--
-- PostgreSQL database dump
--

-- Dumped from database version 11.20 (Debian 11.20-0+deb10u1)
-- Dumped by pg_dump version 11.20 (Debian 11.20-0+deb10u1)

SET statement_timeout = 0;
SET lock_timeout = 0;
SET idle_in_transaction_session_timeout = 0;
SET client_encoding = 'UTF8';
SET standard_conforming_strings = on;
SELECT pg_catalog.set_config('search_path', '', false);
SET check_function_bodies = false;
SET xmloption = content;
SET client_min_messages = warning;
SET row_security = off;

--
-- Name: be; Type: SCHEMA; Schema: -; Owner: g5
--

CREATE SCHEMA be;


ALTER SCHEMA be OWNER TO g5;

--
-- Name: ch; Type: SCHEMA; Schema: -; Owner: g5
--

CREATE SCHEMA ch;


ALTER SCHEMA ch OWNER TO g5;

--
-- Name: de; Type: SCHEMA; Schema: -; Owner: g5
--

CREATE SCHEMA de;


ALTER SCHEMA de OWNER TO g5;

--
-- Name: dz; Type: SCHEMA; Schema: -; Owner: g5
--

CREATE SCHEMA dz;


ALTER SCHEMA dz OWNER TO g5;

--
-- Name: es; Type: SCHEMA; Schema: -; Owner: g5
--

CREATE SCHEMA es;


ALTER SCHEMA es OWNER TO g5;

--
-- Name: fr; Type: SCHEMA; Schema: -; Owner: g5
--

CREATE SCHEMA fr;


ALTER SCHEMA fr OWNER TO g5;

--
-- Name: it; Type: SCHEMA; Schema: -; Owner: g5
--

CREATE SCHEMA it;


ALTER SCHEMA it OWNER TO g5;

--
-- Name: lu; Type: SCHEMA; Schema: -; Owner: g5
--

CREATE SCHEMA lu;


ALTER SCHEMA lu OWNER TO g5;

--
-- Name: ma; Type: SCHEMA; Schema: -; Owner: g5
--

CREATE SCHEMA ma;


ALTER SCHEMA ma OWNER TO g5;

--
-- Name: mc; Type: SCHEMA; Schema: -; Owner: g5
--

CREATE SCHEMA mc;


ALTER SCHEMA mc OWNER TO g5;

--
-- Name: nl; Type: SCHEMA; Schema: -; Owner: g5
--

CREATE SCHEMA nl;


ALTER SCHEMA nl OWNER TO g5;

--
-- Name: us; Type: SCHEMA; Schema: -; Owner: g5
--

CREATE SCHEMA us;


ALTER SCHEMA us OWNER TO g5;

SET default_tablespace = '';

SET default_with_oids = false;

--
-- Name: admin1; Type: TABLE; Schema: be; Owner: g5
--

CREATE TABLE be.admin1 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    population text,
    timezone text
);


ALTER TABLE be.admin1 OWNER TO g5;

--
-- Name: admin2; Type: TABLE; Schema: be; Owner: g5
--

CREATE TABLE be.admin2 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    admin2_code text,
    population text,
    timezone text
);


ALTER TABLE be.admin2 OWNER TO g5;

--
-- Name: admin3; Type: TABLE; Schema: be; Owner: g5
--

CREATE TABLE be.admin3 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    admin2_code text,
    admin3_code text,
    population text,
    timezone text
);


ALTER TABLE be.admin3 OWNER TO g5;

--
-- Name: admin4; Type: TABLE; Schema: be; Owner: g5
--

CREATE TABLE be.admin4 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    admin2_code text,
    admin3_code text,
    admin4_code text,
    population text,
    timezone text
);


ALTER TABLE be.admin4 OWNER TO g5;

--
-- Name: cities; Type: TABLE; Schema: be; Owner: g5
--

CREATE TABLE be.cities (
    geoid text,
    name text,
    slug text,
    country_code text,
    postal_code text,
    population text,
    timezone text,
    latitude text,
    longitude text,
    altitude text,
    alternatenames text,
    capital_of text,
    admin1_code text,
    admin2_code text,
    admin3_code text,
    admin4_code text
);


ALTER TABLE be.cities OWNER TO g5;

--
-- Name: postal; Type: TABLE; Schema: be; Owner: g5
--

CREATE TABLE be.postal (
    postal_code text,
    place_name text,
    place_slug text,
    admin_code1 text,
    admin_code2 text,
    admin_code3 text,
    latitude text,
    longitude text,
    accuracy text
);


ALTER TABLE be.postal OWNER TO g5;

--
-- Name: admin1; Type: TABLE; Schema: ch; Owner: g5
--

CREATE TABLE ch.admin1 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    population text,
    timezone text
);


ALTER TABLE ch.admin1 OWNER TO g5;

--
-- Name: admin2; Type: TABLE; Schema: ch; Owner: g5
--

CREATE TABLE ch.admin2 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    admin2_code text,
    population text,
    timezone text
);


ALTER TABLE ch.admin2 OWNER TO g5;

--
-- Name: admin3; Type: TABLE; Schema: ch; Owner: g5
--

CREATE TABLE ch.admin3 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    admin2_code text,
    admin3_code text,
    population text,
    timezone text
);


ALTER TABLE ch.admin3 OWNER TO g5;

--
-- Name: admin4; Type: TABLE; Schema: ch; Owner: g5
--

CREATE TABLE ch.admin4 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    admin2_code text,
    admin3_code text,
    admin4_code text,
    population text,
    timezone text
);


ALTER TABLE ch.admin4 OWNER TO g5;

--
-- Name: cities; Type: TABLE; Schema: ch; Owner: g5
--

CREATE TABLE ch.cities (
    geoid text,
    name text,
    slug text,
    country_code text,
    postal_code text,
    population text,
    timezone text,
    latitude text,
    longitude text,
    altitude text,
    alternatenames text,
    capital_of text,
    admin1_code text,
    admin2_code text,
    admin3_code text,
    admin4_code text
);


ALTER TABLE ch.cities OWNER TO g5;

--
-- Name: postal; Type: TABLE; Schema: ch; Owner: g5
--

CREATE TABLE ch.postal (
    postal_code text,
    place_name text,
    place_slug text,
    admin_code1 text,
    admin_code2 text,
    admin_code3 text,
    latitude text,
    longitude text,
    accuracy text
);


ALTER TABLE ch.postal OWNER TO g5;

--
-- Name: admin1; Type: TABLE; Schema: de; Owner: g5
--

CREATE TABLE de.admin1 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    population text,
    timezone text
);


ALTER TABLE de.admin1 OWNER TO g5;

--
-- Name: admin2; Type: TABLE; Schema: de; Owner: g5
--

CREATE TABLE de.admin2 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    admin2_code text,
    population text,
    timezone text
);


ALTER TABLE de.admin2 OWNER TO g5;

--
-- Name: admin3; Type: TABLE; Schema: de; Owner: g5
--

CREATE TABLE de.admin3 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    admin2_code text,
    admin3_code text,
    population text,
    timezone text
);


ALTER TABLE de.admin3 OWNER TO g5;

--
-- Name: admin4; Type: TABLE; Schema: de; Owner: g5
--

CREATE TABLE de.admin4 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    admin2_code text,
    admin3_code text,
    admin4_code text,
    population text,
    timezone text
);


ALTER TABLE de.admin4 OWNER TO g5;

--
-- Name: cities; Type: TABLE; Schema: de; Owner: g5
--

CREATE TABLE de.cities (
    geoid text,
    name text,
    slug text,
    country_code text,
    postal_code text,
    population text,
    timezone text,
    latitude text,
    longitude text,
    altitude text,
    alternatenames text,
    capital_of text,
    admin1_code text,
    admin2_code text,
    admin3_code text,
    admin4_code text
);


ALTER TABLE de.cities OWNER TO g5;

--
-- Name: postal; Type: TABLE; Schema: de; Owner: g5
--

CREATE TABLE de.postal (
    postal_code text,
    place_name text,
    place_slug text,
    admin_code1 text,
    admin_code2 text,
    admin_code3 text,
    latitude text,
    longitude text,
    accuracy text
);


ALTER TABLE de.postal OWNER TO g5;

--
-- Name: admin1; Type: TABLE; Schema: dz; Owner: g5
--

CREATE TABLE dz.admin1 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    population text,
    timezone text
);


ALTER TABLE dz.admin1 OWNER TO g5;

--
-- Name: admin2; Type: TABLE; Schema: dz; Owner: g5
--

CREATE TABLE dz.admin2 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    admin2_code text,
    population text,
    timezone text
);


ALTER TABLE dz.admin2 OWNER TO g5;

--
-- Name: admin3; Type: TABLE; Schema: dz; Owner: g5
--

CREATE TABLE dz.admin3 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    admin2_code text,
    admin3_code text,
    population text,
    timezone text
);


ALTER TABLE dz.admin3 OWNER TO g5;

--
-- Name: admin4; Type: TABLE; Schema: dz; Owner: g5
--

CREATE TABLE dz.admin4 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    admin2_code text,
    admin3_code text,
    admin4_code text,
    population text,
    timezone text
);


ALTER TABLE dz.admin4 OWNER TO g5;

--
-- Name: cities; Type: TABLE; Schema: dz; Owner: g5
--

CREATE TABLE dz.cities (
    geoid text,
    name text,
    slug text,
    country_code text,
    postal_code text,
    population text,
    timezone text,
    latitude text,
    longitude text,
    altitude text,
    alternatenames text,
    capital_of text,
    admin1_code text,
    admin2_code text,
    admin3_code text,
    admin4_code text
);


ALTER TABLE dz.cities OWNER TO g5;

--
-- Name: postal; Type: TABLE; Schema: dz; Owner: g5
--

CREATE TABLE dz.postal (
    postal_code text,
    place_name text,
    place_slug text,
    admin_code1 text,
    admin_code2 text,
    admin_code3 text,
    latitude text,
    longitude text,
    accuracy text
);


ALTER TABLE dz.postal OWNER TO g5;

--
-- Name: admin1; Type: TABLE; Schema: es; Owner: g5
--

CREATE TABLE es.admin1 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    population text,
    timezone text
);


ALTER TABLE es.admin1 OWNER TO g5;

--
-- Name: admin2; Type: TABLE; Schema: es; Owner: g5
--

CREATE TABLE es.admin2 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    admin2_code text,
    population text,
    timezone text
);


ALTER TABLE es.admin2 OWNER TO g5;

--
-- Name: admin3; Type: TABLE; Schema: es; Owner: g5
--

CREATE TABLE es.admin3 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    admin2_code text,
    admin3_code text,
    population text,
    timezone text
);


ALTER TABLE es.admin3 OWNER TO g5;

--
-- Name: admin4; Type: TABLE; Schema: es; Owner: g5
--

CREATE TABLE es.admin4 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    admin2_code text,
    admin3_code text,
    admin4_code text,
    population text,
    timezone text
);


ALTER TABLE es.admin4 OWNER TO g5;

--
-- Name: cities; Type: TABLE; Schema: es; Owner: g5
--

CREATE TABLE es.cities (
    geoid text,
    name text,
    slug text,
    country_code text,
    postal_code text,
    population text,
    timezone text,
    latitude text,
    longitude text,
    altitude text,
    alternatenames text,
    capital_of text,
    admin1_code text,
    admin2_code text,
    admin3_code text,
    admin4_code text
);


ALTER TABLE es.cities OWNER TO g5;

--
-- Name: postal; Type: TABLE; Schema: es; Owner: g5
--

CREATE TABLE es.postal (
    postal_code text,
    place_name text,
    place_slug text,
    admin_code1 text,
    admin_code2 text,
    admin_code3 text,
    latitude text,
    longitude text,
    accuracy text
);


ALTER TABLE es.postal OWNER TO g5;

--
-- Name: admin1; Type: TABLE; Schema: fr; Owner: g5
--

CREATE TABLE fr.admin1 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    population text,
    timezone text
);


ALTER TABLE fr.admin1 OWNER TO g5;

--
-- Name: admin2; Type: TABLE; Schema: fr; Owner: g5
--

CREATE TABLE fr.admin2 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    admin2_code text,
    population text,
    timezone text
);


ALTER TABLE fr.admin2 OWNER TO g5;

--
-- Name: admin3; Type: TABLE; Schema: fr; Owner: g5
--

CREATE TABLE fr.admin3 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    admin2_code text,
    admin3_code text,
    population text,
    timezone text
);


ALTER TABLE fr.admin3 OWNER TO g5;

--
-- Name: admin4; Type: TABLE; Schema: fr; Owner: g5
--

CREATE TABLE fr.admin4 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    admin2_code text,
    admin3_code text,
    admin4_code text,
    population text,
    timezone text
);


ALTER TABLE fr.admin4 OWNER TO g5;

--
-- Name: cities; Type: TABLE; Schema: fr; Owner: g5
--

CREATE TABLE fr.cities (
    geoid text,
    name text,
    slug text,
    country_code text,
    postal_code text,
    population text,
    timezone text,
    latitude text,
    longitude text,
    altitude text,
    alternatenames text,
    capital_of text,
    admin1_code text,
    admin2_code text,
    admin3_code text,
    admin4_code text
);


ALTER TABLE fr.cities OWNER TO g5;

--
-- Name: postal; Type: TABLE; Schema: fr; Owner: g5
--

CREATE TABLE fr.postal (
    postal_code text,
    place_name text,
    place_slug text,
    admin_code1 text,
    admin_code2 text,
    admin_code3 text,
    latitude text,
    longitude text,
    accuracy text
);


ALTER TABLE fr.postal OWNER TO g5;

--
-- Name: admin1; Type: TABLE; Schema: it; Owner: g5
--

CREATE TABLE it.admin1 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    population text,
    timezone text
);


ALTER TABLE it.admin1 OWNER TO g5;

--
-- Name: admin2; Type: TABLE; Schema: it; Owner: g5
--

CREATE TABLE it.admin2 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    admin2_code text,
    population text,
    timezone text
);


ALTER TABLE it.admin2 OWNER TO g5;

--
-- Name: admin3; Type: TABLE; Schema: it; Owner: g5
--

CREATE TABLE it.admin3 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    admin2_code text,
    admin3_code text,
    population text,
    timezone text
);


ALTER TABLE it.admin3 OWNER TO g5;

--
-- Name: admin4; Type: TABLE; Schema: it; Owner: g5
--

CREATE TABLE it.admin4 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    admin2_code text,
    admin3_code text,
    admin4_code text,
    population text,
    timezone text
);


ALTER TABLE it.admin4 OWNER TO g5;

--
-- Name: cities; Type: TABLE; Schema: it; Owner: g5
--

CREATE TABLE it.cities (
    geoid text,
    name text,
    slug text,
    country_code text,
    postal_code text,
    population text,
    timezone text,
    latitude text,
    longitude text,
    altitude text,
    alternatenames text,
    capital_of text,
    admin1_code text,
    admin2_code text,
    admin3_code text,
    admin4_code text
);


ALTER TABLE it.cities OWNER TO g5;

--
-- Name: postal; Type: TABLE; Schema: it; Owner: g5
--

CREATE TABLE it.postal (
    postal_code text,
    place_name text,
    place_slug text,
    admin_code1 text,
    admin_code2 text,
    admin_code3 text,
    latitude text,
    longitude text,
    accuracy text
);


ALTER TABLE it.postal OWNER TO g5;

--
-- Name: admin1; Type: TABLE; Schema: lu; Owner: g5
--

CREATE TABLE lu.admin1 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    population text,
    timezone text
);


ALTER TABLE lu.admin1 OWNER TO g5;

--
-- Name: admin2; Type: TABLE; Schema: lu; Owner: g5
--

CREATE TABLE lu.admin2 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    admin2_code text,
    population text,
    timezone text
);


ALTER TABLE lu.admin2 OWNER TO g5;

--
-- Name: admin3; Type: TABLE; Schema: lu; Owner: g5
--

CREATE TABLE lu.admin3 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    admin2_code text,
    admin3_code text,
    population text,
    timezone text
);


ALTER TABLE lu.admin3 OWNER TO g5;

--
-- Name: admin4; Type: TABLE; Schema: lu; Owner: g5
--

CREATE TABLE lu.admin4 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    admin2_code text,
    admin3_code text,
    admin4_code text,
    population text,
    timezone text
);


ALTER TABLE lu.admin4 OWNER TO g5;

--
-- Name: cities; Type: TABLE; Schema: lu; Owner: g5
--

CREATE TABLE lu.cities (
    geoid text,
    name text,
    slug text,
    country_code text,
    postal_code text,
    population text,
    timezone text,
    latitude text,
    longitude text,
    altitude text,
    alternatenames text,
    capital_of text,
    admin1_code text,
    admin2_code text,
    admin3_code text,
    admin4_code text
);


ALTER TABLE lu.cities OWNER TO g5;

--
-- Name: postal; Type: TABLE; Schema: lu; Owner: g5
--

CREATE TABLE lu.postal (
    postal_code text,
    place_name text,
    place_slug text,
    admin_code1 text,
    admin_code2 text,
    admin_code3 text,
    latitude text,
    longitude text,
    accuracy text
);


ALTER TABLE lu.postal OWNER TO g5;

--
-- Name: admin1; Type: TABLE; Schema: ma; Owner: g5
--

CREATE TABLE ma.admin1 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    population text,
    timezone text
);


ALTER TABLE ma.admin1 OWNER TO g5;

--
-- Name: admin2; Type: TABLE; Schema: ma; Owner: g5
--

CREATE TABLE ma.admin2 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    admin2_code text,
    population text,
    timezone text
);


ALTER TABLE ma.admin2 OWNER TO g5;

--
-- Name: admin3; Type: TABLE; Schema: ma; Owner: g5
--

CREATE TABLE ma.admin3 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    admin2_code text,
    admin3_code text,
    population text,
    timezone text
);


ALTER TABLE ma.admin3 OWNER TO g5;

--
-- Name: admin4; Type: TABLE; Schema: ma; Owner: g5
--

CREATE TABLE ma.admin4 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    admin2_code text,
    admin3_code text,
    admin4_code text,
    population text,
    timezone text
);


ALTER TABLE ma.admin4 OWNER TO g5;

--
-- Name: cities; Type: TABLE; Schema: ma; Owner: g5
--

CREATE TABLE ma.cities (
    geoid text,
    name text,
    slug text,
    country_code text,
    postal_code text,
    population text,
    timezone text,
    latitude text,
    longitude text,
    altitude text,
    alternatenames text,
    capital_of text,
    admin1_code text,
    admin2_code text,
    admin3_code text,
    admin4_code text
);


ALTER TABLE ma.cities OWNER TO g5;

--
-- Name: admin1; Type: TABLE; Schema: mc; Owner: g5
--

CREATE TABLE mc.admin1 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    population text,
    timezone text
);


ALTER TABLE mc.admin1 OWNER TO g5;

--
-- Name: admin2; Type: TABLE; Schema: mc; Owner: g5
--

CREATE TABLE mc.admin2 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    admin2_code text,
    population text,
    timezone text
);


ALTER TABLE mc.admin2 OWNER TO g5;

--
-- Name: admin3; Type: TABLE; Schema: mc; Owner: g5
--

CREATE TABLE mc.admin3 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    admin2_code text,
    admin3_code text,
    population text,
    timezone text
);


ALTER TABLE mc.admin3 OWNER TO g5;

--
-- Name: admin4; Type: TABLE; Schema: mc; Owner: g5
--

CREATE TABLE mc.admin4 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    admin2_code text,
    admin3_code text,
    admin4_code text,
    population text,
    timezone text
);


ALTER TABLE mc.admin4 OWNER TO g5;

--
-- Name: cities; Type: TABLE; Schema: mc; Owner: g5
--

CREATE TABLE mc.cities (
    geoid text,
    name text,
    slug text,
    country_code text,
    postal_code text,
    population text,
    timezone text,
    latitude text,
    longitude text,
    altitude text,
    alternatenames text,
    capital_of text,
    admin1_code text,
    admin2_code text,
    admin3_code text,
    admin4_code text
);


ALTER TABLE mc.cities OWNER TO g5;

--
-- Name: postal; Type: TABLE; Schema: mc; Owner: g5
--

CREATE TABLE mc.postal (
    postal_code text,
    place_name text,
    place_slug text,
    admin_code1 text,
    admin_code2 text,
    admin_code3 text,
    latitude text,
    longitude text,
    accuracy text
);


ALTER TABLE mc.postal OWNER TO g5;

--
-- Name: admin1; Type: TABLE; Schema: nl; Owner: g5
--

CREATE TABLE nl.admin1 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    population text,
    timezone text
);


ALTER TABLE nl.admin1 OWNER TO g5;

--
-- Name: admin2; Type: TABLE; Schema: nl; Owner: g5
--

CREATE TABLE nl.admin2 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    admin2_code text,
    population text,
    timezone text
);


ALTER TABLE nl.admin2 OWNER TO g5;

--
-- Name: admin3; Type: TABLE; Schema: nl; Owner: g5
--

CREATE TABLE nl.admin3 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    admin2_code text,
    admin3_code text,
    population text,
    timezone text
);


ALTER TABLE nl.admin3 OWNER TO g5;

--
-- Name: admin4; Type: TABLE; Schema: nl; Owner: g5
--

CREATE TABLE nl.admin4 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    admin2_code text,
    admin3_code text,
    admin4_code text,
    population text,
    timezone text
);


ALTER TABLE nl.admin4 OWNER TO g5;

--
-- Name: cities; Type: TABLE; Schema: nl; Owner: g5
--

CREATE TABLE nl.cities (
    geoid text,
    name text,
    slug text,
    country_code text,
    postal_code text,
    population text,
    timezone text,
    latitude text,
    longitude text,
    altitude text,
    alternatenames text,
    capital_of text,
    admin1_code text,
    admin2_code text,
    admin3_code text,
    admin4_code text
);


ALTER TABLE nl.cities OWNER TO g5;

--
-- Name: postal; Type: TABLE; Schema: nl; Owner: g5
--

CREATE TABLE nl.postal (
    postal_code text,
    place_name text,
    place_slug text,
    admin_code1 text,
    admin_code2 text,
    admin_code3 text,
    latitude text,
    longitude text,
    accuracy text
);


ALTER TABLE nl.postal OWNER TO g5;

--
-- Name: groop; Type: TABLE; Schema: public; Owner: g5
--

CREATE TABLE public.groop (
    id integer NOT NULL,
    slug character varying(255) NOT NULL,
    name character varying(255) NOT NULL,
    wd character varying(11) DEFAULT ''::character varying NOT NULL,
    n integer DEFAULT 0 NOT NULL,
    type character varying(255),
    description text DEFAULT ''::text NOT NULL,
    download character varying(255),
    sources jsonb,
    parents jsonb,
    children jsonb
);


ALTER TABLE public.groop OWNER TO g5;

--
-- Name: groop_id_seq; Type: SEQUENCE; Schema: public; Owner: g5
--

CREATE SEQUENCE public.groop_id_seq
    AS integer
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;


ALTER TABLE public.groop_id_seq OWNER TO g5;

--
-- Name: groop_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: g5
--

ALTER SEQUENCE public.groop_id_seq OWNED BY public.groop.id;


--
-- Name: issue; Type: TABLE; Schema: public; Owner: g5
--

CREATE TABLE public.issue (
    id integer NOT NULL,
    id_person integer NOT NULL,
    slug character varying(255),
    type character varying(255),
    description text
);


ALTER TABLE public.issue OWNER TO g5;

--
-- Name: issue_id_seq; Type: SEQUENCE; Schema: public; Owner: g5
--

CREATE SEQUENCE public.issue_id_seq
    AS integer
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;


ALTER TABLE public.issue_id_seq OWNER TO g5;

--
-- Name: issue_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: g5
--

ALTER SEQUENCE public.issue_id_seq OWNED BY public.issue.id;


--
-- Name: person; Type: TABLE; Schema: public; Owner: g5
--

CREATE TABLE public.person (
    id integer NOT NULL,
    slug character varying(255) NOT NULL,
    ids_in_sources jsonb NOT NULL,
    partial_ids jsonb NOT NULL,
    name jsonb NOT NULL,
    sex character(1),
    birth jsonb NOT NULL,
    death jsonb NOT NULL,
    occus jsonb NOT NULL,
    trust character(1),
    acts jsonb NOT NULL,
    history jsonb NOT NULL,
    notes jsonb NOT NULL
);


ALTER TABLE public.person OWNER TO g5;

--
-- Name: person_groop; Type: TABLE; Schema: public; Owner: g5
--

CREATE TABLE public.person_groop (
    id_person integer NOT NULL,
    id_groop integer NOT NULL
);


ALTER TABLE public.person_groop OWNER TO g5;

--
-- Name: person_id_seq; Type: SEQUENCE; Schema: public; Owner: g5
--

CREATE SEQUENCE public.person_id_seq
    AS integer
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;


ALTER TABLE public.person_id_seq OWNER TO g5;

--
-- Name: person_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: g5
--

ALTER SEQUENCE public.person_id_seq OWNED BY public.person.id;


--
-- Name: search; Type: TABLE; Schema: public; Owner: g5
--

CREATE TABLE public.search (
    slug character varying(255),
    day character(10),
    name character varying(255)
);


ALTER TABLE public.search OWNER TO g5;

--
-- Name: source; Type: TABLE; Schema: public; Owner: g5
--

CREATE TABLE public.source (
    slug character varying(255) NOT NULL,
    name character varying(255) NOT NULL,
    type character varying(255) NOT NULL,
    authors jsonb,
    description text,
    parents jsonb,
    details jsonb
);


ALTER TABLE public.source OWNER TO g5;

--
-- Name: stats; Type: TABLE; Schema: public; Owner: g5
--

CREATE TABLE public.stats (
    n integer,
    n_time integer,
    n_notime integer,
    n_issues integer,
    n_checked integer DEFAULT 0,
    countries jsonb,
    years jsonb
);


ALTER TABLE public.stats OWNER TO g5;

--
-- Name: wikiproject; Type: TABLE; Schema: public; Owner: g5
--

CREATE TABLE public.wikiproject (
    id integer NOT NULL,
    slug character varying(255) NOT NULL,
    name character varying(255) NOT NULL,
    description text,
    details text,
    header jsonb,
    status character varying(255) NOT NULL
);


ALTER TABLE public.wikiproject OWNER TO g5;

--
-- Name: wikiproject_issue; Type: TABLE; Schema: public; Owner: g5
--

CREATE TABLE public.wikiproject_issue (
    id_issue integer NOT NULL,
    id_project integer NOT NULL
);


ALTER TABLE public.wikiproject_issue OWNER TO g5;

--
-- Name: view_issue; Type: VIEW; Schema: public; Owner: g5
--

CREATE VIEW public.view_issue AS
 SELECT i.slug AS issue_slug,
    i.type AS issue_type,
    i.description AS issue_description,
    p.id AS person_id,
    p.slug AS person_slug,
    p.name AS person_name,
    p.birth AS person_birth,
    p.partial_ids AS person_partial_ids,
    p.occus AS person_occus,
    w.slug AS wp_slug,
    w.name AS wp_name
   FROM public.person p,
    public.issue i,
    public.wikiproject w,
    public.wikiproject_issue iw
  WHERE ((p.id = i.id_person) AND (w.id = iw.id_project) AND (i.id = iw.id_issue))
  ORDER BY p.slug;


ALTER TABLE public.view_issue OWNER TO g5;

--
-- Name: view_person_groop; Type: VIEW; Schema: public; Owner: g5
--

CREATE VIEW public.view_person_groop AS
 SELECT p.id AS person_id,
    p.slug AS person_slug,
    g.id AS group_id,
    g.slug AS group_slug,
    g.name AS group_name,
    g.type AS group_type,
    p.ids_in_sources,
    p.partial_ids,
    p.sex,
    p.name,
    p.occus,
    p.birth,
    p.trust
   FROM public.person p,
    public.groop g,
    public.person_groop pg
  WHERE ((p.id = pg.id_person) AND (g.id = pg.id_groop));


ALTER TABLE public.view_person_groop OWNER TO g5;

--
-- Name: view_wikiproject_issue; Type: VIEW; Schema: public; Owner: g5
--

CREATE VIEW public.view_wikiproject_issue AS
 SELECT i.id AS issue_id,
    i.slug AS issue_slug,
    i.description AS issue_description,
    wp.id AS project_id,
    wp.slug AS project_slug
   FROM public.issue i,
    public.wikiproject wp,
    public.wikiproject_issue
  WHERE ((i.id = wikiproject_issue.id_issue) AND (wp.id = wikiproject_issue.id_project));


ALTER TABLE public.view_wikiproject_issue OWNER TO g5;

--
-- Name: wikiproject_person; Type: TABLE; Schema: public; Owner: g5
--

CREATE TABLE public.wikiproject_person (
    id_project integer NOT NULL,
    id_person integer NOT NULL
);


ALTER TABLE public.wikiproject_person OWNER TO g5;

--
-- Name: view_wikiproject_person; Type: VIEW; Schema: public; Owner: g5
--

CREATE VIEW public.view_wikiproject_person AS
 SELECT p.id AS person_id,
    p.slug AS person_slug,
    p.name AS person_name,
    p.birth AS person_birth,
    wp.id AS project_id,
    wp.slug AS project_slug
   FROM public.person p,
    public.wikiproject wp,
    public.wikiproject_person wp_p
  WHERE ((p.id = wp_p.id_person) AND (wp.id = wp_p.id_project));


ALTER TABLE public.view_wikiproject_person OWNER TO g5;

--
-- Name: wikiproject_act; Type: TABLE; Schema: public; Owner: g5
--

CREATE TABLE public.wikiproject_act (
    id_project integer NOT NULL,
    id_person integer NOT NULL
);


ALTER TABLE public.wikiproject_act OWNER TO g5;

--
-- Name: wikiproject_id_seq; Type: SEQUENCE; Schema: public; Owner: g5
--

CREATE SEQUENCE public.wikiproject_id_seq
    AS integer
    START WITH 1
    INCREMENT BY 1
    NO MINVALUE
    NO MAXVALUE
    CACHE 1;


ALTER TABLE public.wikiproject_id_seq OWNER TO g5;

--
-- Name: wikiproject_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: g5
--

ALTER SEQUENCE public.wikiproject_id_seq OWNED BY public.wikiproject.id;


--
-- Name: wikirecent; Type: TABLE; Schema: public; Owner: g5
--

CREATE TABLE public.wikirecent (
    id_person integer NOT NULL,
    dateadd timestamp without time zone NOT NULL,
    description text
);


ALTER TABLE public.wikirecent OWNER TO g5;

--
-- Name: admin1; Type: TABLE; Schema: us; Owner: g5
--

CREATE TABLE us.admin1 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    population text,
    timezone text
);


ALTER TABLE us.admin1 OWNER TO g5;

--
-- Name: admin2; Type: TABLE; Schema: us; Owner: g5
--

CREATE TABLE us.admin2 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    admin2_code text,
    population text,
    timezone text
);


ALTER TABLE us.admin2 OWNER TO g5;

--
-- Name: admin3; Type: TABLE; Schema: us; Owner: g5
--

CREATE TABLE us.admin3 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    admin2_code text,
    admin3_code text,
    population text,
    timezone text
);


ALTER TABLE us.admin3 OWNER TO g5;

--
-- Name: admin4; Type: TABLE; Schema: us; Owner: g5
--

CREATE TABLE us.admin4 (
    geoid text,
    name text,
    slug text,
    alternatenames text,
    geoid_capital text,
    country_code text,
    admin1_code text,
    admin2_code text,
    admin3_code text,
    admin4_code text,
    population text,
    timezone text
);


ALTER TABLE us.admin4 OWNER TO g5;

--
-- Name: cities; Type: TABLE; Schema: us; Owner: g5
--

CREATE TABLE us.cities (
    geoid text,
    name text,
    slug text,
    country_code text,
    postal_code text,
    population text,
    timezone text,
    latitude text,
    longitude text,
    altitude text,
    alternatenames text,
    capital_of text,
    admin1_code text,
    admin2_code text,
    admin3_code text,
    admin4_code text
);


ALTER TABLE us.cities OWNER TO g5;

--
-- Name: postal; Type: TABLE; Schema: us; Owner: g5
--

CREATE TABLE us.postal (
    postal_code text,
    place_name text,
    place_slug text,
    admin_code1 text,
    admin_code2 text,
    admin_code3 text,
    latitude text,
    longitude text,
    accuracy text
);


ALTER TABLE us.postal OWNER TO g5;

--
-- Name: groop id; Type: DEFAULT; Schema: public; Owner: g5
--

ALTER TABLE ONLY public.groop ALTER COLUMN id SET DEFAULT nextval('public.groop_id_seq'::regclass);


--
-- Name: issue id; Type: DEFAULT; Schema: public; Owner: g5
--

ALTER TABLE ONLY public.issue ALTER COLUMN id SET DEFAULT nextval('public.issue_id_seq'::regclass);


--
-- Name: person id; Type: DEFAULT; Schema: public; Owner: g5
--

ALTER TABLE ONLY public.person ALTER COLUMN id SET DEFAULT nextval('public.person_id_seq'::regclass);


--
-- Name: wikiproject id; Type: DEFAULT; Schema: public; Owner: g5
--

ALTER TABLE ONLY public.wikiproject ALTER COLUMN id SET DEFAULT nextval('public.wikiproject_id_seq'::regclass);


--
-- Data for Name: admin1; Type: TABLE DATA; Schema: be; Owner: g5
--

COPY be.admin1 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, population, timezone) FROM stdin;
2800867	Bruxelles-Capitale	bruxelles-capitale	Brusela Cefurba Regiono,Brusela Ĉefurba Regiono,Bruselas,Bruselo,Brussel,Brussels Capital,Brussels Hoofdstedelijk Gewest,Brussels-Capital Region,Brussels-Capitol,Brussel·les Capital,Bruxelas-Capital,Bruxelles-Capitale,Brysselregionen,Region Bruessel-Hauptstadt,Region Bruxelloise,Region Brüssel-Hauptstadt,Region de Bruselas-Capital,Region de Bruxelles,Region de Bruxelles-Capitale,Region of Brussels-Capital,Regione di Bruxelles-Capitale,Región de Bruselas-Capital,Région Bruxelloise,Région de Bruxelles,Région de Bruxelles-Capitale		BE	BRU	1830000	Europe/Brussels
3337387	Wallonia	wallonia	Region Wallonne,Regione Vallone,Région Wallonne,Vallonia,Valona Regiono,Valonia,Valonujo,Valònia,Valônia,Waals Gewest,Wallonia,Wallonie,Wallonien,Wallonische Region,Wallonië,Walloon,Walloon Region		BE	WAL	3585214	Europe/Brussels
3337388	Flanders	flanders	Flaemische Region,Flandern,Flanders,Flandes,Flandra Regiono,Flandre,Flandres,Flandrujo,Flemish Region,Flondras,Flämische Region,Flóndras,Region Flamande,Région Flamande,Vlaams Gewest,Vlaanderen		BE	VLG	6350765	Europe/Brussels
\.


--
-- Data for Name: admin2; Type: TABLE DATA; Schema: be; Owner: g5
--

COPY be.admin2 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, admin2_code, population, timezone) FROM stdin;
2783770	Provincie West-Vlaanderen	provincie-west-vlaanderen	Flandre Occidentale,Flandre-Occidentale,Flandres Ocidental,Province de Flandre Occidentale,Provincie West-Vlaanderen,Provinz Westflandern,Vaestflandern,Västflandern,WVL,West Flanders,West Flanders Province,West-Flandern,West-Vlaanderen		BE	VLG	VWV	1136692	Europe/Brussels
2789733	Provincie Oost-Vlaanderen	provincie-oost-vlaanderen	Aust-Flandern,East Flanders,East Flanders Province,Flandre Orientale,Flandre-Orientale,Flandres Oriental,OEstflandern,OVL,Oost-Vlaanderen,Ost-Flandern,Province de Flandre Orientale,Provincie Oost-Vlaanderen,Provinz Ostflandern,Östflandern,Øst-Flandern		BE	VLG	VOV	1376407	Europe/Brussels
2790469	Province de Namur	province-de-namur	NAM,Namen,Namur,Namur Province,Province de Namur,Provincie Namen,Provinz Namur		BE	WAL	WNA	0	Europe/Brussels
2791993	Province du Luxembourg	province-du-luxembourg	LUX,Luxembourg,Luxembourg Province,Luxemburgo,Provincie Luxemburg,Provinz Luxemburg		BE	WAL	WLX	255945	Europe/Brussels
2792347	Provincie Limburg	provincie-limburg	LI,LIM,Limberg,Limbourg,Limburg,Limburg Province,Limburgo,Province de Limbourg,Provincie Limburg		BE	VLG	VLI	0	Europe/Brussels
2792411	Province de Liège	province-de-liege	LIE,Liege,Liege Province,Liège,Liège Province,Luettich,Luik,Lüttich,Province de Liege,Province de Liège,Provincie Luik,Provinz Luettich,Provinz Lüttich		BE	WAL	WLG	0	Europe/Brussels
2796741	Province du Hainaut	province-du-hainaut	HAI,Hainaut,Hainaut Province,Henegouwen,Hennegau,Provincie Henegouwen,Provinz Hennegau		BE	WAL	WHT	0	Europe/Brussels
2803136	Provincie Antwerpen	provincie-antwerpen	ANT,Amberes,Antuerpia,Antuérpia,Antwerp Province,Antwerpen,Anvers,Province d'Anvers,Provincia de Amberes,Provincie Antwerpen,Provinz Antwerpen		BE	VLG	VAN	0	Europe/Brussels
3333250	Provincie Vlaams-Brabant	provincie-vlaams-brabant	Brabant Flamand,Brabant-Flamand,Brabante Flamenco,Brabante Flamengo,Flemish Brabant,Flemish Brabant Province,Province de Brabant Flamand,Provincie Vlaams-Brabant,Provinz Flaemisch-Brabant,Provinz Flämisch-Brabant,VBR,Vlaams-Brabant		BE	VLG	VBR	1037335	Europe/Brussels
3333251	Province du Brabant Wallon	province-du-brabant-wallon	Brabant Wallon,Brabant Wallonie,Brabante Valao,Brabante Valão,Provincie Waals-Brabant,Provinz Wallonisch-Brabant,WBR,Waals-Brabant,Walloon Brabant,Walloon Brabant Province		BE	WAL	WBR	363442	Europe/Brussels
6693370	Bruxelles-Capitale	bruxelles-capitale	BRU,Brussel-Hoofdstad,Bruxelas-Capital		BE	BRU	BRU	0	Europe/Brussels
\.


--
-- Data for Name: admin3; Type: TABLE DATA; Schema: be; Owner: g5
--

COPY be.admin3 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, admin2_code, admin3_code, population, timezone) FROM stdin;
2784065	Arrondissement de Waremme	arrondissement-de-waremme	Arondisamant Waremme,Arrondissement Borgworm,Arrondissement Waremme,Arrondissement administratif de Waremme,Arrondissement di Waremme,Arrondissement of Waremme,Bezirk Waremme,Borgworm,Uarem,Waremme,Waremmei ringkond,shhrstan wrm,wa lei mu qu,Уарем,شهرستان ورم,瓦雷姆區		BE	WAL	WLG	64	0	Europe/Brussels
2784554	Arrondissement de Virton	arrondissement-de-virton	Virton		BE	WAL	WLX	85	0	Europe/Brussels
2784803	Arrondissement Veurne	arrondissement-veurne	Arrondissement Veurne,Arrondissement de Furnes,Furnes,Veurne		BE	VLG	VWV	38	0	Europe/Brussels
2784820	Arrondissement de Verviers	arrondissement-de-verviers	Verviers		BE	WAL	WLG	63	0	Europe/Brussels
2785140	Arrondissement Turnhout	arrondissement-turnhout	Turnhout		BE	VLG	VAN	13	455677	Europe/Brussels
2785340	Arrondissement de Tournai	arrondissement-de-tournai	Arrondissement Doornik,Arrondissement de Tournai,Doornik,Tournai		BE	WAL	WHT	57	0	Europe/Brussels
2785388	Arrondissement Tongeren	arrondissement-tongeren	Arondisamant Tongeren,Arrondissement administratif de Tongres,Arrondissement de Tongres,Arrondissement di Tongeren,Arrondissement of Tongeren,Bezirk Tongeren,Tongere,Tongeren,Tongereni ringkond,Tongres,Tóngere,shhrstan tnzhran,tong e lun qu,Тонгерен,شهرستان تنژران,通厄倫區		BE	VLG	VLI	73	0	Europe/Brussels
2785475	Arrondissement Tielt	arrondissement-tielt	Arrondissement Tielt,Arrondissement de Tielt,Tielt,dayrt tylt,tylt,تيلت,دائرة تيلت		BE	VLG	VWV	37	0	Europe/Brussels
2785516	Arrondissement de Thuin	arrondissement-de-thuin	Arrondissement Thuin,Arrondissement de Thuin,Thuin		BE	WAL	WHT	56	0	Europe/Brussels
2786419	Arrondissement de Soignies	arrondissement-de-soignies	Arrondissement Zinnik,Arrondissement de Soignies,Soignies,Zinnik		BE	WAL	WHT	55	0	Europe/Brussels
2786577	Arrondissement Sint-Niklaas	arrondissement-sint-niklaas	Arrondissement Sint-Niklaas,Arrondissement de Saint-Nicolas,Saint-Nicolas,Sint-Niklaas		BE	VLG	VOV	46	0	Europe/Brussels
2787888	Arrondissement Roeselare	arrondissement-roeselare	Arrondissement de Roulers,Roeselare,Roulers		BE	VLG	VWV	36	0	Europe/Brussels
2789014	Arrondissement de Philippeville	arrondissement-de-philippeville	Philippeville		BE	WAL	WNA	93	0	Europe/Brussels
2789528	Arrondissement Oudenaarde	arrondissement-oudenaarde	Arrondissement Oudenaarde,Arrondissement d'Audenarde,Audenarde,Oudenaarde		BE	VLG	VOV	45	0	Europe/Brussels
2789785	Arrondissement Oostende	arrondissement-oostende	Arrondissement Oostende,Arrondissement d'Ostende,Oostende,Ostende		BE	VLG	VWV	35	0	Europe/Brussels
2790100	Arrondissement de Nivelles	arrondissement-de-nivelles	Arondisamant Nivelles,Arrondissement Nijvel,Arrondissement Nivelles,Arrondissement administratif de Nivelles,Arrondissement de Nivelles,Arrondissement di Nivelles,Arrondissement of Nivelles,Bezirk Nivelles,Nijvel,Nivel,Nivelle,Nivelles,Nivellesi ringkond,ni wei er qu,shhrstan nywl,Нивел,شهرستان نیول,尼韋爾區		BE	WAL	WBR	25	0	Europe/Brussels
2790283	Arrondissement de Neufchâteau	arrondissement-de-neufchateau	Arrondissement Neufchateau,Arrondissement Neufchâteau,Arrondissement de Neufchateau,Arrondissement de Neufchâteau,Neufchateau,Neufchâteau		BE	WAL	WLX	84	0	Europe/Brussels
2790470	Arrondissement de Namur	arrondissement-de-namur	Namen,Namur		BE	WAL	WNA	92	0	Europe/Brussels
2790596	Arrondissement de Mouscron	arrondissement-de-mouscron	Moeskroen,Mouscron		BE	WAL	WHT	54	0	Europe/Brussels
2790866	Arrondissement de Mons	arrondissement-de-mons	Arondisamant Mons,Arrondissement Bergen,Arrondissement Mons,Arrondissement administratif de Mons,Arrondissement de Mons,Arrondissement di Mons,Arrondissement of Mons,Berge,Bergen,Bezirk Mons,Mons,Monsi ringkond,meng si qu,shhrstan mn,Монс,شهرستان من,蒙斯區		BE	WAL	WHT	53	0	Europe/Brussels
2791536	Arrondissement Mechelen	arrondissement-mechelen	Arondisamant Mechelen,Arrondissement administratif de Malines,Arrondissement de Malines,Arrondissement di Malines,Arrondissement of Mechelen,Bezirk Mechelen,Malines,Mechele,Mechelen,Mecheleni ringkond,Mekhelen,mei he lun qu,shhrstan mshlan,Мехелен,شهرستان مشلان,梅赫倫區		BE	VLG	VAN	12	0	Europe/Brussels
2791743	Arrondissement de Marche-en-Famenne	arrondissement-de-marche-en-famenne	Arrondissement Marche-en-Famenne,Arrondissement de Marche-en-Famenne,Marche,Marche-en-Famenne		BE	WAL	WLX	83	0	Europe/Brussels
2791963	Arrondissement Maaseik	arrondissement-maaseik	Arondisamant Maaseik,Arrondissement Maaseik,Arrondissement administratif de Maaseik,Arrondissement de Maaseik,Arrondissement di Maaseik,Arrondissement of Maaseik,Maaseik,Maaseiki ringkond,Maasejk,Mezeik,shhrstan mzk,Маасейк,شهرستان مزک		BE	VLG	VLI	72	0	Europe/Brussels
2792412	Arrondissement de Liège	arrondissement-de-liege	Arondisamant Liege,Arondisamant Liège,Arrondissement Leck,Arrondissement Luik,Arrondissement Léck,Arrondissement administratif de Liege,Arrondissement administratif de Liège,Arrondissement di Liegi,Arrondissement of Liege,Arrondissement of Liège,Bezirk Luettich,Bezirk Lüttich,Liege,Liegei ringkond,Liezh,Liège,Liègei ringkond,Luik,Luuk,lie ri qu,shhrstan lyzh,Лиеж,شهرستان لیژ,列日區		BE	WAL	WLG	62	0	Europe/Brussels
2792481	Arrondissement Leuven	arrondissement-leuven	Arrondissement de Louvain,Leuven,Louvain		BE	VLG	VBR	24	0	Europe/Brussels
2794054	Arrondissement Kortrijk	arrondissement-kortrijk	Arondisamant Kortrijk,Arrondissement Kortrijk,Arrondissement administratif de Courtrai,Arrondissement de Courtrai,Arrondissement di Courtrai,Arrondissement of Kortrijk,Arroundissement Kortryk,Bezirk Kortrijk,Courtrai,Kortrejk,Kortrijk,Kortrijki ringkond,ke er te lai ke qu,shhrstan kwrtryk,Кортрейк,شهرستان کورتریک,科爾特賴克區		BE	VLG	VWV	34	0	Europe/Brussels
2795099	Arrondissement Ieper	arrondissement-ieper	Arrondissement Ieper,Arrondissement d'Ypres,Ieper,Ypres		BE	VLG	VWV	33	0	Europe/Brussels
2795112	Arrondissement de Huy	arrondissement-de-huy	Hoei,Huy		BE	WAL	WLG	61	0	Europe/Brussels
2796488	Arrondissement Hasselt	arrondissement-hasselt	Arondisamant Hasselt,Arrondissement administratif de Hasselt,Arrondissement di Hasselt,Arrondissement of Hasselt,Bezirk Hasselt,Hasselt,Hasselti ringkond,Khaselt,ha se er te qu,shhrstan aslt,Хаселт,شهرستان اسلت,哈瑟爾特區		BE	VLG	VLI	71	0	Europe/Brussels
2796698	Arrondissement Halle-Vilvoorde	arrondissement-halle-vilvoorde	Hal,Hal-Vilvorde,Halle-Vilvoorde		BE	VLG	VBR	23	0	Europe/Brussels
2797655	Arrondissement Gent	arrondissement-gent	Arondisamant Gent,Arrondissement Gent,Arrondissement administratif de Gand,Arrondissement de Gand,Arrondissement di Gand,Arrondissement of Ghent,Bezirk Gent,Gand,Gent,Genti ringkond,Huyen Ghent,Huyện Ghent,gen te qu,shhrstan gan,Гент,شهرستان گان,根特區		BE	VLG	VOV	44	0	Europe/Brussels
2798986	Arrondissement Eeklo	arrondissement-eeklo	Arrondissement Eeklo,Arrondissement d'Eeklo,Ecklo,Eecloo,Eeklo		BE	VLG	VOV	43	0	Europe/Brussels
2799356	Arrondissement de Dinant	arrondissement-de-dinant	Dinant		BE	WAL	WNA	91	0	Europe/Brussels
2799368	Arrondissement Diksmuide	arrondissement-diksmuide	Arondisamant Diksmuide,Arrondissement administratif de Dixmude,Arrondissement de Dixmude,Arrondissement di Diksmuide,Arrondissement of Diksmuide,Arroundissement Diksmude,Bezirk Diksmuide,Diksmojde,Diksmuide,Diksmuide ringkond,Dixmude,di ke si mei de qu,shhrstan dyksmwyyd,Диксмойде,شهرستان دیکسمویید,迪克斯梅德區		BE	VLG	VWV	32	0	Europe/Brussels
2799644	Arrondissement Dendermonde	arrondissement-dendermonde	Arrondissement de Termonde,Dendermonde,Termonde		BE	VLG	VOV	42	0	Europe/Brussels
2800480	Arrondissement de Charleroi	arrondissement-de-charleroi	Arrondissement de Charleroi,Charleroi		BE	WAL	WHT	52	0	Europe/Brussels
2800865	Arrondissement Brussel-Hoofdstad	arrondissement-brussel-hoofdstad	Arrondissement Brussel,Arrondissement Brussel-Hoofdstad,Arrondissement de Bruxelles,Arrondissement de Bruxelles-Capitale,Brussel-Hoofdstad,Brussels Gewest,Bruxelles-Capitale,Region Bruxelloise,Région Bruxelloise		BE	BRU	BRU	21	0	Europe/Brussels
2800930	Arrondissement Brugge	arrondissement-brugge	Arondisamant Brugge,Arrondissement Brugge,Arrondissement administratif de Bruges,Arrondissement de Bruges,Arrondissement di Bruges,Arrondissement of Bruges,Arroundissement Brugge,Bezirk Bruegge,Bezirk Brügge,Brjuge,Bruges,Brugge,Brugge ringkond,bu lu ri qu,shhrstan brwzh,Брюге,شهرستان بروژ,布魯日區		BE	VLG	VWV	31	0	Europe/Brussels
2802582	Arrondissement de Bastogne	arrondissement-de-bastogne	Arrondissement Bastenaken,Arrondissement de Bastogne,Bastenaken,Bastogne		BE	WAL	WLX	82	0	Europe/Brussels
2803009	Arrondissement d'Ath	arrondissement-d-ath	Aat,Arrondissement Aat,Arrondissement d'Ath,Ath		BE	WAL	WHT	51	0	Europe/Brussels
2803072	Arrondissement d'Arlon	arrondissement-d-arlon	Aarlen,Arlon,Arrondissement Aarlen		BE	WAL	WLX	81	0	Europe/Brussels
2803137	Arrondissement Antwerpen	arrondissement-antwerpen	Antverpen,Antwerp,Antwerpe,Antwerpen,Antwerpeni ringkond,Anvers,Arondisamant Antwerpen,Arrondissement Antwerpen,Arrondissement administratif dAnvers,Arrondissement d'Anvers,Arrondissement de Antuerpia,Arrondissement de Antuérpia,Arrondissement di Anversa,Arrondissement of Antwerp,Bezirk Antwerpen,an te wei pu qu,shhrstan antwrp,Антверпен,شهرستان آنتورپ,安特衛普區		BE	VLG	VAN	11	0	Europe/Brussels
2803447	Arrondissement Aalst	arrondissement-aalst	Aals,Aalst,Aalsti ringkond,Alost,Alst,Arondisamant Aalst,Arrondissement Aalst,Arrondissement administratif dAlost,Arrondissement d'Alost,Arrondissement di Aalst,Arrondissement of Aalst,Bezirk Aalst,a er si te qu,shhrstan alst,Алст,شهرستان الست,阿爾斯特區		BE	VLG	VOV	41	0	Europe/Brussels
\.


--
-- Data for Name: admin4; Type: TABLE DATA; Schema: be; Owner: g5
--

COPY be.admin4 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, admin2_code, admin3_code, admin4_code, population, timezone) FROM stdin;
2783082	Zwijndrecht	zwijndrecht	Zwijndrecht,Zwyndrecht		BE	VLG	VAN	11	11056	19056	Europe/Brussels
2783090	Zwevegem	zwevegem	Sweveghem,Zwevegem		BE	VLG	VWV	34	34042	24656	Europe/Brussels
2783144	Zutendaal	zutendaal	Sutendael,Zutendaal		BE	VLG	VLI	71	71067	7289	Europe/Brussels
2783152	Zulte	zulte	Z'olte,Ziulte,Ziultė,Zjulte,Zulte,ju er te,jwilteo,zwlt,Зьолте,Зюлте,زولت,聚尔特,쥘터		BE	VLG	VOV	44	44081	15720	Europe/Brussels
2783154	Zuienkerke	zuienkerke	Zojenkerke,Zuienkerke,Zuunkerke,Zuyenkerke,zai en kai er ke,zwyynkrk,Зойенкерке,زوئینکرک,宰恩凯尔克		BE	VLG	VWV	31	31042	2721	Europe/Brussels
2783171	Zoutleeuw	zoutleeuw	Leau,Léau,Zautleu,Zoutleeuw,zu shi lai e fu,zwtlyw,Заутлеу,زوتلئو,祖时莱厄夫		BE	VLG	VBR	24	24130	8480	Europe/Brussels
2783176	Zottegem	zottegem	Sottegem,Zottegem		BE	VLG	VOV	41	41081	26582	Europe/Brussels
2783185	Zonnebeke	zonnebeke	Sonnebeca,Zonebeke,Zonempeke,Zonnebeke,Zunnebeke,zuo nei bei ke,zwnwbwk,Ζονεμπέκε,Зонебеке,Зоннебеке,زونوبوک,佐内贝克		BE	VLG	VWV	33	33037	12481	Europe/Brussels
2783189	Zonhoven	zonhoven	Zonhoven		BE	VLG	VLI	71	71066	21237	Europe/Brussels
2783205	Zoersel	zoersel	Zoersel		BE	VLG	VAN	11	11055	21944	Europe/Brussels
2783275	Zemst	zemst	Zemst		BE	VLG	VBR	23	23096	23358	Europe/Brussels
2783279	Zelzate	zelzate	Selzaete,Zelzaote,Zelzate,ze er zha te,zwlzt,Зелзате,زولزت,泽尔扎特		BE	VLG	VOV	43	43018	12854	Europe/Brussels
2783294	Zele	zele	Zele		BE	VLG	VOV	42	42028	21125	Europe/Brussels
2783309	Zedelgem	zedelgem	Zedelgem,Zedelghem		BE	VLG	VWV	31	31040	22819	Europe/Brussels
2783311	Zaventem	zaventem	Saventhem,Zaventem		BE	VLG	VBR	23	23094	34368	Europe/Brussels
2783348	Zandhoven	zandhoven	Santhoven,Zandhoven,Zandkhoven,zan de huo fen,zandwan,Зандховен,زاندوان,赞德霍芬		BE	VLG	VAN	11	11054	13025	Europe/Brussels
2783386	Yvoir	yvoir	Yvoir		BE	WAL	WNA	91	91141	9167	Europe/Brussels
2783417	Wuustwezel	wuustwezel	Wuestwezel,Wuustwezel		BE	VLG	VAN	11	11053	20970	Europe/Brussels
2783450	Wortegem-Petegem	wortegem-petegem	Vortegem-Petegem,Wortegem-Petegem,wo er te he mu-pei te he mu,wrtwzhm-ptwzhm,Вортегем-Петегем,ورتوژم-پتوژم,沃尔特赫姆-佩特赫姆		BE	VLG	VOV	45	45061	6397	Europe/Brussels
2783463	Wommelgem	wommelgem	Wommelgem,Wommelghem		BE	VLG	VAN	11	11052	12865	Europe/Brussels
2783475	Sint-Pieters-Woluwe	sint-pieters-woluwe	Commune de Woluwe-Saint-Pierre,Gemeente Sint-Pieters-Woluwe,Sint-Pieters-Woluwe,Woluwe-Saint-Pierre		BE	BRU	BRU	21	21019	41824	Europe/Brussels
2783477	Sint-Lambrechts-Woluwe	sint-lambrechts-woluwe	Sint-Lambrechts-Woluwe,Woluwe-Saint-Lambert,Woluwé-Saint-Lambert		BE	BRU	BRU	21	21018	56660	Europe/Brussels
2783587	Wingene	wingene	Vingene,Wiengne,Wingene,Wynghene,wen he ne,wnzhan,Вингене,ونژان,温赫讷		BE	VLG	VWV	37	37018	14263	Europe/Brussels
2783633	Willebroek	willebroek	Willebroeck,Willebroek		BE	VLG	VAN	12	12040	26462	Europe/Brussels
2783685	Wijnegem	wijnegem	Wijnegem,Wyneghem		BE	VLG	VAN	11	11050	9816	Europe/Brussels
2783718	Wielsbeke	wielsbeke	Vijlsbeke,Wielsbeke,wei er si bei ke,wylzbwk,Вийлсбеке,ویلزبوک,维尔斯贝克		BE	VLG	VWV	37	37017	9641	Europe/Brussels
2783729	Wichelen	wichelen	Vikhelen,Wichelen,wei he lun,wyshwlan,Вихелен,ویشولان,维赫伦		BE	VLG	VOV	42	42026	11672	Europe/Brussels
2783738	Wezembeek-Oppem	wezembeek-oppem	Wesembeek,Wesembeek-Ophem,Wesenbeck,Wezembeek-Oppem		BE	VLG	VBR	23	23103	14258	Europe/Brussels
2783760	Wevelgem	wevelgem	Wevelgem,Wevelghem		BE	VLG	VWV	34	34041	31406	Europe/Brussels
2783764	Wetteren	wetteren	Wetteren		BE	VLG	VOV	42	42025	25815	Europe/Brussels
2783769	Vleteren	vleteren	Vleteren,Vletern,fu lai te lun,wtwran,Влетерен,وتوران,夫莱特伦		BE	VLG	VWV	33	33041	3691	Europe/Brussels
2783802	Westerlo	westerlo	Westerlo,Westerloo		BE	VLG	VAN	13	13049	25051	Europe/Brussels
2783821	Wervik	wervik	Wervicq,Wervik		BE	VLG	VWV	33	33029	18767	Europe/Brussels
2783855	De Haan	de-haan	De Haan,De Khan,Dn Oane,Le Coq,Wenduyne,de han,dw an,Де Хан,دو آن,德汉		BE	VLG	VWV	35	35029	12666	Europe/Brussels
2783857	Wemmel	wemmel	Wemmel		BE	VLG	VBR	23	23102	16491	Europe/Brussels
2783863	Wellin	wellin	Wellin		BE	WAL	WLX	84	84075	3093	Europe/Brussels
2783865	Wellen	wellen	Wellen		BE	VLG	VLI	73	73098	7372	Europe/Brussels
2783871	Welkenraedt	welkenraedt	Welkenraedt		BE	WAL	WLG	63	63084	10002	Europe/Brussels
2783942	Wavre	wavre	Waver,Wavre		BE	WAL	WBR	25	25112	34396	Europe/Brussels
2783980	Watermael-Boitsfort	watermael-boitsfort	Watermaal-Bosvoorde,Watermael-Boitsfort		BE	BRU	BRU	21	21017	25184	Europe/Brussels
2783986	Waterloo	waterloo	Waterloo		BE	WAL	WBR	25	25110	30328	Europe/Brussels
2784011	Wasseiges	wasseiges	Uasezh,Vasezh,Wasseiges,Wazedje,awyszh,wa sai ri,Васеж,Уасеж,اوئسژ,瓦塞日		BE	WAL	WLG	64	64075	2937	Europe/Brussels
2784069	Waregem	waregem	Waereghem,Waregem		BE	VLG	VWV	34	34040	38266	Europe/Brussels
2784093	Wanze	wanze	Wanze		BE	WAL	WLG	61	61072	13738	Europe/Brussels
2784103	Trois-Ponts	trois-ponts	Trois-Ponts		BE	WAL	WLG	63	63086	2553	Europe/Brussels
2784169	Walhain	walhain	Walhain,Walin		BE	WAL	WBR	25	25124	7187	Europe/Brussels
2784190	Walcourt	walcourt	Walcourt,Walecurt		BE	WAL	WNA	93	93088	18430	Europe/Brussels
2784200	Waimes	waimes	Uem,Vem,Waime,Waimes,Weismes,awym,wei mu,Вем,Уем,اوئم,韦姆		BE	WAL	WLG	63	63080	7425	Europe/Brussels
2784228	Wachtebeke	wachtebeke	Vakhtebeke,Wachtebeke,awyktwbwk,wa he te bei ke,wahatebeke,Вахтебеке,اوئکتوبوک,ワハテベーケ,瓦赫特贝克		BE	VLG	VOV	44	44073	7771	Europe/Brussels
2784232	Waasmunster	waasmunster	Vasm'onster,Vasmjunster,Waasmunster,Waesmunster,awyzmansth,wa si ming si te er,Васмьонстер,Васмюнстер,اوئزمانسته,瓦斯明斯特尔		BE	VLG	VOV	42	42023	10801	Europe/Brussels
2784312	Vresse-sur-Semois	vresse-sur-semois	Vresse-Sur-Semois,Vresse-sur-Semois		BE	WAL	WNA	91	91143	2615	Europe/Brussels
2784350	Vosselaar	vosselaar	Vosselaar,Vosselaer		BE	VLG	VAN	13	13046	11187	Europe/Brussels
2784365	Laakdal	laakdal	Laakdal,Lakdal,la ke da er,lkdl,Лакдал,لکدل,拉克达尔		BE	VLG	VAN	13	13053	16101	Europe/Brussels
2784371	Vorselaar	vorselaar	Vorselaar,Vorselar,Vorsselaer,fu er sai la er,wrswlr,Ворселар,ورسولر,福尔塞拉尔		BE	VLG	VAN	13	13044	7861	Europe/Brussels
2784549	Visé	vise	Vise,Visetum,Vize,Vizé,Wezet,bije,fyzyh,vu~ize,wei sai,wyzh,Визе,فيزيه,ویزه,ヴィゼ,维塞,비제		BE	WAL	WLG	62	62108	17812	Europe/Brussels
2784556	Virton	virton	Virton		BE	WAL	WLX	85	85045	11332	Europe/Brussels
2784605	Vilvoorde	vilvoorde	Filford,Vilvoorde,Vilvorde		BE	VLG	VBR	23	23088	44727	Europe/Brussels
2784626	Les Bons Villers	les-bons-villers	Le Bon Vijers,Le Bon Viler,Le-Bon-Viller,Les Bons Villers,Les Bons Viyes,Les Bons Viyés,lbwn-wyh,Ле Бон Вийерс,Ле Бон Вілер,Ле-Бон-Виллер,لبون-ویه		BE	WAL	WHT	52	52075	9451	Europe/Brussels
2784640	Villers-le-Bouillet	villers-le-bouillet	Villers-Le-Bouillet,Viye-l'-Boulet,Viyé-l'-Boulet		BE	WAL	WLG	61	61068	6496	Europe/Brussels
2784642	Villers-la-Ville	villers-la-ville	L Abeye,Vijers la Vil,Viller-la-Vil',Villers-La-Ville,Villers-la-Ville,wei lai er si la wei ye,wyh-lwyl,Вийерс ла Вил,Виллер-ла-Виль,ویه-لویل,维莱尔斯拉维耶		BE	WAL	WBR	25	25107	10702	Europe/Brussels
2784776	Vielsalm	vielsalm	Vielsalm		BE	WAL	WLX	82	82032	7814	Europe/Brussels
2784805	Veurne	veurne	Furnes,Veurne		BE	VLG	VWV	38	38025	11903	Europe/Brussels
2784822	Verviers	verviers	Vervi,Verviers,Vervî		BE	WAL	WLG	63	63079	55207	Europe/Brussels
2784859	Verlaine	verlaine	Verlaine,Verlen,wei er lai ne,wrln,Верлен,ورلن,韦尔莱讷		BE	WAL	WLG	61	61063	4228	Europe/Brussels
2784999	Vaux-sur-Sûre	vaux-sur-sure	Li Va-so-Seure,Li Vå-so-Seure,Vaux-Sur-Sure		BE	WAL	WLX	82	82036	5640	Europe/Brussels
2785124	Ukkel	ukkel	Commune d'Uccle,Gemeente Ukkel,Uccle,Ukkel		BE	BRU	BRU	21	21016	83024	Europe/Brussels
2785142	Turnhout	turnhout	Toeroet,Turnhout		BE	VLG	VAN	13	13040	44664	Europe/Brussels
2785170	Tubize	tubize	Tubeke,Tubize		BE	WAL	WBR	25	25105	26233	Europe/Brussels
2785294	Tremelo	tremelo	Tremelo,Tremeloo,te lei mei luo,trwmwlw,Тремело,ترومولو,特雷梅洛		BE	VLG	VBR	24	24109	14914	Europe/Brussels
2785342	Tournai	tournai	Arondisamant Tournai,Arrondissement Doornik,Arrondissement Tournai,Arrondissement administratif de Tournai,Arrondissement di Tournai,Arrondissement of Tournai,Bezirk Tournai,Doornik,Tournai,Tournai ringkond,Turne,shhrstan twrnh,tu er nai qu,Турне,شهرستان تورنه,圖爾奈區		BE	WAL	WHT	57	57081	69370	Europe/Brussels
2785365	Torhout	torhout	Thourout,Torhout		BE	VLG	VWV	31	31033	20463	Europe/Brussels
2785390	Tongeren	tongeren	Tongeren,Tongern,Tongres		BE	VLG	VLI	73	73083	30996	Europe/Brussels
2785423	Tintigny	tintigny	Tintigny		BE	WAL	WLX	85	85039	4300	Europe/Brussels
2785471	Tienen	tienen	Thienen,Tienen,Tirlemont		BE	VLG	VBR	24	24107	34975	Europe/Brussels
2785478	Tielt	tielt	Thielt,Tielt		BE	VLG	VWV	37	37015	20502	Europe/Brussels
2785479	Tielt-Winge	tielt-winge	Tielt-Winge		BE	VLG	VBR	24	24135	10747	Europe/Brussels
2785518	Thuin	thuin	Thuin,Twin		BE	WAL	WHT	56	56078	14702	Europe/Brussels
2785563	Thimister-Clermont	thimister-clermont	Thimister-Clermont,Timister-Clairmont,Timister-Klermon,tymysth-klrmwn,Тимистер-Клермон,تیمیسته-کلرمون,蒂米斯特尔—克勒尔蒙		BE	WAL	WLG	63	63089	5700	Europe/Brussels
2785594	Theux	theux	Theux		BE	WAL	WLG	63	63076	12031	Europe/Brussels
2785613	Tessenderlo	tessenderlo	Tessenderlo,Tessenderloo		BE	VLG	VLI	71	71057	18613	Europe/Brussels
2785623	Tervuren	tervuren	Tervueren,Tervuren		BE	VLG	VBR	24	24104	22422	Europe/Brussels
2785656	Ternat	ternat	Ternat,Ternath,te er na te,trnh,Тернат,ترنه,特尔纳特		BE	VLG	VBR	23	23086	15746	Europe/Brussels
2785746	Tenneville	tenneville	Tenneville		BE	WAL	WLX	83	83049	2832	Europe/Brussels
2785779	Temse	temse	Tamise,Temse		BE	VLG	VOV	46	46025	29926	Europe/Brussels
2785794	Tellin	tellin	Tellin		BE	WAL	WLX	84	84068	2432	Europe/Brussels
2785990	Stoumont	stoumont	Stoumont		BE	WAL	WLG	63	63075	3167	Europe/Brussels
2786088	Stekene	stekene	Stekene,si tai ke ne,stwkn,Стекене,ستوکن,斯泰克讷		BE	VLG	VOV	46	46024	18445	Europe/Brussels
2786125	Steenokkerzeel	steenokkerzeel	Steen-Ockerzeel,Steenokkerzeel		BE	VLG	VBR	23	23081	12135	Europe/Brussels
2786186	Stavelot	stavelot	Stablo,Stavelot,Stavleu,Ståvleu		BE	WAL	WLG	63	63073	7169	Europe/Brussels
2786227	Staden	staden	Staden		BE	VLG	VWV	36	36019	11489	Europe/Brussels
2786230	Stabroek	stabroek	Stabroeck,Stabroek,Stabruk,si ta bu lu ke,stbrwyk,Стабрук,ستبروئک,斯塔布鲁克		BE	VLG	VAN	11	11044	18710	Europe/Brussels
2786244	Sprimont	sprimont	Sprimont		BE	WAL	WLG	62	62100	14712	Europe/Brussels
2786319	Spa	spa	Aquae Spadanae,Gorad Spa,Spa,Spa vald,Spå,s pa,seupa,si pa,sph,supa,Σπα,Горад Спа,Спа,Սպա,ספא,سپه,สปา,スパ,斯帕,스파		BE	WAL	WLG	63	63072	10229	Europe/Brussels
2786345	Soumagne	soumagne	Soumagne		BE	WAL	WLG	62	62099	16925	Europe/Brussels
2786388	Somme-Leuze	somme-leuze	Some-Leuze,Somme-Leuze		BE	WAL	WNA	91	91120	5641	Europe/Brussels
2786391	Sombreffe	sombreffe	Sombreffe		BE	WAL	WNA	92	92114	8440	Europe/Brussels
2786421	Soignies	soignies	Arondisamant Soignies,Arrondissement Soignies,Arrondissement Zinnik,Arrondissement administratif de Soignies,Arrondissement di Soignies,Arrondissement of Soignies,Bezirk Soignies,Soani,Soignies,Soignies ringkond,Zinnik,shhrstan swynyh,su wa ni qu,Соани,شهرستان سوئنیه,蘇瓦尼區		BE	WAL	WHT	55	55040	28016	Europe/Brussels
2786426	Tinlot	tinlot	Tinlot		BE	WAL	WLG	61	61081	2706	Europe/Brussels
2786531	Sivry-Rance	sivry-rance	Chevri-Rance,Sivri-Rans,Sivry-Rance,sywry-rans,Сиври-Ранс,سیوری-رانس		BE	WAL	WHT	56	56088	4798	Europe/Brussels
2786546	Sint-Truiden	sint-truiden	Gorad Sankt-Trond,Oppidum Sancti Trudonis,Saint-Trond,Sent-Trueden,Sent-Trüden,Sint Treidenas,Sint Trojden,Sint-Trejden,Sint-Trjojden,Sint-Truiden,Sintruin,Sinttreidena,sant trwnd,sheng te lei deng,shinto=toroiden,sint-thrx y den,Горад Санкт-Тронд,Синт Тройден,Синт Тројден,Синт-Трёйден,Сінт-Трейден,سانت تروند,سن‌روئیدان,ซินต์-ทรอยเดน,シント＝トロイデン,圣特雷登		BE	VLG	VLI	71	71053	40590	Europe/Brussels
2786560	Sint-Pieters-Leeuw	sint-pieters-leeuw	Leeuw-Saint-Pierre,Sint-Pieters-Leeuw		BE	VLG	VBR	23	23077	34228	Europe/Brussels
2786579	Sint-Niklaas	sint-niklaas	Arrondissement de Saint-Nicolas,Saint-Nicolas,Sint-Niklaas		BE	VLG	VOV	46	46021	77679	Europe/Brussels
2786584	Voeren	voeren	Fourons,Voere,Voeren,Vuren,fu lun,fu rein,fwryn,wwyran,Вурен,فورين,ووئران,ฟุเริน,富伦		BE	VLG	VLI	73	73109	4146	Europe/Brussels
2786588	Lennik	lennik	Lennik		BE	VLG	VBR	23	23104	9074	Europe/Brussels
2786592	Sint-Martens-Latem	sint-martens-latem	Laethem-Saint-Martin,Sint Martens Latem,Sint-Martens-Laethem,Sint-Martens-Latem,sheng ma er teng si-la te mu,sn-mrtan-ltm,Синт Мартенс Латем,Синт-Мартенс-Латем,سن-مرتان-لتم,圣马尔滕斯-拉特姆		BE	VLG	VOV	44	44064	8392	Europe/Brussels
2786604	Lierde	lierde	Lierde,Lijrde,Lirde,li er de,lyrd,Лийрде,Лирде,لیرد,利尔德		BE	VLG	VOV	45	45063	6616	Europe/Brussels
2786617	Sint-Lievens-Houtem	sint-lievens-houtem	Hautem-Saint-Lievin,Hautem-Saint-Liévin,Hauthem-Saint-Lievin,Hauthem-Saint-Liévin,Sint-Lievens-Hautem,Sint-Lievens-Houtem		BE	VLG	VOV	41	41063	10342	Europe/Brussels
2786627	Sint-Laureins	sint-laureins	Saint Lawrence,Saint-Laurent,Sint-Laureins,Sint-Laureis,St-Laureins		BE	VLG	VOV	43	43014	6783	Europe/Brussels
2786637	Horebeke	horebeke	Hoorebeke,Horebeke		BE	VLG	VOV	45	45062	2036	Europe/Brussels
2786642	Sint-Katelijne-Waver	sint-katelijne-waver	Kathelijne-Waver,Sint-Katelijne-Waver,Wavre-Sainte-Catherine		BE	VLG	VAN	12	12035	20792	Europe/Brussels
2786695	Sint-Gillis-Waas	sint-gillis-waas	Saint-Gilles-Waas,Sint-Gillis-Waas		BE	VLG	VOV	46	46020	19370	Europe/Brussels
2786701	Sint-Genesius-Rode	sint-genesius-rode	Rhode-Saint-Genese,Rhode-Saint-Genèse,Sint Genezijus Rode,Sint-Genesius-Rode,Sint-Genezius-Rode,sheng hai nei xu si-luo de,sn-zhnwzyw-rwd,Синт Генезиюс Роде,Синт-Генезиус-Роде,سن-ژنوزیو-رود,圣海内叙斯-罗德		BE	VLG	VBR	23	23101	18387	Europe/Brussels
2786770	Silly	silly	Chili,Opzullik,Sili,Silli,Silly,syy,Сили,Силли,سیی		BE	WAL	WHT	55	55039	8168	Europe/Brussels
2786825	Seraing	seraing	Seraing		BE	WAL	WLG	62	62096	64259	Europe/Brussels
2786853	Seneffe	seneffe	Seneffe		BE	WAL	WHT	52	52063	10763	Europe/Brussels
2786964	Schoten	schoten	Schooten,Schoten		BE	VLG	VAN	11	11040	34517	Europe/Brussels
2787049	Schilde	schilde	Schilde		BE	VLG	VAN	11	11039	19652	Europe/Brussels
2787061	Scherpenheuvel-Zichem	scherpenheuvel-zichem	Scherpenheuvel-Zichem		BE	VLG	VBR	24	24134	23029	Europe/Brussels
2787081	Schelle	schelle	Schelle		BE	VLG	VAN	11	11038	8518	Europe/Brussels
2787150	Schaarbeek	schaarbeek	Schaarbeek,Schaerbeek		BE	BRU	BRU	21	21015	133309	Europe/Brussels
2787316	Saint-Vith	saint-vith	Sankt Vaeit,Sankt Vith,Sankt Väit,Sankt-Vith		BE	WAL	WLG	63	63067	9722	Europe/Brussels
2787357	Saint-Nicolas	saint-nicolas	Saint-Nicolas,Sen Nikola,Sen-Nikola,Sint-Nicolai-dle-Lidje,Sint-Nicolai-dlé-Lidje,Sint-Niklaas,sheng ni gu la,sn-nykwla,Сен Никола,Сен-Нікола,سن-نیکولا,سینٹ-نکولس، بیلجیم,圣尼古拉		BE	WAL	WLG	62	62093	24263	Europe/Brussels
2787380	Saint-Léger	saint-leger	Saint-Leger,Saint-Leger-en-Gaume,Saint-Léger-en-Gaume,Sen Lezhe,Sen-Lezhe,sheng lai re,sn-lzhh,Сен Леже,Сен-Леже,سن-لژه,سینٹ-لگر، بیلجیم,圣莱热		BE	WAL	WLX	85	85034	3608	Europe/Brussels
2787388	Saint-Josse-ten-Noode	saint-josse-ten-noode	Saint-Josse-Ten-Noode,Sint-Joost-Ten-Node,Sint-Joost-ten-Node		BE	BRU	BRU	21	21014	27457	Europe/Brussels
2787409	Saint-Hubert	saint-hubert	Saint-Hubert,Sent Juber,Sent-Juber,Sint-Houbert,sheng hu bo te,sheng yu bai,sn-awbr,Сент Юбер,Сент-Юбер,سن-اوبر,سینٹ-ہوبرٹ، بیلجیم,圣胡伯特,聖宇拜		BE	WAL	WLX	84	84059	5569	Europe/Brussels
2787415	Sint-Gillis	sint-gillis	Commune de Saint-Gilles,Gemeente Sint-Gilles,Saint-Gilles,Sint-Gillis		BE	BRU	BRU	21	21013	50267	Europe/Brussels
2787417	Saint-Ghislain	saint-ghislain	Saint-Ghislain,Sint-Guilin		BE	WAL	WHT	53	53070	23311	Europe/Brussels
2787426	Saint-Georges-sur-Meuse	saint-georges-sur-meuse	Saint-Georges-Sur-Meuse,Saint-Georges-sur-Meuse		BE	WAL	WLG	64	64065	6803	Europe/Brussels
2787522	Rumst	rumst	R'omst,Rumpst,Rumst,lu mu si te,rmst,Рьомст,رمست,吕姆斯特		BE	VLG	VAN	11	11037	15090	Europe/Brussels
2787531	Rumes	rumes	Rumes		BE	WAL	WHT	57	57072	5167	Europe/Brussels
2787548	Ruiselede	ruiselede	Rojselede,Ruiselede,Ruuslee,Ruysselede,lei sai lai de,rwyyzwlwd,Ройселеде,روئیزولود,雷塞莱德		BE	VLG	VWV	37	37012	5358	Europe/Brussels
2787663	Rotselaar	rotselaar	Rotselaar		BE	VLG	VBR	24	24094	16793	Europe/Brussels
2787770	Ronse	ronse	Renaix,Ronse		BE	VLG	VOV	45	45041	26479	Europe/Brussels
2787879	Le Roeulx	le-roeulx	Le Roeulx		BE	WAL	WHT	55	55035	8716	Europe/Brussels
2787891	Roeselare	roeselare	Arrondissement de Roulers,Roeselare,Roulers,Rouselare		BE	VLG	VWV	36	36015	62954	Europe/Brussels
2787949	Rochefort	rochefort	Rochefort,Roshfor,Rotchfoirt,losyupoleu,luo shen fu er,rshfr,Рошфор,رشفر,罗什福尔,로슈포르		BE	WAL	WNA	91	91114	12611	Europe/Brussels
2787990	Rixensart	rixensart	Rixensart		BE	WAL	WBR	25	25091	22558	Europe/Brussels
2788052	Rijkevorsel	rijkevorsel	Rijkevorsel,Ryckevorsel		BE	VLG	VAN	13	13037	12060	Europe/Brussels
2788089	Riemst	riemst	Riempst,Riems,Riemst,Rijmst,li mu si te,rim st,ryamst,rymst,Риймст,ريمست,ریامست,รีมสต์,里姆斯特		BE	VLG	VLI	73	73066	16755	Europe/Brussels
2788112	La Bruyère	la-bruyere	La Brjujer,La Bruyere,Les Brouhires,la bu lu ai,lbrwyr,Ла Брюйер,لبرویر,拉布吕埃		BE	WAL	WNA	92	92141	9276	Europe/Brussels
2788132	Burg-Reuland	burg-reuland	Burg-Reuland,Reuland		BE	WAL	WLG	63	63087	3935	Europe/Brussels
2788139	Retie	retie	Resij,Rethy,Retie,lei di,rwty,Ресий,روتی,雷蒂		BE	VLG	VAN	13	13036	11396	Europe/Brussels
2788179	Lo-Reninge	lo-reninge	Lo-Renienge,Lo-Reninge,Lo-Rênienge,Reninghe,lrnnzh,luo-lun ning he,Ло-Ренинге,لرننژ,洛－伦宁赫		BE	VLG	VWV	32	32030	3291	Europe/Brussels
2788187	Rendeux	rendeux	Rendeux		BE	WAL	WLX	83	83044	2637	Europe/Brussels
2788212	Remicourt	remicourt	Remicourt		BE	WAL	WLG	64	64063	5906	Europe/Brussels
2788300	Rebecq	rebecq	Rebecq,Rebecq-Rognon,Roosbeek		BE	WAL	WBR	25	25123	10979	Europe/Brussels
2788313	Ravels	ravels	Raevels,Ravels,la fu er si,rafyls,rwl,Равелс,رافيلس,رول,拉弗尔斯		BE	VLG	VAN	13	13035	15009	Europe/Brussels
2788349	Ranst	ranst	Ranst,lan si te,rnst,Ранст,رنست,兰斯特		BE	VLG	VAN	11	11035	19008	Europe/Brussels
2788382	Ramillies	ramillies	Ramieye,Ramii,Ramiji,Ramillies,Ramiêye,la mi yi,rmyyy,Рамии,Рамийи,رمیئی,拉米伊		BE	WAL	WBR	25	25122	6522	Europe/Brussels
2788411	Raeren	raeren	Raeren,Raore,Raren,Reren,la lang,ryran,Рарен,Ререн,رئران,拉朗		BE	WAL	WLG	63	63061	10759	Europe/Brussels
2788445	Quiévrain	quievrain	Quievrain		BE	WAL	WHT	53	53068	6822	Europe/Brussels
2788448	Quévy	quevy	Kevi,Quevy,kwy,Кеви,کوی		BE	WAL	WHT	53	53084	8138	Europe/Brussels
2788500	Quaregnon	quaregnon	Quaregnon		BE	WAL	WHT	53	53065	19007	Europe/Brussels
2788523	Putte	putte	Putte		BE	VLG	VAN	12	12029	17800	Europe/Brussels
2788578	Profondeville	profondeville	Profondeville		BE	WAL	WNA	92	92101	12220	Europe/Brussels
2788727	Poperinge	poperinge	Poperinge,Poperinghe		BE	VLG	VWV	33	33021	19702	Europe/Brussels
2788742	Fernelmont	fernelmont	Fernelmont		BE	WAL	WNA	92	92138	8032	Europe/Brussels
2788766	Pont-à-Celles	pont-a-celles	Pont-A-Celles,Pont-a-Celles,Pont-à-Celles		BE	WAL	WHT	52	52055	17371	Europe/Brussels
2788926	Pittem	pittem	Pitem,Pittem,Pitthem,pi te mu,pytm,Питем,Піттем,پیتم,皮特姆		BE	VLG	VWV	37	37011	6738	Europe/Brussels
2789017	Philippeville	philippeville	Philippeville		BE	WAL	WNA	93	93056	9289	Europe/Brussels
2789158	Perwez	perwez	Perwez,Perwijs		BE	WAL	WBR	25	25084	9303	Europe/Brussels
2789163	Péruwelz	peruwelz	Peruwelz,Péruwelz		BE	WAL	WHT	57	57064	17159	Europe/Brussels
2789191	Pepinster	pepinster	Pepenster,Pepinster,po pan si te er,pwpnsth,Пепенстер,پوپنسته,珀潘斯特尔		BE	WAL	WLG	63	63058	9772	Europe/Brussels
2789193	Pepingen	pepingen	Pepingen,Pepinghen,pei ping en,pwpnzhan,Пепинген,پوپنژان,佩平恩		BE	VLG	VBR	23	23064	4479	Europe/Brussels
2789233	Peer	peer	Peer,Per,pei er,per,ph,Пер,په,เปร์,佩尔		BE	VLG	VLI	72	72030	16357	Europe/Brussels
2789237	Pecq	pecq	Pecq		BE	WAL	WHT	57	57062	5698	Europe/Brussels
2789347	Roosdaal	roosdaal	Roosdaal,Roosdoal,Rosdal,Rôosdoal,luo si da er,rwzdl,Росдал,روزدل,罗斯达尔		BE	VLG	VBR	23	23097	11631	Europe/Brussels
2789355	Paliseul	paliseul	Paliseul		BE	WAL	WLX	84	84050	5389	Europe/Brussels
2789414	Overijse	overijse	Overejse,Overijsche,Overijse,Overyssche,ao gang lai ze,awryzhz,Оверейсе,اوریژز,奥纲赖泽		BE	VLG	VBR	23	23062	25403	Europe/Brussels
2789472	Oupeye	oupeye	Oupeye		BE	WAL	WLG	62	62079	25446	Europe/Brussels
2789480	Ouffet	ouffet	Ouffet		BE	WAL	WLG	61	61048	2776	Europe/Brussels
2789484	Oud-Turnhout	oud-turnhout	Oud-Turnhout,Vieux-Turnhout		BE	VLG	VAN	13	13031	13662	Europe/Brussels
2789493	Oud-Heverlee	oud-heverlee	Aud Kheverle,Aud-Kheverle,Oud-Heverlee,aw-awrlh,jiu he gang er lai,Ауд Хеверле,Ауд-Хеверле,او-اورله,旧赫纲尔莱		BE	VLG	VBR	24	24086	11112	Europe/Brussels
2789520	Oudenburg	oudenburg	Audenbjurg,Oednburg,Oudenburg,ao deng bu er ge,awdanbwrg,Ауденбюрг,اودانبورگ,奥登布尔格		BE	VLG	VWV	35	35014	9381	Europe/Brussels
2789530	Oudenaarde	oudenaarde	Arrondissement d'Audenarde,Audenaarde,Audenarde,Oudenaarde		BE	VLG	VOV	45	45035	31393	Europe/Brussels
2789571	Ottignies-Louvain-la-Neuve	ottignies-louvain-la-neuve	Ottignies-Louvain-La-Neuve,Ottignies-Louvain-la-Neuve		BE	WAL	WBR	25	25121	31443	Europe/Brussels
2789622	Orp-Jauche	orp-jauche	Orp-Jauche		BE	WAL	WBR	25	25120	8924	Europe/Brussels
2789636	Oreye	oreye	Oerle,Oreye		BE	WAL	WLG	64	64056	3895	Europe/Brussels
2789655	Opwijk	opwijk	Opvejk,Opwijk,ao pu wei ke,awpwyyzhk,Опвейк,اوپوئیژک,奥普韦克		BE	VLG	VBR	23	23060	14547	Europe/Brussels
2789738	Oostrozebeke	oostrozebeke	Oostroosebeke,Oostroozebeke,Oostrozebeke,Ostrozebeke,ao si te luo ze bei ke,awztrwzwbwk,Ôostrôzebeke,Острозебеке,اوزتروزوبوک,奥斯特罗泽贝克		BE	VLG	VWV	37	37010	7932	Europe/Brussels
2789746	Malle	malle	Malle		BE	VLG	VAN	11	11057	15561	Europe/Brussels
2789752	Oostkamp	oostkamp	Oostcamp,Oostkamp		BE	VLG	VWV	31	31022	23698	Europe/Brussels
2789770	Ham	ham	Ham,Kham,ha mu,ham,Хам,عم,ฮัม,哈姆,함		BE	VLG	VLI	71	71069	10897	Europe/Brussels
2789772	Oosterzele	oosterzele	Oosterzeele,Oosterzele		BE	VLG	VOV	44	44052	13590	Europe/Brussels
2789788	Oostende	oostende	Oostende,Ostend,Ostende		BE	VLG	VWV	35	35013	71494	Europe/Brussels
2789835	Onhaye	onhaye	Onhaye		BE	WAL	WNA	91	91103	3241	Europe/Brussels
2789870	Olne	olne	Olne		BE	WAL	WLG	63	63057	4080	Europe/Brussels
2789887	Olen	olen	Olen,Oolen		BE	VLG	VAN	13	13029	12505	Europe/Brussels
2789909	Ohey	ohey	Ohe,Ohey,Ohè		BE	WAL	WNA	92	92097	5127	Europe/Brussels
2790102	Nivelles	nivelles	Nijvel,Nivelles		BE	WAL	WBR	25	25072	28734	Europe/Brussels
2790115	Ninove	ninove	Ninove		BE	VLG	VOV	41	41048	38911	Europe/Brussels
2790136	Nijlen	nijlen	Nijlen,Nylen		BE	VLG	VAN	12	12026	22949	Europe/Brussels
2790153	Nieuwpoort	nieuwpoort	N'ivport,Nieuport,Nieuwpoort,Nieuwpôort,Njuport,ni wu bo er te,niupoleuteu,niuporuto,nywpr,Ньивпорт,Нюпорт,نیوپر,ニーウポールト,尼乌波尔特,니우포르트		BE	VLG	VWV	38	38016	11621	Europe/Brussels
2790181	Nieuwerkerken	nieuwerkerken	Nieuwerkerken,Njuerkerken,Noerekirke,Noërekirke,ni wo kai er ken,nywrkrkan,Нюеркеркен,نیورکرکان,นีวเวอร์แกร์เกิน,尼沃凯尔肯		BE	VLG	VLI	71	71045	6947	Europe/Brussels
2790226	Niel	niel	Niel		BE	VLG	VAN	11	11030	10501	Europe/Brussels
2790241	Neupré	neupre	Neupre		BE	WAL	WLG	62	62121	9923	Europe/Brussels
2790288	Neufchâteau	neufchateau	Li Tchestea,N'ofshato,Neufchateau,Neufchâteau,Njoshato,na sha tuo,nwfshtw,Ньофшато,Нёшато,نوفشتو,纳沙托		BE	WAL	WLX	84	84043	7699	Europe/Brussels
2790422	Brakel	brakel	Brakel		BE	VLG	VOV	45	45059	14801	Europe/Brussels
2790435	Nazareth	nazareth	Nazaret,Nazareth,Nazarethi vald,na sa lei,nzrt,Назарет,نزرت,拿撒勒		BE	VLG	VOV	44	44048	11619	Europe/Brussels
2790452	Nassogne	nassogne	Nassogne		BE	WAL	WLX	83	83040	5498	Europe/Brussels
2790468	Nandrin	nandrin	Nandrin		BE	WAL	WLG	61	61043	5753	Europe/Brussels
2790472	Namur	namur	Arondisamant Namur,Arrondissement Namen,Arrondissement Namouer,Arrondissement administratif de Namur,Arrondissement di Namur,Arrondissement of Namur,Bezirk Namur,Name,Namen,Namjur,Namur,Namuri ringkond,na mu er qu,shhrstan nmwr,Намюр,شهرستان نمور,那慕爾區		BE	WAL	WNA	92	92094	110779	Europe/Brussels
2790516	Musson	musson	Musson		BE	WAL	WLX	85	85026	4551	Europe/Brussels
2790540	Zwalm	zwalm	Zvalm,Zwalm,ci wa er mu,zwylm,Звалм,زوئلم,兹瓦尔姆		BE	VLG	VOV	45	45065	8148	Europe/Brussels
2790677	Mortsel	mortsel	Mortsel		BE	VLG	VAN	11	11029	26099	Europe/Brussels
2790698	Morlanwelz	morlanwelz	Marlanwe,Marlanwè,Morlanwelz		BE	WAL	WHT	56	56087	19139	Europe/Brussels
2790730	Moorslede	moorslede	Moorslede,Mooslee,Morslede,Môoslee,mo er si lai de,mwrslwd,Морследе,مورسلود,莫尔斯莱德		BE	VLG	VWV	36	36012	11250	Europe/Brussels
2790757	Mont-Saint-Guibert	mont-saint-guibert	Mont-Saint-Guibert		BE	WAL	WBR	25	25068	7771	Europe/Brussels
2790805	Montigny-le-Tilleul	montigny-le-tilleul	Montignies-le-Tilleul,Montigny-Le-Tilleul,Montigny-le-Tilleul		BE	WAL	WHT	52	52048	10112	Europe/Brussels
2790871	Mons	mons	Bergen,Mons,Mont		BE	WAL	WHT	53	53053	95613	Europe/Brussels
2790907	Momignies	momignies	Momignies,Momin'i,Momini,mwmyny,Момини,Моминьи,مومینی		BE	WAL	WHT	56	56051	5305	Europe/Brussels
2791019	Sint-Jans-Molenbeek	sint-jans-molenbeek	Commune de Molenbeek-Saint-Jean,Gemeente Sint-Jans-Molenbeek,Molenbeek-Saint-Jean,Sint-Jans-Molenbeek		BE	BRU	BRU	21	21012	97462	Europe/Brussels
2791068	Mol	mol	Mol,Moll		BE	VLG	VAN	13	13025	36825	Europe/Brussels
2791122	Moerbeke	moerbeke	Moerbeke,Moerbeke-Waas		BE	VLG	VOV	44	44045	6481	Europe/Brussels
2791133	Modave	modave	Modave		BE	WAL	WLG	61	61041	4212	Europe/Brussels
2791195	Middelkerke	middelkerke	Middelkerke		BE	VLG	VWV	35	35011	19336	Europe/Brussels
2791256	Meulebeke	meulebeke	M'olebeke,Meulebeke,Mullebeke,mo lai bei ke,mwlwbwk,Мьолебеке,مولوبوک,默莱贝克		BE	VLG	VWV	37	37007	10860	Europe/Brussels
2791262	Mettet	mettet	Mettet		BE	WAL	WNA	92	92087	13102	Europe/Brussels
2791273	Messancy	messancy	Messancy		BE	WAL	WLX	81	81015	8218	Europe/Brussels
2791285	Mesen	mesen	Meesen,Meessen,Mesen,Messines		BE	VLG	VWV	33	33016	1065	Europe/Brussels
2791298	Merksplas	merksplas	Merksplas,Merxplas,mei ke si pu la si,mrksplh,myrksblas,Мерксплас,مرکسپله,ميركسبلاس,梅克斯普拉斯		BE	VLG	VAN	13	13023	8600	Europe/Brussels
2791316	Merelbeke	merelbeke	Meirelbeke,Merelbeke		BE	VLG	VOV	44	44043	24660	Europe/Brussels
2791324	Merchtem	merchtem	Merchtem,Merkhtem,mei er he te mu,mrktm,Мерхтем,مرکتم,梅尔赫特姆		BE	VLG	VBR	23	23052	16583	Europe/Brussels
2791330	Merbes-le-Château	merbes-le-chateau	Merbes-Le-Chateau,Merbes-le-Chateau,Merbes-le-Château		BE	WAL	WHT	56	56049	4266	Europe/Brussels
2791344	Menen	menen	Meenen,Menen,Menin		BE	VLG	VWV	34	34027	33385	Europe/Brussels
2791386	Melle	melle	Mele,Melle,mei lai,ml  gan,Меле,Мелле,مل، گان,梅莱		BE	VLG	VOV	44	44040	11736	Europe/Brussels
2791389	Linter	linter	Linter,lin te er,lnth,Линтер,لنته,林特尔		BE	VLG	VBR	24	24133	7269	Europe/Brussels
2791420	Meix-devant-Virton	meix-devant-virton	Meix-Devant-Virton,Meix-devant-Virton		BE	WAL	WLX	85	85024	2809	Europe/Brussels
2791425	Meise	meise	Meise		BE	VLG	VBR	23	23050	19411	Europe/Brussels
2791495	Meerhout	meerhout	Meerhout,Merkhaut,mei er hao te,mrw,Мерхаут,مرو,梅尔豪特		BE	VLG	VAN	13	13021	10361	Europe/Brussels
2791535	Maasmechelen	maasmechelen	Maasmechelen,Mechelen		BE	VLG	VLI	73	73107	38516	Europe/Brussels
2791538	Mechelen	mechelen	Malines,Mechelen,Mechlin		BE	VLG	VAN	12	12025	86616	Europe/Brussels
2791643	Martelange	martelange	Martelange		BE	WAL	WLX	81	81013	1876	Europe/Brussels
2791734	Marchin	marchin	Marchin		BE	WAL	WLG	61	61039	5469	Europe/Brussels
2791740	Écaussinnes	ecaussinnes	Ecaussinnes		BE	WAL	WHT	55	55050	11159	Europe/Brussels
2791745	Marche-en-Famenne	marche-en-famenne	Marche-En-Famenne,Marche-en-Famenne		BE	WAL	WLX	83	83034	17465	Europe/Brussels
2791815	Manage	manage	Manage		BE	WAL	WHT	52	52043	22493	Europe/Brussels
2791835	Malmédy	malmedy	Malmedy,Malmuend,Malmünd		BE	WAL	WLG	63	63049	12741	Europe/Brussels
2791858	Maldegem	maldegem	Maldegem,Moaldegem		BE	VLG	VOV	43	43010	23774	Europe/Brussels
2791953	Machelen	machelen	Machelen		BE	VLG	VBR	23	23047	15469	Europe/Brussels
2791965	Maaseik	maaseik	Maaseik,Maeseyck		BE	VLG	VLI	72	72021	25317	Europe/Brussels
2791971	Maarkedal	maarkedal	Maarkedal,Markedal,ma er ke da er,mrkwdl,Маркедал,مرکودل,马尔克达尔		BE	VLG	VOV	45	45064	6343	Europe/Brussels
2792008	Lummen	lummen	L'omen,Leume,Ljummen,Lummen,lu men,lum mein,lwman,lwmyn,Льомен,Люммен,لومان,لومين,ลึมเมิน,吕门		BE	VLG	VLI	71	71037	14890	Europe/Brussels
2792035	Lubbeek	lubbeek	L'obbek,Ljubbek,Lubbeek,lu bei ke,lwbyk,Льоббек,Люббек,لوبئک,吕贝克		BE	VLG	VBR	24	24066	14559	Europe/Brussels
2792120	Lontzen	lontzen	Loncen,Lontzen,long te cen,lwntzan,Лонцен,لونتزان,隆特岑		BE	WAL	WLG	63	63048	5764	Europe/Brussels
2792166	Londerzeel	londerzeel	Londerzeel		BE	VLG	VBR	23	23045	18749	Europe/Brussels
2792180	Lommel	lommel	Lommel		BE	VLG	VLI	72	72020	34079	Europe/Brussels
2792197	Lokeren	lokeren	Lokeren		BE	VLG	VOV	46	46014	41690	Europe/Brussels
2792236	Lochristi	lochristi	Lochristi,Loochristi,Loochristy		BE	VLG	VOV	44	44034	22489	Europe/Brussels
2792246	Lobbes	lobbes	Lobbes		BE	WAL	WHT	56	56044	5832	Europe/Brussels
2792294	Lint	lint	Lint,Linth		BE	VLG	VAN	11	11025	8718	Europe/Brussels
2792297	Hélécine	helecine	Ehlesin,Elesin,Elessene,Helecine,alsyn,hai lai xi en,Élessene,Елесин,Элесин,السین,海莱西恩		BE	WAL	WBR	25	25118	3553	Europe/Brussels
2792302	Linkebeek	linkebeek	Linkebeek		BE	VLG	VBR	23	23100	4671	Europe/Brussels
2792333	Lincent	lincent	Lijsem,Lincent		BE	WAL	WLG	64	64047	3311	Europe/Brussels
2792344	Gouvy	gouvy	Gouvy		BE	WAL	WLX	82	82037	5286	Europe/Brussels
2792349	Limbourg	limbourg	Lembur,Limbor,Limbourg,Limbur,Limburg,Limburgo,Limbôr,lin bao,lymbwrg,Лембур,Лимбур,Лімбург,لیمبورگ,林堡		BE	WAL	WLG	63	63046	5912	Europe/Brussels
2792361	Lille	lille	Lile,Lille,li er,lyl,Лиле,لیل,里尔		BE	VLG	VAN	13	13019	16529	Europe/Brussels
2792401	Lierneux	lierneux	Lierneux		BE	WAL	WLG	63	63045	3614	Europe/Brussels
2792406	Lier	lier	Lier,Lierre,lir,Лир		BE	VLG	VAN	12	12021	36242	Europe/Brussels
2792414	Liège	liege	Liege,Liège,Luik,Luttich,Lüttich		BE	WAL	WLG	62	62063	197327	Europe/Brussels
2792424	Liedekerke	liedekerke	Liedekerke		BE	VLG	VBR	23	23044	13295	Europe/Brussels
2792430	Lichtervelde	lichtervelde	Lichtervede,Lichtervelde,Likhtervelde,li he te fei er de,lykhtrfldh,Лихтервелде,لیخترفلده,利赫特费尔德		BE	VLG	VWV	36	36011	8926	Europe/Brussels
2796584	Hannut	hannut	Hannuit,Hannut		BE	WAL	WLG	64	64034	16571	Europe/Brussels
2792438	Libramont-Chevigny	libramont-chevigny	Libramon-Shevin'i,Libramont,Libramont-Chevigny,Либрамон-Шевиньи		BE	WAL	WLX	84	84077	11276	Europe/Brussels
2792443	Libin	libin	Libin		BE	WAL	WLX	84	84035	5223	Europe/Brussels
2792477	Leuze-en-Hainaut	leuze-en-hainaut	Leuze,Leuze-En-Hainaut,Leuze-en-Hainaut		BE	WAL	WHT	57	57094	13850	Europe/Brussels
2792483	Leuven	leuven	Gorad Ljoven,L'oven,Leiwen,Leouven,Leuve,Leuven,Leven,Levena,Levenas,Ljoven,Loeven,Loewen,Louvain,Lovain,Lovaina,Lovan,Lovanio,Lovanium,Lovaň,Loven,Loveno,Lováin,Lovén,Lyoven,Léiwen,Löven,Löwen,Lēvena,lex fein,loebeon,lu wen,lwfan,lwn,lwwn,ruvu~en,Λέουβεν,Горад Лёвен,Левен,Льовен,Лёвен,Լյովեն,לוון,لوفان,لون,เลอเฟิน,ルーヴェン,鲁汶,뢰번		BE	VLG	VBR	24	24062	101624	Europe/Brussels
2792568	Lessines	lessines	Lessen,Lessines		BE	WAL	WHT	55	55023	18414	Europe/Brussels
2792857	Leopoldsburg	leopoldsburg	Bourg-Leopold,Bourg-Léopold,Leopoldsbjurg,Leopoldsburg,Leopolsboerch,Leopolsbörch,lexo po ld sburkh,li ao bo de si bu er ge,lywpwldzbwrg,Леополдсбюрг,لئوپولدزبورگ,เลโอโปลด์สบืร์ค,利奥波德斯布尔格		BE	VLG	VLI	71	71034	15755	Europe/Brussels
2792872	Lens	lens	Lans,Lens,Linse,lan,Ланс,لان		BE	WAL	WHT	53	53046	4525	Europe/Brussels
2792880	Lendelede	lendelede	Lendelede,Lendlee,landwlwd,lun de lai de,Ленделеде,لاندولود,伦德莱德		BE	VLG	VWV	34	34025	5747	Europe/Brussels
2792986	Léglise	leglise	Leglise,Léglise		BE	WAL	WLX	84	84033	5471	Europe/Brussels
2793068	Ledegem	ledegem	Ledegem,Ledeghem,Legem,ladwzhm,lai de hai mu,Ледегем,لادوژم,莱德海姆		BE	VLG	VWV	36	36010	9695	Europe/Brussels
2793079	Lede	lede	Lede,lai de,ldh,Леде,لده,莱德		BE	VLG	VOV	41	41034	18701	Europe/Brussels
2793145	Lebbeke	lebbeke	Lebbeke,Lebeke,lai bei ke,lbwk,Леббеке,Лебеке,لبوک,莱贝克		BE	VLG	VOV	42	42011	19321	Europe/Brussels
2793248	Lasne	lasne	Lane,Lasne		BE	WAL	WBR	25	25119	14244	Europe/Brussels
2793280	La Roche-en-Ardenne	la-roche-en-ardenne	La Roche-En-Ardenne,La Roche-en-Ardenne		BE	WAL	WLX	83	83031	4253	Europe/Brussels
2793393	Langemark-Poelkapelle	langemark-poelkapelle	Langemarck,Langemark-Poelkapelle,Langemark-Pulkapele,lan he ma er ke-pu er ka pei lai,lanzhwmrk-pwylkpl,Лангемарк-Пулкапеле,لانژومرک-پوئلکپل,兰赫马尔克－普尔卡佩莱		BE	VLG	VWV	33	33040	7819	Europe/Brussels
2793430	Landen	landen	Landen,lan deng,landan,Ланден,لاندان,兰登		BE	VLG	VBR	24	24059	15951	Europe/Brussels
2793447	Lanaken	lanaken	Lanaeken,Lanaken		BE	VLG	VLI	73	73042	25841	Europe/Brussels
2793464	Rouvroy	rouvroy	Rouvroy,Ruvroaj,Ruvrua,lu fu lu wa,rwrwa,Рувроай,Рувруа,روروآ,鲁弗鲁瓦		BE	WAL	WLX	85	85047	2107	Europe/Brussels
2793509	La Louvière	la-louviere	La Louviere,La Louvière		BE	WAL	WHT	55	55022	78233	Europe/Brussels
2793549	La Hulpe	la-hulpe	La Hulpe,Terhulpen		BE	WAL	WBR	25	25050	7343	Europe/Brussels
2793723	La Calamine	la-calamine	Kalmis,Kelmis,La Calamine		BE	WAL	WLG	63	63040	11108	Europe/Brussels
2793798	Laarne	laarne	Laarne,Laerne,Larne,la er ne,lrn,Ларне,لرن,拉尔讷		BE	VLG	VOV	42	42010	12370	Europe/Brussels
2793858	Kuurne	kuurne	Cuerne,K'orne,Kuurne,kwrn,qu er nei,Кьорне,کورن,屈尔内		BE	VLG	VWV	34	34023	13484	Europe/Brussels
2793941	Kruibeke	kruibeke	Krojbeke,Kruibeke,ke lei bei ke,krwyybwk,Кройбеке,کروئیبوک,克雷贝克		BE	VLG	VOV	46	46013	16745	Europe/Brussels
2794017	Kraainem	kraainem	Crainhem,Kraainem		BE	VLG	VBR	23	23099	13730	Europe/Brussels
2794056	Kortrijk	kortrijk	Contrai,Cortoriacum,Cortrique,Courtrai,Gorad Kortrehjk,Kortrajk,Kortreika,Kortreikas,Kortrejk,Kortrejko,Kortrijk,Kortrik,Kortryk,ke te lai ke,khxrth rikh,koleuteuleikeu,korutoreiku,kwrtryk,qwrtryyq,Горад Кортрэйк,Кортрајк,Кортрейк,קורטרייק,کورتریک,คอร์ทไรค์,コルトレイク,科特赖克,코르트레이크		BE	VLG	VWV	34	34022	76735	Europe/Brussels
2794064	Kortessem	kortessem	Cortessem,Kortesem,Kortessem,Kotsoeve,ke te se mu,kwrtsm,kxr tes sem,Кортесем,کورتسم,กอร์เตสเซม,科特瑟姆		BE	VLG	VLI	73	73040	8442	Europe/Brussels
2794071	Kortenberg	kortenberg	Kortenberg		BE	VLG	VBR	24	24055	20279	Europe/Brussels
2794073	Kortenaken	kortenaken	Kortenaken,ke er teng na ken,kwrtwnkan,Кортенакен,کورتونکان,科尔滕纳肯		BE	VLG	VBR	24	24054	7875	Europe/Brussels
2794075	Kortemark	kortemark	Cortemarck,Cortemarek,Kortemark,ke te ma ke,kwrtwmrk,Кортемарк,کورتومرک,科特马克		BE	VLG	VWV	32	32011	12616	Europe/Brussels
2794118	Kontich	kontich	Contich,Kontich		BE	VLG	VAN	11	11024	21115	Europe/Brussels
2794167	Koksijde	koksijde	Coxyde,Koksijde		BE	VLG	VWV	38	38014	21910	Europe/Brussels
2794192	Koekelberg	koekelberg	Commune de Koekelberg,Gemeente Koekelberg,Koekelberg		BE	BRU	BRU	21	21011	21990	Europe/Brussels
2794195	Koekelare	koekelare	Couckelaere,Koekelare,Kookloare,Kukelare,ku ke la lei,kwykwlr,Кукеларе,کوئکولر,库克拉勒		BE	VLG	VWV	32	32010	8777	Europe/Brussels
2794216	Knokke-Heist	knokke-heist	Knocke,Knokke,Knokke-Heist		BE	VLG	VWV	31	31043	33126	Europe/Brussels
2794234	Kluisbergen	kluisbergen	Berchem,Kljojsbergen,Klojsbergen,Kluisbergen,Kwaremont,Ruien,Zulzeke,ke lei yi si bei er heng,klwyyzbrzhan,Клойсберген,Клёйсберген,کلوئیزبرژان,克勒伊斯贝尔亨		BE	VLG	VOV	45	45060	6488	Europe/Brussels
2794446	Kinrooi	kinrooi	Kinder,Kinroj,Kinrooi,Kinroy,jin luo yi,kin roy,knrwa,kynrwy,Кинрой,كينروي,کنروآ,กินโรย,金罗伊		BE	VLG	VLI	72	72018	12174	Europe/Brussels
2794580	Heuvelland	heuvelland	Heuvellan,Heuvellandi vald,Kh'oveland,awlan,he gang lan de,Хьовеланд,اولان,赫纲兰德		BE	VLG	VWV	33	33039	7909	Europe/Brussels
2794620	Keerbergen	keerbergen	Keerbergen		BE	VLG	VBR	24	24048	12850	Europe/Brussels
2794664	Kasterlee	kasterlee	Casterle,Casterlé,Kasterle,Kasterlee,ka si te lai,kstrlh,Кастерле,کسترله,卡斯特莱		BE	VLG	VAN	13	13017	18655	Europe/Brussels
2794708	Kaprijke	kaprijke	Caprycke,Capryeke,Kaprejke,Kaprijke,ka pu lai ke,kaprykh,Капрейке,کاپریکه,卡普赖克		BE	VLG	VOV	43	43007	6434	Europe/Brussels
2794725	Kapelle-op-den-Bos	kapelle-op-den-bos	Kapelle-Op-Den-Bos,Kapelle-op-den-Bos		BE	VLG	VBR	23	23039	9413	Europe/Brussels
2794733	Kapellen	kapellen	Kapellen		BE	VLG	VAN	11	11023	26850	Europe/Brussels
2794764	Kampenhout	kampenhout	Kampenhout,Kampenkhaut,ka mu peng hao te,kmpwnw,Кампенхаут,کمپونو,卡姆彭豪特		BE	VLG	VBR	23	23038	11972	Europe/Brussels
2794789	Kalmthout	kalmthout	Calmpthout,Kalmthout,Kalmtkhaut,ka er mu te hao te,klmtw,Калмтхаут,کلمتو,卡尔姆特豪特		BE	VLG	VAN	11	11022	18695	Europe/Brussels
2794853	Jurbise	jurbise	Jurbeke,Jurbise		BE	WAL	WHT	53	53044	10383	Europe/Brussels
2794855	Juprelle	juprelle	Djouprele,Juprelle,Zhjuprel,Zhjuprel',rui pu lei lei,zhwprl,Жюпрел,Жюпрель,ژوپرل,瑞普雷勒		BE	WAL	WLG	62	62060	9295	Europe/Brussels
2794896	Jodoigne	jodoigne	Geldenaken,Jodoigne		BE	WAL	WBR	25	25048	14123	Europe/Brussels
2794915	Jette	jette	Commune de Jette,Gemeente Jette,Jette		BE	BRU	BRU	21	21010	52536	Europe/Brussels
2794933	Jemeppe-sur-Sambre	jemeppe-sur-sambre	Jemeppe-Sur-Sambre,Jemeppe-sur-Sambre		BE	WAL	WNA	92	92140	19190	Europe/Brussels
2794990	Jalhay	jalhay	Jalhay		BE	WAL	WLG	63	63038	8585	Europe/Brussels
2795001	Jabbeke	jabbeke	Iadbeca,Jabbeke,Jabeke,ya bei ke,zhbwk,Ябеке,جببکے,ژبوک,亚贝克		BE	VLG	VWV	31	31012	13865	Europe/Brussels
2795010	Izegem	izegem	Iseghem,Izegem		BE	VLG	VWV	36	36008	28018	Europe/Brussels
2795012	Ixelles	ixelles	Commune d'Ixelles,Commune d’Ixelles,Elsene,Gemeente Elsene,Ixelles		BE	BRU	BRU	21	21009	86876	Europe/Brussels
2795018	Ittre	ittre	Itter,Ittre		BE	WAL	WBR	25	25044	6889	Europe/Brussels
2795057	Ingelmunster	ingelmunster	Iengelmunstr,Ingelm'onster,Ingelmunster,anzhlmnsth,ying e er meng si te,Ингелмьонстер,انژلمنسته,英厄尔蒙斯特		BE	VLG	VWV	36	36007	10996	Europe/Brussels
2795064	Incourt	incourt	Ehnkur,Incou,Incourt,Incoû,Inkur,an ku er,ankwr,Инкур,Энкур,انکور,安库尔		BE	WAL	WBR	25	25043	5487	Europe/Brussels
2795101	Ieper	ieper	Ieper,Ypres		BE	VLG	VWV	33	33011	34845	Europe/Brussels
2795107	Ichtegem	ichtegem	Ichtegem,Ichteghem,Ikhtegem,ayktwzhm,yi he te hai mu,Ихтегем,ایکتوژم,伊赫特海姆		BE	VLG	VWV	35	35006	14050	Europe/Brussels
2795114	Huy	huy	Arondisamant Huy,Arrondissement Hoei,Arrondissement Huy,Arrondissement administratif de Huy,Arrondissement de Huy,Arrondissement di Huy,Arrondissement of Huy,Bezirk Huy,Hoei,Huy,Huy ringkond,Jui,shhrstan awyy,wu yi qu,Юи,شهرستان اویی,於伊區		BE	WAL	WLG	61	61031	21227	Europe/Brussels
2795171	Hulshout	hulshout	Hulshout		BE	VLG	VAN	13	13016	10424	Europe/Brussels
2795185	Huldenberg	huldenberg	Huldenberg,Kh'oldenberg,awldanbrg,xu er deng bei er he,Хьолденберг,اولدانبرگ,许尔登贝尔赫		BE	VLG	VBR	24	24045	9921	Europe/Brussels
2795233	Hove	hove	Hove		BE	VLG	VAN	11	11021	8125	Europe/Brussels
2795239	Houyet	houyet	Houyet		BE	WAL	WNA	91	91072	4956	Europe/Brussels
2795256	Houthulst	houthulst	Houthuls,Houthulst		BE	VLG	VWV	32	32006	10098	Europe/Brussels
2795262	Houthalen-Helchteren	houthalen-helchteren	Houthaelen,Houthalen-Helchteren		BE	VLG	VLI	72	72039	30655	Europe/Brussels
2795323	Houffalize	houffalize	Hohenfels,Houffalize		BE	WAL	WLX	82	82014	5193	Europe/Brussels
2795338	Hotton	hotton	Hotton,Houton,Oton,ao tong,awtwn,Отон,اوتون,奥通		BE	WAL	WLX	83	83028	5556	Europe/Brussels
2795399	Hoogstraten	hoogstraten	Hoogstraeten,Hoogstraten		BE	VLG	VAN	13	13014	21355	Europe/Brussels
2795424	Hooglede	hooglede	Hooglede,Khoglede,Ooglee,awglwd,huo he lai de,Хогледе,اوگلود,霍赫莱德		BE	VLG	VWV	36	36006	9987	Europe/Brussels
2795512	Holsbeek	holsbeek	Holsbeek,Kholsbek,awlzbyk,huo er si bei ke,Холсбек,اولزبئک,霍尔斯贝克		BE	VLG	VBR	24	24043	10019	Europe/Brussels
2795649	Hoeselt	hoeselt	Hoeselt,Hoesselt		BE	VLG	VLI	73	73032	9688	Europe/Brussels
2795700	Hoeilaart	hoeilaart	Hoeilaart,Hoeiloart,Hoeylaert,Khujlart,awylr,hu yi ai la er te,Хуйларт,اویلر,胡伊埃拉尔特		BE	VLG	VBR	23	23033	11321	Europe/Brussels
2795704	Hoegaarden	hoegaarden	Hoegaarden		BE	VLG	VBR	24	24041	6886	Europe/Brussels
2795802	Heusden-Zolder	heusden-zolder	Heusden-Zolder		BE	VLG	VLI	71	71070	33708	Europe/Brussels
2795909	Herzele	herzele	Herzele,Kherzele,arzl,hai er ze lei,Херзеле,ارزل,海尔泽勒		BE	VLG	VOV	41	41027	18027	Europe/Brussels
2795913	Herve	herve	Herve		BE	WAL	WLG	63	63035	17609	Europe/Brussels
2795929	Herstappe	herstappe	Herstappe		BE	VLG	VLI	73	73028	83	Europe/Brussels
2795931	Herstal	herstal	Heristal,Herstal,Héristal		BE	WAL	WLG	62	62051	39989	Europe/Brussels
2795934	Herselt	herselt	Cherselt,Herselt,Hersselt,Kherselt,arslt,hai se er te,Χέρσελτ,Херселт,ارسلت,海瑟尔特		BE	VLG	VAN	13	13013	14523	Europe/Brussels
2795937	Mouscron	mouscron	Moeskroen,Mouscron		BE	WAL	WHT	54	54007	55202	Europe/Brussels
2795950	Héron	heron	Eron,Heron,ai long,arwn,Ерон,ارون,埃龙		BE	WAL	WLG	61	61028	5375	Europe/Brussels
2795957	Herne	herne	Herinnes,Herne,Hérinnes,Kherne,arn,he er nei,Херне,ارن,赫尔内		BE	VLG	VBR	23	23032	6665	Europe/Brussels
2795986	Herk-de-Stad	herk-de-stad	Herck-la-Ville,Herk,Herk-De-Stad,Kherk de Stad,ardstd,he er ke de si ta de,Херк де Стад,اردستد,แฮร์ก-เดอ-สตัด,赫尔克德斯塔德		BE	VLG	VLI	71	71024	12636	Europe/Brussels
2796006	Herenthout	herenthout	Herenthout		BE	VLG	VAN	13	13012	9061	Europe/Brussels
2796010	Herentals	herentals	Herentals,Herenthals		BE	VLG	VAN	13	13011	28177	Europe/Brussels
2796013	Herent	herent	Herent		BE	VLG	VBR	24	24038	21682	Europe/Brussels
2796038	Herbeumont	herbeumont	Herbeumont		BE	WAL	WLX	84	84029	1624	Europe/Brussels
2796057	Hensies	hensies	Hensies		BE	WAL	WHT	53	53039	6828	Europe/Brussels
2796086	Hemiksem	hemiksem	Hemiksem,Hemixem		BE	VLG	VAN	11	11018	11559	Europe/Brussels
2796154	Heist-op-den-Berg	heist-op-den-berg	Heist-Op-Den-Berg,Heist-op-den-Berg,Heyst-op-den-Berg		BE	VLG	VAN	12	12014	42681	Europe/Brussels
2796298	Heers	heers	Heers,Hier,Hiër,Khers,ah,hai er si,heiy rs,Херс,اه,เฮียร์ส,海尔斯		BE	VLG	VLI	73	73022	7391	Europe/Brussels
2796320	Hechtel-Eksel	hechtel-eksel	Hechtel-Eksel,Khekhtel-Eksel,ai he te er-ai ke sai er,aktl-aksl,Хехтел-Ексел,اکتل-اکسل,แฮ็คเติล-แอ็กเซิล,埃赫特尔－埃克塞尔		BE	VLG	VLI	72	72038	12419	Europe/Brussels
2796370	Havelange	havelange	Havelange		BE	WAL	WNA	91	91064	5175	Europe/Brussels
2796483	Hastière	hastiere	Hastiere		BE	WAL	WNA	91	91142	6022	Europe/Brussels
2796492	Hasselt	hasselt	Hasselt		BE	VLG	VLI	71	71022	78296	Europe/Brussels
2796543	Harelbeke	harelbeke	Harelbeke,Harlebeke,Oarlbeke		BE	VLG	VWV	34	34013	28158	Europe/Brussels
2796617	Ham-sur-Heure-Nalinnes	ham-sur-heure-nalinnes	Am sjur Jor Nalin,Am-sjur-Ehr-Nalin,Ham-Sur-Heure-Nalinnes,Han-Nalene,Han-Nålene,am-swr-ar-nlyn,Ам сюр Йор Налин,Ам-сюр-Эр-Налин,ام-سور-ار-نلین		BE	WAL	WHT	56	56086	13623	Europe/Brussels
2796626	Hamont-Achel	hamont-achel	Haemet-Achel,Hamont-Achel,Haëmet-Achel,Khamont-Akhel,amwn-ashl,ha meng-ha she er,ha mont-xa kheil,hamwnt- akhl,Хамонт-Ахел,امون-اشل,هامونت- آخل,ฮาโมนต์-อาเคิล,哈蒙－哈舍尔		BE	VLG	VLI	72	72037	14369	Europe/Brussels
2796628	Hamois	hamois	Hamois		BE	WAL	WNA	91	91059	7357	Europe/Brussels
2796630	Hamoir	hamoir	Hamoir		BE	WAL	WLG	61	61024	3880	Europe/Brussels
2796640	Hamme	hamme	Hamme		BE	VLG	VOV	42	42008	24865	Europe/Brussels
2796697	Halle	halle	Halle		BE	VLG	VBR	23	23027	39540	Europe/Brussels
2796716	Halen	halen	Haelen,Halen		BE	VLG	VLI	71	71020	9427	Europe/Brussels
2796810	Habay	habay	Habay		BE	WAL	WLX	85	85046	8409	Europe/Brussels
2796834	Haaltert	haaltert	Haaltert,Haeltert,Khaltert,altr,ha er tai te,Халтерт,التر,哈尔泰特		BE	VLG	VOV	41	41024	18633	Europe/Brussels
2796845	Haacht	haacht	Haacht,Khakht,akt,ha he te,Хахт,اکت,哈赫特		BE	VLG	VBR	24	24033	14577	Europe/Brussels
2797095	Grobbendonk	grobbendonk	Grobbendonck,Grobbendonk		BE	VLG	VAN	13	13010	11155	Europe/Brussels
2797115	Grimbergen	grimbergen	Grimbergen		BE	VLG	VBR	23	23025	37542	Europe/Brussels
2797129	Grez-Doiceau	grez-doiceau	Graven,Grez-Doiceau		BE	WAL	WBR	25	25037	13668	Europe/Brussels
2797227	Manhay	manhay	Manhay		BE	WAL	WLX	83	83055	3556	Europe/Brussels
2797322	Waremme	waremme	Waremme		BE	WAL	WLG	64	64074	15334	Europe/Brussels
2797337	Grâce-Hollogne	grace-hollogne	Grace-Hollogne		BE	WAL	WLG	62	62118	22660	Europe/Brussels
2797418	Gooik	gooik	Gooik,Goyck		BE	VLG	VBR	23	23024	9170	Europe/Brussels
2797501	Glabbeek	glabbeek	Glabbeek		BE	VLG	VBR	24	24137	5271	Europe/Brussels
2797518	Gistel	gistel	Ghistelles,Gistel,xi si te er,zhystl,Гистел,ژیستل,希斯特尔		BE	VLG	VWV	35	35005	12178	Europe/Brussels
2797524	Gingelom	gingelom	Djinglehin,Gingelom,khing khex lom,xin e luo mu,zhnzhwlwm,Гингелом,ژنژولوم,คิงเคอโลม,欣厄洛姆		BE	VLG	VLI	71	71017	8405	Europe/Brussels
2797582	Gesves	gesves	Gesves		BE	WAL	WNA	92	92054	7202	Europe/Brussels
2797599	Gerpinnes	gerpinnes	Gerpinnes		BE	WAL	WHT	52	52025	12716	Europe/Brussels
2797639	Geraardsbergen	geraardsbergen	Geeraardsbergen,Geraardsbergen,Grammont		BE	VLG	VOV	41	41018	33439	Europe/Brussels
2797657	Gent	gent	Arrondissement de Gand,Gand,Gent,Ghent		BE	VLG	VOV	44	44021	262219	Europe/Brussels
2797671	Genk	genk	Genck,Genk,Genkas,heng ke,hengkeu,henku,jynk,khe ngk,khnk,Генк,جينك,خنک,เคงก์,გენკი,ヘンク,亨克,헹크		BE	VLG	VLI	71	71016	66227	Europe/Brussels
2797695	Genappe	genappe	Genappe,Genepien,Genepiën		BE	WAL	WBR	25	25031	15427	Europe/Brussels
2797697	Plombières	plombieres	Bleiberg,Bleyberg,Blieberg,Plombieres,Plombières		BE	WAL	WLG	63	63088	10459	Europe/Brussels
2797714	Gembloux	gembloux	Gembloers,Gembloux		BE	WAL	WNA	92	92142	26014	Europe/Brussels
2797762	Geetbets	geetbets	Geetbets		BE	VLG	VBR	24	24028	6118	Europe/Brussels
2797771	Geer	geer	Djer,Geer,Zheer,ji er,zhh,Жеер,ژه,基尔		BE	WAL	WLG	64	64029	3485	Europe/Brussels
2797780	Geel	geel	Geel,Gheel		BE	VLG	VAN	13	13008	40353	Europe/Brussels
2797782	Gedinne	gedinne	Gedinne		BE	WAL	WNA	91	91054	4632	Europe/Brussels
2797799	Gavere	gavere	Gavere		BE	VLG	VOV	44	44020	12805	Europe/Brussels
2797845	Ganshoren	ganshoren	Commune de Ganshoren,Ganshoren,Gemeente Ganshoren		BE	BRU	BRU	21	21008	24902	Europe/Brussels
2797852	Galmaarden	galmaarden	Galmaarden,Gammerages		BE	VLG	VBR	23	23023	8746	Europe/Brussels
2797938	Froidchapelle	froidchapelle	Froid-Chapelle,Froidchapelle		BE	WAL	WHT	56	56029	3959	Europe/Brussels
2797980	Frasnes-lez-Anvaing	frasnes-lez-anvaing	Frasnes-Lez-Anvaing,Frasnes-lez-Anvaing,Frasnes-lez-Buissenal		BE	WAL	WHT	51	51065	11814	Europe/Brussels
2798024	Frameries	frameries	Frameries		BE	WAL	WHT	53	53028	21934	Europe/Brussels
2798035	Trooz	trooz	Trooz		BE	WAL	WLG	62	62122	8199	Europe/Brussels
2798101	Fosses-la-Ville	fosses-la-ville	Fosses-La-Ville,Fosses-la-Ville		BE	WAL	WNA	92	92048	10388	Europe/Brussels
2798142	Vorst	vorst	Commune de Forest,Forest,Gemeente Vorst,Vorst		BE	BRU	BRU	21	21007	56289	Europe/Brussels
2798185	Fontaine-l'Évêque	fontaine-l-eveque	Fontaine-L'Eveque,Fontaine-l'Eveque,Fontaine-l'Évêque		BE	WAL	WHT	52	52022	17806	Europe/Brussels
2798273	Florenville	florenville	Florenville		BE	WAL	WLX	85	85011	5578	Europe/Brussels
2798277	Florennes	florennes	Florennes		BE	WAL	WNA	93	93022	11310	Europe/Brussels
2798280	Floreffe	floreffe	Floref,Florefe,Floreffe,flwrf,fu luo lei fu,Флореф,فلورف,弗洛雷夫		BE	WAL	WNA	92	92045	8144	Europe/Brussels
2798291	Flobecq	flobecq	Flobecq,Vloesberg		BE	WAL	WHT	51	51019	3447	Europe/Brussels
2798298	Fleurus	fleurus	Fleurus		BE	WAL	WHT	52	52021	22918	Europe/Brussels
2798302	Fléron	fleron	Fleron,Fléron		BE	WAL	WLG	62	62038	16526	Europe/Brussels
2798310	Flémalle	flemalle	Flemale,Flemalle,Flémåle		BE	WAL	WLG	62	62120	26304	Europe/Brussels
2798358	Fexhe-le-Haut-Clocher	fexhe-le-haut-clocher	Fexhe-Le-Haut-Clocher,Fexhe-le-Haut-Clocher		BE	WAL	WLG	64	64025	3233	Europe/Brussels
2798367	Ferrières	ferrieres	Fer'er,Ferier,Ferire,Ferrieres,Fèrîre,fei li ye er,fryr,Фериер,Ферьер,فریر,费里耶尔		BE	WAL	WLG	61	61019	4935	Europe/Brussels
2798439	Fauvillers	fauvillers	Faeteler,Faivie,Faiviè,Fauvillers,Feitweiler,Fäteler		BE	WAL	WLX	82	82009	2281	Europe/Brussels
2798471	Farciennes	farciennes	Farciennes		BE	WAL	WHT	52	52018	11316	Europe/Brussels
2798553	Evergem	evergem	Evergem		BE	VLG	VOV	44	44019	35447	Europe/Brussels
2798555	Evere	evere	Commune d'Evere,Evere,Gemeente Evere		BE	BRU	BRU	21	21006	41763	Europe/Brussels
2798574	Eupen	eupen	Eupen,Neau,Néau		BE	WAL	WLG	63	63023	19677	Europe/Brussels
2798579	Etterbeek	etterbeek	Etterbeek		BE	BRU	BRU	21	21005	48367	Europe/Brussels
2798594	Étalle	etalle	Ehtal',Etal,Etalle,ai ta er,atl,Етал,Эталь,اتل,埃塔尔		BE	WAL	WLX	85	85009	5877	Europe/Brussels
2798598	Estinnes	estinnes	Estinnes		BE	WAL	WHT	56	56085	7711	Europe/Brussels
2798605	Estaimpuis	estaimpuis	Estaimpuis,Steenput		BE	WAL	WHT	57	57027	10478	Europe/Brussels
2798612	Affligem	affligem	Affligem,Afligem,a fu li he mu,aflyzhm,Афлигем,Аффлигем,افلیژم,阿夫利赫姆		BE	VLG	VBR	23	23105	13228	Europe/Brussels
2798616	Essen	essen	Esen,Esschen,Essen,ai sen,asan,aysn  bljyka,eseon,Есен,إيسن، بلجيكا,اسان,埃森,에선		BE	VLG	VAN	11	11016	19038	Europe/Brussels
2798628	Spiere-Helkijn	spiere-helkijn	Espierres-Helchin,Spiere-Elkyng,Spiere-Helkijn,Spijre-Khelkejn,si pi lei-he er kai yin,spyr-alknzh,Спийре-Хелкейн,سپیر-الکنژ,斯皮雷-赫尔凯因		BE	VLG	VWV	34	34043	2049	Europe/Brussels
2798637	Esneux	esneux	Esneux		BE	WAL	WLG	62	62032	12917	Europe/Brussels
2798667	Erquelinnes	erquelinnes	Erquelinnes		BE	WAL	WHT	56	56022	10003	Europe/Brussels
2798679	Erpe-Mere	erpe-mere	Erpe-Mere		BE	VLG	VOV	41	41082	19811	Europe/Brussels
2798699	Érezée	erezee	Erezee,Érezée		BE	WAL	WLX	83	83013	3284	Europe/Brussels
2798744	Engis	engis	Engis		BE	WAL	WLG	61	61080	6138	Europe/Brussels
2798748	Enghien	enghien	Edingen,Enghien		BE	WAL	WHT	55	55010	12836	Europe/Brussels
2798837	Ellezelles	ellezelles	Ellezelles,Elzele		BE	WAL	WHT	51	51017	5975	Europe/Brussels
2798950	Éghezée	eghezee	Eghezee,Éghezée		BE	WAL	WNA	92	92035	16337	Europe/Brussels
2798988	Eeklo	eeklo	Eecloo,Eeklo,Eekloo		BE	VLG	VOV	43	43005	21134	Europe/Brussels
2799008	Edegem	edegem	Edegem,Edeghem		BE	VLG	VAN	11	11013	22063	Europe/Brussels
2799048	Durbuy	durbuy	Durbuy		BE	WAL	WLX	83	83012	11395	Europe/Brussels
2799091	Duffel	duffel	D'ofel,Duffel,de~yuferu,di fu er,dwfl,dwipeol,Дьофел,دوفل,デュフェル,迪弗尔,뒤펄		BE	VLG	VAN	12	12009	17491	Europe/Brussels
2799115	Drogenbos	drogenbos	Drogenbos,Droogenbosch		BE	VLG	VBR	23	23098	5689	Europe/Brussels
2799225	Viroinval	viroinval	Viroinval,Virwinva,Virwinvå		BE	WAL	WNA	93	93090	5659	Europe/Brussels
2799227	Dour	dour	Dour		BE	WAL	WHT	53	53020	16644	Europe/Brussels
2799318	Donceel	donceel	Donceel,Donsel,Donsel',dong ze er,dwnsyl,Донсел,Донсель,دونسئل,东泽尔		BE	WAL	WLG	64	64023	3060	Europe/Brussels
2799329	Doische	doische	Doische		BE	WAL	WNA	93	93018	2997	Europe/Brussels
2799348	Dison	dison	Dison,Dizon,di song,dyzwn,Дизон,دیزون,迪松		BE	WAL	WLG	63	63020	15248	Europe/Brussels
2799359	Dinant	dinant	Dinant		BE	WAL	WNA	91	91034	13451	Europe/Brussels
2799363	Dilsen-Stokkem	dilsen-stokkem	Dilsen-Stokkem		BE	VLG	VLI	72	72041	20590	Europe/Brussels
2799366	Dilbeek	dilbeek	Dilbeek		BE	VLG	VBR	23	23016	42847	Europe/Brussels
2799370	Diksmuide	diksmuide	Arrondissement de Dixmude,Diksmjojde,Diksmojde,Diksmude,Diksmuide,Diksmuje,Dixmuda,Dixmude,di ke si mei de,dyksmwyyd,Диксмойде,Диксмёйде,دیکسمویید,迪克斯梅德		BE	VLG	VWV	32	32003	16743	Europe/Brussels
2799398	Diest	diest	Diest		BE	VLG	VBR	24	24020	23998	Europe/Brussels
2799413	Diepenbeek	diepenbeek	Diepenbeek,Diepenbik,Dijpenbek,di peinbek,di peng bei ke,dywpanbyk,Дийпенбек,دیوپانبئک,ดีเปินเบก,迪彭贝克		BE	VLG	VLI	71	71011	19031	Europe/Brussels
2799497	Destelbergen	destelbergen	Destelbergen		BE	VLG	VOV	44	44013	18271	Europe/Brussels
2799512	Dessel	dessel	Desel,Desschel,Dessel,de sai er,deseol,dsl,Десел,دسل,德塞尔,데설		BE	VLG	VAN	13	13006	9598	Europe/Brussels
2799571	De Pinte	de-pinte	De Pinte,La Pint,La Pinte		BE	VLG	VOV	44	44012	10683	Europe/Brussels
2799578	De Panne	de-panne	De Pane,De Panne,De-Panne,La Panne,de pa nei,dw pn,Де Пане,Де-Панне,دو پن,デ・パンネ,德帕内		BE	VLG	VWV	38	38008	11176	Europe/Brussels
2799587	Dentergem	dentergem	Dentergem,Denterghem,dantrzhm,deng te hai mu,Дентергем,دانترژم,登特海姆		BE	VLG	VWV	37	37002	8555	Europe/Brussels
2799646	Dendermonde	dendermonde	Arrondissement de Termonde,Dendermonde,Termonde		BE	VLG	VOV	42	42006	45769	Europe/Brussels
2799648	Denderleeuw	denderleeuw	Denderleeuw,Denderleu,Denderleuvas,dandrlyw,deng de er lai e fu,Дендерлеу,داندرلئو,登德尔莱厄夫		BE	VLG	VOV	41	41011	20338	Europe/Brussels
2799747	Deinze	deinze	Deinze,Deynze		BE	VLG	VOV	44	44083	43571	Europe/Brussels
2799798	Deerlijk	deerlijk	Deerlijk,Deerlyck,Deirlyk,Derlejk,dai er lai ke,dyrlyzhk,Дерлейк,دئرلیژک,代尔莱克		BE	VLG	VWV	34	34009	11946	Europe/Brussels
2799852	Daverdisse	daverdisse	Daverdisse		BE	WAL	WLX	84	84016	1395	Europe/Brussels
2799886	Damme	damme	Damme		BE	VLG	VWV	31	31006	10993	Europe/Brussels
2799898	Dalhem	dalhem	Dalhem		BE	WAL	WLG	62	62027	7408	Europe/Brussels
2799998	Crisnée	crisnee	Crisnee,Crisnée		BE	WAL	WLG	64	64021	3412	Europe/Brussels
2800026	Couvin	couvin	Couvin		BE	WAL	WNA	93	93014	13747	Europe/Brussels
2800043	Court-Saint-Étienne	court-saint-etienne	Court-Saint-Etienne,Court-Saint-Étienne		BE	WAL	WBR	25	25023	10540	Europe/Brussels
2800064	Courcelles	courcelles	Courcelles		BE	WAL	WHT	52	52015	31299	Europe/Brussels
2800196	Comines-Warneton	comines-warneton	Comines,Comines-Warneton,Komen,Komen-Waasten		BE	WAL	WHT	54	54010	17802	Europe/Brussels
2800205	Comblain-au-Pont	comblain-au-pont	Comblain-Au-Pont		BE	WAL	WLG	62	62026	5404	Europe/Brussels
2800221	Colfontaine	colfontaine	Colfontaine		BE	WAL	WHT	53	53082	20811	Europe/Brussels
2800270	Clavier	clavier	Clavier,Klavie,ke la wei ye,keullabie,klwyh  lyyzh,Клавие,کلویه، لیئژ,克拉维耶,클라비에		BE	WAL	WLG	61	61012	4637	Europe/Brussels
2800299	Ciney	ciney	Ciney		BE	WAL	WNA	91	91030	16580	Europe/Brussels
2800321	Chiny	chiny	Chiny		BE	WAL	WLX	85	85007	5180	Europe/Brussels
2800326	Chimay	chimay	Chimay		BE	WAL	WHT	56	56016	9805	Europe/Brussels
2800329	Chièvres	chievres	Chievres,Chièvres		BE	WAL	WHT	51	51014	6916	Europe/Brussels
2800431	Chaumont-Gistoux	chaumont-gistoux	Chaumont-Gistoux,Tchamont-Djistou,Tchåmont-Djistou		BE	WAL	WBR	25	25018	11798	Europe/Brussels
2800439	Chaudfontaine	chaudfontaine	Chaudfontaine		BE	WAL	WLG	62	62022	20800	Europe/Brussels
2800449	Châtelet	chatelet	Chatelet,Tcheslet		BE	WAL	WHT	52	52012	35903	Europe/Brussels
2800458	Chastre	chastre	Chastre,Tchasse,Tchåsse		BE	WAL	WBR	25	25117	7647	Europe/Brussels
2800482	Charleroi	charleroi	Charleroi		BE	WAL	WHT	52	52011	202267	Europe/Brussels
2800501	Chapelle-lez-Herlaimont	chapelle-lez-herlaimont	Chapelle-Lez-Herlaimont,Chapelle-lez-Herlaimont		BE	WAL	WHT	52	52010	14737	Europe/Brussels
2800592	Cerfontaine	cerfontaine	Cerfontaine,Cerfontinne,Serfonten,sai er fang dan,srfwntn,Серфонтен,سرفونتن,塞尔方丹		BE	WAL	WNA	93	93010	4923	Europe/Brussels
2800608	Celles	celles	Celles,Sel,sl  anw,Сел,سل، انو		BE	WAL	WHT	57	57018	5666	Europe/Brussels
2800609	Faimes	faimes	Faimes		BE	WAL	WLG	64	64076	3935	Europe/Brussels
2800712	Butgenbach	butgenbach	Buetgenbach,Butgenbach		BE	WAL	WLG	63	63013	5610	Europe/Brussels
2800762	Burdinne	burdinne	Burdinne		BE	WAL	WLG	61	61010	3238	Europe/Brussels
2800783	Bullange	bullange	Buellingen,Bullange,Bullingen,Büllingen		BE	WAL	WLG	63	63012	5478	Europe/Brussels
2800817	Buggenhout	buggenhout	B'ogenkhaut,Bjuggenkhaut,Buggenhout,bi heng hao te,bwgzhnw,Бьогенхаут,Бюггенхаут,بوگژنو,比亨豪特		BE	VLG	VOV	42	42004	14517	Europe/Brussels
2800935	Brugge	brugge	Bruges,Brugge		BE	VLG	VWV	31	31005	118325	Europe/Brussels
2800937	Brugelette	brugelette	Brugelette		BE	WAL	WHT	51	51012	3728	Europe/Brussels
2801094	Bree	bree	Bre,Bree,Brée,ber,beulei,bry,bu lei,bure,Бре,بری,เบร,ブレー,布雷,브레이		BE	VLG	VLI	72	72004	16085	Europe/Brussels
2801104	Bredene	bredene	Bredene,Breedene		BE	VLG	VWV	35	35002	18095	Europe/Brussels
2801107	Brecht	brecht	Brecht		BE	VLG	VAN	11	11009	29268	Europe/Brussels
2801118	Brasschaat	brasschaat	Brasschaat,Brasschaet		BE	VLG	VAN	11	11008	37946	Europe/Brussels
2801148	Braives	braives	Braives,Braivesi vald,Brev,brw,bu lai wo,Брев,برو,布赖沃		BE	WAL	WLG	64	64015	6375	Europe/Brussels
2801151	Braine-le-Comte	braine-le-comte	's-Gravenbrakel,Braine-Le-Comte,Braine-le-Comte		BE	WAL	WHT	55	55004	21901	Europe/Brussels
2801153	Braine-le-Château	braine-le-chateau	Braine-Le-Chateau,Braine-le-Chateau,Braine-le-Château,Bren l'o Shato,Bren-le-Shato,Brinne-Tchestea,Kasteelbrakel,brn-lw-shtw,bu lai en lei sha tuo,Брен льо Шато,Брен-ле-Шато,برن-لو-شتو,布赖恩勒沙托		BE	WAL	WBR	25	25015	10549	Europe/Brussels
2801155	Braine-l'Alleud	braine-l-alleud	Braine-L'Alleud,Braine-l'Alleud,Eigenbrakel		BE	WAL	WBR	25	25014	40008	Europe/Brussels
2801216	Boutersem	boutersem	Bautersem,Boutersem,bao te er sai mu,bwtrsm,Баутерсем,بوترسم,鲍特尔塞姆		BE	VLG	VBR	24	24016	8242	Europe/Brussels
2801227	Boussu	boussu	Boussu		BE	WAL	WHT	53	53014	19824	Europe/Brussels
2801284	Bouillon	bouillon	Bouillon,Bouilloni vald,Bouyon,Bujon,Bullionium,Gorad Bujon,bu yong,buiyon,buyong,bwyn,Буйон,Горад Буён,بوین,ブイヨン,布永,부용		BE	WAL	WLX	84	84010	5411	Europe/Brussels
2801439	Borsbeek	borsbeek	Borsbeek		BE	VLG	VAN	11	11007	10854	Europe/Brussels
2801448	Bornem	bornem	Bornem,Bornhem		BE	VLG	VAN	12	12007	21366	Europe/Brussels
2801468	Borgloon	borgloon	Borchlonium,Borglon,Borgloon,Lo,Loeen,Loeën,Looz,Lô,bo er he long,bwrglwn,bxrkh lon,Борглон,بورگلون,บอร์คโลน,博尔赫隆		BE	VLG	VLI	73	73009	10906	Europe/Brussels
2801484	Boortmeerbeek	boortmeerbeek	Boortmeerbeek,Bortmerbek,bo er te mei er bei ke,bwrtmrbyk,Бортмербек,بورتمربئک,博尔特梅尔贝克		BE	VLG	VBR	24	24014	12516	Europe/Brussels
2801495	Boom	boom	Bom,Bomas,Boom,bo mu,bom,bwm,Бом,بوم,博姆,봄		BE	VLG	VAN	11	11005	18244	Europe/Brussels
2801540	Bonheiden	bonheiden	Bonheiden,Bonheyden		BE	VLG	VAN	12	12005	15010	Europe/Brussels
2801744	Boechout	boechout	Boechout,Bouchout,Bukhaut,bu hao te,bwyshw,Бухаут,بوئشو,布豪特		BE	VLG	VAN	11	11004	13266	Europe/Brussels
2801755	Bocholt	bocholt	Bocholt,Boggetj,Bokholt,Bóggetj,bo huo er te,bo khol t,bwkhwlt  bljyka,bwshwlt,Бохолт,بوخولت، بلجيكا,بوشولت,โบโคลต์,博霍尔特		BE	VLG	VLI	72	72003	13110	Europe/Brussels
2801819	Brunehaut	brunehaut	Brjuno,Brunehaut,Bruneo,Brunéo,brwnw,Брюно,برونو		BE	WAL	WHT	57	57093	8080	Europe/Brussels
2801859	Blankenberge	blankenberge	Blankenberge,Blankenberghe,Blanknberge,beullangkenbeleuheo,blanknbrzh,bu lan ken bei er he,burankenberuhe,Бланкенберге,Բլանկենբերգե,بلانکنبرژ,ブランケンベルヘ,布兰肯贝尔赫,블랑켄베르허		BE	VLG	VWV	31	31004	20436	Europe/Brussels
2801923	Binche	binche	Binche		BE	WAL	WHT	56	56011	32845	Europe/Brussels
2801925	Bilzen	bilzen	Bilsen,Bilzen		BE	VLG	VLI	73	73006	32328	Europe/Brussels
2801950	Bièvre	bievre	Bievre,Bievur,Bive,bi ye fu er,bywr,Биевър,بیور,比耶夫尔		BE	WAL	WNA	91	91015	3355	Europe/Brussels
2801951	Bever	bever	Bever,Bievene,Biévène,bei fu,bwwh,Бевер,بووه,贝弗		BE	VLG	VBR	23	23009	2159	Europe/Brussels
2801999	Bierbeek	bierbeek	Bierbeek,Bijrbek,bi er bei ke,byrbyk,Бийрбек,بیربئک,比尔贝克		BE	VLG	VBR	24	24011	10083	Europe/Brussels
2802016	Beyne-Heusay	beyne-heusay	Ben Jose,Ben-Ehze,Beyne-Heusay,Binne-Heuzea,bn-ywzh,Бен Йосе,Бен-Эзе,بن-یوزه,贝恩—厄泽		BE	WAL	WLG	62	62015	11929	Europe/Brussels
2802035	Beveren	beveren	Beveren		BE	VLG	VOV	46	46003	48668	Europe/Brussels
2802107	Bertrix	bertrix	Bertrix		BE	WAL	WLX	84	84009	8793	Europe/Brussels
2802114	Bertogne	bertogne	Bertogne		BE	WAL	WLX	82	82005	3659	Europe/Brussels
2802124	Bertem	bertem	Bertem,bei er te mu,brtm,Бертем,برتم,贝尔特姆		BE	VLG	VBR	24	24009	10007	Europe/Brussels
2802136	Bernissart	bernissart	Bernissart		BE	WAL	WHT	51	51009	11859	Europe/Brussels
2802144	Berloz	berloz	Berloz		BE	WAL	WLG	64	64008	3132	Europe/Brussels
2802155	Berlare	berlare	Berlaere,Berlare		BE	VLG	VOV	42	42003	14958	Europe/Brussels
2802157	Berlaar	berlaar	Berlaar,Berlaer		BE	VLG	VAN	12	12002	11527	Europe/Brussels
2802172	Beringen	beringen	Beeringen,Beringen		BE	VLG	VLI	71	71004	46346	Europe/Brussels
2802248	Sint-Agatha-Berchem	sint-agatha-berchem	Berchem-Sainte-Agathe,Commune de Berchem-Sainte-Agathe,Gemeente Sint-Agatha-Berchem,Sint-Agatha-Berchem		BE	BRU	BRU	21	21003	25179	Europe/Brussels
2802294	Beloeil	beloeil	Beloeil		BE	WAL	WHT	51	51008	14068	Europe/Brussels
2802375	Bekkevoort	bekkevoort	Bekkevoort		BE	VLG	VBR	24	24008	6306	Europe/Brussels
2802406	Begijnendijk	begijnendijk	Begijnendijk		BE	VLG	VBR	24	24007	10114	Europe/Brussels
2802434	Beersel	beersel	Beersel		BE	VLG	VBR	23	23003	25251	Europe/Brussels
2802436	Beerse	beerse	Beerse,Beersse		BE	VLG	VAN	13	13004	18084	Europe/Brussels
2802438	Beernem	beernem	Beernem,Beirnem,Bernem,bei er ne mu,byrnm,Бернем,بیرنم,贝尔讷姆		BE	VLG	VWV	31	31003	15763	Europe/Brussels
2802484	Beauvechain	beauvechain	Beauvechain,Bevekom,Bovetche,Bôvètché		BE	WAL	WBR	25	25005	7243	Europe/Brussels
2802502	Beauraing	beauraing	Beauraing		BE	WAL	WNA	91	91013	9159	Europe/Brussels
2802511	Beaumont	beaumont	Bamon,Beaumont,Biomont,Biômont,Bomon,bmant,bo meng,Бамон,Бомон,بمانت,博蒙		BE	WAL	WHT	56	56005	7124	Europe/Brussels
2802584	Bastogne	bastogne	Bastenaken,Bastogne		BE	WAL	WLX	82	82003	15985	Europe/Brussels
2802607	Bassenge	bassenge	Bassange,Bassenge,Bitsingen		BE	WAL	WLG	62	62011	8905	Europe/Brussels
2802681	Blégny	blegny	Blegny		BE	WAL	WLG	62	62119	13292	Europe/Brussels
2802744	Balen	balen	Baelen,Balen		BE	VLG	VAN	13	13003	22618	Europe/Brussels
2802788	Baelen	baelen	Baelen,Bailou,Balen,ba lun,bywlan,Бален,بئولان,巴伦		BE	WAL	WLG	63	63004	4454	Europe/Brussels
2802817	Baarle-Hertog	baarle-hertog	Baarle-Hertog,Baarle-Nassau,Baerle-Duc		BE	VLG	VAN	13	13002	2760	Europe/Brussels
2802838	Aywaille	aywaille	Aywaille		BE	WAL	WLG	62	62009	12436	Europe/Brussels
2802851	Awans	awans	Awans		BE	WAL	WLG	62	62006	9318	Europe/Brussels
2802872	Avelgem	avelgem	Avelchem,Avelgem,Avelgemi vald,Avelghem,Oavelgem,a fu er hai mu,awlzhm,Άβελχεμ,Авелгем,اولژم,阿弗尔海姆		BE	VLG	VWV	34	34003	10158	Europe/Brussels
2802903	Sambreville	sambreville	Sambreville		BE	WAL	WNA	92	92137	28288	Europe/Brussels
2802909	Honnelles	honnelles	Honnelles,Onel,Onel',awnl,Онел,Онель,اونل		BE	WAL	WHT	53	53083	5159	Europe/Brussels
2802961	Oudergem	oudergem	Auderghem,Commune d'Auderghem,Gemeente Oudergem,Oudergem		BE	BRU	BRU	21	21002	34013	Europe/Brussels
2802986	Aubel	aubel	Aubel		BE	WAL	WLG	63	63003	4288	Europe/Brussels
2802991	Aubange	aubange	Aubange		BE	WAL	WLX	81	81004	17093	Europe/Brussels
2802997	Attert	attert	Ater,Atert,Attert,Atterti vald,a tai er,atr,Атер,اتر,阿泰尔		BE	WAL	WLX	81	81003	5578	Europe/Brussels
2803011	Ath	ath	Aat,Ath		BE	WAL	WHT	51	51004	29311	Europe/Brussels
2803019	Assesse	assesse	Ases,Assesse,a sai si,ass,Асес,اسس,阿塞斯		BE	WAL	WNA	92	92006	7032	Europe/Brussels
2803027	Assenede	assenede	Assenede		BE	VLG	VOV	43	43002	14256	Europe/Brussels
2803035	Asse	asse	Assche,Asse		BE	VLG	VBR	23	23002	33158	Europe/Brussels
2803054	As	as	As,Asch,a si,az,xas,Ас,از,อัส,阿斯		BE	VLG	VLI	71	71002	8202	Europe/Brussels
2803074	Arlon	arlon	Aarlen,Arlon		BE	WAL	WLX	81	81001	29858	Europe/Brussels
2803084	Arendonk	arendonk	Arendonck,Arendonk		BE	VLG	VAN	13	13001	13293	Europe/Brussels
2803092	Ardooie	ardooie	Ardoje,Ardooie,Ardoye,Ardua,Ardôoie,a er duo ye,ardwywa,Ардойе,Ардуа,اردوئوآ,阿尔多耶		BE	VLG	VWV	37	37020	9056	Europe/Brussels
2803131	Anzegem	anzegem	Anseghem,Anzegem,Anzegemi vald,an ze hai mu,anzwzhm,Анзегем,Анзеґем,آنزوژم,安泽海姆		BE	VLG	VWV	34	34002	14716	Europe/Brussels
2803139	Antwerpen	antwerpen	Amversa,Anberesko probintzia,Antuerpia,Antuérpia,Antvaerrpe,Antverpen,Antverpenas,Antverpene,Antverpeno,Antverpia,Antverpy,Antvärrpe,Antwerp,Antwerp Seng,Antwerp Séng,Antwerpe,Antwerpen,Antwerpen-herad,Antwerpen-hérað,Antwerpeni provints,Antwerpenin provinssi,Antwerpn,Anvers,Pravincyja Antverpen,Provincia dAnvers,Provincia de Amberes,Provincia de Antuerpen,Provincia di Anversa,Provincija Antverpen,Província dAnvers,Província dAnvèrs,Prowincja Antwerpia,Wilayah Antwerpen,amtavarpa,an te wei pu sheng,anteubeleupen ju,antfyrb,antou~erupen zhou,astan antwrp,Αμβέρσα,Антверпен,Правінцыя Антверпен,Провинција Антверпен,Անտվերպեն,أنتفيرب,استان آنتورپ,اینٹورپ,صوبہ انٹیورپ,अँटवर्प,มณฑลแอนต์เวิร์ป,ანტვერპენის პროვინცია,アントウェルペン州,安特衛普省,안트베르펜 주		BE	VLG	VAN	11	11002	525935	Europe/Brussels
2803145	Antoing	antoing	Antoing		BE	WAL	WHT	57	57003	7687	Europe/Brussels
2803149	Anthisnes	anthisnes	Antene,Anthisnes,Antin,ang di en,antyzn,Антин,آنتیزن,昂蒂恩		BE	WAL	WLG	61	61079	4189	Europe/Brussels
2803156	Mont-de-l'Enclus	mont-de-l-enclus	Mont-De-L'Enclus		BE	WAL	WHT	57	57095	3764	Europe/Brussels
2803161	Ans	ans	Ans		BE	WAL	WLG	62	62003	28373	Europe/Brussels
2803175	Anhée	anhee	Ane,Anhee,Anheye,Anhêye,ang nei,anh,Ане,انه,昂内		BE	WAL	WNA	91	91005	7046	Europe/Brussels
2803200	Anderlues	anderlues	Anderlues		BE	WAL	WHT	56	56001	12261	Europe/Brussels
2803202	Anderlecht	anderlecht	Anderlecht,andrlkht,آندرلخت,أندرلخت		BE	BRU	BRU	21	21001	119714	Europe/Brussels
2803205	Andenne	andenne	Andenne		BE	WAL	WNA	92	92003	27391	Europe/Brussels
2803243	Amblève	ambleve	Amel		BE	WAL	WLG	63	63001	5474	Europe/Brussels
2803245	Sainte-Ode	sainte-ode	Sainte-Ode		BE	WAL	WLX	82	82038	2555	Europe/Brussels
2803247	Amay	amay	Ama,Amay,Ame,a mai,amh,Аме,امه,阿迈		BE	WAL	WLG	61	61003	14412	Europe/Brussels
2803253	Alveringem	alveringem	Al'veringem,Alveringem,Alveringhem,Oalveringem,a er fu ling e mu,alwwrnzhm,Алверингем,Альверінґем,الوورنژم,阿尔弗灵厄姆		BE	VLG	VWV	38	38002	5047	Europe/Brussels
2803286	Alken	alken	Alken,Alleke,a er ken,alkan,xal kein,Алкен,الکان,อัลเกิน,阿尔肯		BE	VLG	VLI	73	73001	11499	Europe/Brussels
2803324	Aiseau-Presles	aiseau-presles	Aiseau-Presles		BE	WAL	WHT	52	52074	10743	Europe/Brussels
2803421	Aartselaar	aartselaar	Aartselaar,Aertselaer,Artselar,a er te si la er,artswlr,Άαρτσελααρ,Артселар,آرٹسیلار,ارتسولر,阿尔特斯拉尔		BE	VLG	VAN	11	11001	14293	Europe/Brussels
2803430	Aarschot	aarschot	Aarschot,Aerschot		BE	VLG	VBR	24	24001	30115	Europe/Brussels
2803444	Aalter	aalter	Aalter,Aeltre		BE	VLG	VOV	44	44084	28906	Europe/Brussels
2803451	Aalst	aalst	Aals,Aalst,Alost,Alostum,Alst,Alstas,Oalst,a er si te,alseuteu,alst,arusuto,Άαλστ,Алст,Աալստ,آلسٹ، بلجئیم,الست,アールスト,阿尔斯特,알스트		BE	VLG	VOV	41	41002	86445	Europe/Brussels
3337389	City of Brussels	city-of-brussels	Bruselas,Brussel,Brussel·les,Bruxelles,City of Brussels,Stad Brussel,Ville de Bruxelles		BE	BRU	BRU	21	21004	181726	Europe/Brussels
11994860	Lievegem	lievegem	Lievegem		BE	VLG	VOV	44	44085	26162	Europe/Brussels
11994886	Kruisem	kruisem			BE	VLG	VOV	45	45068	15641	Europe/Brussels
11994998	Puurs-Sint-Amands	puurs-sint-amands			BE	VLG	VAN	12	12041	25882	Europe/Brussels
11995083	Oudsbergen	oudsbergen			BE	VLG	VLI	72	72042	23532	Europe/Brussels
11995106	Pelt	pelt			BE	VLG	VLI	72	72043	32902	Europe/Brussels
\.


--
-- Data for Name: cities; Type: TABLE DATA; Schema: be; Owner: g5
--

COPY be.cities (geoid, name, slug, country_code, postal_code, population, timezone, latitude, longitude, altitude, alternatenames, capital_of, admin1_code, admin2_code, admin3_code, admin4_code) FROM stdin;
2783083	Zwijnaardse Dries	zwijnaardse-dries	BE		0	Europe/Brussels	51.02585	3.72094		Zwijnaardsedries,Zwynaerdschedries		VLG	VOV	44	44021
2783086	Zwijn	zwijn	BE		0	Europe/Brussels	51.05464	4.19122				VLG	VOV	42	42008
2783095	Zwartwater	zwartwater	BE		0	Europe/Brussels	51	5.03333				WAL	WHT		
2783099	Zwartpaard	zwartpaard	BE		0	Europe/Brussels	51.01667	2.66667		Zwart Peerd,Zwart-Paerd,Zwarte-Peerd,Zwartpaard		VLG	VWV	38	38025
2783105	Zwarten Ruiter	zwarten-ruiter	BE		0	Europe/Brussels	51.18782	3.97402				VLG	VOV	44	44045
2783106	Zwartenhoek	zwartenhoek	BE		0	Europe/Brussels	51.09335	5.11949		Zwarte Hoek,Zwartenhoek		VLG	VLI	71	71069
2783107	Zwartenheuvel	zwartenheuvel	BE		0	Europe/Brussels	51.38882	4.4529				VLG	VAN	11	11022
2783110	Zwartenbroek	zwartenbroek	BE		0	Europe/Brussels	50.88333	3.73333				VLG	VOV	45	45065
2783111	Zwarteleen	zwarteleen	BE		0	Europe/Brussels	50.82637	2.92895				VLG	VWV	33	33011
2783112	Zwarteinde	zwarteinde	BE		0	Europe/Brussels	50.88945	5.23911				VLG	VLI	71	71045
2783113	Zwartegat	zwartegat	BE		0	Europe/Brussels	50.97605	3.65825				VLG	VOV	44	44048
2783114	Zwartegat	zwartegat	BE		0	Europe/Brussels	50.98085	2.91638				VLG	VWV	32	32006
2783119	Zwartberg	zwartberg	BE		0	Europe/Brussels	51.01288	5.51796		Zwartberg,Zwartberg-Cites,Zwartberg-Cités		VLG	VLI	71	71016
2783120	Zwankendamme	zwankendamme	BE		0	Europe/Brussels	51.3098	3.19611		Zwankendamme		VLG	VWV	31	31005
2783121	Zwaneven	zwaneven	BE		0	Europe/Brussels	51.30774	5.0109		Het Zwaneven,Zwaneven		VLG	VAN	13	13031
2783122	Zwanenhoek	zwanenhoek	BE		0	Europe/Brussels	51.21667	4.13333				VLG	VOV	46	46020
2783123	Zwanenberg	zwanenberg	BE		0	Europe/Brussels	51.41667	4.48333				VLG	VAN	11	11022
2783126	Zwalmstraat	zwalmstraat	BE		0	Europe/Brussels	50.78333	3.71667				VLG	VOV	45	45059
2783129	Zwaantjeshoek	zwaantjeshoek	BE		0	Europe/Brussels	50.90208	3.33034		Zwaantjehoek,Zwaantjeshoek		VLG	VWV	37	37017
2783130	Zwaantjes	zwaantjes	BE		0	Europe/Brussels	51.18333	4.36859		De Zwaantjes,Zwaantjes		VLG	VAN	11	11002
2783131	Zwaantjenbrug	zwaantjenbrug	BE		0	Europe/Brussels	51.26718	4.45333				VLG	VAN	11	11002
2783132	Zwaantjen	zwaantjen	BE		0	Europe/Brussels	51.25572	4.17188				VLG	VOV	46	46003
2783133	Zwaantje	zwaantje	BE		0	Europe/Brussels	51.15416	3.67397				VLG	VOV	44	44019
2783134	Zwaantje	zwaantje	BE		0	Europe/Brussels	51.02866	2.64454		Zwaantje,Zwaenge		VLG	VWV	38	38025
2783136	Zwaanhoek	zwaanhoek	BE		0	Europe/Brussels	51.01713	3.78596				VLG	VOV	44	44040
2783138	Zwaanaarde	zwaanaarde	BE		0	Europe/Brussels	51.15629	4.00924		Zwaanaarde		VLG	VOV	46	46021
2783139	Zwaan	zwaan	BE		0	Europe/Brussels	51.20725	3.33166		Zwaan,Zwaene		VLG	VWV	31	31006
2783140	Zwaan	zwaan	BE		0	Europe/Brussels	50.73333	5.81667		Swaan,Zwaan,Zwaen		WAL	WLG		
2783141	Zuuressen	zuuressen	BE		0	Europe/Brussels	51	4.55				VLG	VBR	24	24014
2783142	Zuurbemde	zuurbemde	BE		0	Europe/Brussels	50.87477	4.97423		Suerbemde,Suerbempde,Zuurbemde		VLG	VBR	24	24137
2783147	Zussen	zussen	BE		0	Europe/Brussels	50.79779	5.63502		Sussen,Zussen		VLG	VLI	73	73066
2783148	Zurendries	zurendries	BE		0	Europe/Brussels	50.93333	4.01667		Zurendries,Zurendriesch		VLG	VOV	41	41002
2783149	Zurenborg	zurenborg	BE		0	Europe/Brussels	51.2	4.43333		Zurenborg		VLG	VAN	11	11002
2783155	Zuidzammel	zuidzammel	BE		0	Europe/Brussels	51.1	4.95				VLG	VAN	13	13008
2783156	Zuidwijk	zuidwijk	BE		0	Europe/Brussels	51.03422	3.41211				VLG	VWV	37	37012
2783160	Zuidhoek	zuidhoek	BE		0	Europe/Brussels	50.95	3.13333				VLG	VWV	36	36015
2783161	Zuidhoek	zuidhoek	BE		0	Europe/Brussels	50.9186	2.66938				VLG	VWV	38	38002
2783162	Zuidhoek	zuidhoek	BE		0	Europe/Brussels	50.86667	3.13333				VLG	VWV	36	36010
2783163	Zuidhoek	zuidhoek	BE		0	Europe/Brussels	50.83744	3.02699				VLG	VWV	33	33037
2783164	Zuidheikant	zuidheikant	BE		0	Europe/Brussels	51.40978	5.01712		Zuid Heikant Brein,Zuidheikant		VLG	VAN	13	13035
2783166	Zuiddamme	zuiddamme	BE		0	Europe/Brussels	51.15465	3.34937		Zuiddamme,Zuyddamme		VLG	VWV	31	31003
2783168	Zuen	zuen	BE		0	Europe/Brussels	50.7902	4.27711		Zuen,Zuun		VLG	VBR	23	23077
2783169	Zouwerstraat	zouwerstraat	BE		0	Europe/Brussels	51.05	3.95		Zauwerstraat,Zouwerstraat		VLG	VOV	42	42003
2783172	Zoutkeet	zoutkeet	BE		0	Europe/Brussels	51.31667	4.21667				VLG	VOV	46	46003
2783178	Zoot	zoot	BE		0	Europe/Brussels	50.97853	4.91638				VLG	VBR	24	24001
2783179	Zool	zool	BE		0	Europe/Brussels	50.96667	5.2				VLG	VLI	71	71024
2783180	Zonneken	zonneken	BE		0	Europe/Brussels	51.17807	4.18302				VLG	VOV	46	46021
2783183	Zonnebergen	zonnebergen	BE		0	Europe/Brussels	50.78333	3.33333		Zonnebergen,Zonneberghen		VLG	VWV	34	34042
2783186	Zonne	zonne	BE		0	Europe/Brussels	51.24759	3.56354		Hoge Zon,Hoge Zonne,Lage Zon,Lage Zonne,Zonne		VLG	VOV	43	43014
2783187	Zonhovenheide	zonhovenheide	BE		0	Europe/Brussels	50.98333	5.46667				VLG	VLI	71	71016
2783190	Zonderschot	zonderschot	BE		0	Europe/Brussels	51.06199	4.74398				VLG	VAN	12	12014
2783191	Zondereigen	zondereigen	BE		0	Europe/Brussels	51.40761	4.89338		Zondereygen		VLG	VAN	13	13002
2783192	Zomerstraat	zomerstraat	BE		0	Europe/Brussels	51.05	3.91667				VLG	VOV	42	42010
2783194	Zomergemboven	zomergemboven	BE		0	Europe/Brussels	51.11288	3.55713		Somergemboven,Zomergemboven		VLG	VOV	44	44085
2783199	Zogge	zogge	BE		0	Europe/Brussels	51.07536	4.09164		Zogge		VLG	VOV	42	42008
2783200	Zoetwater	zoetwater	BE		0	Europe/Brussels	51.2	4.2				VLG	VOV	46	46021
2783201	Zoeteweide	zoeteweide	BE		0	Europe/Brussels	51.06667	4.61667				VLG	VAN	12	12029
2783202	Zoetendaal	zoetendaal	BE		0	Europe/Brussels	51.23521	3.40045		Zoetendaal,Zoetendaale,Zoetendaele		VLG	VOV	43	43010
2783208	Zoerle Berg	zoerle-berg	BE		0	Europe/Brussels	51.08395	4.87875				VLG	VAN	13	13049
2783209	Zobbroek	zobbroek	BE		0	Europe/Brussels	50.8	4.25				WAL	WHT		
2783211	Zittaart	zittaart	BE		0	Europe/Brussels	51.22074	4.81317		Zittaart,Zittaert		VLG	VAN	13	13019
2783212	Zittaart	zittaart	BE		0	Europe/Brussels	51.11942	5.05474		Zittaart,Zittaert		VLG	VAN	13	13021
2783213	Zittaard	zittaard	BE		0	Europe/Brussels	50.9448	5.10742		Zittaard,Zittaerd		VLG	VLI	71	71020
2783214	Zinkval	zinkval	BE		0	Europe/Brussels	51.13046	4.36883				VLG	VAN	11	11001
2783217	Zilverenhoek	zilverenhoek	BE		0	Europe/Brussels	51.3083	4.44534				VLG	VAN	11	11023
2783218	Zilvereind	zilvereind	BE		0	Europe/Brussels	51.28887	4.7783				VLG	VAN	13	13004
2783219	Zilverberg	zilverberg	BE		0	Europe/Brussels	50.92063	3.10956				VLG	VWV	36	36015
2783225	Zierbeek	zierbeek	BE		0	Europe/Brussels	50.85	4.2				WAL	WHT		
2783231	Zichemsveld	zichemsveld	BE		0	Europe/Brussels	51.02212	4.99294		Sichems Veld,Zichemsveld		VLG	VBR	24	24134
2783235	Zibbeek	zibbeek	BE		0	Europe/Brussels	50.85	4.21667				WAL	WHT		
2783241	Zeverdonk	zeverdonk	BE		0	Europe/Brussels	51.28939	4.94601		Severdonck,Zeverdonk		VLG	VAN	13	13040
2783243	Zevensterren	zevensterren	BE		0	Europe/Brussels	51.20909	4.12378		Zevenster,Zevensterre,Zevensterren		VLG	VOV	46	46020
2783244	Zevenkoten	zevenkoten	BE		0	Europe/Brussels	50.83333	3.98333				VLG	VOV	41	41048
2783245	Zeven Huizen	zeven-huizen	BE		0	Europe/Brussels	51.13333	4.51667				VLG	VAN	11	11025
2783246	Zevenhuizen	zevenhuizen	BE		0	Europe/Brussels	51.01073	5.5711				VLG	VLI	71	71002
2783247	Zevenhoek	zevenhoek	BE		0	Europe/Brussels	50.81667	3.95				VLG	VOV	41	41048
2783251	Zeven Eekskens	zeven-eekskens	BE		0	Europe/Brussels	51.11667	3.93333				VLG	VOV	46	46014
2783252	Zeveneekhoek	zeveneekhoek	BE		0	Europe/Brussels	51.19652	4.16729				VLG	VOV	46	46021
2783263	Zevecote	zevecote	BE		0	Europe/Brussels	51.35	3.33333		Zevecote,Zevekote		VLG	VWV	31	31043
2783266	Zeswegen	zeswegen	BE		0	Europe/Brussels	51.04068	3.18923		Zeswege,Zeswegen		VLG	VWV	37	37018
2783276	Zémont	zemont	BE		0	Europe/Brussels	50.55	4.73333				WAL	WNA	92	92142
2783281	Zelte	zelte	BE		0	Europe/Brussels	51.15	2.81667		De Zelte,Zelte		VLG	VWV	35	35011
2783283	Zelm	zelm	BE		0	Europe/Brussels	51.19973	5.08178				VLG	VAN	13	13025
2783286	Zelle	zelle	BE		0	Europe/Brussels	51.15868	4.77287				VLG	VAN	13	13012
2783289	Zelk	zelk	BE		0	Europe/Brussels	50.95836	5.08591		Zelck,Zelk		VLG	VLI	71	71020
2783295	Zeldonkhoek	zeldonkhoek	BE		0	Europe/Brussels	51.13333	3.36667		Zeldonckhoek,Zeldonkhoek		VLG	VWV	31	31003
2783296	Zeldonk	zeldonk	BE		0	Europe/Brussels	51.14473	3.38941		Zeldonck,Zeldonk		VLG	VWV	31	31003
2783300	Zegbroek	zegbroek	BE		0	Europe/Brussels	51.22309	4.75464				VLG	VAN	13	13044
2783301	Zeevaartbrug	zeevaartbrug	BE		0	Europe/Brussels	51.13333	3.68333		Zeepvaartbrug,Zeevaartbrug		VLG	VOV	44	44019
2783302	Zeept	zeept	BE		0	Europe/Brussels	50.99565	4.60525				WAL	WHT		
2783304	Zeemanshaard	zeemanshaard	BE		0	Europe/Brussels	51.33163	3.21001				VLG	VWV	31	31005
2783312	Zavelstraat	zavelstraat	BE		0	Europe/Brussels	50.85224	3.8983		Zavelstraat,Zavelstraet		VLG	VOV	41	41027
2783314	Zavelhoek	zavelhoek	BE		0	Europe/Brussels	50.99639	2.7317				VLG	VWV	32	32030
2783315	Zavelenborre	zavelenborre	BE		0	Europe/Brussels	50.77099	4.5056				VLG	VBR	23	23062
2783317	Zavelberg	zavelberg	BE		0	Europe/Brussels	51.08333	4.21667				VLG	VAN	12	12007
2783318	Zavelberg	zavelberg	BE		0	Europe/Brussels	50.79894	5.44922				VLG	VLI	73	73083
2783319	Zavelberg	zavelberg	BE		0	Europe/Brussels	50.76667	4.03333				WAL	WHT		
2783320	Zavel	zavel	BE		0	Europe/Brussels	51.01667	4.91667				WAL	WHT		
2783321	Zavel	zavel	BE		0	Europe/Brussels	50.89665	5.4103				VLG	VLI	71	71011
2783322	Zarrenlinde	zarrenlinde	BE		0	Europe/Brussels	51.01667	2.95				VLG	VWV	32	32011
2783330	Zandzee	zandzee	BE		0	Europe/Brussels	51.05	5.01667				VLG	VLI	71	71057
2783332	Zandvoordebrug	zandvoordebrug	BE		0	Europe/Brussels	51.18977	2.99473		Zandvoordebrug,Zandvoordebrugge		VLG	VWV	35	35014
2783341	Zandstraat	zandstraat	BE		0	Europe/Brussels	51.44288	4.46739				VLG	VAN	11	11016
2783342	Zandstraat	zandstraat	BE		0	Europe/Brussels	51.18333	4.23333				VLG	VOV	46	46003
2783343	Zandstraat	zandstraat	BE		0	Europe/Brussels	51.15	4.71667				VLG	VAN	12	12026
2783344	Zandloper	zandloper	BE		0	Europe/Brussels	51.24869	4.1476		Zandlooper,Zandloper		VLG	VOV	46	46020
2783345	Zandkapel	zandkapel	BE		0	Europe/Brussels	51.12555	4.8318				VLG	VAN	13	13011
2783346	Zandhoven Heide	zandhoven-heide	BE		0	Europe/Brussels	51.25443	4.86442		Sandhoeven-heiden,Zandhoeven,Zandhoven Heide		VLG	VAN	13	13019
2783349	Zandhoeven	zandhoeven	BE		0	Europe/Brussels	51.13333	4.83333				VLG	VAN	13	13011
2783350	Zandevlakte	zandevlakte	BE		0	Europe/Brussels	51.11667	2.91667				VLG	VWV	32	32010
2783352	Zandeken	zandeken	BE		0	Europe/Brussels	51.15464	3.7565		Sandeken,Zandeken		VLG	VOV	44	44019
2783353	Zandeke Molen	zandeke-molen	BE		0	Europe/Brussels	51.05	2.7				VLG	VWV	38	38025
2783360	Zandberg	zandberg	BE		0	Europe/Brussels	51.06891	4.04544				VLG	VOV	42	42028
2783361	Zandberg	zandberg	BE		0	Europe/Brussels	50.93026	3.25064				VLG	VWV	36	36007
2783365	Zand	zand	BE		0	Europe/Brussels	51.26681	4.80129				VLG	VAN	13	13019
2783366	Zand	zand	BE		0	Europe/Brussels	51.08333	5.76667				VLG	VLI	72	72021
2783367	Zand	zand	BE		0	Europe/Brussels	51.03883	3.85423				VLG	VOV	42	42010
2783368	Zand	zand	BE		0	Europe/Brussels	51.01667	4.96667				WAL	WHT		
2783369	Zand	zand	BE		0	Europe/Brussels	50.9	5.06667				WAL	WHT		
2783370	Zammelsbuitenbroek	zammelsbuitenbroek	BE		0	Europe/Brussels	51.09592	4.96808				VLG	VAN	13	13008
2783371	Zammelen	zammelen	BE		0	Europe/Brussels	50.81401	5.40677				VLG	VLI	73	73040
2783372	Zammel	zammel	BE		0	Europe/Brussels	51.1	4.95				VLG	VAN	13	13008
2783373	Zallaken	zallaken	BE		0	Europe/Brussels	50.96667	4.76667		Zallaeken,Zallaken		WAL	WHT		
2783374	Zalfenseheide	zalfenseheide	BE		0	Europe/Brussels	51.25493	4.74136		Zalfenseheide,Zalphenscheheide		VLG	VAN	11	11057
2783376	Zalfen	zalfen	BE		0	Europe/Brussels	51.27549	4.74151		Zalfen,Zalphen		VLG	VAN	11	11057
2783377	Zalesberg	zalesberg	BE		0	Europe/Brussels	50.77685	5.36484				VLG	VLI	73	73022
2783378	Zakstraat	zakstraat	BE		0	Europe/Brussels	50.96667	4.03333				VLG	VOV	41	41002
2783382	Zachtheide	zachtheide	BE		0	Europe/Brussels	51.05	4.66667		Zachheide,Zachtheide		VLG	VAN	12	12029
2783384	Yvoy	yvoy	BE		0	Europe/Brussels	50.36364	4.93769				WAL	WNA	92	92006
2783394	Yernawe	yernawe	BE		0	Europe/Brussels	50.59203	5.34148				WAL	WLG	64	64065
2783395	Ychippe	ychippe	BE		0	Europe/Brussels	50.25089	5.12304		Ychippe		WAL	WNA	91	91030
2783396	Xhurdebise	xhurdebise	BE		0	Europe/Brussels	50.40704	6.0145				WAL	WLG	63	63049
2783397	Hovémont	hovemont	BE		0	Europe/Brussels	50.65463	5.56243				WAL	WLG	62	62063
2783398	Xhout-si-Plout	xhout-si-plout	BE		0	Europe/Brussels	50.2981	5.72731		Hout-si-Plout,Xhout-si-Plou,Xhout-si-Plout,Xhoutsiploux		WAL	WLX	83	83055
2783399	Xhos	xhos	BE		0	Europe/Brussels	50.47522	5.47082		Xhos		WAL	WLG	61	61079
2783403	Xhoffraix	xhoffraix	BE		0	Europe/Brussels	50.45913	6.07165		Xhoffraix		WAL	WLG	63	63049
2783404	Xhignesse	xhignesse	BE		0	Europe/Brussels	50.43608	5.54406				WAL	WLG	61	61024
2783405	Xhierfomont	xhierfomont	BE		0	Europe/Brussels	50.40581	5.77727		Xhierfomont		WAL	WLG	63	63075
2783406	Xhénorie	xhenorie	BE		0	Europe/Brussels	50.63333	5.88333				WAL	WLG	63	63020
2783407	Xhéneumont	xheneumont	BE		0	Europe/Brussels	50.63769	5.81475				WAL	WLG	63	63035
2783412	Xhawirs	xhawirs	BE		0	Europe/Brussels	50.61667	5.76667				WAL	WLG	63	63035
2783413	Xaimont	xaimont	BE		0	Europe/Brussels	49.80563	5.54078				WAL	WLX	84	84033
2783414	Wyompont	wyompont	BE		0	Europe/Brussels	50.08576	5.57114		Wiompont		WAL	WLX	82	82005
2783415	Wy	wy	BE		0	Europe/Brussels	50.27081	5.51891		Wy		WAL	WLX	83	83013
2783418	Wurfeld	wurfeld	BE		0	Europe/Brussels	51.09251	5.76124		Wurfeld,Wurfelt		VLG	VLI	72	72021
2783423	Wulpendamme	wulpendamme	BE		0	Europe/Brussels	51.08533	2.69711				VLG	VWV	38	38014
2783426	Wulmersom	wulmersom	BE		0	Europe/Brussels	50.78912	4.96239		Wulmersom,Wulmerson		VLG	VBR	24	24107
2783429	Wulgebroek	wulgebroek	BE		0	Europe/Brussels	51.16667	3.23333				VLG	VWV	31	31022
2783431	Wulfke	wulfke	BE		0	Europe/Brussels	50.73333	3.56667				VLG	VOV	45	45041
2783433	Wulfdam	wulfdam	BE		0	Europe/Brussels	50.85	3.15				VLG	VWV	34	34041
2783434	Wuines	wuines	BE		0	Europe/Brussels	51.03376	4.61163		Wuines,Wuynes		VLG	VAN	12	12005
2783435	Wreeheide	wreeheide	BE		0	Europe/Brussels	51.23333	5.01667				VLG	VAN	13	13008
2783436	Wouweringen	wouweringen	BE		0	Europe/Brussels	50.73333	4.26667		Waueringhen,Wauveringen,Wauweringen,Wouweringen		WAL	WHT		
2783437	Wouwerdries	wouwerdries	BE		0	Europe/Brussels	50.9	4.85		Wauwerdries,Wouwerdries		WAL	WHT		
2783441	Wout	wout	BE		0	Europe/Brussels	51.14379	4.83505		Woud,Wout		VLG	VAN	13	13011
2783446	Woubeek	woubeek	BE		0	Europe/Brussels	50.91667	4.91667				WAL	WHT		
2783452	Wooz	wooz	BE		0	Europe/Brussels	50.63333	5.9				WAL	WLG	63	63084
2783453	Woo	woo	BE		0	Europe/Brussels	50.73333	4.53333				WAL	WBR	25	25091
2783466	Wolvenstraat	wolvenstraat	BE		0	Europe/Brussels	50.88333	3.88333		Wolvenstraat,Wolvenstraet		VLG	VOV	41	41027
2783467	Wolvenhoek	wolvenhoek	BE		0	Europe/Brussels	50.95	4.65				WAL	WHT		
2783468	Wolvenhoek	wolvenhoek	BE		0	Europe/Brussels	50.86667	3.85				VLG	VOV	41	41081
2783469	Wolvenhoek	wolvenhoek	BE		0	Europe/Brussels	50.85505	3.77347				VLG	VOV	41	41081
2783470	Wolvenhoek	wolvenhoek	BE		0	Europe/Brussels	50.78333	3.96667				VLG	VOV	41	41018
2783471	Wolvendaal	wolvendaal	BE		0	Europe/Brussels	50.93333	4.28333		Wolvendaal,Wolvendael		WAL	WHT		
2783473	Wolvenberg	wolvenberg	BE		0	Europe/Brussels	50.78333	4.33333				WAL	WHT		
2783573	Winner	winner	BE		0	Europe/Brussels	51.16401	5.39472		Winnen,Winner		VLG	VLI	72	72038
2783480	Wolske	wolske	BE		0	Europe/Brussels	50.93333	5.38333				VLG	VLI	71	71011
2783485	Wolfstee	wolfstee	BE		0	Europe/Brussels	51.1621	4.80885		Wolfstede,Wolfstee		VLG	VAN	13	13011
2783486	Wolfsputten	wolfsputten	BE		0	Europe/Brussels	51.35	4.86667				VLG	VAN	13	13023
2783487	Wolfsheide	wolfsheide	BE		0	Europe/Brussels	50.71667	6.03333		Wolfsheid,Wolfsheide		WAL	WLG	63	63040
2783488	Wolfshagen	wolfshagen	BE		0	Europe/Brussels	50.8	4.63333		Wolfhagenstraat,Wolfshaegen,Wolfshagen,Wolfshagenstraat		WAL	WHT		
2783489	Wolfsem	wolfsem	BE		0	Europe/Brussels	50.86258	4.24064				WAL	WHT		
2783490	Wolfsdonk	wolfsdonk	BE		0	Europe/Brussels	51.02941	4.91681		Wolfsdonck,Wolfsdonk		WAL	WHT		
2783496	Wolfke	wolfke	BE		0	Europe/Brussels	50.86365	5.29295		Volfke,Wolfke		VLG	VLI	73	73001
2783497	Wolfhaul	wolfhaul	BE		0	Europe/Brussels	49.66667	5.71667				WAL	WLX	81	81001
2783498	Wolfert	wolfert	BE		0	Europe/Brussels	50.45044	6.33189		Wolferst,Wolfert		WAL	WLG	63	63012
2783499	Woestijn	woestijn	BE		0	Europe/Brussels	50.81293	4.08108				VLG	VBR	23	23024
2783502	Wodon	wodon	BE		0	Europe/Brussels	50.57174	4.95849				WAL	WNA	92	92138
2783506	Wixhou	wixhou	BE		0	Europe/Brussels	50.70393	5.69166		Wihou,Wixhon,Wixhou		WAL	WLG	62	62108
2783507	Witven	witven	BE		0	Europe/Brussels	51.31158	4.40825				VLG	VAN	11	11044
2783509	Wittingstraat	wittingstraat	BE		0	Europe/Brussels	51.2	4				VLG	VOV	46	46024
2783510	Wittimont	wittimont	BE		0	Europe/Brussels	49.81417	5.54001				WAL	WLX	84	84033
2783512	Wittewalle	wittewalle	BE		0	Europe/Brussels	51.10707	3.78003				VLG	VOV	44	44021
2783514	Witterzée	witterzee	BE		0	Europe/Brussels	50.63906	4.35127				WAL	WBR	25	25014
2783515	Witte Poorthoek	witte-poorthoek	BE		0	Europe/Brussels	51.0778	2.89432				VLG	VWV	32	32003
2783518	Wittenberg	wittenberg	BE		0	Europe/Brussels	51.26667	5.46667				VLG	VLI	72	72037
2783520	Wittemoer	wittemoer	BE		0	Europe/Brussels	51.14993	3.65319				VLG	VOV	44	44019
2783521	Witte Hoevenseheide	witte-hoevenseheide	BE		0	Europe/Brussels	51.37031	4.46005				VLG	VAN	11	11022
2783523	Wittegracht Goorheide	wittegracht-goorheide	BE		0	Europe/Brussels	51.1	4.83333				VLG	VAN	13	13049
2783524	Wittegracht	wittegracht	BE		0	Europe/Brussels	51.10228	4.80129				VLG	VAN	12	12014
2783525	Wittegevel	wittegevel	BE		0	Europe/Brussels	51.11667	4.33333				VLG	VAN	11	11038
2783526	Witte Burg	witte-burg	BE		0	Europe/Brussels	51.12023	2.67846		Witte Brug,Witte Burg		VLG	VWV	38	38014
2783529	Withof	withof	BE		0	Europe/Brussels	51.33333	4.51667				VLG	VAN	11	11008
2783534	Withimont	withimont	BE		0	Europe/Brussels	50.04791	5.69485				WAL	WLX	82	82005
2783535	Witgoorse Heide	witgoorse-heide	BE		0	Europe/Brussels	51.25	5.16667		Witgoorsche Heide,Witgoorse Heide		VLG	VAN	13	13006
2783536	Witgoor	witgoor	BE		0	Europe/Brussels	51.38964	4.52118				VLG	VAN	11	11053
2783537	Witgoor	witgoor	BE		0	Europe/Brussels	51.24086	5.14452				VLG	VAN	13	13006
2783540	Wisterzée	wisterzee	BE		0	Europe/Brussels	50.5	4.56667				WAL	WNA	92	92114
2783543	Wisken	wisken	BE		0	Europe/Brussels	51.23333	3.58333				VLG	VOV	43	43014
2783544	Wishagen	wishagen	BE		0	Europe/Brussels	51.08564	4.76811				VLG	VAN	12	12014
2783545	Wisempierre	wisempierre	BE		0	Europe/Brussels	50.57212	3.39165				WAL	WHT	57	57081
2783546	Wisembach	wisembach	BE		0	Europe/Brussels	49.84378	5.70615		Wisembach,Wisenbach		WAL	WLX	82	82009
2783549	Wisbecq	wisbecq	BE		0	Europe/Brussels	50.68502	4.13065		Wisbecq		WAL	WBR	25	25123
2783550	Wirtzfeld	wirtzfeld	BE		0	Europe/Brussels	50.43138	6.26118				WAL	WLG	63	63012
2783551	Wippenhoek	wippenhoek	BE		0	Europe/Brussels	50.81667	2.68333				VLG	VWV	33	33021
2783552	Wippendries	wippendries	BE		0	Europe/Brussels	50.96572	4.508		Ouden Wippendries,Wippendries		WAL	WHT		
2783553	Wippelgem	wippelgem	BE		0	Europe/Brussels	51.13699	3.72219		Wippelgem,Wippelghem		VLG	VOV	44	44019
2783554	Wipheide	wipheide	BE		0	Europe/Brussels	51.04813	4.25518		Wipheide,Wipheyde		VLG	VAN	12	12041
2783555	Winville	winville	BE		0	Europe/Brussels	49.88314	5.63155				WAL	WLX	84	84033
2783557	Wintham	wintham	BE		0	Europe/Brussels	51.10655	4.29784		Wintham		VLG	VAN	12	12007
2783558	Winterslag	winterslag	BE		0	Europe/Brussels	50.97495	5.48342		Winterslag		VLG	VLI	71	71016
2783562	Winterkeer	winterkeer	BE		0	Europe/Brussels	50.74037	3.96667				WAL	WHT		
2783571	Winter	winter	BE		0	Europe/Brussels	51.23333	5.53333		De Winter,Winter		VLG	VLI	72	72037
2783572	Wintboom	wintboom	BE		0	Europe/Brussels	50.74086	5.20696				VLG	VLI	71	71017
2783574	Winnelken	winnelken	BE		0	Europe/Brussels	50.91667	3.5		Winkelken,Winnelken		VLG	VOV	45	45068
2783577	Winkelomheide	winkelomheide	BE		0	Europe/Brussels	51.14974	4.99869		Winkelomheide,Winkelomsche-Heide,Winkelomse Heide		VLG	VAN	13	13008
2783578	Winkelom	winkelom	BE		0	Europe/Brussels	51.14942	5.00307				VLG	VAN	13	13008
2783579	Winkelhoek	winkelhoek	BE		0	Europe/Brussels	50.89893	3.23576				VLG	VWV	34	34025
2783581	Winkelendries	winkelendries	BE		0	Europe/Brussels	50.8	3.55				VLG	VOV	45	45060
2783582	Winkelderven	winkelderven	BE		0	Europe/Brussels	51.16667	5.71667		Winkelder,Winkelderven		VLG	VLI	72	72018
2783583	Winkel	winkel	BE		0	Europe/Brussels	51.27021	4.94766				VLG	VAN	13	13040
2783584	Winkel	winkel	BE		0	Europe/Brussels	50.83333	3.91667		Winkel,Winket		VLG	VOV	41	41027
2783591	Winée	winee	BE		0	Europe/Brussels	50.56407	4.92353				WAL	WNA	92	92035
2783592	Windmolen	windmolen	BE		0	Europe/Brussels	50.75	4.21667		Windmoleken,Windmolen		WAL	WHT		
2783596	Windgat	windgat	BE		0	Europe/Brussels	50.9331	3.87575				VLG	VOV	41	41063
2783597	Windelsteen	windelsteen	BE		0	Europe/Brussels	50.99584	5.63578				VLG	VLI	73	73107
2783598	Windbergen	windbergen	BE		0	Europe/Brussels	50.85	4.65				WAL	WHT		
2783599	Winbomont	winbomont	BE		0	Europe/Brussels	50.42327	6.04849				WAL	WLG	63	63049
2783601	Winamplanche	winamplanche	BE		0	Europe/Brussels	50.33333	5.8				WAL	WLG	63	63045
2783603	Wimpel	wimpel	BE		0	Europe/Brussels	51.11303	4.78041				VLG	VAN	12	12014
2783608	Wimbay	wimbay	BE		0	Europe/Brussels	50.0986	5.55335		Wembay,Wimbay		WAL	WLX	83	83049
2783617	Wilogne	wilogne	BE		0	Europe/Brussels	50.16942	5.76465				WAL	WLX	82	82014
2783618	Wilmarsdonk	wilmarsdonk	BE		0	Europe/Brussels	51.27491	4.375		Wilmaarsdonk,Wilmarsdonck,Wilmarsdonk		VLG	VAN	11	11002
2783619	Williaupont	williaupont	BE		0	Europe/Brussels	50.602	4.03671				WAL	WHT	55	55040
2783622	Willeries	willeries	BE		0	Europe/Brussels	50.65	3.51667				WAL	WHT	57	57081
2783623	Willendries	willendries	BE		0	Europe/Brussels	50.99816	4.5304				WAL	WHT		
2783627	Willekensberg	willekensberg	BE		0	Europe/Brussels	51	4.76667				WAL	WHT		
2783628	Willekensberg	willekensberg	BE		0	Europe/Brussels	50.98333	5.15				VLG	VLI	71	71037
2783629	Willekensberg	willekensberg	BE		0	Europe/Brussels	50.98333	4.86667				WAL	WHT		
2783638	Willaufosse	willaufosse	BE		0	Europe/Brussels	50.63448	3.72857				WAL	WHT	51	51004
2783640	Willancourt	willancourt	BE		0	Europe/Brussels	49.58036	5.69903				WAL	WLX	85	85026
2783642	Willaars	willaars	BE		0	Europe/Brussels	51.13333	4.98333		Willaars,Willaer		VLG	VAN	13	13008
2783644	Wildert	wildert	BE		0	Europe/Brussels	51.42629	4.46457				VLG	VAN	11	11016
2783645	Wildert	wildert	BE		0	Europe/Brussels	51.3868	5.02726				VLG	VAN	13	13035
2783652	Wilder	wilder	BE		0	Europe/Brussels	50.93333	4.58333				WAL	WHT		
2783653	Wildenhaan	wildenhaan	BE		0	Europe/Brussels	51.18554	4.27626				VLG	VOV	46	46003
2783654	Wildendries	wildendries	BE		0	Europe/Brussels	50.85	3.95		Wildendries,Wildendriesch		VLG	VOV	41	41048
2783655	Wildenburg	wildenburg	BE		0	Europe/Brussels	51.0839	3.305				VLG	VWV	37	37018
2783657	Wildeheide	wildeheide	BE		0	Europe/Brussels	50.98333	4.66667				WAL	WHT		
2783659	Wildebeek	wildebeek	BE		0	Europe/Brussels	50.88333	4.05				VLG	VOV	41	41011
2783660	Wilde	wilde	BE		0	Europe/Brussels	51.05634	3.59742				VLG	VOV	44	44083
2783661	Wilbraken	wilbraken	BE		0	Europe/Brussels	51.48333	4.81667				VLG	VAN	13	13014
2783662	Wilbeau-Roux	wilbeau-roux	BE		0	Europe/Brussels	50.45032	4.36943				WAL	WHT	52	52015
2783665	Wijvenheide	wijvenheide	BE		0	Europe/Brussels	50.98685	5.31383				VLG	VLI	71	71066
2783666	Wijve	wijve	BE		0	Europe/Brussels	50.99129	5.34777				VLG	VLI	71	71066
2783668	Wijtstraat	wijtstraat	BE		0	Europe/Brussels	51.06667	3.36667		Vijtstraat,Wijtstraat,Wytstraat		VLG	VWV	37	37012
2783673	Wijnveld	wijnveld	BE		0	Europe/Brussels	51.1483	4.05243				VLG	VOV	46	46021
2783674	Wijnstraat	wijnstraat	BE		0	Europe/Brussels	51.2	4.11667		Wijnstraat,Wynstraat		VLG	VOV	46	46020
2783675	Wijnhuize	wijnhuize	BE		0	Europe/Brussels	50.85155	3.85835		Wijnhuize,Wynhuyze		VLG	VOV	41	41027
2783676	Wijngaardberg	wijngaardberg	BE		0	Europe/Brussels	51	4.93333				WAL	WHT		
2783678	Wijngaard	wijngaard	BE		0	Europe/Brussels	50.91667	4.76667				WAL	WHT		
2783680	Wijnendale	wijnendale	BE		0	Europe/Brussels	51.09226	3.06602		Wijnendaale,Wijnendale,Wynendael		VLG	VWV	31	31033
2783681	Wijnendale	wijnendale	BE		0	Europe/Brussels	50.97637	3.11511		Wijnendaal,Wijnendaale,Wijnendale,Wynendaele		VLG	VWV	36	36015
2783686	Wijnberg	wijnberg	BE		0	Europe/Brussels	50.81881	3.16959				VLG	VWV	34	34041
2783687	Wijmeneer	wijmeneer	BE		0	Europe/Brussels	50.7924	3.6758		Wijmeneer,Wijmier		VLG	VOV	45	45064
2783689	Wijlegem	wijlegem	BE		0	Europe/Brussels	50.86215	3.73028				VLG	VOV	45	45065
2783690	Wijkhuizen	wijkhuizen	BE		0	Europe/Brussels	50.91667	4.53333		Wijckhuizen,Wijkhuizen		WAL	WHT		
2783703	Wigny	wigny	BE		0	Europe/Brussels	50.08278	5.61805				WAL	WLX	82	82005
2783708	Wiesenbach	wiesenbach	BE		0	Europe/Brussels	50.26508	6.1398		Wiesenbach		WAL	WLG	63	63067
2783709	Wieschen	wieschen	BE		0	Europe/Brussels	50.33146	6.06179				WAL	WLG	63	63067
2783714	Wiemismeer	wiemismeer	BE		0	Europe/Brussels	50.95302	5.55929		Wemesmael,Wiemismeer,Wimismaal		VLG	VLI	71	71067
2783716	Wieltje	wieltje	BE		0	Europe/Brussels	50.87138	2.91895				VLG	VWV	33	33011
2783719	Wieleloup	wieleloup	BE		0	Europe/Brussels	50.18333	4.41667				WAL	WNA	93	93010
2783720	Wiekevorstheide	wiekevorstheide	BE		0	Europe/Brussels	51.08333	4.8				VLG	VAN	13	13016
2783725	Wideumont	wideumont	BE		0	Europe/Brussels	49.9257	5.48578				WAL	WLX	84	84077
2783726	Wicourt	wicourt	BE		0	Europe/Brussels	50.09391	5.77514		Wicourt		WAL	WLX	82	82003
2783727	Wicher	wicher	BE		0	Europe/Brussels	50.04903	4.20937				WAL	WHT	56	56051
2783736	Wezepoel	wezepoel	BE		0	Europe/Brussels	51.06698	4.02417				VLG	VOV	42	42028
2783741	Wezelseheide	wezelseheide	BE		0	Europe/Brussels	51.05	4.93333		Weselsche Heide,Wezelseheide		VLG	VAN	13	13013
2783743	Wezelhoek	wezelhoek	BE		0	Europe/Brussels	50.8	3.15				VLG	VWV	34	34041
2783744	Wezel	wezel	BE		0	Europe/Brussels	51.19573	5.22052		Wezel		VLG	VAN	13	13025
2783745	Wezel	wezel	BE		0	Europe/Brussels	51.04646	4.91824		Wesel,Wezel		VLG	VAN	13	13013
2783747	Wez de Chine	wez-de-chine	BE		0	Europe/Brussels	50.17806	4.6618				WAL	WNA	93	93056
2783748	Wez Charnois	wez-charnois	BE		0	Europe/Brussels	50.16384	4.60106				WAL	WNA	93	93056
2783750	Weywertzer Heck	weywertzer-heck	BE		0	Europe/Brussels	50.46033	6.1577				WAL	WLG	63	63013
2783751	Weyler	weyler	BE		0	Europe/Brussels	49.65681	5.82384				WAL	WLX	81	81001
2783752	Weyaux	weyaux	BE		0	Europe/Brussels	50.57167	3.53825		Weaux,Weyaux		WAL	WHT	57	57064
2783753	Weweler	weweler	BE		0	Europe/Brussels	50.19372	6.15483				WAL	WLG	63	63087
2783754	Weverstraat	weverstraat	BE		0	Europe/Brussels	51.01667	4.33333				WAL	WHT		
2783755	Weverstraat	weverstraat	BE		0	Europe/Brussels	51	4.13333				VLG	VOV	42	42011
2783756	Wévercé	weverce	BE		0	Europe/Brussels	50.43427	6.16585		Weverce,Weywertz,Wévercé		WAL	WLG	63	63013
2783757	Wever	wever	BE		0	Europe/Brussels	50.85895	4.92316				VLG	VBR	24	24137
2783758	Wevels	wevels	BE		0	Europe/Brussels	51.01667	4.86667				WAL	WHT		
2783762	Wetterstraat	wetterstraat	BE		0	Europe/Brussels	50.98333	3.85				VLG	VOV	42	42025
2783765	Wetschot	wetschot	BE		0	Europe/Brussels	51.24279	4.52036				VLG	VAN	11	11040
2783767	Westvoorde	westvoorde	BE		0	Europe/Brussels	51.13682	3.44048				VLG	VOV	44	44084
2783771	Weststraat	weststraat	BE		0	Europe/Brussels	51.18333	3.66667				VLG	VOV	43	43002
2783772	Weststraat	weststraat	BE		0	Europe/Brussels	51.15226	3.58585				VLG	VOV	44	44085
2783700	Wihéries	wiheries	BE	7370	2142	Europe/Brussels	50.38543	3.75372				WAL	WHT	53	53020
2783775	Westrode	westrode	BE		0	Europe/Brussels	50.99534	4.32595				WAL	WHT		
2783776	Westreties Heiken	westreties-heiken	BE		0	Europe/Brussels	51.24985	5.01722		West Rethys Heiken,Westreties Heiken		VLG	VAN	13	13017
2783777	Westremdries	westremdries	BE		0	Europe/Brussels	50.95936	3.86337				VLG	VOV	42	42025
2783793	Westkant	westkant	BE		0	Europe/Brussels	51.07509	3.18869				VLG	VWV	31	31022
2783794	Westhoek	westhoek	BE		0	Europe/Brussels	51.19907	3.92982				VLG	VOV	44	44045
2783796	Westhoek	westhoek	BE		0	Europe/Brussels	51.02122	3.37511				VLG	VWV	37	37015
2783798	Westhoek	westhoek	BE		0	Europe/Brussels	50.86667	4.2				WAL	WHT		
2783799	Westhoek	westhoek	BE		0	Europe/Brussels	50.85386	2.96159				VLG	VWV	33	33037
2783803	Westergem	westergem	BE		0	Europe/Brussels	51.08062	3.71222				VLG	VOV	44	44021
2783804	Westende-Bad	westende-bad	BE		0	Europe/Brussels	51.16921	2.77278		Westende-Bad		VLG	VWV	35	35011
2783807	Westeinde	westeinde	BE		0	Europe/Brussels	51.1	4.03333		Westeijnde,Westeinde		VLG	VOV	42	42023
2783809	Westdeelrechtstraat	westdeelrechtstraat	BE		0	Europe/Brussels	51.13333	3.91667				VLG	VOV	46	46014
2783810	Westbeke	westbeke	BE		0	Europe/Brussels	51.09537	3.66659				VLG	VOV	44	44019
2783813	Wesselbend	wesselbend	BE		0	Europe/Brussels	50.71667	6.1				WAL	WLG	63	63061
2783815	Wespes	wespes	BE		0	Europe/Brussels	50.38766	4.32989				WAL	WHT	52	52022
2783816	Wespelarenhoek	wespelarenhoek	BE		0	Europe/Brussels	50.95	4.61667		Wespelaerenhoek,Wespelarenhoek		WAL	WHT		
2783819	Wesomont	wesomont	BE		0	Europe/Brussels	50.36667	5.66667				WAL	WLX	83	83055
2783822	Wervehoeve	wervehoeve	BE		0	Europe/Brussels	51.23333	4.51667		Wervehoef,Wervehoeve		VLG	VAN	11	11050
2783824	Wersbeek	wersbeek	BE		0	Europe/Brussels	50.92357	4.96715				WAL	WHT		
2783825	Werpin	werpin	BE		0	Europe/Brussels	50.2612	5.4855		Werpin		WAL	WLX	83	83028
2783829	Werkstede	werkstede	BE		0	Europe/Brussels	51.11912	3.97507				VLG	VOV	46	46014
2783830	Werkhoven	werkhoven	BE		0	Europe/Brussels	51.44856	4.72952				VLG	VAN	13	13014
2783837	Werihet	werihet	BE		0	Europe/Brussels	50.70766	5.66242				WAL	WLG	62	62079
2783838	Werihet	werihet	BE		0	Europe/Brussels	50.67286	5.6589				WAL	WLG	62	62063
2783839	Werihet	werihet	BE		0	Europe/Brussels	50.58333	5.21667				WAL	WLG	61	61068
2783840	Werihet	werihet	BE		0	Europe/Brussels	50.55	5.2				WAL	WLG	61	61072
2783841	Wèrhai	werhai	BE		0	Europe/Brussels	50.36254	5.94958		Werhai,Werihai,Wèrhai		WAL	WLG	63	63086
2783842	Werft	werft	BE		0	Europe/Brussels	51.07808	4.6929				VLG	VAN	12	12014
2783843	Wereth	wereth	BE		0	Europe/Brussels	50.34583	6.23778				WAL	WLG	63	63001
2783848	Werbeek	werbeek	BE		0	Europe/Brussels	51.25809	5.09952		Werbeek,Worbeek		VLG	VAN	13	13036
2783849	Weppeler	weppeler	BE		0	Europe/Brussels	50.24778	6.2				WAL	WLG	63	63067
2783861	Wellingstraat	wellingstraat	BE		0	Europe/Brussels	51.13333	3.33333				VLG	VWV	31	31003
2783876	Weistraat	weistraat	BE		0	Europe/Brussels	50.8	3.7		Weistraat,Weystraat		VLG	VOV	45	45064
2783878	Weisten	weisten	BE		0	Europe/Brussels	50.255	6.05611				WAL	WLG	63	63087
2783879	Weissenbrück	weissenbrueck	BE		0	Europe/Brussels	50.335	6.16306		Weissenbruch,Weissenbruck,Weissenbrucke,Weissenbrüch,Weissenbrück,Weissenbrücke		WAL	WLG	63	63001
2783881	Weirken	weirken	BE		0	Europe/Brussels	51.23795	5.30107		Weirken,Weyken,Weyrken,Wijerken		VLG	VLI	72	72020
2783887	Weijenberg	weijenberg	BE		0	Europe/Brussels	50.95	4.2		Waaienberg,Weienberg,Weijenberg		WAL	WHT		
2783888	Weigersberg	weigersberg	BE		0	Europe/Brussels	51.01667	5.28333				VLG	VLI	71	71070
2783890	Weierbrug	weierbrug	BE		0	Europe/Brussels	51.15	5.35		Weierbrug,Weyerbrag,Wijerbrug		VLG	VLI	72	72038
2783892	Weidonk	weidonk	BE		0	Europe/Brussels	51.2	4.91667		Weidonck,Weidonk		VLG	VAN	13	13008
2783893	Weidig	weidig	BE		0	Europe/Brussels	50.18669	6.15132				WAL	WLG	63	63087
2783894	Weidendrift	weidendrift	BE		0	Europe/Brussels	50.91667	2.9		Weidendrift,Wydendreft		VLG	VWV	33	33040
2783900	Wehagen	wehagen	BE		0	Europe/Brussels	51.38333	4.65				VLG	VAN	11	11053
2783912	Weerdenhoek	weerdenhoek	BE		0	Europe/Brussels	50.98333	4.46667				WAL	WHT		
2783917	Weegse	weegse	BE		0	Europe/Brussels	51.11667	3.65		Weegsche,Weegse		VLG	VOV	44	44019
2783918	Weegschede	weegschede	BE		0	Europe/Brussels	50.96667	2.66667		Weegschede,Weegscheede		VLG	VWV	38	38002
2783922	Wedden	wedden	BE		0	Europe/Brussels	50.42739	6.15342				WAL	WLG	63	63013
2783923	Weckerath	weckerath	BE		0	Europe/Brussels	50.31853	6.35433		Weckerath		WAL	WLG	63	63012
2783934	Wayai	wayai	BE		0	Europe/Brussels	50.50677	5.93888				WAL	WLG	63	63038
2783936	Wavreumont	wavreumont	BE		0	Europe/Brussels	50.40332	5.97862				WAL	WLG	63	63073
2783944	Waver	waver	BE		0	Europe/Brussels	50.93952	4.0993		Waver,Wavre		VLG	VOV	41	41002
2783945	Wautiénaut	wautienaut	BE		0	Europe/Brussels	49.78333	5.36667				WAL	WLX	84	84029
2783951	Waugenée	waugenee	BE		0	Europe/Brussels	50.57367	4.15657		Waugenee,Waugenée		WAL	WHT	55	55050
2783954	Wauberg	wauberg	BE		0	Europe/Brussels	51.08258	5.46033				VLG	VLI	72	72030
2783957	Wattines	wattines	BE		0	Europe/Brussels	50.61685	3.6775				WAL	WHT	57	57094
2783958	Wattimez	wattimez	BE		0	Europe/Brussels	50.55119	4.41808				WAL	WHT	52	52075
2783959	Wattermal	wattermal	BE		0	Europe/Brussels	50.18067	5.98224				WAL	WLX	82	82037
2783960	Watrinsart	watrinsart	BE		0	Europe/Brussels	49.71417	5.20415				WAL	WLX	85	85011
2783964	Watiamont	watiamont	BE		0	Europe/Brussels	50.58333	4.19896				WAL	WHT	55	55050
2783965	Watervoort	watervoort	BE		0	Europe/Brussels	51.20228	4.83458		Watervoort,Waterwoort		VLG	VAN	13	13011
2783968	Waterval	waterval	BE		0	Europe/Brussels	50.73333	5.81667				WAL	WLG		
2783970	Waterschoot	waterschoot	BE		0	Europe/Brussels	51.1338	4.09536				VLG	VOV	46	46021
2783971	Waterschei	waterschei	BE		0	Europe/Brussels	51.00226	5.52236		Waterschei,Waterscheide,Waterschey		VLG	VLI	71	71016
2783973	Waterschap	waterschap	BE		0	Europe/Brussels	51.19893	4.66552				VLG	VAN	11	11054
2783975	Watermolenstraat	watermolenstraat	BE		0	Europe/Brussels	50.8	3.85				VLG	VOV	45	45063
2783976	Watermolenhoek	watermolenhoek	BE		0	Europe/Brussels	51.01667	4.6				VLG	VAN	12	12005
2783978	Watermolen	watermolen	BE		0	Europe/Brussels	50.84004	3.24886				VLG	VWV	34	34022
2783981	Waterlozen	waterlozen	BE		0	Europe/Brussels	51	5.3		De Waterloozen,Waterlozen		VLG	VLI	71	71070
2783982	Waterloze	waterloze	BE		0	Europe/Brussels	50.829	3.90124		Waterloos,Waterlooze,Waterloze		VLG	VOV	41	41018
2783983	Water Loosveld	water-loosveld	BE		0	Europe/Brussels	50.95	4.78333				WAL	WHT		
2783984	Waterloos	waterloos	BE		0	Europe/Brussels	51.09585	5.67122		Waterloos		VLG	VLI	72	72021
2783989	Waterkant	waterkant	BE		0	Europe/Brussels	51.16942	5.60517				VLG	VLI	72	72004
2783990	Waterkant	waterkant	BE		0	Europe/Brussels	50.95	5.13333				VLG	VLI	71	71024
2783991	Waterkant	waterkant	BE		0	Europe/Brussels	50.88333	4.2				WAL	WHT		
2783992	Wateringen	wateringen	BE		0	Europe/Brussels	51.3	5.13333				VLG	VAN	13	13001
2783995	Waterhoek	waterhoek	BE		0	Europe/Brussels	50.95106	2.78609				VLG	VWV	32	32030
2783996	Waterhanendries	waterhanendries	BE		0	Europe/Brussels	50.74504	4.01276		Watehanendries,Waterhanendries		WAL	WHT		
2783997	Waterdamhoek	waterdamhoek	BE		0	Europe/Brussels	50.87516	3.06599				VLG	VWV	36	36012
2783999	Waterbos	waterbos	BE		0	Europe/Brussels	50.73333	4.35		Waterbos,Waterbosch,Woutersbos		WAL	WHT		
2784000	Waterbleek	waterbleek	BE		0	Europe/Brussels	50.97705	5.53476				VLG	VLI	71	71016
2784002	Wastines	wastines	BE		0	Europe/Brussels	50.66981	4.80457				WAL	WBR	25	25084
2784003	Wastinelle	wastinelle	BE		0	Europe/Brussels	50.65	3.91667				WAL	WHT	55	55039
2784006	Wastenne	wastenne	BE		0	Europe/Brussels	50.73333	3.75				WAL	WHT	55	55023
2784007	Wassenhove	wassenhove	BE		0	Europe/Brussels	50.87792	3.84925				VLG	VOV	41	41081
2784008	Wassen	wassen	BE		0	Europe/Brussels	50.94408	3.70662				VLG	VOV	44	44020
2784012	Wassegem	wassegem	BE		0	Europe/Brussels	50.8	3.83333				VLG	VOV	45	45063
2784026	Warrimont	warrimont	BE		0	Europe/Brussels	50.66096	5.80392				WAL	WLG	63	63035
2784027	Warre	warre	BE		0	Europe/Brussels	50.36492	5.46505		Warre		WAL	WLX	83	83012
2784030	Waronneux	waronneux	BE		0	Europe/Brussels	50.55987	6.04379		Waroneu,Waronneux,Waronneux Inferieur,Waronneux Inférieur,Warôneu		WAL	WLG	63	63004
2784040	Warnach	warnach	BE		0	Europe/Brussels	49.86566	5.72709				WAL	WLX	82	82009
2784041	Warmonfosse	warmonfosse	BE		0	Europe/Brussels	50.43333	5.68333				WAL	WLG	62	62009
2784042	Warmifontaine	warmifontaine	BE		0	Europe/Brussels	49.82985	5.39049		Warmifontaine		WAL	WLX	84	84043
2784045	Warloche	warloche	BE		0	Europe/Brussels	50.67726	3.66854				WAL	WHT	51	51065
2784046	Warizy	warizy	BE		0	Europe/Brussels	50.20029	5.52205				WAL	WLX	83	83044
2784047	Warissaet	warissaet	BE		0	Europe/Brussels	50.68866	3.92066				WAL	WHT	55	55039
2784052	Warimez	warimez	BE		0	Europe/Brussels	50.41683	4.25809				WAL	WHT	56	56001
2784054	Warichet	warichet	BE		0	Europe/Brussels	50.62655	4.82614		Le Warichet,Warichet		WAL	WBR	25	25084
2784056	Warichaix	warichaix	BE		0	Europe/Brussels	50.68333	4.11667		Warichaix,Warichaux		WAL	WBR	25	25123
2784057	Warichaix	warichaix	BE		0	Europe/Brussels	50.65576	4.18817				WAL	WHT	55	55004
2784058	Warfée	warfee	BE		0	Europe/Brussels	50.61411	5.37104		Warfee,Warfusee,Warfusée,Warfée		WAL	WLG	64	64065
2784063	Wareslage	wareslage	BE		0	Europe/Brussels	51.11129	4.0976		Waareslage,Wareslag		VLG	VOV	42	42023
2784064	Warempage	warempage	BE		0	Europe/Brussels	50.12019	5.63998				WAL	WLX	83	83031
2784070	Waréchaix	warechaix	BE		0	Europe/Brussels	50.34672	3.95207				WAL	WHT	53	53084
2784071	Wardois	wardois	BE		0	Europe/Brussels	50.72512	3.7808				WAL	WHT	55	55023
2784082	Warandeken	warandeken	BE		0	Europe/Brussels	50.88333	3.45				VLG	VWV	34	34040
2784086	Warande	warande	BE		0	Europe/Brussels	51.16485	3.84561				VLG	VOV	44	44073
2784087	Warande	warande	BE		0	Europe/Brussels	51.09893	2.99525				VLG	VWV	35	35006
2784088	Waranade	waranade	BE		0	Europe/Brussels	51.03822	4.4341				VLG	VAN	12	12025
2784089	Wanzoul	wanzoul	BE		0	Europe/Brussels	50.5647	5.21851				WAL	WLG	61	61072
2784096	Wanroux	wanroux	BE		0	Europe/Brussels	50.64156	4.5138				WAL	WBR	25	25031
2784097	Wanneranval	wanneranval	BE		0	Europe/Brussels	50.3636	5.92097		Vanneranval,Wanneranval		WAL	WLG	63	63086
2784117	Wandebourcy	wandebourcy	BE		0	Europe/Brussels	50.09746	5.83357				WAL	WLX	82	82014
2784123	Wampenberg	wampenberg	BE		0	Europe/Brussels	51.33208	5.09711				VLG	VAN	13	13001
2784128	Wambeke	wambeke	BE		0	Europe/Brussels	50.77891	2.92238				VLG	VWV	33	33039
2784132	Walzin	walzin	BE		0	Europe/Brussels	50.21971	4.92174		Walzin		WAL	WNA	91	91034
2784134	Waltzing	waltzing	BE		0	Europe/Brussels	49.6834	5.83623				WAL	WLX	81	81001
2784137	Houtain-l'Évêque	houtain-l-eveque	BE		1409	Europe/Brussels	50.71667	5.08333		Houtain-l'Eveque,Houtain-l'Évêque,Walshoutem		WAL	WHT		
2784139	Walseland	walseland	BE		0	Europe/Brussels	51.08333	3.8		Walsche Land,Walseland		VLG	VOV	44	44021
2784140	Walsegem	walsegem	BE		0	Europe/Brussels	50.90351	3.8064				VLG	VOV	44	44052
2784142	Walsbergen	walsbergen	BE		0	Europe/Brussels	50.81667	5.03333				WAL	WHT		
2784146	Waloppe	waloppe	BE		0	Europe/Brussels	50.62355	5.04478				WAL	WLG	64	64075
2784149	Wallerode	wallerode	BE		0	Europe/Brussels	50.29889	6.16028				WAL	WLG	63	63067
2784151	Wallemolen	wallemolen	BE		0	Europe/Brussels	50.9	2.98333				VLG	VWV	33	33037
2784152	Wallekenhof	wallekenhof	BE		0	Europe/Brussels	51.13333	4.15		Het Wallekenhof,Wallekenhof		VLG	VOV	46	46025
2784160	Wallay	wallay	BE		0	Europe/Brussels	50.42938	5.10907		Walhay,Wallay		WAL	WNA	92	92097
2784161	Walk	walk	BE		0	Europe/Brussels	50.44652	6.10333				WAL	WLG	63	63080
2784162	Walhoven	walhoven	BE		0	Europe/Brussels	50.85016	3.95573		Waalhove,Walhoven		VLG	VOV	41	41048
2784163	Walhornerheide	walhornerheide	BE		0	Europe/Brussels	50.67704	6.05784				WAL	WLG	63	63048
2784164	Walhornerfeld	walhornerfeld	BE		0	Europe/Brussels	50.66336	6.03501				WAL	WLG	63	63048
2784167	Walhoek	walhoek	BE		0	Europe/Brussels	50.92274	3.64054				VLG	VOV	44	44020
2784171	Walfergem	walfergem	BE		0	Europe/Brussels	50.9013	4.22853				WAL	WHT		
2784174	Walestraat	walestraat	BE		0	Europe/Brussels	50.91667	3.46667		Waalestraat,Walestraat		VLG	VOV	44	44081
2784177	Walenhoek	walenhoek	BE		0	Europe/Brussels	51.31667	4.35				VLG	VAN	11	11002
2784178	Walenhoek	walenhoek	BE		0	Europe/Brussels	51.1028	4.34326		Waalenhoek,Walenhoek		VLG	VAN	11	11030
2784184	Waleffe Saint-Pierre	waleffe-saint-pierre	BE		0	Europe/Brussels	50.63945	5.22014		Saint Pierre,Waleffe Saint-Pierre		WAL	WLG	64	64076
2784185	Waleffe Saint-Georges	waleffe-saint-georges	BE		0	Europe/Brussels	50.64255	5.2125		Saint Georges,Waleffe Saint-Georges		WAL	WLG	64	64076
2784188	Walderdonk	walderdonk	BE		0	Europe/Brussels	51.17467	3.84797		Walderdonck,Walderdonk		VLG	VOV	44	44073
2784192	Walbrugge	walbrugge	BE		0	Europe/Brussels	50.8	3.46667				VLG	VWV	34	34002
2784193	Wal	wal	BE		0	Europe/Brussels	50.80928	3.2681		Wal,Walle		VLG	VWV	34	34022
2784194	Wakkerzeel	wakkerzeel	BE		0	Europe/Brussels	50.95616	4.67897		Wackerseel,Wackerzeel,Wakkerzeel		VLG	VBR	24	24033
2784197	Wakkebroek	wakkebroek	BE		0	Europe/Brussels	51.01667	3.98333				VLG	VOV	42	42003
2784198	Wainage	wainage	BE		0	Europe/Brussels	50.45658	4.52509				WAL	WHT	52	52021
2784204	Wailles	wailles	BE		0	Europe/Brussels	50.58918	4.26076				WAL	WHT	52	52063
2784207	Wahia	wahia	BE		0	Europe/Brussels	50.5994	4.97596				WAL	WNA	92	92138
2784209	Waharday	waharday	BE		0	Europe/Brussels	50.23131	5.46497		Waharday		WAL	WLX	83	83044
2784215	Wagnée	wagnee	BE		0	Europe/Brussels	50.38121	5.07056				WAL	WNA	92	92006
2784216	Wagnée	wagnee	BE		0	Europe/Brussels	50.31658	4.60766				WAL	WNA	92	92087
2784219	Waffelstraat	waffelstraat	BE		0	Europe/Brussels	50.78333	3.43333				VLG	VWV	34	34003
2784220	Wafelstraat	wafelstraat	BE		0	Europe/Brussels	50.88333	3.71667				VLG	VOV	45	45065
2784230	Wachet	wachet	BE		0	Europe/Brussels	49.61277	5.66843				WAL	WLX	85	85034
2784234	Waasdonk	waasdonk	BE		0	Europe/Brussels	51.18333	4.45		Waasdonk,Waesdonck,Waesdonk		VLG	VAN	11	11029
2784236	Waasbergdries	waasbergdries	BE		0	Europe/Brussels	50.83107	3.85104				VLG	VOV	45	45063
2784244	Waarde	waarde	BE		0	Europe/Brussels	50.82073	3.58618				VLG	VOV	45	45035
2784248	Waard	waard	BE		0	Europe/Brussels	51.00781	5.39291				VLG	VLI	71	71066
2784249	Waarbrug	waarbrug	BE		0	Europe/Brussels	51.15885	2.997		Waarbrug,Waarbrugge,Waerbrugge,Waerdamme,Waerebrug		VLG	VWV	35	35014
2784253	Waarbeek	waarbeek	BE		0	Europe/Brussels	50.91667	4.21667		Waarbeek,Waarebeek		WAL	WHT		
2784254	Waanveld	waanveld	BE		0	Europe/Brussels	50.93333	5.01667		Waanveld,Waenveld		WAL	WHT		
2784255	Waanrodenhoek	waanrodenhoek	BE		0	Europe/Brussels	50.9	5		Waanrodenhoek,Waenrodenhoek		WAL	WHT		
2784259	Waalshoek	waalshoek	BE		0	Europe/Brussels	50.88522	3.3864				VLG	VWV	34	34040
2784260	Waalputte	waalputte	BE		0	Europe/Brussels	51.08333	3.76667				VLG	VOV	44	44021
2784261	Waalbrug	waalbrug	BE		0	Europe/Brussels	51.10186	3.71454				VLG	VOV	44	44021
2784262	Waalberg	waalberg	BE		0	Europe/Brussels	50.98333	4.93333				WAL	WHT		
2784264	Waaienberg	waaienberg	BE		0	Europe/Brussels	50.74558	3.62127		Waaienberg,Wayenberghe		VLG	VOV	45	45041
2784268	Vurten	vurten	BE		0	Europe/Brussels	51.05758	5.2549		Vurten,Wurten		VLG	VLI	71	71004
2784271	Vurst	vurst	BE		0	Europe/Brussels	50.98333	3.86667				VLG	VOV	42	42025
2784272	Vuilvlage	vuilvlage	BE		0	Europe/Brussels	51.24438	3.14862				VLG	VWV	31	31042
2784273	Vuilpan	vuilpan	BE		0	Europe/Brussels	50.992	2.99484		Vuilepan,Vuilpan		VLG	VWV	32	32011
2784277	Vuilbroek	vuilbroek	BE		0	Europe/Brussels	50.88333	3.51667				VLG	VOV	45	45068
2784279	Vuchterbosheide	vuchterbosheide	BE		0	Europe/Brussels	51	5.66667		Vuchterbosch Heide,Vuchterbosheide		VLG	VLI	72	72041
2784285	Vrouwenstraat	vrouwenstraat	BE		0	Europe/Brussels	51.20456	3.53655		Vrouwenstraat,Vrouwenstraet		VLG	VOV	43	43005
2784287	Vrouweneekhoek	vrouweneekhoek	BE		0	Europe/Brussels	51.18914	4.1452		Vrouweneekhoek,Wrouweneekhoek		VLG	VOV	46	46021
2784289	Vrouwenboom	vrouwenboom	BE		0	Europe/Brussels	51.01667	3.31667		Grouwenboom,Vrouwenboom		VLG	VWV	37	37015
2784290	Vromboutstraat	vromboutstraat	BE		0	Europe/Brussels	51.18333	3.58333		Vrombautstraat,Vromboutstraat		VLG	VOV	43	43005
2784291	Vroilandhoek	vroilandhoek	BE		0	Europe/Brussels	50.76667	2.85				VLG	VWV	33	33039
2784292	Vroente	vroente	BE		0	Europe/Brussels	50.89773	5.02908				WAL	WHT		
2784297	Vrolingen	vrolingen	BE		0	Europe/Brussels	50.83467	5.35549				VLG	VLI	73	73098
2784298	Vroegeinde	vroegeinde	BE		0	Europe/Brussels	51.19843	4.68872				VLG	VAN	11	11054
2784299	Vrissart	vrissart	BE		0	Europe/Brussels	50.7	3.65				WAL	WHT	51	51065
2784300	Vrijtijd	vrijtijd	BE		0	Europe/Brussels	50.88333	4.2		Vrijthout,Vrijtijd		WAL	WHT		
2784301	Vrijsbeke	vrijsbeke	BE		0	Europe/Brussels	50.8555	3.68749				VLG	VOV	45	45062
2784302	Vrijlegem	vrijlegem	BE		0	Europe/Brussels	50.93333	4.2		Vrijlegem,Vrijleghem,Vrylegem		WAL	WHT		
2784303	Vrijhern	vrijhern	BE		0	Europe/Brussels	50.81838	5.46413		Vrijhern,Vry-Herne,Vryheeren		VLG	VLI	73	73032
2784304	Vrijhem	vrijhem	BE		0	Europe/Brussels	50.92807	3.78808		Vrijhem,Vryhem		VLG	VOV	44	44052
2784305	Vrijheid	vrijheid	BE		0	Europe/Brussels	50.82021	3.87972				VLG	VOV	41	41018
2784306	Vrijheers	vrijheers	BE		0	Europe/Brussels	50.76909	5.24686		Vrijheers,Vryheers		VLG	VLI	71	71053
2784307	Vrijgeweed	vrijgeweed	BE		0	Europe/Brussels	51.0581	3.1609				VLG	VWV	37	37018
2784308	Vrijdagmarkt	vrijdagmarkt	BE		0	Europe/Brussels	50.97622	3.99649				VLG	VOV	41	41034
2784319	Vrekom	vrekom	BE		0	Europe/Brussels	50.7871	4.04746		Vreckom,Vrekkem,Vrekom		VLG	VOV	41	41048
2784320	Vrekhem	vrekhem	BE		0	Europe/Brussels	50.91605	3.70402		Vrekhem,Vrekhen		VLG	VOV	44	44020
2784321	Vreishoring	vreishoring	BE		0	Europe/Brussels	51.22457	5.30271		Vreishoring,Vreiskoring		VLG	VLI	72	72020
2784323	Vrechem	vrechem	BE		0	Europe/Brussels	51.11944	3.48119				VLG	VOV	44	44084
2784324	Vrebos	vrebos	BE		0	Europe/Brussels	50.86667	4.56667				WAL	WHT		
2784330	Vrangsberg	vrangsberg	BE		0	Europe/Brussels	50.8	4.6		Vrangsberg,Vranksberg,Vransgberg		WAL	WHT		
2784331	Vraimont	vraimont	BE		0	Europe/Brussels	50.69793	4.21598				WAL	WBR	25	25105
2784335	Vossen Koten	vossen-koten	BE		0	Europe/Brussels	51.03333	5.1				WAL	WHT		
2784337	Vossenhol	vossenhol	BE		0	Europe/Brussels	51.19964	3.42215				VLG	VOV	43	43010
2784338	Vossenhol	vossenhol	BE		0	Europe/Brussels	50.96746	3.62538				VLG	VOV	44	44048
2784339	Vossenhol	vossenhol	BE		0	Europe/Brussels	50.95	3.5				VLG	VOV	44	44081
2784340	Vossenhoek	vossenhoek	BE		0	Europe/Brussels	50.82491	3.41723				VLG	VWV	34	34002
2784341	Vossendries	vossendries	BE		0	Europe/Brussels	50.93333	4.18333				WAL	WHT		
2784343	Vossenberg	vossenberg	BE		0	Europe/Brussels	51.06664	4.93286		Vossenberg,Vossenbergstraat		VLG	VAN	13	13053
2784344	Vossemolen	vossemolen	BE		0	Europe/Brussels	50.903	3.14425				VLG	VWV	36	36015
2784351	Vossel	vossel	BE		0	Europe/Brussels	51.17634	3.95743				VLG	VOV	44	44045
2784352	Vossel	vossel	BE		0	Europe/Brussels	50.86677	4.02771				VLG	VOV	41	41024
2784353	Vossekot	vossekot	BE		0	Europe/Brussels	51	4.78333				WAL	WHT		
2784354	Vossekot	vossekot	BE		0	Europe/Brussels	50.99582	4.63417				WAL	WHT		
2784356	Vosputhoek	vosputhoek	BE		0	Europe/Brussels	51.06667	3.2		Vosput,Vosputhoek		VLG	VWV	37	37018
2784357	Voskenshoek	voskenshoek	BE		0	Europe/Brussels	51.08333	4.4				VLG	VAN	11	11037
2784358	Voskapel	voskapel	BE		0	Europe/Brussels	50.86667	4.51667				WAL	WHT		
2784359	Voshoek	voshoek	BE		0	Europe/Brussels	51.01978	3.04608				VLG	VWV	32	32011
2784360	Vosheydt	vosheydt	BE		0	Europe/Brussels	50.73333	5.95		Voesheydt,Vosheydt		WAL	WLG	63	63088
2784361	Vosdonken	vosdonken	BE		0	Europe/Brussels	51.04504	4.82751		Vosdoncken,Vosdonken		VLG	VAN	13	13013
2784362	Vosberg	vosberg	BE		0	Europe/Brussels	51.08441	4.45904		Vosberg		VLG	VAN	11	11037
2784366	Vorssingers	vorssingers	BE		0	Europe/Brussels	51.4	4.7		Vorssingen,Vorssingers		VLG	VAN	11	11053
2784367	Vorsenpoel	vorsenpoel	BE		0	Europe/Brussels	51.07149	4.35597		Vorschenpoel,Vorsenpoel,Vossenpoel		VLG	VAN	12	12040
2784377	Vorder Hart	vorder-hart	BE		0	Europe/Brussels	49.76667	5.71667				WAL	WLX	81	81003
2784379	Voortkapel	voortkapel	BE		0	Europe/Brussels	51.11467	4.86249		Voortkapel		VLG	VAN	13	13049
2784390	Voorste Hostie	voorste-hostie	BE		0	Europe/Brussels	51.201	5.50147		Voorste Hostie,Voorsten-Hostie		VLG	VLI	72	72003
2784392	Voorshoven	voorshoven	BE		0	Europe/Brussels	51.10794	5.68912		Voorschoven,Voorshoven,Woorshoven		VLG	VLI	72	72021
2784393	Voornestraat	voornestraat	BE		0	Europe/Brussels	51.26879	4.69382		Voorne,Voornestraat		VLG	VAN	11	11055
2784397	Voorhout	voorhout	BE		0	Europe/Brussels	51.23297	4.05773				VLG	VOV	46	46024
2784398	Voorheide	voorheide	BE		0	Europe/Brussels	51.33487	5.09509		Voorheide,Voorheyde		VLG	VAN	13	13001
2784401	Vooreel	vooreel	BE		0	Europe/Brussels	51.38333	5.01667		Racuels Eels,Vooreel,Woor-Eel		VLG	VAN	13	13035
2784402	Voordestraat	voordestraat	BE		0	Europe/Brussels	51.08217	3.80627		Voordestraat,Vordestraat		VLG	VOV	44	44034
2784403	Voorderweert	voorderweert	BE		0	Europe/Brussels	51.10849	4.20532		Voorderweert		VLG	VAN	12	12007
2784410	Voogdij	voogdij	BE		0	Europe/Brussels	51.1	4.53333		Duffel-Voogdij,Duffel-Voogdy,Voogdij		VLG	VAN	12	12009
2784413	Vondelen	vondelen	BE		0	Europe/Brussels	50.88558	4.0152				VLG	VOV	41	41024
2784416	Volsem	volsem	BE		0	Europe/Brussels	50.78333	4.23333				WAL	WHT		
2784417	Volsbergen	volsbergen	BE		0	Europe/Brussels	51.15307	5.09302				VLG	VAN	13	13003
2784418	Volpenswege	volpenswege	BE		0	Europe/Brussels	51.15	3.68333				VLG	VOV	44	44019
2784422	Volkerich	volkerich	BE		0	Europe/Brussels	50.74013	5.97057				WAL	WLG	63	63088
2784425	Volaiville	volaiville	BE		0	Europe/Brussels	49.87348	5.61228				WAL	WLX	84	84033
2784426	Voie du Chenet	voie-du-chenet	BE		0	Europe/Brussels	50.08333	5.03333				WAL	WNA	91	91013
2784429	Vogelzangkapel	vogelzangkapel	BE		0	Europe/Brussels	50.76667	4.01667		Vogelzang Capelle,Vogelzang-Kapelle,Vogelzangkapel		WAL	WHT		
2784434	Vogelzang	vogelzang	BE		0	Europe/Brussels	51.3	4.75				VLG	VAN	11	11057
2784435	Vogelzang	vogelzang	BE		0	Europe/Brussels	51.25	3.65				VLG	VOV	43	43002
2784436	Vogelzang	vogelzang	BE		0	Europe/Brussels	51.07745	3.76281				VLG	VOV	44	44021
2784437	Vogelzang	vogelzang	BE		0	Europe/Brussels	50.91667	4.16667				WAL	WHT		
2784438	Vogelzang	vogelzang	BE		0	Europe/Brussels	50.86667	3.66667				VLG	VOV	45	45035
2784439	Vogelzang	vogelzang	BE		0	Europe/Brussels	50.75	4.6				WAL	WHT		
2784445	Vogelsberg	vogelsberg	BE		0	Europe/Brussels	50.83333	5.36667				VLG	VLI	73	73009
2784446	Vogelhoek	vogelhoek	BE		0	Europe/Brussels	51.02172	3.77818				VLG	VOV	44	44040
2784447	Vogelenzang	vogelenzang	BE		0	Europe/Brussels	50.98292	4.00821				VLG	VOV	41	41034
2784448	Vogelenzang	vogelenzang	BE		0	Europe/Brussels	50.86527	3.96594				VLG	VOV	41	41048
2784461	Vloerzegem	vloerzegem	BE		0	Europe/Brussels	50.81292	3.91752		Vloersegem,Vloerzegem		VLG	VOV	41	41018
2784469	Vlijminkshoek	vlijminkshoek	BE		0	Europe/Brussels	51.17586	4.1122		Vlijminckshoek,Vlijminkshoek,Vlyminckshoek		VLG	VOV	46	46021
2784470	Vlietmanshoek	vlietmanshoek	BE		0	Europe/Brussels	51.1	4.38333				VLG	VAN	11	11005
2784473	Vliet	vliet	BE		0	Europe/Brussels	51.01667	3.98333				VLG	VOV	42	42003
2784481	Vlierbeek	vlierbeek	BE		0	Europe/Brussels	50.77083	4.49015				WAL	WHT		
2784482	Vlienderhage	vlienderhage	BE		0	Europe/Brussels	51.28244	3.35007		Vlienderhaege,Vlienderhage,Vlinderhaag		VLG	VWV	31	31006
2784483	Vliegenstal	vliegenstal	BE		0	Europe/Brussels	51.23358	4.20534		Vliegenstal,Vliegerstal		VLG	VOV	46	46003
2784484	Vliegeneinde	vliegeneinde	BE		0	Europe/Brussels	51.08625	5.52674				VLG	VLI	72	72042
2784485	Vliegendpaard	vliegendpaard	BE		0	Europe/Brussels	51.18043	3.30658		Vliegendepaard,Vliegendpaard		VLG	VWV	31	31003
2784489	Vleurgat	vleurgat	BE		0	Europe/Brussels	50.82199	4.37016				BRU	BRU	21	21004
2784490	Vleugt	vleugt	BE		0	Europe/Brussels	51.01964	5.11545				VLG	VLI	71	71037
2784492	Vlessart	vlessart	BE		0	Europe/Brussels	49.79548	5.64887		Vlessart		WAL	WLX	84	84033
2784495	Vlassendaal	vlassendaal	BE		0	Europe/Brussels	50.83333	4.26667				WAL	WHT		
2784496	Vlassenbroek	vlassenbroek	BE		0	Europe/Brussels	51.04776	4.13055				VLG	VOV	42	42006
2784497	Vlasselaar	vlasselaar	BE		0	Europe/Brussels	50.95	4.76667		Vlasselaar,Vlasselaer		WAL	WHT		
2784498	Vlassardstraat	vlassardstraat	BE		0	Europe/Brussels	51.18333	3.71667		Vlassardstraat,Vlasschaarstraat		VLG	VOV	43	43002
2784501	Vlasmer	vlasmer	BE		0	Europe/Brussels	51.1639	5.36457		Vlasmeer,Vlasmer		VLG	VLI	72	72038
2784502	Vlasendaal	vlasendaal	BE		0	Europe/Brussels	50.83333	4.26667		Vlaasendaal,Vlasendaal,Vlazendaal		WAL	WHT		
2784503	Vlasberg	vlasberg	BE		0	Europe/Brussels	50.98333	5.43333				VLG	VLI	71	71016
2784511	Vlaams Hoofd	vlaams-hoofd	BE		0	Europe/Brussels	51.21667	4.36667		Hoofd van Vlaanderen,Tete-de-Flandre,Tête-de-Flandre,Vlaams Hoofd		VLG	VAN	11	11002
2784512	Vla	vla	BE		0	Europe/Brussels	50.99162	2.97495		Vla,Vlaa,Vlae		VLG	VWV	32	32011
2784515	Vivrou	vivrou	BE		0	Europe/Brussels	50.0796	5.70708				WAL	WLX	82	82005
2784516	Viville	viville	BE		0	Europe/Brussels	49.69732	5.79143				WAL	WLX	81	81001
2784518	Viviers	viviers	BE		0	Europe/Brussels	50.39377	4.28075				WAL	WHT	56	56001
2784520	Vivier le Duc	vivier-le-duc	BE		0	Europe/Brussels	50.65	4.6				WAL	WBR	25	25023
2784521	Vivier d'Oie	vivier-d-oie	BE		0	Europe/Brussels	50.79658	4.37359				BRU	BRU	21	21016
2784522	Vivier Coulon	vivier-coulon	BE		0	Europe/Brussels	50.35648	4.20876				WAL	WHT	56	56044
2784526	Vivier	vivier	BE		0	Europe/Brussels	50.68551	5.94076				WAL	WLG	63	63084
2784527	Viveriaux	viveriaux	BE		0	Europe/Brussels	50.18333	4.18333				WAL	WHT	56	56088
2784531	Vitshaag	vitshaag	BE		0	Europe/Brussels	51.17835	4.26026		De Vitshaag,Vitshaag		VLG	VOV	46	46003
2784533	Vitseroel	vitseroel	BE		0	Europe/Brussels	50.88333	4.18333				WAL	WHT		
2784536	Vitchen	vitchen	BE		0	Europe/Brussels	50.75	5.76667		Vitchen,Vitschen,Vitsen,Vittsen		WAL	WLG	62	62027
2784537	Vissoule	vissoule	BE		0	Europe/Brussels	50.11238	5.81185		Vissoul		WAL	WLX	82	82014
2784538	Vissoul	vissoul	BE		0	Europe/Brussels	50.58929	5.12023				WAL	WLG	61	61010
2784539	Vissershoek	vissershoek	BE		0	Europe/Brussels	51.06597	3.81605		Visschershoek,Vissershoek		VLG	VOV	44	44013
2784542	Vissenheuvel	vissenheuvel	BE		0	Europe/Brussels	51.43832	4.48953		Vissehenheuvel,Vissenheuvel		VLG	VAN	11	11016
2784543	Visseneinde	visseneinde	BE		0	Europe/Brussels	51.15264	4.66545				VLG	VAN	12	12026
2784546	Vispoel	vispoel	BE		0	Europe/Brussels	51.05289	4.95253				VLG	VAN	13	13013
2784547	Visplukt	visplukt	BE		0	Europe/Brussels	51.22223	4.78019		Vischpluck,Visplukt		VLG	VAN	13	13044
2784550	Viscourt	viscourt	BE		0	Europe/Brussels	50.26991	4.34286				WAL	WNA	93	93088
2784552	Visakker	visakker	BE		0	Europe/Brussels	51.05	5.75		Visakker,Visch Akker		VLG	VLI	72	72041
2784572	Virée de la Basse Voie	viree-de-la-basse-voie	BE		0	Europe/Brussels	49.96667	5.13333				WAL	WLX	84	84050
2784581	Virée à l'Goufre	viree-a-l-goufre	BE		0	Europe/Brussels	50.06667	5				WAL	WNA	91	91013
2784582	Vî Pays	vi-pays	BE		0	Europe/Brussels	50.33333	4.78333				WAL	WNA	91	91005
2784584	Vinrut	vinrut	BE		0	Europe/Brussels	49.81667	4.98333		Vinrut,Vinruth		WAL	WLX	84	84010
2784587	Vinkwijk	vinkwijk	BE		0	Europe/Brussels	51.11667	3.43333		Vinkwijk,Vinkwyk		VLG	VOV	44	44084
2784590	Vinkenhoek	vinkenhoek	BE		0	Europe/Brussels	51.18333	4.38333				VLG	VAN	11	11002
2784591	Vinkenhoek	vinkenhoek	BE		0	Europe/Brussels	50.8	3.18333				VLG	VWV	34	34027
2784592	Vinkenberg	vinkenberg	BE		0	Europe/Brussels	50.9855	5.00202				VLG	VBR	24	24134
2784596	Vink	vink	BE		0	Europe/Brussels	51.06667	5.4				VLG	VLI	72	72039
2784599	Vincon	vincon	BE		0	Europe/Brussels	50.33333	5.03333		Vincon		WAL	WNA	91	91030
2784601	Vinave	vinave	BE		0	Europe/Brussels	50.8143	4.78705		Ninave,Vinave		VLG	VBR	24	24011
2784606	Villez	villez	BE		0	Europe/Brussels	50.54066	4.66603				WAL	WNA	92	92142
2784607	Villettes	villettes	BE		0	Europe/Brussels	50.32857	5.76471				WAL	WLG	63	63045
2784610	Villers-Tortrue	villers-tortrue	BE		0	Europe/Brussels	49.67621	5.68453		Villers-Tortru,Villers-Tortrue		WAL	WLX	85	85009
2784663	Villers	villers	BE		0	Europe/Brussels	50.6385	5.91643		Villers		WAL	WLG	63	63046
2784664	Villeroux	villeroux	BE		0	Europe/Brussels	50.60209	4.60842				WAL	WBR	25	25117
2784665	Villeroux	villeroux	BE		0	Europe/Brussels	49.97932	5.65563				WAL	WLX	82	82036
2784668	Villeret	villeret	BE		0	Europe/Brussels	50.50719	4.65355		Villeret		WAL	WNA	92	92140
2784672	Ville en Waret	ville-en-waret	BE		0	Europe/Brussels	50.50697	4.98431				WAL	WNA	92	92003
2784675	Ville-du-Bois	ville-du-bois	BE		0	Europe/Brussels	50.2925	5.93667		Ville-du-Bois		WAL	WLX	82	82032
2784682	Ville	ville	BE		0	Europe/Brussels	50.4143	5.59059		Ville		WAL	WLG	61	61019
2784685	Vijverzeel	vijverzeel	BE		0	Europe/Brussels	50.99791	5.25194		Vijverzeel,Viverselle		VLG	VLI	71	71070
2784687	Vijversmolenhoek	vijversmolenhoek	BE		0	Europe/Brussels	51.09422	2.92459		Vijversmolenhoek,Vyversmolenhoek		VLG	VWV	32	32003
2784689	Vijverselen	vijverselen	BE		0	Europe/Brussels	50.8	4.16667		Vijverseelen,Vijversele,Vijverselen,Vyverseelen		VLG	VBR	23	23104
2784691	Vijverhoek	vijverhoek	BE		0	Europe/Brussels	50.82634	2.84811				VLG	VWV	33	33011
2784692	Vijverbroek	vijverbroek	BE		0	Europe/Brussels	51.16667	5.83333				VLG	VLI		
2784695	Vijver	vijver	BE		0	Europe/Brussels	51.1	3		Vijver,Vyver		VLG	VWV	35	35006
2784696	Vijve Kapelle	vijve-kapelle	BE		0	Europe/Brussels	51.23095	3.30618		Vijve Kapelle,Vyve Kapelle		VLG	VWV	31	31006
2784697	Vijlst	vijlst	BE		0	Europe/Brussels	50.93609	4.27677		Vijlst,Vylst		VLG	VBR	23	23052
2784698	Vijfwegen	vijfwegen	BE		0	Europe/Brussels	50.93333	3.31667				VLG	VWV	37	37007
2784699	Vijfwegen	vijfwegen	BE		0	Europe/Brussels	50.92719	3.21442				VLG	VWV	36	36008
2784700	Vijfwegen	vijfwegen	BE		0	Europe/Brussels	50.93015	3.14261		Vijfwege,Vijfwegen		VLG	VWV	36	36015
2784701	Vijfwegen	vijfwegen	BE		0	Europe/Brussels	50.83333	3.08333				VLG	VWV	33	33029
2784702	Vijfwege	vijfwege	BE		0	Europe/Brussels	51.23163	3.06472		Vijfwege,Vijfwegen,Vijfweghe		VLG	VWV	31	31012
2784703	Vijfwege	vijfwege	BE		0	Europe/Brussels	51.03475	3.13131		Vijfwege,Vijfwegen,Vyfwege,Wijtwege		VLG	VWV	36	36011
2784704	Vijfwege	vijfwege	BE		0	Europe/Brussels	50.94993	2.98029		Vijfwege,Vijfwegen,Vyfwege		VLG	VWV	36	36019
2784706	Vijfstraten	vijfstraten	BE		0	Europe/Brussels	51.20595	4.24108				VLG	VOV	46	46003
2784707	Vijfstralen	vijfstralen	BE		0	Europe/Brussels	51.17699	4.15248				VLG	VOV	46	46021
2784708	Vijfstraat	vijfstraat	BE		0	Europe/Brussels	50.83333	3.8				VLG	VOV	41	41081
2784709	Vijf Knok	vijf-knok	BE		0	Europe/Brussels	51.15234	2.98723		Vijf Knok,Vijf Wegen,Vijfwege		VLG	VWV	35	35005
2784710	Vijfhuizen	vijfhuizen	BE		0	Europe/Brussels	51.43774	4.76875				VLG	VAN	13	13014
2784711	Vijfhuizen	vijfhuizen	BE		0	Europe/Brussels	51.13333	4.23333				VLG	VOV	46	46025
2784712	Vijfhuizen	vijfhuizen	BE		0	Europe/Brussels	51.13333	3.91667				VLG	VOV	46	46014
2784713	Vijfhuizen	vijfhuizen	BE		0	Europe/Brussels	51.09255	4.8746				VLG	VAN	13	13049
2784714	Vijfhuizen	vijfhuizen	BE		0	Europe/Brussels	50.98404	2.8465		Vijfhuizen,Vyfhuyzen		VLG	VWV	32	32003
2784715	Vijfhuizen	vijfhuizen	BE		0	Europe/Brussels	50.94254	3.99311				VLG	VOV	41	41082
2784716	Vijfhuishoek	vijfhuishoek	BE		0	Europe/Brussels	51.04398	3.07445		Vijfhuishoek,Vyfhuyshoek		VLG	VWV	31	31033
2784718	Vijfhonderd Gemeten	vijfhonderd-gemeten	BE		0	Europe/Brussels	51.23206	3.78113				VLG	VOV	43	43002
2784719	Vijfhoek	vijfhoek	BE		0	Europe/Brussels	51.11667	4.65				VLG	VAN	12	12002
2784720	Vijfhoek	vijfhoek	BE		0	Europe/Brussels	50.86667	4.08333				VLG	VBR	23	23044
2784721	Vijf Gemeet Gat	vijf-gemeet-gat	BE		0	Europe/Brussels	51.21667	4.23333				VLG	VOV	46	46003
2784722	Vigneroul	vigneroul	BE		0	Europe/Brussels	50.45	4.86667				WAL	WNA	92	92094
2784723	Vignée	vignee	BE		0	Europe/Brussels	50.15935	5.07417		Vignee,Vignée		WAL	WNA	91	91114
2784726	Vieux Virton	vieux-virton	BE		0	Europe/Brussels	49.55466	5.52973				WAL	WLX	85	85045
2784729	Vieux Thier	vieux-thier	BE		0	Europe/Brussels	50.49903	5.22912				WAL	WLG	61	61039
2784730	Vieux Tauve	vieux-tauve	BE		0	Europe/Brussels	50.46667	5.11667				WAL	WNA	92	92003
2784731	Vieux-Sautour	vieux-sautour	BE		0	Europe/Brussels	50.16651	4.57599				WAL	WNA	93	93056
2784733	Vieux Sart	vieux-sart	BE		0	Europe/Brussels	50.68025	4.64756				WAL	WBR	25	25018
2784734	Vieux Moulin	vieux-moulin	BE		0	Europe/Brussels	50.7184	3.72855				WAL	WHT	51	51017
2784735	Vieux Manant	vieux-manant	BE		0	Europe/Brussels	50.64881	4.42328				WAL	WBR	25	25031
2784736	Vieux Leuze	vieux-leuze	BE		0	Europe/Brussels	50.58539	3.62011				WAL	WHT	57	57094
2784741	Vieux Chien	vieux-chien	BE		0	Europe/Brussels	50.81667	3.03333				VLG	VWV	33	33029
2784745	Vierwege	vierwege	BE		0	Europe/Brussels	51.28559	3.16499		Vierwege,Vierwegen,Vierweghe,Wierweghe		VLG	VWV	31	31042
2784746	Vierweegse	vierweegse	BE		0	Europe/Brussels	51.15	3.8		Vierweegsche,Vierweegse		VLG	VOV	44	44021
2784747	Vierweegse	vierweegse	BE		0	Europe/Brussels	51.11667	3.83333				VLG	VOV	44	44034
2784751	Vieruitersten	vieruitersten	BE		0	Europe/Brussels	51.18333	3.88333		Vieruiterste,Vieruitersten		VLG	VOV	44	44073
2784752	Vierstraten	vierstraten	BE		0	Europe/Brussels	50.94803	4.604		Vier-Straat,Vierstraaten,Vierstraten		VLG	VBR	23	23038
2784753	Vierstraat	vierstraat	BE		0	Europe/Brussels	51.1472	4.22413				VLG	VOV	46	46025
2784754	Vierstraat	vierstraat	BE		0	Europe/Brussels	50.8015	2.852				VLG	VWV	33	33039
2784755	Viersin	viersin	BE		0	Europe/Brussels	50.08333	5.6				WAL	WLX	82	82005
2784758	Vierselsebergen	vierselsebergen	BE		0	Europe/Brussels	51.18333	4.65		Vierselsche Bergen,Vierselsebergen		VLG	VAN	11	11054
2784759	Vierseldijk	vierseldijk	BE		0	Europe/Brussels	51.19272	4.66499		Vierseldijk,Vierseldyk		VLG	VAN	11	11054
2784762	Vierschaar	vierschaar	BE		0	Europe/Brussels	51	3.01667				VLG	VWV	32	32011
2784764	Viernay	viernay	BE		0	Europe/Brussels	50.70325	5.49136		Viernay,Viernet		WAL	WLG	62	62003
2784765	Vierlinden	vierlinden	BE		0	Europe/Brussels	51.1178	3.6935				VLG	VOV	44	44019
2784766	Vierkavenhoek	vierkavenhoek	BE		0	Europe/Brussels	50.91667	3.06667				VLG	VWV	36	36012
2784767	Vierhuizen	vierhuizen	BE		0	Europe/Brussels	51.16652	3.65572				VLG	VOV	44	44019
2784768	Vier Ekens	vier-ekens	BE		0	Europe/Brussels	50.93333	3.66667		Vier Ekens,Vier-Eekens		VLG	VOV	44	44020
2784770	Vierbergen	vierbergen	BE		0	Europe/Brussels	50.76667	4.1				VLG	VBR	23	23024
2784772	Vien	vien	BE		0	Europe/Brussels	50.47415	5.50195		Vien		WAL	WLG	61	61079
2784777	Vielahaut	vielahaut	BE		0	Europe/Brussels	50.6	4.83333				WAL	WNA	92	92035
2784779	Vieille Motte	vieille-motte	BE		0	Europe/Brussels	50.71568	3.51469				WAL	WHT	57	57095
2784780	Vieille Maison	vieille-maison	BE		0	Europe/Brussels	50.53909	4.61543				WAL	WNA	92	92114
2784783	Vieille Église	vieille-eglise	BE		0	Europe/Brussels	49.83333	5.63333				WAL	WLX	82	82009
2784788	Vichenet	vichenet	BE		0	Europe/Brussels	50.531	4.68751				WAL	WNA	92	92142
2784792	Vezonchaux	vezonchaux	BE		0	Europe/Brussels	50.55162	3.47486				WAL	WHT	57	57003
2784797	Veurt	veurt	BE		0	Europe/Brussels	51.03909	4.32623		De Veurt,Veurt		VLG	VAN	12	12041
2784800	Veurs	veurs	BE		0	Europe/Brussels	50.73333	5.85				WAL	WLG		
2784806	Veurenberg	veurenberg	BE		0	Europe/Brussels	50.93714	4.96616				VLG	VBR	24	24008
2784809	Veugelberg	veugelberg	BE		0	Europe/Brussels	50.96667	4.93333				VLG	VBR	24	24134
2784810	Vetzaat	vetzaat	BE		0	Europe/Brussels	50.76252	4.62061		Vetsaart,Vetzaat		VLG	VBR	24	24045
2784811	Vesty	vesty	BE		0	Europe/Brussels	50.2	5.2				WAL	WNA	91	91114
2784815	Vesin	vesin	BE		0	Europe/Brussels	50.33461	5.51622				WAL	WLX	83	83012
2784819	Vervoz	vervoz	BE		0	Europe/Brussels	50.39665	5.37011		Vervox,Vervoz		WAL	WLG	61	61012
2784825	Vert Marais	vert-marais	BE		0	Europe/Brussels	50.65	3.3				WAL	WHT	57	57081
2784826	Verte Haie	verte-haie	BE		0	Europe/Brussels	50.73333	5.78333				WAL	WLG	62	62027
2784827	Verte Fontaine	verte-fontaine	BE		0	Europe/Brussels	50.5	5.78333				WAL	WLG	63	63076
2784829	Vert Coucou	vert-coucou	BE		0	Europe/Brussels	50.69825	4.41865				WAL	WBR	25	25110
2784830	Vert Coucou	vert-coucou	BE		0	Europe/Brussels	50.53333	4.15				WAL	WHT	55	55035
2784831	BasCoron	bascoron	BE		0	Europe/Brussels	50.50147	3.59862				WAL	WHT	57	57064
2784832	Vert Chasseur	vert-chasseur	BE		0	Europe/Brussels	50.80219	4.37277				BRU	BRU	21	21016
2784833	Vert Buisson	vert-buisson	BE		0	Europe/Brussels	50.46423	5.78304				WAL	WLG	63	63076
2784836	Verrewinkel	verrewinkel	BE		0	Europe/Brussels	50.78333	4.35				WAL	WHT		
2784837	Verrendries	verrendries	BE		0	Europe/Brussels	50.85	3.76667				VLG	VOV	41	41081
2784842	Verrebeke	verrebeke	BE		0	Europe/Brussels	50.78833	3.75399				VLG	VOV	45	45059
2784843	Verre	verre	BE		0	Europe/Brussels	50.19775	5.05687				WAL	WNA	91	91072
2784845	Verpré	verpre	BE		0	Europe/Brussels	50.2	5.53333		Vecpre,Vecpré,Verpre,Verpré		WAL	WLX	83	83044
2784846	Vernovlin	vernovlin	BE		0	Europe/Brussels	50.16667	5.66667				WAL	WLX	82	82014
2784849	Verlorenhoek	verlorenhoek	BE		0	Europe/Brussels	50.85	2.93333				VLG	VWV	33	33011
2784851	Verloreneind	verloreneind	BE		0	Europe/Brussels	51.13333	5.36667				VLG	VLI	72	72038
2784853	Verleumont	verleumont	BE		0	Europe/Brussels	50.27313	5.8126		Verleumont		WAL	WLG	63	63045
2784862	Vériom Planque	veriom-planque	BE		0	Europe/Brussels	50.63333	3.55				WAL	WHT	57	57081
2784863	Vérifays	verifays	BE		0	Europe/Brussels	49.78726	5.43413				WAL	WLX	84	84033
2784864	Verhoogstraat	verhoogstraat	BE		0	Europe/Brussels	50.98488	3.94149				VLG	VOV	42	42026
2784868	Vergne	vergne	BE		0	Europe/Brussels	50.49339	3.50067				WAL	WHT	57	57064
2784869	Vergelderhoek	vergelderhoek	BE		0	Europe/Brussels	50.96667	3.08333				VLG	VWV	36	36006
2784870	Vergadering	vergadering	BE		0	Europe/Brussels	50.86667	4.3		De Vergadering,Vergadering		WAL	WHT		
2784871	Verennes	verennes	BE		0	Europe/Brussels	50.25	5.23333				WAL	WNA	91	91030
2784872	Verdenne	verdenne	BE		0	Europe/Brussels	50.23422	5.39813		Verdenne		WAL	WLX	83	83034
2784874	Verbroekt	verbroekt	BE		0	Europe/Brussels	51.09123	5.08877		Verboekt,Verbroekt		VLG	VAN	13	13053
2784875	Verbrandhof	verbrandhof	BE		0	Europe/Brussels	51.2	4.53333		Verbrandelei,Verbrandhof		VLG	VAN	11	11052
2784876	Verbrandenmolen	verbrandenmolen	BE		0	Europe/Brussels	50.82552	2.92124		Verbrande Molen,Verbrandenmolen		VLG	VWV	33	33011
2784877	Verbrandendijk	verbrandendijk	BE		0	Europe/Brussels	51.21667	4.33333				VLG	VAN	11	11056
2784881	Verbrande Brug	verbrande-brug	BE		0	Europe/Brussels	50.94188	4.42054		Pont-Brule,Pont-Brûlé,Verbrande Brug		VLG	VBR	23	23088
2784884	Venushoek	venushoek	BE		0	Europe/Brussels	51.1	4.68333				VLG	VAN	12	12002
2784885	Venusberg	venusberg	BE		0	Europe/Brussels	51.03197	4.84892				VLG	VAN	13	13013
2784886	Venusberg	venusberg	BE		0	Europe/Brussels	51.01709	5.15637				VLG	VLI	71	71037
2784887	Venthoek	venthoek	BE		0	Europe/Brussels	51.21667	3.68333				VLG	VOV	43	43002
2784888	Vent	vent	BE		0	Europe/Brussels	51.21667	3.68333				VLG	VOV	43	43002
2784889	Venn Kreuz	venn-kreuz	BE		0	Europe/Brussels	50.6384	6.12571				WAL	WLG	63	63061
2784890	Vennenburg	vennenburg	BE		0	Europe/Brussels	51.21667	4.46667		Venneburg,Vennenburg		VLG	VAN	11	11002
2784891	Vennen	vennen	BE		0	Europe/Brussels	51.16881	4.85257				VLG	VAN	13	13011
2784896	Venne	venne	BE		0	Europe/Brussels	51.00689	4.508				VLG	VAN	12	12025
2784897	Venitiaanseheide	venitiaanseheide	BE		0	Europe/Brussels	51.46246	4.45856		Venetie,Venitiaanseheide,Venitienscheheide		VLG	VAN	11	11016
2784898	Venhoute	venhoute	BE		0	Europe/Brussels	51.11248	3.71599				VLG	VOV	44	44019
2784902	Ven	ven	BE		0	Europe/Brussels	51.11555	5.78002		Ven,Venne		VLG	VLI	72	72021
2784905	Velveken	velveken	BE		0	Europe/Brussels	51.15709	4.93952				VLG	VAN	13	13008
2784906	Velvain	velvain	BE		0	Europe/Brussels	50.54719	3.37779				WAL	WHT	57	57093
2784911	Velpen	velpen	BE		0	Europe/Brussels	50.93615	5.09706				VLG	VLI	71	71020
2784916	Vellereux	vellereux	BE		0	Europe/Brussels	50.09597	5.72207				WAL	WLX	82	82014
2784921	Velle	velle	BE		0	Europe/Brussels	51.1611	4.2089		Velle		VLG	VOV	46	46025
2784922	Vellare	vellare	BE		0	Europe/Brussels	51.09901	3.59614		Vellaere,Vellare		VLG	VOV	44	44085
2784926	Veldstraat	veldstraat	BE		0	Europe/Brussels	51.15	4.21667				VLG	VOV	46	46025
2784927	Veldstraat	veldstraat	BE		0	Europe/Brussels	51.13333	3.5		Veldstraat,Veldstraet		VLG	VOV	44	44084
2784928	Veldstraat	veldstraat	BE		0	Europe/Brussels	50.98333	3.68333				VLG	VOV	44	44012
2784929	Veldstraat	veldstraat	BE		0	Europe/Brussels	50.96667	4.93333				VLG	VBR	24	24134
2784930	Veldstraat	veldstraat	BE		0	Europe/Brussels	50.95	3.83333		Veldstraat,Veldstraet		VLG	VOV	44	44052
2784932	Veldonk	veldonk	BE		0	Europe/Brussels	50.9893	4.72212		Veldonck,Veldonk		VLG	VBR	24	24109
2784933	Veldkant	veldkant	BE		0	Europe/Brussels	51.16911	4.48441				VLG	VAN	11	11004
2784934	Veldkant	veldkant	BE		0	Europe/Brussels	51.15158	4.47887				VLG	VAN	11	11021
2784935	Veldkant	veldkant	BE		0	Europe/Brussels	50.93869	4.38509				VLG	VBR	23	23025
2784937	Veldhoven	veldhoven	BE		0	Europe/Brussels	51.18881	5.58809				VLG	VLI	72	72003
2784938	Veldhoven	veldhoven	BE		0	Europe/Brussels	51.1664	4.82127				VLG	VAN	13	13011
2784939	Veldhoven	veldhoven	BE		0	Europe/Brussels	51.09544	5.14373				VLG	VLI	71	71069
2784940	Veldhoek	veldhoek	BE		0	Europe/Brussels	51.1944	3.36023				VLG	VWV	31	31006
2784941	Veldhoek	veldhoek	BE		0	Europe/Brussels	51.15899	3.68524				VLG	VOV	44	44019
2784942	Veldhoek	veldhoek	BE		0	Europe/Brussels	51.15007	3.30552				VLG	VWV	31	31003
2784943	Veldhoek	veldhoek	BE		0	Europe/Brussels	51.11051	3.20587				VLG	VWV	31	31022
2784944	Veldhoek	veldhoek	BE		0	Europe/Brussels	51.06667	3.46667				VLG	VOV	44	44084
2784945	Veldhoek	veldhoek	BE		0	Europe/Brussels	51.05	3.16667				VLG	VWV	37	37018
2784946	Veldhoek	veldhoek	BE		0	Europe/Brussels	51.02588	3.25357				VLG	VWV	37	37011
2784947	Veldhoek	veldhoek	BE		0	Europe/Brussels	50.93333	2.91667				VLG	VWV	33	33040
2784948	Veldhoek	veldhoek	BE		0	Europe/Brussels	50.8384	2.97945				VLG	VWV	33	33037
2784950	Veldekens	veldekens	BE		0	Europe/Brussels	51.08333	3.65				VLG	VOV	44	44085
2784951	Veldekens	veldekens	BE		0	Europe/Brussels	51.07585	3.81491		Veldeken,Veldekens		VLG	VOV	44	44013
2784952	Veldeken	veldeken	BE		0	Europe/Brussels	51.16685	3.53146		Veldeken,Veldekens		VLG	VOV	43	43010
2784953	Veldeken	veldeken	BE		0	Europe/Brussels	51.11667	3.93333				VLG	VOV	46	46014
2784954	Veldeken	veldeken	BE		0	Europe/Brussels	51.05	4.05		Groot-Veldeken,Klein-Veldeken,Veldeken		VLG	VOV	42	42028
2784955	Veldeken	veldeken	BE		0	Europe/Brussels	51.05446	3.51617				VLG	VOV	44	44083
2784956	Veldeken	veldeken	BE		0	Europe/Brussels	50.91667	4.24885				VLG	VBR	23	23002
2784959	Velde	velde	BE		0	Europe/Brussels	51.08353	3.56894				VLG	VOV	44	44083
2784960	Velde	velde	BE		0	Europe/Brussels	50.68333	5.85				WAL	WLG	63	63089
2784964	Veld	veld	BE		0	Europe/Brussels	51.0854	3.04226				VLG	VWV	35	35006
2784965	Veld	veld	BE		0	Europe/Brussels	50.93333	3.5				VLG	VOV	44	44081
2784966	Veld	veld	BE		0	Europe/Brussels	50.93383	3.50413		'T Velt,'t Veld,Veld		VLG	VOV	45	45068
2784970	Velaine	velaine	BE		0	Europe/Brussels	50.52139	5.07834				WAL	WNA	92	92003
2784971	Velaine	velaine	BE		3510	Europe/Brussels	50.47805	4.61031		Velaine-sur-Sambre		WAL	WNA	92	92137
2784974	Veeweide	veeweide	BE		0	Europe/Brussels	51.14828	5.60642				VLG	VLI	72	72004
2784975	Veeweide	veeweide	BE		0	Europe/Brussels	50.83333	4.3		Veeweide,Veeweyde,Weeweide		WAL	WHT		
2784976	Veeweide	veeweide	BE		0	Europe/Brussels	50.81489	4.56908		Veeweide,Veeweyde		VLG	VBR	24	24104
2784977	Veeweide	veeweide	BE		0	Europe/Brussels	50.76451	4.63854		Veeweide,Veeweidestraat		VLG	VBR	24	24045
2784978	Veeweiberg	veeweiberg	BE		0	Europe/Brussels	50.85	4.56667				VLG	VBR	24	24009
2784982	Veerke	veerke	BE		0	Europe/Brussels	50.8	3.41667				VLG	VWV	34	34042
2784983	Veenzijde	veenzijde	BE		0	Europe/Brussels	51.25	4.86667		Veenzijde,Venzyde,Weenzijde		VLG	VAN	13	13019
2784984	Veedijk	veedijk	BE		0	Europe/Brussels	51.29746	4.94162		Veedijk,Viedyk		VLG	VAN	13	13040
2784985	Veedijk	veedijk	BE		0	Europe/Brussels	51.106	5.0414		Veedijk,Veedyk		VLG	VAN	13	13021
2784991	Vecmont	vecmont	BE		0	Europe/Brussels	50.15084	5.52053		Vecmont		WAL	WLX	83	83031
2784995	Vaux sous Olne	vaux-sous-olne	BE		0	Europe/Brussels	50.58172	5.74		La Vaux,Vaux sous Olne		WAL	WLG	63	63057
2785000	Vaux lez Chêne	vaux-lez-chene	BE		0	Europe/Brussels	49.85356	5.55385		Vaux les Chenes,Vaux les Chênes,Vaux lez Chene,Vaux lez Chêne		WAL	WLX	84	84033
2785006	Vaux	vaux	BE		0	Europe/Brussels	50.7	5.63333				WAL	WLG	62	62079
2785007	Vaux	vaux	BE		0	Europe/Brussels	50.65749	5.74133				WAL	WLG	62	62099
2785008	Vaux	vaux	BE		0	Europe/Brussels	50.1745	5.85286				WAL	WLX	82	82037
2785009	Vaux	vaux	BE		0	Europe/Brussels	50.07659	5.75409				WAL	WLX	82	82003
2785010	Vau-Richard	vau-richard	BE		0	Europe/Brussels	50.38495	5.96753		Vau-Richard,Vaulx-Richard		WAL	WLG	63	63073
2785012	Vaulx-lez-Tournai	vaulx-lez-tournai	BE		1343	Europe/Brussels	50.59406	3.42954		Vaulx,Vaulx-lez-Tournai		WAL	WHT	57	57081
2785016	Vaudignies	vaudignies	BE		0	Europe/Brussels	50.55549	3.79518		Waudignies		WAL	WHT	51	51014
2785017	Vaudignies	vaudignies	BE		0	Europe/Brussels	50.55173	3.80307		Waudignies		WAL	WHT	51	51014
2785023	Varode	varode	BE		0	Europe/Brussels	51.05	5.06667				VLG	VLI	71	71057
2785024	Varlabais	varlabais	BE		0	Europe/Brussels	50.71886	5.08173		Varlabais,Varlabois		WAL	WLG		
2785025	Varkensmarkt	varkensmarkt	BE		0	Europe/Brussels	51.05712	4.80504		Varkensmarkt,Verkensmarkt,Verkensmerkt		VLG	VAN	13	13013
2785027	Varinkshoek	varinkshoek	BE		0	Europe/Brussels	50.96667	3.43333		Vaarinckxhoek,Varinkshoek		VLG	VWV	37	37002
2785028	Varenwinkel	varenwinkel	BE		0	Europe/Brussels	51.02661	4.89509		Vaarenwinkel,Varenwinkel		VLG	VAN	13	13013
2785029	Varent	varent	BE		0	Europe/Brussels	50.81667	3.68333				VLG	VOV	45	45062
2785030	Varent	varent	BE		0	Europe/Brussels	50.80802	3.50842				VLG	VWV	34	34002
2785031	Varendries	varendries	BE		0	Europe/Brussels	51.04881	3.64269		Vaarendries,Varendries		VLG	VOV	44	44021
2785034	Varenberg	varenberg	BE		0	Europe/Brussels	51.01667	4.06667				VLG	VOV	42	42006
2785035	Varenberg	varenberg	BE		0	Europe/Brussels	50.80387	4.03372				VLG	VOV	41	41048
2785037	Vantegem	vantegem	BE		0	Europe/Brussels	50.97792	3.83983				VLG	VOV	42	42025
2785038	Vanrunkelen	vanrunkelen	BE		0	Europe/Brussels	50.91667	5.03333		Vanrunckelen,Vanrunkelen		VLG	VBR	24	24054
2785042	Vanhoverbos	vanhoverbos	BE		0	Europe/Brussels	50.98333	4.96667		Vanhoverbos,Vanhoverbosch		VLG	VBR	24	24134
2785043	Vandoren	vandoren	BE		0	Europe/Brussels	51.21715	4.30729		Vandooren,Vandoren,Vendooren		VLG	VAN	11	11056
2785051	Val Saint-Lambert	val-saint-lambert	BE		0	Europe/Brussels	50.59457	5.49231				WAL	WLG	62	62096
2785057	Valkenhuis	valkenhuis	BE		0	Europe/Brussels	51.06667	3.66667				VLG	VOV	44	44021
2785058	Valkenberg	valkenberg	BE		0	Europe/Brussels	50.81504	3.75452				VLG	VOV	45	45059
2785059	Valk	valk	BE		0	Europe/Brussels	51.25	3.78333				VLG	VOV	43	43002
2785060	Valk	valk	BE		0	Europe/Brussels	51.15851	4.11597		Valcke,Valk		VLG	VOV	46	46021
2785061	Valk	valk	BE		0	Europe/Brussels	51.04655	4.20976				VLG	VAN	12	12041
2785064	Valentinoise	valentinoise	BE		0	Europe/Brussels	50.23741	4.41269		La Valentinoise,Valentinoise		WAL	WNA	93	93010
2785065	Valender	valender	BE		0	Europe/Brussels	50.34972	6.20111				WAL	WLG	63	63001
2785066	Valeistraat	valeistraat	BE		0	Europe/Brussels	50.81667	4.03333				VLG	VOV	41	41048
2785069	Val-de-Poix	val-de-poix	BE		0	Europe/Brussels	50.02109	5.30631				WAL	WLX	84	84059
2785070	Val Benoît	val-benoit	BE		0	Europe/Brussels	50.61667	5.58333				WAL	WLG	62	62063
2785072	Valansart	valansart	BE		0	Europe/Brussels	49.68479	5.41515				WAL	WLX	85	85007
2785073	Vaken	vaken	BE		0	Europe/Brussels	50.96667	4.73333		Vaaken,Vaken		VLG	VBR	24	24094
2785074	Vake	vake	BE		0	Europe/Brussels	51.22592	3.41625		Vaake,Vaeke,Vake		VLG	VOV	43	43010
2785078	Vaddenhoek	vaddenhoek	BE		0	Europe/Brussels	50.88482	3.55535				VLG	VOV	45	45068
2785079	Vacresse	vacresse	BE		0	Europe/Brussels	50.5155	3.85114		Grande Vacresse,Vaccresse		WAL	WHT	53	53044
2785080	Vache Fontaine	vache-fontaine	BE		0	Europe/Brussels	50.2	4.53333				WAL	WNA	93	93056
2785083	Vaartkant	vaartkant	BE		0	Europe/Brussels	51.01667	2.86667		Vaartkant,Vaertkant		VLG	VWV	32	32003
2785084	Vaart	vaart	BE		0	Europe/Brussels	51.11667	4.38333				VLG	VAN	11	11001
2785086	Vaar Henis	vaar-henis	BE		0	Europe/Brussels	50.81002	5.47437				VLG	VLI	73	73083
2785090	Vaaghof	vaaghof	BE		0	Europe/Brussels	51.05	3.33333				VLG	VWV	37	37015
2785091	Utsenaken	utsenaken	BE		0	Europe/Brussels	50.81959	4.98169		Utsenaeken,Utsenaken		VLG	VBR	24	24107
2785092	Urtebise	urtebise	BE		0	Europe/Brussels	50.66667	3.68333				WAL	WHT	51	51004
2785093	Ursene	ursene	BE		0	Europe/Brussels	51.01357	4.28806				VLG	VBR	23	23045
2785098	Ulvend	ulvend	BE		0	Europe/Brussels	50.75823	5.83168				WAL	WLG		
2785099	Ulfheide	ulfheide	BE		0	Europe/Brussels	51.06667	5.15				VLG	VLI	71	71057
2785110	Uilenhoek	uilenhoek	BE		0	Europe/Brussels	50.96667	3.96667		Uilenhoek,Uilenkoek		VLG	VOV	41	41034
2785111	Uilenhoek	uilenhoek	BE		0	Europe/Brussels	50.90392	3.83849				VLG	VOV	41	41081
2785112	Uilenbroekdries	uilenbroekdries	BE		0	Europe/Brussels	50.94265	3.90537				VLG	VOV	41	41063
2785113	Uilenberg	uilenberg	BE		0	Europe/Brussels	51.13143	4.76506				VLG	VAN	13	13012
2785114	Uilenberg	uilenberg	BE		0	Europe/Brussels	50.91918	4.82787				VLG	VBR	24	24043
2785115	Uilekot	uilekot	BE		0	Europe/Brussels	50.86667	4.81667		Uilekot,Uylenkot		VLG	VBR	24	24066
2785117	Uil	uil	BE		0	Europe/Brussels	51.18333	4.16667				VLG	VOV	46	46021
2785120	Udange	udange	BE		0	Europe/Brussels	49.63613	5.77179				WAL	WLX	81	81001
2785125	Uberweywertz	uberweywertz	BE		0	Europe/Brussels	50.42268	6.16822				WAL	WLG	63	63013
2785126	Ubbersel	ubbersel	BE		0	Europe/Brussels	51.02245	5.25545				VLG	VLI	71	71070
2785127	't Zand	t-zand	BE		0	Europe/Brussels	51.20682	4.78012		't Zand,Zand		VLG	VAN	13	13044
2785128	Tyberchamps	tyberchamps	BE		0	Europe/Brussels	50.52222	4.24007				WAL	WHT	52	52063
2785129	't Wolfgat	t-wolfgat	BE		0	Europe/Brussels	50.9791	3.93571				VLG	VOV	42	42026
2785130	't Withof	t-withof	BE		0	Europe/Brussels	51.41264	4.76882				VLG	VAN	13	13014
2785132	Tweebok	tweebok	BE		0	Europe/Brussels	51	4.01667				VLG	VOV	42	42006
2785134	Twaalf Bunders	twaalf-bunders	BE		0	Europe/Brussels	50.8	3.75		Twaalf Bunders,Twaalfbunder		VLG	VOV	45	45059
2785136	Tutegent	tutegent	BE		0	Europe/Brussels	50.94535	3.49851		Tutegem,Tutegent		VLG	VOV	44	44081
2785137	Turpange	turpange	BE		0	Europe/Brussels	49.61198	5.81906				WAL	WLX	81	81015
2785217	Tronleu	tronleu	BE		0	Europe/Brussels	50.15	5.63333				WAL	WLX	83	83031
2785218	Tronle	tronle	BE		0	Europe/Brussels	50.04069	5.59706				WAL	WLX	82	82005
2785143	Turkstraat	turkstraat	BE		0	Europe/Brussels	50.86667	3.5				VLG	VOV	45	45061
2785144	Turkijenhoek	turkijenhoek	BE		0	Europe/Brussels	51.15	3		Turkijen,Turkijenhoek		VLG	VWV	35	35014
2785145	Turkijenhoek	turkijenhoek	BE		0	Europe/Brussels	50.98333	3.21667		Turkeyenhoek,Turkijenhoek		VLG	VWV	37	37020
2785146	Turkijen	turkijen	BE		0	Europe/Brussels	51.23333	3.66667				VLG	VOV	43	43002
2785147	Turkijen	turkijen	BE		0	Europe/Brussels	51.23333	2.95		Turkeyen,Turkije,Turkijen		VLG	VWV	35	35002
2785148	Turkijen	turkijen	BE		0	Europe/Brussels	51.19033	4.16907				VLG	VOV	46	46021
2785149	Turkijen	turkijen	BE		0	Europe/Brussels	51.11667	4.36667				VLG	VAN	11	11038
2785150	Turkijen	turkijen	BE		0	Europe/Brussels	51.02616	3.28647		Turkijen,Turkyen		VLG	VWV	37	37011
2785151	Turkijen	turkijen	BE		0	Europe/Brussels	50.97891	2.75991		Terkeien,Turkeyen,Turkijen,Turkyen		VLG	VWV	32	32030
2785152	Turkijen	turkijen	BE		0	Europe/Brussels	50.93333	3.61667		Turkijen,Turkyen		VLG	VOV	44	44048
2785153	Turkijen	turkijen	BE		0	Europe/Brussels	50.77083	3.59329		Turkijen,Turkyen		VLG	VOV	45	45064
2785154	Turkenhoek	turkenhoek	BE		0	Europe/Brussels	50.92683	3.77168				VLG	VOV	44	44052
2785155	Turfheide	turfheide	BE		0	Europe/Brussels	51.2598	5.43652				VLG	VLI	72	72043
2785156	Turfhauwe	turfhauwe	BE		0	Europe/Brussels	51.04788	3.1373		Turfhauwe,Turfhauwehoek		VLG	VWV	36	36011
2785158	Turfbanken	turfbanken	BE		0	Europe/Brussels	51.2541	4.14525				VLG	VOV	46	46020
2785160	Tuquet	tuquet	BE		0	Europe/Brussels	50.73333	3.18333		Le Touquet,Le Tuquet,Touquet,Tuquet		VLG	VWV		
2785161	Tuquet	tuquet	BE		0	Europe/Brussels	50.72826	3.53928				WAL	WHT	51	51065
2785162	Tumkensberg	tumkensberg	BE		0	Europe/Brussels	50.98333	4.78333				VLG	VBR	24	24007
2785163	Tultay Ramont	tultay-ramont	BE		0	Europe/Brussels	50.09066	5.50778		Ramont,Tultay Ramont		WAL	WLX	83	83049
2785164	Tuldersehide	tuldersehide	BE		0	Europe/Brussels	51.43333	5.08333				VLG	VAN	13	13035
2785165	Tulderseheide	tulderseheide	BE		0	Europe/Brussels	51.44928	5.09103				VLG	VAN	13	13035
2785166	Tuitenberg	tuitenberg	BE		0	Europe/Brussels	50.8293	4.12558		Tuitenberg,Tuytenbergh		VLG	VBR	23	23104
2785167	Tuimelaarhoek	tuimelaarhoek	BE		0	Europe/Brussels	50.88862	3.105		Tuimelaarehoek,Tuimelaarhoek		VLG	VWV	36	36012
2785168	Tuilt	tuilt	BE		0	Europe/Brussels	50.94858	5.26868				VLG	VLI	71	71022
2785171	't Smisken	t-smisken	BE		0	Europe/Brussels	51.26769	3.09526		't Smisje,'t Smisken		VLG	VWV	31	31042
2785173	't Schoon	t-schoon	BE		0	Europe/Brussels	51.42858	4.81055				VLG	VAN	13	13014
2785174	Try Sart	try-sart	BE		0	Europe/Brussels	50.26667	4.68333				WAL	WNA	93	93022
2785175	Try Paris	try-paris	BE		0	Europe/Brussels	50.21391	4.40578				WAL	WNA	93	93010
2785176	Try Haut	try-haut	BE		0	Europe/Brussels	50.69485	4.17074		Try Haut,Try de Froy,Try-de-Froye		WAL	WBR	25	25105
2785177	Try d'Haies	try-d-haies	BE		0	Europe/Brussels	50.36667	4.45				WAL	WHT	52	52011
2785178	Try al Hutte	try-al-hutte	BE		0	Europe/Brussels	50.38313	4.71272				WAL	WNA	92	92048
2785180	Truitseinde	truitseinde	BE		0	Europe/Brussels	51.01947	4.84281		Truitiemde,Truitseinde,Truitsemde,Truitsninde		VLG	VAN	13	13013
2785181	Trou-Renard	trou-renard	BE		0	Europe/Brussels	50.56667	5.73333				WAL	WLG	63	63057
2785182	Trou Renard	trou-renard	BE		0	Europe/Brussels	50.31667	5.68333				WAL	WLX	83	83055
2785183	Trou Malbrouck	trou-malbrouck	BE		0	Europe/Brussels	50.58333	6.01667				WAL	WLG	63	63004
2785186	Trou du Diable	trou-du-diable	BE		0	Europe/Brussels	49.9997	4.66348				WAL	WNA	93	93090
2785187	Trou du Bois	trou-du-bois	BE		0	Europe/Brussels	50.66667	5.78333				WAL	WLG	63	63035
2785188	Trou-du-Bois	trou-du-bois	BE		0	Europe/Brussels	50.63117	5.879				WAL	WLG	63	63020
2785189	Trou du Bois	trou-du-bois	BE		0	Europe/Brussels	50.62841	4.39305				WAL	WBR	25	25031
2785190	Trou du Bois	trou-du-bois	BE		0	Europe/Brussels	50.55	5.28333				WAL	WLG	61	61003
2785191	Trou du Bois	trou-du-bois	BE		0	Europe/Brussels	50.05	5.3				WAL	WLX	84	84059
2785192	Trou du Baudet	trou-du-baudet	BE		0	Europe/Brussels	50	4.46667				WAL	WNA	93	93014
2785194	Trou des Nutons	trou-des-nutons	BE		0	Europe/Brussels	50.13333	5.78333		Le Trou des Lutons,Trou des Nutons		WAL	WLX	82	82014
2785196	Trou des Loups	trou-des-loups	BE		0	Europe/Brussels	50.36667	4.25				WAL	WHT	56	56044
2785197	Trou des Gattes	trou-des-gattes	BE		0	Europe/Brussels	50.15	4.75				WAL	WNA	93	93018
2785198	Trou des Fuyards	trou-des-fuyards	BE		0	Europe/Brussels	50.15266	4.5252				WAL	WNA	93	93056
2785199	Trou des Chiens	trou-des-chiens	BE		0	Europe/Brussels	50.28091	5.22967				WAL	WNA	91	91120
2785200	Trou de Leuvre	trou-de-leuvre	BE		0	Europe/Brussels	50.28429	5.25886				WAL	WNA	91	91120
2785201	Trou de Ferrières	trou-de-ferrieres	BE		0	Europe/Brussels	50.38333	5.61667				WAL	WLG	61	61019
2785202	Trou de Bra	trou-de-bra	BE		0	Europe/Brussels	50.34605	5.72892		Trou de Bra		WAL	WLG	63	63045
2785203	Trou Bonhay	trou-bonhay	BE		0	Europe/Brussels	50.35	5.63333				WAL	WLX	83	83055
2785205	Trou al Damzelle	trou-al-damzelle	BE		0	Europe/Brussels	50.31242	5.27968				WAL	WNA	91	91064
2785207	Trop	trop	BE		0	Europe/Brussels	50.72673	4.13986				WAL	WBR	25	25105
2785209	Troon	troon	BE		0	Europe/Brussels	51.18333	4.76667				VLG	VAN	13	13010
2785210	Trontingen	trontingen	BE		0	Europe/Brussels	50.80479	4.1788				VLG	VBR	23	23104
2785211	Tronquoy	tronquoy	BE		0	Europe/Brussels	49.8876	5.45136		Tronquoi,Tronquoy		WAL	WLX	84	84043
2785216	Tron Lihai	tron-lihai	BE		0	Europe/Brussels	50.2	5.45		Tron Lihai,Tron Lihaie		WAL	WLX	83	83034
2785220	Trommelveld	trommelveld	BE		0	Europe/Brussels	50.70701	5.12383				VLG	VLI		
2785222	Trois Tilleuls	trois-tilleuls	BE		0	Europe/Brussels	50.80288	4.41367				BRU	BRU	21	21017
2785224	Troismonts	troismonts	BE		0	Europe/Brussels	50.05367	5.60114				WAL	WLX	82	82005
2785225	Trois Chênes	trois-chenes	BE		0	Europe/Brussels	50.618	5.69915		Chenes,Chênes,Trois Chenes,Trois Chênes		WAL	WLG	62	62038
2785226	Trois Cheminées	trois-cheminees	BE		0	Europe/Brussels	50.71969	5.79802				WAL	WLG	62	62027
2785229	Troetelaar	troetelaar	BE		0	Europe/Brussels	51.04672	2.9242		Troetelaar,Troetelaare		VLG	VWV	32	32003
2785231	Trixhes	trixhes	BE		0	Europe/Brussels	50.60496	5.45017				WAL	WLG	62	62120
2785234	Trisogne	trisogne	BE		0	Europe/Brussels	50.28039	5.16087		Trisogne		WAL	WNA	91	91030
2785235	Trippen	trippen	BE		0	Europe/Brussels	50.8	3.86667				VLG	VOV	45	45063
2785236	Triot Masbore	triot-masbore	BE		0	Europe/Brussels	50.0805	5.11893				WAL	WLX	84	84075
2785237	Trinal	trinal	BE		0	Europe/Brussels	50.25949	5.51209		Trinal		WAL	WLX	83	83044
2785239	Trimpont	trimpont	BE		0	Europe/Brussels	50.76667	3.76667				WAL	WHT		
2785240	Trimpont	trimpont	BE		0	Europe/Brussels	50.68333	3.8				WAL	WHT	55	55023
2785241	Tri-Mottez	tri-mottez	BE		0	Europe/Brussels	50.58333	5.66667				WAL	WLG	62	62122
2785242	Trihosdin	trihosdin	BE		0	Europe/Brussels	50.53333	5.46667				WAL	WLG	62	62121
2785244	Trihay	trihay	BE		0	Europe/Brussels	50.58333	5.61667				WAL	WLG	62	62022
2785246	Trieux Pochaux	trieux-pochaux	BE		0	Europe/Brussels	49.9755	4.53054		Trieu Pochaux,Trieux Pochaux		WAL	WNA	93	93014
2785247	Trieux de Goyet	trieux-de-goyet	BE		0	Europe/Brussels	50.48333	4.7				WAL	WNA	92	92140
2785248	Trieux	trieux	BE		0	Europe/Brussels	50.68353	3.5281				WAL	WHT	51	51065
2785249	Trieux	trieux	BE		0	Europe/Brussels	50.51517	4.07764				WAL	WHT	55	55035
2785250	Trieux	trieux	BE		0	Europe/Brussels	50.42639	4.3267				WAL	WHT	52	52022
2785251	Trieux	trieux	BE		0	Europe/Brussels	50.4131	4.26472				WAL	WHT	56	56001
2785252	Trieux	trieux	BE		0	Europe/Brussels	50.03333	4.15				WAL	WHT	56	56051
2785253	Trieu Themise	trieu-themise	BE		0	Europe/Brussels	50.71667	3.31667				WAL	WHT	57	57027
2785254	Trieu Périlleux	trieu-perilleux	BE		0	Europe/Brussels	50.6279	3.79947				WAL	WHT	51	51004
2785256	Trieu Gilson	trieu-gilson	BE		0	Europe/Brussels	50.3541	4.49967				WAL	WHT	52	52025
2785257	Trieu du Chêne	trieu-du-chene	BE		0	Europe/Brussels	50.27619	4.29017				WAL	WHT	56	56005
2785258	Trieu-de-Wazon	trieu-de-wazon	BE		0	Europe/Brussels	50.63333	3.26667				WAL	WHT	57	57081
2785259	Trieu des Sarts	trieu-des-sarts	BE		0	Europe/Brussels	50.29663	4.40549				WAL	WNA	93	93088
2785260	Trieu des Cavaliers	trieu-des-cavaliers	BE		0	Europe/Brussels	50	4.61667				WAL	WNA	93	93090
2785261	Trieu des Agneaux	trieu-des-agneaux	BE		0	Europe/Brussels	50.45	4.38333		Trieu,Trieu des Agneaux		WAL	WHT	52	52011
2785262	Trieu de Melles	trieu-de-melles	BE		0	Europe/Brussels	50.65	3.45				WAL	WHT	57	57081
2785263	Trieu de Frêne	trieu-de-frene	BE		0	Europe/Brussels	50.51648	4.82379				WAL	WNA	92	92141
2785264	Trieu de Dinant	trieu-de-dinant	BE		0	Europe/Brussels	50.28333	5.11667				WAL	WNA	91	91030
2785265	Trieu d'Avillon	trieu-d-avillon	BE		0	Europe/Brussels	50.39331	4.99758		Trieu d'Avillon,Trieu-d'Avillon-Fays		WAL	WNA	92	92006
2785266	Trieu Cousme	trieu-cousme	BE		0	Europe/Brussels	50.71667	3.33333				VLG	VWV		
2785267	Trieu Bouchaux	trieu-bouchaux	BE		0	Europe/Brussels	50.14402	4.25171				WAL	WHT	56	56088
2785268	Trieu Bernard	trieu-bernard	BE		0	Europe/Brussels	50.46667	4.58333				WAL	WHT	52	52021
2785269	Trieu	trieu	BE		0	Europe/Brussels	50.71667	3.75				WAL	WHT	51	51017
2785270	Trieu	trieu	BE		0	Europe/Brussels	50.61331	3.64652				WAL	WHT	57	57094
2785271	Trieu	trieu	BE		0	Europe/Brussels	50.49716	4.14356				WAL	WHT	55	55022
2785273	Triest	triest	BE		0	Europe/Brussels	51.20656	3.76533		Triest		VLG	VOV	43	43002
2785274	Triest	triest	BE		0	Europe/Brussels	51.02314	4.36458				VLG	VBR	23	23039
2785275	Triest	triest	BE		0	Europe/Brussels	50.96667	4.11667				VLG	VOV	41	41002
2785277	Tricointe	tricointe	BE		0	Europe/Brussels	50.33694	4.8878				WAL	WNA	91	91141
2785278	Trichterheide	trichterheide	BE		0	Europe/Brussels	50.93333	5.36667				VLG	VLI	71	71022
2785279	Trichelhoek	trichelhoek	BE		0	Europe/Brussels	51.08825	4.97736				VLG	VAN	13	13053
2785280	Trichelbroek	trichelbroek	BE		0	Europe/Brussels	51.08825	4.97736				VLG	VAN	13	13053
2785281	Tribury	tribury	BE		0	Europe/Brussels	50.73333	3.55				VLG	VOV		
2785282	Tribouriau	tribouriau	BE		0	Europe/Brussels	50.6724	3.83405				WAL	WHT	51	51004
2785283	Triboureau	triboureau	BE		0	Europe/Brussels	50.56667	4.2				WAL	WHT	55	55050
2785284	Tribouillet	tribouillet	BE		0	Europe/Brussels	50.65861	5.60008				WAL	WLG	62	62063
2785285	Tribotte	tribotte	BE		0	Europe/Brussels	50.58333	4.53333				WAL	WBR	25	25107
2785286	Les Trieux	les-trieux	BE		0	Europe/Brussels	50.615	3.84273		Trieux		WAL	WHT	51	51012
2785287	Triau	triau	BE		0	Europe/Brussels	50.7	3.51667		Triau,Trieau		WAL	WHT	51	51065
2785288	Très Fontaine	tres-fontaine	BE		0	Europe/Brussels	50.09801	5.5652				WAL	WLX	83	83049
2785289	Treselt	treselt	BE		0	Europe/Brussels	51.06667	5.71667				VLG	VLI	72	72041
2785290	Tréquière	trequiere	BE		0	Europe/Brussels	50.61667	3.25				WAL	WHT		
2785291	Tremouroux	tremouroux	BE		0	Europe/Brussels	50.43019	4.73176				WAL	WNA	92	92045
2785295	Tremelheide	tremelheide	BE		0	Europe/Brussels	51.31667	4.58333				VLG	VAN	11	11009
2785298	Trekschuren	trekschuren	BE		0	Europe/Brussels	50.90402	5.34011		Trekschueren,Trekschuren		VLG	VLI	71	71022
2785308	Traumborn	traumborn	BE		0	Europe/Brussels	50.31667	6.06667				WAL	WLG	63	63067
2785309	Traulée	traulee	BE		0	Europe/Brussels	50.5	4.36667				WAL	WHT	52	52055
2785312	Trappe	trappe	BE		0	Europe/Brussels	51.3	5.48333		Abbaye de la Trappe,Couvent de la Trappe,Trappe		VLG	VLI	72	72037
2785317	Tramazure	tramazure	BE		0	Europe/Brussels	50.65123	3.91954		Tramasure,Tramazure		WAL	WHT	55	55039
2785318	Tramaka	tramaka	BE		0	Europe/Brussels	50.50944	5.08144				WAL	WNA	92	92003
2785320	Traimont	traimont	BE		0	Europe/Brussels	49.8548	5.59236				WAL	WLX	84	84033
2785321	Trahison	trahison	BE		0	Europe/Brussels	50.63333	4.01667				WAL	WHT	55	55040
2785322	Trahegnies	trahegnies	BE		0	Europe/Brussels	50.41256	4.22024				WAL	WHT	56	56011
2785323	Toverhoek	toverhoek	BE		0	Europe/Brussels	50.91667	3.41667		Tooverhoek,Toverhoek		VLG	VWV	37	37017
2785325	Touvent	touvent	BE		0	Europe/Brussels	50.13288	4.14595		Toutvent,Touvent		WAL	WHT	56	56088
2785328	Toutefaais	toutefaais	BE		0	Europe/Brussels	50.98333	3.66667		Toutefaais,Toutefays		VLG	VOV	44	44012
2785329	Tout-des-Vaux	tout-des-vaux	BE		0	Europe/Brussels	50.68333	4.35		Tour-des-Veaux,Tout-des-Vaux		WAL	WBR	25	25014
2785333	Tournée del Fate	tournee-del-fate	BE		0	Europe/Brussels	50.21667	5.81667				WAL	WLX	82	82037
2785334	Tournée del Combe	tournee-del-combe	BE		0	Europe/Brussels	50.21491	5.83941				WAL	WLX	82	82037
2785335	Tournebride	tournebride	BE		0	Europe/Brussels	50.90327	5.68048		Tournebride		VLG	VLI	73	73042
2785339	Tournant de Potty	tournant-de-potty	BE		0	Europe/Brussels	49.85	5		Tournant de Poti,Tournant de Potty,Tournant dè Potî		WAL	WLX	84	84010
2785343	Tourivet	tourivet	BE		0	Europe/Brussels	50.26494	4.27776		Rourivet,Tourivet		WAL	WHT	56	56005
2785352	Tourelle	tourelle	BE		0	Europe/Brussels	50.66774	3.37909				WAL	WHT	57	57062
2785359	Tour	tour	BE		0	Europe/Brussels	50.35317	5.53767		Tour		WAL	WLX	83	83012
2785360	Touquet Berthe	touquet-berthe	BE		0	Europe/Brussels	50.71667	2.88333				WAL	WHT	54	54010
2785361	Totienne	totienne	BE		0	Europe/Brussels	49.93333	4.98333		Tot Tiene,Tot Tiène,Totienne		WAL	WNA	91	91015
2785362	Torrezeel	torrezeel	BE		0	Europe/Brussels	50.7	3.95		Toorrezeel,Torrezeel		WAL	WHT		
2785363	Torreborre	torreborre	BE		0	Europe/Brussels	50.7	4				WAL	WHT		
2785368	Torf Broek	torf-broek	BE		0	Europe/Brussels	50.93333	4.53333				VLG	VBR	23	23038
2785373	Tordoir	tordoir	BE		0	Europe/Brussels	50.65	3.48333				WAL	WHT	57	57081
2785376	Tonny	tonny	BE		0	Europe/Brussels	50.02625	5.51012		Tonny		WAL	WLX	82	82038
2785383	Tongrenelle	tongrenelle	BE		0	Europe/Brussels	50.51109	4.60775		Tongrenelle,Tongrinelle		WAL	WNA	92	92114
2785392	Tommehoek	tommehoek	BE		0	Europe/Brussels	51.0135	3.34574				VLG	VWV	37	37015
2785393	Tombroek	tombroek	BE		0	Europe/Brussels	50.75193	3.2652				VLG	VWV	34	34022
2785394	Tombois	tombois	BE		0	Europe/Brussels	50.38827	4.08108				WAL	WHT	56	56085
2785395	Tombois	tombois	BE		268	Europe/Brussels	50.27313	4.43303				WAL	WNA	93	93088
2785396	Tomberg	tomberg	BE		0	Europe/Brussels	50.83333	4.15		Tomberg,Tombergen		VLG	VBR	23	23104
2785397	Tombelle	tombelle	BE		0	Europe/Brussels	50.71988	3.64071				WAL	WHT	51	51017
2785398	Tombeek	tombeek	BE		0	Europe/Brussels	50.75557	4.56937				VLG	VBR	23	23062
2785400	Tolpenhoek	tolpenhoek	BE		0	Europe/Brussels	50.76667	3.21667				VLG	VWV	34	34022
2785403	Tolhuis	tolhuis	BE		0	Europe/Brussels	51.11457	4.92835				VLG	VAN	13	13049
2785404	Tolhuis	tolhuis	BE		0	Europe/Brussels	50.98333	4.75				VLG	VBR	24	24109
2785405	Tolhoek	tolhoek	BE		0	Europe/Brussels	50.97934	2.98163				VLG	VWV	36	36019
2785410	Toeffelhoek	toeffelhoek	BE		0	Europe/Brussels	51.17743	4.50935				VLG	VAN	11	11004
2785411	Todtleger	todtleger	BE		0	Europe/Brussels	50.7105	6.11431				WAL	WLG	63	63061
2785412	't Molentje	t-molentje	BE		0	Europe/Brussels	50.74697	3.3205				VLG	VWV	34	34022
2785413	't Luik	t-luik	BE		0	Europe/Brussels	50.97007	4.15023		't Luik,Luyk		VLG	VBR	23	23060
2785414	't Kruispunt	t-kruispunt	BE		0	Europe/Brussels	51.01667	4.6				VLG	VAN	12	12005
2785416	't Joenshoek	t-joenshoek	BE		0	Europe/Brussels	50.88333	3.51667				VLG	VOV	45	45068
2785417	Tissenhove	tissenhove	BE		0	Europe/Brussels	50.85	3.68333				VLG	VOV	45	45035
2785420	Tirolle	tirolle	BE		0	Europe/Brussels	50.23333	5.58333				WAL	WLX	83	83044
2785424	Tintenard	tintenard	BE		0	Europe/Brussels	50.25507	5.34638				WAL	WLX	83	83034
2785428	Tincelle	tincelle	BE		0	Europe/Brussels	50.59792	5.3857				WAL	WLG	64	64065
2785429	Timpe et Tard	timpe-et-tard	BE		0	Europe/Brussels	50.67275	4.35726				WAL	WBR	25	25014
2785438	Tilleul du Chêne	tilleul-du-chene	BE		0	Europe/Brussels	50.77022	4.80074				WAL	WBR	25	25005
2785439	Tilleul de la Chapelle	tilleul-de-la-chapelle	BE		0	Europe/Brussels	50.1253	5.23918				WAL	WNA	91	91114
2785440	Tilleul au Bois	tilleul-au-bois	BE		0	Europe/Brussels	50.6786	4.09191				WAL	WHT	55	55010
2785444	Tillesse	tillesse	BE		0	Europe/Brussels	50.48333	5.36667				WAL	WLG	61	61081
2785447	Tilice	tilice	BE		0	Europe/Brussels	50.71129	5.59144				WAL	WLG	62	62060
2785454	Tijskenshoek	tijskenshoek	BE		0	Europe/Brussels	51.21077	4.23254		Tijkenshoek,Tijskenshoek,Tyskenshoek		VLG	VOV	46	46003
2785459	Tiewinkel	tiewinkel	BE		0	Europe/Brussels	50.97102	5.23375		Thiewinkel,Tienwinkel,Tiewinkel		VLG	VLI	71	71037
2785462	Tienne du Grahaut	tienne-du-grahaut	BE		0	Europe/Brussels	50.06667	5.05				WAL	WNA	91	91013
2785464	Tienne du Chenet	tienne-du-chenet	BE		0	Europe/Brussels	50.06667	5.03333				WAL	WNA	91	91013
2785465	Tienne des Potys	tienne-des-potys	BE		0	Europe/Brussels	50.06667	5.23333				WAL	WLX	84	84068
2785466	Tienne des Gattes	tienne-des-gattes	BE		0	Europe/Brussels	50.09093	4.9935				WAL	WNA	91	91013
2785467	Tienne de Rochefort	tienne-de-rochefort	BE		0	Europe/Brussels	50.13333	5.11667				WAL	WNA	91	91114
2785468	Tienne aux Grives	tienne-aux-grives	BE		0	Europe/Brussels	50.49694	5.16305				WAL	WLG	61	61031
2785469	Tienne	tienne	BE		0	Europe/Brussels	50.28333	5.11667				WAL	WNA	91	91030
2785472	Tiendenberg	tiendenberg	BE		0	Europe/Brussels	50.93461	3.00521				VLG	VWV	36	36019
2785487	Tiège	tiege	BE		0	Europe/Brussels	50.52063	5.91167				WAL	WLG	63	63038
2785488	Tichelhoven	tichelhoven	BE		0	Europe/Brussels	51.13361	5.40173				VLG	VLI	72	72030
2785489	Tichelerij	tichelerij	BE		0	Europe/Brussels	50.88333	5.4				VLG	VLI	71	71011
2785491	Tichelarij	tichelarij	BE		0	Europe/Brussels	50.88389	5.20299		Tichelarij,Tichelerij,Tichelrij,Trichelarij		VLG	VLI	71	71045
2785493	Tibévaux	tibevaux	BE		0	Europe/Brussels	49.83333	5.15		Tibevaux,Tibeveaux,Tibévaux,Tibéveaux		WAL	WLX	84	84050
2785502	Thy-le-Bauduin	thy-le-bauduin	BE		440	Europe/Brussels	50.29585	4.52305		Thy-le-Bauduin		WAL	WNA	93	93022
2785505	Thyle	thyle	BE		0	Europe/Brussels	50.5598	4.48345				WAL	WBR	25	25107
2785507	Thy	thy	BE		0	Europe/Brussels	50.61077	4.48352		Thy		WAL	WBR	25	25031
2785510	Thure	thure	BE		0	Europe/Brussels	50.29214	4.15627				WAL	WHT	56	56022
2785521	Thorzée	thorzee	BE		0	Europe/Brussels	50.33333	4.68333				WAL	WNA	92	92087
2785524	Thorembisoul	thorembisoul	BE		0	Europe/Brussels	50.67345	4.83785				WAL	WBR	25	25043
2785529	't Hoogste	t-hoogste	BE		0	Europe/Brussels	51.07364	4.21509				VLG	VAN	12	12007
2785538	't Holleken	t-holleken	BE		0	Europe/Brussels	50.76413	4.34848				VLG	VBR	23	23100
2785539	't Hoge	t-hoge	BE		0	Europe/Brussels	50.99244	3.4242		't Hoge,Hooge,t'Hooge		VLG	VWV	37	37015
2785540	't Hoge	t-hoge	BE		0	Europe/Brussels	50.79936	3.28558		'T Hooghe,'t Hoge		VLG	VWV	34	34022
2785541	't Hoeksken	t-hoeksken	BE		0	Europe/Brussels	51.2	4.35		't Hoekske,'t Hoeksken		VLG	VAN	11	11002
2785542	't Hoeksken	t-hoeksken	BE		0	Europe/Brussels	50.98349	4.09892				VLG	VOV	42	42011
2785543	't Hoeksken	t-hoeksken	BE		0	Europe/Brussels	50.8	3.96667		't Hoekske,'t Hoeksken		VLG	VOV	41	41018
2785553	Thioux	thioux	BE		0	Europe/Brussels	50.424	6.12574		Thioux,Tiou,Tioû		WAL	WLG	63	63080
2785554	Thion	thion	BE		0	Europe/Brussels	50.36667	5.1				WAL	WNA	91	91059
2785555	Thiolon	thiolon	BE		0	Europe/Brussels	50.66667	3.68333				WAL	WHT	51	51004
2785561	Thimont	thimont	BE		0	Europe/Brussels	50.14696	5.60874				WAL	WLX	83	83031
2785571	Thieudonsart	thieudonsart	BE		0	Europe/Brussels	50.53956	4.05172				WAL	WHT	55	55040
2785575	Thier Pirka	thier-pirka	BE		0	Europe/Brussels	50.55342	5.3064				WAL	WLG	61	61003
2785577	Thiérissart	thierissart	BE		0	Europe/Brussels	50.06743	4.28751				WAL	WHT	56	56016
2785578	Thierfalize	thierfalize	BE		0	Europe/Brussels	50.2	5.06667		Thierfalise,Thierfalize		WAL	WNA	91	91072
2785579	Thier du Mont	thier-du-mont	BE		0	Europe/Brussels	49.98333	5.36667		Thier du Mont,Tier du Mont,Tiêr du Mont		WAL	WLX	84	84077
2785582	Thier des Poursais	thier-des-poursais	BE		0	Europe/Brussels	50.13333	5.8		Thier des Poursais,Tier des Poursais		WAL	WLX	82	82014
2785583	Thier des Critchons	thier-des-critchons	BE		0	Europe/Brussels	50.6	5.61667		Thier des Critchions,Thier des Critchons,Thiers,Thiers des Critckions,Tier des Critchons		WAL	WLG	62	62022
2785584	Thier de la Pisserotte	thier-de-la-pisserotte	BE		0	Europe/Brussels	50.15	5.46667		Thier de la Pisserote,Thier de la Pisserotte		WAL	WLX	83	83031
2785585	Thier à Liège	thier-a-liege	BE		0	Europe/Brussels	50.66317	5.59462				WAL	WLG	62	62063
2785587	Thibésart	thibesart	BE		0	Europe/Brussels	49.78094	5.55254		Thibesart,Thibessart,Thibésart,Thiebesart,Thiébesart		WAL	WLX	84	84033
2785588	Thibauroche	thibauroche	BE		0	Europe/Brussels	49.8	5.2				WAL	WLX	84	84009
2785592	Thiarmont	thiarmont	BE		0	Europe/Brussels	50.5594	4.15466				WAL	WHT	55	55050
2785595	't Heetje	t-heetje	BE		0	Europe/Brussels	50.88333	3.26667		't Heetje,Heetjen		VLG	VWV	34	34025
2785596	't Heet	t-heet	BE		0	Europe/Brussels	51.07753	4.12861				VLG	VOV	42	42008
2785597	Theeheide	theeheide	BE		0	Europe/Brussels	50.68333	6.06667		Theeheide,Tieheide		WAL	WLG	63	63048
2785598	't Hasselt	t-hasselt	BE		0	Europe/Brussels	51.13975	5.64457		't Hasselt,Hasselt		VLG	VLI	72	72004
2785599	Tharoul	tharoul	BE		0	Europe/Brussels	50.43623	5.24619				WAL	WLG	61	61039
2785600	Thanville	thanville	BE		0	Europe/Brussels	50.08165	4.98281				WAL	WNA	91	91013
2785601	Thabor	thabor	BE		0	Europe/Brussels	50.66667	3.93333				WAL	WHT	55	55039
2785603	't Geel	t-geel	BE		0	Europe/Brussels	51.16667	4.16667				VLG	VOV	46	46021
2785616	Terwest	terwest	BE		0	Europe/Brussels	51.17409	3.92479				VLG	VOV	44	44045
2785617	Terweiden	terweiden	BE		0	Europe/Brussels	50.857	5.11105		Terweiden,Terweyden		VLG	VBR	24	24130
2785618	Terwarent	terwarent	BE		0	Europe/Brussels	50.88333	4				VLG	VOV	41	41024
2785624	Tervoort	tervoort	BE		0	Europe/Brussels	50.85	5.31667				VLG	VLI	73	73098
2785625	Tervenen	tervenen	BE		0	Europe/Brussels	51.16883	3.70444				VLG	VOV	44	44019
2785627	Tervate	tervate	BE		0	Europe/Brussels	51.07755	2.83437		Tervaete,Tervate,Tervate Brug		VLG	VWV	32	32003
2785628	Tervanterheide	tervanterheide	BE		0	Europe/Brussels	51.06667	5.2				VLG	VLI	71	71004
2785629	Tervant	tervant	BE		0	Europe/Brussels	51.05888	5.19284		Tervaent,Tervant		VLG	VLI	71	71004
2785630	Tervanseheide	tervanseheide	BE		0	Europe/Brussels	51.06667	5.2		Tervansche Heide,Tervanseheide		VLG	VLI	71	71004
2785634	Terstraten	terstraten	BE		0	Europe/Brussels	50.75191	5.954		Terstraeten,Terstraten		WAL	WLG	63	63088
2785636	Terspelt	terspelt	BE		0	Europe/Brussels	50.95261	4.24263		Kapel Ter Spelt,Spel-Cappel,Terspelt		VLG	VBR	23	23052
2785640	Terrijk	terrijk	BE		0	Europe/Brussels	51.41832	4.63628				VLG	VAN	11	11053
2785641	Terrest	terrest	BE		0	Europe/Brussels	50.98772	2.9575				VLG	VWV	32	32006
2785644	Terre Pelée	terre-pelee	BE		0	Europe/Brussels	50.53927	4.24315		Terre Pelee,Terre Pelée,Terre Perlee,Terre Perlée		WAL	WHT	52	52063
2785645	Terrelt	terrelt	BE		0	Europe/Brussels	50.18333	6.06667				WAL	WLG	63	63087
2785650	Terne Piron	terne-piron	BE		0	Europe/Brussels	50.15	4.5				WAL	WNA	93	93056
2785651	Ternell	ternell	BE		0	Europe/Brussels	50.58333	6.13333				WAL	WLG	63	63023
2785653	Terneau	terneau	BE		0	Europe/Brussels	50.1942	4.30809				WAL	WHT	56	56029
2785660	Termogne	termogne	BE		0	Europe/Brussels	50.65709	5.22913				WAL	WLG	64	64076
2785661	Termien	termien	BE		0	Europe/Brussels	50.95691	5.48218		Oud Termien,Termien		VLG	VLI	71	71016
2785662	Termeulen	termeulen	BE		0	Europe/Brussels	50.75	4.35				VLG	VBR	23	23101
2785665	Termeren	termeren	BE		0	Europe/Brussels	50.74892	4.18533		Termeeren,Termeren		VLG	VBR	23	23064
2785666	Terme de la Hesse	terme-de-la-hesse	BE		0	Europe/Brussels	49.95	5.26667				WAL	WLX	84	84035
2785667	Terme	terme	BE		0	Europe/Brussels	49.78333	5.23333				WAL	WLX	84	84029
2785670	Terlo	terlo	BE		0	Europe/Brussels	51.25	5		Tedo,Terlo,Terlobrug		VLG	VAN	13	13017
2785671	Terlo	terlo	BE		0	Europe/Brussels	50.78333	4.08333		Terlo,Terloo		VLG	VBR	23	23024
2785673	Terlink	terlink	BE		0	Europe/Brussels	51.2	4.01667				VLG	VOV	46	46024
2785676	Terlinden	terlinden	BE		0	Europe/Brussels	50.96912	4.2404				VLG	VBR	23	23052
2785677	Terlinden	terlinden	BE		0	Europe/Brussels	50.91667	4.11667				VLG	VBR	23	23105
2785678	Terlinden	terlinden	BE		0	Europe/Brussels	50.89656	4.19099				VLG	VBR	23	23002
2785679	Terlinden	terlinden	BE		0	Europe/Brussels	50.86203	4.19233				VLG	VBR	23	23086
2785680	Terlinden	terlinden	BE		0	Europe/Brussels	50.72828	4.08503				VLG	VBR	23	23032
2785683	Terlicht	terlicht	BE		0	Europe/Brussels	50.88333	3.98333				VLG	VOV	41	41024
2785686	Terlanen	terlanen	BE		0	Europe/Brussels	50.76963	4.60001		Terlaenen,Terlanen		VLG	VBR	23	23062
2785690	Ter Killen	ter-killen	BE		0	Europe/Brussels	51.05928	4.13132				VLG	VOV	42	42006
2785691	Terjoden	terjoden	BE		0	Europe/Brussels	50.90356	4.02846		Terjodeins,Terjoden		VLG	VOV	41	41024
2785692	Ter Hulsen	ter-hulsen	BE		0	Europe/Brussels	51.03333	5.21667				VLG	VLI	71	71037
2785696	Terheiden	terheiden	BE		0	Europe/Brussels	50.83333	3.8				VLG	VOV	41	41081
2785697	Terheiden	terheiden	BE		0	Europe/Brussels	50.73333	4.36667				VLG	VBR	23	23101
2785698	Terheidehoek	terheidehoek	BE		0	Europe/Brussels	50.94247	4.83993		Terheidchoek,Terheidehoek,Terheyde		VLG	VBR	24	24043
2785699	Terheide	terheide	BE		0	Europe/Brussels	50.76667	4.48333		Terheide,Terheiden		VLG	VBR	23	23033
2785701	Terhand	terhand	BE		0	Europe/Brussels	51.01667	3.75				VLG	VOV	44	44043
2785702	Terhand	terhand	BE		0	Europe/Brussels	50.84264	3.05909				VLG	VWV	33	33029
2785711	Tergnée	tergnee	BE		0	Europe/Brussels	50.43526	4.56256		Tergnee,Tergnée		WAL	WHT	52	52018
2785714	Tereken	tereken	BE		0	Europe/Brussels	51.1888	3.73003				VLG	VOV	44	44019
2785715	Tereken	tereken	BE		0	Europe/Brussels	51.15418	4.14853		Terecken,Tereken		VLG	VOV	46	46021
2785716	Tereiken	tereiken	BE		0	Europe/Brussels	50.83066	5.28691				VLG	VLI	73	73009
2785717	Terdonk	terdonk	BE		0	Europe/Brussels	51.14917	3.79499		Terdonck,Terdonk		VLG	VOV	44	44021
2785718	Terdonk	terdonk	BE		0	Europe/Brussels	50.97499	3.4471		Terdonck,Terdonk		VLG	VOV	44	44083
2785719	Ter Donk	ter-donk	BE		0	Europe/Brussels	50.78333	3.55		Ter Donck,Ter Donk		VLG	VOV	45	45060
2785720	Terdellen	terdellen	BE		0	Europe/Brussels	50.75	4.46667		Terdelle,Terdellen		WAL	WBR	25	25050
2785724	Terboekt	terboekt	BE		0	Europe/Brussels	50.94204	5.53451		Terbockt,Terboekt		VLG	VLI	71	71016
2785725	Terblok	terblok	BE		0	Europe/Brussels	50.78111	4.4538		Tenblok,Terblock,Terblok		WAL	WHT		
2785727	Terbert	terbert	BE		0	Europe/Brussels	50.8567	3.95155				VLG	VOV	41	41048
2785729	Terbermen	terbermen	BE		0	Europe/Brussels	50.90559	5.18785				VLG	VLI	71	71024
2785730	Terbeken	terbeken	BE		0	Europe/Brussels	50.76667	3.78333		Terbeeken,Terbeken		WAL	WHT		
2785733	Terbeek	terbeek	BE		0	Europe/Brussels	51.40518	4.66329		Terbeeck,Terbeek		VLG	VAN	11	11053
2785734	Terbeek	terbeek	BE		0	Europe/Brussels	51.10096	4.45223				VLG	VAN	11	11024
2785735	Terbank	terbank	BE		0	Europe/Brussels	50.87339	4.67172				VLG	VBR	24	24062
2785740	Ten Top	ten-top	BE		0	Europe/Brussels	50.7755	4.23471		De Top,Den Top,Ten Top		VLG	VBR	23	23077
2785741	Ten Rijt	ten-rijt	BE		0	Europe/Brussels	51.01667	5.38333				VLG	VLI	72	72039
2785747	Ten Nelleken	ten-nelleken	BE		0	Europe/Brussels	50.821	4.13319		Ten Helleken,Ten Nelleken		VLG	VBR	23	23104
2785748	Tenhove	tenhove	BE		0	Europe/Brussels	50.78333	3.48333				VLG	VWV	34	34003
2785750	Ten Houte	ten-houte	BE		0	Europe/Brussels	50.97934	4.20845				VLG	VBR	23	23052
2785752	Tenhout	tenhout	BE		0	Europe/Brussels	51.02779	5.39763				VLG	VLI	72	72039
2785753	Tenheide	tenheide	BE		0	Europe/Brussels	50.87974	3.42209				VLG	VWV	34	34040
2785754	Ten Ham	ten-ham	BE		0	Europe/Brussels	50.81499	4.14638				VLG	VBR	23	23104
2785755	Ten Haagdorn	ten-haagdorn	BE		0	Europe/Brussels	51.01667	5.4		Haagdorn,Ten Haagdoorn,Ten Haagdorn		VLG	VLI	72	72039
2785757	Ten Eiken	ten-eiken	BE		0	Europe/Brussels	50.72683	5.96717		Ten Eiken,Ten Eycken,Ten Eyeken,Ten Eyken		WAL	WLG	63	63088
2785758	Ten Ede	ten-ede	BE		0	Europe/Brussels	50.95575	3.62202		Eecke-ten-Eede,Ten Ede		VLG	VOV	44	44048
2785759	Ten Ede	ten-ede	BE		0	Europe/Brussels	50.93608	3.67828		Ten Ede,Vurste-ten-Eede		VLG	VOV	44	44020
2785760	Ten Ede	ten-ede	BE		0	Europe/Brussels	50.8399	3.81325		Ten Ede,Ten Eede,Ten Hede		VLG	VOV	41	41081
2785762	Tenderlo	tenderlo	BE		0	Europe/Brussels	51.16667	5.15		Tenderlo,Tenderloo		VLG	VAN	13	13003
2785765	Tenbroek	tenbroek	BE		0	Europe/Brussels	50.87442	4.22803				VLG	VBR	23	23016
2785766	Tenbroek	tenbroek	BE		0	Europe/Brussels	50.7346	4.33511				VLG	VBR	23	23101
2785767	Tenbrielen	tenbrielen	BE		0	Europe/Brussels	50.8	3				VLG	VWV		
2785768	Ten Bos	ten-bos	BE		0	Europe/Brussels	50.83333	3.78333		Ten Bos,Ten Bossche		VLG	VOV	45	45059
2785769	Tenbos	tenbos	BE		0	Europe/Brussels	50.79822	3.76141		Tenbos,Tenbosch		VLG	VOV	45	45059
2785771	Ten Bergen	ten-bergen	BE		0	Europe/Brussels	50.88333	3.75				VLG	VOV	45	45065
2785772	Ten Berge	ten-berge	BE		0	Europe/Brussels	50.78333	3.75				VLG	VOV	45	45059
2785774	Tenberg	tenberg	BE		0	Europe/Brussels	50.89746	4.20745				VLG	VBR	23	23002
2785775	Tenberg	tenberg	BE		0	Europe/Brussels	50.82077	4.05882				VLG	VOV	41	41048
2785776	Tenbeeldeken	tenbeeldeken	BE		0	Europe/Brussels	50.96667	4.06667		Tenbeeldeken,Ter Beeldeken		VLG	VOV	41	41002
2785789	Temme	temme	BE		0	Europe/Brussels	50.43763	5.45791				WAL	WLG	61	61048
2785790	Tembroek	tembroek	BE		0	Europe/Brussels	50.71667	4.08333				VLG	VBR	23	23064
2785798	Teirlink	teirlink	BE		0	Europe/Brussels	50.95	3.68333		Teirlinck,Teirlink		VLG	VOV	44	44020
2785799	Tegen Schuur	tegen-schuur	BE		0	Europe/Brussels	50.96667	5.31667				VLG	VLI	71	71022
2785800	Teerbeek	teerbeek	BE		0	Europe/Brussels	51.05	5.2		Teerbeek,Terbeek		VLG	VLI	71	71004
2785803	Te Berg	te-berg	BE		0	Europe/Brussels	50.71342	5.95141		Berg,Te Berg		WAL	WLG	63	63088
2785804	Tchèton-Bouchi	tcheton-bouchi	BE		0	Europe/Brussels	50.15	5.33333				WAL	WLX	83	83040
2785805	't Broek	t-broek	BE		0	Europe/Brussels	50.78333	4.35				WAL	WHT		
2785808	Taviet	taviet	BE		0	Europe/Brussels	50.26788	5.01795		Taviet		WAL	WNA	91	91034
2785813	Taverneux	taverneux	BE		0	Europe/Brussels	50.14501	5.79494				WAL	WLX	82	82014
2785814	Taverne à Meuse	taverne-a-meuse	BE		0	Europe/Brussels	50.53333	5.28333				WAL	WLG	61	61031
2785817	Tauminerie	tauminerie	BE		0	Europe/Brussels	49.95608	4.52145				WAL	WNA	93	93014
2785818	Tattert	tattert	BE		0	Europe/Brussels	49.71131	5.73716				WAL	WLX	81	81003
2785820	Tasse	tasse	BE		0	Europe/Brussels	50.95	3.16667		Fassche,Tassche,Tassché,Tasse		VLG	VWV	36	36015
2785821	Targnon	targnon	BE		0	Europe/Brussels	50.41238	5.78339		Targnon		WAL	WLG	63	63075
2785824	Taravisée	taravisee	BE		0	Europe/Brussels	50.59522	4.77476				WAL	WNA	92	92142
2785828	Tanton	tanton	BE		0	Europe/Brussels	50.05	5				WAL	WNA	91	91013
2785833	Tangissart	tangissart	BE		0	Europe/Brussels	50.6065	4.53521				WAL	WBR	25	25023
2785838	Tamison	tamison	BE		0	Europe/Brussels	50.1	4.95		Tamisoir,Tamison		WAL	WNA	91	91013
2785841	Tamburin	tamburin	BE		0	Europe/Brussels	50.30494	4.27335		Tambourin,Tamburin		WAL	WHT	56	56078
2785842	Tambour	tambour	BE		0	Europe/Brussels	50.59201	3.93697				WAL	WHT	53	53046
2785844	Tallaart	tallaart	BE		0	Europe/Brussels	51.09879	4.57402		Tallaart,Tallaert		VLG	VAN	12	12021
2785847	Tainière	tainiere	BE		0	Europe/Brussels	49.91667	5.5				WAL	WLX	84	84077
2785849	Taillet	taillet	BE		0	Europe/Brussels	50.16667	5.55				WAL	WLX	83	83031
2785855	Taille Martin	taille-martin	BE		0	Europe/Brussels	50.36667	5.68333				WAL	WLG	63	63075
2785856	Taille Guery	taille-guery	BE		0	Europe/Brussels	50.44944	5.11631				WAL	WNA	92	92097
2785857	Taille Engelée	taille-engelee	BE		0	Europe/Brussels	49.96667	4.45				WAL	WNA	93	93014
2785858	Taille des Bolles	taille-des-bolles	BE		0	Europe/Brussels	50.13333	5.05				WAL	WNA	91	91013
2785859	Taille à l'Auniau	taille-a-l-auniau	BE		0	Europe/Brussels	50.37313	4.49357				WAL	WHT	52	52025
2785860	Tahier	tahier	BE		0	Europe/Brussels	50.42786	5.22043				WAL	WNA	92	92097
2785862	Tacfesse	tacfesse	BE		0	Europe/Brussels	50.29719	4.25188				WAL	WHT	56	56078
2785863	Taaihoek	taaihoek	BE		0	Europe/Brussels	51.24983	5.13023				VLG	VAN	13	13006
2785865	Suzeril	suzeril	BE		0	Europe/Brussels	50.63231	4.56877				WAL	WBR	25	25023
2785868	Sur Zaiteux	sur-zaiteux	BE		0	Europe/Brussels	50.25	5.66667				WAL	WLX	83	83055
2785870	Sur Vii	sur-vii	BE		0	Europe/Brussels	50.16667	5.8				WAL	WLX	82	82014
2785871	Sur Sechiron	sur-sechiron	BE		0	Europe/Brussels	50.08333	5.86667		Sur Sechiron,Sur le Sechiron		WAL	WLX	82	82014
2785872	Sur Rogène	sur-rogene	BE		0	Europe/Brussels	49.58333	5.6				WAL	WLX	85	85045
2785873	Sur le Try	sur-le-try	BE		0	Europe/Brussels	50.43793	5.13128				WAL	WNA	92	92097
2785874	Sur le Thier	sur-le-thier	BE		0	Europe/Brussels	50.58333	5.81667				WAL	WLG	63	63058
2785875	Sur le Thier	sur-le-thier	BE		0	Europe/Brussels	50.48333	5.8				WAL	WLG	63	63076
2785877	Sur les Vas	sur-les-vas	BE		0	Europe/Brussels	50.1717	5.79153				WAL	WLX	82	82014
2785878	Sur les Trixhes	sur-les-trixhes	BE		0	Europe/Brussels	50.52852	5.13666				WAL	WLG	61	61028
2785879	Sur le Stockeu	sur-le-stockeu	BE		0	Europe/Brussels	50.38981	5.93338				WAL	WLG	63	63073
2785880	Sur les Ternes	sur-les-ternes	BE		0	Europe/Brussels	50.48333	4.66667				WAL	WNA	92	92140
2785881	Sur les Sarts	sur-les-sarts	BE		0	Europe/Brussels	50.45798	5.17036				WAL	WNA	92	92097
2785882	Sur les Sarts	sur-les-sarts	BE		0	Europe/Brussels	50.31667	5.88333				WAL	WLX	82	82032
2785884	Sur les Monts	sur-les-monts	BE		0	Europe/Brussels	50.25	5.4				WAL	WLX	83	83028
2785885	Sur les Hys	sur-les-hys	BE		0	Europe/Brussels	50.26667	5.46667		Sur les Hys,Sur-les-Hies		WAL	WLX	83	83028
2785886	Sur les Horlais	sur-les-horlais	BE		0	Europe/Brussels	50.02239	5.30285		So les Horles,So les Horlês,Sur les Horlais		WAL	WLX	84	84059
2785887	Sur les Heids	sur-les-heids	BE		0	Europe/Brussels	50.46667	5.98333				WAL	WLG	63	63073
2785888	Sur les Fys	sur-les-fys	BE		0	Europe/Brussels	50.2	5.08333				WAL	WNA	91	91114
2785889	Sur les Bouchy	sur-les-bouchy	BE		0	Europe/Brussels	50.15584	5.75332				WAL	WLX	82	82014
2785890	Sur les Bois	sur-les-bois	BE		0	Europe/Brussels	50.5983	5.37631				WAL	WLG	64	64065
2785891	Sur le Phy	sur-le-phy	BE		0	Europe/Brussels	50.3	5.05				WAL	WNA	91	91030
2785892	Sur le Mont	sur-le-mont	BE		0	Europe/Brussels	50.57322	5.58526				WAL	WLG	62	62032
2785893	Surlemez	surlemez	BE		0	Europe/Brussels	50.51844	5.11399				WAL	WLG	61	61028
2785894	Sur le Fy	sur-le-fy	BE		0	Europe/Brussels	50.45	5.96667				WAL	WLG	63	63073
2785895	Sur le Combe	sur-le-combe	BE		0	Europe/Brussels	50.23333	5.83333				WAL	WLX	82	82037
2785896	Sur le Chier	sur-le-chier	BE		0	Europe/Brussels	50.25	5.75				WAL	WLX	82	82032
2785897	Sur la Rochette	sur-la-rochette	BE		0	Europe/Brussels	49.83636	5.29978				WAL	WLX	84	84009
2785898	Sur la Haie	sur-la-haie	BE		0	Europe/Brussels	50.25	5.8				WAL	WLX	82	82032
2785899	Surister	surister	BE		0	Europe/Brussels	50.55504	5.934		Surister		WAL	WLG	63	63038
2785904	Sur Gellet	sur-gellet	BE		0	Europe/Brussels	49.86667	5.68333				WAL	WLX	82	82009
2785906	Sure	sure	BE		0	Europe/Brussels	49.90547	5.59702				WAL	WLX	82	82036
2785907	Surdents	surdents	BE		0	Europe/Brussels	50.6	5.9				WAL	WLG	63	63079
2785908	Cortil	cortil	BE		0	Europe/Brussels	50.56329	5.59659				WAL	WLG	62	62032
2785909	Sur Bruyère	sur-bruyere	BE		0	Europe/Brussels	50.46216	5.08511				WAL	WNA	92	92003
2785910	Sur Bemont	sur-bemont	BE		0	Europe/Brussels	50.18333	5.45				WAL	WLX	83	83034
2785913	Suikertoren	suikertoren	BE		0	Europe/Brussels	51.15	4.63333				VLG	VAN	12	12026
2785921	Stul	stul	BE		0	Europe/Brussels	50.6133	6.14385				WAL	WLG	63	63061
2785922	Stuk	stuk	BE		0	Europe/Brussels	50.91667	5.03333		Stuck,Stuk		VLG	VBR	24	24054
2785923	Stuivenberg	stuivenberg	BE		0	Europe/Brussels	51.17185	4.3666				VLG	VAN	11	11002
2785924	Stuivenberg	stuivenberg	BE		0	Europe/Brussels	51.16667	3.18333		Stuivenberg,Stuivenbergh		VLG	VWV	31	31005
2785925	Stuivenberg	stuivenberg	BE		0	Europe/Brussels	51.15319	3.2627		Stuivenberg,Stuivenberge,Stuivenberghe		VLG	VWV	31	31022
2785926	Stuivenberg	stuivenberg	BE		0	Europe/Brussels	51.02748	4.44099				VLG	VAN	12	12025
2785927	Stuivenberg	stuivenberg	BE		0	Europe/Brussels	50.88333	3.76667				VLG	VOV	41	41081
2785928	Stuivenberg	stuivenberg	BE		0	Europe/Brussels	50.86409	3.48712				VLG	VOV	45	45061
2785929	Stuivenberg	stuivenberg	BE		0	Europe/Brussels	50.82533	3.84155				VLG	VOV	45	45063
2785930	Stuivenberg	stuivenberg	BE		0	Europe/Brussels	50.8019	4.11162				VLG	VBR	23	23024
2785933	Stuikberg	stuikberg	BE		0	Europe/Brussels	51.02902	4.30611				VLG	VBR	23	23045
2785935	Struviaux	struviaux	BE		0	Europe/Brussels	50.44481	5.02011				WAL	WNA	92	92054
2785936	Struik	struik	BE		0	Europe/Brussels	50.93845	5.02473		Strijck,Struik		VLG	VBR	24	24008
2785937	Strud	strud	BE		0	Europe/Brussels	50.44805	5.0562				WAL	WNA	92	92054
2785938	Stroppen	stroppen	BE		0	Europe/Brussels	50.74816	4.23857				VLG	VBR	23	23027
2785939	Strop	strop	BE		0	Europe/Brussels	51.03444	3.73153		Strop,Stropwijk		VLG	VOV	44	44021
2785941	Stroomstraat	stroomstraat	BE		0	Europe/Brussels	51.2	3.7				VLG	VOV	43	43002
2785942	Stroomken	stroomken	BE		0	Europe/Brussels	51.06533	3.65342				VLG	VOV	44	44021
2785945	Strooienhaan	strooienhaan	BE		0	Europe/Brussels	51.25	3.1				VLG	VWV	31	31042
2785946	Strooiendorp	strooiendorp	BE		0	Europe/Brussels	51.3	3.21667		Strodorp,Strooiendorp		VLG	VWV	31	31005
2785947	Strooiendorp	strooiendorp	BE		0	Europe/Brussels	51.28255	3.06359				VLG	VWV	35	35029
2785948	Strooibrug	strooibrug	BE		0	Europe/Brussels	51.23494	3.44517		Stroobrug,Stroobrugge,Strooibrug		VLG	VOV	43	43010
2785951	Strokot	strokot	BE		0	Europe/Brussels	51.0603	3.35894		Strokot,Strookot		VLG	VWV	37	37012
2785952	Strivay	strivay	BE		0	Europe/Brussels	50.53438	5.53728				WAL	WLG	62	62121
2785954	Strikken	strikken	BE		0	Europe/Brussels	51.39647	4.86332				VLG	VAN	13	13023
2785959	Strijmeers	strijmeers	BE		0	Europe/Brussels	50.94752	3.91744		Strijmeers,Strijmeersch,Strymeersch		VLG	VOV	41	41063
2785961	Strichon	strichon	BE		0	Europe/Brussels	50.57332	4.55272				WAL	WBR	25	25107
2785965	Streel	streel	BE		0	Europe/Brussels	50.67543	5.39131				WAL	WLG	64	64025
2785971	Strateneinde	strateneinde	BE		0	Europe/Brussels	51.22481	4.76164		Straateneind,Straateneinde,Strateneind,Strateneinde		VLG	VAN	13	13044
2785972	Strateneinde	strateneinde	BE		0	Europe/Brussels	51.18333	4.65		Straateneinde,Strateneinde		VLG	VAN	11	11054
2785973	Strateneinde	strateneinde	BE		0	Europe/Brussels	51.11667	4.85		Straateneinde,Strateneinde		VLG	VAN	13	13049
2785974	Stratendries	stratendries	BE		0	Europe/Brussels	50.80268	3.80671		Straatendries,Stratendries		VLG	VOV	45	45063
2785975	Straten	straten	BE		0	Europe/Brussels	50.78759	5.17573		Straeten,Straten		VLG	VLI	71	71053
2785976	Stratem	stratem	BE		0	Europe/Brussels	51.08621	3.43074		Straathem,Stratem		VLG	VOV	44	44084
2785977	Straté	strate	BE		0	Europe/Brussels	50.88333	3.35				VLG	VWV	34	34040
2785980	Strainchamps	strainchamps	BE		0	Europe/Brussels	49.8804	5.68541				WAL	WLX	82	82009
2785986	Straaleind	straaleind	BE		0	Europe/Brussels	51.26667	5.01667				VLG	VAN	13	13017
2785987	Straal	straal	BE		0	Europe/Brussels	51.13333	5.13333				VLG	VAN	13	13003
2785992	Stoubach	stoubach	BE		0	Europe/Brussels	50.18333	6.15		Stoubach		WAL	WLG	63	63087
2785993	Stotert	stotert	BE		0	Europe/Brussels	51.12886	5.18712		Stootert,Stotert,Stottert		VLG	VAN	13	13003
2785994	Stoquy	stoquy	BE		0	Europe/Brussels	50.62976	3.88023		Stoquy		WAL	WHT	51	51004
2785995	Stoquois	stoquois	BE		0	Europe/Brussels	50.66971	4.09363				WAL	WBR	25	25123
2785996	Stoquoi	stoquoi	BE		0	Europe/Brussels	50.73978	3.80276		Stoquoi,Stoquoy		WAL	WHT	55	55023
2785997	Stoquoi	stoquoi	BE		0	Europe/Brussels	50.67189	3.8914				WAL	WHT	55	55039
2785998	Stoquoi	stoquoi	BE		0	Europe/Brussels	50.66312	3.85466		Stoquoi,Stoquois		WAL	WHT	51	51004
2785999	Stoomtuig	stoomtuig	BE		0	Europe/Brussels	50.98333	3.1		Stoomtuig,Stoontuig		VLG	VWV	36	36006
2786000	Stoofgat	stoofgat	BE		0	Europe/Brussels	51.35	4.26667				VLG	VAN	11	11002
2786002	Stompaarshoek	stompaarshoek	BE		0	Europe/Brussels	51.07111	4.63067		Stompaarshoek,Stompaershoek		VLG	VAN	12	12029
2786004	Stoktevijver	stoktevijver	BE		0	Europe/Brussels	51.14428	3.56428		Stoktevijver,Stoktevyver		VLG	VOV	44	44085
2786005	Stokt	stokt	BE		0	Europe/Brussels	51.32396	4.92514		Stokt,Stokt-a-Heizyde		VLG	VAN	13	13040
2786006	Stokt	stokt	BE		0	Europe/Brussels	51.18927	5.0591				VLG	VAN	13	13025
2786007	Stokt	stokt	BE		0	Europe/Brussels	51.14747	4.97852				VLG	VAN	13	13008
2786008	Stokt	stokt	BE		0	Europe/Brussels	50.73333	3.58333				VLG	VOV	45	45041
2786009	Stokstraat	stokstraat	BE		0	Europe/Brussels	51.06667	4.03333		Stockstraat,Stokstraat		VLG	VOV	42	42028
2786010	Stokstraat	stokstraat	BE		0	Europe/Brussels	50.79946	3.69942				VLG	VOV	45	45064
2786017	Stokeu	stokeu	BE		0	Europe/Brussels	50.46122	5.69312				WAL	WLG	62	62009
2786018	Stokerijhoek	stokerijhoek	BE		0	Europe/Brussels	51.03333	3.23333		Stokerijhoek,Stokeryhoek		VLG	VWV	37	37018
2786019	Stokerij	stokerij	BE		0	Europe/Brussels	50.86667	3.26667				VLG	VWV	34	34023
2786021	Stokay	stokay	BE		0	Europe/Brussels	50.31667	5.58333				WAL	WLX	83	83013
2786022	Stok	stok	BE		0	Europe/Brussels	50.84891	4.99674		Stock,Stok		VLG	VBR	24	24054
2786024	Stoepe	stoepe	BE		0	Europe/Brussels	51.18996	3.75458				VLG	VOV	44	44019
2786025	Stocq	stocq	BE		0	Europe/Brussels	50.66959	3.74411				WAL	WHT	51	51004
2786026	Stockis	stockis	BE		0	Europe/Brussels	50.65231	5.8377				WAL	WLG	63	63089
2786027	Stockis	stockis	BE		0	Europe/Brussels	50.6	5.78333		Stockis,Stokis		WAL	WLG	63	63058
2786028	Stockfontaine	stockfontaine	BE		0	Europe/Brussels	49.53333	5.56667				WAL	WLX	85	85045
2786031	Stockem	stockem	BE		0	Europe/Brussels	50.63155	6.02961				WAL	WLG	63	63023
2786032	Stockem	stockem	BE		0	Europe/Brussels	49.68582	5.76992				WAL	WLX	81	81001
2786033	Stokkel	stokkel	BE		0	Europe/Brussels	50.84156	4.46521		Stockel,Stokkel		BRU	BRU	21	21019
2786034	Stockay	stockay	BE		0	Europe/Brussels	50.58084	5.35626		Stockay,Stokay		WAL	WLG	64	64065
2786036	Stippelberg	stippelberg	BE		0	Europe/Brussels	51.07472	4.85331				VLG	VAN	13	13049
2786037	Stinval	stinval	BE		0	Europe/Brussels	50.53415	5.69782		Stinval		WAL	WLG	62	62100
2786038	Stimont	stimont	BE		0	Europe/Brussels	50.66472	4.57838		Stimont,Stymon		WAL	WBR	25	25121
2786040	Stijlveld	stijlveld	BE		0	Europe/Brussels	50.92241	5.14692				VLG	VLI	71	71024
2786041	Stiers	stiers	BE		0	Europe/Brussels	50.6558	5.31537				WAL	WLG	64	64023
2786042	Stierlinsart	stierlinsart	BE		0	Europe/Brussels	50.38333	4.7				WAL	WNA	92	92048
2786045	Stichelendries	stichelendries	BE		0	Europe/Brussels	50.95735	3.88565				VLG	VOV	41	41034
2786048	Stevensvennen	stevensvennen	BE		0	Europe/Brussels	51.22329	5.22722		Stevensvennen		VLG	VLI	72	72020
2786049	Stevelberg	stevelberg	BE		0	Europe/Brussels	50.73333	3.98333		Steevelberg,Stevelberg		VLG	VBR	23	23023
2786050	Sterrewijk	sterrewijk	BE		0	Europe/Brussels	51.07402	3.42479				VLG	VOV	44	44084
2786051	Sterrekenshoek	sterrekenshoek	BE		0	Europe/Brussels	50.88333	3.23333				VLG	VWV	34	34025
2786052	Sterreken	sterreken	BE		0	Europe/Brussels	51.18333	4.2				VLG	VOV	46	46021
2786057	Sterpigny	sterpigny	BE		0	Europe/Brussels	50.18235	5.87072		Sterpigny		WAL	WLX	82	82037
2786058	Sterpenich	sterpenich	BE		0	Europe/Brussels	49.64766	5.89091		Sterpenich		WAL	WLX	81	81001
2786059	Sternhoven	sternhoven	BE		0	Europe/Brussels	51.34099	4.61976		Sternhoven,Sterthoven		VLG	VAN	11	11009
2786060	Sternekken	sternekken	BE		0	Europe/Brussels	50.96667	4.08333				VLG	VOV	41	41002
2786061	Sterhoek	sterhoek	BE		0	Europe/Brussels	51.18717	4.30516				VLG	VOV	46	46013
2786062	Sterhoek	sterhoek	BE		0	Europe/Brussels	50.81667	3.45				VLG	VWV	34	34002
2786063	Sterhoek	sterhoek	BE		0	Europe/Brussels	50.76667	3.21667				VLG	VWV	34	34022
2786064	Ster	ster	BE		0	Europe/Brussels	50.46084	5.97234		Ster		WAL	WLG	63	63073
2786065	Ster	ster	BE		0	Europe/Brussels	50.39222	5.90047		Ster		WAL	WLG	63	63073
2786066	Ster	ster	BE		0	Europe/Brussels	50.08333	5.81667				WAL	WLX	82	82014
2786068	Stenenstraat	stenenstraat	BE		0	Europe/Brussels	51.21479	4.92192		Steenenstraat,Stenenstraat		VLG	VAN	13	13017
2786069	Stenenstampkot	stenenstampkot	BE		0	Europe/Brussels	50.85	3.18333				VLG	VWV	34	34041
2786071	Stenenmolen	stenenmolen	BE		0	Europe/Brussels	51.06717	4.62501		Steenen Molen,Stenenmolen		VLG	VAN	12	12029
2786074	Stenenbrug	stenenbrug	BE		0	Europe/Brussels	51.14257	3.90267		Steenenbrug,Stenenbrug		VLG	VOV	46	46014
2786075	Stenebrug	stenebrug	BE		0	Europe/Brussels	51.2	4.45		Steenebrug,Stenebrug		VLG	VAN	11	11002
2786076	Stene Brug	stene-brug	BE		0	Europe/Brussels	50.82283	4.04983		Steenebrug,Stene Brug,Stenen Brug		VLG	VOV	41	41048
2786082	Stelingberg	stelingberg	BE		0	Europe/Brussels	50.57758	6.21063				WAL	WLG		
2786084	Stelen	stelen	BE		0	Europe/Brussels	51.12365	4.97563		Steelen,Stelen,Strelen		VLG	VAN	13	13008
2786094	Steinebrück	steinebrueck	BE		0	Europe/Brussels	50.23806	6.18167				WAL	WLG	63	63067
2786095	Steinbach	steinbach	BE		0	Europe/Brussels	50.40418	6.1219		Steinbach		WAL	WLG	63	63080
2786096	Steinbach	steinbach	BE		0	Europe/Brussels	50.14613	5.90273				WAL	WLX	82	82037
2786098	Stéhoux	stehoux	BE		0	Europe/Brussels	50.71325	4.16719				WAL	WBR	25	25105
2786099	Stéhoux	stehoux	BE		0	Europe/Brussels	50.67375	4.20648				WAL	WBR	25	25105
2786100	Stehnen	stehnen	BE		0	Europe/Brussels	49.65837	5.83681		Stehnem,Stehnen		WAL	WLX	81	81001
2786102	Steffeshausen	steffeshausen	BE		0	Europe/Brussels	50.19897	6.15771				WAL	WLG	63	63087
2786105	Steertheuvel	steertheuvel	BE		0	Europe/Brussels	51.41113	4.58835		Staartheuvel,Steertheuvel		VLG	VAN	11	11053
2786106	Steert	steert	BE		0	Europe/Brussels	50.76667	3.23333				VLG	VWV	34	34022
2786107	Steenweg	steenweg	BE		0	Europe/Brussels	51.3	4.78333				VLG	VAN	13	13004
2786108	Steenweg	steenweg	BE		0	Europe/Brussels	51.23333	4.58333				VLG	VAN	11	11039
2786109	Steenweg	steenweg	BE		0	Europe/Brussels	50.95	4.6				VLG	VBR	23	23038
2786112	Steenveld	steenveld	BE		0	Europe/Brussels	50.88333	3.75				VLG	VOV	45	45065
2786114	Steentjen	steentjen	BE		0	Europe/Brussels	51.03511	3.87146				VLG	VOV	42	42010
2786115	Steentjen	steentjen	BE		0	Europe/Brussels	50.96266	4.00986				VLG	VOV	41	41034
2786116	Steenstraat	steenstraat	BE		0	Europe/Brussels	50.91879	2.85481				VLG	VWV	33	33040
2786117	Steenstraat	steenstraat	BE		0	Europe/Brussels	50.88039	4.16628				VLG	VBR	23	23086
2786118	Steensel	steensel	BE		0	Europe/Brussels	50.96515	4.99348				VLG	VBR	24	24134
2786120	Steenrots	steenrots	BE		0	Europe/Brussels	50.88468	4.78632				VLG	VBR	24	24066
2786122	Steenplein	steenplein	BE		0	Europe/Brussels	50.76667	3.76667		Steeneplein,Steenplein		WAL	WHT		
2786126	Steenmolenbrug	steenmolenbrug	BE		0	Europe/Brussels	50.96667	4.48333				VLG	VBR	23	23096
2786127	Steenland	steenland	BE		0	Europe/Brussels	51.25	4.26667				VLG	VOV	46	46003
2786128	Steenkup	steenkup	BE		0	Europe/Brussels	50.68813	4.09668				WAL	WBR	25	25123
2786129	Steenkruis	steenkruis	BE		0	Europe/Brussels	51.2	4.53333		Kruis,Steenkruis,Stenen Kruis		VLG	VAN	11	11052
2786143	Steenhoven	steenhoven	BE		0	Europe/Brussels	51.30568	4.70698		Steenhoven,Steenoven,Sternhoven		VLG	VAN	11	11057
2786145	Steenhout	steenhout	BE		0	Europe/Brussels	50.83333	3.85				VLG	VOV	45	45063
2786147	Steenheuvels	steenheuvels	BE		0	Europe/Brussels	51.01667	4.91667				VLG	VBR	24	24001
2786150	Steenhault	steenhault	BE		0	Europe/Brussels	50.76667	4.03333				VLG	VBR	23	23023
2786151	Steengroeven	steengroeven	BE		0	Europe/Brussels	51.10847	5.14572				VLG	VLI	71	71069
2786156	Steendam	steendam	BE		0	Europe/Brussels	50.96667	3.28333				VLG	VWV	37	37007
2786157	Steenbrugge	steenbrugge	BE		0	Europe/Brussels	51.17675	3.2385		Steenbrugge		VLG	VWV	31	31022
2786158	Steenbrugge	steenbrugge	BE		0	Europe/Brussels	50.85198	3.47011				VLG	VWV	34	34002
2786159	Steenbrugge	steenbrugge	BE		0	Europe/Brussels	50.83383	3.32776				VLG	VWV	34	34013
2786162	Steenbergen	steenbergen	BE		0	Europe/Brussels	51.08159	5.01299				VLG	VAN	13	13053
2786163	Steenbergen	steenbergen	BE		0	Europe/Brussels	50.84587	3.80673				VLG	VOV	41	41081
2786164	Steenberge	steenberge	BE		0	Europe/Brussels	50.95796	3.74092				VLG	VOV	44	44043
2786165	Steenberg	steenberg	BE		0	Europe/Brussels	50.93622	3.8534		Steenberg,Steenweg		VLG	VOV	41	41063
2786166	Steenberg	steenberg	BE		0	Europe/Brussels	50.8934	5.32361				VLG	VLI	73	73001
2786167	Steenberg	steenberg	BE		0	Europe/Brussels	50.82365	4.67206		Steenberg,Steenbergen		VLG	VBR	24	24086
2786168	Steenberg	steenberg	BE		0	Europe/Brussels	50.81474	3.7022				VLG	VOV	45	45062
2786169	Steenberg	steenberg	BE		0	Europe/Brussels	50.8132	3.99381				VLG	VOV	41	41048
2786170	Steenberg	steenberg	BE		0	Europe/Brussels	50.78333	4.1				VLG	VBR	23	23024
2786171	Steenberg	steenberg	BE		0	Europe/Brussels	50.76667	3.76667				WAL	WHT		
2786172	Steenbeke	steenbeke	BE		0	Europe/Brussels	50.89536	3.79777				VLG	VOV	41	41081
2786173	Steenbeekdries	steenbeekdries	BE		0	Europe/Brussels	50.80465	3.61159				VLG	VOV	45	45064
2786179	Steenaarde	steenaarde	BE		0	Europe/Brussels	51.03333	3.68333				VLG	VOV	44	44021
2786180	Steeghoven	steeghoven	BE		0	Europe/Brussels	51.35	4.63333				VLG	VAN	11	11009
2786181	Steeg	steeg	BE		0	Europe/Brussels	51.1703	5.18827		Steeg,Steegh		VLG	VAN	13	13003
2786182	Stée	stee	BE		0	Europe/Brussels	50.32615	5.06867		Stee,Stée		WAL	WNA	91	91030
2786183	Stedeken	stedeken	BE		0	Europe/Brussels	51.25	4.48333				VLG	VAN	11	11040
2786184	Stebbingen	stebbingen	BE		0	Europe/Brussels	50.80701	3.99783				VLG	VOV	41	41048
2786187	Stavelhoekje	stavelhoekje	BE		0	Europe/Brussels	50.93162	2.68904		Stavelehoekje,Stavelhoekje		VLG	VWV	38	38002
2786192	Staumont	staumont	BE		0	Europe/Brussels	50.63333	4.05				WAL	WHT	55	55004
2786193	Statte	statte	BE		0	Europe/Brussels	50.531	5.21945		Huy-Statte,Statte		WAL	WLG	61	61031
2786194	Stasegem	stasegem	BE		0	Europe/Brussels	50.83177	3.31255		Staceghem		VLG	VWV	34	34013
2786195	Star	star	BE		0	Europe/Brussels	51.11667	4.11667				VLG	VOV	42	42023
2786198	Stapelheide	stapelheide	BE		0	Europe/Brussels	51.36398	4.63861		Stapelheide,Stepelheyde		VLG	VAN	11	11009
2786201	Stamprooierbroek	stamprooierbroek	BE		0	Europe/Brussels	51.18333	5.7		Stamproier Broek,Stamprooierbroek,Stamprooyer Broek		VLG	VLI	72	72018
2786202	Stampmolen	stampmolen	BE		0	Europe/Brussels	50.85426	4.14033				VLG	VBR	23	23097
2786203	Stampkot	stampkot	BE		0	Europe/Brussels	50.97509	2.99419				VLG	VWV	36	36019
2786204	Stampershoek	stampershoek	BE		0	Europe/Brussels	51.1	4.23333				VLG	VAN	12	12007
2786205	Stampershoek	stampershoek	BE		0	Europe/Brussels	51.05	4.3		Stampershoek,Stompershoek		VLG	VAN	12	12041
2786210	Stalle	stalle	BE		0	Europe/Brussels	50.79774	4.32531				BRU	BRU	21	21016
2786211	Stalken	stalken	BE		0	Europe/Brussels	50.91921	5.58766				VLG	VLI	71	71067
2786212	Stalijzer	stalijzer	BE		0	Europe/Brussels	50.98126	2.63654		Stalijzer,Stalyzer		VLG	VWV	38	38002
2786213	Stalhillebrug	stalhillebrug	BE		0	Europe/Brussels	51.20432	3.0822		Stalhillebrug,Stalhillebrugge		VLG	VWV	31	31012
2786216	Stalen Heide	stalen-heide	BE		0	Europe/Brussels	51	5.5		Stalen,Stalen Heide		VLG	VLI	71	71016
2786218	Stal	stal	BE		0	Europe/Brussels	51.07732	5.25764		Stal,Stall		VLG	VLI	71	71004
2786219	Stakendijk	stakendijk	BE		0	Europe/Brussels	51.20314	3.32346		Stakendijk,Stakendyk		VLG	VWV	31	31006
2786220	Stadt	stadt	BE		0	Europe/Brussels	50.72934	4.60728				WAL	WBR	25	25112
2786221	Stadt	stadt	BE		0	Europe/Brussels	50.71667	5.93333				WAL	WLG	63	63088
2786222	Stadshoek	stadshoek	BE		0	Europe/Brussels	51.35	4.31667		Stadshoek,Stalshoek		VLG	VAN	11	11002
2786224	Stadenreke	stadenreke	BE		0	Europe/Brussels	50.96978	2.97771				VLG	VWV	36	36019
2786225	Stadenberg	stadenberg	BE		0	Europe/Brussels	50.96178	2.99922				VLG	VWV	36	36019
2786232	Staakte	staakte	BE		0	Europe/Brussels	51.1007	3.95144				VLG	VOV	46	46014
2786233	Staakheuvel	staakheuvel	BE		0	Europe/Brussels	51.40467	4.83952				VLG	VAN	13	13014
2786234	Staak	staak	BE		0	Europe/Brussels	51.21667	3.78333				VLG	VOV	43	43002
2786235	Esquinterie	esquinterie	BE		0	Europe/Brussels	50.63313	3.83998				WAL	WHT	51	51004
2786238	Spurt	spurt	BE		0	Europe/Brussels	51.08333	4.15				VLG	VOV	42	42008
2786239	Spurk	spurk	BE		0	Europe/Brussels	50.8871	5.50394				VLG	VLI	73	73006
2786240	Spruithoek	spruithoek	BE		0	Europe/Brussels	50.96079	4.11914		Spruithoek,Spruythoek		VLG	VOV	41	41002
2786245	Spriete	spriete	BE		0	Europe/Brussels	50.88222	3.36595				VLG	VWV	34	34040
2786246	Spriet	spriet	BE		0	Europe/Brussels	50.92403	2.98694		Spriet,Spriethoek		VLG	VWV	36	36019
2786247	Sprendonk	sprendonk	BE		0	Europe/Brussels	51.13333	3.8		Sprendonck,Sprendonk		VLG	VOV	44	44021
2786250	Spreeuwenhoek	spreeuwenhoek	BE		0	Europe/Brussels	51.00014	4.48774				WAL	WHT		
2786259	Spleet	spleet	BE		0	Europe/Brussels	50.9737	3.58799		Spleet,Splete		VLG	VOV	44	44083
2786260	Spixhe	spixhe	BE		0	Europe/Brussels	50.52112	5.82026				WAL	WLG	63	63076
2786262	Spitaal	spitaal	BE		0	Europe/Brussels	50.87538	3.3864				VLG	VWV	34	34040
2786264	Spinoy	spinoy	BE		0	Europe/Brussels	50.43333	4.41667				WAL	WHT	52	52011
2786267	Spinnekens	spinnekens	BE		0	Europe/Brussels	51	3.23333				VLG	VWV	37	37011
2786268	Spinnekens	spinnekens	BE		0	Europe/Brussels	50.96667	3.15				VLG	VWV	36	36015
2786270	Spinet	spinet	BE		0	Europe/Brussels	49.92477	5.40313		Le Spinet,Spine,Spinet,Spiné		WAL	WLX	84	84077
2786271	Spinele	spinele	BE		0	Europe/Brussels	50.75	3.8		Spineele,Spinele		WAL	WHT	55	55023
2786272	Spinafa	spinafa	BE		0	Europe/Brussels	50.23345	5.65949				WAL	WLX	83	83055
2786274	Spilt	spilt	BE		0	Europe/Brussels	50.9781	4.42019				VLG	VBR	23	23096
2786276	Spikkelenberg	spikkelenberg	BE		0	Europe/Brussels	51.04144	4.61516				VLG	VAN	12	12029
2786277	Spijlaart	spijlaart	BE		0	Europe/Brussels	50.78333	4.58333		Spijlaart,Spijlaert,Spylaert		VLG	VBR	24	24045
2786278	Spieveldstraat	spieveldstraat	BE		0	Europe/Brussels	51.18333	4.13333				VLG	VOV	46	46021
2786279	Spieveldhoek	spieveldhoek	BE		0	Europe/Brussels	51.19068	4.11775				VLG	VOV	46	46021
2786280	Spieringen	spieringen	BE		0	Europe/Brussels	50.75522	4.04316				VLG	VBR	23	23023
2786281	Spiere	spiere	BE		1107	Europe/Brussels	50.7189	3.35626		Espierres,Spiere		VLG	VWV	34	34043
2786285	Spiekelspade	spiekelspade	BE		0	Europe/Brussels	51.1	5.35				VLG	VLI	72	72038
2786287	Spiegelstraat	spiegelstraat	BE		0	Europe/Brussels	51.16543	3.70206				VLG	VOV	44	44019
2786288	Spiegel	spiegel	BE		0	Europe/Brussels	50.94518	3.78745				VLG	VOV	44	44052
2786289	Spidammenbrug	spidammenbrug	BE		0	Europe/Brussels	51.17166	3.77177		Spidammenbrug,Spiedambrug		VLG	VOV	44	44019
2786290	Speurtdries	speurtdries	BE		0	Europe/Brussels	50.96667	3.9				VLG	VOV	41	41034
2786291	Speurdonk	speurdonk	BE		0	Europe/Brussels	51.13405	3.83096		Speurdonck,Speurdonk		VLG	VOV	44	44034
2786294	Spermalie	spermalie	BE		0	Europe/Brussels	51.12111	2.84672		Spermalie		VLG	VWV	35	35011
2786296	Spendenhoek	spendenhoek	BE		0	Europe/Brussels	50.82232	3.81605				VLG	VOV	45	45063
2786297	Spekaarts	spekaarts	BE		0	Europe/Brussels	50.95791	3.99592		Speckaerts,Speekaarts,Spekaarts		VLG	VOV	41	41034
2786302	Speelberg	speelberg	BE		0	Europe/Brussels	50.91321	4.77726				VLG	VBR	24	24043
2786304	Spase	spase	BE		0	Europe/Brussels	50.41683	5.09731				WAL	WNA	92	92054
2786305	Sparmont	sparmont	BE		0	Europe/Brussels	50.4562	5.51268		Sparmont		WAL	WLG	61	61024
2786306	Sparappelhoek	sparappelhoek	BE		0	Europe/Brussels	51.09764	3.07373				VLG	VWV	31	31033
2786307	Spanuit	spanuit	BE		0	Europe/Brussels	50.84048	4.21475				VLG	VBR	23	23016
2786308	Spanjen	spanjen	BE		0	Europe/Brussels	50.78333	3.96667		Spanien,Spanjen		VLG	VOV	41	41018
2786313	Spagnien	spagnien	BE		0	Europe/Brussels	51.03362	4.92372				VLG	VBR	24	24001
2786314	Spaansveer	spaansveer	BE		0	Europe/Brussels	51.15	3.8				VLG	VOV	44	44021
2786315	Spaanskwartier	spaanskwartier	BE		0	Europe/Brussels	51.26496	4.11907		Spaansch-Kwartier,Spaanskwartier		VLG	VOV	46	46020
2786326	Soxhluse	soxhluse	BE		0	Europe/Brussels	50.61667	5.66667				WAL	WLG	62	62015
2786329	Souxhon	souxhon	BE		0	Europe/Brussels	50.60947	5.457		Souhon,Souxhon		WAL	WLG	62	62120
2786332	Souvré	souvre	BE		0	Europe/Brussels	50.73017	5.70284				WAL	WLG	62	62108
2786333	Souverain Wandre	souverain-wandre	BE		0	Europe/Brussels	50.65944	5.653				WAL	WLG	62	62063
2786334	Souverain Pré	souverain-pre	BE		0	Europe/Brussels	50.51629	5.56409				WAL	WLG	62	62032
2786335	Sous les Roches	sous-les-roches	BE		0	Europe/Brussels	50.31834	4.8958				WAL	WNA	91	91141
2786336	Sous le Gros Hies	sous-le-gros-hies	BE		0	Europe/Brussels	50.25121	5.41988				WAL	WLX	83	83028
2786337	Sous le Bois	sous-le-bois	BE		0	Europe/Brussels	50.29553	5.54949				WAL	WLX	83	83013
2786338	Sous l'Abbaye	sous-l-abbaye	BE		0	Europe/Brussels	50.56286	5.65569				WAL	WLG	62	62122
2786339	Sourdeau	sourdeau	BE		0	Europe/Brussels	50.71667	3.61667				WAL	WHT	51	51065
2786348	Soulin	soulin	BE		0	Europe/Brussels	50.38333	5.83333				WAL	WLG	63	63086
2786351	Soudromont	soudromont	BE		0	Europe/Brussels	50.51743	4.26193		Soudremont,Soudromont,Soudroumont		WAL	WHT	52	52063
2786352	Sottenière	sotteniere	BE		0	Europe/Brussels	50.73313	3.77773				WAL	WHT	55	55023
2786353	Sotriamont	sotriamont	BE		0	Europe/Brussels	50.60541	4.32389				WAL	WBR	25	25072
2786354	Sossels	sossels	BE		0	Europe/Brussels	49.6	5.76667				WAL	WLX	81	81015
2786363	Sorfet	sorfet	BE		0	Europe/Brussels	49.81667	5.61667				WAL	WLX	84	84033
2786364	Soreille	soreille	BE		0	Europe/Brussels	50.68633	3.32277		Soreille,Sorel		WAL	WHT	57	57062
2786369	Sonseinde	sonseinde	BE		0	Europe/Brussels	50.90279	3.77255		Leegwormen,Sonseinde		VLG	VOV	41	41081
2786370	Sonnisseheide	sonnisseheide	BE		0	Europe/Brussels	51.05	5.43333		Sonnissche Heide,Sonnisseheide		VLG	VLI	72	72039
2786372	Sonnis	sonnis	BE		0	Europe/Brussels	51.06717	5.41709				VLG	VLI	72	72039
2786374	Sonkeu	sonkeu	BE		0	Europe/Brussels	50.63333	5.75				WAL	WLG	62	62099
2786377	Somville	somville	BE		0	Europe/Brussels	50.67285	4.72686				WAL	WBR	25	25018
2786378	Somtet	somtet	BE		0	Europe/Brussels	50.30405	4.6578				WAL	WNA	92	92087
2786384	Sommerij	sommerij	BE		0	Europe/Brussels	50.75	3.55				VLG	VOV	45	45041
2786386	Sommerain	sommerain	BE		0	Europe/Brussels	50.16079	5.81554				WAL	WLX	82	82014
2786393	Sombeke	sombeke	BE		0	Europe/Brussels	51.11403	4.12481		Sombeke,Zombeke		VLG	VOV	42	42023
2786395	Somal	somal	BE		0	Europe/Brussels	50.32745	5.31881				WAL	WNA	91	91120
2786396	Somagne	somagne	BE		0	Europe/Brussels	50.37459	5.93361		Somagne		WAL	WLG	63	63073
2786397	Solwaster	solwaster	BE		0	Europe/Brussels	50.52374	5.96463		Solwaster		WAL	WLG	63	63038
2786404	Sol Prangeleux	sol-prangeleux	BE		0	Europe/Brussels	50.36667	5.58333				WAL	WLX	83	83012
2786406	Sollemberg	sollemberg	BE		0	Europe/Brussels	50.75409	4.28418				VLG	VBR	23	23003
2786407	Solières	solieres	BE		0	Europe/Brussels	50.48876	5.18433		Solieres,Solières		WAL	WLG	61	61031
2786408	Solhof	solhof	BE		0	Europe/Brussels	51.13333	4.4				VLG	VAN	11	11001
2786409	Solhez	solhez	BE		0	Europe/Brussels	50.26667	5.45				WAL	WLX	83	83028
2786410	Solheide	solheide	BE		0	Europe/Brussels	50.73473	4.29543				VLG	VBR	23	23003
2786413	Sol Brouire	sol-brouire	BE		0	Europe/Brussels	50.08333	5.73333				WAL	WLX	82	82003
2786414	Solbreucq	solbreucq	BE		0	Europe/Brussels	50.74058	3.80778				WAL	WHT	55	55023
2786429	Sohan	sohan	BE		0	Europe/Brussels	50.55	5.81667				WAL	WLG	63	63076
2786432	Soetebeek	soetebeek	BE		0	Europe/Brussels	51.11655	5.55321				VLG	VLI	72	72042
2786433	Soeret	soeret	BE		0	Europe/Brussels	50.16667	5.6		Soeret,Souret		WAL	WLX	83	83031
2786436	Snikberg	snikberg	BE		0	Europe/Brussels	50.85	4.23333				VLG	VBR	23	23016
2786439	Sneppelaar	sneppelaar	BE		0	Europe/Brussels	51.02199	4.27753		Sneppelaar,Sneppelaer		VLG	VBR	23	23045
2786441	Snepken	snepken	BE		0	Europe/Brussels	51.07064	4.87671				VLG	VAN	13	13013
2786442	Snephoek	snephoek	BE		0	Europe/Brussels	50.86667	3.21667				VLG	VWV	34	34022
2786443	Snephoek	snephoek	BE		0	Europe/Brussels	50.85	3.35				VLG	VWV	34	34009
2786449	Snauwenberg	snauwenberg	BE		0	Europe/Brussels	50.76667	5.76667				WAL	WLG		
2786450	Snamont	snamont	BE		0	Europe/Brussels	50.31667	5.75				WAL	WLG	63	63045
2786451	Snaaskerkepolder	snaaskerkepolder	BE		0	Europe/Brussels	51.18333	2.9		Snaaskerkepolder,Snaaskerksepolder		VLG	VWV	35	35011
2786457	Smoutpot	smoutpot	BE		0	Europe/Brussels	51.22636	4.30151				VLG	VAN	11	11056
2786459	Smoorken	smoorken	BE		0	Europe/Brussels	50.88333	3.41667				VLG	VWV	34	34040
2786461	Smohain	smohain	BE		0	Europe/Brussels	50.68333	4.45				WAL	WBR	25	25119
2786462	Smissestraat	smissestraat	BE		0	Europe/Brussels	50.98333	4.25				VLG	VBR	23	23045
2786463	Smissenhoek	smissenhoek	BE		0	Europe/Brussels	50.84293	3.81976				VLG	VOV	41	41081
2786464	Smissen	smissen	BE		0	Europe/Brussels	51.04597	4.22477				VLG	VAN	12	12041
2786465	Smisse	smisse	BE		0	Europe/Brussels	50.99551	2.91854		Clercken Smisse,Smisse		VLG	VWV	32	32006
2786466	Smishoek	smishoek	BE		0	Europe/Brussels	51.257	4.1507				VLG	VOV	46	46020
2786467	Smeyers Marcq	smeyers-marcq	BE		0	Europe/Brussels	50.70825	4.01705		Smeyers Marcq,Smijersmark		WAL	WHT		
2786471	Smessenbroek	smessenbroek	BE		0	Europe/Brussels	50.94536	3.81649				VLG	VOV	44	44052
2786472	Smesken	smesken	BE		0	Europe/Brussels	51.13333	4.18333				VLG	VOV	46	46025
2786473	Smeistraat	smeistraat	BE		0	Europe/Brussels	50.81667	3.73333		Smeistraat,Smisstraat		VLG	VOV	45	45059
2786474	Smeisberg	smeisberg	BE		0	Europe/Brussels	50.78333	4.6				VLG	VBR	24	24045
2786475	Smeir	smeir	BE		0	Europe/Brussels	50.81667	3.5		Smeier,Smeir		VLG	VWV	34	34002
2786476	Smeiberg	smeiberg	BE		0	Europe/Brussels	50.77235	4.48071		Smeiberg,Smeyberg		VLG	VBR	23	23033
2786477	Smeermaas	smeermaas	BE		0	Europe/Brussels	50.88476	5.67345		Smeermaas,Smeermaus		VLG	VLI	73	73042
2786481	Smallenheirweg	smallenheirweg	BE		0	Europe/Brussels	51.08821	3.80503				VLG	VOV	44	44034
2786482	Slyfays	slyfays	BE		0	Europe/Brussels	49.86667	5.15		Slyfahy,Slyfays		WAL	WLX	84	84050
2786487	Sluisken	sluisken	BE		0	Europe/Brussels	51	3.13333		Sluinsken,Sluisken		VLG	VWV	36	36006
2786488	Sluis	sluis	BE		0	Europe/Brussels	51.25	4.2				VLG	VOV	46	46003
2786489	Sluis	sluis	BE		0	Europe/Brussels	51.21172	5.13476		Sluis,Sluys		VLG	VAN	13	13025
2786490	Sluis	sluis	BE		0	Europe/Brussels	51.11667	4.21667				VLG	VAN	12	12007
2786491	Sluis	sluis	BE		0	Europe/Brussels	51.01961	3.98596				VLG	VOV	42	42003
2786492	Sluis	sluis	BE		0	Europe/Brussels	50.9549	3.65527		't Sluis,Sluis		VLG	VOV	44	44020
2786493	Sluipe	sluipe	BE		0	Europe/Brussels	50.78333	3.56667				VLG	VOV	45	45060
2786494	Slozen	slozen	BE		0	Europe/Brussels	50.98333	4.3		Sloosen,Slozen		VLG	VBR	23	23050
2786495	Slotendries	slotendries	BE		0	Europe/Brussels	51.08211	3.76006		Slootendries,Slootendriesch,Slotendries		VLG	VOV	44	44021
2786496	Slot	slot	BE		0	Europe/Brussels	51.01667	3.95				VLG	VOV	42	42003
2786501	Slijpstraat	slijpstraat	BE		0	Europe/Brussels	51.1	4.03333				VLG	VOV	42	42023
2786502	Slijpstraat	slijpstraat	BE		0	Europe/Brussels	50.85	3.76667				VLG	VOV	41	41081
2786503	Slijpskappelle	slijpskappelle	BE		0	Europe/Brussels	50.86717	3.08847		Slijpskappelle,Sluyps-Kappelle,Slypskappelle,Slyskapelle		VLG	VWV	36	36012
2786504	Slijpshoek	slijpshoek	BE		0	Europe/Brussels	50.86902	3.09847		Slijphoek,Slijpshoek,Slypshoek		VLG	VWV	36	36010
2786506	Slijpebrug	slijpebrug	BE		0	Europe/Brussels	51.16433	2.83125		Slijpebrug,Slypebrug		VLG	VWV	35	35011
2786510	Slijndonk	slijndonk	BE		0	Europe/Brussels	51.06667	3.6		Slijndonck,Slijndonk,Slindonck,Slyndonck		VLG	VOV	44	44083
2786511	Slijkhoek	slijkhoek	BE		0	Europe/Brussels	51.20382	4.33668				VLG	VAN	11	11056
2786512	Slijkhoek	slijkhoek	BE		0	Europe/Brussels	51.16667	4.41667		Slijkhoek,Slykhoek		VLG	VAN	11	11013
2786513	Slettem	slettem	BE		0	Europe/Brussels	50.85255	3.96017				VLG	VOV	41	41048
2786514	Slekkehoeve	slekkehoeve	BE		0	Europe/Brussels	51.1	4.45		Slekkehoeve,Slekkenhoef,Stekkenhoeve		VLG	VAN	11	11037
2786515	Sleihage	sleihage	BE		0	Europe/Brussels	50.96171	3.05248		Sleihage,Sleijhage,Sleyhaegehoek		VLG	VWV	36	36006
2786518	Sleiberg	sleiberg	BE		0	Europe/Brussels	50.74594	5.41355		Sleiberg,Sleyberg		VLG	VLI	73	73083
2786519	Sleewagen	sleewagen	BE		0	Europe/Brussels	51.03945	3.68505				VLG	VOV	44	44021
2786520	Sleeuwhagen	sleeuwhagen	BE		0	Europe/Brussels	50.94201	4.21882				VLG	VBR	23	23002
2786521	Sledderlo	sledderlo	BE		0	Europe/Brussels	50.93363	5.52359		Sledderlo,Sledderloo		VLG	VLI	71	71016
2786522	Slarrin	slarrin	BE		0	Europe/Brussels	51.05	3.06667				VLG	VWV	31	31033
2786526	Skeuvre	skeuvre	BE		0	Europe/Brussels	50.34376	5.08976				WAL	WNA	91	91059
2786527	Six Planes	six-planes	BE		0	Europe/Brussels	49.8806	4.97145				WAL	WNA	91	91015
2786528	Six Maisons	six-maisons	BE		0	Europe/Brussels	50.70532	4.40947				WAL	WBR	25	25110
2786532	Sitter	sitter	BE		0	Europe/Brussels	50.90061	4.23464		Sitter,Zittert		VLG	VBR	23	23002
2786533	Sitsingen	sitsingen	BE		0	Europe/Brussels	50.85545	5.43386				VLG	VLI	73	73040
2786535	Siroue	siroue	BE		0	Europe/Brussels	50.2	5.56667				WAL	WLX	83	83031
2786536	Sirieux	sirieux	BE		0	Europe/Brussels	50.52663	4.06056				WAL	WHT	55	55040
2786541	Siom	siom	BE		0	Europe/Brussels	50.01667	5.48333				WAL	WLX	84	84077
2786542	Sint-Verone	sint-verone	BE		0	Europe/Brussels	50.85533	4.60379		Sainte Veronique,Sainte Véronique,Sainte-Verone,Sint-Verone,Sint-Vrone,Sinte-Vrone		VLG	VBR	24	24009
2786550	Sint-Sixtus	sint-sixtus	BE		0	Europe/Brussels	50.89518	2.72181		Sint Sixte,Sint-Sixtus		VLG	VWV	33	33041
2786551	Sint-Rochus	sint-rochus	BE		0	Europe/Brussels	50.89122	3.8889		Sint-Roch,Sint-Rochus		VLG	VOV	41	41027
2786554	Sint-Pieters Veld	sint-pieters-veld	BE		0	Europe/Brussels	51.09552	3.34188				VLG	VOV	44	44084
2786555	Sint-Pieters ten Berge	sint-pieters-ten-berge	BE		0	Europe/Brussels	50.88202	3.73558		Saint Pieters-ten-Bergen,Sint-Pieters ten Berge,Sint-Pieters ten Bergen		VLG	VOV	45	45065
2786558	Sint-Pieters op de Dijk	sint-pieters-op-de-dijk	BE		0	Europe/Brussels	51.22307	3.20807		Saint Pierre,Saint Pierre-sur-la-Digue,Sint Pieters,Sint-Pieters op de Dijk,Sint-Pieters-Dyk		VLG	VWV	31	31005
2786561	Sint-Pietersknok	sint-pietersknok	BE		0	Europe/Brussels	50.89893	3.30899				VLG	VWV	34	34013
2786566	Sint-Pieterskapel	sint-pieterskapel	BE		0	Europe/Brussels	51.26464	5.07625		Sint Peeterskapel,Sint-Peterskapel,Sint-Pieterskapel		VLG	VAN	13	13036
2786567	Sint-Pieters	sint-pieters	BE		0	Europe/Brussels	50.99985	2.89323		Sint-Pieters,Sint-Pieters-Cappelle		VLG	VWV	32	32006
2786568	Sint-Pieter	sint-pieter	BE		0	Europe/Brussels	50.87445	3.11221				VLG	VWV	36	36010
2786572	Sint-Paulus	sint-paulus	BE		0	Europe/Brussels	50.75422	3.94055		Saint-Paul,Sint-Paulus,Sint-Pauwels		VLG	VBR	23	23023
2786575	Sint-Onolfs-Dijk	sint-onolfs-dijk	BE		0	Europe/Brussels	51.04876	4.07667		Sint-Onolfs,Sint-Onolfs-Dijk		VLG	VOV	42	42006
2786583	Sint-Martens-Voeren	sint-martens-voeren	BE		817	Europe/Brussels	50.74846	5.81288		Fouron-Saint-Martin,Fourons (Fouron-Saint-Martin),Sint-Martens-Voeren,Voeren (Sint-Martens-Voeren)		VLG	VLI	73	73109
2786597	Sint-Martensberg	sint-martensberg	BE		0	Europe/Brussels	50.86667	4.83333		Mont-Saint-Martin,Sint-Martensberg,Sint-Martinusberg		VLG	VBR	24	24066
2786598	Sint-Martensberg	sint-martensberg	BE		0	Europe/Brussels	50.86667	4.75		Sint-Martensberg,Sint-Martinusberg		VLG	VBR	24	24011
2786599	Sint-Martens	sint-martens	BE		1414	Europe/Brussels	50.83889	4.92436		Saint Martinus,Sint-Martens,Vissenaeken-Saint Martin,Vissenaken Sint Martin		VLG	VBR	24	24107
2786600	Sint-Marten	sint-marten	BE		0	Europe/Brussels	50.93068	4.9078		Sint-Marten,Sint-Martin,Thielt-Sint-Marten,Thielt-Sint-Martin		VLG	VBR	24	24135
2786609	Sint-Mariaburg	sint-mariaburg	BE		0	Europe/Brussels	51.29413	4.43933		Mariaburg,Sainte-Mariaburg,Sainte-Marieburg,Sint-Mariaburg		VLG	VAN	11	11002
2786784	Siberg	siberg	BE		0	Europe/Brussels	50.81304	5.57477				VLG	VLI	73	73066
2786615	Sint-Lodewijk	sint-lodewijk	BE		0	Europe/Brussels	50.82241	3.37231		Saint Louis,Sint-Lodewijk		VLG	VWV	34	34009
2786620	Sint-Leonardus Lint	sint-leonardus-lint	BE		0	Europe/Brussels	51.12787	4.38836				VLG	VAN	11	11037
2786621	Sint-Leonardus	sint-leonardus	BE		0	Europe/Brussels	50.76325	3.99359		Saint-Leonard,Saint-Léonard,Sint-Leenaart,Sint-Leonardus		VLG	VBR	23	23023
2786643	Sint-Katelijne Houtem	sint-katelijne-houtem	BE		0	Europe/Brussels	50.78476	4.86866		Hautem-Sainte Catherine,Hauthem-Sainte-Catherine,Sint-Katelijne Houtem		VLG	VBR	24	24041
2786644	Sint-Katelijne	sint-katelijne	BE		0	Europe/Brussels	51.25	3.3		Sainte-Catherine,Sint-Katelijne		VLG	VWV	31	31006
2786645	Sint-Katarina Kapel	sint-katarina-kapel	BE		0	Europe/Brussels	50.87188	3.24061		Cappelle Sainte Kateriene,Cappelle-Sainte Catherine,Sint-Katarina Kapel,Sint-Katelijne-Kapelle		VLG	VWV	34	34023
2786646	Sint-Juliaan	sint-juliaan	BE		0	Europe/Brussels	50.89026	2.93712		Saint-Julien,Sint-Juliaan		VLG	VWV	33	33040
2786647	Sint-Jozef-Olen	sint-jozef-olen	BE		0	Europe/Brussels	51.18355	4.90462		Sint-Jozef-Olen,Sint-Jozef-Oolen		VLG	VAN	13	13029
2786648	Sint-Jozef	sint-jozef	BE		0	Europe/Brussels	51.03189	4.29374		Saint-Joseph,Sint-Jozef		VLG	VBR	23	23045
2786661	Sint-Job	sint-job	BE		0	Europe/Brussels	50.93279	4.02939		Saint-Job,Sint-Job		VLG	VOV	41	41002
2786662	Sint-Jan ter Biezen	sint-jan-ter-biezen	BE		0	Europe/Brussels	50.85974	2.66635		Sint-Jan ter Biezen,Sint-Jans ter Biezen		VLG	VWV	33	33021
2786663	Sint-Janswijk	sint-janswijk	BE		0	Europe/Brussels	50.92605	3.63638		Sint Janswyk,Sint-Janswijk		VLG	VOV	44	44020
2786669	Sint-Jans Goed	sint-jans-goed	BE		0	Europe/Brussels	51.2	3.55				VLG	VOV	43	43005
2786674	Sint-Jan-op-den-Dijk	sint-jan-op-den-dijk	BE		0	Europe/Brussels	51.28631	3.13978		Sint-Jan-op-den-Dijk,Sint-Jans op den Dijk		VLG	VWV	31	31004
2786677	Sint-Jan Hagebaart	sint-jan-hagebaart	BE		0	Europe/Brussels	50.85	2.73333		Hagebaart,Hagebaert Sint-Jean,Sint-Jan Hagebaart		VLG	VWV	33	33021
2786684	Sint-Idesbald	sint-idesbald	BE		0	Europe/Brussels	51.11067	2.61146		Saint Idesbalde,Sint-Idesbald		VLG	VWV	38	38014
2786689	Sint-Hubertushoek	sint-hubertushoek	BE		0	Europe/Brussels	50.81667	2.8				VLG	VWV	33	33011
2786690	Sint-Hubertus	sint-hubertus	BE		0	Europe/Brussels	51.08333	3.21667		Saint-Hubert,Sint-Hubertus		VLG	VWV	31	31022
2786902	Sclage	sclage	BE		0	Europe/Brussels	50.63267	4.51404				WAL	WBR	25	25031
2786691	Sint-Hubertus	sint-hubertus	BE		0	Europe/Brussels	50.96162	3.51422		Saint-Hubert,Sint-Hubertus		VLG	VOV	44	44083
2786697	Sint-Gillis-bij-Dendermonde	sint-gillis-bij-dendermonde	BE		12953	Europe/Brussels	51.01905	4.11146		Saint-Gilles-lez-Termonde,Sint Gillis,Sint-Gillis-bij-Dendermonde		VLG	VOV	42	42006
2786699	Sint-Gertruide Pede	sint-gertruide-pede	BE		0	Europe/Brussels	50.82734	4.2125		Pede-Sainte-Gertrude,Sint-Gertrudis-Pede,Sint-Gertruide Pede		VLG	VBR	23	23016
2786700	Sint-Genesius-Rode	sint-genesius-rode	BE		17990	Europe/Brussels	50.74645	4.35754		Rhode-Saint-Genese,Rhode-Saint-Genèse,Sint-Genesius-Rode		VLG	VBR	23	23101
2786702	Sint-Geertruidendries	sint-geertruidendries	BE		0	Europe/Brussels	50.88898	4.87677		Sainte-Gertruidendries,Sint-Geertruidendries,Sint-Geertruiendries,Sint-Gertruidendries		VLG	VBR	24	24135
2786704	Sint-Eucharis	sint-eucharis	BE		0	Europe/Brussels	50.85	4.11667		Sint-Euchaire,Sint-Eucharis,Sint-Eucharius		VLG	VBR	23	23097
2786709	Sint-Eloois	sint-eloois	BE		0	Europe/Brussels	50.81049	2.89147				VLG	VWV	33	33011
2786712	Sint-Dimfna	sint-dimfna	BE		0	Europe/Brussels	51.16327	5.01207		Sainte Dymphne,Sint-Dimfna,Sint-Dimfnakapel,Sint-Dymphna		VLG	VAN	13	13008
2786719	Sint-Brixuis-Rode	sint-brixuis-rode	BE		0	Europe/Brussels	50.9567	4.32793		Rhode-Saint-Brice,Rhode-Saint-Brixhe,Sint-Brixuis-Rode		VLG	VBR	23	23050
2786722	Sint-Bernard	sint-bernard	BE		0	Europe/Brussels	51.13333	4.33333		Saint-Bernard,Sint-Bernard,Sint-Bernardus		VLG	VAN	11	11018
2786726	Sint-Antoniushoek	sint-antoniushoek	BE		0	Europe/Brussels	51.28333	4.25				VLG	VOV	46	46003
2786727	Sint-Antoniusberg	sint-antoniusberg	BE		0	Europe/Brussels	50.86667	5.61667		Op Sint-Antonius Berg,Sint-Antoniusberg		VLG	VLI	73	73042
2786728	Sint-Antonius	sint-antonius	BE		5000	Europe/Brussels	51.26667	4.63861		Saint-Antoine,Sint-Antonius		VLG	VAN	11	11055
2786733	Sint-Anna Pede	sint-anna-pede	BE		0	Europe/Brussels	50.83272	4.23077		Pede-Sainte-Anne,Sint-Anna Pede		VLG	VBR	23	23016
2786735	Sint-Anna	sint-anna	BE		0	Europe/Brussels	51.21667	4.38333		Sainte-Anne,Sint-Anna		VLG	VAN	11	11002
2786736	Sint-Anna	sint-anna	BE		0	Europe/Brussels	51.09559	4.08836		Sainte Anna-Dries,Sint-Anna		VLG	VOV	42	42008
2786737	Sint-Anna	sint-anna	BE		0	Europe/Brussels	50.79154	3.24961		Sainte-Anne,Sint-Anna		VLG	VWV	34	34022
2786742	Sint-Amands Wijk	sint-amands-wijk	BE		0	Europe/Brussels	50.93333	3.68333				VLG	VOV	44	44020
2786752	Sint-Adriaan	sint-adriaan	BE		0	Europe/Brussels	50.98111	4.62009		Sint-Adriaan,Sint-Adriaen		VLG	VBR	24	24033
2786753	Sinsin la Petite	sinsin-la-petite	BE		0	Europe/Brussels	50.27637	5.266				WAL	WNA	91	91120
2786754	Sinsin la Grande	sinsin-la-grande	BE		0	Europe/Brussels	50.27031	5.24842				WAL	WNA	91	91120
2786757	Singelberg	singelberg	BE		0	Europe/Brussels	51.23466	4.242				VLG	VOV	46	46003
2786759	Singelbeek	singelbeek	BE		0	Europe/Brussels	50.92088	5.35524				VLG	VLI	71	71022
2786760	Singel	singel	BE		0	Europe/Brussels	51.1735	3.65991		Sijngel,Singel,Syngel		VLG	VOV	43	43007
2786761	Since Jean Gerot	since-jean-gerot	BE		0	Europe/Brussels	49.96667	5.13333		Cinse-Jean-Gerot,Since Jean Gerot		WAL	WLX	84	84050
2786762	Sinaai	sinaai	BE		6319	Europe/Brussels	51.15789	4.04087		Sinaai,Sinaai-Waas,Sinay		VLG	VOV	46	46021
2786764	Sin	sin	BE		0	Europe/Brussels	50.51693	3.43624				WAL	WHT	57	57093
2786766	Simoenenhoek	simoenenhoek	BE		0	Europe/Brussels	50.81667	3.91667				VLG	VOV	41	41018
2786767	Silsburg	silsburg	BE		0	Europe/Brussels	51.20285	4.47753				VLG	VAN	11	11007
2786775	Sijslo	sijslo	BE		0	Europe/Brussels	51.10057	3.18808		Sijslo,Sijsloo,Sysloo		VLG	VWV	31	31022
2786776	Sijseleveld	sijseleveld	BE		0	Europe/Brussels	51.21148	3.31202		Sijseleveld,Sysseeleveld		VLG	VWV	31	31006
2786780	Siesegem	siesegem	BE		0	Europe/Brussels	50.93333	4.01667				VLG	VOV	41	41002
2786791	's Heerwillemskapelle	s-heerwillemskapelle	BE		0	Europe/Brussels	51.06898	2.7535		's Heerwillems-Cappelle,'s Heerwillemskapelle		VLG	VWV	38	38025
2786794	's Gravenstafel	s-gravenstafel	BE		0	Europe/Brussels	50.89304	2.98533		's Gravenstafel,'s Gravenstaffel		VLG	VWV	33	33037
2786795	's Graven Kerselaar	s-graven-kerselaar	BE		0	Europe/Brussels	50.9	3.98333				VLG	VOV	41	41024
2786796	's Gravenjansdijk	s-gravenjansdijk	BE		0	Europe/Brussels	51.25	3.63333		's Gravenjansdijk,'s Gravenjansdyk		VLG	VOV	43	43002
2786799	Sevry	sevry	BE		0	Europe/Brussels	50.09124	4.92514				WAL	WNA	91	91013
2786801	Séviscourt	seviscourt	BE		0	Europe/Brussels	49.95676	5.41389		Sevescour,Seviscourt,Séviscourt		WAL	WLX	84	84077
2786802	Seveneiken	seveneiken	BE		0	Europe/Brussels	50.58996	6.08115		Seveneiken,Sevenheiken		WAL	WLG	63	63004
2786804	Setz	setz	BE		0	Europe/Brussels	50.27734	6.21123		Setz		WAL	WLG	63	63067
2786805	Sesselich	sesselich	BE		0	Europe/Brussels	49.65879	5.79882		Sesselich,Sesselig		WAL	WLX	81	81001
2786813	Serpont	serpont	BE		0	Europe/Brussels	49.93675	5.35064				WAL	WLX	84	84077
2786814	Serpenthoek	serpenthoek	BE		0	Europe/Brussels	50.99607	2.87474				VLG	VWV	32	32003
2786816	Seron	seron	BE		0	Europe/Brussels	50.58781	5.00555				WAL	WNA	92	92138
2786820	Sérezé	sereze	BE		0	Europe/Brussels	50.64156	5.85682		Sereze,Seroze,Serozé,Sérezé		WAL	WLG	63	63089
2786821	Seressia	seressia	BE		0	Europe/Brussels	50.58181	5.01568		Seressia,Serressia		WAL	WNA	92	92138
2786828	Septroux	septroux	BE		0	Europe/Brussels	50.47363	5.65303		Septroux		WAL	WLG	62	62009
2786833	Sept Fontaines	sept-fontaines	BE		0	Europe/Brussels	50.71667	4.31667				WAL	WBR	25	25014
2786835	Sept	sept	BE		0	Europe/Brussels	51.26667	4.78333				VLG	VAN	13	13019
2786837	Senzeille	senzeille	BE		823	Europe/Brussels	50.17672	4.46477		Senzeille		WAL	WNA	93	93010
2786842	Sentier	sentier	BE		0	Europe/Brussels	50.55321	3.29418				WAL	WHT	57	57072
2786845	Senselberg	senselberg	BE		0	Europe/Brussels	50.84598	5.22401				VLG	VLI	71	71053
2786846	Senonchamps	senonchamps	BE		0	Europe/Brussels	50.00079	5.65856				WAL	WLX	82	82003
2786848	Sennegat	sennegat	BE		0	Europe/Brussels	51.06185	4.43506				VLG	VAN	12	12025
2786849	Senennes	senennes	BE		0	Europe/Brussels	50.3	4.88333				WAL	WNA	91	91005
2786850	Senenne	senenne	BE		0	Europe/Brussels	50.31927	5.02633				WAL	WNA	91	91030
2786854	Sendrogne	sendrogne	BE		0	Europe/Brussels	50.52456	5.68381		Sendrogne		WAL	WLG	62	62100
2786855	Sempst	sempst	BE		0	Europe/Brussels	50.86475	4.17412				VLG	VBR	23	23086
2786862	Semenil	semenil	BE		0	Europe/Brussels	50.71193	3.65259				WAL	WHT	51	51017
2786864	Semel	semel	BE		0	Europe/Brussels	49.86376	5.42729		Semel,Semet		WAL	WLX	84	84043
2786869	Selassin	selassin	BE		0	Europe/Brussels	49.99641	5.0423				WAL	WLX	84	84016
2786872	Seishoek	seishoek	BE		0	Europe/Brussels	51.03333	3.46667		Seishoek,Seyshoek		VLG	VOV	44	44084
2786877	Seggen	seggen	BE		0	Europe/Brussels	51.2	4.93333				VLG	VAN	13	13008
2786878	Sedoz	sedoz	BE		0	Europe/Brussels	50.46564	5.74187				WAL	WLG	62	62009
2786879	Secrée	secree	BE		0	Europe/Brussels	50.61096	3.98915				WAL	WHT	55	55040
2786880	Sécheval	secheval	BE		0	Europe/Brussels	50.49083	5.71976		Secheval,Sécheval		WAL	WLG	62	62009
2786881	Sechery	sechery	BE		0	Europe/Brussels	50.01136	5.14729				WAL	WLX	84	84035
2786885	Scry	scry	BE		0	Europe/Brussels	50.49934	5.37395				WAL	WLG	61	61081
2786886	Scry	scry	BE		0	Europe/Brussels	50.33039	4.64569				WAL	WNA	92	92087
2786888	Scoville	scoville	BE		0	Europe/Brussels	50.3253	5.18623				WAL	WNA	91	91059
2786889	Scourseau	scourseau	BE		0	Europe/Brussels	50.34205	4.88278				WAL	WNA	91	91141
2786890	Scourmont	scourmont	BE		0	Europe/Brussels	49.98333	4.35				WAL	WHT	56	56016
2786891	Scoupignies	scoupignies	BE		0	Europe/Brussels	50.69734	3.73937				WAL	WHT	51	51017
2786892	Scoumont	scoumont	BE		0	Europe/Brussels	50.54396	4.31132				WAL	WHT	52	52055
2786895	Sclimpré	sclimpre	BE		0	Europe/Brussels	50.76353	4.81459				WAL	WBR	25	25005
2786897	Sclessin	sclessin	BE		0	Europe/Brussels	50.60933	5.53642				WAL	WLG	62	62063
2786901	Sclaigneaux	sclaigneaux	BE		0	Europe/Brussels	50.49305	5.02223		Sclaigneaux		WAL	WNA	92	92003
2786905	Schwarzenvenn	schwarzenvenn	BE		0	Europe/Brussels	50.34763	6.11937		Schwarzenfeim,Schwarzenvenn		WAL	WLG	63	63001
2786906	Schwarzenberg	schwarzenberg	BE		0	Europe/Brussels	50.71751	5.94395		Schwarzenberg,Swarteberg,Zwarteberg		WAL	WLG	63	63088
2786908	Schuurhoven	schuurhoven	BE		0	Europe/Brussels	51.31409	4.68395				VLG	VAN	11	11057
2786909	Schuurbroek	schuurbroek	BE		0	Europe/Brussels	50.94024	3.82445				VLG	VOV	44	44052
2786910	Schutterveld	schutterveld	BE		0	Europe/Brussels	50.982	4.93535				VLG	VBR	24	24134
2786912	Schulensbroek	schulensbroek	BE		0	Europe/Brussels	50.96667	5.16667		Schuelens Broek,Schulensbroek		VLG	VLI	71	71024
2786915	Schuiterstraat	schuiterstraat	BE		0	Europe/Brussels	51.05	3.65				VLG	VOV	44	44021
2786916	Schuiteplas	schuiteplas	BE		0	Europe/Brussels	51	4.01667				VLG	VOV	42	42006
2786917	Schuitbroek	schuitbroek	BE		0	Europe/Brussels	51.08333	5.01667				VLG	VAN	13	13053
2786919	Schuilhoek	schuilhoek	BE		0	Europe/Brussels	51.20568	4.14722				VLG	VOV	46	46020
2786920	Schuilenbroek	schuilenbroek	BE		0	Europe/Brussels	51.01097	5.16742		Schuilenbroek,Schuylenbroek		VLG	VLI	71	71037
2786923	Schudewe	schudewe	BE		0	Europe/Brussels	50.78333	3.76667		Schudewe,Schudewee		WAL	WHT		
2786924	Schuddebeurze	schuddebeurze	BE		0	Europe/Brussels	51.15347	2.77261		De Schuddebeurze,Schuddebeurs,Schuddebeurze		VLG	VWV	35	35011
2786925	Schuddebeurs	schuddebeurs	BE		0	Europe/Brussels	51.05478	2.98915		Schuddebeurs,Schuddebeurze		VLG	VWV	32	32010
2786926	Schubbeek	schubbeek	BE		0	Europe/Brussels	50.90819	4.84272				VLG	VBR	24	24066
2786927	Schroversstraat	schroversstraat	BE		0	Europe/Brussels	50.96667	4.08333		Schroversstraat,Schroverstraat		VLG	VOV	41	41002
2786928	Schroonhoek	schroonhoek	BE		0	Europe/Brussels	51.13333	3.65		Schoonhoek,Schroenhoek,Schroonhoek		VLG	VOV	44	44019
2786929	Schrikhoek	schrikhoek	BE		0	Europe/Brussels	51.06533	5.01894				VLG	VLI	71	71057
2786932	Schrijberg	schrijberg	BE		0	Europe/Brussels	51.13333	4.06667		Schrijberg,Schryberg		VLG	VOV	42	42023
2786933	Schriekheide	schriekheide	BE		0	Europe/Brussels	51.26667	4.66667				VLG	VAN	11	11055
2786940	Schrenkelsgat	schrenkelsgat	BE		0	Europe/Brussels	51.08333	4.55				VLG	VAN	12	12009
2786941	Schreibroeken	schreibroeken	BE		0	Europe/Brussels	51.06667	5.01667		Schreibroeken,Schreybroeken		VLG	VLI	71	71057
2786942	Schreiberg	schreiberg	BE		0	Europe/Brussels	50.83333	4.58333				VLG	VBR	24	24009
2786943	Schravenhage	schravenhage	BE		0	Europe/Brussels	51.15	4.83333		Schraeenhage,Schravenhage,Schraèenhage		VLG	VAN	13	13011
2786950	Schrans	schrans	BE		0	Europe/Brussels	51.11667	4.41667				VLG	VAN	11	11024
2786951	Schrans	schrans	BE		0	Europe/Brussels	50.96667	4.93333				VLG	VBR	24	24134
2786952	Schoutenhof	schoutenhof	BE		0	Europe/Brussels	51.14091	5.51512				VLG	VLI	72	72030
2786954	Schouselhoek	schouselhoek	BE		0	Europe/Brussels	51.13276	4.24017		Schauselhoek,Schouselhoek,Schoutselhoek		VLG	VOV	46	46025
2786955	Schouselbroek	schouselbroek	BE		0	Europe/Brussels	51.12264	4.25741				VLG	VOV	46	46025
2786956	Schoudemonthoek	schoudemonthoek	BE		0	Europe/Brussels	50.83333	2.68333				VLG	VWV	33	33021
2786958	Schoterheide	schoterheide	BE		0	Europe/Brussels	51.0532	5.00408		Schooterheide,Schoterheide		VLG	VLI	71	71057
2786959	Schotenhof	schotenhof	BE		0	Europe/Brussels	51.25547	4.52551				VLG	VAN	11	11040
2786960	Schoten-Heide-Bad	schoten-heide-bad	BE		0	Europe/Brussels	51.2923	4.53499		Schoten-Heide-Bad,Schotenheide		VLG	VAN	11	11040
2786965	Schotelven	schotelven	BE		0	Europe/Brussels	51.31454	5.05545				VLG	VAN	13	13001
2786966	Schossent	schossent	BE		0	Europe/Brussels	50.66785	6.13698				WAL	WLG	63	63061
2786967	Schorvorst	schorvorst	BE		0	Europe/Brussels	51.30838	4.96161		Schorvoirt,Schorvorst		VLG	VAN	13	13040
2786972	Schoppen	schoppen	BE		0	Europe/Brussels	50.39003	6.17826				WAL	WLG	63	63001
2786973	Schoppemerheide	schoppemerheide	BE		0	Europe/Brussels	50.76667	5.78333		Schopemeerheide,Schophemerheide,Schophemerheyd,Schoppemerheide		WAL	WLG		
2786974	Schoppem	schoppem	BE		0	Europe/Brussels	50.75003	5.80108		Schopem,Schopen,Schophem,Schoppem		WAL	WLG		
2786975	Schoppach	schoppach	BE		0	Europe/Brussels	49.6754	5.79125				WAL	WLX	81	81001
2786976	Schootsheide	schootsheide	BE		0	Europe/Brussels	51.08523	5.71283		De Schoots Heide,Schootsheide		VLG	VLI	72	72021
2786977	Schootshei	schootshei	BE		0	Europe/Brussels	51.05	5.68333				VLG	VLI	72	72041
2786978	Schootland	schootland	BE		0	Europe/Brussels	50.85	3.68333				VLG	VOV	45	45035
2786979	Schootkouter	schootkouter	BE		0	Europe/Brussels	51.08333	3.75		Schootkauter,Schootkouter		VLG	VOV	44	44021
2786981	Schoot	schoot	BE		0	Europe/Brussels	51.41341	5.03867				VLG	VAN	13	13035
2786982	Schoot	schoot	BE		0	Europe/Brussels	51.15659	5.57635				VLG	VLI	72	72004
2786983	Schoot	schoot	BE		0	Europe/Brussels	51.066	5.03557				VLG	VLI	71	71057
2786984	Schoot	schoot	BE		0	Europe/Brussels	51.03333	5.3				VLG	VLI	71	71070
2786985	Schoot	schoot	BE		0	Europe/Brussels	50.96243	3.89901				VLG	VOV	41	41034
2786986	Schoorseheide	schoorseheide	BE		0	Europe/Brussels	51.45	4.8		Schoorsche Heide,Schoorseheide		VLG	VAN	13	13014
2786987	Schoorbroek	schoorbroek	BE		0	Europe/Brussels	50.78567	5.12707				VLG	VLI	71	71053
2786988	Schoorbakke	schoorbakke	BE		0	Europe/Brussels	51.09893	2.82116				VLG	VWV	32	32003
2786989	Schoor	schoor	BE		0	Europe/Brussels	51.16239	5.18641				VLG	VAN	13	13003
2786990	Schoor	schoor	BE		0	Europe/Brussels	51.05	4.18333		't Schoor,Schoor		VLG	VOV	42	42008
2786991	Schoonwater	schoonwater	BE		0	Europe/Brussels	50.8354	3.20639				VLG	VWV	34	34041
2786993	Schoonstraat	schoonstraat	BE		0	Europe/Brussels	51.1	3.68333				VLG	VOV	44	44019
2786995	Schoonhoven	schoonhoven	BE		0	Europe/Brussels	50.97842	4.86249				VLG	VBR	24	24001
2786998	Schoonhees	schoonhees	BE		0	Europe/Brussels	51.05895	5.09649				VLG	VLI	71	71057
2787001	Schoonderhage	schoonderhage	BE		0	Europe/Brussels	50.86667	3.86667		Schoonderhaag,Schoonderhaege,Schoonderhage		VLG	VOV	41	41027
2787002	Schoonderbuken	schoonderbuken	BE		0	Europe/Brussels	50.96667	4.95		Schoonderbueken,Schoonderbuken		VLG	VBR	24	24134
2787003	Schoonbroek	schoonbroek	BE		0	Europe/Brussels	51.29005	5.05182				VLG	VAN	13	13036
2787005	Schoonbeke	schoonbeke	BE		0	Europe/Brussels	50.75	3.65		Schoonbeke,Schoonboeke		VLG	VOV	45	45041
2787006	Schoonbeek	schoonbeek	BE		0	Europe/Brussels	50.90251	5.48434				VLG	VLI	73	73006
2787011	Schooierswijk	schooierswijk	BE		0	Europe/Brussels	50.96667	3.78333		Schoeierswijk,Schooierswijk		VLG	VOV	44	44052
2787012	Schoofland	schoofland	BE		0	Europe/Brussels	51.22319	4.24674				VLG	VOV	46	46003
2787016	Schonenberg	schonenberg	BE		0	Europe/Brussels	51.01075	4.47379		Schonenberg,Schoonenberg		VLG	VAN	12	12025
2787017	Schöneaussicht	schoeneaussicht	BE		0	Europe/Brussels	50.63333	6.05				WAL	WLG	63	63023
2787018	Schondshuffel	schondshuffel	BE		0	Europe/Brussels	50.93333	3.86667		S'hondshuffel,Schondshuffel		VLG	VOV	41	41063
2787019	Schomme	schomme	BE		0	Europe/Brussels	51.08333	4.38333				VLG	VAN	11	11005
2787022	Schoevendries	schoevendries	BE		0	Europe/Brussels	50.83333	3.86667		Schoevendries,Schonven Driesch		VLG	VOV	41	41027
2787024	Schoeringbrug	schoeringbrug	BE		0	Europe/Brussels	51.26667	3.13333				VLG	VWV	31	31042
2787025	Schoenstraat	schoenstraat	BE		0	Europe/Brussels	51.13333	4.21667				VLG	VOV	46	46025
2787029	Schockville	schockville	BE		0	Europe/Brussels	49.76338	5.76179		Schockville		WAL	WLX	81	81003
2787031	Schmalgraf	schmalgraf	BE		0	Europe/Brussels	50.69558	5.99278				WAL	WLG	63	63048
2787032	Schlierbach	schlierbach	BE		0	Europe/Brussels	50.26889	6.19222				WAL	WLG	63	63067
2787034	Schirm	schirm	BE		0	Europe/Brussels	50.23028	6.08361				WAL	WLG	63	63087
2787035	Schirlberg	schirlberg	BE		0	Europe/Brussels	50.35937	6.18536				WAL	WLG	63	63001
2787037	Schiplaken	schiplaken	BE		0	Europe/Brussels	50.98365	4.52578		Schiplaaken,Schiplaeken,Schiplaken		VLG	VBR	24	24014
2787039	Schiphoek	schiphoek	BE		0	Europe/Brussels	51.18353	4.32137				VLG	VOV	46	46013
2787040	Schipbroek	schipbroek	BE		0	Europe/Brussels	50.91548	5.02122		Schipbroek,Schipsbroek		VLG	VBR	24	24054
2787042	Schimpen	schimpen	BE		0	Europe/Brussels	50.93124	5.28157				VLG	VLI	71	71022
2787043	Schillekensberg	schillekensberg	BE		0	Europe/Brussels	50.95	4.95				VLG	VBR	24	24008
2787045	Schillebeek	schillebeek	BE		0	Europe/Brussels	50.75	3.9		Schilbeke,Schillebeek,Schillebeke		VLG	VOV	41	41018
2787046	Schildeken	schildeken	BE		0	Europe/Brussels	51.1604	3.71852				VLG	VOV	44	44019
2787047	Schildeken	schildeken	BE		0	Europe/Brussels	50.96667	3.93333		Schildeken,Schildekens		VLG	VOV	41	41034
2787050	Schijtershoek	schijtershoek	BE		0	Europe/Brussels	51.06667	3.83333				VLG	VOV	44	44013
2787051	Schiethoek	schiethoek	BE		0	Europe/Brussels	50.96667	3.1				VLG	VWV	36	36015
2787062	Scherpenberg	scherpenberg	BE		0	Europe/Brussels	51.29112	4.67649				VLG	VAN	11	11057
2787063	Scherpenberg	scherpenberg	BE		0	Europe/Brussels	50.88333	5.58333				VLG	VLI	73	73006
2787064	Scherminkelmolen	scherminkelmolen	BE		0	Europe/Brussels	50.96667	3.03333				VLG	VWV	36	36019
2787065	Schermershoek	schermershoek	BE		0	Europe/Brussels	50.93425	4.22504				VLG	VBR	23	23002
2787066	Scheps	scheps	BE		0	Europe/Brussels	51.15841	5.17561				VLG	VAN	13	13003
2787069	Schepken	schepken	BE		0	Europe/Brussels	51.129	3.89868		Scheepken,Schepken		VLG	VOV	46	46014
2787070	Schepenijsel	schepenijsel	BE		0	Europe/Brussels	50.86629	4.1321				VLG	VBR	23	23086
2787075	Schemersberg	schemersberg	BE		0	Europe/Brussels	50.97984	5.45104		Schemersberg,Schemmersberg		VLG	VLI	71	71016
2787083	Schelfheide	schelfheide	BE		0	Europe/Brussels	50.8737	5.18382				VLG	VLI	71	71045
2787086	Scheldeveld	scheldeveld	BE		0	Europe/Brussels	51	3.66667		Scheldeveld,Scheldevelde		VLG	VOV	44	44012
2787089	Scheldekant	scheldekant	BE		0	Europe/Brussels	50.824	3.5502				VLG	VOV	45	45061
2787091	Schelde	schelde	BE		0	Europe/Brussels	51.03333	3.78333		Schelde		VLG	VOV	44	44021
2787093	Scheiltjenseinde	scheiltjenseinde	BE		0	Europe/Brussels	51.31667	4.86667		Scheiljenseinde,Scheiltjenseinde,Scheyltjenseinde		VLG	VAN	13	13004
2787095	Scheidhoek	scheidhoek	BE		0	Europe/Brussels	50.8233	3.43412				VLG	VWV	34	34002
2787096	Scheewege	scheewege	BE		0	Europe/Brussels	51.2325	3.36728		Schaawege,Scheewege,Scheeweghe,Schewege		VLG	VWV	31	31006
2787097	Scheewege	scheewege	BE		0	Europe/Brussels	51.05446	3.25742				VLG	VWV	37	37018
2787098	Scheepsdale	scheepsdale	BE		0	Europe/Brussels	51.21667	3.2		Scheepsdaele,Scheepsdale		VLG	VWV	31	31005
2787101	Schavoliendries	schavoliendries	BE		0	Europe/Brussels	50.75	4.05		Schavoliendries,Schavollendries,Schavollendriesch		VLG	VBR	23	23032
2787102	Schavijk	schavijk	BE		0	Europe/Brussels	51.19679	4.54507		Schavijk,Schawijk		VLG	VAN	11	11035
2787104	Schatsputte	schatsputte	BE		0	Europe/Brussels	50.80594	3.57003		Schaatsputte,Schatsputte		VLG	VOV	45	45035
2787106	Scharerijberg	scharerijberg	BE		0	Europe/Brussels	51	4.88333				VLG	VBR	24	24001
2787107	Scharent	scharent	BE		0	Europe/Brussels	50.97578	4.65895				VLG	VBR	24	24033
2787108	Scharebrug	scharebrug	BE		0	Europe/Brussels	51.29176	3.1161				VLG	VWV	31	31004
2787109	Schare	schare	BE		0	Europe/Brussels	51.10685	3.24082		Schaare,Schaere,Schare		VLG	VWV	31	31022
2787110	Schapenvondert	schapenvondert	BE		0	Europe/Brussels	51.18255	4.56435		Schaapen-Vondert,Schaepen-Vondert,Schaepvonderd,Schapenvondert		VLG	VAN	11	11035
2787112	Schapendries	schapendries	BE		0	Europe/Brussels	50.82905	3.5998				VLG	VOV	45	45035
2787113	Schapenbrug	schapenbrug	BE		0	Europe/Brussels	51.31667	3.33333		Schacpen Brug,Schapenbrug		VLG	VWV	31	31043
2787118	Schans	schans	BE		0	Europe/Brussels	51.06549	5.27245				VLG	VLI	71	71004
2787119	Schans	schans	BE		0	Europe/Brussels	50.97129	5.1168				VLG	VLI	71	71020
2787121	Schanker	schanker	BE		0	Europe/Brussels	51.4616	4.49081				VLG	VAN	11	11016
2787124	Schamelbeek	schamelbeek	BE		0	Europe/Brussels	50.77376	4.18519		Schamelbeck,Schamelbeek		VLG	VBR	23	23077
2787125	Schaluin	schaluin	BE		0	Europe/Brussels	51.00507	4.73619		Schahun,Schaluin,Schaluyn		VLG	VBR	24	24109
2787131	Schalkenfürth	schalkenfuerth	BE		0	Europe/Brussels	50.18333	6.03333				WAL	WLG	63	63087
2787134	Schaliëplein	schalieplein	BE		0	Europe/Brussels	50.98333	4.9				VLG	VBR	24	24001
2787135	Schaliënhuis	schalienhuis	BE		0	Europe/Brussels	51.2	4.18333				VLG	VOV	46	46021
2787140	Schaliëndak	schaliendak	BE		0	Europe/Brussels	50.91667	4.6		Schalie-Dak,Schaliendak,Schaliëndak		VLG	VBR	24	24055
2787144	Schalbroek	schalbroek	BE		0	Europe/Brussels	50.97907	5.17765				VLG	VLI	71	71037
2787145	Schakkebroek	schakkebroek	BE		0	Europe/Brussels	50.90463	5.19833		Schakkebroek,Schakkenbroek,Schakkerbroek		VLG	VLI	71	71024
2787151	Schadeck	schadeck	BE		0	Europe/Brussels	49.74598	5.77523		Schadeck,Schadek		WAL	WLX	81	81003
2787152	Schaatsbergen	schaatsbergen	BE		0	Europe/Brussels	51.15058	4.86631				VLG	VAN	13	13029
2787153	Schaarbeekhoek	schaarbeekhoek	BE		0	Europe/Brussels	51.2024	4.31379				VLG	VOV	46	46003
2787154	Schaarbeek	schaarbeek	BE		0	Europe/Brussels	50.9435	4.0179		Schaarbeek		VLG	VOV	41	41002
2787155	Schaar	schaar	BE		0	Europe/Brussels	51.25267	3.68066		Schaar,Schaare		VLG	VOV	43	43002
2787156	Schaapsvijver	schaapsvijver	BE		0	Europe/Brussels	50.96667	4.81667				VLG	VBR	24	24001
2787157	Schaapschoorbrug	schaapschoorbrug	BE		0	Europe/Brussels	51.24488	5.05103				VLG	VAN	13	13036
2787158	Schaaphuizel	schaaphuizel	BE		0	Europe/Brussels	50.93333	4.16667				VLG	VBR	23	23002
2787159	Schaaperve	schaaperve	BE		0	Europe/Brussels	51.16667	3.58333		Schaaperve,Schaperye		VLG	VOV	44	44085
2787160	Schaap Balir	schaap-balir	BE		0	Europe/Brussels	50.94537	2.97198		Schaap Balir,Schaap-Balie,Schaep Baillie		VLG	VWV	33	33040
2787161	Schaakse	schaakse	BE		0	Europe/Brussels	51.04625	3.09218		Schaakse,Schaakske,Schaekske,Schaelske,Schaleske		VLG	VWV	31	31033
2787163	Schaafstraat	schaafstraat	BE		0	Europe/Brussels	51.05	4.31667		Schaafstraat,Schaefstraat		VLG	VAN	12	12041
2787164	Scaubecq	scaubecq	BE		0	Europe/Brussels	50.69744	3.76155				WAL	WHT	55	55023
2787165	Scaubecq	scaubecq	BE		0	Europe/Brussels	50.60645	4.09002				WAL	WHT	55	55004
2787166	Scarbotte	scarbotte	BE		0	Europe/Brussels	50.57058	4.27442				WAL	WHT	52	52063
2787167	Scailmont	scailmont	BE		0	Europe/Brussels	50.49918	4.24928				WAL	WHT	52	52043
2787168	S'berchamp	s-berchamp	BE		0	Europe/Brussels	49.90017	5.4151		S'berchamp,Sberchamps		WAL	WLX	84	84077
2787170	Savy	savy	BE		0	Europe/Brussels	50.021	5.70475		Savy		WAL	WLX	82	82003
2787173	Savelon	savelon	BE		0	Europe/Brussels	49.73333	5.5		Savelon,Savlon		WAL	WLX	85	85046
2787174	Savatte	savatte	BE		0	Europe/Brussels	50.73333	5.46667				WAL	WLG	62	62006
2787178	Sauvegarde	sauvegarde	BE		0	Europe/Brussels	51.07921	4.32467				VLG	VAN	12	12041
2787179	Sauvagemont	sauvagemont	BE		0	Europe/Brussels	50.65485	4.47646				WAL	WBR	25	25119
2787180	Saut Picquet	saut-picquet	BE		0	Europe/Brussels	49.96567	4.24885		Saut Picquet,Saut Piquet		WAL	WHT	56	56051
2787187	Saussois	saussois	BE		0	Europe/Brussels	50.67286	4.37318				WAL	WBR	25	25014
2787190	Saupont	saupont	BE		0	Europe/Brussels	49.85	5.28333				WAL	WLX	84	84009
2787192	Saule Pendu	saule-pendu	BE		0	Europe/Brussels	50.65	3.66667		Saule Pendu,Saule Pendue		WAL	WHT	51	51004
2787193	Saule Gaillard	saule-gaillard	BE		0	Europe/Brussels	50.56667	5.31667				WAL	WLG	61	61003
2787194	Saule Franchomme	saule-franchomme	BE		0	Europe/Brussels	50.68333	5.48333				WAL	WLG	62	62003
2787195	Sauheid	sauheid	BE		0	Europe/Brussels	50.6	5.6				WAL	WLG	62	62022
2787198	Sas van Gent Wijk	sas-van-gent-wijk	BE		0	Europe/Brussels	51.06887	3.72918		Faubourg du Sas-de-Gand,Sas van Gent Wijk		VLG	VOV	44	44021
2787199	Sassor	sassor	BE		0	Europe/Brussels	50.5323	5.83903		Sassor		WAL	WLG	63	63076
2787200	Sas-Slijkens	sas-slijkens	BE		0	Europe/Brussels	51.22261	2.95662		Nord Slykens,Sas-Slijkens,Sas-Slykens,Slijken Sas,Slykene-Sas,Slykens,Sud Slykens		VLG	VWV	35	35002
2787201	Sassenrode	sassenrode	BE		0	Europe/Brussels	50.9	5.15				VLG	VBR	24	24028
2787202	Sassenhout	sassenhout	BE		0	Europe/Brussels	51.21117	4.82131				VLG	VAN	13	13044
2787204	Sas	sas	BE		0	Europe/Brussels	51.11796	4.21501				VLG	VAN	12	12007
2787205	Sart Wesmael	sart-wesmael	BE		0	Europe/Brussels	50.56667	5.3				WAL	WLG	61	61003
2787206	Sart Tilman	sart-tilman	BE		0	Europe/Brussels	50.59058	5.57104				WAL	WLG	62	62063
2787207	Sart Saint-Nicolas	sart-saint-nicolas	BE		0	Europe/Brussels	50.36667	4.41667		Saint-Nicolas,Sart Saint-Nicolas		WAL	WHT	52	52011
2787212	Sart Risbart	sart-risbart	BE		0	Europe/Brussels	50.68044	4.75876				WAL	WBR	25	25043
2787214	Sart Messire Guillaume	sart-messire-guillaume	BE		0	Europe/Brussels	50.62093	4.55993				WAL	WBR	25	25023
2787215	Sart Mélin	sart-melin	BE		0	Europe/Brussels	50.74037	4.79967				WAL	WBR	25	25048
2787216	Sart lez Walhain	sart-lez-walhain	BE		0	Europe/Brussels	50.61549	4.71983		Sart,Sart lez Walhain		WAL	WBR	25	25124
2787217	Rodt	rodt	BE		0	Europe/Brussels	50.2875	6.07056		Rod,Rodt,Sart lez Saint-Vith		WAL	WLG	63	63067
2787218	Sart les Moines	sart-les-moines	BE		0	Europe/Brussels	50.45479	4.4267				WAL	WHT	52	52011
2787219	Sartis	sartis	BE		0	Europe/Brussels	50.45	4.36667				WAL	WHT	52	52015
2787220	Sartine	sartine	BE		0	Europe/Brussels	50.55	3.26667				WAL	WHT		
2787222	Sartiau	sartiau	BE		0	Europe/Brussels	50.69232	4.12481		Sartiau,Sartiaux		WAL	WBR	25	25123
2787224	Sartiau	sartiau	BE		0	Europe/Brussels	50.68726	3.68718				WAL	WHT	51	51065
2787225	Sartiau	sartiau	BE		0	Europe/Brussels	50.2751	4.21064				WAL	WHT	56	56005
2787226	Sart Hennard	sart-hennard	BE		0	Europe/Brussels	50.29889	5.96944				WAL	WLX	82	82032
2787232	Sart d'Hainaut	sart-d-hainaut	BE		0	Europe/Brussels	50.43333	4.35				WAL	WHT	52	52015
2787234	Sart d'Avril	sart-d-avril	BE		0	Europe/Brussels	50.53934	4.98161				WAL	WNA	92	92138
2787240	Sart Culpart	sart-culpart	BE		0	Europe/Brussels	50.4301	4.49606				WAL	WHT	52	52011
2787241	Sart Colin	sart-colin	BE		0	Europe/Brussels	50.52838	3.46155				WAL	WHT	57	57093
2787244	Sartay	sartay	BE		0	Europe/Brussels	50.06667	5.3				WAL	WLX	84	84059
2787246	Sart à Rèves	sart-a-reves	BE		0	Europe/Brussels	50.54933	4.39632				WAL	WHT	52	52075
2787253	Sart	sart	BE		0	Europe/Brussels	50.73035	4.74323				WAL	WBR	25	25043
2787255	Sart	sart	BE		0	Europe/Brussels	49.91193	5.19257				WAL	WLX	84	84009
2787257	Sars Longchamps	sars-longchamps	BE		0	Europe/Brussels	50.47632	4.2097				WAL	WHT	55	55022
2787262	Sarrewé	sarrewe	BE		0	Europe/Brussels	50.01667	5.41667		Sar We,Sar Wé,Sarrewe,Sarrewé		WAL	WLX	84	84059
2787263	Sarrazin	sarrazin	BE		0	Europe/Brussels	50.61667	3.88333				WAL	WHT	51	51012
2787264	Sarolay	sarolay	BE		0	Europe/Brussels	50.69602	5.68439				WAL	WLG	62	62108
2787265	Sarémont	saremont	BE		0	Europe/Brussels	50.65586	5.76939		Sacremont,Sacrémont,Saremont,Sarémont		WAL	WLG	63	63035
2787273	Samson	samson	BE		0	Europe/Brussels	50.46406	5.0005				WAL	WNA	92	92003
2787276	Sampont	sampont	BE		0	Europe/Brussels	49.68429	5.70229				WAL	WLX	81	81001
2787279	Samme	samme	BE		0	Europe/Brussels	50.64708	4.2149				WAL	WBR	25	25044
2787285	Salzinnes	salzinnes	BE		0	Europe/Brussels	50.46417	4.84789				WAL	WNA	92	92094
2787286	Salzinnes	salzinnes	BE		0	Europe/Brussels	50.35	5.43333		Salziness,Salzinnes		WAL	WLX	83	83012
2787287	Salvator	salvator	BE		0	Europe/Brussels	51.13333	4.6				VLG	VAN	12	12021
2787288	Salvacourt	salvacourt	BE		0	Europe/Brussels	49.95422	5.69317				WAL	WLX	82	82036
2787291	Salmchâteau	salmchateau	BE		0	Europe/Brussels	50.26611	5.905		Salmchateau,Salmchâteau		WAL	WLX	82	82032
2787296	Salle	salle	BE		0	Europe/Brussels	50.05565	5.59612				WAL	WLX	82	82005
2787297	Salinus	salinus	BE		0	Europe/Brussels	50.83333	3.2				VLG	VWV	34	34041
2787298	Salinnes	salinnes	BE		0	Europe/Brussels	50.68002	3.27009				WAL	WHT	57	57027
2787300	Saliegem	saliegem	BE		0	Europe/Brussels	51.23333	4.15				VLG	VOV	46	46020
2787301	Salet	salet	BE		0	Europe/Brussels	50.30942	4.8196		Salet		WAL	WNA	91	91005
2787302	Salchette	salchette	BE		0	Europe/Brussels	49.83333	5.66667				WAL	WLX	82	82009
2787304	Saiwiat	saiwiat	BE		0	Europe/Brussels	50.6	4.9				WAL	WNA	92	92035
2787305	Saiwet	saiwet	BE		0	Europe/Brussels	49.97718	5.72781		Saiwet,Sewe,Sêwè		WAL	WLX	82	82003
2787306	Saives	saives	BE		0	Europe/Brussels	50.66252	5.24486				WAL	WLG	64	64076
2787309	Saisinne	saisinne	BE		0	Europe/Brussels	50.52467	4.03593				WAL	WHT	55	55040
2787312	Sainval	sainval	BE		0	Europe/Brussels	50.58333	5.6				WAL	WLG	62	62022
2787313	Saint-Yvon	saint-yvon	BE		0	Europe/Brussels	50.74335	2.90992	22	Saint Ivon	54	WAL	WHT	54	54010
2787314	Saint-Vitu	saint-vitu	BE		0	Europe/Brussels	50.48483	5.3513				WAL	WLG	61	61081
2787332	Saint-Roch	saint-roch	BE		0	Europe/Brussels	50.60179	4.31956				WAL	WBR	25	25072
2787355	Saint-Paul	saint-paul	BE		0	Europe/Brussels	50.62562	4.72223				WAL	WBR	25	25124
2787372	Saint-Marcoult	saint-marcoult	BE		0	Europe/Brussels	50.64931	3.96237				WAL	WHT	55	55039
2787375	Saint-Léonard	saint-leonard	BE		0	Europe/Brussels	50.65276	5.59963				WAL	WLG	62	62063
2787382	Saint-Laurent	saint-laurent	BE		0	Europe/Brussels	50.64253	5.56014		Saint-Laurent		WAL	WLG	62	62063
2787384	Saint-Lambert	saint-lambert	BE		0	Europe/Brussels	50.72516	4.85669		Lambert,Saint-Lambert		WAL	WBR	25	25048
2787385	Saint-Lambert	saint-lambert	BE		0	Europe/Brussels	50.64451	4.71073				WAL	WBR	25	25124
2787386	Saint-Lambert	saint-lambert	BE		0	Europe/Brussels	50.23333	4.51667				WAL	WNA	93	93088
2787389	Saint-Joseph	saint-joseph	BE		0	Europe/Brussels	50.65689	5.00162				WAL	WLG	64	64034
2787390	Saint-Joseph	saint-joseph	BE		0	Europe/Brussels	50.06312	4.55				WAL	WNA	93	93090
2787391	Sint-Job	sint-job	BE		0	Europe/Brussels	50.79405	4.36217		Saint-Job,Sint-Job		WAL	WHT		
2787392	Saint-Jean Sart	saint-jean-sart	BE		0	Europe/Brussels	50.70412	5.81477				WAL	WLG	63	63003
2787401	Saint-Jacques	saint-jacques	BE		0	Europe/Brussels	50.34876	5.86064		Saint-Jacques		WAL	WLG	63	63086
2787412	Saint-Hadelin	saint-hadelin	BE		0	Europe/Brussels	50.59566	5.71976		Fief-Mont-Saint-Hadelin,Saint-Hadelin		WAL	WLG	63	63057
2787427	Saint-Fontaine	saint-fontaine	BE		0	Europe/Brussels	50.41211	5.24245		Saint-Fontaine,Sainte-Fontaine		WAL	WLG	61	61012
2787428	Saint-Fiacre	saint-fiacre	BE		0	Europe/Brussels	50.49433	4.50613				WAL	WHT	52	52021
2787429	Sainte-Walburge	sainte-walburge	BE		0	Europe/Brussels	50.6592	5.56827				WAL	WLG	62	62063
2787430	Saint-Ethon	saint-ethon	BE		0	Europe/Brussels	50.55991	4.25881				WAL	WHT	52	52063
2787436	Sainte-Marie-Geest	sainte-marie-geest	BE		0	Europe/Brussels	50.74441	4.87443		Sainte-Marie-Geest		WAL	WBR	25	25048
2787439	Sainte-Marie	sainte-marie	BE		0	Europe/Brussels	50.66257	4.78978				WAL	WBR	25	25084
2787440	Sainte-Marie	sainte-marie	BE		0	Europe/Brussels	49.92271	5.45729				WAL	WLX	84	84077
2787444	Sainte-Marguerite	sainte-marguerite	BE		0	Europe/Brussels	50.65	5.56667		Sainte-Marguerite		WAL	WLG	62	62063
2787445	Saint-Éloi	saint-eloi	BE		0	Europe/Brussels	49.88333	5.1				WAL	WLX	84	84050
2787448	Sainte-Gertrude	sainte-gertrude	BE		0	Europe/Brussels	50.55	5.18333				WAL	WLG	61	61072
2787456	Sainte-Brigitte	sainte-brigitte	BE		0	Europe/Brussels	50.53536	3.62411				WAL	WHT	51	51008
2787457	Sainte-Barbe	sainte-barbe	BE		0	Europe/Brussels	50.55512	5.41537				WAL	WLG	61	61080
2787458	Sainte-Barbe	sainte-barbe	BE		0	Europe/Brussels	50.35	4.4				WAL	WHT	56	56086
2787459	Sainte-Anne	sainte-anne	BE		0	Europe/Brussels	50.76382	3.74447				WAL	WHT	51	51019
2787460	Sainte-Anne	sainte-anne	BE		0	Europe/Brussels	50.7	4.61667				WAL	WBR	25	25112
2787461	Sainte-Anne	sainte-anne	BE		0	Europe/Brussels	50.65288	5.24167				WAL	WLG	64	64076
2787462	Sainte-Anne	sainte-anne	BE		0	Europe/Brussels	50.58144	3.91405				WAL	WHT	53	53046
2787464	Sainte-Anne	sainte-anne	BE		0	Europe/Brussels	50.28333	4.2				WAL	WHT	56	56022
2787472	Saint-Antoine	saint-antoine	BE		0	Europe/Brussels	50.63333	3.71667				WAL	WHT	51	51004
2787473	Hameau de Saint-Antoine	hameau-de-saint-antoine	BE		0	Europe/Brussels	50.46341	4.01533				WAL	WHT	53	53053
2787474	Saint-Antoine	saint-antoine	BE		0	Europe/Brussels	50.36444	5.64114				WAL	WLX	83	83055
2787480	Sainlez	sainlez	BE		0	Europe/Brussels	49.92108	5.71207				WAL	WLX	82	82009
2787482	Saftingen	saftingen	BE		0	Europe/Brussels	51.30575	4.23253				VLG	VOV	46	46003
2787483	Safraanberg	safraanberg	BE		0	Europe/Brussels	50.97991	5.03113				VLG	VBR	24	24020
2787484	Saffraanberg	saffraanberg	BE		0	Europe/Brussels	50.78362	5.23451		Saffraanberg,Saffraenberg		VLG	VLI	71	71053
2787487	Sadzot	sadzot	BE		0	Europe/Brussels	50.28453	5.59375		Sadsot,Sadzot		WAL	WLX	83	83013
2787489	Sabot	sabot	BE		0	Europe/Brussels	50.61416	3.47668				WAL	WHT	57	57081
2787492	Sablonnière	sablonniere	BE		0	Europe/Brussels	50.51109	4.73998		Haute Sablonniere,Haute Sablonnière,Sablonniere,Sablonnière		WAL	WNA	92	92142
2787493	Sablon	sablon	BE		0	Europe/Brussels	50.73333	3.7				WAL	WHT	51	51017
2787494	Rys de Mosbeux	rys-de-mosbeux	BE		0	Europe/Brussels	50.55	5.68333				WAL	WLG	62	62100
2787495	Ry Massart	ry-massart	BE		0	Europe/Brussels	50.28333	4.58333				WAL	WNA	93	93022
2787497	Ruyff	ruyff	BE		0	Europe/Brussels	50.67518	5.95203		Ruyff,Ruyft		WAL	WLG	63	63084
2787498	Ruyff	ruyff	BE		0	Europe/Brussels	50.61667	5.93333		Ruif,Ruyff		WAL	WLG	63	63046
2787499	Ruy	ruy	BE		0	Europe/Brussels	50.63333	5.46667				WAL	WLG	62	62118
2787500	Ruy	ruy	BE		0	Europe/Brussels	50.43334	5.89937		Ruy		WAL	WLG	63	63075
2787503	Ruthier	ruthier	BE		0	Europe/Brussels	50.4136	6.1411		Ruthier,Rutier,Rûtier		WAL	WLG	63	63080
2787504	Rustoord	rustoord	BE		0	Europe/Brussels	51.30148	4.47156				VLG	VAN	11	11008
2787505	Russendorp	russendorp	BE		0	Europe/Brussels	51.24992	5.22924		Russchendorp,Russendorp		VLG	VLI	72	72020
2787506	Russelt	russelt	BE		0	Europe/Brussels	50.85259	5.31412				VLG	VLI	73	73098
2787507	Russelbeken	russelbeken	BE		0	Europe/Brussels	50.91667	5.4		Oude-Russelbeken,Russelbeken		VLG	VLI	71	71011
2787515	Runschen	runschen	BE		0	Europe/Brussels	50.62124	5.96994		Runschen		WAL	WLG	63	63004
2787516	Runkst	runkst	BE		0	Europe/Brussels	50.91667	5.3		Runkst,Runxt		VLG	VLI	71	71022
2787519	Rundsvoort	rundsvoort	BE		0	Europe/Brussels	51.20257	4.97655				VLG	VAN	13	13008
2787529	Rumez	rumez	BE		0	Europe/Brussels	50.65	3.31667				WAL	WHT	57	57081
2787538	Rullen	rullen	BE		0	Europe/Brussels	50.72157	5.81914		Ruland,Rulen,Rullen		WAL	WLG		
2787541	Rukkelingen	rukkelingen	BE		0	Europe/Brussels	50.76978	4.22658				VLG	VBR	23	23077
2787542	Ruitersdries	ruitersdries	BE		0	Europe/Brussels	51.05	4.28333				VLG	VAN	12	12041
2787543	Ruiterhoek	ruiterhoek	BE		0	Europe/Brussels	51.0064	2.93945		Ruiterhoek,Ruyterhoek		VLG	VWV	32	32011
2787544	Ruiter	ruiter	BE		0	Europe/Brussels	51.1158	4.04066		Ruiter,Ruyter		VLG	VOV	42	42023
2787545	Ruitegem	ruitegem	BE		0	Europe/Brussels	50.78333	3.6				VLG	VOV	45	45064
2787546	Ruistraat	ruistraat	BE		0	Europe/Brussels	51.13333	4.16667				VLG	VOV	46	46025
2787555	Ruisbeek	ruisbeek	BE		0	Europe/Brussels	50.94327	4.56502				VLG	VBR	23	23038
2787558	Ruilare	ruilare	BE		0	Europe/Brussels	51.11342	3.87765		Ruilare,Ruylaare,Ruylaere,Ruylare		VLG	VOV	44	44034
2787560	Ruidenberg	ruidenberg	BE		0	Europe/Brussels	51.06838	3.01006				VLG	VWV	32	32011
2787563	Ruggeveld	ruggeveld	BE		0	Europe/Brussels	51.21807	4.48723				VLG	VAN	11	11002
2787564	Rugge	rugge	BE		0	Europe/Brussels	50.77917	3.46701				VLG	VWV	34	34003
2787568	Rue Haute	rue-haute	BE		0	Europe/Brussels	50.64892	4.13065				WAL	WBR	25	25123
2787570	Rue d'en Haut	rue-d-en-haut	BE		0	Europe/Brussels	50.19481	4.18987				WAL	WHT	56	56088
2787574	Ruddershove	ruddershove	BE		0	Europe/Brussels	50.88235	3.7606				VLG	VOV	41	41081
2787576	Ruchaux	ruchaux	BE		0	Europe/Brussels	50.65245	4.60031				WAL	WBR	25	25023
2787577	Rubignies	rubignies	BE		0	Europe/Brussels	50.33523	4.20892				WAL	WHT	56	56044
2787578	Rubiesté	rubieste	BE		0	Europe/Brussels	50.21667	5.56667				WAL	WLX	83	83044
2787581	Rualette	rualette	BE		0	Europe/Brussels	50.55	4.5				WAL	WBR	25	25107
2787582	Ruage	ruage	BE		0	Europe/Brussels	50.63342	3.31917		Rouage,Ruage		WAL	WHT	57	57081
2787583	Rozeveldhoek	rozeveldhoek	BE		0	Europe/Brussels	51.08333	3.15		Roozeveldhoek,Rozeveldhoek		VLG	VWV	31	31033
2787584	Rozenhoek	rozenhoek	BE		0	Europe/Brussels	50.81667	3.78333		Roozenhoek,Rozenhoek		VLG	VOV	45	45059
2787585	Rozenhoek	rozenhoek	BE		0	Europe/Brussels	50.8	3.06667				VLG	VWV	33	33029
2787589	Rozenbroek	rozenbroek	BE		0	Europe/Brussels	50.8	4.1		Roozenbroeck,Rozenbroek		VLG	VBR	23	23024
2787590	Rozen	rozen	BE		0	Europe/Brussels	51.21432	5.45302				VLG	VLI	72	72043
2787591	Rozen	rozen	BE		0	Europe/Brussels	51.11335	4.00988		Roosen,Rozen		VLG	VOV	46	46014
2787592	Rozemarijn	rozemarijn	BE		0	Europe/Brussels	50.86667	4.83333		Roosmarijn,Rozemarijn		VLG	VBR	24	24066
2787593	Rozeboom	rozeboom	BE		0	Europe/Brussels	51.09844	3.12743		Roozeboom,Rozeboom		VLG	VWV	31	31040
2787598	Royseux	royseux	BE		0	Europe/Brussels	50.47067	5.2682				WAL	WLG	61	61041
2787599	Royompré	royompre	BE		0	Europe/Brussels	50.53895	5.93297		Royompre,Royompré		WAL	WLG	63	63038
2787600	Roymont	roymont	BE		0	Europe/Brussels	50.21667	5.1				WAL	WNA	91	91030
2787601	Royère	royere	BE		0	Europe/Brussels	50.68333	3.26667				WAL	WHT	57	57027
2787603	Royen	royen	BE		0	Europe/Brussels	50.2	5.56667				WAL	WLX	83	83031
2787604	Royaume	royaume	BE		0	Europe/Brussels	50.61667	3.5				WAL	WHT	57	57081
2787611	Rovorst	rovorst	BE		0	Europe/Brussels	50.79342	3.72092		Roovorst,Rovorst		VLG	VOV	45	45059
2787612	Rovert	rovert	BE		0	Europe/Brussels	50.68001	6.08338				WAL	WLG	63	63061
2787618	Rouwmortelsheide	rouwmortelsheide	BE		0	Europe/Brussels	51.01667	5.63333		Rouwmortelsheide,Ruwmortelsheide		VLG	VLI	72	72041
2787619	Rouwleegd	rouwleegd	BE		0	Europe/Brussels	51.31667	4.76667				VLG	VAN	13	13037
2787536	Rulles	rulles	BE	6724	2129	Europe/Brussels	49.71805	5.55959		Rulles		WAL	WLX	85	85046
2787629	Roussy	roussy	BE		0	Europe/Brussels	49.73333	5.33333				WAL	WLX	85	85007
2787631	Rousdamme	rousdamme	BE		0	Europe/Brussels	51.0656	2.77216		Roesdamme,Rousdamme		VLG	VWV	38	38025
2787632	Rouscheweide	rouscheweide	BE		0	Europe/Brussels	50.71667	5.95		Rouscheweid,Rouscheweide,Routcheweide		WAL	WLG	63	63088
2787633	Roupage	roupage	BE		0	Europe/Brussels	50.14308	5.60775				WAL	WLX	83	83031
2787636	Roumont	roumont	BE		0	Europe/Brussels	50.55467	3.77209				WAL	WHT	51	51014
2787637	Roumont	roumont	BE		0	Europe/Brussels	50.07069	5.55938				WAL	WLX	82	82005
2787638	Roumez	roumez	BE		0	Europe/Brussels	50.42881	5.90476				WAL	WLG	63	63075
2787639	Roulotte	roulotte	BE		0	Europe/Brussels	50.15	4.61667				WAL	WNA	93	93018
2787640	Rouge Thier	rouge-thier	BE		0	Europe/Brussels	50.5157	5.7356				WAL	WLG	62	62009
2787641	Rougethier	rougethier	BE		0	Europe/Brussels	50.4	5.75				WAL	WLG	63	63075
2787642	Rouges Terres	rouges-terres	BE		0	Europe/Brussels	50.51605	4.10751				WAL	WHT	55	55035
2787643	Rouges Fosses	rouges-fosses	BE		0	Europe/Brussels	50	5.38333		Aux Rouges Fosses,Rouges Fosses		WAL	WLX	84	84059
2787644	Rouge Minière	rouge-miniere	BE		0	Europe/Brussels	50.41394	5.62917				WAL	WLG	61	61019
2787649	Rouette	rouette	BE		0	Europe/Brussels	50.05127	5.65551				WAL	WLX	82	82005
2787652	Rouchat	rouchat	BE		0	Europe/Brussels	50.34066	4.79873				WAL	WNA	91	91005
2787653	Roubrouck	roubrouck	BE		0	Europe/Brussels	50.56831	6.05				WAL	WLG	63	63004
2787655	Roua	roua	BE		0	Europe/Brussels	50.57141	5.20641				WAL	WLG	61	61072
2787657	Rotteleur	rotteleur	BE		0	Europe/Brussels	50.73333	3.66667				WAL	WHT	51	51017
2787658	Rott	rott	BE		0	Europe/Brussels	50.66513	6.11526				WAL	WLG	63	63061
2787659	Rotstraat	rotstraat	BE		0	Europe/Brussels	51.11667	4.15				VLG	VOV	46	46025
2787660	Rotspoel	rotspoel	BE		0	Europe/Brussels	50.85	4.66667				VLG	VBR	24	24086
2787661	Rotsenheirweg	rotsenheirweg	BE		0	Europe/Brussels	51.01667	3.78333		Rodschenheirweg,Rotsenheirweg		VLG	VOV	44	44040
2787669	Roteinde	roteinde	BE		0	Europe/Brussels	51.03333	4.83333		Roteinde,Rotheinde		VLG	VAN	13	13013
2787673	Rot	rot	BE		0	Europe/Brussels	51.03015	5.13249		Rot,Roth		VLG	VBR	24	24020
2787674	Rot	rot	BE		0	Europe/Brussels	50.9775	4.87965		Rot,Roth		VLG	VBR	24	24001
2787675	Rot	rot	BE		0	Europe/Brussels	50.96667	3.9				VLG	VOV	41	41034
2787676	Rot	rot	BE		0	Europe/Brussels	50.90336	4.82952		't Rot,'t Roth,Rot		VLG	VBR	24	24066
2787677	Rot	rot	BE		0	Europe/Brussels	50.71667	5.85				WAL	WLG	63	63003
2787680	Rostijne	rostijne	BE		0	Europe/Brussels	51.18028	3.81388		Rostijne,Rostyne		VLG	VOV	44	44021
2787681	Rostenne	rostenne	BE		0	Europe/Brussels	50.27708	4.86771				WAL	WNA	91	91103
2787682	Rosteinestraat	rosteinestraat	BE		0	Europe/Brussels	51.1	3.78333		Rosteinestraat,Rostynestraat		VLG	VOV	44	44021
2787683	Rostal	rostal	BE		0	Europe/Brussels	51.16667	4.75				VLG	VAN	13	13010
2787684	Rossom	rossom	BE		0	Europe/Brussels	51.15407	4.81503		Rossom,Rossum		VLG	VAN	13	13011
2787689	Rossemhoek	rossemhoek	BE		0	Europe/Brussels	50.96667	4.28333				VLG	VBR	23	23050
2787690	Rossem	rossem	BE		0	Europe/Brussels	50.97373	4.28049				VLG	VBR	23	23050
2787692	Rosselaar	rosselaar	BE		0	Europe/Brussels	51.17224	5.13705		Rosselaar,Rosselaer,Rosselare		VLG	VAN	13	13003
2787693	Rosseignies	rosseignies	BE		0	Europe/Brussels	50.54124	4.32373				WAL	WHT	52	52055
2787694	Rossart	rossart	BE		0	Europe/Brussels	49.84734	5.33276				WAL	WLX	84	84009
2787702	Roskamstraat	roskamstraat	BE		0	Europe/Brussels	51.2	4.15				VLG	VOV	46	46020
2787703	Rosinbois	rosinbois	BE		0	Europe/Brussels	50.34979	4.61975				WAL	WNA	92	92087
2787709	Rosenhügel	rosenhuegel	BE		0	Europe/Brussels	50.27639	6.13167				WAL	WLG	63	63067
2787717	Rosebloem	rosebloem	BE		0	Europe/Brussels	50.95	3.83333		Roosebloem,Rosebloem		VLG	VOV	44	44052
2787719	Rosdam	rosdam	BE		0	Europe/Brussels	51.01325	3.64517				VLG	VOV	44	44064
2787721	Rosais	rosais	BE		0	Europe/Brussels	49.88333	5.26667		Les Roses,Lès Rosès,Rosais		WAL	WLX	84	84009
2787722	Roren	roren	BE		0	Europe/Brussels	51.08333	5.66667		Rooren,Roren,Rozen		VLG	VLI	72	72021
2787723	Roquette	roquette	BE		0	Europe/Brussels	50.70375	3.68181				WAL	WHT	51	51017
2787724	Roquette	roquette	BE		0	Europe/Brussels	50.4	4.33333				WAL	WHT	52	52022
2787728	Root	root	BE		0	Europe/Brussels	50.85	5.58333		Op het Root,Root		VLG	VLI	73	73006
2787729	Rooswegbrug	rooswegbrug	BE		0	Europe/Brussels	51.27278	4.40991				VLG	VAN	11	11002
2787731	Roost	roost	BE		0	Europe/Brussels	50.80573	3.98341				VLG	VOV	41	41048
2787737	Roon	roon	BE		0	Europe/Brussels	50.85	3.95		Roen,Roon		VLG	VOV	41	41048
2787739	Rooiveld	rooiveld	BE		0	Europe/Brussels	51.1163	3.23185		Roijveld,Rooiveld,Royveld		VLG	VWV	31	31022
2787740	Rooigemdries	rooigemdries	BE		0	Europe/Brussels	50.91667	3.8		Rooigemdries,Roygemdries		VLG	VOV	44	44052
2787741	Rooigem	rooigem	BE		0	Europe/Brussels	51.06415	3.69291		Rooigem,Royghem		VLG	VOV	44	44021
2787742	Rooigem	rooigem	BE		0	Europe/Brussels	50.93225	3.68282		Rooigem,Roygem		VLG	VOV	44	44020
2787743	Rooigem	rooigem	BE		0	Europe/Brussels	50.88947	3.59136		Roijgem,Rooigem,Roygem		VLG	VOV	45	45068
2787744	Rooigem	rooigem	BE		0	Europe/Brussels	50.83913	3.66823		Roigem,Rooigem		VLG	VOV	45	45035
2787745	Rooigaarden	rooigaarden	BE		0	Europe/Brussels	51.01289	4.78819		Roogaarden,Rooigaarden		VLG	VBR	24	24007
2787746	Rooierheide	rooierheide	BE		0	Europe/Brussels	50.93618	5.41742		Rooierheide,Royerheide		VLG	VLI	71	71011
2787748	Rooien	rooien	BE		0	Europe/Brussels	51.27524	4.87994		Rooien,Royen		VLG	VAN	13	13019
2787749	Rooien	rooien	BE		0	Europe/Brussels	50.97875	4.11223		Roien,Rooien		VLG	VOV	42	42011
2787751	Rooie	rooie	BE		0	Europe/Brussels	51	5.05		Rooie,Roye		VLG	VBR	24	24020
2787752	Rooie	rooie	BE		0	Europe/Brussels	50.9201	5.38877		Rooie,Roye		VLG	VLI	71	71011
2787753	Rooie	rooie	BE		0	Europe/Brussels	50.87973	5.50695		Rooi,Rooie,Roye		VLG	VLI	73	73006
2787754	Rooiaarde	rooiaarde	BE		0	Europe/Brussels	51.13003	5.10358				VLG	VAN	13	13021
2787755	Rooi	rooi	BE		0	Europe/Brussels	51.3	5.03333				VLG	VAN	13	13031
2787756	Rooi	rooi	BE		0	Europe/Brussels	51.18384	4.43851		Rooi,Rooij,Rooy,Rouge		VLG	VAN	11	11002
2787760	Roodbaard	roodbaard	BE		0	Europe/Brussels	50.88412	3.15878		Roobaert,Roodbaard,Roodbaart		VLG	VWV	36	36010
2787761	Ronzon	ronzon	BE		0	Europe/Brussels	50.22637	5.52139		Ronzon		WAL	WLX	83	83044
2787762	Ronxhy	ronxhy	BE		0	Europe/Brussels	50.39812	6.01871				WAL	WLG	63	63049
2787763	Ronvaux	ronvaux	BE		0	Europe/Brussels	50.23436	5.10788		Ronvaux		WAL	WNA	91	91030
2787765	Ronsstraat	ronsstraat	BE		0	Europe/Brussels	50.78333	3.71667				VLG	VOV	45	45059
2787766	Ronseval	ronseval	BE		0	Europe/Brussels	50.92306	4.06614				VLG	VOV	41	41002
2787769	Ronse	ronse	BE		24204	Europe/Brussels	50.74574	3.6005		Renaix,Rinais,Ronse,Rotnacum,long sai,rnz,Ронсе,رنز,龙塞		VLG	VOV	45	45041
2787771	Ronsdonk	ronsdonk	BE		0	Europe/Brussels	50.97661	4.58606		Ronsdonck,Ronsdonk		VLG	VBR	24	24014
2787773	Ronsart	ronsart	BE		0	Europe/Brussels	50.7	3.68333				WAL	WHT	51	51017
2787777	Ronhieux	ronhieux	BE		0	Europe/Brussels	50.68333	5.45				WAL	WLG	62	62006
2787781	Ronet	ronet	BE		0	Europe/Brussels	50.45843	4.83289		Ronet		WAL	WNA	92	92094
2787782	Ronehoek	ronehoek	BE		0	Europe/Brussels	50.98298	2.87389		Ronehoek,Roonehoek		VLG	VWV	32	32006
2787784	Rondu	rondu	BE		0	Europe/Brussels	49.95879	5.50689				WAL	WLX	84	84077
2787785	Rond Punt	rond-punt	BE		0	Europe/Brussels	51.38333	4.88333		't Rond-Punt,Rond Punt		VLG	VAN	13	13023
2787786	Rond Pery	rond-pery	BE		0	Europe/Brussels	50.61667	5.43333				WAL	WLG	62	62120
2787788	Rond le Duc	rond-le-duc	BE		0	Europe/Brussels	49.76667	5.1				WAL	WLX	84	84010
2787793	Ronde Heide	ronde-heide	BE		0	Europe/Brussels	51.28333	4.78333				VLG	VAN	13	13004
2787794	Ronde Haye	ronde-haye	BE		0	Europe/Brussels	50.54506	5.78451		Ronde Have,Ronde Haye,Ronde-Haie		WAL	WLG	63	63076
2787796	Rond Buisson	rond-buisson	BE		0	Europe/Brussels	50.55194	6.11292				WAL	WLG	63	63004
2787797	Rond Bonnet	rond-bonnet	BE		0	Europe/Brussels	50.61667	4.16667				WAL	WHT	55	55004
2787799	Ronchamps	ronchamps	BE		0	Europe/Brussels	50.15161	5.51898				WAL	WLX	83	83031
2787800	Ronchampay	ronchampay	BE		0	Europe/Brussels	50.1554	5.52842				WAL	WLX	83	83031
2787803	Ronce	ronce	BE		0	Europe/Brussels	50.53477	4.30321				WAL	WHT	52	52063
2787804	Ronce	ronce	BE		0	Europe/Brussels	50.15801	4.29644				WAL	WHT	56	56029
2787807	Romponcel	romponcel	BE		0	Europe/Brussels	49.69114	5.42305		Romponcel,Rond Poncel		WAL	WLX	85	85007
2787810	Romont	romont	BE		0	Europe/Brussels	50.78487	5.64139				VLG	VLI		
2787811	Romont	romont	BE		0	Europe/Brussels	50.69409	3.93825				WAL	WHT		
2787812	Rommersom	rommersom	BE		0	Europe/Brussels	50.78005	4.91604		Rommersom,Rommerson		VLG	VBR	24	24041
2787814	Rommelaar	rommelaar	BE		0	Europe/Brussels	50.98872	4.89558		Rommelaar,Rommelaer		VLG	VBR	24	24001
2787825	Rome	rome	BE		0	Europe/Brussels	50.69854	3.70284				WAL	WHT	51	51017
2787826	Romarin	romarin	BE		0	Europe/Brussels	50.72231	2.84011				VLG	VWV	33	33039
2787834	Rolleweg	rolleweg	BE		0	Europe/Brussels	51.15	3.16667				VLG	VWV	31	31040
2787840	Rollé	rolle	BE		0	Europe/Brussels	50.03719	5.68199				WAL	WLX	82	82005
2787841	Rollé	rolle	BE		0	Europe/Brussels	49.9	5.25		Role,Rolle,Rollé,Rolé		WAL	WLX	84	84009
2787842	Rolibuchy	rolibuchy	BE		0	Europe/Brussels	49.96571	5.2565		Roli Buchi,Rolibuchy,Rôli Buchi		WAL	WLX	84	84035
2787845	Rokershoek	rokershoek	BE		0	Europe/Brussels	50.74274	3.39108		Rokershoek,Rookershoek		VLG	VWV	34	34043
2787846	Rokegem	rokegem	BE		0	Europe/Brussels	50.84309	3.68883				VLG	VOV	45	45062
2787847	Rokalseide	rokalseide	BE		0	Europe/Brussels	51.23333	3.43333		Rokalseide,Roocalseyde		VLG	VOV	43	43010
2787848	Roisseleux	roisseleux	BE		0	Europe/Brussels	50.66882	5.84272		Basse-Roisseleux,Roiseleux,Roisseleux		WAL	WLG	63	63089
2787853	Roier Broek	roier-broek	BE		0	Europe/Brussels	50.95	5.13333		Roier Broek,Rooier Broek		VLG	VLI	71	71024
2787869	Rognac	rognac	BE		0	Europe/Brussels	50.56667	5.46667				WAL	WLG	62	62121
2787870	Rochelinval	rochelinval	BE		0	Europe/Brussels	50.34108	5.89503		Rochelinval,Roglinval		WAL	WLG	63	63086
2787871	Rogivaux	rogivaux	BE		0	Europe/Brussels	50.66667	5.6				WAL	WLG	62	62051
2787872	Rogissart	rogissart	BE		0	Europe/Brussels	50.68241	4.2323				WAL	WBR	25	25105
2787873	Roggeveld	roggeveld	BE		0	Europe/Brussels	51.01667	2.91667				VLG	VWV	32	32003
2787874	Roggeman	roggeman	BE		0	Europe/Brussels	51.06202	4.14888				VLG	VOV	42	42008
2787875	Rogery	rogery	BE		0	Europe/Brussels	50.24249	5.95009				WAL	WLX	82	82037
2787876	Rogerée	rogeree	BE		0	Europe/Brussels	50.58881	5.31488		Rogene,Rogené,Rogeree,Rogerée		WAL	WLG	61	61063
2787877	Rofessart	rofessart	BE		0	Europe/Brussels	50.68901	4.54628				WAL	WBR	25	25121
2787880	Roetershoek	roetershoek	BE		0	Europe/Brussels	51.13255	4.80243				VLG	VAN	13	13011
2787881	Roetaardstraat	roetaardstraat	BE		0	Europe/Brussels	51.11667	4.5		Roclaardstraat,Roelaardstraat,Roetaardstraat		VLG	VAN	12	12009
2787882	Roetaardshoek	roetaardshoek	BE		0	Europe/Brussels	51.11667	4.5				VLG	VAN	12	12009
2787883	Roesterberg	roesterberg	BE		0	Europe/Brussels	51.08066	5.66167		Roesterberg,Roosterberg		VLG	VLI	72	72021
2787884	Roest	roest	BE		0	Europe/Brussels	51.33671	5.11224				VLG	VAN	13	13001
2787885	Roesselberg	roesselberg	BE		0	Europe/Brussels	50.92126	4.87111		Roesselberg,Roesselbergh		VLG	VBR	24	24135
2787894	Roesbeke	roesbeke	BE		0	Europe/Brussels	50.82897	4.05816				VLG	VOV	41	41048
2787895	Roerberg	roerberg	BE		0	Europe/Brussels	50.73892	5.98892				WAL	WLG	63	63088
2787896	Roelerheide	roelerheide	BE		0	Europe/Brussels	50.91667	5.58333		Roeler Hei,Roelerheide		VLG	VLI	71	71067
2787897	Roelen	roelen	BE		0	Europe/Brussels	50.9	5.6				VLG	VLI	71	71067
2787898	Roeleinde	roeleinde	BE		0	Europe/Brussels	51.38333	4.75		Roeleinde,Roeleneinde,Roleinde		VLG	VAN	13	13037
2787900	Roel	roel	BE		0	Europe/Brussels	50.86487	5.08233				VLG	VBR	24	24130
2787904	Roe	roe	BE		0	Europe/Brussels	50.81898	4.00512				VLG	VOV	41	41048
2787905	Rode Sluis	rode-sluis	BE		0	Europe/Brussels	51.2169	3.91558				VLG	VOV		
2787908	Rode Poorthof	rode-poorthof	BE		0	Europe/Brussels	51.18333	4.28333		Rode Poorthof,Roode Poorthof		VLG	VOV	46	46003
2787909	Rodenrijt	rodenrijt	BE		0	Europe/Brussels	51.27147	5.47445		Rodenrijt,Rodenryt		VLG	VLI	72	72037
2787913	Rodenhuis	rodenhuis	BE		0	Europe/Brussels	51.13488	3.78124		Fort Rodenhuize,Fort Roodenhuize,Rodenhuis		VLG	VOV	44	44021
2787914	Rodenhoff	rodenhoff	BE		0	Europe/Brussels	49.76873	5.76532				WAL	WLX	81	81003
2787915	Rodenem	rodenem	BE		0	Europe/Brussels	50.7213	4.25025				VLG	VBR	23	23027
2787916	Rodendries	rodendries	BE		0	Europe/Brussels	51.1	4.08333		Rodendries,Roodendries,Roodendriesch		VLG	VOV	42	42023
2787917	Rodenboom	rodenboom	BE		0	Europe/Brussels	51.15997	5.28258		Rodeborn,Roden-Bom,Rodenboom,Rooden-Bom		VLG	VLI	72	72020
2787927	Rodeberg	rodeberg	BE		0	Europe/Brussels	51.01651	4.94273		Rodeberg,Roodeberg		VLG	VBR	24	24134
2787931	Rodebeek	rodebeek	BE		0	Europe/Brussels	50.84581	4.41749		Rodebeek,Roodebeek		BRU	BRU	21	21018
2787932	Rode	rode	BE		0	Europe/Brussels	50.88739	5.09488		Rhode,Rode		VLG	VBR	24	24028
2787933	Rode	rode	BE		0	Europe/Brussels	50.88408	4.93552		Rhode,Rode		VLG	VBR	24	24137
2787934	Rode	rode	BE		0	Europe/Brussels	50.74046	3.95748				VLG	VBR	23	23023
2787935	Rocquette	rocquette	BE		0	Europe/Brussels	50.56667	4.26667		Rocquette,Roquette		WAL	WHT	52	52063
2787941	Rocheux	rocheux	BE		0	Europe/Brussels	50.55	5.83333		Le Rocheux,Rocheux		WAL	WLG	63	63076
2787950	Roche du Chat	roche-du-chat	BE		0	Europe/Brussels	49.75073	5.2648				WAL	WLX	85	85011
2787951	Roche à l'Homme	roche-a-l-homme	BE		0	Europe/Brussels	50.08556	4.56456				WAL	WNA	93	93090
2787952	Roche à Frêne	roche-a-frene	BE		0	Europe/Brussels	50.35008	5.58969		Roche a Frene,Roche à Frêne,Roche-a-Fresne		WAL	WLX	83	83055
2787953	Roche à Bayard	roche-a-bayard	BE		0	Europe/Brussels	50.24392	4.92649				WAL	WNA	91	91034
2787954	Robrechtegem	robrechtegem	BE		0	Europe/Brussels	50.98333	3.3		Robrechtegem,Robrechteghem		VLG	VWV	37	37011
2787958	Robiewez	robiewez	BE		0	Europe/Brussels	50.56392	5.17486				WAL	WLG	61	61072
2787959	Robiercy	robiercy	BE		0	Europe/Brussels	50.25	6				WAL	WLX	82	82032
2787961	Robesse	robesse	BE		0	Europe/Brussels	50.48333	4.45				WAL	WHT	52	52011
2787964	Robertsart	robertsart	BE		0	Europe/Brussels	50.54851	3.70909		Robersart		WAL	WHT	51	51008
2787968	Robermont	robermont	BE		0	Europe/Brussels	50.62756	5.60578				WAL	WLG	62	62063
2787975	Robbroek	robbroek	BE		0	Europe/Brussels	51.03362	4.43223				VLG	VAN	12	12025
2787976	Robbesrode	robbesrode	BE		0	Europe/Brussels	50.93333	4.95				VLG	VBR	24	24008
2787977	Robbert	robbert	BE		0	Europe/Brussels	51.25	5.55				VLG	VLI	72	72037
2787981	Roanne	roanne	BE		0	Europe/Brussels	50.41712	5.87434		Roanne		WAL	WLG	63	63075
2787982	Ro	ro	BE		0	Europe/Brussels	51.09871	3.53571		Ro,Roo		VLG	VOV	44	44085
2787983	Ro	ro	BE		0	Europe/Brussels	51.06573	3.5392		Rho,Ro		VLG	VOV	44	44083
2787985	Rizoi	rizoi	BE		0	Europe/Brussels	50.78333	3.7				VLG	VOV	45	45064
2787986	Riz d'Hez	riz-d-hez	BE		0	Europe/Brussels	50.58333	4.5		Ri d'Hez,Riz d'Hez		WAL	WBR	25	25031
2787987	Rixhalle	rixhalle	BE		0	Europe/Brussels	50.43333	5.6				WAL	WLG	61	61019
2787992	Rivierstraat	rivierstraat	BE		0	Europe/Brussels	51.05	3.88333				VLG	VOV	42	42010
2787993	Rivierenhof	rivierenhof	BE		0	Europe/Brussels	51.21667	4.46667				VLG	VAN	11	11002
2787995	Rivieren	rivieren	BE		0	Europe/Brussels	50.75	3.75				WAL	WHT	51	51019
2788006	Rivage	rivage	BE		0	Europe/Brussels	50.4855	5.58496				WAL	WLG	62	62100
2788008	Rivage	rivage	BE		0	Europe/Brussels	50.45423	3.85534				WAL	WHT	53	53065
2788009	Rivage	rivage	BE		0	Europe/Brussels	50.41822	5.96696		Rivage		WAL	WLG	63	63073
2788010	Risquons Tout	risquons-tout	BE		0	Europe/Brussels	50.75	3.18333				VLG	VWV		
2788012	Riscoterie	riscoterie	BE		0	Europe/Brussels	50.75	3.66667		Riscoterie,Riscotrie		WAL	WHT	51	51017
2788013	Ripstraat	ripstraat	BE		0	Europe/Brussels	51.21667	4.11667				VLG	VOV	46	46020
2788014	Ripain	ripain	BE		0	Europe/Brussels	50.6821	4.18241				WAL	WBR	25	25105
2788017	Rinkhout	rinkhout	BE		0	Europe/Brussels	51.06667	4.05		Rinckhout,Rinkhout		VLG	VOV	42	42028
2788022	Rimière	rimiere	BE		0	Europe/Brussels	50.53637	5.45752		La Rimiere,La Rimière,Rimiere,Rimière		WAL	WLG	62	62121
2788023	Rimeir	rimeir	BE		0	Europe/Brussels	50.99066	3.99711				VLG	VOV	42	42026
2788025	Rimanvaux	rimanvaux	BE		0	Europe/Brussels	49.81667	5.6		Rimanvau,Rimanvaux		WAL	WLX	84	84033
2788026	Rilroheide	rilroheide	BE		0	Europe/Brussels	50.7238	4.31028				VLG	VBR	23	23003
2788027	Rille	rille	BE		0	Europe/Brussels	50.9982	2.85106				VLG	VWV	32	32003
2788032	Rijweg	rijweg	BE		0	Europe/Brussels	51.05882	4.33247		Rijweg,Ryweg		VLG	VAN	12	12041
2788033	Rijvers	rijvers	BE		0	Europe/Brussels	51.12582	3.54191		Rijvers,Rijvis,Ryvers		VLG	VOV	44	44085
2788034	Rijstraat	rijstraat	BE		0	Europe/Brussels	50.78333	4.01667				VLG	VOV	41	41048
2788036	Rijssel	rijssel	BE		0	Europe/Brussels	51.04799	5.16106		Reysel,Rijssel,Rijssels		VLG	VLI	71	71004
2788037	Rijsel	rijsel	BE		0	Europe/Brussels	51.17931	3.92505		Rijsel,Rijssel		VLG	VOV	44	44045
2788039	Rijsbrugge	rijsbrugge	BE		0	Europe/Brussels	51.01667	3.65				VLG	VOV	44	44064
2788040	Rijsberge	rijsberge	BE		0	Europe/Brussels	51.08533	3.25407				VLG	VWV	37	37018
2788041	Rijsberg	rijsberg	BE		0	Europe/Brussels	51.17978	5.17446		Reisbergen,Rijsberg		VLG	VAN	13	13003
2788043	Rijsbeek	rijsbeek	BE		0	Europe/Brussels	50.93333	5.2		Reisbeek,Rijsbeek		VLG	VLI	71	71024
2788045	Rijnrode	rijnrode	BE		0	Europe/Brussels	50.93296	5.03608		Rijnrode,Rynrode		VLG	VBR	24	24008
2788048	Rijmelgem	rijmelgem	BE		0	Europe/Brussels	50.87477	4.45438		Rijmelgem,Rymelghem		VLG	VBR	23	23094
2788053	Rijkestraat	rijkestraat	BE		0	Europe/Brussels	51.2	3.68333				VLG	VOV	43	43002
2788054	Rijkenhoek	rijkenhoek	BE		0	Europe/Brussels	51.1	4.21667		Rijkenhoek,Rykenhoek		VLG	VAN	12	12007
2788055	Rijkenhoek	rijkenhoek	BE		0	Europe/Brussels	50.96166	4.43517				VLG	VBR	23	23096
2788056	Rijken	rijken	BE		0	Europe/Brussels	51.25	3.71667		Rijken,Ryken		VLG	VOV	43	43002
2788057	Rijken	rijken	BE		0	Europe/Brussels	51.02746	3.1569		Rijken,Ryken		VLG	VWV	36	36011
2788058	Rijkelstraat	rijkelstraat	BE		0	Europe/Brussels	51.03333	4.05				VLG	VOV	42	42006
2788061	Rijke Klei	rijke-klei	BE		0	Europe/Brussels	50.85139	3.71442				VLG	VOV	45	45065
2788062	Rijkbos	rijkbos	BE		0	Europe/Brussels	50.88542	3.81484				VLG	VOV	41	41081
2788063	Rijk	rijk	BE		0	Europe/Brussels	50.85	5.51667		Rijk,Ryck		VLG	VLI	73	73006
2788064	Rijger	rijger	BE		0	Europe/Brussels	50.95	4.08333				VLG	VOV	41	41002
2788065	Rijdstraat	rijdstraat	BE		0	Europe/Brussels	50.87172	3.6373		Rijdstraat,Rydstraat		VLG	VOV	45	45035
2788067	Rijbroek	rijbroek	BE		0	Europe/Brussels	51.06667	3.5		Reibroek,Reybroeck,Rijbroek		VLG	VOV	44	44084
2788068	Rigenée	rigenee	BE		0	Europe/Brussels	50.56713	4.52542		Rigene,Rigenee,Rigenée		WAL	WBR	25	25107
2788069	Rigel	rigel	BE		0	Europe/Brussels	50.91689	5.06983				VLG	VBR	24	24054
2788070	Rigaudrye	rigaudrye	BE		0	Europe/Brussels	50.74526	3.68753				WAL	WHT	51	51017
2788074	Rieudotte	rieudotte	BE		0	Europe/Brussels	50.50089	5.13049				WAL	WNA	92	92003
2788078	Riethof	riethof	BE		0	Europe/Brussels	51.21667	3.96667				VLG	VOV	44	44045
2788082	Riet	riet	BE		0	Europe/Brussels	51.21667	5.46667				VLG	VLI	72	72043
2788083	Riet	riet	BE		0	Europe/Brussels	51.18264	5.52679				VLG	VLI	72	72003
2788084	Riessonsart	riessonsart	BE		0	Europe/Brussels	50.60403	5.71003		Riesonsart,Riessonsart		WAL	WLG	63	63057
2788090	Rieme	rieme	BE		0	Europe/Brussels	51.1758	3.78728		Rieme		VLG	VOV	44	44019
2788091	Riek	riek	BE		0	Europe/Brussels	51.05193	3.19668		Rick,Riek		VLG	VWV	37	37018
2788096	Riconvert	riconvert	BE		0	Europe/Brussels	50.25379	4.29351		Riconvert,Rigonvert		WAL	WNA	93	93088
2788098	Richtenberg	richtenberg	BE		0	Europe/Brussels	50.17745	6.11095				WAL	WLG	63	63087
2788099	Richemont	richemont	BE		0	Europe/Brussels	50.5609	5.31779				WAL	WLG	61	61003
2788103	Richelette	richelette	BE		0	Europe/Brussels	50.6878	5.73991				WAL	WLG	62	62119
2788105	Ribeke	ribeke	BE		0	Europe/Brussels	50.8	3.75				VLG	VOV	45	45059
2788106	Rianwelz	rianwelz	BE		0	Europe/Brussels	50.45	4.35				WAL	WHT	52	52015
2788109	Rhône	rhone	BE		0	Europe/Brussels	50.63333	3.66667				WAL	WHT	57	57094
2788113	Rhion	rhion	BE		0	Europe/Brussels	50.55252	4.891				WAL	WNA	92	92035
2788114	Rhées	rhees	BE		0	Europe/Brussels	50.67953	5.62464				WAL	WLG	62	62051
2788117	Revogne	revogne	BE		0	Europe/Brussels	50.09395	5.04568		Revogne		WAL	WNA	91	91013
2788120	Revioux	revioux	BE		0	Europe/Brussels	50.53747	4.40308				WAL	WHT	52	52075
2788123	Reux	reux	BE		0	Europe/Brussels	50.24274	5.09117		Reux		WAL	WNA	91	91030
2788124	Reutenbeek	reutenbeek	BE		0	Europe/Brussels	50.75937	4.53135				VLG	VBR	23	23062
2788126	Reutel	reutel	BE		0	Europe/Brussels	50.84985	3.0039		Reutelhoek		VLG	VWV	33	33037
2788129	Reumont	reumont	BE		0	Europe/Brussels	50.32487	4.32503				WAL	WHT	56	56078
2788134	Rettigny	rettigny	BE		0	Europe/Brussels	50.16744	5.88017				WAL	WLX	82	82037
2788141	Restert	restert	BE		0	Europe/Brussels	50.91667	4.01667				VLG	VOV	41	41002
2788145	Restaumont	restaumont	BE		0	Europe/Brussels	50.5625	4.14142				WAL	WHT	55	55050
2788146	Rest	rest	BE		0	Europe/Brussels	51.11776	5.38073				VLG	VLI	72	72038
2788147	Rest	rest	BE		0	Europe/Brussels	50.94566	4.91717				VLG	VBR	24	24135
2788150	Ressebeek	ressebeek	BE		0	Europe/Brussels	50.90354	4.07711		Resschebeek,Ressebeek		VLG	VOV	41	41002
2788153	Respelle	respelle	BE		0	Europe/Brussels	49.88363	5.47206		Respelle,Respelt		WAL	WLX	84	84043
2788154	Respaille	respaille	BE		0	Europe/Brussels	50.6	4.8				WAL	WNA	92	92035
2788155	Résimont	resimont	BE		0	Europe/Brussels	50.40658	5.19492				WAL	WNA	92	92097
2788156	Repstraat	repstraat	BE		0	Europe/Brussels	50.76667	3.85				VLG	VOV	41	41018
2788159	Reppe	reppe	BE		0	Europe/Brussels	50.50089	5.11747		Reppe		WAL	WNA	92	92003
2788160	Reppe	reppe	BE		0	Europe/Brussels	50.42674	5.09162				WAL	WNA	92	92097
2788161	Renuamont	renuamont	BE		0	Europe/Brussels	50.01816	5.58756				WAL	WLX	82	82038
2788162	Renowelz	renowelz	BE		0	Europe/Brussels	50.65975	3.68141				WAL	WHT	51	51004
2788163	Renouprez	renouprez	BE		0	Europe/Brussels	50.67391	5.82721		Renoupre,Renouprez,Renoupré		WAL	WLG	63	63035
2788164	Renoupré	renoupre	BE		0	Europe/Brussels	50.60541	5.88799				WAL	WLG	63	63020
2788165	Renory	renory	BE		0	Europe/Brussels	50.60351	5.55886		Renory		WAL	WLG	62	62063
2788167	Renochamp	renochamp	BE		0	Europe/Brussels	50.03333	5.08333				WAL	WLX	84	84075
2788171	Renival	renival	BE		0	Europe/Brussels	50.6818	4.49173		Renival,Renivaux		WAL	WBR	25	25119
2788173	Renissart	renissart	BE		0	Europe/Brussels	50.55	4.26667				WAL	WHT	52	52063
2788174	Renise	renise	BE		0	Europe/Brussels	50.59531	4.87183				WAL	WNA	92	92035
2788175	Renipont	renipont	BE		0	Europe/Brussels	50.70328	4.50238				WAL	WBR	25	25119
2788180	Renglez	renglez	BE		0	Europe/Brussels	50.16667	5.88333				WAL	WLX	82	82037
2788181	Rengissart	rengissart	BE		0	Europe/Brussels	50.63333	5.43333		Rengisart,Rengissart		WAL	WLG	62	62118
2788182	Rengies	rengies	BE		0	Europe/Brussels	50.5024	3.55906				WAL	WHT	57	57064
2788183	Rendries	rendries	BE		0	Europe/Brussels	50.72393	4.01494				VLG	VBR	23	23032
2788185	Rendeux Bas	rendeux-bas	BE		0	Europe/Brussels	50.24244	5.49902				WAL	WLX	83	83044
2788188	Rendestede	rendestede	BE		0	Europe/Brussels	50.8	4.01667				VLG	VOV	41	41048
2788189	Rendershoek	rendershoek	BE		0	Europe/Brussels	51.10034	4.9841		Rendershoek,Rundershoek		VLG	VAN	13	13008
2788191	Rencheux	rencheux	BE		0	Europe/Brussels	50.2872	5.90404				WAL	WLX	82	82032
2788193	Renaumont	renaumont	BE		0	Europe/Brussels	49.92978	5.44733				WAL	WLX	84	84077
2788195	Renardmont	renardmont	BE		0	Europe/Brussels	50.39276	5.92072				WAL	WLG	63	63073
2788197	Rena Fontaine	rena-fontaine	BE		0	Europe/Brussels	50.13333	5.7				WAL	WLX	82	82014
2788198	Renachenet	renachenet	BE		0	Europe/Brussels	50	5.45				WAL	WLX	84	84077
2788200	Remonval	remonval	BE		0	Europe/Brussels	50.39892	6.11535				WAL	WLG	63	63080
2788202	Rémont	remont	BE		0	Europe/Brussels	50.32562	5.22983				WAL	WNA	91	91064
2788204	Remon Quesnoy	remon-quesnoy	BE		0	Europe/Brussels	50.64478	3.73733				WAL	WHT	51	51004
2788205	Remonfosse	remonfosse	BE		0	Europe/Brussels	49.9676	5.71615		Remoifosse,Remonfosse		WAL	WLX	82	82003
2788206	Remoiville	remoiville	BE		0	Europe/Brussels	49.91724	5.63689				WAL	WLX	82	82036
2788210	Remience	remience	BE		0	Europe/Brussels	49.94834	5.56702		Remience,Remiens		WAL	WLX	82	82036
2788213	Remichampagne	remichampagne	BE		0	Europe/Brussels	49.93493	5.64076		Remichampagne,Reminchampagne		WAL	WLX	82	82036
2788216	Remalipont	remalipont	BE		0	Europe/Brussels	50.71258	3.76817		Remalipont,Remanpont		WAL	WHT	55	55023
2788221	Relst	relst	BE		0	Europe/Brussels	50.9455	4.58587				VLG	VBR	23	23038
2788222	Religieuses	religieuses	BE		0	Europe/Brussels	50.73333	3.75				WAL	WHT	55	55023
2788229	Rekkelinge	rekkelinge	BE		0	Europe/Brussels	51	3.53333		Rekkelinge,Rekkelingen		VLG	VOV	44	44083
2788230	Rekhoven	rekhoven	BE		0	Europe/Brussels	51	5.23333		Reckhoven,Reekhoven,Rekhoven		VLG	VLI	71	71070
2788233	Rekegem	rekegem	BE		0	Europe/Brussels	50.87293	3.74045				VLG	VOV	45	45065
2788234	Reke	reke	BE		0	Europe/Brussels	50.78733	3.049		Reeke,Reke		VLG	VWV	33	33029
2788235	Reke	reke	BE		0	Europe/Brussels	50.75914	3.81352		Reeke,Reke		VLG	VOV	41	41018
2788236	Rejet Mouleux	rejet-mouleux	BE		0	Europe/Brussels	50.72203	3.41274				WAL	WHT	57	57018
2788237	Rejet Maquet	rejet-maquet	BE		0	Europe/Brussels	50.73333	3.43333				WAL	WHT	57	57018
2788238	Rejet du Sart	rejet-du-sart	BE		0	Europe/Brussels	50.65885	3.4345				WAL	WHT	57	57081
2788239	Rejet de Sèble	rejet-de-seble	BE		0	Europe/Brussels	50.71747	3.39808				WAL	WHT	57	57018
2788240	Rejet à Rhosnes	rejet-a-rhosnes	BE		0	Europe/Brussels	50.7371	3.52073				WAL	WHT	57	57095
2788241	Reitje	reitje	BE		0	Europe/Brussels	50.89439	5.43961		Reijt,Reijtje,Reitje,Reytje		VLG	VLI	71	71011
2788242	Reit	reit	BE		0	Europe/Brussels	51.16451	5.16644		Reit,Reith		VLG	VAN	13	13003
2788243	Reiserenvroente	reiserenvroente	BE		0	Europe/Brussels	50.90529	5.02553		Reiserenvroente,Reyserenvroente		VLG	VBR	24	24054
2788244	Reinkens Heide	reinkens-heide	BE		0	Europe/Brussels	51.02029	5.70987		Reinkens Heide,Reynkens Heide		VLG	VLI	72	72041
2788246	Reinartzhof	reinartzhof	BE		0	Europe/Brussels	50.61175	6.16796				WAL	WLG	63	63023
2788250	Reigerlo	reigerlo	BE		0	Europe/Brussels	51.11667	3.31667		Reigerlo,Reigerloo		VLG	VWV	31	31003
2788251	Reigerie	reigerie	BE		0	Europe/Brussels	50.95	3.08333		Reigerie,Reygerie		VLG	VWV	36	36019
2788252	Reiger	reiger	BE		0	Europe/Brussels	51.08112	3.02934				VLG	VWV	35	35006
2788253	Reidmeers	reidmeers	BE		0	Europe/Brussels	50.86667	3.63333		Reidmeers,Rietmeers,Ryd-Meersch		VLG	VOV	45	45035
2788254	Rei	rei	BE		0	Europe/Brussels	50.96122	5.19983		Rei,Reij,Rey		VLG	VLI	71	71024
2788255	Reharmont	reharmont	BE		0	Europe/Brussels	50.34019	5.822		Reharmont		WAL	WLG	63	63045
2788257	Regulaar	regulaar	BE		0	Europe/Brussels	51.02185	4.42959				VLG	VAN	12	12025
2788258	Reguignies	reguignies	BE		0	Europe/Brussels	50.45	4.36667				WAL	WHT	52	52015
2788259	Regreny Champs	regreny-champs	BE		0	Europe/Brussels	50.48333	6.01667				WAL	WLG	63	63049
2788260	Régniessart	regniessart	BE		0	Europe/Brussels	50.01606	4.58678		Regniessart,Regnissart,Régniessart		WAL	WNA	93	93014
2788264	Regné	regne	BE		0	Europe/Brussels	50.25387	5.7872				WAL	WLX	82	82032
2788265	Régissa	regissa	BE		0	Europe/Brussels	50.49121	5.25773		Regissa,Regissa-Waldor,Régissa,Régissa-Waldor		WAL	WLG	61	61041
2788266	Regenwortel	regenwortel	BE		0	Europe/Brussels	51.38333	4.81667				VLG	VAN	13	13037
2788267	Regenboog	regenboog	BE		0	Europe/Brussels	51.21667	4.46667				VLG	VAN	11	11002
2788268	Regenboog	regenboog	BE		0	Europe/Brussels	51.06667	3.66667				VLG	VOV	44	44021
2788280	Redingen	redingen	BE		0	Europe/Brussels	50.8216	4.82486				VLG	VBR	24	24016
2788281	Redia	redia	BE		0	Europe/Brussels	50.22916	5.06787				WAL	WNA	91	91072
2788283	Recq	recq	BE		0	Europe/Brussels	50.66105	3.7429				WAL	WHT	51	51004
2788287	Reckeler	reckeler	BE		0	Europe/Brussels	50.18333	6				WAL	WLX	82	82037
2788288	Rechtstraat	rechtstraat	BE		0	Europe/Brussels	51.11667	3.98333				VLG	VOV	46	46014
2788289	Rechtstraat	rechtstraat	BE		0	Europe/Brussels	51.11667	3.83333		Rechtstraat,Regtstraat		VLG	VOV	44	44034
2788290	Rechtstraat	rechtstraat	BE		0	Europe/Brussels	51.11667	3.78333				VLG	VOV	44	44021
2788291	Rechtestraat	rechtestraat	BE		0	Europe/Brussels	51.1	4.5				VLG	VAN	12	12009
2788296	Rechrival	rechrival	BE		0	Europe/Brussels	50.00646	5.57786		Rechirval,Rechival,Rechrival		WAL	WLX	82	82038
2788297	Rechimont	rechimont	BE		0	Europe/Brussels	50.01229	5.57211				WAL	WLX	82	82038
2788298	Rechauvaux	rechauvaux	BE		0	Europe/Brussels	49.6	5.75		A Rechauvaux,Rechauvaux		WAL	WLX	81	81015
2788304	Raversijde-Bad	raversijde-bad	BE		0	Europe/Brussels	51.2	2.85		Raversijde-Bad,Raversijde-Baden,Raversijde-Bains		VLG	VWV	35	35013
2788305	Raversijde	raversijde	BE		0	Europe/Brussels	51.2068	2.86284		Raversijde,Raversyde		VLG	VWV	35	35013
2788306	Raverschoot	raverschoot	BE		0	Europe/Brussels	51.18753	3.5345		Raverschoot		VLG	VOV	43	43005
2788310	Ravenshout	ravenshout	BE		0	Europe/Brussels	51.06717	5.16206				VLG	VLI	71	71057
2788311	Ravelsehoek	ravelsehoek	BE		0	Europe/Brussels	51.34094	5.10154		Raevelschenhoek,Raevelsenhoek,Ravelsehoek		VLG	VAN	13	13001
2788315	Rauwelkoven	rauwelkoven	BE		0	Europe/Brussels	51.17274	4.9466				VLG	VAN	13	13008
2788316	Rauw	rauw	BE		0	Europe/Brussels	51.22111	5.20453		Rauw		VLG	VAN	13	13025
2788317	Raumont	raumont	BE		0	Europe/Brussels	50.06667	5.06667				WAL	WLX	84	84075
2788318	Rauhisse	rauhisse	BE		0	Europe/Brussels	50.11667	5.1				WAL	WNA	91	91114
2788320	Raufays	raufays	BE		0	Europe/Brussels	50.24419	5.19547				WAL	WNA	91	91030
2788321	Rattevalle	rattevalle	BE		0	Europe/Brussels	51.15219	2.80021		Ratteval,Rattevalle		VLG	VWV	35	35011
2788322	Rattepoelmeers	rattepoelmeers	BE		0	Europe/Brussels	50.81162	3.65795		Rattenpoel,Rattepoelmeers,Rattepoelmeersch		VLG	VOV	45	45064
2788324	Rattenhoek	rattenhoek	BE		0	Europe/Brussels	51.24729	4.12095		Rattenhoek,Rattentoet		VLG	VOV	46	46020
2788326	Rattendries	rattendries	BE		0	Europe/Brussels	50.85505	4.12133		Rattendries,Rattendriesch		VLG	VBR	23	23097
2788327	Rattendaal	rattendaal	BE		0	Europe/Brussels	50.79845	4.25956		Rattendaal,Rattendael		VLG	VBR	23	23077
2788328	Rattenberg	rattenberg	BE		0	Europe/Brussels	50.86667	4.05				VLG	VOV	41	41048
2788329	Rattenberg	rattenberg	BE		0	Europe/Brussels	50.79575	4.58219				VLG	VBR	24	24045
2788330	Rattekot	rattekot	BE		0	Europe/Brussels	50.84311	2.62324				VLG	VWV	33	33021
2788331	Ratentout	ratentout	BE		0	Europe/Brussels	50.58005	4.68592				WAL	WNA	92	92142
2788332	Rateling	rateling	BE		0	Europe/Brussels	51.04272	3.28729				VLG	VWV	37	37018
2788334	Rastadt	rastadt	BE		0	Europe/Brussels	50.08333	5.7				WAL	WLX	82	82005
2788335	Rastaartven	rastaartven	BE		0	Europe/Brussels	51.26346	4.85007				VLG	VAN	13	13019
2788336	Rasselhoek	rasselhoek	BE		0	Europe/Brussels	50.9	4.28333				VLG	VBR	23	23002
2788338	Raspaille	raspaille	BE		0	Europe/Brussels	50.3	5.9				WAL	WLX	82	82032
2788340	Rasbeek	rasbeek	BE		0	Europe/Brussels	50.7	3.98333				WAL	WHT		
2788343	Rapertingen	rapertingen	BE		0	Europe/Brussels	50.90092	5.35753		Raepertingen,Rapertingen		VLG	VLI	71	71022
2788344	Rapenburg	rapenburg	BE		0	Europe/Brussels	51.32309	4.22903		Rapenburg		VLG	VOV	46	46003
2788345	Rapenberg	rapenberg	BE		0	Europe/Brussels	51.1375	4.29446				VLG	VOV	46	46013
2788347	Ransy	ransy	BE		0	Europe/Brussels	50.61667	5.63333		Basse Ransy,Haute Ransy,Ransy		WAL	WLG	62	62063
2788356	Randoure	randoure	BE		0	Europe/Brussels	50	5.28333		Randour,Randoure		WAL	WLX	84	84035
2788357	Randicamp	randicamp	BE		0	Europe/Brussels	50.56658	3.50005				WAL	WHT	57	57081
2788358	Rancimont	rancimont	BE		0	Europe/Brussels	49.93333	5.18333				WAL	WLX	84	84050
2788359	Rancimont	rancimont	BE		0	Europe/Brussels	49.79571	5.55658				WAL	WLX	84	84033
2788372	Ramschouw	ramschouw	BE		0	Europe/Brussels	50.96667	3.93333				VLG	VOV	41	41034
2788373	Ramquin	ramquin	BE		0	Europe/Brussels	50.33575	4.13712				WAL	WHT	56	56049
2788377	Ramonshoek	ramonshoek	BE		0	Europe/Brussels	51.19209	3.88525		Ramonshoek,Ramontshoek		VLG	VOV	44	44073
2788379	Ramkin	ramkin	BE		0	Europe/Brussels	50.73333	5.33333				WAL	WLG	64	64056
2788284	Recogne	recogne	BE	6800	0	Europe/Brussels	50.05229	5.73658				WAL	WLX	82	82003
2788380	Ramioulle	ramioulle	BE		0	Europe/Brussels	50.58286	5.42734		Ramioul,Ramioulle		WAL	WLG	62	62120
2788383	Ramet	ramet	BE		0	Europe/Brussels	50.5847	5.44069				WAL	WLG	62	62120
2788385	Ramerschleid Hau	ramerschleid-hau	BE		0	Europe/Brussels	49.63333	5.86667				WAL	WLX	81	81001
2788392	Ramecroix	ramecroix	BE		0	Europe/Brussels	50.59567	3.47382				WAL	WHT	57	57081
2788393	Rambouchy	rambouchy	BE		0	Europe/Brussels	50.1	5.6				WAL	WLX	83	83031
2788394	Rakske	rakske	BE		0	Europe/Brussels	51.06945	3.30021				VLG	VWV	37	37018
2788395	Rainwez	rainwez	BE		0	Europe/Brussels	50.28191	4.26581				WAL	WHT	56	56005
2788397	Raidit	raidit	BE		0	Europe/Brussels	50.51621	4.74704				WAL	WNA	92	92142
2788398	Rahy	rahy	BE		0	Europe/Brussels	50.23333	5.93333				WAL	WLX	82	82037
2788403	Rahet	rahet	BE		0	Europe/Brussels	50.31667	5.41667		Rachet,Rahet		WAL	WLX	83	83012
2788407	Raffendonk	raffendonk	BE		0	Europe/Brussels	51.26667	4.73333		Raffendonck,Raffendonk		VLG	VAN	11	11057
2788408	Rafelberg	rafelberg	BE		0	Europe/Brussels	50.83333	4.6		Rafelberg,Raffelberg,Ratelberg		VLG	VBR	24	24045
2788412	Raer	raer	BE		0	Europe/Brussels	50.7	5.88333				WAL	WLG	63	63003
2788413	Radoux	radoux	BE		0	Europe/Brussels	50.7	4.11667				WAL	WBR	25	25123
2788414	Radelange	radelange	BE		0	Europe/Brussels	49.84212	5.72322				WAL	WLX	81	81013
2788418	Rachels	rachels	BE		0	Europe/Brussels	51.00079	5.72336				VLG	VLI	73	73107
2788421	Rachamps	rachamps	BE		0	Europe/Brussels	50.0838	5.78666				WAL	WLX	82	82003
2788422	Racelles	racelles	BE		0	Europe/Brussels	50.18333	5.5				WAL	WLX	83	83031
2788424	Rabotrath	rabotrath	BE		0	Europe/Brussels	50.66457	6.01432		Rabothrath,Rabotrath		WAL	WLG	63	63048
2788425	Rabot	rabot	BE		0	Europe/Brussels	51.09507	3.65656				VLG	VOV	44	44019
2788426	Rabosée	rabosee	BE		0	Europe/Brussels	50.66871	5.67416		Rabezee,Rabezée,Rabosee,Rabosée,Rabozee,Rabozée		WAL	WLG	62	62119
2788427	Rabosée	rabosee	BE		0	Europe/Brussels	50.27976	5.34188				WAL	WNA	91	91120
2788431	Raasbos	raasbos	BE		0	Europe/Brussels	50.86667	3.68333		Raasbos,Raasbosch		VLG	VOV	45	45035
2788433	Raaptorf	raaptorf	BE		0	Europe/Brussels	50.77202	3.43202				VLG	VWV	34	34003
2788437	Raam	raam	BE		0	Europe/Brussels	51.1348	5.75819				VLG	VLI	72	72018
2788438	Raak	raak	BE		0	Europe/Brussels	51.18988	5.53307				VLG	VLI	72	72003
2788440	Quinten	quinten	BE		0	Europe/Brussels	50.75	5.81667		Kwinten,Quinten		WAL	WLG		
2788442	Quièvremont	quievremont	BE		0	Europe/Brussels	50.66148	3.46144				WAL	WHT	57	57081
2788452	Queue la Veau	queue-la-veau	BE		0	Europe/Brussels	50.22009	5.61265				WAL	WLX	83	83031
2788455	Queue de Rance	queue-de-rance	BE		0	Europe/Brussels	50.12779	4.3097				WAL	WHT	56	56029
2788456	Queue de l'Herzé	queue-de-l-herze	BE		0	Europe/Brussels	50.16667	4.36667				WAL	WNA	93	93010
2788457	Quesnoy	quesnoy	BE		0	Europe/Brussels	50.73155	3.42033				WAL	WHT	57	57018
2788458	Quesnoy	quesnoy	BE		0	Europe/Brussels	50.71183	3.75334				WAL	WHT	51	51017
2788459	Quesnoy	quesnoy	BE		0	Europe/Brussels	50.70577	3.59311		Quenoy,Quesnoy		WAL	WHT	51	51065
2788460	Quesnoy	quesnoy	BE		0	Europe/Brussels	50.6	4.21667				WAL	WHT	55	55004
2788461	Quesnoy	quesnoy	BE		0	Europe/Brussels	50.54878	3.57459				WAL	WHT	57	57064
2788462	Quesnoy	quesnoy	BE		0	Europe/Brussels	50.50599	3.39365				WAL	WHT	57	57093
2788464	Quesnoy	quesnoy	BE		0	Europe/Brussels	50.58286	3.66789		Quesnoy		WAL	WHT	57	57094
2788465	Quennezi	quennezi	BE		0	Europe/Brussels	50.57033	3.50889		Quenezi,Quennezi		WAL	WHT	57	57081
2788466	Le Quesniau	le-quesniau	BE		0	Europe/Brussels	50.57141	3.95765				WAL	WHT	53	53046
2788467	Queneulle	queneulle	BE		0	Europe/Brussels	50.68333	3.3				WAL	WHT	57	57027
2788469	Quenestine	quenestine	BE		0	Europe/Brussels	50.68333	4.15				WAL	WBR	25	25123
2788470	Queneau	queneau	BE		0	Europe/Brussels	50.75346	3.70361		Quenau,Queneau		WAL	WHT	51	51019
2788473	Quemanne d'Atrin	quemanne-d-atrin	BE		0	Europe/Brussels	50.38078	5.44286				WAL	WLX	83	83012
2788474	Quatre Verges	quatre-verges	BE		0	Europe/Brussels	50.33333	5.21667				WAL	WNA	91	91064
2788475	Quatre Vents	quatre-vents	BE		0	Europe/Brussels	50.76667	3.66667				WAL	WHT		
2788476	Quatre Vents	quatre-vents	BE		0	Europe/Brussels	50.73354	3.81462				WAL	WHT	55	55023
2788477	Quatre Vents	quatre-vents	BE		0	Europe/Brussels	50.7	3.83333				WAL	WHT	55	55023
2788478	Quatre Vents	quatre-vents	BE		0	Europe/Brussels	50.66667	3.38333				WAL	WHT	57	57062
2788479	Quatre Vents	quatre-vents	BE		0	Europe/Brussels	50.21132	4.18721		Les Quatre Vents,Quatre Vents		WAL	WHT	56	56088
2788480	Quatre Vents	quatre-vents	BE		0	Europe/Brussels	49.70506	5.8053				WAL	WLX	81	81001
2788482	Quatre Rois	quatre-rois	BE		0	Europe/Brussels	50.77052	2.9293		Gapaard,Les Quatre Rois,Quatre Rois		VLG	VWV	33	33039
2788484	Quatre Chins	quatre-chins	BE		0	Europe/Brussels	50.58869	3.29004				WAL	WHT	57	57081
2788485	Quatre Chemins	quatre-chemins	BE		0	Europe/Brussels	50.72502	3.72953				WAL	WHT	51	51017
2788486	Quatre Chemins	quatre-chemins	BE		0	Europe/Brussels	50.63945	5.90527				WAL	WLG	63	63046
2788487	LesQuatres Chemins	lesquatres-chemins	BE		0	Europe/Brussels	50.51086	3.51786		Les Quatre Chemins		WAL	WHT	57	57064
2788488	Quatre-Bras	quatre-bras	BE		0	Europe/Brussels	50.56879	4.67073		Quarte-Bras,Quatre-Bras		WAL	WNA	92	92142
2788489	Quartiers	quartiers	BE		0	Europe/Brussels	50.33537	5.87915				WAL	WLX	82	82032
2788490	Quartier Central	quartier-central	BE		0	Europe/Brussels	50.56667	4.16667				WAL	WHT	55	55050
2788491	Quartier Blancpain	quartier-blancpain	BE		0	Europe/Brussels	49.86667	5.35				WAL	WLX	84	84043
2788492	Quartier au Doré	quartier-au-dore	BE		0	Europe/Brussels	50.06667	5.11667				WAL	WLX	84	84075
2788498	Quareux	quareux	BE		0	Europe/Brussels	50.44625	5.74352				WAL	WLG	62	62009
2788501	Quarante Bonniers	quarante-bonniers	BE		0	Europe/Brussels	50.69109	4.27773				VLG			
2788503	Puvinage	puvinage	BE		0	Europe/Brussels	50.7467	3.7232				WAL	WHT	51	51019
2788504	Puursheide	puursheide	BE		0	Europe/Brussels	51.06954	4.27902		Puers-heide,Puursheide		VLG	VAN	12	12041
2788508	Pützhag	puetzhag	BE		0	Europe/Brussels	50.67975	6.13046				WAL	WLG	63	63061
2788509	Putting	putting	BE		0	Europe/Brussels	51.15206	4.61743				VLG	VAN	12	12026
2788510	Putteveld	putteveld	BE		0	Europe/Brussels	51.13333	3.8				VLG	VOV	44	44021
2788511	Puttestraat	puttestraat	BE		0	Europe/Brussels	50.9	3.78333				VLG	VOV	41	41081
2788514	Puttenen	puttenen	BE		0	Europe/Brussels	51.11586	3.9619				VLG	VOV	46	46014
2788516	Puttenberg	puttenberg	BE		0	Europe/Brussels	50.98861	4.7751				VLG	VBR	24	24007
2788517	Puttenberg	puttenberg	BE		0	Europe/Brussels	50.83333	4.06667				VLG	VOV	41	41048
2788518	Puttekomheide	puttekomheide	BE		0	Europe/Brussels	50.98574	4.61933				VLG	VBR	24	24033
2788524	Putkapel	putkapel	BE		0	Europe/Brussels	50.92896	4.72352				VLG	VBR	24	24062
2788533	Pullewijde	pullewijde	BE		0	Europe/Brussels	50.89845	4.15182		Pulleweide,Pullewijde		VLG	VBR	23	23002
2788537	Pullaar	pullaar	BE		0	Europe/Brussels	51.11667	4.51667				VLG	VAN	12	12021
2788538	Pullaar	pullaar	BE		0	Europe/Brussels	51.0617	4.32715		Pullaar,Pullaer,Pullar		VLG	VAN	12	12041
2788541	Puivelde	puivelde	BE		0	Europe/Brussels	51.1734	4.08465		Puivelde,Puyvelde		VLG	VOV	46	46021
2788542	Puitsarmoede	puitsarmoede	BE		0	Europe/Brussels	51.08333	2.91667		Puitsarmoede,Puytsarmoede		VLG	VWV	32	32003
2788543	Puithoek	puithoek	BE		0	Europe/Brussels	50.86667	3.63333				VLG	VOV	45	45035
2788544	Puiput	puiput	BE		0	Europe/Brussels	51.1999	4.27453				VLG	VOV	46	46003
2788545	Puienbrug	puienbrug	BE		0	Europe/Brussels	51.1493	3.86558		Puienbrug,Puyenbrug		VLG	VOV	44	44073
2788547	Puidt	puidt	BE		0	Europe/Brussels	50.7	3.95		Puidt,Puyt		WAL	WHT		
2788548	Puhain	puhain	BE		0	Europe/Brussels	50.65998	4.1427				WAL	WBR	25	25123
2788551	Puce Maigne	puce-maigne	BE		0	Europe/Brussels	50.7	3.73333				WAL	WHT	51	51017
2788552	Puagne	puagne	BE		0	Europe/Brussels	50.36272	4.61819				WAL	WNA	92	92048
2788562	Provèdroux	provedroux	BE		0	Europe/Brussels	50.25181	5.89616				WAL	WLX	82	82032
2788563	Prouvy	prouvy	BE		0	Europe/Brussels	49.68321	5.43648				WAL	WLX	85	85007
2788564	Prostdij	prostdij	BE		0	Europe/Brussels	51.03442	3.48472				VLG	VOV	44	44084
2788567	Prop	prop	BE		0	Europe/Brussels	51.23333	3.51667				VLG	VOV	43	43014
2788571	Promelles	promelles	BE		0	Europe/Brussels	50.61042	4.40904				WAL	WBR	25	25031
2788572	Profonsart	profonsart	BE		0	Europe/Brussels	50.69635	4.54817		Profondsart,Profonsart		WAL	WBR	25	25112
2788573	Profondval	profondval	BE		0	Europe/Brussels	50.61444	5.47233				WAL	WLG	62	62120
2788574	Profond Rieu	profond-rieu	BE		0	Europe/Brussels	50.565	4.12681		Profond Rieu,Profondrieux		WAL	WHT	55	55050
2788575	Profond Rieu	profond-rieu	BE		0	Europe/Brussels	50.53558	4.28857		Profond Rieu,Profondrieux		WAL	WHT	52	52063
2788579	Privot	privot	BE		0	Europe/Brussels	50.65699	5.79395				WAL	WLG	63	63035
2788581	Prinsenstraat	prinsenstraat	BE		0	Europe/Brussels	51.21667	4				VLG	VOV	46	46024
2788583	Prinsenhof	prinsenhof	BE		0	Europe/Brussels	51.13333	3.86667		Princenhof,Prinsenhof		VLG	VOV	44	44034
2788589	Prinsbemden	prinsbemden	BE		0	Europe/Brussels	50.95	5.31667				VLG	VLI	71	71022
2788590	Prindaal	prindaal	BE		0	Europe/Brussels	50.91667	3.93333		Prindaal,Prindael		VLG	VOV	41	41082
2788591	Prindaal	prindaal	BE		0	Europe/Brussels	50.8	4.06667				VLG	VBR	23	23024
2788595	Prijstraat	prijstraat	BE		0	Europe/Brussels	51.25063	4.88574		Prijstraat,Prysstraat		VLG	VAN	13	13017
2788596	Prijshoek	prijshoek	BE		0	Europe/Brussels	50.78654	3.21563		Preshoek,Prijshoek,Pryshoek		VLG	VWV	34	34022
2788598	Priesteragie	priesteragie	BE		0	Europe/Brussels	51.16667	4.15				VLG	VOV	46	46021
2788602	Priesmont	priesmont	BE		0	Europe/Brussels	50.29167	5.92028				WAL	WLX	82	82032
2788603	Priem	priem	BE		0	Europe/Brussels	50.76667	3.8				WAL	WHT		
2788604	Priche	priche	BE		0	Europe/Brussels	50.41003	4.196				WAL	WHT	56	56011
2788605	Preyat	preyat	BE		0	Europe/Brussels	50.43057	4.75388				WAL	WNA	92	92045
2788609	Presseux	presseux	BE		0	Europe/Brussels	50.49608	5.62506		Presseux		WAL	WLG	62	62100
2788610	Presseux	presseux	BE		0	Europe/Brussels	49.91597	5.40046				WAL	WLX	84	84077
2788618	Presende	presende	BE		0	Europe/Brussels	51.03333	2.66667		Presende,Presente		VLG	VWV	38	38025
2788619	Prés du Taureau	pres-du-taureau	BE		0	Europe/Brussels	49.69989	5.51209				WAL	WLX	85	85039
2788623	Pré Piret	pre-piret	BE		0	Europe/Brussels	49.78333	5.15		Le Pre Piret,Le Pré Piret,Pre Piret,Pré Piret		WAL	WLX	84	84010
2788625	Pré Massin	pre-massin	BE		0	Europe/Brussels	50.34432	5.78625				WAL	WLG	63	63086
2788626	Pré Martin	pre-martin	BE		0	Europe/Brussels	49.76678	5.35191				WAL	WLX	85	85007
2788627	Prelle	prelle	BE		0	Europe/Brussels	50.08333	5.55				WAL	WLX	83	83049
2788629	Pré Lacroix	pre-lacroix	BE		0	Europe/Brussels	50.11667	5.36667				WAL	WLX	83	83040
2788630	Prekershei	prekershei	BE		0	Europe/Brussels	51.22671	4.04685				VLG	VOV	46	46024
2788632	Préfroid	prefroid	BE		0	Europe/Brussels	50.01667	5.35				WAL	WLX	84	84059
2788635	Preel	preel	BE		0	Europe/Brussels	50.18373	6.11858				WAL	WLG	63	63087
2788637	Prée	pree	BE		0	Europe/Brussels	50.32305	4.60886				WAL	WNA	92	92087
2788638	Pré-du-Bois	pre-du-bois	BE		0	Europe/Brussels	49.88333	5.31667				WAL	WLX	84	84043
2788639	Predikherenberg	predikherenberg	BE		0	Europe/Brussels	50.86698	4.74209		Predikheeren Berg,Predikherenberg		VLG	VBR	24	24062
2788641	Pré des Huttes	pre-des-huttes	BE		0	Europe/Brussels	49.86667	5.31667				WAL	WLX	84	84009
2788642	Pré de l'Oie	pre-de-l-oie	BE		0	Europe/Brussels	50.35745	5.06907				WAL	WNA	92	92006
2788643	Pré d'Amite	pre-d-amite	BE		0	Europe/Brussels	50.41667	5.03333				WAL	WNA	92	92054
2788644	Pré Colot	pre-colot	BE		0	Europe/Brussels	50.08333	4.36667				WAL	WHT	56	56016
2788645	Pré Carnet	pre-carnet	BE		0	Europe/Brussels	50.3	5.98333				WAL	WLX	82	82032
2788646	Pré Brulard	pre-brulard	BE		0	Europe/Brussels	50	4.38333				WAL	WHT	56	56016
2788648	Préaix	preaix	BE		0	Europe/Brussels	50.41667	6.05				WAL	WLG	63	63049
2788650	Prayon	prayon	BE		5240	Europe/Brussels	50.57795	5.6753				WAL	WLG	62	62122
2788652	Prairies de Gimbes	prairies-de-gimbes	BE		0	Europe/Brussels	50.08333	5.33333				WAL	WLX	84	84059
2788653	Prairie	prairie	BE		0	Europe/Brussels	50.66697	3.88792				WAL	WHT	55	55039
2788655	Prahy	prahy	BE		0	Europe/Brussels	50.47246	4.63453				WAL	WNA	92	92137
2788656	Prage	prage	BE		0	Europe/Brussels	50.82361	4.67417		Praeghe,Prage		VLG	VBR	24	24086
2788662	Pourri	pourri	BE		0	Europe/Brussels	50.73794	3.71708		Le Pourri,Pourri		WAL	WHT	51	51019
2788663	Pourrain	pourrain	BE		0	Europe/Brussels	50.38963	5.05245				WAL	WNA	92	92054
2788668	Poulk	poulk	BE		0	Europe/Brussels	50.8307	4.07026		Poelk,Poulck,Poulek,Poulk		VLG	VBR	23	23097
2788669	Pouillon Fourneau	pouillon-fourneau	BE		0	Europe/Brussels	50.546	5.80771		Pouillon Fourneau,Pouillou-Fourneau		WAL	WLG	63	63076
2788672	Pouhon	pouhon	BE		0	Europe/Brussels	50.41667	5.65				WAL	WLG	62	62009
2788679	Pottersbrug	pottersbrug	BE		0	Europe/Brussels	51.16806	3.85812				VLG	VOV	44	44073
2788681	Potterie	potterie	BE		0	Europe/Brussels	50.75223	3.74754		La Potteree,La Potterée,Potterie		WAL	WHT	51	51019
2788682	Pottenberg	pottenberg	BE		0	Europe/Brussels	50.83271	3.7208				VLG	VOV	45	45059
2788684	Pottelberg	pottelberg	BE		0	Europe/Brussels	50.81642	3.25778		Pottelberg		VLG	VWV	34	34022
2788685	Pottebezemhoek	pottebezemhoek	BE		0	Europe/Brussels	51.06667	3.11667				VLG	VWV	31	31033
2788686	Pottebezem	pottebezem	BE		0	Europe/Brussels	51.08333	2.95		Pottebesem,Pottebezem		VLG	VWV	32	32010
2788689	Potray	potray	BE		0	Europe/Brussels	50.58765	3.94143				WAL	WHT	53	53046
2788690	Potisseau	potisseau	BE		0	Europe/Brussels	50.4	4.86667				WAL	WNA	92	92094
2788691	Potijzer	potijzer	BE		0	Europe/Brussels	50.77338	3.21103				VLG	VWV	34	34022
2788692	Potijze	potijze	BE		0	Europe/Brussels	50.86011	2.91288				VLG	VWV	33	33011
2788693	Poterijbroek	poterijbroek	BE		0	Europe/Brussels	50.95	5.15				VLG	VLI	71	71024
2788695	Potegem	potegem	BE		0	Europe/Brussels	50.86436	3.43606		Potegem,Poteghem		VLG	VWV	34	34040
2788696	Poteaupré	poteaupre	BE		0	Europe/Brussels	49.99162	4.34072				WAL	WHT	56	56016
2788697	Poteau	poteau	BE		0	Europe/Brussels	50.31	6.00996				WAL	WLX	82	82032
2788698	Poteau	poteau	BE		0	Europe/Brussels	50.23333	5.68333				WAL	WLX	83	83055
2788700	Potanenbos	potanenbos	BE		0	Europe/Brussels	50.91667	5.1		Petanenbosch,Potanenbos		VLG	VLI	71	71020
2788701	Potaardewijk	potaardewijk	BE		0	Europe/Brussels	50.97517	3.80428		Potaardewijk,Potaardewyk		VLG	VOV	44	44040
2788704	Potaardberg	potaardberg	BE		0	Europe/Brussels	50.83333	3.83333				VLG	VOV	41	41081
2788705	Posthoornhoek	posthoornhoek	BE		0	Europe/Brussels	50.80021	3.14664				VLG	VWV	34	34041
2788706	Posthoorn	posthoorn	BE		0	Europe/Brussels	51.26852	3.74942				VLG	VOV	43	43002
2788709	Postel	postel	BE		0	Europe/Brussels	51.28895	5.18919		Postel		VLG	VAN	13	13025
2788710	Post	post	BE		0	Europe/Brussels	49.7512	5.7665		Post		WAL	WLX	81	81003
2788711	Portugezenhoek	portugezenhoek	BE		0	Europe/Brussels	51.15	4.33333				VLG	VAN	11	11018
2788712	Porte au Wez	porte-au-wez	BE		0	Europe/Brussels	50.59152	3.70625				WAL	WHT	51	51004
2788713	Porte au Sart	porte-au-sart	BE		0	Europe/Brussels	50.01667	5.05				WAL	WLX	84	84016
2788714	Porfays	porfays	BE		0	Europe/Brussels	50.57287	6.10843				WAL	WLG	63	63004
2788728	Popendonk	popendonk	BE		0	Europe/Brussels	51.41458	4.66041				VLG	VAN	11	11053
2788729	Poorterij	poorterij	BE		0	Europe/Brussels	50.83743	3.75735		Poorterij,Poortery		VLG	VOV	45	45059
2788730	Poorterhoek	poorterhoek	BE		0	Europe/Brussels	51.08333	3.1		Poorterhoek,Poortershoek		VLG	VWV	31	31033
2788731	Pont Troué	pont-troue	BE		0	Europe/Brussels	50.3735	3.87114				WAL	WHT	53	53028
2788732	Pont Tordoir	pont-tordoir	BE		0	Europe/Brussels	50.64854	4.0881				WAL	WHT	55	55004
2788733	Pontslag	pontslag	BE		0	Europe/Brussels	50.91752	3.78039				VLG	VOV	44	44052
2788734	Pont Saint-Vaast	pont-saint-vaast	BE		0	Europe/Brussels	50.43561	4.16459				WAL	WHT	56	56011
2788735	Pont Rouge	pont-rouge	BE		0	Europe/Brussels	50.73205	2.93169				WAL	WHT	54	54010
2788736	Pont Paquette	pont-paquette	BE		0	Europe/Brussels	50.71049	3.2959				WAL	WHT	57	57027
2788739	Pontisse	pontisse	BE		0	Europe/Brussels	50.68096	5.63349		Bois-de-Pontisse,La Pontisse,Pontisse		WAL	WLG	62	62051
2788743	Ponthoz	ponthoz	BE		0	Europe/Brussels	50.41587	5.40097				WAL	WLG	61	61012
2788744	Ponthoek	ponthoek	BE		0	Europe/Brussels	50.94406	3.46317				VLG	VOV	44	44081
2788745	Ponthière	ponthiere	BE		0	Europe/Brussels	50.53333	5.33333				WAL	WLG	61	61003
2788746	Pont Gérard	pont-gerard	BE		0	Europe/Brussels	50.33333	5.66667		Point Gerard,Point Gérard,Pont Gerard,Pont Gérard		WAL	WLX	83	83055
2788747	Pontenbeek	pontenbeek	BE		0	Europe/Brussels	50.71667	3.93333				WAL	WHT		
2788748	Pont du Sart	pont-du-sart	BE		0	Europe/Brussels	50.4941	4.14339				WAL	WHT	55	55022
2788749	Pont du Lion Sart	pont-du-lion-sart	BE		0	Europe/Brussels	50.35	4.18333				WAL	WHT	56	56049
2788750	Pont du Diable	pont-du-diable	BE		0	Europe/Brussels	50.26667	4.46667				WAL	WNA	93	93088
2788754	Pont de Bonne	pont-de-bonne	BE		0	Europe/Brussels	50.45191	5.28574				WAL	WLG	61	61041
2788755	Pont d'Eau	pont-d-eau	BE		0	Europe/Brussels	50.57131	3.31121				WAL	WHT	57	57072
2788756	Pont d'Ancre	pont-d-ancre	BE		0	Europe/Brussels	50.7224	3.8276				WAL	WHT	55	55023
2788757	Pont aux Rieux	pont-aux-rieux	BE		0	Europe/Brussels	50.53738	4.59829				WAL	WNA	92	92114
2788758	Pontaury	pontaury	BE		0	Europe/Brussels	50.33951	4.66388				WAL	WNA	92	92087
2788759	Pont à Rieu	pont-a-rieu	BE		0	Europe/Brussels	50.58887	3.39325				WAL	WHT	57	57081
2788761	Pont à Migneloux	pont-a-migneloux	BE		0	Europe/Brussels	50.5002	4.46216				WAL	WHT	52	52075
2788762	Pont-à-l'Haie	pont-a-l-haie	BE		0	Europe/Brussels	50.75	3.41667		Pont-A-L'Haye,Pont-a-l'Haie,Pont-à-l'Haie		WAL	WHT		
2788764	Pont à Chin	pont-a-chin	BE		0	Europe/Brussels	50.64263	3.34611				WAL	WHT	57	57081
2788767	Pont	pont	BE		0	Europe/Brussels	50.36478	6.03947		Pont		WAL	WLG	63	63049
2788768	Ponsin	ponsin	BE		0	Europe/Brussels	50.66667	5.16667				WAL	WLG	64	64029
2788773	Pondire	pondire	BE		0	Europe/Brussels	50.28778	5.10769				WAL	WNA	91	91030
2788774	Poncia	poncia	BE		0	Europe/Brussels	50.34913	5.2438				WAL	WNA	91	91064
2788775	Ponchau	ponchau	BE		0	Europe/Brussels	50.62311	3.82101				WAL	WHT	51	51004
2788776	Poncelle	poncelle	BE		0	Europe/Brussels	49.67092	5.53548				WAL	WLX	85	85039
2788777	Ponceau Combert	ponceau-combert	BE		0	Europe/Brussels	50.2	5.83333				WAL	WLX	82	82037
2788778	Ponceau	ponceau	BE		0	Europe/Brussels	50.6264	4.78114				WAL	WBR	25	25084
2788780	Ponange	ponange	BE		0	Europe/Brussels	50.5719	3.56575				WAL	WHT	57	57064
2788781	Pomptje	pomptje	BE		0	Europe/Brussels	51.20665	3.02505		Pompje,Pomptje		VLG	VWV	35	35014
2788782	Pompelaar	pompelaar	BE		0	Europe/Brussels	51.08333	4.5				VLG	VAN	12	12009
2788786	Pomfort	pomfort	BE		0	Europe/Brussels	51.26233	5.05152		Pomfort,Ponfort,Pontfort		VLG	VAN	13	13036
2788794	Pollaartmeers	pollaartmeers	BE		0	Europe/Brussels	50.78333	3.9		Pollaart Meersch,Pollaartmeers		VLG	VOV	41	41018
2788796	Polken	polken	BE		0	Europe/Brussels	51.19234	4.00224				VLG	VOV	46	46024
2788797	Polingsgat	polingsgat	BE		0	Europe/Brussels	51.23333	4.25				VLG	VOV	46	46003
2788798	Polfbroekstraat	polfbroekstraat	BE		0	Europe/Brussels	50.91667	3.86667		Polbroekstraat,Polfbroekstraat		VLG	VOV	41	41063
2788799	Polenak	polenak	BE		0	Europe/Brussels	50.81001	3.83975				VLG	VOV	45	45063
2788806	Poix Saint-Hubert	poix-saint-hubert	BE		0	Europe/Brussels	50.01877	5.29356				WAL	WLX	84	84059
2788807	Poirier	poirier	BE		0	Europe/Brussels	50.58496	4.20417				WAL	WHT	55	55050
2788810	Point du Jour	point-du-jour	BE		0	Europe/Brussels	50.71591	4.58081		Le Point du Jour,Point du Jour		WAL	WBR	25	25112
2788811	Point du Jour	point-du-jour	BE		0	Europe/Brussels	50.26667	4.7				WAL	WNA	93	93022
2788812	Point du Jour	point-du-jour	BE		0	Europe/Brussels	50.23333	4.28333				WAL	WHT	56	56005
2788813	Poijel	poijel	BE		0	Europe/Brussels	51.15462	4.9539		Poiel,Poijel,Poyel		VLG	VAN	13	13008
2788814	Poignaart	poignaart	BE		0	Europe/Brussels	51.20629	4.29866		Poenjaard,Poignaart,Poignard		VLG	VOV	46	46003
2788815	Poezelhoek	poezelhoek	BE		0	Europe/Brussels	50.84242	3.00322				VLG	VWV	33	33037
2788816	Poesthem	poesthem	BE		0	Europe/Brussels	50.78333	3.63333		Poestem,Poesthem		VLG	VOV	45	45064
2788819	Poesel	poesel	BE		0	Europe/Brussels	50.95	2.83333		Poesel,Poesele		VLG	VWV	32	32030
2788820	Poermolen	poermolen	BE		0	Europe/Brussels	51.3	3.2				VLG	VWV	31	31005
2788821	Poepelboom	poepelboom	BE		0	Europe/Brussels	50.98333	3.88333				VLG	VOV	42	42025
2788824	Poeleinde	poeleinde	BE		0	Europe/Brussels	51.4	4.8				VLG	VAN	13	13014
2788825	Poeleinde	poeleinde	BE		0	Europe/Brussels	51.1	4.98333		Poeleinde,Poleind		VLG	VAN	13	13008
2788826	Poeldries	poeldries	BE		0	Europe/Brussels	50.75307	3.39324				VLG	VWV	34	34042
2788829	Poelberg	poelberg	BE		0	Europe/Brussels	50.98125	3.36575				VLG	VWV	37	37015
2788830	Poel	poel	BE		0	Europe/Brussels	51.20785	3.79488				VLG	VOV	43	43018
2788831	Poel	poel	BE		0	Europe/Brussels	50.9	4.23333				VLG	VBR	23	23002
2788832	Poel	poel	BE		0	Europe/Brussels	50.78333	3.5				VLG	VOV	45	45060
2788840	Plutsingen	plutsingen	BE		0	Europe/Brussels	50.74604	4.12356				VLG	VBR	23	23064
2788843	Pluimennest	pluimennest	BE		0	Europe/Brussels	50.9937	4.29301		Pluimenest,Pluimennest		VLG	VBR	23	23045
2788844	Plouys	plouys	BE		0	Europe/Brussels	50.52374	3.87251				WAL	WHT	53	53044
2788847	Plome Mochon	plome-mochon	BE		0	Europe/Brussels	50.29512	5.45808		Plome Mochon,Plume Mohon		WAL	WLX	83	83013
2788848	Plomcot	plomcot	BE		0	Europe/Brussels	50.48333	4.56667				WAL	WHT	52	52021
2788850	Plokrooi	plokrooi	BE		0	Europe/Brussels	51.07523	5.52627		Plockroij,Plockroy,Plokroi,Plokrooi		VLG	VLI	72	72042
2788852	Ploeg Ter Hagen	ploeg-ter-hagen	BE		0	Europe/Brussels	50.96667	4.11667		Ploeg Ter Hagen,Ploeg Ter-haagen		VLG	VOV	41	41002
2788856	Ploeg	ploeg	BE		0	Europe/Brussels	51.16667	4.11667				VLG	VOV	46	46021
2788858	Plijn	plijn	BE		0	Europe/Brussels	51.22905	4.77502		Plijn,Plyn		VLG	VAN	13	13044
2788859	Pleintje	pleintje	BE		0	Europe/Brussels	51.25	4.9		Pleintje,Pleintjen		VLG	VAN	13	13017
2788861	Plein de Saint-Michel	plein-de-saint-michel	BE		0	Europe/Brussels	50.08333	5.38333				WAL	WLX	84	84059
2788862	Plein de Chênes	plein-de-chenes	BE		0	Europe/Brussels	50.38333	4.26667				WAL	WHT	56	56044
2788863	Plein	plein	BE		0	Europe/Brussels	51.00897	4.42343				VLG	VAN	12	12025
2788864	Playé	playe	BE		0	Europe/Brussels	50.5	5.7				WAL	WLG	62	62100
2788866	Platteweide	platteweide	BE		0	Europe/Brussels	50.91667	3.76667				VLG	VOV	41	41081
2788867	Platteput	platteput	BE		0	Europe/Brussels	51.13333	4.3				VLG	VOV	46	46013
2788868	Platten Lenden Berg	platten-lenden-berg	BE		0	Europe/Brussels	51.03333	5.7		Platte Lindenberg,Platten Lenden Berg		VLG	VLI	72	72041
2788869	Platte Heide	platte-heide	BE		0	Europe/Brussels	51.2665	5.43618				VLG	VLI	72	72043
2788870	Platheule	platheule	BE		0	Europe/Brussels	51.26162	3.31914				VLG	VWV	31	31006
2788871	Plate Pierre	plate-pierre	BE		0	Europe/Brussels	49.95	4.96667				WAL	WNA	91	91054
2788872	Plateau	plateau	BE		0	Europe/Brussels	50.66114	5.52795				WAL	WLG	62	62003
2788875	Plassendonk	plassendonk	BE		0	Europe/Brussels	51.15	4.83333				VLG	VAN	13	13011
2788876	Plassendale	plassendale	BE		0	Europe/Brussels	51.20931	3.00248		Plasschendaele,Plasschendale,Plassendaal,Plassendale		VLG	VWV	35	35014
2788878	Plas Bos	plas-bos	BE		0	Europe/Brussels	50.97563	4.93753		Plas Bos,Plas Bosch		VLG	VBR	24	24134
2788879	Plas	plas	BE		0	Europe/Brussels	51.28487	5.09538		Plas,Plasweg		VLG	VAN	13	13036
2788880	Plas	plas	BE		0	Europe/Brussels	51.11667	4.65				VLG	VAN	12	12002
2788881	Plaquerie	plaquerie	BE		0	Europe/Brussels	50.66237	3.8278				WAL	WHT	51	51004
2788884	Plantis du Tige	plantis-du-tige	BE		0	Europe/Brussels	50.31667	5.15				WAL	WNA	91	91059
2788885	Plantis de Geauvelant	plantis-de-geauvelant	BE		0	Europe/Brussels	50.26667	5.01667		Planti de Geauvelant,Plantis de Geauvelant		WAL	WNA	91	91034
2788886	Plantbos	plantbos	BE		0	Europe/Brussels	50.94732	5.03307		Plantbos,Plantbosch		VLG	VBR	24	24008
2788887	Planson	planson	BE		0	Europe/Brussels	50.34501	4.69204				WAL	WNA	92	92087
2788888	Planquette	planquette	BE		0	Europe/Brussels	50.57555	3.77226				WAL	WHT	51	51014
2788889	Planque	planque	BE		0	Europe/Brussels	50.73333	3.76667				WAL	WHT	51	51019
2788890	Planoy	planoy	BE		0	Europe/Brussels	50.33333	4.61667				WAL	WNA	92	92087
2788891	Planoit	planoit	BE		0	Europe/Brussels	50.63249	4.18802				WAL	WHT	55	55004
2788892	Planners	planners	BE		0	Europe/Brussels	50.45	6.03333				WAL	WLG	63	63049
2788894	Planken	planken	BE		0	Europe/Brussels	50.85	4.2				VLG	VBR	23	23016
2788895	Planken	planken	BE		0	Europe/Brussels	50.75284	3.84163				VLG	VOV	41	41018
2788896	Plankebrug	plankebrug	BE		0	Europe/Brussels	51.02499	4.80995				VLG	VAN	13	13013
2788898	Plankebeek	plankebeek	BE		0	Europe/Brussels	50.85	3.83333				VLG	VOV	41	41081
2788900	Planche au Pêcheur	planche-au-pecheur	BE		0	Europe/Brussels	50.69019	4.36621				WAL	WBR	25	25014
2788902	Planche	planche	BE		0	Europe/Brussels	50.74171	3.71943		La Planque,Planche		WAL	WHT	51	51019
2788903	Planche	planche	BE		0	Europe/Brussels	50.38495	6.01031		La Planche,Planche		WAL	WLG	63	63049
2788911	Plaine Haie	plaine-haie	BE		0	Europe/Brussels	50.03333	5.41667				WAL	WLX	84	84059
2788912	Plaine de Bodimont	plaine-de-bodimont	BE		0	Europe/Brussels	49.8	5.11667				WAL	WLX	84	84010
2788913	Plagneau	plagneau	BE		0	Europe/Brussels	50.13753	4.27188				WAL	WHT	56	56088
2788914	Pladutse	pladutse	BE		0	Europe/Brussels	50.8	3.56667				VLG	VOV	45	45035
2788915	Plachette	plachette	BE		0	Europe/Brussels	50.75	3.73333		Les Plachettes,Plachette		WAL	WHT	51	51019
2788917	Place à l'Aulnoit	place-a-l-aulnoit	BE		0	Europe/Brussels	50.72301	3.64759		Place A L'Aunois,Place a l'Aulnoit,Place à l'Aulnoit		WAL	WHT	51	51017
2788920	Plaatsbeke	plaatsbeke	BE		0	Europe/Brussels	50.76667	3.8				WAL	WHT		
2788922	Plaat	plaat	BE		0	Europe/Brussels	51.08333	4.18333				VLG	VOV	42	42008
2788923	Plaanstraat	plaanstraat	BE		0	Europe/Brussels	50.96667	3.63333				VLG	VOV	44	44048
2788927	Pitinks	pitinks	BE		0	Europe/Brussels	51.25	4.66667		Pitinckx,Pitinks		VLG	VAN	11	11055
2788928	Pitet	pitet	BE		0	Europe/Brussels	50.59953	5.17679				WAL	WLG	64	64015
2788929	Pitbulken	pitbulken	BE		0	Europe/Brussels	51.01667	3.5				VLG	VOV	44	44083
2788930	Pisserotte	pisserotte	BE		0	Europe/Brussels	50.21793	5.78486				WAL	WLX	82	82014
2788931	Pisselotte	pisselotte	BE		0	Europe/Brussels	50.23333	4.41667				WAL	WNA	93	93010
2788933	Piroy	piroy	BE		0	Europe/Brussels	49.99704	5.3536		Piroi		WAL	WLX	84	84059
2788934	Pirot	pirot	BE		0	Europe/Brussels	50	5.05				WAL	WLX	84	84016
2788935	Pironpré	pironpre	BE		0	Europe/Brussels	50.00255	5.48557		Pirompre,Pirompré,Pironpre,Pironpré		WAL	WLX	84	84077
2788937	Pironche	pironche	BE		0	Europe/Brussels	50.68324	3.66568				WAL	WHT	51	51065
2788940	Pirly	pirly	BE		0	Europe/Brussels	50.21667	4.98333				WAL	WNA	91	91072
2788944	Pireaumont	pireaumont	BE		0	Europe/Brussels	50.55914	4.47392		Piraumont,Pireaumont		WAL	WBR	25	25107
2788946	Pire	pire	BE		0	Europe/Brussels	50.65	3.56667				WAL	WHT	51	51065
2788951	Pinsamont	pinsamont	BE		0	Europe/Brussels	49.99672	5.56682		Painsamont,Pinsamont		WAL	WLX	82	82038
2788952	Pinco	pinco	BE		0	Europe/Brussels	49.73333	5.31667				WAL	WLX	85	85011
2788953	Pinchart	pinchart	BE		0	Europe/Brussels	50.67677	4.53984				WAL	WBR	25	25121
2788955	Pinceaumont	pinceaumont	BE		0	Europe/Brussels	49.8	4.95				WAL	WLX		
2788956	Pin	pin	BE		0	Europe/Brussels	49.68726	5.37043				WAL	WLX	85	85007
2788957	Pilckem	pilckem	BE		0	Europe/Brussels	50.89979	2.88562				VLG	VWV	33	33011
2788960	Pikkerij	pikkerij	BE		0	Europe/Brussels	51.00241	4.4048				VLG	VAN	12	12025
2788961	Pikkelgem	pikkelgem	BE		0	Europe/Brussels	50.78333	3.83333		Pikkeigem,Pikkelgem		VLG	VOV	45	45063
2788963	Pijp Tabak	pijp-tabak	BE		0	Europe/Brussels	51.23369	4.33425		Pijp Tabak,Pipe de Tabac,Tabakpijp		VLG	VAN	11	11056
2788964	Pijpestraat	pijpestraat	BE		0	Europe/Brussels	50.71667	3.35				VLG	VWV	34	34043
2788965	Pijperzele	pijperzele	BE		0	Europe/Brussels	50.8283	3.81195		Pijperzeele,Pijperzele		VLG	VOV	41	41081
2788966	Pijpenbeek	pijpenbeek	BE		0	Europe/Brussels	50.91992	4.01396				VLG	VOV	41	41002
2788967	Pijpelheide	pijpelheide	BE		0	Europe/Brussels	51.02995	4.75619		Pijpelheide,Pypelheide		VLG	VAN	12	12014
2788968	Pijpel	pijpel	BE		0	Europe/Brussels	51.01667	4.75				VLG	VBR	24	24109
2788969	Pijpegale	pijpegale	BE		0	Europe/Brussels	50.91787	2.82042		Pijpegale,Pypegaale		VLG	VWV	32	32030
2788971	Pijnegem	pijnegem	BE		0	Europe/Brussels	50.8628	4.08186		Pijnegem,Pynegem		VLG	VBR	23	23044
2788972	Pifosse	pifosse	BE		0	Europe/Brussels	50.26667	5.71667				WAL	WLX	83	83055
2788974	Piétremeau	pietremeau	BE		0	Europe/Brussels	50.73333	4.93333		Pietremau,Pietremeau,Piétremau,Piétremeau		WAL	WBR	25	25048
2788984	Pietersberg	pietersberg	BE		0	Europe/Brussels	50.85905	4.71697		Pietersberg,Sint-Peeters Berg,Sint-Pietersberg		VLG	VBR	24	24062
2788985	Pietelbeek	pietelbeek	BE		0	Europe/Brussels	50.91893	5.36967				VLG	VLI	71	71022
2788986	Pietakker	pietakker	BE		0	Europe/Brussels	51.05	3.41667				VLG	VWV	37	37012
2788988	Pierstraat	pierstraat	BE		0	Europe/Brussels	51.11667	4.41667				VLG	VAN	11	11024
2788989	Piersoulx	piersoulx	BE		0	Europe/Brussels	50.48333	4.45		Pierresoulx,Piersoulx		WAL	WHT	52	52011
2788990	Pierroy	pierroy	BE		0	Europe/Brussels	50.66667	4.91667				WAL	WBR	25	25122
2788991	Pierreux Ris	pierreux-ris	BE		0	Europe/Brussels	50.4	5.8				WAL	WLG	63	63075
2788992	Pierreux	pierreux	BE		0	Europe/Brussels	50.45	5.63333				VLG	VLI		
2788993	Pierreux	pierreux	BE		0	Europe/Brussels	50.66052	4.11966				WAL	WBR	25	25123
2788994	Pierreuse Heid	pierreuse-heid	BE		0	Europe/Brussels	50.6	5.98333				WAL	WLG	63	63004
2788995	Pierreuse	pierreuse	BE		0	Europe/Brussels	50.33333	5.81667				WAL	WLG	63	63045
2788998	Pierpont	pierpont	BE		0	Europe/Brussels	50.46713	5.2108				WAL	WLG	61	61039
2788999	Pierlaponthoek	pierlaponthoek	BE		0	Europe/Brussels	51.13199	3.17257				VLG	VWV	31	31040
2789000	Pierkenstraat	pierkenstraat	BE		0	Europe/Brussels	50.9	3.78333		Pierkensstraat,Pierkenstraat		VLG	VOV	41	41081
2789001	Pierkenshoek	pierkenshoek	BE		0	Europe/Brussels	50.97891	2.93482		Berkenshoek,Pierkenshoek		VLG	VWV	32	32006
2789002	Pieresses	pieresses	BE		0	Europe/Brussels	50.59825	5.95971				WAL	WLG	63	63046
2789004	Pied du Mont	pied-du-mont	BE		0	Europe/Brussels	50.31667	5.8				WAL	WLG	63	63045
2789005	Piebroek	piebroek	BE		0	Europe/Brussels	50.68333	3.95				WAL	WHT	55	55039
2789006	Pidebecq	pidebecq	BE		0	Europe/Brussels	50.67394	3.76685				WAL	WHT	51	51004
2789009	Pichelotte	pichelotte	BE		0	Europe/Brussels	50.03333	4.9				WAL	WNA	91	91054
2789010	Pic-au-Vent	pic-au-vent	BE		0	Europe/Brussels	50.58566	3.34982				WAL	WHT	57	57081
2789011	Picardien	picardien	BE		0	Europe/Brussels	51.24779	4.57666		Picardien,Pikkardie		VLG	VAN	11	11039
2789018	Pfau	pfau	BE		0	Europe/Brussels	50.66434	6.10483				WAL	WLG	63	63061
2789019	Pevenage	pevenage	BE		0	Europe/Brussels	50.76667	3.76667				WAL	WHT		
2789022	Peulis	peulis	BE		0	Europe/Brussels	51.03721	4.58945				VLG	VAN	12	12029
2789023	Peu d'Eau	peu-d-eau	BE		0	Europe/Brussels	50.47526	5.09757				WAL	WNA	92	92003
2789025	Pétrieux	petrieux	BE		0	Europe/Brussels	50.63441	3.54191				WAL	WHT	57	57081
2789026	Petria	petria	BE		0	Europe/Brussels	50.34102	4.42843				WAL	WHT	56	56086
2789027	Petit Wasmes	petit-wasmes	BE		0	Europe/Brussels	50.40983	3.82891				WAL	WHT	53	53082
2789028	Petit-Waret	petit-waret	BE		0	Europe/Brussels	50.52468	5.04565				WAL	WNA	92	92003
2789029	Petit Wanze	petit-wanze	BE		0	Europe/Brussels	50.54507	5.22584		Petit Wanze,Petite-Wanze		WAL	WLG	61	61072
2789030	Petit Voisinage	petit-voisinage	BE		0	Europe/Brussels	50.75	3.25				VLG	VWV		
2789031	Petitvoir	petitvoir	BE		0	Europe/Brussels	49.84328	5.37376				WAL	WLX	84	84043
2789032	Petit Try	petit-try	BE		0	Europe/Brussels	50.55	4.68333				WAL	WNA	92	92142
2789033	Petit Tourcoing	petit-tourcoing	BE		0	Europe/Brussels	50.66667	3.25				WAL	WHT	57	57027
2789037	Petits Sarts	petits-sarts	BE		0	Europe/Brussels	50.48333	4.36667				WAL	WHT	52	52015
2789038	Petits Sarts	petits-sarts	BE		0	Europe/Brussels	50.02601	4.30608		Petits Sars,Petits Sarts		WAL	WHT	56	56016
2789041	Petit Sart	petit-sart	BE		0	Europe/Brussels	50.54829	4.86926				WAL	WNA	92	92035
2789042	Petit Sart	petit-sart	BE		0	Europe/Brussels	50.26941	5.84556				WAL	WLG	63	63045
2789043	Petit Rumes	petit-rumes	BE		0	Europe/Brussels	50.53995	3.33874				WAL	WHT	57	57072
2789046	Petit Rosière	petit-rosiere	BE		0	Europe/Brussels	50.64358	4.86068				WAL	WBR	25	25122
2789055	Petit Preux	petit-preux	BE		0	Europe/Brussels	50.7	3.3				WAL	WHT	57	57027
2789056	Petit-Pont	petit-pont	BE		0	Europe/Brussels	50.73533	2.85225				VLG	VWV		
2789057	Petit Paris	petit-paris	BE		0	Europe/Brussels	50.7116	4.39736				WAL	WBR	25	25110
2789058	Petit Moulin	petit-moulin	BE		0	Europe/Brussels	50.56667	4.25				WAL	WHT	52	52063
2789060	Petit Modave	petit-modave	BE		0	Europe/Brussels	50.43281	5.29415		Petit Modave,Petite Modave		WAL	WLG	61	61041
2789061	Petit Mesnil	petit-mesnil	BE		0	Europe/Brussels	50.02429	4.642				WAL	WNA	93	93090
2789065	Petit Leez	petit-leez	BE		0	Europe/Brussels	50.57342	4.7738				WAL	WNA	92	92142
2789066	Petit Lannoy	petit-lannoy	BE		0	Europe/Brussels	50.7131	3.31696		Petit Lannay,Petit Lannoy		WAL	WHT	57	57027
2789067	Petit Lannoy	petit-lannoy	BE		0	Europe/Brussels	50.69236	3.33297				WAL	WHT	57	57062
2789068	Petit-Lanaye	petit-lanaye	BE		0	Europe/Brussels	50.80497	5.69677		Petit-Lanaye		VLG	VLI		
2789069	Petit Hubeaumel	petit-hubeaumel	BE		0	Europe/Brussels	50.60174	4.04746				WAL	WHT	55	55040
2789070	Petit Howardries	petit-howardries	BE		0	Europe/Brussels	50.51953	3.38476				WAL	WHT	57	57093
2789071	Petit Hornu	petit-hornu	BE		0	Europe/Brussels	50.39703	3.81294				WAL	WHT	53	53014
2789072	Petit Hollaye	petit-hollaye	BE		0	Europe/Brussels	50.71287	3.47748				WAL	WHT	57	57018
2789074	Petit Han	petit-han	BE		0	Europe/Brussels	50.33709	5.43489				WAL	WLX	83	83012
2789075	Petit Hameau	petit-hameau	BE		0	Europe/Brussels	50.70876	3.663				WAL	WHT	51	51017
2789076	Petit-Halleux	petit-halleux	BE		0	Europe/Brussels	50.32611	5.89278				WAL	WLX	82	82032
2789077	Petit Halleux	petit-halleux	BE		0	Europe/Brussels	50.17653	5.52432				WAL	WLX	83	83031
2789080	Petit Hainin	petit-hainin	BE		0	Europe/Brussels	50.4	3.78333				WAL	WHT	53	53020
2789081	Petit Fraîneux	petit-fraineux	BE		0	Europe/Brussels	50.52007	5.41476				WAL	WLG	61	61043
2789082	Petit Fois	petit-fois	BE		0	Europe/Brussels	49.98333	5.78333		Petit Fois,Petit-Bois		WAL	WLX	82	82003
2789086	Petit Faan	petit-faan	BE		0	Europe/Brussels	50.08333	5.8				WAL	WLX	82	82003
2789088	Petite Trissogne	petite-trissogne	BE		0	Europe/Brussels	50.22964	5.0399				WAL	WNA	91	91072
2789089	Petite Thiérache	petite-thierache	BE		0	Europe/Brussels	50.01021	4.2035				WAL	WHT	56	56051
2789090	Petites Tombales	petites-tombales	BE		0	Europe/Brussels	50.48333	4.75		Petites Tombales,Petites Tomballes		WAL	WNA	92	92094
2789091	Petites Tailles	petites-tailles	BE		0	Europe/Brussels	50.23556	5.77053				WAL	WLX	82	82032
2789092	Petite Somme	petite-somme	BE		0	Europe/Brussels	50.34788	5.40433				WAL	WLX	83	83012
2789095	Petite Rosière	petite-rosiere	BE		0	Europe/Brussels	49.91982	5.58301				WAL	WLX	82	82036
2789096	Lettelingen	lettelingen	BE		6611	Europe/Brussels	50.68333	4.08333		Lettelingen,Petit-Enghien		WAL	WHT	55	55010
2789099	Petite Langlir	petite-langlir	BE		0	Europe/Brussels	50.23661	5.84501				WAL	WLX	82	82037
2789101	Petite Hoursinne	petite-hoursinne	BE		0	Europe/Brussels	50.33333	5.63333				WAL	WLX	83	83013
2789103	Petite Hollande	petite-hollande	BE		0	Europe/Brussels	50.73897	3.81124				WAL	WHT	55	55023
2789104	Petite Hollande	petite-hollande	BE		0	Europe/Brussels	50.71667	3.48333				WAL	WHT	57	57095
2789105	Petite Hollande	petite-hollande	BE		0	Europe/Brussels	50.53416	4.11352				WAL	WHT	55	55040
2789107	Petite Flandre	petite-flandre	BE		0	Europe/Brussels	50.7	2.88333				VLG	VWV		
2789109	Petite Éneille	petite-eneille	BE		0	Europe/Brussels	50.32167	5.3938				WAL	WLX	83	83012
2789112	Petite Croix	petite-croix	BE		0	Europe/Brussels	50.71667	3.5				WAL	WHT	57	57095
2789116	Petit Dour	petit-dour	BE		0	Europe/Brussels	50.37963	3.815		La Haut,Là Haut		WAL	WHT	53	53020
2789117	Petit Coo	petit-coo	BE		0	Europe/Brussels	50.39172	5.87837				WAL	WLG	63	63073
2789118	Petit Chenoy	petit-chenoy	BE		0	Europe/Brussels	50.62166	4.58104				WAL	WBR	25	25023
2789119	Petit Chêne	petit-chene	BE		0	Europe/Brussels	49.8	4.93333				WAL	WNA	91	91143
2789120	Petit Canton	petit-canton	BE		0	Europe/Brussels	49.9705	4.37534				WAL	WHT	56	56016
2789121	Petit Bruxelles	petit-bruxelles	BE		0	Europe/Brussels	50.6967	3.88834				WAL	WHT	55	55023
2789122	Petit Bruxelles	petit-bruxelles	BE		0	Europe/Brussels	50.68722	3.94255				WAL	WHT	55	55039
2789123	Petit Brin	petit-brin	BE		0	Europe/Brussels	50.41755	5.34365				WAL	WLG	61	61012
2789125	Petit Bois	petit-bois	BE		0	Europe/Brussels	50.6042	3.53655				WAL	WHT	57	57081
2789126	Petit Bois	petit-bois	BE		0	Europe/Brussels	50.52472	5.27057				WAL	WLG	61	61031
2789130	Petit Berleur	petit-berleur	BE		0	Europe/Brussels	50.51963	5.48643				WAL	WLG	61	61079
2789131	Petit Barvaux	petit-barvaux	BE		0	Europe/Brussels	50.35569	5.5044				WAL	WLX	83	83012
2789132	Petit Baisieux	petit-baisieux	BE		0	Europe/Brussels	50.38877	3.67853				WAL	WHT	53	53068
2789133	Petit Axhe	petit-axhe	BE		0	Europe/Brussels	50.68498	5.23507				WAL	WLG	64	64074
2789134	Petit Avin	petit-avin	BE		0	Europe/Brussels	50.40404	5.2852				WAL	WLG	61	61012
2789135	Petit Aaz	petit-aaz	BE		0	Europe/Brussels	50.71682	5.62682		Petit Aaz,Petite-Aa		WAL	WLG	62	62079
2789139	Peterskirche	peterskirche	BE		0	Europe/Brussels	50.14097	6.13691				WAL	WLG	63	63087
2789141	Petersheim	petersheim	BE		0	Europe/Brussels	50.89968	5.67885		Petersheim,Pietersem		VLG	VLI	73	73042
2789143	Petergensfeld	petergensfeld	BE		0	Europe/Brussels	50.65	6.16667		Petergensfeld		WAL	WLG	63	63061
2789144	Petegemstraat	petegemstraat	BE		0	Europe/Brussels	50.83333	3.51667				VLG	VOV	45	45061
2789146	Petegem	petegem	BE		2060	Europe/Brussels	50.83333	3.55				VLG	VOV	45	45061
2789151	Peselhoek	peselhoek	BE		0	Europe/Brussels	50.86667	2.73333				VLG	VWV	33	33021
2789154	Pery Rosette	pery-rosette	BE		0	Europe/Brussels	50.25583	5.18824				WAL	WNA	91	91030
2789155	Perwijsbroek	perwijsbroek	BE		0	Europe/Brussels	51.08333	4.5		Parwijs Broek,Perwijsbroek		VLG	VAN	12	12009
2789165	Pertendonk	pertendonk	BE		0	Europe/Brussels	51.18333	4.58333		Pertendonck,Pertendonk		VLG	VAN	11	11035
2789167	Perre	perre	BE		3000	Europe/Brussels	50.88914	3.86098				VLG	VOV	41	41027
2789168	Perquièse	perquiese	BE		0	Europe/Brussels	50.6796	3.78428		Perqiuesse,Perquies,Perquiès		WAL	WHT	51	51004
2789169	Peront	peront	BE		0	Europe/Brussels	49.81667	4.91667		Peront,Poront		WAL	WNA	91	91143
2789171	Péronnes	peronnes	BE		1318	Europe/Brussels	50.55156	3.45374		Peronnez		WAL	WHT	57	57003
2789172	Péronnes	peronnes	BE		4855	Europe/Brussels	50.43782	4.14906		Peronnes,Peronnes-lez-Binche,Péronnes,Péronnes-lez-Binche		WAL	WHT	56	56011
2789175	Permansstraat	permansstraat	BE		0	Europe/Brussels	51.21667	4.23333				VLG	VOV	46	46003
2789177	Perkiets	perkiets	BE		0	Europe/Brussels	50.61097	5.99445		Perkiets		WAL	WLG	63	63004
2789180	Périmont	perimont	BE		0	Europe/Brussels	50.1	4.85				WAL	WNA	91	91013
2789182	Perenboom	perenboom	BE		0	Europe/Brussels	51.20909	3.9628		Peerenboom,Perenboom		VLG	VOV	44	44045
2789183	Peren	peren	BE		0	Europe/Brussels	51.06667	4.95		Peren,Peyeren		VLG	VAN	13	13053
2789184	Pereboom	pereboom	BE		0	Europe/Brussels	51.2708	3.27448		Peereboom,Pereboom,Perenboom		VLG	VWV	31	31006
2789185	Pereboom	pereboom	BE		0	Europe/Brussels	51.03815	3.02994				VLG	VWV	32	32011
2789186	Perchepet	perchepet	BE		0	Europe/Brussels	49.86667	5.41667				WAL	WLX	84	84043
2789187	Perbais	perbais	BE		0	Europe/Brussels	50.60993	4.65494				WAL	WBR	25	25124
2789188	Pepinusfort	pepinusfort	BE		0	Europe/Brussels	50.85675	4.95907		Pepinisfort,Pepinusfort		VLG	VBR	24	24137
2789194	Peperstraat	peperstraat	BE		0	Europe/Brussels	51.2	3.56667				VLG	VOV	43	43005
2789195	Peperstraat	peperstraat	BE		0	Europe/Brussels	50.93333	3.76667		Peperstraat,Peperstraet		VLG	VOV	44	44052
2789196	Peperhol	peperhol	BE		0	Europe/Brussels	51.05	3.55				VLG	VOV	44	44083
2789197	Peperendaal	peperendaal	BE		0	Europe/Brussels	50.78333	3.78333				WAL	WHT		
2789199	Pensemont	pensemont	BE		0	Europe/Brussels	50.76994	3.5103				VLG	VOV	45	45060
2789200	Pennepoel	pennepoel	BE		0	Europe/Brussels	51.03779	4.47549				VLG	VAN	12	12025
2789202	Penneel	penneel	BE		0	Europe/Brussels	50.87829	5.46531		Peneel,Penneel		VLG	VLI	73	73032
2789203	Penen	penen	BE		0	Europe/Brussels	51.17624	3.89471		Peenen,Penen		VLG	VOV	44	44073
2789204	Penant	penant	BE		0	Europe/Brussels	50.23333	4.91667				WAL	WNA	91	91034
2789205	Peltheide	peltheide	BE		0	Europe/Brussels	50.97737	4.62229				VLG	VBR	24	24033
2789211	Pelikaan	pelikaan	BE		0	Europe/Brussels	51.3	3.26667				VLG	VWV	31	31043
2789212	Pelikaan	pelikaan	BE		0	Europe/Brussels	51.12352	2.7475		Pelican,Pelikaan		VLG	VWV	38	38014
2789214	Pekgat	pekgat	BE		0	Europe/Brussels	51.31667	4.38333				VLG	VAN	11	11044
2789218	Peisegem	peisegem	BE		0	Europe/Brussels	50.98356	4.22627		Peisegem		VLG	VBR	23	23052
2789219	Peischweid	peischweid	BE		0	Europe/Brussels	49.61667	5.81667				WAL	WLX	81	81015
2789221	Peijenbeek	peijenbeek	BE		0	Europe/Brussels	50.78641	4.0119		Peienbeek,Peijenbeek		VLG	VOV	41	41048
2789222	Peervenshoek	peervenshoek	BE		0	Europe/Brussels	50.99096	4.6467				VLG	VBR	24	24048
2789223	Peerstalle	peerstalle	BE		0	Europe/Brussels	51.07791	3.27798		Peerstalle,Perdstalle		VLG	VWV	37	37018
2789227	Peerds	peerds	BE		0	Europe/Brussels	50.71667	5.83333		Peerds,Peerds Rot,Peerts		WAL	WLG		
2789230	Peerdenhoek	peerdenhoek	BE		0	Europe/Brussels	51.45	4.41667				VLG	VAN	11	11016
2789231	Peerdeken	peerdeken	BE		0	Europe/Brussels	51.07583	3.83638				VLG	VOV	44	44013
2789234	Pecrot Chaussée	pecrot-chaussee	BE		0	Europe/Brussels	50.77001	4.64825				WAL	WBR	25	25037
2789235	Pecrot	pecrot	BE		0	Europe/Brussels	50.77726	4.65129				WAL	WBR	25	25037
2789238	Peau	peau	BE		0	Europe/Brussels	50.21667	5.25				WAL	WLX	83	83034
2789240	Payot	payot	BE		0	Europe/Brussels	50.66957	4.46342				WAL	WBR	25	25119
2789242	Pavé	pave	BE		0	Europe/Brussels	50.55	4.48333				WAL	WBR	25	25107
2789243	Pavé d'Ath	pave-d-ath	BE		0	Europe/Brussels	50.51239	3.92109				WAL	WHT	53	53044
2789244	Pauwstraat	pauwstraat	BE		0	Europe/Brussels	51.21667	4.28333				VLG	VOV	46	46003
2789247	Pauwelsbos	pauwelsbos	BE		0	Europe/Brussels	51.10489	3.51262		Pauwelsbos,Pauwelsbosch		VLG	VOV	44	44085
2789252	Paudure	paudure	BE		0	Europe/Brussels	50.69224	4.32233				WAL	WBR	25	25014
2789255	Pattoterij	pattoterij	BE		0	Europe/Brussels	51.13248	4.07281		Patottery,Pattoterij		VLG	VOV	42	42023
2789256	Patrouille	patrouille	BE		0	Europe/Brussels	50.64826	4.02983				WAL	WHT	55	55039
2789257	Patloy	patloy	BE		0	Europe/Brussels	50.7	5.93333				WAL	WLG	63	63088
2789260	Patershoek	patershoek	BE		0	Europe/Brussels	51.18333	4.11667				VLG	VOV	46	46021
2789261	Paterberg	paterberg	BE		0	Europe/Brussels	50.78274	3.54881		Paterberg		VLG	VOV	45	45060
2789262	Patatestraat	patatestraat	BE		0	Europe/Brussels	50.75	4.11667				VLG	VBR	23	23024
2789263	Pataterhoek	pataterhoek	BE		0	Europe/Brussels	50.96667	3.76667				VLG	VOV	44	44043
2789264	Pataterhoek	pataterhoek	BE		0	Europe/Brussels	50.95	3.78333				VLG	VOV	44	44052
2789265	Hameau du Patard	hameau-du-patard	BE		0	Europe/Brussels	50.6309	3.86693				WAL	WHT	51	51004
2789269	Passe Tout Outre	passe-tout-outre	BE		0	Europe/Brussels	50.3505	3.74265		Le Passe-Tout-Outre		WAL	WHT	53	53083
2789275	Pasbrug	pasbrug	BE		0	Europe/Brussels	51.03542	4.51192				VLG	VAN	12	12035
2789276	Pas Bayard	pas-bayard	BE		0	Europe/Brussels	50.31722	5.52417				WAL	WLX	83	83012
2789277	Pas à Wasmes	pas-a-wasmes	BE		0	Europe/Brussels	50.67239	3.32109				WAL	WHT	57	57027
2789278	Parwijs	parwijs	BE		0	Europe/Brussels	51.1	4.48333		Duffel-Parwijs,Duffel-Parwys,Parwijs		VLG	VAN	12	12009
2789280	Parochieveld	parochieveld	BE		0	Europe/Brussels	51.08066	3.34755		Parochieveld,Parochieweld		VLG	VWV	37	37012
2789284	Park	park	BE		0	Europe/Brussels	50.86264	4.71193		Heverlee Park,Parc,Parck,Parcq,Park		VLG	VBR	24	24062
2789288	Parijs	parijs	BE		0	Europe/Brussels	50.9413	4.13867				VLG	VOV	41	41002
2789290	Parfondvaux	parfondvaux	BE		0	Europe/Brussels	50.64482	5.67949		Parfondvaux		WAL	WLG	62	62119
2789291	Parfondruy	parfondruy	BE		0	Europe/Brussels	50.39008	5.91597				WAL	WLG	63	63073
2789293	Parfond Bois	parfond-bois	BE		0	Europe/Brussels	50.52695	5.96166				WAL	WLG	63	63038
2789294	Parette	parette	BE		0	Europe/Brussels	49.7851	5.77283				WAL	WLX	81	81003
2789296	Parelsberg	parelsberg	BE		0	Europe/Brussels	50.96667	5.05				VLG	VBR	24	24020
2789299	Par de là l'Eau	par-de-la-l-eau	BE		0	Europe/Brussels	50.26667	4.48333				WAL	WNA	93	93088
2789300	Pardassenhoek	pardassenhoek	BE		0	Europe/Brussels	50.87177	3.85824				VLG	VOV	41	41027
2789302	Paradis	paradis	BE		0	Europe/Brussels	50.73149	3.70768				WAL	WHT	51	51017
2789303	Paradis	paradis	BE		0	Europe/Brussels	50.67758	4.36994				WAL	WBR	25	25014
2789304	Paradis	paradis	BE		0	Europe/Brussels	50.64526	3.35617				WAL	WHT	57	57081
2789305	Paradis	paradis	BE		0	Europe/Brussels	50.41645	5.69026		Paradis		WAL	WLG	62	62009
2789306	Paradis	paradis	BE		0	Europe/Brussels	50.32096	5.12353				WAL	WNA	91	91059
2789307	Paradis	paradis	BE		0	Europe/Brussels	50.13333	5.48333				WAL	WLX	83	83049
2789308	Paradijs	paradijs	BE		0	Europe/Brussels	51.15	4.1		Paradijs,Paradys		VLG	VOV	46	46021
2789309	Paradijs	paradijs	BE		0	Europe/Brussels	50.86513	5.30691				VLG	VLI	73	73001
2789314	Papevijvers	papevijvers	BE		0	Europe/Brussels	51.11667	3.25				VLG	VWV	31	31022
2789315	Papeterie	papeterie	BE		0	Europe/Brussels	49.68333	5.75				WAL	WLX	81	81001
2789316	Papestraat	papestraat	BE		0	Europe/Brussels	51	3.96667				VLG	VOV	42	42026
2789317	Papestraat	papestraat	BE		0	Europe/Brussels	50.78333	3.4				VLG	VWV	34	34042
2789318	Paperode	paperode	BE		0	Europe/Brussels	50.95273	4.04542				VLG	VOV	41	41002
2789320	Papenmunt	papenmunt	BE		0	Europe/Brussels	50.81184	3.87085				VLG	VOV	45	45063
2789323	Papendaal	papendaal	BE		0	Europe/Brussels	50.94112	5.54629				VLG	VLI	71	71067
2789324	Papenbrugge	papenbrugge	BE		0	Europe/Brussels	51.3	4.93333		Papenbrug,Papenbrugge,Papenbruggen		VLG	VAN	13	13040
2789325	Papenbroek	papenbroek	BE		0	Europe/Brussels	50.95462	5.03714				VLG	VBR	24	24020
2789328	Papegem	papegem	BE		0	Europe/Brussels	50.95627	3.92618		Paapegem,Papegem		VLG	VOV	41	41034
2789330	Panottes	panottes	BE		0	Europe/Brussels	50.6	3.95				WAL	WHT	53	53046
2789331	Pannesheydt	pannesheydt	BE		0	Europe/Brussels	50.70956	5.9618		Pannesheid,Pannesheydt		WAL	WLG	63	63088
2789334	Pannensterz	pannensterz	BE		0	Europe/Brussels	50.53333	6.16667				WAL	WLG	63	63080
2789339	Panisborne	panisborne	BE		0	Europe/Brussels	50.86424	5.05939				VLG	VBR	24	24130
2789340	Panhoven	panhoven	BE		0	Europe/Brussels	51.13411	5.62356				VLG	VLI	72	72004
2789341	Panemolen	panemolen	BE		0	Europe/Brussels	50.83333	3.08333				VLG	VWV	33	33029
2789342	Pandoerenhoek	pandoerenhoek	BE		0	Europe/Brussels	51.03815	4.6707				VLG	VAN	12	12014
2789343	Pandgatheide	pandgatheide	BE		0	Europe/Brussels	51.05856	4.22909				VLG	VAN	12	12041
2789344	Pamelse	pamelse	BE		0	Europe/Brussels	50.85	4.06667		Pamelsche,Pamelse		VLG	VBR	23	23097
2789349	Pallenbour	pallenbour	BE		0	Europe/Brussels	49.78333	5.78333				WAL	WLX	81	81003
2789350	Pallemaat	pallemaat	BE		0	Europe/Brussels	51	2.83333		Pallemaat,Pallemaet		VLG	VWV	32	32003
2789352	Pallandt	pallandt	BE		0	Europe/Brussels	50.63333	4.51667				WAL	WBR	25	25031
2789353	Pallaaraard	pallaaraard	BE		0	Europe/Brussels	51.21595	4.75557		Pallaaraard,Pallaeraard		VLG	VAN	13	13044
2789356	Palange	palange	BE		0	Europe/Brussels	50.36232	5.43454		Palange,Palenge		WAL	WLX	83	83012
2789357	Pairin	pairin	BE		0	Europe/Brussels	50.3	4.43333		Pairain,Pairin		WAL	WNA	93	93088
2789358	Paireux	paireux	BE		0	Europe/Brussels	50.21667	5.01667				WAL	WNA	91	91072
2789359	Pair	pair	BE		0	Europe/Brussels	50.44121	5.40166		Pair		WAL	WLG	61	61012
2789360	Paillaart	paillaart	BE		0	Europe/Brussels	50.73333	3.55		Paillaart,Paillart		VLG	VOV		
2789367	Padraye	padraye	BE		0	Europe/Brussels	50.73333	3.68333				WAL	WHT	51	51017
2789368	Pa d'là l'Eau	pa-d-la-l-eau	BE		0	Europe/Brussels	49.98333	5.06667				WAL	WLX	84	84016
2789371	Padde Poelen	padde-poelen	BE		0	Europe/Brussels	51.03333	4.71667				VLG	VAN	12	12014
2789372	Paddenhoek	paddenhoek	BE		0	Europe/Brussels	51.1	4.93333				VLG	VAN	13	13008
2789373	Paddenhoek	paddenhoek	BE		0	Europe/Brussels	50.85	3.83333				VLG	VOV	41	41081
2789374	Paddekoten	paddekoten	BE		0	Europe/Brussels	51.18333	4.7				VLG	VAN	13	13010
2789375	Paddegat	paddegat	BE		0	Europe/Brussels	51.2051	3.04236				VLG	VWV	35	35014
2789376	Paddebroeken	paddebroeken	BE		0	Europe/Brussels	50.94048	4.19601				VLG	VBR	23	23052
2789379	Pachy	pachy	BE		0	Europe/Brussels	50.71575	4.39513				WAL	WBR	25	25110
2789381	Pachtgoederen	pachtgoederen	BE		0	Europe/Brussels	51.16228	3.77275				VLG	VOV	44	44021
2789382	Pachtgoed	pachtgoed	BE		0	Europe/Brussels	51.16667	3.81667				VLG	VOV	44	44021
2789384	Paardenkouter	paardenkouter	BE		0	Europe/Brussels	50.87551	3.46808				VLG	VOV	45	45061
2789386	Paar	paar	BE		0	Europe/Brussels	50.98333	4.71667				VLG	VBR	24	24109
2789387	Paanders	paanders	BE		0	Europe/Brussels	50.94007	3.31659				VLG	VWV	37	37007
2789391	Ozo	ozo	BE		0	Europe/Brussels	50.37322	5.55453		Ozo		WAL	WLX	83	83012
2789393	Ovifat	ovifat	BE		0	Europe/Brussels	50.46652	6.10728				WAL	WLG	63	63080
2789396	Overwijs	overwijs	BE		0	Europe/Brussels	51.09727	4.90162				VLG	VAN	13	13049
2789397	Overstraat	overstraat	BE		0	Europe/Brussels	50.75	3.91667				VLG	VOV	41	41018
2789398	Overstehindel	overstehindel	BE		0	Europe/Brussels	50.73333	5.91667				WAL	WLG	63	63088
2789400	Overslag	overslag	BE		0	Europe/Brussels	51.19961	3.88797		Overslag		VLG	VOV	44	44073
2789405	Overoth	overoth	BE		0	Europe/Brussels	50.62967	5.99922		Overoet,Overoth		WAL	WLG	63	63004
2789406	Overnellen	overnellen	BE		0	Europe/Brussels	50.88821	4.15031		Overnelle,Overnellen		VLG	VBR	23	23086
2789411	Overlede 't Fort	overlede-t-fort	BE		0	Europe/Brussels	51.16447	3.86037		Overlede 't Fort,Overleede 't Fort		VLG	VOV	44	44073
2789412	Overimpe	overimpe	BE		0	Europe/Brussels	50.95781	3.96373				VLG	VOV	41	41034
2789415	Overheule	overheule	BE		0	Europe/Brussels	50.84864	3.16471				VLG	VWV	34	34041
2789419	Overheide	overheide	BE		0	Europe/Brussels	51.41667	5.06667				VLG	VAN	13	13035
2789420	Overheide	overheide	BE		0	Europe/Brussels	51.06494	4.25955		Overheid,Overheide		VLG	VAN	12	12041
2789421	Overheet	overheet	BE		0	Europe/Brussels	51.01398	4.01708				VLG	VOV	42	42003
2789422	Overheembeek	overheembeek	BE		0	Europe/Brussels	50.9	4.36667				WAL	WHT		
2789423	Overes	overes	BE		0	Europe/Brussels	51.10736	5.46314				VLG	VLI	72	72030
2789424	Overeindeveld	overeindeveld	BE		0	Europe/Brussels	51.01159	5.588		Overeinde,Overeindeveld		VLG	VLI	71	71002
2789425	Overdorp	overdorp	BE		0	Europe/Brussels	50.86667	4.13333				VLG	VBR	23	23086
2789426	Overdije	overdije	BE		0	Europe/Brussels	50.94714	3.26631		Overdeeye,Overdije		VLG	VWV	37	37007
2789427	Over de Vaart	over-de-vaart	BE		0	Europe/Brussels	51.03333	5.7		Keierd,Over de Vaart		VLG	VLI	72	72041
2789428	Over de Vaart	over-de-vaart	BE		0	Europe/Brussels	50.96667	4.6				VLG	VBR	24	24014
2789429	Over den Demer	over-den-demer	BE		0	Europe/Brussels	50.95	5.31667				VLG	VLI	71	71022
2789430	Over de Heibloem	over-de-heibloem	BE		0	Europe/Brussels	51.18333	4.98333				VLG	VAN	13	13008
2789431	Over de Beek	over-de-beek	BE		0	Europe/Brussels	51.15	5.56667				VLG	VLI	72	72003
2789432	Over de Beek	over-de-beek	BE		0	Europe/Brussels	50.98955	4.27926				VLG	VBR	23	23045
2789433	Overdam	overdam	BE		0	Europe/Brussels	51.1	3.68333				VLG	VOV	44	44019
2789435	Overbroek	overbroek	BE		0	Europe/Brussels	51.4521	5.07166				VLG	VAN	13	13035
2789436	Overbroek	overbroek	BE		0	Europe/Brussels	51.34252	4.60691				VLG	VAN	11	11009
2789437	Overbroek	overbroek	BE		0	Europe/Brussels	51.08333	3.55		Overbroeck,Overbroek		VLG	VOV	44	44083
2789438	Overbroek	overbroek	BE		0	Europe/Brussels	50.7571	5.26431		Overbroek,Overbrouk,Overbroul		VLG	VLI	71	71053
2789441	Overberg	overberg	BE		0	Europe/Brussels	50.75	3.86667				VLG	VOV	41	41018
2789442	Overbeke	overbeke	BE		0	Europe/Brussels	51.00011	3.86582				VLG	VOV	42	42025
2789443	Overbeke	overbeke	BE		0	Europe/Brussels	50.91942	3.64641				VLG	VOV	44	44020
2789445	Overbeek	overbeek	BE		0	Europe/Brussels	50.88558	5.10493				VLG	VBR	24	24028
2789450	Outrewarche	outrewarche	BE		0	Europe/Brussels	50.44584	6.14451				WAL	WLG	63	63080
2789451	Outre Meuse	outre-meuse	BE		0	Europe/Brussels	50.64117	5.58469				WAL	WLG	62	62063
2789454	Outre l'Eau	outre-l-eau	BE		0	Europe/Brussels	50.66935	3.66586				WAL	WHT	51	51065
2789456	Outre Dendre	outre-dendre	BE		0	Europe/Brussels	50.67509	3.80247				WAL	WHT	51	51004
2789461	Oute	oute	BE		0	Europe/Brussels	51.03333	4.01667		Oute,Quote		VLG	VOV	42	42003
2789466	Ourthe	ourthe	BE		0	Europe/Brussels	50.1882	5.97916				WAL	WLX	82	82037
2789467	Ourt	ourt	BE		0	Europe/Brussels	49.92175	5.42252		Ourt		WAL	WLX	84	84077
2789468	Ouren	ouren	BE		0	Europe/Brussels	50.13945	6.13288		Ouren		WAL	WLG	63	63087
2789470	Our	our	BE		0	Europe/Brussels	49.95978	5.12344		Our		WAL	WLX	84	84050
2789473	Ounes	ounes	BE		0	Europe/Brussels	50.33333	5.13333		Les Ounes,Ounes		WAL	WNA	91	91059
2789474	Ouhar	ouhar	BE		0	Europe/Brussels	50.48509	5.53818				WAL	WLG	61	61079
2789477	Oufny	oufny	BE		0	Europe/Brussels	50.37497	5.71529		Oufny		WAL	WLG	63	63075
2789481	Oud Winterslag	oud-winterslag	BE		0	Europe/Brussels	50.98658	5.49644				VLG	VLI	71	71016
2789482	Oud Waterschei	oud-waterschei	BE		0	Europe/Brussels	50.9895	5.52535				VLG	VLI	71	71016
2789485	Oud Stuivekenskerke	oud-stuivekenskerke	BE		0	Europe/Brussels	51.0586	2.83362		Oud Stuivekenskerke,Oud Stuyvekens,Oud Stuyvekenskerke		VLG	VWV	32	32003
2789486	Oud Smetlede	oud-smetlede	BE		0	Europe/Brussels	50.96667	3.91667				VLG	VOV	41	41034
2789487	Oudoumont	oudoumont	BE		0	Europe/Brussels	50.62469	5.32615		Oudoumont,Ouldoumont		WAL	WLG	61	61063
2789489	Oud Moregen	oud-moregen	BE		0	Europe/Brussels	50.85	3.46667				VLG	VWV	34	34002
2789490	Oud Lillo	oud-lillo	BE		0	Europe/Brussels	51.31028	4.29694		Oud Lillo,Vieux-Lillo		VLG	VAN	11	11002
2789491	Oudler	oudler	BE		0	Europe/Brussels	50.20269	6.09495				WAL	WLG	63	63087
2789499	Oudeveldstraat	oudeveldstraat	BE		0	Europe/Brussels	51.11667	3.88333				VLG	VOV	44	44034
2789500	Oude Steenhoven	oude-steenhoven	BE		0	Europe/Brussels	51.05	4.65				VLG	VAN	12	12029
2789503	Ouderseel	ouderseel	BE		0	Europe/Brussels	51.37463	4.51717		Ouderseel,Ouderzeel		VLG	VAN	11	11053
2789504	Ouderdom	ouderdom	BE		0	Europe/Brussels	50.82431	2.78226				VLG	VWV	33	33021
2789505	Oude Plaats	oude-plaats	BE		0	Europe/Brussels	50.77821	4.08726				VLG	VBR	23	23024
2789507	Oudenstok	oudenstok	BE		0	Europe/Brussels	51.00782	4.91243				VLG	VBR	24	24001
2789509	Oudenmolen	oudenmolen	BE		0	Europe/Brussels	51.09893	3.47118				VLG	VOV	44	44084
2789510	Oudenmolen	oudenmolen	BE		0	Europe/Brussels	51.06667	4.63333				VLG	VAN	12	12029
2789511	Oudenkerkenhoek	oudenkerkenhoek	BE		0	Europe/Brussels	50.8	3.83333				VLG	VOV	45	45063
2789512	Oudenhove	oudenhove	BE		0	Europe/Brussels	50.77355	3.67042		Audenhove,Oudenhove		VLG	VOV	45	45064
2789513	Oudenhoek	oudenhoek	BE		0	Europe/Brussels	50.96303	3.85456				VLG	VOV	42	42025
2789514	Ouden Doel	ouden-doel	BE		0	Europe/Brussels	51.33486	4.23743		Ouden Doel,Oudenoel		VLG	VOV	46	46003
2789516	Oudendijk	oudendijk	BE		0	Europe/Brussels	51.35	4.3		Oudendijk,Oudendyk		VLG	VAN	11	11002
2789517	Oudendijk	oudendijk	BE		0	Europe/Brussels	51.28333	4.28333		Oudendijk,Oudendyk		VLG	VOV	46	46003
2789518	Oudenburgsesluis	oudenburgsesluis	BE		0	Europe/Brussels	51.21044	3.85726		Oudenburgschesluis,Oudenburgsesluis		VLG	VOV	44	44073
2789521	Ouden Briel	ouden-briel	BE		0	Europe/Brussels	51.03516	4.19156				VLG	VOV	42	42004
2789522	Oudenbos	oudenbos	BE		0	Europe/Brussels	51.09497	3.91187				VLG	VOV	46	46014
2789523	Ouden Bos	ouden-bos	BE		0	Europe/Brussels	50.96434	4.91243		Ouden Bos,Oudenbosch		VLG	VBR	24	24001
2789525	Oudenberg	oudenberg	BE		0	Europe/Brussels	50.7689	3.89068				VLG	VOV	41	41018
2789537	Oude Kruisschans	oude-kruisschans	BE		0	Europe/Brussels	51.3	4.33333		Kruisschans,Oud-Kruis-schans,Oude Kruisschans		VLG	VAN	11	11002
2789545	Oude Hei	oude-hei	BE		0	Europe/Brussels	51.08333	5.75				VLG	VLI	72	72021
2789547	Oudegracht	oudegracht	BE		0	Europe/Brussels	51.32026	4.46904				VLG	VAN	11	11008
2789549	Oude God	oude-god	BE		0	Europe/Brussels	51.1712	4.44547		Oude God,Vieux-Dieu		VLG	VAN	11	11029
2789554	Oude Brug	oude-brug	BE		0	Europe/Brussels	51.1	4				VLG	VOV	46	46014
2789561	Oude Barreel	oude-barreel	BE		0	Europe/Brussels	51.25182	4.45976		De Oude Barreel,Oude Barreel		VLG	VAN	11	11002
2789562	Oude Baan	oude-baan	BE		0	Europe/Brussels	51.25	4.6				VLG	VAN	11	11039
2789563	Oudebaan	oudebaan	BE		0	Europe/Brussels	51.01667	4.06667				VLG	VOV	42	42006
2789564	Oude Baan	oude-baan	BE		0	Europe/Brussels	50.86667	4.63333		De Baan,Oude Baan		VLG	VBR	24	24009
2789565	Oude Baan	oude-baan	BE		0	Europe/Brussels	50.86667	4.5				VLG	VBR	23	23094
2789568	Oubourcy	oubourcy	BE		0	Europe/Brussels	50.0384	5.79735				WAL	WLX	82	82003
2789569	Ottré	ottre	BE		0	Europe/Brussels	50.24923	5.83649		Ottre,Ottré		WAL	WLX	82	82032
2789572	Ottershoek	ottershoek	BE		0	Europe/Brussels	51.03333	4.61667				VLG	VAN	12	12029
2789573	Ottershoek	ottershoek	BE		0	Europe/Brussels	51.01667	4.53333				VLG	VAN	12	12025
2789575	Otterkant	otterkant	BE		0	Europe/Brussels	50.88333	3.9				VLG	VOV	41	41027
2789576	Ottergemsestraat	ottergemsestraat	BE		0	Europe/Brussels	50.78333	3.83333		Ottergemschestraat,Ottergemsestraat		VLG	VOV	45	45063
2789582	Otreppe	otreppe	BE		0	Europe/Brussels	50.5604	5.03414				WAL	WNA	92	92138
2789590	Otaimont	otaimont	BE		0	Europe/Brussels	50.41667	6.01667				WAL	WLG	63	63049
2789593	Oster	oster	BE		0	Europe/Brussels	50.30654	5.55621		Oster		WAL	WLX	83	83013
2789594	Oster	oster	BE		0	Europe/Brussels	50.2738	5.65672		Oster		WAL	WLX	83	83055
2789596	Ostemerée	ostemeree	BE		0	Europe/Brussels	50.24914	4.76691				WAL	WNA	91	91103
2789598	Ossogne	ossogne	BE		0	Europe/Brussels	50.40538	5.22145				WAL	WNA	91	91064
2789599	Ossogne	ossogne	BE		0	Europe/Brussels	50.29022	4.34306				WAL	WHT	56	56078
2789600	Ossenweg	ossenweg	BE		0	Europe/Brussels	50.84915	5.1318				VLG	VBR	24	24130
2789601	Ossenhoek	ossenhoek	BE		0	Europe/Brussels	51.17676	4.09698				VLG	VOV	46	46021
2789602	Ossen Goor	ossen-goor	BE		0	Europe/Brussels	51.22452	4.95026				VLG	VAN	13	13017
2789603	Ossenbroek	ossenbroek	BE		0	Europe/Brussels	50.96032	3.87591				VLG	VOV	41	41034
2789604	Ossenberg	ossenberg	BE		0	Europe/Brussels	50.95	4.93333				VLG	VBR	24	24135
2789605	Ossel	ossel	BE		0	Europe/Brussels	50.92251	4.27943				VLG	VBR	23	23052
2789606	Osseghem	osseghem	BE		0	Europe/Brussels	50.85773	4.32467		Ossegem,Osseghem		BRU	BRU	21	21011
2789607	Osse	osse	BE		0	Europe/Brussels	51.05	3.55		Oossche,Osse		VLG	VOV	44	44083
2789609	Ose	ose	BE		0	Europe/Brussels	50.86065	3.6585		Oose,Oossche,Ose,Osse		VLG	VOV	45	45035
2789614	Ortheuville	ortheuville	BE		0	Europe/Brussels	50.07907	5.54046				WAL	WLX	83	83049
2789617	Orsainfaing	orsainfaing	BE		0	Europe/Brussels	49.71587	5.51959				WAL	WLX	85	85046
2789620	Orp-le-Petit	orp-le-petit	BE		0	Europe/Brussels	50.69585	4.98643				WAL	WBR	25	25120
2789625	Ormont	ormont	BE		0	Europe/Brussels	50.63986	3.37042				WAL	WHT	57	57081
2789628	Orlitain	orlitain	BE		0	Europe/Brussels	50.75	3.5		L'Orlitain,Orlitain		VLG	VOV		
2789642	Ordin	ordin	BE		0	Europe/Brussels	50.4688	4.70615				WAL	WNA	92	92140
2789648	Orchies	orchies	BE		0	Europe/Brussels	50.65	3.25				WAL	WHT	57	57081
2789653	Opwinkel	opwinkel	BE		0	Europe/Brussels	51.16787	5.709				VLG	VLI	72	72018
2789659	Opstal Dries	opstal-dries	BE		0	Europe/Brussels	51.00526	4.02947				VLG	VOV	42	42006
2789660	Opstaldries	opstaldries	BE		0	Europe/Brussels	50.8	3.83333				VLG	VOV	45	45063
2789662	Opstal	opstal	BE		0	Europe/Brussels	51.25686	5.00072				VLG	VAN	13	13017
2789663	Opstal	opstal	BE		0	Europe/Brussels	51.24483	4.90239				VLG	VAN	13	13017
2789664	Opstal	opstal	BE		0	Europe/Brussels	50.9983	4.17691				VLG	VOV	42	42004
2789665	Opstal	opstal	BE		0	Europe/Brussels	50.89752	3.77017				VLG	VOV	41	41081
2789666	Opsmeer	opsmeer	BE		0	Europe/Brussels	50.96667	3.95				VLG	VOV	41	41034
2789670	Oppum	oppum	BE		0	Europe/Brussels	50.91667	5.2				VLG	VLI	71	71024
2789675	Opperbuizingen	opperbuizingen	BE		0	Europe/Brussels	50.81995	4.14403		Opperbuesinghen,Opperbuizingen,Opperbuzingen		VLG	VBR	23	23104
2789676	Oppem	oppem	BE		0	Europe/Brussels	50.93912	4.30518		Ophem,Oppem		VLG	VBR	23	23050
2789677	Oppem	oppem	BE		0	Europe/Brussels	50.83498	4.65482		Ophem,Oppem		VLG	VBR	24	24086
2789678	Oppem	oppem	BE		0	Europe/Brussels	50.83874	4.5086		Ophem,Oppem		VLG	VBR	24	24104
2789679	Oppem	oppem	BE		0	Europe/Brussels	50.83333	3.93333		Ophem,Oppem		VLG	VOV	41	41048
2789681	Oppagne	oppagne	BE		0	Europe/Brussels	50.3101	5.51396		Oppagne		WAL	WLX	83	83012
2789686	Op Merlemont	op-merlemont	BE		0	Europe/Brussels	50.88333	5.4				VLG	VLI	71	71011
2789687	Oplombeek	oplombeek	BE		0	Europe/Brussels	50.81129	4.11667				VLG	VBR	23	23024
2789690	Op Linkebeek	op-linkebeek	BE		0	Europe/Brussels	50.77187	4.34734				VLG	VBR	23	23100
2789691	Opleeuw	opleeuw	BE		0	Europe/Brussels	50.82706	5.3839				VLG	VLI	73	73009
2789707	Ophalfen	ophalfen	BE		0	Europe/Brussels	50.87412	4.18787				VLG	VBR	23	23086
2789711	Ophain	ophain	BE		0	Europe/Brussels	50.69255	4.18625				WAL	WBR	25	25105
2789718	Op de Vlucht	op-de-vlucht	BE		0	Europe/Brussels	51.05	5.06667				VLG	VLI	71	71057
2789719	Op den Berg	op-den-berg	BE		0	Europe/Brussels	51.08013	5.68405				VLG	VLI	72	72021
2789720	Op den Beek	op-den-beek	BE		0	Europe/Brussels	50.78026	5.31637				VLG	VLI	73	73022
2789721	Op de Dieken	op-de-dieken	BE		0	Europe/Brussels	51.13333	5.71667				VLG	VLI	72	72018
2789722	Op de Baan Dries	op-de-baan-dries	BE		0	Europe/Brussels	51.03333	5.16667				VLG	VLI	71	71004
2789725	Opbeek	opbeek	BE		0	Europe/Brussels	50.8	4.21667				VLG	VBR	23	23077
2789727	Opaaigem	opaaigem	BE		0	Europe/Brussels	50.89517	3.93021		Op-Aygem,Opaaigem		VLG	VOV	41	41082
2789728	Oostzijde	oostzijde	BE		0	Europe/Brussels	51.16667	3.26667		Oostzijde,Oostzyde		VLG	VWV	31	31022
2789734	Oostveld	oostveld	BE		0	Europe/Brussels	51.17806	3.58302				VLG	VOV	43	43005
2789735	Oostveld	oostveld	BE		0	Europe/Brussels	51.16142	3.39155		Oostveld		VLG	VWV	31	31003
2789736	Oosttaverne	oosttaverne	BE		0	Europe/Brussels	50.78333	2.9				VLG	VWV	33	33039
2789739	Oostrem	oostrem	BE		0	Europe/Brussels	51.02931	3.85854				VLG	VOV	42	42010
2789743	Oostmolen	oostmolen	BE		0	Europe/Brussels	51.10545	3.46497		Oostmeulen,Oostmolen		VLG	VOV	44	44084
2789744	Oostmoer	oostmoer	BE		0	Europe/Brussels	51.15954	3.6311				VLG	VOV	44	44085
2789753	Oosthuisheuvel	oosthuisheuvel	BE		0	Europe/Brussels	51.43333	4.6				VLG	VAN		
2789754	Oosthoven	oosthoven	BE		0	Europe/Brussels	51.33587	4.97646				VLG	VAN	13	13031
2789756	Oosthoek	oosthoek	BE		0	Europe/Brussels	51.24495	3.6762				VLG	VOV	43	43002
2789757	Oosthoek	oosthoek	BE		0	Europe/Brussels	51.2429	3.47475				VLG	VOV	43	43010
2789758	Oosthoek	oosthoek	BE		0	Europe/Brussels	51.20134	3.70571				VLG	VOV	43	43002
2789759	Oosthoek	oosthoek	BE		0	Europe/Brussels	51.19255	3.68913				VLG	VOV	43	43002
2789760	Oosthoek	oosthoek	BE		0	Europe/Brussels	51.07538	2.63216				VLG	VWV	38	38025
2789761	Oosthoek	oosthoek	BE		0	Europe/Brussels	51.03333	3.41667				VLG	VWV	37	37012
2789762	Oosthoek	oosthoek	BE		0	Europe/Brussels	50.93333	3.2				VLG	VWV	36	36008
2789763	Oosthoek	oosthoek	BE		0	Europe/Brussels	50.94311	2.68779				VLG	VWV	38	38002
2789764	Oosthoek	oosthoek	BE		0	Europe/Brussels	50.92459	2.64372				VLG	VWV	33	33021
2789765	Oosthoek	oosthoek	BE		0	Europe/Brussels	50.8712	4.20914				VLG	VBR	23	23016
2789766	Oosthoek	oosthoek	BE		0	Europe/Brussels	50.86667	2.75				VLG	VWV	33	33021
2789767	Oosthoek	oosthoek	BE		0	Europe/Brussels	50.85792	3.04725				VLG	VWV	33	33037
2789768	Oosthoek	oosthoek	BE		0	Europe/Brussels	50.8	2.9				VLG	VWV	33	33039
2789773	Oosterwijk	oosterwijk	BE		0	Europe/Brussels	51.12763	4.86688		Oosterwijk,Oosterwyk		VLG	VAN	13	13049
2789775	Oosterveld	oosterveld	BE		0	Europe/Brussels	51.17556	4.42393				VLG	VAN	11	11002
2789778	Oosterlo	oosterlo	BE		0	Europe/Brussels	51.10858	4.97411		Oosterlo,Oosterloo		VLG	VAN	13	13008
2789779	Oosterhoven	oosterhoven	BE		0	Europe/Brussels	51.14743	4.80029				VLG	VAN	13	13012
2789780	Oostergem	oostergem	BE		0	Europe/Brussels	51.08779	3.58898				VLG	VOV	44	44083
2789781	Oostergem	oostergem	BE		0	Europe/Brussels	51.08878	3.47323		Oostergem,Oosterghem		VLG	VOV	44	44084
2789782	Oosterbergen	oosterbergen	BE		0	Europe/Brussels	51.05	5.11667				VLG	VLI	71	71057
2789783	Oosten Eind	oosten-eind	BE		0	Europe/Brussels	51.47765	4.8324		Oosten Eind,Oosten-Einde		VLG	VAN	13	13014
2789786	Ostend	ostend	BE		69011	Europe/Brussels	51.21551	2.927		OST,Oostende,Oostenn,Ostend,Ostenda,Ostende,Ostendo,Ostendė,ao si teng de,astent,awstndh,oseutendeo,osutende,Οστένδη,Остенде,אוסטנדה,اوستنده,ஆஸ்டெண்ட்,オーステンデ,奥斯滕德,오스텐더	35	VLG	VWV	35	35013
2789789	Oosteindeken	oosteindeken	BE		0	Europe/Brussels	51.15	3.96667				VLG	VOV	46	46014
2789790	Oosteinde	oosteinde	BE		0	Europe/Brussels	51.2394	4.98774		Oosteinde,Oosteneind		VLG	VAN	13	13017
2789797	Oostdorp	oostdorp	BE		0	Europe/Brussels	50.88391	3.95174				VLG	VOV	41	41024
2789798	Oostbrecht	oostbrecht	BE		0	Europe/Brussels	51.36128	4.68876				VLG	VAN	11	11009
2789799	Oostbarm	oostbarm	BE		0	Europe/Brussels	51.126	4.23297		Oosstbarm,Oostbarm		VLG	VOV	46	46025
2789802	Oorlandseheide	oorlandseheide	BE		0	Europe/Brussels	51.19447	4.79838		Oorlandscheheide,Oorlandseheide,Oorlandsheide		VLG	VAN	13	13011
2789805	Oorderen	oorderen	BE		0	Europe/Brussels	51.28611	4.3575		Oorderen		VLG	VAN	11	11002
2789806	Oordegemsestraat	oordegemsestraat	BE		0	Europe/Brussels	50.93333	3.9		Oordegemschestraat,Oordegemsestraat		VLG	VOV	41	41063
2789813	Oom	oom	BE		0	Europe/Brussels	50.87784	3.94138				VLG	VOV	41	41024
2789820	Ooievaarmolen	ooievaarmolen	BE		0	Europe/Brussels	51.11667	2.95		Ooievaarmolen,Ooivaartmolen,Ooivaartmolenhoek		VLG	VWV	35	35005
2789826	Onthaines	onthaines	BE		0	Europe/Brussels	50.2886	5.03397				WAL	WNA	91	91030
2789836	Ongelberg	ongelberg	BE		0	Europe/Brussels	51.16775	5.19714		Ongelberg,Ongelbergh		VLG	VAN	13	13003
2789837	Oneux	oneux	BE		0	Europe/Brussels	50.60335	5.45802		Les Oneux,Oneux		WAL	WLG	62	62120
2789838	Oneux	oneux	BE		0	Europe/Brussels	50.54616	5.83443				WAL	WLG	63	63076
2789839	Oneux	oneux	BE		0	Europe/Brussels	50.4729	5.5982		Oneux		WAL	WLG	62	62026
2789840	Oneux	oneux	BE		0	Europe/Brussels	50.39462	5.43051		Oneux		WAL	WLX	83	83012
2789841	Onegem	onegem	BE		0	Europe/Brussels	50.9482	4.00012		Honegem,Onegem,Oonegem		VLG	VOV	41	41082
2789843	Onderste Broek	onderste-broek	BE		0	Europe/Brussels	50.93333	5.43333				VLG	VLI	71	71011
2789844	Onderdijk	onderdijk	BE		0	Europe/Brussels	51.16667	3.5		Onderdijk,Onderdyke		VLG	VOV	43	43010
2789845	Onder den Berg	onder-den-berg	BE		0	Europe/Brussels	50.96667	5.66667		Onder de Berg,Onder den Berg		VLG	VLI	73	73107
2789846	Onder den Berg	onder-den-berg	BE		0	Europe/Brussels	50.95	5.65		Onder de Berg,Onder den Berg		VLG	VLI	73	73107
2789847	Onderdale	onderdale	BE		0	Europe/Brussels	51.13333	3.46667		Onderdaele,Onderdale		VLG	VOV	44	44084
2789848	Ondenval	ondenval	BE		0	Europe/Brussels	50.38669	6.12222				WAL	WLG	63	63080
2789849	Ondank	ondank	BE		0	Europe/Brussels	51.06974	3.24325		Ondank,Oudank		VLG	VWV	37	37018
2789850	Ondank	ondank	BE		0	Europe/Brussels	51.01439	3.36518		Ondank		VLG	VWV	37	37015
2789852	Once	once	BE		0	Europe/Brussels	50.76667	5.58333				WAL	WLG	62	62011
2789857	Ommegang	ommegang	BE		0	Europe/Brussels	50.86667	3.71667				VLG	VOV	45	45065
2789861	Ombreucq	ombreucq	BE		0	Europe/Brussels	50.7371	3.79355				WAL	WHT	55	55023
2789864	Ombergen	ombergen	BE		0	Europe/Brussels	51	3.83333				VLG	VOV	42	42025
2789872	Olmenhoek	olmenhoek	BE		0	Europe/Brussels	50.90763	4.58636				VLG	VBR	24	24055
2789877	Ollomont	ollomont	BE		0	Europe/Brussels	50.15578	5.67642		Ollomont		WAL	WLX	82	82014
2789880	Ollemanshoek	ollemanshoek	BE		0	Europe/Brussels	51.06667	4.9				VLG	VAN	13	13013
2789882	Oliehoek	oliehoek	BE		0	Europe/Brussels	50.85	3.6				VLG	VOV	45	45035
2789888	Olekenbos	olekenbos	BE		0	Europe/Brussels	50.83957	3.39086		Olekenbos,Oolekenbosch		VLG	VWV	34	34002
2789889	Okselaar	okselaar	BE		0	Europe/Brussels	51.03449	5.01183		Okselaar,Oxelaer		VLG	VLI	71	71057
2789890	Oksdonk	oksdonk	BE		0	Europe/Brussels	51.00825	4.37325		Hoxdonck,Oksdonk,Oxdonck,Oxdonk		VLG	VBR	23	23039
2789891	Okkerwijk	okkerwijk	BE		0	Europe/Brussels	50.8	3.45				VLG	VWV	34	34042
2789892	Okerij	okerij	BE		0	Europe/Brussels	50.76667	3.58333				VLG	VOV	45	45060
2789901	Oisefagne	oisefagne	BE		0	Europe/Brussels	49.86667	5.65				WAL	WLX	82	82009
2789904	Oignies	oignies	BE		0	Europe/Brussels	50.4264	4.60808				WAL	WHT	52	52074
2789913	Oha	oha	BE		0	Europe/Brussels	50.52862	5.18778				WAL	WLG	61	61072
2789916	Ognée	ognee	BE		0	Europe/Brussels	50.51686	5.65478		Ogn'e,Ognee,Ognée		WAL	WLG	62	62100
2789918	Offus	offus	BE		0	Europe/Brussels	50.65214	4.90799				WAL	WBR	25	25122
2789920	Offignies	offignies	BE		0	Europe/Brussels	50.38072	3.80324				WAL	WHT	53	53020
2789922	Offelken	offelken	BE		0	Europe/Brussels	50.76849	5.46072				VLG	VLI	73	73083
2789923	Offaing	offaing	BE		0	Europe/Brussels	49.83511	5.47687				WAL	WLX	84	84043
2789926	Oevers	oevers	BE		0	Europe/Brussels	51.11667	4.2				VLG	VOV	46	46025
2789927	Oeverkant	oeverkant	BE		0	Europe/Brussels	51.20029	4.33554				VLG	VAN	11	11056
2789928	Oevelenberg	oevelenberg	BE		0	Europe/Brussels	51.25928	4.81966				VLG	VAN	13	13019
2789941	Oeleinde	oeleinde	BE		0	Europe/Brussels	51.00133	5.57608		Oeleinde,Oelende,Olende		VLG	VLI	71	71002
2789945	Oekevoorde	oekevoorde	BE		0	Europe/Brussels	51.22464	4.13511		Ockevoorde,Oekevoorde		VLG	VOV	46	46020
2789950	Oe	oe	BE		0	Europe/Brussels	50.61667	6.03333				WAL	WLG	63	63023
2789952	Odrimont	odrimont	BE		0	Europe/Brussels	50.30807	5.80825		Odrimont		WAL	WLG	63	63045
2789955	Odet	odet	BE		0	Europe/Brussels	50.38647	5.30732		Odet		WAL	WLG	61	61012
2789960	Odeghien	odeghien	BE		0	Europe/Brussels	50.70019	4.33086				WAL	WBR	25	25014
2789961	Ocquière	ocquiere	BE		0	Europe/Brussels	50.67296	4.68185				WAL	WBR	25	25018
2789967	Ochain	ochain	BE		0	Europe/Brussels	50.43131	5.36314		Ochain		WAL	WLG	61	61012
2789968	Obsinnich	obsinnich	BE		0	Europe/Brussels	50.73333	5.88333				WAL	WLG		
2789969	Obroek	obroek	BE		0	Europe/Brussels	51.28608	5.09216				VLG	VAN	13	13036
2789974	Oborne	oborne	BE		0	Europe/Brussels	50.75335	5.53625				WAL	WLG	62	62011
2789979	Oberst-Crombach	oberst-crombach	BE		0	Europe/Brussels	50.28111	6.035				WAL	WLG	63	63067
2789980	Oberhausen	oberhausen	BE		0	Europe/Brussels	50.15729	6.13743		Oberhausen		WAL	WLG	63	63087
2789981	Ober-Emmels	ober-emmels	BE		0	Europe/Brussels	50.29917	6.08917				WAL	WLG	63	63067
2789982	Obent Steine Brück	obent-steine-brueck	BE		0	Europe/Brussels	49.71667	5.7		Oben Steine Bruck,Oben Steine Brück,Obent Steine Bruck,Obent Steine Brück,Steine Bruck		WAL	WLX	85	85046
2789986	Ny	ny	BE		0	Europe/Brussels	50.28536	5.47976		Ny		WAL	WLX	83	83028
2789988	Nuvel	nuvel	BE		0	Europe/Brussels	51.1	4.11667				VLG	VOV	42	42008
2789989	Nurop	nurop	BE		0	Europe/Brussels	50.76667	5.86667				WAL	WLG		
2789992	Nuffelstraat	nuffelstraat	BE		0	Europe/Brussels	51.05	4.4				VLG	VAN	12	12025
2789993	Nuchelenhof	nuchelenhof	BE		0	Europe/Brussels	51.06667	5.78333				VLG	VLI	72	72021
2789994	Noyelle	noyelle	BE		0	Europe/Brussels	50.44149	3.71072				WAL	WHT	53	53039
2789996	Nowes	nowes	BE		0	Europe/Brussels	50.23333	4.68333		Nower,Nowes		WAL	WNA	93	93022
2790005	Nouvelly des Loups	nouvelly-des-loups	BE		0	Europe/Brussels	49.83333	5.28333		Nouveli-des-Loups,Nouvelly des Loups,Nouvelî-des-Loups		WAL	WLX	84	84009
2790010	Nounait	nounait	BE		0	Europe/Brussels	49.8	5.18333				WAL	WLX	84	84009
2790011	Notre-Dame de Tongres	notre-dame-de-tongres	BE		0	Europe/Brussels	50.31667	4.3				WAL	WHT	56	56078
2790012	Notre-Dame au Bois	notre-dame-au-bois	BE		0	Europe/Brussels	50.79319	4.4898		Jesus-Eik,Jezus-Eik,Notre-Dame au Bois		VLG	VBR	23	23062
2790013	Notre Dame	notre-dame	BE		0	Europe/Brussels	49.7619	5.36627				WAL	WLX	85	85007
2790017	Notelaar	notelaar	BE		0	Europe/Brussels	51.26667	4.23333				VLG	VOV	46	46003
2790018	Notelaar	notelaar	BE		0	Europe/Brussels	51.25	3.7				VLG	VOV	43	43002
2790019	Notelaar	notelaar	BE		0	Europe/Brussels	51.1	4.25				VLG	VAN	12	12007
2790020	Notchamps	notchamps	BE		0	Europe/Brussels	50.5029	5.7094				WAL	WLG	62	62100
2790025	Nopstal	nopstal	BE		0	Europe/Brussels	50.98333	4.86667				VLG	VBR	24	24001
2790026	Nophove	nophove	BE		0	Europe/Brussels	50.78048	3.56994				VLG	VOV	45	45060
2790027	Noortem	noortem	BE		0	Europe/Brussels	51.21667	3.43333		Noortem,Noorthem		VLG	VOV	43	43010
2790029	Noordveldhoek	noordveldhoek	BE		0	Europe/Brussels	51.06667	2.56667		Noordveldhoek,Veldhoek		VLG	VWV	38	38008
2790030	Noordstraat	noordstraat	BE		0	Europe/Brussels	51.13333	3.1				VLG	VWV	31	31040
2790031	Noordstraat	noordstraat	BE		0	Europe/Brussels	51.11667	3.8				VLG	VOV	44	44021
2790032	Noordschotebroek	noordschotebroek	BE		0	Europe/Brussels	50.96667	2.8		Noordschotebroeck,Noordschotebroek		VLG	VWV	32	32030
2790037	Noordhofwijk	noordhofwijk	BE		0	Europe/Brussels	50.86324	2.87741				VLG	VWV	33	33011
2790038	Noordhoek	noordhoek	BE		0	Europe/Brussels	51.21277	3.02176				VLG	VWV	35	35014
2790039	Noordhoek	noordhoek	BE		0	Europe/Brussels	51.01667	3.2				VLG	VWV	37	37020
2790040	Noordhoek	noordhoek	BE		0	Europe/Brussels	50.9	2.78333				VLG	VWV	33	33041
2790041	Noord Heikant	noord-heikant	BE		0	Europe/Brussels	51.42337	5.01395				VLG	VAN	13	13035
2790045	Noordeind	noordeind	BE		0	Europe/Brussels	51.39974	4.46824				VLG	VAN	11	11022
2790051	Nonnekerkhof	nonnekerkhof	BE		0	Europe/Brussels	50.89563	5.19289				VLG	VLI	71	71024
2790052	Nonceveux	nonceveux	BE		0	Europe/Brussels	50.46663	5.72991		Nonceveux		WAL	WLG	62	62009
2790054	Nomont	nomont	BE		0	Europe/Brussels	50.55621	5.56027				WAL	WLG	62	62032
2790055	Nomerange	nomerange	BE		0	Europe/Brussels	50.73277	5.40236		Nomerance,Nomerange		WAL	WLG		
2790060	Nolinfaing	nolinfaing	BE		0	Europe/Brussels	49.81434	5.43207		Nolinfaing		WAL	WLX	84	84043
2790066	Noirthier	noirthier	BE		0	Europe/Brussels	50.43333	6.08333		Noir Tier,Noirthier		WAL	WLG	63	63049
2790069	Noirmont	noirmont	BE		0	Europe/Brussels	50.59533	4.64258				WAL	WBR	25	25117
2790070	Noirhat	noirhat	BE		0	Europe/Brussels	50.63117	4.53529				WAL	WBR	25	25023
2790072	Noire Voie	noire-voie	BE		0	Europe/Brussels	50.59163	3.67484				WAL	WHT	57	57094
2790073	Noirefontaine	noirefontaine	BE		404	Europe/Brussels	49.82071	5.09311		Noirefontaine		WAL	WLX	84	84010
2790076	Noirchien	noirchien	BE		0	Europe/Brussels	50.33333	4.43333				WAL	WHT	56	56086
2790077	Noirchamps	noirchamps	BE		0	Europe/Brussels	50.34514	4.61322		Noirchamps,Nowechamps,Nowéchamps		WAL	WNA	92	92087
2790079	Noir Bras	noir-bras	BE		0	Europe/Brussels	50.10184	5.4801				WAL	WLX	83	83049
2790080	Noidré	noidre	BE		0	Europe/Brussels	50.51727	5.6692		Noidre,Noidré		WAL	WLG	62	62100
2790081	Noeveren	noeveren	BE		0	Europe/Brussels	51.09381	4.35439		Noeveren		VLG	VAN	11	11005
2790086	Nodrenge	nodrenge	BE		0	Europe/Brussels	50.70168	4.9399				WAL	WBR	25	25120
2790092	Noblehaie	noblehaie	BE		0	Europe/Brussels	50.64806	5.7705		Noblehaie,Noblehaye		WAL	WLG	63	63035
2790093	Nobipré	nobipre	BE		0	Europe/Brussels	49.81667	5.61667				WAL	WLX	84	84033
2790094	Nivi	nivi	BE		0	Europe/Brussels	49.75	5.15				WAL	WLX	84	84010
2790095	Nivezé	niveze	BE		0	Europe/Brussels	50.49601	5.90077				WAL	WLG	63	63072
2790103	Nivelle	nivelle	BE		0	Europe/Brussels	50.76567	5.68448				WAL	WLG	62	62108
2790104	Nivelet	nivelet	BE		0	Europe/Brussels	49.7986	5.51004				WAL	WLX	84	84033
2790105	Niva	niva	BE		0	Europe/Brussels	50.63276	5.20869				WAL	WLG	64	64076
2790108	Nisramont	nisramont	BE		0	Europe/Brussels	50.1356	5.64646				WAL	WLX	83	83031
2790109	Nispert	nispert	BE		0	Europe/Brussels	50.63123	6.05244		Niespert,Nispert		WAL	WLG	63	63023
2790113	Ninster	ninster	BE		0	Europe/Brussels	50.45	5.66667		Niaster,Ninster		WAL	WLG	62	62009
2790117	Ninde	ninde	BE		0	Europe/Brussels	50.99156	4.68048				VLG	VBR	24	24109
2790118	Ninane	ninane	BE		0	Europe/Brussels	50.58068	5.63985				WAL	WLG	62	62022
2790123	Nimbermont	nimbermont	BE		0	Europe/Brussels	49.96418	5.50636		Nibermont,Nimbermont		WAL	WLX	84	84077
2790126	Nil Saint-Vincent	nil-saint-vincent	BE		0	Europe/Brussels	50.64206	4.68009				WAL	WBR	25	25124
2790127	Nil Saint-Martin	nil-saint-martin	BE		0	Europe/Brussels	50.64434	4.67829		Nil Saint-Martin,Saint Martin		WAL	WBR	25	25124
2790128	Nil Pierreux	nil-pierreux	BE		0	Europe/Brussels	50.63166	4.65065				WAL	WBR	25	25124
2790129	Nil Abbesse	nil-abbesse	BE		0	Europe/Brussels	50.63746	4.6655				WAL	WBR	25	25124
2790131	Nijverzeel	nijverzeel	BE		0	Europe/Brussels	50.9701	4.15584				VLG	VBR	23	23060
2790132	Nijven	nijven	BE		0	Europe/Brussels	51.05798	4.24273		Nijven,Nivjen		VLG	VAN	12	12041
2790133	Nijveloot	nijveloot	BE		0	Europe/Brussels	50.76667	3.78333		Nijveloot,Nijveroot		WAL	WHT		
2790134	Nijsblok	nijsblok	BE		0	Europe/Brussels	51.11667	4.81667		Nijsblock,Nijsblok		VLG	VAN	13	13011
2790137	Nijken	nijken	BE		0	Europe/Brussels	50.79732	3.99216				VLG	VOV	41	41048
2790138	Nihé Haie	nihe-haie	BE		0	Europe/Brussels	50.25	5.66667				WAL	WLX	83	83055
2790140	Nieuwstraat	nieuwstraat	BE		0	Europe/Brussels	51.11667	5.05				VLG	VAN	13	13021
2790141	Nieuwstraat	nieuwstraat	BE		0	Europe/Brussels	51.01667	5.31667				VLG	VLI	71	71070
2790142	Nieuwstad	nieuwstad	BE		0	Europe/Brussels	51.02595	4.23631				VLG	VOV	42	42004
2790143	Nieuw Sint-Truiden	nieuw-sint-truiden	BE		0	Europe/Brussels	50.82514	5.17469				VLG	VLI	71	71053
2790149	Nieuwpoort-Bad	nieuwpoort-bad	BE		0	Europe/Brussels	51.1435	2.70564		Nieuport-Bains,Nieuport-les-Bains,Nieuwpoort-Bad,Nieuwpoort-Baden		VLG	VWV	38	38016
2790156	Nieuwmoerseheide	nieuwmoerseheide	BE		0	Europe/Brussels	51.41667	4.51667		Nieuwmoerscheheide,Nieuwmoerseheide		VLG	VAN	11	11022
2790157	Nieuwmoer	nieuwmoer	BE		0	Europe/Brussels	51.43266	4.51783				VLG	VAN	11	11022
2790159	Nieuwland	nieuwland	BE		0	Europe/Brussels	51.26575	5.17286		Het Nieuwland,Nieuwland		VLG	VAN	13	13025
2790160	Nieuwland	nieuwland	BE		0	Europe/Brussels	51.2094	4.3252				VLG	VAN	11	11056
2790161	Nieuwland	nieuwland	BE		0	Europe/Brussels	50.9787	4.81022				VLG	VBR	24	24001
2790170	Nieuwhoeve	nieuwhoeve	BE		0	Europe/Brussels	51.18333	5.18333		Nieuwe Hoeve,Nieuwhoef,Nieuwhoeve		VLG	VAN	13	13003
2790175	Nieuwestede	nieuwestede	BE		0	Europe/Brussels	50.96985	2.87845				VLG	VWV	32	32006
2790182	Nieuwenvijver	nieuwenvijver	BE		0	Europe/Brussels	50.97856	5.28844		Aan den Nieuwen Vijver,Nieuwenvijver		VLG	VLI	71	71022
2790185	Nieuwenmolen	nieuwenmolen	BE		0	Europe/Brussels	50.88555	3.02256		Nieuwemolen,Nieuwenmolen		VLG	VWV	33	33037
2790192	Nieuwendorp	nieuwendorp	BE		0	Europe/Brussels	51.18047	3.54272				VLG	VOV	43	43005
2790193	Nieuwendijk	nieuwendijk	BE		0	Europe/Brussels	51.04367	4.50547		Nieuwendijk,Nieuwendyck		VLG	VAN	12	12035
2790196	Nieuwe Hof	nieuwe-hof	BE		0	Europe/Brussels	51.03333	5.15				VLG	VLI	71	71004
2790197	Nieuweherberg	nieuweherberg	BE		0	Europe/Brussels	51.0055	2.68405				VLG	VWV	38	38002
2790198	Nieuwe Heide	nieuwe-heide	BE		0	Europe/Brussels	51.21667	5				VLG	VAN	13	13008
2790199	Nieuweheide	nieuweheide	BE		0	Europe/Brussels	50.95	5.38333				VLG	VLI	71	71022
2790201	Nieuwege	nieuwege	BE		0	Europe/Brussels	51.20945	3.12512		Nieuwege,Nieuweghe		VLG	VWV	31	31012
2790202	Nieuwege	nieuwege	BE		0	Europe/Brussels	50.898	3.824				VLG	VOV	41	41081
2790203	Nieuwebrug	nieuwebrug	BE		0	Europe/Brussels	51.37729	4.62348				VLG	VAN	11	11009
2790207	Nieuwdorp	nieuwdorp	BE		0	Europe/Brussels	51.3	3.2				VLG	VWV	31	31005
2790208	Nieuwdorp	nieuwdorp	BE		0	Europe/Brussels	51.09663	5.45566				VLG	VLI	72	72030
2790209	Nieuwdorp	nieuwdorp	BE		0	Europe/Brussels	50.9	5.10296				VLG	VBR	24	24028
2790211	Nieuwdam	nieuwdam	BE		0	Europe/Brussels	51.09902	3.41694		Nieuwdam,Nieuwendam		VLG	VOV	44	44084
2790212	Nieuwdak	nieuwdak	BE		0	Europe/Brussels	50.9607	5.48132		Nieuwdag,Nieuwdak		VLG	VLI	71	71016
2790213	Nieuwburg	nieuwburg	BE		0	Europe/Brussels	51.21187	3.72146				VLG	VOV	43	43002
2790214	Nieuwbroek	nieuwbroek	BE		0	Europe/Brussels	51.05	4.15				VLG	VOV	42	42006
2790216	Nierlenders	nierlenders	BE		0	Europe/Brussels	51.18333	4.6				VLG	VAN	11	11035
2790217	Niemandshoek	niemandshoek	BE		0	Europe/Brussels	51.21667	4.75				VLG	VAN	13	13044
2790218	Niemandshoek	niemandshoek	BE		0	Europe/Brussels	51.12812	4.72216		Niemandshoek,Niemanshoek,Nieninshoek		VLG	VAN	13	13012
2790227	Nieder-Emmels	nieder-emmels	BE		0	Europe/Brussels	50.30472	6.10306				WAL	WLG	63	63067
2790230	Nidrum	nidrum	BE		0	Europe/Brussels	50.4434	6.19603				WAL	WLG	63	63013
2790231	Nidérand	niderand	BE		0	Europe/Brussels	50.67944	4.23574		Nederand,Niderand,Niderant,Niderhand,Nidérand,Nidérant		WAL	WBR	25	25105
2790234	Nevraumont	nevraumont	BE		0	Europe/Brussels	49.83187	5.34277				WAL	WLX	84	84009
2790238	Neuville-sous-Huy	neuville-sous-huy	BE		0	Europe/Brussels	50.53085	5.28861		Neuville-sous-Huy		WAL	WLG	61	61031
2790239	Neuvillers	neuvillers	BE		0	Europe/Brussels	49.90128	5.35598				WAL	WLX	84	84077
2790255	Neuve Haie	neuve-haie	BE		0	Europe/Brussels	50.68077	5.75636		La Haie,Neuve Haie,Neuve-Haye		WAL	WLG	62	62119
2790257	Neuve Cour	neuve-cour	BE		0	Europe/Brussels	50.68103	5.76275				WAL	WLG	62	62119
2790260	Neusart	neusart	BE		0	Europe/Brussels	50.59928	4.00182				WAL	WHT	55	55040
2790261	Neus	neus	BE		0	Europe/Brussels	51.20737	5.40364				VLG	VLI	72	72043
2790262	Neuringen	neuringen	BE		0	Europe/Brussels	50.8	4				VLG	VOV	41	41048
2790264	Neupont	neupont	BE		0	Europe/Brussels	50.06667	5.13333				WAL	WLX	84	84075
2790265	Neuperlé	neuperle	BE		0	Europe/Brussels	49.81667	5.75		Neuperle,Neuperlé		WAL	WLX		
2790266	Neundorf	neundorf	BE		0	Europe/Brussels	50.26472	6.09222		Neundorf,Neundort		WAL	WLG	63	63067
2790270	Neu Hattlich	neu-hattlich	BE		0	Europe/Brussels	50.56667	6.16667				WAL	WLG	63	63080
2790274	Neuf Sart	neuf-sart	BE		0	Europe/Brussels	50.68333	4.63333		Nen Sart,Neuf Sart		WAL	WBR	25	25018
2790275	Neufmoulin	neufmoulin	BE		0	Europe/Brussels	50.1	5.8				WAL	WLX	82	82014
2790276	Neufmoulin	neufmoulin	BE		0	Europe/Brussels	49.86667	5.26667				WAL	WLX	84	84009
2790277	Neufmarteau	neufmarteau	BE		0	Europe/Brussels	50.54137	5.89332				WAL	WLG	63	63038
2790290	Neudorf	neudorf	BE		0	Europe/Brussels	50.66793	6.10696		Neudorf		WAL	WLG	63	63061
2790291	Neucy	neucy	BE		0	Europe/Brussels	50.37026	5.72713		Nency,Neucy		WAL	WLG	63	63075
2790292	Neucoyé	neucoye	BE		0	Europe/Brussels	50.3	5.63333				WAL	WLX	83	83055
2790293	Neubrück	neubrueck	BE		0	Europe/Brussels	50.24971	6.10005				WAL	WLG	63	63067
2790299	Netenshoek	netenshoek	BE		0	Europe/Brussels	50.93571	3.58898				VLG	VOV	44	44048
2790300	Netelzeep	netelzeep	BE		0	Europe/Brussels	50.90421	4.97006				VLG	VBR	24	24008
2790301	Netekant	netekant	BE		0	Europe/Brussels	51.12224	4.62716		Neetkant,Netekant,Nethekant,Nèthekant		VLG	VAN	12	12002
2790305	Nessestraat	nessestraat	BE		0	Europe/Brussels	50.96667	3.95		Nesschestraat,Nessestraat		VLG	VOV	41	41034
2790306	Nesplier	nesplier	BE		0	Europe/Brussels	50.71667	3.66667				WAL	WHT	51	51017
2790307	Nerom	nerom	BE		0	Europe/Brussels	50.97826	4.33342				VLG	VBR	23	23050
2790309	Nerm	nerm	BE		0	Europe/Brussels	50.77209	4.87254				VLG	VBR	24	24041
2790310	Neringe	neringe	BE		0	Europe/Brussels	50.94581	4.8684		Neringe,Neringhe		VLG	VBR	24	24135
2790311	Nering	nering	BE		0	Europe/Brussels	50.76364	4.2963				VLG	VBR	23	23003
2790312	Nereth	nereth	BE		0	Europe/Brussels	50.64228	5.99047				WAL	WLG	63	63004
2790313	Nerenhoek	nerenhoek	BE		0	Europe/Brussels	51.21667	4.21667				VLG	VOV	46	46003
2790314	Nerenhoek	nerenhoek	BE		0	Europe/Brussels	51.12797	3.84416				VLG	VOV	44	44034
2790315	Nerenbroek	nerenbroek	BE		0	Europe/Brussels	50.94551	3.97479				VLG	VOV	41	41082
2790321	Néon	neon	BE		0	Europe/Brussels	50.2	5.91667				WAL	WLX	82	82037
2790322	Nemerkendries	nemerkendries	BE		0	Europe/Brussels	50.75253	4.00052				VLG	VBR	23	23023
2790323	Nekkersput	nekkersput	BE		0	Europe/Brussels	50.81667	4				VLG	VOV	41	41048
2790324	Nekkerspoel	nekkerspoel	BE		0	Europe/Brussels	51.03211	4.49624		Neckerspoel,Nekkerspoel		VLG	VAN	12	12025
2790325	Nekke	nekke	BE		0	Europe/Brussels	51.11538	3.54294		Necke,Nekke		VLG	VOV	44	44085
2790327	Neissem	neissem	BE		0	Europe/Brussels	50.7891	5.14148		Neissem,Nyssem		VLG	VLI	71	71053
2790328	Neijen	neijen	BE		0	Europe/Brussels	51.11667	5.56667		Neigem,Neijen,Neyen		VLG	VLI	72	72004
2790332	Neidingen	neidingen	BE		0	Europe/Brussels	50.25028	6.14556				WAL	WLG	63	63067
2790333	Negenoord	negenoord	BE		0	Europe/Brussels	51.03333	5.76667				VLG	VLI		
2790335	Nefsée	nefsee	BE		0	Europe/Brussels	50.33505	4.62376		Nefsee,Nefsée,Nefzee,Nefzée		WAL	WNA	92	92087
2790337	Neffe	neffe	BE		0	Europe/Brussels	50.34402	4.77571				WAL	WNA	92	92101
2790338	Neffe	neffe	BE		0	Europe/Brussels	50.24556	4.91578				WAL	WNA	91	91034
2790339	Neffe	neffe	BE		0	Europe/Brussels	50.0052	5.76259				WAL	WLX	82	82003
2790340	Neer Zellik	neer-zellik	BE		0	Europe/Brussels	50.88685	4.27531		Neer Zellik,Neer-Zellick		VLG	VBR	23	23002
2790343	Neerwijk	neerwijk	BE		0	Europe/Brussels	50.86667	3.91667		Neerwijk,Neerwyk		VLG	VOV	41	41027
2790344	Neerwelden	neerwelden	BE		0	Europe/Brussels	50.88452	3.67202				VLG	VOV	45	45035
2790345	Neerven	neerven	BE		0	Europe/Brussels	51.38333	4.8				VLG	VAN	13	13037
2790348	Neerstraat	neerstraat	BE		0	Europe/Brussels	51.21667	4.33333				VLG	VAN	11	11056
2790349	Neerstraat	neerstraat	BE		0	Europe/Brussels	51.1	4.05				VLG	VOV	42	42028
2790350	Neerstraat	neerstraat	BE		0	Europe/Brussels	51.01667	3.65				VLG	VOV	44	44064
2790351	Neerstalle	neerstalle	BE		0	Europe/Brussels	50.8	4.3				VLG	VBR	23	23098
2790355	Neerpoorten	neerpoorten	BE		0	Europe/Brussels	50.96927	4.30178				VLG	VBR	23	23050
2790356	Neerpoorten	neerpoorten	BE		0	Europe/Brussels	50.76667	4.6				VLG	VBR	23	23062
2790360	Neerpede	neerpede	BE		0	Europe/Brussels	50.81667	4.26667				WAL	WHT		
2790367	Neerland	neerland	BE		0	Europe/Brussels	51.15388	4.39053				VLG	VAN	11	11002
2790368	Neerkrijel	neerkrijel	BE		0	Europe/Brussels	51.18462	5.59831		Neerkreiel,Neerkreijel,Neerkreyel,Neerkrijel		VLG	VLI	72	72003
2790369	Neerkanne	neerkanne	BE		0	Europe/Brussels	50.81667	5.66667		Neder-Canne,Neercamps,Neercanne,Neerkanne		VLG	VLI	73	73066
2790372	Neerhoven	neerhoven	BE		0	Europe/Brussels	51.10902	5.69452				VLG	VLI	72	72021
2790373	Neerhoven	neerhoven	BE		0	Europe/Brussels	51.09855	5.60555				VLG	VLI	72	72042
2790374	Neer Hoksent	neer-hoksent	BE		0	Europe/Brussels	51.15975	5.42544		Neer Hoksent,Neer-Hoxent		VLG	VLI	72	72038
2790379	Neerhoek	neerhoek	BE		0	Europe/Brussels	50.93244	3.44314				VLG	VWV	37	37002
2790384	Neerhavert	neerhavert	BE		0	Europe/Brussels	51.02708	4.30331				VLG	VBR	23	23045
2790387	Neerhalfen	neerhalfen	BE		0	Europe/Brussels	50.87915	4.17892		Neeralfene,Neerhalfen,Nerhalfen		VLG	VBR	23	23086
2790390	Neereken	neereken	BE		0	Europe/Brussels	50.93333	3.58333		Neder Rechem,Neereken		VLG	VOV	44	44048
2790391	Neerdorp	neerdorp	BE		0	Europe/Brussels	50.75305	4.26615		Meerdorp,Neerdorp		VLG	VBR	23	23003
2790392	Neerbutsel	neerbutsel	BE		0	Europe/Brussels	50.846	4.85333				VLG	VBR	24	24016
2790393	Neerbuizingen	neerbuizingen	BE		0	Europe/Brussels	50.81188	4.14502		Neerbuesinghen,Neerbuizingen		VLG	VBR	23	23104
2790394	Neerbroek	neerbroek	BE		0	Europe/Brussels	51.21667	4.33333		Neerbroek,Nerbroek		VLG	VAN	11	11056
2790395	Neer Aubel	neer-aubel	BE		0	Europe/Brussels	50.7111	5.84592				WAL	WLG	63	63003
2790396	Neep	neep	BE		0	Europe/Brussels	50.8	4.05				VLG	VOV	41	41048
2790398	Nederzwijnaarde	nederzwijnaarde	BE		0	Europe/Brussels	51	3.73333				VLG	VOV	44	44043
2790401	Nederwijk	nederwijk	BE		0	Europe/Brussels	50.83921	4.03999		Nederwijk,Nederwyk		VLG	VOV	41	41048
2790402	Nederviersel	nederviersel	BE		0	Europe/Brussels	51.1854	4.67952				VLG	VAN	11	11054
2790403	Nederstraat	nederstraat	BE		0	Europe/Brussels	50.96667	3.78333				VLG	VOV	44	44052
2790404	Nederstraat	nederstraat	BE		0	Europe/Brussels	50.8713	5.48166				VLG	VLI	73	73032
2790405	Nederstraat	nederstraat	BE		0	Europe/Brussels	50.81667	3.96667				VLG	VOV	41	41048
2790406	Nederpoorterij	nederpoorterij	BE		0	Europe/Brussels	50.83333	3.76667		Nederpoorterij,Nederpoortery		VLG	VOV	45	45059
2790511	Mutsaard	mutsaard	BE		0	Europe/Brussels	50.89871	4.36254				WAL	WHT		
2790408	Nederolbeek	nederolbeek	BE		0	Europe/Brussels	50.80386	3.62192				VLG	VOV	45	45064
2790413	Nederheide	nederheide	BE		0	Europe/Brussels	51.18333	4.9				VLG	VAN	13	13029
2790414	Nederheembeek	nederheembeek	BE		0	Europe/Brussels	50.9	4.38333				WAL	WHT		
2790419	Nedereinde	nedereinde	BE		0	Europe/Brussels	51.00082	5.58229				VLG	VLI	71	71002
2790420	Nederbuul	nederbuul	BE		0	Europe/Brussels	51.16667	4.88333		Nederbuel,Nederbuul,Neerbuel		VLG	VAN	13	13029
2790426	Neckel	neckel	BE		0	Europe/Brussels	50.54115	6.14642				WAL	WLG	63	63080
2790429	Néche	neche	BE		0	Europe/Brussels	50.68333	5.73333		En Neche,En Nèche,Neche,Néche		WAL	WLG	62	62119
2790436	Nazaret	nazaret	BE		0	Europe/Brussels	51.33333	4.91667		Nazaret,Nazareth		VLG	VAN	13	13040
2790438	Naxhelet	naxhelet	BE		0	Europe/Brussels	50.54814	5.2				WAL	WLG	61	61072
2790439	Navaugle	navaugle	BE		0	Europe/Brussels	50.20699	5.18764		Navaugle		WAL	WNA	91	91114
2790440	Navagne	navagne	BE		0	Europe/Brussels	50.76667	5.68333				WAL	WLG	62	62108
2790441	Nauw	nauw	BE		0	Europe/Brussels	50.83333	3.85				VLG	VOV	45	45063
2790444	Nattendries	nattendries	BE		0	Europe/Brussels	50.71667	4.05				VLG	VBR	23	23032
2790445	Nattenbaasdonk	nattenbaasdonk	BE		0	Europe/Brussels	51.11262	4.29293		Nattenbaasdonck,Nattenbaasdonk		VLG	VAN	12	12007
2790449	Natendries	natendries	BE		0	Europe/Brussels	50.84577	3.64673				VLG	VOV	45	45035
2790454	Nashez	nashez	BE		0	Europe/Brussels	50.21667	5.61667				WAL	WLX	83	83031
2790457	Narcimont	narcimont	BE		0	Europe/Brussels	49.81841	5.55359				WAL	WLX	84	84033
2790460	Nantimont	nantimont	BE		0	Europe/Brussels	49.70692	5.6094				WAL	WLX	85	85046
2790462	Nanove	nanove	BE		0	Europe/Brussels	50.96367	4.18372				VLG	VBR	23	23060
2790474	Namoussart	namoussart	BE		0	Europe/Brussels	49.83523	5.49947		Namoussart		WAL	WLX	84	84043
2790475	Namorimont	namorimont	BE		0	Europe/Brussels	50.23628	5.11091				WAL	WNA	91	91030
2790478	Nalonsart	nalonsart	BE		0	Europe/Brussels	50.49607	5.21146				WAL	WLG	61	61031
2790482	Nalamont	nalamont	BE		0	Europe/Brussels	50.45547	5.10419				WAL	WNA	92	92003
2790483	Najauge	najauge	BE		0	Europe/Brussels	50.09421	4.69101				WAL	WNA	93	93090
2790485	Nagimont	nagimont	BE		0	Europe/Brussels	50.1334	5.60674				WAL	WLX	83	83031
2790492	Nachtegaalshoek	nachtegaalshoek	BE		0	Europe/Brussels	51.18513	4.40367				VLG	VAN	11	11002
2790494	Nachtegaal	nachtegaal	BE		0	Europe/Brussels	51.13333	3.26667				VLG	VWV	31	31022
2790495	Nachtegaal	nachtegaal	BE		0	Europe/Brussels	51.05	4.73333				VLG	VAN	12	12014
2790496	Nachtegaal	nachtegaal	BE		0	Europe/Brussels	51.01171	3.2838				VLG	VWV	37	37011
2790497	Nachtegaal	nachtegaal	BE		0	Europe/Brussels	50.9644	2.90127		Nachtegaal,Nachtegaalhoek,Nachtegael		VLG	VWV	32	32006
2790498	Nachtegaal	nachtegaal	BE		0	Europe/Brussels	50.86667	3.15				VLG	VWV	36	36010
2790499	Nachtegaal	nachtegaal	BE		0	Europe/Brussels	50.74319	4.26836				VLG	VBR	23	23003
2790502	Nablery	nablery	BE		0	Europe/Brussels	50.16667	5.58333				WAL	WLX	83	83031
2790503	Naastveld	naastveld	BE		0	Europe/Brussels	51.09076	3.98454		Naastveld,Naestveld		VLG	VOV	46	46014
2790506	Naarmonts	naarmonts	BE		0	Europe/Brussels	50.68333	4.2		Naarmonts,Narmonts		WAL	WBR	25	25105
2790510	Mützhagen	muetzhagen	BE		0	Europe/Brussels	50.68707	5.96402		Mutshagen,Mutzhagen,Mütshagen,Mützhagen		WAL	WLG	63	63048
2790517	Mussenzeel	mussenzeel	BE		0	Europe/Brussels	50.89234	4.0075		Musschezeel,Mussenzeel,Mussenzele		VLG	VOV	41	41024
2790519	Mussenhoek	mussenhoek	BE		0	Europe/Brussels	50.81342	3.92239		Musenhoek,Musschenhoek,Mussenhoek		VLG	VOV	41	41018
2790520	Mussenborg	mussenborg	BE		0	Europe/Brussels	51.15566	4.45403		Musschenborg,Mussenborg		VLG	VAN	11	11013
2790523	Musselienstraat	musselienstraat	BE		0	Europe/Brussels	51.06667	3.93333		Musschenstraat,Musselienstraat		VLG	VOV	42	42003
2790526	Mussain	mussain	BE		0	Europe/Brussels	50.71853	4.1585				WAL	WBR	25	25105
2790528	Mürringen	muerringen	BE		0	Europe/Brussels	50.4077	6.30169		Murrange		WAL	WLG	63	63012
2790529	Muntstraat	muntstraat	BE		0	Europe/Brussels	50.98333	4.03333				VLG	VOV	41	41002
2790547	Mulkerheide	mulkerheide	BE		0	Europe/Brussels	51.26626	5.53836				VLG	VLI	72	72037
2790548	Mulken	mulken	BE		0	Europe/Brussels	50.78723	5.44198				VLG	VLI	73	73083
2790549	Mulk	mulk	BE		0	Europe/Brussels	51.26315	5.55256				VLG	VLI	72	72037
2790550	Mulheim	mulheim	BE		0	Europe/Brussels	51	5.71667		Mulheim,Mullem		VLG	VLI	73	73107
2790553	Muizenhol	muizenhol	BE		0	Europe/Brussels	51.2716	3.6656				VLG	VOV	43	43014
2790554	Muizenhol	muizenhol	BE		0	Europe/Brussels	51.16667	4.23333				VLG	VOV	46	46013
2790555	Muizenhol	muizenhol	BE		0	Europe/Brussels	50.98383	3.58841				VLG	VOV	44	44083
2790557	Muizen Dijk	muizen-dijk	BE		0	Europe/Brussels	51.11736	5.59164		Muisendijk,Muizen Dijk,Muysen Dijk,Muysendyk		VLG	VLI	72	72004
2790562	Muizelaar	muizelaar	BE		0	Europe/Brussels	50.97427	3.26089		Muiselaar,Muizelaar,Muyzelaar		VLG	VWV	37	37011
2790563	Muizel	muizel	BE		0	Europe/Brussels	50.88333	3.3		Muijzel,Muizel		VLG	VWV	34	34013
2790564	Muizeheide	muizeheide	BE		0	Europe/Brussels	51.0423	5.23861		Muizeheide,Muizenheide		VLG	VLI	71	71004
2790565	Muishol	muishol	BE		0	Europe/Brussels	50.76667	3.48333				VLG	VOV	45	45060
2790566	Muishoek	muishoek	BE		0	Europe/Brussels	51.03101	3.00626				VLG	VWV	32	32011
2790567	Muisbroekhoeve	muisbroekhoeve	BE		0	Europe/Brussels	51.28333	4.41667		Muisbroek,Muisbroek Polder,Muisbroekhoeve,Muisbroekhof		VLG	VAN	11	11002
2790569	Muilshoek	muilshoek	BE		0	Europe/Brussels	51.08038	4.54842				VLG	VAN	12	12035
2790570	Muilem	muilem	BE		0	Europe/Brussels	50.84099	3.97216		Muilem,Muylem		VLG	VOV	41	41048
2790571	Muilebeek	muilebeek	BE		0	Europe/Brussels	50.73779	3.98402				VLG	VBR	23	23023
2790572	Muikem	muikem	BE		0	Europe/Brussels	51.20348	3.72776		Muijkem,Muikem		VLG	VOV	43	43002
2790573	Muidt	muidt	BE		0	Europe/Brussels	50.7	3.91667				WAL	WHT		
2790574	Muide	muide	BE		0	Europe/Brussels	51.07258	3.73115				VLG	VOV	44	44021
2790575	Muggenberg	muggenberg	BE		0	Europe/Brussels	50.91305	4.95022				VLG	VBR	24	24008
2790576	Muggenberg	muggenberg	BE		0	Europe/Brussels	50.78333	5.51667				VLG	VLI	73	73083
2790583	Moyen	moyen	BE		0	Europe/Brussels	49.69966	5.38153				WAL	WLX	85	85007
2790584	Moxheron	moxheron	BE		0	Europe/Brussels	50.6313	5.07825				WAL	WLG	64	64034
2790589	Mousty	mousty	BE		0	Europe/Brussels	50.66111	4.56413				WAL	WBR	25	25121
2790594	Mousny	mousny	BE		0	Europe/Brussels	50.10358	5.61124		Mousny		WAL	WLX	83	83031
2790599	Mouplan	mouplan	BE		0	Europe/Brussels	50.71667	3.85		Mouplan,Mouplon		WAL	WHT	55	55023
2790602	Moulin Manteau	moulin-manteau	BE		0	Europe/Brussels	49.97023	4.5422				WAL	WNA	93	93014
2790603	Moulinel	moulinel	BE		0	Europe/Brussels	50.61981	3.26831				WAL	WHT	57	57081
2790604	Moulin du Ruy	moulin-du-ruy	BE		0	Europe/Brussels	50.42345	5.88481		Moulin du Roy,Moulin du Ruy,Moulin-du-Puy		WAL	WLG	63	63075
2790605	Moulin de Stave	moulin-de-stave	BE		0	Europe/Brussels	50.28333	4.66667		Moulin de Stave		WAL	WNA	92	92087
2790606	Moulin de la Fosse	moulin-de-la-fosse	BE		0	Europe/Brussels	50.26667	5.63333				WAL	WLX	83	83055
2790607	Moulin-à-Vent	moulin-a-vent	BE		0	Europe/Brussels	50.6727	5.45388				WAL	WLG	62	62006
2790608	Moulin à Vent	moulin-a-vent	BE		0	Europe/Brussels	50.47631	4.87996				WAL	WNA	92	92094
2790609	Moulin à Papier	moulin-a-papier	BE		0	Europe/Brussels	50.49863	3.77406				WAL	WHT	53	53070
2790623	Moulin	moulin	BE		0	Europe/Brussels	50.7	3.45				WAL	WHT	57	57018
2790624	Moulin	moulin	BE		0	Europe/Brussels	50.65	3.46667				WAL	WHT	57	57081
2790625	Moulin	moulin	BE		0	Europe/Brussels	50.65045	3.45152				WAL	WHT	57	57081
2790626	Moulin	moulin	BE		0	Europe/Brussels	50.48438	5.45911				WAL	WLG	61	61079
2790627	Mouligneau	mouligneau	BE		0	Europe/Brussels	50.56198	4.01954				WAL	WHT	55	55040
2790628	Mouligneau	mouligneau	BE		0	Europe/Brussels	50.41667	4.3				WAL	WHT	52	52022
2790629	Moulignat	moulignat	BE		0	Europe/Brussels	50.25628	4.38252				WAL	WNA	93	93088
2790632	Moulard	moulard	BE		0	Europe/Brussels	50.16854	4.163				WAL	WHT	56	56088
2790633	Moelingen	moelingen	BE		850	Europe/Brussels	50.75693	5.71375		Fourons (Mouland),Moelingen,Mouland,Voeren (Moelingen)		VLG	VLI	73	73109
2790635	Mouffrin	mouffrin	BE		0	Europe/Brussels	50.32657	5.0448				WAL	WNA	91	91059
2790643	Motte	motte	BE		0	Europe/Brussels	50.95	3.73333				VLG	VOV	44	44043
2790644	Motte	motte	BE		0	Europe/Brussels	50.83333	3.53333				VLG	VOV	45	45061
2790645	Motte	motte	BE		0	Europe/Brussels	50.75826	3.749				WAL	WHT	51	51019
2790646	Motte	motte	BE		0	Europe/Brussels	50.46345	4.39427				WAL	WHT	52	52015
2790648	Motmolen	motmolen	BE		0	Europe/Brussels	50.84368	5.49758				VLG	VLI	73	73032
2790650	Motbroek	motbroek	BE		0	Europe/Brussels	50.91869	4.87647		Motbroek,Mothoek		VLG	VBR	24	24135
2790651	Mot	mot	BE		0	Europe/Brussels	50.95756	4.43882		De Mot,Mot		VLG	VBR	23	23096
2790652	Mosvenne	mosvenne	BE		0	Europe/Brussels	51	4.66667				VLG	VBR	24	24048
2790657	Mostdonk	mostdonk	BE		0	Europe/Brussels	51.12252	4.92476		Mostdonck,Mostdonk		VLG	VAN	13	13049
2790662	Most	most	BE		0	Europe/Brussels	50.94108	3.07714				VLG	VWV	36	36019
2790663	Mossiat	mossiat	BE		0	Europe/Brussels	50.33632	4.82758				WAL	WNA	91	91005
2790664	Mossiat	mossiat	BE		0	Europe/Brussels	50.09493	5.03587				WAL	WNA	91	91013
2790665	Mosseveldstraat	mosseveldstraat	BE		0	Europe/Brussels	51.05201	3.96388				VLG	VOV	42	42003
2790666	Mosselbank	mosselbank	BE		0	Europe/Brussels	51.21796	4.20034				VLG	VOV	46	46003
2790667	Mosselbank	mosselbank	BE		0	Europe/Brussels	51.16667	4.25				VLG	VOV	46	46013
2790669	Mospert	mospert	BE		0	Europe/Brussels	50.63128	6.10764				WAL	WLG	63	63023
2790670	Moskou	moskou	BE		0	Europe/Brussels	51.06288	2.95842		Moscou,Moskou		VLG	VWV	32	32010
2790671	Mosenfagne	mosenfagne	BE		0	Europe/Brussels	50.55	6				WAL	WLG	63	63038
2790681	Mortinsart	mortinsart	BE		0	Europe/Brussels	49.70558	5.58701				WAL	WLX	85	85009
2790686	Mortelstraat	mortelstraat	BE		0	Europe/Brussels	51.16667	4.3				VLG	VOV	46	46013
2790687	Mortels Rot	mortels-rot	BE		0	Europe/Brussels	50.95437	4.81853				VLG	VBR	24	24043
2790688	Mortehan	mortehan	BE		0	Europe/Brussels	49.80019	5.21287		Mortehan,Te Mortehan		WAL	WLX	84	84009
2790690	Morsaint	morsaint	BE		0	Europe/Brussels	50.72266	4.69322		Morsain,Morsaint		WAL	WBR	25	25037
2790696	Morlies	morlies	BE		0	Europe/Brussels	50.54354	3.49211				WAL	WHT	57	57003
2790702	Moriville	moriville	BE		0	Europe/Brussels	50.06204	5.53741				WAL	WLX	82	82038
2790710	Moreux	moreux	BE		0	Europe/Brussels	50.67006	3.50778		Maureux,Moreux		WAL	WHT	57	57018
2790711	Morestraat	morestraat	BE		0	Europe/Brussels	50.91667	3.75		Moorestraat,Morestraat		VLG	VOV	44	44020
2790712	Moressée	moressee	BE		0	Europe/Brussels	50.30909	5.3064				WAL	WNA	91	91120
2790715	Morenhoek	morenhoek	BE		0	Europe/Brussels	51.10151	4.4283		Moorenhoek,Morenhoek		VLG	VAN	11	11037
2790716	Morelmont	morelmont	BE		0	Europe/Brussels	50.50874	4.32363				WAL	WHT	52	52015
2790720	Morcelle	morcelle	BE		0	Europe/Brussels	50.69348	3.6912				WAL	WHT	51	51065
2790725	Moortelstraat	moortelstraat	BE		0	Europe/Brussels	51.11667	4.16667				VLG	VOV	46	46025
2790726	Moortelhoek	moortelhoek	BE		0	Europe/Brussels	51.15963	4.09536				VLG	VOV	46	46021
2790727	Moortebeek	moortebeek	BE		0	Europe/Brussels	50.84555	4.28618				VLG			
2790731	Moors Kamp	moors-kamp	BE		0	Europe/Brussels	51.1	5.78333				VLG	VLI	72	72021
2790732	Moorsem	moorsem	BE		0	Europe/Brussels	51.00511	4.78849		Moorsem,Moorsom		VLG	VBR	24	24007
2790739	Moorsberg	moorsberg	BE		0	Europe/Brussels	51.03333	5.53333				VLG	VLI	72	72042
2790740	Moorlegem	moorlegem	BE		0	Europe/Brussels	50.92239	3.89412				VLG	VOV	41	41063
2790741	Moorhoek	moorhoek	BE		0	Europe/Brussels	51.01012	4.27499				VLG	VBR	23	23045
2790742	Moor	moor	BE		0	Europe/Brussels	51.19176	4.5884				VLG	VAN	11	11035
2790743	Monville	monville	BE		0	Europe/Brussels	50.28618	5.43128				WAL	WLX	83	83028
2790748	Monty	monty	BE		0	Europe/Brussels	50.01537	5.63526				WAL	WLX	82	82005
2790752	Mont Saint-Pont	mont-saint-pont	BE		0	Europe/Brussels	50.7013	4.35479				WAL	WBR	25	25014
2790753	Mont Saint-Pierre	mont-saint-pierre	BE		0	Europe/Brussels	50.69818	4.85659				WAL	WBR	25	25048
2790755	Mont Saint-Jean	mont-saint-jean	BE		0	Europe/Brussels	50.68765	4.40226				WAL	WBR	25	25014
2790766	Monts	monts	BE		0	Europe/Brussels	50.69871	3.61684		Les Monts,Monts		WAL	WHT	51	51065
2790767	Monts	monts	BE		0	Europe/Brussels	50.32411	4.45486				WAL	WHT	56	56086
2790768	Mont Rouge	mont-rouge	BE		0	Europe/Brussels	50.78333	2.76667				VLG	VWV	33	33039
2790769	Mont Rouge	mont-rouge	BE		0	Europe/Brussels	50.61667	3.45				WAL	WHT	57	57081
2790776	Mont Rigi	mont-rigi	BE		0	Europe/Brussels	50.51135	6.0745		Monte-Rigi		WAL	WLG	63	63080
2790778	Montquintin	montquintin	BE		0	Europe/Brussels	49.54367	5.47284				WAL	WLX	85	85047
2790779	Montplaisir	montplaisir	BE		0	Europe/Brussels	50.71229	4.1192				VLG			
2790780	Montplaisir	montplaisir	BE		0	Europe/Brussels	50.3	5.18333				WAL	WNA	91	91059
2790781	Montplainchamps	montplainchamps	BE		0	Europe/Brussels	49.82039	5.41886		Montplainchamps		WAL	WLX	84	84043
2790783	Mont Noir	mont-noir	BE		0	Europe/Brussels	50.3	4.88333				WAL	WNA	91	91005
2790784	Montliaux	montliaux	BE		0	Europe/Brussels	50.37202	4.03284		Les Montliaux		WAL	WHT	53	53084
2790785	Mon-le-Soie	mon-le-soie	BE		0	Europe/Brussels	50.32194	5.96278		Mon-le-Soie,Mont le Soie		WAL	WLX	82	82032
2790789	Mont la Chapelle	mont-la-chapelle	BE		0	Europe/Brussels	50.7	3.9				WAL	WHT	55	55023
2790790	Mont Jumont	mont-jumont	BE		0	Europe/Brussels	50.15881	4.1921				WAL	WHT	56	56088
2790793	Montils	montils	BE		0	Europe/Brussels	50.6	3.85		Les Montils		WAL	WHT	51	51012
2790794	Montil	montil	BE		0	Europe/Brussels	50.89869	4.1379		Montil,Moutil		VLG	VBR	23	23105
2790806	Montifaux	montifaux	BE		0	Europe/Brussels	50.37771	4.18897				WAL	WHT	56	56011
2790809	Monthouet	monthouet	BE		0	Europe/Brussels	50.4217	5.80769				WAL	WLG	63	63075
2790810	Mont Hardeau	mont-hardeau	BE		0	Europe/Brussels	49.9	5.08333				WAL	WLX	84	84050
2790814	Mont Garni	mont-garni	BE		0	Europe/Brussels	50.62833	3.32927		Mon-Garni,Mont Carni,Mont Garni		WAL	WHT	57	57081
2790817	Mont Falize	mont-falize	BE		0	Europe/Brussels	50.53333	5.21667				WAL	WLG	61	61072
2790818	Monteuville	monteuville	BE		0	Europe/Brussels	50.31217	5.40764				WAL	WLX	83	83028
2790820	Montenau	montenau	BE		0	Europe/Brussels	50.35853	6.12125		Montenau		WAL	WLG	63	63001
2790826	Mont Derrieux	mont-derrieux	BE		0	Europe/Brussels	50.31667	5.65		Maison Derrieux,Mont Derrieux		WAL	WLX	83	83055
2790827	Mont de Mousny	mont-de-mousny	BE		0	Europe/Brussels	50.11667	5.61667				WAL	WLX	83	83031
2790828	Mont d'Ellezelles	mont-d-ellezelles	BE		0	Europe/Brussels	50.75	3.68333		Mont d'Ellezelles		WAL	WHT	51	51017
2790829	Mont de la Justice	mont-de-la-justice	BE		0	Europe/Brussels	50.14002	5.2229				WAL	WNA	91	91114
2790830	Mont de Houx	mont-de-houx	BE		0	Europe/Brussels	50.3	4.9		Mont de Houx		WAL	WNA	91	91141
2790831	Mont de Fosse	mont-de-fosse	BE		0	Europe/Brussels	50.36468	5.86249				WAL	WLG	63	63086
2790837	Mont à Lumay	mont-a-lumay	BE		0	Europe/Brussels	50.75348	4.87312				WAL	WBR	25	25048
2790838	Mont à Leux	mont-a-leux	BE		0	Europe/Brussels	50.71667	3.2				VLG	VWV		
2790839	Montagne	montagne	BE		0	Europe/Brussels	50.65	3.7				WAL	WHT	51	51004
2790862	Monseufoy	monseufoy	BE		0	Europe/Brussels	50.01667	5.03333				WAL	WLX	84	84016
2790872	Mon Plaisir	mon-plaisir	BE		0	Europe/Brussels	50.65	3.65				WAL	WHT	51	51065
2790873	Monplaisir	monplaisir	BE		0	Europe/Brussels	50.62979	4.21304		Monplaisir,Mont Plaisir		WAL	WBR	25	25044
2790874	Mon Plaisir	mon-plaisir	BE		0	Europe/Brussels	50.25	4.53333		Mon Plaisir,Mont-Plaisir		WAL	WNA	93	93088
2790875	Mon Plaisir	mon-plaisir	BE		0	Europe/Brussels	50.16736	4.39428				WAL	WNA	93	93010
2790877	Mon Passage	mon-passage	BE		0	Europe/Brussels	50.75	3.81667		Mon Passage,Mont-Passage		VLG	VOV	41	41018
2790879	Monoblok	monoblok	BE		0	Europe/Brussels	51.1268	2.71092		Monobloc,Monoblok		VLG	VWV	38	38014
2790883	Monin	monin	BE		0	Europe/Brussels	50.31622	5.15192				WAL	WNA	91	91059
2790885	Mon Idée	mon-idee	BE		0	Europe/Brussels	50.15	4.8				WAL	WNA		
2790886	Mon Idée	mon-idee	BE		0	Europe/Brussels	49.84548	5.49251				WAL	WLX	84	84043
2790888	Mon Étable	mon-etable	BE		0	Europe/Brussels	50.33333	4.13333				WAL	WHT	56	56085
2790889	Mondekenstraat	mondekenstraat	BE		0	Europe/Brussels	51.01667	4.15				VLG	VOV	42	42011
2790890	Monchenoul	monchenoul	BE		0	Europe/Brussels	50.34807	5.69498		Monchenoul,Monchenoulle		WAL	WLX	83	83055
2790895	Monceau du Berger	monceau-du-berger	BE		0	Europe/Brussels	50.55246	4.51396		Monceau de Berger,Monceau du Berger		WAL	WBR	25	25107
2790899	Monceau	monceau	BE		0	Europe/Brussels	50.64696	3.59495				WAL	WHT	51	51065
2790900	Monceau	monceau	BE		0	Europe/Brussels	50.39851	3.75372				WAL	WHT	53	53020
2790901	Monceau	monceau	BE		0	Europe/Brussels	50.39208	5.82219		Monceau		WAL	WLG	63	63075
2790904	Monaville	monaville	BE		0	Europe/Brussels	50.05493	5.70419				WAL	WLX	82	82005
2790908	Momelette	momelette	BE		0	Europe/Brussels	50.67982	5.37326				WAL	WLG	64	64063
2790913	Mol ter Nete	mol-ter-nete	BE		0	Europe/Brussels	51.16667	4.63333		Mol ter Neet,Mol ter Nete,Molter-Nethe,Molter-Nèthe		VLG	VAN	12	12026
2790914	Molsveld	molsveld	BE		0	Europe/Brussels	51.18575	5.10066		Het Mollschveld,Molsveld		VLG	VAN	13	13025
2790915	Molsbergen	molsbergen	BE		0	Europe/Brussels	51.10737	4.01342		Molsbergen,Molsbroek		VLG	VOV	46	46014
2790917	Mollent	mollent	BE		0	Europe/Brussels	51.18333	4.61667				VLG	VAN	11	11035
2790920	Mollendaal	mollendaal	BE		0	Europe/Brussels	50.8138	4.75666		Molendaal,Molendael,Mollendaal,Mollendel		VLG	VBR	24	24011
2790921	Mollen	mollen	BE		0	Europe/Brussels	50.93333	5.05				VLG	VLI	71	71020
2790926	Molinvaux	molinvaux	BE		0	Europe/Brussels	50.65447	5.55136		Molinvau,Molinvaux		WAL	WLG	62	62063
2790927	Molinia	molinia	BE		0	Europe/Brussels	50.23628	5.17969				WAL	WNA	91	91114
2790929	Molinfaing	molinfaing	BE		0	Europe/Brussels	49.87865	5.49532		Molinfaing		WAL	WLX	84	84043
2790931	Moligna	moligna	BE		0	Europe/Brussels	50.57681	4.83993				WAL	WNA	92	92035
2790932	Molhem	molhem	BE		0	Europe/Brussels	51.14623	5.43291				VLG	VLI	72	72030
2790933	Molenwijk	molenwijk	BE		0	Europe/Brussels	51.3	3.08333				VLG	VWV	35	35029
2790934	Molenwijk	molenwijk	BE		0	Europe/Brussels	51.28333	4.26667				VLG	VOV	46	46003
2790935	Molenvloet	molenvloet	BE		0	Europe/Brussels	51.03738	4.86696		Molenvloed,Molenvloet		VLG	VAN	13	13013
2790938	Molenveld	molenveld	BE		0	Europe/Brussels	51.18333	4.41667				VLG	VAN	11	11002
2790939	Molenveld	molenveld	BE		0	Europe/Brussels	51.16667	4.61667				VLG	VAN	11	11035
2790940	Molenveld	molenveld	BE		0	Europe/Brussels	51.01696	5.75658				VLG	VLI	72	72041
2790942	Molentje	molentje	BE		0	Europe/Brussels	51.03333	3.16667				VLG	VWV	36	36011
2790943	Molenstraat	molenstraat	BE		0	Europe/Brussels	51.23348	4.921				VLG	VAN	13	13017
2790944	Molenstraat	molenstraat	BE		0	Europe/Brussels	51.23333	3.61667		Molenstraat,Molenstraet		VLG	VOV	43	43007
2790945	Molenstraat	molenstraat	BE		0	Europe/Brussels	51.13333	3.65				VLG	VOV	44	44019
2790946	Molenstraat	molenstraat	BE		0	Europe/Brussels	51.11667	4.18333				VLG	VOV	46	46025
2790947	Molenstraat	molenstraat	BE		0	Europe/Brussels	51.1	4.38333				VLG	VAN	11	11005
2790948	Molenstraat	molenstraat	BE		0	Europe/Brussels	51.03333	3.95				VLG	VOV	42	42003
2790949	Molenstraat	molenstraat	BE		0	Europe/Brussels	51	3.68333				VLG	VOV	44	44021
2790950	Molenstraat	molenstraat	BE		0	Europe/Brussels	50.83333	3.83333				VLG	VOV	41	41081
2790951	Molensteen	molensteen	BE		0	Europe/Brussels	50.81927	4.8032				VLG	VBR	24	24016
2790952	Molenstedebroek	molenstedebroek	BE		0	Europe/Brussels	50.99619	4.99509				VLG	VBR	24	24134
2790956	Molenkouter	molenkouter	BE		0	Europe/Brussels	50.93333	4.33333				VLG	VBR	23	23050
2790957	Molenkouter	molenkouter	BE		0	Europe/Brussels	50.93333	3.4		Molenkauter,Molenkouter		VLG	VWV	37	37002
2790958	Molenkouter	molenkouter	BE		0	Europe/Brussels	50.86667	3.8				VLG	VOV	41	41081
2790959	Molenhoek	molenhoek	BE		0	Europe/Brussels	51.38333	4.48333				VLG	VAN	11	11022
2790960	Molenhoek	molenhoek	BE		0	Europe/Brussels	51.33333	3.23333				VLG	VWV	31	31043
2790961	Molenhoek	molenhoek	BE		0	Europe/Brussels	51.28178	4.15518				VLG	VOV	46	46020
2790962	Molenhoek	molenhoek	BE		0	Europe/Brussels	51.182	3.68014		Meulenhoek,Molenhoek		VLG	VOV	43	43002
2790963	Molenhoek	molenhoek	BE		0	Europe/Brussels	51.17177	3.86557				VLG	VOV	44	44073
2790964	Molenhoek	molenhoek	BE		0	Europe/Brussels	51.15382	4.04179				VLG	VOV	46	46021
2790965	Molenhoek	molenhoek	BE		0	Europe/Brussels	51.15	3.8		Molehoek,Molenhoek		VLG	VOV	44	44021
2790966	Molenhoek	molenhoek	BE		0	Europe/Brussels	51.15	3.7				VLG	VOV	44	44019
2790967	Molenhoek	molenhoek	BE		0	Europe/Brussels	51.11231	4.63487				VLG	VAN	12	12002
2790968	Molenhoek	molenhoek	BE		0	Europe/Brussels	51.1	4.18333				VLG	VAN	12	12007
2790969	Molenhoek	molenhoek	BE		0	Europe/Brussels	51.08333	4.13333				VLG	VOV	42	42008
2790970	Molenhoek	molenhoek	BE		0	Europe/Brussels	51.08333	3.91667				VLG	VOV	46	46014
2790971	Molenhoek	molenhoek	BE		0	Europe/Brussels	51.06667	3.81667				VLG	VOV	44	44013
2790972	Molenhoek	molenhoek	BE		0	Europe/Brussels	51.01667	4.33333				VLG	VBR	23	23039
2790973	Molenhoek	molenhoek	BE		0	Europe/Brussels	51.02262	3.99296				VLG	VOV	42	42003
2790974	Molenhoek	molenhoek	BE		0	Europe/Brussels	51.02154	3.80698				VLG	VOV	44	44013
2790975	Molenhoek	molenhoek	BE		0	Europe/Brussels	51	3.88333		Meulenhoek,Molenhoek		VLG	VOV	42	42025
2790976	Molenhoek	molenhoek	BE		0	Europe/Brussels	50.98736	4.04443				VLG	VOV	41	41002
2790977	Molenhoek	molenhoek	BE		0	Europe/Brussels	50.96316	3.91398				VLG	VOV	41	41034
2790978	Molenhoek	molenhoek	BE		0	Europe/Brussels	50.93461	2.78595				VLG	VWV	32	32030
2790979	Molenhoek	molenhoek	BE		0	Europe/Brussels	50.86342	3.78566				VLG	VOV	41	41081
2790980	Molenhoek	molenhoek	BE		0	Europe/Brussels	50.85043	3.02984				VLG	VWV	33	33037
2790981	Molenhoek	molenhoek	BE		0	Europe/Brussels	50.83844	3.99455				VLG	VOV	41	41048
2790982	Molenhoek	molenhoek	BE		0	Europe/Brussels	50.81261	3.76976				VLG	VOV	45	45059
2790983	Molenheiken	molenheiken	BE		0	Europe/Brussels	51.4048	5.02427				VLG	VAN	13	13035
2790984	Molenheiken	molenheiken	BE		0	Europe/Brussels	51.3406	4.65595				VLG	VAN	11	11009
2790985	Molenheide	molenheide	BE		0	Europe/Brussels	51.46667	5.05				VLG	VAN	13	13035
2790986	Molenheide	molenheide	BE		0	Europe/Brussels	51.26667	4.78333				VLG	VAN	13	13019
2790987	Molenheide	molenheide	BE		0	Europe/Brussels	51.22491	4.69718				VLG	VAN	11	11054
2790988	Molenheide	molenheide	BE		0	Europe/Brussels	51.2	4.65				VLG	VAN	11	11054
2790989	Molenheide	molenheide	BE		0	Europe/Brussels	50.98333	5.41667				VLG	VLI	71	71066
2790991	Moleneinde	moleneinde	BE		0	Europe/Brussels	51.40234	5.01027				VLG	VAN	13	13035
2790992	Moleneinde	moleneinde	BE		0	Europe/Brussels	51.23242	4.8254				VLG	VAN	13	13019
2790993	Moleneinde	moleneinde	BE		0	Europe/Brussels	51.20939	4.76006				VLG	VAN	13	13044
2790994	Moleneinde	moleneinde	BE		0	Europe/Brussels	51.21667	4.63333				VLG	VAN	11	11035
2790995	Moleneinde	moleneinde	BE		0	Europe/Brussels	51.15	4.68333				VLG	VAN	12	12026
2790996	Moleneinde	moleneinde	BE		0	Europe/Brussels	51.1	3.7				VLG	VOV	44	44021
2790997	Moleneinde	moleneinde	BE		0	Europe/Brussels	51.01667	3.95				VLG	VOV	42	42003
2790998	Moleneind	moleneind	BE		0	Europe/Brussels	51.28333	4.38333				VLG	VAN	11	11002
2790999	Molendorp	molendorp	BE		0	Europe/Brussels	51.12174	3.03455				VLG	VWV	35	35006
2791000	Molendijk	molendijk	BE		0	Europe/Brussels	50.9	3.88333				VLG	VOV	41	41027
2791002	Molenbrughoek	molenbrughoek	BE		0	Europe/Brussels	51.13333	2.8		Molenbruggenhoek,Molenbrughoek		VLG	VWV	38	38016
2791004	Molenbroek	molenbroek	BE		0	Europe/Brussels	50.8361	5.49943				VLG	VLI	73	73032
2791006	Molenberg	molenberg	BE		0	Europe/Brussels	51.21667	4.81667				VLG	VAN	13	13044
2791007	Molenberg	molenberg	BE		0	Europe/Brussels	51.17091	4.27897				VLG	VOV	46	46013
2791008	Molenberg	molenberg	BE		0	Europe/Brussels	51.04516	4.892				VLG	VAN	13	13013
2791009	Molenberg	molenberg	BE		0	Europe/Brussels	50.99331	4.78273				VLG	VBR	24	24007
2791010	Molenberg	molenberg	BE		0	Europe/Brussels	50.93333	5.61667				VLG	VLI	73	73042
2791011	Molenberg	molenberg	BE		0	Europe/Brussels	50.85	4.73333				VLG	VBR	24	24062
2791055	Molenaarelst	molenaarelst	BE		0	Europe/Brussels	50.86218	3.00631		Molenaarelsthoek		VLG	VWV	33	33037
2791056	Molen	molen	BE		0	Europe/Brussels	50.99058	5.40296				VLG	VLI	71	71066
2791057	Molen	molen	BE		0	Europe/Brussels	50.94761	4.70378				VLG	VBR	24	24094
2791058	Molembais Saint-Pierre	molembais-saint-pierre	BE		0	Europe/Brussels	50.69542	4.90394				WAL	WBR	25	25122
2791059	Molembais Saint-Josse	molembais-saint-josse	BE		0	Europe/Brussels	50.70675	4.88431				WAL	WBR	25	25048
2791060	Molem	molem	BE		0	Europe/Brussels	51.00126	5.21499		Molem		VLG	VLI	71	71037
2791061	Molekens	molekens	BE		0	Europe/Brussels	51.16345	4.82869				VLG	VAN	13	13011
2791062	Moleken	moleken	BE		0	Europe/Brussels	51.16667	4.13333				VLG	VOV	46	46021
2791065	Moldergem	moldergem	BE		0	Europe/Brussels	50.86469	3.70187				VLG	VOV	45	45065
2791069	Mokker	mokker	BE		0	Europe/Brussels	51.08812	2.93926				VLG	VWV	32	32010
2791072	Moinet	moinet	BE		0	Europe/Brussels	50.04505	5.84484				WAL	WLX	82	82003
2791083	Mohery	mohery	BE		0	Europe/Brussels	50.61915	5.06089				WAL	WLG	64	64034
2791087	Mogimont	mogimont	BE		0	Europe/Brussels	49.85065	5.06913				WAL	WLX	84	84010
2791094	Moerstraat	moerstraat	BE		0	Europe/Brussels	51.21667	3.56667		Moerstraat,Moerstraet		VLG	VOV	43	43005
2791095	Moerstraat	moerstraat	BE		0	Europe/Brussels	51.03333	3.58333		Moerstraat,Moerstraet		VLG	VOV	44	44021
2791096	Moershoofde	moershoofde	BE		0	Europe/Brussels	51.24453	3.51166				VLG	VOV	43	43014
2791097	Moerkerkebrug	moerkerkebrug	BE		0	Europe/Brussels	51.24036	3.34416				VLG	VWV	31	31006
2791101	Moerkant	moerkant	BE		0	Europe/Brussels	51.45	4.43333				VLG	VAN	11	11016
2791102	Moerhuizen	moerhuizen	BE		0	Europe/Brussels	51.23333	3.46416		Moerhuize,Moerhuizen		VLG	VOV	43	43010
2791104	Moerhoek	moerhoek	BE		0	Europe/Brussels	51.08333	4.33333				VLG	VAN	12	12041
2791105	Moerhoek	moerhoek	BE		0	Europe/Brussels	51.04604	2.6323				VLG	VWV	38	38025
2791106	Moerheide	moerheide	BE		0	Europe/Brussels	51.09304	4.11044				VLG	VOV	42	42008
2791107	Moerheide	moerheide	BE		0	Europe/Brussels	51.05	4.31667				VLG	VAN	12	12041
2791108	Moereveld	moereveld	BE		0	Europe/Brussels	51.05	3.08333				VLG	VWV	31	31033
2791109	Moereinde	moereinde	BE		0	Europe/Brussels	51.25614	4.78847				VLG	VAN	13	13019
2791110	Moerebroek	moerebroek	BE		0	Europe/Brussels	50.81572	3.90177		Moenebroek,Moerebroek		VLG	VOV	41	41018
2791114	Moerdijk	moerdijk	BE		0	Europe/Brussels	51.13262	2.98447		Moerdijck,Moerdijk,Moerdyk		VLG	VWV	35	35006
2791115	Moerbrugge	moerbrugge	BE		0	Europe/Brussels	51.16192	3.26242		Moerbrugge		VLG	VWV	31	31022
2791116	Moerbroek	moerbroek	BE		0	Europe/Brussels	51.16667	4.8				VLG	VAN	13	13011
2791117	Moerberg	moerberg	BE		0	Europe/Brussels	51.06667	4.81667				VLG	VAN	13	13016
2791128	Moeistraat	moeistraat	BE		0	Europe/Brussels	51	3.63333		Moeisstraat,Moeistraat		VLG	VOV	44	44064
2791129	Moeffenhoeven	moeffenhoeven	BE		0	Europe/Brussels	51.20726	4.50683				VLG	VAN	11	11052
2791131	Möderscheid	moederscheid	BE		0	Europe/Brussels	50.38121	6.19449				WAL	WLG	63	63001
2791135	Mochamps	mochamps	BE		0	Europe/Brussels	50.1	5.41667				WAL	WLX	83	83049
2791136	Mitswege	mitswege	BE		0	Europe/Brussels	51.10992	3.05		Mitsweg,Mitswege		VLG	VWV	35	35006
2791137	Mista	mista	BE		0	Europe/Brussels	50.4	5.93333				WAL	WLG	63	63073
2791138	Mispelburg	mispelburg	BE		0	Europe/Brussels	51.25722	3.00885				VLG	VWV	35	35029
2791139	Miskom	miskom	BE		0	Europe/Brussels	50.89552	5.01233		Miscom,Miscum,Miskom		VLG	VBR	24	24054
2791141	Miserik	miserik	BE		0	Europe/Brussels	50.93534	5.39858		Miserik,Misirek		VLG	VLI	71	71011
2791142	Miserie	miserie	BE		0	Europe/Brussels	51.11667	3.35				VLG	VWV	31	31003
2791143	Misbourg	misbourg	BE		0	Europe/Brussels	49.83333	5.66667				WAL	WLX	82	82009
2791148	Mirfeld	mirfeld	BE		0	Europe/Brussels	50.3575	6.18806		Mirfeld		WAL	WLG	63	63001
2791156	Minche	minche	BE		0	Europe/Brussels	50.73727	4.88077		Minche,Minge		WAL	WBR	25	25048
2791157	Milts	milts	BE		0	Europe/Brussels	50.65952	3.99795				WAL	WHT	55	55010
2791158	Milombois	milombois	BE		0	Europe/Brussels	50.17199	4.33632				WAL	WHT	56	56029
2791161	Millomont	millomont	BE		0	Europe/Brussels	50.01464	5.59127		Millemont,Millimont,Milliomont,Millomont		WAL	WLX	82	82038
2791164	Millekruis	millekruis	BE		0	Europe/Brussels	50.80585	2.81071		Mille-Kruysen,Millekruis,Millekruisse		VLG	VWV	33	33011
2791126	Moen	moen	BE	8552	2729	Europe/Brussels	50.77013	3.39485		Moen		VLG	VWV	34	34042
2791165	Mille Kapelle	mille-kapelle	BE		0	Europe/Brussels	50.81667	2.8				VLG	VWV	33	33011
2791166	Millegem	millegem	BE		0	Europe/Brussels	51.18943	5.08202		Millegem,Milleghem		VLG	VAN	13	13025
2791167	Millegem	millegem	BE		0	Europe/Brussels	51.18476	4.54693		Millegem,Milleghem		VLG	VAN	11	11035
2791170	Mille	mille	BE		0	Europe/Brussels	50.79357	4.74755				WAL	WBR	25	25005
2791171	Mijleke	mijleke	BE		0	Europe/Brussels	51	3.76667		Mijleke,Mijlere,Myleeke		VLG	VOV	44	44043
2791172	Mijlbeek	mijlbeek	BE		0	Europe/Brussels	50.94169	4.06233		Mijlbeek,Mijlbeke		VLG	VOV	41	41002
2791173	Mijerij	mijerij	BE		0	Europe/Brussels	51.1	4.86667		Meyerij,Mijerij		VLG	VAN	13	13049
2791174	Mignonsart	mignonsart	BE		0	Europe/Brussels	50.16667	5.5				WAL	WLX	83	83031
2791175	Mignonfa	mignonfa	BE		0	Europe/Brussels	50.25055	5.5709				WAL	WLX	83	83013
2791176	Mignées	mignees	BE		0	Europe/Brussels	50.32567	5.49155		Mignee,Mignees,Mignée,Mignées		WAL	WLX	83	83012
2791180	Mière	miere	BE		0	Europe/Brussels	50.36501	5.00185				WAL	WNA	92	92006
2791183	Mierchamps	mierchamps	BE		0	Europe/Brussels	50.13979	5.5334		Mierchamps		WAL	WLX	83	83031
2791184	Mienson	mienson	BE		0	Europe/Brussels	50.46667	4.45				WAL	WHT	52	52011
2791190	Middelwijk	middelwijk	BE		0	Europe/Brussels	50.93043	3.67339		Middelwijk,Middelwyk		VLG	VOV	44	44020
2791191	Middelveld	middelveld	BE		0	Europe/Brussels	51.26667	4.88333				VLG	VAN	13	13017
2791193	Middelkerke-Bad	middelkerke-bad	BE		0	Europe/Brussels	51.18333	2.81667		Middelkerke-Bad		VLG	VWV	35	35011
2791196	Middelhof	middelhof	BE		0	Europe/Brussels	50.73333	5.88333				WAL	WLG		
2791199	Middeleers	middeleers	BE		0	Europe/Brussels	50.75	4.01667				VLG	VBR	23	23023
2791200	Middeldorp	middeldorp	BE		0	Europe/Brussels	51.23593	3.49696				VLG	VOV	43	43014
2791205	Middelbroek	middelbroek	BE		0	Europe/Brussels	51.01667	4.98333				VLG	VBR	24	24134
2791209	Microveld	microveld	BE		0	Europe/Brussels	51	4.03333				VLG	VOV	42	42006
2791210	Miclette	miclette	BE		0	Europe/Brussels	50.7567	3.68838				WAL	WHT	51	51017
2791217	Michamps	michamps	BE		0	Europe/Brussels	50.0432	5.80379				WAL	WLX	82	82003
2791218	Miavoye	miavoye	BE		0	Europe/Brussels	50.22967	4.77756				WAL	WNA	91	91103
2791219	Miauvaing	miauvaing	BE		0	Europe/Brussels	50.64937	3.56953				WAL	WHT	51	51065
2791220	Mianoye	mianoye	BE		0	Europe/Brussels	50.3453	5.02333				WAL	WNA	92	92006
2791222	Miami Wijk	miami-wijk	BE		0	Europe/Brussels	51.17675	2.79781				VLG	VWV	35	35011
2791226	Mévergnies	mevergnies	BE		589	Europe/Brussels	50.60492	3.84848		Mevergnies-lez-Lens,Mévergnies-lez-Lens		WAL	WHT	51	51012
2791230	Meuville	meuville	BE		0	Europe/Brussels	50.39593	5.76722		Meuville		WAL	WLG	63	63075
2791233	Meusegem	meusegem	BE		0	Europe/Brussels	50.95822	4.28702		Meusegem,Meuseghem		VLG	VBR	23	23050
2791234	Meurimont	meurimont	BE		0	Europe/Brussels	50.02082	4.63277		Meurimont,Mourimont		WAL	WNA	93	93090
2791237	Meulewijk	meulewijk	BE		0	Europe/Brussels	51.01667	3.45				VLG	VOV	44	44083
2791238	Meulewijk	meulewijk	BE		0	Europe/Brussels	50.98732	3.79719				VLG	VOV	44	44040
2791239	Meulewijk	meulewijk	BE		0	Europe/Brussels	50.8	3.45				VLG	VWV	34	34042
2791240	Meulestraat	meulestraat	BE		0	Europe/Brussels	50.83333	3.9		Meulestraat,Meulestraet,Molenstraat		VLG	VOV	41	41018
2791241	Meulestede	meulestede	BE		0	Europe/Brussels	51.08703	3.72807		Meulestede		VLG	VOV	44	44021
2791242	Meulentje	meulentje	BE		0	Europe/Brussels	50.96667	2.63333		Meulentje,Molentje		VLG	VWV	38	38002
2791243	Meulenkouter	meulenkouter	BE		0	Europe/Brussels	50.9	4.23333		Meulen-Cauter,Meulenkouter		VLG	VBR	23	23002
2791244	Meulenhoek	meulenhoek	BE		0	Europe/Brussels	51.25377	3.75885				VLG	VOV	43	43002
2791245	Meuleneinde	meuleneinde	BE		0	Europe/Brussels	51.11667	3.8				VLG	VOV	44	44021
2791246	Meulenberg	meulenberg	BE		0	Europe/Brussels	51.13507	4.95282				VLG	VAN	13	13008
2791247	Meulenberg	meulenberg	BE		0	Europe/Brussels	51.02043	5.39514		Meulenberg,Molenberg		VLG	VLI	72	72039
2791249	Meule Meersen	meule-meersen	BE		0	Europe/Brussels	50.83333	4		Meule Meerschen,Meule Meersen,Molenmeersen		VLG	VOV	41	41048
2791250	Meuleken	meuleken	BE		0	Europe/Brussels	51.3	3.6		Meuleken,Moleken		VLG	VOV	43	43014
2791251	Meuleken	meuleken	BE		0	Europe/Brussels	51.23333	4.1		Meuleken,Meuleken Hol		VLG	VOV	46	46020
2791252	Meuleken	meuleken	BE		0	Europe/Brussels	51.22371	3.74652				VLG	VOV	43	43002
2791254	Meulebroek	meulebroek	BE		0	Europe/Brussels	51	3.53333				VLG	VOV	44	44083
2791260	Metzert	metzert	BE		0	Europe/Brussels	49.72425	5.7886		Metzert		WAL	WLX	81	81003
2791265	Metsteren	metsteren	BE		0	Europe/Brussels	50.84264	5.1792		Metseren,Metsteren,Metzeren		VLG	VLI	71	71053
2791268	Messitert	messitert	BE		0	Europe/Brussels	50.68707	5.83704		Messitert		WAL	WLG	63	63003
2791276	Mespelaar	mespelaar	BE		0	Europe/Brussels	51.08333	4.08333				VLG	VOV	42	42008
2791281	Mesnil	mesnil	BE		0	Europe/Brussels	49.7	5.5				WAL	WLX	85	85039
2791286	Méry	mery	BE		0	Europe/Brussels	50.54616	5.59135				WAL	WLG	62	62032
2791287	Mertenne	mertenne	BE		0	Europe/Brussels	50.26322	4.36555				WAL	WNA	93	93088
2791288	Merrbeek	merrbeek	BE		0	Europe/Brussels	50.8396	4.76099		Merbeek,Merrbeek,Merrebeek		VLG	VBR	24	24011
2791289	Merols	merols	BE		0	Europe/Brussels	50.66667	6.06667				WAL	WLG	63	63061
2791290	Merny	merny	BE		0	Europe/Brussels	49.90128	5.09943				WAL	WLX	84	84050
2791291	Merlin	merlin	BE		0	Europe/Brussels	50.55393	3.40121				WAL	WHT	57	57093
2791292	Merleux Han	merleux-han	BE		0	Europe/Brussels	49.83333	5.01667				WAL	WLX	84	84010
2791296	Merkzeelse Putten	merkzeelse-putten	BE		0	Europe/Brussels	51.04614	4.34043				VLG	VAN	12	12040
2791303	Merkenveld	merkenveld	BE		0	Europe/Brussels	51.12696	3.17799				VLG	VWV	31	31040
2791306	Merkegemhoek	merkegemhoek	BE		0	Europe/Brussels	50.7895	3.47428				VLG	VWV	34	34003
2791307	Merhaaghoek	merhaaghoek	BE		0	Europe/Brussels	50.86667	3.55				VLG	VOV	45	45061
2791308	Merenhoek	merenhoek	BE		0	Europe/Brussels	50.85	3.91667		Meerenhoek,Merenhoek		VLG	VOV	41	41027
2791312	Meren	meren	BE		0	Europe/Brussels	51.15549	4.91876		Meeren,Meren		VLG	VAN	13	13029
2791313	Meren	meren	BE		0	Europe/Brussels	51.01667	4.88333		Meeren,Meren		VLG	VBR	24	24001
2791314	Meren	meren	BE		0	Europe/Brussels	50.83225	4.74676		Meeren,Meren		VLG	VBR	24	24011
2791325	Merbraine	merbraine	BE		0	Europe/Brussels	50.6852	4.39041				WAL	WBR	25	25014
2791326	Merboëlle	merboelle	BE		0	Europe/Brussels	50.34048	4.16664				WAL	WHT	56	56049
2791332	Menugoutte	menugoutte	BE		0	Europe/Brussels	49.81532	5.37121				WAL	WLX	84	84029
2791333	Menufontaine	menufontaine	BE		0	Europe/Brussels	49.8805	5.6592				WAL	WLX	82	82009
2791337	Ménil	menil	BE		0	Europe/Brussels	50.69469	4.394				WAL	WBR	25	25110
2791338	Menil	menil	BE		0	Europe/Brussels	50.24952	5.44041				WAL	WLX	83	83028
2791339	Menil	menil	BE		0	Europe/Brussels	50.02327	5.55019				WAL	WLX	82	82038
2791340	Ménil	menil	BE		0	Europe/Brussels	49.71493	5.28014				WAL	WLX	85	85011
2791341	Menhart	menhart	BE		0	Europe/Brussels	50.68333	3.45				WAL	WHT	57	57018
2791342	Menenpoort	menenpoort	BE		0	Europe/Brussels	50.85	2.9		Menenpoort,Petite de Menin		VLG	VWV	33	33011
2791345	Menekhoeven	menekhoeven	BE		0	Europe/Brussels	51.2	4.66667		Menekhoeven,Menkhoeven		VLG	VAN	11	11054
2791349	Ménage	menage	BE		0	Europe/Brussels	50.5118	5.60867				WAL	WLG	62	62100
2791350	Ménage	menage	BE		0	Europe/Brussels	50.36667	5.65				WAL	WLG	61	61019
2791358	Melveren	melveren	BE		0	Europe/Brussels	50.83341	5.20534				VLG	VLI	71	71053
2791362	Melselestraat	melselestraat	BE		0	Europe/Brussels	51.18333	4.25				VLG	VOV	46	46003
2791364	Melselehoek	melselehoek	BE		0	Europe/Brussels	51.23215	4.27085				VLG	VOV	46	46003
2791370	Melroy	melroy	BE		0	Europe/Brussels	50.5	5.01667				WAL	WNA	92	92003
2791372	Melreux	melreux	BE		0	Europe/Brussels	50.28179	5.43978				WAL	WLX	83	83028
2791383	Mellehoekske	mellehoekske	BE		0	Europe/Brussels	50.96667	3.8				VLG	VOV	44	44052
2791384	Mellehoek	mellehoek	BE		0	Europe/Brussels	51	3.81667				VLG	VOV	44	44013
2791387	Mellar	mellar	BE		0	Europe/Brussels	50.99507	5.15293		Mellaer,Mellar		VLG	VLI	71	71037
2791390	Melkhoek	melkhoek	BE		0	Europe/Brussels	50.86776	3.56429				VLG	VOV	45	45035
2791391	Melkauwen	melkauwen	BE		0	Europe/Brussels	51.09707	4.6752		Melcauwen,Melkauwen		VLG	VAN	12	12002
2791394	Melines	melines	BE		0	Europe/Brussels	50.28278	5.49757		Melines,Melinne,Melinnes		WAL	WLX	83	83013
2791398	Melhoven	melhoven	BE		0	Europe/Brussels	51.32407	4.7588				VLG	VAN	13	13037
2791411	Melbeek	melbeek	BE		0	Europe/Brussels	50.89439	5.36557				VLG	VLI	71	71022
2791412	Melaye	melaye	BE		0	Europe/Brussels	50.56667	5.26667		Melaye,Molaye		WAL	WLG	61	61068
2791414	Mekingen	mekingen	BE		0	Europe/Brussels	50.76431	4.23132				VLG	VBR	23	23077
2791415	Meiz	meiz	BE		0	Europe/Brussels	50.4201	5.98175		Meiz		WAL	WLG	63	63049
2791422	Meisven	meisven	BE		0	Europe/Brussels	51.09263	5.56475		Meisven,Muisven		VLG	VLI	72	72042
2791426	Meirreit	meirreit	BE		0	Europe/Brussels	51.35	4.58333		Meirreit,Meirreyt		VLG	VAN	11	11009
2791427	Meirhoeven	meirhoeven	BE		0	Europe/Brussels	51.17447	4.78067		Meerhoeven,Meirhoeven		VLG	VAN	13	13010
2791428	Meirhoek	meirhoek	BE		0	Europe/Brussels	51.02366	3.86551				VLG	VOV	42	42010
2791429	Meirgoorhoeve	meirgoorhoeve	BE		0	Europe/Brussels	51.35	4.95				VLG	VAN	13	13040
2791430	Meirelaar	meirelaar	BE		0	Europe/Brussels	51.13125	3.57858		Meirelaar,Meirelaare,Meirelaere		VLG	VOV	44	44085
2791431	Meire	meire	BE		0	Europe/Brussels	51.08333	3.63333				VLG	VOV	44	44021
2791432	Meirbeke	meirbeke	BE		0	Europe/Brussels	51.13333	3.7		Meirbeke,Meirelbeke		VLG	VOV	44	44019
2791433	Meir	meir	BE		0	Europe/Brussels	51.41739	5.00951		Meer,Meir		VLG	VAN	13	13035
2791434	Meir	meir	BE		0	Europe/Brussels	51.1	5		Meer,Meir		VLG	VAN	13	13053
2791435	Meir	meir	BE		0	Europe/Brussels	51.06998	4.24993				VLG	VAN	12	12041
2791436	Meilvenn	meilvenn	BE		0	Europe/Brussels	50.32642	6.04085				WAL	WLG	63	63067
2791437	Meilemeers	meilemeers	BE		0	Europe/Brussels	50.81667	4.26667		Meilemeers,Meilemers,Meilemersch		WAL	WHT		
2791441	Meil	meil	BE		0	Europe/Brussels	51.12457	4.5919		Meiji,Meil,Meyl,Mijel		VLG	VAN	12	12021
2791442	Meiken	meiken	BE		0	Europe/Brussels	50.98333	3.36667				VLG	VWV	37	37015
2791443	Meigemhoek	meigemhoek	BE		0	Europe/Brussels	51	3.58333		Maeygemhoek,Meigemhoek		VLG	VOV	44	44083
2791444	Meigemheide	meigemheide	BE		0	Europe/Brussels	50.75159	4.32136				VLG	VBR	23	23003
2791448	Meierei	meierei	BE		0	Europe/Brussels	50.96489	3.71702		Meiere,Meierei,Meiereie		VLG	VOV	44	44043
2791450	Meiboomhoek	meiboomhoek	BE		0	Europe/Brussels	50.96914	3.0844				VLG	VWV	36	36006
2791451	Meiboom	meiboom	BE		0	Europe/Brussels	51.02722	3.18995		Meiboom,Meyboom		VLG	VWV	37	37018
2791452	Meiberg	meiberg	BE		0	Europe/Brussels	51.13629	5.0652				VLG	VAN	13	13021
2791453	Mehogne	mehogne	BE		0	Europe/Brussels	50.28463	5.21897				WAL	WNA	91	91120
2791457	Mehagnoul	mehagnoul	BE		0	Europe/Brussels	50.55244	4.82425				WAL	WNA	92	92141
2791458	Mefferscheid	mefferscheid	BE		0	Europe/Brussels	50.58333	6.03333				WAL	WLG	63	63004
2791459	Meeuwerheide	meeuwerheide	BE		0	Europe/Brussels	51.08094	5.47592				VLG	VLI	72	72030
2791467	Meesberg	meesberg	BE		0	Europe/Brussels	50.91824	4.75562				VLG	VBR	24	24043
2791469	Meersvoorde	meersvoorde	BE		0	Europe/Brussels	50.78333	4		Meerschvoorde,Meersvoorde		VLG	VOV	41	41048
2791470	Meerstraat	meerstraat	BE		0	Europe/Brussels	51.07714	4.11125		Meersiraat,Meerstraat		VLG	VOV	42	42008
2791471	Meerstraat	meerstraat	BE		0	Europe/Brussels	51.04835	3.837				VLG	VOV	42	42010
2791472	Meerstraat	meerstraat	BE		0	Europe/Brussels	51.01789	4.31537				VLG	VBR	23	23045
2791473	Meerstraat	meerstraat	BE		0	Europe/Brussels	50.95	3.8				VLG	VOV	44	44052
2791474	Meerstraat	meerstraat	BE		0	Europe/Brussels	50.81667	3.46667		Meerstraat,Meerstraet		VLG	VWV	34	34002
2791475	Meersstraat	meersstraat	BE		0	Europe/Brussels	51.24054	3.64587		Meerschstraat,Meersstraat		VLG	VOV	43	43002
2791476	Meerskant	meerskant	BE		0	Europe/Brussels	51.07046	3.66436		Meerschkant,Meerskant		VLG	VOV	44	44021
2791477	Meerskant	meerskant	BE		0	Europe/Brussels	51.04453	4.03013		Meerschkant,Meerskant		VLG	VOV	42	42028
2791478	Meerskant	meerskant	BE		0	Europe/Brussels	50.89428	3.65812		Meerschkant,Meerskant		VLG	VOV	45	45068
2791479	Meershoven	meershoven	BE		0	Europe/Brussels	50.87564	5.52759				VLG	VLI	73	73006
2791480	Meersenhoven	meersenhoven	BE		0	Europe/Brussels	50.85456	5.39387		Meersenhoven,Mersenhoven		VLG	VLI	73	73040
2791481	Meersen	meersen	BE		0	Europe/Brussels	50.85	4.06667		Meerschen,Meersen		VLG	VBR	23	23097
2791482	Meersel	meersel	BE		0	Europe/Brussels	51.49081	4.77321				VLG	VAN	13	13014
2791483	Meerse	meerse	BE		0	Europe/Brussels	50.80812	3.54562		Meersche,Meerse		VLG	VOV	45	45035
2791485	Meerlenest	meerlenest	BE		0	Europe/Brussels	50.90051	4.95332		Meerlenest,Meerlennest,Merlenest		VLG	VBR	24	24008
2791488	Meerlaar	meerlaar	BE		0	Europe/Brussels	51.08333	5.05		Meerlaar,Meerlaer		VLG	VAN	13	13053
2791489	Meerlaanstraat	meerlaanstraat	BE		0	Europe/Brussels	50.91667	3.78333				VLG	VOV	44	44052
2791490	Meerlaan	meerlaan	BE		0	Europe/Brussels	50.85	3.43333				VLG	VWV	34	34002
2791491	Meerhoutstraat	meerhoutstraat	BE		0	Europe/Brussels	51.08333	3.76667				VLG	VOV	44	44021
2791492	Meerhoutdries	meerhoutdries	BE		0	Europe/Brussels	51.1	3.78333		Meerhoutdries,Meerhoutdriesch		VLG	VOV	44	44021
2791493	Merret	merret	BE		0	Europe/Brussels	51.35	4.75		Merret,Merrete		VLG	VAN	13	13037
2791497	Meerhoek	meerhoek	BE		0	Europe/Brussels	51.03333	4.75		Meerhoek,Meirhoek		VLG	VAN	12	12014
2791498	Meerheuvel	meerheuvel	BE		0	Europe/Brussels	51.06667	5.76667				VLG	VLI	72	72041
2791499	Meerhem	meerhem	BE		0	Europe/Brussels	50.86667	5.5		Meerhem,Meershem		VLG	VLI	73	73006
2791503	Meerdegat	meerdegat	BE		0	Europe/Brussels	50.88493	5.31323				VLG	VLI	73	73001
2791506	Meerberg	meerberg	BE		0	Europe/Brussels	50.79833	5.57939				VLG	VLI	73	73066
2791510	Meerbeeksehoek	meerbeeksehoek	BE		0	Europe/Brussels	50.96767	4.55958		Meerbeeksche Hoek,Meerbeeksehoek		VLG	VBR	24	24014
2791524	Meelberg	meelberg	BE		0	Europe/Brussels	51.04812	5.16706				VLG	VLI	71	71004
2791527	Medendorf	medendorf	BE		0	Europe/Brussels	50.33389	6.28806		Medendorf		WAL	WLG	63	63012
2791529	Medell	medell	BE		0	Europe/Brussels	50.31969	6.16785		Medell		WAL	WLG	63	63001
2791530	Mechelseheide	mechelseheide	BE		0	Europe/Brussels	50.98333	5.61667		Mechelsche Heide,Mechelseheide		VLG	VLI	73	73107
2791539	Meaurain	meaurain	BE		0	Europe/Brussels	50.32837	3.71501				WAL	WHT	53	53083
2791549	Mazits	mazits	BE		0	Europe/Brussels	50.92154	4.09588				VLG	VBR	23	23105
2791552	Mazenque	mazenque	BE		0	Europe/Brussels	50.67811	3.85786				WAL	WHT	55	55023
2791553	Mazenhoven	mazenhoven	BE		0	Europe/Brussels	50.98488	5.7469		Maaselhoven,Maselhoven,Mazemhoven,Mazenhoven		VLG	VLI	73	73107
2791554	Mazel	mazel	BE		0	Europe/Brussels	51.26334	4.89417		Maesel,Masel,Mazel		VLG	VAN	13	13017
2791561	Mauvinage	mauvinage	BE		0	Europe/Brussels	50.63692	3.92873				WAL	WHT	55	55039
2791565	Maurenne	maurenne	BE		0	Europe/Brussels	50.22426	4.79862				WAL	WNA	91	91142
2791572	Mauhin	mauhin	BE		0	Europe/Brussels	50.70122	5.77844		Mauhin,Mouhin		WAL	WLG	62	62027
2791573	Maugras	maugras	BE		0	Europe/Brussels	50.67104	4.13487				WAL	WBR	25	25123
2791574	Maubroux	maubroux	BE		0	Europe/Brussels	50.72401	4.51255		Maubreux,Maubroux		WAL	WBR	25	25091
2791581	Mattestraat	mattestraat	BE		0	Europe/Brussels	51.01132	4.24321				VLG	VBR	23	23045
2791582	Matrouwstraat	matrouwstraat	BE		0	Europe/Brussels	50.8	3.78333		Matrauwstraat,Matrouwstraat		VLG	VOV	45	45059
2791583	Matonspan	matonspan	BE		0	Europe/Brussels	50.13333	5.85				WAL	WLX	82	82014
2791585	Matignolles	matignolles	BE		0	Europe/Brussels	50.10338	4.66237				WAL	WNA	93	93090
2791586	Matignée	matignee	BE		0	Europe/Brussels	50.55805	4.83282				WAL	WNA	92	92035
2791587	Mathysart	mathysart	BE		0	Europe/Brussels	50.6	5.6				WAL	WLG	62	62022
2791588	Mathus	mathus	BE		0	Europe/Brussels	49.98333	5.41667				WAL	WLX	84	84077
2791590	Matersveld	matersveld	BE		0	Europe/Brussels	50.74678	3.63405				VLG	VOV	45	45041
2791597	Matagne	matagne	BE		0	Europe/Brussels	50.43652	5.15096				WAL	WNA	92	92097
2791599	Masy	masy	BE		0	Europe/Brussels	50.61667	4				WAL	WHT	55	55040
2791600	Masy	masy	BE		0	Europe/Brussels	50.55282	4.00168				WAL	WHT	55	55040
2791603	Masta	masta	BE		0	Europe/Brussels	50.40967	5.96944				WAL	WLG	63	63073
2791604	Massul	massul	BE		0	Europe/Brussels	49.87167	5.51001		Massul,Massut		WAL	WLX	84	84043
2791605	Massouheid	massouheid	BE		0	Europe/Brussels	50.56667	5.7				WAL	WLG	62	62122
2791611	Massembre	massembre	BE		0	Europe/Brussels	50.15	4.83333				WAL	WNA		
2791613	Maspelt	maspelt	BE		0	Europe/Brussels	50.22444	6.14972		Maspelt		WAL	WLG	63	63087
2791618	Maslenbocht	maslenbocht	BE		0	Europe/Brussels	51.28333	5.16667		Maslen-Bogt,Maslenbocht,Mastenbocht		VLG	VAN	13	13025
2791623	Marzelle	marzelle	BE		0	Europe/Brussels	50.26614	4.27368				WAL	WHT	56	56005
2791624	Marzelheide	marzelheide	BE		0	Europe/Brussels	50.66667	6.03333				WAL	WLG	63	63048
2791625	Marvie	marvie	BE		0	Europe/Brussels	49.98512	5.74602				WAL	WLX	82	82003
2791626	Martue	martue	BE		0	Europe/Brussels	49.71218	5.30398				WAL	WLX	85	85011
2791632	Martinsart	martinsart	BE		0	Europe/Brussels	50.15	4.35				WAL	WHT	56	56029
2791633	Martinrive	martinrive	BE		0	Europe/Brussels	50.47887	5.63848				WAL	WLG	62	62009
2791637	Martimont	martimont	BE		0	Europe/Brussels	50.57746	3.67064				WAL	WHT	57	57094
2791638	Martilly	martilly	BE		0	Europe/Brussels	49.80157	5.36095		Martilly		WAL	WLX	84	84029
2791639	Martignon	martignon	BE		0	Europe/Brussels	50.02484	4.17309				WAL	WHT	56	56051
2791644	Marteau Thomas	marteau-thomas	BE		0	Europe/Brussels	50.31667	4.91667				WAL	WNA	91	91141
2791645	Marteau	marteau	BE		0	Europe/Brussels	50.48949	5.83258				WAL	WLG	63	63072
2791646	Marteau	marteau	BE		0	Europe/Brussels	50.28333	4.8				WAL	WNA	91	91103
2791647	Martaimont	martaimont	BE		0	Europe/Brussels	49.96667	5.75				WAL	WLX	82	82003
2791648	Marsnil	marsnil	BE		0	Europe/Brussels	50.7507	5.27618		Maesnil,Marsnil		VLG	VLI	73	73022
2791649	Marsinne	marsinne	BE		0	Europe/Brussels	50.52979	5.11895				WAL	WLG	61	61028
2791650	Marsalle	marsalle	BE		0	Europe/Brussels	50.64048	5.00376				WAL	WLG	64	64034
2791651	Marquette	marquette	BE		0	Europe/Brussels	51.06667	3.5				VLG	VOV	44	44084
2791652	Marquette	marquette	BE		0	Europe/Brussels	50.79415	3.65715				VLG	VOV	45	45064
2791655	Marolle	marolle	BE		0	Europe/Brussels	50.93422	3.53829		De Marolle,Marolle		VLG	VOV	45	45068
2791656	Marolle	marolle	BE		0	Europe/Brussels	50.87865	3.58737				VLG	VOV	45	45035
2791658	Marnière	marniere	BE		0	Europe/Brussels	50.56667	3.33333				WAL	WHT	57	57081
2791663	Marloyau	marloyau	BE		0	Europe/Brussels	50.70604	3.74959				WAL	WHT	51	51017
2791664	Marloie	marloie	BE		0	Europe/Brussels	50.19844	5.32141		Marloie		WAL	WLX	83	83034
2791669	Markhove	markhove	BE		0	Europe/Brussels	51.04636	3.03546		Marckhove,Markhove		VLG	VWV	32	32011
2791672	Markebeek	markebeek	BE		0	Europe/Brussels	50.81667	3.23333		Marckebeek,Marckebeke,Markebeek		VLG	VWV	34	34022
2791676	Marionetteberg	marionetteberg	BE		0	Europe/Brussels	50.79407	3.2631		Marionetteberg,Marionetteberge		VLG	VWV	34	34022
2791677	Mariomont	mariomont	BE		0	Europe/Brussels	50.58333	5.9				WAL	WLG	63	63038
2791678	Marins	marins	BE		0	Europe/Brussels	50.63333	4.1				WAL	WHT	55	55004
2791681	Marijnevennen	marijnevennen	BE		0	Europe/Brussels	51.42444	4.5211		De Marijne,De Marijne Vennen,De Maryne Vennen,Marijnevennen		VLG	VAN	11	11022
2791688	Mariemont	mariemont	BE		0	Europe/Brussels	50.46444	4.23693				WAL	WHT	56	56087
2791692	Maria-ter-Heide	maria-ter-heide	BE		0	Europe/Brussels	51.32429	4.52026				VLG	VAN	11	11008
2791695	Marialoopkouter	marialoopkouter	BE		0	Europe/Brussels	50.97818	3.33157		Marialoopkauter,Marialoopkouter		VLG	VWV	37	37015
2791696	Marialoop	marialoop	BE		0	Europe/Brussels	50.96429	3.32521				VLG	VWV	37	37007
2791697	Mariakerkebrug	mariakerkebrug	BE		0	Europe/Brussels	51.07739	3.68586				VLG	VOV	44	44021
2791698	Mariakerke-Bad	mariakerke-bad	BE		0	Europe/Brussels	51.21952	2.88503		Mariakerke-Bad,Mariakerke-Baden,Mariakerke-Bains		VLG	VWV	35	35013
2791703	Maria Aalter	maria-aalter	BE		2000	Europe/Brussels	51.09455	3.36917		Maria Aalter,Maria-Aaltre,Sint-Maria-Aalter		VLG	VOV	44	44084
2791704	Margote	margote	BE		0	Europe/Brussels	51	3.96667				VLG	VOV	42	42026
2791705	Marfontaine	marfontaine	BE		0	Europe/Brussels	49.86596	5.50806		A Marfontaine,Marfontaine		WAL	WLX	84	84043
2791706	Marexhe	marexhe	BE		0	Europe/Brussels	50.56744	5.25739				WAL	WLG	61	61068
2791707	Maret	maret	BE		0	Europe/Brussels	50.71442	4.99557				WAL	WBR	25	25120
2791708	Marenwez	marenwez	BE		0	Europe/Brussels	49.98333	5.76667				WAL	WLX	82	82003
2791711	Marengo	marengo	BE		0	Europe/Brussels	50.18333	5.33333				WAL	WLX	83	83034
2791712	Marencheneux	marencheneux	BE		0	Europe/Brussels	50.2	4.46667				WAL	WNA	93	93010
2791714	Maredsous	maredsous	BE		200	Europe/Brussels	50.30776	4.765		Maredsous,Maredsu,Маредсу		WAL	WNA	91	91005
2791715	Maredret	maredret	BE		0	Europe/Brussels	50.29959	4.74924				WAL	WNA	91	91005
2791719	Mark	mark	BE		3327	Europe/Brussels	50.6914	4.01559		Marcq,Mark		WAL	WHT	55	55010
2791723	Marcouray	marcouray	BE		0	Europe/Brussels	50.21386	5.54764		Marcouray		WAL	WLX	83	83044
2791738	Marchelle	marchelle	BE		0	Europe/Brussels	50.43291	3.70402		La Marchelle		WAL	WHT	53	53039
2791747	Marche	marche	BE		0	Europe/Brussels	50.52816	5.82121				WAL	WLG	63	63076
2791750	Marbisoux	marbisoux	BE		0	Europe/Brussels	50.55025	4.55443				WAL	WBR	25	25107
2791753	Marbehan	marbehan	BE		0	Europe/Brussels	49.72252	5.53395		Marbehan,Marbehon		WAL	WLX	85	85046
2791754	Marbay	marbay	BE		0	Europe/Brussels	49.83333	5.5		Marbay		WAL	WLX	84	84043
2791761	Marais Mon Chien	marais-mon-chien	BE		0	Europe/Brussels	50.66584	3.7932				WAL	WHT	51	51004
2791762	Marais des Morts	marais-des-morts	BE		0	Europe/Brussels	49.98333	4.56667				WAL	WNA	93	93014
2791764	Marais-de-Pottes	marais-de-pottes	BE		0	Europe/Brussels	50.73277	3.40469		Marais-de-Pottes		WAL	WHT	57	57018
2791765	Marais de Crothière	marais-de-crothiere	BE		0	Europe/Brussels	50.6	3.5		Marais De Werie,Marais de Crothiere,Marais de Crothière,Marais de Wirie		WAL	WHT	57	57081
2791766	Marais d'Artimont	marais-d-artimont	BE		0	Europe/Brussels	50.66935	3.53074				WAL	WHT	51	51065
2791773	Marais	marais	BE		0	Europe/Brussels	50.72573	3.8712				WAL	WHT	55	55023
2791774	Marais	marais	BE		0	Europe/Brussels	50.73333	3.81667				WAL	WHT	55	55023
2791775	Marais	marais	BE		0	Europe/Brussels	50.69118	3.79749				WAL	WHT	55	55023
2791776	Marais	marais	BE		0	Europe/Brussels	50.64875	3.75235				WAL	WHT	51	51004
2791777	Marais	marais	BE		0	Europe/Brussels	50.64186	3.9361				WAL	WHT	55	55039
2791778	Marais	marais	BE		0	Europe/Brussels	50.6189	3.46908				WAL	WHT	57	57081
2791779	Marais	marais	BE		0	Europe/Brussels	50.56007	4.32233				WAL	WHT	52	52063
2791780	Marais	marais	BE		0	Europe/Brussels	50.48333	4.31667				WAL	WHT	52	52015
2791781	Marais	marais	BE		0	Europe/Brussels	50.4	4.25				WAL	WHT	56	56001
2791782	Marais	marais	BE		0	Europe/Brussels	50.35	4.16667		Le Marais,Marais		WAL	WHT	56	56049
2791783	Maraiche	maraiche	BE		0	Europe/Brussels	50.57274	3.28002				WAL	WHT	57	57081
2791784	Mansteen	mansteen	BE		0	Europe/Brussels	50.95638	4.20238				VLG	VBR	23	23060
2791785	Mansart	mansart	BE		0	Europe/Brussels	50.59741	3.54415				WAL	WHT	57	57081
2791786	Mannenberg	mannenberg	BE		0	Europe/Brussels	50.98044	4.9403				VLG	VBR	24	24134
2791791	Manhaag	manhaag	BE		0	Europe/Brussels	50.69379	3.97216				WAL	WHT		
2791793	Mangombroux	mangombroux	BE		0	Europe/Brussels	50.58247	5.88524				WAL	WLG	63	63079
2791795	Mangelaar	mangelaar	BE		0	Europe/Brussels	50.93305	2.90619		Mangelaar,Mangelaere,Mangelare		VLG	VWV	33	33040
2791796	Manestraat	manestraat	BE		0	Europe/Brussels	51.15	5.76667				VLG	VLI	72	72018
2791797	Manes Heide	manes-heide	BE		0	Europe/Brussels	51.13998	5.0112		Manes Heide,Maneshoeve		VLG	VAN	13	13008
2791798	Manegem	manegem	BE		0	Europe/Brussels	50.9656	3.24315		Maaneghem,Maeneghem,Manegem		VLG	VWV	37	37007
2791802	Mande Saint-Étienne	mande-saint-etienne	BE		0	Europe/Brussels	50.01916	5.63908				WAL	WLX	82	82005
2791803	Mande Sainte-Marie	mande-sainte-marie	BE		0	Europe/Brussels	49.98328	5.60895				WAL	WLX	82	82036
2791810	Manaihant	manaihant	BE		0	Europe/Brussels	50.62282	5.82247		Manaihant		WAL	WLG	63	63079
2791819	Malterie	malterie	BE		0	Europe/Brussels	50.7	5.75		La Male Terre,Malterie		WAL	WLG	62	62027
2791820	Malsem	malsem	BE		0	Europe/Brussels	51.05656	3.48373				VLG	VOV	44	44084
2791821	Malscheid	malscheid	BE		0	Europe/Brussels	50.16298	6.06436				WAL	WLG	63	63087
2791822	Malprouvé	malprouve	BE		0	Europe/Brussels	50.59481	4.7262				WAL	WNA	92	92142
2791823	Malplaquet	malplaquet	BE		0	Europe/Brussels	50.64818	5.35305		Malplaquet		WAL	WLG	64	64023
2791825	Malplaqués	malplaques	BE		0	Europe/Brussels	50.56667	4.68333				WAL	WNA	92	92142
2791829	Malpas	malpas	BE		0	Europe/Brussels	50.43333	4.76667				WAL	WNA	92	92045
2791833	Malon Fontaine	malon-fontaine	BE		0	Europe/Brussels	50.55	4.16667				WAL	WHT	55	55050
2791836	Malmaison	malmaison	BE		0	Europe/Brussels	49.89723	5.69962		Malmaison		WAL	WLX	82	82009
2791837	Malimont	malimont	BE		0	Europe/Brussels	50	5.18333				WAL	WLX	84	84035
2791838	Malihoux	malihoux	BE		0	Europe/Brussels	50.38937	5.2268				WAL	WNA	91	91064
2791839	Malheide	malheide	BE		0	Europe/Brussels	50.70666	4.24193		Malheide,Malheyde		VLG	VBR	23	23027
2791840	Malgré Tout	malgre-tout	BE		0	Europe/Brussels	50.48333	4.45				WAL	WHT	52	52011
2791841	Malèves-Sainte-Marie-Wastines	maleves-sainte-marie-wastines	BE		982	Europe/Brussels	50.65736	4.77998		Maleves,Maleves-Sainte-Marie-Wastines,Malèves,Malèves-Sainte-Marie-Wastines		WAL	WBR	25	25084
2791843	Malesbroek	malesbroek	BE		0	Europe/Brussels	51.14786	5.01595				VLG	VAN	13	13008
2791846	Malendries	malendries	BE		0	Europe/Brussels	50.85916	4.85605				VLG	VBR	24	24016
2791850	Malekote	malekote	BE		0	Europe/Brussels	51.19794	3.50402		Malecote,Malekote		VLG	VOV	43	43010
2791851	Maleize	maleize	BE		0	Europe/Brussels	50.74759	4.51007		Malaise,Maleize,Maleizen		VLG	VBR	23	23062
2791852	Malegem	malegem	BE		0	Europe/Brussels	50.88333	4.06667				VLG	VOV	41	41011
2791853	Male	male	BE		0	Europe/Brussels	51.21185	3.28801		Maele,Male		VLG	VWV	31	31005
2791859	Maldingen	maldingen	BE		0	Europe/Brussels	50.23333	6.03333		Maldange,Maldingen		WAL	WLG	63	63087
2791860	Malchamps	malchamps	BE		0	Europe/Brussels	50.46554	5.92781				WAL	WLG	63	63073
2791861	Malcense	malcense	BE		0	Europe/Brussels	50.73333	3.25				VLG	VWV		
2791862	Malcampé	malcampe	BE		0	Europe/Brussels	50.31667	4.33333				WAL	WHT	56	56078
2791863	Malbouté	malboute	BE		0	Europe/Brussels	50.38333	5.61667				WAL	WLG	61	61019
2791868	Malaise	malaise	BE		0	Europe/Brussels	50.76667	4.66667				WAL	WBR	25	25037
2791869	Malaise	malaise	BE		0	Europe/Brussels	50.28045	4.21981				WAL	WHT	56	56005
2791870	Malahaise	malahaise	BE		0	Europe/Brussels	50.73333	3.56667				VLG	VOV	45	45041
2791871	Maladrie	maladrie	BE		0	Europe/Brussels	50.40064	3.96555				WAL	WHT	53	53053
2791872	Maladrie	maladrie	BE		0	Europe/Brussels	50.16896	5.28726				WAL	WLX	83	83034
2791877	Maksburg	maksburg	BE		0	Europe/Brussels	51.44338	4.67904		Maksburg,Maxburg		VLG	VAN	13	13014
2791878	Makel	makel	BE		0	Europe/Brussels	51.06651	5.00246		Maekel,Makel		VLG	VAN	13	13053
2791879	Makegem	makegem	BE		0	Europe/Brussels	50.94018	3.71558				VLG	VOV	44	44043
2791880	Maizeroulle	maizeroulle	BE		0	Europe/Brussels	50.44247	5.01238				WAL	WNA	92	92054
2791885	Maitereau	maitereau	BE		0	Europe/Brussels	49.96667	5.28333				WAL	WLX	84	84035
2791889	Maisons Sottiaux	maisons-sottiaux	BE		0	Europe/Brussels	50.58333	5.21667				WAL	WLG	61	61068
2791890	Maisons Gabelle	maisons-gabelle	BE		0	Europe/Brussels	50.36667	4.26667		Les Maisons Gabelle,Maisons Gabelle		WAL	WHT	56	56044
2791891	Maison Jacques Mauclet	maison-jacques-mauclet	BE		0	Europe/Brussels	50.1	4.46667				WAL	WNA	93	93014
2791892	Maison du Roi	maison-du-roi	BE		0	Europe/Brussels	50.65117	4.4144				WAL	WBR	25	25031
2791893	Maison du Bois	maison-du-bois	BE		0	Europe/Brussels	50.74645	4.81553				WAL	WBR	25	25048
2791894	Maison de Pierre	maison-de-pierre	BE		0	Europe/Brussels	50.31667	4.83333				WAL	WNA	91	91005
2791896	Maisoncelle	maisoncelle	BE		0	Europe/Brussels	50.14667	4.95774				WAL	WNA	91	91013
2791897	Maisoncelle	maisoncelle	BE		0	Europe/Brussels	49.85162	5.52713				WAL	WLX	84	84033
2791900	Maison	maison	BE		0	Europe/Brussels	50.36292	4.7078				WAL	WNA	92	92087
2791903	Maireux	maireux	BE		0	Europe/Brussels	50.61667	5.73333		Maireux,Maiseux		WAL	WLG	62	62099
2791904	Maire Bois	maire-bois	BE		0	Europe/Brussels	50.66199	4.03685				WAL	WHT	55	55039
2791908	Mailust	mailust	BE		0	Europe/Brussels	50.26861	6.115				WAL	WLG	63	63067
2791909	Mailmont	mailmont	BE		0	Europe/Brussels	50.52639	4.36039				WAL	WHT	52	52055
2791915	Mai Cornet	mai-cornet	BE		0	Europe/Brussels	50.75	2.96667				VLG	VWV		
2791916	Maibelle	maibelle	BE		0	Europe/Brussels	50.35927	5.08408				WAL	WNA	92	92006
2791917	Maibe	maibe	BE		0	Europe/Brussels	50.37243	5.10944				WAL	WNA	91	91059
2791919	Mahoux	mahoux	BE		0	Europe/Brussels	50.16756	4.92542				WAL	WNA	91	91072
2791922	Magoster	magoster	BE		0	Europe/Brussels	50.25185	5.52996		Magoster		WAL	WLX	83	83044
2791923	Magnery	magnery	BE		0	Europe/Brussels	50.54184	5.4062				WAL	WLG	61	61080
2791927	Magery	magery	BE		0	Europe/Brussels	49.98333	5.58333				WAL	WLX	82	82038
2791928	Magerstraat	magerstraat	BE		0	Europe/Brussels	51.03333	3.81667				VLG	VOV	44	44013
2791929	Magerotte	magerotte	BE		0	Europe/Brussels	49.97525	5.57458				WAL	WLX	82	82038
2791930	Magermerrie	magermerrie	BE		0	Europe/Brussels	50.92247	3.06876		Magermeirie,Magermerrie		VLG	VWV	36	36015
2791931	Mageret	mageret	BE		0	Europe/Brussels	50.01447	5.78439				WAL	WLX	82	82003
2791932	Magerenkool	magerenkool	BE		0	Europe/Brussels	51.03333	4.61667				VLG	VAN	12	12029
2791933	Magenies	magenies	BE		0	Europe/Brussels	50.68118	3.73767				WAL	WHT	51	51004
2791939	Madestraat	madestraat	BE		0	Europe/Brussels	51.01976	4.82264				VLG	VAN	13	13013
2791942	Macravivier	macravivier	BE		0	Europe/Brussels	50.04132	5.57865				WAL	WLX	82	82038
2791948	Mackenbach	mackenbach	BE		0	Europe/Brussels	50.28417	6.23263				WAL	WLG	63	63067
2791949	Machelgem	machelgem	BE		0	Europe/Brussels	50.8606	3.76539				VLG	VOV	41	41081
2791950	Machelen-aan-de-Leie	machelen-aan-de-leie	BE		4153	Europe/Brussels	50.95973	3.49046		Machelen		VLG	VOV	44	44081
2791954	Mabrouck	mabrouck	BE		0	Europe/Brussels	50.71961	5.89123		Mabroek,Mabrouck,Mabrouk		WAL	WLG	63	63088
2791955	Mabotte	mabotte	BE		0	Europe/Brussels	50.62426	5.51548				WAL	WLG	62	62096
2791959	Maboge	maboge	BE		0	Europe/Brussels	50.16797	5.6274				WAL	WLX	83	83031
2791960	Maastrichterheide	maastrichterheide	BE		0	Europe/Brussels	51.06667	5.48333				VLG	VLI	72	72042
2791966	Maasdal	maasdal	BE		0	Europe/Brussels	50.71086	4.24908				VLG	VBR	23	23027
2791967	Maasboon	maasboon	BE		0	Europe/Brussels	51.16667	3.46667		Maasboon,Maesboone		VLG	VOV	43	43010
2791968	Maarlo	maarlo	BE		0	Europe/Brussels	51.1525	5.47756		Maarlo,Maarloo,Maerloo		VLG	VLI	72	72030
2791969	Maarle	maarle	BE		0	Europe/Brussels	51.4683	5.0385		Maarle,Maerle		VLG	VAN	13	13035
2791973	Maandaghoek	maandaghoek	BE		0	Europe/Brussels	50.96829	3.71075				VLG	VOV	44	44043
2791974	Maandag	maandag	BE		0	Europe/Brussels	50.76667	3.76667				WAL	WHT		
2791975	Maalzak	maalzak	BE		0	Europe/Brussels	50.8	3.61667				VLG	VOV	45	45064
2791977	Maalte	maalte	BE		0	Europe/Brussels	51.02185	3.69768				VLG	VOV	44	44021
2791978	Maalbroek	maalbroek	BE		0	Europe/Brussels	50.98333	3.88333				VLG	VOV	42	42025
2791981	Maal	maal	BE		0	Europe/Brussels	50.93326	4.0024				VLG	VOV	41	41002
2791983	Maaihoek	maaihoek	BE		0	Europe/Brussels	51.49225	4.76257		Maaihoek,Maajhoek		VLG	VAN	13	13014
2791984	Maagd van Gent	maagd-van-gent	BE		0	Europe/Brussels	51.28081	3.69029				VLG	VOV		
2791985	Maagdeveld	maagdeveld	BE		0	Europe/Brussels	51.06667	3.06667		Maagdeveld,Maegdeveld,Maegdevelde		VLG	VWV	31	31033
2791987	Lyrée	lyree	BE		0	Europe/Brussels	50.31165	4.27643				WAL	WHT	56	56078
2791988	Luzery	luzery	BE		0	Europe/Brussels	50.01634	5.73109				WAL	WLX	82	82003
2791989	Luzerne	luzerne	BE		0	Europe/Brussels	50.91667	2.83333		Lizerne,Luzerne		VLG	VWV	33	33011
2791990	Luxibout	luxibout	BE		0	Europe/Brussels	50.26667	5.98333				WAL	WLX	82	82032
2791991	Luxeroth	luxeroth	BE		0	Europe/Brussels	49.75	5.76667				WAL	WLX	81	81003
2791992	Luxensart	luxensart	BE		0	Europe/Brussels	50.56101	4.32752				WAL	WHT	52	52063
2791996	Luttelmeeuwen	luttelmeeuwen	BE		0	Europe/Brussels	51.10413	5.52408		Luttel Meuwen,Luttelmeeuwen		VLG	VLI	72	72042
2791998	Lutselus	lutselus	BE		0	Europe/Brussels	50.91972	5.46019				VLG	VLI	71	71011
2791999	Lutremange	lutremange	BE		0	Europe/Brussels	49.94145	5.76109		Lutremange,Luttremange		WAL	WLX	82	82003
2792000	Lutrebois	lutrebois	BE		0	Europe/Brussels	49.9589	5.73213				WAL	WLX	82	82003
2792001	Lutlommelse Schans	lutlommelse-schans	BE		0	Europe/Brussels	51.21667	5.36667		Lut-Lommelsche Schans,Lutlommelse Schans		VLG	VLI	72	72043
2792002	Lutlommel	lutlommel	BE		0	Europe/Brussels	51.23065	5.33593		Lutlommel		VLG	VLI	72	72020
2792005	Lust	lust	BE		0	Europe/Brussels	50.8	3.95				VLG	VOV	41	41018
2792009	Lumenne	lumenne	BE		0	Europe/Brussels	50.76356	3.72226				WAL	WHT	51	51019
2792011	Lulhoek	lulhoek	BE		0	Europe/Brussels	50.93333	3.53333				VLG	VOV	45	45068
2792013	Luizenbos	luizenbos	BE		0	Europe/Brussels	50.88903	5.25385		Luizenbos,Luizenbosch		VLG	VLI	71	71045
2792014	Luizenberg	luizenberg	BE		0	Europe/Brussels	50.95	3.85				VLG	VOV	41	41063
2792015	Luithegge	luithegge	BE		0	Europe/Brussels	51.11141	5.51408		Luithegge,Luythegge		VLG	VLI	72	72042
2792016	Luithagen	luithagen	BE		0	Europe/Brussels	51.16667	4.43333				VLG	VAN	11	11013
2792017	Luissen	luissen	BE		0	Europe/Brussels	51.17989	5.63902		Aan de Luyssen,Luissen		VLG	VLI	72	72004
2792019	Luiseek	luiseek	BE		0	Europe/Brussels	51.16667	4.21667		Luiseek,Luissek		VLG	VOV	46	46025
2792022	Luipegem	luipegem	BE		0	Europe/Brussels	51.08959	4.20453				VLG	VAN	12	12007
2792025	Luikhoek	luikhoek	BE		0	Europe/Brussels	51	3.01667		Luikhoek,Luyhoek		VLG	VWV	32	32011
2792026	Luigem	luigem	BE		0	Europe/Brussels	50.96306	2.83772		Luigem,Luighem,Luyghem		VLG	VWV	32	32006
2792029	Luiaardshoek	luiaardshoek	BE		0	Europe/Brussels	51.08333	4.3				VLG	VAN	12	12041
2792031	Luchteren	luchteren	BE		0	Europe/Brussels	51.06677	3.62112		Luchteren		VLG	VOV	44	44021
2792032	Luchtbal	luchtbal	BE		0	Europe/Brussels	51.25784	4.42343				VLG	VAN	11	11002
2792033	Lucheborn	lucheborn	BE		0	Europe/Brussels	50.38636	6.26761		Luchenborn		WAL	WLG	63	63012
2792036	Lozijde	lozijde	BE		0	Europe/Brussels	51.24617	4.88471		Loozijde,Lozijde		VLG	VAN	13	13017
2792040	Lozer	lozer	BE		0	Europe/Brussels	50.92112	3.56746				VLG	VOV	45	45068
2792041	Lozenhoek	lozenhoek	BE		0	Europe/Brussels	51.00927	4.697		Loozenhoek,Lozenhoek		VLG	VBR	24	24048
2792042	Lozen Hoek	lozen-hoek	BE		0	Europe/Brussels	50.92844	4.83892		Loozen Hoek,Lozen Hoek		VLG	VBR	24	24043
2792043	Lozen	lozen	BE		0	Europe/Brussels	51.20388	5.56133		Loozen,Lozen		VLG	VLI	72	72003
2792047	Lovie	lovie	BE		0	Europe/Brussels	51.15722	2.80113				VLG	VWV	35	35011
2792050	Loverijk	loverijk	BE		0	Europe/Brussels	51.11667	4.51667		Looverijck,Louwerijk,Loverijk		VLG	VAN	12	12021
2792051	Lovereux	lovereux	BE		0	Europe/Brussels	50.3	5.45				WAL	WLX	83	83013
2792056	Lovenhoek	lovenhoek	BE		0	Europe/Brussels	51.21981	4.73847		Loovenhoek,Lovenhoek		VLG	VAN	13	13044
2792059	Loveld	loveld	BE		0	Europe/Brussels	51.06667	3.46667		Looveld,Loveld		VLG	VOV	44	44084
2792060	Louwel	louwel	BE		0	Europe/Brussels	51.05233	5.6081				VLG	VLI	72	72042
2792064	Louvrange	louvrange	BE		0	Europe/Brussels	50.69316	4.63704				WAL	WBR	25	25018
2792065	Louvignies	louvignies	BE		0	Europe/Brussels	50.58362	3.98752				WAL	WHT	55	55040
2792068	Louvière	louviere	BE		0	Europe/Brussels	50.16011	4.17938				WAL	WHT	56	56088
2792070	Louvesse	louvesse	BE		0	Europe/Brussels	50.58333	4.11667				WAL	WHT	55	55004
2792074	Loussérie	lousserie	BE		0	Europe/Brussels	50.54224	4.18932				WAL	WHT	55	55050
2792289	Linthout	linthout	BE		0	Europe/Brussels	50.72577	5.13098				VLG	VLI	71	71017
2792078	Louise Marie	louise-marie	BE		0	Europe/Brussels	50.77123	3.64343		Louisa-Maria,Louise Marie		VLG	VOV	45	45064
2792079	Louftémont	louftemont	BE		0	Europe/Brussels	49.79021	5.628				WAL	WLX	84	84033
2792087	Lottert	lottert	BE		0	Europe/Brussels	49.70692	5.72449				WAL	WLX	81	81003
2792088	Lotria	lotria	BE		0	Europe/Brussels	50.4	4.6				WAL	WNA	92	92048
2792089	Lotenne	lotenne	BE		0	Europe/Brussels	50.20111	4.67908				WAL	WNA	93	93056
2792095	Losheimergraben	losheimergraben	BE		0	Europe/Brussels	50.38333	6.33333		Losheimergraben,Losheimertraben		WAL	WLG	63	63012
2792096	Losange	losange	BE		0	Europe/Brussels	49.94704	5.72159		Losange		WAL	WLX	82	82003
2792098	Lorroir	lorroir	BE		0	Europe/Brussels	50.2	4.21667		Le Lorroir,Lorroir		WAL	WHT	56	56005
2792100	Loripette	loripette	BE		0	Europe/Brussels	50.21667	4.38333				WAL	WHT	56	56029
2792101	Lorette	lorette	BE		0	Europe/Brussels	50.76667	3.65				VLG	VOV	45	45041
2792102	Lorette	lorette	BE		0	Europe/Brussels	50.63387	3.79854				WAL	WHT	51	51004
2792103	Lorentswaldchen	lorentswaldchen	BE		0	Europe/Brussels	50.28333	6.11667		Lorenswaldchen,Lorentswaldchen		WAL	WLG	63	63067
2792104	Lorcy	lorcy	BE		0	Europe/Brussels	50.02985	5.34738				WAL	WLX	84	84059
2792114	Looi	looi	BE		0	Europe/Brussels	51.44755	4.75266				VLG	VAN	13	13014
2792115	Looi	looi	BE		0	Europe/Brussels	51.33399	4.75699				VLG	VAN	13	13037
2792125	Longuir	longuir	BE		0	Europe/Brussels	50.22611	5.20311				WAL	WNA	91	91114
2792129	Longue Sault	longue-sault	BE		0	Europe/Brussels	50.55	3.36667				WAL	WHT	57	57093
2792132	Longue Heid	longue-heid	BE		0	Europe/Brussels	50.4	5.86667				WAL	WLG	63	63075
2792133	Longue Haie	longue-haie	BE		0	Europe/Brussels	50.22693	4.19423				WAL	WHT	56	56005
2792134	Long Tienne	long-tienne	BE		0	Europe/Brussels	50.73333	4.71667				WAL	WBR	25	25037
2792135	Longtain	longtain	BE		0	Europe/Brussels	50.48333	4.2				WAL	WHT	55	55022
2792137	Longpré	longpre	BE		0	Europe/Brussels	50.54365	5.14709				WAL	WLG	61	61072
2792138	Longpré	longpre	BE		0	Europe/Brussels	50.51315	4.54276				WAL	WHT	52	52021
2792142	Longpont	longpont	BE		0	Europe/Brussels	50.73333	3.81667				WAL	WHT	55	55023
2792143	Long Pont	long-pont	BE		0	Europe/Brussels	50.59174	4.03001				WAL	WHT	55	55040
2792147	Longfaye	longfaye	BE		0	Europe/Brussels	50.47302	6.08076				WAL	WLG	63	63049
2792149	Longeau	longeau	BE		0	Europe/Brussels	49.57734	5.83261		Longeau		WAL	WLX	81	81015
2792150	Longdoz	longdoz	BE		0	Europe/Brussels	50.63581	5.5813		Longdoz		WAL	WLG	62	62063
2792151	Long de Bout	long-de-bout	BE		0	Europe/Brussels	50.71667	3.25		Long de Bout,Long-Bout		VLG	VWV		
2792161	Long Aulnois	long-aulnois	BE		0	Europe/Brussels	50.54147	3.8156				WAL	WHT	53	53044
2792163	Loneux	loneux	BE		0	Europe/Brussels	50.67937	5.7673				WAL	WLG	62	62119
2792164	Loneux	loneux	BE		0	Europe/Brussels	50.61716	5.38631		Laneux,Loneux		WAL	WLG	62	62118
2792169	Loncée	loncee	BE		0	Europe/Brussels	50.59087	4.43899				WAL	WBR	25	25031
2792170	Lomré	lomre	BE		0	Europe/Brussels	50.20243	5.83416				WAL	WLX	82	82037
2792186	Lombardsijde-Bad	lombardsijde-bad	BE		0	Europe/Brussels	51.14777	2.754		Lombaertzyde-Baden,Lombardsijde-Bad,Lombardsijde-Baden,Lombartsijde-Baden,Lombartzyde-Bains		VLG	VWV	35	35011
2792189	L'Olive	l-olive	BE		0	Europe/Brussels	50.46839	4.24868				WAL	WHT	56	56087
2792192	Lokry	lokry	BE		0	Europe/Brussels	49.96667	5.2				WAL	WLX	84	84035
2792193	Lokkerdijsse	lokkerdijsse	BE		0	Europe/Brussels	51.0034	3.05255		Lokkedyze,Lokkerdijsse		VLG	VWV	36	36006
2792201	Loïe	loie	BE		0	Europe/Brussels	50.01667	5.41667		L'Aoye,L'Aôye,Loie,Loïe		WAL	WLX	84	84059
2792202	Lohoeksken	lohoeksken	BE		0	Europe/Brussels	51.11667	3.83333		Lohoeksken,Loohoeksken		VLG	VOV	44	44034
2792203	Lohirville	lohirville	BE		0	Europe/Brussels	50.65	5.9				WAL	WLG	63	63084
2792204	Lohiépré	lohiepre	BE		0	Europe/Brussels	49.86667	5.38333		Lohiepre,Lohier-Pre,Lohier-Pré,Lohiépré		WAL	WLX	84	84043
2792205	Loheré	lohere	BE		0	Europe/Brussels	50.35	5.53601		Lohere,Lohery,Loheré		WAL	WLX	83	83012
2792207	Lograaf	lograaf	BE		0	Europe/Brussels	50.95	5.7		Lograaf,Loograaf,Loograef,Loosgraaf		VLG	VLI	73	73107
2792210	Loge Wactiaux	loge-wactiaux	BE		0	Europe/Brussels	49.97604	4.24087				WAL	WHT	56	56051
2792215	Logbiermé	logbierme	BE		0	Europe/Brussels	50.34306	5.95972		Logbierme,Logbiermé		WAL	WLG	63	63086
2792217	Loever	loever	BE		0	Europe/Brussels	51.21527	4.10557				VLG	VOV	46	46020
2792221	Loën	loen	BE		0	Europe/Brussels	50.75788	5.66258				WAL	WLG	62	62108
2792222	Loeiend	loeiend	BE		0	Europe/Brussels	51.27529	5.05929		Loeiend,Loyend		VLG	VAN	13	13036
2792225	Lodomez	lodomez	BE		0	Europe/Brussels	50.38313	5.97485		Lodomez		WAL	WLG	63	63073
2792228	Loddershoek	loddershoek	BE		0	Europe/Brussels	50.86273	4.14101				VLG	VBR	23	23086
2792229	Loddershoek	loddershoek	BE		0	Europe/Brussels	50.83681	4.15998				VLG	VBR	23	23104
2792230	Lochtenberg	lochtenberg	BE		0	Europe/Brussels	51.3	4.56667				VLG	VAN	11	11009
2792231	Locht	locht	BE		0	Europe/Brussels	51.32883	4.62597				VLG	VAN	11	11009
2792232	Locht	locht	BE		0	Europe/Brussels	51.14489	5.36549				VLG	VLI	72	72038
2792233	Locht	locht	BE		0	Europe/Brussels	51.08362	4.83583				VLG	VAN	13	13049
2792234	Locht	locht	BE		0	Europe/Brussels	50.88166	5.57154				VLG	VLI	73	73006
2792237	Lobrug	lobrug	BE		0	Europe/Brussels	50.98333	2.73333		Lobrug,Loobrugge		VLG	VWV	32	32030
2792238	Lobroek	lobroek	BE		0	Europe/Brussels	51.16494	5.5127		Lobroek,Loobroek		VLG	VLI	72	72030
2792239	Lobos	lobos	BE		0	Europe/Brussels	51.08689	3.8452		Lobos,Loobosch		VLG	VOV	44	44034
2792242	Lobergen	lobergen	BE		0	Europe/Brussels	50.88333	4.75				VLG	VBR	24	24062
2792243	L'Obélisque	l-obelisque	BE		0	Europe/Brussels	50.38333	5.28333		L'Obelisque,L'Obélisque,Obelisque,Obélisque		WAL	WLG	61	61012
2792244	Lobe	lobe	BE		0	Europe/Brussels	50.76667	3.78333				WAL	WHT		
2792254	Lize	lize	BE		0	Europe/Brussels	50.60046	5.51076				WAL	WLG	62	62096
2792259	Livarchamps	livarchamps	BE		0	Europe/Brussels	49.91875	5.73503		Livarchamps		WAL	WLX	82	82003
2792260	Litzemaarheide	litzemaarheide	BE		0	Europe/Brussels	51.16667	4.58333		Litzemaarheide,Litzemaer Heide		VLG	VAN	11	11035
2792262	List	list	BE		0	Europe/Brussels	51.26396	4.47066				VLG	VAN	11	11040
2792263	List	list	BE		0	Europe/Brussels	50.92534	4.56453				VLG	VBR	23	23038
2792264	Lissoir	lissoir	BE		0	Europe/Brussels	50.18183	5.04053				WAL	WNA	91	91072
2792268	Lisp	lisp	BE		0	Europe/Brussels	51.14267	4.5719		Lips,Lisp		VLG	VAN	12	12021
2792271	Liseu	liseu	BE		0	Europe/Brussels	50.45795	5.46497		Lisen,Liseu,Lison,Lizin		WAL	WLG	61	61048
2792272	Lisereu	lisereu	BE		0	Europe/Brussels	50.36402	4.1167		Lisseroeulx		WAL	WHT	56	56085
2792273	Lischert	lischert	BE		0	Europe/Brussels	49.72079	5.7565				WAL	WLX	81	81003
2792274	Lisbonne	lisbonne	BE		0	Europe/Brussels	49.94171	4.41914				WAL	WHT		
2792276	Liroux	liroux	BE		0	Europe/Brussels	50.56638	4.72596				WAL	WNA	92	92142
2792277	Liroux	liroux	BE		0	Europe/Brussels	50.25798	5.03739		Liroux		WAL	WNA	91	91034
2792278	Lipseveld	lipseveld	BE		0	Europe/Brussels	50.95691	4.66593				VLG	VBR	24	24033
2792279	Lipseinde	lipseinde	BE		0	Europe/Brussels	51.39366	4.89619				VLG	VAN	13	13023
2792281	Lippenhove	lippenhove	BE		0	Europe/Brussels	50.88333	3.8		Lippenhove,Lippenshove		VLG	VOV	41	41081
2792284	Liotte	liotte	BE		0	Europe/Brussels	50.48333	5.58333				WAL	WLG	62	62026
2792288	Linthout	linthout	BE		0	Europe/Brussels	50.94324	4.28349				VLG	VBR	23	23052
2792304	Lindeveldeken	lindeveldeken	BE		0	Europe/Brussels	50.8	3.83333				VLG	VOV	45	45063
2792305	Lindestraat	lindestraat	BE		0	Europe/Brussels	51.11667	3.8				VLG	VOV	44	44021
2792306	Lindestraat	lindestraat	BE		0	Europe/Brussels	51.05	3.96667				VLG	VOV	42	42003
2792307	Lindenhoek	lindenhoek	BE		0	Europe/Brussels	51.23333	4.58333				VLG	VAN	11	11039
2792308	Lindenhoek	lindenhoek	BE		0	Europe/Brussels	51.01667	3.66667				VLG	VOV	44	44021
2792309	Lindenhoek	lindenhoek	BE		0	Europe/Brussels	51	3.78333				VLG	VOV	44	44040
2792310	Lindenhoek	lindenhoek	BE		0	Europe/Brussels	50.88333	3.51667				VLG	VOV	45	45068
2792311	Lindenhoek	lindenhoek	BE		0	Europe/Brussels	50.76667	2.81667				VLG	VWV	33	33039
2792317	Lindel	lindel	BE		0	Europe/Brussels	51.19532	5.41068				VLG	VLI	72	72043
2792319	Lindeken	lindeken	BE		0	Europe/Brussels	51.16667	4.15				VLG	VOV	46	46021
2792320	Lindeken	lindeken	BE		0	Europe/Brussels	50.96667	3.03333				VLG	VWV	36	36019
2792325	Linde	linde	BE		0	Europe/Brussels	51.24982	3.61555				VLG	VOV	43	43014
2792326	Linde	linde	BE		0	Europe/Brussels	51.12276	3.66065				VLG	VOV	44	44019
2792327	Linde	linde	BE		0	Europe/Brussels	51.09899	5.44621				VLG	VLI	72	72030
2792328	Linde	linde	BE		0	Europe/Brussels	51.08333	5.45				VLG	VLI	72	72030
2792329	Linde	linde	BE		0	Europe/Brussels	51.00315	4.28502				VLG	VBR	23	23045
2792330	Linde	linde	BE		0	Europe/Brussels	50.95682	2.71238				VLG	VWV	38	38002
2792331	Linchet	linchet	BE		0	Europe/Brussels	50.45059	5.32194		Linchet		WAL	WLG	61	61041
2792334	Lincé	lince	BE		0	Europe/Brussels	50.51327	5.62912		Lince,Lincé		WAL	WLG	62	62100
2792335	Limsonry	limsonry	BE		0	Europe/Brussels	50.31142	4.47419		Limsonry,Limsoury		WAL	WNA	93	93088
2792340	Limoges	limoges	BE		0	Europe/Brussels	50.65	4.53333		Limauges,Limoges		WAL	WBR	25	25023
2792341	Limet	limet	BE		0	Europe/Brussels	50.46166	5.29562				WAL	WLG	61	61041
2792342	Limes	limes	BE		0	Europe/Brussels	49.61705	5.40081				WAL	WLX	85	85024
2792350	Limbos	limbos	BE		0	Europe/Brussels	50.9486	4.34429		Limbos,Limbosch		VLG	VBR	23	23050
2792351	Limberg	limberg	BE		0	Europe/Brussels	51.05607	4.87895				VLG	VAN	13	13013
2792355	Lilo	lilo	BE		0	Europe/Brussels	51.04087	5.34631				VLG	VLI	72	72039
2792363	Lil	lil	BE		0	Europe/Brussels	51.14053	5.08959		Lil,Lill		VLG	VAN	13	13021
2792364	Lijssenthoek	lijssenthoek	BE		0	Europe/Brussels	50.83052	2.70021				VLG	VWV	33	33021
2792365	Lijsdonk	lijsdonk	BE		0	Europe/Brussels	51.13287	4.01164		Lijsdonk,Lysdonck		VLG	VOV	46	46014
2792367	Liherain	liherain	BE		0	Europe/Brussels	50.13333	5.86667				WAL	WLX	82	82037
2792371	Lignières	lignieres	BE		0	Europe/Brussels	50.19192	5.43739		Lignieres,Lignières		WAL	WLX	83	83034
2792374	Ligneuville	ligneuville	BE		0	Europe/Brussels	50.37707	6.05427		Engelsdorf,Ligneuville		WAL	WLG	63	63049
2792375	Lignette	lignette	BE		0	Europe/Brussels	50.57158	3.5593				WAL	WHT	57	57094
2792376	Lignely	lignely	BE		0	Europe/Brussels	50.34156	5.57804		Lignely		WAL	WLX	83	83012
2792387	Lieu Pire	lieu-pire	BE		0	Europe/Brussels	50.6597	3.65974				WAL	WHT	51	51065
2792389	Liester	liester	BE		0	Europe/Brussels	50.95	3.21667				VLG	VWV	37	37020
2792390	Liesselseheide	liesselseheide	BE		0	Europe/Brussels	51.13333	4.95				VLG	VAN	13	13008
2792391	Liessel	liessel	BE		0	Europe/Brussels	51.12408	4.95159		Liesel,Lieselseheide,Liessel,Liesselscheheide,Liezel,Liezele		VLG	VAN	13	13008
2792392	Liery	liery	BE		0	Europe/Brussels	50.63333	5.7				WAL	WLG	62	62038
2792402	Lierenhoek	lierenhoek	BE		0	Europe/Brussels	50.80096	3.79585				VLG	VOV	45	45063
2792408	Lienne	lienne	BE		0	Europe/Brussels	50.30786	5.08743				WAL	WNA	91	91030
2792409	Liéneux	lieneux	BE		0	Europe/Brussels	50.3	5.28333				WAL	WNA	91	91120
2792417	Liefkenshoek	liefkenshoek	BE		0	Europe/Brussels	51.23569	4.63112				VLG	VAN	11	11055
2792418	Liefkenshoek	liefkenshoek	BE		0	Europe/Brussels	51.01303	3.8831		Liefkenshoek		VLG	VOV	42	42025
2792425	Liebroek	liebroek	BE		0	Europe/Brussels	51.0657	5.06667				VLG	VLI	71	71057
2792426	Liebroek	liebroek	BE		0	Europe/Brussels	50.9528	5.08461				VLG	VLI	71	71020
2792431	Lichtenhoek	lichtenhoek	BE		0	Europe/Brussels	50.88333	4.06667				VLG	VOV	41	41011
2792432	Lichtenberg	lichtenberg	BE		0	Europe/Brussels	50.80535	5.20017				VLG	VLI	71	71053
2792433	Lichten	lichten	BE		0	Europe/Brussels	51.03333	4.76667				VLG	VAN	12	12014
2792434	Lichtelaar	lichtelaar	BE		0	Europe/Brussels	51.08503	3.82301		Lichtelaar,Lichtelaare,Lichtelaere		VLG	VOV	44	44034
2792437	Libramont	libramont	BE		3926	Europe/Brussels	49.91741	5.37318		Libramont		WAL	WLX	84	84077
2792439	Libomont	libomont	BE		0	Europe/Brussels	50.42689	6.09943		Libomont		WAL	WLG	63	63080
2792440	Libois	libois	BE		0	Europe/Brussels	50.41734	5.19581				WAL	WNA	92	92097
2792441	Libin Haut	libin-haut	BE		0	Europe/Brussels	49.9845	5.2543		Libin Haut		WAL	WLX	84	84035
2792444	Libertange	libertange	BE		0	Europe/Brussels	50.73191	4.98692				WAL	WBR	25	25120
2792445	Libersart	libersart	BE		0	Europe/Brussels	50.65039	4.71339				WAL	WBR	25	25124
2792450	Lhonneux	lhonneux	BE		0	Europe/Brussels	50.55	5.56667		Lhonneux,Loneux		WAL	WLG	62	62032
2792451	Lhoneux	lhoneux	BE		0	Europe/Brussels	50.60781	5.62277		Lhoneux,Loneu		WAL	WLG	62	62063
2792452	L'Herse	l-herse	BE		0	Europe/Brussels	50.60358	3.98548				WAL	WHT	55	55040
2792453	L'Hamais	l-hamais	BE		0	Europe/Brussels	49.85	4.98333				WAL	WNA	91	91015
2792454	Lez Fontaines	lez-fontaines	BE		0	Europe/Brussels	50.35511	5.05026		Lez Fontaine,Lez Fontaines		WAL	WNA	91	91059
2792455	Leykaul	leykaul	BE		0	Europe/Brussels	50.51681	6.20687		Leykaul,Leykoul		WAL	WLG	63	63013
2792457	Lexhy	lexhy	BE		0	Europe/Brussels	50.63234	5.39748		Lexhy		WAL	WLG	62	62118
2792458	L'Ewéréville	l-ewereville	BE		0	Europe/Brussels	50.54991	5.90476				WAL	WLG	63	63076
2792459	Le Wate	le-wate	BE		0	Europe/Brussels	50.22853	5.61362		De Wate,Le Wate		WAL	WLX	83	83055
2792460	Le Walestru Septentrional	le-walestru-septentrional	BE		0	Europe/Brussels	50.11667	4.36667				WAL	WHT	56	56029
2792461	Le Walestru Méridional	le-walestru-meridional	BE		0	Europe/Brussels	50.08333	4.38333				WAL	WHT	56	56016
2792463	Le Vieux Campinaire	le-vieux-campinaire	BE		0	Europe/Brussels	50.45658	4.52509		Le Vieux Campinaire,Vieux-Campinaire		WAL	WHT	52	52021
2792464	Le Verat	le-verat	BE		0	Europe/Brussels	49.86667	4.88333				WAL	WNA	91	91143
2792470	Le Val	le-val	BE		0	Europe/Brussels	50.41667	5.28333				WAL	WLG	61	61012
2792471	Leval	leval	BE		0	Europe/Brussels	50.3	4.38333				WAL	WHT	56	56086
2792472	Le Vaillier	le-vaillier	BE		0	Europe/Brussels	50.03098	4.24833		Le Vaillier,Le Vallier		WAL	WHT	56	56016
2792479	Leuvenstraat	leuvenstraat	BE		0	Europe/Brussels	50.91667	4.06667				VLG	VOV	41	41002
2792484	Leutsberg	leutsberg	BE		0	Europe/Brussels	50.84201	4.72883				VLG	VBR	24	24086
2792487	Leurshoek	leurshoek	BE		0	Europe/Brussels	51.23333	4.26667				VLG	VOV	46	46003
2792490	Leumont	leumont	BE		0	Europe/Brussels	50.53825	5.23164				WAL	WLG	61	61072
2792491	Leukeneinde	leukeneinde	BE		0	Europe/Brussels	51.15987	5.56207				VLG	VLI	72	72003
2792494	Leugenboom	leugenboom	BE		0	Europe/Brussels	51.12017	2.98062				VLG	VWV	32	32010
2792495	Leugenberg	leugenberg	BE		0	Europe/Brussels	51.29612	4.41161				VLG	VAN	11	11002
2792497	Leug	leug	BE		0	Europe/Brussels	51.12859	4.38595				VLG	VAN	11	11001
2792498	Leu	leu	BE		0	Europe/Brussels	51.12394	5.79031				VLG	VLI	72	72018
2792502	Letterheide	letterheide	BE		0	Europe/Brussels	51.05	4.3				VLG	VAN	12	12041
2792504	Letterbeek	letterbeek	BE		0	Europe/Brussels	50.79634	4.08962				VLG	VBR	23	23024
2792505	Lettendries	lettendries	BE		0	Europe/Brussels	50.9	3.76667				VLG	VOV	41	41081
2792506	Lettenburg	lettenburg	BE		0	Europe/Brussels	51.18333	3.08333				VLG	VWV	31	31012
2792507	Le Try Bouton	le-try-bouton	BE		0	Europe/Brussels	50.23333	4.3				WAL	WHT	56	56005
2792509	Le Trou	le-trou	BE		0	Europe/Brussels	50.64314	4.03251				WAL	WHT	55	55039
2792510	Le Trokay	le-trokay	BE		0	Europe/Brussels	50.58333	5.43333				WAL	WLG	62	62120
2792511	Le Transoy	le-transoy	BE		0	Europe/Brussels	50.0883	4.64235				WAL	WNA	93	93090
2792512	Le Traigneaux	le-traigneaux	BE		0	Europe/Brussels	50.18366	4.49922				WAL	WNA	93	93010
2792513	Le Touquet	le-touquet	BE		0	Europe/Brussels	50.71496	2.92403				WAL	WHT	54	54010
2792514	Le Tombu	le-tombu	BE		0	Europe/Brussels	50.61667	5.1				WAL	WLG	64	64015
2792515	Le Tombois	le-tombois	BE		0	Europe/Brussels	49.93333	5.26667		Au Tomboi,Au Tombois,Le Tombois		WAL	WLX	84	84035
2792516	Le Tombeau	le-tombeau	BE		0	Europe/Brussels	50.53333	3.41667				WAL	WHT	57	57093
2792517	L'Étogne	l-etogne	BE		0	Europe/Brussels	50.16667	4.28333				WAL	WHT	56	56005
2792518	Le Tilleul	le-tilleul	BE		0	Europe/Brussels	50.61882	4.99651				WAL	WLG	64	64075
2792520	Le Terme	le-terme	BE		0	Europe/Brussels	49.91667	5.13333				WAL	WLX	84	84050
2792521	Leten	leten	BE		0	Europe/Brussels	50.85	5.51667		Leten,Lethen		VLG	VLI	73	73006
2792522	Les Wayhays	les-wayhays	BE		0	Europe/Brussels	50.53333	6.01667		Les Wayhays,Les Weyais		WAL	WLG	63	63038
2792523	Les Wastennes	les-wastennes	BE		0	Europe/Brussels	50	4.2				WAL	WHT	56	56051
2792527	Les Waides	les-waides	BE		0	Europe/Brussels	50.71667	5.78333		Les Waides,Waides		WAL	WLG	62	62027
2792528	Les Waibes	les-waibes	BE		0	Europe/Brussels	50.34502	4.28922		Les Waibes,Waibes		WAL	WHT	56	56078
2792529	Les Voleurs	les-voleurs	BE		0	Europe/Brussels	50.56667	4.75				WAL	WNA	92	92142
2792531	Les Violettes	les-violettes	BE		0	Europe/Brussels	50.20717	4.42738				WAL	WNA	93	93010
2792532	Les Villez	les-villez	BE		0	Europe/Brussels	50.2766	4.39995				WAL	WNA	93	93088
2792533	Les Vignes	les-vignes	BE		0	Europe/Brussels	50.08333	5.08333				WAL	WLX	84	84075
2792536	Les Trous	les-trous	BE		0	Europe/Brussels	50.58333	5.16667				WAL	WLG	64	64015
2792537	Les Trois Ruisseaux	les-trois-ruisseaux	BE		0	Europe/Brussels	49.76667	5.13333				WAL	WLX	84	84010
2792538	Les Trois Maisons	les-trois-maisons	BE		0	Europe/Brussels	50.55	4.25				WAL	WHT	52	52063
2792539	Les Trois Bras	les-trois-bras	BE		0	Europe/Brussels	49.81667	5				WAL	WLX	84	84010
2792540	Les Trixhes	les-trixhes	BE		0	Europe/Brussels	50.73333	5.73333		Les Trihes,Les Trixhes		WAL	WLG	62	62027
2792541	Les Trixhes	les-trixhes	BE		0	Europe/Brussels	50.69956	5.64244		Les Trihes,Les Trixhes		WAL	WLG	62	62079
2792542	Les Trixhes	les-trixhes	BE		0	Europe/Brussels	50.49372	5.31294				WAL	WLG	61	61041
2792543	Les Trieux	les-trieux	BE		0	Europe/Brussels	50.57833	3.91791		Les Trioux,Trieux		WAL	WHT	53	53046
2792545	Les Trieux	les-trieux	BE		0	Europe/Brussels	50.3196	4.30063				WAL	WHT	56	56078
2792547	Les Trieux	les-trieux	BE		0	Europe/Brussels	50.03417	4.44977				WAL	WNA	93	93014
2792548	Les Tries de Mignault	les-tries-de-mignault	BE		0	Europe/Brussels	50.53831	4.13464				WAL	WHT	55	55035
2792550	Lestpolders	lestpolders	BE		0	Europe/Brussels	50.8	3.96667		Lestpolder,Lestpolders		VLG	VOV	41	41018
2792552	Les Tombes	les-tombes	BE		0	Europe/Brussels	50.42786	5.01211				WAL	WNA	92	92054
2792553	Le Stoc	le-stoc	BE		0	Europe/Brussels	49.88333	5.2		Le Stoc,Le Stoc Pont de Noimont		WAL	WLX	84	84009
2792554	Les Thiers	les-thiers	BE		0	Europe/Brussels	50.57728	5.45285		Les Thiers,Les Tiers		WAL	WLG	62	62120
2792555	Le Steukion	le-steukion	BE		0	Europe/Brussels	49.85	5.23333				WAL	WLX	84	84009
2792559	Lestape	lestape	BE		0	Europe/Brussels	50.06667	5.01667				WAL	WNA	91	91013
2792560	Les Taillettes	les-taillettes	BE		0	Europe/Brussels	49.9944	4.2454				WAL	WHT	56	56051
2792561	Les Tailles	les-tailles	BE		0	Europe/Brussels	50.06667	5.5				WAL	WLX	82	82038
2792562	Les Spêches	les-speches	BE		0	Europe/Brussels	49.96667	5.1				WAL	WLX	84	84050
2792563	Les Six Censes	les-six-censes	BE		0	Europe/Brussels	50.66178	4.06779		Les Six Cences,Les Six Censes		WAL	WHT	55	55010
2792569	Les Sept Fonds	les-sept-fonds	BE		0	Europe/Brussels	50.65	5.11667				WAL	WLG	64	64034
2792570	Lessenbroeken	lessenbroeken	BE		0	Europe/Brussels	50.85	3.91667				VLG	VOV	41	41027
2792571	Les Sehans	les-sehans	BE		0	Europe/Brussels	49.83333	5.2				WAL	WLX	84	84009
2792573	Lesse	lesse	BE		0	Europe/Brussels	49.99174	5.15791				WAL	WLX	84	84035
2792574	Les Sarts	les-sarts	BE		0	Europe/Brussels	50.71722	3.84617				WAL	WHT	55	55023
2792575	Les Sarts	les-sarts	BE		0	Europe/Brussels	50.7013	3.77792				WAL	WHT	55	55023
2792578	Les Rogneuses Terres	les-rogneuses-terres	BE		0	Europe/Brussels	49.91667	5.46667				WAL	WLX	84	84077
2792579	Les Rochettes	les-rochettes	BE		0	Europe/Brussels	49.86667	5.23333				WAL	WLX	84	84009
2792580	Les Roches	les-roches	BE		0	Europe/Brussels	50.54095	5.53154				WAL	WLG	62	62121
2792581	Les Roches	les-roches	BE		0	Europe/Brussels	50.3	4.81667				WAL	WNA	91	91103
2792582	Les Rivages	les-rivages	BE		0	Europe/Brussels	50.51667	4.21667				WAL	WHT	52	52063
2792583	Les Riesses	les-riesses	BE		0	Europe/Brussels	49.96928	4.47504		La Riesse,Les Riesses		WAL	WNA	93	93014
2792584	Les Révoz	les-revoz	BE		0	Europe/Brussels	50.06667	5.23333		Les Revos,Les Revoz,Les Révoz,Les Rêvos		WAL	WLX	84	84068
2792585	Les Reffes	les-reffes	BE		0	Europe/Brussels	49.88333	5.11667				WAL	WLX	84	84050
2792586	Les Quewettes	les-quewettes	BE		0	Europe/Brussels	50	4.25				WAL	WHT	56	56051
2792588	Les Queues	les-queues	BE		0	Europe/Brussels	50.06667	4.63333				WAL	WNA	93	93090
2792589	Les Quatre Vents	les-quatre-vents	BE		0	Europe/Brussels	50.71667	5.05				WAL	WLG	64	64047
2792590	Les Quatre Sous	les-quatre-sous	BE		0	Europe/Brussels	50.53438	4.12142				WAL	WHT	55	55035
2792591	Les Quatre Chemins	les-quatre-chemins	BE		0	Europe/Brussels	49.75852	5.14491				WAL	WLX	84	84010
2792592	Les Quatre Bras	les-quatre-bras	BE		0	Europe/Brussels	50.5713	4.45324				WAL	WBR	25	25107
2792593	Les Quatre Bornes	les-quatre-bornes	BE		0	Europe/Brussels	49.83831	4.89815		Les 4 Bornes,Les Quatre Bornes		WAL	WNA	91	91143
2792594	Les Quatre Bonnirs	les-quatre-bonnirs	BE		0	Europe/Brussels	50.3	5.21667				WAL	WNA	91	91059
2792595	Les Quatre Arbres	les-quatre-arbres	BE		0	Europe/Brussels	49.70817	5.22808		Les Quatre Arbres,Quatre-Arbres		WAL	WLX	85	85011
2792596	Les Quartiers	les-quartiers	BE		0	Europe/Brussels	50.07005	4.37654				WAL	WHT	56	56016
2792597	Les Quartiers	les-quartiers	BE		0	Europe/Brussels	50.01667	4.95				WAL	WNA	91	91054
2792598	Les Quairelles	les-quairelles	BE		0	Europe/Brussels	50.25	4.43333		Les Quairelles,Quairelles		WAL	WNA	93	93088
2792600	Les Potalles	les-potalles	BE		0	Europe/Brussels	50.565	5.23658				WAL	WLG	61	61072
2792601	Les Pommiers	les-pommiers	BE		0	Europe/Brussels	50.68129	3.71243				WAL	WHT	51	51065
2792602	Les Plenesses	les-plenesses	BE		0	Europe/Brussels	50.63333	5.86667		Les Plenesses,Plenesses		WAL	WLG	63	63089
2792603	Les Pires	les-pires	BE		0	Europe/Brussels	50.68333	3.81403				WAL	WHT	55	55023
2792604	Les Pipettes	les-pipettes	BE		0	Europe/Brussels	50.51667	4.13333				WAL	WHT	55	55035
2792605	L'Espinois	l-espinois	BE		0	Europe/Brussels	50.73333	3.43333				WAL	WHT	57	57018
2792607	Les Piétresses	les-pietresses	BE		0	Europe/Brussels	50.64127	5.65261				WAL	WLG	62	62063
2792608	L'Espérance	l-esperance	BE		0	Europe/Brussels	50.01667	4.83333				WAL	WNA	91	91054
2792610	Les Parsonniers	les-parsonniers	BE		0	Europe/Brussels	49.97452	4.45564				WAL	WNA	93	93014
2792611	Les Pachis	les-pachis	BE		0	Europe/Brussels	50.34521	4.50866				WAL	WHT	52	52025
2792612	Le Soleil	le-soleil	BE		0	Europe/Brussels	50.65	5.38333				WAL	WLG	64	64025
2792613	Les Oies	les-oies	BE		0	Europe/Brussels	50.56667	5.63333		Les Oies,Les Oyes		WAL	WLG	62	62022
2792614	Les Nobertins	les-nobertins	BE		0	Europe/Brussels	50.00152	4.65996				WAL	WNA	93	93090
2792615	Les Neuf Maisons	les-neuf-maisons	BE		0	Europe/Brussels	50.05289	4.36059		Les Neuf Maisons,Neuf Maisons		WAL	WHT	56	56016
2792616	Les Mourettes	les-mourettes	BE		0	Europe/Brussels	50.48333	4.23333				WAL	WHT	52	52043
2792619	Les Monts	les-monts	BE		0	Europe/Brussels	50.74286	4.66928				WAL	WBR	25	25037
2792620	Les Monts	les-monts	BE		0	Europe/Brussels	50.68333	4.25				WAL	WBR	25	25015
2792621	Les Monts	les-monts	BE		0	Europe/Brussels	50.69334	3.64705				WAL	WHT	51	51065
2792623	Les Mestures	les-mestures	BE		0	Europe/Brussels	49.8	5.4				WAL	WLX	84	84043
2792625	Les Maurlires	les-maurlires	BE		0	Europe/Brussels	50.31667	5.23333		Les Maurlieres,Les Maurlires,Les Maurlières		WAL	WNA	91	91064
2792626	Les Mauleux	les-mauleux	BE		0	Europe/Brussels	49.76667	5.28333		Les Mauleus,Les Mauleux,Les Mauleûs		WAL	WLX	84	84029
2792627	Les Marais	les-marais	BE		0	Europe/Brussels	50.64037	3.88925				WAL	WHT	51	51004
2792628	Les Marais	les-marais	BE		0	Europe/Brussels	50.61667	3.28333				WAL	WHT	57	57081
2792629	Les Manettes	les-manettes	BE		0	Europe/Brussels	50.67896	4.247				WAL	WBR	25	25015
2792630	Les Malheurs	les-malheurs	BE		0	Europe/Brussels	50.53966	5.0896				WAL	WLG	61	61028
2792631	Les Malades	les-malades	BE		0	Europe/Brussels	50.60793	5.3293				WAL	WLG	61	61063
2792633	Les Loches	les-loches	BE		0	Europe/Brussels	50.01667	5.25		Les Loches,Les Loges,Les Logés		WAL	WLX	84	84035
2792634	Les Journeux	les-journeux	BE		0	Europe/Brussels	50.21667	4.8				WAL	WNA	91	91142
2792636	Les Hérimonts	les-herimonts	BE		0	Europe/Brussels	50.18808	4.18878				WAL	WHT	56	56088
2792638	Les Heids	les-heids	BE		0	Europe/Brussels	50.61667	5.86667		Les Heides,Les Heids		WAL	WLG	63	63020
2792642	Les Hayettes	les-hayettes	BE		0	Europe/Brussels	50.66377	4.36831		Hayettes,Les Hayettes		WAL	WBR	25	25014
2792644	Les Hauts Quartiers	les-hauts-quartiers	BE		0	Europe/Brussels	49.85	4.95				WAL	WNA	91	91143
2792646	Les Hautes Voyes	les-hautes-voyes	BE		0	Europe/Brussels	49.83333	5.13333				WAL	WLX	84	84010
2792647	Les Hautes Virées	les-hautes-virees	BE		0	Europe/Brussels	49.93333	5.16667				WAL	WLX	84	84050
2792648	Les Hamendes	les-hamendes	BE		0	Europe/Brussels	50.43333	4.46667				WAL	WHT	52	52011
2792649	Les Haiettes	les-haiettes	BE		0	Europe/Brussels	50.62843	4.65948		Hayettes,Les Haiettes,Les Hayettes		WAL	WBR	25	25124
2792650	Les Haiettes	les-haiettes	BE		0	Europe/Brussels	50.34097	4.39651				WAL	WHT	56	56086
2792651	Les Haies de Frasnes	les-haies-de-frasnes	BE		0	Europe/Brussels	50.06667	4.45				WAL	WNA	93	93014
2792652	Les Haies	les-haies	BE		0	Europe/Brussels	50.38162	4.44693				WAL	WHT	52	52011
2792653	Les Haies	les-haies	BE		0	Europe/Brussels	50.36667	4.4				WAL	WHT	52	52048
2792654	Les Grands Prés Larbert	les-grands-pres-larbert	BE		0	Europe/Brussels	49.98333	4.51667		Les Grands Pres Lambert,Les Grands Pres Larberi,Les Grands Pres Larbert,Les Grands Prés Lambert,Les Grands Prés Larberi,Les Grands Prés Larbert		WAL	WNA	93	93014
2792655	Les Grands Prés	les-grands-pres	BE		0	Europe/Brussels	50.75	4.65				WAL	WBR	25	25037
2792656	Les Grands Prés	les-grands-pres	BE		0	Europe/Brussels	50.4486	4.12262				WAL	WHT	55	55022
2792659	Les Gottes	les-gottes	BE		0	Europe/Brussels	50.05	5.36667				WAL	WLX	84	84059
2792660	Les Gonhis	les-gonhis	BE		0	Europe/Brussels	50.56113	5.54771				WAL	WLG	62	62032
2792661	Les Golettes	les-golettes	BE		0	Europe/Brussels	50.56667	5.81667				WAL	WLG	63	63058
2792662	Les Gettages	les-gettages	BE		0	Europe/Brussels	50.07665	4.66457				WAL	WNA	93	93090
2792663	Les Géronsarts	les-geronsarts	BE		0	Europe/Brussels	50.105	4.48165		Les Geronsarts,Les Gerossarts,Les Géronsarts,Les Gérossarts		WAL	WNA	93	93014
2792664	Les Géronsarts	les-geronsarts	BE		0	Europe/Brussels	50.09468	4.45276		Geronsart,Géronsart,Les Geronsarts,Les Géronsarts		WAL	WNA	93	93014
2792665	Les Géronsarts	les-geronsarts	BE		0	Europe/Brussels	50.05	4.93333				WAL	WNA	91	91013
2792667	Les Fourches Deminche	les-fourches-deminche	BE		0	Europe/Brussels	50.42266	4.72474				WAL	WNA	92	92045
2792668	Les Fossés	les-fosses	BE		0	Europe/Brussels	49.78358	5.48229				WAL	WLX	84	84033
2792669	Les Fortes Haies	les-fortes-haies	BE		0	Europe/Brussels	50.13333	5.13333		Fortes-Haies,Les Fortes Haies		WAL	WNA	91	91114
2792670	Les Forges Roussel	les-forges-roussel	BE		0	Europe/Brussels	49.72969	5.30225		Forges Roussel,Les Forges Roussel		WAL	WLX	85	85011
2792671	Les Forges	les-forges	BE		0	Europe/Brussels	50.63333	5.95		Forge,Les Forges		WAL	WLG	63	63004
2792672	Les Forges	les-forges	BE		0	Europe/Brussels	50.5	5.23333		Forges,Les Forges		WAL	WLG	61	61039
2792673	Les Forges	les-forges	BE		0	Europe/Brussels	50.40162	5.04066				WAL	WNA	92	92054
2792674	Les Forges	les-forges	BE		0	Europe/Brussels	50.23628	4.91158				WAL	WNA	91	91034
2792675	Les Floxhes	les-floxhes	BE		0	Europe/Brussels	50.46925	5.49503		Les Floxhes		WAL	WLG	61	61079
2792676	Les Flamandes	les-flamandes	BE		0	Europe/Brussels	50.64358	4.44242		Flamandes,Les Flamandes		WAL	WBR	25	25031
2792677	Les Flachis	les-flachis	BE		0	Europe/Brussels	50.21667	4.76667				WAL	WNA	91	91103
2792678	Les Flaches	les-flaches	BE		0	Europe/Brussels	50.33652	4.49359				WAL	WHT	52	52025
2792680	Les Fanges du Coq	les-fanges-du-coq	BE		0	Europe/Brussels	49.73333	5.6				WAL	WLX	85	85046
2792681	Les États	les-etats	BE		0	Europe/Brussels	50.68791	4.81044				WAL	WBR	25	25043
2792682	Les Étangs de Saint-Roch	les-etangs-de-saint-roch	BE		0	Europe/Brussels	50.05	5.26667				WAL	WLX	84	84059
2792683	Les Espèches	les-espeches	BE		0	Europe/Brussels	50.15	5.16667				WAL	WNA	91	91114
2792684	Les Enclaves	les-enclaves	BE		0	Europe/Brussels	49.79841	5.10815				WAL	WLX	84	84010
2792685	Les Empires	les-empires	BE		0	Europe/Brussels	50.61667	3.28333				WAL	WHT	57	57081
2792687	Les Elmonts	les-elmonts	BE		0	Europe/Brussels	50.08573	4.68612		Les Elmonts,Les Etmonts		WAL	WNA	93	93090
2792688	Les Eaumonts	les-eaumonts	BE		0	Europe/Brussels	49.78593	5.45942				WAL	WLX	84	84033
2792689	Les dix Bonniers	les-dix-bonniers	BE		0	Europe/Brussels	50.63333	4.1				WAL	WHT	55	55004
2792690	Les Différents	les-differents	BE		0	Europe/Brussels	49.94222	4.46705				WAL	WNA		
2792696	Les Culots	les-culots	BE		0	Europe/Brussels	50.65614	4.33581		Culots,Les Culots		WAL	WBR	25	25014
2792697	Les Culots	les-culots	BE		0	Europe/Brussels	50.50403	4.29906				WAL	WHT	52	52015
2792699	Les Cullus	les-cullus	BE		0	Europe/Brussels	50.67195	4.25476				WAL	WBR	25	25015
2792700	Les Culées	les-culees	BE		0	Europe/Brussels	50.26667	5.15				WAL	WNA	91	91030
2792701	Les Croupets	les-croupets	BE		0	Europe/Brussels	50.29569	5.76157				WAL	WLG	63	63045
2792702	Les Croisiers	les-croisiers	BE		0	Europe/Brussels	50.61667	5.9				WAL	WLG	63	63020
2792703	Les Croisettes	les-croisettes	BE		0	Europe/Brussels	50.55	5.66667				WAL	WLG	62	62100
2792704	Les Croisettes	les-croisettes	BE		0	Europe/Brussels	50.54869	4.13664				WAL	WHT	55	55050
2792705	Les Croisettes	les-croisettes	BE		0	Europe/Brussels	50.3	4.61667				WAL	WNA	92	92087
2792706	Les Crenées	les-crenees	BE		0	Europe/Brussels	50.56831	5.13041				WAL	WLG	61	61010
2792707	Les Cours	les-cours	BE		0	Europe/Brussels	50.56923	5.62251				WAL	WLG	62	62022
2792708	Le Scottin	le-scottin	BE		0	Europe/Brussels	50.62496	4.14416				WAL	WHT	55	55004
2792709	Les Coriottes	les-coriottes	BE		0	Europe/Brussels	50.2568	6.01027				WAL	WLX	82	82032
2792710	La Concession	la-concession	BE		0	Europe/Brussels	50.22944	5.965		Concession,La Concession,La Grosse Hache,Les Concessions		WAL	WLX	82	82037
2792711	Les Complets	les-complets	BE		0	Europe/Brussels	50.73333	3.65				WAL	WHT	51	51017
2792712	Les Comognes	les-comognes	BE		0	Europe/Brussels	50.61667	4.96667				WAL	WNA	92	92035
2792713	Les Comognes	les-comognes	BE		0	Europe/Brussels	50.49137	4.88583				WAL	WNA	92	92094
2792714	Les Communes	les-communes	BE		0	Europe/Brussels	50.65063	3.64182				WAL	WHT	51	51065
2792715	Les Communes	les-communes	BE		0	Europe/Brussels	50.58556	5.50471				WAL	WLG	62	62096
2792716	Les Communes	les-communes	BE		0	Europe/Brussels	50.50393	5.28726				WAL	WLG	61	61041
2792718	Lescolais	lescolais	BE		0	Europe/Brussels	50.23333	5.25				WAL	WNA	91	91030
2792719	Les Clusères	les-cluseres	BE		0	Europe/Brussels	50.11667	5.35				WAL	WLX	83	83040
2792720	Les Cinquièmes	les-cinquiemes	BE		0	Europe/Brussels	49.85	4.96667				WAL	WNA	91	91143
2792721	Les Cinq Rocs	les-cinq-rocs	BE		0	Europe/Brussels	50.58333	3.41667		Les Cinq Rocs,Les Cinq Roes,Les Cinq Roses		WAL	WHT	57	57081
2792722	Les Cinq Étoiles	les-cinq-etoiles	BE		0	Europe/Brussels	50.603	4.74643		Les Cinq Etoiles,Les Cinq Étoiles,Les Etoiles,Les Étoiles		WAL	WBR	25	25084
2792723	Les Cinq Cents Bonniers	les-cinq-cents-bonniers	BE		0	Europe/Brussels	50.01667	4.56667				WAL	WNA	93	93014
2792724	Les Cinq Buissons	les-cinq-buissons	BE		0	Europe/Brussels	50.66667	5.01667				WAL	WLG	64	64034
2792725	Lescheret	lescheret	BE		0	Europe/Brussels	49.87644	5.56642		Lescherat,Lescheret		WAL	WLX	82	82036
2792726	Les Chenisses	les-chenisses	BE		0	Europe/Brussels	49.95	4.5				WAL	WNA	93	93014
2792727	Les Chenêts	les-chenets	BE		0	Europe/Brussels	50.01667	4.96667				WAL	WNA	91	91054
2792728	Les Chemins	les-chemins	BE		0	Europe/Brussels	50.7	4.61667				WAL	WBR	25	25112
2792729	Les Chaufours	les-chaufours	BE		0	Europe/Brussels	50.58333	3.46667				WAL	WHT	57	57003
2792730	Les Chapons	les-chapons	BE		0	Europe/Brussels	50.18333	5.73333				WAL	WLX	82	82014
2792731	Les Caves de la Forêt	les-caves-de-la-foret	BE		0	Europe/Brussels	49.83333	5.68333				WAL	WLX	82	82009
2792732	Les Cailloux	les-cailloux	BE		0	Europe/Brussels	50.59775	3.97995		Cailloux,Les Cailloux		WAL	WHT	55	55040
2792735	Les Cahottes	les-cahottes	BE		0	Europe/Brussels	50.6174	5.42547				WAL	WLG	62	62120
2792736	Les Burettes	les-burettes	BE		0	Europe/Brussels	50.78077	4.79228				WAL	WBR	25	25005
2792737	Les Burettes	les-burettes	BE		0	Europe/Brussels	50.5953	5.23529				WAL	WLG	61	61068
2792740	Les Buissons	les-buissons	BE		0	Europe/Brussels	49.88333	5.53333				WAL	WLX	82	82036
2792741	Les Bruyères	les-bruyeres	BE		0	Europe/Brussels	50.68861	4.7069				WAL	WBR	25	25018
2792742	Les Bruyères	les-bruyeres	BE		0	Europe/Brussels	50.51566	3.98684				WAL	WHT	55	55040
2792743	Les Bruyères	les-bruyeres	BE		0	Europe/Brussels	50.31109	4.60507				WAL	WNA	92	92087
2792744	Les Bruyères	les-bruyeres	BE		0	Europe/Brussels	50.02817	4.40952				WAL	WNA	93	93014
2792745	Les Bourdonnées	les-bourdonnees	BE		0	Europe/Brussels	50.08333	4.38333				WAL	WHT	56	56016
2792747	Les Boscailles	les-boscailles	BE		0	Europe/Brussels	50.54245	4.89501				WAL	WNA	92	92035
2792748	Les Bonniers	les-bonniers	BE		0	Europe/Brussels	50.37081	4.27214				WAL	WHT	56	56044
2792749	Les Bois du Breuille	les-bois-du-breuille	BE		0	Europe/Brussels	50.63333	3.68333				WAL	WHT	51	51004
2792750	Les Bois	les-bois	BE		0	Europe/Brussels	50.54793	4.34471				WAL	WHT	52	52055
2792751	Les Boignées	les-boignees	BE		0	Europe/Brussels	50.67937	4.30314				WAL	WBR	25	25015
2792752	Les Bochets	les-bochets	BE		0	Europe/Brussels	49.59847	5.46038				WAL	WLX	85	85024
2792754	Les Biolles	les-biolles	BE		0	Europe/Brussels	50.66917	5.88357				WAL	WLG	63	63089
2792755	Les Binches	les-binches	BE		0	Europe/Brussels	50.38171	4.57482		Binches,Les Binches		WAL	WHT	52	52074
2792756	Les Belles Plumes	les-belles-plumes	BE		0	Europe/Brussels	50.06517	5.16267		Belles Plumes,Les Belles Plumes		WAL	WLX	84	84075
2792757	Les Belles Pierres	les-belles-pierres	BE		0	Europe/Brussels	50.65374	4.35169				WAL	WBR	25	25014
2792758	Les Baty	les-baty	BE		0	Europe/Brussels	50.43898	5.62243				WAL	WLG	61	61019
2792759	Les Basses	les-basses	BE		0	Europe/Brussels	50.25107	5.23637		Les Basses		WAL	WNA	91	91030
2792760	Les Bas Courtils	les-bas-courtils	BE		0	Europe/Brussels	50.43876	3.82891				WAL	WHT	53	53014
2792761	Les Baraques	les-baraques	BE		0	Europe/Brussels	50.78847	3.12859		Barakken,Les Baraques		VLG	VWV	34	34027
2792762	Les Baraques	les-baraques	BE		0	Europe/Brussels	50.70532	4.42637				WAL	WBR	25	25119
2792764	Les Baraques	les-baraques	BE		0	Europe/Brussels	50.56667	5.31667				WAL	WLG	61	61003
2792765	Les Baraques	les-baraques	BE		0	Europe/Brussels	50.36545	4.16124				WAL	WHT	56	56049
2792766	Les Baraques	les-baraques	BE		0	Europe/Brussels	50.19905	4.56147				WAL	WNA	93	93056
2792767	Les Baraques	les-baraques	BE		0	Europe/Brussels	50.18333	4.9				WAL	WNA	91	91034
2792768	Les Baraques	les-baraques	BE		0	Europe/Brussels	50.01667	5.21667				WAL	WLX	84	84035
2792769	Les Ballons	les-ballons	BE		0	Europe/Brussels	50.71667	3.2		Ballons,Les Ballons		VLG	VWV		
2792770	Les Bailles	les-bailles	BE		0	Europe/Brussels	50.55756	3.84547		Bailles		WAL	WHT	53	53046
2792773	Les Aunais	les-aunais	BE		0	Europe/Brussels	50.33598	5.59211				WAL	WLX	83	83013
2792774	Les Auges	les-auges	BE		0	Europe/Brussels	50.11667	5.11667				WAL	WNA	91	91114
2792775	Les Auges	les-auges	BE		0	Europe/Brussels	50.08333	5				WAL	WNA	91	91013
2792776	Les Assences	les-assences	BE		0	Europe/Brussels	49.78333	5.16667				WAL	WLX	84	84010
2792777	Le Sarty	le-sarty	BE		0	Europe/Brussels	50.32361	4.23022				WAL	WHT	56	56078
2792778	Le Sart Haguet	le-sart-haguet	BE		0	Europe/Brussels	50.56819	5.53865				WAL	WLG	62	62096
2792779	Le Sart	le-sart	BE		0	Europe/Brussels	50.65749	4.23846		Le Sart,Sart		WAL	WBR	25	25044
2792780	Le Sart	le-sart	BE		0	Europe/Brussels	50.65	3.5		Le Sart,Sart		WAL	WHT	57	57081
2792781	Le Sart	le-sart	BE		0	Europe/Brussels	50.50283	5.57295		Le Sart,Sart		WAL	WLG	62	62026
2792782	Le Sart	le-sart	BE		0	Europe/Brussels	49.81407	5.4451		Le Sart,Sart		WAL	WLX	84	84043
2792783	Les Arsins	les-arsins	BE		0	Europe/Brussels	50.51081	5.9798				WAL	WLG	63	63038
2792784	Les Arches	les-arches	BE		0	Europe/Brussels	50.47268	5.1368		Arches,Les Arches		WAL	WNA	92	92003
2792785	Les Aloux	les-aloux	BE		0	Europe/Brussels	50.33333	5.31667				WAL	WNA	91	91120
2792786	Les Alloux	les-alloux	BE		0	Europe/Brussels	50.44443	4.6076				WAL	WNA	92	92137
2792787	Les Alloux	les-alloux	BE		0	Europe/Brussels	50.2608	5.21054				WAL	WNA	91	91030
2792788	Les Albronnes	les-albronnes	BE		0	Europe/Brussels	50.68333	3.36667				WAL	WHT	57	57062
2792789	Les Aiwisses	les-aiwisses	BE		0	Europe/Brussels	50.6	5.03333				WAL	WLG	64	64075
2792790	Les Agences	les-agences	BE		0	Europe/Brussels	49.74187	5.61273				WAL	WLX	85	85046
2792791	Le Sacrement	le-sacrement	BE		0	Europe/Brussels	50.67138	4.3049		Le Sacrement,Le Sacremont,Sacremont		WAL	WBR	25	25015
2792792	Les Abannets	les-abannets	BE		0	Europe/Brussels	50.07482	4.56702		Les Abanets,Les Abannets		WAL	WNA	93	93090
2792793	Le Ry	le-ry	BE		0	Europe/Brussels	50.64478	4.1331				WAL	WBR	25	25123
2792794	Le Rovreux	le-rovreux	BE		0	Europe/Brussels	50.25	5.95				WAL	WLX	82	82037
2792797	Le Rote	le-rote	BE		0	Europe/Brussels	50.37113	5.52016				WAL	WLX	83	83012
2792798	Le Rot	le-rot	BE		0	Europe/Brussels	49.9	5.03333		Le Rode,Le Rot,Le Rôde		WAL	WNA	91	91015
2792799	Le Rossignol	le-rossignol	BE		0	Europe/Brussels	50.65952	4.202		Le Rossignol,Rossignol		WAL	WBR	25	25105
2792800	Le Roo	le-roo	BE		0	Europe/Brussels	50.68559	4.01623				WAL	WHT	55	55010
2792801	Le Rond Tienne	le-rond-tienne	BE		0	Europe/Brussels	50.13333	5.18333		Le Rond Tienne,Rond-Tienne		WAL	WNA	91	91114
2792802	L'Ermite	l-ermite	BE		0	Europe/Brussels	49.8	5.28333				WAL	WLX	84	84029
2792803	L'Ermitage	l-ermitage	BE		0	Europe/Brussels	50.66667	4.28333				WAL	WBR	25	25015
2792804	L'Ermitage	l-ermitage	BE		0	Europe/Brussels	50.25714	4.30432				WAL	WNA	93	93088
2792805	L'Ermitage	l-ermitage	BE		0	Europe/Brussels	50.16611	4.28672				WAL	WHT	56	56029
2792806	L'Ermitage	l-ermitage	BE		0	Europe/Brussels	50.00699	4.54058				WAL	WNA	93	93014
2792808	Le Rivage	le-rivage	BE		0	Europe/Brussels	50.70174	3.3479				WAL	WHT	57	57062
2792809	Lerinnes	lerinnes	BE		0	Europe/Brussels	50.62505	4.72282				WAL	WBR	25	25124
2792810	Le Rieu	le-rieu	BE		0	Europe/Brussels	50.6889	3.26185				WAL	WHT	57	57027
2792811	Le Renard	le-renard	BE		0	Europe/Brussels	50.66844	4.18225		Le Renard,Renard		WAL	WBR	25	25105
2792812	Le Renard	le-renard	BE		0	Europe/Brussels	50.64326	3.81148				WAL	WHT	51	51004
2792813	Le Rabot	le-rabot	BE		0	Europe/Brussels	50.45	4.7				WAL	WNA	92	92140
2792814	Le Pureau	le-pureau	BE		0	Europe/Brussels	50.68333	3.58333				WAL	WHT	51	51065
2792815	Le Prieuré	le-prieure	BE		0	Europe/Brussels	49.71667	5.18333				WAL	WLX	85	85011
2792816	Le Pré des Forges	le-pre-des-forges	BE		0	Europe/Brussels	50.06667	5.25		Le Pre des Forges,Le Pré des Forges,Pre des Forges,Pré des Forges		WAL	WLX	84	84068
2792817	Le Préau	le-preau	BE		0	Europe/Brussels	50.56667	3.33333		Le Preau,Le Préau,Preau		WAL	WHT	57	57081
2792818	Le Pré	le-pre	BE		0	Europe/Brussels	50.65	3.53333				WAL	WHT	57	57081
2792819	Le Poreau	le-poreau	BE		0	Europe/Brussels	50.59785	4.11513				WAL	WHT	55	55004
2792820	Le Pont	le-pont	BE		0	Europe/Brussels	50.68333	3.85				WAL	WHT	55	55023
2792821	Le Ponchau	le-ponchau	BE		0	Europe/Brussels	50.72832	3.77378				WAL	WHT	55	55023
2792822	Le Pommerut	le-pommerut	BE		0	Europe/Brussels	49.63333	5.43333				WAL	WLX	85	85024
2792823	Le Pommeroeul	le-pommeroeul	BE		0	Europe/Brussels	50.31667	4.23333		Le Pommerieul,Le Pommeroeul		WAL	WHT	56	56078
2792824	Le Point du Jour	le-point-du-jour	BE		0	Europe/Brussels	50.52325	4.62579				WAL	WNA	92	92114
2792825	Le Plit	le-plit	BE		0	Europe/Brussels	50.67836	3.55795		Le Plit,Plit		WAL	WHT	51	51065
2792826	Le Plantis	le-plantis	BE		0	Europe/Brussels	50.5	3.33333		Le Planti,Le Plantis		WAL	WHT		
2792827	Le Planiat	le-planiat	BE		0	Europe/Brussels	50.05	4.65		Le Plamat,Le Planiat		WAL	WNA	93	93090
2792828	Le Pirois	le-pirois	BE		0	Europe/Brussels	50.41744	4.78944				WAL	WNA	92	92094
2792829	Le Piquet	le-piquet	BE		0	Europe/Brussels	50.54027	3.69218				WAL	WHT	51	51008
2792830	L'Épine	l-epine	BE		0	Europe/Brussels	50.7	4.13333				WAL	WBR	25	25123
2792831	L'Épine	l-epine	BE		0	Europe/Brussels	50.60796	3.28116				WAL	WHT	57	57081
2792832	L'Épine	l-epine	BE		0	Europe/Brussels	49.8	5.05				WAL	WLX	84	84010
2792833	Le Pierry	le-pierry	BE		0	Europe/Brussels	50.26667	5.56667				WAL	WLX	83	83013
2792836	Le Péruwez	le-peruwez	BE		0	Europe/Brussels	50.55766	4.24868				WAL	WHT	52	52063
2792838	Le Perroquet	le-perroquet	BE		0	Europe/Brussels	50.65	5.08333				WAL	WLG	64	64034
2792839	Le Pérou	le-perou	BE		0	Europe/Brussels	50.65	5.5				WAL	WLG	62	62118
2792840	Le Pequet	le-pequet	BE		0	Europe/Brussels	50.25304	5.04084				WAL	WNA	91	91034
2792841	Lepelstraat	lepelstraat	BE		0	Europe/Brussels	50.83333	3.75				VLG	VOV	45	45059
2792843	Lepelhoek	lepelhoek	BE		0	Europe/Brussels	51.18333	4.13333				VLG	VOV	46	46021
2792844	Lepelem	lepelem	BE		0	Europe/Brussels	51.23553	3.07474		Lepelem,Lepelhem		VLG	VWV	31	31012
2792845	Lepe	lepe	BE		0	Europe/Brussels	51.11352	3.14476				VLG	VWV	31	31040
2792846	Le Pâturage	le-paturage	BE		0	Europe/Brussels	50.52341	3.68059		Paturage,Pâturage		WAL	WHT	51	51008
2792847	Le Parque	le-parque	BE		0	Europe/Brussels	49.88333	5.68333				WAL	WLX	82	82009
2792848	Le Parc	le-parc	BE		0	Europe/Brussels	50.05	4.33333				WAL	WHT	56	56016
2792850	Le Paradis	le-paradis	BE		0	Europe/Brussels	50.61667	5.45		Le Paradis,Paradis		WAL	WLG	62	62120
2792851	Le Paradis	le-paradis	BE		0	Europe/Brussels	50.4	4.33333				WAL	WHT	52	52022
2792852	Le Panier	le-panier	BE		0	Europe/Brussels	50.60029	4.4553		Le Panier,Panier		WAL	WBR	25	25031
2792853	Le Pachis	le-pachis	BE		0	Europe/Brussels	50.44761	5.00797				WAL	WNA	92	92054
2792854	Le Pachis	le-pachis	BE		0	Europe/Brussels	50.25051	4.29357				WAL	WNA	93	93088
2792862	Lentse Heide	lentse-heide	BE		0	Europe/Brussels	51.08333	4.53333				VLG	VAN	12	12035
2792863	Lente Akker	lente-akker	BE		0	Europe/Brussels	50.92295	3.27081				VLG	VWV	36	36007
2792873	Le Noir Étang	le-noir-etang	BE		0	Europe/Brussels	49.65	5.36667				WAL	WLX	85	85011
2792874	Lenne	lenne	BE		0	Europe/Brussels	50.22138	4.86692		Lenne		WAL	WNA	91	91142
2792875	Lengeler	lengeler	BE		0	Europe/Brussels	50.17475	6.0543				WAL	WLG	63	63087
2792876	L'Enfer	l-enfer	BE		0	Europe/Brussels	50.71667	3.35				VLG	VWV	34	34043
2792877	L'Enfer	l-enfer	BE		0	Europe/Brussels	50.52576	4.11936		Thiessart		WAL	WHT	55	55035
2792881	L'Enclume	l-enclume	BE		0	Europe/Brussels	50.68333	3.43333				WAL	WHT	57	57018
2792882	Lenclos	lenclos	BE		0	Europe/Brussels	49.67379	5.60921				WAL	WLX	85	85009
2792883	L'Empereur	l-empereur	BE		0	Europe/Brussels	50.63771	5.08193				WAL	WLG	64	64034
2792884	Le Mont	le-mont	BE		0	Europe/Brussels	50.61783	4.80892				WAL	WBR	25	25084
2792885	Lemmetrie	lemmetrie	BE		0	Europe/Brussels	50.59154	5.63798		Lemetrie,Lemmetrie		WAL	WLG	62	62022
2792886	Lemmeken	lemmeken	BE		0	Europe/Brussels	50.92333	4.52662				VLG	VBR	23	23038
2792887	Lemingsberg	lemingsberg	BE		0	Europe/Brussels	50.90596	4.76068		Leeming Berg,Lemingberg,Lemingsberg		VLG	VBR	24	24066
2792890	Le Merdier	le-merdier	BE		0	Europe/Brussels	50.08333	5.08333		Le Merdier,Merdier		WAL	WLX	84	84075
2792900	Le Marouset	le-marouset	BE		0	Europe/Brussels	50.60716	4.17455		Marouset		WAL	WHT	55	55004
2792901	Le Marchat	le-marchat	BE		0	Europe/Brussels	49.98333	5.18333				WAL	WLX	84	84035
2792902	Le Marais	le-marais	BE		0	Europe/Brussels	50.65888	3.85451		Le Marais,Marais		WAL	WHT	51	51004
2792903	Le Marais	le-marais	BE		0	Europe/Brussels	50.58333	5.28333				WAL	WLG	61	61068
2792904	Les Maraches	les-maraches	BE		0	Europe/Brussels	50.59043	3.68299				WAL	WHT	57	57094
2792905	Le Marais	le-marais	BE		0	Europe/Brussels	50.45	3.83333				WAL	WHT	53	53065
2792906	Le Maqua	le-maqua	BE		0	Europe/Brussels	50.11667	5.58333				WAL	WLX	83	83049
2792907	Le Many	le-many	BE		0	Europe/Brussels	50.60084	5.49188				WAL	WLG	62	62096
2792908	Le Manil	le-manil	BE		0	Europe/Brussels	50.69957	4.59837		Le Manil,Manil		WAL	WBR	25	25112
2792912	Le Long Jour	le-long-jour	BE		0	Europe/Brussels	50.6	4.18333				WAL	WHT	55	55004
2792913	Le Logis	le-logis	BE		0	Europe/Brussels	50.80026	4.41529		Cite-jardin Le Logis,Cité-jardin Le Logis		BRU	BRU	21	21017
2792915	Lelle	lelle	BE		0	Europe/Brussels	50.92946	4.52534				VLG	VBR	23	23038
2792920	Lekkernaije	lekkernaije	BE		0	Europe/Brussels	50.65	4				WAL	WHT	55	55010
2792921	Lekkerland	lekkerland	BE		0	Europe/Brussels	51.2	4.3				VLG	VOV	46	46003
2792926	Le Jardinet	le-jardinet	BE		0	Europe/Brussels	50.25828	4.43508				WAL	WNA	93	93088
2792927	Le Jardin	le-jardin	BE		0	Europe/Brussels	50.05	5.51667				WAL	WLX	82	82038
2792931	Leiseinde	leiseinde	BE		0	Europe/Brussels	51.28333	4.93333		Leiseinde,Leyseinde		VLG	VAN	13	13040
2792932	Leischoot	leischoot	BE		0	Europe/Brussels	51.14511	3.54132				VLG	VOV	44	44085
2792934	Leinstraat	leinstraat	BE		0	Europe/Brussels	50.78272	3.73779		Leinstraat,Leynstraat		VLG	VOV	45	45059
2792936	Leikant	leikant	BE		0	Europe/Brussels	50.89426	3.35287		Leikant,Leykant		VLG	VWV	34	34040
2792937	Leikant	leikant	BE		0	Europe/Brussels	50.8	3.18333				VLG	VWV	34	34027
2792938	Leihoek	leihoek	BE		0	Europe/Brussels	51.00027	3.56974				VLG	VOV	44	44083
2792939	Leihoek	leihoek	BE		0	Europe/Brussels	50.96706	3.49076				VLG	VOV	44	44081
2792940	Leihoek	leihoek	BE		0	Europe/Brussels	50.89921	3.39046				VLG	VWV	34	34040
2792941	Leihoek	leihoek	BE		0	Europe/Brussels	50.85	3.28333		Leihoek,Leyhoek		VLG	VWV	34	34023
2792954	Le Hututu	le-hututu	BE		0	Europe/Brussels	50.57461	4.34524		Hututu,Le Hututu		WAL	WBR	25	25072
2792955	Le Hultai	le-hultai	BE		0	Europe/Brussels	49.8	5.16667		Hultai,Le Hultai		WAL	WLX	84	84010
2792956	Le Houisse	le-houisse	BE		0	Europe/Brussels	50.26624	5.0576				WAL	WNA	91	91030
2792957	Le Homba	le-homba	BE		0	Europe/Brussels	50.35	5.86667		La Homba,Le Homba		WAL	WLG	63	63086
2792958	Le Hocquet	le-hocquet	BE		0	Europe/Brussels	50.48333	4.18333				WAL	WHT	55	55022
2792959	Le Hochet	le-hochet	BE		0	Europe/Brussels	49.96667	5.15				WAL	WLX	84	84050
2792960	Le Hérou	le-herou	BE		0	Europe/Brussels	50.15	5.65		Herou,Hérou,Le Herou,Le Hérou		WAL	WLX	83	83031
2792962	Le Haut Desivier	le-haut-desivier	BE		0	Europe/Brussels	50.1	4.23333				WAL	WHT	56	56016
2792964	Leharjostet	leharjostet	BE		0	Europe/Brussels	50.18333	5.4				WAL	WLX	83	83034
2792965	Le Happart	le-happart	BE		0	Europe/Brussels	50.50502	3.74917				WAL	WHT	53	53070
2792966	Le Hameau	le-hameau	BE		0	Europe/Brussels	50.35677	5.02091				WAL	WNA	92	92006
2792967	Le Hally	le-hally	BE		0	Europe/Brussels	50.15	5.41667				WAL	WLX	83	83040
2792968	Le Gué des Bagniaux	le-gue-des-bagniaux	BE		0	Europe/Brussels	49.95123	4.46189				WAL	WNA	93	93014
2792969	Le Gros Terne	le-gros-terne	BE		0	Europe/Brussels	50.01667	4.43333				WAL	WNA	93	93014
2792976	Le Gras	le-gras	BE		0	Europe/Brussels	50.05	4.63333				WAL	WNA	93	93090
2792977	Le Grand Vivier	le-grand-vivier	BE		0	Europe/Brussels	50.05	5.05				WAL	WLX	84	84075
2792978	Le Grand Trieu	le-grand-trieu	BE		0	Europe/Brussels	50.56438	3.74642				WAL	WHT	51	51014
2792979	Le Grand Mininpré	le-grand-mininpre	BE		0	Europe/Brussels	49.83333	5.28333				WAL	WLX	84	84009
2792983	Le Goule	le-goule	BE		0	Europe/Brussels	50.06667	5				WAL	WNA	91	91013
2792984	Legnai Thière	legnai-thiere	BE		0	Europe/Brussels	50.33333	5.86667				WAL	WLX	82	82032
2792987	Le Gheer	le-gheer	BE		0	Europe/Brussels	50.73276	2.91172	18			WAL	WHT	54	54010
2792988	Legestraat	legestraat	BE		0	Europe/Brussels	51.26667	4.45		Leegestraat,Legestraat		VLG	VAN	11	11002
2792989	Le Gerny	le-gerny	BE		0	Europe/Brussels	50.16667	5.25				WAL	WNA	91	91114
2792991	Lege Heuvels	lege-heuvels	BE		0	Europe/Brussels	51.33383	4.39316				VLG	VAN	11	11044
2792993	Lege Avrij	lege-avrij	BE		0	Europe/Brussels	51.16667	3.75		Leege-Avrye,Lege Avrij		VLG	VOV	44	44019
2792994	Le Fréty	le-frety	BE		0	Europe/Brussels	49.78333	5.38333				WAL	WLX	84	84029
2792995	Le Frechisse	le-frechisse	BE		0	Europe/Brussels	50.31955	5.08787				WAL	WNA	91	91030
2792997	Le Foy	le-foy	BE		0	Europe/Brussels	50.16667	5.35				WAL	WLX	83	83040
2792998	Le Fort	le-fort	BE		0	Europe/Brussels	50.41667	4.83333				WAL	WNA	92	92094
2792999	Le Fond de Chêne	le-fond-de-chene	BE		0	Europe/Brussels	49.98333	5.16667		Fond-de-Chene,Fond-de-Chêne,Le Fond de Chene,Le Fond de Chêne		WAL	WLX	84	84050
2793000	Le Fond	le-fond	BE		0	Europe/Brussels	50.23333	5.73333				WAL	WLX	82	82014
2793001	Le Fieffé	le-fieffe	BE		0	Europe/Brussels	50.51667	4.18333				WAL	WHT	55	55022
2793004	Leffe	leffe	BE		0	Europe/Brussels	50.26684	4.90776		Leffe		WAL	WNA	91	91034
2793008	Le Fays	le-fays	BE		0	Europe/Brussels	50.46667	4.75				WAL	WNA	92	92094
2793009	Le Fays	le-fays	BE		0	Europe/Brussels	50.2	4.46667				WAL	WNA	93	93010
2793010	Le Fays	le-fays	BE		0	Europe/Brussels	49.54887	5.75288		La Fays,Le Fays		WAL	WLX	81	81004
2793011	Le Faweux	le-faweux	BE		0	Europe/Brussels	50.57098	5.909		Le Faweu,Le Faweux,Les Faweux		WAL	WLG	63	63038
2793012	Le Faubourg	le-faubourg	BE		0	Europe/Brussels	50.1	4.51667				WAL	WNA	93	93014
2793013	Le Faubourg	le-faubourg	BE		0	Europe/Brussels	49.66399	5.67645				WAL	WLX	85	85009
2793014	Leeuwken	leeuwken	BE		0	Europe/Brussels	50.86667	3.43333				VLG	VWV	34	34040
2793015	Leeuwerksheide	leeuwerksheide	BE		0	Europe/Brussels	51.3482	4.71408				VLG	VAN	11	11009
2793020	Leeuwbrug	leeuwbrug	BE		0	Europe/Brussels	50.89307	4.07644		Leeuwbrug,Leeuwbrugge		VLG	VOV	41	41011
2793022	Leestraat	leestraat	BE		0	Europe/Brussels	51.13333	4				VLG	VOV	46	46014
2793035	Leenstraat	leenstraat	BE		0	Europe/Brussels	50.88333	3.85				VLG	VOV	41	41081
2793036	Leenstraat	leenstraat	BE		0	Europe/Brussels	50.73873	4.04035				VLG	VBR	23	23032
2793038	Leenhaag	leenhaag	BE		0	Europe/Brussels	50.86941	5.06904		Leenhaag,Leenhaage,Leenhaeg		VLG	VBR	24	24130
2793041	Leemputten	leemputten	BE		0	Europe/Brussels	51.39315	4.99186				VLG	VAN	13	13035
2793042	Leemputten	leemputten	BE		0	Europe/Brussels	51.07686	4.66796				VLG	VAN	12	12029
2793043	Leemput	leemput	BE		0	Europe/Brussels	50.98333	4.6				VLG	VBR	24	24033
2793044	Leemput	leemput	BE		0	Europe/Brussels	50.86984	3.37251				VLG	VWV	34	34040
2793045	Leemkuilen	leemkuilen	BE		0	Europe/Brussels	51	4.68333		Leemkuilen,Leemkuylen		VLG	VBR	24	24048
2793046	Leemhoutheide	leemhoutheide	BE		0	Europe/Brussels	51.05	5.41667				VLG	VLI	72	72039
2793048	Leeg Kouter	leeg-kouter	BE		0	Europe/Brussels	50.93333	3.88333		Leeg Kouter,Leeg-Kauter		VLG	VOV	41	41063
2793050	Leeg Broek	leeg-broek	BE		0	Europe/Brussels	51.3	5.08333		Laagbroek,Leeg Broek		VLG	VAN	13	13001
2793051	Leegbracht	leegbracht	BE		0	Europe/Brussels	50.92131	3.81852				VLG	VOV	44	44052
2793056	Leebrug	leebrug	BE		0	Europe/Brussels	51.15008	4.0041				VLG	VOV	46	46021
2793059	Le Doyen	le-doyen	BE		0	Europe/Brussels	50.66797	4.27842				WAL	WBR	25	25015
2793060	Le Douaire	le-douaire	BE		0	Europe/Brussels	50.62381	3.70837				WAL	WHT	51	51004
2793061	Le Dossay	le-dossay	BE		0	Europe/Brussels	50.66622	5.65298				WAL	WLG	62	62063
2793062	Le Docq	le-docq	BE		0	Europe/Brussels	50.52437	4.62092				WAL	WNA	92	92114
2793063	Ledigheid	ledigheid	BE		0	Europe/Brussels	50.89122	4.81035				VLG	VBR	24	24066
2793064	Hameau du Diable	hameau-du-diable	BE		0	Europe/Brussels	50.65545	3.84873				WAL	WHT	51	51004
2793065	Ledezijde	ledezijde	BE		0	Europe/Brussels	50.96667	3.95		Ledeseyde,Ledezijde		VLG	VOV	41	41034
2793066	Ledesevroente	ledesevroente	BE		0	Europe/Brussels	50.9	5.01667		Ledeschevroente,Ledesevroente		VLG	VBR	24	24054
2793069	Le Defeu	le-defeu	BE		0	Europe/Brussels	50.21667	5.8				WAL	WLX	82	82037
2793080	Le Dauphin	le-dauphin	BE		0	Europe/Brussels	50.55929	4.26951		Dauphin,Le Dauphin		WAL	WHT	52	52063
2793083	Le Culot	le-culot	BE		0	Europe/Brussels	50.72889	4.63671				WAL	WBR	25	25112
2793084	Le Culot	le-culot	BE		0	Europe/Brussels	50.58565	4.56815				WAL	WBR	25	25107
2793085	Le Culot	le-culot	BE		0	Europe/Brussels	50.02969	4.41738				WAL	WNA	93	93014
2793086	L'Écuelle	l-ecuelle	BE		0	Europe/Brussels	50.54254	3.34794				WAL	WHT	57	57072
2793087	Le Crouzet	le-crouzet	BE		0	Europe/Brussels	50.65946	3.30757		Crouzet,Le Crouzet		WAL	WHT	57	57081
2793088	Le Crinquet	le-crinquet	BE		0	Europe/Brussels	50.53377	3.30734				WAL	WHT	57	57072
2793089	Le Courroux	le-courroux	BE		0	Europe/Brussels	50.68744	3.37185				WAL	WHT	57	57062
2793090	Le Coumagne	le-coumagne	BE		0	Europe/Brussels	50.2	4.48333				WAL	WNA	93	93010
2793092	Le Coucou	le-coucou	BE		0	Europe/Brussels	50.56667	3.45				WAL	WHT	57	57003
2793093	Le Cossart	le-cossart	BE		0	Europe/Brussels	50.58333	5.91667				WAL	WLG	63	63079
2793094	Le Cornet	le-cornet	BE		0	Europe/Brussels	50.58333	3.4				WAL	WHT	57	57081
2793095	Le Compas	le-compas	BE		0	Europe/Brussels	50.75	3.23333				VLG	VWV		
2793096	Le Comnien	le-comnien	BE		0	Europe/Brussels	50.7	3.83333				WAL	WHT	55	55023
2793097	Le Combry	le-combry	BE		0	Europe/Brussels	49.85	5.23333				WAL	WLX	84	84009
2793098	Le Clypot	le-clypot	BE		0	Europe/Brussels	50.5755	4.02185		Clypot		WAL	WHT	55	55040
2793101	Le Cloître	le-cloitre	BE		0	Europe/Brussels	50.73333	4.03333				VLG	VBR	23	23032
2793102	L'Éclatière	l-eclatiere	BE		0	Europe/Brussels	50.61667	4.03333				WAL	WHT	55	55040
2793104	Lechten	lechten	BE		0	Europe/Brussels	51.18096	5.58466				VLG	VLI	72	72003
2793105	Le Chête	le-chete	BE		0	Europe/Brussels	50.6	4.53333		Le Chete,Le Chête,Le Ghete,Le Ghête		WAL	WBR	25	25023
2793106	Le Chennis	le-chennis	BE		0	Europe/Brussels	50.33333	5				WAL	WNA	91	91141
2793107	Le Chenia	le-chenia	BE		0	Europe/Brussels	50.51667	4.25				WAL	WHT	52	52063
2793109	Le Chêne	le-chene	BE		0	Europe/Brussels	50.63333	3.61667				WAL	WHT	57	57094
2793110	Le Chêne	le-chene	BE		0	Europe/Brussels	50.58333	5.78333				WAL	WLG	63	63058
2793111	Le Chêne	le-chene	BE		0	Europe/Brussels	50.35388	4.32465				WAL	WHT	56	56078
2793113	Le Chay	le-chay	BE		0	Europe/Brussels	49.9	5.71667				WAL	WLX	82	82009
2793115	Le Chat	le-chat	BE		0	Europe/Brussels	50.63333	3.68333				WAL	WHT	51	51004
2793116	Le Charmois	le-charmois	BE		0	Europe/Brussels	49.71667	5.36667				WAL	WLX	85	85007
2793117	Le Chapitre	le-chapitre	BE		0	Europe/Brussels	50.62743	3.64616				WAL	WHT	57	57094
2793118	Le Cerisier	le-cerisier	BE		0	Europe/Brussels	50.60589	4.52193		Cerisier,Le Cerisier		WAL	WBR	25	25023
2793119	Le Castieau	le-castieau	BE		0	Europe/Brussels	50.03333	4.28333				WAL	WHT	56	56016
2793120	Le Casan	le-casan	BE		0	Europe/Brussels	50.66667	3.53333				WAL	WHT	51	51065
2793121	Le Calvaire	le-calvaire	BE		0	Europe/Brussels	50.48034	3.65725				WAL	WHT	51	51009
2793123	Le Cahoti	le-cahoti	BE		0	Europe/Brussels	50.35331	5.00498				WAL	WNA	92	92006
2793124	Le But	le-but	BE		0	Europe/Brussels	50.65778	3.58905				WAL	WHT	51	51065
2793126	Le Buc	le-buc	BE		0	Europe/Brussels	50.28436	4.94028				WAL	WNA	91	91034
2793127	Le Bout là Haut	le-bout-la-haut	BE		0	Europe/Brussels	50.34625	4.36115				WAL	WHT	56	56078
2793128	Le Bourg	le-bourg	BE		0	Europe/Brussels	50.60295	3.34455				WAL	WHT	57	57081
2793129	Le Bosquet	le-bosquet	BE		0	Europe/Brussels	49.88333	5.16667				WAL	WLX	84	84050
2793130	Le Boquet	le-boquet	BE		0	Europe/Brussels	50.48333	3.58333		Boquet,Le Boquet		WAL	WHT		
2793134	Le Blanc-Sart	le-blanc-sart	BE		0	Europe/Brussels	49.75	5.16667		Blanc-Sart,Le Blanc-Sart		WAL	WLX	85	85011
2793135	Le Bizet	le-bizet	BE		0	Europe/Brussels	50.70825	2.88451		Bizet,Le Bizet		WAL	WHT	54	54010
2793137	Lebeuleux	lebeuleux	BE		0	Europe/Brussels	50.18333	5.91667				WAL	WLX	82	82037
2793138	Le Berceau	le-berceau	BE		0	Europe/Brussels	50.34026	4.29643				WAL	WHT	56	56078
2793139	Le Berceau	le-berceau	BE		0	Europe/Brussels	50.06667	4.63333				WAL	WNA	93	93090
2793140	Le Bèle	le-bele	BE		0	Europe/Brussels	50.24904	5.07884				WAL	WNA	91	91030
2793142	Lebeke	lebeke	BE		0	Europe/Brussels	50.86275	3.99254		Lebeke,Leebeke		VLG	VOV	41	41024
2793143	Le Beau Ban	le-beau-ban	BE		0	Europe/Brussels	49.68333	5.28333				WAL	WLX		
2793146	Le Bâtiment	le-batiment	BE		0	Europe/Brussels	50.33333	4.73333				WAL	WNA	92	92087
2793149	Le Banc	le-banc	BE		0	Europe/Brussels	49.81667	5.06667				WAL	WLX	84	84010
2793151	Léaucourt	leaucourt	BE		0	Europe/Brussels	50.68101	3.3677				WAL	WHT	57	57062
2793152	Lazarushoek	lazarushoek	BE		0	Europe/Brussels	51.07787	4.45249		Lazarushoek,Lazernij		VLG	VAN	11	11037
2793153	Lazarijeberg	lazarijeberg	BE		0	Europe/Brussels	51	5.05		Lazarijberg,Lazarijeberg,Lazarijenberg		VLG	VBR	24	24020
2793154	La Xhavée	la-xhavee	BE		0	Europe/Brussels	50.66072	5.66088		La Xhavee,La Xhavée,Xhavee,Xhavée		WAL	WLG	62	62063
2793155	Lawijn	lawijn	BE		0	Europe/Brussels	50.892	4.15955		Lawijn,Lawyn,Louwijn		VLG	VBR	23	23002
2793156	La Warte	la-warte	BE		0	Europe/Brussels	50.7	3.73333				WAL	WHT	51	51017
2793157	La Warte	la-warte	BE		0	Europe/Brussels	50.58502	4.24808				WAL	WHT	52	52063
2793158	La Wardries	la-wardries	BE		0	Europe/Brussels	50.67052	3.28319				WAL	WHT	57	57027
2793159	La Waide	la-waide	BE		0	Europe/Brussels	50.68348	5.71524		La Waide,Waide		WAL	WLG	62	62119
2793164	La Vlamerie	la-vlamerie	BE		0	Europe/Brussels	50.68333	5.91667				WAL	WLG	63	63088
2793165	Laviot	laviot	BE		0	Europe/Brussels	49.83438	4.98589		Laviot		WAL	WLX	84	84010
2793166	La Villette	la-villette	BE		0	Europe/Brussels	50.1	5.85		La Vilette,La Villette		WAL	WLX	82	82014
2793167	La Ville	la-ville	BE		0	Europe/Brussels	50.66667	5.46667				WAL	WLG	62	62006
2793168	La Vieille Taille	la-vieille-taille	BE		0	Europe/Brussels	50.03333	5.2		La Vieille Taille,Vieille-Taille		WAL	WLX	84	84035
2793169	La Vieille Rochette	la-vieille-rochette	BE		0	Europe/Brussels	49.93333	5.25		A la Vieille Rochette,La Vieille Rochette		WAL	WLX	84	84035
2793171	La Verte Place	la-verte-place	BE		0	Europe/Brussels	49.95111	4.48525				WAL	WNA	93	93014
2793172	La Verte Louche	la-verte-louche	BE		0	Europe/Brussels	50.68026	3.86697				WAL	WHT	55	55023
2793173	La Verrerie	la-verrerie	BE		0	Europe/Brussels	50.48755	3.91199				WAL	WHT	53	53053
2793175	L'Aventure	l-aventure	BE		0	Europe/Brussels	50.55	3.3				WAL	WHT	57	57072
2793176	La Venne	la-venne	BE		0	Europe/Brussels	50.40102	5.84685				WAL	WLG	63	63075
2793177	Lavedelle	lavedelle	BE		0	Europe/Brussels	50.55791	4.17811				WAL	WHT	55	55050
2793182	La Vaux	la-vaux	BE		0	Europe/Brussels	50.72372	5.62172				WAL	WLG	62	62079
2793183	La Vaux	la-vaux	BE		0	Europe/Brussels	50.51539	5.43786				WAL	WLG	61	61043
2793184	La Vau	la-vau	BE		0	Europe/Brussels	50.34139	5.92222		La Vau,Lavaux		WAL	WLG	63	63086
2793185	Lavaux	lavaux	BE		0	Europe/Brussels	50.28978	5.8037		Launaux,Lavaux		WAL	WLG	63	63045
2793186	Lavaux	lavaux	BE		0	Europe/Brussels	50.14172	5.56961				WAL	WLX	83	83031
2793187	Lavaux	lavaux	BE		0	Europe/Brussels	49.7989	5.5013				WAL	WLX	84	84033
2793188	Lavaselle	lavaselle	BE		0	Europe/Brussels	49.98448	5.59281				WAL	WLX	82	82036
2793189	Lavallée	lavallee	BE		0	Europe/Brussels	50.71189	5.03087				WAL	WLG	64	64047
2793190	La Vallée	la-vallee	BE		0	Europe/Brussels	50.70387	5.45028				WAL	WLG	62	62006
2793191	La Vallée	la-vallee	BE		0	Europe/Brussels	50.59277	4.9502				WAL	WNA	92	92035
2793193	Lavalette	lavalette	BE		0	Europe/Brussels	50.23333	4.61667		Lavalette,Lavallette		WAL	WNA	93	93022
2793195	Laval	laval	BE		0	Europe/Brussels	50.01667	5.58333		Laval		WAL	WLX	82	82038
2793198	Lava	lava	BE		0	Europe/Brussels	50.78333	5.66667				VLG	VLI		
2793201	Lauwershoek	lauwershoek	BE		0	Europe/Brussels	51.15	4.25				VLG	VOV	46	46013
2793206	Lausprelle	lausprelle	BE		0	Europe/Brussels	50.36616	4.50645				WAL	WHT	52	52025
2793211	Launoy	launoy	BE		0	Europe/Brussels	49.88155	5.14223				WAL	WLX	84	84050
2793212	L'Aulnois	l-aulnois	BE		0	Europe/Brussels	50.5054	4.33873				WAL	WHT	52	52055
2793213	Laugrenée	laugrenee	BE		0	Europe/Brussels	50.53738	4.04237				WAL	WHT	55	55040
2793214	La Tuwer	la-tuwer	BE		0	Europe/Brussels	50.18333	4.56667				WAL	WNA	93	93056
2793215	La Tuilerie	la-tuilerie	BE		0	Europe/Brussels	49.55	5.53333				WAL	WLX	85	85045
2793216	La Tuerie	la-tuerie	BE		0	Europe/Brussels	49.58333	5.65				WAL	WLX	85	85026
2793217	La Troque	la-troque	BE		0	Europe/Brussels	50.6046	5.49634				WAL	WLG	62	62096
2793219	La Tourette	la-tourette	BE		0	Europe/Brussels	50.25	4.23333				WAL	WHT	56	56005
2793222	La Tour	la-tour	BE		0	Europe/Brussels	50.36744	5.87789				WAL	WLG	63	63086
2793226	La Tombe	la-tombe	BE		0	Europe/Brussels	50.73333	5.73333				WAL	WLG	62	62027
2793227	La Tombe	la-tombe	BE		0	Europe/Brussels	50.62415	3.38608				WAL	WHT	57	57081
2793233	Laten	laten	BE		0	Europe/Brussels	50.81667	3.4				VLG	VWV	34	34042
2793236	La Taie	la-taie	BE		0	Europe/Brussels	49.88333	5.18333				WAL	WLX	84	84050
2793237	Lat	lat	BE		0	Europe/Brussels	50.85374	4.80838				VLG	VBR	24	24011
2793238	Lassus	lassus	BE		0	Europe/Brussels	50.41791	5.51904		Hamoir-Jassus,Hamoir-Lassus,Lassus		WAL	WLG	61	61024
2793239	Lassence	lassence	BE		0	Europe/Brussels	50.55	5.88333				WAL	WLG	63	63076
2793240	Lassain	lassain	BE		0	Europe/Brussels	50.21667	5.86667				WAL	WLX	82	82037
2793241	La Spège	la-spege	BE		0	Europe/Brussels	49.92425	5.30179		La Spege,La Spège,Speche,Spèche		WAL	WLX	84	84035
2793242	La Spèche	la-speche	BE		0	Europe/Brussels	50	4.98333				WAL	WNA	91	91054
2793243	Laspèche	laspeche	BE		0	Europe/Brussels	49.85	5.01667		Laspeche,Laspèche,Li Speche,Li Spèche		WAL	WLX	84	84010
2793245	La Soïsse	la-soisse	BE		0	Europe/Brussels	49.78333	5.01667				WAL	WLX	84	84010
2793246	Lasnenville	lasnenville	BE		0	Europe/Brussels	50.38333	6.01667				WAL	WLG	63	63049
2793250	La Sibérie	la-siberie	BE		0	Europe/Brussels	50.37842	4.84362				WAL	WNA	92	92101
2793251	Lascheid	lascheid	BE		0	Europe/Brussels	50.18661	6.11426				WAL	WLG	63	63087
2793252	La Sauvenière	la-sauveniere	BE		0	Europe/Brussels	50.47427	4.71262		La Sauveniere,La Sauvenière,Sauveniere,Sauvenière		WAL	WNA	92	92140
2793253	La Saute	la-saute	BE		0	Europe/Brussels	50.64674	5.89614				WAL	WLG	63	63089
2793254	La Saute	la-saute	BE		0	Europe/Brussels	50.57478	5.77685				WAL	WLG	63	63058
2793255	La Saute	la-saute	BE		0	Europe/Brussels	50.03898	5.36216		Al'Saute,La Saute		WAL	WLX	84	84059
2793256	La Satte	la-satte	BE		0	Europe/Brussels	50.3	5.71667				WAL	WLX	83	83055
2793257	La Sarte	la-sarte	BE		0	Europe/Brussels	50.51186	5.25552				WAL	WLG	61	61031
2793258	La Sarte	la-sarte	BE		0	Europe/Brussels	50.50114	5.18366				WAL	WLG	61	61031
2793259	La Sarte	la-sarte	BE		0	Europe/Brussels	50.45638	4.63736				WAL	WNA	92	92140
2793260	La Salte	la-salte	BE		0	Europe/Brussels	50.53333	5.55		La Salte,Salte		WAL	WLG	62	62121
2793261	La Salle	la-salle	BE		0	Europe/Brussels	50.527	5.50002				WAL	WLG	62	62121
2793263	La Saboterie	la-saboterie	BE		0	Europe/Brussels	50.00218	4.25945				WAL	WHT	56	56051
2793264	La Sablonnière	la-sablonniere	BE		0	Europe/Brussels	50.35724	3.94255				WAL	WHT	53	53084
2793265	Larumseheide	larumseheide	BE		0	Europe/Brussels	51.18124	4.92794		Larumscheheide,Larumseheide		VLG	VAN	13	13008
2793266	Larum	larum	BE		0	Europe/Brussels	51.16508	4.94711		Larum		VLG	VAN	13	13008
2793269	La Rosière	la-rosiere	BE		0	Europe/Brussels	49.66667	5.48333				WAL	WLX	85	85039
2793270	La Rosée	la-rosee	BE		0	Europe/Brussels	50.81667	4.73333				VLG	VBR	24	24086
2793271	La Ronchette	la-ronchette	BE		0	Europe/Brussels	49.85	5.16667				WAL	WLX	84	84050
2793273	La Rock	la-rock	BE		0	Europe/Brussels	50.46541	5.51477		La Rock		WAL	WLG	61	61079
2793274	La Rochette	la-rochette	BE		0	Europe/Brussels	50.58388	5.65968		La Rochette,Rochette		WAL	WLG	62	62022
2793275	La Rochette	la-rochette	BE		0	Europe/Brussels	50.18333	4.4				WAL	WNA	93	93010
2793276	La Rochette	la-rochette	BE		0	Europe/Brussels	49.95278	5.12517				WAL	WLX	84	84050
2793277	La Rochette	la-rochette	BE		0	Europe/Brussels	49.6	5.61667				WAL	WLX	85	85045
2793278	La Roche Madoux	la-roche-madoux	BE		0	Europe/Brussels	50.08445	4.6305		La Roche Madoux,Roche-Madoux		WAL	WNA	93	93090
2793282	La Roche	la-roche	BE		0	Europe/Brussels	50.60993	4.54276				WAL	WBR	25	25023
2793284	La Robinette	la-robinette	BE		0	Europe/Brussels	50.56667	6.08333				WAL	WLG	63	63004
2793285	Larmoulin	larmoulin	BE		0	Europe/Brussels	50.4971	4.38946				WAL	WHT	52	52055
2793286	La Rigonel	la-rigonel	BE		0	Europe/Brussels	49.83333	5.03333		La Rigonel,La Rigonelle		WAL	WLX	84	84010
2793287	Large Pied	large-pied	BE		0	Europe/Brussels	50.61308	4.01728				WAL	WHT	55	55040
2793290	Larendries	larendries	BE		0	Europe/Brussels	51.04175	4.21513				VLG	VAN	12	12041
2793291	Laren	laren	BE		0	Europe/Brussels	51.00263	5.18435		Laeren,Laren		VLG	VLI	71	71037
2793292	La Reinette	la-reinette	BE		0	Europe/Brussels	50.23333	4.53333				WAL	WNA	93	93088
2793295	La Redoute	la-redoute	BE		0	Europe/Brussels	50.16667	4.41667				WAL	WNA	93	93010
2793297	Larebeek	larebeek	BE		0	Europe/Brussels	50.80859	3.83434		Laarebeek,Larebeek,Larebeke		VLG	VOV	45	45063
2793298	L'Ardoisière	l-ardoisiere	BE		0	Europe/Brussels	49.95	5.7				WAL	WLX	82	82036
2793299	La Ramonerie	la-ramonerie	BE		0	Europe/Brussels	50.51667	4.71667				WAL	WNA	92	92142
2793301	La Quewette	la-quewette	BE		0	Europe/Brussels	50.46504	3.87577				WAL	WHT	53	53053
2793302	La Queue de Lerche	la-queue-de-lerche	BE		0	Europe/Brussels	50.08333	4.38333		La Queue de Lerche,Queue de Lerche		WAL	WHT	56	56016
2793303	La Quersinelle	la-quersinelle	BE		0	Europe/Brussels	50.14939	4.51492		La Quercinelle,La Quersinelle		WAL	WNA	93	93056
2793307	La Prise	la-prise	BE		0	Europe/Brussels	49.99087	4.52988				WAL	WNA	93	93014
2793308	La Préalle	la-prealle	BE		0	Europe/Brussels	50.67362	5.60655				WAL	WLG	62	62051
2793309	La Poya	la-poya	BE		0	Europe/Brussels	50.03333	4.43333				WAL	WNA	93	93014
2793312	La Pologne	la-pologne	BE		0	Europe/Brussels	50.42658	5.03925				WAL	WNA	92	92054
2793314	La Platinerie	la-platinerie	BE		0	Europe/Brussels	49.81667	5.16667				WAL	WLX	84	84009
2793315	La Plante	la-plante	BE		0	Europe/Brussels	50.44996	4.84858		Faubourg de la Plante,La Plante		WAL	WNA	92	92094
2793316	La Planche	la-planche	BE		0	Europe/Brussels	50.73333	3.18333				VLG	VWV		
2793317	La Planche	la-planche	BE		0	Europe/Brussels	50.58682	3.59165				WAL	WHT	57	57094
2793318	La Plaine	la-plaine	BE		0	Europe/Brussels	50.81667	4.7		De Plein,La Plaine		VLG	VBR	24	24086
2793321	La Place	la-place	BE		0	Europe/Brussels	50.61667	3.93333				WAL	WHT	55	55039
2793322	La Pierre	la-pierre	BE		0	Europe/Brussels	50.71751	3.71575				WAL	WHT	51	51017
2793323	La Perche Rompue	la-perche-rompue	BE		0	Europe/Brussels	50.30912	3.72981				WAL	WHT		
2793324	La Penne	la-penne	BE		0	Europe/Brussels	50.11667	5.66667				WAL	WLX	83	83031
2793325	La Pellette	la-pellette	BE		0	Europe/Brussels	49.86667	5.3		La Pelete,La Pellette,La Pèlète		WAL	WLX	84	84009
2793327	La Pairelle	la-pairelle	BE		0	Europe/Brussels	50.4363	4.85561				WAL	WNA	92	92094
2793328	Lanzerath	lanzerath	BE		0	Europe/Brussels	50.35667	6.33333		Lanuerath,Lanzerath		WAL	WLG	63	63012
2793334	Lanterne	lanterne	BE		0	Europe/Brussels	50.72519	3.70357				WAL	WHT	51	51017
2793336	Lansival	lansival	BE		0	Europe/Brussels	50.29582	5.77464		Lansival		WAL	WLG	63	63045
2793339	L'An Quarante	l-an-quarante	BE		0	Europe/Brussels	49.98333	4.96667				WAL	WNA	91	91054
2793340	La Nouvresse Haie	la-nouvresse-haie	BE		0	Europe/Brussels	49.93333	5.23333				WAL	WLX	84	84035
2793343	Lannoy	lannoy	BE		0	Europe/Brussels	50.71667	3.36667				WAL	WHT	57	57062
2793344	Lankom	lankom	BE		0	Europe/Brussels	51.13483	4.81699				VLG	VAN	13	13011
2793348	Langven	langven	BE		0	Europe/Brussels	51.11204	5.17585				VLG	VLI	71	71069
2793352	Langveldstraat	langveldstraat	BE		0	Europe/Brussels	50.95	4.18333		Langveldestraat,Langveldstraat		VLG	VBR	23	23060
2793353	Langveld	langveld	BE		0	Europe/Brussels	51.05875	4.7269				VLG	VAN	12	12014
2793354	Langveld	langveld	BE		0	Europe/Brussels	50.9146	4.73863				VLG	VBR	24	24043
2793355	Langstraat	langstraat	BE		0	Europe/Brussels	50.98333	4.9				VLG	VBR	24	24001
2793356	Langschelpen	langschelpen	BE		0	Europe/Brussels	51.34172	5.12158		Langeschelpen,Langschelpen		VLG	VAN	13	13001
2793357	Langlir	langlir	BE		0	Europe/Brussels	50.2304	5.84336				WAL	WLX	82	82037
2793359	Lange Wade	lange-wade	BE		0	Europe/Brussels	50.94024	2.86921		Lange Wade,Langewaede		VLG	VWV	32	32006
2793360	Lange Ven Heide	lange-ven-heide	BE		0	Europe/Brussels	51.36667	4.8				VLG	VAN	13	13037
2793361	Langevelde	langevelde	BE		0	Europe/Brussels	51.0727	4.05793				VLG	VOV	42	42028
2793362	Langeveld	langeveld	BE		0	Europe/Brussels	50.80697	4.36127				BRU	BRU	21	21016
2793363	Langestraat	langestraat	BE		0	Europe/Brussels	51.15	3.53333				VLG	VOV	44	44085
2793364	Langestraat	langestraat	BE		0	Europe/Brussels	51	4.01667		Lancestraat,Langestraat		VLG	VOV	42	42006
2793365	Langestraat	langestraat	BE		0	Europe/Brussels	50.95426	4.53907				VLG	VBR	23	23038
2793366	Langestraat	langestraat	BE		0	Europe/Brussels	50.91667	4.1				VLG	VBR	23	23105
2793367	Langestraat	langestraat	BE		0	Europe/Brussels	50.86667	3.83333				VLG	VOV	41	41081
2793368	Langestraat	langestraat	BE		0	Europe/Brussels	50.78333	3.45				VLG	VWV	34	34003
2793369	Langesthal	langesthal	BE		0	Europe/Brussels	50.61667	6.06667				WAL	WLG	63	63023
2793371	Langes	langes	BE		0	Europe/Brussels	50.62318	6.06091		Langes,Langestal		WAL	WLG	63	63023
2793372	Langeroot	langeroot	BE		0	Europe/Brussels	50.96667	4.13333				VLG	VOV	41	41002
2793373	Langerode	langerode	BE		0	Europe/Brussels	50.82648	4.63454				VLG	VBR	24	24045
2793375	Langerlo	langerlo	BE		0	Europe/Brussels	50.94883	5.49782		Langerlo,Langerloo		VLG	VLI	71	71016
2793377	Langerechte	langerechte	BE		0	Europe/Brussels	50.99727	4.73055				VLG	VBR	24	24109
2793378	Langerbrugge	langerbrugge	BE		0	Europe/Brussels	51.11348	3.73995		Langerbrugge		VLG	VOV	44	44021
2793380	Langenlochung	langenlochung	BE		0	Europe/Brussels	50.9	3.7		Langenlochting,Langenlochung		VLG	VOV	45	45065
2793381	Langenhoek	langenhoek	BE		0	Europe/Brussels	51.07862	2.91438				VLG	VWV	32	32003
2793382	Langenhoek	langenhoek	BE		0	Europe/Brussels	51.02212	3.07434				VLG	VWV	31	31033
2793383	Langenheuvel	langenheuvel	BE		0	Europe/Brussels	51.16476	4.75544				VLG	VAN	13	13010
2793385	Langendam	langendam	BE		0	Europe/Brussels	51.13333	3.65				VLG	VOV	44	44019
2793386	Langenberg	langenberg	BE		0	Europe/Brussels	50.93333	5.63333				VLG	VLI	73	73042
2793387	Langenakker	langenakker	BE		0	Europe/Brussels	50.85678	5.35469				VLG	VLI	73	73098
2793388	Langemunten	langemunten	BE		0	Europe/Brussels	50.92278	3.76226				VLG	VOV	44	44052
2793389	Langemunte	langemunte	BE		0	Europe/Brussels	50.98333	3.83333				VLG	VOV	42	42025
2793390	Langemunte	langemunte	BE		0	Europe/Brussels	50.8	3.28333				VLG	VWV	34	34022
2793391	Langemunt	langemunt	BE		0	Europe/Brussels	50.90131	3.93852				VLG	VOV	41	41082
2793394	Langelinneput	langelinneput	BE		0	Europe/Brussels	51.28333	5.15				VLG	VAN	13	13036
2793396	Langelede	langelede	BE		0	Europe/Brussels	51.18583	3.85168		Langelede,Langeleede		VLG	VOV	44	44073
2793400	Lange Heide	lange-heide	BE		0	Europe/Brussels	51.35	4.78333				VLG	VAN	13	13037
2793401	Lange Elst	lange-elst	BE		0	Europe/Brussels	51.26667	5.5		De Lange Els,Lange Elst		VLG	VLI	72	72037
2793402	Langedonk	langedonk	BE		0	Europe/Brussels	51.12717	3.40509				VLG	VOV	44	44084
2793403	Langeboeken	langeboeken	BE		0	Europe/Brussels	51.1	3.58333				VLG	VOV	44	44083
2793404	Lange Bemden	lange-bemden	BE		0	Europe/Brussels	51.01667	4.88333				VLG	VBR	24	24001
2793408	Langdonken	langdonken	BE		0	Europe/Brussels	51.02358	4.86746				VLG	VAN	13	13013
2793410	Laneuville au Bois	laneuville-au-bois	BE		0	Europe/Brussels	50.08165	5.46543				WAL	WLX	83	83049
2793411	La Neuville	la-neuville	BE		0	Europe/Brussels	50.66667	5.66667				WAL	WLG	62	62063
2793412	La Neuville	la-neuville	BE		0	Europe/Brussels	50.59552	5.70501		La Neuville,Le Neuville		WAL	WLG	63	63057
2793413	Laneuville	laneuville	BE		0	Europe/Brussels	49.93354	5.49419				WAL	WLX	84	84077
2793414	La Neuville	la-neuville	BE		0	Europe/Brussels	49.70549	5.37863				WAL	WLX	85	85007
2793415	La Neuve Forge	la-neuve-forge	BE		0	Europe/Brussels	49.61667	5.61667				WAL	WLX	85	85034
2793420	Landuit	landuit	BE		0	Europe/Brussels	50.97291	3.66422				VLG	VOV	44	44048
2793423	Landsheertje	landsheertje	BE		0	Europe/Brussels	51.03162	2.68358				VLG	VWV	38	38025
2793425	Landmolen	landmolen	BE		0	Europe/Brussels	51.16667	4.23333				VLG	VOV	46	46013
2793433	Landele	landele	BE		0	Europe/Brussels	50.88569	3.97421		Landele,Landlede		VLG	VOV	41	41024
2793436	Landdries	landdries	BE		0	Europe/Brussels	50.89499	3.9589		Landdries,Landdriesch		VLG	VOV	41	41024
2793438	Landat	landat	BE		0	Europe/Brussels	50.65615	3.7175				WAL	WHT	51	51004
2793442	Lanceaumont	lanceaumont	BE		0	Europe/Brussels	50.65463	5.96455		Lanceaumont,Lantzenberg		WAL	WLG	63	63084
2793445	Lanakerheide	lanakerheide	BE		0	Europe/Brussels	50.89621	5.62837		Lanaeker Heide,Lanakerheide		VLG	VLI	73	73042
2793448	La Muche	la-muche	BE		0	Europe/Brussels	50.574	3.49785				WAL	WHT	57	57081
2793451	Lampetten	lampetten	BE		0	Europe/Brussels	50.93333	3.26667				VLG	VWV	36	36007
2793455	Lamourette	lamourette	BE		0	Europe/Brussels	50.63333	3.58333				WAL	WHT	51	51065
2793457	La Mouline	la-mouline	BE		0	Europe/Brussels	49.89531	5.38594				WAL	WLX	84	84077
2793458	La Motte	la-motte	BE		0	Europe/Brussels	50.64768	5.66572				WAL	WLG	62	62119
2793459	La Motte	la-motte	BE		0	Europe/Brussels	50.63874	4.52688				WAL	WBR	25	25031
2793460	La Motte	la-motte	BE		0	Europe/Brussels	50.27948	4.74316				WAL	WNA	92	92087
2793465	Lamormenil	lamormenil	BE		0	Europe/Brussels	50.25505	5.63684				WAL	WLX	83	83055
2793468	Lamont	lamont	BE		0	Europe/Brussels	50.7762	3.55198				VLG	VOV	45	45060
2793469	Lamonriville	lamonriville	BE		0	Europe/Brussels	50.3926	6.03913				WAL	WLG	63	63049
2793470	La Mohy	la-mohy	BE		0	Europe/Brussels	49.9	5.06667				WAL	WLX	84	84050
2793471	Lammerenberg	lammerenberg	BE		0	Europe/Brussels	51.18612	4.62876				VLG	VAN	11	11054
2793472	La Misère	la-misere	BE		0	Europe/Brussels	50.8	4.76667				WAL	WBR	25	25005
2793473	La Minière	la-miniere	BE		0	Europe/Brussels	50.08646	4.85088				WAL	WNA	91	91013
2793474	La Minerie	la-minerie	BE		0	Europe/Brussels	50.6644	5.84607		La Minerie,Minerie		WAL	WLG	63	63089
2793476	La Mine	la-mine	BE		0	Europe/Brussels	50.03333	5.85				WAL	WLX	82	82003
2793480	Lambroek	lambroek	BE		0	Europe/Brussels	50.98194	3.86798				VLG	VOV	42	42025
2793481	Lambiernoux	lambiernoux	BE		0	Europe/Brussels	50.55	4.5		Lambernioux,Lambernoux,Lambiernoux		WAL	WBR	25	25107
2793487	Lambaitienne	lambaitienne	BE		0	Europe/Brussels	50.42446	4.96627				WAL	WNA	92	92094
2793488	Lambais	lambais	BE		0	Europe/Brussels	50.7401	4.69323		Lambais,Lembais		WAL	WBR	25	25037
2793489	La Mazure	la-mazure	BE		0	Europe/Brussels	49.98333	4.15		La Masure,La Mazure		WAL	WHT	56	56051
2793490	Lamay	lamay	BE		0	Europe/Brussels	50.63333	5.5		Lainay,Lamai,Lamay		WAL	WLG	62	62118
2793492	La Marache	la-marache	BE		0	Europe/Brussels	50.68178	4.44174				WAL	WBR	25	25119
2793493	La Mallieue	la-mallieue	BE		0	Europe/Brussels	50.56438	5.35197				WAL	WLG	64	64065
2793494	Lamalle	lamalle	BE		0	Europe/Brussels	50.52423	5.17029				WAL	WLG	61	61072
2793495	La Maljoyeuse	la-maljoyeuse	BE		0	Europe/Brussels	49.81667	5.26667				WAL	WLX	84	84009
2793497	La Maladrie	la-maladrie	BE		0	Europe/Brussels	50.3327	4.27933		La Maladrie,Maladrie		WAL	WHT	56	56078
2793498	La Maladrie	la-maladrie	BE		0	Europe/Brussels	50.25	4.58333		La Maladrerie,La Maladrie		WAL	WNA	93	93022
2793499	La Maladrie	la-maladrie	BE		0	Europe/Brussels	49.86667	5.45				WAL	WLX	84	84043
2793502	La Lu	la-lu	BE		0	Europe/Brussels	50.21667	5.65				WAL	WLX	83	83031
2793505	Laloux	laloux	BE		0	Europe/Brussels	50.61761	4.51924				WAL	WBR	25	25031
2793506	Laloux	laloux	BE		0	Europe/Brussels	50.18459	5.15531		Laloux		WAL	WNA	91	91114
2793510	L'Alouette	l-alouette	BE		0	Europe/Brussels	50.75	3.46667				VLG	VOV		
2793511	L'Alouette	l-alouette	BE		0	Europe/Brussels	50.75	2.83333				VLG	VWV	33	33039
2793512	La Lonhienne	la-lonhienne	BE		0	Europe/Brussels	50.56727	5.67873		La Lonhienne,Lonhienne		WAL	WLG	62	62122
2793513	La Loge	la-loge	BE		0	Europe/Brussels	50.62051	3.98879				WAL	WHT	55	55040
2793514	La Loge	la-loge	BE		0	Europe/Brussels	50	5.33333				WAL	WLX	84	84059
2793517	L'Allue	l-allue	BE		0	Europe/Brussels	50.42254	4.27579				WAL	WHT	56	56001
2793518	La Livarde	la-livarde	BE		0	Europe/Brussels	50.748	3.78663				WAL	WHT	55	55023
2793519	La Levée	la-levee	BE		0	Europe/Brussels	50.38333	5.76667				WAL	WLG	63	63075
2793520	La Laie	la-laie	BE		0	Europe/Brussels	50.66667	3.48333				WAL	WHT	57	57018
2793521	Laker Velden	laker-velden	BE		0	Europe/Brussels	51	4.91667		Laaker Velden,Laker Velden		VLG	VBR	24	24001
2793522	Lakerberg	lakerberg	BE		0	Europe/Brussels	51.03333	5.36667		Laakerberg,Lakerberg		VLG	VLI	72	72039
2793526	La Justice	la-justice	BE		0	Europe/Brussels	49.93333	5.13333				WAL	WLX	84	84050
2793527	Lait Beurré	lait-beurre	BE		0	Europe/Brussels	50.46654	4.15823				WAL	WHT	55	55022
2793528	Laisette	laisette	BE		0	Europe/Brussels	50.72888	3.80545				WAL	WHT	55	55023
2793529	L'aisette	l-aisette	BE		0	Europe/Brussels	50.39593	3.86684				WAL	WHT	53	53028
2793530	L'Air d'Oiseaux	l-air-d-oiseaux	BE		0	Europe/Brussels	49.97888	4.26183				WAL	WHT	56	56051
2793532	L'Air	l-air	BE		0	Europe/Brussels	50.61144	4.0573				WAL	WHT	55	55040
2793534	Laid Trou	laid-trou	BE		0	Europe/Brussels	49.95	4.46667				WAL	WNA	93	93014
2793535	Laid Thier	laid-thier	BE		0	Europe/Brussels	50.13333	5.68333				WAL	WLX	82	82014
2793536	Laid Prangeleux	laid-prangeleux	BE		0	Europe/Brussels	50.23323	5.58381		Laid Prangeleux,Laide-Prangeleux		WAL	WLX	83	83044
2793538	Laid Loiseau	laid-loiseau	BE		0	Europe/Brussels	50.33333	5.61667				WAL	WLX	83	83013
2793539	Laide Fontaine	laide-fontaine	BE		0	Europe/Brussels	50.05	5.31667				WAL	WLX	84	84059
2793540	Laid Burgniaux	laid-burgniaux	BE		0	Europe/Brussels	50.66672	4.64553		Laid Burgniaux,Laid Burniau,Laid-Burniaux		WAL	WBR	25	25018
2793541	Laid Buisson	laid-buisson	BE		0	Europe/Brussels	49.8	5.41667				WAL	WLX	84	84043
2793542	Laid Broly	laid-broly	BE		0	Europe/Brussels	50.61438	5.73178				WAL	WLG	62	62099
2793543	Laiche	laiche	BE		0	Europe/Brussels	49.70921	5.27848				WAL	WLX	85	85011
2793544	La Hutte	la-hutte	BE		0	Europe/Brussels	50.73333	2.88333				WAL	WHT	54	54010
2793545	La Hutte	la-hutte	BE		0	Europe/Brussels	50.65343	4.47834				WAL	WBR	25	25119
2793546	La Hutte	la-hutte	BE		0	Europe/Brussels	49.89042	5.5195				WAL	WLX	82	82036
2793547	La Hurtrie	la-hurtrie	BE		0	Europe/Brussels	50.51321	3.61656				WAL	WHT	57	57064
2793550	La Houzée	la-houzee	BE		0	Europe/Brussels	50.3115	4.33698		Houzee,Houzée,La Houzee,La Houzée		WAL	WHT	56	56078
2793551	La Houlette	la-houlette	BE		0	Europe/Brussels	50.31774	3.68235				WAL	WHT		
2793552	La Horne	la-horne	BE		0	Europe/Brussels	50.7	3.25				WAL	WHT		
2793553	La Histet	la-histet	BE		0	Europe/Brussels	50.25	5.5		La Histet,Le Histel		WAL	WLX	83	83044
2793554	La Hez	la-hez	BE		0	Europe/Brussels	50.45	5.96667		La He,La Hez,La Hé		WAL	WLG	63	63073
2793555	Lahez	lahez	BE		0	Europe/Brussels	50.03333	5.75				WAL	WLX	82	82003
2793556	La Heydt	la-heydt	BE		0	Europe/Brussels	50.73333	5.8		Heide,La Heydt,La Heye,La Hèye		WAL	WLG		
2793557	La Hestroule	la-hestroule	BE		0	Europe/Brussels	50.11667	5.56667				WAL	WLX	83	83049
2793560	Laherie	laherie	BE		0	Europe/Brussels	49.86371	5.48096				WAL	WLX	84	84043
2793561	Lahé du Pouhon	lahe-du-pouhon	BE		0	Europe/Brussels	50.37525	5.63701				WAL	WLG	61	61019
2793562	La Hazelle	la-hazelle	BE		0	Europe/Brussels	50	5.1				WAL	WLX	84	84016
2793563	La Haye	la-haye	BE		0	Europe/Brussels	50.51667	5.8				WAL	WLG	63	63076
2793564	La Haute Rue	la-haute-rue	BE		0	Europe/Brussels	50.55	4.31667				WAL	WHT	52	52055
2793566	La Haute Cour	la-haute-cour	BE		0	Europe/Brussels	50.2	5.61667				WAL	WLX	83	83031
2793567	La Haute Borne	la-haute-borne	BE		0	Europe/Brussels	49.69593	5.26932				WAL	WLX		
2793572	La Hamaide	la-hamaide	BE		0	Europe/Brussels	50.45726	3.77418				WAL	WHT	53	53070
2793574	La Hallette	la-hallette	BE		0	Europe/Brussels	50.63333	5.43333				WAL	WLG	62	62118
2793575	La Haisette	la-haisette	BE		0	Europe/Brussels	49.86667	4.95				WAL	WNA	91	91143
2793576	La Haillieule	la-haillieule	BE		0	Europe/Brussels	49.69787	5.41049		La Hailheule,La Haillieule		WAL	WLX	85	85007
2793577	La Haie du Loup	la-haie-du-loup	BE		0	Europe/Brussels	50.49708	4.97359				WAL	WNA	92	92094
2793578	Lahaie	lahaie	BE		0	Europe/Brussels	50.71667	4.78333		Lahaie,Lahaye		WAL	WBR	25	25043
2793579	La Haie	la-haie	BE		0	Europe/Brussels	50.70124	4.57932		La Haie,La Haye		WAL	WBR	25	25112
2793580	La Haie	la-haie	BE		0	Europe/Brussels	50.25	5.96667				WAL	WLX	82	82037
2793581	Lahage	lahage	BE		0	Europe/Brussels	49.64557	5.50068		Lahage		WAL	WLX	85	85039
2793582	La Hache	la-hache	BE		0	Europe/Brussels	49.95	5.56667				WAL	WLX	82	82036
2793583	La Guenette	la-guenette	BE		0	Europe/Brussels	50.56667	4.31667				WAL	WHT	52	52063
2793584	La Guelenne	la-guelenne	BE		0	Europe/Brussels	50.58841	4.07232				WAL	WHT	55	55040
2793585	La Grosse Haie	la-grosse-haie	BE		0	Europe/Brussels	50.26427	5.66741				WAL	WLX	83	83055
2793587	La Grande Taille	la-grande-taille	BE		0	Europe/Brussels	50.03333	5.26667		Grande-Taille,La Grande Taille		WAL	WLX	84	84035
2793591	La Grande Agauche	la-grande-agauche	BE		0	Europe/Brussels	50.26146	5.03124				WAL	WNA	91	91034
2793594	La Gotte	la-gotte	BE		0	Europe/Brussels	50	5.41667		La Gotte,La Goutte		WAL	WLX	84	84059
2793595	La Gottale	la-gottale	BE		0	Europe/Brussels	50.33333	5.7		La Gotal,La Gottale		WAL	WLX	83	83055
2793596	La Gottale	la-gottale	BE		0	Europe/Brussels	50.05	5.53333				WAL	WLX	82	82038
2793597	La Gombe	la-gombe	BE		0	Europe/Brussels	50.5	5.56667				WAL	WLG	62	62026
2793598	La Gloriette	la-gloriette	BE		0	Europe/Brussels	50.43333	4.3				WAL	WHT	52	52022
2793605	La Girgaine	la-girgaine	BE		0	Europe/Brussels	49.86667	5.21667				WAL	WLX	84	84009
2793606	La Gilotrie	la-gilotrie	BE		0	Europe/Brussels	50.392	4.6386		Giloterie,La Giletrie,La Gilotrie,Le Gilotrie		WAL	WNA	92	92048
2793607	L'Aghmina	l-aghmina	BE		0	Europe/Brussels	50.21667	5.8		L'Aghmina,L'Aghminee		WAL	WLX	82	82037
2793608	La Gernelle	la-gernelle	BE		0	Europe/Brussels	49.77621	5.05611				WAL	WLX	84	84010
2793609	Lagen Rooi	lagen-rooi	BE		0	Europe/Brussels	51.46796	4.80103		Lagen Rooi,Leegen-Rooy		VLG	VAN	13	13014
2793610	Lagen Rielen	lagen-rielen	BE		0	Europe/Brussels	51.24971	4.93962		Lage Rielen,Lagen Rielen,Leegen-Rielen,Legen Rielen		VLG	VAN	13	13017
2793611	La Genette	la-genette	BE		0	Europe/Brussels	50.65015	4.15922				WAL	WBR	25	25123
2793612	Lage Moere	lage-moere	BE		0	Europe/Brussels	51.21667	3.15		Lage Moere,Leege Moere		VLG	VWV	31	31005
2793613	Lage Kaart	lage-kaart	BE		0	Europe/Brussels	51.29976	4.48148		Caert,Kaart,Kaert,Lage Kaart,Leege Kaart,Leeghe Caert,Lege-Kaart		VLG	VAN	11	11008
2793614	Lage Heide	lage-heide	BE		0	Europe/Brussels	51.25	5.43333		Hageheide,La Heide,Lage Heide		VLG	VLI	72	72043
2793615	La Gatte	la-gatte	BE		0	Europe/Brussels	50.56667	4.66667				WAL	WBR	25	25117
2793616	La Garenne	la-garenne	BE		0	Europe/Brussels	50.67417	3.34231				WAL	WHT	57	57062
2793617	La Garenne	la-garenne	BE		0	Europe/Brussels	50.51976	3.54206				WAL	WHT	57	57064
2793618	La Garde de Dieu	la-garde-de-dieu	BE		0	Europe/Brussels	49.62182	5.40736		La Garde Dieu,La Garde de Dieu		WAL	WLX	85	85024
2793619	La Gade	la-gade	BE		0	Europe/Brussels	50.43333	4.23333		Gade,La Gade		WAL	WHT	56	56087
2793621	Lafru	lafru	BE		0	Europe/Brussels	50.4	5.63333				WAL	WLG	61	61019
2793623	La Fourchinée	la-fourchinee	BE		0	Europe/Brussels	50.01667	4.26667				WAL	WHT	56	56016
2793624	La Fourche	la-fourche	BE		0	Europe/Brussels	50.34016	5.6863				WAL	WLX	83	83055
2793625	La Foulerie	la-foulerie	BE		0	Europe/Brussels	49.73333	5.35				WAL	WLX	85	85007
2793626	La Fosse	la-fosse	BE		0	Europe/Brussels	50.27487	5.64165				WAL	WLX	83	83055
2793627	La Fosse	la-fosse	BE		0	Europe/Brussels	50.03603	4.83956				WAL	WNA	91	91054
2793628	La Fortelle	la-fortelle	BE		0	Europe/Brussels	50.01165	4.15572		Fortelle,La Fortelle		WAL	WHT	56	56051
2793629	La Forge du Prince	la-forge-du-prince	BE		0	Europe/Brussels	49.98539	4.51424				WAL	WNA	93	93014
2793630	La Forge	la-forge	BE		0	Europe/Brussels	50.32927	5.59138				WAL	WLX	83	83013
2793634	La Fontaine	la-fontaine	BE		0	Europe/Brussels	50.63333	3.51667				WAL	WHT	57	57081
2793635	La Follée	la-follee	BE		0	Europe/Brussels	50.3	4.65				WAL	WNA	92	92087
2793637	La Folie	la-folie	BE		0	Europe/Brussels	50.64902	3.39361				WAL	WHT	57	57081
2793638	La Folie	la-folie	BE		0	Europe/Brussels	50.58333	4.18333		Folie,La Folie,La Follie		WAL	WHT	55	55050
2793639	La Folie	la-folie	BE		0	Europe/Brussels	49.79497	5.74165				WAL	WLX	81	81013
2793642	La Flache	la-flache	BE		0	Europe/Brussels	50.65	3.93333				WAL	WHT	55	55039
2793643	La Ferté	la-ferte	BE		0	Europe/Brussels	50.46667	4.41667				WAL	WHT	52	52011
2793644	La Ferrière Septentrionale	la-ferriere-septentrionale	BE		0	Europe/Brussels	50.1	4.36667				WAL	WHT	56	56029
2793646	La Fayat	la-fayat	BE		0	Europe/Brussels	50.33333	4.63333				WAL	WNA	92	92087
2793647	La Fange Louis	la-fange-louis	BE		0	Europe/Brussels	49.93333	5.3		Fange Louis,La Fange Louis		WAL	WLX	84	84035
2793648	La Fange des Seeps	la-fange-des-seeps	BE		0	Europe/Brussels	49.75	5.41667				WAL	WLX	85	85007
2793649	La Fange Botté	la-fange-botte	BE		0	Europe/Brussels	50.16746	5.41972		A-la-Fange-Botte,A-la-Fange-Botté,La Fange Botte,La Fange Botté		WAL	WLX	83	83040
2793650	La Fange	la-fange	BE		0	Europe/Brussels	50.35972	5.67015		Fagne,La Fange		WAL	WLG	63	63075
2793651	La Falisse	la-falisse	BE		0	Europe/Brussels	50.05	5.53333				WAL	WLX	82	82038
2793652	La Falise	la-falise	BE		0	Europe/Brussels	50.60146	4.49079				WAL	WBR	25	25031
2793653	La Faisanderie	la-faisanderie	BE		0	Europe/Brussels	50.35	4.46667				WAL	WHT	52	52025
2793654	La Fagne	la-fagne	BE		0	Europe/Brussels	50.36661	5.03949		Fagne,La Fagne		WAL	WNA	92	92006
2793657	La Dûte	la-dute	BE		0	Europe/Brussels	49.91667	5.26667				WAL	WLX	84	84035
2793659	La Douve	la-douve	BE		0	Europe/Brussels	50.75	2.88333				VLG	VWV		
2793660	La Docherie	la-docherie	BE		0	Europe/Brussels	50.42235	4.40629		Docherie,La Docherie		WAL	WHT	52	52011
2793661	La Dîme	la-dime	BE		0	Europe/Brussels	50.58548	3.58146				WAL	WHT	57	57094
2793665	La Damselle	la-damselle	BE		0	Europe/Brussels	49.95	5.55		La Damezelle,La Damselle		WAL	WLX	82	82036
2793668	La Croyère	la-croyere	BE		0	Europe/Brussels	50.48972	4.204				WAL	WHT	55	55022
2793669	La Crosse	la-crosse	BE		0	Europe/Brussels	49.86667	5.4				WAL	WLX	84	84043
2793670	La Croix Rouge	la-croix-rouge	BE		0	Europe/Brussels	50.71667	3.21667				VLG	VWV		
2793671	La Croix André	la-croix-andre	BE		0	Europe/Brussels	50.52419	5.4579				WAL	WLG	61	61043
2793672	Lacroix	lacroix	BE		0	Europe/Brussels	50.67052	4.58293				WAL	WBR	25	25121
2793673	La Croix	la-croix	BE		0	Europe/Brussels	50.64935	3.80324				WAL	WHT	51	51004
2793674	La Croix	la-croix	BE		0	Europe/Brussels	50.58333	4.12537				WAL	WHT	55	55004
2793675	La Croix	la-croix	BE		0	Europe/Brussels	50.50578	3.53107				WAL	WHT	57	57064
2793677	La Croisette	la-croisette	BE		0	Europe/Brussels	50.6809	3.98712		Croisette,La Croisette,La Croissette		WAL	WHT	55	55010
2793678	La Croisette	la-croisette	BE		0	Europe/Brussels	50.59304	4.48528				WAL	WBR	25	25031
2793679	La Croisette	la-croisette	BE		0	Europe/Brussels	50.53787	4.92943				WAL	WNA	92	92035
2793680	La Croisette	la-croisette	BE		0	Europe/Brussels	50.08333	5.06667				WAL	WLX	84	84075
2793681	La Cragnière	la-cragniere	BE		0	Europe/Brussels	49.63333	5.48333		La Cragniere,La Cragnière,La Craniere,La Cranière		WAL	WLX	85	85039
2793683	La Coyaute	la-coyaute	BE		0	Europe/Brussels	50.13333	4.56667				WAL	WNA	93	93056
2793687	La Courbe	la-courbe	BE		0	Europe/Brussels	50.68007	3.55956				WAL	WHT	51	51065
2793689	La Côte	la-cote	BE		0	Europe/Brussels	49.86667	5.05				WAL	WLX	84	84010
2793690	La Cort	la-cort	BE		0	Europe/Brussels	49.81667	5.15				WAL	WLX	84	84010
2793691	La Cornette	la-cornette	BE		0	Europe/Brussels	49.82549	5.16057		La Cornette		WAL	WLX	84	84010
2793694	La Converserie	la-converserie	BE		0	Europe/Brussels	50.09029	5.44947				WAL	WLX	83	83049
2793695	La Colotterie	la-colotterie	BE		0	Europe/Brussels	50.01971	4.37295		La Coletterie,La Colotterie		WAL	WHT	56	56016
2793696	La Clouse	la-clouse	BE		0	Europe/Brussels	50.68953	5.90246				WAL	WLG	63	63003
2793698	Laclaireau	laclaireau	BE		0	Europe/Brussels	49.58935	5.59757				WAL	WLX	85	85045
2793700	Lachenen	lachenen	BE		0	Europe/Brussels	51.1171	4.52444				VLG	VAN	12	12021
2793701	La Chaussée	la-chaussee	BE		0	Europe/Brussels	50.55124	4.59443		La Chausee,La Chaussee,La Chaussée,La Chausée		WAL	WNA	92	92114
2793703	La Chaussée	la-chaussee	BE		0	Europe/Brussels	50.50065	4.46045				WAL	WHT	52	52075
2793704	La Chaussée	la-chaussee	BE		0	Europe/Brussels	50.49043	4.38065		Chaussee,Chaussée,La Chaussee,La Chaussée		WAL	WHT	52	52055
2793705	La Chatqueue	la-chatqueue	BE		0	Europe/Brussels	50.5925	5.51119		Chat-Queue,La Chatqueue		WAL	WLG	62	62096
2793707	La Chapelle aux Rats	la-chapelle-aux-rats	BE		0	Europe/Brussels	50.38333	4.63333		Chapelle-Aux-Rats,La Chapelle aux Rats		WAL	WNA	92	92048
2793708	La Chapelle	la-chapelle	BE		0	Europe/Brussels	50.73062	5.99657				WAL	WLG	63	63088
2793709	La Chapelle	la-chapelle	BE		0	Europe/Brussels	50.31093	5.79913		La Chapelle		WAL	WLG	63	63045
2793712	La Champagne	la-champagne	BE		0	Europe/Brussels	49.9987	4.29992				WAL	WHT	56	56016
2793713	La Chaïre	la-chaire	BE		0	Europe/Brussels	50.08333	5.85		A la Chaire,A la Chaïre,La Chaire,La Chaïre		WAL	WLX	82	82014
2793714	La Cavée	la-cavee	BE		0	Europe/Brussels	50.68026	3.93415		Cavee,Cavée,La Cavee,La Cavée		WAL	WHT	55	55039
2793715	La Cavée	la-cavee	BE		0	Europe/Brussels	50.58409	3.54424				WAL	WHT	57	57081
2793716	La Carrière	la-carriere	BE		0	Europe/Brussels	50.61667	6.01667				WAL	WLG	63	63023
2793717	La Carrière	la-carriere	BE		0	Europe/Brussels	50.2575	4.32612				WAL	WNA	93	93088
2793718	La Carne	la-carne	BE		0	Europe/Brussels	50.68293	3.37779		La Carne,Le Carne		WAL	WHT	57	57062
2793719	La Cambuse	la-cambuse	BE		0	Europe/Brussels	49.5	5.46667				WAL	WLX	85	85047
2793721	La Caluyère	la-caluyere	BE		0	Europe/Brussels	50.61278	3.59147				WAL	WHT	57	57094
2793724	La Cachette	la-cachette	BE		0	Europe/Brussels	49.8	4.88333		La Cachette,La Gachette		WAL	WNA	91	91143
2793732	Les Bruyères	les-bruyeres	BE		0	Europe/Brussels	50.4822	4.03258		Bruyere,Bruyère		WAL	WHT	53	53053
2793736	Labroye	labroye	BE		0	Europe/Brussels	50.75	3.52917				VLG	VOV		
2793737	La Brouck	la-brouck	BE		0	Europe/Brussels	50.57811	5.66551				WAL	WLG	62	62122
2793738	La Brodde	la-brodde	BE		0	Europe/Brussels	50.23333	5.08333				WAL	WNA	91	91030
2793739	La Brire	la-brire	BE		0	Europe/Brussels	50.69857	4.49204		Brire,La Brire		WAL	WBR	25	25119
2793740	La Briqueterie	la-briqueterie	BE		0	Europe/Brussels	50.16667	5.2				WAL	WNA	91	91114
2793741	La Bretagne	la-bretagne	BE		0	Europe/Brussels	50.42101	4.361				WAL	WHT	52	52011
2793742	La Boverie	la-boverie	BE		0	Europe/Brussels	50.63333	5.58333		Boverie,La Boverie		WAL	WLG	62	62063
2793743	La Boverie	la-boverie	BE		0	Europe/Brussels	50.6	5.5				WAL	WLG	62	62096
2793744	La Boverie	la-boverie	BE		0	Europe/Brussels	50.2	5.55		Boverie,La Boverie		WAL	WLX	83	83031
2793745	Labouxhe	labouxhe	BE		0	Europe/Brussels	50.63333	5.73333				WAL	WLG	62	62099
2793746	La Bouvrée	la-bouvree	BE		0	Europe/Brussels	50.67007	4.35129				WAL	WBR	25	25014
2793750	La Bouteille	la-bouteille	BE		0	Europe/Brussels	50.59894	5.75922				WAL	WLG	63	63057
2793751	La Bourlotte	la-bourlotte	BE		0	Europe/Brussels	50.60421	5.25096				WAL	WLG	61	61068
2793752	La Bourgogne	la-bourgogne	BE		0	Europe/Brussels	50.66872	3.44495				WAL	WHT	57	57081
2793753	Laboureursheide	laboureursheide	BE		0	Europe/Brussels	51.37967	4.72319				VLG	VAN	13	13037
2793754	La Bouquette	la-bouquette	BE		0	Europe/Brussels	50.56683	5.86799				WAL	WLG	63	63079
2793755	La Bouhaye	la-bouhaye	BE		0	Europe/Brussels	50.5	5.4		Bouhaye,Bouhee,Bouhée,La Bouhaye		WAL	WLG	61	61043
2793756	La Botte	la-botte	BE		0	Europe/Brussels	50.24853	4.51102				WAL	WNA	93	93088
2793758	La Borne	la-borne	BE		0	Europe/Brussels	50.33333	4.25				WAL	WHT	56	56078
2793760	La Boiterie	la-boiterie	BE		0	Europe/Brussels	50.51932	3.61141		Boitrie,Boitterie		WAL	WHT	57	57064
2793761	Labliau	labliau	BE		0	Europe/Brussels	50.66753	3.99025				WAL	WHT	55	55010
2793762	Lableau	lableau	BE		0	Europe/Brussels	50.72112	3.5839				WAL	WHT	51	51065
2793763	La Blanche Oreille	la-blanche-oreille	BE		0	Europe/Brussels	49.88061	5.2166		Blancheoreille,La Blanche Oreille		WAL	WLX	84	84009
2793764	La Blanche Nau	la-blanche-nau	BE		0	Europe/Brussels	49.86667	5.33333				WAL	WLX	84	84043
2793767	La Blanche	la-blanche	BE		0	Europe/Brussels	50.71667	3.78333				WAL	WHT	55	55023
2793768	Labiettehoek	labiettehoek	BE		0	Europe/Brussels	50.96667	2.78333				VLG	VWV	32	32030
2793769	Labia	labia	BE		0	Europe/Brussels	50.65738	5.25251				WAL	WLG	64	64076
2793770	La Béole	la-beole	BE		0	Europe/Brussels	50.39432	5.15568		Beole,Béole,La Beole,La Béole		WAL	WNA	91	91064
2793772	La Belle au Bois	la-belle-au-bois	BE		0	Europe/Brussels	49.91667	5.5				WAL	WLX	84	84077
2793773	La Béguine	la-beguine	BE		0	Europe/Brussels	50.71667	5.5				WAL	WLG	62	62003
2793775	L'Abbaye	l-abbaye	BE		0	Europe/Brussels	50.47056	5.474				WAL	WLG	61	61079
2793777	Labay	labay	BE		0	Europe/Brussels	50.53579	5.45159				WAL	WLG	62	62121
2793778	La Batte	la-batte	BE		0	Europe/Brussels	50.35045	5.52997				WAL	WLX	83	83012
2793780	La Basse Hutte	la-basse-hutte	BE		0	Europe/Brussels	50.64366	4.47829				WAL	WBR	25	25031
2793782	La Barrière	la-barriere	BE		0	Europe/Brussels	49.7	5.71667				WAL	WLX	81	81003
2793783	La Baraque	la-baraque	BE		0	Europe/Brussels	50.75305	4.75197				WAL	WBR	25	25005
2793784	La Baraque	la-baraque	BE		0	Europe/Brussels	50.66667	4.63333				WAL	WBR	25	25121
2793785	La Baraque	la-baraque	BE		0	Europe/Brussels	50.65	5.88333		Baraque,La Baraque		WAL	WLG	63	63089
2793786	La Baraque	la-baraque	BE		0	Europe/Brussels	50.58961	3.69681		Baraque		WAL	WHT	57	57094
2793787	La Baive	la-baive	BE		0	Europe/Brussels	50.57467	4.81022		Baive,La Baive		WAL	WNA	92	92035
2793788	Labais	labais	BE		0	Europe/Brussels	50.43333	5.05		Labais,Labas		WAL	WNA	92	92054
2793790	La Bacotterie	la-bacotterie	BE		0	Europe/Brussels	50.69075	3.45143				WAL	WHT	57	57018
2793791	Labach	labach	BE		0	Europe/Brussels	50.71634	5.91342		Bach,Labach		WAL	WLG	63	63088
2793792	Laatste Oortje	laatste-oortje	BE		0	Europe/Brussels	50.77709	3.33937		Laaste Oortje,Laatste Oortje		VLG	VWV	34	34042
2793793	Laatstenstuiver	laatstenstuiver	BE		0	Europe/Brussels	51.2	3.8		Laatste Stuiver,Laatstenstuiver,Stuiver		VLG	VOV	43	43018
2793796	Laarnehoek	laarnehoek	BE		0	Europe/Brussels	51.03333	3.88333		Laarnehoek,Laernehoek		VLG	VOV	42	42010
2793800	Laarhoek	laarhoek	BE		0	Europe/Brussels	51.11667	4.31667		Laarenhoek,Laarenhoeke,Laarhoek		VLG	VAN	11	11038
2793801	Laarheide	laarheide	BE		0	Europe/Brussels	50.76149	4.30964				VLG	VBR	23	23003
2793824	Laak	laak	BE		0	Europe/Brussels	51.04145	5.38545		Laak,Laek,Lauk		VLG	VLI	72	72039
2793825	Laagstraat	laagstraat	BE		0	Europe/Brussels	51.13333	4.2				VLG	VOV	46	46025
2793826	Laaffelterberg	laaffelterberg	BE		0	Europe/Brussels	50.82244	5.62521		Laaffelterberg,Laeffelter Berg		VLG	VLI	73	73066
2793827	Laaffelt	laaffelt	BE		0	Europe/Brussels	50.83031	5.61221		Laaffelt,Laeffelt,Lafeld		VLG	VLI	73	73066
2793829	Kwikaart	kwikaart	BE		0	Europe/Brussels	51.28333	4.6		De Kwikaard,Kwikaard,Kwikaart		VLG	VAN	11	11009
2793830	Kwenenbos	kwenenbos	BE		0	Europe/Brussels	50.97645	3.73047		Kwenenbos,Quenenbosch		VLG	VOV	44	44043
2793831	Kwatrecht	kwatrecht	BE		0	Europe/Brussels	50.98777	3.83756		Kwatrecht,Quatrecht		VLG	VOV	42	42025
2793832	Kwatem	kwatem	BE		0	Europe/Brussels	50.71667	4		Kwaetem,Kwatem		VLG	VBR	23	23032
2793834	Kwamol	kwamol	BE		0	Europe/Brussels	51.09554	5.16829		Kwamol,Quamol		VLG	VLI	71	71069
2793835	Kwalestraat	kwalestraat	BE		0	Europe/Brussels	50.91667	3.91667		Kwalestraat,Qualestraat		VLG	VOV	41	41082
2793836	Kwalaak	kwalaak	BE		0	Europe/Brussels	51.02756	5.40755		Kwalaak,Kwalaek		VLG	VLI	72	72039
2793837	Kwakkelhoek	kwakkelhoek	BE		0	Europe/Brussels	51.19139	4.19604				VLG	VOV	46	46021
2793838	Kwakenbeek	kwakenbeek	BE		0	Europe/Brussels	50.7916	4.13288		Kwakenbeek,Quakenbeek		VLG	VBR	23	23024
2793839	Kwade Wegen	kwade-wegen	BE		0	Europe/Brussels	50.81632	4.21434				VLG	VBR	23	23077
2793840	Kwadestraat	kwadestraat	BE		0	Europe/Brussels	50.78333	3.38333				VLG	VWV	34	34042
2793841	Kwadestraat	kwadestraat	BE		0	Europe/Brussels	50.65899	4.01113				WAL	WHT	55	55039
2793843	Kwade Putten	kwade-putten	BE		0	Europe/Brussels	51.35819	5.08208				VLG	VAN	13	13001
2793844	Kwadenplas	kwadenplas	BE		0	Europe/Brussels	51.05	4.75				VLG	VAN	12	12014
2793845	Kwaden Houw	kwaden-houw	BE		0	Europe/Brussels	51.08333	4.58333				VLG	VAN	12	12021
2793846	Kwadenhoek	kwadenhoek	BE		0	Europe/Brussels	50.93219	4.73016				VLG	VBR	24	24062
2793847	Kwaden Akkerhoek	kwaden-akkerhoek	BE		0	Europe/Brussels	51.16667	4.3				VLG	VOV	46	46013
2793849	Kwadebrug	kwadebrug	BE		0	Europe/Brussels	50.9	4.13333				VLG	VBR	23	23105
2793850	Kwadebrug	kwadebrug	BE		0	Europe/Brussels	50.76124	3.26717		Kwadebrug,Kwadelbrug		VLG	VWV	34	34022
2793852	Kwaalijkzeg	kwaalijkzeg	BE		0	Europe/Brussels	51.13333	4.98333		Kwaalijkzeg,Kwalijkzeg		VLG	VAN	13	13008
2793855	Kwaadhoek	kwaadhoek	BE		0	Europe/Brussels	51.16667	4.03333				VLG	VOV	46	46021
2793856	Kwaadestraat	kwaadestraat	BE		0	Europe/Brussels	50.81667	3.51667				VLG	VOV	45	45061
2793861	Kutsegem	kutsegem	BE		0	Europe/Brussels	50.92858	4.52978		Cutseghem,Kutsegem		VLG	VBR	23	23038
2793862	Kurtzenbourflass	kurtzenbourflass	BE		0	Europe/Brussels	49.75	5.7				WAL	WLX	81	81003
2793866	Kunsel	kunsel	BE		0	Europe/Brussels	51.06667	5.4				VLG	VLI	72	72039
2793869	Kukelberg	kukelberg	BE		0	Europe/Brussels	50.84261	5.35654				VLG	VLI	73	73098
2793870	Kuitenberg	kuitenberg	BE		0	Europe/Brussels	51.10134	3.65594				VLG	VOV	44	44019
2793871	Kuistershoek	kuistershoek	BE		0	Europe/Brussels	51.13333	3.85		Kuisterhoek,Kuistershoek,Kuystershoek		VLG	VOV	44	44034
2793872	Kuilen	kuilen	BE		0	Europe/Brussels	50.97054	5.49454		Kuilen,Kuylen		VLG	VLI	71	71016
2793873	Kuil	kuil	BE		0	Europe/Brussels	51.13504	4.11597				VLG	VOV	42	42023
2793875	Küchelscheid	kuchelscheid	BE		0	Europe/Brussels	50.52074	6.20627				WAL	WLG		
2793877	Kruisweg	kruisweg	BE		0	Europe/Brussels	51.40129	4.59353				VLG	VAN	11	11053
2793878	Kruisweg	kruisweg	BE		0	Europe/Brussels	51.31667	4.31667		Kruisweg,Lillo Kruisweg		VLG	VAN	11	11002
2793879	Kruisweg	kruisweg	BE		0	Europe/Brussels	51.15	4.9				VLG	VAN	13	13029
2793880	Kruisweg	kruisweg	BE		0	Europe/Brussels	51.08333	4.48333				VLG	VAN	12	12009
2793881	Kruisweg	kruisweg	BE		0	Europe/Brussels	51.01538	3.50436				VLG	VOV	44	44083
2793882	Kruisweg	kruisweg	BE		0	Europe/Brussels	50.86254	3.87863				VLG	VOV	41	41027
2793883	Kruisweg	kruisweg	BE		0	Europe/Brussels	50.84324	3.46862				VLG	VWV	34	34002
2793885	Kruisstraat	kruisstraat	BE		0	Europe/Brussels	51.4	4.66667				VLG	VAN	11	11053
2793886	Kruisstraat	kruisstraat	BE		0	Europe/Brussels	51.36667	4.5				VLG	VAN	11	11022
2793887	Kruisstraat	kruisstraat	BE		0	Europe/Brussels	51.2	4.21667				VLG	VOV	46	46003
2793888	Kruisstraat	kruisstraat	BE		0	Europe/Brussels	51.19776	4.10785				VLG	VOV	46	46020
2793889	Kruisstraat	kruisstraat	BE		0	Europe/Brussels	51.20271	3.93658		Kruisstraat		VLG	VOV	44	44045
2793890	Kruisstraat	kruisstraat	BE		0	Europe/Brussels	51.10884	3.58779		Kruisstraat,Kruisstraet		VLG	VOV	44	44085
2793891	Kruisstraat	kruisstraat	BE		0	Europe/Brussels	51.03333	2.95				VLG	VWV	32	32011
2793892	Kruisstraat	kruisstraat	BE		0	Europe/Brussels	51.01129	3.00708				VLG	VWV	32	32011
2793893	Kruisstraat	kruisstraat	BE		0	Europe/Brussels	50.88961	5.3732				VLG	VLI	71	71011
2793895	Kruisstraat	kruisstraat	BE		0	Europe/Brussels	50.83333	3.63333				VLG	VOV	45	45035
2793896	Kruisstraat	kruisstraat	BE		0	Europe/Brussels	50.82348	2.86895				VLG	VWV	33	33011
2793897	Kruisstraat	kruisstraat	BE		0	Europe/Brussels	50.8	3.66667				VLG	VOV	45	45064
2793898	Kruisstraat	kruisstraat	BE		0	Europe/Brussels	50.78333	3.83333				VLG	VOV	45	45063
2793899	Kruisstraat	kruisstraat	BE		0	Europe/Brussels	50.76667	3.18333				VLG	VWV	34	34027
2793901	Kruiskenstraat	kruiskenstraat	BE		0	Europe/Brussels	51.23333	3.55				VLG	VOV	43	43014
2793902	Kruisken	kruisken	BE		0	Europe/Brussels	51.18333	3.5				VLG	VOV	43	43010
2793903	Kruisken	kruisken	BE		0	Europe/Brussels	51.1	3.66667				VLG	VOV	44	44019
2793904	Kruiske	kruiske	BE		0	Europe/Brussels	50.96667	2.63333				VLG	VWV	38	38002
2793905	Kruiskalsijde	kruiskalsijde	BE		0	Europe/Brussels	51.1018	3.22405				VLG	VWV	31	31022
2793906	Kruishuis	kruishuis	BE		0	Europe/Brussels	51.31667	4.93333				VLG	VAN	13	13040
2793911	Kruishoek	kruishoek	BE		0	Europe/Brussels	51.18333	4.4				VLG	VAN	11	11002
2793912	Kruishoek	kruishoek	BE		0	Europe/Brussels	51.08333	2.93333		Kruishoek,Kruyshoek		VLG	VWV	32	32010
2793913	Kruishoek	kruishoek	BE		0	Europe/Brussels	50.905	3.31785				VLG	VWV	37	37017
2793914	Kruishoek	kruishoek	BE		0	Europe/Brussels	50.81042	3.16942				VLG	VWV	34	34041
2793915	Kruisheide	kruisheide	BE		0	Europe/Brussels	51.03319	4.25467				VLG	VBR	23	23045
2793916	Kruisen	kruisen	BE		0	Europe/Brussels	51.04242	3.91117				VLG	VOV	42	42010
2793917	Kruiseke	kruiseke	BE		0	Europe/Brussels	50.817	3.02081		Kruiseecke,Kruiseeke,Kruiseik,Kruys Eecke		VLG	VWV	33	33029
2793918	Kruisdoorn	kruisdoorn	BE		0	Europe/Brussels	50.91815	2.75988		Kruisdoorn,Kruydoorn		VLG	VWV	33	33041
2793919	Kruisberg	kruisberg	BE		0	Europe/Brussels	51.3	4.91667				VLG	VAN	13	13040
2793920	Kruisberg	kruisberg	BE		0	Europe/Brussels	51.01776	5.09374				VLG	VBR	24	24020
2793923	Kruisbaan	kruisbaan	BE		0	Europe/Brussels	51.06072	5.217				VLG	VLI	71	71004
2793924	Kruisabele	kruisabele	BE		0	Europe/Brussels	51.04154	2.74006		Kruisabele,Kruisse Abeele		VLG	VWV	38	38002
2793925	Kruisabeel	kruisabeel	BE		0	Europe/Brussels	50.96953	4.08584				VLG	VOV	41	41002
2793926	Kruis	kruis	BE		0	Europe/Brussels	50.99511	4.69291		Cruys,Kruis		VLG	VBR	24	24109
2793927	Kruis	kruis	BE		0	Europe/Brussels	50.96451	4.3742				VLG	VBR	23	23025
2793928	Kruis	kruis	BE		0	Europe/Brussels	50.84795	5.4766				VLG	VLI	73	73032
2793929	Kruis	kruis	BE		0	Europe/Brussels	50.81667	4.05				VLG	VOV	41	41048
2793930	Kruipuit	kruipuit	BE		0	Europe/Brussels	51.15764	3.51622		Kruipuit		VLG	VOV	43	43010
2793931	Kruipin	kruipin	BE		0	Europe/Brussels	51.26667	4.25				VLG	VOV	46	46003
2793932	Kruipendaarde	kruipendaarde	BE		0	Europe/Brussels	50.945	3.20799				VLG	VWV	36	36008
2793934	Kruiningenbrug	kruiningenbrug	BE		0	Europe/Brussels	51.23333	4.46667				VLG	VAN	11	11002
2793935	Kruikeven	kruikeven	BE		0	Europe/Brussels	51.35	5.11667				VLG	VAN	13	13001
2793937	Kruienberg	kruienberg	BE		0	Europe/Brussels	51.03333	4		Kruienberg,Kruïenberg		VLG	VOV	42	42003
2793943	Kroonhoek	kroonhoek	BE		0	Europe/Brussels	51.14306	3.11985				VLG	VWV	31	31040
2793944	Kroon	kroon	BE		0	Europe/Brussels	50.78333	4				VLG	VOV	41	41048
2793945	Kronenhoek	kronenhoek	BE		0	Europe/Brussels	51.26914	4.13627		Kronenhoek,Kroonenhoek		VLG	VOV	46	46020
2793946	Kronegem	kronegem	BE		0	Europe/Brussels	50.85	3.8		Kronegem,Kroonegem		VLG	VOV	41	41081
2793948	Kromveld	kromveld	BE		0	Europe/Brussels	51.10916	3.66815		Cromvelde,Kromveld		VLG	VOV	44	44019
2793949	Kromveld	kromveld	BE		0	Europe/Brussels	50.95	5.01667				VLG	VBR	24	24008
2793950	Kromphoutdries	kromphoutdries	BE		0	Europe/Brussels	50.83333	3.9		Kromphamdries,Kromphaut-Driesch,Kromphoutdries		VLG	VOV	41	41018
2793951	Krommeveldstraat	krommeveldstraat	BE		0	Europe/Brussels	51.2	3.63333				VLG	VOV	43	43007
2793952	Krommestraat	krommestraat	BE		0	Europe/Brussels	50.83333	3.88333		Krommestraat,Krommestraet		VLG	VOV	41	41027
2793953	Krommendijk	krommendijk	BE		0	Europe/Brussels	50.96914	3.35921				VLG	VWV	37	37015
2793954	Krommekeer	krommekeer	BE		0	Europe/Brussels	51.05	3.35		Krommekeer,Krommeker		VLG	VWV	37	37012
2793955	Kromme Ham	kromme-ham	BE		0	Europe/Brussels	51.02954	3.68274				VLG	VOV	44	44021
2793964	Krokegem	krokegem	BE		0	Europe/Brussels	50.92061	4.18488		Crokegem,Krokegem		VLG	VBR	23	23002
2793969	Krinkelt	krinkelt	BE		0	Europe/Brussels	50.43094	6.2974				WAL	WLG	63	63012
2793970	Krijte	krijte	BE		0	Europe/Brussels	51.08333	3.76667		Kreyte,Krijte		VLG	VOV	44	44021
2793971	Krijt	krijt	BE		0	Europe/Brussels	50.88963	5.42108		Crijt,Cryt,Krijt		VLG	VLI	71	71011
2793973	Kriesberg	kriesberg	BE		0	Europe/Brussels	50.9527	4.84952		Kreisberg,Kriesberg		VLG	VBR	24	24043
2793974	Kriephoek	kriephoek	BE		0	Europe/Brussels	50.9503	3.67573				VLG	VOV	44	44020
2793975	Kriekhoek	kriekhoek	BE		0	Europe/Brussels	50.9	3.28333				VLG	VWV	34	34013
2793978	Krieckelberg	krieckelberg	BE		0	Europe/Brussels	50.69194	6.13283				WAL	WLG	63	63061
2793979	Krewinkel	krewinkel	BE		0	Europe/Brussels	50.33064	6.38302		Krewinkel		WAL	WLG	63	63012
2793980	Krevelhoek	krevelhoek	BE		0	Europe/Brussels	50.95	3.98333				VLG	VOV	41	41082
2793982	Kreupel	kreupel	BE		0	Europe/Brussels	50.80139	3.33618				VLG	VWV	34	34042
2793983	Kretenburg	kretenburg	BE		0	Europe/Brussels	51.16667	4.46667				VLG	VAN	11	11029
2793984	Kretenborg	kretenborg	BE		0	Europe/Brussels	51.05	4.51667				VLG	VAN	12	12035
2793985	Kretenberg	kretenberg	BE		0	Europe/Brussels	51.45	4.41667				VLG	VAN	11	11016
2793986	Krenist	krenist	BE		0	Europe/Brussels	51.04398	5.15774				VLG	VLI	71	71004
2793988	Krekelmuit	krekelmuit	BE		0	Europe/Brussels	51.28333	4.16667				VLG	VOV	46	46003
2793989	Krekelenberg	krekelenberg	BE		0	Europe/Brussels	51.1	4.36667				VLG	VAN	11	11005
2793990	Krekelberg	krekelberg	BE		0	Europe/Brussels	51	4.91667				VLG	VBR	24	24001
2793991	Krekelberg	krekelberg	BE		0	Europe/Brussels	50.85	4.75		Krakelberg,Krekelberg		VLG	VBR	24	24011
2793992	Krekelberg	krekelberg	BE		0	Europe/Brussels	50.75	3.6				VLG	VOV	45	45041
2793999	Kranevenne	kranevenne	BE		0	Europe/Brussels	50.96667	5.45				VLG	VLI	71	71016
2794002	Kranenberg	kranenberg	BE		0	Europe/Brussels	50.72158	5.24836				VLG	VLI	73	73022
2794004	Krabenijkdries	krabenijkdries	BE		0	Europe/Brussels	50.91667	3.88333		Crabenijkdries,Krabenijkdries		VLG	VOV	41	41027
2794005	Krabbos	krabbos	BE		0	Europe/Brussels	50.72592	4.2748		Crabbos,Crabbosch,Crabosch,Krabbos		VLG	VBR	23	23027
2794006	Krabbenhoek	krabbenhoek	BE		0	Europe/Brussels	51.21984	4.25687		Krabbenhoek,Krabhoek		VLG	VOV	46	46003
2794007	Krabbenhoek	krabbenhoek	BE		0	Europe/Brussels	51.2	4.33333				VLG	VAN	11	11056
2794008	Krabbenberg	krabbenberg	BE		0	Europe/Brussels	51.05818	3.78304		Crabbenberg,Krabbenberg		VLG	VOV	44	44013
2794010	Krabbels	krabbels	BE		0	Europe/Brussels	51.21667	4.73333				VLG	VAN	13	13044
2794011	Krabbe	krabbe	BE		0	Europe/Brussels	51.2576	3.60742				VLG	VOV	43	43014
2794013	Kraanschot	kraanschot	BE		0	Europe/Brussels	51.26667	4.91667				VLG	VAN	13	13017
2794014	Kraak	kraak	BE		0	Europe/Brussels	51.1434	4.26415		Kraak,Kraeg,Kraek,Kraey		VLG	VOV	46	46025
2794015	Kraai Venne	kraai-venne	BE		0	Europe/Brussels	51.01667	4.6				VLG	VAN	12	12005
2794020	Kraaigem	kraaigem	BE		0	Europe/Brussels	51.21667	3.68333				VLG	VOV	43	43002
2794022	Kraaienbroek	kraaienbroek	BE		0	Europe/Brussels	50.85	4.26667				VLG	VBR	23	23016
2794023	Kraaienboshof	kraaienboshof	BE		0	Europe/Brussels	51.08333	5.76667		De Krayenboschhof,Kraaienboshof		VLG	VLI	72	72021
2794025	Kraaienberg	kraaienberg	BE		0	Europe/Brussels	51.355	4.3605		Kruisberg		VLG	VAN	11	11002
2794026	Kraaiberg	kraaiberg	BE		0	Europe/Brussels	50.99866	5.22949				VLG	VLI	71	71070
2794027	Kraaiberg	kraaiberg	BE		0	Europe/Brussels	50.85	4.75		Kraaiberg,Kraaien Berg,Krayen Berg		VLG	VBR	24	24011
2794028	Kraai	kraai	BE		0	Europe/Brussels	51.16667	4.25				VLG	VOV	46	46013
2794034	Kouthof	kouthof	BE		0	Europe/Brussels	50.86667	2.65		Couthove,Kouthof		VLG	VWV	33	33021
2794035	Kouterstraat	kouterstraat	BE		0	Europe/Brussels	50.78333	4.55		Kauterstraat,Kouterstraat		VLG	VBR	23	23062
2794038	Kouter	kouter	BE		0	Europe/Brussels	51.16483	3.10531		De Kouter,Kouter		VLG	VWV	31	31012
2794039	Kouter	kouter	BE		0	Europe/Brussels	51.0635	4.02343				VLG	VOV	42	42028
2794040	Kouter	kouter	BE		0	Europe/Brussels	50.96667	3.91667		Kauter,Kouter		VLG	VOV	41	41034
2794041	Kousseboom	kousseboom	BE		0	Europe/Brussels	51	2.76667				VLG	VWV	32	32030
2794042	Koudenheerd	koudenheerd	BE		0	Europe/Brussels	50.84488	4.26794				VLG	VBR	23	23016
2794043	Koudenboom	koudenboom	BE		0	Europe/Brussels	51.17719	3.97649		Caudenborm,Kaudenborm,Koudenboom		VLG	VOV	44	44045
2794045	Koudekot	koudekot	BE		0	Europe/Brussels	50.7631	2.75671				VLG	VWV	33	33039
2794046	Koudekeuken	koudekeuken	BE		0	Europe/Brussels	51.17382	3.60274				VLG	VOV	44	44085
2794049	Kottem	kottem	BE		0	Europe/Brussels	50.90827	3.85297		Cotthem,Gotem,Kottem		VLG	VOV	41	41063
2794050	Kotem	kotem	BE		0	Europe/Brussels	50.94914	5.74251		Cothem,Gothem,Kotem,Kottem		VLG	VLI	73	73107
2794051	Kortsele	kortsele	BE		0	Europe/Brussels	50.85157	3.69344		Cortseele,Korsele,Kortsele		VLG	VOV	45	45062
2794148	Kolveren	kolveren	BE		0	Europe/Brussels	51.00528	5.34372				VLG	VLI	71	71066
2794150	Kolputwijk	kolputwijk	BE		0	Europe/Brussels	51.1	4.1		Colput-Wijk,Kolputwijk		VLG	VOV	42	42023
2794059	Kortewilde	kortewilde	BE		0	Europe/Brussels	51.04929	2.93198		De Kortewilde,Kortewilde		VLG	VWV	32	32003
2794060	Kortewilde	kortewilde	BE		0	Europe/Brussels	50.79636	2.96114				VLG	VWV		
2794061	Kortewelvaart	kortewelvaart	BE		0	Europe/Brussels	51.02002	4.64739		Cortewelvaart,Kortewelvaart		VLG	VBR	24	24048
2794065	Kortepijp	kortepijp	BE		0	Europe/Brussels	50.71667	2.81667		Kortepijp,Kortepyp		VLG	VWV	33	33039
2794066	Kortenkeer	kortenkeer	BE		0	Europe/Brussels	50.93333	2.73333				VLG	VWV	33	33041
2794067	Kortenhoek	kortenhoek	BE		0	Europe/Brussels	50.9645	4.0169				VLG	VOV	41	41002
2794068	Kortenbos	kortenbos	BE		0	Europe/Brussels	50.98323	3.90578		Kortenbos,Kortenbosch		VLG	VOV	42	42025
2794069	Kortenbos	kortenbos	BE		0	Europe/Brussels	50.85725	5.23941		Cortenbosch,Kortenbos		VLG	VLI	71	71053
2794078	Kortekeer	kortekeer	BE		0	Europe/Brussels	51.09526	3.24788				VLG	VWV	31	31022
2794079	Kortekeer	kortekeer	BE		0	Europe/Brussels	51.06667	2.9				VLG	VWV	32	32003
2794080	Kortekeer	kortekeer	BE		0	Europe/Brussels	51	3.18333				VLG	VWV	37	37020
2794081	Kortekeer	kortekeer	BE		0	Europe/Brussels	50.8	3.56667				VLG	VOV	45	45035
2794082	Korteinen	korteinen	BE		0	Europe/Brussels	51.26667	5.05		Corteijnen,Corteinen,Korteinen		VLG	VAN	13	13036
2794083	Korteboeken	korteboeken	BE		0	Europe/Brussels	51.12202	3.58898				VLG	VOV	44	44085
2794084	Korspel	korspel	BE		0	Europe/Brussels	51.08929	5.24734		Corspel,Korspel		VLG	VLI	71	71004
2794085	Korsendonk	korsendonk	BE		0	Europe/Brussels	51.28393	5.01062				VLG	VAN	13	13031
2794086	Korentje	korentje	BE		0	Europe/Brussels	50.76667	3				VLG	VWV		
2794088	Koreele	koreele	BE		0	Europe/Brussels	50.7725	3.81467		Koreele,Korele,Korrele,Korzele		VLG	VOV	41	41018
2794090	Kordewagenstraat	kordewagenstraat	BE		0	Europe/Brussels	51.03333	3.91667				VLG	VOV	42	42010
2794091	Kordaal	kordaal	BE		0	Europe/Brussels	50.9	3.48333		Cordaal,Kordaal		VLG	VOV	45	45068
2794097	Koppernollehoek	koppernollehoek	BE		0	Europe/Brussels	50.88333	2.73333		Coppernollehoek,Kopperhollehoek,Koppernollehoek		VLG	VWV	33	33021
2794098	Koppendries	koppendries	BE		0	Europe/Brussels	50.96054	4.36028				VLG	VBR	23	23025
2794099	Koppenberg	koppenberg	BE		0	Europe/Brussels	50.80706	3.59789		Coppenberg,Koppenberg		VLG	VOV	45	45064
2794101	Koornbloem	koornbloem	BE		0	Europe/Brussels	51.08135	3.13447		Koorenbloem,Koornbloem		VLG	VWV	31	31033
2794102	Koornbloem	koornbloem	BE		0	Europe/Brussels	51.01667	3.13333				VLG	VWV	36	36011
2794103	Koolveld	koolveld	BE		0	Europe/Brussels	51.10321	3.01199				VLG	VWV	35	35006
2794104	Koolstraat	koolstraat	BE		0	Europe/Brussels	51.03047	4.00707				VLG	VOV	42	42003
2794110	Koolhof	koolhof	BE		0	Europe/Brussels	51.03333	4.61667				VLG	VAN	12	12029
2794113	Kooige	kooige	BE		0	Europe/Brussels	50.85285	4.5533		Coige,Kooige		VLG	VBR	24	24009
2794115	Kooibrug	kooibrug	BE		0	Europe/Brussels	51.11667	3.76667				VLG	VOV	44	44021
2794116	Kontredam	kontredam	BE		0	Europe/Brussels	51.21476	2.93439		Contredam,Kontredam		VLG	VWV	35	35013
2794119	Konkel	konkel	BE		0	Europe/Brussels	51.01667	4.01667				VLG	VOV	42	42003
2794123	Koningslo	koningslo	BE		0	Europe/Brussels	50.90575	4.37896		Koningslo,Koningsloo		VLG	VBR	23	23088
2794135	Konijnsberg	konijnsberg	BE		0	Europe/Brussels	51.06667	5.11667				VLG	VLI	71	71057
2794136	Konijne Pijpen	konijne-pijpen	BE		0	Europe/Brussels	51.24084	4.13124		Konijne Pijpen,Konyne Pypen		VLG	VOV	46	46020
2794137	Konijnenbergen	konijnenbergen	BE		0	Europe/Brussels	51.16667	4.73333		Konijnebergen,Konijnenbergen		VLG	VAN	13	13010
2794138	Konijn	konijn	BE		0	Europe/Brussels	51.13137	3.50545				VLG	VOV	44	44084
2794141	Kompveld	kompveld	BE		0	Europe/Brussels	50.86667	5.6		Kampveld,Kempveld,Kompveld		VLG	VLI	73	73042
2794143	Kompen	kompen	BE		0	Europe/Brussels	51.22157	5.48579				VLG	VLI	72	72043
2794144	Kommerestraat	kommerestraat	BE		0	Europe/Brussels	50.83333	3.11667		Commerestraat,Kommerestraat		VLG	VWV	34	34041
2794145	Komerenhoek	komerenhoek	BE		0	Europe/Brussels	50.80764	3.10471		Comerenhoek,Komerenhoek,Kommerenhoek		VLG	VWV	34	34027
2794146	Komer	komer	BE		0	Europe/Brussels	51.24535	3.54634		Komer,Kommer		VLG	VOV	43	43014
2794151	Kolmans Heide	kolmans-heide	BE		0	Europe/Brussels	51.36667	4.78333		Colmans Heide,Kolmans Heide		VLG	VAN	13	13037
2794152	Kolliemolenhoek	kolliemolenhoek	BE		0	Europe/Brussels	50.91667	3.06667		Colliemolenhoek,Kolliemolenhoek		VLG	VWV	36	36012
2794154	Kollegiehoek	kollegiehoek	BE		0	Europe/Brussels	51.01667	3.08333		Collegiehoek,Kollegiehoek		VLG	VWV	31	31033
2794155	Kolis Heide	kolis-heide	BE		0	Europe/Brussels	51.19698	5.46326				VLG	VLI	72	72043
2794156	Kolis	kolis	BE		0	Europe/Brussels	51.2	5.45				VLG	VLI	72	72043
2794158	Koleneind	koleneind	BE		0	Europe/Brussels	51.25848	5.54269				VLG	VLI	72	72037
2794159	Kolenberg	kolenberg	BE		0	Europe/Brussels	50.97391	5.09515				VLG	VLI	71	71020
2794160	Kolenberg	kolenberg	BE		0	Europe/Brussels	50.81667	5.36667		Colen,Colenberg,Kolenberg		VLG	VLI	73	73009
2794161	Kolegem	kolegem	BE		0	Europe/Brussels	51.07598	3.69412		Kolegem		VLG	VOV	44	44021
2794164	Kokuit	kokuit	BE		0	Europe/Brussels	51.22227	3.50143		Kokhuyd,Kokuit,Korkhuit		VLG	VOV	43	43014
2794165	Koksijde-Bad	koksijde-bad	BE		0	Europe/Brussels	51.12024	2.63419		Coxyde-Bains,Koksijde Baden,Koksijde-Bad		VLG	VWV	38	38014
2794169	Kokerij	kokerij	BE		0	Europe/Brussels	50.94176	4.1297				VLG	VOV	41	41002
2794170	Kokeldries	kokeldries	BE		0	Europe/Brussels	50.91667	3.36667		Kokeldries,Kokeldriesch		VLG	VWV	37	37017
2794172	Koeweide	koeweide	BE		0	Europe/Brussels	50.98333	5.25		Koeiweide,Koeweide		VLG	VLI	71	71070
2794173	Koewacht	koewacht	BE		0	Europe/Brussels	51.2244	3.97688				VLG	VOV	44	44045
2794174	Koestraat	koestraat	BE		0	Europe/Brussels	51.08983	5.49542				VLG	VLI	72	72042
2794176	Koestaart	koestaart	BE		0	Europe/Brussels	51.06473	4.67379		Koeisteert,Koestaart		VLG	VAN	12	12029
2794177	Koestaart	koestaart	BE		0	Europe/Brussels	51.03333	4.3		Koeisteert,Koestaart,Koestraat		VLG	VBR	23	23045
2794181	Koeputten	koeputten	BE		0	Europe/Brussels	51.24093	4.59204		De Koeputten,Koeputten		VLG	VAN	11	11039
2794183	Koelberg	koelberg	BE		0	Europe/Brussels	50.82215	3.03411		Koelenberg		VLG	VWV	33	33029
2794185	Koekuithoek	koekuithoek	BE		0	Europe/Brussels	50.89636	3.095				VLG	VWV	36	36012
2794186	Koekuit	koekuit	BE		0	Europe/Brussels	50.92685	2.93369				VLG	VWV	33	33040
2794187	Koekoek	koekoek	BE		0	Europe/Brussels	51.11163	4.36662				VLG	VAN	11	11001
2794188	Koekhoven	koekhoven	BE		0	Europe/Brussels	51.35388	4.89613				VLG	VAN	13	13023
2794189	Koekhoven	koekhoven	BE		0	Europe/Brussels	51.35739	4.76398				VLG	VAN	13	13037
2794196	Koeivijver	koeivijver	BE		0	Europe/Brussels	50.82965	4.25376		Koeivijver,Koevijver		VLG	VBR	23	23016
2794197	Koeiken	koeiken	BE		0	Europe/Brussels	50.83333	4.21667				VLG	VBR	23	23016
2794198	Koeigat	koeigat	BE		0	Europe/Brussels	50.91667	4.96667				VLG	VBR	24	24008
2794200	Koefering	koefering	BE		0	Europe/Brussels	51.22564	4.18651				VLG	VOV	46	46003
2794201	Koebrug	koebrug	BE		0	Europe/Brussels	51.17433	4.00294				VLG	VOV	46	46021
2794206	Knutsegem	knutsegem	BE		0	Europe/Brussels	50.86667	3.76667				VLG	VOV	41	41081
2794207	Knolle Hoek	knolle-hoek	BE		0	Europe/Brussels	51.03997	2.72223				VLG	VWV	38	38025
2794208	Knokt	knokt	BE		0	Europe/Brussels	50.76667	3.53333				VLG	VOV	45	45060
2794209	Knokstraat	knokstraat	BE		0	Europe/Brussels	51.23333	3.63333		Knockstraat,Knokstraat		VLG	VOV	43	43002
2794217	Knok	knok	BE		0	Europe/Brussels	51.01667	3.65		Knock,Knok		VLG	VOV	44	44064
2794218	Knok	knok	BE		0	Europe/Brussels	50.85584	3.51964				VLG	VOV	45	45061
2794219	Knok	knok	BE		0	Europe/Brussels	50.8	3.2		Knock,Knok,Knokke		VLG	VWV	34	34027
2794220	Knok	knok	BE		0	Europe/Brussels	50.78333	3.26667		Knock,Knok		VLG	VWV	34	34022
2794221	Knipscheer	knipscheer	BE		0	Europe/Brussels	50.85	5.28333				VLG	VLI	73	73098
2794222	Knickövel	knickoevel	BE		0	Europe/Brussels	50.6	6		Knickhovel,Knickhövel,Knickovel,Knickövel		WAL	WLG	63	63004
2794225	Knep	knep	BE		0	Europe/Brussels	49.6	5.78333		Knep,Knop		WAL	WLX	81	81015
2794226	Knaptand	knaptand	BE		0	Europe/Brussels	51.15	4.15				VLG	VOV	46	46021
2794229	Kluize	kluize	BE		0	Europe/Brussels	50.95503	3.89393				VLG	VOV	41	41034
2794238	Klotkuilheide	klotkuilheide	BE		0	Europe/Brussels	51.45	5.01667		Klotkuil,Klotkuilheide		VLG	VAN	13	13035
2794240	Klotbroek	klotbroek	BE		0	Europe/Brussels	50.9774	5.44381				VLG	VLI	71	71016
2794215	Knokke	knokke	BE	8300	0	Europe/Brussels	50.79762	3.36307				VLG	VWV	34	34042
2794241	Klosterhof	klosterhof	BE		0	Europe/Brussels	50.36667	6.11667				WAL	WLG	63	63001
2794243	Klosse	klosse	BE		0	Europe/Brussels	51	3.66667				VLG	VOV	44	44012
2794244	Klosei	klosei	BE		0	Europe/Brussels	50.65	6.05				WAL	WLG	63	63023
2794245	Klosdikel	klosdikel	BE		0	Europe/Brussels	50.48333	6.21667				WAL	WLG	63	63013
2794247	Kloosterhoek	kloosterhoek	BE		0	Europe/Brussels	50.79703	3.44007				VLG	VWV	34	34042
2794248	Kloosterheide	kloosterheide	BE		0	Europe/Brussels	51.1443	4.60387				VLG	VAN	12	12026
2794249	Kloosterbos	kloosterbos	BE		0	Europe/Brussels	51.19331	3.8355		Klooster Bosch,Kloosterbos		VLG	VOV	44	44073
2794253	Kloosterbemden	kloosterbemden	BE		0	Europe/Brussels	51.00581	4.96617				VLG	VBR	24	24134
2794254	Klooster	klooster	BE		0	Europe/Brussels	51.18333	3.68333				VLG	VOV	43	43002
2794259	Kloefhoek	kloefhoek	BE		0	Europe/Brussels	50.81852	3.18152				VLG	VWV	34	34041
2794260	Kloddestraat	kloddestraat	BE		0	Europe/Brussels	50.8	3.85				VLG	VOV	45	45063
2794261	Klitsberg	klitsberg	BE		0	Europe/Brussels	51.03859	5.16083				VLG	VLI	71	71004
2794262	Klissenhoek	klissenhoek	BE		0	Europe/Brussels	51.21667	4.76667				VLG	VAN	13	13044
2794263	Klinkewal	klinkewal	BE		0	Europe/Brussels	51.25	3.23333				VLG	VWV	31	31005
2794264	Klinkaart	klinkaart	BE		0	Europe/Brussels	50.96823	3.90122				VLG	VOV	41	41034
2794265	Klingels	klingels	BE		0	Europe/Brussels	50.41667	6.18333				WAL	WLG	63	63013
2794266	Klijthoek	klijthoek	BE		0	Europe/Brussels	51.1292	3.11667		Klijthoek,Klythoek		VLG	VWV	31	31040
2794267	Klijthoek	klijthoek	BE		0	Europe/Brussels	50.81667	3.11667		Kleythoek,Klijthoek		VLG	VWV	34	34027
2794268	Klijte	klijte	BE		0	Europe/Brussels	50.77947	3.38611		Klijte,Klijtte,Klyte,Klytte		VLG	VWV	34	34042
2794274	Klepmolen	klepmolen	BE		0	Europe/Brussels	50.90209	3.79656				VLG	VOV	44	44052
2794275	Klepkouter	klepkouter	BE		0	Europe/Brussels	50.98333	3.5		Klepkauter,Klepkouter		VLG	VOV	44	44081
2794276	Klephoek	klephoek	BE		0	Europe/Brussels	50.83333	3.08333				VLG	VWV	33	33029
2794280	Klemhout	klemhout	BE		0	Europe/Brussels	50.83333	3.81667				VLG	VOV	41	41081
2794281	Klemheide	klemheide	BE		0	Europe/Brussels	51.08333	4.23333				VLG	VAN	12	12007
2794282	Kleithoek	kleithoek	BE		0	Europe/Brussels	50.86667	3.43333		Kleitboek,Kleithoek		VLG	VWV	34	34040
2794283	Kleitgat	kleitgat	BE		0	Europe/Brussels	50.77684	3.26049		Kleitgat,Klijtgat,Klytgat		VLG	VWV	34	34022
2794284	Kleit	kleit	BE		0	Europe/Brussels	51.18083	3.44651		Cleit,Kleit		VLG	VOV	43	43010
2794285	Kleistraat	kleistraat	BE		0	Europe/Brussels	50.96667	3.83333				VLG	VOV	44	44052
2794286	Kleistraat	kleistraat	BE		0	Europe/Brussels	50.91667	4.08333		Kleistraat,Kleystraat		VLG	VOV	41	41002
2794287	Klein Zillebeke	klein-zillebeke	BE		0	Europe/Brussels	50.82124	2.94033				VLG	VWV	33	33011
2794288	Klein Zelk	klein-zelk	BE		0	Europe/Brussels	50.95	5.06667		Klein Zelck,Klein Zelk		VLG	VLI	71	71020
2794289	Klein Zand	klein-zand	BE		0	Europe/Brussels	51.0431	4.09664				VLG	VOV	42	42006
2794290	Klein Willebroek	klein-willebroek	BE		0	Europe/Brussels	51.07988	4.36372		Klein Willebroek,Klein-Willebroeck,Petit Willebroek,Petit-Willebroeck		VLG	VAN	12	12040
2794291	Klein Waver	klein-waver	BE		0	Europe/Brussels	50.79107	4.60123				VLG	VBR	24	24045
2794293	Klein Vorst	klein-vorst	BE		0	Europe/Brussels	51.08333	5.06667		Klein Vorst,Petit Vorst		VLG	VAN	13	13053
2794294	Klein Vorsen	klein-vorsen	BE		0	Europe/Brussels	50.71814	5.14608		Klein Vorsen,Petit-Fresin		VLG	VLI	71	71017
2794295	Klein Veure	klein-veure	BE		0	Europe/Brussels	51.03333	3.66667				VLG	VOV	44	44021
2794296	Klein Veerle	klein-veerle	BE		0	Europe/Brussels	51.33353	4.66906		Klein Veerle		VLG	VAN	11	11009
2794297	Klein Tourcoing	klein-tourcoing	BE		0	Europe/Brussels	50.73344	3.29821		Klein Tourcoing,Petit-Tourcoing		VLG	VWV		
2794298	Klein-Tichelarij	klein-tichelarij	BE		0	Europe/Brussels	50.87859	5.18945		Klein-Tichelarij,Klein-Tichelerij		VLG	VLI	71	71045
2794300	Klein Stichelen	klein-stichelen	BE		0	Europe/Brussels	50.88109	3.99605		Klein Stichelen,Kleinen-Stichelen,Stichelen		VLG	VOV	41	41024
2794302	Klein Sinaai	klein-sinaai	BE		0	Europe/Brussels	51.18604	3.98991		Klein Sinaai,Klein Sinay,Kleine Sinay		VLG	VOV	46	46024
2794304	Klein Ronse	klein-ronse	BE		0	Europe/Brussels	50.80822	3.4265		Klein Ronse,Klein Ronssel		VLG	VWV	34	34042
2794306	Klein Rees	klein-rees	BE		0	Europe/Brussels	51.26826	4.96183				VLG	VAN	13	13017
2794307	Klein Ravels	klein-ravels	BE		0	Europe/Brussels	51.38247	4.99297		Klein Raevels,Klein Ravels,Klein-Raevel		VLG	VAN	13	13035
2794308	Klein Overlaar	klein-overlaar	BE		0	Europe/Brussels	50.78033	4.8975		Klein Overlaar,Petit-Overlaer		WAL			
2794310	Klein Moertje	klein-moertje	BE		0	Europe/Brussels	51	2.58333		Klein Moertje,Kleine Hoek van 't Moertje,Kleinen 't Moertje		VLG	VWV	38	38025
2794311	Klein-Membruggen	klein-membruggen	BE		0	Europe/Brussels	50.82025	5.53684		Klein-Membruggen,Kleine-Membruggen,Petit-Membruggen		VLG	VLI	73	73066
2794312	Klein Melsen	klein-melsen	BE		0	Europe/Brussels	50.95	3.73333				VLG	VOV	44	44043
2794313	Klein Mechelen	klein-mechelen	BE		0	Europe/Brussels	51.08614	4.27264				VLG	VAN	12	12007
2794314	Klein-Mal	klein-mal	BE		0	Europe/Brussels	50.77489	5.51923		Klein-Mal,Klein-Mall,Petit-Mall,Petite Mall		VLG	VLI	73	73083
2794315	Klein Looi	klein-looi	BE		0	Europe/Brussels	51.45	4.76667				VLG	VAN	13	13014
2794316	Klein Langerlo	klein-langerlo	BE		0	Europe/Brussels	50.93333	5.5		Klein Langerlo,Klein Langerloo		VLG	VLI	71	71016
2794317	Kleinlaar	kleinlaar	BE		0	Europe/Brussels	51.22139	4.17046				VLG	VOV	46	46003
2794318	Klein Kempen	klein-kempen	BE		0	Europe/Brussels	50.93304	4.98918				VLG	VBR	24	24008
2794321	Klein Jeuk	klein-jeuk	BE		0	Europe/Brussels	50.73233	5.19151		Klein Jeuk,Petit-Goyer		VLG	VLI	71	71017
2794322	Kleinijssel	kleinijssel	BE		0	Europe/Brussels	51.48678	4.78782		Klein Bijssel,Klein-Eijssel,Klein-Eyssel,Kleinijssel		VLG	VAN	13	13014
2794323	Kleinhuisse	kleinhuisse	BE		0	Europe/Brussels	50.88333	3.6				VLG	VOV	45	45035
2794324	Klein Hoogveld	klein-hoogveld	BE		0	Europe/Brussels	50.76667	3.55				VLG	VOV	45	45060
2794325	Klein Holland	klein-holland	BE		0	Europe/Brussels	50.83333	3.81667				VLG	VOV	41	41081
2794327	Klein Herlinkhove	klein-herlinkhove	BE		0	Europe/Brussels	50.86667	3.98333		Herlinkhove,Klein Herlinkhove,Klein-Herlinckhove		VLG	VOV	41	41024
2794328	Klein Harelbeke	klein-harelbeke	BE		0	Europe/Brussels	50.85	3.41667		Klein Harelbeke,Klein Harlebeke		VLG	VWV	34	34002
2794329	Klein Gooreind	klein-gooreind	BE		0	Europe/Brussels	51.36667	4.55				VLG	VAN	11	11053
2794330	Klein Goor	klein-goor	BE		0	Europe/Brussels	51.23333	4.95				VLG	VAN	13	13017
2794331	Klein Gestel	klein-gestel	BE		0	Europe/Brussels	51.08195	5.51426				VLG	VLI	72	72042
2794332	Klein Gent	klein-gent	BE		0	Europe/Brussels	51.16667	4.76667				VLG	VAN	13	13010
2794333	Klein Gent	klein-gent	BE		0	Europe/Brussels	51.06182	3.86745				VLG	VOV	44	44034
2794334	Klein Gent	klein-gent	BE		0	Europe/Brussels	51.06667	3.8				VLG	VOV	44	44013
2794335	Klein Gent	klein-gent	BE		0	Europe/Brussels	50.97913	4.12528				VLG	VOV	42	42011
2794338	Klein Geitenrodeveld	klein-geitenrodeveld	BE		0	Europe/Brussels	50.88333	5.05		Geiten Rodeveld,Klein Geitenrodeveld		VLG	VBR	24	24054
2794339	Klein Frankrijk	klein-frankrijk	BE		0	Europe/Brussels	50.93333	5.08333		Klein Frankrijk,Klein-Vrankrijk,Klein-Vrankryk		VLG	VLI	71	71020
2794340	Klein Frankrijk	klein-frankrijk	BE		0	Europe/Brussels	50.75	3.63333				VLG	VOV	45	45041
2794341	Klein Frankrijk	klein-frankrijk	BE		0	Europe/Brussels	50.7342	3.9123		Klein Frankrijk,Klein-Vrankryk		VLG	VOV	41	41018
2794346	Kleine Warme	kleine-warme	BE		0	Europe/Brussels	51.21667	3.45				VLG	VOV	43	43010
2794347	Kleine Vond	kleine-vond	BE		0	Europe/Brussels	51.43333	5.03333				VLG	VAN	13	13035
2794355	Kleinen Winkel	kleinen-winkel	BE		0	Europe/Brussels	51.26667	4.95		Kleine-Winkel,Kleinen Winkel		VLG	VAN	13	13017
2794357	Kleinen Molenberg	kleinen-molenberg	BE		0	Europe/Brussels	50.77035	3.9173				VLG	VOV	41	41018
2794358	Kleinenhoek	kleinenhoek	BE		0	Europe/Brussels	50.98333	4.03333				VLG	VOV	41	41002
2794359	Kleinen Haardinge	kleinen-haardinge	BE		0	Europe/Brussels	50.76667	4.05		Kleine Haarding,Kleinen Haardinge,Kleinen-Haarding		VLG	VBR	23	23024
2794360	Kleinen Haak	kleinen-haak	BE		0	Europe/Brussels	51.01667	4.98333				VLG	VBR	24	24134
2794362	Kleinendries	kleinendries	BE		0	Europe/Brussels	51.08333	3.71667				VLG	VOV	44	44021
2794363	Kleinendries	kleinendries	BE		0	Europe/Brussels	50.81868	3.82683				VLG	VOV	45	45063
2794364	Kleinendijk	kleinendijk	BE		0	Europe/Brussels	51.05	4.05				VLG	VOV	42	42028
2794366	Kleinen Buizemont	kleinen-buizemont	BE		0	Europe/Brussels	50.75968	3.8828		Kleine Buizemont,Kleinen Buizemont,Kleinen-Buisemont		VLG	VOV	41	41018
2794367	Kleinenbroek	kleinenbroek	BE		0	Europe/Brussels	50.95	3.66667				VLG	VOV	44	44020
2794369	Kleinenberg	kleinenberg	BE		0	Europe/Brussels	51.38333	4.56667				VLG	VAN	11	11053
2794370	Kleinenberg	kleinenberg	BE		0	Europe/Brussels	50.9	3.7				VLG	VOV	45	45065
2794372	Kleine Meil	kleine-meil	BE		0	Europe/Brussels	51.15	4.46667		Klein-Meil,Klein-Meyl,Kleine Meil		VLG	VAN	11	11021
2794374	Kleinelinde	kleinelinde	BE		0	Europe/Brussels	50.98067	4.45558				VLG	VBR	23	23096
2794377	Klein Eisterle	klein-eisterle	BE		0	Europe/Brussels	51.2	4.73333				VLG	VAN	13	13010
2794378	Klein Eikot	klein-eikot	BE		0	Europe/Brussels	50.83333	5.25				VLG	VLI	71	71053
2794379	Kleine Hut	kleine-hut	BE		0	Europe/Brussels	50.76902	4.3817		Kleine Hut,Petite Espinette		VLG			
2794380	Kleine Horendonk	kleine-horendonk	BE		0	Europe/Brussels	51.45	4.51667		Kleine Horendonk,Kleinen Horendonck Heide,Kleinen Horendonk		VLG	VAN	11	11022
2794384	Kleineheide	kleineheide	BE		0	Europe/Brussels	51.22627	4.7176				VLG	VAN	11	11054
2794385	Kleine Heide	kleine-heide	BE		0	Europe/Brussels	51.02725	4.38784				VLG	VAN	12	12025
2794386	Kleine Haart	kleine-haart	BE		0	Europe/Brussels	51.25	5.51667		Haart,Klein Haard,Klein-Haart,Kleine Haart		VLG	VLI	72	72037
2794390	Kleinedries	kleinedries	BE		0	Europe/Brussels	50.9	4.05		Kleinedries,Kleinendriesch		VLG	VOV	41	41011
2794397	Kleine Bergen	kleine-bergen	BE		0	Europe/Brussels	51.07098	4.41789				VLG	VAN	12	12040
2794398	Kleineberg	kleineberg	BE		0	Europe/Brussels	50.81667	3.45				VLG	VWV	34	34002
2794407	Kleindijk	kleindijk	BE		0	Europe/Brussels	50.73333	4.38333				VLG	VBR	23	23101
2794409	Klein Bijgaarden	klein-bijgaarden	BE		0	Europe/Brussels	50.80539	4.27832		Klein Bijgaarden,Petit-Bigard		VLG	VBR	23	23077
2794410	Kleinbergen	kleinbergen	BE		0	Europe/Brussels	51.06667	3.81667				VLG	VOV	44	44013
2794411	Kleije	kleije	BE		0	Europe/Brussels	50.78333	3.63333		Cleye,Kleie,Kleije		VLG	VOV	45	45064
2794414	Kleie	kleie	BE		0	Europe/Brussels	50.86655	3.76713				VLG	VOV	41	41081
2794415	Kleie	kleie	BE		0	Europe/Brussels	50.81667	3.76667		Cleye,Kleie		VLG	VOV	45	45059
2794416	Klei	klei	BE		0	Europe/Brussels	50.96252	4.21498		Cleye,Klei		VLG	VBR	23	23060
2794417	Klei	klei	BE		0	Europe/Brussels	50.84488	4.12002		Cley,Klei,Kley		VLG	VBR	23	23097
2794419	Kleemputten	kleemputten	BE		0	Europe/Brussels	50.88333	4.08333				VLG	VOV	41	41011
2794420	Kleempoel	kleempoel	BE		0	Europe/Brussels	50.98587	4.45577				VLG	VBR	23	23096
2794421	Klaverken	klaverken	BE		0	Europe/Brussels	51.03333	3.8		Klavenken,Klaverken		VLG	VOV	44	44013
2794423	Klaverberg	klaverberg	BE		0	Europe/Brussels	51.38333	5.03333				VLG	VAN	13	13035
2794426	Klarenhoek	klarenhoek	BE		0	Europe/Brussels	50.79886	3.22223				VLG	VWV	34	34022
2794427	Klapstraat	klapstraat	BE		0	Europe/Brussels	50.98938	3.60746		Klapstraat,Klapstraet		VLG	VOV	44	44064
2794429	Klapscheut	klapscheut	BE		0	Europe/Brussels	50.84838	4.15989				VLG	VBR	23	23086
2794430	Klapperhoek	klapperhoek	BE		0	Europe/Brussels	51.22118	4.25412				VLG	VOV	46	46003
2794431	Klappelstraat	klappelstraat	BE		0	Europe/Brussels	51.05	3.98333				VLG	VOV	42	42003
2794433	Klaplaar	klaplaar	BE		0	Europe/Brussels	51.15	4.55				VLG	VAN	12	12021
2794434	Klaphulle	klaphulle	BE		0	Europe/Brussels	51.05	3.36667				VLG	VWV	37	37012
2794435	Klaie	klaie	BE		0	Europe/Brussels	50.76667	3.8				WAL	WHT		
2794437	Klabouterie	klabouterie	BE		0	Europe/Brussels	51.13546	3.12226		Clabouterie,Klabouterie		VLG	VWV	31	31040
2794439	Klaarhaag	klaarhaag	BE		0	Europe/Brussels	50.94443	4.11942		Klaarhaag,Klairhage		VLG	VOV	41	41002
2794441	Kippendonk	kippendonk	BE		0	Europe/Brussels	51.08333	3.51667		Kippendonck,Kippendonk		VLG	VOV	44	44083
2794442	Kippe	kippe	BE		0	Europe/Brussels	50.95704	2.86617				VLG	VWV	32	32006
2794443	Kipdorp	kipdorp	BE		0	Europe/Brussels	51.06479	4.915				VLG	VAN	13	13013
2794444	Kinschot	kinschot	BE		0	Europe/Brussels	51.2895	5.03805		Kindschot,Kinschot		VLG	VAN	13	13036
2794447	Kinkempois	kinkempois	BE		0	Europe/Brussels	50.61333	5.58346		Kinkempois		WAL	WLG	62	62063
2794449	Kin	kin	BE		0	Europe/Brussels	50.45	5.7				WAL	WLG	62	62009
2794450	Kimpelberg	kimpelberg	BE		0	Europe/Brussels	51.07221	4.27837				VLG	VAN	12	12041
2794452	Kijs	kijs	BE		0	Europe/Brussels	50.72195	5.85533		Kijs,Kys		WAL	WLG		
2794453	Kijkuithoek	kijkuithoek	BE		0	Europe/Brussels	50.81667	3.16667		Kijkuithoek,Kykuithoek		VLG	VWV	34	34041
2794454	Kijkuit	kijkuit	BE		0	Europe/Brussels	51.37779	4.45998		Kijkuit,Kykuit		VLG	VAN	11	11022
2794456	Kijfbossen	kijfbossen	BE		0	Europe/Brussels	51.11988	4.6814		Kijfbosschen,Kijfbossen		VLG	VAN	12	12002
2794457	Kiezegem	kiezegem	BE		0	Europe/Brussels	50.89617	4.90275		Kiesegem,Kieseghem,Kiezegem		VLG	VBR	24	24135
2794461	Kievit	kievit	BE		0	Europe/Brussels	51.05201	4.74993				VLG	VAN	12	12014
2794464	Kievermont	kievermont	BE		0	Europe/Brussels	51.16768	5.02527		Kievermont,Kivermont,Kivremont		VLG	VAN	13	13008
2794468	Kiel	kiel	BE		0	Europe/Brussels	51.18978	4.37556				VLG	VAN	11	11002
2794469	Kiekenhaag	kiekenhaag	BE		0	Europe/Brussels	51.22061	4.05051		Kiekenhaag,Kiekenhaage		VLG	VOV	46	46024
2794471	Kezelberg	kezelberg	BE		0	Europe/Brussels	51.15	3.15				VLG	VWV	31	31040
2794472	Kezelberg	kezelberg	BE		0	Europe/Brussels	50.83869	3.11356				VLG	VWV	36	36012
2794473	Keuze	keuze	BE		0	Europe/Brussels	51.03333	3.63333				VLG	VOV	44	44021
2794474	Keutelhoek	keutelhoek	BE		0	Europe/Brussels	50.98333	3.78333				VLG	VOV	44	44040
2794475	Keustrijk	keustrijk	BE		0	Europe/Brussels	50.72015	5.18786				WAL	WLG		
2794476	Keurheide	keurheide	BE		0	Europe/Brussels	50.96667	5.35				VLG	VLI	71	71022
2794478	Keurebeek	keurebeek	BE		0	Europe/Brussels	50.83333	4.15				VLG	VBR	23	23104
2794479	Keur	keur	BE		0	Europe/Brussels	51.03316	4.1129				VLG	VOV	42	42006
2794482	Keulenstraat	keulenstraat	BE		0	Europe/Brussels	50.93271	4.90149				VLG	VBR	24	24135
2794485	Keulendam	keulendam	BE		0	Europe/Brussels	51.08333	4.28333				VLG	VAN	12	12041
2794486	Ketzingen	ketzingen	BE		0	Europe/Brussels	50.79836	5.5115				VLG	VLI	73	73083
2794487	Kettermuit	kettermuit	BE		0	Europe/Brussels	51.1348	4.15328		Kettermuit,Kettermuyt		VLG	VOV	46	46025
2794490	Ketstraat	ketstraat	BE		0	Europe/Brussels	51	3.65				VLG	VOV	44	44012
2794492	Keten	keten	BE		0	Europe/Brussels	51.05086	4.22974		De Keeten,Keeten,Keten		VLG	VAN	12	12041
2794493	Ketelhoek	ketelhoek	BE		0	Europe/Brussels	50.8627	3.57964				VLG	VOV	45	45035
2794494	Ketelheide	ketelheide	BE		0	Europe/Brussels	50.78263	4.5334				VLG	VBR	23	23062
2794495	Ketelboetstraat	ketelboetstraat	BE		0	Europe/Brussels	51.1	4.03333				VLG	VOV	42	42023
2794499	Kestergat	kestergat	BE		0	Europe/Brussels	50.7648	4.14562				VLG	VBR	23	23064
2794501	Kesterbeek	kesterbeek	BE		0	Europe/Brussels	50.75661	4.29432				VLG	VBR	23	23003
2794506	Kesselt	kesselt	BE		0	Europe/Brussels	50.83814	5.63053		Kesselt		VLG	VLI	73	73042
2794513	Kerselarestraat	kerselarestraat	BE		0	Europe/Brussels	51.13333	3.7		Kerselaarestraat,Kerselarestraat		VLG	VOV	44	44019
2794514	Kerselaren Dries	kerselaren-dries	BE		0	Europe/Brussels	50.95398	4.41419				VLG	VBR	23	23025
2794515	Kerselaar	kerselaar	BE		0	Europe/Brussels	51.16667	3.51667		Kerselaar,Kerselaer		VLG	VOV	43	43010
2794519	Kerrebroek	kerrebroek	BE		0	Europe/Brussels	51.02647	3.52717				VLG	VOV	44	44083
2794520	Kerrebroek	kerrebroek	BE		0	Europe/Brussels	50.95	4.03333				VLG	VOV	41	41002
2794530	Kerkveld	kerkveld	BE		0	Europe/Brussels	51.21667	4.45				VLG	VAN	11	11002
2794531	Kerkstraat	kerkstraat	BE		0	Europe/Brussels	51.13333	4.16667				VLG	VOV	46	46025
2794532	Kerkstraat	kerkstraat	BE		0	Europe/Brussels	51.06667	3.95				VLG	VOV	42	42003
2794533	Kerkstraat	kerkstraat	BE		0	Europe/Brussels	51.06667	3.7				VLG	VOV	44	44021
2794534	Kerkstraat	kerkstraat	BE		0	Europe/Brussels	51.06667	3.63333		Kerkstraat,Kernstraat		VLG	VOV	44	44021
2794535	Kerkstraat	kerkstraat	BE		0	Europe/Brussels	51.03333	3.88333				VLG	VOV	42	42010
2794536	Kerkstraat	kerkstraat	BE		0	Europe/Brussels	50.81667	3.71667				VLG	VOV	45	45059
2794542	Kerkhoven	kerkhoven	BE		0	Europe/Brussels	51.16232	5.26466		Kerkhoven		VLG	VLI	72	72020
2794545	Kerkhoek	kerkhoek	BE		0	Europe/Brussels	51.16882	4.30798				VLG	VOV	46	46013
2794547	Kerkgate	kerkgate	BE		0	Europe/Brussels	50.84703	3.66763		Kerkgat,Kerkgate		VLG	VOV	45	45035
2794548	Kerkevinne	kerkevinne	BE		0	Europe/Brussels	50.91667	5.01667				VLG	VBR	24	24054
2794549	Kerkeveld	kerkeveld	BE		0	Europe/Brussels	51.16667	4.4				VLG	VAN	11	11002
2794550	Kerkestede	kerkestede	BE		0	Europe/Brussels	51.05	4.68333				VLG	VAN	12	12014
2794551	Kerkepanne	kerkepanne	BE		0	Europe/Brussels	51.09693	2.61874				VLG	VWV	38	38014
2794553	Kerkenlandhoek	kerkenlandhoek	BE		0	Europe/Brussels	51.18333	4.3				VLG	VOV	46	46013
2794554	Kerkeneinde	kerkeneinde	BE		0	Europe/Brussels	51.13722	4.35144				VLG	VAN	11	11018
2794555	Kerkeneiken	kerkeneiken	BE		0	Europe/Brussels	51.08333	5.13333				VLG	VLI	71	71069
2794557	Kerkem	kerkem	BE		0	Europe/Brussels	50.79723	3.64911		Kerkem,Kerkhem		VLG	VOV	45	45064
2794560	Kerkdries	kerkdries	BE		0	Europe/Brussels	51.08333	3.71667		Kerkdries,Kerkdriesch		VLG	VOV	44	44021
2794561	Kerkbrugge	kerkbrugge	BE		0	Europe/Brussels	51.12322	3.7371				VLG	VOV	44	44019
2794562	Keringen	keringen	BE		0	Europe/Brussels	50.78825	3.96075		Keiringen,Keringen		VLG	VOV	41	41018
2794563	Kere	kere	BE		0	Europe/Brussels	51.15	3.58333		Keere,Kere		VLG	VOV	44	44085
2794564	Kepkensberg	kepkensberg	BE		0	Europe/Brussels	51.08333	5.11667				VLG	VLI	71	71069
2794566	Kenimont	kenimont	BE		0	Europe/Brussels	50.71421	3.81441		Kenimont,Kenrimont		WAL	WHT	55	55023
2794569	Kemsekestraat	kemsekestraat	BE		0	Europe/Brussels	51.21667	4.1		Kemsekestraat,Kemsekestraet,Kemzekestraat		VLG	VOV	46	46020
2794572	Kemphoek	kemphoek	BE		0	Europe/Brussels	51.22985	4.13302				VLG	VOV	46	46020
2794573	Kemphoek	kemphoek	BE		0	Europe/Brussels	51.15	4.28333				VLG	VOV	46	46013
2794574	Kempenseheide	kempenseheide	BE		0	Europe/Brussels	50.95	5.35		Kempenscheheide,Kempenseheide		VLG	VLI	71	71022
2794581	Kemmeken	kemmeken	BE		0	Europe/Brussels	50.97327	4.20791		Kemmeken,Kemmeren		VLG	VBR	23	23052
2794584	Kemerke	kemerke	BE		0	Europe/Brussels	51.36667	4.96667				VLG	VAN	13	13040
2794585	Kemel	kemel	BE		0	Europe/Brussels	51.2396	4.03478				VLG	VOV	46	46024
2794588	Kelle	kelle	BE		0	Europe/Brussels	50.83283	4.44002		Kelle,Kellen		BRU	BRU	21	21019
2794590	Kelfs	kelfs	BE		0	Europe/Brussels	50.94886	4.68162				VLG	VBR	24	24033
2794591	Kelegem	kelegem	BE		0	Europe/Brussels	50.83333	4.2				VLG	VBR	23	23016
2794593	Keldergat	keldergat	BE		0	Europe/Brussels	50.71729	4.30152				VLG	VBR	23	23003
2794595	Kelbergen	kelbergen	BE		0	Europe/Brussels	51.01776	5.09374				VLG	VBR	24	24020
2794596	Keizershoek	keizershoek	BE		0	Europe/Brussels	51.12357	4.44909				VLG	VAN	11	11024
2794597	Keizerhoek	keizerhoek	BE		0	Europe/Brussels	51.25849	4.45286				VLG	VAN	11	11002
2794598	Keizerhoek	keizerhoek	BE		0	Europe/Brussels	51.03986	2.86563		Keizerhoek,Keyzerhoek		VLG	VWV	32	32003
2794599	Keizerenberg	keizerenberg	BE		0	Europe/Brussels	51.09597	4.46005				VLG	VAN	11	11024
2794601	Keiteldries	keiteldries	BE		0	Europe/Brussels	50.9	3.58333		Keiteldries,Keytel,Keyteldries		VLG	VOV	45	45068
2794602	Keirsmaker	keirsmaker	BE		0	Europe/Brussels	51.1145	3.94211		Keersmaker,Keirsmaker		VLG	VOV	46	46014
2794607	Keiberg	keiberg	BE		0	Europe/Brussels	50.98788	4.95397		Keiberg,Keyberg		VLG	VBR	24	24134
2794608	Keiberg	keiberg	BE		0	Europe/Brussels	50.95	3.98333		Keiberg,Keyberg		VLG	VOV	41	41082
2794609	Keiberg	keiberg	BE		0	Europe/Brussels	50.92597	5.15906		Kaiberg,Keiberg		VLG	VLI	71	71024
2794610	Keiberg	keiberg	BE		0	Europe/Brussels	50.87116	3.03904				VLG	VWV	33	33037
2794611	Keiberg	keiberg	BE		0	Europe/Brussels	50.80019	4.73625		Cayberg,Keiberg		WAL	WBR	25	25005
2794612	Keiberg	keiberg	BE		0	Europe/Brussels	50.7846	3.3862				VLG	VWV	34	34042
2794616	Keeskorf	keeskorf	BE		0	Europe/Brussels	50.95	4.86667				VLG	VBR	24	24043
2794617	Keerselaar	keerselaar	BE		0	Europe/Brussels	50.9	2.95		Keerselaar,Kerselaar		VLG	VWV	33	33040
2794618	Keerken	keerken	BE		0	Europe/Brussels	50.922	3.7314				VLG	VOV	44	44052
2794621	Keer	keer	BE		0	Europe/Brussels	51.21487	4.53815				VLG	VAN	11	11052
2794622	Keelstraat	keelstraat	BE		0	Europe/Brussels	50.84269	5.22599				VLG	VLI	71	71053
2794623	Kazand	kazand	BE		0	Europe/Brussels	50.94091	3.1575		Cadsand,Kasand,Kazand		VLG	VWV	36	36015
2794626	Kauwenberg	kauwenberg	BE		0	Europe/Brussels	51.25	4.85		Cauwenberg,Kauwenberg		VLG	VAN	13	13019
2794627	Kauwenberg	kauwenberg	BE		0	Europe/Brussels	50.83333	3.7		Cauwenberg,Kauwenberg,Kouwenberg		VLG	VOV	45	45062
2794629	Kautertaverent	kautertaverent	BE		0	Europe/Brussels	50.88333	4.18333		Cautertaverent,Kautertaverent		VLG	VBR	23	23086
2794630	Kauteren	kauteren	BE		0	Europe/Brussels	50.85475	3.73117		Kauteren,Kouteren		VLG	VOV	45	45065
2794634	Kaulen	kaulen	BE		0	Europe/Brussels	50.65479	5.99244				WAL	WLG	63	63048
2794635	Kaudenjert	kaudenjert	BE		0	Europe/Brussels	50.85	4.28333		Caudenjert,Kaudenjert		VLG	VBR	23	23016
2794636	Kaudenberg	kaudenberg	BE		0	Europe/Brussels	50.81646	3.8211		Caudenberg,Kaudenberg,Koudenberg		VLG	VOV	45	45063
2794637	Kauborre	kauborre	BE		0	Europe/Brussels	50.85	3.51667				VLG	VOV	45	45061
2794638	Kattewegel	kattewegel	BE		0	Europe/Brussels	51.06667	3.41667				VLG	VOV	44	44084
2794640	Katte Straat	katte-straat	BE		0	Europe/Brussels	51.06667	4.23333				VLG	VAN	12	12041
2794641	Kattestraat	kattestraat	BE		0	Europe/Brussels	51	2.91667		Kattestraat,Kattestraet		VLG	VWV	32	32006
2794642	Katterijt	katterijt	BE		0	Europe/Brussels	51.4	5.03333		Katerijt,Katterijt		VLG	VAN	13	13035
2794644	Kattenhoek	kattenhoek	BE		0	Europe/Brussels	51.2627	3.5265				VLG	VOV	43	43014
2794647	Kattenbroek	kattenbroek	BE		0	Europe/Brussels	50.95634	4.08782				VLG	VOV	41	41002
2794649	Kattenbos	kattenbos	BE		0	Europe/Brussels	51.20747	5.30966		Kattenbos,Kattenbosch		VLG	VLI	72	72020
2794650	Kattenberg	kattenberg	BE		0	Europe/Brussels	51.25	4.63333				VLG	VAN	11	11055
2794652	Kattem	kattem	BE		0	Europe/Brussels	50.84925	4.10254		Catthem,Kattem		VLG	VBR	23	23097
2794653	Katteknok	katteknok	BE		0	Europe/Brussels	50.96667	3.4		Katteknock,Katteknok		VLG	VWV	37	37002
2794654	Kattebroek	kattebroek	BE		0	Europe/Brussels	50.85738	4.27686		Kattebroeck,Kattebroek		VLG	VBR	23	23016
2794657	Kattebeek	kattebeek	BE		0	Europe/Brussels	50.89566	4.9874		Cattebeek,Kattebeek		VLG	VBR	24	24054
2794659	Kathoek	kathoek	BE		0	Europe/Brussels	50.76778	3.62499				VLG	VOV	45	45041
2794660	Katharinenplei	katharinenplei	BE		0	Europe/Brussels	50.65	6.08333				WAL	WLG	63	63061
2794662	Katermeir	katermeir	BE		0	Europe/Brussels	51.04791	5.19314				VLG	VLI	71	71004
2794669	Kastel	kastel	BE		0	Europe/Brussels	51.04776	4.16945		Kastel		VLG	VOV	42	42008
2794676	Kasteelhoek	kasteelhoek	BE		0	Europe/Brussels	51.14452	3.31643				VLG	VWV	31	31003
2794677	Kasteelhoek	kasteelhoek	BE		0	Europe/Brussels	51.11667	3.36667				VLG	VWV	31	31003
2794678	Kasteelhoek	kasteelhoek	BE		0	Europe/Brussels	51.06817	2.86681				VLG	VWV	32	32003
2794679	Kasteelhoek	kasteelhoek	BE		0	Europe/Brussels	51.02131	3.83395				VLG	VOV	42	42010
2794680	Kasteelhoek	kasteelhoek	BE		0	Europe/Brussels	50.8035	2.95528				VLG	VWV	33	33011
2794681	Kasteelheide	kasteelheide	BE		0	Europe/Brussels	51.04117	4.25919				VLG	VAN	12	12041
2794687	Kasteel	kasteel	BE		0	Europe/Brussels	50.91667	3.73333				VLG	VOV	44	44052
2794690	Kasseman	kasseman	BE		0	Europe/Brussels	51.19838	5.0159				VLG	VAN	13	13008
2794693	Karrestraat	karrestraat	BE		0	Europe/Brussels	51.11667	4				VLG	VOV	46	46014
2794695	Karrenhoek	karrenhoek	BE		0	Europe/Brussels	51.03333	3.51667				VLG	VOV	44	44083
2794698	Karmhoek	karmhoek	BE		0	Europe/Brussels	51.06667	3.5		Harmhoek,Karmhoek		VLG	VOV	44	44084
2794699	Karmhoek	karmhoek	BE		0	Europe/Brussels	51.03333	3.58333				VLG	VOV	44	44021
2794702	Kareelveld	kareelveld	BE		0	Europe/Brussels	50.88939	4.68515				VLG	VBR	24	24062
2794704	Kardinaalshoek	kardinaalshoek	BE		0	Europe/Brussels	50.81133	3.82258				VLG	VOV	45	45063
2794706	Kaprijkstraat	kaprijkstraat	BE		0	Europe/Brussels	51.2	3.65		Capryckstraat,Kaprijkestraat,Kaprijkstraat		VLG	VOV	43	43007
2794709	Kappellendries	kappellendries	BE		0	Europe/Brussels	51.01667	3.88333				VLG	VOV	42	42025
2794710	Kappellenbos	kappellenbos	BE		0	Europe/Brussels	51.34962	4.46091		Cappellenbosch,Kapellebos,Kappellenbos		VLG	VAN	11	11023
2794711	Kappaart	kappaart	BE		0	Europe/Brussels	50.81508	3.37083		Kappaart,Kappaert		VLG	VWV	34	34042
2794714	Kapittel	kapittel	BE		0	Europe/Brussels	50.8314	3.77691		Capittel,Kapitel,Kapittel		VLG	VOV	45	45059
2794715	Kapiteinstraat	kapiteinstraat	BE		0	Europe/Brussels	51.11667	3.83333				VLG	VOV	44	44034
2794716	Kaphoek	kaphoek	BE		0	Europe/Brussels	50.95	3.05				VLG	VWV	36	36019
2794717	Kaphoek	kaphoek	BE		0	Europe/Brussels	50.78819	3.45067				VLG	VWV	34	34003
2794719	Kapelplaats	kapelplaats	BE		0	Europe/Brussels	51.01667	3.63333				VLG	VOV	44	44064
2794720	Kapelleweiden	kapelleweiden	BE		0	Europe/Brussels	51.11667	2.85		De Cappelle Weyden,De Kapelle Weiden,Kapelleweiden		VLG	VWV	35	35011
2794722	Kapelleveld	kapelleveld	BE		0	Europe/Brussels	51.21667	4.51667		Kapelleveld,Kappelleveld		VLG	VAN	11	11052
2794723	Kapelleveld	kapelleveld	BE		0	Europe/Brussels	50.84592	4.45088		Kapelleveld,Kapelveld		BRU	BRU	21	21018
2794726	Kapellenhoek	kapellenhoek	BE		0	Europe/Brussels	51.05	3.63333				VLG	VOV	44	44021
2794727	Kapellenbos	kapellenbos	BE		0	Europe/Brussels	50.9	3.7		Kapellenbos,Kapellenbosch		VLG	VOV	45	45065
2794728	Kapellenberg	kapellenberg	BE		0	Europe/Brussels	50.81667	3.65				VLG	VOV	45	45064
2794734	Kapelle Meersen	kapelle-meersen	BE		0	Europe/Brussels	50.9	4.06667		Kapelle Meerschen,Kapelle Meersen,Kapellen		VLG	VOV	41	41011
2794735	Kapelleken	kapelleken	BE		0	Europe/Brussels	50.98333	4.9				VLG	VBR	24	24001
2794736	Kapellehoek	kapellehoek	BE		0	Europe/Brussels	50.98921	3.16083				VLG	VWV	36	36015
2794740	Kapelle	kapelle	BE		0	Europe/Brussels	51.24667	3.73302				VLG	VOV	43	43002
2794744	Kapelhoek	kapelhoek	BE		0	Europe/Brussels	51.03333	2.86667				VLG	VWV	32	32003
2794745	Kapelhoek	kapelhoek	BE		0	Europe/Brussels	51.0253	2.85531		De Kappelhoek,Kapelhoek		VLG	VWV	32	32003
2794746	Kapelhoek	kapelhoek	BE		0	Europe/Brussels	50.83333	3.18333		Kapelhoek,Kappelhoek		VLG	VWV	34	34041
2794748	Kapel	kapel	BE		0	Europe/Brussels	51.13333	4.91667				VLG	VAN	13	13049
2794749	Kanterhoek	kanterhoek	BE		0	Europe/Brussels	50.85	3.1				VLG	VWV	36	36012
2794750	Kantekrooi	kantekrooi	BE		0	Europe/Brussels	51.16667	4.46667		Cantecroi,Kantecroi,Kantekrooi		VLG	VAN	11	11029
2794755	Kannaardsheide	kannaardsheide	BE		0	Europe/Brussels	51.16667	4.63333				VLG	VAN	12	12026
2794759	Kanakendries	kanakendries	BE		0	Europe/Brussels	50.8	3.71667		Dries,Kanakendries,Kanakkendries		VLG	VOV	45	45059
2794760	Kamvenhoek	kamvenhoek	BE		0	Europe/Brussels	51	3.46667				VLG	VOV	44	44083
2794761	Kamp Heide	kamp-heide	BE		0	Europe/Brussels	51.37669	4.97274				VLG	VAN	13	13040
2794762	Kamperstraat	kamperstraat	BE		0	Europe/Brussels	50.85	3.76667				VLG	VOV	41	41081
2794765	Kampen	kampen	BE		0	Europe/Brussels	50.90994	3.88813		Campen,Kampen		VLG	VOV	41	41027
2794766	Kampelaar	kampelaar	BE		0	Europe/Brussels	50.95019	4.54619		Campelaar,Campelaer,Kampelaar		VLG	VBR	23	23038
2794767	Kampbergen	kampbergen	BE		0	Europe/Brussels	50.96659	5.13329				VLG	VLI	71	71037
2794769	Kamert	kamert	BE		0	Europe/Brussels	51.13505	5.34891				VLG	VLI	72	72038
2794770	Kamershoek	kamershoek	BE		0	Europe/Brussels	51.05155	4.01257		Kamershoek,Kaniershoek		VLG	VOV	42	42028
2794771	Kamerlo	kamerlo	BE		0	Europe/Brussels	50.95209	5.5175		Camerloo,Kamerlo		VLG	VLI	71	71016
2794772	Kamerijk	kamerijk	BE		0	Europe/Brussels	50.76667	5.13333		Kamerijk,Kameryck		VLG	VLI	71	71017
2794773	Kamdries	kamdries	BE		0	Europe/Brussels	50.96667	4.01667		Camdriesch,Kamdries		VLG	VOV	41	41002
2794775	Kalverstraat	kalverstraat	BE		0	Europe/Brussels	51.26667	5		Kalverstaart,Kalverstraat		VLG	VAN	13	13017
2794776	Kalverstaart	kalverstaart	BE		0	Europe/Brussels	50.75	3.26667		Kalverstaart,Kalversteert		VLG	VWV		
2794777	Kalverheide	kalverheide	BE		0	Europe/Brussels	51.03333	4.63333				VLG	VAN	12	12029
2794778	Kalverhaag	kalverhaag	BE		0	Europe/Brussels	50.98826	3.81503		Kalverhaag,Kalverhaage		VLG	VOV	44	44040
2794779	Kalvebrug	kalvebrug	BE		0	Europe/Brussels	51.01667	3.88333				VLG	VOV	42	42025
2794781	Kalve	kalve	BE		0	Europe/Brussels	51.17206	3.8791				VLG	VOV	44	44073
2794782	Kalve	kalve	BE		0	Europe/Brussels	50.92127	3.04055				VLG	VWV	33	33037
2794783	Kalteborn	kalteborn	BE		0	Europe/Brussels	50.51667	6.13333		Calbour,Kalteborn,Kaltenborn		WAL	WLG	63	63080
2794786	Kalsijde	kalsijde	BE		0	Europe/Brussels	51.01667	3.66667				VLG	VOV	44	44021
2794787	Kalmthoutse Hoek	kalmthoutse-hoek	BE		0	Europe/Brussels	51.42182	4.40775		Calmpthoutschenhoek,Kalmpthoutsenhoek,Kalmthoutse Hoek		VLG	VAN	11	11022
2794794	Kallestraat	kallestraat	BE		0	Europe/Brussels	51.18333	3.48333		Callestraat,Kallestraat		VLG	VOV	43	43010
2794795	Kallemansputte	kallemansputte	BE		0	Europe/Brussels	51.18722	3.77823		Callemansputte,Gallemansputte,Kallemansputte		VLG	VOV	43	43018
2794797	Kallebeek	kallebeek	BE		0	Europe/Brussels	51.14232	4.33837		Callebeek,Kallebeek		VLG	VAN	11	11018
2794798	Kalle	kalle	BE		0	Europe/Brussels	50.91667	3.78333				VLG	VOV	44	44052
2794800	Kalkhoven	kalkhoven	BE		0	Europe/Brussels	50.91728	4.18792				VLG	VBR	23	23002
2794801	Kalkhoven	kalkhoven	BE		0	Europe/Brussels	50.76667	3.55				VLG	VOV	45	45060
2794804	Kalishoek	kalishoek	BE		0	Europe/Brussels	51.28333	4.26667				VLG	VOV	46	46003
2794805	Kalishoek	kalishoek	BE		0	Europe/Brussels	51.22887	4.28484		Calishoek,Kalishoek		VLG	VOV	46	46003
2794806	Kalishoek	kalishoek	BE		0	Europe/Brussels	51.06831	2.89008		Kaleshoek,Kalishoek		VLG	VWV	32	32003
2794807	Kalfort	kalfort	BE		0	Europe/Brussels	51.07155	4.29608		Calfort,Kalfort		VLG	VAN	12	12041
2794808	Kaleshoek	kaleshoek	BE		0	Europe/Brussels	51.21965	3.36394				VLG	VWV	31	31006
2794809	Kaleshoek	kaleshoek	BE		0	Europe/Brussels	51.14062	3.19979				VLG	VWV	31	31022
2794810	Kaleshoek	kaleshoek	BE		0	Europe/Brussels	50.99106	3.49066		Caleshoek,Kaleshoek		VLG	VOV	44	44083
2794811	Kalenberg	kalenberg	BE		0	Europe/Brussels	51.03106	5.61754		Calenberg,Kalenberg		VLG	VLI	71	71002
2794812	Kalenberg	kalenberg	BE		0	Europe/Brussels	50.77857	3.80499		Kalenberg,Kalenberge		VLG	VOV	41	41018
2794814	Kalberg	kalberg	BE		0	Europe/Brussels	50.92888	3.35				VLG	VWV	37	37010
2794815	Kakelenberg	kakelenberg	BE		0	Europe/Brussels	50.79872	3.88339		Kaakelenberg,Kakelenberg		VLG	VOV	41	41018
2794816	Kakebeke	kakebeke	BE		0	Europe/Brussels	50.81667	3.85				VLG	VOV	45	45063
2794817	Kaiphas	kaiphas	BE		0	Europe/Brussels	50.92113	3.14752		Cayphas,Kaiphas		VLG	VWV	36	36015
2794822	Kadijk	kadijk	BE		0	Europe/Brussels	51.21441	5.41832		Kadijk,Kadyk		VLG	VLI	72	72043
2794825	Kabuis	kabuis	BE		0	Europe/Brussels	50.81667	3.66667		Cabuyze,Kabuis,Kabuize		VLG	VOV	45	45064
2794826	Kabernol	kabernol	BE		0	Europe/Brussels	50.8	3.56667		Cabernhol,Kabernol		VLG	VOV	45	45035
2794829	Kabbeke	kabbeke	BE		0	Europe/Brussels	50.83333	3.93333				VLG	VOV	41	41048
2794832	Kaasstraat	kaasstraat	BE		0	Europe/Brussels	51.06667	4.36667				VLG	VAN	12	12040
2794836	Kaalheide	kaalheide	BE		0	Europe/Brussels	50.78409	4.55924		Calheide,Kaalheide,Kalheide		VLG	VBR	23	23062
2794839	Kaaien	kaaien	BE		0	Europe/Brussels	51.06667	4.16667				VLG	VOV	42	42008
2794841	Kaaie	kaaie	BE		0	Europe/Brussels	50.85721	2.88555				VLG	VWV	33	33011
2794843	Juzaine	juzaine	BE		0	Europe/Brussels	50.37016	5.53456		Juzaine		WAL	WLX	83	83012
2794844	Juzaine	juzaine	BE		0	Europe/Brussels	50.23597	4.66348		Jusaine,Juzaine		WAL	WNA	93	93022
2794847	Juslenville	juslenville	BE		0	Europe/Brussels	50.54436	5.8125				WAL	WLG	63	63076
2794857	Jupille	jupille	BE		0	Europe/Brussels	50.20844	5.5376		Jupille		WAL	WLX	83	83044
2794866	Joustenbuchen	joustenbuchen	BE		0	Europe/Brussels	50.26667	6.05				WAL	WLG	63	63067
2794868	Journal	journal	BE		0	Europe/Brussels	50.11814	5.50603				WAL	WLX	83	83049
2794869	Joubiéval	joubieval	BE		0	Europe/Brussels	50.25917	5.84844				WAL	WLX	82	82032
2794871	José	jose	BE		0	Europe/Brussels	50.62979	5.77248		Jose,José		WAL	WLG	63	63035
2794874	Jonkershoven	jonkershoven	BE		0	Europe/Brussels	50.96837	2.91207		Jonkershove,Jonkershoven		VLG	VWV	32	32006
2794880	Joncquois	joncquois	BE		0	Europe/Brussels	50.73333	3.43333				WAL	WHT	57	57018
2794881	Le Joncquois	le-joncquois	BE		0	Europe/Brussels	50.47919	3.7605				WAL	WHT	53	53070
2794882	Joncquière	joncquiere	BE		0	Europe/Brussels	50.68333	3.28333				WAL	WHT	57	57027
2794883	Jonckeu	jonckeu	BE		0	Europe/Brussels	50.56143	5.86502				WAL	WLG	63	63079
2794887	Jolivet	jolivet	BE		0	Europe/Brussels	50.66667	5.6				WAL	WLG	62	62051
2794888	Jolimont	jolimont	BE		0	Europe/Brussels	50.4732	4.22508				WAL	WHT	52	52043
2794889	Jolifaux	jolifaux	BE		0	Europe/Brussels	50.36667	5.16667				WAL	WNA	91	91059
2794890	Joli Bois	joli-bois	BE		0	Europe/Brussels	50.7	4.4				WAL	WBR	25	25110
2794891	Johoster	johoster	BE		0	Europe/Brussels	50.47776	5.78167				WAL	WLG	63	63076
2794892	Joffen	joffen	BE		0	Europe/Brussels	50.21667	5.96667		Jaffen,Joffen		WAL	WLX	82	82037
2794897	Jodion	jodion	BE		0	Europe/Brussels	50.45608	4.73253				WAL	WNA	92	92045
2794898	Jodenville	jodenville	BE		0	Europe/Brussels	49.96912	5.61151				WAL	WLX	82	82036
2794899	Jodenstraat	jodenstraat	BE		0	Europe/Brussels	50.93333	5.23333				VLG	VLI	71	71022
2794903	Jo	jo	BE		0	Europe/Brussels	51.02577	3.2283		Jo,Joo		VLG	VWV	37	37018
2794906	Jevoumont	jevoumont	BE		0	Europe/Brussels	50.52445	5.80516				WAL	WLG	63	63076
2794907	Jévigne	jevigne	BE		0	Europe/Brussels	50.29493	5.76753				WAL	WLG	63	63045
2794916	Jet	jet	BE		0	Europe/Brussels	50.3	5.06667				WAL	WNA	91	91030
2794919	Jérusalem	jerusalem	BE		0	Europe/Brussels	50.59016	4.37264				WAL	WBR	25	25072
2794921	Jenneville	jenneville	BE		0	Europe/Brussels	49.99576	5.4768				WAL	WLX	84	84077
2794922	Jenneret	jenneret	BE		0	Europe/Brussels	50.4123	5.44563		Jenneret		WAL	WLX	83	83012
2794928	Jemerée	jemeree	BE		0	Europe/Brussels	50.54236	4.48935		Gimeree,Gimerée,Jemeree,Jemerée		WAL	WBR	25	25107
2794931	Jemeppe	jemeppe	BE		0	Europe/Brussels	50.18567	5.31265				WAL	WLX	83	83034
2794940	Jehonheid	jehonheid	BE		0	Europe/Brussels	50.36667	5.63333		Jehanheid,Jehonheid		WAL	WLX	83	83055
2794944	Jehanster	jehanster	BE		0	Europe/Brussels	50.55598	5.90052				WAL	WLG	63	63076
2794952	Java	java	BE		0	Europe/Brussels	50.51342	5.15275		Java		WAL	WLG	61	61072
2794954	Jausselette	jausselette	BE		0	Europe/Brussels	50.61819	4.83851				WAL	WBR	25	25084
2794958	Jauche la Marne	jauche-la-marne	BE		0	Europe/Brussels	50.68727	4.9706				WAL	WBR	25	25120
2794963	Hameau du Jardin	hameau-du-jardin	BE		0	Europe/Brussels	50.59784	3.77535				WAL	WHT	51	51014
2794966	Jannée	jannee	BE		0	Europe/Brussels	50.28452	5.19921		Jannee,Jannée		WAL	WNA	91	91030
2794967	Jandrenouille	jandrenouille	BE		0	Europe/Brussels	50.65545	4.97466				WAL	WBR	25	25120
2794972	Jamodenne	jamodenne	BE		0	Europe/Brussels	50.21942	5.28554				WAL	WLX	83	83034
2794973	Jammelshoek	jammelshoek	BE		0	Europe/Brussels	50.85577	3.47462		't Jammelshoek,Jammelshoek		VLG	VWV	34	34002
2794979	Jamblinne	jamblinne	BE		0	Europe/Brussels	50.16258	5.12644		Jamblinne		WAL	WNA	91	91114
2794980	Jambjoul	jambjoul	BE		0	Europe/Brussels	50.16667	5.11667				WAL	WNA	91	91114
2794991	Jagerij	jagerij	BE		0	Europe/Brussels	50.85	3.66667				VLG	VOV	45	45035
2795014	Iveldingen	iveldingen	BE		0	Europe/Brussels	50.36667	6.11667		Iveldange,Iveldingen		WAL	WLG	63	63001
2795026	Issegem	issegem	BE		0	Europe/Brussels	50.92869	3.80542				VLG	VOV	44	44052
2795028	Isschot	isschot	BE		0	Europe/Brussels	51.24877	4.98088				VLG	VAN	13	13017
2795029	Isschot	isschot	BE		0	Europe/Brussels	51.098	4.71035				VLG	VAN	12	12014
2795032	Isle le Pré	isle-le-pre	BE		0	Europe/Brussels	49.98943	5.69314				WAL	WLX	82	82003
2795042	Ipsvoorde	ipsvoorde	BE		0	Europe/Brussels	50.98885	4.36526				VLG	VBR	23	23039
2795043	Ipenrooy	ipenrooy	BE		0	Europe/Brussels	51.46163	4.75755		Ipenrooi,Ipenrooy		VLG	VAN	13	13014
2795044	Inzefy	inzefy	BE		0	Europe/Brussels	50.35	4.96667				WAL	WNA	92	92006
2795045	Insevaux	insevaux	BE		0	Europe/Brussels	50.43007	4.79128				WAL	WNA	92	92094
2795046	Ins ès Prés	ins-es-pres	BE		0	Europe/Brussels	50.13333	5.33333				WAL	WLX	83	83040
2795047	Ins ès Mwinnis	ins-es-mwinnis	BE		0	Europe/Brussels	50.11667	5.35				WAL	WLX	83	83040
2795048	Insepré	insepre	BE		0	Europe/Brussels	50.42189	4.80807				WAL	WNA	92	92094
2795049	Insemont	insemont	BE		0	Europe/Brussels	50.21561	4.81691				WAL	WNA	91	91142
2795050	Insebois	insebois	BE		0	Europe/Brussels	50.34696	4.60801				WAL	WNA	92	92087
2795051	Inkt	inkt	BE		0	Europe/Brussels	51.11742	4.26802				VLG	VAN	12	12007
2795052	Inkensven	inkensven	BE		0	Europe/Brussels	51.23333	5.55				VLG	VLI	72	72037
2795053	Ingremez	ingremez	BE		0	Europe/Brussels	50.13364	4.57163				WAL	WNA	93	93056
2795058	Ingaf	ingaf	BE		0	Europe/Brussels	51	3.68333				VLG	VOV	44	44021
2795065	Inchebroux	inchebroux	BE		0	Europe/Brussels	50.69253	4.69196				WAL	WBR	25	25018
2795066	Impegem	impegem	BE		0	Europe/Brussels	50.85859	4.06914				VLG	VBR	23	23044
2795069	Impde	impde	BE		0	Europe/Brussels	50.97383	4.30707		Impde,Impe		VLG	VBR	23	23050
2795070	Im Mool	im-mool	BE		0	Europe/Brussels	50.18333	6.1				WAL	WLG	63	63087
2795071	Immerseel	immerseel	BE		0	Europe/Brussels	51.21336	4.4931				VLG	VAN	11	11052
2795072	Immer	immer	BE		0	Europe/Brussels	51.12163	5.22503				VLG	VLI	71	71034
2795073	Im Heinsterterpaad	im-heinsterterpaad	BE		0	Europe/Brussels	49.75	5.73333		Heinsterterpaad,Im Heinsterterpaad		WAL	WLX	81	81003
2795074	Im Grünenthal	im-grunenthal	BE		0	Europe/Brussels	50.73333	6.05				WAL	WLG		
2795076	Imbrechies	imbrechies	BE		0	Europe/Brussels	50.04025	4.21849				WAL	WHT	56	56051
2795079	Ill	ill	BE		0	Europe/Brussels	51.13333	4.88333				VLG	VAN	13	13049
2795080	Iksenheuvel	iksenheuvel	BE		0	Europe/Brussels	51.04741	4.62422		Iksenheuvel,Ixenheuvel		VLG	VAN	12	12029
2795082	IJzerveld	ijzerveld	BE		0	Europe/Brussels	50.94169	5.0975				VLG	VLI	71	71020
2795085	IJzerhand	ijzerhand	BE		0	Europe/Brussels	51.21667	4.25				VLG	VOV	46	46003
2795086	Ijzerenberg	ijzerenberg	BE		0	Europe/Brussels	50.88333	4.65		Eizerberg,IJzerenberg		VLG	VBR	24	24038
2795088	IJzerdeurhoek	ijzerdeurhoek	BE		0	Europe/Brussels	50.9	2.7				VLG	VWV	33	33041
2795090	IJzer	ijzer	BE		0	Europe/Brussels	50.79905	4.54943		Eyzer,IJzer,Yzer		VLG	VBR	23	23062
2795092	IJskelder	ijskelder	BE		0	Europe/Brussels	51.23333	4.43333		IJskelder,Yskelder		VLG	VAN	11	11002
2795093	IJshovedries	ijshovedries	BE		0	Europe/Brussels	50.91667	3.51667		IJshovedries,Yshovedriesch		VLG	VOV	45	45068
2795094	IJshoute	ijshoute	BE		0	Europe/Brussels	50.92892	3.82707				VLG	VOV	44	44052
2795096	IJsberg	ijsberg	BE		0	Europe/Brussels	50.83333	4.21667				VLG	VBR	23	23016
2795097	Ihy	ihy	BE		0	Europe/Brussels	50.36145	3.97482				WAL	WHT	53	53084
2795110	Hymiée	hymiee	BE		0	Europe/Brussels	50.33004	4.53037				WAL	WHT	52	52025
2795111	Huyers	huyers	BE		0	Europe/Brussels	50.4	6.06667				WAL	WLG	63	63049
2795115	Huttegem	huttegem	BE		0	Europe/Brussels	50.92608	3.5106				VLG	VOV	45	45068
2795116	Huttegem	huttegem	BE		0	Europe/Brussels	50.83333	3.41667		Huttegem,Hutteghem		VLG	VWV	34	34002
2795117	Hutte	hutte	BE		0	Europe/Brussels	50.78333	3.71667				WAL	WHT		
2795118	Hütte	huette	BE		0	Europe/Brussels	50.61674	6.04797				WAL	WLG	63	63023
2795119	Hutsepot	hutsepot	BE		0	Europe/Brussels	51.01168	3.70239				VLG	VOV	44	44021
2795121	Hussevelde	hussevelde	BE		0	Europe/Brussels	51.06068	3.91832				VLG	VOV	42	42010
2795126	Hurselhoek	hurselhoek	BE		0	Europe/Brussels	51.00328	3.23508				VLG	VWV	37	37011
2795127	Hurlugeai	hurlugeai	BE		0	Europe/Brussels	50.3	4.38333				WAL	WHT	56	56086
2795128	Hurdumont	hurdumont	BE		0	Europe/Brussels	50.75515	3.72834		Hardumont,Hurdumont		WAL	WHT	51	51019
2795129	Huqueny	huqueny	BE		0	Europe/Brussels	49.86667	5.35		Huquenie,Huqueny		WAL	WLX	84	84043
2795133	Huombois	huombois	BE		0	Europe/Brussels	49.63333	5.56667				WAL	WLX	85	85009
2795135	Hunsel	hunsel	BE		0	Europe/Brussels	50.82444	4.1147				VLG	VBR	23	23097
2795136	Hunsberg	hunsberg	BE		0	Europe/Brussels	50.95123	4.26767				VLG	VBR	23	23052
2795137	Hünningen	huenningen	BE		0	Europe/Brussels	50.39577	6.29122		Hunange,Hunnange		WAL	WLG	63	63012
2795138	Hünningen	huenningen	BE		0	Europe/Brussels	50.29667	6.11222		Hunange,Hunnage,Hunnange,Hunningen,Hünningen		WAL	WLG	63	63067
2795143	Hunberg	hunberg	BE		0	Europe/Brussels	51.04724	5.0954				VLG	VBR	24	24020
2795144	Hun	hun	BE		0	Europe/Brussels	50.33626	4.87021		Hun		WAL	WNA	91	91005
2795145	Humont	humont	BE		0	Europe/Brussels	50.62587	3.60706				WAL	WHT	57	57094
2795146	Humerée	humeree	BE		0	Europe/Brussels	50.52974	4.61786				WAL	WNA	92	92114
2795147	Humelgem	humelgem	BE		0	Europe/Brussels	50.90476	4.52036		Humelgem,Humelghem		VLG	VBR	23	23081
2795153	Hulzen	hulzen	BE		0	Europe/Brussels	51.14721	5.11448		Hulse,Hulsen,Hulzen		VLG	VAN	13	13003
2795154	Hulzen	hulzen	BE		0	Europe/Brussels	50.87796	5.26031		Hulsen,Hulzen		VLG	VLI	73	73001
2795155	Hulsvelde	hulsvelde	BE		0	Europe/Brussels	50.92898	3.30007				VLG	VWV	37	37007
2795156	Hulstjen	hulstjen	BE		0	Europe/Brussels	51.15	3.75				VLG	VOV	44	44019
2795159	Hulst	hulst	BE		0	Europe/Brussels	51.11667	3.75		D'Hulst,Hulst		VLG	VOV	44	44021
2795160	Hulst	hulst	BE		0	Europe/Brussels	51.07102	5.12731				VLG	VLI	71	71057
2795161	Hulst	hulst	BE		0	Europe/Brussels	51	3.98333				VLG	VOV	42	42026
2795162	Hulst	hulst	BE		0	Europe/Brussels	50.99088	4.79635				VLG	VBR	24	24007
2795163	Hulst	hulst	BE		0	Europe/Brussels	50.96091	4.19262				VLG	VBR	23	23060
2795164	Hulst	hulst	BE		0	Europe/Brussels	50.88427	4.89231				VLG	VBR	24	24066
2795167	Hulsken	hulsken	BE		0	Europe/Brussels	50.98333	5.43333				VLG	VLI	71	71016
2795169	Hulshouteindeken	hulshouteindeken	BE		0	Europe/Brussels	51.06667	4.81667		Hulshout-Eynde,Hulshouteinde,Hulshouteindeken		VLG	VAN	13	13016
2795172	Hulsen	hulsen	BE		0	Europe/Brussels	51.20946	4.85685		Huisen,Hulsen		VLG	VAN	13	13011
2795173	Hulsel	hulsel	BE		0	Europe/Brussels	51.46413	5.07364		Hulsel,Hutsel		VLG	VAN	13	13035
2795174	Hulseinde	hulseinde	BE		0	Europe/Brussels	51.13333	4.85		Hulseind,Hulseinde		VLG	VAN	13	13049
2795175	Hulsbroek	hulsbroek	BE		0	Europe/Brussels	51.08241	5.16467		Hulsbroek,Hulstbroek		VLG	VLI	71	71069
2795177	Hulsbeek	hulsbeek	BE		0	Europe/Brussels	50.90325	5.1145		Hulsbeek,Hulstbeek		VLG	VBR	24	24028
2795180	Hullendries	hullendries	BE		0	Europe/Brussels	51.01655	3.81203				VLG	VOV	44	44013
2795181	Hulleken	hulleken	BE		0	Europe/Brussels	51.11994	3.68266		Hulleken		VLG	VOV	44	44019
2795183	Huleux	huleux	BE		0	Europe/Brussels	50.63456	4.25085		Huleu,Huleux		WAL	WBR	25	25044
2795186	Hulans	hulans	BE		0	Europe/Brussels	50.65	3.26667				WAL	WHT	57	57081
2795187	Hul	hul	BE		0	Europe/Brussels	51.10144	3.90677				VLG	VOV	46	46014
2795188	Hukkelberg	hukkelberg	BE		0	Europe/Brussels	51.21667	4.91667		Huckelberg,Hukkelberg		VLG	VAN	13	13017
2795191	Huizeneinde	huizeneinde	BE		0	Europe/Brussels	51.35	4.85				VLG	VAN	13	13023
2795192	Huiwede	huiwede	BE		0	Europe/Brussels	50.82677	3.56201				VLG	VOV	45	45061
2795193	Huivelde	huivelde	BE		0	Europe/Brussels	51.06667	4.08333		Huivelde,Huyvelde		VLG	VOV	42	42028
2795197	Huissegem	huissegem	BE		0	Europe/Brussels	50.87409	4.07183		Huisegem,Huissegem		VLG	VOV	41	41011
2795198	Huiskens	huiskens	BE		0	Europe/Brussels	50.93333	4.15		Huiskens,Huyskens		VLG	VOV	41	41002
2795201	Huisdonk	huisdonk	BE		0	Europe/Brussels	50.95	3.8		Huisdonk,Huisdonkt		VLG	VOV	44	44052
2795202	Huinhoven	huinhoven	BE		0	Europe/Brussels	50.93366	4.47679				VLG	VBR	23	23081
2795203	Huilaart Molen	huilaart-molen	BE		0	Europe/Brussels	51.01589	3.02767		Huilaart Molen,Huilaert Molen		VLG	VWV	32	32011
2795207	Hubinne	hubinne	BE		0	Europe/Brussels	50.34089	5.16582				WAL	WNA	91	91059
2795213	Hubermont	hubermont	BE		0	Europe/Brussels	50.56436	3.9851				WAL	WHT	55	55040
2795214	Hubermont	hubermont	BE		0	Europe/Brussels	50.23	4.98667				WAL	WNA	91	91072
2795215	Hubermont	hubermont	BE		0	Europe/Brussels	50.14218	5.62563		Hubermont		WAL	WLX	83	83031
2795216	Hubermont	hubermont	BE		0	Europe/Brussels	50.01219	5.58172				WAL	WLX	82	82038
2795218	Hubaille	hubaille	BE		0	Europe/Brussels	50.23712	5.01757		Hubaille,Wilbaille		WAL	WNA	91	91072
2795219	Hozémont	hozemont	BE		0	Europe/Brussels	50.62472	5.39636				WAL	WLG	62	62118
2795221	Hoyoux	hoyoux	BE		0	Europe/Brussels	50.39559	5.29335				WAL	WLG	61	61012
2795222	Hoyemont	hoyemont	BE		0	Europe/Brussels	50.46783	5.61728				WAL	WLG	62	62026
2795230	Hoverseinde	hoverseinde	BE		0	Europe/Brussels	51.21667	5.43333				VLG	VLI	72	72043
2795231	Hoverraad	hoverraad	BE		0	Europe/Brussels	50.78763	3.9861		Hoveraad,Hoverraad		VLG	VOV	41	41018
2795237	Houyeux	houyeux	BE		0	Europe/Brussels	50.68333	5.83333				WAL	WLG	63	63035
2795240	Houyèrs	houyers	BE		0	Europe/Brussels	50.33333	4.83333				WAL	WNA	91	91005
2795241	Houyemont	houyemont	BE		0	Europe/Brussels	50.35153	4.97126		Houemont,Houyemont		WAL	WNA	92	92006
2795243	Houwerzele	houwerzele	BE		0	Europe/Brussels	50.91667	3.85		Hauwerzeele,Houwerzele		VLG	VOV	41	41063
2795244	Houwaartseberg	houwaartseberg	BE		0	Europe/Brussels	50.94225	4.85623		Hauwaertsche Berg,Houwaartseberg		VLG	VBR	24	24135
2795248	Houvegné	houvegne	BE		0	Europe/Brussels	50.35389	6.00667		Houvegne,Houvegnez,Houvegné		WAL	WLG	63	63073
2795249	Houtvoort	houtvoort	BE		0	Europe/Brussels	51.21837	4.11558				VLG	VOV	46	46020
2795252	Hout si Plout	hout-si-plout	BE		0	Europe/Brussels	50.51667	5.55				WAL	WLG	62	62032
2795253	Houtmolen	houtmolen	BE		0	Europe/Brussels	51.2193	5.41394				VLG	VLI	72	72043
2795257	Houthuizen	houthuizen	BE		0	Europe/Brussels	51.03333	5.71667				VLG	VLI	72	72041
2795260	Houthalenberg	houthalenberg	BE		0	Europe/Brussels	51.03333	5.36667				VLG	VLI	72	72039
2795263	Houterstraat	houterstraat	BE		0	Europe/Brussels	51.11885	5.41197		Houterstraat,Houtestraat		VLG	VLI	72	72030
2795264	Houteren Berg	houteren-berg	BE		0	Europe/Brussels	51.05	5.05				VLG	VLI	71	71057
2795265	Houtenkruis	houtenkruis	BE		0	Europe/Brussels	51.1568	4.30086				VLG	VOV	46	46013
2795266	Houtenkruis	houtenkruis	BE		0	Europe/Brussels	50.96667	4.1				VLG	VOV	41	41002
2795272	Houtekruis	houtekruis	BE		0	Europe/Brussels	51.02499	4.27398				VLG	VBR	23	23045
2795273	Houte	houte	BE		0	Europe/Brussels	50.9162	3.7887		Haute,Houte		VLG	VOV	44	44052
2795274	Houte	houte	BE		0	Europe/Brussels	50.39681	5.04786				WAL	WNA	92	92054
2795276	Houtbriel	houtbriel	BE		0	Europe/Brussels	51.14403	4.224				VLG	VOV	46	46025
2795284	Houtain le Mont	houtain-le-mont	BE		0	Europe/Brussels	50.57599	4.40886				WAL	WBR	25	25031
2795293	Houssière	houssiere	BE		0	Europe/Brussels	50.70098	3.6672				WAL	WHT	51	51065
2795298	Hourt	hourt	BE		0	Europe/Brussels	50.31611	5.91028				WAL	WLX	82	82032
2795300	Hourpes	hourpes	BE		0	Europe/Brussels	50.36849	4.30271		Hourpe,Hourpes		WAL	WHT	56	56078
2795301	Hour la Petite	hour-la-petite	BE		0	Europe/Brussels	50.16799	5.02688		Hour la Petite		WAL	WNA	91	91072
2795302	Hour la Grande	hour-la-grande	BE		0	Europe/Brussels	50.15565	5.02694				WAL	WNA	91	91072
2795304	Hourdenge	hourdenge	BE		0	Europe/Brussels	50.63917	4.25691				WAL	WBR	25	25044
2795305	Hourchet	hourchet	BE		0	Europe/Brussels	50.58417	4.77761				WAL	WNA	92	92142
2795306	Houraing	houraing	BE		0	Europe/Brussels	50.70292	3.82834		Hourain,Houraing		WAL	WHT	55	55023
2795311	Houppe	houppe	BE		0	Europe/Brussels	50.76943	3.70023				WAL	WHT	51	51019
2795312	Houmont	houmont	BE		0	Europe/Brussels	49.99609	5.58526				WAL	WLX	82	82038
2795313	Houmart	houmart	BE		0	Europe/Brussels	50.40119	5.47771				WAL	WLX	83	83012
2795314	Houlteau	houlteau	BE		0	Europe/Brussels	50.63099	5.85815				WAL	WLG	63	63035
2795315	Houlette	houlette	BE		0	Europe/Brussels	50.56928	4.47461		Houlette,La Houlette		WAL	WBR	25	25107
2795316	Houise	houise	BE		0	Europe/Brussels	50.1	5.25				WAL	WLX	84	84068
2795317	Houilly	houilly	BE		0	Europe/Brussels	50.63333	3.3				WAL	WHT	57	57081
2795321	Hougnée	hougnee	BE		0	Europe/Brussels	50.59147	5.17767				WAL	WLG	64	64015
2795324	Houdt	houdt	BE		0	Europe/Brussels	51.13369	4.92606				VLG	VAN	13	13049
2795325	Houdrigny	houdrigny	BE		0	Europe/Brussels	49.57514	5.49636				WAL	WLX	85	85024
2795335	Hou	hou	BE		0	Europe/Brussels	50.65447	4.09678				WAL	WBR	25	25123
2795339	Hottomont	hottomont	BE		0	Europe/Brussels	50.62673	4.87929		Hottomont		WAL	WBR	25	25122
2795340	Hottée du Diable	hottee-du-diable	BE		0	Europe/Brussels	49.78333	5.03333				WAL	WLX	84	84010
2795341	Hotte	hotte	BE		0	Europe/Brussels	49.87634	5.66203		Hotte		WAL	WLX	82	82009
2795343	Hotleut	hotleut	BE		0	Europe/Brussels	50.41749	6.08771				WAL	WLG	63	63080
2795344	Hoste	hoste	BE		0	Europe/Brussels	51.04911	5.08594				VLG	VBR	24	24020
2795345	Hosseuse	hosseuse	BE		0	Europe/Brussels	49.81667	5.41561		Hosseuse		WAL	WLX	84	84043
2795347	Hosdent	hosdent	BE		0	Europe/Brussels	50.61577	5.16295				WAL	WLG	64	64015
2795348	Hoscheit	hoscheit	BE		0	Europe/Brussels	50.61667	6.25				WAL	WLG	63	63023
2795349	Horzeleind	horzeleind	BE		0	Europe/Brussels	51.28333	5.08333				VLG	VAN	13	13036
2795354	Horst	horst	BE		0	Europe/Brussels	51.26667	4.48333		De Hors,De Horst,Horst		VLG	VAN	11	11040
2795355	Horruette	horruette	BE		0	Europe/Brussels	50.60868	4.04647				WAL	WHT	55	55040
2795364	Hornay	hornay	BE		0	Europe/Brussels	50.52052	5.65916				WAL	WLG	62	62100
2795366	Horlebecq	horlebecq	BE		0	Europe/Brussels	50.64245	4.04826				WAL	WHT	55	55004
2795367	Horlé	horle	BE		0	Europe/Brussels	49.91667	5.13333		Horle,Horlé,Lehorle		WAL	WLX	84	84050
2795368	Hork	hork	BE		0	Europe/Brussels	51.2279	5.5205		Horck,Hork,Horrik		VLG	VLI	72	72037
2795371	Horing	horing	BE		0	Europe/Brussels	50.88049	4.28717		Hooring,Horing		VLG	VBR	23	23002
2795372	Horimetz	horimetz	BE		0	Europe/Brussels	50.55587	3.82504				WAL	WHT	51	51014
2795373	Horenszee	horenszee	BE		0	Europe/Brussels	51	5.55				VLG	VLI	71	71002
2795374	Horensberg	horensberg	BE		0	Europe/Brussels	50.99175	5.54682				VLG	VLI	71	71016
2795375	Horendonk	horendonk	BE		0	Europe/Brussels	51.46855	4.50148		Horendonck		VLG	VAN	11	11016
2795379	Hoolsterberg	hoolsterberg	BE		0	Europe/Brussels	51.1597	5.16581				VLG	VAN	13	13003
2795380	Hoolst	hoolst	BE		0	Europe/Brussels	51.15	5.16667				VLG	VAN	13	13003
2795381	Hool	hool	BE		0	Europe/Brussels	50.91667	3.93333				VLG	VOV	41	41082
2795382	Hooiwege	hooiwege	BE		0	Europe/Brussels	51.14091	3.6761				VLG	VOV	44	44019
2795383	Hooiweg	hooiweg	BE		0	Europe/Brussels	51.11545	4.71959				VLG	VAN	12	12014
2795384	Hooithoek	hooithoek	BE		0	Europe/Brussels	51.03333	3.31667				VLG	VWV	37	37015
2795385	Hooirt	hooirt	BE		0	Europe/Brussels	51.08333	4.13333				VLG	VOV	42	42008
2795386	Hooilaar	hooilaar	BE		0	Europe/Brussels	51.03736	4.8429				VLG	VAN	13	13013
2795387	Hooiendonk	hooiendonk	BE		0	Europe/Brussels	51.05367	4.41242				VLG	VAN	12	12025
2795388	Hooie	hooie	BE		0	Europe/Brussels	50.94733	3.463		D'Hoye,Hoije,Hooie		VLG	VOV	44	44081
2795389	Hooidonk	hooidonk	BE		0	Europe/Brussels	51.27019	5.11989		Hooidonck,Hooidonk,Hoydonck		VLG	VAN	13	13036
2795390	Hooidonk	hooidonk	BE		0	Europe/Brussels	51.23333	4.68733		Hooidonck,Hooidonk		VLG	VAN	11	11054
2795391	Hooiberg	hooiberg	BE		0	Europe/Brussels	50.98701	4.59734				VLG	VBR	24	24033
2795392	Hoogwormen	hoogwormen	BE		0	Europe/Brussels	50.9	3.76667				VLG	VOV	41	41081
2795393	Hoog Vijver	hoog-vijver	BE		0	Europe/Brussels	51	5.31667				VLG	VLI	71	71066
2795394	Hoogveld	hoogveld	BE		0	Europe/Brussels	50.833	5.43695				VLG	VLI	73	73040
2795395	Hoog Tongel	hoog-tongel	BE		0	Europe/Brussels	51.164	4.59239				VLG	VAN	11	11035
2795396	Hoogte	hoogte	BE		0	Europe/Brussels	50.93933	3.24957				VLG	VWV	36	36007
2795397	Hoogstrop	hoogstrop	BE		0	Europe/Brussels	50.78333	4.05				VLG	VBR	23	23024
2795400	Hoogstraatje	hoogstraatje	BE		0	Europe/Brussels	50.78333	3.35		Hoogstraaje,Hoogstraatje		VLG	VWV	34	34042
2795401	Hoogstraat	hoogstraat	BE		0	Europe/Brussels	51.18759	3.89822				VLG	VOV	44	44073
2795402	Hoogstraat	hoogstraat	BE		0	Europe/Brussels	51.16667	3.36667				VLG	VWV	31	31003
2795403	Hoogstraat	hoogstraat	BE		0	Europe/Brussels	51.15	4.26667				VLG	VOV	46	46013
2795404	Hoogstraat	hoogstraat	BE		0	Europe/Brussels	51.15	3.75				VLG	VOV	44	44019
2795405	Hoogstraat	hoogstraat	BE		0	Europe/Brussels	51.08333	3.63333				VLG	VOV	44	44021
2795406	Hoogstraat	hoogstraat	BE		0	Europe/Brussels	51.06667	3.85				VLG	VOV	44	44034
2795407	Hoogstraat	hoogstraat	BE		0	Europe/Brussels	50.98333	4.08333				VLG	VOV	42	42011
2795408	Hoogstraat	hoogstraat	BE		0	Europe/Brussels	50.98887	4.09091				VLG	VOV	42	42011
2795409	Hoogstraat	hoogstraat	BE		0	Europe/Brussels	50.88333	3.88333				VLG	VOV	41	41027
2795410	Hoogstraat	hoogstraat	BE		0	Europe/Brussels	50.86667	4.05				VLG	VOV	41	41048
2795411	Hoogstraat	hoogstraat	BE		0	Europe/Brussels	50.86667	3.91667		Hoogstraat,Hoogstraet,Khogstraten,Хогстратен		VLG	VOV	41	41027
2795412	Hoogstraat	hoogstraat	BE		0	Europe/Brussels	50.83333	3.73333				VLG	VOV	45	45059
2795413	Hoogstraat	hoogstraat	BE		0	Europe/Brussels	50.8	3.81667				VLG	VOV	45	45063
2795414	Hoogstraat	hoogstraat	BE		0	Europe/Brussels	50.8	3.7				VLG	VOV	45	45064
2795417	Hoogscharent	hoogscharent	BE		0	Europe/Brussels	50.97527	4.67235				VLG	VBR	24	24033
2795419	Hoogplaat	hoogplaat	BE		0	Europe/Brussels	51.3	3.13333		Hoogplaat,Hoogplaats		VLG	VWV	31	31004
2795420	Hoogmolen	hoogmolen	BE		0	Europe/Brussels	50.73683	5.41052				VLG	VLI	73	73083
2795425	Hooglatem	hooglatem	BE		0	Europe/Brussels	51.00379	3.63299		Hoog-Laethem,Hooglatem		VLG	VOV	44	44064
2795426	Hoog Landeken	hoog-landeken	BE		0	Europe/Brussels	51.01667	2.93333				VLG	VWV	32	32003
2795427	Hoogland	hoogland	BE		0	Europe/Brussels	50.97384	4.72187				VLG	VBR	24	24094
2795428	Hoogkwartier	hoogkwartier	BE		0	Europe/Brussels	50.98333	2.93333				VLG	VWV	32	32006
2795429	Hoog Kouter	hoog-kouter	BE		0	Europe/Brussels	50.94621	3.87227		Hoog Kouter,Hoog-Kauter		VLG	VOV	41	41063
2795430	Hoogkamerstraat	hoogkamerstraat	BE		0	Europe/Brussels	51.13333	4.2				VLG	VOV	46	46025
2795431	Hoogkameren	hoogkameren	BE		0	Europe/Brussels	51.14739	4.17817		Hoogkameren,Hoogkamerstraat		VLG	VOV	46	46021
2795434	Hooghoksent	hooghoksent	BE		0	Europe/Brussels	51.15369	5.40268		Hoog-Hoxent,Hooghoksent		VLG	VLI	72	72038
2795436	Hoogheultje	hoogheultje	BE		0	Europe/Brussels	51.0729	4.83516				VLG	VAN	13	13049
2795437	Hoog Heide	hoog-heide	BE		0	Europe/Brussels	50.95	5.33333		Hoge Heide,Hoog Heide		VLG	VLI	71	71022
2795439	Hoogeinde	hoogeinde	BE		0	Europe/Brussels	51.20812	4.14231				VLG	VOV	46	46020
2795440	Hoogeinde	hoogeinde	BE		0	Europe/Brussels	51.18333	4.21667				VLG	VOV	46	46003
2795441	Hoogeind	hoogeind	BE		0	Europe/Brussels	51.18333	5.06667				VLG	VAN	13	13025
2795442	Hoogdonk	hoogdonk	BE		0	Europe/Brussels	50.98333	4.73333		Hoogdonck,Hoogdonk		VLG	VBR	24	24094
2795443	Hoog Deurne	hoog-deurne	BE		0	Europe/Brussels	50.72796	3.62479				VLG	VOV	45	45041
2795444	Hoog-Darisdonk	hoog-darisdonk	BE		0	Europe/Brussels	51.3	4.98333		Darisdonk,Hoog-Darisdonk		VLG	VAN	13	13031
2795445	Hoogbuul	hoogbuul	BE		0	Europe/Brussels	51.14733	4.88121		Hoogbuel,Hoogbuul		VLG	VAN	13	13029
2795446	Hoogbutsel	hoogbutsel	BE		0	Europe/Brussels	50.84691	4.84458				VLG	VBR	24	24016
2795447	Hoog Brug	hoog-brug	BE		0	Europe/Brussels	51	4.11667		Hoog Brug,Hoogbrugge		VLG	VOV	42	42011
2795448	Hoogbraak	hoogbraak	BE		0	Europe/Brussels	51.09957	4.79118				VLG	VAN	12	12014
2795449	Hoogbos	hoogbos	BE		0	Europe/Brussels	50.78333	3.76667		Hoogbos,Hoogbosch		WAL	WHT		
2795452	Hoogboom	hoogboom	BE		0	Europe/Brussels	51.31595	4.46122				VLG	VAN	11	11023
2795453	Hoogboeregem	hoogboeregem	BE		0	Europe/Brussels	50.90446	3.58214				VLG	VOV	45	45068
2795454	Hoog Beveren	hoog-beveren	BE		0	Europe/Brussels	50.98726	3.17148				VLG	VWV	37	37020
2795455	Hoogberg	hoogberg	BE		0	Europe/Brussels	50.77216	3.58408				VLG	VOV	45	45064
2795457	Hoog-Bavegem	hoog-bavegem	BE		0	Europe/Brussels	50.94675	3.85077		Haut-Baevegem,Hoog-Bavegem,Oud Bavegem		VLG	VOV	41	41063
2795458	Hoof	hoof	BE		0	Europe/Brussels	50.65542	5.92443				WAL	WLG	63	63084
2795459	Hony	hony	BE		0	Europe/Brussels	50.54834	5.57882		Honi,Hony		WAL	WLG	62	62032
2795460	Honville	honville	BE		0	Europe/Brussels	49.90923	5.72785				WAL	WLX	82	82009
2795461	Honvelez	honvelez	BE		0	Europe/Brussels	50.23528	5.91667				WAL	WLX	82	82037
2795462	Hontsum	hontsum	BE		0	Europe/Brussels	50.95	5.06667				VLG	VLI	71	71020
2795463	Hontoir	hontoir	BE		0	Europe/Brussels	50.28785	4.85153				WAL	WNA	91	91103
2795464	Hontjens	hontjens	BE		0	Europe/Brussels	51.36667	5.06667				VLG	VAN	13	13001
2795465	Honthem	honthem	BE		0	Europe/Brussels	50.62849	5.94713		Honthem,Houtem		WAL	WLG	63	63004
2795467	Honsfeld	honsfeld	BE		0	Europe/Brussels	50.38165	6.28178				WAL	WLG	63	63012
2795468	Honsem	honsem	BE		0	Europe/Brussels	50.79994	4.81777				VLG	VBR	24	24016
2795469	Honscheid	honscheid	BE		0	Europe/Brussels	49.81667	5.73333				WAL	WLX	81	81013
2795470	Honnevain	honnevain	BE		0	Europe/Brussels	50.62712	3.32283				WAL	WHT	57	57081
2795474	Honien Platz	honien-platz	BE		0	Europe/Brussels	50.68333	6.13333				WAL	WLG	63	63061
2795476	Honger	honger	BE		0	Europe/Brussels	50.81667	3.8				VLG	VOV	41	41081
2795477	Hondzocht	hondzocht	BE		0	Europe/Brussels	50.71961	4.19399				VLG	VBR	23	23027
2795478	Hondstraat	hondstraat	BE		0	Europe/Brussels	51.2	4.11667				VLG	VOV	46	46020
2795479	Hondspoot	hondspoot	BE		0	Europe/Brussels	50.93201	2.67109				VLG	VWV	38	38002
2795480	Hondsnest	hondsnest	BE		0	Europe/Brussels	51.18333	4.38333		Hondnest,Hondsnest		VLG	VAN	11	11002
2795481	Hondshoek	hondshoek	BE		0	Europe/Brussels	51.02041	4.54252				VLG	VAN	12	12005
2795482	Hondseinde	hondseinde	BE		0	Europe/Brussels	51.27172	3.52697				VLG	VOV	43	43014
2795483	Hondseinde	hondseinde	BE		0	Europe/Brussels	51.11667	4.93333				VLG	VAN	13	13049
2795484	Hondseind	hondseind	BE		0	Europe/Brussels	51.45136	5.02926		Hondseind,Hondseinde		VLG	VAN	13	13035
2795485	Hondsbos	hondsbos	BE		0	Europe/Brussels	51.25	5.33333		Honds Bosch,Hondsbos		VLG	VLI	72	72020
2795487	Hondendries	hondendries	BE		0	Europe/Brussels	50.86667	3.73333				VLG	VOV	45	45065
2795488	Hondele	hondele	BE		0	Europe/Brussels	50.98863	3.71052				VLG	VOV	44	44021
2795491	Homzée	homzee	BE		0	Europe/Brussels	50.39768	5.20695				WAL	WNA	91	91064
2795494	Hompelstraat	hompelstraat	BE		0	Europe/Brussels	50.98333	4.9				VLG	VBR	24	24001
2795496	Hommelenberg	hommelenberg	BE		0	Europe/Brussels	50.8062	5.50509				VLG	VLI	73	73083
2795497	Hombroux	hombroux	BE		0	Europe/Brussels	50.68123	5.52252				WAL	WLG	62	62003
2795498	Hombroek	hombroek	BE		0	Europe/Brussels	50.85	5.46667		Hombroeck,Hombroek		VLG	VLI	73	73032
2795501	Homberg	homberg	BE		0	Europe/Brussels	51.01667	4.86667				VLG	VBR	24	24001
2795505	Holzheim	holzheim	BE		0	Europe/Brussels	50.35056	6.29444		Holzheim		WAL	WLG	63	63012
2795508	Holven	holven	BE		0	Europe/Brussels	51.16401	5.15722				VLG	VAN	13	13003
2795509	Holven	holven	BE		0	Europe/Brussels	51.17407	4.98711				VLG	VAN	13	13008
2795510	Holsteen	holsteen	BE		0	Europe/Brussels	50.99506	5.41608				VLG	VLI	71	71066
2795520	Hollogne	hollogne	BE		0	Europe/Brussels	50.21428	5.35793		Hollogne,Hologne		WAL	WLX	83	83034
2795521	Holliguette	holliguette	BE		0	Europe/Brussels	50.69447	5.79499				WAL	WLG	63	63035
2795522	Hollevoorde	hollevoorde	BE		0	Europe/Brussels	51.11256	3.13935				VLG	VWV	31	31040
2795523	Hollers	hollers	BE		0	Europe/Brussels	50.58333	4.53333				WAL	WBR	25	25107
2795524	Hollendries	hollendries	BE		0	Europe/Brussels	50.8	3.48333				VLG	VWV	34	34003
2795525	Holleken	holleken	BE		0	Europe/Brussels	51.26667	3.76667				VLG	VOV		
2795529	Hollebeekwijk	hollebeekwijk	BE		0	Europe/Brussels	50.97827	3.74494		Hollebeekwijk,Hollebeekwyk		VLG	VOV	44	44043
2795530	Hollebeekstraat	hollebeekstraat	BE		0	Europe/Brussels	50.78333	3.8				VLG	VOV	45	45059
2795531	Hollebeekhoek	hollebeekhoek	BE		0	Europe/Brussels	51.16005	4.28319				VLG	VOV	46	46013
2795538	Hollebeek	hollebeek	BE		0	Europe/Brussels	51.13096	4.2288				VLG	VOV	46	46025
2795539	Hollebeek	hollebeek	BE		0	Europe/Brussels	50.76667	4.35				VLG	VBR	23	23100
2795542	Hollandskamp	hollandskamp	BE		0	Europe/Brussels	51.13597	4.69168				VLG	VAN	12	12026
2795547	Hollande	hollande	BE		0	Europe/Brussels	50.65	3.68333				WAL	WHT	51	51004
2795549	Holland	holland	BE		0	Europe/Brussels	50.75492	4.06237				VLG	VBR	23	23032
2795553	Holderbeke	holderbeke	BE		0	Europe/Brussels	50.80855	3.79562		Holderbeeke,Holderbeke,Kolderbeke		VLG	VOV	45	45063
2795556	Holbeek	holbeek	BE		0	Europe/Brussels	50.97442	4.2149				VLG	VBR	23	23052
2795557	Holbeek	holbeek	BE		0	Europe/Brussels	50.86667	3.93333		Holbeek,Holbeke,Holebeke,Holsbeek		VLG	VOV	41	41027
2795558	Holand	holand	BE		0	Europe/Brussels	50.78333	3.6		Holand,Hooland		VLG	VOV	45	45064
2795560	Hol	hol	BE		0	Europe/Brussels	51.22328	4.09164		Hol,Meuleken Hol		VLG	VOV	46	46020
2795561	Hoksem	hoksem	BE		0	Europe/Brussels	50.80099	4.87345		Hoksem,Hoxem,Hoxheim		VLG	VBR	24	24041
2795562	Hokselaar	hokselaar	BE		0	Europe/Brussels	51.04958	5.24339		Hokselaar,Hoxelaar		VLG	VLI	71	71004
2795563	Hokelbeke	hokelbeke	BE		0	Europe/Brussels	50.80152	3.66242				VLG	VOV	45	45064
2795564	Hohwattig	hohwattig	BE		0	Europe/Brussels	49.88333	5.71667				WAL	WLX	82	82009
2795572	Hoging	hoging	BE		0	Europe/Brussels	50.95	3.9		Hoging,Hooging		VLG	VOV	41	41063
2795573	Hoge Zwaanhaard	hoge-zwaanhaard	BE		0	Europe/Brussels	51.01667	4.08333		D'Hooge Zwaan Haart,Hoge Zwaan Haart,Hoge Zwaanhaard		VLG	VOV	42	42006
2795574	Hogeweg	hogeweg	BE		0	Europe/Brussels	51.06458	4.76127		Hogeweg,Hoogeweg		VLG	VAN	12	12014
2795575	Hogewede	hogewede	BE		0	Europe/Brussels	50.86667	3.7		Hoge Weide,Hogewede,Hoogeweede		VLG	VOV	45	45065
2795576	Hoge Vorst	hoge-vorst	BE		0	Europe/Brussels	51.23623	3.65416		Hoge Vorst,Hoogevorst		VLG	VOV	43	43002
2795578	Hogeveld	hogeveld	BE		0	Europe/Brussels	51.06003	2.89379		Hogeveld,Hoogeveld		VLG	VWV	32	32003
2795579	Hoge Seine	hoge-seine	BE		0	Europe/Brussels	50.93333	2.61667		Hoge Seine,Hooge-Seine		VLG	VWV	38	38002
2795580	Hoge Schuur	hoge-schuur	BE		0	Europe/Brussels	50.98333	3		Hoge Schuur,Hoogeschuur		VLG	VWV	36	36019
2795581	Hogenweg	hogenweg	BE		0	Europe/Brussels	51.05	4.86667		Hogenweg,Hoogenweg		VLG	VAN	13	13013
2795582	Hogenweg	hogenweg	BE		0	Europe/Brussels	51.0256	4.01407		Hogenweg,Hoogenweg		VLG	VOV	42	42003
2795583	Hogen Rooi	hogen-rooi	BE		0	Europe/Brussels	51.46544	4.82736		Hagen Rooi,Hogen Rooi,Hoogen-Rooy		VLG	VAN	13	13014
2795584	Hogen Rielen	hogen-rielen	BE		0	Europe/Brussels	51.24768	4.9429		Hogen Rielen,Hoogen-Rielen		VLG	VAN	13	13017
2795585	Hogeneind	hogeneind	BE		0	Europe/Brussels	51.41667	4.75		Hogeneind,Hoogeneind Heide		VLG	VAN	13	13014
2795586	Hogendries	hogendries	BE		0	Europe/Brussels	51.05	3.86667		Hogendries,Hoogendriesch		VLG	VOV	42	42010
2795588	Hogenblekker	hogenblekker	BE		0	Europe/Brussels	51.1	2.63333		Hoge-Blekker,Hogenblekker		VLG	VWV	38	38014
2795589	Hogenberg	hogenberg	BE		0	Europe/Brussels	50.76474	3.59847				VLG	VOV	45	45041
2795590	Hogenakker	hogenakker	BE		0	Europe/Brussels	51.11667	4.16667		Hogenakker,Hoogenakker		VLG	VOV	46	46025
2795591	Hogen	hogen	BE		0	Europe/Brussels	51.08333	5.31667		Hogen,Hoogen		VLG	VLI	71	71004
2795592	Hogen	hogen	BE		0	Europe/Brussels	50.88146	5.07547		Hogen,Hoogen		VLG	VBR	24	24028
2795593	Hoge Moere	hoge-moere	BE		0	Europe/Brussels	51.21667	3.15		De Hoge Moere,De Hooge Moere,Hoge Moere		VLG	VWV	31	31005
2795595	Hoge Lenen	hoge-lenen	BE		0	Europe/Brussels	50.94099	3.34901		Hoge Lenen,Hoogeleenen		VLG	VWV	37	37010
2795596	Hoge Kaart	hoge-kaart	BE		0	Europe/Brussels	51.30253	4.4768		Hoge Kaart,Hooge Kaart		VLG	VAN	11	11008
2795597	Hoge Heiveld Heide	hoge-heiveld-heide	BE		0	Europe/Brussels	51.33333	4.75				VLG	VAN	13	13037
2795598	Hoge Heide	hoge-heide	BE		0	Europe/Brussels	51.15	4.63333		Hoge Heide,Hooge Heide		VLG	VAN	12	12026
2795599	Hoge Heide	hoge-heide	BE		0	Europe/Brussels	51.07571	4.20552		Hoge Heide,Hooge Heide		VLG	VAN	12	12007
2795600	Hogeheide	hogeheide	BE		0	Europe/Brussels	51.04242	4.29549				VLG	VAN	12	12041
2795602	Hoge Dijken	hoge-dijken	BE		0	Europe/Brussels	51.17856	3.05241		Hoge Dijken,Hooge Dijken,Hoogedyken		VLG	VWV	31	31012
2795603	Hoge Bist	hoge-bist	BE		0	Europe/Brussels	51.28213	4.44242		Hoge Bist,Hooge-Bist		VLG	VAN	11	11002
2795604	Hoge Bergen	hoge-bergen	BE		0	Europe/Brussels	51.23333	4.96667		Hoge Bergen,Hooge Bergen		VLG	VAN	13	13017
2795605	Hogeberg	hogeberg	BE		0	Europe/Brussels	50.87298	3.67476		Hogeberg,Hoogeberg		VLG	VOV	45	45035
2795607	Hoge Avrij	hoge-avrij	BE		0	Europe/Brussels	51.16667	3.75		Hoge Avrij,Hooge Avrije,Hooge-Avrye		VLG	VOV	44	44019
2795608	Hoge	hoge	BE		0	Europe/Brussels	51.0771	3.08815		Hoge,Hooghe		VLG	VWV	31	31033
2795609	Hoge	hoge	BE		0	Europe/Brussels	50.98333	3.03333		Hoge,Hooghe		VLG	VWV	36	36006
2795610	Hoge	hoge	BE		0	Europe/Brussels	50.93333	3.18333		Hoge,Hooghe		VLG	VWV	36	36008
2795611	Hoge	hoge	BE		0	Europe/Brussels	50.83747	2.92377		Hoge,Hooge,Hooghe		VLG	VWV	33	33011
2795614	Hofstraat	hofstraat	BE		0	Europe/Brussels	51.01667	4.05				VLG	VOV	42	42006
2795615	Hofstede	hofstede	BE		0	Europe/Brussels	51.18795	5.09156				VLG	VAN	13	13025
2795621	Hofkouter	hofkouter	BE		0	Europe/Brussels	50.93333	3.66667		Hofkauter,Hofkouter		VLG	VOV	44	44020
2795622	Hofheide	hofheide	BE		0	Europe/Brussels	50.96274	4.83813				VLG	VBR	24	24043
2795623	Hofland	hofland	BE		0	Europe/Brussels	50.22583	6.01111		Hoffland,Hofland		WAL	WLX	82	82037
2795624	Hofdries	hofdries	BE		0	Europe/Brussels	50.80178	3.46862				VLG	VWV	34	34002
2795626	Hoezenbroek	hoezenbroek	BE		0	Europe/Brussels	50.78333	4.08333		Hoezenbroeck,Hoezenbroek		VLG	VBR	23	23024
2795627	Hoeveveld	hoeveveld	BE		0	Europe/Brussels	51.08333	4.98333				VLG	VAN	13	13053
2795628	Hoeverheide	hoeverheide	BE		0	Europe/Brussels	51.18004	5.40476				VLG	VLI	72	72043
2795629	Hoever Heide	hoever-heide	BE		0	Europe/Brussels	51.08333	5.35				VLG	VLI	72	72039
2795631	Hoevereinde	hoevereinde	BE		0	Europe/Brussels	51.03333	5.35				VLG	VLI	72	72039
2795633	Hoevenzavel	hoevenzavel	BE		0	Europe/Brussels	51.00077	5.50215		Hoevenzavel		VLG	VLI	71	71016
2795637	Hoeven	hoeven	BE		0	Europe/Brussels	51.25	5.45				VLG	VLI	72	72043
2795638	Hoeven	hoeven	BE		0	Europe/Brussels	51.21667	4.84033				VLG	VAN	13	13019
2795639	Hoeven	hoeven	BE		0	Europe/Brussels	51.18252	5.40553				VLG	VLI	72	72043
2795640	Hoeven	hoeven	BE		0	Europe/Brussels	51.08333	5.1				VLG	VLI	71	71069
2795642	Hoeve	hoeve	BE		0	Europe/Brussels	51.03333	5.6		Hoef,Hoeve		VLG	VLI	72	72042
2795643	Hoeve	hoeve	BE		0	Europe/Brussels	50.83333	4.25		De Hoeve,Hoeve		VLG	VBR	23	23016
2795644	Hoeve	hoeve	BE		0	Europe/Brussels	50.79263	4.07281				VLG	VBR	23	23024
2795645	Hoeulé	hoeule	BE		0	Europe/Brussels	50.03333	4.26667				WAL	WHT	56	56016
2795646	Hoetsel	hoetsel	BE		0	Europe/Brussels	51.1119	3.52787				VLG	VOV	44	44085
2795647	Hoesnaak	hoesnaak	BE		0	Europe/Brussels	50.75622	4.15129				VLG	VBR	23	23064
2795652	Hoenrik	hoenrik	BE		0	Europe/Brussels	51.14279	5.39222		Hoenkrik,Hoenrik		VLG	VLI	72	72038
2795653	Hoenrik	hoenrik	BE		0	Europe/Brussels	51.12992	5.42006				VLG	VLI	72	72030
2795654	Hoenderveld	hoenderveld	BE		0	Europe/Brussels	51.00198	3.50297		Hoenderveld,Hoendervelden		VLG	VOV	44	44083
2795660	Hoekven	hoekven	BE		0	Europe/Brussels	51.31667	5.03333		Het Hoefven,Het Hoekven,Hoekven		VLG	VAN	13	13031
2795661	Hoek ten Eiken	hoek-ten-eiken	BE		0	Europe/Brussels	51.06763	4.30163				VLG	VAN	12	12041
2795662	Hoekstraat	hoekstraat	BE		0	Europe/Brussels	51.11667	3.4		Hoekstraat,Hoekstraet		VLG	VOV	44	44084
2795663	Hoekstraat	hoekstraat	BE		0	Europe/Brussels	51.1	3.88333				VLG	VOV	44	44034
2795664	Hoeksken ter Hulst	hoeksken-ter-hulst	BE		0	Europe/Brussels	50.96269	3.7843				VLG	VOV	44	44052
2795665	Hoeksken	hoeksken	BE		0	Europe/Brussels	51.22543	5.42158				VLG	VLI	72	72043
2795666	Hoeksken	hoeksken	BE		0	Europe/Brussels	51.16667	3.6		Hoekske,Hoeksken		VLG	VOV	44	44085
2795667	Hoeksken	hoeksken	BE		0	Europe/Brussels	51.13333	3.75				VLG	VOV	44	44019
2795668	Hoeksken	hoeksken	BE		0	Europe/Brussels	51.11667	3.65				VLG	VOV	44	44019
2795669	Hoeksken	hoeksken	BE		0	Europe/Brussels	51.06068	3.91832				VLG	VOV	42	42010
2795670	Hoeksken	hoeksken	BE		0	Europe/Brussels	51.03333	3.81667				VLG	VOV	44	44013
2795671	Hoeksken	hoeksken	BE		0	Europe/Brussels	50.99694	4.0111				VLG	VOV	42	42006
2795672	Hoeksken	hoeksken	BE		0	Europe/Brussels	50.99559	4.06249				VLG	VOV	42	42006
2795673	Hoeksken	hoeksken	BE		0	Europe/Brussels	51	4.01667				VLG	VOV	42	42006
2795674	Hoeksken	hoeksken	BE		0	Europe/Brussels	51	3.8				VLG	VOV	44	44040
2795675	Hoeksken	hoeksken	BE		0	Europe/Brussels	50.98225	4.15607				VLG	VBR	23	23060
2795676	Hoeksken	hoeksken	BE		0	Europe/Brussels	50.96667	4.1				VLG	VOV	41	41002
2795677	Hoeksken	hoeksken	BE		0	Europe/Brussels	50.97048	4.04175				VLG	VOV	41	41002
2795678	Hoeksken	hoeksken	BE		0	Europe/Brussels	50.96667	3.88333				VLG	VOV	41	41034
2795679	Hoeksken	hoeksken	BE		0	Europe/Brussels	50.9483	3.94621				VLG	VOV	41	41082
2795680	Hoeksken	hoeksken	BE		0	Europe/Brussels	50.94563	3.94568				VLG	VOV	41	41082
2795681	Hoeksken	hoeksken	BE		0	Europe/Brussels	50.93333	3.9				VLG	VOV	41	41063
2795682	Hoeksken	hoeksken	BE		0	Europe/Brussels	50.92119	3.85134				VLG	VOV	41	41063
2795683	Hoeksken	hoeksken	BE		0	Europe/Brussels	50.9	3.75				VLG	VOV	41	41081
2795684	Hoeksken	hoeksken	BE		0	Europe/Brussels	50.83333	3.75				VLG	VOV	45	45059
2795685	Hoekje	hoekje	BE		0	Europe/Brussels	50.94804	2.86244		Hoekje,Hoekske		VLG	VWV	32	32006
2795687	Hoekeinde	hoekeinde	BE		0	Europe/Brussels	51.36467	4.87029		Hoekeinde,Hoekeynde		VLG	VAN	13	13023
2795690	Hoek	hoek	BE		0	Europe/Brussels	51.35681	4.62175				VLG	VAN	11	11009
2795691	Hoek	hoek	BE		0	Europe/Brussels	51.18333	3.8				VLG	VOV	43	43018
2795692	Hoek	hoek	BE		0	Europe/Brussels	51.08333	4.86667				VLG	VAN	13	13049
2795693	Hoek	hoek	BE		0	Europe/Brussels	51.0855	4.03712				VLG	VOV	42	42028
2795694	Hoek	hoek	BE		0	Europe/Brussels	51.00731	3.9358				VLG	VOV	42	42026
2795695	Hoek	hoek	BE		0	Europe/Brussels	51.00062	4.03824		Hoeck,Hoek		VLG	VOV	42	42006
2795697	Hoek	hoek	BE		0	Europe/Brussels	50.98509	4.03447				VLG	VOV	41	41002
2795698	Hoek	hoek	BE		0	Europe/Brussels	50.92282	4.07817				VLG	VOV	41	41002
2795701	Hoeigat	hoeigat	BE		0	Europe/Brussels	51.08217	4.08798				VLG	VOV	42	42008
2795705	Hoefijzer	hoefijzer	BE		0	Europe/Brussels	51.28333	4.21667		Hoefijzer,Hoefyzer		VLG	VOV	46	46003
2795706	Hoef	hoef	BE		0	Europe/Brussels	51.10295	5.3736				VLG	VLI	72	72038
2795707	Hoef	hoef	BE		0	Europe/Brussels	51.05	5.36667				VLG	VLI	72	72039
2795710	Hoebenschot	hoebenschot	BE		0	Europe/Brussels	51.22711	4.89499		Hoebenschot,Hoelenschot		VLG	VAN	13	13017
2795713	Hodoumont	hodoumont	BE		0	Europe/Brussels	50.43689	5.19929		Hodoumont,Houdoumont		WAL	WNA	92	92097
2795716	Hodimont	hodimont	BE		0	Europe/Brussels	50.59446	5.85434				WAL	WLG	63	63079
2795719	Hodbomont	hodbomont	BE		0	Europe/Brussels	50.52767	5.78443		Hodbomont		WAL	WLG	63	63076
2795720	Hockniez	hockniez	BE		0	Europe/Brussels	50.43553	6.11647				WAL	WLG	63	63080
2795721	Hockai	hockai	BE		0	Europe/Brussels	50.48183	5.98783		Hockai,Hockay		WAL	WLG	63	63073
2795724	Hochkreuz	hochkreuz	BE		0	Europe/Brussels	50.32	6.1525		Hochkreux,Hochkreuz		WAL	WLG	63	63001
2795725	Hochit Champ	hochit-champ	BE		0	Europe/Brussels	49.85	5.48333		Hochichamp,Hochit Champ,Hochuchamp,Hochîchamp		WAL	WLX	84	84043
2795726	Hochelbach	hochelbach	BE		0	Europe/Brussels	50.6628	5.91364		Hochelbach,Hockelbach		WAL	WLG	63	63084
2795727	Hoc	hoc	BE		0	Europe/Brussels	50.56667	5.45		En Hoc,Hoc,Le Hoc		WAL	WLG	62	62120
2795728	Hoboster	hoboster	BE		0	Europe/Brussels	50.57884	5.99308				WAL	WLG	63	63038
2795734	Hirtz	hirtz	BE		0	Europe/Brussels	50.70537	5.99547				WAL	WLG	63	63040
2795736	Hinter dem Ewemt	hinter-dem-ewemt	BE		0	Europe/Brussels	49.6382	5.90184				WAL	WLX	81	81001
2795742	Hinderhausen	hinderhausen	BE		0	Europe/Brussels	50.27444	6.04556				WAL	WLG	63	63067
2795744	Hindel	hindel	BE		0	Europe/Brussels	50.73333	5.93333				WAL	WLG	63	63088
2795745	Hinaumetz	hinaumetz	BE		0	Europe/Brussels	50.6206	3.57972				WAL	WHT	57	57094
2795746	Himmerich	himmerich	BE		0	Europe/Brussels	50.7	5.83333		Himmerich,Himmerig		WAL	WLG	63	63003
2795747	Himbeek	himbeek	BE		0	Europe/Brussels	50.73333	4.03333				VLG	VBR	23	23032
2795749	Himbe	himbe	BE		0	Europe/Brussels	50.41963	5.46732		Himbe		WAL	WLG	61	61048
2795750	Himans	himans	BE		0	Europe/Brussels	49.7	5.28333				WAL	WLX	85	85011
2795754	Hille	hille	BE		0	Europe/Brussels	51.04943	3.22702		Hille		VLG	VWV	37	37018
2795755	Hillare	hillare	BE		0	Europe/Brussels	51.09466	3.96845		Hillaer,Hillare		VLG	VOV	46	46014
2795756	Hill	hill	BE		0	Europe/Brussels	50.60638	6.07955				WAL	WLG	63	63023
2795757	Hilhoek	hilhoek	BE		0	Europe/Brussels	50.83333	2.66667				VLG	VWV	33	33021
2795759	Hijfte	hijfte	BE		0	Europe/Brussels	51.11667	3.81667		Hijfte,Hyfte		VLG	VOV	44	44034
2795760	Hietinne	hietinne	BE		0	Europe/Brussels	50.38157	5.23443		Hietinne,Hiettinne		WAL	WNA	91	91064
2795762	Hierlot	hierlot	BE		0	Europe/Brussels	50.31184	5.78866		Herloz,Hierlot		WAL	WLG	63	63045
2795763	Hezewijk	hezewijk	BE		0	Europe/Brussels	51.14986	4.84597		Hezevijk,Hezewijk,Hezewyck		VLG	VAN	13	13029
2795765	Hezerheide	hezerheide	BE		0	Europe/Brussels	51.14323	5.78383				VLG	VLI	72	72018
2795766	Hezemeerheide	hezemeerheide	BE		0	Europe/Brussels	51.12852	5.03162		Heezemeir Heide,Hezemeerheide,Hezemeir Heide		VLG	VAN	13	13021
2795767	Heze	heze	BE		0	Europe/Brussels	51.15	4.93333		Heeze,Heze		VLG	VAN	13	13008
2795768	Heze	heze	BE		0	Europe/Brussels	51	5.11667		Hees,Heesch,Heze		VLG	VBR	24	24020
2795769	Heze	heze	BE		0	Europe/Brussels	50.99748	5.10585				VLG	VBR	24	24020
2795770	Hèze	heze	BE		0	Europe/Brussels	50.71787	4.72515				WAL	WBR	25	25037
2795774	Heisel	heisel	BE		0	Europe/Brussels	50.88333	4.33333		Heisel,Heizel,Heysel		WAL	WHT		
2795779	Hèvremont	hevremont	BE		0	Europe/Brussels	50.59647	5.93454				WAL	WLG	63	63046
2795787	Heuven	heuven	BE		0	Europe/Brussels	50.98467	5.37487				VLG	VLI	71	71066
2795789	Heuvelheide	heuvelheide	BE		0	Europe/Brussels	51.22588	4.66395				VLG	VAN	11	11054
2795790	Heuvelgem	heuvelgem	BE		0	Europe/Brussels	50.84184	3.72683				VLG	VOV	45	45065
2795791	Heuvel	heuvel	BE		0	Europe/Brussels	51.23957	5.34124				VLG	VLI	72	72020
2795792	Heuvel	heuvel	BE		0	Europe/Brussels	50.93658	4.93148				VLG	VBR	24	24135
2795793	Heuvel	heuvel	BE		0	Europe/Brussels	50.92786	4.8568				VLG	VBR	24	24135
2795794	Heuvel	heuvel	BE		0	Europe/Brussels	50.88734	3.64168				VLG	VOV	45	45035
2795797	Heusière	heusiere	BE		0	Europe/Brussels	50.7	5.76667				WAL	WLG	62	62027
2795798	Heuseux	heuseux	BE		0	Europe/Brussels	50.65664	5.71795				WAL	WLG	62	62099
2795804	Heusay	heusay	BE		0	Europe/Brussels	50.62521	5.66611		Heusay		WAL	WLG	62	62015
2795805	Heurne Sint-Pieter	heurne-sint-pieter	BE		0	Europe/Brussels	50.75975	5.36502		Heurne,Heurne Sint-Pieter,Heurne Sint-Pieters,Heurne-Saint-Pierre		VLG	VLI	73	73022
2795815	Heurbeek	heurbeek	BE		0	Europe/Brussels	50.87354	4.86268				VLG	VBR	24	24066
2795816	Heultje	heultje	BE		0	Europe/Brussels	51.08755	4.8364		Heultje		VLG	VAN	13	13049
2795817	Heulendonk	heulendonk	BE		0	Europe/Brussels	51.18333	3.5		Heulendonck,Heulendonk,Huylendonck		VLG	VOV	43	43010
2795818	Heulen	heulen	BE		0	Europe/Brussels	50.34217	4.25969		Heule,Heulen,Heuleu		WAL	WHT	56	56044
2795819	Heuleken	heuleken	BE		0	Europe/Brussels	51.23333	3.7				VLG	VOV	43	43002
2795820	Heulebrug	heulebrug	BE		0	Europe/Brussels	51.33014	3.24193				VLG	VWV	31	31043
2795825	Heukelom	heukelom	BE		0	Europe/Brussels	50.80745	5.62078		Heukelom		VLG	VLI	73	73066
2795826	Heukelgem	heukelgem	BE		0	Europe/Brussels	50.93333	3.68333				VLG	VOV	44	44020
2795827	Heufkenstraat	heufkenstraat	BE		0	Europe/Brussels	50.87394	3.70232		Heufkensstraat,Heufkenstraat		VLG	VOV	45	45065
2795828	Heuem	heuem	BE		0	Europe/Brussels	50.28646	6.23611				WAL	WLG	63	63067
2795829	Het Zwin	het-zwin	BE		0	Europe/Brussels	51.36667	3.36667		't Zwin,Het Zwin,Zwin		VLG	VWV	31	31043
2795830	Het Zoute	het-zoute	BE		0	Europe/Brussels	51.35517	3.30602		Het Zoute,Le Zoute,Zoute		VLG	VWV	31	31043
2795831	Het Zand	het-zand	BE		0	Europe/Brussels	51.29583	4.50554				VLG	VAN	11	11008
2795832	Het Zand	het-zand	BE		0	Europe/Brussels	51.18333	4.05				VLG	VOV	46	46021
2795833	Het Zand	het-zand	BE		0	Europe/Brussels	51	5.01667				VLG	VBR	24	24020
2795834	Het Wik	het-wik	BE		0	Europe/Brussels	50.96667	5.43333				VLG	VLI	71	71016
2795836	Het Vliet	het-vliet	BE		0	Europe/Brussels	51.22386	4.34626				VLG	VAN	11	11002
2795837	Het Viswater	het-viswater	BE		0	Europe/Brussels	51.347	4.33434		Het Vischwater,Het Viswater,Monnikenhof,Viswater		VLG	VAN	11	11002
2795838	Het Vinne	het-vinne	BE		0	Europe/Brussels	51	5.05				VLG	VBR	24	24020
2795839	Het Venne	het-venne	BE		0	Europe/Brussels	50.84213	5.12385				VLG	VBR	24	24130
2795840	Het Ven	het-ven	BE		0	Europe/Brussels	51.16952	4.61085				VLG	VAN	11	11035
2795841	Het Ven	het-ven	BE		0	Europe/Brussels	51.11667	4.53333				VLG	VAN	12	12021
2795842	Het Veldeken	het-veldeken	BE		0	Europe/Brussels	51.13333	3.6				VLG	VOV	44	44085
2795843	Het Veld	het-veld	BE		0	Europe/Brussels	50.95	3.25				VLG	VWV	37	37007
2795844	Het Varenbroek	het-varenbroek	BE		0	Europe/Brussels	51.21667	4.95		Het Vaarenbroek,Het Varenbroek		VLG	VAN	13	13017
2795846	Het Steenbroek	het-steenbroek	BE		0	Europe/Brussels	51.01667	4.91667				VLG	VBR	24	24001
2795847	Het Sprietjen	het-sprietjen	BE		0	Europe/Brussels	50.91667	3.51667				VLG	VOV	45	45068
2795848	Het Spreet	het-spreet	BE		0	Europe/Brussels	51.12081	4.60396				VLG	VAN	12	12021
2795849	Het Spek	het-spek	BE		0	Europe/Brussels	51.08211	4.71108		Het Speck,Het Spek		VLG	VAN	12	12014
2795850	Het Seesbroek	het-seesbroek	BE		0	Europe/Brussels	50.93333	5.21667				VLG	VLI	71	71022
2795854	Het Sas	het-sas	BE		0	Europe/Brussels	50.97853	4.39281		't Sas,Het Sas,Sas		VLG	VBR	23	23025
2795855	Het Sas	het-sas	BE		0	Europe/Brussels	50.9	2.85				VLG	VWV	33	33011
2795857	Het Rolleken	het-rolleken	BE		0	Europe/Brussels	51.26767	4.82959				VLG	VAN	13	13019
2795860	Het Punt	het-punt	BE		0	Europe/Brussels	51.1397	4.94146				VLG	VAN	13	13008
2795861	Het Oosteneind	het-oosteneind	BE		0	Europe/Brussels	51.33239	4.87053		Het Oosteneind,Oosteneind		VLG	VAN	13	13004
2795864	Het Lo	het-lo	BE		0	Europe/Brussels	51.18547	4.58676		Het Lo,Het Loo,Loo		VLG	VAN	11	11035
2795866	Het Lemmeken	het-lemmeken	BE		0	Europe/Brussels	51.01667	4.25				VLG	VBR	23	23045
2795867	Het Laar	het-laar	BE		0	Europe/Brussels	51.26667	4.43333		Het Laar,Laar,Laer		VLG	VAN	11	11002
2795868	Het Laar	het-laar	BE		0	Europe/Brussels	51.05438	5.58743		Het Laar,Het Laer,Laar		VLG	VLI	72	72042
2795869	Het Klooster	het-klooster	BE		0	Europe/Brussels	51.36667	4.68333				VLG	VAN	11	11009
2795871	Het Kermisveldje	het-kermisveldje	BE		0	Europe/Brussels	50.93333	5.3		Het Kermisveld,Het Kermisveldje		VLG	VLI	71	71022
2795873	Het Kamp	het-kamp	BE		0	Europe/Brussels	51.28952	4.60868				VLG	VAN	11	11039
2795874	Het Kalf	het-kalf	BE		0	Europe/Brussels	51.23527	4.10054		'T Kalf,Het Kalf		VLG	VOV	46	46020
2795875	Het Huffelken	het-huffelken	BE		0	Europe/Brussels	51.03333	5.03333				VLG	VLI	71	71057
2795876	Het Hoeksken	het-hoeksken	BE		0	Europe/Brussels	51.03333	4.78333				VLG	VBR	24	24007
2795877	Het Heiken	het-heiken	BE		0	Europe/Brussels	51.19022	4.80064		Het Eiken,Het Heiken		VLG	VAN	13	13011
2795878	Het Heiken	het-heiken	BE		0	Europe/Brussels	51.04576	4.55237				VLG	VAN	12	12035
2795879	Het Heidjen	het-heidjen	BE		0	Europe/Brussels	51.2	5.58333				VLG	VLI	72	72003
2795880	Het Heet	het-heet	BE		0	Europe/Brussels	50.93787	3.75759				VLG	VOV	44	44052
2795881	Het Haantjen	het-haantjen	BE		0	Europe/Brussels	51.11197	3.64816				VLG	VOV	44	44019
2795882	Het Groot Veld	het-groot-veld	BE		0	Europe/Brussels	50.91729	5.18258				VLG	VLI	71	71024
2795883	Het Geheul	het-geheul	BE		0	Europe/Brussels	51.38003	4.90007				VLG	VAN	13	13023
2795884	Het Fort	het-fort	BE		0	Europe/Brussels	51.25842	4.19733				VLG	VOV	46	46003
2795885	Het End	het-end	BE		0	Europe/Brussels	51.1483	5.13125		Eind,Het Eind,Het End		VLG	VAN	13	13003
2795886	Het Einde	het-einde	BE		0	Europe/Brussels	51.10318	5.22562				VLG	VLI	71	71034
2795888	Het Bunder	het-bunder	BE		0	Europe/Brussels	50.93333	3.53333				VLG	VOV	45	45068
2795890	Het Bovenste Broek	het-bovenste-broek	BE		0	Europe/Brussels	50.93333	5.46667		Bovenste Broek,Het Bovenste Broek		VLG	VLI	71	71016
2795892	Het Bosgat	het-bosgat	BE		0	Europe/Brussels	50.78905	3.68762		Boschgat,Bosgat,Het Bosgat		VLG	VOV	45	45064
2795894	Het Blak	het-blak	BE		0	Europe/Brussels	51.34445	4.81424		Het Black,Het Blak		VLG	VAN	13	13004
2795895	Het Bergsken	het-bergsken	BE		0	Europe/Brussels	51.33333	4.75				VLG	VAN	13	13037
2795896	Het Aanwijs	het-aanwijs	BE		0	Europe/Brussels	51.1	3.31667		Het Aanwijs,Het Aanwys		VLG	VWV	37	37018
2795897	Hestrulle	hestrulle	BE		0	Europe/Brussels	49.93333	5.51667				WAL	WLX	84	84077
2795898	Hestroy	hestroy	BE		0	Europe/Brussels	49.9	5.46667		Hestroi,Hestroy,Le Hestroit,Le Hestrou		WAL	WLX	84	84077
2795899	Hestroumont	hestroumont	BE		0	Europe/Brussels	50.5049	5.80841		Hestroumont		WAL	WLG	63	63076
2795900	Hestreux	hestreux	BE		0	Europe/Brussels	50.50587	5.50501		Hestreux		WAL	WLG	61	61079
2795902	Hessie	hessie	BE		0	Europe/Brussels	51.17608	5.0642				VLG	VAN	13	13025
2795903	Hespinte	hespinte	BE		0	Europe/Brussels	50.23333	5.31667				WAL	WLX	83	83034
2795905	Hesbie	hesbie	BE		0	Europe/Brussels	50.08794	5.12089				WAL	WLX	84	84075
2795907	Herzogenhügel	herzogenhuegel	BE		0	Europe/Brussels	50.55	6.13333				WAL	WLG	63	63004
2795910	Hervert	hervert	BE		0	Europe/Brussels	50.31417	6.15083		Hervert,Hervort		WAL	WLG	63	63001
2795914	Hertswegen	hertswegen	BE		0	Europe/Brussels	50.82215	4.54701				VLG	VBR	24	24104
2795920	Hertje	hertje	BE		0	Europe/Brussels	51.15441	4.16812				VLG	VOV	46	46021
2795921	Herthoek	herthoek	BE		0	Europe/Brussels	50.83009	3.14929				VLG	VWV	34	34041
2795935	Herseling	herseling	BE		0	Europe/Brussels	51.40108	4.67966				VLG	VAN	11	11053
2795940	Herrival	herrival	BE		0	Europe/Brussels	50.1	5.85				WAL	WLX	82	82014
2795941	Herresbach	herresbach	BE		0	Europe/Brussels	50.31897	6.2558				WAL	WLG	63	63001
2795943	Herrenberg	herrenberg	BE		0	Europe/Brussels	49.86667	5.71667				WAL	WLX	82	82009
2795944	Herrebeken	herrebeken	BE		0	Europe/Brussels	50.86667	5		Herrebeke,Herrebeken		VLG	VBR	24	24054
2795947	Héropont	heropont	BE		0	Europe/Brussels	50.03333	5.56667				WAL	WLX	82	82038
2795951	Herock	herock	BE		0	Europe/Brussels	50.17918	5.05029				WAL	WNA	91	91072
2795953	Hernof	hernof	BE		0	Europe/Brussels	50.8	4.01667		Hernhof,Hernof		VLG	VOV	41	41048
2795962	Hermelgem	hermelgem	BE		0	Europe/Brussels	50.89321	3.68534				VLG	VOV	45	45065
2795965	Hermansheuvel	hermansheuvel	BE		0	Europe/Brussels	50.94231	5.0143				VLG	VBR	24	24008
2795966	Hermanne	hermanne	BE		0	Europe/Brussels	50.40978	5.48666		Hermanne		WAL	WLX	83	83012
2795973	Herlinval	herlinval	BE		0	Europe/Brussels	50.11395	5.63796				WAL	WLX	83	83031
2795974	Herleuvaux	herleuvaux	BE		0	Europe/Brussels	50.33823	4.97076				WAL	WNA	91	91141
2795975	Herlaimont	herlaimont	BE		0	Europe/Brussels	50.45	4.28333				WAL	WHT	52	52010
2795976	Herlaar	herlaar	BE		0	Europe/Brussels	51.11915	4.74927		Herlaar,Herlaer		VLG	VAN	13	13012
2795977	Herkkant	herkkant	BE		0	Europe/Brussels	50.9394	5.19595		Herckkant,Herkkant		VLG	VLI	71	71024
2795979	Herkerbroek	herkerbroek	BE		0	Europe/Brussels	50.95	5.15		Hercker Broek,Herkerbroek		VLG	VLI	71	71024
2795981	Herkenrodeplaats	herkenrodeplaats	BE		0	Europe/Brussels	50.95503	5.40519		Herckenrodeplaats,Herkenrodeplaats		VLG	VLI	71	71016
2795982	Herkenrode	herkenrode	BE		0	Europe/Brussels	50.95	5.26667				VLG	VLI	71	71022
2795983	Herkenhoek	herkenhoek	BE		0	Europe/Brussels	51.05534	4.08687				VLG	VOV	42	42006
2795988	Herk	herk	BE		0	Europe/Brussels	50.8	5.41667		Herck,Herk		VLG	VLI	73	73083
2795989	Hérisson	herisson	BE		0	Europe/Brussels	49.89173	4.88612		Herisson,Hérisson		WAL	WNA	91	91143
2795990	Hérissart	herissart	BE		0	Europe/Brussels	49.88748	4.88021				WAL	WNA	91	91143
2795991	Heris	heris	BE		0	Europe/Brussels	51.1825	5.44606				VLG	VLI	72	72030
2795992	Hérinnes	herinnes	BE		1759	Europe/Brussels	50.70063	3.36323		Herinnes,Herinnes-Lez-Pecq,Hérinnes,Hérinnes-Lez-Pecq		WAL	WHT	57	57062
2795997	Herimetz	herimetz	BE		0	Europe/Brussels	50.61667	3.86667				WAL	WHT	51	51012
2795998	Herhout	herhout	BE		0	Europe/Brussels	50.72908	3.96				VLG	VBR	23	23023
2795999	Herhet	herhet	BE		0	Europe/Brussels	50.19663	4.98932				WAL	WNA	91	91072
2796000	Hergersberg	hergersberg	BE		0	Europe/Brussels	50.35	5.36667				WAL	WNA	91	91120
2796015	Herendaal	herendaal	BE		0	Europe/Brussels	50.86667	4.81667		Herendaal,Herendael		VLG	VBR	24	24066
2796019	Herdershoek	herdershoek	BE		0	Europe/Brussels	50.98925	3.86671				VLG	VOV	42	42025
2796027	Herbuchenne	herbuchenne	BE		0	Europe/Brussels	50.24945	4.92803				WAL	WNA	91	91034
2796028	Herbroek	herbroek	BE		0	Europe/Brussels	50.87164	5.37484				VLG	VLI	73	73040
2796029	Herbricht	herbricht	BE		0	Europe/Brussels	50.91069	5.71745				VLG	VLI	73	73042
2796031	Herbois	herbois	BE		0	Europe/Brussels	50.33097	4.94979				WAL	WNA	91	91141
2796032	Herbois	herbois	BE		0	Europe/Brussels	49.97407	5.0621		Herboi,Herbois		WAL	WNA	91	91015
2796034	Herbiester	herbiester	BE		0	Europe/Brussels	50.5629	5.97785				WAL	WLG	63	63038
2796039	Herbet	herbet	BE		0	Europe/Brussels	50.38466	5.51394				WAL	WLX	83	83012
2796040	Herbesthal	herbesthal	BE		0	Europe/Brussels	50.66562	5.98266				WAL	WLG	63	63048
2796041	Herbefays	herbefays	BE		0	Europe/Brussels	50.34431	4.99457				WAL	WNA	91	91141
2796043	Herbais	herbais	BE		0	Europe/Brussels	50.71869	4.93009		Herbais		WAL	WBR	25	25048
2796045	Herbaimont	herbaimont	BE		0	Europe/Brussels	50.0497	5.55307				WAL	WLX	82	82038
2796046	Hepscheid	hepscheid	BE		0	Europe/Brussels	50.37623	6.22659				WAL	WLG	63	63001
2796049	Heppenert	heppenert	BE		0	Europe/Brussels	51.07903	5.79508		Happeneert,Heppenert		VLG	VLI	72	72021
2796055	Henumont	henumont	BE		0	Europe/Brussels	50.3674	5.9464				WAL	WLG	63	63086
2796058	Hensem	hensem	BE		0	Europe/Brussels	51.1	5.51667		Hensem,Hensen		VLG	VLI	72	72042
2796062	Henri Chêne	henri-chene	BE		0	Europe/Brussels	50.43333	5.11667		Henri Chene,Henri Chêne,Hinri-Chene,Hinri-Chêne		WAL	WNA	92	92097
2796068	Henne	henne	BE		0	Europe/Brussels	50.5939	5.62443		Hene,Henne,Hène		WAL	WLG	62	62022
2796069	Henksbroekheide	henksbroekheide	BE		0	Europe/Brussels	51.36667	4.68333				VLG	VAN	11	11009
2796072	Hendrikvoort	hendrikvoort	BE		0	Europe/Brussels	51.22869	4.62345				VLG	VAN	11	11035
2796076	Hendeken	hendeken	BE		0	Europe/Brussels	51.23333	3.71667				VLG	VOV	43	43002
2796077	Hemroulle	hemroulle	BE		0	Europe/Brussels	50.02274	5.68723		Hemroule		WAL	WLX	82	82003
2796083	Hemmen	hemmen	BE		0	Europe/Brussels	50.99623	5.37329				VLG	VLI	71	71066
2796089	Hemelstraat	hemelstraat	BE		0	Europe/Brussels	50.93333	3.78333				VLG	VOV	44	44052
2796090	Hemelshoek	hemelshoek	BE		0	Europe/Brussels	51.08333	4.65				VLG	VAN	12	12002
2796091	Hemelseschoot	hemelseschoot	BE		0	Europe/Brussels	51.11667	3.93333		Hemelscheschoot,Hemelseschoot		VLG	VOV	46	46014
2796093	Hemelrijk	hemelrijk	BE		0	Europe/Brussels	51.11667	3.96667				VLG	VOV	46	46014
2796094	Hemelrijk	hemelrijk	BE		0	Europe/Brussels	51.07178	5.2902		Hemelrijk,Het Hemelrijk		VLG	VLI	71	71004
2796095	Hemelrijk	hemelrijk	BE		0	Europe/Brussels	50.99951	3.68021				VLG	VOV	44	44021
2796096	Hemelrijk	hemelrijk	BE		0	Europe/Brussels	50.89629	3.71628				VLG	VOV	45	45065
2796097	Hemelrijk	hemelrijk	BE		0	Europe/Brussels	50.81516	4.02471				VLG	VOV	41	41048
2796098	Hemelrijk	hemelrijk	BE		0	Europe/Brussels	50.76667	3.5				VLG	VOV	45	45060
2796099	Hemelrijk	hemelrijk	BE		0	Europe/Brussels	50.75622	3.7914		Hemelrijk,Hemelryk		WAL	WHT		
2796100	Hemeldonk	hemeldonk	BE		0	Europe/Brussels	51.27384	4.85137		Hemeldonck,Hemeldonk		VLG	VAN	13	13019
2796101	Hembise	hembise	BE		0	Europe/Brussels	50.58253	3.93474		Hombise		WAL	WHT	53	53046
2796102	Helverenberg	helverenberg	BE		0	Europe/Brussels	50.821	3.78511				VLG	VOV	45	45059
2796103	Helstraat	helstraat	BE		0	Europe/Brussels	50.86768	4.89569		Hel,Helstraat		VLG	VBR	24	24066
2796104	Helshoven	helshoven	BE		0	Europe/Brussels	50.79181	5.27582				VLG	VLI	71	71053
2796105	Helsendries	helsendries	BE		0	Europe/Brussels	51.05	3.65				VLG	VOV	44	44021
2796106	Helsdries	helsdries	BE		0	Europe/Brussels	51.01667	3.76667				VLG	VOV	44	44040
2796107	Helschot	helschot	BE		0	Europe/Brussels	51.06667	4.95				VLG	VAN	13	13053
2796109	Helmest	helmest	BE		0	Europe/Brussels	50.30426	6.17073				WAL	WLG	63	63001
2796110	Hellingen	hellingen	BE		0	Europe/Brussels	50.72005	4.00082				VLG	VBR	23	23032
2796111	Hellicht	hellicht	BE		0	Europe/Brussels	50.96305	4.71243		Hellicht,Helligt		VLG	VBR	24	24094
2796112	Hellestraat	hellestraat	BE		0	Europe/Brussels	51.23295	4.04458				VLG	VOV	46	46024
2796117	Hellegat	hellegat	BE		0	Europe/Brussels	51.09899	4.35412				VLG	VAN	11	11005
2796118	Hellebrug	hellebrug	BE		0	Europe/Brussels	51.12177	4.69732				VLG	VAN	12	12014
2796120	Hellebeekberg	hellebeekberg	BE		0	Europe/Brussels	50.91667	4.36667				VLG	VBR	23	23025
2796124	Helle	helle	BE		0	Europe/Brussels	50.86667	3.93333				VLG	VOV	41	41027
2796134	Helkijn	helkijn	BE		941	Europe/Brussels	50.73214	3.38408		Helchin,Helkijn		VLG	VWV	34	34043
2796137	Hel	hel	BE		0	Europe/Brussels	51.16516	4.51861		Hel,Helle		VLG	VAN	11	11004
2796138	Heksken	heksken	BE		0	Europe/Brussels	50.8	2.75		Heksen,Heksken		VLG	VWV	33	33039
2796141	Hekkestraat	hekkestraat	BE		0	Europe/Brussels	50.85	3.88333		Hekkestraat,Neckebroek,Neekebroek		VLG	VOV	41	41027
2796142	Hekke	hekke	BE		0	Europe/Brussels	51.05716	3.33581				VLG	VWV	37	37018
2796143	Hekhoek	hekhoek	BE		0	Europe/Brussels	51.2	3.3				VLG	VWV	31	31006
2796146	Heizijde	heizijde	BE		0	Europe/Brussels	51.33908	4.92393				VLG	VAN	13	13040
2796147	Heizijde	heizijde	BE		0	Europe/Brussels	50.99879	4.15343		Heisijde,Heizijde,Heizyde,Heyside,Heysyde		VLG	VOV	42	42011
2796148	Heiwik	heiwik	BE		0	Europe/Brussels	50.95	5.61667		Heiwijk,Heiwik		VLG	VLI	73	73107
2796149	Heivoort	heivoort	BE		0	Europe/Brussels	51.12623	5.16813				VLG	VAN	13	13003
2796150	Heiveld	heiveld	BE		0	Europe/Brussels	51.23333	4.25				VLG	VOV	46	46003
2796151	Heiveld	heiveld	BE		0	Europe/Brussels	50.8089	3.78542				VLG	VOV	45	45059
2796152	Heistraat	heistraat	BE		0	Europe/Brussels	50.95	3.83333				VLG	VOV	44	44052
2796155	Heiste	heiste	BE		0	Europe/Brussels	51.06379	3.57818				VLG	VOV	44	44083
2796157	Heist	heist	BE		12951	Europe/Brussels	51.33867	3.23882		Heist,Heist-aan-Zee,Heist-sur-Mer,Heyst		VLG	VWV	31	31043
2796159	Heissiehoek	heissiehoek	BE		0	Europe/Brussels	51.25	4.81667		Heijssiehoek,Heissiehoek,Heyssiehoek		VLG	VAN	13	13019
2796160	Heisselt	heisselt	BE		0	Europe/Brussels	50.7324	5.22819		Heisselt,Heysselt		VLG	VLI	71	71017
2796161	Heissehuizen	heissehuizen	BE		0	Europe/Brussels	51.17284	5.11465		Heisschehuizen,Heissehuizen		VLG	VAN	13	13025
2796162	Heisbroek	heisbroek	BE		0	Europe/Brussels	51.04856	4.50827		Heisbroek,Heysbroeck,Heysbroek		VLG	VAN	12	12035
2796163	Heisbroek	heisbroek	BE		0	Europe/Brussels	51.01667	3.93333				VLG	VOV	42	42003
2796164	Heisbroek	heisbroek	BE		0	Europe/Brussels	50.71667	3.96667		Heisbroek,Heysbroek		WAL	WHT		
2796165	Heirweg	heirweg	BE		0	Europe/Brussels	50.84743	3.44683				VLG	VWV	34	34002
2796166	Heirstraat	heirstraat	BE		0	Europe/Brussels	51.05	4.4		Heirstraat,Hertstraat		VLG	VAN	12	12025
2796168	Heirenhoek	heirenhoek	BE		0	Europe/Brussels	51.05	3.56667		Heirenhoek,Heirenthoek		VLG	VOV	44	44083
2796169	Heirbrug	heirbrug	BE		0	Europe/Brussels	51.10433	3.97673				VLG	VOV	46	46014
2796170	Heiplas	heiplas	BE		0	Europe/Brussels	50.98034	3.98045		Heiplas,Heiplasch		VLG	VOV	41	41034
2796172	Heinstert	heinstert	BE		0	Europe/Brussels	49.75681	5.72653				WAL	WLX	81	81003
2796173	Heinsdale	heinsdale	BE		0	Europe/Brussels	50.76667	3.53333		Heinsdale,Hijnsdaale,Hynsdaale		VLG	VOV	45	45060
2796176	Heine	heine	BE		0	Europe/Brussels	51.22888	3.62954		Heine,Heyne		VLG	VOV	43	43007
2796179	Heimolen	heimolen	BE		0	Europe/Brussels	51.13333	4.13333				VLG	VOV	46	46021
2796181	Heilig Geest Hoek	heilig-geest-hoek	BE		0	Europe/Brussels	51.21667	4.31667				VLG	VAN	11	11056
2796182	Heilaar	heilaar	BE		0	Europe/Brussels	51.32463	4.84928		Heilaar,Heilaer		VLG	VAN	13	13004
2796185	Heikens	heikens	BE		0	Europe/Brussels	51.06667	4.68333				VLG	VAN	12	12029
2796186	Heiken	heiken	BE		0	Europe/Brussels	51.4	4.65				VLG	VAN	11	11053
2796187	Heiken	heiken	BE		0	Europe/Brussels	51.38333	4.5				VLG	VAN	11	11022
2796188	Heiken	heiken	BE		0	Europe/Brussels	51.12378	4.39269		De Reukens,Heiken		VLG	VAN	11	11037
2796189	Heiken	heiken	BE		0	Europe/Brussels	51.12444	4.03188				VLG	VOV	42	42023
2796190	Heiken	heiken	BE		0	Europe/Brussels	51.0477	4.21935				VLG	VAN	12	12041
2796191	Heiken	heiken	BE		0	Europe/Brussels	50.98248	4.55581				VLG	VBR	24	24014
2796192	Heiken	heiken	BE		0	Europe/Brussels	50.96717	4.88854				VLG	VBR	24	24001
2796193	Heiken	heiken	BE		0	Europe/Brussels	50.97168	4.63517				VLG	VBR	24	24033
2796194	Heiken	heiken	BE		0	Europe/Brussels	50.89539	5.55176				VLG	VLI	73	73006
2796195	Heike	heike	BE		0	Europe/Brussels	51.01559	4.41595		Heike,Het Eyken,Het Heike		VLG	VAN	12	12025
2796196	Heikant	heikant	BE		0	Europe/Brussels	51.40453	4.85353				VLG	VAN	13	13023
2796197	Heikant	heikant	BE		0	Europe/Brussels	51.37213	4.50012				VLG	VAN	11	11022
2796198	Heikant	heikant	BE		0	Europe/Brussels	51.3207	4.73945				VLG	VAN	11	11057
2796199	Heikant	heikant	BE		0	Europe/Brussels	51.26667	5.46667				VLG	VLI	72	72037
2796200	Heikant	heikant	BE		0	Europe/Brussels	51.26127	4.50233				VLG	VAN	11	11040
2796201	Heikant	heikant	BE		0	Europe/Brussels	51.22955	4.82866				VLG	VAN	13	13019
2796202	Heikant	heikant	BE		0	Europe/Brussels	51.22198	4.67009				VLG	VAN	11	11054
2796203	Heikant	heikant	BE		0	Europe/Brussels	51.21908	5.48997		Heikant,Heykant		VLG	VLI	72	72043
2796204	Heikant	heikant	BE		0	Europe/Brussels	51.24954	4.02244		Heikant,Hiekant		VLG	VOV		
2796205	Heikant	heikant	BE		0	Europe/Brussels	51.16667	5.61667				VLG	VLI	72	72004
2796206	Heikant	heikant	BE		0	Europe/Brussels	51.13405	4.77705				VLG	VAN	13	13012
2796207	Heikant	heikant	BE		0	Europe/Brussels	51.13262	4.6924				VLG	VAN	12	12026
2796208	Heikant	heikant	BE		0	Europe/Brussels	51.10959	5.00119				VLG	VAN	13	13053
2796209	Heikant	heikant	BE		0	Europe/Brussels	51.10083	5.70096				VLG	VLI	72	72021
2796210	Heikant	heikant	BE		0	Europe/Brussels	51.08333	4.66667				VLG	VAN	12	12002
2796211	Heikant	heikant	BE		0	Europe/Brussels	51.06393	4.20734		Heikant,Heykant		VLG	VAN	12	12007
2796212	Heikant	heikant	BE		0	Europe/Brussels	51.06752	3.98759				VLG	VOV	42	42028
2796213	Heikant	heikant	BE		0	Europe/Brussels	51.01506	5.29918				VLG	VLI	71	71070
2796214	Heikant	heikant	BE		0	Europe/Brussels	50.96426	4.736				VLG	VBR	24	24094
2796215	Heikant	heikant	BE		0	Europe/Brussels	50.88333	5.6				VLG	VLI	73	73042
2796216	Heihuizen	heihuizen	BE		0	Europe/Brussels	51.28506	4.75619		Heihuisen,Heihuizen		VLG	VAN	11	11057
2796219	Heihoek	heihoek	BE		0	Europe/Brussels	51.18326	3.63942				VLG	VOV	43	43007
2796220	Heihoek	heihoek	BE		0	Europe/Brussels	51.16897	4.26278				VLG	VOV	46	46013
2796221	Heihoek	heihoek	BE		0	Europe/Brussels	51.11541	5.43426		De Hoek,Heihoek,Het Hoek		VLG	VLI	72	72030
2796222	Heihoek	heihoek	BE		0	Europe/Brussels	50.99393	4.53504		Heihoek,Heyhoek		VLG	VBR	24	24014
2796223	Heihoek	heihoek	BE		0	Europe/Brussels	51.00411	3.15442				VLG	VWV	36	36011
2796224	Heihoek	heihoek	BE		0	Europe/Brussels	50.98333	3.13333				VLG	VWV	36	36015
2796225	Heigne	heigne	BE		0	Europe/Brussels	50.4446	4.40999				WAL	WHT	52	52011
2796226	Heiende	heiende	BE		0	Europe/Brussels	51.08627	3.95874				VLG	VOV	46	46014
2796227	Heieinde	heieinde	BE		0	Europe/Brussels	51.49921	4.76998				VLG	VAN	13	13014
2796228	Heieinde	heieinde	BE		0	Europe/Brussels	51.30164	4.88008		Heieinde,Heiende		VLG	VAN	13	13046
2796229	Heieinde	heieinde	BE		0	Europe/Brussels	51.23247	4.81278		Heieind,Heieinde		VLG	VAN	13	13019
2796230	Heieinde	heieinde	BE		0	Europe/Brussels	51.13333	4.9				VLG	VAN	13	13049
2796231	Heieinde	heieinde	BE		0	Europe/Brussels	51.05275	4.98302		Heieinde,Heiende		VLG	VAN	13	13053
2796232	Heie	heie	BE		0	Europe/Brussels	50.90199	3.88235		Hei,Heie,Heije		VLG	VOV	41	41027
2796233	Heiderveld	heiderveld	BE		0	Europe/Brussels	51.01667	5.56667		Achter het Heiderveld,Heiderveld		VLG	VLI	71	71002
2796237	Heidenbroek	heidenbroek	BE		0	Europe/Brussels	50.73333	4.31667		Heidebroeck,Heidenbroek		VLG	VBR	23	23003
2796238	Heidelo	heidelo	BE		0	Europe/Brussels	51.05674	4.73276		Heide-Loo,Heidelo		VLG	VAN	12	12014
2796239	Heidelberg	heidelberg	BE		0	Europe/Brussels	51.1488	3.16461		Heidelberg,Heydelberg		VLG	VWV	31	31040
2796240	Heidela	heidela	BE		0	Europe/Brussels	50.41667	5.5				WAL	WLX	83	83012
2796241	Heideken	heideken	BE		0	Europe/Brussels	50.86205	4.83819				VLG	VBR	24	24066
2796242	Heidekant	heidekant	BE		0	Europe/Brussels	51.01588	4.67667				VLG	VBR	24	24048
2796243	Heidekant	heidekant	BE		0	Europe/Brussels	50.93545	4.85478				VLG	VBR	24	24135
2796248	Heide	heide	BE		0	Europe/Brussels	51.24225	5.32614				VLG	VLI	72	72020
2796249	Heide	heide	BE		0	Europe/Brussels	51.21199	4.33139				VLG	VAN	11	11056
2796250	Heide	heide	BE		0	Europe/Brussels	51.18333	4.36667				VLG	VAN	11	11002
2796251	Heide	heide	BE		0	Europe/Brussels	51.17858	3.6741				VLG	VOV	43	43002
2796252	Heide	heide	BE		0	Europe/Brussels	51.1	4.31667				VLG	VAN	12	12007
2796253	Heide	heide	BE		0	Europe/Brussels	51.03333	4.3				VLG	VBR	23	23045
2796254	Heide	heide	BE		0	Europe/Brussels	51.01667	4.93333				VLG	VBR	24	24134
2796255	Heide	heide	BE		0	Europe/Brussels	51.00746	4.24933				VLG	VBR	23	23045
2796256	Heide	heide	BE		0	Europe/Brussels	51.01667	4.01667				VLG	VOV	42	42003
2796257	Heide	heide	BE		0	Europe/Brussels	50.98333	3.98333				VLG	VOV	42	42026
2796258	Heide	heide	BE		0	Europe/Brussels	50.9525	5.21905				VLG	VLI	71	71024
2796259	Heide	heide	BE		0	Europe/Brussels	50.95672	4.57542				VLG	VBR	23	23038
2796260	Heide	heide	BE		0	Europe/Brussels	50.91497	3.81729				VLG	VOV	44	44052
2796261	Heide	heide	BE		0	Europe/Brussels	50.9065	5.08377				VLG	VBR	24	24054
2796262	Heide	heide	BE		0	Europe/Brussels	50.85408	5.01993		Heide,Heyde		VLG	VBR	24	24133
2796263	Heide	heide	BE		0	Europe/Brussels	50.81667	4.65				VLG	VBR	24	24086
2796264	Heide	heide	BE		0	Europe/Brussels	50.79839	3.68771				VLG	VOV	45	45064
2796265	Heide	heide	BE		0	Europe/Brussels	50.76667	4.1				VLG	VBR	23	23024
2796267	Heid de Spa	heid-de-spa	BE		0	Europe/Brussels	50.5	5.86667		Heid de Spa		WAL	WLG	63	63072
2796269	Heidam	heidam	BE		0	Europe/Brussels	51.21667	4.35				VLG	VAN	11	11002
2796270	Heibraek	heibraek	BE		0	Europe/Brussels	51.41992	5.02839		Heibraak,Heibraek		VLG	VAN	13	13035
2796272	Heiblok	heiblok	BE		0	Europe/Brussels	51.23333	4.7				VLG	VAN	11	11054
2796273	Heiblok	heiblok	BE		0	Europe/Brussels	50.91667	4.93333				VLG	VBR	24	24008
2796274	Heibloem	heibloem	BE		0	Europe/Brussels	51.18695	4.89648				VLG	VAN	13	13029
2796275	Heibergen	heibergen	BE		0	Europe/Brussels	51.01667	4.93333				VLG	VBR	24	24134
2796276	Heiberg	heiberg	BE		0	Europe/Brussels	51.06667	4.8				VLG	VAN	13	13016
2796277	Heibaart	heibaart	BE		0	Europe/Brussels	51.38689	4.68833		Heibaard,Heibaart,Heibaert		VLG	VAN	11	11053
2796278	Heggen	heggen	BE		0	Europe/Brussels	50.64294	5.96556		Heggen		WAL	WLG	63	63004
2796279	Hegge	hegge	BE		0	Europe/Brussels	51.42196	5.03328		De Hegge,Hegge		VLG	VAN	13	13035
2796280	Hegge	hegge	BE		0	Europe/Brussels	50.83333	3.93333		Hege,Hegge,Heghe		VLG	VOV	41	41048
2796285	Heet	heet	BE		0	Europe/Brussels	50.93333	3.91667				VLG	VOV	41	41063
2796287	Heesveld	heesveld	BE		0	Europe/Brussels	50.90017	5.49707				VLG	VLI	73	73006
2796290	Heesten	heesten	BE		0	Europe/Brussels	51.08794	4.684				VLG	VAN	12	12014
2796291	Heesdonk	heesdonk	BE		0	Europe/Brussels	51.13333	4.05		Heesdonck,Heesdonk		VLG	VOV	42	42023
2796293	Heesakker	heesakker	BE		0	Europe/Brussels	51.20394	5.43652		Heesacker,Heesakker		VLG	VLI	72	72043
2796296	Heerstraat	heerstraat	BE		0	Europe/Brussels	51.23333	5.45				VLG	VLI	72	72043
2796299	Heernisse	heernisse	BE		0	Europe/Brussels	51.01667	2.86667				VLG	VWV	32	32003
2796301	Heerle	heerle	BE		0	Europe/Brussels	51.44453	4.80221		Heerle,Hertz		VLG	VAN	13	13014
2796302	Heerle	heerle	BE		0	Europe/Brussels	51.22079	4.86594				VLG	VAN	13	13019
2796307	Heek	heek	BE		0	Europe/Brussels	51.11171	4.27969		Heeck,Heek		VLG	VAN	12	12007
2796309	Heed	heed	BE		0	Europe/Brussels	50.93148	3.63838				VLG	VOV	44	44020
2796311	Hédrée	hedree	BE		0	Europe/Brussels	50.19124	5.34585				WAL	WLX	83	83034
2796312	Hédomont	hedomont	BE		0	Europe/Brussels	50.40543	6.03888		Hedomont,Hédomont		WAL	WLG	63	63049
2796313	Hedenge	hedenge	BE		0	Europe/Brussels	50.67411	4.8981				WAL	WBR	25	25122
2796314	Hé de Lonay	he-de-lonay	BE		0	Europe/Brussels	50.2	5.68333		He de Lonay,He-de-Lonnay,Hé de Lonay,Hé-de-Lonnay		WAL	WLX	83	83031
2796316	Hecken	hecken	BE		0	Europe/Brussels	50.27239	6.02901				WAL	WLG	63	63067
2796317	Heckbous	heckbous	BE		0	Europe/Brussels	49.70944	5.86265		Heckbous		WAL	WLX	81	81001
2796321	Hecht	hecht	BE		0	Europe/Brussels	51.38496	4.64168				VLG	VAN	11	11053
2796322	Hebronval	hebronval	BE		0	Europe/Brussels	50.25574	5.8135				WAL	WLX	82	82032
2796323	Hebret	hebret	BE		0	Europe/Brussels	50.58333	5.15				WAL	WLG	61	61010
2796324	Hebbe	hebbe	BE		0	Europe/Brussels	51.06667	4.14652		D'Hebbe,Hebbe		VLG	VOV	42	42008
2796326	Hazy	hazy	BE		0	Europe/Brussels	50.13333	5.76667				WAL	WLX	82	82014
2796327	Hazewindeken	hazewindeken	BE		0	Europe/Brussels	50.98942	3.03319		Haesewindeken,Hazenwindeken,Hazevind,Hazewind,Hazewindeken		VLG	VWV	36	36006
2796328	Hazewind	hazewind	BE		0	Europe/Brussels	51.15	4.13333				VLG	VOV	46	46021
2796329	Hazewind	hazewind	BE		0	Europe/Brussels	50.98864	2.78765				VLG	VWV	32	32030
2796331	Hazennest	hazennest	BE		0	Europe/Brussels	51.13333	4.26667				VLG	VOV	46	46025
2796332	Hazenhout	hazenhout	BE		0	Europe/Brussels	51.10884	4.95375		Haesenhout,Hazenhout		VLG	VAN	13	13008
2796333	Hazendries	hazendries	BE		0	Europe/Brussels	50.74247	3.97657		Haesendries,Hazendries		VLG	VBR	23	23023
2796334	Hazendonk	hazendonk	BE		0	Europe/Brussels	51.1	4.63333		Hazendonck,Hazendoncklocht,Hazendonk		VLG	VAN	12	12002
2796335	Hazenberg	hazenberg	BE		0	Europe/Brussels	50.9615	4.92172				VLG	VBR	24	24001
2796336	Hazelbeek	hazelbeek	BE		0	Europe/Brussels	50.9	3.95		Halsbeek,Hazelbeek		VLG	VOV	41	41082
2796337	Hazelarenhoek	hazelarenhoek	BE		0	Europe/Brussels	51.21339	3.70686				VLG	VOV	43	43002
2796339	Hazeille	hazeille	BE		0	Europe/Brussels	50.28093	5.56193				WAL	WLX	83	83013
2796341	Hazegras	hazegras	BE		0	Europe/Brussels	51.33333	3.35				VLG	VWV	31	31043
2796342	Hazebergen	hazebergen	BE		0	Europe/Brussels	51.02364	4.72528		Hazebergen,Hazenbergen		VLG	VAN	12	12014
2796345	Hayettes	hayettes	BE		0	Europe/Brussels	50.69271	3.81989				WAL	WHT	55	55023
2796346	Hayen	hayen	BE		0	Europe/Brussels	50.54524	5.61564				WAL	WLG	62	62100
2796349	Havron	havron	BE		0	Europe/Brussels	50.65241	3.36242				WAL	WHT	57	57062
2796350	Havrenne	havrenne	BE		0	Europe/Brussels	50.20018	5.22884		Havrenne		WAL	WNA	91	91114
2796355	Havissart	havissart	BE		0	Europe/Brussels	50.25	5.6				WAL	WLX	83	83055
2796360	Haverzee	haverzee	BE		0	Europe/Brussels	51.13333	4.03333		Hanewee,Haverzee		VLG	VOV	42	42023
2796365	Havenne	havenne	BE		0	Europe/Brussels	50.16356	5.04493		Havenne		WAL	WNA	91	91072
2796366	Haven	haven	BE		0	Europe/Brussels	51.27229	3.70593				VLG	VOV	43	43002
2796374	Hauzeur	hauzeur	BE		0	Europe/Brussels	50.63562	5.84627				WAL	WLG	63	63035
2796376	Hauwstraat	hauwstraat	BE		0	Europe/Brussels	50.80805	3.72556				VLG	VOV	45	45059
2796377	Hauwijk	hauwijk	BE		0	Europe/Brussels	50.88333	4.13333		Hauwijk,Ouwijk		VLG	VBR	23	23086
2796378	Hauwald	hauwald	BE		0	Europe/Brussels	49.65	5.86667				WAL	WLX	81	81001
2796379	Haut Vent	haut-vent	BE		0	Europe/Brussels	50.38658	4.68582				WAL	WNA	92	92048
2796380	Haut Trieux	haut-trieux	BE		0	Europe/Brussels	50.5899	3.54227				WAL	WHT	57	57081
2796381	Hauts Tiennes	hauts-tiennes	BE		0	Europe/Brussels	50.67655	4.37355				WAL	WBR	25	25014
2796382	Hauts Sarts	hauts-sarts	BE		0	Europe/Brussels	50.56173	5.80822				WAL	WLG	63	63058
2796384	Hauts Marais	hauts-marais	BE		0	Europe/Brussels	49.96667	4.4				WAL	WHT	56	56016
2796386	Haut Sart	haut-sart	BE		0	Europe/Brussels	50.08333	5.75				WAL	WLX	82	82003
2796387	Haut Rejet	haut-rejet	BE		0	Europe/Brussels	50.6895	3.49692				WAL	WHT	57	57018
2796388	Haut Rejet	haut-rejet	BE		0	Europe/Brussels	50.62337	3.48539				WAL	WHT	57	57081
2796389	Hautregard	hautregard	BE		0	Europe/Brussels	50.48823	5.76441		Hautregard		WAL	WLG	63	63076
2796390	Haut Ransbeek	haut-ransbeek	BE		0	Europe/Brussels	50.70357	4.43062		Haut Ransbeek,Ransbeche,Ransbêche		WAL	WBR	25	25119
2796395	Haut Mont	haut-mont	BE		0	Europe/Brussels	49.95	5.1				WAL	WNA	91	91015
2796397	Haut Marais	haut-marais	BE		0	Europe/Brussels	50.65131	3.815				WAL	WHT	51	51004
2796401	Haut Laveu	haut-laveu	BE		0	Europe/Brussels	50.61456	5.4851				WAL	WLG	62	62096
2796402	Haut Judas	haut-judas	BE		0	Europe/Brussels	50.73333	3.2				VLG	VWV		
2796405	Haut Hameau	haut-hameau	BE		0	Europe/Brussels	50.68333	3.43333				WAL	WHT	57	57018
2796406	Haut Hameau	haut-hameau	BE		0	Europe/Brussels	50.63333	3.49844				WAL	WHT	57	57081
2796408	Haute Valise	haute-valise	BE		0	Europe/Brussels	50.65059	5.47364				WAL	WLG	62	62118
2796409	Haute Tribomont	haute-tribomont	BE		0	Europe/Brussels	50.58333	5.8				WAL	WLG	63	63058
2796412	Haute Sarte	haute-sarte	BE		0	Europe/Brussels	50.50843	5.26515				WAL	WLG	61	61031
2796413	Haute Saive	haute-saive	BE		0	Europe/Brussels	50.65846	5.67628				WAL	WLG	62	62119
2796414	Haute Rue	haute-rue	BE		0	Europe/Brussels	50.71552	3.78011				WAL	WHT	55	55023
2796415	Hauterue	hauterue	BE		0	Europe/Brussels	50.65421	3.29368				WAL	WHT	57	57081
2796418	Haute Pré	haute-pre	BE		0	Europe/Brussels	50.60171	5.53428				WAL	WLG	62	62096
2796421	Haute Noucelle	haute-noucelle	BE		0	Europe/Brussels	50.68333	4.31667		Haute Noucelle,Haute Noucelles		WAL	WBR	25	25015
2796423	Haute Nimelette	haute-nimelette	BE		0	Europe/Brussels	49.95869	4.38541		Haute Nimelette,Nimelette		WAL	WHT	56	56016
2796424	Haute Masville	haute-masville	BE		0	Europe/Brussels	50.60799	4.25914		Haute Masville,Masville		WAL	WBR	25	25072
2796425	Haute Masure	haute-masure	BE		0	Europe/Brussels	50.71667	3.65				WAL	WHT	51	51017
2796427	Haute Houssière	haute-houssiere	BE		0	Europe/Brussels	50.59624	4.14286				WAL	WHT	55	55004
2796429	Haute Heuval	haute-heuval	BE		0	Europe/Brussels	50.59596	4.57185				WAL	WBR	25	25107
2796430	Haute Grange	haute-grange	BE		0	Europe/Brussels	49.98847	4.38424				WAL	WHT	56	56016
2796431	La Gage	la-gage	BE		0	Europe/Brussels	50.5436	4.01001				WAL	WHT	55	55040
2796432	Haute Franchise	haute-franchise	BE		0	Europe/Brussels	50.6481	4.1106				WAL	WBR	25	25123
2796433	Haute Fontaine	haute-fontaine	BE		0	Europe/Brussels	50.42954	4.81501				WAL	WNA	92	92094
2796434	Haute Folie	haute-folie	BE		0	Europe/Brussels	50.549	4.09644				WAL	WHT	55	55040
2796436	Haute Flône	haute-flone	BE		0	Europe/Brussels	50.55192	5.32854				WAL	WLG	61	61003
2796440	Haute Bruyère	haute-bruyere	BE		0	Europe/Brussels	50.63333	4.2				WAL	WBR	25	25044
2796441	Haute Bodeux	haute-bodeux	BE		0	Europe/Brussels	50.35959	5.80233				WAL	WLG	63	63086
2796442	Haute Bise	haute-bise	BE		0	Europe/Brussels	50.53524	4.69632				WAL	WNA	92	92142
2796443	Haute Bise	haute-bise	BE		0	Europe/Brussels	50.48333	5.11667				WAL	WNA	92	92003
2796444	Haute Arche	haute-arche	BE		0	Europe/Brussels	50.42722	5.06234				WAL	WNA	92	92054
2796445	Haute	haute	BE		0	Europe/Brussels	50.78333	3.65		Haute,Houte,La Haute		VLG	VOV	45	45064
2796446	Haut Doux	haut-doux	BE		0	Europe/Brussels	50.65768	5.54063		Haut Doux,Haut-Doui		WAL	WLG	62	62003
2796447	Haut Doux	haut-doux	BE		0	Europe/Brussels	50.63682	3.59361				WAL	WHT	51	51065
2796449	Haut Corot	haut-corot	BE		0	Europe/Brussels	50.08333	5.3				WAL	WLX	84	84068
2796450	Coron du bois	coron-du-bois	BE		0	Europe/Brussels	50.48269	3.84195				WAL	WHT	53	53070
2796451	Haut Chemin	haut-chemin	BE		0	Europe/Brussels	50.72829	3.49276				WAL	WHT	57	57095
2796453	Haut Braucq	haut-braucq	BE		0	Europe/Brussels	50.66113	3.66765		Haut Braucq,Hauts-Braeucq		WAL	WHT	51	51065
2796455	Haut Bois	haut-bois	BE		0	Europe/Brussels	50.43157	5.07378				WAL	WNA	92	92054
2796457	Haut Beaumal	haut-beaumal	BE		0	Europe/Brussels	50.55	6.01667				WAL	WLG	63	63038
2796458	Haut Aulnoy	haut-aulnoy	BE		0	Europe/Brussels	50.6586	3.84702				WAL	WHT	51	51004
2796461	Haut	haut	BE		0	Europe/Brussels	50.73333	3.46667				WAL	WHT	57	57018
2796462	Hauster	hauster	BE		0	Europe/Brussels	50.6	5.61667				WAL	WLG	62	62022
2796463	Hausta	hausta	BE		0	Europe/Brussels	50.40945	5.98652				WAL	WLG	63	63073
2796464	Haussart	haussart	BE		0	Europe/Brussels	50.4	6.08333				WAL	WLG	63	63080
2796467	Haureux	haureux	BE		0	Europe/Brussels	50.73333	3.21667				VLG	VWV		
2796468	Haule	haule	BE		0	Europe/Brussels	49.85	5.05				WAL	WLX	84	84010
2796471	Haudion	haudion	BE		0	Europe/Brussels	50.599	3.30136				WAL	WHT	57	57081
2796472	Haubroek Bemden	haubroek-bemden	BE		0	Europe/Brussels	51.18333	5.73333		Haubroek Bemden,Houbroekbeemden		VLG	VLI	72	72018
2796473	Hattain	hattain	BE		0	Europe/Brussels	50.59915	4.49169		Hatain,Hattain		WAL	WBR	25	25031
2796476	Hatoufat	hatoufat	BE		0	Europe/Brussels	50.33333	5.68333		Hatoufa,Hatoufat		WAL	WLX	83	83055
2796478	Haterbeek	haterbeek	BE		0	Europe/Brussels	50.97535	4.85913				VLG	VBR	24	24001
2796479	Hastroit	hastroit	BE		0	Europe/Brussels	50.27174	5.19326				WAL	WNA	91	91030
2796590	Hannekenshoek	hannekenshoek	BE		0	Europe/Brussels	51.11667	4.93333				VLG	VAN	13	13049
2796484	Hastelaar	hastelaar	BE		0	Europe/Brussels	51.09772	3.8978		Hastelaar,Zeveneeken-Hastelaere		VLG	VOV	44	44034
2796485	Hassonville	hassonville	BE		0	Europe/Brussels	50.21066	5.30315				WAL	WLX	83	83034
2796486	Hasseltveld	hasseltveld	BE		0	Europe/Brussels	50.96455	5.39914				VLG	VLI	71	71016
2796493	Hasselstraat	hasselstraat	BE		0	Europe/Brussels	51.221	3.70227				VLG	VOV	43	43002
2796494	Hasselshoeven	hasselshoeven	BE		0	Europe/Brussels	51.3	5.03333		D'Arselshoeven,Hasselshoeven		VLG	VAN	13	13031
2796497	Hasselhoek	hasselhoek	BE		0	Europe/Brussels	50.8	3.65				VLG	VOV	45	45064
2796498	Hasselbroek	hasselbroek	BE		0	Europe/Brussels	50.72719	5.2101		Hasselbroeck,Hasselbroek		VLG	VLI	71	71017
2796501	Hasselbach	hasselbach	BE		0	Europe/Brussels	50.23161	6.14656				WAL	WLG	63	63087
2796502	Haspershoven	haspershoven	BE		0	Europe/Brussels	51.21943	5.42705				VLG	VLI	72	72043
2796505	Hasenvenn	hasenvenn	BE		0	Europe/Brussels	50.33333	6.33333				WAL	WLG	63	63012
2796506	Hasenell	hasenell	BE		0	Europe/Brussels	50.63333	6.08333				WAL	WLG	63	63023
2796507	Hasal	hasal	BE		0	Europe/Brussels	50.31667	5.7				WAL	WLX	83	83055
2796514	Hartenge	hartenge	BE		0	Europe/Brussels	50.70455	5.26602				WAL	WLG	64	64074
2796524	Harmansart	harmansart	BE		0	Europe/Brussels	49.81667	4.93333				WAL	WNA	91	91143
2796525	Harlue	harlue	BE		0	Europe/Brussels	50.60916	4.91628		Harlue		WAL	WNA	92	92035
2796526	Harling	harling	BE		0	Europe/Brussels	50.96667	3.7				VLG	VOV	44	44043
2796527	Harivaux	harivaux	BE		0	Europe/Brussels	49.93333	5.48333				WAL	WLX	84	84077
2796528	Harinsart	harinsart	BE		0	Europe/Brussels	49.70887	5.53271		Harinsart		WAL	WLX	85	85046
2796532	Haringe	haringe	BE		0	Europe/Brussels	50.90571	2.61731		Haringe,Haringhe		VLG	VWV	33	33021
2796535	Harfontaine	harfontaine	BE		0	Europe/Brussels	49.82301	5.37413				WAL	WLX	84	84043
2796537	Harent	harent	BE		0	Europe/Brussels	51.02333	4.57261		Haarent,Haerent,Harent		VLG	VAN	12	12005
2796538	Hareng	hareng	BE		0	Europe/Brussels	50.68036	5.60062				WAL	WLG	62	62051
2796539	Harendijk	harendijk	BE		0	Europe/Brussels	51.30864	3.11299		Harendijcke,Harendijk,Harendijke,Harendycke		VLG	VWV	35	35029
2796544	Harduemont	harduemont	BE		0	Europe/Brussels	50.63398	5.3239				WAL	WLG	64	64023
2796547	Hardinfosse	hardinfosse	BE		0	Europe/Brussels	50.13333	5.56667				WAL	WLX	83	83031
2796548	Hardimont	hardimont	BE		0	Europe/Brussels	50.31809	4.65375				WAL	WNA	92	92087
2796549	Hardigny	hardigny	BE		0	Europe/Brussels	50.08436	5.79863				WAL	WLX	82	82003
2796551	Hardempont	hardempont	BE		0	Europe/Brussels	50.56356	3.77955				WAL	WHT	51	51014
2796552	Hardémont	hardemont	BE		0	Europe/Brussels	50.58333	5.38333				WAL	WLG	61	61080
2796556	Happerbos	happerbos	BE		0	Europe/Brussels	50.7	5.1		Happerbos,Happerbosch,Happersbos		WAL	WLG	64	64034
2796557	Happeau	happeau	BE		0	Europe/Brussels	50.72213	4.7961				WAL	WBR	25	25048
2796568	Hanswijkenhoek	hanswijkenhoek	BE		0	Europe/Brussels	51.01019	4.48508				VLG	VAN	12	12025
2796571	Hanssevelde	hanssevelde	BE		0	Europe/Brussels	51.06667	4.08333		Hansevelde,Hanssevelde		VLG	VOV	42	42028
2796572	Hansez	hansez	BE		0	Europe/Brussels	50.57929	5.7231		Hanset,Hansez		WAL	WLG	63	63057
2796573	Hansbrug	hansbrug	BE		0	Europe/Brussels	50.98505	4.64253				VLG	VBR	24	24033
2796574	Hansbekeveer	hansbekeveer	BE		0	Europe/Brussels	51.08333	3.51667				VLG	VOV	44	44083
2796580	Hanonet	hanonet	BE		0	Europe/Brussels	50.06667	4.5				WAL	WNA	93	93014
2796582	Hanogrune	hanogrune	BE		0	Europe/Brussels	50.65	4.43333				WAL	WBR	25	25031
2796586	Hannonsart	hannonsart	BE		0	Europe/Brussels	50.7194	4.46217				WAL	WBR	25	25119
2796589	Hannekenshoek	hannekenshoek	BE		0	Europe/Brussels	51.16667	4.83333				VLG	VAN	13	13011
2796591	Hannekenshoek	hannekenshoek	BE		0	Europe/Brussels	51.10589	4.75603				VLG	VAN	12	12014
2796594	Hanieveau	hanieveau	BE		0	Europe/Brussels	49.8	5.45				WAL	WLX	84	84033
2796596	Hanewijk	hanewijk	BE		0	Europe/Brussels	50.97629	4.67864		Hanewijk,Hanewyk		VLG	VBR	24	24094
2796597	Hanenberg	hanenberg	BE		0	Europe/Brussels	51.01537	4.93604				VLG	VBR	24	24134
2796598	Hanegoor	hanegoor	BE		0	Europe/Brussels	51.16667	5.73333				VLG	VLI	72	72018
2796605	Han-du-Han	han-du-han	BE		0	Europe/Brussels	49.8	5.11667		Han-du-Han,Le Han du Han		WAL	WLX	84	84010
2796606	Hand Kerselare	hand-kerselare	BE		0	Europe/Brussels	50.71667	3.98333		Hand Kerselare,Hand-Kerselaare		WAL	WHT		
2796607	Handeuwez	handeuwez	BE		0	Europe/Brussels	50.2	5.46667				WAL	WLX	83	83044
2796609	Handelaar	handelaar	BE		0	Europe/Brussels	51.40854	4.48995		Handelaar,Handelaer		VLG	VAN	11	11022
2796610	Hanaarden	hanaarden	BE		0	Europe/Brussels	50.97413	4.10124				VLG	VOV	42	42011
2796612	Han	han	BE		0	Europe/Brussels	49.68343	5.53195				WAL	WLX	85	85039
2796613	Hamveld	hamveld	BE		0	Europe/Brussels	50.83333	5.23333				VLG	VLI	71	71053
2796618	Hamsehoeven	hamsehoeven	BE		0	Europe/Brussels	51.12477	5.18812		Hamschehoeven,Hamsehoeven		VLG	VAN	13	13003
2796619	Hamrinne	hamrinne	BE		0	Europe/Brussels	50.13333	5.5				WAL	WLX	83	83049
2796624	Hamoul	hamoul	BE		0	Europe/Brussels	50.24796	5.49413		Hamoul,Hanoul		WAL	WLX	83	83044
2796631	Hammeveer	hammeveer	BE		0	Europe/Brussels	51.1	4.13333				VLG	VOV	42	42008
2796644	Hamhoek	hamhoek	BE		0	Europe/Brussels	50.86667	2.71667		Hamhoek,Hamoek		VLG	VWV	33	33021
2796645	Hamerenne	hamerenne	BE		0	Europe/Brussels	50.14542	5.21427		Hamerenne		WAL	WNA	91	91114
2796646	Hamerdijk	hamerdijk	BE		0	Europe/Brussels	51.0717	4.40568				VLG	VAN	12	12040
2796647	Hamer	hamer	BE		0	Europe/Brussels	51.08333	4.3				VLG	VAN	12	12041
2796648	Hamen	hamen	BE		0	Europe/Brussels	50.96667	5.26667				VLG	VLI	71	71022
2796650	Hamel	hamel	BE		0	Europe/Brussels	50.84582	5.30225				VLG	VLI	73	73098
2796652	Hameau du Bois	hameau-du-bois	BE		0	Europe/Brussels	50.57534	5.84281				WAL	WLG	63	63079
2796653	Hameau	hameau	BE		0	Europe/Brussels	50.39894	4.36766				WAL	WHT	52	52011
2796654	Hameau	hameau	BE		0	Europe/Brussels	50.32016	4.40203				WAL	WHT	56	56086
2796656	Hambraine	hambraine	BE		0	Europe/Brussels	50.58156	4.96976				WAL	WNA	92	92138
2796657	Hambos	hambos	BE		0	Europe/Brussels	50.94361	4.67348		Hambos,Hambosch		VLG	VBR	24	24033
2796658	Hamayde	hamayde	BE		0	Europe/Brussels	50.01667	5.16667				WAL	WLX	84	84035
2796659	Hamal	hamal	BE		0	Europe/Brussels	50.75454	5.46128				VLG	VLI	73	73083
2796668	Halvenweg	halvenweg	BE		0	Europe/Brussels	50.99665	5.33819				VLG	VLI	71	71066
2796669	Halvedreef	halvedreef	BE		0	Europe/Brussels	51.21667	4.26667		Halvedreef,Halvedreet		VLG	VOV	46	46003
2796670	Halve Barreel	halve-barreel	BE		0	Europe/Brussels	51.11667	3				VLG	VWV	35	35006
2796673	Halsenhoek	halsenhoek	BE		0	Europe/Brussels	51.21845	4.62209		Halschenhoek,Halsenhoek		VLG	VAN	11	11035
2796674	Halsberg Rots	halsberg-rots	BE		0	Europe/Brussels	50.91667	3.68333				VLG	VOV	44	44020
2796675	Halonreux	halonreux	BE		0	Europe/Brussels	50.18562	5.8351				WAL	WLX	82	82037
2796681	Halloy	halloy	BE		0	Europe/Brussels	50.30991	5.07111		Halloy		WAL	WNA	91	91030
2796688	Hallet	hallet	BE		0	Europe/Brussels	50.11667	5.76667				WAL	WLX	82	82014
2796689	Hallembaye	hallembaye	BE		0	Europe/Brussels	50.74015	5.6611				WAL	WLG	62	62079
2796693	Hallebast	hallebast	BE		0	Europe/Brussels	50.81378	2.81852				VLG	VWV	33	33011
2796699	Hallaardaard	hallaardaard	BE		0	Europe/Brussels	51.08952	4.73285				VLG	VAN	12	12014
2796702	Halinsart	halinsart	BE		0	Europe/Brussels	50.56667	5.75				WAL	WLG	62	62122
2796704	Halheide	halheide	BE		0	Europe/Brussels	51.05024	5.32027				VLG	VLI	71	71070
2796707	Halfgalg	halfgalg	BE		0	Europe/Brussels	51.00558	4.47155				VLG	VAN	12	12025
2796708	Halfbunder	halfbunder	BE		0	Europe/Brussels	50.94698	3.96249				VLG	VOV	41	41082
2796709	Half	half	BE		0	Europe/Brussels	50.83333	3.95				VLG	VOV	41	41048
2796710	Halewijn	halewijn	BE		0	Europe/Brussels	51.05446	3.61832		Haelewyn,Halewijn,Hallewijn		VLG	VOV	44	44021
2796711	Halet	halet	BE		0	Europe/Brussels	49.92095	5.34133		Halet,Halle,Hallê		WAL	WLX	84	84077
2796713	Halensbroek	halensbroek	BE		0	Europe/Brussels	50.95766	5.10048		Haelens Broek,Halensbroek		VLG	VLI	71	71020
2796714	Halenfeld	halenfeld	BE		0	Europe/Brussels	50.36019	6.22496				WAL	WLG	63	63001
2796718	Halconreux	halconreux	BE		0	Europe/Brussels	50.19429	5.92299				WAL	WLX	82	82037
2796719	Halbosart	halbosart	BE		0	Europe/Brussels	50.55653	5.2658		Halbesart,Halbosart,Halbpsart		WAL	WLG	61	61068
2796720	Halbosa	halbosa	BE		0	Europe/Brussels	50.55127	5.05138				WAL	WLG	61	61028
2796724	Hal	hal	BE		0	Europe/Brussels	51.04647	5.30022				VLG	VLI	71	71070
2796725	Hal	hal	BE		0	Europe/Brussels	50.95	5.75		Hal,Halle		VLG	VLI	73	73107
2796726	Haksberg	haksberg	BE		0	Europe/Brussels	50.96164	4.92003		Haksberg,Haxberg		VLG	VBR	24	24001
2796730	Haisette	haisette	BE		0	Europe/Brussels	50.75	3.68333				WAL	WHT	51	51017
2796731	Hairiamont	hairiamont	BE		0	Europe/Brussels	50.51173	4.35552				WAL	WHT	52	52055
2796746	Haillemont	haillemont	BE		0	Europe/Brussels	50.71248	3.72722		Aillemont,Allemont,Haillemont		WAL	WHT	51	51017
2796747	Haies de Saint-Remy	haies-de-saint-remy	BE		0	Europe/Brussels	50.03196	4.28196		Haies,Haies Saint-Remy,Haies de Saint-Remy		WAL	WHT	56	56016
2796749	Haies-de-Macon	haies-de-macon	BE		0	Europe/Brussels	50.03915	4.19866		Haies-de-Macon,Les Haies		WAL	WHT	56	56051
2796753	Haies	haies	BE		0	Europe/Brussels	50.72893	3.67061				WAL	WHT	51	51017
2796754	Haies	haies	BE		0	Europe/Brussels	50.34358	4.44165				WAL	WHT	56	56086
2796755	Haie Mayet	haie-mayet	BE		0	Europe/Brussels	50.36667	4.704				WAL	WNA	92	92087
2796757	Haie Jacquette	haie-jacquette	BE		0	Europe/Brussels	50.31667	5.2		Haie Jacquette,Haie-Jaquette		WAL	WNA	91	91059
2796758	Haie du Roeulx	haie-du-roeulx	BE		0	Europe/Brussels	50.49513	4.19971				WAL	WHT	55	55022
2796759	Haie du Pouhon	haie-du-pouhon	BE		0	Europe/Brussels	50.26667	5.61667				WAL	WLX	83	83055
2796760	Haie du Postia	haie-du-postia	BE		0	Europe/Brussels	50.3	4.78333				WAL	WNA	91	91005
2796761	Haie du Capitaine	haie-du-capitaine	BE		0	Europe/Brussels	50.11667	5.33333				WAL	WLX	83	83040
2796762	Haie des Saules	haie-des-saules	BE		0	Europe/Brussels	50.21917	4.17209				WAL	WHT	56	56005
2796763	Haie des Pauvres	haie-des-pauvres	BE		0	Europe/Brussels	50.53201	5.62385				WAL	WLG	62	62100
2796764	Haie des Loups	haie-des-loups	BE		0	Europe/Brussels	50.6	5.65		Haie aux Loups,Haie des Loups		WAL	WLG	62	62022
2796765	Haie de Rovy	haie-de-rovy	BE		0	Europe/Brussels	50.15	5.33333				WAL	WLX	83	83040
2796766	Haie de Pourceau	haie-de-pourceau	BE		0	Europe/Brussels	50.35	5.56667		Haie de Pourceau,Haie du Pourceau		WAL	WLX	83	83012
2796767	Haie de Marloie	haie-de-marloie	BE		0	Europe/Brussels	50.18333	5.38333				WAL	WLX	83	83040
2796770	Haie Curie	haie-curie	BE		0	Europe/Brussels	50.2673	5.30672				WAL	WNA	91	91120
2796779	Haid	haid	BE		0	Europe/Brussels	50.24934	5.17607		Haid		WAL	WNA	91	91030
2796780	Hahnheister	hahnheister	BE		0	Europe/Brussels	50.56667	6.16667				WAL	WLG	63	63080
2796782	Hagendoren	hagendoren	BE		0	Europe/Brussels	51.13876	5.73549				VLG	VLI	72	72018
2796783	Hagenbroek	hagenbroek	BE		0	Europe/Brussels	51.15677	4.55211		Haagenbroeck,Haagenbroek,Hagenbroeck,Hagenbroek		VLG	VAN	12	12021
2796784	Hagelstein	hagelstein	BE		0	Europe/Brussels	50.71663	5.86601				WAL	WLG		
2796785	Hagelboom	hagelboom	BE		0	Europe/Brussels	51.01149	4.33671				VLG	VBR	23	23039
2796786	Hagebrug	hagebrug	BE		0	Europe/Brussels	51.17944	2.95333		Hagebrug,Hagebrugge		VLG	VWV	35	35005
2796787	Hagebroek	hagebroek	BE		0	Europe/Brussels	51	3.05		Hagebroek,Hagenbroek		VLG	VWV	36	36006
2796788	Hagbenden	hagbenden	BE		0	Europe/Brussels	50.68433	6.08682				WAL	WLG	63	63061
2796790	Hagaard	hagaard	BE		0	Europe/Brussels	50.7592	4.51997		De Hagaard,Den Hagaerd,Hagaard		VLG	VBR	23	23062
2796791	Haelen	haelen	BE		0	Europe/Brussels	50.45	6.13333		Haelen,Halen		WAL	WLG	63	63080
2796792	Hadschot	hadschot	BE		0	Europe/Brussels	51.17741	5.00736				VLG	VAN	13	13008
2796797	Hache	hache	BE		0	Europe/Brussels	50.31667	5.65				WAL	WLX	83	83055
2796800	Hacboister	hacboister	BE		0	Europe/Brussels	50.66683	5.74266		Hacboister		WAL	WLG	63	63035
2796802	Habinée	habinee	BE		0	Europe/Brussels	50.2	5.66667				WAL	WLX	83	83031
2796803	Habiemont	habiemont	BE		0	Europe/Brussels	50.37333	5.71588				WAL	WLG	63	63075
2796806	Habeloch	habeloch	BE		0	Europe/Brussels	50.33333	6.15				WAL	WLG	63	63001
2796813	Habaru	habaru	BE		0	Europe/Brussels	49.80105	5.48783				WAL	WLX	84	84033
2796815	Haaszakhoek	haaszakhoek	BE		0	Europe/Brussels	51.0144	3.05691		Haaszakhoek,Haezakhoek		VLG	VWV	32	32011
2796818	Haaselbeekstraat	haaselbeekstraat	BE		0	Europe/Brussels	51.08333	3.16667		Haaselbeekstraat,Hazelbeekstraaf		VLG	VWV	31	31022
2796822	Haas	haas	BE		0	Europe/Brussels	50.97771	4.35406				VLG	VBR	23	23039
2796823	Haart	haart	BE		0	Europe/Brussels	51.11667	4.85				VLG	VAN	13	13049
2796824	Haanven	haanven	BE		0	Europe/Brussels	51.06652	4.95571		Haanven,Haenven,Haeven		VLG	VAN	13	13053
2796825	Haantjeshoek	haantjeshoek	BE		0	Europe/Brussels	50.95168	3.33026				VLG	VWV	37	37007
2796826	Haantjesberg	haantjesberg	BE		0	Europe/Brussels	50.96667	4.81667		Haantjensberg,Haantjesberg		VLG	VBR	24	24001
2796827	Haantje	haantje	BE		0	Europe/Brussels	51.22972	3.69773				VLG	VOV	43	43002
2796828	Haantje	haantje	BE		0	Europe/Brussels	51.01667	3.11667		Haantje,Haentje		VLG	VWV	36	36011
2796829	Haanhout	haanhout	BE		0	Europe/Brussels	51.07273	3.837		Haanhout,Haenhout		VLG	VOV	44	44013
2796830	Haanhoek	haanhoek	BE		0	Europe/Brussels	50.98333	3.36667		Haaghoek,Haanhoek		VLG	VWV	37	37015
2796832	Haandekot	haandekot	BE		0	Europe/Brussels	50.88333	2.61667				VLG	VWV	33	33021
2796835	Haaiershoek	haaiershoek	BE		0	Europe/Brussels	50.80248	3.74269		Haaiershoek,Haayershoek		VLG	VOV	45	45059
2796836	Haaienhoek	haaienhoek	BE		0	Europe/Brussels	51.24246	5.43635		Haaienhoek,Haienhoek,Hayenhoek		VLG	VLI	72	72043
2796837	Haagsmaal	haagsmaal	BE		0	Europe/Brussels	50.83016	5.36598		Haagsmaal,Haeghsmael		VLG	VLI	73	73009
2796838	Haaghoethoek	haaghoethoek	BE		0	Europe/Brussels	51.18333	4.31667				VLG	VOV	46	46013
2796839	Haaghoek	haaghoek	BE		0	Europe/Brussels	50.82885	3.71032				VLG	VOV	45	45059
2796842	Haag	haag	BE		0	Europe/Brussels	51.18102	5.07786				VLG	VAN	13	13025
2796843	Haag	haag	BE		0	Europe/Brussels	50.89708	5.52355				VLG	VLI	73	73006
2796846	Guvelingen	guvelingen	BE		0	Europe/Brussels	50.82712	5.18178		Guvelingen		VLG	VLI	71	71053
2796847	Gutschoven	gutschoven	BE		339	Europe/Brussels	50.7743	5.31725		Gossoncourt,Heers (Gutschoven)		VLG	VLI	73	73022
2796850	Gussenhoven	gussenhoven	BE		0	Europe/Brussels	50.8012	5.0565				VLG	VBR	24	24133
2796852	Gulpenmeule	gulpenmeule	BE		0	Europe/Brussels	50.71667	5.91667				WAL	WLG	63	63088
2796853	Gulpen	gulpen	BE		0	Europe/Brussels	50.70477	5.91802		Culpen,Gulpen		WAL	WLG	63	63088
2796857	Gulde Delle	gulde-delle	BE		0	Europe/Brussels	50.93333	4.81667				VLG	VBR	24	24043
2796861	Guinaumont	guinaumont	BE		0	Europe/Brussels	50.73843	3.68351				WAL	WHT	51	51017
2796867	Gueuzaine	gueuzaine	BE		0	Europe/Brussels	50.43165	6.13432				WAL	WLG	63	63080
2796868	Guéronde	gueronde	BE		0	Europe/Brussels	50.57963	3.45411				WAL	WHT	57	57003
2796869	Guermignies	guermignies	BE		0	Europe/Brussels	50.72727	3.39425				WAL	WHT	57	57018
2796870	Guerlange	guerlange	BE		0	Europe/Brussels	49.58149	5.85425				WAL	WLX	81	81004
2796871	Guelff	guelff	BE		0	Europe/Brussels	49.60703	5.7596				WAL	WLX	81	81015
2796872	Guéflenière	guefleniere	BE		0	Europe/Brussels	49.88333	5.4				WAL	WLX	84	84043
2796873	Guddegem	guddegem	BE		0	Europe/Brussels	51.21473	4.51194				VLG	VAN	11	11052
2796874	Guchte	guchte	BE		0	Europe/Brussels	50.86667	3.8				VLG	VOV	41	41081
2796875	Gucht	gucht	BE		0	Europe/Brussels	50.96986	3.96481				VLG	VOV	41	41034
2796876	Gucht	gucht	BE		0	Europe/Brussels	50.85	4.13333				VLG	VBR	23	23097
2796879	Grupchy	grupchy	BE		0	Europe/Brussels	49.96667	5.38333		Crupchy,Grupchy		WAL	WLX	84	84077
2796880	Grüne Höhe	gruene-hoehe	BE		0	Europe/Brussels	50.45816	6.23836				WAL	WLG	63	63013
2796890	Grüfflingen	gruefflingen	BE		0	Europe/Brussels	50.22444	6.08889		Grufflange,Grufflingen,Gruflange,Grüfflingen		WAL	WLG	63	63087
2796891	Groynne	groynne	BE		0	Europe/Brussels	50.46947	5.07826				WAL	WNA	92	92003
2796894	Groumette	groumette	BE		0	Europe/Brussels	50.68333	5.8				WAL	WLG	63	63035
2796899	Grote Wal	grote-wal	BE		0	Europe/Brussels	51.03914	4.17923		Groote Wal,Grote Wal		VLG	VOV	42	42008
2796900	Grote Vond	grote-vond	BE		0	Europe/Brussels	51.43987	5.03153		Groote Vond,Grote Vond		VLG	VAN	13	13035
2796909	Grote Roost	grote-roost	BE		0	Europe/Brussels	50.91581	5.27773		Groote-Roost,Grote Roost		VLG	VLI	71	71022
2796912	Grotenkeer	grotenkeer	BE		0	Europe/Brussels	50.85	3.5				VLG	VOV	45	45061
2796913	Groten Haardinge	groten-haardinge	BE		0	Europe/Brussels	50.78333	4.06667		Grooten-Haarding,Grote Haarding,Groten Haardinge		VLG	VBR	23	23024
2796914	Groten Haak	groten-haak	BE		0	Europe/Brussels	51.0256	4.97806		Grooten Haak,Groten Haak		VLG	VBR	24	24134
2796916	Groten Dries	groten-dries	BE		0	Europe/Brussels	50.98026	4.28018		Grooten-Dries,Groten Dries		VLG	VBR	23	23050
2796917	Grotendries	grotendries	BE		0	Europe/Brussels	50.9	4.05		Grootendriesch,Grotendries		VLG	VOV	41	41011
2796919	Groten Buisemont	groten-buisemont	BE		0	Europe/Brussels	50.75538	3.86774		Grooten-Buisemont,Groten Buisemont,Groten Buizemont		VLG	VOV	41	41018
2796920	Groten Brand	groten-brand	BE		0	Europe/Brussels	51.08333	4.6		Grooten Brand,Groten Brand		VLG	VAN	12	12021
2796924	Grotenberg	grotenberg	BE		0	Europe/Brussels	50.9	3.7		Grootenberg,Grotenberg		VLG	VOV	45	45065
2796927	Grote Molenhoek	grote-molenhoek	BE		0	Europe/Brussels	51.16667	3.06667		Grootemolenhoek,Grote Molenhoek		VLG	VWV	31	31012
2796930	Grote Meersen	grote-meersen	BE		0	Europe/Brussels	50.85	4.05		Groote Meerschen,Grote Meersen		VLG	VOV	41	41048
2796932	Grote Marijve	grote-marijve	BE		0	Europe/Brussels	50.75	3.61667				VLG	VOV	45	45041
2796941	Grote Kievit	grote-kievit	BE		0	Europe/Brussels	51.28333	4.7		Groote Kievit Heide,Grote Kievit		VLG	VAN	11	11057
2796942	Grote Hut	grote-hut	BE		0	Europe/Brussels	50.74743	4.39573		Grande Espinette,Grote Hut		VLG	VBR	23	23101
2796943	Grote Hostart	grote-hostart	BE		0	Europe/Brussels	50.98145	5.50175		Groote Hostart,Grote Hostart,Grote Hostert		VLG	VLI	71	71016
2796949	Grote Heide	grote-heide	BE		0	Europe/Brussels	51.24682	5.44071		Groote Heide,Grote Heide		VLG	VLI	72	72043
2796950	Grote Heide	grote-heide	BE		0	Europe/Brussels	51.2334	4.71788		Grooteheide,Grote Heide		VLG	VAN	11	11054
2796951	Grote Heide	grote-heide	BE		0	Europe/Brussels	51.08794	4.22156		Groote-Heide,Grote Heide		VLG	VAN	12	12007
2796952	Grote Heide	grote-heide	BE		0	Europe/Brussels	51.03705	4.38333		Groote-Heide,Grote Heide		VLG	VAN	12	12025
2796953	Groteheide	groteheide	BE		0	Europe/Brussels	51.03333	4.38333		Groote-Heide,Groteheide		VLG	VAN	12	12025
2796954	Groteheide	groteheide	BE		0	Europe/Brussels	51.03333	4.3		Groote-Heide,Groteheide		VLG	VBR	23	23045
2796955	Grote Heide	grote-heide	BE		0	Europe/Brussels	50.96667	5.56667		Groote Heide,Grote Heide		VLG	VLI	71	71067
2796956	Grote Heide	grote-heide	BE		0	Europe/Brussels	50.96667	5.38333		Groote Heide,Grote Heide		VLG	VLI	71	71022
2796957	Grote Heide	grote-heide	BE		0	Europe/Brussels	50.9	5.56667		Groote Heide,Grote Heide		VLG	VLI	73	73006
2796970	Grote Bergen	grote-bergen	BE		0	Europe/Brussels	51.06854	4.39561		Groote-Bergen,Grote Bergen		VLG	VAN	12	12040
2796979	Gros Tienne	gros-tienne	BE		0	Europe/Brussels	50.26667	5.16667				WAL	WNA	91	91030
2796980	Gros Thenne du By	gros-thenne-du-by	BE		0	Europe/Brussels	50.06667	4.45				WAL	WNA	93	93014
2796984	Grosse Jenesse	grosse-jenesse	BE		0	Europe/Brussels	50.31667	5.76667				WAL	WLG	63	63045
2796985	Grosse Haye	grosse-haye	BE		0	Europe/Brussels	50.01397	5.29438		Grosse Haie		WAL	WLX	84	84059
2796986	Grosse Have	grosse-have	BE		0	Europe/Brussels	50.07184	4.28754		Grosse Have,Grosse-Haye		WAL	WHT	56	56016
2796987	Grosse Haie	grosse-haie	BE		0	Europe/Brussels	50.4171	4.66361				WAL	WNA	92	92048
2796988	Grosse Haie	grosse-haie	BE		0	Europe/Brussels	50.15	5.11667				WAL	WNA	91	91114
2797000	Grosconfin	grosconfin	BE		0	Europe/Brussels	50.53711	5.65761				WAL	WLG	62	62100
2797002	Gros Chêne	gros-chene	BE		0	Europe/Brussels	50.7	3.68333				WAL	WHT	51	51017
2797003	Gros Chêne	gros-chene	BE		0	Europe/Brussels	50.35	5.33333				WAL	WNA	91	91064
2797015	Groot Zand	groot-zand	BE		0	Europe/Brussels	51.04349	4.10569				VLG	VOV	42	42006
2797017	Groot Veure	groot-veure	BE		0	Europe/Brussels	51.03333	3.66667				VLG	VOV	44	44021
2797019	Groot Veerle	groot-veerle	BE		0	Europe/Brussels	51.32863	4.67566		Groot Veerle,Veerle		VLG	VAN	11	11009
2797020	Groot Stichelen	groot-stichelen	BE		0	Europe/Brussels	50.88333	4		Groot Stichelen,Grooten Stichelen		VLG	VOV	41	41024
2797021	Groot Schoor	groot-schoor	BE		0	Europe/Brussels	51.11129	4.24626				VLG	VAN	12	12007
2797022	Groot Schaddeken Dries	groot-schaddeken-dries	BE		0	Europe/Brussels	51.06667	4.25				VLG	VAN	12	12041
2797023	Groot Rees	groot-rees	BE		0	Europe/Brussels	51.27429	4.97594				VLG	VAN	13	13017
2797024	Groot Overlaar	groot-overlaar	BE		0	Europe/Brussels	50.79333	4.91562		Groot Overlaar,Overlaar,Overlaer		VLG	VBR	24	24107
2797026	Groot Neerven	groot-neerven	BE		0	Europe/Brussels	51.39446	4.63132		Groot Neerven,Groot Nirver,Groot-Nirven		VLG	VAN	11	11053
2797027	Groot Makelsveld	groot-makelsveld	BE		0	Europe/Brussels	51.06667	5		Groot Makelsveld,Groot-Maekelsveld		VLG	VAN	13	13053
2797030	Grootlo	grootlo	BE		0	Europe/Brussels	51.01343	4.71029		Grootlo,Grootloo		VLG	VBR	24	24109
2797031	Groot Kluis	groot-kluis	BE		0	Europe/Brussels	51.25995	4.98947		Cluys,Groot Kluis,Groote-Cluis,Groote-Kluis,Grote Kluis		VLG	VAN	13	13017
2797032	Groot Kievithof	groot-kievithof	BE		0	Europe/Brussels	51.2218	5.01808		Groot Kievithof,Grote-Kievit,Kievithof		VLG	VAN	13	13008
2797034	Grootijssel	grootijssel	BE		0	Europe/Brussels	51.47722	4.77731		Groot-Eijssel,Groot-Eyssel,Groote Eijssel,Grootijssel		VLG	VAN	13	13014
2797035	Groothulle	groothulle	BE		0	Europe/Brussels	50.93422	3.68489				VLG	VOV	44	44020
2797037	Grootheide	grootheide	BE		0	Europe/Brussels	50.7199	4.31009				VLG	VBR	23	23003
2797038	Groot Goor	groot-goor	BE		0	Europe/Brussels	51.24386	4.9585				VLG	VAN	13	13017
2797045	Groot Eisterle	groot-eisterle	BE		0	Europe/Brussels	51.19096	4.72155		Eisterle,Eisterlé,Groot Eisterle		VLG	VAN	13	13010
2797053	Grootbeersel	grootbeersel	BE		0	Europe/Brussels	51.17686	5.7596				VLG	VLI	72	72018
2797054	Gronie	gronie	BE		0	Europe/Brussels	51.01463	2.79425		Gronie,Groonie		VLG	VWV	32	32003
2797055	Gronenschild	gronenschild	BE		0	Europe/Brussels	50.73333	5.91667		Cronenschild,Gronenschild		WAL	WLG	63	63088
2797057	Grogneau	grogneau	BE		0	Europe/Brussels	50.27224	4.98693				WAL	WNA	91	91034
2797058	Grogeries	grogeries	BE		0	Europe/Brussels	50.3382	4.42601				WAL	WHT	56	56086
2797059	Groeselenberg	groeselenberg	BE		0	Europe/Brussels	50.8	4.35				WAL	WHT		
2797060	Groenstraat	groenstraat	BE		0	Europe/Brussels	51.15	3.81667				VLG	VOV	44	44021
2797061	Groenstraat	groenstraat	BE		0	Europe/Brussels	51.13333	4.81667				VLG	VAN	13	13011
2797062	Groenstraat	groenstraat	BE		0	Europe/Brussels	50.96667	3.75				VLG	VOV	44	44043
2797063	Groenstraat	groenstraat	BE		0	Europe/Brussels	50.91667	4.08333				VLG	VOV	41	41002
2797064	Groenstraat	groenstraat	BE		0	Europe/Brussels	50.86667	5.48333				VLG	VLI	73	73032
2797065	Groenstraat	groenstraat	BE		0	Europe/Brussels	50.85	3.83333				VLG	VOV	41	41081
2797066	Groenplein	groenplein	BE		0	Europe/Brussels	51.35	3.3		Groenplein,Kleine Vlakte,Kleyne Vlakte		VLG	VWV	31	31043
2797067	Groenlaren	groenlaren	BE		0	Europe/Brussels	51.00922	5.20084		Groenharen,Groenlaeren,Groenlaren		VLG	VLI	71	71037
2797071	Groenhoeve	groenhoeve	BE		0	Europe/Brussels	50.97126	4.94673		Groenhoef,Groenhoeve,Groenhoven		VLG	VBR	24	24134
2797073	Groenheuvel	groenheuvel	BE		0	Europe/Brussels	51.06667	4.93333				VLG	VAN	13	13053
2797074	Groenenspriet	groenenspriet	BE		0	Europe/Brussels	51.05	3.05		Groenenspriet,Groenespriet		VLG	VWV	32	32011
2797075	Groenenschild	groenenschild	BE		0	Europe/Brussels	50.76595	5.28216		Groenen-Schilde,Groenenschild		VLG	VLI	73	73022
2797076	Groenenhoek	groenenhoek	BE		0	Europe/Brussels	51.2	4.45				VLG	VAN	11	11002
2797077	Groenenhoek	groenenhoek	BE		0	Europe/Brussels	51.15577	4.37273				VLG	VAN	11	11002
2797078	Groenendries	groenendries	BE		0	Europe/Brussels	50.85856	4.89645		Groene Dries,Groenendries		VLG	VBR	24	24066
2797080	Groenendijk	groenendijk	BE		0	Europe/Brussels	51.24076	4.12459		Groenendijk,Groenendyk		VLG	VOV	46	46020
2797081	Groenendijk	groenendijk	BE		0	Europe/Brussels	51.13192	2.71433				VLG	VWV	38	38014
2797082	Groenendaal	groenendaal	BE		0	Europe/Brussels	50.76711	4.43428		Groenendaal,Groenendael		VLG	VBR	23	23033
2797086	Groenenbroek	groenenbroek	BE		0	Europe/Brussels	51.18082	4.52945				VLG	VAN	11	11004
2797087	Groenenbriel	groenenbriel	BE		0	Europe/Brussels	51.2	3.78333				VLG	VOV	43	43018
2797088	Groenen Boomgaard	groenen-boomgaard	BE		0	Europe/Brussels	51.12389	4.18442				VLG	VOV	46	46025
2797089	Groene Delle	groene-delle	BE		0	Europe/Brussels	50.97629	5.24221		De Groene Delle,Groene Delle		VLG	VLI	71	71037
2797091	Groendaal	groendaal	BE		0	Europe/Brussels	51.01539	3.16306		Groendaal,Groenendaal,Groenendael		VLG	VWV	36	36011
2797098	La Grivarderie	la-grivarderie	BE		0	Europe/Brussels	50.50344	3.52129				WAL	WHT	57	57064
2797100	Grippelotte	grippelotte	BE		0	Europe/Brussels	50.69237	4.66586		Griplotte,Grippelotte		WAL	WBR	25	25018
2797101	Grinvet	grinvet	BE		0	Europe/Brussels	50.13333	5.71667		Grinvay,Grinvet		WAL	WLX	82	82014
2797102	Gringertz	gringertz	BE		0	Europe/Brussels	50.43333	6.15				WAL	WLG	63	63013
2797104	Grinchamps	grinchamps	BE		0	Europe/Brussels	50.12836	5.52195				WAL	WLX	83	83049
2797105	Grimonty	grimonty	BE		0	Europe/Brussels	49.8	5.08333		Grimonty,Grimouty		WAL	WLX	84	84010
2797106	Grimonster	grimonster	BE		0	Europe/Brussels	50.41018	5.63944		Grimonster		WAL	WLG	61	61019
2797109	Grimde	grimde	BE		0	Europe/Brussels	50.80311	4.95672				VLG	VBR	24	24107
2797112	Grimbiémont	grimbiemont	BE		0	Europe/Brussels	50.20681	5.42534		Grimbiemont,Grimbiémont		WAL	WLX	83	83034
2797118	Grijspaardmolen	grijspaardmolen	BE		0	Europe/Brussels	51.01667	3.06667		Grijspaardmolen,Grijspeerdmolen,Gryspeerd-Molen		VLG	VWV	32	32011
2797120	Grijkoort	grijkoort	BE		0	Europe/Brussels	50.79542	3.52687				VLG	VOV	45	45060
2797121	Grifaumont	grifaumont	BE		0	Europe/Brussels	49.7	5.38333		Grifaumont,Griffaumont		WAL	WLX	85	85007
2797123	Grietjensgalge	grietjensgalge	BE		0	Europe/Brussels	51.03333	3.35				VLG	VWV	37	37015
2797124	Griete	griete	BE		0	Europe/Brussels	51.06136	3.13574		Griete,Grietehoek		VLG	VWV	36	36011
2797125	Gribomont	gribomont	BE		0	Europe/Brussels	49.82166	5.3243		Gribomont		WAL	WLX	84	84029
2797126	Griben	griben	BE		0	Europe/Brussels	50.18519	6.00742				WAL	WLX	82	82037
2797127	Gribelle	gribelle	BE		0	Europe/Brussels	49.99473	4.97133				WAL	WNA	91	91054
2797130	Greuneries	greuneries	BE		0	Europe/Brussels	50.73809	3.44344				WAL	WHT	57	57018
2797131	Grétry	gretry	BE		0	Europe/Brussels	50.66667	5.76667				WAL	WLG	63	63035
2797132	Grenfaux	grenfaux	BE		0	Europe/Brussels	50.56389	4.30771		Grenfaux,Grinfaux		WAL	WHT	52	52063
2797134	Grendelbaan	grendelbaan	BE		0	Europe/Brussels	50.9	5.45				VLG	VLI	73	73006
2797135	Grendel	grendel	BE		0	Europe/Brussels	49.75435	5.80716		Grendel		WAL	WLX	81	81003
2797136	Gremelslo	gremelslo	BE		0	Europe/Brussels	51.11942	5.75077		Gremelslo,Gremelsloo,Kremelslo		VLG	VLI	72	72021
2797137	Grumelange	grumelange	BE		0	Europe/Brussels	49.84678	5.75492				WAL	WLX	81	81013
2797140	Gremberg	gremberg	BE		0	Europe/Brussels	50.9	3.71667				VLG	VOV	45	45065
2797142	Grees	grees	BE		0	Europe/Brussels	51.15548	5.11142				VLG	VAN	13	13003
2797149	Gravelinne	gravelinne	BE		0	Europe/Brussels	50.24693	4.26278		Gravelinne,La Gravelinne		WAL	WHT	56	56005
2797153	Grauwensteen	grauwensteen	BE		0	Europe/Brussels	51.20542	4.10662				VLG	VOV	46	46020
2797154	Grauwensteen	grauwensteen	BE		0	Europe/Brussels	51.08333	5.33333				VLG	VLI	71	71004
2797158	Gratte-Pierre	gratte-pierre	BE		0	Europe/Brussels	49.96314	4.19771				WAL	WHT	56	56051
2797160	Gratière	gratiere	BE		0	Europe/Brussels	50.13333	4.35				WAL	WHT	56	56029
2797162	Graskamp	graskamp	BE		0	Europe/Brussels	51.05082	5.73012				VLG	VLI	72	72041
2797163	Grasheide	grasheide	BE		0	Europe/Brussels	51.02815	4.66029		Grasheide		VLG	VAN	12	12029
2797166	Grany	grany	BE		0	Europe/Brussels	50	5.05				WAL	WLX	84	84016
2797167	Gransvelde	gransvelde	BE		0	Europe/Brussels	51.01667	3.86667				VLG	VOV	42	42025
2797169	Grange des Champs	grange-des-champs	BE		0	Europe/Brussels	50.6946	4.37228		Grange aux Champs,Grange des Champs		WAL	WBR	25	25014
2797170	Grange	grange	BE		0	Europe/Brussels	50.29382	4.8689				WAL	WNA	91	91005
2797171	Grandzée	grandzee	BE		0	Europe/Brussels	50.53393	5.5358				WAL	WLG	62	62121
2797176	Grand Vivier	grand-vivier	BE		0	Europe/Brussels	50.67435	3.65835				WAL	WHT	51	51065
2797180	Grand Trixhe	grand-trixhe	BE		0	Europe/Brussels	50.38795	5.66381		Grand Trixhe,Grand-Trixher		WAL	WLG	61	61019
2797181	Grand Trieu	grand-trieu	BE		0	Europe/Brussels	50.43333	4.5				WAL	WHT	52	52011
2797182	Grand Trieu	grand-trieu	BE		0	Europe/Brussels	50.38303	4.11246				WAL	WHT	56	56085
2797186	Grands-Trieux	grands-trieux	BE		0	Europe/Brussels	50.45	4.25		Grand Trieux,Grands-Trieux		WAL	WHT	56	56087
2797187	Grands Sarts	grands-sarts	BE		0	Europe/Brussels	50.48001	4.40372				WAL	WHT	52	52055
2797188	Grands Sarts	grands-sarts	BE		0	Europe/Brussels	50.03333	4.28333		Grands Sars,Grands Sarts		WAL	WHT	56	56016
2797192	Grand Sart	grand-sart	BE		0	Europe/Brussels	50.27397	5.85211				WAL	WLG	63	63045
2797195	Grandry	grandry	BE		0	Europe/Brussels	50.56667	5.8		Grand Ri,Grandry		WAL	WLG	63	63058
2797197	Grandrue	grandrue	BE		0	Europe/Brussels	49.92825	5.66942		Grandru,Grandrue		WAL	WLX	82	82036
2797204	Grandriaux	grandriaux	BE		0	Europe/Brussels	50.1787	4.20489				WAL	WHT	56	56088
2797207	Grand Rejet	grand-rejet	BE		0	Europe/Brussels	50.67815	3.41269				WAL	WHT	57	57081
2797208	Grand Rejet	grand-rejet	BE		0	Europe/Brussels	50.61081	3.49107				WAL	WHT	57	57081
2797213	Grand Pré	grand-pre	BE		0	Europe/Brussels	50.3	4.16667				WAL	WHT	56	56022
2797214	Grand Plaquay	grand-plaquay	BE		0	Europe/Brussels	49.93333	4.96667				WAL	WNA	91	91015
2797217	Grand'Peine	grand-peine	BE		0	Europe/Brussels	50.56959	4.28963				WAL	WHT	52	52063
2797221	Grand Mont	grand-mont	BE		0	Europe/Brussels	50.1	4.61667				WAL	WNA	93	93090
2797228	Grand Marais	grand-marais	BE		0	Europe/Brussels	50.68989	3.84969				WAL	WHT	55	55023
2797229	Grand Marais	grand-marais	BE		0	Europe/Brussels	50.67019	3.81766				WAL	WHT	51	51004
2797230	Grand Marais	grand-marais	BE		0	Europe/Brussels	50.65887	5.12847				WAL	WLG	64	64034
2797231	Grand Marais	grand-marais	BE		0	Europe/Brussels	50.63333	3.66667				WAL	WHT	57	57094
2797232	Grand Marais	grand-marais	BE		0	Europe/Brussels	50.53333	4.43333				WAL	WHT	52	52075
2797235	Grand Lys	grand-lys	BE		0	Europe/Brussels	50.58333	6.01667				WAL	WLG	63	63004
2797239	Grand Hubeaumel	grand-hubeaumel	BE		0	Europe/Brussels	50.6	4.03333				WAL	WHT	55	55040
2797240	Grand Houdron	grand-houdron	BE		0	Europe/Brussels	50.08333	4.86667				WAL	WNA	91	91013
2797243	Grand Hez	grand-hez	BE		0	Europe/Brussels	49.71828	5.13261				WAL	WLX	84	84010
2797244	Grand Heid	grand-heid	BE		0	Europe/Brussels	50.35701	5.73435				WAL	WLG	63	63045
2797249	Grand Hameau	grand-hameau	BE		0	Europe/Brussels	50.55189	3.88427				WAL	WHT	53	53046
2797255	Grand Gotta	grand-gotta	BE		0	Europe/Brussels	50.28333	5.7				WAL	WLX	83	83055
2797259	Grand Faye	grand-faye	BE		0	Europe/Brussels	50.37224	5.89073				WAL	WLG	63	63086
2797261	Grande-Trissogne	grande-trissogne	BE		0	Europe/Brussels	50.22178	5.03003				WAL	WNA	91	91072
2797262	Grande Thiérache	grande-thierache	BE		0	Europe/Brussels	50.00914	4.18926				WAL	WHT	56	56051
2797265	Grande Strument	grande-strument	BE		0	Europe/Brussels	50.16667	5.56667				WAL	WLX	83	83031
2797266	Grandes Tombales	grandes-tombales	BE		0	Europe/Brussels	50.48333	4.75		Grandes Tombales,Grandes Tomballes		WAL	WNA	92	92094
2797269	Grande Rosière	grande-rosiere	BE		0	Europe/Brussels	49.92068	5.57349				WAL	WLX	82	82036
2797271	Grande Mormont	grande-mormont	BE		0	Europe/Brussels	50.14515	5.71541		Grande Mormont,Mormont-La-Grande		WAL	WLX	82	82014
2797273	Grande-Masure	grande-masure	BE		0	Europe/Brussels	50.62734	3.55098				WAL	WHT	57	57081
2797276	Grande Hoursinne	grande-hoursinne	BE		0	Europe/Brussels	50.32364	5.6292		Grande Hoursine,Grande Hoursinne		WAL	WLX	83	83013
2797280	Grande Frume	grande-frume	BE		0	Europe/Brussels	50.31667	5.13333				WAL	WNA	91	91059
2797282	Grande Fontaine	grande-fontaine	BE		0	Europe/Brussels	50.01667	5.7		Grande Fontaine,Grandes Fontaines		WAL	WLX	82	82003
2797283	Grande Fonderie	grande-fonderie	BE		0	Europe/Brussels	50.3	5.66667				WAL	WLX	83	83055
2797287	Grande Erhope	grande-erhope	BE		0	Europe/Brussels	50.25	5.03333				WAL	WNA	91	91034
2797288	Grande Eneille	grande-eneille	BE		0	Europe/Brussels	50.31673	5.37736		Grande Eneille,Grande Enneille		WAL	WLX	83	83012
2797290	Grande Croix	grande-croix	BE		0	Europe/Brussels	50.46592	5.11308				WAL	WNA	92	92003
2797292	Grande Bruyère	grande-bruyere	BE		0	Europe/Brussels	50.49558	3.67089				WAL	WHT	51	51009
2797293	Grand'Croix	grand-croix	BE		0	Europe/Brussels	49.88333	4.91667				WAL	WNA	91	91143
2797294	Grandcourt	grandcourt	BE		0	Europe/Brussels	49.5256	5.60591				WAL	WLX	85	85045
2797296	Grand Corty	grand-corty	BE		0	Europe/Brussels	50.58432	5.61077		Grand Corti,Grand Corty		WAL	WLG	62	62022
2797298	Grand Coo	grand-coo	BE		0	Europe/Brussels	50.39391	5.8703		Coo,Grand Coo		WAL	WLG	63	63073
2797302	Grandchamp	grandchamp	BE		0	Europe/Brussels	50.45	4.56667				WAL	WHT	52	52021
2797303	Grand Camp	grand-camp	BE		0	Europe/Brussels	50.54376	3.50919				WAL	WHT	57	57003
2797304	Grand Bru	grand-bru	BE		0	Europe/Brussels	50.36168	5.60566				WAL	WLX	83	83012
2797305	Grand Breucq	grand-breucq	BE		0	Europe/Brussels	50.72426	3.44017				WAL	WHT	57	57018
2797310	Grand Bois	grand-bois	BE		0	Europe/Brussels	50.45355	4.65973				WAL	WNA	92	92140
2797313	Grand Bermont	grand-bermont	BE		0	Europe/Brussels	50.63333	3.91667				WAL	WHT	55	55039
2797314	Grand Berleur	grand-berleur	BE		0	Europe/Brussels	50.51713	5.47827				WAL	WLG	61	61079
2797315	Grand Berceau	grand-berceau	BE		0	Europe/Brussels	50.152	4.36516				WAL	WHT	56	56029
2797318	Grand Baquet	grand-baquet	BE		0	Europe/Brussels	50.7	3.63333				WAL	WHT	51	51065
2797319	Grandbais	grandbais	BE		0	Europe/Brussels	50.60991	4.28664		Grambais,Grandbais		WAL	WBR	25	25072
2797324	Grand Aaz	grand-aaz	BE		0	Europe/Brussels	50.71522	5.61021		Grand Aaz,Grand-Aa,Grande-Aaz		WAL	WLG	62	62079
2797325	Grand	grand	BE		0	Europe/Brussels	51.2	4.46667				VLG	VAN	11	11002
2797326	Gramptinne	gramptinne	BE		0	Europe/Brussels	50.38216	5.09532				WAL	WNA	92	92054
2797333	Graesbeck	graesbeck	BE		0	Europe/Brussels	50.6	6.06667				WAL	WLG	63	63004
2797335	Gracht	gracht	BE		0	Europe/Brussels	50.77135	4.05545				VLG	VBR	23	23024
2797340	Gozin	gozin	BE		0	Europe/Brussels	50.12381	4.988				WAL	WNA	91	91013
2797343	Goyet	goyet	BE		0	Europe/Brussels	50.48333	4.66667				WAL	WNA	92	92140
2797352	Gourgues	gourgues	BE		0	Europe/Brussels	50.51899	3.52721				WAL	WHT	57	57064
2797360	Goudveerdegem	goudveerdegem	BE		0	Europe/Brussels	50.83727	4.17447		Goudveerdegem,Goudveerdeghem		VLG	VBR	23	23016
2797361	Goudinière	goudiniere	BE		0	Europe/Brussels	50.66238	3.39928				WAL	WHT	57	57081
2797362	Gouden Leeuw	gouden-leeuw	BE		0	Europe/Brussels	51.1597	4.07394				VLG	VOV	46	46021
2797363	Gouden Hand	gouden-hand	BE		0	Europe/Brussels	51.06151	3.82983				VLG	VOV	44	44013
2797364	Goudberg	goudberg	BE		0	Europe/Brussels	50.91321	3.00225				VLG	VWV	33	33037
2797371	Gottechain	gottechain	BE		0	Europe/Brussels	50.75704	4.71434				WAL	WBR	25	25037
2797372	Goteringen	goteringen	BE		0	Europe/Brussels	50.76364	4.07535				VLG	VBR	23	23024
2799151	Dries	dries	BE		0	Europe/Brussels	50.95	4.3				VLG	VBR	23	23050
2797375	Gotegem	gotegem	BE		0	Europe/Brussels	50.90325	3.96701		Goetegem,Gotegem		VLG	VOV	41	41024
2797379	Gospinal	gospinal	BE		0	Europe/Brussels	50.53793	5.98338				WAL	WLG	63	63038
2797386	Goronne	goronne	BE		0	Europe/Brussels	50.28906	5.86708				WAL	WLX	82	82032
2797387	Gorimont	gorimont	BE		0	Europe/Brussels	50.28333	5.01667				WAL	WNA	91	91034
2797388	Gorhez	gorhez	BE		0	Europe/Brussels	50.69861	5.83058				WAL	WLG	63	63003
2797390	Goreux	goreux	BE		0	Europe/Brussels	50.65251	5.41948				WAL	WLG	64	64025
2797391	Goreheide	goreheide	BE		0	Europe/Brussels	51.31667	5.11667		Gooreheide,Goorheide,Goreheide		VLG	VAN	13	13001
2797392	Gootveld	gootveld	BE		0	Europe/Brussels	51.08333	3.91667		Cootveld,Gootveld,Grootveld		VLG	VOV	46	46014
2797393	Goot	goot	BE		0	Europe/Brussels	50.95	4.7				VLG	VBR	24	24094
2797394	Goos Einde	goos-einde	BE		0	Europe/Brussels	51.46667	4.76667				VLG	VAN	13	13014
2797395	Goorveld	goorveld	BE		0	Europe/Brussels	51.01667	4.9				VLG	VBR	24	24001
2797396	Goorstraat	goorstraat	BE		0	Europe/Brussels	51.27794	5.10087				VLG	VAN	13	13036
2797400	Goorkens	goorkens	BE		0	Europe/Brussels	51.18333	4.78333				VLG	VAN	13	13011
2797401	Goorken	goorken	BE		0	Europe/Brussels	51.1	4.91667				VLG	VAN	13	13049
2797404	Goorkant	goorkant	BE		0	Europe/Brussels	51.15695	4.66455				VLG	VAN	12	12026
2797405	Goorheide	goorheide	BE		0	Europe/Brussels	51.0911	4.84033				VLG	VAN	13	13049
2797406	Gooreinde	gooreinde	BE		0	Europe/Brussels	51.17913	4.97234				VLG	VAN	13	13008
2797407	Gooreinde	gooreinde	BE		0	Europe/Brussels	51.08868	4.88107				VLG	VAN	13	13049
2797408	Gooreind	gooreind	BE		0	Europe/Brussels	51.35844	4.54549		Gooreind		VLG	VAN	11	11053
2797409	Gooreind	gooreind	BE		0	Europe/Brussels	51.19763	4.97439				VLG	VAN	13	13008
2797410	Goorbergen	goorbergen	BE		0	Europe/Brussels	51.2	4.76667				VLG	VAN	13	13044
2797411	Goorbeek	goorbeek	BE		0	Europe/Brussels	51.08463	4.93586				VLG	VAN	13	13013
2797412	Goor	goor	BE		0	Europe/Brussels	51.22447	4.95007				VLG	VAN	13	13017
2797413	Goor	goor	BE		0	Europe/Brussels	51.04583	4.7253				VLG	VAN	12	12014
2797414	Goor	goor	BE		0	Europe/Brussels	51	4.86667				VLG	VBR	24	24001
2797416	Goolder	goolder	BE		0	Europe/Brussels	51.16942	5.55077		Golderhees,Goolder		VLG	VLI	72	72003
2797424	Gonoy	gonoy	BE		0	Europe/Brussels	50.36646	4.71282				WAL	WNA	92	92087
2797430	Gompel	gompel	BE		0	Europe/Brussels	51.19213	5.16188		Gompel		VLG	VAN	13	13025
2797432	Goumenpont	goumenpont	BE		0	Europe/Brussels	50.68874	3.75724				WAL	WHT	51	51004
2797434	Gomezée	gomezee	BE		0	Europe/Brussels	50.23333	4.48333				WAL	WNA	93	93088
2797435	Gomery	gomery	BE		0	Europe/Brussels	49.56297	5.59354		Comery,Gomery		WAL	WLX	85	85045
2797436	Golzinne	golzinne	BE		0	Europe/Brussels	50.51888	4.71588				WAL	WNA	92	92142
2797439	Gohissart	gohissart	BE		0	Europe/Brussels	50.43418	4.41447				WAL	WHT	52	52011
2797440	Gognie	gognie	BE		0	Europe/Brussels	50.4	4.23333		Gognie,Gognies		WAL	WHT	56	56011
2797441	Gogard	gogard	BE		0	Europe/Brussels	50.62868	3.60697		Gogard,Gogart		WAL	WHT	57	57094
2797443	Gofontaine	gofontaine	BE		0	Europe/Brussels	49.95	5.4				WAL	WLX	84	84077
2797444	Goffontaine	goffontaine	BE		0	Europe/Brussels	50.5687	5.7703		Goffontaine		WAL	WLG	63	63058
2797446	Goeze	goeze	BE		0	Europe/Brussels	50.88333	3.91667				VLG	VOV	41	41027
2797452	Goeslaar	goeslaar	BE		0	Europe/Brussels	50.98413	5.14735		Goeslaar,Goeslaer		VLG	VLI	71	71037
2797453	Goeren	goeren	BE		0	Europe/Brussels	50.97466	5.14754				VLG	VLI	71	71037
2797457	Goedinge	goedinge	BE		0	Europe/Brussels	51.03333	3.65				VLG	VOV	44	44021
2797459	Goedeinde	goedeinde	BE		0	Europe/Brussels	51.08032	4.0266				VLG	VOV	42	42028
2797464	Godshuis	godshuis	BE		0	Europe/Brussels	50.76667	3				VLG	VWV		
2797465	Godsheide	godsheide	BE		0	Europe/Brussels	50.93559	5.38291		Godscheid,Godsheide		VLG	VLI	71	71022
2797466	Godschalk	godschalk	BE		0	Europe/Brussels	51.18333	4.15				VLG	VOV	46	46021
2797468	Godinval	godinval	BE		0	Europe/Brussels	49.92171	5.64186				WAL	WLX	82	82036
2797472	Godène	godene	BE		0	Europe/Brussels	50.5	4.25		Codene,Codène,Godene,Godène		WAL	WHT	52	52043
2797475	Godaroquet	godaroquet	BE		0	Europe/Brussels	50.28333	5.61667				WAL	WLX	83	83055
2797480	Gochelaar	gochelaar	BE		0	Europe/Brussels	51.23333	3.58333		Gochelaar,Gochelaere		VLG	VOV	43	43014
2797481	Goberwelz	goberwelz	BE		0	Europe/Brussels	50.6549	3.77183				WAL	WHT	51	51004
2797482	Gobertange	gobertange	BE		0	Europe/Brussels	50.74308	4.84314				WAL	WBR	25	25048
2797483	Gobbelsrode	gobbelsrode	BE		0	Europe/Brussels	50.91395	4.80703				VLG	VBR	24	24043
2797484	Gobard	gobard	BE		0	Europe/Brussels	50.66667	4.13333		Gobard,Gobart		WAL	WBR	25	25123
2797487	Glomont	glomont	BE		0	Europe/Brussels	50.06667	5.2				WAL	WLX	84	84068
2797492	Glaumont	glaumont	BE		0	Europe/Brussels	49.87269	5.21041				WAL	WLX	84	84009
2797493	Glatigny	glatigny	BE		0	Europe/Brussels	50.64641	4.79404				WAL	WBR	25	25084
2797494	Glaireuse	glaireuse	BE		0	Europe/Brussels	49.95857	5.24653				WAL	WLX	84	84035
2797495	Le Glain	le-glain	BE		0	Europe/Brussels	50.71667	4.51667				WAL	WBR	25	25091
2797498	Glacenée	glacenee	BE		0	Europe/Brussels	50.72227	3.86367		Glacene,Glacenee,Glacené,Glacenée		WAL	WHT	55	55023
2797509	Givroulle	givroulle	BE		0	Europe/Brussels	50.05929	5.61363				WAL	WLX	82	82005
2797510	Gives	gives	BE		0	Europe/Brussels	50.50774	5.15269		Gives		WAL	WLG	61	61031
2797511	Gives	gives	BE		0	Europe/Brussels	50.07003	5.63882				WAL	WLX	82	82005
2797512	Gitsberg	gitsberg	BE		0	Europe/Brussels	50.98857	3.10694				VLG	VWV	36	36006
2797515	Gistoux	gistoux	BE		0	Europe/Brussels	50.68493	4.69494				WAL	WBR	25	25018
2797520	Ginste	ginste	BE		0	Europe/Brussels	50.94567	3.35349		De Ginste,Ginste		VLG	VWV	37	37010
2797521	Ginintreau	ginintreau	BE		0	Europe/Brussels	50.73333	3.78333		Ginintrau,Ginintreau		WAL	WHT	55	55023
2797522	Ginhoven	ginhoven	BE		0	Europe/Brussels	51.40861	4.87573				VLG	VAN	13	13002
2797525	Gindron	gindron	BE		0	Europe/Brussels	50.26667	5.06667				WAL	WNA	91	91030
2797526	Ginderover	ginderover	BE		0	Europe/Brussels	50.92722	5.39715				VLG	VLI	71	71011
2797527	Ginderbuiten	ginderbuiten	BE		0	Europe/Brussels	51.2	5.13542		Ginderbinten,Ginderbuiten,Ginderbuyten		VLG	VAN	13	13025
2797531	Gilseinde	gilseinde	BE		0	Europe/Brussels	51.37269	5.01062				VLG	VAN	13	13035
2797534	Gille Savoie	gille-savoie	BE		0	Europe/Brussels	50.51774	3.44782				WAL	WHT	57	57093
2797547	Gijmelberg	gijmelberg	BE		0	Europe/Brussels	51.00359	4.84356				VLG	VBR	24	24001
2797548	Gijmel	gijmel	BE		0	Europe/Brussels	51.00884	4.86008				VLG	VBR	24	24001
2797549	Gifromont	gifromont	BE		0	Europe/Brussels	50.08333	5.03333				WAL	WNA	91	91013
2797554	Gielisheide	gielisheide	BE		0	Europe/Brussels	51.10026	5.48583				VLG	VLI	72	72042
2797555	Gibraltar	gibraltar	BE		0	Europe/Brussels	50.67359	3.25243		Gibraltar		WAL	WHT	57	57027
2797558	Ghyssegnies	ghyssegnies	BE		0	Europe/Brussels	50.57775	3.55782		Ghissegnies,Ghyssegnies		WAL	WHT	57	57094
2797567	Ghislage	ghislage	BE		0	Europe/Brussels	50.47548	4.05284				WAL	WHT	53	53053
2797568	Ghellerie	ghellerie	BE		0	Europe/Brussels	50.55561	4.22066		Chellerie,Ghellerie		WAL	WHT	55	55050
2797569	Gezule	gezule	BE		0	Europe/Brussels	50.7	3.95				WAL	WHT		
2797570	Gewaai	gewaai	BE		0	Europe/Brussels	50.93241	5.58953		Gewaai,Gewage,Gewaij,Gewaye		VLG	VLI	71	71067
2797571	Gévimont	gevimont	BE		0	Europe/Brussels	49.57941	5.61435				WAL	WLX	85	85045
2797572	Gevaarts	gevaarts	BE		0	Europe/Brussels	51.13924	3.30195		Gevaarts,Gevaerts		VLG	VWV	31	31003
2797573	Geuzenhoek	geuzenhoek	BE		0	Europe/Brussels	50.97739	3.49049				VLG	VOV	44	44081
2797574	Geuzenhoek	geuzenhoek	BE		0	Europe/Brussels	50.76667	3.3				VLG	VWV	34	34022
2797575	Geuzenbos	geuzenbos	BE		0	Europe/Brussels	51.08333	3.06667		Geuzenbos,Geuzenbosch		VLG	VWV	31	31033
2797576	Geussesmis	geussesmis	BE		0	Europe/Brussels	50.87948	3.15029				VLG	VWV	36	36010
2797577	Geurnenhoek	geurnenhoek	BE		0	Europe/Brussels	51.15206	3.77523		Geurnenhoek,Geuzenhoek		VLG	VOV	44	44021
2797583	Gestru	gestru	BE		0	Europe/Brussels	50.55	5.23333				WAL	WLG	61	61072
2797594	Gervoort	gervoort	BE		0	Europe/Brussels	51.12917	5.13881				VLG	VAN	13	13003
2797596	Gersie	gersie	BE		0	Europe/Brussels	50.34533	4.21989				WAL	WHT	56	56044
2797602	Géronstère	geronstere	BE		0	Europe/Brussels	50.46667	5.86667				WAL	WLG	63	63072
2797606	Geron	geron	BE		0	Europe/Brussels	50.5	5.13333				WAL	WLG	61	61031
2797609	Géromont	geromont	BE		0	Europe/Brussels	50.41147	6.05539		Geromont,Géromont		WAL	WLG	63	63049
2797610	Gernechamps	gernechamps	BE		0	Europe/Brussels	50.28989	5.82456				WAL	WLG	63	63045
2797611	Germeer	germeer	BE		0	Europe/Brussels	51.13928	5.16852				VLG	VAN	13	13003
2797612	Germe au Champ	germe-au-champ	BE		0	Europe/Brussels	49.76667	5.08333		Germe au Champ,Germochamps		WAL	WLX	84	84010
2797615	Gerlimpont	gerlimpont	BE		0	Europe/Brussels	50.24719	4.42586				WAL	WNA	93	93088
2797616	Gerkenberg	gerkenberg	BE		0	Europe/Brussels	51.12986	5.56423				VLG	VLI	72	72004
2797617	Géripont	geripont	BE		0	Europe/Brussels	49.85452	5.19907		Geripont,Géripont,La Geripont,La Géripont		WAL	WLX	84	84009
2797618	Gerinkstraat	gerinkstraat	BE		0	Europe/Brussels	51.05	3.88333		Geerinckstraat,Gerinkstraat		VLG	VOV	42	42010
2797621	Gérimont	gerimont	BE		0	Europe/Brussels	50.00108	5.54415				WAL	WLX	82	82038
2797622	Gerhoeven	gerhoeven	BE		0	Europe/Brussels	51.10841	5.15533				VLG	VLI	71	71069
2797623	Gerheze	gerheze	BE		0	Europe/Brussels	51.16667	4.86667				VLG	VAN	13	13029
2797625	Gerheiden	gerheiden	BE		0	Europe/Brussels	51.16501	4.88947		Gerheiden,Gerheyden		VLG	VAN	13	13029
2797626	Gerheide	gerheide	BE		0	Europe/Brussels	51.18115	5.20394		Gerheide,Gerheiden,Gerheyden		VLG	VAN	13	13003
2797627	Gerheide	gerheide	BE		0	Europe/Brussels	51.10485	5.14622		Gerheide,Gerheiden		VLG	VLI	71	71069
2797628	Gerhees	gerhees	BE		0	Europe/Brussels	51.11536	5.19283		Cerhees,Gerhees		VLG	VLI	71	71069
2797629	Gerhagen	gerhagen	BE		0	Europe/Brussels	51.17324	4.89516		Gerhaagen,Gerhaegen,Gerhagen		VLG	VAN	13	13029
2797630	Gerhagen	gerhagen	BE		0	Europe/Brussels	51.05	5.05		Gerhaegen,Gerhagen		VLG	VLI	71	71057
2797635	Gerardsbroich	gerardsbroich	BE		0	Europe/Brussels	50.74723	5.96446				WAL	WLG	63	63088
2797636	Gérard Fontaine	gerard-fontaine	BE		0	Europe/Brussels	49.8	5.05		Gerard Fontaine,Gérard Fontaine,Moulin de Gerard Fontaine,Moulin de Gérard Fontaine		WAL	WLX	84	84010
2797643	Gentstraat	gentstraat	BE		0	Europe/Brussels	51.2	4.28333				VLG	VOV	46	46003
2797644	Gentstraat	gentstraat	BE		0	Europe/Brussels	51.18333	3.63333				VLG	VOV	43	43007
2797645	Gentstraat	gentstraat	BE		0	Europe/Brussels	51.16667	4.1				VLG	VOV	46	46021
2797648	Gentissart	gentissart	BE		0	Europe/Brussels	50.56786	4.564				WAL	WBR	25	25107
2797654	Gentbos	gentbos	BE		0	Europe/Brussels	50.95355	3.78296		Gentbos,Gentbosch		VLG	VOV	44	44052
2797658	Gensterbloem	gensterbloem	BE		0	Europe/Brussels	50.69244	5.91952		Gensterbloem,Gentsterbloem		WAL	WLG	63	63088
2797662	Gennevinne	gennevinne	BE		0	Europe/Brussels	51.032	5.09115				VLG	VBR	24	24020
2797663	Gennevaux	gennevaux	BE		0	Europe/Brussels	49.81163	5.55478				WAL	WLX	84	84033
2797664	Gennevaux	gennevaux	BE		0	Europe/Brussels	49.56758	5.69991				WAL	WLX	85	85026
2797665	Gennep	gennep	BE		0	Europe/Brussels	50.98333	5.08333				VLG	VLI	71	71020
2797666	Gennehaye	gennehaye	BE		0	Europe/Brussels	50.2	5.5				WAL	WLX	83	83044
2797668	Genleau	genleau	BE		0	Europe/Brussels	50.68618	4.46744				WAL	WBR	25	25119
2797669	Genkerhei	genkerhei	BE		0	Europe/Brussels	50.96667	5.45		Genckerhei,Genkerhei		VLG	VLI	71	71016
2797672	Genistreux	genistreux	BE		0	Europe/Brussels	50.73333	5.7		Gemstreux,Genistreux		WAL	WLG	62	62108
2797673	Genimont	genimont	BE		0	Europe/Brussels	50.12168	5.11333				WAL	WNA	91	91114
2797674	Gene Zeverdonk	gene-zeverdonk	BE		0	Europe/Brussels	51.28333	4.95				VLG	VAN	13	13040
2797675	Geneut	geneut	BE		0	Europe/Brussels	50.95491	5.73686		Geneut,Genheuth,Genneut		VLG	VLI	73	73107
2797676	Genestriaux	genestriaux	BE		0	Europe/Brussels	50.18485	4.16811				WAL	WHT	56	56088
2797677	Genestier	genestier	BE		0	Europe/Brussels	50.6	4.03333				WAL	WHT	55	55040
2797679	Gênes	genes	BE		0	Europe/Brussels	50.17842	5.48032		Genes,Gênes		WAL	WLX	83	83044
2797680	Genergen	genergen	BE		0	Europe/Brussels	50.21231	6.08174				WAL	WLG	63	63087
2797681	Genepas	genepas	BE		0	Europe/Brussels	51.13564	5.0757		Genenpas,Genepas		VLG	VAN	13	13021
2797682	Genendijk	genendijk	BE		0	Europe/Brussels	51.08341	5.10484		Geenendyk,Genendijk		VLG	VLI	71	71069
2797684	Genenbos	genenbos	BE		0	Europe/Brussels	51.08333	5.13333		Genebos,Genenbos,Genenbosch		VLG	VLI	71	71069
2797685	Genenbos	genenbos	BE		0	Europe/Brussels	51.00904	5.22822		Genebosch,Genenbos,Genenbosch		VLG	VLI	71	71037
2797686	Genenbemd	genenbemd	BE		0	Europe/Brussels	51.1037	5.14128		Geenenbemde,Genebemde,Genenbemd		VLG	VLI	71	71069
2797687	Genelaar	genelaar	BE		0	Europe/Brussels	51.11327	5.0816				VLG	VAN	13	13021
2797688	Geneinde	geneinde	BE		0	Europe/Brussels	51.25966	5.07303		Geeneind,Geneinde,Genheind		VLG	VAN	13	13036
2797689	Geneiken	geneiken	BE		0	Europe/Brussels	51.016	5.20905		Geneiken,Geneyken		VLG	VLI	71	71037
2797690	Genebroek	genebroek	BE		0	Europe/Brussels	51.11996	5.06607		Genebroek,Genenbroek		VLG	VAN	13	13021
2797691	Geneberg	geneberg	BE		0	Europe/Brussels	51.09729	5.19544		Geneberg,Genenberg		VLG	VLI	71	71069
2797692	Gendron	gendron	BE		0	Europe/Brussels	50.20824	4.98661				WAL	WNA	91	91072
2797700	Gemeneveld	gemeneveld	BE		0	Europe/Brussels	51.11667	3.06667		Gemeeneveld,Gemeneveld		VLG	VWV	31	31040
2797701	Gemenemeers	gemenemeers	BE		0	Europe/Brussels	50.79599	3.93261		Gemeine Meersch,Gemenemeers		VLG	VOV	41	41018
2797702	Gemenedijk	gemenedijk	BE		0	Europe/Brussels	51.2	2.95				VLG	VWV	35	35013
2797703	Gemelingen	gemelingen	BE		0	Europe/Brussels	50.75054	3.95991		Gemelinge,Gemelingen		VLG	VBR	23	23023
2797704	Gemeldorp	gemeldorp	BE		0	Europe/Brussels	50.7942	3.86145				VLG	VOV	45	45063
2797705	Gemeinde	gemeinde	BE		0	Europe/Brussels	50.28111	6.11861				WAL	WLG	63	63067
2797706	Gemehret	gemehret	BE		0	Europe/Brussels	50.64509	6.01537		Gemehret,Gemereth		WAL	WLG	63	63023
2797711	Gemeenhof	gemeenhof	BE		0	Europe/Brussels	50.94674	3.07509				VLG	VWV	36	36019
2797712	Gemechenne	gemechenne	BE		0	Europe/Brussels	50.26498	4.95226		Gemechenne,Gemmechenne,Genechienne		WAL	WNA	91	91034
2797726	Gelliker Heide	gelliker-heide	BE		0	Europe/Brussels	50.9	5.58333		Gellicker Heide,Gelliker Heide		VLG	VLI	73	73006
2797730	Gelivaux	gelivaux	BE		0	Europe/Brussels	50.56667	5.7		Gelivaux,Jolivaux		WAL	WLG	62	62122
2797733	Gelieren	gelieren	BE		0	Europe/Brussels	50.97002	5.53043		Geheren,Gelieren		VLG	VLI	71	71016
2797734	Gelendel	gelendel	BE		0	Europe/Brussels	51.1	4.86667				VLG	VAN	13	13049
2797735	Gelembeke	gelembeke	BE		0	Europe/Brussels	50.75645	3.83295				VLG	VOV	41	41018
2797738	Geleitsbeek	geleitsbeek	BE		0	Europe/Brussels	50.78333	4.33333		Geleijtsbeek,Geleitsbeek		WAL	WHT		
2797741	Geldershorsten	geldershorsten	BE		0	Europe/Brussels	51.18501	5.28082				VLG	VLI	72	72020
2797745	Gelbergen	gelbergen	BE		0	Europe/Brussels	50.87689	5.01721		Gelbergen,Gilbergen		VLG	VBR	24	24054
2797747	Gelategem	gelategem	BE		0	Europe/Brussels	50.78333	3.8				VLG	VOV	45	45059
2797748	Gel	gel	BE		0	Europe/Brussels	51.40344	4.90507				VLG	VAN	13	13002
2797750	Geitenberg	geitenberg	BE		0	Europe/Brussels	50.75664	3.3142		Geitenberg,Geiterberg		VLG	VWV	34	34022
2797751	Geite	geite	BE		0	Europe/Brussels	51.2	3.35		Geete,Geite,Geyte		VLG	VWV	31	31006
2797752	Geite	geite	BE		0	Europe/Brussels	51.00092	3.0356		Geite,Saint-Joseph		VLG	VWV	36	36006
2797753	Geistingen	geistingen	BE		0	Europe/Brussels	51.13316	5.8084		Geistingen,Geystingen		VLG	VLI	72	72018
2797754	Geisteren	geisteren	BE		0	Europe/Brussels	51.10627	5.70371		Geisteren,Geysteren		VLG	VLI	72	72021
2797756	Geisbour	geisbour	BE		0	Europe/Brussels	50.21667	5.98333		Geisbour,Geisbourg		WAL	WLX	82	82037
2797757	Geinsteinde	geinsteinde	BE		0	Europe/Brussels	51.19526	4.12941				VLG	VOV	46	46020
2797758	Gehucht	gehucht	BE		0	Europe/Brussels	50.73787	4.36518				VLG	VBR	23	23101
2797759	Geetsvondel	geetsvondel	BE		0	Europe/Brussels	50.98875	4.75184				VLG	VBR	24	24109
2797763	Geestveld	geestveld	BE		0	Europe/Brussels	51	4.76667				VLG	VBR	24	24109
2797766	Geestbeek	geestbeek	BE		0	Europe/Brussels	50.93366	4.90093		Geesbeek,Geestbeek,Geetsbeek		VLG	VBR	24	24135
2797767	Geest	geest	BE		0	Europe/Brussels	51.06938	4.15317				VLG	VOV	42	42008
2797768	Geerdegemveld	geerdegemveld	BE		0	Europe/Brussels	51.00209	4.486		Geerdegemveld,Geerdeghemveld		VLG	VAN	12	12025
2797772	Geenstraat	geenstraat	BE		0	Europe/Brussels	51.02313	5.60577				VLG	VLI	71	71002
2797773	Geenrode	geenrode	BE		0	Europe/Brussels	51.00217	5.15318				VLG	VLI	71	71037
2797774	Geenhout	geenhout	BE		0	Europe/Brussels	51.03044	5.1678				VLG	VLI	71	71004
2797775	Geenemeer	geenemeer	BE		0	Europe/Brussels	51.08508	5.24803		Geene-Meere,Geenemeer		VLG	VLI	71	71004
2797776	Geeneinde	geeneinde	BE		0	Europe/Brussels	51.0098	5.14321		Geeneinde,Geeneynde		VLG	VLI	71	71037
2797777	Geelroede	geelroede	BE		0	Europe/Brussels	50.95	4.56667				VLG	VBR	23	23038
2797778	Geelberg	geelberg	BE		0	Europe/Brussels	51.00855	5.33013				VLG	VLI	71	71066
2797784	Gebergte	gebergte	BE		0	Europe/Brussels	51.13008	5.05197				VLG	VAN	13	13021
2797786	Gdoumont	gdoumont	BE		0	Europe/Brussels	50.43525	6.06676				WAL	WLG	63	63049
2797787	Gazelle	gazelle	BE		0	Europe/Brussels	50.36667	4.61667				WAL	WNA	92	92048
2797788	Gay	gay	BE		0	Europe/Brussels	50.41697	4.63789		Fond de Gay,Gay		WAL	WNA	92	92137
2797789	Gay	gay	BE		0	Europe/Brussels	50.31667	4.6		Gaij,Gay		WAL	WNA	92	92087
2797792	Gavre	gavre	BE		0	Europe/Brussels	50.73333	3.35		Gaver,Gavre		VLG	VWV	34	34043
2797793	Gavers	gavers	BE		0	Europe/Brussels	51.23299	4.09307				VLG	VOV	46	46020
2797794	Gaverland	gaverland	BE		0	Europe/Brussels	51.22465	4.26211				VLG	VOV	46	46003
2797795	Gaverken	gaverken	BE		0	Europe/Brussels	50.88333	3.4				VLG	VWV	34	34040
2797802	Gaver	gaver	BE		0	Europe/Brussels	51.04458	3.92997				VLG	VOV	42	42010
2797803	Gaver	gaver	BE		0	Europe/Brussels	51.03333	4.01667				VLG	VOV	42	42003
2797807	Gauquier	gauquier	BE		0	Europe/Brussels	50.71479	3.67087				WAL	WHT	51	51017
2797808	Gaudy	gaudy	BE		0	Europe/Brussels	50.59433	4.19819				WAL	WHT	55	55050
2797810	Gatpolder	gatpolder	BE		0	Europe/Brussels	51.25	3.55				VLG	VOV	43	43014
2797811	Gastuche	gastuche	BE		0	Europe/Brussels	50.73575	4.65322				WAL	WBR	25	25037
2797812	Gasthuishoeven	gasthuishoeven	BE		0	Europe/Brussels	51.13333	4.5		Gasthuishoeve,Gasthuishoeven		VLG	VAN	11	11021
2797817	Gasthuis Heide	gasthuis-heide	BE		0	Europe/Brussels	51.1295	5.01118				VLG	VAN	13	13008
2797821	Gastenhoek	gastenhoek	BE		0	Europe/Brussels	50.81667	3.75				VLG	VOV	45	45059
2797827	Les Garennes	les-garennes	BE		0	Europe/Brussels	50.50895	3.86925		Garenne		WAL	WHT	53	53044
2797830	Garde-Dieu	garde-dieu	BE		0	Europe/Brussels	50.76667	2.91667		Garde de Dieu,Garde-Dieu,La Garde-De-Dieu		VLG	VWV	33	33039
2797831	Garceau	garceau	BE		0	Europe/Brussels	50.71667	3.58333				WAL	WHT	51	51065
2797833	Gapenberg	gapenberg	BE		0	Europe/Brussels	50.82448	3.88086				VLG	VOV	41	41018
2797834	Gapaardhoek	gapaardhoek	BE		0	Europe/Brussels	50.97052	2.69907		Capaardhoek,Gapaardhoek		VLG	VWV	32	32030
2797835	Ganzenhoek	ganzenhoek	BE		0	Europe/Brussels	50.9363	5.14357				VLG	VLI	71	71024
2797836	Ganzendries	ganzendries	BE		0	Europe/Brussels	51.13024	3.95088				VLG	VOV	46	46014
2797837	Ganzendries	ganzendries	BE		0	Europe/Brussels	51.04139	3.70089				VLG	VOV	44	44021
2797838	Ganzendries	ganzendries	BE		0	Europe/Brussels	50.98333	4.03333		Gansendries,Ganzendries		VLG	VOV	41	41002
2797839	Ganzendries	ganzendries	BE		0	Europe/Brussels	50.95	3.95				VLG	VOV	41	41082
2797840	Ganzendries	ganzendries	BE		0	Europe/Brussels	50.82151	5.00181		Gansendries,Ganzendries		VLG	VBR	24	24107
2797841	Ganspoel	ganspoel	BE		0	Europe/Brussels	50.80785	4.57388		Ganspoel,Ganzenpoel		VLG	VBR	24	24045
2797842	Gansmanstraat	gansmanstraat	BE		0	Europe/Brussels	50.81533	4.62117		Gansmanstraat,Ganzemansstraat		VLG	VBR	24	24045
2797846	Gangelberg	gangelberg	BE		0	Europe/Brussels	51.0873	4.64001				VLG	VAN	12	12021
2797847	Gammel	gammel	BE		0	Europe/Brussels	51.36616	4.75746		Gammel,Gommel		VLG	VAN	13	13037
2797850	Galopen	galopen	BE		0	Europe/Brussels	51.1071	2.6555		Galooper,Galopen		VLG	VWV	38	38014
2797853	Gallifort	gallifort	BE		0	Europe/Brussels	51.22398	4.45991		Galifort,Gallifort		VLG	VAN	11	11002
2797857	Galhausen	galhausen	BE		0	Europe/Brussels	50.25583	6.12194				WAL	WLG	63	63067
2797859	Galgevoort	galgevoort	BE		0	Europe/Brussels	51.32576	4.70468		Galgevoort,Galgevoort Heide		VLG	VAN	11	11057
2797860	Galgestraat	galgestraat	BE		0	Europe/Brussels	50.96667	4.23333		Galgestraat,Galgstraat		VLG	VBR	23	23052
2797861	Galgen Kouter	galgen-kouter	BE		0	Europe/Brussels	50.95	3.38333		Galgen Kauter,Galgen Kouter		VLG	VWV	37	37002
2797862	Galgendries	galgendries	BE		0	Europe/Brussels	50.70699	4.04485				VLG	VBR	23	23032
2797863	Galgenberg	galgenberg	BE		0	Europe/Brussels	51.22819	4.81503				VLG	VAN	13	13019
2797864	Galgenberg	galgenberg	BE		0	Europe/Brussels	51.04705	4.46854				VLG	VAN	12	12025
2797865	Galgenberg	galgenberg	BE		0	Europe/Brussels	51	4.73333				VLG	VBR	24	24109
2797866	Galgenberg	galgenberg	BE		0	Europe/Brussels	50.98333	5.25				VLG	VLI	71	71070
2797867	Galgenberg	galgenberg	BE		0	Europe/Brussels	50.96667	5.31667				VLG	VLI	71	71022
2797868	Galgenberg	galgenberg	BE		0	Europe/Brussels	50.97704	5.04077				VLG	VBR	24	24020
2797869	Galgenberg	galgenberg	BE		0	Europe/Brussels	50.96667	4.91667				VLG	VBR	24	24001
2797871	Galgeheide	galgeheide	BE		0	Europe/Brussels	51.25	4.85				VLG	VAN	13	13019
2797873	Galg	galg	BE		0	Europe/Brussels	51.21667	4.21667				VLG	VOV	46	46003
2797874	Galerie Saint-Joseph	galerie-saint-joseph	BE		0	Europe/Brussels	50.08333	4.66667				WAL	WNA	93	93090
2797875	Galbergen	galbergen	BE		0	Europe/Brussels	51.20193	5.12323				VLG	VAN	13	13025
2797877	Gaillemarde	gaillemarde	BE		0	Europe/Brussels	50.72276	4.44363				WAL	WBR	25	25050
2797881	Gaichel	gaichel	BE		0	Europe/Brussels	49.69473	5.86782		Gaichel,Geichel		WAL	WLX		
2797885	Gadin	gadin	BE		0	Europe/Brussels	50.36667	4.4				WAL	WHT	52	52048
2797890	Futvoie	futvoie	BE		0	Europe/Brussels	50.70461	5.66154		Fute-Voie,Futvoie		WAL	WLG	62	62079
2797896	Fumy	fumy	BE		0	Europe/Brussels	50.33408	4.90785				WAL	WNA	91	91141
2797900	Fter	fter	BE		0	Europe/Brussels	50.26152	4.7688				WAL	WNA	91	91103
2797901	Frumhy	frumhy	BE		0	Europe/Brussels	50.65	5.7		Frumhy,Frumy		WAL	WLG	62	62099
2797902	Fruithout	fruithout	BE		0	Europe/Brussels	51.16142	4.47988				VLG	VAN	11	11004
2797910	Fromiée	fromiee	BE		0	Europe/Brussels	50.33151	4.57776				WAL	WHT	52	52025
2797912	Froidville	froidville	BE		0	Europe/Brussels	50.38207	5.76414		Froidville		WAL	WLG	63	63075
2797914	Froidthier	froidthier	BE		0	Europe/Brussels	50.67893	5.85594				WAL	WLG	63	63089
2797926	Froidmanteau	froidmanteau	BE		0	Europe/Brussels	50.61037	3.53861				WAL	WHT	57	57081
2797927	Froid Manteau	froid-manteau	BE		0	Europe/Brussels	50.38019	4.20595				WAL	WHT	56	56011
2797928	Froid Lieu	froid-lieu	BE		0	Europe/Brussels	50.08587	5.06488				WAL	WLX	84	84075
2797929	Froidheid	froidheid	BE		0	Europe/Brussels	50.58333	5.73333				WAL	WLG	62	62122
2797935	Froide Fontaine	froide-fontaine	BE		0	Europe/Brussels	50.61805	4.06236				WAL	WHT	55	55040
2797936	Froide Bise	froide-bise	BE		0	Europe/Brussels	50.41667	4.76667				WAL	WNA	92	92045
2797939	Froidbermont	froidbermont	BE		0	Europe/Brussels	50.58836	5.75938				WAL	WLG	63	63057
2797940	Frisée	frisee	BE		0	Europe/Brussels	50.37423	5.1274				WAL	WNA	91	91059
2797941	Fringshaus	fringshaus	BE		0	Europe/Brussels	50.63333	6.23333				WAL	WLG		
2797942	Frinbuis	frinbuis	BE		0	Europe/Brussels	50.70292	3.70169				WAL	WHT	51	51017
2797944	Frezenberg	frezenberg	BE		0	Europe/Brussels	50.85867	2.95807				VLG	VWV	33	33037
2797947	Freyr	freyr	BE		0	Europe/Brussels	50.22622	4.8879		Freyr,Freys		WAL	WNA	91	91142
2797948	Freylange	freylange	BE		0	Europe/Brussels	49.69756	5.76834		Freylange		WAL	WLX	81	81001
2797949	Freux Suzerain	freux-suzerain	BE		0	Europe/Brussels	49.96663	5.44202				WAL	WLX	84	84077
2797950	Freux Ménil	freux-menil	BE		0	Europe/Brussels	49.97749	5.45452				WAL	WLX	84	84077
2797951	Freux la Rue	freux-la-rue	BE		0	Europe/Brussels	49.96667	5.45				WAL	WLX	84	84077
2797958	Fresch Hazel	fresch-hazel	BE		0	Europe/Brussels	50.05	5.08333				WAL	WLX	84	84075
2797959	Frera	frera	BE		0	Europe/Brussels	50.73333	3.85				WAL	WHT	55	55023
2797961	Frenoit	frenoit	BE		0	Europe/Brussels	50.73333	3.73333				WAL	WHT	51	51019
2797962	Frenois	frenois	BE		0	Europe/Brussels	49.69188	5.44971		Frenoi,Frenois		WAL	WLX	85	85007
2797963	Frenet	frenet	BE		0	Europe/Brussels	50.04951	5.62736				WAL	WLX	82	82005
2797964	Frênes	frenes	BE		0	Europe/Brussels	50.38333	4.86667				WAL	WNA	92	92101
2797965	Frêne	frene	BE		0	Europe/Brussels	49.92946	5.12535		Frene,Frenes,Frêne,Frênes		WAL	WLX	84	84050
2797968	Freineux	freineux	BE		0	Europe/Brussels	50.25664	5.64895		Freyneux		WAL	WLX	83	83055
2797971	Frêche Try	freche-try	BE		0	Europe/Brussels	50.29216	4.95814				WAL	WNA	91	91034
2797973	Frayère	frayere	BE		0	Europe/Brussels	50.66153	3.37319		Frayere,Frayère,Froyere,Froyère		WAL	WHT	57	57062
2797974	Fratin	fratin	BE		0	Europe/Brussels	49.65893	5.57249				WAL	WLX	85	85009
2797975	Frassem	frassem	BE		0	Europe/Brussels	49.69934	5.82859				WAL	WLX	81	81001
2797985	Frasies	frasies	BE		0	Europe/Brussels	50.18508	4.17718				WAL	WHT	56	56088
2797990	Fransberg	fransberg	BE		0	Europe/Brussels	51.09021	5.16921				VLG	VLI	71	71069
2797991	Hameau du Franquier	hameau-du-franquier	BE		0	Europe/Brussels	50.69151	3.77689				WAL	WHT	51	51004
2797993	Frankrijkstraat	frankrijkstraat	BE		0	Europe/Brussels	51	4.03333		Frankrijkstraat,Krankrijkstraat,Vrankrijkstraat		VLG	VOV	42	42006
2797994	Frankrijk	frankrijk	BE		0	Europe/Brussels	51.01667	4.01667		Frankrijk,Vrankrijk,Vrankryk		VLG	VOV	42	42003
2797995	Frankenbos	frankenbos	BE		0	Europe/Brussels	50.91667	3.76667		Frankenbos,Frankenkos		VLG	VOV	41	41081
2797998	Frandeux	frandeux	BE		0	Europe/Brussels	50.19569	5.1736		Frandeux		WAL	WNA	91	91114
2798001	Francquaart	francquaart	BE		0	Europe/Brussels	50.86667	3.55				VLG	VOV	45	45061
2798002	Francqnée	francqnee	BE		0	Europe/Brussels	50.62101	4.94251		Francqnee,Francqnée,Franquenee,Franquenée		WAL	WNA	92	92035
2798009	Francheville	francheville	BE		0	Europe/Brussels	50.3658	6.00988		Francheville		WAL	WLG	63	63073
2798013	Francesse	francesse	BE		0	Europe/Brussels	50.39883	5.10752				WAL	WNA	92	92054
2798014	Francesse	francesse	BE		0	Europe/Brussels	50.35086	5.06371				WAL	WNA	91	91059
2798020	Franbisier	franbisier	BE		0	Europe/Brussels	49.96667	5.11667		Frambeyi,Franbisier,Fransisier		WAL	WLX	84	84050
2798030	Fraire la Crotteuse	fraire-la-crotteuse	BE		0	Europe/Brussels	50.30426	4.6694		Fraire la Crotteuse,Graire la Crotteuse		WAL	WNA	92	92087
2798036	Frainou	frainou	BE		0	Europe/Brussels	50.48333	6.03333		Fraineu,Fraineux,Frainou		WAL	WLG	63	63049
2798037	Fraineux	fraineux	BE		0	Europe/Brussels	50.51244	5.39689		Fraineux		WAL	WLG	61	61043
2798038	Fraineux	fraineux	BE		0	Europe/Brussels	50.48125	5.79151				WAL	WLG	63	63076
2798039	Frahan	frahan	BE		0	Europe/Brussels	49.83487	5.00037		Frahan		WAL	WLX	84	84010
2798041	Fragnée	fragnee	BE		0	Europe/Brussels	50.62349	5.57178				WAL	WLG	62	62063
2798043	Foyr	foyr	BE		0	Europe/Brussels	50.56532	5.94923		Fouir,Foyir,Foyr		WAL	WLG	63	63038
2798049	Foy	foy	BE		0	Europe/Brussels	50.29404	4.80946				WAL	WNA	91	91103
2798050	Foy	foy	BE		0	Europe/Brussels	50.18554	5.5163				WAL	WLX	83	83031
2798051	Foy	foy	BE		0	Europe/Brussels	50.04446	5.74894				WAL	WLX	82	82003
2798052	Foxhalle	foxhalle	BE		0	Europe/Brussels	50.56667	5.91667				WAL	WLG	63	63038
2798054	Foxemaat	foxemaat	BE		0	Europe/Brussels	51.38333	4.5		Foksemaat,Foxemaat		VLG	VAN	11	11022
2798055	Fourquepire	fourquepire	BE		0	Europe/Brussels	50.73333	3.68333				WAL	WHT	51	51017
2798056	Sint-Pieters-Voeren	sint-pieters-voeren	BE		4235	Europe/Brussels	50.73863	5.82224		Fouron-Saint-Pierre,Fourons (Fouron-Saint-Pierre),Sint-Pieters-Voeren,Voeren (Sint-Pieters-Voeren)		VLG	VLI	73	73109
2798058	's-Gravenvoeren	s-gravenvoeren	BE		1455	Europe/Brussels	50.75872	5.76113		's Gravenvoeren,Fouron-le-Comte,Fourons (Fouron-le-Comte),Voeren ('s Gravenvoeren)		VLG	VLI	73	73109
2798060	Fourneau Saint-Michel	fourneau-saint-michel	BE		0	Europe/Brussels	50.08412	5.34055				WAL	WLX	84	84059
2798061	Fourneau Philippe	fourneau-philippe	BE		0	Europe/Brussels	49.98333	4.21667				WAL	WHT	56	56051
2798065	Fourneau	fourneau	BE		0	Europe/Brussels	50.48236	5.25224				WAL	WLG	61	61039
2798066	Fourmatot	fourmatot	BE		0	Europe/Brussels	49.98702	4.18178				WAL	WHT	56	56051
2798069	Fourire	fourire	BE		0	Europe/Brussels	50.38333	6.01667				WAL	WLG	63	63049
2798070	Fourcroix	fourcroix	BE		0	Europe/Brussels	50.63947	3.32241				WAL	WHT	57	57081
2798071	Fourche	fourche	BE		0	Europe/Brussels	50.23333	5.31667				WAL	WLX	83	83034
2798074	Four à Verre	four-a-verre	BE		0	Europe/Brussels	50.19559	4.342		Four a Verre,Four à Verre,Four-a-Verres		WAL	WHT	56	56029
2798077	Foulie	foulie	BE		0	Europe/Brussels	49.70172	5.67736				WAL	WLX	85	85046
2798078	Foulerie	foulerie	BE		0	Europe/Brussels	50.3354	5.29658				WAL	WNA	91	91064
2798082	Fouches	fouches	BE		0	Europe/Brussels	49.68906	5.71222				WAL	WLX	81	81001
2798083	Foucaumont	foucaumont	BE		0	Europe/Brussels	50.63466	3.71349				WAL	WHT	51	51004
2798085	Fosty	fosty	BE		0	Europe/Brussels	50.5981	4.50257				WAL	WBR	25	25031
2798086	Fostrée	fostree	BE		0	Europe/Brussels	50.61283	4.03095				WAL	WHT	55	55040
2798088	Fostaille	fostaille	BE		0	Europe/Brussels	50.32943	4.31049				WAL	WHT	56	56078
2798089	Fossey	fossey	BE		0	Europe/Brussels	50.69679	6.04077				WAL	WLG	63	63061
2798090	Fosset	fosset	BE		0	Europe/Brussels	50.02977	5.55827				WAL	WLX	82	82038
2798091	Fosse Soret	fosse-soret	BE		0	Europe/Brussels	50.50835	3.55571				WAL	WHT	57	57064
2798093	Fosse Marchand	fosse-marchand	BE		0	Europe/Brussels	50.06667	5.08333				WAL	WLX	84	84075
2798094	Fossé des Loups	fosse-des-loups	BE		0	Europe/Brussels	50.3	5.2		Fosse des Loups,Fosse-aux-Loups,Fossé des Loups		WAL	WNA	91	91059
2798104	Forzée	forzee	BE		0	Europe/Brussels	50.22216	5.17114		Forzee,Forzée		WAL	WNA	91	91114
2798105	Forzeau	forzeau	BE		0	Europe/Brussels	50.64797	3.26249				WAL	WHT	57	57081
2798108	Fortuin	fortuin	BE		0	Europe/Brussels	50.88333	2.93333				VLG	VWV	33	33040
2798109	Fort Leroy	fort-leroy	BE		0	Europe/Brussels	50.26667	4.23333				WAL	WHT	56	56005
2798111	Fortjen	fortjen	BE		0	Europe/Brussels	51.22642	3.64009		Fortijen,Fortjen		VLG	VOV	43	43007
2798112	Fortem	fortem	BE		0	Europe/Brussels	51.01561	2.72753		Fortem,Forthem		VLG	VWV	38	38002
2798113	Fort	fort	BE		0	Europe/Brussels	51.06667	2.91667		'T Fort,Fort		VLG	VWV	32	32003
2798114	Forseilles	forseilles	BE		0	Europe/Brussels	50.53593	5.08074		Forseille,Forseilles		WAL	WLG	61	61028
2798115	Forrières-Saint-Martin	forrieres-saint-martin	BE		0	Europe/Brussels	50.13135	5.273		Forrieres-Saint-Martin,Forrières-Saint-Martin,Saint-Martin		WAL	WLX	83	83040
2798116	Forrières-Notre-Dame	forrieres-notre-dame	BE		0	Europe/Brussels	50.13517	5.28091				WAL	WLX	83	83040
2798119	Forrière	forriere	BE		0	Europe/Brussels	50.44358	4.3563				WAL	WHT	52	52015
2798128	Forge Jean Petit	forge-jean-petit	BE		0	Europe/Brussels	49.98387	4.38364		Forge Jean Petit,Forges Jean Petit		WAL	WHT	56	56016
2798131	Forge d'en Haut	forge-d-en-haut	BE		0	Europe/Brussels	50.33333	4.88333				WAL	WNA	91	91141
2798147	Foquelet	foquelet	BE		0	Europe/Brussels	50	5.65				WAL	WLX	82	82003
2798150	Fontin	fontin	BE		0	Europe/Brussels	50.52914	5.58904				WAL	WLG	62	62032
2798151	Fontery	fontery	BE		0	Europe/Brussels	50.46055	4.47228				WAL	WHT	52	52011
2798152	Fonteny	fonteny	BE		0	Europe/Brussels	50.60236	4.40998				WAL	WBR	25	25031
2798159	Fonteni	fonteni	BE		0	Europe/Brussels	50.16236	5.68769				WAL	WLX	82	82014
2798169	Fontenel	fontenel	BE		0	Europe/Brussels	50.57754	4.97714				WAL	WNA	92	92138
2798170	Fontenaille	fontenaille	BE		0	Europe/Brussels	50.15881	5.78851				WAL	WLX	82	82014
2798171	Fonteintje	fonteintje	BE		0	Europe/Brussels	51.08481	5.32498		Fonteintje,Het Fonteintje		VLG	VLI	71	71004
2798172	Fonteintje	fonteintje	BE		0	Europe/Brussels	50.99219	4.09737				VLG	VOV	42	42011
2798175	Fontein	fontein	BE		0	Europe/Brussels	51.20551	3.74722		Fontein,Fonteine		VLG	VOV	43	43002
2798186	Fontaine Haute	fontaine-haute	BE		0	Europe/Brussels	50.31178	4.21591				WAL	WHT	56	56049
2798188	Fontaine de Spa	fontaine-de-spa	BE		0	Europe/Brussels	50.45	4.21667				WAL	WHT	56	56087
2798189	Fontaine de Burton	fontaine-de-burton	BE		0	Europe/Brussels	49.98333	5.61667				WAL	WLX	82	82036
2798194	Fontaine	fontaine	BE		0	Europe/Brussels	50.6271	5.41786				WAL	WLG	62	62118
2798196	Fond Vandenbosch	fond-vandenbosch	BE		0	Europe/Brussels	50.70619	4.39402				WAL	WBR	25	25110
2798197	Fonds Gaillards	fonds-gaillards	BE		0	Europe/Brussels	50.45996	4.18516				WAL	WHT	55	55022
2798198	Fond Sécheval	fond-secheval	BE		0	Europe/Brussels	50.03333	4.65				WAL	WNA	93	93090
2798199	Fonds des Eaux	fonds-des-eaux	BE		0	Europe/Brussels	50.46667	4.2				WAL	WHT	55	55022
2798200	Fonds de Lustin	fonds-de-lustin	BE		0	Europe/Brussels	50.38874	4.89953		Fond-de-Lustin,Fonds de Lustin		WAL	WNA	92	92101
2798202	Fonds de Lavois	fonds-de-lavois	BE		0	Europe/Brussels	50.25	4.83333				WAL	WNA	91	91103
2798204	Fond Saint-Roch	fond-saint-roch	BE		0	Europe/Brussels	50.01667	5.38333				WAL	WLX	84	84059
2798206	Fond Martin	fond-martin	BE		0	Europe/Brussels	50.22039	4.31614				WAL	WHT	56	56005
2798207	Fond la Mathiote	fond-la-mathiote	BE		0	Europe/Brussels	49.75	5.36667		Fond de la Mathiote,Fond la Mathiote		WAL	WLX	85	85007
2798208	Fond Guérin	fond-guerin	BE		0	Europe/Brussels	50	5.23333				WAL	WLX	84	84035
2798209	Fond Gordien	fond-gordien	BE		0	Europe/Brussels	50.48333	5.13333				WAL	WNA	92	92003
2798210	Fond du Père Pie	fond-du-pere-pie	BE		0	Europe/Brussels	49.75	5.38333				WAL	WLX	85	85007
2798212	Fond du Bosquet	fond-du-bosquet	BE		0	Europe/Brussels	50.67296	5.10797				WAL	WLG	64	64034
2798213	Fond Donnaux	fond-donnaux	BE		0	Europe/Brussels	50.28333	5.76667				WAL	WLG	63	63045
2798216	Fond des Veaux	fond-des-veaux	BE		0	Europe/Brussels	50.18333	4.96667				WAL	WNA	91	91072
2798218	Fond des Vaux	fond-des-vaux	BE		0	Europe/Brussels	50.1	5.11667				WAL	WNA	91	91114
2798220	Fond des Tailles	fond-des-tailles	BE		0	Europe/Brussels	50.35	5.03333				WAL	WNA	91	91059
2798222	Fond des Malades	fond-des-malades	BE		0	Europe/Brussels	50.26608	5.52593				WAL	WLX	83	83013
2798223	Fond des Harengs	fond-des-harengs	BE		0	Europe/Brussels	50.68333	5.08333				WAL	WLG	64	64034
2798224	Fond de Scrupiat	fond-de-scrupiat	BE		0	Europe/Brussels	50.16667	5				WAL	WNA	91	91072
2798226	Fond de Pique	fond-de-pique	BE		0	Europe/Brussels	50.23573	5.13463				WAL	WNA	91	91030
2798227	Fond de Nazieux Fa	fond-de-nazieux-fa	BE		0	Europe/Brussels	50.26667	5.71667				WAL	WLX	83	83055
2798228	Fond de Morva	fond-de-morva	BE		0	Europe/Brussels	50.45	5.26667				WAL	WLG	61	61039
2798230	Fond de Malonne	fond-de-malonne	BE		0	Europe/Brussels	50.43333	4.78333				WAL	WNA	92	92045
2798231	Fond de Lesve	fond-de-lesve	BE		0	Europe/Brussels	50.38189	4.76871				WAL	WNA	92	92101
2798232	Fond de l'Eau	fond-de-l-eau	BE		0	Europe/Brussels	50.02604	4.45962				WAL	WNA	93	93014
2798233	Fond de la Justice	fond-de-la-justice	BE		0	Europe/Brussels	50.28333	5.68333				WAL	WLX	83	83055
2798235	Fond de Heurne	fond-de-heurne	BE		0	Europe/Brussels	50.75	5.35				WAL	WLG		
2798237	Fond de Gesves	fond-de-gesves	BE		0	Europe/Brussels	50.41366	5.07516				WAL	WNA	92	92054
2798238	Fond de Cône	fond-de-cone	BE		0	Europe/Brussels	50.63683	5.01144		Fond de Cone,Fond de Cône,Fond de Gone		WAL	WLG	64	64034
2798239	Fond de Biaury	fond-de-biaury	BE		0	Europe/Brussels	50.37553	4.76003				WAL	WNA	92	92101
2798240	Fond de Bende	fond-de-bende	BE		0	Europe/Brussels	50.42465	5.43328				WAL	WLG	61	61048
2798241	Fond de Bataille	fond-de-bataille	BE		0	Europe/Brussels	50.18333	5.18333				WAL	WNA	91	91114
2798245	Foncourt	foncourt	BE		0	Europe/Brussels	50.58824	5.19174				WAL	WLG	64	64015
2798253	Foeksenberg	foeksenberg	BE		0	Europe/Brussels	50.93333	4.31667				VLG	VBR	23	23050
2798254	Fodiaux	fodiaux	BE		0	Europe/Brussels	50.65141	4.9193				WAL	WBR	25	25122
2798255	Fodai	fodai	BE		0	Europe/Brussels	49.86667	5.33333		Fodai,Fode,Fodê		WAL	WLX	84	84043
2798259	Focagne	focagne	BE		0	Europe/Brussels	50.25903	5.38848				WAL	WLX	83	83034
2798260	Foaranoi	foaranoi	BE		0	Europe/Brussels	50.26667	5.06667				WAL	WNA	91	91030
2798263	Florzé	florze	BE		0	Europe/Brussels	50.48859	5.66784		Florze,Florzé		WAL	WLG	62	62100
2798264	Florka	florka	BE		0	Europe/Brussels	50.08333	5.7				WAL	WLX	82	82005
2798265	Florivaux	florivaux	BE		0	Europe/Brussels	50.5	4.71667				WAL	WNA	92	92142
2798266	Florival	florival	BE		0	Europe/Brussels	50.76116	4.654				WAL	WBR	25	25037
2798270	Florêt	floret	BE		0	Europe/Brussels	50.31968	5.75701				WAL	WLG	63	63045
2798274	Florent	florent	BE		0	Europe/Brussels	50.55594	3.33579				WAL	WHT	57	57072
2798284	Florbecq	florbecq	BE		0	Europe/Brussels	50.68077	3.84419				WAL	WHT	55	55023
2798288	Flohimont	flohimont	BE		0	Europe/Brussels	49.90665	5.40388				WAL	WLX	84	84077
2798289	Flohaye	flohaye	BE		0	Europe/Brussels	50.67929	4.36408		Flohaye,Flohayes		WAL	WBR	25	25014
2798293	Flinchaux	flinchaux	BE		0	Europe/Brussels	50.61475	4.19624		Flinchau,Flinchaux		WAL	WHT	55	55004
2798294	Flierendries	flierendries	BE		0	Europe/Brussels	50.80851	3.98681		Flierendries,Flierendriesch		VLG	VOV	41	41048
2798296	Fleussu	fleussu	BE		0	Europe/Brussels	50.71667	5.05				WAL	WLG	64	64047
2798299	Fleurifoy	fleurifoy	BE		0	Europe/Brussels	49.91667	5.01667				WAL	WNA	91	91015
2798304	Flère	flere	BE		0	Europe/Brussels	50.56667	5.78333				WAL	WLG	63	63058
2798312	Fléchère	flechere	BE		0	Europe/Brussels	50.49511	4.31018				WAL	WHT	52	52015
2798318	Flatry	flatry	BE		0	Europe/Brussels	50.28333	5.58333				WAL	WLX	83	83013
2798320	Flamizoulle	flamizoulle	BE		0	Europe/Brussels	50.03211	5.62886		Flamisoul,Flamizoul,Flamizoule		WAL	WLX	82	82005
2798323	Flament	flament	BE		0	Europe/Brussels	50.63088	4.14754				WAL	WHT	55	55004
2798327	Flagothier	flagothier	BE		0	Europe/Brussels	50.52112	5.60177				WAL	WLG	62	62032
2798334	Fize	fize	BE		0	Europe/Brussels	50.7	5.38333				WAL	WLG	64	64021
2798335	Fisenne	fisenne	BE		0	Europe/Brussels	50.29154	5.5366		Fisenne		WAL	WLX	83	83013
2798339	Fintele	fintele	BE		0	Europe/Brussels	50.95757	2.73659		Finteele,Fintele,Fintelle		VLG	VWV	32	32030
2798342	Fin Fourneau	fin-fourneau	BE		0	Europe/Brussels	50.23333	4.95				WAL	WNA	91	91034
2798343	Fineuse	fineuse	BE		0	Europe/Brussels	49.86014	5.37763				WAL	WLX	84	84043
2798347	Filly	filly	BE		0	Europe/Brussels	50.14587	5.69366		Filly		WAL	WLX	82	82014
2798348	Filée	filee	BE		0	Europe/Brussels	50.44921	5.19862				WAL	WNA	92	92097
2798349	Figotterie	figotterie	BE		0	Europe/Brussels	50.36667	4.55				WAL	WHT	52	52025
2798359	Fevie	fevie	BE		0	Europe/Brussels	50.30158	5.18226				WAL	WNA	91	91059
2798360	Fétinne	fetinne	BE		0	Europe/Brussels	50.62384	5.58358		Fetine,Fetinne,Fétine,Fétinne		WAL	WLG	62	62063
2798361	Festingue	festingue	BE		0	Europe/Brussels	50.73333	3.23333				WAL	WHT	54	54007
2798369	Ferrière	ferriere	BE		0	Europe/Brussels	50.65322	4.52328		Ferriere,Ferrieres,Ferrière,Ferrières,Forriere,Forrière		WAL	WBR	25	25121
2798374	Fermont	fermont	BE		0	Europe/Brussels	50.60393	3.5945				WAL	WHT	57	57094
2798378	Ferage	ferage	BE		0	Europe/Brussels	50.1825	4.96923		Ferage		WAL	WNA	91	91072
2798380	Fenffe	fenffe	BE		0	Europe/Brussels	50.18418	5.088				WAL	WNA	91	91072
2798391	Feite	feite	BE		0	Europe/Brussels	50.78333	3.78333		Feite,Feyte		WAL	WHT		
2798392	Feineind	feineind	BE		0	Europe/Brussels	51.19505	5.07045		Feineind,Feynend		VLG	VAN	13	13025
2798394	Feckelsborn	feckelsborn	BE		0	Europe/Brussels	50.32653	6.05746				WAL	WLG	63	63067
2798395	Fechereux	fechereux	BE		0	Europe/Brussels	50.71336	5.77399				WAL	WLG	62	62027
2798396	Fechereux	fechereux	BE		0	Europe/Brussels	50.5508	5.56273		Fechereu,Fechereux,Fèchereu		WAL	WLG	62	62032
2798397	Fécher	fecher	BE		0	Europe/Brussels	50.62796	5.74053				WAL	WLG	62	62099
2798398	Fécher	fecher	BE		0	Europe/Brussels	50.50351	5.51921				WAL	WLG	61	61079
2798404	Fayt	fayt	BE		0	Europe/Brussels	50.62842	4.07353				WAL	WHT	55	55004
2798406	Fayt	fayt	BE		0	Europe/Brussels	50.21978	4.2904				WAL	WHT	56	56005
2798410	Faysgeai	faysgeai	BE		0	Europe/Brussels	49.85	5.06667		Falije,Falîjè,Faysgeai		WAL	WLX	84	84010
2798411	Fays-Famenne	fays-famenne	BE		0	Europe/Brussels	50.04286	5.07145				WAL	WLX	84	84075
2798416	Fays	fays	BE		0	Europe/Brussels	50.54541	5.86326		Fays		WAL	WLG	63	63076
2798417	Fays	fays	BE		0	Europe/Brussels	50.50996	5.60126		Fays		WAL	WLG	62	62100
2798418	Fays	fays	BE		0	Europe/Brussels	50.36038	5.63128		Fays		WAL	WLX	83	83055
2798419	Fays	fays	BE		0	Europe/Brussels	50.27705	5.07019				WAL	WNA	91	91030
2798420	Fays	fays	BE		0	Europe/Brussels	50.06336	5.66998		Fays		WAL	WLX	82	82005
2798426	Fayat	fayat	BE		0	Europe/Brussels	50.48333	4.65		Fayat,Payat,Tayat		WAL	WNA	92	92140
2798427	Fawtay	fawtay	BE		0	Europe/Brussels	50.65	5.73333				WAL	WLG	62	62099
2798428	Fawes	fawes	BE		0	Europe/Brussels	50.67713	5.80092		Fawes,Faweux		WAL	WLG	63	63035
2798429	Fawes	fawes	BE		0	Europe/Brussels	50.53333	5.73333				WAL	WLG	62	62100
2798431	Favauge	favauge	BE		0	Europe/Brussels	50.3502	4.68992				WAL	WNA	92	92087
2798433	Favarge	favarge	BE		0	Europe/Brussels	50.6232	4.12547				WAL	WHT	55	55004
2798434	Favarcq	favarcq	BE		0	Europe/Brussels	50.53771	3.72548				WAL	WHT	51	51008
2798436	Fauxmaillaux	fauxmaillaux	BE		0	Europe/Brussels	49.98333	5.18333		Fau Mayau,Fauxmaillaux		WAL	WLX	84	84035
2798437	Faux	faux	BE		0	Europe/Brussels	50.62088	4.54671				WAL	WBR	25	25023
2798440	Fauvenal	fauvenal	BE		0	Europe/Brussels	50.24732	5.2303				WAL	WNA	91	91030
2798444	Fauquez	fauquez	BE		0	Europe/Brussels	50.62765	4.23825				WAL	WBR	25	25044
2798447	Fauchy	fauchy	BE		0	Europe/Brussels	50.6679	3.47197				WAL	WHT	57	57018
2798448	Fauchisse	fauchisse	BE		0	Europe/Brussels	49.98741	4.54174		Fauchisse,Grand Fauchisse,La Fauchisse		WAL	WNA	93	93014
2798449	Faubourg Saint-Nicolas	faubourg-saint-nicolas	BE		0	Europe/Brussels	50.25478	4.91724				WAL	WNA	91	91034
2798450	Faubourg Saint-Médard	faubourg-saint-medard	BE		0	Europe/Brussels	50.25988	4.89999				WAL	WNA	91	91034
2798451	Faubourg Saint-Germain	faubourg-saint-germain	BE		0	Europe/Brussels	50.05	4.5				WAL	WNA	93	93014
2798452	Faubourg Sainte-Anne	faubourg-sainte-anne	BE		0	Europe/Brussels	50.59987	4.32063				WAL	WBR	25	25072
2798453	Faubourg de Tournai	faubourg-de-tournai	BE		0	Europe/Brussels	50.63333	3.76667				WAL	WHT	51	51004
2798454	Faubourg de Soignies	faubourg-de-soignies	BE		0	Europe/Brussels	50.59723	4.31728				WAL	WBR	25	25072
2798455	Faubourg de Namur	faubourg-de-namur	BE		0	Europe/Brussels	50.59923	4.3387				WAL	WBR	25	25072
2798456	Faubourg de Mons	faubourg-de-mons	BE		0	Europe/Brussels	50.61919	3.77483				WAL	WHT	51	51004
2798457	Faubourg de Mons	faubourg-de-mons	BE		0	Europe/Brussels	50.60351	4.13133		Le Faubourg		WAL	WHT	55	55004
2798458	Faubourg de Mons	faubourg-de-mons	BE		0	Europe/Brussels	50.59307	4.31763				WAL	WBR	25	25072
2798459	Faubourg de Charleroi	faubourg-de-charleroi	BE		0	Europe/Brussels	50.59008	4.33012				WAL	WBR	25	25072
2798460	Faubourg de Bruxelles	faubourg-de-bruxelles	BE		0	Europe/Brussels	50.63333	3.78333				WAL	WHT	51	51004
2798461	Faubourg de Bruxelles	faubourg-de-bruxelles	BE		0	Europe/Brussels	50.60203	4.32842				WAL	WBR	25	25072
2798462	Faubourg	faubourg	BE		0	Europe/Brussels	50.71667	3.28333				WAL	WHT	57	57027
2798463	Faubourg	faubourg	BE		0	Europe/Brussels	50.46667	4.43333				WAL	WHT	52	52011
2798464	Faubourg	faubourg	BE		0	Europe/Brussels	50.15629	4.83567				WAL	WNA	91	91142
2798466	Fasol	fasol	BE		0	Europe/Brussels	50.25	5.43333				WAL	WLX	83	83028
2798467	Farnières	farnieres	BE		0	Europe/Brussels	50.31097	5.88012		Farnieres,Farnières		WAL	WLX	82	82032
2798468	Farneur	farneur	BE		0	Europe/Brussels	50.18333	5.55				WAL	WLX	83	83031
2798469	Farinette	farinette	BE		0	Europe/Brussels	50.67751	3.43359				WAL	WHT	57	57018
2798472	Fanzel	fanzel	BE		0	Europe/Brussels	50.32255	5.57375		Fanzel,Fauzel		WAL	WLX	83	83013
2798473	Fantignie	fantignie	BE		0	Europe/Brussels	50.38333	4.2				WAL	WHT	56	56011
2798474	Fanson	fanson	BE		0	Europe/Brussels	50.44934	5.61235				WAL	WLG	61	61019
2798479	Fange de la Doneuse	fange-de-la-doneuse	BE		0	Europe/Brussels	50.05	5.38333				WAL	WLX	84	84059
2798486	Famenne	famenne	BE		0	Europe/Brussels	50.35	5.46667				WAL	WLX	83	83012
2798487	Famenne	famenne	BE		0	Europe/Brussels	50.22773	5.34443				WAL	WLX	83	83034
2798488	Famenne	famenne	BE		0	Europe/Brussels	50.15	5.03333				WAL	WNA	91	91072
2798491	Faluzeau	faluzeau	BE		0	Europe/Brussels	50.65	3.3				WAL	WHT	57	57081
2798496	Fallimont	fallimont	BE		0	Europe/Brussels	49.8	5.23333				WAL	WLX	84	84029
2798500	Falize	falize	BE		0	Europe/Brussels	50.03333	5.28333		Falise,Falize		WAL	WLX	84	84059
2798505	Falhy	falhy	BE		0	Europe/Brussels	50.21667	5.65		Falhy,Fally		WAL	WLX	83	83031
2798506	Falhez	falhez	BE		0	Europe/Brussels	50.6	5.76667				WAL	WLG	63	63035
2798507	Falemprise	falemprise	BE		0	Europe/Brussels	50.2	4.41667				WAL	WNA	93	93010
2798510	Fairoul	fairoul	BE		0	Europe/Brussels	50.25517	4.48772				WAL	WNA	93	93088
2798511	Faintiau	faintiau	BE		0	Europe/Brussels	50.62556	3.47078		Faintiau,Fimtiau		WAL	WHT	57	57081
2798514	Failon	failon	BE		0	Europe/Brussels	50.34121	5.29332				WAL	WNA	91	91064
2798515	Fagny	fagny	BE		0	Europe/Brussels	50.38333	5.4				WAL	WLX	83	83012
2798516	Fagnoulle	fagnoulle	BE		0	Europe/Brussels	50.13333	5.7		Fagnolle,Fagnoulle		WAL	WLX	82	82014
2798517	Fagnoul	fagnoul	BE		0	Europe/Brussels	50.3941	5.62665				WAL	WLG	61	61019
2798528	Fagne Esset	fagne-esset	BE		0	Europe/Brussels	50.55	6.05				WAL	WLG	63	63004
2798534	Ezendries	ezendries	BE		0	Europe/Brussels	51.06216	4.29971		Esendries,Ezendries		VLG	VAN	12	12041
2798538	Ezaart	ezaart	BE		0	Europe/Brussels	51.17934	5.09448		Esaert,Ezaart,Ezaert		VLG	VAN	13	13025
2798541	Exbomont	exbomont	BE		0	Europe/Brussels	50.42437	5.9006		Exbomont		WAL	WLG	63	63075
2798546	Eveux	eveux	BE		0	Europe/Brussels	50.31707	5.55667				WAL	WLX	83	83013
2798547	Everveld	everveld	BE		0	Europe/Brussels	50.96189	4.78266		Everveld,Evervelt		VLG	VBR	24	24001
2798549	Everslaar	everslaar	BE		0	Europe/Brussels	51.08055	3.98326		Everslaar,Everslaer		VLG	VOV	46	46014
2798550	Eversel	eversel	BE		0	Europe/Brussels	51.02654	5.2407		Eversel		VLG	VLI	71	71070
2798565	Évegnée-Tignée	evegnee-tignee	BE		862	Europe/Brussels	50.64647	5.70783				WAL	WLG	62	62099
2798569	Éve	eve	BE		0	Europe/Brussels	50.40561	5.16427				WAL	WNA	92	92097
2798570	Evangelieboom	evangelieboom	BE		0	Europe/Brussels	50.79593	3.30521				VLG	VWV	34	34042
2798571	Euverenbos	euverenbos	BE		0	Europe/Brussels	50.9686	4.00352		Euverenbos,Euverenbosch		VLG	VOV	41	41034
2798577	Ettinge	ettinge	BE		0	Europe/Brussels	50.93333	3.8				VLG	VOV	44	44052
2798583	Ettelboom	ettelboom	BE		0	Europe/Brussels	50.85	3.93333				VLG	VOV	41	41027
2798591	Etbos	etbos	BE		0	Europe/Brussels	51.15	3.93333		Etbos,Etbosch		VLG	VOV	44	44045
2798595	Établissements de Chassart	etablissements-de-chassart	BE		0	Europe/Brussels	50.51667	4.5				WAL	WHT	52	52021
2798596	Estrée	estree	BE		0	Europe/Brussels	50.69154	4.37426				WAL	WBR	25	25014
2798602	Estinée	estinee	BE		0	Europe/Brussels	50.29371	5.56479				WAL	WLX	83	83013
2798608	Estafflers	estafflers	BE		0	Europe/Brussels	50.63961	3.25742		Estaffers,Estafflers		WAL	WHT	57	57081
2798609	Esser	esser	BE		0	Europe/Brussels	50.82726	3.34809				VLG	VWV	34	34009
2798610	Essene Winkel	essene-winkel	BE		0	Europe/Brussels	50.86667	4.13333		Esschene-Winkel,Essene Winkel		VLG	VBR	23	23086
2798614	Essenbeek	essenbeek	BE		0	Europe/Brussels	50.71999	4.2542		Esschenbeek,Essenbeek		VLG	VBR	23	23027
2798618	Esquenne	esquenne	BE		0	Europe/Brussels	50.75446	3.76628				WAL	WHT	51	51019
2798625	Espinette	espinette	BE		0	Europe/Brussels	50.7145	4.25703				VLG	VBR	23	23027
2798631	Espenhoek	espenhoek	BE		0	Europe/Brussels	50.9098	3.84072				VLG	VOV	41	41063
2798633	Espeler	espeler	BE		0	Europe/Brussels	50.20218	6.05348				WAL	WLG	63	63087
2798634	Espain	espain	BE		0	Europe/Brussels	50.51667	3.41667				WAL	WHT	57	57093
2798644	Escalette	escalette	BE		0	Europe/Brussels	50.68333	3.65				WAL	WHT	51	51065
2798648	Es	es	BE		0	Europe/Brussels	51.19024	4.29444		Es,Esch		VLG	VOV	46	46003
2799152	Dries	dries	BE		0	Europe/Brussels	50.95	4.1				VLG	VOV	41	41002
2798651	Reveau	reveau	BE		0	Europe/Brussels	50.58618	3.65107		Reveau		WAL	WHT	57	57094
2798654	Ertsenrijk	ertsenrijk	BE		0	Europe/Brussels	50.92613	5.11999				VLG	VLI	71	71020
2798655	Ertbuurhoek	ertbuurhoek	BE		0	Europe/Brussels	51.06667	3.86667				VLG	VOV	44	44034
2798656	Ertbuur	ertbuur	BE		0	Europe/Brussels	51.05	3.83333		Erbuur,Ertbuur		VLG	VOV	42	42010
2798657	Ertbrugstraat	ertbrugstraat	BE		0	Europe/Brussels	51	3.93333				VLG	VOV	42	42026
2798658	Ertbrugge	ertbrugge	BE		0	Europe/Brussels	51.2242	4.48517				VLG	VAN	11	11002
2798659	Ertbrug	ertbrug	BE		0	Europe/Brussels	50.99257	3.92232				VLG	VOV	42	42026
2798661	Ertbrand	ertbrand	BE		0	Europe/Brussels	51.34219	4.40792				VLG	VAN	11	11023
2798662	Ertborringen	ertborringen	BE		0	Europe/Brussels	51.36667	4.53333				VLG	VAN	11	11053
2798663	Erria	erria	BE		0	Europe/Brussels	50.33068	5.77941		Erria		WAL	WLG	63	63045
2798673	Erpigny	erpigny	BE		0	Europe/Brussels	50.28267	5.56874		Erpigny		WAL	WLX	83	83013
2798677	Erpekom	erpekom	BE		0	Europe/Brussels	51.1221	5.49552		Erpecom,Erpekom		VLG	VLI	72	72030
2798690	Ermite	ermite	BE		0	Europe/Brussels	50.71505	4.34793		Ermite,L'Ermite		WAL	WBR	25	25014
2798694	Erlinchamps	erlinchamps	BE		0	Europe/Brussels	50.4	5.93333				WAL	WLG	63	63073
2798696	Erkegem	erkegem	BE		0	Europe/Brussels	51.13602	3.25548		Erkegem,Erkeghem		VLG	VWV	31	31022
2798702	Ereffe	ereffe	BE		0	Europe/Brussels	50.47082	5.25521				WAL	WLG	61	61039
2798710	Équipée	equipee	BE		0	Europe/Brussels	50.56667	4.25				WAL	WHT	52	52063
2798718	Épioux	epioux	BE		0	Europe/Brussels	49.76667	5.28333		Epioux,Les Epioux,Les Épioux,Épioux		WAL	WLX	84	84029
2798722	Épinette	epinette	BE		0	Europe/Brussels	50.65	3.3				WAL	WHT	57	57081
2798723	Epelaar Heide	epelaar-heide	BE		0	Europe/Brussels	51.3	4.83333				VLG	VAN	13	13004
2798724	Envoz	envoz	BE		0	Europe/Brussels	50.53428	5.14536		Envaux,Envoz		WAL	WLG	61	61028
2798726	Entre Deux Thiers	entre-deux-thiers	BE		0	Europe/Brussels	50.50742	5.22709				WAL	WLG	61	61039
2798728	En Sterre	en-sterre	BE		0	Europe/Brussels	50.65094	5.53568		En Ster,En Sterre		WAL	WLG	62	62003
2798729	Enstegen	enstegen	BE		0	Europe/Brussels	50.99163	5.35444				VLG	VLI	71	71066
2798732	Ensegotte	ensegotte	BE		0	Europe/Brussels	50.42827	5.58729				WAL	WLG	61	61024
2798733	Ennal	ennal	BE		0	Europe/Brussels	50.32806	5.92639				WAL	WLX	82	82032
2798736	Enhet	enhet	BE		0	Europe/Brussels	50.22422	5.1037		Enhet		WAL	WNA	91	91030
2798738	En Haut	en-haut	BE		0	Europe/Brussels	50.69155	3.8682				WAL	WHT	55	55023
2798739	En Haut	en-haut	BE		0	Europe/Brussels	50.68333	3.86667				WAL	WHT	55	55023
2798740	En Haut	en-haut	BE		0	Europe/Brussels	50.648	3.93594				WAL	WHT	55	55039
2798741	Engsbergen	engsbergen	BE		0	Europe/Brussels	51.03101	5.042				VLG	VLI	71	71057
2798742	Engreux	engreux	BE		0	Europe/Brussels	50.12171	5.70181		Engreux		WAL	WLX	82	82014
2798753	Engelhoek	engelhoek	BE		0	Europe/Brussels	50.84215	3.42561				VLG	VWV	34	34002
2798756	Engelbeek	engelbeek	BE		0	Europe/Brussels	51.01085	5.09				VLG	VBR	24	24020
2798757	Engeland	engeland	BE		0	Europe/Brussels	50.78333	4.33333				WAL	WHT		
2798758	Engel	engel	BE		0	Europe/Brussels	51.10171	3.02919		Ange,Engel		VLG	VWV	35	35006
2798759	Enfer	enfer	BE		0	Europe/Brussels	50.6651	3.77063				WAL	WHT	51	51004
2798760	Enenboom	enenboom	BE		0	Europe/Brussels	50.86667	4.43333		Den Eenenboom,Den Enenboom,Enenboom		VLG	VBR	23	23094
2798762	Ene	ene	BE		0	Europe/Brussels	50.87108	4.0483		Eene,Ene		VLG	VOV	41	41011
2798770	Emptinnal	emptinnal	BE		0	Europe/Brussels	50.31883	5.10255		Emptinal,Emptinale,Emptinnal		WAL	WNA	91	91030
2798771	Emnuez	emnuez	BE		0	Europe/Brussels	50.75	3.71667		Emnuez,Emnuwe,Emnuwé,Enmuez		WAL	WHT	51	51019
2798778	Emeville	emeville	BE		0	Europe/Brussels	50.385	5.16694				WAL	WNA	91	91064
2798781	Emcômont	emcomont	BE		0	Europe/Brussels	50.31432	5.80947				WAL	WLG	63	63045
2798790	Embeke	embeke	BE		0	Europe/Brussels	50.73986	3.94577				VLG	VOV	41	41018
2798791	Elzestraat	elzestraat	BE		0	Europe/Brussels	51.0612	4.48585		Elsestraat,Elzestraat		VLG	VAN	12	12035
2798792	Elzenwal	elzenwal	BE		0	Europe/Brussels	50.81667	2.85		Elzenwal,Elzenwalle		VLG	VWV	33	33011
2798795	Elzenhoek	elzenhoek	BE		0	Europe/Brussels	51.10657	4.6934				VLG	VAN	12	12002
2798800	Elvaux	elvaux	BE		0	Europe/Brussels	50.6316	5.79863				WAL	WLG	63	63035
2798801	Elsum	elsum	BE		0	Europe/Brussels	51.16438	4.97423		Elsom,Elsum		VLG	VAN	13	13008
2798802	Elstreken	elstreken	BE		0	Europe/Brussels	50.98392	5.3995				VLG	VLI	71	71066
2798809	Elslo	elslo	BE		0	Europe/Brussels	51.11925	3.72399		Elslo,Elsloo		VLG	VOV	44	44019
2798810	Elsleukenweide	elsleukenweide	BE		0	Europe/Brussels	51.01667	4.9				VLG	VBR	24	24001
2798811	Elsleuken	elsleuken	BE		0	Europe/Brussels	51.01667	4.91667				VLG	VBR	24	24001
2798812	Elshout	elshout	BE		0	Europe/Brussels	51.28066	4.51572				VLG	VAN	11	11040
2798813	Elsendamme	elsendamme	BE		0	Europe/Brussels	50.94957	2.72181				VLG	VWV	33	33041
2798819	Elsemheide	elsemheide	BE		0	Europe/Brussels	50.74044	4.32098				VLG	VBR	23	23003
2798822	Els Brug	els-brug	BE		0	Europe/Brussels	50.99432	3.91828				VLG	VOV	42	42026
2798829	Elmotte	elmotte	BE		0	Europe/Brussels	50.65	3.53333				WAL	WHT	57	57081
2798835	Ellicht	ellicht	BE		0	Europe/Brussels	50.82986	5.58688		Elcht,Ellicht,Elligt		VLG	VLI	73	73066
2798838	Elleve	elleve	BE		0	Europe/Brussels	50.91934	3.72816				VLG	VOV	44	44020
2798841	Elle	elle	BE		0	Europe/Brussels	51.02346	3.05987		Cortemarck-Elle,Elle		VLG	VWV	32	32011
2798846	El Hena	el-hena	BE		0	Europe/Brussels	50.58333	5.11667				WAL	WLG	61	61010
2798849	Elerweert	elerweert	BE		0	Europe/Brussels	51.06667	5.8		Eeler Weerd,Eler Weerd,Elerweert		VLG	VLI		
2798855	Elegem	elegem	BE		0	Europe/Brussels	50.85392	4.26674				VLG	VBR	23	23016
2798856	Elderberg	elderberg	BE		0	Europe/Brussels	50.94992	4.13264				VLG	VOV	41	41002
2798858	Elbeek	elbeek	BE		0	Europe/Brussels	50.73184	4.21952				VLG	VBR	23	23027
2798860	Eksterlaar	eksterlaar	BE		0	Europe/Brussels	51.2	4.46667				VLG	VAN	11	11002
2798861	Eksterken	eksterken	BE		0	Europe/Brussels	50.95619	4.10762		Eksterken,Exterken		VLG	VOV	41	41002
2798863	Ekstergoor	ekstergoor	BE		0	Europe/Brussels	51.33333	4.78333				VLG	VAN	13	13037
2798865	Ekspoel	ekspoel	BE		0	Europe/Brussels	51.01667	4.41667		Ekspoel,Expoel		VLG	VAN	12	12025
2798870	Ekkelberg	ekkelberg	BE		0	Europe/Brussels	50.71667	4.05				VLG	VBR	23	23032
2798871	Ekestraat	ekestraat	BE		0	Europe/Brussels	50.83333	3.88333		Eekestraet,Ekestraat		VLG	VOV	41	41027
2798875	Ekent	ekent	BE		0	Europe/Brussels	50.89753	3.99061		Eekent,Ekent		VLG	VOV	41	41024
2798876	Ekenmolen	ekenmolen	BE		0	Europe/Brussels	50.81667	3.8		Eekenmolen,Eikenmolen,Ekenmolen		VLG	VOV	41	41081
2798877	Ekelenhoek	ekelenhoek	BE		0	Europe/Brussels	51.05777	4.48765		Eekelenhoek,Ekelenhoek		VLG	VAN	12	12035
2798878	Ekelendries	ekelendries	BE		0	Europe/Brussels	50.8	4.06667		Eekeendries,Eikelendries,Ekelendries		VLG	VBR	23	23024
2798881	Ekelbeek	ekelbeek	BE		0	Europe/Brussels	51.08488	4.10131		Ekelbeek,Ekelbeke		VLG	VOV	42	42008
2798884	Eizeringen	eizeringen	BE		0	Europe/Brussels	50.83326	4.13695		Eizeringen,Eyseringhen		VLG	VBR	23	23104
2798886	Eisingen	eisingen	BE		0	Europe/Brussels	50.74873	4.26227		Eisingen,Eysinghen		VLG	VBR	23	23027
2798889	Eirtbrugge	eirtbrugge	BE		0	Europe/Brussels	50.88333	3.45				VLG	VWV	34	34040
2798890	Einhoven	einhoven	BE		0	Europe/Brussels	51.25359	4.72738		Einhoven,Eynhoven		VLG	VAN	11	11055
2798893	Eindsdijk	eindsdijk	BE		0	Europe/Brussels	51.03751	2.93019		Eindsdijk,Eindsdyks		VLG	VWV	32	32003
2798894	Eindmeer	eindmeer	BE		0	Europe/Brussels	51.46667	4.73333		Eindmeer,Eintmeir		VLG	VAN	13	13014
2798896	Eindhoutham	eindhoutham	BE		0	Europe/Brussels	51.1	4.98333		Eindhoutham,Eynthoutham		VLG	VAN	13	13008
2798900	Eindeken	eindeken	BE		0	Europe/Brussels	51.14366	3.99126				VLG	VOV	46	46014
2798901	Eindeken	eindeken	BE		0	Europe/Brussels	51.05	4.78333				VLG	VAN	12	12014
2798902	Einde	einde	BE		0	Europe/Brussels	51.22174	5.32452				VLG	VLI	72	72020
2798903	Einde	einde	BE		0	Europe/Brussels	50.91862	4.98582				VLG	VBR	24	24054
2798904	Eimerscheid	eimerscheid	BE		0	Europe/Brussels	50.32306	6.28556		Eimerscheid		WAL	WLG	63	63012
2798905	Eiliboshoek	eiliboshoek	BE		0	Europe/Brussels	51.1	4.46667		Eiliboschhoek,Eiliboshoek		VLG	VAN	11	11024
2798907	Eiland	eiland	BE		0	Europe/Brussels	50.92219	3.86018				VLG	VOV	41	41063
2798908	Eiland	eiland	BE		0	Europe/Brussels	50.89293	4.01733				VLG	VOV	41	41024
2798909	Eiksken	eiksken	BE		0	Europe/Brussels	51.12999	3.64643		Eeksken,Eiksken		VLG	VOV	44	44019
2798910	Eikot	eikot	BE		0	Europe/Brussels	50.82882	5.24614				VLG	VLI	71	71053
2798912	Eikhoek	eikhoek	BE		0	Europe/Brussels	50.95371	2.65086		Eikhoek,Eykhoek		VLG	VWV	38	38002
2798913	Eikhoek	eikhoek	BE		0	Europe/Brussels	50.91256	2.73871				VLG	VWV	33	33041
2798914	Eikhoek	eikhoek	BE		0	Europe/Brussels	50.86667	2.7				VLG	VWV	33	33021
2798915	Eikevliet	eikevliet	BE		0	Europe/Brussels	51.0936	4.3046		Eikevliet		VLG	VAN	12	12007
2798918	Eikenen	eikenen	BE		0	Europe/Brussels	51	5.35		Eikenen,Eykenen		VLG	VLI	71	71066
2798922	Eikenberg	eikenberg	BE		0	Europe/Brussels	50.82365	3.63868		Eikenberg		VLG	VOV	45	45064
2798923	Eiken	eiken	BE		0	Europe/Brussels	51.1	4.25				VLG	VAN	12	12007
2798924	Eikelenberg	eikelenberg	BE		0	Europe/Brussels	50.85	4.28333				VLG	VBR	23	23016
2798926	Eikelbos	eikelbos	BE		0	Europe/Brussels	51.16876	5.42605		Eikelbos,Eikelbosch		VLG	VLI	72	72038
2798929	Eikant	eikant	BE		0	Europe/Brussels	51.08333	3.88333				VLG	VOV	44	44034
2798930	Eik	eik	BE		0	Europe/Brussels	50.90022	5.51359		Eick,Eik,Eyck		VLG	VLI	73	73006
2798931	Eigenstraat	eigenstraat	BE		0	Europe/Brussels	50.88024	4.02131				VLG	VOV	41	41024
2798932	Eigenlo	eigenlo	BE		0	Europe/Brussels	51.15259	4.19396				VLG	VOV	46	46025
2798933	Eigendommen	eigendommen	BE		0	Europe/Brussels	50.85	4.13333		Eigendom,Eigendommen		VLG	VBR	23	23097
2798936	Eigen	eigen	BE		0	Europe/Brussels	51.31667	5		Eige,Eigen		VLG	VAN	13	13031
2798937	Eigen	eigen	BE		0	Europe/Brussels	50.84496	5.27348		Eigen,Eygen		VLG	VLI	73	73098
2798939	Eienbroek	eienbroek	BE		0	Europe/Brussels	51.28199	3.29105		Eienbroek,Eijenbroek,Evenbroek,Eyenbroek		VLG	VWV	31	31006
2798942	Eichem	eichem	BE		0	Europe/Brussels	50.8268	3.99014		Eichem,Eychem		VLG	VOV	41	41048
2798943	Eibei	eibei	BE		0	Europe/Brussels	51.23333	3.38333				VLG	VWV	31	31006
2798946	Egypten	egypten	BE		0	Europe/Brussels	51.18762	3.32227				VLG	VWV	31	31003
2798947	Egypten	egypten	BE		0	Europe/Brussels	50.84096	3.62023				VLG	VOV	45	45035
2798948	Egoven	egoven	BE		0	Europe/Brussels	50.75	5.25567				VLG	VLI	73	73022
2798953	Eggetingen	eggetingen	BE		0	Europe/Brussels	50.82404	5.41718				VLG	VLI	73	73040
2798954	Eggerseel	eggerseel	BE		0	Europe/Brussels	51.16667	4.53333		Egerseel,Eggerseel		VLG	VAN	11	11004
2798955	Eggersberg	eggersberg	BE		0	Europe/Brussels	50.9723	4.96891				VLG	VBR	24	24134
2798956	Egenhoven	egenhoven	BE		0	Europe/Brussels	50.86286	4.65937		Eegenhoven,Egenhoven		VLG	VBR	24	24062
2798957	Egenen	egenen	BE		0	Europe/Brussels	51.01203	4.03016				VLG	VOV	42	42006
2798958	Egemkapel	egemkapel	BE		0	Europe/Brussels	51.01167	3.24019		Eegem-Kapelle,Eeghem-Kapelle,Egemkapel,Kapelle		VLG	VWV	37	37011
2798961	Egelplas	egelplas	BE		0	Europe/Brussels	50.90437	5.24394		Egelplas,Segelplas		VLG	VLI	71	71022
2798962	Eeuwhoek	eeuwhoek	BE		0	Europe/Brussels	50.8	3.55				VLG	VOV	45	45060
2798964	Eetvelde	eetvelde	BE		0	Europe/Brussels	50.75	3.96667				VLG	VBR	23	23023
2798965	Eetsvelde	eetsvelde	BE		0	Europe/Brussels	50.90596	3.94269				VLG	VOV	41	41082
2798967	Eethoek	eethoek	BE		0	Europe/Brussels	51.06409	3.89701				VLG	VOV	42	42010
2798968	Eesvelde	eesvelde	BE		0	Europe/Brussels	51.02838	3.88086				VLG	VOV	42	42025
2798969	Eesstraat	eesstraat	BE		0	Europe/Brussels	50.85	3.71667		Eesstraat,Heesstraat		VLG	VOV	45	45065
2798970	Eerstestraat	eerstestraat	BE		0	Europe/Brussels	51.23333	3.56667				VLG	VOV	43	43014
2798972	Eerselingen	eerselingen	BE		0	Europe/Brussels	51.2052	4.91616				VLG	VAN	13	13017
2798975	Eerdegem	eerdegem	BE		0	Europe/Brussels	50.96791	4.12177				VLG	VOV	41	41002
2798976	Eentveld	eentveld	BE		0	Europe/Brussels	51.14762	3.4212				VLG	VOV	44	44084
2798977	Eenhoorn	eenhoorn	BE		0	Europe/Brussels	51.21802	4.54543				VLG	VAN	11	11052
2798978	Eenhoorn	eenhoorn	BE		0	Europe/Brussels	50.9	4.18333				VLG	VBR	23	23002
2798979	Eenbeek Einde	eenbeek-einde	BE		0	Europe/Brussels	51.05424	3.76796		Eenbeek Einde,Eenbeeke-Einde		VLG	VOV	44	44013
2798980	Eelvelde	eelvelde	BE		0	Europe/Brussels	51.19803	3.45331				VLG	VOV	43	43010
2798981	Eel	eel	BE		0	Europe/Brussels	51.39171	5.01527		Den Eel,Eel		VLG	VAN	13	13035
2798982	Eekt	eekt	BE		0	Europe/Brussels	50.94664	4.74615				VLG	VBR	24	24094
2798983	Eekstraat	eekstraat	BE		0	Europe/Brussels	51.1	3.88333				VLG	VOV	44	44034
2798984	Eeksken	eeksken	BE		0	Europe/Brussels	50.98291	4.17034				VLG	VBR	23	23060
2798990	Eekhoutdries	eekhoutdries	BE		0	Europe/Brussels	51.13333	4.18333				VLG	VOV	46	46025
2798991	Eekhoutdries	eekhoutdries	BE		0	Europe/Brussels	50.81667	3.85				VLG	VOV	45	45063
2798992	Eekhout	eekhout	BE		0	Europe/Brussels	50.97714	4.0387				VLG	VOV	41	41002
2798993	Eekhout	eekhout	BE		0	Europe/Brussels	50.85355	3.80444		Eeckhout,Eekhout		VLG	VOV	41	41081
2798994	Eekhout	eekhout	BE		0	Europe/Brussels	50.72688	4.10674		Eeckhout,Eeckout,Eekhout		VLG	VBR	23	23064
2798995	Eekhout	eekhout	BE		0	Europe/Brussels	50.71667	3.93333		Eeckhaute,Eekhout		WAL	WHT		
2798996	Eekhoek	eekhoek	BE		0	Europe/Brussels	51.03163	3.83508		Eeckhoek,Eekhoek		VLG	VOV	42	42010
2798998	Eedtwijk	eedtwijk	BE		0	Europe/Brussels	50.93287	3.73295		Eedtwijk,Eedtwyk		VLG	VOV	44	44020
2799000	Ediksveld	ediksveld	BE		0	Europe/Brussels	50.92046	3.98883		Ediksveld,Edixvelde		VLG	VOV	41	41002
2799001	Edewalle	edewalle	BE		0	Europe/Brussels	51.05328	3.01503				VLG	VWV	32	32011
2799002	Edemolen	edemolen	BE		0	Europe/Brussels	50.95	3.58333		Edemolen,Eedemolen		VLG	VOV	44	44048
2799005	Edegemveld	edegemveld	BE		0	Europe/Brussels	50.93333	3.93333				VLG	VOV	41	41082
2799009	Ede	ede	BE		0	Europe/Brussels	51.24781	3.44325		Ede,Eede		VLG	VOV		
2799010	Ede	ede	BE		0	Europe/Brussels	51.01032	3.83875		Ede,Eede,Ten Eede		VLG	VOV	42	42025
2799011	Ede	ede	BE		0	Europe/Brussels	50.91175	3.98726		Ede,Eede		VLG	VOV	41	41024
2799016	Eclaye	eclaye	BE		0	Europe/Brussels	50.1039	5.01122				WAL	WNA	91	91013
2799018	Echerennes	echerennes	BE		0	Europe/Brussels	50.2	4.55				WAL	WNA	93	93056
2799019	Echelpoel	echelpoel	BE		0	Europe/Brussels	51.16153	4.73223				VLG	VAN	13	13010
2799026	Écacheries	ecacheries	BE		0	Europe/Brussels	50.53056	3.73552				WAL	WHT	51	51008
2799029	Eibertingen	eibertingen	BE		0	Europe/Brussels	50.36028	6.15639		Ebertange,Eibertingen		WAL	WLG	63	63001
2799032	Eben	eben	BE		0	Europe/Brussels	50.78543	5.66156				VLG	VLI		
2799033	Eau Rouge	eau-rouge	BE		0	Europe/Brussels	50.4427	5.96755				WAL	WLG	63	63073
2799037	Duwelz	duwelz	BE		0	Europe/Brussels	50.68333	3.61667		Duwelz,Welz		WAL	WHT	51	51065
2799038	Dutsel	dutsel	BE		0	Europe/Brussels	50.92391	4.79057		Dutsel,Dutzel		VLG	VBR	24	24043
2799042	Durmen	durmen	BE		0	Europe/Brussels	51.09089	3.57746				VLG	VOV	44	44083
2799043	Durmen	durmen	BE		0	Europe/Brussels	51.08596	4.05622		Durmem,Durmen		VLG	VOV	42	42028
2799045	Dürler	duerler	BE		0	Europe/Brussels	50.19	6.06966				WAL	WLG	63	63087
2799046	Duret	duret	BE		0	Europe/Brussels	50.55	6.1				WAL	WLG	63	63004
2799053	Hameau du Quesnes	hameau-du-quesnes	BE		0	Europe/Brussels	50.6802	3.70239		Duquenne,Duquesne		WAL	WHT	51	51065
2799054	Du Pré	du-pre	BE		0	Europe/Brussels	50.71667	3.7				WAL	WHT	51	51017
2799055	Dungel	dungel	BE		0	Europe/Brussels	50.81548	5.11139				VLG	VBR	24	24130
2799057	Dumberg	dumberg	BE		0	Europe/Brussels	50.93333	4.78333				VLG	VBR	24	24043
2799058	Dumberg	dumberg	BE		0	Europe/Brussels	50.76767	4.46074				VLG	VBR	23	23033
2799060	Dujacquier	dujacquier	BE		0	Europe/Brussels	50.65082	4.20455				WAL	WBR	25	25044
2799061	Duivestraat	duivestraat	BE		0	Europe/Brussels	51.01667	3.65				VLG	VOV	44	44064
2799065	Duivelshoek	duivelshoek	BE		0	Europe/Brussels	51.23333	4.43333				VLG	VAN	11	11002
2799066	Duivelshoek	duivelshoek	BE		0	Europe/Brussels	51.16667	4.38333				VLG	VAN	11	11002
2799067	Duivelshoek	duivelshoek	BE		0	Europe/Brussels	51.04648	4.5651				VLG	VAN	12	12035
2799068	Duivelsbos	duivelsbos	BE		0	Europe/Brussels	50.86667	4.58333		Duivelsbos,Duivelsbosch		VLG	VBR	24	24055
2799069	Duivelsberg	duivelsberg	BE		0	Europe/Brussels	51.18333	4.73333				VLG	VAN	13	13010
2799074	Duitsenbroek	duitsenbroek	BE		0	Europe/Brussels	50.77139	3.85449				VLG	VOV	41	41018
2799075	Duitschool	duitschool	BE		0	Europe/Brussels	51.1264	4.91414		Duijtschool,Duitschool,Duytschool		VLG	VAN	13	13049
2799080	Duisbeke	duisbeke	BE		0	Europe/Brussels	50.86174	3.6785				VLG	VOV	45	45035
2799082	Duinhoek	duinhoek	BE		0	Europe/Brussels	51.08326	2.60168		Duinhoek,Duynhoek		VLG	VWV	38	38008
2799084	Duine	duine	BE		0	Europe/Brussels	51.01667	3.45		Den Duine,Duine		VLG	VOV	44	44083
2799085	Duinbergen	duinbergen	BE		0	Europe/Brussels	51.34278	3.26242		Duinbergen		VLG	VWV	31	31043
2799086	Duinberg	duinberg	BE		0	Europe/Brussels	51.258	5.0705				VLG	VAN	13	13036
2799087	Duikeldam	duikeldam	BE		0	Europe/Brussels	51.23194	4.1657				VLG	VOV	46	46003
2799089	Duffelsenhoek	duffelsenhoek	BE		0	Europe/Brussels	51.11926	4.48458				VLG	VAN	11	11025
2799094	Duddegem	duddegem	BE		0	Europe/Brussels	51.03333	3.66667				VLG	VOV	44	44021
2799095	Ducquegnies	ducquegnies	BE		0	Europe/Brussels	50.72623	3.51256				WAL	WHT	57	57095
2799096	Dubbelhof	dubbelhof	BE		0	Europe/Brussels	51.1	4.35				VLG	VAN	11	11005
2799097	Dubbeek	dubbeek	BE		0	Europe/Brussels	50.97171	4.84022				VLG	VBR	24	24001
2799098	Druquet	druquet	BE		0	Europe/Brussels	50.6214	3.45027				WAL	WHT	57	57081
2799099	Druimeren	druimeren	BE		0	Europe/Brussels	50.74371	4.06863		Druimeeren,Druimeren,Druimieren		VLG	VBR	23	23032
2799101	Drubant	drubant	BE		0	Europe/Brussels	50.74501	3.73664		Drubans,Drubant		WAL	WHT	51	51019
2799102	Drossart	drossart	BE		0	Europe/Brussels	50.55	6.05				WAL	WLG	63	63004
2799104	Dronkaard	dronkaard	BE		0	Europe/Brussels	50.77052	3.16924		Dronckaert,Dronkaard		VLG	VWV	34	34027
2799105	Dronkaard	dronkaard	BE		0	Europe/Brussels	50.73333	3.98333		Dronkaard,Dronkaart		VLG	VBR	23	23023
2799110	Drolenval	drolenval	BE		0	Europe/Brussels	50.57138	5.78912		Drolenval		WAL	WLG	63	63058
2799111	Drogentap	drogentap	BE		0	Europe/Brussels	50.8	4.05		Drogentap,Drogentop,Droogentap		VLG	VOV	41	41048
2799112	Drogenhof	drogenhof	BE		0	Europe/Brussels	50.86267	4.82466				VLG	VBR	24	24066
2799113	Drogenbroodhoek	drogenbroodhoek	BE		0	Europe/Brussels	50.88269	3.0374		Drogenbroodhoek,Droogenbroodhoek		VLG	VWV	36	36012
2799116	Drogenboom	drogenboom	BE		0	Europe/Brussels	50.88333	3.43333		Drogenboom,Droogenboom		VLG	VWV	34	34040
2799118	Droeshout	droeshout	BE		0	Europe/Brussels	50.95475	4.17047				VLG	VBR	23	23060
2799119	Drinkeling	drinkeling	BE		0	Europe/Brussels	50.92588	4.26083				VLG	VBR	23	23052
2799121	Drijhoeven	drijhoeven	BE		0	Europe/Brussels	51.00336	5.50146		Drie-Hoeven,Drijhoeven		VLG	VLI	71	71016
2799122	Drijhoek	drijhoek	BE		0	Europe/Brussels	51.25368	5.00275		Drijhoek,Dryhoek		VLG	VAN	13	13017
2799123	Drijhoek	drijhoek	BE		0	Europe/Brussels	50.9	4.13333		Driehoek,Drijhoek		VLG	VBR	23	23105
2799124	Driewege	driewege	BE		0	Europe/Brussels	51.33333	3.3		Driewege,Driewegen		VLG	VWV	31	31043
2799125	Drieweg	drieweg	BE		0	Europe/Brussels	51.00269	3.0724		Drieweg,Drywegen		VLG	VWV	36	36006
2799128	Driestenbroek	driestenbroek	BE		0	Europe/Brussels	50.79424	3.76605		Dries Ten Broeke,Driestenbroek		VLG	VOV	45	45059
2799129	Dries te Makegem	dries-te-makegem	BE		0	Europe/Brussels	50.86667	3.71667				VLG	VOV	45	45065
2799130	Dries te Latem	dries-te-latem	BE		0	Europe/Brussels	50.88235	3.70681		Dries te Latem,Dries-te-Laethem		VLG	VOV	45	45065
2799131	Driestegehucht	driestegehucht	BE		0	Europe/Brussels	50.81667	3.8		Dries Te Gehuchte,Driestegehucht		VLG	VOV	41	41081
2799132	Driesstraat	driesstraat	BE		0	Europe/Brussels	50.92212	4.93065				VLG	VBR	24	24008
2799135	Driesele	driesele	BE		0	Europe/Brussels	50.86667	3.36667				VLG	VWV	34	34040
2799136	Drie Schouwen	drie-schouwen	BE		0	Europe/Brussels	51.22115	4.06574		Drie Schouwen,Drie-Schauwen		VLG	VOV	46	46024
2799137	Driesch	driesch	BE		702	Europe/Brussels	50.67574	6.11075				WAL	WLG	63	63061
2799138	Dries	dries	BE		0	Europe/Brussels	51.15	4.55				VLG	VAN	12	12021
2799139	Dries	dries	BE		0	Europe/Brussels	51.12078	3.4441				VLG	VOV	44	44084
2799140	Dries	dries	BE		0	Europe/Brussels	51.08333	4.53333				VLG	VAN	12	12035
2799141	Dries	dries	BE		0	Europe/Brussels	51.06149	4.65451		Den Dries,Dries		VLG	VAN	12	12029
2799142	Dries	dries	BE		0	Europe/Brussels	51.06667	4.03333		Dries,Driesch		VLG	VOV	42	42028
2799143	Dries	dries	BE		0	Europe/Brussels	51.0026	4.43251				VLG	VAN	12	12025
2799144	Dries	dries	BE		0	Europe/Brussels	51.00371	4.10278				VLG	VOV	42	42011
2799145	Dries	dries	BE		0	Europe/Brussels	50.98055	4.05392		Dries,Driesch		VLG	VOV	41	41002
2799146	Dries	dries	BE		0	Europe/Brussels	50.98142	3.79135				VLG	VOV	44	44040
2799147	Dries	dries	BE		0	Europe/Brussels	50.98333	3.46667		Dries,Driesch		VLG	VOV	44	44083
2799148	Dries	dries	BE		0	Europe/Brussels	50.96667	4.51667				VLG	VBR	23	23096
2799149	Dries	dries	BE		0	Europe/Brussels	50.96667	3.83333				VLG	VOV	44	44052
2799150	Dries	dries	BE		0	Europe/Brussels	50.96667	3.53333		Dries,Driesch		VLG	VOV	44	44083
2799153	Dries	dries	BE		0	Europe/Brussels	50.95859	3.75707				VLG	VOV	44	44043
2799154	Dries	dries	BE		0	Europe/Brussels	50.93333	3.7				VLG	VOV	44	44020
2799155	Dries	dries	BE		0	Europe/Brussels	50.91231	4.84165				VLG	VBR	24	24043
2799156	Dries	dries	BE		0	Europe/Brussels	50.91858	4.78727				VLG	VBR	24	24043
2799157	Dries	dries	BE		0	Europe/Brussels	50.91466	4.01907		Dries,Driesch		VLG	VOV	41	41002
2799158	Dries	dries	BE		0	Europe/Brussels	50.91406	3.93972				VLG	VOV	41	41082
2799159	Dries	dries	BE		0	Europe/Brussels	50.9	4.01667		Dries,Driesch		VLG	VOV	41	41024
2799160	Dries	dries	BE		0	Europe/Brussels	50.9	3.91667		Dries,Driesch		VLG	VOV	41	41027
2799161	Dries	dries	BE		0	Europe/Brussels	50.88333	3.95		Dries,Driesch		VLG	VOV	41	41024
2799162	Dries	dries	BE		0	Europe/Brussels	50.89189	3.94956		Dries,Driesch		VLG	VOV	41	41082
2799163	Dries	dries	BE		0	Europe/Brussels	50.88944	3.84674				VLG	VOV	41	41027
2799164	Dries	dries	BE		0	Europe/Brussels	50.87423	5.45574				WAL	WLG		
2799165	Dries	dries	BE		0	Europe/Brussels	50.85924	5.19954				VLG	VLI	71	71045
2799166	Dries	dries	BE		0	Europe/Brussels	50.86718	5.00841		Dries,Driessen		VLG	VBR	24	24054
2799167	Dries	dries	BE		0	Europe/Brussels	50.86667	3.98333				VLG	VOV	41	41024
2799168	Dries	dries	BE		0	Europe/Brussels	50.86667	3.95		Dries,Driesch		VLG	VOV	41	41024
2799169	Dries	dries	BE		0	Europe/Brussels	50.81667	3.61667				VLG	VOV	45	45064
2799170	Dries	dries	BE		0	Europe/Brussels	50.82855	3.54505				VLG	VOV	45	45061
2799171	Dries	dries	BE		0	Europe/Brussels	50.78333	3.83333				VLG	VOV	45	45063
2799172	Dries	dries	BE		0	Europe/Brussels	50.77987	3.43422				VLG	VWV	34	34003
2799173	Dries	dries	BE		0	Europe/Brussels	50.75693	3.36389				VLG	VWV	34	34042
2799175	Drie Pikkels	drie-pikkels	BE		0	Europe/Brussels	51.1656	3.3571		Drie Pikkels,Dry Pikkels		VLG	VWV	31	31003
2799176	Drie Masten	drie-masten	BE		0	Europe/Brussels	50.85453	3.18897		Drie Masten,Dry-Masten		VLG	VWV	34	34041
2799177	Drielinden	drielinden	BE		0	Europe/Brussels	51.2	4.16667				VLG	VOV	46	46021
2799178	Drie Linden	drie-linden	BE		0	Europe/Brussels	50.94295	4.72834				VLG	VBR	24	24094
2799179	Drie Linden	drie-linden	BE		0	Europe/Brussels	50.78769	3.34703				VLG	VWV	34	34042
2799180	Drie Koningen	drie-koningen	BE		0	Europe/Brussels	51.2	4.46667				VLG	VAN	11	11002
2799181	Driekoningen	driekoningen	BE		0	Europe/Brussels	51.18333	4.13333		Driekoningen,Drykoningen		VLG	VOV	46	46021
2799182	Drie Koningen	drie-koningen	BE		0	Europe/Brussels	51.12746	3.28645		Drie Koningen,Trois Rois		VLG	VWV	31	31003
2799183	Drie Koningen	drie-koningen	BE		0	Europe/Brussels	50.96667	3.38333				VLG	VWV	37	37002
2799184	Drie Koningen	drie-koningen	BE		0	Europe/Brussels	50.83333	2.88333				VLG	VWV	33	33011
2799185	Drie Koningen	drie-koningen	BE		0	Europe/Brussels	50.73333	2.81667				VLG	VWV	33	33039
2799186	Drie Huizen	drie-huizen	BE		0	Europe/Brussels	51.03333	4.25		Dreihuizen,Drie Huizen		VLG	VBR	23	23045
2799187	Driehoven	driehoven	BE		0	Europe/Brussels	50.73333	3.35				VLG	VWV	34	34043
2799189	Driehoek	driehoek	BE		0	Europe/Brussels	51.35	4.38333		Driehoek,Dryhoek		VLG	VAN	11	11044
2799190	Driehoek	driehoek	BE		0	Europe/Brussels	51.31667	4.28333		Driehoek,Driehook		VLG	VAN	11	11002
2799191	Driehoek	driehoek	BE		0	Europe/Brussels	51.24686	4.62029		Driehoek,Drijhoek		VLG	VAN	11	11055
2799192	Driehoek	driehoek	BE		0	Europe/Brussels	51.21667	4.71667				VLG	VAN	11	11054
2799193	Driehoek	driehoek	BE		0	Europe/Brussels	51.16667	3.98333				VLG	VOV	44	44045
2799194	Driehoek	driehoek	BE		0	Europe/Brussels	51.13333	4.46667				VLG	VAN	11	11024
2799195	Driehoek	driehoek	BE		0	Europe/Brussels	50.88333	3.98333		Driehoek,Dryhoek		VLG	VOV	41	41024
2799196	Driehoek	driehoek	BE		0	Europe/Brussels	50.81667	3.83333		Driehoek,Drijhoek		VLG	VOV	45	45063
2799197	Drie Grachten	drie-grachten	BE		0	Europe/Brussels	50.95946	2.82183				VLG	VWV	32	32030
2799198	Driegoten	driegoten	BE		0	Europe/Brussels	51.09495	4.15669		Dreigoten,Driegoten,Drygoten		VLG	VOV	42	42008
2799199	Driegaaien	driegaaien	BE		0	Europe/Brussels	51.14984	4.1314		Driegaaien,Driegaen		VLG	VOV	46	46021
2799200	Drie Fonteinen	drie-fonteinen	BE		0	Europe/Brussels	50.91992	4.41015		Drie Fonteinen,Trois-Fontaines		VLG	VBR	23	23088
2799201	Drie Eiken	drie-eiken	BE		0	Europe/Brussels	51.15	4.41667		Drie Eiken,Drij Eiken		VLG	VAN	11	11013
2799202	Drie Egypten	drie-egypten	BE		0	Europe/Brussels	50.80637	4.07584				VLG	VBR	23	23024
2799203	Driedijk	driedijk	BE		0	Europe/Brussels	51.27487	4.19339				VLG	VOV	46	46003
2799206	Dreye	dreye	BE		0	Europe/Brussels	50.60269	5.20271				WAL	WLG	61	61068
2799207	Dreyborn	dreyborn	BE		0	Europe/Brussels	50.56667	6.01667				WAL	WLG	63	63004
2799209	Drengel	drengel	BE		0	Europe/Brussels	51.25525	4.71657				VLG	VAN	11	11055
2799210	Dreihütten	dreihuetten	BE		0	Europe/Brussels	50.2512	6.16688				WAL	WLG	63	63067
2799214	Dreef	dreef	BE		0	Europe/Brussels	51.50014	4.777		De Dreef,Dreef		VLG	VAN	13	13014
2799215	Drappendries	drappendries	BE		0	Europe/Brussels	50.8	3.63333		Drappendries,Drappendriesch		VLG	VOV	45	45064
2799218	Draaibrug	draaibrug	BE		0	Europe/Brussels	51.04807	2.67181				VLG	VWV	38	38025
2799220	Draaibank	draaibank	BE		0	Europe/Brussels	50.93977	2.88418		Draaibank,Draeibank,Draeybank		VLG	VWV	32	32006
2799222	Douvrain	douvrain	BE		0	Europe/Brussels	50.46991	3.84204				WAL	WHT	53	53070
2799229	D'Oude Hulst	d-oude-hulst	BE		0	Europe/Brussels	50.86667	3.66667		D'Oude Hulst,Oude Hulst		VLG	VOV	45	45035
2799234	Dorsel	dorsel	BE		0	Europe/Brussels	51.16667	4.68333				VLG	VAN	12	12026
2799242	Dorpheide	dorpheide	BE		0	Europe/Brussels	50.92803	5.43763				VLG	VLI	71	71011
2799245	Dorperheide	dorperheide	BE		0	Europe/Brussels	51.21667	5.28333				VLG	VLI	72	72020
2799248	Dorperbroek	dorperbroek	BE		0	Europe/Brussels	51.03333	5.6				VLG	VLI	72	72042
2799251	Dorp	dorp	BE		0	Europe/Brussels	51.39373	4.47408				VLG	VAN	11	11022
2799252	Dornerheide	dornerheide	BE		0	Europe/Brussels	51.03583	5.64948				VLG	VLI	72	72021
2799253	Dorne	dorne	BE		0	Europe/Brussels	51.04407	5.62586		Dorne		VLG	VLI	72	72021
2799260	Dorent	dorent	BE		0	Europe/Brussels	50.90975	3.92324		Doorent,Dorent		VLG	VOV	41	41082
2799261	Dorent	dorent	BE		0	Europe/Brussels	50.87769	3.67157		Doorent,Dorent		VLG	VOV	45	45035
2799263	Dorenberg	dorenberg	BE		0	Europe/Brussels	50.99056	4.8566		Doorenberg,Dorenberg		VLG	VBR	24	24001
2799264	Doren	doren	BE		0	Europe/Brussels	51.17544	4.28952		Dooren,Doren		VLG	VOV	46	46013
2799265	Doren	doren	BE		0	Europe/Brussels	50.95284	4.25077		Dooren,Doren		VLG	VBR	23	23052
2799266	Doren	doren	BE		0	Europe/Brussels	50.91686	4.66591				VLG	VBR	24	24038
2799267	Doregem	doregem	BE		0	Europe/Brussels	51.08614	4.25293		Dooregem,Doregem		VLG	VAN	12	12007
2799268	Doortstraat	doortstraat	BE		0	Europe/Brussels	50.98333	4.2				VLG	VBR	23	23052
2799269	Doorslaar	doorslaar	BE		0	Europe/Brussels	51.1216	3.9245		Doorselaar,Doorselar		VLG	VOV	46	46014
2799270	Doornzele	doornzele	BE		0	Europe/Brussels	51.14292	3.77198		Doornzele		VLG	VOV	44	44019
2799271	Doorntje	doorntje	BE		0	Europe/Brussels	51.25	3.65				VLG	VOV	43	43002
2799272	Doorntje	doorntje	BE		0	Europe/Brussels	51.21667	4.16667				VLG	VOV	46	46003
2799275	Doornlaar	doornlaar	BE		0	Europe/Brussels	51.01861	4.62182				VLG	VAN	12	12005
2799276	Doornhoek	doornhoek	BE		0	Europe/Brussels	51.16525	2.97852				VLG	VWV	35	35005
2799277	Doornhoek	doornhoek	BE		0	Europe/Brussels	50.88333	3.25				VLG	VWV	34	34025
2799278	Doornboom	doornboom	BE		0	Europe/Brussels	51.13738	4.98882				VLG	VAN	13	13008
2799279	Doorn	doorn	BE		0	Europe/Brussels	51.21133	4.13736				VLG	VOV	46	46020
2799280	Doorn	doorn	BE		0	Europe/Brussels	51.20178	3.64537				VLG	VOV	43	43007
2799281	Doorn	doorn	BE		0	Europe/Brussels	51.16524	3.32263				VLG	VWV	31	31003
2799282	Doorn	doorn	BE		0	Europe/Brussels	51.1505	4.27765				VLG	VOV	46	46013
2799283	Doorn	doorn	BE		0	Europe/Brussels	50.85	3.55				VLG	VOV	45	45061
2799284	Doorn	doorn	BE		0	Europe/Brussels	50.78208	3.6802				VLG	VOV	45	45064
2799286	Doomkerke	doomkerke	BE		0	Europe/Brussels	51.07202	3.35525				VLG	VWV	37	37012
2799289	Doodhoek	doodhoek	BE		0	Europe/Brussels	51.24254	3.6846				VLG	VOV	43	43002
2799290	Doodbroek	doodbroek	BE		0	Europe/Brussels	51.00317	4.95958				VLG	VBR	24	24134
2799292	Donveau	donveau	BE		0	Europe/Brussels	50.28283	4.56479				WAL	WNA	93	93022
2799296	Donnerkaul	donnerkaul	BE		0	Europe/Brussels	50.68838	5.99743				WAL	WLG	63	63048
2799299	Donkerstraat	donkerstraat	BE		0	Europe/Brussels	50.7	4				WAL	WHT		
2799300	Donkerput	donkerput	BE		0	Europe/Brussels	51.1	4.05				VLG	VOV	42	42028
2799314	Donderslagse Heide	donderslagse-heide	BE		0	Europe/Brussels	51.05	5.43333		De Donderslagsche Heide,Donderslagse Heide		VLG	VLI	72	72039
2799316	Donderij	donderij	BE		0	Europe/Brussels	50.78512	3.62707				VLG	VOV	45	45064
2799319	Dommartin	dommartin	BE		0	Europe/Brussels	50.61642	5.36328				WAL	WLG	64	64065
2799320	Domherenhuis	domherenhuis	BE		0	Europe/Brussels	51.03333	5.33333		Domheeren Huis,Domherenhuis		VLG	VLI	71	71070
2799321	Doment	doment	BE		0	Europe/Brussels	50.92139	4.13333				VLG	VBR	23	23105
2799323	Dolmen	dolmen	BE		0	Europe/Brussels	50.33365	5.52305				WAL	WLX	83	83012
2799324	Dolhain	dolhain	BE		0	Europe/Brussels	50.6144	5.94944				WAL	WLG	63	63046
2799327	Dokken	dokken	BE		0	Europe/Brussels	50.9	4.13333				VLG	VBR	23	23105
2799330	Doiceau	doiceau	BE		0	Europe/Brussels	50.72776	4.66413				WAL	WBR	25	25037
2799334	Doffen	doffen	BE		0	Europe/Brussels	51.16515	4.88023				VLG	VAN	13	13029
2799337	Doelen	doelen	BE		0	Europe/Brussels	51.26667	4.7				VLG	VAN	11	11055
2799340	Dode Manhoek	dode-manhoek	BE		0	Europe/Brussels	51.00621	2.62045		Dode Manhoek,Doode Manhoek		VLG	VWV	38	38025
2799349	Dion-le-Val	dion-le-val	BE		567	Europe/Brussels	50.71646	4.66155		Dion-le-Val		WAL	WBR	25	25018
2799351	Dion-le-Mont	dion-le-mont	BE		3277	Europe/Brussels	50.69653	4.66657		Dion-le-Mont		WAL	WBR	25	25018
2799355	Dinez	dinez	BE		0	Europe/Brussels	50.17223	5.77572				WAL	WLX	82	82014
2799360	Dime	dime	BE		0	Europe/Brussels	50.65679	3.56412				WAL	WHT	51	51065
2799367	Diksmuidsepoort	diksmuidsepoort	BE		0	Europe/Brussels	50.85	2.88333				VLG	VWV	33	33011
2799371	Diksmeire	diksmeire	BE		0	Europe/Brussels	51.13333	3.71667				VLG	VOV	44	44019
2799376	Dikke Eik	dikke-eik	BE		0	Europe/Brussels	51	5.15				VLG	VLI	71	71037
2799384	Dijk	dijk	BE		0	Europe/Brussels	51.25	5.51667		Dijk,Dyk		VLG	VLI	72	72037
2799385	Dijk	dijk	BE		0	Europe/Brussels	51.05144	4.06285				VLG	VOV	42	42028
2799386	Dijk	dijk	BE		0	Europe/Brussels	50.9	4.51667				VLG	VBR	23	23081
2799387	Differt	differt	BE		0	Europe/Brussels	49.61625	5.8101				WAL	WLX	81	81015
2799391	Dieupart	dieupart	BE		0	Europe/Brussels	50.48333	5.68333		Dieupart,Dieuport		WAL	WLG	62	62009
2799392	Dieu le Garde	dieu-le-garde	BE		0	Europe/Brussels	50.65059	5.0534				WAL	WLG	64	64034
2799393	Dieu le Garde	dieu-le-garde	BE		0	Europe/Brussels	50.58333	5.3				WAL	WLG	61	61063
2799394	Dieu de Pitié	dieu-de-pitie	BE		0	Europe/Brussels	50.49385	4.54818				WAL	WHT	52	52021
2799399	Diérain Patard	dierain-patard	BE		0	Europe/Brussels	50.64179	5.47254		Dierain Patard,Dierain-Patar,Diérain Patard,Diérain-Patar		WAL	WLG	62	62118
2799400	Diepert	diepert	BE		0	Europe/Brussels	50.18333	6.16667		Diepert,Haus		WAL	WLG	63	63087
2799401	Dieperbroek	dieperbroek	BE		0	Europe/Brussels	50.96667	5.25				VLG	VLI	71	71022
2799403	Diepenpoel	diepenpoel	BE		0	Europe/Brussels	50.90966	5.15881				VLG	VBR	24	24028
2799406	Diepenbroek	diepenbroek	BE		0	Europe/Brussels	50.8	4.15		Diepenbroeck,Diepenbroek		VLG	VBR	23	23104
2799408	Diepenbeke	diepenbeke	BE		0	Europe/Brussels	50.86667	3.6				VLG	VOV	45	45035
2799418	Diedonken	diedonken	BE		0	Europe/Brussels	51.03707	4.55144		Diedoncken,Diedonken		VLG	VAN	12	12005
2799421	Diarbois	diarbois	BE		0	Europe/Brussels	50.4541	4.45426				WAL	WHT	52	52011
2799424	D'Hulst	d-hulst	BE		0	Europe/Brussels	51.11667	3.65				VLG	VOV	44	44019
2799425	D'Hogelinden	d-hogelinden	BE		0	Europe/Brussels	51.00947	4.18178		D'Hogelinden,D'Hoogelinden,Hooge-Linde		VLG	VOV	42	42004
2799426	De Zolken	de-zolken	BE		0	Europe/Brussels	51.01667	5.35				VLG	VLI	72	72039
2799427	De Zeepanne	de-zeepanne	BE		0	Europe/Brussels	51.10057	2.62409		De Zeepanne,Zeepanne		VLG	VWV	38	38014
2799429	De Zavelbemden	de-zavelbemden	BE		0	Europe/Brussels	51	4.93333				VLG	VBR	24	24134
2799430	De Wolfsheuvel	de-wolfsheuvel	BE		0	Europe/Brussels	51.40852	4.53794		De Wolfsheuvel,Wolfsheuvel		VLG	VAN	11	11053
2799431	De Wolfsgaten	de-wolfsgaten	BE		0	Europe/Brussels	50.93333	5.38333				VLG	VLI	71	71011
2799432	De Wolf	de-wolf	BE		0	Europe/Brussels	51.05173	4.29789				VLG	VAN	12	12041
2799435	De Wilde	de-wilde	BE		0	Europe/Brussels	51.25	3.73333				VLG	VOV	43	43002
2799438	De Waterval	de-waterval	BE		0	Europe/Brussels	51.15198	3.04561		De Waterval,De Watervalle,De Waterwal		VLG	VWV	35	35006
2799439	De Wateringen	de-wateringen	BE		0	Europe/Brussels	51.08333	5.71667		De Wateringen,Wateringen		VLG	VLI	72	72021
2799440	De Warre	de-warre	BE		0	Europe/Brussels	51.08333	5.68333		De Warre,Warre		VLG	VLI	72	72021
2799441	De Warande	de-warande	BE		0	Europe/Brussels	51.10756	5.18364				VLG	VLI	71	71069
2799442	De Wallen	de-wallen	BE		0	Europe/Brussels	51.13333	4.25		De Wallen,Den Wallen		VLG	VOV	46	46025
2799443	De Waleweiden	de-waleweiden	BE		0	Europe/Brussels	51.09693	2.85775		De Waele Weyden,De Waleweiden		VLG	VWV	32	32003
2799445	De Vrunten	de-vrunten	BE		0	Europe/Brussels	51.01667	5.08333				VLG	VBR	24	24020
2799446	De Vrede	de-vrede	BE		0	Europe/Brussels	51.33333	3.35		De Vrede,Vrede		VLG	VWV	31	31043
2799447	De Voshoek	de-voshoek	BE		0	Europe/Brussels	51.22564	4.15939				VLG	VOV	46	46003
2799449	De Voort	de-voort	BE		0	Europe/Brussels	51.04246	5.27446				VLG	VLI	71	71070
2799450	De Vloet	de-vloet	BE		0	Europe/Brussels	50.75	3.63333		De Vloed,De Vloet,Vloet		VLG	VOV	45	45041
2799453	De Vinke	de-vinke	BE		0	Europe/Brussels	50.9	3.15				VLG	VWV	36	36015
2799454	De Vijvers	de-vijvers	BE		0	Europe/Brussels	50.96667	4.76667				VLG	VBR	24	24094
2799455	De Vijvers	de-vijvers	BE		0	Europe/Brussels	50.93333	4.83333				VLG	VBR	24	24043
2799456	De Vier Bunders	de-vier-bunders	BE		0	Europe/Brussels	50.91667	5.36667				VLG	VLI	71	71022
2799458	De Veren	de-veren	BE		0	Europe/Brussels	51.18333	4.36667				VLG	VAN	11	11002
2799459	De Vennen	de-vennen	BE		0	Europe/Brussels	50.95	5.56667		De Vennen,Vennen		VLG	VLI	71	71067
2799461	Devant Staneux	devant-staneux	BE		0	Europe/Brussels	50.51667	5.81667				WAL	WLG	63	63076
2799463	Devant Luchy	devant-luchy	BE		0	Europe/Brussels	49.9	5.33333				WAL	WLX	84	84077
2799464	Devant le Tombois	devant-le-tombois	BE		0	Europe/Brussels	50.1	5				WAL	WNA	91	91013
2799465	Devant le Tienne des Monsais	devant-le-tienne-des-monsais	BE		0	Europe/Brussels	50.06667	5.11667				WAL	WLX	84	84075
2799466	Devant les Bois	devant-les-bois	BE		0	Europe/Brussels	50.35051	4.64453				WAL	WNA	92	92087
2799467	Devant le Pont	devant-le-pont	BE		0	Europe/Brussels	50.7359	5.68222				WAL	WLG	62	62108
2799468	Devant-le-Bois	devant-le-bois	BE		0	Europe/Brussels	50.44559	5.1483				WAL	WNA	92	92097
2799470	Devant la Het	devant-la-het	BE		0	Europe/Brussels	49.95	5.28333		Devant la Heid,Devant la Het		WAL	WLX	84	84035
2799472	Devant-Hedrée	devant-hedree	BE		0	Europe/Brussels	50.18333	5.36667				WAL	WLX	83	83040
2799473	Devantave	devantave	BE		0	Europe/Brussels	50.23582	5.55743		Devantave		WAL	WLX	83	83044
2799474	De Valen	de-valen	BE		0	Europe/Brussels	51.05352	5.14046				VLG	VLI	71	71004
2799476	Deux Rys	deux-rys	BE		0	Europe/Brussels	50.34171	5.61119				WAL	WLX	83	83055
2799477	Deuseld	deuseld	BE		0	Europe/Brussels	51.24396	4.46638				VLG	VAN	11	11040
2799484	Deulin	deulin	BE		0	Europe/Brussels	50.30482	5.40006				WAL	WLX	83	83028
2799485	De Trompe	de-trompe	BE		0	Europe/Brussels	51.23333	4.06667		De Trompe,La Trompe		VLG	VOV	46	46024
2799486	De Tomme	de-tomme	BE		0	Europe/Brussels	50.74775	4.63554		De Tomme,De Tommen,La Tombe		VLG	VBR	24	24045
2799487	De Tempels	de-tempels	BE		0	Europe/Brussels	51.05	5.13333				VLG	VLI	71	71004
2799488	De Stukken	de-stukken	BE		0	Europe/Brussels	51.03283	5.3165				VLG	VLI	71	71070
2799489	De Stroolput	de-stroolput	BE		0	Europe/Brussels	51.1	3.15				VLG	VWV	31	31040
2799490	De Straat	de-straat	BE		0	Europe/Brussels	51.41241	5.01504		De Straat,De Weeldesestraat,De Weeldschestraat,Weeldsestraat		VLG	VAN	13	13035
2799491	De Stommen	de-stommen	BE		0	Europe/Brussels	51.2	4.51667				VLG	VAN	11	11052
2799493	Destelheide	destelheide	BE		0	Europe/Brussels	50.72718	4.32068				WAL			
2799498	Destelberg	destelberg	BE		0	Europe/Brussels	50.85	3.93333				VLG	VOV	41	41027
2799499	De Steenhoeven	de-steenhoeven	BE		0	Europe/Brussels	51.27502	4.61688		De Steenhoeven,De Steynhoeven		VLG	VAN	11	11039
2799500	De Steenbakkerij	de-steenbakkerij	BE		0	Europe/Brussels	51.28333	4.68333				VLG	VAN	11	11057
2799501	De Stee	de-stee	BE		0	Europe/Brussels	51.01667	4.75				VLG	VBR	24	24109
2799502	De Staart	de-staart	BE		0	Europe/Brussels	51.08333	5.73333				VLG	VLI	72	72021
2799504	Dessus le Coine	dessus-le-coine	BE		0	Europe/Brussels	50	5.28333		Dessus la Corne,Dessus le Coine		WAL	WLX	84	84035
2799505	Dessus Heilrimont	dessus-heilrimont	BE		0	Europe/Brussels	50.42092	5.88293		Dessus Heilrimont,Heilrimont		WAL	WLG	63	63075
2799506	Dessus Chamon	dessus-chamon	BE		0	Europe/Brussels	50.28333	5.63333		Chamon,Dessus Chamon		WAL	WLX	83	83055
2799513	Desnié	desnie	BE		0	Europe/Brussels	50.46281	5.81373		Desnie,Desnié		WAL	WLG	63	63076
2799515	Desivier	desivier	BE		0	Europe/Brussels	50.09901	4.20276		Desivier,Dessiviers		WAL	WHT	56	56016
2799516	De Seule	de-seule	BE		0	Europe/Brussels	50.72209	2.80507				VLG	VWV	33	33039
2799520	De Schommen	de-schommen	BE		0	Europe/Brussels	51.13333	5.18333				VLG	VAN	13	13003
2799523	De Ruiter	de-ruiter	BE		0	Europe/Brussels	50.93192	3.09289				VLG	VWV	36	36015
2799524	Derrière Wester	derriere-wester	BE		0	Europe/Brussels	50.35244	5.83923				WAL	WLG	63	63086
2799525	Derrière Spai	derriere-spai	BE		0	Europe/Brussels	50.36667	5.86667		Derriere Spa,Derriere Spai,Derrière Spa,Derrière Spai		WAL	WLG	63	63086
2799526	Derrière le Thier	derriere-le-thier	BE		0	Europe/Brussels	50.34801	5.74948		Derriere le Thier,Derriere-le-Thiers,Derrière le Thier,Derrière-le-Thiers		WAL	WLG	63	63045
2799528	Derrière les Hazelles	derriere-les-hazelles	BE		0	Europe/Brussels	49.65	5.7				WAL	WLX	81	81001
2799529	Derrière le Chêne	derriere-le-chene	BE		0	Europe/Brussels	50.3	5.68333				WAL	WLX	83	83055
2799530	Derrière la Haye	derriere-la-haye	BE		0	Europe/Brussels	50.06667	5.3		Derriere la Haie,Derriere la Haye,Derrière la Haie,Derrière la Haye		WAL	WLX	84	84059
2799531	Derrière Hoûmont	derriere-houmont	BE		0	Europe/Brussels	49.95	5.18333				WAL	WLX	84	84050
2799533	Derrière Champmont	derriere-champmont	BE		0	Europe/Brussels	49.98333	5.21667		Derriere Champmont,Derriere Chanmont,Derrière Champmont,Derrière Chanmont		WAL	WLX	84	84035
2799534	Derrière Arville	derriere-arville	BE		0	Europe/Brussels	50.0496	5.29589				WAL	WLX	84	84059
2799535	Derrevoetshoek	derrevoetshoek	BE		0	Europe/Brussels	50.81731	4.10792		Derrevoethoek,Derrevoetshoek,Derrevoort		VLG	VBR	23	23097
2799536	De Roten	de-roten	BE		0	Europe/Brussels	51.01667	5.36667		De Rooten,De Roten		VLG	VLI	72	72039
2799537	De Roshaag	de-roshaag	BE		0	Europe/Brussels	51.15	5.46667		De Roshaag,De Roshaeg		VLG	VLI	72	72030
2799538	De Roos	de-roos	BE		0	Europe/Brussels	50.88333	4.76667		De Roos,De Rose,La Rose		VLG	VBR	24	24062
2799541	Dernier Patard	dernier-patard	BE		0	Europe/Brussels	50.58689	4.45564				WAL	WBR	25	25031
2799543	De Rietbos	de-rietbos	BE		0	Europe/Brussels	51.1323	2.90221		De Riet Bosch,De Rietbos		VLG	VWV	35	35005
2799544	De Riet	de-riet	BE		0	Europe/Brussels	51.20654	5.42404		De Riet,Riet		VLG	VLI	72	72043
2799545	De Riet	de-riet	BE		0	Europe/Brussels	51.0671	5.63738				VLG	VLI	72	72021
2799550	De Rester Heide	de-rester-heide	BE		0	Europe/Brussels	51.10902	5.37214				VLG	VLI	72	72038
2799553	De Reit	de-reit	BE		0	Europe/Brussels	51.08333	5.1		De Reit,De Reydt		VLG	VLI	71	71069
2799555	De Raap	de-raap	BE		0	Europe/Brussels	51.17171	4.16533				VLG	VOV	46	46021
2799556	De Raaf	de-raaf	BE		0	Europe/Brussels	51.1	4.36667		De Raaf,Raaf		VLG	VAN	11	11005
2799557	De Putten	de-putten	BE		0	Europe/Brussels	51.01667	4.78333				VLG	VBR	24	24007
2799559	De Preekboom	de-preekboom	BE		0	Europe/Brussels	51.26049	3.3413		De Preekboom,Preekboom		VLG	VWV	31	31006
2799560	De Populieren	de-populieren	BE		0	Europe/Brussels	50.71667	5.08333		Aux Peupliers,De Populieren		WAL	WLG		
2799561	De Polka	de-polka	BE		0	Europe/Brussels	50.78262	2.83126				VLG	VWV	33	33039
2799562	De Ploeg	de-ploeg	BE		0	Europe/Brussels	51.26667	4.26667				VLG	VOV	46	46003
2799563	De Pleine	de-pleine	BE		0	Europe/Brussels	51.15	3.15		De Pleine,Pleine,Pleyn,Pleyne		VLG	VWV	31	31040
2799564	De Plein	de-plein	BE		0	Europe/Brussels	50.88492	4.79561		De Plein,Pleyn		VLG	VBR	24	24066
2799565	De Plas	de-plas	BE		0	Europe/Brussels	51.00069	4.26333				VLG	VBR	23	23045
2799566	De Planck	de-planck	BE		0	Europe/Brussels	50.75	5.85		De Planck,De Plank,La Planck,La Plank,Plank		WAL	WLG		
2799567	De Plain	de-plain	BE		0	Europe/Brussels	51.03333	5.06667				VLG	VLI	71	71057
2799568	De Plaats	de-plaats	BE		0	Europe/Brussels	51.05	3.28333				VLG	VWV	37	37018
2799572	De Pieting	de-pieting	BE		0	Europe/Brussels	51.19151	4.51549		De Pieling,De Pieting,Pieting		VLG	VAN	11	11052
2799574	De Pauw	de-pauw	BE		0	Europe/Brussels	50.91667	3.31667		De Pauw,Den Pauw		VLG	VWV	37	37010
2799576	De Parre	de-parre	BE		0	Europe/Brussels	51.33635	4.76575		De Parre,Parre		VLG	VAN	13	13037
2799579	De Paling	de-paling	BE		0	Europe/Brussels	50.95	3.43333				VLG	VOV	44	44083
2799581	Den Veind	den-veind	BE		0	Europe/Brussels	51.11667	4.96667				VLG	VAN	13	13008
2799582	De Nuchten	de-nuchten	BE		0	Europe/Brussels	50.80516	3.93034				VLG	VOV	41	41018
2799585	Den Teut	den-teut	BE		0	Europe/Brussels	51.00461	5.4				VLG	VLI	71	71066
2799589	Den Rechtenkant	den-rechtenkant	BE		0	Europe/Brussels	51.25	5.15				VLG	VAN	13	13006
2799590	Den Populier	den-populier	BE		0	Europe/Brussels	51.0585	2.97745		Den Populier,Popeliere		VLG	VWV	32	32010
2799591	Den Plat Weier	den-plat-weier	BE		0	Europe/Brussels	50.93333	5.43333				VLG	VLI	71	71011
2799592	Den Plas	den-plas	BE		0	Europe/Brussels	50.9	3.11667				VLG	VWV	36	36015
2799593	Den Otter	den-otter	BE		0	Europe/Brussels	51.2596	4.62905				VLG	VAN	11	11055
2799596	Den Oever	den-oever	BE		0	Europe/Brussels	51.11667	4.4				VLG	VAN	11	11037
2799597	Dennewinkel	dennewinkel	BE		0	Europe/Brussels	50.93296	4.96784				VLG	VBR	24	24008
2799598	Den Molenberg	den-molenberg	BE		0	Europe/Brussels	51.25	4.9				VLG	VAN	13	13017
2799599	Den Meer	den-meer	BE		0	Europe/Brussels	50.74102	5.12478		De Meer,Den Meer		VLG	VLI	71	71017
2799600	Den Lommelaar	den-lommelaar	BE		0	Europe/Brussels	51.28333	5.11667		De Lommelaar,Den Lommelaar		VLG	VAN	13	13036
2799602	Den Koekoek	den-koekoek	BE		0	Europe/Brussels	51.03794	4.78427				VLG	VBR	24	24007
2799603	De Nieuwe Koop	de-nieuwe-koop	BE		0	Europe/Brussels	51.25	5.30075		De Nieuwe Koop,Nieuwe Koop		VLG	VLI	72	72020
2799604	Den Hulst	den-hulst	BE		0	Europe/Brussels	51	4.9				VLG	VBR	24	24001
2799605	Den Hul	den-hul	BE		0	Europe/Brussels	50.79807	3.71968		Den Hul,Hul		VLG	VOV	45	45059
2799606	Den Hul	den-hul	BE		0	Europe/Brussels	50.75	3.63333				VLG	VOV	45	45041
2799607	Den Hukker	den-hukker	BE		0	Europe/Brussels	50.91667	3.13333		Den Hucker,Den Hukker,Hukker		VLG	VWV	36	36015
2799608	Den Houw	den-houw	BE		0	Europe/Brussels	51.05388	5.65543		Achter den Houw,De Houw,Den Houw		VLG	VLI	72	72021
2799609	Den Hout	den-hout	BE		0	Europe/Brussels	51.32418	4.83261		Den Hout,Hout		VLG	VAN	13	13004
2799610	Den Hout	den-hout	BE		0	Europe/Brussels	50.98073	4.61248				VLG	VBR	24	24033
2799611	Den Hoorn	den-hoorn	BE		0	Europe/Brussels	51.25	3.38333				VLG	VWV	31	31006
2799612	Den Hoorn	den-hoorn	BE		0	Europe/Brussels	51.15447	3.37806		Den Hoorn,Den Hoorne,Hoorn		VLG	VWV	31	31003
2799613	Den Hooie	den-hooie	BE		0	Europe/Brussels	51.13333	3.3		Den Hooie,Denhoye		VLG	VWV	31	31003
2799614	Den Hoek	den-hoek	BE		0	Europe/Brussels	51.28333	4.45				VLG	VAN	11	11008
2799615	Den Hoek	den-hoek	BE		0	Europe/Brussels	51.28333	4.21667				VLG	VOV	46	46003
2799616	Den Hoek	den-hoek	BE		0	Europe/Brussels	51.25	4.88333				VLG	VAN	13	13017
2799617	Den Hoek	den-hoek	BE		0	Europe/Brussels	51.23333	4.83333				VLG	VAN	13	13019
2799618	Den Hoek	den-hoek	BE		0	Europe/Brussels	51.21667	4.83333				VLG	VAN	13	13019
2799619	Den Hoek	den-hoek	BE		0	Europe/Brussels	51.05	4.78333				VLG	VAN	12	12014
2799620	Den Hoek	den-hoek	BE		0	Europe/Brussels	51	4.85				VLG	VBR	24	24001
2799621	Den Hoek	den-hoek	BE		0	Europe/Brussels	50.83333	3.86667				VLG	VOV	41	41027
2799622	Den Hoek	den-hoek	BE		0	Europe/Brussels	50.78333	4.16667		De Hoek,Den Hoek		VLG	VBR	23	23064
2799623	Den Hoek	den-hoek	BE		0	Europe/Brussels	50.76667	3.83333		't Hoeksken,De Hoek,Den Hoek		VLG	VOV	41	41018
2799624	Den Hoek	den-hoek	BE		0	Europe/Brussels	50.74056	4.37646		Den Hoek,Hoek		VLG	VBR	23	23101
2799625	Den Heuvel	den-heuvel	BE		0	Europe/Brussels	51.45	4.46667				VLG	VAN	11	11016
2799626	Den Heuvel	den-heuvel	BE		0	Europe/Brussels	51.02231	4.19207				VLG	VOV	42	42004
2799627	Den Heuvel	den-heuvel	BE		0	Europe/Brussels	50.96664	4.36863				VLG	VBR	23	23025
2799628	Den Heuvel	den-heuvel	BE		0	Europe/Brussels	50.96667	4.33333				VLG	VBR	23	23050
2799630	Den Heikant	den-heikant	BE		0	Europe/Brussels	51.32957	5.08092		Den Heikant,Heykant		VLG	VAN	13	13001
2799631	Den Heesdijk	den-heesdijk	BE		0	Europe/Brussels	51.43224	5.03212		Den Heesdijk,Heesdijk		VLG	VAN	13	13035
2799632	Den Hauw	den-hauw	BE		0	Europe/Brussels	50.93287	3.75379				VLG	VOV	44	44052
2799633	Den Euster	den-euster	BE		0	Europe/Brussels	51.10438	4.56413				VLG	VAN	12	12009
2799634	De Neringen	de-neringen	BE		0	Europe/Brussels	51	3.41667				VLG	VWV	37	37015
2799635	Den Engelsen Hoek	den-engelsen-hoek	BE		0	Europe/Brussels	51.09283	4.32062		Den Engelschenhoek,Den Engelsen Hoek,Engelse Hoek		VLG	VAN	12	12041
2799638	Den Duivel	den-duivel	BE		0	Europe/Brussels	50.85	4.73333				VLG	VBR	24	24062
2799639	Den Dries	den-dries	BE		0	Europe/Brussels	51.04175	3.77317		De Dries,Den Dries		VLG	VOV	44	44021
2799640	Den Dries	den-dries	BE		0	Europe/Brussels	50.96816	4.4553				VLG	VBR	23	23096
2799641	Den Doorn	den-doorn	BE		0	Europe/Brussels	51.15511	4.20165		Den Doorn,Doorne		VLG	VOV	46	46025
2799651	Denderdreef	denderdreef	BE		0	Europe/Brussels	51.2	3.78333		Denderdreef,Denderdreve		VLG	VOV	43	43018
2799656	Den Daal	den-daal	BE		0	Europe/Brussels	50.76588	5.21474		Den Daal,Den Dael		VLG	VLI	71	71017
2799657	Den Daal	den-daal	BE		0	Europe/Brussels	50.76667	4.1				VLG	VBR	23	23024
2799658	Den Daal	den-daal	BE		0	Europe/Brussels	50.72896	4.15618		Dael,Den Daal		VLG	VBR	23	23064
2799660	Den Brand	den-brand	BE		0	Europe/Brussels	51.27545	5.11714		Brand,Den Brand		VLG	VAN	13	13036
2799661	Den Bouw	den-bouw	BE		0	Europe/Brussels	51.00075	4.23794		Den Bauw,Den Bouw		VLG	VBR	23	23045
2799663	Den Boecht	den-boecht	BE		0	Europe/Brussels	50.76667	4.35				VLG	VBR	23	23100
2799665	Den Berg	den-berg	BE		0	Europe/Brussels	51.16667	4.33333				VLG	VAN	11	11002
2799666	Den Berg	den-berg	BE		0	Europe/Brussels	50.98333	4.55				VLG	VBR	24	24014
2799667	Den Berg	den-berg	BE		0	Europe/Brussels	50.97748	4.40294				VLG	VBR	23	23025
2799668	Den Berg	den-berg	BE		0	Europe/Brussels	50.96667	4.48333				VLG	VBR	23	23096
2799669	Den Berg	den-berg	BE		0	Europe/Brussels	50.79814	3.81997				VLG	VOV	45	45063
2799670	Den Bellemond	den-bellemond	BE		0	Europe/Brussels	51.25	4.56667				VLG	VAN	11	11039
2799671	Den Bastiaan	den-bastiaan	BE		0	Europe/Brussels	51.2	4.6		Den Bastiaan,Den Bastraan		VLG	VAN	11	11035
2799673	De Nachtegaal	de-nachtegaal	BE		0	Europe/Brussels	51.30623	3.34666		De Nachtegaal,Nachtegaal		VLG	VWV	31	31043
2799674	Den Aap	den-aap	BE		0	Europe/Brussels	50.9	3.11667		Den Aap,Den Aep		VLG	VWV	36	36015
2799675	De Mot	de-mot	BE		0	Europe/Brussels	50.98333	4.86667		De Mot,De Motte,La Motte,Motte		VLG	VBR	24	24001
2799677	De Mosvinne	de-mosvinne	BE		0	Europe/Brussels	51.02921	4.93608		De Mosch Vinne,De Mosvinne		VLG	VBR	24	24134
2799678	De Most	de-most	BE		0	Europe/Brussels	51.17103	5.25017		De Most,Inde Most,Most		VLG	VAN	13	13003
2799685	Deminche	deminche	BE		0	Europe/Brussels	50.43143	4.71207				WAL	WNA	92	92045
2799686	De Middelhorst	de-middelhorst	BE		0	Europe/Brussels	51.13333	5.7				VLG	VLI	72	72004
2799687	De Meunink	de-meunink	BE		0	Europe/Brussels	51.33333	3.31667				VLG	VWV	31	31043
2799688	De Merkt	de-merkt	BE		0	Europe/Brussels	51.03333	4.6		De Merkt,Merkt		VLG	VAN	12	12005
2799689	De Meren	de-meren	BE		0	Europe/Brussels	51.33333	4.88333		De Meeren,De Meren		VLG	VAN	13	13004
2799690	De Meren	de-meren	BE		0	Europe/Brussels	51.02465	4.75854		De Meeren,De Meren		VLG	VBR	24	24007
2799691	Demerbroek	demerbroek	BE		0	Europe/Brussels	50.96199	5.24729				VLG	VLI	71	71022
2799693	Demer	demer	BE		0	Europe/Brussels	51.04403	4.87437				VLG	VAN	13	13013
2799694	De Meir	de-meir	BE		0	Europe/Brussels	51.32863	4.77768				VLG	VAN	13	13037
2799695	De Meiboom	de-meiboom	BE		0	Europe/Brussels	51.29254	3.15609		De Meiboom,De Meyboom		VLG	VWV	31	31004
2799697	De Maten	de-maten	BE		0	Europe/Brussels	50.94826	5.43978		De Maeten,De Maten		VLG	VLI	71	71016
2799698	De Maat	de-maat	BE		0	Europe/Brussels	51.25	5.18333				VLG	VAN	13	13025
2799699	De Maat	de-maat	BE		0	Europe/Brussels	51.21667	3.75		De Maat,Maal		VLG	VOV	43	43002
2799701	Delval	delval	BE		0	Europe/Brussels	50.55	4.16667				WAL	WHT	55	55050
2799704	Delpré	delpre	BE		0	Europe/Brussels	50.68333	3.46667				WAL	WHT	57	57018
2799705	De Lo	de-lo	BE		0	Europe/Brussels	50.89659	4.45238		De Lo,De Loo		VLG	VBR	23	23047
2799706	Delle	delle	BE		0	Europe/Brussels	50.92701	4.63631		Delle,Winksele-Delle,Winxele-Delle		VLG	VBR	24	24038
2799707	De Lint	de-lint	BE		0	Europe/Brussels	51.31667	5.01667				VLG	VAN	13	13031
2799709	De Lindeman	de-lindeman	BE		0	Europe/Brussels	51.05	5.33333				VLG	VLI	71	71070
2799711	De Lieve Dochter	de-lieve-dochter	BE		0	Europe/Brussels	50.9	3.48333				VLG	VOV	45	45068
2799712	De Leuken	de-leuken	BE		0	Europe/Brussels	51.23392	5.3655				VLG	VLI	72	72020
2799713	De Legehaar	de-legehaar	BE		0	Europe/Brussels	51.26667	4.58333		De Leegehaer,De Legehaar		VLG	VAN	11	11039
2799714	De Leeuw	de-leeuw	BE		0	Europe/Brussels	51.12965	3.15184		De Leeuw,Leeuw		VLG	VWV	31	31040
2799715	Delbart	delbart	BE		0	Europe/Brussels	50.68333	3.56667				WAL	WHT	51	51065
2799716	De Kwakkel	de-kwakkel	BE		0	Europe/Brussels	51.18828	4.06288		De Kwakkel,Kwakkel		VLG	VOV	46	46020
2799717	De Kroon	de-kroon	BE		0	Europe/Brussels	51.2	3.38333		De Kroon,Kroon		VLG	VOV	43	43010
2799718	Dekpriem	dekpriem	BE		0	Europe/Brussels	51.14845	4.1041				VLG	VOV	46	46021
2799721	De Koloniën	de-kolonien	BE		0	Europe/Brussels	51.25113	5.38591		Colonie,De Kolonie,De Kolonien,De Koloniën,La Colonie,La Golonie		VLG	VLI	72	72020
2799722	De Knok	de-knok	BE		0	Europe/Brussels	51.1	3.21667				VLG	VWV	31	31022
2799723	De Knip	de-knip	BE		0	Europe/Brussels	51.03243	4.39625				VLG	VAN	12	12025
2799725	De Kluis	de-kluis	BE		0	Europe/Brussels	51.25	4.56667				VLG	VAN	11	11039
2799726	De Kluis	de-kluis	BE		0	Europe/Brussels	50.93333	5.2				VLG	VLI	71	71024
2799730	De Klijte	de-klijte	BE		0	Europe/Brussels	50.79957	2.79836		De Klijte,La Clytte		VLG	VWV	33	33039
2799731	De Klijpe	de-klijpe	BE		0	Europe/Brussels	50.75	3.55		De Klijpe,De Klype		VLG	VOV	45	45041
2799733	De Kleine Barreel	de-kleine-barreel	BE		0	Europe/Brussels	51.26526	4.46931				VLG	VAN	11	11040
2799734	De Klampen	de-klampen	BE		0	Europe/Brussels	51.26667	5.16667		De Klampen,De Klampens		VLG	VAN	13	13025
2799735	De Kippen	de-kippen	BE		0	Europe/Brussels	51.15	5.46667		Aan de Kippen,De Kippen		VLG	VLI	72	72030
2799737	De Kempen	de-kempen	BE		0	Europe/Brussels	51.2146	5.58014				VLG	VLI	72	72003
2799738	De Keijorum	de-keijorum	BE		0	Europe/Brussels	51.15885	3.12707		De Keijorum,De Keiorum		VLG	VWV	31	31012
2799739	De Keet	de-keet	BE		0	Europe/Brussels	51.23208	4.22492				VLG	VOV	46	46003
2799740	De Katte	de-katte	BE		0	Europe/Brussels	51.20238	3.78594		De Kat,De Katte,Katte		VLG	VOV	43	43018
2799741	De Kat	de-kat	BE		0	Europe/Brussels	51.11667	4.95				VLG	VAN	13	13008
2799742	De Kat	de-kat	BE		0	Europe/Brussels	51.1	3.93333		De Kat,De Katte		VLG	VOV	46	46014
2799743	De Kat	de-kat	BE		0	Europe/Brussels	50.86242	3.27352		De Kat,Le Chat		VLG	VWV	34	34023
2799744	De Kasteeltjes	de-kasteeltjes	BE		0	Europe/Brussels	51.36667	4.91667				VLG	VAN	13	13023
2799748	Deigne	deigne	BE		0	Europe/Brussels	50.50699	5.72926				WAL	WLG	62	62009
2799749	Deiffelt	deiffelt	BE		0	Europe/Brussels	50.19578	6.00836		Deiffelt,Deyfeld,Deyfeldt		WAL	WLX	82	82037
2799750	Deidenberg	deidenberg	BE		0	Europe/Brussels	50.34778	6.13861		Deidenberg,Diedenberg		WAL	WLG	63	63001
2799751	De Hutte	de-hutte	BE		0	Europe/Brussels	51.02814	5.4634				VLG	VLI	72	72039
2799753	De Hulst	de-hulst	BE		0	Europe/Brussels	51.11667	4.53333		De Hulst,Hulst		VLG	VAN	12	12021
2799754	De Hulst	de-hulst	BE		0	Europe/Brussels	50.95039	4.96819				VLG	VBR	24	24008
2799755	De Huiskens	de-huiskens	BE		0	Europe/Brussels	51.29843	5.09347				VLG	VAN	13	13001
2799756	De Houw	de-houw	BE		0	Europe/Brussels	51.3	5.16667				VLG	VAN	13	13025
2799757	De Honderd	de-honderd	BE		0	Europe/Brussels	51.01667	4.8				VLG	VBR	24	24007
2799758	De Hoeven	de-hoeven	BE		0	Europe/Brussels	51.31667	4.9				VLG	VAN	13	13046
2799759	De Hoeven	de-hoeven	BE		0	Europe/Brussels	51.06667	5.68333				VLG	VLI	72	72021
2799760	De Hoeve	de-hoeve	BE		0	Europe/Brussels	51.02475	4.95094		De Hoeve,Hoeve		VLG	VBR	24	24134
2799761	De Hoesten	de-hoesten	BE		0	Europe/Brussels	51.11667	3.21667				VLG	VWV	31	31022
2799762	De Hel	de-hel	BE		0	Europe/Brussels	51.05058	4.64374				VLG	VAN	12	12029
2799763	De Hel	de-hel	BE		0	Europe/Brussels	50.96667	5.23333				VLG	VLI	71	71037
2799764	De Hel	de-hel	BE		0	Europe/Brussels	50.76667	2.88333				VLG	VWV	33	33039
2799766	De Hek	de-hek	BE		0	Europe/Brussels	50.8	5.01667		De Heck,De Hek		VLG	VBR	24	24133
2799767	De Heidsie	de-heidsie	BE		0	Europe/Brussels	51.3094	4.67185		De Heidsie,Heidsie		VLG	VAN	11	11057
2799769	De Heide	de-heide	BE		0	Europe/Brussels	51.18333	3.8				VLG	VOV	43	43018
2799770	De Heide	de-heide	BE		0	Europe/Brussels	51.05	4.26667				VLG	VAN	12	12041
2799771	Deheide	deheide	BE		0	Europe/Brussels	50.91667	4.28333				VLG	VBR	23	23052
2799772	De Hei	de-hei	BE		0	Europe/Brussels	51.06667	4.85				VLG	VAN	13	13016
2799774	De Hees	de-hees	BE		0	Europe/Brussels	51.22914	5.2973				VLG	VLI	72	72020
2799775	De Hees	de-hees	BE		0	Europe/Brussels	51.17891	5.55805		De Hees,Hees		VLG	VLI	72	72003
2799776	De Hand	de-hand	BE		0	Europe/Brussels	51.09736	4.85314				VLG	VAN	13	13049
2799778	De Hagendoren	de-hagendoren	BE		0	Europe/Brussels	50.76717	5.16434		De Hagedoorn,De Hagendoren		VLG	VLI	71	71053
2799786	De Grote Barreel	de-grote-barreel	BE		0	Europe/Brussels	51.23478	5.39067		De Groote Barrier,De Grote Barreel,Grote Bareel		VLG	VLI	72	72043
2799790	De Geertbladeren	de-geertbladeren	BE		0	Europe/Brussels	51.43333	5.06667				VLG	VAN	13	13035
2799794	Deflière	defliere	BE		0	Europe/Brussels	50.71667	3.6				WAL	WHT	51	51065
2799795	De Fles	de-fles	BE		0	Europe/Brussels	51	3.35		De Fles,De Flesch,Flesch		VLG	VWV	37	37015
2799801	De Eersels	de-eersels	BE		0	Europe/Brussels	51	5.23333				VLG	VLI	71	71070
2799802	De Drie Linden	de-drie-linden	BE		0	Europe/Brussels	50.88116	4.45092				VLG	VBR	23	23094
2799804	De Draaiboom	de-draaiboom	BE		0	Europe/Brussels	51.2121	4.68862				VLG	VAN	11	11054
2799805	De Donk	de-donk	BE		0	Europe/Brussels	51.44633	4.45985		De Donck,De Donk		VLG	VAN	11	11016
2799806	De Donk	de-donk	BE		0	Europe/Brussels	51.4	4.63333				VLG	VAN	11	11053
2799807	De Donk	de-donk	BE		0	Europe/Brussels	51.28208	4.44873		De Donck,De Donk,Donck,Donk		VLG	VAN	11	11002
2799808	De Donk	de-donk	BE		0	Europe/Brussels	51	4.88333		De Donck,De Donk		VLG	VBR	24	24001
2799809	De Donk	de-donk	BE		0	Europe/Brussels	50.96667	4.6		De Donck,De Donk		VLG	VBR	24	24014
2799813	De Dale	de-dale	BE		0	Europe/Brussels	51.13333	3.23333		De Dale,Den Daele		VLG	VWV	31	31022
2799814	De Daad	de-daad	BE		0	Europe/Brussels	51.31667	4.71667				VLG	VAN	11	11057
2799818	De Brultjens	de-brultjens	BE		0	Europe/Brussels	51.13534	5.19267		Brultjens,De Brultjens,De Brultjes		VLG	VAN	13	13003
2799819	De Bruloos	de-bruloos	BE		0	Europe/Brussels	50.78369	2.7909		Bruloos,Brulooze,Bruloze,De Bruloos		VLG	VWV	33	33039
2799820	De Brug	de-brug	BE		0	Europe/Brussels	50.98333	4.48333				VLG	VBR	23	23096
2799821	De Broeken	de-broeken	BE		0	Europe/Brussels	51.06702	5.73684				VLG	VLI	72	72041
2799822	De Broeken	de-broeken	BE		0	Europe/Brussels	50.72787	2.79879				VLG	VWV	33	33039
2799823	De Broekagie	de-broekagie	BE		0	Europe/Brussels	51.0425	2.91229				VLG	VWV	32	32003
2799824	De Brand	de-brand	BE		0	Europe/Brussels	51.13333	5.7				VLG	VLI	72	72004
2799825	De Brabander	de-brabander	BE		0	Europe/Brussels	51.33333	3.33333				VLG	VWV	31	31043
2799829	De Bleuken	de-bleuken	BE		0	Europe/Brussels	51.28608	4.91457				VLG	VAN	13	13040
2799831	De Bist	de-bist	BE		0	Europe/Brussels	51.19058	4.60407		Bist,De Bist		VLG	VAN	11	11035
2799832	De Bist	de-bist	BE		0	Europe/Brussels	51.17495	4.65667				VLG	VAN	12	12026
2799833	De Bist	de-bist	BE		0	Europe/Brussels	51.01667	4.38333				VLG	VAN	12	12025
2799834	De Bijl	de-bijl	BE		0	Europe/Brussels	51.2089	4.24482		De Bijl,De Byl		VLG	VOV	46	46003
2799836	De Beunt	de-beunt	BE		0	Europe/Brussels	51.1	4.5		De Beunt,De Bount		VLG	VAN	12	12009
2799837	De Berg	de-berg	BE		0	Europe/Brussels	51.10431	5.62715		Berg,De Berg		VLG	VLI	72	72042
2799838	De Bek	de-bek	BE		0	Europe/Brussels	51.06667	5.71667				VLG	VLI	72	72041
2799839	De Beis	de-beis	BE		0	Europe/Brussels	50.81667	5.5		Beys,De Beis		VLG	VLI	73	73083
2799840	De Beindekens	de-beindekens	BE		0	Europe/Brussels	51.13333	5		Beemdekens,Beindekens,De Beindekens		VLG	VAN	13	13008
2799841	De Beer	de-beer	BE		0	Europe/Brussels	51.25	4.26667				VLG	VOV	46	46003
2799842	Debboutshoek	debboutshoek	BE		0	Europe/Brussels	51.19598	3.79105		Debbautshoek,Debboutshoek		VLG	VOV	43	43018
2799843	De Barreel	de-barreel	BE		0	Europe/Brussels	51.2	2.9		De Barreel,La Barriere		VLG	VWV	35	35013
2799844	De Bank	de-bank	BE		0	Europe/Brussels	51.18333	4.23333				VLG	VOV	46	46003
2799845	De Baas	de-baas	BE		0	Europe/Brussels	51.15	4.03333		Baas,De Baas		VLG	VOV	46	46021
2799846	De Arend	de-arend	BE		0	Europe/Brussels	51.13333	3.16667		Arend,De Arend		VLG	VWV	31	31040
2799847	De Akkers	de-akkers	BE		0	Europe/Brussels	51.0832	5.70448		Akkerstraat,De Akkers		VLG	VLI	72	72021
2799848	De Akker	de-akker	BE		0	Europe/Brussels	51.19892	3.83418		Akker,De Akker,Den Akker		VLG	VOV	43	43018
2799849	Davilia	davilia	BE		0	Europe/Brussels	49.73333	5.26667		Daviha,Davilia		WAL	WLX	85	85011
2799857	Dauwstraat	dauwstraat	BE		0	Europe/Brussels	51.1	4.05				VLG	VOV	42	42028
2799863	Daumont	daumont	BE		0	Europe/Brussels	50.33333	4.78333				WAL	WNA	91	91005
2799866	Daublain	daublain	BE		0	Europe/Brussels	50.56667	4.23333				WAL	WHT	52	52063
2799867	Dassenaarde	dassenaarde	BE		0	Europe/Brussels	51.01634	5.04691		Dassen Aerde,Dassenaarde		VLG	VBR	24	24020
2799868	Dasselt	dasselt	BE		0	Europe/Brussels	50.79117	4.02512				VLG	VOV	41	41048
2799871	Dargis	dargis	BE		0	Europe/Brussels	50.62355	3.58977				WAL	WHT	57	57094
2799872	Dansonspenne	dansonspenne	BE		0	Europe/Brussels	50.29435	4.22328		Dansonspenne,Dausouspenne		WAL	WHT	56	56049
2799874	Dankaartseke	dankaartseke	BE		0	Europe/Brussels	51.19644	3.73372		Dankaartseke,Dankaertseeke		VLG	VOV	43	43002
2799875	Danegem	danegem	BE		0	Europe/Brussels	51.1799	3.35203		Danegem,Daneghem		VLG	VWV	31	31003
2799877	Damsheide	damsheide	BE		0	Europe/Brussels	51.23603	5.46279				VLG	VLI	72	72043
2799878	Damseinde	damseinde	BE		0	Europe/Brussels	51.11667	4.86667				VLG	VAN	13	13049
2799879	Damré	damre	BE		0	Europe/Brussels	50.50555	5.67784		Damre,Damré		WAL	WLG	62	62100
2799894	Damerie	damerie	BE		0	Europe/Brussels	50.64021	3.66399				WAL	WHT	57	57094
2799896	Dalle	dalle	BE		0	Europe/Brussels	50.74031	5.55007				WAL	WLG	62	62060
2799900	Dal	dal	BE		0	Europe/Brussels	50.73333	5.83333				WAL	WLG		
2799903	D'Akkers	d-akkers	BE		0	Europe/Brussels	51.3	5.03333		D'Akkers,De Akkers		VLG	VAN	13	13031
2799906	Dagsterre	dagsterre	BE		0	Europe/Brussels	51.2	4.15				VLG	VOV	46	46020
2799907	Dadizelehoek	dadizelehoek	BE		0	Europe/Brussels	50.84861	3.12031				VLG	VWV	36	36012
2799910	Dachelenberg	dachelenberg	BE		0	Europe/Brussels	50.7784	4.31305		Dachelberg,Dachelenberg		VLG	VBR	23	23003
2799911	Daasdonk	daasdonk	BE		0	Europe/Brussels	51.14254	3.64936		Daaddonk,Daasdonck,Daasdonk		VLG	VOV	44	44019
2799912	Daalwezet	daalwezet	BE		0	Europe/Brussels	50.9268	5.68478		Daalwezet,Daalwezeth		VLG	VLI	73	73042
2799913	Daaluikhoven	daaluikhoven	BE		0	Europe/Brussels	50.93333	5.73333		Daaluikhoven,Daaluyckhoven,Daaluykhoven,Daeluyckhoven,Daeluykhoven		VLG	VLI	73	73107
2799914	Daalmen	daalmen	BE		0	Europe/Brussels	51.12541	3.55654				VLG	VOV	44	44085
2799915	Daalheide	daalheide	BE		0	Europe/Brussels	50.98333	5.4		Daalheide,Daelheide		VLG	VLI	71	71066
2799916	Daalgrimbie	daalgrimbie	BE		0	Europe/Brussels	50.95	5.66667		Daalgrimbie,Daalgrimby		VLG	VLI	73	73107
2799918	Daal	daal	BE		0	Europe/Brussels	51.01215	4.00054				VLG	VOV	42	42003
2799919	Daal	daal	BE		0	Europe/Brussels	50.92895	5.55419				VLG	VLI	71	71067
2799920	Daal	daal	BE		0	Europe/Brussels	50.88333	4.01667		Daal,Daele		VLG	VOV	41	41024
2799924	Curfox	curfox	BE		0	Europe/Brussels	49.81667	5.06667				WAL	WLX	84	84010
2799925	Cureghem	cureghem	BE		0	Europe/Brussels	50.83333	4.33333		Curegem,Cureghem,Kuregem		WAL	WHT		
2799927	Cuquegnies	cuquegnies	BE		0	Europe/Brussels	50.17794	4.26515				WAL	WHT	56	56005
2799928	Culot du Bois	culot-du-bois	BE		0	Europe/Brussels	50.65	3.98333				WAL	WHT	55	55010
2799929	Culot du Bois	culot-du-bois	BE		0	Europe/Brussels	50.29053	4.24676		Culot du Bois,Culot-des-Bois		WAL	WHT	56	56078
2799930	Culot-du-Bois	culot-du-bois	BE		0	Europe/Brussels	50.1151	4.41805				WAL	WNA	93	93014
2799931	Culot des Trippes	culot-des-trippes	BE		0	Europe/Brussels	50.6587	3.98231				WAL	WHT	55	55010
2799932	Culot	culot	BE		0	Europe/Brussels	50.71243	4.34881				WAL	WBR	25	25014
2799934	Culot	culot	BE		0	Europe/Brussels	50.51124	3.85672				WAL	WHT	53	53044
2799935	Culot	culot	BE		0	Europe/Brussels	50.36277	3.95182				WAL	WHT	53	53084
2799936	Culo	culo	BE		0	Europe/Brussels	50.80528	4.78575		Culo,Culot		VLG	VBR	24	24011
2799938	Cul du Q'vau	cul-du-q-vau	BE		0	Europe/Brussels	50.4013	3.85843				WAL	WHT	53	53082
2799940	Cul du Four	cul-du-four	BE		0	Europe/Brussels	50.0482	5.3952				WAL	WLX	84	84059
2799944	Cul de Balleux	cul-de-balleux	BE		0	Europe/Brussels	50.26965	5.19982				WAL	WNA	91	91030
2799954	Croupet du Moulin	croupet-du-moulin	BE		0	Europe/Brussels	50.52726	5.93244		Croupet du Moulin,Croupets du Moulin		WAL	WLG	63	63038
2799955	Croukray	croukray	BE		0	Europe/Brussels	50.31667	5.71667				WAL	WLG	63	63045
2799956	Crotteux	crotteux	BE		0	Europe/Brussels	50.63249	5.45075		Crotteux		WAL	WLG	62	62118
2799957	Crossée	crossee	BE		0	Europe/Brussels	50.46294	5.47936		Crossee,Crossée		WAL	WLG	61	61048
2799959	Cronfestu	cronfestu	BE		0	Europe/Brussels	50.43979	4.21492				WAL	WHT	56	56087
2799961	Cronchamps	cronchamps	BE		0	Europe/Brussels	50.46152	5.98526				WAL	WLG	63	63073
2799962	Crombrue	crombrue	BE		0	Europe/Brussels	50.65236	3.26528				WAL	WHT	57	57081
2799965	Croly	croly	BE		0	Europe/Brussels	50.67581	4.13633				WAL	WBR	25	25123
2799967	Croix Saint-Jean	croix-saint-jean	BE		0	Europe/Brussels	50.15	5.23333				WAL	WNA	91	91114
2799969	Croix Remy	croix-remy	BE		0	Europe/Brussels	50.15455	5.0481				WAL	WNA	91	91072
2799970	Croix Norbert	croix-norbert	BE		0	Europe/Brussels	50.13333	4.15				WAL	WHT	56	56088
2799971	Croix Michel	croix-michel	BE		0	Europe/Brussels	50.55105	5.65984				WAL	WLG	62	62100
2799972	Croix Meurice	croix-meurice	BE		0	Europe/Brussels	50.28333	4.55				WAL	WNA	93	93022
2799976	Croix Gloriette	croix-gloriette	BE		0	Europe/Brussels	50.09527	5.23901		Croix Gloriette,Croix dite Gloriette		WAL	WLX	84	84068
2799977	Croix Fanzel	croix-fanzel	BE		0	Europe/Brussels	50.31667	5.53333				WAL	WLX	83	83012
2799979	Croix de Pierre	croix-de-pierre	BE		0	Europe/Brussels	50.61667	4.05				WAL	WHT	55	55040
2799980	Croix-de-Pierre	croix-de-pierre	BE		0	Europe/Brussels	50.56667	3.33333		Croix-de-Pierre,La Croix de Pierre		WAL	WHT	57	57081
2799981	Croix de la Planche	croix-de-la-planche	BE		0	Europe/Brussels	50.13333	5.2				WAL	WNA	91	91114
2799982	Croix de la Bataille	croix-de-la-bataille	BE		0	Europe/Brussels	50.20596	4.23407				WAL	WHT	56	56005
2799983	Croix Berck	croix-berck	BE		0	Europe/Brussels	50.23333	5.08333				WAL	WNA	91	91030
2799985	Croix	croix	BE		0	Europe/Brussels	50.29283	5.04838		Croix		WAL	WNA	91	91030
2799986	Croisseau	croisseau	BE		0	Europe/Brussels	50.61306	4.03625		Croiseau,Croisseau		WAL	WHT	55	55040
2799988	Croisissart	croisissart	BE		0	Europe/Brussels	50.67703	3.68575				WAL	WHT	51	51065
2799992	Croisette	croisette	BE		0	Europe/Brussels	50.55	3.3				WAL	WHT	57	57072
2799993	Croisement de la Flèche	croisement-de-la-fleche	BE		0	Europe/Brussels	49.86667	5.23333				WAL	WLX	84	84009
2799995	Croiseau	croiseau	BE		0	Europe/Brussels	50.61393	4.2581				WAL	WBR	25	25072
2799999	Criptia	criptia	BE		0	Europe/Brussels	50.37042	4.60147				WAL	WNA	92	92048
2800001	Crimont	crimont	BE		0	Europe/Brussels	50.73324	3.66046				WAL	WHT	51	51017
2800004	Crèvecoeur	crevecoeur	BE		0	Europe/Brussels	50.68886	5.36609				WAL	WLG	64	64063
2800005	Crèvecoeur	crevecoeur	BE		0	Europe/Brussels	50.54241	5.59208				WAL	WLG	62	62032
2800009	Crestelle et Roisy	crestelle-et-roisy	BE		0	Europe/Brussels	50.18333	5.63333		Crestelle,Crestelle et Roisy		WAL	WLX	83	83031
2800010	Creppe	creppe	BE		0	Europe/Brussels	50.47318	5.84516				WAL	WLG	63	63072
2800011	Crenwick	crenwick	BE		0	Europe/Brussels	50.69706	5.17024		Crenwick,Grenwick		WAL	WLG	64	64008
2800014	Crawhez	crawhez	BE		0	Europe/Brussels	50.67717	5.88266				WAL	WLG	63	63089
2800017	Cramion Fay	cramion-fay	BE		0	Europe/Brussels	49.98333	4.5				WAL	WNA	93	93014
2800018	Crahiat	crahiat	BE		0	Europe/Brussels	50.28333	5.08333				WAL	WNA	91	91030
2800019	Craasbeek	craasbeek	BE		0	Europe/Brussels	50.91833	4.90778		Craasbeek,Craesbeek		VLG	VBR	24	24135
2800021	Cowan	cowan	BE		0	Europe/Brussels	50.11182	5.81037		Cowan		WAL	WLX	82	82014
2800022	Cowa	cowa	BE		0	Europe/Brussels	50.60988	5.41334				WAL	WLG	62	62120
2800023	Couvreux	couvreux	BE		0	Europe/Brussels	49.55294	5.46542				WAL	WLX	85	85047
2800033	Couture de Zeupire	couture-de-zeupire	BE		0	Europe/Brussels	50.31667	4.35				WAL	WHT	56	56078
2800038	Coutelle	coutelle	BE		0	Europe/Brussels	50.01667	5.23333		Coutelle,Goutelle		WAL	WLX	84	84035
2800039	Cousteumont	cousteumont	BE		0	Europe/Brussels	49.81728	5.47362		Coustemont,Cousteumont		WAL	WLX	84	84043
2800040	Courvite	courvite	BE		0	Europe/Brussels	50.16667	4.86667				WAL	WNA	91	91072
2800041	Court Tournant	court-tournant	BE		0	Europe/Brussels	50.18333	4.23333				WAL	WHT	56	56005
2800045	Courtil-Piette	courtil-piette	BE		0	Europe/Brussels	50.53333	6.03333				WAL	WLG	63	63038
2800047	Courtil	courtil	BE		0	Europe/Brussels	50.21449	5.91257				WAL	WLX	82	82037
2800052	Cours d'Eau	cours-d-eau	BE		0	Europe/Brussels	50.63637	4.36458				WAL	WBR	25	25014
2800053	Courrière lez Ville	courriere-lez-ville	BE		0	Europe/Brussels	50.5427	4.20115				WAL	WHT	55	55050
2800065	Cour à Xhendelesse	cour-a-xhendelesse	BE		0	Europe/Brussels	50.6	5.78333		Cour Xhendelesse,Cour a Xhendelesse,Cour à Xhendelesse		WAL	WLG	63	63058
2800068	Cour	cour	BE		0	Europe/Brussels	50.43507	5.86917		Cour		WAL	WLG	63	63075
2800070	Couplet	couplet	BE		0	Europe/Brussels	50.63333	4.06667		Bois de Couplet,Couplet		WAL	WHT	55	55004
2800076	Coucoumont	coucoumont	BE		0	Europe/Brussels	50.56667	5.73333				WAL	WLG	63	63057
2800078	Coucou	coucou	BE		0	Europe/Brussels	50.8	3.1				VLG	VWV	34	34027
2800079	Coucou	coucou	BE		0	Europe/Brussels	50.65456	3.69254				WAL	WHT	51	51004
2800081	Cottaprez	cottaprez	BE		0	Europe/Brussels	50.34012	4.69666				WAL	WNA	92	92087
2800082	Côte Lambot	cote-lambot	BE		0	Europe/Brussels	49.8	5.2				WAL	WLX	84	84009
2800083	Côte de Wilbauroche	cote-de-wilbauroche	BE		0	Europe/Brussels	49.80677	5.2375				WAL	WLX	84	84009
2800084	Côte Champion	cote-champion	BE		0	Europe/Brussels	49.8	5.23333		Cote Champion,Cote Champlon,Côte Champion,Côte Champlon		WAL	WLX	84	84029
2800089	Cosenberg	cosenberg	BE		0	Europe/Brussels	50.69937	5.87508				WAL	WLG	63	63003
2800095	Cortil	cortil	BE		0	Europe/Brussels	50.58329	4.64001				WAL	WBR	25	25117
2800096	Cortenbroek	cortenbroek	BE		0	Europe/Brussels	50.68333	4.01667		Cortembroek,Cortenbroek		WAL	WHT	55	55010
2800099	Corsal	corsal	BE		0	Europe/Brussels	50.57024	4.62453				WAL	WBR	25	25117
2800105	Corroy	corroy	BE		0	Europe/Brussels	50.29255	4.62113				WAL	WNA	92	92087
2800106	Corriaux	corriaux	BE		0	Europe/Brussels	50.25	5.31667				WAL	WNA	91	91120
2800107	Coronmeuse	coronmeuse	BE		0	Europe/Brussels	50.65632	5.61333		Coronmeuse,Coronmeuse on Muse		WAL	WLG	62	62051
2800108	Coron d'en Haut	coron-d-en-haut	BE		0	Europe/Brussels	50.53143	3.69484				WAL	WHT	51	51008
2800109	Coron	coron	BE		0	Europe/Brussels	50.60751	3.59629		Coron,Le Coron		WAL	WHT	57	57094
2800110	Coron	coron	BE		0	Europe/Brussels	50.56667	3.63333				WAL	WHT	57	57094
2800111	Coron Saint-Pierre	coron-saint-pierre	BE		0	Europe/Brussels	50.49181	3.76307		Le Coron		WAL	WHT	53	53070
2800112	Coron	coron	BE		0	Europe/Brussels	50.4305	3.80642				WAL	WHT	53	53014
2800113	Coron de Blaugies	coron-de-blaugies	BE		0	Europe/Brussels	50.35587	3.8417				WAL	WHT	53	53020
2800114	Coro	coro	BE		0	Europe/Brussels	50.01667	5.25				WAL	WLX	84	84035
2800121	Cornet	cornet	BE		0	Europe/Brussels	50.7	3.7				WAL	WHT	51	51017
2800122	Cornet	cornet	BE		0	Europe/Brussels	50.62657	3.26892				WAL	WHT	57	57081
2800123	Cornet	cornet	BE		0	Europe/Brussels	50.42482	3.79543				WAL	WHT	53	53014
2800126	Cornemont	cornemont	BE		0	Europe/Brussels	50.51665	5.70474				WAL	WLG	62	62100
2800127	Cornelle	cornelle	BE		0	Europe/Brussels	50.26504	4.65898				WAL	WNA	92	92087
2800128	Corne du Bois des Pendus	corne-du-bois-des-pendus	BE		0	Europe/Brussels	49.78265	5.74951				WAL	WLX	81	81003
2800129	Corioule	corioule	BE		0	Europe/Brussels	50.38287	5.00322		Corioule,Corioulle		WAL	WNA	92	92006
2800130	Corinhez	corinhez	BE		0	Europe/Brussels	50.68333	5.68333		Corinhez,Gorinhez		WAL	WLG	62	62108
2800131	Coreux Gilmister	coreux-gilmister	BE		0	Europe/Brussels	50.56667	6.01667				WAL	WLG	63	63004
2800133	Coreux	coreux	BE		0	Europe/Brussels	50.38067	5.89583				WAL	WLG	63	63073
2800135	Coret	coret	BE		0	Europe/Brussels	49.9	5.51667		Core,Coret,Côré		WAL	WLX	82	82036
2800142	Corby	corby	BE		0	Europe/Brussels	50.36743	4.37984				WAL	WHT	52	52048
2800147	Corbeau	corbeau	BE		0	Europe/Brussels	50.57761	4.80984		Corbeau,Le Corbeau		WAL	WNA	92	92035
2800148	Corbeau	corbeau	BE		0	Europe/Brussels	50.57048	4.891				WAL	WNA	92	92035
2800153	Coraimont	coraimont	BE		0	Europe/Brussels	50.60284	4.16252				WAL	WHT	55	55004
2800156	Coquinette	coquinette	BE		0	Europe/Brussels	50.55	4.45				WAL	WHT	52	52075
2800157	Coquiane	coquiane	BE		0	Europe/Brussels	50.70829	4.0689				WAL	WHT	55	55010
2800158	Coquenwet	coquenwet	BE		0	Europe/Brussels	49.8	5.66667				WAL	WLX	84	84033
2800159	Coquaimont	coquaimont	BE		0	Europe/Brussels	50.38686	5.46999		Coquaimont		WAL	WLX	83	83012
2800160	Coq d'Agache	coq-d-agache	BE		0	Europe/Brussels	50.70885	3.49125				WAL	WHT	57	57095
2800162	Copon	copon	BE		0	Europe/Brussels	49.9685	5.58013		Copen,Copon		WAL	WLX	82	82036
2800165	Contrepré	contrepre	BE		0	Europe/Brussels	50.67531	3.64076				WAL	WHT	51	51065
2800166	Contranhez	contranhez	BE		0	Europe/Brussels	49.96591	5.32795		Contranheid,Contranhez		WAL	WLX	84	84035
2800167	Consy	consy	BE		0	Europe/Brussels	50.23403	5.5406				WAL	WLX	83	83044
2800168	Consy	consy	BE		0	Europe/Brussels	50.11667	5.7				WAL	WLX	82	82014
2800169	Constantin	constantin	BE		0	Europe/Brussels	50.63012	3.37846				WAL	WHT	57	57081
2800173	Conjoux	conjoux	BE		0	Europe/Brussels	50.23902	5.05842		Conjoux		WAL	WNA	91	91030
2800180	Comté	comte	BE		0	Europe/Brussels	50.27097	5.88174				WAL	WLX	82	82032
2800181	Compogne	compogne	BE		0	Europe/Brussels	50.08689	5.70877				WAL	WLX	82	82005
2800185	Communes	communes	BE		0	Europe/Brussels	50.56481	4.59263		Communes,Les Communes		WAL	WNA	92	92114
2800186	Commune	commune	BE		0	Europe/Brussels	50.75	3.76667				WAL	WHT	51	51019
2800187	Commune	commune	BE		0	Europe/Brussels	50.55585	4.36648				WAL	WHT	52	52055
2800188	Commune	commune	BE		0	Europe/Brussels	50.53957	4.42005				WAL	WHT	52	52075
2800191	Commont	commont	BE		0	Europe/Brussels	50.68765	3.74462				WAL	WHT	51	51017
2800192	Commogne	commogne	BE		0	Europe/Brussels	50.35	5.05				WAL	WNA	91	91059
2800193	Commijn	commijn	BE		0	Europe/Brussels	50.7029	3.93075		Commijn,Commyn		WAL	WHT		
2800194	Commanster	commanster	BE		0	Europe/Brussels	50.25333	6.00083				WAL	WLX	82	82032
2800198	Comchez	comchez	BE		0	Europe/Brussels	50.46133	5.42521		Coinchez,Comchez		WAL	WLG	61	61048
2800199	Comblinay	comblinay	BE		0	Europe/Brussels	50.45582	5.59011		Comblinay		WAL	WLG	61	61024
2800208	Colroy	colroy	BE		0	Europe/Brussels	50.54513	3.85826				WAL	WHT	53	53044
2800209	Colrin	colrin	BE		0	Europe/Brussels	49.9989	5.37981				WAL	WLX	84	84059
2800212	Colombus	colombus	BE		0	Europe/Brussels	51.30786	3.14731				VLG	VWV	31	31004
2800214	Colmst	colmst	BE		0	Europe/Brussels	50.91667	3.61667		Colmst,Colmstraat		VLG	VOV	45	45068
2800216	Collas	collas	BE		0	Europe/Brussels	50.21791	5.73782				WAL	WLX	82	82014
2800217	Colinet	colinet	BE		0	Europe/Brussels	50.65675	4.47362				WAL	WBR	25	25119
2800223	Cointe	cointe	BE		0	Europe/Brussels	50.61863	5.5567		Cointe		WAL	WLG	62	62063
2800224	Coin du Haut	coin-du-haut	BE		0	Europe/Brussels	49.81667	5.6				WAL	WLX	84	84033
2800225	Coin de Suzin	coin-de-suzin	BE		0	Europe/Brussels	50.17938	5.20911				WAL	WNA	91	91114
2800226	Coignelet	coignelet	BE		0	Europe/Brussels	50.31648	5.68592		Coignelet,Coignelot		WAL	WLX	83	83055
2800231	Cognebeau	cognebeau	BE		0	Europe/Brussels	50.55222	4.04829				WAL	WHT	55	55040
2800232	Coeuvins	coeuvins	BE		0	Europe/Brussels	49.69832	5.63797				WAL	WLX	85	85046
2800233	Coeurq	coeurq	BE		0	Europe/Brussels	50.66425	4.19016		Coercq,Coerecq,Coeurq		WAL	WBR	25	25105
2800234	Codron	codron	BE		0	Europe/Brussels	50.7	3.26667				WAL	WHT	57	57027
2800235	Cocrou Biez	cocrou-biez	BE		0	Europe/Brussels	50.73492	4.71819		Cocrou,Cocrou Biez,Cocroux,Cocroux-Biez		WAL	WBR	25	25037
2800236	Cocriamont	cocriamont	BE		0	Europe/Brussels	50.6268	3.30485				WAL	WHT	57	57081
2800237	Cocriamont	cocriamont	BE		0	Europe/Brussels	50.3808	4.62042				WAL	WNA	92	92048
2800238	Cocquereaumont	cocquereaumont	BE		0	Europe/Brussels	50.64012	3.61671		Cocqueraumont,Cocquereaumont,Coqueraimont		WAL	WHT	51	51065
2800239	Cocqueray	cocqueray	BE		0	Europe/Brussels	50.26667	5.23333				WAL	WNA	91	91120
2800240	Cockaifagne	cockaifagne	BE		0	Europe/Brussels	50.49044	5.963		Cockaifagne,Cokenfagne		WAL	WLG	63	63038
2800241	Cochleval	cochleval	BE		0	Europe/Brussels	50.01859	5.63129				WAL	WLX	82	82005
2800243	Cochamp	cochamp	BE		0	Europe/Brussels	50.35	5.26667				WAL	WNA	91	91064
2800244	Cocambre	cocambre	BE		0	Europe/Brussels	50.76667	3.66667				WAL	WHT		
2800245	Cobru	cobru	BE		0	Europe/Brussels	50.06199	5.75229				WAL	WLX	82	82003
2800246	Clouse	clouse	BE		0	Europe/Brussels	50.6	6.06667				WAL	WLG	63	63004
2800247	Cloître	cloitre	BE		0	Europe/Brussels	50.75	3.8				WAL	WHT	55	55023
2800249	Clochimont	clochimont	BE		0	Europe/Brussels	49.95063	5.66959				WAL	WLX	82	82036
2800250	Clisore	clisore	BE		0	Europe/Brussels	50.60788	5.89267				WAL	WLG	63	63020
2800251	Clipet	clipet	BE		0	Europe/Brussels	50.68092	3.45456				WAL	WHT	57	57018
2800252	Clicotia	clicotia	BE		0	Europe/Brussels	50.34078	4.35198				WAL	WHT	56	56078
2800261	Clermaie	clermaie	BE		0	Europe/Brussels	50.52802	3.34754				WAL	WHT	57	57093
2800262	Clerheid	clerheid	BE		0	Europe/Brussels	50.29622	5.59349		Clerheid		WAL	WLX	83	83013
2800263	Clemenshoek	clemenshoek	BE		0	Europe/Brussels	51.1	4.4				VLG	VAN	11	11037
2800264	Clefay	clefay	BE		0	Europe/Brussels	50.53333	6.11667				WAL	WLG	63	63004
2800265	Clef	clef	BE		0	Europe/Brussels	50.61246	5.69484				WAL	WLG	62	62038
2800268	Cléal	cleal	BE		0	Europe/Brussels	50.46667	5.18333				WAL	WNA	92	92097
2800272	Clavia	clavia	BE		0	Europe/Brussels	50.29122	5.14403				WAL	WNA	91	91030
2800274	Clarisse	clarisse	BE		0	Europe/Brussels	50.59781	4.34052				WAL	WBR	25	25072
2800275	Claquedent	claquedent	BE		0	Europe/Brussels	50.3282	4.41166				WAL	WHT	56	56086
2800276	Claminforge	claminforge	BE		0	Europe/Brussels	50.4	4.61667				WAL	WNA	92	92048
2800278	Claire Haie	claire-haie	BE		0	Europe/Brussels	50.54432	4.24654				WAL	WHT	52	52063
2800279	Claire Fontaine	claire-fontaine	BE		0	Europe/Brussels	50.48121	4.28463				WAL	WHT	52	52010
2800280	Clairefontaine	clairefontaine	BE		0	Europe/Brussels	49.66769	5.86696		Clairefontaine		WAL	WLX	81	81001
2800284	Clachoire	clachoire	BE		0	Europe/Brussels	50.9808	2.6141		Clachoire,Clachore,Clachorre		VLG	VWV	38	38002
2800288	Cité Cockerill	cite-cockerill	BE		0	Europe/Brussels	51	5.58333		Cite Cockerill,Cité Cockerill,Cokerill-Wijk		VLG	VLI	71	71002
2800294	Cintrijn	cintrijn	BE		0	Europe/Brussels	50.78333	3.5				VLG	VOV	45	45060
2800295	Cinquant	cinquant	BE		0	Europe/Brussels	50.74428	3.65599				WAL	WHT	51	51017
2800300	Cierreux	cierreux	BE		0	Europe/Brussels	50.2444	5.93015				WAL	WLX	82	82037
2800303	Cielle	cielle	BE		0	Europe/Brussels	50.19424	5.55956		Cielle		WAL	WLX	83	83031
2800307	Choviompré	choviompre	BE		0	Europe/Brussels	50.1	5.7				WAL	WLX	82	82005
2800308	Choupère	choupere	BE		0	Europe/Brussels	50.60392	4.26774				WAL	WBR	25	25072
2800310	Chorlet	chorlet	BE		0	Europe/Brussels	49.9	5.15				WAL	WLX	84	84050
2800311	Choque	choque	BE		0	Europe/Brussels	50.63218	4.10645				WAL	WHT	55	55004
2800315	Chôdes	chodes	BE		0	Europe/Brussels	50.43293	6.05211		Chodes,Chôdes		WAL	WLG	63	63049
2800316	Choassnaye	choassnaye	BE		0	Europe/Brussels	50.23333	5.58333				WAL	WLX	83	83044
2800318	Chiversoux	chiversoux	BE		0	Europe/Brussels	49.96667	5.71667				WAL	WLX	82	82003
2800324	Chîmonti	chimonti	BE		0	Europe/Brussels	50.19925	5.93267				WAL	WLX	82	82037
2800327	Chifontaine	chifontaine	BE		0	Europe/Brussels	50.03333	5.83333				WAL	WLX	82	82003
2800331	Chevroumont	chevroumont	BE		0	Europe/Brussels	50.16656	5.73572				WAL	WLX	82	82014
2800332	Chevrouheid	chevrouheid	BE		0	Europe/Brussels	50.44332	5.90554		Chevrouheid		WAL	WLG	63	63075
2800337	Chevofosse	chevofosse	BE		0	Europe/Brussels	50.39711	5.98655				WAL	WLG	63	63049
2800340	Chevesnes	chevesnes	BE		0	Europe/Brussels	50.33835	4.22145				WAL	WHT	56	56044
2800341	Chevenia	chevenia	BE		0	Europe/Brussels	50.3	5.2				WAL	WNA	91	91059
2800342	Chevemont	chevemont	BE		0	Europe/Brussels	50.71285	5.90634				WAL	WLG	63	63088
2800344	Chevaudos	chevaudos	BE		0	Europe/Brussels	49.79302	5.47511				WAL	WLX	84	84033
2800345	Chevauchoir	chevauchoir	BE		0	Europe/Brussels	50.38977	4.78341		Chevauchoir,Chevochoir,Les Chevauchoirs		WAL	WNA	92	92101
2800347	Cheval de Bois	cheval-de-bois	BE		0	Europe/Brussels	50.687	4.45453				WAL	WBR	25	25119
2800349	Chestion	chestion	BE		0	Europe/Brussels	50	4.68333				WAL	WNA	93	93090
2800352	Chession	chession	BE		0	Europe/Brussels	50.40655	5.75375		Chession		WAL	WLG	63	63075
2800353	Chession	chession	BE		0	Europe/Brussels	50.15	5.86667				WAL	WLX	82	82037
2800354	Cheslez	cheslez	BE		0	Europe/Brussels	50.28333	4.51667		Cheslez,Cheslin		WAL	WNA	93	93088
2800355	Cheslé	chesle	BE		0	Europe/Brussels	50.16072	5.64881				WAL	WLX	83	83031
2800357	Chertal	chertal	BE		0	Europe/Brussels	50.68333	5.66667		Chertal,Chertalle		WAL	WLG	62	62108
2800359	Cherhal	cherhal	BE		0	Europe/Brussels	50.38692	5.6571				WAL	WLG	61	61019
2800362	Cherau	cherau	BE		0	Europe/Brussels	50.2	4.96667				WAL	WNA	91	91072
2800367	Chéoux	cheoux	BE		0	Europe/Brussels	50.21935	5.4719		Cheoux,Chéoux		WAL	WLX	83	83044
2800368	Chenu	chenu	BE		0	Europe/Brussels	50.60691	4.22704				WAL	WHT	55	55004
2800369	Chensée	chensee	BE		0	Europe/Brussels	50.4926	4.33759				WAL	WHT	52	52015
2800370	Chenoy	chenoy	BE		0	Europe/Brussels	50.6181	4.58718		Chenoy,Le Chenoy		WAL	WBR	25	25023
2800375	Chenois	chenois	BE		0	Europe/Brussels	50.7067	4.37621				WAL	WBR	25	25110
2800377	Chenois	chenois	BE		0	Europe/Brussels	49.55826	5.54988		Chenois		WAL	WLX	85	85045
2800379	Chenogne	chenogne	BE		0	Europe/Brussels	49.99187	5.6184		Chenogne		WAL	WLX	82	82036
2800381	Chenne Lisse	chenne-lisse	BE		0	Europe/Brussels	50.01667	5.06667		Chenne Lisse,Tchene-Lisse,Tchêne-Lisse		WAL	WLX	84	84016
2800382	Cheniat	cheniat	BE		0	Europe/Brussels	50.59468	4.48405				WAL	WBR	25	25031
2800385	Cheneux	cheneux	BE		0	Europe/Brussels	50.40901	5.95699				WAL	WLG	63	63073
2800386	Cheneux	cheneux	BE		0	Europe/Brussels	50.39538	5.81589		Cheneux		WAL	WLG	63	63075
2800387	Cheneumont	cheneumont	BE		0	Europe/Brussels	50.31961	5.30141				WAL	WNA	91	91064
2800391	Chenet	chenet	BE		0	Europe/Brussels	49.98333	5.16667		Chenet,Le Tchene		WAL	WLX	84	84050
2800392	Chênet	chenet	BE		0	Europe/Brussels	49.95824	5.51679				WAL	WLX	84	84077
2800393	Chenemont	chenemont	BE		0	Europe/Brussels	50.58333	4.46667				WAL	WBR	25	25031
2800397	Chêneau	cheneau	BE		0	Europe/Brussels	50.33219	4.42313		Chenau,Cheneau,Chênau,Chêneau		WAL	WHT	56	56086
2800398	Chêne al Pierre	chene-al-pierre	BE		0	Europe/Brussels	50.33281	5.68016		Chene al Pierre,Chene al Pire,Chêne al Pierre,Chêne al Pire		WAL	WLX	83	83055
2800399	Chêne à Han	chene-a-han	BE		0	Europe/Brussels	50.33102	5.40188				WAL	WLX	83	83012
2800405	Chêne	chene	BE		0	Europe/Brussels	50.60837	4.28095				WAL	WBR	25	25072
2800407	Chêne	chene	BE		0	Europe/Brussels	49.86286	5.55987				WAL	WLX	84	84033
2800410	Chemin Vert	chemin-vert	BE		0	Europe/Brussels	50.687	3.39888				WAL	WHT	57	57018
2800413	Chefna Ville au Bois	chefna-ville-au-bois	BE		0	Europe/Brussels	50.43597	5.78267				WAL	WLG	62	62009
2800415	Chechy	chechy	BE		0	Europe/Brussels	50.55	4.48333				WAL	WBR	25	25107
2800419	Chavée	chavee	BE		0	Europe/Brussels	50.52401	5.11198				WAL	WLG	61	61028
2800421	Chavanne	chavanne	BE		0	Europe/Brussels	50.17525	5.35194				WAL	WLX	83	83040
2800422	Chauveheid	chauveheid	BE		0	Europe/Brussels	50.37257	5.73923				WAL	WLG	63	63075
2800425	Chaussée	chaussee	BE		0	Europe/Brussels	50.70878	3.71655				WAL	WHT	51	51017
2800426	Chaussée	chaussee	BE		0	Europe/Brussels	50.7	3.71667				WAL	WHT	51	51017
2800427	Chaussée de Tournai	chaussee-de-tournai	BE		0	Europe/Brussels	50.61402	3.68797				WAL	WHT	57	57094
2800428	Chaurnaille	chaurnaille	BE		0	Europe/Brussels	50.15	5.83333				WAL	WLX	82	82014
2800429	Chauquenée	chauquenee	BE		0	Europe/Brussels	50.25152	5.07107				WAL	WNA	91	91030
2800432	Chaumont	chaumont	BE		0	Europe/Brussels	50.61158	4.36091		Chaumont		WAL	WBR	25	25072
2800433	Chaumont	chaumont	BE		0	Europe/Brussels	50.56464	5.36332		Chaumont		WAL	WLG	61	61080
2800434	Chaumont	chaumont	BE		0	Europe/Brussels	50.35	4.96667				WAL	WNA	92	92006
2800435	Chaumont	chaumont	BE		0	Europe/Brussels	50.2309	4.61089		Chaumont		WAL	WNA	93	93022
2800436	Chaumont	chaumont	BE		0	Europe/Brussels	49.92053	5.67217		Chaumont		WAL	WLX	82	82036
2800440	Chaudeville	chaudeville	BE		0	Europe/Brussels	50.23926	4.20661				WAL	WHT	56	56005
2800441	Chaubrire	chaubrire	BE		0	Europe/Brussels	50.7	4.48333				WAL	WBR	25	25119
2800450	Château Renaud	chateau-renaud	BE		0	Europe/Brussels	49.62516	5.53681				WAL	WLX	85	85045
2800452	Châteaumont	chateaumont	BE		0	Europe/Brussels	49.81667	5.03333				WAL	WLX	84	84010
2800453	Château le Duc	chateau-le-duc	BE		0	Europe/Brussels	49.83802	5.0713				WAL	WLX	84	84010
2800461	Chasse Royale	chasse-royale	BE		0	Europe/Brussels	50.42842	3.95001				WAL	WHT	53	53053
2800465	Chassart	chassart	BE		0	Europe/Brussels	50.5	4.5				WAL	WHT	52	52075
2800468	Charnoy	charnoy	BE		0	Europe/Brussels	50.35	4.5		Charnoy,Le Charnoy		WAL	WHT	52	52025
2800474	Charneuse	charneuse	BE		0	Europe/Brussels	49.92567	4.93538				WAL	WNA	91	91054
2800475	Charneu	charneu	BE		0	Europe/Brussels	50.37304	5.36544				WAL	WNA	91	91120
2800477	Charly des Bois	charly-des-bois	BE		0	Europe/Brussels	50.61728	4.21349				WAL	WHT	55	55004
2800486	Charbonnage	charbonnage	BE		0	Europe/Brussels	50.43333	4.16667				WAL	WHT	56	56011
2800490	Chapois	chapois	BE		0	Europe/Brussels	50.26114	5.13027				WAL	WNA	91	91030
2800492	Le Chapitre	le-chapitre	BE		0	Europe/Brussels	50.59986	3.70317				WAL	WHT	51	51004
2800494	Chapelle Saint-Pierre	chapelle-saint-pierre	BE		0	Europe/Brussels	50.73561	3.88422				WAL	WHT	55	55023
2800498	Chapelle Sainte-Anne	chapelle-sainte-anne	BE		0	Europe/Brussels	49.69959	5.32216				WAL	WLX	85	85011
2800499	Chapelle Saint-Donat	chapelle-saint-donat	BE		0	Europe/Brussels	49.72351	5.25504				WAL	WLX	85	85011
2800509	Chapelle	chapelle	BE		0	Europe/Brussels	50.76667	3.78333				WAL	WHT		
2800510	Chapelle	chapelle	BE		0	Europe/Brussels	50.69977	3.78488				WAL	WHT	55	55023
2800511	Chaos	chaos	BE		0	Europe/Brussels	50.65078	3.25079				WAL	WHT	57	57081
2800512	Chanxhe	chanxhe	BE		0	Europe/Brussels	50.50349	5.59668				WAL	WLG	62	62100
2800513	Chantraine	chantraine	BE		0	Europe/Brussels	50.60959	5.67418				WAL	WLG	62	62038
2800514	Chantraine	chantraine	BE		0	Europe/Brussels	50.3527	5.2685				WAL	WNA	91	91064
2800516	Chantier	chantier	BE		0	Europe/Brussels	50.1	5.88333				WAL	WLX	82	82014
2800520	Chant d'Oiseaux	chant-d-oiseaux	BE		0	Europe/Brussels	50.50934	5.04288				WAL	WNA	92	92003
2800521	Channy	channy	BE		0	Europe/Brussels	50.68333	3.51667				WAL	WHT	51	51065
2800526	Champs Saint-Remy	champs-saint-remy	BE		0	Europe/Brussels	50.2	5.2				WAL	WNA	91	91114
2800528	Champs de la Fontaine	champs-de-la-fontaine	BE		0	Europe/Brussels	50.2116	5.20781				WAL	WNA	91	91114
2800529	Champs Chenets	champs-chenets	BE		0	Europe/Brussels	49.81779	5.1665				WAL	WLX	84	84009
2800530	Champs	champs	BE		0	Europe/Brussels	50.03956	5.66886				WAL	WLX	82	82005
2800533	Champ Martin	champ-martin	BE		0	Europe/Brussels	50.15577	4.1729				WAL	WHT	56	56088
2800535	Champlon Famenne	champlon-famenne	BE		0	Europe/Brussels	50.21708	5.3777				WAL	WLX	83	83034
2800539	Champles	champles	BE		0	Europe/Brussels	50.73378	4.55664		Chample,Champles		WAL	WBR	25	25112
2800540	Champ Laurent	champ-laurent	BE		0	Europe/Brussels	50.68638	4.62038				WAL	WBR	25	25112
2800544	Champiomont	champiomont	BE		0	Europe/Brussels	50.68333	5.81667		Champiomont,Championet		WAL	WLG	63	63035
2800545	Champia	champia	BE		0	Europe/Brussels	50.55555	5.24366				WAL	WLG	61	61072
2800548	Champ du Long Pré	champ-du-long-pre	BE		0	Europe/Brussels	50.65452	4.81735				WAL	WBR	25	25084
2800549	Champ du Fort Clicot	champ-du-fort-clicot	BE		0	Europe/Brussels	50.61667	4.93333				WAL	WNA	92	92035
2800551	Champ du Bois	champ-du-bois	BE		0	Europe/Brussels	50.30382	5.24152				WAL	WNA	91	91064
2800552	Champ de Wooz	champ-de-wooz	BE		0	Europe/Brussels	50.63186	5.91427		Champ de Wooz		WAL	WLG	63	63046
2800553	Champ de Tir	champ-de-tir	BE		0	Europe/Brussels	49.65203	5.71941				WAL	WLX	81	81001
2800555	Champ des Oiseaux	champ-des-oiseaux	BE		0	Europe/Brussels	50.57403	5.43197				WAL	WLG	62	62120
2800556	Champ des Lièvres	champ-des-lievres	BE		0	Europe/Brussels	50.18333	4.23333				WAL	WHT	56	56005
2800557	Champ de Rance	champ-de-rance	BE		0	Europe/Brussels	50.14944	4.30284				WAL	WHT	56	56029
2800558	Champ de Mai	champ-de-mai	BE		0	Europe/Brussels	50.71298	4.38582		Champ de Me,Champ de Mé,Champs-de-Mai		WAL	WBR	25	25110
2800559	Champ de la Truie	champ-de-la-truie	BE		0	Europe/Brussels	50.15838	4.33731				WAL	WHT	56	56029
2800560	Champ Blandais	champ-blandais	BE		0	Europe/Brussels	49.91667	5.58333				WAL	WLX	82	82036
2800561	Champ Benoit	champ-benoit	BE		0	Europe/Brussels	50.13333	4.21667				WAL	WHT	56	56088
2800563	Champale	champale	BE		0	Europe/Brussels	50.31117	4.89297				WAL	WNA	91	91141
2800564	Champagne	champagne	BE		0	Europe/Brussels	50.43794	6.14187				WAL	WLG	63	63080
2800565	Champagne	champagne	BE		0	Europe/Brussels	50.30292	5.4469				WAL	WLX	83	83013
2800566	Chamborgneau	chamborgneau	BE		0	Europe/Brussels	50.377	4.50491		Chamborgneau		WAL	WHT	52	52012
2800568	Challes	challes	BE		0	Europe/Brussels	50.39435	5.94884		Challe,Challes		WAL	WLG	63	63073
2800569	Chaleux	chaleux	BE		0	Europe/Brussels	50.21667	4.95				WAL	WNA	91	91034
2800570	Chalet	chalet	BE		0	Europe/Brussels	50.57602	5.28894				WAL	WLG	61	61068
2800577	Chaffours	chaffours	BE		0	Europe/Brussels	50.6	5.45		Chaffours,Chafours		WAL	WLG	62	62120
2800579	Chabut	chabut	BE		0	Europe/Brussels	50.77345	4.72066				WAL	WBR	25	25005
2800580	Chabry	chabry	BE		0	Europe/Brussels	50.0789	5.59479				WAL	WLX	82	82005
2800581	Chabreliez	chabreliez	BE		0	Europe/Brussels	50.22607	5.72087		Chabreheid,Chabrehez,Chabreliex,Chabrellez		WAL	WLX	82	82014
2800582	Chabotais	chabotais	BE		0	Europe/Brussels	49.86667	4.98333				WAL	WNA	91	91015
2800583	Cetturu	cetturu	BE		0	Europe/Brussels	50.12881	5.84321				WAL	WLX	82	82014
2800586	Cernaut	cernaut	BE		0	Europe/Brussels	50.44887	4.00898				WAL	WHT	53	53053
2800587	Cerivaux	cerivaux	BE		0	Europe/Brussels	49.88333	4.9				WAL	WNA	91	91143
2800595	Centri	centri	BE		0	Europe/Brussels	50.73765	4.68309		Centri,Centry,Cintry		WAL	WBR	25	25037
2800597	Centrale Hut	centrale-hut	BE		0	Europe/Brussels	50.75731	4.38698		Centrale Hut,Espinette-Centrale,Midden Hut		VLG	VBR	23	23101
2800598	Censes Severin	censes-severin	BE		0	Europe/Brussels	49.97224	4.56793				WAL	WNA		
2800599	Cens	cens	BE		0	Europe/Brussels	50.10691	5.5758		Cens		WAL	WLX	83	83049
2800600	Cendron	cendron	BE		0	Europe/Brussels	49.96191	4.23663		Cendron		WAL	WHT	56	56051
2800603	Celli	celli	BE		0	Europe/Brussels	50.06667	5.51667				WAL	WLX	82	82038
2800611	Celie	celie	BE		0	Europe/Brussels	51.23333	3.5				VLG	VOV	43	43014
2800613	Cawette	cawette	BE		0	Europe/Brussels	49.5942	5.48603				WAL	WLX	85	85024
2800614	Cavrinnes	cavrinnes	BE		0	Europe/Brussels	50.70956	3.37158				WAL	WHT	57	57062
2800615	Les Cavins	les-cavins	BE		0	Europe/Brussels	50.5054	3.76814				WAL	WHT	53	53070
2800617	Cauwenberg	cauwenberg	BE		0	Europe/Brussels	50.92	3.96684		Cauwenberg,Kouwenberg		VLG	VOV	41	41082
2800618	Caumont	caumont	BE		0	Europe/Brussels	50.59924	3.55688				WAL	WHT	57	57081
2800621	Caturiaux	caturiaux	BE		0	Europe/Brussels	50.67666	4.49088				WAL	WBR	25	25119
2800632	Casmatrie	casmatrie	BE		0	Europe/Brussels	50.6	5.63333				WAL	WLG	62	62022
2800634	Carré	carre	BE		0	Europe/Brussels	50.1137	4.46294				WAL	WNA	93	93014
2800635	Carnoy	carnoy	BE		0	Europe/Brussels	50.71667	3.46667				WAL	WHT	57	57095
2800636	Carnois	carnois	BE		0	Europe/Brussels	50.69581	3.57905				WAL	WHT	51	51065
2800643	Carmois	carmois	BE		0	Europe/Brussels	50.66045	3.9321		Carmois,Carmoy		WAL	WHT	55	55039
2800648	Caraute	caraute	BE		0	Europe/Brussels	50.70548	4.36655		Carante,Caraute		WAL	WBR	25	25110
2800650	Capon	capon	BE		0	Europe/Brussels	50.73333	3.45				WAL	WHT	57	57018
2800651	Cantines	cantines	BE		0	Europe/Brussels	50.61237	4.08262				WAL	WHT	55	55004
2800652	Canteleux	canteleux	BE		0	Europe/Brussels	50.55778	3.72634				WAL	WHT	51	51014
2800654	Canivet	canivet	BE		0	Europe/Brussels	50.62628	5.07473				WAL	WLG	64	64034
2800655	Canger	canger	BE		0	Europe/Brussels	50.60152	3.46971				WAL	WHT	57	57081
2800657	Candries	candries	BE		0	Europe/Brussels	50.68077	4.00154				WAL	WHT	55	55010
2800659	Canada	canada	BE		0	Europe/Brussels	50.88098	2.68808		Canada,Kanada		VLG	VWV	33	33021
2800661	Camp	camp	BE		0	Europe/Brussels	50.72893	3.67061				WAL	WHT	51	51017
2800670	Calvenne	calvenne	BE		0	Europe/Brussels	50.99189	4.72259				VLG	VBR	24	24109
2800671	Calvaire	calvaire	BE		0	Europe/Brussels	50.35346	4.28269				WAL	WHT	56	56078
2800679	Calhuyère	calhuyere	BE		0	Europe/Brussels	50.72306	3.75878				WAL	WHT	55	55023
2800680	Calevoet	calevoet	BE		0	Europe/Brussels	50.78656	4.32424		Calevoet,Kalevoet		VLG			
2800682	Cala	cala	BE		0	Europe/Brussels	50.629	4.45894		Cala,Gala		WAL	WBR	25	25031
2800686	Caillois	caillois	BE		0	Europe/Brussels	50.66899	3.56989		Caillois,Callois		WAL	WHT	51	51065
2800687	Cahot	cahot	BE		0	Europe/Brussels	50.50109	3.78548				WAL	WHT	53	53070
2800688	Cacqhus	cacqhus	BE		0	Europe/Brussels	50.6	5.31667				WAL	WLG	61	61063
2800689	Cabu	cabu	BE		0	Europe/Brussels	50.61413	4.13433				WAL	WHT	55	55004
2800690	Cabij	cabij	BE		0	Europe/Brussels	50.83333	5.21667		Cabeij,Cabey,Cabij,Gabey		VLG	VLI	71	71053
2800691	Cabendes	cabendes	BE		0	Europe/Brussels	50.56262	5.28186				WAL	WLG	61	61068
2800693	Buzin	buzin	BE		0	Europe/Brussels	50.35732	5.28389				WAL	WNA	91	91064
2800705	Buvange	buvange	BE		0	Europe/Brussels	49.62636	5.79856				WAL	WLX	81	81015
2800706	Butswerve	butswerve	BE		0	Europe/Brussels	51.21691	3.42096				VLG	VOV	43	43010
2800708	Butsel	butsel	BE		0	Europe/Brussels	50.84348	4.85087		Butsel,Butzel,Hoogbutsel		VLG	VBR	24	24016
2800709	Butor	butor	BE		0	Europe/Brussels	50.69782	3.42172		Butor,Moulin Butor		WAL	WHT	57	57018
2800713	Butay	butay	BE		0	Europe/Brussels	50.37896	5.95518				WAL	WLG	63	63073
2800714	Montagne du Bu	montagne-du-bu	BE		0	Europe/Brussels	50.61255	3.69604				WAL	WHT	57	57094
2800717	Bussemeersen	bussemeersen	BE		0	Europe/Brussels	50.75	2.85		Busschemeerschen,Bussemeersen		VLG	VWV		
2800719	Busselkens	busselkens	BE		0	Europe/Brussels	50.93979	5.24606				VLG	VLI	71	71022
2800720	Bussegem	bussegem	BE		0	Europe/Brussels	50.94837	3.88883				VLG	VOV	41	41063
2800721	Bussegem	bussegem	BE		0	Europe/Brussels	50.883	3.78179				VLG	VOV	41	41081
2800722	Busseboom	busseboom	BE		0	Europe/Brussels	50.83826	2.75807				VLG	VWV	33	33021
2800723	Busch Brand	busch-brand	BE		0	Europe/Brussels	50.71667	6.06667				WAL	WLG	63	63061
2800724	Busch	busch	BE		0	Europe/Brussels	50.68111	5.98842		Busch		WAL	WLG	63	63048
2800725	Buscaille	buscaille	BE		0	Europe/Brussels	50.53281	4.36895				WAL	WHT	52	52055
2800726	Bus	bus	BE		0	Europe/Brussels	51.20262	3.58822		Bus,Busch		VLG	VOV	43	43005
2800730	Burtonville	burtonville	BE		0	Europe/Brussels	50.28444	5.96417				WAL	WLX	82	82032
2800736	Burnontige	burnontige	BE		0	Europe/Brussels	50.38018	5.64143		Burnontage,Burnontige		WAL	WLG	61	61019
2800738	Burnon	burnon	BE		0	Europe/Brussels	49.89142	5.66095		Burnon		WAL	WLX	82	82009
2800739	Burnenville	burnenville	BE		0	Europe/Brussels	50.42621	5.99753		Burnenville		WAL	WLG	63	63049
2800743	Burkel	burkel	BE		0	Europe/Brussels	51.18333	3.4		Burkel		VLG	VOV	43	43010
2800744	Burkel	burkel	BE		0	Europe/Brussels	51.12707	5.45909				VLG	VLI	72	72030
2800745	Burhaimont	burhaimont	BE		0	Europe/Brussels	49.8621	5.25291				WAL	WLX	84	84009
2800747	Burgmolen	burgmolen	BE		0	Europe/Brussels	50.9939	2.70136				VLG	VWV	38	38002
2800750	Burgerhout	burgerhout	BE		0	Europe/Brussels	51.13333	4.3				VLG	VOV	46	46013
2800751	Burg	burg	BE		0	Europe/Brussels	50.71806	3.92444		Burg,Burgh		WAL	WHT		
2800752	Burg	burg	BE		0	Europe/Brussels	50.33522	6.04282				WAL	WLG	63	63067
2800754	Buret	buret	BE		0	Europe/Brussels	50.73333	3.48333				VLG	VOV		
2800755	Buret	buret	BE		0	Europe/Brussels	50.09746	5.86945				WAL	WLX	82	82014
2800756	Buresse	buresse	BE		0	Europe/Brussels	50.35684	5.15561				WAL	WNA	91	91059
2800763	Les Burdiaux	les-burdiaux	BE		0	Europe/Brussels	50.47215	3.76067				WAL	WHT	53	53070
2800768	Bunt	bunt	BE		0	Europe/Brussels	51.10612	4.1644				VLG	VOV	42	42008
2800771	Bunderstraat	bunderstraat	BE		0	Europe/Brussels	51.2	4.11667				VLG	VOV	46	46020
2800772	Bunders	bunders	BE		0	Europe/Brussels	51.01667	4.8				VLG	VBR	24	24007
2800773	Bundermolen	bundermolen	BE		0	Europe/Brussels	51.1	3.81667				VLG	VOV	44	44034
2800774	Bultia	bultia	BE		0	Europe/Brussels	50.34032	4.46629				WAL	WHT	56	56086
2800775	Bulteneer	bulteneer	BE		0	Europe/Brussels	50.63333	4.06667		Bultenaer,Bulteneer		WAL	WHT	55	55004
2800776	Bultehoek	bultehoek	BE		0	Europe/Brussels	50.95	2.88333				VLG	VWV	32	32006
2800777	Bulsom	bulsom	BE		0	Europe/Brussels	50.95	4.52111				VLG	VBR	23	23038
2800780	Bullen Gestel	bullen-gestel	BE		0	Europe/Brussels	51.07332	5.51931		Bullen Gestel,De Bullen Gestel		VLG	VLI	72	72042
2800785	Buchten	buchten	BE		0	Europe/Brussels	51.03333	3.7		Bugten,Bukten		VLG	VOV	44	44021
2800787	Bukenberg	bukenberg	BE		0	Europe/Brussels	51.12369	5.15988		Beukenberg,Buekenberg,Bukenberg		VLG	VAN	13	13003
2800792	Buitenste Einde	buitenste-einde	BE		0	Europe/Brussels	51.16667	4.93333				VLG	VAN	13	13008
2800793	Buitenland	buitenland	BE		0	Europe/Brussels	51.11408	4.23199		Buitenland		VLG	VAN	12	12007
2800796	Buissot	buissot	BE		0	Europe/Brussels	50.66667	4.15				WAL	WBR	25	25123
2800800	Buisson	buisson	BE		0	Europe/Brussels	50.67329	3.72299				WAL	WHT	51	51065
2800801	Buisson	buisson	BE		0	Europe/Brussels	50.14495	5.60165				WAL	WLX	83	83031
2800802	Buissière	buissiere	BE		0	Europe/Brussels	50.5167	3.606				WAL	WHT	57	57064
2800803	Buisseret	buisseret	BE		0	Europe/Brussels	50.53333	4.21667				WAL	WHT	52	52063
2800807	Buissen	buissen	BE		0	Europe/Brussels	50.88333	5.51667		Buisen,Buissen,Buyssen		VLG	VLI	73	73006
2800808	Buisestraat	buisestraat	BE		0	Europe/Brussels	50.76667	3.48333				VLG	VOV	45	45060
2800809	Buisegem	buisegem	BE		0	Europe/Brussels	51.1487	4.45647		Buisegem,Buiseghem,Buisegnem		VLG	VAN	11	11013
2800811	Buis	buis	BE		0	Europe/Brussels	50.7	3.73333				WAL	WHT	51	51017
2800813	Buikberg	buikberg	BE		0	Europe/Brussels	50.81667	3.7				VLG	VOV	45	45062
2800814	Buiblok	buiblok	BE		0	Europe/Brussels	50.95	4.91667				VLG	VBR	24	24135
2800818	Bufat	bufat	BE		0	Europe/Brussels	49.91667	5.25		Bufa,Bufat		WAL	WLX	84	84035
2800819	Bue	bue	BE		0	Europe/Brussels	50.73185	3.50436				WAL	WHT	57	57095
2800823	Buda	buda	BE		0	Europe/Brussels	50.91667	4.18333				VLG	VBR	23	23002
2800824	Buda	buda	BE		0	Europe/Brussels	50.9079	4.41547				WAL	WHT		
2800825	Bucquoi	bucquoi	BE		0	Europe/Brussels	50.66667	3.23333		Bucquoi,Bucquoir,Bucquoy		WAL	WHT		
2800826	Bucq	bucq	BE		0	Europe/Brussels	50.65215	4.07063				WAL	WHT	55	55004
2800827	Buck	buck	BE		0	Europe/Brussels	50.58533	5.14469				WAL	WLG	61	61010
2800830	Buchelbusch	buchelbusch	BE		0	Europe/Brussels	49.71667	5.83333				WAL	WLX	81	81001
2800831	Büchel	buechel	BE		0	Europe/Brussels	50.33454	6.0325				WAL	WLG	63	63067
2800839	Bruyères	bruyeres	BE		0	Europe/Brussels	50.66667	5.71667				WAL	WLG	62	62119
2800840	Bruyères	bruyeres	BE		0	Europe/Brussels	50.65561	4.60207				WAL	WBR	25	25068
2800841	Bruyères	bruyeres	BE		0	Europe/Brussels	50.62148	5.79881		Bruyeres,Bruyères,Les Bruyeres,Les Bruyères		WAL	WLG	63	63035
2800842	Bruyères	bruyeres	BE		0	Europe/Brussels	50.5526	4.59641				WAL	WNA	92	92114
2800843	Les Bruyères	les-bruyeres	BE		0	Europe/Brussels	50.49607	3.75381				WAL	WHT	53	53070
2800844	Bruyère Polvée	bruyere-polvee	BE		0	Europe/Brussels	50.40593	4.28675				WAL	WHT	56	56001
2800846	Bruyère Madame	bruyere-madame	BE		0	Europe/Brussels	50.63221	4.40809				WAL	WBR	25	25031
2800847	Bruyère Landuyt	bruyere-landuyt	BE		0	Europe/Brussels	50.68333	4.28333		Bruyere Landuit,Bruyere Landuyt,Bruyère Landuit,Bruyère Landuyt,Landuit		WAL	WBR	25	25015
2800848	Bruyère du Sart	bruyere-du-sart	BE		0	Europe/Brussels	50.61433	4.5452				WAL	WBR	25	25023
2800849	Bruyère des Berlus	bruyere-des-berlus	BE		0	Europe/Brussels	50.63808	4.40204				WAL	WBR	25	25031
2800850	Bruyère à la Croix	bruyere-a-la-croix	BE		0	Europe/Brussels	50.71667	4.48333				WAL	WBR	25	25119
2800853	Bruyère	bruyere	BE		0	Europe/Brussels	50.73963	3.69478				WAL	WHT	51	51017
2800854	Bruyère	bruyere	BE		0	Europe/Brussels	50.73333	3.61667				VLG	VOV	45	45041
2800855	Bruyère	bruyere	BE		0	Europe/Brussels	50.6998	4.83948		Bruyere,Bruyère,La Bruyere,La Bruyère		WAL	WBR	25	25048
2800856	Bruyère	bruyere	BE		0	Europe/Brussels	50.68333	3.6				WAL	WHT	51	51065
2800857	Bruyère	bruyere	BE		0	Europe/Brussels	50.66667	4.13333				WAL	WBR	25	25123
2800858	Bruyère	bruyere	BE		0	Europe/Brussels	50.64473	3.37498				WAL	WHT	57	57081
2800860	Bruyère	bruyere	BE		0	Europe/Brussels	50.50961	3.94821				WAL	WHT	53	53044
2800861	Bruyère	bruyere	BE		0	Europe/Brussels	50.49852	3.70668				WAL	WHT	51	51008
2800862	Bruyère	bruyere	BE		0	Europe/Brussels	50.46892	5.02684				WAL	WNA	92	92003
2800952	Broodhoek	broodhoek	BE		0	Europe/Brussels	50.83952	3.942				VLG	VOV	41	41048
2800955	Brombais	brombais	BE		0	Europe/Brussels	50.69523	4.78921				WAL	WBR	25	25043
2800956	Broeseind	broeseind	BE		0	Europe/Brussels	51.23878	5.42804				VLG	VLI	72	72043
2800959	Broekzijde	broekzijde	BE		0	Europe/Brussels	51.31667	4.96667		Broekzijde,Broekzyde		VLG	VAN	13	13040
2800960	Broekzijde	broekzijde	BE		0	Europe/Brussels	51.26667	4.86667				VLG	VAN	13	13019
2800961	Broekzijde	broekzijde	BE		0	Europe/Brussels	51.24043	4.80492		Broekzijde,Broekzyde		VLG	VAN	13	13019
2800866	Brussels	brussels	BE		1019022	Europe/Brussels	50.85045	4.34878		An Bhruiseil,An Bhruiséil,BRU,Breissel,Brisel,Brisele,Briuselis,Brjuksel,Brjusel',Brjussel',Brueksel,Bruessel,Bruesszel,Bruiseal,Bruksel,Bruksela,Brukseli,Brukselo,Brusehl',Brusel,Brusela,Bruselas,Bruseles,Bruselj,Bruselo,Brusel·les,Brussel,Brussele,Brussels,Brussel·les,Bruxel,Bruxelas,Bruxellae,Bruxelles,Brwsel,Bryssel,Bryusel,Bryxelles,Bréissel,Brüksel,Brüssel,Brüsszel,Citta di Bruxelles,Città di Bruxelles,City of Brussels,Kota Brusel,beulwisel,braselasa,braselsa,brassels,briuseli,brwksl,brysl,bu lu sai er,buryusseru,Βρυξέλλες,Брисел,Брусэль,Брюксел,Брюсель,Брюссель,Բրյուսել,בריסל,بروكسل,بروکسل,بريۇسسېل,ܒܪܘܟܣܠ,ब्रसेल्स,ব্রাসেলস,บรัสเซลส์,ბრიუსელი,ブリュッセル,布魯塞爾,布鲁塞尔,브뤼셀		BRU	BRU	21	21004
2800868	Brux	brux	BE		0	Europe/Brussels	50.29022	5.82061				WAL	WLG	63	63045
2800869	Bruwaan	bruwaan	BE		0	Europe/Brussels	51.06667	3.38333				VLG	VWV	37	37012
2800870	Bruulbergen	bruulbergen	BE		0	Europe/Brussels	51.27509	4.76449				VLG	VAN	11	11057
2800872	Bruul	bruul	BE		0	Europe/Brussels	51.26667	4.76667				VLG	VAN	11	11057
2800873	Bruul	bruul	BE		0	Europe/Brussels	50.93182	4.8024		Bruel,Bruul		VLG	VBR	24	24043
2800874	Bruul	bruul	BE		0	Europe/Brussels	50.84744	4.79402		Bruel,Bruul		VLG	VBR	24	24011
2800877	Brusselse Voorstad	brusselse-voorstad	BE		0	Europe/Brussels	51.03333	3.76667				VLG	VOV	44	44021
2800879	Brusselbaan	brusselbaan	BE		0	Europe/Brussels	50.91667	4.08333				VLG	VOV	41	41002
2800882	Brunfaut	brunfaut	BE		0	Europe/Brussels	50.64816	3.94685				WAL	WHT	55	55039
2800883	Brunehault	brunehault	BE		7592	Europe/Brussels	50.50524	4.43209		Brunehault,Brunehaut		WAL	WHT	52	52055
2800884	Brun Culot	brun-culot	BE		0	Europe/Brussels	50.69492	3.59433				WAL	WHT	51	51065
2800885	Brunayet	brunayet	BE		0	Europe/Brussels	50.28333	5.66667		Brumayer,Brumayet,Brunayet		WAL	WLX	83	83055
2800886	Brume	brume	BE		0	Europe/Brussels	50.38012	5.84996				WAL	WLG	63	63086
2800887	Brumagne	brumagne	BE		0	Europe/Brussels	50.47673	4.95089				WAL	WNA	92	92094
2800893	La Brûlotte	la-brulotte	BE		0	Europe/Brussels	50.53094	3.98357				WAL	WHT	53	53044
2800894	Brulle	brulle	BE		0	Europe/Brussels	50.67167	3.43287				WAL	WHT	57	57081
2800895	Bruliau	bruliau	BE		0	Europe/Brussels	50.34031	4.11326				WAL	WHT	56	56085
2800897	Brûlée Haie	brulee-haie	BE		0	Europe/Brussels	50.31021	5.17364				WAL	WNA	91	91059
2800906	Brûlé	brule	BE		0	Europe/Brussels	50.56667	4.25				WAL	WHT	52	52063
2800907	Brul	brul	BE		0	Europe/Brussels	50.9	3.98333				VLG	VOV	41	41024
2800908	Brukskens	brukskens	BE		0	Europe/Brussels	50.79268	5.22088		Brugskens,Brukskens,Bruxkens		VLG	VLI	71	71053
2800909	Brukom	brukom	BE		0	Europe/Brussels	50.76377	4.25377		Brucom,Brukom		VLG	VBR	23	23077
2800910	Bruisbeke	bruisbeke	BE		0	Europe/Brussels	50.92776	3.85008				VLG	VOV	41	41063
2800911	Bruinsbroek	bruinsbroek	BE		0	Europe/Brussels	50.76797	3.95476				VLG	VBR	23	23023
2800912	Bruinleegte	bruinleegte	BE		0	Europe/Brussels	51.41868	4.56818		Bruinleegte,Bruynleegt Heide		VLG	VAN	11	11053
2800914	Bruineput	bruineput	BE		0	Europe/Brussels	50.74169	4.29507				VLG	VBR	23	23003
2800915	Bruinenbaard	bruinenbaard	BE		0	Europe/Brussels	51.15	4.38333				VLG	VAN	11	11002
2800916	Bruinekruis	bruinekruis	BE		0	Europe/Brussels	51.05	4.48333		Bruinekruis,Bruinkruis,Bruyne-Kruis		VLG	VAN	12	12025
2800917	Bruinbeek	bruinbeek	BE		0	Europe/Brussels	50.99915	3.95178		Bruinbeek,Bruinbeke		VLG	VOV	42	42026
2800918	Bruille	bruille	BE		0	Europe/Brussels	50.39878	4.14268				WAL	WHT	56	56011
2800920	Brugstraat	brugstraat	BE		0	Europe/Brussels	51.05	3.9				VLG	VOV	42	42010
2800921	Brugsken	brugsken	BE		0	Europe/Brussels	51.15	4.16667				VLG	VOV	46	46021
2800922	Brugsken	brugsken	BE		0	Europe/Brussels	51	3.96667		Brugschen,Brugsken		VLG	VOV	42	42026
2800924	Bruggewijk	bruggewijk	BE		0	Europe/Brussels	51.2	4.03333				VLG	VOV	46	46024
2800925	Bruggewijk	bruggewijk	BE		0	Europe/Brussels	51.09905	3.49738		Bruggewijk,Bruggewyk		VLG	VOV	44	44084
2800927	Bruggenhoek	bruggenhoek	BE		0	Europe/Brussels	50.87601	3.74124				VLG	VOV	45	45065
2800928	Bruggeneind	bruggeneind	BE		0	Europe/Brussels	51.0865	4.77918		Bruggeneijnde,Bruggeneind,Bruggeneinde,Bruggeneynde		VLG	VAN	12	12014
2800938	Bruenne	bruenne	BE		0	Europe/Brussels	50.56849	3.29119				WAL	WHT	57	57081
2800939	Bru	bru	BE		0	Europe/Brussels	50.39743	5.72375		Bru		WAL	WLG	63	63075
2800940	Broux	broux	BE		0	Europe/Brussels	50.71662	5.62251				WAL	WLG	62	62079
2800942	Le Brouta	le-brouta	BE		0	Europe/Brussels	50.42503	3.73381				WAL	WHT	53	53039
2800945	Brouère	brouere	BE		0	Europe/Brussels	50.26194	5.01464				WAL	WNA	91	91034
2800947	Brouck	brouck	BE		0	Europe/Brussels	50.73144	5.38286		Brouck,Brouk		WAL	WLG	64	64021
2800948	Brouck	brouck	BE		0	Europe/Brussels	50.7	5.2		Brouck,Le Brouck		WAL	WLG	64	64008
2800949	Brouck	brouck	BE		0	Europe/Brussels	50.6598	5.20015				WAL	WLG	64	64029
2800951	Brooiseinde	brooiseinde	BE		0	Europe/Brussels	51.31661	4.99251				VLG	VAN	13	13031
2800963	Broekstraat	broekstraat	BE		0	Europe/Brussels	51.31667	5.06667		Breekstraat,Broekstraat		VLG	VAN	13	13001
2800964	Broekstraat	broekstraat	BE		0	Europe/Brussels	51.1	4.25				VLG	VAN	12	12007
2800965	Broekstraat	broekstraat	BE		0	Europe/Brussels	51.08333	4.15		Broek,Broekstraat		VLG	VOV	42	42008
2800966	Broekstraat	broekstraat	BE		0	Europe/Brussels	51.05	3.95				VLG	VOV	42	42003
2800967	Broekstraat	broekstraat	BE		0	Europe/Brussels	50.96667	4.06667				VLG	VOV	41	41002
2800969	Broekstraat	broekstraat	BE		0	Europe/Brussels	50.84704	3.7				VLG	VOV	45	45062
2800970	Broekstraat	broekstraat	BE		0	Europe/Brussels	50.76667	4.06667				VLG	VBR	23	23024
2800971	Broeksheuvel	broeksheuvel	BE		0	Europe/Brussels	51.16667	5.63333				VLG	VLI	72	72004
2800975	Broekmeers	broekmeers	BE		0	Europe/Brussels	51.02815	3.91659		Broek Meersch,Broekmeers		VLG	VOV	42	42010
2800976	Broekkant	broekkant	BE		0	Europe/Brussels	51.30809	5.07389				VLG	VAN	13	13001
2800977	Broekkant	broekkant	BE		0	Europe/Brussels	51.2305	5.48768		Broek,Broekkant		VLG	VLI	72	72043
2800978	Broekkant	broekkant	BE		0	Europe/Brussels	51.15754	5.50962				VLG	VLI	72	72030
2800979	Broekkant	broekkant	BE		0	Europe/Brussels	51.15	5.63333		Broekant,Broekkant		VLG	VLI	72	72004
2800980	Broekkant	broekkant	BE		0	Europe/Brussels	51.08566	5.50035				VLG	VLI	72	72042
2800981	Broekhuizen	broekhuizen	BE		0	Europe/Brussels	51.21667	3.45				VLG	VOV	43	43010
2800982	Broekhoven	broekhoven	BE		0	Europe/Brussels	51.11403	4.82834		Broekhoeven,Broekhoevin,Broekhoven		VLG	VAN	13	13011
2800983	Broekenhoek	broekenhoek	BE		0	Europe/Brussels	50.77073	3.37241				VLG	VWV	34	34042
2800984	Broeken	broeken	BE		0	Europe/Brussels	51.01667	3.71667				VLG	VOV	44	44021
2800985	Broeken	broeken	BE		0	Europe/Brussels	50.79969	3.94835				VLG	VOV	41	41018
2800986	Broekem	broekem	BE		0	Europe/Brussels	51.08289	3.6791				VLG	VOV	44	44021
2800987	Broekem	broekem	BE		0	Europe/Brussels	50.88182	5.51038				VLG	VLI	73	73006
2800988	Broekelken	broekelken	BE		0	Europe/Brussels	51.20818	3.48548				VLG	VOV	43	43010
2800991	Broeke	broeke	BE		0	Europe/Brussels	50.8529	3.66144		Broek,Broeke		VLG	VOV	45	45035
2800992	Broekberg	broekberg	BE		0	Europe/Brussels	51.11667	5.75				VLG	VLI	72	72021
2801000	Broek	broek	BE		0	Europe/Brussels	51.18333	5.5				VLG	VLI	72	72003
2801001	Broek	broek	BE		0	Europe/Brussels	51.03333	4.01667				VLG	VOV	42	42003
2801002	Broek	broek	BE		0	Europe/Brussels	50.94554	3.66332		Broek,Grootenbroek,Grotenbroek		VLG	VOV	44	44020
2801003	Broek	broek	BE		0	Europe/Brussels	50.93691	4.79847				VLG	VBR	24	24043
2801004	Broek	broek	BE		0	Europe/Brussels	50.91927	5.56767				VLG	VLI	71	71067
2801005	Broek	broek	BE		0	Europe/Brussels	50.91447	3.96084				VLG	VOV	41	41082
2801006	Broek	broek	BE		0	Europe/Brussels	50.9023	3.64792				VLG	VOV	45	45068
2801007	Broek	broek	BE		0	Europe/Brussels	50.84473	5.49478				VLG	VLI	73	73032
2801008	Broek	broek	BE		0	Europe/Brussels	50.83333	4.28333		Broeck,Broek		WAL	WHT		
2801009	Broek	broek	BE		0	Europe/Brussels	50.78333	3.85				VLG	VOV	45	45063
2801010	Broek	broek	BE		0	Europe/Brussels	50.75	3.6				VLG	VOV	45	45041
2801015	Brocuy	brocuy	BE		0	Europe/Brussels	50.71667	4.82602				WAL	WBR	25	25048
2801016	Brocsous	brocsous	BE		0	Europe/Brussels	50.69052	4.64048				WAL	WBR	25	25018
2801017	Brochepierre	brochepierre	BE		0	Europe/Brussels	50.53333	6.06667				WAL	WLG	63	63004
2801018	Brochamp aux Plates Aires	brochamp-aux-plates-aires	BE		0	Europe/Brussels	50.1	5.13333				WAL	WNA	91	91114
2801019	Brivioule	brivioule	BE		0	Europe/Brussels	50.62148	5.14143		Brivioule,Brivioulle		WAL	WLG	64	64015
2801021	Brisy	brisy	BE		0	Europe/Brussels	50.15821	5.85176				WAL	WLX	82	82037
2801022	Brisée	brisee	BE		0	Europe/Brussels	50.49814	4.00683		La Brisee,La Brisée		WAL	WHT	53	53053
2801023	Briscol	briscol	BE		0	Europe/Brussels	50.29116	5.59657		Briscol		WAL	WLX	83	83013
2801026	Briquemont	briquemont	BE		0	Europe/Brussels	50.1808	5.14395		Briquemont		WAL	WNA	91	91114
2801028	Bril	bril	BE		0	Europe/Brussels	51.13333	3.93333		Briel,Bril		VLG	VOV	46	46014
2801029	Bril	bril	BE		0	Europe/Brussels	50.96667	3.91667				VLG	VOV	41	41034
2801030	Bril	bril	BE		0	Europe/Brussels	50.86646	3.90155		Briel,Bril		VLG	VOV	41	41027
2801031	Brigaude	brigaude	BE		0	Europe/Brussels	50.60375	3.55384		Brigande,Brigaude		WAL	WHT	57	57081
2801032	Briffoeil	briffoeil	BE		0	Europe/Brussels	50.53514	3.51236				WAL	WHT	57	57003
2801037	Briel	briel	BE		0	Europe/Brussels	51.23362	4.27801				VLG	VOV	46	46003
2801038	Briel	briel	BE		0	Europe/Brussels	51.08333	4.2				VLG	VAN	12	12007
2801039	Briel	briel	BE		0	Europe/Brussels	51.03063	4.18333		Briel		VLG	VOV	42	42006
2801040	Briel	briel	BE		0	Europe/Brussels	50.88539	3.85708				VLG	VOV	41	41027
2801043	Briegden	briegden	BE		0	Europe/Brussels	50.87561	5.63251		Briegden,Brigden		VLG	VLI	73	73042
2801046	Bridelette	bridelette	BE		0	Europe/Brussels	49.98333	4.45		Bridelette,Bridellette		WAL	WNA	93	93014
2801048	Briansart	briansart	BE		0	Europe/Brussels	50.4183	5.07996				WAL	WNA	92	92054
2801050	Briahan	briahan	BE		0	Europe/Brussels	49.82283	5.0774				WAL	WLX	84	84010
2801052	Breuze	breuze	BE		0	Europe/Brussels	50.62998	3.41256				WAL	WHT	57	57081
2801053	Breuvanne	breuvanne	BE		0	Europe/Brussels	49.69494	5.49035				WAL	WLX	85	85039
2801054	Breutheide	breutheide	BE		0	Europe/Brussels	51.03333	4.25				VLG	VBR	23	23045
2801057	Breucq	breucq	BE		0	Europe/Brussels	50.76667	3.66667				WAL	WHT		
2801058	Bretheide	bretheide	BE		0	Europe/Brussels	50.97345	5.50364				VLG	VLI	71	71016
2801059	Bret	bret	BE		0	Europe/Brussels	50.9747	5.52346				VLG	VLI	71	71016
2801062	Bresse	bresse	BE		0	Europe/Brussels	49.69867	5.73647				WAL	WLX	81	81001
2801063	Breskens	breskens	BE		0	Europe/Brussels	51.05411	3.10361				VLG	VWV	31	31033
2801064	Bremt	bremt	BE		0	Europe/Brussels	50.91845	3.9937				VLG	VOV	41	41002
2801065	Bremstraat	bremstraat	BE		0	Europe/Brussels	51.25	4.45				VLG	VAN	11	11002
2801067	Brempt	brempt	BE		0	Europe/Brussels	50.84038	4.79142				VLG	VBR	24	24011
2801068	Bremersen	bremersen	BE		0	Europe/Brussels	50.73333	2.78333		Breemeersen,Bremersen		VLG	VWV		
2801071	Brelaarheide	brelaarheide	BE		0	Europe/Brussels	51.01576	5.38183				VLG	VLI	72	72039
2801072	Brelaar	brelaar	BE		0	Europe/Brussels	51.04113	5.14078		Breelaer,Brelaar		VLG	VLI	71	71004
2801074	Breitfeld	breitfeld	BE		0	Europe/Brussels	50.26417	6.15389				WAL	WLG	63	63067
2801076	Breissem	breissem	BE		0	Europe/Brussels	50.83469	4.88282		Breijssem,Breisem,Breissem		VLG	VBR	24	24107
2801078	Breikelen	breikelen	BE		0	Europe/Brussels	51.38828	4.58456		Breikelen,Breikelken		VLG	VAN	11	11053
2801079	Bree Ven	bree-ven	BE		0	Europe/Brussels	51.08333	4.23333				VLG	VAN	12	12007
2801080	Breestraten	breestraten	BE		0	Europe/Brussels	50.96429	4.25952				VLG	VBR	23	23052
2801081	Breestraat	breestraat	BE		0	Europe/Brussels	50.88333	5.25				VLG	VLI	71	71045
2801085	Breemeers	breemeers	BE		0	Europe/Brussels	50.8	3.35				VLG	VWV	34	34042
2801086	Breem	breem	BE		0	Europe/Brussels	51.29472	4.90857				VLG	VAN	13	13046
2801087	Bree Eik	bree-eik	BE		0	Europe/Brussels	50.78333	4.13333				VLG	VBR	23	23024
2801088	Breedveld	breedveld	BE		0	Europe/Brussels	50.75609	4.27227				VLG	VBR	23	23003
2801089	Breedhout	breedhout	BE		0	Europe/Brussels	50.75807	4.20253				VLG	VBR	23	23027
2801090	Breedbroek	breedbroek	BE		0	Europe/Brussels	50.91667	5.15				VLG	VLI	71	71024
2801091	Breed Bijl	breed-bijl	BE		0	Europe/Brussels	50.78333	3.81667				VLG	VOV	45	45059
2801095	Bredestraat	bredestraat	BE		0	Europe/Brussels	51.4453	4.49348				VLG	VAN	11	11016
2801097	Bredestraat	bredestraat	BE		0	Europe/Brussels	51.10879	3.6207		Bredestraat,Breedestraat,Breedestraet		VLG	VOV	44	44085
2801098	Bredestraat	bredestraat	BE		0	Europe/Brussels	51.1	3.76667		Bredestraat,Breedestraat		VLG	VOV	44	44021
2801099	Bredestraat	bredestraat	BE		0	Europe/Brussels	51	3.66667		Bredestraat,Breedestraat		VLG	VOV	44	44012
2801100	Bredestraat	bredestraat	BE		0	Europe/Brussels	50.96667	4.1		Bredestraat,Breede-straat		VLG	VOV	41	41002
2801101	Brede Rijt	brede-rijt	BE		0	Europe/Brussels	51.1	4.93333				VLG	VAN	13	13008
2801102	Bredensteger	bredensteger	BE		0	Europe/Brussels	51.05	3.15		Bredensteger,Bredenstreger,Breedensteeger		VLG	VWV	36	36011
2801105	Bredeheide	bredeheide	BE		0	Europe/Brussels	51.08333	4.51667		Bredeheide,Breedeheide		VLG	VAN	12	12035
2801112	Braunlauf	braunlauf	BE		0	Europe/Brussels	50.24278	6.05833				WAL	WLG	63	63087
2801113	Brassines	brassines	BE		0	Europe/Brussels	50.71667	5.75				WAL	WLG	62	62027
2801121	Bras-Haut	bras-haut	BE		0	Europe/Brussels	49.98171	5.38675				WAL	WLX	84	84077
2801122	Brasel	brasel	BE		0	Europe/Brussels	51.24102	5.08427		Brasel,Brazel,Brouwsel		VLG	VAN	13	13006
2801126	Braques	braques	BE		0	Europe/Brussels	50.73333	3.75				WAL	WHT	55	55023
2801127	Brans	brans	BE		0	Europe/Brussels	51.07966	4.19971				VLG	VAN	12	12007
2801128	Brandven	brandven	BE		0	Europe/Brussels	51.18592	5.72523				VLG	VLI	72	72018
2801129	Brandstraat	brandstraat	BE		0	Europe/Brussels	51.15	4.2				VLG	VOV	46	46025
2801130	Brandstraat	brandstraat	BE		0	Europe/Brussels	51.01667	4.16667				VLG	VOV	42	42004
2801132	Brandhoek	brandhoek	BE		0	Europe/Brussels	51.09614	4.75553				VLG	VAN	12	12014
2801133	Brandhoek	brandhoek	BE		0	Europe/Brussels	50.85307	2.79011		Brandhoek		VLG	VWV	33	33011
2801134	Brandheide	brandheide	BE		0	Europe/Brussels	51.03333	4.6				VLG	VAN	12	12005
2801136	Brandemanstraat	brandemanstraat	BE		0	Europe/Brussels	51.05	3.85		Brandemansstraat,Brandemanstraat		VLG	VOV	42	42010
2801137	Brandehaag	brandehaag	BE		0	Europe/Brussels	50.55957	6.1288				WAL	WLG	63	63004
2801139	Brand	brand	BE		0	Europe/Brussels	51.21223	4.20802				VLG	VOV	46	46003
2801140	Brand	brand	BE		0	Europe/Brussels	51.05	4.78333				VLG	VAN	12	12014
2801141	Brand	brand	BE		0	Europe/Brussels	50.6	5.98333				WAL	WLG	63	63004
2801145	Brakum	brakum	BE		0	Europe/Brussels	50.87793	4.86342		Braekum,Brakum		VLG	VBR	24	24066
2801258	Bourgeois	bourgeois	BE		0	Europe/Brussels	50.7076	4.51238				WAL	WBR	25	25091
2801156	Braidise	braidise	BE		0	Europe/Brussels	50.63333	4.25				WAL	WBR	25	25044
2801161	Bracquegnies	bracquegnies	BE		8880	Europe/Brussels	50.47094	4.1197				WAL	WHT	55	55022
2801162	Bracht	bracht	BE		0	Europe/Brussels	50.91667	3.8				VLG	VOV	44	44052
2801163	Bracht	bracht	BE		0	Europe/Brussels	50.20838	6.14462				WAL	WLG	63	63087
2801164	Brach Kopf	brach-kopf	BE		0	Europe/Brussels	50.61667	6.2				WAL	WLG	63	63061
2801168	Braamdonk	braamdonk	BE		0	Europe/Brussels	51.04673	3.51357		Braamdonk,Brandonck		VLG	VOV	44	44083
2801169	Braambeierhoek	braambeierhoek	BE		0	Europe/Brussels	51.31348	3.18071				VLG	VWV	31	31005
2801170	Braambeierhoek	braambeierhoek	BE		0	Europe/Brussels	51.28277	3.28595				VLG	VWV	31	31006
2801176	Bovestraat	bovestraat	BE		0	Europe/Brussels	50.83333	3.71667				VLG	VOV	45	45059
2801179	Bovenwezet	bovenwezet	BE		0	Europe/Brussels	50.91941	5.68901		Bovenweseth,Bovenwezet,Bovenwezeth		VLG	VLI	73	73042
2801183	Boven Kwartier	boven-kwartier	BE		0	Europe/Brussels	50.76667	3.78333				WAL	WHT		
2801187	Bovenhoek	bovenhoek	BE		0	Europe/Brussels	51.2	3.9				VLG	VOV	44	44073
2801188	Bovenhoek	bovenhoek	BE		0	Europe/Brussels	50.77875	3.90505				VLG	VOV	41	41018
2801189	Bovenheide	bovenheide	BE		0	Europe/Brussels	50.82695	4.7797		Bovenheide,Bovenste-Heide,Kleine Heide		VLG	VBR	24	24011
2801190	Boven den Ruid	boven-den-ruid	BE		0	Europe/Brussels	50.71667	5.16667				VLG	VLI	71	71017
2801191	Bovenberg	bovenberg	BE		0	Europe/Brussels	50.8945	4.6162				VLG	VBR	24	24038
2801195	Bouy	bouy	BE		0	Europe/Brussels	50.73333	6.03333				WAL	WLG	63	63040
2801196	Bouxhmont	bouxhmont	BE		0	Europe/Brussels	50.6545	5.82436		Bouhmont,Bouxhimont,Bouxhmont		WAL	WLG	63	63035
2801197	Bouwhoeve	bouwhoeve	BE		0	Europe/Brussels	51.4	4.78333				VLG	VAN	13	13014
2801201	Bouvy	bouvy	BE		0	Europe/Brussels	50.46948	4.17959				WAL	WHT	55	55022
2801207	Bouvelo	bouvelo	BE		0	Europe/Brussels	50.84244	3.5				VLG	VWV	34	34002
2801208	Boutschoot Keerken	boutschoot-keerken	BE		0	Europe/Brussels	51.14455	3.9498		Bautschoot Keerken,Boutschoot Keerken,Keerken		VLG	VOV	46	46014
2801209	Boutonville	boutonville	BE		0	Europe/Brussels	50.0385	4.39119				WAL	WHT	56	56016
2801210	Bouton Rouge	bouton-rouge	BE		0	Europe/Brussels	50.64984	4.20163				WAL	WBR	25	25044
2801211	Boutikel	boutikel	BE		0	Europe/Brussels	51.06667	2.98333		Boutikel,Boutiquel		VLG	VWV	32	32010
2801217	Bout d'En Haut	bout-d-en-haut	BE		0	Europe/Brussels	50.00584	4.24842				WAL	WHT	56	56051
2801220	Boustaine	boustaine	BE		0	Europe/Brussels	50.32984	4.16146				WAL	WHT	56	56049
2801225	Boussu Bois	boussu-bois	BE		0	Europe/Brussels	50.41224	3.78822		Bois-de-Boussu		WAL	WHT	53	53014
2801230	Boussire	boussire	BE		0	Europe/Brussels	50.43236	6.07216		Boussire		WAL	WLG	63	63049
2801232	Boussemont	boussemont	BE		0	Europe/Brussels	50.62404	4.05292				WAL	WHT	55	55040
2801238	Bournoufay	bournoufay	BE		0	Europe/Brussels	50.23333	5.63333		Bournoufaie,Bournoufay		WAL	WLX	83	83055
2801240	Bourlotte	bourlotte	BE		0	Europe/Brussels	50.66124	4.05768				WAL	WHT	55	55039
2801241	Bourlon	bourlon	BE		0	Europe/Brussels	50.6746	3.91508				WAL	WHT	55	55039
2801242	Bourliquet	bourliquet	BE		0	Europe/Brussels	50.68213	3.60661				WAL	WHT	51	51065
2801248	Bourleau	bourleau	BE		0	Europe/Brussels	50.4	4.15				WAL	WHT	56	56011
2801250	Bourjeusel	bourjeusel	BE		0	Europe/Brussels	50.13333	5.83333				WAL	WLX	82	82014
2801253	Bourgondiehoek	bourgondiehoek	BE		0	Europe/Brussels	51.15	3.01667		Bourgognehoek,Bourgondiehoek,Bourgoniehoek		VLG	VWV	35	35006
2801254	Bourgogne	bourgogne	BE		0	Europe/Brussels	51.15142	3.0224		Boergonje,Bourgogne,De Bourgogne		VLG	VWV	35	35006
2801255	Bourgogne	bourgogne	BE		0	Europe/Brussels	50.51789	5.35427				WAL	WLG	61	61043
2801256	Bourgeon	bourgeon	BE		0	Europe/Brussels	50.56138	3.47958				WAL	WHT	57	57003
2801261	Bourgambraix	bourgambraix	BE		0	Europe/Brussels	50.59777	3.47123				WAL	WHT	57	57081
2801262	Bourgage	bourgage	BE		0	Europe/Brussels	50.62462	3.41582				WAL	WHT	57	57081
2801263	Bourg	bourg	BE		0	Europe/Brussels	49.63333	5.75				WAL	WLX	81	81001
2801264	Bourdon	bourdon	BE		0	Europe/Brussels	50.70124	5.48698				WAL	WLG	62	62003
2801265	Bourdon	bourdon	BE		0	Europe/Brussels	50.24719	5.39644				WAL	WLX	83	83028
2801266	Bourcy	bourcy	BE		0	Europe/Brussels	50.05891	5.80758				WAL	WLX	82	82003
2801268	Bourang	bourang	BE		0	Europe/Brussels	50.74275	3.8681				WAL	WHT	55	55023
2801269	Bouny	bouny	BE		0	Europe/Brussels	50.60182	5.66697				WAL	WLG	62	62038
2801270	Bouly	bouly	BE		0	Europe/Brussels	50.75312	4.66805				WAL	WBR	25	25037
2801272	Bouleng	bouleng	BE		0	Europe/Brussels	50.53604	4.18585				WAL	WHT	55	55050
2801275	Boulboulle	boulboulle	BE		0	Europe/Brussels	50.61667	5.45				WAL	WLG	62	62120
2801276	Boulan	boulan	BE		0	Europe/Brussels	49.95	4.38333		Boulan,Le Boulan		WAL	WHT		
2801285	Bouillenne	bouillenne	BE		0	Europe/Brussels	50.61667	5.68333				WAL	WLG	62	62038
2801286	Bougnimont	bougnimont	BE		0	Europe/Brussels	49.94448	5.4669				WAL	WLX	84	84077
2801289	Les Fonds	les-fonds	BE		0	Europe/Brussels	50.34957	3.66935				WAL	WHT	53	53083
2801294	Bouderets	bouderets	BE		0	Europe/Brussels	50.54039	3.40049				WAL	WHT	57	57093
2801295	Boudenghien	boudenghien	BE		0	Europe/Brussels	50.75	3.7		Baudenghien,Boudenghien		WAL	WHT	51	51019
2801298	Bouchegnette	bouchegnette	BE		0	Europe/Brussels	50.56327	3.50626		Bouchegnette,Bouchegniette		WAL	WHT	57	57081
2801301	Bouchaimont	bouchaimont	BE		0	Europe/Brussels	50.31858	5.50202				WAL	WLX	83	83012
2801302	Bouchaille	bouchaille	BE		0	Europe/Brussels	50.41024	5.14624				WAL	WNA	92	92097
2801303	Bouchaille	bouchaille	BE		0	Europe/Brussels	50.36667	5.03333				WAL	WNA	92	92006
2801304	Boucau	boucau	BE		0	Europe/Brussels	50.61995	3.65218				WAL	WHT	57	57094
2801305	Boucats	boucats	BE		0	Europe/Brussels	50.01667	5.16667				WAL	WLX	84	84035
2801306	Boucandrie	boucandrie	BE		0	Europe/Brussels	49.76667	5.05		Boucandrie,Boucaudrie		WAL	WLX		
2801307	Botz	botz	BE		0	Europe/Brussels	50.66932	6.11973				WAL	WLG	63	63061
2801310	Botselaar	botselaar	BE		0	Europe/Brussels	50.74856	6.01175		Botselaar,Botzelaer		WAL	WLG	63	63088
2801314	Botestraat	botestraat	BE		0	Europe/Brussels	51.08333	3.7		Bootestraat,Botestraat		VLG	VOV	44	44021
2801315	Boterstraat	boterstraat	BE		0	Europe/Brussels	50.98333	4.68333				VLG	VBR	24	24094
2801316	Botermelkstraat	botermelkstraat	BE		0	Europe/Brussels	51.18333	4.26667				VLG	VOV	46	46003
2801319	Boterlaar	boterlaar	BE		0	Europe/Brussels	51.20893	4.4753		Botelaar,Boterlaar		VLG	VAN	11	11002
2801321	Boterhoek	boterhoek	BE		0	Europe/Brussels	51.21941	3.51893				VLG	VOV	43	43014
2801322	Boterhoek	boterhoek	BE		0	Europe/Brussels	51.11667	3.63333				VLG	VOV	44	44085
2801323	Boterhoek	boterhoek	BE		0	Europe/Brussels	51.06667	4.65				VLG	VAN	12	12029
2801324	Boterhoek	boterhoek	BE		0	Europe/Brussels	51.07163	4.59247				VLG	VAN	12	12035
2801325	Boterhoek	boterhoek	BE		0	Europe/Brussels	51.01667	3.86667				VLG	VOV	42	42025
2801326	Boterhoek	boterhoek	BE		0	Europe/Brussels	51	3.98333				VLG	VOV	42	42026
2801327	Boterhoek	boterhoek	BE		0	Europe/Brussels	50.95526	3.70673				VLG	VOV	44	44043
2801328	Boterhoek	boterhoek	BE		0	Europe/Brussels	50.95	3.55				VLG	VOV	44	44048
2801329	Boterhoek	boterhoek	BE		0	Europe/Brussels	50.90007	3.66184				VLG	VOV	45	45068
2801330	Boterhoek	boterhoek	BE		0	Europe/Brussels	50.83333	3.76667				VLG	VOV	45	45059
2801331	Boterdaal	boterdaal	BE		0	Europe/Brussels	50.7818	4.00868				VLG	VOV	41	41048
2801332	Boterberg	boterberg	BE		0	Europe/Brussels	50.89107	4.23057				VLG	VBR	23	23002
2801333	Botassart	botassart	BE		0	Europe/Brussels	49.82209	5.0488		Botassart		WAL	WLX	84	84010
2801335	Boswijkstraat	boswijkstraat	BE		0	Europe/Brussels	50.96667	3.71667		Boschwijkstraat,Boswijkstraat		VLG	VOV	44	44043
2801337	Boswegel	boswegel	BE		0	Europe/Brussels	50.92541	3.4735		Boschwegel,Boswegel		VLG	VOV	44	44081
2801339	Bosveld	bosveld	BE		0	Europe/Brussels	50.83333	3.71667		Boschveld,Bosveld		VLG	VOV	45	45059
2801340	Bosveld	bosveld	BE		0	Europe/Brussels	50.77389	3.94777		Boschveld,Bosveld		VLG	VBR	23	23023
2801350	Bosstraat	bosstraat	BE		0	Europe/Brussels	51.2	4.26667		Boschstraat,Bosstraat		VLG	VOV	46	46003
2801351	Bosstraat	bosstraat	BE		0	Europe/Brussels	51.10781	3.84969		Boschstraat,Bosstraat		VLG	VOV	44	44034
2801352	Bosstraat	bosstraat	BE		0	Europe/Brussels	51.09081	4.39252		Boschstraat,Bosstraat		VLG	VAN	11	11005
2801353	Bosstraat	bosstraat	BE		0	Europe/Brussels	51.01667	4.05		Boschstraat,Bosstraat		VLG	VOV	42	42006
2801354	Bosstraat	bosstraat	BE		0	Europe/Brussels	50.96667	4				VLG	VOV	41	41034
2801355	Bosstraat	bosstraat	BE		0	Europe/Brussels	50.95	3.98333		Boschestraat,Bosstraat		VLG	VOV	41	41082
2801356	Bosstraat	bosstraat	BE		0	Europe/Brussels	50.92329	3.96677		Boschstraat,Bosstraat		VLG	VOV	41	41082
2801357	Bosstraat	bosstraat	BE		0	Europe/Brussels	50.9	5.3		Boschstraat,Bosstraat		VLG	VLI	71	71022
2801358	Bosstraat	bosstraat	BE		0	Europe/Brussels	50.78333	4.05		Boschstraat,Bosstraat		VLG	VBR	23	23024
2801359	Bosstraat	bosstraat	BE		0	Europe/Brussels	50.76667	3.73333		Boschstraat,Bosstraat		VLG	VOV		
2801360	Bosstraat	bosstraat	BE		0	Europe/Brussels	50.73333	3.93333		Bosch-Straate,Bosstraat		WAL	WHT		
2801361	Bosstraat	bosstraat	BE		0	Europe/Brussels	50.71994	4.10125		Bosstraat,Rue-au-Bois		VLG	VBR	23	23064
2801362	Bosson	bosson	BE		0	Europe/Brussels	50.39162	5.67945		Bosson		WAL	WLG	61	61019
2801368	Bossenare	bossenare	BE		0	Europe/Brussels	50.80527	3.63887		Bossenaare,Bossenare		VLG	VOV	45	45064
2801369	Bossen	bossen	BE		0	Europe/Brussels	51.1	4.35		Bosschen,Bossen		VLG	VAN	11	11005
2801370	Bossen	bossen	BE		0	Europe/Brussels	50.92662	3.69968		Bosschen,Bossen		VLG	VOV	44	44020
2801371	Bossen	bossen	BE		0	Europe/Brussels	50.82549	3.9089		Bossche,Bossen		VLG	VOV	41	41027
2801373	Bosse	bosse	BE		0	Europe/Brussels	50.88333	3.66667		Bossche,Bosse		VLG	VOV	45	45035
2801376	Bosquet	bosquet	BE		0	Europe/Brussels	50.12776	4.67693				WAL	WNA	93	93018
2801377	Bosmolens	bosmolens	BE		0	Europe/Brussels	50.90086	3.19625		Boschmolens,Bosmolens		VLG	VWV	36	36008
2801378	Bosmolen	bosmolen	BE		0	Europe/Brussels	51.08333	4.58333		Boschmolen,Bosmolen		VLG	VAN	12	12021
2801379	Boskant	boskant	BE		0	Europe/Brussels	51.07427	4.21931		Boschkant,Boskant		VLG	VAN	12	12007
2801380	Boskant	boskant	BE		0	Europe/Brussels	51.00983	4.39511				VLG	VAN	12	12025
2801381	Boskant	boskant	BE		0	Europe/Brussels	50.99654	4.23585		Boschkam,Boschkant,Boskant		VLG	VBR	23	23045
2801382	Boskant	boskant	BE		0	Europe/Brussels	50.97794	4.31705				VLG	VBR	23	23050
2801383	Boskant	boskant	BE		0	Europe/Brussels	50.99035	3.90619		Boschkant,Boskant		VLG	VOV	42	42025
2801384	Boskant	boskant	BE		0	Europe/Brussels	50.96139	4.0762		Boschkant,Boskant		VLG	VOV	41	41002
2801385	Boskant	boskant	BE		0	Europe/Brussels	50.8651	4.85876		Boschkant,Boskant		VLG	VBR	24	24016
2801386	Boskant	boskant	BE		0	Europe/Brussels	50.83333	3.48333		Boschkant,Boskant		VLG	VWV	34	34002
2801387	Boskant	boskant	BE		0	Europe/Brussels	50.7841	3.94601		Boschkant,Boskant		VLG	VOV	41	41018
2801388	Boskant	boskant	BE		0	Europe/Brussels	50.78333	3.63333		Boschkant,Boskant		VLG	VOV	45	45064
2801389	Boshoven	boshoven	BE		0	Europe/Brussels	51.20725	4.72876		Boschhoven,Boshoven		VLG	VAN	13	13010
2801390	Boshoven	boshoven	BE		0	Europe/Brussels	51.10517	5.5804				VLG	VLI	72	72042
2801392	Boshoek	boshoek	BE		0	Europe/Brussels	51.25	5.11667		Boschhoek,Boshoek		VLG	VAN	13	13006
2801393	Boshoek	boshoek	BE		0	Europe/Brussels	51.15	4.68333		Boschhoek,Boshoek		VLG	VAN	12	12026
2801394	Boshoek	boshoek	BE		0	Europe/Brussels	51.14259	4.51954		Boschhoek,Boshoek		VLG	VAN	11	11004
2801395	Boshoek	boshoek	BE		0	Europe/Brussels	50.9889	3.76326		Boschhoek,Boshoek		VLG	VOV	44	44043
2801396	Boshoek	boshoek	BE		0	Europe/Brussels	50.91589	2.79353		Boschhoek,Boshoek		VLG	VWV	33	33041
2801397	Boshoek	boshoek	BE		0	Europe/Brussels	50.78779	3.81605		Boschhoek,Boshoek		VLG	VOV	45	45063
2801398	Boshellerheide	boshellerheide	BE		0	Europe/Brussels	51.08549	5.46693		Boschhellerheide,Boshellenheide,Boshellerheide,Bosscheller Heide		VLG	VLI	72	72030
2801399	Boshellen Heide	boshellen-heide	BE		0	Europe/Brussels	51.18333	5.51667		Boschellen Heide,Boshellen Heide		VLG	VLI	72	72003
2801400	Bos Heide	bos-heide	BE		0	Europe/Brussels	51.23333	5.01667		Bos Heide,Bosch Heide		VLG	VAN	13	13008
2801401	Bosheide	bosheide	BE		0	Europe/Brussels	51.18333	5.41667		Bosch Heide,Bosheide		VLG	VLI	72	72043
2801402	Bosheide	bosheide	BE		0	Europe/Brussels	51.0108	5.22681		Boscheide,Bosheide		VLG	VLI	71	71037
2801404	Boseinde	boseinde	BE		0	Europe/Brussels	51.16938	4.04923		Boscheinde,Boseinde		VLG	VOV	46	46021
2801405	Boseinde	boseinde	BE		0	Europe/Brussels	50.96667	5.68333		Boscheinde,Boseinde		VLG	VLI	73	73107
2801406	Boseind	boseind	BE		0	Europe/Brussels	51.25079	5.07517		Boscheind,Boseind		VLG	VAN	13	13036
2801407	Boseind	boseind	BE		0	Europe/Brussels	51.23333	5.45				VLG	VLI	72	72043
2801408	Bosdorp	bosdorp	BE		0	Europe/Brussels	51.19455	4.02956				VLG	VOV	46	46024
2801418	Bosbeek	bosbeek	BE		0	Europe/Brussels	50.9424	4.24969		Bosbeek,Boschbeek		VLG	VBR	23	23052
2801421	Bos	bos	BE		0	Europe/Brussels	51.1435	3.59103		Bos,Bosch		VLG	VOV	44	44085
2801422	Bos	bos	BE		0	Europe/Brussels	51.13333	5.68333		Bos,Bosch		VLG	VLI	72	72004
2801423	Bos	bos	BE		0	Europe/Brussels	51.06667	4.71667		Bos,Bosch		VLG	VAN	12	12014
2801424	Bos	bos	BE		0	Europe/Brussels	51.06891	4.00325		Bos,Bosch		VLG	VOV	42	42028
2801425	Bos	bos	BE		0	Europe/Brussels	50.97664	4.42655		Bos,Bosch		VLG	VBR	23	23096
2801426	Bos	bos	BE		0	Europe/Brussels	50.92154	4.31857		Bos,Bosch,Gehucht-Bosch		VLG	VBR	23	23102
2801427	Bos	bos	BE		0	Europe/Brussels	50.8589	5.33836		Bos,Bosch		VLG	VLI	73	73098
2801428	Bos	bos	BE		0	Europe/Brussels	50.84426	5.08548		Bos,Bosch		VLG	VBR	24	24130
2801429	Bos	bos	BE		0	Europe/Brussels	50.78333	3.41667		Bos,Bosch		VLG	VWV	34	34042
2801431	Borzée	borzee	BE		0	Europe/Brussels	50.18477	5.62827		Borzee,Borzée		WAL	WLX	83	83031
2801432	Borze	borze	BE		0	Europe/Brussels	51.24393	4.83826				VLG	VAN	13	13019
2801434	Borsu	borsu	BE		0	Europe/Brussels	50.38954	5.32174		Borsu		WAL	WLG	61	61012
2801435	Borset	borset	BE		0	Europe/Brussels	50.61451	5.25172				WAL	WLG	61	61068
2801440	Borrekent	borrekent	BE		0	Europe/Brussels	50.86667	4		Borreken,Borrekent		VLG	VOV	41	41024
2801445	Bornendries	bornendries	BE		0	Europe/Brussels	50.84526	5.19958		Bornedries,Bornendries		VLG	VLI	71	71053
2801450	Born	born	BE		0	Europe/Brussels	50.33291	6.11741		Born		WAL	WLG	63	63001
2801451	Bormte	bormte	BE		0	Europe/Brussels	51.19714	4.04729				VLG	VOV	46	46024
2801453	Bormenville	bormenville	BE		0	Europe/Brussels	50.36667	5.18333		Bormenville		WAL	WNA	91	91064
2801457	Borloberg	borloberg	BE		0	Europe/Brussels	50.73133	5.15928		Borloberg,Borlooberg		VLG	VLI	71	71017
2801463	Borgt Driesen	borgt-driesen	BE		0	Europe/Brussels	51.26667	4.78333				VLG	VAN	13	13019
2801464	Borgt	borgt	BE		0	Europe/Brussels	50.93333	4.4		Borght,Borgt		VLG	VBR	23	23025
2801465	Borgt	borgt	BE		0	Europe/Brussels	50.81852	3.6418				VLG	VOV	45	45064
2801466	Borgoumont	borgoumont	BE		0	Europe/Brussels	50.42377	5.85896		Borgoumont		WAL	WLG	63	63075
2801469	Borglever	borglever	BE		0	Europe/Brussels	50.88333	5.23333		Berg-Lever,Borglever		VLG	VLI	71	71045
2801470	Borgeucé	borgeuce	BE		0	Europe/Brussels	50.38333	6.03333				WAL	WLG	63	63049
2801474	Borgeinde	borgeinde	BE		0	Europe/Brussels	51.24691	4.48564		Borgeind,Borgeinde		VLG	VAN	11	11040
2801482	Booze	booze	BE		0	Europe/Brussels	50.67131	5.70813		Boose,Booze		WAL	WLG	62	62119
2801487	Boonwit	boonwit	BE		0	Europe/Brussels	51.13333	4.43333		Bonwit,Boonwit		VLG	VAN	11	11024
2801488	Boonwijk	boonwijk	BE		0	Europe/Brussels	51.02123	4.08585		Boonwijk		VLG	VOV	42	42006
2801489	Boonstraat	boonstraat	BE		0	Europe/Brussels	51.06667	4.13333				VLG	VOV	42	42008
2801490	Boonmerkt	boonmerkt	BE		0	Europe/Brussels	51.08628	4.71602				VLG	VAN	12	12014
2801491	Boonhoek	boonhoek	BE		0	Europe/Brussels	50.86099	3.12916				VLG	VWV	36	36010
2801493	Boomlaar	boomlaar	BE		0	Europe/Brussels	51.13333	4.55				VLG	VAN	12	12021
2801496	Bookmolenstraat	bookmolenstraat	BE		0	Europe/Brussels	51.03333	4.06667				VLG	VOV	42	42006
2801497	Bookmolen	bookmolen	BE		0	Europe/Brussels	51.15	4.11667				VLG	VOV	46	46021
2801502	Booigem	booigem	BE		0	Europe/Brussels	50.99644	3.96203		Booigem,Boygem		VLG	VOV	42	42026
2801503	Booienhoven	booienhoven	BE		0	Europe/Brussels	50.82633	5.12589		Booienhoven,Boyenhove,Boyenhoven		VLG	VBR	24	24130
2801504	Booien	booien	BE		0	Europe/Brussels	51.03437	5.75431		Boijen,Booien,Boyen		VLG	VLI	72	72041
2801505	Boogscheut	boogscheut	BE		0	Europe/Brussels	51.12467	4.00816				VLG	VOV	46	46014
2801506	Bon Vouloir	bon-vouloir	BE		0	Europe/Brussels	50.46133	4.03387				WAL	WHT	53	53053
2801507	Bonvoisin	bonvoisin	BE		0	Europe/Brussels	50.61467	5.84661				WAL	WLG	63	63020
2801508	Bontinkstraat	bontinkstraat	BE		0	Europe/Brussels	51.05	3.95		Bontinckstraat,Bontinkstraat		VLG	VOV	42	42003
2801509	Bonteveld	bonteveld	BE		0	Europe/Brussels	50.83333	3.71667				VLG	VOV	45	45059
2801510	Bontestraat	bontestraat	BE		0	Europe/Brussels	50.98333	4.26667				VLG	VBR	23	23045
2801511	Bontestraat	bontestraat	BE		0	Europe/Brussels	50.75	4.05		Bontestraat,Bontestraet		VLG	VBR	23	23032
2801512	Bonten Os	bonten-os	BE		0	Europe/Brussels	51.01882	4.74312				VLG	VBR	24	24109
2801513	Bontegem	bontegem	BE		0	Europe/Brussels	50.97453	4.10288				VLG	VOV	42	42011
2801522	Bonnet	bonnet	BE		0	Europe/Brussels	50.35247	3.96727				WAL	WHT	53	53084
2801523	Bonnerue	bonnerue	BE		0	Europe/Brussels	50.11814	5.7229		Bonnerue		WAL	WLX	82	82014
2801524	Bonnerue	bonnerue	BE		0	Europe/Brussels	50.01114	5.47849				WAL	WLX	84	84077
2801528	Bonne Haie	bonne-haie	BE		0	Europe/Brussels	50.63587	4.00906				WAL	WHT	55	55039
2801529	Bonne Fontaine	bonne-fontaine	BE		0	Europe/Brussels	50.15	5.51667				WAL	WLX	83	83031
2801530	Bonne Femme	bonne-femme	BE		0	Europe/Brussels	49.89123	5.05165		Bonne Fame,Bonne Femme		WAL	WLX	84	84050
2801538	Bonifayt	bonifayt	BE		0	Europe/Brussels	50.2	4.2				WAL	WHT	56	56088
2801542	Bongard	bongard	BE		0	Europe/Brussels	50.55	6.13333				WAL	WLG	63	63004
2801548	Bon Conseil	bon-conseil	BE		0	Europe/Brussels	50.57166	4.2831				WAL	WHT	52	52063
2801553	Bonance	bonance	BE		0	Europe/Brussels	49.92182	5.38802		Bonance,Bonanee,Bonanée		WAL	WLX	84	84077
2801554	Bon Air	bon-air	BE		0	Europe/Brussels	50.59885	4.48212				WAL	WBR	25	25031
2801555	Bon Air	bon-air	BE		0	Europe/Brussels	50.46515	4.51725				WAL	WHT	52	52021
2801556	Bon Air	bon-air	BE		0	Europe/Brussels	50.23333	4.26667				WAL	WHT	56	56005
2801559	Bommeteau	bommeteau	BE		0	Europe/Brussels	50.36999	3.92624				WAL	WHT	53	53084
2801562	Bommer	bommer	BE		0	Europe/Brussels	50.92972	5.15433				VLG	VLI	71	71024
2801564	Bommels	bommels	BE		0	Europe/Brussels	51.00085	3.82738				VLG	VOV	44	44013
2801565	Bommelhoek	bommelhoek	BE		0	Europe/Brussels	50.98898	3.63898				VLG	VOV	44	44012
2801568	Bömken	boemken	BE		0	Europe/Brussels	50.7	5.95				WAL	WLG	63	63088
2801569	Bomerstraat	bomerstraat	BE		0	Europe/Brussels	51.15595	5.74707		Bomerstraat,Boomerstraat		VLG	VLI	72	72018
2801571	Bomerée	bomeree	BE		0	Europe/Brussels	50.36573	4.38926				WAL	WHT	52	52048
2801572	Bomen	bomen	BE		0	Europe/Brussels	51.1201	5.44532		Bomen,Bommen,Boomen		VLG	VLI	72	72030
2801578	Bolsée	bolsee	BE		0	Europe/Brussels	50.65646	5.52042				WAL	WLG	62	62003
2801579	Bolsée	bolsee	BE		0	Europe/Brussels	50.56667	5.1				WAL	WLG	61	61028
2801582	Bollo	bollo	BE		0	Europe/Brussels	51.00155	4.70661		Bollo,Bolloo		VLG	VBR	24	24109
2801584	Bollisen	bollisen	BE		0	Europe/Brussels	51.12667	5.38737		Bolheze,Bollisen		VLG	VLI	72	72038
2801586	Bollenberg	bollenberg	BE		0	Europe/Brussels	50.87823	4.81237				VLG	VBR	24	24066
2801587	Bollebeek	bollebeek	BE		0	Europe/Brussels	50.92066	4.24232		Bollebeek,Bollekeek		VLG	VBR	23	23002
2801592	Bollaarshoek	bollaarshoek	BE		0	Europe/Brussels	51	3.9				VLG	VOV	42	42025
2801596	Bolk	bolk	BE		0	Europe/Brussels	51.37564	4.80439				VLG	VAN	13	13037
2801599	Bolignies	bolignies	BE		0	Europe/Brussels	50.59272	3.87294				WAL	WHT	51	51012
2801601	Bolderberg	bolderberg	BE		0	Europe/Brussels	50.98869	5.27267				VLG	VLI	71	71070
2801602	Bolder	bolder	BE		0	Europe/Brussels	50.79498	5.61024		Bolder,Bolre,Bolré,Botder		VLG	VLI	73	73066
2801603	Bokstraat	bokstraat	BE		0	Europe/Brussels	51.16667	4.11667				VLG	VOV	46	46021
2801604	Bokstale	bokstale	BE		0	Europe/Brussels	50.92123	3.83086		Bockstaele,Bokstale		VLG	VOV	41	41063
2801605	Boksheide	boksheide	BE		0	Europe/Brussels	51.01667	4.23333		Bockxheide,Boeksheide,Boekxheide,Boksheide		VLG	VBR	23	23045
2801606	Bokselaar	bokselaar	BE		0	Europe/Brussels	51.09037	4.0097		Bokselaar,Boxelaar,Boxelaer		VLG	VOV	46	46014
2801607	Boksbergheide	boksbergheide	BE		0	Europe/Brussels	50.96692	5.45344		Boksbergheide,Boxbergheide		VLG	VLI	71	71016
2801609	Bokkendries	bokkendries	BE		0	Europe/Brussels	50.8	4.01667				VLG	VOV	41	41048
2801610	Bokkenberg	bokkenberg	BE		0	Europe/Brussels	50.95	5.06667		Bockenberg,Bokkenberg		VLG	VLI	71	71020
2801611	Bojaban	bojaban	BE		0	Europe/Brussels	49.8	5				WAL	WLX	84	84010
2801612	Bosvoorde	bosvoorde	BE		0	Europe/Brussels	50.8	4.4		Boitsfort,Bosvoorde		WAL	WHT		
2801615	Boisselles	boisselles	BE		0	Europe/Brussels	50.2377	4.98902				WAL	WNA	91	91034
2801616	Bois Seigneur Isaac	bois-seigneur-isaac	BE		0	Europe/Brussels	50.64282	4.31831				WAL	WBR	25	25014
2801618	Boissac	boissac	BE		0	Europe/Brussels	50.63959	3.49719				WAL	WHT	57	57081
2801619	Bois Robert	bois-robert	BE		0	Europe/Brussels	50.5	4.21667				WAL	WHT	52	52043
2801620	Bois l'Évêque	bois-l-eveque	BE		0	Europe/Brussels	50.61202	5.75798				WAL	WLG	62	62099
2801624	Bois Jacquet	bois-jacquet	BE		0	Europe/Brussels	50.71667	3.31667		Bois Jacquet,Bois-Jaquet		VLG	VWV		
2801625	Bois Hellin	bois-hellin	BE		0	Europe/Brussels	50.65778	3.68932				WAL	WHT	51	51004
2801626	Bois Fichaux	bois-fichaux	BE		0	Europe/Brussels	50.75553	3.21402				WAL	WHT	54	54007
2801630	Bois du Luc	bois-du-luc	BE		0	Europe/Brussels	50.47236	4.15283				WAL	WHT	55	55022
2801631	Bois du Foyau	bois-du-foyau	BE		0	Europe/Brussels	50.66667	4.28333				WAL	WBR	25	25015
2801632	Bois d'Ohey	bois-d-ohey	BE		0	Europe/Brussels	50.44568	5.11705				WAL	WNA	92	92097
2801635	Bois d'Horrues	bois-d-horrues	BE		0	Europe/Brussels	50.58203	4.22066				WAL	WHT	55	55050
2801639	Bois d'Evoz	bois-d-evoz	BE		0	Europe/Brussels	50.51527	5.00558				WAL	WNA	92	92138
2801644	Bois de Steenkerque	bois-de-steenkerque	BE		0	Europe/Brussels	50.63333	4.05				WAL	WHT	55	55004
2801646	Bois des Maîtres	bois-des-maitres	BE		0	Europe/Brussels	50.4767	4.27085				WAL	WHT	52	52010
2801650	Bois de Nivelles	bois-de-nivelles	BE		0	Europe/Brussels	50.56919	4.35043		Bois de Neuvilles,Bois de Nivelles		WAL	WBR	25	25072
2801651	Bois d'Enghien	bois-d-enghien	BE		0	Europe/Brussels	50.58333	4.13333				WAL	WHT	55	55004
2801652	Bois de Nauwe	bois-de-nauwe	BE		0	Europe/Brussels	50.52457	4.3059				WAL	WHT	52	52063
2801653	Bois de Mont	bois-de-mont	BE		0	Europe/Brussels	50.61667	5.48333				WAL	WLG	62	62096
2801753	Bocht	bocht	BE		0	Europe/Brussels	51.06667	4.4				VLG	VAN	12	12040
2801657	Bois de Lens	bois-de-lens	BE		0	Europe/Brussels	50.54616	3.84315				WAL	WHT	53	53044
2801659	Bois de Goesnes	bois-de-goesnes	BE		0	Europe/Brussels	50.47148	5.20785				WAL	WLG	61	61039
2801661	Bois de Chin	bois-de-chin	BE		0	Europe/Brussels	50.67829	3.39133				WAL	WHT	57	57018
2801662	Bois de Breux	bois-de-breux	BE		0	Europe/Brussels	50.63169	5.62918				WAL	WLG	62	62063
2801664	Bois d'Acren	bois-d-acren	BE		0	Europe/Brussels	50.7201	3.9107				WAL	WHT		
2801665	Bois Cahu	bois-cahu	BE		0	Europe/Brussels	50.70792	3.42766				WAL	WHT	57	57018
2801666	Bois Bourdon	bois-bourdon	BE		0	Europe/Brussels	50.34464	3.97018				WAL	WHT		
2801667	Boisbolle	boisbolle	BE		0	Europe/Brussels	49.9	5.18333				WAL	WLX	84	84009
2801669	Bois	bois	BE		0	Europe/Brussels	50.76667	3.73333				WAL	WHT	51	51019
2801674	Boing	boing	BE		0	Europe/Brussels	50.56514	5.09946				WAL	WLG	61	61028
2801675	Boignenberg	boignenberg	BE		0	Europe/Brussels	50.82439	3.66956		Boigneberg,Boignenberg		VLG	VOV	45	45035
2801679	Bohissaux	bohissaux	BE		0	Europe/Brussels	50.47794	5.14392				WAL	WNA	92	92003
2801680	Bohemen	bohemen	BE		0	Europe/Brussels	51	3.98333		Bochemen,Bohemen		VLG	VOV	42	42026
2801686	Bogaartsheide	bogaartsheide	BE		0	Europe/Brussels	51.13697	4.64968		Bogaardsheide,Bogaartsheide,Bogaertsheide		VLG	VAN	12	12026
2801687	Bogaart	bogaart	BE		0	Europe/Brussels	50.99164	3.98674				VLG	VOV	42	42026
2801691	Boffereth	boffereth	BE		0	Europe/Brussels	50.73333	5.95				WAL	WLG	63	63088
2801693	Boezingebrug	boezingebrug	BE		0	Europe/Brussels	50.89397	2.85996		Boezingebrug,Pont d Boesinghe		VLG	VWV	33	33011
2801698	Boeur	boeur	BE		0	Europe/Brussels	50.08914	5.83945				WAL	WLX	82	82014
2801699	Boëtte	boette	BE		0	Europe/Brussels	50.14726	4.28386				WAL	WHT	56	56088
2801701	Boeslinter	boeslinter	BE		0	Europe/Brussels	50.85095	4.95987		Boeslinter,Rooslinter		VLG	VBR	24	24137
2801702	Boeshoven	boeshoven	BE		0	Europe/Brussels	50.80446	5.36447				VLG	VLI	73	73009
2801704	Boesberg	boesberg	BE		0	Europe/Brussels	50.81319	3.89347				VLG	VOV	41	41018
2801708	Boerenleger	boerenleger	BE		0	Europe/Brussels	51.15	4.43333				VLG	VAN	11	11013
2801709	Boerenhol	boerenhol	BE		0	Europe/Brussels	51.1	4.88333				VLG	VAN	13	13049
2801710	Boerenhoek	boerenhoek	BE		0	Europe/Brussels	51.12422	4.35259				VLG	VAN	11	11038
2801713	Boeregemstraat	boeregemstraat	BE		0	Europe/Brussels	50.98333	3.7				VLG	VOV	44	44012
2801714	Boeregem	boeregem	BE		0	Europe/Brussels	50.86337	3.51535				VLG	VOV	45	45061
2801715	Boendael	boendael	BE		0	Europe/Brussels	50.8	4.38333				WAL	WHT		
2801716	Boembeke	boembeke	BE		0	Europe/Brussels	50.8435	3.75565				VLG	VOV	45	45059
2801717	Boembeke	boembeke	BE		0	Europe/Brussels	50.83333	3.63333		Boembeke,Bombeke		VLG	VOV	45	45035
2801720	Boelehoel	boelehoel	BE		0	Europe/Brussels	51.23803	5.44497		Boelehoel,Boelenhoeve		VLG	VLI	72	72043
2801721	Boelare Meers	boelare-meers	BE		0	Europe/Brussels	50.78333	3.88333		Boelare Meers,Boulaere Meersch		VLG	VOV	41	41018
2801722	Boekt	boekt	BE		0	Europe/Brussels	51.14908	5.44942		Bockt,Boekt,Bokt		VLG	VLI	72	72030
2801723	Boekt	boekt	BE		0	Europe/Brussels	51.13333	4.65				VLG	VAN	12	12026
2801724	Boekt	boekt	BE		0	Europe/Brussels	51.01246	5.28597		Boekt		VLG	VLI	71	71070
2801725	Boekt	boekt	BE		0	Europe/Brussels	50.9534	4.4995		Bocht,Bockt,Boekt		VLG	VBR	23	23081
2801726	Boekouter	boekouter	BE		0	Europe/Brussels	50.78333	3.73333		Boekauter,Boekouter		VLG	VOV	45	45059
2801727	Boekmolen	boekmolen	BE		0	Europe/Brussels	51.13333	4.13333				VLG	VOV	46	46021
2801728	Boekhoutestraat	boekhoutestraat	BE		0	Europe/Brussels	51.23333	3.68333		Boekhoutestraat,Bouchautstraat		VLG	VOV	43	43002
2801738	Boekent	boekent	BE		0	Europe/Brussels	50.88333	3.96667		Boekent,Boukent		VLG	VOV	41	41024
2801739	Boekendries	boekendries	BE		0	Europe/Brussels	50.82812	3.75854				VLG	VOV	45	45059
2801740	Boekendries	boekendries	BE		0	Europe/Brussels	50.76667	3.61667		Boekendries,Boukendries		VLG	VOV	45	45041
2801741	Boekenberg	boekenberg	BE		0	Europe/Brussels	51.2	4.46667				VLG	VAN	11	11002
2801742	Boekel	boekel	BE		0	Europe/Brussels	51.16667	4.9				VLG	VAN	13	13029
2801745	Bodrissart	bodrissart	BE		0	Europe/Brussels	50.71667	4.36667				WAL	WBR	25	25110
2801749	Bodange	bodange	BE		0	Europe/Brussels	49.85403	5.69779				WAL	WLX	82	82009
2801750	Bodaimont	bodaimont	BE		0	Europe/Brussels	50.13566	5.65772				WAL	WLX	83	83031
2801756	Bocarmé	bocarme	BE		0	Europe/Brussels	50.54344	3.58223				WAL	WHT	57	57064
2801758	Bloquia	bloquia	BE		0	Europe/Brussels	50.68333	4.68333		Blocquia,Bloquia		WAL	WBR	25	25018
2801761	Blokt	blokt	BE		0	Europe/Brussels	51.14448	4.73305		Blockt,Blokt		VLG	VAN	13	13012
2801766	Blokken	blokken	BE		0	Europe/Brussels	50.81667	3.31667				VLG	VWV	34	34042
2801767	Blokhuis	blokhuis	BE		0	Europe/Brussels	51.05	4.46667				VLG	VAN	12	12025
2801769	Bloer	bloer	BE		0	Europe/Brussels	50.78333	5.5		Bloer,Bloir,Bloirs		VLG	VLI	73	73083
2801771	Bloemse Hoeven	bloemse-hoeven	BE		0	Europe/Brussels	51	4.8		Bloemse Hoeven,De Bloemsche Hoeven		VLG	VBR	24	24007
2801772	Bloempot	bloempot	BE		0	Europe/Brussels	51.26257	4.1611				VLG	VOV	46	46003
2801773	Bloemendaal	bloemendaal	BE		0	Europe/Brussels	51.25957	4.50863				VLG	VAN	11	11040
2801774	Bloemendaal	bloemendaal	BE		0	Europe/Brussels	51.13637	3.32793		Bloemendaal,Bloemendaale		VLG	VWV	31	31003
2801775	Bloemendaal	bloemendaal	BE		0	Europe/Brussels	50.93642	5.11276		Bloemendaal,Bloemendael		VLG	VLI	71	71020
2801776	Bloemendaal	bloemendaal	BE		0	Europe/Brussels	50.71667	3.91667		Bloemendaal,Bloemendal		WAL	WHT		
2801779	Bloed Putteken	bloed-putteken	BE		0	Europe/Brussels	51.03333	2.86667		Bloed Putteken,Bloot Putteken		VLG	VWV	32	32003
2801780	Blocry	blocry	BE		0	Europe/Brussels	50.66573	4.5937				WAL	WBR	25	25121
2801781	Blocquemont	blocquemont	BE		0	Europe/Brussels	50.3	4.91667				WAL	WNA	91	91141
2801783	Blinkenberg	blinkenberg	BE		0	Europe/Brussels	50.98333	4.73333				VLG	VBR	24	24094
2801784	Blindef	blindef	BE		0	Europe/Brussels	50.52509	5.69509		Blindef		WAL	WLG	62	62100
2801786	Bliksehoeven	bliksehoeven	BE		0	Europe/Brussels	51.11667	4.75		Blicksche-Hoeven,Bliksehoeven		VLG	VAN	13	13012
2801787	Blikken	blikken	BE		0	Europe/Brussels	51.26667	4.21667				VLG	VOV	46	46003
2801788	Blijstraat	blijstraat	BE		0	Europe/Brussels	50.91667	5.01667				VLG	VBR	24	24054
2801789	Blijkeer	blijkeer	BE		0	Europe/Brussels	50.76667	4.03333		Bleyenkeer,Bleykheer,Blijkeer,Blijken		VLG	VBR	23	23023
2801790	Blijdenhoek	blijdenhoek	BE		0	Europe/Brussels	51.03333	4.88333		Bleidenhoek,Blijdenhoek		VLG	VAN	13	13013
2801791	Blier	blier	BE		0	Europe/Brussels	50.27732	5.54809		Blier		WAL	WLX	83	83013
2801794	Bleu Rieu	bleu-rieu	BE		0	Europe/Brussels	50.68333	3.61667				WAL	WHT	51	51065
2801795	Bleurhu	bleurhu	BE		0	Europe/Brussels	50.30865	5.73892				WAL	WLG	63	63045
2801797	Bleuken	bleuken	BE		0	Europe/Brussels	50.96667	4.53333				VLG	VBR	23	23038
2801801	Blekte	blekte	BE		0	Europe/Brussels	50.96667	4.03333				VLG	VOV	41	41002
2801802	Blekte	blekte	BE		0	Europe/Brussels	50.96852	3.91512				VLG	VOV	41	41034
2801803	Blekkom	blekkom	BE		0	Europe/Brussels	50.92149	5.07311				VLG	VLI	71	71020
2801805	Blekkersvijver	blekkersvijver	BE		0	Europe/Brussels	51.1	3.36667		Blekkersvijver,Blekkersvyver		VLG	VOV	44	44084
2801806	Blekkemberg	blekkemberg	BE		0	Europe/Brussels	50.90617	5.27466				VLG	VLI	73	73001
2801808	Blekerij	blekerij	BE		0	Europe/Brussels	50.88333	2.65				VLG	VWV	33	33021
2801810	Bleker	bleker	BE		0	Europe/Brussels	50.93333	3.7		Bleeker,Bleker		VLG	VOV	44	44020
2801811	Blekenberg	blekenberg	BE		0	Europe/Brussels	51.38305	4.54693		Bleekenberg,Blekenberg		VLG	VAN	11	11053
2801812	Bleken	bleken	BE		0	Europe/Brussels	51.20394	5.06759		Bleeken,Bleken		VLG	VAN	13	13025
2801824	Blauwput	blauwput	BE		30215	Europe/Brussels	50.88587	4.72415				VLG	VBR	24	24062
2801827	Blauwhof	blauwhof	BE		0	Europe/Brussels	51.13333	4.26667				VLG	VOV	46	46025
2801836	Blauwe Sluis	blauwe-sluis	BE		0	Europe/Brussels	51.29683	3.36597		Blauwe Sluis,Blauwe Sluys		VLG	VWV		
2801837	Blauwe Sluis	blauwe-sluis	BE		0	Europe/Brussels	51.22275	2.9873				VLG	VWV	35	35013
2801841	Blauwenstaak	blauwenstaak	BE		0	Europe/Brussels	51.21667	4.16667		Blauwe Staak,Blauwenstaak		VLG	VOV	46	46003
2801842	Blauwenhoek	blauwenhoek	BE		0	Europe/Brussels	51.14836	4.63783				VLG	VAN	12	12026
2801843	Blauwenhoek	blauwenhoek	BE		0	Europe/Brussels	51.0949	4.55589				VLG	VAN	12	12009
2801844	Blauwenhoek	blauwenhoek	BE		0	Europe/Brussels	51.01696	4.29216				VLG	VBR	23	23045
2801845	Blauwberg	blauwberg	BE		0	Europe/Brussels	51.04436	4.92951		Blauwberg,Blouwberg		VLG	VAN	13	13013
2801855	Blaregem	blaregem	BE		0	Europe/Brussels	50.91721	4.11721				VLG	VBR	23	23105
2801856	Blanmont	blanmont	BE		0	Europe/Brussels	50.62159	4.64207				WAL	WBR	25	25117
2801860	Blankelaar	blankelaar	BE		0	Europe/Brussels	51.01594	5.12676		Blankelaar,Blankelaer		VLG	VLI	71	71037
2801861	Blankaart	blankaart	BE		0	Europe/Brussels	51.0621	4.17974		Blankaart,De Blankaart		VLG	VOV	42	42008
2801867	Blanc Scourche	blanc-scourche	BE		0	Europe/Brussels	50.71697	3.70223				WAL	WHT	51	51017
2801869	Blanche-Fontaine	blanche-fontaine	BE		0	Europe/Brussels	50.30528	5.98139				WAL	WLX	82	82032
2801872	Blakkeveld	blakkeveld	BE		0	Europe/Brussels	51.15	3.48333				VLG	VOV	44	44084
2801873	Blakenberg	blakenberg	BE		0	Europe/Brussels	50.94766	5.04706				VLG	VBR	24	24020
2801875	Blairon	blairon	BE		0	Europe/Brussels	50.37317	3.92959				WAL	WHT	53	53084
2801882	Blaasberg	blaasberg	BE		0	Europe/Brussels	50.99838	5.02649				VLG	VBR	24	24020
2801883	Blaasberg	blaasberg	BE		0	Europe/Brussels	50.99145	4.65891				VLG	VBR	24	24109
2801884	Bizory	bizory	BE		0	Europe/Brussels	50.01965	5.76379		Bizorry		WAL	WLX	82	82003
2801885	Bizencourt	bizencourt	BE		0	Europe/Brussels	50.64308	3.42203				WAL	WHT	57	57081
2801886	Bitremont	bitremont	BE		0	Europe/Brussels	50.53804	3.59038				WAL	WHT	57	57064
2801887	Bisweg	bisweg	BE		0	Europe/Brussels	50.73333	5.93333				WAL	WLG	63	63088
2801888	Bist	bist	BE		0	Europe/Brussels	51.14635	4.60173				VLG	VAN	12	12026
2801889	Bist	bist	BE		0	Europe/Brussels	51.13333	4.36667				VLG	VAN	11	11001
2801896	Bisschophoek	bisschophoek	BE		0	Europe/Brussels	51.09829	2.96763				VLG	VWV	32	32010
2801898	Birven	birven	BE		0	Europe/Brussels	50.68522	5.90772		Birven		WAL	WLG	63	63003
2801899	Biron	biron	BE		0	Europe/Brussels	50.30867	5.48296		Biron		WAL	WLX	83	83013
2801900	Biron	biron	BE		0	Europe/Brussels	50.30206	5.1166				WAL	WNA	91	91030
2801901	Birkhahns Kopf	birkhahns-kopf	BE		0	Europe/Brussels	50.64693	6.23111				WAL	WLG		
2801902	Birken	birken	BE		0	Europe/Brussels	50.70138	5.96591				WAL	WLG	63	63088
2801903	Birk	birk	BE		0	Europe/Brussels	51.13023	5.78109				VLG	VLI	72	72018
2801904	Birel	birel	BE		0	Europe/Brussels	49.66667	5.83333		Birel,Biret		WAL	WLX	81	81001
2801906	Biourge	biourge	BE		0	Europe/Brussels	49.84107	5.32567				WAL	WLX	84	84009
2801909	Biomont	biomont	BE		0	Europe/Brussels	50.61294	5.79481				WAL	WLG	63	63035
2801911	Binster	binster	BE		0	Europe/Brussels	50.60181	6.05588		Binster,Binstert		WAL	WLG	63	63023
2801913	Binneneinde	binneneinde	BE		0	Europe/Brussels	51.16667	4.93333				VLG	VAN	13	13008
2801914	Binneheide	binneheide	BE		0	Europe/Brussels	51.28333	5.48333		Binneheide,Binnenheide		VLG	VLI	72	72037
2801918	Bingelberg Flog	bingelberg-flog	BE		0	Europe/Brussels	50.71875	6.07705		Bingelberg,Bingelberg Flog		WAL	WLG	63	63061
2801928	Bilot	bilot	BE		0	Europe/Brussels	50.66085	4.27986				WAL	WBR	25	25044
2801929	Billik	billik	BE		0	Europe/Brussels	50.93333	5.3				VLG	VLI	71	71022
2801930	Billegem	billegem	BE		0	Europe/Brussels	50.9856	3.95821				VLG	VOV	42	42026
2801933	Bilkbos	bilkbos	BE		0	Europe/Brussels	51.04175	3.33274		Bilckbosch,Bilkbos		VLG	VWV	37	37015
2801937	Bijvoorde	bijvoorde	BE		0	Europe/Brussels	50.85081	4.87801		Bijvoorde,Byvoorde		VLG	VBR	24	24016
2801938	Bijstirstraat	bijstirstraat	BE		0	Europe/Brussels	50.81667	3.75		Bijstierstraat,Bijstirstraat		VLG	VOV	45	45059
2801944	La Bigaude	la-bigaude	BE		0	Europe/Brussels	50.66094	3.7254		Bigaude		WAL	WHT	51	51004
2801945	Biezenhuiskens	biezenhuiskens	BE		0	Europe/Brussels	50.96645	4.8757				VLG	VBR	24	24001
2801946	Biezendries	biezendries	BE		0	Europe/Brussels	50.88333	4.13333		Biezendries,Biezendriesch		VLG	VBR	23	23086
2801952	Bietrin Creux	bietrin-creux	BE		0	Europe/Brussels	50.4	5.43333				WAL	WLX	83	83012
2801954	Biesthoek	biesthoek	BE		0	Europe/Brussels	50.93333	4.35		Biesthoek,Bisthoek		VLG	VBR	23	23025
2801955	Biestenberg	biestenberg	BE		0	Europe/Brussels	51.18333	4.75				VLG	VAN	13	13010
2801956	Biest	biest	BE		0	Europe/Brussels	51.1694	4.39311		Biest,Bist		VLG	VAN	11	11002
2801957	Biest	biest	BE		0	Europe/Brussels	50.96667	4.03333				VLG	VOV	41	41002
2801958	Biest	biest	BE		0	Europe/Brussels	50.94713	4.82351				VLG	VBR	24	24043
2801959	Biest	biest	BE		0	Europe/Brussels	50.90168	3.50782		Biest,De Biest		VLG	VOV	45	45068
2801960	Biest	biest	BE		0	Europe/Brussels	50.86265	4.77351				VLG	VBR	24	24011
2801961	Biest	biest	BE		0	Europe/Brussels	50.85	3.95				VLG	VOV	41	41048
2801962	Biest	biest	BE		0	Europe/Brussels	50.73353	3.58707				VLG	VOV	45	45041
2801963	Biessemstraat	biessemstraat	BE		0	Europe/Brussels	50.90036	5.15742		Biesemstraat,Biessemstraat		VLG	VBR	24	24028
2801972	Biesgat	biesgat	BE		0	Europe/Brussels	51.02122	3.35067				VLG	VWV	37	37015
2801973	Biesestraat	biesestraat	BE		0	Europe/Brussels	51.1	4.15				VLG	VOV	42	42008
2801974	Biesem	biesem	BE		0	Europe/Brussels	51.06667	3.41667				VLG	VOV	44	44084
2801975	Biesbrughoek	biesbrughoek	BE		0	Europe/Brussels	51.12986	2.83595		Biesbrughoek,Bus Brug		VLG	VWV	35	35011
2801981	Biert le Roi	biert-le-roi	BE		0	Europe/Brussels	50.28333	4.78333				WAL	WNA	91	91103
2801982	Biert l'Abbé	biert-l-abbe	BE		0	Europe/Brussels	50.27437	4.72128				WAL	WNA	93	93022
2801986	Biernimont	biernimont	BE		0	Europe/Brussels	50.51993	4.32867				WAL	WHT	52	52055
2801987	Bierleux	bierleux	BE		0	Europe/Brussels	50.39145	5.75113		Bierleux		WAL	WLG	63	63075
2801988	Bierlée	bierlee	BE		0	Europe/Brussels	50.21667	4.43333				WAL	WNA	93	93010
2801997	Biercamp	biercamp	BE		0	Europe/Brussels	50.73333	3.8				WAL	WHT	55	55023
2802001	Bienonsart	bienonsart	BE		0	Europe/Brussels	50.56667	5.16667				WAL	WLG	61	61072
2802004	Bien du Censier	bien-du-censier	BE		0	Europe/Brussels	50.31667	5.66667				WAL	WLX	83	83055
2802005	Bien	bien	BE		0	Europe/Brussels	51.25	5.46667				VLG	VLI	72	72043
2802006	Bieheide	bieheide	BE		0	Europe/Brussels	51.37772	4.92871				VLG	VAN	13	13040
2802007	Biegter Weerd	biegter-weerd	BE		0	Europe/Brussels	51.05	5.76667		Bichterweert,Biegter Weerd		VLG	VLI	72	72041
2802009	Biderie	biderie	BE		0	Europe/Brussels	50.5352	3.76496				WAL	WHT	51	51014
2802010	Bichourée	bichouree	BE		0	Europe/Brussels	50.73479	3.76313		Bichouree,Bichourees,Bichourée,Bichourées		WAL	WHT	51	51019
2802011	Bichoit	bichoit	BE		0	Europe/Brussels	50.28333	5.15				WAL	WNA	91	91030
2802013	Biamont	biamont	BE		0	Europe/Brussels	50.59185	4.0682				WAL	WHT	55	55040
2802017	Bewesterpoort	bewesterpoort	BE		0	Europe/Brussels	51.06014	2.63269				VLG	VWV	38	38025
2802018	Bevingen	bevingen	BE		0	Europe/Brussels	50.79766	5.17673		Bevingen,Bevinghen		VLG	VLI	71	71053
2802019	Bevingen	bevingen	BE		0	Europe/Brussels	50.81083	4.05774				VLG	VOV	41	41048
2802020	Beverzak	beverzak	BE		0	Europe/Brussels	50.96667	5.36667				VLG	VLI	71	71022
2802023	Beversluis	beversluis	BE		0	Europe/Brussels	50.95488	4.73872				VLG	VBR	24	24094
2802027	Beverlaak	beverlaak	BE		0	Europe/Brussels	50.98124	4.67929				VLG	VBR	24	24094
2802034	Beveren-Leie	beveren-leie	BE		5331	Europe/Brussels	50.87538	3.34034		Beveren		VLG	VWV	34	34040
2802041	Beverdonkse Heide	beverdonkse-heide	BE		0	Europe/Brussels	51.25087	5.04444		Beverdonksche Heide,Beverdonkse Heide		VLG	VAN	13	13036
2802044	Beverbeekseheide	beverbeekseheide	BE		0	Europe/Brussels	51.28333	5.5		Beverbeeksche Heide,Beverbeekseheide		VLG	VLI	72	72037
2802049	Beverbeek	beverbeek	BE		0	Europe/Brussels	51.28333	5.51667				VLG	VLI	72	72037
2802051	Bever	bever	BE		1932	Europe/Brussels	50.91667	4.31667				VLG	VBR	23	23102
2802052	Bever	bever	BE		2159	Europe/Brussels	50.71635	3.94117		Bever,Bievene,Biévène		VLG	VBR	23	23009
2802056	Bevegem	bevegem	BE		0	Europe/Brussels	50.86914	3.82626				VLG	VOV	41	41081
2802059	Beustereinde	beustereinde	BE		0	Europe/Brussels	51.08384	5.03955				VLG	VAN	13	13053
2802060	Beusdaal	beusdaal	BE		0	Europe/Brussels	50.75034	5.91497		Beusdaal,Beusdael		WAL	WLG	63	63088
2802061	Beurt	beurt	BE		0	Europe/Brussels	50.94306	4.93586				VLG	VBR	24	24135
2802062	Beurs	beurs	BE		0	Europe/Brussels	51.11331	4.42252				VLG	VAN	11	11037
2802063	Beurs	beurs	BE		0	Europe/Brussels	50.84954	5.27342				VLG	VLI	73	73098
2802064	Beurre	beurre	BE		0	Europe/Brussels	50.51667	4.51667		Beurre,Beurre-sans-Croute,Beurre-sans-Croûte		WAL	WHT	52	52021
2802066	Beulk	beulk	BE		0	Europe/Brussels	51.26153	4.78041		Beulk,Beulkt		VLG	VAN	13	13019
2802068	Betzer	betzer	BE		0	Europe/Brussels	50.21667	6.13333				WAL	WLG	63	63087
2802073	Bettenhoek	bettenhoek	BE		0	Europe/Brussels	50.78041	3.98126				VLG	VOV	41	41018
2802074	Bettendries	bettendries	BE		0	Europe/Brussels	50.83333	4.21667				VLG	VBR	23	23016
2802078	Betlange	betlange	BE		0	Europe/Brussels	49.91667	5.76667				WAL	WLX		
2802079	Bétissart	betissart	BE		0	Europe/Brussels	50.60369	3.74654				WAL	WHT	51	51004
2802080	Bethoveld	bethoveld	BE		0	Europe/Brussels	50.78333	5.43333				VLG	VLI	73	73083
2802081	Béthomont	bethomont	BE		0	Europe/Brussels	50.09035	5.65185				WAL	WLX	82	82005
2802082	Bethomée	bethomee	BE		0	Europe/Brussels	50.60143	3.48544				WAL	WHT	57	57081
2802083	Bethléem	bethleem	BE		0	Europe/Brussels	50.63333	3.55				WAL	WHT	57	57081
2802084	Bethléem	bethleem	BE		0	Europe/Brussels	50.40125	5.03949				WAL	WNA	92	92054
2802085	Bethania	bethania	BE		0	Europe/Brussels	51.32096	4.50388				VLG	VAN	11	11008
2802086	Beth	beth	BE		0	Europe/Brussels	49.94309	5.12058				WAL	WLX	84	84050
2802093	Besonrieux	besonrieux	BE		0	Europe/Brussels	50.50937	4.19815				WAL	WHT	55	55022
2802095	Besmer	besmer	BE		0	Europe/Brussels	50.92441	5.6038		Besmer,Bessemer		VLG	VLI	71	71067
2802096	Besinne	besinne	BE		0	Europe/Brussels	50.36334	4.80203				WAL	WNA	92	92101
2802100	Bescheedweg	bescheedweg	BE		0	Europe/Brussels	51.04409	3.00721		Bescheedweg,Bescheedwege		VLG	VWV	32	32011
2802105	Berwinne	berwinne	BE		0	Europe/Brussels	50.7	5.53333				WAL	WLG	62	62060
2802115	Bertincroix	bertincroix	BE		0	Europe/Brussels	50.56756	3.51926				WAL	WHT	57	57081
2802116	Bertinchamps	bertinchamps	BE		0	Europe/Brussels	50.55785	4.64104				WAL	WNA	92	92142
2802119	Berthaumont	berthaumont	BE		0	Europe/Brussels	50.3	4.51667				WAL	WNA	93	93022
2802120	Berterath	berterath	BE		0	Europe/Brussels	50.34195	6.36516				WAL	WLG	63	63012
2802121	Berteneinde	berteneinde	BE		0	Europe/Brussels	51.11096	4.81153		Berteneinde,Berteneynde		VLG	VAN	13	13011
2802130	Bernt	bernt	BE		0	Europe/Brussels	51.12514	3.67724				VLG	VOV	44	44019
2802131	Bernum	bernum	BE		0	Europe/Brussels	51.10557	4.78298				VLG	VAN	12	12014
2802132	Bernum	bernum	BE		0	Europe/Brussels	51.10014	4.74593				VLG	VAN	12	12014
2802133	Bernister	bernister	BE		0	Europe/Brussels	50.43618	6.01293		Bernister		WAL	WLG	63	63049
2802134	Bernistap	bernistap	BE		0	Europe/Brussels	50.10711	5.86132				WAL	WLX	82	82014
2802137	Bernimont	bernimont	BE		0	Europe/Brussels	49.91133	5.46192				WAL	WLX	84	84077
2802138	Bernimont	bernimont	BE		0	Europe/Brussels	49.81123	5.48363				WAL	WLX	84	84033
2802142	Bernalmont	bernalmont	BE		0	Europe/Brussels	50.66377	5.61298				WAL	WLG	62	62051
2802145	Berlotte	berlotte	BE		0	Europe/Brussels	50.69268	6.11284		Berlotte		WAL	WLG	63	63061
2802146	Berlion	berlion	BE		0	Europe/Brussels	50.66667	3.46667				WAL	WHT	57	57018
2802149	Berlieren	berlieren	BE		0	Europe/Brussels	50.71896	5.90145				WAL	WLG	63	63088
2802152	Berleur	berleur	BE		0	Europe/Brussels	50.63179	5.50223				WAL	WLG	62	62118
2802158	Berkven	berkven	BE		0	Europe/Brussels	51.23333	4.76667				VLG	VAN	13	13044
2802160	Berkenhaag	berkenhaag	BE		0	Europe/Brussels	51.11447	3.11784				VLG	VWV	31	31040
2802161	Berkenen	berkenen	BE		0	Europe/Brussels	51.00349	5.37849				VLG	VLI	71	71066
2802162	Berkenbos	berkenbos	BE		0	Europe/Brussels	51.04733	5.31361		Berkenbos,Berkenbosch Cite,Berkenbosch Cité		VLG	VLI	71	71070
2802163	Berken	berken	BE		0	Europe/Brussels	51.12024	3.50441				VLG	VOV	44	44084
2802164	Berken	berken	BE		0	Europe/Brussels	50.88819	3.49661				VLG	VOV	45	45068
2802166	Berkedonk Ven	berkedonk-ven	BE		0	Europe/Brussels	51.35	4.83333				VLG	VAN	13	13023
2802167	Bérisménil	berismenil	BE		0	Europe/Brussels	50.17786	5.66487				WAL	WLX	83	83031
2802168	Beringen Mijnen	beringen-mijnen	BE		0	Europe/Brussels	51.07696	5.22654				VLG	VLI	71	71004
2802174	Bergwijk	bergwijk	BE		0	Europe/Brussels	50.83333	3.55				VLG	VOV	45	45061
2802175	Bergwijk	bergwijk	BE		0	Europe/Brussels	50.81667	3.45		Bergwijk,Bergwyk		VLG	VWV	34	34002
2802176	Bergvijver	bergvijver	BE		0	Europe/Brussels	50.96688	4.85589				VLG	VBR	24	24001
2802178	Bergstraat	bergstraat	BE		0	Europe/Brussels	51.16667	4.23333				VLG	VOV	46	46013
2802179	Bergstraat	bergstraat	BE		0	Europe/Brussels	51.11667	4.15				VLG	VOV	46	46025
2802180	Bergstraat	bergstraat	BE		0	Europe/Brussels	50.85	3.9				VLG	VOV	41	41027
2802181	Bergstraat	bergstraat	BE		0	Europe/Brussels	50.83333	3.46667		Bergstraat,Bergstraet		VLG	VWV	34	34002
2802182	Bergse Hoeven	bergse-hoeven	BE		0	Europe/Brussels	51.1914	4.6186		Bergschehoeven,Bergse Hoeven		VLG	VAN	11	11035
2802183	Bergscheid	bergscheid	BE		0	Europe/Brussels	50.58539	6.05273		Bergscheid,Bergscheid Inferieur,Bergscheid Inférieur		WAL	WLG	63	63004
2802184	Berg op Zoom	berg-op-zoom	BE		0	Europe/Brussels	51.08029	3.10846				VLG	VWV	31	31033
2802185	Berg op Zoom	berg-op-zoom	BE		0	Europe/Brussels	50.81385	5.15808				VLG	VLI	71	71053
2802186	Bergom	bergom	BE		0	Europe/Brussels	51.07441	4.91793		Bergom,Bergum		VLG	VAN	13	13013
2802187	Bergom	bergom	BE		0	Europe/Brussels	50.77143	4.10507		Bergem,Berghem,Bergom		VLG	VBR	23	23024
2802188	Bergmolens	bergmolens	BE		0	Europe/Brussels	50.92169	3.12134				VLG	VWV	36	36015
2802191	Berghoek	berghoek	BE		0	Europe/Brussels	50.98819	3.2965				VLG	VWV	37	37011
2802192	Bergheide	bergheide	BE		0	Europe/Brussels	50.96667	4.53333				VLG	VBR	23	23038
2802193	Bergeval	bergeval	BE		0	Europe/Brussels	50.35206	5.8672		Bergeval		WAL	WLG	63	63086
2802194	Bergerven	bergerven	BE		0	Europe/Brussels	51.06667	5.7				VLG	VLI	72	72041
2802197	Bergère	bergere	BE		0	Europe/Brussels	50.63333	3.91667				WAL	WHT	55	55039
2802200	Bergen Einde	bergen-einde	BE		0	Europe/Brussels	50.90569	5.17529				VLG	VBR	24	24028
2802201	Bergen-Einde	bergen-einde	BE		0	Europe/Brussels	50.90574	5.17535				VLG	VBR	24	24028
2802202	Bergendries	bergendries	BE		0	Europe/Brussels	51.15	3.98333				VLG	VOV	46	46014
2802203	Bergenbroek	bergenbroek	BE		0	Europe/Brussels	50.8	4.1		Bergenbroeck,Bergenbroek		VLG	VBR	23	23024
2802204	Bergen	bergen	BE		0	Europe/Brussels	51.32037	5.07028				VLG	VAN	13	13001
2802205	Bergen	bergen	BE		0	Europe/Brussels	51.15447	4.78314				VLG	VAN	13	13012
2802206	Bergen	bergen	BE		0	Europe/Brussels	51.08263	3.15658				VLG	VWV	31	31022
2802207	Bergen	bergen	BE		0	Europe/Brussels	50.89285	5.08991				VLG	VBR	24	24028
2802209	Bergeinde	bergeinde	BE		0	Europe/Brussels	51.06667	5.63333		Bergeinde,Berkeinde,Berkeynde		VLG	VLI	72	72021
2802213	Bergbroek	bergbroek	BE		0	Europe/Brussels	50.93333	4.76667				VLG	VBR	24	24043
2802214	Berg-Bos	berg-bos	BE		0	Europe/Brussels	50.86667	5.25		Berg-Bos,Berg-Bosch		VLG	VLI	73	73001
2802237	Berentrode	berentrode	BE		0	Europe/Brussels	51.02858	4.56309				VLG	VAN	12	12005
2802238	Berenheide	berenheide	BE		0	Europe/Brussels	51.11331	5.48949				VLG	VLI	72	72042
2802239	Berendries	berendries	BE		0	Europe/Brussels	50.8338	3.77788		Beerendries,Berendries		VLG	VOV	45	45059
2802240	Berendries	berendries	BE		0	Europe/Brussels	50.71513	4.23354				VLG	VBR	23	23027
2802244	Berenbroek	berenbroek	BE		0	Europe/Brussels	50.95	5.41667				VLG	VLI	71	71016
2802246	Bercheux	bercheux	BE		0	Europe/Brussels	49.9012	5.53573		Bercheux		WAL	WLX	82	82036
2802253	Berceau	berceau	BE		0	Europe/Brussels	50.65322	3.624				WAL	WHT	51	51065
2802256	Béoli	beoli	BE		0	Europe/Brussels	50.05	5.36667				WAL	WLX	84	84059
2802257	Béolette	beolette	BE		0	Europe/Brussels	50.31667	5.25				WAL	WNA	91	91064
2802258	Béolette	beolette	BE		0	Europe/Brussels	50.28986	5.38512				WAL	WNA	91	91120
2802260	Bentille	bentille	BE		0	Europe/Brussels	51.2475	3.60509				VLG	VOV	43	43007
2802261	Bensberg	bensberg	BE		0	Europe/Brussels	50.91401	4.85996				VLG	VBR	24	24135
2802262	Benonchamp	benonchamp	BE		0	Europe/Brussels	50.00469	5.80822		Benonchamp,Benonchamps		WAL	WLX	82	82003
2802266	Beneden Kessel	beneden-kessel	BE		0	Europe/Brussels	50.89903	4.7279		Beneden Kessel,Kessel		VLG	VBR	24	24062
2802267	Benedenheide	benedenheide	BE		0	Europe/Brussels	50.8352	4.79162		Benedenheide,Groote Heide		VLG	VBR	24	24011
2802268	Beneck	beneck	BE		0	Europe/Brussels	49.63333	5.75				WAL	WLX	81	81001
2802228	Berg	berg	BE	1910	0	Europe/Brussels	50.8831	3.98705				VLG	VOV	41	41024
2802272	Bénauvanne	benauvanne	BE		0	Europe/Brussels	49.8	5.18333				WAL	WLX	84	84009
2802275	Bemel	bemel	BE		0	Europe/Brussels	50.83096	4.41747		Bemel,Bemelsveld		BRU	BRU	21	21019
2802276	Beemdkant	beemdkant	BE		0	Europe/Brussels	51.21667	4.51667		Beemdkant		VLG	VAN	11	11052
2802277	Belzele	belzele	BE		0	Europe/Brussels	51.1026	3.66882		Belzeele,Belzele		VLG	VOV	44	44019
2802278	Belven	belven	BE		0	Europe/Brussels	50.71583	5.92905				WAL	WLG	63	63088
2802279	Belven	belven	BE		0	Europe/Brussels	50.6695	6.08266		Belven,Belvenn		WAL	WLG	63	63061
2802280	Belvédère	belvedere	BE		0	Europe/Brussels	50.36667	5.18333		Belvedere,Belvédère,La Caracole		WAL	WNA	91	91064
2802283	Belvaux	belvaux	BE		0	Europe/Brussels	50.10662	5.19344		Belvaux		WAL	WNA	91	91114
2802284	Belval	belval	BE		0	Europe/Brussels	50.71667	3.7				WAL	WHT	51	51017
2802286	Belva	belva	BE		0	Europe/Brussels	50.69011	3.27848				WAL	WHT	57	57027
2802287	Belselehoek	belselehoek	BE		0	Europe/Brussels	51.15	4.11667		Belcelehoek,Belselehoek		VLG	VOV	46	46021
2802295	Belmont	belmont	BE		0	Europe/Brussels	49.58267	5.56943				WAL	WLX	85	85045
2802296	Le Belloy	le-belloy	BE		0	Europe/Brussels	50.52199	3.44172				WAL	WHT	57	57093
2802297	Belloi	belloi	BE		0	Europe/Brussels	49.86667	5.53333		Belloi,Beloy,Le Beloy		WAL	WLX	84	84033
2802306	Belle Vue	belle-vue	BE		0	Europe/Brussels	50.71641	4.4138				WAL	WBR	25	25110
2802307	Belle Vue	belle-vue	BE		0	Europe/Brussels	50.1093	5.53193		Belle Vue		WAL	WLX	83	83049
2802308	Bellevue	bellevue	BE		0	Europe/Brussels	49.83333	5.1				WAL	WLX	84	84010
2802309	Bellevue	bellevue	BE		0	Europe/Brussels	49.71137	5.80161				WAL	WLX	81	81001
2802310	Belle Vue	belle-vue	BE		0	Europe/Brussels	49.66163	5.76456				WAL	WLX	81	81001
2802311	Belle Vue	belle-vue	BE		0	Europe/Brussels	49.58526	5.52175		Belle Vue		WAL	WLX	85	85045
2802317	Belleva	belleva	BE		0	Europe/Brussels	50.2	5.65				WAL	WLX	83	83031
2802318	Belle Tête	belle-tete	BE		0	Europe/Brussels	50.56521	4.15133				WAL	WHT	55	55050
2802326	Belle-Maison	belle-maison	BE		0	Europe/Brussels	50.48045	5.22735				WAL	WLG	61	61039
2802330	Belle Haie	belle-haie	BE		0	Europe/Brussels	50.26667	5.7				WAL	WLX	83	83055
2802332	Bellegrade	bellegrade	BE		0	Europe/Brussels	50.48924	5.22632				WAL	WLG	61	61039
2802337	Belle Fontaine	belle-fontaine	BE		0	Europe/Brussels	50.65105	5.77919				WAL	WLG	63	63035
2802338	Belle Fontaine	belle-fontaine	BE		0	Europe/Brussels	50.41672	4.31772				WAL	WHT	52	52022
2802343	Belle Eau	belle-eau	BE		0	Europe/Brussels	49.95291	5.61911				WAL	WLX	82	82036
2802344	Belle Croix	belle-croix	BE		0	Europe/Brussels	50.63098	4.01882		Belle Croix,La Belle Croix		WAL	WHT	55	55040
2802351	Belle	belle	BE		0	Europe/Brussels	50.52302	4.28291				WAL	WHT	52	52063
2802354	Bellain	bellain	BE		0	Europe/Brussels	50.16667	5.96667				WAL	WLX		
2802355	Belhutte	belhutte	BE		0	Europe/Brussels	51.07473	2.98747				VLG	VWV	32	32010
2802357	Belhez	belhez	BE		0	Europe/Brussels	50.21667	5.71667				WAL	WLX	83	83031
2802362	Belgiek	belgiek	BE		0	Europe/Brussels	50.84839	3.37779		Belgiek		VLG	VWV	34	34009
2802363	Beleschecken	beleschecken	BE		0	Europe/Brussels	49.58333	5.86667				WAL	WLX	81	81004
2802366	Bel Air	bel-air	BE		0	Europe/Brussels	50.56667	4.96667				WAL	WNA	92	92138
2802367	Belair	belair	BE		0	Europe/Brussels	50.42271	6.13495				WAL	WLG	63	63080
2802368	Bel Air	bel-air	BE		0	Europe/Brussels	50.23333	5.01667				WAL	WNA	91	91072
2802369	Belair	belair	BE		0	Europe/Brussels	50.1242	4.86				WAL	WNA		
2802372	Bel	bel	BE		0	Europe/Brussels	51.16284	5.06342		Beel,Bel,Bell		VLG	VAN	13	13008
2802373	Bekmeers	bekmeers	BE		0	Europe/Brussels	50.89532	3.69675		Beekmeers,Beekmeersch,Bekmeers		VLG	VOV	45	45065
2802378	Bekkeneinde	bekkeneinde	BE		0	Europe/Brussels	51.11667	4.75		Beckeneinde,Bekeneinde,Bekkeneinde		VLG	VAN	13	13012
2802379	Bekenhol	bekenhol	BE		0	Europe/Brussels	50.84146	3.86114				VLG	VOV	41	41027
2802382	Beke	beke	BE		0	Europe/Brussels	51.13195	3.60406		Beke		VLG	VOV	44	44085
2802383	Beke	beke	BE		0	Europe/Brussels	50.90007	3.63058				VLG	VOV	45	45035
2802384	Beitem	beitem	BE		0	Europe/Brussels	50.89433	3.11706		Beitem,Beytem,Beythem		VLG	VWV	36	36015
2802385	Beisem	beisem	BE		0	Europe/Brussels	50.90247	4.61641		Beisem,Beyssem		VLG	VBR	24	24038
2802386	Beiselhoven	beiselhoven	BE		0	Europe/Brussels	50.87866	3.80983		Beiselhoven,Beisloven		VLG	VOV	41	41081
2802387	Beisberg	beisberg	BE		0	Europe/Brussels	50.78345	4.20941		Beisberg,Beysberg		VLG	VBR	23	23077
2802389	Beirendries	beirendries	BE		0	Europe/Brussels	51.03333	3.81667				VLG	VOV	44	44013
2802390	Beignée	beignee	BE		0	Europe/Brussels	50.33275	4.39788				WAL	WHT	56	56086
2802395	Behême	beheme	BE		0	Europe/Brussels	49.78426	5.6039				WAL	WLX	84	84033
2802397	Béguinage	beguinage	BE		0	Europe/Brussels	50.6722	3.95082				WAL	WHT	55	55039
2802398	Béguinage	beguinage	BE		0	Europe/Brussels	50.03333	4.5		Beguinage,Béguinage,Le Beguinage		WAL	WNA	93	93014
2802399	Begijnhof 's Wijk	begijnhof-s-wijk	BE		0	Europe/Brussels	51.05	3.75				VLG	VOV	44	44021
2802400	Begijnhof	begijnhof	BE		0	Europe/Brussels	50.85	3.23333		Beggijnhof,Begijnhof,Begynhof		VLG	VWV	34	34022
2802401	Begijne Weide	begijne-weide	BE		0	Europe/Brussels	50.95	4.85				VLG	VBR	24	24043
2802404	Begijnestraat	begijnestraat	BE		0	Europe/Brussels	50.98333	3.85				VLG	VOV	42	42025
2802407	Begijnenborre	begijnenborre	BE		0	Europe/Brussels	50.84879	4.2323		Begijnenborre,Begijnnenborre		VLG	VBR	23	23016
2802409	Begijneheide	begijneheide	BE		0	Europe/Brussels	51.03166	5.40645				VLG	VLI	72	72039
2802412	Begeveld	begeveld	BE		0	Europe/Brussels	50.9	5.45				VLG	VLI	73	73006
2802413	Begaarden Berg	begaarden-berg	BE		0	Europe/Brussels	50.95	4.83333		Begaarden Berg,Begaerden-Berg		VLG	VBR	24	24043
2802415	Befve	befve	BE		0	Europe/Brussels	50.66273	5.8514				WAL	WLG	63	63089
2802428	Beerstenhoek	beerstenhoek	BE		0	Europe/Brussels	51.15583	4.25446				VLG	VOV	46	46013
2802429	Beerst Bloot	beerst-bloot	BE		0	Europe/Brussels	51.04657	2.84711		Beerst Bloot,Beerst-Bloote		VLG	VWV	32	32003
2802442	Beerhof	beerhof	BE		0	Europe/Brussels	50.95	3.61667				VLG	VOV	44	44048
2802443	Beerendonk	beerendonk	BE		0	Europe/Brussels	51.30607	5.0999		Beerendonk,Beirendonck		VLG	VAN	13	13001
2802444	Beerdonk	beerdonk	BE		0	Europe/Brussels	51.08333	4.18333		Beerdonck,Beerdonk		VLG	VOV	42	42008
2802445	Beer	beer	BE		0	Europe/Brussels	51.05499	3.30577				VLG	VWV	37	37018
2802446	Beer	beer	BE		0	Europe/Brussels	50.98564	3.68214				VLG	VOV	44	44012
2802448	Béemont	beemont	BE		0	Europe/Brussels	50.4468	5.40332		Beemont,Béemont		WAL	WLG	61	61048
2802449	Beeltjens	beeltjens	BE		0	Europe/Brussels	51.08315	4.89767				VLG	VAN	13	13049
2802450	Beekstraat	beekstraat	BE		0	Europe/Brussels	51.21667	4.16667				VLG	VOV	46	46003
2802451	Beekstraat	beekstraat	BE		0	Europe/Brussels	51.21667	3.66667				VLG	VOV	43	43002
2802452	Beekstraat	beekstraat	BE		0	Europe/Brussels	51.21667	3.65				VLG	VOV	43	43007
2802453	Beekstraat	beekstraat	BE		0	Europe/Brussels	51.2	4.08333				VLG	VOV	46	46020
2802454	Beekstraat	beekstraat	BE		0	Europe/Brussels	51.13333	4.15				VLG	VOV	46	46025
2802455	Beekstraat	beekstraat	BE		0	Europe/Brussels	51.08333	3.66667				VLG	VOV	44	44021
2802456	Beekstraat	beekstraat	BE		0	Europe/Brussels	51.01667	4.26667				VLG	VBR	23	23045
2802457	Beekstraat	beekstraat	BE		0	Europe/Brussels	50.8	3.28333		Beckstraat,Beekstraat		VLG	VWV	34	34022
2802458	Beekmolen	beekmolen	BE		0	Europe/Brussels	51.2093	4.28801				VLG	VOV	46	46003
2802459	Beekkant	beekkant	BE		0	Europe/Brussels	51.02489	3.49505				VLG	VOV	44	44083
2802460	Beekkant	beekkant	BE		0	Europe/Brussels	50.93333	4.36667				VLG	VBR	23	23025
2802461	Beekkant	beekkant	BE		0	Europe/Brussels	50.85367	4.32364				BRU	BRU	21	21012
2802462	Beekkant	beekkant	BE		0	Europe/Brussels	50.78333	3.53333		Beekant,Beekkant		VLG	VOV	45	45060
2802463	Beekhoven	beekhoven	BE		0	Europe/Brussels	51.35	4.61667				VLG	VAN	11	11009
2802464	Beekhoek	beekhoek	BE		0	Europe/Brussels	51.1375	4.48355				VLG	VAN	11	11025
2802465	Beekhoek	beekhoek	BE		0	Europe/Brussels	51.06667	3.26667				VLG	VWV	37	37018
2802472	Becquereau	becquereau	BE		0	Europe/Brussels	50.72759	3.45465				WAL	WHT	57	57018
2802475	Bechem	bechem	BE		0	Europe/Brussels	50.91667	3.8				VLG	VOV	44	44052
2802476	Bèche	beche	BE		0	Europe/Brussels	50.26389	5.91917		Bech,Beche,Bèche		WAL	WLX	82	82032
2802477	Becco	becco	BE		0	Europe/Brussels	50.50303	5.78806		Becco		WAL	WLG	63	63076
2802478	Bebange	bebange	BE		0	Europe/Brussels	49.60847	5.78231				WAL	WLX	81	81015
2802482	Beau Voisinage	beau-voisinage	BE		0	Europe/Brussels	50.71667	3.21667				VLG	VWV		
2802485	Beausoir	beausoir	BE		0	Europe/Brussels	50.68333	3.68333				WAL	WHT	51	51065
2802487	Beausaint lez La Roche	beausaint-lez-la-roche	BE		0	Europe/Brussels	50.18333	5.56667				WAL	WLX	83	83031
2802490	Beaurieux	beaurieux	BE		0	Europe/Brussels	50.7205	5.64144				WAL	WLG	62	62079
2802491	Beaurieux	beaurieux	BE		0	Europe/Brussels	50.64274	4.60186		Baurieux,Beaurieux		WAL	WBR	25	25068
2802493	Beaurieu	beaurieu	BE		0	Europe/Brussels	50.05	4.26667				WAL	WHT	56	56016
2802494	Beau Repaire	beau-repaire	BE		0	Europe/Brussels	50.61444	4.05507				WAL	WHT	55	55040
2802495	Beauregard	beauregard	BE		0	Europe/Brussels	50.70545	3.49862				WAL	WHT	51	51065
2802496	Beauregard	beauregard	BE		0	Europe/Brussels	50.65195	3.90287				WAL	WHT	55	55039
2802497	Beauregard	beauregard	BE		0	Europe/Brussels	50.56278	5.54822				WAL	WLG	62	62096
2802499	Beauregard	beauregard	BE		0	Europe/Brussels	49.56787	5.49362				WAL	WLX	85	85047
2802503	Beau Plateau	beau-plateau	BE		0	Europe/Brussels	50	5.53333				WAL	WLX	82	82038
2802514	Beauloup	beauloup	BE		0	Europe/Brussels	50.38333	5.81667				WAL	WLG	63	63075
2802516	Beaulieu	beaulieu	BE		0	Europe/Brussels	50.11853	5.56888		Beaulieu		WAL	WLX	83	83049
2802517	Beaulette	beaulette	BE		0	Europe/Brussels	50.55928	5.11386				WAL	WLG	61	61028
2802521	Beaufaux	beaufaux	BE		0	Europe/Brussels	50.74884	3.67069				WAL	WHT	51	51017
2802522	Beaufaulx	beaufaulx	BE		0	Europe/Brussels	50.70738	4.38526				WAL	WBR	25	25110
2802524	Beau Chêne	beau-chene	BE		0	Europe/Brussels	50.68513	4.45775				WAL	WBR	25	25119
2802531	Baya	baya	BE		0	Europe/Brussels	50.4635	5.19499				WAL	WNA	92	92097
2802534	Baverijk	baverijk	BE		0	Europe/Brussels	51.13495	4.06375		Baverijck,Baverijk		VLG	VOV	42	42023
2802535	Bavegemknok	bavegemknok	BE		0	Europe/Brussels	50.76099	3.38026				VLG	VWV	34	34042
2802536	Bavegemberg	bavegemberg	BE		0	Europe/Brussels	50.95	3.88333				VLG	VOV	41	41063
2802539	Bauwenskouter	bauwenskouter	BE		0	Europe/Brussels	50.85	3.86667		Bauwens Kauter,Bauwenskouter,Bouwenskouter		VLG	VOV	41	41027
2802541	Bautershoven	bautershoven	BE		0	Europe/Brussels	50.82059	5.22398				VLG	VLI	71	71053
2802542	Bautenshoek	bautenshoek	BE		0	Europe/Brussels	51.20388	4.20014				VLG	VOV	46	46021
2802543	Baureux	baureux	BE		0	Europe/Brussels	50.70683	3.52994				WAL	WHT	51	51065
2802544	Baume	baume	BE		0	Europe/Brussels	50.47186	4.20547				WAL	WHT	55	55022
2802551	Baugnez	baugnez	BE		0	Europe/Brussels	50.40457	6.0671		Baugnez		WAL	WLG	63	63049
2802554	Baudrihaye	baudrihaye	BE		0	Europe/Brussels	50.6	5.73333				WAL	WLG	63	63057
2802555	Baudoux	baudoux	BE		0	Europe/Brussels	50.50022	4.38535				WAL	WHT	52	52055
2802560	Baudeset	baudeset	BE		0	Europe/Brussels	50.59705	4.71191		Baudecet,Baudeset		WAL	WNA	92	92142
2802563	Baudemont	baudemont	BE		0	Europe/Brussels	50.63602	4.24493				WAL	WBR	25	25044
2802564	Baudelo	baudelo	BE		0	Europe/Brussels	51	3.43333		Baudelo,Baudeloo		VLG	VWV	37	37015
2802565	Bauche	bauche	BE		0	Europe/Brussels	50.36667	4.36667				WAL	WHT	52	52048
2802566	Bauche	bauche	BE		0	Europe/Brussels	50.33571	4.92827				WAL	WNA	91	91141
2802568	Battincourt	battincourt	BE		0	Europe/Brussels	49.58333	5.76667				WAL	WLX	81	81004
2802573	Battenbroek	battenbroek	BE		0	Europe/Brussels	51.07055	4.43448		Battenbroeck,Battenbroek		VLG	VAN	12	12025
2802574	Battel	battel	BE		0	Europe/Brussels	51.04223	4.44568		Battel		VLG	VAN	12	12025
2802575	Battefer	battefer	BE		0	Europe/Brussels	50.23303	4.42206				WAL	WNA	93	93010
2802578	Batria	batria	BE		0	Europe/Brussels	50.61667	4.36667				WAL	WBR	25	25072
2802581	Bas Vinave	bas-vinave	BE		0	Europe/Brussels	50.61287	5.22284				WAL	WLG	61	61068
2802585	Bastelaar	bastelaar	BE		0	Europe/Brussels	51.09497	3.8602		Bastelaar,Loochristy-Bastelaere		VLG	VOV	44	44034
2802586	Bas Slins	bas-slins	BE		0	Europe/Brussels	50.75	5.56667				WAL	WLG	62	62011
2802587	Bassines	bassines	BE		0	Europe/Brussels	50.37394	5.34199				WAL	WNA	91	91064
2802591	Bassije	bassije	BE		0	Europe/Brussels	50.79322	2.8469		Basseije,Basseye,Bassije		VLG	VWV	33	33039
2802592	Basse Wavre	basse-wavre	BE		0	Europe/Brussels	50.72249	4.6261				WAL	WBR	25	25112
2802593	Basse Wanchie	basse-wanchie	BE		0	Europe/Brussels	49.8	5.33333				WAL	WLX	84	84029
2802598	Basse Tribomont	basse-tribomont	BE		0	Europe/Brussels	50.59623	5.81464				WAL	WLG	63	63058
2802601	Basse Rue	basse-rue	BE		0	Europe/Brussels	50.53858	3.74462				WAL	WHT	51	51008
2802602	Basse Roux Miroir	basse-roux-miroir	BE		0	Europe/Brussels	50.72474	4.75878				WAL	WBR	25	25043
2802603	Basse-Plaine	basse-plaine	BE		0	Europe/Brussels	50.71131	3.4353				WAL	WHT	57	57018
2802604	Basse Noucelle	basse-noucelle	BE		0	Europe/Brussels	50.68333	4.31667		Basse Noucelle,Basse-Noucelles		WAL	WBR	25	25015
2802610	Basse Lasne	basse-lasne	BE		13861	Europe/Brussels	50.69503	4.49218		Basse Lasne		WAL	WBR	25	25119
2802611	Basseilles	basseilles	BE		0	Europe/Brussels	50.08333	5.46667				WAL	WLX	83	83049
2802612	Basse Houssière	basse-houssiere	BE		0	Europe/Brussels	50.61667	4.16667				WAL	WHT	55	55004
2802614	Basse Heuval	basse-heuval	BE		0	Europe/Brussels	50.59036	4.54976				WAL	WBR	25	25107
2802615	Basse Hermalle	basse-hermalle	BE		0	Europe/Brussels	50.73369	5.68577				WAL	WLG	62	62108
2802618	Basse Flandre	basse-flandre	BE		0	Europe/Brussels	50.78333	3.08333				VLG	VWV	33	33029
2802619	Basse Fauquez	basse-fauquez	BE		0	Europe/Brussels	50.62433	4.24979		Basse Fauquez,La Basse-Fauquez		WAL	WBR	25	25044
2802620	Bassée	bassee	BE		0	Europe/Brussels	50.43258	4.39882				WAL	WHT	52	52011
2802622	Basse Chenêtre	basse-chenetre	BE		0	Europe/Brussels	50.7	5.73333		Basse Chenetre,Basse Chenêtre,Basse-Chenette		WAL	WLG	62	62119
2802624	Basse Bruyère	basse-bruyere	BE		0	Europe/Brussels	50.63533	4.20499				WAL	WBR	25	25044
2802627	Basse Awirs	basse-awirs	BE		0	Europe/Brussels	50.58653	5.41524				WAL	WLG	62	62120
2802628	Basse Arche	basse-arche	BE		0	Europe/Brussels	50.43333	5.08333				WAL	WNA	92	92054
2802629	Bas-Sart	bas-sart	BE		0	Europe/Brussels	50.37461	4.59395				WAL	WNA	92	92048
2802630	Bas Rejet	bas-rejet	BE		0	Europe/Brussels	50.73418	3.49272				WAL	WHT	57	57095
2802631	Bas Ransbeek	bas-ransbeek	BE		0	Europe/Brussels	50.7088	4.45766		Bas Ransbeek,Basse-Ransbeche,Basse-Ransbêche		WAL	WBR	25	25119
2802632	Bas Préau	bas-preau	BE		0	Europe/Brussels	50.52373	3.30314				WAL	WHT	57	57072
2802635	Bas Masville	bas-masville	BE		0	Europe/Brussels	50.60596	4.25926				WAL	WBR	25	25072
2802636	Bas Laveu	bas-laveu	BE		0	Europe/Brussels	50.61269	5.48945				WAL	WLG	62	62096
2802637	Bas Forest	bas-forest	BE		0	Europe/Brussels	50.66667	3.55				WAL	WHT	51	51065
2802641	Bas du Village	bas-du-village	BE		0	Europe/Brussels	50.02634	4.32801				WAL	WHT	56	56016
2802642	Bascoup	bascoup	BE		0	Europe/Brussels	50.46667	4.26667				WAL	WHT	56	56087
2802643	Bas Corot	bas-corot	BE		0	Europe/Brussels	50.08333	5.3				WAL	WLX	84	84068
2802645	Bas Bonlez	bas-bonlez	BE		0	Europe/Brussels	50.71081	4.69305		Bas Bonlez,Basse-Bonlez		WAL	WBR	25	25018
2802646	Bas Bois	bas-bois	BE		0	Europe/Brussels	50.61667	5.75				WAL	WLG	62	62099
2802647	Basbeek	basbeek	BE		0	Europe/Brussels	51.05812	3.66114				VLG	VOV	44	44021
2802649	Barzin	barzin	BE		0	Europe/Brussels	50.0716	5.08019				WAL	WLX	84	84075
2802650	Barvoetsenhoek	barvoetsenhoek	BE		0	Europe/Brussels	50.98333	3.98333		Barvoetschenhoek,Barvoetsenhoek		VLG	VOV	42	42026
2802653	Barvaux	barvaux	BE		2930	Europe/Brussels	50.34832	5.49058		Barvaux		WAL	WLX	83	83012
2802656	Barsy	barsy	BE		0	Europe/Brussels	50.38532	5.15226				WAL	WNA	91	91064
2802657	Barsenalle	barsenalle	BE		0	Europe/Brussels	50.27372	5.09062				WAL	WNA	91	91030
2802658	Barse	barse	BE		0	Europe/Brussels	50.47875	5.26808		Barse		WAL	WLG	61	61041
2802659	Barsdamhoek	barsdamhoek	BE		0	Europe/Brussels	51.01667	2.98333				VLG	VWV	32	32011
2802663	Barrière d'Haubreux	barriere-d-haubreux	BE		0	Europe/Brussels	50.33281	4.06777				WAL	WHT	56	56022
2802664	Barrière de Champlon	barriere-de-champlon	BE		0	Europe/Brussels	50.08333	5.3				WAL	WLX	84	84068
2802666	Barouche	barouche	BE		0	Europe/Brussels	50.56667	4.21667				WAL	WHT	55	55050
2802670	Baronsheide	baronsheide	BE		0	Europe/Brussels	50.93333	4.83333				VLG	VBR	24	24043
2802671	Baronheid	baronheid	BE		0	Europe/Brussels	50.4794	5.96525		Baronheid,Baronheld		WAL	WLG	63	63073
2802673	Barnich	barnich	BE		0	Europe/Brussels	49.64985	5.86999				WAL	WLX	81	81001
2802674	Barisoeul	barisoeul	BE		0	Europe/Brussels	50.58333	3.56667				WAL	WHT	57	57094
2802676	Barges	barges	BE		0	Europe/Brussels	50.58333	3.38333				WAL	WHT	57	57081
2802677	Barenberg	barenberg	BE		0	Europe/Brussels	50.99206	5.09159				VLG	VBR	24	24020
2802682	Barcène	barcene	BE		0	Europe/Brussels	50.27909	5.09938				WAL	WNA	91	91030
2802683	Barbotte	barbotte	BE		0	Europe/Brussels	50.56667	5.28333				WAL	WLG	61	61068
2802684	Barbinfosse	barbinfosse	BE		0	Europe/Brussels	50.68333	3.66667				WAL	WHT	51	51065
2802688	Barberie	barberie	BE		0	Europe/Brussels	50.64741	3.55644				WAL	WHT	51	51065
2802694	Baraque Grember	baraque-grember	BE		0	Europe/Brussels	50.15	5.95				WAL	WLX	82	82037
2802695	Baraque Dupont	baraque-dupont	BE		0	Europe/Brussels	50.14585	5.92503				WAL	WLX	82	82037
2802696	Baraque Dumont	baraque-dumont	BE		0	Europe/Brussels	50.15519	5.9425				WAL	WLX	82	82037
2802697	Baraque de Fraiture	baraque-de-fraiture	BE		0	Europe/Brussels	50.24918	5.74027				WAL	WLX	82	82032
2802699	Baraque	baraque	BE		0	Europe/Brussels	50.60027	4.82238				WAL	WNA	92	92035
2802700	Baranzy	baranzy	BE		0	Europe/Brussels	49.55565	5.68452		Baranzy,Barenzy		WAL	WLX	85	85026
2802702	Banterlez	banterlez	BE		0	Europe/Brussels	50.58362	4.45194				WAL	WBR	25	25031
2802703	Bansions	bansions	BE		0	Europe/Brussels	50.53186	5.8941		Bansions,Les Bansions		WAL	WLG	63	63038
2802704	Bansbroek	bansbroek	BE		0	Europe/Brussels	50.91667	4.98333				VLG	VBR	24	24054
2802705	Banoyard	banoyard	BE		0	Europe/Brussels	50.47098	5.79775		Banoyard,Les Cours		WAL	WLG	63	63076
2802707	Banneux	banneux	BE		0	Europe/Brussels	50.54101	5.73919		Banneux		WAL	WLG	62	62100
2802712	Baneu	baneu	BE		0	Europe/Brussels	50.06667	5.83333				WAL	WLX	82	82014
2802713	Banet Sarts	banet-sarts	BE		0	Europe/Brussels	50.01667	5.11667		Banes-Sarts,Banet Sarts,Banès-Sârts		WAL	WLX	84	84016
2802714	Ban de Laviot	ban-de-laviot	BE		0	Europe/Brussels	49.83333	5				WAL	WLX	84	84010
2802719	Ban d'Alle	ban-d-alle	BE		0	Europe/Brussels	49.80426	4.97028				WAL	WLX	84	84010
2802720	Banbuche	banbuche	BE		0	Europe/Brussels	50.35	6.01667				WAL	WLG	63	63073
2802733	Bambrik	bambrik	BE		0	Europe/Brussels	50.95243	5.29531		Bambrick,Bambrik		VLG	VLI	71	71022
2802734	Bambois	bambois	BE		0	Europe/Brussels	50.3731	4.70071				WAL	WNA	92	92048
2802735	Baltert	baltert	BE		0	Europe/Brussels	49.74071	5.80646				WAL	WLX	81	81003
2802736	Baltenshoek	baltenshoek	BE		0	Europe/Brussels	50.88333	3.56667				VLG	VOV	45	45068
2802737	Balleweier	balleweier	BE		0	Europe/Brussels	50.99145	5.39566				VLG	VLI	71	71066
2802738	Ballaar	ballaar	BE		0	Europe/Brussels	50.96046	4.98074		Ballaar,Ballaer		VLG	VBR	24	24134
2802739	Balkestraat	balkestraat	BE		0	Europe/Brussels	50.92674	4.58915		Balkerstraat,Balkestraat		VLG	VBR	24	24055
2802740	Balkenbrug	balkenbrug	BE		0	Europe/Brussels	51.18333	3.85				VLG	VOV	44	44073
2802741	Balgerhoeke	balgerhoeke	BE		0	Europe/Brussels	51.20232	3.52364		Balgerhoek,Balgerhoeke		VLG	VOV	43	43005
2802745	Balei	balei	BE		0	Europe/Brussels	50.91643	3.87297				VLG	VOV	41	41063
2802748	Balderij	balderij	BE		0	Europe/Brussels	51.26667	4.93333				VLG	VAN	13	13040
2802754	Bakergem	bakergem	BE		0	Europe/Brussels	50.87286	4.05808				VLG	VOV	41	41011
2802756	Bakenbos	bakenbos	BE		0	Europe/Brussels	50.75	4.5		Baekenbosch,Bakenbos		VLG	VBR	23	23062
2802758	Bakel	bakel	BE		0	Europe/Brussels	50.98938	5.12693				VLG	VLI	71	71020
2802764	Baimont	baimont	BE		0	Europe/Brussels	50.32697	5.2751				WAL	WNA	91	91064
2802770	Bailli	bailli	BE		0	Europe/Brussels	50.71548	3.60188		Bailli,Bath		WAL	WHT	51	51065
2802782	Baileu	baileu	BE		0	Europe/Brussels	50.21348	4.41948				WAL	WNA	93	93010
2802785	Bajenrieux	bajenrieux	BE		0	Europe/Brussels	50.55789	4.00615		Bagenrieux		WAL	WHT	55	55040
2802789	Baegnée	baegnee	BE		0	Europe/Brussels	50.63026	5.1424				WAL	WLG	64	64015
2802790	Badon	badon	BE		0	Europe/Brussels	50.19688	4.37852				WAL	WHT	56	56029
2802791	Baddebroek	baddebroek	BE		0	Europe/Brussels	51.11667	4.41667				WAL	WLX		
2802794	Baconveau	baconveau	BE		0	Europe/Brussels	49.56667	5.6				WAL	WLX	85	85045
2802796	Baconfoy	baconfoy	BE		0	Europe/Brussels	50.08617	5.53385				WAL	WLX	83	83049
2802797	Baclain	baclain	BE		0	Europe/Brussels	50.19494	5.86571				WAL	WLX	82	82037
2802800	Bachte	bachte	BE		0	Europe/Brussels	50.99772	3.54841				VLG	VOV	44	44083
2802803	Bac du Prince	bac-du-prince	BE		0	Europe/Brussels	50.16667	4.81667				WAL	WNA	91	91142
2802804	Bacara	bacara	BE		0	Europe/Brussels	50.55	4.23333				WAL	WHT	52	52063
2802808	Babelom	babelom	BE		0	Europe/Brussels	50.79966	4.83915				VLG	VBR	24	24041
2802810	Babbelaar	babbelaar	BE		0	Europe/Brussels	50.97502	4.02921				VLG	VOV	41	41002
2802811	Baassels	baassels	BE		0	Europe/Brussels	51.11667	3.4		Baassels,Baessels		VLG	VOV	44	44084
2802814	Baarstraat	baarstraat	BE		0	Europe/Brussels	51.2	4.13333				VLG	VOV	46	46020
2802815	Baarleveld	baarleveld	BE		0	Europe/Brussels	51.04525	3.60624		Baarleveld,Baarlevelde,Baerlevelde		VLG	VOV	44	44021
2802819	Baarle	baarle	BE		0	Europe/Brussels	51.03561	3.62528				VLG	VOV	44	44021
2802823	Baandries	baandries	BE		0	Europe/Brussels	50.84849	3.9907		Baandries,Baandriesch		VLG	VOV	41	41048
2802824	Baalheide	baalheide	BE		0	Europe/Brussels	51.06667	5.05		Baalheide,Baelheide		VLG	VLI	71	71057
2802825	Baalheide	baalheide	BE		0	Europe/Brussels	51	4.73333		Baalheide,Bael Heide		VLG	VBR	24	24109
2802826	Baalberg	baalberg	BE		0	Europe/Brussels	51.08333	5.06667		Baalberg,Baelberg		VLG	VAN	13	13053
2802833	Azy	azy	BE		0	Europe/Brussels	49.72124	5.27881		Asy,Azy		WAL	WLX	85	85011
2802834	Azette	azette	BE		0	Europe/Brussels	50.03333	5.78333				WAL	WLX	82	82003
2802835	Azebois	azebois	BE		0	Europe/Brussels	50.48037	4.41603				WAL	WHT	52	52055
2802850	Awan	awan	BE		0	Europe/Brussels	50.4604	5.6494		Awan,Awans		WAL	WLG	62	62009
2802852	Awagne	awagne	BE		0	Europe/Brussels	50.29543	4.9484				WAL	WNA	91	91034
2802854	Avoortsbrug	avoortsbrug	BE		0	Europe/Brussels	51.24805	5.07329		Avoortbrug,Avoortsbrug		VLG	VAN	13	13006
2802855	Avister	avister	BE		0	Europe/Brussels	50.5552	5.57227		Avister		WAL	WLG	62	62032
2802858	Aveschoot	aveschoot	BE		0	Europe/Brussels	51.18995	3.62909				VLG	VOV	43	43007
2802861	Avermaat	avermaat	BE		0	Europe/Brussels	51.04897	4.03783				VLG	VOV	42	42028
2802862	Averechten	averechten	BE		0	Europe/Brussels	51.1	4.71667		Averechten,Averegten		VLG	VAN	12	12014
2802863	Averbodeheide	averbodeheide	BE		0	Europe/Brussels	51.05	5				VLG	VLI	71	71057
2802879	Aux Zazefagnes	aux-zazefagnes	BE		0	Europe/Brussels	50.31935	5.86663				WAL	WLG	63	63045
2802880	Aux Zabrées	aux-zabrees	BE		0	Europe/Brussels	50.71435	5.05928				WAL	WLG	64	64034
2802882	Aux Trois Saules	aux-trois-saules	BE		0	Europe/Brussels	50.45	5.23333				WAL	WLG	61	61039
2802883	Aux Tournants	aux-tournants	BE		0	Europe/Brussels	50.7	5.01667				WAL	WLG	64	64034
2802884	Aux Tachenires	aux-tachenires	BE		0	Europe/Brussels	49.97339	5.31476				WAL	WLX	84	84035
2802885	Aux Sept Chemins	aux-sept-chemins	BE		0	Europe/Brussels	49.97026	5.77432				WAL	WLX	82	82003
2802886	Aux Houx	aux-houx	BE		0	Europe/Brussels	50.54977	5.40041				WAL	WLG	61	61080
2802887	Aux Grosses Pierres	aux-grosses-pierres	BE		0	Europe/Brussels	50.65	5.48333				WAL	WLG	62	62118
2802888	Aux Grosses Pierres	aux-grosses-pierres	BE		0	Europe/Brussels	50.56667	5.65				WAL	WLG	62	62022
2802889	Aux Granges	aux-granges	BE		0	Europe/Brussels	50.55756	5.40736				WAL	WLG	61	61080
2802890	Aux Fourchons	aux-fourchons	BE		0	Europe/Brussels	49.91396	5.70221				WAL	WLX	82	82009
2802891	Aux Forges	aux-forges	BE		0	Europe/Brussels	50.53333	5.33333				WAL	WLG	61	61003
2802892	Aux Fontaines	aux-fontaines	BE		0	Europe/Brussels	50.5521	5.38179				WAL	WLG	61	61080
2802893	Aux Fagnes	aux-fagnes	BE		0	Europe/Brussels	50.07907	5.07195				WAL	WLX	84	84075
2802894	Aux Deux Hêtres	aux-deux-hetres	BE		0	Europe/Brussels	50.06723	5.85919		Aux Deux Hetres,Aux Deux Hêtres,Les Deux Hetres,Les Deux Hêtres		WAL	WLX		
2802895	Aux Croix	aux-croix	BE		0	Europe/Brussels	50.71224	5.39975				WAL	WLG	64	64021
2802896	Aux Communes	aux-communes	BE		0	Europe/Brussels	50.68721	5.67856				WAL	WLG	62	62108
2802897	Aux Bruyères	aux-bruyeres	BE		0	Europe/Brussels	50.22085	5.45176				WAL	WLX	83	83044
2802898	Aux Alloises	aux-alloises	BE		0	Europe/Brussels	49.88333	5.61667				WAL	WLX	84	84033
2802899	Aux Aibriquets	aux-aibriquets	BE		0	Europe/Brussels	50.18333	5.41667		Aux Aibricuets,Aux Aibriquets		WAL	WLX	83	83034
2802901	Au Voyez	au-voyez	BE		0	Europe/Brussels	50.11667	5.6				WAL	WLX	83	83031
2802904	Au Trou Sauvage	au-trou-sauvage	BE		0	Europe/Brussels	50.58333	5.08333				WAL	WLG	61	61010
2802906	Au Trie du Burnot	au-trie-du-burnot	BE		0	Europe/Brussels	50.35	4.86667		Au Trie du Burnot,Burnot,Trie du Burnot		WAL	WNA	91	91141
2802912	Au Thier	au-thier	BE		0	Europe/Brussels	50.57234	5.67461		Au Thier,Thier		WAL	WLG	62	62122
2802913	Autelhaut	autelhaut	BE		0	Europe/Brussels	49.6519	5.84395				WAL	WLX	81	81001
2802917	Oosterweel	oosterweel	BE		0	Europe/Brussels	51.24349	4.38505		Austruweel,Oosterweel		VLG	VAN	11	11002
2802919	Au Rolay	au-rolay	BE		0	Europe/Brussels	50.23333	5.8		Au Relay,Au Rolay		WAL	WLX	82	82032
2802920	Aurodenberg	aurodenberg	BE		0	Europe/Brussels	51.00744	4.83776				VLG	VBR	24	24001
2802921	Aurheide	aurheide	BE		0	Europe/Brussels	50.96667	4.83333				VLG	VBR	24	24001
2802922	Au Pont	au-pont	BE		0	Europe/Brussels	50.6	4.13333				WAL	WHT	55	55004
2802923	Au Pape	au-pape	BE		0	Europe/Brussels	50.36667	4.76667				WAL	WNA	92	92101
2802925	Au Minire	au-minire	BE		0	Europe/Brussels	50.06667	5.1		Au Menhir,Au Minire		WAL	WLX	84	84075
2802926	Aulnoit	aulnoit	BE		0	Europe/Brussels	50.75	3.76667		Aulmoit,Aulnoit,Aunoit		WAL	WHT	51	51019
2802927	Aulnois Marlière	aulnois-marliere	BE		0	Europe/Brussels	50.55871	3.7611				WAL	WHT	51	51014
2802930	L'Aulnois	l-aulnois	BE		0	Europe/Brussels	50.52052	3.78694				WAL	WHT	53	53070
2802934	Au Hestré	au-hestre	BE		0	Europe/Brussels	50.23333	5.78333				WAL	WLX	82	82032
2802937	Auguenne	auguenne	BE		0	Europe/Brussels	50.7	3.61667				WAL	WHT	51	51065
2802938	Au Gros Chêné	au-gros-chene	BE		0	Europe/Brussels	50.21209	5.46288				WAL	WLX	83	83044
2802939	Au Gris Han	au-gris-han	BE		0	Europe/Brussels	50.09245	5.48381				WAL	WLX	83	83049
2802942	Auffe	auffe	BE		0	Europe/Brussels	50.11298	5.16632				WAL	WNA	91	91114
2802943	Au Ferrage	au-ferrage	BE		0	Europe/Brussels	49.91667	5.33333				WAL	WLX	84	84077
2802944	Auf der Wolsch	auf-der-wolsch	BE		0	Europe/Brussels	49.85	5.73333				WAL	WLX	81	81013
2802948	Auf Berg	auf-berg	BE		0	Europe/Brussels	49.88333	5.75				WAL	WLX	82	82009
2802949	Auf Beescht	auf-beescht	BE		0	Europe/Brussels	49.88333	5.76667		Auf Beescht,Auf Boescht		WAL	WLX	82	82009
2802950	Auel	auel	BE		0	Europe/Brussels	50.21141	6.17258				WAL	WLG	63	63087
2802951	Audrimont	audrimont	BE		0	Europe/Brussels	50.69771	4.47744		Audrimont,Odrimont		WAL	WBR	25	25119
2802955	Aldringen	aldringen	BE		0	Europe/Brussels	50.22111	6.02278		Aldringen,Audrange		WAL	WLG	63	63087
2802957	Audion	audion	BE		0	Europe/Brussels	50.56667	3.36667				WAL	WHT	57	57081
2802958	Au Dieu des Gardes	au-dieu-des-gardes	BE		0	Europe/Brussels	49.66259	5.33247				WAL	WLX	85	85011
2802959	Au dessus des Bois	au-dessus-des-bois	BE		0	Europe/Brussels	50.48333	4.2				WAL	WHT	55	55022
2802962	Audenarde	audenarde	BE		0	Europe/Brussels	50.71667	3.23333				VLG	VWV		
2802964	Au delà de l'Eau	au-dela-de-l-eau	BE		0	Europe/Brussels	50.16667	5.41667				WAL	WLX	83	83040
2802965	Au Coucou	au-coucou	BE		0	Europe/Brussels	50.1	5.3				WAL	WLX	83	83040
2802966	Au Cheval Dot	au-cheval-dot	BE		0	Europe/Brussels	50.06667	5.28333				WAL	WLX	84	84059
2802967	Au Cheny du Mont	au-cheny-du-mont	BE		0	Europe/Brussels	50.03948	5.29685				WAL	WLX	84	84059
2802968	Au Chenay	au-chenay	BE		0	Europe/Brussels	50.71667	5.63333				WAL	WLG	62	62079
2802970	Au Chabet	au-chabet	BE		0	Europe/Brussels	49.95	5.58333				WAL	WLX	82	82036
2802971	Au Caillou	au-caillou	BE		0	Europe/Brussels	50.07962	5.66315				WAL	WLX	82	82005
2802973	Auby	auby	BE		348	Europe/Brussels	49.8156	5.1826		Auby,Auby-sur-Semois		WAL	WLX	84	84009
2802974	Aubroek	aubroek	BE		0	Europe/Brussels	51.05418	4.16342				VLG	VOV	42	42008
2802976	Au Boland	au-boland	BE		0	Europe/Brussels	50.61375	5.11798				WAL	WLG	64	64015
2802979	Au Blanc Pignon	au-blanc-pignon	BE		0	Europe/Brussels	50.58333	4.21667				WAL	WHT	55	55004
2802984	Au Beulet	au-beulet	BE		0	Europe/Brussels	49.98733	5.83566				WAL	WLX	82	82003
2802987	Aubecq	aubecq	BE		0	Europe/Brussels	50.73948	3.77104				WAL	WHT	51	51019
2802992	Atzerath	atzerath	BE		0	Europe/Brussels	50.28222	6.22056				WAL	WLG	63	63067
2803003	Atrin	atrin	BE		0	Europe/Brussels	50.4172	5.37258		Atrin		WAL	WLG	61	61012
2803012	Atembeek	atembeek	BE		0	Europe/Brussels	50.76886	3.91759		Atembeek,Atembeke		VLG	VOV	41	41018
2803013	Astenet	astenet	BE		0	Europe/Brussels	50.68813	6.03409		Astenet		WAL	WLG	63	63048
2803017	Asse ter Heide	asse-ter-heide	BE		0	Europe/Brussels	50.91744	4.15743		Assche-ter-Heiden,Asse ter Heide,Terheide		VLG	VBR	23	23002
2803028	Assels	assels	BE		0	Europe/Brussels	51.03913	3.67828				VLG	VOV	44	44021
2803029	Asselkouter	asselkouter	BE		0	Europe/Brussels	50.94799	3.75437				VLG	VOV	44	44043
2803037	Asquempont	asquempont	BE		0	Europe/Brussels	50.64162	4.24201		Asquempont,Hasquempont		WAL	WBR	25	25044
2803038	Aspot	aspot	BE		0	Europe/Brussels	51.06667	4.3				VLG	VAN	12	12041
2803039	Aspergem	aspergem	BE		0	Europe/Brussels	51.03333	3.18333		Aspergem,Asperghem		VLG	VWV	37	37018
2803045	Ashoop	ashoop	BE		0	Europe/Brussels	50.95	2.88333		Aschhoop,Ashoop		VLG	VWV	32	32006
2803046	Ascstraat	ascstraat	BE		0	Europe/Brussels	50.83333	3.85		Ascstraat,Asschestraet,Assestraat		VLG	VOV	45	45063
2803048	Asbroek	asbroek	BE		0	Europe/Brussels	51.06667	4.86667				VLG	VAN	13	13013
2803049	Asberg	asberg	BE		0	Europe/Brussels	51.08463	4.89299				VLG	VAN	13	13049
2803052	Asbeek	asbeek	BE		0	Europe/Brussels	50.9035	4.1662				VLG	VBR	23	23002
2803057	Arton	arton	BE		0	Europe/Brussels	50.55	4.75				WAL	WNA	92	92142
2803058	Artoishoek	artoishoek	BE		0	Europe/Brussels	50.83012	3.09943				VLG	VWV	33	33029
2803064	Arnelle	arnelle	BE		0	Europe/Brussels	50.69379	4.74948				WAL	WBR	25	25043
2803066	Armoede	armoede	BE		0	Europe/Brussels	50.92636	3.17063				VLG	VWV	36	36015
2803069	Arme Leut	arme-leut	BE		0	Europe/Brussels	50.78333	3.23333				VLG	VWV	34	34022
2803070	Arme Klei	arme-klei	BE		0	Europe/Brussels	50.83937	3.72108				VLG	VOV	45	45059
2803071	Arloncourt	arloncourt	BE		0	Europe/Brussels	50.02777	5.8039		Ardencourt,Arloncourt		WAL	WLX	82	82003
2803076	Arisdonk	arisdonk	BE		0	Europe/Brussels	51.14718	3.62605		Arisdonck,Arisdonk		VLG	VOV	44	44085
2803077	Arimont	arimont	BE		0	Europe/Brussels	50.41957	6.06383		Arimont		WAL	WLG	63	63049
2803082	Arendonksenhoek	arendonksenhoek	BE		0	Europe/Brussels	51.28333	5.05		Arendonkse Hoek,Arendonksenhoek		VLG	VAN	13	13036
2803093	Ardevoor	ardevoor	BE		0	Europe/Brussels	50.76155	4.99674				VLG			
2803096	Ardennes	ardennes	BE		0	Europe/Brussels	50.6414	4.19301				WAL	WHT	55	55004
2803097	Ardenelle	ardenelle	BE		0	Europe/Brussels	50.56023	4.62713				WAL	WNA	92	92114
2803105	Arbre Saint-Pierre	arbre-saint-pierre	BE		0	Europe/Brussels	50.72239	3.68271				WAL	WHT	51	51017
2803106	Arbre Saint-Michel	arbre-saint-michel	BE		0	Europe/Brussels	50.61482	5.43898				WAL	WLG	62	62120
2803109	Arbre à Limont	arbre-a-limont	BE		0	Europe/Brussels	50.69969	3.78111				WAL	WHT	55	55023
2803114	Arbespine	arbespine	BE		0	Europe/Brussels	50.51794	5.90611		Arbespine		WAL	WLG	63	63038
2803115	Arabie	arabie	BE		0	Europe/Brussels	50.72071	3.62168				WAL	WHT	51	51065
2803116	Araan	araan	BE		0	Europe/Brussels	50.91667	5.13333		Araan,Araen		VLG	VBR	24	24028
2803117	Aquinot	aquinot	BE		0	Europe/Brussels	50.68962	4.46693				WAL	WBR	25	25119
2803118	Appelveld	appelveld	BE		0	Europe/Brussels	50.9	5.45				VLG	VLI	73	73006
2803121	Appels Veir	appels-veir	BE		0	Europe/Brussels	51.02892	4.04948				VLG	VOV	42	42006
2803125	Appelhoek	appelhoek	BE		0	Europe/Brussels	51	3.8				VLG	VOV	44	44040
2803126	Appelhoek	appelhoek	BE		0	Europe/Brussels	50.89564	3.54643				VLG	VOV	45	45068
2803127	Appelboom	appelboom	BE		0	Europe/Brussels	51.17596	3.50549				VLG	VOV	43	43010
2803128	Appelblok	appelblok	BE		0	Europe/Brussels	50.93333	4.78333				VLG	VBR	24	24043
2803129	Apostelhuizen	apostelhuizen	BE		0	Europe/Brussels	51.05485	3.90093				VLG	VOV	42	42010
2803132	Anway	anway	BE		0	Europe/Brussels	50.33333	4.9				WAL	WNA	91	91141
2803141	Anton	anton	BE		0	Europe/Brussels	50.49188	5.06839				WAL	WNA	92	92003
2803146	Antiémont	antiemont	BE		0	Europe/Brussels	50.18333	5.3				WAL	WLX	83	83034
2803154	Ansuelle	ansuelle	BE		0	Europe/Brussels	50.39374	4.24818				WAL	WHT	56	56001
2803159	Ansart	ansart	BE		0	Europe/Brussels	49.69187	5.5231				WAL	WLX	85	85039
2803165	Annekenshoek	annekenshoek	BE		0	Europe/Brussels	51.16667	4.31667				VLG	VOV	46	46013
2803166	Annecroix	annecroix	BE		0	Europe/Brussels	50.70253	4.11843				WAL	WBR	25	25123
2803173	Anixhe	anixhe	BE		0	Europe/Brussels	50.70798	5.57134				WAL	WLG	62	62060
2803182	Angousart	angousart	BE		0	Europe/Brussels	50.72366	4.56348		Angousart,Angoussart		WAL	WBR	25	25112
2803191	Andrîfosse	andrifosse	BE		0	Europe/Brussels	50.46667	6.13333				WAL	WLG	63	63080
2803192	Andricourt	andricourt	BE		0	Europe/Brussels	50.60716	3.68411				WAL	WHT	57	57094
2803195	Andoy	andoy	BE		0	Europe/Brussels	50.43525	4.92669		Andoy		WAL	WNA	92	92094
2803196	Andoumont	andoumont	BE		0	Europe/Brussels	50.54785	5.7007				WAL	WLG	62	62100
2803197	Andoumont	andoumont	BE		0	Europe/Brussels	50.52924	4.3977		Andoumont,Odomont,Odoumont		WAL	WHT	52	52075
2803198	Andler	andler	BE		0	Europe/Brussels	50.30611	6.28306				WAL	WLG	63	63067
2803203	Anderenbroek	anderenbroek	BE		0	Europe/Brussels	50.88333	4.03333				VLG	VOV	41	41024
2803207	Andenelle	andenelle	BE		0	Europe/Brussels	50.49481	5.1123		Andenelle		WAL	WNA	92	92003
2803209	Ancien Vivier	ancien-vivier	BE		0	Europe/Brussels	50.53333	6.03333				WAL	WLG	63	63038
2803210	Ancienne Abbaye d'Aulne	ancienne-abbaye-d-aulne	BE		0	Europe/Brussels	50.35	4.31667		Abbaye d'Aulne,Ancienne Abbaye d'Aulne		WAL	WHT	56	56078
2803215	Am Stein	am-stein	BE		0	Europe/Brussels	50.34767	6.12752				WAL	WLG	63	63001
2803216	Amry	amry	BE		0	Europe/Brussels	50.73167	5.64377				WAL	WLG	62	62079
2803224	Amon Delbroucq	amon-delbroucq	BE		0	Europe/Brussels	50.66667	5.55				WAL	WLG	62	62063
2803225	Am Kreuz	am-kreuz	BE		0	Europe/Brussels	50.37124	6.13783				WAL	WLG	63	63001
2803226	Amersveld	amersveld	BE		0	Europe/Brussels	51.01069	2.98199		Amersveld,Amersvelde		VLG	VWV	32	32011
2803229	Amermont	amermont	BE		0	Europe/Brussels	50.41168	5.94027		Amermont		WAL	WLG	63	63073
2803230	Amerika	amerika	BE		0	Europe/Brussels	50.8045	3.02612		America,Amerika		VLG	VWV	33	33029
2803231	Amercoeur	amercoeur	BE		0	Europe/Brussels	50.63333	5.58333				WAL	WLG	62	62063
2803232	Amelsdorp	amelsdorp	BE		0	Europe/Brussels	50.85801	5.54981				VLG	VLI	73	73006
2803233	Amelscheid	amelscheid	BE		0	Europe/Brussels	50.27667	6.2575				WAL	WLG	63	63067
2803235	Ambresinaux	ambresinaux	BE		0	Europe/Brussels	50.62771	5.0301				WAL	WLG	64	64075
2803248	À Massehottée	a-massehottee	BE		0	Europe/Brussels	50.25	5.75				WAL	WLX	82	82032
2803249	Amas	amas	BE		0	Europe/Brussels	50.39797	5.41958		Amas		WAL	WLG	61	61012
2803251	Alzémont	alzemont	BE		0	Europe/Brussels	50.60795	4.36123				WAL	WBR	25	25072
2803254	Alveaux	alveaux	BE		0	Europe/Brussels	50.55497	4.80853		Alvaux,Alveaux		WAL	WNA	92	92141
2803255	Alvaux	alvaux	BE		0	Europe/Brussels	50.52001	4.6771				WAL	WNA	92	92142
2803256	Alvaux	alvaux	BE		0	Europe/Brussels	50.34041	5.14586				WAL	WNA	91	91059
2803257	Altière	altiere	BE		0	Europe/Brussels	50.62248	3.56636		Altiere,Altieres,Altière,Altières		WAL	WHT	57	57081
2803258	Altiaux	altiaux	BE		0	Europe/Brussels	50.57285	4.60547				WAL	WBR	25	25117
2803259	Alt Hattlich	alt-hattlich	BE		0	Europe/Brussels	50.56667	6.13333				WAL	WLG	63	63023
2803262	Altembroek	altembroek	BE		0	Europe/Brussels	50.76667	5.78333		Altembroek,Altembrouck,Altenbrouck		WAL	WLG		
2803264	Alster	alster	BE		0	Europe/Brussels	50.21078	6.12542		Alster		WAL	WLG	63	63087
2803265	Alsput	alsput	BE		0	Europe/Brussels	50.75009	4.23077				VLG	VBR	23	23027
2803269	Alsberg	alsberg	BE		0	Europe/Brussels	50.92613	4.89147				VLG	VBR	24	24135
2803271	Alnoir	alnoir	BE		0	Europe/Brussels	50.46667	4.63333				WAL	WNA	92	92140
2803273	Almache	almache	BE		0	Europe/Brussels	49.86571	5.09821		Almache		WAL	WLX	84	84050
2803274	Allmuten	allmuten	BE		0	Europe/Brussels	50.34384	6.38423		Allmuhten,Allmuten,Allmuthen		WAL	WLG	63	63012
2803275	Al'Linguette	al-linguette	BE		0	Europe/Brussels	50.05	5.33333				WAL	WLX	84	84059
2803277	Allierseheide	allierseheide	BE		0	Europe/Brussels	51.15	4.56667		Allierscheheide,Allierseheide		VLG	VAN	12	12021
2803283	Allain	allain	BE		0	Europe/Brussels	50.6	3.4				WAL	WHT	57	57081
2803287	Alhoumont	alhoumont	BE		0	Europe/Brussels	50.11474	5.8171		Alhoumont		WAL	WLX	82	82014
2803288	Alhez	alhez	BE		0	Europe/Brussels	50.03333	5.81667				WAL	WLX	82	82003
2803289	Al Hesse	al-hesse	BE		0	Europe/Brussels	50.27441	5.8498				WAL	WLG	63	63045
2803290	Al Gloriette	al-gloriette	BE		0	Europe/Brussels	50.18537	5.43754				WAL	WLX	83	83034
2803291	Alfersteg	alfersteg	BE		0	Europe/Brussels	50.26012	6.209				WAL	WLG	63	63067
2803293	Alfelaar	alfelaar	BE		0	Europe/Brussels	51.10236	4.66353		Alfelaar,Alphelaar,Alphelaer		VLG	VAN	12	12002
2803295	Aldenhof	aldenhof	BE		0	Europe/Brussels	50.95	5.28333				VLG	VLI	71	71022
2803296	Alden Eik	alden-eik	BE		0	Europe/Brussels	51.10207	5.80551		Abdeneyk,Alden Eik,Alden-Eijck,Alden-Eyck		VLG	VLI	72	72021
2803299	Al Bèyoûle	al-beyoule	BE		0	Europe/Brussels	50.16667	5.43333				WAL	WLX	83	83040
2803300	Al Bèyoûle	al-beyoule	BE		0	Europe/Brussels	50.16667	5.33333				WAL	WLX	83	83040
2803305	À l'Assaint	a-l-assaint	BE		0	Europe/Brussels	50.3	5.86667				WAL	WLX	82	82032
2803307	Akspoel	akspoel	BE		0	Europe/Brussels	51.05835	3.41357		Akspoel,Axpoele		VLG	VWV	37	37012
2803308	Akselwal	akselwal	BE		0	Europe/Brussels	50.89658	3.63682		Akselwal,Akselwalle,Axelwalle		VLG	VOV	45	45035
2803309	Akkerveke	akkerveke	BE		0	Europe/Brussels	51.38333	4.55				VLG	VAN	11	11053
2803310	Akkerstraat	akkerstraat	BE		0	Europe/Brussels	51.16667	3.33333				VLG	VWV	31	31003
2803311	Akkerhoofd	akkerhoofd	BE		0	Europe/Brussels	51.07436	4.17812		't Akkershoofd,Akkerhoofd		VLG	VOV	42	42008
2803312	Akkerhoek	akkerhoek	BE		0	Europe/Brussels	51.01667	3.13333				VLG	VWV	36	36011
2803315	Aix-sur-Cloix	aix-sur-cloix	BE		0	Europe/Brussels	49.57616	5.78122				WAL	WLX	81	81004
2803316	Aisomont	aisomont	BE		0	Europe/Brussels	50.36167	5.90444		Aisomont,Aissomont		WAL	WLG	63	63086
2803318	Aisne	aisne	BE		0	Europe/Brussels	50.3555	5.56592				WAL	WLX	83	83012
2803327	Ainières	ainieres	BE		0	Europe/Brussels	50.70149	3.55584				WAL	WHT	51	51065
2803330	Aiby	aiby	BE		0	Europe/Brussels	50.25	4.35				WAL	WNA	93	93088
2803331	Ahin	ahin	BE		0	Europe/Brussels	50.52147	5.22039				WAL	WLG	61	61031
2803332	Aherée	aheree	BE		0	Europe/Brussels	50.31766	4.50104				WAL	WNA	93	93088
2803337	Afst	afst	BE		0	Europe/Brussels	50.33707	6.37724		Afst		WAL	WLG	63	63012
2803340	Afnay	afnay	BE		0	Europe/Brussels	50.72616	5.77297		Affnay,Afnai,Afnay		WAL	WLG	62	62027
2803341	À Faihay	a-faihay	BE		0	Europe/Brussels	50.22127	5.50583				WAL	WLX	83	83044
2803342	Adseux	adseux	BE		0	Europe/Brussels	50.52205	5.73298				WAL	WLG	62	62100
2803345	Adijk	adijk	BE		0	Europe/Brussels	50.81667	3.81667				VLG	VOV	45	45063
2803346	Adesberg	adesberg	BE		0	Europe/Brussels	50.34639	6.17056		Adesberg,Am Adesberg		WAL	WLG	63	63001
2803350	Acremont	acremont	BE		0	Europe/Brussels	49.89878	5.20897				WAL	WLX	84	84009
2803356	À Clapette	a-clapette	BE		0	Europe/Brussels	50.52682	4.75449				WAL	WNA	92	92142
2803357	Achter Weert	achter-weert	BE		0	Europe/Brussels	51.09779	4.18049				VLG	VAN	12	12007
2803358	Achterste Hostie	achterste-hostie	BE		0	Europe/Brussels	51.20491	5.49965		Achterste Hostie,Achtersten-Hostie,Hostie		VLG	VLI	72	72003
2803359	Achterrot	achterrot	BE		0	Europe/Brussels	51.18635	4.4952				VLG	VAN	11	11007
2803360	Achter Olen	achter-olen	BE		0	Europe/Brussels	51.16818	4.90309		Achter Olen,Achter-Oolen,O.-L.-V.-Olen,Onze-Lieve-Vrouw Olen		VLG	VAN	13	13029
2803361	Achterlee	achterlee	BE		0	Europe/Brussels	51.22649	4.87787		Achterle,Achterlee		VLG	VAN	13	13017
2803362	Achterhoek	achterhoek	BE		0	Europe/Brussels	51.23333	5.53333				VLG	VLI	72	72037
2803363	Achterhoek	achterhoek	BE		0	Europe/Brussels	51.18455	3.87498				VLG	VOV	44	44073
2803364	Achterhoek	achterhoek	BE		0	Europe/Brussels	51.12554	4.66614				VLG	VAN	12	12002
2803365	Achterhoek	achterhoek	BE		0	Europe/Brussels	50.77472	3.37013				VLG	VWV	34	34042
2803366	Achterheide-Asdonk	achterheide-asdonk	BE		0	Europe/Brussels	51.03333	5.03333				VLG	VLI	71	71057
2803367	Achterheide	achterheide	BE		0	Europe/Brussels	51.04468	4.6982				VLG	VAN	12	12014
2803368	Achterheide	achterheide	BE		0	Europe/Brussels	51.05626	4.2648				VLG	VAN	12	12041
2803369	Achterheide	achterheide	BE		0	Europe/Brussels	50.95488	4.69607				VLG	VBR	24	24094
2803370	Achterheide	achterheide	BE		0	Europe/Brussels	50.91667	4.98333				VLG	VBR	24	24054
2803373	Achter den Kraanberg	achter-den-kraanberg	BE		0	Europe/Brussels	51.06667	5.35				VLG	VLI	72	72039
2803374	Achter den Berg	achter-den-berg	BE		0	Europe/Brussels	50.88333	4.55		Achter den Berg,Achter-Den-Bergh		VLG	VBR	24	24055
2803377	Achterbroek	achterbroek	BE		0	Europe/Brussels	51.3968	4.50027				VLG	VAN	11	11022
2803378	Achterbos	achterbos	BE		0	Europe/Brussels	51.20199	5.10169		Achterbos,Achterbosch		VLG	VAN	13	13025
2803379	Achterbist	achterbist	BE		0	Europe/Brussels	51.16645	4.65304		Achterbist,De Achterbist		VLG	VAN	12	12026
2803380	Achtendries	achtendries	BE		0	Europe/Brussels	51.06667	3.8		Achtendries,Achtendriesch		VLG	VOV	44	44013
2803382	Achtel	achtel	BE		0	Europe/Brussels	51.37392	4.77013				VLG	VAN	13	13037
2803383	Achouffe	achouffe	BE		0	Europe/Brussels	50.14996	5.74473				WAL	WLX	82	82014
2803384	À Chinecha	a-chinecha	BE		0	Europe/Brussels	49.98333	5.81667				WAL	WLX	82	82003
2803387	Achenfosse	achenfosse	BE		0	Europe/Brussels	50.7	4.18333		Achenfosse,Achonfosse		WAL	WBR	25	25105
2803394	Abtsul	abtsul	BE		0	Europe/Brussels	50.89483	3.26805				VLG	VWV	34	34013
2803398	Abîme	abime	BE		0	Europe/Brussels	50.26667	5.23333				WAL	WNA	91	91120
2803399	Abele	abele	BE		0	Europe/Brussels	50.92211	3.37571		Abeele,Abele		VLG	VWV	37	37017
2803400	Abele	abele	BE		0	Europe/Brussels	50.81667	2.66667		Abeele,Abele		VLG	VWV		
2803401	Abeiche	abeiche	BE		0	Europe/Brussels	50.70389	4.36044				WAL	WBR	25	25014
2803403	Abeelhoek	abeelhoek	BE		0	Europe/Brussels	50.85	3.28333				VLG	VWV	34	34023
2803404	Abeelbroekstraat	abeelbroekstraat	BE		0	Europe/Brussels	51.06667	3.78333				VLG	VOV	44	44021
2803410	Abbaye d'Orval	abbaye-d-orval	BE		0	Europe/Brussels	49.63961	5.34979				WAL	WLX	85	85011
2803424	Aart	aart	BE		0	Europe/Brussels	51.20319	4.98627				VLG	VAN	13	13008
2803425	Aart	aart	BE		0	Europe/Brussels	50.97436	4.07069				VLG	VOV	41	41002
2803426	Aars Houw	aars-houw	BE		0	Europe/Brussels	51.05371	5.63988		Aars Houw,Aartshouw,Houw		VLG	VLI	72	72021
2803431	Aarle	aarle	BE		0	Europe/Brussels	51.47759	5.01951		Aerle		VLG	VAN	13	13035
2803432	Aardenweg	aardenweg	BE		0	Europe/Brussels	50.95764	5.06428				VLG	VBR	24	24020
2803433	Aard en Hemelrijkseheide	aard-en-hemelrijkseheide	BE		0	Europe/Brussels	51.4	4.73017		Aard en Hemelrijksche Heide,Aard en Hemelrijkseheide,Hemelrijkse Heide		VLG	VAN	13	13014
2803434	Aardappelhoek	aardappelhoek	BE		0	Europe/Brussels	50.95255	3.15531		Aardappelhoek,Aerd-Appelhoek		VLG	VWV	36	36015
2803435	Aard	aard	BE		0	Europe/Brussels	51.41667	4.71667				VLG	VAN	13	13014
2803436	Aan 't Hoolven	aan-t-hoolven	BE		0	Europe/Brussels	51.05	5.61667		Aan 't Holven,Aan 't Hoolven		VLG	VLI	72	72042
2803437	Aan de Wolfsberg	aan-de-wolfsberg	BE		0	Europe/Brussels	51	5.48333		Aan de Wolfsberg,Wolfsberg		VLG	VLI	71	71016
2803438	Aan de Vrenen	aan-de-vrenen	BE		0	Europe/Brussels	51.1	5.43333		Aan de Vreenen,Aan de Vrenen		VLG	VLI	72	72030
2803439	Aan den Steenoven	aan-den-steenoven	BE		0	Europe/Brussels	51.05	5.3		Aan de Steenoven,Aan den Steenoven		VLG	VLI	71	71070
2803440	Aan de Bunders	aan-de-bunders	BE		0	Europe/Brussels	50.93333	5.23333				VLG	VLI	71	71022
2803441	Aalterbrug	aalterbrug	BE		1000	Europe/Brussels	51.1093	3.43378		Aalter-Brug,Aalterbrug,Aeltrebrugge		VLG	VOV	44	44084
2803442	Aalterbei	aalterbei	BE		0	Europe/Brussels	51.1	3.5		Aaltebei,Aalterbei,Aeltebey		VLG	VOV	44	44084
2803445	Sint-Pieters-Aalst	sint-pieters-aalst	BE		0	Europe/Brussels	51.03055	3.71632		Aalst Sint-Pieter,Aalst-Saint Pierre,Miljoenenkwartier,Sint-Pieters-Aalst		VLG	VOV	44	44021
2803453	Aalbroek	aalbroek	BE		0	Europe/Brussels	50.93608	3.65924				VLG	VOV	44	44020
3229617	Oostduinkerke-Bad	oostduinkerke-bad	BE		0	Europe/Brussels	51.13071	2.6666		Oostduinekerke-Bad,Oostduinkerke-Bad		VLG	VWV	38	38014
3229618	Bredene-aan-Zee	bredene-aan-zee	BE		0	Europe/Brussels	51.24588	2.96161		Bredene-Bad,Bredene-aan-Zee		VLG	VWV	35	35002
6930039	Termicourt	termicourt	BE		0	Europe/Brussels	50.33971	3.74462				WAL	WHT		
6957730	Wilausart	wilausart	BE		0	Europe/Brussels	50.63333	3.83333				WAL	WHT	51	51004
6957733	Warchaix	warchaix	BE		0	Europe/Brussels	50.38333	3.96667				WAL	WHT	53	53084
6957734	Vivier Roland	vivier-roland	BE		0	Europe/Brussels	50.51667	3.73333				WAL	WHT	51	51008
6957739	Triherée	triheree	BE		0	Europe/Brussels	50.58418	4.17596				WAL	WHT	55	55050
6957740	Trieu Jean Sart	trieu-jean-sart	BE		0	Europe/Brussels	50.36667	3.81667				WAL	WHT	53	53020
6957742	Thy	thy	BE		0	Europe/Brussels	50.55808	3.89115				WAL	WHT	53	53046
6957743	Terraque	terraque	BE		0	Europe/Brussels	50.7	3.8				WAL	WHT	55	55023
6957748	Savoie	savoie	BE		0	Europe/Brussels	50.48333	4.1				WAL	WHT	55	55035
6957751	Sartiau	sartiau	BE		0	Europe/Brussels	50.68333	3.78333				WAL	WHT	51	51004
6957755	Saint-Homme	saint-homme	BE		0	Europe/Brussels	50.41667	3.73333				WAL	WHT	53	53020
6957756	Ruinsette	ruinsette	BE		0	Europe/Brussels	50.35	3.83333				WAL			
6957757	Rosoir	rosoir	BE		0	Europe/Brussels	50.55	3.45				WAL	WHT	57	57003
6957759	Rompcamp	rompcamp	BE		0	Europe/Brussels	50.51667	3.75				WAL	WHT	53	53070
6957760	Rivreulle	rivreulle	BE		0	Europe/Brussels	50.35	4.11667				WAL	WHT	56	56085
6957761	Rivage	rivage	BE		0	Europe/Brussels	50.55	3.9				WAL	WHT	53	53046
6957763	Recq	recq	BE		0	Europe/Brussels	50.7	3.78333				WAL	WHT	55	55023
6957765	Quièvremont	quievremont	BE		0	Europe/Brussels	50.55	3.8				WAL	WHT	51	51014
6957766	Preuscamp	preuscamp	BE		0	Europe/Brussels	50.65	3.86667				WAL	WHT	51	51004
6957767	Pré Bélène	pre-belene	BE		0	Europe/Brussels	50.33333	3.71667				WAL	WHT	53	53083
6957768	Planche à l'Aune	planche-a-l-aune	BE		0	Europe/Brussels	50.36667	3.83333				WAL	WHT	53	53020
6957773	Pettignies	pettignies	BE		0	Europe/Brussels	50.68333	3.81667				WAL	WHT	55	55023
6957775	Pachy Aubraine	pachy-aubraine	BE		0	Europe/Brussels	50.31667	3.88333				WAL			
6957776	Outre l'Eau	outre-l-eau	BE		0	Europe/Brussels	50.51667	3.6				WAL	WHT	57	57064
6957781	Mazarin	mazarin	BE		0	Europe/Brussels	50.66667	3.86667				WAL	WHT	51	51004
6957782	Maubriau	maubriau	BE		0	Europe/Brussels	50.59245	4.00686				WAL	WHT	55	55040
6957784	Marlière	marliere	BE		0	Europe/Brussels	50.4	3.76667				WAL	WHT	53	53020
6957785	Mariette	mariette	BE		0	Europe/Brussels	50.46667	3.85				WAL	WHT	53	53070
6957786	Malplaquet	malplaquet	BE		0	Europe/Brussels	50.43333	4				WAL	WHT	53	53053
6957790	Long Pourrat	long-pourrat	BE		0	Europe/Brussels	50.46667	4.01667				WAL	WHT	53	53053
6957793	Les Wareschaix	les-wareschaix	BE		0	Europe/Brussels	50.36986	3.827				WAL	WHT	53	53020
6957794	Les Trieux	les-trieux	BE		0	Europe/Brussels	50.4	4.05				WAL	WHT	56	56085
6957795	Lestrée	lestree	BE		0	Europe/Brussels	50.69247	3.7341				WAL	WHT	51	51017
6957796	Les Ruelles	les-ruelles	BE		0	Europe/Brussels	50.55	3.8				WAL	WHT	51	51014
6957797	Les Queues	les-queues	BE		0	Europe/Brussels	50.55	4.11667				WAL	WHT	55	55040
6957799	Les Grands Prés	les-grands-pres	BE		0	Europe/Brussels	50.43333	3.76667		Grands-Pres,Grands-Prés,Les Grands Pres,Les Grands Prés		WAL	WHT	53	53039
6957800	Les Fays	les-fays	BE		0	Europe/Brussels	50.46667	3.71667				WAL	WHT	51	51009
6957801	Les Bouloirs	les-bouloirs	BE		0	Europe/Brussels	50.56667	3.91667				WAL	WHT	53	53046
6957802	Le Petit Crépin	le-petit-crepin	BE		0	Europe/Brussels	50.45	3.71667				WAL	WHT	51	51009
6957803	Le Maillet	le-maillet	BE		0	Europe/Brussels	50.61667	3.68333				WAL	WHT	57	57094
6957804	Le Lustre	le-lustre	BE		0	Europe/Brussels	50.38333	4.16667				WAL	WHT	56	56011
6957805	Le Coucou	le-coucou	BE		0	Europe/Brussels	50.61667	3.83333		Coucou,Le Coucou		WAL	WHT	51	51012
6957806	Le Bocage	le-bocage	BE		0	Europe/Brussels	50.41667	3.95				WAL	WHT	53	53053
6957807	La Maladrie	la-maladrie	BE		0	Europe/Brussels	50.55	4.1		La Maladrerie,La Maladrie		WAL	WHT	55	55040
6957808	La Folie	la-folie	BE		0	Europe/Brussels	50.69447	3.70538				WAL	WHT	51	51065
6957809	La Flotte à Parois	la-flotte-a-parois	BE		0	Europe/Brussels	50.6	3.93333				WAL	WHT	53	53046
6957810	La Flamengrie	la-flamengrie	BE		0	Europe/Brussels	50.31538	3.71507				WAL			
6957811	La Ferrière	la-ferriere	BE		0	Europe/Brussels	50.46667	4.06667				WAL	WHT	53	53053
6957812	Là Dessous	la-dessous	BE		0	Europe/Brussels	50.35	3.9				WAL	WHT	53	53084
6957813	La Courbette	la-courbette	BE		0	Europe/Brussels	50.43333	3.85				WAL	WHT	53	53065
6957819	Haute Rue	haute-rue	BE		0	Europe/Brussels	50.58333	3.91667				WAL	WHT	53	53046
6957820	Hardret	hardret	BE		0	Europe/Brussels	50.36708	3.8127				WAL	WHT	53	53020
6957821	Hanneton	hanneton	BE		0	Europe/Brussels	50.41667	3.8				WAL	WHT	53	53014
6957825	Grands Prés	grands-pres	BE		0	Europe/Brussels	50.45	3.91667				WAL	WHT	53	53053
6957826	Grand Haubreux	grand-haubreux	BE		0	Europe/Brussels	50.33333	4.08333				WAL	WHT	56	56022
6957827	Grand Chemin d'Enghien	grand-chemin-d-enghien	BE		0	Europe/Brussels	50.51667	3.95				WAL	WHT	53	53044
6957829	Gorrier	gorrier	BE		0	Europe/Brussels	50.51018	3.76424				WAL	WHT	53	53070
6957830	Godard	godard	BE		0	Europe/Brussels	50.58333	3.95		Godard,Godart		WAL	WHT	53	53046
6957833	Fort la Haine	fort-la-haine	BE		0	Europe/Brussels	50.46667	3.91667				WAL	WHT	53	53053
6957835	Ferlibray	ferlibray	BE		0	Europe/Brussels	50.35084	3.81568				WAL	WHT	53	53083
6957836	Fayt	fayt	BE		0	Europe/Brussels	50.5538	3.76661				WAL	WHT	51	51014
6957840	Emblinne	emblinne	BE		0	Europe/Brussels	50.33333	5.1				WAL	WNA	91	91059
6957842	Dernier Pré	dernier-pre	BE		0	Europe/Brussels	50.66667	3.75				WAL	WHT	51	51004
6957845	Croquy	croquy	BE		0	Europe/Brussels	50.63333	3.88333				WAL	WHT	51	51004
6957847	Crèvecoeur	crevecoeur	BE		0	Europe/Brussels	50.55	3.43333				WAL	WHT	57	57003
6957848	Courtil Gras	courtil-gras	BE		0	Europe/Brussels	50.58333	3.76667				WAL	WHT	51	51014
6957849	Coucou	coucou	BE		0	Europe/Brussels	50.48333	3.68333				WAL	WHT	51	51009
6957853	Chêne	chene	BE		0	Europe/Brussels	50.48333	3.76667		Chene,Chêne,Le Chene,Le Chêne		WAL	WHT	53	53070
6957854	Château Neuf	chateau-neuf	BE		0	Europe/Brussels	50.56667	4		Chateau Neuf,Château Neuf,Le Chateau-Neuf,Le Château-Neuf		WAL	WHT	55	55040
6957855	Chat	chat	BE		0	Europe/Brussels	50.53333	3.85				WAL	WHT	53	53044
6957856	Champ du Marais	champ-du-marais	BE		0	Europe/Brussels	50.36667	4.06667				WAL	WHT	56	56085
6957857	Champ du Bois	champ-du-bois	BE		0	Europe/Brussels	50.35	4.03333				WAL	WHT	56	56085
6957858	Cauderlo	cauderlo	BE		0	Europe/Brussels	50.38333	3.8				WAL	WHT	53	53020
6957859	Catillon	catillon	BE		0	Europe/Brussels	50.46667	3.66667				WAL	WHT	51	51009
6957860	Canard	canard	BE		0	Europe/Brussels	50.50653	3.87457				WAL	WHT	53	53044
6957861	Bustiau	bustiau	BE		0	Europe/Brussels	50.48333	3.9				WAL	WHT	53	53053
6957864	Bruyères Montoises	bruyeres-montoises	BE		0	Europe/Brussels	50.46667	3.76667				WAL	WHT	53	53070
6957865	Bruyère	bruyere	BE		0	Europe/Brussels	50.55	3.86667				WAL	WHT	53	53046
6957866	Briqueterie	briqueterie	BE		0	Europe/Brussels	50.66667	3.86667				WAL	WHT	51	51004
6957875	Bosquetville	bosquetville	BE		0	Europe/Brussels	50.46667	4.13333				WAL	WHT	55	55022
6957877	Bois de Ville	bois-de-ville	BE		0	Europe/Brussels	50.56406	3.79025				WAL	WHT	51	51014
6957878	Bois	bois	BE		0	Europe/Brussels	50.65	3.73333				WAL	WHT	51	51004
6957881	Basse Gage	basse-gage	BE		0	Europe/Brussels	50.55	4.01667				WAL	WHT	55	55040
6957882	Bas Coron	bas-coron	BE		0	Europe/Brussels	50.53333	3.63333				WAL	WHT	51	51008
6957883	Barrière d'Écaussinnes	barriere-d-ecaussinnes	BE		0	Europe/Brussels	50.59142	4.13507		Barriere d'Ecaussines,Barriere d'Ecaussinnes,Barrière d'Écaussines,Barrière d'Écaussinnes		WAL	WHT	55	55004
7279572	Edegem-west	edegem-west	BE		0	Europe/Brussels	51.15366	4.42541				VLG	VAN	11	11013
7290696	Balmoral	balmoral	BE		0	Europe/Brussels	50.50355	5.88429				WAL	WLG	63	63072
7647618	Floréal	floreal	BE		0	Europe/Brussels	50.80926	4.42013		Cite-jardin Floreal,Cité-jardin Floréal		BRU	BRU	21	21017
7647767	Jandrain	jandrain	BE		1188	Europe/Brussels	50.67438	4.98024				WAL	WBR	25	25120
7647769	Malèves	maleves	BE		0	Europe/Brussels	50.65556	4.78008				WAL	WBR	25	25084
7647770	Ramillies-Offus	ramillies-offus	BE		831	Europe/Brussels	50.63651	4.91535				WAL	WBR	25	25122
7648577	Cargovil	cargovil	BE		0	Europe/Brussels	50.94734	4.4274				VLG	VBR	23	23088
7648578	VTM	vtm	BE		0	Europe/Brussels	50.9139	4.39735		Societe de Television Flamande,Société de Télévision Flamande,Vlaamse Televisie Maatschappij		VLG	VBR	23	23088
7648908	Brucargo	brucargo	BE		0	Europe/Brussels	50.9079	4.45736				VLG	VBR	23	23047
7669148	Walshouten	walshouten	BE		0	Europe/Brussels	50.72298	5.09405		Landen (Walshouten)		VLG	VBR	24	24059
7670536	Meeuwen-Gruitrode	meeuwen-gruitrode	BE		0	Europe/Brussels	51.09468	5.5505				VLG	VLI	72	72042
7670548	Spouwen	spouwen	BE		0	Europe/Brussels	50.83728	5.55393		Bilzen (Spouwen)		VLG	VLI	73	73006
7670688	Voeren	voeren	BE		0	Europe/Brussels	50.75052	5.78319		3790,Fourons,Voeren		VLG	VLI	73	73109
7670736	Gors	gors	BE		0	Europe/Brussels	50.82134	5.3915				VLG	VLI	73	73009
7729838	Gomzé	gomze	BE		0	Europe/Brussels	50.54125	5.67487				WAL	WLG	62	62100
7839926	Heide Waasmunster	heide-waasmunster	BE		0	Europe/Brussels	51.12261	4.09932				VLG	VOV	42	42023
7870634	rue de la Jonction, 5	rue-de-la-jonction-5	BE		0	Europe/Brussels	50.45332	4.68842				WAL	WNA	92	92140
7870636	Gingembre	gingembre	BE		0	Europe/Brussels	50.45348	4.68884				WAL	WNA	92	92140
7910335	Ham-sur-Heure-Nalinnes	ham-sur-heure-nalinnes	BE		0	Europe/Brussels	50.31686	4.38432				WAL	WHT	56	56086
8063831	Beauvoorde	beauvoorde	BE		0	Europe/Brussels	51.0147	2.65058				VLG	VWV	38	38025
8081260	Leestje	leestje	BE		0	Europe/Brussels	51.04274	3.26129	34			VLG	VWV	37	37018
8128767	Oostdorp	oostdorp	BE		0	Europe/Brussels	50.90904	3.97357				VLG	VOV	41	41082
8128768	Hoogkouter	hoogkouter	BE		0	Europe/Brussels	50.92557	3.98044		Boven 't Klooster		VLG	VOV	41	41082
8128769	Groendal	groendal	BE		0	Europe/Brussels	50.92289	3.97731				VLG	VOV	41	41082
8128770	Holland	holland	BE		0	Europe/Brussels	50.92089	3.95817				VLG	VOV	41	41082
8285521	Molenbeek	molenbeek	BE		0	Europe/Brussels	50.91963	4.94163				VLG	VBR	24	24008
8436331	DAP Lauwers	dap-lauwers	BE		0	Europe/Brussels	51.14515	3.33795				VLG	VWV	31	31003
8456274	Sporthal	sporthal	BE		0	Europe/Brussels	50.9403	4.9113				VLG	VBR	24	24135
8714345	Sy	sy	BE		0	Europe/Brussels	50.40362	5.52157				WAL	WLG	61	61019
9645463	Mariakerke - Raversijde	mariakerke-raversijde	BE		0	Europe/Brussels	51.20793	2.8755				VLG	VWV	35	35013
9796482	Monnikerede	monnikerede	BE		0	Europe/Brussels	51.2763	3.30734				VLG	VWV	31	31006
9796487	Michem	michem	BE		0	Europe/Brussels	51.25213	3.2555				VLG	VWV	31	31006
9796489	Sint-Adriaans	sint-adriaans	BE		0	Europe/Brussels	51.24023	3.27138				VLG	VWV	31	31006
9796491	Bonem	bonem	BE		0	Europe/Brussels	51.23931	3.30204				VLG	VWV	31	31006
9883563	Lillo Kruisweg	lillo-kruisweg	BE		0	Europe/Brussels	51.31528	4.315		Kruisweg		VLG	VAN	11	11002
9883605	Bund	bund	BE		0	Europe/Brussels	51.28487	4.4291		Bunt		VLG	VAN	11	11002
9883606	Essen-Hoek	essen-hoek	BE		0	Europe/Brussels	51.44585	4.40959		Essenhoek		VLG	VAN	11	11016
9883609	Heide	heide	BE		0	Europe/Brussels	51.36511	4.46114				VLG	VAN	11	11022
9883614	Essenhout	essenhout	BE		0	Europe/Brussels	51.30874	4.41832				VLG	VAN	11	11023
10792513	Mont d'Or	mont-d-or	BE		0	Europe/Brussels	50.64043	3.3719	21			WAL	WHT	57	57081
10794269	Hoek	hoek	BE		0	Europe/Brussels	51.37053	4.33218		Den Hoek,Hoek,Noordhoek,Zandvlietse Hoek		VLG	VAN	11	11002
10942290	Hoeke (haven)	hoeke-haven	BE		0	Europe/Brussels	51.29477	3.3377				VLG	VWV	31	31006
11054910	Bokrijk	bokrijk	BE		0	Europe/Brussels	50.95087	5.40955	0			VLG	VLI	71	71016
11054912	Welvelgem	welvelgem	BE		0	Europe/Brussels	50.8162	3.18062	0			VLG	VWV	34	34041
11238165	Bakèse	bakese	BE		0	Europe/Brussels	49.58881	5.61868				WAL	WLX	85	85045
11238166	Hamawé	hamawe	BE		0	Europe/Brussels	49.5866	5.61059				WAL	WLX	85	85045
11352052	Stationsbuurt Zuid	stationsbuurt-zuid	BE		0	Europe/Brussels	51.03223	3.71467				VLG	VOV	44	44021
11352053	Stationsbuurt Noord	stationsbuurt-noord	BE		0	Europe/Brussels	51.03829	3.71119				VLG	VOV	44	44021
11352054	Binnenstad	binnenstad	BE		0	Europe/Brussels	51.05374	3.72549				VLG	VOV	44	44021
11395782	Dansaert	dansaert	BE		0	Europe/Brussels	50.85037	4.34616	35	Dansaert,Dansaert area,buurt Dansaert,quartier Dansaert		BRU	BRU	21	21004
11395785	Louise	louise	BE		0	Europe/Brussels	50.8347	4.3561		Louise,Louise area,buurt Louise,quartier Louise		BRU	BRU	21	21009
11395788	Sablon	sablon	BE		0	Europe/Brussels	50.841	4.355		Sablon,Sablon area,buurt Sablon,quartier Sablon		BRU	BRU	21	21004
11398282	Hemelsveld	hemelsveld	BE		0	Europe/Brussels	50.86813	5.27573				VLG	VLI	73	73001
11398283	Terkoest	terkoest	BE		2350	Europe/Brussels	50.89832	5.27623				VLG	VLI	73	73001
11398284	Zwarte Winning	zwarte-winning	BE		0	Europe/Brussels	50.8954	5.2997				VLG	VLI	73	73001
11398285	Rozenkrans	rozenkrans	BE		0	Europe/Brussels	50.8583	5.25799				VLG	VLI	71	71053
11398286	Plein	plein	BE		0	Europe/Brussels	50.86071	5.28438				VLG	VLI	73	73001
11398287	Bulst	bulst	BE		0	Europe/Brussels	50.8719	5.34905				VLG	VLI	73	73001
11398299	Oetersloven	oetersloven	BE		0	Europe/Brussels	50.82753	5.30208				VLG	VLI	73	73098
11524744	Kazerne Dossin	kazerne-dossin	BE		0	Europe/Brussels	51.0337	4.4795				VLG	VAN	12	12025
11550319	European district	european-district	BE		0	Europe/Brussels	50.8432	4.37235				BRU	BRU	21	21004
11592437	Tour et Taxis	tour-et-taxis	BE		0	Europe/Brussels	50.8648	4.34651		Thurn en Taxis,Tour et Taxis		BRU	BRU	21	21004
11818701	Glabbeek (subvillage of Glabbeek)	glabbeek-subvillage-of-glabbeek	BE		0	Europe/Brussels	50.87291	4.94818				VLG	VBR	24	24137
11994987	Heilig Kerst	heilig-kerst	BE		0	Europe/Brussels	51.06379	3.73				VLG	VOV	44	44021
11994989	Brugse Poort	brugse-poort	BE		0	Europe/Brussels	51.06008	3.69995		Brugsepoort		VLG	VOV	44	44021
11994990	Ottergemse Dries	ottergemse-dries	BE		0	Europe/Brussels	51.02862	3.72851				VLG	VOV	44	44021
11995143	Brugse Poort-Rooigem	brugse-poort-rooigem	BE		0	Europe/Brussels	51.06274	3.69502				VLG	VOV	44	44021
11995144	Ekkergem	ekkergem	BE		0	Europe/Brussels	51.0502	3.70324				VLG	VOV	44	44021
12166262	Montoeul-au-Bois	montoeul-au-bois	BE		0	Europe/Brussels	50.64701	3.57085		Montrœul-au-Bois		WAL	WHT	51	51065
2783081	Zwijndrecht	zwijndrecht	BE	2070	18249	Europe/Brussels	51.21979	4.32664		Zuindracum,Zvejndrekht,Zwijndrecht,Zwyndrecht,ci wei en de lei he te,zwyyzhndrkt,Звейндрехт,زوئیژندرکت,兹韦恩德雷赫特		VLG	VAN	11	11056
2783084	Zwijnaarde	zwijnaarde	BE	9052	7379	Europe/Brussels	51.00077	3.70746		Zwijnaarde,Zwynaerde		VLG	VOV	44	44021
2783087	Zwevezele	zwevezele	BE	8750	5873	Europe/Brussels	51.03683	3.21186		Swevezeele,Zwevezele		VLG	VWV	37	37018
2783694	Wijer	wijer	BE	3850	1252	Europe/Brussels	50.89863	5.22446		Weyer,Wijer		VLG	VLI	71	71045
2783089	Zwevegem	zwevegem	BE	8550	23358	Europe/Brussels	50.81268	3.33848		Sweveghem,Zvevegem,Zwevegem,Zwevehem,ci wei fu hai mu,zwywwzhm,Звевегем,زوئووژم,兹韦弗海姆		VLG	VWV	34	34042
2783143	Zutendaal	zutendaal	BE	3690	6962	Europe/Brussels	50.93306	5.5753		Sutendael,Zutendaal		VLG	VLI	71	71067
2783150	Zulzeke	zulzeke	BE	9690	553	Europe/Brussels	50.79165	3.57053		Sulsique,Zulzeke		VLG	VOV	45	45060
2783151	Zulte	zulte	BE	9870	14670	Europe/Brussels	50.91954	3.44859		Zulte		VLG	VOV	44	44081
2783153	Zuienkerke	zuienkerke	BE	8377	2736	Europe/Brussels	51.26511	3.15506		Zuienkerke,Zuujnkerke,Zuyenkerke		VLG	VWV	31	31042
2783157	Zuidschote	zuidschote	BE	8904	426	Europe/Brussels	50.91589	2.83744		Zuidschote,Zuydschoote		VLG	VWV	33	33011
2783170	Zoutleeuw	zoutleeuw	BE	3440	7897	Europe/Brussels	50.83316	5.10376		Leau,Léau,Zoutleeuw,Zoutleew		VLG	VBR	24	24130
2783173	Zoutenaaie	zoutenaaie	BE	8630	22	Europe/Brussels	51.04818	2.75451		Zoetenaey,Zoutenaaie		VLG	VWV	38	38025
2783175	Zottegem	zottegem	BE	9620	24434	Europe/Brussels	50.86955	3.81052		Sottegem,Zotegem,Zottegem,ztzhm,zuo te hai mu,Зотегем,Зоттегем,زتژم,佐特海姆		VLG	VOV	41	41081
2783181	Zonnegem	zonnegem	BE	9520	578	Europe/Brussels	50.92683	3.9087		Zonnegem		VLG	VOV	41	41063
2783184	Zonnebeke	zonnebeke	BE	8980	11581	Europe/Brussels	50.8726	2.98725	54	Sonnebeca,Zonebeke,Zonempeke,Zonnebeke,Zunnebeke,zuo nei bei ke,zwnwbwk,Ζονεμπέκε,Зонебеке,Зоннебеке,زونوبوک,佐内贝克		VLG	VWV	33	33037
2783188	Zonhoven	zonhoven	BE	3520	19922	Europe/Brussels	50.99064	5.36819		Zoneve,Zonhoven,Zonhovena,Zonkhoven,son ho fein,zong huo fen,zwnwwan,Зонховен,زونووان,โซนโฮเฟิน,宗霍芬		VLG	VLI	71	71066
2783195	Zomergem	zomergem	BE	9930	8158	Europe/Brussels	51.11994	3.56496		Somergein,Somergem,Zomergem		VLG	VOV	44	44085
2783197	Zolder	zolder	BE	3550	17289	Europe/Brussels	51.02455	5.30983		Heusden-Zolder (Zolder),Zolder,ゾルダー・サーキット		VLG	VLI	71	71070
2783204	Zoersel	zoersel	BE	2980	10000	Europe/Brussels	51.26825	4.71296		OBL,Zoersel	11055	VLG	VAN	11	11055
2783206	Zoerle-Parwijs	zoerle-parwijs	BE	2260	2292	Europe/Brussels	51.08969	4.87108		Zoerle-Parwijs,Zoerle-Parwys		VLG	VAN	13	13049
2783215	Zingem	zingem	BE	9750	6588	Europe/Brussels	50.90409	3.65305		Syngem,Zingem		VLG	VOV	45	45068
2783221	Zillebeke	zillebeke	BE	8902	0	Europe/Brussels	51.22235	4.22772				VLG	VOV	46	46003
2783222	Zillebeke	zillebeke	BE	8902	2058	Europe/Brussels	50.83464	2.92249		Zillebeke		VLG	VWV	33	33011
2783229	Zichen-Zussen-Bolder	zichen-zussen-bolder	BE	3770	3250	Europe/Brussels	50.79422	5.62483		Riemst (Zichen-Zussen-Bolder),Sichen-Sussen-et-Bolre,Sichen-Sussen-et-Bolré		VLG	VLI	73	73066
2783232	Zichem	zichem	BE	3271	6497	Europe/Brussels	51.00187	4.98316		Scherpenheuvel-Zichem (Zichem),Sichem		VLG	VBR	24	24134
2783237	Zevergem	zevergem	BE	9840	1766	Europe/Brussels	50.97931	3.69319		Seevergem,Zeevergem,Zevergem		VLG	VOV	44	44012
2783239	Zeveren	zeveren	BE	9800	902	Europe/Brussels	50.99643	3.49904		Zeveren		VLG	VOV	44	44083
2783249	Zeveneken	zeveneken	BE	9080	2281	Europe/Brussels	51.10781	3.89048		Zeveneeken,Zeveneken		VLG	VOV	44	44034
2783256	Zevekote	zevekote	BE	8470	0	Europe/Brussels	51.2	3.25		Zevecote,Zevekote		VLG	VWV	31	31005
2783257	Zevekote	zevekote	BE	8470	0	Europe/Brussels	51.18333	3.06667		Zevecoote,Zevekote		VLG	VWV	31	31012
2783258	Zevekote	zevekote	BE	8470	674	Europe/Brussels	51.13772	2.92056		Zevecote,Zevekote		VLG	VWV	35	35005
2783259	Zevekote	zevekote	BE	8470	0	Europe/Brussels	51.0671	2.97002				VLG	VWV	32	32010
2783260	Zevekote	zevekote	BE	8470	0	Europe/Brussels	50.93333	3.96667		Zevekoot,Zevekote		VLG	VOV	41	41082
2783261	Zevekote	zevekote	BE	8470	0	Europe/Brussels	50.77351	3.23356		Zevecoten,Zevekote		VLG	VWV	34	34022
2783264	Zétrud-Lumay	zetrud-lumay	BE	1370	1119	Europe/Brussels	50.75715	4.88711		Jodoigne (Zetrud-Lumay),Jodoigne (Zétrud-Lumay),Zetrud,Zittert-Lummen		WAL	WBR	25	25048
2783269	Zerkegem	zerkegem	BE	8490	1791	Europe/Brussels	51.16645	3.06994		Zerkegem,Zerkeghem		VLG	VWV	31	31012
2783271	Zepperen	zepperen	BE	3800	3577	Europe/Brussels	50.82139	5.24769		Sint-Truiden (Zepperen)		VLG	VLI	71	71053
2783274	Zemst	zemst	BE	1980	21096	Europe/Brussels	50.98318	4.46079		Sempst,Zemst,zamst,ze mu si te,Земст,زامست,泽姆斯特		VLG	VBR	23	23096
2783278	Zelzate	zelzate	BE	9060	11901	Europe/Brussels	51.18963	3.80777		Selzaet,Selzaete,Zelzate		VLG	VOV	43	43018
2783284	Zellik	zellik	BE	1731	10874	Europe/Brussels	50.88408	4.27325		Asse (Zellik),Zellick		VLG	VBR	23	23002
2783290	Zelem	zelem	BE	3545	2917	Europe/Brussels	50.97739	5.10687		Zeelhem,Zelem		VLG	VLI	71	71020
2783293	Zele	zele	BE	9240	20236	Europe/Brussels	51.06566	4.0403		Zele,ze lai,zl,Зеле,زل,泽莱		VLG	VOV	42	42028
2783297	Zegelsem	zegelsem	BE	9660	950	Europe/Brussels	50.81891	3.71775		Segelsem,Zegelsem		VLG	VOV	45	45059
2783307	Zeebrugge	zeebrugge	BE	8380	4500	Europe/Brussels	51.32901	3.18188		Seebruegge,Seebrügge,Zebrjuge,Zebrjugge,Zeebruges,Zeebrugge,Zeebrygge,Zêebrugge,ze bu lu he,Зебрюгге,Зебрюге,泽布吕赫		VLG	VWV	31	31005
2783308	Zedelgem	zedelgem	BE	8210	21968	Europe/Brussels	51.14236	3.1368		Zedel'gem,Zedelgem,Zedelghem,Zillegem,Zillehem,ze de er hai mu,zwdlzhm,Зеделгем,Зедельгем,زودلژم,泽德尔海姆		VLG	VWV	31	31040
2783310	Zaventem	zaventem	BE	1930	28188	Europe/Brussels	50.88365	4.47298		Saventhem,Zaventem,zha fen te mu,zwantm,Завентем,زوانتم,扎芬特姆		VLG	VBR	23	23094
2783324	Zarren	zarren	BE	8610	2150	Europe/Brussels	51.01844	2.95814		Zarrelinge,Zarren		VLG	VWV	32	32011
2783326	Zarlardinge	zarlardinge	BE	9500	1008	Europe/Brussels	50.76214	3.8285		Sarlardinge,Zarlardinge		VLG	VOV	41	41018
2783333	Zandvoorde	zandvoorde	BE	8400	3484	Europe/Brussels	51.19942	2.9722		Zandvoorde		VLG	VWV	35	35013
2783334	Zandvoorde	zandvoorde	BE	8400	470	Europe/Brussels	50.81282	2.98116				VLG	VWV	33	33037
2783337	Zandvliet	zandvliet	BE	2040	0	Europe/Brussels	51.35929	4.30999		Antwerpen (Zantvliet),Santvliet		VLG	VAN	11	11002
2783338	Zandvliet	zandvliet	BE	2040	0	Europe/Brussels	51.13969	5.13821				VLG	VAN	13	13003
2783347	Zandhoven	zandhoven	BE	2240	12306	Europe/Brussels	51.21488	4.66164		Santhoven,Zandhoven		VLG	VAN	11	11054
2783354	Zande	zande	BE	8680	261	Europe/Brussels	51.12045	2.92154		De Vlakte,Zande,Zandvlakte		VLG	VWV	32	32010
2783355	Zande	zande	BE	8680	0	Europe/Brussels	51.06667	3.55				VLG	VOV	44	44083
2783357	Zandbergen	zandbergen	BE	9506	1750	Europe/Brussels	50.80279	3.96636		Santbergen,Zandbergen		VLG	VOV	41	41018
2783380	Zaffelare	zaffelare	BE	9080	3949	Europe/Brussels	51.13385	3.86357		Saffelaere,Zaffelare		VLG	VOV	44	44034
2783385	Yvoir	yvoir	BE	5530	8169	Europe/Brussels	50.3279	4.88059		Ivoar,Ivuar,Uwar,Yvoir,aywwar,yi wa er,ywwr,Ивоар,Ивуар,ایووآر,یوور,伊瓦尔		WAL	WNA	91	91141
2783387	Yves-Gomezée	yves-gomezee	BE	5650	1680	Europe/Brussels	50.23926	4.49344		Yves-Gomezee,Yves-Gomezée		WAL	WNA	93	93088
2783391	Yernée-Fraineux	yernee-fraineux	BE	4550	824	Europe/Brussels	50.52836	5.38163		Yernee,Yernee-Fraineux,Yernée,Yernée-Fraineux		WAL	WLG	61	61043
2783401	Xhoris	xhoris	BE	4190	1645	Europe/Brussels	50.44586	5.60431		Ferrieres (Xhoris),Ferrières (Xhoris)		WAL	WLG	61	61019
2783408	Xhendremael	xhendremael	BE	4432	1663	Europe/Brussels	50.70454	5.47984		Xhendremael		WAL	WLG	62	62003
2783410	Xhendelesse	xhendelesse	BE	4652	1729	Europe/Brussels	50.60492	5.77804		Herve (Xhendelesse)		WAL	WLG	63	63035
2783416	Wuustwezel	wuustwezel	BE	2990	15000	Europe/Brussels	51.39214	4.59546		Wuestwezel,Wuustwezel	11053	VLG	VAN	11	11053
2783419	Wulveringem	wulveringem	BE	8630	326	Europe/Brussels	51.01488	2.65453		Wulveringem,Wulveringhem		VLG	VWV	38	38025
2783421	Wulvergem	wulvergem	BE	8952	271	Europe/Brussels	50.76021	2.85243		Wulvergem,Wulverghem		VLG	VWV	33	33039
2783424	Wulpen	wulpen	BE	8670	477	Europe/Brussels	51.1	2.7		Wulpen		VLG	VWV	38	38014
2783442	Woumen	woumen	BE	8600	1284	Europe/Brussels	51.00145	2.86965		Woumen		VLG	VWV	32	32003
2783444	Woubrechtegem	woubrechtegem	BE	9550	996	Europe/Brussels	50.87355	3.91578		Woubrechtegem		VLG	VOV	41	41027
2783447	Wortel	wortel	BE	2323	1832	Europe/Brussels	51.39827	4.7946		Wortel		VLG	VAN	13	13014
2783449	Wortegem	wortegem	BE	9790	2070	Europe/Brussels	50.85357	3.51		Wortegem		VLG	VOV	45	45061
2783454	Wontergem	wontergem	BE	9800	973	Europe/Brussels	50.97907	3.44027		Wontergem		VLG	VOV	44	44083
2783456	Wondelgem	wondelgem	BE	9032	23546	Europe/Brussels	51.08705	3.70909		Wendelghem,Wondelgem		VLG	VOV	44	44021
2783458	Wonck	wonck	BE	4690	1468	Europe/Brussels	50.76687	5.6362		Bassenge (Wonck),Wonek		WAL	WLG	62	62011
2783460	Wommersom	wommersom	BE	3350	1791	Europe/Brussels	50.81266	5.01771		Wommersom		VLG	VBR	24	24133
2783462	Wommelgem	wommelgem	BE	2160	11917	Europe/Brussels	51.20452	4.5225		Wommelgem,Wommelghem		VLG	VAN	11	11052
2783464	Wolvertem	wolvertem	BE	1861	8045	Europe/Brussels	50.95172	4.30964		Meise (Wolvertem),Wolverthem		VLG	VBR	23	23050
2783474	Woluwe-Saint-Pierre	woluwe-saint-pierre	BE	1150	0	Europe/Brussels	50.85505	4.37067		Brussel (Sint-Pieters-Woluwe),Bruxelles (Woluwe-Saint-Pierre),Sint Piters - Voljuve,Sint-Pieters-Woluwe,Volive Sen Pjer,Voljuve-Sen-P'er,Voljuve-Sen-Per,Woluwe-Saint-Pierre,Woluwe-Saint-Pierre - Sint-Pieters-Woluwe,Woluwe-Saint-Pierre/Sint-Pieters-Woluwe,vu~oryuu~e=san=pieru,wo lu wei-sheng bi de,wollwibeusaengpieleu,wwlww-sn-pyr,wylywyh sant bytr,Воливе Сен Пјер,Волюве-Сен-Пьер,Волюве-Сен-Пєр,Синт Питерс - Волюве,وولوو-سن-پیر,ويليويه سانت بيتر,ヴォリュウェ＝サン＝ピエール,沃吕韦-圣彼得,월뤼브생피에르		BRU	BRU	21	21019
2783476	Woluwe-Saint-Lambert	woluwe-saint-lambert	BE	1200	56584	Europe/Brussels	50.84389	4.42912		Brussel (Sint-Lambrechts-Woluwe),Bruxelles (Woluwe-Saint-Lambert),Sint Lambrekhts - Voljuve,Sint-Lambrechts-Woluwe,Volive Sen Lamber,Voljuve-Sen-Lamber,Woluwe-Saint-Lambert,Woluwe-Saint-Lambert - Sint-Lambrechts-Woluwe,Woluwe-Saint-Lambert/Sint-Lambrechts-Woluwe,Woluwé-Saint-Lambert,vu~oryuu~e=san=ranberu,wo lu wei-sheng lan bo,wollwibeusaenglangbeleu,wwlww-sn-lambr,Воливе Сен Ламбер,Волюве-Сен-Ламбер,Синт Ламбрехтс - Волюве,وولوو-سن-لامبر,ヴォリュウェ＝サン＝ランベール,沃吕韦-圣兰伯,월뤼브생랑베르		BRU	BRU	21	21018
2783481	Wolkrange	wolkrange	BE	6780	1060	Europe/Brussels	49.62882	5.79877		Wolkrange		WAL	WLX	81	81015
2783500	Woesten	woesten	BE	8640	1303	Europe/Brussels	50.89971	2.78959		Woesten		VLG	VWV	33	33041
2783504	Wodecq	wodecq	BE	7890	1376	Europe/Brussels	50.71805	3.74649		Wodecq		WAL	WHT	51	51017
2783527	Witry	witry	BE	6860	551	Europe/Brussels	49.8594	5.61279		Witry		WAL	WLX	84	84033
2783559	Wintershoven	wintershoven	BE	3722	600	Europe/Brussels	50.85157	5.41965		Wintershoven		VLG	VLI	73	73040
2783575	Winksele	winksele	BE	3020	4710	Europe/Brussels	50.8986	4.64607		Winksele,Winxele		VLG	VBR	24	24038
2783586	Wingene	wingene	BE	8750	12887	Europe/Brussels	51.05782	3.27359		Wingene,Wynghene		VLG	VWV	37	37018
2783589	Winenne	winenne	BE	5570	1242	Europe/Brussels	50.09751	4.89492		Beauraing (Winenne)		WAL	WNA	91	91013
2783605	Wimmertingen	wimmertingen	BE	3501	329	Europe/Brussels	50.88333	5.35		Hasselt (Wimmertingen)		VLG	VLI	71	71022
2783610	Wilskerke	wilskerke	BE	8431	805	Europe/Brussels	51.18115	2.83995		Wilskerke		VLG	VWV	35	35011
2783612	Wilsele	wilsele	BE	3012	9845	Europe/Brussels	50.89188	4.69769		Leuven (Wilsele)		VLG	VBR	24	24062
2783615	Wilrijk	wilrijk	BE	2610	41403	Europe/Brussels	51.16734	4.39513		Antwerpen (Wilrijk),Vilrejk,Wilryck,wwylryyq,Вилрейк,ווילרייק		VLG	VAN	11	11002
2783620	Willerzie	willerzie	BE	5575	314	Europe/Brussels	49.98712	4.84816		Willerzie		WAL	WNA	91	91054
2783624	Willemeau	willemeau	BE	7506	1667	Europe/Brussels	50.57435	3.35031		Willemeau		WAL	WHT	57	57081
2783632	Willebroek	willebroek	BE	2830	22808	Europe/Brussels	51.06041	4.36019		Vilebruk,Villebruk,Willebroeck,Willebroek,wei lei bu lu ke,wywbrwyk,Вилебрук,Виллебрук,ویوبروئک,维勒布鲁克		VLG	VAN	12	12040
2783634	Willebringen	willebringen	BE	3370	326	Europe/Brussels	50.81244	4.84394		Boutersem (Willebringen)		VLG	VBR	24	24016
2783636	Willaupuis	willaupuis	BE	7904	530	Europe/Brussels	50.56774	3.60274		Willaupuis		WAL	WHT	57	57094
2783647	Wilderen	wilderen	BE	3803	1414	Europe/Brussels	50.81548	5.14229		Sint-Truiden (Wilderen)		VLG	VLI	71	71053
2783648	Wilderen	wilderen	BE	3803	0	Europe/Brussels	50.75	3.95				WAL	WHT		
2783669	Wijtschate	wijtschate	BE	8953	1978	Europe/Brussels	50.78632	2.88369		Wijtschate,Wytschaete		VLG	VWV	33	33039
2783671	Wijshagen	wijshagen	BE	3670	1655	Europe/Brussels	51.10492	5.55788		Meeuwen-Gruitrode (Wijshagen),Wyshagen		VLG	VLI	72	72042
2783684	Wijnegem	wijnegem	BE	2110	8932	Europe/Brussels	51.22787	4.51895		Wijnegem,Wyneghem		VLG	VAN	11	11050
2783692	Wijgmaal	wijgmaal	BE	3018	0	Europe/Brussels	50.92673	4.70206		Leuven (Wijgmaal),Vygmael,Wygmael		VLG	VBR	24	24062
2783696	Wijchmaal	wijchmaal	BE	3990	3042	Europe/Brussels	51.13515	5.41334		Peer (Wijchmaal),Wychmael		VLG	VLI	72	72030
2783698	Wihogne	wihogne	BE	4452	1209	Europe/Brussels	50.72918	5.50484		Juprelle (Wihogne),Nudorp		WAL	WLG	62	62060
2783701	Wihéries	wiheries	BE	7370	0	Europe/Brussels	50.29791	4.174				WAL	WHT	56	56022
2783704	Wieze	wieze	BE	9280	2660	Europe/Brussels	50.97691	4.07876		Wieze		VLG	VOV	42	42011
2783706	Wiesme	wiesme	BE	5571	280	Europe/Brussels	50.14841	4.97721		Wiesme		WAL	WNA	91	91013
2783710	Wiers	wiers	BE	7608	2886	Europe/Brussels	50.50862	3.53468				WAL	WHT	57	57064
2783712	Wierde	wierde	BE	5100	1790	Europe/Brussels	50.42607	4.95097		Namur (Wierde)		WAL	WNA	92	92094
2783717	Wielsbeke	wielsbeke	BE	8710	8828	Europe/Brussels	50.9	3.36667		Wielsbeke		VLG	VWV	37	37017
2783721	Wiekevorst	wiekevorst	BE	2222	3589	Europe/Brussels	51.10796	4.7924		Wiekevorst		VLG	VAN	12	12014
2783723	Widooie	widooie	BE	3700	382	Europe/Brussels	50.77164	5.40785		Tongeren (Widooie),Widoye		VLG	VLI	73	73083
2783728	Wichelen	wichelen	BE	9260	11014	Europe/Brussels	51.00526	3.97683		Wichelen		VLG	VOV	42	42026
2783731	Wibrin	wibrin	BE	6666	497	Europe/Brussels	50.16552	5.72113		Houffalize (Wibrin)		WAL	WLX	82	82014
2783733	Wez-Velvain	wez-velvain	BE	7620	982	Europe/Brussels	50.54607	3.38878		Wez-Velvain,Wez-Welvain		WAL	WHT	57	57093
2783735	Wezeren	wezeren	BE	3401	0	Europe/Brussels	50.73067	5.10466		Wezeren		VLG	VBR	24	24059
2783737	Wezembeek-Oppem	wezembeek-oppem	BE	1970	13245	Europe/Brussels	50.8395	4.49427		Vezembek-Opem,Vezembek-Oppem,Wesembeek,Wezembeek-Oppem,wei ze mei bei ke-ao pei mu,wwzanbyk-awpm,Везембек-Опем,Везембек-Оппем,ووزانبئک-اوپم,韦泽梅贝克-奥佩姆		VLG	VBR	23	23103
2783739	Wezemaal	wezemaal	BE	3111	4436	Europe/Brussels	50.94848	4.75536		Rotselaar (Wezemaal),Wesemael		VLG	VBR	24	24094
2783759	Wevelgem	wevelgem	BE	8560	30954	Europe/Brussels	50.8	3.16667		Vevel'geme,Vevelgem,Wevelgem,Wevelghem,Wevelhem,wei fu er hai mu,Вевелгем,Вевельгеме,韦弗尔海姆		VLG	VWV	34	34041
2783763	Wetteren	wetteren	BE	9230	22930	Europe/Brussels	51.00526	3.88341		Veteren,Vetteren,Wetteran,Wetteren,awytwran,wei te lun,Ветерен,Веттерен,اوئتوران,韦特伦		VLG	VOV	42	42025
2783768	Westvleteren	westvleteren	BE	8640	1150	Europe/Brussels	50.92744	2.71688		Westvleteren		VLG	VWV	33	33041
2783773	Westrozebeke	westrozebeke	BE	8840	2264	Europe/Brussels	50.93178	3.01001		Westroosebeke,Westroozebeke,Westrozebeke		VLG	VWV	36	36019
2783778	Westrem	westrem	BE	9230	889	Europe/Brussels	50.9691	3.86203		Westrem		VLG	VOV	42	42025
2783781	Westouter	westouter	BE	8954	1266	Europe/Brussels	50.79722	2.74647		Westouter,Westoutre		VLG	VWV	33	33039
2783784	Westmeerbeek	westmeerbeek	BE	2235	2422	Europe/Brussels	51.06127	4.83835		Westmeerbeek		VLG	VAN	13	13016
2783786	Westmalle	westmalle	BE	2390	8173	Europe/Brussels	51.29767	4.69013		Malle (Westmalle)		VLG	VAN	11	11057
2783789	Westkerke	westkerke	BE	8460	1975	Europe/Brussels	51.16448	3.01084		Westkerke		VLG	VWV	35	35014
2783791	Westkapelle	westkapelle	BE	8300	4883	Europe/Brussels	51.31511	3.3017		Westcapelle,Westcappelle,Westkapelle		VLG	VWV	31	31043
2783801	Westerlo	westerlo	BE	2260	22579	Europe/Brussels	51.09049	4.91544		Vesterlas,Vesterlo,Westerlo,Westerloo,awystrlw,wei si te luo,Вестерло,اوئسترلو,韦斯特洛		VLG	VAN	13	13049
2783805	Westende	westende	BE	8434	5522	Europe/Brussels	51.15961	2.7687		Westende,Westende-Baden,Westende-Bains		VLG	VWV	35	35011
2783817	Wespelaar	wespelaar	BE	3150	3612	Europe/Brussels	50.96081	4.63984		Haacht  (Wespelaar),Wespelaer		VLG	VBR	24	24033
2783820	Wervik	wervik	BE	8940	17340	Europe/Brussels	50.78069	3.03854		Vervik,Viroviacum,Wervicq,Wervik,wei er fei ke,wrwyk,Вервик,Вервік,ورویک,韦尔菲克		VLG	VWV	33	33029
2783827	Werm	werm	BE	3730	700	Europe/Brussels	50.83261	5.4796		Hoeselt (Werm)		VLG	VLI	73	73032
2783831	Werken	werken	BE	8610	991	Europe/Brussels	51.0294	2.96448		Wercken,Werken		VLG	VWV	32	32011
2783834	Weris	weris	BE	6940	843	Europe/Brussels	50.32641	5.53113		Weris		WAL	WLX	83	83012
2783844	Werchter	werchter	BE	3118	3572	Europe/Brussels	50.97308	4.7012		Werchter		VLG	VBR	24	24094
2783846	Werbomont	werbomont	BE	4190	855	Europe/Brussels	50.38072	5.68216		Ferrieres (Werbomont),Ferrières (Werbomont)		WAL	WLG	61	61019
2783850	Wépion	wepion	BE	5100	6586	Europe/Brussels	50.42153	4.86403		Namur (Wepion),Namur (Wépion)		WAL	WNA	92	92094
2783854	Wenduine	wenduine	BE	8420	4003	Europe/Brussels	51.2983	3.08213		Vandjuin,Wenduine,Wenduyne,Вандюин		VLG	VWV	35	35029
2783856	Wemmel	wemmel	BE	1780	14406	Europe/Brussels	50.90812	4.30613		Vemel,Vemmel,Wemmel,wei mei er,wml,Вемел,Веммел,ومل,韦梅尔		VLG	VBR	23	23102
2783862	Wellin	wellin	BE	6920	2937	Europe/Brussels	50.08133	5.11413		Uelen,Vellen,Welin,Wellin,Wellini vald,wei lan,wwln,Веллен,Уелен,وولن,韦兰		WAL	WLX	84	84075
2783864	Wellen	wellen	BE	3830	6804	Europe/Brussels	50.84096	5.33867		Wellen,Wille		VLG	VLI	73	73098
2783868	Welle	welle	BE	9473	4722	Europe/Brussels	50.89876	4.05602		Welle		VLG	VOV	41	41011
2783870	Welkenraedt	welkenraedt	BE	4840	9006	Europe/Brussels	50.6605	5.97034		Velkenradt,Velkenrat,Welkenraedt,Welkenrote,Wellekete,awylkwnryt,wei er ken la te,Велкенрадт,Велкенрат,اوئلکونرئت,韦尔肯拉特		WAL	WLG	63	63084
2783872	Welden	welden	BE	9700	0	Europe/Brussels	50.96667	3.68333				VLG	VOV	44	44012
2783873	Welden	welden	BE	9700	1262	Europe/Brussels	50.87684	3.65453		Welden		VLG	VOV	45	45035
2784090	Wanzele	wanzele	BE	9340	1120	Europe/Brussels	50.97425	3.95642		Wanzele		VLG	VOV	41	41034
2783885	Weillen	weillen	BE	5523	264	Europe/Brussels	50.26081	4.8266		Onhaye (Weillen)		WAL	WNA	91	91103
2783901	Wegnez	wegnez	BE	4860	3393	Europe/Brussels	50.57895	5.81705		Wegnez		WAL	WLG	63	63058
2783908	Weert	weert	BE	2880	470	Europe/Brussels	51.1032	4.19077		Bornem (Weert)		VLG	VAN	12	12007
2783909	Weert	weert	BE	2880	0	Europe/Brussels	51	5.75				VLG	VLI	73	73107
2783910	Weert	weert	BE	2880	0	Europe/Brussels	50.82908	5.53666		Weert		VLG	VLI	73	73006
2783913	Weerde	weerde	BE	1982	2857	Europe/Brussels	50.97345	4.47487		Zemst (Weerde)		VLG	VBR	23	23096
2783915	Weelde	weelde	BE	2381	4854	Europe/Brussels	51.40777	4.99251		Ravels (Weelde)		VLG	VAN	13	13035
2783924	Wechelderzande	wechelderzande	BE	2275	3897	Europe/Brussels	51.26304	4.78652		Lille (Wechelderzande)		VLG	VAN	13	13019
2783926	Webbekom	webbekom	BE	3290	2482	Europe/Brussels	50.9741	5.04032		Diest (Webbekom),Webbecom,Webbecon		VLG	VBR	24	24020
2783928	Ways	ways	BE	1474	1200	Europe/Brussels	50.61108	4.46448		Genappe (Ways)		WAL	WBR	25	25031
2783930	Wayaux	wayaux	BE	6210	383	Europe/Brussels	50.48957	4.47324		Les Bons Villers (Wayaux)		WAL	WHT	52	52075
2783937	Wavreille	wavreille	BE	5580	1026	Europe/Brussels	50.12119	5.24831		Wavreille,Wavrielle		WAL	WNA	91	91114
2783941	Wavre	wavre	BE	1300	32112	Europe/Brussels	50.71717	4.60138		Uavur,Vavr,Vavra,Vavras,Wave,Waver,Wavre,Wavria,Wåve,ZGV,uabeuleu,wa fu er,wavuru,wwr,Βαβρ,Вавр,Уавър,وور,ワーヴル,瓦夫爾,우아브르		WAL	WBR	25	25112
2783946	Wauthier-Braine	wauthier-braine	BE	1440	3651	Europe/Brussels	50.68183	4.29849		Braine-le-Chateau (Wauthier-Braine),Braine-le-Château (Wauthier-Braine),Vauthter-Braine,Wauthier,Woutersbrakel		WAL	WBR	25	25015
2783948	Waulsort	waulsort	BE	5540	457	Europe/Brussels	50.20366	4.86626		Hastiere (Waulsort),Hastière (Waulsort)		WAL	WNA	91	91142
2783952	Waudrez	waudrez	BE	7131	2750	Europe/Brussels	50.4135	4.15051				WAL	WHT	56	56011
2783955	Wattripont	wattripont	BE	7910	316	Europe/Brussels	50.72837	3.54841				WAL	WHT	51	51065
2783961	Watou	watou	BE	8978	1713	Europe/Brussels	50.85864	2.62074		Watou		VLG	VWV	33	33021
2783966	Watervliet	watervliet	BE	9988	1710	Europe/Brussels	51.27494	3.62598		Watervliet		VLG	VOV	43	43014
2783979	Watermael-Boitsfort	watermael-boitsfort	BE	1170	25157	Europe/Brussels	50.80154	4.41436		Brussel (Watermaal-Bosvoorde),Bruxelles (Watermael-Boitsfort),Vatermal - Bosvorde,Vatermal'-Buafor,Watermaal-Boschvoorde,Watermaal-Bosvoorde,Watermael-Boitsfort,Watermael-Boitsfort - Watermaal-Bosvoorde,Watermael-Boitsfort/Watermaal-Bosvoorde,awytrmyl-bwatsfwr,wa te er ma er-bu wa fu er,wateleumalbuapoleu,waterumaru=bowaforu,Ватермал - Босворде,Ватермаль-Буафор,اوئترمئل-بوآتسفور,ワーテルマール＝ボワフォール,瓦特尔马尔-布瓦福尔,와테르말부아포르		BRU	BRU	21	21017
2783985	Waterloo	waterloo	BE	1410	29778	Europe/Brussels	50.71469	4.3991		Vaterlo,Vaterloo,Vatʻerloo,Waterlo,Waterloo,Waterloum,Waterlô,hua tie lu,oyataralu,wateruro,watrlw,wo da lao,woteollu,wwtrlw,Βατερλώ,Ватерло,Ватерлоо,Վաթեռլոո,ווטרלו,واترلو,واٹرلو، بیلجئیم,ওয়াটারলু,ワーテルロー,滑鐵盧,窩打老,워털루		WAL	WBR	25	25110
2783987	Waterland-Oudeman	waterland-oudeman	BE	9988	442	Europe/Brussels	51.28868	3.58987		Waterland-Oudeman		VLG	VOV	43	43014
2784009	Wasseiges	wasseiges	BE	4219	0	Europe/Brussels	50.65	5.48333		Wasseige,Wasseiges		WAL	WLG	62	62118
2784010	Wasseiges	wasseiges	BE	4219	2471	Europe/Brussels	50.62186	5.00528		Wasseiges		WAL	WLG	64	64075
2784014	Wasmuel	wasmuel	BE	7390	3262	Europe/Brussels	50.44493	3.84813				WAL	WHT	53	53065
2784018	Wasmes	wasmes	BE	7340	470	Europe/Brussels	50.55532	3.53691				WAL	WHT	57	57064
2784019	Wasmes	wasmes	BE	7340	11731	Europe/Brussels	50.41464	3.8471				WAL	WHT	53	53082
2784021	Warzée	warzee	BE	4590	626	Europe/Brussels	50.45	5.42619		Warzee,Warzée		WAL	WLG	61	61048
2784024	Warsage	warsage	BE	4608	1755	Europe/Brussels	50.73517	5.7688		Warsage,Weerst		WAL	WLG	62	62027
2784028	Warquignies	warquignies	BE	7340	974	Europe/Brussels	50.40152	3.82238				WAL	WHT	53	53082
2784033	Warneton	warneton	BE	7784	3039	Europe/Brussels	50.75158	2.94635		Waasten		WAL	WHT	54	54010
2784036	Warnant-Dreye	warnant-dreye	BE	4530	898	Europe/Brussels	50.59512	5.2256		Warnant,Warnant-Dreye		WAL	WLG	61	61068
2784038	Warnant	warnant	BE	5537	946	Europe/Brussels	50.32327	4.84274		Anhee (Warnant),Anhée (Warnant)		WAL	WNA	91	91005
2784048	Warisoulx	warisoulx	BE	5080	743	Europe/Brussels	50.53689	4.86703		La Bruyere (Warisoulx),La Bruyère (Warisoulx)		WAL	WNA	92	92141
2784059	Waret-l'Évêque	waret-l-eveque	BE	4217	1055	Europe/Brussels	50.55672	5.06755		Waret-l'Eveque,Waret-l'Évêque		WAL	WLG	61	61028
2784061	Waret-la-Chaussée	waret-la-chaussee	BE	5310	1190	Europe/Brussels	50.54294	4.92445		Eghezee (Waret-la-Chaussee),Éghezée (Waret-la-Chaussée)		WAL	WNA	92	92035
2784066	Waremme	waremme	BE	4300	13737	Europe/Brussels	50.6976	5.25524		Borgworm,Uarem,Varem,Wareme,Waremme,Werm,Wèrm,wa lei mu,wrm,Варем,Уарем,ورم,瓦雷姆		WAL	WLG	64	64074
2784068	Waregem	waregem	BE	8790	35896	Europe/Brussels	50.88898	3.42756		Varegem,Varegemas,Waereghem,Waregem,Waregemi vald,Woaregem,baleheom,wa lei hai mu,warehemu,warkhm,Варегем,وارخم,ワレヘム,瓦勒海姆,바레험		VLG	VWV	34	34040
2784072	Wardin	wardin	BE	6600	2539	Europe/Brussels	49.99213	5.79117		Bastogne (Wardin)		WAL	WLX	82	82003
2784074	Warcoing	warcoing	BE	7740	1124	Europe/Brussels	50.70447	3.3462		Warcoing		WAL	WHT	57	57062
2784077	Warchin	warchin	BE	7548	1458	Europe/Brussels	50.60925	3.424		Warchin		WAL	WHT	57	57081
2784092	Wanze	wanze	BE	4520	12918	Europe/Brussels	50.53907	5.20846		Uanz,Vanz,Wanze,awyanz,wang ci,Ванз,Уанз,اوئانز,旺兹		WAL	WLG	61	61072
2784094	Wansin	wansin	BE	4280	569	Europe/Brussels	50.67846	5.01912		Hannut (Wansin)		WAL	WLG	64	64034
2784098	Wannegem-Lede	wannegem-lede	BE	9772	727	Europe/Brussels	50.89037	3.55139		Wannegem-Lede		VLG	VOV	45	45068
2784100	Wannebecq	wannebecq	BE	7861	457	Europe/Brussels	50.69352	3.7993				WAL	WHT	55	55023
2784102	Wanne	wanne	BE	4980	739	Europe/Brussels	50.355	5.92083		Wanne		WAL	WLG	63	63086
2784105	Wanlin	wanlin	BE	5564	574	Europe/Brussels	50.15991	5.06204		Houyet (Wanlin)		WAL	WNA	91	91072
2784107	Wangenies	wangenies	BE	6220	1169	Europe/Brussels	50.48023	4.52019		Fleurus (Wangenies)		WAL	WHT	52	52021
2784109	Wange	wange	BE	3400	277	Europe/Brussels	50.78637	5.0314		Wange,Wanghe		VLG	VBR	24	24059
2784111	Wanfercée-Baulet	wanfercee-baulet	BE	6224	7246	Europe/Brussels	50.47291	4.58748		Fleurus (Wanfercee-Baulet),Fleurus (Wanfercée-Baulet)		WAL	WHT	52	52021
2784114	Wandre	wandre	BE	4020	6076	Europe/Brussels	50.66774	5.65959		Liege (Wandre),Liège (Wandre)		WAL	WLG	62	62063
2784121	Wancennes	wancennes	BE	5570	117	Europe/Brussels	50.09137	4.96131		Wancennes		WAL	WNA	91	91013
2784129	Wambeek	wambeek	BE	1741	0	Europe/Brussels	50.91992	4.50517				WAL	WHT		
2784130	Wambeek	wambeek	BE	1741	2664	Europe/Brussels	50.85281	4.16169		Wambeek,Wambeke		VLG	VBR	23	23086
2784135	Waltwilder	waltwilder	BE	3740	1244	Europe/Brussels	50.86641	5.54425		Waltwilder		VLG	VLI	73	73006
2784141	Walsbets	walsbets	BE	3401	3609	Europe/Brussels	50.73762	5.08409		Walsbets,Walsbetz		VLG	VBR	24	24059
2784165	Walhorn	walhorn	BE	4711	1763	Europe/Brussels	50.67496	6.04608		Walhorn		WAL	WLG	63	63048
2784168	Walhain-Saint-Paul	walhain-saint-paul	BE	1457	5992	Europe/Brussels	50.62627	4.69837		Walhain (Walhain-Saint-Paul)		WAL	WBR	25	25124
2784180	Walem	walem	BE	2800	1988	Europe/Brussels	51.06705	4.45842		Waelhem,Walem		VLG	VAN	12	12025
2784181	Walem	walem	BE	2800	0	Europe/Brussels	50.86736	3.52112		Waalem,Walem		VLG	VOV	45	45061
2784189	Walcourt	walcourt	BE	5650	17501	Europe/Brussels	50.25401	4.43796		Val'kur,Valkur,Walcou,Walcourt,Walcoû,wa er ku er,wlkwr,Валкур,Валькур,ولکور,瓦尔库尔		WAL	WNA	93	93088
2784195	Wakken	wakken	BE	8720	3165	Europe/Brussels	50.93304	3.39743		Wacken,Wakken		VLG	VWV	37	37002
2784199	Waimes	waimes	BE	4950	6661	Europe/Brussels	50.41488	6.11207		Waimes,Weismes		WAL	WLG	63	63080
2784202	Waillet	waillet	BE	5377	201	Europe/Brussels	50.26059	5.30516		Waillet		WAL	WNA	91	91120
2784211	Waha	waha	BE	6900	4923	Europe/Brussels	50.20915	5.34174		Waha		WAL	WLX	83	83034
2784213	Wagnelée	wagnelee	BE	6223	924	Europe/Brussels	50.5233	4.53332		Fleurus (Wagnelee),Fleurus (Wagnelée)		WAL	WHT	52	52021
2784223	Wadelincourt	wadelincourt	BE	7971	347	Europe/Brussels	50.53765	3.64866				WAL	WHT	51	51008
2784227	Wachtebeke	wachtebeke	BE	9185	6911	Europe/Brussels	51.16852	3.87183		Wachtebeke		VLG	VOV	44	44073
2784231	Waasmunster	waasmunster	BE	9250	10460	Europe/Brussels	51.10572	4.08573		Waasmunster,Waesmunster		VLG	VOV	42	42023
2784233	Waasmont	waasmont	BE	3401	932	Europe/Brussels	50.72833	5.06327		Waasmont,Wamont		VLG	VBR	24	24059
2784237	Waarschoot	waarschoot	BE	9950	7762	Europe/Brussels	51.1525	3.605		Waarschoot,Waerschoot		VLG	VOV	44	44085
2784239	Waarmaarde	waarmaarde	BE	8581	712	Europe/Brussels	50.78997	3.4866		Waarmaarde,Waermaerde		VLG	VWV	34	34003
2784242	Waarloos	waarloos	BE	2550	1808	Europe/Brussels	51.10597	4.45482		Waarloos,Waerloos		VLG	VAN	11	11024
2784246	Waardamme	waardamme	BE	8020	2103	Europe/Brussels	51.11136	3.22288		Waardamme,Waerdamme		VLG	VWV	31	31022
2784251	Waarbeke	waarbeke	BE	9506	292	Europe/Brussels	50.77757	3.96797		Waarbeke,Waerbeke		VLG	VOV	41	41018
2784256	Waanrode	waanrode	BE	3473	1919	Europe/Brussels	50.91624	5.00479		Kortenaken (Waanrode),Waenrode		VLG	VBR	24	24054
2784265	Vyle-et-Tharoul	vyle-et-tharoul	BE	4570	511	Europe/Brussels	50.44525	5.26246		Vyle-et-Tharoul		WAL	WLG	61	61039
2784269	Vurste	vurste	BE	9890	1031	Europe/Brussels	50.94321	3.68307		Vurste		VLG	VOV	44	44020
2784280	Vucht	vucht	BE	3630	3410	Europe/Brussels	50.97832	5.711		Maasmechelen (Vucht)		VLG	VLI	73	73107
2784294	Vroenhoven	vroenhoven	BE	3770	1584	Europe/Brussels	50.82614	5.63995		Vroenhoven		VLG	VLI	73	73066
2784311	Vresse-sur-Semois	vresse-sur-semois	BE	5550	157	Europe/Brussels	49.87285	4.93063		Vres sjur S'omoa,Vres-sjur-Semua,Vresse,se mu wa he pan fu lei si,wrs-swr-swmwa,Врес сюр Сьомоа,Врес-сюр-Семуа,ورس-سور-سوموآ,瑟穆瓦河畔夫雷斯		WAL	WNA	91	91143
2784313	Vreren	vreren	BE	3700	2143	Europe/Brussels	50.75168	5.49588		Freeren,Vreeren,Vreren		VLG	VLI	73	73083
2784317	Vremde	vremde	BE	2531	2592	Europe/Brussels	51.17535	4.52321		Vremde		VLG	VAN	11	11004
2784328	Vrasene	vrasene	BE	9120	4097	Europe/Brussels	51.22098	4.19094		Vracene,Vrasene		VLG	VOV	46	46003
2784333	Vottem	vottem	BE	4041	7478	Europe/Brussels	50.67155	5.57693		Herstal (Vottem)		WAL	WLG	62	62051
2784345	Vossem	vossem	BE	3080	3782	Europe/Brussels	50.8363	4.56036		Tervuren (Vossem)		VLG	VBR	24	24104
2784347	Vosselare	vosselare	BE	9850	1426	Europe/Brussels	51.02888	3.55664		Vosselaere,Vosselare		VLG	VOV	44	44083
2784349	Vosselaar	vosselaar	BE	2350	10317	Europe/Brussels	51.30856	4.8896		Vosselaar,Vosselaer		VLG	VAN	13	13046
2784364	Vorst	vorst	BE	2430	6824	Europe/Brussels	51.08029	5.01998		Laakdal (Vorst)		VLG	VAN	13	13053
2784368	Vorsen	vorsen	BE	3890	216	Europe/Brussels	50.70378	5.17077		Fresin,Vorsen		VLG	VLI	71	71017
2784370	Vorselaar	vorselaar	BE	2290	3622	Europe/Brussels	51.20243	4.77259		Vorselaar,Vorsselaer		VLG	VAN	13	13044
2784373	Voroux-lez-Liers	voroux-lez-liers	BE	4451	1084	Europe/Brussels	50.68745	5.5544		Voroux,Voroux-les-Liers,Voroux-lez-Liers		WAL	WLG	62	62060
2784375	Voroux-Goreux	voroux-goreux	BE	4347	917	Europe/Brussels	50.65473	5.42919		Voroux-Goreux		WAL	WLG	64	64025
2784383	Voort	voort	BE	3840	0	Europe/Brussels	51.46165	4.7951				VLG	VAN	13	13014
2784384	Voort	voort	BE	3840	0	Europe/Brussels	51.03521	5.33313		Voordt,Voort		VLG	VLI	71	71070
2784385	Voort	voort	BE	3840	0	Europe/Brussels	51.0191	4.95955				WAL	WHT		
2784386	Voort	voort	BE	3840	0	Europe/Brussels	50.93777	4.56413		De Voort,Voort		WAL	WHT		
2784387	Voort	voort	BE	3840	193	Europe/Brussels	50.79484	5.31983		Borgloon (Voort),Voordt		VLG	VLI	73	73009
2784394	Voormezele	voormezele	BE	8902	885	Europe/Brussels	50.81681	2.87616		Voormezeele,Voormezele		VLG	VWV	33	33011
2784405	Voorde	voorde	BE	9400	0	Europe/Brussels	51.05	3.91667				VLG	VOV	42	42010
2784406	Voorde	voorde	BE	9400	0	Europe/Brussels	51.00939	3.84714				VLG	VOV	42	42025
2784407	Voorde	voorde	BE	9400	0	Europe/Brussels	50.91667	3.63333				VLG	VOV	45	45068
2784408	Voorde	voorde	BE	9400	1342	Europe/Brussels	50.82306	3.94928		Voorde		VLG	VOV	41	41048
2784411	Vonêche	voneche	BE	5570	278	Europe/Brussels	50.06135	4.97955		Beauraing (Voneche),Beauraing (Vonêche)		WAL	WNA	91	91013
2784420	Vollezele	vollezele	BE	1570	1961	Europe/Brussels	50.76121	4.02435		Vollezeel,Vollezele		VLG	VBR	23	23023
2784423	Volkegem	volkegem	BE	9700	0	Europe/Brussels	50.84106	3.64024		Volkegem		VLG	VOV	45	45035
2784427	Vogenée	vogenee	BE	5650	130	Europe/Brussels	50.23993	4.44916		Walcourt (Vogenee),Walcourt (Vogenée)		WAL	WNA	93	93088
2784453	Vodelée	vodelee	BE	5680	265	Europe/Brussels	50.17021	4.73273		Vodelee,Vodelée		WAL	WNA	93	93018
2784455	Vodecée	vodecee	BE	5600	158	Europe/Brussels	50.19716	4.59103		Vodecee,Vodecée		WAL	WNA	93	93056
2784463	Vlissegem	vlissegem	BE	8421	2112	Europe/Brussels	51.25531	3.05604		Vlissegem,Vlisseghem		VLG	VWV	35	35029
2784465	Vlimmeren	vlimmeren	BE	2340	3066	Europe/Brussels	51.2952	4.78128		Beerse (Vlimmeren)		VLG	VAN	13	13004
2784467	Vlijtingen	vlijtingen	BE	3770	2650	Europe/Brussels	50.83202	5.58432		Riemst (Vlijtingen),Vlytingen		VLG	VLI	73	73066
2784474	Vlierzele	vlierzele	BE	9520	2159	Europe/Brussels	50.93171	3.8959		Vlierzele		VLG	VOV	41	41063
2784476	Vliermaalroot	vliermaalroot	BE	3721	1321	Europe/Brussels	50.86512	5.42622		Vliermaalroot,Vliermaelroodt		VLG	VLI	73	73040
2784478	Vliermaal	vliermaal	BE	3724	1961	Europe/Brussels	50.84069	5.42862		Kortessem (Vliermaal),Vliermael		VLG	VLI	73	73040
2784487	Vlezenbeek	vlezenbeek	BE	1602	3377	Europe/Brussels	50.80778	4.23197		Sint-Pieters-Leeuw (Vlezenbeek),Vlesenbeek		VLG	VBR	23	23077
2784493	Vlekkem	vlekkem	BE	9420	270	Europe/Brussels	50.93589	3.93063		Vleckem,Vlekkem		VLG	VOV	41	41082
2784504	Vlamertinge	vlamertinge	BE	8908	3619	Europe/Brussels	50.85485	2.82024		Vlamertinge,Vlamertinghe		VLG	VWV	33	33011
2784508	Vladslo	vladslo	BE	8600	1205	Europe/Brussels	51.04644	2.91601		Vladslo,Vladsloo		VLG	VWV	32	32003
2784513	Vivy	vivy	BE	6833	348	Europe/Brussels	49.86721	5.038		Vivy		WAL	WLX	84	84010
2784529	Vivegnis	vivegnis	BE	4683	4369	Europe/Brussels	50.69243	5.64757		Oupeye (Vivegnis)		WAL	WLG	62	62079
2784534	Vitrival	vitrival	BE	5070	1624	Europe/Brussels	50.39282	4.65769		Fosses-la-Ville (Vitrival)		WAL	WNA	92	92048
2784544	Vissenaken	vissenaken	BE	3300	1414	Europe/Brussels	50.83846	4.90489		Vissenaeken,Vissenaken		VLG	VBR	24	24107
2784548	Visé	vise	BE	4600	17054	Europe/Brussels	50.7376	5.69907		Vise,Visé,Wezet		WAL	WLG	62	62108
2784555	Virton	virton	BE	6760	11259	Europe/Brussels	49.56824	5.53259		Vierton,Virton,Wirten,bileutong,vu~iruton,wei er tong,wyrtn,Виртон,Վիրտոն,ویرتن,ヴィルトン,维尔通,비르통	85	WAL	WLX	85	85045
2784558	Virginal-Samme	virginal-samme	BE	1460	2763	Europe/Brussels	50.64037	4.20579		Ittre (Virginal-Samme)		WAL	WBR	25	25044
2784562	Virelles	virelles	BE	6461	756	Europe/Brussels	50.06386	4.33505		Chimay (Virelles)		WAL	WHT	56	56016
2784588	Vinkt	vinkt	BE	9800	1434	Europe/Brussels	51.00864	3.47878		Vinkt,Vynckt		VLG	VOV	44	44083
2784594	Vinkem	vinkem	BE	8630	0	Europe/Brussels	51.01574	2.66164		Vinckem,Vinkem		VLG	VWV	38	38025
2784597	Vinderhoute	vinderhoute	BE	9921	1182	Europe/Brussels	51.08764	3.64158		Vinderhaute,Vinderhoute,Vindorbaute		VLG	VOV	44	44085
2784602	Vinalmont	vinalmont	BE	4520	1416	Europe/Brussels	50.56329	5.23155		Wanze (Vinalmont)		WAL	WLG	61	61072
2784604	Vilvoorde	vilvoorde	BE	1800	36955	Europe/Brussels	50.92814	4.42938		Vilvoorde,Vilvorde,Vilvordė,fei er fu er de,wylwwrd,Вилворде,Вілворде,ویلوورد,菲尔福尔德		VLG	VBR	23	23088
2784608	Ville-sur-Haine	ville-sur-haine	BE	7070	1888	Europe/Brussels	50.47657	4.06425				WAL	WHT	55	55035
2784611	Villers-sur-Semois	villers-sur-semois	BE	6740	423	Europe/Brussels	49.69806	5.56003		Etalle (Villers-sur-Semois),Étalle (Villers-sur-Semois)		WAL	WLX	85	85009
2784613	Villers-sur-Lesse	villers-sur-lesse	BE	5580	495	Europe/Brussels	50.15277	5.1129		Villers-sur-Lesse		WAL	WNA	91	91114
2784615	Villers-Saint-Siméon	villers-saint-simeon	BE	4453	563	Europe/Brussels	50.71124	5.53891		Juprelle (Villers-Saint-Simeon),Juprelle (Villers-Saint-Siméon)		WAL	WLG	62	62060
2784617	Villers-Saint-Ghislain	villers-saint-ghislain	BE	7031	660	Europe/Brussels	50.43028	4.03988				WAL	WHT	53	53053
2784619	Villers-Sainte-Gertrude	villers-sainte-gertrude	BE	6941	222	Europe/Brussels	50.36077	5.5799		Villers-Sainte-Gertrude		WAL	WLX	83	83012
2784621	Villers-Saint-Amand	villers-saint-amand	BE	7812	614	Europe/Brussels	50.62251	3.73149				WAL	WHT	51	51004
2784623	Villers-Poterie	villers-poterie	BE	6280	1283	Europe/Brussels	50.35379	4.54885		Gerpinnes (Villers-Poterie)		WAL	WHT	52	52025
2784625	Villers-Perwin	villers-perwin	BE	6210	1347	Europe/Brussels	50.52783	4.47968		Les Bons Villers (Villers-Perwin)		WAL	WHT	52	52075
2784627	Villers-Notre-Dame	villers-notre-dame	BE	7812	188	Europe/Brussels	50.61854	3.73587				WAL	WHT	51	51004
2784629	Villers-lez-Heest	villers-lez-heest	BE	5080	436	Europe/Brussels	50.53023	4.84557		La Bruyere (Villers-lez-Heest),La Bruyère (Villers-lez-Heest)		WAL	WNA	92	92141
2784631	Villers-l'Évêque	villers-l-eveque	BE	4340	1861	Europe/Brussels	50.70454	5.4396		Villers-l'Eveque,Villers-l'Évêque		WAL	WLG	62	62006
2784633	Villers-le-Temple	villers-le-temple	BE	4550	1431	Europe/Brussels	50.5086	5.37077		Nandrin (Villers-le-Temple)		WAL	WLG	61	61043
2784635	Villers-le-Peuplier	villers-le-peuplier	BE	4280	795	Europe/Brussels	50.65673	5.09415		Villers-le-Peuplier		WAL	WLG	64	64034
2784637	Villers-le-Gambon	villers-le-gambon	BE	5600	661	Europe/Brussels	50.19048	4.60704		Villers-le-Gambon		WAL	WNA	93	93056
2784639	Villers-le-Bouillet	villers-le-bouillet	BE	4530	6059	Europe/Brussels	50.57708	5.25945		Vijers l'o Buje,Viller-le-Buje,Villers-le-Bouillet,wei lai er si lei bu ye,wyh-lw-bwyh,Вийерс льо Буйе,Виллер-ле-Буйе,ویه-لو-بویه,维莱尔斯勒布耶		WAL	WLG	61	61068
2784641	Villers-la-Ville	villers-la-ville	BE	1495	9592	Europe/Brussels	50.57953	4.53398		Villers-la-Ville		WAL	WBR	25	25107
2784644	Villers-la-Tour	villers-la-tour	BE	6460	523	Europe/Brussels	50.03636	4.26132		Chimay (Villers-la-Tour)		WAL	WHT	56	56016
2784646	Villers-la-Loue	villers-la-loue	BE	6769	494	Europe/Brussels	49.5741	5.48151		Villers-la-Loue		WAL	WLX	85	85024
2784648	Villers-la-Bonne-Eau	villers-la-bonne-eau	BE	6600	477	Europe/Brussels	49.9352	5.74628		Bastogne (Villers-la-Bonne-Eau)		WAL	WLX	82	82003
2784650	Villers-en-Fagne	villers-en-fagne	BE	5600	232	Europe/Brussels	50.14605	4.58414		Villers-en-Fagne		WAL	WNA	93	93056
2784652	Villers-devant-Orval	villers-devant-orval	BE	6823	551	Europe/Brussels	49.61948	5.33048		Villers-devant-Orval		WAL	WLX	85	85011
2784654	Villers-Deux-Églises	villers-deux-eglises	BE	5630	409	Europe/Brussels	50.18987	4.48105		Villers-Deux-Eglises,Villers-Deux-Églises		WAL	WNA	93	93010
2784656	Villers-aux-Tours	villers-aux-tours	BE	4161	807	Europe/Brussels	50.49825	5.51625		Anthisnes (Villers-aux-Tours)		WAL	WLG	61	61079
2784666	Villerot	villerot	BE	7334	729	Europe/Brussels	50.48629	3.79054				WAL	WHT	53	53070
2784669	Ville-Pommeroeul	ville-pommeroeul	BE	7322	0	Europe/Brussels	50.47149	3.73063				WAL	WHT	51	51009
2784673	Ville-en-Hesbaye	ville-en-hesbaye	BE	4260	741	Europe/Brussels	50.61745	5.11662		Braives (Ville-en-Hesbaye)		WAL	WLG	64	64015
2784683	Villance	villance	BE	6890	691	Europe/Brussels	49.9717	5.22136		Villance		WAL	WLX	84	84035
2784724	Vieux-Waleffe	vieux-waleffe	BE	4530	253	Europe/Brussels	50.61592	5.19816		Villers-le-Bouillet (Vieux-Waleffe)		WAL	WLG	61	61068
2784727	Vieuxville	vieuxville	BE	4190	376	Europe/Brussels	50.39484	5.54938		Vieuxville		WAL	WLG	61	61019
2784737	Vieux-Genappe	vieux-genappe	BE	1472	2048	Europe/Brussels	50.60846	4.44097		Genappe (Vieux-Genappe)		WAL	WBR	25	25031
2784742	Viesville	viesville	BE	6230	2307	Europe/Brussels	50.49088	4.40852		Pont-a-Celles (Viesville),Pont-à-Celles (Viesville)		WAL	WHT	52	52055
2784748	Vierves-sur-Viroin	vierves-sur-viroin	BE	5670	505	Europe/Brussels	50.0811	4.63443		Viroinval (Vierves-sur-Viroin)		WAL	WNA	93	93090
2784756	Vierset-Barse	vierset-barse	BE	4577	1434	Europe/Brussels	50.48373	5.29816		Modave (Vierset-Barse)		WAL	WLG	61	61041
2784760	Viersel	viersel	BE	2240	1289	Europe/Brussels	51.18769	4.64918		Viersel		VLG	VAN	11	11054
2784773	Viemme	viemme	BE	4317	900	Europe/Brussels	50.64707	5.27215		Faimes (Viemme)		WAL	WLG	64	64076
2784775	Vielsalm	vielsalm	BE	6690	7291	Europe/Brussels	50.28407	5.91502		Li Viye Sam,Li Viye Såm,V'el'sal'm,Vielsalm,wei er sa mu,wylslm,Виелсалм,Вьельсальм,ویلسلم,维尔萨姆		WAL	WLX	82	82032
2784786	Vichte	vichte	BE	8570	4721	Europe/Brussels	50.83868	3.40129		Vichte		VLG	VWV	34	34002
2784790	Viane	viane	BE	9500	1892	Europe/Brussels	50.74232	3.92478		Viane		VLG	VOV	41	41018
2784793	Vezon	vezon	BE	7538	1360	Europe/Brussels	50.56917	3.50469		Vezon		WAL	WHT	57	57081
2784795	Vezin	vezin	BE	5300	2342	Europe/Brussels	50.49623	5.00899		Andenne (Vezin)		WAL	WNA	92	92003
2784804	Veurne	veurne	BE	8630	11983	Europe/Brussels	51.07316	2.66803		Furna,Furnes,V'orne,Veurn,Veurne,fu er nei,wrn,Вьорне,ورن,弗尔内	38	VLG	VWV	38	38025
2784807	Veulen	veulen	BE	3870	434	Europe/Brussels	50.76382	5.30565		Fologne,Veulen		VLG	VLI	73	73022
2784813	Vesqueville	vesqueville	BE	6870	509	Europe/Brussels	50.00573	5.39682				WAL	WLX	84	84059
2784821	Verviers	verviers	BE	4800	52824	Europe/Brussels	50.58907	5.86241		Verv'e,Verve,Vervi,Vervia,Vervie,Verviers,Vervje,Vervjė,Vervî,beleubie,vervie,vu~eruvu~ie,wei er wei ye,wrwyh,Вервие,Вервье,Вервє,Вервје,ورویه,ვერვიე,ヴェルヴィエ,韦尔维耶,베르비에		WAL	WLG	63	63079
2784823	Vertrijk	vertrijk	BE	3370	2059	Europe/Brussels	50.82925	4.8345		Boutersem (Vertrijk),Vertryck		VLG	VBR	24	24016
2784839	Verrebroek	verrebroek	BE	9130	2013	Europe/Brussels	51.25537	4.18882		Verrebroek		VLG	VOV	46	46003
2784854	Verlée	verlee	BE	5370	184	Europe/Brussels	50.36802	5.27893		Havelange (Verlee),Havelange (Verlée)		WAL	WNA	91	91064
2784856	Verlaine	verlaine	BE	4537	3600	Europe/Brussels	50.60743	5.3174		Verlaine		WAL	WLG	61	61063
2784857	Verlaine	verlaine	BE	4537	0	Europe/Brussels	50.39976	5.51222				WAL	WLX	83	83012
2784858	Verlaine	verlaine	BE	4537	0	Europe/Brussels	49.88232	5.40507				WAL	WLX	84	84043
2784866	Vergnies	vergnies	BE	6440	517	Europe/Brussels	50.19924	4.30325		Froidchapelle (Vergnies)		WAL	WHT	56	56029
2784900	Vencimont	vencimont	BE	5575	500	Europe/Brussels	50.03225	4.92012		Vencimont		WAL	WNA	91	91054
2784903	Velzeke-Ruddershove	velzeke-ruddershove	BE	9620	3359	Europe/Brussels	50.88288	3.78292	41	Ruddershove,Velsique-Ruddershove,Velzeke		VLG	VOV	41	41081
2784907	Veltem-Beisem	veltem-beisem	BE	3020	4698	Europe/Brussels	50.90807	4.61906		Herent (Veltem-Beisem),Velthem-Beyssem		VLG	VBR	24	24038
2784909	Velroux	velroux	BE	4460	271	Europe/Brussels	50.64438	5.4255		Velroux		WAL	WLG	62	62118
2784913	Velm	velm	BE	3806	0	Europe/Brussels	50.92442	4.23364				VLG	VBR	23	23002
2784914	Velm	velm	BE	3806	2580	Europe/Brussels	50.7787	5.13096		Sint-Truiden (Velm)		VLG	VLI	71	71053
2784917	Vellereille-le-Sec	vellereille-le-sec	BE	7120	193	Europe/Brussels	50.40091	4.0579				WAL	WHT	56	56085
2784919	Vellereille-les-Brayeux	vellereille-les-brayeux	BE	7120	1090	Europe/Brussels	50.37952	4.15112				WAL	WHT	56	56085
2784924	Veldwezelt	veldwezelt	BE	3620	3859	Europe/Brussels	50.86805	5.63101		Lanaken (Veldwezelt)		VLG	VLI	73	73042
2784957	Veldegem	veldegem	BE	8210	5189	Europe/Brussels	51.1048	3.1591		Veldegem,Veldeghem		VLG	VWV	31	31040
2784967	Velaines	velaines	BE	7760	1147	Europe/Brussels	50.66801	3.4866				WAL	WHT	57	57018
2784980	Veerle	veerle	BE	2431	5748	Europe/Brussels	51.06989	4.98761		Laakdal (Veerle),Veerle		VLG	VAN	13	13053
2784986	Vedrin	vedrin	BE	5020	7308	Europe/Brussels	50.50273	4.87604		Namur (Vedrin)		WAL	WNA	92	92094
2784992	Vechmaal	vechmaal	BE	3870	613	Europe/Brussels	50.76171	5.37455		Heers (Vechmaal),Vechmael		VLG	VLI	73	73022
2784994	Vaux-sur-Sûre	vaux-sur-sure	BE	6640	4581	Europe/Brussels	49.911	5.57848		Li Va-so-Seure,Li Vå-so-Seure,Vaux-sur-Sure,Vaux-sur-Sûre,Vo sjur Sjur,Vo-sjur-Sjur,ww-swr-swr,xu er he pan wo,Во сюр Сюр,Во-сюр-Сюр,وو-سور-سور,叙尔河畔沃		WAL	WLX	82	82036
2784996	Vaux-sous-Chèvremont	vaux-sous-chevremont	BE	4051	6503	Europe/Brussels	50.60302	5.6335		Chaudfontaine (Vaux-sous-Chevremont),Chaudfontaine (Vaux-sous-Chèvremont)		WAL	WLG	62	62022
2784998	Vaux-lez-Rosières	vaux-lez-rosieres	BE	6640	801	Europe/Brussels	49.91299	5.56784		Vaux-sur-Sure (Vaux-lez-Rosieres),Vaux-sur-Sûre (Vaux-lez-Rosières)		WAL	WLX	82	82036
2785001	Vaux-et-Borset	vaux-et-borset	BE	4530	1028	Europe/Brussels	50.61385	5.23438		Villers-le-Bouillet (Vaux-et-Borset)		WAL	WLG	61	61068
2785003	Vaux-Chavanne	vaux-chavanne	BE	6960	619	Europe/Brussels	50.30464	5.69245		Vaux-Chavanne		WAL	WLX	83	83055
2785014	Vaulx-lez-Chimay	vaulx-lez-chimay	BE	6462	166	Europe/Brussels	50.06166	4.36509		Vaulx		WAL	WHT	56	56016
2785019	Vaucelles	vaucelles	BE	5680	160	Europe/Brussels	50.11348	4.7433		Doische (Vaucelles)		WAL	WNA	93	93018
2785021	Varsenare	varsenare	BE	8490	5081	Europe/Brussels	51.18981	3.13916		Varsenare,Varssenaere		VLG	VWV	31	31012
2785032	Varendonk	varendonk	BE	2431	218	Europe/Brussels	51.08412	4.9514		Laakdal (Varendonk),Vaerendonck		VLG	VAN	13	13053
2785047	Vance	vance	BE	6741	1177	Europe/Brussels	49.67163	5.66571		Etalle (Vance),Vance,Étalle (Vance)		WAL	WLX	85	85009
2785052	Val-Meer	val-meer	BE	3770	1776	Europe/Brussels	50.78715	5.59557		Fall,Fall-et-Mheer,Val,Val-Meer		VLG	VLI	73	73066
2785088	Vaalbeek	vaalbeek	BE	3054	419	Europe/Brussels	50.82622	4.68979		Oud-Heverlee (Vaalbeek),Vaelbeek		VLG	VBR	24	24086
2785094	Ursel	ursel	BE	9910	2790	Europe/Brussels	51.12895	3.48655		Ursel		VLG	VOV	44	44084
2785096	Upigny	upigny	BE	5310	263	Europe/Brussels	50.57174	4.87235		Eghezee (Upigny),Éghezée (Upigny)		WAL	WNA	92	92035
2785101	Ulbeek	ulbeek	BE	3832	880	Europe/Brussels	50.84367	5.30502		Wellen (Ulbeek)		VLG	VLI	73	73098
2785103	Uitkerke	uitkerke	BE	8370	7863	Europe/Brussels	51.30684	3.13712		Uitkerke,Uytkerke		VLG	VWV	31	31004
2785106	Uitbergen	uitbergen	BE	9290	2018	Europe/Brussels	51.02152	3.95505		Uitbergen,Uytbergen		VLG	VOV	42	42003
2785118	Uikhoven	uikhoven	BE	3631	1197	Europe/Brussels	50.92386	5.71921		Uikhoven,Uykhoven		VLG	VLI	73	73107
2785121	Ucimont	ucimont	BE	6833	283	Europe/Brussels	49.83083	5.05443		Ucimont		WAL	WLX	84	84010
2785123	Uccle	uccle	BE	1180	82929	Europe/Brussels	50.80225	4.33943		Brussel (Ukkel),Bruxelles (Uccle),Jukel,Uccla,Uccle,Uccle-Ukkel,Uccle/Ukkel,Ukel,Ukkel,awkl,ikuru,wikeul,xu kl,yu ke lei,Укел,Уккел,Юкел,اوکل,อุกล์,イクル,于克勒,위클		BRU	BRU	21	21016
2785141	Turnhout	turnhout	BE	2300	44000	Europe/Brussels	51.32254	4.94471		T'ornkhaut,Tjurnkhaut,Turnaut,Turnholtum,Turnhout,Turnkhout,di lun hao te,to~urunhauto,twileunhauteu,twrnhawt,twrnw,Турнаут,Турнхоут,Тьорнхаут,Тюрнхаут,تورنهاوت,تورنو,トゥルンハウト,蒂伦豪特,튀른하우트	13	VLG	VAN	13	13040
2785169	Tubize	tubize	BE	1480	18000	Europe/Brussels	50.69059	4.2009		Tiubizas,Tjubiz,Tubeke,Tubize,di bi ci,twbyz,twibijeu,Тюбиз,توبيز,توبیز,蒂比兹,튀비즈	25105	WAL	WBR	25	25105
2785208	Trooz	trooz	BE	4870	7559	Europe/Brussels	50.57026	5.69521		Li Tro,Li Trô,Troo,Trooz,Troz,te luo,trwz,Троз,Троо,تروز,特羅		WAL	WLG	62	62122
2785223	Trois-Ponts	trois-ponts	BE	4980	2533	Europe/Brussels	50.37128	5.87146		Troa Pon,Trois Ponts,Trua-Pon,te lu wa peng,trwa-pwn,Троа Пон,Труа-Пон,تروآ-پون,特鲁瓦蓬		WAL	WLG	63	63086
2785227	Trognée	trognee	BE	4280	368	Europe/Brussels	50.68691	5.1242		Trognee,Trognée,Truielingen		WAL	WLG	64	64034
2785232	Trivières	trivieres	BE	7100	3960	Europe/Brussels	50.44827	4.14511				WAL	WHT	55	55022
2785293	Tremelo	tremelo	BE	3120	13721	Europe/Brussels	50.99231	4.70807		Tremelo,Tremeloo		VLG	VBR	24	24109
2785296	Trembleur	trembleur	BE	4670	3465	Europe/Brussels	50.69544	5.72604		Trembleur		WAL	WLG	62	62119
2785301	Treignes	treignes	BE	5670	599	Europe/Brussels	50.09237	4.67026		Viroinval (Treignes)		WAL	WNA	93	93090
2785305	Trazegnies	trazegnies	BE	6183	6798	Europe/Brussels	50.46379	4.3329		Courcelles (Trazegnies)		WAL	WHT	52	52015
2785315	Transinne	transinne	BE	6890	471	Europe/Brussels	49.99965	5.20301		Transinne		WAL	WLX	84	84035
2785330	Tourpes	tourpes	BE	7904	921	Europe/Brussels	50.57332	3.65089				WAL	WHT	57	57094
2785336	Tournay	tournay	BE	6840	0	Europe/Brussels	50.7	5.65				WAL	WLG	62	62079
2785337	Tournay	tournay	BE	6840	894	Europe/Brussels	49.85463	5.39829		Tournay		WAL	WLX	84	84043
2785341	Tournai	tournai	BE	7500	67721	Europe/Brussels	50.60715	3.38932		Doornik,Doornyk,Tornai,Tournai,Tournay,Turnacum,Turne,Turnė,ZGQ,to~urune,tu er nai,tuleune,twrnay,twrnh,Τουρναί,Турне,טורנה,تورناي,تورنه,ตูร์แน,トゥルネー,图尔奈,투르네	57	WAL	WHT	57	57081
2785344	Tourinnes-Saint-Lambert	tourinnes-saint-lambert	BE	1457	2117	Europe/Brussels	50.64021	4.72361		Walhain (Tourinnes-Saint-Lambert)		WAL	WBR	25	25124
2785346	Tourinnes-la-Grosse	tourinnes-la-grosse	BE	1320	1400	Europe/Brussels	50.78299	4.74438		Beauvechain (Tourinnes-la-Grosse)		WAL	WBR	25	25005
2785348	Tourinne	tourinne	BE	4263	310	Europe/Brussels	50.63887	5.17521		Braives (Tourinne),Tourinne		WAL	WLG	64	64015
2785364	Torhout	torhout	BE	8820	18933	Europe/Brussels	51.0656	3.10085		Thourout,Toeroet,Torhout,Torkhaut,Torkhout,Turholt,trw,tuo er hao te,Торхаут,Торхоут,ترو,托尔豪特		VLG	VWV	31	31033
2785366	Torgny	torgny	BE	6767	240	Europe/Brussels	49.50756	5.47394		Torgny		WAL	WLX	85	85047
2785374	Tontelange	tontelange	BE	6717	966	Europe/Brussels	49.72653	5.81118		Tontelange		WAL	WLX	81	81003
2785377	Tongrinne	tongrinne	BE	5140	1795	Europe/Brussels	50.51561	4.6243		Sombreffe (Tongrinne)		WAL	WNA	92	92114
2785379	Tongre-Saint-Martin	tongre-saint-martin	BE	7950	190	Europe/Brussels	50.5864	3.79028		Tongres-Saint-Martin		WAL	WHT	51	51014
2785381	Tongre-Notre-Dame	tongre-notre-dame	BE	7951	618	Europe/Brussels	50.58204	3.77621		Tongres-Notre-Dame		WAL	WHT	51	51014
2785384	Tongerlo	tongerlo	BE	2260	1249	Europe/Brussels	51.12756	5.6609		Tongerlo,Tongerloo		VLG	VLI	72	72004
2785385	Tongerlo	tongerlo	BE	2260	7404	Europe/Brussels	51.10622	4.91638		Tongerlo,Westerlo (Tongerlo)		VLG	VAN	13	13049
2785389	Tongeren	tongeren	BE	3700	29816	Europe/Brussels	50.78054	5.46484		Atuatuca Tungrorum,Tongere,Tongerehn,Tongeren,Tongerenas,Tongres,Toungern,Tungro,Tóngere,tnzhran,tong e lun,tong-eleon,tongngexrein,tonheren,Тонгерен,Тонгерэн,تنژران,โตงเงอเริน,トンヘレン,通厄伦,통에런		VLG	VLI	73	73083
2785401	Tollembeek	tollembeek	BE	1570	3152	Europe/Brussels	50.74096	4.00666		Galmaarden (Tollembeek),Thollembeek		VLG	VBR	23	23023
2785406	Tohogne	tohogne	BE	6941	1460	Europe/Brussels	50.38006	5.479				WAL	WLX	83	83012
2785408	Toernich	toernich	BE	6700	1004	Europe/Brussels	49.65178	5.77741		Toernich		WAL	WLX	81	81001
2785418	Tisselt	tisselt	BE	2830	3428	Europe/Brussels	51.03398	4.35947		Thisselt,Tisselt		VLG	VAN	12	12040
2785422	Tintigny	tintigny	BE	6730	3538	Europe/Brussels	49.68326	5.51349		Tentin'i,Tentini,Tintigny,tan di ni,tntyny,Тентини,Тентиньи,تنتینی,坦蒂尼		WAL	WLX	85	85039
2785425	Tintange	tintange	BE	6637	358	Europe/Brussels	49.87829	5.75183		Tintange		WAL	WLX	82	82009
2785427	Tinlot	tinlot	BE	4557	2236	Europe/Brussels	50.47493	5.37755		Tenlo,Tinlot,Tinlot vald,tan luo,tnlw,Тенло,تنلو,坦洛		WAL	WLG	61	61081
2785432	Tilly	tilly	BE	1495	1965	Europe/Brussels	50.56078	4.55495		Villers-la-Ville (Tilly)		WAL	WBR	25	25107
2785434	Tillier	tillier	BE	5380	193	Europe/Brussels	50.5448	4.94574		Fernelmont (Tillier)		WAL	WNA	92	92138
2785436	Tilleur	tilleur	BE	4420	4189	Europe/Brussels	50.61805	5.54277		Saint-Nicolas (Tilleur)		WAL	WLG	62	62093
2785442	Tillet	tillet	BE	6680	911	Europe/Brussels	50.01008	5.52861		Tillet		WAL	WLX	82	82038
2785449	Tilff	tilff	BE	4130	5455	Europe/Brussels	50.56432	5.57642		Esneux (Tilff)		WAL	WLG	62	62032
2785451	Tildonk	tildonk	BE	3150	3973	Europe/Brussels	50.94383	4.64481		Haacht  (Tildonk),Thildonck,Thildonk		VLG	VBR	24	24033
2785456	Tihange	tihange	BE	4500	3140	Europe/Brussels	50.52974	5.26176		Huy (Tihange)		WAL	WLG	61	61031
2785458	Tignée	tignee	BE	4630	0	Europe/Brussels	50.65142	5.70268		Soumagne (Tignee),Soumagne (Tignée)		WAL	WLG	62	62099
2785470	Tienen	tienen	BE	3300	31743	Europe/Brussels	50.80745	4.9378		Thenae,Thienen,Tienen,Tijnen,Tinen,Tirlemont,di nen,tyynan,Тийнен,Тинен,تیئنان,蒂嫩		VLG	VBR	24	24107
2785476	Tielt	tielt	BE	3390	19299	Europe/Brussels	50.99931	3.32707		Thielt,Tielt,Tijlt,Tilt,di er te,tylt,tyylt,Тийлт,Тілт,تيلت,تیئلت,蒂尔特	37	VLG	VWV	37	37015
2785477	Tielt	tielt	BE	3390	5053	Europe/Brussels	50.9421	4.90505		Thielt,Tielt-Winge (Tielt),Tielt-brabant,tylt,تيلت		VLG	VBR	24	24135
2785480	Tielrode	tielrode	BE	9140	3804	Europe/Brussels	51.11303	4.17707		Thielrode,Tielrode		VLG	VOV	46	46025
2785482	Tielen	tielen	BE	2460	3939	Europe/Brussels	51.24295	4.89956		Kasterlee (Tielen),Thielen		VLG	VAN	13	13017
2785484	Tiegem	tiegem	BE	8573	1556	Europe/Brussels	50.80901	3.47479		Tiegem,Tieghem		VLG	VWV	34	34002
2785494	Thys	thys	BE	4367	253	Europe/Brussels	50.72243	5.3909		Thys		WAL	WLG	64	64021
2785498	Thynes	thynes	BE	5502	424	Europe/Brussels	50.27985	4.99118		Dinant (Thynes)		WAL	WNA	91	91034
2785500	Thy-le-Château	thy-le-chateau	BE	5651	2417	Europe/Brussels	50.28205	4.42955		Walcourt (Thy-le-Chateau),Walcourt (Thy-le-Château)		WAL	WNA	93	93088
2785512	Thumaide	thumaide	BE	7971	487	Europe/Brussels	50.54152	3.63013		Thumaide		WAL	WHT	51	51008
2785514	Thulin	thulin	BE	7350	2578	Europe/Brussels	50.43006	3.74007				WAL	WHT	53	53039
2785517	Thuin	thuin	BE	6530	14682	Europe/Brussels	50.33933	4.28604		Thuin,Tjuehn,Tjuen,Twin,twyn,Тюен,Тюэн,توئن		WAL	WHT	56	56078
2785519	Thuillies	thuillies	BE	6536	1996	Europe/Brussels	50.29899	4.33269		Thuin (Thuillies)		WAL	WHT	56	56078
2785522	Thoricourt	thoricourt	BE	7830	507	Europe/Brussels	50.61102	3.95044				WAL	WHT	55	55039
2785525	Thorembais-Saint-Trond	thorembais-saint-trond	BE	1360	1725	Europe/Brussels	50.63485	4.78406		Thorembais-Saint-Trond		WAL	WBR	25	25084
2785527	Thorembais-les-Béguines	thorembais-les-beguines	BE	1360	894	Europe/Brussels	50.65819	4.81755		Perwez (Thorembais-les-Beguines),Perwez (Thorembais-les-Béguines)		WAL	WBR	25	25084
2785531	Thon	thon	BE	5300	845	Europe/Brussels	50.46357	5.01449		Andenne (Thon)		WAL	WNA	92	92003
2785536	Thommen	thommen	BE	4791	2342	Europe/Brussels	50.21917	6.07417		Thommen		WAL	WLG	63	63087
2785544	Thisnes	thisnes	BE	4280	1461	Europe/Brussels	50.66578	5.04375		Hannut (Thisnes)		WAL	WLG	64	64034
2785548	Thirimont	thirimont	BE	6500	0	Europe/Brussels	50.38832	6.09535		Thirimont		WAL	WLG	63	63080
2785549	Thirimont	thirimont	BE	6500	669	Europe/Brussels	50.25955	4.23609		Beaumont (Thirimont)		WAL	WHT	56	56005
2785557	Thines	thines	BE	1402	592	Europe/Brussels	50.59675	4.36895		Nivelles (Thines)		WAL	WBR	25	25072
2785559	Thimougies	thimougies	BE	7533	408	Europe/Brussels	50.6336	3.51037		Thimougies		WAL	WHT	57	57081
2785562	Thimister	thimister	BE	4890	3261	Europe/Brussels	50.65539	5.86421		Thimister-Clermont (Thimister)		WAL	WLG	63	63089
2785565	Thiméon	thimeon	BE	6230	2143	Europe/Brussels	50.48951	4.42878		Pont-a-Celles (Thimeon),Pont-à-Celles (Thiméon)		WAL	WHT	52	52055
2785567	Thieusies	thieusies	BE	7061	1025	Europe/Brussels	50.51525	4.04931		Thieusies		WAL	WHT	55	55040
2785569	Thieulain	thieulain	BE	7901	758	Europe/Brussels	50.6181	3.60514		Thieulain		WAL	WHT	57	57094
2785572	Thieu	thieu	BE	7070	2024	Europe/Brussels	50.47428	4.09258				WAL	WHT	55	55035
2785590	Thiaumont	thiaumont	BE	6717	1093	Europe/Brussels	49.71523	5.73056		Thiaumont		WAL	WLX	81	81003
2785593	Theux	theux	BE	4910	11587	Europe/Brussels	50.53323	5.81245		T'o,Teu,Theux,Thieux,Tjo,te zhen,tw,Тьо,Тё,تو,特镇		WAL	WLG	63	63076
2785605	Teuven	teuven	BE	3793	476	Europe/Brussels	50.75177	5.87567		Voeren (Teuven)		VLG	VLI	73	73109
2785610	Testelt	testelt	BE	3272	3131	Europe/Brussels	51.01084	4.95312		Scherpenheuvel-Zichem (Testelt)		VLG	VBR	24	24134
2785612	Tessenderlo	tessenderlo	BE	3980	16574	Europe/Brussels	51.06513	5.08856		Loei,Tesenderlo,Tessenderlo,Tessenderloo,tai sen de luo,teseondeleullo,theis seinde xrlo,tsandrlw,Тесендерло,تساندرلو,เทิสเซินเดอร์โล,泰森德洛,테선데를로		VLG	VLI	71	71057
2785620	Terwagne	terwagne	BE	4560	443	Europe/Brussels	50.44433	5.3483		Terwagne		WAL	WLG	61	61012
2785622	Tervuren	tervuren	BE	3080	20623	Europe/Brussels	50.82372	4.51418		Terv'oren,Tervjuren,Tervueren,Tervuren,te er fei lun,trwwran,Тервьорен,Тервюрен,ترووران,特尔菲伦		VLG	VBR	24	24104
2785631	Tertre	tertre	BE	7333	4792	Europe/Brussels	50.4692	3.81243		Tetre		WAL	WHT	53	53070
2785654	Ternat	ternat	BE	1740	14569	Europe/Brussels	50.86654	4.16682		Ternat,Ternath		VLG	VBR	23	23086
2785655	Ternat	ternat	BE	1740	0	Europe/Brussels	50.81891	4.06914		Ternat,Ternath		VLG	VOV	41	41048
2785663	Termes	termes	BE	6813	250	Europe/Brussels	49.70656	5.45736		Termes		WAL	WLX	85	85007
2785705	Terhagen	terhagen	BE	2840	2736	Europe/Brussels	51.07966	4.39907		Terhaegen,Terhagen		VLG	VAN	11	11037
2785706	Terhagen	terhagen	BE	2840	0	Europe/Brussels	50.89915	3.89899				VLG	VOV	41	41027
2785707	Terhagen	terhagen	BE	2840	0	Europe/Brussels	50.8583	5.07637		Terhaagen,Terhaegen,Terhagen		VLG	VBR	24	24130
2785708	Terhagen	terhagen	BE	2840	0	Europe/Brussels	50.74446	5.93484		Terhaegen,Terhagen		WAL	WLG	63	63088
2785736	Teralfene	teralfene	BE	1790	4525	Europe/Brussels	50.89195	4.09895		Teralfene,Teralphene		VLG	VBR	23	23105
2785745	Tenneville	tenneville	BE	6970	2510	Europe/Brussels	50.09501	5.52895		Tenneville,Tennevillei vald,Tenvil,Tenvil',Tiniveye,tai ne wei er,twnw wyl,Тенвил,Тенвиль,تونو ویل,泰讷维尔		WAL	WLX	83	83049
2785778	Temse	temse	BE	9140	26054	Europe/Brussels	51.12794	4.21372		Tamise,Tamsch,Tamse,Temsche,Temse,tams,te mu sai,Темсе,تامس,特姆塞		VLG	VOV	46	46025
2785780	Temploux	temploux	BE	5020	2080	Europe/Brussels	50.48558	4.75468		Namur (Temploux)		WAL	WNA	92	92094
2785784	Templeuve	templeuve	BE	7520	3627	Europe/Brussels	50.6441	3.28013		Templeuve		WAL	WHT	57	57081
2785793	Tellin	tellin	BE	6927	2353	Europe/Brussels	50.08038	5.21638		Telen,Telin,Tellen,Tellin,Tellini vald,tai lan,tln,Телен,Теллен,تلن,泰兰		WAL	WLX	84	84068
2785806	Tavigny	tavigny	BE	6662	941	Europe/Brussels	50.10847	5.83786		Houffalize (Tavigny)		WAL	WLX	82	82014
2785809	Taviers	taviers	BE	5310	768	Europe/Brussels	50.61726	4.93072		Eghezee (Taviers),Éghezée (Taviers)		WAL	WNA	92	92035
2785811	Tavier	tavier	BE	4163	1173	Europe/Brussels	50.49634	5.47063		Anthisnes (Tavier)		WAL	WLG	61	61079
2785822	Tarcienne	tarcienne	BE	5651	2229	Europe/Brussels	50.31204	4.49676		Walcourt (Tarcienne)		WAL	WNA	93	93088
2787184	Sautin	sautin	BE	6470	550	Europe/Brussels	50.1634	4.22649		Sautin		WAL	WHT	56	56088
2785839	Tamines	tamines	BE	5060	7526	Europe/Brussels	50.43378	4.60713		Sambreville (Tamines),Tamin,Tamines,Тамин		WAL	WNA	92	92137
2785845	Taintignies	taintignies	BE	7618	2635	Europe/Brussels	50.55277	3.34224		Taintignies		WAL	WHT	57	57072
2785851	Tailles	tailles	BE	6661	270	Europe/Brussels	50.22673	5.74662		Houffalize (Tailles)		WAL	WLX	82	82014
2785866	Suxy	suxy	BE	6812	375	Europe/Brussels	49.76442	5.39966		Suxy		WAL	WLX	85	85007
2785902	Surice	surice	BE	5600	478	Europe/Brussels	50.18161	4.69645		Surice		WAL	WNA	93	93056
2785915	Sugny	sugny	BE	5550	565	Europe/Brussels	49.81495	4.90222		Vresse-sur-Semois (Sugny)		WAL	WNA	91	91143
2785919	Suarlée	suarlee	BE	5020	1469	Europe/Brussels	50.48137	4.7792		Suarlee,Suarlée		WAL	WNA	92	92094
2785931	Stuivekenskerke	stuivekenskerke	BE	8600	128	Europe/Brussels	51.07679	2.82511		Stuivekenskerke,Stuyvekenskerke		VLG	VWV	32	32003
2785949	Strombeek-Bever	strombeek-bever	BE	1853	13727	Europe/Brussels	50.91039	4.35582		Grimbergen (Strombeek-Bever),Strombeek		VLG	VBR	23	23025
2785955	Strijtem	strijtem	BE	1760	523	Europe/Brussels	50.84155	4.11696		Strijtem,Strythem		VLG	VBR	23	23097
2785957	Strijpen	strijpen	BE	9620	4346	Europe/Brussels	50.86801	3.78797		Strijpen,Strypen		VLG	VOV	41	41081
2785962	Strépy-Bracquegnies	strepy-bracquegnies	BE	7110	8880	Europe/Brussels	50.4728	4.12022		Strepy,Strépy		WAL	WHT	55	55022
2785967	Strée-lez-Huy	stree-lez-huy	BE	4577	1421	Europe/Brussels	50.49039	5.32348		Modave (Stree-lez-Huy),Modave (Strée-lez-Huy),Stree,Strée		WAL	WLG	61	61041
2785968	Strée	stree	BE	6511	1548	Europe/Brussels	50.28078	4.29394		Beaumont (Stree),Beaumont (Strée)		WAL	WHT	56	56005
2785981	Straimont	straimont	BE	6887	408	Europe/Brussels	49.79607	5.38041		Straimont		WAL	WLX	84	84029
2785989	Stoumont	stoumont	BE	4987	2970	Europe/Brussels	50.40667	5.80838		Staumont,Stoumont,Stumon,si tu meng,stwmwn,Стумон,ستومون,斯图蒙		WAL	WLG	63	63075
2786011	Stokrooie	stokrooie	BE	3511	2047	Europe/Brussels	50.96637	5.28142		Hasselt (Stokrooie),Stockroye		VLG	VLI	71	71022
2786015	Stokkem	stokkem	BE	3650	3722	Europe/Brussels	51.02326	5.74499		Dilsen-Stokkem (Stokkem),Stockheim		VLG	VLI	72	72041
2786046	Stevoort	stevoort	BE	3512	3713	Europe/Brussels	50.91862	5.25327		Hasselt (Stevoort)		VLG	VLI	71	71022
2786055	Sterrebeek	sterrebeek	BE	1933	8357	Europe/Brussels	50.86171	4.49375		Zaventem (Sterrebeek)		VLG	VBR	23	23094
2786077	Stene	stene	BE	8400	6310	Europe/Brussels	51.20437	2.91259		Steene,Stene		VLG	VWV	35	35013
2786078	Stene	stene	BE	8400	0	Europe/Brussels	50.81667	3.68333		Steene,Stene		VLG	VOV	45	45062
2786080	Stembert	stembert	BE	4801	8696	Europe/Brussels	50.59107	5.89404		Stemberg,Stembert		WAL	WLG	63	63079
2786087	Stekene	stekene	BE	9190	16989	Europe/Brussels	51.2099	4.03651		Stekene		VLG	VOV	46	46024
2786124	Steenokkerzeel	steenokkerzeel	BE	1820	10566	Europe/Brussels	50.91851	4.50989		Steen-Ockerzeel,Steenokkerzeel,Stenokerzel,si teng ao ke er ze er,Стенокерзел,斯滕奥克尔泽尔		VLG	VBR	23	23081
2786130	Steenkerque	steenkerque	BE	7090	466	Europe/Brussels	50.64378	4.06912		Steenkerke,Steenkerque		WAL	WHT	55	55004
2786132	Steenkerke	steenkerke	BE	8630	447	Europe/Brussels	51.05743	2.68926				VLG	VWV	38	38025
2786137	Steenhuize-Wijnhuize	steenhuize-wijnhuize	BE	9550	1850	Europe/Brussels	50.83968	3.88805		Steenhuize-Wijnhuize,Steenhuyze-Wynhuyze		VLG	VOV	41	41027
2786140	Steenhuffel	steenhuffel	BE	1840	2919	Europe/Brussels	50.99539	4.26788		Steenhuffel,Steenhussel		VLG	VBR	23	23045
2786154	Steendorp	steendorp	BE	9140	3492	Europe/Brussels	51.12681	4.27031		Steendorp		VLG	VOV	46	46025
2786185	Stavelot	stavelot	BE	4970	6646	Europe/Brussels	50.395	5.93124		Stablo,Stavelo,Stavelot,Stavleu,Stavlo,Ståvleu,si ta wo luo,stafylw,stwwlw,Ставело,Ставло,ستافيلو,ستوولو,斯塔沃洛		WAL	WLG	63	63073
2786188	Stavele	stavele	BE	8691	619	Europe/Brussels	50.94068	2.67241		Stavele		VLG	VWV	38	38002
2786190	Stave	stave	BE	5646	801	Europe/Brussels	50.28007	4.65906		Mettet (Stave)		WAL	WNA	92	92087
2786207	Stambruges	stambruges	BE	7973	2506	Europe/Brussels	50.50939	3.71621				WAL	WHT	51	51008
2786214	Stalhille	stalhille	BE	8490	661	Europe/Brussels	51.21412	3.07198		Stalhille		VLG	VWV	31	31012
2786226	Staden	staden	BE	8840	10786	Europe/Brussels	50.97456	3.01469		Staden,Stoan,si ta deng,stdan,Стаден,ستدان,斯塔登		VLG	VWV	36	36019
2786229	Stabroek	stabroek	BE	2940	17294	Europe/Brussels	51.33189	4.37127		Stabroeck,Stabroek		VLG	VAN	11	11044
2786236	Spy	spy	BE	5190	4236	Europe/Brussels	50.48143	4.70944		Jemeppe-sur-Sambre (Spy)		WAL	WNA	92	92140
2786242	Sprimont	sprimont	BE	4140	12945	Europe/Brussels	50.50922	5.6595		Sprimon,Sprimont,si pu li meng,spyrmwn,Спримон,سپیرمون,斯普里蒙		WAL	WLG	62	62100
2786243	Sprimont	sprimont	BE	4140	0	Europe/Brussels	50.03942	5.54882				WAL	WLX	82	82038
2786254	Spontin	spontin	BE	5530	864	Europe/Brussels	50.32256	5.0059		Yvoir (Spontin)		WAL	WNA	91	91141
2786283	Spiennes	spiennes	BE	7032	949	Europe/Brussels	50.42503	3.98735				WAL	WHT	53	53053
2786310	Spalbeek	spalbeek	BE	3510	2127	Europe/Brussels	50.94918	5.22391		Hasselt (Spalbeek)		VLG	VLI	71	71022
2786318	Spa	spa	BE	4900	10756	Europe/Brussels	50.48375	5.86674		Spa,Spa La Sauvehiece,Spå,Σπα,Спа		WAL	WLG	63	63072
2786322	Soye	soye	BE	5150	1150	Europe/Brussels	50.44958	4.7303		Floreffe (Soye)		WAL	WNA	92	92045
2786324	Soy	soy	BE	6997	1411	Europe/Brussels	50.286	5.51153		Soy		WAL	WLX	83	83013
2786327	Sovet	sovet	BE	5590	729	Europe/Brussels	50.29691	5.03526		Ciney (Sovet)		WAL	WNA	91	91030
2786330	Souvret	souvret	BE	6182	4158	Europe/Brussels	50.4486	4.34569		Courcelles (Souvret)		WAL	WHT	52	52015
2786340	Sourbrodt	sourbrodt	BE	4950	0	Europe/Brussels	50.47919	6.11166		Waimes (Sourbrodt)		WAL	WLG	63	63080
2786341	Soumoy	soumoy	BE	5630	198	Europe/Brussels	50.1902	4.4378		Soumoy		WAL	WNA	93	93010
2786344	Soumagne	soumagne	BE	4630	15237	Europe/Brussels	50.61385	5.74679		Soumagne,Soûmagne,Suman,Suman',su ma nie,swmny,Суман,Сумань,سومنی,苏马涅		WAL	WLG	62	62099
2786346	Soulme	soulme	BE	5680	151	Europe/Brussels	50.1883	4.73617		Soulme		WAL	WNA	93	93018
2786349	Sougné-Remouchamps	sougne-remouchamps	BE	4920	4437	Europe/Brussels	50.48242	5.70757		Aywaille (Sougne-Remouchamps),Aywaille (Sougné-Remouchamps)		WAL	WLG	62	62009
2786355	Sosoye	sosoye	BE	5537	467	Europe/Brussels	50.29548	4.78214		Anhee (Sosoye),Anhée (Sosoye)		WAL	WNA	91	91005
2786358	Sorinnes	sorinnes	BE	5503	871	Europe/Brussels	50.25921	4.98128		Sorinne,Sorinnes		WAL	WNA	91	91034
2786360	Sorinne-la-Longue	sorinne-la-longue	BE	5333	316	Europe/Brussels	50.38929	5.02503		Sorinne-la-Longue		WAL	WNA	92	92006
2786365	Sorée	soree	BE	5340	563	Europe/Brussels	50.39917	5.12398		Gesves (Soree),Gesves (Sorée),Soree,Sorée		WAL	WNA	92	92054
2786375	Somzée	somzee	BE	5651	1657	Europe/Brussels	50.29514	4.48209		Somzee,Somzée		WAL	WNA	93	93088
2786380	Sommière	sommiere	BE	5523	519	Europe/Brussels	50.27538	4.84926		Onhaye (Sommiere),Onhaye (Sommière)		WAL	WNA	91	91103
2786382	Sommethonne	sommethonne	BE	6769	287	Europe/Brussels	49.57783	5.44772		Sommethonne		WAL	WLX	85	85024
2786387	Somme-Leuze	somme-leuze	BE	5377	4532	Europe/Brussels	50.33699	5.36705		Som L'oz,Som-Ljoz,Some-Leuze,Somme-Leuze,suo mu-lei ci,swm-lwz,Сом Льоз,Сом-Лёз,سوم-لوز,索姆－勒兹		WAL	WNA	91	91120
2786390	Sombreffe	sombreffe	BE	5140	7452	Europe/Brussels	50.52865	4.60087		Sombref,Sombrefe,Sombreffe,song bu lei fu,swmbrf,Сомбреф,سومبرف,松布雷夫		WAL	WNA	92	92114
2786399	Solre-sur-Sambre	solre-sur-sambre	BE	6560	2650	Europe/Brussels	50.30809	4.15429		Erquelinnes (Solre-sur-Sambre)		WAL	WHT	56	56022
2786401	Solre-Saint-Géry	solre-saint-gery	BE	6500	731	Europe/Brussels	50.2164	4.24828		Beaumont (Solre-Saint-Gery),Beaumont (Solre-Saint-Géry)		WAL	WHT	56	56005
2786415	Soiron	soiron	BE	4861	867	Europe/Brussels	50.59128	5.79089		Soiron		WAL	WLG	63	63058
2786420	Soignies	soignies	BE	7060	24869	Europe/Brussels	50.57904	4.07129		Soani,Sougniye,Suan'e,Suan'i,Zinnik,swynyh,Соани,Суанье,Суаньи,Суаньї,سوئنیه		WAL	WHT	55	55040
2786423	Sohier	sohier	BE	6920	373	Europe/Brussels	50.0669	5.06431		Sohier		WAL	WLX	84	84075
2786425	Soheit-Tinlot	soheit-tinlot	BE	4557	617	Europe/Brussels	50.48378	5.38862		Tinlot (Soheit-Tinlot)		WAL	WLG	61	61081
2786446	Snellegem	snellegem	BE	8490	1661	Europe/Brussels	51.16776	3.11921		Smellegem,Snellegem,Snelleghem		VLG	VWV	31	31012
2786452	Snaaskerke	snaaskerke	BE	8470	1311	Europe/Brussels	51.17737	2.93901		Snaaskerke,Snaeskerke		VLG	VWV	35	35005
2786455	Smuid	smuid	BE	6890	220	Europe/Brussels	50.01838	5.26657				WAL	WLX	84	84035
2786469	Smetlede	smetlede	BE	9340	1232	Europe/Brussels	50.9662	3.92796		Smetlede		VLG	VOV	41	41034
2786479	Smeerebbe-Vloerzegem	smeerebbe-vloerzegem	BE	9506	712	Europe/Brussels	50.81703	3.92768		Smeerebbe-Vloerzegem,Smeerhebbe-Vloersegem		VLG	VOV	41	41018
2786483	Sluizen	sluizen	BE	3700	0	Europe/Brussels	51.26667	4.28333				VLG	VOV	46	46003
2786484	Sluizen	sluizen	BE	3700	653	Europe/Brussels	50.76524	5.53136		Sluse,Tongeren (Sluizen)		VLG	VLI	73	73083
2786499	Slins	slins	BE	4450	1301	Europe/Brussels	50.72795	5.56263		Slins		WAL	WLG	62	62060
2786507	Slijpe	slijpe	BE	8433	979	Europe/Brussels	51.1551	2.8483		Slijpe,Slype		VLG	VWV	35	35011
2786516	Sleidinge	sleidinge	BE	9940	7640	Europe/Brussels	51.13363	3.67405		Sleidinge,Sleydinge		VLG	VOV	44	44019
2786529	Sivry	sivry	BE	6470	1606	Europe/Brussels	50.1664	4.18416		Sivry-Rance (Sivry)		WAL	WHT	56	56088
2786530	Sivry	sivry	BE	6470	0	Europe/Brussels	49.66933	5.62405		Sivry		WAL	WLX	85	85009
2786537	Sirault	sirault	BE	7332	3747	Europe/Brussels	50.50546	3.78908				WAL	WHT	53	53070
2786539	Sippenaeken	sippenaeken	BE	4851	253	Europe/Brussels	50.75134	5.93257		Plombieres (Sippenaeken),Plombières (Sippenaeken)		WAL	WLG	63	63088
2786543	Sint-Ulriks-Kapelle	sint-ulriks-kapelle	BE	1700	1868	Europe/Brussels	50.87899	4.21884		Cappelle-Saint-Ulric,Dilbeek (Sint-Ulriks-Kapelle)		VLG	VBR	23	23016
2786545	Sint-Truiden	sint-truiden	BE	3800	37859	Europe/Brussels	50.81679	5.18647		Oppidum Sancti Trudonis,Saint-Trond,Sankt-Trond,Sent-Trueden,Sent-Trüden,Sint Treidenas,Sint Treidens,Sint Trojden,Sint Truijen,Sint-Trejden,Sint-Trjojden,Sint-Trjujden,Sint-Trond,Sint-Truiden,Sint-Truudn,Sintruin,Sinttreidena,sant trwnd,sheng te lei deng,shinto=toroiden,sint-tery dein,sinteuteulawideon,snt trwydn,Санкт-Тронд,Синт Тройден,Синт Тројден,Синт-Трюйден,Синт-Трёйден,Сінт-Трейден,سانت تروند,سنت ترویدن,ซินต์-เตรยเดิน,シント＝トロイデン,圣特雷登,신트트라위던		VLG	VLI	71	71053
2786548	Sint-Stevens-Woluwe	sint-stevens-woluwe	BE	1932	9038	Europe/Brussels	50.86838	4.45195		Woluwe-Saint-Etienne,Zaventem (Sint-Stevens-Woluwe)		VLG	VBR	23	23094
2786552	Sint-Rijkers	sint-rijkers	BE	8690	0	Europe/Brussels	50.99607	2.70218		Saint-Ricquiers,Sint-Rijkers		VLG	VWV	38	38002
2786556	Sint-Pieters-Rode	sint-pieters-rode	BE	3220	1135	Europe/Brussels	50.93247	4.82245		Rhode-Saint-Pierre,Sint-Pieters-Rode		VLG	VBR	24	24043
2786559	Sint-Pieters-Leeuw	sint-pieters-leeuw	BE	1600	30446	Europe/Brussels	50.77926	4.24355		Ieus,Leeuw-Saint-Pierre,Sin Piters Leuv,Sint Pijters Leu,Sint-Pieters-Leeuw,Sint-Piters-Leuv,sheng bi de si-lai wu,sn-pywth-lyw,Син Питерс Леув,Синт Пийтерс Леу,Синт-Питерс-Леув,سن-پیوته-لئو,圣彼得斯-莱乌		VLG	VBR	23	23077
2786562	Sint-Pieters-Kapelle	sint-pieters-kapelle	BE	1541	247	Europe/Brussels	51.12591	2.87663		Saint-Pierre-Cappelle,Sint-Pieters-Kapelle		VLG	VWV	35	35011
2786563	Sint-Pieters-Kapelle	sint-pieters-kapelle	BE	1541	1421	Europe/Brussels	50.70758	3.98999		Saint-Pierre-Cappelle,Sint-Pieters-Kapelle		VLG	VBR	23	23032
2786570	Sint-Pauwels	sint-pauwels	BE	9170	4608	Europe/Brussels	51.19391	4.09649		Saint-Paul,Sint-Pauwels		VLG	VOV	46	46020
2786578	Sint-Niklaas	sint-niklaas	BE	9100	69010	Europe/Brussels	51.16509	4.1437		Saint-Nicolas,Sint-Niklaas,Sint-Niklas,Синт-Никлас	46	VLG	VOV	46	46021
2786581	Sint-Michiels	sint-michiels	BE	8200	12297	Europe/Brussels	51.18806	3.21142		Saint-Michel,Saint-Michel-lez-Bruges,Sint-Michiels		VLG	VWV	31	31005
2786585	Sint-Martens-Lierde	sint-martens-lierde	BE	9572	1892	Europe/Brussels	50.80371	3.82541		Lierde-Saint-Martin,Sint-Martens-Lierde		VLG	VOV	45	45063
2786587	Sint-Martens-Lennik	sint-martens-lennik	BE	1750	8818	Europe/Brussels	50.81158	4.16965		Lennick-Saint-Martin,Lennik (Sint-Martens-Lennik)		VLG	VBR	23	23104
2786589	Sint-Martens-Leerne	sint-martens-leerne	BE	9800	1089	Europe/Brussels	51.01605	3.5813		Leerne-Saint-Martin,Sint-Martens-Leerne		VLG	VOV	44	44083
2786591	Sint-Martens-Latem	sint-martens-latem	BE	9830	8303	Europe/Brussels	51.01459	3.63779		Laethem-Saint-Martin,Sint-Martens-Latem		VLG	VOV	44	44064
2786595	Sint-Martens-Bodegem	sint-martens-bodegem	BE	1700	2715	Europe/Brussels	50.86185	4.21317		Bodeghem-Saint-Martin,Bodegnem-Saint-Martin,Sint-Martens-Bodegem		VLG	VBR	23	23016
2786601	Sint-Maria-Oudenhove	sint-maria-oudenhove	BE	9620	2517	Europe/Brussels	50.83364	3.79556		Audenhove-Sainte-Marie,Sint-Maria-Oudenhove		VLG	VOV	41	41081
2786603	Sint-Maria-Lierde	sint-maria-lierde	BE	9570	6449	Europe/Brussels	50.81867	3.84436		Lierde-Sainte-Marie,Sint-Maria-Lierde		VLG	VOV	45	45063
2786605	Sint-Maria-Latem	sint-maria-latem	BE	9630	651	Europe/Brussels	50.89014	3.7064		Laethem-Sainte Marie,Sint-Maria-Latem		VLG	VOV	45	45065
2786607	Sint-Maria-Horebeke	sint-maria-horebeke	BE	9667	1493	Europe/Brussels	50.83885	3.68754		Hoorebeke-Sainte-Marie		VLG	VOV	45	45062
2786611	Sint-Margriete-Houtem	sint-margriete-houtem	BE	3300	733	Europe/Brussels	50.82877	4.95796		Hautem-Sainte-Marguerite,Sint-Margriete-Houtem		VLG	VBR	24	24107
2786613	Sint-Margriete	sint-margriete	BE	9981	657	Europe/Brussels	51.28216	3.54644		Sainte-Marguerite,Sint Margriet,Sint-Margriete		VLG	VOV	43	43014
2786616	Sint-Lievens-Houtem	sint-lievens-houtem	BE	9520	9146	Europe/Brussels	50.9197	3.86225		Hautem-Saint-Lievin,Hautem-Saint-Liévin,Sint Lijvens Khautem,Sint-Lievens-Houtem,Sint-Livens-Khautem,sheng li fen si-hao te mu,sn-lywwanzwtm,Синт Лийвенс Хаутем,Синт-Ливенс-Хаутем,سن-لیووانزوتم,スィント・リーヴェンス・ハウテム,圣利芬斯－豪特姆		VLG	VOV	41	41063
2786618	Sint-Lievens-Esse	sint-lievens-esse	BE	9550	2040	Europe/Brussels	50.8566	3.88792		Essche-Saint-Lievin,Essche-Saint-Liévin,Sint-Lievens-Essche,Sint-Lievens-Esse		VLG	VOV	41	41027
2786622	Sint-Lenaarts	sint-lenaarts	BE	2960	6685	Europe/Brussels	51.34868	4.68009		Brecht  (Sint-Lenaarts),Saint-Leonard,Saint-Léonard		VLG	VAN	11	11009
2786624	Sint-Laureins-Berchem	sint-laureins-berchem	BE	1600	402	Europe/Brussels	50.78716	4.20012		Berchem-Saint-Laurent,Sint-Pieters-Leeuw (Sint-Laureins-Berchem)		VLG	VBR	23	23077
2786626	Sint-Laureins	sint-laureins	BE	9980	6657	Europe/Brussels	51.24202	3.52441		Saint-Laurent,Sint Laurajns,Sint-Laureins,Sint-Laurejns,sheng lao lun si,sn-lwrn,Синт Лаурайнс,Синт-Лаурейнс,سن-لورن,圣劳伦斯		VLG	VOV	43	43014
2786628	Sint-Lambrechts-Herk	sint-lambrechts-herk	BE	3500	4676	Europe/Brussels	50.89914	5.30786		Hasselt (Sint-Lambrechts-Herk),Herck-Saint-Lambert		VLG	VLI	71	71022
2786630	Sint-Kwintens-Lennik	sint-kwintens-lennik	BE	1750	5856	Europe/Brussels	50.80377	4.15489		Lennick-Saint-Quentin,Lennik (Sint-Kwintens-Lennik)		VLG	VBR	23	23104
2786632	Sint-Kruis-Winkel	sint-kruis-winkel	BE	9042	12	Europe/Brussels	51.15578	3.81625		Sint-Kruis-Winkel,Winkel-Sainte-Croix		VLG	VOV	44	44021
2786634	Sint-Kruis	sint-kruis	BE	8310	16000	Europe/Brussels	51.21399	3.24949		Sainte-Croix,Sint-Kruis		VLG	VWV	31	31005
2786636	Sint-Kornelis-Horebeke	sint-kornelis-horebeke	BE	9667	543	Europe/Brussels	50.83449	3.6983		Hoorebeke-Saint-Corneille,Sint-Kornelis-Horebeke		VLG	VOV	45	45062
2786638	Sint-Katherina-Lombeek	sint-katherina-lombeek	BE	1742	6607	Europe/Brussels	50.87314	4.1536		Lombeek-Sainte-Catherine,Ternat (Sint-Katherina-Lombeek)		VLG	VBR	23	23086
2786641	Sint-Katelijne-Waver	sint-katelijne-waver	BE	2860	19487	Europe/Brussels	51.06691	4.53469		Sint Katelejne - Vaver,Sint Katelijne Waver,Sint-Katelijne-Waver,Sint-Kathelijne-Waver,Wavre-Sainte-Catherine,sheng ka te lai na-wa fu er,sn-ktwlyzhnwywh,Синт Кателейне - Вавер,سن-کتولیژنوئوه,圣卡特莱娜-瓦弗尔		VLG	VAN	12	12035
2786649	Sint-Joris-Winge	sint-joris-winge	BE	3390	2908	Europe/Brussels	50.90446	4.8749		Sint-Joris-Winge,Winghe-Saint-Georges		VLG	VBR	24	24135
2786651	Sint-Joris-Weert	sint-joris-weert	BE	3051	1907	Europe/Brussels	50.80235	4.6526		Sint-Joris-Weert,Weert-Saint-Georges		VLG	VBR	24	24086
2786655	Sint-Joris	sint-joris	BE	8620	1896	Europe/Brussels	51.12663	3.36524		Saint-Georges,Sint-Joris,Sint-Joris-ten-Distel		VLG	VWV	31	31003
2786656	Sint-Joris	sint-joris	BE	8620	333	Europe/Brussels	51.13028	2.77817		Saint-Georges,Sint-Jooris,Sint-Joris		VLG	VWV	38	38016
2786659	Sint-Job-in-'t-Goor	sint-job-in-t-goor	BE	2960	8515	Europe/Brussels	51.29907	4.57289		Brecht  (Sint-Job-in-'t-Goor),Saint-Job-in 't-Goor		VLG	VAN	11	11009
2786675	Sint-Jan-in-Eremo	sint-jan-in-eremo	BE	9982	1117	Europe/Brussels	51.27161	3.58062		Saint-Jean-in-Eremo,Sint-Jan-in-Eremo		VLG	VOV	43	43014
2786678	Sint-Jan	sint-jan	BE	8900	0	Europe/Brussels	50.93333	2.86667		Saint-Jean,Sint-Jan		VLG	VWV	33	33040
2786679	Sint-Jan	sint-jan	BE	8900	1016	Europe/Brussels	50.86503	2.90478		Saint-Jean,Sint-Jan		VLG	VWV	33	33011
2786681	Sint-Jacobs-Kapelle	sint-jacobs-kapelle	BE	8600	109	Europe/Brussels	51.01667	2.8345		Saint-Jacques-Cappelle,Sint-Jacobs-Kapelle		VLG	VWV	32	32003
2786685	Sint-Huibrechts-Lille	sint-huibrechts-lille	BE	3910	3354	Europe/Brussels	51.22266	5.49437		Lille-Saint-Hubert,Neerpelt (Sint-Huibrechts-Lille)		VLG	VLI	72	72043
2786687	Sint-Huibrechts-Hern	sint-huibrechts-hern	BE	3730	913	Europe/Brussels	50.82985	5.4493		Hern-Saint-Hubert,Hoeselt (Sint-Huibrechts-Hern)		VLG	VLI	73	73032
2786692	Sint-Goriks-Oudenhove	sint-goriks-oudenhove	BE	9620	942	Europe/Brussels	50.85278	3.78612		Audenhove-Saint-Gery,Sint Goriks-Oudehove,Sint-Goriks-Oudenhove		VLG	VOV	41	41081
2786694	Sint-Gillis-Waas	sint-gillis-waas	BE	9170	17658	Europe/Brussels	51.21914	4.12374		Saint-Gilles-Waes,Saint-Gillis-Waas,Sint-Gillis-Waas		VLG	VOV	46	46020
2786705	Sint-Eloois-Winkel	sint-eloois-winkel	BE	8880	4057	Europe/Brussels	50.87591	3.18144		Sint-Eloois-Winkel,Winkel-Saint-Eloi,Winkel-Saint-Éloi		VLG	VWV	36	36010
2786707	Sint-Eloois-Vijve	sint-eloois-vijve	BE	8793	3953	Europe/Brussels	50.90911	3.41545		Sint-Eloois-Vijve,Vive-Saint-Eloi,Vive-Saint-Éloi		VLG	VWV	34	34040
2786713	Sint-Denijs-Westrem	sint-denijs-westrem	BE	9051	6419	Europe/Brussels	51.02135	3.67202		Saint Denis-Westrem,Sint-Denijs-Westrem		VLG	VOV	44	44021
2786715	Sint-Denijs-Boekel	sint-denijs-boekel	BE	9630	856	Europe/Brussels	50.8651	3.71156		Boucle-Saint Denis,Sint-Denijs-Boekel		VLG	VOV	45	45065
2786717	Sint-Denijs	sint-denijs	BE	8554	2489	Europe/Brussels	50.75198	3.36627		Saint-Genois,Sint-Denijs		VLG	VWV	34	34042
2786720	Sint-Blasius-Boekel	sint-blasius-boekel	BE	9630	769	Europe/Brussels	50.85232	3.72239		Boucle-Saint-Blaise,Sint-Blasius-Boekel		VLG	VOV	45	45065
2786724	Sint-Baafs-Vijve	sint-baafs-vijve	BE	8710	2356	Europe/Brussels	50.9	3.38333		Sint-Baafs-Vijve,Vive-Saint-Bavon		VLG	VWV	37	37017
2786729	Sint-Antelinks	sint-antelinks	BE	9550	630	Europe/Brussels	50.84979	3.92647		Saint-Antelinckx,Saint-Antelinkx,Sint-Antelinks		VLG	VOV	41	41027
2786739	Sint-Andries	sint-andries	BE	8200	19336	Europe/Brussels	51.19696	3.17891	13	Saint-Andre,Saint-André,Sint-Andries		VLG	VWV	31	31005
2786743	Sint-Amandsberg	sint-amandsberg	BE	9040	32115	Europe/Brussels	51.05947	3.74943		Mont-Saint Amand,Sint-Amandsberg		VLG	VOV	44	44021
2786746	Sint-Amands	sint-amands	BE	2890	7653	Europe/Brussels	51.05645	4.20957		Saint-Amand,Sint Amands,Sint-Amands,sheng a man ci,sn-aman,Синт Амандс,سن-امان,圣阿曼兹		VLG	VAN	12	12041
2786750	Sint-Agatha-Rode	sint-agatha-rode	BE	3040	1647	Europe/Brussels	50.78597	4.63099		Huldenberg (Sint-Agatha-Rode),Rhode-Sainte-Agathe		VLG	VBR	24	24045
2786755	Sinsin	sinsin	BE	5377	642	Europe/Brussels	50.27502	5.25464		Somme-Leuze (Sinsin)		WAL	WNA	91	91120
2786769	Silly	silly	BE	7830	7887	Europe/Brussels	50.64877	3.92363		Opzullik,Silly		WAL	WHT	55	55039
2786773	Silenrieux	silenrieux	BE	5630	944	Europe/Brussels	50.22585	4.4165		Cerfontaine (Silenrieux)		WAL	WNA	93	93010
2786777	Sijsele	sijsele	BE	8340	5348	Europe/Brussels	51.20846	3.31714		Sijsele,Sysseele		VLG	VWV	31	31006
2786779	Signeulx	signeulx	BE	6750	0	Europe/Brussels	49.55261	5.63865		Musson (Signeulx)		WAL	WLX	85	85026
2786782	Sibret	sibret	BE	6640	1443	Europe/Brussels	49.97073	5.63453		Sibret		WAL	WLX	82	82036
2786788	's Herenelderen	s-herenelderen	BE	3700	572	Europe/Brussels	50.80882	5.50067		's Heerenelderen,Tongeren ('s Herenelderen)		VLG	VLI	73	73083
2786792	's-Gravenwezel	s-gravenwezel	BE	2970	6379	Europe/Brussels	51.26267	4.56113		Schilde ('s-Gravenwezel)		VLG	VAN	11	11039
2786807	Serville	serville	BE	5521	131	Europe/Brussels	50.25031	4.78015		Serville		WAL	WNA	91	91103
2786810	Serskamp	serskamp	BE	9260	3519	Europe/Brussels	50.98849	3.92657		Cherscamp,Serskamp		VLG	VOV	42	42026
2786817	Serinchamps	serinchamps	BE	5590	1566	Europe/Brussels	50.23134	5.23018		Ciney (Serinchamps)		WAL	WNA	91	91030
2786822	Seraing-le-Château	seraing-le-chateau	BE	4537	281	Europe/Brussels	50.62104	5.29818		Seraing-le-Chateau,Seraing-le-Château		WAL	WLG	61	61063
2786824	Seraing	seraing	BE	4100	60737	Europe/Brussels	50.58362	5.50115		Seraing,Sere,Seren,Serenas,Serranius,Serè,se lan,selaeng,seran,sex ræng,srn,Серен,سرن,เซอแร็ง,セラン,瑟兰,세랭		WAL	WLG	62	62096
2786829	Septon	septon	BE	6940	598	Europe/Brussels	50.3561	5.42257		Septon		WAL	WLX	83	83012
2786840	Seny	seny	BE	4557	486	Europe/Brussels	50.45932	5.40212		Seny		WAL	WLG	61	61081
2786843	Sensenruth	sensenruth	BE	6832	502	Europe/Brussels	49.82489	5.07458		Sensenruth		WAL	WLX	84	84010
2786852	Seneffe	seneffe	BE	7180	11025	Europe/Brussels	50.53135	4.26301		Senef,Seneffe,swnf,Сенеф,سونف		WAL	WHT	52	52063
2786857	Semmerzake	semmerzake	BE	9890	1562	Europe/Brussels	50.94369	3.66318		Semmersaeke,Semmerzake		VLG	VOV	44	44020
2786867	Seloignes	seloignes	BE	6596	1070	Europe/Brussels	50.01515	4.25517		Seloignes		WAL	WHT	56	56051
2786870	Sélange	selange	BE	6781	774	Europe/Brussels	49.60929	5.85055		Selange,Sélange		WAL	WLX	81	81015
2786873	Seilles	seilles	BE	5300	5826	Europe/Brussels	50.50065	5.09268		Andenne (Seilles)		WAL	WNA	92	92003
2786883	Scy	scy	BE	5361	192	Europe/Brussels	50.30612	5.207		Hamois (Scy)		WAL	WNA	91	91059
2786898	Sclayn	sclayn	BE	5300	1668	Europe/Brussels	50.48979	5.02831		Andenne (Sclayn)		WAL	WNA	92	92003
2786913	Schulen	schulen	BE	3540	2930	Europe/Brussels	50.95972	5.1901		Herk-de-Stad (Schulen),Schuelen		VLG	VLI	71	71024
2786921	Schuiferskapelle	schuiferskapelle	BE	8700	1129	Europe/Brussels	51.03244	3.33799		Schuiferskapelle,Schuyfferscappelle		VLG	VWV	37	37015
2786935	Schriek	schriek	BE	2223	0	Europe/Brussels	51.45	4.5				VLG	VAN	11	11016
2786937	Schriek	schriek	BE	2223	0	Europe/Brussels	51.05	3.91667				VLG	VOV	42	42010
2786938	Schriek	schriek	BE	2223	5062	Europe/Brussels	51.02844	4.69357		Heist-op-den-Berg (Schriek),Schrieck		VLG	VAN	12	12014
2786963	Schoten	schoten	BE	2900	33622	Europe/Brussels	51.25251	4.50268		Schooten,Schoten,Skhoten,shwtan,si huo teng,Схотен,شوتان,斯霍滕		VLG	VAN	11	11040
2786968	Schorisse	schorisse	BE	9688	1602	Europe/Brussels	50.80309	3.67632		Schoorisse,Schorisse		VLG	VOV	45	45064
2786970	Schore	schore	BE	8433	211	Europe/Brussels	51.11136	2.8401		Schoore,Schore		VLG	VWV	35	35011
2787007	Schoonaarde	schoonaarde	BE	9200	0	Europe/Brussels	50.99474	5.07225		Schoonaarde,Schoonaerde		VLG	VBR	24	24020
2787008	Schoonaarde	schoonaarde	BE	9200	2423	Europe/Brussels	51.00387	4.0152		Schoonaarde,Schoonaerde		VLG	VOV	42	42006
2787009	Schoonaarde	schoonaarde	BE	9200	0	Europe/Brussels	50.8948	4.5916		Schoonaarde,Schoonaerde		VLG	VBR	24	24055
2787026	Schoenberg	schoenberg	BE	4782	760	Europe/Brussels	50.28917	6.265		Schoenberg,Schonberg,Schonburg,Schönberg,Shomberg		WAL	WLG	63	63067
2787048	Schilde	schilde	BE	2970	20373	Europe/Brussels	51.24107	4.58336		Schilde,Shil'de,Шильде		VLG	VAN	11	11039
2787060	Scherpenheuvel	scherpenheuvel	BE	3270	7162	Europe/Brussels	50.98075	4.97552		Montaigu,Scherpenheuvel-Zichem (Scherpenheuvel)		VLG	VBR	24	24134
2787071	Schepdaal	schepdaal	BE	1703	6004	Europe/Brussels	50.83836	4.19609		Dilbeek (Schepdaal),Schepdael		VLG	VBR	23	23016
2787073	Schendelbeke	schendelbeke	BE	9506	1870	Europe/Brussels	50.79872	3.89882		Schendelbeke		VLG	VOV	41	41018
2787077	Schellebelle	schellebelle	BE	9260	3782	Europe/Brussels	51.01136	3.92843		Schellebelle		VLG	VOV	42	42026
2787080	Schelle	schelle	BE	2627	7675	Europe/Brussels	51.12615	4.34114		Schelle		VLG	VAN	11	11038
2787084	Scheldewindeke	scheldewindeke	BE	9860	3685	Europe/Brussels	50.93436	3.78663		Scheldewindeke		VLG	VOV	44	44052
2787087	Schelderode	schelderode	BE	9820	1530	Europe/Brussels	50.96922	3.7133		Schelderode		VLG	VOV	44	44043
2787126	Schaltin	schaltin	BE	5364	1130	Europe/Brussels	50.35952	5.12535		Schaltin		WAL	WNA	91	91059
2787128	Schalkhoven	schalkhoven	BE	3732	282	Europe/Brussels	50.8413	5.44953		Schalkhoven		VLG	VLI	73	73032
2787147	Schaffen	schaffen	BE	3290	4948	Europe/Brussels	50.99993	5.08667		Diest (Schaffen)		VLG	VBR	24	24020
2787149	Schaerbeek	schaerbeek	BE	1030	132761	Europe/Brussels	50.86935	4.37737		Brussel (Schaarbeek),Bruxelles (Schaerbeek),Scarbeca,Schaarbeek,Schaerbeek,Schaerbeek - Schaarbeek,Schaerbeek-Schaarbeek,Schaerbeek/Schaarbeek,Skharbek,seuhaleubeikeu,sharbyk,shyrbyk,si ha er bei ke,ska rbek,sukarubeku,Схарбек,شئربئک,شاربیک,สการ์เบก,スカールベーク,斯哈尔贝克,스하르베이크		BRU	BRU	21	21015
2787175	Sauvenière	sauveniere	BE	5030	0	Europe/Brussels	50.66938	5.79318		Sauveniere,Sauvenière,Souveniere,Souvenière		WAL	WLG	63	63035
2787176	Sauvenière	sauveniere	BE	5030	5029	Europe/Brussels	50.58157	4.72466		Sauveniere,Sauvenière		WAL	WNA	92	92142
2787182	Sautour	sautour	BE	5600	478	Europe/Brussels	50.16981	4.55876		Sautour		WAL	WNA	93	93056
2787208	Sart-Saint-Laurent	sart-saint-laurent	BE	5070	1042	Europe/Brussels	50.40236	4.74217		Sart-Saint-Laurent		WAL	WNA	92	92048
2787227	Sart-Eustache	sart-eustache	BE	5070	792	Europe/Brussels	50.37547	4.60482		Fosses-la-Ville (Sart-Eustache)		WAL	WNA	92	92048
2787229	Sart-en-Fagne	sart-en-fagne	BE	5600	245	Europe/Brussels	50.15765	4.61991		Sart-en-Fagne		WAL	WNA	93	93056
2787235	Sart-Dames-Avelines	sart-dames-avelines	BE	1495	3015	Europe/Brussels	50.56863	4.49221		Villers-la-Ville (Sart-Dames-Avelines)		WAL	WBR	25	25107
2787238	Sart-Custinne	sart-custinne	BE	5575	163	Europe/Brussels	50.00156	4.91685		Sart-Custinne		WAL	WNA	91	91054
2787242	Sart-Bernard	sart-bernard	BE	5330	1305	Europe/Brussels	50.40206	4.9593		Assesse (Sart-Bernard)		WAL	WNA	92	92006
2787254	Sart-lez-Spa	sart-lez-spa	BE	4845	0	Europe/Brussels	50.52865	5.88421		Jalhay (Sart-lez-Spa)		WAL	WLG	63	63038
2787258	Sars-la-Buissière	sars-la-buissiere	BE	6542	840	Europe/Brussels	50.33983	4.20936		Sars-la-Buissiere,Sars-la-Buissière		WAL	WHT	56	56044
2787261	Sars-la-Bruyère	sars-la-bruyere	BE	7080	838	Europe/Brussels	50.37163	3.8744				WAL	WHT	53	53028
2787274	Samrée	samree	BE	6982	706	Europe/Brussels	50.21043	5.63445		Samree,Samrée		WAL	WLX	83	83031
2787282	Samart	samart	BE	5600	133	Europe/Brussels	50.17794	4.53379		Samart		WAL	WNA	93	93056
2787294	Salles	salles	BE	6460	260	Europe/Brussels	50.05532	4.24498		Salles		WAL	WHT	56	56016
2787307	Saive	saive	BE	4671	4771	Europe/Brussels	50.65316	5.68517		Blegny (Saive),Blégny (Saive)		WAL	WLG	62	62119
2787315	Saint-Vith	saint-vith	BE	4780	9135	Europe/Brussels	50.28146	6.12724		Saint-Vith,Sankt Vaeit,Sankt Vith,Sankt Väit,Sankt-Vith		WAL	WLG	63	63067
2787317	Saint-Vincent	saint-vincent	BE	6730	641	Europe/Brussels	49.67698	5.47516		Saint-Vincent		WAL	WLX	85	85039
2787319	Saint-Vaast	saint-vaast	BE	7100	6351	Europe/Brussels	50.45426	4.16041		Saint-Vaast		WAL	WHT	55	55022
2787322	Saint-Symphorien	saint-symphorien	BE	7030	3402	Europe/Brussels	50.43903	4.00726				WAL	WHT	53	53053
2787325	Saint-Séverin	saint-severin	BE	4550	764	Europe/Brussels	50.53012	5.41137		Nandrin (Saint-Severin),Nandrin (Saint-Séverin)		WAL	WLG	61	61043
2787327	Saint-Servais	saint-servais	BE	5002	9516	Europe/Brussels	50.4763	4.83656		Namur (Saint-Servais)		WAL	WNA	92	92094
2787329	Saint-Sauveur	saint-sauveur	BE	7912	1843	Europe/Brussels	50.70604	3.59782		Saint-Sauveur		WAL	WHT	51	51065
2787333	Saint-Remy-Geest	saint-remy-geest	BE	1370	573	Europe/Brussels	50.74692	4.85845		Saint-Remy-Geest,Sint-Remigius-Geest		WAL	WBR	25	25048
2787338	Saint-Remy	saint-remy	BE	4672	1118	Europe/Brussels	50.69564	5.70405		Blegny (Saint-Remy),Blégny (Saint-Remy)		WAL	WLG	62	62119
2787339	Saint-Remy	saint-remy	BE	4672	403	Europe/Brussels	50.04562	4.29231		Chimay (Saint-Remy)		WAL	WHT	56	56016
2787340	Saint-Remy	saint-remy	BE	4672	0	Europe/Brussels	49.54062	5.62202				WAL	WLX	85	85045
2787350	Saint-Pierre	saint-pierre	BE	6800	0	Europe/Brussels	50.43333	4.73333				WAL	WNA	92	92045
2787351	Saint-Pierre	saint-pierre	BE	6800	0	Europe/Brussels	50.31667	4.18333				WAL	WHT	56	56049
2787352	Saint-Pierre	saint-pierre	BE	6800	1773	Europe/Brussels	49.90376	5.3875				WAL	WLX	84	84077
2787356	Saint-Nicolas	saint-nicolas	BE	4420	22586	Europe/Brussels	50.62837	5.53243		Saint-Nicolas,Sankt-Nikola,Sint-Niklaas,Санкт-Никола		WAL	WLG	62	62093
2787359	Saint-Médard	saint-medard	BE	6887	586	Europe/Brussels	49.81538	5.32795		Saint-Medard,Saint-Médard		WAL	WLX	84	84029
2787361	Saint-Maur	saint-maur	BE	7500	0	Europe/Brussels	50.57265	3.39468		Saint-Maur		WAL	WHT	57	57081
2787368	Saint-Martin	saint-martin	BE	5190	583	Europe/Brussels	50.5012	4.64782		Jemeppe-sur-Sambre (Saint-Martin)		WAL	WNA	92	92140
2787370	Saint-Mard	saint-mard	BE	6762	2888	Europe/Brussels	49.55403	5.53427		Saint-Mard		WAL	WLX	85	85045
2787373	Saint-Marc	saint-marc	BE	5003	1422	Europe/Brussels	50.49218	4.84749		Saint-Marc		WAL	WNA	92	92094
2787377	Saint-Léger	saint-leger	BE	6747	713	Europe/Brussels	50.70589	3.3144				WAL	WHT	57	57027
2787378	Saint-Léger	saint-leger	BE	6747	3092	Europe/Brussels	49.61196	5.65688		Saint-Leger,Saint-Léger		WAL	WLX	85	85034
2787387	Saint-Josse-ten-Noode	saint-josse-ten-noode	BE	1210	27366	Europe/Brussels	50.8538	4.37282		Brussel (Sint-Joost-ten-Node),Bruxelles (Saint-Josse-ten-Noode),Nauda Sancti Iudoci,Saint-Josse-ten-Noode,Saint-Josse-ten-Noode - Sint-Joost-ten-Node,Saint-Josse-ten-Noode/Sint-Joost-ten-Node,Sen-Zhoss-ten-Node,Sint Jost ten Node,Sint-Joost-ten-Node,saengjoseutangnodeu,san=josu=tan=nodo,sheng ruo si-teng-nuo de,sn-zhws-tan-nwd,Сен-Жосс-тен-Ноде,Синт Йост тен Ноде,سن-ژوس-تان-نود,سینٹ-جوسسے-تین-نووڈے,サン＝ジョス＝タン＝ノード,圣若斯-滕-诺德,생조스탕노드		BRU	BRU	21	21014
2787393	Saint-Jean-Geest	saint-jean-geest	BE	1370	982	Europe/Brussels	50.74015	4.89647		Jodoigne (Saint-Jean-Geest),Sint-Jans-Geest		WAL	WBR	25	25048
2787407	Saint-Hubert	saint-hubert	BE	6870	5538	Europe/Brussels	50.02668	5.37401		Saint-Hubert		WAL	WLX	84	84059
2787413	Saint-Gilles	saint-gilles	BE	1060	50221	Europe/Brussels	50.82763	4.34389		Brussel (Sint-Gillis),Bruxelles (Saint-Gilles),Saint-Gilles,Saint-Gilles - Sint-Gillis,Saint-Gilles/Sint-Gillis,Sen Zhil,Sen-Zhil',Sint Gilis,Sint-Djile-dile-Brussele,Sint-Djîle-dilé-Brussele,Sint-Gillis,Sint-Gillis-Obbrussel,saengjil,san=jiru,sheng ji er,sn-zhyl,Сен Жил,Сен-Жиль,Сен-Жіль,Синт Гилис,سن-ژیل,سینٹ-گلیس، بیلجیم,サン＝ジル,圣吉尔,생질		BRU	BRU	21	21013
2787414	Saint-Gilles	saint-gilles	BE	1060	0	Europe/Brussels	50.62807	5.54561				WAL	WLG	62	62063
2787416	Saint-Ghislain	saint-ghislain	BE	7330	22500	Europe/Brussels	50.44816	3.81886		Sankt-Gilene,Sen Gislen,Sen-Gilen,sheng ji si lan,sn-gyzln,Санкт-Гилене,Сен Гислен,Сен-Гилен,سن-گیزلن,سینٹ-غصلیں,聖吉斯蘭		WAL	WHT	53	53070
2787418	Saint-Géry	saint-gery	BE	1450	810	Europe/Brussels	50.58127	4.61357		Chastre (Saint-Gery),Chastre (Saint-Géry)		WAL	WBR	25	25117
2787420	Saint-Germain	saint-germain	BE	5310	0	Europe/Brussels	50.58585	5.7932				WAL	WLG	63	63058
2787421	Saint-Germain	saint-germain	BE	5310	617	Europe/Brussels	50.5731	4.84205		Eghezee (Saint-Germain),Éghezée (Saint-Germain)		WAL	WNA	92	92035
2787423	Saint-Gérard	saint-gerard	BE	5640	2659	Europe/Brussels	50.34645	4.74098		Saint-Gerard,Saint-Gérard		WAL	WNA	92	92087
2787805	Romsée	romsee	BE	4624	4270	Europe/Brussels	50.61091	5.66457		Fleron (Romsee),Fléron (Romsée)		WAL	WLG	62	62038
2787425	Saint-Georges-sur-Meuse	saint-georges-sur-meuse	BE	4470	6803	Europe/Brussels	50.60007	5.3574		Saint-Georges,Sen Zhorzh sjur M'oz,Sen-Zhorzh-sjur-Mjoz,Sint-Djor-so-Mouze,Sint-Djôr-so-Mouze,mo ci he pan sheng qiao zhi,sn-zhwrzh-swr-mwz,Сен Жорж сюр Мьоз,Сен-Жорж-сюр-Мёз,سن-ژورژ-سور-موز,سینٹ-گیورگس-سر-موسے,默兹河畔圣乔治		WAL	WLG	64	64065
2787432	Saintes	saintes	BE	1480	2807	Europe/Brussels	50.70499	4.16006		Saintes,Sint-Renelde		WAL	WBR	25	25105
2787435	Sainte-Ode	sainte-ode	BE	6680	2310	Europe/Brussels	50.01723	5.51926		Saint-Ode,Sainte-Ode,Sent Od,Sent-Od,sheng ao de,sntwd,Сент Од,Сент-Од,سنتود,سین-اڈے,圣奥德		WAL	WLX	82	82038
2787441	Sainte-Marie-sur-Semois	sainte-marie-sur-semois	BE	6740	1584	Europe/Brussels	49.67124	5.5638		Sainte-Marie,Sainte-Marie-sur-Semois		WAL	WLX	85	85009
2787452	Sainte-Cécile	sainte-cecile	BE	6820	469	Europe/Brussels	49.72859	5.24237		Sainte-Cecile,Sainte-Cécile		WAL	WLX	85	85011
2787465	Saint-Denis	saint-denis	BE	7034	1354	Europe/Brussels	50.53567	4.78278		Saint-Denis,Saint-Denis-Bovesse		WAL	WNA	92	92141
2787466	Saint-Denis	saint-denis	BE	7034	1601	Europe/Brussels	50.4905	4.02048				WAL	WHT	53	53053
2787469	Saint-Aubin	saint-aubin	BE	5620	838	Europe/Brussels	50.24767	4.57735		Saint-Aubin		WAL	WNA	93	93022
2787476	Saint-André	saint-andre	BE	4606	565	Europe/Brussels	50.69541	5.75343		Saint-Andre,Saint-André		WAL	WLG	62	62027
2787478	Saint-Amand	saint-amand	BE	6221	1056	Europe/Brussels	50.50611	4.54988		Fleurus (Saint-Amand)		WAL	WHT	52	52021
2787501	Rutten	rutten	BE	3700	852	Europe/Brussels	50.74764	5.44354		Russon,Rutten		VLG	VLI	73	73083
2787508	Russeignies	russeignies	BE	7750	604	Europe/Brussels	50.74453	3.53155		Rozenaken,Russeignies		WAL	WHT	57	57095
2787512	Rupelmonde	rupelmonde	BE	9150	3151	Europe/Brussels	51.12931	4.29434		Rupelmonde		VLG	VOV	46	46013
2787517	Runkelen	runkelen	BE	3803	408	Europe/Brussels	50.84643	5.15054		Runckelen,Runkelen		VLG	VLI	71	71053
2787521	Rumst	rumst	BE	2840	14521	Europe/Brussels	51.08153	4.42217		Rumpst,Rumst		VLG	VAN	11	11037
2787523	Rumsdorp	rumsdorp	BE	3400	192	Europe/Brussels	50.76724	5.07439		Rumsdorp		VLG	VBR	24	24059
2787525	Rummen	rummen	BE	3454	2177	Europe/Brussels	50.88912	5.16521		Geetbets (Rummen)		VLG	VBR	24	24028
2787527	Rumillies	rumillies	BE	7540	2818	Europe/Brussels	50.62105	3.44325		Rumillies		WAL	WHT	57	57081
2787530	Rumes	rumes	BE	7610	4918	Europe/Brussels	50.5545	3.30535		Rjum,Rumes,rwm,Рюм,روم		WAL	WHT	57	57072
2787532	Rumbeke	rumbeke	BE	8800	14265	Europe/Brussels	50.93248	3.16716		Rumbeke		VLG	VWV	36	36015
2787539	Rukkelingen-Loon	rukkelingen-loon	BE	3870	359	Europe/Brussels	50.72839	5.25382		Roclenge-Looz,Rukkelingen-Loon		VLG	VLI	73	73022
2787547	Ruiselede	ruiselede	BE	8755	5129	Europe/Brussels	51.04039	3.39416		Ruiselede,Ruysselede		VLG	VWV	37	37012
2787550	Ruisbroek	ruisbroek	BE	1601	4860	Europe/Brussels	51.08832	4.33127		Puurs (Ruisbroek),Ruysbroeck		VLG	VAN	12	12041
2787551	Ruisbroek	ruisbroek	BE	1601	0	Europe/Brussels	50.86667	3.58333		Ruisbroek,Ruybroek		VLG	VOV	45	45035
2787552	Ruisbroek	ruisbroek	BE	1601	7041	Europe/Brussels	50.79015	4.29771		Sint-Pieters-Leeuw (Ruisbroek)		VLG	VBR	23	23077
2787559	Ruien	ruien	BE	9690	2795	Europe/Brussels	50.76865	3.48581		Ruien,Ruyen		VLG	VOV	45	45060
2787566	Ruette	ruette	BE	6760	869	Europe/Brussels	49.53668	5.59582		Virton (Ruette)		WAL	WLX	85	85045
2787572	Ruddervoorde	ruddervoorde	BE	8020	5832	Europe/Brussels	51.09589	3.20743		Ruddervoorde		VLG	VWV	31	31022
2787594	Rozebeke	rozebeke	BE	9630	423	Europe/Brussels	50.84946	3.75224		Roosebeke,Roozebeke,Rozebeke		VLG	VOV	45	45065
2787608	Roy	roy	BE	6900	696	Europe/Brussels	50.18489	5.40584		Roy		WAL	WLX	83	83034
2787614	Roux-Miroir	roux-miroir	BE	1315	681	Europe/Brussels	50.70863	4.78266		Incourt (Roux-Miroir)		WAL	WBR	25	25043
2787616	Roux	roux	BE	6044	8983	Europe/Brussels	50.44111	4.3917		Charleroi (Roux),El Rou-dle-Tchalerwe,El Rou-dlé-Tchålerwè		WAL	WHT	52	52011
2787621	Rouvroy	rouvroy	BE	6767	0	Europe/Brussels	50.48285	5.04976				WAL	WNA	92	92003
2787622	Rouvroy	rouvroy	BE	6767	1946	Europe/Brussels	49.53771	5.49031		Rouvroy		WAL	WLX	85	85047
2787623	Rouvreux	rouvreux	BE	4140	1777	Europe/Brussels	50.48984	5.65006		Sprimont (Rouvreux)		WAL	WLG	62	62100
2787625	Rouveroy	rouveroy	BE	7120	0	Europe/Brussels	50.61945	5.40391		Rouveroy,Rouvroy		WAL	WLG	62	62118
2787626	Rouveroy	rouveroy	BE	7120	471	Europe/Brussels	50.35598	4.06374				WAL	WHT	56	56085
2787650	Roucourt	roucourt	BE	7601	879	Europe/Brussels	50.52882	3.58635				WAL	WHT	57	57064
2787662	Rotselaar	rotselaar	BE	3110	15007	Europe/Brussels	50.95302	4.71665		Rotselaar,Rotselaer,Rotselar,luo ce la er,rwtswlr,Ротселар,روتسولر,罗策拉尔		VLG	VBR	24	24094
2787664	Rotheux-Rimière	rotheux-rimiere	BE	4120	2900	Europe/Brussels	50.53356	5.48063		Neupre (Rotheux-Rimiere),Neupré (Rotheux-Rimière),Rotheux		WAL	WLG	62	62121
2787666	Rotem	rotem	BE	3650	3710	Europe/Brussels	51.05289	5.74096		Dilsen-Stokkem (Rotem)		VLG	VLI	72	72041
2787667	Rotem	rotem	BE	3650	0	Europe/Brussels	50.92322	5.09106		Rotem,Rothem		VLG	VLI	71	71020
2787686	Rossignol	rossignol	BE	6730	789	Europe/Brussels	49.71791	5.4859		Rossignol		WAL	WLX	85	85039
2787695	Rosoux-Crenwick	rosoux-crenwick	BE	4257	714	Europe/Brussels	50.70724	5.18951		Roost-Krenwik,Rosoux-Crenwick,Rosoux-Grenwick		WAL	WLG	64	64008
2787700	Rosmeer	rosmeer	BE	3740	915	Europe/Brussels	50.84595	5.57805		Bilzen (Rosmeer)		VLG	VLI	73	73006
2787704	Rosières	rosieres	BE	1331	2184	Europe/Brussels	50.73097	4.54473		Rixensart (Rosieres),Rixensart (Rosières),Rosieres-Saint-Andre,Rosières-Saint-André		WAL	WBR	25	25091
2787711	Roselies	roselies	BE	6250	2424	Europe/Brussels	50.43028	4.57203		Aiseau-Presles (Roselies)		WAL	WHT	52	52074
2787715	Rosée	rosee	BE	5620	657	Europe/Brussels	50.23293	4.68688		Rosee,Rosée		WAL	WNA	93	93022
2787734	Roosbeek	roosbeek	BE	3370	0	Europe/Brussels	50.83581	5.25807				VLG	VLI	71	71053
2787735	Roosbeek	roosbeek	BE	3370	1908	Europe/Brussels	50.83608	4.86282		Boutersem (Roosbeek)		VLG	VBR	24	24016
2787767	Ronsele	ronsele	BE	9932	553	Europe/Brussels	51.13056	3.55178		Ronsele		VLG	VOV	44	44085
2787774	Ronquières	ronquieres	BE	7090	1369	Europe/Brussels	50.60853	4.22081		Ronquieres,Ronquières		WAL	WHT	55	55004
2787779	Rongy	rongy	BE	7623	1240	Europe/Brussels	50.50724	3.3895		Rongy		WAL	WHT	57	57093
2787815	Romershoven	romershoven	BE	3730	816	Europe/Brussels	50.85635	5.45986		Hoeselt (Romershoven)		VLG	VLI	73	73032
2787817	Romerée	romeree	BE	5680	0	Europe/Brussels	50.28462	5.00489				WAL	WNA	91	91034
2787818	Romerée	romeree	BE	5680	332	Europe/Brussels	50.13526	4.67482		Romeree,Romerée		WAL	WNA	93	93018
2787821	Romedenne	romedenne	BE	5600	602	Europe/Brussels	50.17133	4.69686		Romedenne		WAL	WNA	93	93056
2787830	Roly	roly	BE	5600	770	Europe/Brussels	50.13554	4.53727		Philippeville (Roly)		WAL	WNA	93	93056
2787832	Roloux	roloux	BE	4347	401	Europe/Brussels	50.65089	5.39712		Roloux		WAL	WLG	64	64025
2787835	Rollegem-Kapelle	rollegem-kapelle	BE	8880	1335	Europe/Brussels	50.8687	3.14635		Rollegem-Kapelle,Rolleghemcappelle		VLG	VWV	36	36010
2787837	Rollegem	rollegem	BE	8510	2770	Europe/Brussels	50.76565	3.26317		Rollegem,Rolleghem		VLG	VWV	34	34022
2787843	Roksem	roksem	BE	8460	1594	Europe/Brussels	51.16885	3.0329		Roksem,Roxem		VLG	VWV	35	35014
2787850	Roisin	roisin	BE	7387	1251	Europe/Brussels	50.33237	3.69553				WAL	WHT	53	53083
2787864	Rognée	rognee	BE	5651	314	Europe/Brussels	50.2691	4.38921		Rognee,Rognée		WAL	WNA	93	93088
2787878	Le Roeulx	le-roeulx	BE	7070	7968	Europe/Brussels	50.50365	4.11163				WAL	WHT	55	55035
2787889	Roeselare	roeselare	BE	8800	56016	Europe/Brussels	50.94653	3.12269		Roeselare,Roeselare vald,Roeselave,Roeseloare,Roulers,Rouselare,Ruselare,Ruselarė,lu se la lei,lusellale,ruserare,rwslarh,Руселаре,روسلاره,ルーセラーレ,鲁瑟拉勒,루셀라레		VLG	VWV	36	36015
2787890	Roeselare	roeselare	BE	8800	0	Europe/Brussels	50.85	3.93333		Roeselare,Roesselaere		VLG	VOV	41	41027
2787892	Roesbrugge-Haringe	roesbrugge-haringe	BE	8972	1001	Europe/Brussels	50.9181	2.62538		Roesbrugge,Roesbrugge-Haringe,Rousbrugge-Haringhe,Rousbrügge-Haringhe		VLG	VWV	33	33021
2787937	Rocourt	rocourt	BE	4000	7010	Europe/Brussels	50.67579	5.54621		Liege (Rocourt),Liège (Rocourt)		WAL	WLG	62	62063
2787939	Roclenge-sur-Geer	roclenge-sur-geer	BE	4690	1203	Europe/Brussels	50.75688	5.59444		Bassenge (Roclenge-sur-Geer),Rukkelingen-op-den-Jeker		WAL	WLG	62	62011
2787944	Rocherath	rocherath	BE	4761	1340	Europe/Brussels	50.43706	6.30049		Bullange (Rocherath)		WAL	WLG	63	63012
2787946	Rochehaut	rochehaut	BE	6830	294	Europe/Brussels	49.84041	5.00599		Rochehaut		WAL	WLX	84	84010
2787948	Rochefort	rochefort	BE	5580	11978	Europe/Brussels	50.1631	5.2216		Notre-Dame-de-Foy-de-Rochefort,Roshfor,Рошфор		WAL	WNA	91	91114
2787956	Roborst	roborst	BE	9630	794	Europe/Brussels	50.86655	3.75302		Roborst,Rooborst		VLG	VOV	45	45065
2787962	Robertville	robertville	BE	4950	2633	Europe/Brussels	50.45406	6.12205		Waimes (Robertville)		WAL	WLG	63	63080
2787970	Robelmont	robelmont	BE	6769	483	Europe/Brussels	49.59481	5.50839		Robelmont		WAL	WLX	85	85024
2787973	Robechies	robechies	BE	6460	279	Europe/Brussels	50.0729	4.27763		Chimay (Robechies)		WAL	WHT	56	56016
2787989	Rixensart	rixensart	BE	1330	21616	Europe/Brussels	50.71229	4.52529		Ricsinsat,Ricsinsåt,Riksansar,Riksensart,Rixensart,li ke sang sa er,ryksansr,Риксансар,Риксенсарт,ریکسانسر,里克桑萨尔		WAL	WBR	25	25091
2787998	Rivière	riviere	BE	5170	0	Europe/Brussels	50.71638	3.76817				WAL	WHT	55	55023
2787999	Rivière	riviere	BE	5170	563	Europe/Brussels	50.35696	4.8739				WAL	WNA	92	92101
2788028	Rillaar	rillaar	BE	3202	5518	Europe/Brussels	50.97376	4.89177		Rillaar,Rillaer		VLG	VBR	24	24001
2788030	Riksingen	riksingen	BE	3700	989	Europe/Brussels	50.80433	5.46263		Riksingen,Rixingen		VLG	VLI	73	73083
2788046	Rijmenam	rijmenam	BE	2820	5755	Europe/Brussels	51.0016	4.58405		Bonheiden (Rijmenam),Rymenam		VLG	VAN	12	12005
2788049	Rijkhoven	rijkhoven	BE	3740	1349	Europe/Brussels	50.83294	5.51497		Bilzen (Rijkhoven),Ryckhoven		VLG	VLI	73	73006
2788051	Rijkevorsel	rijkevorsel	BE	2310	10606	Europe/Brussels	51.34795	4.76053		Rijkevorsel,Ryckevorsel		VLG	VAN	13	13037
2788059	Rijkel	rijkel	BE	3840	758	Europe/Brussels	50.80935	5.26136		Rijkel,Ryckel		VLG	VLI	73	73009
2788072	Rièzes	riezes	BE	6464	321	Europe/Brussels	49.95948	4.36874		Chimay (Riezes),Chimay (Rièzes)		WAL	WHT	56	56016
2788086	Rienne	rienne	BE	5575	711	Europe/Brussels	49.99277	4.8847		Rienne		WAL	WNA	91	91054
2788088	Riemst	riemst	BE	3770	15809	Europe/Brussels	50.80995	5.60131		Riempst,Riemst		VLG	VLI	73	73066
2788101	Richelle	richelle	BE	4600	1551	Europe/Brussels	50.71396	5.69564		Vise (Richelle),Visé (Richelle)		WAL	WLG	62	62108
2788111	Rhisnes	rhisnes	BE	5080	1967	Europe/Brussels	50.50682	4.80592		La Bruyere (Rhisnes),La Bruyère (Rhisnes)		WAL	WNA	92	92141
2788121	Rèves	reves	BE	6210	1734	Europe/Brussels	50.53809	4.41075		Les Bons Villers (Reves),Les Bons Villers (Rèves)		WAL	WHT	52	52075
2788131	Burg-Reuland	burg-reuland	BE	4790	0	Europe/Brussels	50.19571	6.13446		Burg Rojland,Burg-Rojland,buruku=roiranto,bwrg-rwlan,Бург Ройланд,Бург-Ройланд,بورگ-رولان,ブルク＝ロイラント,布尔格—罗伊兰德		WAL	WLG	63	63087
2788135	Retinne	retinne	BE	4621	4554	Europe/Brussels	50.63084	5.69821		Fleron (Retinne),Fléron (Retinne)		WAL	WLG	62	62038
2788138	Retie	retie	BE	2470	8000	Europe/Brussels	51.26652	5.08242		Rethy,Retie	13036	VLG	VAN	13	13036
2788143	Resteigne	resteigne	BE	6927	615	Europe/Brussels	50.08304	5.17692		Resteigne		WAL	WLX	84	84068
2788148	Ressegem	ressegem	BE	9551	1280	Europe/Brussels	50.89115	3.91129		Ressegem		VLG	VOV	41	41027
2788151	Ressaix	ressaix	BE	7134	4079	Europe/Brussels	50.42285	4.19442				WAL	WHT	56	56011
2788157	Reppel	reppel	BE	3950	1091	Europe/Brussels	51.15405	5.5624		Reppel		VLG	VLI	72	72003
2788169	Renlies	renlies	BE	6500	518	Europe/Brussels	50.1908	4.26682		Renlies		WAL	WHT	56	56005
2788176	Reningelst	reningelst	BE	8970	1453	Europe/Brussels	50.81514	2.77066		Reningelst,Reninghelst		VLG	VWV	33	33021
2788178	Reninge	reninge	BE	8647	1064	Europe/Brussels	50.94781	2.78892		Reninge,Reninghe		VLG	VWV	32	32030
2788186	Rendeux	rendeux	BE	6987	2320	Europe/Brussels	50.23423	5.50414		R'ond'o,Randjo,Rendeux,Rindeu,lang de,randw,Рандё,Рьондьо,راندو,朗德		WAL	WLX	83	83044
2788211	Remicourt	remicourt	BE	4350	5050	Europe/Brussels	50.68069	5.32785		Remicourt		WAL	WLG	64	64063
2788214	Remersdaal	remersdaal	BE	3791	297	Europe/Brussels	50.7314	5.88065		Voeren (Remersdaal)		VLG	VLI	73	73109
2788218	Remagne	remagne	BE	6800	336	Europe/Brussels	49.97671	5.49421		Remagne		WAL	WLX	84	84077
2788224	Relegem	relegem	BE	1731	1566	Europe/Brussels	50.89908	4.27694		Asse (Relegem),Releghem		VLG	VBR	23	23002
2788226	Rekkem	rekkem	BE	8930	0	Europe/Brussels	50.84849	3.62845		Rekkem		VLG	VOV	45	45035
2788227	Rekkem	rekkem	BE	8930	4938	Europe/Brussels	50.7837	3.16346		Reckem,Rekkem		VLG	VWV	34	34027
2788231	Rekem	rekem	BE	3621	4493	Europe/Brussels	50.92244	5.6938		Reckheim,Rekem		VLG	VLI	73	73042
2788273	Reet	reet	BE	2840	6865	Europe/Brussels	51.10201	4.41264		Reet,Reeth		VLG	VAN	11	11037
2788278	Redu	redu	BE	6890	400	Europe/Brussels	50.00695	5.16007		Redju,Redu,Редю		WAL	WLX	84	84035
2788285	Recogne	recogne	BE	6800	1810	Europe/Brussels	49.91232	5.3537		Recogne		WAL	WLX	84	84077
2788293	Recht	recht	BE	4780	1305	Europe/Brussels	50.33801	6.04883		Saint-Vith (Recht)		WAL	WLG	63	63067
2788299	Rebecq-Rognon	rebecq-rognon	BE	1430	10049	Europe/Brussels	50.65147	4.10683		Rebecq (Rebecq-Rognon)		WAL	WBR	25	25123
2788301	Rebaix	rebaix	BE	7804	981	Europe/Brussels	50.65996	3.78307				WAL	WHT	51	51004
2788312	Ravels	ravels	BE	2380	13560	Europe/Brussels	51.37274	4.9921		Raevels,Ravels		VLG	VAN	13	13035
2788348	Ranst	ranst	BE	2520	17405	Europe/Brussels	51.18983	4.56533		Ranst		VLG	VAN	11	11035
2788350	Ransberg	ransberg	BE	3470	627	Europe/Brussels	50.87493	5.03955		Kortenaken (Ransberg)		VLG	VBR	24	24054
2788353	Ransart	ransart	BE	6043	8813	Europe/Brussels	50.46166	4.47616		Charleroi (Ransart)		WAL	WHT	52	52011
2788361	Rance	rance	BE	6470	1706	Europe/Brussels	50.14248	4.27917		Sivry-Rance (Rance)		WAL	WHT	56	56088
2788364	Ramskapelle	ramskapelle	BE	8301	813	Europe/Brussels	51.31511	3.25057		Ramscappelle,Ramskapelle		VLG	VWV	31	31043
2788365	Ramskapelle	ramskapelle	BE	8301	566	Europe/Brussels	51.10974	2.76403		Ramscappelle,Ramskapelle		VLG	VWV	38	38016
2788368	Ramsel	ramsel	BE	2230	4428	Europe/Brussels	51.0324	4.83242		Ramsel		VLG	VAN	13	13013
2788370	Ramsdonk	ramsdonk	BE	1880	1500	Europe/Brussels	51.015	4.33522		Kapelle-op-den-Bos (Ramsdonk)		VLG	VBR	23	23039
2788381	Ramillies	ramillies	BE	1367	5749	Europe/Brussels	50.63395	4.90119				WAL	WBR	25	25122
2788386	Ramelot	ramelot	BE	4557	256	Europe/Brussels	50.46667	5.33333		Ramelot		WAL	WLG	61	61081
2788388	Ramegnies-Chin	ramegnies-chin	BE	7520	938	Europe/Brussels	50.65161	3.33704		Ramegnies-Chin		WAL	WHT	57	57081
2788390	Ramegnies	ramegnies	BE	7971	143	Europe/Brussels	50.5442	3.63476		Rameignies		WAL	WHT	51	51008
2788401	Rahier	rahier	BE	4987	333	Europe/Brussels	50.38499	5.78087		Stoumont (Rahier)		WAL	WLG	63	63075
2788405	Ragnies	ragnies	BE	6532	441	Europe/Brussels	50.30804	4.2845		Thuin (Ragnies)		WAL	WHT	56	56078
2788410	Raeren	raeren	BE	4730	9925	Europe/Brussels	50.6672	6.11535		Raeren		WAL	WLG	63	63061
2788415	Racour	racour	BE	4287	1153	Europe/Brussels	50.73924	5.02806		Raatshoven,Racour		WAL	WLG	64	64047
2788419	Rachecourt	rachecourt	BE	6792	664	Europe/Brussels	49.59195	5.72528		Rachecourt		WAL	WLX	81	81004
2788444	Quiévrain	quievrain	BE	7380	6560	Europe/Brussels	50.40737	3.68351		K'evren,Kievren,kywrn,Киеврен,Кьеврен,کیورن		WAL	WHT	53	53068
2788446	Quévy-le-Petit	quevy-le-petit	BE	7040	7689	Europe/Brussels	50.36879	3.93602				WAL	WHT	53	53084
2788447	Quévy-le-Grand	quevy-le-grand	BE	7040	746	Europe/Brussels	50.36074	3.9489				WAL	WHT	53	53084
2788449	Quevaucamps	quevaucamps	BE	7972	0	Europe/Brussels	50.71667	3.26667		Quevaucamp,Quevaucamps		VLG	VWV		
2788450	Quevaucamps	quevaucamps	BE	7972	3330	Europe/Brussels	50.51888	3.68128				WAL	WHT	51	51008
2788453	Queue-du-Bois	queue-du-bois	BE	4610	2461	Europe/Brussels	50.63759	5.67993		Beyne-Heusay (Queue-du-Bois)		WAL	WLG	62	62015
2788471	Quenast	quenast	BE	1430	3226	Europe/Brussels	50.66959	4.15661		Rebecq (Quenast)		WAL	WBR	25	25123
2788493	Quartes	quartes	BE	7540	524	Europe/Brussels	50.65054	3.51153		Quartes		WAL	WHT	57	57081
2788499	Quaregnon	quaregnon	BE	7390	18491	Europe/Brussels	50.44067	3.8653		Cargnon,Couargnon,Karen'on,krwnywn,Кареньон,کرونیون		WAL	WHT	53	53065
2788506	Puurs	puurs	BE	2870	15944	Europe/Brussels	51.07409	4.28844		Pjurs,Puers,Puurs,pi er si,pwr,Пюрс,پور,皮尔斯		VLG	VAN	12	12041
2788520	Putte	putte	BE	2580	0	Europe/Brussels	51.35086	4.39455		Brabant-Putte,Brabants-Putte,Putte		VLG	VAN	11	11044
2788521	Putte	putte	BE	2580	15276	Europe/Brussels	51.05337	4.63263		Putte		VLG	VAN	12	12029
2788528	Pussemange	pussemange	BE	5550	176	Europe/Brussels	49.81118	4.86814		Vresse-sur-Semois (Pussemange)		WAL	WNA	91	91143
2788530	Purnode	purnode	BE	5530	577	Europe/Brussels	50.31201	4.94411		Yvoir (Purnode)		WAL	WNA	91	91141
2788534	Pulle	pulle	BE	2243	2810	Europe/Brussels	51.20317	4.71434		Zandhoven (Pulle)		VLG	VAN	11	11054
2788539	Pulderbos	pulderbos	BE	2242	2819	Europe/Brussels	51.2171	4.69357		Pulderbosch,Zandhoven (Pulderbos)		VLG	VAN	11	11054
2788554	Pry	pry	BE	5650	524	Europe/Brussels	50.27212	4.43908		Walcourt (Pry)		WAL	WNA	93	93088
2788559	Proven	proven	BE	8972	1212	Europe/Brussels	50.88976	2.65721		Proven		VLG	VWV	33	33021
2788577	Profondeville	profondeville	BE	5170	11401	Europe/Brussels	50.37581	4.86506		Parfondveye,Profondeville,Profondvil,Profondvil',prwfwndw wyl,pu luo feng de wei ye,Профондвил,Профондвиль,پروفوندو ویل,普罗丰德维耶		WAL	WNA	92	92101
2788614	Presles	presles	BE	6250	2206	Europe/Brussels	50.38417	4.57838		Aiseau-Presles (Presles)		WAL	WHT	52	52074
2788616	Presgaux	presgaux	BE	5660	608	Europe/Brussels	50.02522	4.42002		Couvin (Presgaux)		WAL	WNA	93	93014
2788659	Pousset	pousset	BE	4350	927	Europe/Brussels	50.69504	5.30399		Remicourt (Pousset)		WAL	WLG	64	64063
2788664	Poupehan	poupehan	BE	6830	223	Europe/Brussels	49.81158	5.00294		Poupehan		WAL	WLX	84	84010
2788666	Poulseur	poulseur	BE	4171	1827	Europe/Brussels	50.50907	5.57864		Poulseur		WAL	WLG	62	62026
2788673	Poucet	poucet	BE	4280	387	Europe/Brussels	50.67612	5.11654		Hannut (Poucet)		WAL	WLG	64	64034
2788677	Pottes	pottes	BE	7760	1297	Europe/Brussels	50.73294	3.40703				WAL	WHT	57	57018
2788716	Porcheresse	porcheresse	BE	5370	229	Europe/Brussels	50.34009	5.24185		Havelange (Porcheresse)		WAL	WNA	91	91064
2788717	Porcheresse	porcheresse	BE	5370	0	Europe/Brussels	50.03333	5.5				WAL	WLX	82	82038
2788718	Porcheresse	porcheresse	BE	5370	268	Europe/Brussels	49.97743	5.08646				WAL	WLX	84	84016
2788722	Popuelles	popuelles	BE	7760	207	Europe/Brussels	50.66139	3.51872				WAL	WHT	57	57018
2788724	Poppel	poppel	BE	2382	4024	Europe/Brussels	51.44565	5.0433		Poppel		VLG	VAN	13	13035
2788726	Poperinge	poperinge	BE	8970	19537	Europe/Brussels	50.85386	2.72659		Poperienge,Poperinge,Poperinghe,bo po ling e,pprnzh,Поперинге,پپرنژ,波珀灵厄		VLG	VWV	33	33021
2788741	Pontillas	pontillas	BE	5380	591	Europe/Brussels	50.54916	5.02101		Fernelmont (Pontillas)		WAL	WNA	92	92138
2788752	Pont-de-Loup	pont-de-loup	BE	6250	2896	Europe/Brussels	50.41656	4.54594		Aiseau-Presles (Pont-de-Loup)		WAL	WHT	52	52074
2788765	Pont-à-Celles	pont-a-celles	BE	6230	15909	Europe/Brussels	50.50518	4.36887		Pont a Sel,Pont-a-Sel',pwn-a-sl,Понт а Сел,Понт-а-Сель,پون-ا-سل		WAL	WHT	52	52055
2788771	Pondrôme	pondrome	BE	5574	1055	Europe/Brussels	50.09922	5.00959		Beauraing (Pondrome),Beauraing (Pondrôme)		WAL	WNA	91	91013
2788784	Pommeroeul	pommeroeul	BE	7322	2526	Europe/Brussels	50.46188	3.71252				WAL	WHT	51	51009
2788788	Pollinkhove	pollinkhove	BE	8647	656	Europe/Brussels	50.97118	2.7326		Pollinchove,Pollinkhove		VLG	VWV	32	32030
2788790	Polleur	polleur	BE	4800	2538	Europe/Brussels	50.5394	5.88078		Theux (Polleur)		WAL	WLG	63	63076
2788792	Pollare	pollare	BE	9401	1362	Europe/Brussels	50.81713	4.006		Pollaere,Pollare		VLG	VOV	41	41048
2788817	Poesele	poesele	BE	9850	466	Europe/Brussels	51.03452	3.51687		Poesele		VLG	VOV	44	44083
2788822	Poelkapelle	poelkapelle	BE	8920	2184	Europe/Brussels	50.9179	2.95677		Poelcappelle,Poelkapelle		VLG	VWV	33	33040
2788835	Poeke	poeke	BE	9880	565	Europe/Brussels	51.0394	3.44542		Poeke,Poucques		VLG	VOV	44	44084
2788837	Poederlee	poederlee	BE	2275	2845	Europe/Brussels	51.22769	4.84034		Lille (Poederlee),Poederle		VLG	VAN	13	13019
2788849	Plombières	plombieres	BE	4850	9596	Europe/Brussels	50.73656	5.95922		Bleyberg,Blieberg,Blieberig,Plomb'er,Plombier,Plombieres,Plombières,blwmbyyr,plwmbyr,pu long bi ai,Пломбиер,Пломбьер,بلومبيير,پلومبیر,普隆比埃		WAL	WLG	63	63088
2788854	Ploegsteert	ploegsteert	BE	7782	4352	Europe/Brussels	50.72659	2.88019		Ploegsteert		WAL	WHT	54	54010
2788904	Plancenoit	plancenoit	BE	1380	1603	Europe/Brussels	50.66228	4.42835		Lasne (Plancenoit)		WAL	WBR	25	25119
2788908	Plainevaux	plainevaux	BE	4122	2508	Europe/Brussels	50.54562	5.52329		Neupre (plainevaux),Neupré (plainevaux)		WAL	WLG	62	62121
2788909	Plainevaux	plainevaux	BE	4122	0	Europe/Brussels	49.86157	5.10891				WAL	WLX	84	84050
2788925	Pittem	pittem	BE	8740	6589	Europe/Brussels	50.99279	3.26317		Pittem,Pitthem		VLG	VWV	37	37011
2788938	Pironchamps	pironchamps	BE	6240	2000	Europe/Brussels	50.43181	4.52019		Farciennes (Pironchamps)		WAL	WHT	52	52018
2788941	Piringen	piringen	BE	3700	918	Europe/Brussels	50.78666	5.41822		Pirange,Piringen		VLG	VLI	73	73083
2788948	Pipaix	pipaix	BE	7904	1582	Europe/Brussels	50.58297	3.57956		Pipaix		WAL	WHT	57	57094
2788975	Piétrebais	pietrebais	BE	1315	1209	Europe/Brussels	50.72776	4.76455		Incourt  (Pietrebais),Incourt  (Piétrebais)		WAL	WBR	25	25043
2788978	Piétrain	pietrain	BE	1370	1619	Europe/Brussels	50.72532	4.92033		Jodoigne (Pietrain),Jodoigne (Piétrain)		WAL	WBR	25	25048
2788981	Piéton	pieton	BE	7160	2404	Europe/Brussels	50.43972	4.29752		Pieton,Piéton		WAL	WHT	52	52010
2789016	Philippeville	philippeville	BE	5600	8051	Europe/Brussels	50.19612	4.54374		Filippvil',Filipvil,Flipveye,Philippeville,Phillippeville,fei li pu wei er,firippuvu~iru,pillipeubil,Филипвил,Филиппвиль,فیلیپ‌ویل,フィリップヴィル,菲利普维尔,필리프빌	93	WAL	WNA	93	93056
2789020	Peutie	peutie	BE	1800	2667	Europe/Brussels	50.92998	4.45187		Peuthy,Vilvoorde (Peutie)		VLG	VBR	23	23088
2789034	Petit-Thier	petit-thier	BE	6692	620	Europe/Brussels	50.30709	5.96782		Petit-Thier		WAL	WLX	82	82032
2789047	Petit-Roeulx-lez-Nivelles	petit-roeulx-lez-nivelles	BE	7181	626	Europe/Brussels	50.55419	4.31351		Petit-Roeulx-lez-Nivelles		WAL	WHT	52	52063
2789049	Petit-Roeulx-lez-Braine	petit-roeulx-lez-braine	BE	7090	692	Europe/Brussels	50.62565	4.09385		Petit-Roeulx-lez-Braine		WAL	WHT	55	55004
2789053	Petit-Rechain	petit-rechain	BE	4800	3522	Europe/Brussels	50.61489	5.83417		Verviers (Petit-Rechain)		WAL	WLG	63	63079
2789078	Petit-Hallet	petit-hallet	BE	4280	359	Europe/Brussels	50.68762	5.0199		Petit-Hallet		WAL	WLG	64	64034
2789084	Petit-Fays	petit-fays	BE	5555	161	Europe/Brussels	49.9019	4.96813		Petit-Fays		WAL	WNA	91	91015
2789113	Petite-Chapelle	petite-chapelle	BE	5660	170	Europe/Brussels	49.95	4.50581		Couvin (Petite-Chapelle)		WAL	WNA	93	93014
2789137	Petigny	petigny	BE	5660	1033	Europe/Brussels	50.05739	4.53307		Petigny		WAL	WNA	93	93014
2789145	Petegem-aan-de-Leie	petegem-aan-de-leie	BE	9800	10332	Europe/Brussels	50.96667	3.53333				VLG	VOV	44	44083
2789149	Pessoux	pessoux	BE	5590	727	Europe/Brussels	50.28333	5.17033		Pessoux		WAL	WNA	91	91030
2789152	Pesche	pesche	BE	5660	929	Europe/Brussels	50.0427	4.45897		Pesche		WAL	WNA	93	93014
2789156	Perwez	perwez	BE	1360	2632	Europe/Brussels	50.62426	4.81354		Perve,Perwe,Perwez,Perwijs,Perwé,pei er wei,prwyh,Перве,پروئه,佩尔韦		WAL	WBR	25	25084
2789157	Perwez-Haillot	perwez-haillot	BE	5352	0	Europe/Brussels	50.4528	5.17207		Ohey (Perwez-Haillot)		WAL	WNA	92	92097
2789160	Pervijze	pervijze	BE	8600	816	Europe/Brussels	51.07322	2.79403		Pervijze,Pervyse		VLG	VWV	32	32003
2789162	Péruwelz	peruwelz	BE	7600	16647	Europe/Brussels	50.50819	3.59373		Perjuvel'z,Perjuvelz,Perwe-e-Hinnot,Perwé-e-Hinnot,Pierwe,Piérwé,prwwlz,Перювелз,Перювельз,پروولز		WAL	WHT	57	57064
2789178	Perk	perk	BE	1820	2800	Europe/Brussels	50.93571	4.49615		Perck,Steenokkerzeel (Perk)		VLG	VBR	23	23081
2789190	Pepinster	pepinster	BE	4860	9530	Europe/Brussels	50.56568	5.80386		Pepenster,Pepinster,po pan si te er,pwpnsth,Пепенстер,پوپنسته,珀潘斯特尔		WAL	WLG	63	63058
2789192	Pepingen	pepingen	BE	1670	603	Europe/Brussels	50.75922	4.15983		Pepingen,Pepinghen		VLG	VBR	23	23064
2789207	Pellenberg	pellenberg	BE	3212	2283	Europe/Brussels	50.87245	4.79394		Pellenberg		VLG	VBR	24	24066
2789209	Pellaines	pellaines	BE	4287	513	Europe/Brussels	50.72673	5.0071		Pellaines,Pellen		WAL	WLG	64	64047
2789216	Peissant	peissant	BE	7120	623	Europe/Brussels	50.35137	4.11963		Peissant		WAL	WHT	56	56085
2789232	Peer	peer	BE	3990	15551	Europe/Brussels	51.1303	5.45952		Peer		VLG	VLI	72	72030
2789236	Pecq	pecq	BE	7740	1498	Europe/Brussels	50.68619	3.33789		Pecq,Pek,Pècq,pwk,Пек,پوک		WAL	WHT	57	57062
2789250	Paulatem	paulatem	BE	9630	118	Europe/Brussels	50.89701	3.71774		Paulaethem,Paulatem		VLG	VOV	45	45065
2789254	Pâturages	paturages	BE	7340	8106	Europe/Brussels	50.4072	3.855				WAL	WHT	53	53082
2789258	Patignies	patignies	BE	5575	297	Europe/Brussels	50.00011	4.95146		Patignies		WAL	WNA	91	91054
2789270	Passendale	passendale	BE	8980	3095	Europe/Brussels	50.89979	3.02133		Passchendaele,Passchendale		VLG	VWV	33	33037
2789286	Parike	parike	BE	9661	676	Europe/Brussels	50.78487	3.79754		Paricke,Parike		VLG	VOV	45	45059
2789311	Papignies	papignies	BE	7861	1297	Europe/Brussels	50.68596	3.81783		Papegem		WAL	WHT	55	55023
2789346	Pamel	pamel	BE	1760	9241	Europe/Brussels	50.8453	4.07129		Roosdaal (Pamel)		VLG	VBR	23	23097
2789354	Paliseul	paliseul	BE	6850	5037	Europe/Brussels	49.90395	5.13537		Palijhou,Palijhoû,Paliseul,Paliseuli vald,Paliz'ol,Palizjol',ba li se er,plyzw,Пализьол,Пализёль,پلیزو,巴利瑟尔		WAL	WLX	84	84050
2789362	Pailhe	pailhe	BE	4560	270	Europe/Brussels	50.42345	5.2591		Clavier (Pailhe)		WAL	WLG	61	61012
2789365	Paifve	paifve	BE	4452	533	Europe/Brussels	50.7282	5.5234		Paifve		WAL	WLG	62	62060
2789388	Paal	paal	BE	3583	11935	Europe/Brussels	51.03988	5.17233		Beringen (Paal),Pael		VLG	VLI	71	71004
2789394	Overwinden	overwinden	BE	3400	553	Europe/Brussels	50.75504	5.048		Overwinden		VLG	VBR	24	24059
2789401	Overrepen	overrepen	BE	3700	715	Europe/Brussels	50.80802	5.43108		Overrepen,Tongeren (Overrepen)		VLG	VLI	73	73083
2789403	Overpelt	overpelt	BE	3900	13344	Europe/Brussels	51.21038	5.41557		Overpelt,Overpeltas,Pelt,ao fu pei er te,awrplt,xo wexr phel t,Оверпелт,اورپلت,โอเวอร์เพลต์,奥弗佩尔特		VLG	VLI	72	72043
2789409	Overmere	overmere	BE	9290	4626	Europe/Brussels	51.04691	3.9466		Overmeire,Overmere		VLG	VOV	42	42003
2789413	Overijse	overijse	BE	3090	23486	Europe/Brussels	50.77436	4.53461		Overejse,Overijase,Overijsche,Overijse,Overyssche,ao gang lai ze,awryzhz,Оверейсе,Оверийсе,اوریژز,奥纲赖泽		VLG	VBR	23	23062
2789416	Overhespen	overhespen	BE	3350	602	Europe/Brussels	50.79599	5.03563		Overhespen		VLG	VBR	24	24133
2789439	Overboelare	overboelare	BE	9500	4140	Europe/Brussels	50.76382	3.86369		Overboelare,Overboulaere		VLG	VOV	41	41018
2789446	Ouwegem	ouwegem	BE	9750	1608	Europe/Brussels	50.91231	3.59978		Auwegem,Ouwegem		VLG	VOV	45	45068
2789448	Outrijve	outrijve	BE	8582	1165	Europe/Brussels	50.75773	3.42964		Autryve,Outrijve		VLG	VWV	34	34003
2789452	Outrelouxhe	outrelouxhe	BE	4577	452	Europe/Brussels	50.50341	5.33361		Outrelouxhe		WAL	WLG	61	61041
2789457	Outgaarden	outgaarden	BE	3321	816	Europe/Brussels	50.76672	4.91929		Autgaerde,Outgaarden		VLG	VBR	24	24041
2789459	Outer	outer	BE	9406	3221	Europe/Brussels	50.84189	3.9987		Oultre,Outer		VLG	VOV	41	41048
2789471	Oupeye	oupeye	BE	4680	23594	Europe/Brussels	50.71184	5.6468		Oupeye,Oûpêye,Upe,Upej,awpyy,wu pei,Упе,Упей,اوپئی,乌佩		WAL	WLG	62	62079
2789475	Ougrée	ougree	BE	4102	11975	Europe/Brussels	50.60149	5.5444		Ougreye,Ougrêye,Seraing (Ougree),Seraing (Ougrée)		WAL	WLG	62	62096
2789479	Ouffet	ouffet	BE	4590	2477	Europe/Brussels	50.4387	5.4657		Ouffet,Ufe,Uffe,awfh,wu fei,Уфе,Уффе,اوفه,乌费		WAL	WLG	61	61048
2789483	Oud-Turnhout	oud-turnhout	BE	2360	12354	Europe/Brussels	51.31978	4.9841		Oud-Turnhout,Vieux-Turnhout		VLG	VAN	13	13031
2789492	Oud-Heverlee	oud-heverlee	BE	3050	10533	Europe/Brussels	50.83522	4.66421		Oud-Heverlee,Vieux-Heverle,Vieux-Héverlé		VLG	VBR	24	24086
2789519	Oudenburg	oudenburg	BE	8460	8752	Europe/Brussels	51.18489	3.00035		Oednburh,Oudenburg		VLG	VWV	35	35014
2789526	Oudenaken	oudenaken	BE	1600	402	Europe/Brussels	50.7798	4.19785		Audenaeken,Oudenaken		VLG	VBR	23	23077
2789529	Oudenaarde	oudenaarde	BE	9700	27935	Europe/Brussels	50.85168	3.60891		Aldenarda,Audenaarde,Audenarde,Ontenarnt,Oudenaarde,Oudenoarde,ao de na er de,audenaleudeo,audenarude,awdnrd,Οντενάρντ,Ауденарде,Оуденаарде,اودنرد,アウデナールデ,奥德纳尔德,아우데나르더	45	VLG	VOV	45	45035
2789539	Oudekapelle	oudekapelle	BE	8600	125	Europe/Brussels	51.01317	2.80844		Oudecappelle,Oudekapelle		VLG	VWV	32	32003
2789551	Oudegem	oudegem	BE	9200	4061	Europe/Brussels	51.01017	4.06195		Audegem,Oudegem		VLG	VOV	42	42006
2789570	Ottignies	ottignies	BE	1340	9557	Europe/Brussels	50.66535	4.56679		Ottignies-Louvain-la-Neuve (Ottignies),Ottin'i,Оттиньи		WAL	WBR	25	25121
2789577	Ottergem	ottergem	BE	9420	519	Europe/Brussels	50.93418	3.94706		Ottergem		VLG	VOV	41	41082
2789580	Ottenburg	ottenburg	BE	3040	2314	Europe/Brussels	50.75161	4.6164		Huldenberg (Ottenburg),Ottenbourg		VLG	VBR	24	24045
2789583	Otrange	otrange	BE	4360	0	Europe/Brussels	50.73602	5.37858		Oreye (Otrange),Wouteringen		WAL	WLG	64	64056
2789584	Othée	othee	BE	4340	1630	Europe/Brussels	50.71592	5.46724		Awans (Othee),Awans (Othée),Elch		WAL	WLG	62	62006
2789586	Oteppe	oteppe	BE	4210	779	Europe/Brussels	50.58008	5.12632		Burdinne (Oteppe)		WAL	WLG	61	61010
2789588	Otegem	otegem	BE	8553	2565	Europe/Brussels	50.80693	3.42043		Ootegem,Ooteghem,Otegem		VLG	VWV	34	34042
2789591	Ostiches	ostiches	BE	7804	650	Europe/Brussels	50.67857	3.75904				WAL	WHT	51	51004
2789612	Ortho	ortho	BE	6983	939	Europe/Brussels	50.12484	5.61316				WAL	WLX	83	83031
2789615	Orsmaal-Gussenhoven	orsmaal-gussenhoven	BE	3350	925	Europe/Brussels	50.80528	5.06178		Linter (Orsmaal-Gussenhoven),Orsmaal,Orsmael-Gussenhoven		VLG	VBR	24	24133
2789618	Orroir	orroir	BE	7750	938	Europe/Brussels	50.74973	3.48097		Orroir		WAL	WHT	57	57095
2789621	Orp-le-Grand	orp-le-grand	BE	1350	2496	Europe/Brussels	50.70331	4.9891		Orp-le-Grand		WAL	WBR	25	25120
2789626	Ormeignies	ormeignies	BE	7802	1119	Europe/Brussels	50.59501	3.75183				WAL	WHT	51	51004
2789633	Orgeo	orgeo	BE	6880	1297	Europe/Brussels	49.8339	5.30646		Orgeo		WAL	WLX	84	84009
2789635	Oreye	oreye	BE	4360	3373	Europe/Brussels	50.73187	5.35818		Oerle,Ore,Orej,Oreye,ao lai,Оре,Орей,اوره‌ای,奥赖		WAL	WLG	64	64056
2789638	Oret	oret	BE	5640	496	Europe/Brussels	50.3002	4.61717		Oret		WAL	WNA	92	92087
2789640	Ordingen	ordingen	BE	3800	937	Europe/Brussels	50.8132	5.23499		Sint-Truiden (Ordingen)		VLG	VLI	71	71053
2789643	Orcq	orcq	BE	7501	2365	Europe/Brussels	50.60322	3.34924		Orcq		WAL	WHT	57	57081
2789646	Orchimont	orchimont	BE	5550	145	Europe/Brussels	49.8939	4.92767		Orchimont		WAL	WNA	91	91143
2789650	Orbais	orbais	BE	1360	1166	Europe/Brussels	50.63798	4.76352		Perwez (Orbais)		WAL	WBR	25	25084
2789654	Opwijk	opwijk	BE	1745	12045	Europe/Brussels	50.96724	4.18442		Opwijk,Opwyck		VLG	VBR	23	23060
2789656	Opvelp	opvelp	BE	3360	1121	Europe/Brussels	50.81017	4.79347		Bierbeek (Opvelp)		VLG	VBR	24	24011
2789668	Oppuurs	oppuurs	BE	2890	2052	Europe/Brussels	51.06629	4.24222		Oppuers,Sint-Amands (Oppuurs)		VLG	VAN	12	12041
2789671	Opprebais	opprebais	BE	1315	1596	Europe/Brussels	50.67998	4.79785		Incourt (Opprebais)		WAL	WBR	25	25043
2789682	Opont	opont	BE	6852	415	Europe/Brussels	49.93455	5.11852		Opont		WAL	WLX	84	84050
2789684	Opoeteren	opoeteren	BE	3680	4331	Europe/Brussels	51.06923	5.65556		Maaseik (Opoeteren)		VLG	VLI	72	72021
2789688	Oplinter	oplinter	BE	3300	2317	Europe/Brussels	50.83023	4.99002		Tienen (Oplinter)		VLG	VBR	24	24107
2789692	Opitter	opitter	BE	3960	2543	Europe/Brussels	51.11705	5.64749		Bree (Opitter)		VLG	VLI	72	72004
2789696	Ophoven	ophoven	BE	3640	3104	Europe/Brussels	51.12571	5.80155		Ophoven		VLG	VLI	72	72018
2789697	Ophoven	ophoven	BE	3640	0	Europe/Brussels	51.08221	5.56968				VLG	VLI	72	72042
2789698	Ophoven	ophoven	BE	3640	0	Europe/Brussels	51.04642	5.57219				VLG	VLI	72	72042
2789700	Opheylissem	opheylissem	BE	1357	871	Europe/Brussels	50.7471	4.97689		Helecine (Opheylissem),Hélécine (Opheylissem)		WAL	WBR	25	25118
2789702	Opheers	opheers	BE	3870	277	Europe/Brussels	50.73993	5.29807		Heers (Opheers)		VLG	VLI	73	73022
2789705	Ophasselt	ophasselt	BE	9500	1882	Europe/Brussels	50.81729	3.89293		Ophasselt		VLG	VOV	41	41018
2789708	Ophain-Bois-Seigneur-Isaac	ophain-bois-seigneur-isaac	BE	1421	4255	Europe/Brussels	50.66646	4.34865		Braine-l'Alleud (Ophain-Bois-Seigneur-Isaac),Ophain		WAL	WBR	25	25014
2789712	Opgrimbie	opgrimbie	BE	3630	3560	Europe/Brussels	50.94188	5.67967		Maasmechelen (Opgrimbie),Opgrimby		VLG	VLI	73	73107
2789714	Opglabbeek	opglabbeek	BE	3660	9452	Europe/Brussels	51.04258	5.58346		Opglabbeek		VLG	VLI	72	72042
2789716	Opdorp	opdorp	BE	9255	3459	Europe/Brussels	51.02806	4.21801		Opdorp		VLG	VOV	42	42004
2789723	Opbrakel	opbrakel	BE	9660	1653	Europe/Brussels	50.79201	3.74862				VLG	VOV	45	45059
2789729	Oostwinkel	oostwinkel	BE	9931	788	Europe/Brussels	51.15155	3.53204		Oostwinkel		VLG	VOV	44	44085
2789731	Oostvleteren	oostvleteren	BE	8640	1237	Europe/Brussels	50.93319	2.74119		Oostvleteren		VLG	VWV	33	33041
2789737	Oostrozebeke	oostrozebeke	BE	8780	7489	Europe/Brussels	50.92093	3.33799		Oostroosebeke,Oostroozebeke,Oostrozebeke		VLG	VWV	37	37010
2789741	Oostnieuwkerke	oostnieuwkerke	BE	8840	3572	Europe/Brussels	50.93959	3.05742		Oostnieuwkerke		VLG	VWV	36	36019
2789745	Oostmalle	oostmalle	BE	2390	7034	Europe/Brussels	51.3	4.73333		Oostmalle		VLG	VAN	11	11057
2789747	Oostkerke	oostkerke	BE	8340	627	Europe/Brussels	51.27725	3.29608		Oostkerke		VLG	VWV	31	31006
2789748	Oostkerke	oostkerke	BE	8340	265	Europe/Brussels	51.04716	2.79759		Oostkerke		VLG	VWV	32	32003
2789751	Oostkamp	oostkamp	BE	8020	21489	Europe/Brussels	51.15432	3.23128		Oostcamp,Oostkamp,Ostkamp,Oôstkamp,ao si te kan pu,awztkam,Ôostkamp,Осткамп,اوزتکام,奥斯特坎普		VLG	VWV	31	31022
2789769	Oostham	oostham	BE	3945	5320	Europe/Brussels	51.10374	5.17877		Ham (Oostham)		VLG	VLI	71	71069
2789771	Oosterzele	oosterzele	BE	9860	13151	Europe/Brussels	50.95261	3.79826		Oosterzeele,Oosterzele,Osterzele,ao si te er ze lai,awztrzl,Остерзеле,اوزترزل,奥斯特尔泽莱		VLG	VOV	44	44052
2789792	Oosteeklo	oosteeklo	BE	9968	2720	Europe/Brussels	51.19302	3.68928		Oost-Eecloo,Oosteeklo,Oosteekloo		VLG	VOV	43	43002
2789794	Oostduinkerke	oostduinkerke	BE	8670	8534	Europe/Brussels	51.11565	2.68217		Oost-Dunkerke,Oost-Dunkerke-Bains,Oostduinkerke		VLG	VWV	38	38014
2789800	Oostakker	oostakker	BE	9041	7885	Europe/Brussels	51.10124	3.76945		Oostacker,Oostakker		VLG	VOV	44	44021
2789807	Oordegem	oordegem	BE	9340	2990	Europe/Brussels	50.95727	3.90201		Oordegem		VLG	VOV	41	41034
2789809	Oorbeek	oorbeek	BE	3300	1158	Europe/Brussels	50.7991	4.89235		Oirbeek,Tienen (Oorbeek)		VLG	VBR	24	24107
2789811	Oombergen	oombergen	BE	9520	0	Europe/Brussels	50.89856	3.83344				VLG	VOV	41	41081
2789815	Ooike	ooike	BE	9700	406	Europe/Brussels	50.87112	3.55238		Ooike,Oycke		VLG	VOV	45	45061
2789817	Ooigem	ooigem	BE	8710	3429	Europe/Brussels	50.89334	3.3363		Ooigem,Oyghem		VLG	VWV	37	37017
2789821	Onze-Lieve-Vrouw-Waver	onze-lieve-vrouw-waver	BE	2861	5621	Europe/Brussels	51.06265	4.57941		Sint-Katelijne-Waver  (Onze-Lieve-Vrouw-Waver),Wavre-Notre-Dame		VLG	VAN	12	12035
2789824	Onze-Lieve-Vrouw-Lombeek	onze-lieve-vrouw-lombeek	BE	1760	872	Europe/Brussels	50.82004	4.11035		Lombeek-Notre-Dame,Roosdaal (Onze-Lieve-Vrouw-Lombeek)		VLG	VBR	23	23097
2789827	Onoz	onoz	BE	5190	326	Europe/Brussels	50.49225	4.66991		Onoz		WAL	WNA	92	92140
2789829	Onnezies	onnezies	BE	7387	269	Europe/Brussels	50.36189	3.7163				WAL	WHT	53	53083
2789832	Onkerzele	onkerzele	BE	9500	3108	Europe/Brussels	50.78212	3.91145		Onkerzeele,Onkerzele		VLG	VOV	41	41018
2789834	Onhaye	onhaye	BE	5520	3014	Europe/Brussels	50.24148	4.84069		One,Onhaye,weng ai,Оне,عونه,翁艾		WAL	WNA	91	91103
2789854	On	on	BE	6900	1767	Europe/Brussels	50.17176	5.28936		On		WAL	WLX	83	83034
2789858	Omezée	omezee	BE	5600	65	Europe/Brussels	50.19321	4.69848		Omezee,Omezée		WAL	WNA	93	93056
2789862	Ombret	ombret	BE	4540	863	Europe/Brussels	50.54224	5.33378		Amay (Ombret)		WAL	WLG	61	61003
2789865	Omal	omal	BE	4252	584	Europe/Brussels	50.65605	5.19979		Geer (Omal)		WAL	WLG	64	64029
2789867	Olsene	olsene	BE	9870	3936	Europe/Brussels	50.93422	3.46389		Olsene		VLG	VOV	44	44081
2789869	Olne	olne	BE	4877	3836	Europe/Brussels	50.58994	5.74662		Ol'n,Oln,Olne,ao er en,awln,Олн,Ольн,اولن,奥尔恩		WAL	WLG	63	63057
2789873	Olmen	olmen	BE	2491	3778	Europe/Brussels	51.14228	5.14999		Olmen		VLG	VAN	13	13003
2789875	Olloy-sur-Viroin	olloy-sur-viroin	BE	5670	884	Europe/Brussels	50.07295	4.60811		Olloy,Olloy-sur-Viroin		WAL	WNA	93	93090
2789878	Ollignies	ollignies	BE	7866	1539	Europe/Brussels	50.68794	3.86229		Ollignies,Woelingen		WAL	WHT	55	55023
2789883	Oleye	oleye	BE	4300	1401	Europe/Brussels	50.71396	5.28133		Liek,Waremme (Oleye)		WAL	WLG	64	64074
2789886	Olen	olen	BE	2250	3209	Europe/Brussels	51.14391	4.8598		Olen,Oolen	13029	VLG	VAN	13	13029
2789893	Okegem	okegem	BE	9400	2119	Europe/Brussels	50.85559	4.05516		Okegem		VLG	VOV	41	41048
2789896	Oizy	oizy	BE	5555	562	Europe/Brussels	49.89259	5.00741		Oizy		WAL	WNA	91	91015
2789899	Oisquercq	oisquercq	BE	1480	1894	Europe/Brussels	50.67015	4.21984		Oisquercq,Oostkerk		WAL	WBR	25	25105
2789905	Oignies-en-Thiérache	oignies-en-thierache	BE	5670	805	Europe/Brussels	50.02285	4.63941		Viroinval (Oignies-en-Thierache),Viroinval (Oignies-en-Thiérache)		WAL	WNA	93	93090
2789908	Ohey	ohey	BE	5350	4324	Europe/Brussels	50.4357	5.12375		Oe,Oeh,Ohe,Ohey,Ohè,ao ai,awyh,Ое,Оэ,اوئه,奥埃		WAL	WNA	92	92097
2789911	Ohain	ohain	BE	1380	5977	Europe/Brussels	50.69885	4.4698		Lasne (Ohain)		WAL	WBR	25	25119
2789914	Ogy	ogy	BE	7862	726	Europe/Brussels	50.7207	3.78049		Ogy		WAL	WHT	55	55023
2789924	Offagne	offagne	BE	6850	572	Europe/Brussels	49.88501	5.17378		Offagne,Offange		WAL	WLX	84	84050
2789929	Oevel	oevel	BE	2260	3595	Europe/Brussels	51.13789	4.90471		Westerlo (Oevel)		VLG	VAN	13	13049
2789931	Oeudeghien	oeudeghien	BE	7911	819	Europe/Brussels	50.67813	3.71235				WAL	WHT	51	51065
2789933	Oetingen	oetingen	BE	1755	2172	Europe/Brussels	50.77318	4.0635		Oetingen,Oetinghen		VLG	VBR	23	23024
2789936	Oeselgem	oeselgem	BE	8720	1927	Europe/Brussels	50.93789	3.43185		Oeselgem,Oesselghem		VLG	VWV	37	37002
2789938	Oeren	oeren	BE	8690	0	Europe/Brussels	51.02355	2.7045		Oeren		VLG	VWV	38	38002
2789943	Oelegem	oelegem	BE	2520	4906	Europe/Brussels	51.2131	4.59832		Oelegem,Oeleghem		VLG	VAN	11	11035
2789946	Oekene	oekene	BE	8800	1689	Europe/Brussels	50.91794	3.15676		Oekene,Ouckene		VLG	VWV	36	36015
2789948	Oedelem	oedelem	BE	8730	6360	Europe/Brussels	51.17033	3.33762		Oedelem		VLG	VWV	31	31003
2789953	Odeur	odeur	BE	4367	1039	Europe/Brussels	50.70642	5.41578		Odeur		WAL	WLG	64	64021
2789958	Odeigne	odeigne	BE	6960	325	Europe/Brussels	50.25744	5.68246				WAL	WLX	83	83055
2789962	Ocquier	ocquier	BE	4560	698	Europe/Brussels	50.39577	5.39409		Ocquier		WAL	WLG	61	61012
2789964	Ochamps	ochamps	BE	6890	1184	Europe/Brussels	49.92453	5.27679		Ochamps		WAL	WLX	84	84035
2789972	Obourg	obourg	BE	7034	4429	Europe/Brussels	50.47384	4.00881				WAL	WHT	53	53053
2789976	Obigies	obigies	BE	7743	602	Europe/Brussels	50.66184	3.36412		Obigies		WAL	WHT	57	57062
2789984	Obaix	obaix	BE	6230	1666	Europe/Brussels	50.52996	4.36089		Pont-a-Celles (Obaix),Pont-à-Celles (Obaix)		WAL	WHT	52	52055
2789990	Nukerke	nukerke	BE	9681	1916	Europe/Brussels	50.79564	3.59492		Nukerke		VLG	VOV	45	45064
2789997	Noville-sur-Méhaigne	noville-sur-mehaigne	BE	5310	974	Europe/Brussels	50.60868	4.89213		Noville-sur-Mehaigne,Noville-sur-Méhaigne		WAL	WNA	92	92035
2789999	Noville-les-Bois	noville-les-bois	BE	5380	1426	Europe/Brussels	50.55702	4.98466		Noville-les-Bois		WAL	WNA	92	92138
2790001	Noville	noville	BE	4347	1513	Europe/Brussels	50.65984	5.38197		Fexhe-le-Haut-Clocher (Noville),Noville		WAL	WLG	64	64025
2790002	Noville	noville	BE	4347	2099	Europe/Brussels	50.06386	5.76104		Bastogne (Noville)		WAL	WLX	82	82003
2790111	Nismes	nismes	BE	5670	1807	Europe/Brussels	50.07523	4.54767		Nismes		WAL	WNA	93	93090
2790007	Nouvelles	nouvelles	BE	7022	309	Europe/Brussels	50.40978	3.96752				WAL	WHT	53	53053
2790015	Nothomb	nothomb	BE	6717	795	Europe/Brussels	49.77156	5.78773		Attert (Nothomb)		WAL	WLX	81	81003
2790022	Nossegem	nossegem	BE	1930	3165	Europe/Brussels	50.88181	4.50817		Nosseghem,Zaventem (Nossegem)		VLG	VBR	23	23094
2790033	Noordschote	noordschote	BE	8647	392	Europe/Brussels	50.9548	2.81026		Noordschote		VLG	VWV	32	32030
2790043	Noorderwijk	noorderwijk	BE	2200	5166	Europe/Brussels	51.14122	4.84061		Noorderwijk,Norderwyck		VLG	VAN	13	13011
2790058	Nollevaux	nollevaux	BE	6851	346	Europe/Brussels	49.8713	5.1213		Nollevaux		WAL	WLX	84	84050
2790062	Nokere	nokere	BE	9771	774	Europe/Brussels	50.88541	3.5101		Nokere		VLG	VOV	45	45068
2790064	Noiseux	noiseux	BE	5377	1197	Europe/Brussels	50.29976	5.37506		Somme-Leuze (Noiseux)		WAL	WNA	91	91120
2790071	Noirfontaine	noirfontaine	BE	6831	0	Europe/Brussels	50.3329	5.8027				WAL	WLG	63	63045
2790078	Noirchain	noirchain	BE	7080	453	Europe/Brussels	50.40283	3.9259				WAL	WHT	53	53028
2790084	Noduwez	noduwez	BE	1350	1030	Europe/Brussels	50.72863	4.96779		Orp-Jauche (Noduwez)		WAL	WBR	25	25120
2790087	Nodebais	nodebais	BE	1320	663	Europe/Brussels	50.77278	4.73691		Beauvechain (Nodebais)		WAL	WBR	25	25005
2790089	Nobressart	nobressart	BE	6717	1180	Europe/Brussels	49.73895	5.72012		Nobressart		WAL	WLX	81	81003
2790096	Nives	nives	BE	6640	531	Europe/Brussels	49.91276	5.60141		Nives		WAL	WLX	82	82036
2790098	Niverlée	niverlee	BE	5680	80	Europe/Brussels	50.11797	4.70225		Niverlee,Niverlée		WAL	WNA	93	93018
2790101	Nivelles	nivelles	BE	1400	24149	Europe/Brussels	50.59833	4.32848		Nijvel,Nivel,Nivel',Nivele,Nivelles,ni wei er,nywl,Нивел,Нивель,Нівель,نیول,尼韦尔		WAL	WBR	25	25072
2790114	Ninove	ninove	BE	9400	34795	Europe/Brussels	50.82776	4.02657		Ninove,Outer,ni nuo fu,nynw,Нинове,نینو,尼诺弗		VLG	VOV	41	41048
2790120	Nimy	nimy	BE	7020	4726	Europe/Brussels	50.47668	3.95516				WAL	WHT	53	53053
2790124	Nil-Saint-Vincent-Saint-Martin	nil-saint-vincent-saint-martin	BE	1457	2300	Europe/Brussels	50.64331	4.68172		Walhain (Nil-Saint-Vincent-Saint-Martin)		WAL	WBR	25	25124
2790135	Nijlen	nijlen	BE	2560	20792	Europe/Brussels	51.16096	4.67008		Nijlen,Nylen		VLG	VAN	12	12026
2790144	Nieuwrode	nieuwrode	BE	3221	2796	Europe/Brussels	50.95	4.83333		Nieuwrhode,Nieuwrode		VLG	VBR	24	24043
2790150	Nieuwpoort	nieuwpoort	BE	8620	10845	Europe/Brussels	51.13008	2.75135		Nieuport,Nieuwpoort,Nieuwpoôrt,Nieuwpôort		VLG	VWV	38	38016
2790151	Nieuwpoort	nieuwpoort	BE	8620	0	Europe/Brussels	51.10789	3.90426		Nieupoorte,Nieuwpoort		VLG	VOV	46	46014
2790152	Nieuwpoort	nieuwpoort	BE	8620	0	Europe/Brussels	50.76667	3.78333		Nieupoort,Nieuwpoort		WAL	WHT		
2790154	Nieuwmunster	nieuwmunster	BE	8377	421	Europe/Brussels	51.27286	3.09926		Nieuwmunster		VLG	VWV	31	31042
2790163	Nieuwkerken-Waas	nieuwkerken-waas	BE	9100	6082	Europe/Brussels	51.19358	4.17776		Nieuwkerken-Waas,Nieuwkerken-Waes		VLG	VOV	46	46021
2790165	Nieuwkerke	nieuwkerke	BE	8950	1474	Europe/Brussels	50.74709	2.8286		Neuve-Eglise,Neuve-Église,Nieuwkerke		VLG	VWV	33	33039
2790167	Nieuwkapelle	nieuwkapelle	BE	8600	452	Europe/Brussels	50.99964	2.7992		Nieucappelle,Nieuwkapelle		VLG	VWV	32	32003
2791400	Melen	melen	BE	4633	3174	Europe/Brussels	50.6462	5.73589		Soumagne (Melen)		WAL	WLG	62	62099
2790178	Nieuwerkerken	nieuwerkerken	BE	3850	6174	Europe/Brussels	50.92386	4.00433		Nieuwerkerken		VLG	VOV	41	41002
2790179	Nieuwerkerken	nieuwerkerken	BE	3850	6466	Europe/Brussels	50.8638	5.19467		Nieuwerkerken		VLG	VLI	71	71045
2790183	Nieuwenrode	nieuwenrode	BE	1880	1810	Europe/Brussels	50.97961	4.35282		Kapelle-op-den-Bos (Nieuwenrode)		VLG	VBR	23	23039
2790187	Nieuwenhove	nieuwenhove	BE	9506	0	Europe/Brussels	51.12978	3.23477				VLG	VWV	31	31022
2790188	Nieuwenhove	nieuwenhove	BE	9506	0	Europe/Brussels	50.86389	3.40248				VLG	VWV	34	34040
2790189	Nieuwenhove	nieuwenhove	BE	9506	410	Europe/Brussels	50.78894	3.99301		Nieuwenhove		VLG	VOV	41	41018
2790219	Niel-bij-Sint-Truiden	niel-bij-sint-truiden	BE	3890	842	Europe/Brussels	50.7404	5.14204		Niel-Saint-Trond,Niel-bij-Sint-Truiden		VLG	VLI	71	71017
2790221	Niel-bij-As	niel-bij-as	BE	3668	2538	Europe/Brussels	51.01851	5.60526		As (Niel-bij-As),Niel-bij-Asch,Niel-pres-d'Asch,Niel-près-d'Asch		VLG	VLI	71	71002
2790225	Niel	niel	BE	2845	8656	Europe/Brussels	51.11096	4.33428		Niel		VLG	VAN	11	11030
2790235	Nevele	nevele	BE	9850	11153	Europe/Brussels	51.03531	3.54574		Nevele		VLG	VOV	44	44083
2790240	Neuville-en-Condroz	neuville-en-condroz	BE	4121	4275	Europe/Brussels	50.55293	5.45076		Neupre (Neuville-en-Condroz),Neupré (Neuville-en-Condroz)		WAL	WLG	62	62121
2790244	Neuville	neuville	BE	5600	0	Europe/Brussels	50.76667	5.56667				WAL	WLG		
2790245	Neuville	neuville	BE	5600	0	Europe/Brussels	50.67963	4.36473				WAL	WBR	25	25014
2790246	Neuville	neuville	BE	5600	0	Europe/Brussels	50.61412	5.89824				WAL	WLG	63	63020
2790247	Neuville	neuville	BE	5600	0	Europe/Brussels	50.4441	3.65938				WAL	WHT		
2790248	Neuville	neuville	BE	5600	0	Europe/Brussels	50.44366	5.92789		Neuville		WAL	WLG	63	63073
2790249	Neuville	neuville	BE	5600	0	Europe/Brussels	50.38333	5.71667				WAL	WLG	63	63075
2790250	Neuville	neuville	BE	5600	0	Europe/Brussels	50.31667	4.13333				WAL	WHT	56	56022
2790251	Neuville	neuville	BE	5600	0	Europe/Brussels	50.28139	5.93133				WAL	WLX	82	82032
2790252	Neuville	neuville	BE	5600	1370	Europe/Brussels	50.17327	4.51598		Neuville-le-Chaudron,Philippeville (Neuville)		WAL	WNA	93	93056
2790253	Neuville	neuville	BE	5600	0	Europe/Brussels	50.1169	5.02244				WAL	WNA	91	91013
2790267	Neu-Moresnet	neu-moresnet	BE	4721	2807	Europe/Brussels	50.71575	6.02119		La Calamine (Neu-Moresnet)		WAL	WLG	63	63040
2790272	Neufvilles	neufvilles	BE	7063	3514	Europe/Brussels	50.57107	4.00041		Neufvilles		WAL	WHT	55	55040
2790278	Neufmaison	neufmaison	BE	7332	738	Europe/Brussels	50.52914	3.79406				WAL	WHT	53	53070
2790285	Neufchâteau	neufchateau	BE	4608	900	Europe/Brussels	50.71961	5.77555		Dalhem (Neufchateau),Dalhem (Neufchâteau)		WAL	WLG	62	62027
2790286	Neufchâteau	neufchateau	BE	4608	6416	Europe/Brussels	49.84074	5.43535		Neufchateau,Neufchâteau	84	WAL	WLX	84	84043
2790294	Nettinne	nettinne	BE	5377	168	Europe/Brussels	50.29093	5.25876		Somme-Leuze (Nettinne)		WAL	WNA	91	91120
2790297	Nethen	nethen	BE	1390	1987	Europe/Brussels	50.7832	4.67503		Grez-Doiceau (Nethen)		WAL	WBR	25	25037
2790303	Nessonvaux	nessonvaux	BE	4870	912	Europe/Brussels	50.57337	5.73641		Trooz (Nessonvaux)		WAL	WLG	62	62122
2790317	Nerem	nerem	BE	3700	913	Europe/Brussels	50.76347	5.50993		Nederheim,Neerem,Nerem		VLG	VLI	73	73083
2790330	Neigem	neigem	BE	9403	592	Europe/Brussels	50.80271	4.0599		Neigem,Neyghem		VLG	VOV	41	41048
2790341	Neerwinden	neerwinden	BE	3400	1165	Europe/Brussels	50.76756	5.04021		Neerwinden		VLG	VBR	24	24059
2790346	Neervelp	neervelp	BE	3370	0	Europe/Brussels	50.82155	4.80935		Boutersem (Neervelp)		VLG	VBR	24	24016
2790353	Neerrepen	neerrepen	BE	3700	206	Europe/Brussels	50.81092	5.44446		Neerrepen		VLG	VLI	73	73083
2790357	Neerpelt	neerpelt	BE	3910	16122	Europe/Brussels	51.22807	5.4427		Neerpelt		VLG	VLI	72	72043
2790361	Neeroeteren	neeroeteren	BE	3680	9759	Europe/Brussels	51.09156	5.69933		Maaseik (Neeroeteren)		VLG	VLI	72	72021
2790363	Neerlinter	neerlinter	BE	3350	1574	Europe/Brussels	50.83971	5.02287		Neerlinter		VLG	VBR	24	24133
2790365	Neerlanden	neerlanden	BE	3404	368	Europe/Brussels	50.778	5.07819		Neerlanden		VLG	VBR	24	24059
2790370	Neerijse	neerijse	BE	3040	1789	Europe/Brussels	50.81722	4.62361		Huldenberg (Neerijse),Neerijsche,Neeryssche		VLG	VBR	24	24045
2790380	Neerheylissem	neerheylissem	BE	1357	2175	Europe/Brussels	50.75839	4.9883		Neerheylissem		WAL	WBR	25	25118
2790382	Neerhespen	neerhespen	BE	3350	374	Europe/Brussels	50.79224	5.04888		Neerhespen		VLG	VBR	24	24133
2790385	Neerharen	neerharen	BE	3620	1720	Europe/Brussels	50.90964	5.68027		Lanaken (Neerharen)		VLG	VLI	73	73042
2790388	Neerglabbeek	neerglabbeek	BE	3670	884	Europe/Brussels	51.08911	5.61606		Neerglabbeek		VLG	VLI	72	72042
2790399	Nederzwalm-Hermelgem	nederzwalm-hermelgem	BE	9636	940	Europe/Brussels	50.88333	3.68333		Hermelgem,Nederzwalm,Nederzwalm-Hermelgem		VLG	VOV	45	45065
2790407	Neder-Over-Heembeek	neder-over-heembeek	BE	1120	0	Europe/Brussels	50.90569	4.39221		Brussel (Neder-Over-Heembeek),Bruxelles (Neder-Over-Heembeek)		BRU	BRU	21	21004
2790409	Nederokkerzeel	nederokkerzeel	BE	1910	1906	Europe/Brussels	50.91943	4.56388		Kampenhout (Nederokkerzeel),Neder-Ockerzeel		VLG	VBR	23	23038
2790415	Nederhasselt	nederhasselt	BE	9400	1310	Europe/Brussels	50.84646	3.97497		Nederhasselt		VLG	VOV	41	41048
2790417	Nederename	nederename	BE	9700	0	Europe/Brussels	50.86384	3.63682		Nedereename,Nederename		VLG	VOV	45	45035
2790421	Brakel	brakel	BE	9660	6513	Europe/Brussels	50.80101	3.76264		Nederbrakel		VLG	VOV	45	45059
2790423	Nederboelare	nederboelare	BE	9500	1018	Europe/Brussels	50.77596	3.87148		Nederboelare,Nederboulaere		VLG	VOV	41	41018
2790424	Nederboelare	nederboelare	BE	9500	0	Europe/Brussels	50.77097	3.87596		Nederboelare,Nederboulaere		VLG	VOV	41	41018
2790427	Néchin	nechin	BE	7730	2235	Europe/Brussels	50.66702	3.26649		Nechin,Néchin		WAL	WHT	57	57027
2790432	Nazareth	nazareth	BE	9810	0	Europe/Brussels	51	3.65		Nazareth,Petit Nazareth		VLG	VOV	44	44048
2790433	Nazareth	nazareth	BE	9810	10890	Europe/Brussels	50.95686	3.59425		Nazareth		VLG	VOV	44	44048
2790434	Nazareth	nazareth	BE	9810	0	Europe/Brussels	50.22123	4.42265				WAL	WNA	93	93010
2790447	Natoye	natoye	BE	5360	1786	Europe/Brussels	50.34294	5.058		Hamois (Natoye)		WAL	WNA	91	91059
2790451	Nassogne	nassogne	BE	6950	5081	Europe/Brussels	50.12849	5.34274		Nason,Nason',Nassogne,na suo nie,nswny,Насон,Насонь,نسونی,纳索涅		WAL	WLX	83	83040
2790458	Naomé	naome	BE	5555	343	Europe/Brussels	49.92205	5.08947		Naome,Naomé		WAL	WNA	91	91015
2790464	Naninne	naninne	BE	5100	1634	Europe/Brussels	50.41888	4.92634		Namur (Naninne)		WAL	WNA	92	92094
2790467	Nandrin	nandrin	BE	4550	559	Europe/Brussels	50.50675	5.41905		Nandren,Nandrin,nan de lan,nandrn,Нандрен,ناندرن,楠德兰		WAL	WLG	61	61043
2790471	Namur	namur	BE	5000	106284	Europe/Brussels	50.4669	4.86746		Name,Namen,Nameur,Namir,Namira,Namiuras,Namiūras,Namjur,Namouer,Namuer,Namur,Namurcum,Namuro,Namyr,Namyur,Namür,Namīra,QNM,na mu er,namu r,namwileu,namwr,namyuru,nmwr  blzhyk,Ναμύρ,Намир,Намюр,Նամյուր,נאמור,نامور,نمور، بلژیک,นามูร์,ናሙር,ナミュール,那慕爾,나뮈르	WAL	WAL	WNA	92	92094
2790476	Namêche	nameche	BE	5300	1267	Europe/Brussels	50.47239	4.99756		Namache,Nameche,Namêche		WAL	WNA	92	92003
2790479	Nalinnes	nalinnes	BE	6120	5785	Europe/Brussels	50.32434	4.44572		Nalinnes		WAL	WHT	56	56086
2790488	Nafraiture	nafraiture	BE	5550	236	Europe/Brussels	49.91071	4.91779		Nafraiture		WAL	WNA	91	91143
2790490	Nadrin	nadrin	BE	6660	585	Europe/Brussels	50.16387	5.67761		Houffalize (Nadrin)		WAL	WLX	82	82014
2790504	Naast	naast	BE	7062	2832	Europe/Brussels	50.55413	4.10082				WAL	WHT	55	55040
2790507	My	my	BE	4190	458	Europe/Brussels	50.40556	5.57376		Ferrieres (My),Ferrières (My)		WAL	WLG	61	61019
2790512	Mussy-la-Ville	mussy-la-ville	BE	6750	1694	Europe/Brussels	49.57009	5.66191		Mussy-la-Ville		WAL	WLX	85	85026
2790515	Musson	musson	BE	6750	4225	Europe/Brussels	49.55835	5.70525		Mjuson,Musson,Mussoni vald,mi song,mwswn,Мюсон,موسون,米松		WAL	WLX	85	85026
2790530	Munte	munte	BE	9820	613	Europe/Brussels	50.94443	3.74273		Munte		VLG	VOV	44	44043
2790532	Munsterbilzen	munsterbilzen	BE	3740	4493	Europe/Brussels	50.88939	5.52647		Bilzen (Munsterbilzen),Munsterbilsen		VLG	VLI	73	73006
2790537	Muno	muno	BE	6820	647	Europe/Brussels	49.71637	5.17205		Muno		WAL	WLX	85	85011
2790539	Munkzwalm	munkzwalm	BE	9630	2092	Europe/Brussels	50.87676	3.73503		Munckzwalm,Munkzwalm		VLG	VOV	45	45065
2790544	Mullem	mullem	BE	9700	697	Europe/Brussels	50.89673	3.60535		Mullem		VLG	VOV	45	45035
2790558	Muizen	muizen	BE	2812	5386	Europe/Brussels	51.01111	4.51427		Muizen,Muysen		VLG	VAN	12	12025
2790559	Muizen	muizen	BE	2812	134	Europe/Brussels	50.7604	5.17928		Gingelom (Muizen),Muysen		VLG	VLI	71	71017
2790580	Mozet	mozet	BE	5340	0	Europe/Brussels	50.43333	4.46667				WAL	WHT	52	52011
2790585	Moxhe	moxhe	BE	4280	898	Europe/Brussels	50.63079	5.08341		Hannut (Moxhe)		WAL	WLG	64	64034
2790587	Mouzaive	mouzaive	BE	5550	109	Europe/Brussels	49.85346	4.96245		Mouzaive		WAL	WNA	91	91143
2790590	Moustier	moustier	BE	7911	682	Europe/Brussels	50.65599	3.61966		Moustier		WAL	WHT	51	51065
2790591	Moustier-sur-Sambre	moustier-sur-sambre	BE	5190	2721	Europe/Brussels	50.46668	4.69614		Jemeppe-sur-Sambre (Moustier-sur-Sambre),Moustier		WAL	WNA	92	92140
2790595	Mouscron	mouscron	BE	7700	52069	Europe/Brussels	50.74497	3.20639		MWW,Moeschroen,Moeschroên,Moeskroen,Moucron,Mouscron,Mukronas,Musera,Muskron,Muskrono,museukeulong,musukuron,mwzkrwn,Мускрон,موزکرون,ムスクロン,무스크롱	54	WAL	WHT	54	54007
2790597	Mourcourt	mourcourt	BE	7543	1345	Europe/Brussels	50.65322	3.44468		Mourcourt		WAL	WHT	57	57081
2790630	Moulbaix	moulbaix	BE	7812	613	Europe/Brussels	50.60084	3.71621		Moulbaix		WAL	WHT	51	51004
2790673	Morville	morville	BE	5620	0	Europe/Brussels	50.3376	5.53482		Morville		WAL	WLX	83	83012
2790674	Morville	morville	BE	5620	670	Europe/Brussels	50.23425	4.74129		Morville		WAL	WNA	93	93022
2790676	Mortsel	mortsel	BE	2640	24525	Europe/Brussels	51.16697	4.45127		Mortensella,Mortsel,mo ce er,mrtzl,Мортсел,مرتزل,莫策尔		VLG	VAN	11	11029
2790679	Mortroux	mortroux	BE	4607	559	Europe/Brussels	50.7116	5.75289		Dalhem (Mortroux)		WAL	WLG	62	62027
2790683	Mortier	mortier	BE	4670	1330	Europe/Brussels	50.68428	5.74327		Blegny (Mortier),Blégny (Mortier)		WAL	WLG	62	62119
2790691	Mornimont	mornimont	BE	5190	1130	Europe/Brussels	50.45903	4.70447		Jemeppe-sur-Sambre (Mornimont)		WAL	WNA	92	92140
2790693	Mormont	mormont	BE	6997	493	Europe/Brussels	50.32566	5.59257		Mormont		WAL	WLX	83	83013
2790694	Mormont	mormont	BE	6997	0	Europe/Brussels	50.09145	5.32625				WAL	WLX	83	83040
2790697	Morlanwelz-Mariemont	morlanwelz-mariemont	BE	7140	18233	Europe/Brussels	50.45502	4.24519		Morlanwelz,Morlanwelz-Mariemont		WAL	WHT	56	56087
2790699	Morkhoven	morkhoven	BE	2200	2092	Europe/Brussels	51.11888	4.81877		Morckhoven,Morkhoven		VLG	VAN	13	13011
2790706	Morialmé	morialme	BE	5621	1594	Europe/Brussels	50.27557	4.56576		Florennes (Morialme),Florennes (Morialmé)		WAL	WNA	93	93022
2790708	Morhet	morhet	BE	6640	993	Europe/Brussels	49.96241	5.58448		Morhet		WAL	WLX	82	82036
2790713	Moresnet	moresnet	BE	4850	1943	Europe/Brussels	50.72146	5.98987		Plombieres (Moresnet),Plombières (Moresnet)		WAL	WLG	63	63088
2790717	Moregem	moregem	BE	9790	175	Europe/Brussels	50.85069	3.56149		Mooregem,Moregem		VLG	VOV	45	45061
2790721	Mopertingen	mopertingen	BE	3740	1243	Europe/Brussels	50.86123	5.5759		Bilzen (Mopertingen)		VLG	VLI	73	73006
2790723	Moortsele	moortsele	BE	9860	1162	Europe/Brussels	50.95862	3.77753		Moortsele,Moortzeele		VLG	VOV	44	44052
2790729	Moorslede	moorslede	BE	8890	10720	Europe/Brussels	50.8919	3.06117		Moorslede		VLG	VWV	36	36012
2790733	Moorsele	moorsele	BE	8560	6102	Europe/Brussels	50.8409	3.15971		Moorseele,Moorsele		VLG	VWV	34	34041
2790736	Moorsel	moorsel	BE	9310	5103	Europe/Brussels	50.94743	4.09825		Moorsel		VLG	VOV	41	41002
2790737	Moorsel	moorsel	BE	9310	0	Europe/Brussels	50.85114	4.53739		Moorsel		VLG	VBR	24	24104
2790744	Montzen	montzen	BE	4850	3492	Europe/Brussels	50.70793	5.96223		Plombieres (Montzen),Plombières (Montzen)		WAL	WLG	63	63088
2790749	Mont-sur-Marchienne	mont-sur-marchienne	BE	6032	12761	Europe/Brussels	50.38997	4.40732		Charleroi (Mont-sur-Marchienne)		WAL	WHT	52	52011
2790756	Mont-Saint-Guibert	mont-saint-guibert	BE	1435	6557	Europe/Brussels	50.63427	4.61061		Mon Sen Giber,Mon-Sen-Giber,Mont-Saint-Guibert,Mont-Sint-Wubert,meng-sheng ji bei er,mwn-sn-zhybh,Мон Сен Гибер,Мон-Сен-Гибер,مون-سن-ژیبه,蒙－圣吉贝尔		WAL	WBR	25	25068
2790758	Mont-Sainte-Geneviève	mont-sainte-genevieve	BE	6540	643	Europe/Brussels	50.37457	4.23658		Mont-Sainte-Genevieve,Mont-Sainte-Geneviève		WAL	WHT	56	56044
2790760	Mont-Sainte-Aldegonde	mont-sainte-aldegonde	BE	7141	1507	Europe/Brussels	50.43006	4.23263		Mont-Sainte-Aldegonde		WAL	WHT	56	56087
2790762	Mont-Saint-Aubert	mont-saint-aubert	BE	7542	106	Europe/Brussels	50.65429	3.40067		Mont-Saint-Aubert		WAL	WHT	57	57081
2790764	Mont-Saint-André	mont-saint-andre	BE	1367	805	Europe/Brussels	50.65632	4.86609		Ramillies (Mont-Saint-Andre),Ramillies (Mont-Saint-André)		WAL	WBR	25	25122
2790770	Montroeul-sur-Haine	montroeul-sur-haine	BE	7350	744	Europe/Brussels	50.43821	3.70591		Montroeul		WAL	WHT	53	53039
2790772	Montroeul-au-Bois	montroeul-au-bois	BE	7911	0	Europe/Brussels	50.64459	3.59563		Montroeul-au-Bois		WAL	WHT	51	51065
2790786	Montleban	montleban	BE	6674	633	Europe/Brussels	50.18955	5.83544		Montleban		WAL	WLX	82	82037
2790796	Montignies-sur-Sambre	montignies-sur-sambre	BE	6061	18765	Europe/Brussels	50.41081	4.49109		Charleroi (Montignies-sur-Sambre)		WAL	WHT	52	52011
2790798	Montignies-sur-Roc	montignies-sur-roc	BE	7387	496	Europe/Brussels	50.36999	3.73175				WAL	WHT	53	53083
2790800	Montignies-Saint-Christophe	montignies-saint-christophe	BE	6560	454	Europe/Brussels	50.28158	4.1901		Montignies-Saint-Christophe		WAL	WHT	56	56022
2790802	Montignies-lez-Lens	montignies-lez-lens	BE	7870	813	Europe/Brussels	50.56421	3.94268		Montignies		WAL	WHT	53	53046
2790804	Montigny-le-Tilleul	montigny-le-tilleul	BE	6110	8938	Europe/Brussels	50.38056	4.37582		Montigny-le-Tilleul,Montin'i-le-Tijjol',Montini l'o Tijol,Montniye-Tiyou,Montniye-Tiyoû,mwntyny-lw-tywl,Монтини льо Тийол,Монтиньи-ле-Тийёль,مونتینی-لو-تیول		WAL	WHT	52	52048
2790812	Mont-Gauthier	mont-gauthier	BE	5580	659	Europe/Brussels	50.20968	5.12128		Mont-Gauthier		WAL	WNA	91	91114
2790821	Montenaken	montenaken	BE	3890	0	Europe/Brussels	50.97071	4.9188		Montenaaken,Montenaken		VLG	VBR	24	24001
2790822	Montenaken	montenaken	BE	3890	1472	Europe/Brussels	50.72092	5.12941		Gingelom (Montenaken),Montenaeken		VLG	VLI	71	71017
2790824	Montegnée	montegnee	BE	4420	11417	Europe/Brussels	50.64576	5.51411		Saint-Nicolas (Montegnee),Saint-Nicolas (Montegnée)		WAL	WLG	62	62093
2790834	Montbliart	montbliart	BE	6470	318	Europe/Brussels	50.13455	4.22368		Montbliart		WAL	WHT	56	56088
2790846	Mont	mont	BE	5530	0	Europe/Brussels	50.61612	5.86351				WAL	WLG	63	63020
2790847	Mont	mont	BE	5530	0	Europe/Brussels	50.53432	5.7912		Mont		WAL	WLG	63	63076
2790848	Mont	mont	BE	5530	0	Europe/Brussels	50.48572	5.56365		Mont		WAL	WLG	62	62026
2790849	Mont	mont	BE	5530	0	Europe/Brussels	50.45421	6.05205		Mont		WAL	WLG	63	63049
2790850	Mont	mont	BE	5530	478	Europe/Brussels	50.35318	4.90316		Yvoir (Mont)		WAL	WNA	91	91141
2790851	Mont	mont	BE	5530	0	Europe/Brussels	50.32278	5.89389		Mont		WAL	WLX	82	82032
2790852	Mont	mont	BE	5530	954	Europe/Brussels	50.15348	5.76902		Houffalize (Mont)		WAL	WLX	82	82014
2790853	Mont	mont	BE	5530	0	Europe/Brussels	50.00217	5.74405				WAL	WLX	82	82003
2790854	Mont	mont	BE	5530	0	Europe/Brussels	49.99375	5.057				WAL	WLX	84	84016
2790857	Monstreux	monstreux	BE	1400	338	Europe/Brussels	50.59816	4.2894		Monstreux		WAL	WBR	25	25072
2790867	Mons	mons	BE	7000	0	Europe/Brussels	50.73524	5.7202				WAL	WLG	62	62108
2790868	Mons-lez-Liège	mons-lez-liege	BE	4400	4936	Europe/Brussels	50.62306	5.45626		Flemalle (Mons-lez-Liege),Flémalle (Mons-lez-Liège)		WAL	WLG	62	62120
2790869	Mons	mons	BE	7000	91277	Europe/Brussels	50.45413	3.95229		Berge,Bergen,Bergn,Mon,Mons,Monsa,Monsas,Mont,Montes,mamsa,meng si,mngs,mongseu,monsu,mwn,mwns,Μονς,Монс,Մոնս,מונס,مون,مونس,माँस,มงส์,モンス,蒙斯,몽스		WAL	WHT	53	53053
2790891	Monceau-sur-Sambre	monceau-sur-sambre	BE	6031	9812	Europe/Brussels	50.41694	4.37668		Charleroi (Monceau-sur-Sambre)		WAL	WHT	52	52011
2790893	Monceau-Imbrechies	monceau-imbrechies	BE	6592	274	Europe/Brussels	50.0379	4.2251		Momignies (Monceau-Imbrechies)		WAL	WHT	56	56051
2790902	Monceau-en-Ardenne	monceau-en-ardenne	BE	5555	534	Europe/Brussels	49.90532	4.98767		Bievre (Monceau-en-Ardenne),Bièvre (Monceau-en-Ardenne)		WAL	WNA	91	91015
2790906	Momignies	momignies	BE	6590	5183	Europe/Brussels	50.0271	4.16519		Momignies		WAL	WHT	56	56051
2790911	Momalle	momalle	BE	4350	1437	Europe/Brussels	50.68585	5.37592		Remicourt (Momalle)		WAL	WLG	64	64063
2790922	Mollem	mollem	BE	1730	2236	Europe/Brussels	50.93118	4.22627		Molhem,Mollem		VLG	VBR	23	23002
2790953	Molenstede	molenstede	BE	3294	3374	Europe/Brussels	51.00401	5.01298		Molenstede		VLG	VBR	24	24020
2791013	Molenbeersel	molenbeersel	BE	3640	3551	Europe/Brussels	51.17041	5.73761		Kinrooi (Molenbeersel)		VLG	VLI	72	72018
2791016	Molenbeek-Wersbeek	molenbeek-wersbeek	BE	3461	1162	Europe/Brussels	50.91947	4.9476		Molenbeek,Molenbeek-Wersbeek		VLG	VBR	24	24008
2791018	Molenbeek-Saint-Jean	molenbeek-saint-jean	BE	1080	97037	Europe/Brussels	50.8499	4.31248		Brussel (Sint-Jans-Molenbeek),Bruxelles (Molenbeek-Saint-Jean),Molenbeek-Saint-Jean,Molenbeek-Saint-Jean - Sint-Jans-Molenbeek,Molenbeek-Saint-Jean/Sint-Jans-Molenbeek,Sint-Jans-Molenbeek		BRU	BRU	21	21012
2791053	Molenbaix	molenbaix	BE	7760	837	Europe/Brussels	50.69379	3.43052		Molembaix,Molenbaix		WAL	WHT	57	57018
2791067	Mol	mol	BE	2400	32659	Europe/Brussels	51.19188	5.11662		Mol,Moli vald,Moll,mo er,mol,mwl,mwl  bljyka,Мол,مول,مول، بلجيكا,莫尔,몰		VLG	VAN	13	13025
2791070	Moircy	moircy	BE	6800	469	Europe/Brussels	49.98945	5.46715		Moircy		WAL	WLX	84	84077
2791076	Moignelée	moignelee	BE	5060	1940	Europe/Brussels	50.44581	4.5837		Sambreville (Moignelee),Sambreville (Moignelée)		WAL	WNA	92	92137
2791078	Mohiville	mohiville	BE	5361	454	Europe/Brussels	50.31812	5.19258		Hamois (Mohiville)		WAL	WNA	91	91059
2791085	Moha	moha	BE	4520	1659	Europe/Brussels	50.54802	5.18641		Wanze (Moha)		WAL	WLG	61	61072
2791090	Moerzeke	moerzeke	BE	9220	4657	Europe/Brussels	51.06914	4.16137		Moerseke,Moerzeke		VLG	VOV	42	42008
2791098	Moerkerke	moerkerke	BE	8340	3576	Europe/Brussels	51.24547	3.34251		Moerkerke		VLG	VWV	31	31006
2791111	Moere	moere	BE	8470	1220	Europe/Brussels	51.12263	2.95582		Moere		VLG	VWV	35	35005
2791120	Moerbeke	moerbeke	BE	9500	5855	Europe/Brussels	51.17409	3.93001		Moerbeke		VLG	VOV	44	44045
2791121	Moerbeke	moerbeke	BE	9500	2840	Europe/Brussels	50.75254	3.91724		Moerbeke		VLG	VOV	41	41018
2791132	Modave	modave	BE	4577	3825	Europe/Brussels	50.44614	5.29532		Modav,Modave,mo da wo,mwdw,Модав,مودو,莫达沃		WAL	WLG	61	61041
2791144	Mirwart	mirwart	BE	6870	122	Europe/Brussels	50.0565	5.26444		Mirwart		WAL	WLX	84	84059
2791154	Minderhout	minderhout	BE	2322	4264	Europe/Brussels	51.41709	4.76292		Hoogstraten (Minderhout)		VLG	VAN	13	13014
2791159	Milmort	milmort	BE	4041	2507	Europe/Brussels	50.69037	5.59323		Milmort		WAL	WLG	62	62051
2791162	Millen	millen	BE	3770	1603	Europe/Brussels	50.78619	5.55616		Riemst (Millen)		VLG	VLI	73	73066
2791178	Mignault	mignault	BE	7070	1439	Europe/Brussels	50.53016	4.15758		Mignault		WAL	WHT	55	55035
2791185	Mielen-boven-Aalst	mielen-boven-aalst	BE	3891	1047	Europe/Brussels	50.75644	5.21421		Gingelom (Mielen-boven-Aalst),Mielen-sur-Aelst		VLG	VLI	71	71017
2791187	Miécret	miecret	BE	5376	723	Europe/Brussels	50.36663	5.25155		Havelange (Miecret),Havelange (Miécret)		WAL	WNA	91	91064
2791194	Middelkerke	middelkerke	BE	8430	17789	Europe/Brussels	51.18532	2.82077		Middelkerke,Middelkerke Bains,Middelkerke-Baden,Midelkerke,mi de er ke er ke,mydlkrk,Миделкерке,میدلکرک,米德尔克尔克		VLG	VWV	35	35011
2791203	Middelburg	middelburg	BE	9992	653	Europe/Brussels	51.25608	3.41595		Middelbourg,Middelburg		VLG	VOV	43	43010
2791212	Micheroux	micheroux	BE	4630	1501	Europe/Brussels	50.62475	5.71847		Soumagne (Micheroux)		WAL	WLG	62	62099
2791214	Michelbeke	michelbeke	BE	9660	1728	Europe/Brussels	50.8355	3.76249		Michelbeke		VLG	VOV	45	45059
2791223	Meyerode	meyerode	BE	4770	1164	Europe/Brussels	50.32818	6.18776		Meyerode,Meyrode		WAL	WLG	63	63001
2791228	Meux	meux	BE	5081	2217	Europe/Brussels	50.55222	4.80103		La Bruyere (Meux),La Bruyère (Meux)		WAL	WNA	92	92141
2791255	Meulebeke	meulebeke	BE	8760	10948	Europe/Brussels	50.95136	3.28804		Meulebeke		VLG	VWV	37	37007
2791261	Mettet	mettet	BE	5640	12014	Europe/Brussels	50.32119	4.66232		Mete,Metet,Mettet,mei tai,mth,Мете,مته,梅泰		WAL	WNA	92	92087
2791263	Mettekoven	mettekoven	BE	3870	155	Europe/Brussels	50.78074	5.29093		Mettecoven,Mettekoven		VLG	VLI	73	73022
2791266	Mesvin	mesvin	BE	7022	969	Europe/Brussels	50.4258	3.95928				WAL	WHT	53	53053
2791269	Messelbroek	messelbroek	BE	3272	1945	Europe/Brussels	50.9955	4.93664		Messelbroeck,Scherpenheuvel-Zichem (Messelbroek)		VLG	VBR	24	24134
2791272	Messancy	messancy	BE	6780	7144	Europe/Brussels	49.59201	5.81879		Mesansi,Messanceye,Messancy,Miezeg,mei sang xi,msansy,Месанси,Месансі,مسانسی,梅桑西		WAL	WLX	81	81015
2791274	Mespelare	mespelare	BE	9200	554	Europe/Brussels	50.99613	4.06883		Mespelaere,Mespelare		VLG	VOV	42	42006
2791277	Mesnil-Saint-Blaise	mesnil-saint-blaise	BE	5560	887	Europe/Brussels	50.16756	4.88494		Mesnil-Saint-Blaise		WAL	WNA	91	91072
2791279	Mesnil-Église	mesnil-eglise	BE	5560	183	Europe/Brussels	50.16357	4.9628		Mesnil-Eglise,Mesnil-Église		WAL	WNA	91	91072
2791282	Meslin-l'Évêque	meslin-l-eveque	BE	7822	1586	Europe/Brussels	50.64859	3.84736				WAL	WHT	51	51004
2791284	Messines	messines	BE	8957	975	Europe/Brussels	50.76581	2.89764		Meesen,Meesn,Mesen,Messines,Mêesn		VLG	VWV	33	33016
2791293	Merlemont	merlemont	BE	5600	335	Europe/Brussels	50.17464	4.60937		Philippeville (Merlemont)		WAL	WNA	93	93056
2791297	Merksplas	merksplas	BE	2330	7963	Europe/Brussels	51.35851	4.86513		Merksplas,Merxplas		VLG	VAN	13	13023
2791301	Merksem	merksem	BE	2170	44435	Europe/Brussels	51.24623	4.44903		Antwerpen (Merksem),Merxem		VLG	VAN	11	11002
2791304	Merkem	merkem	BE	8650	2236	Europe/Brussels	50.95284	2.85225		Merckem,Merkem		VLG	VWV	32	32006
2791309	Merendree	merendree	BE	9850	2057	Europe/Brussels	51.0766	3.576		Meerendre,Meerendré,Merendree		VLG	VOV	44	44083
2791315	Merelbeke	merelbeke	BE	9820	16684	Europe/Brussels	50.99447	3.74621		Meirelbeke,Merelbeke,mei lei er bei ke,mwrlbwk,Мерелбеке,مورلبوک,梅勒尔贝克	44043	VLG	VOV	44	44043
2791317	Mere	mere	BE	9420	5335	Europe/Brussels	50.92306	3.97134		Meire,Mere		VLG	VOV	41	41082
2791318	Mere	mere	BE	9420	0	Europe/Brussels	50.9	3.86667		Meere,Mere		VLG	VOV	41	41027
2791320	Merdorp	merdorp	BE	4280	726	Europe/Brussels	50.64881	4.99964		Hannut (Merdorp)		WAL	WLG	64	64034
2791323	Merchtem	merchtem	BE	1785	14660	Europe/Brussels	50.95129	4.23197		Merchtem		VLG	VBR	23	23052
2791327	Merbes-Sainte-Marie	merbes-sainte-marie	BE	6567	802	Europe/Brussels	50.3528	4.17781		Merbes-le-Chateau (Merbes-Sainte-Marie),Merbes-le-Château (Merbes-Sainte-Marie)		WAL	WHT	56	56049
2791329	Merbes-le-Château	merbes-le-chateau	BE	6567	3999	Europe/Brussels	50.32449	4.16489		Merb l'o Shato,Merbes-le-Chateau,Merbes-le-Château,mrbwl-shtw,Мерб льо Шато,مربول-شتو		WAL	WHT	56	56049
2791343	Menen	menen	BE	8930	31916	Europe/Brussels	50.79722	3.12245		Meenen,Meenn,Menen,Menin,Mjeenn,Mêenn,mei nen,mnn,Менен,منن,梅嫩		VLG	VWV	34	34027
2791347	Mendonk	mendonk	BE	9042	845	Europe/Brussels	51.14701	3.82121		Mendonck,Mendonk		VLG	VOV	44	44021
2791351	Membruggen	membruggen	BE	3770	847	Europe/Brussels	50.81526	5.53368		Riemst (Membruggen)		VLG	VLI	73	73066
2791354	Membre	membre	BE	5550	214	Europe/Brussels	49.86582	4.90205		Vresse-sur-Semois (Membre)		WAL	WNA	91	91143
2791356	Membach	membach	BE	4837	1129	Europe/Brussels	50.61908	5.99506		Baelen (Membach)		WAL	WLG	63	63004
2791360	Melsen	melsen	BE	9820	1416	Europe/Brussels	50.95622	3.69567		Melsen		VLG	VOV	44	44043
2791366	Melsele	melsele	BE	9120	10941	Europe/Brussels	51.22285	4.28201		Melsele		VLG	VOV	46	46003
2791368	Melsbroek	melsbroek	BE	1820	2637	Europe/Brussels	50.91559	4.47985		Melsbroeck,Steenokkerzeel (Melsbroek)		VLG	VBR	23	23081
2791374	Mellier	mellier	BE	6860	960	Europe/Brussels	49.76602	5.51752		Mellier		WAL	WLX	84	84033
2791376	Mellet	mellet	BE	6211	2631	Europe/Brussels	50.50573	4.47856		Les Bons Villers (Mellet)		WAL	WHT	52	52075
2791379	Melles	melles	BE	7540	569	Europe/Brussels	50.64669	3.48159		Melles		WAL	WHT	57	57081
2791381	Mellery	mellery	BE	1495	695	Europe/Brussels	50.58187	4.56903		Villers-la-Ville (Mellery)		WAL	WBR	25	25107
2791385	Melle	melle	BE	9090	10687	Europe/Brussels	51.00232	3.80526		Melle		VLG	VOV	44	44040
2791388	Melkwezer	melkwezer	BE	3350	444	Europe/Brussels	50.82573	5.06144		Linter (Melkwezer),Melckweser		VLG	VBR	24	24133
2791395	Mélin	melin	BE	1370	1360	Europe/Brussels	50.74004	4.82883		Jodoigne (Melin),Jodoigne (Mélin)		WAL	WBR	25	25048
2791396	Melin	melin	BE	1370	0	Europe/Brussels	50.24681	4.8701				WAL	WNA	91	91103
2791402	Meldert	meldert	BE	3320	2557	Europe/Brussels	51.00007	5.14215		Lummen (Meldert),Meldert		VLG	VLI	71	71037
2791403	Meldert	meldert	BE	3320	2972	Europe/Brussels	50.93449	4.13504		Meldert		VLG	VOV	41	41002
2791404	Meldert	meldert	BE	3320	1113	Europe/Brussels	50.78814	4.83776		Hoegaarden (Meldert),Meldert		VLG	VBR	24	24041
2791408	Melden	melden	BE	9700	947	Europe/Brussels	50.81449	3.56538		Melden		VLG	VOV	45	45035
2791416	Meix-le-Tige	meix-le-tige	BE	6747	700	Europe/Brussels	49.6162	5.71806		Meix-le-Tige		WAL	WLX	85	85034
2791419	Meix-devant-Virton	meix-devant-virton	BE	6769	2637	Europe/Brussels	49.60581	5.48045		Mech-divant-Vierton,Meix-devant-Virton,Meks devan Virton,Meks-devan-Virton,Méch-divant-Vierton,mei de wang wei tong,mks-dwan-wyrtn,Мекс деван Виртон,Мекс-деван-Виртон,مکس-دوان-ویرتن,梅德旺维通		WAL	WLX	85	85024
2791424	Meise	meise	BE	1860	18497	Europe/Brussels	50.93934	4.32655		Meise,Mejse,Meysse,mai ze,mz,Мейсе,مز,迈泽		VLG	VBR	23	23050
2791438	Meilegem	meilegem	BE	9630	339	Europe/Brussels	50.90536	3.69825		Meilegem,Meylegem		VLG	VOV	45	45065
2791445	Meigem	meigem	BE	9800	824	Europe/Brussels	51.01746	3.54106		Meigem,Meygem		VLG	VOV	44	44083
2791455	Mehaigne	mehaigne	BE	5310	612	Europe/Brussels	50.59479	4.87587		Eghezee (Mehaigne),Éghezée (Mehaigne)		WAL	WNA	92	92035
2791460	Meeuwen	meeuwen	BE	3670	5668	Europe/Brussels	51.0991	5.52106		Meeuwen-Gruitrode (Meeuwen),Meuwen		VLG	VLI	72	72042
2791463	Meetkerke	meetkerke	BE	8377	442	Europe/Brussels	51.23544	3.15175		Meetkerke		VLG	VWV	31	31042
2791465	Meeswijk	meeswijk	BE	3630	947	Europe/Brussels	50.99998	5.74808		Maasmechelen (Meeswijk),Meeswyck		VLG	VLI	73	73107
2791486	Meerle	meerle	BE	2328	3627	Europe/Brussels	51.47235	4.80316		Meerle		VLG	VAN	13	13014
2791494	Meerhout	meerhout	BE	2450	9346	Europe/Brussels	51.1321	5.07842		Meerhout		VLG	VAN	13	13021
2791501	Meerdonk	meerdonk	BE	9170	2159	Europe/Brussels	51.26667	4.15		Meerdonck,Meerdonk		VLG	VOV	46	46020
2791507	Meerbeke	meerbeke	BE	9402	5866	Europe/Brussels	50.82444	4.03674		Meerbeke		VLG	VOV	41	41048
2791508	Meerbeke	meerbeke	BE	9402	0	Europe/Brussels	50.8	3.75				VLG	VOV	45	45059
2791513	Meerbeek	meerbeek	BE	3078	2463	Europe/Brussels	50.88213	4.58972		Meerbeek		VLG	VBR	24	24055
2791515	Meer	meer	BE	2321	3512	Europe/Brussels	51.44641	4.73906		Hoogstraten (Meer),Meer		VLG	VAN	13	13014
2791516	Meer	meer	BE	2321	0	Europe/Brussels	51.00017	4.25248				VLG	VBR	23	23045
2791517	Meer	meer	BE	2321	0	Europe/Brussels	50.79204	5.58859		Meer,Mheer,Mheerberg		VLG	VLI	73	73066
2791518	Meer	meer	BE	2321	0	Europe/Brussels	50.77242	4.98057		De Meer,Meer		VLG	VBR	24	24107
2791519	Meer	meer	BE	2321	0	Europe/Brussels	50.78697	4.81998		De Meer,Meer		VLG	VBR	24	24041
2791521	Meensel-Kiezegem	meensel-kiezegem	BE	3391	1186	Europe/Brussels	50.89621	4.92496		Meensel,Meensel-Kieseghem,Tielt-Winge (Meensel-Kiezegem)		VLG	VBR	24	24135
2791525	Meeffe	meeffe	BE	4219	855	Europe/Brussels	50.60681	5.01765		Meeffe		WAL	WLG	64	64075
2791532	Mechelen-Bovelingen	mechelen-bovelingen	BE	3870	1537	Europe/Brussels	50.74081	5.26278		Marlinne,Mechelen,Mechelen-Bovelingen		VLG	VLI	73	73022
2791534	Mechelen-aan-de-Maas	mechelen-aan-de-maas	BE	3630	15374	Europe/Brussels	50.96589	5.69144		Maasmechelen (Mechelen-aan-de-Maas),Mechelen,Mechelen-aan-Maas		VLG	VLI	73	73107
2791537	Mechelen	mechelen	BE	2800	77530	Europe/Brussels	51.02574	4.47762		Malinas,Malines,Mechele,Mechelen,Mechelenas,Mecheln,Mechlinia,Mehleno,Mekhelen,Meĥleno,ZGP,me khexlein,mehellen,meheren,mei he lun,mkln,mshlan,Мехелен,מכלן,مشلان,เมเคอเลิน,メヘレン,梅赫伦,메헬렌		VLG	VAN	12	12025
2791541	Méan	mean	BE	5372	487	Europe/Brussels	50.36315	5.33549		Havelange (Mean),Havelange (Méan)		WAL	WNA	91	91064
2791544	Mazy	mazy	BE	5032	1146	Europe/Brussels	50.51097	4.67374		Gembloux (Mazy)		WAL	WNA	92	92142
2791550	Mazenzele	mazenzele	BE	1745	1386	Europe/Brussels	50.94247	4.17224		Maxenzeel,Mazenzele		VLG	VBR	23	23060
2791556	Mazée	mazee	BE	5670	559	Europe/Brussels	50.10086	4.69653		Viroinval (Mazee),Viroinval (Mazée)		WAL	WNA	93	93090
2791566	Maurage	maurage	BE	7110	5098	Europe/Brussels	50.45652	4.09704				WAL	WHT	55	55022
2791569	Maulde	maulde	BE	7534	690	Europe/Brussels	50.61676	3.5488		Maulde		WAL	WHT	57	57081
2791576	Maubray	maubray	BE	7640	0	Europe/Brussels	50.69687	3.51099				WAL	WHT	51	51065
2791577	Maubray	maubray	BE	7640	1272	Europe/Brussels	50.55085	3.50395				WAL	WHT	57	57003
2791591	Mater	mater	BE	9700	2176	Europe/Brussels	50.84321	3.66258		Maeter,Mater		VLG	VOV	45	45035
2791593	Matagne-la-Petite	matagne-la-petite	BE	5680	328	Europe/Brussels	50.11868	4.6467		Doische (Matagne-la-Petite)		WAL	WNA	93	93018
2791595	Matagne-la-Grande	matagne-la-grande	BE	5680	290	Europe/Brussels	50.11827	4.62233		Doische (Matagne-la-Grande)		WAL	WNA	93	93018
2791606	Massenhoven	massenhoven	BE	2240	1172	Europe/Brussels	51.20021	4.63572		Zandhoven (Massenhoven)		VLG	VAN	11	11054
2791608	Massemen	massemen	BE	9230	2723	Europe/Brussels	50.98086	3.87394		Massemen		VLG	VOV	42	42025
2791614	Masnuy-Saint-Pierre	masnuy-saint-pierre	BE	7050	481	Europe/Brussels	50.537	3.96066				WAL	WHT	53	53044
2791616	Masnuy-Saint-Jean	masnuy-saint-jean	BE	7050	2663	Europe/Brussels	50.53209	3.94032				WAL	WHT	53	53044
2791620	Masbourg	masbourg	BE	6953	187	Europe/Brussels	50.11366	5.31355		Masbourg		WAL	WLX	83	83040
2791627	Martouzin-Neuville	martouzin-neuville	BE	5573	352	Europe/Brussels	50.11775	5.00627		Martouzin,Martouzin-Neuville		WAL	WNA	91	91013
2791640	Martenslinde	martenslinde	BE	3742	928	Europe/Brussels	50.85597	5.53385		Bilzen (Martenslinde)		VLG	VLI	73	73006
2791642	Martelange	martelange	BE	6630	1440	Europe/Brussels	49.83195	5.73655		Martelange,Martelanzh,Martelarge,Matlindje,Måtlindje,Nartelange,ma te lang ri,mrtwlanzh,Мартеланж,مرتولانژ,马特朗日		WAL	WLX	81	81013
2791653	Marquain	marquain	BE	7522	1233	Europe/Brussels	50.60679	3.32087		Marquain		WAL	WHT	57	57081
2791659	Marneffe	marneffe	BE	4210	900	Europe/Brussels	50.58051	5.14486		Burdinne (Marneffe)		WAL	WLG	61	61010
2791670	Markegem	markegem	BE	8720	839	Europe/Brussels	50.94633	3.4003		Marckeghem,Markegem		VLG	VWV	37	37002
2791673	Marke	marke	BE	8510	7575	Europe/Brussels	50.80678	3.23344		Marcke,Marke		VLG	VWV	34	34022
2791679	Marilles	marilles	BE	1350	947	Europe/Brussels	50.70717	4.95274		Marilles		WAL	WBR	25	25120
2791684	Mariembourg	mariembourg	BE	5660	2017	Europe/Brussels	50.09489	4.52161		Mariembourg,Marienbourg		WAL	WNA	93	93014
2791689	Mariekerke	mariekerke	BE	2880	2199	Europe/Brussels	51.06503	4.19249		Bornem (Mariekerke)		VLG	VAN	12	12007
2791699	Mariakerke	mariakerke	BE	9030	0	Europe/Brussels	51.21304	2.87773		Mariakerke		VLG	VWV	35	35013
2791700	Mariakerke	mariakerke	BE	9030	17062	Europe/Brussels	51.07476	3.68289		Mariakerke		VLG	VOV	44	44021
2791709	Marenne	marenne	BE	6990	1088	Europe/Brussels	50.24129	5.41498		Marenne		WAL	WLX	83	83028
2791721	Marcourt	marcourt	BE	6987	410	Europe/Brussels	50.21533	5.52479		Marcour,Marcourt		WAL	WLX	83	83044
2791726	Marcinelle	marcinelle	BE	6001	23696	Europe/Brussels	50.39216	4.44388		Charleroi (Marcinelle),Marcinele,Mårcinele		WAL	WHT	52	52011
2791729	Marchovelette	marchovelette	BE	5380	798	Europe/Brussels	50.52303	4.94059	183	Fernelmont (Marchovelette)		WAL	WNA	92	92138
2791731	Marchipont	marchipont	BE	7387	83	Europe/Brussels	50.37809	3.66617				WAL	WHT	53	53083
2791733	Marchin	marchin	BE	4570	5063	Europe/Brussels	50.46707	5.2428		Marchin,Marcin,Marshen,Mårcin,ma er shang,mrshn,Маршен,مرشن,马尔尚		WAL	WLG	61	61039
2791735	Marchienne-au-Pont	marchienne-au-pont	BE	6030	15154	Europe/Brussels	50.40573	4.3953		Charleroi (Marchienne-au-Pont),Marciene,Mårciene		WAL	WHT	52	52011
2791739	Marche-lez-Écaussinnes	marche-lez-ecaussinnes	BE	7190	2470	Europe/Brussels	50.54601	4.1818		Marche-lez Ecaussines,Marche-lez Écaussines,Marche-lez-Ecaussinnes,Marche-lez-Écaussinnes		WAL	WHT	55	55050
2791741	Marche-les-Dames	marche-les-dames	BE	5024	1004	Europe/Brussels	50.48585	4.95967		Marche-les-Dames		WAL	WNA	92	92094
2791744	Marche-en-Famenne	marche-en-famenne	BE	6900	16856	Europe/Brussels	50.22678	5.34416		Marca in Falmana,Marche,Marsh an Famen,Marsh-an-Famen,Matche-el-Famene,Måtche-el-Fåmene,fa mei en de qu ma er shen,maleusyuangpamen,marushu=an=famen'nu,Марш ан Фамен,Марш-ан-Фамен,مرش‌آن‌فمن,マルシュ＝アン＝ファメンヌ,法梅恩地区马尔什,마르슈앙파멘		WAL	WLX	83	83034
2791755	Marbaix	marbaix	BE	6120	755	Europe/Brussels	50.32624	4.37092		Ham-sur-Heure-Nalinnes (Marbaix),Marbaix		WAL	WHT	56	56086
2791757	Marbais	marbais	BE	1495	3130	Europe/Brussels	50.54652	4.53499		Villers-la-Ville (Marbais)		WAL	WBR	25	25107
2791759	Maransart	maransart	BE	1380	964	Europe/Brussels	50.65969	4.46689		Lasne (Maransart)		WAL	WBR	25	25119
2791787	Mannekensvere	mannekensvere	BE	8433	263	Europe/Brussels	51.12599	2.81798		Mannekensvere		VLG	VWV	35	35011
2791790	Manhay	manhay	BE	6960	3128	Europe/Brussels	50.29219	5.67562		Mane,Manhay,Manhe,Manhé,ma nai,mnh,Мане,منه,马奈		WAL	WLX	83	83055
2791804	Manderfeld	manderfeld	BE	4760	1150	Europe/Brussels	50.3312	6.33919		Mamderseld,Manderfeld,Manderfield		WAL	WLG	63	63012
2791813	Manage	manage	BE	7170	0	Europe/Brussels	50.63923	3.82753				WAL	WHT	51	51004
2791814	Manage	manage	BE	7170	22196	Europe/Brussels	50.50312	4.23589		Manadje,Manage,Manazh,mnzh,Манаж,منژ		WAL	WHT	52	52043
2791817	Malvoisin	malvoisin	BE	5575	391	Europe/Brussels	50.01155	4.9623		Gedinne (Malvoisin)		WAL	WNA	91	91054
2791831	Malonne	malonne	BE	5020	5467	Europe/Brussels	50.43969	4.79562		Namur (Malonne)		WAL	WNA	92	92094
2791834	Malmédy	malmedy	BE	4960	11514	Europe/Brussels	50.42686	6.02794		Malmedy,Malmédy,Mamdey,Måmdey		WAL	WLG	63	63049
2791847	Malempré	malempre	BE	6960	310	Europe/Brussels	50.28155	5.71444		Malempre,Malempré		WAL	WLX	83	83055
2791854	Malderen	malderen	BE	1840	3878	Europe/Brussels	51.02077	4.24639		Londerzeel (Malderen)		VLG	VBR	23	23045
2791857	Maldegem	maldegem	BE	9990	22092	Europe/Brussels	51.20737	3.44511		Mal'degem,Maldegem,Moaldegem,ma er de hai mu,mldwzhm,Малдегем,Мальдегем,ملدوژم,马尔德海姆		VLG	VOV	43	43010
2791875	Mal	mal	BE	3700	1154	Europe/Brussels	50.76869	5.5197		Mal,Mall		VLG	VLI	73	73083
2791882	Maizeret	maizeret	BE	5300	349	Europe/Brussels	50.45972	4.97875		Maizeret		WAL	WNA	92	92003
2791887	Maissin	maissin	BE	6852	556	Europe/Brussels	49.96479	5.17821		Maissin		WAL	WLX	84	84050
2791901	Maisières	maisieres	BE	7020	3985	Europe/Brussels	50.4882	3.96564				WAL	WHT	53	53053
2791906	Mainvault	mainvault	BE	7812	1397	Europe/Brussels	50.64908	3.71751		Mainvault		WAL	WHT	51	51004
2791911	Maillen	maillen	BE	5330	1072	Europe/Brussels	50.37782	4.97097		Assesse (Maillen)		WAL	WNA	92	92006
2791925	Magnée	magnee	BE	4623	1402	Europe/Brussels	50.5998	5.68834		Fleron (Magnee),Fléron (Magnée)		WAL	WLG	62	62038
2791935	Maffle	maffle	BE	7810	1733	Europe/Brussels	50.61789	3.80324				WAL	WHT	51	51004
2791937	Maffe	maffe	BE	5374	497	Europe/Brussels	50.35384	5.31206		Havelange (Maffe)		WAL	WNA	91	91064
2791943	Macquenoise	macquenoise	BE	6593	484	Europe/Brussels	49.97568	4.17892		Momignies (Macquenoise)		WAL	WHT	56	56051
2791946	Macon	macon	BE	6591	683	Europe/Brussels	50.05072	4.20918		Momignies (Macon)		WAL	WHT	56	56051
2791951	Machelen	machelen	BE	1830	12252	Europe/Brussels	50.91061	4.44174		Machelen,Makhelen,ma he lun,mshwlan,Махелен,مشولان,马赫伦		VLG	VBR	23	23047
2791956	Mabompré	mabompre	BE	6663	661	Europe/Brussels	50.09897	5.73984		Houffalize (Mabompre),Houffalize (Mabompré)		WAL	WLX	82	82014
2791961	Maasmechelen	maasmechelen	BE	3630	36251	Europe/Brussels	50.96545	5.69452		Maasmechelen,Maasmekhelen,Maasmekhelene,Masmekhelen,Massmechelen,Mechele,ma si mei he lun,mas me khexlein,masmykhylyn,masumeheren,myamshlan,Маасмехелен,Маасмехелене,Масмехелен,مئامشلان,ماسميخيلين,มาสเมเคอเลิน,マースメヘレン,马斯梅赫伦		VLG	VLI	73	73107
2791964	Maaseik	maaseik	BE	3680	23684	Europe/Brussels	51.09802	5.78379		Maaseik,Maasejk,Maeseyck,Mezeik,ma sai ke,ma sik,masaiku,masayk,maseikeu,mazk,Маасейк,مازک,ماسايك,มาไซก์,マーサイク,马塞克,마세이크		VLG	VLI	72	72021
2791970	Maarke-Kerkem	maarke-kerkem	BE	9680	958	Europe/Brussels	50.82038	3.66528		Kerkem,Maarke,Maarke-Kerkem,Maercke-Kerkhem		VLG	VOV	45	45064
2791994	Luttre	luttre	BE	6238	3489	Europe/Brussels	50.51006	4.39709		Luttre		WAL	WHT	52	52055
2792003	Lustin	lustin	BE	5170	2087	Europe/Brussels	50.37876	4.89871		Lustin		WAL	WNA	92	92101
2792007	Lummen	lummen	BE	3560	13689	Europe/Brussels	50.98772	5.19121		Lummen		VLG	VLI	71	71037
2792023	Luingne	luingne	BE	7700	4757	Europe/Brussels	50.73952	3.23603		Luingne		WAL	WHT	54	54007
2792034	Lubbeek	lubbeek	BE	3210	13574	Europe/Brussels	50.88278	4.83896		Lubbeek		VLG	VBR	24	24066
2792044	Loyers	loyers	BE	5101	1373	Europe/Brussels	50.46324	4.95136		Namur (Loyers)		WAL	WNA	92	92094
2792045	Loyers	loyers	BE	5101	0	Europe/Brussels	50.28368	4.94683		Loyers		WAL	WNA	91	91034
2792048	Loverval	loverval	BE	6280	1881	Europe/Brussels	50.37519	4.47332		Gerpinnes (Loverval)		WAL	WHT	52	52025
2792054	Lovenjoel	lovenjoel	BE	3360	2157	Europe/Brussels	50.85852	4.78094		Bierbeek (Lovenjoel),Lovenjoul		VLG	VBR	24	24011
2792057	Lovendegem	lovendegem	BE	9920	9272	Europe/Brussels	51.10168	3.61298		Lovendegem		VLG	VOV	44	44085
2792071	Louveigné	louveigne	BE	4141	4267	Europe/Brussels	50.53015	5.71547		Sprimont (Louveigne),Sprimont (Louveigné)		WAL	WLG	62	62100
2792073	Louvain-la-Neuve	louvain-la-neuve	BE	1348	29521	Europe/Brussels	50.66829	4.61443		Li Nou Loven,Li Noû Lovén,Luven-la-Nev,Novum Lovanium,Ottignies-Louvain-la-Neuve (Louvain-la-Neuve),ruvu~an=ra=nuvu,Лувен-ла-Нев,ルーヴァン＝ラ＝ヌーヴ		WAL	WBR	25	25121
2792076	Loupoigne	loupoigne	BE	1471	1703	Europe/Brussels	50.59806	4.44448		Genappe (Loupoigne)		WAL	WBR	25	25031
2792081	Louette-Saint-Pierre	louette-saint-pierre	BE	5575	283	Europe/Brussels	49.96059	4.92725		Louette-Saint-Pierre		WAL	WNA	91	91054
2792084	Louette-Saint-Denis	louette-saint-denis	BE	5575	312	Europe/Brussels	49.95937	4.95727		Louette-Saint-Denis		WAL	WNA	91	91054
2792090	Lotenhulle	lotenhulle	BE	9880	2801	Europe/Brussels	51.0502	3.46162		Lootenhulle,Lotenhulle		VLG	VOV	44	44084
2792093	Lot	lot	BE	1651	4698	Europe/Brussels	50.7679	4.27711		Beersel (Lot)		VLG	VBR	23	23003
2792106	Lorcé	lorce	BE	4987	393	Europe/Brussels	50.41667	5.73512		Stoumont (Lorce),Stoumont (Lorcé)		WAL	WLG	63	63075
2792108	Loppem	loppem	BE	8210	4913	Europe/Brussels	51.15662	3.19599		Lophem,Loppem		VLG	VWV	31	31040
2792111	Loonbeek	loonbeek	BE	3040	1116	Europe/Brussels	50.80941	4.60971		Huldenberg (Loonbeek)		VLG	VBR	24	24045
2792117	Lonzée	lonzee	BE	5030	878	Europe/Brussels	50.55371	4.7272		Lonzee,Lonzée		WAL	WNA	92	92142
2792119	Lontzen	lontzen	BE	4710	4862	Europe/Brussels	50.68126	6.00712		Lontzen,Sontzen		WAL	WLG	63	63048
2792121	Longvilly	longvilly	BE	6600	1432	Europe/Brussels	50.02633	5.83829		Bastogne (Longvilly)		WAL	WLX	82	82003
2792126	Longueville	longueville	BE	1325	806	Europe/Brussels	50.70238	4.74009		Chaumont-Gistoux (Longueville)		WAL	WBR	25	25018
2792127	Longueville	longueville	BE	1325	0	Europe/Brussels	50.38833	5.45892				WAL	WLX	83	83012
2792145	Longlier	longlier	BE	6840	1564	Europe/Brussels	49.85384	5.45009		Longlier		WAL	WLX	84	84043
2792153	Longchamps	longchamps	BE	5310	0	Europe/Brussels	50.56667	6.08333				WAL	WLG	63	63004
2792154	Longchamps	longchamps	BE	5310	730	Europe/Brussels	50.57713	4.89544		Eghezee (Longchamps),Éghezée (Longchamps)		WAL	WNA	92	92035
2792155	Longchamps	longchamps	BE	5310	0	Europe/Brussels	50.22639	5.92111				WAL	WLX	82	82037
2792156	Longchamps	longchamps	BE	5310	1398	Europe/Brussels	50.0534	5.69032		Bertogne (Longchamps),Longchamps		WAL	WLX	82	82005
2792165	Londerzeel	londerzeel	BE	1840	1842	Europe/Brussels	51.00468	4.30304		Londerzeel,Londerzel,long de ze er,lwndrzyl,Лондерзел,لوندرزئل,隆德泽尔		VLG	VBR	23	23045
2792167	Loncin	loncin	BE	4431	3118	Europe/Brussels	50.66655	5.50509		Ans (Loncin)		WAL	WLG	62	62003
2792171	Lomprez	lomprez	BE	6924	333	Europe/Brussels	50.07625	5.09142		Lomprez		WAL	WLX	84	84075
2792174	Lompret	lompret	BE	6463	181	Europe/Brussels	50.06441	4.379		Chimay (Lompret)		WAL	WHT	56	56016
2792176	Lommersweiler	lommersweiler	BE	4783	1215	Europe/Brussels	50.24	6.165		Lommersweiler		WAL	WLG	63	63067
2792179	Lommel	lommel	BE	3920	31993	Europe/Brussels	51.23074	5.31349		Lomel,Lomelis,Lommel,lml,lom meil,luo mo er,lwml,Ломел,Ломмел,لمل,لومل,โลมเมิล,洛默尔		VLG	VLI	72	72020
2792184	Lombise	lombise	BE	7870	361	Europe/Brussels	50.59969	3.93894				WAL	WHT	53	53046
2792187	Lombardsijde	lombardsijde	BE	8434	1348	Europe/Brussels	51.15	2.75		Lombaertzyde,Lombardsijde,Lombartzyde		VLG	VWV	35	35011
2792190	Loksbergen	loksbergen	BE	3545	994	Europe/Brussels	50.93408	5.06983		Loksbergen,Loxbergen		VLG	VLI	71	71020
2792195	Lokeren	lokeren	BE	9160	0	Europe/Brussels	51.31323	4.92033				VLG	VAN	13	13040
2792196	Lokeren	lokeren	BE	9160	37567	Europe/Brussels	51.10364	3.99339		Lokeren,Lokerenas,luo ke lun,lwkrn,Локерен,لوکرن,洛克伦		VLG	VOV	46	46014
2792198	Loker	loker	BE	8958	564	Europe/Brussels	50.78166	2.77234		Locre,Loker		VLG	VWV	33	33039
2792219	Loenhout	loenhout	BE	2990	4302	Europe/Brussels	51.39947	4.64404		Wuustwezel (Loenhout)		VLG	VAN	11	11053
2792226	Lodelinsart	lodelinsart	BE	6042	8489	Europe/Brussels	50.43138	4.44886		Charleroi (Lodelinsart)		WAL	WHT	52	52011
2792235	Lochristi	lochristi	BE	9080	19696	Europe/Brussels	51.09644	3.83194		Lochristi,Lokhristi,Loochristi,Loochristy,luo ke li si di,lwkrysty,Лохристи,لوکریستی,洛克里斯蒂		VLG	VOV	44	44034
2792245	Lobbes	lobbes	BE	6540	5467	Europe/Brussels	50.35258	4.26716		Lob,Lobbes,Lobe,Lôbe,lwb,Лоб,لوب		WAL	WHT	56	56044
2792247	Lo	lo	BE	8647	0	Europe/Brussels	51.23333	5.53333		Lo,Loo		VLG	VLI	72	72037
2792248	Lo	lo	BE	8647	0	Europe/Brussels	51.23333	5.46667		Lo,Loo		VLG	VLI	72	72043
2792249	Lo	lo	BE	8647	0	Europe/Brussels	51.08947	3.61251		Lo,Loo		VLG	VOV	44	44085
2792250	Lo	lo	BE	8647	1179	Europe/Brussels	50.98036	2.74965		Lo,Loo		VLG	VWV	32	32030
2792251	Lo	lo	BE	8647	0	Europe/Brussels	50.87585	4.76223		Lo,Loo,Loo Bergen		VLG	VBR	24	24066
2792255	Lixhe	lixhe	BE	4600	1626	Europe/Brussels	50.7544	5.68028		Lieze,Lixhe		WAL	WLG	62	62108
2792257	Lives-sur-Meuse	lives-sur-meuse	BE	5101	465	Europe/Brussels	50.46558	4.92421		Lives,Lives-sur-Meuse		WAL	WNA	92	92094
2792266	Lissewege	lissewege	BE	8380	7699	Europe/Brussels	51.29427	3.19331		Lissewege,Lisseweghe		VLG	VWV	31	31005
2792269	Lisogne	lisogne	BE	5501	791	Europe/Brussels	50.28095	4.9708		Dinant (Lisogne)		WAL	WNA	91	91034
2792282	Lippelo	lippelo	BE	2890	1136	Europe/Brussels	51.04258	4.259		Lippeloo,Sint-Amands (Lippelo)		VLG	VAN	12	12041
2792292	Lint	lint	BE	2547	2268	Europe/Brussels	51.12707	4.49669		Lint,Linth		VLG	VAN	11	11025
2792293	Lint	lint	BE	2547	0	Europe/Brussels	50.94794	4.39711				VLG	VBR	23	23025
2792296	Linsmeau	linsmeau	BE	1357	503	Europe/Brussels	50.73562	4.99977		Linsmeau,Linsmeel		WAL	WBR	25	25118
2792298	Linkhout	linkhout	BE	3560	2019	Europe/Brussels	50.96778	5.1374		Linckhout,Lummen (Linkhout)		VLG	VLI	71	71037
2792300	Linkebeek	linkebeek	BE	1630	0	Europe/Brussels	50.79324	4.03318		Linkebeek,Linkenbeek		VLG	VOV	41	41048
2792301	Linkebeek	linkebeek	BE	1630	4823	Europe/Brussels	50.76781	4.33688		Linkebeek,Linkebek,lin ke bei ke,lnkwbwk,Линкебек,Լինկեբեեկ,لنکوبوک,林克贝克		VLG	VBR	23	23100
2792313	Linden	linden	BE	3210	5042	Europe/Brussels	50.89494	4.77027		Linden		VLG	VBR	24	24066
2792314	Linden	linden	BE	3210	0	Europe/Brussels	50.8933	3.76687		Linde,Linden		VLG	VOV	41	41081
2792332	Lincent	lincent	BE	4287	2884	Europe/Brussels	50.71222	5.03654		Lensan,Liessem,Lijsem,Lincent,Lissin,Lîssin,lan sang,lnsan,Ленсан,لنسان,兰桑	64047	WAL	WLG	64	64047
2792337	Limont	limont	BE	4357	826	Europe/Brussels	50.66189	5.3124		Donceel (Limont)		WAL	WLG	64	64023
2792338	Limont	limont	BE	4357	0	Europe/Brussels	50.50862	5.49426		Limont		WAL	WLG	61	61079
2792343	Limerlé	limerle	BE	6670	1855	Europe/Brussels	50.15804	5.92395		Gouvy (Limerle),Gouvy (Limerlé)		WAL	WLX	82	82037
2792345	Limelette	limelette	BE	1342	5416	Europe/Brussels	50.68428	4.57186		Ottignies-Louvain-la-Neuve (Limelette)		WAL	WBR	25	25121
2792348	Limbourg	limbourg	BE	4830	5612	Europe/Brussels	50.61222	5.9412		Laeboer,Limbourg,Limburg		WAL	WLG	63	63046
2792352	Limal	limal	BE	1300	9443	Europe/Brussels	50.69477	4.57538		Limal		WAL	WBR	25	25112
2792356	Lillois-Witterzée	lillois-witterzee	BE	1428	4350	Europe/Brussels	50.64549	4.36681		Braine-l'Alleud (Lillois-Witterzee),Braine-l'Alleud (Lillois-Witterzée)		WAL	WBR	25	25014
2792358	Lillo	lillo	BE	2040	0	Europe/Brussels	51.3043	4.29008		Antwerpen (Lillo),Fort Lillo,Lillo-Fort		VLG	VAN	11	11002
2792359	Lillo	lillo	BE	2040	0	Europe/Brussels	51.15588	4.68309		Lillo,Lilloo		VLG	VAN	12	12026
2792360	Lille	lille	BE	2275	15466	Europe/Brussels	51.24197	4.82313		Lille,Lille  Antwerpen  Belgie,Lille  Antwerpen  België		VLG	VAN	13	13019
2792368	Ligny	ligny	BE	5140	0	Europe/Brussels	50.60304	3.45912				WAL	WHT	57	57081
2792369	Ligny	ligny	BE	5140	2640	Europe/Brussels	50.51244	4.57735		Sombreffe (Ligny)		WAL	WNA	92	92114
2792372	Ligney	ligney	BE	4254	581	Europe/Brussels	50.66181	5.18237		Geer (Ligney)		WAL	WLG	64	64029
2792380	Ligne	ligne	BE	7812	904	Europe/Brussels	50.62181	3.70591				WAL	WHT	51	51004
2792381	Ligné	ligne	BE	7812	0	Europe/Brussels	50.52141	5.88453				WAL	WLG	63	63038
2792384	Liezele	liezele	BE	2870	1798	Europe/Brussels	51.05998	4.28038		Liezele		VLG	VAN	12	12041
2792395	Liers	liers	BE	4042	1840	Europe/Brussels	50.69396	5.56458		Herstal (Liers)		WAL	WLG	62	62051
2792397	Lier	lier	BE	2500	33272	Europe/Brussels	51.13128	4.57041		L'er,Lier,Lierre,Lijr,Lir,Lyras,li er,lileu,lyr,riru,Лийр,Лир,Льер,Лір,لیر,リール,利尔,리르		VLG	VAN	12	12021
2792398	Liernu	liernu	BE	5310	944	Europe/Brussels	50.58318	4.831		Liernu		WAL	WNA	92	92035
2792400	Lierneux	lierneux	BE	4990	3332	Europe/Brussels	50.28477	5.79236		L'ernjo,Liern'o,Lierneu,Lierneux,Lieurneux,li er na,lyrnw,Лиерньо,Льернё,لیرنو,利尔纳		WAL	WLG	63	63045
2792413	Liège	liege	BE	4000	182597	Europe/Brussels	50.63373	5.56749		L'ezh,LGG,Leck,Leodic,Leodicum,Leodium,Lidje,Liege,Liegi,Liego,Lieja,Liex,Liez,Liezh,Lieĝo,Lige,Lijezh,Liège,Lièja,Ljez,Ljeza,Ljezas,Ljež,Lježas,Ljēža,Luettich,Luik,Luttich,Lutych,Luuk,Léck,Lüttich,Lēodic,Suguru,Sùguru,lie ri,lieju,liezhi,lija,lyj,lyyj,lyyz,lyzh,rieju,Λιέγη,Лиеж,Лијеж,Льеж,Льєж,Լիեժ,לייז,ליעזש,لييج,لیج,لیژ,लीज,ลีแยฌ,လိဂျမြို့,ლიეჟი,リエージュ,列日,리에주		WAL	WLG	62	62063
2792420	Lieferinge	lieferinge	BE	9400	313	Europe/Brussels	50.79247	4.05186		Lieferinge,Liefferinge		VLG	VOV	41	41048
2792423	Liedekerke	liedekerke	BE	1770	11980	Europe/Brussels	50.86892	4.08743		Lidekerke,Liedekerke,Lijdekerke,li de kai er ke,lywdwkrk,Лидекерке,Лийдекерке,لیودوکرک,利德凯尔克		VLG	VBR	23	23044
2792427	Lichtervelde	lichtervelde	BE	8810	0	Europe/Brussels	51.1	3.76667				VLG	VOV	44	44021
2792428	Lichtervelde	lichtervelde	BE	8810	8169	Europe/Brussels	51.03333	3.15		Lichterveld,Lichtervelde		VLG	VWV	36	36011
2792435	Lichtaart	lichtaart	BE	2460	6212	Europe/Brussels	51.22495	4.91681		Kasterlee (Lichtaart),Lichtaert		VLG	VAN	13	13017
2792442	Libin	libin	BE	6890	4609	Europe/Brussels	49.98107	5.25612		Liben,Libin,Libini vald,li ban,lybn,Либен,لیبن,利班		WAL	WLX	84	84035
2792446	Liberchies	liberchies	BE	6238	0	Europe/Brussels	50.6	3.5				WAL	WHT	57	57081
2792447	Liberchies	liberchies	BE	6238	1131	Europe/Brussels	50.51421	4.42123		Liberchies		WAL	WHT	52	52055
2792466	Leval-Trahegnies	leval-trahegnies	BE	7134	6473	Europe/Brussels	50.4213	4.22556		Leval-Trahegnies		WAL	WHT	56	56011
2792468	Leval-Chaudeville	leval-chaudeville	BE	6500	453	Europe/Brussels	50.23573	4.21		Beaumont (Leval-Chaudeville)		WAL	WHT	56	56005
2792474	Leuze	leuze	BE	5310	7095	Europe/Brussels	50.6	3.6		Leuze		WAL	WHT	57	57094
2792475	Leuze	leuze	BE	5310	2454	Europe/Brussels	50.54635	4.9063		Eghezee (leuze),Éghezée (leuze)		WAL	WNA	92	92035
2792476	Leuze	leuze	BE	5310	0	Europe/Brussels	50.33219	5.3326				WAL	WNA	91	91120
2792482	Leuven	leuven	BE	3000	92892	Europe/Brussels	50.87959	4.70093		L'oven,Leouben,Leuve,Leuven,Ljoven,Loewen,Louvain,Lovaina,Lovan,Lovanio,Lovanium,Lovaň,Loveno,Luven,Löwen,ZGK,lu wen,revu~en,ruvu~en,Λέουβεν,Лувен,Льовен,Лёвен,ルーヴェン,レーヴェン,鲁汶		VLG	VBR	24	24062
2792485	Leut	leut	BE	3630	1599	Europe/Brussels	50.99107	5.73624		Leuth,Maasmechelen (Leut)		VLG	VLI	73	73107
2792488	Leupegem	leupegem	BE	9700	0	Europe/Brussels	50.83289	3.60577		Leupegem		VLG	VOV	45	45035
2792492	Leugnies	leugnies	BE	6500	370	Europe/Brussels	50.21959	4.19721		Beaumont (Leugnies)		WAL	WHT	56	56005
2792499	Letterhoutem	letterhoutem	BE	9521	1206	Europe/Brussels	50.92768	3.8797		Letterhautem,Letterhoutem		VLG	VOV	41	41063
2792525	Les Waleffes	les-waleffes	BE	4317	978	Europe/Brussels	50.63749	5.22357		Faimes (Les Waleffes)		WAL	WLG	64	64076
2792534	Lesve	lesve	BE	5170	2399	Europe/Brussels	50.37705	4.77785		Profondeville (Lesve)		WAL	WNA	92	92101
2792557	Lesterny	lesterny	BE	6953	206	Europe/Brussels	50.11235	5.27896		Lesterny		WAL	WLX	83	83040
2792564	Lessive	lessive	BE	5580	271	Europe/Brussels	50.1395	5.14942		Lessive		WAL	WNA	91	91114
2792567	Lessines	lessines	BE	7860	17687	Europe/Brussels	50.71104	3.83579		Lesin,Lessen,Lessin,Lessines,lai xi en,lsyn,Лесин,Лессин,لسین,莱西恩		WAL	WHT	55	55023
2792639	Les Hayons	les-hayons	BE	6830	183	Europe/Brussels	49.81284	5.14558		Les Hayons		WAL	WLX	84	84010
2792692	Deux-Acren	deux-acren	BE	7864	3896	Europe/Brussels	50.73026	3.85315		Deux-Acren,Les Deux-Acren,Twee Akren		WAL	WHT	55	55023
2792694	Lesdain	lesdain	BE	7621	495	Europe/Brussels	50.52132	3.38735		Lesdain		WAL	WHT	57	57093
2792733	L'Escaillère	l-escaillere	BE	6464	208	Europe/Brussels	49.94503	4.43067		Chimay (L'Escaillere),Chimay (L'Escaillère)		WAL	WHT	56	56016
2792738	Les Bulles	les-bulles	BE	6811	534	Europe/Brussels	49.70457	5.4238		Les Bulles		WAL	WLX	85	85007
2792771	Les Avins	les-avins	BE	4560	633	Europe/Brussels	50.41555	5.30015		Les Avins		WAL	WLG	61	61012
2792795	Le Roux	le-roux	BE	5070	1510	Europe/Brussels	50.38877	4.62404		Fosses-la-Ville (Le Roux)		WAL	WNA	92	92048
2792856	Leopoldsburg	leopoldsburg	BE	3970	14149	Europe/Brussels	51.11667	5.25		Bourg-Leopold,Bourg-Léopold,Leopoldsburg		VLG	VLI	71	71034
2792864	Lens-sur-Geer	lens-sur-geer	BE	4360	2516	Europe/Brussels	50.72162	5.35086		Oreye (Lens-sur-Geer)		WAL	WLG	64	64056
2792866	Lens-Saint-Servais	lens-saint-servais	BE	4250	456	Europe/Brussels	50.66336	5.1551		Lens-Saint-Servais		WAL	WLG	64	64029
2792868	Lens-Saint-Remy	lens-saint-remy	BE	4280	1204	Europe/Brussels	50.65077	5.1319		Hannut (Lens-Saint-Remy)		WAL	WLG	64	64034
2792871	Lens	lens	BE	7870	3902	Europe/Brussels	50.55696	3.89946				WAL	WHT	53	53046
2792879	Lendelede	lendelede	BE	8860	5393	Europe/Brussels	50.88626	3.23747		Lendelede,Lendlee		VLG	VWV	34	34025
2792888	Le Mesnil	le-mesnil	BE	5670	138	Europe/Brussels	50.03151	4.67204		Le Mesnil		WAL	WNA	93	93090
2792891	Lemberge	lemberge	BE	9820	6726	Europe/Brussels	50.97629	3.77054		Lemberge		VLG	VOV	44	44043
2792893	Lembeke	lembeke	BE	9971	3679	Europe/Brussels	51.19487	3.63333		Lembeke		VLG	VOV	43	43007
2792894	Lembeke	lembeke	BE	9971	0	Europe/Brussels	50.88333	3.71667				VLG	VOV	45	45065
2792898	Lembeek	lembeek	BE	1502	7689	Europe/Brussels	50.7157	4.21832		Halle (Lembeek),Lembecq		VLG	VBR	23	23027
2792924	Leke	leke	BE	8600	1173	Europe/Brussels	51.10022	2.89098		Leke		VLG	VWV	32	32003
2792929	Leisele	leisele	BE	8691	815	Europe/Brussels	50.98435	2.62001		Leisele,Leysele		VLG	VWV	38	38002
2792944	Leignon	leignon	BE	5590	2206	Europe/Brussels	50.26861	5.11045		Ciney (Leignon)		WAL	WNA	91	91030
2792985	Léglise	leglise	BE	6860	3865	Europe/Brussels	49.79985	5.53652		Leglijhe,Leglise,Legliz,Léglise,lai ge li ci,lglyz,Леглиз,لگلیز,莱格利兹		WAL	WLX	84	84033
2793002	Leffinge	leffinge	BE	8432	2464	Europe/Brussels	51.17576	2.87576		Leffinge,Leffinghe		VLG	VWV	35	35011
2793018	Leeuwergem	leeuwergem	BE	9620	1769	Europe/Brussels	50.888	3.831		Leeuwergem		VLG	VOV	41	41081
2793023	Leest	leest	BE	2811	2758	Europe/Brussels	51.03319	4.4153		Mechelen (Leest)		VLG	VAN	12	12025
2793025	Leers-Nord	leers-nord	BE	7730	1514	Europe/Brussels	50.68748	3.27023		Leers-Nord		WAL	WHT	57	57027
2793027	Leers-et-Fosteau	leers-et-fosteau	BE	6530	375	Europe/Brussels	50.30403	4.2458		Leers-et-Fosteau		WAL	WHT	56	56078
2793031	Leernes	leernes	BE	6142	3414	Europe/Brussels	50.39812	4.33239		Fontaine-l'Eveque (Leernes),Fontaine-l'Évêque (Leernes)		WAL	WHT	52	52022
2793033	Leerbeek	leerbeek	BE	1755	1214	Europe/Brussels	50.77788	4.11936		Gooik (Leerbeek)		VLG	VBR	23	23024
2793054	Leefdaal	leefdaal	BE	3061	4457	Europe/Brussels	50.84759	4.58936		Leefdaal,Leefdael		VLG	VBR	24	24009
2793067	Ledegem	ledegem	BE	8880	1582	Europe/Brussels	50.85785	3.12409		Ledegem,Ledeghem		VLG	VWV	36	36010
2793070	Ledeberg	ledeberg	BE	9050	8454	Europe/Brussels	51.03859	3.74458		Ledeberg		VLG	VOV	44	44021
2793072	Ledeberg	ledeberg	BE	9050	1500	Europe/Brussels	50.84356	4.09112				VLG	VBR	23	23097
2793077	Lede	lede	BE	9340	16813	Europe/Brussels	50.96626	3.98594		Lede		VLG	VOV	41	41034
2793078	Lede	lede	BE	9340	0	Europe/Brussels	50.88987	3.57509				VLG	VOV	45	45068
2793099	L'Écluse	l-ecluse	BE	1320	365	Europe/Brussels	50.773	4.83141		Beauvechain (L'Ecluse),Beauvechain (L'Écluse)		WAL	WBR	25	25005
2793144	Lebbeke	lebbeke	BE	9280	17372	Europe/Brussels	51.00464	4.13457		Lebbeke		VLG	VOV	42	42011
2793162	Lavoir	lavoir	BE	4217	344	Europe/Brussels	50.55053	5.11954		Heron (Lavoir),Héron (Lavoir)		WAL	WLG	61	61028
2793178	Lavaux-Sainte-Anne	lavaux-sainte-anne	BE	5580	360	Europe/Brussels	50.11448	5.09384		Lavaux-Sainte-Anne		WAL	WNA	91	91114
2793196	Lavacherie	lavacherie	BE	6681	716	Europe/Brussels	50.05285	5.51091		Lavacherie		WAL	WLX	82	82038
2793202	Lauwe	lauwe	BE	8930	8392	Europe/Brussels	50.79479	3.1869		Lauwe		VLG	VWV	34	34027
2793204	Lauw	lauw	BE	3700	1031	Europe/Brussels	50.73881	5.41333		Lauw,Lowaige		VLG	VLI	73	73083
2793221	Latour	latour	BE	6761	0	Europe/Brussels	50.36667	5.88333				WAL	WLG	63	63086
2793223	Latour	latour	BE	6761	1199	Europe/Brussels	49.55736	5.57065		Latour		WAL	WLX	85	85045
2793229	Latinne	latinne	BE	4261	780	Europe/Brussels	50.62518	5.1646		Braives (Latinne)		WAL	WLG	64	64015
2793231	Lathuy	lathuy	BE	1370	768	Europe/Brussels	50.72461	4.82617		Jodoigne (Lathuy)		WAL	WBR	25	25048
2793247	Lasne	lasne	BE	1380	0	Europe/Brussels	50.68749	4.48156		Lan,Lane,la en,lsn,Лан,لسن,拉恩		WAL	WBR	25	25119
2793279	La Roche-en-Ardenne	la-roche-en-ardenne	BE	6980	4200	Europe/Brussels	50.18361	5.57547		La Roche-en-Ardenne,La Rosh an Arden,La Rosh-an-Arden,Laroche,Li Rotche,la luo shen ang a deng,lalosyuang-aleuden,lrwsh-an-ardn,Ла Рош ан Арден,Ла Рош-ан-Арден,لروش-آن-اردن,拉罗什昂阿登,라로슈앙아르덴		WAL	WLX	83	83031
2793293	La Reid	la-reid	BE	4910	2874	Europe/Brussels	50.48914	5.79098		La Reid		WAL	WLG	63	63076
2793305	Lapscheure	lapscheure	BE	8340	327	Europe/Brussels	51.27769	3.35664		Lapscheure		VLG	VWV	31	31006
2793319	Laplaigne	laplaigne	BE	7622	1391	Europe/Brussels	50.52194	3.4473				WAL	WHT	57	57093
2793329	Lantremange	lantremange	BE	4300	578	Europe/Brussels	50.71173	5.29584		Waremme (Lantremange)		WAL	WLG	64	64074
2793332	Lantin	lantin	BE	4450	737	Europe/Brussels	50.68874	5.52458		Juprelle (Lantin)		WAL	WLG	62	62060
2793337	Lanquesaint	lanquesaint	BE	7800	438	Europe/Brussels	50.65392	3.80427				WAL	WHT	51	51004
2793346	Lanklaar	lanklaar	BE	3650	4453	Europe/Brussels	51.01937	5.72508		Dilsen-Stokkem (Lanklaar),Lanklaer		VLG	VLI	72	72041
2793392	Langemark	langemark	BE	8920	5079	Europe/Brussels	50.9131	2.91965		Langemarck,Langemark		VLG	VWV	33	33040
2793406	Langdorp	langdorp	BE	3201	7492	Europe/Brussels	50.99561	4.87175		Aarschot (Langdorp)		VLG	VBR	24	24001
2793416	Laneffe	laneffe	BE	5651	1999	Europe/Brussels	50.27936	4.49344		Laneffe		WAL	WNA	93	93088
2793421	Landskouter	landskouter	BE	9860	740	Europe/Brussels	50.96953	3.79339		Landscauter,Landskouter		VLG	VOV	44	44052
2793427	Landenne	landenne	BE	5300	2543	Europe/Brussels	50.51534	5.06684		Andenne (Landenne)		WAL	WNA	92	92003
2793429	Landen	landen	BE	3400	14458	Europe/Brussels	50.75267	5.082		Landen		VLG	VBR	24	24059
2793431	Landelies	landelies	BE	6111	1174	Europe/Brussels	50.38001	4.35076		Montigny-le-Tilleul (Landelies)		WAL	WHT	52	52048
2793434	Landegem	landegem	BE	9850	3422	Europe/Brussels	51.05518	3.57667		Landegem		VLG	VOV	44	44083
2793443	Lanaye	lanaye	BE	4600	590	Europe/Brussels	50.77913	5.69624		Lanaye,Ternaaien		WAL	WLG	62	62108
2793446	Lanaken	lanaken	BE	3620	24771	Europe/Brussels	50.89318	5.6468		Lanaeken,Lanaken		VLG	VLI	73	73042
2793452	Lampernisse	lampernisse	BE	8600	160	Europe/Brussels	51.0329	2.76914		Lampernisse		VLG	VWV	32	32003
2793453	Lampernisse	lampernisse	BE	8600	0	Europe/Brussels	50.88333	3.26667				VLG	VWV	34	34025
2793463	Lamorteau	lamorteau	BE	6767	576	Europe/Brussels	49.52612	5.48177		Lamorteau		WAL	WLX	85	85047
2793466	Lamontzée	lamontzee	BE	4210	269	Europe/Brussels	50.58444	5.09285		Burdinne (Lamontzee),Burdinne (Lamontzée)		WAL	WLG	61	61010
2793475	Lamine	lamine	BE	4350	711	Europe/Brussels	50.68898	5.33451		Remicourt (Lamine)		WAL	WLG	64	64063
2793478	Lambusart	lambusart	BE	6220	3060	Europe/Brussels	50.45433	4.55263		Fleurus (Lambusart)		WAL	WHT	52	52021
2793482	Lambermont	lambermont	BE	4800	3206	Europe/Brussels	50.59038	5.83245		Verviers (Lambermont)		WAL	WLG	63	63079
2793483	Lambermont	lambermont	BE	4800	0	Europe/Brussels	49.70561	5.19218				WAL	WLX	85	85011
2793500	Lamain	lamain	BE	7522	362	Europe/Brussels	50.60036	3.2917		Lamain		WAL	WHT	57	57081
2793507	La Louvière	la-louviere	BE	7100	0	Europe/Brussels	50.58727	3.49209				WAL	WHT	57	57081
2793508	La Louvière	la-louviere	BE	7100	76668	Europe/Brussels	50.48657	4.18785		El Lovire,La Louviere,La Louvière,La Luvjer,La Luvjeras,La-Luv'er,Louvierre,Luparia,Luvier,la lu wei ye er,la lwwyr,lalubieleu,Ла Лувјер,Ла-Лувьер,Лувиер,لا لوویر,ラ・ルヴィエール,拉卢维耶尔,라루비에르		WAL	WHT	55	55022
2793548	La Hulpe	la-hulpe	BE	1310	7415	Europe/Brussels	50.73091	4.48577		L Elpe,La Hulpe,La Julp,La-Jul'p,Terhulpen,la yu er pu,lywlp,Ла Юлп,Ла-Юльп,لئولپ,拉于尔普		WAL	WBR	25	25050
2793558	La Hestre	la-hestre	BE	7170	4890	Europe/Brussels	50.47556	4.24739		La Hestre		WAL	WHT	52	52043
2793571	Lahamaide	lahamaide	BE	7890	466	Europe/Brussels	50.69498	3.72578		Lahamaide		WAL	WHT	51	51017
2793600	La Gleize	la-gleize	BE	4987	1212	Europe/Brussels	50.41074	5.84699		La Gleize		WAL	WLG	63	63075
2793602	La Glanerie	la-glanerie	BE	7611	827	Europe/Brussels	50.52991	3.30094		La Glanerie		WAL	WHT	57	57072
2793631	Laforêt	laforet	BE	5550	72	Europe/Brussels	49.8635	4.9299		Vresse-sur-Semois (Laforet),Vresse-sur-Semois (Laforêt)		WAL	WNA	91	91143
2793656	Laeken	laeken	BE	1020	0	Europe/Brussels	50.87585	4.34844		Brussel (Laken),Bruxelles (Laeken),Laeken,Laken,la ken,la khein,raken,Лакен,ลาเคิน,ラーケン,拉肯		BRU	BRU	21	21004
2793666	Lacuisine	lacuisine	BE	6821	684	Europe/Brussels	49.71589	5.31771		Lacuisine		WAL	WLX	85	85011
2793722	La Calamine	la-calamine	BE	4720	10232	Europe/Brussels	50.71809	6.01107		Calmene,Calmène,Kelmis,La Calamine		WAL	WLG	63	63040
2793725	Labuissière	labuissiere	BE	6567	1140	Europe/Brussels	50.31944	4.1809		Merbes-le-Chateau (Labuissiere),Merbes-le-Château (Labuissière)		WAL	WHT	56	56049
2793727	La Bruyère	la-bruyere	BE	5080	0	Europe/Brussels	50.76095	4.78459				WAL	WBR	25	25005
2793728	La Bruyère	la-bruyere	BE	5080	0	Europe/Brussels	50.66033	5.95042		Bruyere,Bruyère,La Bruyere,La Bruyère		WAL	WLG	63	63084
2793729	La Bruyère	la-bruyere	BE	5080	0	Europe/Brussels	50.69198	4.30566				WAL	WBR	25	25015
2793730	La Bruyère	la-bruyere	BE	5080	0	Europe/Brussels	50.66206	4.23195				WAL	WBR	25	25105
2793731	La Bruyère	la-bruyere	BE	5080	0	Europe/Brussels	50.63455	4.46217				WAL	WBR	25	25031
2793733	La Bruyère	la-bruyere	BE	5080	8194	Europe/Brussels	50.39478	4.61444		La Bruyere,La Bruyère		WAL	WNA	92	92048
2793734	La Bruyère	la-bruyere	BE	5080	0	Europe/Brussels	50.28333	4.58333		Bruyere,Bruyère,La Bruyere,La Bruyère		WAL	WNA	93	93022
2793735	La Bruyère	la-bruyere	BE	5080	0	Europe/Brussels	49.80188	4.99421				WAL	WLX	84	84010
2793747	La Bouverie	la-bouverie	BE	7080	7169	Europe/Brussels	50.40524	3.8744				WAL	WHT	53	53028
2793748	La Bouverie	la-bouverie	BE	7080	0	Europe/Brussels	49.96659	4.36067		Bouverie,La Bouverie		WAL	WHT	56	56016
2793797	Laarne	laarne	BE	9270	11600	Europe/Brussels	51.03078	3.85077		Laarne,Laerne		VLG	VOV	42	42010
2793805	Laar	laar	BE	3400	0	Europe/Brussels	51.21533	4.33376				VLG	VAN	11	11056
2793806	Laar	laar	BE	3400	0	Europe/Brussels	51.21984	4.15294		Groot-Laar,Laar		VLG	VOV	46	46020
2793807	Laar	laar	BE	3400	0	Europe/Brussels	51.19322	4.57038				VLG	VAN	11	11035
2793808	Laar	laar	BE	3400	0	Europe/Brussels	51.2	4.48333		Laar,Laer		VLG	VAN	11	11007
2793809	Laar	laar	BE	3400	0	Europe/Brussels	51.16031	5.01558				VLG	VAN	13	13008
2793810	Laar	laar	BE	3400	0	Europe/Brussels	51.14169	5.5115				VLG	VLI	72	72030
2793811	Laar	laar	BE	3400	0	Europe/Brussels	51.06962	4.74324		Laar,Laer		VLG	VAN	12	12014
2793812	Laar	laar	BE	3400	0	Europe/Brussels	50.99226	4.4141				VLG	VBR	23	23096
2793813	Laar	laar	BE	3400	0	Europe/Brussels	50.97136	4.58213				VLG	VBR	24	24014
2793814	Laar	laar	BE	3400	0	Europe/Brussels	50.92203	4.54894				VLG	VBR	23	23038
2793815	Laar	laar	BE	3400	0	Europe/Brussels	50.92023	4.00704		Laar,Laere		VLG	VOV	41	41002
2793816	Laar	laar	BE	3400	0	Europe/Brussels	50.88647	5.48269				VLG	VLI	73	73006
2793817	Laar	laar	BE	3400	447	Europe/Brussels	50.77067	5.02636		Laar,Laer		VLG	VBR	24	24059
2793833	Kwaremont	kwaremont	BE	9690	717	Europe/Brussels	50.77677	3.5238		Kwaremont,Quaremont		VLG	VOV	45	45060
2793853	Kwaadmechelen	kwaadmechelen	BE	3945	5574	Europe/Brussels	51.10099	5.14478		Ham (Kwaadmechelen),Quaedmechelen,Zwaadmechelen		VLG	VLI	71	71069
2793857	Kuurne	kuurne	BE	8520	12638	Europe/Brussels	50.85143	3.2824		Cuerne,Kuurne		VLG	VWV	34	34023
2793859	Kuttekoven	kuttekoven	BE	3840	113	Europe/Brussels	50.80924	5.32605		Borgloon (Kuttekoven),Cuttecoven		VLG	VLI	73	73009
2793863	Kuringen	kuringen	BE	3511	11409	Europe/Brussels	50.94426	5.29902		Curange,Hasselt (Kuringen)		VLG	VLI	71	71022
2793867	Kumtich	kumtich	BE	3300	2814	Europe/Brussels	50.82101	4.88723		Cumptich,Kumtich		VLG	VBR	24	24107
2793907	Kruishoutem	kruishoutem	BE	9770	8179	Europe/Brussels	50.90168	3.52588		Cruyshautem,Kruishoutem		VLG	VOV	45	45068
2793940	Kruibeke	kruibeke	BE	9150	14815	Europe/Brussels	51.17048	4.31444		Cruybeke,Kruibeke		VLG	VOV	46	46013
2793957	Krombeke	krombeke	BE	8972	667	Europe/Brussels	50.91488	2.68826		Crombeke,Krombeke		VLG	VWV	33	33021
2794016	Kraainem	kraainem	BE	1950	12815	Europe/Brussels	50.86155	4.46946		Crainhem,Kraainem,Krajnem,ke lai nei mu,krnm,Крайнем,کرنم,克赖内姆		VLG	VBR	23	23099
2794031	Kozen	kozen	BE	3850	1633	Europe/Brussels	50.8752	5.24005		Cosen,Nieuwerkerken (Kozen)		VLG	VLI	71	71045
2794052	Kortrijk-Dutsel	kortrijk-dutsel	BE	3220	1722	Europe/Brussels	50.92676	4.80799		Cortryck-Dutzel,Kortrijk-Dutsel		VLG	VBR	24	24043
2794055	Kortrijk	kortrijk	BE	8500	73879	Europe/Brussels	50.82803	3.26487		Contrai,Cortoriacum,Cortrique,Courtrai,KJK,Kortrajk,Kortrehjk,Kortreika,Kortreikas,Kortrejk,Kortrejko,Kortrijk,Kortrik,Kortryk,ke te lai ke,khxrth rikh,koleuteuleikeu,kortrejk,korutoreiku,kwrtryk,qwrtryyq,Кортрајк,Кортрейк,Кортрэйк,קורטרייק,کورتریک,คอร์ทไรค์,コルトレイク,科特赖克,코르트레이크		VLG	VWV	34	34022
2794057	Kortijs	kortijs	BE	3890	263	Europe/Brussels	50.70659	5.14889		Corthys,Kortijs		VLG	VLI	71	71017
2794063	Kortessem	kortessem	BE	3720	8042	Europe/Brussels	50.8589	5.38974		Cortessem,Cortessum,Kortessem,Kortessum		VLG	VLI	73	73040
2794070	Kortenberg	kortenberg	BE	3070	17774	Europe/Brussels	50.88982	4.54353		Cortenberg,Kortenberg,ke teng bei he,kwrtanbrg,Кортенберг,کورتانبرگ,科滕贝赫		VLG	VBR	24	24055
2794072	Kortenaken	kortenaken	BE	3470	7374	Europe/Brussels	50.90862	5.05968		Cortenaeken,Kortenaken		VLG	VBR	24	24054
2794074	Kortemark	kortemark	BE	8610	11937	Europe/Brussels	51.02951	3.04112		Cortemarck,Kortemark		VLG	VWV	32	32011
2794092	Korbeek-Lo	korbeek-lo	BE	3360	3606	Europe/Brussels	50.86028	4.76274		Corbeek-Loo,Korbeek-Lo,Korbeek-Loo		VLG	VBR	24	24011
2794094	Korbeek-Dijle	korbeek-dijle	BE	3060	823	Europe/Brussels	50.83813	4.63794		Corbeek-Dyle,Korbeek-Dijle		VLG	VBR	24	24009
2794105	Koolskamp	koolskamp	BE	8851	2246	Europe/Brussels	51.00233	3.2104		Coolscamp,Koolskamp		VLG	VWV	37	37020
2794107	Koolkerke	koolkerke	BE	8000	3236	Europe/Brussels	51.23931	3.24745		Coolkerke,Koolkerke		VLG	VWV	31	31005
2794111	Kooigem	kooigem	BE	8510	818	Europe/Brussels	50.74007	3.33159		Coyghem,Kooigem		VLG	VWV	34	34022
2794117	Kontich	kontich	BE	2550	20290	Europe/Brussels	51.13213	4.44706		Condacum,Contich,Kontich,Kontikh,kong di he,kwntyk,Контих,Контич,کونتیک,孔蒂赫		VLG	VAN	11	11024
2794120	Koninksem	koninksem	BE	3700	1336	Europe/Brussels	50.76535	5.43892		Koninxheim,Tongeren (Koninksem)		VLG	VLI	73	73083
2794127	Koningshooikt	koningshooikt	BE	2500	4280	Europe/Brussels	51.09607	4.60992		Koningshooikt,Koningshoyckt		VLG	VAN	12	12021
2794166	Koksijde	koksijde	BE	8670	21027	Europe/Brussels	51.11642	2.63772		Coxyde,Koksejde,Koksijde,Koksyde,ke ke sai de,kwksyzhd,Коксейде,Коксийде,کوکسیژد,科克赛德		VLG	VWV	38	38014
2794179	Koersel	koersel	BE	3582	18076	Europe/Brussels	51.05909	5.27121		Beringen (Koersel),Coursel		VLG	VLI	71	71004
2794190	Koekelberg	koekelberg	BE	1081	21984	Europe/Brussels	50.86117	4.33136		Brussel (Koekelberg),Bruxelles (Koekelberg),Koekelberg,Kukel'berg,Kukelberg,kokuruberu,ku ke er bei er he,kukelbeleuheu,kwykwlbrg,Кукелберг,Кукельберг,کوئکولبرگ,コクルベール,库克尔贝尔赫,쿠켈베르흐		BRU	BRU	21	21011
2794191	Koekelberg	koekelberg	BE	1081	0	Europe/Brussels	50.76667	4.06667		Kockelberg,Koekelberg		VLG	VBR	23	23024
2794194	Koekelare	koekelare	BE	8680	8317	Europe/Brussels	51.09047	2.9783		Couckelaere,Koekelare		VLG	VWV	32	32010
2794204	Kobbegem	kobbegem	BE	1730	856	Europe/Brussels	50.90822	4.25253		Cobbeghem,Kobbegem		VLG	VBR	23	23002
2794210	Knokke-Heist	knokke-heist	BE	8300	33781	Europe/Brussels	51.35	3.26667		Knoke-Khajst,Knokke-Heist,Knokke-Khejst,Knokkne,Noke-Khajst,ke nuo ke-hai si te,keunokeoheiseuteu,knwkyst,kunokku=heisuto,Кноке-Хайст,Кнокке-Хейст,Ноке-Хајст,کنوکئست,クノック＝ヘイスト,克诺克－海斯特,크노커헤이스트		VLG	VWV	31	31043
2794212	Knokke	knokke	BE	8300	14449	Europe/Brussels	51.35113	3.28744		Knocke,Knocke-sur-Mer,Knokke,Knokke-aan-Zee		VLG	VWV	31	31043
2794213	Knokke	knokke	BE	8300	0	Europe/Brussels	50.97519	2.79788		Knocke,Knokke		VLG	VWV	32	32030
2794214	Knokke	knokke	BE	8300	0	Europe/Brussels	50.85	3.38333		Knock,Knokke		VLG	VWV	34	34009
2794223	Knesselare	knesselare	BE	9910	7889	Europe/Brussels	51.13932	3.41282		Knesselaere,Knesselare		VLG	VOV	44	44084
2794227	Kluizen	kluizen	BE	9940	658	Europe/Brussels	51.1582	3.73194		Cluysen,Kluizen		VLG	VOV	44	44019
2794271	Klerken	klerken	BE	8650	1962	Europe/Brussels	50.99643	2.90771		Clercken,Klerken		VLG	VWV	32	32006
2794277	Klemskerke	klemskerke	BE	8420	6447	Europe/Brussels	51.24222	3.02401		Clemskerke,Klemskerke		VLG	VWV	35	35029
2794336	Klein-Gelmen	klein-gelmen	BE	3870	539	Europe/Brussels	50.77109	5.27588		Klein-Gelmen,Petit-Jamine		VLG	VLI	73	73022
2794349	Kleine-Spouwen	kleine-spouwen	BE	3740	1034	Europe/Brussels	50.83837	5.55007		Kleine-Spouwen,Petit-Spauwen		VLG	VLI	73	73006
2794393	Kleine-Brogel	kleine-brogel	BE	3990	1812	Europe/Brussels	51.17267	5.45059		Peer (Kleine-Brogel),Petit-Brogel		VLG	VLI	72	72030
2794445	Kinrooi	kinrooi	BE	3640	11946	Europe/Brussels	51.14543	5.74207		Kinjer,Kinroy		VLG	VLI	72	72018
2794466	Kieldrecht	kieldrecht	BE	9130	3981	Europe/Brussels	51.28914	4.17587		Kieldrecht		VLG	VOV	46	46003
2794480	Keumiée	keumiee	BE	5060	870	Europe/Brussels	50.46177	4.58233		Sambreville (Keumiee),Sambreville (Keumiée)		WAL	WNA	92	92137
2794488	Kettenis	kettenis	BE	4701	4116	Europe/Brussels	50.64761	6.04686		Eupen (Kettenis)		WAL	WLG	63	63023
2794502	Kester	kester	BE	1755	1800	Europe/Brussels	50.76398	4.12058		Castre,Kester		VLG	VBR	23	23024
2794504	Kessenich	kessenich	BE	3640	1917	Europe/Brussels	51.15086	5.8233		Kessenich		VLG	VLI	72	72018
2794507	Kessel-Lo	kessel-lo	BE	3010	30215	Europe/Brussels	50.88549	4.73717		Kessel-Loo,Leuven (Kessel-Lo)		VLG	VBR	24	24062
2794510	Kessel	kessel	BE	2560	7591	Europe/Brussels	51.13892	4.62962		Nijlen (Kessel)		VLG	VAN	12	12026
2794516	Kersbeek-Miskom	kersbeek-miskom	BE	3472	1298	Europe/Brussels	50.88544	4.99578		Kersbeek,Kersbeek-Miscom,Kortenaken (Kersbeek-Miskom)		VLG	VBR	24	24054
2794522	Kerniel	kerniel	BE	3840	712	Europe/Brussels	50.81667	5.36509		Kerniel		VLG	VLI	73	73009
2794525	Kermt	kermt	BE	3510	4543	Europe/Brussels	50.94757	5.24832		Kermpt,Kermt		VLG	VLI	71	71022
2794537	Kerksken	kerksken	BE	9451	2740	Europe/Brussels	50.89068	3.99478		Kerckxken,Kerksken,Kerkxken		VLG	VOV	41	41024
2794538	Kerkom-bij-Sint-Truiden	kerkom-bij-sint-truiden	BE	3800	638	Europe/Brussels	50.7737	5.17842		Kerckom,Kerckom-bij-Sint-Truiden,Kerkom,Sint-Truiden (Kerkom-bij-Sint-Truiden)		VLG	VLI	71	71053
2794540	Kerkom	kerkom	BE	3370	1230	Europe/Brussels	50.85568	4.87422		Kerkom		VLG	VBR	24	24016
2794543	Kerkhove	kerkhove	BE	8581	1004	Europe/Brussels	50.79851	3.50267		Kerkhove		VLG	VWV	34	34003
2794567	Kemzeke	kemzeke	BE	9190	3621	Europe/Brussels	51.20981	4.07428		Kemseke,Kemzeke		VLG	VOV	46	46024
2794579	Kemmel	kemmel	BE	8956	1157	Europe/Brussels	50.78333	2.82714		Kemmel		VLG	VWV	33	33039
2794582	Kemexhe	kemexhe	BE	4367	617	Europe/Brussels	50.69785	5.40901		Kemexhe		WAL	WLG	64	64021
2794605	Keiem	keiem	BE	8600	1318	Europe/Brussels	51.08144	2.88217		Keiem,Keyem		VLG	VWV	32	32003
2794619	Keerbergen	keerbergen	BE	3140	2440	Europe/Brussels	51.00295	4.63434		Keerbergen		VLG	VBR	24	24048
2794632	Kaulille	kaulille	BE	3950	4570	Europe/Brussels	51.18763	5.52372		Bocholt (Kaulille),Caulille		VLG	VLI	72	72003
2794663	Kasterlee	kasterlee	BE	2460	17765	Europe/Brussels	51.24118	4.96651		Casterle,Kasterlee		VLG	VAN	13	13017
2794665	Kaster	kaster	BE	8572	0	Europe/Brussels	50.85	3.65		Caster,Kaster		VLG	VOV	45	45035
2794666	Kaster	kaster	BE	8572	767	Europe/Brussels	50.8133	3.49591		Caster,Kaster		VLG	VWV	34	34002
2794707	Kaprijke	kaprijke	BE	9970	6114	Europe/Brussels	51.2172	3.61519		Caprycke,Kaprijke		VLG	VOV	43	43007
2794724	Kapelle-op-den-Bos	kapelle-op-den-bos	BE	1880	8859	Europe/Brussels	51.0097	4.36303		Chapelle-au-Bois,Kapele op den Bos,Kapelle-op-den-Bos,ka pei er-ao pu-deng-bo si,kpl-awp-dan-bw,Капеле оп ден Бос,Капелле-оп-ден-Бос,کپل-اوپ-دان-بو,卡佩尔－奥普－登－博斯		VLG	VBR	23	23039
2794730	Kapellen	kapellen	BE	2950	26410	Europe/Brussels	51.31377	4.43539		Cappellen,Kapelen,Kapellen,Kapellene,ka pei lun,kpwlan,Капелен,Капеллен,Капеллене,کپولان,卡佩伦		VLG	VAN	11	11023
2794731	Kapellen	kapellen	BE	2950	1051	Europe/Brussels	50.88593	4.95174		Cappellen,Glabbeek-Zuurbemde (Kapellen)		VLG	VBR	24	24137
2794741	Kapellen	kapellen	BE	2950	0	Europe/Brussels	50.26828	6.03235		Kapelle,Kapellen		WAL	WLG	63	63067
2794752	Kanne	kanne	BE	3770	1186	Europe/Brussels	50.81331	5.66946		Riemst (Kanne)		VLG	VLI	73	73066
2794757	Kanegem	kanegem	BE	8700	1179	Europe/Brussels	51.0129	3.40188		Caeneghem,Kanegem		VLG	VWV	37	37015
2794763	Kampenhout	kampenhout	BE	1910	1538	Europe/Brussels	50.9421	4.55103		Campenhout,Kampenhout		VLG	VBR	23	23038
2794788	Kalmthout	kalmthout	BE	2920	17485	Europe/Brussels	51.38442	4.47556		Calmpthout,Kalmthout		VLG	VAN	11	11022
2794792	Kallo	kallo	BE	9120	2395	Europe/Brussels	51.2525	4.27546		Calloo,Kallo,Kalloo		VLG	VOV	46	46003
2794802	Kalken	kalken	BE	9270	5782	Europe/Brussels	51.03836	3.9186		Calcken,Kalken		VLG	VOV	42	42010
2794818	Kain	kain	BE	7540	7412	Europe/Brussels	50.63869	3.39688		Kain		WAL	WHT	57	57081
2794820	Kaggevinne	kaggevinne	BE	3293	2338	Europe/Brussels	50.98037	5.01886		Caggevinne,Diest (Kaggevinne)		VLG	VBR	24	24020
2794823	Kachtem	kachtem	BE	8870	3276	Europe/Brussels	50.93341	3.19425		Cachtem,Kachtem		VLG	VWV	36	36008
2794833	Kaaskerke	kaaskerke	BE	8600	265	Europe/Brussels	51.03544	2.83872		Caeskerke,Kaaskerke		VLG	VWV	32	32003
2794848	Juseret	juseret	BE	6642	915	Europe/Brussels	49.88025	5.54932		Juseret		WAL	WLX	82	82036
2794852	Jurbise	jurbise	BE	7050	9483	Europe/Brussels	50.531	3.90942		Djurbize,Jurbeke,Jurbise,Zhjurbiz,Zhurbiz,zhwrbyz,Журбиз,Жюрбиз,ژوربیز		WAL	WHT	53	53044
2794854	Juprelle	juprelle	BE	4450	8354	Europe/Brussels	50.7076	5.53127		Juprelle		WAL	WLG	62	62060
2794856	Jupille-sur-Meuse	jupille-sur-meuse	BE	4020	10604	Europe/Brussels	50.64587	5.63307		Djoupeye,Jupille,Liege (Jupille-sur-Meuse),Liège (Jupille-sur-Meuse)		WAL	WLG	62	62063
2794860	Jumet	jumet	BE	6040	24510	Europe/Brussels	50.4422	4.43745		Charleroi (Jumet),Djumet		WAL	WHT	52	52011
2794863	Julémont	julemont	BE	4650	442	Europe/Brussels	50.68553	5.771		Herve (Julemont),Herve (Julémont)		WAL	WLG	63	63035
2794878	Joncret	joncret	BE	6280	729	Europe/Brussels	50.35373	4.51349		Gerpinnes (Joncret)		WAL	WHT	52	52025
2794885	Jollain-Merlin	jollain-merlin	BE	7620	590	Europe/Brussels	50.53905	3.40402		Jollain-Merlin		WAL	WHT	57	57093
2794893	Jodoigne-Souveraine	jodoigne-souveraine	BE	1370	798	Europe/Brussels	50.7094	4.83759		Jodoigne (Jodoigne-Souveraine),Opgeldenaken		WAL	WBR	25	25048
2794895	Jodoigne	jodoigne	BE	1370	11930	Europe/Brussels	50.72357	4.86914		Djodogne,Geldenaken,Jodoigne,Zhodoan,Zhoduan',ruo du wa nie,zhwdwany,Жодоан,Жодуань,ژودوآنی,若杜瓦涅		WAL	WBR	25	25048
2794911	Jeuk	jeuk	BE	3890	1543	Europe/Brussels	50.73499	5.20992		Goyer,Jeuk		VLG	VLI	71	71017
2794914	Jette	jette	BE	1090	52490	Europe/Brussels	50.87309	4.33419		Brussel (Jette),Bruxelles (Jette),Jete,Jette,Zhet,jeteu,jetto,jyty,re te,zht,Жет,Йете,جيتي,ژت,ジェット,热特,제트		BRU	BRU	21	21010
2794917	Jesseren	jesseren	BE	3840	747	Europe/Brussels	50.80583	5.39208		Borgloon (Jesseren),Jesseren		VLG	VLI	73	73009
2794924	Jeneffe	jeneffe	BE	4357	806	Europe/Brussels	50.65142	5.35446		Donceel (Jeneffe)		WAL	WLG	64	64023
2794925	Jeneffe	jeneffe	BE	4357	385	Europe/Brussels	50.35455	5.24142		Havelange (Jeneffe)		WAL	WNA	91	91064
2794929	Jemeppe-sur-Meuse	jemeppe-sur-meuse	BE	4101	11312	Europe/Brussels	50.61701	5.49849		Djimepe-so-Mouze,Jemeppe,Seraing (Jemeppe-sur-Meuse)		WAL	WLG	62	62096
2794930	Jemeppe-sur-Sambre	jemeppe-sur-sambre	BE	5190	6127	Europe/Brussels	50.46543	4.6655		Djimepe-so-Sambe,Jemeppe,Zhemep sjur Sambur,Zhemep-sjur-Sambr,sang bu er he pan re mei pu,zhwmp-swr-smbr,Жемеп сюр Самбър,Жемеп-сюр-Самбр,ژومپ-سور-سمبر,桑布尔河畔热梅普		WAL	WNA	92	92140
2794934	Jemelle	jemelle	BE	5580	2050	Europe/Brussels	50.16315	5.26709		Rochefort (Jemelle)		WAL	WNA	91	91114
2794936	Jemappes	jemappes	BE	7012	10809	Europe/Brussels	50.44914	3.89096		Djumappes		WAL	WHT	53	53053
2794938	Jehonville	jehonville	BE	6880	726	Europe/Brussels	49.9066	5.20035		Jehonville		WAL	WLX	84	84009
2794941	Jehay	jehay	BE	4540	1404	Europe/Brussels	50.5731	5.32382		Amay (Jehay)		WAL	WLG	61	61003
2794950	Javingue	javingue	BE	5570	348	Europe/Brussels	50.10247	4.9193		Beauraing (Javingue)		WAL	WNA	91	91013
2794956	Jauchelette	jauchelette	BE	1370	395	Europe/Brussels	50.6867	4.84364		Jodoigne (Jauchelette)		WAL	WBR	25	25048
2794960	Jauche	jauche	BE	1350	1826	Europe/Brussels	50.68136	4.95563		Geten,Jauche		WAL	WBR	25	25120
2794968	Jandrain-Jandrenouille	jandrain-jandrenouille	BE	1350	1188	Europe/Brussels	50.67177	4.97801		Orp-Jauche (Jandrain-Jandrenouille)		WAL	WBR	25	25120
2794970	Jamoigne	jamoigne	BE	6810	1481	Europe/Brussels	49.69328	5.40906		Jamoigne		WAL	WLX	85	85007
2794974	Jamioulx	jamioulx	BE	6120	1522	Europe/Brussels	50.35296	4.41281		Ham-sur-Heure-Nalinnes (Jamioulx)		WAL	WHT	56	56086
2794976	Jamiolle	jamiolle	BE	5600	176	Europe/Brussels	50.21036	4.50671		Philippeville (Jamiolle)		WAL	WNA	93	93056
2794981	Jambes	jambes	BE	5100	19658	Europe/Brussels	50.45636	4.87166		Djambe,Namur (Jambes),jmbs,جمبس		WAL	WNA	92	92094
2794984	Jamagne	jamagne	BE	5600	0	Europe/Brussels	50.45171	5.23122		Jamagne		WAL	WLG	61	61039
2794985	Jamagne	jamagne	BE	5600	311	Europe/Brussels	50.21773	4.53037		Jamagne		WAL	WNA	93	93056
2794987	Jallet	jallet	BE	5354	290	Europe/Brussels	50.44322	5.18361		Jallet		WAL	WNA	92	92097
2794989	Jalhay	jalhay	BE	4845	7688	Europe/Brussels	50.55876	5.96764		Djalhe,Djalhé,Jalhay,Zhale,ya lai,zhlh,Жале,جلھے,ژله,雅莱		WAL	WLG	63	63038
2794999	Jabbeke	jabbeke	BE	8490	13488	Europe/Brussels	51.18185	3.08935		Jabbeke		VLG	VWV	31	31012
2795000	Jabbeke	jabbeke	BE	8490	0	Europe/Brussels	51.01411	3.91137		Jabbeke,Jabeke		VLG	VOV	42	42025
2795003	Izier	izier	BE	6941	504	Europe/Brussels	50.38401	5.57898		Izier		WAL	WLX	83	83012
2795005	Izenberge	izenberge	BE	8691	392	Europe/Brussels	50.99389	2.65458		Isenberghe,Izenberge		VLG	VWV	38	38002
2795007	Izel	izel	BE	6810	1818	Europe/Brussels	49.69371	5.37382		Izel		WAL	WLX	85	85007
2795009	Izegem	izegem	BE	8870	26382	Europe/Brussels	50.91396	3.21378		Iseghem,Izegem,Izzegem,Yzegem,ayzzhm,yi ze hai mu,Изегем,ایزژم,伊泽海姆		VLG	VWV	36	36008
2795011	Ixelles	ixelles	BE	1050	86671	Europe/Brussels	50.83333	4.36667		Brussel (Elsene),Bruxelles (Ixelles),Elsene,Iksel,Iksel',Ixelles,Ixelles - Elsene,Ixelles-Elsene,Ixelles/Elsene,ayksl,igsel,ikuseru,yi ke sai er,Іксель,Иксел,Иксель,إيكسل,ایکسل,イクセル,伊克塞尔,익셀		BRU	BRU	21	21009
2795013	Ivoz-Ramet	ivoz-ramet	BE	4400	5672	Europe/Brussels	50.58798	5.4657		Flemalle (Ivoz-Ramet),Flémalle (Ivoz-Ramet)		WAL	WLG	62	62120
2795017	Ittre	ittre	BE	1460	6014	Europe/Brussels	50.64396	4.26476		Ite,Itr,Itter,Ittre,Itur,aytr,yi te er,Итр,Итър,ایتر,伊特尔		WAL	WBR	25	25044
2795020	Itterbeek	itterbeek	BE	1701	0	Europe/Brussels	51.10896	4.55267				VLG	VAN	12	12009
2795021	Itterbeek	itterbeek	BE	1701	4808	Europe/Brussels	50.83803	4.24948		Dilbeek (Itterbeek)		VLG	VBR	23	23016
2795024	Itegem	itegem	BE	2222	5911	Europe/Brussels	51.10328	4.72855		Itegem,Iteghem		VLG	VAN	12	12014
2795030	Isnes	isnes	BE	5032	889	Europe/Brussels	50.50611	4.72833		Gembloux (Isnes)		WAL	WNA	92	92142
2795033	Isières	isieres	BE	7822	1205	Europe/Brussels	50.66317	3.81929				WAL	WHT	51	51004
2795040	Irchonwelz	irchonwelz	BE	7801	1137	Europe/Brussels	50.62066	3.7508		Archonwelz		WAL	WHT	51	51004
2795054	Ingooigem	ingooigem	BE	8570	2367	Europe/Brussels	50.82013	3.43373		Ingooigem,Ingoyghem		VLG	VWV	34	34002
2795056	Ingelmunster	ingelmunster	BE	8770	10603	Europe/Brussels	50.92081	3.25571		Ingelmunster		VLG	VWV	36	36007
2795063	Incourt	incourt	BE	1315	4395	Europe/Brussels	50.69151	4.79816		Incourt		WAL	WBR	25	25043
2795067	Impe	impe	BE	9340	1634	Europe/Brussels	50.96048	3.9501		Impe		VLG	VOV	41	41034
2795100	Ieper	ieper	BE	8900	35089	Europe/Brussels	50.85114	2.88569		Ieper,Iper,Ipr,Ipra,Ipro,Yper,Ypern,Ypr,Ypra,Ypras,Ypres,Ypry,aypr,ipeoleu,iperu,yi po er,yprys,Υπρ,Іпр,Ипер,Ипр,איפר,ایپر,یپریس,イーペル,伊珀尔,이퍼르	33	VLG	VWV	33	33011
2795102	Idegem	idegem	BE	9506	1779	Europe/Brussels	50.80178	3.92595		Idegem		VLG	VOV	41	41018
2795104	Iddergem	iddergem	BE	9472	2792	Europe/Brussels	50.87634	4.04434		Iddergem		VLG	VOV	41	41011
2795106	Ichtegem	ichtegem	BE	8480	13582	Europe/Brussels	51.09572	3.01549		Ichtegem,Ichteghem		VLG	VWV	35	35006
2795108	Hyon	hyon	BE	7022	4071	Europe/Brussels	50.43805	3.96031				WAL	WHT	53	53053
2795113	Huy	huy	BE	4500	19973	Europe/Brussels	50.51894	5.23284		Hoei,Hu,Huy,Jui,awyy,hwy,i,yu yi,yui,Юи,Юї,אואי,اویی,هوي,ユイ,于伊,이		WAL	WLG	61	61031
2795131	Huppaye	huppaye	BE	1367	1097	Europe/Brussels	50.69363	4.89415		Ramillies (Huppaye)		WAL	WBR	25	25122
2795141	Hundelgem	hundelgem	BE	9630	612	Europe/Brussels	50.8889	3.75124		Hundelgem		VLG	VOV	45	45065
2795148	Humbeek	humbeek	BE	1851	4464	Europe/Brussels	50.96799	4.3796		Grimbergen (Humbeek)		VLG	VBR	23	23025
2795149	Humbeek	humbeek	BE	1851	0	Europe/Brussels	50.67445	4.01349		Humbecq,Humbeek		WAL	WHT	55	55010
2795151	Humain	humain	BE	6900	263	Europe/Brussels	50.20493	5.25687		Humain		WAL	WLX	83	83034
2795157	Hulste	hulste	BE	8531	3338	Europe/Brussels	50.88217	3.29497		Hulste		VLG	VWV	34	34013
2795165	Hulsonniaux	hulsonniaux	BE	5560	270	Europe/Brussels	50.20152	4.9467		Hulsonniaux		WAL	WNA	91	91072
2795170	Hulshout	hulshout	BE	2235	3447	Europe/Brussels	51.07451	4.79081		Hulshout		VLG	VAN	13	13016
2795184	Huldenberg	huldenberg	BE	3040	9137	Europe/Brussels	50.78939	4.5831		Huldenberg		VLG	VBR	24	24045
2795189	Huizingen	huizingen	BE	1654	3172	Europe/Brussels	50.7465	4.27377		Beersel (Huizingen),Huyssinghen		VLG	VBR	23	23003
2795194	Huissignies	huissignies	BE	7950	1290	Europe/Brussels	50.56579	3.75561				WAL	WHT	51	51014
2795199	Huise	huise	BE	9750	1772	Europe/Brussels	50.90059	3.59096		Huise,Huysse		VLG	VOV	45	45068
2795205	Huccorgne	huccorgne	BE	4520	985	Europe/Brussels	50.56705	5.16048		Wanze (Huccorgne)		WAL	WLG	61	61072
2795224	Howardries	howardries	BE	7624	111	Europe/Brussels	50.50652	3.35599		Howardries		WAL	WHT	57	57093
2795227	Hoves	hoves	BE	7830	1534	Europe/Brussels	50.67117	4.03651		Hove,Hoves		WAL	WHT	55	55039
2795228	Hoves	hoves	BE	7830	0	Europe/Brussels	50.57244	3.812		Al'Vove		WAL	WHT	51	51014
2795232	Hove	hove	BE	2540	7968	Europe/Brussels	51.15446	4.4707		Hove		VLG	VAN	11	11021
2795238	Houyet	houyet	BE	5560	4505	Europe/Brussels	50.18619	5.00762		Houyet,Uje,awyh,wu ye,Уйе,اویه,乌耶		WAL	WNA	91	91072
2795242	Houx	houx	BE	5530	126	Europe/Brussels	50.30222	4.89853		Yvoir (Houx)		WAL	WNA	91	91141
2795245	Houwaart	houwaart	BE	3390	1599	Europe/Brussels	50.93368	4.85991		Hauwaert,Houwaart		VLG	VBR	24	24135
2795246	Houwaart	houwaart	BE	3390	0	Europe/Brussels	50.8314	3.65357		Hauwaert,Houwaart		VLG	VOV	45	45035
2795250	Houtvenne	houtvenne	BE	2235	2100	Europe/Brussels	51.0418	4.80863		Houtvenne		VLG	VAN	13	13016
2795255	Houthulst	houthulst	BE	8650	8951	Europe/Brussels	50.97824	2.9505		Houthuls,Houthulst,Oetulst		VLG	VWV	32	32006
2795258	Houthem	houthem	BE	7781	1256	Europe/Brussels	50.7869	2.96382		Houthem		WAL	WHT	54	54010
2795261	Houthalen	houthalen	BE	3530	30050	Europe/Brussels	51.03427	5.37429		Houthaelen,Houthaelenberg,Houthalen-Helchteren (Houthalen)		VLG	VLI	72	72039
2795268	Houtem	houtem	BE	8630	0	Europe/Brussels	51.2316	4.97777		Houtem,Houthem,Houtum		VLG	VAN	13	13017
2795269	Houtem	houtem	BE	8630	641	Europe/Brussels	51.01077	2.60946		Houtem,Houthem		VLG	VWV	38	38025
2795270	Houtem	houtem	BE	8630	0	Europe/Brussels	50.94988	4.46114		Houtem,Houthem		VLG	VBR	23	23088
2795277	Houtave	houtave	BE	8377	422	Europe/Brussels	51.23631	3.11076		Houtave,Houttave		VLG	VWV	31	31042
2795279	Houtain-Saint-Siméon	houtain-saint-simeon	BE	4682	1969	Europe/Brussels	50.74026	5.6123		Oupeye (Houtain-Saint-Simeon),Oupeye (Houtain-Saint-Siméon)		WAL	WLG	62	62079
2795281	Houtain-le-Val	houtain-le-val	BE	1476	954	Europe/Brussels	50.58242	4.41264		Genappe (Houtain-le-Val)		WAL	WBR	25	25031
2795286	Houtaing	houtaing	BE	7812	0	Europe/Brussels	50.72179	3.81913				WAL	WHT	55	55023
2795287	Houtaing	houtaing	BE	7812	0	Europe/Brussels	50.66667	3.94918				WAL	WHT	55	55039
2795288	Houtaing	houtaing	BE	7812	616	Europe/Brussels	50.63792	3.68231				WAL	WHT	51	51004
2795294	Housse	housse	BE	4671	1429	Europe/Brussels	50.67846	5.69109		Blegny (Housse),Blégny (Housse)		WAL	WLG	62	62119
2795307	Hour	hour	BE	5563	534	Europe/Brussels	50.16131	5.03878		Hour		WAL	WNA	91	91072
2795322	Houffalize	houffalize	BE	6660	4614	Europe/Brussels	50.13235	5.78962		Houffalize,Houffalizei vald,Oufalijhe,Ufaliz,Uffaliz,awflyz,hu fa li ci,Уфализ,Уффализ,اوفلیز,胡法利兹		WAL	WLX	82	82014
2795326	Houdremont	houdremont	BE	5575	230	Europe/Brussels	49.94155	4.94463		Houdremont		WAL	WNA	91	91054
2795329	Houdeng-Goegnies	houdeng-goegnies	BE	7110	14312	Europe/Brussels	50.49032	4.17513		Houdeng-Goegnies		WAL	WHT	55	55022
2795331	Houdeng-Aimeries	houdeng-aimeries	BE	7110	7534	Europe/Brussels	50.48132	4.14545				WAL	WHT	55	55022
2795333	Houdemont	houdemont	BE	6724	589	Europe/Brussels	49.71872	5.58376		Houdemont		WAL	WLX	85	85046
2795337	Hotton	hotton	BE	6990	4969	Europe/Brussels	50.26742	5.44609		Hotton,Houton,Oton,ao tong,awtwn,Отон,اوتون,奥通		WAL	WLX	83	83028
2795356	Horrues	horrues	BE	7060	2416	Europe/Brussels	50.60845	4.04278		Horrues		WAL	WHT	55	55040
2795359	Horpmaal	horpmaal	BE	3870	539	Europe/Brussels	50.75958	5.33518		Horpmaal,Horpmael		VLG	VLI	73	73022
2795361	Hornu	hornu	BE	7301	8793	Europe/Brussels	50.4328	3.82736				WAL	WHT	53	53014
2795369	Horion-Hozémont	horion-hozemont	BE	4460	1925	Europe/Brussels	50.62578	5.38819		Grace-Hollogne (Horion-Hozemont),Grâce-Hollogne (Horion-Hozémont)		WAL	WLG	62	62118
2795398	Hoogstraten	hoogstraten	BE	2320	18524	Europe/Brussels	51.40029	4.76034		Hoogstraeten,Hoogstraten,Khogstraten,awgstrtan,huo he si te la teng,hwkhstratn,Хогстратен,اوگسترتان,هوخستراتن,霍赫斯特拉滕		VLG	VAN	13	13014
2795415	Hoogstade	hoogstade	BE	8690	351	Europe/Brussels	50.97959	2.69111		Hoogstade		VLG	VWV	38	38002
2795423	Hooglede	hooglede	BE	8830	9900	Europe/Brussels	50.98333	3.08333		Hooglede,Ooglee		VLG	VWV	36	36006
2795471	Honnay	honnay	BE	5570	351	Europe/Brussels	50.08126	5.03979		Honnay		WAL	WNA	91	91013
2795489	Hondelange	hondelange	BE	6780	995	Europe/Brussels	49.63333	5.83333		Hondelange		WAL	WLX	81	81015
2795492	Hompré	hompre	BE	6640	954	Europe/Brussels	49.94432	5.68693		Hompre,Hompré		WAL	WLX	82	82036
2795499	Hombourg	hombourg	BE	4852	1707	Europe/Brussels	50.72257	5.92051		Hombourg,Homburg		WAL	WLG	63	63088
2795502	Hombeek	hombeek	BE	2811	4182	Europe/Brussels	51.01753	4.43891		Mechelen (Hombeek)		VLG	VAN	12	12025
2795511	Holsbeek	holsbeek	BE	3220	9094	Europe/Brussels	50.92097	4.75747		Holsbeek		VLG	VBR	24	24043
2795514	Hollogne-sur-Geer	hollogne-sur-geer	BE	4250	814	Europe/Brussels	50.67654	5.20428		Hollogne-sur-Geer		WAL	WLG	64	64029
2795516	Hollogne-aux-Pierres	hollogne-aux-pierres	BE	4460	14944	Europe/Brussels	50.64059	5.47179		Grace-Hollogne (Hollogne-aux-Pierres),Grâce-Hollogne (Hollogne-aux-Pierres)		WAL	WLG	62	62118
2795527	Hollebeke	hollebeke	BE	8902	657	Europe/Brussels	50.80509	2.93661		Hollebeke,nieuwkerke		VLG	VWV	33	33011
2795540	Hollange	hollange	BE	6637	902	Europe/Brussels	49.90649	5.68834		Hollange		WAL	WLX	82	82009
2795551	Hollain	hollain	BE	7620	1276	Europe/Brussels	50.54165	3.42605		Hollain		WAL	WHT	57	57093
2795568	Hognoul	hognoul	BE	4342	1298	Europe/Brussels	50.68178	5.45385		Awans (Hognoul)		WAL	WLG	62	62006
2795570	Hogne	hogne	BE	5377	756	Europe/Brussels	50.24915	5.28043		Hogne		WAL	WNA	91	91120
2795617	Hofstade	hofstade	BE	1981	4868	Europe/Brussels	50.99134	4.49229		Zemst (Hofstade)		VLG	VBR	23	23096
2795618	Hofstade	hofstade	BE	1981	5927	Europe/Brussels	50.9613	4.02663		Hofstade		VLG	VOV	41	41002
2795634	Hoevenen	hoevenen	BE	2940	8473	Europe/Brussels	51.30604	4.40203		Hoevenen		VLG	VAN	11	11044
2795648	Hoeselt	hoeselt	BE	3730	9265	Europe/Brussels	50.84714	5.48767		Hoeiselt,Hoeselt,Hoesselt		VLG	VLI	73	73032
2795650	Hoepertingen	hoepertingen	BE	3840	2264	Europe/Brussels	50.81217	5.28442		Borgloon (Hoepertingen),Houppertingen		VLG	VLI	73	73009
2795656	Hoeleden	hoeleden	BE	3471	1831	Europe/Brussels	50.86662	4.98538		Hoeleden		VLG	VBR	24	24054
2795658	Hoelbeek	hoelbeek	BE	3746	537	Europe/Brussels	50.87209	5.55911		Hoelbeek		VLG	VLI	73	73006
2795688	Hoeke	hoeke	BE	8340	51	Europe/Brussels	51.29205	3.33492		Hoeke,Houcke		VLG	VWV	31	31006
2795699	Hoeilaart	hoeilaart	BE	1560	10272	Europe/Brussels	50.7673	4.46835		Hoeilaart,Hoeylaert		VLG	VBR	23	23033
2795703	Hoegaarden	hoegaarden	BE	3320	3226	Europe/Brussels	50.7756	4.88952		Hoegaarden,Hougaerde,Khugarden,awygrdan,hu ha er deng,huhaleudeon,Хугарден,اویگردان,胡哈尔登,후하르던		VLG	VBR	24	24041
2795711	Hody	hody	BE	4162	312	Europe/Brussels	50.48641	5.50289		Hody		WAL	WLG	61	61079
2795714	Hodister	hodister	BE	6987	503	Europe/Brussels	50.20076	5.49478		Hodister		WAL	WLX	83	83044
2795717	Hodeige	hodeige	BE	4351	1063	Europe/Brussels	50.69635	5.34159		Remicourt (Hodeige)		WAL	WLG	64	64063
2795730	Hoboken	hoboken	BE	2660	34443	Europe/Brussels	51.17611	4.34844		Antwerp (Hoboken),Hoboken-lez-Anvers		VLG	VAN	11	11002
2795732	Hives	hives	BE	6984	252	Europe/Brussels	50.15067	5.57741				WAL	WLX	83	83031
2795737	Hingeon	hingeon	BE	5380	844	Europe/Brussels	50.52576	5.00719		Fernelmont (Hingeon)		WAL	WNA	92	92138
2795740	Hingene	hingene	BE	2880	5047	Europe/Brussels	51.10345	4.26904		Hingene		VLG	VAN	12	12007
2795752	Hillegem	hillegem	BE	9550	3258	Europe/Brussels	50.89567	3.8531		Hillegem		VLG	VOV	41	41027
2795776	Heyd	heyd	BE	6941	983	Europe/Brussels	50.34623	5.5625		Heyd		WAL	WLX	83	83012
2795780	Hévillers	hevillers	BE	1435	2547	Europe/Brussels	50.62328	4.61735		Mont-Saint-Guibert (Hevillers),Mont-Saint-Guibert (Hévillers)		WAL	WBR	25	25068
2795783	Heverlee	heverlee	BE	3001	23278	Europe/Brussels	50.86426	4.69597		Heverle,Leuven (Heverlee)		VLG	VBR	24	24062
2795785	Hever	hever	BE	3191	6426	Europe/Brussels	50.99545	4.55126		Boortmeerbeek (Hever)		VLG	VBR	24	24014
2795795	Heusy	heusy	BE	4802	15420	Europe/Brussels	50.57457	5.86618		Verviers (Heusy)		WAL	WLG	63	63079
2795800	Heusden	heusden	BE	3550	31017	Europe/Brussels	51.03664	5.28013		Heusden-Zolder (Heusden)		VLG	VLI	71	71070
2795801	Heusden	heusden	BE	3550	8606	Europe/Brussels	51.02815	3.80425		Heusden		VLG	VOV	44	44013
2795806	Heurne	heurne	BE	9700	847	Europe/Brussels	50.88096	3.62598		Heurne		VLG	VOV	45	45035
2795808	Heure-le-Romain	heure-le-romain	BE	4682	2124	Europe/Brussels	50.73162	5.6329		Oupeye (Heure-le-Romain)		WAL	WLG	62	62079
2795813	Heure	heure	BE	5377	689	Europe/Brussels	50.294	5.29704		Somme-Leuze (Heure)		WAL	WNA	91	91120
2795823	Heule	heule	BE	8501	11873	Europe/Brussels	50.83752	3.23818				VLG	VWV	34	34022
2795908	Herzele	herzele	BE	9550	16523	Europe/Brussels	50.88681	3.89014		Herzele		VLG	VOV	41	41027
2795912	Herve	herve	BE	4650	16544	Europe/Brussels	50.64083	5.79353		Ehrv,Erv,Herf,Herve,arw,he er fu,Ерв,Эрв,ارو,赫尔夫		WAL	WLG	63	63035
2795916	Hertsberge	hertsberge	BE	8020	1970	Europe/Brussels	51.10728	3.26936		Hertsberge,Hertsberghe		VLG	VWV	31	31022
2795923	Herten	herten	BE	3831	91	Europe/Brussels	50.83276	5.33208		Wellen (Herten)		VLG	VLI	73	73098
2795926	Hertain	hertain	BE	7522	701	Europe/Brussels	50.61346	3.28883		Hertain		WAL	WHT	57	57081
2795928	Herstappe	herstappe	BE	3717	93	Europe/Brussels	50.72615	5.42659		Herstappe		VLG	VLI	73	73028
2795930	Herstal	herstal	BE	4040	36503	Europe/Brussels	50.66415	5.62346		Ehrstal',Erstal,Heristalium,Herstal,Herstalis,Hesta,Kherstal,arstal,eleuseutal,erusutaru,he er si ta er,Ерстал,Херстал,Эрсталь,ارستال,エルスタル,赫尔斯塔尔,에르스탈		WAL	WLG	62	62051
2795933	Herselt	herselt	BE	2230	13493	Europe/Brussels	51.05159	4.88231		Herselt,Hersselt		VLG	VAN	13	13013
2795936	Herseaux	herseaux	BE	7712	9048	Europe/Brussels	50.71667	3.21667		Herseaux		WAL	WHT	54	54007
2795945	Herquegies	herquegies	BE	7911	294	Europe/Brussels	50.63557	3.57864		Herquegies		WAL	WHT	51	51065
2795949	Héron	heron	BE	4217	4305	Europe/Brussels	50.54731	5.09774		Heron		WAL	WLG	61	61028
2795956	Herne	herne	BE	1540	6459	Europe/Brussels	50.72423	4.03481		Herinnes,Herne,Hérinnes		VLG	VBR	23	23032
2795959	Hermeton-sur-Meuse	hermeton-sur-meuse	BE	5540	551	Europe/Brussels	50.19751	4.8169		Hastiere (Hermeton-sur-Meuse),Hastière (Hermeton-sur-Meuse)		WAL	WNA	91	91142
2795963	Hermée	hermee	BE	4680	3930	Europe/Brussels	50.70883	5.61831		Hermee,Hermée		WAL	WLG	62	62079
2795968	Hermalle-sous-Huy	hermalle-sous-huy	BE	4480	1494	Europe/Brussels	50.5592	5.3639		Engis (Hermalle-sous-Huy)		WAL	WLG	61	61080
2795970	Hermalle-sous-Argenteau	hermalle-sous-argenteau	BE	4681	2603	Europe/Brussels	50.71231	5.67753		Hermalle,Hermalle-sous-Argenteau		WAL	WLG	62	62079
2795985	Herk-de-Stad	herk-de-stad	BE	3540	11566	Europe/Brussels	50.94013	5.16636		Herck-la-Ville,Herk,Herk-de-Stad		VLG	VLI	71	71024
2796001	Hergenrath	hergenrath	BE	4728	2740	Europe/Brussels	50.70912	6.03089		Hergenrath		WAL	WLG	63	63040
2796003	Herfelingen	herfelingen	BE	1540	1121	Europe/Brussels	50.74816	4.09754		Herfelingen,Herffelinghen		VLG	VBR	23	23032
2796005	Herenthout	herenthout	BE	2270	3942	Europe/Brussels	51.1401	4.75572		Herenthout		VLG	VAN	13	13012
2796009	Herentals	herentals	BE	2200	25912	Europe/Brussels	51.17655	4.83248		Herentals,Herenthals,Kherentals,arantl,he lun ta er si,Херенталс,ارانتل,赫伦塔尔斯		VLG	VAN	13	13011
2796011	Herent	herent	BE	3020	0	Europe/Brussels	51.20054	5.4433				VLG	VLI	72	72043
2796012	Herent	herent	BE	3020	19218	Europe/Brussels	50.90861	4.67056		Herent,Kherent,aran,hai lun te,Херент,اران,海伦特		VLG	VBR	24	24038
2796020	Herdersem	herdersem	BE	9310	2546	Europe/Brussels	50.97193	4.06667		Herdersem		VLG	VOV	41	41002
2796022	Herderen	herderen	BE	3770	1620	Europe/Brussels	50.80734	5.5735		Riemst (Herderen)		VLG	VLI	73	73066
2796024	Herchies	herchies	BE	7050	2480	Europe/Brussels	50.52794	3.85689				WAL	WHT	53	53044
2796025	Herchies	herchies	BE	7050	0	Europe/Brussels	50.4	4.23333				WAL	WHT	56	56011
2796037	Herbeumont	herbeumont	BE	6887	1612	Europe/Brussels	49.78086	5.2358		Arbumont,Arbûmont,Ehrbjomon,Erb'omon,Herbeumont,ai er bo meng,arbwmwn,Ербьомон,Эрбёмон,اربومون,埃尔伯蒙		WAL	WLX	84	84029
2796047	Heppignies	heppignies	BE	6220	1210	Europe/Brussels	50.4846	4.4953		Fleurus (Heppignies)		WAL	WHT	52	52021
2796050	Heppenbach	heppenbach	BE	4771	1189	Europe/Brussels	50.3626	6.21826		Ambleve (Heppenbach),Amblève (Heppenbach)		WAL	WLG	63	63001
2796052	Heppen	heppen	BE	3971	4838	Europe/Brussels	51.10934	5.22898		Leopoldsburg (Heppen)		VLG	VLI	71	71034
2796056	Hensies	hensies	BE	7350	6390	Europe/Brussels	50.43263	3.68411		Ansi,ansy,Анси,آنسی		WAL	WHT	53	53039
2796059	Henripont	henripont	BE	7090	398	Europe/Brussels	50.59693	4.18477		Henripont		WAL	WHT	55	55004
2796063	Henri-Chapelle	henri-chapelle	BE	4841	2640	Europe/Brussels	50.67688	5.93009		Hendrik-Capelle,Hendrik-Kapelle,Welkenraedt (Henri-Chapelle)		WAL	WLG	63	63084
2796066	Hennuyères	hennuyeres	BE	7090	3379	Europe/Brussels	50.6386	4.16935		Hennuyeres,Hennuyères		WAL	WHT	55	55004
2796070	Henis	henis	BE	3700	866	Europe/Brussels	50.79986	5.47033		Tongeren (Henis)		VLG	VLI	73	73083
2796074	Hendrieken	hendrieken	BE	3840	202	Europe/Brussels	50.79854	5.32707		Hendrieken		VLG	VLI	73	73009
2796078	Hemptinne	hemptinne	BE	5380	503	Europe/Brussels	50.60291	4.98848		Fernelmont (Hemptinne)		WAL	WNA	92	92138
2796079	Hemptinne	hemptinne	BE	5380	301	Europe/Brussels	50.22888	4.56251		Hemptinne,Hemptinne-lez-Florennes		WAL	WNA	93	93022
2796085	Hemiksem	hemiksem	BE	2620	9504	Europe/Brussels	51.14484	4.33874		Hemiksem,Hemixem,Hemixeu		VLG	VAN	11	11018
2796087	Hemelveerdegem	hemelveerdegem	BE	9571	401	Europe/Brussels	50.80735	3.85758		Hemelveerdegem,Hemelverdegem		VLG	VOV	45	45063
2796121	Hellebecq	hellebecq	BE	7830	1053	Europe/Brussels	50.66426	3.88839				WAL	WHT	55	55039
2796126	Helen-Bos	helen-bos	BE	3440	509	Europe/Brussels	50.81851	5.08285		Heelen-Bosch,Helen-Bos		VLG	VBR	24	24130
2796128	Heldergem	heldergem	BE	9450	1878	Europe/Brussels	50.87799	3.95789		Heldergem		VLG	VOV	41	41024
2796132	Helchteren	helchteren	BE	3530	30050	Europe/Brussels	51.05591	5.38244		Houthalen-Helchteren (Helchteren)		VLG	VLI	72	72039
2796139	Heks	heks	BE	3870	379	Europe/Brussels	50.76952	5.35806		Heks,Hex		VLG	VLI	73	73022
2796144	Hekelgem	hekelgem	BE	1790	5258	Europe/Brussels	50.90569	4.10769		Affligem (Hekelgem)		VLG	VBR	23	23105
2796153	Heist-op-den-Berg	heist-op-den-berg	BE	2220	37873	Europe/Brussels	51.07537	4.72827		Heist-op-den-Berg,Heyst-op-den-Berg,Khajst op den Berg,Khejst op den Berg,aystwp-dan-brg,hai si te ao pu deng bei er he,Хајст оп ден Берг,Хейст оп ден Берг,ایستوپ-دان-برگ,海斯特奥普登贝尔赫	12014	VLG	VAN	12	12014
2796174	Heinsch	heinsch	BE	6700	5470	Europe/Brussels	49.69986	5.7467		Heinsch		WAL	WLX	81	81001
2796177	Heindonk	heindonk	BE	2830	727	Europe/Brussels	51.06703	4.40806		Heindonk,Heyndonck		VLG	VAN	12	12040
2796183	Heikruis	heikruis	BE	1670	763	Europe/Brussels	50.73506	4.1116		Hautecroix,Heikruis		VLG	VBR	23	23064
2796282	Heffen	heffen	BE	2801	2172	Europe/Brussels	51.04722	4.41599		Mechelen (Heffen)		VLG	VAN	12	12025
2796288	Heestert	heestert	BE	8551	2864	Europe/Brussels	50.78204	3.41218		Heestert		VLG	VWV	34	34042
2796294	Hees	hees	BE	3740	798	Europe/Brussels	50.84681	5.60766		Bilzen (Hees)		VLG	VLI	73	73006
2796297	Heers	heers	BE	3870	6689	Europe/Brussels	50.75383	5.3021		Heers,Hier,Hiër		VLG	VLI	73	73022
2796305	Heer	heer	BE	5543	845	Europe/Brussels	50.16368	4.83205		Hastiere (Heer),Hastière (Heer)		WAL	WNA	91	91142
2796319	Hechtel	hechtel	BE	3940	6605	Europe/Brussels	51.12518	5.36768		Hechtel-Eksel (Hechtel)		VLG	VLI	72	72038
2796353	Havré	havre	BE	7021	6219	Europe/Brussels	50.46401	4.04675				WAL	WHT	53	53053
2796357	Havinnes	havinnes	BE	7531	1250	Europe/Brussels	50.61658	3.46341		Havinnes		WAL	WHT	57	57081
2796362	Haversin	haversin	BE	5590	0	Europe/Brussels	50.24967	5.19437		Haversin		WAL	WNA	91	91030
2796368	Havelange	havelange	BE	5370	0	Europe/Brussels	50.43824	5.70091		Havelange		WAL	WLG	62	62009
2796369	Havelange	havelange	BE	5370	4790	Europe/Brussels	50.38931	5.23816		Avelanzh,Avlanzh,Havelange,Havlondje,awlanzh,ha fu lang ri,Авеланж,Авланж,اولانژ,哈弗朗日		WAL	WNA	91	91064
2796373	Havay	havay	BE	7041	807	Europe/Brussels	50.36118	3.98366				WAL	WHT	53	53084
2796391	Hautrage	hautrage	BE	7334	2951	Europe/Brussels	50.48192	3.76522				WAL	WHT	53	53070
2796399	Haut-le-Wastia	haut-le-wastia	BE	5537	0	Europe/Brussels	50.30509	4.84166		Haut-le-Wastia		WAL	WNA	91	91005
2796403	Haut-Ittre	haut-ittre	BE	1461	878	Europe/Brussels	50.65305	4.2978		Ittre (Haut-Ittre)		WAL	WBR	25	25044
2796407	Haut-Fays	haut-fays	BE	6929	810	Europe/Brussels	50.0016	5.01755		Haut-Fays		WAL	WLX	84	84016
2796465	Hauset	hauset	BE	4730	1962	Europe/Brussels	50.7107	6.06969		Raeren (Hauset)		WAL	WLG	63	63061
2796469	Haulchin	haulchin	BE	7120	1264	Europe/Brussels	50.38406	4.08297				WAL	WHT	56	56085
2796474	Hatrival	hatrival	BE	6870	614	Europe/Brussels	50.006	5.3482				WAL	WLX	84	84059
2796480	Hastière-par-delà	hastiere-par-dela	BE	5541	786	Europe/Brussels	50.21495	4.82948		Hastiere (Hastiere-par-dela),Hastière (Hastière-par-delà)		WAL	WNA	91	91142
2796482	Hastière-Lavaux	hastiere-lavaux	BE	5540	5147	Europe/Brussels	50.21849	4.82446		Hastiere (Hastiere-Lavaux),Hastière (Hastière-Lavaux)		WAL	WNA	91	91142
2796490	Hasselt	hasselt	BE	3500	0	Europe/Brussels	50.94476	4.32142				VLG	VBR	23	23050
2796491	Hasselt	hasselt	BE	3500	69222	Europe/Brussels	50.93106	5.33781		Asselt,Gasselt,Haselt,Haseltas,Haselto,Hasselt,Khaselt,Khasselt,QHA,aslt,ha se er te,has sel th,haselteu,hasseruto,Άσσελτ,Гасселт,Хаселт,Хасселт,Հասելտ,اسلت,ฮัสเซลท์,ハッセルト,哈瑟尔特,하셀트		VLG	VLI	71	71022
2796508	Harzé	harze	BE	4920	2030	Europe/Brussels	50.44133	5.66706		Aywaille (Harze),Aywaille (Harzé)		WAL	WLG	62	62009
2796511	Harveng	harveng	BE	7022	491	Europe/Brussels	50.39386	3.98778		Harveng		WAL	WHT	53	53053
2796515	Harsin	harsin	BE	6950	693	Europe/Brussels	50.17339	5.34771		Harsin		WAL	WLX	83	83040
2796518	Harre	harre	BE	6960	991	Europe/Brussels	50.35165	5.65744				WAL	WLX	83	83055
2796520	Harnoncourt	harnoncourt	BE	6767	280	Europe/Brussels	49.53618	5.49877		Harnoncourt		WAL	WLX	85	85047
2796522	Harmignies	harmignies	BE	7022	834	Europe/Brussels	50.40611	4.01731				WAL	WHT	53	53053
2796533	Hargimont	hargimont	BE	6900	769	Europe/Brussels	50.18771	5.30827		Hargimont		WAL	WLX	83	83034
2796540	Haren	haren	BE	1130	0	Europe/Brussels	50.89562	4.41702		Brussel (Haren),Bruxelles (Haren),Haaren,Haeren		BRU	BRU	21	21004
2796541	Haren	haren	BE	1130	0	Europe/Brussels	50.79297	5.39923		Haaren,Haeren,Haren		VLG	VLI	73	73009
2796542	Harelbeke	harelbeke	BE	8530	25978	Europe/Brussels	50.85343	3.30935		Hailebeke,Harelbeke,Harelbeke vald,Harelbekė,Harlebeke,Kharelbeke,Oarelbeke,ha lei er bei ke,Харелбеке,ارل‌بک,哈勒尔贝克		VLG	VWV	34	34013
2796553	Harchies	harchies	BE	7321	1918	Europe/Brussels	50.47963	3.69347				WAL	WHT	51	51009
2796561	Hanzinne	hanzinne	BE	5621	979	Europe/Brussels	50.31097	4.54435		Hanzinne		WAL	WNA	93	93022
2796563	Hanzinelle	hanzinelle	BE	5621	1049	Europe/Brussels	50.29615	4.55633		Hanzinelle		WAL	WNA	93	93022
2796565	Hantes-Wihéries	hantes-wiheries	BE	6560	619	Europe/Brussels	50.30647	4.17699		Erquelinnes (Hantes-Wiheries),Erquelinnes (Hantes-Wihéries)		WAL	WHT	56	56022
2796569	Han-sur-Lesse	han-sur-lesse	BE	5580	1061	Europe/Brussels	50.12674	5.18623		Rochefort (Han-sur-Lesse)		WAL	WNA	91	91114
2796575	Hansbeke	hansbeke	BE	9850	2112	Europe/Brussels	51.07442	3.53571		Hansbeke		VLG	VOV	44	44083
2796578	Hanret	hanret	BE	5310	1054	Europe/Brussels	50.58155	4.9484		Eghezee (Hanret),Éghezée (Hanret)		WAL	WNA	92	92035
2796583	Hannut	hannut	BE	4280	14129	Europe/Brussels	50.67142	5.07898		Anju,Annju,Haneu,Hannuit,Hannut,anwt,han ni,Анню,Аню,انوت,寒尼	64034	WAL	WLG	64	64034
2796592	Hannêche	hanneche	BE	4210	495	Europe/Brussels	50.57849	5.04856		Burdinne (Hanneche),Burdinne (Hannêche)		WAL	WLG	61	61010
2796599	Haneffe	haneffe	BE	4357	1036	Europe/Brussels	50.63835	5.32013		Haneffe		WAL	WLG	64	64023
2796603	Handzame	handzame	BE	8610	3150	Europe/Brussels	51.0254	3.0032		Handzaeme,Handzame		VLG	VWV	32	32011
2796614	Ham-sur-Sambre	ham-sur-sambre	BE	5190	3444	Europe/Brussels	50.44368	4.67425		Jemeppe-sur-Sambre (Ham-sur-Sambre)		WAL	WNA	92	92140
2796616	Ham-sur-Heure	ham-sur-heure	BE	6120	4842	Europe/Brussels	50.323	4.38844		Ham-sur-Heure-Nalinnes (Ham-sur-Heure)		WAL	WHT	56	56086
2796621	Hampteau	hampteau	BE	6990	0	Europe/Brussels	50.74229	4.9835				WAL	WBR	25	25118
2796622	Hampteau	hampteau	BE	6990	515	Europe/Brussels	50.25828	5.47197		Hampteau		WAL	WLX	83	83028
2796625	Hamont	hamont	BE	3930	9001	Europe/Brussels	51.25332	5.54732		Hamont-Achel (Hamont)		VLG	VLI	72	72037
2796627	Hamois	hamois	BE	5360	6662	Europe/Brussels	50.3402	5.15619		Amoa,Amua,Hamwe,Hamwè,a mu wa,amwa,Амоа,Амуа,اموآ,阿穆瓦		WAL	WNA	91	91059
2796629	Hamoir	hamoir	BE	4180	3500	Europe/Brussels	50.42675	5.53304		Amoar,Amuar,Hamoir,Hamwer,a mu wa er,amwar,Амоар,Амуар,اموآر,阿穆瓦尔		WAL	WLG	61	61024
2796632	Hamme-Mille	hamme-mille	BE	1320	2652	Europe/Brussels	50.78022	4.71734		Beauvechain (Hamme-Mille)		WAL	WBR	25	25005
2796637	Hamme	hamme	BE	1785	22891	Europe/Brussels	51.09822	4.13705		Ama,Hame,Hamme,Hamė,Khame,Khamme,am,ha mo,Хаме,Хамме,ام,哈默		VLG	VOV	42	42008
2796638	Hamme	hamme	BE	1785	0	Europe/Brussels	51.08858	3.5362		Hamme		VLG	VOV	44	44083
2796639	Hamme	hamme	BE	1785	839	Europe/Brussels	50.92089	4.28295		Merchtem (Hamme)		VLG	VBR	23	23052
2796642	Hamipré	hamipre	BE	6840	1281	Europe/Brussels	49.83734	5.45686		Hamipre,Hamipré		WAL	WLX	84	84043
2796666	Ham	ham	BE	3945	0	Europe/Brussels	50.94066	3.45852				VLG	VOV	44	44081
2796667	Ham	ham	BE	3945	0	Europe/Brussels	50.54191	5.55832		Ham,Han		WAL	WLG	62	62032
2796671	Haltinne	haltinne	BE	5340	1095	Europe/Brussels	50.45119	5.07731		Gesves (Haltinne)		WAL	WNA	92	92054
2796676	Halmaal	halmaal	BE	3800	378	Europe/Brussels	50.80451	5.15471		Halmaal,Halmael		VLG	VLI	71	71053
2796679	Halma	halma	BE	6922	378	Europe/Brussels	50.07596	5.13512		Halma		WAL	WLX	84	84075
2796684	Halleux	halleux	BE	6986	0	Europe/Brussels	50.67384	5.81989				WAL	WLG	63	63035
2796685	Halleux	halleux	BE	6986	0	Europe/Brussels	50.48111	5.62668		Halleux		WAL	WLG	62	62026
2796686	Halleux	halleux	BE	6986	183	Europe/Brussels	50.17318	5.50095		Halleux		WAL	WLX	83	83031
2796691	Halle-Booienhoven	halle-booienhoven	BE	3440	1978	Europe/Brussels	50.80534	5.11173		Halle-Boyenhoven,Zoutleeuw (Halle-Booienhoven)		VLG	VBR	24	24130
2796694	Halle	halle	BE	1500	0	Europe/Brussels	51.43057	4.81124				VLG	VAN	13	13014
2796695	Halle	halle	BE	1500	7200	Europe/Brussels	51.24075	4.64327		Zoersel (Halle)		VLG	VAN	11	11055
2796696	Halle	halle	BE	1500	34479	Europe/Brussels	50.73385	4.23454		Galle,Hal,Halle,Halle i Belgia,Khale,Khalle,al,ha lai,halh,Галле,Хале,Халле,ال,هاله,哈莱		VLG	VBR	23	23027
2796700	Hallaar	hallaar	BE	2220	3506	Europe/Brussels	51.0842	4.72918		Haalaeraard,Hallaar,Hallaer		VLG	VAN	12	12014
2796715	Halen	halen	BE	3545	8548	Europe/Brussels	50.94837	5.11096		Haelen,Halen,Hole,Hôle,Khalen,alan,ha lein,ha lun,Хален,Հալեն,الان,ฮาเลิน,哈伦		VLG	VLI	71	71020
2796722	Halanzy	halanzy	BE	6792	3890	Europe/Brussels	49.56052	5.74433		Halanzy		WAL	WLX	81	81004
2796727	Hakendover	hakendover	BE	3300	1377	Europe/Brussels	50.7959	4.98231		Haekendover,Hakendover		VLG	VBR	24	24107
2796733	Hainin	hainin	BE	7350	886	Europe/Brussels	50.42952	3.76659				WAL	WHT	53	53039
2796735	Haine-Saint-Pierre	haine-saint-pierre	BE	7100	7662	Europe/Brussels	50.45747	4.20659		Haine-Saint-Pierre		WAL	WHT	55	55022
2796737	Haine-Saint-Paul	haine-saint-paul	BE	7100	7268	Europe/Brussels	50.46185	4.1767		Haine-Saint-Paul		WAL	WHT	55	55022
2796744	Haillot	haillot	BE	5351	1524	Europe/Brussels	50.44247	5.15413		Ohey (Haillot)		WAL	WNA	92	92097
2796793	Hacquegnies	hacquegnies	BE	7911	437	Europe/Brussels	50.65331	3.59316		Hacquegnies		WAL	WHT	51	51065
2796795	Hachy	hachy	BE	6720	752	Europe/Brussels	49.70159	5.68034		Hachy		WAL	WLX	85	85046
2796798	Haccourt	haccourt	BE	4684	3847	Europe/Brussels	50.73091	5.66963		Oupeye (Haccourt)		WAL	WLG	62	62079
2796804	Habergy	habergy	BE	6782	799	Europe/Brussels	49.61466	5.76015		Habergy		WAL	WLX	81	81015
2796807	Habay-la-Vieille	habay-la-vieille	BE	6723	7704	Europe/Brussels	49.72329	5.61999		Habay,Habay-la-Vieille		WAL	WLX	85	85046
2796809	Habay-la-Neuve	habay-la-neuve	BE	6720	3344	Europe/Brussels	49.7282	5.6474		Habay (Habay-la-Neuve)		WAL	WLX	85	85046
2796816	Haasrode	haasrode	BE	3053	2970	Europe/Brussels	50.83169	4.72953		Haesrode,Oud-Heverlee (Haasrode)		VLG	VBR	24	24086
2796820	Haasdonk	haasdonk	BE	9120	4333	Europe/Brussels	51.18151	4.24137		Haasdonk,Haesdonck		VLG	VOV	46	46003
2796833	Haaltert	haaltert	BE	9450	17129	Europe/Brussels	50.90634	4.00093		Haaltert,Haeltert		VLG	VOV	41	41024
2796844	Haacht	haacht	BE	3150	1763	Europe/Brussels	50.97737	4.63777		Haacht,Haecht		VLG	VBR	24	24033
2796854	Gullegem	gullegem	BE	8560	8888	Europe/Brussels	50.84301	3.20466		Gullegem,Gulleghem		VLG	VWV	34	34041
2796858	Guirsch	guirsch	BE	6704	275	Europe/Brussels	49.71828	5.85209		Guirsch		WAL	WLX	81	81001
2796862	Guigoven	guigoven	BE	3723	1048	Europe/Brussels	50.83925	5.40039		Guigoven,Guygoven		VLG	VLI	73	73040
2796864	Guignies	guignies	BE	7620	754	Europe/Brussels	50.54785	3.37024		Guignies		WAL	WHT	57	57093
2796877	Grupont	grupont	BE	6927	186	Europe/Brussels	50.09133	5.28134		Grupont		WAL	WLX	84	84068
2796883	Grune	grune	BE	6952	331	Europe/Brussels	50.15523	5.3816		Grune		WAL	WLX	83	83040
2796886	Gruitrode	gruitrode	BE	3670	3694	Europe/Brussels	51.08936	5.58824		Gruitrode		VLG	VLI	72	72042
2796903	Grote-Spouwen	grote-spouwen	BE	3740	1400	Europe/Brussels	50.83283	5.55428		Bilzen (Grote-Spouwen),Grand-Spauwen,Groote-Spouwen		VLG	VLI	73	73006
2796922	Grotenberge	grotenberge	BE	9620	1773	Europe/Brussels	50.87332	3.82278		Grootenberge,Grotenberge		VLG	VOV	41	41081
2796966	Grote-Brogel	grote-brogel	BE	3990	2816	Europe/Brussels	51.15281	5.5059		Grand-Brogel,Groote-Brogel,Grote-Brogel		VLG	VLI	72	72030
2796997	Gros-Fays	gros-fays	BE	5555	0	Europe/Brussels	50.1	5.33333				WAL	WLX	83	83040
2796998	Gros-Fays	gros-fays	BE	5555	321	Europe/Brussels	49.8705	4.98315		Bievre (Gros-Fays),Bièvre (Gros-Fays),Gros-Fays		WAL	WNA	91	91015
2797013	Grosage	grosage	BE	7950	376	Europe/Brussels	50.54562	3.7575				WAL	WHT	51	51014
2797028	Groot-Loon	groot-loon	BE	3840	150	Europe/Brussels	50.79267	5.36343		Borgloon (Groot-Loon),Grand-Looz		VLG	VLI	73	73009
2797039	Groot-Gelmen	groot-gelmen	BE	3800	614	Europe/Brussels	50.78355	5.26381		Grande-Jamine,Groot-Gelmen		VLG	VLI	71	71053
2797051	Groot-Bijgaarden	groot-bijgaarden	BE	1702	8145	Europe/Brussels	50.87174	4.24973		Dilbeek (Groot-Bijgaarden),Grand-Bigard		VLG	VBR	23	23016
2797094	Grobbendonk	grobbendonk	BE	2280	10724	Europe/Brussels	51.19043	4.73562		Grobbendonck,Grobbendonk		VLG	VAN	13	13010
2797096	Grivegnée	grivegnee	BE	4030	21057	Europe/Brussels	50.62148	5.61101		Liege (Grivegnee),Liège (Grivegnée)		WAL	WLG	62	62063
2797107	Grimminge	grimminge	BE	9506	985	Europe/Brussels	50.79433	3.95196		Grimminge		VLG	VOV	41	41018
2797114	Grimbergen	grimbergen	BE	1850	37000	Europe/Brussels	50.93409	4.37213		Grimbergen,Grimberghen,Xrimberxen,grymbrzhan,he lin bei heng,Гримберген,Խրիմբերխեն,گریمبرژان,赫林贝亨	23025	VLG	VBR	23	23025
2797128	Grez-Doiceau	grez-doiceau	BE	1390	12367	Europe/Brussels	50.73901	4.69829		Graven,Gre,Gre-Duaso,Grez Doaso,Grez-Doiceau,Gré,Helecine,Hélécine,ge lei-du wa suo,grh-dwasw,Гре-Дуасо,Грез Доасо,گره-دوآسو,格雷－杜瓦索		WAL	WBR	25	25037
2797138	Grembergen	grembergen	BE	9200	7080	Europe/Brussels	51.05406	4.10458		Grembergen		VLG	VOV	42	42006
2797144	Grazen	grazen	BE	3450	596	Europe/Brussels	50.87448	5.13141		Graesen,Grassen,Grazen		VLG	VBR	24	24028
2797150	Graux	graux	BE	5640	202	Europe/Brussels	50.32492	4.71809		Graux		WAL	WNA	92	92087
2797155	Graty	graty	BE	7830	783	Europe/Brussels	50.63172	3.99624		Graty		WAL	WHT	55	55039
2797164	Grapfontaine	grapfontaine	BE	6840	664	Europe/Brussels	49.82155	5.40752		Grapfontaine		WAL	WLX	84	84043
2797172	Grandvoir	grandvoir	BE	6840	441	Europe/Brussels	49.85862	5.37288		Grandvoir		WAL	WLX	84	84043
2797178	Grandville	grandville	BE	4360	0	Europe/Brussels	50.72374	5.33918		Oreye (Grandville)		WAL	WLG	64	64056
2797199	Grand-Rosière-Hottomont	grand-rosiere-hottomont	BE	1367	743	Europe/Brussels	50.63193	4.86557		Ramillies (Grand-Rosiere-Hottomont),Ramillies (Grand-Rosière-Hottomont)		WAL	WBR	25	25122
2797202	Grandrieu	grandrieu	BE	6470	618	Europe/Brussels	50.20014	4.1742		Sivry-Rance (Grandrieu)		WAL	WHT	56	56088
2797205	Grand-Reng	grand-reng	BE	6560	1479	Europe/Brussels	50.33083	4.0755		Erquelinnes (Grand-Reng)		WAL	WHT	56	56022
2797209	Grand-Rechain	grand-rechain	BE	4650	1433	Europe/Brussels	50.60765	5.81108		Herve (Grand-Rechain)		WAL	WLG	63	63035
2797223	Grandmetz	grandmetz	BE	7900	714	Europe/Brussels	50.62552	3.63141		Grandmetz		WAL	WHT	57	57094
2797226	Grandmenil	grandmenil	BE	6960	753	Europe/Brussels	50.29165	5.65909		Grandmenil		WAL	WLX	83	83055
2797233	Grand-Manil	grand-manil	BE	5030	933	Europe/Brussels	50.55696	4.67528		Gembloux (Grand-Manil)		WAL	WNA	92	92142
2797237	Grand-Leez	grand-leez	BE	5031	2308	Europe/Brussels	50.58389	4.7751		Gembloux (Grand-Leez)		WAL	WNA	92	92142
2797247	Grandhan	grandhan	BE	6940	1593	Europe/Brussels	50.32944	5.40996		Grandhan		WAL	WLX	83	83012
2797250	Grand-Halleux	grand-halleux	BE	6698	1329	Europe/Brussels	50.32583	5.90722		Grand-Halleux		WAL	WLX	82	82032
2797252	Grand-Hallet	grand-hallet	BE	4280	1650	Europe/Brussels	50.6953	5.03587		Grand-Hallet		WAL	WLG	64	64034
2797256	Grandglise	grandglise	BE	7973	188	Europe/Brussels	50.50573	3.6963				WAL	WHT	51	51008
2797321	Grand-Axhe	grand-axhe	BE	4300	484	Europe/Brussels	50.6808	5.22984		Waremme (Grand-Axhe)		WAL	WLG	64	64074
2797327	Grammene	grammene	BE	9800	1002	Europe/Brussels	50.97779	3.46706		Grammene		VLG	VOV	44	44083
2797330	Graide	graide	BE	5555	795	Europe/Brussels	49.95038	5.06723		Graide		WAL	WNA	91	91015
2797336	Grâce-Berleur	grace-berleur	BE	4460	10758	Europe/Brussels	50.64032	5.50329		Grace-Hollogne (Grace-Berleur),Grâce-Hollogne (Grâce-Berleur)		WAL	WLG	62	62118
2797341	Gozée	gozee	BE	6534	4107	Europe/Brussels	50.33461	4.35273		Thuin (Gozee),Thuin (Gozée)		WAL	WHT	56	56078
2797344	Gouy-lez-Piéton	gouy-lez-pieton	BE	6181	3378	Europe/Brussels	50.4907	4.3289		Gouy-lez-Pieton,Gouy-lez-Piéton		WAL	WHT	52	52015
2797346	Gouvy	gouvy	BE	6670	4706	Europe/Brussels	50.186	5.93917		Gouvi,Gouvy,Guvi,gu wei,gwwy,Гуви,گووی,古维		WAL	WLX	82	82037
2797349	Goutroux	goutroux	BE	6030	2947	Europe/Brussels	50.41333	4.36226		Charleroi (Goutroux)		WAL	WHT	52	52011
2797353	Gourdinne	gourdinne	BE	5651	957	Europe/Brussels	50.29146	4.45431		Gourdinne		WAL	WNA	93	93088
2797357	Gougnies	gougnies	BE	6280	1025	Europe/Brussels	50.35543	4.57615		Gerpinnes (Gougnies)		WAL	WHT	52	52025
2797365	Gottignies	gottignies	BE	7070	2159	Europe/Brussels	50.4953	4.05996				WAL	WHT	55	55035
2797369	Gottem	gottem	BE	9800	612	Europe/Brussels	50.96419	3.46389		Gottem,Gotthem		VLG	VOV	44	44083
2797373	Gotem	gotem	BE	3840	272	Europe/Brussels	50.80499	5.31301		Borgloon (Gotem),Gothem		VLG	VLI	73	73009
2797376	Gosselies	gosselies	BE	6041	11017	Europe/Brussels	50.46936	4.43324		Charleroi (Gosselies),Gochliye		WAL	WHT	52	52011
2797381	Gors-Opleeuw	gors-opleeuw	BE	3840	389	Europe/Brussels	50.82313	5.38339		Borgloon (Gors-Opleeuw)		VLG	VLI	73	73009
2797383	Gorsem	gorsem	BE	3803	388	Europe/Brussels	50.83511	5.1622		Gorssum,Sint-Truiden (Gorsem)		VLG	VLI	71	71053
2797417	Gooik	gooik	BE	1755	8957	Europe/Brussels	50.79443	4.11378		Gojk,Gooik,Goyck,gwyk,huo yi ke,jwyk,Гойк,جويك,گوئک,霍伊克		VLG	VBR	23	23024
2797419	Gontrode	gontrode	BE	9090	974	Europe/Brussels	50.9838	3.79756		Gontrode		VLG	VOV	44	44040
2797422	Gonrieux	gonrieux	BE	5660	587	Europe/Brussels	50.03664	4.42637		Couvin (Gonrieux)		WAL	WNA	93	93014
2797425	Gondregnies	gondregnies	BE	7830	219	Europe/Brussels	50.62638	3.91045				WAL	WHT	55	55039
2797427	Gomzé-Andoumont	gomze-andoumont	BE	4140	915	Europe/Brussels	50.54434	5.68938		Gomze-Andoumont,Gomzé-Andoumont		WAL	WLG	62	62100
2797447	Goetsenhoven	goetsenhoven	BE	3300	1465	Europe/Brussels	50.76882	4.95157		Gossoncourt,Tienen (Goetsenhoven)		VLG	VBR	24	24107
2797450	Goesnes	goesnes	BE	5353	257	Europe/Brussels	50.44034	5.22074		Ohey (Goesnes)		WAL	WNA	92	92097
2797454	Goegnies-Chaussée	goegnies-chaussee	BE	7040	294	Europe/Brussels	50.34119	3.94169		Gognies-Chaussee,Gognies-Chaussée		WAL	WHT	53	53084
2797455	Goeferdinge	goeferdinge	BE	9500	3088	Europe/Brussels	50.76605	3.83978		Goeferdinge,Goefferdinge		VLG	VOV	41	41018
2797460	Goé	goe	BE	4834	962	Europe/Brussels	50.60657	5.95614		Goe,Goé,Gulke		WAL	WLG	63	63046
2797462	Godveerdegem	godveerdegem	BE	9620	1207	Europe/Brussels	50.85932	3.82092		Godveerdegem,Godverdegem		VLG	VOV	41	41081
2797470	Godinne	godinne	BE	5530	2350	Europe/Brussels	50.34809	4.87364		Yvoir (Godinne)		WAL	WNA	91	91141
2797473	Godarville	godarville	BE	7160	2392	Europe/Brussels	50.49496	4.28698		Godarville		WAL	WHT	52	52010
2797477	Gochenée	gochenee	BE	5680	0	Europe/Brussels	50.55806	5.0138				WAL	WNA	92	92138
2797478	Gochenée	gochenee	BE	5680	295	Europe/Brussels	50.18426	4.75631		Doische (Gochenee),Doische (Gochenée)		WAL	WNA	93	93018
2797485	Glons	glons	BE	4690	2637	Europe/Brussels	50.75307	5.54578		Bassenge (Glons),Glaaien,Glaen		WAL	WLG	62	62011
2797488	Glimes	glimes	BE	1315	951	Europe/Brussels	50.68003	4.83708		Glimes		WAL	WBR	25	25043
2797490	Gleixhe	gleixhe	BE	4400	1021	Europe/Brussels	50.61391	5.39008		Flemalle (Gleixhe),Flémalle (Gleixhe)		WAL	WLG	62	62120
2797496	Glain	glain	BE	4000	2905	Europe/Brussels	50.64772	5.5438		Liege (Glain),Liège (Glain)		WAL	WLG	62	62063
2797500	Glabbeek	glabbeek	BE	3380	5070	Europe/Brussels	50.87267	4.95615		Glabbeek		VLG	VBR	24	24137
2797502	Glabbeek	glabbeek	BE	3380	0	Europe/Brussels	50.87766	5.09439				VLG	VBR	24	24028
2797504	Glabais	glabais	BE	1473	747	Europe/Brussels	50.63074	4.45333		Genappe (Glabais)		WAL	WBR	25	25031
2797506	Givry	givry	BE	7041	1496	Europe/Brussels	50.37826	4.02932				WAL	WHT	53	53084
2797507	Givry	givry	BE	7041	0	Europe/Brussels	50.05458	5.64345				WAL	WLX	82	82005
2797513	Gits	gits	BE	8830	4127	Europe/Brussels	50.99687	3.09564		Gits		VLG	VWV	36	36006
2797517	Gistel	gistel	BE	8470	11084	Europe/Brussels	51.15612	2.96387		Ghistelles,Gistel,Histel,Гистел		VLG	VWV	35	35005
2797523	Gingelom	gingelom	BE	3890	7930	Europe/Brussels	50.74792	5.13422		Gingelom		VLG	VLI	71	71017
2797528	Gimnée	gimnee	BE	5680	509	Europe/Brussels	50.13131	4.71193		Doische (Gimnee),Doische (Gimnée)		WAL	WNA	93	93018
2797532	Gilly	gilly	BE	6060	20043	Europe/Brussels	50.42449	4.4789		Charleroi (Gilly),Djili,Djilî		WAL	WHT	52	52011
2797538	Gijzenzele	gijzenzele	BE	9860	921	Europe/Brussels	50.971	3.81698		Gijzenzele,Gysenzeele		VLG	VOV	44	44052
2797540	Gijzelbrechtegem	gijzelbrechtegem	BE	8570	418	Europe/Brussels	50.8268	3.50139		Gijzelbrechtegem,Gyselbrechteghem		VLG	VWV	34	34002
2797542	Gijzegem	gijzegem	BE	9308	3383	Europe/Brussels	50.98602	4.04938		Gijzegem,Gysegem		VLG	VOV	41	41002
2797544	Gijverinkhove	gijverinkhove	BE	8691	320	Europe/Brussels	50.97609	2.67252		Gijverinkhove,Gyverinchove		VLG	VWV	38	38002
2797552	Gierle	gierle	BE	2275	4488	Europe/Brussels	51.26852	4.86733		Gierle		VLG	VAN	13	13019
2797556	Gibecq	gibecq	BE	7823	296	Europe/Brussels	50.63792	3.88779				WAL	WHT	51	51004
2797559	Ghoy	ghoy	BE	7863	1057	Europe/Brussels	50.72834	3.80983		Ghoy		WAL	WHT	55	55023
2797563	Ghlin	ghlin	BE	7011	8485	Europe/Brussels	50.47313	3.90289				WAL	WHT	53	53053
2797565	Ghislenghien	ghislenghien	BE	7822	809	Europe/Brussels	50.65653	3.87826		Gellingen		WAL	WHT	51	51004
2797581	Gesves	gesves	BE	5340	6150	Europe/Brussels	50.40146	5.07457		Djeve,Gesves,Zhev,re fu,zhsw,Жев,ژسو,热弗		WAL	WNA	92	92054
2797587	Gestel	gestel	BE	2590	0	Europe/Brussels	51.43686	4.71995				VLG	VAN	13	13014
2797588	Gestel	gestel	BE	2590	0	Europe/Brussels	51.12868	4.67297		Berlaar (Gestel)		VLG	VAN	12	12002
2797589	Gestel	gestel	BE	2590	0	Europe/Brussels	51.11234	5.0993				VLG	VAN	13	13021
2797590	Gestel	gestel	BE	2590	0	Europe/Brussels	51.03157	5.21361				VLG	VLI	71	71037
2797598	Gerpinnes	gerpinnes	BE	6280	835	Europe/Brussels	50.33789	4.52731		Djerpene,Gerpinnes,Zherpin,Zherpinn,zhrpyn,Жерпин,Жерпинн,ژرپین		WAL	WHT	52	52025
2797600	Gérouville	gerouville	BE	6769	639	Europe/Brussels	49.61904	5.42654		Gerouville,Gérouville		WAL	WLX	85	85024
2797619	Gerin	gerin	BE	5524	377	Europe/Brussels	50.24648	4.81551		Onhaye (Gerin)		WAL	WNA	91	91103
2797632	Gerdingen	gerdingen	BE	3960	416	Europe/Brussels	51.14818	5.5814		Bree (Gerdingen)		VLG	VLI	72	72004
2797638	Geraardsbergen	geraardsbergen	BE	9500	30807	Europe/Brussels	50.77343	3.88223		Geeraardsbergen,Geraardsbergen,Gerardsbergen,Grammont,he la er ci bei heng,zhrardzbrzhan,Гераардсберген,Герардсберген,ژراردزبرژان,赫拉尔兹贝亨		VLG	VOV	41	41018
2797641	Genval	genval	BE	1332	8253	Europe/Brussels	50.72162	4.49375		Rixensart (Genval)		WAL	WBR	25	25091
2797650	Gentinnes	gentinnes	BE	1450	941	Europe/Brussels	50.57839	4.60705		Chastre (Gentinnes)		WAL	WBR	25	25117
2797652	Gentbrugge	gentbrugge	BE	9050	15885	Europe/Brussels	51.03692	3.76509		Gentbrugge		VLG	VOV	44	44021
2797656	Gent	gent	BE	9000	231493	Europe/Brussels	51.05	3.71667		GNE,Gaent,Gand,Gandavum,Gandawa,Gande,Gant,Gante,Ganti,Gent,Gentas,Gente,Gento,Ghent,Gint,Gænt,gen te,genta,ghnt,gnt,henteu,hento,jenta,jnt,ken t,khenta,khnt,Γάνδη,Гент,Գենտ,גנט,جنت,خنت,غنت,غینٹ,खेंट,गेंट,জেন্ট,เกนต์,ဂင့်မြို့,გენტი,ヘント,根特,헨트		VLG	VOV	44	44021
2797660	Genoelselderen	genoelselderen	BE	3770	534	Europe/Brussels	50.80206	5.53737		Genoelselderen		VLG	VLI	73	73066
2797667	Genly	genly	BE	7040	1040	Europe/Brussels	50.38953	3.91242				WAL	WHT	53	53084
2797670	Genk	genk	BE	3600	63666	Europe/Brussels	50.965	5.50082		Genck,Genk,Генк		VLG	VLI	71	71016
2797694	Genappe	genappe	BE	1470	14266	Europe/Brussels	50.61173	4.45152		Djinape,Genappe,Genepien,Genepiën,Zhenap,re na pu,zhnp,Женап,ژنپ,热纳普		WAL	WBR	25	25031
2797696	Gemmenich	gemmenich	BE	4851	3064	Europe/Brussels	50.74608	5.99507		Gemmenich		WAL	WLG	63	63088
2797713	Gembloux	gembloux	BE	5030	21676	Europe/Brussels	50.56149	4.69889		Djiblou,Gembloers,Gembloux,Gemblua,Geminiacum,Jembloux,Zamblu,Zhamblu,janburu,jangbeullu,rang bu lu,zhamblw,Žamblu,Гемблуа,Жамблу,ژامبلو,ジャンブルー,让布卢,장블루		WAL	WNA	92	92142
2797716	Gembes	gembes	BE	6929	178	Europe/Brussels	49.99664	5.06256		Gembes		WAL	WLX	84	84016
2797719	Geluwe	geluwe	BE	8940	6757	Europe/Brussels	50.80978	3.07695		Geluwe,Gheluwe		VLG	VWV	33	33029
2797721	Geluveld	geluveld	BE	8980	1652	Europe/Brussels	50.83511	2.99343		Gheluvelt		VLG	VWV	33	33037
2797723	Gelrode	gelrode	BE	3200	1954	Europe/Brussels	50.96632	4.80412		Aarschot (Gelrode)		VLG	VBR	24	24001
2797727	Gellik	gellik	BE	3620	2636	Europe/Brussels	50.88473	5.61007		Gellick,Lanaken (Gellik)		VLG	VLI	73	73042
2797731	Gelinden	gelinden	BE	3800	1484	Europe/Brussels	50.7656	5.26121		Gelinden		VLG	VLI	71	71053
2797743	Gelbressée	gelbressee	BE	5024	1031	Europe/Brussels	50.50611	4.95552		Namur (Gelbressee),Namur (Gelbressée)		WAL	WNA	92	92094
2797761	Geetbets	geetbets	BE	3450	5813	Europe/Brussels	50.89431	5.11199		Geet Betz,Geetbets		VLG	VBR	24	24028
2797764	Geest-Gérompont-Petit-Rosière	geest-gerompont-petit-rosiere	BE	1367	1545	Europe/Brussels	50.64043	4.8587		Ramillies (Geest-Gerompont-Petit-Rosiere),Ramillies (Geest-Gérompont-Petit-Rosière)		WAL	WBR	25	25122
2797770	Geer	geer	BE	4250	2682	Europe/Brussels	50.6699	5.17364		Geer		WAL	WLG	64	64029
2797779	Geel	geel	BE	2440	34697	Europe/Brussels	51.16557	4.98917		Geel,Gel,Gelis,Gheel,he er,heil,heru,zhl,Геел,Гел,ژل,ヘール,赫尔,헤일		VLG	VAN	13	13008
2797781	Gedinne	gedinne	BE	5575	4416	Europe/Brussels	49.98037	4.93674		Djedene,Gedinne,Zhedin,re di ne,zhwdyn,Жедин,ژودین,热迪讷		WAL	WNA	91	91054
2797798	Gavere	gavere	BE	9890	11888	Europe/Brussels	50.92917	3.66184		Gavere,gwr,ha fu er,Гавере,گور,哈弗尔		VLG	VOV	44	44020
2797805	Gaurain-Ramecroix	gaurain-ramecroix	BE	7530	3603	Europe/Brussels	50.58923	3.48798		Gaurain-Ramecroix		WAL	WHT	57	57081
2797844	Ganshoren	ganshoren	BE	1083	24859	Europe/Brussels	50.87065	4.31531		Brussel (Ganshoren),Bruxelles (Ganshoren),Gansgoren,Ganshoren,Ganskhoren,gangsolang,ganshoan,ganshwran,han si huo lun,Гансгорен,Гансхорен,گانشوران,ガンショアン,汉斯霍伦,강소랑		BRU	BRU	21	21008
2797851	Galmaarden	galmaarden	BE	1570	7939	Europe/Brussels	50.75389	3.97121		Galmaarden,Gammerages		VLG	VBR	23	23023
2797854	Gallaix	gallaix	BE	7906	232	Europe/Brussels	50.60509	3.57373		Gallaix		WAL	WHT	57	57094
2797882	Gages	gages	BE	7943	368	Europe/Brussels	50.60688	3.89139				WAL	WHT	51	51012
2797888	Gaasbeek	gaasbeek	BE	1750	300	Europe/Brussels	50.79953	4.18931		Gaasbek,Lennik (Gaasbeek),Гаасбек		VLG	VBR	23	23104
2797892	Furnaux	furnaux	BE	5641	485	Europe/Brussels	50.30815	4.70507		Mettet (Furnaux)		WAL	WNA	92	92087
2797894	Furfooz	furfooz	BE	5500	186	Europe/Brussels	50.22419	4.95931		Furfooz		WAL	WNA	91	91034
2797897	Fumal	fumal	BE	4260	599	Europe/Brussels	50.58672	5.18314		Braives (Fumal)		WAL	WLG	64	64015
2797903	Froyennes	froyennes	BE	7503	2075	Europe/Brussels	50.62185	3.35456		Froyennes		WAL	WHT	57	57081
2797907	Fronville	fronville	BE	6990	696	Europe/Brussels	50.29423	5.42214		Fronville		WAL	WLX	83	83028
2797918	Froidmont	froidmont	BE	7504	0	Europe/Brussels	50.74507	5.63396				WAL	WLG	62	62079
2797919	Froidmont	froidmont	BE	7504	0	Europe/Brussels	50.7	4.53333				WAL	WBR	25	25091
2797920	Froidmont	froidmont	BE	7504	0	Europe/Brussels	50.59163	3.9677				WAL	WHT	55	55040
2797921	Froidmont	froidmont	BE	7504	0	Europe/Brussels	50.5772	3.32962		Froidmont		WAL	WHT	57	57081
2797922	Froidmont	froidmont	BE	7504	0	Europe/Brussels	50.56667	5.18333				WAL	WLG	61	61072
2797923	Froidmont	froidmont	BE	7504	0	Europe/Brussels	50.46413	4.68061				WAL	WNA	92	92140
2797924	Froidmont	froidmont	BE	7504	0	Europe/Brussels	50.23615	4.53232				WAL	WNA	93	93088
2797931	Froidfontaine	froidfontaine	BE	5576	205	Europe/Brussels	50.06	5.00028		Gedinne (Froidfontaine)		WAL	WNA	91	91013
2797937	Froidchapelle	froidchapelle	BE	6440	3579	Europe/Brussels	50.15106	4.32742		Froashapel,Fruashapel',frwadshpl,Фроашапел,Фруашапель,فروآدشپل		WAL	WHT	56	56029
2797954	Freux	freux	BE	6800	722	Europe/Brussels	49.97111	5.44944		Freux		WAL	WLX	84	84077
2797966	Freloux	freloux	BE	4347	0	Europe/Brussels	50.68055	5.40656		Fexhe-le-Haut-Clocher (Freloux)		WAL	WLG	64	64025
2797977	Frasnes-lez-Gosselies	frasnes-lez-gosselies	BE	6210	3356	Europe/Brussels	50.53838	4.45232		Frasnes-lez-Gosselies		WAL	WHT	52	52075
2797979	Frasnes-lez-Buissenal	frasnes-lez-buissenal	BE	7911	10936	Europe/Brussels	50.66783	3.62047		Frasnes,Frasnes-lez-Buissenal		WAL	WHT	51	51065
2797983	Frasnes	frasnes	BE	5660	1244	Europe/Brussels	50.08022	4.51384		Couvin (Frasnes)		WAL	WNA	93	93014
2797996	Franière	franiere	BE	5150	1900	Europe/Brussels	50.43657	4.73219		Franiere,Franière		WAL	WNA	92	92045
2797999	Franc-Waret	franc-waret	BE	5380	315	Europe/Brussels	50.52099	4.9814		Fernelmont (Franc-Waret)		WAL	WNA	92	92138
2798003	Francorchamps	francorchamps	BE	4970	2023	Europe/Brussels	50.45353	5.95276		Francorchamps		WAL	WLG	63	63073
2798007	Franchimont	franchimont	BE	5600	382	Europe/Brussels	50.18906	4.63809		Franchimont		WAL	WNA	93	93056
2798021	Framont	framont	BE	6853	209	Europe/Brussels	49.91923	5.15998		Framont		WAL	WLX	84	84050
2798023	Frameries	frameries	BE	7080	20598	Europe/Brussels	50.40578	3.89603		Frameri,Frameris,Framrie,Framriye,frmwrh,Фрамери,Фрамерис,فرموره		WAL	WHT	53	53028
2798026	Fraiture	fraiture	BE	4557	0	Europe/Brussels	50.48861	5.60539		Fraiture		WAL	WLG	62	62100
2798027	Fraiture	fraiture	BE	4557	744	Europe/Brussels	50.47914	5.41875		Tinlot (Fraiture)		WAL	WLG	61	61081
2798028	Fraiture	fraiture	BE	4557	0	Europe/Brussels	50.25835	5.75237				WAL	WLX	82	82032
2798031	Fraire	fraire	BE	5650	1492	Europe/Brussels	50.26127	4.5076		Fraire		WAL	WNA	93	93088
2798034	Fraipont	fraipont	BE	4870	2046	Europe/Brussels	50.56519	5.72225		Trooz (Fraipont)		WAL	WLG	62	62122
2798044	Foy-Notre-Dame	foy-notre-dame	BE	5504	150	Europe/Brussels	50.24716	4.98986		Foy-Notre-Dame,Notre-Dame-de-Foy		WAL	WNA	91	91034
2798072	Fourbechies	fourbechies	BE	6440	124	Europe/Brussels	50.16431	4.31325		Froidchapelle (Fourbechies)		WAL	WHT	56	56029
2798079	Fouleng	fouleng	BE	7830	182	Europe/Brussels	50.61892	3.92693				WAL	WHT	55	55039
2798099	Fosses-la-Ville	fosses-la-ville	BE	5070	9062	Europe/Brussels	50.39517	4.69623		Fos la Vil,Fos-la-Vil',Fosse-la-Ville,Fosse-li-Veye,fs lwyl,fu si cheng,Фос ла Вил,Фос-ла-Виль,فس لویل,福斯城		WAL	WNA	92	92048
2798100	Fosse	fosse	BE	4980	1354	Europe/Brussels	50.34001	5.84083		Fosse,Trois-Ponts (Fosse)		WAL	WLG	63	63086
2798106	Forville	forville	BE	5380	1374	Europe/Brussels	50.57424	4.99861		Fernelmont (Forville)		WAL	WNA	92	92138
2798117	Forrières	forrieres	BE	6953	1345	Europe/Brussels	50.13132	5.28268		Forrieres,Forrières		WAL	WLX	83	83040
2798124	Forges	forges	BE	6464	1141	Europe/Brussels	50.02569	4.32765		Chimay (Forges)		WAL	WHT	56	56016
2798126	Forge-Philippe	forge-philippe	BE	6596	222	Europe/Brussels	49.96729	4.25308		Momignies (Forge-Philippe)		WAL	WHT	56	56051
2798134	Forêt	foret	BE	4870	5240	Europe/Brussels	50.58387	5.7		Foret,Forêt		WAL	WLG	62	62122
2798135	Forêt	foret	BE	4870	0	Europe/Brussels	50.46667	4.88333				WAL	WNA	92	92094
2798139	Forest	forest	BE	1190	56254	Europe/Brussels	50.81678	4.32775		Brussel (Vorst),Bruxelles (Forest),Fore,Forest,Forest-Vorst,Forest/Vorst,Vorst,foresuto,fu lei,fwrh,pole,Форе,Форест,فوره,フォレスト,福雷,포레		BRU	BRU	21	21007
2798140	Forest	forest	BE	1190	354	Europe/Brussels	50.67328	3.53601				WAL	WHT	51	51065
2798141	Forest	forest	BE	1190	0	Europe/Brussels	50.63333	4.01667				WAL	WHT	55	55040
2798145	Forchies-la-Marche	forchies-la-marche	BE	6141	5649	Europe/Brussels	50.4369	4.32115		Fontaine-l'Eveque (Forchies-la-Marche),Fontaine-l'Évêque (Forchies-la-Marche)		WAL	WHT	52	52022
2798148	Fooz	fooz	BE	4340	653	Europe/Brussels	50.67536	5.43617		Awans (Fooz)		WAL	WLG	62	62006
2798153	Fontenoy	fontenoy	BE	7643	714	Europe/Brussels	50.56756	3.47355		Fontenoy		WAL	WHT	57	57003
2798154	Fontenoy	fontenoy	BE	7643	0	Europe/Brussels	50.38102	5.29761				WAL	WLG	61	61012
2798157	Fontenoille	fontenoille	BE	6820	271	Europe/Brussels	49.71518	5.23337		Fontenoile,Fontenoille		WAL	WLX	85	85011
2798162	Fontenelle	fontenelle	BE	5650	0	Europe/Brussels	50.78868	4.66481				WAL	WBR	25	25037
2798163	Fontenelle	fontenelle	BE	5650	0	Europe/Brussels	50.70592	4.67262				WAL	WBR	25	25037
2798164	Fontenelle	fontenelle	BE	5650	0	Europe/Brussels	50.56086	4.67742				WAL	WNA	92	92142
2798165	Fontenelle	fontenelle	BE	5650	0	Europe/Brussels	50.45334	4.68842				WAL	WNA	92	92140
2798167	Fontenelle	fontenelle	BE	5650	172	Europe/Brussels	50.24797	4.38333		Fontenelle		WAL	WNA	93	93088
2798179	Fontaine-Valmont	fontaine-valmont	BE	6567	1071	Europe/Brussels	50.31994	4.21467		Fontaine-Valmont		WAL	WHT	56	56049
2798184	Fontaine-l'Évêque	fontaine-l-eveque	BE	6140	8730	Europe/Brussels	50.40907	4.32427		Fontaine-l'Eveque,Fontaine-l'Évêque		WAL	WHT	52	52022
2798246	Folx-les-Caves	folx-les-caves	BE	1350	781	Europe/Brussels	50.66118	4.93783		Folx-les-Caves		WAL	WBR	25	25120
2798257	Focant	focant	BE	5572	403	Europe/Brussels	50.13193	5.03803		Focant		WAL	WNA	91	91013
2798261	Flostoy	flostoy	BE	5370	469	Europe/Brussels	50.38946	5.18371		Flostoy		WAL	WNA	91	91064
2798268	Floriffoux	floriffoux	BE	5150	1236	Europe/Brussels	50.45242	4.77004		Floreffe (Floriffoux)		WAL	WNA	92	92045
2798272	Florenville	florenville	BE	6820	5464	Europe/Brussels	49.69983	5.3074		Floranvil,Floranvil',Floravile,Florenville,flwran wyl,fu luo lang wei er,Флоранвил,Флоранвиль,فلوران ویل,弗洛朗维尔		WAL	WLX	85	85011
2798276	Florennes	florennes	BE	5620	10723	Europe/Brussels	50.25127	4.60636		Floren,Florene,Florennes,flwrn,fu luo lei ne,Флорен,فلورن,弗洛雷讷		WAL	WNA	93	93022
2798279	Floreffe	floreffe	BE	5150	7480	Europe/Brussels	50.43452	4.7596		Floref,Florefe,Floreffe,flwrf,fu luo lei fu,Флореф,فلورف,弗洛雷夫		WAL	WNA	92	92045
2798281	Florée	floree	BE	5334	423	Europe/Brussels	50.37476	5.06907		Assesse (Floree),Assesse (Florée)		WAL	WNA	92	92006
2798286	Flône	flone	BE	4540	154	Europe/Brussels	50.5584	5.3364		Flone,Flône		WAL	WLG	61	61003
2798290	Flobecq	flobecq	BE	7880	3142	Europe/Brussels	50.73733	3.73876		Flobecq,Vloesberg		WAL	WHT	51	51019
2798297	Fleurus	fleurus	BE	6220	22080	Europe/Brussels	50.48351	4.55006		Fl'orjus,Flerus,Fleuru,Fljorjus,flwrw,fururyusu,peulloelwiseu,Флерус,Фльорюс,Флёрюс,فلورو,フルーリュス,플뢰뤼스		WAL	WHT	52	52021
2798301	Fléron	fleron	BE	4620	15994	Europe/Brussels	50.61516	5.68062		Fleron,flrwn,fu lai long,Флерон,فلرون,弗莱龙		WAL	WLG	62	62038
2798305	Flénu	flenu	BE	7012	5704	Europe/Brussels	50.43673	3.88573				WAL	WHT	53	53053
2798307	Flémalle-Haute	flemalle-haute	BE	4400	25144	Europe/Brussels	50.59994	5.44471		Flemalle (Flemalle-Haute),Flémalle (Flémalle-Haute)		WAL	WLG	62	62120
2798309	Flémalle-Grande	flemalle-grande	BE	4400	13738	Europe/Brussels	50.60906	5.47668		Flemalle (Flemalle-Grande),Flémalle (Flémalle-Grande)		WAL	WLG	62	62120
2798313	Flawinne	flawinne	BE	5020	4541	Europe/Brussels	50.45794	4.81047		Namur (Flawinne)		WAL	WNA	92	92094
2798316	Flavion	flavion	BE	5620	687	Europe/Brussels	50.2494	4.71683		Florennes (Flavion)		WAL	WNA	93	93022
2798321	Flamierge	flamierge	BE	6686	1202	Europe/Brussels	50.03324	5.60294		Bastogne (Flamierge)		WAL	WLX	82	82005
2798330	Fize-le-Marsal	fize-le-marsal	BE	4367	0	Europe/Brussels	50.70266	5.38553		Crisnee (Fize-le-Marsal),Crisnée (Fize-le-Marsal)		WAL	WLG	64	64021
2798332	Fize-Fontaine	fize-fontaine	BE	4530	814	Europe/Brussels	50.5852	5.28403		Fize-Fontaine		WAL	WLG	61	61068
2798340	Finnevaux	finnevaux	BE	5560	214	Europe/Brussels	50.15768	4.94286		Finnevaux		WAL	WNA	91	91072
2798345	Filot	filot	BE	4181	450	Europe/Brussels	50.42535	5.56736		Filot		WAL	WLG	61	61024
2798355	Fexhe-Slins	fexhe-slins	BE	4458	2354	Europe/Brussels	50.72026	5.56973		Fexhe,Fexhe-les Slins,Fexhe-lez-Slins,Juprelle (Fexhe-Slins)		WAL	WLG	62	62060
2798357	Fexhe-le-Haut-Clocher	fexhe-le-haut-clocher	BE	4347	3082	Europe/Brussels	50.6654	5.39978		Feks l'o O Kloshe,Feks-le-O-Kloshe,Fexhe-a-Hot-Cloki,Fexhe-le-Haut-Clocher,Fexhe-å-Hôt-Clokî,fei ke ze lei ao ke luo xie,fks-lw-klwshh,Фекс льо О Клоше,Фекс-ле-О-Клоше,فکس-لو-کلوشه,费克泽勒奥克洛谢		WAL	WLG	64	64025
2798363	Feschaux	feschaux	BE	5570	496	Europe/Brussels	50.15158	4.91479		Feschaux		WAL	WNA	91	91013
2798365	Ferrières	ferrieres	BE	4190	4434	Europe/Brussels	50.40157	5.61092		Ferrieres,Ferrières		WAL	WLG	61	61019
2798366	Ferrières	ferrieres	BE	4190	0	Europe/Brussels	50.08333	4.35				WAL	WHT	56	56016
2798381	Feneur	feneur	BE	4607	545	Europe/Brussels	50.70445	5.71482		Dalhem (Feneur)		WAL	WLG	62	62027
2798385	Feluy	feluy	BE	7181	2536	Europe/Brussels	50.56258	4.25098		Feluy		WAL	WHT	52	52063
2798389	Felenne	felenne	BE	5570	404	Europe/Brussels	50.06849	4.84737		Beauraing (Felenne)		WAL	WNA	91	91013
2798400	Fayt-lez-Manage	fayt-lez-manage	BE	7170	6040	Europe/Brussels	50.48698	4.22959		Fayt,Fayt-lez-Manage,Fayt-lez-Seneffe		WAL	WHT	52	52043
2798402	Fayt-le-Franc	fayt-le-franc	BE	7387	611	Europe/Brussels	50.35652	3.77501				WAL	WHT	53	53083
2798407	Fays-les-Veneurs	fays-les-veneurs	BE	6856	546	Europe/Brussels	49.86615	5.16123		Fays-les-Veneurs		WAL	WLX	84	84050
2798421	Faymonville	faymonville	BE	4950	930	Europe/Brussels	50.40316	6.14058		Waimes (Faymonville)		WAL	WLG	63	63080
2798438	Fauvillers	fauvillers	BE	6637	1952	Europe/Brussels	49.85116	5.66405		Faivie,Faiviè,Fauvillers,Foviers,Foville,fu wei lai er,fwwyh,Фовиерс,Фовилле,فوویه,福维莱尔		WAL	WLX	82	82009
2798442	Fauroeulx	fauroeulx	BE	7120	403	Europe/Brussels	50.37038	4.1052				WAL	WHT	56	56085
2798445	Faulx-Les Tombes	faulx-les-tombes	BE	5340	1779	Europe/Brussels	50.42708	5.02075		Gesves (Faulx-Les Tombes)		WAL	WNA	92	92054
2798470	Farciennes	farciennes	BE	6240	11488	Europe/Brussels	50.43006	4.54152		Farcene,Farciennes,Fars'en,Farsien,Fårcene,frsyyn,Фарсиен,Фарсьен,فرسیئن		WAL	WHT	52	52018
2798481	Familleureux	familleureux	BE	7181	989	Europe/Brussels	50.52389	4.21033		Familleureux		WAL	WHT	52	52063
2798492	Falmignoul	falmignoul	BE	5500	511	Europe/Brussels	50.2058	4.89295		Dinant (Falmignoul)		WAL	WNA	91	91034
2798494	Falmagne	falmagne	BE	5500	325	Europe/Brussels	50.19953	4.89683		Falmagne		WAL	WNA	91	91034
2798497	Fallais	fallais	BE	4260	647	Europe/Brussels	50.61003	5.17123		Fallais		WAL	WLG	64	64015
2798501	Falisolle	falisolle	BE	5060	3642	Europe/Brussels	50.41814	4.62104		Sambreville (Falisolle)		WAL	WNA	92	92137
2798508	Falaën	falaen	BE	5522	544	Europe/Brussels	50.27884	4.79382		Onhaye (Falaen),Onhaye (Falaën)		WAL	WNA	91	91103
2798512	Faimes	faimes	BE	4317	3349	Europe/Brussels	50.66252	5.26005		Faimes,Fem,fei mu,fm,fymys,Фем,فم,فیمیس,费姆		WAL	WLG	64	64076
2798519	Fagnolle	fagnolle	BE	5600	192	Europe/Brussels	50.10533	4.56602		Philippeville (Fagnolle)		WAL	WNA	93	93056
2798535	Ezemaal	ezemaal	BE	3400	471	Europe/Brussels	50.77695	5.00104		Esemael,Ezemaal		VLG	VBR	24	24059
2798539	Eynatten	eynatten	BE	4731	3817	Europe/Brussels	50.69243	6.08351		Raeren (Eynatten)		WAL	WLG	63	63061
2798542	Evrehailles	evrehailles	BE	5530	1940	Europe/Brussels	50.32037	4.91261		Yvoir (Evrehailles)		WAL	WNA	91	91141
2798544	Evregnies	evregnies	BE	7730	1123	Europe/Brussels	50.7126	3.28654		Evregnies		WAL	WHT	57	57027
2798551	Evergem	evergem	BE	9940	31615	Europe/Brussels	51.11306	3.70976		Ehvergem,Evergem,Everghem Rabot,ai fu hai mu,aywrzhm,Евергем,Эвергем,ایورژم,埃弗海姆		VLG	VOV	44	44019
2798552	Evergem	evergem	BE	9940	0	Europe/Brussels	50.85986	4.05885		Evergem,Eversem		VLG	VOV	41	41048
2798554	Evere	evere	BE	1140	41667	Europe/Brussels	50.87441	4.39905		Brussel (Evere),Bruxelles (Evere),Ehvere,Ever,Evere,ai wei lei,awr,ebeleo,evu~ere,Евер,Евере,Эвере,اور,エヴェレ,埃韦勒,에베러		BRU	BRU	21	21006
2798556	Everberg	everberg	BE	3078	4064	Europe/Brussels	50.87685	4.56983		Everberg		VLG	VBR	24	24055
2798558	Everbeek	everbeek	BE	9660	2124	Europe/Brussels	50.7626	3.80852		Everbecq,Everbeek		VLG	VOV	45	45059
2798563	Evelette	evelette	BE	5350	755	Europe/Brussels	50.41166	5.17436		Evelette		WAL	WNA	92	92097
2798568	Évegnée	evegnee	BE	4631	0	Europe/Brussels	50.64216	5.70745		Evegnee,Évegnée		WAL	WLG	62	62099
2798573	Eupen	eupen	BE	4700	18029	Europe/Brussels	50.6279	6.03647		Ehjpen,Ejpen,Epen,Epenas,Eupe,Eupen,Eypen,Neyaw,Neyåw,Ojpen,ao yi peng,awpan,oipen,Ейпен,Епен,Ойпен,Эйпен,Էյպեն,اوپان,オイペン,奥伊彭,오이펜		WAL	WLG	63	63023
2798575	Eugies	eugies	BE	7080	3160	Europe/Brussels	50.38893	3.88513				WAL	WHT	53	53028
2798578	Etterbeek	etterbeek	BE	1040	48344	Europe/Brussels	50.83272	4.38835		Brussel (Etterbeek),Bruxelles (Etterbeek),Ehtterbek,Eterbek,Etermpeek,Etterbeek,Etterbek,Ietrebecca,ai te er bei ke,aytrbyk,aytrbyyk,eteleubeikeu,eterubeku,Έτερμπεεκ,Етербек,Еттербек,Эттербек,إيتربيك,ایتربیئک,エテルベーク,埃特尔贝克,에테르베이크		BRU	BRU	21	21005
2798581	Ettelgem	ettelgem	BE	8460	1181	Europe/Brussels	51.17984	3.02919		Ettelgem,Ettelghem		VLG	VWV	35	35014
2798587	Etikhove	etikhove	BE	9680	1867	Europe/Brussels	50.81162	3.62489		Etichove,Etikhove		VLG	VOV	45	45064
2798589	Éthe	ethe	BE	6760	1857	Europe/Brussels	49.58	5.58208		Virton (Ethe),Virton (Éthe)		WAL	WLX	85	85045
2798593	Étalle	etalle	BE	6740	5228	Europe/Brussels	49.67385	5.60019		Etalle,Étalle		WAL	WLX	85	85009
2798597	Estinnes-au-Val	estinnes-au-val	BE	7120	7573	Europe/Brussels	50.41016	4.10477				WAL	WHT	56	56085
2798599	Estinnes-au-Mont	estinnes-au-mont	BE	7120	2042	Europe/Brussels	50.39692	4.09653				WAL	WHT	56	56085
2798604	Estaimpuis	estaimpuis	BE	7730	9340	Europe/Brussels	50.70485	3.26785		Ehstempjui,Estaimpuis,Estempjui,Steenput,Timpu,astmpwyy,Естемпюи,Эстемпюи,استمپویی		WAL	WHT	57	57027
2798606	Estaimbourg	estaimbourg	BE	7730	1508	Europe/Brussels	50.67998	3.30785		Estaimbourg		WAL	WHT	57	57027
2798611	Essene	essene	BE	1790	3445	Europe/Brussels	50.90163	4.13743		Esschene,Essene		VLG	VBR	23	23105
2798615	Essen	essen	BE	2910	10000	Europe/Brussels	51.46791	4.46901		Esschen	11016	VLG	VAN	11	11016
2798619	Esquelmes	esquelmes	BE	7743	75	Europe/Brussels	50.66551	3.34826		Esquelmes		WAL	WHT	57	57062
2798621	Esplechin	esplechin	BE	7502	909	Europe/Brussels	50.57358	3.30429		Esplechin		WAL	WHT	57	57081
2798636	Esneux	esneux	BE	4130	13497	Europe/Brussels	50.53596	5.56775		Ehnjo,En'o,Esneu,Esneux,Esneux vald,ai si ne,asnw,Еньо,Энё,اسنو,埃斯讷		WAL	WLG	62	62032
2798638	Esen	esen	BE	8600	3152	Europe/Brussels	51.0294	2.90189		Eesen,Eessen,Esen		VLG	VWV	32	32003
2798642	Escanaffles	escanaffles	BE	7760	1138	Europe/Brussels	50.75743	3.45294		Escanaffles		WAL	WHT	57	57018
2798649	Erwetegem	erwetegem	BE	9620	3102	Europe/Brussels	50.85547	3.81444		Erwetegem		VLG	VOV	41	41081
2798652	Ertvelde	ertvelde	BE	9940	10730	Europe/Brussels	51.17921	3.74722		Ertvelde		VLG	VOV	44	44019
2798664	Erquennes	erquennes	BE	7387	465	Europe/Brussels	50.35937	3.79114				WAL	WHT	53	53083
2798666	Erquelinnes	erquelinnes	BE	6560	9396	Europe/Brussels	50.30688	4.11129		Ehrkelin,Erkelin,Erquelinnes,arkwlyn,Еркелин,Эркелин,ارکولین		WAL	WHT	56	56022
2798668	Erps-Kwerps	erps-kwerps	BE	3071	6213	Europe/Brussels	50.90119	4.55984		Erps-Querbs,Kortenberg (Erps-Kwerps)		VLG	VBR	24	24055
2798671	Erpion	erpion	BE	6441	333	Europe/Brussels	50.21188	4.35562		Erpion		WAL	WHT	56	56029
2798674	Erpent	erpent	BE	5101	2758	Europe/Brussels	50.45116	4.90557		Namur (Erpent)		WAL	WNA	92	92094
2798678	Erpe	erpe	BE	9420	5056	Europe/Brussels	50.93565	3.97219		Erpe		VLG	VOV	41	41082
2798680	Erondegem	erondegem	BE	9420	1742	Europe/Brussels	50.94118	3.95611				VLG	VOV	41	41082
2798682	Ernonheid	ernonheid	BE	4920	344	Europe/Brussels	50.4037	5.66706		Aywaille (Ernonheid)		WAL	WLG	62	62009
2798684	Erneuville	erneuville	BE	6972	396	Europe/Brussels	50.11293	5.54951		Erneuville		WAL	WLX	83	83049
2798687	Ernage	ernage	BE	5030	1188	Europe/Brussels	50.59484	4.67588		Gembloux (Ernage)		WAL	WNA	92	92142
2798692	Ermeton-sur-Biert	ermeton-sur-biert	BE	5644	651	Europe/Brussels	50.29756	4.7194		Mettet (Ermeton-sur-Biert)		WAL	WNA	92	92087
2798698	Érezée	erezee	BE	6997	2930	Europe/Brussels	50.29292	5.55815		Ehreze,Ereze,Erezee,Erezeye,Erezée,Erezêye,ai er ze,arwzh,Érezée,Ерезе,Эрезе,اروزه,埃尔泽		WAL	WLX	83	83013
2798700	Erembodegem	erembodegem	BE	9320	12152	Europe/Brussels	50.91905	4.05041		Erembodegem		VLG	VOV	41	41002
2798703	Ere	ere	BE	7500	302	Europe/Brussels	50.58226	3.36765		Ere		WAL	WHT	57	57081
2798706	Erbisoeul	erbisoeul	BE	7050	2004	Europe/Brussels	50.51523	3.89568				WAL	WHT	53	53044
2798708	Erbaut	erbaut	BE	7050	459	Europe/Brussels	50.53262	3.88384		Erbaut		WAL	WHT	53	53044
2798711	Éprave	eprave	BE	5580	499	Europe/Brussels	50.14424	5.16014		Rochefort (Eprave),Rochefort (Éprave)		WAL	WNA	91	91114
2798714	Eppegem	eppegem	BE	1980	4597	Europe/Brussels	50.96237	4.45513		Eppeghem,Zemst (Eppegem)		VLG	VBR	23	23096
2798720	Épinois	epinois	BE	7134	1704	Europe/Brussels	50.406	4.20666		Epinois,Épinois		WAL	WHT	56	56011
2798730	Ensival	ensival	BE	4800	4690	Europe/Brussels	50.58053	5.84927		Ensival		WAL	WLG	63	63079
2798734	Énines	enines	BE	1350	656	Europe/Brussels	50.69428	4.92685		Orp-Jauche (Enines),Orp-Jauche (Énines)		WAL	WBR	25	25120
2798743	Engis	engis	BE	4480	5737	Europe/Brussels	50.58156	5.39916		Anzhi,Anzhis,Engis,Indji,ang ri,anzhy,Анжи,Анжис,آنژی,昂日		WAL	WLG	61	61080
2798747	Enghien	enghien	BE	7850	11367	Europe/Brussels	50.69375	4.03788		Angen,Angian,Edingen,Enghien,Ingui,Inguî,angyyn,Анген,Ангиан,آنگیین	55010	WAL	WHT	55	55010
2798750	Engelmanshoven	engelmanshoven	BE	3800	415	Europe/Brussels	50.77208	5.25267		Sint-Truiden (Engelmanshoven)		VLG	VLI	71	71053
2798766	Ename	ename	BE	9700	609	Europe/Brussels	50.85847	3.6366		Eename,Ename		VLG	VOV	45	45035
2798768	Emptinne	emptinne	BE	5363	987	Europe/Brussels	50.32519	5.12135		Hamois (Emptinne)		WAL	WNA	91	91059
2798776	Émines	emines	BE	5080	1650	Europe/Brussels	50.51304	4.84411		La Bruyere (Emines),La Bruyère (Émines)		WAL	WNA	92	92141
2798779	Emelgem	emelgem	BE	8870	0	Europe/Brussels	50.9238	3.23034		Emelgem,Emelghem		VLG	VWV	36	36008
2798784	Embourg	embourg	BE	4053	6124	Europe/Brussels	50.59043	5.6068		Chaudfontaine (Embourg)		WAL	WLG	62	62022
2798787	Emblem	emblem	BE	2520	3796	Europe/Brussels	51.16238	4.60485		Emblehem,Emblem		VLG	VAN	11	11035
2798796	Elversele	elversele	BE	9140	2360	Europe/Brussels	51.11806	4.14904		Elversele		VLG	VOV	46	46025
2798798	Elverdinge	elverdinge	BE	8906	1751	Europe/Brussels	50.88476	2.8171		Elverdinge,Elverdinghe		VLG	VWV	33	33011
2798804	Elst	elst	BE	9660	0	Europe/Brussels	51.06667	4.05		D'Elst,Elst		VLG	VOV	42	42028
2798805	Elst	elst	BE	9660	1157	Europe/Brussels	50.83024	3.73921		Elst		VLG	VOV	45	45059
2798806	Elst	elst	BE	9660	0	Europe/Brussels	50.76837	5.55815				VLG	VLI	73	73066
2798807	Elst	elst	BE	9660	0	Europe/Brussels	50.76974	4.88849				VLG	VBR	24	24041
2798817	Elsenborn	elsenborn	BE	4750	1965	Europe/Brussels	50.45798	6.21918		Butgenbach (Elsenborn)		WAL	WLG	63	63013
2798820	Elsegem	elsegem	BE	9790	1147	Europe/Brussels	50.8236	3.53601		Elsegem		VLG	VOV	45	45061
2798826	Élouges	elouges	BE	7370	3704	Europe/Brussels	50.40245	3.75175				WAL	WHT	53	53020
2798830	Ellikom	ellikom	BE	3670	1183	Europe/Brussels	51.12766	5.52389		Ellicum,Meeuwen-Gruitrode (Ellikom)		VLG	VLI	72	72042
2798832	Ellignies-Sainte-Anne	ellignies-sainte-anne	BE	7972	1220	Europe/Brussels	50.56176	3.6727				WAL	WHT	51	51008
2798834	Ellignies-lez-Frasnes	ellignies-lez-frasnes	BE	7910	0	Europe/Brussels	50.68034	3.60764		Ellignies,Ellignies-lez-Frasnes		WAL	WHT	51	51065
2798836	Ellezelles	ellezelles	BE	7890	5566	Europe/Brussels	50.73512	3.67985		Ehl'zel',Elezel,Ellezelles,Elzele,Elzile,Elzîle,alzl,Елезел,Эльзель,الزل		WAL	WHT	51	51017
2798839	Ellemelle	ellemelle	BE	4590	361	Europe/Brussels	50.46748	5.44339		Ellemelle		WAL	WLG	61	61048
2798842	Elingen	elingen	BE	1671	428	Europe/Brussels	50.77888	4.17089		Elingen,Elinghen		VLG	VBR	23	23064
2798844	Eliksem	eliksem	BE	3400	348	Europe/Brussels	50.78408	5.01044		Eliksem,Elixem		VLG	VBR	24	24059
2798847	Elewijt	elewijt	BE	1982	5172	Europe/Brussels	50.96043	4.49684		Elewyt,Zemst (Elewijt)		VLG	VBR	23	23096
2798850	Elene	elene	BE	9620	1838	Europe/Brussels	50.89004	3.81001		Elene		VLG	VOV	41	41081
2798852	Elen	elen	BE	3650	2604	Europe/Brussels	51.06643	5.75126		Dilsen-Stokkem (Elen),Eelen		VLG	VLI	72	72041
2798866	Eksel	eksel	BE	3941	5804	Europe/Brussels	51.15184	5.3906		Exel,Hechtel-Eksel (Eksel)		VLG	VLI	72	72038
2798868	Eksaarde	eksaarde	BE	9160	6005	Europe/Brussels	51.14876	3.96814		Eksaarde,Exaerde		VLG	VOV	46	46014
2798873	Ekeren	ekeren	BE	2180	23300	Europe/Brussels	51.28087	4.41813		Antwerpen (Ekeren),Eeckeren		VLG	VAN	11	11002
2798882	Eke	eke	BE	9810	5168	Europe/Brussels	50.95929	3.6396		Eecke,Eeke,Eke		VLG	VOV	44	44048
2798887	Eisden	eisden	BE	3630	10152	Europe/Brussels	50.98463	5.71433		Eisden,Eysden		VLG	VLI	73	73107
2798891	Eine	eine	BE	9700	1466	Europe/Brussels	50.86726	3.61815		Eine,Eyne		VLG	VOV	45	45035
2798897	Eindhout	eindhout	BE	2430	3311	Europe/Brussels	51.10385	4.9999		Eynthout,Laakdal (Eindhout)		VLG	VAN	13	13053
2798934	Eigenbilzen	eigenbilzen	BE	3740	2261	Europe/Brussels	50.87491	5.57582		Eigenbilzen,Eygenbilsen		VLG	VLI	73	73006
2798944	Ehein	ehein	BE	4120	239	Europe/Brussels	50.54573	5.4451		Neupre (Ehein),Neupré (Ehein)		WAL	WLG	62	62121
2798949	Éghezée	eghezee	BE	5310	14352	Europe/Brussels	50.59076	4.91175		Egeze,Eghezee,Eghezée,Ehgeze,Inguezeye,Inguezêye,agwzh,ai ge ze,Éghezée,Егезе,Эгезе,اگوزه,埃格泽		WAL	WNA	92	92035
2798951	Eggewaartskapelle	eggewaartskapelle	BE	8630	173	Europe/Brussels	51.04993	2.72227		Eggewaartskapelle,Eggewaertscappelle		VLG	VWV	38	38025
2798959	Egem	egem	BE	8740	1577	Europe/Brussels	51.01531	3.25853		Eegem,Eeghem,Egem		VLG	VWV	37	37011
2798973	Eernegem	eernegem	BE	8480	7040	Europe/Brussels	51.1326	3.02562		Eernegem,Eerneghem		VLG	VWV	35	35006
2798987	Eeklo	eeklo	BE	9900	19116	Europe/Brussels	51.18703	3.55654		Eecloo,Eeklo,Eekloo,Ehklo,Eklo,ai ke luo,aklw,Êeklo,Екло,Экло,اکلو,埃克洛	43	VLG	VOV	43	43005
2799003	Edelare	edelare	BE	9700	149	Europe/Brussels	50.83304	3.62786		Edelaere,Edelare		VLG	VOV	45	45035
2799007	Edegem	edegem	BE	2650	21839	Europe/Brussels	51.15662	4.44504		Edegem,Edeghem		VLG	VAN	11	11013
2799022	Écaussinnes-Lalaing	ecaussinnes-lalaing	BE	7191	1119	Europe/Brussels	50.56865	4.18398		Ecaussines-Lalaing,Ecaussinnes-Lalaing,Écaussines-Lalaing,Écaussinnes-Lalaing		WAL	WHT	55	55050
2799024	Écaussinnes-d'Enghien	ecaussinnes-d-enghien	BE	7190	9802	Europe/Brussels	50.56822	4.1658		Ecaussines-d'Enghien,Ecaussinnes-d'Enghien,Écaussines-d'Enghien,Écaussinnes-d'Enghien		WAL	WHT	55	55050
2799027	Ebly	ebly	BE	6860	759	Europe/Brussels	49.8529	5.54068		Ebly		WAL	WLX	84	84033
2799030	Eben-Emael	eben-emael	BE	4690	1657	Europe/Brussels	50.794	5.66689		Bassenge (Eben-Emael),Eben-Emaal		WAL	WLG	62	62011
2799034	Dworp	dworp	BE	1653	5470	Europe/Brussels	50.72983	4.30106		Beersel (Dworp),Tourneppe		VLG	VBR	23	23003
2799040	Durnal	durnal	BE	5530	1102	Europe/Brussels	50.33653	4.98616		Yvoir (Durnal)		WAL	WNA	91	91141
2799047	Durbuy	durbuy	BE	6940	10251	Europe/Brussels	50.35291	5.45631		Derbu,Djurbjui,Durbui,Durbuy,de~yurubyui,di er bi yi,dwileubi,dwrby,Дюрбюи,دوربی,デュルビュイ,迪尔比伊,뒤르비		WAL	WLX	83	83012
2799049	Duras	duras	BE	3803	390	Europe/Brussels	50.83453	5.14571		Duras		VLG	VLI	71	71053
2799078	Duisburg	duisburg	BE	3080	3471	Europe/Brussels	50.81584	4.55533		Duisburg,Duysbourg		VLG	VBR	24	24104
2799090	Duffel	duffel	BE	2570	16011	Europe/Brussels	51.09554	4.50903		Duffel		VLG	VAN	12	12009
2799092	Dudzele	dudzele	BE	8380	2433	Europe/Brussels	51.2737	3.22533		Dudzeele,Dudzele		VLG	VWV	31	31005
2799108	Drongen	drongen	BE	9031	13016	Europe/Brussels	51.05067	3.65649		Drongen,Tronchiennes		VLG	VOV	44	44021
2799114	Drogenbos	drogenbos	BE	1620	4843	Europe/Brussels	50.78733	4.31471		Drogenbos,Drogenbosch,Droogenbosch,de luo heng bo si,drwzhanbw,Дрогенбос,دروژانبو,德罗亨博斯		VLG	VBR	23	23098
2799133	Drieslinter	drieslinter	BE	3350	1559	Europe/Brussels	50.84573	5.05045		Linter (Drieslinter)		VLG	VBR	24	24133
2799212	Dréhance	drehance	BE	5500	422	Europe/Brussels	50.2371	4.94393		Dinant (Drehance),Dinant (Dréhance)		WAL	WNA	91	91034
2799216	Dranouter	dranouter	BE	8951	656	Europe/Brussels	50.76602	2.7839		Dranouter,Dranoutre		VLG	VWV	33	33039
2799224	Dourbes	dourbes	BE	5670	361	Europe/Brussels	50.09043	4.59119		Dourbes		WAL	WNA	93	93090
2799226	Dour	dour	BE	7370	16861	Europe/Brussels	50.39583	3.77792		Dou,Doû,Dur,du er,dwr,Дур,دور,杜尔		WAL	WHT	53	53020
2799230	Dottignies	dottignies	BE	7711	8299	Europe/Brussels	50.73333	3.3		Dottenijs,Dottignies		WAL	WHT	54	54007
2799255	Dormaal	dormaal	BE	3440	0	Europe/Brussels	50.93333	5.31667		Dormaal,Dormael		VLG	VLI	71	71022
2799256	Dormaal	dormaal	BE	3440	761	Europe/Brussels	50.80778	5.09903		Dormael,Zoutleeuw (Dormaal)		VLG	VBR	24	24130
2799258	Dorinne	dorinne	BE	5530	525	Europe/Brussels	50.31533	4.97603		Yvoir (Dorinne)		WAL	WNA	91	91141
2799294	Donstiennes	donstiennes	BE	6536	233	Europe/Brussels	50.28556	4.31165		Donstiennes		WAL	WHT	56	56078
2799298	Roosdaal	roosdaal	BE	1760	0	Europe/Brussels	50.83333	4.08333				VLG	VBR	23	23097
2799304	Donk	donk	BE	3540	0	Europe/Brussels	51.25257	4.5098				VLG	VAN	11	11040
2799305	Donk	donk	BE	3540	0	Europe/Brussels	51.21615	5.11013		Donck,Donk		VLG	VAN	13	13025
2799306	Donk	donk	BE	3540	0	Europe/Brussels	51.21119	3.38476		Donck,Donk		VLG	VOV	43	43010
2799307	Donk	donk	BE	3540	0	Europe/Brussels	51.13714	4.54296				VLG	VAN	12	12021
2799308	Donk	donk	BE	3540	0	Europe/Brussels	51.04366	3.98225		Donck,Donk,Maldegem		VLG	VOV	42	42003
2799309	Donk	donk	BE	3540	0	Europe/Brussels	50.98432	5.3548		Donck,Donk		VLG	VLI	71	71066
2799310	Donk	donk	BE	3540	1793	Europe/Brussels	50.93882	5.13719		Donck,Donk		VLG	VLI	71	71024
2799312	Dongelberg	dongelberg	BE	1370	597	Europe/Brussels	50.70342	4.81995		Jodoigne (Dongelberg)		WAL	WBR	25	25048
2799317	Donceel	donceel	BE	4357	2712	Europe/Brussels	50.64827	5.32		Donceel		WAL	WLG	64	64023
2799325	Dolembreux	dolembreux	BE	4140	1621	Europe/Brussels	50.53763	5.62556	250	Sprimont (Dolembreux)		WAL	WLG	62	62100
2799328	Doische	doische	BE	5680	2739	Europe/Brussels	50.13356	4.73545		Doash,Doische,Duash,Dweche,du wa shen,dwash,Доаш,Дуаш,دوآش,杜瓦什		WAL	WNA	93	93018
2799331	Dohan	dohan	BE	6836	185	Europe/Brussels	49.79577	5.14163		Dohan		WAL	WLX	84	84010
2799338	Doel	doel	BE	9130	110	Europe/Brussels	51.311	4.26417		Doel		VLG	VOV	46	46003
2799343	Dochamps	dochamps	BE	6960	558	Europe/Brussels	50.23437	5.62287		Dochamps		WAL	WLX	83	83055
2799347	Dison	dison	BE	4820	13642	Europe/Brussels	50.61004	5.8534		Dison		WAL	WLG	63	63020
2799353	Dion	dion	BE	5570	494	Europe/Brussels	50.11783	4.889		Beauraing (Dion)		WAL	WNA	91	91013
2799357	Dinant	dinant	BE	5500	12875	Europe/Brussels	50.25807	4.91166		Dinan,Dinant,Dionantum,di nan,dinan,dinang,dynan,dynant,Динан,Дінан,דינאן,دينانت,دینان,ディナン,迪南,디낭		WAL	WNA	91	91034
2799362	Dilsen	dilsen	BE	3650	6099	Europe/Brussels	51.03718	5.72096		Dilsen		VLG	VLI	72	72041
2799973	Croix-lez-Rouveroy	croix-lez-rouveroy	BE	7120	200	Europe/Brussels	50.36068	4.07816				WAL	WHT	56	56085
2799365	Dilbeek	dilbeek	BE	1700	39482	Europe/Brussels	50.84799	4.25972		Dilbeek,Dilbek,Zibbeek,di er bei ke,dilbek,dylbyk,Дилбек,دیلبئک,迪尔贝克		VLG	VBR	23	23016
2799369	Diksmuide	diksmuide	BE	8600	15515	Europe/Brussels	51.03248	2.86384		Diksmude,Diksmuide,Dixmude,Dixmuide,Dixmuiden	32	VLG	VWV	32	32003
2799372	Dikkelvenne	dikkelvenne	BE	9890	2302	Europe/Brussels	50.91927	3.69507		Dickelvenne,Dikkelvenne		VLG	VOV	44	44020
2799374	Dikkele	dikkele	BE	9630	175	Europe/Brussels	50.90474	3.74035		Dickele,Dikkele		VLG	VOV	45	45065
2799379	Dikkebus	dikkebus	BE	8900	1489	Europe/Brussels	50.82131	2.82873		Dickebusch,Dikkebus,Dikkebusch		VLG	VWV	33	33011
2799395	Diets-Heur	diets-heur	BE	3700	279	Europe/Brussels	50.74536	5.48323		Diets-Heur,Dietsch-Heur,Heur-le-Tiexhe		VLG	VLI	73	73083
2799397	Diest	diest	BE	3290	22516	Europe/Brussels	50.98923	5.05062		Diest,Dijst,Distas,di si te,dist,dyh,Дийст,دیه,ดีสต์,迪斯特		VLG	VBR	24	24020
2799412	Diepenbeek	diepenbeek	BE	3590	17699	Europe/Brussels	50.90769	5.41875				VLG	VLI	71	71011
2799416	Diegem	diegem	BE	1831	5001	Europe/Brussels	50.89727	4.43354		Dieghem,Machelen (Diegem)		VLG	VBR	23	23047
2799422	Dhuy	dhuy	BE	5310	1383	Europe/Brussels	50.55936	4.85922				WAL	WNA	92	92035
2799478	Deurne	deurne	BE	2100	78747	Europe/Brussels	51.22134	4.46595		Deurne		VLG	VAN	11	11002
2799479	Deurne	deurne	BE	2100	2182	Europe/Brussels	51.03907	5.09654		Diest (Deurne)		VLG	VBR	24	24020
2799482	Deurle	deurle	BE	9831	2454	Europe/Brussels	51.00411	3.61475		Deurle		VLG	VOV	44	44064
2799494	Desteldonk	desteldonk	BE	9042	1046	Europe/Brussels	51.12193	3.78705		Desteldonck,Desteldonk		VLG	VOV	44	44021
2799496	Destelbergen	destelbergen	BE	9070	16853	Europe/Brussels	51.05952	3.79899		Destelbergen,dai si te er bei heng,dtlbrzhan,Дестелберген,دتلبرژان,代斯特尔贝亨		VLG	VOV	44	44013
2799509	Desselgem	desselgem	BE	8792	5234	Europe/Brussels	50.88611	3.35958		Desselgem,Desselghem		VLG	VWV	34	34040
2799511	Dessel	dessel	BE	2480	2553	Europe/Brussels	51.23855	5.11448		Desschel,Dessel	13006	VLG	VAN	13	13006
2799547	Dergneau	dergneau	BE	7912	1031	Europe/Brussels	50.71399	3.58004		Dergneau		WAL	WHT	51	51065
2799570	De Pinte	de-pinte	BE	9840	10020	Europe/Brussels	50.99339	3.64747		De Pinte,La Pinte,de ping te,dw pnt,Де Пинте,دو پنت,德平特		VLG	VOV	44	44012
2799577	De Panne	de-panne	BE	8660	9799	Europe/Brussels	51.09793	2.59368		De Panne,La Panne,Panne		VLG	VWV	38	38008
2799586	Dentergem	dentergem	BE	8720	2600	Europe/Brussels	50.96429	3.41617		Dentergem,Denterghem,Denterhem	37002	VLG	VWV	37	37002
2799636	Denée	denee	BE	5537	716	Europe/Brussels	50.31889	4.75202		Anhee (Denee),Anhée (Denée)		WAL	WNA	91	91005
2799642	Denderwindeke	denderwindeke	BE	9400	3861	Europe/Brussels	50.79731	4.02512		Denderwindeke		VLG	VOV	41	41048
2799645	Dendermonde	dendermonde	BE	9200	43055	Europe/Brussels	51.02869	4.10106		Dendermonde,Teneramonda,Termonde,dandrmwnd,dendeleumondeo,dendermonde,denderumonde,deng de er meng de,dndrmwndh,Дендермонде,דנדרמונדה,داندرموند,デンデルモンデ,登德尔蒙德,덴데르몬더	42	VLG	VOV	42	42006
2799647	Denderleeuw	denderleeuw	BE	9470	16969	Europe/Brussels	50.88506	4.07601		Denderleeuw		VLG	VOV	41	41011
2799649	Denderhoutem	denderhoutem	BE	9450	6000	Europe/Brussels	50.87234	4.01821		Denderhautem,Denderhoutem		VLG	VOV	41	41024
2799652	Denderbelle	denderbelle	BE	9280	2142	Europe/Brussels	51.00139	4.09069		Denderbelle		VLG	VOV	42	42011
2799679	De Moeren	de-moeren	BE	8630	113	Europe/Brussels	51.04372	2.59971		De Moeren,Moere,Moeres		VLG	VWV	38	38025
2799728	De Klinge	de-klinge	BE	9170	3796	Europe/Brussels	51.25627	4.09041		De Klinge,La Clinge		VLG	VOV	46	46020
2799746	Deinze	deinze	BE	9800	29815	Europe/Brussels	50.98175	3.53096		Dajnze,Deinze,Dejnze,Deynze,dai yin ze,dnz,Дайнзе,Дейнзе,دنز,代因泽		VLG	VOV	44	44083
2799779	De Haan	de-haan	BE	8420	11766	Europe/Brussels	51.27261	3.03446		D'n Aone,D'n Oane,De Haan,Den Haan,Le Coq		VLG	VWV	35	35029
2799780	De Haan	de-haan	BE	8420	0	Europe/Brussels	50.99485	4.24441				VLG	VBR	23	23045
2799792	Deftinge	deftinge	BE	9570	1775	Europe/Brussels	50.78656	3.83978		Deftinge		VLG	VOV	45	45063
2799797	Deerlijk	deerlijk	BE	8540	11292	Europe/Brussels	50.85337	3.35416		Deerlijk,Deerlyck		VLG	VWV	34	34009
2799851	Daverdisse	daverdisse	BE	6929	1299	Europe/Brussels	50.02161	5.11811		Dav'ordis,Davdisse,Daverdis,Daverdisse,Dåvdisse,da fu er di si,dwrdys,Давердис,Давьордис,دوردیس,达弗尔迪斯		WAL	WLX	84	84016
2799855	Dave	dave	BE	5100	1503	Europe/Brussels	50.4147	4.88789		Namur (Dave)		WAL	WNA	92	92094
2799858	Daussoulx	daussoulx	BE	5020	469	Europe/Brussels	50.51828	4.88797		Namur (Daussoulx)		WAL	WNA	92	92094
2799860	Daussois	daussois	BE	5630	568	Europe/Brussels	50.2192	4.45684		Cerfontaine (Daussois)		WAL	WNA	93	93010
2799869	Darion	darion	BE	4253	179	Europe/Brussels	50.66497	5.18675		Geer (Darion)		WAL	WLG	64	64029
2799880	Dampremy	dampremy	BE	6020	6716	Europe/Brussels	50.41705	4.43092		Charleroi (Dampremy)		WAL	WHT	52	52011
2799882	Dampicourt	dampicourt	BE	6767	759	Europe/Brussels	49.55426	5.4983		Dampicourt		WAL	WLX	85	85047
2799885	Damme	damme	BE	8340	10924	Europe/Brussels	51.25147	3.28144		Damme,Dammum,Damovilla,Damville,da mo,dame,dameo,danme,dm,Даме,Дамме,دم,ダンメ,达默,다머		VLG	VWV	31	31006
2799897	Dalhem	dalhem	BE	4607	6391	Europe/Brussels	50.71315	5.72774		Dalem,Dalhem,da lei mu,dlm,Далем,دلم,达雷姆		WAL	WLG	62	62027
2799901	Daknam	daknam	BE	9160	915	Europe/Brussels	51.12583	3.9824		Dacknam,Daknam		VLG	VOV	46	46014
2799904	Dailly	dailly	BE	5660	308	Europe/Brussels	50.0577	4.43592		Dailly		WAL	WNA	93	93014
2799908	Dadizele	dadizele	BE	8890	3794	Europe/Brussels	50.85138	3.09468		Dadizeele,Dadizele		VLG	VWV	36	36012
2799922	Custinne	custinne	BE	5562	296	Europe/Brussels	50.21059	5.04886		Custinne		WAL	WNA	91	91072
2799942	Cul-des-Sarts	cul-des-sarts	BE	5660	1100	Europe/Brussels	49.96248	4.45427		Couvin (Cul-des-Sarts)		WAL	WNA	93	93014
2799945	Cugnon	cugnon	BE	6880	349	Europe/Brussels	49.80224	5.20269		Cugnon		WAL	WLX	84	84009
2799947	Cuesmes	cuesmes	BE	7033	9992	Europe/Brussels	50.43624	3.92323		Cweme,kuu~emu,クウェム		WAL	WHT	53	53053
2799951	Crupet	crupet	BE	5332	523	Europe/Brussels	50.34957	4.96127		Assesse (Crupet)		WAL	WNA	92	92006
2799963	Crombach	crombach	BE	4784	2480	Europe/Brussels	50.26	6.0675		Crombach,Grombac,Krombach		WAL	WLG	63	63067
2799997	Crisnée	crisnee	BE	4367	2587	Europe/Brussels	50.71703	5.39802		Gerstekaove,Krisne,ke li si nei,kryznh,Крисне,کریزنه,克利斯内		WAL	WLG	64	64021
2800012	Crehen	crehen	BE	4280	833	Europe/Brussels	50.65978	5.06329		Crehen		WAL	WLG	64	64034
2800015	Cras-Avernas	cras-avernas	BE	4280	606	Europe/Brussels	50.69678	5.12392		Hannut (Cras-Avernas)		WAL	WLG	64	64034
2800025	Couvin	couvin	BE	5660	13518	Europe/Brussels	50.05284	4.49495		Couven,Couvin,Couvén,Kuven,ku wan,kubaeng,kuvu~an,kwwn,Кувен,کوون,クーヴァン,库万,쿠뱅		WAL	WNA	93	93014
2800030	Couture-Saint-Germain	couture-saint-germain	BE	1380	1396	Europe/Brussels	50.67484	4.47255		Lasne (Couture-Saint-Germain)		WAL	WBR	25	25119
2800034	Coutisse	coutisse	BE	5300	957	Europe/Brussels	50.46297	5.1168		Andenne (Coutisse)		WAL	WNA	92	92003
2800036	Couthuin	couthuin	BE	4218	2826	Europe/Brussels	50.5316	5.12323		Heron (Couthuin),Héron (Couthuin)		WAL	WLG	61	61028
2800042	Court-Saint-Étienne	court-saint-etienne	BE	1490	9353	Europe/Brussels	50.63378	4.56851		Cou-Sint-Stiene,Court-Saint-Etienne,Court-Saint-Étienne,Coû-Sint-Stiene,Kur Sent Etien,ku er-sheng ai di an,kwr-sn-atyn,Кур Сент Етиен,کور-سن-اتین,库尔－圣艾蒂安		WAL	WBR	25	25023
2800050	Cour-sur-Heure	cour-sur-heure	BE	6120	719	Europe/Brussels	50.30124	4.38921		Ham-sur-Heure-Nalinnes (Cour-sur-Heure)		WAL	WHT	56	56086
2800056	Courrière	courriere	BE	5336	1496	Europe/Brussels	50.38023	4.98608		Assesse (Courriere),Assesse (Courrière)		WAL	WNA	92	92006
2800063	Courcelles	courcelles	BE	6180	29473	Europe/Brussels	50.46379	4.3747		Courcele,Courcelles,Curticellae,Kursel,Kursel',kwrsl,kwrsyl,Курсел,Курсель,كورسيل,کورسل		WAL	WHT	52	52015
2800073	Couillet	couillet	BE	6010	11365	Europe/Brussels	50.39139	4.45908		Charleroi (Couillet)		WAL	WHT	52	52011
2800091	Cortil-Wodon	cortil-wodon	BE	5380	930	Europe/Brussels	50.56804	4.95712		Cortil-Wodon		WAL	WNA	92	92138
2800093	Cortil-Noirmont	cortil-noirmont	BE	1450	1893	Europe/Brussels	50.58111	4.64344		Chastre (Cortil-Noirmont)		WAL	WBR	25	25117
2800097	Corswarem	corswarem	BE	4257	1088	Europe/Brussels	50.71097	5.2137		Berloz (Corswarem),Corswaren,Korsworm		WAL	WLG	64	64008
2800100	Corroy-le-Grand	corroy-le-grand	BE	1325	1908	Europe/Brussels	50.66306	4.674		Chaumont-Gistoux (Corroy-le-Grand)		WAL	WBR	25	25018
2800102	Corroy-le-Château	corroy-le-chateau	BE	5032	1315	Europe/Brussels	50.53896	4.66284		Gembloux (Corroy-le-Chateau),Gembloux (Corroy-le-Château)		WAL	WNA	92	92142
2800115	Cornimont	cornimont	BE	5555	32	Europe/Brussels	49.86373	4.99813		Cornimont		WAL	WNA	91	91015
2800124	Cornesse	cornesse	BE	4860	598	Europe/Brussels	50.57272	5.79615		Pepinster (Cornesse)		WAL	WLG	63	63058
2800137	Corenne	corenne	BE	5620	288	Europe/Brussels	50.25213	4.67822		Corenne		WAL	WNA	93	93022
2800140	Cordes	cordes	BE	7910	179	Europe/Brussels	50.68887	3.53137		Cordes		WAL	WHT	51	51065
2800143	Corbion	corbion	BE	6838	0	Europe/Brussels	50.25836	5.09884				WAL	WNA	91	91030
2800144	Corbion	corbion	BE	6838	567	Europe/Brussels	49.79767	5.00745		Corbillon,Corbion,Corbion-sur-Semois,Corbulon		WAL	WLX	84	84010
2800150	Corbais	corbais	BE	1435	1373	Europe/Brussels	50.64609	4.65589		Mont-Saint-Guibert (Corbais)		WAL	WBR	25	25068
2800171	Conneux	conneux	BE	5590	283	Europe/Brussels	50.25039	5.06006		Ciney (Conneux)		WAL	WNA	91	91030
2800195	Comines	comines	BE	7780	7899	Europe/Brussels	50.7754	3.00119		Comines,Komen		WAL	WHT	54	54010
2800201	Comblain-la-Tour	comblain-la-tour	BE	4180	0	Europe/Brussels	50.45341	5.56912		Hamoir (Comblain-la-Tour)		WAL	WLG	61	61024
2800202	Comblain-Fairon	comblain-fairon	BE	4180	1738	Europe/Brussels	50.4462	5.5449		Comblain-Fairon		WAL	WLG	61	61024
2800204	Comblain-au-Pont	comblain-au-pont	BE	4170	5308	Europe/Brussels	50.47488	5.57711		Comblain,Comblin-a-Pont,Comblin-å-Pont,Komblen o Pon,Komblen-o-Pon,Komblenx,kong bu lan ou peng,kwmbln-aw-pwn,Комблен о Пон,Комблен-о-Пон,کومبلن-او-پون,孔布兰欧蓬		WAL	WLG	62	62026
2800215	Kolmont	kolmont	BE	3700	0	Europe/Brussels	50.8042	5.42447		Tongeren (Kolmont)		VLG	VLI	73	73083
2800220	Colfontaine	colfontaine	BE	7340	19964	Europe/Brussels	50.4141	3.85569		Colfontinne,Kol'fonten,Kolfonten,kwlfwntn,Колфонтен,Кольфонтен,کولفونتن		WAL	WHT	53	53082
2800229	Cognelée	cognelee	BE	5022	674	Europe/Brussels	50.51452	4.90746		Namur (Cognelee),Namur (Cognelée)		WAL	WNA	92	92094
2800254	Clermont	clermont	BE	4890	2439	Europe/Brussels	50.65926	5.88455		Thimister-Clermont (Clermont)		WAL	WLG	63	63089
2800255	Clermont-sous-Huy	clermont-sous-huy	BE	4480	1075	Europe/Brussels	50.56961	5.39231		Engis (Clermont-sous-Huy)		WAL	WLG	61	61080
2800256	Clermont	clermont	BE	4890	779	Europe/Brussels	50.26079	4.31717		Clermont		WAL	WNA	93	93088
2800257	Clermont	clermont	BE	4890	0	Europe/Brussels	50.15802	5.90952				WAL	WLX	82	82037
2800269	Clavier	clavier	BE	4560	4092	Europe/Brussels	50.40069	5.35154		Clavier		WAL	WLG	61	61012
2800286	Clabecq	clabecq	BE	1480	4782	Europe/Brussels	50.69245	4.2215		Klabbeek,Tubize (Clabecq)		WAL	WBR	25	25105
2800290	Ciply	ciply	BE	7024	750	Europe/Brussels	50.41875	3.94418				WAL	WHT	53	53053
2800292	Ciplet	ciplet	BE	4260	1142	Europe/Brussels	50.61756	5.09027		Braives (Ciplet)		WAL	WLG	64	64015
2800298	Ciney	ciney	BE	5590	14830	Europe/Brussels	50.29449	5.10015		Cine,Ciney,Cînè,Sine,shinei,sine,synh,xi nei,Сине,سینه,シネイ,西内,시네		WAL	WNA	91	91030
2800301	Ciergnon	ciergnon	BE	5560	311	Europe/Brussels	50.16772	5.09062		Houyet (Ciergnon)		WAL	WNA	91	91072
2800313	Chokier	chokier	BE	4400	6	Europe/Brussels	50.59163	5.44167		Flemalle (Chokier),Flémalle (Chokier)		WAL	WLG	62	62120
2800320	Chiny	chiny	BE	6810	4897	Europe/Brussels	49.73833	5.34104		Chiny,Gmin Chiny,Shini,Tchini,shyny,Шини,شینی		WAL	WLX	85	85007
2800325	Chimay	chimay	BE	6460	9720	Europe/Brussels	50.04856	4.31712		Chimai,Chimay,Shime,shimei,shymh,sime,xi mai,Шиме,شیمه,シメイ,希迈,시메		WAL	WHT	56	56016
2800328	Chièvres	chievres	BE	7950	6045	Europe/Brussels	50.58787	3.80711		Chieve,Sh'evr,Shievur,shywr,Шиевър,Шьевр,شیور		WAL	WHT	51	51014
2800333	Chevron	chevron	BE	4987	763	Europe/Brussels	50.38072	5.73143		Stoumont (Chevron)		WAL	WLG	63	63075
2800338	Chevetogne	chevetogne	BE	5590	591	Europe/Brussels	50.224	5.12064		Chevetogne,Shevton',Шевтонь		WAL	WNA	91	91030
2800360	Chercq	chercq	BE	7521	970	Europe/Brussels	50.58843	3.42118		Chercq		WAL	WHT	57	57081
2800363	Cheratte	cheratte	BE	4602	4689	Europe/Brussels	50.68237	5.66955		Vise (Cheratte),Visé (Cheratte)		WAL	WLG	62	62108
2800365	Cherain	cherain	BE	6673	745	Europe/Brussels	50.17996	5.86521		Cherain		WAL	WLX	82	82037
2800395	Chênée	chenee	BE	4032	9163	Europe/Brussels	50.612	5.6141		Liege (Chenee),Liège (Chênée)		WAL	WLG	62	62063
2800423	Chaussée-Notre-Dame-Louvignies	chaussee-notre-dame-louvignies	BE	7063	870	Europe/Brussels	50.59185	3.99799				WAL	WHT	55	55040
2800430	Chaumont-Gistoux	chaumont-gistoux	BE	1325	10943	Europe/Brussels	50.67753	4.7212		Chaumont,Chaumont-Gistoux,Shomon-Zhistu,Tchamont-Djistou,Tchåmont-Djistou,shao meng-ji si tu,shwmwn-zhystw,Шомон-Жисту,شومون-ژیستو,绍蒙－吉斯图		WAL	WBR	25	25018
2800438	Chaudfontaine	chaudfontaine	BE	4050	20960	Europe/Brussels	50.5828	5.6341		Chaudfontaine,Shofonten,Tchofontinne,Tchôfontinne,shao de fang dan,shwfwntn,Шофонтен,شوفونتن,绍德方丹		WAL	WLG	62	62022
2800443	Châtillon	chatillon	BE	6747	905	Europe/Brussels	49.62364	5.69837		Chatillon,Châtillon		WAL	WLX	85	85034
2800445	Châtelineau	chatelineau	BE	6200	17166	Europe/Brussels	50.41499	4.52016		Chatelineau,Châtelineau		WAL	WHT	52	52012
2800448	Châtelet	chatelet	BE	6200	35238	Europe/Brussels	50.40338	4.52826		Castellarium,Chatelet,Châtelet,Shatle,Tcheslet,shtlh,Шатле,شتله		WAL	WHT	52	52012
2800457	Chastre-Villeroux-Blanmont	chastre-villeroux-blanmont	BE	1450	6243	Europe/Brussels	50.60857	4.64198		Chastre (Chastre-Villeroux-Blanmont)		WAL	WBR	25	25117
2800459	Chastrès	chastres	BE	5650	762	Europe/Brussels	50.26696	4.45478		Walcourt (Chastres),Walcourt (Chastrès)		WAL	WNA	93	93088
2800462	Chassepierre	chassepierre	BE	6824	440	Europe/Brussels	49.70734	5.26175		Chassepierre		WAL	WLX	85	85011
2800469	Charneux	charneux	BE	4654	1600	Europe/Brussels	50.66938	5.80493		Charneux		WAL	WLG	63	63035
2800470	Charneux	charneux	BE	4654	0	Europe/Brussels	50.54709	5.95459				WAL	WLG	63	63038
2800471	Charneux	charneux	BE	4654	0	Europe/Brussels	50.18287	5.37642				WAL	WLX	83	83040
2800481	Charleroi	charleroi	BE	6000	200132	Europe/Brussels	50.41136	4.44448		Carleroe,Carleroé,Caroloregium,Charleroi,Sarleroua,Sarlerua,Sarlrua,Sharleroa,Sharlerua,Sharlroa,Tchalerwe,Tchålerwè,char lex raw,charlyrwyy,sha lei luo wa,sharlerua,sharlrwa,sharlwrwa,sharururowa,syaleullua,Šarlerua,Šarlruā,Σαρλερουά,Шарлероа,Шарлеруа,Шарлроа,Շառլեռուա,שרלרואה,شارلروآ,شارلوروا,چارلیروئی,ชาร์เลอรัว,შარლერუა,シャルルロワ,沙勒罗瓦,샤를루아		WAL	WHT	52	52011
2800488	Chapon-Seraing	chapon-seraing	BE	4537	736	Europe/Brussels	50.60884	5.26915		Verlaine (Chapon-Seraing)		WAL	WLG	61	61063
2800497	Lasne-Chapelle-Saint-Lambert	lasne-chapelle-saint-lambert	BE	1380	4289	Europe/Brussels	50.69298	4.50105		Lasne (Lasne-Chapelle-Saint-Lambert)		WAL	WBR	25	25119
2800500	Chapelle-lez-Herlaimont	chapelle-lez-herlaimont	BE	7160	14353	Europe/Brussels	50.4713	4.28227		Chapelle-lez-Herlaimont,Shapel lez Erlemon,Shapel'-lez-Ehrlemon,shpl-lh-arlmwn,Шапел лез Ерлемон,Шапель-лез-Эрлемон,شپل-له-ارلمون		WAL	WHT	52	52010
2800502	Chapelle-à-Wattines	chapelle-a-wattines	BE	7903	893	Europe/Brussels	50.61255	3.65476				WAL	WHT	57	57094
2800505	Chapelle-à-Oie	chapelle-a-oie	BE	7903	364	Europe/Brussels	50.5961	3.67167				WAL	WHT	57	57094
2800517	Chantemelle	chantemelle	BE	6742	485	Europe/Brussels	49.65274	5.65229		Etalle (Chantemelle),Étalle (Chantemelle)		WAL	WLX	85	85009
2800523	Chanly	chanly	BE	6921	558	Europe/Brussels	50.0797	5.15294		Chanly		WAL	WLX	84	84075
2800537	Champlon	champlon	BE	6971	1148	Europe/Brussels	50.10819	5.50192				WAL	WLX	83	83049
2800541	Champion	champion	BE	5020	5031	Europe/Brussels	50.4953	4.90385		Namur (Champion)		WAL	WNA	92	92094
2800542	Champion	champion	BE	5020	0	Europe/Brussels	50.34908	5.11466				WAL	WNA	91	91059
2800572	Chairière	chairiere	BE	5550	145	Europe/Brussels	49.86261	4.95161		Chairiere,Chairière		WAL	WNA	91	91143
2800575	Chaineux	chaineux	BE	4650	1465	Europe/Brussels	50.63183	5.83478		Chaineux		WAL	WLG	63	63035
2800584	Céroux-Mousty	ceroux-mousty	BE	1341	5397	Europe/Brussels	50.66089	4.5207		Ottignies-Louvain-la-Neuve (Ceroux-Mousty),Ottignies-Louvain-la-Neuve (Céroux-Mousty)		WAL	WBR	25	25121
2800590	Cerfontaine	cerfontaine	BE	5630	0	Europe/Brussels	50.49874	3.57502				WAL	WHT	57	57064
2800591	Cerfontaine	cerfontaine	BE	5630	4500	Europe/Brussels	50.17047	4.41028		Cerfontaine		WAL	WNA	93	93010
2800593	Cerexhe-Heuseux	cerexhe-heuseux	BE	4632	1189	Europe/Brussels	50.65409	5.72602		Cerexhe,Soumagne (Cerexhe-Heuseux)		WAL	WLG	62	62099
2800605	Celles	celles	BE	4317	675	Europe/Brussels	50.71229	3.45733		Celles		WAL	WHT	57	57018
2800606	Celles	celles	BE	4317	1245	Europe/Brussels	50.65441	5.24666		Faimes (Celles)		WAL	WLG	64	64076
2800607	Celles	celles	BE	4317	721	Europe/Brussels	50.23046	5.00659		Houyet (Celles)		WAL	WNA	91	91072
2800624	Castillon	castillon	BE	5650	0	Europe/Brussels	50.66029	3.81363				WAL	WHT	51	51004
2800625	Castillon	castillon	BE	5650	378	Europe/Brussels	50.24715	4.35359		Walcourt (Castillon)		WAL	WNA	93	93088
2800629	Casteau	casteau	BE	7061	2989	Europe/Brussels	50.51233	4.01121				WAL	WHT	55	55040
2800637	Carnières	carnieres	BE	7141	8087	Europe/Brussels	50.44428	4.25509		Carnieres,Carnières		WAL	WHT	56	56087
2800645	Carlsbourg	carlsbourg	BE	6850	932	Europe/Brussels	49.89499	5.081		Carlsbourg		WAL	WLX	84	84050
2800662	Cambron-Saint-Vincent	cambron-saint-vincent	BE	7870	1010	Europe/Brussels	50.58493	3.92186				WAL	WHT	53	53046
2800665	Cambron-Casteau	cambron-casteau	BE	7940	337	Europe/Brussels	50.59108	3.88229				WAL	WHT	51	51012
2800672	Calonne	calonne	BE	7642	669	Europe/Brussels	50.57766	3.43512		Calonne		WAL	WHT	57	57003
2800675	Callenelle	callenelle	BE	7604	620	Europe/Brussels	50.5304	3.52266				WAL	WHT	57	57064
2800695	Buzet	buzet	BE	6230	1729	Europe/Brussels	50.54038	4.36998		Pont-a-Celles (Buzet),Pont-à-Celles (Buzet)		WAL	WHT	52	52055
2800696	Buzet	buzet	BE	6230	0	Europe/Brussels	50.41969	4.77277				WAL	WNA	92	92045
2800698	Buzenol	buzenol	BE	6743	335	Europe/Brussels	49.64387	5.59468		Buzenel,Buzenol		WAL	WLX	85	85009
2800701	Buvrinnes	buvrinnes	BE	7133	1955	Europe/Brussels	50.38873	4.2054		Buvrinnes		WAL	WHT	56	56011
2800703	Buvingen	buvingen	BE	3891	370	Europe/Brussels	50.75264	5.17687		Buvingen		VLG	VLI	71	71017
2800711	Butgenbach	butgenbach	BE	4750	5516	Europe/Brussels	50.42689	6.20504		Buetgenbach,Bütgenbach		WAL	WLG	63	63013
2800728	Bury	bury	BE	7602	679	Europe/Brussels	50.54278	3.5939				WAL	WHT	57	57064
2800732	Burst	burst	BE	9420	2987	Europe/Brussels	50.91497	3.91636		Burst		VLG	VOV	41	41082
2800758	Bure	bure	BE	6927	635	Europe/Brussels	50.08895	5.26008		Bure		WAL	WLX	84	84068
2800761	Burdinne	burdinne	BE	4210	2799	Europe/Brussels	50.58454	5.07663		Bjurdin,Bjurdinn,Burdinne,bi er di ne,bwrdyn,Бюрдин,Бюрдинн,بوردین,比尔迪讷		WAL	WLG	61	61010
2800765	Burcht	burcht	BE	2070	7494	Europe/Brussels	51.20393	4.34286		Burght,Zwijndrecht (Burcht)		VLG	VAN	11	11056
2800769	Bunsbeek	bunsbeek	BE	3380	1763	Europe/Brussels	50.84172	4.94522		Glabbeek-Zuurbemde (Bunsbeek)		VLG	VBR	24	24137
2800778	Bulskamp	bulskamp	BE	8630	652	Europe/Brussels	51.04229	2.64943		Bulscamp,Bulskamp		VLG	VWV	38	38025
2800782	Bullange	bullange	BE	4760	5340	Europe/Brussels	50.40731	6.25749		Boellenge,Buellingen,Bullange,Bullingen,Böllénge,Büllingen		WAL	WLG	63	63012
2800788	Buken	buken	BE	1910	528	Europe/Brussels	50.93966	4.61692		Beuken,Kampenhout (Buken)		VLG	VBR	23	23038
2800790	Buizingen	buizingen	BE	1501	6369	Europe/Brussels	50.74227	4.25278		Buysinghen,Halle (Buizingen)		VLG	VBR	23	23027
2800798	Buissonville	buissonville	BE	5580	1086	Europe/Brussels	50.21667	5.2		Buissonville		WAL	WNA	91	91114
2800805	Buissenal	buissenal	BE	7911	527	Europe/Brussels	50.66479	3.65608		Buissenal		WAL	WHT	51	51065
2800816	Buggenhout	buggenhout	BE	9255	13510	Europe/Brussels	51.0159	4.20173		Buggenhout		VLG	VOV	42	42004
2800821	Budingen	budingen	BE	3440	2569	Europe/Brussels	50.86509	5.09847		Budingen		VLG	VBR	24	24130
2800832	Brye	brye	BE	6222	348	Europe/Brussels	50.52439	4.55671		Brye		WAL	WHT	52	52021
2800863	Bruyelle	bruyelle	BE	7641	757	Europe/Brussels	50.558	3.42791				WAL	WHT	57	57003
2800875	Brustem	brustem	BE	3800	2693	Europe/Brussels	50.80485	5.22263		Brusthem,Sint-Truiden (Brustem)		VLG	VLI	71	71053
2800880	Brussegem	brussegem	BE	1785	2685	Europe/Brussels	50.9256	4.26682		Brusseghem,Merchtem (Brussegem)		VLG	VBR	23	23052
2800888	Brûly-de-Pesche	bruly-de-pesche	BE	5660	480	Europe/Brussels	50.00206	4.46465		Couvin (Bruly-de-Pesche),Couvin (Brûly-de-Pesche)		WAL	WNA	93	93014
2800891	Brûly	bruly	BE	5660	400	Europe/Brussels	49.96828	4.52903		Couvin (Bruly),Couvin (Brûly)		WAL	WNA	93	93014
2800931	Brugge	brugge	BE	8000	116709	Europe/Brussels	51.20892	3.22424		Brige,Briuge,Briugė,Briz,Brizh,Briž,Brjuge,Brjugge,Broegge,Brudje,Bruegge,Brugae,Brugeh,Bruges,Brugge,Bruggy,Brugia,Brugo,Bruhhe,Brujas,Bruxas,Bruza,Bruĝo,Brycg,Brygge,Bryugge,Bryz,Brögge,Brügge,beulwiheo,briuge,bruch,bruja,brwj,brwkhh,brwyz,brwz,bu lu he,bu lu ri li shi zhong xin,buruhhe,Μπρυζ,Бриж,Бругэ,Брюгге,Брюге,Բրյուգգե,ברוז,بروج,بروخه,برویز,ब्रूज,บรูช,ბრიუგე,ブルッヘ,布吕赫,布鲁日历史中心,브뤼허		VLG	VWV	31	31005
2800936	Brugelette	brugelette	BE	7940	3358	Europe/Brussels	50.59577	3.85363		Brjuzhelet,Brjuzhlet,brwzhwlt,bu pu ri lie te,Брюжелет,Брюжлет,بروژولت,布普日列特		WAL	WHT	51	51012
2800973	Broekom	broekom	BE	3840	423	Europe/Brussels	50.78275	5.33234		Broekom,Brouckom		VLG	VLI	73	73009
2801013	Broechem	broechem	BE	2520	4090	Europe/Brussels	51.18133	4.60181		Broechem		VLG	VAN	11	11035
2801035	Brielen	brielen	BE	8900	858	Europe/Brussels	50.86776	2.84796		Brielen		VLG	VWV	33	33011
2801060	Bressoux	bressoux	BE	4020	12588	Europe/Brussels	50.63988	5.60629		Liege (Bressoux),Liège (Bressoux)		WAL	WLG	62	62063
2801083	Breendonk	breendonk	BE	2870	2912	Europe/Brussels	51.04301	4.32364		Breendonck,Puurs (Breendonk)		VLG	VAN	12	12041
2801093	Bree	bree	BE	3960	14363	Europe/Brussels	51.14152	5.5969		Bree,Брее		VLG	VLI	72	72004
2801103	Bredene	bredene	BE	8450	14862	Europe/Brussels	51.23489	2.97559		Bredene,Breedene,Breenienge,Brenienge,Breênienge,Brênienge		VLG	VWV	35	35002
2801106	Brecht	brecht	BE	2960	14007	Europe/Brussels	51.35024	4.63829		Brecht,Brekht,brkt,bu lei he te,Брехт,برکت,布雷赫特	11009	VLG	VAN	11	11009
2801108	Bray	bray	BE	7130	3015	Europe/Brussels	50.43242	4.10588				WAL	WHT	56	56011
2801117	Brasschaat	brasschaat	BE	2930	37040	Europe/Brussels	51.2912	4.49182		Braschatas,Braskhat,Brasschaat,Brasschaep,Brasschaet,braskhat,bu la si ha te,Брасхат,براسخات,布拉斯哈特		VLG	VAN	11	11008
2801119	Brasmenil	brasmenil	BE	7604	754	Europe/Brussels	50.54114	3.54532				WAL	WHT	57	57064
2801123	Bras	bras	BE	6800	0	Europe/Brussels	49.98451	5.8161				WAL	WLX	82	82003
2801124	Bras	bras	BE	6800	1202	Europe/Brussels	49.97089	5.39485		Bras		WAL	WLX	84	84077
2801142	Branchon	branchon	BE	5310	536	Europe/Brussels	50.62899	4.97337		Eghezee (Branchon),Éghezée (Branchon)		WAL	WNA	92	92035
2801147	Braives	braives	BE	4260	5672	Europe/Brussels	50.62848	5.14798		Braives,Braivesi vald,Brev,brw,bu lai wo,Брев,برو,布赖沃		WAL	WLG	64	64015
2801150	Braine-le-Comte	braine-le-comte	BE	7090	20133	Europe/Brussels	50.60979	4.14658		's-Gravenbrakel,Braine-le-Comte,Brem-le-Kont,Bren l'o Kont,Bren-le-Kont,Brinne-e-Hinnot,s-Gravenbrakel,Брем-ле-Конт,Брен льо Конт,Брен-ле-Конт,برن‌لوکمت		WAL	WHT	55	55004
2801152	Braine-le-Château	braine-le-chateau	BE	1440	9627	Europe/Brussels	50.6799	4.27385		Braine-le-Chateau,Braine-le-Château,Kasteelbrakel		WAL	WBR	25	25015
2801154	Braine-l'Alleud	braine-l-alleud	BE	1420	37512	Europe/Brussels	50.68363	4.36784		Braine-l'Alleud,Braine-l’Alleud,Bren l'Al'o,Bren l'Ale,Bren-l'Alljo,Brinne-l'-Alou,Eigenbrakel,bu lai en la lei,Брен л'Але,Брен л'Альо,Брен-л'Аллё,برن‌للو,布赖恩拉勒		WAL	WBR	25	25014
2801157	Braibant	braibant	BE	5590	655	Europe/Brussels	50.31319	5.06135		Ciney (Braibant)		WAL	WNA	91	91030
2801159	Braffe	braffe	BE	7604	467	Europe/Brussels	50.55238	3.58189				WAL	WHT	57	57064
2801172	Bra	bra	BE	4990	588	Europe/Brussels	50.32412	5.73203		Bra		WAL	WLG	63	63045
2801174	Bovigny	bovigny	BE	6671	1210	Europe/Brussels	50.22417	5.91694		Bovigny		WAL	WLX	82	82037
2801177	Bovesse	bovesse	BE	5081	904	Europe/Brussels	50.51938	4.78086		La Bruyere (Bovesse),La Bruyère (Bovesse)		WAL	WNA	92	92141
2801185	Bovenistier	bovenistier	BE	4300	535	Europe/Brussels	50.66781	5.28398		Bovenistier		WAL	WLG	64	64074
2801193	Bovekerke	bovekerke	BE	8680	1021	Europe/Brussels	51.05429	2.96324		Bovekerke		VLG	VWV	32	32010
2801199	Bouwel	bouwel	BE	2288	3047	Europe/Brussels	51.17289	4.7418		Grobbendonk (Bouwel)		VLG	VAN	13	13010
2801202	Bouvignies	bouvignies	BE	7803	738	Europe/Brussels	50.6463	3.76574				WAL	WHT	51	51004
2801204	Bouvignes-sur-Meuse	bouvignes-sur-meuse	BE	5500	654	Europe/Brussels	50.27382	4.89793		Bouvignes,Dinant (Bouvignes-sur-Meuse)		WAL	WNA	91	91034
2801215	Boutersem	boutersem	BE	3370	7702	Europe/Brussels	50.84105	4.83367		Bautersem,Boutersem		VLG	VBR	24	24016
2801218	Bousval	bousval	BE	1470	3661	Europe/Brussels	50.61663	4.508		Genappe (Bousval)		WAL	WBR	25	25031
2801221	Boussu-lez-Walcourt	boussu-lez-walcourt	BE	6440	789	Europe/Brussels	50.22848	4.37754		Froidchapelle (Boussu-lez-Walcourt)		WAL	WHT	56	56029
2801223	Boussu-en-Fagne	boussu-en-fagne	BE	5660	494	Europe/Brussels	50.07659	4.47204		Couvin (Boussu-en-Fagne)		WAL	WNA	93	93014
2801226	Boussu	boussu	BE	7300	20058	Europe/Brussels	50.43417	3.7944		Boussu,Boussu-dle-Mont,Boussu-dlé-Mont,Boussu-lez-Mons,Busju,Bussju,bwsw,Боуссу,Буссю,Бусю,بوسو		WAL	WHT	53	53014
2801228	Boussoit	boussoit	BE	7110	1141	Europe/Brussels	50.45947	4.08245				WAL	WHT	55	55022
2801233	Bourseigne-Vieille	bourseigne-vieille	BE	5575	111	Europe/Brussels	50.02255	4.87029		Bourseigne-Vieille		WAL	WNA	91	91054
2801235	Bourseigne-Neuve	bourseigne-neuve	BE	5575	112	Europe/Brussels	50.02533	4.85444		Bourseigne-Neuve		WAL	WNA	91	91054
2801244	Bourlers	bourlers	BE	6464	733	Europe/Brussels	50.02748	4.34123		Chimay (Bourlers)		WAL	WHT	56	56016
2801283	Bouillon	bouillon	BE	6830	5347	Europe/Brussels	49.79324	5.06703		Bouillon,Bulen		WAL	WLX	84	84010
2801287	Bougnies	bougnies	BE	7040	379	Europe/Brussels	50.38712	3.94135				WAL	WHT	53	53084
2801290	Bouge	bouge	BE	5004	4486	Europe/Brussels	50.47193	4.89218		Namur (Bouge)		WAL	WNA	92	92094
2801292	Bouffioulx	bouffioulx	BE	6200	4935	Europe/Brussels	50.39116	4.5155		Bouffioulx		WAL	WHT	52	52012
2801308	Bottelare	bottelare	BE	9820	1866	Europe/Brussels	50.96411	3.75487		Bottelaere,Bottelare		VLG	VOV	44	44043
2801312	Bothey	bothey	BE	5032	438	Europe/Brussels	50.52085	4.65014		Gembloux (Bothey)		WAL	WNA	92	92142
2801341	Bost	bost	BE	3300	0	Europe/Brussels	50.84486	4.81307				VLG	VBR	24	24016
2801342	Bost	bost	BE	3300	1578	Europe/Brussels	50.78879	4.94076		Tienen (Bost)		VLG	VBR	24	24107
2801344	Bossut-Gottechain	bossut-gottechain	BE	1390	2407	Europe/Brussels	50.75823	4.69511		Grez-Doiceau (Bossut-Gottechain)		WAL	WBR	25	25037
2801347	Bossuit	bossuit	BE	8583	0	Europe/Brussels	50.81667	4.18333		Boosuit,Bossuit		VLG	VBR	23	23104
2801348	Bossuit	bossuit	BE	8583	514	Europe/Brussels	50.74851	3.40822		Bossuit,Bossuyt		VLG	VWV	34	34003
2801363	Bossière	bossiere	BE	5032	1030	Europe/Brussels	50.5185	4.69605		Gembloux (Bossiere),Gembloux (Bossière)		WAL	WNA	92	92142
2801364	Bossière	bossiere	BE	5032	0	Europe/Brussels	50.33688	4.70415				WAL	WNA	92	92087
2801436	Borsbeke	borsbeke	BE	9552	2363	Europe/Brussels	50.90633	3.88996		Borsbeke		VLG	VOV	41	41027
2801438	Borsbeek	borsbeek	BE	2150	10334	Europe/Brussels	51.19661	4.48543		Borsbeek		VLG	VAN	11	11007
2801443	Bornival	bornival	BE	1404	340	Europe/Brussels	50.6019	4.27651		Nivelles (Bornival)		WAL	WBR	25	25072
2801447	Bornem	bornem	BE	2880	19997	Europe/Brussels	51.09716	4.24364		Bornem,Bornhem,bo er ne mu,bwrnm,Борнем,بورنم,博尔讷姆		VLG	VAN	12	12007
2801455	Borlon	borlon	BE	6941	281	Europe/Brussels	50.37839	5.40635		Borlon		WAL	WLX	83	83012
2801458	Borlo	borlo	BE	3891	671	Europe/Brussels	50.74229	5.18087		Borlo,Borloo		VLG	VLI	71	71017
2801460	Borlez	borlez	BE	4317	440	Europe/Brussels	50.63333	5.24395		Borlez		WAL	WLG	64	64076
2801467	Borgloon	borgloon	BE	3840	9955	Europe/Brussels	50.80505	5.34366		Borgloon,Loeen,Loeën,Loon,Looz,Борглоон		VLG	VLI	73	73009
2801471	Borgerhout	borgerhout	BE	2140	46087	Europe/Brussels	51.20957	4.43539		Antwerpen (Borgerhout),Borgerhouts		VLG	VAN	11	11002
2801472	Borgerhout	borgerhout	BE	2140	0	Europe/Brussels	51.12411	5.0738		Bergerhout,Borgerhout		VLG	VAN	13	13021
2801478	Borchtlombeek	borchtlombeek	BE	1761	2380	Europe/Brussels	50.8479	4.13884		Roosdaal (Borchtlombeek)		VLG	VBR	23	23097
2801483	Boortmeerbeek	boortmeerbeek	BE	3190	11570	Europe/Brussels	50.97929	4.57443		Boortmeerbeek		VLG	VBR	24	24014
2801485	Boorsem	boorsem	BE	3631	2260	Europe/Brussels	50.94206	5.71898		Boorsem,Boorsheim		VLG	VLI	73	73107
2801494	Boom	boom	BE	2850	15810	Europe/Brussels	51.09242	4.3717		Boom		VLG	VAN	11	11005
2801498	Booitshoeke	booitshoeke	BE	8630	70	Europe/Brussels	51.09039	2.74214		Boitshoucke,Booitshoeke		VLG	VWV	38	38025
2801500	Booischot	booischot	BE	2221	6973	Europe/Brussels	51.05219	4.7751		Boisschot,Heist-op-den-Berg (Booischot)		VLG	VAN	12	12014
2801514	Bonsin	bonsin	BE	5377	502	Europe/Brussels	50.37345	5.38089		Bonsin		WAL	WNA	91	91120
2801517	Bon-Secours	bon-secours	BE	7603	1599	Europe/Brussels	50.49803	3.60815				WAL	WHT	57	57064
2801520	Bonneville	bonneville	BE	5300	1341	Europe/Brussels	50.4728	5.03869		Andenne (Bonneville)		WAL	WNA	92	92003
2801525	Bonnert	bonnert	BE	6700	4747	Europe/Brussels	49.71131	5.81865		Bonnert		WAL	WLX	81	81001
2801533	Bonlez	bonlez	BE	1325	1102	Europe/Brussels	50.70211	4.68859		Chaumont-Gistoux (Bonlez)		WAL	WBR	25	25018
2801536	Boninne	boninne	BE	5021	610	Europe/Brussels	50.49443	4.93235		Namur (Boninne)		WAL	WNA	92	92094
2801539	Bonheiden	bonheiden	BE	2820	1840	Europe/Brussels	51.02261	4.54714		Bonheyden		VLG	VAN	12	12005
2801545	Boneffe	boneffe	BE	5310	412	Europe/Brussels	50.62513	4.95612		Eghezee (Boneffe),Éghezée (Boneffe)		WAL	WNA	92	92035
2801550	Boncelles	boncelles	BE	4100	5578	Europe/Brussels	50.57108	5.53625		Seraing (Boncelles)		WAL	WLG	62	62096
2801560	Bommershoven	bommershoven	BE	3840	879	Europe/Brussels	50.7873	5.37899		Bommershoven,Borgloon (Bommershoven)		VLG	VLI	73	73009
2801573	Bombaye	bombaye	BE	4607	833	Europe/Brussels	50.73015	5.74533		Bolbeek,Dalhem (Bombaye)		WAL	WLG	62	62027
2801575	Bomal	bomal	BE	1367	337	Europe/Brussels	50.67005	4.87319		Bomal,Ramilies (Bomal)		WAL	WBR	25	25122
2801576	Bomal	bomal	BE	1367	1436	Europe/Brussels	50.37634	5.52382		Bomal,Bomal-sur-Ourthe		WAL	WLX	83	83012
2801590	Bolland	bolland	BE	4653	956	Europe/Brussels	50.66159	5.76038		Bolland		WAL	WLG	63	63035
2801597	Bolinne	bolinne	BE	5310	819	Europe/Brussels	50.60074	4.92893		Bolinne		WAL	WNA	92	92035
2801627	Bois-et-Borsu	bois-et-borsu	BE	4560	883	Europe/Brussels	50.39804	5.33622		Clavier (Bois-et-Borsu)		WAL	WLG	61	61012
2801636	Bois-d'Haine	bois-d-haine	BE	7170	4467	Europe/Brussels	50.5018	4.21555		Bois-d'Haine		WAL	WHT	52	52043
2801640	Bois-de-Villers	bois-de-villers	BE	5170	3325	Europe/Brussels	50.39033	4.82407		Profondeville (Bois-de-Villers)		WAL	WNA	92	92101
2801641	Bois de Villers	bois-de-villers	BE	5170	0	Europe/Brussels	50.32776	4.25304				WAL	WHT	56	56078
2801655	Bois-de-Lessines	bois-de-lessines	BE	7866	1645	Europe/Brussels	50.69662	3.89613		Bois-de-Lessines,Lessenbos,Lessenbosch		WAL	WHT	55	55023
2801671	Boirs	boirs	BE	4690	890	Europe/Brussels	50.7528	5.57942		Bassenge (Boirs)		WAL	WLG	62	62011
2801676	Boignée	boignee	BE	5140	586	Europe/Brussels	50.50082	4.60902		Sombreffe (Boignee),Sombreffe (Boignée)		WAL	WNA	92	92114
2801683	Bohan	bohan	BE	5550	300	Europe/Brussels	49.86394	4.88583		Vresse-sur-Semois (Bohan)		WAL	WNA	91	91143
2801689	Bogaarden	bogaarden	BE	1670	456	Europe/Brussels	50.73986	4.13594		Bogaarden,Bogaerden		VLG	VBR	23	23064
2801694	Boezinge	boezinge	BE	8904	2061	Europe/Brussels	50.89672	2.85421		Boesinghe,Boezinge		VLG	VWV	33	33011
2801718	Boëlhe	boelhe	BE	4250	459	Europe/Brussels	50.68237	5.16658		Geer (Boelhe),Geer (Boëlhe)		WAL	WLG	64	64029
2801729	Boekhoute	boekhoute	BE	9961	2129	Europe/Brussels	51.25859	3.71783		Boekhoute,Bouchaute		VLG	VOV	43	43002
2801730	Boekhoute	boekhoute	BE	9961	0	Europe/Brussels	50.90918	3.73674		Boekhoute,Bouchaute		VLG	VOV	44	44020
2801732	Boekhout	boekhout	BE	3890	0	Europe/Brussels	51.04357	3.25325		Boekhout,Bouckhout,Boukhout		VLG	VWV	37	37018
2801733	Boekhout	boekhout	BE	3890	0	Europe/Brussels	50.95	4.9				VLG	VBR	24	24135
2801734	Boekhout	boekhout	BE	3890	0	Europe/Brussels	50.91516	4.09913		Boekhout,Bouchout,Boukhout		VLG	VBR	23	23105
2801735	Boekhout	boekhout	BE	3890	0	Europe/Brussels	50.91667	3.75		Bochhaute,Boekhout,Boekhoute		VLG	VOV	44	44020
2801736	Boekhout	boekhout	BE	3890	305	Europe/Brussels	50.74569	5.23327		Bouckhout,Gingelom (Boekhout)		VLG	VLI	71	71017
2801743	Boechout	boechout	BE	2530	12145	Europe/Brussels	51.15959	4.49195		Boechout,Bouchout		VLG	VAN	11	11004
2801748	Bodegnée	bodegnee	BE	4537	0	Europe/Brussels	50.58552	5.30369				WAL	WLG	61	61063
2801754	Bocholt	bocholt	BE	3950	12346	Europe/Brussels	51.17337	5.57994		Bocholt,Boggetj,Bóggetj		VLG	VLI	72	72003
2801792	Blicquy	blicquy	BE	7903	753	Europe/Brussels	50.58814	3.68557				WAL	WHT	57	57094
2801798	Bleret	bleret	BE	4300	639	Europe/Brussels	50.68955	5.28786		Waremme (Bleret)		WAL	WLG	64	64074
2801813	Bleid	bleid	BE	6760	927	Europe/Brussels	49.56871	5.62682		Bleid		WAL	WLX	85	85045
2801816	Blehen	blehen	BE	4280	256	Europe/Brussels	50.66406	5.12287		Hannut (Blehen)		WAL	WLG	64	64034
2801818	Bléharies	bleharies	BE	7620	1241	Europe/Brussels	50.51256	3.41251		Bleharies,Bléharies		WAL	WHT	57	57093
2801820	Blégny	blegny	BE	4670	12745	Europe/Brussels	50.67255	5.72508				WAL	WLG	62	62119
2801846	Blaugies	blaugies	BE	7370	1401	Europe/Brussels	50.37218	3.80582				WAL	WHT	53	53020
2801849	Blaton	blaton	BE	7321	4258	Europe/Brussels	50.50038	3.66008				WAL	WHT	51	51009
2801854	Blaregnies	blaregnies	BE	7040	962	Europe/Brussels	50.35784	3.89156				WAL	WHT	53	53084
2801858	Blankenberge	blankenberge	BE	8370	18000	Europe/Brussels	51.31306	3.13227		Blank'nberge,Blankenberge,Blankenberghe,Blanknberge,blanknbrzh,bu lan ken bei er he,burankenberuhe,Бланкенберге,بلانکنبرژ,ブランケンベルヘ,布兰肯贝尔赫		VLG	VWV	31	31004
2801863	Blanden	blanden	BE	3052	2500	Europe/Brussels	50.82622	4.71022		Oud-Heverlee (Blanden)		VLG	VBR	24	24086
2801865	Blandain	blandain	BE	7522	668	Europe/Brussels	50.62095	3.30521		Blandain		WAL	WHT	57	57081
2801877	Blaimont	blaimont	BE	5542	445	Europe/Brussels	50.19231	4.84231		Hastiere (Blaimont),Hastière (Blaimont)		WAL	WNA	91	91142
2801880	Blaasveld	blaasveld	BE	2830	4367	Europe/Brussels	51.05585	4.37668		Blaesveld,Willebroek (Blaasveld)		VLG	VAN	12	12040
2801891	Bissegem	bissegem	BE	8501	5310	Europe/Brussels	50.82378	3.22844		Bisseghem		VLG	VWV	34	34022
2801907	Bioul	bioul	BE	5537	2266	Europe/Brussels	50.33146	4.79618		Anhee (Bioul),Anhée (Bioul)		WAL	WNA	91	91005
2801916	Binkom	binkom	BE	3211	1546	Europe/Brussels	50.87163	4.88414		Binkom		VLG	VBR	24	24066
2801920	Binderveld	binderveld	BE	3850	639	Europe/Brussels	50.86077	5.16492		Binderveld		VLG	VLI	71	71045
2801922	Binche	binche	BE	7130	32030	Europe/Brussels	50.41155	4.16469		Bensh,Bince,Binche,Binchium,baengsyu,banshu,bnsh,Бенш,بنش,バンシュ,뱅슈		WAL	WHT	56	56011
2801924	Bilzen	bilzen	BE	3740	29622	Europe/Brussels	50.87325	5.5184		Bilsen,Bilze,Bilzen,bi er ceng,bil sein,bylzan,Билзен,Білзен,بیلزان,บิลเซิน,比尔曾		VLG	VLI	73	73006
2801926	Bilstain	bilstain	BE	4831	1457	Europe/Brussels	50.62208	5.92086		Limbourg (Bilstain)		WAL	WLG	63	63046
2801935	Bikschote	bikschote	BE	8920	556	Europe/Brussels	50.92795	2.86267		Bikschote,Bixschoote		VLG	VWV	33	33040
2801942	Bihain	bihain	BE	6690	1562	Europe/Brussels	50.23946	5.80849		Bihain		WAL	WLX	82	82032
2801947	Biez	biez	BE	1390	1150	Europe/Brussels	50.72369	4.71356		Grez-Doiceau (Biez)		WAL	WBR	25	25037
2801949	Bièvre	bievre	BE	5555	3207	Europe/Brussels	49.94085	5.01591		Bievre,Bive,Bièvre		WAL	WNA	91	91015
2801964	Biesme-sous-Thuin	biesme-sous-thuin	BE	6531	561	Europe/Brussels	50.32207	4.30896		Thuin (Biesme-sous-Thuin)		WAL	WHT	56	56078
2801967	Biesmerée	biesmeree	BE	5640	621	Europe/Brussels	50.29777	4.68039		Biesmeree,Biesmerée		WAL	WNA	92	92087
2801970	Biesme	biesme	BE	5640	2561	Europe/Brussels	50.34015	4.61048		Mettet (Biesme)		WAL	WNA	92	92087
2801978	Bierwart	bierwart	BE	5380	494	Europe/Brussels	50.55601	5.03633		Fernelmont (Bierwart)		WAL	WNA	92	92138
2801983	Bierset	bierset	BE	4460	1465	Europe/Brussels	50.65496	5.45102		Grace-Hollogne (Bierset),Grâce-Hollogne (Bierset)		WAL	WLG	62	62118
2801989	Bierghes	bierghes	BE	1430	1947	Europe/Brussels	50.69578	4.1192		Bierghes,Bierk		WAL	WBR	25	25123
2801992	Bierges	bierges	BE	1301	4941	Europe/Brussels	50.71143	4.58658		Wavre (Bierges)		WAL	WBR	25	25112
2801995	Biercée	biercee	BE	6533	1122	Europe/Brussels	50.3242	4.25943		Thuin (Biercee),Thuin (Biercée)		WAL	WHT	56	56078
2801998	Bierbeek	bierbeek	BE	3360	8994	Europe/Brussels	50.82876	4.75949		Bierbeek		VLG	VBR	24	24011
2802002	Bienne-lez-Happart	bienne-lez-happart	BE	6543	449	Europe/Brussels	50.35213	4.21616		Bienne-lez-Happart		WAL	WHT	56	56044
2802015	Beyne-Heusay	beyne-heusay	BE	4610	11608	Europe/Brussels	50.62251	5.66508		Beyne-Heusay		WAL	WLG	62	62015
2802021	Beverst	beverst	BE	3740	5483	Europe/Brussels	50.89091	5.47548		Bilzen (Beverst)		VLG	VLI	73	73006
2802025	Beverlo	beverlo	BE	3581	8681	Europe/Brussels	51.08646	5.21855		Beverlo,Beverloo		VLG	VLI	71	71004
2802031	Beveren	beveren	BE	8791	45179	Europe/Brussels	51.21187	4.25633		Beveren,Beveren Waas,Beveren-Waes,Beverenas,bebeleon,bei fu lun,bwwran,Беверен,بووران,贝弗伦,베베런		VLG	VOV	46	46003
2802032	Beveren	beveren	BE	8791	2853	Europe/Brussels	50.97256	3.14389		Beveren		VLG	VWV	36	36015
2802033	Beveren	beveren	BE	8791	736	Europe/Brussels	50.93912	2.63997				VLG	VWV	38	38002
2802039	Bevere	bevere	BE	9700	15311	Europe/Brussels	50.8496	3.5873		Bevere		VLG	VOV	45	45035
2802042	Bévercé	beverce	BE	4960	4550	Europe/Brussels	50.44101	6.03535		Beverce,Bévercé		WAL	WLG	63	63049
2802054	Bevel	bevel	BE	2560	2221	Europe/Brussels	51.13783	4.68026		Bevel		VLG	VAN	12	12026
2802057	Beuzet	beuzet	BE	5030	1340	Europe/Brussels	50.53364	4.7452		Beuzet		WAL	WNA	92	92142
2802070	Bettincourt	bettincourt	BE	4300	449	Europe/Brussels	50.71236	5.23553		Bettencourt,Bettenhoven,Bettincourt		WAL	WLG	64	64074
2802087	Betekom	betekom	BE	3130	4873	Europe/Brussels	50.98683	4.78185		Betecom,Betekom		VLG	VBR	24	24007
2802098	Beselare	beselare	BE	8980	2606	Europe/Brussels	50.84812	3.02449		Becelaere		VLG	VWV	33	33037
2802102	Berzée	berzee	BE	5651	882	Europe/Brussels	50.28923	4.40097		Walcourt (Berzee),Walcourt (Berzée)		WAL	WNA	93	93088
2802106	Bertrix	bertrix	BE	6880	8063	Europe/Brussels	49.85596	5.25539		Bertri,Bertriks,Bertrix,Bietris,bei er te li,brtryks,Бертри,Бертрикс,برتریکس,贝尔特里		WAL	WLX	84	84009
2802108	Bertrée	bertree	BE	4280	556	Europe/Brussels	50.69533	5.09077		Bertree,Bertrée		WAL	WLG	64	64034
2802113	Bertogne	bertogne	BE	6687	2852	Europe/Brussels	50.08364	5.66689		Berton,Berton',Biertogne,bei er tuo nie,brtwny,Бертон,Бертонь,برتونی,贝尔托涅		WAL	WLX	82	82005
2802123	Bertem	bertem	BE	3060	9215	Europe/Brussels	50.86403	4.62918		Bertem,Berthem		VLG	VBR	24	24009
2802125	Bersillies-l'Abbaye	bersillies-l-abbaye	BE	6560	878	Europe/Brussels	50.26186	4.14845		Erquelinnes (Bersillies-l'Abbaye)		WAL	WHT	56	56022
2802135	Bernissart	bernissart	BE	7320	11588	Europe/Brussels	50.4746	3.64961		Bernisar,Bernissar,bai ni sha he,brnysr,Бернисар,Берниссар,برنیسر,柏尼沙赫		WAL	WHT	51	51009
2802140	Berneau	berneau	BE	4607	883	Europe/Brussels	50.74235	5.73063		Berneau		WAL	WLG	62	62027
2802143	Berloz	berloz	BE	4257	2770	Europe/Brussels	50.69829	5.21236		Berlo,Berloz,Bierlo,Bierlô,bei er luo,brlwz,Берло,Берлоз,برلوز,贝尔洛		WAL	WLG	64	64008
2802147	Berlingen	berlingen	BE	3830	197	Europe/Brussels	50.81944	5.31129		Wellen (Berlingen)		VLG	VLI	73	73098
2802154	Berlare	berlare	BE	9290	13853	Europe/Brussels	51.03333	4		Berlaere,Berlare,bei er la lei,brlr,Берларе,برلر,贝尔拉雷		VLG	VOV	42	42003
2802156	Berlaar	berlaar	BE	2590	10370	Europe/Brussels	51.1176	4.65835		Berlaar,Berlaer		VLG	VAN	12	12002
2802170	Beringen	beringen	BE	3580	40930	Europe/Brussels	51.04954	5.22606		Beeringen,Beringen,Beringenas,Beringene,Berringe,be xri ng khen,bei ling en,brnzhan,Беринген,Берингене,برنژان,เบอริงเคน,贝灵恩		VLG	VLI	71	71004
2802171	Beringen	beringen	BE	3580	0	Europe/Brussels	50.76667	4.13333		Beringen,Beringhen		VLG	VBR	23	23064
2802189	Bergilers	bergilers	BE	4360	487	Europe/Brussels	50.71586	5.32914		Belliek,Oreye (Bergilers)		WAL	WLG	64	64056
2802219	Berg	berg	BE	1910	0	Europe/Brussels	51.28333	5.06667				VLG	VAN	13	13036
2802220	Berg	berg	BE	1910	0	Europe/Brussels	51.20719	4.00217		Berg,Zwartenberg		VLG	VOV	46	46024
2802221	Berg	berg	BE	1910	0	Europe/Brussels	51.17928	3.33585				VLG	VWV	31	31003
2802222	Berg	berg	BE	1910	0	Europe/Brussels	51.15134	3.59585				VLG	VOV	44	44085
2802223	Berg	berg	BE	1910	0	Europe/Brussels	51.00787	4.31976		Berg,Den Berg		VLG	VBR	23	23045
2802224	Berg	berg	BE	1910	0	Europe/Brussels	50.93882	4.89776				VLG	VBR	24	24135
2802225	Berg	berg	BE	1910	3462	Europe/Brussels	50.93063	4.54336		Kampenhout (Berg)		VLG	VBR	23	23038
2802226	Berg	berg	BE	1910	0	Europe/Brussels	50.92386	3.81679				VLG	VOV	44	44052
2802227	Berg	berg	BE	1910	0	Europe/Brussels	50.8861	5.60804		Berg,Op de Berg		VLG	VLI	73	73042
2802229	Berg	berg	BE	1910	0	Europe/Brussels	50.88132	3.93055				VLG	VOV	41	41082
2802230	Berg	berg	BE	1910	0	Europe/Brussels	50.85	5.55				VLG	VLI	73	73006
2802231	Berg	berg	BE	1910	552	Europe/Brussels	50.79059	5.49312		Berg,Tongeren (Berg)		VLG	VLI	73	73083
2802232	Berg	berg	BE	1910	0	Europe/Brussels	50.75	5.81667				WAL	WLG		
2802233	Berg	berg	BE	1910	0	Europe/Brussels	50.71667	5.88333				WAL	WLG		
2802234	Berg	berg	BE	1910	0	Europe/Brussels	50.43766	6.21706				WAL	WLG	63	63013
2802243	Berendrecht	berendrecht	BE	2040	0	Europe/Brussels	51.34252	4.31419		Antwerpen (Berendrecht),Beirendrecht		VLG	VAN	11	11002
2802247	Berchem-Sainte-Agathe	berchem-sainte-agathe	BE	1082	25162	Europe/Brussels	50.86567	4.29557		Berchem-Sainte-Agathe,Berchem-Sainte-Agathe - Sint-Agatha-Berchem,Berchem-Sainte-Agathe/Sint-Agatha-Berchem,Berkem-Sent-Agat,Brussel (Sint-Agatha-Berchem),Bruxelles (Berchem-Sainte-Agathe),Sint Agata - Berkhem,Sint-Agatha-Berchem,bei er ke mu-sheng a jia te,shinto=agata=berushemu,synt-agata-brkhm,Беркем-Сент-Агат,Синт Агата - Берхем,سینت-آگاتا-برخم,シント＝アガタ＝ベルシェム,贝尔克姆-圣阿加特		BRU	BRU	21	21003
2802249	Berchem	berchem	BE	2600	43511	Europe/Brussels	51.19021	4.43264		Antwerpen (Berchem)		VLG	VAN	11	11002
2802250	Berchem	berchem	BE	2600	0	Europe/Brussels	50.81667	4.06667				VLG	VOV	41	41048
2802251	Berchem	berchem	BE	2600	2423	Europe/Brussels	50.79017	3.51317		Berchem		VLG	VOV	45	45060
2802254	Berbroek	berbroek	BE	3540	1646	Europe/Brussels	50.95031	5.20904		Berbroek		VLG	VLI	71	71024
2802269	Bende	bende	BE	6941	0	Europe/Brussels	50.54836	5.28554				WAL	WLG	61	61003
2802270	Bende	bende	BE	6941	205	Europe/Brussels	50.41825	5.41455		Bende		WAL	WLX	83	83012
2802273	Ben-Ahin	ben-ahin	BE	4500	3680	Europe/Brussels	50.50415	5.18683		Huy (Ben-Ahin)		WAL	WLG	61	61031
2802289	Belsele	belsele	BE	9111	10489	Europe/Brussels	51.14598	4.08859		Belcele,Belsele		VLG	VOV	46	46021
2802292	Beloeil	beloeil	BE	7970	13405	Europe/Brussels	50.55047	3.73484		Beljoj,Beloeil,Belœil,Белёй		WAL	WHT	51	51008
2802293	Beloeil	beloeil	BE	7970	0	Europe/Brussels	50.23333	4.45				WAL	WNA	93	93088
2802298	Bellingen	bellingen	BE	1674	715	Europe/Brussels	50.74085	4.15369		Bellinghen,Pepingen (Bellingen)		VLG	VBR	23	23064
2802312	Bellevaux-Ligneuville	bellevaux-ligneuville	BE	4960	1853	Europe/Brussels	50.38948	6.01093		Bellevaux,Bellevaux-Ligneuville		WAL	WLG	63	63049
2802314	Bellevaux	bellevaux	BE	6834	0	Europe/Brussels	50.48333	5.75				WAL	WLG	63	63076
2802315	Bellevaux	bellevaux	BE	6834	201	Europe/Brussels	49.84034	5.11041		Bellevaux		WAL	WLX	84	84010
2802327	Bellem	bellem	BE	9881	2274	Europe/Brussels	51.09403	3.49277		Bellem		VLG	VOV	44	44084
2802334	Bellegem	bellegem	BE	8510	3798	Europe/Brussels	50.77686	3.27933		Bellegem,Belleghem		VLG	VWV	34	34022
2802339	Bellefontaine	bellefontaine	BE	5555	53	Europe/Brussels	49.9175	4.97355		Bellefontaine,Bievre (Bellefontaine),Bièvre (Bellefontaine)		WAL	WNA	91	91015
2802340	Bellefontaine	bellefontaine	BE	5555	1206	Europe/Brussels	49.66429	5.49608		Tintigny (Bellefontaine)		WAL	WLX	85	85039
2802345	Bellecourt	bellecourt	BE	7170	2278	Europe/Brussels	50.48067	4.26793		Bellecourt		WAL	WHT	52	52043
2802352	Bellaire	bellaire	BE	4610	1668	Europe/Brussels	50.64453	5.66585		Bellaire		WAL	WLG	62	62015
2802359	Belgrade	belgrade	BE	5001	4756	Europe/Brussels	50.47138	4.82935		Namur (Belgrade)		WAL	WNA	92	92094
2802374	Bekkevoort	bekkevoort	BE	3460	5714	Europe/Brussels	50.94074	4.969		Becquevoort,Bekkevoort		VLG	VBR	24	24008
2802376	Bekkerzeel	bekkerzeel	BE	1730	654	Europe/Brussels	50.88541	4.23785		Asse (Bekkerzeel),Beckerzeel		VLG	VBR	23	23002
2802380	Bekegem	bekegem	BE	8480	1060	Europe/Brussels	51.15976	3.0457		Bekegem,Bekeghem		VLG	VWV	35	35006
2802391	Beigem	beigem	BE	1852	2019	Europe/Brussels	50.94911	4.36908		Beigem,Beyghem		VLG	VBR	23	23025
2802393	Beho	beho	BE	6672	843	Europe/Brussels	50.22056	5.99806		Beho		WAL	WLX	82	82037
2802405	Begijnendijk	begijnendijk	BE	3130	9178	Europe/Brussels	51.01942	4.78377		Beggynendyck		VLG	VBR	24	24007
2802417	Beffe	beffe	BE	6987	438	Europe/Brussels	50.24649	5.52259		Beffe		WAL	WLX	83	83044
2802419	Beez	beez	BE	5000	1541	Europe/Brussels	50.4686	4.91175		Namur (Beez)		WAL	WNA	92	92094
2802422	Beerzel	beerzel	BE	2580	6077	Europe/Brussels	51.05753	4.67127		Beersel,Beerzel		VLG	VAN	12	12029
2802424	Beervelde	beervelde	BE	9080	2772	Europe/Brussels	51.08302	3.88635		Beervelde,Beirvelde		VLG	VOV	44	44034
2802426	Beert	beert	BE	1673	492	Europe/Brussels	50.74102	4.18098		Brages,Pepingen (Beert)		VLG	VBR	23	23064
2802430	Beerst	beerst	BE	8600	1477	Europe/Brussels	51.05983	2.88501		Beerst		VLG	VWV	32	32003
2802433	Beersel	beersel	BE	1650	23228	Europe/Brussels	50.76589	4.3002		Beersel,Bersel,bei er sai er,byrsl,Берсел,بئرسل,贝尔塞尔		VLG	VBR	23	23003
2802435	Beerse	beerse	BE	2340	16208	Europe/Brussels	51.31927	4.85304		Beerse,Beersse		VLG	VAN	13	13004
2802437	Beernem	beernem	BE	8730	14512	Europe/Brussels	51.13981	3.33896		Beernem,Bèèrnem		VLG	VWV	31	31003
2802439	Beerlegem	beerlegem	BE	9630	379	Europe/Brussels	50.90603	3.71698		Beerlegem,Beirlegem		VLG	VOV	45	45065
2802466	Beek	beek	BE	3960	0	Europe/Brussels	51.43619	4.74978				VLG	VAN	13	13014
2802467	Beek	beek	BE	3960	0	Europe/Brussels	51.23533	4.83433				VLG	VAN	13	13019
2802468	Beek	beek	BE	3960	2285	Europe/Brussels	51.15517	5.60302		Beek		VLG	VLI	72	72004
2802473	Beclers	beclers	BE	7532	1355	Europe/Brussels	50.62123	3.5042		Beclers		WAL	WHT	57	57081
2802480	Beauwelz	beauwelz	BE	6594	441	Europe/Brussels	50.0143	4.15678		Momignies (Beauwelz)		WAL	WHT	56	56051
2802483	Beauvechain	beauvechain	BE	1320	6334	Europe/Brussels	50.78195	4.7718		Beauvechain,Bevekom,Boveshen,Bovetchen,Bovshen,Bôvetchén,bo fu shang,bwwshn,Бовешен,Бовшен,بووشن,博弗尚		WAL	WBR	25	25005
2802488	Beausaint	beausaint	BE	6980	625	Europe/Brussels	50.16807	5.5486		Beausaint		WAL	WLX	83	83031
2802501	Beauraing	beauraing	BE	5570	8242	Europe/Brussels	50.11042	4.95554		Beauraing,Biarin,Boren,bo lan,brn,Борен,برن,博兰		WAL	WNA	91	91013
2802507	Beaumont	beaumont	BE	6500	0	Europe/Brussels	50.78961	4.64956				WAL	WBR	25	25037
2802508	Beaumont	beaumont	BE	6500	0	Europe/Brussels	50.66407	4.49448				WAL	WBR	25	25119
2802509	Beaumont	beaumont	BE	6500	0	Europe/Brussels	50.37997	5.99538		Beaumont		WAL	WLG	63	63073
2802510	Beaumont	beaumont	BE	6500	6645	Europe/Brussels	50.23699	4.23926		Beaumont		WAL	WHT	56	56005
2802518	Beaufays	beaufays	BE	4052	5489	Europe/Brussels	50.55884	5.63881		Beaufays		WAL	WLG	62	62022
2802529	Bazel	bazel	BE	9150	5687	Europe/Brussels	51.14741	4.30129		Basel,Bazel		VLG	VOV	46	46013
2802532	Bavikhove	bavikhove	BE	8531	3742	Europe/Brussels	50.87532	3.31062		Bavichove,Bavikhove		VLG	VWV	34	34013
2802537	Bavegem	bavegem	BE	9520	1375	Europe/Brussels	50.94435	3.86497		Baevegem,Bavegem		VLG	VOV	41	41063
2802547	Baulers	baulers	BE	1401	342	Europe/Brussels	50.61331	4.35282		Nivelles (Baulers)		WAL	WBR	25	25072
2802549	Baugnies	baugnies	BE	7604	588	Europe/Brussels	50.56034	3.55202				WAL	WHT	57	57064
2802552	Bauffe	bauffe	BE	7870	455	Europe/Brussels	50.56977	3.85345				WAL	WHT	53	53046
2802557	Baudour	baudour	BE	7331	6137	Europe/Brussels	50.48296	3.8332				WAL	WHT	53	53070
2802570	Battice	battice	BE	4651	5691	Europe/Brussels	50.64734	5.82104		Herve (Battice)		WAL	WLG	63	63035
2802576	Batsheers	batsheers	BE	3870	105	Europe/Brussels	50.73863	5.28099		Basheers,Heers (Batsheers)		VLG	VLI	73	73022
2802579	Bas-Warneton	bas-warneton	BE	7784	1461	Europe/Brussels	50.75937	2.95996		Neer-Waasten		WAL	WHT	54	54010
2802583	Bastogne	bastogne	BE	6600	14395	Europe/Brussels	50.00347	5.71844		Baaschtnech,Bastenake,Bastenaken,Bastogne,Baston,Baston',Bastona,Bastoña,ba si tuo nie,baseutonyu,bastwn,basutonyu,paston,Μπαστόν,Бастон,Бастонь,باستون,பாஸ்டோன்,バストーニュ,巴斯托涅,바스토뉴	82	WAL	WLX	82	82003
2802589	Bassilly	bassilly	BE	7830	2204	Europe/Brussels	50.67634	3.93388		Bassilly,Zullik		WAL	WHT	55	55039
2802596	Bassevelde	bassevelde	BE	9968	3282	Europe/Brussels	51.23103	3.67798		Bassevelde		VLG	VOV	43	43002
2802606	Bassenge	bassenge	BE	4690	8151	Europe/Brussels	50.75883	5.60989		Basanzh,Bassange,Bassanzh,Bassenge,Bitsingen,ba sang ri,bsanzh,Басанж,Бассанж,بسانژ,巴桑日		WAL	WLG	62	62011
8521705	Aartrijke	aartrijke	BE	8211	4837	Europe/Brussels	51.11915	3.09076				VLG	VWV	31	31040
2802625	Basse-Bodeux	basse-bodeux	BE	4983	460	Europe/Brussels	50.35773	5.82773		Trois-Ponts (Basse-Bodeux )		WAL	WLG	63	63086
2802633	Bas-Oha	bas-oha	BE	4520	1672	Europe/Brussels	50.52652	5.19216		Wanze (Bas-Oha)		WAL	WLG	61	61072
2802639	Basècles	basecles	BE	7971	3548	Europe/Brussels	50.52549	3.64944				WAL	WHT	51	51008
2802651	Barvaux-Condroz	barvaux-condroz	BE	5370	465	Europe/Brussels	50.32974	5.26219		Havelange (Barvaux-Condroz)		WAL	WNA	91	91064
2802661	Barry	barry	BE	7534	1670	Europe/Brussels	50.58771	3.54272		Barry		WAL	WHT	57	57081
2802668	Baronville	baronville	BE	5570	497	Europe/Brussels	50.12708	4.94309		Baronville		WAL	WNA	91	91013
2802680	Barchon	barchon	BE	4671	1177	Europe/Brussels	50.66894	5.7001		Blegny (Barchon),Blégny (Barchon)		WAL	WLG	62	62119
2802689	Barbençon	barbencon	BE	6500	881	Europe/Brussels	50.22316	4.28338		Beaumont (Barbencon),Beaumont (Barbençon)		WAL	WHT	56	56005
2802716	Bande	bande	BE	6951	797	Europe/Brussels	50.16636	5.41442		Bande		WAL	WLX	83	83040
2802731	Bambrugge	bambrugge	BE	9420	1797	Europe/Brussels	50.92115	3.92993		Bambrugge		VLG	VOV	41	41082
2802743	Balen	balen	BE	2490	19978	Europe/Brussels	51.16837	5.17027		Baelen,Balen,Balen-sur-Nethe,ba lun,blan,Бален,بلان,巴伦		VLG	VAN	13	13003
2802746	Balegem	balegem	BE	9860	3622	Europe/Brussels	50.9257	3.79076		Baelegem,Balegem		VLG	VOV	44	44052
2802749	Balâtre	balatre	BE	5190	623	Europe/Brussels	50.49967	4.64353		Jemeppe-sur-Sambre (Balatre),Jemeppe-sur-Sambre (Balâtre)		WAL	WNA	92	92140
2802759	Baisy-Thy	baisy-thy	BE	1470	3185	Europe/Brussels	50.59708	4.47598		Genappe (Baisy-Thy)		WAL	WBR	25	25031
2802761	Baisieux	baisieux	BE	7380	804	Europe/Brussels	50.3874	3.69553				WAL	WHT	53	53068
2802766	Baillonville	baillonville	BE	5377	574	Europe/Brussels	50.29042	5.33875		Baillonville		WAL	WNA	91	91120
2802771	Bailleul	bailleul	BE	7730	559	Europe/Brussels	50.66909	3.31927		Bailleul		WAL	WHT	57	57027
2802773	Baillamont	baillamont	BE	5555	101	Europe/Brussels	49.89983	5.02639		Baillamont		WAL	WNA	91	91015
2802777	Bailièvre	bailievre	BE	6460	228	Europe/Brussels	50.06937	4.23875		Chimay (Bailievre),Chimay (Bailièvre)		WAL	WHT	56	56016
2802780	Baileux	baileux	BE	6464	1249	Europe/Brussels	50.02877	4.37533		Baileux		WAL	WHT	56	56016
2802783	Bagimont	bagimont	BE	5550	28	Europe/Brussels	49.82411	4.8751		Vresse-sur-Semois (Bagimont)		WAL	WNA	91	91143
2802787	Baelen	baelen	BE	4837	3928	Europe/Brussels	50.63131	5.97433		Baelen		WAL	WLG	63	63004
2802798	Bachte-Maria-Leerne	bachte-maria-leerne	BE	9800	2006	Europe/Brussels	51.01132	3.58145		Bachte-Maria-Leerne		VLG	VOV	44	44083
2802812	Baasrode	baasrode	BE	9200	6352	Europe/Brussels	51.03805	4.1546		Baasrode,Baesrode		VLG	VOV	42	42006
2802816	Baarle-Hertog	baarle-hertog	BE	2387	2305	Europe/Brussels	51.40504	4.89226		Baarle-Chertonk,Baarle-Hertog,Baerle-Duc,Barle Khertog,Barle-Gertog,Barle-Khertog,ba er lei-he er tuo he,baleulleoheleutoheu,barure=herutofu,byrlrtwg,Μπάαρλε-Χέρτογκ,Барле Хертог,Барле-Гертог,Барле-Хертог,بئرلرتوگ,バールレ＝ヘルトフ,巴尔勒－赫尔托赫,바를러헤르토흐		VLG	VAN	13	13002
2802820	Baardegem	baardegem	BE	9310	1924	Europe/Brussels	50.9548	4.14203		Baardegem,Baerdegem,Baerdeghem		VLG	VOV	41	41002
2802827	Baal	baal	BE	3128	0	Europe/Brussels	51.08333	5.08333		Baal,Bael		VLG	VLI	71	71057
2802828	Baal	baal	BE	3128	5931	Europe/Brussels	50.9955	4.75317		Baal,Bael		VLG	VBR	24	24109
2802830	Baaigem	baaigem	BE	9890	584	Europe/Brussels	50.932	3.72026		Baaigem,Baeygem		VLG	VOV	44	44020
2802837	Aywaille	aywaille	BE	4920	10636	Europe/Brussels	50.47411	5.67684		Aiweye,Aiwêye,Aywaille,Ehvaj,Evaj,ai wa ye,ayway,ewayu,Евай,Эвай,ایوای,艾瓦耶,에와유		WAL	WLG	62	62009
2802839	Ayeneux	ayeneux	BE	4630	2419	Europe/Brussels	50.60797	5.71589		Soumagne (Ayeneux)		WAL	WLG	62	62099
2802842	Aye	aye	BE	6900	2811	Europe/Brussels	50.22471	5.30064		Aye		WAL	WLX	83	83034
2802845	Awirs	awirs	BE	4400	1308	Europe/Brussels	50.60014	5.40627		Awirs		WAL	WLG	62	62120
2802847	Awenne	awenne	BE	6870	353	Europe/Brussels	50.07405	5.30471		Awenne		WAL	WLX	84	84059
2802849	Awans	awans	BE	4340	8612	Europe/Brussels	50.66774	5.46329		Auans,Avan,Awan,Awans,a wang,awan,Αβάν,Аван,Ауанс,اوان,阿旺		WAL	WLG	62	62006
2802856	Avin	avin	BE	4280	790	Europe/Brussels	50.62235	5.06925		Hannut (Avin)		WAL	WLG	64	64034
2802859	Avernas-le-Bauduin	avernas-le-bauduin	BE	4280	744	Europe/Brussels	50.69438	5.07859		Avernas-le-Bauduin		WAL	WLG	64	64034
2802865	Averbode	averbode	BE	3271	3396	Europe/Brussels	51.02887	4.98067		Scherpenheuvel-Zichem (Averbode)		VLG	VBR	24	24134
2802868	Avennes	avennes	BE	4260	684	Europe/Brussels	50.6287	5.11687		Avennes		WAL	WLG	64	64015
2802871	Avelgem	avelgem	BE	8580	9106	Europe/Brussels	50.77618	3.44502		Aovelhem,Avelgem,Avelghem		VLG	VWV	34	34003
2802873	Avekapelle	avekapelle	BE	8630	331	Europe/Brussels	51.06623	2.73268		Avecappelle,Avekapelle		VLG	VWV	38	38025
2802875	Ave-et-Auffe	ave-et-auffe	BE	5580	320	Europe/Brussels	50.11298	5.14237		Rochefort (Ave-et-Auffe)		WAL	WNA	91	91114
2802902	Auvelais	auvelais	BE	5060	8456	Europe/Brussels	50.4504	4.63228		Sambreville (Auvelais)		WAL	WNA	92	92137
2802907	Autreppe	autreppe	BE	7387	0	Europe/Brussels	50.58847	3.71819				WAL	WHT	51	51004
2802908	Autreppe	autreppe	BE	7387	359	Europe/Brussels	50.34825	3.73329				WAL	WHT	53	53083
2802910	Autre-Église	autre-eglise	BE	1367	1164	Europe/Brussels	50.66921	4.90381		Ramillies (Autre-Eglise),Ramillies (Autre-Église)		WAL	WBR	25	25122
2802914	Autelbas	autelbas	BE	6706	2530	Europe/Brussels	49.64813	5.86799		Arlon (Autelbas)		WAL	WLX	81	81001
2802929	Aulnois	aulnois	BE	7040	0	Europe/Brussels	50.63495	4.18856				WAL	WHT	55	55004
2802931	Aulnois	aulnois	BE	7040	1059	Europe/Brussels	50.34009	3.90409				WAL	WHT	53	53084
2802953	Audregnies	audregnies	BE	7382	863	Europe/Brussels	50.38324	3.72128				WAL	WHT	53	53068
2802960	Auderghem	auderghem	BE	1160	33984	Europe/Brussels	50.81667	4.43333		Anderghen,Audergem,Auderghem,Auderghem - Oudergem,Auderghem-Oudergem,Auderghem/Oudergem,Brussel (Oudergem),Bruxelles (Auderghem),Odergem,Oudergem,ao de er he mu,awdrgm,odeleugem,oderugemu,Аудергем,Одергем,اودرگم,オーデルゲム,奥德尔赫姆,오데르겜		BRU	BRU	21	21002
2802981	Aublain	aublain	BE	5660	379	Europe/Brussels	50.06644	4.4096		Aublain		WAL	WNA	93	93014
2802985	Aubel	aubel	BE	4880	4119	Europe/Brussels	50.70189	5.85812		Aobel,Aubel,Obel,Obel',ao bo er,lawb,Обел,Обель,لاوب,奥伯尔		WAL	WLG	63	63003
2802988	Aubechies	aubechies	BE	7972	158	Europe/Brussels	50.57419	3.67647				WAL	WHT	51	51008
2802990	Aubange	aubange	BE	6790	14932	Europe/Brussels	49.56652	5.80492		Abindje,Aubange,Eibeng,Obanzh,ao bang ri,awbanzh,Åbindje,Éibeng,Обанж,اوبانژ,奥邦日		WAL	WLX	81	81004
2802994	Attre	attre	BE	7941	750	Europe/Brussels	50.60732	3.83921				WAL	WHT	51	51012
2802996	Attert	attert	BE	6717	4491	Europe/Brussels	49.75035	5.78634		Attert		WAL	WLX	81	81003
2802998	Attenrode	attenrode	BE	3384	1077	Europe/Brussels	50.87782	4.92438		Attenrode,Attenrode-Wever		VLG	VBR	24	24137
2803000	Attenhoven	attenhoven	BE	3404	0	Europe/Brussels	50.91324	4.72942				VLG	VBR	24	24043
2803001	Attenhoven	attenhoven	BE	3404	1784	Europe/Brussels	50.76591	5.09296		Attenhoven		VLG	VBR	24	24059
2803005	Athus	athus	BE	6791	8028	Europe/Brussels	49.56475	5.83736		Athus,Attem		WAL	WLX	81	81004
2803007	Athis	athis	BE	7387	471	Europe/Brussels	50.36353	3.77449				WAL	WHT	53	53083
2803010	Ath	ath	BE	7800	26681	Europe/Brussels	50.62937	3.77801		Aat,At,Ate,Ath,Athum,at,Ât,Ατ,Ат,ات		WAL	WHT	51	51004
2803014	Astene	astene	BE	9800	4935	Europe/Brussels	50.98512	3.56654		Astene		VLG	VOV	44	44083
2803018	Assesse	assesse	BE	5330	6279	Europe/Brussels	50.36934	5.02204		Assesse		WAL	WNA	92	92006
2803020	Assent	assent	BE	3460	1504	Europe/Brussels	50.95187	5.01473		Assent,Caggevinne-Assent		VLG	VBR	24	24008
2803022	Assenois	assenois	BE	6860	0	Europe/Brussels	49.96547	5.67979				WAL	WLX	82	82036
2803023	Assenois	assenois	BE	6860	0	Europe/Brussels	49.87831	5.21127				WAL	WLX	84	84009
2803024	Assenois	assenois	BE	6860	1471	Europe/Brussels	49.80244	5.46371		Assenois		WAL	WLX	84	84033
2803026	Assenede	assenede	BE	9960	13495	Europe/Brussels	51.22598	3.75085		Asenede,Assenede,Assenee,a sai nei de,asnwd,Асенеде,Ассенеде,اسنود,阿塞内德		VLG	VOV	43	43002
2803030	Assebroek	assebroek	BE	8310	19772	Europe/Brussels	51.19367	3.2623		Assebroek,Assebroeke,Assebrouck		VLG	VWV	31	31005
2803033	Asse	asse	BE	1730	28985	Europe/Brussels	50.91011	4.19836		Ase,Assche,Asse,Asso,a se,as,aseo,Асе,Ассе,Ассо,اس,阿瑟,아서		VLG	VBR	23	23002
2803034	Asse	asse	BE	1730	0	Europe/Brussels	50.69286	5.7854		Asse		WAL	WLG	63	63035
2803036	Asquillies	asquillies	BE	7040	436	Europe/Brussels	50.4019	3.95808		Asquilies		WAL	WHT	53	53084
2803040	Asper	asper	BE	9890	4523	Europe/Brussels	50.9137	3.65126		Asper		VLG	VOV	44	44020
2803042	Aspelare	aspelare	BE	9404	1622	Europe/Brussels	50.84189	3.95743		Aspelaere,Aspelare		VLG	VOV	41	41048
2803053	As	as	BE	3665	7250	Europe/Brussels	51.00755	5.58453		As,Asch		VLG	VLI	71	71002
2803055	Arville	arville	BE	6870	1019	Europe/Brussels	50.03203	5.31665				WAL	WLX	84	84059
2803059	Arsimont	arsimont	BE	5060	2343	Europe/Brussels	50.42859	4.63872		Sambreville (Arsimont)		WAL	WNA	92	92137
2803061	Arquennes	arquennes	BE	7181	3130	Europe/Brussels	50.56765	4.27341		Arquennes		WAL	WHT	52	52063
2803073	Arlon	arlon	BE	6700	26179	Europe/Brussels	49.68333	5.81667		Aarle,Aarlen,Arel,Arlon,Arlona,Arlonas,Arloni vald,Orolaunum,QON,a er long,aleullong,arln,arlwn,aruron,Årlon,Αρλόν,Арлон,Արլոն,ארלון,آرلن,آرلون,アルロン,阿爾隆,아를롱		WAL	WLX	81	81001
2803079	Argenteau	argenteau	BE	4601	1249	Europe/Brussels	50.70211	5.68448		Vise (Argenteau),Visé (Argenteau)		WAL	WLG	62	62108
2803083	Arendonk	arendonk	BE	2370	12247	Europe/Brussels	51.32267	5.08289		Arendonck,Arendonk		VLG	VAN	13	13001
2803091	Ardooie	ardooie	BE	8850	9161	Europe/Brussels	50.9757	3.19736		Ardooie,Ardoye		VLG	VWV	37	37020
2803098	Archennes	archennes	BE	1390	1571	Europe/Brussels	50.75261	4.66962		Eerken,Grez-Doiceau (Archennes)		WAL	WBR	25	25037
2803103	Arc-Ainières	arc-ainieres	BE	7910	636	Europe/Brussels	50.70151	3.55433				WAL	WHT	51	51065
2803107	Arbrefontaine	arbrefontaine	BE	4990	469	Europe/Brussels	50.30188	5.83582		Arbrefontaine		WAL	WLG	63	63045
2803110	Arbre	arbre	BE	5170	763	Europe/Brussels	50.61037	3.81517				WAL	WHT	51	51004
2803111	Arbre	arbre	BE	5170	560	Europe/Brussels	50.36611	4.82137		Profondeville (Arbre)		WAL	WNA	92	92101
2803119	Appelterre-Eichem	appelterre-eichem	BE	9400	2981	Europe/Brussels	50.81597	3.97808		Appelterre-Eichem,Appelterre-Eychem		VLG	VOV	41	41048
2803122	Appels	appels	BE	9200	2862	Europe/Brussels	51.03225	4.06141		Appels		VLG	VOV	42	42006
2803130	Anzegem	anzegem	BE	8570	13920	Europe/Brussels	50.837	3.47786		Anseghem,Anzegem,Anzehem		VLG	VWV	34	34002
2803133	Anvaing	anvaing	BE	7910	1187	Europe/Brussels	50.68318	3.56144		Anvaing		WAL	WHT	51	51065
2803138	Antwerpen	antwerpen	BE	2000	459805	Europe/Brussels	51.22047	4.40026		ANR,Amberes,Amberis,Amversa,Anberes,Antuairp,Antuerpen,Antuerpia,Antuérpia,Antverpen,Antverpenas,Antverpene,Antverpeno,Antverpens,Antverpia,Antverpy,Antwarp,Antwerp,Antwerpa,Antwerpe,Antwerpen,Antwerpia,Antwerpium,Antwerpn,Antwyrpijo,Antwérp,Anvers,Anversa,Anverse,Anvèrs,Anvérse,Kota Antwerpen,On-thit-vi-phu,amtavarpa,an te wei pu,anteubeleupen,antou~erupen,antowapu,antverp,antwrb,antwrp,antwyrb,Ôn-thi̍t-ví-phú,Αμβέρσα,Антверпен,Անտվերպեն,אנטווערפן,אנטוורפן,آنتورپ,أنتويرب,انتورب,انتويرب,انٹیورپ,अँटवर्प,ஆண்ட்வெர்ப்,ആന്റ്‌വെർപ്,แอนต์เวิร์ป,အန့်တွပ်မြို့,ანტვერპენი,アントウェルペン,アントワープ,安特卫普,安特衞普,안트베르펜		VLG	VAN	11	11002
2803144	Antoing	antoing	BE	7640	7507	Europe/Brussels	50.56765	3.4492		Antoan,Antoing,Antuan,antyan,Антоан,Антуан,آنتئان		WAL	WHT	57	57003
2803148	Anthisnes	anthisnes	BE	4160	4116	Europe/Brussels	50.48323	5.519		Antene,Anthisnes,Antin,Aubel,ang di en,antyzn,Антин,آنتیزن,昂蒂恩		WAL	WLG	61	61079
2803150	Antheit	antheit	BE	4520	4447	Europe/Brussels	50.54927	5.24022		Wanze (Antheit)		WAL	WLG	61	61072
2803152	Anthée	anthee	BE	5520	426	Europe/Brussels	50.24018	4.76197		Onhaye (Anthee),Onhaye (Anthée)		WAL	WNA	91	91103
2803155	Anseroeul	anseroeul	BE	7750	1090	Europe/Brussels	50.72739	3.5237		Anseroeul		WAL	WHT	57	57095
2803157	Anseremme	anseremme	BE	5500	2257	Europe/Brussels	50.23996	4.89904		Dinant (Anseremme)		WAL	WNA	91	91034
2803160	Ans	ans	BE	4430	27297	Europe/Brussels	50.6623	5.52029		Ans,Anse,an,ang si,ansu,Анс,آن,アンス,昂斯		WAL	WLG	62	62003
2803162	Annevoie-Rouillon	annevoie-rouillon	BE	5537	634	Europe/Brussels	50.34776	4.84961		Anhee (Annevoie-Rouillon),Anhée (Annevoie-Rouillon)		WAL	WNA	91	91005
2803167	Anloy	anloy	BE	6890	472	Europe/Brussels	49.94978	5.22192		Anloy		WAL	WLX	84	84035
2803171	Anlier	anlier	BE	6721	387	Europe/Brussels	49.77142	5.62011		Anlier		WAL	WLX	85	85046
2803174	Anhée	anhee	BE	5537	7125	Europe/Brussels	50.31039	4.87827		Ane,Anhee,Anhee sur Meuse,Anheye,Anhée,Anhée sur Meuse,Anhêye,ang nei,anh,Ане,انه,昂内		WAL	WNA	91	91005
2803177	Angreau	angreau	BE	7387	411	Europe/Brussels	50.35083	3.69149				WAL	WHT	53	53083
2803180	Angre	angre	BE	7387	743	Europe/Brussels	50.36583	3.69535				WAL	WHT	53	53083
2803183	Angleur	angleur	BE	4031	10647	Europe/Brussels	50.6113	5.59942		Liege (Angleur),Liège (Angleur)		WAL	WLG	62	62063
2803187	Andrimont	andrimont	BE	4821	7064	Europe/Brussels	50.61298	5.88294		Andrimont		WAL	WLG	63	63020
2803188	Andrimont	andrimont	BE	4821	0	Europe/Brussels	50.43916	5.8907		Andrimont		WAL	WLG	63	63075
2803189	Andrimont	andrimont	BE	4821	0	Europe/Brussels	50.34486	4.40131				WAL	WHT	56	56086
2803199	Anderlues	anderlues	BE	6150	11597	Europe/Brussels	50.40704	4.27136		Anderlju,Anderlues,andrlw,Андерлю,آندرلو		WAL	WHT	56	56001
2803201	Anderlecht	anderlecht	BE	1070	160553	Europe/Brussels	50.83619	4.31454		Anderlacum,Anderlech,Anderlecht,Anderleht,Anderlek,Anderlekht,Brussel (Anderlecht),Bruxelles (Anderlecht),an de lai he te,andeoleheuteu,anderurehito,andrlkht,andrlsht,xandexr lekht,Андерлехт,آندرلخت,آندرلشت,أندرلخت,อันเดอร์เลคต์,アンデルレヒト,安德莱赫特,안더레흐트	21001	BRU	BRU	21	21001
2803204	Andenne	andenne	BE	5300	24055	Europe/Brussels	50.48941	5.09513		Anden,Andene,Andenn,Andenne,andn,ang dai ne,Анден,Анденн,آندن,昂代讷		WAL	WNA	92	92003
2803217	Ampsin	ampsin	BE	4540	3576	Europe/Brussels	50.54153	5.2779		Amay (Ampsin)		WAL	WLG	61	61003
2803220	Amougies	amougies	BE	7750	1132	Europe/Brussels	50.74446	3.50675		Amougies		WAL	WHT	57	57095
2803222	Amonines	amonines	BE	6997	379	Europe/Brussels	50.26485	5.55809		Amonines		WAL	WLX	83	83013
2803236	Ambresin	ambresin	BE	4219	716	Europe/Brussels	50.63068	5.03097		Wasseiges (Ambresin)		WAL	WLG	64	64075
2803238	Ambly	ambly	BE	6953	479	Europe/Brussels	50.14453	5.31185		Ambly		WAL	WLX	83	83040
2803241	Amblève	ambleve	BE	4770	0	Europe/Brussels	50.47854	5.65395				WAL	WLG	62	62009
2803242	Amblève	ambleve	BE	4770	5221	Europe/Brussels	50.35357	6.17002		Ambleve,Amblève,Amel		WAL	WLG	63	63001
2803244	Amberloup	amberloup	BE	6680	928	Europe/Brussels	50.03123	5.52981		Sainte-Ode (Amberloup)		WAL	WLX	82	82038
2803246	Amay	amay	BE	4540	13307	Europe/Brussels	50.54829	5.30974		Ama,Amay,Ame,a mai,amh,Аме,امه,阿迈		WAL	WLG	61	61003
2803252	Alveringem	alveringem	BE	8690	4910	Europe/Brussels	51.01238	2.71117		Alveringem,Alveringhem,Oalveringem,a er fu ling e mu,alwwrnzhm,Алверингем,الوورنژم,阿尔弗灵厄姆		VLG	VWV	38	38002
2803266	Alsemberg	alsemberg	BE	1652	5943	Europe/Brussels	50.74134	4.33754		Beersel (Alsemberg)		VLG	VBR	23	23003
2803278	Alleur	alleur	BE	4432	9768	Europe/Brussels	50.67465	5.51316		Ans (Alleur)		WAL	WLG	62	62003
2803281	Alle	alle	BE	5550	898	Europe/Brussels	49.84119	4.97011		Vresse-sur-Semois (Alle)		WAL	WNA	91	91143
2803285	Alken	alken	BE	3570	10933	Europe/Brussels	50.87553	5.30558		Alken,Alkén,Alleke		VLG	VLI	73	73001
2803319	Aisémont	aisemont	BE	5070	0	Europe/Brussels	50.71667	4.61667				WAL	WBR	25	25112
2803320	Aisemont	aisemont	BE	5070	643	Europe/Brussels	50.40491	4.65185		Fosses-la-Ville (Aisemont)		WAL	WNA	92	92048
2803323	Aiseau	aiseau	BE	6250	10906	Europe/Brussels	50.41158	4.58671		Aiseau-Presles (Aiseau)		WAL	WHT	52	52074
2803325	Aische-en-Refail	aische-en-refail	BE	5310	1189	Europe/Brussels	50.60009	4.83775		Aische,Aische-en-Refail		WAL	WNA	92	92035
2803328	Aineffe	aineffe	BE	4317	369	Europe/Brussels	50.62464	5.25729		Aineffe		WAL	WLG	64	64076
2803334	Agimont	agimont	BE	5544	1039	Europe/Brussels	50.1659	4.79579		Hastiere (Agimont),Hastière (Agimont)		WAL	WNA	91	91142
2803338	Afsnee	afsnee	BE	9051	375	Europe/Brussels	51.0317	3.66548		Afsne,Afsnee,Afsné		VLG	VOV	44	44021
2803343	Adinkerke	adinkerke	BE	8660	3142	Europe/Brussels	51.07409	2.59914		Adinkerke		VLG	VWV	38	38008
2803347	Adegem	adegem	BE	9991	6473	Europe/Brussels	51.20509	3.4954		Adegem		VLG	VOV	43	43010
2803352	Acoz	acoz	BE	6280	2069	Europe/Brussels	50.35904	4.53263		Gerpinnes (Acoz)		WAL	WHT	52	52025
2803354	Acosse	acosse	BE	4219	337	Europe/Brussels	50.59305	5.04684		Wasseiges (Acosse)		WAL	WLG	64	64075
2803385	Achet	achet	BE	5362	839	Europe/Brussels	50.33346	5.17516		Hamois (Achet)		WAL	WNA	91	91059
2803388	Achêne	achene	BE	5590	1110	Europe/Brussels	50.26701	5.04539		Ciney (Achene),Ciney (Achêne)		WAL	WNA	91	91030
2803391	Achel	achel	BE	3930	5365	Europe/Brussels	51.253	5.47977		Hamont-Achel (Achel)		VLG	VLI	72	72037
2803396	Abolens	abolens	BE	4280	318	Europe/Brussels	50.67258	5.14933		Hannut (Abolens)		WAL	WLG	64	64034
2803405	Abée	abee	BE	4557	603	Europe/Brussels	50.47328	5.3555		Abee,Abée		WAL	WLG	61	61081
2803420	Aartselaar	aartselaar	BE	2630	14193	Europe/Brussels	51.13412	4.38678		Aartselaar,Aertselaer		VLG	VAN	11	11001
2803427	Aarsele	aarsele	BE	8700	2959	Europe/Brussels	50.99663	3.41954		Aarsele,Aerseele		VLG	VWV	37	37015
2803429	Aarschot	aarschot	BE	3200	27656	Europe/Brussels	50.98715	4.83695		Aarschot,Aarschoti vald,Aarshot,Aerschot,Arschotas,Arskhot,a er si huo te,aleuseuhos,arssht,arusukoto,Άαρσχοτ,Ааршот,Арсхот,آرسچوٹ,ارسشت,アールスコート,阿尔斯霍特,아르스홋		VLG	VBR	24	24001
2803443	Aalter	aalter	BE	9880	18802	Europe/Brussels	51.09017	3.44693		Aalter,Aeltre,Alter,Gemeente_Aalter,a er te,alth,Άαλτερ,Алтер,آلٹیر,الته,阿尔特		VLG	VOV	44	44084
2803448	Aalst	aalst	BE	3800	77534	Europe/Brussels	50.93604	4.0355		Aals,Aalst,Alost,Alosti,Alostum,Alst,Alsta,Alstas,Alósti,Aosite,Halosta,Oalst,Àosītè,Ālsta		VLG	VOV	41	41002
2803449	Aalst	aalst	BE	3800	747	Europe/Brussels	50.78195	5.20915		Aelst,Sint-Truiden (Aalst)		VLG	VLI	71	71053
2803450	Aalst	aalst	BE	3800	0	Europe/Brussels	50.77056	4.86557		Aalst,Aelst		VLG	VBR	24	24041
2803454	Aalbeke	aalbeke	BE	8511	2922	Europe/Brussels	50.77848	3.22952		Aalbeke,Aelbeke		VLG	VWV	34	34022
2803456	Aaigem	aaigem	BE	9420	2098	Europe/Brussels	50.88921	3.93674		Aaigem		VLG	VOV	41	41082
6620292	Grâce-Hollogne	grace-hollogne	BE	4460	0	Europe/Brussels	50.63455	5.47565		Grace-Hologne,Gras-Olon,Gras-Olon',Gråce-Hologne,ge la si-ao luo nie,grs-awlwny,Грас-Олон,Грас-Олонь,گرس-اولونی,格拉斯-奥洛涅		WAL	WLG	62	62118
6639684	Heuvelland	heuvelland	BE	8950	0	Europe/Brussels	50.77598	2.82228				VLG	VWV	33	33039
6639685	Affligem	affligem	BE	1790	0	Europe/Brussels	50.90942	4.11163				VLG	VBR	23	23105
6640087	Frasnes-lez-Anvaing	frasnes-lez-anvaing	BE	7910	0	Europe/Brussels	50.69211	3.63562		Fraine-dile-Anvegn,Fraine-dilé-Anvegn,Fran lez Anven,Fran-lez-Anven,frazn-lh-anwn,Фран лез Анвен,Фран-лез-Анвен,فرازن-له-آنون	51065	WAL	WHT	51	51065
6957772	Philippeville	philippeville	BE	5600	0	Europe/Brussels	50.34519	5.18005				WAL	WNA	91	91059
6957774	Papignies	papignies	BE	7861	0	Europe/Brussels	50.61495	3.92824				WAL	WHT	55	55039
7647763	Dion-Valmont	dion-valmont	BE	1325	0	Europe/Brussels	50.7082	4.66773				WAL	WBR	25	25018
7647765	Ottignies-Louvain-la-Neuve	ottignies-louvain-la-neuve	BE	1340	0	Europe/Brussels	50.66714	4.55023		Ocgniye-Li Nou Loven,Ocgniye-Li Noû Lovén,Otini Luven la Nev,Otini-Luven la N'ov,Ottignies-Louvain-La-Neuve,Ottin'i-Luven-la-Njov,Ottiniacum-Novum Lovanium,ao di ni-xin lu wen,Отини-Лувен ла Ньов,Отињи Лувен ла Нев,Оттиньи-Лувен-ла-Нёв,اوتینی-لوون‌لنو,奥蒂尼－新鲁汶		WAL	WBR	25	25121
7647766	Orp-Jauche	orp-jauche	BE	1350	0	Europe/Brussels	50.6839	4.94934		Or-Zhosh,Orp-Zhosh,Ou-Djace,Oû-Djåce,ao er pu-ruo shen,awrp-zhwsh,Ор-Жош,Орп-Жош,اورپ-ژوش,奥尔普－若什		WAL	WBR	25	25120
7647768	Hélécine	helecine	BE	1357	0	Europe/Brussels	50.75028	4.98346				WAL	WBR	25	25118
7647771	Gérompont	gerompont	BE	1367	0	Europe/Brussels	50.6481	4.88145		Ramillies (Gerompont),Ramillies (Gérompont)		WAL	WBR	25	25122
7648247	Rebecq	rebecq	BE	1430	0	Europe/Brussels	50.66597	4.13202		Rebek,Ribek,lei bei ke,rwbwk,Ребек,روبوک,勒贝克		WAL	WBR	25	25123
7648268	Chastre	chastre	BE	1450	0	Europe/Brussels	50.60067	4.634		Shastr,Shastur,Tchasse,Tchåsse,sha si te er,shstr,Шастр,Шастър,شستر,沙斯特尔	25117	WAL	WBR	25	25117
7648367	Walhain	walhain	BE	1457	0	Europe/Brussels	50.6168	4.69477				WAL	WBR	25	25124
7648533	Lennik	lennik	BE	1750	0	Europe/Brussels	50.80903	4.16219		Lenik,Lennik,lai ni ke,lnyk,Леник,Ленник,لنیک,莱尼克	23104	VLG	VBR	23	23104
7649150	Malle	malle	BE	2390	0	Europe/Brussels	51.29917	4.7109		Male,ma lai,ml  antwyr,Мале,مل، آنتوئر,马莱		VLG	VAN	11	11057
7667505	Laakdal	laakdal	BE	2430	0	Europe/Brussels	51.08067	5.00556			13053	VLG	VAN	13	13053
7668893	Scherpenheuvel-Zichem	scherpenheuvel-zichem	BE	3270	0	Europe/Brussels	51.01041	4.97492		Montaigu-Zichem,Sjerpenheuvel-Zichem,Skherpenkh'ovel-Zikhem,shrpnwlzyshm,si he er peng he gang er-qi ke mu,Схерпенхьовел-Зихем,شرپنولزیشم,斯赫尔彭赫纲尔－齐克姆	24134	VLG	VBR	24	24134
7669079	Linter	linter	BE	3350	0	Europe/Brussels	50.84158	5.03663				VLG	VBR	24	24133
7669081	Tielt-Winge	tielt-winge	BE	3390	0	Europe/Brussels	50.91743	4.88368				VLG	VBR	24	24135
7669232	Houthalen-Helchteren	houthalen-helchteren	BE	3530	0	Europe/Brussels	51.03216	5.37849		Hotele-Helichtre,Hôtele-Helichtre,Khautkhalen-Khelkhteren,awtlan-alktwran,hu ta lun-he er he te lun,Хаутхален-Хелхтерен,اوتلان-الکتوران,เฮาต์ฮาเลิน-แฮ็ลค์เตอเริน,胡塔伦－赫尔赫特伦		VLG	VLI	72	72039
7669241	Heusden-Zolder	heusden-zolder	BE	3550	0	Europe/Brussels	51.03729	5.29653		Gesden-Zolder,Hesdenas-Zolderis,Heuze-Zolder,Kh'osden-Zolder,Khezden-Zolder,awsdan-zwldh,he si deng-zuo er de er,heis dein-sol de xr,Гесден-Золдер,Хезден-Золдер,Хьосден-Золдер,اوسدان-زولده,เฮิสเดิน-โซลเดอร์,赫斯登－佐尔德尔		VLG	VLI	71	71070
7670535	Dilsen-Stokkem	dilsen-stokkem	BE	3650	0	Europe/Brussels	51.03055	5.73469		Dilse-Stokkem,Dilsen-Stokem,di er sen-si tuo ke mu,dil sein-s tok kem,dylsan-stwkm,dylsn- stwkwm,Дилсен-Стокем,ديلسن- ستوكوم,دیلسان-ستوکم,ดิลเซิน-สโตกเกม,迪尔森－斯托克姆		VLG	VLI	72	72041
7670760	Bovelingen	bovelingen	BE	3870	0	Europe/Brussels	50.73553	5.25361		Heers (Bovelingen)		VLG	VLI	73	73022
7729780	Hamont-Achel	hamont-achel	BE	3930	0	Europe/Brussels	51.24967	5.50552				VLG	VLI	72	72037
7729781	Hechtel-Eksel	hechtel-eksel	BE	3940	0	Europe/Brussels	51.14166	5.37609				VLG	VLI	72	72038
7729782	Ham	ham	BE	3945	0	Europe/Brussels	51.10083	5.1592				VLG	VLI	71	71069
7729796	Neupré	neupre	BE	4120	0	Europe/Brussels	50.54387	5.48012		N'opre,Njopre,na pu lei,nwprh,Ньопре,Нёпре,نوپره,纳普雷		WAL	WLG	62	62121
7729847	Flémalle	flemalle	BE	4400	0	Europe/Brussels	50.60223	5.44355		Flemal,Flemal',Flemale,Flémåle,flml,fu lai ma lei,Флемал,Флемаль,فلمل,弗莱马勒		WAL	WLG	62	62120
7732012	Reuland	reuland	BE	4790	1592	Europe/Brussels	50.19553	6.13548		Burg-Reuland (Reuland)		WAL	WLG	63	63087
7732060	Thimister-Clermont	thimister-clermont	BE	4890	0	Europe/Brussels	50.65371	5.8643				WAL	WLG	63	63089
7732186	Sambreville	sambreville	BE	5060	0	Europe/Brussels	50.43444	4.63263		Sambrevil,Sambrvil,Sambrvil',Sambveye,sang bu er wei ye,smbrw wyl,Самбрвил,Самбрвиль,Самбревил,سمبرو ویل,桑布尔维耶		WAL	WNA	92	92137
7732187	La Bruyère	la-bruyere	BE	5080	0	Europe/Brussels	50.55009	4.79828				WAL	WNA	92	92141
7732934	Mozet	mozet	BE	5340	647	Europe/Brussels	50.44461	4.98539		Gesves (mozet)		WAL	WNA	92	92054
7733120	Fernelmont	fernelmont	BE	5380	0	Europe/Brussels	50.55344	4.98605		Ferneamont,Fernel'mon,Fernelmon,fei er nei er meng,frnlmwn,Фернелмон,Фернельмон,فرنلمون,费尔内尔蒙		WAL	WNA	92	92138
7779033	Hastière	hastiere	BE	5540	0	Europe/Brussels	50.21658	4.81639		Ast'er,Astier,Astire,astyr,ha si di ai,Астиер,Астьер,استیر,哈斯蒂埃		WAL	WNA	91	91142
7910292	Viroinval	viroinval	BE	5670	0	Europe/Brussels	50.00727	4.66769				WAL	WNA	93	93090
7910402	Les Bons Villers	les-bons-villers	BE	6210	0	Europe/Brussels	50.53209	4.43504				WAL	WHT	52	52075
7910828	Aiseau-Presles	aiseau-presles	BE	6250	0	Europe/Brussels	50.40824	4.58216				WAL	WHT	52	52074
7911317	Sivry-Rance	sivry-rance	BE	6470	0	Europe/Brussels	50.15225	4.21498				WAL	WHT	56	56088
8128766	Beek	beek	BE	3960	0	Europe/Brussels	50.91754	3.95838	25			VLG	VOV	41	41082
8199019	Habay	habay	BE	6720	0	Europe/Brussels	49.73014	5.61676				WAL	WLX	85	85046
8629581	Petegem-aan-de-Schelde	petegem-aan-de-schelde	BE	9790	2060	Europe/Brussels	50.83344	3.55609				VLG	VOV	45	45061
10860694	Zwalm	zwalm	BE	9630	0	Europe/Brussels	50.87848	3.726				VLG	VOV	45	45065
11398281	Sint-Joris	sint-joris	BE	8620	2400	Europe/Brussels	50.87117	5.272				VLG	VLI	73	73001
\.


--
-- Data for Name: postal; Type: TABLE DATA; Schema: be; Owner: g5
--

COPY be.postal (postal_code, place_name, place_slug, admin_code1, admin_code2, admin_code3, latitude, longitude, accuracy) FROM stdin;
1000	Bruxelles	bruxelles	BRU	BRU	21	50.8504	4.3488	4
1020	Laeken	laeken	BRU	BRU	21	50.8759	4.3484	4
1030	Schaerbeek	schaerbeek	BRU	BRU	21	50.8694	4.3774	4
1040	Etterbeek	etterbeek	BRU	BRU	21	50.8327	4.3884	4
1050	Ixelles	ixelles	BRU	BRU	21	50.8333	4.3667	4
1060	Saint-Gilles	saint-gilles	BRU	BRU	21	50.8276	4.3439	4
1070	Anderlecht	anderlecht	BRU	BRU	21	50.8362	4.3145	4
1080	Molenbeek-Saint-Jean	molenbeek-saint-jean	BRU	BRU	21	50.8499	4.3125	4
1081	Koekelberg	koekelberg	BRU	BRU	21	50.8612	4.3314	4
1082	Berchem-Sainte-Agathe	berchem-sainte-agathe	BRU	BRU	21	50.8657	4.2956	4
1083	Ganshoren	ganshoren	BRU	BRU	21	50.8707	4.3153	4
1090	Jette	jette	BRU	BRU	21	50.8731	4.3342	4
1120	Neder-Over-Heembeek	neder-over-heembeek	BRU	BRU	21	50.9057	4.3922	4
1130	Haren	haren	BRU	BRU	21	50.8956	4.417	4
1140	Evere	evere	BRU	BRU	21	50.8744	4.399	4
1150	Woluwe-Saint-Pierre	woluwe-saint-pierre	BRU	BRU	21	50.8551	4.3707	4
1160	Auderghem	auderghem	BRU	BRU	21	50.8167	4.4333	4
1170	Watermael-Boitsfort	watermael-boitsfort	BRU	BRU	21	50.8015	4.4144	4
1180	Uccle	uccle	BRU	BRU	21	50.8022	4.3394	4
1190	Forest	forest	BRU	BRU	21	50.8168	4.3278	4
1200	Woluwe-Saint-Lambert	woluwe-saint-lambert	BRU	BRU	21	50.8439	4.4291	4
1210	Saint-Josse-Ten-Noode	saint-josse-ten-noode	BRU	BRU	21	50.8538	4.3728	4
2000	Antwerpen	antwerpen	VLG	VAN	11	51.2199	4.4035	4
2018	Antwerpen	antwerpen	VLG	VAN	11	51.2199	4.4035	4
2020	Antwerpen	antwerpen	VLG	VAN	11	51.2199	4.4035	4
2030	Antwerpen	antwerpen	VLG	VAN	11	51.2199	4.4035	4
2040	Zandvliet	zandvliet	VLG	VAN	11	51.3593	4.31	4
2040	Lillo	lillo	VLG	VAN	11	51.2807	4.506	4
2040	Antwerpen	antwerpen	VLG	VAN	11	51.2199	4.4035	4
2040	Berendrecht	berendrecht	VLG	VAN	11	51.3425	4.3142	4
2050	Antwerpen	antwerpen	VLG	VAN	11	51.2199	4.4035	4
2060	Antwerpen	antwerpen	VLG	VAN	11	51.2199	4.4035	4
2070	Zwijndrecht	zwijndrecht	VLG	VAN	11	51.2198	4.3266	4
2070	Burcht	burcht	VLG	VAN	11	51.2039	4.3429	4
2100	Deurne	deurne	VLG	VAN	11	51.2213	4.4659	4
2110	Wijnegem	wijnegem	VLG	VAN	11	51.2279	4.5189	4
2140	Borgerhout	borgerhout	VLG	VAN	11	51.2096	4.4354	4
2150	Borsbeek	borsbeek	VLG	VAN	11	51.1966	4.4854	4
2160	Wommelgem	wommelgem	VLG	VAN	11	51.2045	4.5225	4
2170	Merksem	merksem	VLG	VAN	11	51.2462	4.449	4
2180	Ekeren	ekeren	VLG	VAN	11	51.2809	4.4181	4
2200	Herentals	herentals	VLG	VAN	13	51.1766	4.8325	4
2200	Morkhoven	morkhoven	VLG	VAN	13	51.1189	4.8188	4
2200	Noorderwijk	noorderwijk	VLG	VAN	13	51.1412	4.8406	4
2220	Heist-Op-Den-Berg	heist-op-den-berg	VLG	VAN	12	51.0754	4.7283	4
2220	Hallaar	hallaar	VLG	VAN	12	51.0842	4.7292	4
2221	Booischot	booischot	VLG	VAN	12	51.0522	4.7751	4
2222	Itegem	itegem	VLG	VAN	12	51.1033	4.7286	4
2222	Wiekevorst	wiekevorst	VLG	VAN	12	51.108	4.7924	4
2223	Schriek	schriek	VLG	VAN	12	51.0284	4.6936	4
2230	Herselt	herselt	VLG	VAN	13	51.0516	4.8823	4
2230	Ramsel	ramsel	VLG	VAN	13	51.0324	4.8324	4
2235	Houtvenne	houtvenne	VLG	VAN	13	51.0418	4.8086	4
2235	Westmeerbeek	westmeerbeek	VLG	VAN	13	51.0613	4.8383	4
2235	Hulshout	hulshout	VLG	VAN	13	51.0745	4.7908	4
2240	Viersel	viersel	VLG	VAN	11	51.1877	4.6492	4
2240	Zandhoven	zandhoven	VLG	VAN	11	51.2149	4.6616	4
2240	Massenhoven	massenhoven	VLG	VAN	11	51.2002	4.6357	4
2242	Pulderbos	pulderbos	VLG	VAN	11	51.2171	4.6936	4
2243	Pulle	pulle	VLG	VAN	11	51.2032	4.7143	4
2250	Olen	olen	VLG	VAN	13	51.1439	4.8598	4
2260	Oevel	oevel	VLG	VAN	13	51.1379	4.9047	4
2260	Tongerlo	tongerlo	VLG	VAN	13	51.1062	4.9164	4
2260	Westerlo	westerlo	VLG	VAN	13	51.0905	4.9154	4
2260	Zoerle-Parwijs	zoerle-parwijs	VLG	VAN	13	51.0897	4.8711	4
2270	Herenthout	herenthout	VLG	VAN	13	51.1401	4.7557	4
2275	Gierle	gierle	VLG	VAN	13	51.2685	4.8673	4
2275	Poederlee	poederlee	VLG	VAN	13	51.2277	4.8403	4
2275	Wechelderzande	wechelderzande	VLG	VAN	13	51.263	4.7865	4
2275	Lille	lille	VLG	VAN	13	51.242	4.8231	4
2280	Grobbendonk	grobbendonk	VLG	VAN	13	51.1904	4.7356	4
2288	Bouwel	bouwel	VLG	VAN	13	51.1729	4.7418	4
2290	Vorselaar	vorselaar	VLG	VAN	13	51.2024	4.7726	4
2300	Turnhout	turnhout	VLG	VAN	13	51.3225	4.9447	4
2310	Rijkevorsel	rijkevorsel	VLG	VAN	13	51.348	4.7605	4
2320	Hoogstraten	hoogstraten	VLG	VAN	13	51.4003	4.7603	4
2321	Meer	meer	VLG	VAN	13	51.422	4.7803	1
2322	Minderhout	minderhout	VLG	VAN	13	51.4171	4.7629	4
2323	Wortel	wortel	VLG	VAN	13	51.3983	4.7946	4
2328	Meerle	meerle	VLG	VAN	13	51.4723	4.8032	4
2330	Merksplas	merksplas	VLG	VAN	13	51.3585	4.8651	4
2340	Vlimmeren	vlimmeren	VLG	VAN	13	51.2952	4.7813	4
2340	Beerse	beerse	VLG	VAN	13	51.3193	4.853	4
2350	Vosselaar	vosselaar	VLG	VAN	13	51.3086	4.8896	4
2360	Oud-Turnhout	oud-turnhout	VLG	VAN	13	51.3198	4.9841	4
2370	Arendonk	arendonk	VLG	VAN	13	51.3227	5.0829	4
2380	Ravels	ravels	VLG	VAN	13	51.3727	4.9921	4
2381	Weelde	weelde	VLG	VAN	13	51.4078	4.9925	4
2382	Poppel	poppel	VLG	VAN	13	51.4457	5.0433	4
2387	Baarle-Hertog	baarle-hertog	VLG	VAN	13	51.405	4.8923	4
2390	Oostmalle	oostmalle	VLG	VAN	11	51.3	4.7333	4
2390	Malle	malle	VLG	VAN	11	51.2992	4.7109	4
2390	Westmalle	westmalle	VLG	VAN	11	51.2977	4.6901	4
2400	Mol	mol	VLG	VAN	13	51.1919	5.1166	4
2430	Eindhout	eindhout	VLG	VAN	13	51.1038	4.9999	4
2430	Vorst	vorst	VLG	VAN	13	51.0803	5.02	4
2430	Laakdal	laakdal	VLG	VAN	13	51.0807	5.0056	4
2431	Varendonk	varendonk	VLG	VAN	13	51.0841	4.9514	4
2431	Veerle	veerle	VLG	VAN	13	51.0699	4.9876	4
2440	Geel	geel	VLG	VAN	13	51.1656	4.9892	4
2450	Meerhout	meerhout	VLG	VAN	13	51.1321	5.0784	4
2460	Tielen	tielen	VLG	VAN	13	51.243	4.8996	4
2460	Kasterlee	kasterlee	VLG	VAN	13	51.2412	4.9665	4
2460	Lichtaart	lichtaart	VLG	VAN	13	51.2249	4.9168	4
2470	Retie	retie	VLG	VAN	13	51.2665	5.0824	4
2480	Dessel	dessel	VLG	VAN	13	51.2385	5.1145	4
2490	Balen	balen	VLG	VAN	13	51.1684	5.1703	4
2491	Olmen	olmen	VLG	VAN	13	51.1423	5.15	4
2500	Koningshooikt	koningshooikt	VLG	VAN	12	51.0961	4.6099	4
2500	Lier	lier	VLG	VAN	12	51.1313	4.5704	4
2520	Oelegem	oelegem	VLG	VAN	11	51.2131	4.5983	4
2520	Emblem	emblem	VLG	VAN	11	51.1624	4.6049	4
2520	Broechem	broechem	VLG	VAN	11	51.1813	4.6018	4
2520	Ranst	ranst	VLG	VAN	11	51.1898	4.5653	4
2530	Boechout	boechout	VLG	VAN	11	51.1596	4.4919	4
2531	Vremde	vremde	VLG	VAN	11	51.1753	4.5232	4
2540	Hove	hove	VLG	VAN	11	51.1545	4.4707	4
2547	Lint	lint	VLG	VAN	11	51.1271	4.4967	4
2550	Waarloos	waarloos	VLG	VAN	11	51.106	4.4548	4
2550	Kontich	kontich	VLG	VAN	11	51.1321	4.4471	4
2560	Bevel	bevel	VLG	VAN	12	51.1378	4.6803	4
2560	Nijlen	nijlen	VLG	VAN	12	51.161	4.6701	4
2560	Kessel	kessel	VLG	VAN	12	51.1389	4.6296	4
2570	Duffel	duffel	VLG	VAN	12	51.0955	4.509	4
2580	Putte	putte	VLG	VAN	12	51.0534	4.6326	4
2580	Beerzel	beerzel	VLG	VAN	12	51.0575	4.6713	4
2590	Berlaar	berlaar	VLG	VAN	12	51.1176	4.6584	4
2590	Gestel	gestel	VLG	VAN	12	51.1287	4.673	4
2600	Berchem	berchem	VLG	VAN	11	51.1902	4.4326	4
2610	Wilrijk	wilrijk	VLG	VAN	11	51.1673	4.3951	4
2620	Hemiksem	hemiksem	VLG	VAN	11	51.1448	4.3387	4
2627	Schelle	schelle	VLG	VAN	11	51.1262	4.3411	4
2630	Aartselaar	aartselaar	VLG	VAN	11	51.1341	4.3868	4
2640	Mortsel	mortsel	VLG	VAN	11	51.167	4.4513	4
2650	Edegem	edegem	VLG	VAN	11	51.1566	4.445	4
2660	Hoboken	hoboken	VLG	VAN	11	51.1761	4.3484	4
2800	Mechelen	mechelen	VLG	VAN	12	51.0257	4.4776	4
2800	Walem	walem	VLG	VAN	12	51.0671	4.4584	4
2801	Heffen	heffen	VLG	VAN	12	51.0472	4.416	4
2811	Hombeek	hombeek	VLG	VAN	12	51.0175	4.4389	4
2811	Leest	leest	VLG	VAN	12	51.0332	4.4153	4
2812	Muizen	muizen	VLG	VAN	12	51.0111	4.5143	4
2820	Bonheiden	bonheiden	VLG	VAN	12	51.0226	4.5471	4
2820	Rijmenam	rijmenam	VLG	VAN	12	51.0016	4.584	4
2830	Tisselt	tisselt	VLG	VAN	12	51.034	4.3595	4
2830	Heindonk	heindonk	VLG	VAN	12	51.067	4.4081	4
2830	Willebroek	willebroek	VLG	VAN	12	51.0604	4.3602	4
2830	Blaasveld	blaasveld	VLG	VAN	12	51.0559	4.3767	4
2840	Rumst	rumst	VLG	VAN	11	51.0815	4.4222	4
2840	Terhagen	terhagen	VLG	VAN	11	51.0797	4.3991	4
2840	Reet	reet	VLG	VAN	11	51.102	4.4126	4
2845	Niel	niel	VLG	VAN	11	51.111	4.3343	4
2850	Boom	boom	VLG	VAN	11	51.0924	4.3717	4
2860	Sint-Katelijne-Waver	sint-katelijne-waver	VLG	VAN	12	51.0669	4.5347	4
2861	Onze-Lieve-Vrouw-Waver	onze-lieve-vrouw-waver	VLG	VAN	12	51.0627	4.5794	4
2870	Liezele	liezele	VLG	VAN	12	51.06	4.2804	4
2870	Puurs-Sint-Amands	puurs-sint-amands	VLG	VAN	12	51.0663	4.3059	3
2870	Ruisbroek	ruisbroek	VLG	VAN	12	51.0883	4.3313	4
2870	Puurs	puurs	VLG	VAN	12	51.0741	4.2884	4
2870	Breendonk	breendonk	VLG	VAN	12	51.043	4.3236	4
2880	Mariekerke	mariekerke	VLG	VAN	12	51.065	4.1925	4
2880	Bornem	bornem	VLG	VAN	12	51.0972	4.2436	4
2880	Hingene	hingene	VLG	VAN	12	51.1035	4.269	4
2880	Weert	weert	VLG	VAN	12	51.1032	4.1908	4
2890	Oppuurs	oppuurs	VLG	VAN	12	51.0663	4.2422	4
2890	Lippelo	lippelo	VLG	VAN	12	51.0426	4.259	4
2890	Sint-Amands	sint-amands	VLG	VAN	12	51.0564	4.2096	4
2900	Schoten	schoten	VLG	VAN	11	51.2525	4.5027	4
2910	Essen	essen	VLG	VAN	11	51.4679	4.469	4
2920	Kalmthout	kalmthout	VLG	VAN	11	51.3844	4.4756	4
2930	Brasschaat	brasschaat	VLG	VAN	11	51.2912	4.4918	4
2940	Hoevenen	hoevenen	VLG	VAN	11	51.306	4.402	4
2940	Stabroek	stabroek	VLG	VAN	11	51.3319	4.3713	4
2950	Kapellen	kapellen	VLG	VAN	11	51.3138	4.4354	4
2960	Brecht	brecht	VLG	VAN	11	51.3502	4.6383	4
2960	Sint-Lenaarts	sint-lenaarts	VLG	VAN	11	51.3487	4.6801	4
2960	Sint-Job-In-'T-Goor	sint-job-in-t-goor	VLG	VAN	11	51.2991	4.5729	4
2970	Schilde	schilde	VLG	VAN	11	51.2411	4.5834	4
2970	'S Gravenwezel	s-gravenwezel	VLG	VAN	11	51.2627	4.5611	4
2980	Zoersel	zoersel	VLG	VAN	11	51.2683	4.713	4
2980	Halle	halle	VLG	VAN	11	51.2407	4.6433	4
2990	Wuustwezel	wuustwezel	VLG	VAN	11	51.3921	4.5955	4
2990	Loenhout	loenhout	VLG	VAN	11	51.3995	4.644	4
1500	Halle	halle	VLG	VBR	23	50.7338	4.2345	4
1501	Buizingen	buizingen	VLG	VBR	23	50.7354	4.2477	4
1502	Lembeek	lembeek	VLG	VBR	23	50.7157	4.2183	4
1540	Herfelingen	herfelingen	VLG	VBR	23	50.7482	4.0975	4
1540	Herne	herne	VLG	VBR	23	50.7242	4.0348	4
1541	Sint-Pieters-Kapelle	sint-pieters-kapelle	VLG	VBR	23	50.7076	3.99	4
1547	Biévène	bievene	VLG	VBR	23	50.7164	3.9412	4
1560	Hoeilaart	hoeilaart	VLG	VBR	23	50.7673	4.4683	4
1570	Tollembeek	tollembeek	VLG	VBR	23	50.741	4.0067	4
1570	Galmaarden	galmaarden	VLG	VBR	23	50.7539	3.9712	4
1570	Vollezele	vollezele	VLG	VBR	23	50.7612	4.0243	4
1600	Sint-Laureins-Berchem	sint-laureins-berchem	VLG	VBR	23	50.7872	4.2001	4
1600	Oudenaken	oudenaken	VLG	VBR	23	50.7798	4.1978	4
1600	Sint-Pieters-Leeuw	sint-pieters-leeuw	VLG	VBR	23	50.7793	4.2435	4
1601	Ruisbroek	ruisbroek	VLG	VBR	23	50.7901	4.2977	4
1602	Vlezenbeek	vlezenbeek	VLG	VBR	23	50.8078	4.232	4
1620	Drogenbos	drogenbos	VLG	VBR	23	50.7873	4.3147	4
1630	Linkebeek	linkebeek	VLG	VBR	23	50.7678	4.3369	4
1640	Rhode-Saint-Genèse	rhode-saint-genese	VLG	VBR	23	50.7464	4.3575	4
1650	Beersel	beersel	VLG	VBR	23	50.7659	4.3002	4
1651	Lot	lot	VLG	VBR	23	50.7679	4.2771	4
1652	Alsemberg	alsemberg	VLG	VBR	23	50.7413	4.3375	4
1653	Dworp	dworp	VLG	VBR	23	50.7298	4.3011	4
1654	Huizingen	huizingen	VLG	VBR	23	50.7465	4.2738	4
1670	Heikruis	heikruis	VLG	VBR	23	50.7351	4.1116	4
1670	Bogaarden	bogaarden	VLG	VBR	23	50.7399	4.1359	4
1670	Pepingen	pepingen	VLG	VBR	23	50.7592	4.1598	4
1671	Elingen	elingen	VLG	VBR	23	50.7789	4.1709	4
1673	Beert	beert	VLG	VBR	23	50.741	4.181	4
1674	Bellingen	bellingen	VLG	VBR	23	50.7409	4.1537	4
1700	Sint-Ulriks-Kapelle	sint-ulriks-kapelle	VLG	VBR	23	50.879	4.2188	4
1700	Dilbeek	dilbeek	VLG	VBR	23	50.848	4.2597	4
1700	Sint-Martens-Bodegem	sint-martens-bodegem	VLG	VBR	23	50.8618	4.2132	4
1701	Itterbeek	itterbeek	VLG	VBR	23	50.838	4.2495	4
1702	Groot-Bijgaarden	groot-bijgaarden	VLG	VBR	23	50.8717	4.2497	4
1703	Schepdaal	schepdaal	VLG	VBR	23	50.8384	4.1961	4
1730	Mollem	mollem	VLG	VBR	23	50.9312	4.2263	4
1730	Asse	asse	VLG	VBR	23	50.9101	4.1984	4
1730	Bekkerzeel	bekkerzeel	VLG	VBR	23	50.8854	4.2378	4
1730	Kobbegem	kobbegem	VLG	VBR	23	50.9082	4.2525	4
1731	Relegem	relegem	VLG	VBR	23	50.8991	4.2769	4
1731	Zellik	zellik	VLG	VBR	23	50.8841	4.2733	4
1740	Ternat	ternat	VLG	VBR	23	50.8665	4.1668	4
1741	Wambeek	wambeek	VLG	VBR	23	50.8528	4.1617	4
1742	Sint-Katherina-Lombeek	sint-katherina-lombeek	VLG	VBR	23	50.8731	4.1536	4
1745	Mazenzele	mazenzele	VLG	VBR	23	50.9425	4.1722	4
1745	Opwijk	opwijk	VLG	VBR	23	50.9672	4.1844	4
1750	Gaasbeek	gaasbeek	VLG	VBR	23	50.7995	4.1893	4
1750	Sint-Kwintens-Lennik	sint-kwintens-lennik	VLG	VBR	23	50.8038	4.1549	4
1750	Lennik	lennik	VLG	VBR	23	50.809	4.1622	4
1750	Sint-Martens-Lennik	sint-martens-lennik	VLG	VBR	23	50.8116	4.1697	4
1755	Kester	kester	VLG	VBR	23	50.764	4.1206	4
1755	Gooik	gooik	VLG	VBR	23	50.7944	4.1138	4
1755	Leerbeek	leerbeek	VLG	VBR	23	50.7779	4.1194	4
1755	Oetingen	oetingen	VLG	VBR	23	50.7732	4.0635	4
1760	Onze-Lieve-Vrouw-Lombeek	onze-lieve-vrouw-lombeek	VLG	VBR	23	50.82	4.1103	4
1760	Roosdaal	roosdaal	VLG	VBR	23	50.8333	4.0833	4
1760	Strijtem	strijtem	VLG	VBR	23	50.8416	4.117	4
1760	Pamel	pamel	VLG	VBR	23	50.8453	4.0713	4
1761	Borchtlombeek	borchtlombeek	VLG	VBR	23	50.8479	4.1388	4
1770	Liedekerke	liedekerke	VLG	VBR	23	50.8689	4.0874	4
1780	Wemmel	wemmel	VLG	VBR	23	50.9081	4.3061	4
1785	Brussegem	brussegem	VLG	VBR	23	50.9256	4.2668	4
1785	Merchtem	merchtem	VLG	VBR	23	50.9513	4.232	4
1785	Hamme	hamme	VLG	VBR	23	50.9209	4.283	4
1790	Teralfene	teralfene	VLG	VBR	23	50.8919	4.099	4
1790	Hekelgem	hekelgem	VLG	VBR	23	50.9057	4.1077	4
1790	Essene	essene	VLG	VBR	23	50.9016	4.1374	4
1790	Affligem	affligem	VLG	VBR	23	50.9094	4.1116	4
1800	Peutie	peutie	VLG	VBR	23	50.93	4.4519	4
1800	Vilvoorde	vilvoorde	VLG	VBR	23	50.9281	4.4294	4
1820	Steenokkerzeel	steenokkerzeel	VLG	VBR	23	50.9185	4.5099	4
1820	Perk	perk	VLG	VBR	23	50.9357	4.4962	4
1820	Melsbroek	melsbroek	VLG	VBR	23	50.9156	4.4798	4
1830	Machelen	machelen	VLG	VBR	23	50.9106	4.4417	4
1831	Diegem	diegem	VLG	VBR	23	50.8973	4.4335	4
1840	Malderen	malderen	VLG	VBR	23	51.0208	4.2464	4
1840	Londerzeel	londerzeel	VLG	VBR	23	51.0047	4.303	4
1840	Steenhuffel	steenhuffel	VLG	VBR	23	50.9954	4.2679	4
1850	Grimbergen	grimbergen	VLG	VBR	23	50.9341	4.3721	4
1851	Humbeek	humbeek	VLG	VBR	23	50.968	4.3796	4
1852	Beigem	beigem	VLG	VBR	23	50.9491	4.3691	4
1853	Strombeek-Bever	strombeek-bever	VLG	VBR	23	50.9104	4.3558	4
1860	Meise	meise	VLG	VBR	23	50.9393	4.3266	4
1861	Wolvertem	wolvertem	VLG	VBR	23	50.9517	4.3096	4
1880	Nieuwenrode	nieuwenrode	VLG	VBR	23	50.9796	4.3528	4
1880	Kapelle-Op-Den-Bos	kapelle-op-den-bos	VLG	VBR	23	51.0097	4.363	4
1880	Ramsdonk	ramsdonk	VLG	VBR	23	51.015	4.3352	4
1910	Kampenhout	kampenhout	VLG	VBR	23	50.9421	4.551	4
1910	Nederokkerzeel	nederokkerzeel	VLG	VBR	23	50.9194	4.5639	4
1910	Buken	buken	VLG	VBR	23	50.9397	4.6169	4
1910	Berg	berg	VLG	VBR	23	51.0079	4.3198	4
1930	Zaventem	zaventem	VLG	VBR	23	50.8837	4.473	4
1930	Nossegem	nossegem	VLG	VBR	23	50.8818	4.5082	4
1932	Sint-Stevens-Woluwe	sint-stevens-woluwe	VLG	VBR	23	50.8684	4.452	4
1933	Sterrebeek	sterrebeek	VLG	VBR	23	50.8617	4.4938	4
1950	Kraainem	kraainem	VLG	VBR	23	50.8616	4.4695	4
1970	Wezembeek-Oppem	wezembeek-oppem	VLG	VBR	23	50.8395	4.4943	4
1980	Eppegem	eppegem	VLG	VBR	23	50.9624	4.4551	4
1980	Zemst	zemst	VLG	VBR	23	50.9832	4.4608	4
1981	Hofstade	hofstade	VLG	VBR	23	50.9913	4.4923	4
1982	Weerde	weerde	VLG	VBR	23	50.9735	4.4749	4
1982	Elewijt	elewijt	VLG	VBR	23	50.9604	4.4968	4
3000	Leuven	leuven	VLG	VBR	24	50.8796	4.7009	4
3001	Heverlee	heverlee	VLG	VBR	24	50.8643	4.696	4
3010	Kessel Lo	kessel-lo	VLG	VBR	24	50.8855	4.7372	4
3012	Wilsele	wilsele	VLG	VBR	24	50.8919	4.6977	4
3018	Wijgmaal	wijgmaal	VLG	VBR	24	50.9267	4.7021	4
3020	Winksele	winksele	VLG	VBR	24	50.8986	4.6461	4
3020	Herent	herent	VLG	VBR	24	50.9086	4.6706	4
3020	Veltem-Beisem	veltem-beisem	VLG	VBR	24	50.9081	4.6191	4
3040	Loonbeek	loonbeek	VLG	VBR	24	50.8094	4.6097	4
3040	Sint-Agatha-Rode	sint-agatha-rode	VLG	VBR	24	50.786	4.631	4
3040	Neerijse	neerijse	VLG	VBR	24	50.8172	4.6236	4
3040	Huldenberg	huldenberg	VLG	VBR	24	50.7894	4.5831	4
3040	Ottenburg	ottenburg	VLG	VBR	24	50.7516	4.6164	4
3050	Oud-Heverlee	oud-heverlee	VLG	VBR	24	50.8352	4.6642	4
3051	Sint-Joris-Weert	sint-joris-weert	VLG	VBR	24	50.8023	4.6526	4
3052	Blanden	blanden	VLG	VBR	24	50.8262	4.7102	4
3053	Haasrode	haasrode	VLG	VBR	24	50.8317	4.7295	4
3054	Vaalbeek	vaalbeek	VLG	VBR	24	50.8262	4.6898	4
3060	Korbeek-Dijle	korbeek-dijle	VLG	VBR	24	50.8381	4.6379	4
3060	Bertem	bertem	VLG	VBR	24	50.864	4.6292	4
3061	Leefdaal	leefdaal	VLG	VBR	24	50.8476	4.5894	4
3070	Kortenberg	kortenberg	VLG	VBR	24	50.8898	4.5435	4
3071	Erps-Kwerps	erps-kwerps	VLG	VBR	24	50.9012	4.5598	4
3078	Meerbeek	meerbeek	VLG	VBR	24	50.8821	4.5897	4
3078	Everberg	everberg	VLG	VBR	24	50.8768	4.5698	4
3080	Duisburg	duisburg	VLG	VBR	24	50.8158	4.5553	4
3080	Vossem	vossem	VLG	VBR	24	50.8363	4.5604	4
3080	Tervuren	tervuren	VLG	VBR	24	50.8237	4.5142	4
3090	Overijse	overijse	VLG	VBR	23	50.7744	4.5346	4
3110	Rotselaar	rotselaar	VLG	VBR	24	50.953	4.7167	4
3111	Wezemaal	wezemaal	VLG	VBR	24	50.9485	4.7554	4
3118	Werchter	werchter	VLG	VBR	24	50.9731	4.7012	4
3120	Tremelo	tremelo	VLG	VBR	24	50.9923	4.7081	4
3128	Baal	baal	VLG	VBR	24	50.9955	4.7532	4
3130	Begijnendijk	begijnendijk	VLG	VBR	24	51.0194	4.7838	4
3130	Betekom	betekom	VLG	VBR	24	50.9868	4.7819	4
3140	Keerbergen	keerbergen	VLG	VBR	24	51.003	4.6343	4
3150	Tildonk	tildonk	VLG	VBR	24	50.9438	4.6448	4
3150	Wespelaar	wespelaar	VLG	VBR	24	50.9608	4.6398	4
3150	Haacht	haacht	VLG	VBR	24	50.9774	4.6378	4
3190	Boortmeerbeek	boortmeerbeek	VLG	VBR	24	50.9793	4.5744	4
3191	Hever	hever	VLG	VBR	24	50.9954	4.5513	4
3200	Aarschot	aarschot	VLG	VBR	24	50.9871	4.8369	4
3200	Gelrode	gelrode	VLG	VBR	24	50.9663	4.8041	4
3201	Langdorp	langdorp	VLG	VBR	24	50.9956	4.8717	4
3202	Rillaar	rillaar	VLG	VBR	24	50.9738	4.8918	4
3210	Linden	linden	VLG	VBR	24	50.8949	4.7703	4
3210	Lubbeek	lubbeek	VLG	VBR	24	50.8828	4.839	4
3211	Binkom	binkom	VLG	VBR	24	50.8716	4.8841	4
3212	Pellenberg	pellenberg	VLG	VBR	24	50.8724	4.7939	4
3220	Holsbeek	holsbeek	VLG	VBR	24	50.921	4.7575	4
3220	Kortrijk-Dutsel	kortrijk-dutsel	VLG	VBR	24	50.9268	4.808	4
3220	Sint-Pieters-Rode	sint-pieters-rode	VLG	VBR	24	50.9325	4.8225	4
3221	Nieuwrode	nieuwrode	VLG	VBR	24	50.95	4.8333	4
3270	Scherpenheuvel	scherpenheuvel	VLG	VBR	24	50.9807	4.9755	4
3270	Scherpenheuvel-Zichem	scherpenheuvel-zichem	VLG	VBR	24	51.0104	4.9749	4
3271	Averbode	averbode	VLG	VBR	24	51.0289	4.9807	4
3271	Zichem	zichem	VLG	VBR	24	51.0019	4.9832	4
3272	Testelt	testelt	VLG	VBR	24	51.0108	4.9531	4
3272	Messelbroek	messelbroek	VLG	VBR	24	50.9955	4.9366	4
3290	Diest	diest	VLG	VBR	24	50.9892	5.0506	4
3290	Webbekom	webbekom	VLG	VBR	24	50.9741	5.0403	4
3290	Schaffen	schaffen	VLG	VBR	24	50.9999	5.0867	4
3290	Deurne	deurne	VLG	VBR	24	51.0391	5.0965	4
3293	Kaggevinne	kaggevinne	VLG	VBR	24	50.9804	5.0189	4
3294	Molenstede	molenstede	VLG	VBR	24	51.004	5.013	4
3300	Bost	bost	VLG	VBR	24	50.8449	4.8131	4
3300	Tienen	tienen	VLG	VBR	24	50.8074	4.9378	4
3300	Goetsenhoven	goetsenhoven	VLG	VBR	24	50.7688	4.9516	4
3300	Oplinter	oplinter	VLG	VBR	24	50.8302	4.99	4
3300	Sint-Margriete-Houtem	sint-margriete-houtem	VLG	VBR	24	50.8288	4.958	4
3300	Vissenaken	vissenaken	VLG	VBR	24	50.8385	4.9049	4
3300	Kumtich	kumtich	VLG	VBR	24	50.821	4.8872	4
3300	Oorbeek	oorbeek	VLG	VBR	24	50.7991	4.8923	4
3300	Hakendover	hakendover	VLG	VBR	24	50.7959	4.9823	4
3320	Meldert	meldert	VLG	VBR	24	50.7881	4.8378	4
3320	Hoegaarden	hoegaarden	VLG	VBR	24	50.7756	4.8895	4
3321	Outgaarden	outgaarden	VLG	VBR	24	50.7667	4.9193	4
3350	Drieslinter	drieslinter	VLG	VBR	24	50.8457	5.0504	4
3350	Linter	linter	VLG	VBR	24	50.8416	5.0366	4
3350	Neerlinter	neerlinter	VLG	VBR	24	50.8397	5.0229	4
3350	Melkwezer	melkwezer	VLG	VBR	24	50.8257	5.0614	4
3350	Wommersom	wommersom	VLG	VBR	24	50.8127	5.0177	4
3350	Overhespen	overhespen	VLG	VBR	24	50.796	5.0356	4
3350	Orsmaal-Gussenhoven	orsmaal-gussenhoven	VLG	VBR	24	50.8053	5.0618	4
3350	Neerhespen	neerhespen	VLG	VBR	24	50.7922	5.0489	4
3360	Opvelp	opvelp	VLG	VBR	24	50.8102	4.7935	4
3360	Lovenjoel	lovenjoel	VLG	VBR	24	50.8585	4.7809	4
3360	Korbeek-Lo	korbeek-lo	VLG	VBR	24	50.8603	4.7627	4
3360	Bierbeek	bierbeek	VLG	VBR	24	50.8288	4.7595	4
3370	Vertrijk	vertrijk	VLG	VBR	24	50.8293	4.8345	4
3370	Kerkom	kerkom	VLG	VBR	24	50.8557	4.8742	4
3370	Neervelp	neervelp	VLG	VBR	24	50.8216	4.8094	4
3370	Willebringen	willebringen	VLG	VBR	24	50.8124	4.8439	4
3370	Boutersem	boutersem	VLG	VBR	24	50.8351	4.8345	4
3370	Roosbeek	roosbeek	VLG	VBR	24	50.8361	4.8628	4
3380	Glabbeek	glabbeek	VLG	VBR	24	50.8727	4.9562	4
3380	Bunsbeek	bunsbeek	VLG	VBR	24	50.8417	4.9452	4
3381	Kapellen	kapellen	VLG	VBR	24	50.8859	4.9517	4
3384	Attenrode	attenrode	VLG	VBR	24	50.8778	4.9244	4
3390	Houwaart	houwaart	VLG	VBR	24	50.9337	4.8599	4
3390	Sint-Joris-Winge	sint-joris-winge	VLG	VBR	24	50.9045	4.8749	4
3390	Tielt	tielt	VLG	VBR	24	50.9421	4.9051	4
3390	Tielt-Winge	tielt-winge	VLG	VBR	24	50.9174	4.8837	4
3391	Meensel-Kiezegem	meensel-kiezegem	VLG	VBR	24	50.8962	4.925	4
3400	Rumsdorp	rumsdorp	VLG	VBR	24	50.7672	5.0744	4
3400	Wange	wange	VLG	VBR	24	50.7864	5.0314	4
3400	Ezemaal	ezemaal	VLG	VBR	24	50.777	5.001	4
3400	Landen	landen	VLG	VBR	24	50.7527	5.082	4
3400	Overwinden	overwinden	VLG	VBR	24	50.755	5.048	4
3400	Eliksem	eliksem	VLG	VBR	24	50.7841	5.0104	4
3400	Laar	laar	VLG	VBR	24	50.7707	5.0264	4
3400	Neerwinden	neerwinden	VLG	VBR	24	50.7676	5.0402	4
3401	Walsbets	walsbets	VLG	VBR	24	50.7376	5.0841	4
3401	Waasmont	waasmont	VLG	VBR	24	50.7283	5.0633	4
3401	Walshoutem	walshoutem	VLG	VBR	24	50.7322	5.084	3
3401	Wezeren	wezeren	VLG	VBR	24	50.7307	5.1047	4
3404	Attenhoven	attenhoven	VLG	VBR	24	50.9132	4.7294	4
3404	Neerlanden	neerlanden	VLG	VBR	24	50.778	5.0782	4
3440	Helen-Bos	helen-bos	VLG	VBR	24	50.8185	5.0829	4
3440	Budingen	budingen	VLG	VBR	24	50.8651	5.0985	4
3440	Halle-Booienhoven	halle-booienhoven	VLG	VBR	24	50.8053	5.1117	4
3440	Zoutleeuw	zoutleeuw	VLG	VBR	24	50.8332	5.1038	4
3440	Dormaal	dormaal	VLG	VBR	24	50.8078	5.099	4
3450	Grazen	grazen	VLG	VBR	24	50.8745	5.1314	4
3450	Geetbets	geetbets	VLG	VBR	24	50.8943	5.112	4
3454	Rummen	rummen	VLG	VBR	24	50.8891	5.1652	4
3460	Assent	assent	VLG	VBR	24	50.9519	5.0147	4
3460	Bekkevoort	bekkevoort	VLG	VBR	24	50.9407	4.969	4
3461	Molenbeek-Wersbeek	molenbeek-wersbeek	VLG	VBR	24	50.9195	4.9476	4
3470	Kortenaken	kortenaken	VLG	VBR	24	50.9086	5.0597	4
3470	Sint-Margriete-Houtem	sint-margriete-houtem	VLG	VBR	24	50.8288	4.958	4
3470	Ransberg	ransberg	VLG	VBR	24	50.8749	5.0395	4
3471	Hoeleden	hoeleden	VLG	VBR	24	50.8666	4.9854	4
3472	Kersbeek-Miskom	kersbeek-miskom	VLG	VBR	24	50.8854	4.9958	4
3473	Waanrode	waanrode	VLG	VBR	24	50.9162	5.0048	4
3500	Sint-Lambrechts-Herk	sint-lambrechts-herk	VLG	VLI	71	50.8991	5.3079	4
3500	Hasselt	hasselt	VLG	VLI	71	50.9311	5.3378	4
3501	Wimmertingen	wimmertingen	VLG	VLI	71	50.8833	5.35	4
3510	Spalbeek	spalbeek	VLG	VLI	71	50.9492	5.2239	4
3510	Kermt	kermt	VLG	VLI	71	50.9476	5.2483	4
3511	Kuringen	kuringen	VLG	VLI	71	50.9443	5.299	4
3511	Stokrooie	stokrooie	VLG	VLI	71	50.9664	5.2814	4
3512	Stevoort	stevoort	VLG	VLI	71	50.9186	5.2533	4
3520	Zonhoven	zonhoven	VLG	VLI	71	50.9906	5.3682	4
3530	Houthalen	houthalen	VLG	VLI	72	51.0343	5.3743	4
3530	Helchteren	helchteren	VLG	VLI	72	51.0559	5.3824	4
3530	Houthalen-Helchteren	houthalen-helchteren	VLG	VLI	72	51.0322	5.3785	4
3540	Donk	donk	VLG	VLI	71	50.9388	5.1372	4
3540	Berbroek	berbroek	VLG	VLI	71	50.9503	5.209	4
3540	Schulen	schulen	VLG	VLI	71	50.9597	5.1901	4
3540	Herk-De-Stad	herk-de-stad	VLG	VLI	71	50.9401	5.1664	4
3545	Zelem	zelem	VLG	VLI	71	50.9774	5.1069	4
3545	Loksbergen	loksbergen	VLG	VLI	71	50.9341	5.0698	4
3545	Halen	halen	VLG	VLI	71	50.9484	5.111	4
3550	Heusden	heusden	VLG	VLI	71	51.0366	5.2801	4
3550	Heusden-Zolder	heusden-zolder	VLG	VLI	71	51.0373	5.2965	4
3550	Zolder	zolder	VLG	VLI	71	51.0246	5.3098	4
3560	Lummen	lummen	VLG	VLI	71	50.9877	5.1912	4
3560	Meldert	meldert	VLG	VLI	71	51.0001	5.1421	4
3560	Linkhout	linkhout	VLG	VLI	71	50.9678	5.1374	4
3570	Alken	alken	VLG	VLI	73	50.8755	5.3056	4
3580	Beringen	beringen	VLG	VLI	71	51.0495	5.2261	4
3581	Beverlo	beverlo	VLG	VLI	71	51.0865	5.2185	4
3582	Koersel	koersel	VLG	VLI	71	51.0591	5.2712	4
3583	Paal	paal	VLG	VLI	71	51.0399	5.1723	4
3590	Diepenbeek	diepenbeek	VLG	VLI	71	50.9077	5.4187	4
3600	Genk	genk	VLG	VLI	71	50.965	5.5008	4
3620	Lanaken	lanaken	VLG	VLI	73	50.8932	5.6468	4
3620	Gellik	gellik	VLG	VLI	73	50.8847	5.6101	4
3620	Veldwezelt	veldwezelt	VLG	VLI	73	50.8681	5.631	4
3620	Neerharen	neerharen	VLG	VLI	73	50.9096	5.6803	4
3621	Rekem	rekem	VLG	VLI	73	50.9224	5.6938	4
3630	Opgrimbie	opgrimbie	VLG	VLI	73	50.9419	5.6797	4
3630	Mechelen-Aan-De-Maas	mechelen-aan-de-maas	VLG	VLI	73	50.9799	5.6935	4
3630	Eisden	eisden	VLG	VLI	73	50.9846	5.7143	4
3630	Leut	leut	VLG	VLI	73	50.9911	5.7362	4
3630	Meeswijk	meeswijk	VLG	VLI	73	51	5.7481	4
3630	Vucht	vucht	VLG	VLI	73	50.9783	5.711	4
3630	Maasmechelen	maasmechelen	VLG	VLI	73	50.9655	5.6945	4
3631	Uikhoven	uikhoven	VLG	VLI	73	50.9239	5.7192	4
3631	Boorsem	boorsem	VLG	VLI	73	50.9421	5.719	4
3640	Molenbeersel	molenbeersel	VLG	VLI	72	51.1704	5.7376	4
3640	Kessenich	kessenich	VLG	VLI	72	51.1509	5.8233	4
3640	Kinrooi	kinrooi	VLG	VLI	72	51.1454	5.7421	4
3640	Ophoven	ophoven	VLG	VLI	72	51.0822	5.5697	4
3650	Dilsen-Stokkem	dilsen-stokkem	VLG	VLI	72	51.0305	5.7347	4
3650	Elen	elen	VLG	VLI	72	51.0664	5.7513	4
3650	Lanklaar	lanklaar	VLG	VLI	72	51.0194	5.7251	4
3650	Stokkem	stokkem	VLG	VLI	72	51.0233	5.745	4
3650	Rotem	rotem	VLG	VLI	72	51.0529	5.741	4
3650	Dilsen	dilsen	VLG	VLI	72	51.0385	5.7394	3
3660	Opglabbeek	opglabbeek	VLG	VLI	72	51.1394	5.5154	4
3665	As	as	VLG	VLI	71	51.0075	5.5845	4
3668	Niel-Bij-As	niel-bij-as	VLG	VLI	71	51.0185	5.6053	4
3670	Wijshagen	wijshagen	VLG	VLI	72	51.1049	5.5579	4
3670	Gruitrode	gruitrode	VLG	VLI	72	51.0894	5.5882	4
3670	Oudsbergen	oudsbergen	VLG	VLI	72	51.102	5.5614	3
3670	Neerglabbeek	neerglabbeek	VLG	VLI	72	51.0891	5.6161	4
3670	Meeuwen	meeuwen	VLG	VLI	72	51.0991	5.5211	4
3670	Ellikom	ellikom	VLG	VLI	72	51.1277	5.5239	4
3680	Neeroeteren	neeroeteren	VLG	VLI	72	51.0916	5.6993	4
3680	Opoeteren	opoeteren	VLG	VLI	72	51.0692	5.6556	4
3680	Maaseik	maaseik	VLG	VLI	72	51.098	5.7838	4
3690	Zutendaal	zutendaal	VLG	VLI	71	50.9331	5.5753	4
3700	Sluizen	sluizen	VLG	VLI	73	50.7652	5.5314	4
3700	Widooie	widooie	VLG	VLI	73	50.7716	5.4078	4
3700	Kolmont	kolmont	VLG	VLI	73	50.8042	5.4245	4
3700	Mal	mal	VLG	VLI	73	50.7687	5.5197	4
3700	Piringen	piringen	VLG	VLI	73	50.7867	5.4182	4
3700	Haren	haren	VLG	VLI	73	50.793	5.3992	4
3700	Overrepen	overrepen	VLG	VLI	73	50.808	5.4311	4
3700	'S Herenelderen	s-herenelderen	VLG	VLI	73	50.8088	5.5007	4
3700	Vreren	vreren	VLG	VLI	73	50.7517	5.4959	4
3700	Henis	henis	VLG	VLI	73	50.7999	5.4703	4
3700	Riksingen	riksingen	VLG	VLI	73	50.8043	5.4626	4
3700	Rutten	rutten	VLG	VLI	73	50.7476	5.4435	4
3700	Berg	berg	VLG	VLI	73	50.7906	5.4931	4
3700	Diets-Heur	diets-heur	VLG	VLI	73	50.7454	5.4832	4
3700	Nerem	nerem	VLG	VLI	73	50.7635	5.5099	4
3700	Koninksem	koninksem	VLG	VLI	73	50.7653	5.4389	4
3700	Tongeren	tongeren	VLG	VLI	73	50.7805	5.4648	4
3700	Lauw	lauw	VLG	VLI	73	50.7388	5.4133	4
3700	Neerrepen	neerrepen	VLG	VLI	73	50.8109	5.4445	4
3717	Herstappe	herstappe	VLG	VLI	73	50.7261	5.4266	4
3720	Kortessem	kortessem	VLG	VLI	73	50.8589	5.3897	4
3721	Vliermaalroot	vliermaalroot	VLG	VLI	73	50.8651	5.4262	4
3722	Wintershoven	wintershoven	VLG	VLI	73	50.8516	5.4196	4
3723	Guigoven	guigoven	VLG	VLI	73	50.8392	5.4004	4
3724	Vliermaal	vliermaal	VLG	VLI	73	50.8407	5.4286	4
3730	Hoeselt	hoeselt	VLG	VLI	73	50.8471	5.4877	4
3730	Romershoven	romershoven	VLG	VLI	73	50.8564	5.4599	4
3730	Werm	werm	VLG	VLI	73	50.8326	5.4796	4
3730	Sint-Huibrechts-Hern	sint-huibrechts-hern	VLG	VLI	73	50.8298	5.4493	4
3732	Schalkhoven	schalkhoven	VLG	VLI	73	50.8413	5.4495	4
3740	Mopertingen	mopertingen	VLG	VLI	73	50.8612	5.5759	4
3740	Hees	hees	VLG	VLI	73	50.8468	5.6077	4
3740	Kleine-Spouwen	kleine-spouwen	VLG	VLI	73	50.8384	5.5501	4
3740	Bilzen	bilzen	VLG	VLI	73	50.8733	5.5184	4
3740	Rijkhoven	rijkhoven	VLG	VLI	73	50.8329	5.515	4
3740	Waltwilder	waltwilder	VLG	VLI	73	50.8664	5.5443	4
3740	Eigenbilzen	eigenbilzen	VLG	VLI	73	50.8749	5.5758	4
3740	Grote-Spouwen	grote-spouwen	VLG	VLI	73	50.8328	5.5543	4
3740	Munsterbilzen	munsterbilzen	VLG	VLI	73	50.8894	5.5265	4
3740	Rosmeer	rosmeer	VLG	VLI	73	50.8459	5.5781	4
3740	Beverst	beverst	VLG	VLI	73	50.8909	5.4755	4
3742	Martenslinde	martenslinde	VLG	VLI	73	50.856	5.5338	4
3746	Hoelbeek	hoelbeek	VLG	VLI	73	50.8721	5.5591	4
3770	Kanne	kanne	VLG	VLI	73	50.8133	5.6695	4
3770	Vroenhoven	vroenhoven	VLG	VLI	73	50.8261	5.6399	4
3770	Genoelselderen	genoelselderen	VLG	VLI	73	50.8021	5.5374	4
3770	Riemst	riemst	VLG	VLI	73	50.8099	5.6013	4
3770	Millen	millen	VLG	VLI	73	50.7862	5.5562	4
3770	Vlijtingen	vlijtingen	VLG	VLI	73	50.832	5.5843	4
3770	Val-Meer	val-meer	VLG	VLI	73	50.7872	5.5956	4
3770	Membruggen	membruggen	VLG	VLI	73	50.8153	5.5337	4
3770	Herderen	herderen	VLG	VLI	73	50.8073	5.5735	4
3770	Zichen-Zussen-Bolder	zichen-zussen-bolder	VLG	VLI	73	50.7942	5.6248	4
3790	Fourons	fourons	VLG	VLI	73	50.7505	5.7832	4
3790	Mouland	mouland	VLG	VLI	73	50.7569	5.7137	4
3790	Fouron-Saint-Martin	fouron-saint-martin	VLG	VLI	73	50.7485	5.8129	4
3791	Remersdaal	remersdaal	VLG	VLI	73	50.7314	5.8806	4
3792	Fouron-Saint-Pierre	fouron-saint-pierre	VLG	VLI	73	50.7386	5.8222	4
3793	Teuven	teuven	VLG	VLI	73	50.7518	5.8757	4
3798	Fouron-Le-Comte	fouron-le-comte	VLG	VLI	73	50.7587	5.7611	4
3800	Kerkom-Bij-Sint-Truiden	kerkom-bij-sint-truiden	VLG	VLI	71	50.7737	5.1784	4
3800	Gelinden	gelinden	VLG	VLI	71	50.7656	5.2612	4
3800	Engelmanshoven	engelmanshoven	VLG	VLI	71	50.7721	5.2527	4
3800	Brustem	brustem	VLG	VLI	71	50.8048	5.2226	4
3800	Ordingen	ordingen	VLG	VLI	71	50.8132	5.235	4
3800	Zepperen	zepperen	VLG	VLI	71	50.8214	5.2477	4
3800	Aalst	aalst	VLG	VLI	71	50.782	5.2092	4
3800	Groot-Gelmen	groot-gelmen	VLG	VLI	71	50.7835	5.2638	4
3800	Halmaal	halmaal	VLG	VLI	71	50.8045	5.1547	4
3800	Sint-Truiden	sint-truiden	VLG	VLI	71	50.8168	5.1865	4
3803	Duras	duras	VLG	VLI	71	50.8345	5.1457	4
3803	Runkelen	runkelen	VLG	VLI	71	50.8464	5.1505	4
3803	Gorsem	gorsem	VLG	VLI	71	50.8351	5.1622	4
3803	Wilderen	wilderen	VLG	VLI	71	50.8155	5.1423	4
3806	Velm	velm	VLG	VLI	71	50.7787	5.131	4
3830	Berlingen	berlingen	VLG	VLI	73	50.8194	5.3113	4
3830	Wellen	wellen	VLG	VLI	73	50.841	5.3387	4
3831	Herten	herten	VLG	VLI	73	50.8351	5.3221	4
3832	Ulbeek	ulbeek	VLG	VLI	73	50.8437	5.305	4
3840	Kerniel	kerniel	VLG	VLI	73	50.8167	5.3651	4
3840	Gotem	gotem	VLG	VLI	73	50.805	5.313	4
3840	Voort	voort	VLG	VLI	73	50.7948	5.3198	4
3840	Kolmont	kolmont	VLG	VLI	73	50.8042	5.4245	4
3840	Groot-Loon	groot-loon	VLG	VLI	73	50.7927	5.3634	4
3840	Bommershoven	bommershoven	VLG	VLI	73	50.7873	5.379	4
3840	Borgloon	borgloon	VLG	VLI	73	50.8051	5.3437	4
3840	Kuttekoven	kuttekoven	VLG	VLI	73	50.8092	5.3261	4
3840	Rijkel	rijkel	VLG	VLI	73	50.8094	5.2614	4
3840	Gors-Opleeuw	gors-opleeuw	VLG	VLI	73	50.8231	5.3834	4
3840	Broekom	broekom	VLG	VLI	73	50.7827	5.3323	4
3840	Jesseren	jesseren	VLG	VLI	73	50.8058	5.3921	4
3840	Hoepertingen	hoepertingen	VLG	VLI	73	50.8122	5.2844	4
3840	Hendrieken	hendrieken	VLG	VLI	73	50.7985	5.3271	4
3840	Haren	haren	VLG	VLI	73	50.793	5.3992	4
3850	Nieuwerkerken	nieuwerkerken	VLG	VLI	71	50.8638	5.1947	4
3850	Kozen	kozen	VLG	VLI	71	50.8752	5.24	4
3850	Wijer	wijer	VLG	VLI	71	50.8986	5.2245	4
3850	Binderveld	binderveld	VLG	VLI	71	50.8608	5.1649	4
3870	Mechelen-Bovelingen	mechelen-bovelingen	VLG	VLI	73	50.7408	5.2628	4
3870	Veulen	veulen	VLG	VLI	73	50.7638	5.3057	4
3870	Heers	heers	VLG	VLI	73	50.7538	5.3021	4
3870	Vechmaal	vechmaal	VLG	VLI	73	50.7617	5.3745	4
3870	Rukkelingen-Loon	rukkelingen-loon	VLG	VLI	73	50.7284	5.2538	4
3870	Gutshoven	gutshoven	VLG	VLI	73	50.7536	5.2993	3
3870	Bovelingen	bovelingen	VLG	VLI	73	50.7355	5.2536	4
3870	Heks	heks	VLG	VLI	73	50.7695	5.3581	4
3870	Horpmaal	horpmaal	VLG	VLI	73	50.7596	5.3352	4
3870	Batsheers	batsheers	VLG	VLI	73	50.7386	5.281	4
3870	Mettekoven	mettekoven	VLG	VLI	73	50.7807	5.2909	4
3870	Klein-Gelmen	klein-gelmen	VLG	VLI	73	50.7711	5.2759	4
3870	Opheers	opheers	VLG	VLI	73	50.7399	5.2981	4
3890	Gingelom	gingelom	VLG	VLI	71	50.7479	5.1342	4
3890	Niel-Bij-Sint-Truiden	niel-bij-sint-truiden	VLG	VLI	71	50.7404	5.142	4
3890	Vorsen	vorsen	VLG	VLI	71	50.7038	5.1708	4
3890	Jeuk	jeuk	VLG	VLI	71	50.735	5.2099	4
3890	Montenaken	montenaken	VLG	VLI	71	50.7209	5.1294	4
3890	Boekhout	boekhout	VLG	VLI	71	50.7457	5.2333	4
3890	Kortijs	kortijs	VLG	VLI	71	50.7066	5.1489	4
3891	Borlo	borlo	VLG	VLI	71	50.7423	5.1809	4
3891	Buvingen	buvingen	VLG	VLI	71	50.7526	5.1769	4
3891	Muizen	muizen	VLG	VLI	71	50.7604	5.1793	4
3891	Mielen-Boven-Aalst	mielen-boven-aalst	VLG	VLI	71	50.7564	5.2142	4
3900	Overpelt	overpelt	VLG	VLI	72	51.2104	5.4156	4
3900	Pelt	pelt	VLG	VLI	72	51.2104	5.4156	4
3910	Neerpelt	neerpelt	VLG	VLI	72	51.2281	5.4427	4
3910	Sint-Huibrechts-Lille	sint-huibrechts-lille	VLG	VLI	72	51.2227	5.4944	4
3920	Lommel	lommel	VLG	VLI	72	51.2307	5.3135	4
3930	Hamont-Achel	hamont-achel	VLG	VLI	72	51.2497	5.5055	4
3930	Achel	achel	VLG	VLI	72	51.253	5.4798	4
3930	Hamont	hamont	VLG	VLI	72	51.2533	5.5473	4
3940	Hechtel	hechtel	VLG	VLI	72	51.1252	5.3677	4
3940	Hechtel-Eksel	hechtel-eksel	VLG	VLI	72	51.1417	5.3761	4
3941	Eksel	eksel	VLG	VLI	72	51.1518	5.3906	4
3945	Ham	ham	VLG	VLI	71	51.1008	5.1592	4
3945	Kwaadmechelen	kwaadmechelen	VLG	VLI	71	51.101	5.1448	4
3945	Oostham	oostham	VLG	VLI	71	51.1037	5.1788	4
3950	Reppel	reppel	VLG	VLI	72	51.1541	5.5624	4
3950	Kaulille	kaulille	VLG	VLI	72	51.1876	5.5237	4
3950	Bocholt	bocholt	VLG	VLI	72	51.1734	5.5799	4
3960	Opitter	opitter	VLG	VLI	72	51.117	5.6475	4
3960	Bree	bree	VLG	VLI	72	51.1415	5.5969	4
3960	Gerdingen	gerdingen	VLG	VLI	72	51.1482	5.5814	4
3960	Beek	beek	VLG	VLI	72	51.1552	5.603	4
3960	Tongerlo	tongerlo	VLG	VLI	72	51.1276	5.6609	4
3970	Leopoldsburg	leopoldsburg	VLG	VLI	71	51.1167	5.25	4
3971	Heppen	heppen	VLG	VLI	71	51.1093	5.229	4
3980	Tessenderlo	tessenderlo	VLG	VLI	71	51.0651	5.0886	4
3990	Kleine-Brogel	kleine-brogel	VLG	VLI	72	51.1727	5.4506	4
3990	Wijchmaal	wijchmaal	VLG	VLI	72	51.1351	5.4133	4
3990	Grote-Brogel	grote-brogel	VLG	VLI	72	51.1528	5.5059	4
3990	Peer	peer	VLG	VLI	72	51.1303	5.4595	4
9000	Gent	gent	VLG	VOV	44	51.05	3.7167	4
9030	Mariakerke	mariakerke	VLG	VOV	44	51.0748	3.6829	4
9031	Drongen	drongen	VLG	VOV	44	51.0507	3.6565	4
9032	Wondelgem	wondelgem	VLG	VOV	44	51.087	3.7091	4
9040	Sint-Amandsberg	sint-amandsberg	VLG	VOV	44	51.0595	3.7494	4
9041	Oostakker	oostakker	VLG	VOV	44	51.1012	3.7695	4
9042	Mendonk	mendonk	VLG	VOV	44	51.147	3.8212	4
9042	Desteldonk	desteldonk	VLG	VOV	44	51.1219	3.787	4
9042	Sint-Kruis-Winkel	sint-kruis-winkel	VLG	VOV	44	51.1558	3.8163	4
9050	Ledeberg	ledeberg	VLG	VOV	44	51.0386	3.7446	4
9050	Gentbrugge	gentbrugge	VLG	VOV	44	51.0369	3.7651	4
9051	Afsnee	afsnee	VLG	VOV	44	51.0317	3.6655	4
9051	Sint-Denijs-Westrem	sint-denijs-westrem	VLG	VOV	44	51.0213	3.672	4
9052	Zwijnaarde	zwijnaarde	VLG	VOV	44	51.0008	3.7075	4
9060	Zelzate	zelzate	VLG	VOV	43	51.1896	3.8078	4
9070	Heusden	heusden	VLG	VOV	44	51.0281	3.8043	4
9070	Destelbergen	destelbergen	VLG	VOV	44	51.0595	3.799	4
9080	Beervelde	beervelde	VLG	VOV	44	51.083	3.8864	4
9080	Zaffelare	zaffelare	VLG	VOV	44	51.1338	3.8636	4
9080	Lochristi	lochristi	VLG	VOV	44	51.0964	3.8319	4
9080	Zeveneken	zeveneken	VLG	VOV	44	51.1078	3.8905	4
9090	Gontrode	gontrode	VLG	VOV	44	50.9838	3.7976	4
9090	Melle	melle	VLG	VOV	44	51.0023	3.8053	4
9100	Nieuwkerken-Waas	nieuwkerken-waas	VLG	VOV	46	51.1936	4.1778	4
9100	Sint-Niklaas	sint-niklaas	VLG	VOV	46	51.1651	4.1437	4
9111	Belsele	belsele	VLG	VOV	46	51.146	4.0886	4
9112	Sinaai-Waas	sinaai-waas	VLG	VOV	46	51.1579	4.0409	4
9120	Beveren-Waas	beveren-waas	VLG	VOV	46	51.2119	4.2563	4
9120	Kallo	kallo	VLG	VOV	46	51.2525	4.2755	4
9120	Vrasene	vrasene	VLG	VOV	46	51.221	4.1909	4
9120	Haasdonk	haasdonk	VLG	VOV	46	51.1815	4.2414	4
9120	Melsele	melsele	VLG	VOV	46	51.2229	4.282	4
9130	Verrebroek	verrebroek	VLG	VOV	46	51.2554	4.1888	4
9130	Doel	doel	VLG	VOV	46	51.311	4.2642	4
9130	Kallo	kallo	VLG	VOV	46	51.2525	4.2755	4
9130	Kieldrecht	kieldrecht	VLG	VOV	46	51.2891	4.1759	4
9140	Elversele	elversele	VLG	VOV	46	51.1181	4.149	4
9140	Temse	temse	VLG	VOV	46	51.1279	4.2137	4
9140	Steendorp	steendorp	VLG	VOV	46	51.1268	4.2703	4
9140	Tielrode	tielrode	VLG	VOV	46	51.113	4.1771	4
9150	Kruibeke	kruibeke	VLG	VOV	46	51.1705	4.3144	4
9150	Rupelmonde	rupelmonde	VLG	VOV	46	51.1293	4.2943	4
9150	Bazel	bazel	VLG	VOV	46	51.1474	4.3013	4
9160	Eksaarde	eksaarde	VLG	VOV	46	51.1488	3.9681	4
9160	Lokeren	lokeren	VLG	VOV	46	51.1036	3.9934	4
9160	Daknam	daknam	VLG	VOV	46	51.1258	3.9824	4
9170	Meerdonk	meerdonk	VLG	VOV	46	51.2667	4.15	4
9170	De Klinge	de-klinge	VLG	VOV	46	51.2563	4.0904	4
9170	Sint-Gillis-Waas	sint-gillis-waas	VLG	VOV	46	51.2191	4.1237	4
9170	Sint-Pauwels	sint-pauwels	VLG	VOV	46	51.1939	4.0965	4
9180	Moerbeke-Waas	moerbeke-waas	VLG	VOV	44	51.1741	3.93	4
9185	Wachtebeke	wachtebeke	VLG	VOV	44	51.1685	3.8718	4
9190	Stekene	stekene	VLG	VOV	46	51.2099	4.0365	4
9190	Kemzeke	kemzeke	VLG	VOV	46	51.2098	4.0743	4
9200	Dendermonde	dendermonde	VLG	VOV	42	51.0287	4.1011	4
9200	Mespelare	mespelare	VLG	VOV	42	50.9961	4.0688	4
9200	Baasrode	baasrode	VLG	VOV	42	51.0381	4.1546	4
9200	Schoonaarde	schoonaarde	VLG	VOV	42	51.0039	4.0152	4
9200	Oudegem	oudegem	VLG	VOV	42	51.0102	4.0619	4
9200	Grembergen	grembergen	VLG	VOV	42	51.0541	4.1046	4
9200	Sint-Gillis-Dendermonde	sint-gillis-dendermonde	VLG	VOV	42	51.019	4.1115	4
9200	Appels	appels	VLG	VOV	42	51.0322	4.0614	4
9220	Hamme	hamme	VLG	VOV	42	51.0982	4.137	4
9220	Moerzeke	moerzeke	VLG	VOV	42	51.0691	4.1614	4
9230	Westrem	westrem	VLG	VOV	42	50.9691	3.862	4
9230	Massemen	massemen	VLG	VOV	42	50.9809	3.8739	4
9230	Wetteren	wetteren	VLG	VOV	42	51.0053	3.8834	4
9240	Zele	zele	VLG	VOV	42	51.0657	4.0403	4
9250	Waasmunster	waasmunster	VLG	VOV	42	51.1057	4.0857	4
9255	Opdorp	opdorp	VLG	VOV	42	51.0281	4.218	4
9255	Buggenhout	buggenhout	VLG	VOV	42	51.0159	4.2017	4
9260	Schellebelle	schellebelle	VLG	VOV	42	51.0109	3.9085	4
9260	Serskamp	serskamp	VLG	VOV	42	50.9885	3.9266	4
9260	Wichelen	wichelen	VLG	VOV	42	51.0053	3.9768	4
9270	Kalken	kalken	VLG	VOV	42	51.0384	3.9186	4
9270	Laarne	laarne	VLG	VOV	42	51.0308	3.8508	4
9280	Lebbeke	lebbeke	VLG	VOV	42	51.0046	4.1346	4
9280	Denderbelle	denderbelle	VLG	VOV	42	51.0014	4.0907	4
9280	Wieze	wieze	VLG	VOV	42	50.9769	4.0788	4
9290	Uitbergen	uitbergen	VLG	VOV	42	51.0215	3.9551	4
9290	Overmere	overmere	VLG	VOV	42	51.0469	3.9466	4
9290	Berlare	berlare	VLG	VOV	42	51.0333	4	4
9300	Aalst	aalst	VLG	VOV	41	50.936	4.0355	4
9308	Gijzegem	gijzegem	VLG	VOV	41	50.986	4.0494	4
9308	Hofstade	hofstade	VLG	VOV	41	50.9613	4.0266	4
9310	Meldert	meldert	VLG	VOV	41	50.9345	4.135	4
9310	Herdersem	herdersem	VLG	VOV	41	50.9719	4.0667	4
9310	Baardegem	baardegem	VLG	VOV	41	50.9548	4.142	4
9310	Moorsel	moorsel	VLG	VOV	41	50.9474	4.0983	4
9320	Nieuwerkerken	nieuwerkerken	VLG	VOV	41	50.9239	4.0043	4
9320	Erembodegem	erembodegem	VLG	VOV	41	50.919	4.0504	4
9340	Lede	lede	VLG	VOV	41	50.9663	3.9859	4
9340	Impe	impe	VLG	VOV	41	50.9605	3.9501	4
9340	Oordegem	oordegem	VLG	VOV	41	50.9573	3.902	4
9340	Smetlede	smetlede	VLG	VOV	41	50.9662	3.928	4
9340	Wanzele	wanzele	VLG	VOV	41	50.9742	3.9564	4
9400	Denderwindeke	denderwindeke	VLG	VOV	41	50.7973	4.0251	4
9400	Lieferinge	lieferinge	VLG	VOV	41	50.7925	4.0519	4
9400	Okegem	okegem	VLG	VOV	41	50.8556	4.0552	4
9400	Appelterre-Eichem	appelterre-eichem	VLG	VOV	41	50.816	3.9781	4
9400	Ninove	ninove	VLG	VOV	41	50.8278	4.0266	4
9400	Nederhasselt	nederhasselt	VLG	VOV	41	50.8465	3.975	4
9400	Voorde	voorde	VLG	VOV	41	50.8231	3.9493	4
9401	Pollare	pollare	VLG	VOV	41	50.8171	4.006	4
9402	Meerbeke	meerbeke	VLG	VOV	41	50.8244	4.0367	4
9403	Neigem	neigem	VLG	VOV	41	50.8027	4.0599	4
9404	Aspelare	aspelare	VLG	VOV	41	50.8419	3.9574	4
9406	Outer	outer	VLG	VOV	41	50.8419	3.9987	4
9420	Burst	burst	VLG	VOV	41	50.915	3.9164	4
9420	Ottergem	ottergem	VLG	VOV	41	50.9342	3.9471	4
9420	Bambrugge	bambrugge	VLG	VOV	41	50.9212	3.9299	4
9420	Erpe	erpe	VLG	VOV	41	50.9357	3.9722	4
9420	Erondegem	erondegem	VLG	VOV	41	50.9412	3.9561	4
9420	Erpe-Mere	erpe-mere	VLG	VOV	41	50.9215	3.932	3
9420	Aaigem	aaigem	VLG	VOV	41	50.8892	3.9367	4
9420	Mere	mere	VLG	VOV	41	50.9	3.8667	4
9420	Vlekkem	vlekkem	VLG	VOV	41	50.9359	3.9306	4
9450	Denderhoutem	denderhoutem	VLG	VOV	41	50.8723	4.0182	4
9450	Heldergem	heldergem	VLG	VOV	41	50.878	3.9579	4
9450	Haaltert	haaltert	VLG	VOV	41	50.9063	4.0009	4
9451	Kerksken	kerksken	VLG	VOV	41	50.8907	3.9948	4
9470	Denderleeuw	denderleeuw	VLG	VOV	41	50.8851	4.076	4
9472	Iddergem	iddergem	VLG	VOV	41	50.8763	4.0443	4
9473	Welle	welle	VLG	VOV	41	50.8988	4.056	4
9500	Nederboelare	nederboelare	VLG	VOV	41	50.776	3.8715	4
9500	Moerbeke	moerbeke	VLG	VOV	41	50.7525	3.9172	4
9500	Goeferdinge	goeferdinge	VLG	VOV	41	50.7661	3.8398	4
9500	Ophasselt	ophasselt	VLG	VOV	41	50.8173	3.8929	4
9500	Geraardsbergen	geraardsbergen	VLG	VOV	41	50.7734	3.8822	4
9500	Zarlardinge	zarlardinge	VLG	VOV	41	50.7621	3.8285	4
9500	Viane	viane	VLG	VOV	41	50.7423	3.9248	4
9500	Onkerzele	onkerzele	VLG	VOV	41	50.7821	3.9114	4
9500	Overboelare	overboelare	VLG	VOV	41	50.7638	3.8637	4
9506	Grimminge	grimminge	VLG	VOV	41	50.7943	3.952	4
9506	Zandbergen	zandbergen	VLG	VOV	41	50.8028	3.9664	4
9506	Idegem	idegem	VLG	VOV	41	50.8018	3.926	4
9506	Schendelbeke	schendelbeke	VLG	VOV	41	50.7987	3.8988	4
9506	Smeerebbe-Vloerzegem	smeerebbe-vloerzegem	VLG	VOV	41	50.817	3.9277	4
9506	Nieuwenhove	nieuwenhove	VLG	VOV	41	50.7889	3.993	4
9506	Waarbeke	waarbeke	VLG	VOV	41	50.7776	3.968	4
9520	Bavegem	bavegem	VLG	VOV	41	50.9444	3.865	4
9520	Oombergen	oombergen	VLG	VOV	41	50.8986	3.8334	4
9520	Zonnegem	zonnegem	VLG	VOV	41	50.9268	3.9087	4
9520	Sint-Lievens-Houtem	sint-lievens-houtem	VLG	VOV	41	50.9197	3.8623	4
9520	Vlierzele	vlierzele	VLG	VOV	41	50.9317	3.8959	4
9521	Letterhoutem	letterhoutem	VLG	VOV	41	50.9277	3.8797	4
9550	Sint-Antelinks	sint-antelinks	VLG	VOV	41	50.8498	3.9265	4
9550	Steenhuize-Wijnhuize	steenhuize-wijnhuize	VLG	VOV	41	50.8397	3.8881	4
9550	Woubrechtegem	woubrechtegem	VLG	VOV	41	50.8736	3.9158	4
9550	Herzele	herzele	VLG	VOV	41	50.8868	3.8901	4
9550	Sint-Lievens-Esse	sint-lievens-esse	VLG	VOV	41	50.8566	3.8879	4
9550	Hillegem	hillegem	VLG	VOV	41	50.8957	3.8531	4
9551	Ressegem	ressegem	VLG	VOV	41	50.8911	3.9113	4
9552	Borsbeke	borsbeke	VLG	VOV	41	50.9063	3.89	4
9570	Deftinge	deftinge	VLG	VOV	45	50.7866	3.8398	4
9570	Sint-Maria-Lierde	sint-maria-lierde	VLG	VOV	45	50.8217	3.8481	4
9570	Lierde	lierde	VLG	VOV	45	50.8041	3.844	3
9571	Hemelveerdegem	hemelveerdegem	VLG	VOV	45	50.8073	3.8576	4
9572	Sint-Martens-Lierde	sint-martens-lierde	VLG	VOV	45	50.8037	3.8254	4
9600	Renaix	renaix	VLG	VOV	45	50.7457	3.6005	4
9620	Strijpen	strijpen	VLG	VOV	41	50.868	3.788	4
9620	Zottegem	zottegem	VLG	VOV	41	50.8696	3.8105	4
9620	Velzeke-Ruddershove	velzeke-ruddershove	VLG	VOV	41	50.8829	3.7829	4
9620	Grotenberge	grotenberge	VLG	VOV	41	50.8733	3.8228	4
9620	Leeuwergem	leeuwergem	VLG	VOV	41	50.8872	3.8116	4
9620	Oombergen	oombergen	VLG	VOV	41	50.8986	3.8334	4
9620	Sint-Maria-Oudenhove	sint-maria-oudenhove	VLG	VOV	41	50.8336	3.7956	4
9620	Elene	elene	VLG	VOV	41	50.89	3.81	4
9620	Erwetegem	erwetegem	VLG	VOV	41	50.8555	3.8144	4
9620	Godveerdegem	godveerdegem	VLG	VOV	41	50.8593	3.8209	4
9620	Sint-Goriks-Oudenhove	sint-goriks-oudenhove	VLG	VOV	41	50.8528	3.7861	4
9630	Dikkele	dikkele	VLG	VOV	45	50.9047	3.7403	4
9630	Hundelgem	hundelgem	VLG	VOV	45	50.8889	3.7512	4
9630	Zwalm	zwalm	VLG	VOV	45	50.882	3.7277	3
9630	Rozebeke	rozebeke	VLG	VOV	45	50.8495	3.7522	4
9630	Sint-Denijs-Boekel	sint-denijs-boekel	VLG	VOV	45	50.8651	3.7116	4
9630	Roborst	roborst	VLG	VOV	45	50.8666	3.753	4
9630	Meilegem	meilegem	VLG	VOV	45	50.9054	3.6982	4
9630	Paulatem	paulatem	VLG	VOV	45	50.897	3.7177	4
9630	Beerlegem	beerlegem	VLG	VOV	45	50.906	3.717	4
9630	Sint-Blasius-Boekel	sint-blasius-boekel	VLG	VOV	45	50.8523	3.7224	4
9630	Sint-Maria-Latem	sint-maria-latem	VLG	VOV	45	50.8901	3.7064	4
9630	Munkzwalm	munkzwalm	VLG	VOV	45	50.8768	3.735	4
9636	Nederzwalm-Hermelgem	nederzwalm-hermelgem	VLG	VOV	45	50.8833	3.6833	4
9660	Michelbeke	michelbeke	VLG	VOV	45	50.8355	3.7625	4
9660	Sint-Maria-Oudenhove	sint-maria-oudenhove	VLG	VOV	45	50.833	3.638	4
9660	Zegelsem	zegelsem	VLG	VOV	45	50.8189	3.7178	4
9660	Opbrakel	opbrakel	VLG	VOV	45	50.792	3.7486	4
9660	Elst	elst	VLG	VOV	45	50.8302	3.7392	4
9660	Brakel	brakel	VLG	VOV	45	50.801	3.7626	4
9660	Everbeek	everbeek	VLG	VOV	45	50.7626	3.8085	4
9660	Nederbrakel	nederbrakel	VLG	VOV	45	50.801	3.7626	4
9661	Parike	parike	VLG	VOV	45	50.7849	3.7975	4
9667	Sint-Maria-Horebeke	sint-maria-horebeke	VLG	VOV	45	50.8388	3.6875	4
9667	Sint-Kornelis-Horebeke	sint-kornelis-horebeke	VLG	VOV	45	50.8345	3.6983	4
9667	Horebeke	horebeke	VLG	VOV	45	50.8367	3.6929	3
9680	Etikhove	etikhove	VLG	VOV	45	50.8116	3.6249	4
9680	Maarkedal	maarkedal	VLG	VOV	45	50.816	3.6451	3
9680	Maarke-Kerkem	maarke-kerkem	VLG	VOV	45	50.8204	3.6653	4
9681	Nukerke	nukerke	VLG	VOV	45	50.7956	3.5949	4
9688	Schorisse	schorisse	VLG	VOV	45	50.8031	3.6763	4
9690	Zulzeke	zulzeke	VLG	VOV	45	50.7917	3.5705	4
9690	Kluisbergen	kluisbergen	VLG	VOV	45	50.779	3.5267	3
9690	Kwaremont	kwaremont	VLG	VOV	45	50.7768	3.5238	4
9690	Berchem	berchem	VLG	VOV	45	50.779	3.5267	3
9690	Ruien	ruien	VLG	VOV	45	50.7686	3.4858	4
9700	Edelare	edelare	VLG	VOV	45	50.833	3.6279	4
9700	Oudenaarde	oudenaarde	VLG	VOV	45	50.8517	3.6089	4
9700	Melden	melden	VLG	VOV	45	50.8145	3.5654	4
9700	Bevere	bevere	VLG	VOV	45	50.8496	3.5873	4
9700	Ename	ename	VLG	VOV	45	50.8585	3.6366	4
9700	Mullem	mullem	VLG	VOV	45	50.8967	3.6053	4
9700	Heurne	heurne	VLG	VOV	45	50.881	3.626	4
9700	Welden	welden	VLG	VOV	45	50.8768	3.6545	4
9700	Nederename	nederename	VLG	VOV	45	50.8638	3.6368	4
9700	Ooike	ooike	VLG	VOV	45	50.8711	3.5524	4
9700	Leupegem	leupegem	VLG	VOV	45	50.8362	3.6124	4
9700	Mater	mater	VLG	VOV	45	50.8432	3.6626	4
9700	Volkegem	volkegem	VLG	VOV	45	50.8411	3.6402	4
9700	Eine	eine	VLG	VOV	45	50.8673	3.6182	4
9750	Huise	huise	VLG	VOV	45	50.9006	3.591	4
9750	Ouwegem	ouwegem	VLG	VOV	45	50.9123	3.5998	4
9750	Zingem	zingem	VLG	VOV	45	50.9041	3.653	4
9770	Kruishoutem	kruishoutem	VLG	VOV	45	50.9017	3.5259	4
9770	Kruisem	kruisem	VLG	VOV	45	50.9017	3.5259	4
9771	Nokere	nokere	VLG	VOV	45	50.8854	3.5101	4
9772	Wannegem-Lede	wannegem-lede	VLG	VOV	45	50.8904	3.5514	4
9790	Moregem	moregem	VLG	VOV	45	50.8507	3.5615	4
9790	Elsegem	elsegem	VLG	VOV	45	50.8236	3.536	4
9790	Wortegem-Petegem	wortegem-petegem	VLG	VOV	45	50.8465	3.5432	3
9790	Petegem-Aan-De-Schelde	petegem-aan-de-schelde	VLG	VOV	45	50.8334	3.5561	4
9790	Wortegem	wortegem	VLG	VOV	45	50.8536	3.51	4
9790	Ooike	ooike	VLG	VOV	45	50.8711	3.5524	4
9800	Petegem-Aan-De-Leie	petegem-aan-de-leie	VLG	VOV	44	50.9667	3.5333	4
9800	Gottem	gottem	VLG	VOV	44	50.9642	3.4639	4
9800	Zeveren	zeveren	VLG	VOV	44	50.9964	3.499	4
9800	Deinze	deinze	VLG	VOV	44	50.9817	3.531	4
9800	Astene	astene	VLG	VOV	44	50.9851	3.5665	4
9800	Grammene	grammene	VLG	VOV	44	50.9778	3.4671	4
9800	Meigem	meigem	VLG	VOV	44	51.0175	3.5411	4
9800	Wontergem	wontergem	VLG	VOV	44	50.9791	3.4403	4
9800	Sint-Martens-Leerne	sint-martens-leerne	VLG	VOV	44	51.012	3.606	4
9800	Bachte-Maria-Leerne	bachte-maria-leerne	VLG	VOV	44	51.0113	3.5815	4
9800	Vinkt	vinkt	VLG	VOV	44	51.0086	3.4788	4
9810	Nazareth	nazareth	VLG	VOV	44	51	3.65	4
9810	Eke	eke	VLG	VOV	44	50.9593	3.6396	4
9820	Bottelare	bottelare	VLG	VOV	44	50.9641	3.7549	4
9820	Merelbeke	merelbeke	VLG	VOV	44	50.9945	3.7462	4
9820	Munte	munte	VLG	VOV	44	50.9444	3.7427	4
9820	Lemberge	lemberge	VLG	VOV	44	50.9763	3.7705	4
9820	Melsen	melsen	VLG	VOV	44	50.9562	3.6957	4
9820	Schelderode	schelderode	VLG	VOV	44	50.9692	3.7133	4
9830	Sint-Martens-Latem	sint-martens-latem	VLG	VOV	44	51.0146	3.6378	4
9831	Deurle	deurle	VLG	VOV	44	51.0041	3.6147	4
9840	Zevergem	zevergem	VLG	VOV	44	50.9793	3.6932	4
9840	De Pinte	de-pinte	VLG	VOV	44	50.9934	3.6475	4
9850	Nevele	nevele	VLG	VOV	44	51.0353	3.5457	4
9850	Landegem	landegem	VLG	VOV	44	51.0552	3.5767	4
9850	Hansbeke	hansbeke	VLG	VOV	44	51.0744	3.5357	4
9850	Vosselare	vosselare	VLG	VOV	44	51.0289	3.5566	4
9850	Merendree	merendree	VLG	VOV	44	51.0766	3.576	4
9850	Poesele	poesele	VLG	VOV	44	51.0345	3.5169	4
9860	Landskouter	landskouter	VLG	VOV	44	50.9695	3.7934	4
9860	Moortsele	moortsele	VLG	VOV	44	50.9586	3.7775	4
9860	Balegem	balegem	VLG	VOV	44	50.9257	3.7908	4
9860	Oosterzele	oosterzele	VLG	VOV	44	50.9526	3.7983	4
9860	Gijzenzele	gijzenzele	VLG	VOV	44	50.971	3.817	4
9860	Scheldewindeke	scheldewindeke	VLG	VOV	44	50.9344	3.7866	4
9870	Machelen	machelen	VLG	VOV	44	50.9597	3.4905	4
9870	Olsene	olsene	VLG	VOV	44	50.9342	3.4639	4
9870	Zulte	zulte	VLG	VOV	44	50.9195	3.4486	4
9880	Poeke	poeke	VLG	VOV	44	51.0394	3.4454	4
9880	Aalter	aalter	VLG	VOV	44	51.0902	3.4469	4
9880	Lotenhulle	lotenhulle	VLG	VOV	44	51.0502	3.4616	4
9881	Bellem	bellem	VLG	VOV	44	51.094	3.4928	4
9890	Asper	asper	VLG	VOV	44	50.9137	3.6513	4
9890	Dikkelvenne	dikkelvenne	VLG	VOV	44	50.9193	3.6951	4
9890	Gavere	gavere	VLG	VOV	44	50.9292	3.6618	4
9890	Semmerzake	semmerzake	VLG	VOV	44	50.9437	3.6632	4
9890	Baaigem	baaigem	VLG	VOV	44	50.932	3.7203	4
9890	Vurste	vurste	VLG	VOV	44	50.9432	3.6831	4
9900	Eeklo	eeklo	VLG	VOV	43	51.187	3.5565	4
9910	Ursel	ursel	VLG	VOV	44	51.129	3.4865	4
9910	Knesselare	knesselare	VLG	VOV	44	51.1393	3.4128	4
9920	Lovendegem	lovendegem	VLG	VOV	44	51.1017	3.613	4
9921	Vinderhoute	vinderhoute	VLG	VOV	44	51.0876	3.6416	4
9930	Zomergem	zomergem	VLG	VOV	44	51.1199	3.565	4
9930	Lievegem	lievegem	VLG	VOV	44	51.1199	3.565	4
9931	Oostwinkel	oostwinkel	VLG	VOV	44	51.1515	3.532	4
9932	Ronsele	ronsele	VLG	VOV	44	51.1306	3.5518	4
9940	Ertvelde	ertvelde	VLG	VOV	44	51.1792	3.7472	4
9940	Kluizen	kluizen	VLG	VOV	44	51.1582	3.7319	4
9940	Sleidinge	sleidinge	VLG	VOV	44	51.1336	3.674	4
9940	Evergem	evergem	VLG	VOV	44	51.1131	3.7098	4
9950	Waarschoot	waarschoot	VLG	VOV	44	51.1525	3.605	4
9960	Assenede	assenede	VLG	VOV	43	51.226	3.7509	4
9961	Boekhoute	boekhoute	VLG	VOV	43	51.2586	3.7178	4
9968	Bassevelde	bassevelde	VLG	VOV	43	51.231	3.678	4
9968	Oosteeklo	oosteeklo	VLG	VOV	43	51.193	3.6893	4
9970	Kaprijke	kaprijke	VLG	VOV	43	51.2172	3.6152	4
9971	Lembeke	lembeke	VLG	VOV	43	51.1949	3.6333	4
9980	Sint-Laureins	sint-laureins	VLG	VOV	43	51.242	3.5244	4
9981	Sint-Margriete	sint-margriete	VLG	VOV	43	51.2822	3.5464	4
9982	Sint-Jan-In-Eremo	sint-jan-in-eremo	VLG	VOV	43	51.2716	3.5806	4
9988	Waterland-Oudeman	waterland-oudeman	VLG	VOV	43	51.2887	3.5899	4
9988	Watervliet	watervliet	VLG	VOV	43	51.2749	3.626	4
9990	Maldegem	maldegem	VLG	VOV	43	51.2074	3.4451	4
9991	Adegem	adegem	VLG	VOV	43	51.2051	3.4954	4
9992	Middelburg	middelburg	VLG	VOV	43	51.2561	3.416	4
8000	Brugge	brugge	VLG	VWV	31	51.2089	3.2242	4
8000	Koolkerke	koolkerke	VLG	VWV	31	51.2393	3.2475	4
8020	Waardamme	waardamme	VLG	VWV	31	51.1114	3.2229	4
8020	Ruddervoorde	ruddervoorde	VLG	VWV	31	51.0959	3.2074	4
8020	Hertsberge	hertsberge	VLG	VWV	31	51.1073	3.2694	4
8020	Oostkamp	oostkamp	VLG	VWV	31	51.1543	3.2313	4
8200	Sint-Andries	sint-andries	VLG	VWV	31	51.197	3.1789	4
8200	Sint-Michiels	sint-michiels	VLG	VWV	31	51.1881	3.2114	4
8210	Zedelgem	zedelgem	VLG	VWV	31	51.1424	3.1368	4
8210	Loppem	loppem	VLG	VWV	31	51.1566	3.196	4
8210	Veldegem	veldegem	VLG	VWV	31	51.1048	3.1591	4
8211	Aartrijke	aartrijke	VLG	VWV	31	51.1191	3.0908	4
8300	Knokke	knokke	VLG	VWV	31	51.3511	3.2874	4
8300	Knokke-Heist	knokke-heist	VLG	VWV	31	51.35	3.2667	4
8300	Westkapelle	westkapelle	VLG	VWV	31	51.3151	3.3017	4
8301	Heist-Aan-Zee	heist-aan-zee	VLG	VWV	31	51.3387	3.2388	4
8301	Ramskapelle	ramskapelle	VLG	VWV	31	51.3151	3.2506	4
8310	Assebroek	assebroek	VLG	VWV	31	51.1937	3.2623	4
8310	Sint-Kruis	sint-kruis	VLG	VWV	31	51.214	3.2495	4
8340	Moerkerke	moerkerke	VLG	VWV	31	51.2455	3.3425	4
8340	Sijsele	sijsele	VLG	VWV	31	51.2085	3.3171	4
8340	Lapscheure	lapscheure	VLG	VWV	31	51.2777	3.3566	4
8340	Damme	damme	VLG	VWV	31	51.2515	3.2814	4
8340	Oostkerke	oostkerke	VLG	VWV	31	51.2772	3.2961	4
8340	Hoeke	hoeke	VLG	VWV	31	51.292	3.3349	4
8370	Uitkerke	uitkerke	VLG	VWV	31	51.3068	3.1371	4
8370	Blankenberge	blankenberge	VLG	VWV	31	51.3131	3.1323	4
8377	Nieuwmunster	nieuwmunster	VLG	VWV	31	51.2729	3.0993	4
8377	Houtave	houtave	VLG	VWV	31	51.2363	3.1108	4
8377	Zuienkerke	zuienkerke	VLG	VWV	31	51.2651	3.1551	4
8377	Meetkerke	meetkerke	VLG	VWV	31	51.2354	3.1517	4
8380	Dudzele	dudzele	VLG	VWV	31	51.2737	3.2253	4
8380	Lissewege	lissewege	VLG	VWV	31	51.2943	3.1933	4
8380	Zeebrugge	zeebrugge	VLG	VWV	31	51.329	3.1819	4
8400	Oostende	oostende	VLG	VWV	35	51.2155	2.927	4
8400	Stene	stene	VLG	VWV	35	51.2044	2.9126	4
8400	Zandvoorde	zandvoorde	VLG	VWV	35	51.1994	2.9722	4
8420	De Haan	de-haan	VLG	VWV	35	51.2703	3.0531	3
8420	Wenduine	wenduine	VLG	VWV	35	51.2983	3.0821	4
8420	Klemskerke	klemskerke	VLG	VWV	35	51.2422	3.024	4
8421	Vlissegem	vlissegem	VLG	VWV	35	51.2553	3.056	4
8430	Middelkerke	middelkerke	VLG	VWV	35	51.1853	2.8208	4
8431	Wilskerke	wilskerke	VLG	VWV	35	51.1812	2.84	4
8432	Leffinge	leffinge	VLG	VWV	35	51.1758	2.8758	4
8433	Slijpe	slijpe	VLG	VWV	35	51.1551	2.8483	4
8433	Mannekensvere	mannekensvere	VLG	VWV	35	51.126	2.818	4
8433	Sint-Pieters-Kapelle	sint-pieters-kapelle	VLG	VWV	35	51.1259	2.8766	4
8433	Schore	schore	VLG	VWV	35	51.1114	2.8401	4
8434	Lombardsijde	lombardsijde	VLG	VWV	35	51.15	2.75	4
8434	Westende	westende	VLG	VWV	35	51.1596	2.7687	4
8450	Bredene	bredene	VLG	VWV	35	51.2349	2.9756	4
8460	Westkerke	westkerke	VLG	VWV	35	51.1645	3.0108	4
8460	Oudenburg	oudenburg	VLG	VWV	35	51.1849	3.0004	4
8460	Roksem	roksem	VLG	VWV	35	51.1688	3.0329	4
8460	Ettelgem	ettelgem	VLG	VWV	35	51.1798	3.0292	4
8470	Zevekote	zevekote	VLG	VWV	35	51.1377	2.9206	4
8470	Gistel	gistel	VLG	VWV	35	51.1561	2.9639	4
8470	Moere	moere	VLG	VWV	35	51.1226	2.9558	4
8470	Snaaskerke	snaaskerke	VLG	VWV	35	51.1774	2.939	4
8480	Eernegem	eernegem	VLG	VWV	35	51.1326	3.0256	4
8480	Ichtegem	ichtegem	VLG	VWV	35	51.0957	3.0155	4
8480	Bekegem	bekegem	VLG	VWV	35	51.1598	3.0457	4
8490	Stalhille	stalhille	VLG	VWV	31	51.2141	3.072	4
8490	Zerkegem	zerkegem	VLG	VWV	31	51.1664	3.0699	4
8490	Varsenare	varsenare	VLG	VWV	31	51.1898	3.1392	4
8490	Snellegem	snellegem	VLG	VWV	31	51.1678	3.1192	4
8490	Jabbeke	jabbeke	VLG	VWV	31	51.1818	3.0894	4
8500	Kortrijk	kortrijk	VLG	VWV	34	50.828	3.2649	4
8501	Bissegem	bissegem	VLG	VWV	34	50.8238	3.2284	4
8501	Heule	heule	VLG	VWV	34	50.8375	3.2382	4
8510	Rollegem	rollegem	VLG	VWV	34	50.7656	3.2632	4
8510	Bellegem	bellegem	VLG	VWV	34	50.7769	3.2793	4
8510	Kooigem	kooigem	VLG	VWV	34	50.7401	3.3316	4
8510	Marke	marke	VLG	VWV	34	50.8068	3.2334	4
8511	Aalbeke	aalbeke	VLG	VWV	34	50.7785	3.2295	4
8520	Kuurne	kuurne	VLG	VWV	34	50.8514	3.2824	4
8530	Harelbeke	harelbeke	VLG	VWV	34	50.8534	3.3094	4
8531	Hulste	hulste	VLG	VWV	34	50.8822	3.295	4
8531	Bavikhove	bavikhove	VLG	VWV	34	50.8753	3.3106	4
8540	Deerlijk	deerlijk	VLG	VWV	34	50.8534	3.3542	4
8550	Zwevegem	zwevegem	VLG	VWV	34	50.8127	3.3385	4
8551	Heestert	heestert	VLG	VWV	34	50.782	3.4122	4
8552	Moen	moen	VLG	VWV	34	50.7701	3.3948	4
8553	Otegem	otegem	VLG	VWV	34	50.8069	3.4204	4
8554	Sint-Denijs	sint-denijs	VLG	VWV	34	50.752	3.3663	4
8560	Gullegem	gullegem	VLG	VWV	34	50.843	3.2047	4
8560	Wevelgem	wevelgem	VLG	VWV	34	50.8	3.1667	4
8560	Moorsele	moorsele	VLG	VWV	34	50.8409	3.1597	4
8570	Gijzelbrechtegem	gijzelbrechtegem	VLG	VWV	34	50.8268	3.5014	4
8570	Ingooigem	ingooigem	VLG	VWV	34	50.8201	3.4337	4
8570	Vichte	vichte	VLG	VWV	34	50.8387	3.4013	4
8570	Anzegem	anzegem	VLG	VWV	34	50.837	3.4779	4
8572	Kaster	kaster	VLG	VWV	34	50.8133	3.4959	4
8573	Tiegem	tiegem	VLG	VWV	34	50.809	3.4748	4
8580	Avelgem	avelgem	VLG	VWV	34	50.7762	3.445	4
8581	Kerkhove	kerkhove	VLG	VWV	34	50.7985	3.5027	4
8581	Waarmaarde	waarmaarde	VLG	VWV	34	50.79	3.4866	4
8582	Outrijve	outrijve	VLG	VWV	34	50.7577	3.4296	4
8583	Bossuit	bossuit	VLG	VWV	34	50.7485	3.4082	4
8587	Espierres	espierres	VLG	VWV	34	50.7189	3.3563	4
8587	Espierres-Helchin	espierres-helchin	VLG	VWV	34	50.7255	3.3702	3
8587	Helchin	helchin	VLG	VWV	34	50.7321	3.3841	4
8600	Beerst	beerst	VLG	VWV	32	51.0598	2.885	4
8600	Keiem	keiem	VLG	VWV	32	51.0814	2.8822	4
8600	Woumen	woumen	VLG	VWV	32	51.0015	2.8697	4
8600	Vladslo	vladslo	VLG	VWV	32	51.0464	2.916	4
8600	Kaaskerke	kaaskerke	VLG	VWV	32	51.0354	2.8387	4
8600	Diksmuide	diksmuide	VLG	VWV	32	51.0325	2.8638	4
8600	Pervijze	pervijze	VLG	VWV	32	51.0732	2.794	4
8600	Sint-Jacobs-Kapelle	sint-jacobs-kapelle	VLG	VWV	32	51.0167	2.8345	4
8600	Oostkerke	oostkerke	VLG	VWV	32	51.0472	2.7976	4
8600	Driekapellen	driekapellen	VLG	VWV	32	51.0431	2.8451	3
8600	Stuivekenskerke	stuivekenskerke	VLG	VWV	32	51.0768	2.8251	4
8600	Oudekapelle	oudekapelle	VLG	VWV	32	51.0132	2.8084	4
8600	Leke	leke	VLG	VWV	32	51.1002	2.891	4
8600	Lampernisse	lampernisse	VLG	VWV	32	51.0329	2.7691	4
8600	Esen	esen	VLG	VWV	32	51.0294	2.9019	4
8600	Nieuwkapelle	nieuwkapelle	VLG	VWV	32	50.9996	2.7992	4
8610	Kortemark	kortemark	VLG	VWV	32	51.0295	3.0411	4
8610	Handzame	handzame	VLG	VWV	32	51.0254	3.0032	4
8610	Zarren	zarren	VLG	VWV	32	51.0184	2.9581	4
8610	Werken	werken	VLG	VWV	32	51.0294	2.9645	4
8620	Sint-Joris	sint-joris	VLG	VWV	38	51.1303	2.7782	4
8620	Nieuwpoort	nieuwpoort	VLG	VWV	38	51.1301	2.7513	4
8620	Ramskapelle	ramskapelle	VLG	VWV	38	51.1097	2.764	4
8630	Steenkerke	steenkerke	VLG	VWV	38	51.0574	2.6893	4
8630	Houtem	houtem	VLG	VWV	38	51.0108	2.6095	4
8630	Avekapelle	avekapelle	VLG	VWV	38	51.0662	2.7327	4
8630	Wulveringem	wulveringem	VLG	VWV	38	51.0149	2.6545	4
8630	De Moeren	de-moeren	VLG	VWV	38	51.0437	2.5997	4
8630	Booitshoeke	booitshoeke	VLG	VWV	38	51.0904	2.7421	4
8630	Veurne	veurne	VLG	VWV	38	51.0732	2.668	4
8630	Zoutenaaie	zoutenaaie	VLG	VWV	38	51.0482	2.7545	4
8630	Vinkem	vinkem	VLG	VWV	38	51.0157	2.6616	4
8630	Eggewaartskapelle	eggewaartskapelle	VLG	VWV	38	51.0499	2.7223	4
8630	Bulskamp	bulskamp	VLG	VWV	38	51.0423	2.6494	4
8640	Woesten	woesten	VLG	VWV	33	50.8997	2.7896	4
8640	Vleteren	vleteren	VLG	VWV	33	50.9201	2.7492	3
8640	Westvleteren	westvleteren	VLG	VWV	33	50.9274	2.7169	4
8640	Oostvleteren	oostvleteren	VLG	VWV	33	50.9332	2.7412	4
8647	Noordschote	noordschote	VLG	VWV	32	50.9548	2.8103	4
8647	Pollinkhove	pollinkhove	VLG	VWV	32	50.9712	2.7326	4
8647	Reninge	reninge	VLG	VWV	32	50.9478	2.7889	4
8647	Lo-Reninge	lo-reninge	VLG	VWV	32	50.9635	2.7704	3
8647	Lo	lo	VLG	VWV	32	50.9804	2.7496	4
8650	Merkem	merkem	VLG	VWV	32	50.9528	2.8523	4
8650	Houthulst	houthulst	VLG	VWV	32	50.9782	2.9505	4
8650	Klerken	klerken	VLG	VWV	32	50.9964	2.9077	4
8660	Adinkerke	adinkerke	VLG	VWV	38	51.0741	2.5991	4
8660	De Panne	de-panne	VLG	VWV	38	51.0979	2.5937	4
8670	Wulpen	wulpen	VLG	VWV	38	51.1	2.7	4
8670	Oostduinkerke	oostduinkerke	VLG	VWV	38	51.1156	2.6822	4
8670	Koksijde	koksijde	VLG	VWV	38	51.1164	2.6377	4
8680	Zande	zande	VLG	VWV	32	51.1204	2.9215	4
8680	Koekelare	koekelare	VLG	VWV	32	51.0905	2.9783	4
8680	Bovekerke	bovekerke	VLG	VWV	32	51.0543	2.9632	4
8690	Sint-Rijkers	sint-rijkers	VLG	VWV	38	50.9961	2.7022	4
8690	Alveringem	alveringem	VLG	VWV	38	51.0124	2.7112	4
8690	Oeren	oeren	VLG	VWV	38	51.0236	2.7045	4
8690	Hoogstade	hoogstade	VLG	VWV	38	50.9796	2.6911	4
8691	Gijverinkhove	gijverinkhove	VLG	VWV	38	50.9761	2.6725	4
8691	Stavele	stavele	VLG	VWV	38	50.9407	2.6724	4
8691	Leisele	leisele	VLG	VWV	38	50.9844	2.62	4
8691	Beveren-Aan-De-Ijzer	beveren-aan-de-ijzer	VLG	VWV	38	50.9738	2.6549	3
8691	Izenberge	izenberge	VLG	VWV	38	50.9939	2.6546	4
8700	Aarsele	aarsele	VLG	VWV	37	50.9966	3.4195	4
8700	Schuiferskapelle	schuiferskapelle	VLG	VWV	37	51.0324	3.338	4
8700	Tielt	tielt	VLG	VWV	37	50.9993	3.3271	4
8700	Kanegem	kanegem	VLG	VWV	37	51.0129	3.4019	4
8710	Wielsbeke	wielsbeke	VLG	VWV	37	50.9	3.3667	4
8710	Sint-Baafs-Vijve	sint-baafs-vijve	VLG	VWV	37	50.9	3.3833	4
8710	Ooigem	ooigem	VLG	VWV	37	50.8933	3.3363	4
8720	Dentergem	dentergem	VLG	VWV	37	50.9643	3.4162	4
8720	Oeselgem	oeselgem	VLG	VWV	37	50.9379	3.4318	4
8720	Wakken	wakken	VLG	VWV	37	50.933	3.3974	4
8720	Markegem	markegem	VLG	VWV	37	50.9463	3.4003	4
8730	Beernem	beernem	VLG	VWV	31	51.1398	3.339	4
8730	Sint-Joris	sint-joris	VLG	VWV	31	51.1266	3.3652	4
8730	Oedelem	oedelem	VLG	VWV	31	51.1703	3.3376	4
8740	Pittem	pittem	VLG	VWV	37	50.9928	3.2632	4
8740	Egem	egem	VLG	VWV	37	51.0153	3.2585	4
8750	Zwevezele	zwevezele	VLG	VWV	37	51.0368	3.2119	4
8750	Wingene	wingene	VLG	VWV	37	51.0578	3.2736	4
8755	Ruiselede	ruiselede	VLG	VWV	37	51.0404	3.3942	4
8760	Meulebeke	meulebeke	VLG	VWV	37	50.9514	3.288	4
8770	Ingelmunster	ingelmunster	VLG	VWV	36	50.9208	3.2557	4
8780	Oostrozebeke	oostrozebeke	VLG	VWV	37	50.9209	3.338	4
8790	Waregem	waregem	VLG	VWV	34	50.889	3.4276	4
8791	Beveren	beveren	VLG	VWV	34	50.8754	3.3403	4
8792	Desselgem	desselgem	VLG	VWV	34	50.8861	3.3596	4
8793	Sint-Eloois-Vijve	sint-eloois-vijve	VLG	VWV	34	50.9091	3.4155	4
8800	Rumbeke	rumbeke	VLG	VWV	36	50.9325	3.1672	4
8800	Roeselare	roeselare	VLG	VWV	36	50.9465	3.1227	4
8800	Oekene	oekene	VLG	VWV	36	50.9179	3.1568	4
8800	Beveren	beveren	VLG	VWV	36	50.9726	3.1439	4
8810	Lichtervelde	lichtervelde	VLG	VWV	36	51.0333	3.15	4
8820	Torhout	torhout	VLG	VWV	31	51.0656	3.1008	4
8830	Gits	gits	VLG	VWV	36	50.9969	3.0956	4
8830	Hooglede	hooglede	VLG	VWV	36	50.9833	3.0833	4
8840	Staden	staden	VLG	VWV	36	50.9746	3.0147	4
8840	Westrozebeke	westrozebeke	VLG	VWV	36	50.9318	3.01	4
8840	Oostnieuwkerke	oostnieuwkerke	VLG	VWV	36	50.9396	3.0574	4
8850	Ardooie	ardooie	VLG	VWV	37	50.9757	3.1974	4
8851	Koolskamp	koolskamp	VLG	VWV	37	51.0023	3.2104	4
8860	Lendelede	lendelede	VLG	VWV	34	50.8863	3.2375	4
8870	Izegem	izegem	VLG	VWV	36	50.914	3.2138	4
8870	Emelgem	emelgem	VLG	VWV	36	50.9238	3.2303	4
8870	Kachtem	kachtem	VLG	VWV	36	50.9334	3.1942	4
8880	Rollegem-Kapelle	rollegem-kapelle	VLG	VWV	36	50.8687	3.1464	4
8880	Sint-Eloois-Winkel	sint-eloois-winkel	VLG	VWV	36	50.8759	3.1814	4
8880	Ledegem	ledegem	VLG	VWV	36	50.8579	3.1241	4
8890	Dadizele	dadizele	VLG	VWV	36	50.8514	3.0947	4
8890	Moorslede	moorslede	VLG	VWV	36	50.8919	3.0612	4
8900	Ieper	ieper	VLG	VWV	33	50.8511	2.8857	4
8900	Brielen	brielen	VLG	VWV	33	50.8678	2.848	4
8900	Sint-Jan	sint-jan	VLG	VWV	33	50.865	2.9048	4
8900	Dikkebus	dikkebus	VLG	VWV	33	50.8213	2.8287	4
8902	Hollebeke	hollebeke	VLG	VWV	33	50.8051	2.9366	4
8902	Voormezele	voormezele	VLG	VWV	33	50.8168	2.8762	4
8902	Zillebeke	zillebeke	VLG	VWV	33	50.8346	2.9225	4
8904	Boezinge	boezinge	VLG	VWV	33	50.8967	2.8542	4
8904	Zuidschote	zuidschote	VLG	VWV	33	50.9159	2.8374	4
8906	Elverdinge	elverdinge	VLG	VWV	33	50.8848	2.8171	4
8908	Vlamertinge	vlamertinge	VLG	VWV	33	50.8549	2.8202	4
8920	Bikschote	bikschote	VLG	VWV	33	50.9279	2.8627	4
8920	Langemark	langemark	VLG	VWV	33	50.9131	2.9196	4
8920	Poelkapelle	poelkapelle	VLG	VWV	33	50.9179	2.9568	4
8920	Langemark-Poelkapelle	langemark-poelkapelle	VLG	VWV	33	50.9197	2.913	3
8930	Menen	menen	VLG	VWV	34	50.7972	3.1224	4
8930	Lauwe	lauwe	VLG	VWV	34	50.7948	3.1869	4
8930	Rekkem	rekkem	VLG	VWV	34	50.7837	3.1635	4
8940	Wervik	wervik	VLG	VWV	33	50.7807	3.0385	4
8940	Geluwe	geluwe	VLG	VWV	33	50.8098	3.0769	4
8950	Heuvelland	heuvelland	VLG	VWV	33	50.776	2.8223	4
8950	Nieuwkerke	nieuwkerke	VLG	VWV	33	50.7471	2.8286	4
8951	Dranouter	dranouter	VLG	VWV	33	50.766	2.7839	4
8952	Wulvergem	wulvergem	VLG	VWV	33	50.7602	2.8524	4
8953	Wijtschate	wijtschate	VLG	VWV	33	50.7863	2.8837	4
8954	Westouter	westouter	VLG	VWV	33	50.7972	2.7465	4
8956	Kemmel	kemmel	VLG	VWV	33	50.7833	2.8271	4
8957	Messines	messines	VLG	VWV	33	50.7658	2.8976	4
8958	Loker	loker	VLG	VWV	33	50.7817	2.7723	4
8970	Reningelst	reningelst	VLG	VWV	33	50.8151	2.7707	4
8970	Poperinge	poperinge	VLG	VWV	33	50.8539	2.7266	4
8972	Proven	proven	VLG	VWV	33	50.8898	2.6572	4
8972	Roesbrugge-Haringe	roesbrugge-haringe	VLG	VWV	33	50.9181	2.6254	4
8972	Krombeke	krombeke	VLG	VWV	33	50.9149	2.6883	4
8978	Watou	watou	VLG	VWV	33	50.8586	2.6207	4
8980	Zonnebeke	zonnebeke	VLG	VWV	33	50.8726	2.9873	4
8980	Zandvoorde	zandvoorde	VLG	VWV	33	50.8128	2.9812	4
8980	Beselare	beselare	VLG	VWV	33	50.8481	3.0245	4
8980	Passendale	passendale	VLG	VWV	33	50.8998	3.0213	4
8980	Geluveld	geluveld	VLG	VWV	33	50.8351	2.9934	4
1300	Limal	limal	WAL	WBR	25	50.6948	4.5754	4
1300	Wavre	wavre	WAL	WBR	25	50.7172	4.6014	4
1301	Bierges	bierges	WAL	WBR	25	50.7114	4.5866	4
1310	La Hulpe	la-hulpe	WAL	WBR	25	50.7309	4.4858	4
1315	Glimes	glimes	WAL	WBR	25	50.68	4.8371	4
1315	Incourt	incourt	WAL	WBR	25	50.6915	4.7982	4
1315	Opprebais	opprebais	WAL	WBR	25	50.68	4.7978	4
1315	Roux-Miroir	roux-miroir	WAL	WBR	25	50.7086	4.7827	4
1315	Piétrebais	pietrebais	WAL	WBR	25	50.7278	4.7645	4
1320	Hamme-Mille	hamme-mille	WAL	WBR	25	50.7802	4.7173	4
1320	L'Ecluse	l-ecluse	WAL	WBR	25	50.773	4.8314	4
1320	Nodebais	nodebais	WAL	WBR	25	50.7728	4.7369	4
1320	Beauvechain	beauvechain	WAL	WBR	25	50.782	4.7718	4
1320	Tourinnes-La-Grosse	tourinnes-la-grosse	WAL	WBR	25	50.783	4.7444	4
1325	Longueville	longueville	WAL	WBR	25	50.7024	4.7401	4
1325	Dion-Valmont	dion-valmont	WAL	WBR	25	50.7082	4.6677	4
1325	Chaumont-Gistoux	chaumont-gistoux	WAL	WBR	25	50.6775	4.7212	4
1325	Corroy-Le-Grand	corroy-le-grand	WAL	WBR	25	50.6631	4.674	4
1325	Bonlez	bonlez	WAL	WBR	25	50.7021	4.6886	4
1330	Rixensart	rixensart	WAL	WBR	25	50.7123	4.5253	4
1331	Rosières	rosieres	WAL	WBR	25	50.731	4.5447	4
1332	Genval	genval	WAL	WBR	25	50.7216	4.4938	4
1340	Ottignies-Louvain-La-Neuve	ottignies-louvain-la-neuve	WAL	WBR	25	50.6671	4.5502	4
1340	Ottignies	ottignies	WAL	WBR	25	50.6653	4.5668	4
1341	Céroux-Mousty	ceroux-mousty	WAL	WBR	25	50.6609	4.5207	4
1342	Limelette	limelette	WAL	WBR	25	50.6843	4.5719	4
1348	Louvain-La-Neuve	louvain-la-neuve	WAL	WBR	25	50.6683	4.6144	4
1350	Orp-Le-Grand	orp-le-grand	WAL	WBR	25	50.7033	4.9891	4
1350	Orp-Jauche	orp-jauche	WAL	WBR	25	50.6839	4.9493	4
1350	Enines	enines	WAL	WBR	25	50.6943	4.9269	4
1350	Folx-Les-Caves	folx-les-caves	WAL	WBR	25	50.6612	4.9378	4
1350	Noduwez	noduwez	WAL	WBR	25	50.7286	4.9678	4
1350	Jauche	jauche	WAL	WBR	25	50.6814	4.9556	4
1350	Jandrain-Jandrenouille	jandrain-jandrenouille	WAL	WBR	25	50.6718	4.978	4
1350	Marilles	marilles	WAL	WBR	25	50.7072	4.9527	4
1357	Opheylissem	opheylissem	WAL	WBR	25	50.7471	4.9769	4
1357	Linsmeau	linsmeau	WAL	WBR	25	50.7356	4.9998	4
1357	Hélécine	helecine	WAL	WBR	25	50.739	4.6983	4
1357	Neerheylissem	neerheylissem	WAL	WBR	25	50.7584	4.9883	4
1360	Thorembais-Saint-Trond	thorembais-saint-trond	WAL	WBR	25	50.6349	4.7841	4
1360	Thorembais-Les-Béguines	thorembais-les-beguines	WAL	WBR	25	50.6582	4.8175	4
1360	Malèves-Sainte-Marie-Wastinnes	maleves-sainte-marie-wastinnes	WAL	WBR	25	50.6388	4.7947	3
1360	Perwez	perwez	WAL	WBR	25	50.6243	4.8135	4
1360	Orbais	orbais	WAL	WBR	25	50.638	4.7635	4
1367	Bomal	bomal	WAL	WBR	25	50.6701	4.8732	4
1367	Autre-Eglise	autre-eglise	WAL	WBR	25	50.6692	4.9038	4
1367	Mont-Saint-André	mont-saint-andre	WAL	WBR	25	50.6563	4.8661	4
1367	Grand-Rosière-Hottomont	grand-rosiere-hottomont	WAL	WBR	25	50.6319	4.8656	4
1367	Gérompont	gerompont	WAL	WBR	25	50.6481	4.8814	4
1367	Ramillies	ramillies	WAL	WBR	25	50.6339	4.9012	4
1367	Huppaye	huppaye	WAL	WBR	25	50.6936	4.8942	4
1367	Geest-Gérompont-Petit-Rosière	geest-gerompont-petit-rosiere	WAL	WBR	25	50.6404	4.8587	4
1370	Piétrain	pietrain	WAL	WBR	25	50.7253	4.9203	4
1370	Dongelberg	dongelberg	WAL	WBR	25	50.7034	4.82	4
1370	Jodoigne	jodoigne	WAL	WBR	25	50.7236	4.8691	4
1370	Mélin	melin	WAL	WBR	25	50.74	4.8288	4
1370	Saint-Remy-Geest	saint-remy-geest	WAL	WBR	25	50.7469	4.8585	4
1370	Lathuy	lathuy	WAL	WBR	25	50.7246	4.8262	4
1370	Jauchelette	jauchelette	WAL	WBR	25	50.6867	4.8436	4
1370	Jodoigne-Souveraine	jodoigne-souveraine	WAL	WBR	25	50.7094	4.8376	4
1370	Zétrud-Lumay	zetrud-lumay	WAL	WBR	25	50.7571	4.8871	4
1370	Saint-Jean-Geest	saint-jean-geest	WAL	WBR	25	50.7401	4.8965	4
1380	Couture-Saint-Germain	couture-saint-germain	WAL	WBR	25	50.6748	4.4726	4
1380	Maransart	maransart	WAL	WBR	25	50.6597	4.4669	4
1380	Lasne-Chapelle-Saint-Lambert	lasne-chapelle-saint-lambert	WAL	WBR	25	50.693	4.501	4
1380	Plancenoit	plancenoit	WAL	WBR	25	50.6623	4.4283	4
1380	Lasne	lasne	WAL	WBR	25	50.6875	4.4816	4
1380	Ohain	ohain	WAL	WBR	25	50.6988	4.4698	4
1390	Grez-Doiceau	grez-doiceau	WAL	WBR	25	50.739	4.6983	4
1390	Biez	biez	WAL	WBR	25	50.7237	4.7136	4
1390	Nethen	nethen	WAL	WBR	25	50.7832	4.675	4
1390	Archennes	archennes	WAL	WBR	25	50.7526	4.6696	4
1390	Bossut-Gottechain	bossut-gottechain	WAL	WBR	25	50.7582	4.6951	4
1400	Nivelles	nivelles	WAL	WBR	25	50.5983	4.3285	4
1400	Monstreux	monstreux	WAL	WBR	25	50.5982	4.2894	4
1401	Baulers	baulers	WAL	WBR	25	50.6133	4.3528	4
1402	Thines	thines	WAL	WBR	25	50.5968	4.369	4
1404	Bornival	bornival	WAL	WBR	25	50.6019	4.2765	4
1410	Waterloo	waterloo	WAL	WBR	25	50.7147	4.3991	4
1420	Braine-L'Alleud	braine-l-alleud	WAL	WBR	25	50.6836	4.3678	4
1421	Ophain-Bois-Seigneur-Isaac	ophain-bois-seigneur-isaac	WAL	WBR	25	50.6665	4.3487	4
1428	Lillois-Witterzée	lillois-witterzee	WAL	WBR	25	50.6455	4.3668	4
1430	Bierghes	bierghes	WAL	WBR	25	50.6958	4.1192	4
1430	Rebecq-Rognon	rebecq-rognon	WAL	WBR	25	50.6515	4.1068	4
1430	Rebecq	rebecq	WAL	WBR	25	50.666	4.132	4
1430	Quenast	quenast	WAL	WBR	25	50.6696	4.1566	4
1435	Mont-Saint-Guibert	mont-saint-guibert	WAL	WBR	25	50.6343	4.6106	4
1435	Hévillers	hevillers	WAL	WBR	25	50.6233	4.6173	4
1435	Corbais	corbais	WAL	WBR	25	50.6461	4.6559	4
1440	Braine-Le-Château	braine-le-chateau	WAL	WBR	25	50.6799	4.2739	4
1440	Wauthier-Braine	wauthier-braine	WAL	WBR	25	50.6818	4.2985	4
1450	Chastre	chastre	WAL	WBR	25	50.6007	4.634	4
1450	Gentinnes	gentinnes	WAL	WBR	25	50.5784	4.607	4
1450	Chastre-Villeroux-Blanmont	chastre-villeroux-blanmont	WAL	WBR	25	50.6086	4.642	4
1450	Saint-Géry	saint-gery	WAL	WBR	25	50.5813	4.6136	4
1450	Cortil-Noirmont	cortil-noirmont	WAL	WBR	25	50.5811	4.6434	4
1457	Tourinnes-Saint-Lambert	tourinnes-saint-lambert	WAL	WBR	25	50.6402	4.7236	4
1457	Walhain	walhain	WAL	WBR	25	50.6168	4.6948	4
1457	Nil-Saint-Vincent-Saint-Martin	nil-saint-vincent-saint-martin	WAL	WBR	25	50.6433	4.6817	4
1457	Walhain-Saint-Paul	walhain-saint-paul	WAL	WBR	25	50.6263	4.6984	4
1460	Ittre	ittre	WAL	WBR	25	50.644	4.2648	4
1460	Virginal-Samme	virginal-samme	WAL	WBR	25	50.6404	4.2058	4
1461	Haut-Ittre	haut-ittre	WAL	WBR	25	50.6531	4.2978	4
1470	Genappe	genappe	WAL	WBR	25	50.6117	4.4515	4
1470	Baisy-Thy	baisy-thy	WAL	WBR	25	50.5971	4.476	4
1470	Bousval	bousval	WAL	WBR	25	50.6166	4.508	4
1471	Loupoigne	loupoigne	WAL	WBR	25	50.5981	4.4445	4
1472	Vieux-Genappe	vieux-genappe	WAL	WBR	25	50.6085	4.441	4
1473	Glabais	glabais	WAL	WBR	25	50.6307	4.4533	4
1474	Ways	ways	WAL	WBR	25	50.6111	4.4645	4
1476	Houtain-Le-Val	houtain-le-val	WAL	WBR	25	50.5824	4.4126	4
1480	Saintes	saintes	WAL	WBR	25	50.705	4.1601	4
1480	Oisquercq	oisquercq	WAL	WBR	25	50.6701	4.2198	4
1480	Clabecq	clabecq	WAL	WBR	25	50.6925	4.2215	4
1480	Tubize	tubize	WAL	WBR	25	50.6906	4.2009	4
1490	Court-Saint-Etienne	court-saint-etienne	WAL	WBR	25	50.6338	4.5685	4
1495	Sart-Dames-Avelines	sart-dames-avelines	WAL	WBR	25	50.5686	4.4922	4
1495	Villers-La-Ville	villers-la-ville	WAL	WBR	25	50.5667	4.5167	4
1495	Mellery	mellery	WAL	WBR	25	50.5819	4.569	4
1495	Marbais	marbais	WAL	WBR	25	50.5465	4.535	4
1495	Tilly	tilly	WAL	WBR	25	50.5608	4.5549	4
6000	Charleroi	charleroi	WAL	WHT	52	50.4114	4.4445	4
6001	Marcinelle	marcinelle	WAL	WHT	52	50.3922	4.4439	4
6010	Couillet	couillet	WAL	WHT	52	50.3914	4.4591	4
6020	Dampremy	dampremy	WAL	WHT	52	50.4171	4.4309	4
6030	Goutroux	goutroux	WAL	WHT	52	50.4133	4.3623	4
6030	Marchienne-Au-Pont	marchienne-au-pont	WAL	WHT	52	50.4057	4.3953	4
6031	Monceau-Sur-Sambre	monceau-sur-sambre	WAL	WHT	52	50.4169	4.3767	4
6032	Mont-Sur-Marchienne	mont-sur-marchienne	WAL	WHT	52	50.39	4.4073	4
6040	Jumet	jumet	WAL	WHT	52	50.4422	4.4374	4
6041	Gosselies	gosselies	WAL	WHT	52	50.4694	4.4332	4
6042	Lodelinsart	lodelinsart	WAL	WHT	52	50.4314	4.4489	4
6043	Ransart	ransart	WAL	WHT	52	50.4617	4.4762	4
6044	Roux	roux	WAL	WHT	52	50.4411	4.3917	4
6060	Gilly	gilly	WAL	WHT	52	50.4245	4.4789	4
6061	Montignies-Sur-Sambre	montignies-sur-sambre	WAL	WHT	52	50.4108	4.4911	4
6110	Montigny-Le-Tilleul	montigny-le-tilleul	WAL	WHT	52	50.3806	4.3758	4
6111	Landelies	landelies	WAL	WHT	52	50.38	4.3508	4
6120	Cour-Sur-Heure	cour-sur-heure	WAL	WHT	56	50.3012	4.3892	4
6120	Ham-Sur-Heure	ham-sur-heure	WAL	WHT	56	50.323	4.3884	4
6120	Jamioulx	jamioulx	WAL	WHT	56	50.353	4.4128	4
6120	Nalinnes	nalinnes	WAL	WHT	56	50.3243	4.4457	4
6120	Marbaix	marbaix	WAL	WHT	56	50.3262	4.3709	4
6140	Fontaine-L'Evêque	fontaine-l-eveque	WAL	WHT	52	50.4091	4.3243	4
6141	Forchies-La-Marche	forchies-la-marche	WAL	WHT	52	50.4369	4.3211	4
6142	Leernes	leernes	WAL	WHT	52	50.3981	4.3324	4
6150	Anderlues	anderlues	WAL	WHT	56	50.407	4.2714	4
6180	Courcelles	courcelles	WAL	WHT	52	50.4638	4.3747	4
6181	Gouy-Lez-Piéton	gouy-lez-pieton	WAL	WHT	52	50.4907	4.3289	4
6182	Souvret	souvret	WAL	WHT	52	50.4486	4.3457	4
6183	Trazegnies	trazegnies	WAL	WHT	52	50.4638	4.3329	4
6200	Bouffioulx	bouffioulx	WAL	WHT	52	50.3912	4.5155	4
6200	Châtelineau	chatelineau	WAL	WHT	52	50.415	4.5202	4
6200	Châtelet	chatelet	WAL	WHT	52	50.4034	4.5283	4
6210	Frasnes-Lez-Gosselies	frasnes-lez-gosselies	WAL	WHT	52	50.5384	4.4523	4
6210	Wayaux	wayaux	WAL	WHT	52	50.4896	4.4732	4
6210	Rèves	reves	WAL	WHT	52	50.5381	4.4108	4
6210	Les Bons Villers	les-bons-villers	WAL	WHT	52	50.5321	4.435	4
6210	Villers-Perwin	villers-perwin	WAL	WHT	52	50.5278	4.4797	4
6211	Mellet	mellet	WAL	WHT	52	50.5057	4.4786	4
6220	Heppignies	heppignies	WAL	WHT	52	50.4846	4.4953	4
6220	Lambusart	lambusart	WAL	WHT	52	50.4543	4.5526	4
6220	Fleurus	fleurus	WAL	WHT	52	50.4835	4.5501	4
6220	Wangenies	wangenies	WAL	WHT	52	50.4802	4.5202	4
6221	Saint-Amand	saint-amand	WAL	WHT	52	50.5061	4.5499	4
6222	Brye	brye	WAL	WHT	52	50.5244	4.5567	4
6223	Wagnelée	wagnelee	WAL	WHT	52	50.5233	4.5333	4
6224	Wanfercée-Baulet	wanfercee-baulet	WAL	WHT	52	50.4729	4.5875	4
6230	Obaix	obaix	WAL	WHT	52	50.53	4.3609	4
6230	Pont-À-Celles	pont-a-celles	WAL	WHT	52	50.5052	4.3689	4
6230	Buzet	buzet	WAL	WHT	52	50.5404	4.37	4
6230	Thiméon	thimeon	WAL	WHT	52	50.4895	4.4288	4
6230	Viesville	viesville	WAL	WHT	52	50.4909	4.4085	4
6238	Liberchies	liberchies	WAL	WHT	52	50.5142	4.4212	4
6238	Luttre	luttre	WAL	WHT	52	50.5101	4.3971	4
6240	Farciennes	farciennes	WAL	WHT	52	50.4301	4.5415	4
6240	Pironchamps	pironchamps	WAL	WHT	52	50.4318	4.5202	4
6250	Aiseau-Presles	aiseau-presles	WAL	WHT	52	50.4082	4.5822	4
6250	Presles	presles	WAL	WHT	52	50.3842	4.5784	4
6250	Pont-De-Loup	pont-de-loup	WAL	WHT	52	50.4166	4.5459	4
6250	Aiseau	aiseau	WAL	WHT	52	50.4116	4.5867	4
6250	Roselies	roselies	WAL	WHT	52	50.4303	4.572	4
6280	Loverval	loverval	WAL	WHT	52	50.3752	4.4733	4
6280	Gougnies	gougnies	WAL	WHT	52	50.3554	4.5761	4
6280	Gerpinnes	gerpinnes	WAL	WHT	52	50.3379	4.5273	4
6280	Acoz	acoz	WAL	WHT	52	50.359	4.5326	4
6280	Joncret	joncret	WAL	WHT	52	50.3537	4.5135	4
6280	Villers-Poterie	villers-poterie	WAL	WHT	52	50.3538	4.5489	4
6440	Froidchapelle	froidchapelle	WAL	WHT	56	50.1511	4.3274	4
6440	Fourbechies	fourbechies	WAL	WHT	56	50.1643	4.3132	4
6440	Vergnies	vergnies	WAL	WHT	56	50.1992	4.3033	4
6440	Boussu-Lez-Walcourt	boussu-lez-walcourt	WAL	WHT	56	50.2285	4.3775	4
6441	Erpion	erpion	WAL	WHT	56	50.2119	4.3556	4
6460	Robechies	robechies	WAL	WHT	56	50.0729	4.2776	4
6460	Chimay	chimay	WAL	WHT	56	50.0486	4.3171	4
6460	Saint-Remy	saint-remy	WAL	WHT	56	50.0456	4.2923	4
6460	Villers-La-Tour	villers-la-tour	WAL	WHT	56	50.0364	4.2613	4
6460	Bailièvre	bailievre	WAL	WHT	56	50.0694	4.2387	4
6460	Salles	salles	WAL	WHT	56	50.0553	4.245	4
6461	Virelles	virelles	WAL	WHT	56	50.0639	4.3351	4
6462	Vaulx-Lez-Chimay	vaulx-lez-chimay	WAL	WHT	56	50.0617	4.3651	4
6463	Lompret	lompret	WAL	WHT	56	50.0644	4.379	4
6464	Rièzes	riezes	WAL	WHT	56	49.9595	4.3687	4
6464	Bourlers	bourlers	WAL	WHT	56	50.0275	4.3412	4
6464	Forges	forges	WAL	WHT	56	50.0257	4.3276	4
6464	L'Escaillère	l-escaillere	WAL	WHT	56	49.945	4.4307	4
6464	Baileux	baileux	WAL	WHT	56	50.0288	4.3753	4
6470	Sautin	sautin	WAL	WHT	56	50.1634	4.2265	4
6470	Montbliart	montbliart	WAL	WHT	56	50.1345	4.2237	4
6470	Rance	rance	WAL	WHT	56	50.1425	4.2792	4
6470	Sivry	sivry	WAL	WHT	56	50.1664	4.1842	4
6470	Grandrieu	grandrieu	WAL	WHT	56	50.2001	4.1742	4
6470	Sivry-Rance	sivry-rance	WAL	WHT	56	50.1668	4.1665	4
6500	Leugnies	leugnies	WAL	WHT	56	50.2196	4.1972	4
6500	Solre-Saint-Géry	solre-saint-gery	WAL	WHT	56	50.2164	4.2483	4
6500	Leval-Chaudeville	leval-chaudeville	WAL	WHT	56	50.2357	4.21	4
6500	Thirimont	thirimont	WAL	WHT	56	50.2596	4.2361	4
6500	Renlies	renlies	WAL	WHT	56	50.1908	4.2668	4
6500	Barbençon	barbencon	WAL	WHT	56	50.2232	4.2834	4
6500	Beaumont	beaumont	WAL	WHT	56	50.237	4.2393	4
6511	Strée	stree	WAL	WHT	56	50.2808	4.2939	4
6530	Leers-Et-Fosteau	leers-et-fosteau	WAL	WHT	56	50.304	4.2458	4
6530	Thuin	thuin	WAL	WHT	56	50.3393	4.286	4
6531	Biesme-Sous-Thuin	biesme-sous-thuin	WAL	WHT	56	50.3221	4.309	4
6532	Ragnies	ragnies	WAL	WHT	56	50.308	4.2845	4
6533	Biercée	biercee	WAL	WHT	56	50.3242	4.2594	4
6534	Gozée	gozee	WAL	WHT	56	50.3346	4.3527	4
6536	Thuillies	thuillies	WAL	WHT	56	50.299	4.3327	4
6536	Donstiennes	donstiennes	WAL	WHT	56	50.2856	4.3117	4
6540	Lobbes	lobbes	WAL	WHT	56	50.3526	4.2672	4
6540	Mont-Sainte-Geneviève	mont-sainte-genevieve	WAL	WHT	56	50.3746	4.2366	4
6542	Sars-La-Buissière	sars-la-buissiere	WAL	WHT	56	50.3398	4.2094	4
6543	Bienne-Lez-Happart	bienne-lez-happart	WAL	WHT	56	50.3521	4.2162	4
6560	Hantes-Wihéries	hantes-wiheries	WAL	WHT	56	50.3065	4.177	4
6560	Erquelinnes	erquelinnes	WAL	WHT	56	50.3069	4.1113	4
6560	Montignies-Saint-Christophe	montignies-saint-christophe	WAL	WHT	56	50.2816	4.1901	4
6560	Grand-Reng	grand-reng	WAL	WHT	56	50.3308	4.0755	4
6560	Solre-Sur-Sambre	solre-sur-sambre	WAL	WHT	56	50.3081	4.1543	4
6560	Bersillies-L'Abbaye	bersillies-l-abbaye	WAL	WHT	56	50.2619	4.1485	4
6567	Labuissière	labuissiere	WAL	WHT	56	50.3194	4.1809	4
6567	Merbes-Sainte-Marie	merbes-sainte-marie	WAL	WHT	56	50.3528	4.1778	4
6567	Merbes-Le-Château	merbes-le-chateau	WAL	WHT	56	50.3245	4.1649	4
6567	Fontaine-Valmont	fontaine-valmont	WAL	WHT	56	50.3199	4.2147	4
6590	Momignies	momignies	WAL	WHT	56	50.0271	4.1652	4
6591	Macon	macon	WAL	WHT	56	50.0507	4.2092	4
6592	Monceau-Imbrechies	monceau-imbrechies	WAL	WHT	56	50.0379	4.2251	4
6593	Macquenoise	macquenoise	WAL	WHT	56	49.9757	4.1789	4
6594	Beauwelz	beauwelz	WAL	WHT	56	50.0143	4.1568	4
6596	Forge-Philippe	forge-philippe	WAL	WHT	56	49.9673	4.2531	4
6596	Seloignes	seloignes	WAL	WHT	56	50.0151	4.2552	4
7000	Mons	mons	WAL	WHT	53	50.4541	3.9523	4
7011	Ghlin	ghlin	WAL	WHT	53	50.4731	3.9029	4
7012	Flénu	flenu	WAL	WHT	53	50.4367	3.8857	4
7012	Jemappes	jemappes	WAL	WHT	53	50.4491	3.891	4
7020	Nimy	nimy	WAL	WHT	53	50.4767	3.9552	4
7020	Maisières	maisieres	WAL	WHT	53	50.4882	3.9656	4
7021	Havré	havre	WAL	WHT	53	50.464	4.0467	4
7022	Nouvelles	nouvelles	WAL	WHT	53	50.4098	3.9675	4
7022	Harmignies	harmignies	WAL	WHT	53	50.4061	4.0173	4
7022	Hyon	hyon	WAL	WHT	53	50.438	3.9603	4
7022	Harveng	harveng	WAL	WHT	53	50.3939	3.9878	4
7022	Mesvin	mesvin	WAL	WHT	53	50.4258	3.9593	4
7024	Ciply	ciply	WAL	WHT	53	50.4187	3.9442	4
7030	Saint-Symphorien	saint-symphorien	WAL	WHT	53	50.439	4.0073	4
7031	Villers-Saint-Ghislain	villers-saint-ghislain	WAL	WHT	53	50.4303	4.0399	4
7032	Spiennes	spiennes	WAL	WHT	53	50.425	3.9874	4
7033	Cuesmes	cuesmes	WAL	WHT	53	50.4362	3.9232	4
7034	Saint-Denis	saint-denis	WAL	WHT	53	50.4905	4.0205	4
7034	Obourg	obourg	WAL	WHT	53	50.4738	4.0088	4
7040	Goegnies-Chaussée	goegnies-chaussee	WAL	WHT	53	50.3412	3.9417	4
7040	Aulnois	aulnois	WAL	WHT	53	50.3401	3.9041	4
7040	Quévy	quevy	WAL	WHT	53	50.3684	3.9293	3
7040	Blaregnies	blaregnies	WAL	WHT	53	50.3578	3.8916	4
7040	Genly	genly	WAL	WHT	53	50.3895	3.9124	4
7040	Quévy-Le-Grand	quevy-le-grand	WAL	WHT	53	50.3607	3.9489	4
7040	Asquillies	asquillies	WAL	WHT	53	50.4019	3.9581	4
7040	Bougnies	bougnies	WAL	WHT	53	50.3871	3.9413	4
7040	Quévy-Le-Petit	quevy-le-petit	WAL	WHT	53	50.3688	3.936	4
7041	Havay	havay	WAL	WHT	53	50.3612	3.9837	4
7041	Givry	givry	WAL	WHT	53	50.3783	4.0293	4
7050	Masnuy-Saint-Pierre	masnuy-saint-pierre	WAL	WHT	53	50.537	3.9607	4
7050	Herchies	herchies	WAL	WHT	53	50.5279	3.8569	4
7050	Masnuy-Saint-Jean	masnuy-saint-jean	WAL	WHT	53	50.5321	3.9403	4
7050	Erbisoeul	erbisoeul	WAL	WHT	53	50.5152	3.8957	4
7050	Erbaut	erbaut	WAL	WHT	53	50.5326	3.8838	4
7050	Jurbise	jurbise	WAL	WHT	53	50.531	3.9094	4
7060	Soignies	soignies	WAL	WHT	55	50.579	4.0713	4
7060	Horrues	horrues	WAL	WHT	55	50.6084	4.0428	4
7061	Thieusies	thieusies	WAL	WHT	55	50.5153	4.0493	4
7061	Casteau	casteau	WAL	WHT	55	50.5123	4.0112	4
7062	Naast	naast	WAL	WHT	55	50.5541	4.1008	4
7063	Neufvilles	neufvilles	WAL	WHT	55	50.5711	4.0004	4
7063	Chaussée-Notre-Dame-Louvignies	chaussee-notre-dame-louvignies	WAL	WHT	55	50.5918	3.998	4
7070	Ville-Sur-Haine	ville-sur-haine	WAL	WHT	55	50.4766	4.0643	4
7070	Mignault	mignault	WAL	WHT	55	50.5302	4.1576	4
7070	Gottignies	gottignies	WAL	WHT	55	50.4953	4.06	4
7070	Le Roeulx	le-roeulx	WAL	WHT	55	50.4941	4.0936	3
7070	Thieu	thieu	WAL	WHT	55	50.4743	4.0926	4
7080	Sars-La-Bruyère	sars-la-bruyere	WAL	WHT	53	50.3716	3.8744	4
7080	Eugies	eugies	WAL	WHT	53	50.3889	3.8851	4
7080	Noirchain	noirchain	WAL	WHT	53	50.4028	3.9259	4
7080	Frameries	frameries	WAL	WHT	53	50.4058	3.896	4
7080	La Bouverie	la-bouverie	WAL	WHT	53	50.4052	3.8744	4
7090	Steenkerque	steenkerque	WAL	WHT	55	50.6438	4.0691	4
7090	Ronquières	ronquieres	WAL	WHT	55	50.6085	4.2208	4
7090	Braine-Le-Comte	braine-le-comte	WAL	WHT	55	50.6098	4.1466	4
7090	Henripont	henripont	WAL	WHT	55	50.5969	4.1848	4
7090	Hennuyères	hennuyeres	WAL	WHT	55	50.6386	4.1694	4
7090	Petit-Roeulx-Lez-Braine	petit-roeulx-lez-braine	WAL	WHT	55	50.6257	4.0939	4
7100	Haine-Saint-Pierre	haine-saint-pierre	WAL	WHT	55	50.4603	4.2032	4
7100	La Louvière	la-louviere	WAL	WHT	55	50.4866	4.1879	4
7100	Saint-Vaast	saint-vaast	WAL	WHT	55	50.4543	4.1604	4
7100	Trivières	trivieres	WAL	WHT	55	50.4483	4.1451	4
7100	Haine-Saint-Paul	haine-saint-paul	WAL	WHT	55	50.4619	4.1767	4
7110	Strépy-Bracquegnies	strepy-bracquegnies	WAL	WHT	55	50.4728	4.1202	4
7110	Boussoit	boussoit	WAL	WHT	55	50.4595	4.0825	4
7110	Houdeng-Goegnies	houdeng-goegnies	WAL	WHT	55	50.4903	4.1751	4
7110	Maurage	maurage	WAL	WHT	55	50.4565	4.097	4
7110	Houdeng-Aimeries	houdeng-aimeries	WAL	WHT	55	50.4813	4.1455	4
7120	Fauroeulx	fauroeulx	WAL	WHT	56	50.3704	4.1052	4
7120	Estinnes-Au-Mont	estinnes-au-mont	WAL	WHT	56	50.3969	4.0965	4
7120	Estinnes-Au-Val	estinnes-au-val	WAL	WHT	56	50.4102	4.1048	4
7120	Croix-Lez-Rouveroy	croix-lez-rouveroy	WAL	WHT	56	50.3607	4.0782	4
7120	Vellereille-Le-Sec	vellereille-le-sec	WAL	WHT	56	50.4009	4.0579	4
7120	Vellereille-Les-Brayeux	vellereille-les-brayeux	WAL	WHT	56	50.3795	4.1511	4
7120	Rouveroy	rouveroy	WAL	WHT	56	50.3607	4.0782	4
7120	Estinnes	estinnes	WAL	WHT	56	50.3794	4.0972	3
7120	Haulchin	haulchin	WAL	WHT	56	50.3841	4.083	4
7120	Peissant	peissant	WAL	WHT	56	50.3514	4.1196	4
7130	Bray	bray	WAL	WHT	56	50.4324	4.1059	4
7130	Binche	binche	WAL	WHT	56	50.4116	4.1647	4
7130	Battignies	battignies	WAL	WHT	56	50.422	4.1353	3
7131	Waudrez	waudrez	WAL	WHT	56	50.4135	4.1505	4
7133	Buvrinnes	buvrinnes	WAL	WHT	56	50.3887	4.2054	4
7134	Ressaix	ressaix	WAL	WHT	56	50.4123	4.166	4
7134	Leval-Trahegnies	leval-trahegnies	WAL	WHT	56	50.4213	4.2256	4
7134	Epinois	epinois	WAL	WHT	56	50.406	4.2067	4
7134	Péronnes-Lez-Binche	peronnes-lez-binche	WAL	WHT	56	50.4378	4.1491	4
7140	Morlanwelz	morlanwelz	WAL	WHT	56	50.455	4.2452	4
7140	Morlanwelz-Mariemont	morlanwelz-mariemont	WAL	WHT	56	50.455	4.2452	4
7141	Mont-Sainte-Aldegonde	mont-sainte-aldegonde	WAL	WHT	56	50.4301	4.2326	4
7141	Carnières	carnieres	WAL	WHT	56	50.4443	4.2551	4
7160	Piéton	pieton	WAL	WHT	52	50.4397	4.2975	4
7160	Chapelle-Lez-Herlaimont	chapelle-lez-herlaimont	WAL	WHT	52	50.4713	4.2823	4
7160	Godarville	godarville	WAL	WHT	52	50.495	4.287	4
7170	La Hestre	la-hestre	WAL	WHT	52	50.4756	4.2474	4
7170	Manage	manage	WAL	WHT	52	50.5031	4.2359	4
7170	Fayt-Lez-Manage	fayt-lez-manage	WAL	WHT	52	50.487	4.2296	4
7170	Bellecourt	bellecourt	WAL	WHT	52	50.4807	4.2679	4
7170	Bois-D'Haine	bois-d-haine	WAL	WHT	52	50.5018	4.2156	4
7180	Seneffe	seneffe	WAL	WHT	52	50.5313	4.263	4
7181	Arquennes	arquennes	WAL	WHT	52	50.5676	4.2734	4
7181	Familleureux	familleureux	WAL	WHT	52	50.5239	4.2103	4
7181	Feluy	feluy	WAL	WHT	52	50.5626	4.251	4
7181	Petit-Roeulx-Lez-Nivelles	petit-roeulx-lez-nivelles	WAL	WHT	52	50.5542	4.3135	4
7190	Ecaussinnes-D'Enghien	ecaussinnes-d-enghien	WAL	WHT	55	50.5682	4.1658	4
7190	Marche-Lez-Ecaussinnes	marche-lez-ecaussinnes	WAL	WHT	55	50.546	4.1818	4
7190	Ecaussinnes	ecaussinnes	WAL	WHT	55	50.5571	4.1738	3
7191	Ecaussinnes-Lalaing	ecaussinnes-lalaing	WAL	WHT	55	50.5687	4.184	4
7300	Boussu	boussu	WAL	WHT	53	50.4342	3.7944	4
7301	Hornu	hornu	WAL	WHT	53	50.4328	3.8274	4
7320	Bernissart	bernissart	WAL	WHT	51	50.4746	3.6496	4
7321	Blaton	blaton	WAL	WHT	51	50.5004	3.6601	4
7321	Harchies	harchies	WAL	WHT	51	50.4796	3.6935	4
7322	Ville-Pommeroeul	ville-pommeroeul	WAL	WHT	51	50.4715	3.7306	4
7322	Pommeroeul	pommeroeul	WAL	WHT	51	50.4619	3.7125	4
7330	Saint-Ghislain	saint-ghislain	WAL	WHT	53	50.4482	3.8189	4
7331	Baudour	baudour	WAL	WHT	53	50.483	3.8332	4
7332	Neufmaison	neufmaison	WAL	WHT	53	50.5291	3.7941	4
7332	Sirault	sirault	WAL	WHT	53	50.5055	3.7891	4
7333	Tertre	tertre	WAL	WHT	53	50.4692	3.8124	4
7334	Hautrage	hautrage	WAL	WHT	53	50.4819	3.7652	4
7334	Villerot	villerot	WAL	WHT	53	50.4863	3.7905	4
7340	Colfontaine	colfontaine	WAL	WHT	53	50.4141	3.8557	4
7340	Pâturages	paturages	WAL	WHT	53	50.4072	3.855	4
7340	Wasmes	wasmes	WAL	WHT	53	50.4146	3.8471	4
7340	Warquignies	warquignies	WAL	WHT	53	50.4015	3.8224	4
7350	Montroeul-Sur-Haine	montroeul-sur-haine	WAL	WHT	53	50.4382	3.7059	4
7350	Hensies	hensies	WAL	WHT	53	50.4326	3.6841	4
7350	Hainin	hainin	WAL	WHT	53	50.4295	3.7666	4
7350	Thulin	thulin	WAL	WHT	53	50.4301	3.7401	4
7370	Elouges	elouges	WAL	WHT	53	50.4024	3.7517	4
7370	Wihéries	wiheries	WAL	WHT	53	50.3854	3.7537	4
7370	Blaugies	blaugies	WAL	WHT	53	50.3722	3.8058	4
7370	Dour	dour	WAL	WHT	53	50.3958	3.7779	4
7380	Quiévrain	quievrain	WAL	WHT	53	50.4074	3.6835	4
7380	Baisieux	baisieux	WAL	WHT	53	50.3874	3.6955	4
7382	Audregnies	audregnies	WAL	WHT	53	50.3832	3.7213	4
7387	Erquennes	erquennes	WAL	WHT	53	50.3594	3.7911	4
7387	Roisin	roisin	WAL	WHT	53	50.3324	3.6955	4
7387	Angre	angre	WAL	WHT	53	50.3658	3.6954	4
7387	Onnezies	onnezies	WAL	WHT	53	50.3619	3.7163	4
7387	Montignies-Sur-Roc	montignies-sur-roc	WAL	WHT	53	50.37	3.7317	4
7387	Fayt-Le-Franc	fayt-le-franc	WAL	WHT	53	50.3565	3.775	4
7387	Athis	athis	WAL	WHT	53	50.3635	3.7745	4
7387	Honnelles	honnelles	WAL	WHT	53	50.3587	3.7271	3
7387	Angreau	angreau	WAL	WHT	53	50.3508	3.6915	4
7387	Autreppe	autreppe	WAL	WHT	53	50.3483	3.7333	4
7387	Marchipont	marchipont	WAL	WHT	53	50.3781	3.6662	4
7390	Wasmuel	wasmuel	WAL	WHT	53	50.4449	3.8481	4
7390	Quaregnon	quaregnon	WAL	WHT	53	50.4407	3.8653	4
7500	Ere	ere	WAL	WHT	57	50.5823	3.3676	4
7500	Tournai	tournai	WAL	WHT	57	50.6071	3.3893	4
7500	Saint-Maur	saint-maur	WAL	WHT	57	50.5727	3.3947	4
7501	Orcq	orcq	WAL	WHT	57	50.6032	3.3492	4
7502	Esplechin	esplechin	WAL	WHT	57	50.5736	3.3043	4
7503	Froyennes	froyennes	WAL	WHT	57	50.6219	3.3546	4
7504	Froidmont	froidmont	WAL	WHT	57	50.5772	3.3296	4
7506	Willemeau	willemeau	WAL	WHT	57	50.5744	3.3503	4
7520	Templeuve	templeuve	WAL	WHT	57	50.6441	3.2801	4
7520	Ramegnies-Chin	ramegnies-chin	WAL	WHT	57	50.6516	3.337	4
7521	Chercq	chercq	WAL	WHT	57	50.5884	3.4212	4
7522	Blandain	blandain	WAL	WHT	57	50.621	3.3052	4
7522	Marquain	marquain	WAL	WHT	57	50.6068	3.3209	4
7522	Hertain	hertain	WAL	WHT	57	50.6135	3.2888	4
7522	Lamain	lamain	WAL	WHT	57	50.6004	3.2917	4
7530	Gaurain-Ramecroix	gaurain-ramecroix	WAL	WHT	57	50.5892	3.488	4
7531	Havinnes	havinnes	WAL	WHT	57	50.6166	3.4634	4
7532	Béclers	beclers	WAL	WHT	57	50.6212	3.5042	4
7533	Thimougies	thimougies	WAL	WHT	57	50.6336	3.5104	4
7534	Barry	barry	WAL	WHT	57	50.5877	3.5427	4
7534	Maulde	maulde	WAL	WHT	57	50.6168	3.5488	4
7536	Vaulx	vaulx	WAL	WHT	57	50.5941	3.4295	4
7538	Vezon	vezon	WAL	WHT	57	50.5692	3.5047	4
7540	Melles	melles	WAL	WHT	57	50.6467	3.4816	4
7540	Quartes	quartes	WAL	WHT	57	50.6505	3.5115	4
7540	Rumillies	rumillies	WAL	WHT	57	50.621	3.4433	4
7540	Kain	kain	WAL	WHT	57	50.6387	3.3969	4
7542	Mont-Saint-Aubert	mont-saint-aubert	WAL	WHT	57	50.6543	3.4007	4
7543	Mourcourt	mourcourt	WAL	WHT	57	50.6532	3.4447	4
7548	Warchin	warchin	WAL	WHT	57	50.6092	3.424	4
7600	Péruwelz	peruwelz	WAL	WHT	57	50.5082	3.5937	4
7601	Roucourt	roucourt	WAL	WHT	57	50.5288	3.5863	4
7602	Bury	bury	WAL	WHT	57	50.5428	3.5939	4
7603	Bon-Secours	bon-secours	WAL	WHT	57	50.498	3.6082	4
7604	Braffe	braffe	WAL	WHT	57	50.5524	3.5819	4
7604	Wasmes-Audemez-Briffoeil	wasmes-audemez-briffoeil	WAL	WHT	57	50.5461	3.5505	3
7604	Baugnies	baugnies	WAL	WHT	57	50.5603	3.552	4
7604	Callenelle	callenelle	WAL	WHT	57	50.5304	3.5227	4
7604	Brasménil	brasmenil	WAL	WHT	57	50.5411	3.5453	4
7608	Wiers	wiers	WAL	WHT	57	50.5086	3.5347	4
7610	Rumes	rumes	WAL	WHT	57	50.5545	3.3054	4
7611	La Glanerie	la-glanerie	WAL	WHT	57	50.5299	3.3009	4
7618	Taintignies	taintignies	WAL	WHT	57	50.5528	3.3422	4
7620	Hollain	hollain	WAL	WHT	57	50.5416	3.4261	4
7620	Guignies	guignies	WAL	WHT	57	50.5479	3.3702	4
7620	Jollain-Merlin	jollain-merlin	WAL	WHT	57	50.5391	3.404	4
7620	Wez-Velvain	wez-velvain	WAL	WHT	57	50.5461	3.3888	4
7620	Brunehaut	brunehaut	WAL	WHT	57	50.5374	3.4003	3
7620	Bléharies	bleharies	WAL	WHT	57	50.5126	3.4125	4
7621	Lesdain	lesdain	WAL	WHT	57	50.5213	3.3874	4
7622	Laplaigne	laplaigne	WAL	WHT	57	50.5219	3.4473	4
7623	Rongy	rongy	WAL	WHT	57	50.5072	3.3895	4
7624	Howardries	howardries	WAL	WHT	57	50.5065	3.356	4
7640	Antoing	antoing	WAL	WHT	57	50.5677	3.4492	4
7640	Péronnes-Lez-Antoing	peronnes-lez-antoing	WAL	WHT	57	50.5593	3.4766	3
7640	Maubray	maubray	WAL	WHT	57	50.5509	3.504	4
7641	Bruyelle	bruyelle	WAL	WHT	57	50.558	3.4279	4
7642	Calonne	calonne	WAL	WHT	57	50.5777	3.4351	4
7643	Fontenoy	fontenoy	WAL	WHT	57	50.5676	3.4735	4
7700	Mouscron	mouscron	WAL	WHT	54	50.745	3.2064	4
7700	Luingne	luingne	WAL	WHT	54	50.7395	3.236	4
7711	Dottignies	dottignies	WAL	WHT	54	50.7333	3.3	4
7712	Herseaux	herseaux	WAL	WHT	54	50.7167	3.2167	4
7730	Néchin	nechin	WAL	WHT	57	50.667	3.2665	4
7730	Saint-Léger	saint-leger	WAL	WHT	57	50.7059	3.3144	4
7730	Estaimbourg	estaimbourg	WAL	WHT	57	50.68	3.3079	4
7730	Evregnies	evregnies	WAL	WHT	57	50.7126	3.2865	4
7730	Leers-Nord	leers-nord	WAL	WHT	57	50.6875	3.2702	4
7730	Estaimpuis	estaimpuis	WAL	WHT	57	50.7049	3.2678	4
7730	Bailleul	bailleul	WAL	WHT	57	50.6691	3.3193	4
7740	Warcoing	warcoing	WAL	WHT	57	50.7045	3.3462	4
7740	Pecq	pecq	WAL	WHT	57	50.6862	3.3379	4
7742	Hérinnes-Lez-Pecq	herinnes-lez-pecq	WAL	WHT	57	50.7006	3.3632	4
7743	Obigies	obigies	WAL	WHT	57	50.6618	3.3641	4
7743	Esquelmes	esquelmes	WAL	WHT	57	50.6655	3.3483	4
7750	Amougies	amougies	WAL	WHT	57	50.7445	3.5067	4
7750	Orroir	orroir	WAL	WHT	57	50.7497	3.481	4
7750	Russeignies	russeignies	WAL	WHT	57	50.7445	3.5316	4
7750	Anseroeul	anseroeul	WAL	WHT	57	50.7274	3.5237	4
7750	Mont-De-L'Enclus	mont-de-l-enclus	WAL	WHT	57	50.7415	3.5107	3
7760	Velaines	velaines	WAL	WHT	57	50.668	3.4866	4
7760	Pottes	pottes	WAL	WHT	57	50.7329	3.407	4
7760	Celles	celles	WAL	WHT	57	50.7123	3.4573	4
7760	Molenbaix	molenbaix	WAL	WHT	57	50.6938	3.4305	4
7760	Escanaffles	escanaffles	WAL	WHT	57	50.7574	3.4529	4
7760	Popuelles	popuelles	WAL	WHT	57	50.6614	3.5187	4
7780	Comines	comines	WAL	WHT	54	50.7607	3.0017	4
7780	Comines-Warneton	comines-warneton	WAL	WHT	54	50.7607	3.0017	4
7781	Houthem	houthem	WAL	WHT	54	50.7869	2.9638	4
7782	Ploegsteert	ploegsteert	WAL	WHT	54	50.7266	2.8802	4
7783	Bizet	bizet	WAL	WHT	54	50.7083	2.8845	4
7784	Bas-Warneton	bas-warneton	WAL	WHT	54	50.7594	2.96	4
7784	Warneton	warneton	WAL	WHT	54	50.7516	2.9464	4
7800	Ath	ath	WAL	WHT	51	50.6294	3.778	4
7800	Lanquesaint	lanquesaint	WAL	WHT	51	50.6539	3.8043	4
7801	Irchonwelz	irchonwelz	WAL	WHT	51	50.6207	3.7508	4
7802	Ormeignies	ormeignies	WAL	WHT	51	50.595	3.7518	4
7803	Bouvignies	bouvignies	WAL	WHT	51	50.6463	3.7657	4
7804	Ostiches	ostiches	WAL	WHT	51	50.6786	3.759	4
7804	Rebaix	rebaix	WAL	WHT	51	50.66	3.7831	4
7810	Maffle	maffle	WAL	WHT	51	50.6179	3.8032	4
7811	Arbre	arbre	WAL	WHT	51	50.6104	3.8152	4
7812	Mainvault	mainvault	WAL	WHT	51	50.6491	3.7175	4
7812	Moulbaix	moulbaix	WAL	WHT	51	50.6008	3.7162	4
7812	Houtaing	houtaing	WAL	WHT	51	50.6379	3.6823	4
7812	Villers-Notre-Dame	villers-notre-dame	WAL	WHT	51	50.6185	3.7359	4
7812	Villers-Saint-Amand	villers-saint-amand	WAL	WHT	51	50.6225	3.7315	4
7812	Ligne	ligne	WAL	WHT	51	50.6218	3.7059	4
7822	Meslin-L'Evêque	meslin-l-eveque	WAL	WHT	51	50.6486	3.8474	4
7822	Ghislenghien	ghislenghien	WAL	WHT	51	50.6565	3.8783	4
7822	Isières	isieres	WAL	WHT	51	50.6632	3.8193	4
7823	Gibecq	gibecq	WAL	WHT	51	50.6379	3.8878	4
7830	Hellebecq	hellebecq	WAL	WHT	55	50.6643	3.8884	4
7830	Fouleng	fouleng	WAL	WHT	55	50.6189	3.9269	4
7830	Bassilly	bassilly	WAL	WHT	55	50.6763	3.9339	4
7830	Hoves	hoves	WAL	WHT	55	50.6712	4.0365	4
7830	Gondregnies	gondregnies	WAL	WHT	55	50.6264	3.9104	4
7830	Graty	graty	WAL	WHT	55	50.6317	3.9962	4
7830	Thoricourt	thoricourt	WAL	WHT	55	50.611	3.9504	4
7830	Silly	silly	WAL	WHT	55	50.6488	3.9236	4
7850	Petit-Enghien	petit-enghien	WAL	WHT	55	50.6833	4.0833	4
7850	Enghien	enghien	WAL	WHT	55	50.6837	4.0328	4
7850	Marcq	marcq	WAL	WHT	55	50.6914	4.0156	4
7860	Lessines	lessines	WAL	WHT	55	50.711	3.8358	4
7861	Wannebecq	wannebecq	WAL	WHT	55	50.6935	3.7993	4
7861	Papignies	papignies	WAL	WHT	55	50.615	3.9282	4
7862	Ogy	ogy	WAL	WHT	55	50.7207	3.7805	4
7863	Ghoy	ghoy	WAL	WHT	55	50.7283	3.8098	4
7864	Deux-Acren	deux-acren	WAL	WHT	55	50.7303	3.8531	4
7866	Bois-De-Lessines	bois-de-lessines	WAL	WHT	55	50.6966	3.8961	4
7866	Ollignies	ollignies	WAL	WHT	55	50.6879	3.8623	4
7870	Bauffe	bauffe	WAL	WHT	53	50.5698	3.8535	4
7870	Montignies-Lez-Lens	montignies-lez-lens	WAL	WHT	53	50.5642	3.9427	4
7870	Lens	lens	WAL	WHT	53	50.5797	3.9142	3
7870	Cambron-Saint-Vincent	cambron-saint-vincent	WAL	WHT	53	50.5849	3.9219	4
7870	Lombise	lombise	WAL	WHT	53	50.5997	3.9389	4
7880	Flobecq	flobecq	WAL	WHT	51	50.7373	3.7388	4
7890	Wodecq	wodecq	WAL	WHT	51	50.718	3.7465	4
7890	Lahamaide	lahamaide	WAL	WHT	51	50.695	3.7258	4
7890	Ellezelles	ellezelles	WAL	WHT	51	50.7351	3.6798	4
7900	Leuze-En-Hainaut	leuze-en-hainaut	WAL	WHT	57	50.6255	3.6314	3
7900	Grandmetz	grandmetz	WAL	WHT	57	50.6255	3.6314	4
7901	Thieulain	thieulain	WAL	WHT	57	50.6181	3.6051	4
7903	Chapelle-À-Oie	chapelle-a-oie	WAL	WHT	57	50.5961	3.6717	4
7903	Blicquy	blicquy	WAL	WHT	57	50.5881	3.6856	4
7903	Chapelle-À-Wattines	chapelle-a-wattines	WAL	WHT	57	50.6125	3.6548	4
7904	Pipaix	pipaix	WAL	WHT	57	50.6152	3.4486	4
7904	Willaupuis	willaupuis	WAL	WHT	57	50.5677	3.6027	4
7904	Tourpes	tourpes	WAL	WHT	57	50.5733	3.6509	4
7906	Gallaix	gallaix	WAL	WHT	57	50.6051	3.5737	4
7910	Arc-Ainières	arc-ainieres	WAL	WHT	51	50.7015	3.5543	4
7910	Forest	forest	WAL	WHT	51	50.6733	3.536	4
7910	Cordes	cordes	WAL	WHT	51	50.6889	3.5314	4
7910	Ellignies-Lez-Frasnes	ellignies-lez-frasnes	WAL	WHT	51	50.6803	3.6076	4
7910	Wattripont	wattripont	WAL	WHT	51	50.7167	3.55	4
7910	Anvaing	anvaing	WAL	WHT	51	50.6832	3.5614	4
7910	Arc-Wattripont	arc-wattripont	WAL	WHT	51	50.6906	3.5568	3
7910	Frasnes-Lez-Anvaing	frasnes-lez-anvaing	WAL	WHT	51	50.6906	3.5568	3
7911	Montroeul-Au-Bois	montroeul-au-bois	WAL	WHT	51	50.6446	3.5956	4
7911	Frasnes-Lez-Buissenal	frasnes-lez-buissenal	WAL	WHT	51	50.6678	3.6205	4
7911	Buissenal	buissenal	WAL	WHT	51	50.6648	3.6561	4
7911	Hacquegnies	hacquegnies	WAL	WHT	51	50.6533	3.5932	4
7911	Herquegies	herquegies	WAL	WHT	51	50.6356	3.5786	4
7911	Oeudeghien	oeudeghien	WAL	WHT	51	50.6781	3.7123	4
7911	Moustier	moustier	WAL	WHT	51	50.656	3.6197	4
7912	Saint-Sauveur	saint-sauveur	WAL	WHT	51	50.706	3.5978	4
7912	Dergneau	dergneau	WAL	WHT	51	50.714	3.58	4
7940	Cambron-Casteau	cambron-casteau	WAL	WHT	51	50.5911	3.8823	4
7940	Brugelette	brugelette	WAL	WHT	51	50.5958	3.8536	4
7941	Attre	attre	WAL	WHT	51	50.6073	3.8392	4
7942	Mévergnies-Lez-Lens	mevergnies-lez-lens	WAL	WHT	51	50.6049	3.8485	4
7943	Gages	gages	WAL	WHT	51	50.6069	3.8914	4
7950	Chièvres	chievres	WAL	WHT	51	50.5879	3.8071	4
7950	Tongre-Saint-Martin	tongre-saint-martin	WAL	WHT	51	50.5864	3.7903	4
7950	Huissignies	huissignies	WAL	WHT	51	50.5658	3.7556	4
7950	Grosage	grosage	WAL	WHT	51	50.5456	3.7575	4
7950	Ladeuze	ladeuze	WAL	WHT	51	50.5714	3.7776	3
7951	Tongre-Notre-Dame	tongre-notre-dame	WAL	WHT	51	50.582	3.7762	4
7970	Beloeil	beloeil	WAL	WHT	51	50.5505	3.7348	4
7971	Wadelincourt	wadelincourt	WAL	WHT	51	50.5377	3.6487	4
7971	Ramegnies	ramegnies	WAL	WHT	51	50.5442	3.6348	4
7971	Basècles	basecles	WAL	WHT	51	50.5255	3.6494	4
7971	Thumaide	thumaide	WAL	WHT	51	50.5415	3.6301	4
7972	Quevaucamps	quevaucamps	WAL	WHT	51	50.5189	3.6813	4
7972	Ellignies-Sainte-Anne	ellignies-sainte-anne	WAL	WHT	51	50.5618	3.6727	4
7972	Aubechies	aubechies	WAL	WHT	51	50.5742	3.6765	4
7973	Grandglise	grandglise	WAL	WHT	51	50.5057	3.6963	4
7973	Stambruges	stambruges	WAL	WHT	51	50.5094	3.7162	4
4000	Glain	glain	WAL	WLG	62	50.6477	5.5438	4
4000	Rocourt	rocourt	WAL	WLG	62	50.6758	5.5462	4
4000	Liège	liege	WAL	WLG	62	50.6337	5.5675	4
4020	Bressoux	bressoux	WAL	WLG	62	50.6399	5.6063	4
4020	Wandre	wandre	WAL	WLG	62	50.6677	5.6596	4
4020	Jupille-Sur-Meuse	jupille-sur-meuse	WAL	WLG	62	50.6459	5.6331	4
4020	Liège	liege	WAL	WLG	62	50.6337	5.5675	4
4030	Grivegnée	grivegnee	WAL	WLG	62	50.6215	5.611	4
4031	Angleur	angleur	WAL	WLG	62	50.6113	5.5994	4
4032	Chênée	chenee	WAL	WLG	62	50.612	5.6141	4
4040	Herstal	herstal	WAL	WLG	62	50.6642	5.6235	4
4041	Milmort	milmort	WAL	WLG	62	50.6904	5.5932	4
4041	Vottem	vottem	WAL	WLG	62	50.6716	5.5769	4
4042	Liers	liers	WAL	WLG	62	50.694	5.5646	4
4050	Chaudfontaine	chaudfontaine	WAL	WLG	62	50.5828	5.6341	4
4051	Vaux-Sous-Chèvremont	vaux-sous-chevremont	WAL	WLG	62	50.603	5.6335	4
4052	Beaufays	beaufays	WAL	WLG	62	50.5588	5.6388	4
4053	Embourg	embourg	WAL	WLG	62	50.5904	5.6068	4
4100	Seraing	seraing	WAL	WLG	62	50.5836	5.5011	4
4100	Boncelles	boncelles	WAL	WLG	62	50.5711	5.5363	4
4101	Jemeppe-Sur-Meuse	jemeppe-sur-meuse	WAL	WLG	62	50.617	5.4985	4
4102	Ougrée	ougree	WAL	WLG	62	50.6015	5.5444	4
4120	Neupré	neupre	WAL	WLG	62	50.5439	5.4801	4
4120	Rotheux-Rimière	rotheux-rimiere	WAL	WLG	62	50.5336	5.4806	4
4120	Ehein	ehein	WAL	WLG	62	50.5457	5.4451	4
4121	Neuville-En-Condroz	neuville-en-condroz	WAL	WLG	62	50.5529	5.4508	4
4122	Plainevaux	plainevaux	WAL	WLG	62	50.5456	5.5233	4
4130	Esneux	esneux	WAL	WLG	62	50.536	5.5678	4
4130	Tilff	tilff	WAL	WLG	62	50.5643	5.5764	4
4140	Dolembreux	dolembreux	WAL	WLG	62	50.5376	5.6256	4
4140	Gomzé-Andoumont	gomze-andoumont	WAL	WLG	62	50.5443	5.6894	4
4140	Rouvreux	rouvreux	WAL	WLG	62	50.4898	5.6501	4
4140	Sprimont	sprimont	WAL	WLG	62	50.5092	5.6595	4
4141	Louveigné	louveigne	WAL	WLG	62	50.532	5.7084	4
4160	Anthisnes	anthisnes	WAL	WLG	61	50.4832	5.519	4
4161	Villers-Aux-Tours	villers-aux-tours	WAL	WLG	61	50.4983	5.5163	4
4162	Hody	hody	WAL	WLG	61	50.4864	5.5029	4
4163	Tavier	tavier	WAL	WLG	61	50.4963	5.4706	4
4170	Comblain-Au-Pont	comblain-au-pont	WAL	WLG	62	50.4749	5.5771	4
4171	Poulseur	poulseur	WAL	WLG	62	50.5091	5.5786	4
4180	Comblain-Fairon	comblain-fairon	WAL	WLG	61	50.4462	5.5449	4
4180	Comblain-La-Tour	comblain-la-tour	WAL	WLG	61	50.4534	5.5691	4
4180	Hamoir	hamoir	WAL	WLG	61	50.4267	5.533	4
4181	Filot	filot	WAL	WLG	61	50.4254	5.5674	4
4190	My	my	WAL	WLG	61	50.4056	5.5738	4
4190	Xhoris	xhoris	WAL	WLG	61	50.4459	5.6043	4
4190	Vieuxville	vieuxville	WAL	WLG	61	50.3948	5.5494	4
4190	Ferrières	ferrieres	WAL	WLG	61	50.4016	5.6109	4
4190	Werbomont	werbomont	WAL	WLG	61	50.3807	5.6822	4
4210	Lamontzée	lamontzee	WAL	WLG	61	50.5844	5.0928	4
4210	Burdinne	burdinne	WAL	WLG	61	50.5845	5.0766	4
4210	Oteppe	oteppe	WAL	WLG	61	50.5801	5.1263	4
4210	Marneffe	marneffe	WAL	WLG	61	50.5805	5.1449	4
4210	Hannêche	hanneche	WAL	WLG	61	50.5785	5.0486	4
4217	Héron	heron	WAL	WLG	61	50.5473	5.0977	4
4217	Lavoir	lavoir	WAL	WLG	61	50.5505	5.1195	4
4217	Waret-L'Evêque	waret-l-eveque	WAL	WLG	61	50.5567	5.0675	4
4218	Couthuin	couthuin	WAL	WLG	61	50.5316	5.1232	4
4219	Acosse	acosse	WAL	WLG	64	50.593	5.0468	4
4219	Ambresin	ambresin	WAL	WLG	64	50.6307	5.031	4
4219	Wasseiges	wasseiges	WAL	WLG	64	50.6219	5.0053	4
4219	Meeffe	meeffe	WAL	WLG	64	50.6068	5.0177	4
4250	Hollogne-Sur-Geer	hollogne-sur-geer	WAL	WLG	64	50.6765	5.2043	4
4250	Lens-Saint-Servais	lens-saint-servais	WAL	WLG	64	50.6634	5.1551	4
4250	Boëlhe	boelhe	WAL	WLG	64	50.6824	5.1666	4
4250	Geer	geer	WAL	WLG	64	50.6699	5.1736	4
4252	Omal	omal	WAL	WLG	64	50.656	5.1998	4
4253	Darion	darion	WAL	WLG	64	50.665	5.1867	4
4254	Ligney	ligney	WAL	WLG	64	50.6618	5.1824	4
4257	Corswarem	corswarem	WAL	WLG	64	50.711	5.2137	4
4257	Rosoux-Crenwick	rosoux-crenwick	WAL	WLG	64	50.7072	5.1895	4
4257	Berloz	berloz	WAL	WLG	64	50.6983	5.2124	4
4260	Fallais	fallais	WAL	WLG	64	50.61	5.1712	4
4260	Avennes	avennes	WAL	WLG	64	50.6287	5.1169	4
4260	Ciplet	ciplet	WAL	WLG	64	50.6176	5.0903	4
4260	Braives	braives	WAL	WLG	64	50.6174	5.133	4
4260	Ville-En-Hesbaye	ville-en-hesbaye	WAL	WLG	64	50.6174	5.1166	4
4260	Fumal	fumal	WAL	WLG	64	50.5867	5.1831	4
4261	Latinne	latinne	WAL	WLG	64	50.6252	5.1646	4
4263	Tourinne	tourinne	WAL	WLG	64	50.6389	5.1752	4
4280	Lens-Saint-Remy	lens-saint-remy	WAL	WLG	64	50.6508	5.1319	4
4280	Bertrée	bertree	WAL	WLG	64	50.6953	5.0908	4
4280	Poucet	poucet	WAL	WLG	64	50.6761	5.1165	4
4280	Merdorp	merdorp	WAL	WLG	64	50.6488	4.9996	4
4280	Wansin	wansin	WAL	WLG	64	50.6785	5.0191	4
4280	Petit-Hallet	petit-hallet	WAL	WLG	64	50.6876	5.0199	4
4280	Trognée	trognee	WAL	WLG	64	50.6869	5.1242	4
4280	Cras-Avernas	cras-avernas	WAL	WLG	64	50.6968	5.1239	4
4280	Hannut	hannut	WAL	WLG	64	50.6714	5.079	4
4280	Blehen	blehen	WAL	WLG	64	50.659	5.1242	4
4280	Avernas-Le-Bauduin	avernas-le-bauduin	WAL	WLG	64	50.6944	5.0786	4
4280	Avin	avin	WAL	WLG	64	50.6224	5.0692	4
4280	Villers-Le-Peuplier	villers-le-peuplier	WAL	WLG	64	50.6567	5.0941	4
4280	Thisnes	thisnes	WAL	WLG	64	50.6658	5.0438	4
4280	Grand-Hallet	grand-hallet	WAL	WLG	64	50.6953	5.0359	4
4280	Abolens	abolens	WAL	WLG	64	50.6726	5.1493	4
4280	Crehen	crehen	WAL	WLG	64	50.6598	5.0633	4
4280	Moxhe	moxhe	WAL	WLG	64	50.6308	5.0834	4
4287	Lincent	lincent	WAL	WLG	64	50.7122	5.0365	4
4287	Pellaines	pellaines	WAL	WLG	64	50.7267	5.0071	4
4287	Racour	racour	WAL	WLG	64	50.7392	5.0281	4
4300	Grand-Axhe	grand-axhe	WAL	WLG	64	50.6808	5.2298	4
4300	Bovenistier	bovenistier	WAL	WLG	64	50.6678	5.284	4
4300	Bettincourt	bettincourt	WAL	WLG	64	50.7124	5.2355	4
4300	Lantremange	lantremange	WAL	WLG	64	50.7117	5.2958	4
4300	Waremme	waremme	WAL	WLG	64	50.6976	5.2552	4
4300	Bleret	bleret	WAL	WLG	64	50.6896	5.2879	4
4300	Oleye	oleye	WAL	WLG	64	50.714	5.2813	4
4317	Faimes	faimes	WAL	WLG	64	50.6625	5.26	4
4317	Aineffe	aineffe	WAL	WLG	64	50.6246	5.2573	4
4317	Borlez	borlez	WAL	WLG	64	50.6333	5.2439	4
4317	Viemme	viemme	WAL	WLG	64	50.6471	5.2722	4
4317	Celles	celles	WAL	WLG	64	50.6544	5.2467	4
4317	Les Waleffes	les-waleffes	WAL	WLG	64	50.6375	5.2236	4
4340	Awans	awans	WAL	WLG	62	50.6677	5.4633	4
4340	Fooz	fooz	WAL	WLG	62	50.6754	5.4362	4
4340	Villers-L'Evêque	villers-l-eveque	WAL	WLG	62	50.7045	5.4396	4
4340	Othée	othee	WAL	WLG	62	50.7159	5.4672	4
4342	Hognoul	hognoul	WAL	WLG	62	50.6818	5.4539	4
4347	Voroux-Goreux	voroux-goreux	WAL	WLG	64	50.6547	5.4292	4
4347	Noville	noville	WAL	WLG	64	50.6598	5.382	4
4347	Roloux	roloux	WAL	WLG	64	50.6509	5.3971	4
4347	Fexhe-Le-Haut-Clocher	fexhe-le-haut-clocher	WAL	WLG	64	50.6654	5.3998	4
4347	Freloux	freloux	WAL	WLG	64	50.6806	5.4066	4
4350	Momalle	momalle	WAL	WLG	64	50.6859	5.3759	4
4350	Lamine	lamine	WAL	WLG	64	50.689	5.3345	4
4350	Pousset	pousset	WAL	WLG	64	50.695	5.304	4
4350	Remicourt	remicourt	WAL	WLG	64	50.6807	5.3279	4
4351	Hodeige	hodeige	WAL	WLG	64	50.6963	5.3416	4
4357	Haneffe	haneffe	WAL	WLG	64	50.6384	5.3201	4
4357	Jeneffe	jeneffe	WAL	WLG	64	50.6514	5.3545	4
4357	Limont	limont	WAL	WLG	64	50.6619	5.3124	4
4357	Donceel	donceel	WAL	WLG	64	50.6483	5.32	4
4360	Oreye	oreye	WAL	WLG	64	50.7175	5.3488	4
4360	Otrange	otrange	WAL	WLG	64	50.736	5.3786	4
4360	Bergilers	bergilers	WAL	WLG	64	50.7159	5.3291	4
4360	Lens-Sur-Geer	lens-sur-geer	WAL	WLG	64	50.7216	5.3509	4
4360	Grandville	grandville	WAL	WLG	64	50.7237	5.3392	4
4367	Crisnée	crisnee	WAL	WLG	64	50.717	5.398	4
4367	Fize-Le-Marsal	fize-le-marsal	WAL	WLG	64	50.7027	5.3855	4
4367	Odeur	odeur	WAL	WLG	64	50.7064	5.4158	4
4367	Thys	thys	WAL	WLG	64	50.7224	5.3909	4
4367	Kemexhe	kemexhe	WAL	WLG	64	50.6978	5.409	4
4400	Flémalle-Grande	flemalle-grande	WAL	WLG	62	50.6091	5.4767	4
4400	Gleixhe	gleixhe	WAL	WLG	62	50.6139	5.3901	4
4400	Flémalle-Haute	flemalle-haute	WAL	WLG	62	50.5999	5.4447	4
4400	Mons-Lez-Liège	mons-lez-liege	WAL	WLG	62	50.6167	5.4667	4
4400	Awirs	awirs	WAL	WLG	62	50.6001	5.4063	4
4400	Flémalle	flemalle	WAL	WLG	62	50.6022	5.4436	4
4400	Chokier	chokier	WAL	WLG	62	50.5916	5.4417	4
4400	Ivoz-Ramet	ivoz-ramet	WAL	WLG	62	50.588	5.4657	4
4420	Saint-Nicolas	saint-nicolas	WAL	WLG	62	50.6284	5.5324	4
4420	Tilleur	tilleur	WAL	WLG	62	50.618	5.5428	4
4420	Montegnée	montegnee	WAL	WLG	62	50.6458	5.5141	4
4430	Ans	ans	WAL	WLG	62	50.6623	5.5203	4
4431	Loncin	loncin	WAL	WLG	62	50.6665	5.5051	4
4432	Xhendremael	xhendremael	WAL	WLG	62	50.7045	5.4798	4
4432	Alleur	alleur	WAL	WLG	62	50.6747	5.5132	4
4450	Juprelle	juprelle	WAL	WLG	62	50.7076	5.5313	4
4450	Slins	slins	WAL	WLG	62	50.7279	5.5626	4
4450	Lantin	lantin	WAL	WLG	62	50.6887	5.5246	4
4451	Voroux-Lez-Liers	voroux-lez-liers	WAL	WLG	62	50.6875	5.5544	4
4452	Paifve	paifve	WAL	WLG	62	50.7282	5.5234	4
4452	Wihogne	wihogne	WAL	WLG	62	50.7292	5.5048	4
4453	Villers-Saint-Siméon	villers-saint-simeon	WAL	WLG	62	50.7112	5.5389	4
4458	Fexhe-Slins	fexhe-slins	WAL	WLG	62	50.7203	5.5697	4
4460	Bierset	bierset	WAL	WLG	62	50.655	5.451	4
4460	Grâce-Hollogne	grace-hollogne	WAL	WLG	62	50.6345	5.4757	4
4460	Velroux	velroux	WAL	WLG	62	50.6444	5.4255	4
4460	Hollogne-Aux-Pierres	hollogne-aux-pierres	WAL	WLG	62	50.6406	5.4718	4
4460	Horion-Hozémont	horion-hozemont	WAL	WLG	62	50.6258	5.3882	4
4460	Grâce-Berleur	grace-berleur	WAL	WLG	62	50.6403	5.5033	4
4470	Saint-Georges-Sur-Meuse	saint-georges-sur-meuse	WAL	WLG	64	50.6001	5.3574	4
4480	Ehein	ehein	WAL	WLG	61	50.4951	5.3391	4
4480	Engis	engis	WAL	WLG	61	50.5816	5.3992	4
4480	Clermont-Sous-Huy	clermont-sous-huy	WAL	WLG	61	50.5696	5.3923	4
4480	Hermalle-Sous-Huy	hermalle-sous-huy	WAL	WLG	61	50.5592	5.3639	4
4500	Tihange	tihange	WAL	WLG	61	50.5297	5.2618	4
4500	Ben-Ahin	ben-ahin	WAL	WLG	61	50.5041	5.1868	4
4500	Huy	huy	WAL	WLG	61	50.5189	5.2328	4
4520	Wanze	wanze	WAL	WLG	61	50.5391	5.2085	4
4520	Bas-Oha	bas-oha	WAL	WLG	61	50.5265	5.1922	4
4520	Antheit	antheit	WAL	WLG	61	50.5493	5.2402	4
4520	Huccorgne	huccorgne	WAL	WLG	61	50.567	5.1605	4
4520	Vinalmont	vinalmont	WAL	WLG	61	50.5633	5.2316	4
4520	Moha	moha	WAL	WLG	61	50.548	5.1864	4
4530	Warnant-Dreye	warnant-dreye	WAL	WLG	61	50.5951	5.2256	4
4530	Vaux-Et-Borset	vaux-et-borset	WAL	WLG	61	50.6139	5.2344	4
4530	Vieux-Waleffe	vieux-waleffe	WAL	WLG	61	50.6159	5.1982	4
4530	Villers-Le-Bouillet	villers-le-bouillet	WAL	WLG	61	50.5771	5.2594	4
4530	Fize-Fontaine	fize-fontaine	WAL	WLG	61	50.5852	5.284	4
4537	Verlaine	verlaine	WAL	WLG	61	50.6074	5.3174	4
4537	Seraing-Le-Château	seraing-le-chateau	WAL	WLG	61	50.621	5.2982	4
4537	Bodegnée	bodegnee	WAL	WLG	61	50.5855	5.3037	4
4537	Chapon-Seraing	chapon-seraing	WAL	WLG	61	50.6088	5.2691	4
4540	Ampsin	ampsin	WAL	WLG	61	50.5415	5.2779	4
4540	Jehay	jehay	WAL	WLG	61	50.5731	5.3238	4
4540	Ombret	ombret	WAL	WLG	61	50.5422	5.3338	4
4540	Flône	flone	WAL	WLG	61	50.5584	5.3364	4
4540	Amay	amay	WAL	WLG	61	50.5483	5.3097	4
4550	Yernée-Fraineux	yernee-fraineux	WAL	WLG	61	50.5284	5.3816	4
4550	Nandrin	nandrin	WAL	WLG	61	50.5067	5.4191	4
4550	Saint-Séverin	saint-severin	WAL	WLG	61	50.5301	5.4114	4
4550	Villers-Le-Temple	villers-le-temple	WAL	WLG	61	50.5086	5.3708	4
4557	Seny	seny	WAL	WLG	61	50.4593	5.4021	4
4557	Tinlot	tinlot	WAL	WLG	61	50.4749	5.3776	4
4557	Abée	abee	WAL	WLG	61	50.4733	5.3555	4
4557	Soheit-Tinlot	soheit-tinlot	WAL	WLG	61	50.4838	5.3886	4
4557	Ramelot	ramelot	WAL	WLG	61	50.4667	5.3333	4
4557	Fraiture	fraiture	WAL	WLG	61	50.4791	5.4187	4
4560	Bois-Et-Borsu	bois-et-borsu	WAL	WLG	61	50.398	5.3362	4
4560	Clavier	clavier	WAL	WLG	61	50.4007	5.3515	4
4560	Les Avins	les-avins	WAL	WLG	61	50.4155	5.3001	4
4560	Pailhe	pailhe	WAL	WLG	61	50.4234	5.2591	4
4560	Terwagne	terwagne	WAL	WLG	61	50.4443	5.3483	4
4560	Ocquier	ocquier	WAL	WLG	61	50.3958	5.3941	4
4570	Marchin	marchin	WAL	WLG	61	50.4671	5.2428	4
4570	Vyle-Et-Tharoul	vyle-et-tharoul	WAL	WLG	61	50.4453	5.2625	4
4577	Strée-Lez-Huy	stree-lez-huy	WAL	WLG	61	50.4904	5.3235	4
4577	Modave	modave	WAL	WLG	61	50.4461	5.2953	4
4577	Vierset-Barse	vierset-barse	WAL	WLG	61	50.4837	5.2982	4
4577	Outrelouxhe	outrelouxhe	WAL	WLG	61	50.5034	5.3336	4
4590	Warzée	warzee	WAL	WLG	61	50.45	5.4262	4
4590	Ouffet	ouffet	WAL	WLG	61	50.4387	5.4657	4
4590	Ellemelle	ellemelle	WAL	WLG	61	50.4675	5.4434	4
4600	Visé	vise	WAL	WLG	62	50.7376	5.6991	4
4600	Lanaye	lanaye	WAL	WLG	62	50.7791	5.6962	4
4600	Lixhe	lixhe	WAL	WLG	62	50.7544	5.6803	4
4600	Richelle	richelle	WAL	WLG	62	50.714	5.6956	4
4601	Argenteau	argenteau	WAL	WLG	62	50.7021	5.6845	4
4602	Cheratte	cheratte	WAL	WLG	62	50.6824	5.6695	4
4606	Saint-André	saint-andre	WAL	WLG	62	50.6954	5.7534	4
4607	Feneur	feneur	WAL	WLG	62	50.7044	5.7148	4
4607	Bombaye	bombaye	WAL	WLG	62	50.7302	5.7453	4
4607	Berneau	berneau	WAL	WLG	62	50.7424	5.7306	4
4607	Mortroux	mortroux	WAL	WLG	62	50.7116	5.7529	4
4607	Dalhem	dalhem	WAL	WLG	62	50.7131	5.7277	4
4608	Neufchâteau	neufchateau	WAL	WLG	62	50.7196	5.7755	4
4608	Warsage	warsage	WAL	WLG	62	50.7352	5.7688	4
4610	Beyne-Heusay	beyne-heusay	WAL	WLG	62	50.6225	5.6651	4
4610	Queue-Du-Bois	queue-du-bois	WAL	WLG	62	50.6376	5.6799	4
4610	Bellaire	bellaire	WAL	WLG	62	50.6445	5.6658	4
4620	Fléron	fleron	WAL	WLG	62	50.6152	5.6806	4
4621	Retinne	retinne	WAL	WLG	62	50.6308	5.6982	4
4623	Magnée	magnee	WAL	WLG	62	50.5998	5.6883	4
4624	Romsée	romsee	WAL	WLG	62	50.6109	5.6646	4
4630	Micheroux	micheroux	WAL	WLG	62	50.6247	5.7185	4
4630	Tignée	tignee	WAL	WLG	62	50.6514	5.7027	4
4630	Soumagne	soumagne	WAL	WLG	62	50.6139	5.7468	4
4630	Ayeneux	ayeneux	WAL	WLG	62	50.608	5.7159	4
4631	Evegnée	evegnee	WAL	WLG	62	50.6422	5.7074	4
4632	Cérexhe-Heuseux	cerexhe-heuseux	WAL	WLG	62	50.6541	5.726	4
4633	Melen	melen	WAL	WLG	62	50.6462	5.7359	4
4650	Herve	herve	WAL	WLG	63	50.6408	5.7935	4
4650	Julémont	julemont	WAL	WLG	63	50.6855	5.771	4
4650	Grand-Rechain	grand-rechain	WAL	WLG	63	50.6076	5.8111	4
4650	Chaineux	chaineux	WAL	WLG	63	50.6318	5.8348	4
4651	Battice	battice	WAL	WLG	63	50.6473	5.821	4
4652	Xhendelesse	xhendelesse	WAL	WLG	63	50.6049	5.778	4
4653	Bolland	bolland	WAL	WLG	63	50.6616	5.7604	4
4654	Charneux	charneux	WAL	WLG	63	50.5471	5.9546	4
4670	Trembleur	trembleur	WAL	WLG	62	50.6954	5.726	4
4670	Blégny	blegny	WAL	WLG	62	50.6726	5.7251	4
4670	Mortier	mortier	WAL	WLG	62	50.6843	5.7433	4
4671	Saive	saive	WAL	WLG	62	50.6532	5.6852	4
4671	Housse	housse	WAL	WLG	62	50.6785	5.6911	4
4671	Barchon	barchon	WAL	WLG	62	50.6689	5.7001	4
4672	Saint-Remy	saint-remy	WAL	WLG	62	50.6956	5.7041	4
4680	Oupeye	oupeye	WAL	WLG	62	50.7118	5.6468	4
4680	Hermée	hermee	WAL	WLG	62	50.7088	5.6183	4
4681	Hermalle-Sous-Argenteau	hermalle-sous-argenteau	WAL	WLG	62	50.7123	5.6775	4
4682	Houtain-Saint-Siméon	houtain-saint-simeon	WAL	WLG	62	50.7403	5.6123	4
4682	Heure-Le-Romain	heure-le-romain	WAL	WLG	62	50.7316	5.6329	4
4683	Vivegnis	vivegnis	WAL	WLG	62	50.6924	5.6476	4
4684	Haccourt	haccourt	WAL	WLG	62	50.7309	5.6696	4
4690	Roclenge-Sur-Geer	roclenge-sur-geer	WAL	WLG	62	50.7569	5.5944	4
4690	Boirs	boirs	WAL	WLG	62	50.7528	5.5794	4
4690	Bassenge	bassenge	WAL	WLG	62	50.7588	5.6099	4
4690	Glons	glons	WAL	WLG	62	50.7531	5.5458	4
4690	Eben-Emael	eben-emael	WAL	WLG	62	50.794	5.6669	4
4690	Wonck	wonck	WAL	WLG	62	50.7669	5.6362	4
4700	Eupen	eupen	WAL	WLG	63	50.6279	6.0365	4
4701	Kettenis	kettenis	WAL	WLG	63	50.6476	6.0469	4
4710	Lontzen	lontzen	WAL	WLG	63	50.6813	6.0071	4
4711	Walhorn	walhorn	WAL	WLG	63	50.675	6.0461	4
4720	La Calamine	la-calamine	WAL	WLG	63	50.7181	6.0111	4
4721	Neu-Moresnet	neu-moresnet	WAL	WLG	63	50.7158	6.0212	4
4728	Hergenrath	hergenrath	WAL	WLG	63	50.7091	6.0309	4
4730	Hauset	hauset	WAL	WLG	63	50.7107	6.0697	4
4730	Raeren	raeren	WAL	WLG	63	50.6672	6.1154	4
4731	Eynatten	eynatten	WAL	WLG	63	50.6924	6.0835	4
4750	Elsenborn	elsenborn	WAL	WLG	63	50.458	6.2192	4
4750	Butgenbach	butgenbach	WAL	WLG	63	50.4269	6.205	4
4760	Bullange	bullange	WAL	WLG	63	50.4073	6.2575	4
4760	Manderfeld	manderfeld	WAL	WLG	63	50.3312	6.3392	4
4761	Rocherath	rocherath	WAL	WLG	63	50.4371	6.3005	4
4770	Amblève	ambleve	WAL	WLG	63	50.4643	6.022	3
4770	Meyerode	meyerode	WAL	WLG	63	50.3282	6.1878	4
4771	Heppenbach	heppenbach	WAL	WLG	63	50.3626	6.2183	4
4780	Saint-Vith	saint-vith	WAL	WLG	63	50.2815	6.1272	4
4780	Recht	recht	WAL	WLG	63	50.338	6.0488	4
4782	Schoenberg	schoenberg	WAL	WLG	63	50.2892	6.265	4
4783	Lommersweiler	lommersweiler	WAL	WLG	63	50.24	6.165	4
4784	Crombach	crombach	WAL	WLG	63	50.26	6.0675	4
4790	Reuland	reuland	WAL	WLG	63	50.1955	6.1355	4
4790	Burg-Reuland	burg-reuland	WAL	WLG	63	50.1957	6.1345	4
4791	Thommen	thommen	WAL	WLG	63	50.2192	6.0742	4
4800	Polleur	polleur	WAL	WLG	63	50.5394	5.8808	4
4800	Lambermont	lambermont	WAL	WLG	63	50.5904	5.8325	4
4800	Petit-Rechain	petit-rechain	WAL	WLG	63	50.6149	5.8342	4
4800	Ensival	ensival	WAL	WLG	63	50.5805	5.8493	4
4800	Verviers	verviers	WAL	WLG	63	50.5891	5.8624	4
4801	Stembert	stembert	WAL	WLG	63	50.5911	5.894	4
4802	Heusy	heusy	WAL	WLG	63	50.5746	5.8662	4
4820	Dison	dison	WAL	WLG	63	50.61	5.8534	4
4821	Andrimont	andrimont	WAL	WLG	63	50.4392	5.8907	4
4830	Limbourg	limbourg	WAL	WLG	63	50.6122	5.9412	4
4831	Bilstain	bilstain	WAL	WLG	63	50.6221	5.9209	4
4834	Goé	goe	WAL	WLG	63	50.6066	5.9561	4
4837	Baelen	baelen	WAL	WLG	63	50.6313	5.9743	4
4837	Membach	membach	WAL	WLG	63	50.6191	5.9951	4
4840	Welkenraedt	welkenraedt	WAL	WLG	63	50.6605	5.9703	4
4841	Henri-Chapelle	henri-chapelle	WAL	WLG	63	50.6769	5.9301	4
4845	Sart-Lez-Spa	sart-lez-spa	WAL	WLG	63	50.5287	5.8842	4
4845	Jalhay	jalhay	WAL	WLG	63	50.5588	5.9676	4
4850	Montzen	montzen	WAL	WLG	63	50.7079	5.9622	4
4850	Plombières	plombieres	WAL	WLG	63	50.7366	5.9592	4
4850	Moresnet	moresnet	WAL	WLG	63	50.7215	5.9899	4
4851	Gemmenich	gemmenich	WAL	WLG	63	50.7461	5.9951	4
4851	Sippenaeken	sippenaeken	WAL	WLG	63	50.7513	5.9326	4
4852	Hombourg	hombourg	WAL	WLG	63	50.7226	5.9205	4
4860	Cornesse	cornesse	WAL	WLG	63	50.5727	5.7961	4
4860	Wegnez	wegnez	WAL	WLG	63	50.5789	5.8171	4
4860	Pepinster	pepinster	WAL	WLG	63	50.5738	5.8049	4
4861	Soiron	soiron	WAL	WLG	63	50.5913	5.7909	4
4870	Forêt	foret	WAL	WLG	62	50.5839	5.7	4
4870	Fraipont	fraipont	WAL	WLG	62	50.5652	5.7222	4
4870	Trooz	trooz	WAL	WLG	62	50.5703	5.6952	4
4870	Nessonvaux	nessonvaux	WAL	WLG	62	50.5734	5.7364	4
4877	Olne	olne	WAL	WLG	63	50.5899	5.7466	4
4880	Aubel	aubel	WAL	WLG	63	50.7019	5.8581	4
4890	Thimister	thimister	WAL	WLG	63	50.6554	5.8642	4
4890	Thimister-Clermont	thimister-clermont	WAL	WLG	63	50.6537	5.8643	4
4890	Clermont	clermont	WAL	WLG	63	50.6593	5.8846	4
4900	Spa	spa	WAL	WLG	63	50.4838	5.8667	4
4910	Theux	theux	WAL	WLG	63	50.5332	5.8125	4
4910	La Reid	la-reid	WAL	WLG	63	50.4891	5.791	4
4910	Polleur	polleur	WAL	WLG	63	50.5394	5.8808	4
4920	Harzé	harze	WAL	WLG	62	50.4413	5.6671	4
4920	Ernonheid	ernonheid	WAL	WLG	62	50.4037	5.6671	4
4920	Aywaille	aywaille	WAL	WLG	62	50.4741	5.6768	4
4920	Louveigné	louveigne	WAL	WLG	62	50.532	5.7084	4
4920	Sougné-Remouchamps	sougne-remouchamps	WAL	WLG	62	50.4824	5.7076	4
4950	Sourbrodt	sourbrodt	WAL	WLG	63	50.4792	6.1117	4
4950	Waimes	waimes	WAL	WLG	63	50.4149	6.1121	4
4950	Robertville	robertville	WAL	WLG	63	50.4541	6.122	4
4950	Faymonville	faymonville	WAL	WLG	63	50.4032	6.1406	4
4960	Bellevaux-Ligneuville	bellevaux-ligneuville	WAL	WLG	63	50.3895	6.0109	4
4960	Malmedy	malmedy	WAL	WLG	63	50.4269	6.0279	4
4960	Bevercé	beverce	WAL	WLG	63	50.441	6.0353	4
4970	Stavelot	stavelot	WAL	WLG	63	50.395	5.9312	4
4970	Francorchamps	francorchamps	WAL	WLG	63	50.4535	5.9528	4
4980	Trois-Ponts	trois-ponts	WAL	WLG	63	50.3713	5.8715	4
4980	Fosse	fosse	WAL	WLG	63	50.34	5.8408	4
4980	Wanne	wanne	WAL	WLG	63	50.355	5.9208	4
4983	Basse-Bodeux	basse-bodeux	WAL	WLG	63	50.3577	5.8277	4
4987	Rahier	rahier	WAL	WLG	63	50.385	5.7809	4
4987	La Gleize	la-gleize	WAL	WLG	63	50.4107	5.847	4
4987	Stoumont	stoumont	WAL	WLG	63	50.4067	5.8084	4
4987	Lorcé	lorce	WAL	WLG	63	50.4167	5.7351	4
4987	Chevron	chevron	WAL	WLG	63	50.3807	5.7314	4
4990	Arbrefontaine	arbrefontaine	WAL	WLG	63	50.3019	5.8358	4
4990	Bra	bra	WAL	WLG	63	50.3241	5.732	4
4990	Lierneux	lierneux	WAL	WLG	63	50.2848	5.7924	4
6600	Villers-La-Bonne-Eau	villers-la-bonne-eau	WAL	WLX	82	49.9352	5.7463	4
6600	Longvilly	longvilly	WAL	WLX	82	50.0263	5.8383	4
6600	Bastogne	bastogne	WAL	WLX	82	50.0035	5.7184	4
6600	Wardin	wardin	WAL	WLX	82	49.9921	5.7912	4
6600	Noville	noville	WAL	WLX	82	50.0639	5.761	4
6630	Martelange	martelange	WAL	WLX	81	49.8319	5.7365	4
6637	Hollange	hollange	WAL	WLX	82	49.9065	5.6883	4
6637	Fauvillers	fauvillers	WAL	WLX	82	49.8512	5.6641	4
6637	Tintange	tintange	WAL	WLX	82	49.8783	5.7518	4
6640	Hompré	hompre	WAL	WLX	82	49.9443	5.6869	4
6640	Vaux-Lez-Rosières	vaux-lez-rosieres	WAL	WLX	82	49.913	5.5678	4
6640	Nives	nives	WAL	WLX	82	49.9128	5.6014	4
6640	Morhet	morhet	WAL	WLX	82	49.9624	5.5845	4
6640	Sibret	sibret	WAL	WLX	82	49.9707	5.6345	4
6640	Vaux-Sur-Sûre	vaux-sur-sure	WAL	WLX	82	49.911	5.5785	4
6642	Juseret	juseret	WAL	WLX	82	49.8802	5.5493	4
6660	Houffalize	houffalize	WAL	WLX	82	50.1324	5.7896	4
6660	Nadrin	nadrin	WAL	WLX	82	50.1639	5.6776	4
6661	Tailles	tailles	WAL	WLX	82	50.2267	5.7466	4
6661	Mont	mont	WAL	WLX	82	50.0022	5.744	4
6662	Tavigny	tavigny	WAL	WLX	82	50.1085	5.8379	4
6663	Mabompré	mabompre	WAL	WLX	82	50.099	5.7398	4
6666	Wibrin	wibrin	WAL	WLX	82	50.1655	5.7211	4
6670	Limerlé	limerle	WAL	WLX	82	50.158	5.9239	4
6670	Gouvy	gouvy	WAL	WLX	82	50.186	5.9392	4
6671	Bovigny	bovigny	WAL	WLX	82	50.2242	5.9169	4
6672	Beho	beho	WAL	WLX	82	50.2206	5.9981	4
6673	Cherain	cherain	WAL	WLX	82	50.18	5.8652	4
6674	Montleban	montleban	WAL	WLX	82	50.1895	5.8354	4
6680	Sainte-Ode	sainte-ode	WAL	WLX	82	50.0172	5.5193	4
6680	Amberloup	amberloup	WAL	WLX	82	50.0312	5.5298	4
6680	Tillet	tillet	WAL	WLX	82	50.0101	5.5286	4
6681	Lavacherie	lavacherie	WAL	WLX	82	50.0528	5.5109	4
6686	Flamierge	flamierge	WAL	WLX	82	50.0332	5.6029	4
6687	Bertogne	bertogne	WAL	WLX	82	50.0836	5.6669	4
6688	Longchamps	longchamps	WAL	WLX	82	50.0534	5.6903	4
6690	Vielsalm	vielsalm	WAL	WLX	82	50.2841	5.915	4
6690	Bihain	bihain	WAL	WLX	82	50.2395	5.8085	4
6692	Petit-Thier	petit-thier	WAL	WLX	82	50.3071	5.9678	4
6698	Grand-Halleux	grand-halleux	WAL	WLX	82	50.3258	5.9072	4
6700	Arlon	arlon	WAL	WLX	81	49.6833	5.8167	4
6700	Toernich	toernich	WAL	WLX	81	49.6518	5.7774	4
6700	Bonnert	bonnert	WAL	WLX	81	49.7113	5.8186	4
6700	Heinsch	heinsch	WAL	WLX	81	49.6999	5.7467	4
6704	Guirsch	guirsch	WAL	WLX	81	49.7183	5.8521	4
6706	Autelbas	autelbas	WAL	WLX	81	49.6481	5.868	4
6717	Attert	attert	WAL	WLX	81	49.7503	5.7863	4
6717	Nobressart	nobressart	WAL	WLX	81	49.739	5.7201	4
6717	Thiaumont	thiaumont	WAL	WLX	81	49.7152	5.7306	4
6717	Nothomb	nothomb	WAL	WLX	81	49.7716	5.7877	4
6717	Tontelange	tontelange	WAL	WLX	81	49.7265	5.8112	4
6720	Hachy	hachy	WAL	WLX	85	49.7016	5.6803	4
6720	Habay-La-Neuve	habay-la-neuve	WAL	WLX	85	49.7282	5.6474	4
6720	Habay	habay	WAL	WLX	85	49.7233	5.62	4
6721	Anlier	anlier	WAL	WLX	85	49.7714	5.6201	4
6723	Habay-La-Vieille	habay-la-vieille	WAL	WLX	85	49.7233	5.62	4
6724	Rulles	rulles	WAL	WLX	85	49.7181	5.5596	4
6724	Houdemont	houdemont	WAL	WLX	85	49.7187	5.5838	4
6730	Bellefontaine	bellefontaine	WAL	WLX	85	49.6643	5.4961	4
6730	Rossignol	rossignol	WAL	WLX	85	49.7179	5.4859	4
6730	Tintigny	tintigny	WAL	WLX	85	49.6833	5.5135	4
6730	Saint-Vincent	saint-vincent	WAL	WLX	85	49.677	5.4752	4
6740	Villers-Sur-Semois	villers-sur-semois	WAL	WLX	85	49.6981	5.56	4
6740	Sainte-Marie-Sur-Semois	sainte-marie-sur-semois	WAL	WLX	85	49.6712	5.5638	4
6740	Etalle	etalle	WAL	WLX	85	49.6738	5.6002	4
6741	Vance	vance	WAL	WLX	85	49.6716	5.6657	4
6742	Chantemelle	chantemelle	WAL	WLX	85	49.6527	5.6523	4
6743	Buzenol	buzenol	WAL	WLX	85	49.6439	5.5947	4
6747	Châtillon	chatillon	WAL	WLX	85	49.6236	5.6984	4
6747	Meix-Le-Tige	meix-le-tige	WAL	WLX	85	49.6162	5.7181	4
6747	Saint-Léger	saint-leger	WAL	WLX	85	49.612	5.6569	4
6750	Musson	musson	WAL	WLX	85	49.5583	5.7053	4
6750	Mussy-La-Ville	mussy-la-ville	WAL	WLX	85	49.5701	5.6619	4
6750	Signeulx	signeulx	WAL	WLX	85	49.5526	5.6386	4
6760	Virton	virton	WAL	WLX	85	49.5682	5.5326	4
6760	Bleid	bleid	WAL	WLX	85	49.5687	5.6268	4
6760	Ruette	ruette	WAL	WLX	85	49.5367	5.5958	4
6760	Ethe	ethe	WAL	WLX	85	49.58	5.5821	4
6761	Latour	latour	WAL	WLX	85	49.5574	5.5706	4
6762	Saint-Mard	saint-mard	WAL	WLX	85	49.554	5.5343	4
6767	Torgny	torgny	WAL	WLX	85	49.5076	5.4739	4
6767	Rouvroy	rouvroy	WAL	WLX	85	49.5377	5.4903	4
6767	Harnoncourt	harnoncourt	WAL	WLX	85	49.5362	5.4988	4
6767	Dampicourt	dampicourt	WAL	WLX	85	49.5543	5.4983	4
6767	Lamorteau	lamorteau	WAL	WLX	85	49.5261	5.4818	4
6769	Villers-La-Loue	villers-la-loue	WAL	WLX	85	49.5741	5.4815	4
6769	Meix-Devant-Virton	meix-devant-virton	WAL	WLX	85	49.6058	5.4804	4
6769	Gérouville	gerouville	WAL	WLX	85	49.619	5.4265	4
6769	Sommethonne	sommethonne	WAL	WLX	85	49.5778	5.4477	4
6769	Robelmont	robelmont	WAL	WLX	85	49.5948	5.5084	4
6780	Hondelange	hondelange	WAL	WLX	81	49.6333	5.8333	4
6780	Messancy	messancy	WAL	WLX	81	49.592	5.8188	4
6780	Wolkrange	wolkrange	WAL	WLX	81	49.6288	5.7988	4
6781	Sélange	selange	WAL	WLX	81	49.6093	5.8505	4
6782	Habergy	habergy	WAL	WLX	81	49.6147	5.7601	4
6790	Aubange	aubange	WAL	WLX	81	49.5665	5.8049	4
6791	Athus	athus	WAL	WLX	81	49.5648	5.8374	4
6792	Halanzy	halanzy	WAL	WLX	81	49.5605	5.7443	4
6792	Rachecourt	rachecourt	WAL	WLX	81	49.5919	5.7253	4
6800	Saint-Pierre	saint-pierre	WAL	WLX	84	49.9038	5.3875	4
6800	Freux	freux	WAL	WLX	84	49.9711	5.4494	4
6800	Recogne	recogne	WAL	WLX	84	49.9123	5.3537	4
6800	Bras	bras	WAL	WLX	84	49.9709	5.3948	4
6800	Moircy	moircy	WAL	WLX	84	49.9894	5.4672	4
6800	Libramont-Chevigny	libramont-chevigny	WAL	WLX	84	49.9496	5.4292	3
6800	Remagne	remagne	WAL	WLX	84	49.9767	5.4942	4
6800	Sainte-Marie-Chevigny	sainte-marie-chevigny	WAL	WLX	84	49.9227	5.4573	4
6810	Jamoigne	jamoigne	WAL	WLX	85	49.6933	5.4091	4
6810	Chiny	chiny	WAL	WLX	85	49.7383	5.341	4
6810	Izel	izel	WAL	WLX	85	49.6937	5.3738	4
6811	Les Bulles	les-bulles	WAL	WLX	85	49.7046	5.4238	4
6812	Suxy	suxy	WAL	WLX	85	49.7644	5.3997	4
6813	Termes	termes	WAL	WLX	85	49.7066	5.4574	4
6820	Sainte-Cécile	sainte-cecile	WAL	WLX	85	49.7286	5.2424	4
6820	Fontenoille	fontenoille	WAL	WLX	85	49.7152	5.2334	4
6820	Florenville	florenville	WAL	WLX	85	49.6998	5.3074	4
6820	Muno	muno	WAL	WLX	85	49.7164	5.172	4
6821	Lacuisine	lacuisine	WAL	WLX	85	49.7159	5.3177	4
6823	Villers-Devant-Orval	villers-devant-orval	WAL	WLX	85	49.6195	5.3305	4
6824	Chassepierre	chassepierre	WAL	WLX	85	49.7073	5.2618	4
6830	Poupehan	poupehan	WAL	WLX	84	49.8116	5.0029	4
6830	Bouillon	bouillon	WAL	WLX	84	49.7932	5.067	4
6830	Rochehaut	rochehaut	WAL	WLX	84	49.8404	5.006	4
6830	Les Hayons	les-hayons	WAL	WLX	84	49.8128	5.1456	4
6831	Noirfontaine	noirfontaine	WAL	WLX	84	49.9619	5.5136	1
6832	Sensenruth	sensenruth	WAL	WLX	84	49.8249	5.0746	4
6833	Vivy	vivy	WAL	WLX	84	49.8672	5.038	4
6833	Ucimont	ucimont	WAL	WLX	84	49.8308	5.0544	4
6834	Bellevaux	bellevaux	WAL	WLX	84	49.8403	5.1104	4
6836	Dohan	dohan	WAL	WLX	84	49.7958	5.1416	4
6838	Corbion	corbion	WAL	WLX	84	49.7977	5.0074	4
6840	Neufchâteau	neufchateau	WAL	WLX	84	49.8407	5.4353	4
6840	Hamipré	hamipre	WAL	WLX	84	49.8373	5.4569	4
6840	Grapfontaine	grapfontaine	WAL	WLX	84	49.8215	5.4075	4
6840	Tournay	tournay	WAL	WLX	84	49.8546	5.3983	4
6840	Longlier	longlier	WAL	WLX	84	49.8538	5.4501	4
6840	Grandvoir	grandvoir	WAL	WLX	84	49.8586	5.3729	4
6850	Offagne	offagne	WAL	WLX	84	49.885	5.1738	4
6850	Paliseul	paliseul	WAL	WLX	84	49.904	5.1354	4
6850	Carlsbourg	carlsbourg	WAL	WLX	84	49.895	5.081	4
6851	Nollevaux	nollevaux	WAL	WLX	84	49.8713	5.1213	4
6852	Maissin	maissin	WAL	WLX	84	49.9648	5.1782	4
6852	Opont	opont	WAL	WLX	84	49.9345	5.1185	4
6853	Framont	framont	WAL	WLX	84	49.9192	5.16	4
6856	Fays-Les-Veneurs	fays-les-veneurs	WAL	WLX	84	49.8661	5.1612	4
6860	Ebly	ebly	WAL	WLX	84	49.8529	5.5407	4
6860	Léglise	leglise	WAL	WLX	84	49.7998	5.5365	4
6860	Mellier	mellier	WAL	WLX	84	49.766	5.5175	4
6860	Witry	witry	WAL	WLX	84	49.8594	5.6128	4
6860	Assenois	assenois	WAL	WLX	84	49.8783	5.2113	4
6870	Mirwart	mirwart	WAL	WLX	84	50.0565	5.2644	4
6870	Hatrival	hatrival	WAL	WLX	84	50.006	5.3482	4
6870	Arville	arville	WAL	WLX	84	50.032	5.3167	4
6870	Vesqueville	vesqueville	WAL	WLX	84	50.0057	5.3968	4
6870	Saint-Hubert	saint-hubert	WAL	WLX	84	50.0267	5.374	4
6870	Awenne	awenne	WAL	WLX	84	50.074	5.3047	4
6880	Orgeo	orgeo	WAL	WLX	84	49.8339	5.3065	4
6880	Auby-Sur-Semois	auby-sur-semois	WAL	WLX	84	49.8156	5.1826	4
6880	Bertrix	bertrix	WAL	WLX	84	49.856	5.2554	4
6880	Jehonville	jehonville	WAL	WLX	84	49.9066	5.2003	4
6880	Cugnon	cugnon	WAL	WLX	84	49.8022	5.2027	4
6887	Straimont	straimont	WAL	WLX	84	49.7961	5.3804	4
6887	Saint-Médard	saint-medard	WAL	WLX	84	49.8154	5.3279	4
6887	Herbeumont	herbeumont	WAL	WLX	84	49.7809	5.2358	4
6890	Smuid	smuid	WAL	WLX	84	50.0184	5.2666	4
6890	Anloy	anloy	WAL	WLX	84	49.9498	5.2219	4
6890	Ochamps	ochamps	WAL	WLX	84	49.9245	5.2768	4
6890	Redu	redu	WAL	WLX	84	50.0069	5.1601	4
6890	Villance	villance	WAL	WLX	84	49.9717	5.2214	4
6890	Libin	libin	WAL	WLX	84	49.9811	5.2561	4
6890	Transinne	transinne	WAL	WLX	84	49.9997	5.203	4
6900	On	on	WAL	WLX	83	50.1718	5.2894	4
6900	Hargimont	hargimont	WAL	WLX	83	50.1877	5.3083	4
6900	Waha	waha	WAL	WLX	83	50.2092	5.3417	4
6900	Marche-En-Famenne	marche-en-famenne	WAL	WLX	83	50.2268	5.3442	4
6900	Roy	roy	WAL	WLX	83	50.1849	5.4058	4
6900	Aye	aye	WAL	WLX	83	50.2247	5.3006	4
6900	Humain	humain	WAL	WLX	83	50.2049	5.2569	4
6920	Sohier	sohier	WAL	WLX	84	50.0669	5.0643	4
6920	Wellin	wellin	WAL	WLX	84	50.0813	5.1141	4
6921	Chanly	chanly	WAL	WLX	84	50.0797	5.1529	4
6922	Halma	halma	WAL	WLX	84	50.076	5.1351	4
6924	Lomprez	lomprez	WAL	WLX	84	50.0762	5.0914	4
6927	Resteigne	resteigne	WAL	WLX	84	50.083	5.1769	4
6927	Tellin	tellin	WAL	WLX	84	50.0804	5.2164	4
6927	Bure	bure	WAL	WLX	84	50.089	5.2601	4
6927	Grupont	grupont	WAL	WLX	84	50.0913	5.2813	4
6929	Haut-Fays	haut-fays	WAL	WLX	84	50.0016	5.0175	4
6929	Daverdisse	daverdisse	WAL	WLX	84	50.0216	5.1181	4
6929	Gembes	gembes	WAL	WLX	84	49.9966	5.0626	4
6929	Porcheresse	porcheresse	WAL	WLX	84	49.9774	5.0865	4
6940	Barvaux-Sur-Ourthe	barvaux-sur-ourthe	WAL	WLX	83	50.3483	5.4906	4
6940	Wéris	weris	WAL	WLX	83	50.3264	5.5311	4
6940	Septon	septon	WAL	WLX	83	50.3561	5.4226	4
6940	Durbuy	durbuy	WAL	WLX	83	50.3529	5.4563	4
6940	Grandhan	grandhan	WAL	WLX	83	50.3294	5.41	4
6941	Villers-Sainte-Gertrude	villers-sainte-gertrude	WAL	WLX	83	50.3608	5.5799	4
6941	Izier	izier	WAL	WLX	83	50.384	5.579	4
6941	Tohogne	tohogne	WAL	WLX	83	50.3801	5.479	4
6941	Bomal-Sur-Ourthe	bomal-sur-ourthe	WAL	WLX	83	50.3763	5.5238	4
6941	Heyd	heyd	WAL	WLX	83	50.3462	5.5625	4
6941	Borlon	borlon	WAL	WLX	83	50.3784	5.4063	4
6941	Bende	bende	WAL	WLX	83	50.4183	5.4146	4
6950	Nassogne	nassogne	WAL	WLX	83	50.1285	5.3427	4
6950	Harsin	harsin	WAL	WLX	83	50.1734	5.3477	4
6951	Bande	bande	WAL	WLX	83	50.1664	5.4144	4
6952	Grune	grune	WAL	WLX	83	50.1552	5.3816	4
6953	Masbourg	masbourg	WAL	WLX	83	50.1137	5.3135	4
6953	Forrières	forrieres	WAL	WLX	83	50.1313	5.2827	4
6953	Lesterny	lesterny	WAL	WLX	83	50.1124	5.279	4
6953	Ambly	ambly	WAL	WLX	83	50.1445	5.3119	4
6960	Malempré	malempre	WAL	WLX	83	50.2816	5.7144	4
6960	Odeigne	odeigne	WAL	WLX	83	50.2574	5.6825	4
6960	Harre	harre	WAL	WLX	83	50.3516	5.6574	4
6960	Manhay	manhay	WAL	WLX	83	50.2867	5.6565	3
6960	Dochamps	dochamps	WAL	WLX	83	50.2333	5.5333	4
6960	Vaux-Chavanne	vaux-chavanne	WAL	WLX	83	50.3046	5.6925	4
6960	Grandménil	grandmenil	WAL	WLX	83	50.2917	5.6591	4
6970	Tenneville	tenneville	WAL	WLX	83	50.095	5.5289	4
6971	Champlon	champlon	WAL	WLX	83	50.1082	5.5019	4
6972	Erneuville	erneuville	WAL	WLX	83	50.1129	5.5495	4
6980	La Roche-En-Ardenne	la-roche-en-ardenne	WAL	WLX	83	50.1836	5.5755	4
6980	Beausaint	beausaint	WAL	WLX	83	50.1681	5.5486	4
6982	Samrée	samree	WAL	WLX	83	50.2104	5.6344	4
6983	Ortho	ortho	WAL	WLX	83	50.1248	5.6132	4
6984	Hives	hives	WAL	WLX	83	50.1507	5.5774	4
6986	Halleux	halleux	WAL	WLX	83	50.1732	5.501	4
6987	Beffe	beffe	WAL	WLX	83	50.2465	5.5226	4
6987	Hodister	hodister	WAL	WLX	83	50.2008	5.4948	4
6987	Marcourt	marcourt	WAL	WLX	83	50.2153	5.5248	4
6987	Rendeux	rendeux	WAL	WLX	83	50.2342	5.5041	4
6990	Hotton	hotton	WAL	WLX	83	50.2674	5.4461	4
6990	Marenne	marenne	WAL	WLX	83	50.2413	5.415	4
6990	Fronville	fronville	WAL	WLX	83	50.2942	5.4221	4
6990	Hampteau	hampteau	WAL	WLX	83	50.2583	5.472	4
6997	Erezée	erezee	WAL	WLX	83	50.2929	5.5581	4
6997	Mormont	mormont	WAL	WLX	83	50.3257	5.5926	4
6997	Amonines	amonines	WAL	WLX	83	50.2649	5.5581	4
6997	Soy	soy	WAL	WLX	83	50.286	5.5115	4
5000	Beez	beez	WAL	WNA	92	50.4686	4.9117	4
5000	Namur	namur	WAL	WNA	92	50.4669	4.8675	4
5001	Belgrade	belgrade	WAL	WNA	92	50.4714	4.8293	4
5002	Saint-Servais	saint-servais	WAL	WNA	92	50.4763	4.8366	4
5003	Saint-Marc	saint-marc	WAL	WNA	92	50.4922	4.8475	4
5004	Bouge	bouge	WAL	WNA	92	50.4719	4.8922	4
5020	Malonne	malonne	WAL	WNA	92	50.4397	4.7956	4
5020	Flawinne	flawinne	WAL	WNA	92	50.4579	4.8105	4
5020	Champion	champion	WAL	WNA	92	50.4953	4.9039	4
5020	Temploux	temploux	WAL	WNA	92	50.4856	4.7547	4
5020	Daussoulx	daussoulx	WAL	WNA	92	50.5183	4.888	4
5020	Suarlée	suarlee	WAL	WNA	92	50.4814	4.7792	4
5020	Vedrin	vedrin	WAL	WNA	92	50.5027	4.876	4
5021	Boninne	boninne	WAL	WNA	92	50.4944	4.9323	4
5022	Cognelée	cognelee	WAL	WNA	92	50.5145	4.9075	4
5024	Gelbressée	gelbressee	WAL	WNA	92	50.5061	4.9555	4
5024	Marche-Les-Dames	marche-les-dames	WAL	WNA	92	50.4858	4.9597	4
5030	Lonzée	lonzee	WAL	WNA	92	50.5537	4.7272	4
5030	Sauvenière	sauveniere	WAL	WNA	92	50.4743	4.7126	4
5030	Beuzet	beuzet	WAL	WNA	92	50.5336	4.7452	4
5030	Ernage	ernage	WAL	WNA	92	50.5948	4.6759	4
5030	Grand-Manil	grand-manil	WAL	WNA	92	50.557	4.6753	4
5030	Gembloux	gembloux	WAL	WNA	92	50.5615	4.6989	4
5031	Grand-Leez	grand-leez	WAL	WNA	92	50.5839	4.7751	4
5032	Isnes	isnes	WAL	WNA	92	50.5061	4.7283	4
5032	Mazy	mazy	WAL	WNA	92	50.511	4.6737	4
5032	Bossière	bossiere	WAL	WNA	92	50.5185	4.6961	4
5032	Corroy-Le-Château	corroy-le-chateau	WAL	WNA	92	50.539	4.6628	4
5032	Bothey	bothey	WAL	WNA	92	50.5208	4.6501	4
5060	Auvelais	auvelais	WAL	WNA	92	50.4504	4.6323	4
5060	Arsimont	arsimont	WAL	WNA	92	50.4286	4.6387	4
5060	Sambreville	sambreville	WAL	WNA	92	50.4344	4.6326	4
5060	Keumiée	keumiee	WAL	WNA	92	50.4618	4.5823	4
5060	Moignelée	moignelee	WAL	WNA	92	50.4458	4.5837	4
5060	Velaine-Sur-Sambre	velaine-sur-sambre	WAL	WNA	92	50.478	4.6103	4
5060	Falisolle	falisolle	WAL	WNA	92	50.4181	4.621	4
5060	Tamines	tamines	WAL	WNA	92	50.4338	4.6071	4
5070	Aisemont	aisemont	WAL	WNA	92	50.4049	4.6519	4
5070	Le Roux	le-roux	WAL	WNA	92	50.3888	4.624	4
5070	Sart-Eustache	sart-eustache	WAL	WNA	92	50.3755	4.6048	4
5070	Sart-Saint-Laurent	sart-saint-laurent	WAL	WNA	92	50.4024	4.7422	4
5070	Vitrival	vitrival	WAL	WNA	92	50.3928	4.6577	4
5070	Fosses-La-Ville	fosses-la-ville	WAL	WNA	92	50.3952	4.6962	4
5080	Villers-Lez-Heest	villers-lez-heest	WAL	WNA	92	50.5302	4.8456	4
5080	Warisoulx	warisoulx	WAL	WNA	92	50.5369	4.867	4
5080	La Bruyère	la-bruyere	WAL	WNA	92	50.5501	4.7983	4
5080	Emines	emines	WAL	WNA	92	50.513	4.8441	4
5080	Rhisnes	rhisnes	WAL	WNA	92	50.5068	4.8059	4
5081	Meux	meux	WAL	WNA	92	50.5522	4.801	4
5081	Bovesse	bovesse	WAL	WNA	92	50.5194	4.7809	4
5081	Saint-Denis-Bovesse	saint-denis-bovesse	WAL	WNA	92	50.5357	4.7828	4
5100	Jambes	jambes	WAL	WNA	92	50.4564	4.8717	4
5100	Wierde	wierde	WAL	WNA	92	50.4261	4.951	4
5100	Wépion	wepion	WAL	WNA	92	50.4215	4.864	4
5100	Dave	dave	WAL	WNA	92	50.4147	4.8879	4
5100	Naninne	naninne	WAL	WNA	92	50.4189	4.9263	4
5101	Loyers	loyers	WAL	WNA	92	50.4632	4.9514	4
5101	Erpent	erpent	WAL	WNA	92	50.4512	4.9056	4
5101	Lives-Sur-Meuse	lives-sur-meuse	WAL	WNA	92	50.4656	4.9242	4
5140	Tongrinne	tongrinne	WAL	WNA	92	50.5156	4.6243	4
5140	Ligny	ligny	WAL	WNA	92	50.5124	4.5774	4
5140	Sombreffe	sombreffe	WAL	WNA	92	50.5287	4.6009	4
5140	Boignée	boignee	WAL	WNA	92	50.5008	4.609	4
5150	Soye	soye	WAL	WNA	92	50.4496	4.7303	4
5150	Floriffoux	floriffoux	WAL	WNA	92	50.4524	4.77	4
5150	Floreffe	floreffe	WAL	WNA	92	50.4345	4.7596	4
5150	Franière	franiere	WAL	WNA	92	50.4366	4.7322	4
5170	Profondeville	profondeville	WAL	WNA	92	50.3758	4.8651	4
5170	Lustin	lustin	WAL	WNA	92	50.3788	4.8987	4
5170	Lesve	lesve	WAL	WNA	92	50.3771	4.7779	4
5170	Rivière	riviere	WAL	WNA	92	50.357	4.8739	4
5170	Bois-De-Villers	bois-de-villers	WAL	WNA	92	50.3903	4.8241	4
5170	Arbre	arbre	WAL	WNA	92	50.3661	4.8214	4
5190	Mornimont	mornimont	WAL	WNA	92	50.459	4.7045	4
5190	Moustier-Sur-Sambre	moustier-sur-sambre	WAL	WNA	92	50.4667	4.6961	4
5190	Onoz	onoz	WAL	WNA	92	50.4922	4.6699	4
5190	Balâtre	balatre	WAL	WNA	92	50.4997	4.6435	4
5190	Saint-Martin	saint-martin	WAL	WNA	92	50.5012	4.6478	4
5190	Jemeppe-Sur-Sambre	jemeppe-sur-sambre	WAL	WNA	92	50.4654	4.6655	4
5190	Spy	spy	WAL	WNA	92	50.4814	4.7094	4
5190	Ham-Sur-Sambre	ham-sur-sambre	WAL	WNA	92	50.4437	4.6743	4
5300	Landenne	landenne	WAL	WNA	92	50.5153	5.0668	4
5300	Andenne	andenne	WAL	WNA	92	50.4894	5.0951	4
5300	Thon	thon	WAL	WNA	92	50.4636	5.0145	4
5300	Namêche	nameche	WAL	WNA	92	50.4724	4.9976	4
5300	Seilles	seilles	WAL	WNA	92	50.5007	5.0927	4
5300	Vezin	vezin	WAL	WNA	92	50.4962	5.009	4
5300	Coutisse	coutisse	WAL	WNA	92	50.463	5.1168	4
5300	Bonneville	bonneville	WAL	WNA	92	50.4728	5.0387	4
5300	Maizeret	maizeret	WAL	WNA	92	50.4597	4.9787	4
5300	Sclayn	sclayn	WAL	WNA	92	50.4898	5.0283	4
5310	Bolinne	bolinne	WAL	WNA	92	50.6007	4.9289	4
5310	Hanret	hanret	WAL	WNA	92	50.5815	4.9484	4
5310	Mehaigne	mehaigne	WAL	WNA	92	50.5948	4.8759	4
5310	Saint-Germain	saint-germain	WAL	WNA	92	50.5731	4.8421	4
5310	Upigny	upigny	WAL	WNA	92	50.5717	4.8724	4
5310	Liernu	liernu	WAL	WNA	92	50.5832	4.831	4
5310	Branchon	branchon	WAL	WNA	92	50.629	4.9734	4
5310	Aische-En-Refail	aische-en-refail	WAL	WNA	92	50.6001	4.8377	4
5310	Eghezée	eghezee	WAL	WNA	92	50.5908	4.9117	4
5310	Boneffe	boneffe	WAL	WNA	92	50.6251	4.9561	4
5310	Waret-La-Chaussée	waret-la-chaussee	WAL	WNA	92	50.5429	4.9244	4
5310	Dhuy	dhuy	WAL	WNA	92	50.5594	4.8592	4
5310	Leuze	leuze	WAL	WNA	92	50.5464	4.9063	4
5310	Noville-Sur-Mehaigne	noville-sur-mehaigne	WAL	WNA	92	50.6087	4.8921	4
5310	Longchamps	longchamps	WAL	WNA	92	50.5771	4.8954	4
5310	Taviers	taviers	WAL	WNA	92	50.6173	4.9307	4
5330	Sart-Bernard	sart-bernard	WAL	WNA	92	50.4021	4.9593	4
5330	Assesse	assesse	WAL	WNA	92	50.3693	5.022	4
5330	Maillen	maillen	WAL	WNA	92	50.3778	4.971	4
5332	Crupet	crupet	WAL	WNA	92	50.3496	4.9613	4
5333	Sorinne-La-Longue	sorinne-la-longue	WAL	WNA	92	50.3893	5.025	4
5334	Florée	floree	WAL	WNA	92	50.3748	5.0691	4
5336	Courrière	courriere	WAL	WNA	92	50.3802	4.9861	4
5340	Mozet	mozet	WAL	WNA	92	50.4446	4.9854	4
5340	Faulx-Les-Tombes	faulx-les-tombes	WAL	WNA	92	50.4271	5.0208	4
5340	Haltinne	haltinne	WAL	WNA	92	50.4512	5.0773	4
5340	Sorée	soree	WAL	WNA	92	50.3992	5.124	4
5340	Gesves	gesves	WAL	WNA	92	50.4015	5.0746	4
5350	Evelette	evelette	WAL	WNA	92	50.4117	5.1744	4
5350	Ohey	ohey	WAL	WNA	92	50.4357	5.1237	4
5351	Haillot	haillot	WAL	WNA	92	50.4425	5.1541	4
5352	Perwez-Haillot	perwez-haillot	WAL	WNA	92	50.4528	5.1721	4
5353	Goesnes	goesnes	WAL	WNA	92	50.4403	5.2207	4
5354	Jallet	jallet	WAL	WNA	92	50.4432	5.1836	4
5360	Hamois	hamois	WAL	WNA	91	50.3402	5.1562	4
5360	Natoye	natoye	WAL	WNA	91	50.3429	5.058	4
5361	Scy	scy	WAL	WNA	91	50.3061	5.207	4
5361	Mohiville	mohiville	WAL	WNA	91	50.3181	5.1926	4
5362	Achet	achet	WAL	WNA	91	50.3335	5.1752	4
5363	Emptinne	emptinne	WAL	WNA	91	50.3252	5.1213	4
5364	Schaltin	schaltin	WAL	WNA	91	50.3595	5.1254	4
5370	Verlée	verlee	WAL	WNA	91	50.368	5.2789	4
5370	Jeneffe	jeneffe	WAL	WNA	91	50.3546	5.2414	4
5370	Havelange	havelange	WAL	WNA	91	50.3893	5.2382	4
5370	Barvaux-Condroz	barvaux-condroz	WAL	WNA	91	50.3297	5.2622	4
5370	Flostoy	flostoy	WAL	WNA	91	50.3895	5.1837	4
5370	Porcheresse	porcheresse	WAL	WNA	91	50.3401	5.2419	4
5372	Méan	mean	WAL	WNA	91	50.3631	5.3355	4
5374	Maffe	maffe	WAL	WNA	91	50.3538	5.3121	4
5376	Miécret	miecret	WAL	WNA	91	50.3666	5.2516	4
5377	Sinsin	sinsin	WAL	WNA	91	50.275	5.2546	4
5377	Somme-Leuze	somme-leuze	WAL	WNA	91	50.337	5.3671	4
5377	Baillonville	baillonville	WAL	WNA	91	50.2904	5.3387	4
5377	Bonsin	bonsin	WAL	WNA	91	50.3735	5.3809	4
5377	Heure	heure	WAL	WNA	91	50.294	5.297	4
5377	Nettinne	nettinne	WAL	WNA	91	50.2909	5.2588	4
5377	Noiseux	noiseux	WAL	WNA	91	50.2998	5.3751	4
5377	Hogne	hogne	WAL	WNA	91	50.2492	5.2804	4
5377	Waillet	waillet	WAL	WNA	91	50.2606	5.3052	4
5380	Franc-Waret	franc-waret	WAL	WNA	92	50.521	4.9814	4
5380	Cortil-Wodon	cortil-wodon	WAL	WNA	92	50.568	4.9571	4
5380	Pontillas	pontillas	WAL	WNA	92	50.5492	5.021	4
5380	Fernelmont	fernelmont	WAL	WNA	92	50.5534	4.9861	4
5380	Forville	forville	WAL	WNA	92	50.5742	4.9986	4
5380	Bierwart	bierwart	WAL	WNA	92	50.556	5.0363	4
5380	Hemptinne	hemptinne	WAL	WNA	92	50.6029	4.9885	4
5380	Tillier	tillier	WAL	WNA	92	50.5448	4.9457	4
5380	Marchovelette	marchovelette	WAL	WNA	92	50.523	4.9406	4
5380	Noville-Les-Bois	noville-les-bois	WAL	WNA	92	50.557	4.9847	4
5380	Hingeon	hingeon	WAL	WNA	92	50.5258	5.0072	4
5500	Falmagne	falmagne	WAL	WNA	91	50.1995	4.8968	4
5500	Dinant	dinant	WAL	WNA	91	50.2581	4.9117	4
5500	Anseremme	anseremme	WAL	WNA	91	50.24	4.899	4
5500	Falmignoul	falmignoul	WAL	WNA	91	50.2058	4.893	4
5500	Bouvignes-Sur-Meuse	bouvignes-sur-meuse	WAL	WNA	91	50.2738	4.8979	4
5500	Furfooz	furfooz	WAL	WNA	91	50.2242	4.9593	4
5500	Dréhance	drehance	WAL	WNA	91	50.2371	4.9439	4
5501	Lisogne	lisogne	WAL	WNA	91	50.2809	4.9708	4
5502	Thynes	thynes	WAL	WNA	91	50.2799	4.9912	4
5503	Sorinnes	sorinnes	WAL	WNA	91	50.2592	4.9813	4
5504	Foy-Notre-Dame	foy-notre-dame	WAL	WNA	91	50.2472	4.9899	4
5520	Anthée	anthee	WAL	WNA	91	50.2402	4.762	4
5520	Onhaye	onhaye	WAL	WNA	91	50.2415	4.8407	4
5521	Serville	serville	WAL	WNA	91	50.2503	4.7802	4
5522	Falaën	falaen	WAL	WNA	91	50.2788	4.7938	4
5523	Weillen	weillen	WAL	WNA	91	50.2608	4.8266	4
5523	Sommière	sommiere	WAL	WNA	91	50.2754	4.8493	4
5524	Gérin	gerin	WAL	WNA	91	50.2465	4.8155	4
5530	Godinne	godinne	WAL	WNA	91	50.3481	4.8736	4
5530	Houx	houx	WAL	WNA	91	50.3022	4.8985	4
5530	Yvoir	yvoir	WAL	WNA	91	50.3279	4.8806	4
5530	Dorinne	dorinne	WAL	WNA	91	50.3153	4.976	4
5530	Spontin	spontin	WAL	WNA	91	50.3226	5.0059	4
5530	Durnal	durnal	WAL	WNA	91	50.3365	4.9862	4
5530	Mont	mont	WAL	WNA	91	50.3532	4.9032	4
5530	Evrehailles	evrehailles	WAL	WNA	91	50.3204	4.9126	4
5530	Purnode	purnode	WAL	WNA	91	50.312	4.9441	4
5537	Bioul	bioul	WAL	WNA	91	50.3315	4.7962	4
5537	Annevoie-Rouillon	annevoie-rouillon	WAL	WNA	91	50.3478	4.8496	4
5537	Haut-Le-Wastia	haut-le-wastia	WAL	WNA	91	50.3051	4.8417	4
5537	Anhée	anhee	WAL	WNA	91	50.3104	4.8783	4
5537	Denée	denee	WAL	WNA	91	50.3189	4.752	4
5537	Warnant	warnant	WAL	WNA	91	50.3233	4.8427	4
5537	Sosoye	sosoye	WAL	WNA	91	50.2955	4.7821	4
5540	Waulsort	waulsort	WAL	WNA	91	50.2037	4.8663	4
5540	Hermeton-Sur-Meuse	hermeton-sur-meuse	WAL	WNA	91	50.1975	4.8169	4
5540	Hastière	hastiere	WAL	WNA	91	50.2166	4.8164	4
5540	Hastière-Lavaux	hastiere-lavaux	WAL	WNA	91	50.2185	4.8245	4
5541	Hastière-Par-Delà	hastiere-par-dela	WAL	WNA	91	50.2149	4.8295	4
5542	Blaimont	blaimont	WAL	WNA	91	50.1923	4.8423	4
5543	Heer	heer	WAL	WNA	91	50.1637	4.8321	4
5544	Agimont	agimont	WAL	WNA	91	50.1659	4.7958	4
5550	Orchimont	orchimont	WAL	WNA	91	49.8939	4.9277	4
5550	Mouzaive	mouzaive	WAL	WNA	91	49.8535	4.9624	4
5550	Nafraiture	nafraiture	WAL	WNA	91	49.9107	4.9178	4
5550	Vresse-Sur-Semois	vresse-sur-semois	WAL	WNA	91	49.8667	4.9333	4
5550	Chairière	chairiere	WAL	WNA	91	49.8626	4.9516	4
5550	Bohan	bohan	WAL	WNA	91	49.8639	4.8858	4
5550	Membre	membre	WAL	WNA	91	49.8658	4.902	4
5550	Bagimont	bagimont	WAL	WNA	91	49.8241	4.8751	4
5550	Laforêt	laforet	WAL	WNA	91	49.8635	4.9299	4
5550	Pussemange	pussemange	WAL	WNA	91	49.8112	4.8681	4
5550	Alle	alle	WAL	WNA	91	49.8412	4.9701	4
5550	Sugny	sugny	WAL	WNA	91	49.8149	4.9022	4
5555	Monceau-En-Ardenne	monceau-en-ardenne	WAL	WNA	91	49.9053	4.9877	4
5555	Cornimont	cornimont	WAL	WNA	91	49.8637	4.9981	4
5555	Gros-Fays	gros-fays	WAL	WNA	91	49.8705	4.9832	4
5555	Petit-Fays	petit-fays	WAL	WNA	91	49.9019	4.9681	4
5555	Bellefontaine	bellefontaine	WAL	WNA	91	49.9175	4.9735	4
5555	Oizy	oizy	WAL	WNA	91	49.8926	5.0074	4
5555	Graide	graide	WAL	WNA	91	49.9504	5.0672	4
5555	Naomé	naome	WAL	WNA	91	49.922	5.0895	4
5555	Baillamont	baillamont	WAL	WNA	91	49.8998	5.0264	4
5555	Bièvre	bievre	WAL	WNA	91	49.9409	5.0159	4
5560	Hulsonniaux	hulsonniaux	WAL	WNA	91	50.2015	4.9467	4
5560	Mesnil-Eglise	mesnil-eglise	WAL	WNA	91	50.1636	4.9628	4
5560	Finnevaux	finnevaux	WAL	WNA	91	50.1577	4.9429	4
5560	Ciergnon	ciergnon	WAL	WNA	91	50.1677	5.0906	4
5560	Houyet	houyet	WAL	WNA	91	50.1862	5.0076	4
5560	Mesnil-Saint-Blaise	mesnil-saint-blaise	WAL	WNA	91	50.1676	4.8849	4
5561	Celles	celles	WAL	WNA	91	50.2305	5.0066	4
5562	Custinne	custinne	WAL	WNA	91	50.2106	5.0489	4
5563	Hour	hour	WAL	WNA	91	50.1613	5.0388	4
5564	Wanlin	wanlin	WAL	WNA	91	50.1599	5.062	4
5570	Javingue	javingue	WAL	WNA	91	50.1025	4.9193	4
5570	Dion	dion	WAL	WNA	91	50.1178	4.889	4
5570	Honnay	honnay	WAL	WNA	91	50.0813	5.0398	4
5570	Winenne	winenne	WAL	WNA	91	50.0975	4.8949	4
5570	Feschaux	feschaux	WAL	WNA	91	50.1516	4.9148	4
5570	Beauraing	beauraing	WAL	WNA	91	50.1104	4.9555	4
5570	Baronville	baronville	WAL	WNA	91	50.1271	4.9431	4
5570	Felenne	felenne	WAL	WNA	91	50.0685	4.8474	4
5570	Wancennes	wancennes	WAL	WNA	91	50.0914	4.9613	4
5570	Vonêche	voneche	WAL	WNA	91	50.0614	4.9796	4
5571	Wiesme	wiesme	WAL	WNA	91	50.1484	4.9772	4
5572	Focant	focant	WAL	WNA	91	50.1319	5.038	4
5573	Martouzin-Neuville	martouzin-neuville	WAL	WNA	91	50.1177	5.0063	4
5574	Pondrôme	pondrome	WAL	WNA	91	50.0992	5.0096	4
5575	Houdremont	houdremont	WAL	WNA	91	49.9416	4.9446	4
5575	Willerzie	willerzie	WAL	WNA	91	49.9871	4.8482	4
5575	Louette-Saint-Denis	louette-saint-denis	WAL	WNA	91	49.9594	4.9573	4
5575	Vencimont	vencimont	WAL	WNA	91	50.0323	4.9201	4
5575	Sart-Custinne	sart-custinne	WAL	WNA	91	50.0016	4.9168	4
5575	Gedinne	gedinne	WAL	WNA	91	49.9804	4.9367	4
5575	Louette-Saint-Pierre	louette-saint-pierre	WAL	WNA	91	49.9606	4.9273	4
5575	Malvoisin	malvoisin	WAL	WNA	91	50.0115	4.9623	4
5575	Bourseigne-Neuve	bourseigne-neuve	WAL	WNA	91	50.0253	4.8544	4
5575	Rienne	rienne	WAL	WNA	91	49.9928	4.8847	4
5575	Patignies	patignies	WAL	WNA	91	50.0001	4.9515	4
5575	Bourseigne-Vieille	bourseigne-vieille	WAL	WNA	91	50.0226	4.8703	4
5576	Froidfontaine	froidfontaine	WAL	WNA	91	50.06	5.0003	4
5580	Lavaux-Sainte-Anne	lavaux-sainte-anne	WAL	WNA	91	50.1145	5.0938	4
5580	Wavreille	wavreille	WAL	WNA	91	50.1212	5.2483	4
5580	Jemelle	jemelle	WAL	WNA	91	50.1632	5.2671	4
5580	Han-Sur-Lesse	han-sur-lesse	WAL	WNA	91	50.1267	5.1862	4
5580	Ave-Et-Auffe	ave-et-auffe	WAL	WNA	91	50.113	5.1424	4
5580	Eprave	eprave	WAL	WNA	91	50.1442	5.1601	4
5580	Mont-Gauthier	mont-gauthier	WAL	WNA	91	50.2097	5.1213	4
5580	Villers-Sur-Lesse	villers-sur-lesse	WAL	WNA	91	50.1528	5.1129	4
5580	Lessive	lessive	WAL	WNA	91	50.1395	5.1494	4
5580	Rochefort	rochefort	WAL	WNA	91	50.1631	5.2216	4
5580	Buissonville	buissonville	WAL	WNA	91	50.2167	5.2	4
5590	Haversin	haversin	WAL	WNA	91	50.2497	5.1944	4
5590	Sovet	sovet	WAL	WNA	91	50.2969	5.0353	4
5590	Braibant	braibant	WAL	WNA	91	50.3132	5.0613	4
5590	Leignon	leignon	WAL	WNA	91	50.2686	5.1104	4
5590	Ciney	ciney	WAL	WNA	91	50.2945	5.1001	4
5590	Achêne	achene	WAL	WNA	91	50.267	5.0454	4
5590	Serinchamps	serinchamps	WAL	WNA	91	50.2313	5.2302	4
5590	Chevetogne	chevetogne	WAL	WNA	91	50.224	5.1206	4
5590	Conneux	conneux	WAL	WNA	91	50.2504	5.0601	4
5590	Pessoux	pessoux	WAL	WNA	91	50.2833	5.1703	4
5600	Vodecée	vodecee	WAL	WNA	93	50.1972	4.591	4
5600	Jamagne	jamagne	WAL	WNA	93	50.2177	4.5304	4
5600	Villers-En-Fagne	villers-en-fagne	WAL	WNA	93	50.146	4.5841	4
5600	Jamiolle	jamiolle	WAL	WNA	93	50.2104	4.5067	4
5600	Omezée	omezee	WAL	WNA	93	50.1932	4.6985	4
5600	Philippeville	philippeville	WAL	WNA	93	50.1961	4.5437	4
5600	Sautour	sautour	WAL	WNA	93	50.1698	4.5588	4
5600	Franchimont	franchimont	WAL	WNA	93	50.1891	4.6381	4
5600	Romedenne	romedenne	WAL	WNA	93	50.1713	4.6969	4
5600	Fagnolle	fagnolle	WAL	WNA	93	50.1053	4.566	4
5600	Villers-Le-Gambon	villers-le-gambon	WAL	WNA	93	50.1905	4.607	4
5600	Surice	surice	WAL	WNA	93	50.1816	4.6965	4
5600	Sart-En-Fagne	sart-en-fagne	WAL	WNA	93	50.1576	4.6199	4
5600	Neuville	neuville	WAL	WNA	93	50.1733	4.516	4
5600	Roly	roly	WAL	WNA	93	50.1355	4.5373	4
5600	Merlemont	merlemont	WAL	WNA	93	50.1746	4.6094	4
5600	Samart	samart	WAL	WNA	93	50.1779	4.5338	4
5620	Rosée	rosee	WAL	WNA	93	50.2329	4.6869	4
5620	Morville	morville	WAL	WNA	93	50.2342	4.7413	4
5620	Saint-Aubin	saint-aubin	WAL	WNA	93	50.2477	4.5774	4
5620	Flavion	flavion	WAL	WNA	93	50.2494	4.7168	4
5620	Florennes	florennes	WAL	WNA	93	50.2513	4.6064	4
5620	Corenne	corenne	WAL	WNA	93	50.2521	4.6782	4
5620	Hemptinne-Lez-Florennes	hemptinne-lez-florennes	WAL	WNA	93	50.2289	4.5625	4
5621	Hanzinelle	hanzinelle	WAL	WNA	93	50.2961	4.5563	4
5621	Hanzinne	hanzinne	WAL	WNA	93	50.311	4.5444	4
5621	Thy-Le-Baudouin	thy-le-baudouin	WAL	WNA	93	50.2942	4.5555	3
5621	Morialmé	morialme	WAL	WNA	93	50.2756	4.5658	4
5630	Silenrieux	silenrieux	WAL	WNA	93	50.2258	4.4165	4
5630	Villers-Deux-Eglises	villers-deux-eglises	WAL	WNA	93	50.1899	4.4811	4
5630	Soumoy	soumoy	WAL	WNA	93	50.1902	4.4378	4
5630	Cerfontaine	cerfontaine	WAL	WNA	93	50.1705	4.4103	4
5630	Daussois	daussois	WAL	WNA	93	50.2192	4.4568	4
5630	Senzeilles	senzeilles	WAL	WNA	93	50.1991	4.4405	3
5640	Biesmerée	biesmeree	WAL	WNA	92	50.2978	4.6804	4
5640	Graux	graux	WAL	WNA	92	50.3249	4.7181	4
5640	Mettet	mettet	WAL	WNA	92	50.3212	4.6623	4
5640	Oret	oret	WAL	WNA	92	50.3002	4.6172	4
5640	Saint-Gérard	saint-gerard	WAL	WNA	92	50.3465	4.741	4
5640	Biesme	biesme	WAL	WNA	92	50.3401	4.6105	4
5641	Furnaux	furnaux	WAL	WNA	92	50.3081	4.7051	4
5644	Ermeton-Sur-Biert	ermeton-sur-biert	WAL	WNA	92	50.2976	4.7194	4
5646	Stave	stave	WAL	WNA	92	50.2801	4.6591	4
5650	Walcourt	walcourt	WAL	WNA	93	50.254	4.438	4
5650	Yves-Gomezée	yves-gomezee	WAL	WNA	93	50.2393	4.4934	4
5650	Vogenée	vogenee	WAL	WNA	93	50.2399	4.4492	4
5650	Castillon	castillon	WAL	WNA	93	50.2472	4.3536	4
5650	Fontenelle	fontenelle	WAL	WNA	93	50.248	4.3833	4
5650	Pry	pry	WAL	WNA	93	50.2721	4.4391	4
5650	Clermont	clermont	WAL	WNA	93	50.2608	4.3172	4
5650	Fraire	fraire	WAL	WNA	93	50.2613	4.5076	4
5650	Chastrès	chastres	WAL	WNA	93	50.267	4.4548	4
5651	Thy-Le-Château	thy-le-chateau	WAL	WNA	93	50.282	4.4296	4
5651	Berzée	berzee	WAL	WNA	93	50.2892	4.401	4
5651	Rognée	rognee	WAL	WNA	93	50.2691	4.3892	4
5651	Laneffe	laneffe	WAL	WNA	93	50.2794	4.4934	4
5651	Tarcienne	tarcienne	WAL	WNA	93	50.312	4.4968	4
5651	Somzée	somzee	WAL	WNA	93	50.2951	4.4821	4
5651	Gourdinne	gourdinne	WAL	WNA	93	50.2915	4.4543	4
5660	Petite-Chapelle	petite-chapelle	WAL	WNA	93	49.95	4.5058	4
5660	Brûly-De-Pesche	bruly-de-pesche	WAL	WNA	93	50.0021	4.4647	4
5660	Frasnes	frasnes	WAL	WNA	93	50.0802	4.5138	4
5660	Boussu-En-Fagne	boussu-en-fagne	WAL	WNA	93	50.0766	4.472	4
5660	Presgaux	presgaux	WAL	WNA	93	50.0252	4.42	4
5660	Dailly	dailly	WAL	WNA	93	50.0577	4.4359	4
5660	Pétigny	petigny	WAL	WNA	93	50.0574	4.5331	4
5660	Brûly	bruly	WAL	WNA	93	49.9683	4.529	4
5660	Gonrieux	gonrieux	WAL	WNA	93	50.0366	4.4264	4
5660	Pesche	pesche	WAL	WNA	93	50.0427	4.459	4
5660	Aublain	aublain	WAL	WNA	93	50.0664	4.4096	4
5660	Couvin	couvin	WAL	WNA	93	50.0528	4.495	4
5660	Mariembourg	mariembourg	WAL	WNA	93	50.0949	4.5216	4
5660	Cul-Des-Sarts	cul-des-sarts	WAL	WNA	93	49.9625	4.4543	4
5670	Oignies-En-Thiérache	oignies-en-thierache	WAL	WNA	93	50.0229	4.6394	4
5670	Olloy-Sur-Viroin	olloy-sur-viroin	WAL	WNA	93	50.0729	4.6081	4
5670	Dourbes	dourbes	WAL	WNA	93	50.0904	4.5912	4
5670	Vierves-Sur-Viroin	vierves-sur-viroin	WAL	WNA	93	50.0811	4.6344	4
5670	Mazée	mazee	WAL	WNA	93	50.1009	4.6965	4
5670	Le Mesnil	le-mesnil	WAL	WNA	93	50.0315	4.672	4
5670	Viroinval	viroinval	WAL	WNA	93	50.0073	4.6677	4
5670	Nismes	nismes	WAL	WNA	93	50.0752	4.5477	4
5670	Treignes	treignes	WAL	WNA	93	50.0924	4.6703	4
5680	Gochenée	gochenee	WAL	WNA	93	50.1843	4.7563	4
5680	Vodelée	vodelee	WAL	WNA	93	50.1702	4.7327	4
5680	Doische	doische	WAL	WNA	93	50.1336	4.7355	4
5680	Soulme	soulme	WAL	WNA	93	50.1883	4.7362	4
5680	Gimnée	gimnee	WAL	WNA	93	50.1313	4.7119	4
5680	Romerée	romeree	WAL	WNA	93	50.1353	4.6748	4
5680	Niverlée	niverlee	WAL	WNA	93	50.118	4.7023	4
5680	Matagne-La-Petite	matagne-la-petite	WAL	WNA	93	50.1187	4.6467	4
5680	Matagne-La-Grande	matagne-la-grande	WAL	WNA	93	50.1183	4.6223	4
5680	Vaucelles	vaucelles	WAL	WNA	93	50.1135	4.7433	4
\.


--
-- Data for Name: admin1; Type: TABLE DATA; Schema: ch; Owner: g5
--

COPY ch.admin1 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, population, timezone) FROM stdin;
2657895	Kanton Zürich	kanton-zurich	Canton Zurigo,Canton de Zurich,Canton of Zurich,Chantun Turitg,Kanton Zuerich,Kanton Zurich,Kanton Zürich,Region Zuerich,Region Zürich,Turitg,ZH,Zuerich,Zurich,Zurigo,Zürich,chwilihi ju,kantwn zywrykh,كانتون زيوريخ,취리히 주		CH	ZH	1289559	Europe/Zurich
2657907	Kanton Zug	kanton-zug	Canton Zugo,Canton de Zoug,Canton of Zug,Chantun Zug,Kanton Zug,ZG,Zoug,Zug,Zugo,chukeu ju,추크 주		CH	ZG	106352	Europe/Zurich
2658182	Canton de Vaud	canton-de-vaud	Canton Vaud,Canton de Vaud,Canton of Vaud,Chantun Vad,Kanton Waadt,VD,Vad,Vaud,Waadt,Waadtland,bo ju,보 주		CH	VD	646233	Europe/Zurich
2658205	Canton du Valais	canton-du-valais	Canton Valais,Canton Vallese,Canton du Valais,Chantun Vallais,Kanton Wallis,VS,Valais,Vallais,Vallese,Wallis,balle ju,발레 주		CH	VS	284653	Europe/Zurich
2658226	Kanton Uri	kanton-uri	Canton Uri,Canton d'Uri,Canton d’Uri,Canton of Uri,Chantun Uri,Kanton Uri,UR,Uri,uli ju,우리 주		CH	UR	34088	Europe/Zurich
2658370	Ticino	ticino	Canto de Ticino,Canton Tesin,Canton Ticino,Canton Tisin,Canton de Tecin,Canton del Tesino,Canton do Tesino,Canton du Tessin,Cantone Ticino,Cantonul Ticino,Cantó de Ticino,Cantón del Tesino,Cantón do Tesino,Chantun Tessin,Kanton Tessin,Kanton Tichino,Kanton Ticino,Kanton Tychyna,Kantoni Ticino,Kantono Ticino,Kantono Tiĉino,Repubblica e Canton Ticino,Repubblica e Cantone Ticino,Republica ed Chantun Tessin,Republik und Kanton Tessin,Republique et Canton du Tessin,République et Canton du Tessin,TI,Tasin,Tasìn,Tesin,Tesino,Tessin,Tesìn,Tichino,Ticinas,Ticino,Ticino Chiu,Ticino kanton,Ticino kantons,Ticinu,Ticinum,Tisin,Tisìn,Tiçino,Tičinas,Tičīno kantons,kantwn tychynw,kantwn tysynw,rath thi chi no,ti qi nuo zhou,ticcinea,tichino ju,tichino zhou,ticino,ticino kaintana,tychynw,tyzynw,Кантон Тичино,Кантон Тычына,Тичино,Тічино,Տիչինո,טיצינו,تیچینو,كانتون تيسينو,ٹیسینو,کانتون تیچینو,तिचिनो,तिचीनो कैन्टन,ടിച്ചീനോ,รัฐทีชีโน,ტიჩინოს კანტონი,ティチーノ州,提契諾州,티치노 주		CH	TI	317006	Europe/Zurich
2658372	Kanton Thurgau	kanton-thurgau	Canton Turgovia,Canton de Thurgovie,Chantun Turgovia,Kanton Thurgau,TG,Thurgau,Thurgovia,Thurgovie,Turgovia,tuleugau ju,투르가우 주		CH	TG	230600	Europe/Zurich
2658563	Kanton Solothurn	kanton-solothurn	Canton Soletta,Canton de Soleure,Canton of Solothurn,Chantun Soloturn,Kanton Solothurn,SO,Soletta,Soleure,Solothurn,Soloturn,jollotuleun ju,졸로투른 주		CH	SO	250155	Europe/Zurich
2658664	Kanton Schwyz	kanton-schwyz	Canton Svitto,Canton de Schwytz,Canton de Schwyz,Canton of Schwyz,Chantun Sviz,Kanton Schwyz,SZ,Schwytz,Schwyz,Svitto,Sviz,syubicheu ju,슈비츠 주		CH	SZ	135461	Europe/Zurich
2658760	Kanton Schaffhausen	kanton-schaffhausen	Canton Sciaffusa,Canton de Schaffhouse,Canton of Schaffhausen,Chantun Schaffusa,Kanton Schaffhausen,SH,Schaffhausen,Schaffhouse,Schaffusa,Sciaffusa,syapeuhaujen ju,샤프하우젠 주		CH	SH	73443	Europe/Zurich
2658821	Kanton St. Gallen	kanton-st-gallen	Canton San Gallo,Canton de Saint-Gall,Canton of St. Gallen,Cantone di San Gallo,Chantun Son Gagl,Kanton St. Gallen,SG,Saint Gall,Saint Gallen,Saint-Gall,San Gallo,Sankt Gallen,Son Gagl,St. Gall,St. Gallen,jangkeuteugallen ju,kantwn sant ghaln,كانتون سانت غالن,장크트갈렌 주		CH	SG	462877	Europe/Zurich
2659315	Kanton Obwalden	kanton-obwalden	Canton Obvaldo,Canton d'Obwald,Canton d’Obwald,Canton of Obwalden,Chantun Sursilvania,Kanton Obwalden,Kanton Unterwalden Obwalden,OW,Obvaldo,Obwald,Obwalden,Sursilvania,Unterwalden ob dem Wald,obbalden ju,옵발덴 주		CH	OW	33717	Europe/Zurich
2659471	Kanton Nidwalden	kanton-nidwalden	Canton Nidvaldo,Canton de Nidwald,Canton of Nidwalden,Cantone di Nidwaldo,Chantun Sutsilvania,Kanton Nidwalden,Kanton Unterwalden Nidwalden,NW,Nidvaldo,Nidwald,Nidwalden,Nidwaldo,Sutsilvania,Unterwalden nid dem Wald,niteubalden ju,니트발덴 주		CH	NW	40794	Europe/Zurich
2659495	Neuchâtel	neuchatel	Bang Neuchatel,Bang Neuchâtel,Canto de Neuchatel,Canton Neuchatel,Canton Neuchâtel,Canton Novocasteo,Canton de Neuchatel,Canton de Neuchâtel,Canton de Nochathel,Canton of Neuchatel,Canton of Neuchâtel,Cantone Neuchatel,Cantone Neuchâtel,Cantone di Neuchatel,Cantone di Neuchâtel,Cantonul Neuchatel,Cantonul Neuchâtel,Cantuni di Neuchatel,Cantuni di Neuchâtel,Cantó de Neuchâtel,Cantón de Neuchâtel,Chantun Neuchatel,Chantun Neuchâtel,Cànton de Nôchâthél,Jimbo la Neuchatel,Jimbo la Neuchâtel,Kanton Neshatel,Kanton Neuchatel,Kanton Neuchâtel,Kanton Neuenburg,Kanton Njoushatehl',Kanton iti Neuchatel,Kanton iti Neuchâtel,Kanton ya Neuchatel,Kanton ya Neuchâtel,Kantonen Neuchatel,Kantonen Neuchâtel,Kantoni Neuchatel,Kantoni Neuchâtel,Kantono Neusatelo,Kantono Neŭŝatelo,N'oshatel,NE,Neisateles kantons,Neišateles kantons,Nesatelio kantonas,Neuchatel,Neuchatel Chiu,Neuchatel kanton,Neuchatel kantonamendua,Neuchateli kanton,Neuchâtel,Neuchâtel Chiu,Neuchâtel kanton,Neuchâtel kantonamendua,Neuchâteli kanton,Neuenburg,Nevshatel',Nešatelio kantonas,Njovshatel',Novicastrum,Repubblica e Cantone Neuchatel,Repubblica e Cantone Neuchâtel,Republik und Kanton Neuenburg,Republique et Canton de Neuchatel,République et Canton de Neuchâtel,kantwn nwshatl,kantwn nywshatl,na sha tai er zhou,noesyatel ju,nosatela kaintana,nusatela,nushateru zhou,Кантон Нешател,Кантон Нёўшатэль,Невшатель,Ньошател,Нёвшатель,נשאטל,كانتون نيوشاتل,نواں شیٹل,کانتون نوشاتل,کینٹن نوشاتل,नूशातेल,नोशातेल कैन्टन,รัฐเนอชาแตล,ნევშატელის კანტონი,ヌーシャテル州,納沙泰爾州,뇌샤텔 주		CH	NE	168810	Europe/Zurich
2659810	Kanton Luzern	kanton-luzern	Canton Lucerna,Canton de Lucerne,Canton of Lucerne,Chantun Lucerna,Kanton Luzern,LU,Lucerna,Lucerne,Luzern,lucheleun ju,루체른 주		CH	LU	362215	Europe/Zurich
2660207	Jura	jura	Canto del Jura,Canton Giuera,Canton Giura,Canton Giüra,Canton Jura,Canton de Jura,Canton de Xura,Canton del Jura,Canton du Jura,Canton o Jura,Canton of Jura,Cantonul Jura,Cantó del Jura,Cantón de Jura,Cantón de Xura,Cantón del Jura,Chantun Giura,Cànton du Jura,Giura,Iura,JU,Jimbo la Jura,Jura,Jura Chiu,Jura kanton,Jura kantonamendua,Juras kantons,Juros kantonas,Júra,Kanton Jura,Kanton iti Jura,Kantonen Jura,Kantono Juraso,Kantono Ĵuraso,Repubblica e Canton Giura,Republic and Canton of the Jura,Republica ed Chantun Giura,Republik und Kanton Jura,Republique et Canton du Jura,République et Canton du Jura,Wilayah Jura,jura kaintana,jura zhou,jwila ju,jwra,kantwn jwra,kantwn zhwra,rath chu ra,ru la zhou,yura,zwrh,Кантон Јура,Кантон Юра,Юра,זורה,جورا,كانتون جورا,کانتون ژورا,کینٹن جورا,जूरा कैन्टन,युरा,รัฐชูรา,იურის კანტონი,ジュラ州,汝拉州,쥐라 주		CH	JU	69935	Europe/Zurich
2660522	Kanton Graubünden	kanton-graubunden	Canton Grisons,Canton de los Grisones,Canton des Grisons,Cantone dei Grigioni,Cantón de los Grisones,Chantun Grischun,GR,Graubuenden,Graubunden,Graubünden,Grigioni,Grischun,Grisons,Kanton Graubuenden,Kanton Graubunden,Kanton Graubünden,geulaubwinden ju,ghrwbndn,kantwn ghrwbndn,غروبندن,كانتون غروبندن,그라우뷘덴 주		CH	GR	181081	Europe/Zurich
2660593	Kanton Glarus	kanton-glarus	Canton Glarona,Canton de Glaris,Canton of Glarus,Chantun Glaruna,GL,Glaris,Glarona,Glaruna,Glarus,Kanton Glarus,geullaluseu ju,글라루스 주		CH	GL	37372	Europe/Zurich
2660645	Genève	geneve	Canto de Ginebra,Canton Ginevra,Canton Zenevra,Canton de Chinevra,Canton de Geneva,Canton de Geneve,Canton de Genèva,Canton de Genève,Canton de Ginebra,Canton de Xenebra,Canton o Geneva,Canton of Geneva,Cantonul Geneva,Cantó de Ginebra,Cantón de Chinevra,Cantón de Ginebra,Cantón de Xenebra,Cenevre,Chantun Genevra,GE,Genava,Genebra,Genefa,Geneva,Geneva kantonamendua,Geneve,Geneve Chiu,Genevra,Genewa,Genf,Genf kanton,Genfi kanton,Genève,Genève Chiu,Ginevra,Jimbo la Geneva,Kanton Geneva,Kanton Geneve,Kanton Genf,Kanton Genève,Kanton Jenewa,Kanton Jenéwa,Kanton Zeneva,Kanton Zhehneva,Kanton Zheneva,Kanton iti Hinebra,Kanton ya Shnɛ́f,Kanton Ženeva,Kantonen Geneve,Kantonen Genève,Kantoni Geneve,Kantoni Genève,Kantono Genevo,Kantono Ĝenevo,Repubblica e Cantone di Ginevra,Republic and Canton of Geneva,Republica ed Chantun Genevra,Republik und Kanton Genf,Republique et Canton de Geneve,République et Canton de Genève,Wilayah Geneva,Zeneva,Zenevas kantons,Zenevos kantonas,Zheneva,Znev,an Ghineiv,an Ghinéiv,janiva kaintana,jeneba ju,jinivha,junevu zhou,jynwa kynٹn,kantwn jnyf,kantwn zhnw,ri nei wa zhou,znbh,Ženeva,Ženevos kantonas,Ženēvas kantons,Женева,Кантон Женева,Кантон Жэнева,Ժնև,זנבה,جینوا کینٹن,كانتون جنيف,کانتون ژنو,کینٹن جنیوا,जनीवा कैन्टन,जिनिव्हा,ჟენევის კანტონი,ジュネーヴ州,日內瓦州,제네바 주		CH	GE	433978	Europe/Zurich
2660717	Canton de Fribourg	canton-de-fribourg	Canton Friburgo,Canton de Fribourg,Canton of Fribourg,Chantun Friburg,Etat de Fribourg,FR,Freiburg,Fribourg,Friburg,Friburgo,Kanton Freiburg,Staat Freiburg,peulibuleu ju,État de Fribourg,프리부르 주		CH	FR	248953	Europe/Zurich
2661551	Canton de Berne	canton-de-berne	BE,Bern,Berna,Berne,Canton Berna,Canton de Berne,Canton of Bern,Chantun Berna,Kanton Bern,beleun ju,베른 주		CH	BE	955658	Europe/Zurich
2661602	Kanton Basel-Stadt	kanton-basel-stadt	BS,Bale-Ville,Basel-City,Basel-Stadt,Baselstadt,Basilea Citta,Basilea Città,Basilea-Citad,Basle-Town,Basle-Ville,Bâle-Ville,Canton Basilea Citta,Canton Basilea Città,Canton de Bale-Ville,Canton de Basilea-Ciudad,Canton de Bâle-Ville,Canton of Basel-City,Canton of Basel-Stadt,Canton of Basle-Ville,Cantón de Basilea-Ciudad,Chantun Basilea-Citad,Kanton Basel-Stadt,bajelsyutateu ju,kantwn mdynt bazl,كانتون مدينة بازل,바젤슈타트 주		CH	BS	195962	Europe/Zurich
2661603	Kanton Basel-Landschaft	kanton-basel-landschaft	BL,Bale Campagne,Basel-Land,Basel-Landschaft,Baselbiet,Baselland,Basilea Campagna,Basilea-Champagna,Basle-Country,Bâle Campagne,Canton Basilea Campagna,Canton de Bale-Campagne,Canton de Bâle-Campagne,Chantun Basilea-Champagna,Kanton Basel-Land,Kanton Basel-Landschaft,Kanton Baselland,bajellanteu ju,kantwn bazl alryf,كانتون بازل الريف,바젤란트 주		CH	BL	265585	Europe/Zurich
2661739	Kanton Appenzell Ausserrhoden	kanton-appenzell-ausserrhoden	AR,Appenzell Ausser-Rhoden,Appenzell Ausserrhoden,Appenzell Dadora,Appenzell Outer Rhodes,Appenzell Rhodes-Exterieures,Appenzell Rhodes-Extérieures,Appenzello Esterno,Ausser Rhoden,Canton Appenzello Esterno,Canton d'Appenzell Rhoden-Exterieur,Canton d'Appenzell Rhodes-Exterieures,Canton d’Appenzell Rhoden-Extérieur,Canton d’Appenzell Rhodes-Extérieures,Canton of Appenzell Ausserrhoden,Chantun Appenzell Dadora,Exterieur,Extérieur,Kanton Appenzell Ausserrhoden,apenchel-auseoloden ju,아펜첼아우서로덴 주		CH	AR	51829	Europe/Zurich
2661741	Kanton Appenzell Innerrhoden	kanton-appenzell-innerrhoden	AI,Appenzell Dadens,Appenzell Inner Rhodes,Appenzell Inner-Rhoden,Appenzell Innerrhoden,Appenzell Rhodes-Interieures,Appenzell Rhodes-Intérieures,Appenzello Interno,Canton Appenzello Interno,Canton d'Appenzell Rhoden-Interieur,Canton d'Appenzell Rhodes-Interieures,Canton d’Appenzell Rhoden-Intérieur,Canton d’Appenzell Rhodes-Intérieures,Chantun Appenzell Dadens,Eidgenoessischer Stand Appenzell Innerrhoden,Eidgenössischer Stand Appenzell Innerrhoden,Inner Rhoden,Interieur,Intérieur,Kanton Appenzell Innerrhoden,apenchel-ineoloden ju,아펜첼이너로덴 주		CH	AI	15717	Europe/Zurich
2661876	Kanton Aargau	kanton-aargau	AG,Aargau,Argau,Argovia,Argovie,Canton Argovia,Canton d'Argovie,Canton d’Argovie,Canton of Aargau,Chantun Argovia,Kanton Aargau,aleugau ju,kanton Aargau,kanton Argau,kantwn arjaw,Ааргау,Аргау,кантон Ааргау,кантон Аргау,كانتون أرجاو,아르가우 주		CH	AG	574171	Europe/Zurich
\.


--
-- Data for Name: admin2; Type: TABLE DATA; Schema: ch; Owner: g5
--

COPY ch.admin2 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, admin2_code, population, timezone) FROM stdin;
2658196	Vallemaggia District	vallemaggia-district	Bezirk Vallemaggia,Distreto de Vallemaggia,Distretto di Vallemaggia,District de Vallemaggia,Districte de Vallemaggia,Distrito de Vallemaggia,Vallemadzha,Vallemaggia,Vallis Maggia,Valmagia,Валлемаджа		CH	TI	2108	5944	Europe/Zurich
2658380	Bezirk Thierstein	bezirk-thierstein	Bezirk Thierstein,Thierstein		CH	SO	1110	13982	Europe/Zurich
2658792	Wahlkreis Sarganserland	wahlkreis-sarganserland	Sarganserland,Wahlkreis Sarganserland		CH	SG	1725	39077	Europe/Zurich
2659097	Raron District	raron-district	Bezirk Raron,Raron		CH	VS	2309	10826	Europe/Zurich
2659702	Bezirk Meilen	bezirk-meilen	Bezirk Meilen,Meilen		CH	ZH	107	98090	Europe/Zurich
2659752	Martigny District	martigny-district	Bezirk Martigny,District de Martigny,Martigny		CH	VS	2307	43453	Europe/Zurich
2660598	Glâne District	glane-district	District de la Glane,District de la Glâne,Glane,Glanebezirk,Glâne		CH	FR	1002	21790	Europe/Zurich
2661751	Bezirk Andelfingen	bezirk-andelfingen	Andelfingen,Bezirk Andelfingen		CH	ZH	102	30038	Europe/Zurich
6458742	Bezirk Gäu	bezirk-gaeu	Bezirk Gaeu,Bezirk Gäu,Gaeu,Gäu		CH	SO	1101	19054	Europe/Zurich
6458743	Appenzell Inner Rhodes	appenzell-inner-rhodes	Appenzell I.Rh.,Appenzell Innerrhoden		CH	AI	1600	0	Europe/Zurich
6458744	Delémont District	delemont-district	Delemont,Delsberg,Delémont,District de Delemont,District de Delémont		CH	JU	2601	36609	Europe/Zurich
6458745	Sion District	sion-district	District de Sion,Sion		CH	VS	2312	43759	Europe/Zurich
6458746	Bezirk Zofingen	bezirk-zofingen	Bezirk Zofingen,Zofingen		CH	AG	1910	66458	Europe/Zurich
6458747	Glarus	glarus	Glarus		CH	GL	800	0	Europe/Zurich
6458748	Bezirk Waldenburg	bezirk-waldenburg	Bezirk Waldenburg,Waldenburg		CH	BL	1305	15556	Europe/Zurich
6458750	Locarno District	locarno-district	Bezirk Locarno,Distretto di Locarno,Locarno		CH	TI	2104	62787	Europe/Zurich
6458751	Bezirk Uster	bezirk-uster	Bezirk Uster,Uster		CH	ZH	109	122862	Europe/Zurich
6458753	Leuk District	leuk-district	Bezirk Leuk,Leuk		CH	VS	2306	12320	Europe/Zurich
6458754	Broye District	broye-district	Broye,Broyebezirk,District de la Broye		CH	FR	1001	28448	Europe/Zurich
6458756	Riviera District	riviera-district	Distretto di Riviera,Riviera		CH	TI	2107	12731	Europe/Zurich
6458760	Bezirk Dietikon	bezirk-dietikon	Bezirk Dietikon,Dietikon		CH	ZH	111	83770	Europe/Zurich
6458762	Nidwalden	nidwalden	Nidwalden		CH	NW	700	0	Europe/Zurich
6458763	Basel-Stadt	basel-stadt	Bale-Ville,Basel City,Basel-City,Basel-Stadt,Basilea Citta,Basilea Città,Bâle-Ville		CH	BS	1200	0	Europe/Zurich
6458766	Goms District	goms-district	Bezirk Goms,Goms		CH	VS	2304	4629	Europe/Zurich
6458767	Sarine District	sarine-district	District de la Sarine,Saanebezirk,Sarine		CH	FR	1004	99245	Europe/Zurich
6458768	Entremont District	entremont-district	District d'Entremont,Entremont		CH	VS	2303	14517	Europe/Zurich
6458769	Bezirk Schleitheim	bezirk-schleitheim	Bezirk Schleitheim,Schleitheim		CH	SH	1404	3007	Europe/Zurich
6458770	Wahlkreis St. Gallen	wahlkreis-st-gallen	St. Gallen,Wahlkreis St. Gallen		CH	SG	1721	119598	Europe/Zurich
6458771	Lugano District	lugano-district	Distretto di Lugano,Lugano		CH	TI	2105	146045	Europe/Zurich
6458772	Bezirk Kulm	bezirk-kulm	Bezirk Kulm,Kulm		CH	AG	1905	38405	Europe/Zurich
6458774	Bezirk Bremgarten	bezirk-bremgarten	Bezirk Bremgarten,Bremgarten		CH	AG	1903	71354	Europe/Zurich
6458775	Bezirk Schwyz	bezirk-schwyz	Bezirk Schwyz,Distretto di Svitto,District de Schwytz,Districte de Schwyz,Distriktet Schwyz,Distrito de Schwyz,Schwyz,Schwyz District,Shvic,Svico,Svit,ashwwts,Ŝvico,Швиц,اشووتس		CH	SZ	506	52704	Europe/Zurich
6458776	Porrentruy District	porrentruy-district	District de Porrentruy,Porrentruy,Pruntrut		CH	JU	2603	24263	Europe/Zurich
6458779	Bezirk Solothurn	bezirk-solothurn	Bezirk Solothurn,Solothurn		CH	SO	1109	16465	Europe/Zurich
6458781	Bezirk March	bezirk-march	Bezirk March,March		CH	SZ	505	40221	Europe/Zurich
6458783	Geneva	geneva	Geneve,Genf,Genève		CH	GE	2500	0	Europe/Zurich
6458784	Blenio District	blenio-district	Blenio,Distretto di Blenio		CH	TI	2102	5591	Europe/Zurich
6458788	Bezirk Zurzach	bezirk-zurzach	Bezirk Zurzach,Zurzach		CH	AG	1911	32394	Europe/Zurich
6458790	Franches-Montagnes District	franches-montagnes-district	District des Franches-Montagnes,Franches-Montagnes,Freiberge		CH	JU	2602	10070	Europe/Zurich
6458794	Bezirk Stein	bezirk-stein	Bezirk Stein,Stein		CH	SH	1405	5391	Europe/Zurich
6458795	Sierre District	sierre-district	District de Sierre,Sierre		CH	VS	2311	47198	Europe/Zurich
6458796	Gruyère District	gruyere-district	District de la Gruyere,District de la Gruyère,Gruyere,Gruyère		CH	FR	1003	49022	Europe/Zurich
6458797	Bezirk Hinwil	bezirk-hinwil	Bezirk Hinwil,Hinwil		CH	ZH	105	90740	Europe/Zurich
6458798	Bezirk Zürich	bezirk-zuerich	Bezirk Zuerich,Bezirk Zürich,Cjurikh,Distretto di Zurigo,District de Zurich,Districte de Zuric,Distrikt Zuerich,Distrikt Zürich,Distriktet Zuerich,Distriktet Zürich,Distrito de Zurich,Distrito de Zúrich,Turicum,Zuerich,Zuerich District,Zuerich barrutia,Zuerigh,Zurigo,Zuriko,Zürich,Zürich District,Zürich barrutia,Zürigh,Цюрих		CH	ZH	112	380777	Europe/Zurich
6458799	Uri	uri	Uri		CH	UR	400	0	Europe/Zurich
6458806	Bezirk Lenzburg	bezirk-lenzburg	Bezirk Lenzburg,Lenzburg		CH	AG	1907	55244	Europe/Zurich
6458807	Zug	zug	Cug,Cugas,Gorad Cug,Tugium,Zoug,Zug,Zugo,chu ge,chukeu,swg,tsuku,tswg,zwg,zwgh,Горад Цуг,Цуг,צוג,تسوگ,زوغ,زوگ,سوگ,ツーク,楚格,추크		CH	ZG	900	0	Europe/Zurich
6458808	Bezirk Winterthur	bezirk-winterthur	Bezirk Winterthur,Winterthur		CH	ZH	110	158156	Europe/Zurich
6458809	Le Locle District	le-locle-district	District du Locle,Le Locle		CH	NE	2403	14247	Europe/Zurich
6458810	Bezirk Gersau	bezirk-gersau	Bezirk Gersau,Gersau		CH	SZ	502	2118	Europe/Zurich
6458812	Val-de-Ruz District	val-de-ruz-district	District du Val-de-Ruz,Val-de-Ruz		CH	NE	2405	16405	Europe/Zurich
6458813	Bezirk Baden	bezirk-baden	Baden,Bezirk Baden		CH	AG	1902	134756	Europe/Zurich
6458815	Bezirk Oberklettgau	bezirk-oberklettgau	Oberklettgau		CH	SH	1401	4152	Europe/Zurich
6458816	Obwalden	obwalden	Obwalden		CH	OW	600	0	Europe/Zurich
6458818	Bezirk Affoltern	bezirk-affoltern	Affoltern,Bezirk Affoltern		CH	ZH	101	49446	Europe/Zurich
6458820	See District	see-district	District du Lac,Lac,See,Seebezirk		CH	FR	1005	33924	Europe/Zurich
6458821	Brig District	brig-district	Bezirk Brig,Brig		CH	VS	2301	25583	Europe/Zurich
6458823	Bezirk Sissach	bezirk-sissach	Bezirk Sissach,Sissach		CH	BL	1304	33991	Europe/Zurich
6458825	Boudry District	boudry-district	Boudry,District de Boudry		CH	NE	2401	39133	Europe/Zurich
6458826	Bezirk Brugg	bezirk-brugg	Bezirk Brugg,Brugg,Бругг		CH	AG	1904	47487	Europe/Zurich
6458829	Bezirk Lebern	bezirk-lebern	Bezirk Lebern,Lebern		CH	SO	1107	43766	Europe/Zurich
6458830	Bezirk Mittelland	bezirk-mittelland	Bezirk Mittelland,Mittelland		CH	AR	1502	16560	Europe/Zurich
6458831	La Chaux-de-Fonds District	la-chaux-de-fonds-district	District de la Chaux-de-Fonds,La Chaux-de-Fonds		CH	NE	2402	39448	Europe/Zurich
6458832	Saint-Maurice District	saint-maurice-district	District de Saint-Maurice,Saint-Maurice		CH	VS	2310	12931	Europe/Zurich
6458833	Bezirk Laufen	bezirk-laufen	Bezirk Laufen,Laufen		CH	BL	1302	19057	Europe/Zurich
6458835	Val-de-Travers District	val-de-travers-district	District du Val-de-Travers,Val-de-Travers		CH	NE	2406	11998	Europe/Zurich
6458836	Bezirk Unterklettgau	bezirk-unterklettgau	Bezirk Unterklettgau,Unterklettgau		CH	SH	1406	4794	Europe/Zurich
6458837	Bezirk Hinterland	bezirk-hinterland	Bezirk Hinterland,Hinterland		CH	AR	1501	23540	Europe/Zurich
6458838	Wahlkreis Rorschach	wahlkreis-rorschach	Rorschach,Wahlkreis Rorschach		CH	SG	1722	41585	Europe/Zurich
6458839	Bezirk Küssnacht	bezirk-kuessnacht	Bezirk Kuessnacht,Bezirk Küssnacht,Kuessnacht,Kuessnacht am Rigi,Küssnacht,Küssnacht am Rigi		CH	SZ	504	12401	Europe/Zurich
6458840	Wahlkreis Wil	wahlkreis-wil	Wahlkreis Wil,Wil		CH	SG	1728	72808	Europe/Zurich
6458841	Bezirk Bucheggberg	bezirk-bucheggberg	Bezirk Bucheggberg,Bucheggberg		CH	SO	1103	7560	Europe/Zurich
6458843	Bezirk Arlesheim	bezirk-arlesheim	Arlesheim,Bezirk Arlesheim,District of Arlesheim		CH	BL	1301	150386	Europe/Zurich
6458844	Visp District	visp-district	Bezirk Visp,Visp		CH	VS	2313	28238	Europe/Zurich
6458845	Monthey District	monthey-district	District de Monthey,Monthey		CH	VS	2308	42278	Europe/Zurich
6458846	Bezirk Aarau	bezirk-aarau	Aarau,Bezirk Aarau		CH	AG	1901	72852	Europe/Zurich
6458847	Bezirk Horgen	bezirk-horgen	Bezirk Horgen,Horgen		CH	ZH	106	118718	Europe/Zurich
6458848	Bezirk Höfe	bezirk-hoefe	Bezirk Hoefe,Bezirk Höfe,Hoefe,Höfe		CH	SZ	503	27754	Europe/Zurich
6458850	Conthey District	conthey-district	Conthey,District de Conthey		CH	VS	2302	25377	Europe/Zurich
6458852	Bezirk Pfäffikon	bezirk-pfaeffikon	Bezirk Pfaeffikon,Bezirk Pfäffikon,Pfaeffikon,Pfäffikon		CH	ZH	108	57336	Europe/Zurich
6458853	Bezirk Rheinfelden	bezirk-rheinfelden	Rheinfelden		CH	AG	1909	45012	Europe/Zurich
6458854	Bezirk Liestal	bezirk-liestal	Bezirk Liestal,Liestal		CH	BL	1303	57547	Europe/Zurich
6458855	Morges District	morges-district	District de Morges,Morges		CH	VD	2227	75725	Europe/Zurich
6458860	Bezirk Laufenburg	bezirk-laufenburg	Bezirk Laufenburg,Laufenburg		CH	AG	1906	30102	Europe/Zurich
6458862	Veveyse District	veveyse-district	Bezirk Vivisbach,District de la Veveyse,Veveyse		CH	FR	1007	16952	Europe/Zurich
6458863	Bezirk Vorderland	bezirk-vorderland	Bezirk Vorderland,Vorderland		CH	AR	1503	13338	Europe/Zurich
6458865	Bezirk Dielsdorf	bezirk-dielsdorf	Bezirk Dielsdorf,Dielsdorf		CH	ZH	104	82657	Europe/Zurich
6458866	Lausanne District	lausanne-district	District de Lausanne,Lausanne		CH	VD	2225	154096	Europe/Zurich
6458867	Bezirk Bülach	bezirk-buelach	Bezirk Buelach,Bezirk Bülach,Buelach,Bülach		CH	ZH	103	135985	Europe/Zurich
6458869	Bezirk Thal	bezirk-thal	Bezirk Thal,Thal		CH	SO	1102	14220	Europe/Zurich
6458870	Bellinzona District	bellinzona-district	Bellinzona,Bezirk Bellinzona,Distretto di Bellinzona		CH	TI	2101	49473	Europe/Zurich
6458872	Hérens District	herens-district	District d'Herens,District d'Hérens,Herens,Hérens		CH	VS	2305	10623	Europe/Zurich
6458874	Bezirk Gösgen	bezirk-goesgen	Bezirk Goesgen,Bezirk Gösgen,Goesgen,Gösgen		CH	SO	1105	23433	Europe/Zurich
6458878	Bezirk Einsiedeln	bezirk-einsiedeln	Bezirk Einsiedeln,Einsiedeln		CH	SZ	501	14632	Europe/Zurich
6458880	Wahlkreis Werdenberg	wahlkreis-werdenberg	Wahlkreis Werdenberg,Werdenberg		CH	SG	1724	36447	Europe/Zurich
6458881	Bezirk Schaffhausen	bezirk-schaffhausen	Bezirk Schaffhausen,Schaffhausen		CH	SH	1403	52344	Europe/Zurich
6458883	Bezirk Reiat	bezirk-reiat	Bezirk Reiat,Reiat		CH	SH	1402	8267	Europe/Zurich
6458885	Bezirk Wasseramt	bezirk-wasseramt	Bezirk Wasseramt,Wasseramt		CH	SO	1106	48962	Europe/Zurich
6458886	Neuchâtel District	neuchatel-district	District de Neuchatel,District de Neuchâtel,Neuchatel,Neuchâtel		CH	NE	2404	53323	Europe/Zurich
6458893	Bezirk Olten	bezirk-olten	Bezirk Olten,Olten		CH	SO	1108	52052	Europe/Zurich
6458894	Mendrisio District	mendrisio-district	Distretto di Mendrisio,Mendrisio,Mendrisiotto		CH	TI	2106	49557	Europe/Zurich
6458896	Aigle District	aigle-district	Aigle,District d'Aigle		CH	VD	2221	41736	Europe/Zurich
6458898	Sense District	sense-district	Sense,Sensebezirk		CH	FR	1006	42014	Europe/Zurich
6458902	Bezirk Muri	bezirk-muri	Bezirk Muri,Muri		CH	AG	1908	33276	Europe/Zurich
6458903	Leventina District	leventina-district	Distretto di Leventina,Leventina		CH	TI	2103	9524	Europe/Zurich
6458904	Bezirk Dorneck	bezirk-dorneck	Bezirk Dorneck,Dorneck		CH	SO	1104	19789	Europe/Zurich
7285000	Wahlkreis Rheintal	wahlkreis-rheintal	Rheintal		CH	SG	1723	68792	Europe/Zurich
7285001	Wahlkreis Toggenburg	wahlkreis-toggenburg	Toggenburg		CH	SG	1727	45084	Europe/Zurich
7285002	Broye-Vully District	broye-vully-district	Broye-Vully,District de la Broye-Vully		CH	VD	2222	38418	Europe/Zurich
7285003	Gros-de-Vaud District	gros-de-vaud-district	District du Gros-de-Vaud,Gros-de-Vaud		CH	VD	2223	39840	Europe/Zurich
7285004	Jura-Nord vaudois District	jura-nord-vaudois-district	District du Jura-Nord vaudois,Jura-Nord Vaudois		CH	VD	2224	84533	Europe/Zurich
7285005	Lavaux-Oron District	lavaux-oron-district	District de Lavaux-Oron,Lavaux-Oron		CH	VD	2226	57061	Europe/Zurich
7285006	Nyon District	nyon-district	District de Nyon,Nyon		CH	VD	2228	91834	Europe/Zurich
7285007	Ouest Lausannois District	ouest-lausannois-district	District de l'Ouest lausannois,Ouest Lausannois		CH	VD	2229	69913	Europe/Zurich
7285009	Riviera-Pays-d'Enhaut District	riviera-pays-d-enhaut-district	District de la Riviera-Pays-d'Enhaut,District de la Riviera-Pays-d’Enhaut,Riviera-Pays-d'Enhaut		CH	VD	2230	81200	Europe/Zurich
7285010	Wahlkreis See-Gaster	wahlkreis-see-gaster	See-Gaster		CH	SG	1726	63669	Europe/Zurich
8260133	Emmental District	emmental-district	Emmental,Verwaltungskreis Emmental		CH	BE	245	94525	Europe/Zurich
8260134	Obersimmental-Saanen District	obersimmental-saanen-district	Obersimmental-Saanen,Verwaltungskreis Obersimmental-Saanen		CH	BE	248	16697	Europe/Zurich
8260135	Frutigen-Niedersimmental District	frutigen-niedersimmental-district	Arrondissement administratif de Frutigen-Bas-Simmental,Circondario amministrativo di Frutigen-Niedersimmental,Districte administratiu de Frutigen-Niedersimmental,Distrito administrativo de Frutigen-Niedersimmental,Frutigen-Niedersimmental,Frutigen-Suba Simme-Valo,Verwaltungskreis Frutigen-Niedersimmental		CH	BE	249	39347	Europe/Zurich
8260136	Biel/Bienne District	biel-bienne-district	Arrondissement administratif de Bienne,Biel/Bienne,Districte administratiu de Bienne,Distriktet Biel/Bienne,Distrito administrativo de Biel/Bienne,Verwaltungskreis Biel,Verwaltungskreis Biel/Bienne		CH	BE	242	95718	Europe/Zurich
8260137	Seeland District	seeland-district	Seeland,Verwaltungskreis Seeland		CH	BE	243	69501	Europe/Zurich
8260138	Thun District	thun-district	Thun,Verwaltungskreis Thun		CH	BE	247	104960	Europe/Zurich
8260139	Interlaken-Oberhasli District	interlaken-oberhasli-district	Interlaken-Oberhasli,Verwaltungskreis Interlaken-Oberhasli		CH	BE	250	46648	Europe/Zurich
8260140	Jura bernois	jura-bernois	Arrondissement administratif Jura bernois,Berner Jura,Bernese Jura,Jura Bernois		CH	BE	241	52251	Europe/Zurich
8260141	Oberaargau	oberaargau	Oberaargau,Verwaltungskreis Oberaargau		CH	BE	244	77964	Europe/Zurich
8260142	Bern-Mittelland District	bern-mittelland-district	Bern-Mittelland,Verwaltungskreis Bern-Mittelland		CH	BE	246	395006	Europe/Zurich
8260143	Bezirk Frauenfeld	bezirk-frauenfeld	Bezirk Frauenfeld,Frauenfeld		CH	TG	2012	63296	Europe/Zurich
8260144	Bezirk Arbon	bezirk-arbon	Arbon,Bezirk Arbon		CH	TG	2011	53327	Europe/Zurich
8260145	Bezirk Münchwilen	bezirk-muenchwilen	Bezirk Muenchwilen,Bezirk Münchwilen,Muenchwilen,Münchwilen		CH	TG	2014	43614	Europe/Zurich
8260146	Bezirk Kreuzlingen	bezirk-kreuzlingen	Bezirk Kreuzlingen,Kreuzlingen		CH	TG	2013	44220	Europe/Zurich
8260147	Bezirk Weinfelden	bezirk-weinfelden	Bezirk Weinfelden,Weinfelden		CH	TG	2015	51756	Europe/Zurich
8718162	Lucerne-Land District	lucerne-land-district	Luzern-Land,Wahlkreis Luzern-Land		CH	LU	312	97232	Europe/Zurich
8718163	Lucerne-Stadt District	lucerne-stadt-district	Luzern-Stadt,Wahlkreis Luzern-Stadt		CH	LU	311	79478	Europe/Zurich
8740968	Entlebuch District	entlebuch-district	Entlebuch,Wahlkreis Entlebuch		CH	LU	316	22892	Europe/Zurich
8740969	Hochdorf District	hochdorf-district	Hochdorf,Wahlkreis Hochdorf		CH	LU	313	67818	Europe/Zurich
8740970	Sursee District	sursee-district	Sursee,Wahlkreis Sursee		CH	LU	314	68230	Europe/Zurich
8740971	Willisau District	willisau-district	Wahlkreis Willisau,Willisau		CH	LU	315	50432	Europe/Zurich
11611648	Region Surselva	region-surselva	Surselva		CH	GR	1850	21325	Europe/Zurich
11611649	Region Viamala	region-viamala	Viamala		CH	GR	1851	13251	Europe/Zurich
11611650	Region Engiadina Bassa / Val Müstair	region-engiadina-bassa-val-muestair	Engiadina Bassa/Val Muestair,Engiadina Bassa/Val Müstair		CH	GR	1843	9476	Europe/Zurich
11611651	Region Plessur	region-plessur	Plessur		CH	GR	1848	41730	Europe/Zurich
11611652	Region Imboden	region-imboden	Imboden		CH	GR	1844	20158	Europe/Zurich
11611653	Region Albula	region-albula	Albula		CH	GR	1841	8138	Europe/Zurich
11611654	Region Prättigau / Davos	region-praettigau-davos	Praettigau/Davos,Prättigau/Davos		CH	GR	1849	26257	Europe/Zurich
11611655	Region Landquart	region-landquart	Landquart		CH	GR	1845	24532	Europe/Zurich
11611656	Region Bernina	region-bernina	Bernina		CH	GR	1842	4619	Europe/Zurich
11611657	Region Moesa	region-moesa	Moesa,Moesano		CH	GR	1847	8426	Europe/Zurich
11611658	Region Maloja	region-maloja	Maloja		CH	GR	1846	18698	Europe/Zurich
\.


--
-- Data for Name: admin3; Type: TABLE DATA; Schema: ch; Owner: g5
--

COPY ch.admin3 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, admin2_code, admin3_code, population, timezone) FROM stdin;
2658049	Wartau	wartau			CH	SG	1724	3276	5231	Europe/Zurich
2658300	Trun	trun	Trun		CH	GR	1850	3987	1202	Europe/Zurich
2658396	Freienstein-Teufen	freienstein-teufen			CH	ZH	103	57	2305	Europe/Zurich
2658589	Sils im Engadin/Segl	sils-im-engadin-segl	Gemeinde Sils im Engadin,Segl,Sils,Sils im Engadin,Sils im Engadin/Segl,Vschinauncha da Segl		CH	GR	1846	3789	761	Europe/Zurich
2658973	Rorschacherberg	rorschacherberg			CH	SG	1722	3216	7214	Europe/Zurich
2659063	Rheinau	rheinau	Rajnau,Rejnauo ZH,Rejnaŭo ZH,Rheinau ZH,Rheinau i Sveits,lai yin nao,rnw  swyys,Райнау,رنو، سوئیس,萊茵瑙		CH	ZH	102	38	1321	Europe/Zurich
2659140	Pregny-Chambésy	pregny-chambesy	Pregny-Chambesy,Pregny-Chambésy		CH	GE	2500	6634	3693	Europe/Zurich
2659284	Ormont-Dessus	ormont-dessus	Ormont-Dessus		CH	VD	2221	5411	1481	Europe/Zurich
2659285	Ormont-Dessous	ormont-dessous	Ormont-Dessous		CH	VD	2221	5410	1119	Europe/Zurich
2659299	Ollon	ollon	Ollon		CH	VD	2221	5409	7426	Europe/Zurich
2659345	Obersiggenthal	obersiggenthal			CH	AG	1902	4038	8590	Europe/Zurich
2659491	Neuenegg	neuenegg	Neueneck		CH	BE	246	670	5194	Europe/Zurich
2659502	Nendaz	nendaz	Nendaz		CH	VS	2302	6024	6302	Europe/Zurich
2659677	Mesocco	mesocco			CH	GR	1847	3822	1349	Europe/Zurich
2659697	Melano	melano	Melano		CH	TI	2105	5197	1461	Europe/Zurich
2660046	Lancy	lancy			CH	GE	2500	6628	31359	Europe/Zurich
2660466	Grüningen	grueningen	Grueningen,Grüningen		CH	ZH	105	116	3371	Europe/Zurich
2660680	Gaiserwald	gaiserwald			CH	SG	1721	3442	8378	Europe/Zurich
2660837	Eysins	eysins			CH	VD	2228	5716	1506	Europe/Zurich
2660985	Döttingen	doettingen	Djottingen,Doettingen AG,Doettingen i Sveits,Döttingen AG,Döttingen i Sveits,de ting gen,Дёттинген,德廷根		CH	AG	1911	4304	3799	Europe/Zurich
2661011	Dinhard	dinhard			CH	ZH	110	216	1494	Europe/Zurich
2661041	Davos	davos	Davos		CH	GR	1849	3851	11109	Europe/Zurich
2661145	Cologny	cologny	Cologny		CH	GE	2500	6617	5500	Europe/Zurich
2661431	Böttstein	boettstein			CH	AG	1911	4303	3916	Europe/Zurich
2661649	Bachs	bachs			CH	ZH	104	81	585	Europe/Zurich
2661732	Arbedo-Castione	arbedo-castione	Arbedo-Castione		CH	TI	2101	5001	4812	Europe/Zurich
3209499	Collonge-Bellerive	collonge-bellerive			CH	GE	2500	6616	7998	Europe/Zurich
3209503	Perly-Certoux	perly-certoux			CH	GE	2500	6632	3039	Europe/Zurich
6691641	Saint-Martin	saint-martin			CH	VS	2305	6087	875	Europe/Zurich
6941399	Vallon	vallon			CH	FR	1001	2045	404	Europe/Zurich
7285012	Aadorf	aadorf			CH	TG	2014	4551	8794	Europe/Zurich
7285013	Aarau	aarau	Aarau,Arau,Арау		CH	AG	1901	4001	20710	Europe/Zurich
7285014	Aarberg	aarberg			CH	BE	243	301	4529	Europe/Zurich
7285015	Aarburg	aarburg			CH	AG	1910	4271	7723	Europe/Zurich
7285016	Aarwangen	aarwangen			CH	BE	244	321	4408	Europe/Zurich
7285017	Abtwil	abtwil	Abtvil',Abtwil AG,Abtwil i Aargau,a bu te wei er,Абтвиль,Абтвіль,阿布特維爾		CH	AG	1908	4221	970	Europe/Zurich
7285018	Aclens	aclens			CH	VD	2227	5621	525	Europe/Zurich
7285019	Acquarossa	acquarossa			CH	TI	2102	5048	1856	Europe/Zurich
7285020	Adelboden	adelboden	Adel'boden,Adelboden,adelboden,aderuboden,Аделбоден,Адельбоден,アーデルボーデン,아델보덴		CH	BE	249	561	3437	Europe/Zurich
7285021	Adligenswil	adligenswil			CH	LU	312	1051	5348	Europe/Zurich
7285022	Adlikon	adlikon			CH	ZH	102	21	662	Europe/Zurich
7285023	Adliswil	adliswil			CH	ZH	106	131	18605	Europe/Zurich
7285024	Aedermannsdorf	aedermannsdorf			CH	SO	1102	2421	549	Europe/Zurich
7285025	Aefligen	aefligen			CH	BE	245	401	1067	Europe/Zurich
7285026	Aegerten	aegerten			CH	BE	242	731	1874	Europe/Zurich
7285027	Aesch (BL)	aesch-bl			CH	BL	1301	2761	10173	Europe/Zurich
7285028	Aeschi bei Spiez	aeschi-bei-spiez			CH	BE	249	562	2217	Europe/Zurich
7285029	Aeschi (SO)	aeschi-so			CH	SO	1106	2511	1216	Europe/Zurich
7285031	Aesch (LU)	aesch-lu			CH	LU	313	1021	1088	Europe/Zurich
7285032	Aesch (ZH)	aesch-zh			CH	ZH	111	241	1197	Europe/Zurich
7285035	Aeugst am Albis	aeugst-am-albis	Aeugst,Aeugst am Albis		CH	ZH	101	1	1981	Europe/Zurich
7285036	Affeltrangen	affeltrangen			CH	TG	2015	4711	2495	Europe/Zurich
7285037	Affoltern am Albis	affoltern-am-albis			CH	ZH	101	2	11708	Europe/Zurich
7285038	Affoltern im Emmental	affoltern-im-emmental			CH	BE	245	951	1159	Europe/Zurich
7285039	Agarn	agarn			CH	VS	2306	6101	780	Europe/Zurich
7285040	Agiez	agiez			CH	VD	2224	5742	310	Europe/Zurich
7285041	Agno	agno			CH	TI	2105	5141	4467	Europe/Zurich
7285042	Aigle	aigle			CH	VD	2221	5401	9942	Europe/Zurich
7285043	Aire-la-Ville	aire-la-ville			CH	GE	2500	6601	1160	Europe/Zurich
7285044	Airolo	airolo			CH	TI	2103	5061	1576	Europe/Zurich
7285045	Alberswil	alberswil			CH	LU	315	1121	656	Europe/Zurich
7285046	Albinen	albinen			CH	VS	2306	6102	243	Europe/Zurich
7285048	Alchenstorf	alchenstorf			CH	BE	245	402	602	Europe/Zurich
7285049	Allaman	allaman			CH	VD	2227	5851	395	Europe/Zurich
7285050	Alle	alle			CH	JU	2603	6771	1765	Europe/Zurich
7285051	Allmendingen	allmendingen			CH	BE	246	630	545	Europe/Zurich
7285052	Allschwil	allschwil			CH	BL	1301	2762	20464	Europe/Zurich
7285054	Alpnach	alpnach			CH	OW	600	1401	5908	Europe/Zurich
7285055	Alpthal	alpthal			CH	SZ	506	1361	597	Europe/Zurich
7285056	Altbüron	altbueron			CH	LU	315	1122	986	Europe/Zurich
7285057	Altdorf (UR)	altdorf-ur			CH	UR	400	1201	9203	Europe/Zurich
7285058	Altendorf	altendorf	Al'tendorf,Altendorf SZ,Altendorf i Schwyz,Альтендорф,آلتنڈورف		CH	SZ	505	1341	6744	Europe/Zurich
7285060	Altikon	altikon			CH	ZH	110	211	655	Europe/Zurich
7285061	Altishofen	altishofen			CH	LU	315	1123	1555	Europe/Zurich
7285062	Altnau	altnau			CH	TG	2013	4641	2149	Europe/Zurich
7285063	Alto Malcantone	alto-malcantone			CH	TI	2105	5237	1421	Europe/Zurich
7285064	Altstätten	altstaetten			CH	SG	1723	3251	11358	Europe/Zurich
7285070	Amden	amden			CH	SG	1726	3311	1773	Europe/Zurich
7285071	Amlikon-Bissegg	amlikon-bissegg			CH	TG	2015	4881	1323	Europe/Zurich
7285072	Ammerswil	ammerswil			CH	AG	1907	4191	682	Europe/Zurich
7285073	Amriswil	amriswil			CH	TG	2011	4461	13113	Europe/Zurich
7285074	Amsoldingen	amsoldingen			CH	BE	247	921	809	Europe/Zurich
7285075	Andeer	andeer			CH	GR	1851	3701	958	Europe/Zurich
7285076	Andelfingen	andelfingen	Andel'fingen,Andelfingen ZH,an de er fen gen,Андельфинген,安德爾芬根		CH	ZH	102	30	2170	Europe/Zurich
7285077	Andermatt	andermatt			CH	UR	400	1202	1387	Europe/Zurich
7285079	Andwil (SG)	andwil-sg			CH	SG	1721	3441	1899	Europe/Zurich
7285080	Anières	anieres			CH	GE	2500	6602	2426	Europe/Zurich
7285081	Anniviers	anniviers			CH	VS	2311	6252	2716	Europe/Zurich
7285082	Anwil	anwil			CH	BL	1304	2841	583	Europe/Zurich
7285084	Appenzell	appenzell	Abbatis cella,Apencelis,Canto dAppenzell,Canton Appenzello,Canton dAppenzell,Cantó dAppenzell,Kanton Appenzell,Kantonen Appenzell,apenchel ju,apnzl,آپنزل,아펜첼 주		CH	AI	1600	3101	5822	Europe/Zurich
7285085	Apples	apples			CH	VD	2227	5421	1367	Europe/Zurich
7285086	Aranno	aranno			CH	TI	2105	5143	348	Europe/Zurich
7285087	Arbaz	arbaz			CH	VS	2312	6261	1195	Europe/Zurich
7285088	Arboldswil	arboldswil			CH	BL	1305	2881	568	Europe/Zurich
7285089	Arbon	arbon			CH	TG	2011	4401	14266	Europe/Zurich
7285090	Arch	arch			CH	BE	243	381	1540	Europe/Zurich
7285093	Ardon	ardon			CH	VS	2302	6021	3050	Europe/Zurich
7285094	Arisdorf	arisdorf			CH	BL	1303	2821	1659	Europe/Zurich
7285095	Aristau	aristau			CH	AG	1908	4222	1384	Europe/Zurich
7285096	Arlesheim	arlesheim			CH	BL	1301	2763	9223	Europe/Zurich
7285097	Arnex-sur-Nyon	arnex-sur-nyon			CH	VD	2228	5701	219	Europe/Zurich
7285098	Arnex-sur-Orbe	arnex-sur-orbe			CH	VD	2224	5743	621	Europe/Zurich
7285099	Arni	arni	Arni,Arni AG		CH	AG	1903	4061	1849	Europe/Zurich
7285100	Arni (BE)	arni-be			CH	BE	246	602	922	Europe/Zurich
7285101	Arogno	arogno			CH	TI	2105	5144	1004	Europe/Zurich
7285102	Arosa	arosa	Arosa		CH	GR	1848	3921	3205	Europe/Zurich
7285103	Arth	arth			CH	SZ	506	1362	11597	Europe/Zurich
7285105	Arzier-Le Muids	arzier-le-muids			CH	VD	2228	5702	2571	Europe/Zurich
7285107	Ascona	ascona	Askona,Scona,a si ke na,aseukona,askwna,asukona,azkwna,Ασκόνα,Аскона,أسكونا,ازکونا,アスコナ,阿斯科納,아스코나		CH	TI	2104	5091	5439	Europe/Zurich
7285108	Assens	assens			CH	VD	2223	5511	1031	Europe/Zurich
7285109	Astano	astano			CH	TI	2105	5146	305	Europe/Zurich
7285110	Attalens	attalens			CH	FR	1007	2321	3295	Europe/Zurich
7285112	Attinghausen	attinghausen			CH	UR	400	1203	1623	Europe/Zurich
7285113	Attiswil	attiswil			CH	BE	244	971	1407	Europe/Zurich
7285114	Aubonne	aubonne			CH	VD	2227	5422	3240	Europe/Zurich
7285115	Auboranges	auboranges			CH	FR	1002	2061	272	Europe/Zurich
7285116	Auenstein	auenstein	Auehnshtajn,Auenstein AG,Auenstein i Sveits,ao en shi tai yin,Ауэнштайн,奧恩施泰因		CH	AG	1904	4091	1565	Europe/Zurich
7285117	Augst	augst			CH	BL	1303	2822	947	Europe/Zurich
7285118	Au (SG)	au-sg			CH	SG	1723	3231	7378	Europe/Zurich
7285119	Ausserberg	ausserberg			CH	VS	2309	6191	628	Europe/Zurich
7285120	Auswil	auswil			CH	BE	244	322	471	Europe/Zurich
7285122	Autigny	autigny			CH	FR	1004	2173	803	Europe/Zurich
7285124	Auw	auw	Auv,Auw AG,Auw i Sveits,ao zhen,Аув,奧鎮		CH	AG	1908	4223	1982	Europe/Zurich
7285125	Avegno Gordevio	avegno-gordevio			CH	TI	2108	5324	1464	Europe/Zurich
7285126	Avenches	avenches			CH	VD	2222	5451	4110	Europe/Zurich
7285127	Avers	avers			CH	GR	1851	3681	168	Europe/Zurich
7285128	Avry	avry			CH	FR	1004	2174	1874	Europe/Zurich
7285129	Avully	avully			CH	GE	2500	6603	1771	Europe/Zurich
7285130	Avusy	avusy			CH	GE	2500	6604	1426	Europe/Zurich
7285131	Ayent	ayent			CH	VS	2305	6082	3922	Europe/Zurich
7285132	Baar	baar	Baar,Baar ZG,Bar,Baras,Barra,ba er,bar,br  swyys,Баар,Бар,بار,بر، سوئیس,巴爾		CH	ZG	900	1701	23561	Europe/Zurich
7285133	Bachenbülach	bachenbuelach			CH	ZH	103	51	4034	Europe/Zurich
7285134	Baden	baden			CH	AG	1902	4021	19012	Europe/Zurich
7285136	Bad Ragaz	bad-ragaz	Bad Ragaz		CH	SG	1725	3291	5739	Europe/Zurich
7285137	Bad Zurzach	bad-zurzach	Bad Zurzach,Tenedone,Zurzach		CH	AG	1911	4323	4164	Europe/Zurich
7285139	Baldingen	baldingen			CH	AG	1911	4301	271	Europe/Zurich
7285140	Balerna	balerna			CH	TI	2106	5242	3390	Europe/Zurich
7285141	Balgach	balgach			CH	SG	1723	3232	4498	Europe/Zurich
7285142	Ballaigues	ballaigues			CH	VD	2224	5744	1071	Europe/Zurich
7285143	Ballens	ballens			CH	VD	2227	5423	506	Europe/Zurich
7285145	Ballwil	ballwil			CH	LU	313	1023	2748	Europe/Zurich
7285146	Balm bei Günsberg	balm-bei-guensberg			CH	SO	1107	2541	202	Europe/Zurich
7285148	Balsthal	balsthal			CH	SO	1102	2422	6019	Europe/Zurich
7285149	Baltschieder	baltschieder			CH	VS	2313	6281	1300	Europe/Zurich
7285152	Bannwil	bannwil			CH	BE	244	323	699	Europe/Zurich
7285154	Bardonnex	bardonnex			CH	GE	2500	6605	2260	Europe/Zurich
7285155	Bäretswil	baeretswil			CH	ZH	105	111	4974	Europe/Zurich
7285156	Bargen (BE)	bargen-be			CH	BE	243	302	995	Europe/Zurich
7285157	Bargen (SH)	bargen-sh			CH	SH	1403	2931	291	Europe/Zurich
7285158	Bäriswil	baeriswil			CH	BE	246	403	1023	Europe/Zurich
7285159	Bärschwil	baerschwil			CH	SO	1110	2611	812	Europe/Zurich
7285160	Basadingen-Schlattingen	basadingen-schlattingen			CH	TG	2012	4536	1828	Europe/Zurich
7285253	Birmensdorf (ZH)	birmensdorf-zh			CH	ZH	111	242	6254	Europe/Zurich
7285362	Bubendorf	bubendorf			CH	BL	1303	2823	4378	Europe/Zurich
7285161	Basel	basel	Bala,Bale,Basel,Basilea,Basileia,Basilej,Basilia,Basilèa,Baxilea,Baxiłea,Bazel,Bazel',Bazele,Bazelis,Bazelo,Bazilej,Bazylea,Bázel,Bâla,Bâle,Bāsel,Bāzele,Gorad Bazel',Vasileia,ba sai er,ba seil,bai cai er,bajel,bajela,basela,bazeli,bazeru,bazl,bazyl,bzl,pecel,Βασιλεία,Базел,Базель,Горад Базель,Բազել,באזעל,בזל,بازل,بازیل,बासेल,বাজেল,பேசெல்,บาเซิล,པ་སེལ།,ბაზელი,バーゼル,巴塞尔,白才尔,바젤		CH	BS	1200	2701	169916	Europe/Zurich
7285162	Bas-Intyamon	bas-intyamon			CH	FR	1003	2162	1291	Europe/Zurich
7285163	Basse-Allaine	basse-allaine			CH	JU	2603	6807	1243	Europe/Zurich
7285165	Bassersdorf	bassersdorf			CH	ZH	103	52	11580	Europe/Zurich
7285166	Bassins	bassins			CH	VD	2228	5703	1323	Europe/Zurich
7285167	Bätterkinden	baetterkinden			CH	BE	245	533	3186	Europe/Zurich
7285168	Bättwil	baettwil			CH	SO	1104	2471	1195	Europe/Zurich
7285170	Baulmes	baulmes			CH	VD	2224	5745	1033	Europe/Zurich
7285172	Bavois	bavois			CH	VD	2224	5746	941	Europe/Zurich
7285173	Beatenberg	beatenberg			CH	BE	250	571	1194	Europe/Zurich
7285174	Beckenried	beckenried			CH	NW	700	1501	3544	Europe/Zurich
7285175	Bedano	bedano			CH	TI	2105	5148	1544	Europe/Zurich
7285176	Bedigliora	bedigliora			CH	TI	2105	5149	635	Europe/Zurich
7285178	Bedretto	bedretto			CH	TI	2103	5063	108	Europe/Zurich
7285179	Beggingen	beggingen			CH	SH	1404	2951	481	Europe/Zurich
7285180	Begnins	begnins			CH	VD	2228	5704	1824	Europe/Zurich
7285181	Beinwil am See	beinwil-am-see			CH	AG	1905	4131	3065	Europe/Zurich
7285182	Beinwil (Freiamt)	beinwil-freiamt	Beinwil,Beinwil (Freiamt)		CH	AG	1908	4224	1080	Europe/Zurich
7285183	Beinwil (SO)	beinwil-so			CH	SO	1110	2612	265	Europe/Zurich
7285184	Belfaux	belfaux			CH	FR	1004	2175	3288	Europe/Zurich
7285185	Bellach	bellach			CH	SO	1107	2542	5211	Europe/Zurich
7285187	Bellevue	bellevue			CH	GE	2500	6606	3260	Europe/Zurich
7285188	Bellikon	bellikon			CH	AG	1902	4022	1548	Europe/Zurich
7285189	Bellinzona	bellinzona	Belanzana,Belincona,Belindzona,Belinkona,Belinzona,Belinzono,Belinzòna,Bellincona,Bilitio,Gorad Belincona,bei lin zuo na,bellinchona,berrintsu~ona,blanzwna,blynzwnh,bylnzwna,Белиндзона,Белинцона,Беллинцона,Беллінцона,Горад Белінцона,בלינצונה,بلانزونا,بیلنزونا,ベッリンツォーナ,貝林佐納,벨린초나		CH	TI	2101	5002	18308	Europe/Zurich
7285190	Bellmund	bellmund			CH	BE	242	732	1623	Europe/Zurich
7285191	Bellwald	bellwald			CH	VS	2304	6052	411	Europe/Zurich
7285192	Belmont-sur-Lausanne	belmont-sur-lausanne			CH	VD	2226	5581	3604	Europe/Zurich
7285193	Belmont-sur-Yverdon	belmont-sur-yverdon			CH	VD	2224	5902	369	Europe/Zurich
7285194	Belp	belp			CH	BE	246	861	11548	Europe/Zurich
7285196	Belprahon	belprahon			CH	BE	241	681	308	Europe/Zurich
7285197	Benken (SG)	benken-sg			CH	SG	1726	3312	2915	Europe/Zurich
7285198	Benken (ZH)	benken-zh			CH	ZH	102	22	860	Europe/Zurich
7285199	Bennwil	bennwil			CH	BL	1305	2882	646	Europe/Zurich
7285201	Bercher	bercher			CH	VD	2223	5512	1148	Europe/Zurich
7285202	Berg am Irchel	berg-am-irchel			CH	ZH	102	23	573	Europe/Zurich
7285203	Bergdietikon	bergdietikon			CH	AG	1902	4023	2682	Europe/Zurich
7285204	Berg (SG)	berg-sg	Berg,Berg SG		CH	SG	1722	3211	840	Europe/Zurich
7285206	Berg (TG)	berg-tg			CH	TG	2015	4891	3301	Europe/Zurich
7285208	Berikon	berikon			CH	AG	1903	4062	4608	Europe/Zurich
7285209	Beringen	beringen			CH	SH	1403	2932	4541	Europe/Zurich
7285210	Berken	berken			CH	BE	244	972	40	Europe/Zurich
7285211	Berlingen	berlingen			CH	TG	2012	4801	861	Europe/Zurich
7285212	Bern/Berne/Berna	bern-berne-berna	Bern,Berna,Berne		CH	BE	246	351	131554	Europe/Zurich
7285213	Berneck	berneck	Berneck SG,Bernek,bo nei ke,byrnyk,Бернек,بيرنيك,伯內克		CH	SG	1723	3233	3937	Europe/Zurich
7285214	Bernex	bernex			CH	GE	2500	6607	9932	Europe/Zurich
7285215	Berolle	berolle			CH	VD	2227	5424	291	Europe/Zurich
7285216	Beromünster	beromuenster			CH	LU	314	1081	6445	Europe/Zurich
7285219	Besenbüren	besenbueren			CH	AG	1908	4226	607	Europe/Zurich
7285222	Bettenhausen	bettenhausen			CH	BE	244	973	660	Europe/Zurich
7285223	Bettens	bettens			CH	VD	2223	5471	557	Europe/Zurich
7285224	Bettingen	bettingen			CH	BS	1200	2702	1158	Europe/Zurich
7285225	Bettlach	bettlach	Bache,Betlakh,Bettlach SO,Bettlach i Sveits,Bâche,bei te la he,Бетлах,貝特拉赫		CH	SO	1107	2543	4873	Europe/Zurich
7285226	Bettwiesen	bettwiesen			CH	TG	2014	4716	1154	Europe/Zurich
7285227	Bettwil	bettwil			CH	AG	1908	4227	571	Europe/Zurich
7285228	Beurnevésin	beurnevesin			CH	JU	2603	6773	126	Europe/Zurich
7285230	Bever	bever			CH	GR	1846	3781	627	Europe/Zurich
7285233	Bex	bex			CH	VD	2221	5402	7364	Europe/Zurich
7285234	Biasca	biasca	Aviasca,bi ya si ka,byska,بیسکا,比亞斯卡		CH	TI	2107	5281	6168	Europe/Zurich
7285235	Biberist	biberist			CH	SO	1106	2513	8223	Europe/Zurich
7285237	Biberstein	biberstein			CH	AG	1901	4002	1477	Europe/Zurich
7285238	Bichelsee-Balterswil	bichelsee-balterswil			CH	TG	2014	4721	2801	Europe/Zurich
7285240	Biel-Benken	biel-benken			CH	BL	1301	2764	3408	Europe/Zurich
7285241	Biel/Bienne	biel-bienne	Belna,Biel,Biel/Bienne,Bielo,Bienna,Bienne		CH	BE	242	371	54163	Europe/Zurich
7285242	Bière	biere			CH	VD	2227	5425	1566	Europe/Zurich
7285243	Biezwil	biezwil			CH	SO	1103	2445	323	Europe/Zurich
7285244	Biglen	biglen			CH	BE	246	603	1745	Europe/Zurich
7285245	Billens-Hennens	billens-hennens			CH	FR	1002	2063	687	Europe/Zurich
7285247	Binn	binn			CH	VS	2304	6054	145	Europe/Zurich
7285248	Binningen	binningen			CH	BL	1301	2765	15121	Europe/Zurich
7285249	Bioggio	bioggio			CH	TI	2105	5151	2632	Europe/Zurich
7285250	Bioley-Magnoux	bioley-magnoux			CH	VD	2224	5903	201	Europe/Zurich
7285251	Bioley-Orjulaz	bioley-orjulaz			CH	VD	2223	5513	470	Europe/Zurich
7285254	Birmenstorf	birmenstorf	Birmenstorf,bi er men shi tuo fu,Бирменсторф,比爾門施托夫		CH	AG	1902	4024	2922	Europe/Zurich
7285256	Birr	birr			CH	AG	1904	4092	4402	Europe/Zurich
7285257	Birrhard	birrhard			CH	AG	1904	4093	697	Europe/Zurich
7285258	Birrwil	birrwil			CH	AG	1905	4132	1132	Europe/Zurich
7285259	Birsfelden	birsfelden			CH	BL	1301	2766	10356	Europe/Zurich
7285260	Birwinken	birwinken			CH	TG	2015	4901	1363	Europe/Zurich
7285261	Bischofszell	bischofszell			CH	TG	2015	4471	5895	Europe/Zurich
7285262	Bissone	bissone			CH	TI	2105	5154	871	Europe/Zurich
7285263	Bister	bister			CH	VS	2309	6172	31	Europe/Zurich
7285264	Bitsch	bitsch			CH	VS	2309	6173	894	Europe/Zurich
7285266	Blatten	blatten			CH	VS	2309	6192	288	Europe/Zurich
7285267	Blauen	blauen			CH	BL	1302	2781	695	Europe/Zurich
7285268	Bleienbach	bleienbach			CH	BE	244	324	677	Europe/Zurich
7285270	Blenio	blenio			CH	TI	2102	5049	1783	Europe/Zurich
7285272	Blonay	blonay			CH	VD	2230	5881	6130	Europe/Zurich
7285273	Blumenstein	blumenstein			CH	BE	247	922	1222	Europe/Zurich
7285274	Böbikon	boebikon			CH	AG	1911	4302	165	Europe/Zurich
7285275	Böckten	boeckten			CH	BL	1304	2842	789	Europe/Zurich
7285276	Bodio	bodio			CH	TI	2103	5064	1037	Europe/Zurich
7285277	Boécourt	boecourt			CH	JU	2601	6702	898	Europe/Zurich
7285278	Bofflens	bofflens			CH	VD	2224	5747	187	Europe/Zurich
7285279	Bogis-Bossey	bogis-bossey			CH	VD	2228	5705	905	Europe/Zurich
7285282	Bolken	bolken			CH	SO	1106	2514	571	Europe/Zurich
7285283	Bolligen	bolligen			CH	BE	246	352	6138	Europe/Zurich
7285285	Boltigen	boltigen			CH	BE	248	791	1288	Europe/Zurich
7285286	Bonaduz	bonaduz			CH	GR	1844	3721	3183	Europe/Zurich
7285287	Boncourt	boncourt			CH	JU	2603	6774	1223	Europe/Zurich
7285289	Bonfol	bonfol			CH	JU	2603	6775	669	Europe/Zurich
7285290	Bönigen	boenigen			CH	BE	250	572	2522	Europe/Zurich
7285291	Boningen	boningen			CH	SO	1108	2571	735	Europe/Zurich
7285292	Boniswil	boniswil			CH	AG	1907	4192	1418	Europe/Zurich
7285293	Bonstetten	bonstetten	Bonshtetten,Bonstetten ZH,Bonstetten i Sveits,bang si te teng,bwnshttn  swyys,Бонштеттен,بونشتتن، سوئیس,邦斯特滕		CH	ZH	101	3	5326	Europe/Zurich
7285294	Bonvillars	bonvillars			CH	VD	2224	5551	503	Europe/Zurich
7285295	Boppelsen	boppelsen			CH	ZH	104	82	1323	Europe/Zurich
7285296	Borex	borex			CH	VD	2228	5706	1075	Europe/Zurich
7285298	Bosco/Gurin	bosco-gurin			CH	TI	2108	5304	52	Europe/Zurich
7285299	Bösingen	boesingen			CH	FR	1006	2295	3381	Europe/Zurich
7285300	Bossonnens	bossonnens			CH	FR	1007	2323	1494	Europe/Zurich
7285301	Boswil	boswil			CH	AG	1908	4228	2780	Europe/Zurich
7285302	Bottens	bottens			CH	VD	2223	5514	1223	Europe/Zurich
7285303	Bottenwil	bottenwil			CH	AG	1910	4273	783	Europe/Zurich
7285304	Botterens	botterens			CH	FR	1003	2123	546	Europe/Zurich
7285305	Bottighofen	bottighofen			CH	TG	2013	4643	2171	Europe/Zurich
7285306	Bottmingen	bottmingen			CH	BL	1301	2767	6441	Europe/Zurich
7285308	Boudry	boudry			CH	NE	2401	6404	5720	Europe/Zurich
7285309	Bougy-Villars	bougy-villars			CH	VD	2227	5426	485	Europe/Zurich
7285310	Boulens	boulens			CH	VD	2223	5661	325	Europe/Zurich
7285311	Bourg-Saint-Pierre	bourg-saint-pierre			CH	VS	2303	6032	183	Europe/Zurich
7285312	Bournens	bournens			CH	VD	2223	5472	372	Europe/Zurich
7285313	Bourrignon	bourrignon			CH	JU	2601	6703	266	Europe/Zurich
7285314	Boussens	boussens			CH	VD	2223	5473	961	Europe/Zurich
7285315	Bovernier	bovernier			CH	VS	2307	6131	850	Europe/Zurich
7285316	Bowil	bowil			CH	BE	246	605	1370	Europe/Zurich
7285317	Bözen	boezen			CH	AG	1904	4094	723	Europe/Zurich
7285319	Braunau	braunau			CH	TG	2014	4723	760	Europe/Zurich
7285321	Breil/Brigels	breil-brigels			CH	GR	1850	3981	1258	Europe/Zurich
7285322	Breitenbach	breitenbach			CH	SO	1110	2613	3754	Europe/Zurich
7285323	Bremblens	bremblens			CH	VD	2227	5622	512	Europe/Zurich
7285324	Bremgarten	bremgarten	Bremgarten,Bremgarten AG,Bremogartum,bramgrtan  swyys,bu lei mu jia teng,Бремгартен,برامگرتان، سوئیس,布雷姆加滕		CH	AG	1903	4063	7775	Europe/Zurich
7285325	Bremgarten bei Bern	bremgarten-bei-bern			CH	BE	246	353	4385	Europe/Zurich
7285327	Brenzikofen	brenzikofen			CH	BE	246	606	519	Europe/Zurich
7285329	Bretigny-sur-Morrens	bretigny-sur-morrens			CH	VD	2223	5515	797	Europe/Zurich
7285330	Bretonnières	bretonnieres			CH	VD	2224	5748	253	Europe/Zurich
7285331	Bretzwil	bretzwil			CH	BL	1305	2883	779	Europe/Zurich
7285332	Brienz (BE)	brienz-be			CH	BE	250	573	3101	Europe/Zurich
7285334	Brienzwiler	brienzwiler			CH	BE	250	574	477	Europe/Zurich
7285336	Brig-Glis	brig-glis			CH	VS	2301	6002	13088	Europe/Zurich
7285337	Brione sopra Minusio	brione-sopra-minusio			CH	TI	2104	5096	495	Europe/Zurich
7285339	Brislach	brislach			CH	BL	1302	2782	1609	Europe/Zurich
7285340	Brissago	brissago			CH	TI	2104	5097	1769	Europe/Zurich
7285343	Brittnau	brittnau			CH	AG	1910	4274	3859	Europe/Zurich
7285344	Broc	broc			CH	FR	1003	2124	2506	Europe/Zurich
7285347	Brot-Plamboz	brot-plamboz			CH	NE	2403	6433	270	Europe/Zurich
7285348	Brugg	brugg	Brugg,Бругг		CH	AG	1904	4095	11200	Europe/Zurich
7285349	Brügg	bruegg			CH	BE	242	733	4298	Europe/Zurich
7285351	Brunegg	brunegg			CH	AG	1907	4193	732	Europe/Zurich
7285352	Brünisried	bruenisried			CH	FR	1006	2292	659	Europe/Zurich
7285356	Brusino Arsizio	brusino-arsizio			CH	TI	2105	5160	485	Europe/Zurich
7285357	Brusio	brusio			CH	GR	1842	3551	1106	Europe/Zurich
7285358	Brüttelen	bruettelen			CH	BE	243	491	568	Europe/Zurich
7285359	Brütten	bruetten			CH	ZH	110	213	2016	Europe/Zurich
7285363	Bubikon	bubikon			CH	ZH	105	112	7019	Europe/Zurich
7285364	Buch am Irchel	buch-am-irchel	Buch am Irchel		CH	ZH	102	24	966	Europe/Zurich
7285365	Buchberg	buchberg			CH	SH	1403	2933	824	Europe/Zurich
7285368	Buchholterberg	buchholterberg			CH	BE	247	923	1546	Europe/Zurich
7285369	Buchillon	buchillon			CH	VD	2227	5623	625	Europe/Zurich
7285370	Buchrain	buchrain	Buchrain LU,Bukhrajn,bu he lai yin,Бухрайн,布赫賴因		CH	LU	312	1052	6132	Europe/Zurich
7285371	Buchs	buchs			CH	AG	1901	4003	7731	Europe/Zurich
7285372	Buch (SH)	buch-sh			CH	SH	1405	2961	316	Europe/Zurich
7285374	Buchs (SG)	buchs-sg			CH	SG	1724	3271	12414	Europe/Zurich
7285375	Buchs (ZH)	buchs-zh			CH	ZH	104	83	6294	Europe/Zurich
7285376	Buckten	buckten			CH	BL	1304	2843	693	Europe/Zurich
7285377	Büetigen	bueetigen			CH	BE	243	382	833	Europe/Zurich
7285378	Bühl	buehl			CH	BE	243	734	423	Europe/Zurich
7285379	Bühler	buehler			CH	AR	1502	3021	1705	Europe/Zurich
7285380	Bülach	buelach			CH	ZH	103	53	19393	Europe/Zurich
7285381	Bulle	bulle			CH	FR	1003	2125	21991	Europe/Zurich
7285382	Bullet	bullet			CH	VD	2224	5552	606	Europe/Zurich
7285383	Bünzen	buenzen	Bjuncen,Buenzen AG,Bünzen AG,bin cen,Бюнцен,賓岑		CH	AG	1908	4229	1031	Europe/Zurich
7285384	Buochs	buochs			CH	NW	700	1502	5433	Europe/Zurich
7285385	Bürchen	buerchen			CH	VS	2309	6193	738	Europe/Zurich
7285386	Bure	bure			CH	JU	2603	6778	690	Europe/Zurich
7285387	Büren an der Aare	bueren-an-der-aare			CH	BE	243	383	3537	Europe/Zurich
7285388	Büren (SO)	bueren-so			CH	SO	1104	2472	996	Europe/Zurich
7285390	Burg	burg	Burg,Burg AG,Burg i Aargau,bu er ge,Бург,布爾格		CH	AG	1905	4133	979	Europe/Zurich
7285391	Burgdorf	burgdorf			CH	BE	245	404	16228	Europe/Zurich
7285392	Burg im Leimental	burg-im-leimental			CH	BL	1302	2783	263	Europe/Zurich
7285393	Burgistein	burgistein			CH	BE	247	863	1063	Europe/Zurich
7285394	Bürglen (TG)	buerglen-tg			CH	TG	2015	4911	3690	Europe/Zurich
7285395	Bürglen (UR)	buerglen-ur			CH	UR	400	1205	3994	Europe/Zurich
7285396	Büron	bueron			CH	LU	314	1082	2367	Europe/Zurich
7285397	Bursinel	bursinel			CH	VD	2228	5852	475	Europe/Zurich
7285398	Bursins	bursins			CH	VD	2228	5853	779	Europe/Zurich
7285399	Burtigny	burtigny			CH	VD	2228	5854	350	Europe/Zurich
7285400	Buseno	buseno			CH	GR	1847	3804	92	Europe/Zurich
7285401	Büsserach	buesserach			CH	SO	1110	2614	2202	Europe/Zurich
7285402	Bussigny	bussigny	Bussigny-pres-Lausanne,Bussigny-près-Lausanne		CH	VD	2229	5624	8214	Europe/Zurich
7285404	Bussnang	bussnang			CH	TG	2015	4921	2264	Europe/Zurich
7285406	Busswil bei Melchnau	busswil-bei-melchnau			CH	BE	244	325	170	Europe/Zurich
7285407	Bussy-Chardonney	bussy-chardonney			CH	VD	2227	5625	377	Europe/Zurich
7285409	Bussy-sur-Moudon	bussy-sur-moudon			CH	VD	2222	5663	198	Europe/Zurich
7285411	Büttenhardt	buettenhardt			CH	SH	1402	2914	346	Europe/Zurich
7285412	Büttikon	buettikon	Buettikon AG,Büttikon AG		CH	AG	1903	4064	980	Europe/Zurich
7285413	Buttisholz	buttisholz			CH	LU	314	1083	3254	Europe/Zurich
7285414	Buttwil	buttwil			CH	AG	1908	4230	1176	Europe/Zurich
7285415	Buus	buus			CH	BL	1304	2844	999	Europe/Zurich
7285417	Cademario	cademario			CH	TI	2105	5161	759	Europe/Zurich
7285418	Cadempino	cadempino			CH	TI	2105	5162	1529	Europe/Zurich
7285419	Cadenazzo	cadenazzo			CH	TI	2101	5003	2762	Europe/Zurich
7285423	Cama	cama	Cama GR,Cama i Sveits,Kama,ka ma,Кама,卡馬		CH	GR	1847	3831	571	Europe/Zurich
7285427	Campo (Vallemaggia)	campo-vallemaggia			CH	TI	2108	5307	57	Europe/Zurich
7285429	Canobbio	canobbio			CH	TI	2105	5167	2137	Europe/Zurich
7285431	Capriasca	capriasca			CH	TI	2105	5226	6524	Europe/Zurich
7285435	Carouge (GE)	carouge-ge			CH	GE	2500	6608	21342	Europe/Zurich
7285437	Cartigny	cartigny			CH	GE	2500	6609	865	Europe/Zurich
7285438	Caslano	caslano			CH	TI	2105	5171	4339	Europe/Zurich
7285439	Castaneda	castaneda			CH	GR	1847	3805	266	Europe/Zurich
7285441	Castel San Pietro	castel-san-pietro			CH	TI	2106	5249	2096	Europe/Zurich
7285449	Cazis	cazis			CH	GR	1851	3661	2087	Europe/Zurich
7285450	Celerina/Schlarigna	celerina-schlarigna			CH	GR	1846	3782	1534	Europe/Zurich
7285451	Céligny	celigny			CH	GE	2500	6610	679	Europe/Zurich
7285453	Cerentino	cerentino			CH	TI	2108	5309	53	Europe/Zurich
7285458	Cevio	cevio			CH	TI	2108	5310	1185	Europe/Zurich
7285461	Chalais	chalais	Chalais VS,Chalais i Sveits		CH	VS	2311	6232	3410	Europe/Zurich
7285462	Cham	cham			CH	ZG	900	1702	15954	Europe/Zurich
7285463	Chamblon	chamblon			CH	VD	2224	5904	568	Europe/Zurich
7285464	Chamoson	chamoson			CH	VS	2302	6022	3587	Europe/Zurich
7285465	Champagne	champagne			CH	VD	2224	5553	1048	Europe/Zurich
7285466	Champéry	champery			CH	VS	2308	6151	1340	Europe/Zurich
7285467	Champoz	champoz			CH	BE	241	683	161	Europe/Zurich
7285468	Champtauroz	champtauroz			CH	VD	2222	5812	133	Europe/Zurich
7285469	Champvent	champvent			CH	VD	2224	5905	616	Europe/Zurich
7285471	Chancy	chancy			CH	GE	2500	6611	1598	Europe/Zurich
7285473	Chapelle (Glâne)	chapelle-glane			CH	FR	1002	2066	259	Europe/Zurich
7285475	Chardonne	chardonne			CH	VD	2230	5882	2875	Europe/Zurich
7285479	Châtel-Saint-Denis	chatel-saint-denis			CH	FR	1007	2325	6455	Europe/Zurich
7285480	Châtel-sur-Montsalvens	chatel-sur-montsalvens			CH	FR	1003	2128	274	Europe/Zurich
7285482	Châtillon (FR)	chatillon-fr			CH	FR	1001	2008	447	Europe/Zurich
7285483	Châtillon (JU)	chatillon-ju			CH	JU	2601	6704	475	Europe/Zurich
7285484	Châtonnaye	chatonnaye			CH	FR	1002	2068	786	Europe/Zurich
7285485	Chavannes-de-Bogis	chavannes-de-bogis			CH	VD	2228	5707	1318	Europe/Zurich
7285486	Chavannes-des-Bois	chavannes-des-bois			CH	VD	2228	5708	885	Europe/Zurich
7285487	Chavannes-le-Chêne	chavannes-le-chene			CH	VD	2224	5907	278	Europe/Zurich
7285488	Chavannes-le-Veyron	chavannes-le-veyron			CH	VD	2227	5475	120	Europe/Zurich
7285489	Chavannes-près-Renens	chavannes-pres-renens			CH	VD	2229	5627	7386	Europe/Zurich
7285490	Chavannes-sur-Moudon	chavannes-sur-moudon			CH	VD	2222	5665	224	Europe/Zurich
7285491	Chavornay	chavornay			CH	VD	2224	5749	4679	Europe/Zurich
7285493	Chêne-Bougeries	chene-bougeries			CH	GE	2500	6612	11222	Europe/Zurich
7285494	Chêne-Bourg	chene-bourg			CH	GE	2500	6613	8472	Europe/Zurich
7285495	Chénens	chenens			CH	FR	1004	2177	854	Europe/Zurich
7285496	Chêne-Pâquier	chene-paquier			CH	VD	2224	5908	124	Europe/Zurich
7285500	Cheseaux-Noréaz	cheseaux-noreaz			CH	VD	2224	5909	664	Europe/Zurich
7285501	Cheseaux-sur-Lausanne	cheseaux-sur-lausanne			CH	VD	2225	5582	4318	Europe/Zurich
7285502	Chéserex	cheserex			CH	VD	2228	5709	1195	Europe/Zurich
7285504	Chessel	chessel			CH	VD	2221	5403	399	Europe/Zurich
7285505	Chevilly	chevilly			CH	VD	2227	5476	287	Europe/Zurich
7285506	Chevroux	chevroux	Chevroux VD,Chevroux i Sveits,she fu lu,舍夫鲁		CH	VD	2222	5813	435	Europe/Zurich
7285507	Chexbres	chexbres			CH	VD	2226	5601	2216	Europe/Zurich
7285510	Chiasso	chiasso			CH	TI	2106	5250	8174	Europe/Zurich
7285511	Chigny	chigny			CH	VD	2227	5628	333	Europe/Zurich
7285512	Chippis	chippis			CH	VS	2311	6235	1632	Europe/Zurich
7285514	Choulex	choulex			CH	GE	2500	6614	1139	Europe/Zurich
7285515	Chur	chur	Chur,Coira,Coire		CH	GR	1848	3901	34652	Europe/Zurich
7285516	Churwalden	churwalden			CH	GR	1848	3911	2030	Europe/Zurich
7285518	Clarmont	clarmont			CH	VD	2227	5629	159	Europe/Zurich
7285520	Clavaleyres	clavaleyres			CH	BE	246	661	49	Europe/Zurich
7285521	Clos du Doubs	clos-du-doubs			CH	JU	2603	6808	1306	Europe/Zurich
7285522	Coeuve	coeuve			CH	JU	2603	6781	715	Europe/Zurich
7285525	Coinsins	coinsins			CH	VD	2228	5710	435	Europe/Zurich
7285526	Coldrerio	coldrerio			CH	TI	2106	5251	2859	Europe/Zurich
7285527	Collex-Bossy	collex-bossy			CH	GE	2500	6615	1665	Europe/Zurich
7285528	Collombey-Muraz	collombey-muraz			CH	VS	2308	6152	8638	Europe/Zurich
7285530	Collonges	collonges			CH	VS	2310	6211	723	Europe/Zurich
7285533	Comano	comano			CH	TI	2105	5176	2068	Europe/Zurich
7285536	Commugny	commugny			CH	VD	2228	5711	2863	Europe/Zurich
7285537	Comunanza Capriasca/Valcolla	comunanza-capriasca-valcolla			CH	TI	2105	5394	0	Europe/Zurich
7285538	Comunanza Medeglia/Cadenazzo	comunanza-medeglia-cadenazzo			CH	TI	2101	5391	0	Europe/Zurich
7285539	Concise	concise			CH	VD	2224	5554	957	Europe/Zurich
7285540	Confignon	confignon			CH	GE	2500	6618	4520	Europe/Zurich
7285542	Conters im Prättigau	conters-im-praettigau			CH	GR	1849	3881	215	Europe/Zurich
7285543	Conthey	conthey			CH	VS	2302	6023	8485	Europe/Zurich
7285545	Coppet	coppet			CH	VD	2228	5712	3137	Europe/Zurich
7285547	Corbeyrier	corbeyrier			CH	VD	2221	5404	433	Europe/Zurich
7285548	Corbières	corbieres			CH	FR	1003	2129	839	Europe/Zurich
7285550	Corcelles (BE)	corcelles-be			CH	BE	241	687	211	Europe/Zurich
7285552	Corcelles-le-Jorat	corcelles-le-jorat			CH	VD	2222	5785	423	Europe/Zurich
7285553	Corcelles-près-Concise	corcelles-pres-concise			CH	VD	2224	5555	338	Europe/Zurich
7285554	Corcelles-près-Payerne	corcelles-pres-payerne			CH	VD	2222	5816	2233	Europe/Zurich
7285556	Corgémont	corgemont			CH	BE	241	431	1677	Europe/Zurich
7285558	Corminboeuf	corminboeuf			CH	FR	1004	2183	2455	Europe/Zurich
7285559	Cormoret	cormoret			CH	BE	241	432	482	Europe/Zurich
7285560	Cornaux	cornaux			CH	NE	2404	6451	1592	Europe/Zurich
7285561	Cornol	cornol			CH	JU	2603	6782	1029	Europe/Zurich
7285564	Corseaux	corseaux			CH	VD	2230	5883	2172	Europe/Zurich
7285566	Corsier (GE)	corsier-ge			CH	GE	2500	6619	2017	Europe/Zurich
7285567	Corsier-sur-Vevey	corsier-sur-vevey			CH	VD	2230	5884	3443	Europe/Zurich
7285568	Cortaillod	cortaillod			CH	NE	2401	6408	4802	Europe/Zurich
7285569	Cortébert	cortebert			CH	BE	241	433	710	Europe/Zurich
7285570	Cossonay	cossonay	Bezirk Cossonay,Cossonay District,Distreto de Cossonay,Distretto di Cossonay,District de Cossonay,Districte de Cossonay,bkhsh kwswnh,بخش کوسونه		CH	VD	2227	5477	3647	Europe/Zurich
7285571	Cottens (FR)	cottens-fr			CH	FR	1004	2186	1490	Europe/Zurich
7285572	Cottens (VD)	cottens-vd			CH	VD	2227	5478	473	Europe/Zurich
7285573	Courchapoix	courchapoix			CH	JU	2601	6706	427	Europe/Zurich
7285574	Courchavon	courchavon			CH	JU	2603	6783	300	Europe/Zurich
7285576	Courgenay	courgenay			CH	JU	2603	6784	2262	Europe/Zurich
7285577	Courgevaux	courgevaux			CH	FR	1005	2250	1428	Europe/Zurich
7285579	Courrendlin	courrendlin			CH	JU	2601	6708	2783	Europe/Zurich
7285580	Courroux	courroux			CH	JU	2601	6709	3229	Europe/Zurich
7285581	Court	court			CH	BE	241	690	1418	Europe/Zurich
7285582	Courtedoux	courtedoux			CH	JU	2603	6785	772	Europe/Zurich
7285583	Courtelary	courtelary			CH	BE	241	434	1360	Europe/Zurich
7285584	Courtepin	courtepin			CH	FR	1005	2254	5266	Europe/Zurich
7285585	Courtételle	courtetelle			CH	JU	2601	6710	2569	Europe/Zurich
7285586	Crans-près-Céligny	crans-pres-celigny			CH	VD	2228	5713	2172	Europe/Zurich
7285587	Crassier	crassier			CH	VD	2228	5714	1187	Europe/Zurich
7285589	Crémines	cremines			CH	BE	241	691	529	Europe/Zurich
7285591	Cressier (FR)	cressier-fr			CH	FR	1005	2257	932	Europe/Zurich
7285592	Cressier (NE)	cressier-ne			CH	NE	2404	6452	1904	Europe/Zurich
7285593	Crésuz	cresuz			CH	FR	1003	2130	331	Europe/Zurich
7285594	Crissier	crissier			CH	VD	2229	5583	7730	Europe/Zurich
7285596	Cronay	cronay			CH	VD	2224	5910	364	Europe/Zurich
7285597	Croy	croy			CH	VD	2224	5752	335	Europe/Zurich
7285599	Cuarnens	cuarnens			CH	VD	2227	5479	438	Europe/Zurich
7285600	Cuarny	cuarny			CH	VD	2224	5911	215	Europe/Zurich
7285601	Cudrefin	cudrefin			CH	VD	2222	5456	1516	Europe/Zurich
7285602	Cugnasco-Gerra	cugnasco-gerra			CH	TI	2104	5138	2909	Europe/Zurich
7285604	Cugy (FR)	cugy-fr			CH	FR	1001	2011	1633	Europe/Zurich
7285605	Cugy (VD)	cugy-vd			CH	VD	2223	5516	2750	Europe/Zurich
7285609	Cureglia	cureglia			CH	TI	2105	5180	1354	Europe/Zurich
7285610	Curio	curio			CH	TI	2105	5181	551	Europe/Zurich
7285613	Curtilles	curtilles			CH	VD	2222	5669	311	Europe/Zurich
7285614	Dachsen	dachsen			CH	ZH	102	25	1988	Europe/Zurich
7285615	Dägerlen	daegerlen			CH	ZH	110	214	1014	Europe/Zurich
7285616	Dagmersellen	dagmersellen			CH	LU	315	1125	5234	Europe/Zurich
7285617	Daillens	daillens			CH	VD	2223	5480	940	Europe/Zurich
7285618	Dallenwil	dallenwil			CH	NW	700	1503	1797	Europe/Zurich
7285619	Dällikon	daellikon			CH	ZH	104	84	3952	Europe/Zurich
7285620	Dalpe	dalpe			CH	TI	2103	5071	198	Europe/Zurich
7285621	Damphreux	damphreux			CH	JU	2603	6787	181	Europe/Zurich
7285622	Däniken	daeniken			CH	SO	1108	2572	2769	Europe/Zurich
7285623	Dänikon	daenikon			CH	ZH	104	85	1890	Europe/Zurich
7285624	Dardagny	dardagny			CH	GE	2500	6620	1532	Europe/Zurich
7285625	Därligen	daerligen			CH	BE	250	575	407	Europe/Zurich
7285626	Därstetten	daerstetten			CH	BE	249	761	845	Europe/Zurich
7285627	Dättlikon	daettlikon			CH	ZH	110	215	745	Europe/Zurich
7285629	Degersheim	degersheim			CH	SG	1728	3401	4000	Europe/Zurich
7285631	Deisswil bei Münchenbuchsee	deisswil-bei-muenchenbuchsee			CH	BE	246	535	85	Europe/Zurich
7285632	Deitingen	deitingen			CH	SO	1106	2516	2215	Europe/Zurich
7285633	Delémont	delemont			CH	JU	2601	6711	12593	Europe/Zurich
7285634	Delley-Portalban	delley-portalban			CH	FR	1001	2051	1066	Europe/Zurich
7285635	Démoret	demoret			CH	VD	2224	5912	123	Europe/Zurich
7285636	Denens	denens			CH	VD	2227	5631	709	Europe/Zurich
7285638	Denges	denges			CH	VD	2227	5632	1653	Europe/Zurich
7285639	Densbüren	densbueren			CH	AG	1901	4004	702	Europe/Zurich
7285640	Derendingen	derendingen			CH	SO	1106	2517	6319	Europe/Zurich
7285641	Develier	develier			CH	JU	2601	6712	1401	Europe/Zurich
7285642	Diegten	diegten			CH	BL	1305	2884	1618	Europe/Zurich
7285643	Dielsdorf	dielsdorf	Dielsdorf ZH,Dil'sdorf,di er si duo fu,Дильсдорф,迪爾斯多夫		CH	ZH	104	86	5921	Europe/Zurich
7285644	Diemerswil	diemerswil			CH	BE	246	536	204	Europe/Zurich
7285645	Diemtigen	diemtigen			CH	BE	249	762	2162	Europe/Zurich
7285646	Diepflingen	diepflingen			CH	BL	1304	2845	719	Europe/Zurich
7285647	Diepoldsau	diepoldsau			CH	SG	1723	3234	6347	Europe/Zurich
7285648	Dierikon	dierikon			CH	LU	312	1053	1438	Europe/Zurich
7285649	Diessbach bei Büren	diessbach-bei-bueren			CH	BE	243	385	996	Europe/Zurich
7285651	Diessenhofen	diessenhofen			CH	TG	2012	4545	3676	Europe/Zurich
7285652	Dietikon	dietikon	Ditikon,daytaykwn,di ken kong,dyh tykwn,Дитикон,دآيتأيكون,دیه تیکون,迪肯孔		CH	ZH	111	243	26711	Europe/Zurich
7285653	Dietlikon	dietlikon			CH	ZH	103	54	7625	Europe/Zurich
7285654	Dietwil	dietwil			CH	AG	1908	4231	1287	Europe/Zurich
7285655	Dintikon	dintikon			CH	AG	1907	4194	2168	Europe/Zurich
7285656	Disentis/Mustér	disentis-muster			CH	GR	1850	3982	2070	Europe/Zurich
7285657	Dittingen	dittingen			CH	BL	1302	2784	729	Europe/Zurich
7285658	Dizy	dizy			CH	VD	2227	5481	222	Europe/Zurich
7285659	Domat/Ems	domat-ems			CH	GR	1844	3722	7880	Europe/Zurich
7285664	Dompierre (VD)	dompierre-vd			CH	VD	2222	5671	247	Europe/Zurich
7285666	Donneloye	donneloye			CH	VD	2224	5913	766	Europe/Zurich
7285667	Doppleschwand	doppleschwand			CH	LU	316	1001	750	Europe/Zurich
7285668	Dorénaz	dorenaz			CH	VS	2310	6212	870	Europe/Zurich
7285669	Dorf	dorf			CH	ZH	102	26	624	Europe/Zurich
7285670	Dörflingen	doerflingen			CH	SH	1402	2915	972	Europe/Zurich
7285671	Dornach	dornach			CH	SO	1104	2473	6538	Europe/Zurich
7285672	Dottikon	dottikon			CH	AG	1903	4065	3857	Europe/Zurich
7285673	Dotzigen	dotzigen			CH	BE	243	386	1455	Europe/Zurich
7285674	Dozwil	dozwil			CH	TG	2011	4406	683	Europe/Zurich
7285675	Dübendorf	duebendorf			CH	ZH	109	191	26844	Europe/Zurich
7285676	Düdingen	duedingen	Guin,di ding gen,迪丁根		CH	FR	1006	2293	7794	Europe/Zurich
7285677	Duggingen	duggingen			CH	BL	1302	2785	1510	Europe/Zurich
7285678	Duillier	duillier			CH	VD	2228	5715	1034	Europe/Zurich
7285679	Dulliken	dulliken			CH	SO	1108	2573	4897	Europe/Zurich
7285680	Dully	dully			CH	VD	2228	5855	641	Europe/Zurich
7285681	Dürnten	duernten			CH	ZH	105	113	7421	Europe/Zurich
7285682	Dürrenäsch	duerrenaesch			CH	AG	1905	4134	1222	Europe/Zurich
7285683	Dürrenroth	duerrenroth			CH	BE	245	952	1067	Europe/Zurich
7285687	Ebikon	ebikon			CH	LU	312	1054	13106	Europe/Zurich
7285688	Ebnat-Kappel	ebnat-kappel			CH	SG	1727	3352	5057	Europe/Zurich
7285689	Echallens	echallens			CH	VD	2223	5518	5626	Europe/Zurich
7285690	Echandens	echandens			CH	VD	2227	5633	2662	Europe/Zurich
7285691	Echarlens	echarlens			CH	FR	1003	2131	814	Europe/Zurich
7285693	Echichens	echichens			CH	VD	2227	5634	2593	Europe/Zurich
7285695	Eclépens	eclepens			CH	VD	2227	5482	1037	Europe/Zurich
7285697	Ecublens (FR)	ecublens-fr			CH	FR	1002	2072	332	Europe/Zurich
7285698	Ecublens (VD)	ecublens-vd			CH	VD	2229	5635	12284	Europe/Zurich
7285699	Ederswiler	ederswiler			CH	JU	2601	6713	113	Europe/Zurich
7285700	Effingen	effingen			CH	AG	1904	4096	613	Europe/Zurich
7285701	Egerkingen	egerkingen			CH	SO	1101	2401	3447	Europe/Zurich
7285702	Egg	egg	Echa,Egg ZH,Egg i Sveits,Ehg,Ehgg,ai ge shi,Эг,Эгг,埃格市		CH	ZH	109	192	8388	Europe/Zurich
7285703	Eggenwil	eggenwil			CH	AG	1903	4066	946	Europe/Zurich
7285704	Eggerberg	eggerberg			CH	VS	2301	6004	345	Europe/Zurich
7285705	Eggersriet	eggersriet			CH	SG	1721	3212	2262	Europe/Zurich
7285706	Eggiwil	eggiwil			CH	BE	245	901	2442	Europe/Zurich
7285707	Eglisau	eglisau			CH	ZH	103	55	5025	Europe/Zurich
7285708	Egliswil	egliswil			CH	AG	1907	4195	1335	Europe/Zurich
7285709	Egnach	egnach			CH	TG	2011	4411	4573	Europe/Zurich
7285710	Egolzwil	egolzwil			CH	LU	315	1127	1420	Europe/Zurich
7285711	Ehrendingen	ehrendingen			CH	AG	1902	4049	4743	Europe/Zurich
7285712	Eich	eich			CH	LU	314	1084	1684	Europe/Zurich
7285713	Eichberg	eichberg			CH	SG	1723	3252	1539	Europe/Zurich
7285714	Eiken	eiken	Ajken,Eiken i Sveits,ai ken,Айкен,艾肯		CH	AG	1906	4161	2196	Europe/Zurich
7285715	Einsiedeln	einsiedeln			CH	SZ	501	1301	15077	Europe/Zurich
7285716	Eischoll	eischoll			CH	VS	2309	6194	453	Europe/Zurich
7285717	Eisten	eisten			CH	VS	2313	6282	201	Europe/Zurich
7285718	Elfingen	elfingen			CH	AG	1904	4097	279	Europe/Zurich
7285719	Elgg	elgg			CH	ZH	110	294	4218	Europe/Zurich
7285720	Ellikon an der Thur	ellikon-an-der-thur			CH	ZH	110	218	885	Europe/Zurich
7285722	Elsau	elsau			CH	ZH	110	219	3480	Europe/Zurich
7285723	Embd	embd			CH	VS	2313	6283	302	Europe/Zurich
7285724	Embrach	embrach			CH	ZH	103	56	9139	Europe/Zurich
7285725	Emmen	emmen	Ehmmen,Emen,Emmen LU,Emmen i Sveits,ai men,amn  swyys,amyn,emen,Емен,Эммен,آمن، سوئیس,إمين,エメン,埃門,에멘		CH	LU	313	1024	29723	Europe/Zurich
7285726	Emmetten	emmetten			CH	NW	700	1504	1380	Europe/Zurich
7285727	Endingen	endingen			CH	AG	1911	4305	2528	Europe/Zurich
7285728	Engelberg	engelberg	Engelberg		CH	OW	600	1402	4097	Europe/Zurich
7285729	Enges	enges			CH	NE	2404	6453	279	Europe/Zurich
7285733	Ennetbaden	ennetbaden			CH	AG	1902	4026	3324	Europe/Zurich
7285734	Ennetbürgen	ennetbuergen			CH	NW	700	1505	4600	Europe/Zurich
7285735	Ennetmoos	ennetmoos			CH	NW	700	1506	2100	Europe/Zurich
7285736	Entlebuch	entlebuch	Ehntlebukh,Entlebuch LU,en te lei bu he,Энтлебух,恩特勒布赫		CH	LU	316	1002	3349	Europe/Zurich
7285738	Epalinges	epalinges			CH	VD	2225	5584	9202	Europe/Zurich
7285740	Ependes (VD)	ependes-vd			CH	VD	2224	5914	346	Europe/Zurich
7285742	Eppenberg-Wöschnau	eppenberg-woeschnau			CH	SO	1108	2574	317	Europe/Zurich
7285743	Epsach	epsach			CH	BE	243	735	328	Europe/Zurich
7285744	Eptingen	eptingen			CH	BL	1305	2885	532	Europe/Zurich
7285745	Ergisch	ergisch			CH	VS	2306	6104	189	Europe/Zurich
7285746	Eriswil	eriswil			CH	BE	244	953	1362	Europe/Zurich
7285747	Eriz	eriz			CH	BE	247	924	487	Europe/Zurich
7285748	Erlach	erlach			CH	BE	243	492	1410	Europe/Zurich
7285751	Erlen	erlen			CH	TG	2015	4476	3624	Europe/Zurich
7285752	Erlenbach im Simmental	erlenbach-im-simmental			CH	BE	249	763	1704	Europe/Zurich
7285753	Erlenbach (ZH)	erlenbach-zh			CH	ZH	107	151	5470	Europe/Zurich
7285754	Erlinsbach	erlinsbach			CH	AG	1901	4005	3973	Europe/Zurich
7285755	Erlinsbach (SO)	erlinsbach-so			CH	SO	1105	2503	3397	Europe/Zurich
7285756	Ermatingen	ermatingen			CH	TG	2013	4646	3202	Europe/Zurich
7285757	Ermensee	ermensee			CH	LU	313	1025	892	Europe/Zurich
7285758	Ernen	ernen			CH	VS	2304	6056	511	Europe/Zurich
7285762	Erschwil	erschwil			CH	SO	1110	2615	903	Europe/Zurich
7285763	Ersigen	ersigen			CH	BE	245	405	2026	Europe/Zurich
7285764	Erstfeld	erstfeld			CH	UR	400	1206	3774	Europe/Zurich
7285765	Eschenbach (LU)	eschenbach-lu			CH	LU	313	1026	3658	Europe/Zurich
7285767	Eschenz	eschenz			CH	TG	2012	4806	1725	Europe/Zurich
7285769	Eschert	eschert			CH	BE	241	692	375	Europe/Zurich
7285770	Eschlikon	eschlikon			CH	TG	2014	4724	4278	Europe/Zurich
7285772	Essertes	essertes			CH	VD	2226	5788	330	Europe/Zurich
7285773	Essertines-sur-Rolle	essertines-sur-rolle			CH	VD	2228	5856	696	Europe/Zurich
7285774	Essertines-sur-Yverdon	essertines-sur-yverdon			CH	VD	2223	5520	946	Europe/Zurich
7285778	Etagnières	etagnieres			CH	VD	2223	5521	1145	Europe/Zurich
7285779	Etoy	etoy			CH	VD	2227	5636	2939	Europe/Zurich
7285780	Ettingen	ettingen			CH	BL	1301	2768	4978	Europe/Zurich
7285781	Ettiswil	ettiswil			CH	LU	315	1128	2649	Europe/Zurich
7285784	Etziken	etziken			CH	SO	1106	2518	787	Europe/Zurich
7285785	Evilard/Leubringen	evilard-leubringen	Evilard,Leubringen		CH	BE	242	372	2552	Europe/Zurich
7285786	Evionnaz	evionnaz			CH	VS	2310	6213	1242	Europe/Zurich
7285787	Evolène	evolene			CH	VS	2305	6083	1689	Europe/Zurich
7285788	Fahrni	fahrni			CH	BE	247	925	792	Europe/Zurich
7285789	Fahrwangen	fahrwangen			CH	AG	1907	4196	2004	Europe/Zurich
7285790	Fahy	fahy			CH	JU	2603	6789	355	Europe/Zurich
7285791	Faido	faido			CH	TI	2103	5072	2986	Europe/Zurich
7285793	Falera	falera			CH	GR	1850	3572	614	Europe/Zurich
7285794	Fällanden	faellanden			CH	ZH	109	193	8356	Europe/Zurich
7285796	Faoug	faoug			CH	VD	2222	5458	860	Europe/Zurich
7285797	Farnern	farnern			CH	BE	244	975	205	Europe/Zurich
7285799	Féchy	fechy			CH	VD	2227	5427	856	Europe/Zurich
7285800	Fehraltorf	fehraltorf			CH	ZH	108	172	6307	Europe/Zurich
7285801	Fehren	fehren			CH	SO	1110	2616	610	Europe/Zurich
7285802	Felben-Wellhausen	felben-wellhausen			CH	TG	2012	4561	2691	Europe/Zurich
7285803	Feldbrunnen-St. Niklaus	feldbrunnen-st-niklaus			CH	SO	1107	2544	974	Europe/Zurich
7285804	Felsberg	felsberg			CH	GR	1844	3731	2476	Europe/Zurich
7285806	Ferden	ferden			CH	VS	2309	6195	244	Europe/Zurich
7285807	Ferenbalm	ferenbalm			CH	BE	246	662	1234	Europe/Zurich
7285810	Ferpicloz	ferpicloz			CH	FR	1004	2194	285	Europe/Zurich
7285811	Ferrera	ferrera			CH	GR	1851	3713	84	Europe/Zurich
7285813	Ferreyres	ferreyres			CH	VD	2227	5483	314	Europe/Zurich
7285814	Fétigny	fetigny			CH	FR	1001	2016	962	Europe/Zurich
7285815	Feuerthalen	feuerthalen			CH	ZH	102	27	3567	Europe/Zurich
7285816	Feusisberg	feusisberg			CH	SZ	503	1321	5146	Europe/Zurich
7285817	Fey	fey			CH	VD	2223	5522	636	Europe/Zurich
7285818	Fideris	fideris			CH	GR	1849	3861	600	Europe/Zurich
7285819	Fiesch	fiesch			CH	VS	2304	6057	927	Europe/Zurich
7285821	Fieschertal	fieschertal			CH	VS	2304	6058	319	Europe/Zurich
7285822	Fiez	fiez			CH	VD	2224	5556	420	Europe/Zurich
7285826	Finhaut	finhaut			CH	VS	2310	6214	445	Europe/Zurich
7285827	Finsterhennen	finsterhennen			CH	BE	243	493	533	Europe/Zurich
7285828	Fischbach	fischbach	Fischbach LU		CH	LU	315	1129	726	Europe/Zurich
7285829	Fischbach-Göslikon	fischbach-goeslikon			CH	AG	1903	4067	1626	Europe/Zurich
7285830	Fischenthal	fischenthal			CH	ZH	105	114	2420	Europe/Zurich
7285831	Fischingen	fischingen			CH	TG	2014	4726	2644	Europe/Zurich
7285832	Fisibach	fisibach			CH	AG	1911	4306	440	Europe/Zurich
7285833	Fislisbach	fislisbach			CH	AG	1902	4027	5556	Europe/Zurich
7285834	Flaach	flaach			CH	ZH	102	28	1359	Europe/Zurich
7285835	Fläsch	flaesch			CH	GR	1845	3951	713	Europe/Zurich
7285837	Flawil	flawil			CH	SG	1728	3402	10368	Europe/Zurich
7285838	Flerden	flerden			CH	GR	1851	3662	229	Europe/Zurich
7285840	Flims	flims			CH	GR	1844	3732	2697	Europe/Zurich
7285841	Flüelen	flueelen			CH	UR	400	1207	1972	Europe/Zurich
7285842	Flühli	fluehli			CH	LU	316	1004	1882	Europe/Zurich
7285843	Flumenthal	flumenthal			CH	SO	1107	2545	959	Europe/Zurich
7285844	Flums	flums			CH	SG	1725	3292	4869	Europe/Zurich
7285845	Flurlingen	flurlingen			CH	ZH	102	29	1438	Europe/Zurich
7285851	Fontaines-sur-Grandson	fontaines-sur-grandson			CH	VD	2224	5557	191	Europe/Zurich
7285853	Fontenais	fontenais			CH	JU	2603	6790	1671	Europe/Zurich
7285854	Forel (Lavaux)	forel-lavaux			CH	VD	2226	5604	2091	Europe/Zurich
7285856	Forst-Längenbühl	forst-laengenbuehl			CH	BE	247	948	776	Europe/Zurich
7285857	Founex	founex			CH	VD	2228	5717	3632	Europe/Zurich
7285858	Fräschels	fraeschels			CH	FR	1005	2258	460	Europe/Zurich
7285860	Fraubrunnen	fraubrunnen			CH	BE	246	538	4889	Europe/Zurich
7285861	Frauenfeld	frauenfeld			CH	TG	2012	4566	24864	Europe/Zurich
7285862	Frauenkappelen	frauenkappelen			CH	BE	246	663	1207	Europe/Zurich
7285863	Freienbach	freienbach			CH	SZ	503	1322	16037	Europe/Zurich
7285866	Freienwil	freienwil			CH	AG	1902	4028	980	Europe/Zurich
7285867	Freimettigen	freimettigen			CH	BE	246	607	469	Europe/Zurich
7285868	Frenkendorf	frenkendorf			CH	BL	1303	2824	6490	Europe/Zurich
7285870	Fribourg	fribourg	Canton Fribourg,Freiburg,Freiburg im UEechtland,Freiburg im Üechtland,Friborg,Friborgh,Fribourg,Fribur,Fribur/Frajburg,Fribura,Friburas,Friburg,Friburgh,Friburgo,Friburgu,Friburgum Nuithonum,Fribôrg,Fribūra,Fribūras,Fryburg,Gorad Frybur,frybrg,frybwrg,frybwrgh,fu li bao,furiburu,peulibuleu,priburi,prybwr,Горад Фрыбур,Фрибур,Фрибур/Фрајбург,Фрібур,פריבור,فريبورغ,فریبرگ,فریبورگ,ფრიბური,フリブール,弗里堡,프리부르		CH	FR	1004	2196	38489	Europe/Zurich
7285871	Frick	frick	Frick AG,Frick i Sveits,Frik,fu li ke,Фрик,弗里克		CH	AG	1906	4163	5284	Europe/Zurich
7285872	Froideville	froideville			CH	VD	2223	5523	2429	Europe/Zurich
7285873	Frutigen	frutigen			CH	BE	249	563	6857	Europe/Zurich
7285875	Fulenbach	fulenbach			CH	SO	1108	2575	1726	Europe/Zurich
7285876	Füllinsdorf	fuellinsdorf			CH	BL	1303	2825	4385	Europe/Zurich
7285877	Full-Reuenthal	full-reuenthal			CH	AG	1911	4307	868	Europe/Zurich
7285878	Fully	fully			CH	VS	2307	6133	8524	Europe/Zurich
7285879	Furna	furna			CH	GR	1849	3862	209	Europe/Zurich
7285880	Fürstenau	fuerstenau	Farschno,Fuerstenau,Fürstenau		CH	GR	1851	3633	345	Europe/Zurich
7285881	Gächlingen	gaechlingen			CH	SH	1401	2901	824	Europe/Zurich
7285882	Gachnang	gachnang			CH	TG	2012	4571	3984	Europe/Zurich
7285884	Gais	gais			CH	AR	1502	3022	3073	Europe/Zurich
7285885	Galgenen	galgenen			CH	SZ	505	1342	5141	Europe/Zurich
7285887	Galmiz	galmiz			CH	FR	1005	2259	645	Europe/Zurich
7285888	Gals	gals			CH	BE	243	494	780	Europe/Zurich
7285889	Gampel-Bratsch	gampel-bratsch			CH	VS	2306	6118	1909	Europe/Zurich
7285890	Gampelen	gampelen			CH	BE	243	495	864	Europe/Zurich
7285891	Gams	gams			CH	SG	1724	3272	3296	Europe/Zurich
7285893	Gansingen	gansingen			CH	AG	1906	4164	1000	Europe/Zurich
7285895	Gebenstorf	gebenstorf			CH	AG	1902	4029	4975	Europe/Zurich
7285897	Gelterkinden	gelterkinden			CH	BL	1304	2846	5995	Europe/Zurich
7285898	Geltwil	geltwil			CH	AG	1908	4232	201	Europe/Zurich
7285899	Gempen	gempen			CH	SO	1104	2474	889	Europe/Zurich
7285900	Gempenach	gempenach			CH	FR	1005	2260	307	Europe/Zurich
7285902	Genève	geneve	Geneva,Geneve,Genf,Genève,Jenwe		CH	GE	2500	6621	198072	Europe/Zurich
7285903	Genolier	genolier			CH	VD	2228	5718	1929	Europe/Zurich
7285904	Genthod	genthod	Zhanto,janto,rang tuo,Жанто,ジャント,让托		CH	GE	2500	6622	2747	Europe/Zurich
7285905	Gerlafingen	gerlafingen			CH	SO	1106	2519	4988	Europe/Zurich
7285906	Geroldswil	geroldswil	Geroldswil		CH	ZH	111	244	4868	Europe/Zurich
7285908	Gersau	gersau			CH	SZ	502	1311	2240	Europe/Zurich
7285909	Gerzensee	gerzensee			CH	BE	246	866	1163	Europe/Zurich
7285911	Geuensee	geuensee			CH	LU	314	1085	2843	Europe/Zurich
7285912	Giebenach	giebenach			CH	BL	1303	2826	1036	Europe/Zurich
7285913	Giez	giez			CH	VD	2224	5559	388	Europe/Zurich
7285914	Giffers	giffers	Chevrilles		CH	FR	1006	2294	1535	Europe/Zurich
7285915	Gilly	gilly			CH	VD	2228	5857	1134	Europe/Zurich
7285916	Gimel	gimel			CH	VD	2227	5428	1913	Europe/Zurich
7285917	Gingins	gingins			CH	VD	2228	5719	1223	Europe/Zurich
7285918	Giornico	giornico			CH	TI	2103	5073	879	Europe/Zurich
7285919	Gipf-Oberfrick	gipf-oberfrick			CH	AG	1906	4165	3543	Europe/Zurich
7285920	Gisikon	gisikon			CH	LU	312	1055	1189	Europe/Zurich
7285921	Giswil	giswil			CH	OW	600	1403	3586	Europe/Zurich
7285923	Givisiez	givisiez	Siebenzach		CH	FR	1004	2197	3125	Europe/Zurich
7285924	Givrins	givrins			CH	VD	2228	5720	983	Europe/Zurich
7285925	Gland	gland			CH	VD	2228	5721	12727	Europe/Zurich
7285926	Glarus	glarus			CH	GL	800	1632	12570	Europe/Zurich
7285927	Glattfelden	glattfelden			CH	ZH	103	58	4955	Europe/Zurich
7285929	Gletterens	gletterens			CH	FR	1001	2022	1004	Europe/Zurich
7285934	Goldach	goldach			CH	SG	1722	3213	9110	Europe/Zurich
7285936	Gollion	gollion			CH	VD	2227	5484	866	Europe/Zurich
7285938	Gondiswil	gondiswil			CH	BE	244	326	737	Europe/Zurich
7285939	Gonten	gonten			CH	AI	1600	3102	1442	Europe/Zurich
7285940	Gontenschwil	gontenschwil			CH	AG	1905	4135	2078	Europe/Zurich
7285941	Gordola	gordola			CH	TI	2104	5108	4511	Europe/Zurich
7285944	Göschenen	goeschenen			CH	UR	400	1208	438	Europe/Zurich
7285945	Gossau (SG)	gossau-sg			CH	SG	1721	3443	18005	Europe/Zurich
7285946	Gossau (ZH)	gossau-zh			CH	ZH	105	115	9758	Europe/Zurich
7285948	Gottlieben	gottlieben			CH	TG	2013	4651	325	Europe/Zurich
7285951	Graben	graben			CH	BE	244	976	337	Europe/Zurich
7285952	Grabs	grabs			CH	SG	1724	3273	6929	Europe/Zurich
7285953	Grächen	graechen			CH	VS	2313	6285	1351	Europe/Zurich
7285956	Grancia	grancia			CH	TI	2105	5186	519	Europe/Zurich
7285957	Grancy	grancy			CH	VD	2227	5485	396	Europe/Zurich
7285958	Grandcour	grandcour			CH	VD	2222	5817	851	Europe/Zurich
7285959	Grandevent	grandevent			CH	VD	2224	5560	232	Europe/Zurich
7285960	Grandfontaine	grandfontaine			CH	JU	2603	6792	392	Europe/Zurich
7285961	Grandson	grandson			CH	VD	2224	5561	3306	Europe/Zurich
7285962	Grandval	grandval			CH	BE	241	694	388	Europe/Zurich
7285964	Grandvillard	grandvillard			CH	FR	1003	2134	795	Europe/Zurich
7285965	Granges-Paccot	granges-paccot	Zur Schueren,Zur Schüren		CH	FR	1004	2198	3358	Europe/Zurich
7285967	Granges (Veveyse)	granges-veveyse			CH	FR	1007	2328	834	Europe/Zurich
7285968	Grangettes	grangettes			CH	FR	1002	2079	191	Europe/Zurich
7285969	Gränichen	graenichen			CH	AG	1901	4006	7432	Europe/Zurich
7285970	Gravesano	gravesano			CH	TI	2105	5187	1265	Europe/Zurich
7285971	Greifensee	greifensee	Grajfenzee,Greifensee ZH,ge lai fen sai,grfansh  swyys,Грайфензее,گرفانسه، سوئیس,格賴芬塞		CH	ZH	109	194	5374	Europe/Zurich
7285972	Grellingen	grellingen			CH	BL	1302	2786	1840	Europe/Zurich
7285973	Grenchen	grenchen			CH	SO	1107	2546	16741	Europe/Zurich
7285974	Greng	greng			CH	FR	1005	2261	177	Europe/Zurich
7285975	Grengiols	grengiols			CH	VS	2309	6177	431	Europe/Zurich
7285976	Grens	grens			CH	VD	2228	5722	387	Europe/Zurich
7285977	Greppen	greppen			CH	LU	312	1056	1036	Europe/Zurich
7285981	Gretzenbach	gretzenbach	Gretzenbach		CH	SO	1108	2576	2643	Europe/Zurich
7285982	Grimisuat	grimisuat			CH	VS	2312	6263	3218	Europe/Zurich
7285983	Grindel	grindel			CH	SO	1110	2617	486	Europe/Zurich
7285984	Grindelwald	grindelwald	Grindelwald		CH	BE	250	576	3740	Europe/Zurich
7285985	Grolley	grolley			CH	FR	1004	2200	1900	Europe/Zurich
7285986	Grône	grone			CH	VS	2311	6238	2311	Europe/Zurich
7285987	Grono	grono			CH	GR	1847	3832	1321	Europe/Zurich
7285988	Grossaffoltern	grossaffoltern			CH	BE	243	303	2999	Europe/Zurich
7285989	Grossdietwil	grossdietwil			CH	LU	315	1131	831	Europe/Zurich
7285992	Grosshöchstetten	grosshoechstetten			CH	BE	246	608	3516	Europe/Zurich
7285993	Grosswangen	grosswangen	Grosvangen,Гросванген		CH	LU	314	1086	3120	Europe/Zurich
7285994	Grub (AR)	grub-ar			CH	AR	1503	3031	1008	Europe/Zurich
7285995	Grüsch	gruesch			CH	GR	1849	3961	1984	Europe/Zurich
7285996	Gruyères	gruyeres			CH	FR	1003	2135	2153	Europe/Zurich
7285997	Gryon	gryon			CH	VD	2221	5405	1267	Europe/Zurich
7285998	Gsteig	gsteig			CH	BE	248	841	976	Europe/Zurich
7285999	Gsteigwiler	gsteigwiler			CH	BE	250	577	399	Europe/Zurich
7286002	Guggisberg	guggisberg			CH	BE	246	852	1550	Europe/Zurich
7286003	Gündlischwand	guendlischwand			CH	BE	250	578	341	Europe/Zurich
7286004	Günsberg	guensberg			CH	SO	1107	2547	1152	Europe/Zurich
7286006	Gunzgen	gunzgen			CH	SO	1108	2578	1655	Europe/Zurich
7286007	Gurbrü	gurbrue			CH	BE	246	665	246	Europe/Zurich
7286008	Gurmels	gurmels			CH	FR	1005	2262	4142	Europe/Zurich
7286010	Gurtnellen	gurtnellen			CH	UR	400	1209	577	Europe/Zurich
7286011	Gurzelen	gurzelen			CH	BE	247	867	855	Europe/Zurich
7286012	Guttannen	guttannen	Guatanen,Guttannen,Guttanneni vald,gu tan nen,Гуттаннен,古坦嫩		CH	BE	250	782	291	Europe/Zurich
7286013	Guttet-Feschel	guttet-feschel	Guttet		CH	VS	2306	6117	415	Europe/Zurich
7286014	Güttingen	guettingen			CH	TG	2013	4656	1574	Europe/Zurich
7286015	Gy	gy			CH	GE	2500	6624	508	Europe/Zurich
7286016	Habkern	habkern			CH	BE	250	579	644	Europe/Zurich
7286017	Habsburg	habsburg			CH	AG	1904	4099	407	Europe/Zurich
7286018	Häfelfingen	haefelfingen			CH	BL	1304	2847	272	Europe/Zurich
7286019	Hagenbuch	hagenbuch			CH	ZH	110	220	1104	Europe/Zurich
7286020	Hägendorf	haegendorf			CH	SO	1108	2579	4866	Europe/Zurich
7286023	Häggenschwil	haeggenschwil			CH	SG	1721	3201	1264	Europe/Zurich
7286024	Hägglingen	haegglingen			CH	AG	1903	4068	2419	Europe/Zurich
7286025	Hagneck	hagneck			CH	BE	243	736	410	Europe/Zurich
7286027	Hallau	hallau			CH	SH	1406	2971	2072	Europe/Zurich
7286028	Hallwil	hallwil			CH	AG	1907	4197	790	Europe/Zurich
7286029	Halten	halten			CH	SO	1106	2520	873	Europe/Zurich
7286030	Härkingen	haerkingen			CH	SO	1101	2402	1533	Europe/Zurich
7286031	Hasle bei Burgdorf	hasle-bei-burgdorf			CH	BE	245	406	3353	Europe/Zurich
7286032	Hasle (LU)	hasle-lu			CH	LU	316	1005	1748	Europe/Zurich
7286034	Hasliberg	hasliberg			CH	BE	250	783	1180	Europe/Zurich
7286035	Hauenstein-Ifenthal	hauenstein-ifenthal			CH	SO	1105	2491	314	Europe/Zurich
7286036	Hauptwil-Gottshaus	hauptwil-gottshaus			CH	TG	2015	4486	1915	Europe/Zurich
7286037	Hausen	hausen	Hausen AG,Hausen bei Brugg,Hauzen,Khauzen,hao sen,Хаузен,Հաուզեն,豪森		CH	AG	1904	4100	3407	Europe/Zurich
7286038	Hausen am Albis	hausen-am-albis			CH	ZH	101	4	3477	Europe/Zurich
7286039	Haute-Ajoie	haute-ajoie			CH	JU	2603	6809	946	Europe/Zurich
7286040	Hauterive (FR)	hauterive-fr			CH	FR	1004	2233	2415	Europe/Zurich
7286041	Hauterive (NE)	hauterive-ne			CH	NE	2404	6454	2628	Europe/Zurich
7286042	Hauteville	hauteville			CH	FR	1003	2137	643	Europe/Zurich
7286043	Haut-Intyamon	haut-intyamon			CH	FR	1003	2121	1523	Europe/Zurich
7286044	Häutligen	haeutligen			CH	BE	246	609	249	Europe/Zurich
7286045	Hedingen	hedingen			CH	ZH	101	5	3660	Europe/Zurich
7286046	Hefenhofen	hefenhofen			CH	TG	2011	4416	1229	Europe/Zurich
7286047	Heiden	heiden	Heiden AR,Heiden i Sveits,Khajden,Хайден		CH	AR	1503	3032	4151	Europe/Zurich
7286048	Heiligenschwendi	heiligenschwendi			CH	BE	247	927	709	Europe/Zurich
7286049	Heimberg	heimberg			CH	BE	247	928	6667	Europe/Zurich
7286050	Heimenhausen	heimenhausen			CH	BE	244	977	1105	Europe/Zurich
7286051	Heimiswil	heimiswil			CH	BE	245	407	1607	Europe/Zurich
7286053	Heitenried	heitenried			CH	FR	1006	2296	1373	Europe/Zurich
7286054	Hellikon	hellikon			CH	AG	1909	4251	803	Europe/Zurich
7286055	Hellsau	hellsau			CH	BE	245	408	201	Europe/Zurich
7286056	Hemberg	hemberg			CH	SG	1727	3372	927	Europe/Zurich
7286057	Hemishofen	hemishofen			CH	SH	1405	2962	460	Europe/Zurich
7286058	Hemmiken	hemmiken			CH	BL	1304	2848	271	Europe/Zurich
7286059	Hendschiken	hendschiken			CH	AG	1907	4198	1163	Europe/Zurich
7286060	Henggart	henggart			CH	ZH	102	31	2249	Europe/Zurich
7286061	Henniez	henniez			CH	VD	2222	5819	339	Europe/Zurich
7286062	Herbetswil	herbetswil			CH	SO	1102	2424	533	Europe/Zurich
7286063	Herbligen	herbligen			CH	BE	246	610	600	Europe/Zurich
7286064	Herdern	herdern			CH	TG	2012	4811	1020	Europe/Zurich
7286065	Hérémence	heremence			CH	VS	2305	6084	1362	Europe/Zurich
7286066	Hergiswil bei Willisau	hergiswil-bei-willisau			CH	LU	315	1132	1887	Europe/Zurich
7286067	Hergiswil (NW)	hergiswil-nw			CH	NW	700	1507	5645	Europe/Zurich
7286068	Herisau	herisau			CH	AR	1501	3001	15721	Europe/Zurich
7286069	Hermance	hermance			CH	GE	2500	6625	1016	Europe/Zurich
7286070	Hermenches	hermenches			CH	VD	2222	5673	381	Europe/Zurich
7286073	Hermrigen	hermrigen			CH	BE	243	737	303	Europe/Zurich
7286074	Herrliberg	herrliberg			CH	ZH	107	152	6295	Europe/Zurich
7286075	Hersberg	hersberg			CH	BL	1303	2827	328	Europe/Zurich
7286077	Herznach	herznach			CH	AG	1906	4166	1427	Europe/Zurich
7286078	Herzogenbuchsee	herzogenbuchsee			CH	BE	244	979	6994	Europe/Zurich
7286080	Hettlingen	hettlingen			CH	ZH	110	221	3114	Europe/Zurich
7286081	Hildisrieden	hildisrieden			CH	LU	314	1088	2138	Europe/Zurich
7286083	Hilterfingen	hilterfingen			CH	BE	247	929	4056	Europe/Zurich
7286084	Himmelried	himmelried			CH	SO	1110	2618	930	Europe/Zurich
7286085	Hindelbank	hindelbank			CH	BE	245	409	2414	Europe/Zurich
7286087	Hinwil	hinwil			CH	ZH	105	117	10848	Europe/Zurich
7286088	Hirschthal	hirschthal			CH	AG	1901	4007	1571	Europe/Zurich
7286089	Hittnau	hittnau			CH	ZH	108	173	3614	Europe/Zurich
7286090	Hitzkirch	hitzkirch			CH	LU	313	1030	5152	Europe/Zurich
7286091	Hochdorf	hochdorf	Hochdorf LU,Hochdorf i Luzern,Khokhdorf,huo he duo fu,Хохдорф,霍赫多夫		CH	LU	313	1031	9725	Europe/Zurich
7286092	Hochfelden	hochfelden	Hochfelden ZH,Hochfelden i Sveits,Hofelda,Khokhfel'den,huo he fei deng,Хохфельден,霍赫費登		CH	ZH	103	59	1994	Europe/Zurich
7286093	Höchstetten	hoechstetten			CH	BE	245	410	270	Europe/Zurich
7286094	Hochwald	hochwald			CH	SO	1104	2475	1293	Europe/Zurich
7286096	Hofstetten bei Brienz	hofstetten-bei-brienz			CH	BE	250	580	542	Europe/Zurich
7286097	Hofstetten-Flüh	hofstetten-flueh			CH	SO	1104	2476	3162	Europe/Zurich
7286099	Hohenrain	hohenrain			CH	LU	313	1032	2539	Europe/Zurich
7286100	Hohentannen	hohentannen			CH	TG	2015	4495	616	Europe/Zurich
7286101	Holderbank	holderbank	Holderbank AG,Holderbank i Aargau,Khol'derbank,huo de ban ke,Хольдербанк,霍德班克		CH	AG	1907	4199	1148	Europe/Zurich
7286102	Holderbank (SO)	holderbank-so			CH	SO	1102	2425	635	Europe/Zurich
7286103	Hölstein	hoelstein			CH	BL	1305	2886	2415	Europe/Zurich
7286104	Holziken	holziken			CH	AG	1905	4136	1317	Europe/Zurich
7286105	Homberg	homberg	Homberg b. Thun		CH	BE	247	931	500	Europe/Zurich
7286106	Hombrechtikon	hombrechtikon			CH	ZH	107	153	8485	Europe/Zurich
7286107	Homburg	homburg			CH	TG	2012	4816	1512	Europe/Zurich
7286108	Honau	honau			CH	LU	312	1057	380	Europe/Zurich
7286109	Horgen	horgen			CH	ZH	106	295	20207	Europe/Zurich
7286110	Höri	hoeri			CH	ZH	103	60	2645	Europe/Zurich
7286111	Horn	horn			CH	TG	2011	4421	2603	Europe/Zurich
7286112	Hornussen	hornussen			CH	AG	1906	4167	935	Europe/Zurich
7286113	Horrenbach-Buchen	horrenbach-buchen			CH	BE	247	932	242	Europe/Zurich
7286114	Horriwil	horriwil			CH	SO	1106	2523	865	Europe/Zurich
7286115	Horw	horw			CH	LU	312	1058	13788	Europe/Zurich
7286116	Hospental	hospental			CH	UR	400	1210	202	Europe/Zurich
7286118	Hubersdorf	hubersdorf			CH	SO	1107	2548	725	Europe/Zurich
7286119	Humlikon	humlikon			CH	ZH	102	32	504	Europe/Zurich
7286120	Hundwil	hundwil			CH	AR	1501	3002	962	Europe/Zurich
7286121	Hünenberg	huenenberg			CH	ZG	900	1703	8848	Europe/Zurich
7286122	Hüniken	hueniken			CH	SO	1106	2524	94	Europe/Zurich
7286123	Hüntwangen	huentwangen			CH	ZH	103	61	1014	Europe/Zurich
7286124	Hunzenschwil	hunzenschwil			CH	AG	1907	4200	3868	Europe/Zurich
7286126	Hüttikon	huettikon			CH	ZH	104	87	881	Europe/Zurich
7286127	Hüttlingen	huettlingen			CH	TG	2012	4590	830	Europe/Zurich
7286128	Huttwil	huttwil			CH	BE	244	954	4741	Europe/Zurich
7286129	Hüttwilen	huettwilen			CH	TG	2012	4821	1669	Europe/Zurich
7286130	Icogne	icogne			CH	VS	2311	6239	561	Europe/Zurich
7286131	Iffwil	iffwil			CH	BE	246	541	423	Europe/Zurich
7286134	Illgau	illgau			CH	SZ	506	1363	792	Europe/Zurich
7286137	Inden	inden			CH	VS	2306	6109	120	Europe/Zurich
7286138	Ingenbohl	ingenbohl			CH	SZ	506	1364	8695	Europe/Zurich
7286139	Inkwil	inkwil			CH	BE	244	980	624	Europe/Zurich
7286140	Innerthal	innerthal			CH	SZ	505	1343	193	Europe/Zurich
7286141	Innertkirchen	innertkirchen			CH	BE	250	784	1047	Europe/Zurich
7286142	Ins	ins			CH	BE	243	496	3444	Europe/Zurich
7286143	Interlaken	interlaken	Interlaken		CH	BE	250	581	5692	Europe/Zurich
7286145	Inwil	inwil			CH	LU	313	1033	2427	Europe/Zurich
7286146	Ipsach	ipsach			CH	BE	242	739	3972	Europe/Zurich
7286148	Iseltwald	iseltwald			CH	BE	250	582	428	Europe/Zurich
7286149	Isenthal	isenthal			CH	UR	400	1211	512	Europe/Zurich
7286150	Isérables	iserables			CH	VS	2307	6134	854	Europe/Zurich
7286151	Islisberg	islisberg			CH	AG	1903	4084	629	Europe/Zurich
7286152	Isone	isone			CH	TI	2101	5009	385	Europe/Zurich
7286154	Itingen	itingen			CH	BL	1304	2849	2057	Europe/Zurich
7286156	Ittigen	ittigen			CH	BE	246	362	11390	Europe/Zurich
7286157	Jaberg	jaberg			CH	BE	246	868	252	Europe/Zurich
7286158	Jaun	jaun			CH	FR	1003	2138	662	Europe/Zurich
7286159	Jegenstorf	jegenstorf			CH	BE	246	540	5609	Europe/Zurich
7286160	Jenaz	jenaz			CH	GR	1849	3863	1163	Europe/Zurich
7286161	Jenins	jenins			CH	GR	1845	3952	912	Europe/Zurich
7286162	Jens	jens			CH	BE	243	738	674	Europe/Zurich
7286164	Jonen	jonen			CH	AG	1903	4071	2019	Europe/Zurich
7286165	Jongny	jongny			CH	VD	2230	5885	1494	Europe/Zurich
7286166	Jonschwil	jonschwil			CH	SG	1728	3405	3767	Europe/Zurich
7286167	Jouxtens-Mézery	jouxtens-mezery			CH	VD	2225	5585	1414	Europe/Zurich
7286168	Juriens	juriens			CH	VD	2224	5754	301	Europe/Zurich
7286169	Jussy	jussy			CH	GE	2500	6626	1271	Europe/Zurich
7286170	Kaiseraugst	kaiseraugst			CH	AG	1909	4252	5565	Europe/Zurich
7286171	Kaiserstuhl	kaiserstuhl	Kaiserstuhl AG,Kaiserstuhl i Sveits,Kajzershtul',kai sa shi tu er,kzwrstwl  swyys,Кайзерштуль,کزورستول، سوئیس,凱撒施圖爾		CH	AG	1911	4308	396	Europe/Zurich
7286172	Kaisten	kaisten	Kaisten AG,Kaisten i Sveits,Kajsten,kai si teng,Кайстен,凱斯滕		CH	AG	1906	4169	2594	Europe/Zurich
7286173	Kallern	kallern			CH	AG	1908	4233	330	Europe/Zurich
7286174	Kallnach	kallnach	Chouchignies,Kallnach		CH	BE	243	304	1905	Europe/Zurich
7286175	Kaltbrunn	kaltbrunn			CH	SG	1726	3313	4788	Europe/Zurich
7286176	Kammersrohr	kammersrohr			CH	SO	1107	2549	33	Europe/Zurich
7286177	Kandergrund	kandergrund			CH	BE	249	564	784	Europe/Zurich
7286178	Kandersteg	kandersteg			CH	BE	249	565	1314	Europe/Zurich
7286179	Känerkinden	kaenerkinden			CH	BL	1304	2850	520	Europe/Zurich
7286180	Kappel am Albis	kappel-am-albis			CH	ZH	101	6	1033	Europe/Zurich
7286181	Kappelen	kappelen			CH	BE	243	305	1350	Europe/Zurich
7286182	Kappel (SO)	kappel-so	Kappel		CH	SO	1108	2580	3087	Europe/Zurich
7286183	Kaufdorf	kaufdorf			CH	BE	246	869	1061	Europe/Zurich
7286184	Kehrsatz	kehrsatz			CH	BE	246	870	4226	Europe/Zurich
7286185	Kemmental	kemmental			CH	TG	2013	4666	2393	Europe/Zurich
7286186	Kernenried	kernenried			CH	BE	245	411	527	Europe/Zurich
7286187	Kerns	kerns			CH	OW	600	1404	6048	Europe/Zurich
7286188	Kerzers	kerzers			CH	FR	1005	2265	4848	Europe/Zurich
7286189	Kesswil	kesswil			CH	TG	2011	4426	1002	Europe/Zurich
7286190	Kestenholz	kestenholz			CH	SO	1101	2403	1770	Europe/Zurich
7286191	Kienberg	kienberg			CH	SO	1105	2492	521	Europe/Zurich
7286193	Kiesen	kiesen			CH	BE	246	611	924	Europe/Zurich
7286194	Kilchberg (BL)	kilchberg-bl	Kilchberg,Kilchberg BL		CH	BL	1304	2851	154	Europe/Zurich
7286195	Kilchberg (ZH)	kilchberg-zh			CH	ZH	106	135	8098	Europe/Zurich
7286196	Killwangen	killwangen			CH	AG	1902	4030	1960	Europe/Zurich
7286197	Kippel	kippel			CH	VS	2309	6197	353	Europe/Zurich
7286198	Kirchberg (BE)	kirchberg-be			CH	BE	245	412	5817	Europe/Zurich
7286199	Kirchberg (SG)	kirchberg-sg			CH	SG	1727	3392	8874	Europe/Zurich
7286200	Kirchdorf (BE)	kirchdorf-be			CH	BE	246	872	956	Europe/Zurich
7286202	Kirchleerau	kirchleerau			CH	AG	1910	4275	843	Europe/Zurich
7286203	Kirchlindach	kirchlindach			CH	BE	246	354	2900	Europe/Zurich
7286204	Kleinandelfingen	kleinandelfingen			CH	ZH	102	33	2082	Europe/Zurich
7286205	Kleinbösingen	kleinboesingen			CH	FR	1005	2266	602	Europe/Zurich
7286207	Kleinlützel	kleinluetzel			CH	SO	1110	2619	1258	Europe/Zurich
7286208	Klingnau	klingnau			CH	AG	1911	4309	3312	Europe/Zurich
7286209	Klosters-Serneus	klosters-serneus	Claustra-Serneus,Klosters-Serneus		CH	GR	1849	3871	4537	Europe/Zurich
7286210	Kloten	kloten			CH	ZH	103	62	18452	Europe/Zurich
7286211	Knonau	knonau			CH	ZH	101	7	2097	Europe/Zurich
7286212	Knutwil	knutwil			CH	LU	314	1089	2141	Europe/Zurich
7286213	Koblenz	koblenz			CH	AG	1911	4310	1628	Europe/Zurich
7286214	Kölliken	koelliken			CH	AG	1910	4276	4272	Europe/Zurich
7286216	Köniz	koeniz			CH	BE	246	355	40214	Europe/Zurich
7286217	Konolfingen	konolfingen			CH	BE	246	612	5225	Europe/Zurich
7286218	Koppigen	koppigen			CH	BE	245	413	2126	Europe/Zurich
7286219	Kradolf-Schönenberg	kradolf-schoenenberg			CH	TG	2015	4501	3554	Europe/Zurich
7286220	Krattigen	krattigen			CH	BE	249	566	1101	Europe/Zurich
7286221	Krauchthal	krauchthal			CH	BE	245	414	2335	Europe/Zurich
7286222	Kreuzlingen	kreuzlingen			CH	TG	2013	4671	21542	Europe/Zurich
7286223	Kriechenwil	kriechenwil			CH	BE	246	666	422	Europe/Zurich
7286224	Kriegstetten	kriegstetten			CH	SO	1106	2525	1274	Europe/Zurich
7286225	Kriens	kriens			CH	LU	312	1059	27046	Europe/Zurich
7286227	Küblis	kueblis			CH	GR	1849	3882	858	Europe/Zurich
7286228	Künten	kuenten			CH	AG	1902	4031	1671	Europe/Zurich
7286229	Küsnacht (ZH)	kuesnacht-zh			CH	ZH	107	154	13830	Europe/Zurich
7286230	Küssnacht (SZ)	kuessnacht-sz			CH	SZ	504	1331	12423	Europe/Zurich
7286231	Küttigen	kuettigen			CH	AG	1901	4008	6030	Europe/Zurich
7286235	Laax	laax			CH	GR	1850	3575	1617	Europe/Zurich
7286236	La Baroche	la-baroche			CH	JU	2603	6810	1184	Europe/Zurich
7286237	La Brévine	la-brevine			CH	NE	2403	6432	642	Europe/Zurich
7286238	La Brillaz	la-brillaz			CH	FR	1004	2234	1898	Europe/Zurich
7286239	La Chaux (Cossonay)	la-chaux-cossonay			CH	VD	2227	5474	421	Europe/Zurich
7286240	La Chaux-de-Fonds	la-chaux-de-fonds			CH	NE	2402	6421	38957	Europe/Zurich
7286241	La Chaux-des-Breuleux	la-chaux-des-breuleux			CH	JU	2602	6744	97	Europe/Zurich
7286242	La Chaux-du-Milieu	la-chaux-du-milieu			CH	NE	2403	6435	501	Europe/Zurich
7286243	Lachen	lachen			CH	SZ	505	1344	8480	Europe/Zurich
7286244	Laconnex	laconnex			CH	GE	2500	6627	661	Europe/Zurich
7286245	La Côte-aux-Fées	la-cote-aux-fees			CH	NE	2406	6504	469	Europe/Zurich
7286247	La Ferrière	la-ferriere			CH	BE	241	435	544	Europe/Zurich
7286250	Lajoux (JU)	lajoux-ju			CH	JU	2602	6750	660	Europe/Zurich
7286251	Lalden	lalden			CH	VS	2313	6286	668	Europe/Zurich
7286253	Lamone	lamone			CH	TI	2105	5189	1770	Europe/Zurich
7286254	Lampenberg	lampenberg			CH	BL	1305	2887	491	Europe/Zurich
7286255	Landiswil	landiswil			CH	BE	246	613	625	Europe/Zurich
7286256	La Neuveville	la-neuveville			CH	BE	241	723	3693	Europe/Zurich
7286257	Langenbruck	langenbruck			CH	BL	1305	2888	992	Europe/Zurich
7286258	Langendorf	langendorf			CH	SO	1107	2550	3749	Europe/Zurich
7286259	Langenthal	langenthal			CH	BE	244	329	15447	Europe/Zurich
7286260	Langnau am Albis	langnau-am-albis			CH	ZH	106	136	7452	Europe/Zurich
7286261	Langnau im Emmental	langnau-im-emmental			CH	BE	245	902	9154	Europe/Zurich
7286262	Langrickenbach	langrickenbach			CH	TG	2013	4681	1276	Europe/Zurich
7286264	Lantsch/Lenz	lantsch-lenz			CH	GR	1841	3513	526	Europe/Zurich
7286265	La Praz	la-praz			CH	VD	2224	5758	160	Europe/Zurich
7286266	La Punt-Chamues-ch	la-punt-chamues-ch			CH	GR	1846	3785	749	Europe/Zurich
7286267	La Rippe	la-rippe			CH	VD	2228	5726	1142	Europe/Zurich
7286268	La Roche	la-roche			CH	FR	1003	2149	1613	Europe/Zurich
7286269	La Sagne	la-sagne			CH	NE	2402	6423	963	Europe/Zurich
7286270	La Sarraz	la-sarraz			CH	VD	2227	5498	2564	Europe/Zurich
7286271	La Sonnaz	la-sonnaz			CH	FR	1004	2235	1078	Europe/Zurich
7286272	La Tène	la-tene			CH	NE	2404	6461	4929	Europe/Zurich
7286273	La Tour-de-Peilz	la-tour-de-peilz			CH	VD	2230	5889	11421	Europe/Zurich
7286274	Lauenen	lauenen			CH	BE	248	842	836	Europe/Zurich
7286275	Lauerz	lauerz			CH	SZ	506	1365	1096	Europe/Zurich
7286276	Läufelfingen	laeufelfingen			CH	BL	1304	2852	1302	Europe/Zurich
7286277	Laufen	laufen			CH	BL	1302	2787	5544	Europe/Zurich
7286278	Laufenburg	laufenburg	Laufenburg,Laufenburg AG,Laufenburg i Sveits,lao fen bao,lwfanbwrg  swyys,Лауфенбург,لوفانبورگ، سوئیس,勞芬堡		CH	AG	1906	4170	3471	Europe/Zurich
7286279	Laufen-Uhwiesen	laufen-uhwiesen			CH	ZH	102	34	1634	Europe/Zurich
7286280	Laupen	laupen	Loyes		CH	BE	246	667	3079	Europe/Zurich
7286281	Laupersdorf	laupersdorf			CH	SO	1102	2426	1734	Europe/Zurich
7286282	Lauperswil	lauperswil			CH	BE	245	903	2663	Europe/Zurich
7286283	Lausanne	lausanne	Gorad Lazana,Lausana,Lausanna,Lausanne,Lauzano,Laŭzano,Losanna,Losena,Loxana,Lozan,Lozana,Lozani,Lozanna,Lozanna shaary,Lozannae,Lusana,lo san,locan,lojan,lojana,lojhana,lozana,luo sang,lwzan,rozan'nu,Łoxana,Λωζάνη,Горад Лазана,Лозана,Лозаннæ,Лозанна,Лозанна шаары,Լոզան,לוזאן,لوزان,لۆزان,लोझान,লোজান,லோசான்,โลซาน,ლოზანა,ローザンヌ,洛桑,로잔		CH	VD	2225	5586	135629	Europe/Zurich
7286284	Lausen	lausen			CH	BL	1303	2828	5014	Europe/Zurich
7286285	Lauterbrunnen	lauterbrunnen			CH	BE	250	584	2451	Europe/Zurich
7286286	Lauwil	lauwil			CH	BL	1305	2889	327	Europe/Zurich
7286287	La Verrerie	la-verrerie			CH	FR	1007	2338	1155	Europe/Zurich
7286288	Lavertezzo	lavertezzo			CH	TI	2104	5112	1343	Europe/Zurich
7286289	Lavey-Morcles	lavey-morcles			CH	VD	2221	5406	911	Europe/Zurich
7286290	Lavigny	lavigny			CH	VD	2227	5637	995	Europe/Zurich
7286292	Lavizzara	lavizzara			CH	TI	2108	5323	540	Europe/Zurich
7286293	Lax	lax			CH	VS	2304	6061	286	Europe/Zurich
7286294	Le Bémont (JU)	le-bemont-ju			CH	JU	2602	6741	316	Europe/Zurich
7286295	Le Cerneux-Péquignot	le-cerneux-pequignot			CH	NE	2403	6434	325	Europe/Zurich
7286296	Le Châtelard	le-chatelard			CH	FR	1002	2067	377	Europe/Zurich
7286298	Le Chenit	le-chenit			CH	VD	2224	5872	4644	Europe/Zurich
7286299	Le Flon	le-flon			CH	FR	1007	2337	1175	Europe/Zurich
7286302	Le Grand-Saconnex	le-grand-saconnex			CH	GE	2500	6623	12107	Europe/Zurich
7286303	Leibstadt	leibstadt			CH	AG	1911	4311	1274	Europe/Zurich
7286304	Leimbach	leimbach			CH	AG	1905	4137	474	Europe/Zurich
7286306	Leissigen	leissigen			CH	BE	250	585	1020	Europe/Zurich
7286307	Le Landeron	le-landeron			CH	NE	2404	6455	4501	Europe/Zurich
7286308	Le Lieu	le-lieu			CH	VD	2224	5873	857	Europe/Zurich
7286309	Le Locle	le-locle			CH	NE	2403	6436	10444	Europe/Zurich
7286310	Le Mont-sur-Lausanne	le-mont-sur-lausanne			CH	VD	2225	5587	7282	Europe/Zurich
7286311	Le Mouret	le-mouret			CH	FR	1004	2220	3073	Europe/Zurich
7286312	Lengnau	lengnau			CH	AG	1911	4312	2667	Europe/Zurich
7286313	Lengnau (BE)	lengnau-be			CH	BE	242	387	4956	Europe/Zurich
7286314	Lengwil	lengwil			CH	TG	2013	4683	1659	Europe/Zurich
7286315	Lenk	lenk			CH	BE	248	792	2388	Europe/Zurich
7286316	Le Noirmont	le-noirmont			CH	JU	2602	6754	1845	Europe/Zurich
7286317	Lens	lens			CH	VS	2311	6240	3986	Europe/Zurich
7286318	Lenzburg	lenzburg			CH	AG	1907	4201	9162	Europe/Zurich
7286319	Le Pâquier (FR)	le-paquier-fr			CH	FR	1003	2145	1142	Europe/Zurich
7286322	Les Bois	les-bois			CH	JU	2602	6742	1195	Europe/Zurich
7286324	Les Breuleux	les-breuleux			CH	JU	2602	6743	1520	Europe/Zurich
7286325	Les Clées	les-clees			CH	VD	2224	5750	186	Europe/Zurich
7286327	Les Enfers	les-enfers			CH	JU	2602	6745	148	Europe/Zurich
7286329	Les Genevez (JU)	les-genevez-ju			CH	JU	2602	6748	513	Europe/Zurich
7286331	Les Montets	les-montets			CH	FR	1001	2050	1405	Europe/Zurich
7286332	Les Planchettes	les-planchettes			CH	NE	2402	6422	223	Europe/Zurich
7286333	Les Ponts-de-Martel	les-ponts-de-martel			CH	NE	2403	6437	1279	Europe/Zurich
7286336	Les Verrières	les-verrieres			CH	NE	2406	6511	699	Europe/Zurich
7286337	Leuggern	leuggern			CH	AG	1911	4313	2130	Europe/Zurich
7286338	Leuk	leuk			CH	VS	2306	6110	3915	Europe/Zurich
7286339	Leukerbad	leukerbad			CH	VS	2306	6111	1475	Europe/Zurich
7286340	Leutwil	leutwil			CH	AG	1905	4138	756	Europe/Zurich
7286341	Leuzigen	leuzigen			CH	BE	243	388	1251	Europe/Zurich
7286342	Le Vaud	le-vaud			CH	VD	2228	5731	1244	Europe/Zurich
7286343	Leysin	leysin			CH	VD	2221	5407	4224	Europe/Zurich
7286344	Leytron	leytron			CH	VS	2307	6135	3084	Europe/Zurich
7286345	Lichtensteig	lichtensteig			CH	SG	1727	3374	1911	Europe/Zurich
7286346	Liddes	liddes			CH	VS	2303	6033	750	Europe/Zurich
7286347	Liedertswil	liedertswil			CH	BL	1305	2890	160	Europe/Zurich
7286348	Liesberg	liesberg			CH	BL	1302	2788	1167	Europe/Zurich
7286349	Liestal	liestal			CH	BL	1303	2829	14079	Europe/Zurich
7286350	Ligerz	ligerz			CH	BE	242	740	547	Europe/Zurich
7286351	Lignerolle	lignerolle			CH	VD	2224	5755	390	Europe/Zurich
7286352	Lignières	lignieres			CH	NE	2404	6456	949	Europe/Zurich
7286355	Lindau	lindau			CH	ZH	108	176	5388	Europe/Zurich
7286356	Linden	linden			CH	BE	246	614	1277	Europe/Zurich
7286357	Linescio	linescio			CH	TI	2108	5315	49	Europe/Zurich
7286361	Locarno	locarno	Locarno		CH	TI	2104	5113	15968	Europe/Zurich
7286363	Lohn-Ammannsegg	lohn-ammannsegg			CH	SO	1106	2526	2706	Europe/Zurich
7286365	Löhningen	loehningen			CH	SH	1401	2903	1387	Europe/Zurich
7286366	Lohn (SH)	lohn-sh			CH	SH	1402	2917	757	Europe/Zurich
7286368	Lommis	lommis			CH	TG	2014	4741	1226	Europe/Zurich
7286369	Lommiswil	lommiswil			CH	SO	1107	2551	1479	Europe/Zurich
7286370	Lonay	lonay			CH	VD	2227	5638	2536	Europe/Zurich
7286371	Longirod	longirod			CH	VD	2228	5429	464	Europe/Zurich
7286372	Losone	losone			CH	TI	2104	5115	6517	Europe/Zurich
7286373	Lostallo	lostallo			CH	GR	1847	3821	767	Europe/Zurich
7286374	Lostorf	lostorf			CH	SO	1105	2493	3926	Europe/Zurich
7286375	Lotzwil	lotzwil			CH	BE	244	331	2514	Europe/Zurich
7286376	Lovatens	lovatens			CH	VD	2222	5674	150	Europe/Zurich
7286377	Loveresse	loveresse			CH	BE	241	696	322	Europe/Zurich
7286378	Lucens	lucens			CH	VD	2222	5675	3937	Europe/Zurich
7286382	Lufingen	lufingen			CH	ZH	103	63	2072	Europe/Zurich
7286383	Lugano	lugano	Lugano		CH	TI	2105	5192	63583	Europe/Zurich
7286384	Lugnez	lugnez			CH	JU	2603	6793	184	Europe/Zurich
7286385	Luins	luins			CH	VD	2228	5858	632	Europe/Zurich
7286386	Lully (FR)	lully-fr			CH	FR	1001	2025	1124	Europe/Zurich
7286387	Lully (VD)	lully-vd			CH	VD	2227	5639	761	Europe/Zurich
7286389	Lumino	lumino			CH	TI	2101	5010	1416	Europe/Zurich
7286390	Lungern	lungern			CH	OW	600	1405	2142	Europe/Zurich
7286391	Lupfig	lupfig			CH	AG	1904	4104	2296	Europe/Zurich
7286392	Lupsingen	lupsingen			CH	BL	1303	2830	1415	Europe/Zurich
7286394	Lüscherz	luescherz			CH	BE	243	497	528	Europe/Zurich
7286395	Lussery-Villars	lussery-villars			CH	VD	2223	5487	421	Europe/Zurich
7286397	Lussy-sur-Morges	lussy-sur-morges			CH	VD	2227	5640	646	Europe/Zurich
7286398	Luterbach	luterbach			CH	SO	1106	2527	3437	Europe/Zurich
7286399	Lüterkofen-Ichertswil	lueterkofen-ichertswil			CH	SO	1103	2455	762	Europe/Zurich
7286400	Lüterswil-Gächliwil	lueterswil-gaechliwil			CH	SO	1103	2456	315	Europe/Zurich
7286401	Luthern	luthern			CH	LU	315	1135	1289	Europe/Zurich
7286402	Lütisburg	luetisburg			CH	SG	1727	3393	1451	Europe/Zurich
7286403	Lutry	lutry			CH	VD	2226	5606	9747	Europe/Zurich
7286404	Lütschental	luetschental			CH	BE	250	586	219	Europe/Zurich
7286405	Lützelflüh	luetzelflueh			CH	BE	245	955	4080	Europe/Zurich
7286406	Lutzenberg	lutzenberg	Lutzenberg		CH	AR	1503	3033	1254	Europe/Zurich
7286408	Luzein	luzein			CH	GR	1849	3891	1549	Europe/Zurich
7286409	Luzern	luzern	Gorad Ljucehrn,Liucerna,Ljucern,Loukerni,Lucern,Lucerna,Lucerne,Lucerni,Lucerno,Luezerna,Luxerna,Luzerna,Lüzerna,lu sai en,lucheleun,lutserni,lwsrn,lwzrn,rutsu~erun,Łuxerna,Λουκέρνη,Горад Люцэрн,Луцерн,Люцерн,לוצרן,لوسرن,ལུ་ཛེར་ན།,ლუცერნი,ルツェルン,卢塞恩,루체른		CH	LU	311	1061	81295	Europe/Zurich
7286410	Lyss	lyss			CH	BE	243	306	14341	Europe/Zurich
7286411	Lyssach	lyssach			CH	BE	245	415	1422	Europe/Zurich
7286412	Madiswil	madiswil			CH	BE	244	332	3218	Europe/Zurich
7286413	Madulain	madulain			CH	GR	1846	3783	229	Europe/Zurich
7286415	Magden	magden			CH	AG	1909	4253	3949	Europe/Zurich
7286416	Mägenwil	maegenwil			CH	AG	1902	4032	2083	Europe/Zurich
7286417	Maggia	maggia			CH	TI	2108	5317	2584	Europe/Zurich
7286418	Magliaso	magliaso			CH	TI	2105	5193	1494	Europe/Zurich
7286419	Maienfeld	maienfeld			CH	GR	1845	3953	2767	Europe/Zurich
7286421	Maisprach	maisprach			CH	BL	1304	2853	943	Europe/Zurich
7286423	Malans	malans			CH	GR	1845	3954	2324	Europe/Zurich
7286426	Malters	malters			CH	LU	312	1062	6988	Europe/Zurich
7286428	Mammern	mammern			CH	TG	2012	4826	626	Europe/Zurich
7286429	Mandach	mandach			CH	AG	1904	4105	317	Europe/Zurich
7286430	Männedorf	maennedorf			CH	ZH	107	155	10593	Europe/Zurich
7286431	Manno	manno			CH	TI	2105	5194	1300	Europe/Zurich
7286432	Maracon	maracon			CH	VD	2226	5790	444	Europe/Zurich
7286434	Marbach (SG)	marbach-sg			CH	SG	1723	3253	2137	Europe/Zurich
7286435	Marchissy	marchissy			CH	VD	2228	5430	454	Europe/Zurich
7286436	Marly	marly	Marliacum,Marly FR,Marly i Fribourg,ma er li,馬爾利		CH	FR	1004	2206	8083	Europe/Zurich
7286439	Maroggia	maroggia			CH	TI	2105	5195	631	Europe/Zurich
7286440	Marsens	marsens			CH	FR	1003	2140	1809	Europe/Zurich
7286441	Märstetten	maerstetten			CH	TG	2015	4941	2758	Europe/Zurich
7286442	Marthalen	marthalen			CH	ZH	102	35	1956	Europe/Zurich
7286444	Martigny	martigny			CH	VS	2307	6136	17651	Europe/Zurich
7286445	Martigny-Combe	martigny-combe			CH	VS	2307	6137	2317	Europe/Zurich
7286447	Maschwanden	maschwanden			CH	ZH	101	8	641	Europe/Zurich
7286449	Masein	masein			CH	GR	1851	3663	475	Europe/Zurich
7286450	Massagno	massagno			CH	TI	2105	5196	6209	Europe/Zurich
7286451	Massongex	massongex			CH	VS	2310	6215	1787	Europe/Zurich
7286452	Massonnens	massonnens			CH	FR	1002	2086	516	Europe/Zurich
7286454	Mathod	mathod			CH	VD	2224	5919	582	Europe/Zurich
7286456	Matran	matran			CH	FR	1004	2208	1539	Europe/Zurich
7286458	Matten bei Interlaken	matten-bei-interlaken			CH	BE	250	587	3916	Europe/Zurich
7286459	Mattstetten	mattstetten			CH	BE	246	543	561	Europe/Zurich
7286460	Matzendorf	matzendorf			CH	SO	1102	2427	1292	Europe/Zurich
7286461	Matzingen	matzingen			CH	TG	2012	4591	2631	Europe/Zurich
7286462	Mauborget	mauborget			CH	VD	2224	5562	119	Europe/Zurich
7286463	Mauensee	mauensee	Mauehnze,Mauehnzee,Mauensee LU,Mauensee i Luzern,Мауэнзе,Мауэнзее		CH	LU	314	1091	1326	Europe/Zurich
7286464	Maur	maur	Maur,Maur i Sveits,mao er,Маур,毛爾		CH	ZH	109	195	9890	Europe/Zurich
7286465	Mauraz	mauraz			CH	VD	2227	5488	49	Europe/Zurich
7286467	Medel (Lucmagn)	medel-lucmagn			CH	GR	1850	3983	389	Europe/Zurich
7286468	Meggen	meggen	Meggen,Meggen LU,mei gen,Мегген,梅根		CH	LU	312	1063	6853	Europe/Zurich
7286469	Meienried	meienried			CH	BE	243	389	52	Europe/Zurich
7286470	Meierskappel	meierskappel			CH	LU	312	1064	1352	Europe/Zurich
7286471	Meikirch	meikirch			CH	BE	246	307	2386	Europe/Zurich
7286472	Meilen	meilen			CH	ZH	107	156	13531	Europe/Zurich
7286473	Meinier	meinier			CH	GE	2500	6629	2140	Europe/Zurich
7286474	Meinisberg	meinisberg			CH	BE	242	390	1328	Europe/Zurich
7286475	Meiringen	meiringen			CH	BE	250	785	4737	Europe/Zurich
7286476	Meisterschwanden	meisterschwanden			CH	AG	1907	4202	2818	Europe/Zurich
7286477	Melchnau	melchnau			CH	BE	244	333	1557	Europe/Zurich
7286478	Melide	melide			CH	TI	2105	5198	1800	Europe/Zurich
7286479	Mellikon	mellikon			CH	AG	1911	4314	262	Europe/Zurich
7286480	Mellingen	mellingen	Mellinga,Mellingen,Mellingen AG,mei lin gen,mlnzhan,Меллинген,ملنژان,梅林根		CH	AG	1902	4033	5343	Europe/Zurich
7286481	Mels	mels			CH	SG	1725	3293	8620	Europe/Zurich
7286482	Meltingen	meltingen			CH	SO	1110	2620	664	Europe/Zurich
7286483	Mendrisio	mendrisio	Mendricus,Mendris,Mendrizio,mandryzyw,men de li xi ao,Мендризио,ماندریزیو,門德里西奧		CH	TI	2106	5254	14938	Europe/Zurich
7286484	Ménières	menieres			CH	FR	1001	2027	414	Europe/Zurich
7286485	Menziken	menziken			CH	AG	1905	4139	5930	Europe/Zurich
7286486	Menzingen	menzingen			CH	ZG	900	1704	4439	Europe/Zurich
7286487	Menznau	menznau			CH	LU	315	1136	2884	Europe/Zurich
7286488	Merenschwand	merenschwand			CH	AG	1908	4234	3420	Europe/Zurich
7286489	Mergoscia	mergoscia			CH	TI	2104	5117	218	Europe/Zurich
7286491	Merishausen	merishausen			CH	SH	1403	2936	865	Europe/Zurich
7286492	Mervelier	mervelier			CH	JU	2601	6715	508	Europe/Zurich
7286493	Merzligen	merzligen			CH	BE	243	741	401	Europe/Zurich
7286494	Messen	messen			CH	SO	1103	2457	1461	Europe/Zurich
7286496	Mettembert	mettembert			CH	JU	2601	6716	107	Europe/Zurich
7286497	Mettmenstetten	mettmenstetten			CH	ZH	101	9	4669	Europe/Zurich
7286498	Metzerlen-Mariastein	metzerlen-mariastein			CH	SO	1104	2477	910	Europe/Zurich
7286499	Mex (VD)	mex-vd			CH	VD	2223	5489	677	Europe/Zurich
7286501	Meyriez	meyriez			CH	FR	1005	2271	592	Europe/Zurich
7286502	Meyrin	meyrin			CH	GE	2500	6630	22152	Europe/Zurich
7286503	Mézières (FR)	mezieres-fr			CH	FR	1002	2087	995	Europe/Zurich
7286505	Mezzovico-Vira	mezzovico-vira			CH	TI	2105	5199	1358	Europe/Zurich
7286507	Mies	mies			CH	VD	2228	5723	1981	Europe/Zurich
7286508	Miglieglia	miglieglia			CH	TI	2105	5200	311	Europe/Zurich
7286509	Minusio	minusio			CH	TI	2104	5118	7244	Europe/Zurich
7286510	Mirchel	mirchel			CH	BE	246	615	626	Europe/Zurich
7286511	Misery-Courtion	misery-courtion			CH	FR	1005	2272	1835	Europe/Zurich
7286512	Missy	missy			CH	VD	2222	5821	349	Europe/Zurich
7286514	Möhlin	moehlin			CH	AG	1909	4254	10853	Europe/Zurich
7286515	Moiry	moiry			CH	VD	2227	5490	290	Europe/Zurich
7286518	Mollens (VD)	mollens-vd			CH	VD	2227	5431	295	Europe/Zurich
7286521	Molondin	molondin			CH	VD	2224	5921	223	Europe/Zurich
7286523	Mönchaltorf	moenchaltorf			CH	ZH	109	196	3677	Europe/Zurich
7286526	Montagny (FR)	montagny-fr			CH	FR	1001	2029	2354	Europe/Zurich
7286527	Montagny-près-Yverdon	montagny-pres-yverdon			CH	VD	2224	5922	713	Europe/Zurich
7286531	Montcherand	montcherand			CH	VD	2224	5756	474	Europe/Zurich
7286533	Montet (Glâne)	montet-glane			CH	FR	1002	2089	392	Europe/Zurich
7286534	Montfaucon	montfaucon			CH	JU	2602	6751	610	Europe/Zurich
7286535	Mönthal	moenthal			CH	AG	1904	4106	391	Europe/Zurich
7286537	Monthey	monthey			CH	VS	2308	6153	17512	Europe/Zurich
7286538	Mont-la-Ville	mont-la-ville			CH	VD	2227	5491	383	Europe/Zurich
7286541	Montpreveyres	montpreveyres			CH	VD	2226	5792	626	Europe/Zurich
7286542	Montreux	montreux			CH	VD	2230	5886	26433	Europe/Zurich
7286543	Montricher	montricher			CH	VD	2227	5492	958	Europe/Zurich
7286545	Mont-sur-Rolle	mont-sur-rolle			CH	VD	2228	5859	2618	Europe/Zurich
7286546	Mont-Tramelan	mont-tramelan			CH	BE	241	437	116	Europe/Zurich
7286547	Moosleerau	moosleerau			CH	AG	1910	4277	917	Europe/Zurich
7286548	Moosseedorf	moosseedorf			CH	BE	246	544	4012	Europe/Zurich
7286549	Morbio Inferiore	morbio-inferiore			CH	TI	2106	5257	4633	Europe/Zurich
7286551	Morcote	morcote			CH	TI	2105	5203	769	Europe/Zurich
7286552	Mörel-Filet	moerel-filet			CH	VS	2309	6203	686	Europe/Zurich
7286554	Morges	morges			CH	VD	2227	5642	15676	Europe/Zurich
7286555	Mörigen	moerigen			CH	BE	242	742	843	Europe/Zurich
7286556	Möriken-Wildegg	moeriken-wildegg			CH	AG	1907	4203	4395	Europe/Zurich
7286558	Morlon	morlon			CH	FR	1003	2143	592	Europe/Zurich
7286559	Morrens (VD)	morrens-vd			CH	VD	2223	5527	1054	Europe/Zurich
7286560	Morschach	morschach			CH	SZ	506	1366	1124	Europe/Zurich
7286561	Mörschwil	moerschwil			CH	SG	1722	3214	3561	Europe/Zurich
7286562	Mosnang	mosnang			CH	SG	1727	3394	2802	Europe/Zurich
7286565	Moudon	moudon			CH	VD	2222	5678	5925	Europe/Zurich
7286566	Moutier	moutier			CH	BE	241	700	7615	Europe/Zurich
7286567	Movelier	movelier			CH	JU	2601	6718	391	Europe/Zurich
7286569	Muhen	muhen			CH	AG	1901	4009	3831	Europe/Zurich
7286570	Mühlau	muehlau	Mjulau,Muehlau AG,Mühlau AG,mi he lao,Мюлау,米赫劳		CH	AG	1908	4235	1068	Europe/Zurich
7286571	Mühleberg	muehleberg			CH	BE	246	668	2854	Europe/Zurich
7286578	Müllheim	muellheim			CH	TG	2012	4831	2884	Europe/Zurich
7286579	Mülligen	muelligen			CH	AG	1904	4107	1057	Europe/Zurich
7286580	Mümliswil-Ramiswil	muemliswil-ramiswil			CH	SO	1102	2428	2444	Europe/Zurich
7286581	Mumpf	mumpf			CH	AG	1909	4255	1331	Europe/Zurich
7286582	Münchenbuchsee	muenchenbuchsee			CH	BE	246	546	9947	Europe/Zurich
7286583	Münchenstein	muenchenstein			CH	BL	1301	2769	11901	Europe/Zurich
7286584	Münchenwiler/Villars-Les-Moines	muenchenwiler-villars-les-moines	Muenchenwiler,Münchenwiler,Villars-Les-Moines		CH	BE	246	669	480	Europe/Zurich
7286586	Münchwilen	muenchwilen	Muenchwilen,Muenchwilen AG,Münchwilen,Münchwilen AG		CH	AG	1906	4172	902	Europe/Zurich
7286587	Münchwilen (TG)	muenchwilen-tg			CH	TG	2014	4746	5270	Europe/Zurich
7286590	Münsingen	muensingen	Muensingen,Munisenges,Münsingen		CH	BE	246	616	12199	Europe/Zurich
7286592	Münsterlingen	muensterlingen			CH	TG	2013	4691	3199	Europe/Zurich
7286593	Muntelier	muntelier			CH	FR	1005	2274	955	Europe/Zurich
7286594	Müntschemier	muentschemier			CH	BE	243	498	1333	Europe/Zurich
7286595	Muolen	muolen			CH	SG	1721	3202	1205	Europe/Zurich
7286596	Muotathal	muotathal			CH	SZ	506	1367	3499	Europe/Zurich
7286597	Muralto	muralto			CH	TI	2104	5120	2727	Europe/Zurich
7286598	Murgenthal	murgenthal			CH	AG	1910	4279	2892	Europe/Zurich
7286599	Muri	muri	Muri,Muri AG,Muri i Aargau,mu li,muri,Мури,मुरी,穆里		CH	AG	1908	4236	7591	Europe/Zurich
7286600	Muriaux	muriaux			CH	JU	2602	6753	504	Europe/Zurich
7286601	Muri bei Bern	muri-bei-bern			CH	BE	246	356	12984	Europe/Zurich
7286603	Murten/Morat	murten-morat	Morat,Murten		CH	FR	1005	2275	8120	Europe/Zurich
7286605	Mutrux	mutrux			CH	VD	2224	5563	154	Europe/Zurich
7286607	Muttenz	muttenz			CH	BL	1301	2770	17610	Europe/Zurich
7286608	Muzzano	muzzano			CH	TI	2105	5205	821	Europe/Zurich
7286610	Naters	naters			CH	VS	2301	6007	9808	Europe/Zurich
7286613	Nebikon	nebikon			CH	LU	315	1137	2565	Europe/Zurich
7286614	Neckertal	neckertal			CH	SG	1727	3378	3997	Europe/Zurich
7286615	Neerach	neerach			CH	ZH	104	88	3047	Europe/Zurich
7286616	Neftenbach	neftenbach			CH	ZH	110	223	5513	Europe/Zurich
7286617	Neggio	neggio			CH	TI	2105	5206	327	Europe/Zurich
7286619	Nenzlingen	nenzlingen			CH	BL	1302	2789	420	Europe/Zurich
7286622	Neuchâtel	neuchatel			CH	NE	2404	6458	33712	Europe/Zurich
7286624	Neuendorf	neuendorf			CH	SO	1101	2404	2056	Europe/Zurich
7286625	Neuenhof	neuenhof	Neuenhof AG,Nojenkhof,nuo yi huo fu,Нойенхоф,諾伊霍夫		CH	AG	1902	4034	8819	Europe/Zurich
7286626	Neuenkirch	neuenkirch			CH	LU	314	1093	6646	Europe/Zurich
7286724	Obfelden	obfelden			CH	ZH	101	10	5009	Europe/Zurich
7286726	Ochlenberg	ochlenberg			CH	BE	244	985	573	Europe/Zurich
7286727	Oekingen	oekingen			CH	SO	1106	2529	807	Europe/Zurich
7286627	Neuhausen am Rheinfall	neuhausen-am-rheinfall	Neuhausen ce Rejn-Akvofalo,Neuhausen ĉe Rejn-Akvofalo,Nojkhauzen-am-Rajnfall',nuo yi hao sen,nwzan am rfl,Нойхаузен-ам-Райнфалль,نوزان ام رفل,諾伊豪森		CH	SH	1403	2937	10316	Europe/Zurich
7286628	Neuheim	neuheim			CH	ZG	900	1705	2154	Europe/Zurich
7286629	Neunforn	neunforn			CH	TG	2012	4601	963	Europe/Zurich
7286630	Neunkirch	neunkirch			CH	SH	1401	2904	2086	Europe/Zurich
7286631	Neyruz (FR)	neyruz-fr			CH	FR	1004	2211	2572	Europe/Zurich
7286633	Nidau	nidau			CH	BE	242	743	6955	Europe/Zurich
7286634	Niederbipp	niederbipp			CH	BE	244	981	4524	Europe/Zurich
7286635	Niederbuchsiten	niederbuchsiten			CH	SO	1101	2405	1122	Europe/Zurich
7286636	Niederbüren	niederbueren			CH	SG	1728	3422	1519	Europe/Zurich
7286637	Niederdorf	niederdorf			CH	BL	1305	2891	1789	Europe/Zurich
7286638	Niedergesteln	niedergesteln			CH	VS	2309	6198	683	Europe/Zurich
7286639	Niederglatt	niederglatt			CH	ZH	104	89	4768	Europe/Zurich
7286640	Niedergösgen	niedergoesgen			CH	SO	1105	2495	3758	Europe/Zurich
7286641	Niederhasli	niederhasli			CH	ZH	104	90	9100	Europe/Zurich
7286642	Niederhelfenschwil	niederhelfenschwil			CH	SG	1728	3423	3008	Europe/Zurich
7286643	Niederhünigen	niederhuenigen			CH	BE	246	617	606	Europe/Zurich
7286644	Niederlenz	niederlenz			CH	AG	1907	4204	4546	Europe/Zurich
7286645	Niedermuhlern	niedermuhlern			CH	BE	246	877	463	Europe/Zurich
7286646	Niederönz	niederoenz			CH	BE	244	982	1641	Europe/Zurich
7286648	Niederried bei Interlaken	niederried-bei-interlaken			CH	BE	250	588	347	Europe/Zurich
7286650	Niederrohrdorf	niederrohrdorf			CH	AG	1902	4035	3693	Europe/Zurich
7286654	Niederweningen	niederweningen			CH	ZH	104	91	2853	Europe/Zurich
7286655	Niederwil	niederwil	Nidervil',Niederwil AG,Niederwil i Aargau,xia wei er,Нидервиль,下維爾		CH	AG	1903	4072	2761	Europe/Zurich
7286657	Nods	nods			CH	BE	241	724	746	Europe/Zurich
7286660	Nottwil	nottwil			CH	LU	314	1094	3613	Europe/Zurich
7286661	Novaggio	novaggio			CH	TI	2105	5207	832	Europe/Zurich
7286662	Novalles	novalles			CH	VD	2224	5564	102	Europe/Zurich
7286663	Novazzano	novazzano			CH	TI	2106	5260	2400	Europe/Zurich
7286664	Noville	noville			CH	VD	2221	5408	1029	Europe/Zurich
7286666	Nuglar-St. Pantaleon	nuglar-st-pantaleon			CH	SO	1104	2478	1482	Europe/Zurich
7286667	Nunningen	nunningen			CH	SO	1110	2621	1881	Europe/Zurich
7286668	Nürensdorf	nuerensdorf			CH	ZH	103	64	5468	Europe/Zurich
7286669	Nusshof	nusshof			CH	BL	1304	2854	259	Europe/Zurich
7286670	Nuvilly	nuvilly			CH	FR	1001	2035	408	Europe/Zurich
7286671	Nyon	nyon			CH	VD	2228	5724	20088	Europe/Zurich
7286672	Oberägeri	oberaegeri			CH	ZG	900	1706	5940	Europe/Zurich
7286673	Oberbalm	oberbalm			CH	BE	246	357	883	Europe/Zurich
7286674	Oberbipp	oberbipp			CH	BE	244	983	1661	Europe/Zurich
7286676	Oberbuchsiten	oberbuchsiten			CH	SO	1101	2406	2186	Europe/Zurich
7286677	Oberbüren	oberbueren			CH	SG	1728	3424	4272	Europe/Zurich
7286678	Oberburg	oberburg			CH	BE	245	418	2909	Europe/Zurich
7286679	Oberdiessbach	oberdiessbach			CH	BE	246	619	3522	Europe/Zurich
7286680	Oberdorf (BL)	oberdorf-bl	Oberdorf		CH	BL	1305	2892	2399	Europe/Zurich
7286681	Oberdorf (NW)	oberdorf-nw			CH	NW	700	1508	3100	Europe/Zurich
7286682	Oberdorf (SO)	oberdorf-so			CH	SO	1107	2553	1654	Europe/Zurich
7286683	Oberegg	oberegg			CH	AI	1600	3111	1916	Europe/Zurich
7286684	Oberembrach	oberembrach			CH	ZH	103	65	1079	Europe/Zurich
7286685	Oberems	oberems			CH	VS	2306	6112	125	Europe/Zurich
7286686	Oberengstringen	oberengstringen			CH	ZH	111	245	6575	Europe/Zurich
7286687	Oberentfelden	oberentfelden			CH	AG	1901	4010	7714	Europe/Zurich
7286689	Obergerlafingen	obergerlafingen			CH	SO	1106	2528	1111	Europe/Zurich
7286690	Oberglatt	oberglatt			CH	ZH	104	92	6818	Europe/Zurich
7286691	Obergoms	obergoms			CH	VS	2304	6076	650	Europe/Zurich
7286692	Obergösgen	obergoesgen			CH	SO	1105	2497	2217	Europe/Zurich
7286693	Oberhallau	oberhallau			CH	SH	1406	2972	439	Europe/Zurich
7286694	Oberhelfenschwil	oberhelfenschwil			CH	SG	1727	3375	1300	Europe/Zurich
7286695	Oberhof	oberhof			CH	AG	1906	4173	599	Europe/Zurich
7286697	Oberhofen am Thunersee	oberhofen-am-thunersee			CH	BE	247	934	2420	Europe/Zurich
7286698	Oberhünigen	oberhuenigen			CH	BE	246	629	317	Europe/Zurich
7286699	Oberiberg	oberiberg			CH	SZ	506	1368	878	Europe/Zurich
7286700	Oberkirch	oberkirch	Oberkirch LU,Oberkirch i Luzern,Oberkirkh,shang ji er he,Оберкирх,上基爾赫		CH	LU	314	1095	4316	Europe/Zurich
7286701	Oberkulm	oberkulm			CH	AG	1905	4140	2692	Europe/Zurich
7286702	Oberlangenegg	oberlangenegg			CH	BE	247	935	474	Europe/Zurich
7286703	Oberlunkhofen	oberlunkhofen			CH	AG	1903	4073	1925	Europe/Zurich
7286704	Obermumpf	obermumpf			CH	AG	1909	4256	1060	Europe/Zurich
7286707	Oberried am Brienzersee	oberried-am-brienzersee			CH	BE	250	589	447	Europe/Zurich
7286708	Oberrieden	oberrieden			CH	ZH	106	137	5037	Europe/Zurich
7286709	Oberriet (SG)	oberriet-sg			CH	SG	1723	3254	8719	Europe/Zurich
7286710	Oberrohrdorf	oberrohrdorf			CH	AG	1902	4037	4032	Europe/Zurich
7286711	Oberrüti	oberrueti			CH	AG	1908	4237	1512	Europe/Zurich
7286716	Oberthal	oberthal			CH	BE	246	620	739	Europe/Zurich
7286718	Oberuzwil	oberuzwil			CH	SG	1728	3407	6349	Europe/Zurich
7286719	Oberweningen	oberweningen			CH	ZH	104	93	1800	Europe/Zurich
7286720	Oberwil bei Büren	oberwil-bei-bueren			CH	BE	243	391	830	Europe/Zurich
7286721	Oberwil (BL)	oberwil-bl			CH	BL	1301	2771	11105	Europe/Zurich
7286722	Oberwil im Simmental	oberwil-im-simmental			CH	BE	249	766	820	Europe/Zurich
7286723	Oberwil-Lieli	oberwil-lieli			CH	AG	1903	4074	2213	Europe/Zurich
7286728	Oensingen	oensingen			CH	SO	1101	2407	6203	Europe/Zurich
7286729	Oeschenbach	oeschenbach			CH	BE	244	335	241	Europe/Zurich
7286730	Oeschgen	oeschgen			CH	AG	1906	4175	944	Europe/Zurich
7286731	Oetwil am See	oetwil-am-see			CH	ZH	107	157	4669	Europe/Zurich
7286732	Oetwil an der Limmat	oetwil-an-der-limmat			CH	ZH	111	246	2369	Europe/Zurich
7286733	Oftringen	oftringen			CH	AG	1910	4280	13251	Europe/Zurich
7286734	Ogens	ogens			CH	VD	2223	5680	283	Europe/Zurich
7286737	Olsberg	olsberg	Ol'sberg,Olsberg AG,Olsberg i Sveits,ao er si bei ge,Ольсберг,奧爾斯貝格		CH	AG	1909	4257	356	Europe/Zurich
7286738	Olten	olten			CH	SO	1108	2581	17833	Europe/Zurich
7286739	Oltingen	oltingen			CH	BL	1304	2855	480	Europe/Zurich
7286740	Onex	onex			CH	GE	2500	6631	18635	Europe/Zurich
7286741	Onnens (VD)	onnens-vd			CH	VD	2224	5565	495	Europe/Zurich
7286742	Onsernone	onsernone			CH	TI	2104	5136	701	Europe/Zurich
7286743	Opfikon	opfikon	Opfikon,Opfikon-Glattbrugg		CH	ZH	103	66	18617	Europe/Zurich
7286744	Oppens	oppens			CH	VD	2223	5923	182	Europe/Zurich
7286745	Oppligen	oppligen			CH	BE	246	622	658	Europe/Zurich
7286746	Orbe	orbe	Orbe VD,ao er bu,awrb  swyys,اورب، سوئیس,奥尔布		CH	VD	2224	5757	6852	Europe/Zurich
7286747	Orges	orges			CH	VD	2224	5924	275	Europe/Zurich
7286748	Origlio	origlio			CH	TI	2105	5208	1440	Europe/Zurich
7286749	Ormalingen	ormalingen			CH	BL	1304	2856	2114	Europe/Zurich
7286750	Orny	orny			CH	VD	2227	5493	375	Europe/Zurich
7286753	Orpund	orpund			CH	BE	242	744	2675	Europe/Zurich
7286754	Orselina	orselina			CH	TI	2104	5121	759	Europe/Zurich
7286755	Orsières	orsieres			CH	VS	2303	6034	3179	Europe/Zurich
7286756	Orvin	orvin			CH	BE	241	438	1195	Europe/Zurich
7286757	Orzens	orzens			CH	VD	2224	5925	212	Europe/Zurich
7286760	Ossingen	ossingen			CH	ZH	102	37	1426	Europe/Zurich
7286761	Ostermundigen	ostermundigen			CH	BE	246	363	16788	Europe/Zurich
7286762	Otelfingen	otelfingen			CH	ZH	104	94	2784	Europe/Zurich
7286763	Othmarsingen	othmarsingen			CH	AG	1907	4205	2697	Europe/Zurich
7286764	Ottenbach	ottenbach	Ottenbach ZH,Ottenbach i Sveits,Ottenbakh,ao teng ba he,Оттенбах,奥滕巴赫		CH	ZH	101	11	2569	Europe/Zurich
7286765	Oulens-sous-Echallens	oulens-sous-echallens			CH	VD	2223	5529	531	Europe/Zurich
7286767	Pailly	pailly			CH	VD	2223	5530	535	Europe/Zurich
7286770	Pampigny	pampigny			CH	VD	2227	5494	1126	Europe/Zurich
7286771	Paradiso	paradiso			CH	TI	2105	5210	4054	Europe/Zurich
7286774	Paudex	paudex			CH	VD	2226	5588	1492	Europe/Zurich
7286775	Payerne	payerne			CH	VD	2222	5822	9460	Europe/Zurich
7286778	Penthalaz	penthalaz			CH	VD	2223	5495	3244	Europe/Zurich
7286779	Penthaz	penthaz			CH	VD	2223	5496	1652	Europe/Zurich
7286780	Penthéréaz	penthereaz			CH	VD	2223	5531	389	Europe/Zurich
7286781	Perrefitte	perrefitte			CH	BE	241	701	434	Europe/Zurich
7286782	Perroy	perroy			CH	VD	2228	5860	1465	Europe/Zurich
7286783	Personico	personico			CH	TI	2103	5076	344	Europe/Zurich
7286787	Pfäfers	pfaefers			CH	SG	1725	3294	1573	Europe/Zurich
7286788	Pfäffikon	pfaeffikon			CH	ZH	108	177	11454	Europe/Zurich
7286789	Pfaffnau	pfaffnau			CH	LU	315	1139	2529	Europe/Zurich
7286791	Pfeffingen	pfeffingen			CH	BL	1301	2772	2362	Europe/Zurich
7286792	Pfungen	pfungen			CH	ZH	110	224	3757	Europe/Zurich
7286793	Pfyn	pfyn			CH	TG	2012	4841	1941	Europe/Zurich
7286796	Pierrafortscha	pierrafortscha			CH	FR	1004	2216	139	Europe/Zurich
7286797	Pieterlen	pieterlen			CH	BE	242	392	4034	Europe/Zurich
7286801	Plaffeien	plaffeien	Planfayon		CH	FR	1006	2299	3564	Europe/Zurich
7286803	Plan-les-Ouates	plan-les-ouates			CH	GE	2500	6633	10344	Europe/Zurich
7286804	Plasselb	plasselb			CH	FR	1006	2300	1021	Europe/Zurich
7286805	Pleigne	pleigne			CH	JU	2601	6719	359	Europe/Zurich
7286806	Pohlern	pohlern			CH	BE	247	936	252	Europe/Zurich
7286808	Poliez-Pittet	poliez-pittet			CH	VD	2223	5533	815	Europe/Zurich
7286809	Pollegio	pollegio			CH	TI	2103	5077	741	Europe/Zurich
7286810	Pompaples	pompaples			CH	VD	2227	5497	838	Europe/Zurich
7286811	Pomy	pomy			CH	VD	2224	5926	731	Europe/Zurich
7286812	Ponte Capriasca	ponte-capriasca			CH	TI	2105	5212	1876	Europe/Zurich
7286814	Pont-en-Ogoz	pont-en-ogoz			CH	FR	1003	2122	1775	Europe/Zurich
7286816	Ponthaux	ponthaux			CH	FR	1004	2217	686	Europe/Zurich
7286817	Pont-la-Ville	pont-la-ville			CH	FR	1003	2147	590	Europe/Zurich
7286818	Pontresina	pontresina			CH	GR	1846	3784	2166	Europe/Zurich
7286819	Porrentruy	porrentruy			CH	JU	2603	6800	6829	Europe/Zurich
7286820	Port	port			CH	BE	242	745	3486	Europe/Zurich
7286822	Port-Valais	port-valais			CH	VS	2308	6154	3899	Europe/Zurich
7286823	Porza	porza			CH	TI	2105	5214	1620	Europe/Zurich
7286824	Poschiavo	poschiavo	Pesclavium,Poschiavu,Posk'javo,Pusc'ciaf,Pusc'ciâf,Puschlav,Поскьяво		CH	GR	1842	3561	3513	Europe/Zurich
7286826	Prangins	prangins			CH	VD	2228	5725	4029	Europe/Zurich
7286827	Prato (Leventina)	prato-leventina			CH	TI	2103	5078	423	Europe/Zurich
7286828	Pratteln	pratteln			CH	BL	1303	2831	15898	Europe/Zurich
7286832	Premier	premier			CH	VD	2224	5759	185	Europe/Zurich
7286834	Presinge	presinge			CH	GE	2500	6635	692	Europe/Zurich
7286835	Préverenges	preverenges			CH	VD	2227	5643	5260	Europe/Zurich
7286836	Prévondavaux	prevondavaux			CH	FR	1001	2038	65	Europe/Zurich
7286837	Prévonloup	prevonloup			CH	VD	2222	5683	172	Europe/Zurich
7286839	Prilly	prilly			CH	VD	2229	5589	11968	Europe/Zurich
7286840	Provence	provence			CH	VD	2224	5566	384	Europe/Zurich
7286841	Puidoux	puidoux			CH	VD	2226	5607	2854	Europe/Zurich
7286842	Pully	pully			CH	VD	2226	5590	17807	Europe/Zurich
7286843	Puplinge	puplinge			CH	GE	2500	6636	2122	Europe/Zurich
7286844	Pura	pura			CH	TI	2105	5216	1422	Europe/Zurich
7286845	Quarten	quarten			CH	SG	1725	3295	2846	Europe/Zurich
7286846	Quinto	quinto			CH	TI	2103	5079	1051	Europe/Zurich
7286847	Radelfingen	radelfingen			CH	BE	243	309	1256	Europe/Zurich
7286848	Rafz	rafz			CH	ZH	103	67	4344	Europe/Zurich
7286849	Rain	rain			CH	LU	313	1037	2541	Europe/Zurich
7286850	Ramlinsburg	ramlinsburg			CH	BL	1303	2832	699	Europe/Zurich
7286852	Ramsen	ramsen			CH	SH	1405	2963	1371	Europe/Zurich
7286854	Rances	rances			CH	VD	2224	5760	460	Europe/Zurich
7286855	Randa	randa			CH	VS	2313	6287	446	Europe/Zurich
7286857	Raperswilen	raperswilen			CH	TG	2013	4846	395	Europe/Zurich
7286858	Rapperswil (BE)	rapperswil-be			CH	BE	243	310	2586	Europe/Zurich
7286859	Rapperswil-Jona	rapperswil-jona			CH	SG	1726	3340	26875	Europe/Zurich
7286860	Raron	raron			CH	VS	2309	6199	1905	Europe/Zurich
7286861	Realp	realp			CH	UR	400	1212	141	Europe/Zurich
7286863	Rebévelier	rebevelier			CH	BE	241	715	43	Europe/Zurich
7286864	Rebstein	rebstein			CH	SG	1723	3255	4462	Europe/Zurich
7286865	Recherswil	recherswil			CH	SO	1106	2530	1826	Europe/Zurich
7286866	Rechthalten	rechthalten	Dirlaret		CH	FR	1006	2301	1073	Europe/Zurich
7286868	Reconvilier	reconvilier			CH	BE	241	703	2334	Europe/Zurich
7286869	Regensberg	regensberg			CH	ZH	104	95	468	Europe/Zurich
7286870	Regensdorf	regensdorf			CH	ZH	104	96	18036	Europe/Zurich
7286871	Rehetobel	rehetobel			CH	AR	1503	3034	1729	Europe/Zurich
7286872	Reichenbach im Kandertal	reichenbach-im-kandertal			CH	BE	249	567	3549	Europe/Zurich
7286873	Reichenburg	reichenburg			CH	SZ	505	1345	3418	Europe/Zurich
7286874	Reiden	reiden			CH	LU	315	1140	6976	Europe/Zurich
7286875	Reigoldswil	reigoldswil			CH	BL	1305	2893	1597	Europe/Zurich
7286876	Reinach	reinach	Rajnakh,Reinach AG,Reinach i Aargau,lai na he,Райнах,賴納赫		CH	AG	1905	4141	8182	Europe/Zurich
7286877	Reinach (BL)	reinach-bl			CH	BL	1301	2773	18855	Europe/Zurich
7286878	Reisiswil	reisiswil			CH	BE	244	336	188	Europe/Zurich
7286879	Reitnau	reitnau			CH	AG	1910	4281	1245	Europe/Zurich
7286880	Rekingen	rekingen			CH	AG	1911	4315	989	Europe/Zurich
7286881	Remaufens	remaufens			CH	FR	1007	2333	1044	Europe/Zurich
7286882	Remetschwil	remetschwil			CH	AG	1902	4039	2041	Europe/Zurich
7286883	Remigen	remigen			CH	AG	1904	4110	1054	Europe/Zurich
7286884	Renan (BE)	renan-be			CH	BE	241	441	896	Europe/Zurich
7286885	Renens (VD)	renens-vd	Renens		CH	VD	2229	5591	20537	Europe/Zurich
7286886	Rennaz	rennaz			CH	VD	2221	5412	839	Europe/Zurich
7286887	Reute (AR)	reute-ar			CH	AR	1503	3035	692	Europe/Zurich
7286888	Reutigen	reutigen			CH	BE	247	767	990	Europe/Zurich
7286889	Reverolle	reverolle			CH	VD	2227	5644	361	Europe/Zurich
7286890	Rhäzüns	rhaezuens			CH	GR	1844	3723	1425	Europe/Zurich
7286891	Rheineck	rheineck			CH	SG	1723	3235	3311	Europe/Zurich
7286892	Rheinfelden	rheinfelden	Rajnfel'den,Rajnfelden,Rheinfelden AG,lai yin fei er deng,rhyynfyldyn,rnfldan,Райнфелден,Райнфельден,Рајнфелден,رنفلدان,رهيينفيلدين,莱茵费尔登		CH	AG	1909	4258	13105	Europe/Zurich
7286893	Riaz	riaz			CH	FR	1003	2148	2376	Europe/Zurich
7286894	Richterswil	richterswil			CH	ZH	106	138	13198	Europe/Zurich
7286895	Rickenbach (BL)	rickenbach-bl			CH	BL	1304	2857	597	Europe/Zurich
7286896	Rickenbach (LU)	rickenbach-lu	Rickenbach,Rickenbach LU		CH	LU	314	1097	3194	Europe/Zurich
7286897	Rickenbach (SO)	rickenbach-so	Rickenbach SO		CH	SO	1108	2582	840	Europe/Zurich
7286898	Rickenbach (TG)	rickenbach-tg			CH	TG	2014	4751	2773	Europe/Zurich
7286899	Rickenbach (ZH)	rickenbach-zh			CH	ZH	110	225	2598	Europe/Zurich
7286900	Riddes	riddes			CH	VS	2307	6139	2985	Europe/Zurich
7286901	Ried bei Kerzers	ried-bei-kerzers			CH	FR	1005	2276	1095	Europe/Zurich
7286902	Ried-Brig	ried-brig			CH	VS	2301	6008	2041	Europe/Zurich
7286904	Riederalp	riederalp			CH	VS	2309	6181	498	Europe/Zurich
7286906	Riedholz	riedholz			CH	SO	1107	2554	2289	Europe/Zurich
7286907	Riehen	riehen			CH	BS	1200	2703	20743	Europe/Zurich
7286909	Riemenstalden	riemenstalden			CH	SZ	506	1369	89	Europe/Zurich
7286910	Rietheim	rietheim			CH	AG	1911	4316	739	Europe/Zurich
7286912	Rifferswil	rifferswil			CH	ZH	101	12	1057	Europe/Zurich
7286913	Riggisberg	riggisberg			CH	BE	246	879	2452	Europe/Zurich
7286914	Ringgenberg (BE)	ringgenberg-be			CH	BE	250	590	2658	Europe/Zurich
7286915	Riniken	riniken			CH	AG	1904	4111	1478	Europe/Zurich
7286917	Risch	risch			CH	ZG	900	1707	10272	Europe/Zurich
7286918	Riva San Vitale	riva-san-vitale			CH	TI	2106	5263	2610	Europe/Zurich
7286919	Rivaz	rivaz			CH	VD	2226	5609	363	Europe/Zurich
7286921	Rochefort	rochefort			CH	NE	2401	6413	1224	Europe/Zurich
7286922	Roches (BE)	roches-be			CH	BE	241	704	214	Europe/Zurich
7286923	Roche (VD)	roche-vd			CH	VD	2221	5413	1529	Europe/Zurich
7286926	Rodersdorf	rodersdorf			CH	SO	1104	2479	1332	Europe/Zurich
7286927	Roggenburg	roggenburg			CH	BL	1302	2790	280	Europe/Zurich
7286928	Roggliswil	roggliswil			CH	LU	315	1142	661	Europe/Zurich
7286929	Roggwil (BE)	roggwil-be			CH	BE	244	337	3928	Europe/Zurich
7286930	Roggwil (TG)	roggwil-tg			CH	TG	2011	4431	2952	Europe/Zurich
7286932	Rohrbach	rohrbach			CH	BE	244	338	1413	Europe/Zurich
7286933	Rohrbachgraben	rohrbachgraben			CH	BE	244	339	394	Europe/Zurich
7286935	Rolle	rolle			CH	VD	2228	5861	6109	Europe/Zurich
7286936	Romainmôtier-Envy	romainmotier-envy			CH	VD	2224	5761	529	Europe/Zurich
7286938	Romanel-sur-Lausanne	romanel-sur-lausanne			CH	VD	2225	5592	3357	Europe/Zurich
7286939	Romanel-sur-Morges	romanel-sur-morges			CH	VD	2227	5645	458	Europe/Zurich
7286940	Romanshorn	romanshorn			CH	TG	2011	4436	10753	Europe/Zurich
7286941	Römerswil	roemerswil			CH	LU	313	1039	1706	Europe/Zurich
7286942	Romont (BE)	romont-be			CH	BE	241	442	195	Europe/Zurich
7286943	Romont (FR)	romont-fr			CH	FR	1002	2096	5193	Europe/Zurich
7286944	Romoos	romoos			CH	LU	316	1007	676	Europe/Zurich
7286945	Ronco sopra Ascona	ronco-sopra-ascona			CH	TI	2104	5125	624	Europe/Zurich
7286946	Rongellen	rongellen			CH	GR	1851	3711	59	Europe/Zurich
7286947	Root	root	Root LU,Rot,Рот		CH	LU	312	1065	4718	Europe/Zurich
7286948	Ropraz	ropraz			CH	VD	2222	5798	407	Europe/Zurich
7286949	Rorbas	rorbas			CH	ZH	103	68	2743	Europe/Zurich
7286950	Rorschach	rorschach			CH	SG	1722	3215	9214	Europe/Zurich
7286951	Röschenz	roeschenz			CH	BL	1302	2791	1845	Europe/Zurich
7286952	Rossa	rossa			CH	GR	1847	3808	147	Europe/Zurich
7286953	Rossemaison	rossemaison			CH	JU	2601	6721	600	Europe/Zurich
7286954	Rossenges	rossenges			CH	VD	2222	5684	65	Europe/Zurich
7286956	Rossinière	rossiniere			CH	VD	2230	5842	568	Europe/Zurich
7286957	Röthenbach im Emmental	roethenbach-im-emmental			CH	BE	245	904	1206	Europe/Zurich
7286958	Rothenbrunnen	rothenbrunnen			CH	GR	1851	3637	303	Europe/Zurich
7286959	Rothenburg	rothenburg	Rotenburg,Rothenburg LU,Rothenburg i Sveits,luo teng bao,Ротенбург,羅滕堡		CH	LU	313	1040	7337	Europe/Zurich
7286960	Rothenfluh	rothenfluh			CH	BL	1304	2858	776	Europe/Zurich
7286961	Rothenthurm	rothenthurm	Rotenturm,Rothenthurm SZ,Ротентурм		CH	SZ	506	1370	2302	Europe/Zurich
7286962	Rothrist	rothrist			CH	AG	1910	4282	8684	Europe/Zurich
7286963	Rottenschwil	rottenschwil			CH	AG	1908	4238	806	Europe/Zurich
7286964	Rougemont	rougemont			CH	VD	2230	5843	887	Europe/Zurich
7286965	Roveredo (GR)	roveredo-gr			CH	GR	1847	3834	2511	Europe/Zurich
7286966	Rovio	rovio			CH	TI	2105	5219	816	Europe/Zurich
7286967	Rovray	rovray			CH	VD	2224	5928	176	Europe/Zurich
7286968	Rubigen	rubigen			CH	BE	246	623	2920	Europe/Zurich
7286969	Rüderswil	ruederswil			CH	BE	245	905	2335	Europe/Zurich
7286970	Rüdlingen	ruedlingen			CH	SH	1403	2938	736	Europe/Zurich
7286971	Rudolfstetten-Friedlisberg	rudolfstetten-friedlisberg			CH	AG	1903	4075	4404	Europe/Zurich
7286972	Rüdtligen-Alchenflüh	ruedtligen-alchenflueh			CH	BE	245	420	2435	Europe/Zurich
7286973	Rue	rue			CH	FR	1002	2097	1473	Europe/Zurich
7286974	Rüeggisberg	rueeggisberg			CH	BE	246	880	1819	Europe/Zurich
7286975	Rüegsau	rueegsau			CH	BE	245	956	3201	Europe/Zurich
7286977	Rueyres	rueyres			CH	VD	2223	5534	265	Europe/Zurich
7286979	Rüfenach	ruefenach			CH	AG	1904	4112	866	Europe/Zurich
7286980	Rumendingen	rumendingen			CH	BE	245	421	84	Europe/Zurich
7286981	Rümikon	ruemikon			CH	AG	1911	4317	291	Europe/Zurich
7286982	Rumisberg	rumisberg			CH	BE	244	987	470	Europe/Zurich
7286983	Rümlang	ruemlang			CH	ZH	104	97	7774	Europe/Zurich
7286985	Rümlingen	ruemlingen			CH	BL	1304	2859	386	Europe/Zurich
7286986	Rünenberg	ruenenberg			CH	BL	1304	2860	776	Europe/Zurich
7286987	Rupperswil	rupperswil			CH	AG	1907	4206	5144	Europe/Zurich
7286989	Rüschegg	rueschegg			CH	BE	246	853	1607	Europe/Zurich
7286991	Rüschlikon	rueschlikon			CH	ZH	106	139	5674	Europe/Zurich
7286992	Russikon	russikon			CH	ZH	108	178	4292	Europe/Zurich
7286993	Russin	russin			CH	GE	2500	6637	540	Europe/Zurich
7286995	Ruswil	ruswil			CH	LU	314	1098	6842	Europe/Zurich
7286996	Rüte	ruete			CH	AI	1600	3103	3525	Europe/Zurich
7286997	Rüthi (SG)	ruethi-sg			CH	SG	1723	3256	2256	Europe/Zurich
7286998	Rüti bei Büren	rueti-bei-bueren			CH	BE	243	393	840	Europe/Zurich
7286999	Rüti bei Lyssach	rueti-bei-lyssach			CH	BE	245	422	171	Europe/Zurich
7287001	Rüti (ZH)	rueti-zh			CH	ZH	105	118	12047	Europe/Zurich
7287002	Rütschelen	ruetschelen			CH	BE	244	340	571	Europe/Zurich
7287003	Rüttenen	ruettenen			CH	SO	1107	2555	1507	Europe/Zurich
7287004	Saanen	saanen			CH	BE	248	843	6871	Europe/Zurich
7287006	Saas-Almagell	saas-almagell			CH	VS	2313	6288	391	Europe/Zurich
7287007	Saas-Balen	saas-balen			CH	VS	2313	6289	369	Europe/Zurich
7287008	Saas-Fee	saas-fee			CH	VS	2313	6290	1621	Europe/Zurich
7287009	Saas-Grund	saas-grund			CH	VS	2313	6291	1043	Europe/Zurich
7287010	Sachseln	sachseln			CH	OW	600	1406	5066	Europe/Zurich
7287011	Safenwil	safenwil			CH	AG	1910	4283	3695	Europe/Zurich
7287013	Safnern	safnern			CH	BE	242	746	1951	Europe/Zurich
7287015	Sagogn	sagogn			CH	GR	1850	3581	689	Europe/Zurich
7287016	Saicourt	saicourt			CH	BE	241	706	607	Europe/Zurich
7287017	Saignelégier	saignelegier			CH	JU	2602	6757	2537	Europe/Zurich
7287018	Saillon	saillon			CH	VS	2307	6140	2482	Europe/Zurich
7287019	Saint-Aubin (FR)	saint-aubin-fr			CH	FR	1001	2041	1659	Europe/Zurich
7287021	Saint-Barthélemy (VD)	saint-barthelemy-vd			CH	VD	2223	5535	784	Europe/Zurich
7287022	Saint-Blaise	saint-blaise			CH	NE	2404	6459	3284	Europe/Zurich
7287023	Saint-Brais	saint-brais			CH	JU	2602	6758	235	Europe/Zurich
7287024	Saint-Cergue	saint-cergue			CH	VD	2228	5727	2443	Europe/Zurich
7287026	Sainte-Croix	sainte-croix			CH	VD	2224	5568	4785	Europe/Zurich
7287027	Saint-George	saint-george			CH	VD	2228	5434	956	Europe/Zurich
7287028	Saint-Gingolph	saint-gingolph			CH	VS	2308	6155	912	Europe/Zurich
7287029	Saint-Imier	saint-imier			CH	BE	241	443	5101	Europe/Zurich
7287030	Saint-Légier-La Chiésaz	saint-legier-la-chiesaz			CH	VD	2230	5888	5075	Europe/Zurich
7287031	Saint-Léonard	saint-leonard			CH	VS	2311	6246	2269	Europe/Zurich
7287032	Saint-Livres	saint-livres			CH	VD	2227	5435	713	Europe/Zurich
7287033	Saint-Martin (FR)	saint-martin-fr			CH	FR	1007	2335	1034	Europe/Zurich
7287034	Saint-Maurice	saint-maurice			CH	VS	2310	6217	4494	Europe/Zurich
7287035	Saint-Oyens	saint-oyens			CH	VD	2227	5436	346	Europe/Zurich
7287036	Saint-Prex	saint-prex			CH	VD	2227	5646	5603	Europe/Zurich
7287037	Saint-Saphorin (Lavaux)	saint-saphorin-lavaux			CH	VD	2226	5610	384	Europe/Zurich
7287039	Saint-Sulpice (VD)	saint-sulpice-vd			CH	VD	2229	5648	3904	Europe/Zurich
7287040	Salenstein	salenstein			CH	TG	2013	4851	1282	Europe/Zurich
7287041	Sâles	sales			CH	FR	1003	2152	1447	Europe/Zurich
7287042	Salgesch	salgesch			CH	VS	2306	6113	1465	Europe/Zurich
7287044	Salmsach	salmsach			CH	TG	2011	4441	1405	Europe/Zurich
7287046	Salvan	salvan			CH	VS	2310	6218	1339	Europe/Zurich
7287048	Samedan	samedan			CH	GR	1846	3786	2996	Europe/Zurich
7287049	Samnaun	samnaun			CH	GR	1843	3752	773	Europe/Zurich
7287051	Santa Maria in Calanca	santa-maria-in-calanca			CH	GR	1847	3810	102	Europe/Zurich
7287052	San Vittore	san-vittore	Fanum Sancti Victoris,San Vitor,San Vittore GR,San Vittore i Sveits,San-Vittore,sheng wei tuo lei,Сан-Витторе,聖維托雷		CH	GR	1847	3835	766	Europe/Zurich
7287053	Sargans	sargans			CH	SG	1725	3296	6026	Europe/Zurich
7287054	Sarmenstorf	sarmenstorf			CH	AG	1903	4076	2805	Europe/Zurich
7287056	Sarnen	sarnen			CH	OW	600	1407	10229	Europe/Zurich
7287059	Satigny	satigny			CH	GE	2500	6638	4107	Europe/Zurich
7287060	Sattel	sattel			CH	SZ	506	1371	1931	Europe/Zurich
7287061	Saubraz	saubraz			CH	VD	2227	5437	393	Europe/Zurich
7287062	Saulcy	saulcy			CH	JU	2601	6722	262	Europe/Zurich
7287063	Saules (BE)	saules-be			CH	BE	241	707	159	Europe/Zurich
7287064	Savièse	saviese			CH	VS	2312	6265	7381	Europe/Zurich
7287065	Savigny	savigny	Savigny VD,Savigny i Sveits		CH	VD	2226	5611	3342	Europe/Zurich
7287067	Savosa	savosa			CH	TI	2105	5221	2240	Europe/Zurich
7287068	Saxeten	saxeten			CH	BE	250	591	97	Europe/Zurich
7287069	Saxon	saxon			CH	VS	2307	6141	5534	Europe/Zurich
7287070	Schaffhausen	schaffhausen	Schaffhausen,Schaffhouse,Sciaffusa		CH	SH	1403	2939	35948	Europe/Zurich
7287071	Schafisheim	schafisheim			CH	AG	1907	4207	2973	Europe/Zurich
7287073	S-chanf	s-chanf			CH	GR	1846	3788	697	Europe/Zurich
7287074	Schangnau	schangnau			CH	BE	245	906	905	Europe/Zurich
7287075	Schänis	schaenis			CH	SG	1726	3315	3762	Europe/Zurich
7287076	Scharans	scharans			CH	GR	1851	3638	820	Europe/Zurich
7287077	Schattdorf	schattdorf			CH	UR	400	1213	5041	Europe/Zurich
7287078	Schattenhalb	schattenhalb			CH	BE	250	786	578	Europe/Zurich
7287079	Schelten	schelten	La Scheulte		CH	BE	241	708	38	Europe/Zurich
7287080	Schenkon	schenkon			CH	LU	314	1099	2747	Europe/Zurich
7287083	Scheuren	scheuren			CH	BE	242	747	449	Europe/Zurich
7287084	Schiers	schiers			CH	GR	1849	3962	2643	Europe/Zurich
7287088	Schlatt-Haslen	schlatt-haslen			CH	AI	1600	3104	1110	Europe/Zurich
7287089	Schlatt (TG)	schlatt-tg			CH	TG	2012	4546	1652	Europe/Zurich
7287090	Schlatt (ZH)	schlatt-zh	Schlatt b. Winterthur		CH	ZH	110	226	738	Europe/Zurich
7287091	Schleinikon	schleinikon			CH	ZH	104	98	722	Europe/Zurich
7287092	Schleitheim	schleitheim			CH	SH	1404	2952	1694	Europe/Zurich
7287093	Schlierbach	schlierbach			CH	LU	314	1100	819	Europe/Zurich
7287094	Schlieren	schlieren			CH	ZH	111	247	18453	Europe/Zurich
7287095	Schlossrued	schlossrued			CH	AG	1905	4142	820	Europe/Zurich
7287097	Schluein	schluein			CH	GR	1850	3582	616	Europe/Zurich
7287098	Schmerikon	schmerikon			CH	SG	1726	3338	3668	Europe/Zurich
7287099	Schmiedrued	schmiedrued			CH	AG	1905	4143	1164	Europe/Zurich
7287100	Schmitten (FR)	schmitten-fr			CH	FR	1006	2305	4040	Europe/Zurich
7287101	Schmitten (GR)	schmitten-gr			CH	GR	1841	3514	242	Europe/Zurich
7287103	Schneisingen	schneisingen			CH	AG	1911	4318	1336	Europe/Zurich
7287104	Schnottwil	schnottwil			CH	SO	1103	2461	1063	Europe/Zurich
7287105	Schöfflisdorf	schoefflisdorf			CH	ZH	104	99	1396	Europe/Zurich
7287106	Schöftland	schoeftland			CH	AG	1905	4144	4226	Europe/Zurich
7287108	Schönenbuch	schoenenbuch			CH	BL	1301	2774	1374	Europe/Zurich
7287109	Schönengrund	schoenengrund			CH	AR	1501	3003	524	Europe/Zurich
7287110	Schönenwerd	schoenenwerd			CH	SO	1108	2583	4873	Europe/Zurich
7287111	Schongau	schongau	Schongau LU,Schongau i Luzern,Shongau,xiong gao,Шонгау,雄高		CH	LU	313	1041	1012	Europe/Zurich
7287112	Schönholzerswilen	schoenholzerswilen			CH	TG	2015	4756	814	Europe/Zurich
7287113	Schötz	schoetz			CH	LU	315	1143	4185	Europe/Zurich
7287114	Schübelbach	schuebelbach			CH	SZ	505	1346	9016	Europe/Zurich
7287115	Schupfart	schupfart			CH	AG	1909	4259	766	Europe/Zurich
7287116	Schüpfen	schuepfen			CH	BE	243	311	3719	Europe/Zurich
7287117	Schüpfheim	schuepfheim			CH	LU	316	1008	4154	Europe/Zurich
7287118	Schwaderloch	schwaderloch			CH	AG	1906	4176	674	Europe/Zurich
7287119	Schwadernau	schwadernau			CH	BE	242	748	657	Europe/Zurich
7287120	Schwanden bei Brienz	schwanden-bei-brienz			CH	BE	250	592	589	Europe/Zurich
7287123	Schwarzenberg	schwarzenberg			CH	LU	312	1066	1704	Europe/Zurich
7287124	Schwarzhäusern	schwarzhaeusern			CH	BE	244	341	501	Europe/Zurich
7287125	Schwellbrunn	schwellbrunn			CH	AR	1501	3004	1531	Europe/Zurich
7287126	Schwende	schwende			CH	AI	1600	3105	2159	Europe/Zurich
7287128	Schwerzenbach	schwerzenbach			CH	ZH	109	197	5001	Europe/Zurich
7287129	Schwyz	schwyz			CH	SZ	506	1372	14856	Europe/Zurich
7287130	Scuol	scuol			CH	GR	1843	3762	4690	Europe/Zurich
7287131	Seeberg	seeberg	Seeberg BE,Zeberg,Zeeberg,sai bei ge,Зеберг,Зееберг,塞貝格		CH	BE	244	988	1504	Europe/Zurich
7287132	Seedorf (BE)	seedorf-be			CH	BE	243	312	3002	Europe/Zurich
7287133	Seedorf (UR)	seedorf-ur			CH	UR	400	1214	1807	Europe/Zurich
7287134	Seegräben	seegraeben			CH	ZH	105	119	1432	Europe/Zurich
7287135	Seehof	seehof	Elay		CH	BE	241	709	68	Europe/Zurich
7287136	Seelisberg	seelisberg			CH	UR	400	1215	688	Europe/Zurich
7287137	Seengen	seengen			CH	AG	1907	4208	3787	Europe/Zurich
7287138	Seewen	seewen			CH	SO	1104	2480	1022	Europe/Zurich
7287139	Seewis im Prättigau	seewis-im-praettigau			CH	GR	1849	3972	1390	Europe/Zurich
7287140	Seftigen	seftigen			CH	BE	247	883	2211	Europe/Zurich
7287143	Seltisberg	seltisberg			CH	BL	1303	2833	1308	Europe/Zurich
7287144	Selzach	selzach			CH	SO	1107	2556	3301	Europe/Zurich
7287145	Sembrancher	sembrancher			CH	VS	2303	6035	984	Europe/Zurich
7287148	Sempach	sempach			CH	LU	314	1102	4159	Europe/Zurich
7287149	Semsales	semsales			CH	FR	1007	2336	1414	Europe/Zurich
7287150	Senarclens	senarclens			CH	VD	2227	5499	450	Europe/Zurich
7287152	Sennwald	sennwald			CH	SG	1724	3274	5256	Europe/Zurich
7287154	Seon	seon	Zeon,sai weng,Зеон,塞翁		CH	AG	1907	4209	4945	Europe/Zurich
7287155	Sergey	sergey			CH	VD	2224	5762	144	Europe/Zurich
7287156	Servion	servion			CH	VD	2226	5799	1906	Europe/Zurich
7287158	Seuzach	seuzach			CH	ZH	110	227	7211	Europe/Zurich
7287159	Sévaz	sevaz			CH	FR	1001	2043	270	Europe/Zurich
7287160	Sevelen	sevelen			CH	SG	1724	3275	4828	Europe/Zurich
7287161	Sévery	severy			CH	VD	2227	5500	231	Europe/Zurich
7287164	Siblingen	siblingen			CH	SH	1404	2953	834	Europe/Zurich
7287165	Sierre	sierre			CH	VS	2311	6248	16711	Europe/Zurich
7287167	Siglistorf	siglistorf			CH	AG	1911	4319	636	Europe/Zurich
7287168	Signau	signau			CH	BE	245	907	2697	Europe/Zurich
7287169	Signy-Avenex	signy-avenex			CH	VD	2228	5728	506	Europe/Zurich
7287170	Sigriswil	sigriswil			CH	BE	247	938	4727	Europe/Zurich
7287171	Silenen	silenen	Silenen UR,Zilenen,Зиленен		CH	UR	400	1216	2108	Europe/Zurich
7287172	Sils im Domleschg	sils-im-domleschg			CH	GR	1851	3640	927	Europe/Zurich
7287173	Silvaplana	silvaplana	Sil'vaplana,Silvaplauna,shiruvu~apurana,xi er wa pu la na,Сильваплана,シルヴァプラーナ,席爾瓦普拉納		CH	GR	1846	3790	1086	Europe/Zurich
7287174	Simplon	simplon			CH	VS	2301	6009	319	Europe/Zurich
7287175	Sins	sins	Zins,sinseu,xin si,Зинс,辛斯,신스		CH	AG	1908	4239	4243	Europe/Zurich
7287176	Sion	sion			CH	VS	2312	6266	33879	Europe/Zurich
7287177	Sirnach	sirnach			CH	TG	2014	4761	7675	Europe/Zurich
7287178	Siselen	siselen			CH	BE	243	499	579	Europe/Zurich
7287179	Sisikon	sisikon			CH	UR	400	1217	378	Europe/Zurich
7287180	Sissach	sissach			CH	BL	1304	2861	6624	Europe/Zurich
7287181	Sisseln	sisseln			CH	AG	1906	4177	1551	Europe/Zurich
7287182	Siviriez	siviriez			CH	FR	1002	2099	2243	Europe/Zurich
7287183	Soazza	soazza			CH	GR	1847	3823	347	Europe/Zurich
7287186	Solothurn	solothurn	Soletta,Soleure,Soloturn		CH	SO	1109	2601	16721	Europe/Zurich
7287187	Sommeri	sommeri			CH	TG	2011	4446	520	Europe/Zurich
7287188	Sonceboz-Sombeval	sonceboz-sombeval			CH	BE	241	444	1932	Europe/Zurich
7287191	Sonvilier	sonvilier			CH	BE	241	445	1257	Europe/Zurich
7287193	Soral	soral			CH	GE	2500	6639	752	Europe/Zurich
7287194	Sorengo	sorengo			CH	TI	2105	5225	1953	Europe/Zurich
7287195	Sorens	sorens			CH	FR	1003	2153	1098	Europe/Zurich
7287197	Sorvilier	sorvilier			CH	BE	241	711	280	Europe/Zurich
7287199	Soubey	soubey			CH	JU	2602	6759	132	Europe/Zurich
7287202	Soyhières	soyhieres			CH	JU	2601	6724	487	Europe/Zurich
7287203	Speicher	speicher			CH	AR	1502	3023	4215	Europe/Zurich
7287204	Spiez	spiez			CH	BE	249	768	12477	Europe/Zurich
7287205	Spiringen	spiringen			CH	UR	400	1218	846	Europe/Zurich
7287207	Spreitenbach	spreitenbach			CH	AG	1902	4040	11253	Europe/Zurich
7287208	Staatswald Galm	staatswald-galm			CH	FR	1005	2391	0	Europe/Zurich
7287209	Stabio	stabio			CH	TI	2106	5266	4616	Europe/Zurich
7287210	Stadel	stadel			CH	ZH	104	100	2205	Europe/Zurich
7287211	Stäfa	staefa			CH	ZH	107	158	14178	Europe/Zurich
7287212	Staffelbach	staffelbach	Shtaffel'bakh,Staffelbach AG,shi ta fu er ba he,Штаффельбах,施塔弗爾巴赫		CH	AG	1910	4284	1083	Europe/Zurich
7287213	Staldenried	staldenried			CH	VS	2313	6294	550	Europe/Zurich
7287214	Stalden (VS)	stalden-vs			CH	VS	2313	6293	1098	Europe/Zurich
7287215	Stallikon	stallikon			CH	ZH	101	13	3455	Europe/Zurich
7287217	Stans	stans			CH	NW	700	1509	8277	Europe/Zurich
7287218	Stansstad	stansstad			CH	NW	700	1510	4396	Europe/Zurich
7287221	Starrkirch-Wil	starrkirch-wil			CH	SO	1108	2584	1700	Europe/Zurich
7287222	Staufen	staufen	Shtaufen,Staufen AG,shi tao fen,Штауфен,施陶芬		CH	AG	1907	4210	2937	Europe/Zurich
7287223	Steckborn	steckborn			CH	TG	2012	4864	3726	Europe/Zurich
7287224	Steffisburg	steffisburg			CH	BE	247	939	15689	Europe/Zurich
7287225	Steg-Hohtenn	steg-hohtenn			CH	VS	2309	6204	1573	Europe/Zurich
7287226	Steinach	steinach			CH	SG	1722	3217	3519	Europe/Zurich
7287227	Stein	stein	Shtajn,Stein AG,Stein i Aargau,si tai yin,Штайн,斯泰因		CH	AG	1909	4260	3136	Europe/Zurich
7287228	Stein am Rhein	stein-am-rhein			CH	SH	1405	2964	3343	Europe/Zurich
7287229	Stein (AR)	stein-ar			CH	AR	1501	3005	1406	Europe/Zurich
7287230	Steinen	steinen	Shtajnen,Steinen SZ,Steinen i Sveits,Штайнен		CH	SZ	506	1373	3312	Europe/Zurich
7287231	Steinerberg	steinerberg			CH	SZ	506	1374	920	Europe/Zurich
7287232	Steinhausen	steinhausen	Shtajnkhauzen,Steinhausen ZG,Steinhausen i Sveits,Штайнхаузен		CH	ZG	900	1708	9543	Europe/Zurich
7287234	Steinmaur	steinmaur			CH	ZH	104	101	3395	Europe/Zurich
7287236	Stetten	stetten	Shtetten,Stetten AG,Stetten i Aargau,si te teng,Штеттен,斯特滕		CH	AG	1902	4041	2139	Europe/Zurich
7287237	Stetten (SH)	stetten-sh			CH	SH	1402	2919	1328	Europe/Zurich
7287238	Stettfurt	stettfurt			CH	TG	2012	4606	1164	Europe/Zurich
7287239	Stettlen	stettlen			CH	BE	246	358	3149	Europe/Zurich
7287240	St. Gallen	st-gallen	Saint Gall,Saint-Gall,San Gallo,St. Gall,St. Gallen		CH	SG	1721	3203	75538	Europe/Zurich
7287243	St. Margrethen	st-margrethen			CH	SG	1723	3236	5792	Europe/Zurich
7287245	St. Moritz	st-moritz	Saint Moritz,Saint-Moritz,San Maurizio,Sankt Moritz,St. Moritz		CH	GR	1846	3787	5067	Europe/Zurich
7287246	St. Niklaus	st-niklaus	Saint-Nicolas,Sankt Niklaus,Sankt Niklaus VS,sheng ni ke lao si,snt nyklaws,سنت نیکلاوس,聖尼克勞斯		CH	VS	2313	6292	2290	Europe/Zurich
7287248	Strengelbach	strengelbach			CH	AG	1910	4285	4597	Europe/Zurich
7287249	St. Silvester	st-silvester	Saint-Sylvestre		CH	FR	1006	2303	963	Europe/Zurich
7287250	St. Stephan	st-stephan			CH	BE	248	793	1340	Europe/Zurich
7287251	Studen (BE)	studen-be			CH	BE	243	749	3107	Europe/Zurich
7287252	St. Ursen	st-ursen	Saint-Ours		CH	FR	1006	2304	1305	Europe/Zurich
7287253	Stüsslingen	stuesslingen			CH	SO	1105	2499	1075	Europe/Zurich
7287254	Subingen	subingen			CH	SO	1106	2532	3068	Europe/Zurich
7287255	Suchy	suchy			CH	VD	2224	5929	542	Europe/Zurich
7287256	Sufers	sufers			CH	GR	1851	3695	125	Europe/Zurich
7287258	Suhr	suhr	Suhr AG,Zur,su er,Зур,蘇爾		CH	AG	1901	4012	9904	Europe/Zurich
7287259	Sulgen	sulgen			CH	TG	2015	4506	3708	Europe/Zurich
7287260	Sullens	sullens			CH	VD	2223	5501	924	Europe/Zurich
7287262	Sumiswald	sumiswald			CH	BE	245	957	4999	Europe/Zurich
7287263	Sumvitg	sumvitg			CH	GR	1850	3985	1218	Europe/Zurich
7287267	Surpierre	surpierre			CH	FR	1001	2044	704	Europe/Zurich
7287268	Sursee	sursee			CH	LU	314	1103	9490	Europe/Zurich
7287269	Suscévaz	suscevaz			CH	VD	2224	5930	198	Europe/Zurich
7287271	Sutz-Lattrigen	sutz-lattrigen			CH	BE	242	750	1400	Europe/Zurich
7287272	Syens	syens			CH	VD	2222	5688	139	Europe/Zurich
7287273	Tafers	tafers	Tavel		CH	FR	1006	2306	3286	Europe/Zurich
7287274	Tägerig	taegerig			CH	AG	1903	4077	1455	Europe/Zurich
7287276	Tägerwilen	taegerwilen			CH	TG	2013	4696	4388	Europe/Zurich
7287277	Tamins	tamins			CH	GR	1844	3733	1174	Europe/Zurich
7287278	Tannay	tannay			CH	VD	2228	5729	1596	Europe/Zurich
7287281	Tartegnin	tartegnin			CH	VD	2228	5862	230	Europe/Zurich
7287282	Täsch	taesch			CH	VS	2313	6295	1222	Europe/Zurich
7287283	Täuffelen	taeuffelen			CH	BE	243	751	2753	Europe/Zurich
7287284	Tavannes	tavannes			CH	BE	241	713	3612	Europe/Zurich
7287285	Tecknau	tecknau			CH	BL	1304	2862	862	Europe/Zurich
7287286	Tegerfelden	tegerfelden			CH	AG	1911	4320	1167	Europe/Zurich
7287288	Tenero-Contra	tenero-contra			CH	TI	2104	5131	2875	Europe/Zurich
7287290	Tenniken	tenniken			CH	BL	1304	2863	894	Europe/Zurich
7287291	Tentlingen	tentlingen	Tinterin		CH	FR	1006	2307	1329	Europe/Zurich
7287292	Termen	termen			CH	VS	2301	6010	895	Europe/Zurich
7287293	Teufen (AR)	teufen-ar			CH	AR	1502	3024	6165	Europe/Zurich
7287294	Teufenthal	teufenthal			CH	AG	1905	4145	1574	Europe/Zurich
7287295	Teuffenthal (BE)	teuffenthal-be			CH	BE	247	940	161	Europe/Zurich
7287296	Thal	thal	Thal		CH	SG	1722	3237	6426	Europe/Zurich
7287297	Thalheim	thalheim	Tal'khajm,Thalheim AG,Thalheim i Aargau,ta er hai mu,Тальхайм,塔爾海姆		CH	AG	1904	4117	807	Europe/Zurich
7287298	Thalheim an der Thur	thalheim-an-der-thur			CH	ZH	102	39	904	Europe/Zurich
7287299	Thalwil	thalwil			CH	ZH	106	141	17747	Europe/Zurich
7287300	Thayngen	thayngen			CH	SH	1402	2920	5293	Europe/Zurich
7287301	Therwil	therwil			CH	BL	1301	2775	10007	Europe/Zurich
7287302	Thierachern	thierachern			CH	BE	247	941	2414	Europe/Zurich
7287304	Thônex	thonex			CH	GE	2500	6640	13955	Europe/Zurich
7287305	Thörigen	thoerigen			CH	BE	244	989	1090	Europe/Zurich
7287306	Thun	thun			CH	BE	247	942	43500	Europe/Zurich
7287307	Thundorf	thundorf			CH	TG	2012	4611	1424	Europe/Zurich
7287308	Thunstetten	thunstetten			CH	BE	244	342	3258	Europe/Zurich
7287309	Thürnen	thuernen			CH	BL	1304	2864	1399	Europe/Zurich
7287310	Thusis	thusis			CH	GR	1851	3668	3025	Europe/Zurich
7287313	Titterten	titterten			CH	BL	1305	2894	408	Europe/Zurich
7287314	Tobel-Tägerschen	tobel-taegerschen			CH	TG	2014	4776	1556	Europe/Zurich
7287315	Toffen	toffen			CH	BE	246	884	2527	Europe/Zurich
7287316	Tolochenaz	tolochenaz			CH	VD	2227	5649	1859	Europe/Zurich
7287318	Törbel	toerbel			CH	VS	2313	6296	468	Europe/Zurich
7287319	Torny	torny			CH	FR	1002	2115	885	Europe/Zurich
7287320	Torricella-Taverne	torricella-taverne			CH	TI	2105	5227	3072	Europe/Zurich
7287321	Trachselwald	trachselwald			CH	BE	245	958	977	Europe/Zurich
7287322	Tramelan	tramelan			CH	BE	241	446	4417	Europe/Zurich
7287323	Trasadingen	trasadingen			CH	SH	1406	2973	601	Europe/Zurich
7287324	Treiten	treiten			CH	BE	243	500	433	Europe/Zurich
7287325	Trélex	trelex			CH	VD	2228	5730	1425	Europe/Zurich
7287327	Trey	trey			CH	VD	2222	5827	256	Europe/Zurich
7287328	Treycovagnes	treycovagnes			CH	VD	2224	5931	463	Europe/Zurich
7287329	Treytorrens (Payerne)	treytorrens-payerne			CH	VD	2222	5828	123	Europe/Zurich
7287330	Treyvaux	treyvaux			CH	FR	1004	2226	1442	Europe/Zurich
7287331	Triengen	triengen			CH	LU	314	1104	4511	Europe/Zurich
7287332	Trient	trient			CH	VS	2307	6142	193	Europe/Zurich
7287333	Trimbach	trimbach			CH	SO	1105	2500	6505	Europe/Zurich
7287334	Trimmis	trimmis			CH	GR	1845	3945	3188	Europe/Zurich
7287336	Trin	trin			CH	GR	1844	3734	1323	Europe/Zurich
7287337	Trogen	trogen	Trogen,Trogen AR,te luo gen,teulogen,torogen,twrghyn,Троген,تورغين,トローゲン,特羅根,트로겐		CH	AR	1502	3025	1704	Europe/Zurich
7287338	Troinex	troinex			CH	GE	2500	6641	2336	Europe/Zurich
7287339	Troistorrents	troistorrents			CH	VS	2308	6156	4505	Europe/Zurich
7287340	Trub	trub			CH	BE	245	908	1347	Europe/Zurich
7287341	Trubschachen	trubschachen			CH	BE	245	909	1425	Europe/Zurich
7287342	Trüllikon	truellikon			CH	ZH	102	40	1015	Europe/Zurich
7287343	Truttikon	truttikon			CH	ZH	102	41	473	Europe/Zurich
7287344	Tschappina	tschappina			CH	GR	1851	3669	126	Europe/Zurich
7287346	Tschiertschen-Praden	tschiertschen-praden			CH	GR	1848	3932	314	Europe/Zurich
7287348	Tschugg	tschugg			CH	BE	243	501	447	Europe/Zurich
7287349	Tübach	tuebach	Tuebach,Tübach		CH	SG	1722	3218	1337	Europe/Zurich
7287350	Tuggen	tuggen			CH	SZ	505	1347	3214	Europe/Zurich
7287351	Tujetsch	tujetsch			CH	GR	1850	3986	1324	Europe/Zurich
7287352	Turbenthal	turbenthal			CH	ZH	110	228	4472	Europe/Zurich
7287353	Turgi	turgi			CH	AG	1902	4042	2988	Europe/Zurich
7287357	Udligenswil	udligenswil			CH	LU	312	1067	2278	Europe/Zurich
7287358	Ueberstorf	ueberstorf			CH	FR	1006	2308	2357	Europe/Zurich
7287359	Uebeschi	uebeschi			CH	BE	247	943	673	Europe/Zurich
7287360	Ueken	ueken			CH	AG	1906	4179	900	Europe/Zurich
7287361	Uerkheim	uerkheim			CH	AG	1910	4286	1361	Europe/Zurich
7287362	Uesslingen-Buch	uesslingen-buch			CH	TG	2012	4616	1086	Europe/Zurich
7287363	Uetendorf	uetendorf			CH	BE	247	944	5998	Europe/Zurich
7287364	Uetikon am See	uetikon-am-see			CH	ZH	107	159	5988	Europe/Zurich
7287365	Uezwil	uezwil			CH	AG	1903	4078	462	Europe/Zurich
7287366	Ufhusen	ufhusen			CH	LU	315	1145	892	Europe/Zurich
7287367	Uitikon	uitikon			CH	ZH	111	248	4112	Europe/Zurich
7287368	Ulmiz	ulmiz			CH	FR	1005	2278	414	Europe/Zurich
7287371	Unterägeri	unteraegeri			CH	ZG	900	1709	8583	Europe/Zurich
7287372	Unterbäch	unterbaech			CH	VS	2309	6201	411	Europe/Zurich
7287374	Untereggen	untereggen			CH	SG	1722	3219	1045	Europe/Zurich
7287377	Unterengstringen	unterengstringen			CH	ZH	111	249	3648	Europe/Zurich
7287378	Unterentfelden	unterentfelden			CH	AG	1901	4013	4120	Europe/Zurich
7287379	Unteriberg	unteriberg			CH	SZ	506	1375	2330	Europe/Zurich
7287380	Unterkulm	unterkulm			CH	AG	1905	4146	2970	Europe/Zurich
7287381	Unterlangenegg	unterlangenegg			CH	BE	247	945	934	Europe/Zurich
7287382	Unterlunkhofen	unterlunkhofen			CH	AG	1903	4079	1298	Europe/Zurich
7287383	Unterramsern	unterramsern			CH	SO	1103	2463	203	Europe/Zurich
7287384	Unterschächen	unterschaechen			CH	UR	400	1219	696	Europe/Zurich
7287385	Unterseen	unterseen			CH	BE	250	593	5690	Europe/Zurich
7287386	Untersiggenthal	untersiggenthal			CH	AG	1902	4044	7161	Europe/Zurich
7287389	Untervaz	untervaz			CH	GR	1845	3946	2445	Europe/Zurich
7287390	Urdorf	urdorf			CH	ZH	111	250	9688	Europe/Zurich
7287391	Urmein	urmein			CH	GR	1851	3670	141	Europe/Zurich
7287392	Urnäsch	urnaesch			CH	AR	1501	3006	2247	Europe/Zurich
7287393	Ursenbach	ursenbach			CH	BE	244	344	911	Europe/Zurich
7287394	Ursins	ursins			CH	VD	2224	5932	206	Europe/Zurich
7287395	Ursy	ursy			CH	FR	1002	2102	2936	Europe/Zurich
7287396	Urtenen-Schönbühl	urtenen-schoenbuehl			CH	BE	246	551	6211	Europe/Zurich
7287397	Uster	uster			CH	ZH	109	198	33886	Europe/Zurich
7287398	Uttigen	uttigen			CH	BE	247	885	1940	Europe/Zurich
7287399	Uttwil	uttwil			CH	TG	2011	4451	1832	Europe/Zurich
7287400	Utzenstorf	utzenstorf			CH	BE	245	552	4213	Europe/Zurich
7287401	Uznach	uznach			CH	SG	1726	3339	6295	Europe/Zurich
7287402	Uzwil	uzwil			CH	SG	1728	3408	12781	Europe/Zurich
7287403	Vacallo	vacallo			CH	TI	2106	5268	3419	Europe/Zurich
7287406	Val-de-Travers	val-de-travers			CH	NE	2406	6512	10905	Europe/Zurich
7287408	Valeyres-sous-Montagny	valeyres-sous-montagny			CH	VD	2224	5933	661	Europe/Zurich
7287409	Valeyres-sous-Rances	valeyres-sous-rances			CH	VD	2224	5763	601	Europe/Zurich
7287410	Valeyres-sous-Ursins	valeyres-sous-ursins			CH	VD	2224	5934	245	Europe/Zurich
7287412	Vallorbe	vallorbe			CH	VD	2224	5764	3654	Europe/Zurich
7287413	Val Müstair	val-muestair			CH	GR	1843	3847	1539	Europe/Zurich
7287414	Vals	vals	Val,Val's,Vals GR,Vals i Sveits,wa er si,Вальс,瓦爾斯		CH	GR	1850	3603	990	Europe/Zurich
7287416	Vandoeuvres	vandoeuvres			CH	GE	2500	6642	2513	Europe/Zurich
7287417	Varen	varen			CH	VS	2306	6116	615	Europe/Zurich
7287420	Vaulion	vaulion			CH	VD	2224	5765	489	Europe/Zurich
7287421	Vaulruz	vaulruz			CH	FR	1003	2155	1032	Europe/Zurich
7287423	Vaux-sur-Morges	vaux-sur-morges			CH	VD	2227	5650	203	Europe/Zurich
7287424	Vaz/Obervaz	vaz-obervaz			CH	GR	1841	3506	2718	Europe/Zurich
7287425	Vechigen	vechigen			CH	BE	246	359	5252	Europe/Zurich
7287428	Veltheim	veltheim	Fel'tajm,Fel'tkhajm,Veltheim AG,Veltheim i Aargau,fei er te hai mu,Фельтайм,Фельтхайм,費爾特海姆		CH	AG	1904	4120	1440	Europe/Zurich
7287429	Vendlincourt	vendlincourt			CH	JU	2603	6806	560	Europe/Zurich
7287435	Vernate	vernate			CH	TI	2105	5230	581	Europe/Zurich
7287437	Vernayaz	vernayaz			CH	VS	2310	6219	1886	Europe/Zurich
7287438	Vernier	vernier			CH	GE	2500	6643	34655	Europe/Zurich
7287439	Vérossaz	verossaz			CH	VS	2310	6220	712	Europe/Zurich
7287442	Versoix	versoix			CH	GE	2500	6644	13263	Europe/Zurich
7287443	Vétroz	vetroz			CH	VS	2302	6025	5888	Europe/Zurich
7287444	Vevey	vevey			CH	VD	2230	5890	19453	Europe/Zurich
7287445	Vex	vex			CH	VS	2305	6089	1801	Europe/Zurich
7287447	Veyrier	veyrier			CH	GE	2500	6645	11273	Europe/Zurich
7287448	Veysonnaz	veysonnaz			CH	VS	2312	6267	606	Europe/Zurich
7287449	Veytaux	veytaux			CH	VD	2230	5891	865	Europe/Zurich
7287450	Vezia	vezia			CH	TI	2105	5231	2000	Europe/Zurich
7287451	Vich	vich			CH	VD	2228	5732	896	Europe/Zurich
7287452	Vico Morcote	vico-morcote			CH	TI	2105	5233	376	Europe/Zurich
7287459	Villarsel-sur-Marly	villarsel-sur-marly			CH	FR	1004	2230	86	Europe/Zurich
7287460	Villars-Epeney	villars-epeney			CH	VD	2224	5935	90	Europe/Zurich
7287461	Villars-le-Comte	villars-le-comte			CH	VD	2222	5690	150	Europe/Zurich
7287463	Villars-le-Terroir	villars-le-terroir			CH	VD	2223	5537	1034	Europe/Zurich
7287465	Villars-Sainte-Croix	villars-sainte-croix			CH	VD	2229	5651	710	Europe/Zurich
7287467	Villars-sous-Yens	villars-sous-yens			CH	VD	2227	5652	566	Europe/Zurich
7287468	Villars-sur-Glâne	villars-sur-glane			CH	FR	1004	2228	12142	Europe/Zurich
7287471	Villarzel	villarzel			CH	VD	2222	5830	416	Europe/Zurich
7287474	Villeneuve (VD)	villeneuve-vd			CH	VD	2221	5414	5508	Europe/Zurich
7287475	Villeret	villeret			CH	BE	241	448	927	Europe/Zurich
7287478	Villigen	villigen			CH	AG	1904	4121	2029	Europe/Zurich
7287479	Villmergen	villmergen			CH	AG	1903	4080	7021	Europe/Zurich
7287480	Villnachern	villnachern			CH	AG	1904	4122	1573	Europe/Zurich
7287481	Villorsonnens	villorsonnens			CH	FR	1002	2114	1304	Europe/Zurich
7287482	Vilters-Wangs	vilters-wangs			CH	SG	1725	3297	4649	Europe/Zurich
7287483	Vinelz	vinelz			CH	BE	243	502	860	Europe/Zurich
7287484	Vinzel	vinzel			CH	VD	2228	5863	349	Europe/Zurich
7287485	Vionnaz	vionnaz			CH	VS	2308	6158	2530	Europe/Zurich
7287487	Visp	visp			CH	VS	2313	6297	7665	Europe/Zurich
7287488	Visperterminen	visperterminen			CH	VS	2313	6298	1380	Europe/Zurich
7287489	Vitznau	vitznau			CH	LU	312	1068	1320	Europe/Zurich
7287491	Volken	volken			CH	ZH	102	43	339	Europe/Zurich
7287492	Volketswil	volketswil			CH	ZH	109	199	18536	Europe/Zurich
7287494	Vordemwald	vordemwald			CH	AG	1910	4287	1909	Europe/Zurich
7287495	Vorderthal	vorderthal			CH	SZ	505	1348	1014	Europe/Zurich
7287496	Vouvry	vouvry			CH	VS	2308	6159	3968	Europe/Zurich
7287498	Vuadens	vuadens			CH	FR	1003	2160	2282	Europe/Zurich
7287500	Vuarrens	vuarrens			CH	VD	2223	5539	935	Europe/Zurich
7287501	Vucherens	vucherens			CH	VD	2222	5692	543	Europe/Zurich
7287502	Vufflens-la-Ville	vufflens-la-ville			CH	VD	2223	5503	1216	Europe/Zurich
7287503	Vufflens-le-Château	vufflens-le-chateau			CH	VD	2227	5653	821	Europe/Zurich
7287504	Vugelles-La Mothe	vugelles-la-mothe			CH	VD	2224	5937	136	Europe/Zurich
7287507	Vuisternens-devant-Romont	vuisternens-devant-romont			CH	FR	1002	2113	2251	Europe/Zurich
7287509	Vuiteboeuf	vuiteboeuf			CH	VD	2224	5766	545	Europe/Zurich
7287510	Vulliens	vulliens			CH	VD	2222	5803	461	Europe/Zurich
7287511	Vullierens	vullierens			CH	VD	2227	5654	457	Europe/Zurich
7287512	Wachseldorn	wachseldorn			CH	BE	247	946	235	Europe/Zurich
7287513	Wädenswil	waedenswil			CH	ZH	106	293	21621	Europe/Zurich
7287514	Wagenhausen	wagenhausen			CH	TG	2012	4871	1674	Europe/Zurich
7287515	Wahlen	wahlen			CH	BL	1302	2792	1410	Europe/Zurich
7287517	Walchwil	walchwil			CH	ZG	900	1710	3584	Europe/Zurich
7287518	Wald (AR)	wald-ar	Wald,Wald AR		CH	AR	1503	3036	844	Europe/Zurich
7287519	Wald (BE)	wald-be			CH	BE	246	888	1181	Europe/Zurich
7287520	Waldenburg	waldenburg			CH	BL	1305	2895	1156	Europe/Zurich
7287521	Wäldi	waeldi			CH	TG	2013	4701	1036	Europe/Zurich
7287522	Waldkirch	waldkirch			CH	SG	1721	3444	3519	Europe/Zurich
7287523	Waldstatt	waldstatt			CH	AR	1501	3007	1783	Europe/Zurich
7287524	Wald (ZH)	wald-zh			CH	ZH	105	120	9447	Europe/Zurich
7287525	Walenstadt	walenstadt			CH	SG	1725	3298	5520	Europe/Zurich
7287526	Walkringen	walkringen			CH	BE	246	626	1772	Europe/Zurich
7287527	Wallbach	wallbach	Val'bakh,Wallbach AG,Wallbach i Sveits,wa er ba he,Вальбах,瓦爾巴赫		CH	AG	1909	4261	1900	Europe/Zurich
7287529	Wallisellen	wallisellen			CH	ZH	103	69	15662	Europe/Zurich
7287530	Walliswil bei Niederbipp	walliswil-bei-niederbipp			CH	BE	244	990	224	Europe/Zurich
7287531	Walliswil bei Wangen	walliswil-bei-wangen			CH	BE	244	991	578	Europe/Zurich
7287532	Walperswil	walperswil			CH	BE	243	754	999	Europe/Zurich
7287535	Waltenschwil	waltenschwil			CH	AG	1908	4240	2762	Europe/Zurich
7287536	Walterswil (BE)	walterswil-be			CH	BE	244	959	524	Europe/Zurich
7287537	Walterswil (SO)	walterswil-so	Walterswil		CH	SO	1108	2585	692	Europe/Zurich
7287538	Walzenhausen	walzenhausen	Walzenhausen		CH	AR	1503	3037	2054	Europe/Zurich
7287539	Wangen an der Aare	wangen-an-der-aare			CH	BE	244	992	2274	Europe/Zurich
7287540	Wangen bei Olten	wangen-bei-olten			CH	SO	1108	2586	5088	Europe/Zurich
7287541	Wangen-Brüttisellen	wangen-bruettisellen			CH	ZH	109	200	7727	Europe/Zurich
7287542	Wangenried	wangenried			CH	BE	244	993	431	Europe/Zurich
7287543	Wangen (SZ)	wangen-sz			CH	SZ	505	1349	4884	Europe/Zurich
7287544	Wängi	waengi			CH	TG	2014	4781	4580	Europe/Zurich
7287545	Warth-Weiningen	warth-weiningen			CH	TG	2012	4621	1242	Europe/Zurich
7287546	Wassen	wassen			CH	UR	400	1220	428	Europe/Zurich
7287547	Wasterkingen	wasterkingen			CH	ZH	103	70	573	Europe/Zurich
7287548	Wattenwil	wattenwil			CH	BE	247	886	2865	Europe/Zurich
7287550	Wauwil	wauwil			CH	LU	315	1146	1978	Europe/Zurich
7287551	Weesen	weesen			CH	SG	1726	3316	1595	Europe/Zurich
7287552	Wegenstetten	wegenstetten			CH	AG	1909	4262	1078	Europe/Zurich
7287553	Weggis	weggis			CH	LU	312	1069	4330	Europe/Zurich
7287554	Weiach	weiach			CH	ZH	104	102	1379	Europe/Zurich
7287555	Weinfelden	weinfelden			CH	TG	2015	4946	11187	Europe/Zurich
7287556	Weiningen (ZH)	weiningen-zh			CH	ZH	111	251	4513	Europe/Zurich
7287557	Weisslingen	weisslingen			CH	ZH	108	180	3261	Europe/Zurich
7287559	Wengi	wengi			CH	BE	243	394	609	Europe/Zurich
7287560	Wenslingen	wenslingen			CH	BL	1304	2865	730	Europe/Zurich
7287561	Werthenstein	werthenstein			CH	LU	316	1009	2044	Europe/Zurich
7287562	Wettingen	wettingen			CH	AG	1902	4045	20298	Europe/Zurich
7287563	Wettswil am Albis	wettswil-am-albis	Wettswil,Wettswil am Albis		CH	ZH	101	14	4920	Europe/Zurich
7287564	Wetzikon (ZH)	wetzikon-zh			CH	ZH	105	121	24407	Europe/Zurich
7287565	Wichtrach	wichtrach			CH	BE	246	632	4115	Europe/Zurich
7287566	Widen	widen			CH	AG	1903	4081	3571	Europe/Zurich
7287567	Widnau	widnau			CH	SG	1723	3238	9329	Europe/Zurich
7287568	Wiedlisbach	wiedlisbach			CH	BE	244	995	2270	Europe/Zurich
7287570	Wiggiswil	wiggiswil			CH	BE	246	553	98	Europe/Zurich
7287571	Wigoltingen	wigoltingen			CH	TG	2015	4951	2374	Europe/Zurich
7287572	Wikon	wikon			CH	LU	315	1147	1477	Europe/Zurich
7287573	Wila	wila			CH	ZH	108	181	1931	Europe/Zurich
7287575	Wilchingen	wilchingen			CH	SH	1406	2974	1711	Europe/Zurich
7287576	Wildberg	wildberg			CH	ZH	108	182	1006	Europe/Zurich
7287577	Wilderswil	wilderswil			CH	BE	250	594	2614	Europe/Zurich
7287579	Wilen (TG)	wilen-tg			CH	TG	2014	4786	2467	Europe/Zurich
7287580	Wiler bei Utzenstorf	wiler-bei-utzenstorf			CH	BE	245	554	881	Europe/Zurich
7287581	Wiler (Lötschen)	wiler-loetschen			CH	VS	2309	6202	576	Europe/Zurich
7287582	Wileroltigen	wileroltigen			CH	BE	246	671	384	Europe/Zurich
7287583	Wiliberg	wiliberg			CH	AG	1910	4288	167	Europe/Zurich
7287584	Willadingen	willadingen			CH	BE	245	423	203	Europe/Zurich
7287585	Willisau	willisau			CH	LU	315	1151	7676	Europe/Zurich
7287587	Wil (ZH)	wil-zh			CH	ZH	103	71	1381	Europe/Zurich
7287588	Wimmis	wimmis			CH	BE	249	769	2418	Europe/Zurich
7287589	Windisch	windisch	Vindish,Windisch AG,wen di shi,Виндиш,Віндіш,溫迪施		CH	AG	1904	4123	7361	Europe/Zurich
7287590	Winkel	winkel	Vinkel',Winkel ZH,Winkel i Sveits,wen ke er,Винкель,溫克爾		CH	ZH	103	72	4246	Europe/Zurich
7287591	Wintersingen	wintersingen			CH	BL	1304	2866	613	Europe/Zurich
7287592	Winterthur	winterthur	Winterthour,Winterthur		CH	ZH	110	230	108268	Europe/Zurich
7287593	Winznau	winznau			CH	SO	1105	2501	1820	Europe/Zurich
7287594	Wisen (SO)	wisen-so			CH	SO	1105	2502	404	Europe/Zurich
7287595	Wislikofen	wislikofen			CH	AG	1911	4322	356	Europe/Zurich
7287596	Wittenbach	wittenbach			CH	SG	1721	3204	9652	Europe/Zurich
7287597	Witterswil	witterswil			CH	SO	1104	2481	1494	Europe/Zurich
7287598	Wittinsburg	wittinsburg			CH	BL	1304	2867	429	Europe/Zurich
7287599	Wittnau	wittnau			CH	AG	1906	4181	1216	Europe/Zurich
7287600	Wohlen	wohlen	Volen,Wohlen AG,wo lun,wwln  argw,Волен,وولن، ارگو,沃倫		CH	AG	1903	4082	15600	Europe/Zurich
7287601	Wohlen bei Bern	wohlen-bei-bern			CH	BE	246	360	8987	Europe/Zurich
7287602	Wohlenschwil	wohlenschwil			CH	AG	1902	4046	1510	Europe/Zurich
7287603	Wolfenschiessen	wolfenschiessen			CH	NW	700	1511	2148	Europe/Zurich
7287604	Wolfhalden	wolfhalden			CH	AR	1503	3038	1775	Europe/Zurich
7287606	Wölflinswil	woelflinswil			CH	AG	1906	4182	1005	Europe/Zurich
7287607	Wolfwil	wolfwil			CH	SO	1101	2408	2081	Europe/Zurich
7287608	Wolhusen	wolhusen			CH	LU	316	1107	4319	Europe/Zurich
7287609	Wollerau	wollerau			CH	SZ	503	1323	7048	Europe/Zurich
7287610	Worb	worb			CH	BE	246	627	11449	Europe/Zurich
7287611	Worben	worben			CH	BE	243	755	2274	Europe/Zurich
7287612	Wünnewil-Flamatt	wuennewil-flamatt			CH	FR	1006	2309	5455	Europe/Zurich
7287613	Wuppenau	wuppenau			CH	TG	2015	4791	1121	Europe/Zurich
7287614	Würenlingen	wuerenlingen			CH	AG	1902	4047	4577	Europe/Zurich
7287615	Würenlos	wuerenlos			CH	AG	1902	4048	6200	Europe/Zurich
7287616	Wynau	wynau			CH	BE	244	345	1620	Europe/Zurich
7287617	Wynigen	wynigen			CH	BE	245	424	2011	Europe/Zurich
7287618	Wyssachen	wyssachen			CH	BE	244	960	1169	Europe/Zurich
7287619	Yens	yens			CH	VD	2227	5655	1404	Europe/Zurich
7287620	Yverdon-les-Bains	yverdon-les-bains			CH	VD	2224	5938	29700	Europe/Zurich
7287621	Yvonand	yvonand			CH	VD	2224	5939	3156	Europe/Zurich
7287622	Yvorne	yvorne			CH	VD	2221	5415	1027	Europe/Zurich
7287624	Zäziwil	zaeziwil			CH	BE	246	628	1642	Europe/Zurich
7287625	Zeglingen	zeglingen			CH	BL	1304	2868	481	Europe/Zurich
7287626	Zeihen	zeihen			CH	AG	1906	4183	1102	Europe/Zurich
7287627	Zeiningen	zeiningen			CH	AG	1909	4263	2277	Europe/Zurich
7287628	Zell (LU)	zell-lu			CH	LU	315	1150	1997	Europe/Zurich
7287629	Zell (ZH)	zell-zh			CH	ZH	110	231	5700	Europe/Zurich
7287630	Zeneggen	zeneggen			CH	VS	2313	6299	288	Europe/Zurich
7287631	Zermatt	zermatt	Cermat,Cermatas,Cermatt,Prat-Borgno,Pratobornum,Prât-Borgno,Tsermat,cai er ma te,cheleumateu,seramyata,tsu~erumatto,zrmat,zrmt,zyrmat,Τσερμάτ,Цермат,Церматт,צרמט,زرمات,زيرمات,সেরম্যাট,ცერმატი,ツェルマット,采尔马特,체르마트		CH	VS	2313	6300	5759	Europe/Zurich
7287632	Zernez	zernez			CH	GR	1843	3746	1570	Europe/Zurich
7287633	Zetzwil	zetzwil			CH	AG	1905	4147	1320	Europe/Zurich
7287634	Ziefen	ziefen			CH	BL	1303	2834	1542	Europe/Zurich
7287635	Zielebach	zielebach			CH	BE	245	556	325	Europe/Zurich
7287636	Zihlschlacht-Sitterdorf	zihlschlacht-sitterdorf			CH	TG	2015	4511	2254	Europe/Zurich
7287637	Zillis-Reischen	zillis-reischen	Zillis-Reischen,Ziraun-Reschen		CH	GR	1851	3712	403	Europe/Zurich
7287638	Zizers	zizers			CH	GR	1845	3947	3361	Europe/Zurich
7287639	Zofingen	zofingen			CH	AG	1910	4289	11487	Europe/Zurich
7287640	Zollikofen	zollikofen			CH	BE	246	361	10217	Europe/Zurich
7287641	Zollikon	zollikon			CH	ZH	107	161	12753	Europe/Zurich
7287642	Zuchwil	zuchwil			CH	SO	1106	2534	8744	Europe/Zurich
7287643	Zufikon	zufikon			CH	AG	1903	4083	4380	Europe/Zurich
7287644	Zug	zug			CH	ZG	900	1711	29256	Europe/Zurich
7287645	Zullwil	zullwil			CH	SO	1110	2622	638	Europe/Zurich
7287647	Zumikon	zumikon			CH	ZH	107	160	5172	Europe/Zurich
7287648	Zunzgen	zunzgen			CH	BL	1304	2869	2508	Europe/Zurich
7287649	Zuoz	zuoz			CH	GR	1846	3791	1250	Europe/Zurich
7287650	Zürich	zuerich	Zuerich,Zurich,Zürich		CH	ZH	112	261	396955	Europe/Zurich
7287651	Zuzgen	zuzgen			CH	AG	1909	4264	859	Europe/Zurich
7287652	Zuzwil (BE)	zuzwil-be			CH	BE	246	557	570	Europe/Zurich
7287653	Zuzwil (SG)	zuzwil-sg			CH	SG	1728	3426	4812	Europe/Zurich
7287654	Zweisimmen	zweisimmen			CH	BE	248	794	2987	Europe/Zurich
7287655	Zwieselberg	zwieselberg			CH	BE	247	947	306	Europe/Zurich
7287656	Zwingen	zwingen			CH	BL	1302	2793	2261	Europe/Zurich
7287657	Zwischbergen	zwischbergen			CH	VS	2301	6011	84	Europe/Zurich
7287673	Château-d'Oex	chateau-d-oex			CH	VD	2230	5841	3406	Europe/Zurich
7287674	Val-d'Illiez	val-d-illiez			CH	VS	2308	6157	1875	Europe/Zurich
7287676	L'Abbaye	l-abbaye			CH	VD	2224	5871	1433	Europe/Zurich
7287677	L'Isle	l-isle			CH	VD	2227	5486	1032	Europe/Zurich
7287678	Sant'Antonino	sant-antonino			CH	TI	2101	5017	2411	Europe/Zurich
7287679	L'Abergement	l-abergement			CH	VD	2224	5741	251	Europe/Zurich
7287680	Collina d'Oro	collina-d-oro			CH	TI	2105	5236	4671	Europe/Zurich
8260333	Glarus Süd	glarus-sued			CH	GL	800	1631	9661	Europe/Zurich
8260334	Bregaglia	bregaglia			CH	GR	1846	3792	1536	Europe/Zurich
8260335	Glarus Nord	glarus-nord			CH	GL	800	1630	17797	Europe/Zurich
8260336	Wildhaus-Alt St. Johann	wildhaus-alt-st-johann			CH	SG	1727	3359	2667	Europe/Zurich
8260337	Gambarogno	gambarogno			CH	TI	2104	5398	5136	Europe/Zurich
8260338	Centovalli	centovalli			CH	TI	2104	5397	1170	Europe/Zurich
8260339	Schwarzenburg	schwarzenburg			CH	BE	246	855	6857	Europe/Zurich
8260340	Mont-Noble	mont-noble			CH	VS	2305	6090	1033	Europe/Zurich
8260341	Monteceneri	monteceneri			CH	TI	2105	5238	4693	Europe/Zurich
8260342	Breggia	breggia			CH	TI	2106	5269	2048	Europe/Zurich
8260343	Valbroye	valbroye			CH	VD	2222	5831	2961	Europe/Zurich
8260344	Oron	oron			CH	VD	2226	5805	5309	Europe/Zurich
8260345	Mettauertal	mettauertal			CH	AG	1906	4184	1929	Europe/Zurich
8260346	Vully-les-Lacs	vully-les-lacs			CH	VD	2222	5464	2828	Europe/Zurich
8260347	Jorat-Menthue	jorat-menthue			CH	VD	2223	5804	1522	Europe/Zurich
8260348	Tévenon	tevenon			CH	VD	2224	5571	808	Europe/Zurich
8260349	Montilliez	montilliez			CH	VD	2223	5540	1656	Europe/Zurich
8260350	Goumoëns	goumoens			CH	VD	2223	5541	1054	Europe/Zurich
8260351	Twann-Tüscherz	twann-tuescherz			CH	BE	242	756	1160	Europe/Zurich
8260352	Landquart	landquart			CH	GR	1845	3955	8822	Europe/Zurich
8260353	Bourg-en-Lavaux	bourg-en-lavaux			CH	VD	2226	5613	5239	Europe/Zurich
8740937	Bütschwil-Ganterschwil	buetschwil-ganterschwil			CH	SG	1727	3395	4734	Europe/Zurich
8740938	Montanaire	montanaire			CH	VD	2223	5693	2416	Europe/Zurich
8740939	Escholzmatt-Marbach	escholzmatt-marbach			CH	LU	316	1010	4326	Europe/Zurich
8740940	Wiesendangen	wiesendangen			CH	ZH	110	298	6226	Europe/Zurich
8740941	Nesslau	nesslau			CH	SG	1727	3360	3611	Europe/Zurich
8740942	Serravalle	serravalle			CH	TI	2102	5050	2075	Europe/Zurich
8740943	Val-de-Ruz	val-de-ruz			CH	NE	2405	6487	16586	Europe/Zurich
8740944	Wil (SG)	wil-sg			CH	SG	1728	3427	23667	Europe/Zurich
8740945	Lumnezia	lumnezia			CH	GR	1850	3618	2060	Europe/Zurich
8740946	Ilanz/Glion	ilanz-glion			CH	GR	1850	3619	4695	Europe/Zurich
8740947	Valsot	valsot			CH	GR	1843	3764	904	Europe/Zurich
8740948	Wattwil	wattwil			CH	SG	1727	3379	8581	Europe/Zurich
8740949	Bözberg	boezberg			CH	AG	1904	4124	1570	Europe/Zurich
8740950	Terre di Pedemonte	terre-di-pedemonte			CH	TI	2104	5396	2618	Europe/Zurich
8740951	Eschenbach (SG)	eschenbach-sg			CH	SG	1726	3342	9123	Europe/Zurich
8740952	Sauge	sauge			CH	BE	241	449	810	Europe/Zurich
8740953	Stocken-Höfen	stocken-hoefen			CH	BE	247	770	986	Europe/Zurich
8740954	Val-de-Charmey	val-de-charmey			CH	FR	1003	2163	2416	Europe/Zurich
8740955	Gommiswald	gommiswald			CH	SG	1726	3341	4969	Europe/Zurich
8740956	Schinznach	schinznach			CH	AG	1904	4125	2224	Europe/Zurich
8740957	Bettmeralp	bettmeralp			CH	VS	2309	6205	452	Europe/Zurich
8740958	Milvignes	milvignes			CH	NE	2401	6416	9069	Europe/Zurich
8740959	Lüsslingen-Nennigkofen	luesslingen-nennigkofen			CH	SO	1103	2464	1057	Europe/Zurich
8740960	Buchegg	buchegg			CH	SO	1103	2465	2507	Europe/Zurich
8740961	Turtmann-Unterems	turtmann-unterems			CH	VS	2306	6119	1117	Europe/Zurich
8740962	Plateau de Diesse	plateau-de-diesse			CH	BE	241	726	2030	Europe/Zurich
8740963	Drei Höfe	drei-hoefe			CH	SO	1106	2535	742	Europe/Zurich
8740964	Safiental	safiental			CH	GR	1850	3672	896	Europe/Zurich
8740965	Haute-Sorne	haute-sorne			CH	JU	2601	6729	6886	Europe/Zurich
8740966	Val Terbi	val-terbi			CH	JU	2601	6730	2626	Europe/Zurich
11611705	Surses	surses			CH	GR	1841	3543	2369	Europe/Zurich
11611706	Obersaxen Mundaun	obersaxen-mundaun			CH	GR	1850	3988	1146	Europe/Zurich
11611707	Gibloux	gibloux			CH	FR	1004	2236	7139	Europe/Zurich
11611708	Péry-La Heutte	pery-la-heutte			CH	BE	241	450	1919	Europe/Zurich
11611709	Petit-Val	petit-val			CH	BE	241	716	411	Europe/Zurich
11611710	Valbirse	valbirse			CH	BE	241	717	4009	Europe/Zurich
11611711	Cheyres-Châbles	cheyres-chables			CH	FR	1001	2055	2180	Europe/Zurich
11611712	Calanca	calanca			CH	GR	1847	3837	187	Europe/Zurich
11611713	Domleschg	domleschg			CH	GR	1851	3673	1943	Europe/Zurich
11611714	Jorat-Mézières	jorat-mezieres			CH	VD	2226	5806	2759	Europe/Zurich
11611715	Estavayer	estavayer			CH	FR	1001	2054	9262	Europe/Zurich
11611716	Goms	goms			CH	VS	2304	6077	1203	Europe/Zurich
11611717	Mont-Vully	mont-vully			CH	FR	1005	2284	3495	Europe/Zurich
11611718	Albula/Alvra	albula-alvra			CH	GR	1841	3542	1331	Europe/Zurich
11611719	Belmont-Broye	belmont-broye			CH	FR	1001	2053	5106	Europe/Zurich
11611720	Illnau-Effretikon	illnau-effretikon			CH	ZH	108	296	16734	Europe/Zurich
11611721	Bauma	bauma			CH	ZH	108	297	4842	Europe/Zurich
11611722	Crans-Montana	crans-montana			CH	VS	2311	6253	10931	Europe/Zurich
11789270	Riviera	riviera			CH	TI	2107	5287	0	Europe/Zurich
11980172	La Grande Béroche	la-grande-beroche			CH	NE	2401	6417	0	Europe/Zurich
11980173	Bergün Filisur	berguen-filisur			CH	GR	1841	3544	0	Europe/Zurich
12021849	Stammheim	stammheim			CH	ZH	102	292	0	Europe/Zurich
12021850	Rheinwald	rheinwald			CH	GR	1851	3714	0	Europe/Zurich
12110842	Prez	prez			CH	FR	1004	2237	0	Europe/Zurich
12110843	Villaz	villaz			CH	FR	1002	2117	0	Europe/Zurich
12110844	Thurnen	thurnen			CH	BE	246	889	0	Europe/Zurich
12206811	Verzasca	verzasca			CH	TI	2104	5399	0	Europe/Zurich
12206812	Val de Bagnes	val-de-bagnes			CH	VS	2303	6037	0	Europe/Zurich
12206813	Bois d'Amont	bois-d-amont			CH	FR	1004	2238	0	Europe/Zurich
12206814	Welschenrohr-Gänsbrunnen	welschenrohr-gaensbrunnen			CH	SO	1102	2430	0	Europe/Zurich
12206815	Muntogna da Schons	muntogna-da-schons			CH	GR	1851	3715	0	Europe/Zurich
12206816	Noble-Contrée	noble-contree			CH	VS	2311	6254	0	Europe/Zurich
12237729	Tresa	tresa			CH	TI	2105	5239	0	Europe/Zurich
\.


--
-- Data for Name: admin4; Type: TABLE DATA; Schema: ch; Owner: g5
--

COPY ch.admin4 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, admin2_code, admin3_code, admin4_code, population, timezone) FROM stdin;
\.


--
-- Data for Name: cities; Type: TABLE DATA; Schema: ch; Owner: g5
--

COPY ch.cities (geoid, name, slug, country_code, postal_code, population, timezone, latitude, longitude, altitude, alternatenames, capital_of, admin1_code, admin2_code, admin3_code, admin4_code) FROM stdin;
2657885	Zwischbergen	zwischbergen	CH		127	Europe/Zurich	46.16366	8.11575		Zwischbergen,ci wei shi bei gen,茨維施貝根		VS	2301	6011	
2657889	Zuzwil	zuzwil	CH		4226	Europe/Zurich	47.47452	9.11196		Zuzwil,Zuzwil SG		SG	1728	3426	
2657893	Zürichhorn	zuerichhorn	CH		0	Europe/Zurich	47.35389	8.55174	402			ZH	112	261	
2657897	Zürchersmühle	zuerchersmuehle	CH		0	Europe/Zurich	47.33019	9.29362		Zurchersmuhle,Zürchersmühle		AR	1501	3006	
2657902	Zumdorf	zumdorf	CH		0	Europe/Zurich	46.61151	8.53714		Zumdorf		UR	400	1210	
2657923	Zervreila-Unterboden	zervreila-unterboden	CH		0	Europe/Zurich	46.58333	9.11667				GR	1850	3603	
2657924	Zervreila-Oberboden	zervreila-oberboden	CH		0	Europe/Zurich	46.56667	9.1				GR	1850	3603	
2657925	Zervreila	zervreila	CH		0	Europe/Zurich	46.57703	9.12198				GR	1850	3603	
2657930	Zell	zell	CH		289	Europe/Zurich	47.44607	8.82176		Cell',Zell,Zell ZH,Zell i Zuerich,Zell i Zürich,ce er,Целль,策爾		ZH	110	231	
2657931	Zell	zell	CH		1943	Europe/Zurich	47.13673	7.92495		Zell,Zell LU		LU	315	1150	
2657932	Zelg	zelg	CH		0	Europe/Zurich	46.42947	7.46947				BE	248	792	
2657959	Wölflinswil	woelflinswil	CH		910	Europe/Zurich	47.4607	7.99835		Vjol'flinsvil',Wolflinswil,Wölflinswil,wei fu lin si wei er,Вёльфлинсвиль,韋夫林斯維爾	4182	AG	1906	4182	
2657960	Wolfgang	wolfgang	CH		0	Europe/Zurich	46.83344	9.8537		Davos Wolfgang,Wolfgang		GR	1849	3851	
2657963	Wohlen	wohlen	CH		13875	Europe/Zurich	47.35066	8.27517		Wohlen,Wohlen AG		AG	1903	4082	
2657964	Wohlen	wohlen	CH		9159	Europe/Zurich	46.97118	7.35685				BE	246	360	
2657966	Wity	wity	CH		0	Europe/Zurich	46.74914	9.83446		Wity,Wyte,Wyti		GR	1849	3851	
2657969	Zürich (Kreis 7) / Witikon	zuerich-kreis-7-witikon	CH		9099	Europe/Zurich	47.35751	8.59105		Witikon		ZH	112	261	
2657971	Winklen	winklen	CH		0	Europe/Zurich	46.60203	7.65195		Winklen		BE	249	563	
2657972	Winkeln	winkeln	CH		0	Europe/Zurich	47.39815	9.30254		Winkeln,Winkeln bei Sankt Gallen		SG	1721	3203	
2657979	Willigen	willigen	CH		0	Europe/Zurich	46.71935	8.18977				BE	250	785	
2657981	Wilerbad	wilerbad	CH		0	Europe/Zurich	46.87749	8.2191				OW	600	1407	
2657982	Wiler	wiler	CH		0	Europe/Zurich	47.15059	7.55657		Wiler,Wiler b. Utzenstorf		BE	245	554	
2657983	Wiler	wiler	CH		0	Europe/Zurich	46.72951	8.6235				UR	400	1209	
2657984	Wiler	wiler	CH		0	Europe/Zurich	46.71317	7.73073				BE	247	938	
2657985	Wiler	wiler	CH		541	Europe/Zurich	46.40315	7.78161		Wiler,Wiler (Loetschen),Wiler (Lötschen)		VS	2309	6197	
2657994	Wil	wil	CH		785	Europe/Zurich	47.60447	8.50815		Wil ZH		ZH	103	71	
2657995	Wil	wil	CH		0	Europe/Zurich	47.5606	8.15246				AG	1906	4184	
2657996	Wil	wil	CH		16808	Europe/Zurich	47.46152	9.04552		Vil,Vil',Vilis,Wil,Wil SG,wei er,wyl,Вил,Виль,ويل,ویل، سن‌گلان,維爾		SG	1728	3427	
2658003	Wieseneralp	wieseneralp	CH		0	Europe/Zurich	46.71336	9.70113		Wieseneralp,Wiesner Alp		GR	1849	3851	
2658004	Wiesendangen / Wiesendangen (Dorf)	wiesendangen-wiesendangen-dorf	CH		1649	Europe/Zurich	47.5217	8.78967		Wiesendangen,Wiesendangen (Dorf)		ZH	110	298	
2658007	Zürich (Kreis 3) / Alt-Wiedikon	zuerich-kreis-3-alt-wiedikon	CH		14931	Europe/Zurich	47.36201	8.51497		Alt-Wiedikon		ZH	112	261	
2658008	Bern / Weyermannshaus	bern-weyermannshaus	CH		0	Europe/Zurich	46.9478	7.40324		Weiermannshaus		BE	246	351	
2658009	Wetzikon	wetzikon	CH		0	Europe/Zurich	47.53803	9.00018		Wetzikon		TG	2012	4611	
2658010	Wetzikon	wetzikon	CH		12969	Europe/Zurich	47.3264	8.79779		Vecikon,Vetcikon,Wetzikon,Wetzikon ZH,wei qi kong,wtzykwn,wytzykwn,Ветцикон,Вецикон,وتزیکون,ويتزيكون,韋齊孔		ZH	105	121	
2658017	Werdhölzli	werdholzli	CH		0	Europe/Zurich	47.4	8.5		Werdholzli,Werdhölzli,Werkholzli,Werkhölzli		ZH	112	261	
2658019	Wengi	wengi	CH		579	Europe/Zurich	47.08386	7.39926		Wengi,Wengi BE,Wengi b. Bueren,Wengi b. Büren,Wengi bei Bueren,Wengi bei Büren,wen ji,文吉		BE	243	394	
2658033	Weissenbach	weissenbach	CH		0	Europe/Zurich	46.60632	7.37493		Weissenbach		BE	248	791	
2658035	Weiningen	weiningen	CH		1753	Europe/Zurich	47.42022	8.43644		Vajningen,Weiningen ZH,wei ning gen,Вайнинген,魏寧根		ZH	111	251	
2658037	Weiermoos	weiermoos	CH		0	Europe/Zurich	46.75	7.5				BE	247	886	
2658047	Wassen	wassen	CH		464	Europe/Zurich	46.70651	8.59881		Vassen,Wassen,Wassen UR,wasn,Вассен,واسن		UR	400	1220	
2658048	Wasen	wasen	CH		0	Europe/Zurich	47.04273	7.79723		Wasen,Wasen im Emmental		BE	245	957	
2658053	Wangen	wangen	CH		4686	Europe/Zurich	47.34365	7.86982		Wangen,Wangen b. Olten		SO	1108	2586	
2658054	Wangen	wangen	CH		0	Europe/Zurich	47.19082	8.89498		Wangen,Wangen SZ		SZ	505	1349	
2658056	Waltikon	waltikon	CH		0	Europe/Zurich	47.33574	8.6202				ZH	107	160	
2658057	Walterswil	walterswil	CH		639	Europe/Zurich	47.1122	7.77798		Val'tersvil',Walterswil BE,Walterswil i Bern,wa er te si wei er,Вальтерсвиль,瓦爾特斯維爾		BE	244	959	
2658059	Waltensburg	waltensburg	CH		362	Europe/Zurich	46.77367	9.1085		Vuorz,Waltensburg,Waltensburg Dorf,Waltensburg/Vuorz		GR	1850	3981	
2658069	Waldheim	waldheim	CH		0	Europe/Zurich	46.93957	8.31669		Waldheim		NW	700	1506	
2658070	Waldhaus	waldhaus	CH		0	Europe/Zurich	46.82884	9.2898		Flims Waldhaus		GR	1844	3732	
2658073	Wald	wald	CH		3061	Europe/Zurich	47.27595	8.91405		Val'd,Wald,Wald ZH,Wald i Zuerich,Wald i Zürich,wa er de,Вальд,瓦爾德		ZH	105	120	
2658074	Wald	wald	CH		0	Europe/Zurich	46.83526	7.87549				BE	245	906	
2658076	Wahlern	wahlern	CH		0	Europe/Zurich	46.82701	7.35303		Valern,Wahlern,Walern,Валерн,واہلرن		BE	246	855	
2658077	Wahlen	wahlen	CH		1383	Europe/Zurich	47.40226	7.51511		Wahlen,Wahlen b. Laufen,Wahlen bei Laufen		BL	1302	2792	
2658078	Wahlen	wahlen	CH		0	Europe/Zurich	46.75087	7.56504				BE	247	941	
2658082	Wädenswil	waedenswil	CH		13269	Europe/Zurich	47.22683	8.6687		Vedensvil,Vedensvil',Waedi,Wädi,wdnswyl,wei deng si wei er,Веденсвил,Веденсвиль,ودنسویل,韋登斯維爾		ZH	106	293	
2658083	Wachseldorn	wachseldorn	CH		261	Europe/Zurich	46.82205	7.72507		Vaksel'dorn,Wachseldorn,wa he se er duo en,Ваксельдорн,瓦赫瑟爾多恩		BE	247	946	
2658094	Vor Siez	vor-siez	CH		0	Europe/Zurich	46.97697	9.30079				SG	1725	3293	
2658095	Vorfrutt	vorfrutt	CH		0	Europe/Zurich	46.87259	8.86859				UR	400	1218	
2658097	Vorder Stafel	vorder-stafel	CH		0	Europe/Zurich	46.76023	8.20623				BE	250	783	
2658100	Vorderfultigen	vorderfultigen	CH		0	Europe/Zurich	46.83828	7.42465				BE	246	880	
2658102	Vorder Boden	vorder-boden	CH		0	Europe/Zurich	46.83333	8.75				UR	400	1219	
2658105	Volketswil / Volketswil (Dorf)	volketswil-volketswil-dorf	CH		2723	Europe/Zurich	47.39016	8.69085		Volketswil,Volketswil (Dorf)		ZH	109	199	
2658109	Visse	visse	CH		0	Europe/Zurich	46.30272	7.3361		Visse		VS	2312	6265	
2658113	Visletto	visletto	CH		0	Europe/Zurich	46.30777	8.61193				TI	2108	5310	
2658114	Vira	vira	CH		646	Europe/Zurich	46.14327	8.84202		Vira (Gambarogno),wyra,ویرا		TI	2104	5398	
2658121	Villetta	villetta	CH		0	Europe/Zurich	46.13826	7.46795		La Villettaz,Villetta,Villettaz		VS	2305	6083	
2658123	Villeneuve	villeneuve	CH		4349	Europe/Zurich	46.39869	6.92654		Vil'njov,Villeneuve,Villeneuve VD,Villeneuve i Vaud,Viln'ov,vilnevi,wei lei ne wo,wynw  ww,Вилньов,Вильнёв,وینو، وو,ვილნევი,维勒讷沃		VD	2221	5414	
2658124	Villaz-Saint-Pierre	villaz-saint-pierre	CH		1093	Europe/Zurich	46.72074	6.95638		Villaz-St-Pierre,wei la sheng pi ai er,維拉聖皮埃爾		FR	1002	2117	
2658127	Villars-sur-Marly	villars-sur-marly	CH		0	Europe/Zurich	46.77485	7.18581				FR	1004	2216	
2658133	Villa	villa	CH		0	Europe/Zurich	46.51021	8.52464		Villa,Villa Bedretto		TI	2103	5063	
2658155	Vernec	vernec	CH		0	Europe/Zurich	46.11515	7.46166				VS	2305	6083	
2658161	Vermala	vermala	CH		0	Europe/Zurich	46.31724	7.48844				VS	2311	6253	
2658167	Verbois	verbois	CH		0	Europe/Zurich	46.19433	6.02171				GE	2500	6637	
2658170	Vennes	vennes	CH		0	Europe/Zurich	46.53985	6.65376		En Vennes,Sallaz - Vennes - Sechaud,Sallaz - Vennes - Séchaud,Vennes,Vennes-sur-Lausanne		VD	2225	5587	
2658172	Veltheim (Kreis 5)	veltheim	CH		8901	Europe/Zurich	47.51419	8.717		Veltheim (Kreis 5)		ZH	110	230	
2658173	Veltheim	veltheim	CH		1374	Europe/Zurich	47.43796	8.14722				AG	1904	4120	
2658176	Vechigen	vechigen	CH		4619	Europe/Zurich	46.94616	7.56065		Fekhigen,Vechigen,wei xi gen,Фехиген,韋希根		BE	246	359	
2658183	Vättis	vaettis	CH		400	Europe/Zurich	46.9097	9.44275	943			SG	1725	3294	
2658187	Vanescha	vanescha	CH		0	Europe/Zurich	46.60946	9.07581				GR	1850	3618	
2658190	Valtnovalp	valtnovalp	CH		0	Europe/Zurich	46.96667	9.31667		Alp Valtnov,Valtnovalp		SG	1725	3293	
2658191	Vals Platz	vals-platz	CH		1006	Europe/Zurich	46.61647	9.18025	1252	Platz,Val,Vals,Vals Platz		GR	1850	3603	
6290348	Moosegg	moosegg	CH		6	Europe/Zurich	47.291	8.46354				ZH	101	2	
2658202	Valatschalp	valatschalp	CH		0	Europe/Zurich	46.61667	9.2		Alp Vallatsch,Valatschalp		GR	1850	3603	
2658203	Valatscha	valatscha	CH		0	Europe/Zurich	46.77604	10.24298				GR	1843	3762	
2658217	Urtenen	urtenen	CH		5258	Europe/Zurich	47.02667	7.50081		Urtenen		BE	246	551	
2658220	Urnerstafel	urnerstafel	CH		0	Europe/Zurich	46.88333	8.45				NW	700	1511	
2658229	Unter-Wohlen	unter-wohlen	CH		0	Europe/Zurich	46.97082	7.35526				BE	246	360	
2658230	Wetzikon / Unter-Wetzikon	wetzikon-unter-wetzikon	CH		2521	Europe/Zurich	47.31637	8.79369		Unter-Wetzikon		ZH	105	121	
2658236	Unter-Sohl	unter-sohl	CH		0	Europe/Zurich	46.77021	7.82062				BE	247	932	
2658241	Unter Schwendimatt	unter-schwendimatt	CH		0	Europe/Zurich	46.89205	7.7085				BE	246	605	
2658245	Unter Lauchbühl	unter-lauchbuhl	CH		0	Europe/Zurich	46.64242	8.08401				BE	250	576	
2658246	Unter-Laret	unter-laret	CH		0	Europe/Zurich	46.84221	9.86914				GR	1849	3851	
2658249	Illnau / Unter-Illnau	illnau-unter-illnau	CH		2011	Europe/Zurich	47.40787	8.72607		Unter-Illnau		ZH	108	296	
2658251	Unter-Gomerkinden	unter-gomerkinden	CH		0	Europe/Zurich	46.98822	7.64869				BE	245	406	
2658252	Untererlinsbach	untererlinsbach	CH		0	Europe/Zurich	47.4	8		Erlinsbach,Erlinsbach SO,Untererlinsbach		SO	1105	2503	
2658255	Unter Eiger	unter-eiger	CH		0	Europe/Zurich	46.61764	8.01145				BE	250	576	
2658257	Unter dem Birg	unter-dem-birg	CH		0	Europe/Zurich	46.45928	7.56629		Unter dem Birg		BE	249	561	
2658258	Unter-Buch	unter-buch	CH		172	Europe/Zurich	47.55341	8.61971				ZH	102	24	
2658259	Unterbilten	unterbilten	CH		0	Europe/Zurich	47.15499	9.02183		Unter-Bilten,Unterbilten		GL	800	1630	
2658260	Unterbazenheid	unterbazenheid	CH		0	Europe/Zurich	47.4183	9.06409		Unter-Basenheid,Unter-Bazenheid,Unterbazenheid		SG	1727	3392	
2658261	Unterbächen	unterbachen	CH		0	Europe/Zurich	46.45072	7.62084				BE	249	565	
2658262	Unterbach	unterbach	CH		0	Europe/Zurich	46.73739	8.11006				BE	250	785	
2658263	Unterbäch	unterbach	CH		430	Europe/Zurich	46.2843	7.79918		xia bei he,下貝赫		VS	2309	6201	
2658269	Uitikon	uitikon	CH		3282	Europe/Zurich	47.36911	8.45699		Uitikon,Uitikon Waldegg,Uitikon am Albis,Ujtikon,wu yi di kong,Уитикон,Уйтикон,烏伊蒂孔		ZH	111	248	
2658270	Uina Dadora	uina-dadora	CH		0	Europe/Zurich	46.7906	10.38563				GR	1843	3762	
2658276	Uetikon	uetikon	CH		3431	Europe/Zurich	47.26441	8.67925		Uetikon,Uetikon am See		ZH	107	159	
2658282	Ueberlandquart	ueberlandquart	CH		0	Europe/Zurich	46.95	9.61667				GR	1849	3961	
2658290	Turahus	turahus	CH		0	Europe/Zurich	46.63333	9.28333		Beim Thurm,Turahus		GR	1850	3672	
2658291	Tuors Davant	tuors-davant	CH		0	Europe/Zurich	46.64337	9.80197		Tuors Davant		GR	1841	3544	
2658294	Tschuggen	tschuggen	CH		0	Europe/Zurich	46.78677	9.91984		Tschuggen		GR	1849	3851	
2658295	Tschingeren	tschingeren	CH		0	Europe/Zurich	46.3301	7.62829				VS	2306	6102	
2658297	Tschenten	tschenten	CH		0	Europe/Zurich	46.50367	7.54909				BE	249	561	
2658298	Tschamut	tschamut	CH		0	Europe/Zurich	46.65468	8.70914		Tschamut		GR	1850	3986	
2658316	Tribschen	tribschen	CH		0	Europe/Zurich	47.03853	8.32613		Tribschen		LU	312	1058	
2658320	Tretsch	tretsch	CH		0	Europe/Zurich	46.96667	9.55				GR	1845	3947	
2658325	Treib	treib	CH		0	Europe/Zurich	46.98724	8.58611		Treib		UR	400	1215	
2658326	Travisasch	travisasch	CH		0	Europe/Zurich	46.66535	9.20471		Travesasch,Travisasch		GR	1850	3603	
2658333	Trachsellauenen	trachsellauenen	CH		0	Europe/Zurich	46.52743	7.90355		Trachsellauenen		BE	250	584	
2658339	Tössriederen	toessriederen	CH		205	Europe/Zurich	47.5647	8.54465				ZH	103	55	
2658340	Tössegg	tossegg	CH		16	Europe/Zurich	47.43709	8.83802				ZH	108	182	
2658344	Töss (Kreis 4)	toss	CH		8672	Europe/Zurich	47.4789	8.70215		Toess (Kreis 4),Töss (Kreis 4),Winterthur Toss,Winterthur Töss		ZH	110	230	
2658345	Tortin	tortin	CH		0	Europe/Zurich	46.11357	7.30386		Alpe de Tortin,Tortin		VS	2302	6024	
6294463	Ifang	ifang	CH		9	Europe/Zurich	47.34389	8.66825				ZH	109	195	
2658351	Tomils	tomils	CH		0	Europe/Zurich	46.76177	9.44239		Tomils,Tumegl,Tumegl/Tomils		GR	1851	3673	
2658361	Tinzen	tinzen	CH		0	Europe/Zurich	46.58241	9.61732		Tinizong,Tinizung,Tinzen		GR	1841	3543	
2658363	Tiermatti	tiermatti	CH		0	Europe/Zurich	46.58651	7.49565				BE	249	762	
2658368	Tiefenbach	tiefenbach	CH		0	Europe/Zurich	46.59301	8.46172		Tiefenbach		UR	400	1212	
2658379	Thorberg	thorberg	CH		0	Europe/Zurich	47.00129	7.56544				BE	245	414	
2658383	Thielle-Wavre	thielle-wavre	CH		0	Europe/Zurich	47.02154	7.02921		Thielle,Thielle-Wavre		NE	2404	6451	
2658389	Thalheim	thalheim	CH		322	Europe/Zurich	47.57822	8.7512		Thalheim,Thalheim an der Thur		ZH	102	39	
2658390	Thalheim	thalheim	CH		805	Europe/Zurich	47.43534	8.10027		Thalheim		AG	1904	4117	
2658392	Tgantieni	tgantieni	CH		0	Europe/Zurich	46.71954	9.52963		Tgantieni		GR	1841	3506	
2658393	Tga	tga	CH		0	Europe/Zurich	46.51086	9.59049		Tga		GR	1841	3543	
2658394	Teuffenthal	teuffenthal	CH		183	Europe/Zurich	46.76766	7.71142		Teuffenthal,Teuffenthal BE,Teuffenthal b. Thun,Tojffental',tuo yi fu fen ta er,Тойффенталь,托伊弗芬塔爾		BE	247	940	
2658395	Teufenthal	teufenthal	CH		1665	Europe/Zurich	47.32896	8.11777		Teufental,Teufenthal,Tojfental',tuo yi fen ta er,Тойфенталь,托伊芬塔爾		AG	1905	4145	
2658397	Teufen	teufen	CH		5683	Europe/Zurich	47.3908	9.38644		Teufen,Teufen AR,Tojfen,Тойфен		AR	1502	3024	
2658406	Bogn Tenigia	bogn-tenigia	CH		0	Europe/Zurich	46.69032	8.95701		Bogn Tenigia,Tenigerbad		GR	1850	3985	
2658412	Taveyannaz	taveyannaz	CH		0	Europe/Zurich	46.30396	7.12223				VD	2221	5405	
2658419	Tarviersch	tarviersch	CH		0	Europe/Zurich	46.95305	9.53256				GR	1845	3955	
2658423	Tannen	tannen	CH		0	Europe/Zurich	46.76667	8.33333		Tannen,Tannen Alpe		BE	250	784	
2658425	Tänikon	tanikon	CH		0	Europe/Zurich	47.47986	8.90665		Taniken,Täniken		TG	2014	4551	
2658426	Tanay	tanay	CH		1124	Europe/Zurich	46.34503	6.83041		Taney,Tannay		VS	2308	6159	
2658431	Tagliada	tagliada	CH		0	Europe/Zurich	46.20662	9.06024		Monti della-Tagliada,Tagliada		TI	2101	5001	
2658439	Süs	sues	CH		0	Europe/Zurich	46.74989	10.07918		Sues,Sus,Susch,Süs		GR	1843	3746	
2658511	Stalden	stalden	CH		0	Europe/Zurich	46.87424	7.61959				BE	246	612	
2658442	Surlej	surlej	CH		0	Europe/Zurich	46.45799	9.81138		Surlej		GR	1846	3790	
2658445	Suren	suren	CH		0	Europe/Zurich	46.76662	10.17557				GR	1843	3762	
2658447	Suracqua	suracqua	CH		0	Europe/Zurich	46.38465	10.09193		Suracqua		GR	1842	3561	
2658452	Sulz	sulz	CH		1215	Europe/Zurich	47.53602	8.09628		Sulz,Sulz AG		AG	1906	4170	
2658453	Sulsana	sulsana	CH		0	Europe/Zurich	46.6369	9.9901		Sulsana,Sulsanna,Sulsauna,Susauna		GR	1846	3788	
2658454	Sulgone	sulgone	CH		0	Europe/Zurich	46.39165	9.00573		Solgone,Sulgone		TI	2102	5050	
2658461	Südern	sudern	CH		0	Europe/Zurich	46.81965	7.76047		Sudern,Suederen,Süderen,Südern		BE	247	946	
2658467	Stuls	stuls	CH		0	Europe/Zurich	46.65061	9.73174		Stogl,Stugl,Stugl/Stuls,Stuls		GR	1841	3544	
2658468	Stuckishaus	stuckishaus	CH		0	Europe/Zurich	46.97306	7.43616				BE	246	351	
2658471	Strassberg	strassberg	CH		0	Europe/Zurich	46.84559	9.75041				GR	1848	3921	
2658472	Stössen	stossen	CH		0	Europe/Zurich	46.78333	7.4				BE	246	853	
2658473	Stoss	stoss	CH		0	Europe/Zurich	47.36123	9.49471		Stoss		AR	1502	3022	
2658474	Stoos	stoos	CH		0	Europe/Zurich	46.97674	8.66323		Stoos SZ		SZ	506	1366	
2658476	Stock	stock	CH		0	Europe/Zurich	46.93409	8.64839				UR	400	1217	
2658482	Steinibach	steinibach	CH		0	Europe/Zurich	46.90821	9.14547				GL	800	1631	
2658487	Steinenberg	steinenberg	CH		0	Europe/Zurich	46.54753	7.76799		Steinenberg		BE	249	567	
2658490	Stein	stein	CH		2504	Europe/Zurich	47.54403	7.95256				AG	1909	4260	
2658491	Stein	stein	CH		390	Europe/Zurich	47.37127	9.34353		Stein,Stein AR		AR	1501	3005	
2658492	Steingletscher	steingletscher	CH		0	Europe/Zurich	46.7306	8.42758		Stein,Steinalp,Steingletscher		BE	250	784	
2658493	Steg	steg	CH		79	Europe/Zurich	47.35056	8.93419		Steg,Steg im Toesstal,Steg im Tösstal		ZH	105	114	
2658497	Staviala Vedra	staviala-vedra	CH		0	Europe/Zurich	46.68272	9.10672		Lumbreineralp,Staviala Vedra		GR	1850	3618	
2658501	Starlera	starlera	CH		0	Europe/Zurich	46.51189	9.46794		Starlera		GR	1851	3713	
2658508	Stallen	stallen	CH		0	Europe/Zurich	47.52068	7.56443				BL	1301	2771	
2658510	Stalden	stalden	CH		0	Europe/Zurich	46.88712	8.21254		Stalden (Sarnen)		OW	600	1407	
2658512	Stalden	stalden	CH		1232	Europe/Zurich	46.23341	7.87273		Stalden VS,shi ta er deng,施塔爾登		VS	2313	6293	
2658514	Stafelti	stafelti	CH		0	Europe/Zurich	46.61531	9.15596		Stafelten,Stafelti		GR	1850	3603	
2658515	Stafel Alp	stafel-alp	CH		0	Europe/Zurich	46.77045	9.78506				GR	1849	3851	
2658516	Stafel	stafel	CH		0	Europe/Zurich	46.67427	9.48962				GR	1851	3668	
2658517	Stafel	stafel	CH		0	Europe/Zurich	46.0058	7.6899		Stafel,Staffelalp		VS	2313	6300	
2658519	Stadel	stadel	CH		875	Europe/Zurich	47.5294	8.46353		Stadel,Stadel b. Niederglatt		ZH	104	100	
2658520	Stachelberg Bad	stachelberg-bad	CH		0	Europe/Zurich	46.92855	9.00141				GL	800	1631	
2658522	Stabbio	stabbio	CH		0	Europe/Zurich	46.40424	9.24826		Monte di Stabbio,Stabbio		GR	1847	3822	
2658525	Sporz	sporz	CH		0	Europe/Zurich	46.71349	9.54069		Sporz		GR	1841	3506	
2658528	Splügen	spluegen	CH		400	Europe/Zurich	46.55178	9.32217		Spleja,Spligia,Spluegen,Spluga,Splügen		GR	1851	3714	
2658530	Spitzenhaus	spitzenhaus	CH		0	Europe/Zurich	46.96667	7.88333				BE	245	908	
2658531	Spitelrüti	spitelruti	CH		0	Europe/Zurich	46.88333	8.88333				UR	400	1218	
2658535	Spiggengrund	spiggengrund	CH		0	Europe/Zurich	46.56667	7.78333				BE	249	567	
2658541	Soussillon	soussillon	CH		0	Europe/Zurich	46.26033	7.57577		Soussillon		VS	2311	6252	
2658544	Sorte	sorte	CH		0	Europe/Zurich	46.29268	9.18485		Sorte		GR	1847	3821	
2658545	Sornico	sornico	CH		0	Europe/Zurich	46.39841	8.65363		Sornico		TI	2108	5323	
2658547	Soresina	soresina	CH		0	Europe/Zurich	46.1206	8.91806				TI	2105	5238	
2658550	Sörenberg	soerenberg	CH		0	Europe/Zurich	46.82216	8.03738		Sorenberg,Sörenberg		LU	316	1004	
2658556	Sonceboz	sonceboz	CH		0	Europe/Zurich	47.19654	7.17751				BE	241	444	
2658558	Somvix	somvix	CH		0	Europe/Zurich	46.72845	8.93884		Somvix,Sumvitg		GR	1850	3985	
2658559	Somprai	somprai	CH		0	Europe/Zurich	46.29756	10.04468		Somprai		GR	1842	3561	
2658560	Sommerau	sommerau	CH		0	Europe/Zurich	47.43868	7.85308				BL	1304	2846	
2658561	Somlaproz	somlaproz	CH		0	Europe/Zurich	46.0185	7.13132				VS	2303	6034	
2658566	Soja	soja	CH		0	Europe/Zurich	46.5	8.98333				TI	2102	5049	
2658574	Siselen	siselen	CH		620	Europe/Zurich	47.03242	7.18882		Siselen,Zizelen,xi sai lun,Зизелен,錫塞倫		BE	243	499	
2658576	Sitten	sitten	CH		28045	Europe/Zurich	46.22739	7.35559	500	S'jon,S'on,SIR,Sedunum,Siao,Sion,Sion i Sveits,Sionas,Sitten,Sitten VS,Sião,shion,siong,sioni,sywn,sywn  swyys,xi yong,Сион,Сьйон,Сьон,Сьён,סיון,سیؤن,سیون، سوئیس,სიონი,シオン,锡永,시옹	VS	VS	2312	6266	
2658585	Silvrettahaus	silvrettahaus	CH		0	Europe/Zurich	46.86667	10.03333		Alpe Silvretta,Silvretta Hutte,Silvretta Hütte,Silvrettaegg,Silvrettahaus		GR	1849	3871	
2658594	Sihlbrugg Dorf	sihlbrugg-dorf	CH		0	Europe/Zurich	47.21566	8.57354		Sihlbrucke,Sihlbrugg,Sihlbrugg Dorf,Sihlbrücke		ZG	900	1704	
2658599	Signina	signina	CH		0	Europe/Zurich	46.73545	9.24953		Signina		GR	1850	3619	
2658611	Sézegnin	sezegnin	CH		0	Europe/Zurich	46.14485	6.00672		Sezegnin,Sézegnin		GE	2500	6604	
2658614	Seuzach / Seuzach (Dorf)	seuzach-seuzach-dorf	CH		1419	Europe/Zurich	47.53545	8.73728		Seuzach (Dorf)		ZH	110	227	
2658615	Seth	seth	CH		0	Europe/Zurich	46.78333	9.15				GR	1850	3619	
2658618	Sertig Döfli	sertig-doefli	CH		0	Europe/Zurich	46.72635	9.84843				GR	1849	3851	
2658619	Serrières	serrieres	CH		0	Europe/Zurich	46.98333	6.90323				NE	2404	6458	
2658621	Seraplana	seraplana	CH		0	Europe/Zurich	46.85169	10.41733		Seraplana		GR	1843	3764	
2658627	Seen (Kreis 3) / Sennhof	seen-kreis-3-sennhof	CH		910	Europe/Zurich	47.46797	8.75775		Sennhof,Sennhof (Winterthur)		ZH	110	230	
2658628	Sengg	sengg	CH		0	Europe/Zurich	46.70441	7.95096		Sengg		BE	250	582	
2658638	Selfranga	selfranga	CH		0	Europe/Zurich	46.86143	9.88416				GR	1849	3871	
2658645	Seewis im Prätigau	seewis-im-praetigau	CH		0	Europe/Zurich	46.99023	9.63775		Seewis,Seewis Dorf,Seewis im Pratigau,Seewis im Prätigau,Seewisi Pratigau,Seewisi Prätigau,Sievgia		GR	1849	3972	
2658646	Seewis	seewis	CH		221	Europe/Zurich	46.76553	9.21998		Seewis im Oberland,Sevgein		GR	1850	3619	
2658647	Seewen	seewen	CH		0	Europe/Zurich	47.02883	8.63039		Seewen SZ		SZ	506	1372	
2658651	Seegräben	seegraben	CH		203	Europe/Zurich	47.34124	8.77131		Zeegreben,sai ge lei ben,Зеегребен,塞格雷本		ZH	105	119	
2658653	Seedorf	seedorf	CH		2920	Europe/Zurich	47.03445	7.31249		Seedorf,Seedorf BE,Seedorf i Bern,Zedorf,Zeedorf,sai duo fu,Зедорф,Зеедорф,塞多夫		BE	243	312	
2658654	Seedorf	seedorf	CH		1522	Europe/Zurich	46.88199	8.61611		Seedorf,Seedorf UR,Seedorf i Uri,Zedorf,Zeedorf,zedorufu,Зедорф,Зеедорф,ゼードルフ		UR	400	1214	
2658656	Zürich (Kreis 11) / Seebach	zuerich-kreis-11-seebach	CH		17851	Europe/Zurich	47.42181	8.54779		Seebach		ZH	112	261	
2658659	Sécheron	secheron	CH		0	Europe/Zurich	46.22086	6.1483				GE	2500	6621	
2658662	Scona	scona	CH		0	Europe/Zurich	46.52806	8.9283				TI	2102	5049	
2658667	Schwendi	schwendi	CH		0	Europe/Zurich	46.74932	7.69083				BE	247	927	
2658668	Schwendi	schwendi	CH		0	Europe/Zurich	46.72712	7.87294				BE	250	590	
2658672	Schweizerhalle	schweizerhalle	CH		0	Europe/Zurich	47.53153	7.6716		Saline,Schweizerhalle		BL	1301	2770	
2658673	Schwefelbergbad	schwefelbergbad	CH		0	Europe/Zurich	46.71538	7.41719				BE	246	853	
2658678	Schwarzenthal	schwarzenthal	CH		0	Europe/Zurich	46.75651	8.31436				BE	250	784	
2658681	Schwarzenberg	schwarzenberg	CH		1591	Europe/Zurich	47.01705	8.17261		Schwarzenberg,Schwarzenberg LU		LU	312	1066	
2658682	Schwändi	schwandi	CH		0	Europe/Zurich	47.0062	9.06591		Schwaendi b. Schwanden,Schwandi,Schwändi,Schwändi b. Schwanden		GL	800	1631	
2658683	Schwändi	schwaendi	CH		0	Europe/Zurich	46.93042	9.1742				GL	800	1631	
2658684	Schwanden	schwanden	CH		2541	Europe/Zurich	46.99541	9.0701	521	Schwanden,Schwanden GL,Shvanden,Шванден		GL	800	1631	
2658685	Schwanden	schwanden	CH		0	Europe/Zurich	46.73641	7.71776		Schwanden,Schwanden (Sigriswil)		BE	247	938	
2658688	Schürlialp	schuerlialp	CH		0	Europe/Zurich	46.73132	9.91431				GR	1849	3851	
2658690	Schüpfheim	schuepfheim	CH		3723	Europe/Zurich	46.95161	8.01723		Schuepfheim LU,Schupfheim,Schüpfheim,Schüpfheim LU,Shjupfkhajm,xu pu fu hai mu,Шюпфхайм,許普弗海姆	316	LU	316	1008	
2658694	Schulh	schulh	CH		0	Europe/Zurich	46.46667	7.33333				BE	248	843	
2658697	Schrickmatten	schrickmatten	CH		0	Europe/Zurich	46.48333	7.6				BE	249	561	
2658699	Schrättern	schrattern	CH		0	Europe/Zurich	46.64529	8.21103		Schrattern,Schrattern Alpe,Schrättern,Schrättern Alpe		BE	250	784	
2658701	Schötz	schoetz	CH		3231	Europe/Zurich	47.16896	7.9887		Schotz,Schötz,Shjoc,she ci,Шёц,舍茨		LU	315	1143	
2658710	Schönenberg	schoenenberg	CH		468	Europe/Zurich	47.19182	8.64494		Schoenenberg,Schoenenberg ZH,Schönenberg,Schönenberg ZH		ZH	106	293	
2658711	Schöneck	schoneck	CH		0	Europe/Zurich	46.95911	8.50885		Schoneck,Schonegg,Schöneck,Schönegg		NW	700	1504	
2658712	Schönbühl	schonbuhl	CH		0	Europe/Zurich	47.02088	7.49989		Urtenen-Schoenbuehl,Urtenen-Schönbühl		BE	246	551	
2658718	Schmitten	schmitten	CH		4040	Europe/Zurich	46.8575	7.25031	650	Schmitten,Schmitten FR,Schmitten i Fribourg,shi mi teng,施米滕		FR	1006	2305	
2658719	Schmitten	schmitten	CH		250	Europe/Zurich	46.68686	9.67317		Ferrera,Schmitten,Schmitten (Albula)		GR	1841	3514	
2658721	Schmelzboden	schmelzboden	CH		0	Europe/Zurich	46.71354	9.75853		Schmelzboden,Schmelzboden-Monstein		GR	1849	3851	
2658722	Schluocht	schluocht	CH		0	Europe/Zurich	46.82941	9.5526		Schlucht,Schluocht		GR	1848	3911	
2658725	Schleuis	schleuis	CH		0	Europe/Zurich	46.78819	9.22603		Schleuis,Schluein		GR	1850	3582	
2658729	Schlatt	schlatt	CH		0	Europe/Zurich	47.66134	8.70332		Schlatt,Schlatt TG,Schlatt bei Diessenhofen,Shlat,di sen huo fen fu jin shi la te,Шлат,迪森霍芬附近施拉特		TG	2012	4546	
2658730	Schlatt	schlatt	CH		0	Europe/Zurich	47.35673	9.39589		Appenzell Schlatt		AI	1600	3104	
2658735	Schimbergbad	schimbergbad	CH		0	Europe/Zurich	46.93333	8.1				LU	316	1005	
2658741	Scherzligen	scherzligen	CH		0	Europe/Zurich	46.74624	7.63576				BE	247	942	
2658743	Scherliau	scherliau	CH		0	Europe/Zurich	46.87838	7.42365				BE	246	357	
2658748	Schatzalp	schatzalp	CH		0	Europe/Zurich	46.80134	9.81399				GR	1849	3851	
2658750	Scharmadläger	scharmadlager	CH		0	Europe/Zurich	46.76667	8.35				BE	250	784	
2658751	Schärligbad	schaerligbad	CH		0	Europe/Zurich	46.88786	7.89368		Scharlig,Scharligbad,Schärlig,Schärligbad		LU	316	1010	
2658752	S-charl	s-charl	CH		0	Europe/Zurich	46.71544	10.33473	1810			GR	1843	3762	
2658758	Schaftelen	schaftelen	CH		0	Europe/Zurich	46.72127	8.32459				BE	250	784	
2658764	Schachen	schachen	CH		0	Europe/Zurich	47.03752	8.13951		Schachen,Schachen LU		LU	316	1009	
2658765	Sceresio	sceresio	CH		0	Europe/Zurich	46.21667	8.78333		Sceresio,Seires		TI	2108	5324	
2658766	Scanfs	scanfs	CH		701	Europe/Zurich	46.61248	9.98465		S-chanf,Scanfs		GR	1846	3788	
2658768	Scala	scala	CH		0	Europe/Zurich	46.23388	10.13309		Monte Scala,Scala		GR	1842	3551	
2658775	Savièse	saviese	CH		5575	Europe/Zurich	46.25115	7.34558		Saviese,Savièse,Saviése,sa wei ye si,薩維耶斯		VS	2312	6265	
2658776	Savatan	savatan	CH		0	Europe/Zurich	46.20946	7.02012				VD	2221	5406	
2658795	Sardasca	sardasca	CH		0	Europe/Zurich	46.86667	10				GR	1849	3871	
2658796	Sapinhaut	sapinhaut	CH		0	Europe/Zurich	46.13424	7.1713		Sapinhaut		VS	2307	6141	
2658797	San Vittore	san-vittore	CH		733	Europe/Zurich	46.23709	9.10684		S. Vittore,San Vittore		GR	1847	3835	
2658799	Sant'Antonio	sant-antonio	CH		0	Europe/Zurich	46.16851	9.05711		S. Antonio (Val Morobbia),Sant'Antonio,Sant’Antonio		TI	2101	5002	
2658800	Santa Maria	santa-maria	CH		0	Europe/Zurich	46.6012	10.423		Santa Maria,Santa Maria Val Muestair,Santa Maria Val Müstair,Santa Maria im Muenstertal,Santa Maria im Münstertal,Sta. Maria Val Muestair,Sta. Maria Val Müstair		GR	1843	3847	
2658801	Santa Maria in Calanca	santa-maria-in-calanca	CH		0	Europe/Zurich	46.26285	9.14485		Santa Maria,Santa Maria in Cama,Santa-Marija-in-Kalanka,Sta. Maria in Calanca,Санта-Мария-ин-Каланка	3810	GR	1847	3810	
2658802	Santa Domenica	santa-domenica	CH		0	Europe/Zurich	46.35079	9.12264		Santa Domenica		GR	1847	3808	
2658869	Saint-Jean	saint-jean	CH		226	Europe/Zurich	46.19687	7.58662		Saint-Jean		VS	2311	6252	
2658804	San Nazzaro	san-nazzaro	CH		654	Europe/Zurich	46.13161	8.80262		S. Nazzaro,San Nazzaro TI,San Nezzee		TI	2104	5398	
2658805	Sankt Ursen	sankt-ursen	CH		0	Europe/Zurich	46.7909	7.22011		Sankt Ursen		FR	1006	2304	
2658806	Sankt Stephan	sankt-stephan	CH		1352	Europe/Zurich	46.50827	7.39559		Sankt Stephan,Sankt-Shtefan,Sankt-Stefano BE,St. Stephan,sheng si di fen,Санкт-Штефан,聖斯蒂芬		BE	248	793	
2658807	Sankt Peterzell	sankt-peterzell	CH		1207	Europe/Zurich	47.31782	9.17599		Sankt Peterzell,St. Peterzell		SG	1727	3378	
2658809	Sankt Peter	sankt-peter	CH		180	Europe/Zurich	46.83304	9.65091		Saint Peter,Sankt Peter,St. Peter-Pagig		GR	1848	3921	
2658810	Sankt Niklaus	sankt-niklaus	CH		0	Europe/Zurich	47.22277	7.54546				SO	1107	2544	
2658811	Sankt Niklaus	sankt-niklaus	CH		2352	Europe/Zurich	46.17717	7.80349		Sankt Niklaus,St. Niklaus VS		VS	2313	6292	
2658812	Sankt Moritz-Bad	sankt-moritz-bad	CH		0	Europe/Zurich	46.46667	9.83333				GR	1846	3787	
2658814	Sankt Martin	sankt-martin	CH		0	Europe/Zurich	46.92099	9.35731				SG	1725	3294	
2658815	Sankt Martin	sankt-martin	CH		0	Europe/Zurich	46.67582	9.18056		Sankt Martin		GR	1850	3603	
2658816	Sankt Margrethen	sankt-margrethen	CH		5395	Europe/Zurich	47.45253	9.63741		Sankt Margrethen,St. Margrethen SG		SG	1723	3236	
2658817	Sankt Johann	sankt-johann	CH		0	Europe/Zurich	47.57353	7.57867		Sankt Johann,St. Johann		BS	1200	2701	
2658818	Sankt Jakob	sankt-jakob	CH		0	Europe/Zurich	46.9	8.51667				UR	400	1211	
2658819	Sankt German	sankt-german	CH		0	Europe/Zurich	46.31279	7.82278				VS	2309	6199	
2658820	Sankt Gallenkappel	sankt-gallenkappel	CH		1811	Europe/Zurich	47.24368	8.96438		Sankt Gallenkappel,St. Gallenkappel		SG	1726	3342	
2658822	Sankt Gallen	sankt-gallen	CH		70572	Europe/Zurich	47.42391	9.37477		Saint Gallen,Saint-Gall,San Gallo,San Gallu,San Galo,Sanctogallum,Sankt Gallen,Sankt-Gallen,Sankt-Galo,Son Gagl,St. Gallen,sant ghaln,Санкт-Галлен,سانت غالن	SG	SG	1721	3203	
2658823	Sankt Fiden	sankt-fiden	CH		0	Europe/Zurich	47.43122	9.38833		St. Fiden		SG	1721	3203	
2658825	Sankt Antönien	sankt-antoenien	CH		219	Europe/Zurich	46.96983	9.81234		Sankt-Antjonien,Sontg Antoenia,Sontg Antönia,St. Antoenien,St. Antönien,sheng an te ni en,Санкт-Антёниен,聖安特尼恩		GR	1849	3891	
2658826	Sankt Antoni	sankt-antoni	CH		1849	Europe/Zurich	46.82207	7.26091		Saint Antoni,Saint-Antoine,Sankt Antoni,St. Antoni,St. Antoni FR		FR	1006	2306	
2658829	San Gottardo	san-gottardo	CH		0	Europe/Zurich	46.55827	8.56213		Saint Gotthard,Saint-Gothard,San Gottardo,Sankt Gotthard		UR	400	1202	
2658831	Sogn Giusep	sogn-giusep	CH		0	Europe/Zurich	46.64303	9.08166		San Giusep,Sogn Giusep		GR	1850	3618	
2658832	San Gions	san-gions	CH		0	Europe/Zurich	46.61667	8.83333				GR	1850	3983	
2658836	San Carlo	san-carlo	CH		0	Europe/Zurich	46.4114	8.61738				TI	2108	5323	
2658838	San Carlo	san-carlo	CH		0	Europe/Zurich	46.33333	10.03333		Aino,Aion,San Carlo		GR	1842	3561	
2658840	San Bernardino	san-bernardino	CH		0	Europe/Zurich	46.46211	9.19107		S. Bernardino,San Bernardin,San Bernardino		GR	1847	3822	
2658842	Samnaun	samnaun	CH		769	Europe/Zurich	46.94373	10.36058		Samignun,Samnaun,Samnaun Dorf,Zamnaun,Zamnaunas,sa mu nao en,Замнаун,薩姆瑙恩		GR	1843	3752	
2658843	Sambuco di Fuori	sambuco-di-fuori	CH		0	Europe/Zurich	46.46667	8.65		Sambucco,Sambuco,Sambuco di Fuori		TI	2108	5323	
2658848	Salux	salux	CH		209	Europe/Zurich	46.62445	9.57613		Salouf,Salux		GR	1841	3543	
2658852	Sâles	sales	CH		1326	Europe/Zurich	46.63473	6.97336		Sal',Sales,Sales (Gruyere),Sâles,Sâles (Gruyère),sa lei,Саль,薩勒		FR	1003	2152	
2658853	Salategnas	salategnas	CH		0	Europe/Zurich	46.51654	9.65207		Salategnas		GR	1841	3543	
2658857	Sala	sala	CH		0	Europe/Zurich	46.06667	8.91667				TI	2105	5227	
2658858	Saint-Ursanne	saint-ursanne	CH		683	Europe/Zurich	47.36474	7.15436		Fanum Sancti Ursicini,Saint-Ursanne,سینٹ ارسین		JU	2603	6808	
2658859	Saint-Sulpice	saint-sulpice	CH		595	Europe/Zurich	46.91111	6.56219		Saint-Sulpice NE		NE	2406	6512	
2658860	Saint-Sulpice	saint-sulpice	CH		0	Europe/Zurich	46.51047	6.55897		Saint-Sulpice VD,Saint-Sulpice i Vaud,St-Sulpice VD,sn-swlpys,סן-סולפיס		VD	2229	5648	
2658861	Saint-Romain	saint-romain	CH		0	Europe/Zurich	46.28308	7.4117		St-Romain (Ayent)		VS	2305	6082	
2658862	Saint-Prex	saint-prex	CH		4461	Europe/Zurich	46.47963	6.45992		sheng pu lei,圣普雷		VD	2227	5646	
2658863	Saint-Pierre-de-Clages	saint-pierre-de-clages	CH		0	Europe/Zurich	46.19212	7.23689		Saint-Pierre-de-Clages		VS	2302	6022	
2658864	Saint-Maurice	saint-maurice	CH		3701	Europe/Zurich	46.21826	7.0032		Agaunum,Saint-Maurice,Saint-Maurice VS,Saint-Maurice i Sveits,San Mauricio,Sent-Moris,Sent-Môris,sheng mo li si,سن‌موریس,聖莫里斯	2310	VS	2310	6217	
2658865	Saint-Martin	saint-martin	CH		751	Europe/Zurich	46.1727	7.44427				VS	2305	6087	
2658866	Saint-Luc	saint-luc	CH		347	Europe/Zurich	46.22149	7.59619		Saint-Luc		VS	2311	6252	
2658867	Saint-Livres	saint-livres	CH		568	Europe/Zurich	46.50794	6.38753		Saint-Livres	5435	VD	2227	5435	
2658868	Saint-Léonard	saint-leonard	CH		1937	Europe/Zurich	46.25152	7.41714		Saint-Leonard,Saint-Leonard VS,Saint-Leonard i Sveits,Saint-Léonard,Saint-Léonard VS,Saint-Léonard i Sveits,Sen-Leonar,St-Leonard,St-Léonard,sheng lun na de,Сен-Леонар,聖倫納德		VS	2312	6266	
2658871	Saint-Imier	saint-imier	CH		5220	Europe/Zurich	47.15284	6.99692		Saint-Imier,Sankt Immer,Sent-Im'e,sheng yi mi ye,Сент-Имье,聖伊米耶		BE	241	443	
2658872	Saint-Gingolph	saint-gingolph	CH		721	Europe/Zurich	46.39217	6.80594		Saint-Gingolph,Saint-Gingolph VS,Saint-Gingolph i Sveits,sheng jin ge er fu,聖金戈爾夫		VS	2308	6155	
2658873	Saint-Germain	saint-germain	CH		0	Europe/Zurich	46.2496	7.35256		Saint German,Saint-Germain,St-Germain,St-Germain (Saviese),St-Germain (Savièse)		VS	2312	6265	
2658874	Sainte-Croix	sainte-croix	CH		4214	Europe/Zurich	46.82203	6.50283	1094	Sainte-Croix VD,Sainte-Croix i Sveits,sheng ke wa,圣科瓦		VD	2224	5568	
2658876	Saint-Cergue	saint-cergue	CH		1816	Europe/Zurich	46.4459	6.15737		Saint-Cergue,sheng sai er ge,圣塞尔格		VD	2228	5727	
2658877	Saint-Brais	saint-brais	CH		236	Europe/Zurich	47.30577	7.11344		Saint-Brais,sheng bu lai,聖布賴		JU	2602	6758	
2658878	Saint-Blaise	saint-blaise	CH		3089	Europe/Zurich	47.01511	6.98832		Saint-Blaise,Saint-Blaise NE,Saint-Blaise i Neuchatel,Saint-Blaise i Neuchâtel,sheng bu lai si,聖布萊斯		NE	2404	6459	
2658879	Saint-Aubin	saint-aubin	CH		0	Europe/Zurich	46.89004	6.98048	471	Saint-Aubin FR,Saint-Aubin i Fribourg,St-Aubin,St-Aubin FR,sheng ao ban,聖奧班		FR	1001	2041	
2658880	Saint-Aubin-Sauges	saint-aubin-sauges	CH		2476	Europe/Zurich	46.89419	6.77251	821	sheng ou ban suo re,聖歐班索熱		NE	2401	6417	
2658885	Sagliaz	sagliaz	CH		0	Europe/Zurich	46.62132	9.76126		Saglia,Sagliaz		GR	1841	3544	
2658887	Säge	sage	CH		0	Europe/Zurich	46.73983	7.72953				BE	247	938	
2658888	Säge	sage	CH		0	Europe/Zurich	46.61714	7.53937				BE	249	762	
2658889	Saflischmatten	saflischmatten	CH		0	Europe/Zurich	46.34746	8.16552				VS	2309	6177	
2658895	Sabbione	sabbione	CH		0	Europe/Zurich	46.36677	8.56622		Sabbione		TI	2108	5310	
2658902	Saas im Prättigau	saas-im-praettigau	CH		724	Europe/Zurich	46.91018	9.80865		Saas,Saas im Prattigau,Saas im Prättigau,Sausch		GR	1849	3871	
2658903	Saanenmöser	saanenmoeser	CH		0	Europe/Zurich	46.51639	7.30944		Saanenmoser,Saanenmöser		BE	248	843	
2658906	Rütti	rutti	CH		0	Europe/Zurich	46.98886	7.46332				BE	246	361	
2658909	Rüti	rueti	CH		9576	Europe/Zurich	47.25603	8.85552		Rjuti,Rueti ZH,Rueti i Zuerich,Rüti ZH,Rüti i Zürich,lu di,rwty  zwrykh,Рюти,روتی، زوریخ,呂蒂		ZH	105	117	
2658910	Rüti bei Bueren	rueti-bei-bueren	CH		0	Europe/Zurich	47.15167	7.40307		Rueti b. Bueren,Rüti b. Büren		BE	243	393	
2658911	Rüti	ruti	CH		347	Europe/Zurich	46.93779	9.01695		Rueti,Rueti GL,Ruti,Rüti,Rüti GL		GL	800	1631	
2658912	Rüthi	ruthi	CH		1945	Europe/Zurich	47.2948	9.53857		Ruethi,Ruethi (Rheintal),Rüthi,Rüthi (Rheintal)		SG	1723	3256	
2658915	Rüstenschwil	rustenschwil	CH		0	Europe/Zurich	47.2258	8.36612		Rustenschwil,Rüstenschwil		AG	1908	4223	
2658922	Rüschegg	ruschegg	CH		1697	Europe/Zurich	46.77977	7.39167		Rjusheg,Rjushegg,Rueschegg,Ruschegg,Rüeschegg,Rüschegg,lu she ge,Рюшег,Рюшегг,呂舍格		BE	246	853	
2658925	Ruppen	ruppen	CH		0	Europe/Zurich	47.38976	9.50786				AR	1502	3022	
2658928	Rümikon	rumikon	CH		218	Europe/Zurich	47.56558	8.3754		Rjumikon,lu mi kong,Рюмикон,呂米孔		AG	1911	4317	
2658929	Ruis	ruis	CH		0	Europe/Zurich	46.76667	9.15				GR	1850	3988	
2658944	Roveredo	roveredo	CH		129	Europe/Zurich	46.23653	9.12748		Regoredus,Rore,Rorè,Roverdo,Roveredo,Roveredo GR,luo wei lei duo,Ровередо,羅韋雷多		GR	1847	3834	
2658949	Rotonda	rotonda	CH		0	Europe/Zurich	46.28712	8.61358		Rotonda,Rotunda		TI	2108	5317	
2658951	Roticcio	roticcio	CH		0	Europe/Zurich	46.36109	9.63781		Roticcio,Rotticcio		GR	1846	3792	
2658956	Röthenbach	rothenbach	CH		0	Europe/Zurich	46.85425	7.74251		Roethenbach im Emmental,Rothenbach,Röthenbach,Röthenbach im Emmental		BE	245	904	
2658957	Rothbad	rothbad	CH		0	Europe/Zurich	46.62326	7.56637		Rothbad		BE	249	762	
2658962	Rosshäusern	rosshaeusern	CH		0	Europe/Zurich	46.93319	7.27617				BE	246	668	
2658963	Rossens	rossens	CH		49	Europe/Zurich	46.7201	7.10338		Rossens,Rossens FR,luo sang,羅桑		FR	1004	2236	
2658978	Rondchâtel	rondchatel	CH		0	Europe/Zurich	47.17677	7.24651				BE	241	450	
2658979	Ronco	ronco	CH		0	Europe/Zurich	46.50003	8.49946		Ronco		TI	2103	5063	
2658981	Roncapiano	roncapiano	CH		0	Europe/Zurich	45.91435	9.03266		Roncapiano		TI	2106	5269	
2658982	Romont	romont	CH		4483	Europe/Zurich	46.69652	6.91898		Romont FR,Romont i Fribourg,Rotundus Mons,luo meng,rwmwn  frybwrg,رومون، فریبورگ,羅蒙		FR	1002	2096	
2658983	Römerswil	roemerswil	CH		1882	Europe/Zurich	47.16881	8.24528		Rjomersvil',Roemerswil LU,Romerswil,Römerswil,Römerswil LU,lei mo si wei er,Рёмерсвиль,勒默斯維爾		LU	313	1039	
2658984	Römerswil	romerswil	CH		0	Europe/Zurich	46.79512	7.19102				FR	1006	2304	
2658987	Romanel	romanel	CH		0	Europe/Zurich	46.55615	6.51043		Romanel-sur-Morges		VD	2227	5645	
2658990	Rohrmatten	rohrmatten	CH		0	Europe/Zurich	46.71667	8.2				BE	250	786	
2658992	Rohr	rohr	CH		2849	Europe/Zurich	47.41029	7.95333		Rohr,Rohr SO,Rohr b. Olten,Rohr i Solothurn,Ror,luo er,Рор,羅爾		SO	1105	2499	
2658993	Roggwil	roggwil	CH		2500	Europe/Zurich	47.49981	9.3958		Roggwil,Roggwil TG,Roggwil i Thurgau,Rogvil',luo ge wei er,Рогвиль,羅格維爾		TG	2011	4431	
2658994	Roggwil	roggwil	CH		3673	Europe/Zurich	47.24119	7.82141		Roggwil BE,Roggwil i Bern,Rogvil',luo ge wei er,Рогвиль,羅格維爾		BE	244	337	
2658996	Rofflaschlucht	rofflaschlucht	CH		0	Europe/Zurich	46.57765	9.41904		Rofflaschlucht,Roflaschlucht		GR	1851	3701	
2658997	Rodi	rodi	CH		0	Europe/Zurich	46.48913	8.74119		Rodi,Rodi-Fiesso		TI	2103	5078	
2658934	Rueras	rueras	CH	7189	0	Europe/Zurich	46.67385	8.75207				GR	1850	3986	
2659001	Roches	roches	CH		222	Europe/Zurich	47.30199	7.38127		Roches BE,Roches i Sveits,Rosh,luo shen,Рош,羅什		BE	241	704	
2659003	Roche	roche	CH		870	Europe/Zurich	46.36091	6.93272		Roche VD,Roche i Vaud,luo shen,罗什		VD	2221	5413	
2659007	Rive Haute	rive-haute	CH		0	Europe/Zurich	46.00677	7.17049		Rive Haute (Liddes)		VS	2303	6033	
2659012	Ritti	ritti	CH		0	Europe/Zurich	46.28333	7.91667		Riti,Ritti		VS	2313	6297	
2659013	Ritti	ritti	CH		0	Europe/Zurich	46.25117	7.87634		Riti,Ritti		VS	2313	6293	
2659019	Ringoldingen	ringoldingen	CH		0	Europe/Zurich	46.65971	7.52483				BE	249	763	
2659021	Ringgenberg	ringgenberg	CH		2514	Europe/Zurich	46.70114	7.89445		Ringgenberg,Ringgenberg BE,lin gen bei ge,Ринггенберг,林根貝格		BE	250	590	
2659024	Effretikon / Rikon	effretikon-rikon	CH		1120	Europe/Zurich	47.43099	8.68624		Rikon		ZH	110	231	
2659033	Riedlig	riedlig	CH		0	Europe/Zurich	46.9	8.73333				UR	400	1218	
2659034	Riedli	riedli	CH		0	Europe/Zurich	46.61258	7.53356				BE	249	762	
2659039	Riedbergli	riedbergli	CH		0	Europe/Zurich	46.93333	7.73333		Riedbargli,Riedberg,Riedbergli,Riedbärgli		BE	245	907	
2659041	Riedbach	riedbach	CH		0	Europe/Zurich	46.94337	7.33559				BE	246	351	
2659042	Ried	ried	CH		0	Europe/Zurich	46.95401	7.18609		Ried,Ried b. Kerzers		FR	1005	2276	
2659043	Ried	ried	CH		0	Europe/Zurich	46.43125	8.15592				VS	2304	6052	
2659044	Ried	ried	CH		0	Europe/Zurich	46.31376	8.01752		Ried,Ried-Brig		VS	2301	6008	
2659045	Ried	ried	CH		0	Europe/Zurich	46.03124	7.76281				VS	2313	6300	
2659047	Rickenbach	rickenbach	CH		705	Europe/Zurich	47.55191	8.79654		Rickenbach ZH		ZH	110	225	
2659048	Rickenbach bei Wil	rickenbach-bei-wil	CH		2714	Europe/Zurich	47.44856	9.04902		Rickenbach,Rickenbach TG,Rickenbach b. Wil,Rickenbach bei Wil,Rickenbach i Thurgau,Rikkenbakh,li ken ba he,Риккенбах,里肯巴赫		TG	2014	4751	
2659049	Ricken	ricken	CH		0	Europe/Zurich	47.26305	9.04396		Ricken,Ricken SG		SG	1726	3341	
2659051	Richisau	richisau	CH		0	Europe/Zurich	47.02135	8.90392				GL	800	1632	
2659054	Riburg	riburg	CH		0	Europe/Zurich	47.56781	7.83896		Ryborg,Ryburg		AG	1909	4254	
2659064	Rhäzüns	rhaezuens	CH		1257	Europe/Zurich	46.79891	9.39764		Razen,Razén,Recjuns,Rhaezuens,Rhäzüns,lei qin si,Рецюнс,雷欽斯		GR	1844	3723	
2659069	Reusch	reusch	CH		0	Europe/Zurich	46.36517	7.24154				BE	248	841	
2659070	Renens	renens	CH		17811	Europe/Zurich	46.53989	6.5881		Renan,Renens,lei nan,rwnan,Ренан,רנאן,رونان,勒南	2229	VD	2229	5591	
2659071	Renan	renan	CH		0	Europe/Zurich	47.12686	6.92825		Renan,Renan BE,Renan i Sveits,lei nan,Ренан,雷南		BE	241	441	
2659073	Rempen	rempen	CH		0	Europe/Zurich	47.13978	8.89843		Rempen		SZ	505	1348	
2659074	Rekingen	rekingen	CH		856	Europe/Zurich	47.57187	8.31782		Rekingen,lei jin gen,Рекинген,雷金根		AG	1911	4315	
2659075	Reischen	reischen	CH		0	Europe/Zurich	46.64063	9.45113	1024			GR	1851	3712	
2659076	Reinach	reinach	CH		7845	Europe/Zurich	47.25732	8.18091		Reinach,Reinach AG		AG	1905	4141	
2659080	Reichenbach	reichenbach	CH		0	Europe/Zurich	46.62541	7.69362		Reichenbach,Reichenbach im Kandertal		BE	249	567	
2659081	Reichenau	reichenau	CH		0	Europe/Zurich	46.82704	9.4076		Reichenau		GR	1844	3733	
2659087	Reckingen-Gluringen	reckingen-gluringen	CH		0	Europe/Zurich	46.46989	8.24164		Reckingen,Reckingen-Gluringen,lei jin gen-ge lu lin gen,雷金根-格盧林根		VS	2304	6077	
2659090	Reams	reams	CH		0	Europe/Zurich	46.60925	9.58198		Reams,Riom		GR	1841	3543	
2659094	Ratzenberg	ratzenberg	CH		0	Europe/Zurich	46.85647	7.43725				BE	246	880	
2659095	Elsau-Räterschen / Räterschen	elsau-raeterschen-raeterschen	CH		1071	Europe/Zurich	47.49927	8.796		Raeterschen,Räterschen		ZH	110	219	
2659096	Räterichsboden	raterichsboden	CH		0	Europe/Zurich	46.58333	8.33333				BE	250	782	
2659099	Rapperswil	rapperswil	CH		34776	Europe/Zurich	47.22557	8.82228		Raperswil,Rappersvil',Rapperswil,Rapperswil SG,Rappi,la po si wei er,ryprswl,Рапперсвиль,ریپرسول,拉珀斯维尔		SG	1726	3340	
2659100	Rapperswil	rapperswil	CH		0	Europe/Zurich	47.06316	7.41088		Rappersvil',Rapperswil BE,Rapperswil i Bern,la po si wei er,Рапперсвиль,拉珀斯維爾		BE	243	310	
2659102	Ranft	ranft	CH		0	Europe/Zurich	46.86957	8.27155				OW	600	1406	
2659103	Ranft	ranft	CH		0	Europe/Zurich	46.32538	7.87021				VS	2309	6191	
2659114	Radons	radons	CH		0	Europe/Zurich	46.56002	9.55438		Radons		GR	1841	3543	
2659115	Radelfingen	radelfingen	CH		1218	Europe/Zurich	47.02146	7.27178		Radel'fingen,Radelfingen,Radelfingen BE,Radelfingen b. Aarberg,la de er fen gen,Радельфинген,拉德爾芬根		BE	243	309	
2659125	Pusced di Sopra	pusced-di-sopra	CH		0	Europe/Zurich	46.41667	8.91667				TI	2102	5048	
2659134	Prolin	prolin	CH		0	Europe/Zurich	46.16548	7.39609				VS	2305	6084	
2659137	Prieuré	prieure	CH		0	Europe/Zurich	46.2161	6.1487				GE	2500	6621	
2659141	Pregny	pregny	CH		0	Europe/Zurich	46.23549	6.13947				GE	2500	6634	
2659146	Präz	praez	CH		0	Europe/Zurich	46.74191	9.40535		Praez,Praz,Preaz,Prec,Prez,Präz,Прец		GR	1851	3661	
2659148	Prato	prato	CH		432	Europe/Zurich	46.4824	8.757		Prato,Prato (Leventina),Prato Leventina,Prato i Leventina,Pro,Pró,pu la tuo,普拉托		TI	2103	5078	
2659150	Praroman	praroman	CH		1223	Europe/Zurich	46.75145	7.17778		Praroman		FR	1004	2220	
2659151	Prarion	prarion	CH		0	Europe/Zurich	46.14974	7.27552		Prarion		VS	2307	6134	
2659153	Pramieisters	pramieisters	CH		0	Europe/Zurich	46.90807	9.52756				GR	1845	3946	
2659154	Pralovin	pralovin	CH		0	Europe/Zurich	46.07892	7.50372				VS	2305	6083	
2659155	Pralong	pralong	CH		0	Europe/Zurich	46.11248	7.39736		Mayens de Pralong,Pralong		VS	2305	6084	
2659156	Pragmartin	pragmartin	CH		0	Europe/Zurich	46.93333	9.71667				GR	1849	3863	
2659158	Prafleuri	prafleuri	CH		0	Europe/Zurich	46.07314	7.53415		Prafleuri,Prafloric,Prazfleuri		VS	2305	6083	
2659160	Pradella	pradella	CH		0	Europe/Zurich	46.80118	10.323		Pradella		GR	1843	3762	
2659161	Prada	prada	CH		0	Europe/Zurich	46.30949	10.07178		Prada		GR	1842	3561	
2659162	Pra Combèra	pra-combera	CH		0	Europe/Zurich	46.32407	7.43555		Pra Combeira,Pra Combera,Pra Combèra		VS	2305	6082	
2659168	Port-de-Corsier	port-de-corsier	CH		0	Europe/Zurich	46.26582	6.2138		Corsier Port		GE	2500	6619	
2659174	Pontirone	pontirone	CH		0	Europe/Zurich	46.38224	9.02044		Pontirone		TI	2107	5281	
2659176	Ponte Brolla	ponte-brolla	CH		0	Europe/Zurich	46.18715	8.75281				TI	2104	5396	
2659181	Plaz Beischen	plaz-beischen	CH		0	Europe/Zurich	46.57482	9.63486		Plaz Beischen		GR	1841	3543	
2659189	Plan Pro	plan-pro	CH		0	Europe/Zurich	46.03333	7.28333				VS	2303	6037	
2659192	Plan Fey	plan-fey	CH		0	Europe/Zurich	46.18583	7.26731				VS	2302	6024	
2659193	Plan-de-la-Chaux	plan-de-la-chaux	CH		0	Europe/Zurich	45.89543	7.13616				VS	2303	6034	
2659194	Planacc	planacc	CH		0	Europe/Zurich	46.3627	9.58118		Planacc		GR	1846	3792	
2659199	Piora	piora	CH		0	Europe/Zurich	46.53451	8.67899		Piora		TI	2103	5079	
2659202	Pignieu	pignieu	CH		105	Europe/Zurich	46.61428	9.43807		Pignia,Pignieu		GR	1851	3701	
2659206	Piatto	piatto	CH		0	Europe/Zurich	46.45	8.56667				TI	2108	5323	
2659207	Pian San Giacomo	pian-san-giacomo	CH		0	Europe/Zurich	46.41912	9.22871		Pian San Giacomo,San Giacomo		GR	1847	3822	
2659208	Piano	piano	CH		0	Europe/Zurich	46.28978	8.51728				TI	2108	5307	
2659210	Piandera	piandera	CH		0	Europe/Zurich	46.08253	9.03997		Piandera,Piandera Paese		TI	2105	5192	
2659216	Pfeffikon	pfeffikon	CH		678	Europe/Zurich	47.24836	8.17752		Pfeffikon		LU	314	1097	
2659219	Pfäffikon	pfaffikon	CH		7994	Europe/Zurich	47.36453	8.79202		Faffinchova,Pfaeffikon,Pfaeffikon ZH,Pfaeffikon i Zuerich,Pfeffikon,Pfefikon,Pfäffikon ZH,Pfäffikon i Zürich,pu fei fei kong,Пфефикон,Пфеффикон,普費菲孔	108	ZH	108	177	
2659220	Pfäffikon	pfaeffikon	CH		7310	Europe/Zurich	47.20109	8.77816	416	Pfaeffikon,Pfaeffikon SZ,Pfeffikon,Pfäffikon,Pfäffikon SZ,Пфеффикон		SZ	503	1322	
2659222	Pfaffensprung	pfaffensprung	CH		0	Europe/Zurich	46.71436	8.60824				UR	400	1220	
2659223	Pfaffenried	pfaffenried	CH		0	Europe/Zurich	46.6453	7.41902				BE	249	766	
2659224	Pfäfers Dorf	pfaefers-dorf	CH		0	Europe/Zurich	46.98986	9.50077		Pfaefers,Pfäfers		SG	1725	3294	
2659229	Pertise	pertise	CH		0	Europe/Zurich	46.22364	9.15357		Monti Pertiscio,Pertise		GR	1847	3834	
2659237	Peney	peney	CH		0	Europe/Zurich	46.80276	6.56124				VD	2224	5766	
2659239	Peiden Bad	peiden-bad	CH		0	Europe/Zurich	46.72068	9.19607		Peiden		GR	1850	3618	
2659249	Partnun	partnun	CH		0	Europe/Zurich	46.9956	9.85752				GR	1849	3891	
2659251	Pardè	parde	CH		0	Europe/Zurich	46.65167	8.85052		Parde,Pardè,Pardé		GR	1850	3983	
2659252	Pardatsch	pardatsch	CH		0	Europe/Zurich	46.62366	9.08753				GR	1850	3618	
2659253	Papiermühle	papiermuhle	CH		0	Europe/Zurich	46.97445	7.4762				BE	246	362	
2659256	Panix	panix	CH		0	Europe/Zurich	46.81667	9.11667		Panix		GR	1850	3619	
2659265	Ouchy	ouchy	CH		0	Europe/Zurich	46.50666	6.62493		Sous-Gare - Ouchy		VD	2225	5586	
2659273	Wilchingen, Osterfingen	wilchingen-osterfingen	CH		0	Europe/Zurich	47.66308	8.48557	437	Osterfingen		SH	1406	2974	
2659279	Orthalden	orthalden	CH		0	Europe/Zurich	46.89332	8.94261				UR	400	1218	
2659294	Onnens	onnens	CH		0	Europe/Zurich	46.83894	6.68896				VD	2224	5565	
2659295	Onnens	onnens	CH		0	Europe/Zurich	46.77471	7.03715		Onnens		FR	1004	2234	
2659363	Ober-Plötsch	ober-plotsch	CH		0	Europe/Zurich	46.78845	7.47175				BE	246	879	
2659298	Ollon	ollon	CH		6665	Europe/Zurich	46.29524	6.99314		Ollon VD,ou long,אולון,欧隆		VD	2221	5409	
2659306	Oetwil / Oetwil an der Limmat	oetwil-oetwil-an-der-limmat	CH		513	Europe/Zurich	47.42832	8.39491		Oetwil,Oetwil an der Limmat		ZH	111	246	
2659309	Oeschberg	oeschberg	CH		0	Europe/Zurich	47.12671	7.61115				BE	245	413	
2659310	Zürich (Kreis 11) / Oerlikon	zuerich-kreis-11-oerlikon	CH		17922	Europe/Zurich	47.40823	8.54258		Oerlikon		ZH	112	261	
2659313	Ochsenboden	ochsenboden	CH		0	Europe/Zurich	47.06128	8.85055				SZ	506	1375	
2659318	Oberzelg	oberzelg	CH		0	Europe/Zurich	46.78779	7.63873				BE	247	939	
2659319	Ober-Wohlen	ober-wohlen	CH		0	Europe/Zurich	46.97375	7.35814				BE	246	360	
2659320	Oberwilen	oberwilen	CH		0	Europe/Zurich	46.86874	8.20091				OW	600	1407	
2659321	Oberwil	oberwil	CH		10187	Europe/Zurich	47.51407	7.55786		Obervil',Oberwil BL,awbrwyl,shang wei er,Обервиль,أوبرويل,上維爾		BL	1301	2771	
2659323	Oberwil	oberwil	CH		0	Europe/Zurich	47.13003	7.40619		Oberwil,Oberwil b. Bueren,Oberwil b. Büren		SO	1103	2461	
2659324	Oberwil	oberwil	CH		0	Europe/Zurich	46.65688	7.43513		Oberwil,Oberwil im Simmental		BE	249	766	
2659325	Wetzikon / Ober-Wetzikon	wetzikon-ober-wetzikon	CH		3858	Europe/Zurich	47.32514	8.80005		Oberwetzikon		ZH	105	121	
2659327	Oberwangen	oberwangen	CH		0	Europe/Zurich	47.42861	8.96794		Oberwangen,Oberwangen TG		TG	2014	4726	
2659330	Obervaz	obervaz	CH		0	Europe/Zurich	46.7	9.53333		Obervaz,Vaz,Vaz/Obervaz		GR	1841	3506	
2659332	Urdorf	ober-urdorf	CH		9205	Europe/Zurich	47.38507	8.42581		Urdorf,wu duo fu,Урдорф,烏多夫		ZH	111	250	
2659333	Oberulmiz	oberulmiz	CH		0	Europe/Zurich	46.89677	7.44141				BE	246	355	
2659335	Ober Trübsee Alp	ober-trubsee-alp	CH		0	Europe/Zurich	46.8	8.38333		Ober Trubsee Alm,Ober Trubsee Alp,Ober Trübsee Alp		NW	700	1511	
2659340	Ober Staffel	ober-staffel	CH		0	Europe/Zurich	46.9529	8.98009				GL	800	1631	
2659341	Ober Stafel	ober-stafel	CH		0	Europe/Zurich	46.88926	9.10133				GL	800	1631	
2659342	Ober Stafel	ober-stafel	CH		0	Europe/Zurich	46.70705	8.15569				BE	250	786	
2659344	Obersiggenthal	obersiggenthal	CH		7990	Europe/Zurich	47.4875	8.29652		Ober-Siggental,Obersiggenthal,Oberziggental',shang xi gen ta er,Оберзиггенталь,上錫根塔爾		AG	1902	4038	
2659346	Ober Siez	ober-siez	CH		0	Europe/Zurich	46.98557	9.26411				SG	1725	3293	
2659349	Ober-Schongau	ober-schongau	CH		0	Europe/Zurich	47.27256	8.27657				LU	313	1041	
2659350	Oberschönenbuch	oberschonenbuch	CH		0	Europe/Zurich	46.99648	8.64651				SZ	506	1372	
2659351	Ober-Schlatt	ober-schlatt	CH		0	Europe/Zurich	47.65599	8.69881				TG	2012	4546	
2659352	Oberschlatt	oberschlatt	CH		105	Europe/Zurich	47.46447	8.84682		Schlatt		ZH	110	226	
2659353	Ober-Says	ober-says	CH		0	Europe/Zurich	46.90737	9.58238		Ober-Says,Says		GR	1845	3945	
2659356	Ober Rohrmoos	ober-rohrmoos	CH		0	Europe/Zurich	46.59728	7.32432				BE	248	791	
2659357	Oberriet	oberriet	CH		7675	Europe/Zurich	47.32088	9.56808		Oberried,Oberriet,Oberriet SG,Oberrit,oberurito,shang li te,Оберрит,オーベルリート,上里特		SG	1723	3254	
2659359	Oberried	oberried	CH		0	Europe/Zurich	46.73633	7.95925		Oberried am Brienzersee		BE	250	589	
2659360	Oberried	oberried	CH		0	Europe/Zurich	46.43877	7.45877				BE	248	792	
2659362	Ober Rämis	ober-ramis	CH		0	Europe/Zurich	46.98623	7.81766				BE	245	902	
2659365	Oberneuforn	oberneuforn	CH		965	Europe/Zurich	47.60477	8.76709		Neunforn		TG	2012	4601	
2659366	Obermatt	obermatt	CH		0	Europe/Zurich	46.84314	8.37386		Obermatt		OW	600	1402	
2659368	Ober-Laret	ober-laret	CH		0	Europe/Zurich	46.84008	9.85699				GR	1849	3851	
2659370	Oberläger	oberlager	CH		0	Europe/Zurich	46.66453	8.08081				BE	250	576	
2659371	Ober Läger	ober-lager	CH		0	Europe/Zurich	46.65511	7.94785				BE	250	586	
2659372	Oberkirch	oberkirch	CH		3228	Europe/Zurich	47.15642	8.11567		Oberkirch		LU	314	1095	
2659373	Illnau / Ober-Illnau	illnau-ober-illnau	CH		953	Europe/Zurich	47.41474	8.71644		Ober-Illnau		ZH	108	296	
2659375	Oberhofen bei Etzgen	oberhofen-bei-etzgen	CH		289	Europe/Zurich	47.55377	8.13323		Oberhofen,Oberhofen bei Etzgen		AG	1906	4184	
2659376	Oberhofen	oberhofen	CH		0	Europe/Zurich	46.90044	7.69403				BE	245	901	
2659377	Oberhofen	oberhofen	CH		0	Europe/Zurich	46.73148	7.66903		Oberhofen,Oberhofen am Thunersee		BE	247	934	
2659379	Oberhegi	oberhegi	CH		0	Europe/Zurich	47.51281	9.36091		Oberhegi		TG	2011	4411	
2659380	Oberhausen-Böschenwiesen	oberhausen-boeschenwiesen	CH		170	Europe/Zurich	47.42567	8.56739		Oberhusen		ZH	103	66	
2659383	Ober Gurzelen	ober-gurzelen	CH		0	Europe/Zurich	46.77644	7.54264		Gurzelen,Ober Gurzelen		BE	247	867	
2659385	Oberglatt	oberglatt	CH		3564	Europe/Zurich	47.47576	8.51896		Oberglat,Oberglatt,Oberglatt ZH,shang ge la te,Оберглат,Оберглатт,上格拉特		ZH	104	92	
2659388	Oberfeld	oberfeld	CH		0	Europe/Zurich	46.84598	8.69788		Oberfeld		UR	400	1205	
2659389	Oberfeld	oberfeld	CH		0	Europe/Zurich	46.70929	8.07646		Oberfeld		BE	250	574	
2659390	Obererlinsbach	obererlinsbach	CH		0	Europe/Zurich	47.40685	8.00283				SO	1105	2503	
2659398	Obere Alp	obere-alp	CH		0	Europe/Zurich	46.96667	10.4		Ober Alp,Obere Alp		GR	1843	3752	
2659399	Oberdorf	oberdorf	CH		2248	Europe/Zurich	47.39353	7.75169		Oberdorf,Oberdorf BL,Oberdorf i Basel-Landschaft,shang duo fu,Обердорф,上多夫		BL	1305	2892	
2659400	Oberdorf	oberdorf	CH		0	Europe/Zurich	47.23113	7.50302		Oberdorf,Oberdorf SO,Oberdorf i Solothurn,shang duo fu,Обердорф,上多夫		SO	1107	2553	
2659401	Oberdorf	oberdorf	CH		0	Europe/Zurich	46.96901	8.45791		Oberdorf,Oberdorf NW		NW	700	1501	
2659403	Obercastels	obercastels	CH		0	Europe/Zurich	46.68333	9.16667				GR	1850	3618	
2659407	Ober-Buch	ober-buch	CH		258	Europe/Zurich	47.54829	8.62223				ZH	102	24	
2659409	Oberbilten	oberbilten	CH		0	Europe/Zurich	47.14664	9.02263		Ober-Bilten,Oberbilten		GL	800	1630	
2659410	Oberbazenheid	oberbazenheid	CH		0	Europe/Zurich	47.40892	9.0634		Ober-Basenheid,Ober-Bazenheid,Oberbazenheid		SG	1727	3392	
2659416	Oberalp	oberalp	CH		0	Europe/Zurich	46.70813	9.78868				GR	1849	3851	
2659423	Nydegg	nydegg	CH		0	Europe/Zurich	46.55615	7.47554		Nidegg,Nydegg		BE	249	762	
2659424	Nussbaumen	nussbaumen	CH		0	Europe/Zurich	47.62514	8.82803				TG	2012	4821	
2659425	Nuschlau	nuschlau	CH		0	Europe/Zurich	46.97619	8.73815		Lustenau,Nuschlau		SZ	506	1367	
2659432	Noveli	noveli	CH		0	Europe/Zurich	46.1343	7.31689		Alpe de Noveli,Noveli		VS	2302	6024	
2659438	Norantola	norantola	CH		0	Europe/Zurich	46.28142	9.17621				GR	1847	3831	
2659448	Niederweningen / Niederweningen (Dorf)	niederweningen-niederweningen-dorf	CH		733	Europe/Zurich	47.50614	8.37711		Niederweningen,Niederweningen (Dorf)		ZH	104	91	
2659452	Nieder Surenen Alp	nieder-surenen-alp	CH		0	Europe/Zurich	46.78333	8.48333		Nieder Surenen Alm,Nieder Surenen Alp,Niedersurrenen		OW	600	1402	
2659454	Nieder-Schongau	nieder-schongau	CH		0	Europe/Zurich	47.27544	8.25537				LU	313	1041	
2659457	Niederried	niederried	CH		0	Europe/Zurich	46.71874	7.93238		Niederried,Niederried b. Interlaken		BE	250	590	
2659459	Niedern Stafel	niedern-stafel	CH		0	Europe/Zurich	46.96667	9.08333				GL	800	1631	
2659460	Niedern	niedern	CH		0	Europe/Zurich	46.90506	9.19195				GL	800	1631	
2659475	Neyruz	neyruz	CH		0	Europe/Zurich	46.76811	7.06693		Neyruz		FR	1004	2211	
2659477	Neu Sankt Johann	neu-sankt-johann	CH		0	Europe/Zurich	47.23062	9.195		Neu Sankt Johann,Neu St. Johann		SG	1727	3360	
2659479	Neumühle	neumuhle	CH		0	Europe/Zurich	46.96667	7.75				BE	245	903	
2659482	Neukirch	neukirch	CH		0	Europe/Zurich	47.52888	9.37074		Neukirch,Neukirch (Egnach)		TG	2011	4411	
2659483	Neukirch	neukirch	CH		0	Europe/Zurich	46.71359	9.32996				GR	1850	3672	
2659485	Neuhausen	neuhausen	CH		10019	Europe/Zurich	47.68579	8.61474	410	Neuhausen,Neuhausen am Rheinfall		SH	1403	2937	
2659486	Neuhaus	neuhaus	CH		0	Europe/Zurich	46.67775	7.8191				BE	250	593	
2659487	Neu-Felsberg	neu-felsberg	CH		0	Europe/Zurich	46.84783	9.48119				GR	1844	3731	
2659488	Neuewelt	neuewelt	CH		0	Europe/Zurich	47.52844	7.61862				BL	1301	2769	
2659500	Nessenthal	nessenthal	CH		0	Europe/Zurich	46.72044	8.29682		Nessental,Nessenthal		BE	250	784	
2659503	Negrentino	negrentino	CH		0	Europe/Zurich	46.46499	8.92274				TI	2102	5048	
2659504	Neftenbach / Dorf Neftenbach	neftenbach-dorf-neftenbach	CH		3171	Europe/Zurich	47.52764	8.6649		Dorf Neftenbach,Neftenbach		ZH	110	223	
2659511	Nascharegnas	nascharegnas	CH		0	Europe/Zurich	46.5429	9.62185		Nascharegnas		GR	1841	3543	
2659512	Narglesa	narglesa	CH		0	Europe/Zurich	46.65506	9.52374		Narglesa,Nargliesa		GR	1841	3542	
2659519	Mützlenberg	mutzlenberg	CH		0	Europe/Zurich	46.97344	7.71691				BE	245	905	
2659525	Müstair	muestair	CH		795	Europe/Zurich	46.62683	10.44624		Mjustair,Muenster,Muestair,Münster,Müstair,myusutaia,Мюстаир,ミュスタイア		GR	1843	3847	
2659526	Müssen	mussen	CH		0	Europe/Zurich	46.86667	8.08333				OW	600	1403	
2659529	Murten/Morat	murten-morat	CH		5800	Europe/Zurich	46.92827	7.11715	435	Morat,Morato,Muratum,Murten,Murten/Morat,mu er teng,mwrtan,Муртен,Муртен/Морат,مورتان,穆爾滕		FR	1005	2275	
2659530	Mürren	muerren	CH		451	Europe/Zurich	46.5588	7.8929	1650	Mjurren,mi lun,mwrn,myuren,Мюррен,مورن,ミューレン,米伦		BE	250	584	
2659531	Muri	muri	CH		6463	Europe/Zurich	47.27428	8.33854		Muri,Muri AG	1908	AG	1908	4236	
2659532	Muri	muri	CH		12374	Europe/Zurich	46.93122	7.48658		Muri,Muri b. Bern,Muri bei Bern		BE	246	356	
2659541	Munter	munter	CH		0	Europe/Zurich	46.63816	9.53183				GR	1841	3543	
2659542	Müntschemier	muentschemier	CH		1333	Europe/Zurich	46.99548	7.14626	438	Monsmier		BE	243	498	
2659545	Münster	muenster	CH		0	Europe/Zurich	46.48647	8.26434		Muenster-Geschinen,Munster,Musterium,Münster,Münster-Geschinen		VS	2304	6077	
2659550	Münchwilen	munchwilen	CH		4612	Europe/Zurich	47.47719	8.99677		Mjunkhvilen,Muenchwilen,Muenchwilen TG,Muenchwilen i Thurgau,Münchwilen,Münchwilen TG,Münchwilen i Thurgau,ming bu wei lun,Мюнхвилен,明布維倫	2014	TG	2014	4746	
2659555	Müllheim	mullheim	CH		2493	Europe/Zurich	47.60195	9.00357		Mjul'khajm,Mjull'khajm,Muellheim Dorf,Muellheim TG,Muellheim i Sveits,Mullheim,Müllheim,Müllheim Dorf,Müllheim TG,Müllheim i Sveits,mi er hai mu,Мюлльхайм,Мюльхайм,米爾海姆		TG	2012	4831	
2659556	Muldain	muldain	CH		0	Europe/Zurich	46.69324	9.5256		Muldain		GR	1841	3506	
2659558	Mühlethurnen	muehlethurnen	CH		1265	Europe/Zurich	46.81345	7.50881		Mjuleturnen,Muehlethurnen,Mühlethurnen,mi lei tu er nen,Мюлетурнен,米勒圖爾嫩		BE	246	889	
2659562	Mühlebach	muhlebach	CH		72	Europe/Zurich	46.40847	8.1562		Muehlebach (Goms),Muhlebach,Mühlebach,Mühlebach (Goms)		VS	2304	6056	
2659570	Motto	motto	CH		0	Europe/Zurich	46.42862	8.97157		Motto,Motto (Blenio)		TI	2102	5048	
2659572	Môtiers	motiers	CH		814	Europe/Zurich	46.91108	6.61111				NE	2406	6512	
2659575	Moscia	moscia	CH		0	Europe/Zurich	46.1513	8.74864				TI	2104	5091	
2659578	Morteratsch	morteratsch	CH		0	Europe/Zurich	46.45112	9.94077		Morteratsch		GR	1846	3784	
2659583	Möriken	moriken	CH		0	Europe/Zurich	47.41556	8.18446		Moeriken-Wildegg,Moriken,Möriken,Möriken-Wildegg		AG	1907	4203	
2659586	Morgeten	morgeten	CH		0	Europe/Zurich	46.68333	7.43333				BE	249	766	
2659590	Morens	morens	CH		145	Europe/Zurich	46.84364	6.90697				FR	1001	2054	
2659604	Monti Viff	monti-viff	CH		0	Europe/Zurich	46.21805	9.13237		Monti Viff,Monti di Vif		GR	1847	3834	
2659605	Monti Ruscada	monti-ruscada	CH		0	Europe/Zurich	46.16689	9.1049		Monti Ruscada,Monti di Ruscada		TI	2101	5002	
2659606	Monti Moneda	monti-moneda	CH		0	Europe/Zurich	46.16232	9.07094		Monti Moneda,Monti di Moneda		TI	2101	5002	
2659608	Monti di Pianturino	monti-di-pianturino	CH		0	Europe/Zurich	46.14171	8.96846				TI	2105	5238	
2659609	Monti di Odro	monti-di-odro	CH		0	Europe/Zurich	46.22872	8.87902				TI	2104	5399	
2659610	Monti di Lanés	monti-di-lanes	CH		0	Europe/Zurich	46.2091	9.16992				GR	1847	3834	
2659611	Monti di Cò	monti-di-co	CH		0	Europe/Zurich	46.19904	9.08608		Monti di Co,Monti di Cò		TI	2101	5001	
2659612	Monti della Trinità	monti-della-trinita	CH		0	Europe/Zurich	46.17376	8.78317				TI	2104	5113	
2659615	Monte Ceneri	monte-ceneri	CH		0	Europe/Zurich	46.1388	8.90676		Monte Ceneri		TI	2105	5238	
2659622	Montana-Village	montana-village	CH		0	Europe/Zurich	46.29763	7.48847		Montana-Village		VS	2311	6253	
2659625	Montagny	montagny	CH		1467	Europe/Zurich	46.79289	6.61222		Montagny-pres-Yverdon,Montagny-près-Yverdon		VD	2224	5922	
2659626	Montagnon	montagnon	CH		0	Europe/Zurich	46.19005	7.1927		Montagnon (Leytron)		VS	2307	6135	
2659628	Montagibert	montagibert	CH		0	Europe/Zurich	46.53333	6.63333				VD	2225	5586	
2659629	Monstein	monstein	CH		0	Europe/Zurich	46.71165	9.77246		Davos Monstein,Monstein		GR	1849	3851	
2659633	Monbiel	monbiel	CH		0	Europe/Zurich	46.86146	9.91953				GR	1849	3871	
2659634	Mumpé Tujetsch	mumpe-tujetsch	CH		0	Europe/Zurich	46.68334	8.82514		Mompe-Tujetsch,Mompetavetsch,Mompé-Tujetsch,Mumpe Tujetsch,Mumpé Tujetsch		GR	1850	3982	
2659637	Mollettes	mollettes	CH		0	Europe/Zurich	46.63333	7.01667				FR	1003	2155	
2659638	Mollens	mollens	CH		282	Europe/Zurich	46.5776	6.3632		Mollens	5431	VD	2227	5431	
2659643	Mörlialp	moerlialp	CH		0	Europe/Zurich	46.82584	8.10994				OW	600	1403	
2659646	Mogno	mogno	CH		0	Europe/Zurich	46.4312	8.66341		Mogno		TI	2108	5323	
2659650	Mittlersass	mittlersass	CH		0	Europe/Zurich	47	9.83333		Mittelsass,Mittlersass		GR	1849	3891	
2659651	Mitthal	mitthal	CH		0	Europe/Zurich	46.34684	7.75512		Mittal,Mitthal		VS	2306	6118	
2659653	Mittel Arni	mittel-arni	CH		0	Europe/Zurich	46.80038	8.09009		Arni Alp,Mittel Arni		OW	600	1403	
2659654	Mitholz	mitholz	CH		0	Europe/Zurich	46.52735	7.67466		Mitholz,Mittholz		BE	249	564	
2659659	Miliüt	miliut	CH		0	Europe/Zurich	46.35186	7.61111				VS	2306	6109	
2659661	Miéville	mieville	CH		0	Europe/Zurich	46.14755	7.02902				VS	2310	6219	
2659666	Mézières	mezieres	CH		1060	Europe/Zurich	46.67958	6.9263				FR	1002	2087	
2659668	Mex	mex	CH		538	Europe/Zurich	46.18548	7.00004		Mex		VS	2310	6213	
2659672	Mettendorf	mettendorf	CH		0	Europe/Zurich	47.57739	8.96965				TG	2012	4590	
2659673	Metsch	metsch	CH		0	Europe/Zurich	46.50375	7.62468				BE	249	561	
2659684	Merdessonnet	merdessonnet	CH		0	Europe/Zurich	46.25	7.46667		Merdassonnet,Merdessonnet		VS	2311	6238	
2659693	Melera	melera	CH		0	Europe/Zurich	46.17119	9.0777		Melera		TI	2101	5002	
2659705	Meierhof	meierhof	CH		0	Europe/Zurich	46.74831	9.10023		Meierhof,Obersaxen Meierhof,Sursaissa		GR	1850	3988	
2659709	Medergen	medergen	CH		0	Europe/Zurich	46.80415	9.73983		Madrigen,Medergen,Mädrigen		GR	1848	3921	
2659711	Medels	medels	CH		0	Europe/Zurich	46.66667	8.85				GR	1850	3983	
2659716	Mayoux	mayoux	CH		0	Europe/Zurich	46.21079	7.58155		Mayoux		VS	2311	6252	
2659718	Mauvoisin	mauvoisin	CH		0	Europe/Zurich	46.00273	7.34271		Mauvoisin		VS	2303	6037	
2659719	Mauren	mauren	CH		0	Europe/Zurich	46.7038	7.80999				BE	250	571	
2659725	Matzenried	matzenried	CH		0	Europe/Zurich	46.93182	7.33957				BE	246	355	
2659730	Mattenhof	mattenhof	CH		0	Europe/Zurich	46.94291	7.42568		Mattenhof-Leist		BE	246	355	
2659731	Matten	matten	CH		3676	Europe/Zurich	46.67833	7.86889		Matten,Matten b. Interlaken,Matten b.I.,Matten bei Interlaken		BE	250	594	
2659732	Matten	matten	CH		0	Europe/Zurich	46.4959	7.42449		Matten,Matten (St. Stephan)		BE	248	792	
2659733	Mätteli	matteli	CH		0	Europe/Zurich	46.59164	8.56148				TI	2103	5061	
2659734	Matte	matte	CH		0	Europe/Zurich	46.94722	7.4568				BE	246	351	
2659737	Matélon	matelon	CH		0	Europe/Zurich	46.27967	7.09987				VD	2221	5402	
2659743	Mäschenboden	maeschenboden	CH		0	Europe/Zurich	46.68867	9.78571				GR	1849	3851	
2659744	Masans	masans	CH		0	Europe/Zurich	46.86979	9.53416				GR	1848	3901	
2659745	Marzili	marzili	CH		0	Europe/Zurich	46.94464	7.44504				BE	246	351	
2659748	Martigny-Ville	martigny-ville	CH		14768	Europe/Zurich	46.10276	7.07245		Martigny	2307	VS	2307	6136	
2659750	Martigny-Combe	martigny-combe	CH		1731	Europe/Zurich	46.07817	7.05099		ma di ni-kong bu,馬蒂尼-孔布		VS	2307	6137	
2659751	Martigny-Bourg	martigny-bourg	CH		0	Europe/Zurich	46.09061	7.06369				VS	2307	6136	
2659754	Märstetten-Dorf	maerstetten-dorf	CH		2600	Europe/Zurich	47.59252	9.06851	421	CH MAR,Maerstetten,Marestetin,Marstettin,Märstetten		TG	2015	4941	
2659761	Marin	marin	CH		0	Europe/Zurich	47.00986	7.00424		Marin		NE	2404	6459	
2659766	Marbach	marbach	CH		0	Europe/Zurich	46.85441	7.89966		Marbach,Marbach LU,Marbakh,ma ba he,Марбах,馬巴赫		LU	316	1010	
2659768	Mannried	mannried	CH		0	Europe/Zurich	46.5689	7.38652		Mannried		BE	248	794	
2659772	Männedorf	maennedorf	CH		7951	Europe/Zurich	47.25686	8.69893		Mennedorf,men nei duo fu,Меннедорф,門內多夫	155	ZH	107	155	
2659780	Malmigiuer	malmigiuer	CH		0	Europe/Zurich	46.58074	9.56806		Malmigiuer,Malmigiur,Malmiguier		GR	1841	3543	
2659784	Malans	malans	CH		2051	Europe/Zurich	46.98096	9.57527		Malans,Malans GR,ma lan si,Маланс,馬蘭斯		GR	1845	3954	
2659720	Maur	maur	CH	8124	307	Europe/Zurich	47.33996	8.66778				ZH	109	195	
2659788	Magnot	magnot	CH		0	Europe/Zurich	46.21952	7.26557				VS	2302	6025	
2659790	Magliasina	magliasina	CH		0	Europe/Zurich	45.98203	8.87785		Magliasina,Magliasina Chiesa		TI	2105	5216	
2659791	Magglingen	magglingen	CH		574	Europe/Zurich	47.139	7.21407		Macolin,Magglingen,Magglingen/Macolin		BE	242	372	
2659797	Magdenau	magdenau	CH		0	Europe/Zurich	47.40242	9.17082		Magdenau		SG	1728	3401	
2659803	Madra	madra	CH		0	Europe/Zurich	46.43174	9.04967		Madra		TI	2102	5050	
2659809	Luziensteig	luziensteig	CH		0	Europe/Zurich	47.03585	9.52772				GR	1845	3951	
2659814	Lützelflüh	lutzelfluh	CH		4035	Europe/Zurich	47.00757	7.69165		Ljutcel'flju,Luetzelflueh,Luetzelflueh-Goldbach,Lutzelfluh,Lützelflüh,Lützelflüh-Goldbach,lu ce er fu lu,Лютцельфлю,呂策爾弗呂		BE	245	955	
2659817	Lütschenthal	lutschenthal	CH		0	Europe/Zurich	46.63782	7.94704		Lutschental,Lutschenthal,Lütschental,Lütschenthal		BE	250	586	
2659825	Lunschania	lunschania	CH		0	Europe/Zurich	46.66038	9.18942		Lunschania		GR	1850	3603	
2659833	Lully	lully	CH		714	Europe/Zurich	46.83401	6.84534		Lully FR,Lully i Fribourg,lu li,呂利		FR	1001	2025	
2659842	Lü	lue	CH		65	Europe/Zurich	46.62295	10.36893		Lu,Lü		GR	1843	3847	
2659843	Lovald	lovald	CH		0	Europe/Zurich	46.36667	8.75				TI	2104	5399	
2659861	Lohn	lohn	CH		649	Europe/Zurich	47.75508	8.66847	636	Lohn SH		SH	1402	2917	
2659862	Lohn	lohn	CH		54	Europe/Zurich	46.65139	9.42731		Lohn		GR	1851	3715	
2659863	Lohalp	lohalp	CH		0	Europe/Zurich	46.85	8.08333				OW	600	1403	
2659867	Loch	loch	CH		0	Europe/Zurich	46.65	8.6				UR	400	1208	
2659868	Loch	loch	CH		0	Europe/Zurich	46.50414	8.3179		Im Loch,Loch,Zum Loch		VS	2304	6076	
2659870	Löbbia	loebbia	CH		0	Europe/Zurich	46.37591	9.66035		Lobbia,Löbbia		GR	1846	3792	
2659872	Littewil	littewil	CH		0	Europe/Zurich	46.96254	7.58507				BE	246	359	
2659873	Littau	littau	CH		16121	Europe/Zurich	47.05	8.26274		Littau,li tao,lytw  lwsrn,Литтау,لیتو، لوسرن,利陶		LU	311	1061	
2659876	Lipplisbühl	lipplisbuhl	CH		0	Europe/Zurich	46.93333	8.75		Liplisbuhl,Liplisbühl,Lipplisbuhl,Lipplisbühl		UR	400	1205	
2659880	Lindenthal	lindenthal	CH		0	Europe/Zurich	46.98248	7.55662				BE	246	359	
2659881	Lindenhof	lindenhof	CH		0	Europe/Zurich	46.98827	7.05833				BE	243	496	
2659894	Lieli	lieli	CH		203	Europe/Zurich	47.20767	8.29708		Lieli LU		LU	313	1032	
2659906	Leutmerken	leutmerken	CH		0	Europe/Zurich	47.56506	9.03488		Lutmerken,Lütmerken		TG	2015	4881	
2659908	Leuk	leuk	CH		3386	Europe/Zurich	46.31736	7.63412		Leuk,Leuk Stadt,Loeche,Loueche,Louèche,Loèche,Villa de Leuca,loikeu,luo yi ke,lwk,lyk,roiku,لوک,ليك,ロイク,洛伊克,로이크	2306	VS	2306	6110	
2659910	Letten	letten	CH		0	Europe/Zurich	47.4	8.53333				ZH	112	261	
2659913	Les Valettes	les-valettes	CH		0	Europe/Zurich	46.07531	7.07348		Les Valettes (Bovernier)		VS	2307	6131	
2659916	Les Rappes	les-rappes	CH		0	Europe/Zurich	46.08178	7.04982				VS	2307	6131	
2659919	Les Pléiades	les-pleiades	CH		0	Europe/Zurich	46.48303	6.90903				VD	2230	5881	
2659921	Les Pâquis	les-paquis	CH		0	Europe/Zurich	46.21049	6.14676		Paquis,Pâquis		GE	2500	6621	
2659926	Les Genevez	les-genevez	CH		496	Europe/Zurich	47.25552	7.12961		Les Genevez,lei re nei wei,勒熱內韋		JU	2602	6748	
2659928	Les Garettes	les-garettes	CH		0	Europe/Zurich	46.15908	7.11073				VS	2307	6133	
2659932	Les Dévens	les-devens	CH		0	Europe/Zurich	46.27044	7.01666				VD	2221	5402	
2659934	Les Coeudres	les-coeudres	CH		0	Europe/Zurich	47.02749	6.7868				NE	2402	6423	
2659935	Les Charmilles	les-charmilles	CH		0	Europe/Zurich	46.2079	6.12655		Charmilles		GE	2500	6621	
2659947	Le Peuchapatte	le-peuchapatte	CH		32	Europe/Zurich	47.19747	6.96493		Le Peuchapatte		JU	2602	6754	
2659948	Le Pâquier	le-paquier	CH		208	Europe/Zurich	47.09838	6.98645				NE	2405	6487	
2659950	Lenzerheide	lenzerheide	CH		2610	Europe/Zurich	46.72215	9.55905	1473	Lai,Lencerkhajde,Lenzerheide,Lenzerheide/Lai,Ленцерхайде,Ленцерхајде		GR	1841	3506	
2659953	Lenz	lenz	CH		484	Europe/Zurich	46.68413	9.5627		Lansch,Lantsch,Lantsch/Lenz,Lenz		GR	1841	3513	
2659956	Lenk	lenk	CH		2268	Europe/Zurich	46.45826	7.44298		Lenk im Simmental		BE	248	792	
2659957	Lengnau	lengnau	CH		7336	Europe/Zurich	47.18155	7.36814		Lengnau,Lengnau BE,Lengnau bei Biel,Lengnau i Bern,Longeau,lun nao,Ленгнау,倫瑙		BE	242	387	
2659961	Lelin	lelin	CH		0	Europe/Zurich	46.93333	7.96667				LU	316	1010	
2659962	Lelgio	lelgio	CH		0	Europe/Zurich	46.08511	8.97042				TI	2105	5226	
2659965	Leis	leis	CH		0	Europe/Zurich	46.60914	9.16494		Leis		GR	1850	3603	
2659966	Leimbach	leimbach	CH		0	Europe/Zurich	47.56114	9.18806		Leimbach,Leimbach TG		TG	2015	4911	
2659970	Le Fays	le-fays	CH		0	Europe/Zurich	46.0749	7.02988				VS	2307	6137	
2659974	Le Chenit	le-chenit	CH		4062	Europe/Zurich	46.60688	6.23062		Lo Chenit,lei she ni,勒舍尼		VD	2224	5872	
2659976	Le Châtelard	le-chatelard	CH		353	Europe/Zurich	46.50242	6.69877		Chatelard,Châtelard,Shatlar,Шатлар		VD	2226	5606	
2659978	Le Chalet-à-Gobet	le-chalet-a-gobet	CH		0	Europe/Zurich	46.56488	6.69325		Chalet a Gobet,Chalet à Gobet,Saint Chalet a Gobet,Saint Chalet á Gobet		VD	2225	5586	
2659979	Le Châble	le-chable	CH		0	Europe/Zurich	46.07978	7.21192				VS	2303	6037	
2659987	Lavey	lavey	CH		0	Europe/Zurich	46.2213	7.01477		Lavey-Village		VD	2221	5406	
2660059	La Fouly	la-fouly	CH		0	Europe/Zurich	45.93358	7.09769		La Fouly		VS	2303	6034	
2660060	La Forclaz	la-forclaz	CH		0	Europe/Zurich	46.35066	7.06893		La Forclaz		VD	2221	5410	
2659998	Laupen	laupen	CH		2774	Europe/Zurich	46.90214	7.23973		Laupen,Laupen BE,Laupen i Bern,lao peng,lwpan  brn,raupen,Лаупен,لوپان، برن,ラウペン,勞彭		BE	246	667	
2660005	Lauenen	lauenen	CH		0	Europe/Zurich	46.42437	7.3217		Lauehnen,Lauenen,Lauenen b. Gstaad,lao en en,Лауэнен,勞恩恩		BE	248	842	
2660009	La Tour	la-tour	CH		0	Europe/Zurich	46.09815	7.50574		La Tour		VS	2305	6083	
2660013	La Sagne	la-sagne	CH		988	Europe/Zurich	47.04591	6.80946		la sa nie,拉薩涅		NE	2402	6423	
2660014	Larsi	larsi	CH		0	Europe/Zurich	46.36667	7.6		Larsi,Los,Lös		VS	2306	6109	
2660015	La Rösa	la-roesa	CH		0	Europe/Zurich	46.40107	10.06691		La Rosa,La Rösa		GR	1842	3561	
2660016	La Roche	la-roche	CH		1405	Europe/Zurich	46.6962	7.13721		La Roche,La Roche FR,la luo shen,拉羅什		FR	1003	2149	
2660018	La Reuchenette	la-reuchenette	CH		0	Europe/Zurich	47.19047	7.24663		Reuchenette		BE	241	450	
2660019	Laret	laret	CH		0	Europe/Zurich	46.85	9.85				GR	1849	3851	
2660020	Laret	laret	CH		0	Europe/Zurich	46.32125	9.59027				GR	1846	3792	
2660021	La Redoute	la-redoute	CH		0	Europe/Zurich	46.38333	6.23333		La Redoute,Redoute		VD	2228	5724	
2660023	La Praille	la-praille	CH		0	Europe/Zurich	46.18209	6.13355				GE	2500	6608	
2660025	La Perreyre	la-perreyre	CH		0	Europe/Zurich	46.06667	7.28255		Alpe de Peryeire,La Perreyre		VS	2303	6037	
2660026	Lannaz	lannaz	CH		0	Europe/Zurich	46.12067	7.4774		Lana,Lanna,Lannaz		VS	2305	6083	
2660030	Langnau / Langnau (Dorf)	langnau-langnau-dorf	CH		4745	Europe/Zurich	47.28643	8.53627		Langnau (Dorf)		ZH	106	136	
2660031	Langnau	langnau	CH		0	Europe/Zurich	47.23002	7.96308		Langnau,Langnau b. Reiden		LU	315	1140	
2660032	Langnau	langnau	CH		8784	Europe/Zurich	46.93936	7.78738		Langnau,Langnau im Emmental	245	BE	245	902	
2660035	Längenschachen	langenschachen	CH		0	Europe/Zurich	46.72607	7.68036				BE	247	934	
2660040	Landquart Fabriken	landquart-fabriken	CH		0	Europe/Zurich	46.95573	9.56026				GR	1845	3955	
2660044	Landbrugg	landbrugg	CH		0	Europe/Zurich	46.94483	8.00724				LU	316	1008	
2660045	Landarenca	landarenca	CH		0	Europe/Zurich	46.31819	9.11113		Landarenca		GR	1847	3837	
2660047	La Monta	la-monta	CH		0	Europe/Zurich	46.03191	7.48624		La Monta		VS	2305	6083	
2660048	La Méreune	la-mereune	CH		0	Europe/Zurich	46.16074	7.06449		La Mereune,La Méreune		VS	2310	6212	
2660052	Lajoux	lajoux	CH		668	Europe/Zurich	47.27893	7.13726		Lajoux,Lajoux JU,Lajoux i Sveits,la ru,拉茹		JU	2602	6750	
2660055	La Gouille	la-gouille	CH		0	Europe/Zurich	46.05359	7.48979		La Gouille		VS	2305	6083	
2660056	La Giète Délé	la-giete-dele	CH		0	Europe/Zurich	46.30739	7.43372		Dele,Delé,La Giete Dele,La Giète Délé		VS	2305	6082	
2660061	La Fontaine	la-fontaine	CH		0	Europe/Zurich	46.25312	7.29476		Fontaine,La Fontaine		VS	2302	6023	
2660065	Ladils	ladils	CH		0	Europe/Zurich	46.92952	9.43853				SG	1725	3294	
2660066	Ladholz	ladholz	CH		0	Europe/Zurich	46.53849	7.58121				BE	249	563	
2660067	La Dernier	la-dernier	CH		0	Europe/Zurich	46.70632	6.35542				VD	2224	5764	
2660069	La Crettaz	la-crettaz	CH		0	Europe/Zurich	46.16667	7.43333		Creta		VS	2305	6087	
2660070	La Coulouvrenière	la-coulouvreniere	CH		0	Europe/Zurich	46.20277	6.13689		Coulouvreniere,Coulouvrenière		GE	2500	6621	
2660075	Lachen	lachen	CH		6685	Europe/Zurich	47.19224	8.85324		Lachen,Lachen SZ,Lakhen,lshan  shwyyz,Лахен,لشان، شوئیز	505	SZ	505	1344	
2660082	La Balmaz	la-balmaz	CH		0	Europe/Zurich	46.15808	7.02928				VS	2310	6213	
2660083	Laax	laax	CH		1252	Europe/Zurich	46.80452	9.25787		Laax,Laax bei Ilanz,Laks,Nagens,la ke si,lagseu,Лакс,拉克斯,락스		GR	1850	3575	
2660085	Küttigkofen	kuettigkofen	CH		241	Europe/Zurich	47.15138	7.51551				SO	1103	2465	
2660088	Küssnacht	kussnacht	CH		11777	Europe/Zurich	47.08557	8.44206		Chussenachus,Kjusnakht-am-Rigi,Kuessnacht,Kuessnacht SZ,Kuessnacht am Rigi,Kussnacht,Kussnacht am Rigi,Küssnacht,Küssnacht SZ,Küssnacht am Rigi,bkhsh kwsnkt,ksnakht,Кюснахт-ам-Риги,Кюснахт-ам-Рігі,بخش کوسنکت,کسناخت	504	SZ	504	1331	
2660089	Küsnacht	kuesnacht	CH		11525	Europe/Zurich	47.31805	8.58401		Cussenachus,Kjusnakht,Kuesnacht,Kuesnacht ZH,Küsnacht,Küsnacht ZH,kwsnakht,qu si na he te,Кюснахт,کوسناخت,屈斯納赫特		ZH	107	154	
2660092	Kumma	kumma	CH		0	Europe/Zurich	46.75	9.78333				GR	1849	3851	
2660094	Kulm	kulm	CH		0	Europe/Zurich	46.84738	8.59588				UR	400	1206	
2660096	Kuenz	kuenz	CH		0	Europe/Zurich	47.18333	8.56667		Kuenz,Kuoni,Kuonz		ZG	900	1704	
2660097	Küblis	kueblis	CH		836	Europe/Zurich	46.91446	9.77929		Cuvlignas,Kjublis,Kublis,Kueblis,Küblis,qu bu li si,Кюблис,屈布利斯		GR	1849	3882	
2660100	Kröschenbrunnen	kroeschenbrunnen	CH		0	Europe/Zurich	46.91025	7.87831				LU	316	1010	
2660102	Kronbühl	kronbuhl	CH		0	Europe/Zurich	47.45955	9.3952		Kronbuhl bei Sankt Gallen,Kronbühl bei Sankt Gallen		SG	1721	3204	
2660106	Kriegsmatte	kriegsmatte	CH		0	Europe/Zurich	46.78333	9.88333		Kriegmatte,Kriegsmatte		GR	1849	3851	
2660110	Kreuzbrücke	kreuzbrucke	CH		0	Europe/Zurich	46.95	7.8				BE	245	902	
2660111	Krautmettli	krautmettli	CH		0	Europe/Zurich	46.71746	8.05215				BE	250	573	
2660116	Konolfingen Dorf	konolfingen-dorf	CH		0	Europe/Zurich	46.88824	7.62889		Konolfingen		BE	246	612	
2660198	Kalchrain	kalchrain	CH		0	Europe/Zurich	47.61142	8.88951		Kalchrain		TG	2012	4821	
2660119	Köniz	koeniz	CH		37196	Europe/Zurich	46.92436	7.41457		Chunicis,K'onic,Kenic,Kjonic,Koeniz,Köniz,ke ni ci,kenittsu,kwnyz,kwynz,Кениц,Кьониц,Кёниц,كوينز,کونیز,ケーニッツ,克尼茨		BE	246	355	
2660126	Klusi	klusi	CH		0	Europe/Zurich	46.66667	7.53333				BE	249	763	
2660128	Klosters Serneus	klosters-serneus	CH		4044	Europe/Zurich	46.88918	9.83826		Serneus,Serneus Dorf		GR	1849	3871	
2660129	Klosters Platz	klosters-platz	CH		0	Europe/Zurich	46.86881	9.88151		Claustra,Klosters,Klosters Platz		GR	1849	3871	
2660142	Kleinhüningen	kleinhuningen	CH		0	Europe/Zurich	47.58379	7.5928				BS	1200	2701	
2660143	Kleinhöchstetten	kleinhoechstetten	CH		0	Europe/Zurich	46.90267	7.53207	550			BE	246	623	
2660148	Kleinbasel	kleinbasel	CH		0	Europe/Zurich	47.56408	7.5949				BS	1200	2701	
2660153	Kirchdorf	kirchdorf	CH		775	Europe/Zurich	46.82085	7.54847		Kirchdorf,Kirchdorf BE,Kirchdorf i kantonen Bern,Kirkhdorf,ji er he duo fu,Кирхдорф,基爾赫多夫		BE	246	872	
2660154	Kirch-Dinhard	kirchdinhard	CH		73	Europe/Zurich	47.55408	8.77641				ZH	110	216	
2660155	Kirchberg	kirchberg	CH		8127	Europe/Zurich	47.41159	9.0402		Kirchberg,Kirchberg SG,Kirkhberg,ji er he bei ge,Кирхберг,基爾赫貝格		SG	1727	3392	
2660156	Kirchberg	kirchberg	CH		5335	Europe/Zurich	47.08538	7.58288		Kirchberg BE,Kirchberg i Bern,Kirkhberg,ji er he bei ge,Кирхберг,基爾赫貝格		BE	245	412	
2660159	Kinzeralp	kinzeralp	CH		0	Europe/Zurich	46.91667	8.73333				UR	400	1205	
2660161	Kilchberg	kilchberg	CH		6511	Europe/Zurich	47.32438	8.54548		Kil'khberg,Kilchberg,Kilchberg ZH,Kilchberg i Zuerich,Kilchberg i Zürich,ji xi bo ge,Кильхберг,基希伯格		ZH	106	135	
2660166	Kienholz	kienholz	CH		0	Europe/Zurich	46.75158	8.04839				BE	250	573	
2660167	Kien	kien	CH		0	Europe/Zurich	46.61436	7.68551		Kien		BE	249	567	
2660174	Kempttal	kempttal	CH		169	Europe/Zurich	47.4472	8.70443		Kemptthal		ZH	108	176	
2660175	Kemmeribodenbad	kemmeribodenbad	CH		0	Europe/Zurich	46.80195	7.93552		Kemmeriboden,Kemmeribodenbad		BE	245	906	
2660178	Kefikon	kefikon	CH		52	Europe/Zurich	47.54888	8.83073				ZH	110	298	
2660180	Kästris	kaestris	CH		0	Europe/Zurich	46.78333	9.21667		Kastris,Kästris		GR	1850	3582	
2660182	Käserstatt	kaserstatt	CH		0	Europe/Zurich	46.40787	8.17103				VS	2304	6056	
2660183	Käsern	kaesern	CH		0	Europe/Zurich	46.99573	8.94076				GL	800	1632	
2660186	Käppeli	kaeppeli	CH		0	Europe/Zurich	46.98439	7.23516		Kappeli,Käppeli		BE	243	304	
2660188	Kappel	kappel	CH		0	Europe/Zurich	47.26891	9.11622	630			SG	1727	3352	
2660189	Kappel	kappel	CH		211	Europe/Zurich	47.22811	8.52727		Kappel,Kappel am Albis		ZH	101	6	
2660197	Kalchstätten	kalchstatten	CH		0	Europe/Zurich	46.77377	7.31424				BE	246	852	
2660199	Kalberhöni	kalberhoni	CH		0	Europe/Zurich	46.46104	7.24531				BE	248	843	
2660201	Kaiserstuhl	kaiserstuhl	CH		373	Europe/Zurich	47.56805	8.41757		Kaiserstuhl		AG	1911	4308	
2660202	Kaiserstuhl	kaiserstuhl	CH		0	Europe/Zurich	46.81381	8.17205				OW	600	1405	
2660224	Jerisberghof	jerisberghof	CH		0	Europe/Zurich	46.95852	7.21355		Jerisberg		BE	246	662	
2660227	Jeli	jeli	CH		0	Europe/Zurich	46.93311	9.5124				GR	1845	3946	
2660232	Jaggisbachau	jaggisbachau	CH		0	Europe/Zurich	46.96396	7.31466				BE	246	663	
2660233	Kartause Ittingen	kartause-ittingen	CH		0	Europe/Zurich	47.58343	8.86604		Ehemalige Kartause Ittingen,Ittingen,Kartause Ittingen		TG	2012	4621	
2660235	Itravers	itravers	CH		0	Europe/Zurich	46.24912	7.48883		Itravers		VS	2311	6238	
2660236	Issert	issert	CH		0	Europe/Zurich	46.00249	7.12554		Issert,Ville d'Issert,Ville d’Issert		VS	2303	6034	
2660239	Isola	isola	CH		0	Europe/Zurich	46.41286	9.73956		Isola		GR	1846	3792	
2660241	Isleten	isleten	CH		0	Europe/Zurich	46.92038	8.59281		Isleten		UR	400	1211	
2660247	Pfäffikon / Irgenhausen	pfaeffikon-irgenhausen	CH		2032	Europe/Zurich	47.3624	8.79265		Irgenhausen,Irgenhusen		ZH	108	177	
2660257	Inner Praden	inner-praden	CH		0	Europe/Zurich	46.82463	9.58634		Inner Praden,Praden bei Chur		GR	1848	3932	
2660258	Inner Hof	inner-hof	CH		0	Europe/Zurich	46.76414	9.3644				GR	1850	3672	
2660260	Innercamana	innercamana	CH		0	Europe/Zurich	46.65855	9.28254				GR	1850	3672	
2660261	Ingenbohl	ingenbohl	CH		7967	Europe/Zurich	46.9988	8.61529		Ingenbohl,Ingenbol',Ингенболь		SZ	506	1364	
2660267	Im Kloster	im-kloster	CH		0	Europe/Zurich	46.72448	7.2957		Im Kloster,Kloster		FR	1006	2299	
2660270	Illiswil	illiswil	CH		0	Europe/Zurich	46.97422	7.33925				BE	246	360	
2660273	Il Fuorn	il-fuorn	CH		0	Europe/Zurich	46.66422	10.21032		Fuorn,Il Fuorn		GR	1843	3746	
2660213	Juf	juf	CH	7448	0	Europe/Zurich	46.44527	9.57947		Juf		GR	1851	3681	
2660278	Iffigenalp	iffigenalp	CH		0	Europe/Zurich	46.40036	7.44163		Iffigen,Iffigenalp		BE	248	792	
2660283	Hüttenberg	huttenberg	CH		0	Europe/Zurich	46.93333	6.53333				NE	2406	6512	
2660285	Husen	husen	CH		0	Europe/Zurich	46.71841	8.57311				UR	400	1220	
2660288	Hunzigenbrügg	hunzigenbrugg	CH		0	Europe/Zurich	46.88333	7.53333		Hunzigenbrugg,Hunzigenbrügg,Hunzikenbrucke,Hunzikenbrücke		BE	246	861	
2660294	Hundwald	hundwald	CH		0	Europe/Zurich	46.88859	8.55406				UR	400	1211	
2660295	Hulftegg	hulftegg	CH		0	Europe/Zurich	47.36332	8.9672		Hulftegg		SG	1727	3394	
2660302	Hornkessel	hornkessel	CH		0	Europe/Zurich	46.48333	7.31667				BE	248	843	
2660306	Zürich (Kreis 10) / Höngg	zuerich-kreis-10-hoengg	CH		17117	Europe/Zurich	47.40313	8.4971		Hoengg,Höngg		ZH	112	261	
2660310	Holzhostatt	holzhostatt	CH		0	Europe/Zurich	46.8	8.43333				OW	600	1402	
2660312	Hollerbiel	hollerbiel	CH		0	Europe/Zurich	46.15414	7.92911		Hollerbiel,Hollerbuhl,Hollerbühl		VS	2313	6289	
2660313	Holderbank	holderbank	CH		691	Europe/Zurich	47.33315	7.75257		Holderbank,Holderbank SO,Holderbank i Solothurn,Khol'derbank,huo de ban ke,Хольдербанк,霍德班克		SO	1102	2425	
2660315	Hohfluh	hohfluh	CH		0	Europe/Zurich	46.75261	8.1705		Hasliberg Hohfluh,Hohfluh		BE	250	783	
2660323	Hohenhaus	hohenhaus	CH		0	Europe/Zurich	46.45	9.46667		Beim Hohenhaus,Hohenhaus		GR	1851	3681	
2660324	Hofstetten	hofstetten	CH		52	Europe/Zurich	47.47242	8.85401		Hofstetten,Hofstetten ZH		ZH	110	294	
2660325	Hofstetten	hofstetten	CH		0	Europe/Zurich	47.47672	7.51585				SO	1104	2476	
2660326	Thayngen, Hofen	thayngen-hofen	CH		136	Europe/Zurich	47.78242	8.67637	535			SH	1402	2920	
2660327	Hof	hof	CH		0	Europe/Zurich	47.46874	9.51463		Hof		SG	1722	3216	
2660335	Hittnau / Hittnau (Dorf)	hittnau-hittnau-dorf	CH		1502	Europe/Zurich	47.36334	8.82418		Hittnau,Hittnau (Dorf)		ZH	108	173	
2660337	Hirschhorn	hirschhorn	CH		0	Europe/Zurich	46.77564	7.38375				BE	246	853	
2660339	Hinter Wallegg	hinter-wallegg	CH		0	Europe/Zurich	46.40094	7.23896				BE	248	841	
2660342	Hinter Netschbühl	hinter-netschbuhl	CH		0	Europe/Zurich	46.88333	7.76667				BE	245	901	
2660343	Hinterlochen	hinterlochen	CH		0	Europe/Zurich	47.46178	9.55056		Hinterlochen		AR	1503	3038	
2660345	Hinter Horbis	hinter-horbis	CH		0	Europe/Zurich	46.83208	8.43259				OW	600	1402	
2660347	Hintere-Windspillen	hintere-windspillen	CH		0	Europe/Zurich	46.4	7.3				BE	248	841	
2660348	Hinterdorf	hinterdorf	CH		0	Europe/Zurich	46.97499	9.15982				GL	800	1631	
2660408	Haslen	haslen	CH		638	Europe/Zurich	47.36931	9.36752		Haslen,Haslen AI	1600	AI	1600	3104	
2660356	Herzberg	herzberg	CH		0	Europe/Zurich	47.43648	8.04697				AG	1901	4004	
2660357	Hertenstein	hertenstein	CH		0	Europe/Zurich	47.48714	8.31154				AG	1902	4038	
2660358	Hertenstein	hertenstein	CH		0	Europe/Zurich	47.02692	8.40364		Hertenstein,Khertenshtejn,Хертенштейн		LU	312	1069	
2660366	Hergiswil	hergiswil	CH		0	Europe/Zurich	47.08498	7.95799		Hergiswil,Hergiswil b. Willisau		LU	315	1132	
2660367	Hergiswil	hergiswil	CH		5437	Europe/Zurich	46.98429	8.30944		Hergensvilis,Hergiswil,Hergiswil NW,Khergisvil',Хергисвиль		NW	700	1507	
2660368	Hergersboden	hergersboden	CH		0	Europe/Zurich	46.88702	8.89907				UR	400	1218	
2660374	Schaffhausen-Herblingen	schaffhausen-herblingen	CH		0	Europe/Zurich	47.7242	8.66293		Herblingen		SH	1403	2939	
2660384	Hellbühl	hellbuehl	CH		0	Europe/Zurich	47.07075	8.19909		Hellbuhl,Hellbühl		LU	312	1062	
2660385	Heitmannsegg	heitmannsegg	CH		0	Europe/Zurich	46.87528	8.80117				UR	400	1219	
2660393	Heidbühl	heidbuhl	CH		0	Europe/Zurich	46.87247	7.80105				BE	245	901	
2660394	Oberwinterthur (Kreis 2) / Hegi	oberwinterthur-kreis-2-hegi	CH		1539	Europe/Zurich	47.50716	8.77057		Hegi		ZH	110	230	
2660398	Hauterive	hauterive	CH		0	Europe/Zurich	46.75952	7.0927		Altaripa,Hauterive FR,Hauterive i Fribourg,Hauterize,ao te li fu,奧特里夫		FR	1004	2233	
2660400	Hausen am Albis / Hausen (Dorf)	hausen-am-albis-hausen-dorf	CH		3253	Europe/Zurich	47.24496	8.53299	620	Hausen,Hausen (Dorf),Hausen am Albis		ZH	101	4	
2660401	Hausen	hausen	CH		0	Europe/Zurich	46.73548	8.16846				BE	250	785	
2660407	Hasli	hasli	CH		0	Europe/Zurich	46.67098	7.65166				BE	249	769	
2660409	Hasle	hasle	CH		0	Europe/Zurich	47.01436	7.65112		Hasle,Hasle b. Burgdorf,Hasle-Ruegsau,Hasle-Rüegsau		BE	245	406	
2660410	Hasle	hasle	CH		1725	Europe/Zurich	46.97787	8.05326		Hasle,Hasle LU,Hasle i Luzern,Khasle,ha si lei,Хасле,哈斯勒		LU	316	1005	
2660412	Hannigalp	hannigalp	CH		0	Europe/Zurich	46.20632	7.86719		Alpe Hannig,Hannigalp		VS	2313	6285	
2660413	Handegg	handegg	CH		0	Europe/Zurich	46.61233	8.30723		Handeck,Handegg		BE	250	782	
2660414	Hämikon	haemikon	CH		451	Europe/Zurich	47.23839	8.2764				LU	313	1030	
2660419	Halen	halen	CH		0	Europe/Zurich	46.97346	7.41749				BE	246	354	
2660427	Hagenbuch	hagenbuch	CH		757	Europe/Zurich	47.52035	8.8892		Hagenbuch ZH		ZH	110	220	
2660431	Gwatt	gwatt	CH		0	Europe/Zurich	46.72044	7.62226		Gwatt,Gwatt (Thun)		BE	247	942	
2660434	Gütsch	gutsch	CH		0	Europe/Zurich	46.46971	7.44727		Gutsch,Gütsch		BE	248	792	
2660438	Gurnigelbad	gurnigelbad	CH		0	Europe/Zurich	46.76211	7.44467		Gurnigel,Gurnigelbad		BE	246	879	
2660440	Guraletsch	guraletsch	CH		0	Europe/Zurich	46.58333	9.13333		Alt Guraletsch,Guraletsch		GR	1850	3603	
2660447	Gummeli	gummeli	CH		0	Europe/Zurich	46.41631	7.39414				BE	248	792	
2660449	Gumegna	gumegna	CH		0	Europe/Zurich	46.36779	9.24328		Gumegna,Monte Gumegna		GR	1847	3822	
2660454	Guévaux	guevaux	CH		0	Europe/Zurich	46.9383	7.05673		Guevaux,Guévaux		VD	2222	5464	
2660458	Gsteig	gsteig	CH		946	Europe/Zurich	46.66509	7.87299				BE	250	587	
2660459	Gsteig	gsteig	CH		0	Europe/Zurich	46.38585	7.26751		Gsteig,Gsteig b. Gstaad		BE	248	841	
2660465	Grüsch	gruesch	CH		1243	Europe/Zurich	46.97965	9.64639		Crusch,Grjush,Gruesch,Grusch,Grüsch,ge lu shi,Грюш,格呂施		GR	1849	3961	
2660467	Grundbach	grundbach	CH		0	Europe/Zurich	46.7696	7.48824				BE	247	886	
2660468	Grund	grund	CH		0	Europe/Zurich	46.70295	8.22889				BE	250	784	
2660469	Grund	grund	CH		0	Europe/Zurich	46.45158	7.27776		Grund b. Gstaad		BE	248	843	
2660479	Gross Höchstetten	gross-hochstetten	CH		0	Europe/Zurich	46.90671	7.63782		Grosshoechstetten,Grosshöchstetten		BE	246	608	
2660480	Gross Gurmels	gross-gurmels	CH		0	Europe/Zurich	46.89269	7.1716		Gross Gurmels,Gurmels		FR	1005	2262	
2660489	Andelfingen	grossandelfingen	CH		1328	Europe/Zurich	47.59447	8.67826		Andelfingen	102	ZH	102	30	
2660490	Grossalpen	grossalpen	CH		0	Europe/Zurich	46.71667	9.85				GR	1849	3851	
2660496	Grodoey	grodoey	CH		0	Europe/Zurich	46.50836	7.39543		Grodei,Grodoey		BE	248	793	
2660497	Griosch	griosch	CH		0	Europe/Zurich	46.87917	10.33156		Griosch		GR	1843	3764	
2660499	Grindelfeld	grindelfeld	CH		0	Europe/Zurich	46.69412	8.13527				BE	250	786	
2660502	Grimmialp	grimmialp	CH		0	Europe/Zurich	46.57361	7.48695		Grimmialp,Kurhaus,Kurhaus Grimmialp,Kurheim-Grimmialp		BE	249	762	
2660505	Griesalp	griesalp	CH		0	Europe/Zurich	46.54744	7.76142		Griesalp		BE	249	567	
2660506	Gribbio	gribbio	CH		0	Europe/Zurich	46.4556	8.80726				TI	2103	5072	
2660523	Gränichen	graenichen	CH		6557	Europe/Zurich	47.3593	8.10243		Granichen,Grenikhen,Gränichen,ge lei ni xing,Гренихен,格雷尼興	4006	AG	1901	4006	
2660524	Granges	granges	CH		0	Europe/Zurich	46.26176	7.46753		Granges,Granges-pres-Sion,Granges-près-Sion		VS	2311	6248	
2660526	Granges	granges	CH		617	Europe/Zurich	46.76233	6.88808		Granges-pres-Marnand,Granges-près-Marnand		VD	2222	5831	
2660531	Grand-Savagnier	grand-savagnier	CH		1116	Europe/Zurich	47.05101	6.95489		Grand-Savagnier		NE	2405	6487	
2660548	Gottefrey	gottefrey	CH		0	Europe/Zurich	46.15052	7.17172				VS	2307	6141	
2660549	Gossau	gossau	CH		17043	Europe/Zurich	47.41551	9.25482		Cozesaua,Gosau,Gossau,Gossau SG,ge shao,Госау,Госсау,گوسو، سن‌گلان,戈紹		SG	1721	3443	
2660550	Gossau	gossau	CH		4287	Europe/Zurich	47.3051	8.75831		Gosauo ZH,Gosaŭo ZH,Gossau,Gossau ZH,Gossau i Zuerich,Gossau i Zürich,ge shao,Госсау,戈紹		ZH	105	115	
2660551	Göslikon	goeslikon	CH		0	Europe/Zurich	47.37234	8.30513		Goslikon,Göslikon		AG	1903	4067	
2660552	Göscheneralp	goescheneralp	CH		0	Europe/Zurich	46.65	8.48333		Goschenenalp,Gosheneralp,Göschenenalp,Gösheneralp		UR	400	1208	
2660570	Goldswil	goldswil	CH		0	Europe/Zurich	46.69666	7.87807		Goldswil,Goldswil b. Interlaken		BE	250	590	
2660571	Goldiwil	goldiwil	CH		0	Europe/Zurich	46.76404	7.67057		Goldiwil,Goldiwil (Thun)		BE	247	940	
2660582	Gletsch	gletsch	CH		0	Europe/Zurich	46.56226	8.36196		Gletsch		VS	2304	6076	
2660588	Glattenberg	glattenberg	CH		0	Europe/Zurich	46.58328	9.36553				GR	1851	3695	
2660589	Glattburg	glattburg	CH		0	Europe/Zurich	47.42952	9.185		Glattburg		SG	1728	3424	
2660597	Glaris	glaris	CH		0	Europe/Zurich	46.74524	9.77596		Davos Glaris,Glaris		GR	1849	3851	
2660605	Girenbad	girenbad	CH		13	Europe/Zurich	47.45216	8.8466		Girenbad Seelmatten,Girenbad-matten,Gyrenbad ob Turbenthal		ZH	110	228	
2660606	Girenbad	girenbad	CH		156	Europe/Zurich	47.30954	8.87055		Gyrenbad		ZH	105	117	
2660619	Giessbach	giessbach	CH		0	Europe/Zurich	46.7351	8.02423				BE	250	573	
2660620	Giebel	giebel	CH		0	Europe/Zurich	46.49433	7.44187				BE	248	792	
2660621	Gidisdorf	gidisdorf	CH		0	Europe/Zurich	46.7	8.03333		Gidisdorf,Gydisdorf		BE	250	573	
2660624	Gheiba	gheiba	CH		0	Europe/Zurich	46.42861	8.59769				TI	2108	5323	
2660630	Gerschnialp	gerschnialp	CH		0	Europe/Zurich	46.81667	8.41667				OW	600	1402	
2660632	Gerra	gerra	CH		0	Europe/Zurich	46.31709	8.80134		Gerra,Gerra (Verzasca),Gerra-Verzasca		TI	2104	5138	
2660633	Gerra	gerra	CH		0	Europe/Zurich	46.12311	8.79026		Gerra (Gambarogno)		TI	2104	5398	
2660634	Gerliswil	gerliswil	CH		0	Europe/Zurich	47.07885	8.26607				LU	313	1024	
2660638	Geristein	geristein	CH		0	Europe/Zurich	46.99337	7.52443				BE	246	352	
2660640	Geretsried	geretsried	CH		0	Europe/Zurich	46.88235	7.33128				FR	1006	2308	
2660641	Genthalhütten	genthalhutten	CH		0	Europe/Zurich	46.736	8.28268		Gentalhutten,Gentalhütten,Genthalalp,Genthalhutten,Genthalhütten		BE	250	784	
2660653	Gemmipass	gemmipass	CH		0	Europe/Zurich	46.39757	7.61405		Gemmi Passhohe,Gemmi Passhöhe,Gemmipass		VS	2306	6111	
2660573	Goldau	goldau	CH	6410	5285	Europe/Zurich	47.04761	8.54616				SZ	506	1362	
2660666	Gänsbrunnen	gaensbrunnen	CH		81	Europe/Zurich	47.26123	7.46856		Gensbrunnen,gen si bu lun nen,Генсбруннен,根斯布倫嫩		SO	1102	2430	
2660675	Galm	galm	CH		0	Europe/Zurich	46.35771	7.68151		Galm		VS	2306	6117	
2660678	Galgern	galgern	CH		0	Europe/Zurich	46.18623	7.89346				VS	2313	6282	
2660682	Gafien	gafien	CH		0	Europe/Zurich	46.96667	9.85				GR	1849	3891	
2660683	Gafarra	gafarra	CH		0	Europe/Zurich	47.00003	9.35881				SG	1725	3293	
2660692	Uors	uors	CH		0	Europe/Zurich	46.70202	9.18343		Furth,Uors,Uors (Lumnezia)		GR	1850	3618	
2660693	Fürstenaubruck	fuerstenaubruck	CH		0	Europe/Zurich	46.71186	9.45326		Furstenaubruck,Fürstenaubruck		GR	1851	3638	
2660695	Furggels	furggels	CH		0	Europe/Zurich	46.97925	9.5113		Furggels,Furkels		SG	1725	3294	
2660702	Full	full	CH		0	Europe/Zurich	47.61525	8.20559		Full		AG	1911	4313	
2660705	Fuhre	fuhre	CH		0	Europe/Zurich	46.48333	7.56667				BE	249	561	
2660708	Frunt	frunt	CH		0	Europe/Zurich	46.58249	9.11991		Frunt		GR	1850	3603	
2660709	Fruence	fruence	CH		0	Europe/Zurich	46.52156	6.90915	830			FR	1007	2325	
2660712	Froda	froda	CH		0	Europe/Zurich	46.4517	8.58786				TI	2108	5323	
2660713	Froda	froda	CH		0	Europe/Zurich	46.34858	8.77271				TI	2104	5399	
2660715	Fridau	fridau	CH		0	Europe/Zurich	47.33016	7.79866		Fridau,Friedau		SO	1101	2401	
2660720	Frenières	frenieres	CH		0	Europe/Zurich	46.26148	7.07099		Frenieres-sur-Bex,Frenières-sur-Bex		VD	2221	5402	
2660722	Freidorf	freidorf	CH		0	Europe/Zurich	47.53333	7.63333				BL	1301	2770	
2660723	Freiche	freiche	CH		0	Europe/Zurich	46.37712	8.25264				VS	2304	6054	
2660725	Frauenkirch	frauenkirch	CH		0	Europe/Zurich	46.76579	9.79749		Davos Frauenkirch		GR	1849	3851	
2660734	Foroglio	foroglio	CH		0	Europe/Zurich	46.37392	8.54709		Foroglio		TI	2108	5310	
2660736	Fornasette	fornasette	CH		0	Europe/Zurich	45.99282	8.789		Fornasette		TI	2105	5239	
2660737	Forna	forna	CH		0	Europe/Zurich	46.3	8.86667				TI	2104	5112	
2660738	Forel	forel	CH		0	Europe/Zurich	46.72887	6.82374		Forel-sur-Lucens		VD	2222	5675	
2660739	Forel	forel	CH		0	Europe/Zurich	46.54372	6.77269		Forel,Forel (Lavaux),Forel i Lavaux,fu lai lei,福莱勒		VD	2226	5805	
2660743	Fontana	fontana	CH		0	Europe/Zurich	46.77592	10.25897		Fontana		GR	1843	3762	
2660744	Fontana	fontana	CH		0	Europe/Zurich	46.51856	8.56062		Fontana		TI	2103	5061	
2660748	Flühli	fluehli	CH		1937	Europe/Zurich	46.88391	8.01558		Fljuli,Fluehli LU,Fluhli,Flühli,Flühli LU,fu lu li,Флюли,弗呂利		LU	316	1004	
2660750	Fluhalp	fluhalp	CH		0	Europe/Zurich	46.39894	7.66953				VS	2306	6111	
2660751	Flüelen	flueelen	CH		2000	Europe/Zurich	46.90478	8.62396		Fljuehlen,Fljuelen,Fljujlen,Flueelen,Flüelen,flwln,Флюелен,Флюйлен,Флюэлен,فلولن	1207	UR	400	1207	
2660752	Flüeli	flueli	CH		0	Europe/Zurich	46.87097	8.26734		Flueeli,Fluhli,Fluhli Ranft,Flüeli,Flühli,Flühli Ranft		OW	600	1406	
2660757	Flims	flims	CH		2536	Europe/Zurich	46.83705	9.28458		Flem,Flemme,Flims,Flims Dorf,fu li mu si,Флимс,弗利姆斯		GR	1844	3732	
2660763	Fläsch	flaesch	CH		626	Europe/Zurich	47.02567	9.51365		Flesh,fu lai shi,Флеш,弗萊施		GR	1845	3951	
2660772	Findeln bei Staldenreid	findeln-bei-staldenreid	CH		0	Europe/Zurich	46.2	7.91667		Findelen,Findeln,Findeln bei Staldenreid		VS	2313	6282	
2660777	Filderich	filderich	CH		0	Europe/Zurich	46.5452	7.50242				BE	249	762	
2660779	Fiesso	fiesso	CH		0	Europe/Zurich	46.49212	8.73477		Fiesso		TI	2103	5078	
2660782	Fideriser Alp Duranna	fideriser-alp-duranna	CH		0	Europe/Zurich	46.8665	9.79711		Duranna,Fideriser Alp Duranna,Fideriseralp		GR	1849	3881	
2660785	Feydey	feydey	CH		0	Europe/Zurich	46.34503	7.00973		Feydey,Le Feydey		VD	2221	5407	
2660793	Feschel	feschel	CH		0	Europe/Zurich	46.33093	7.6791				VS	2306	6117	
2660795	Ferret	ferret	CH		0	Europe/Zurich	45.91609	7.10574		Ferret,Ferrex		VS	2303	6034	
2660797	Fermelberg	fermelberg	CH		0	Europe/Zurich	46.51318	7.49013		Fermelberg,Fermellager,Fermelläger		BE	248	793	
2660801	Felsenau	felsenau	CH		0	Europe/Zurich	46.97235	7.44148				BE	246	351	
2660803	Feldmoos	feldmoos	CH		0	Europe/Zurich	47.46942	9.57063		Feldmoos		SG	1723	3235	
2660804	Feldmoos	feldmoos	CH		0	Europe/Zurich	46.6463	7.70642		Feldmoos,Feldmos		BE	250	784	
2660805	Feldmeilen	feldmeilen	CH		3732	Europe/Zurich	47.27873	8.62165				ZH	107	156	
2660806	Feldis	feldis	CH		126	Europe/Zurich	46.79422	9.43203		Feldis,Feldis/Veulden,Veulden		GR	1851	3673	
2660810	Feld	feld	CH		0	Europe/Zurich	46.37019	8.21305		Feld,Imfeld		VS	2304	6054	
2660811	Felben	felben	CH		0	Europe/Zurich	47.57914	8.94221		Felben,Felben-Wellhausen		TG	2012	4561	
2660818	Farvagny-le-Grand	farvagny-le-grand	CH		0	Europe/Zurich	46.7213	7.0654		Farvagny,Farvagny-le-Grand		FR	1004	2236	
2660820	Färnigen	farnigen	CH		0	Europe/Zurich	46.73466	8.52262		Farnigen,Fernigen,Färnigen		UR	400	1220	
2660823	Fankhaus	fankhaus	CH		0	Europe/Zurich	46.97063	7.91741		Fankhaus,Fankhaus (Trub)		BE	245	908	
2660824	Fang	fang	CH		0	Europe/Zurich	46.24187	7.57529		Fang		VS	2311	6252	
2660829	Faldum Alp	faldum-alp	CH		0	Europe/Zurich	46.3779	7.73915				VS	2309	6195	
2660833	Fahrni	fahrni	CH		722	Europe/Zurich	46.79401	7.65502		Fahrni,Fahrni b. Thun,Farni,fa er ni,Фарни,法爾尼		BE	247	925	
2660834	Fafleralp	fafleralp	CH		0	Europe/Zurich	46.43436	7.85514		Fafleralp		VS	2309	6192	
2660835	Faedo	faedo	CH		0	Europe/Zurich	46.38785	8.54293		Faedo		TI	2108	5310	
2660839	Exergillod	exergillod	CH		0	Europe/Zurich	46.33678	7.03932		Exergillod		VD	2221	5409	
2660847	Etzel	etzel	CH		0	Europe/Zurich	47.17796	8.76756		Etzel,Etzel-Kulm,Ober-Etzel		SZ	501	1301	
2660850	Petit-Savagnier	petit-savagnier	CH		0	Europe/Zurich	47.05519	6.95166		Petit-Savagnier,etit-Savagnier		NE	2405	6487	
2660852	Estavannens-Dessus	estavannens-dessus	CH		366	Europe/Zurich	46.56054	7.10193		Estavannens,Estavannens-Dessus		FR	1003	2162	
2660853	Estavannens Dessous	estavannens-dessous	CH		0	Europe/Zurich	46.56044	7.10252		Estavannens Dessous,Estavannens-Dessous		FR	1003	2162	
2660857	Eschlikon	eschlikon	CH		3425	Europe/Zurich	47.46361	8.96381		Ehshlikon,Eschlikon,Eschlikon TG,Eschlikon-Dorf,ai shi li kong,Эшликон,埃施利孔		TG	2014	4724	
2660860	Eschenbach	eschenbach	CH		9175	Europe/Zurich	47.23981	8.92156		Ehshenbakh,Eschenbach,Eschenbach SG,ai shen ba he,Эшенбах,埃申巴赫		SG	1726	3342	
2660861	Eschenbach	eschenbach	CH		0	Europe/Zurich	47.13076	8.3214		Ehshenbakh,Eschenbach,Eschenbach LU,Eschenbach i Luzern,ai shen ba he,Эшенбах,埃申巴赫		LU	313	1026	
2660862	Esch	esch	CH		0	Europe/Zurich	46.26337	7.87126		Esch,Im Esch		VS	2313	6299	
2660872	Erlenbach	erlenbach	CH		4519	Europe/Zurich	47.30298	8.59743		Ehrlenbakh,Erlenbach,Erlenbach ZH,Erlenbakh,e lun ba he,Ерленбах,Эрленбах,厄倫巴赫		ZH	107	151	
2660880	Épinassey	epinassey	CH		0	Europe/Zurich	46.19225	7.00808				VS	2310	6217	
2660881	Ependes	ependes	CH		1006	Europe/Zurich	46.75368	7.14609		Ependes,Ependes FR,ai pang de,Épendes,埃龐德		FR	1004	2238	
2660882	Ependes	ependes	CH		0	Europe/Zurich	46.7428	6.6081		Ependes,Ependes VD,Ependes i Vaud,ai pang de,Épendes,埃庞德		VD	2224	5914	
2660888	Entenmoos	entenmoos	CH		0	Europe/Zurich	46.76302	7.2533				FR	1006	2301	
2660889	Ensex	ensex	CH		0	Europe/Zurich	46.32372	7.1084		Ensex		VD	2221	5409	
2660891	Ennetegg	ennetegg	CH		0	Europe/Zurich	46.98333	8.01667				LU	316	1007	
2660894	En la Gottaz	en-la-gottaz	CH		0	Europe/Zurich	46.7	7.1		En la Gottaz,La Gottaz		FR	1003	2147	
2660903	Bern / Engehalde	bern-engehalde	CH		0	Europe/Zurich	46.9601	7.43843				BE	246	351	
2660905	Emosson	emosson	CH		0	Europe/Zurich	46.06667	6.91667		Emosson		VS	2310	6214	
2660906	Emmishofen	emmishofen	CH		0	Europe/Zurich	47.64978	9.16247				TG	2013	4671	
2660910	Emmenbrücke	emmenbruecke	CH		0	Europe/Zurich	47.08877	8.2721		Emmenbrucke,Emmenbrücke		LU	313	1024	
2660915	Elsigbach	elsigbach	CH		0	Europe/Zurich	46.52931	7.60609		Elsigbach		BE	249	563	
2660916	Elsau-Räterschen / Elsau (Dorf)	elsau-raeterschen-elsau-dorf	CH		324	Europe/Zurich	47.50549	8.80148		Elsau,Elsau (Dorf)		ZH	110	219	
2660922	Eison	eison	CH		0	Europe/Zurich	46.15376	7.46787		Eison (St-Martin)		VS	2305	6087	
2660940	Eggenschwand	eggenschwand	CH		0	Europe/Zurich	46.47625	7.66356				BE	249	565	
2660941	Egga	egga	CH		0	Europe/Zurich	46.80002	9.53172				GR	1848	3911	
2660942	Egg	egg	CH		4003	Europe/Zurich	47.29976	8.69032		Egg b. Zuerich,Egg b. Zürich		ZH	109	192	
2660947	Ecublens	ecublens	CH		10065	Europe/Zurich	46.60735	6.80895		Ecublens,Ecublens FR,Ecublens i Fribourg,ai ju bu lang,Écublens,埃居布朗		FR	1002	2072	
2660948	Ecône	econe	CH		0	Europe/Zurich	46.15618	7.20722		Econe,Ecône		VS	2307	6141	
2660952	Ebligen	ebligen	CH		0	Europe/Zurich	46.75245	7.99032				BE	250	589	
2660956	Eaux-Vives	eaux-vives	CH		0	Europe/Zurich	46.20389	6.15895		Eaux - Vives - Lac,Les Eaux-Vives		GE	2500	6621	
2660958	Dutjen	dutjen	CH		0	Europe/Zurich	46.76667	9.26667		Dutgien,Dutjen		GR	1850	3672	
2660961	Dürrenboden	durrenboden	CH		0	Europe/Zurich	46.94367	8.82949				SZ	506	1367	
2660963	Dürrboden	duerrboden	CH		0	Europe/Zurich	46.72077	9.92183				GR	1849	3851	
2660967	Duno	duno	CH		0	Europe/Zurich	46.2576	9.02498				TI	2101	5002	
2660977	Dreischübel	dreischubel	CH		0	Europe/Zurich	46.76667	7.83333				BE	247	924	
2660978	Dreiligass	dreiligass	CH		0	Europe/Zurich	46.77331	7.67678				BE	247	931	
2660984	Dranse	dranse	CH		0	Europe/Zurich	45.98903	7.18042		Dranse (Liddes)		VS	2303	6033	
2660987	Dornhaus	dornhaus	CH		0	Europe/Zurich	46.9494	9.02931				GL	800	1631	
2660988	Dornhalden	dornhalden	CH		0	Europe/Zurich	46.8	7.6				BE	247	928	
2660990	Dörfli	doerfli	CH		0	Europe/Zurich	46.81793	9.75268		Dorfji,Dorfli,Dörfji,Dörfli		GR	1848	3921	
2660996	Dompierre	dompierre	CH		687	Europe/Zurich	46.85208	6.99075	462			FR	1001	2053	
2660997	Dompierre	dompierre	CH		0	Europe/Zurich	46.70829	6.88313				VD	2222	5671	
2661001	Domat	domat	CH		6817	Europe/Zurich	46.83483	9.45075		Domat,Domat Ems,Domat/Ems,Ems	1844	GR	1844	3722	
2661007	Distel	distel	CH		0	Europe/Zurich	46.02018	7.9629		Distel,Distel Alp		VS	2313	6288	
2661008	Disla	disla	CH		0	Europe/Zurich	46.71138	8.87357		Disla		GR	1850	3982	
2661009	Disentis	disentis	CH		2193	Europe/Zurich	46.70341	8.8509		Disentis,Disentis/Muster,Disentis/Mustér,Muster,Mustér		GR	1850	3982	
2661012	Digg	digg	CH		0	Europe/Zurich	46.82404	9.35446		Digg		GR	1844	3734	
2661014	Dietlikon / Dietlikon (Dorf)	dietlikon-dietlikon-dorf	CH		6149	Europe/Zurich	47.41827	8.6188		Dietlikon,Dietlikon (Dorf)		ZH	103	54	
2661018	Diessbach	diessbach	CH		0	Europe/Zurich	47.1078	7.36122		Diessbach,Diessbach b. Bueren,Diessbach b. Büren		BE	243	385	
2661020	Diesbach	diesbach	CH		194	Europe/Zurich	46.94909	9.03093		Diesbach,Diesbach GL		GL	800	1631	
2661158	Clavadel	clavadel	CH		0	Europe/Zurich	46.76877	9.81519		Clavadel,Davos Clavadel		GR	1849	3851	
2661026	Diechtersmatt	diechtersmatt	CH		0	Europe/Zurich	46.83886	8.18933				OW	600	1403	
2661029	Devant	devant	CH		0	Europe/Zurich	46.43333	7.11667				VD	2230	5841	
2661034	Densbüren	densbueren	CH		758	Europe/Zurich	47.4526	8.0533		Densbjuren,Densburen,Densbüren,deng si bi lun,Денсбюрен,登斯比倫	4004	AG	1901	4004	
2661037	Deisswil	deisswil	CH		0	Europe/Zurich	46.95817	7.51413				BE	246	358	
2661039	Davos	davos	CH		11024	Europe/Zurich	46.80429	9.83723		Davos,Davosa,Davosas,Davosi,Tafaas,Tavau,Tavaus,ZDV,da wo si,dabhosa,daboseu,dabosu,dafws,davosi,dww  swyys,tavocu,Давос,דאבוס,دافوس,دوو، سوئیس,ڈیوس,ডাভোস,தாவோசு,დავოსი,ダボス,达沃斯,다보스		GR	1849	3851	
2661043	Dättwil	dattwil	CH		0	Europe/Zurich	47.45506	8.28474				AG	1902	4021	
2661048	Däniken	daniken	CH		0	Europe/Zurich	47.35397	7.98021		Daniken,Deniken,Däniken,de ni ken,Деникен,德尼肯		SO	1108	2572	
2661049	Dandrio	dandrio	CH		0	Europe/Zurich	46.44067	9.05377		Dandrio		TI	2102	5050	
2661054	Dailly	dailly	CH		0	Europe/Zurich	46.20744	7.0286				VD	2221	5406	
2661055	Dailley	dailley	CH		0	Europe/Zurich	46.24153	7.46098		Daillet,Dailley		VS	2311	6238	
2661064	Cugy	cugy	CH		1523	Europe/Zurich	46.81479	6.88888		Cugy FR,Cugy i Fribourg,qu ji,屈吉		FR	1001	2011	
2661065	Cugy	cugy	CH		0	Europe/Zurich	46.58624	6.64089		Cugy VD,ju ri,居日		VD	2223	5516	
2661070	Croce	croce	CH		0	Europe/Zurich	46.49284	8.81817				TI	2103	5072	
2661073	Crich	crich	CH		0	Europe/Zurich	46.4395	8.92171		Crich,Crico		TI	2102	5048	
2661075	Cresta	cresta	CH		0	Europe/Zurich	46.47273	9.51284		Cresta,Cresta (Avers)		GR	1851	3681	
2661076	Cressier	cressier	CH		0	Europe/Zurich	47.04907	7.03455		Cressier		NE	2404	6452	
2661077	Cressier	cressier	CH		0	Europe/Zurich	46.8979	7.14071				FR	1005	2257	
2661080	Crasta	crasta	CH		0	Europe/Zurich	46.41372	9.76444		Crasta,Fex-Crasta		GR	1846	3789	
2661083	Crans-sur-Sierre	crans-sur-sierre	CH		0	Europe/Zurich	46.3015	7.47156		Crans,Crans-sur-Sierre		VS	2311	6253	
2661085	Cra digl Lai	cra-digl-lai	CH		0	Europe/Zurich	46.60843	9.53512		Cra digl Lai,Cre digl Lai,Cré digl Lai		GR	1841	3543	
2661087	Couta	couta	CH		0	Europe/Zurich	46.12958	7.38787		Couta		VS	2305	6084	
2661102	Cottens	cottens	CH		358	Europe/Zurich	46.75224	7.03127		Cottens FR,ke tang,科唐		FR	1004	2186	
2661104	Cossonay	cossonay	CH		2795	Europe/Zurich	46.61443	6.50631		Cossonay-Ville,ke suo nai,kwswnh,کوسونه,科索奈		VD	2227	5477	
2661106	Corte Grande	corte-grande	CH		0	Europe/Zurich	46.40121	8.5013				TI	2108	5310	
2661107	Corte Grande	corte-grande	CH		0	Europe/Zurich	46.35	8.5				TI	2108	5310	
2661108	Corte	corte	CH		0	Europe/Zurich	46.46667	8.63333				TI	2108	5323	
2661109	Cortascio	cortascio	CH		0	Europe/Zurich	46.11667	8.66667				TI	2104	5097	
2661111	Corsier	corsier	CH		1699	Europe/Zurich	46.26297	6.22461		Corsiacum,Corsier GE,ke er xi ye,korujie,コルジエ,科尔西耶		GE	2500	6619	
2661114	Cornaux	cornaux	CH		1557	Europe/Zurich	47.0396	7.01872		Cornaux		NE	2404	6453	
2661118	Cordona	cordona	CH		0	Europe/Zurich	46.33138	7.55555		Cordona,Cordonaz		VS	2311	6253	
2661120	Corcelles	corcelles	CH		0	Europe/Zurich	47.28488	7.45242		Corcelles BE,Corcelles i Bern,Korsel',ke er sai lei,Корсель,科爾塞勒		BE	241	687	
2661122	Corcapolo	corcapolo	CH		0	Europe/Zurich	46.16946	8.67585		Corcapolo		TI	2104	5397	
2661130	Conters	conters	CH		0	Europe/Zurich	46.9019	9.79912		Conters,Conters im Praettigau,Conters im Prättigau,Cunter		GR	1849	3881	
2661134	Comprovasco	comprovasco	CH		0	Europe/Zurich	46.45631	8.93679		Comprovasco		TI	2102	5048	
2661135	Compesières	compesieres	CH		0	Europe/Zurich	46.15201	6.1196				GE	2500	6605	
2661136	Compatsch	compatsch	CH		0	Europe/Zurich	46.95963	10.40015		Compatsch,Samignun-Compatsch,Samnaun-Compatsch		GR	1843	3752	
2661141	Coltura	coltura	CH		0	Europe/Zurich	46.34355	9.58402		Coltura		GR	1846	3792	
2661142	Colovrex	colovrex	CH		0	Europe/Zurich	46.25608	6.13063				GE	2500	6606	
2661143	Colombier	colombier	CH		208	Europe/Zurich	46.96628	6.86478		Colombier NE,Colombier i Neuchatel,Colombier i Neuchâtel,ke long bi ye,科隆比耶		NE	2401	6416	
2661144	Colombier	colombier	CH		522	Europe/Zurich	46.55709	6.47284				VD	2227	5634	
2661150	Col des Roches	col-des-roches	CH		0	Europe/Zurich	47.03018	6.85051		Col des Roches,Le Col-des-Roches		NE	2405	6487	
2661162	Cinuskel	cinuskel	CH		0	Europe/Zurich	46.63333	10.01667				GR	1846	3788	
2661165	Ciernes-Picat	ciernes-picat	CH		0	Europe/Zurich	46.50529	7.17031		Ciernes-Picat,Les Siernes-Picats,Siernes Picats		VD	2230	5841	
2661166	Cierfs	cierfs	CH		0	Europe/Zurich	46.6261	10.33882		Cierfs,Cierfs-Orasom,Orasom Cierfs,Tschierv		GR	1843	3847	
2661170	Choindez	choindez	CH		0	Europe/Zurich	47.32102	7.37981				JU	2601	6708	
2661175	Chiavasco	chiavasco	CH		0	Europe/Zurich	46.43333	9.01667		Chiavasco,Ciavasco		TI	2102	5050	
2661178	Chézard-Saint-Martin	chezard-saint-martin	CH		1655	Europe/Zurich	47.06629	6.93332		Saint-Martin-Chezard,Saint-Martin-Chézard,xie zha er sheng ma ding,謝扎爾聖馬丁		NE	2405	6487	
2661187	Cheseaux	cheseaux	CH		3946	Europe/Zurich	46.58624	6.60587		Chesaux-sur-Lausanne,Cheseaux-sur-Lausanne		VD	2225	5582	
2661188	Chermignon-d'en Haut	chermignon-d-en-haut	CH		2773	Europe/Zurich	46.28844	7.47487		Chermignon,Chermignon-d'en Haut,Chermignon-d’en Haut		VS	2311	6253	
2661197	Chavannes	chavannes	CH		5454	Europe/Zurich	46.53005	6.57068		Chavannes-pres-Renens,Chavannes-près-Renens		VD	2229	5627	
2661199	Chaumont-de-Pury	chaumont-de-pury	CH		0	Europe/Zurich	47.02825	6.95623		Chaumont,Chaumont-de-Pury		NE	2404	6458	
2661202	Châtel-Saint-Denis	chatel-saint-denis	CH		5094	Europe/Zurich	46.52691	6.90083		Chatel-St-Denis,Chathel,Châtel-St-Denis,Châthél,sha tai lei sheng dan ni,沙泰勒聖但尼		FR	1007	2325	
2661204	Châteauneuf	chateauneuf	CH		0	Europe/Zurich	46.22318	7.33137				VS	2312	6266	
2661206	Château de Bonmont	chateau-de-bonmont	CH		0	Europe/Zurich	46.4026	6.1489		Bonmont		VD	2228	5709	
2661211	Charmey	charmey	CH		1713	Europe/Zurich	46.61957	7.16486		Charmey,Charmey (Gruyere),Charmey (Gruyère),sha er mei,沙爾梅		FR	1003	2163	
2661216	Chants	chants	CH		0	Europe/Zurich	46.64559	9.82781		Alpe dil Chant,Chants		GR	1841	3544	
2661217	Changins	changins	CH		0	Europe/Zurich	46.39894	6.2327		Changins		VD	2228	5715	
2661222	Champex	champex	CH		0	Europe/Zurich	46.02653	7.12017	1480	Champex-Lac		VS	2303	6034	
2661296	Cabbiolo	cabbiolo	CH		0	Europe/Zurich	46.32745	9.20454		Cabbiola,Cabbiolo		GR	1847	3821	
2661234	Cerniat	cerniat	CH		344	Europe/Zurich	46.63326	7.15733		Cerniat,Sernia,Thernya,Thèrnya,se ni ya,瑟尼亞		FR	1003	2163	
2661241	Celerina	celerina	CH		1241	Europe/Zurich	46.51217	9.85794		Celerina,Celerina/Schlarigna,Schlarigna		GR	1846	3782	
2661254	Castels	castels	CH		0	Europe/Zurich	46.96667	9.81667				GR	1849	3891	
2661257	Cassina	cassina	CH		0	Europe/Zurich	46.46667	8.88333		Cassina,Cassino		TI	2102	5048	
2661265	Carouge	carouge	CH		19344	Europe/Zurich	46.18096	6.13921		Carroge,Karuzas,Karuzh,Karužas,Quadruvium,ka lu ri,kaluju,karuju,karwj,krwzh,qrwz,Каруж,קרוז,كاروج,کروژ,カルージュ,卡鲁日,카루주		GE	2500	6608	
2661268	Tunel Gd. St. Bernard	tunel-gd-st-bernard	CH		0	Europe/Zurich	45.9	7.2				VS	2303	6032	
2661270	Campsut	campsut	CH		0	Europe/Zurich	46.48689	9.47816		Campsut,Campsut-Croet,Campsut-Cröt		GR	1851	3681	
2661271	Campovasto	campovasto	CH		0	Europe/Zurich	46.56667	9.93333				GR	1846	3785	
2661275	Campo	campo	CH		0	Europe/Zurich	46.42306	8.52173				TI	2108	5310	
2661276	Campo	campo	CH		80	Europe/Zurich	46.28855	8.49577		Camp,Campo,Campo (Vallemaggia),Campo Valmaggia,Campo i Vallemaggia,kan bo,坎波		TI	2108	5307	
2661277	Campliun	campliun	CH		0	Europe/Zurich	46.74021	8.97085				GR	1850	3987	
2661278	Campfer	campfer	CH		0	Europe/Zurich	46.47635	9.81002		Champfer,Champfèr,St. Moritz-Champfer		GR	1846	3790	
2661282	Camana	camana	CH		0	Europe/Zurich	46.65	9.28333				GR	1850	3672	
2661285	Calörtsch	caloertsch	CH		0	Europe/Zurich	46.77734	9.32737				GR	1850	3672	
2661289	Cala	cala	CH		0	Europe/Zurich	46.41739	8.80789		Cala		TI	2103	5072	
2661290	Cagnago	cagnago	CH		0	Europe/Zurich	46.38543	8.89326				TI	2103	5073	
2661227	Chambésy	chambesy	CH	1292	0	Europe/Zurich	46.24409	6.14436				GE	2500	6634	
2661302	Bütschwil	buetschwil	CH		3393	Europe/Zurich	47.36022	9.07213		Bjuchvil',Bucinesvilaris,Buetschwil SG,Bütschwil SG,bi qi wei er,Бючвиль,比奇維爾		SG	1727	3395	
2661303	Busswil	busswil	CH		0	Europe/Zurich	47.09966	7.32222		Busswil,Busswil bei Buren an der Aare,Busswil bei Büren an der Aare		BE	243	306	
2661304	Busskirch	busskirch	CH		0	Europe/Zurich	47.2177	8.83369				SG	1726	3340	
2661309	Burtgas	burtgas	CH		0	Europe/Zurich	46.60639	9.40346		Burgias,Burtgas		GR	1851	3701	
2661310	Burstera	burstera	CH		0	Europe/Zurich	46.67631	7.29047				FR	1006	2299	
2661313	Büron	bueron	CH		1951	Europe/Zurich	47.21192	8.0942		Buron,Büron		LU	314	1082	
2661315	Bürglen	burglen	CH		3149	Europe/Zurich	47.54921	9.1495		Bjurglen,Buerglen TG,Buerglen i Thurgau,Burglen,Bürglen,Bürglen TG,Bürglen i Thurgau,bi ge lun,Бюрглен,比格倫		TG	2015	4911	
2661316	Bürglen	burglen	CH		3996	Europe/Zurich	46.87565	8.66539		Bjurglen,Buerglen UR,Buerglen i Uri,Burgilla,Burglen,Bürglen,Bürglen UR,Bürglen i Uri,Бюрглен		UR	400	1205	
2661317	Bürglen	burglen	CH		0	Europe/Zurich	46.81027	8.16264				OW	600	1405	
2661323	Büren nid dem Bach	buren-nid-dem-bach	CH		0	Europe/Zurich	46.94079	8.3976		Bueren,Bueren NW,Buren nid dem Bach,Büren,Büren NW,Büren nid dem Bach		NW	700	1508	
2661331	Bundtels	bundtels	CH		0	Europe/Zurich	46.86785	7.21123				FR	1006	2293	
2661334	Bümpliz	bumpliz	CH		0	Europe/Zurich	46.94141	7.39131				BE	246	351	
2661335	Bumbach	bumbach	CH		0	Europe/Zurich	46.81424	7.89893				BE	245	906	
2661341	Buholz	buholz	CH		0	Europe/Zurich	47.08069	8.08399				LU	315	1136	
2661342	Bühlrüti	buhlruti	CH		0	Europe/Zurich	46.88333	8.51667				UR	400	1211	
2661344	Bühlen	buhlen	CH		0	Europe/Zurich	46.71677	8.09848				BE	250	574	
2661346	Buchthalen	buchthalen	CH		0	Europe/Zurich	47.69736	8.64992				SH	1403	2939	
2661347	Buchs / Buchs (Dorf)	buchs-buchs-dorf	CH		361	Europe/Zurich	47.45876	8.43661		Buchs,Buchs (Dorf),Buchs ZH		ZH	104	83	
2661348	Buchs	buchs	CH		6599	Europe/Zurich	47.39358	8.08233		Buchs,Buchs AG,Buchs i Aargau,Buks,bu ke si,Букс,布克斯	4003	AG	1901	4003	
2661349	Buchs	buchs	CH		10418	Europe/Zurich	47.16743	9.47794	447	Buchs,Buchs SG,Bukhs,Buks,Pogius,bu ke si,bywshs sant ghaln,Букс,Бухс,بوک، سن‌گلان,بيوشس سانت غالن,布克斯		SG	1724	3271	
2661351	Wald	wald	CH		0	Europe/Zurich	47.4156	9.49099				AR	1503	3036	
2661352	Buchholterberg	buchholterberg	CH		1498	Europe/Zurich	46.81351	7.67463		Buchholterberg,Bukhgol'terberg,Bukhkhol'terberg,bu he huo er te bei ge,Бухгольтерберг,Буххольтерберг,布赫霍爾特貝格		BE	247	923	
2661353	Buchen	buchen	CH		0	Europe/Zurich	47.47748	9.54153				AR	1503	3033	
2661354	Buchen	buchen	CH		0	Europe/Zurich	46.94182	9.71844		Buchen,Buchen im Praettigau,Buchen im Prättigau,Fagieu		GR	1849	3891	
2661355	Buchen	buchen	CH		0	Europe/Zurich	46.58333	7.9				BE	250	584	
2661358	Buch	buch	CH		255	Europe/Zurich	47.54893	8.62023		Buch am Irchel		ZH	102	24	
2661372	Brünigen	brunigen	CH		0	Europe/Zurich	46.75142	8.13678				BE	250	785	
2661373	Bruggen	bruggen	CH		0	Europe/Zurich	47.41008	9.33228				SG	1721	3203	
2661374	Brugg	brugg	CH		9196	Europe/Zurich	47.48096	8.20869		Brug,Bruga,Brugg,beulugeu,brwg,brwgh,bu lu ge,Бруг,Бругг,بروغ,بروگ,布魯格,브루그	1904	AG	1904	4095	
2661375	Brügg	brugg	CH		3868	Europe/Zurich	47.1237	7.27887		Brjug,Brjugg,Bruegg,Bruegg BE,Brugg,Brügg,Brügg BE,bu lu ge,Брюг,Брюгг,布呂格		BE	242	733	
2661382	Broch	broch	CH		0	Europe/Zurich	46.67878	8.14117				BE	250	786	
2661391	Brione	brione	CH		225	Europe/Zurich	46.29525	8.79173		Briom,Brione,Brione (Verzasca),Brione i Verzasca,bu liao nei,布廖內		TI	2104	5399	
2661392	Brignon	brignon	CH		0	Europe/Zurich	46.18964	7.32608		Brignon (Nendaz)		VS	2302	6024	
2661398	Brienz	brienz	CH		2899	Europe/Zurich	46.7545	8.03847		Brienc,Brienz,Brienz BE,Brienzola,beuliencheu,bu li en ci,burientsu,Бриенц,ブリエンツ,布里恩茨,브리엔츠		BE	250	573	
2661399	Brienz	brienz	CH		108	Europe/Zurich	46.66833	9.5951		Brienz,Brienz/Brinzauls GR,Brinzauls		GR	1841	3542	
2661407	Bremgarten	bremgarten	CH		6543	Europe/Zurich	47.35109	8.34214		Bremgarten,Bremgarten AG,Bremogartum	1903	AG	1903	4063	
2661408	Bremgarten	bremgarten	CH		0	Europe/Zurich	46.97803	7.43852		Bremgarten,Bremgarten b. Bern		BE	246	351	
2661411	Breitenfeld	breitenfeld	CH		0	Europe/Zurich	46.78892	8.10999				OW	600	1405	
2661413	Breite	breite	CH		450	Europe/Zurich	47.46039	8.66268		Breibe		ZH	103	64	
2661414	Breíl	breil	CH		1344	Europe/Zurich	46.76986	9.06036		Breil,Breil / Brigels,Breil/Brigels,Breíl,Brigels		GR	1850	3981	
2661416	Brecholey	brecholey	CH		0	Europe/Zurich	46.02449	7.32035		Brecholey		VS	2303	6037	
2661418	Brè	bre	CH		0	Europe/Zurich	46.01151	8.99609		Bre,Bre sopra Lugano,Brè,Brè sopra Lugano		TI	2105	5192	
2661421	Brand	brand	CH		0	Europe/Zurich	46.63716	9.17116				GR	1850	3603	
2661853	Aesch	aesch	CH		911	Europe/Zurich	47.25637	8.2409		Aesch LU		LU	313	1041	
2661427	Le Bouveret	le-bouveret	CH		800	Europe/Zurich	46.38319	6.85963		Bouveret,Le Bouveret		VS	2308	6154	
2661428	Bourg-Saint-Pierre	bourg-saint-pierre	CH		207	Europe/Zurich	45.94876	7.20772		Bourg San Pierre,Burgus Sancti Petri,sheng pi ai er bao,聖皮埃爾堡		VS	2303	6032	
2661440	Bort	bort	CH		0	Europe/Zurich	46.71701	7.84771				BE	250	579	
2661450	Bönigen	bonigen	CH		2233	Europe/Zurich	46.68736	7.8935		Bjonigen,Boenigen b. Interlaken,Bonigen,Bönigen,Bönigen b. Interlaken,bo ni gen,Бёниген,伯尼根		BE	250	572	
2661454	Bolzbach	bolzbach	CH		0	Europe/Zurich	46.89819	8.59359				UR	400	1214	
2661458	Bolgen	bolgen	CH		0	Europe/Zurich	46.7888	9.82184				GR	1849	3851	
2661459	Bolastro	bolastro	CH		0	Europe/Zurich	46.30389	8.7629		Bolastro		TI	2104	5399	
2661462	Bögia	boegia	CH		0	Europe/Zurich	46.4643	9.68505		Boegia,Boggia,Bogia,Böggia,Bögia		GR	1841	3543	
2661463	Bodio	bodio	CH		1001	Europe/Zurich	46.37808	8.90991		Beid,Bodio,Bodio TI,Béid,bo di ao,Бодио,博迪奧		TI	2103	5064	
2661464	Boden	boden	CH		0	Europe/Zurich	46.86667	8.58333				UR	400	1214	
2661465	Boden	boden	CH		0	Europe/Zurich	46.66876	8.26665				BE	250	782	
2661473	Blausee	blausee	CH		0	Europe/Zurich	46.53316	7.66407		Blausee,Blausee-Mitholz		BE	249	564	
2661477	Blatten	blatten	CH		0	Europe/Zurich	47.0397	8.22547				LU	312	1062	
2661478	Blatten	blatten	CH		317	Europe/Zurich	46.4207	7.81746	1542	Blatten,Blatten (Loetschen),Blatten (Lötschen),Blatten-Belalp,bu la teng,Блаттен,布拉滕		VS	2309	6192	
2661479	Blatten	blatten	CH		0	Europe/Zurich	46.35884	7.98474		Blatten b. Naters		VS	2301	6007	
2661480	Blatten	blatten	CH		0	Europe/Zurich	46.00744	7.736		Blatten		VS	2313	6300	
2661481	Bläs	blas	CH		0	Europe/Zurich	46.9587	9.48727				SG	1725	3294	
2661487	Bissegg	bissegg	CH		0	Europe/Zurich	47.56257	9.04784				TG	2015	4881	
2661488	Birtschen	birtschen	CH		0	Europe/Zurich	46.83333	8.65				UR	400	1206	
2661495	Birmenstorf	birmenstorf	CH		2462	Europe/Zurich	47.46152	8.24816				AG	1902	4024	
2661496	Birmensdorf	birmensdorf	CH		4772	Europe/Zurich	47.35515	8.44256		Birmensdorf,Birmensdorf ZH,Birmenstorf,bi men si duo fu,Бирменсдорф,比門斯多夫		ZH	111	242	
2661514	Biel	biel	CH		0	Europe/Zurich	46.45587	8.21773		Biel		VS	2304	6077	
2661517	Biborgo	biborgo	CH		0	Europe/Zurich	46.3765	9.05343				TI	2107	5281	
2661518	Thayngen, Bibern	thayngen-bibern	CH		254	Europe/Zurich	47.77291	8.6762	486	Bibern,Bibern SH		SH	1402	2920	
2661523	Biaschina	biaschina	CH		0	Europe/Zurich	46.42162	8.85901		Biaschina		TI	2103	5072	
2661526	Beznau	beznau	CH		0	Europe/Zurich	47.55324	8.2291				AG	1911	4304	
2661532	Beuson	beuson	CH		0	Europe/Zurich	46.18025	7.32462		Beuson (Nendaz)		VS	2302	6024	
2661536	Bettelried	bettelried	CH		0	Europe/Zurich	46.54251	7.38835		Betelried,Betelried Blankenburg,Bettelried,Blankenburg		BE	248	794	
2661542	Beromünster	beromuenster	CH		2876	Europe/Zurich	47.20612	8.19265		Beromjunster,Beromuenster,Beromünster,Munster,Münster,Villa Beronensis,bei luo ming si te,belomwinseuteo,beromyunsuta,brwmwnsth,Беромюнстер,برومونسته,ベロミュンスター,貝羅明斯特,베로뮌스터		LU	314	1081	
2661544	Berninahäuser	berninahaeuser	CH		0	Europe/Zurich	46.44474	9.96966		Bernina Suot,Berninahauser,Berninahäuser		GR	1846	3784	
2661556	Bergün	berguen	CH		526	Europe/Zurich	46.62934	9.74762		Berguen,Berguen/Bravuogn,Bergün,Bergün/Bravuogn,Bravuogn		GR	1841	3544	
2661557	Berg	berg	CH		2942	Europe/Zurich	47.57879	9.16635		Berg,Berg TG,Berg i Thurgau,bei ge,Берг,貝格		TG	2015	4891	
2661559	Benken	benken	CH		601	Europe/Zurich	47.65276	8.65391		Benken ZH		ZH	102	22	
2661560	Benken	benken	CH		2419	Europe/Zurich	47.19942	9.00735		Babinchova,Benken,Benken SG,ben ken,Бенкен,本肯		SG	1726	3312	
2661561	Belvédère	belvedere	CH		0	Europe/Zurich	46.56667	8.38333				VS	2304	6076	
2661502	Binn	binn	CH	3996	0	Europe/Zurich	46.36393	8.18421		bi en,比恩		VS	2304	6054	
2661569	Bellerive	bellerive	CH		599	Europe/Zurich	46.92345	7.02209		Bellerive		VD	2222	5464	
2661571	Bellechasse	bellechasse	CH		0	Europe/Zurich	46.97451	7.13206				FR	1005	2284	
2661573	Bellaluna	bellaluna	CH		0	Europe/Zurich	46.65366	9.71386		Ballaluna,Ballalüna,Bellaluna		GR	1841	3544	
2661576	Beinwil	beinwil	CH		316	Europe/Zurich	47.362	7.58746		Bajnvil',Beinwil,Beinwil SO,Beinwil i Solothurn,bai en wei er,Байнвиль,拜恩維爾		SO	1110	2612	
2661577	Beinwil	beinwil	CH		957	Europe/Zurich	47.26059	8.20506		Beinwil,Beinwil am See		AG	1905	4131	
2661578	Bei der Säge	bei-der-saege	CH		0	Europe/Zurich	46.76667	9.83333		Bei der Sage,Bei der Säge,Sage,Säge		GR	1849	3851	
2661583	Bedra	bedra	CH		0	Europe/Zurich	46.80756	9.88402				GR	1849	3851	
2661589	Bavugls	bavugls	CH		0	Europe/Zurich	46.60451	9.46207		Bavugls		GR	1851	3701	
2661592	Buriet	buriet	CH		0	Europe/Zurich	47.47872	9.57785		Bauried,Bauriet,Buriet,Feldli		SG	1723	3235	
2661597	Batänja	bataenja	CH		0	Europe/Zurich	46.89545	9.51109	1400			GR	1848	3901	
2661610	Barme	barme	CH		0	Europe/Zurich	46.14897	6.83219		Barmaz,Barme,La Barmaz		VS	2308	6151	
2661611	Barma	barma	CH		0	Europe/Zurich	46.12547	7.63253		Barma,La Barmaz		VS	2311	6252	
2661612	Bäriswil	bariswil	CH		1036	Europe/Zurich	47.01947	7.52709				BE	246	403	
2661616	Barberine	barberine	CH		0	Europe/Zurich	46.0883	6.92		Barberine		VS	2310	6218	
2661621	Bangerten	bangerten	CH		168	Europe/Zurich	47.05564	7.44914		Bangerten,Bangerten b. Dieterswil,Bangerten bei Dieterswil		BE	243	310	
2661625	Baltenswil	baltenswil	CH		247	Europe/Zurich	47.43067	8.64136				ZH	103	52	
2661628	Balmenegg	balmenegg	CH		0	Europe/Zurich	46.78197	8.77193				UR	400	1216	
2661630	Balm bei Messen	balm-bei-messen	CH		107	Europe/Zurich	47.10363	7.43071		Balm b. Messen,Balm bei Messen		SO	1103	2457	
2661638	Balen	balen	CH		0	Europe/Zurich	46.98456	9.48281		Balen		SG	1725	3294	
2661641	Bagnes	bagnes	CH		6626	Europe/Zurich	46.08333	7.21667		Bagnes,ba nie,巴涅		VS	2303	6037	
2661643	Bad-Schwarzsee	bad-schwarzsee	CH		0	Europe/Zurich	46.671	7.28179		Le Lac-Noir,Schwarzseebad		FR	1006	2299	
2661647	Bachtolen	bachtolen	CH		0	Europe/Zurich	46.28431	7.80087				VS	2309	6201	
2661650	Bächlen	bachlen	CH		0	Europe/Zurich	46.64455	7.57651				BE	249	762	
2661652	Bäch	baech	CH		1479	Europe/Zurich	47.20388	8.73224	410	Baech,Baech SZ,Bäch,Bäch SZ		SZ	503	1322	
2661655	Ayent	ayent	CH		3243	Europe/Zurich	46.28249	7.41028		Argenta,Ayent,ai yang,艾揚		VS	2305	6082	
2661656	Axenstein	axenstein	CH		0	Europe/Zurich	46.98613	8.61619				SZ	506	1364	
2661666	Zürich (Kreis 4) / Aussersihl	zuerich-kreis-4-aussersihl	CH		27273	Europe/Zurich	47.37752	8.52127		Aussersihl,Zuerich (Kreis 4),Zürich (Kreis 4)		ZH	112	261	
2661668	Ausserholligen	ausserholligen	CH		0	Europe/Zurich	46.08333	7.4				VS	2305	6084	
2661669	Ausserglas	ausserglas	CH		0	Europe/Zurich	46.67697	9.34477				GR	1851	3669	
2661671	Äussere Altmatt	aussere-altmatt	CH		0	Europe/Zurich	47.13185	8.69624		Altmatt,Aussere Altmatt,Äussere Altmatt		SZ	506	1370	
2661681	Augst	augst	CH		908	Europe/Zurich	47.53557	7.71468		Augst,Augst BL,Baselaugst,ao ge si te,Аугст,奧格斯特		BL	1303	2822	
2661683	Auf der Hohe	auf-der-hohe	CH		0	Europe/Zurich	46.91667	9.4				SG	1725	3294	
2661684	Auf dem Stock	auf-dem-stock	CH		0	Europe/Zurich	46.71667	8.23333				BE	250	783	
2661689	Au	au	CH		6673	Europe/Zurich	47.43093	9.63448		Au,Au SG		SG	1723	3231	
2661690	Au	au	CH		44	Europe/Zurich	47.39843	8.85542				ZH	108	181	
2661691	Au	au	CH		4844	Europe/Zurich	47.24185	8.64406		Au,Au ZH		ZH	106	293	
2661703	Arzier	arzier	CH		1919	Europe/Zurich	46.45962	6.20813		Arzier-Le Muids,a er ji ye,阿尔济耶		VD	2228	5702	
2661709	Artaschiew	artaschiew	CH		0	Europe/Zurich	46.91667	9.51667				GR	1845	3946	
2661854	Aesch	aesch	CH		0	Europe/Zurich	46.86541	8.81902				UR	400	1219	
2661715	Arni Alp	arni-alp	CH		0	Europe/Zurich	46.81667	8.25		Arni Alm,Arni Alp		OW	600	1406	
2661716	Arni	arni	CH		963	Europe/Zurich	46.93519	7.66473		Arni		BE	246	602	
2661722	Argseeli	argseeli	CH		0	Europe/Zurich	46.90024	8.92791				UR	400	1218	
2661727	Ardet	ardet	CH		0	Europe/Zurich	46.48466	8.90636		Ardet,Monte Ardet		TI	2102	5048	
2661735	Aquino	aquino	CH		0	Europe/Zurich	46.26396	8.82643		Aquino		TI	2104	5112	
2661737	Aproz	aproz	CH		0	Europe/Zurich	46.20552	7.31081		Apro,Aproz,Aproz (Nendaz)		VS	2302	6024	
2661743	Anvéuda	anveuda	CH		0	Europe/Zurich	46.54065	8.90101		Anveuda,Anvéuda,Monti Anvedua		TI	2102	5049	
2661746	Angone	angone	CH		0	Europe/Zurich	46.44428	8.86351				TI	2103	5072	
2661747	Angeli Custodi	angeli-custodi	CH		0	Europe/Zurich	46.35767	10.06983		Angeli Custodi		GR	1842	3561	
2661748	Andwil	andwil	CH		1737	Europe/Zurich	47.43855	9.27436		Andwil,Andwil SG		SG	1721	3441	
2661761	Am Bach	am-bach	CH		0	Europe/Zurich	46.45857	9.53743		Am Bach,Am Bach (Avers)		GR	1851	3681	
2661764	Alvaneu	alvaneu	CH		434	Europe/Zurich	46.67878	9.64635		Al'vanoj,Alvagni,Alvaneu,Alvaneu Dorf,Alvaneubad,a er wa nuo yi,Альваной,阿爾瓦諾伊		GR	1841	3542	
2661766	Altstätten	altstatten	CH		10574	Europe/Zurich	47.37766	9.54746		Al'tshtetten,Altshteten,Altstaetten,Altstaetten SG,Altstätten,Altstätten SG,a er te shi tai teng,Алтштетен,Альтштеттен,الستتان، سن‌گلان,阿爾特施泰滕		SG	1723	3251	
2661767	Alt Sankt Johann	alt-sankt-johann	CH		0	Europe/Zurich	47.1931	9.28126		Al't-Sankt-Jokhan,Alt Sankt Johann,Alt St. Johann,Fanum Sancti Ioannis Baptistae,Malnov-Sankt-Johano,Альт-Санкт-Йохан,آلٹ سینٹ یوہان		SG	1727	3359	
2661771	Alt-Felsberg	alt-felsberg	CH		0	Europe/Zurich	46.84534	9.46995				GR	1844	3731	
2661773	Alterswil	alterswil	CH		1850	Europe/Zurich	46.79587	7.25877		Alterswil,Alterswil FR,a er te si wei er,阿爾特斯維爾		FR	1006	2306	
2661855	Aelggi Alp	aelggi-alp	CH		0	Europe/Zurich	46.79686	8.2375		Aelggi Alm,Aelggi Alp		OW	600	1406	
2661856	Aelgäu	aelgau	CH		0	Europe/Zurich	46.77481	7.96724		Aelgau,Aelgauli,Aelgäu,Aelgäuli		BE	250	589	
2661780	Altdorf	altdorf	CH		8678	Europe/Zurich	46.88042	8.64441	458	Al'tdorf,Altdorf,Altdorf UR,Altdorf i Sveits,Altdorfas,Artofe,a er te duo fu,aldwrf  swyys,altdwrf,alteudoleupeu,arutodorufu,Алтдорф,Альтдорф,אלטדורף,ألتدورف,الدورف، سوئٹزر لینڈ,الدورف، سوئیس,الٹڈورف,ალტდორფი,アルトドルフ,阿爾特多夫,알트도르프	UR	UR	400	1201	
2661781	Altanca	altanca	CH		0	Europe/Zurich	46.52425	8.68207		Altanca		TI	2103	5079	
2661782	Al Sasso	al-sasso	CH		0	Europe/Zurich	46.15	8.95				TI	2101	5003	
2661785	Alp Schmorras	alp-schmorras	CH		0	Europe/Zurich	46.55	9.51667		Alp Schmorras,Alpe Schmorras		GR	1841	3543	
2661789	Alpnach	alpnach	CH		5218	Europe/Zurich	46.94227	8.2718		Al'pnakh,Alpenachus,Alpnach,Альпнах		OW	600	1401	
2661790	Alp Laret	alp-laret	CH		0	Europe/Zurich	46.80356	10.22198		Alp Laret,Alp Laret-Dadaint		GR	1843	3762	
2661791	Alpiglen	alpiglen	CH		0	Europe/Zurich	46.72966	7.82394				BE	250	571	
2661792	Alpiglen	alpiglen	CH		0	Europe/Zurich	46.60031	8.0037		Alpiglen		BE	250	576	
2661793	Al Piano	al-piano	CH		0	Europe/Zurich	46.41667	8.6				TI	2108	5323	
2661794	Alp Grüm	alp-gruem	CH		0	Europe/Zurich	46.37464	10.03133		Alp Grum,Alp Grüm		GR	1842	3561	
2661796	Alpe Ritóm	alpe-ritom	CH		0	Europe/Zurich	46.55	8.68333				TI	2103	5079	
2661797	Alpe Pulgabio	alpe-pulgabio	CH		0	Europe/Zurich	46.40532	9.05056				TI	2102	5050	
2661799	Alpe di Trescolmen	alpe-di-trescolmen	CH		0	Europe/Zurich	46.4	9.16667		Alpe Trescolmine,Alpe di Trescolmen,Alpi di Trescolmine		GR	1847	3822	
2661800	Alpe di Scieru	alpe-di-scieru	CH		0	Europe/Zurich	46.45	9.03333				TI	2102	5050	
2661801	Alpe di Quarnajo	alpe-di-quarnajo	CH		0	Europe/Zurich	46.48333	9.01667		Alpe Quarnaro,Alpe di Quarnajo		TI	2102	5050	
2661802	Alpe di Naccio	alpe-di-naccio	CH		0	Europe/Zurich	46.15	8.68333				TI	2104	5097	
2661803	Alpe di Crastera	alpe-di-crastera	CH		0	Europe/Zurich	46.34993	9.24892				GR	1847	3823	
2661804	Alpe di Cortas	alpe-di-cortas	CH		0	Europe/Zurich	46.4	9.21667				GR	1847	3822	
2661805	Alpe di Cava	alpe-di-cava	CH		0	Europe/Zurich	46.36129	9.03611		Alpe Cava,Alpe di Cava		TI	2107	5281	
2661806	Alpe di Boggio	alpe-di-boggio	CH		0	Europe/Zurich	46.35	9.18333				GR	1847	3823	
2661807	Alpe della Costa	alpe-della-costa	CH		0	Europe/Zurich	46.36667	8.83333				TI	2103	5073	
2661808	Alpe Braita	alpe-braita	CH		0	Europe/Zurich	46.29261	10.04483				GR	1842	3561	
2661812	Allmendingen	allmendingen	CH		0	Europe/Zurich	46.91472	7.52439		Allmendingen b. Bern		BE	246	630	
2661813	Thun-Allmendingen	thun-allmendingen	CH		0	Europe/Zurich	46.74253	7.59472		Allmendingen		BE	247	941	
2661817	All'Acqua	all-acqua	CH		0	Europe/Zurich	46.48653	8.47515		All'Acqua,All'Acqua Ospizio,All’Acqua,All’Acqua Ospizio		TI	2103	5063	
2661845	Aeugst / Aeugst (Dorf)	aeugst-aeugst-dorf	CH		975	Europe/Zurich	47.26932	8.48504		Aeugst (Dorf)		ZH	101	1	
2661847	Aeschlenberg	aeschlenberg	CH		0	Europe/Zurich	46.78663	7.2612		Aeschlenberg,Aschlenberg,Äschlenberg		FR	1006	2304	
2661850	Äscher	ascher	CH		0	Europe/Zurich	47.28328	9.41425		Aescher,Ascher,Escher,Äscher		AI	1600	3105	
2661852	Aesch	aesch	CH		10138	Europe/Zurich	47.47104	7.5973		Aesch BL,Aesch i Basel-Landschaft,Ehsh,ai shi,Эш,埃施		BL	1301	2761	
2661859	Aeckenmatt	aeckenmatt	CH		0	Europe/Zurich	46.85832	7.36422				BE	246	855	
2661860	Aecherli	aecherli	CH		0	Europe/Zurich	46.83333	8.18333				OW	600	1403	
2661866	Acquacalda	acquacalda	CH		0	Europe/Zurich	46.53755	8.83317		Acquacalda		TI	2102	5049	
2661867	Aclas Dafora	aclas-dafora	CH		0	Europe/Zurich	46.69537	9.63999		Aclas Dafora		GR	1841	3542	
2661868	Acla	acla	CH		0	Europe/Zurich	46.63594	8.84567		Acla		GR	1850	3983	
2661869	Ackersand	ackersand	CH		0	Europe/Zurich	46.23893	7.87471				VS	2313	6293	
2661870	Achenberg	achenberg	CH		0	Europe/Zurich	47.58518	8.27558		Acheberg		AG	1911	4323	
2661871	Abtwil	abtwil	CH		718	Europe/Zurich	47.42373	9.32113		Abtwil,Abtwil SG,Abtwyl		SG	1721	3442	
2661873	Aathal	aathal	CH		0	Europe/Zurich	47.33508	8.77001		Aathal,Aathal-Seegraeben,Aathal-Seegräben		ZH	105	119	
3324306	Büchel	buchel	CH		0	Europe/Zurich	47.28319	9.54394				SG	1723	3256	
6252010	Wettswil / Wettswil (Dorf)	wettswil-wettswil-dorf	CH		3605	Europe/Zurich	47.34152	8.47149	560	Wettswil (Dorf),Wettswil am Albis		ZH	101	14	
6252014	Sellenbüren	sellenbueren	CH		1572	Europe/Zurich	47.34361	8.48301	560			ZH	101	13	
6285791	Ecublens	ecublens	CH		10262	Europe/Zurich	46.52899	6.56261	409	Ecublens,Ecublens VD,Ekublensas,ai ju bu lang,aykwblyns,Écublens,إيكوبلينس,埃居布朗	5635	VD	2229	5635	
6290312	Scheller	scheller	CH		9	Europe/Zurich	47.29034	8.48728				ZH	101	1	
6290313	Ried	ried	CH		5	Europe/Zurich	47.28687	8.48082				ZH	101	1	
6290314	Götschihof	goetschihof	CH		82	Europe/Zurich	47.28671	8.48395				ZH	101	1	
6290315	Müliberg	mueliberg	CH		101	Europe/Zurich	47.2818	8.48029				ZH	101	1	
6290316	Chloster (Aeugstertal)	chloster-aeugstertal	CH		100	Europe/Zurich	47.28383	8.48725				ZH	101	1	
6290317	Breiten (Aeugstertal)	breiten-aeugstertal	CH		41	Europe/Zurich	47.28386	8.49239				ZH	101	1	
6290320	Obertal	obertal	CH		31	Europe/Zurich	47.28023	8.50036				ZH	101	1	
6290321	Sunnenberg	sunnenberg	CH		6	Europe/Zurich	47.27761	8.47674				ZH	101	1	
6290324	Habersaat	habersaat	CH		51	Europe/Zurich	47.27801	8.50398				ZH	101	1	
6290325	Schürmatt	schuermatt	CH		6	Europe/Zurich	47.2739	8.47434				ZH	101	1	
6290327	Aeugst / Stümel	aeugst-stuemel	CH		286	Europe/Zurich	47.27164	8.48219		Stuemel,Stümel		ZH	101	1	
6290332	Seehalde	seehalde	CH		4	Europe/Zurich	47.26639	8.4959				ZH	101	1	
6290333	Wängi	waengi	CH		40	Europe/Zurich	47.26354	8.47637				ZH	101	1	
6290337	Weid	weid	CH		14	Europe/Zurich	47.26273	8.49721				ZH	101	1	
6290338	Sunnmatt	sunnmatt	CH		7	Europe/Zurich	47.29379	8.42154				ZH	101	2	
6290339	Lochhof	lochhof	CH		25	Europe/Zurich	47.29237	8.42472				ZH	101	2	
6290341	Sandacher	sandacher	CH		7	Europe/Zurich	47.29086	8.42841				ZH	101	2	
6290343	Münchweid	muenchweid	CH		2	Europe/Zurich	47.29655	8.43115				ZH	101	2	
6290344	Weid (bei Fehrenbach)	weid-bei-fehrenbach	CH		17	Europe/Zurich	47.29361	8.43499				ZH	101	2	
6290346	Loo	loo	CH		191	Europe/Zurich	47.28812	8.44245				ZH	101	2	
6290350	Rossmättli	rossmaettli	CH		2	Europe/Zurich	47.2879	8.42436				ZH	101	2	
6290355	Fehrenbach	fehrenbach	CH		194	Europe/Zurich	47.28863	8.43854				ZH	101	2	
6290358	Zwillikermoos	zwillikermoos	CH		6	Europe/Zurich	47.28201	8.43136				ZH	101	2	
6290359	Aespli	aespli	CH		7	Europe/Zurich	47.28323	8.43801				ZH	101	2	
6290362	Schwanden	schwanden	CH		11	Europe/Zurich	47.27844	8.43882				ZH	101	2	
6290365	Wil	wil	CH		16	Europe/Zurich	47.27736	8.46936				ZH	101	2	
6290367	Tannhof	tannhof	CH		2	Europe/Zurich	47.27052	8.45655				ZH	101	2	
6290368	Untere Allmend	untere-allmend	CH		3	Europe/Zurich	47.27207	8.46282				ZH	101	2	
6290372	Affoltern / Lindenmoos	affoltern-lindenmoos	CH		317	Europe/Zurich	47.27242	8.44301		Lindenmoos		ZH	101	2	
6290373	Affoltern / Hasenbüel	affoltern-hasenbueel	CH		1690	Europe/Zurich	47.27324	8.45218		Hasenbueel,Hasenbüel		ZH	101	2	
6290374	Affoltern / Goldiger Berg	affoltern-goldiger-berg	CH		934	Europe/Zurich	47.27852	8.44507		Goldiger Berg		ZH	101	2	
6290375	Affoltern / Oberdorf	affoltern-oberdorf	CH		1759	Europe/Zurich	47.27852	8.45651		Oberdorf		ZH	101	2	
6290376	Affoltern / Unterdorf	affoltern-unterdorf	CH		1989	Europe/Zurich	47.28277	8.45409		Unterdorf		ZH	101	2	
6290377	Affoltern / Butzen	affoltern-butzen	CH		977	Europe/Zurich	47.27669	8.45737		Butzen		ZH	101	2	
6290378	Affoltern / Sonnenberg	affoltern-sonnenberg	CH		1262	Europe/Zurich	47.28055	8.46008		Sonnenberg		ZH	101	2	
6290379	Schachen	schachen	CH		1278	Europe/Zurich	47.32419	8.47251				ZH	101	3	
6290380	Chäsern	chaesern	CH		7	Europe/Zurich	47.32531	8.45131				ZH	101	3	
6290381	Lüttenberg	luettenberg	CH		25	Europe/Zurich	47.32841	8.45628				ZH	101	3	
6290387	Stocken	stocken	CH		6	Europe/Zurich	47.31553	8.4493				ZH	101	3	
6290388	Heurain	heurain	CH		7	Europe/Zurich	47.31829	8.45285				ZH	101	3	
6290390	Lätten	laetten	CH		11	Europe/Zurich	47.31945	8.45717				ZH	101	3	
6290395	Züriweg	zueriweg	CH		5	Europe/Zurich	47.31775	8.47427				ZH	101	3	
6290396	Grund	grund	CH		6	Europe/Zurich	47.33257	8.47337				ZH	101	14	
6290397	Stein	stein	CH		4	Europe/Zurich	47.31157	8.47429				ZH	101	3	
6290398	Lochen	lochen	CH		17	Europe/Zurich	47.31143	8.47892				ZH	101	3	
6290400	Hausen / Heisch	hausen-heisch	CH		901	Europe/Zurich	47.25015	8.53023		Heisch		ZH	101	4	
6290401	Hausen / Albisbrunn	hausen-albisbrunn	CH		55	Europe/Zurich	47.23751	8.54206		Albisbrunn		ZH	101	4	
6290402	Türlen	tuerlen	CH		47	Europe/Zurich	47.26778	8.5107				ZH	101	4	
6290404	Vollenweid	vollenweid	CH		45	Europe/Zurich	47.25967	8.51064				ZH	101	4	
6290405	Riedmatt	riedmatt	CH		22	Europe/Zurich	47.26189	8.51817				ZH	101	4	
6290406	Tüfenbach	tuefenbach	CH		35	Europe/Zurich	47.26062	8.52669				ZH	101	4	
6290408	Seeberig	seeberig	CH		5	Europe/Zurich	47.25082	8.52119				ZH	101	4	
6290410	Weid	weid	CH		5	Europe/Zurich	47.24885	8.52016				ZH	101	4	
6290411	Farbüel	farbueel	CH		7	Europe/Zurich	47.24375	8.5194				ZH	101	4	
6290412	Grindlen	grindlen	CH		10	Europe/Zurich	47.24245	8.52568				ZH	101	4	
6290413	Albishorn	albishorn	CH		4	Europe/Zurich	47.24924	8.54515	909			ZH	101	4	
6290414	Grossrain	grossrain	CH		6	Europe/Zurich	47.24916	8.5414				ZH	101	4	
6290415	Hinter-Albis	hinter-albis	CH		23	Europe/Zurich	47.24737	8.54022				ZH	101	4	
6290417	Mittel-Albis	mittel-albis	CH		26	Europe/Zurich	47.24326	8.54739				ZH	101	4	
6290421	Ober-Albis	ober-albis	CH		33	Europe/Zurich	47.24005	8.55444				ZH	101	4	
6290425	Husertal	husertal	CH		50	Europe/Zurich	47.23211	8.55458				ZH	101	4	
6290426	Houen	houen	CH		10	Europe/Zurich	47.22534	8.55649				ZH	101	4	
6290427	Hirzwangen	hirzwangen	CH		44	Europe/Zurich	47.22402	8.55923				ZH	101	4	
6290428	Schweikhof	schweikhof	CH		14	Europe/Zurich	47.22591	8.56854				ZH	101	4	
6290431	Wesenmatt	wesenmatt	CH		16	Europe/Zurich	47.21993	8.57012				ZH	101	4	
6290433	Sihlbrugg (nordwestl. Teil)	sihlbrugg-nordwestl-teil	CH		6	Europe/Zurich	47.21993	8.57785				ZH	101	4	
6290436	Eichmatt	eichmatt	CH		5	Europe/Zurich	47.31145	8.44308				ZH	101	5	
6290437	Stocken	stocken	CH		7	Europe/Zurich	47.31315	8.44625				ZH	101	5	
6290441	Ismatt	ismatt	CH		23	Europe/Zurich	47.3008	8.43446				ZH	101	5	
6290442	Grindelmatten	grindelmatten	CH		8	Europe/Zurich	47.30616	8.43602				ZH	101	5	
6290443	Sälen	saelen	CH		6	Europe/Zurich	47.29843	8.43733				ZH	101	5	
6290444	Hasenacher	hasenacher	CH		11	Europe/Zurich	47.29997	8.43993				ZH	101	5	
6290445	Fromoos	fromoos	CH		19	Europe/Zurich	47.3023	8.4619				ZH	101	5	
6290448	Rütihof	ruetihof	CH		5	Europe/Zurich	47.29591	8.45832				ZH	101	5	
6290450	Dürrenbach	duerrenbach	CH		9	Europe/Zurich	47.2949	8.46746				ZH	101	5	
6290452	Weid (bei Hauptikon)	weid-bei-hauptikon	CH		9	Europe/Zurich	47.23293	8.49809				ZH	101	6	
6290453	Näfenhäuser	naefenhaeuser	CH		48	Europe/Zurich	47.23156	8.52504				ZH	101	6	
6290458	Waldhof	waldhof	CH		9	Europe/Zurich	47.22879	8.53216				ZH	101	6	
6290460	Kappelerhöhe	kappelerhoehe	CH		2	Europe/Zurich	47.2249	8.54086				ZH	101	6	
6290462	Herti	herti	CH		8	Europe/Zurich	47.22384	8.53044				ZH	101	6	
6290463	Bäumler	baeumler	CH		7	Europe/Zurich	47.22208	8.49382				ZH	101	6	
6290464	Wolfsacker	wolfsacker	CH		5	Europe/Zurich	47.22098	8.5047				ZH	101	6	
6290466	Leematt	leematt	CH		16	Europe/Zurich	47.22129	8.52631				ZH	101	6	
6290467	Schürweid	schuerweid	CH		9	Europe/Zurich	47.21962	8.50867				ZH	101	6	
6290468	Weid (bei Uerzlikon)	weid-bei-uerzlikon	CH		14	Europe/Zurich	47.21694	8.50736				ZH	101	6	
6290474	Hinteruttenberg	hinteruttenberg	CH		72	Europe/Zurich	47.23565	8.4443				ZH	101	7	
6290476	Vorderuttenberg	vorderuttenberg	CH		53	Europe/Zurich	47.23353	8.45103				ZH	101	7	
6290481	Boggsmatten	boggsmatten	CH		11	Europe/Zurich	47.2297	8.46628				ZH	101	7	
6290486	Rossi	rossi	CH		2	Europe/Zurich	47.22496	8.46714				ZH	101	7	
6290487	Pestalozzi-Stiftung	pestalozzi-stiftung	CH		47	Europe/Zurich	47.22232	8.47231				ZH	101	7	
6290489	Baareggstrasse	baareggstrasse	CH		8	Europe/Zurich	47.21965	8.46937				ZH	101	7	
6290491	Hirzrain	hirzrain	CH		8	Europe/Zurich	47.21989	8.46918				ZH	101	7	
6290492	Baaregg	baaregg	CH		46	Europe/Zurich	47.21639	8.47594				ZH	101	7	
6290493	Buchhof	buchhof	CH		11	Europe/Zurich	47.21655	8.48394				ZH	101	7	
6290494	Marchstein	marchstein	CH		11	Europe/Zurich	47.21093	8.47978				ZH	101	7	
6290496	Hasental	hasental	CH		5	Europe/Zurich	47.21413	8.46851				ZH	101	7	
6290497	Weid	weid	CH		7	Europe/Zurich	47.23998	8.42349				ZH	101	8	
6290498	Grischhei	grischhei	CH		9	Europe/Zurich	47.22753	8.42598				ZH	101	8	
6290499	Rüteli	rueteli	CH		11	Europe/Zurich	47.23611	8.42884				ZH	101	8	
6290505	Grossholz	grossholz	CH		42	Europe/Zurich	47.26435	8.4555				ZH	101	9	
6290506	Grüt	gruet	CH		5	Europe/Zurich	47.26219	8.46013				ZH	101	9	
6290507	Dachlissen	dachlissen	CH		135	Europe/Zurich	47.25963	8.4391				ZH	101	9	
6290510	Eigi	eigi	CH		22	Europe/Zurich	47.25273	8.44845				ZH	101	9	
6290511	Schüren	schueren	CH		8	Europe/Zurich	47.25711	8.45528				ZH	101	9	
6290512	Schüenweid	schueenweid	CH		9	Europe/Zurich	47.25464	8.45546				ZH	101	9	
6290513	Schauenberg	schauenberg	CH		7	Europe/Zurich	47.25427	8.4586				ZH	101	9	
6290515	Kinderheim Paradis	kinderheim-paradis	CH		23	Europe/Zurich	47.25287	8.46789				ZH	101	9	
6290517	Buchstock	buchstock	CH		9	Europe/Zurich	47.25563	8.48286				ZH	101	9	
6290520	Hübscheren	huebscheren	CH		16	Europe/Zurich	47.25552	8.49191				ZH	101	9	
6290521	Herferswil	herferswil	CH		86	Europe/Zurich	47.25368	8.48941				ZH	101	9	
6290524	Lindenmatt	lindenmatt	CH		4	Europe/Zurich	47.25737	8.49779				ZH	101	9	
6290526	Moosmatt	moosmatt	CH		7	Europe/Zurich	47.24891	8.4401				ZH	101	9	
6290531	Neugut	neugut	CH		3	Europe/Zurich	47.25088	8.45291				ZH	101	9	
6290532	Schürmatt	schuermatt	CH		6	Europe/Zurich	47.24741	8.4546				ZH	101	9	
6290534	Sunnenberg	sunnenberg	CH		5	Europe/Zurich	47.25132	8.46252				ZH	101	9	
6290536	Freudenberg	freudenberg	CH		10	Europe/Zurich	47.24933	8.4712				ZH	101	9	
6290537	Sunnehof	sunnehof	CH		7	Europe/Zurich	47.24716	8.47494				ZH	101	9	
6290544	Aspli	aspli	CH		7	Europe/Zurich	47.23872	8.47633				ZH	101	9	
6290545	Wissenbach	wissenbach	CH		34	Europe/Zurich	47.23464	8.47413				ZH	101	9	
6290549	Zur Weid, Rossau	zur-weid-rossau	CH		61	Europe/Zurich	47.2315	8.48429				ZH	101	9	
6290550	Rossau	rossau	CH		209	Europe/Zurich	47.22631	8.48306				ZH	101	9	
6290552	Obfelden / Oberlunnern	obfelden-oberlunnern	CH		1103	Europe/Zurich	47.26197	8.41588		Oberlunnern		ZH	101	10	
6290553	Obfelden / Bickwil	obfelden-bickwil	CH		733	Europe/Zurich	47.26943	8.42448		Bickwil		ZH	101	10	
6290554	Obfelden / Unterlunnern	obfelden-unterlunnern	CH		247	Europe/Zurich	47.26426	8.409		Unterlunnern		ZH	101	10	
6290555	Obfelden / Chilefeld	obfelden-chilefeld	CH		366	Europe/Zurich	47.26384	8.42226		Chilefeld		ZH	101	10	
6290556	Obfelden / Toussen	obfelden-toussen	CH		1146	Europe/Zurich	47.26574	8.43013		Toussen		ZH	101	10	
6290558	Obfelden / Wolsen	obfelden-wolsen	CH		444	Europe/Zurich	47.25952	8.42727		Wolsen		ZH	101	10	
6290559	Breitenerli	breitenerli	CH		6	Europe/Zurich	47.25155	8.41282				ZH	101	10	
6290562	Rütihof	ruetihof	CH		12	Europe/Zurich	47.29104	8.41055				ZH	101	11	
6290570	Isenberg	isenberg	CH		2	Europe/Zurich	47.28062	8.42001				ZH	101	11	
6290573	Im Gibel	im-gibel	CH		2	Europe/Zurich	47.27675	8.41972				ZH	101	11	
6290574	Rickenbach	rickenbach	CH		23	Europe/Zurich	47.27098	8.40515				ZH	101	11	
6290576	Rifferswil / Unter-Rifferswil	rifferswil-unter-rifferswil	CH		170	Europe/Zurich	47.24754	8.49392		Unter-Rifferswil		ZH	101	12	
6290577	Rifferswil / Ober-Rifferswil	rifferswil-ober-rifferswil	CH		365	Europe/Zurich	47.24132	8.49694		Ober-Rifferswil		ZH	101	12	
6290578	Rifferswil / Mattler	rifferswil-mattler	CH		69	Europe/Zurich	47.2423	8.49991		Mattler		ZH	101	12	
6290580	Schonau	schonau	CH		18	Europe/Zurich	47.25267	8.51181				ZH	101	12	
6290582	Homberg	homberg	CH		9	Europe/Zurich	47.24889	8.48034				ZH	101	12	
6290583	Gerensteg	gerensteg	CH		5	Europe/Zurich	47.24649	8.48317				ZH	101	12	
6290585	Zeisenberg	zeisenberg	CH		14	Europe/Zurich	47.24528	8.4915				ZH	101	12	
6290586	Lerchenhof	lerchenhof	CH		8	Europe/Zurich	47.25164	8.49906				ZH	101	12	
6290592	Ausserfeld	ausserfeld	CH		5	Europe/Zurich	47.23721	8.49892				ZH	101	12	
6290596	Allmend	allmend	CH		10	Europe/Zurich	47.24488	8.50795				ZH	101	12	
6290598	Sellenbüren / Diebis	sellenbueren-diebis	CH		36	Europe/Zurich	47.35063	8.47604		Diebis		ZH	101	13	
6290599	Sellenbüren / Chirchhof	sellenbueren-chirchhof	CH		12	Europe/Zurich	47.34877	8.47734		Chirchhof		ZH	101	13	
6290600	Sellenbüren / Weidelacher	sellenbueren-weidelacher	CH		146	Europe/Zurich	47.34795	8.47987		Weidelacher		ZH	101	13	
6290601	Station Uetliberg	station-uetliberg	CH		2	Europe/Zurich	47.35212	8.48749				ZH	101	13	
6290604	Sellenbüren / Büel	sellenbueren-bueel	CH		211	Europe/Zurich	47.34656	8.48172		Bueel,Büel		ZH	101	13	
6290605	Sellenbüren / Rainstrasse-Hofstetterweidweg	sellenbueren-rainstrasse-hofstetterweidweg	CH		124	Europe/Zurich	47.34366	8.4842		Rainstrasse-Hofstetterweidweg		ZH	101	13	
6290606	Sellenbüren / Talblick	sellenbueren-talblick	CH		60	Europe/Zurich	47.343	8.4873		Talblick		ZH	101	13	
6290500	Rain	rain	CH	6026	18	Europe/Zurich	47.23258	8.43326				ZH	101	8	
6290607	Sellenbüren / Alt-Uetlibergweg	sellenbueren-alt-uetlibergweg	CH		158	Europe/Zurich	47.34136	8.48703		Alt-Uetlibergweg		ZH	101	13	
6290608	Sellenbüren / Loomatt	sellenbueren-loomatt	CH		80	Europe/Zurich	47.33974	8.48657		Loomatt		ZH	101	13	
6290609	Sellenbüren / Atrium	sellenbueren-atrium	CH		261	Europe/Zurich	47.33838	8.48771		Atrium		ZH	101	13	
6290610	Sellenbüren / Zügnis	sellenbueren-zuegnis	CH		104	Europe/Zurich	47.33662	8.48765		Zuegnis,Zügnis		ZH	101	13	
6290611	Folenweid	folenweid	CH		8	Europe/Zurich	47.33728	8.50004				ZH	101	13	
6290612	Bleiki	bleiki	CH		28	Europe/Zurich	47.33347	8.4912				ZH	101	13	
6290613	Mädikon	maedikon	CH		9	Europe/Zurich	47.32936	8.4993				ZH	101	13	
6290616	Baldern	baldern	CH		2	Europe/Zurich	47.32198	8.50019				ZH	101	13	
6290617	Erli	erli	CH		6	Europe/Zurich	47.31679	8.48569				ZH	101	13	
6290618	Schleetalbach	schleetalbach	CH		6	Europe/Zurich	47.31894	8.48603				ZH	101	13	
6290621	Eichmatt	eichmatt	CH		9	Europe/Zurich	47.3164	8.49047				ZH	101	13	
6290623	Gamlikon	gamlikon	CH		74	Europe/Zurich	47.3138	8.49349				ZH	101	13	
6290624	Girstelweid	girstelweid	CH		4	Europe/Zurich	47.31238	8.49763				ZH	101	13	
6290625	Mittel-Gamlikon	mittel-gamlikon	CH		15	Europe/Zurich	47.31088	8.49301				ZH	101	13	
6290628	Grafschaft	grafschaft	CH		10	Europe/Zurich	47.30833	8.49272				ZH	101	13	
6290629	Aumüli	aumueli	CH		21	Europe/Zurich	47.30254	8.48463				ZH	101	13	
6290630	Neuhaus	neuhaus	CH		9	Europe/Zurich	47.30284	8.48655				ZH	101	13	
6290632	Mösli	moesli	CH		5	Europe/Zurich	47.30439	8.49334				ZH	101	13	
6290633	Hintere Buchenegg	hintere-buchenegg	CH		43	Europe/Zurich	47.30416	8.50036				ZH	101	13	
6290634	Tägerstrank	taegerstrank	CH		11	Europe/Zurich	47.30137	8.49072				ZH	101	13	
6290635	Rebhölzli	rebhoelzli	CH		5	Europe/Zurich	47.3002	8.49404				ZH	101	13	
6290637	Im Fischer	im-fischer	CH		5	Europe/Zurich	47.29963	8.50233				ZH	101	13	
6290639	Wolfenhof	wolfenhof	CH		13	Europe/Zurich	47.29314	8.48367				ZH	101	13	
6290640	Hüsli	huesli	CH		5	Europe/Zurich	47.29715	8.48707				ZH	101	13	
6290641	Bol	bol	CH		4	Europe/Zurich	47.29455	8.489				ZH	101	13	
6290642	Tägerst	taegerst	CH		15	Europe/Zurich	47.29873	8.49002				ZH	101	13	
6290643	Schulhaus Tägerst	schulhaus-taegerst	CH		6	Europe/Zurich	47.29932	8.49222				ZH	101	13	
6290645	Ryfen	ryfen	CH		5	Europe/Zurich	47.29603	8.5047				ZH	101	13	
6290646	Vordere Buchenegg	vordere-buchenegg	CH		12	Europe/Zurich	47.29552	8.50797				ZH	101	13	
6290647	Müsli	muesli	CH		7	Europe/Zurich	47.29329	8.50719				ZH	101	13	
6290649	Bodenacker	bodenacker	CH		4	Europe/Zurich	47.31585	8.51691				ZH	101	13	
6290653	Schanz	schanz	CH		1	Europe/Zurich	47.34717	8.49306				ZH	101	13	
6290655	Wettswil / Ausser-Dorf	wettswil-ausser-dorf	CH		1438	Europe/Zurich	47.33197	8.47732		Ausser-Dorf		ZH	101	14	
6290656	Wettswil / Heidenchilen	wettswil-heidenchilen	CH		141	Europe/Zurich	47.34703	8.46416		Heidenchilen		ZH	101	14	
6290657	Wettswil / Bäumlisächer	wettswil-baeumlisaecher	CH		209	Europe/Zurich	47.34481	8.46917		Baeumlisaecher,Bäumlisächer		ZH	101	14	
6290658	Wettswil / Langächer	wettswil-langaecher	CH		246	Europe/Zurich	47.34232	8.47071		Langaecher,Langächer		ZH	101	14	
6290659	Wettswil / Strumbergächer	wettswil-strumbergaecher	CH		198	Europe/Zurich	47.34361	8.4719		Strumbergaecher,Strumbergächer		ZH	101	14	
6290663	Chriegmatten	chriegmatten	CH		5	Europe/Zurich	47.33745	8.46684				ZH	101	14	
6290664	Moos	moos	CH		5	Europe/Zurich	47.33577	8.46368				ZH	101	14	
6290666	Hotzler	hotzler	CH		50	Europe/Zurich	47.34143	8.46937				ZH	101	14	
6290669	Stationsquartier	stationsquartier	CH		66	Europe/Zurich	47.32877	8.47003				ZH	101	14	
6290670	Grüt	gruet	CH		7	Europe/Zurich	47.32751	8.48123				ZH	101	14	
6290671	Adlikon	adlikon	CH		261	Europe/Zurich	47.5823	8.69148		Adlikon,Adlikon b. Andelfingen		ZH	102	21	
6290672	Tüfenau	tuefenau	CH		8	Europe/Zurich	47.60287	8.71856				ZH	102	21	
6290674	Dätwil	daetwil	CH		82	Europe/Zurich	47.59623	8.70843				ZH	102	21	
6290682	Sonnenberg	sonnenberg	CH		5	Europe/Zurich	47.57975	8.68344				ZH	102	21	
6290684	Loobuck	loobuck	CH		8	Europe/Zurich	47.5762	8.69001				ZH	102	21	
6290687	Buck	buck	CH		8	Europe/Zurich	47.57931	8.71469				ZH	102	21	
6290688	Niederwil	niederwil	CH		131	Europe/Zurich	47.57943	8.7181				ZH	102	21	
6290690	Trügli	truegli	CH		7	Europe/Zurich	47.65776	8.6392				ZH	102	22	
6290694	im Hintergraben	im-hintergraben	CH		9	Europe/Zurich	47.64503	8.64505				ZH	102	22	
6290695	Harenberg-Guggeere-im Berg	harenberg-guggeere-im-berg	CH		50	Europe/Zurich	47.65799	8.65533				ZH	102	22	
6290699	Berg	berg	CH		377	Europe/Zurich	47.56951	8.59678		Berg am Irchel		ZH	102	23	
6290700	Ebersberg	ebersberg	CH		5	Europe/Zurich	47.56999	8.57868				ZH	102	23	
6290706	Gräslikon	graeslikon	CH		156	Europe/Zurich	47.55661	8.60544				ZH	102	23	
6290709	Wiler	wiler	CH		95	Europe/Zurich	47.55837	8.61517				ZH	102	24	
6290714	Neugütli	neuguetli	CH		2	Europe/Zurich	47.54987	8.62768				ZH	102	24	
6290718	Erlenhof	erlenhof	CH		7	Europe/Zurich	47.558	8.63377				ZH	102	24	
6290720	Armenhaus	armenhaus	CH		0	Europe/Zurich	47.55202	8.63247				ZH	102	24	
6290723	Ober Hueb	ober-hueb	CH		5	Europe/Zurich	47.53056	8.63627				ZH	102	24	
6290724	Desibach	desibach	CH		30	Europe/Zurich	47.55195	8.64426				ZH	102	24	
6290725	Bebikon	bebikon	CH		25	Europe/Zurich	47.54179	8.64403				ZH	102	24	
6290726	Dachsen / Dorfkern West	dachsen-dorfkern-west	CH		231	Europe/Zurich	47.66837	8.61385		Dorfkern West		ZH	102	25	
6290727	Dachsen / Dorfkern Ost	dachsen-dorfkern-ost	CH		247	Europe/Zurich	47.66542	8.61758		Dorfkern Ost		ZH	102	25	
6290728	Dachsen / Steinboden	dachsen-steinboden	CH		146	Europe/Zurich	47.66739	8.61216		Steinboden		ZH	102	25	
6290729	Dachsen / Lauferfeld	dachsen-lauferfeld	CH		181	Europe/Zurich	47.67039	8.61516		Lauferfeld		ZH	102	25	
6290730	Dachsen / Steig	dachsen-steig	CH		142	Europe/Zurich	47.66342	8.62152		Steig		ZH	102	25	
6290731	Dachsen / Buechbrunnen	dachsen-buechbrunnen	CH		14	Europe/Zurich	47.66107	8.62156		Buechbrunnen		ZH	102	25	
6290732	Dachsen / Sunnenberg	dachsen-sunnenberg	CH		232	Europe/Zurich	47.66124	8.62578		Sunnenberg		ZH	102	25	
6290733	Mettli	mettli	CH		20	Europe/Zurich	47.6547	8.62863				ZH	102	25	
6290737	Dachsen / Hindergarten	dachsen-hindergarten	CH		277	Europe/Zurich	47.66394	8.6156		Hindergarten		ZH	102	25	
6290746	Goldenberg	goldenberg	CH		10	Europe/Zurich	47.57524	8.65542				ZH	102	26	
6290755	Unterwyden	unterwyden	CH		6	Europe/Zurich	47.58429	8.58577				ZH	102	28	
6290765	Ziegelhütte	ziegelhuette	CH		1	Europe/Zurich	47.57511	8.58093				ZH	102	28	
6290768	Schollenberg	schollenberg	CH		11	Europe/Zurich	47.57424	8.5875				ZH	102	28	
6290771	Amenloch	amenloch	CH		88	Europe/Zurich	47.57459	8.61789				ZH	102	28	
6290773	Worrenberg	worrenberg	CH		6	Europe/Zurich	47.58134	8.6218				ZH	102	28	
6290776	Schlatter	schlatter	CH		20	Europe/Zurich	47.68969	8.63161				ZH	102	29	
6290778	Alterau	alterau	CH		9	Europe/Zurich	47.59453	8.65785				ZH	102	30	
6290785	Stucki-Böndler	stucki-boendler	CH		199	Europe/Zurich	47.58908	8.67516				ZH	102	30	
6290787	Schauben	schauben	CH		22	Europe/Zurich	47.59399	8.68583				ZH	102	30	
6290790	Neugut	neugut	CH		11	Europe/Zurich	47.5966	8.69248				ZH	102	30	
6290791	Werkhof	werkhof	CH		18	Europe/Zurich	47.59326	8.69283				ZH	102	30	
6290795	Grüt	gruet	CH		7	Europe/Zurich	47.5684	8.68992				ZH	102	31	
6290796	Schniderbuck	schniderbuck	CH		11	Europe/Zurich	47.5595	8.67655				ZH	102	31	
6290797	Büel	bueel	CH		3	Europe/Zurich	47.55815	8.68562				ZH	102	31	
6290800	Grünwald	gruenwald	CH		11	Europe/Zurich	47.57828	8.68058				ZH	102	32	
6290801	Kreuzstrasse	kreuzstrasse	CH		5	Europe/Zurich	47.57537	8.68334				ZH	102	32	
6290806	Weierhof	weierhof	CH		5	Europe/Zurich	47.62845	8.68192				ZH	102	33	
6290809	Tempel	tempel	CH		12	Europe/Zurich	47.59694	8.6424				ZH	102	33	
6290810	Wespersbühl	wespersbuehl	CH		11	Europe/Zurich	47.59469	8.64291				ZH	102	33	
6290815	Grosssee	grosssee	CH		5	Europe/Zurich	47.60584	8.6933				ZH	102	33	
6290819	Uhwiesen / Dorfkern	uhwiesen-dorfkern	CH		243	Europe/Zurich	47.67079	8.63298		Dorfkern		ZH	102	34	
6290820	Uhwiesen / Berg	uhwiesen-berg	CH		277	Europe/Zurich	47.67352	8.63209		Berg		ZH	102	34	
6290821	Uhwiesen / Lauferweg	uhwiesen-lauferweg	CH		98	Europe/Zurich	47.67226	8.62869		Lauferweg		ZH	102	34	
6290822	Uhwiesen / Mettliwisen-Katzenbach	uhwiesen-mettliwisen-katzenbach	CH		162	Europe/Zurich	47.66853	8.63551		Mettliwisen-Katzenbach		ZH	102	34	
6290823	Uhwiesen / Elsis	uhwiesen-elsis	CH		82	Europe/Zurich	47.67154	8.64024		Elsis		ZH	102	34	
6290824	Uhwiesen / Mörlen-Ramsauer	uhwiesen-moerlen-ramsauer	CH		208	Europe/Zurich	47.66972	8.64084		Moerlen-Ramsauer,Mörlen-Ramsauer		ZH	102	34	
6290825	Uhwiesen / Neusatz	uhwiesen-neusatz	CH		70	Europe/Zurich	47.66883	8.63761		Neusatz		ZH	102	34	
6290828	Sunnehof	sunnehof	CH		7	Europe/Zurich	47.66136	8.63277				ZH	102	34	
6290830	Brand	brand	CH		8	Europe/Zurich	47.66524	8.64817				ZH	102	34	
6290832	Grüt	gruet	CH		8	Europe/Zurich	47.67551	8.65772				ZH	102	34	
6290835	Marthalen / Dorfkern	marthalen-dorfkern	CH		603	Europe/Zurich	47.62571	8.6496		Dorfkern		ZH	102	35	
6290836	Marthalen / Station-Seebe	marthalen-station-seebe	CH		251	Europe/Zurich	47.63371	8.65678		Station-Seebe		ZH	102	35	
6290837	Marthalen / Schilling	marthalen-schilling	CH		189	Europe/Zurich	47.6331	8.65212		Schilling		ZH	102	35	
6290838	Marthalen / Undere Fleudebüel	marthalen-undere-fleudebueel	CH		57	Europe/Zurich	47.63003	8.65369		Undere Fleudebueel,Undere Fleudebüel		ZH	102	35	
6290839	Marthalen / Boktezelgli-Breiti	marthalen-boktezelgli-breiti	CH		231	Europe/Zurich	47.62823	8.65182		Boktezelgli-Breiti		ZH	102	35	
6290840	Marthalen / Oberhuse	marthalen-oberhuse	CH		236	Europe/Zurich	47.62401	8.65554		Oberhuse		ZH	102	35	
6290841	Radhof	radhof	CH		10	Europe/Zurich	47.63124	8.6301				ZH	102	35	
6290842	Berg	berg	CH		9	Europe/Zurich	47.63398	8.63548				ZH	102	35	
6290843	Nägeli	naegeli	CH		6	Europe/Zurich	47.63254	8.63545				ZH	102	35	
6290845	Isebuck	isebuck	CH		9	Europe/Zurich	47.6398	8.64493				ZH	102	35	
6290846	Kleiment	kleiment	CH		6	Europe/Zurich	47.63535	8.64443				ZH	102	35	
6290850	Nidermartel	nidermartel	CH		10	Europe/Zurich	47.62034	8.64116				ZH	102	35	
6290853	Seegrabe	seegrabe	CH		5	Europe/Zurich	47.62234	8.65332				ZH	102	35	
6290854	Seefeld	seefeld	CH		9	Europe/Zurich	47.62094	8.65234				ZH	102	35	
6290855	Abischthof	abischthof	CH		4	Europe/Zurich	47.63728	8.65552				ZH	102	35	
6290856	Mühliwis	muehliwis	CH		5	Europe/Zurich	47.62222	8.65538				ZH	102	35	
6290861	Hauebüel	hauebueel	CH		7	Europe/Zurich	47.61882	8.66257				ZH	102	35	
6290863	Säleten	saeleten	CH		6	Europe/Zurich	47.62872	8.782				ZH	102	292	
6290865	Talmühle	talmuehle	CH		11	Europe/Zurich	47.63418	8.80659				ZH	102	292	
6290873	Hardhof	hardhof	CH		6	Europe/Zurich	47.61918	8.79714				ZH	102	292	
6290877	Seehof/Seehalde	seehof-seehalde	CH		8	Europe/Zurich	47.61937	8.80677				ZH	102	292	
6290878	Lindenhof	lindenhof	CH		9	Europe/Zurich	47.62487	8.81092				ZH	102	292	
6290879	Erlenhof	erlenhof	CH		6	Europe/Zurich	47.62162	8.81045				ZH	102	292	
6290880	Felderen	felderen	CH		12	Europe/Zurich	47.61513	8.79295				ZH	102	292	
6290881	Felderhof	felderhof	CH		4	Europe/Zurich	47.61183	8.78995				ZH	102	292	
6290883	Wilen	wilen	CH		52	Europe/Zurich	47.60253	8.79765		Wilen b. Neunforn		ZH	102	292	
6290887	Moos	moos	CH		14	Europe/Zurich	47.61722	8.81096				ZH	102	292	
6290890	Langenmoos	langenmoos	CH		22	Europe/Zurich	47.63135	8.70526				ZH	102	37	
6290891	Berghof	berghof	CH		4	Europe/Zurich	47.63266	8.70867				ZH	102	37	
6290892	Goldbuck	goldbuck	CH		6	Europe/Zurich	47.62629	8.71514				ZH	102	37	
6290893	Riethalde	riethalde	CH		6	Europe/Zurich	47.62226	8.71371				ZH	102	37	
6290896	Gisenhard	gisenhard	CH		41	Europe/Zurich	47.62314	8.74034				ZH	102	37	
6290903	Berg	berg	CH		7	Europe/Zurich	47.61541	8.72352				ZH	102	37	
6290906	Löberen	loeberen	CH		32	Europe/Zurich	47.61494	8.73415				ZH	102	37	
6290908	Werdhof	werdhof	CH		12	Europe/Zurich	47.59676	8.70246				ZH	102	37	
6290911	Hausen	hausen	CH		31	Europe/Zurich	47.60741	8.71397				ZH	102	37	
6290913	Im Stieg	im-stieg	CH		5	Europe/Zurich	47.60684	8.72291				ZH	102	37	
6290916	Egli	egli	CH		4	Europe/Zurich	47.59917	8.72778				ZH	102	37	
6290918	Burghof	burghof	CH		25	Europe/Zurich	47.59853	8.7449				ZH	102	37	
6290921	Unterdorf	unterdorf	CH		439	Europe/Zurich	47.64597	8.60706				ZH	102	38	
6290922	Oberdorf	oberdorf	CH		477	Europe/Zurich	47.64163	8.59975				ZH	102	38	
6290923	Alt-Rheinau	alt-rheinau	CH		46	Europe/Zurich	47.64273	8.60754				ZH	102	38	
6290924	Neu-Rheinau	neu-rheinau	CH		562	Europe/Zurich	47.63436	8.60852				ZH	102	38	
6290928	Gütighausen	guetighausen	CH		232	Europe/Zurich	47.58827	8.73281				ZH	102	39	
6290933	Geeren	geeren	CH		6	Europe/Zurich	47.58387	8.72781				ZH	102	39	
6290934	Tannenhof	tannenhof	CH		7	Europe/Zurich	47.58138	8.73506				ZH	102	39	
6290938	Station	station	CH		6	Europe/Zurich	47.57036	8.75848				ZH	102	39	
6290940	Schleipfi	schleipfi	CH		4	Europe/Zurich	47.57156	8.75631				ZH	102	39	
6290944	Neuen	neuen	CH		5	Europe/Zurich	47.65105	8.67147				ZH	102	40	
6290949	Guetli	guetli	CH		8	Europe/Zurich	47.64587	8.665				ZH	102	40	
6290953	Ruppen	ruppen	CH		11	Europe/Zurich	47.63349	8.67339				ZH	102	40	
6290955	Ohrenberg	ohrenberg	CH		6	Europe/Zurich	47.63892	8.67825				ZH	102	40	
6290980	Waldhof	waldhof	CH		6	Europe/Zurich	47.6373	8.74002				ZH	102	41	
6290982	Furtmühle	furtmuehle	CH		8	Europe/Zurich	47.64828	8.77425				ZH	102	292	
6290983	Steigbühl	steigbuehl	CH		8	Europe/Zurich	47.64908	8.77792				ZH	102	292	
6290987	Rohräcker	rohraecker	CH		5	Europe/Zurich	47.64483	8.7801				ZH	102	292	
6290988	Ulmerhof	ulmerhof	CH		8	Europe/Zurich	47.65202	8.78306				ZH	102	292	
6290990	Neubrunn	neubrunn	CH		8	Europe/Zurich	47.65541	8.78892				ZH	102	292	
6290994	Oberbrunn	oberbrunn	CH		3	Europe/Zurich	47.65421	8.79169				ZH	102	292	
6290996	Riet	riet	CH		5	Europe/Zurich	47.66179	8.79587				ZH	102	292	
6290997	Pfei	pfei	CH		7	Europe/Zurich	47.63407	8.78011				ZH	102	292	
6291000	Wieshof	wieshof	CH		1	Europe/Zurich	47.63368	8.78751				ZH	102	292	
6291001	Stangen	stangen	CH		9	Europe/Zurich	47.63222	8.78749				ZH	102	292	
6291002	Amtacker	amtacker	CH		6	Europe/Zurich	47.63082	8.78585				ZH	102	292	
6291012	Eichhof	eichhof	CH		7	Europe/Zurich	47.63569	8.75928				ZH	102	292	
6291016	Girsberg	girsberg	CH		18	Europe/Zurich	47.64206	8.76875				ZH	102	292	
6291018	Zentralschulhaus	zentralschulhaus	CH		9	Europe/Zurich	47.63032	8.77368				ZH	102	292	
6291019	Rietmüli	rietmueli	CH		6	Europe/Zurich	47.62895	8.77495				ZH	102	292	
6291033	Berghus	berghus	CH		2	Europe/Zurich	47.50793	8.55186				ZH	103	51	
6291036	Industrie	industrie	CH		32	Europe/Zurich	47.50395	8.53869				ZH	103	51	
6291037	Berg	berg	CH		6	Europe/Zurich	47.45368	8.61757				ZH	103	52	
6291039	Baholz	baholz	CH		3	Europe/Zurich	47.45036	8.61593				ZH	103	52	
6291041	Bachtobel	bachtobel	CH		21	Europe/Zurich	47.4509	8.62038				ZH	103	52	
6291043	Juchen	juchen	CH		16	Europe/Zurich	47.45065	8.63464				ZH	103	52	
6291046	Hard	hard	CH		20	Europe/Zurich	47.43583	8.62013				ZH	103	52	
6291047	Pöschen	poeschen	CH		50	Europe/Zurich	47.43666	8.62445				ZH	103	52	
6291051	Steinlig	steinlig	CH		0	Europe/Zurich	47.4477	8.62899				ZH	103	52	
6291052	Bülach / Altstadt	buelach-altstadt	CH		596	Europe/Zurich	47.51761	8.54046		Altstadt		ZH	103	53	
6291053	Bülach / Niederflachs	buelach-niederflachs	CH		0	Europe/Zurich	47.51527	8.5324		Niederflachs		ZH	103	53	
6291054	Bülach / Irchel	buelach-irchel	CH		425	Europe/Zurich	47.5292	8.54196		Irchel		ZH	103	53	
6291055	Bülach / Chröpfli	buelach-chroepfli	CH		849	Europe/Zurich	47.52776	8.54705		Chroepfli,Chröpfli		ZH	103	53	
6291056	Bülach / Soligänter	buelach-soligaenter	CH		1434	Europe/Zurich	47.52632	8.54106		Soligaenter,Soligänter		ZH	103	53	
6291057	Bülach / Neuguet	buelach-neuguet	CH		437	Europe/Zurich	47.52538	8.53737		Neuguet		ZH	103	53	
6291058	Bülach / Gstückt	buelach-gstueckt	CH		1863	Europe/Zurich	47.52337	8.54879		Gstueckt,Gstückt		ZH	103	53	
6291059	Bülach / Grossstein	buelach-grossstein	CH		719	Europe/Zurich	47.51975	8.53224		Grossstein		ZH	103	53	
6291060	Bülach / Herti	buelach-herti	CH		808	Europe/Zurich	47.51885	8.53682		Herti		ZH	103	53	
6291061	Bülach / Seematt	buelach-seematt	CH		2171	Europe/Zurich	47.51716	8.54651		Seematt		ZH	103	53	
6291064	Heimgarten	heimgarten	CH		69	Europe/Zurich	47.55096	8.53849				ZH	103	53	
6291065	Rheinsberghof	rheinsberghof	CH		2	Europe/Zurich	47.54896	8.54323				ZH	103	53	
6291066	Station Glattfelden	station-glattfelden	CH		3	Europe/Zurich	47.54898	8.52454				ZH	103	53	
6291067	Herrenwis	herrenwis	CH		12	Europe/Zurich	47.54101	8.52193				ZH	103	53	
6291069	Schlattihof	schlattihof	CH		5	Europe/Zurich	47.54671	8.54205				ZH	103	53	
6291073	Läubberg	laeubberg	CH		4	Europe/Zurich	47.54115	8.54091				ZH	103	53	
6291075	Schützenmatt	schuetzenmatt	CH		7	Europe/Zurich	47.53203	8.52757				ZH	103	53	
6291076	Wiesli	wiesli	CH		45	Europe/Zurich	47.53257	8.54096		Wisli		ZH	103	53	
6291078	Irchelstrasse	irchelstrasse	CH		22	Europe/Zurich	47.5308	8.54133				ZH	103	53	
6291079	Nussbaumen	nussbaumen	CH		75	Europe/Zurich	47.5308	8.55546				ZH	103	53	
6291080	Dettenberg	dettenberg	CH		7	Europe/Zurich	47.52516	8.55604				ZH	103	53	
6291081	Franzrüti	franzrueti	CH		6	Europe/Zurich	47.51734	8.55213				ZH	103	53	
6291085	Rotzibuch	rotzibuch	CH		5	Europe/Zurich	47.51987	8.56921				ZH	103	53	
6291086	Eschenmosen	eschenmosen	CH		100	Europe/Zurich	47.51663	8.56592				ZH	103	53	
6291087	Klingenhof	klingenhof	CH		6	Europe/Zurich	47.51465	8.55571				ZH	103	53	
6291091	Nebelwinkel-Erachfeld	nebelwinkel-erachfeld	CH		40	Europe/Zurich	47.51215	8.53523				ZH	103	53	
6291092	Engelwisstrasse	engelwisstrasse	CH		2	Europe/Zurich	47.51039	8.53708				ZH	103	53	
6291093	Jfang	jfang	CH		17	Europe/Zurich	47.50866	8.54015				ZH	103	53	
6291094	Mettmenriet	mettmenriet	CH		49	Europe/Zurich	47.5126	8.54572				ZH	103	53	
6291095	Schlaufenberg	schlaufenberg	CH		47	Europe/Zurich	47.51068	8.54675				ZH	103	53	
6291098	Grund	grund	CH		8	Europe/Zurich	47.43128	8.62346				ZH	103	54	
6291100	Chriesbach	chriesbach	CH		3	Europe/Zurich	47.40782	8.62465				ZH	103	54	
6291101	Aegert	aegert	CH		32	Europe/Zurich	47.41263	8.62495				ZH	103	54	
6291102	Dietlikon / Industrie	dietlikon-industrie	CH		117	Europe/Zurich	47.41349	8.62002		Industrie		ZH	103	54	
6291103	Dietlikon / Eichwiesen	dietlikon-eichwiesen	CH		1386	Europe/Zurich	47.4191	8.62078		Eichwiesen		ZH	103	54	
6291104	Eglisau / Städtchen	eglisau-staedtchen	CH		245	Europe/Zurich	47.57578	8.5248		Staedtchen,Städtchen		ZH	103	55	
6291105	Eglisau / Eigenacker	eglisau-eigenacker	CH		217	Europe/Zurich	47.57867	8.51854		Eigenacker		ZH	103	55	
6291106	Eglisau / Steig	eglisau-steig	CH		170	Europe/Zurich	47.57766	8.52173		Steig		ZH	103	55	
6291107	Eglisau / Burg	eglisau-burg	CH		233	Europe/Zurich	47.5746	8.5301		Burg		ZH	103	55	
6291108	Seglingen / Frauenhag	seglingen-frauenhag	CH		125	Europe/Zurich	47.57458	8.51398		Frauenhag		ZH	103	55	
6291109	Seglingen / Mettlen	seglingen-mettlen	CH		347	Europe/Zurich	47.5739	8.51972		Mettlen		ZH	103	55	
6291110	Seglingen / Unter-Seglingen	seglingen-unter-seglingen	CH		169	Europe/Zurich	47.56927	8.52306		Unter-Seglingen		ZH	103	55	
6291111	Seglingen / Ober-Seglingen	seglingen-ober-seglingen	CH		503	Europe/Zurich	47.57201	8.52695		Ober-Seglingen		ZH	103	55	
6291116	Stampfi	stampfi	CH		13	Europe/Zurich	47.57822	8.51236				ZH	103	55	
6291117	Wiler	wiler	CH		388	Europe/Zurich	47.57709	8.52837				ZH	103	55	
6291124	Im Stab	im-stab	CH		12	Europe/Zurich	47.5735	8.53461				ZH	103	55	
6291126	Hinter Stadtberg	hinter-stadtberg	CH		4	Europe/Zurich	47.57343	8.54108				ZH	103	55	
6291127	Oberriet	oberriet	CH		0	Europe/Zurich	47.57159	8.54058	355	Oberried,Oberriedt		ZH	103	55	
6291130	Buechhof	buechhof	CH		9	Europe/Zurich	47.56478	8.52894				ZH	103	55	
6291131	Laubi	laubi	CH		9	Europe/Zurich	47.56105	8.54279				ZH	103	55	
6291132	Eglisau / Bauelenzelg	eglisau-bauelenzelg	CH		23	Europe/Zurich	47.58029	8.51496		Bauelenzelg		ZH	103	55	
6291133	Eglisau / Eigen	eglisau-eigen	CH		86	Europe/Zurich	47.57726	8.51717		Eigen		ZH	103	55	
6291134	Embrach / Embrach (Dorfkern)	embrach-embrach-dorfkern	CH		2960	Europe/Zurich	47.504	8.59477		Embrach (Dorfkern)		ZH	103	56	
6291135	Embrach / Klinik Hard	embrach-klinik-hard	CH		461	Europe/Zurich	47.52402	8.58596		Klinik Hard		ZH	103	56	
6291136	Embrach / Studerwies	embrach-studerwies	CH		13	Europe/Zurich	47.52262	8.5817		Studerwies		ZH	103	56	
6291137	Embrach / Hard Nord	embrach-hard-nord	CH		60	Europe/Zurich	47.52182	8.58833		Hard Nord		ZH	103	56	
6291138	Embrach / Stationsquartier	embrach-stationsquartier	CH		274	Europe/Zurich	47.51976	8.58578		Stationsquartier		ZH	103	56	
6291139	Embrach / Kellersacker	embrach-kellersacker	CH		1467	Europe/Zurich	47.51455	8.59146		Kellersacker		ZH	103	56	
6291142	Ziegelhütte	ziegelhuette	CH		10	Europe/Zurich	47.51952	8.60436				ZH	103	56	
6291144	Illingen	illingen	CH		46	Europe/Zurich	47.51608	8.5837				ZH	103	56	
6291147	Obermühle	obermuehle	CH		14	Europe/Zurich	47.5119	8.58732				ZH	103	56	
6291149	Talegg	talegg	CH		6	Europe/Zurich	47.50965	8.60248				ZH	103	56	
6291150	Betzental	betzental	CH		10	Europe/Zurich	47.50915	8.60678				ZH	103	56	
6291155	Guldenberg	guldenberg	CH		8	Europe/Zurich	47.50442	8.60739				ZH	103	56	
6291156	Gstein	gstein	CH		29	Europe/Zurich	47.50326	8.60514				ZH	103	56	
6291157	Chimenhof	chimenhof	CH		14	Europe/Zurich	47.50118	8.57917				ZH	103	56	
6291158	Berghof	berghof	CH		9	Europe/Zurich	47.49994	8.60779				ZH	103	56	
6291161	Baltsberg	baltsberg	CH		17	Europe/Zurich	47.49543	8.58458				ZH	103	56	
6291163	Embrach / Hard Süd	embrach-hard-sued	CH		13	Europe/Zurich	47.5166	8.59642		Hard Sued,Hard Süd		ZH	103	56	
6291165	Embrach / Embraport	embrach-embraport	CH		8	Europe/Zurich	47.51891	8.59095		Embraport		ZH	103	56	
6291166	Embrach / Ebnet	embrach-ebnet	CH		553	Europe/Zurich	47.51644	8.58712		Ebnet		ZH	103	56	
6291167	Embrach / Wildbach	embrach-wildbach	CH		543	Europe/Zurich	47.51178	8.59092		Wildbach		ZH	103	56	
6291168	Embrach / Bächli	embrach-baechli	CH		734	Europe/Zurich	47.512	8.59528		Baechli,Bächli		ZH	103	56	
6291169	Haller	haller	CH		222	Europe/Zurich	47.50049	8.60483				ZH	103	56	
6291170	Chüng	chueng	CH		104	Europe/Zurich	47.50557	8.60227				ZH	103	56	
6291172	Unter-Teufen	unter-teufen	CH		173	Europe/Zurich	47.55119	8.56571		Teufen ZH,Unter-Teufen		ZH	103	57	
6291176	Ober-Teufen	ober-teufen	CH		149	Europe/Zurich	47.54957	8.57139				ZH	103	57	
6291178	Feldhof	feldhof	CH		9	Europe/Zurich	47.54647	8.56772				ZH	103	57	
6291179	Teufenbach	teufenbach	CH		11	Europe/Zurich	47.54566	8.5704				ZH	103	57	
6291180	Schloss Teufen	schloss-teufen	CH		18	Europe/Zurich	47.5441	8.57436				ZH	103	57	
6291182	Geissstig	geissstig	CH		3	Europe/Zurich	47.53675	8.59079				ZH	103	57	
6291183	Rüedi	rueedi	CH		35	Europe/Zurich	47.53538	8.59692				ZH	103	57	
6291184	Wohnschule	wohnschule	CH		38	Europe/Zurich	47.53388	8.58923				ZH	103	57	
6291190	Sonnenberg	sonnenberg	CH		10	Europe/Zurich	47.52581	8.60737				ZH	103	57	
6291193	Schlossacher	schlossacher	CH		70	Europe/Zurich	47.57308	8.47219				ZH	103	58	
6291194	Zweidlen-Station	zweidlen-station	CH		257	Europe/Zurich	47.57024	8.4699				ZH	103	58	
6291195	Rheinsfelden (Höfe)	rheinsfelden-hoefe	CH		26	Europe/Zurich	47.57587	8.47733				ZH	103	58	
6291196	Letten	letten	CH		208	Europe/Zurich	47.5699	8.47987				ZH	103	58	
6291197	Laubberg	laubberg	CH		7	Europe/Zurich	47.57	8.49582				ZH	103	58	
6291198	Zweidlen-Dorf	zweidlen-dorf	CH		104	Europe/Zurich	47.56262	8.47042		Zweidlen		ZH	103	58	
6291199	Aarüti	aarueti	CH		59	Europe/Zurich	47.56054	8.4859				ZH	103	58	
6291200	Berg	berg	CH		3	Europe/Zurich	47.56422	8.50301				ZH	103	58	
6291202	Wölflishalden	woelflishalden	CH		8	Europe/Zurich	47.56352	8.51605				ZH	103	58	
6291210	Schachen	schachen	CH		67	Europe/Zurich	47.54757	8.51264				ZH	103	58	
6291218	Hirslen	hirslen	CH		0	Europe/Zurich	47.5223	8.52249				ZH	103	59	
6291219	Willenhof	willenhof	CH		39	Europe/Zurich	47.51614	8.51306				ZH	103	59	
6291221	Im Jakobstal	im-jakobstal	CH		29	Europe/Zurich	47.5144	8.52015				ZH	103	59	
6291223	Im Schindlerbühl	im-schindlerbuehl	CH		10	Europe/Zurich	47.53139	8.51237				ZH	103	59	
6291226	Höri	hoeri	CH		1041	Europe/Zurich	47.50799	8.51203				ZH	103	60	
6291227	Nieder-Höri	nieder-hoeri	CH		55	Europe/Zurich	47.5091	8.5038				ZH	103	60	
6291228	Bückler-Dörnler	bueckler-doernler	CH		591	Europe/Zurich	47.50815	8.51542				ZH	103	60	
6291229	Ober-Höri	ober-hoeri	CH		523	Europe/Zurich	47.50399	8.49749				ZH	103	60	
6291234	Fuchshof	fuchshof	CH		6	Europe/Zurich	47.60023	8.49131				ZH	103	61	
6291236	Bahnhof	bahnhof	CH		6	Europe/Zurich	47.58235	8.51268				ZH	103	61	
6291238	Raineten	raineten	CH		1	Europe/Zurich	47.59573	8.51096				ZH	103	61	
6291242	Kloten / Kloten (Zentrum)	kloten-kloten-zentrum	CH		1681	Europe/Zurich	47.45134	8.58683		Kloten (Zentrum)		ZH	103	62	
6291243	Kloten / Freienberg (Chanzler-Chlini Chaseren)	kloten-freienberg-chanzler-chlini-chaseren	CH		1588	Europe/Zurich	47.46584	8.58145		Freienberg (Chanzler-Chlini Chaseren)		ZH	103	62	
6291244	Kloten / Chaseren	kloten-chaseren	CH		360	Europe/Zurich	47.46033	8.58574		Chaseren		ZH	103	62	
6291245	Kloten / Kaserne	kloten-kaserne	CH		11	Europe/Zurich	47.45907	8.57862		Kaserne		ZH	103	62	
6291246	Kloten / Horainli	kloten-horainli	CH		1391	Europe/Zurich	47.45399	8.58306		Horainli		ZH	103	62	
6291247	Kloten / Geissberg	kloten-geissberg	CH		1941	Europe/Zurich	47.45424	8.59066		Geissberg		ZH	103	62	
6291248	Kloten / Hostrass	kloten-hostrass	CH		1012	Europe/Zurich	47.45255	8.59464		Hostrass		ZH	103	62	
6291249	Kloten / Holberg	kloten-holberg	CH		2239	Europe/Zurich	47.44642	8.57661		Holberg		ZH	103	62	
6291250	Kloten / Oberfeld	kloten-oberfeld	CH		31	Europe/Zurich	47.44849	8.59665		Oberfeld		ZH	103	62	
6291251	Kloten / Balsberg	kloten-balsberg	CH		1389	Europe/Zurich	47.44233	8.57496		Balsberg		ZH	103	62	
6291252	Kloten / Bramen	kloten-bramen	CH		983	Europe/Zurich	47.4433	8.57925		Bramen		ZH	103	62	
6291253	Kloten / Spitz	kloten-spitz	CH		1153	Europe/Zurich	47.44455	8.58724		Spitz		ZH	103	62	
6291254	Kloten / Rütlen	kloten-ruetlen	CH		2510	Europe/Zurich	47.44726	8.58808		Ruetlen,Rütlen		ZH	103	62	
6291256	Egetswil	egetswil	CH		275	Europe/Zurich	47.47186	8.58451				ZH	103	62	
6291258	Vorder Bänikon	vorder-baenikon	CH		21	Europe/Zurich	47.47259	8.61203				ZH	103	62	
6291259	Gerlisberg	gerlisberg	CH		120	Europe/Zurich	47.46454	8.61509				ZH	103	62	
6291260	Rank	rank	CH		30	Europe/Zurich	47.45835	8.60501				ZH	103	62	
6291261	Eigental	eigental	CH		13	Europe/Zurich	47.47032	8.62251				ZH	103	62	
6291262	Obholz	obholz	CH		14	Europe/Zurich	47.46308	8.62823				ZH	103	62	
6291268	Moosbrunnen	moosbrunnen	CH		8	Europe/Zurich	47.48561	8.58106				ZH	103	63	
6291269	Sandächer	sandaecher	CH		10	Europe/Zurich	47.49019	8.59036				ZH	103	63	
6291270	Ziegeleistrasse	ziegeleistrasse	CH		47	Europe/Zurich	47.48723	8.59168				ZH	103	63	
6291271	Müli	mueli	CH		68	Europe/Zurich	47.48756	8.59601				ZH	103	63	
6291274	Hinter-Marchlen	hinter-marchlen	CH		12	Europe/Zurich	47.48103	8.5856				ZH	103	63	
6291275	Gsteig	gsteig	CH		10	Europe/Zurich	47.48386	8.58964				ZH	103	63	
6291276	Vorder-Marchlen	vorder-marchlen	CH		6	Europe/Zurich	47.47711	8.59082				ZH	103	63	
6291277	Augwil	augwil	CH		450	Europe/Zurich	47.47496	8.5972				ZH	103	63	
6291278	Chloosstrasse	chloosstrasse	CH		10	Europe/Zurich	47.47101	8.60061				ZH	103	63	
6291279	Ober-Augwil	ober-augwil	CH		66	Europe/Zurich	47.47371	8.60331				ZH	103	63	
6291281	Breitenloo	breitenloo	CH		20	Europe/Zurich	47.46829	8.63043				ZH	103	64	
6291282	Kleinhaus	kleinhaus	CH		8	Europe/Zurich	47.46757	8.63837				ZH	103	64	
6291283	Oberwil	oberwil	CH		403	Europe/Zurich	47.46317	8.63861				ZH	103	64	
6291286	Birchwil	birchwil	CH		1066	Europe/Zurich	47.45431	8.63477				ZH	103	64	
6291292	Hakab	hakab	CH		46	Europe/Zurich	47.45103	8.65954				ZH	103	64	
6291295	Fraubüechli	fraubueechli	CH		6	Europe/Zurich	47.44148	8.65639				ZH	103	64	
6291299	Trinenmoos	trinenmoos	CH		7	Europe/Zurich	47.49511	8.61643				ZH	103	65	
6291300	Paradies	paradies	CH		3	Europe/Zurich	47.49597	8.62043				ZH	103	65	
6291301	Rotenfluh	rotenfluh	CH		26	Europe/Zurich	47.49409	8.62835				ZH	103	65	
6291302	Unter-Mettmenstetten	unter-mettmenstetten	CH		5	Europe/Zurich	47.49855	8.63243				ZH	103	65	
6291304	Ober-Mettmenstetten	ober-mettmenstetten	CH		12	Europe/Zurich	47.498	8.64171				ZH	103	65	
6291305	Ober-Wagenburg	ober-wagenburg	CH		34	Europe/Zurich	47.49438	8.64362				ZH	103	65	
6291306	Stiegenhof	stiegenhof	CH		9	Europe/Zurich	47.49699	8.65297				ZH	103	65	
6291310	Riethof	riethof	CH		11	Europe/Zurich	47.4845	8.62394				ZH	103	65	
6291312	Sonnenberg	sonnenberg	CH		12	Europe/Zurich	47.49076	8.6243				ZH	103	65	
6291313	Hausen	hausen	CH		9	Europe/Zurich	47.48864	8.62657				ZH	103	65	
6291314	Mühlberg	muehlberg	CH		24	Europe/Zurich	47.48634	8.63879				ZH	103	65	
6291315	Unter-Wagenburg	unter-wagenburg	CH		15	Europe/Zurich	47.48986	8.64617				ZH	103	65	
6291316	Sonnenbühl	sonnenbuehl	CH		28	Europe/Zurich	47.49146	8.65828				ZH	103	65	
6291318	Madlikon	madlikon	CH		7	Europe/Zurich	47.48	8.64263				ZH	103	65	
6291319	Stürzikon	stuerzikon	CH		16	Europe/Zurich	47.47723	8.64987				ZH	103	65	
6291320	Bühlhof	buehlhof	CH		13	Europe/Zurich	47.47459	8.64384				ZH	103	65	
6291324	Glattbrugg / Wydacker/Bettacker/Lättenwiesen	glattbrugg-wydacker-bettacker-laettenwiesen	CH		1551	Europe/Zurich	47.42908	8.56657		Wydacker/Bettacker/Laettenwiesen,Wydacker/Bettacker/Lättenwiesen		ZH	103	66	
6291325	Grossacker/Opfikon	grossacker-opfikon	CH		1076	Europe/Zurich	47.42696	8.57886				ZH	103	66	
6291326	Rietgrabenhang	rietgrabenhang	CH		761	Europe/Zurich	47.42442	8.57658				ZH	103	66	
6291327	Au	au	CH		426	Europe/Zurich	47.42135	8.57187				ZH	103	66	
6291328	Oberhauserriet	oberhauserriet	CH		77	Europe/Zurich	47.42196	8.56427				ZH	103	66	
6291329	Leutschenbach	leutschenbach	CH		5	Europe/Zurich	47.41753	8.56478				ZH	103	66	
6291330	Talacker	talacker	CH		18	Europe/Zurich	47.42445	8.5579				ZH	103	66	
6291331	Glattbrugg / Hohenstieglen	glattbrugg-hohenstieglen	CH		312	Europe/Zurich	47.42758	8.55799		Hohenstieglen		ZH	103	66	
6291332	Glattbrugg / Frohdörfli	glattbrugg-frohdoerfli	CH		416	Europe/Zurich	47.4299	8.55733		Frohdoerfli,Frohdörfli		ZH	103	66	
6291333	Glattbrugg / Zentrum Müllacker	glattbrugg-zentrum-muellacker	CH		867	Europe/Zurich	47.43424	8.56905		Zentrum Muellacker,Zentrum Müllacker		ZH	103	66	
6291334	Hohenbühl/Bubenholz	hohenbuehl-bubenholz	CH		66	Europe/Zurich	47.43694	8.57302				ZH	103	66	
6291335	Brünnli/Hardacker	bruennli-hardacker	CH		370	Europe/Zurich	47.43911	8.5746				ZH	103	66	
6291336	Glattbrugg / Rohr/Platten-Balsberg	glattbrugg-rohr-platten-balsberg	CH		1780	Europe/Zurich	47.43721	8.56642		Rohr/Platten-Balsberg		ZH	103	66	
6291337	Glattbrugg / Flughofstrasse	glattbrugg-flughofstrasse	CH		11	Europe/Zurich	47.43764	8.56068		Flughofstrasse		ZH	103	66	
6291338	Glattbrugg / Sägereistrasse-Cher	glattbrugg-saegereistrasse-cher	CH		68	Europe/Zurich	47.43269	8.55864		Saegereistrasse-Cher,Sägereistrasse-Cher		ZH	103	66	
6291339	Langenriet	langenriet	CH		5	Europe/Zurich	47.62739	8.52776				ZH	103	67	
6291347	Sonnenberg	sonnenberg	CH		20	Europe/Zurich	47.61492	8.52513				ZH	103	67	
6291348	Feldhof	feldhof	CH		8	Europe/Zurich	47.6086	8.52703				ZH	103	67	
6291349	Forenhof	forenhof	CH		3	Europe/Zurich	47.61149	8.55994				ZH	103	67	
6291350	Solgen	solgen	CH		10	Europe/Zurich	47.61369	8.5631				ZH	103	67	
6291362	Ausserwiler	ausserwiler	CH		5	Europe/Zurich	47.53652	8.5682				ZH	103	68	
6291363	Nauen	nauen	CH		45	Europe/Zurich	47.53468	8.57779				ZH	103	68	
6291364	Au	au	CH		137	Europe/Zurich	47.5263	8.57904				ZH	103	68	
6291367	Wagenbreche	wagenbreche	CH		8	Europe/Zurich	47.54429	8.55774				ZH	103	68	
6291369	Riet	riet	CH		149	Europe/Zurich	47.53251	8.57983				ZH	103	68	
6291372	Berghof	berghof	CH		4	Europe/Zurich	47.52115	8.57584				ZH	103	68	
6291373	Wallisellen / Wallisellen-West	wallisellen-wallisellen-west	CH		3511	Europe/Zurich	47.41906	8.58586		Wallisellen-West		ZH	103	69	
6291374	Wallisellen / Wallisellen-Ost	wallisellen-wallisellen-ost	CH		5031	Europe/Zurich	47.41446	8.59727		Wallisellen-Ost		ZH	103	69	
6291375	Wallisellen / Rieden	wallisellen-rieden	CH		2261	Europe/Zurich	47.41738	8.60028		Rieden		ZH	103	69	
6291376	Wallisellen / Hof	wallisellen-hof	CH		902	Europe/Zurich	47.40906	8.60345		Hof		ZH	103	69	
6291377	Herzogenmühle	herzogenmuehle	CH		34	Europe/Zurich	47.41086	8.58078				ZH	103	69	
6291378	Neugut	neugut	CH		27	Europe/Zurich	47.40503	8.60255				ZH	103	69	
6291379	Schönenhof	schoenenhof	CH		41	Europe/Zurich	47.41032	8.61343				ZH	103	69	
6291391	Buchenloo	buchenloo	CH		46	Europe/Zurich	47.61276	8.49334				ZH	103	71	
6291393	Wendelbuck	wendelbuck	CH		24	Europe/Zurich	47.60616	8.49178				ZH	103	71	
6291394	Lirenhof	lirenhof	CH		54	Europe/Zurich	47.60644	8.49695				ZH	103	71	
6291395	Felsenegg	felsenegg	CH		66	Europe/Zurich	47.60643	8.50022				ZH	103	71	
6291396	Bürgelacker	buergelacker	CH		164	Europe/Zurich	47.60716	8.50452				ZH	103	71	
6291398	Rüti	rueti	CH		10	Europe/Zurich	47.61022	8.51141				ZH	103	71	
6291399	Hüslihof	hueslihof	CH		54	Europe/Zurich	47.61162	8.52224				ZH	103	71	
6291403	Grund	grund	CH		28	Europe/Zurich	47.60097	8.50996				ZH	103	71	
6291404	Landbühl	landbuehl	CH		18	Europe/Zurich	47.5988	8.50648				ZH	103	71	
6291411	Scheidweg	scheidweg	CH		17	Europe/Zurich	47.49727	8.54485				ZH	103	51	
6291412	Bitziberg	bitziberg	CH		32	Europe/Zurich	47.49666	8.54804				ZH	103	72	
6291414	Bützen	buetzen	CH		69	Europe/Zurich	47.49476	8.55236				ZH	103	72	
6291415	Geeren	geeren	CH		97	Europe/Zurich	47.49508	8.55431				ZH	103	72	
6291417	Brütter	bruetter	CH		78	Europe/Zurich	47.49458	8.55786				ZH	103	72	
6291418	Angelrain	angelrain	CH		139	Europe/Zurich	47.49509	8.56142				ZH	103	72	
6291420	Seeb	seeb	CH		251	Europe/Zurich	47.49202	8.54771				ZH	103	72	
6291421	Hofacher	hofacher	CH		64	Europe/Zurich	47.48954	8.55718				ZH	103	72	
6291422	Lätten	laetten	CH		136	Europe/Zurich	47.49172	8.5595				ZH	103	72	
6291423	Seehalden	seehalden	CH		11	Europe/Zurich	47.48696	8.54883				ZH	103	72	
6291424	Lochwis	lochwis	CH		71	Europe/Zurich	47.48893	8.5596				ZH	103	72	
6291425	Grossacher	grossacher	CH		9	Europe/Zurich	47.48665	8.55884				ZH	103	72	
6291426	Huser	huser	CH		6	Europe/Zurich	47.48225	8.55247				ZH	103	72	
6291427	Niderrüti	niderrueti	CH		179	Europe/Zurich	47.47938	8.55502				ZH	103	72	
6291428	Büelhalden	bueelhalden	CH		29	Europe/Zurich	47.48265	8.55784				ZH	103	72	
6291429	Loo	loo	CH		64	Europe/Zurich	47.48322	8.56226				ZH	103	72	
6291430	Büelhof	bueelhof	CH		42	Europe/Zurich	47.4829	8.55986				ZH	103	72	
6291431	Pünten	puenten	CH		17	Europe/Zurich	47.48258	8.56241				ZH	103	72	
6291432	Büelreben	bueelreben	CH		151	Europe/Zurich	47.48175	8.56544				ZH	103	72	
6291433	Chlihölzli	chlihoelzli	CH		166	Europe/Zurich	47.48052	8.5594				ZH	103	72	
6291434	Maas	maas	CH		202	Europe/Zurich	47.4805	8.56291				ZH	103	72	
6291435	Oberrüti	oberrueti	CH		118	Europe/Zurich	47.47894	8.56601				ZH	103	72	
6291436	Hagenbuechen	hagenbuechen	CH		8	Europe/Zurich	47.47653	8.55637				ZH	103	72	
6291437	Chirchbüel	chirchbueel	CH		132	Europe/Zurich	47.47882	8.56068				ZH	103	72	
6291438	Hargarten	hargarten	CH		89	Europe/Zurich	47.47739	8.56283				ZH	103	72	
6291440	Wilenhof	wilenhof	CH		7	Europe/Zurich	47.47613	8.56425				ZH	103	72	
6291441	Grosswis	grosswis	CH		68	Europe/Zurich	47.47902	8.56363				ZH	103	72	
6291442	Alt-Bachs	alt-bachs	CH		261	Europe/Zurich	47.52385	8.43942		Bachs		ZH	104	81	
6291443	Neu-Bachs	neu-bachs	CH		141	Europe/Zurich	47.527	8.44004				ZH	104	81	
6291444	Tal	tal	CH		7	Europe/Zurich	47.53891	8.41251				ZH	104	81	
6291445	Thalmühle	thalmuehle	CH		8	Europe/Zurich	47.53857	8.41101				ZH	104	81	
6291446	Hueb	hueb	CH		16	Europe/Zurich	47.53781	8.41683				ZH	104	81	
6291447	Rüebisberg	rueebisberg	CH		15	Europe/Zurich	47.53659	8.40774				ZH	104	81	
6291448	Brämhof	braemhof	CH		7	Europe/Zurich	47.53631	8.4141				ZH	104	81	
6291453	Mulflen	mulflen	CH		21	Europe/Zurich	47.52821	8.42339				ZH	104	81	
6291457	Weiherbach	weiherbach	CH		9	Europe/Zurich	47.51922	8.44921				ZH	104	81	
6291458	Hochrüti	hochrueti	CH		5	Europe/Zurich	47.51821	8.43898				ZH	104	81	
6291460	Hodleten	hodleten	CH		8	Europe/Zurich	47.51769	8.42945				ZH	104	81	
6291461	Schlatt	schlatt	CH		2	Europe/Zurich	47.51529	8.45689				ZH	104	81	
6291466	Weid	weid	CH		10	Europe/Zurich	47.46789	8.4156				ZH	104	82	
6291468	Neuwies	neuwies	CH		76	Europe/Zurich	47.46583	8.40984				ZH	104	82	
6291469	Rüti	rueti	CH		4	Europe/Zurich	47.46554	8.41325				ZH	104	82	
6291470	Buchs / Buchs (Nord)	buchs-buchs-nord	CH		512	Europe/Zurich	47.46088	8.43555		Buchs (Nord)		ZH	104	83	
6291471	Fabrikstrasse / Unterdorf	fabrikstrasse-unterdorf	CH		199	Europe/Zurich	47.45694	8.43627		Unterdorf		ZH	104	83	
6291472	Buchs / Zürcherstrasse	buchs-zuercherstrasse	CH		751	Europe/Zurich	47.45726	8.44152		Zuercherstrasse,Zürcherstrasse		ZH	104	83	
6291473	Buchs / Dielsdorfer-/Krähstelstr.	buchs-dielsdorfer-kraehstelstr	CH		409	Europe/Zurich	47.45967	8.44184		Dielsdorfer-/Kraehstelstr.,Dielsdorfer-/Krähstelstr.		ZH	104	83	
6291474	Buchs / Bachtel	buchs-bachtel	CH		280	Europe/Zurich	47.45912	8.44427		Bachtel		ZH	104	83	
6291476	Wolfacker	wolfacker	CH		6	Europe/Zurich	47.46617	8.44202				ZH	104	83	
6291479	Im Badweg	im-badweg	CH		3	Europe/Zurich	47.46274	8.4445				ZH	104	83	
6291482	Huebacher	huebacher	CH		4	Europe/Zurich	47.45879	8.44785				ZH	104	83	
6291484	Krähstel	kraehstel	CH		38	Europe/Zurich	47.4584	8.45354				ZH	104	83	
6291485	Drisgler	drisgler	CH		40	Europe/Zurich	47.45493	8.45283				ZH	104	83	
6291487	Buchs / Ringstrasse	buchs-ringstrasse	CH		631	Europe/Zurich	47.45492	8.43985		Ringstrasse		ZH	104	83	
6291488	Buchs / Tüfi	buchs-tuefi	CH		233	Europe/Zurich	47.45536	8.43622		Tuefi,Tüfi		ZH	104	83	
6291489	Buchs / Rosengarten	buchs-rosengarten	CH		393	Europe/Zurich	47.45417	8.4357		Rosengarten		ZH	104	83	
6291491	Im Riet	im-riet	CH		60	Europe/Zurich	47.45067	8.43527				ZH	104	83	
6291492	Furthof	furthof	CH		9	Europe/Zurich	47.45103	8.4245				ZH	104	83	
6291493	Wiesenhof	wiesenhof	CH		5	Europe/Zurich	47.45373	8.42455				ZH	104	83	
6291495	Trübenbach	truebenbach	CH		25	Europe/Zurich	47.45779	8.4233				ZH	104	83	
6291496	Buchs / In der Buh	buchs-in-der-buh	CH		112	Europe/Zurich	47.45892	8.42917				ZH	104	83	
6291499	Dällikon / Dällikon (Dorf)	daellikon-daellikon-dorf	CH		1583	Europe/Zurich	47.43983	8.43813		Daellikon,Daellikon (Dorf),Dällikon,Dällikon (Dorf)		ZH	104	84	
6291500	Brüederhof	brueederhof	CH		5	Europe/Zurich	47.44695	8.42448				ZH	104	84	
6291502	Weid	weid	CH		10	Europe/Zurich	47.44214	8.42154				ZH	104	84	
6291503	Riet	riet	CH		21	Europe/Zurich	47.44756	8.43233				ZH	104	84	
6291504	Hüttenwiesenstrasse	huettenwiesenstrasse	CH		24	Europe/Zurich	47.44684	8.4373				ZH	104	84	
6291506	Dällikon / Industriestrasse	daellikon-industriestrasse	CH		196	Europe/Zurich	47.44402	8.44032		Industriestrasse		ZH	104	84	
6291508	Feldhof	feldhof	CH		12	Europe/Zurich	47.44075	8.43145				ZH	104	84	
6291509	Dällikon / Sytenacher	daellikon-sytenacher	CH		859	Europe/Zurich	47.43844	8.44465		Sytenacher		ZH	104	84	
6291513	Chrummwis / Längg	chrummwis-laengg	CH		7	Europe/Zurich	47.44013	8.42695				ZH	104	84	
6291514	Dänikon / Dänikon (Dorfkern)	daenikon-daenikon-dorfkern	CH		316	Europe/Zurich	47.44606	8.40435		Daenikon (Dorfkern),Dänikon (Dorfkern)		ZH	104	85	
6291515	Dänikon / Feld 2	daenikon-feld-2	CH		28	Europe/Zurich	47.44905	8.40596		Feld 2		ZH	104	85	
6291516	Dänikon / Feld 1	daenikon-feld-1	CH		80	Europe/Zurich	47.44761	8.40406		Feld 1		ZH	104	85	
6291517	Dänikon / Bifang	daenikon-bifang	CH		754	Europe/Zurich	47.44728	8.40835		Bifang		ZH	104	85	
6291523	Otelfinger-Str.	otelfinger-str	CH		6	Europe/Zurich	47.45048	8.3941				ZH	104	85	
6291526	Burghof	burghof	CH		64	Europe/Zurich	47.47156	8.44367				ZH	104	86	
6291527	Ditikerhof	ditikerhof	CH		13	Europe/Zurich	47.47159	8.45249				ZH	104	86	
6291529	Hüttikon	huettikon	CH		480	Europe/Zurich	47.4426	8.38807				ZH	104	87	
6291530	Hüttikerberg	huettikerberg	CH		14	Europe/Zurich	47.43842	8.38718				ZH	104	87	
6291537	Im Juch	im-juch	CH		34	Europe/Zurich	47.51469	8.47086				ZH	104	88	
6291541	Riedt	riedt	CH		811	Europe/Zurich	47.50069	8.47078				ZH	104	88	
6291543	Langgraben	langgraben	CH		14	Europe/Zurich	47.50396	8.46764				ZH	104	88	
6291546	Niederglatt / Niederglatt (Dorfkern)	niederglatt-niederglatt-dorfkern	CH		1147	Europe/Zurich	47.49065	8.50048		Niederglatt (Dorfkern)		ZH	104	89	
6291547	Niederglatt / Nöschikon	niederglatt-noeschikon	CH		883	Europe/Zurich	47.49518	8.49472		Noeschikon,Nöschikon		ZH	104	89	
6291548	Niederglatt / Gärtli	niederglatt-gaertli	CH		474	Europe/Zurich	47.49682	8.49974		Gaertli,Gärtli		ZH	104	89	
6291549	Niederglatt / Grafschaft	niederglatt-grafschaft	CH		531	Europe/Zurich	47.49428	8.50305		Grafschaft		ZH	104	89	
6291550	Niederglatt / Kirchrain	niederglatt-kirchrain	CH		155	Europe/Zurich	47.48928	8.49703		Kirchrain		ZH	104	89	
6291551	Niederglatt / Sonnenberg	niederglatt-sonnenberg	CH		408	Europe/Zurich	47.48644	8.49834		Sonnenberg		ZH	104	89	
6291553	Niederglatt / Südstrasse	niederglatt-suedstrasse	CH		34	Europe/Zurich	47.48672	8.50429		Suedstrasse,Südstrasse		ZH	104	89	
6291554	Feldhof	feldhof	CH		10	Europe/Zurich	47.49168	8.47933				ZH	104	89	
6291555	Auf dem Bühl	auf-dem-buehl	CH		11	Europe/Zurich	47.49491	8.49064				ZH	104	89	
6291559	Oberhasli / Oberhasli (Dorf)	oberhasli-oberhasli-dorf	CH		302	Europe/Zurich	47.46575	8.49883		Oberhasli,Oberhasli (Dorf)		ZH	104	90	
6291561	Niederhasli / Eschenberg	niederhasli-eschenberg	CH		267	Europe/Zurich	47.4848	8.4943		Eschenberg		ZH	104	90	
6291565	Niederhasli / Adlibogen	niederhasli-adlibogen	CH		0	Europe/Zurich	47.48189	8.49344		Adlibogen		ZH	104	90	
6291572	Kastelhof	kastelhof	CH		37	Europe/Zurich	47.47259	8.4759				ZH	104	90	
6291573	Mettmenhasli / Mettmenhasli (Dorf)	mettmenhasli-mettmenhasli-dorf	CH		324	Europe/Zurich	47.47134	8.48696		Mettmenhasli (Dorf)		ZH	104	90	
6291575	Oberhasli / Birch	oberhasli-birch	CH		858	Europe/Zurich	47.46941	8.50078		Birch		ZH	104	90	
6291576	Oberhasli / Hasliberg	oberhasli-hasliberg	CH		261	Europe/Zurich	47.46892	8.50491		Hasliberg		ZH	104	90	
6291577	Nassenwil / Nassenwil (Dorf)	nassenwil-nassenwil-dorf	CH		219	Europe/Zurich	47.46545	8.46934		Nassenwil (Dorf)		ZH	104	90	
6291578	Nassenwil / Steinacker	nassenwil-steinacker	CH		8	Europe/Zurich	47.46494	8.47725		Steinacker		ZH	104	90	
6291582	Rietrain	rietrain	CH		12	Europe/Zurich	47.46501	8.51291				ZH	104	90	
6291584	Chutzenmoos	chutzenmoos	CH		7	Europe/Zurich	47.46241	8.4844				ZH	104	90	
6291585	Rütisberg	ruetisberg	CH		22	Europe/Zurich	47.46017	8.49137				ZH	104	90	
6291587	Oberhasli / Sandrain	oberhasli-sandrain	CH		27	Europe/Zurich	47.4626	8.50126		Sandrain		ZH	104	90	
6291588	Rütihof	ruetihof	CH		5	Europe/Zurich	47.46148	8.51347				ZH	104	90	
6291590	Säget	saeget	CH		7	Europe/Zurich	47.48667	8.48896				ZH	104	90	
6291593	Niederweningen / Rebhalde	niederweningen-rebhalde	CH		50	Europe/Zurich	47.51202	8.37704		Rebhalde		ZH	104	91	
6291594	Niederweningen / Hütten	niederweningen-huetten	CH		69	Europe/Zurich	47.5085	8.37995		Huetten,Hütten		ZH	104	91	
6291596	Niederweningen / Urblig	niederweningen-urblig	CH		441	Europe/Zurich	47.50999	8.37403		Urblig		ZH	104	91	
6291597	Niederweningen / Hüsliweg	niederweningen-huesliweg	CH		212	Europe/Zurich	47.511	8.37707		Huesliweg,Hüsliweg		ZH	104	91	
6291600	Niederweningen / Gumpenwisen	niederweningen-gumpenwisen	CH		99	Europe/Zurich	47.50908	8.37836		Gumpenwisen		ZH	104	91	
6291601	Surbwiesen	surbwiesen	CH		43	Europe/Zurich	47.50884	8.36936				ZH	104	91	
6291602	Ob der Müli	ob-der-mueli	CH		12	Europe/Zurich	47.50841	8.38259				ZH	104	91	
6291604	Vorderegg	vorderegg	CH		101	Europe/Zurich	47.50654	8.38535				ZH	104	91	
6291606	Niederweningen / Bi de Chile	niederweningen-bi-de-chile	CH		25	Europe/Zurich	47.50424	8.36909		Bi de Chile		ZH	104	91	
6291607	Hintereichen	hintereichen	CH		40	Europe/Zurich	47.50436	8.37192				ZH	104	91	
6291608	Niederweningen / Gupfen	niederweningen-gupfen	CH		138	Europe/Zurich	47.50245	8.37134		Gupfen		ZH	104	91	
6291609	Niederweningen / Guggach	niederweningen-guggach	CH		165	Europe/Zurich	47.50048	8.37419		Guggach		ZH	104	91	
6291619	Oberglatt / Oberglatt (Dorfkern)	oberglatt-oberglatt-dorfkern	CH		1406	Europe/Zurich	47.47596	8.51929		Oberglatt (Dorfkern)		ZH	104	92	
6291620	Oberglatt / Bellen-Grafschaft	oberglatt-bellen-grafschaft	CH		825	Europe/Zurich	47.4799	8.52471		Bellen-Grafschaft		ZH	104	92	
6291621	Oberglatt / Bahnhofquartier	oberglatt-bahnhofquartier	CH		1333	Europe/Zurich	47.47143	8.51289		Bahnhofquartier		ZH	104	92	
6291624	Hell	hell	CH		4	Europe/Zurich	47.4865	8.53678				ZH	104	92	
6291625	Hofstetten	hofstetten	CH		1115	Europe/Zurich	47.47778	8.50646				ZH	104	92	
6291626	Grundbuck-Gässli	grundbuck-gaessli	CH		8	Europe/Zurich	47.48295	8.5204				ZH	104	92	
6291627	Hasliberg	hasliberg	CH		339	Europe/Zurich	47.46714	8.50333				ZH	104	90	
6291628	Elektrohof	elektrohof	CH		2	Europe/Zurich	47.46916	8.52405				ZH	104	92	
6291629	Kirchweg	kirchweg	CH		109	Europe/Zurich	47.50219	8.41023				ZH	104	93	
6291630	Tüfwis	tuefwis	CH		162	Europe/Zurich	47.50122	8.40125				ZH	104	93	
6291631	Wattenwilerhof	wattenwilerhof	CH		11	Europe/Zurich	47.52678	8.402				ZH	104	93	
6291634	Buck	buck	CH		15	Europe/Zurich	47.50582	8.41108				ZH	104	93	
6291635	Grund	grund	CH		10	Europe/Zurich	47.50509	8.40987				ZH	104	93	
6291642	Otelfingen / Oberdorf	otelfingen-oberdorf	CH		103	Europe/Zurich	47.46519	8.38603		Oberdorf		ZH	104	94	
6291643	Otelfingen / Bächlen	otelfingen-baechlen	CH		88	Europe/Zurich	47.46272	8.37946		Baechlen,Bächlen		ZH	104	94	
6291644	Otelfingen / Dorf	otelfingen-dorf	CH		264	Europe/Zurich	47.46167	8.38672		Dorf		ZH	104	94	
6291645	Otelfingen / Brühl	otelfingen-bruehl	CH		235	Europe/Zurich	47.45679	8.38528		Bruehl,Brühl		ZH	104	94	
6291646	Otelfingen / Geeren	otelfingen-geeren	CH		159	Europe/Zurich	47.46538	8.38834		Geeren		ZH	104	94	
6291647	Otelfingen / Sandacker	otelfingen-sandacker	CH		159	Europe/Zurich	47.46088	8.39798		Sandacker		ZH	104	94	
6291648	Otelfingen / Bodenacker	otelfingen-bodenacker	CH		405	Europe/Zurich	47.46044	8.39275		Bodenacker		ZH	104	94	
6291649	Otelfingen / Lärenbühl	otelfingen-laerenbuehl	CH		257	Europe/Zurich	47.45701	8.39111		Laerenbuehl,Lärenbühl		ZH	104	94	
6291650	Otelfingen / Industrie	otelfingen-industrie	CH		50	Europe/Zurich	47.4579	8.40447		Industrie		ZH	104	94	
6291651	Otelfingen / Breitlen	otelfingen-breitlen	CH		57	Europe/Zurich	47.4641	8.3914		Breitlen		ZH	104	94	
6291652	Otelfingen / Golfpark	otelfingen-golfpark	CH		31	Europe/Zurich	47.45376	8.40201		Golfpark		ZH	104	94	
6291654	Staldern / Pünt	staldern-puent	CH		25	Europe/Zurich	47.48167	8.43322				ZH	104	95	
6291655	Höfli / Halde	hoefli-halde	CH		12	Europe/Zurich	47.48128	8.4372				ZH	104	95	
6291657	Hirsmühle	hirsmuehle	CH		61	Europe/Zurich	47.48225	8.44507				ZH	104	95	
6291660	Regensdorf / Zentrum	regensdorf-zentrum	CH		650	Europe/Zurich	47.43076	8.46898		Zentrum		ZH	104	96	
6291662	Rächenbühl	raechenbuehl	CH		35	Europe/Zurich	47.45533	8.46041				ZH	104	96	
6291664	Sonnhalde	sonnhalde	CH		1984	Europe/Zurich	47.45329	8.46091				ZH	104	96	
6291665	Rebrain	rebrain	CH		342	Europe/Zurich	47.45047	8.46799				ZH	104	96	
6291666	Im Lätten	im-laetten	CH		63	Europe/Zurich	47.44877	8.46943				ZH	104	96	
6291667	Lleitstrasse	lleitstrasse	CH		75	Europe/Zurich	47.45017	8.47014				ZH	104	96	
6291668	Laubisser	laubisser	CH		617	Europe/Zurich	47.44828	8.47661				ZH	104	96	
6291670	Sandrain	sandrain	CH		26	Europe/Zurich	47.46393	8.49978				ZH	104	90	
6291671	Oberdorf (Watt)	oberdorf-watt	CH		72	Europe/Zurich	47.44855	8.48534				ZH	104	96	
6291672	Spannrain	spannrain	CH		174	Europe/Zurich	47.44621	8.48441				ZH	104	96	
6291673	Riedthof	riedthof	CH		9	Europe/Zurich	47.44488	8.45341				ZH	104	96	
6291674	Adlikon	adlikon	CH		970	Europe/Zurich	47.44681	8.46641		Adlikon b. Regensdorf		ZH	104	96	
6291676	Pächterriet	paechterriet	CH		234	Europe/Zurich	47.44625	8.47293				ZH	104	96	
6291677	Trockenloo	trockenloo	CH		289	Europe/Zurich	47.44161	8.4719				ZH	104	96	
6291678	Wiesacher Ort	wiesacher-ort	CH		143	Europe/Zurich	47.43853	8.46645				ZH	104	96	
6291682	Regensdorf / Hofacher-Geeren	regensdorf-hofacher-geeren	CH		1038	Europe/Zurich	47.43525	8.4624		Hofacher-Geeren		ZH	104	96	
6291683	Regensdorf / Feldblumen-Riedthofstrasse	regensdorf-feldblumen-riedthofstrasse	CH		1122	Europe/Zurich	47.43618	8.46659		Feldblumen-Riedthofstrasse		ZH	104	96	
6291684	am Katzensee	am-katzensee	CH		19	Europe/Zurich	47.43206	8.48446				ZH	104	96	
6291685	Regensdorf / Dorf	regensdorf-dorf	CH		381	Europe/Zurich	47.43103	8.46408		Dorf		ZH	104	96	
6291686	Regensdorf / Hofwiesen	regensdorf-hofwiesen	CH		401	Europe/Zurich	47.42923	8.47192		Hofwiesen		ZH	104	96	
6291687	Altburg	altburg	CH		82	Europe/Zurich	47.42889	8.48121				ZH	104	96	
6291688	Folenmoos	folenmoos	CH		13	Europe/Zurich	47.42645	8.4548				ZH	104	96	
6291692	Lochäcker	lochaecker	CH		9	Europe/Zurich	47.42426	8.48794				ZH	104	96	
6291693	Geissberg	geissberg	CH		5	Europe/Zurich	47.42264	8.47964				ZH	104	96	
6291694	Eichelackerstrasse	eichelackerstrasse	CH		50	Europe/Zurich	47.45476	8.45819				ZH	104	96	
6291695	Bachtobelstrasse	bachtobelstrasse	CH		195	Europe/Zurich	47.45454	8.46445				ZH	104	96	
6291698	Regensdorf / Moos	regensdorf-moos	CH		264	Europe/Zurich	47.43044	8.4727		Moos		ZH	104	96	
6291700	Regensdorf / Allmend	regensdorf-allmend	CH		38	Europe/Zurich	47.44618	8.45926		Allmend		ZH	104	96	
6291701	Regensdorf / Hard	regensdorf-hard	CH		49	Europe/Zurich	47.43921	8.47091		Hard		ZH	104	96	
6291702	Unterdorf	unterdorf	CH		343	Europe/Zurich	47.44375	8.47928				ZH	104	96	
6291703	Usserdorf	usserdorf	CH		270	Europe/Zurich	47.4425	8.48392				ZH	104	96	
6291704	Sand	sand	CH		879	Europe/Zurich	47.44077	8.47846				ZH	104	96	
6291705	Ehrenhau	ehrenhau	CH		23	Europe/Zurich	47.43801	8.47778				ZH	104	96	
6291706	Wisacher Weid	wisacher-weid	CH		229	Europe/Zurich	47.44074	8.45784				ZH	104	96	
6291707	Regensdorf / Hardrain	regensdorf-hardrain	CH		133	Europe/Zurich	47.43641	8.4705		Hardrain		ZH	104	96	
6291708	Regensdorf / Watterstrasse	regensdorf-watterstrasse	CH		507	Europe/Zurich	47.43373	8.4705		Watterstrasse		ZH	104	96	
6291709	Regensdorf / Ruggenacher	regensdorf-ruggenacher	CH		430	Europe/Zurich	47.43371	8.466		Ruggenacher		ZH	104	96	
6291711	Regensdorf / Langfurren	regensdorf-langfurren	CH		456	Europe/Zurich	47.42668	8.47253		Langfurren		ZH	104	96	
6291712	Regensdorf / Altburgstrasse	regensdorf-altburgstrasse	CH		121	Europe/Zurich	47.4286	8.47639		Altburgstrasse		ZH	104	96	
6291713	Regensdorf / Hubacher	regensdorf-hubacher	CH		743	Europe/Zurich	47.42947	8.46115		Hubacher		ZH	104	96	
6291714	Regensdorf / Obstgarten	regensdorf-obstgarten	CH		1090	Europe/Zurich	47.42772	8.46566		Obstgarten		ZH	104	96	
6291715	Regensdorf / Weintgerstrasse	regensdorf-weintgerstrasse	CH		106	Europe/Zurich	47.42674	8.46604		Weintgerstrasse		ZH	104	96	
6291716	Rümlang / Rümlang (Dorfkern)	ruemlang-ruemlang-dorfkern	CH		3528	Europe/Zurich	47.4494	8.53255		Ruemlang (Dorfkern),Rümlang (Dorfkern)		ZH	104	97	
6291717	Rümlang / Säntisstrasse-Aegler	ruemlang-saentisstrasse-aegler	CH		767	Europe/Zurich	47.45286	8.52619		Saentisstrasse-Aegler,Säntisstrasse-Aegler		ZH	104	97	
6291718	Rümlang / Huebacher	ruemlang-huebacher	CH		712	Europe/Zurich	47.4455	8.52612		Huebacher		ZH	104	97	
6291725	Frohbühl	frohbuehl	CH		5	Europe/Zurich	47.45203	8.51469				ZH	104	97	
6291726	Mülirain	muelirain	CH		6	Europe/Zurich	47.44919	8.51729				ZH	104	97	
6291728	Heuel	heuel	CH		12	Europe/Zurich	47.45034	8.52141				ZH	104	97	
6291730	Industriestrasse	industriestrasse	CH		13	Europe/Zurich	47.43203	8.55341				ZH	104	97	
6291732	Chilisbäum	chilisbaeum	CH		9	Europe/Zurich	47.4459	8.53933				ZH	104	97	
6291734	Eichhof	eichhof	CH		5	Europe/Zurich	47.44546	8.54373				ZH	104	97	
6291736	Katzenrüti	katzenrueti	CH		57	Europe/Zurich	47.43664	8.50734				ZH	104	97	
6291739	Bärenbohl	baerenbohl	CH		42	Europe/Zurich	47.43493	8.51832				ZH	104	97	
6291741	Kätsch	kaetsch	CH		21	Europe/Zurich	47.4367	8.52587				ZH	104	97	
6291742	Käshalden	kaeshalden	CH		8	Europe/Zurich	47.43524	8.53023				ZH	104	97	
6291743	Altwi	altwi	CH		12	Europe/Zurich	47.43703	8.53227				ZH	104	97	
6291744	Tempelhof	tempelhof	CH		11	Europe/Zurich	47.43586	8.54265				ZH	104	97	
6291745	Waldegg	waldegg	CH		6	Europe/Zurich	47.43377	8.54349				ZH	104	97	
6291750	Nebetsaglen	nebetsaglen	CH		7	Europe/Zurich	47.43835	8.52175				ZH	104	97	
6291752	Rüti	rueti	CH		8	Europe/Zurich	47.5059	8.3936				ZH	104	98	
6291754	Wasen (westl. Teil)	wasen-westl-teil	CH		48	Europe/Zurich	47.5033	8.39551				ZH	104	98	
6291755	Wasen (östl. Teil)	wasen-oestl-teil	CH		39	Europe/Zurich	47.50254	8.39894				ZH	104	98	
6291756	Dachslern	dachslern	CH		294	Europe/Zurich	47.4975	8.39104				ZH	104	98	
6291767	Schöfflisdorf / Schöfflisdorf (Dorf)	schoefflisdorf-schoefflisdorf-dorf	CH		435	Europe/Zurich	47.5003	8.41754		Schoefflisdorf,Schoefflisdorf (Dorf),Schöfflisdorf,Schöfflisdorf (Dorf)		ZH	104	99	
6291769	Blitzger	blitzger	CH		4	Europe/Zurich	47.50408	8.41513				ZH	104	99	
6291770	Schöfflisdorf / Kaltbrunn	schoefflisdorf-kaltbrunn	CH		86	Europe/Zurich	47.50304	8.41954		Kaltbrunn		ZH	104	99	
6291771	Schöfflisdorf / Berg	schoefflisdorf-berg	CH		85	Europe/Zurich	47.50264	8.41461		Berg		ZH	104	99	
6291772	Schöfflisdorf / Rüti	schoefflisdorf-rueti	CH		14	Europe/Zurich	47.50323	8.42096		Rueti,Rüti		ZH	104	99	
6291773	Schöfflisdorf / Sonnenberg	schoefflisdorf-sonnenberg	CH		93	Europe/Zurich	47.50174	8.41934		Sonnenberg		ZH	104	99	
6291774	Schöfflisdorf / Rietli	schoefflisdorf-rietli	CH		30	Europe/Zurich	47.50113	8.41277		Rietli		ZH	104	99	
6291776	Schöfflisdorf / Bahnhof	schoefflisdorf-bahnhof	CH		331	Europe/Zurich	47.49848	8.41275		Bahnhof		ZH	104	99	
6291781	Aemperg	aemperg	CH		12	Europe/Zurich	47.55053	8.46112				ZH	104	100	
6291782	Schlatti	schlatti	CH		2	Europe/Zurich	47.54961	8.46618				ZH	104	100	
6291785	Raat	raat	CH		132	Europe/Zurich	47.54521	8.46064				ZH	104	100	
6291795	Gibisnüt	gibisnuet	CH		4	Europe/Zurich	47.53196	8.45621				ZH	104	100	
6291796	Schüpfheim	schuepfheim	CH		57	Europe/Zurich	47.53844	8.46721				ZH	104	100	
6291797	Stägli	staegli	CH		135	Europe/Zurich	47.53489	8.46651				ZH	104	100	
6291801	Rotenbrunnen	rotenbrunnen	CH		5	Europe/Zurich	47.53414	8.49132				ZH	104	100	
6291802	Letten	letten	CH		7	Europe/Zurich	47.5236	8.45768				ZH	104	100	
6291806	Rütenen	ruetenen	CH		6	Europe/Zurich	47.52697	8.48755				ZH	104	100	
6291809	Steinmaur / Ober-Steinmaur	steinmaur-ober-steinmaur	CH		440	Europe/Zurich	47.49894	8.45604		Ober-Steinmaur		ZH	104	101	
6291810	Steinmaur / Nieder-Steinmaur	steinmaur-nieder-steinmaur	CH		600	Europe/Zurich	47.49284	8.44872		Nieder-Steinmaur		ZH	104	101	
6291811	Sünikon	suenikon	CH		229	Europe/Zurich	47.49041	8.43694				ZH	104	101	
6291812	Ankenland	ankenland	CH		4	Europe/Zurich	47.50582	8.43348				ZH	104	101	
6291813	Hinter-Egg	hinter-egg	CH		6	Europe/Zurich	47.50241	8.43383				ZH	104	101	
6291814	Mittler-Egg	mittler-egg	CH		14	Europe/Zurich	47.50341	8.43871				ZH	104	101	
6291815	Vorder-Egg	vorder-egg	CH		22	Europe/Zurich	47.50537	8.44475				ZH	104	101	
6291817	Steinmaur / Breite	steinmaur-breite	CH		134	Europe/Zurich	47.50185	8.4573		Breite		ZH	104	101	
6291821	Totenweg	totenweg	CH		4	Europe/Zurich	47.50041	8.43603				ZH	104	101	
6291822	Steinmaur / Buck	steinmaur-buck	CH		192	Europe/Zurich	47.49619	8.44686		Buck		ZH	104	101	
6291824	Steinmaur / Tollacher	steinmaur-tollacher	CH		72	Europe/Zurich	47.49568	8.45187		Tollacher		ZH	104	101	
6291825	Salen	salen	CH		16	Europe/Zurich	47.49388	8.46502				ZH	104	101	
6291826	Ried	ried	CH		2	Europe/Zurich	47.48832	8.47825				ZH	104	90	
6291827	Güggel	gueggel	CH		11	Europe/Zurich	47.48835	8.43564				ZH	104	101	
6291830	Bahnhof	bahnhof	CH		20	Europe/Zurich	47.48996	8.4474				ZH	104	101	
6291831	Steinbruch	steinbruch	CH		36	Europe/Zurich	47.48717	8.44682				ZH	104	101	
6291832	Schibler	schibler	CH		835	Europe/Zurich	47.48775	8.45062				ZH	104	101	
6291833	Weiach / Weiach (Dorfkern)	weiach-weiach-dorfkern	CH		827	Europe/Zurich	47.55622	8.43851		Weiach (Dorfkern)		ZH	104	102	
6291834	Weiach / Bedmen / See-Winkel	weiach-bedmen-see-winkel	CH		70	Europe/Zurich	47.56194	8.42837		Bedmen / See-Winkel		ZH	104	102	
6291835	Hasli	hasli	CH		22	Europe/Zurich	47.56159	8.4235				ZH	104	102	
6291837	Ofen	ofen	CH		13	Europe/Zurich	47.56405	8.46115				ZH	104	102	
6291842	Steinbruch	steinbruch	CH		9	Europe/Zurich	47.55228	8.44693				ZH	104	102	
6291845	Hof	hof	CH		33	Europe/Zurich	47.36034	8.86168				ZH	105	111	
6291846	Neuthal	neuthal	CH		67	Europe/Zurich	47.35844	8.8649				ZH	105	111	
6291848	Hofschür	hofschuer	CH		7	Europe/Zurich	47.35566	8.86151				ZH	105	111	
6291849	Hinterburg	hinterburg	CH		29	Europe/Zurich	47.35107	8.86673				ZH	105	111	
6291851	Läseten	laeseten	CH		3	Europe/Zurich	47.3513	8.88596				ZH	105	111	
6291852	Bussenthal	bussenthal	CH		31	Europe/Zurich	47.34695	8.85802				ZH	105	111	
6291853	Stollen	stollen	CH		5	Europe/Zurich	47.3493	8.86403				ZH	105	111	
6291854	Josenhof	josenhof	CH		15	Europe/Zurich	47.3485	8.8706				ZH	105	111	
6291856	Obere Tanne	obere-tanne	CH		8	Europe/Zurich	47.34538	8.87256				ZH	105	111	
6291857	Tanne	tanne	CH		22	Europe/Zurich	47.34668	8.87538				ZH	105	111	
6291859	Egglen	egglen	CH		12	Europe/Zurich	47.34458	8.82602				ZH	105	111	
6291860	Waberg	waberg	CH		29	Europe/Zurich	47.34382	8.83014				ZH	105	111	
6291861	Morglen	morglen	CH		12	Europe/Zurich	47.34093	8.83139				ZH	105	111	
6291863	Bürgweidli	buergweidli	CH		3	Europe/Zurich	47.34416	8.84272				ZH	105	111	
6291864	Erholungshaus	erholungshaus	CH		42	Europe/Zurich	47.34589	8.84343				ZH	105	111	
6291865	Weid (bei Adetswil)	weid-bei-adetswil	CH		576	Europe/Zurich	47.34	8.84918				ZH	105	111	
6291866	Laubenfelsen	laubenfelsen	CH		7	Europe/Zurich	47.34318	8.86222				ZH	105	111	
6291867	Rüetswil	rueetswil	CH		31	Europe/Zurich	47.34187	8.86781				ZH	105	111	
6291868	Rüeggental	rueeggental	CH		19	Europe/Zurich	47.34277	8.88305				ZH	105	111	
6291869	Wirzwil	wirzwil	CH		7	Europe/Zurich	47.33923	8.88891				ZH	105	111	
6291871	Laupetswil	laupetswil	CH		16	Europe/Zurich	47.34706	8.89905				ZH	105	111	
6291872	Burgweid	burgweid	CH		25	Europe/Zurich	47.33575	8.8323				ZH	105	111	
6291874	Mühle	muehle	CH		12	Europe/Zurich	47.33641	8.85047				ZH	105	111	
6291875	Neuegg	neuegg	CH		78	Europe/Zurich	47.33402	8.84903				ZH	105	111	
6291876	Zelg	zelg	CH		30	Europe/Zurich	47.33372	8.86953				ZH	105	111	
6291877	Allenberg	allenberg	CH		30	Europe/Zurich	47.33649	8.87825				ZH	105	111	
6291880	Rellsten	rellsten	CH		9	Europe/Zurich	47.33681	8.89408				ZH	105	111	
6291882	Schürli	schuerli	CH		38	Europe/Zurich	47.33187	8.84745				ZH	105	111	
6291883	Neuhaus	neuhaus	CH		8	Europe/Zurich	47.33148	8.84966				ZH	105	111	
6291886	Breitenmatt	breitenmatt	CH		6	Europe/Zurich	47.32931	8.85325				ZH	105	111	
6291887	Oberdorf	oberdorf	CH		289	Europe/Zurich	47.3323	8.85627				ZH	105	111	
6291888	Haldengut	haldengut	CH		9	Europe/Zurich	47.33134	8.86144				ZH	105	111	
6291889	Sandbüel	sandbueel	CH		7	Europe/Zurich	47.33175	8.86472				ZH	105	111	
6291890	Stöck	stoeck	CH		16	Europe/Zurich	47.32973	8.86781				ZH	105	111	
6291891	Bettswil	bettswil	CH		119	Europe/Zurich	47.3325	8.87715				ZH	105	111	
6291892	Berghof	berghof	CH		5	Europe/Zurich	47.33082	8.89135				ZH	105	111	
6291893	Ghöch	ghoech	CH		37	Europe/Zurich	47.33245	8.90262				ZH	105	111	
6291894	Fehrenwaltsberg	fehrenwaltsberg	CH		22	Europe/Zurich	47.32759	8.89987				ZH	105	111	
6291895	Steinweid	steinweid	CH		2	Europe/Zurich	47.32834	8.84956				ZH	105	111	
6291896	Hinterberg	hinterberg	CH		7	Europe/Zurich	47.32546	8.84957				ZH	105	111	
6291897	Im Chopfholz	im-chopfholz	CH		7	Europe/Zurich	47.32366	8.85238				ZH	105	111	
6291899	Schönau	schoenau	CH		16	Europe/Zurich	47.32827	8.85818				ZH	105	111	
6291901	Tisenwaltsberg	tisenwaltsberg	CH		50	Europe/Zurich	47.32342	8.86136				ZH	105	111	
6291903	Wässeri	waesseri	CH		10	Europe/Zurich	47.32896	8.87187				ZH	105	111	
6291905	Wappenswil	wappenswil	CH		49	Europe/Zurich	47.32176	8.8719				ZH	105	111	
6291906	Maiwinkel	maiwinkel	CH		22	Europe/Zurich	47.3263	8.87566				ZH	105	111	
6291907	Schmärschür	schmaerschuer	CH		6	Europe/Zurich	47.32355	8.87724				ZH	105	111	
6291908	Schwarzweid	schwarzweid	CH		9	Europe/Zurich	47.32168	8.87851				ZH	105	111	
6291910	Holenstein	holenstein	CH		7	Europe/Zurich	47.31847	8.87975				ZH	105	111	
6291913	Hütten	huetten	CH		5	Europe/Zurich	47.32338	8.89552				ZH	105	111	
6291914	Kleinbäretswil	kleinbaeretswil	CH		33	Europe/Zurich	47.32253	8.90169				ZH	105	111	
6291915	Mittler-Sädel	mittler-saedel	CH		29	Europe/Zurich	47.32779	8.90481				ZH	105	111	
6291916	Gubel	gubel	CH		9	Europe/Zurich	47.32011	8.91291				ZH	105	111	
6291921	Bubikon / Bubikon (Dorfkern)	bubikon-bubikon-dorfkern	CH		338	Europe/Zurich	47.26844	8.81718		Bubikon (Dorfkern)		ZH	105	112	
6291922	Bubikon / Station	bubikon-station	CH		732	Europe/Zurich	47.27103	8.8218		Station		ZH	105	112	
6291923	Bubikon / Ebmatt	bubikon-ebmatt	CH		159	Europe/Zurich	47.26722	8.82304		Ebmatt		ZH	105	112	
6291924	Bubikon / Schulhaus Bergli	bubikon-schulhaus-bergli	CH		35	Europe/Zurich	47.26715	8.81532		Schulhaus Bergli		ZH	105	112	
6291925	Bubikon / Sonnengarten	bubikon-sonnengarten	CH		358	Europe/Zurich	47.2652	8.81371		Sonnengarten		ZH	105	112	
6291926	Bubikon / Zelgwies	bubikon-zelgwies	CH		303	Europe/Zurich	47.266	8.81726		Zelgwies		ZH	105	112	
6291927	Bubikon / Weinhalde	bubikon-weinhalde	CH		127	Europe/Zurich	47.26385	8.81704		Weinhalde		ZH	105	112	
6291928	Fuchsbühl	fuchsbuehl	CH		9	Europe/Zurich	47.28472	8.81141				ZH	105	112	
6291929	Mürg	muerg	CH		4	Europe/Zurich	47.28121	8.81066				ZH	105	112	
6291930	Wändhüslen	waendhueslen	CH		35	Europe/Zurich	47.28105	8.81694				ZH	105	112	
6291931	Neuhaus bei Wändhüslen	neuhaus-bei-waendhueslen	CH		8	Europe/Zurich	47.28011	8.82088				ZH	105	112	
6291932	Feissi	feissi	CH		19	Europe/Zurich	47.27896	8.80403				ZH	105	112	
6291933	Brach	brach	CH		23	Europe/Zurich	47.27811	8.81526				ZH	105	112	
6291934	Friedheim	friedheim	CH		14	Europe/Zurich	47.27776	8.82387				ZH	105	112	
6291935	Gstein	gstein	CH		19	Europe/Zurich	47.27674	8.80129				ZH	105	112	
6291936	Platte	platte	CH		74	Europe/Zurich	47.27689	8.81398				ZH	105	112	
6291937	Tafleten	tafleten	CH		55	Europe/Zurich	47.2751	8.82212				ZH	105	112	
6291938	Landsacker	landsacker	CH		28	Europe/Zurich	47.2745	8.80661				ZH	105	112	
6291939	Wanne	wanne	CH		27	Europe/Zurich	47.27383	8.81265				ZH	105	112	
6291940	Sennschür	sennschuer	CH		17	Europe/Zurich	47.27227	8.80511				ZH	105	112	
6291941	Unter-Wechsel	unter-wechsel	CH		3	Europe/Zurich	47.27159	8.80915				ZH	105	112	
6291942	Brandlen	brandlen	CH		9	Europe/Zurich	47.27054	8.80014				ZH	105	112	
6291943	Rutschberg	rutschberg	CH		12	Europe/Zurich	47.27052	8.8123				ZH	105	112	
6291944	Laufenriet	laufenriet	CH		11	Europe/Zurich	47.27005	8.79617				ZH	105	112	
6291945	Knebel	knebel	CH		7	Europe/Zurich	47.26934	8.78987				ZH	105	112	
6291946	Hinteracker	hinteracker	CH		5	Europe/Zurich	47.26905	8.80591				ZH	105	112	
6291947	Schürwies	schuerwies	CH		6	Europe/Zurich	47.26859	8.8086				ZH	105	112	
6291948	Reitbach	reitbach	CH		14	Europe/Zurich	47.26719	8.79114				ZH	105	112	
6291951	Ritterhaus	ritterhaus	CH		12	Europe/Zurich	47.26652	8.82808				ZH	105	112	
6291954	Neuacker	neuacker	CH		12	Europe/Zurich	47.26559	8.78336				ZH	105	112	
6291956	Bürg	buerg	CH		23	Europe/Zurich	47.26542	8.79663				ZH	105	112	
6291957	Oberbösch	oberboesch	CH		13	Europe/Zurich	47.26615	8.80932				ZH	105	112	
6291959	Vorder-Dienstbach	vorder-dienstbach	CH		15	Europe/Zurich	47.26446	8.82312				ZH	105	112	
6291960	Unterbösch	unterboesch	CH		7	Europe/Zurich	47.26393	8.78512				ZH	105	112	
6291962	Homberg	homberg	CH		4	Europe/Zurich	47.26459	8.80074				ZH	105	112	
6291963	Schlossberg	schlossberg	CH		3	Europe/Zurich	47.26342	8.82738				ZH	105	112	
6291964	Hinter-Dienstbach	hinter-dienstbach	CH		3	Europe/Zurich	47.26315	8.82083				ZH	105	112	
6291965	Schwarz	schwarz	CH		33	Europe/Zurich	47.26301	8.83329				ZH	105	112	
6291966	Bühl	buehl	CH		5	Europe/Zurich	47.24834	8.80146				ZH	105	112	
6291967	Wolfhausen / Wolfhausen (Dorfkern)	wolfhausen-wolfhausen-dorfkern	CH		444	Europe/Zurich	47.2571	8.80046		Wolfhausen (Dorfkern)		ZH	105	112	
6291968	Wolfhausen / Ober-Wolfhausen	wolfhausen-ober-wolfhausen	CH		391	Europe/Zurich	47.25998	8.79375		Ober-Wolfhausen		ZH	105	112	
6291969	Wolfhausen / Bühlhof	wolfhausen-buehlhof	CH		346	Europe/Zurich	47.25925	8.79696		Buehlhof,Bühlhof		ZH	105	112	
6291970	Wolfhausen / Neugut	wolfhausen-neugut	CH		94	Europe/Zurich	47.25823	8.80666		Neugut		ZH	105	112	
6291971	Wolfhausen / Sonnenberg	wolfhausen-sonnenberg	CH		128	Europe/Zurich	47.25617	8.80441		Sonnenberg		ZH	105	112	
6291972	Wolfhausen / Ober-Rennweg	wolfhausen-ober-rennweg	CH		46	Europe/Zurich	47.25582	8.79026		Ober-Rennweg		ZH	105	112	
6291973	Wolfhausen / Brändliacker	wolfhausen-braendliacker	CH		103	Europe/Zurich	47.25593	8.79627		Braendliacker,Brändliacker		ZH	105	112	
6291974	Wolfhausen / Schachen	wolfhausen-schachen	CH		220	Europe/Zurich	47.25379	8.79971		Schachen		ZH	105	112	
6291975	Wolfhausen / Geissberg	wolfhausen-geissberg	CH		31	Europe/Zurich	47.25569	8.80793		Geissberg		ZH	105	112	
6291976	Wolfhausen / Hüebeli	wolfhausen-hueebeli	CH		164	Europe/Zurich	47.25356	8.79463		Hueebeli,Hüebeli		ZH	105	112	
6291977	Wolfhausen / Heerschären	wolfhausen-heerschaeren	CH		268	Europe/Zurich	47.25328	8.80428		Heerschaeren,Heerschären		ZH	105	112	
6291978	Wolfhausen / Blumenberg	wolfhausen-blumenberg	CH		167	Europe/Zurich	47.25543	8.79383		Blumenberg		ZH	105	112	
6291979	Hüsli	huesli	CH		17	Europe/Zurich	47.26177	8.80889				ZH	105	112	
6291980	Kämmoos	kaemmoos	CH		14	Europe/Zurich	47.26147	8.82971				ZH	105	112	
6291982	Widenswil	widenswil	CH		29	Europe/Zurich	47.26114	8.81477				ZH	105	112	
6291983	Zell	zell	CH		14	Europe/Zurich	47.26013	8.82137				ZH	105	112	
6291984	Lochrüti	lochrueti	CH		21	Europe/Zurich	47.2599	8.80172				ZH	105	112	
6291986	Grundtal	grundtal	CH		7	Europe/Zurich	47.25884	8.81372				ZH	105	112	
6291988	Barenberg	barenberg	CH		43	Europe/Zurich	47.25303	8.8212				ZH	105	112	
6291990	Unter-Rennweg	unter-rennweg	CH		14	Europe/Zurich	47.25219	8.7934				ZH	105	112	
6291991	Berlikon	berlikon	CH		43	Europe/Zurich	47.25093	8.79766				ZH	105	112	
6291993	Neuhaus (bei Wolfhausen)	neuhaus-bei-wolfhausen	CH		13	Europe/Zurich	47.25073	8.80127				ZH	105	112	
6291994	Rüeggshausen	rueeggshausen	CH		21	Europe/Zurich	47.24961	8.81227				ZH	105	112	
6291995	Vorder-Rüteli	vorder-rueteli	CH		7	Europe/Zurich	47.25028	8.81692				ZH	105	112	
6291996	Tann / Tann (Dorfkern)	tann-tann-dorfkern	CH		2080	Europe/Zurich	47.26494	8.85048		Tann (Dorfkern)		ZH	105	113	
6291997	Tann / Hinter-Guldistud	tann-hinter-guldistud	CH		304	Europe/Zurich	47.26866	8.84162		Hinter-Guldistud		ZH	105	113	
6291998	Tann / Nauen (südl. Teil)	tann-nauen-suedl-teil	CH		486	Europe/Zurich	47.27285	8.85424		Nauen (suedl. Teil),Nauen (südl. Teil)		ZH	105	113	
6291999	Tann / Brunnenbühl	tann-brunnenbuehl	CH		164	Europe/Zurich	47.26945	8.85461		Brunnenbuehl,Brunnenbühl		ZH	105	113	
6292000	Rotenstein (südöstl. Teil)	rotenstein-suedoestl-teil	CH		6	Europe/Zurich	47.28198	8.8264				ZH	105	113	
6292001	Tammel	tammel	CH		9	Europe/Zurich	47.2858	8.83358				ZH	105	113	
6292002	Sennweid	sennweid	CH		4	Europe/Zurich	47.28576	8.8392				ZH	105	113	
6292003	Edikon	edikon	CH		33	Europe/Zurich	47.28584	8.84249				ZH	105	113	
6292007	Ober-Edikon	ober-edikon	CH		5	Europe/Zurich	47.28401	8.84425				ZH	105	113	
6292009	Rosenau	rosenau	CH		14	Europe/Zurich	47.2821	8.84241				ZH	105	113	
6292010	Kammern	kammern	CH		6	Europe/Zurich	47.28273	8.84573				ZH	105	113	
6292011	Felsenhof	felsenhof	CH		10	Europe/Zurich	47.28356	8.8603				ZH	105	113	
6292017	Ghangetwies	ghangetwies	CH		9	Europe/Zurich	47.28594	8.87305				ZH	105	113	
6292018	Ornberg	ornberg	CH		8	Europe/Zurich	47.28443	8.87539				ZH	105	113	
6292019	Hasenstrickrain	hasenstrickrain	CH		16	Europe/Zurich	47.28241	8.87877				ZH	105	113	
6292020	Tumlen	tumlen	CH		3	Europe/Zurich	47.28123	8.87709				ZH	105	113	
6292022	Rothaus	rothaus	CH		82	Europe/Zurich	47.27552	8.83298				ZH	105	113	
6292023	Zihl	zihl	CH		7	Europe/Zurich	47.27833	8.83385				ZH	105	113	
6292025	Rebschacker (östl. Teil)	rebschacker-oestl-teil	CH		12	Europe/Zurich	47.27781	8.85254				ZH	105	113	
6292026	Landetspiel	landetspiel	CH		5	Europe/Zurich	47.27845	8.85458				ZH	105	113	
6292027	Oberdürnten	oberduernten	CH		534	Europe/Zurich	47.27942	8.86162		Ober-Duernten,Ober-Dürnten		ZH	105	113	
6292028	Leebern	leebern	CH		13	Europe/Zurich	47.27658	8.86341				ZH	105	113	
6292029	Langacker	langacker	CH		24	Europe/Zurich	47.27926	8.86613				ZH	105	113	
6292031	Bodmen	bodmen	CH		14	Europe/Zurich	47.27581	8.86695				ZH	105	113	
6292032	Mannenrain	mannenrain	CH		11	Europe/Zurich	47.28033	8.87027				ZH	105	113	
6292033	Breitenmatt	breitenmatt	CH		650	Europe/Zurich	47.27655	8.87504				ZH	105	113	
6292034	Hubacker	hubacker	CH		7	Europe/Zurich	47.27827	8.87866				ZH	105	113	
6292035	Hüslen	hueslen	CH		5	Europe/Zurich	47.27841	8.882				ZH	105	113	
6292036	Obere Looren	obere-looren	CH		15	Europe/Zurich	47.27893	8.88772				ZH	105	113	
6292037	Untere Looren	untere-looren	CH		8	Europe/Zurich	47.27636	8.88786				ZH	105	113	
6292038	Lettenmoos	lettenmoos	CH		42	Europe/Zurich	47.27354	8.82724				ZH	105	113	
6292039	Aarain	aarain	CH		14	Europe/Zurich	47.27231	8.83356				ZH	105	113	
6292042	Wurstbrunnen	wurstbrunnen	CH		9	Europe/Zurich	47.27015	8.85733				ZH	105	113	
6292044	Ettenbohl	ettenbohl	CH		21	Europe/Zurich	47.27397	8.86335				ZH	105	113	
6292047	Garwied	garwied	CH		39	Europe/Zurich	47.27306	8.8732				ZH	105	113	
6292049	Binzberg	binzberg	CH		14	Europe/Zurich	47.27329	8.87901				ZH	105	113	
6292050	Vorder-Pilgersteg	vorder-pilgersteg	CH		12	Europe/Zurich	47.27117	8.87713				ZH	105	113	
6292051	Frohberg	frohberg	CH		6	Europe/Zurich	47.27202	8.88117				ZH	105	113	
6292054	Töbeli	toebeli	CH		31	Europe/Zurich	47.27253	8.88842				ZH	105	113	
6292055	Tannägerten	tannaegerten	CH		12	Europe/Zurich	47.26926	8.8348				ZH	105	113	
6292056	Winterhalden	winterhalden	CH		14	Europe/Zurich	47.26676	8.83604				ZH	105	113	
6292058	Greinsberg	greinsberg	CH		2	Europe/Zurich	47.26313	8.84489				ZH	105	113	
6292060	Tannertobel	tannertobel	CH		68	Europe/Zurich	47.26679	8.85852				ZH	105	113	
6292062	Oberberg	oberberg	CH		10	Europe/Zurich	47.28061	8.8351				ZH	105	113	
6292067	Hinterstorchenegg	hinterstorchenegg	CH		0	Europe/Zurich	47.36826	8.95138				ZH	105	114	
6292068	Tanzplatz	tanzplatz	CH		3	Europe/Zurich	47.36498	8.93992				ZH	105	114	
6292069	Hinterhörnli	hinterhoernli	CH		9	Europe/Zurich	47.3644	8.94773				ZH	105	114	
6292070	Althörnli	althoernli	CH		2	Europe/Zurich	47.36287	8.92927				ZH	105	114	
6292071	Oberrohr	oberrohr	CH		3	Europe/Zurich	47.36165	8.92334				ZH	105	114	
6292073	Vorderstorchenegg	vorderstorchenegg	CH		0	Europe/Zurich	47.36185	8.95182				ZH	105	114	
6292074	Rohr	rohr	CH		11	Europe/Zurich	47.35933	8.92189				ZH	105	114	
6292076	Lenzen	lenzen	CH		68	Europe/Zurich	47.3589	8.92718				ZH	105	114	
6292077	Ennerlenzen	ennerlenzen	CH		4	Europe/Zurich	47.35707	8.92577				ZH	105	114	
6292081	Orflen	orflen	CH		12	Europe/Zurich	47.35359	8.91644				ZH	105	114	
6292082	Aeschacker	aeschacker	CH		11	Europe/Zurich	47.35529	8.93303				ZH	105	114	
6292083	Aesch	aesch	CH		128	Europe/Zurich	47.35404	8.93366				ZH	105	114	
6292085	Roswisli	roswisli	CH		5	Europe/Zurich	47.3505	8.93791				ZH	105	114	
6292089	Chlital	chlital	CH		5	Europe/Zurich	47.35	8.953				ZH	105	114	
6292090	Fuchsloch	fuchsloch	CH		4	Europe/Zurich	47.35077	8.95652				ZH	105	114	
6292091	Waldberg	waldberg	CH		11	Europe/Zurich	47.34891	8.96465				ZH	105	114	
6292092	Rütiwis	ruetiwis	CH		11	Europe/Zurich	47.34706	8.95859				ZH	105	114	
6292095	Boden	boden	CH		135	Europe/Zurich	47.34777	8.93287				ZH	105	114	
6292097	Schmittenbach	schmittenbach	CH		117	Europe/Zurich	47.34442	8.92992				ZH	105	114	
6292099	Hinterlanzenmoos	hinterlanzenmoos	CH		9	Europe/Zurich	47.34362	8.92245				ZH	105	114	
6292102	Neuschwändi	neuschwaendi	CH		68	Europe/Zurich	47.34464	8.93869				ZH	105	114	
6292103	Eggli	eggli	CH		3	Europe/Zurich	47.34275	8.93301				ZH	105	114	
6292104	Altschwändi	altschwaendi	CH		8	Europe/Zurich	47.34273	8.93731				ZH	105	114	
6292105	Schwarzengrund	schwarzengrund	CH		3	Europe/Zurich	47.34201	8.94138				ZH	105	114	
6292106	Brütten	bruetten	CH		8	Europe/Zurich	47.3437	8.952				ZH	105	114	
6292107	Feuerschwand	feuerschwand	CH		4	Europe/Zurich	47.34364	8.95719				ZH	105	114	
6292108	Uerchen	uerchen	CH		4	Europe/Zurich	47.343	8.96145				ZH	105	114	
6292109	Oberreinsberg	oberreinsberg	CH		10	Europe/Zurich	47.3406	8.91211				ZH	105	114	
6292110	Neuhaus	neuhaus	CH		6	Europe/Zurich	47.34056	8.91538				ZH	105	114	
6292114	Bodmen	bodmen	CH		51	Europe/Zurich	47.33892	8.92554				ZH	105	114	
6292117	Ohrüti	ohrueti	CH		12	Europe/Zurich	47.34222	8.94386				ZH	105	114	
6292119	Strick	strick	CH		6	Europe/Zurich	47.34061	8.94654				ZH	105	114	
6292121	Oberberg	oberberg	CH		0	Europe/Zurich	47.33671	8.93509				ZH	105	114	
6292123	Leutobel	leutobel	CH		2	Europe/Zurich	47.33629	8.96823				ZH	105	114	
6292125	Füliweid	fueliweid	CH		0	Europe/Zurich	47.33455	8.96225				ZH	105	114	
6292126	Mühlebach	muehlebach	CH		98	Europe/Zurich	47.33593	8.92396				ZH	105	114	
6292128	Würz	wuerz	CH		10	Europe/Zurich	47.33424	8.91722				ZH	105	114	
6292130	Widenreiti	widenreiti	CH		3	Europe/Zurich	47.33159	8.91318				ZH	105	114	
6292135	Hüsli	huesli	CH		41	Europe/Zurich	47.32894	8.91991				ZH	105	114	
6292137	Tannen	tannen	CH		11	Europe/Zurich	47.32743	8.93622				ZH	105	114	
6292138	Vorder-Strahlegg	vorder-strahlegg	CH		19	Europe/Zurich	47.32653	8.9567				ZH	105	114	
6292140	Fistel	fistel	CH		84	Europe/Zurich	47.3263	8.92093				ZH	105	114	
6292141	Mühle	muehle	CH		8	Europe/Zurich	47.32564	8.92492				ZH	105	114	
6292143	Hinter-Strahlegg	hinter-strahlegg	CH		14	Europe/Zurich	47.32242	8.96122				ZH	105	114	
6292145	Sack	sack	CH		2	Europe/Zurich	47.32402	8.92211				ZH	105	114	
6292147	Unteraurüti	unteraurueti	CH		24	Europe/Zurich	47.32195	8.92941				ZH	105	114	
6292148	Oberaurüti	oberaurueti	CH		14	Europe/Zurich	47.32092	8.93356				ZH	105	114	
6292149	Löchern	loechern	CH		2	Europe/Zurich	47.32276	8.93543				ZH	105	114	
6292152	Stein	stein	CH		12	Europe/Zurich	47.31957	8.92528				ZH	105	114	
6292155	Lee	lee	CH		10	Europe/Zurich	47.3182	8.89892				ZH	105	114	
6292162	Untermoos	untermoos	CH		9	Europe/Zurich	47.31367	8.9074				ZH	105	114	
6292164	Geeren	geeren	CH		27	Europe/Zurich	47.31226	8.91347				ZH	105	114	
6292165	Hinterbleichi	hinterbleichi	CH		4	Europe/Zurich	47.33749	8.94378				ZH	105	114	
6292170	Schlosseregg	schlosseregg	CH		0	Europe/Zurich	47.31656	8.93195				ZH	105	114	
6292171	Grossegg	grossegg	CH		5	Europe/Zurich	47.33404	8.97169				ZH	105	114	
6292172	Goggelswald	goggelswald	CH		0	Europe/Zurich	47.35857	8.94835				ZH	105	114	
6292173	Vorderfuchsloch	vorderfuchsloch	CH		14	Europe/Zurich	47.35179	8.94748				ZH	105	114	
6292174	Oberfuchsloch	oberfuchsloch	CH		5	Europe/Zurich	47.35336	8.95171				ZH	105	114	
6292177	Burenboden	burenboden	CH		0	Europe/Zurich	47.32721	8.97317				ZH	105	114	
6292184	Ghogg	ghogg	CH		5	Europe/Zurich	47.32495	8.93638				ZH	105	114	
6292186	Station	station	CH		12	Europe/Zurich	47.33337	8.92312				ZH	105	114	
6292187	Rebacher	rebacher	CH		1	Europe/Zurich	47.32381	8.74573				ZH	105	115	
6292191	Hungerbüel	hungerbueel	CH		186	Europe/Zurich	47.32412	8.75626				ZH	105	115	
6292192	Tueweid	tueweid	CH		6	Europe/Zurich	47.32494	8.75953				ZH	105	115	
6292193	Männetsriet	maennetsriet	CH		77	Europe/Zurich	47.32358	8.76126				ZH	105	115	
6292195	Neuhof (bei Bertschikon)	neuhof-bei-bertschikon	CH		8	Europe/Zurich	47.32331	8.76473				ZH	105	115	
6292196	Freihof	freihof	CH		13	Europe/Zurich	47.32376	8.76707				ZH	105	115	
6292199	Hinderrüti	hinderrueti	CH		0	Europe/Zurich	47.31383	8.73659				ZH	105	115	
6292200	Langfuhr	langfuhr	CH		24	Europe/Zurich	47.31649	8.74935				ZH	105	115	
6292203	Benklen	benklen	CH		4	Europe/Zurich	47.3155	8.75945				ZH	105	115	
6292206	Weid (bei Gossau)	weid-bei-gossau	CH		5	Europe/Zurich	47.31208	8.75917				ZH	105	115	
6292207	Frohe Aussicht	frohe-aussicht	CH		8	Europe/Zurich	47.31151	8.76283				ZH	105	115	
6292210	Chrummacker	chrummacker	CH		5	Europe/Zurich	47.30835	8.74378				ZH	105	115	
6292215	Rinderbrunnen	rinderbrunnen	CH		249	Europe/Zurich	47.30908	8.77808				ZH	105	115	
6292216	Prampel	prampel	CH		7	Europe/Zurich	47.30624	8.77822				ZH	105	115	
6292217	Grüt	gruet	CH		1565	Europe/Zurich	47.31151	8.78339		Gruet,Gruet (Gossau ZH),Grüt,Grüt (Gossau ZH)		ZH	105	115	
6292218	Bönler	boenler	CH		153	Europe/Zurich	47.30611	8.79033				ZH	105	115	
6292224	Hundsrüggen	hundsrueggen	CH		18	Europe/Zurich	47.30296	8.78879				ZH	105	115	
6292225	Hinter-Goldacher	hinter-goldacher	CH		2	Europe/Zurich	47.30425	8.78962				ZH	105	115	
6292226	Schwobshof	schwobshof	CH		14	Europe/Zurich	47.29758	8.73975				ZH	105	115	
6292229	Au	au	CH		14	Europe/Zurich	47.29833	8.76413				ZH	105	115	
6292232	Leihalden	leihalden	CH		3	Europe/Zurich	47.29937	8.78004				ZH	105	115	
6292233	Strick	strick	CH		63	Europe/Zurich	47.29726	8.78069				ZH	105	115	
6292235	Hasenacher	hasenacher	CH		21	Europe/Zurich	47.30028	8.79023				ZH	105	115	
6292236	Brüschweid	brueschweid	CH		37	Europe/Zurich	47.29798	8.79657				ZH	105	115	
6292237	Nasswis	nasswis	CH		5	Europe/Zurich	47.29787	8.8003				ZH	105	115	
6292239	Zil	zil	CH		14	Europe/Zurich	47.29636	8.80382				ZH	105	115	
6292240	Hellberg	hellberg	CH		94	Europe/Zurich	47.29353	8.80384				ZH	105	115	
6292242	Leerüti	leerueti	CH		34	Europe/Zurich	47.29123	8.73343				ZH	105	115	
6292243	Jungholz	jungholz	CH		9	Europe/Zurich	47.29359	8.74442				ZH	105	115	
6292244	Tägernau	taegernau	CH		27	Europe/Zurich	47.29449	8.75548				ZH	105	115	
6292247	Schönau	schoenau	CH		14	Europe/Zurich	47.29447	8.76988				ZH	105	115	
6292248	Chindismüli	chindismueli	CH		47	Europe/Zurich	47.29269	8.77025				ZH	105	115	
6292249	Wiberg	wiberg	CH		3	Europe/Zurich	47.29645	8.7737				ZH	105	115	
6292250	Hartmis	hartmis	CH		6	Europe/Zurich	47.29451	8.772				ZH	105	115	
6292251	Unter-Ottikon	unter-ottikon	CH		251	Europe/Zurich	47.29382	8.77683				ZH	105	115	
6292252	Ober-Ottikon	ober-ottikon	CH		204	Europe/Zurich	47.29625	8.78598				ZH	105	115	
6292253	Silberberg	silberberg	CH		4	Europe/Zurich	47.29387	8.78553				ZH	105	115	
6292254	Felsen	felsen	CH		13	Europe/Zurich	47.29452	8.78978				ZH	105	115	
6292255	Pünt	puent	CH		12	Europe/Zurich	47.29354	8.79244				ZH	105	115	
6292256	Brüschägerten	brueschaegerten	CH		25	Europe/Zurich	47.29463	8.79434				ZH	105	115	
6292257	Rifacher	rifacher	CH		7	Europe/Zurich	47.2909	8.77072				ZH	105	115	
6292259	Hanfgarten	hanfgarten	CH		23	Europe/Zurich	47.2893	8.7791				ZH	105	115	
6292264	Sibleten	sibleten	CH		10	Europe/Zurich	47.28905	8.79119				ZH	105	115	
6292266	Ermisriet	ermisriet	CH		10	Europe/Zurich	47.28382	8.79344				ZH	105	115	
6292267	Herschmettlen	herschmettlen	CH		202	Europe/Zurich	47.28482	8.79991				ZH	105	115	
6292268	Fuchsrüti	fuchsrueti	CH		23	Europe/Zurich	47.27971	8.7915				ZH	105	115	
6292269	Hinter-Fuchsrüti	hinter-fuchsrueti	CH		11	Europe/Zurich	47.27796	8.7948				ZH	105	115	
6292270	Vorder-Goldacher	vorder-goldacher	CH		5	Europe/Zurich	47.30601	8.7865				ZH	105	115	
6292272	Grüningen (Stedtli)	grueningen-stedtli	CH		185	Europe/Zurich	47.28144	8.75919		Grueningen,Grüningen		ZH	105	116	
6292273	Binzikon	binzikon	CH		1854	Europe/Zurich	47.27632	8.75851				ZH	105	116	
6292274	Bächelsrüti	baechelsrueti	CH		40	Europe/Zurich	47.28731	8.74202				ZH	105	116	
6292276	Niggenberg	niggenberg	CH		17	Europe/Zurich	47.28543	8.75322				ZH	105	116	
6292278	Büel	bueel	CH		46	Europe/Zurich	47.28795	8.76324				ZH	105	116	
6292282	Trottacher	trottacher	CH		10	Europe/Zurich	47.28574	8.76808				ZH	105	116	
6292284	Langmatt	langmatt	CH		15	Europe/Zurich	47.2858	8.7737				ZH	105	116	
6292286	Lindist	lindist	CH		11	Europe/Zurich	47.28012	8.73661				ZH	105	116	
6292287	Schoren	schoren	CH		8	Europe/Zurich	47.28238	8.74162				ZH	105	116	
6292288	Näsplen	naesplen	CH		16	Europe/Zurich	47.28305	8.74596				ZH	105	116	
6292289	Buechholz	buechholz	CH		20	Europe/Zurich	47.27681	8.74391				ZH	105	116	
6292290	Auf der Büechlen	auf-der-bueechlen	CH		4	Europe/Zurich	47.27875	8.76367				ZH	105	116	
6292291	Tränkibach	traenkibach	CH		12	Europe/Zurich	47.2801	8.76579				ZH	105	116	
6292292	Talacher-Haufland	talacher-haufland	CH		214	Europe/Zurich	47.28425	8.7691				ZH	105	116	
6292293	Bürglen	buerglen	CH		105	Europe/Zurich	47.28202	8.76764				ZH	105	116	
6292294	Rebacher	rebacher	CH		10	Europe/Zurich	47.27931	8.76721				ZH	105	116	
6292295	Itzikon	itzikon	CH		258	Europe/Zurich	47.28125	8.77341				ZH	105	116	
6292298	Rietli	rietli	CH		10	Europe/Zurich	47.27952	8.7822				ZH	105	116	
6292300	Holzhusen	holzhusen	CH		20	Europe/Zurich	47.27251	8.74303				ZH	105	116	
6292301	Heispel	heispel	CH		11	Europe/Zurich	47.27487	8.74769				ZH	105	116	
6292302	Heggen	heggen	CH		13	Europe/Zurich	47.27031	8.74826				ZH	105	116	
6292305	Spilhalden	spilhalden	CH		5	Europe/Zurich	47.27073	8.7681				ZH	105	116	
6292306	Adletshausen	adletshausen	CH		43	Europe/Zurich	47.26887	8.77598				ZH	105	116	
6292307	Reipen	reipen	CH		13	Europe/Zurich	47.27384	8.78007				ZH	105	116	
6292308	Neuweid	neuweid	CH		9	Europe/Zurich	47.266	8.77928				ZH	105	116	
6292311	Bossikon	bossikon	CH		73	Europe/Zurich	47.30764	8.81222				ZH	105	117	
6292313	Unter-Erlosen	unter-erlosen	CH		42	Europe/Zurich	47.31416	8.81931				ZH	105	117	
6292314	Schulhaus Erlosen	schulhaus-erlosen	CH		9	Europe/Zurich	47.31142	8.81728				ZH	105	117	
6292315	Stocken	stocken	CH		30	Europe/Zurich	47.30837	8.81979				ZH	105	117	
6292316	Wiesental (bei Bossikon)	wiesental-bei-bossikon	CH		24	Europe/Zurich	47.30447	8.8207				ZH	105	117	
6292317	Ober-Erlosen	ober-erlosen	CH		52	Europe/Zurich	47.31081	8.82443				ZH	105	117	
6292319	Kreuzplatz	kreuzplatz	CH		28	Europe/Zurich	47.30451	8.83093				ZH	105	117	
6292323	Boden (bei Ringwil)	boden-bei-ringwil	CH		56	Europe/Zurich	47.32139	8.84594				ZH	105	117	
6292325	Chopfholz	chopfholz	CH		16	Europe/Zurich	47.32158	8.85288				ZH	105	117	
6292326	Tüelen	tueelen	CH		3	Europe/Zurich	47.31965	8.85167				ZH	105	117	
6292327	Ringwil	ringwil	CH		200	Europe/Zurich	47.31405	8.85494				ZH	105	117	
6292329	Nübruch	nuebruch	CH		8	Europe/Zurich	47.31753	8.86087				ZH	105	117	
6292332	Balzenbüel	balzenbueel	CH		1	Europe/Zurich	47.30282	8.85973				ZH	105	117	
6292333	Ehretstock	ehretstock	CH		11	Europe/Zurich	47.31806	8.86458				ZH	105	117	
6292334	Hinter-Triemen	hinter-triemen	CH		14	Europe/Zurich	47.31596	8.8656				ZH	105	117	
6292335	Triemen	triemen	CH		7	Europe/Zurich	47.31369	8.86784				ZH	105	117	
6292336	Ober-Bernegg	ober-bernegg	CH		11	Europe/Zurich	47.30622	8.86673				ZH	105	117	
6292337	Vorder-Bernegg	vorder-bernegg	CH		19	Europe/Zurich	47.30385	8.86546				ZH	105	117	
6292338	Girriet	girriet	CH		6	Europe/Zurich	47.31415	8.87467				ZH	105	117	
6292339	Boden (bei Girenbad)	boden-bei-girenbad	CH		11	Europe/Zurich	47.31019	8.87784				ZH	105	117	
6292340	Bodenacker	bodenacker	CH		4	Europe/Zurich	47.3087	8.88077				ZH	105	117	
6292341	Schaugen	schaugen	CH		14	Europe/Zurich	47.30599	8.87875				ZH	105	117	
6292342	Langmatt	langmatt	CH		26	Europe/Zurich	47.30589	8.87285				ZH	105	117	
6292343	Chilchriet	chilchriet	CH		4	Europe/Zurich	47.30356	8.87323				ZH	105	117	
6292345	Allmen	allmen	CH		13	Europe/Zurich	47.31378	8.88126				ZH	105	117	
6292346	Schufelberg	schufelberg	CH		16	Europe/Zurich	47.31099	8.89333				ZH	105	117	
6292348	Niderhus	niderhus	CH		6	Europe/Zurich	47.30943	8.90176				ZH	105	117	
6292351	Betzholz	betzholz	CH		40	Europe/Zurich	47.29108	8.81926				ZH	105	117	
6292353	Rotenstein (nordwestl. Teil)	rotenstein-nordwestl-teil	CH		42	Europe/Zurich	47.28454	8.82428				ZH	105	117	
6292357	Hüssenbüel	huessenbueel	CH		137	Europe/Zurich	47.29655	8.84477				ZH	105	117	
6292358	Breitacker	breitacker	CH		28	Europe/Zurich	47.2914	8.84827				ZH	105	117	
6292359	Loch	loch	CH		32	Europe/Zurich	47.28945	8.84375				ZH	105	117	
6292360	Friedheim	friedheim	CH		6	Europe/Zurich	47.29923	8.85642				ZH	105	117	
6292362	Blatten	blatten	CH		25	Europe/Zurich	47.29299	8.85281				ZH	105	117	
6292363	Hueb	hueb	CH		10	Europe/Zurich	47.29222	8.85759				ZH	105	117	
6292364	Hadlikon	hadlikon	CH		1321	Europe/Zurich	47.2875	8.85719				ZH	105	117	
6292366	Hadlikerrain	hadlikerrain	CH		18	Europe/Zurich	47.28421	8.85318				ZH	105	117	
6292367	Obere Birch	obere-birch	CH		7	Europe/Zurich	47.28414	8.8559				ZH	105	117	
6292368	Chatzentobel	chatzentobel	CH		6	Europe/Zurich	47.28199	8.85459				ZH	105	117	
6292369	Sack	sack	CH		22	Europe/Zurich	47.30064	8.86039				ZH	105	117	
6292371	Looren (bei Wernetshausen)	looren-bei-wernetshausen	CH		10	Europe/Zurich	47.29262	8.86776				ZH	105	117	
6292372	Stampf	stampf	CH		10	Europe/Zurich	47.30043	8.86889				ZH	105	117	
6292373	Neubrunnen	neubrunnen	CH		22	Europe/Zurich	47.29513	8.86834				ZH	105	117	
6292375	Wissenbach	wissenbach	CH		11	Europe/Zurich	47.29096	8.87105				ZH	105	117	
6292378	Spiegelberg	spiegelberg	CH		5	Europe/Zurich	47.28899	8.87284				ZH	105	117	
6292379	Moos (bei Wernetshausen)	moos-bei-wernetshausen	CH		4	Europe/Zurich	47.30044	8.87595				ZH	105	117	
6292381	Schwändi	schwaendi	CH		15	Europe/Zurich	47.29541	8.8775				ZH	105	117	
6292382	Gammetswil	gammetswil	CH		5	Europe/Zurich	47.29071	8.87841				ZH	105	117	
6292384	Ober-Orn	ober-orn	CH		23	Europe/Zurich	47.28996	8.88374				ZH	105	117	
6292385	Nieder-Orn	nieder-orn	CH		8	Europe/Zurich	47.28549	8.88235				ZH	105	117	
6292388	Breitlen	breitlen	CH		2	Europe/Zurich	47.28055	8.88601				ZH	105	117	
6292391	Schulhaus Unterbach	schulhaus-unterbach	CH		7	Europe/Zurich	47.28656	8.88872				ZH	105	117	
6292392	Sagen	sagen	CH		8	Europe/Zurich	47.28622	8.89099				ZH	105	117	
6292393	Unterhus	unterhus	CH		17	Europe/Zurich	47.2839	8.8895				ZH	105	117	
6292396	Rüti / Westlicher Dorfteil	rueti-westlicher-dorfteil	CH		3083	Europe/Zurich	47.25548	8.8449		Westlicher Dorfteil		ZH	105	118	
6292397	Rüti / Dorfzentrum, Südl. Teil	rueti-dorfzentrum-suedl-teil	CH		3618	Europe/Zurich	47.25368	8.85654		Dorfzentrum  Suedl. Teil,Dorfzentrum  Südl. Teil		ZH	105	118	
6292398	Rüti / Oberdorf	rueti-oberdorf	CH		2875	Europe/Zurich	47.25894	8.86512		Oberdorf		ZH	105	118	
6292400	Pilgersteg	pilgersteg	CH		5	Europe/Zurich	47.26838	8.87205				ZH	105	118	
6292401	Pilgerhof	pilgerhof	CH		552	Europe/Zurich	47.26614	8.86712				ZH	105	118	
6292402	Gmeindrüti	gmeindrueti	CH		10	Europe/Zurich	47.26287	8.87099				ZH	105	118	
6292403	Neu-York	neu-york	CH		7	Europe/Zurich	47.25944	8.87227				ZH	105	118	
6292404	Unter-Fägswil	unter-faegswil	CH		221	Europe/Zurich	47.26606	8.87291				ZH	105	118	
6292405	Ober-Fägswil	ober-faegswil	CH		48	Europe/Zurich	47.26502	8.8784				ZH	105	118	
6292411	Oberwies	oberwies	CH		14	Europe/Zurich	47.26921	8.89424				ZH	105	118	
6292412	Chis	chis	CH		0	Europe/Zurich	47.26865	8.90405				ZH	105	118	
6292415	Ober-Moos	ober-moos	CH		27	Europe/Zurich	47.25028	8.86492				ZH	105	118	
6292416	Matten	matten	CH		5	Europe/Zurich	47.24627	8.86649				ZH	105	118	
6292417	Unter-Moos	unter-moos	CH		31	Europe/Zurich	47.24776	8.86115				ZH	105	118	
6292419	Hüllistein	huellistein	CH		27	Europe/Zurich	47.2482	8.83867				ZH	105	118	
6292420	Weid	weid	CH		7	Europe/Zurich	47.25051	8.83608				ZH	105	118	
6292421	Hofacher	hofacher	CH		34	Europe/Zurich	47.26133	8.83456				ZH	105	118	
6292422	Waldau	waldau	CH		16	Europe/Zurich	47.26087	8.84038				ZH	105	118	
6292423	Ottenhausen	ottenhausen	CH		74	Europe/Zurich	47.3451	8.76367				ZH	105	119	
6292424	Wagenburg	wagenburg	CH		44	Europe/Zurich	47.34459	8.76828				ZH	105	119	
6292425	Unter-Aathal	unter-aathal	CH		144	Europe/Zurich	47.33905	8.76255				ZH	105	119	
6292426	Etstel	etstel	CH		19	Europe/Zurich	47.33776	8.76977				ZH	105	119	
6292427	Steinberg	steinberg	CH		14	Europe/Zurich	47.33755	8.7744				ZH	105	119	
6292428	Ober-Aathal	ober-aathal	CH		70	Europe/Zurich	47.3356	8.76978				ZH	105	119	
6292429	Grossweid	grossweid	CH		314	Europe/Zurich	47.33418	8.76213				ZH	105	119	
6292430	Villa RA	villa-ra	CH		29	Europe/Zurich	47.33143	8.7587				ZH	105	119	
6292431	Sack	sack	CH		119	Europe/Zurich	47.33122	8.76029				ZH	105	119	
6292432	Robänkli	robaenkli	CH		149	Europe/Zurich	47.33153	8.76409				ZH	105	119	
6292433	Aretshalden	aretshalden	CH		61	Europe/Zurich	47.33419	8.77659				ZH	105	119	
6292435	Amslen	amslen	CH		8	Europe/Zurich	47.30503	8.89542				ZH	105	120	
6292437	Oberbüel	oberbueel	CH		16	Europe/Zurich	47.30148	8.90373				ZH	105	120	
6292438	Büel	bueel	CH		31	Europe/Zurich	47.30165	8.9074				ZH	105	120	
6292441	Riet	riet	CH		79	Europe/Zurich	47.30811	8.91313				ZH	105	120	
6292442	Neutal	neutal	CH		46	Europe/Zurich	47.30263	8.91535				ZH	105	120	
6292443	Breiten	breiten	CH		10	Europe/Zurich	47.30521	8.91584				ZH	105	120	
6292444	Hinter-Aatal	hinter-aatal	CH		20	Europe/Zurich	47.3029	8.91867				ZH	105	120	
6292445	Raad	raad	CH		48	Europe/Zurich	47.30605	8.92233				ZH	105	120	
6292446	Huebhansen	huebhansen	CH		9	Europe/Zurich	47.30218	8.92278				ZH	105	120	
6292448	Ober-Raad	ober-raad	CH		3	Europe/Zurich	47.30774	8.92455				ZH	105	120	
6292449	Beizi	beizi	CH		10	Europe/Zurich	47.30848	8.92802				ZH	105	120	
6292451	Eggschwändi	eggschwaendi	CH		4	Europe/Zurich	47.3046	8.92792				ZH	105	120	
6292452	Steinchramen	steinchramen	CH		6	Europe/Zurich	47.3015	8.92631				ZH	105	120	
6292453	Loch	loch	CH		11	Europe/Zurich	47.30603	8.93075				ZH	105	120	
6292455	Hinter Sennenberg	hinter-sennenberg	CH		13	Europe/Zurich	47.29729	8.89931				ZH	105	120	
6292456	Vorder Sennenberg	vorder-sennenberg	CH		21	Europe/Zurich	47.29429	8.90063				ZH	105	120	
6292459	Gass (bei Büel)	gass-bei-bueel	CH		15	Europe/Zurich	47.29958	8.90905				ZH	105	120	
6292461	Hueb	hueb	CH		49	Europe/Zurich	47.29458	8.90719				ZH	105	120	
6292462	Uf Rüti	uf-rueti	CH		12	Europe/Zurich	47.29792	8.91233				ZH	105	120	
6292463	Aatal	aatal	CH		30	Europe/Zurich	47.29893	8.91695				ZH	105	120	
6292464	Mülrüti	muelrueti	CH		6	Europe/Zurich	47.2959	8.91594				ZH	105	120	
6292465	Jonatal	jonatal	CH		96	Europe/Zurich	47.29183	8.91794				ZH	105	120	
6292466	Grosswis	grosswis	CH		10	Europe/Zurich	47.29419	8.92094				ZH	105	120	
6292467	Haltbergholz	haltbergholz	CH		12	Europe/Zurich	47.29284	8.92424				ZH	105	120	
6292468	Hischwil	hischwil	CH		30	Europe/Zurich	47.29945	8.92919				ZH	105	120	
6292469	Hinter Erli	hinter-erli	CH		11	Europe/Zurich	47.29604	8.92611				ZH	105	120	
6292470	Vorder Erli	vorder-erli	CH		16	Europe/Zurich	47.29383	8.929				ZH	105	120	
6292471	Fälmis	faelmis	CH		13	Europe/Zurich	47.29331	8.94426				ZH	105	120	
6292472	Gheist	gheist	CH		7	Europe/Zurich	47.29362	8.94768				ZH	105	120	
6292473	Unterbach	unterbach	CH		16	Europe/Zurich	47.28577	8.89404				ZH	105	120	
6292474	Unterhueb	unterhueb	CH		30	Europe/Zurich	47.29198	8.90866				ZH	105	120	
6292479	Hirschlen	hirschlen	CH		6	Europe/Zurich	47.28458	8.91093				ZH	105	120	
6292480	Badstock	badstock	CH		15	Europe/Zurich	47.29134	8.91514				ZH	105	120	
6292481	Rietwis	rietwis	CH		30	Europe/Zurich	47.28827	8.91559				ZH	105	120	
6292483	Unter Haltberg	unter-haltberg	CH		27	Europe/Zurich	47.28405	8.91997				ZH	105	120	
6292484	Ober Haltberg	ober-haltberg	CH		11	Europe/Zurich	47.28694	8.92144				ZH	105	120	
6292485	Lueget	lueget	CH		6	Europe/Zurich	47.2883	8.92433				ZH	105	120	
6292486	Hüebli	hueebli	CH		27	Europe/Zurich	47.29091	8.92859				ZH	105	120	
6292488	Oh	oh	CH		28	Europe/Zurich	47.29126	8.93289				ZH	105	120	
6292489	Tüfi	tuefi	CH		3	Europe/Zurich	47.28957	8.93506				ZH	105	120	
6292490	Niederholz	niederholz	CH		18	Europe/Zurich	47.2841	8.93148				ZH	105	120	
6292491	Steinweid	steinweid	CH		5	Europe/Zurich	47.29194	8.93589				ZH	105	120	
6292492	Steingass	steingass	CH		2	Europe/Zurich	47.29025	8.93681				ZH	105	120	
6292493	Bodenmüli	bodenmueli	CH		18	Europe/Zurich	47.28143	8.89507				ZH	105	120	
6292494	Forhalden	forhalden	CH		10	Europe/Zurich	47.28373	8.90174				ZH	105	120	
6292496	Rickenbach	rickenbach	CH		8	Europe/Zurich	47.27779	8.89425				ZH	105	120	
6292497	Blattenbach	blattenbach	CH		26	Europe/Zurich	47.27647	8.89712				ZH	105	120	
6292498	Grund	grund	CH		8	Europe/Zurich	47.27515	8.89448				ZH	105	120	
6292499	Stockenmatt	stockenmatt	CH		7	Europe/Zurich	47.27403	8.89625				ZH	105	120	
6292500	Tännler	taennler	CH		8	Europe/Zurich	47.27926	8.90242				ZH	105	120	
6292501	Ferch	ferch	CH		168	Europe/Zurich	47.27676	8.90212				ZH	105	120	
6292502	Ober-Feld	ober-feld	CH		32	Europe/Zurich	47.27458	8.90138				ZH	105	120	
6292505	Binzholz	binzholz	CH		310	Europe/Zurich	47.28023	8.90853				ZH	105	120	
6292506	Feisterbach	feisterbach	CH		8	Europe/Zurich	47.27816	8.90592				ZH	105	120	
6292507	Ferchacher	ferchacher	CH		61	Europe/Zurich	47.27603	8.90628				ZH	105	120	
6292511	Sack (Bürgerasyl)	sack-buergerasyl	CH		65	Europe/Zurich	47.28054	8.91309				ZH	105	120	
6292512	Brüglen	brueglen	CH		132	Europe/Zurich	47.28299	8.9147				ZH	105	120	
6292513	Elba	elba	CH		18	Europe/Zurich	47.2809	8.91475				ZH	105	120	
6292514	Hömel	hoemel	CH		305	Europe/Zurich	47.27786	8.92193				ZH	105	120	
6292515	Vorderwald	vorderwald	CH		21	Europe/Zurich	47.28128	8.9241				ZH	105	120	
6292516	Heferen	heferen	CH		155	Europe/Zurich	47.27671	8.92281				ZH	105	120	
6292517	Silmatt	silmatt	CH		5	Europe/Zurich	47.27724	8.92684				ZH	105	120	
6292518	Chilacher	chilacher	CH		4	Europe/Zurich	47.27543	8.92995				ZH	105	120	
6292519	Hittenberg	hittenberg	CH		48	Europe/Zurich	47.27894	8.93417				ZH	105	120	
6292520	Lauf	lauf	CH		5	Europe/Zurich	47.27464	8.93474				ZH	105	120	
6292521	Faltigberg	faltigberg	CH		95	Europe/Zurich	47.277	8.94234				ZH	105	120	
6292522	Chrinnen	chrinnen	CH		12	Europe/Zurich	47.28028	8.94674				ZH	105	120	
6292523	Grundtal	grundtal	CH		10	Europe/Zurich	47.27212	8.89524				ZH	105	120	
6292525	Tonacher	tonacher	CH		18	Europe/Zurich	47.27042	8.90271				ZH	105	120	
6292528	Felsenkeller	felsenkeller	CH		151	Europe/Zurich	47.26966	8.91004				ZH	105	120	
6292529	Nüholz	nueholz	CH		4	Europe/Zurich	47.26807	8.9081				ZH	105	120	
6292530	Hinternord	hinternord	CH		440	Europe/Zurich	47.26861	8.91434				ZH	105	120	
6292531	Steigweg	steigweg	CH		1	Europe/Zurich	47.27096	8.92067				ZH	105	120	
6292533	Dreilinden	dreilinden	CH		95	Europe/Zurich	47.26733	8.91981				ZH	105	120	
6292534	Neuhus	neuhus	CH		339	Europe/Zurich	47.26604	8.92018				ZH	105	120	
6292535	Stigweid	stigweid	CH		40	Europe/Zurich	47.2739	8.92385				ZH	105	120	
6292536	Steig	steig	CH		7	Europe/Zurich	47.27192	8.92558				ZH	105	120	
6292537	Rotwasser	rotwasser	CH		6	Europe/Zurich	47.27122	8.92859				ZH	105	120	
6292538	Hofacher	hofacher	CH		16	Europe/Zurich	47.26934	8.92728				ZH	105	120	
6292539	Ober-Laupen	ober-laupen	CH		86	Europe/Zurich	47.26757	8.92744				ZH	105	120	
6292540	Nahren	nahren	CH		17	Europe/Zurich	47.27327	8.93041				ZH	105	120	
6292542	Huebwis	huebwis	CH		151	Europe/Zurich	47.26707	8.93128				ZH	105	120	
6292543	Ober-Morgen	ober-morgen	CH		3	Europe/Zurich	47.27199	8.9344				ZH	105	120	
6292544	Bebikon	bebikon	CH		15	Europe/Zurich	47.27051	8.93644				ZH	105	120	
6292545	Diezikon	diezikon	CH		17	Europe/Zurich	47.26899	8.93897				ZH	105	120	
6292546	Töbeli	toebeli	CH		7	Europe/Zurich	47.27313	8.93939				ZH	105	120	
6292547	Diezikon	diezikon	CH		74	Europe/Zurich	47.26849	8.93937				ZH	105	120	
6292548	Hubacher	hubacher	CH		24	Europe/Zurich	47.26557	8.93774				ZH	105	120	
6292550	Strickel	strickel	CH		9	Europe/Zurich	47.27013	8.94123				ZH	105	120	
6292551	Dachsegg	dachsegg	CH		12	Europe/Zurich	47.2534	8.88922				ZH	105	120	
6292554	Mettlen (bei Güntisberg)	mettlen-bei-guentisberg	CH		34	Europe/Zurich	47.25912	8.90211				ZH	105	120	
6292555	Widenriet	widenriet	CH		0	Europe/Zurich	47.2559	8.89986				ZH	105	120	
6292559	Güntisberg	guentisberg	CH		41	Europe/Zurich	47.261	8.91057				ZH	105	120	
6292560	Tannenboden	tannenboden	CH		3	Europe/Zurich	47.25743	8.91006				ZH	105	120	
6292561	Hiltisberg	hiltisberg	CH		30	Europe/Zurich	47.25693	8.91447				ZH	105	120	
6292562	Chefi	chefi	CH		31	Europe/Zurich	47.26462	8.91829				ZH	105	120	
6292565	Laupen	laupen	CH		574	Europe/Zurich	47.265	8.92851		Laupen,Laupen ZH		ZH	105	120	
6292566	Ziegelhütte	ziegelhuette	CH		3	Europe/Zurich	47.26338	8.92437				ZH	105	120	
6292568	Wili	wili	CH		10	Europe/Zurich	47.26237	8.92812				ZH	105	120	
6292570	Bär	baer	CH		9	Europe/Zurich	47.26066	8.93054				ZH	105	120	
6292571	Altweid	altweid	CH		6	Europe/Zurich	47.26314	8.93616				ZH	105	120	
6292572	Au	au	CH		55	Europe/Zurich	47.26157	8.9353				ZH	105	120	
6292574	Brand	brand	CH		58	Europe/Zurich	47.26679	8.93558				ZH	105	120	
6292575	Rigi	rigi	CH		36	Europe/Zurich	47.28278	8.91104				ZH	105	120	
6292577	Unterbachtel	unterbachtel	CH		0	Europe/Zurich	47.28931	8.89496				ZH	105	120	
6292580	Stampf	stampf	CH		13	Europe/Zurich	47.30885	8.91652				ZH	105	120	
6292582	Boden	boden	CH		8	Europe/Zurich	47.29891	8.92525				ZH	105	120	
6292583	Hinderwald	hinderwald	CH		6	Europe/Zurich	47.28803	8.92927				ZH	105	120	
6292590	Wetzikon / Robenhausen	wetzikon-robenhausen	CH		2213	Europe/Zurich	47.33089	8.78762		Robenhausen		ZH	105	121	
6292591	Wetzikon / Kempten	wetzikon-kempten	CH		4377	Europe/Zurich	47.33319	8.80982		Kempten		ZH	105	121	
6292592	Summerau	summerau	CH		197	Europe/Zurich	47.33622	8.81472				ZH	105	121	
6292593	Sporrweggli	sporrweggli	CH		8	Europe/Zurich	47.33463	8.81629				ZH	105	121	
6292594	Leisihalden	leisihalden	CH		294	Europe/Zurich	47.3336	8.82007				ZH	105	121	
6292595	Burg	burg	CH		26	Europe/Zurich	47.3371	8.82097				ZH	105	121	
6292596	Eichholz	eichholz	CH		12	Europe/Zurich	47.33428	8.82557				ZH	105	121	
6292597	Burgweid	burgweid	CH		6	Europe/Zurich	47.3348	8.82924				ZH	105	121	
6292598	Müli	mueli	CH		60	Europe/Zurich	47.33072	8.82183				ZH	105	121	
6292599	Oberkempten	oberkempten	CH		900	Europe/Zurich	47.32852	8.8204				ZH	105	121	
6292600	Harlachen	harlachen	CH		54	Europe/Zurich	47.32892	8.82777				ZH	105	121	
6292601	Emmetschloo	emmetschloo	CH		144	Europe/Zurich	47.32695	8.83103				ZH	105	121	
6292603	Cherschiben	cherschiben	CH		8	Europe/Zurich	47.33145	8.77391				ZH	105	121	
6292604	Linggenberg	linggenberg	CH		46	Europe/Zurich	47.32943	8.76922				ZH	105	121	
6292605	Robank	robank	CH		65	Europe/Zurich	47.327	8.77434				ZH	105	121	
6292606	Flos	flos	CH		29	Europe/Zurich	47.3302	8.77809				ZH	105	121	
6292607	Zil	zil	CH		76	Europe/Zurich	47.3328	8.78114				ZH	105	121	
6292608	Nübruch	nuebruch	CH		60	Europe/Zurich	47.32367	8.77584				ZH	105	121	
6292609	Grossenstein	grossenstein	CH		6	Europe/Zurich	47.32351	8.77922				ZH	105	121	
6292610	Sänggelen	saenggelen	CH		3	Europe/Zurich	47.32524	8.77976				ZH	105	121	
6292611	Neugrund	neugrund	CH		9	Europe/Zurich	47.32651	8.78086				ZH	105	121	
6292612	Medikon	medikon	CH		315	Europe/Zurich	47.32439	8.78411				ZH	105	121	
6292613	Froberg	froberg	CH		105	Europe/Zurich	47.32073	8.78561				ZH	105	121	
6292614	Sandbüel	sandbueel	CH		272	Europe/Zurich	47.32672	8.78758				ZH	105	121	
6292615	Rötel	roetel	CH		100	Europe/Zurich	47.32308	8.80634				ZH	105	121	
6292616	Pfruendweid	pfruendweid	CH		119	Europe/Zurich	47.32334	8.81053				ZH	105	121	
6292617	Moos	moos	CH		26	Europe/Zurich	47.3221	8.81403				ZH	105	121	
6292618	Ettenhausen	ettenhausen	CH		200	Europe/Zurich	47.32281	8.82647				ZH	105	121	
6292619	Hochrüti	hochrueti	CH		10	Europe/Zurich	47.32437	8.83122				ZH	105	121	
6292620	Ober-Emmetschloo	ober-emmetschloo	CH		4	Europe/Zurich	47.32172	8.83922				ZH	105	121	
6292622	Morgen	morgen	CH		492	Europe/Zurich	47.31636	8.78966				ZH	105	121	
6292623	Tannenrain	tannenrain	CH		131	Europe/Zurich	47.3122	8.79191				ZH	105	121	
6292624	Allenberg	allenberg	CH		4	Europe/Zurich	47.30913	8.79226				ZH	105	121	
6292625	Husbüel	husbueel	CH		3	Europe/Zurich	47.3105	8.79951				ZH	105	121	
6292626	Hännen	haennen	CH		19	Europe/Zurich	47.31655	8.8023				ZH	105	121	
6292628	Schwändi	schwaendi	CH		5	Europe/Zurich	47.30869	8.80205				ZH	105	121	
6292630	Bächelacher	baechelacher	CH		8	Europe/Zurich	47.31552	8.83072				ZH	105	121	
6292631	Neuwis	neuwis	CH		13	Europe/Zurich	47.31286	8.83132				ZH	105	121	
6292634	Widum	widum	CH		705	Europe/Zurich	47.3281	8.79192				ZH	105	121	
6292635	Müliwisen	mueliwisen	CH		169	Europe/Zurich	47.33203	8.79934				ZH	105	121	
6292636	Adliswil / Adliswil (Stadtkern)	adliswil-adliswil-stadtkern	CH		2538	Europe/Zurich	47.31128	8.52675		Adliswil (Stadtkern)		ZH	106	131	
6292637	Adliswil / Oberleimbach	adliswil-oberleimbach	CH		1411	Europe/Zurich	47.3202	8.51508		Oberleimbach		ZH	106	131	
6292638	Adliswil / Sood	adliswil-sood	CH		1494	Europe/Zurich	47.3187	8.52425		Sood		ZH	106	131	
6292639	Adliswil / Hündli-Zopf	adliswil-huendli-zopf	CH		1553	Europe/Zurich	47.31637	8.51888		Huendli-Zopf,Hündli-Zopf		ZH	106	131	
6292640	Adliswil / Lebern	adliswil-lebern	CH		749	Europe/Zurich	47.31554	8.53357		Lebern		ZH	106	131	
6292641	Adliswil / Sonnenberg	adliswil-sonnenberg	CH		1283	Europe/Zurich	47.30958	8.52055		Sonnenberg		ZH	106	131	
6292642	Adliswil / Tal	adliswil-tal	CH		1125	Europe/Zurich	47.31142	8.53446		Tal		ZH	106	131	
6292643	Adliswil / Wacht	adliswil-wacht	CH		946	Europe/Zurich	47.30811	8.53176		Wacht		ZH	106	131	
6292644	Adliswil / Rüti	adliswil-rueti	CH		399	Europe/Zurich	47.30536	8.52702		Rueti,Rüti		ZH	106	131	
6292645	Adliswil / Wanneten	adliswil-wanneten	CH		896	Europe/Zurich	47.30446	8.5208		Wanneten		ZH	106	131	
6292646	Adliswil / Wil	adliswil-wil	CH		89	Europe/Zurich	47.30327	8.51918		Wil		ZH	106	131	
6292647	Adliswil / Büchel	adliswil-buechel	CH		855	Europe/Zurich	47.30005	8.52204		Buechel,Büchel		ZH	106	131	
6292648	Adliswil / Sihlau	adliswil-sihlau	CH		526	Europe/Zurich	47.30285	8.52727		Sihlau		ZH	106	131	
6292649	Adliswil / Buttenau	adliswil-buttenau	CH		781	Europe/Zurich	47.30007	8.52604		Buttenau		ZH	106	131	
6292652	Tüfi	tuefi	CH		13	Europe/Zurich	47.31978	8.52692				ZH	106	131	
6292653	Grüt	gruet	CH		62	Europe/Zurich	47.3201	8.53016				ZH	106	131	
6292654	Sunnau	sunnau	CH		5	Europe/Zurich	47.32488	8.52761				ZH	106	131	
6292655	Moos	moos	CH		65	Europe/Zurich	47.32919	8.53372				ZH	106	131	
6292657	Vorder-Stieg	vorder-stieg	CH		8	Europe/Zurich	47.30663	8.51573				ZH	106	131	
6292658	Landolt	landolt	CH		5	Europe/Zurich	47.30396	8.51806				ZH	106	131	
6292661	Hermen	hermen	CH		2	Europe/Zurich	47.29787	8.51415				ZH	106	131	
6292663	Vögeli	voegeli	CH		9	Europe/Zurich	47.2959	8.5245				ZH	106	131	
6292668	Adliswil / Sihlhof	adliswil-sihlhof	CH		585	Europe/Zurich	47.32229	8.52172		Sihlhof		ZH	106	131	
6292670	Weier	weier	CH		5	Europe/Zurich	47.29512	8.51977				ZH	106	131	
6292674	Simismoos	simismoos	CH		7	Europe/Zurich	47.23573	8.60183				ZH	106	295	
6292676	Zimmerberg	zimmerberg	CH		39	Europe/Zurich	47.23331	8.58985				ZH	106	295	
6292677	Widenbach	widenbach	CH		16	Europe/Zurich	47.23376	8.59842				ZH	106	295	
6292679	Harüti	harueti	CH		23	Europe/Zurich	47.2329	8.60517				ZH	106	295	
6292680	Neuhus	neuhus	CH		9	Europe/Zurich	47.23171	8.59946				ZH	106	295	
6292681	Widenhüsli	widenhuesli	CH		11	Europe/Zurich	47.23144	8.59708				ZH	106	295	
6292684	Alter Hirschen	alter-hirschen	CH		8	Europe/Zurich	47.22964	8.5976				ZH	106	295	
6292685	Strickler	strickler	CH		18	Europe/Zurich	47.22953	8.60084				ZH	106	295	
6292687	Oberi Chaseren	oberi-chaseren	CH		6	Europe/Zurich	47.22912	8.59271				ZH	106	295	
6292690	Vorderi Chaseren	vorderi-chaseren	CH		4	Europe/Zurich	47.22773	8.59599				ZH	106	295	
6292696	Wolfisbüel	wolfisbueel	CH		10	Europe/Zurich	47.22561	8.60422				ZH	106	295	
6292697	Oberes Dürenmoos	oberes-duerenmoos	CH		6	Europe/Zurich	47.22512	8.59174				ZH	106	295	
6292698	Höchi	hoechi	CH		19	Europe/Zurich	47.22588	8.59742				ZH	106	295	
6292699	Dürenmoos	duerenmoos	CH		24	Europe/Zurich	47.22309	8.59156				ZH	106	295	
6292702	An der Strass	an-der-strass	CH		6	Europe/Zurich	47.22161	8.59583				ZH	106	295	
6292703	Müsegg	muesegg	CH		7	Europe/Zurich	47.2221	8.59722				ZH	106	295	
6292704	Rüebgarten	rueebgarten	CH		6	Europe/Zurich	47.22101	8.58489				ZH	106	295	
6292705	Tobelmüli	tobelmueli	CH		5	Europe/Zurich	47.22082	8.58825				ZH	106	295	
6292706	Moosacher	moosacher	CH		10	Europe/Zurich	47.22069	8.59358				ZH	106	295	
6292707	Unteri Siten	unteri-siten	CH		20	Europe/Zurich	47.22006	8.61045				ZH	106	295	
6292711	Fänser	faenser	CH		18	Europe/Zurich	47.2183	8.59608				ZH	106	295	
6292712	Kirchrain	kirchrain	CH		191	Europe/Zurich	47.21746	8.60845				ZH	106	295	
6292713	Vorderi Siten	vorderi-siten	CH		245	Europe/Zurich	47.21761	8.61097				ZH	106	295	
6292714	Geeristeg	geeristeg	CH		11	Europe/Zurich	47.21885	8.61841				ZH	106	295	
6292715	Sihlbrugg (nordöstl. Teil)	sihlbrugg-nordoestl-teil	CH		25	Europe/Zurich	47.21844	8.57923				ZH	106	295	
6292716	Vorderi Höchi	vorderi-hoechi	CH		51	Europe/Zurich	47.21746	8.60465				ZH	106	295	
6292717	Chalbisau	chalbisau	CH		20	Europe/Zurich	47.21628	8.59539				ZH	106	295	
6292718	Chlus	chlus	CH		2	Europe/Zurich	47.2164	8.58347				ZH	106	295	
6292719	Brestenegg	brestenegg	CH		11	Europe/Zurich	47.2156	8.58869				ZH	106	295	
6292720	Heerenrainli	heerenrainli	CH		31	Europe/Zurich	47.21561	8.60978				ZH	106	295	
6292721	Rennweg	rennweg	CH		16	Europe/Zurich	47.21513	8.62016				ZH	106	295	
6292722	Nägelihus	naegelihus	CH		8	Europe/Zurich	47.21453	8.61128				ZH	106	295	
6292723	Chelen	chelen	CH		13	Europe/Zurich	47.21434	8.59726				ZH	106	295	
6292724	Brämenhalden	braemenhalden	CH		24	Europe/Zurich	47.21451	8.60758				ZH	106	295	
6292728	Cholgrueb	cholgrueb	CH		7	Europe/Zurich	47.21363	8.59061				ZH	106	295	
6292729	Bruederhus	bruederhus	CH		7	Europe/Zurich	47.21394	8.5933				ZH	106	295	
6292730	Oberi Chelen	oberi-chelen	CH		8	Europe/Zurich	47.21364	8.5996				ZH	106	295	
6292731	Gschättli	gschaettli	CH		12	Europe/Zurich	47.21303	8.6155				ZH	106	295	
6292733	Schiffli	schiffli	CH		17	Europe/Zurich	47.21124	8.5837				ZH	106	295	
6292736	Feldstrasse	feldstrasse	CH		17	Europe/Zurich	47.21231	8.60469				ZH	106	295	
6292738	Spitzenmatte	spitzenmatte	CH		231	Europe/Zurich	47.21035	8.61899				ZH	106	295	
6292741	Chronerain	chronerain	CH		52	Europe/Zurich	47.21122	8.62179				ZH	106	295	
6292742	Boden	boden	CH		12	Europe/Zurich	47.20952	8.60122				ZH	106	295	
6292745	Sprümüli	spruemueli	CH		12	Europe/Zurich	47.20901	8.61374				ZH	106	295	
6292747	Spitzenrain	spitzenrain	CH		5	Europe/Zurich	47.20907	8.62443				ZH	106	295	
6292749	Bächenmoos	baechenmoos	CH		27	Europe/Zurich	47.2068	8.61785				ZH	106	295	
6292750	Sihlmatt	sihlmatt	CH		15	Europe/Zurich	47.20478	8.59791				ZH	106	295	
6292756	Vorder Bächenmoos	vorder-baechenmoos	CH		46	Europe/Zurich	47.20943	8.61766				ZH	106	295	
6292757	Horgen / Horgen (Dorfkern)	horgen-horgen-dorfkern	CH		6140	Europe/Zurich	47.25604	8.60159		Horgen (Dorfkern)		ZH	106	295	
6292758	Horgen / Käpfnach	horgen-kaepfnach	CH		810	Europe/Zurich	47.25445	8.61324		Kaepfnach,Käpfnach		ZH	106	295	
6292759	Horgen / Allmend	horgen-allmend	CH		3809	Europe/Zurich	47.24729	8.6066		Allmend		ZH	106	295	
6292760	Horgen / Scheller-Stockerstrasse	horgen-scheller-stockerstrasse	CH		2690	Europe/Zurich	47.26584	8.5876		Scheller-Stockerstrasse		ZH	106	295	
6292761	Horgen / Oberdorf	horgen-oberdorf	CH		2524	Europe/Zurich	47.25837	8.59013	483	Horgen Oberdorf,Oberdorf		ZH	106	295	
6292762	Werkplatz Sihlwald	werkplatz-sihlwald	CH		21	Europe/Zurich	47.2717	8.55457				ZH	106	295	
6292764	Forsthaus Sihlwald	forsthaus-sihlwald	CH		5	Europe/Zurich	47.26731	8.55793				ZH	106	295	
6292765	Sihlboden	sihlboden	CH		8	Europe/Zurich	47.26507	8.5608				ZH	106	295	
6292769	Vorderes Maurenmoos	vorderes-maurenmoos	CH		6	Europe/Zurich	47.25574	8.57938				ZH	106	295	
6292773	Moorschwand	moorschwand	CH		68	Europe/Zurich	47.25309	8.58149				ZH	106	295	
6292774	Büel	bueel	CH		14	Europe/Zurich	47.2509	8.58626				ZH	106	295	
6292775	Tableten	tableten	CH		11	Europe/Zurich	47.24728	8.57266				ZH	106	295	
6292777	Mürg	muerg	CH		6	Europe/Zurich	47.24694	8.5785				ZH	106	295	
6292778	Stockacker	stockacker	CH		6	Europe/Zurich	47.24856	8.585				ZH	106	295	
6292779	Wührenbach	wuehrenbach	CH		54	Europe/Zurich	47.2468	8.58907				ZH	106	295	
6292780	Fischenrüti	fischenrueti	CH		4	Europe/Zurich	47.24894	8.59808				ZH	106	295	
6292783	Unterhaus	unterhaus	CH		23	Europe/Zurich	47.24362	8.58496				ZH	106	295	
6292784	Eschtürli	eschtuerli	CH		6	Europe/Zurich	47.23929	8.58763				ZH	106	295	
6292785	Bruppacher	bruppacher	CH		12	Europe/Zurich	47.24194	8.58838				ZH	106	295	
6292788	Hüsliweber	huesliweber	CH		6	Europe/Zurich	47.24112	8.59246				ZH	106	295	
6292789	Näf	naef	CH		6	Europe/Zurich	47.24209	8.59361				ZH	106	295	
6292790	Hinter-Klausen	hinter-klausen	CH		18	Europe/Zurich	47.24325	8.59482				ZH	106	295	
6292791	Vorder-Klausen	vorder-klausen	CH		48	Europe/Zurich	47.2406	8.59675				ZH	106	295	
6292794	Bocken	bocken	CH		24	Europe/Zurich	47.24147	8.61281				ZH	106	295	
6292795	Schlitten	schlitten	CH		12	Europe/Zurich	47.2445	8.61254				ZH	106	295	
6292796	Kniebreche	kniebreche	CH		7	Europe/Zurich	47.24772	8.61266				ZH	106	295	
6292797	Gwandlen	gwandlen	CH		1	Europe/Zurich	47.24648	8.6143				ZH	106	295	
6292798	Bätpur	baetpur	CH		109	Europe/Zurich	47.25188	8.61884				ZH	106	295	
6292800	Risi	risi	CH		29	Europe/Zurich	47.25024	8.61637				ZH	106	295	
6292802	Katzenholz	katzenholz	CH		3	Europe/Zurich	47.25122	8.62537				ZH	106	295	
6292804	Neumatt	neumatt	CH		17	Europe/Zurich	47.24685	8.62039				ZH	106	295	
6292805	Neuhof	neuhof	CH		6	Europe/Zurich	47.24693	8.62354				ZH	106	295	
6292806	Gottshalden	gottshalden	CH		11	Europe/Zurich	47.24678	8.6281				ZH	106	295	
6292807	Sonnau	sonnau	CH		2	Europe/Zurich	47.24485	8.62193				ZH	106	295	
6292808	Längeberg	laengeberg	CH		10	Europe/Zurich	47.24473	8.62771				ZH	106	295	
6292809	Waid	waid	CH		12	Europe/Zurich	47.24059	8.61817				ZH	106	295	
6292810	Hintere Rietwies	hintere-rietwies	CH		27	Europe/Zurich	47.24225	8.62485				ZH	106	295	
6292811	Mittlere Rietwies	mittlere-rietwies	CH		16	Europe/Zurich	47.24067	8.62592				ZH	106	295	
6292812	Äussere Rietwies	aeussere-rietwies	CH		10	Europe/Zurich	47.23953	8.62739				ZH	106	295	
6292814	Arn	arn	CH		326	Europe/Zurich	47.23613	8.61814				ZH	106	295	
6292815	Unterer Widenbach	unterer-widenbach	CH		6	Europe/Zurich	47.23706	8.59742				ZH	106	295	
6292817	Obere Hinterrüti	obere-hinterrueti	CH		12	Europe/Zurich	47.23649	8.60569				ZH	106	295	
6292821	Untere Hanegg	untere-hanegg	CH		20	Europe/Zurich	47.2326	8.61461				ZH	106	295	
6292823	Obere Hanegg	obere-hanegg	CH		7	Europe/Zurich	47.23057	8.61128				ZH	106	295	
6292825	Waldhof	waldhof	CH		13	Europe/Zurich	47.23102	8.62234				ZH	106	295	
6292829	Waldegg	waldegg	CH		11	Europe/Zurich	47.24488	8.60521				ZH	106	295	
6292830	Pappelweg	pappelweg	CH		10	Europe/Zurich	47.25161	8.62234				ZH	106	295	
6292832	Hütten	huetten	CH		451	Europe/Zurich	47.17573	8.66655				ZH	106	293	
6292834	Segel	segel	CH		35	Europe/Zurich	47.18105	8.65517				ZH	106	293	
6292835	Obere Hengerten	obere-hengerten	CH		12	Europe/Zurich	47.18013	8.65857				ZH	106	293	
6292839	Untere Laubegg	untere-laubegg	CH		9	Europe/Zurich	47.18653	8.66238				ZH	106	293	
6292840	Obere Laubegg	obere-laubegg	CH		13	Europe/Zurich	47.18522	8.66481				ZH	106	293	
6292841	Böschen	boeschen	CH		9	Europe/Zurich	47.18179	8.66476				ZH	106	293	
6292842	Moos	moos	CH		9	Europe/Zurich	47.18065	8.67373				ZH	106	293	
6292845	Frohe Aussicht	frohe-aussicht	CH		7	Europe/Zurich	47.17858	8.67415				ZH	106	293	
6292847	Bergli	bergli	CH		5	Europe/Zurich	47.17876	8.68				ZH	106	293	
6292848	Finsterseehalden	finsterseehalden	CH		14	Europe/Zurich	47.17417	8.6371				ZH	106	293	
6292851	Knäus	knaeus	CH		15	Europe/Zurich	47.17518	8.64454				ZH	106	293	
6292853	Freihof	freihof	CH		15	Europe/Zurich	47.17279	8.64961				ZH	106	293	
6292854	Hinter-Langmoos	hinter-langmoos	CH		18	Europe/Zurich	47.17457	8.65226				ZH	106	293	
6292856	Vorder-Langmoos	vorder-langmoos	CH		28	Europe/Zurich	47.17414	8.65768				ZH	106	293	
6292860	Säge	saege	CH		2	Europe/Zurich	47.1722	8.66735				ZH	106	293	
6292861	Boden	boden	CH		9	Europe/Zurich	47.17751	8.67293				ZH	106	293	
6292864	Sihlau	sihlau	CH		7	Europe/Zurich	47.17341	8.67086				ZH	106	293	
6292865	Schmitten	schmitten	CH		10	Europe/Zurich	47.172	8.67167				ZH	106	293	
6292866	Unter Oerischwand	unter-oerischwand	CH		18	Europe/Zurich	47.17245	8.68115				ZH	106	293	
6292867	Hinter-Schönau	hinter-schoenau	CH		12	Europe/Zurich	47.16807	8.66549				ZH	106	293	
6292869	Hinter-Mistlibühl	hinter-mistlibuehl	CH		4	Europe/Zurich	47.16736	8.67394				ZH	106	293	
6292870	Gschwendboden	gschwendboden	CH		12	Europe/Zurich	47.16971	8.67941				ZH	106	293	
6292872	Ober Oerischwand	ober-oerischwand	CH		6	Europe/Zurich	47.17081	8.68048				ZH	106	293	
6292875	Kilchberg / Schooren	kilchberg-schooren	CH		475	Europe/Zurich	47.31729	8.5528		Schooren		ZH	106	135	
6292876	Kilchberg / Unterer Mönchhof	kilchberg-unterer-moenchhof	CH		273	Europe/Zurich	47.3323	8.54459		Unterer Moenchhof,Unterer Mönchhof		ZH	106	135	
6292877	Kilchberg / Hornhalden	kilchberg-hornhalden	CH		709	Europe/Zurich	47.33106	8.54225		Hornhalden		ZH	106	135	
6292878	Kilchberg / Bächler-Stocken	kilchberg-baechler-stocken	CH		1147	Europe/Zurich	47.32728	8.53957		Baechler-Stocken,Bächler-Stocken		ZH	106	135	
6292879	Kilchberg / Oberer Mönchhof	kilchberg-oberer-moenchhof	CH		259	Europe/Zurich	47.32596	8.54329		Oberer Moenchhof,Oberer Mönchhof		ZH	106	135	
6292880	Kilchberg / Bendlikon	kilchberg-bendlikon	CH		552	Europe/Zurich	47.32329	8.54923		Bendlikon		ZH	106	135	
6292881	Kilchberg / Kilchberg (Dorfkern)	kilchberg-kilchberg-dorfkern	CH		2244	Europe/Zurich	47.32012	8.54306		Kilchberg (Dorfkern)		ZH	106	135	
6292882	Kilchberg / Schwanden	kilchberg-schwanden	CH		852	Europe/Zurich	47.31773	8.54904		Schwanden		ZH	106	135	
6292883	Lätten	laetten	CH		171	Europe/Zurich	47.32664	8.53569				ZH	106	135	
6292884	Sanitas	sanitas	CH		131	Europe/Zurich	47.32052	8.53611				ZH	106	135	
6292885	Brölberg	broelberg	CH		41	Europe/Zurich	47.31629	8.54609				ZH	106	135	
6292886	Ghei	ghei	CH		27	Europe/Zurich	47.3112	8.5443				ZH	106	135	
6292887	Bänklen	baenklen	CH		196	Europe/Zurich	47.31457	8.5381				ZH	106	135	
6292892	Langnau / Gontenbach (südl. Teil)	langnau-gontenbach-suedl-teil	CH		480	Europe/Zurich	47.29817	8.5323		Gontenbach (suedl. Teil),Gontenbach (südl. Teil)		ZH	106	136	
6292893	Langnau / Vitaquartier	langnau-vitaquartier	CH		1161	Europe/Zurich	47.29377	8.53758		Vitaquartier		ZH	106	136	
6292894	Rinderweid	rinderweid	CH		10	Europe/Zurich	47.28608	8.52515				ZH	106	136	
6292895	Unter-Albis	unter-albis	CH		63	Europe/Zurich	47.2857	8.52811				ZH	106	136	
6292896	Mühlehalde	muehlehalde	CH		1220	Europe/Zurich	47.28306	8.53386				ZH	106	136	
6292889	Waldi	waldi	CH	8564	60	Europe/Zurich	47.29191	8.52426				ZH	106	136	
6292897	Langnau / Hehl	langnau-hehl	CH		154	Europe/Zurich	47.28531	8.54059		Hehl		ZH	106	136	
6292899	Striempel	striempel	CH		104	Europe/Zurich	47.2795	8.53211				ZH	106	136	
6292900	Langnau / Unter-Rengg	langnau-unter-rengg	CH		104	Europe/Zurich	47.27986	8.53716		Unter-Rengg		ZH	106	136	
6292901	Langnau / Jeger	langnau-jeger	CH		243	Europe/Zurich	47.2809	8.53963		Jeger		ZH	106	136	
6292902	Langnau / Rebacher	langnau-rebacher	CH		96	Europe/Zurich	47.28292	8.53985		Rebacher		ZH	106	136	
6292903	Kniebreche	kniebreche	CH		10	Europe/Zurich	47.27489	8.50979				ZH	106	136	
6292905	Hinter-Albis	hinter-albis	CH		21	Europe/Zurich	47.27396	8.51761				ZH	106	136	
6292906	Weid	weid	CH		31	Europe/Zurich	47.27714	8.51983				ZH	106	136	
6292907	Ober-Albis	ober-albis	CH		61	Europe/Zurich	47.27587	8.52399				ZH	106	136	
6292908	Ober-Rengg	ober-rengg	CH		45	Europe/Zurich	47.27516	8.53483				ZH	106	136	
6292911	Vorder-Risleten	vorder-risleten	CH		9	Europe/Zurich	47.27096	8.54824				ZH	106	136	
6292914	Mittelalbis	mittelalbis	CH		10	Europe/Zurich	47.27823	8.52538				ZH	106	136	
6292915	Risi	risi	CH		15	Europe/Zurich	47.27484	8.57051				ZH	106	137	
6292917	Oberrieden / Mitte	oberrieden-mitte	CH		1807	Europe/Zurich	47.27242	8.58021		Mitte		ZH	106	137	
6292918	Oberrieden / Berg	oberrieden-berg	CH		1961	Europe/Zurich	47.27628	8.57257		Berg		ZH	106	137	
6292919	Richterswil / Dorfkern	richterswil-dorfkern	CH		1216	Europe/Zurich	47.20715	8.70607		Dorfkern		ZH	106	138	
6292920	Richterswil / Richterswil (Dorfkern)	richterswil-richterswil-dorfkern	CH		3292	Europe/Zurich	47.20323	8.70516		Richterswil (Dorfkern)		ZH	106	138	
6292921	Richterswil / Burghalde	richterswil-burghalde	CH		1137	Europe/Zurich	47.20973	8.69133		Burghalde		ZH	106	138	
6292922	Richterswil / Langacher	richterswil-langacher	CH		472	Europe/Zurich	47.20817	8.69539		Langacher		ZH	106	138	
6292923	Richterswil / Zweischürli	richterswil-zweischuerli	CH		385	Europe/Zurich	47.20595	8.69102		Zweischuerli,Zweischürli		ZH	106	138	
6292924	Richterswil / Leemann	richterswil-leemann	CH		292	Europe/Zurich	47.20641	8.69568		Leemann		ZH	106	138	
6292925	Richterswil / Chrummbächli	richterswil-chrummbaechli	CH		114	Europe/Zurich	47.20461	8.6975		Chrummbaechli,Chrummbächli		ZH	106	138	
6292926	Richterswil / Bachtel	richterswil-bachtel	CH		195	Europe/Zurich	47.20453	8.69272		Bachtel		ZH	106	138	
6292927	Schönau	schoenau	CH		32	Europe/Zurich	47.21726	8.6924				ZH	106	138	
6292928	Mülenen	muelenen	CH		49	Europe/Zurich	47.21633	8.69815				ZH	106	138	
6292930	Untermatt	untermatt	CH		11	Europe/Zurich	47.20572	8.68587				ZH	106	138	
6292931	Unter-Schwanden	unter-schwanden	CH		331	Europe/Zurich	47.20591	8.68722				ZH	106	138	
6292932	Obermatt	obermatt	CH		18	Europe/Zurich	47.20502	8.68173				ZH	106	138	
6292933	Mittler-Schwanden	mittler-schwanden	CH		143	Europe/Zurich	47.20376	8.68837				ZH	106	138	
6292934	Neuhus	neuhus	CH		13	Europe/Zurich	47.2029	8.70041				ZH	106	138	
6292935	Ober-Schwanden	ober-schwanden	CH		33	Europe/Zurich	47.20221	8.684				ZH	106	138	
6292936	Schönrain	schoenrain	CH		9	Europe/Zurich	47.2016	8.69517				ZH	106	138	
6292939	Frohberg	frohberg	CH		108	Europe/Zurich	47.20064	8.68929				ZH	106	138	
6292940	Neuhusrain	neuhusrain	CH		7	Europe/Zurich	47.20106	8.69419				ZH	106	138	
6292941	Moos	moos	CH		9	Europe/Zurich	47.2002	8.67316				ZH	106	138	
6292942	Geisser	geisser	CH		7	Europe/Zurich	47.20064	8.68339				ZH	106	138	
6292943	Weid	weid	CH		17	Europe/Zurich	47.19956	8.67722				ZH	106	138	
6292944	Grüenfeld	grueenfeld	CH		284	Europe/Zurich	47.1993	8.68707				ZH	106	138	
6292947	Vorder-Egg	vorder-egg	CH		27	Europe/Zurich	47.19733	8.67123				ZH	106	138	
6292949	Rees	rees	CH		26	Europe/Zurich	47.19772	8.68886				ZH	106	138	
6292950	Gerlisberg	gerlisberg	CH		9	Europe/Zurich	47.19847	8.69276				ZH	106	138	
6292951	Obstgarten	obstgarten	CH		60	Europe/Zurich	47.19744	8.67935				ZH	106	138	
6292952	Sagen	sagen	CH		100	Europe/Zurich	47.19729	8.68366				ZH	106	138	
6292953	Sternen	sternen	CH		7	Europe/Zurich	47.19667	8.6907				ZH	106	138	
6292955	Hügsam	huegsam	CH		376	Europe/Zurich	47.19563	8.68022				ZH	106	138	
6292958	Haslen	haslen	CH		47	Europe/Zurich	47.19429	8.67555				ZH	106	138	
6292959	Dürsenen	duersenen	CH		78	Europe/Zurich	47.1946	8.68275				ZH	106	138	
6292960	Ober-Schürli	ober-schuerli	CH		5	Europe/Zurich	47.19306	8.66847				ZH	106	138	
6292961	Am Bach	am-bach	CH		14	Europe/Zurich	47.19274	8.67288				ZH	106	138	
6292963	Holz	holz	CH		10	Europe/Zurich	47.19144	8.66572				ZH	106	138	
6292964	Haslenzopf	haslenzopf	CH		416	Europe/Zurich	47.19115	8.67662				ZH	106	138	
6292965	Langrain	langrain	CH		7	Europe/Zurich	47.19098	8.68843				ZH	106	138	
6292966	Seeben	seeben	CH		8	Europe/Zurich	47.19006	8.67281				ZH	106	138	
6292967	Fälmis	faelmis	CH		65	Europe/Zurich	47.18902	8.67808				ZH	106	138	
6292968	Mittler-Weberrüti	mittler-weberrueti	CH		7	Europe/Zurich	47.18882	8.68564				ZH	106	138	
6292972	Seeli	seeli	CH		30	Europe/Zurich	47.18643	8.67372				ZH	106	138	
6292973	Bellen	bellen	CH		21	Europe/Zurich	47.18654	8.68062				ZH	106	138	
6292974	Spitzrain	spitzrain	CH		8	Europe/Zurich	47.18576	8.66742				ZH	106	138	
6292975	Neuhof	neuhof	CH		13	Europe/Zurich	47.18438	8.66901				ZH	106	138	
6292978	Rüschlikon / Unterdorf	rueschlikon-unterdorf	CH		413	Europe/Zurich	47.3093	8.55608		Unterdorf		ZH	106	139	
6292979	Rüschlikon / Schönen	rueschlikon-schoenen	CH		335	Europe/Zurich	47.31268	8.55163		Schoenen,Schönen		ZH	106	139	
6292980	Rüschlikon / Lindengut	rueschlikon-lindengut	CH		381	Europe/Zurich	47.31428	8.55442		Lindengut		ZH	106	139	
6292982	Rüschlikon / Böndler	rueschlikon-boendler	CH		104	Europe/Zurich	47.31334	8.54972		Boendler,Böndler		ZH	106	139	
6292983	Rüschlikon / Reithalle-Pilgerweg	rueschlikon-reithalle-pilgerweg	CH		123	Europe/Zurich	47.31169	8.55425		Reithalle-Pilgerweg		ZH	106	139	
6292984	Rüschlikon / Tracht	rueschlikon-tracht	CH		123	Europe/Zurich	47.31211	8.55566		Tracht		ZH	106	139	
6292985	Rüschlikon / Gerimoos	rueschlikon-gerimoos	CH		151	Europe/Zurich	47.3099	8.54837		Gerimoos		ZH	106	139	
6292986	Rüschlikon / Oberdorf	rueschlikon-oberdorf	CH		205	Europe/Zurich	47.30925	8.55279		Oberdorf		ZH	106	139	
6292987	Rüschlikon / Alemannenweg	rueschlikon-alemannenweg	CH		117	Europe/Zurich	47.30909	8.54241		Alemannenweg		ZH	106	139	
6292988	Rüschlikon / Feldimoos	rueschlikon-feldimoos	CH		29	Europe/Zurich	47.30923	8.54473		Feldimoos		ZH	106	139	
6292989	Rüschlikon / Burain	rueschlikon-burain	CH		130	Europe/Zurich	47.3075	8.55168		Burain		ZH	106	139	
6292990	Rüschlikon / Suntenwiese	rueschlikon-suntenwiese	CH		184	Europe/Zurich	47.30675	8.55622		Suntenwiese		ZH	106	139	
6292991	Rüschlikon / Suntenau	rueschlikon-suntenau	CH		80	Europe/Zurich	47.30712	8.55807		Suntenau		ZH	106	139	
6292992	Rüschlikon / Loo	rueschlikon-loo	CH		244	Europe/Zurich	47.30646	8.54381		Loo		ZH	106	139	
6292993	Rüschlikon / Weingarten	rueschlikon-weingarten	CH		103	Europe/Zurich	47.30721	8.55437		Weingarten		ZH	106	139	
6292994	Rüschlikon / Loorain	rueschlikon-loorain	CH		169	Europe/Zurich	47.30519	8.54243		Loorain		ZH	106	139	
6292995	Rüschlikon / Nidelbad	rueschlikon-nidelbad	CH		168	Europe/Zurich	47.30118	8.54807		Nidelbad		ZH	106	139	
6292996	Rüschlikon / Belvoir	rueschlikon-belvoir	CH		70	Europe/Zurich	47.30496	8.55056		Belvoir		ZH	106	139	
6292997	Rüschlikon / Alte Landstrasse	rueschlikon-alte-landstrasse	CH		546	Europe/Zurich	47.30378	8.55427		Alte Landstrasse		ZH	106	139	
6292998	Rüschlikon / Rörli	rueschlikon-roerli	CH		222	Europe/Zurich	47.3048	8.5578		Roerli,Rörli		ZH	106	139	
6292999	Rüschlikon / Moos	rueschlikon-moos	CH		86	Europe/Zurich	47.3034	8.54566		Moos		ZH	106	139	
6293000	Rüschlikon / Unterer Marbach	rueschlikon-unterer-marbach	CH		304	Europe/Zurich	47.30298	8.55929		Unterer Marbach		ZH	106	139	
6293001	Rüschlikon / Oberer Marbach	rueschlikon-oberer-marbach	CH		273	Europe/Zurich	47.30228	8.55656		Oberer Marbach		ZH	106	139	
6293002	Rüschlikon / Seewadel	rueschlikon-seewadel	CH		41	Europe/Zurich	47.30147	8.55267		Seewadel		ZH	106	139	
6293003	Rüschlikon / Merisbrunnen	rueschlikon-merisbrunnen	CH		10	Europe/Zurich	47.29931	8.5495		Merisbrunnen		ZH	106	139	
6293004	Rüschlikon / Rührets	rueschlikon-ruehrets	CH		42	Europe/Zurich	47.29755	8.54781		Ruehrets,Rührets		ZH	106	139	
6293007	Vorder Längimoos	vorder-laengimoos	CH		9	Europe/Zurich	47.29925	8.54135				ZH	106	139	
6293008	Rechberg	rechberg	CH		20	Europe/Zurich	47.20933	8.63309				ZH	106	293	
6293012	Unter-Mittelberg	unter-mittelberg	CH		15	Europe/Zurich	47.2068	8.65108				ZH	106	293	
6293014	Nussbäumen	nussbaeumen	CH		14	Europe/Zurich	47.20357	8.6221				ZH	106	293	
6293015	Müsli	muesli	CH		25	Europe/Zurich	47.20541	8.62176				ZH	106	293	
6293016	Hintere Stollen	hintere-stollen	CH		30	Europe/Zurich	47.20366	8.63729				ZH	106	293	
6293017	Bubenwies	bubenwies	CH		19	Europe/Zurich	47.20324	8.64656				ZH	106	293	
6293018	Mittelberg	mittelberg	CH		15	Europe/Zurich	47.20155	8.65261				ZH	106	293	
6293019	Tannenhof	tannenhof	CH		5	Europe/Zurich	47.20105	8.65816				ZH	106	293	
6293020	Tanne	tanne	CH		47	Europe/Zurich	47.20221	8.6594				ZH	106	293	
6293021	Untere Tanne	untere-tanne	CH		12	Europe/Zurich	47.2033	8.66051				ZH	106	293	
6293022	Erniweg	erniweg	CH		9	Europe/Zurich	47.20196	8.66259				ZH	106	293	
6293025	Aesch	aesch	CH		15	Europe/Zurich	47.20039	8.6225				ZH	106	293	
6293027	Stollen	stollen	CH		45	Europe/Zurich	47.20142	8.64131				ZH	106	293	
6293030	Fernegg	fernegg	CH		160	Europe/Zurich	47.19607	8.64363				ZH	106	293	
6293031	Täglischür	taeglischuer	CH		17	Europe/Zurich	47.20021	8.64738				ZH	106	293	
6293032	Zweierhof	zweierhof	CH		65	Europe/Zurich	47.19752	8.64918				ZH	106	293	
6293033	Gehrensteg	gehrensteg	CH		6	Europe/Zurich	47.1993	8.65119				ZH	106	293	
6293034	Mühlestalden	muehlestalden	CH		38	Europe/Zurich	47.19926	8.65471				ZH	106	293	
6293035	Hintere Egg	hintere-egg	CH		8	Europe/Zurich	47.19995	8.66106				ZH	106	293	
6293036	Egg	egg	CH		27	Europe/Zurich	47.19931	8.66673				ZH	106	293	
6293037	Suhner	suhner	CH		10	Europe/Zurich	47.19374	8.61924				ZH	106	293	
6293038	Neubad	neubad	CH		29	Europe/Zurich	47.19466	8.6369				ZH	106	293	
6293039	Sonnenrain	sonnenrain	CH		9	Europe/Zurich	47.19238	8.63847				ZH	106	293	
6293040	Sonnenblick	sonnenblick	CH		52	Europe/Zurich	47.19371	8.64034				ZH	106	293	
6293041	Palmisacker	palmisacker	CH		96	Europe/Zurich	47.19576	8.64087				ZH	106	293	
6293042	Humbel	humbel	CH		47	Europe/Zurich	47.19453	8.6434				ZH	106	293	
6293043	Matte	matte	CH		66	Europe/Zurich	47.1965	8.64745				ZH	106	293	
6293046	Külpen	kuelpen	CH		22	Europe/Zurich	47.19671	8.65534				ZH	106	293	
6293049	Rotenblatt	rotenblatt	CH		11	Europe/Zurich	47.1928	8.66053				ZH	106	293	
6293050	Haldenmattli	haldenmattli	CH		9	Europe/Zurich	47.18831	8.62199				ZH	106	293	
6293052	Säge	saege	CH		32	Europe/Zurich	47.19187	8.62791				ZH	106	293	
6293055	Mittlere Langwies	mittlere-langwies	CH		27	Europe/Zurich	47.19007	8.63574				ZH	106	293	
6293057	Gisihegi	gisihegi	CH		17	Europe/Zurich	47.18775	8.63868				ZH	106	293	
6293058	Ober-Neugut	ober-neugut	CH		6	Europe/Zurich	47.18785	8.64269				ZH	106	293	
6293059	Buchen	buchen	CH		13	Europe/Zurich	47.18865	8.64981				ZH	106	293	
6293060	Unter-Wolfbühl	unter-wolfbuehl	CH		9	Europe/Zurich	47.1885	8.65627				ZH	106	293	
6293061	Ober-Rotenblatt	ober-rotenblatt	CH		8	Europe/Zurich	47.19068	8.66011				ZH	106	293	
6293064	Am Rain	am-rain	CH		9	Europe/Zurich	47.18459	8.63723				ZH	106	293	
6293065	Gschwend	gschwend	CH		17	Europe/Zurich	47.18304	8.64752				ZH	106	293	
6293066	Neuhof	neuhof	CH		2	Europe/Zurich	47.18804	8.64699				ZH	106	293	
6293070	Mittler-Wolfbühl	mittler-wolfbuehl	CH		10	Europe/Zurich	47.18669	8.65497				ZH	106	293	
6293071	Schanz	schanz	CH		8	Europe/Zurich	47.18643	8.65788				ZH	106	293	
6293073	Festig	festig	CH		7	Europe/Zurich	47.18274	8.63654				ZH	106	293	
6293075	Wald	wald	CH		7	Europe/Zurich	47.18059	8.63201				ZH	106	293	
6293077	Haslaub	haslaub	CH		40	Europe/Zurich	47.17489	8.6286				ZH	106	293	
6293080	Thalwil / Dorfkern	thalwil-dorfkern	CH		6829	Europe/Zurich	47.29047	8.56633		Dorfkern		ZH	106	141	
6293081	Thalwil / Berg	thalwil-berg	CH		1568	Europe/Zurich	47.29178	8.55602		Berg		ZH	106	141	
6293082	Thalwil / Nord	thalwil-nord	CH		1751	Europe/Zurich	47.29748	8.55634		Nord		ZH	106	141	
6293083	Thalwil / Süd	thalwil-sued	CH		1255	Europe/Zurich	47.28495	8.56954		Sued,Süd		ZH	106	141	
6293084	Chalchofen	chalchofen	CH		2	Europe/Zurich	47.29422	8.54821				ZH	106	141	
6293085	Sihlhalde	sihlhalde	CH		11	Europe/Zurich	47.29131	8.54703				ZH	106	141	
6293086	Boden	boden	CH		5	Europe/Zurich	47.29196	8.54961				ZH	106	141	
6293090	Unterwerk	unterwerk	CH		16	Europe/Zurich	47.28775	8.55479				ZH	106	141	
6293091	Hohlgass	hohlgass	CH		142	Europe/Zurich	47.28481	8.55523				ZH	106	141	
6293096	Wädenswil / Dorf (Wädenswil)	waedenswil-dorf-waedenswil	CH		2556	Europe/Zurich	47.22923	8.6722		Dorf (Waedenswil),Dorf (Wädenswil)		ZH	106	293	
6293097	Au / Unter-Dorf	au-unter-dorf	CH		1249	Europe/Zurich	47.2473	8.6327		Unter-Dorf		ZH	106	293	
6293098	Au / Mittel-Dorf	au-mittel-dorf	CH		2562	Europe/Zurich	47.24303	8.64591		Mittel-Dorf		ZH	106	293	
6293099	Au / Ober-Ort/Gwad	au-ober-ort-gwad	CH		979	Europe/Zurich	47.23943	8.65741		Ober-Ort/Gwad		ZH	106	293	
6293100	Au / Hinter-Rüti	au-hinter-rueti	CH		54	Europe/Zurich	47.23764	8.64021		Hinter-Rueti,Hinter-Rüti		ZH	106	293	
6293101	Wädenswil / Hangenmoos	waedenswil-hangenmoos	CH		1407	Europe/Zurich	47.23367	8.65251		Hangenmoos		ZH	106	293	
6293102	Wädenswil / Büelen	waedenswil-bueelen	CH		2710	Europe/Zurich	47.23395	8.66346		Bueelen,Büelen		ZH	106	293	
6293103	Wädenswil / Untermosen-Fuhr	waedenswil-untermosen-fuhr	CH		1976	Europe/Zurich	47.22772	8.66303		Untermosen-Fuhr		ZH	106	293	
6293104	Wädenswil / Leihof-Mühlebach	waedenswil-leihof-muehlebach	CH		1830	Europe/Zurich	47.22364	8.67149		Leihof-Muehlebach,Leihof-Mühlebach		ZH	106	293	
6293105	Wädenswil / Eichweid	waedenswil-eichweid	CH		1252	Europe/Zurich	47.21847	8.6744		Eichweid		ZH	106	293	
6293106	Wädenswil / Boller-Giessen	waedenswil-boller-giessen	CH		1538	Europe/Zurich	47.22115	8.68385		Boller-Giessen		ZH	106	293	
6293107	Halbinsel Au	halbinsel-au	CH		14	Europe/Zurich	47.24955	8.64599				ZH	106	293	
6293108	Brunnenacher	brunnenacher	CH		8	Europe/Zurich	47.23602	8.6279				ZH	106	293	
6293111	Hegimoos	hegimoos	CH		12	Europe/Zurich	47.23315	8.62844				ZH	106	293	
6293112	Mittler-Rüti	mittler-rueti	CH		5	Europe/Zurich	47.23533	8.6419				ZH	106	293	
6293114	Vorder-Rüti	vorder-rueti	CH		10	Europe/Zurich	47.23324	8.64486				ZH	106	293	
6293117	Strasshus	strasshus	CH		24	Europe/Zurich	47.22814	8.62492				ZH	106	293	
6293120	Luggenbüel	luggenbueel	CH		12	Europe/Zurich	47.22943	8.63583				ZH	106	293	
6293121	Unter-Chalchtaren	unter-chalchtaren	CH		8	Europe/Zurich	47.23061	8.64191				ZH	106	293	
6293123	Burstel	burstel	CH		10	Europe/Zurich	47.22618	8.62458				ZH	106	293	
6293125	Stocken	stocken	CH		16	Europe/Zurich	47.22623	8.63638				ZH	106	293	
6293127	Unter-Oedischwänd	unter-oedischwaend	CH		6	Europe/Zurich	47.22661	8.64634				ZH	106	293	
6293128	Bachgaden	bachgaden	CH		29	Europe/Zurich	47.22401	8.62677				ZH	106	293	
6293129	Chotten	chotten	CH		9	Europe/Zurich	47.22153	8.63302				ZH	106	293	
6293131	Ober-Oedischwänd	ober-oedischwaend	CH		13	Europe/Zurich	47.224	8.64602				ZH	106	293	
6293132	Neuhof	neuhof	CH		10	Europe/Zurich	47.22176	8.65638				ZH	106	293	
6293133	Furthof	furthof	CH		13	Europe/Zurich	47.22215	8.66077				ZH	106	293	
6293135	Sennhus	sennhus	CH		30	Europe/Zurich	47.21915	8.62948				ZH	106	293	
6293138	Aahalden	aahalden	CH		9	Europe/Zurich	47.21787	8.63755				ZH	106	293	
6293139	Waggital	waggital	CH		26	Europe/Zurich	47.21903	8.64164				ZH	106	293	
6293143	Herrlisberg	herrlisberg	CH		77	Europe/Zurich	47.21867	8.66056				ZH	106	293	
6293149	Ober-Schluchtal	ober-schluchtal	CH		26	Europe/Zurich	47.21409	8.6413				ZH	106	293	
6293151	Ober-Gisenrüti	ober-gisenrueti	CH		18	Europe/Zurich	47.21425	8.6469				ZH	106	293	
6293153	Langrüti	langrueti	CH		28	Europe/Zurich	47.21424	8.65841				ZH	106	293	
6293154	Wändel	waendel	CH		17	Europe/Zurich	47.21608	8.66367				ZH	106	293	
6293156	Unter-Feld	unter-feld	CH		17	Europe/Zurich	47.21377	8.66743				ZH	106	293	
6293159	Zollingerhüser	zollingerhueser	CH		21	Europe/Zurich	47.21486	8.67468				ZH	106	293	
6293160	Felsen	felsen	CH		35	Europe/Zurich	47.21315	8.67623				ZH	106	293	
6293161	Eichmüli	eichmueli	CH		27	Europe/Zurich	47.21411	8.68204				ZH	106	293	
6293162	Buechhof	buechhof	CH		10	Europe/Zurich	47.21338	8.64419				ZH	106	293	
6293163	Unter-Gisenrüti	unter-gisenrueti	CH		32	Europe/Zurich	47.2111	8.64744				ZH	106	293	
6293165	Weienschür	weienschuer	CH		8	Europe/Zurich	47.21186	8.65479				ZH	106	293	
6293168	Neuguet	neuguet	CH		8	Europe/Zurich	47.21107	8.68265				ZH	106	293	
6293169	Steinweid	steinweid	CH		6	Europe/Zurich	47.20916	8.64411				ZH	106	293	
6293170	Mosli	mosli	CH		10	Europe/Zurich	47.20893	8.65366				ZH	106	293	
6293171	Unter-Himmeri	unter-himmeri	CH		10	Europe/Zurich	47.20814	8.65905				ZH	106	293	
6293172	Ober-Himmeri	ober-himmeri	CH		20	Europe/Zurich	47.21041	8.66315				ZH	106	293	
6293173	Beichlen	beichlen	CH		24	Europe/Zurich	47.20704	8.66353				ZH	106	293	
6293178	Niedersaum	niedersaum	CH		17	Europe/Zurich	47.20375	8.66331				ZH	106	293	
6293181	Erni	erni	CH		8	Europe/Zurich	47.20154	8.66468				ZH	106	293	
6293182	Sunft	sunft	CH		10	Europe/Zurich	47.20204	8.66667				ZH	106	293	
6293183	Brüsch	bruesch	CH		2	Europe/Zurich	47.20298	8.67126				ZH	106	293	
6293184	Vordere Au	vordere-au	CH		12	Europe/Zurich	47.24774	8.65055				ZH	106	293	
6293186	Langacher	langacher	CH		0	Europe/Zurich	47.24299	8.63408				ZH	106	293	
6293188	Hinter Mugern	hinter-mugern	CH		12	Europe/Zurich	47.216	8.63446				ZH	106	293	
6293189	Vorder Mugern	vorder-mugern	CH		14	Europe/Zurich	47.21414	8.63532				ZH	106	293	
6293191	Erlenbach / rechts des Dorfbachs unterhalb Bahnlinie	erlenbach-rechts-des-dorfbachs-unterhalb-bahnlinie	CH		611	Europe/Zurich	47.30531	8.59026		rechts des Dorfbachs unterhalb Bahnlinie		ZH	107	151	
6293192	Erlenbach / rechts des Dorfbachs oberhalb Bahnlinie	erlenbach-rechts-des-dorfbachs-oberhalb-bahnlinie	CH		1470	Europe/Zurich	47.30658	8.60271		rechts des Dorfbachs oberhalb Bahnlinie		ZH	107	151	
6293193	Erlenbach / links des Dorfbachs unterhalb Bahnlinie	erlenbach-links-des-dorfbachs-unterhalb-bahnlinie	CH		729	Europe/Zurich	47.30052	8.59489		links des Dorfbachs unterhalb Bahnlinie		ZH	107	151	
6293194	Erlenbach / links des Dorfbachs oberhalb Bahnlinie	erlenbach-links-des-dorfbachs-oberhalb-bahnlinie	CH		1709	Europe/Zurich	47.2995	8.60188		links des Dorfbachs oberhalb Bahnlinie		ZH	107	151	
6293196	Kittenmühle	kittenmuehle	CH		4	Europe/Zurich	47.30197	8.61018				ZH	107	152	
6293197	Sennhof	sennhof	CH		8	Europe/Zurich	47.30096	8.61438				ZH	107	152	
6293199	Biswind	biswind	CH		11	Europe/Zurich	47.29838	8.61139				ZH	107	152	
6293201	Ob dem Hof	ob-dem-hof	CH		22	Europe/Zurich	47.30186	8.62277				ZH	107	152	
6293202	Hof	hof	CH		10	Europe/Zurich	47.29987	8.62133				ZH	107	152	
6293204	Wetzwil (Kirche)	wetzwil-kirche	CH		6	Europe/Zurich	47.29758	8.6253				ZH	107	152	
6293205	Rütibühl	ruetibuehl	CH		31	Europe/Zurich	47.30529	8.63076				ZH	107	152	
6293206	Busenharder	busenharder	CH		5	Europe/Zurich	47.30316	8.62939				ZH	107	152	
6293207	Wetzwil	wetzwil	CH		132	Europe/Zurich	47.29523	8.63119				ZH	107	152	
6293208	Zelg	zelg	CH		6	Europe/Zurich	47.29217	8.6298				ZH	107	152	
6293209	Rütihof	ruetihof	CH		24	Europe/Zurich	47.30484	8.63856				ZH	107	152	
6293210	Fröschgüllen	froeschguellen	CH		9	Europe/Zurich	47.30015	8.63725				ZH	107	152	
6293211	Mühlacher	muehlacher	CH		2	Europe/Zurich	47.2972	8.63616				ZH	107	152	
6293212	Gugen	gugen	CH		2	Europe/Zurich	47.29098	8.63308				ZH	107	152	
6293213	Schmitteneich	schmitteneich	CH		5	Europe/Zurich	47.28877	8.63241				ZH	107	152	
6293217	Hasenacher	hasenacher	CH		10	Europe/Zurich	47.29963	8.64452				ZH	107	152	
6293218	Felsengrund	felsengrund	CH		10	Europe/Zurich	47.29779	8.64778				ZH	107	152	
6293223	Hombrechtikon / Dörfli	hombrechtikon-doerfli	CH		363	Europe/Zurich	47.25071	8.76389		Doerfli,Dörfli		ZH	107	153	
6293224	Hombrechtikon / Breitlen	hombrechtikon-breitlen	CH		312	Europe/Zurich	47.25398	8.76931		Breitlen		ZH	107	153	
6293225	Hombrechtikon / Bei der Kirche	hombrechtikon-bei-der-kirche	CH		121	Europe/Zurich	47.25352	8.76329		Bei der Kirche		ZH	107	153	
6293226	Hombrechtikon / Zelgli	hombrechtikon-zelgli	CH		351	Europe/Zurich	47.25583	8.76803		Zelgli		ZH	107	153	
6293227	Hombrechtikon / Zentrum	hombrechtikon-zentrum	CH		443	Europe/Zurich	47.25145	8.76817		Zentrum		ZH	107	153	
6293228	Hombrechtikon / Bochslen	hombrechtikon-bochslen	CH		704	Europe/Zurich	47.25441	8.77557		Bochslen		ZH	107	153	
6293229	Hombrechtikon / Chramen	hombrechtikon-chramen	CH		147	Europe/Zurich	47.25601	8.7824		Chramen		ZH	107	153	
6293230	Hombrechtikon / Eichberg	hombrechtikon-eichberg	CH		571	Europe/Zurich	47.24964	8.77218		Eichberg		ZH	107	153	
6293231	Hombrechtikon / Tobel	hombrechtikon-tobel	CH		897	Europe/Zurich	47.25354	8.78104		Tobel		ZH	107	153	
6293234	Frauwis	frauwis	CH		9	Europe/Zurich	47.26525	8.74427				ZH	107	153	
6293235	Dändlikon	daendlikon	CH		29	Europe/Zurich	47.2647	8.75243				ZH	107	153	
6293237	Neuguet	neuguet	CH		6	Europe/Zurich	47.26421	8.75735				ZH	107	153	
6293239	Herrgass	herrgass	CH		26	Europe/Zurich	47.26399	8.76218				ZH	107	153	
6293240	Hueb	hueb	CH		19	Europe/Zurich	47.26797	8.76737				ZH	107	153	
6293241	Hasel	hasel	CH		14	Europe/Zurich	47.26309	8.7765				ZH	107	153	
6293245	Brunisberg	brunisberg	CH		33	Europe/Zurich	47.26277	8.7363				ZH	107	153	
6293248	Uetzikon	uetzikon	CH		48	Europe/Zurich	47.26207	8.7414				ZH	107	153	
6293249	Chüeweid	chueeweid	CH		12	Europe/Zurich	47.26028	8.7467				ZH	107	153	
6293250	Hinderwald	hinderwald	CH		14	Europe/Zurich	47.25969	8.75669				ZH	107	153	
6293252	Hochgass	hochgass	CH		9	Europe/Zurich	47.25944	8.78173				ZH	107	153	
6293254	Seeweid	seeweid	CH		9	Europe/Zurich	47.25723	8.74908				ZH	107	153	
6293256	Langacher	langacher	CH		29	Europe/Zurich	47.25463	8.75448				ZH	107	153	
6293257	Vorderwald	vorderwald	CH		9	Europe/Zurich	47.25738	8.75626				ZH	107	153	
6293258	Breitacher	breitacher	CH		11	Europe/Zurich	47.25541	8.75801				ZH	107	153	
6293259	Buen	buen	CH		16	Europe/Zurich	47.25693	8.76122				ZH	107	153	
6293260	Lutikon	lutikon	CH		29	Europe/Zurich	47.25786	8.76602				ZH	107	153	
6293261	Lützelsee	luetzelsee	CH		44	Europe/Zurich	47.25839	8.77829				ZH	107	153	
6293262	Rebrain	rebrain	CH		18	Europe/Zurich	47.2554	8.7873				ZH	107	153	
6293263	Ghei	ghei	CH		81	Europe/Zurich	47.25261	8.7494				ZH	107	153	
6293265	Wisental	wisental	CH		168	Europe/Zurich	47.25051	8.75407				ZH	107	153	
6293266	Blumenberg	blumenberg	CH		123	Europe/Zurich	47.25001	8.75818				ZH	107	153	
6293267	Neuhus	neuhus	CH		6	Europe/Zurich	47.25307	8.75808				ZH	107	153	
6293268	Stämpfi	staempfi	CH		11	Europe/Zurich	47.25335	8.76021				ZH	107	153	
6293269	Hombrechtikon / Blatten	hombrechtikon-blatten	CH		162	Europe/Zurich	47.25236	8.7725		Blatten		ZH	107	153	
6293270	Hombrechtikon / Grossacher	hombrechtikon-grossacher	CH		696	Europe/Zurich	47.2513	8.77697		Grossacher		ZH	107	153	
6293272	Laufenbach	laufenbach	CH		22	Europe/Zurich	47.25009	8.79151				ZH	107	153	
6293273	Wigarten	wigarten	CH		12	Europe/Zurich	47.24877	8.75211				ZH	107	153	
6293274	Widmen	widmen	CH		60	Europe/Zurich	47.24646	8.75628				ZH	107	153	
6293275	Lüeholz	lueeholz	CH		7	Europe/Zurich	47.24821	8.7637				ZH	107	153	
6293276	Grütrain	gruetrain	CH		8	Europe/Zurich	47.24516	8.76169				ZH	107	153	
6293279	Hinderholz	hinderholz	CH		6	Europe/Zurich	47.24546	8.77184				ZH	107	153	
6293280	Holgass	holgass	CH		266	Europe/Zurich	47.24729	8.77188				ZH	107	153	
6293281	Eichhöchi	eichhoechi	CH		59	Europe/Zurich	47.24856	8.77719				ZH	107	153	
6293282	Inner-Langenriet	inner-langenriet	CH		120	Europe/Zurich	47.24581	8.77767				ZH	107	153	
6293283	Garstlig	garstlig	CH		85	Europe/Zurich	47.24672	8.77963				ZH	107	153	
6293284	Eichwis	eichwis	CH		168	Europe/Zurich	47.24913	8.78211				ZH	107	153	
6293285	Schleipfi	schleipfi	CH		22	Europe/Zurich	47.24643	8.78781				ZH	107	153	
6293286	Holzschlag	holzschlag	CH		10	Europe/Zurich	47.24764	8.78975				ZH	107	153	
6293288	Hinderschlatt	hinderschlatt	CH		18	Europe/Zurich	47.24694	8.79247				ZH	107	153	
6293291	Felsengrund	felsengrund	CH		14	Europe/Zurich	47.24762	8.7972				ZH	107	153	
6293293	Schlatt	schlatt	CH		35	Europe/Zurich	47.2449	8.79755				ZH	107	153	
6293294	Hochwacht	hochwacht	CH		6	Europe/Zurich	47.24691	8.80013				ZH	107	153	
6293295	Zopf	zopf	CH		2	Europe/Zurich	47.24513	8.80199				ZH	107	153	
6293296	Uf Dorf	uf-dorf	CH		23	Europe/Zurich	47.2454	8.80065				ZH	107	153	
6293297	Büel	bueel	CH		6	Europe/Zurich	47.24826	8.80123				ZH	107	153	
6293298	Schwösterrain	schwoesterrain	CH		18	Europe/Zurich	47.2457	8.80268				ZH	107	153	
6293299	Hotwiel	hotwiel	CH		9	Europe/Zurich	47.24362	8.75911				ZH	107	153	
6293300	Wellenberg	wellenberg	CH		40	Europe/Zurich	47.24228	8.76009				ZH	107	153	
6293301	Grüt	gruet	CH		21	Europe/Zurich	47.24422	8.7648				ZH	107	153	
6293303	Gibisnüt	gibisnuet	CH		10	Europe/Zurich	47.24423	8.77045				ZH	107	153	
6293305	Usser-Langenriet	usser-langenriet	CH		49	Europe/Zurich	47.24306	8.77586				ZH	107	153	
6293306	Rietwis	rietwis	CH		2	Europe/Zurich	47.24308	8.78039				ZH	107	153	
6293307	Morgensunn	morgensunn	CH		9	Europe/Zurich	47.24168	8.78253				ZH	107	153	
6293309	Tal	tal	CH		20	Europe/Zurich	47.24299	8.79648				ZH	107	153	
6293310	Eggrüti	eggrueti	CH		9	Europe/Zurich	47.24236	8.79461				ZH	107	153	
6293311	Goldenberg	goldenberg	CH		2	Europe/Zurich	47.24085	8.79506				ZH	107	153	
6293312	Sunnenberg	sunnenberg	CH		57	Europe/Zurich	47.24357	8.76781				ZH	107	153	
6293314	Ober-Schirmensee	ober-schirmensee	CH		32	Europe/Zurich	47.23693	8.77611				ZH	107	153	
6293315	Unter-Schirmensee	unter-schirmensee	CH		22	Europe/Zurich	47.23466	8.77725				ZH	107	153	
6293316	Feldbach / Feldbach (Dorfkern)	feldbach-feldbach-dorfkern	CH		122	Europe/Zurich	47.23865	8.78707		Feldbach (Dorfkern)		ZH	107	153	
6293317	Feldbach / Rosenberg	feldbach-rosenberg	CH		20	Europe/Zurich	47.23767	8.78179		Rosenberg		ZH	107	153	
6293318	Feldbach / Beim Bahnhof	feldbach-beim-bahnhof	CH		14	Europe/Zurich	47.23861	8.78379		Beim Bahnhof		ZH	107	153	
6293319	Feldbach / Haldenreben	feldbach-haldenreben	CH		14	Europe/Zurich	47.23975	8.78123		Haldenreben		ZH	107	153	
6293320	Feldbach / Uf dr Rüti	feldbach-uf-dr-rueti	CH		9	Europe/Zurich	47.24026	8.78359		Uf dr Rueti,Uf dr Rüti		ZH	107	153	
6293321	Feldbach / Beim Schulhaus	feldbach-beim-schulhaus	CH		19	Europe/Zurich	47.24183	8.78653		Beim Schulhaus		ZH	107	153	
6293326	Felsbach	felsbach	CH		6	Europe/Zurich	47.24647	8.78368				ZH	107	153	
6293327	Ober Rain	ober-rain	CH		2	Europe/Zurich	47.26073	8.7582				ZH	107	153	
6293330	Küsnacht / Dorf	kuesnacht-dorf	CH		1574	Europe/Zurich	47.31783	8.58303		Dorf		ZH	107	154	
6293331	Küsnacht / Goldbach	kuesnacht-goldbach	CH		2607	Europe/Zurich	47.32729	8.58077		Goldbach		ZH	107	154	
6293332	Küsnacht / Itschnach	kuesnacht-itschnach	CH		2397	Europe/Zurich	47.32714	8.60068		Itschnach		ZH	107	154	
6293333	Küsnacht / Schiedhalden	kuesnacht-schiedhalden	CH		1033	Europe/Zurich	47.32112	8.58881		Schiedhalden		ZH	107	154	
6293334	Küsnacht / Heslibach	kuesnacht-heslibach	CH		3228	Europe/Zurich	47.31307	8.58849		Heslibach		ZH	107	154	
6293335	Küsnacht / Allmend	kuesnacht-allmend	CH		686	Europe/Zurich	47.31493	8.59736		Allmend		ZH	107	154	
6293337	Schmalzgrueb	schmalzgrueb	CH		62	Europe/Zurich	47.32186	8.62121				ZH	107	154	
6293338	Tobelmüli	tobelmueli	CH		11	Europe/Zurich	47.3212	8.62979				ZH	107	154	
6293339	Limberg	limberg	CH		73	Europe/Zurich	47.31734	8.62855				ZH	107	154	
6293341	Waidhof	waidhof	CH		10	Europe/Zurich	47.32375	8.63713				ZH	107	154	
6293342	Forch (südl. Teil)	forch-suedl-teil	CH		284	Europe/Zurich	47.32516	8.64341		Forch		ZH	107	154	
6293343	Schulhaus Limberg	schulhaus-limberg	CH		16	Europe/Zurich	47.32012	8.63517				ZH	107	154	
6293345	Wangen	wangen	CH		33	Europe/Zurich	47.32164	8.64043				ZH	107	154	
6293346	Kaltenstein	kaltenstein	CH		54	Europe/Zurich	47.32317	8.651				ZH	107	154	
6293347	Wiserholz	wiserholz	CH		27	Europe/Zurich	47.31767	8.63697				ZH	107	154	
6293348	Neuhus	neuhus	CH		10	Europe/Zurich	47.31856	8.64031				ZH	107	154	
6293349	Bunzenhalden	bunzenhalden	CH		7	Europe/Zurich	47.31326	8.6359				ZH	107	154	
6293351	Hohrüti	hohrueti	CH		3	Europe/Zurich	47.31256	8.63817				ZH	107	154	
6293355	Spitzacher	spitzacher	CH		8	Europe/Zurich	47.32671	8.60874				ZH	107	154	
6293356	Männedorf / Dorfkern	maennedorf-dorfkern	CH		4893	Europe/Zurich	47.25612	8.69161		Dorfkern		ZH	107	155	
6293357	Männedorf / Bühlen	maennedorf-buehlen	CH		243	Europe/Zurich	47.26282	8.68789		Buehlen,Bühlen		ZH	107	155	
6293358	Männedorf / Allmend	maennedorf-allmend	CH		105	Europe/Zurich	47.26037	8.69441		Allmend		ZH	107	155	
6293359	Männedorf / Schellen	maennedorf-schellen	CH		267	Europe/Zurich	47.26161	8.6973		Schellen		ZH	107	155	
6293360	Männedorf / Boldern	maennedorf-boldern	CH		302	Europe/Zurich	47.25956	8.70051		Boldern		ZH	107	155	
6293361	Männedorf / Auf Dorf	maennedorf-auf-dorf	CH		428	Europe/Zurich	47.25836	8.70168		Auf Dorf		ZH	107	155	
6293362	Männedorf / Allenberg	maennedorf-allenberg	CH		259	Europe/Zurich	47.25476	8.70695		Allenberg		ZH	107	155	
6293363	Männedorf / Brüsch	maennedorf-bruesch	CH		279	Europe/Zurich	47.25181	8.70391		Bruesch,Brüsch		ZH	107	155	
6293364	Männedorf / Ausserfeld	maennedorf-ausserfeld	CH		1175	Europe/Zurich	47.24636	8.70608		Ausserfeld		ZH	107	155	
6293365	Appisberg	appisberg	CH		25	Europe/Zurich	47.26524	8.69455				ZH	107	155	
6293367	Obere Bühlen	obere-buehlen	CH		68	Europe/Zurich	47.2626	8.69122				ZH	107	155	
6293372	Widenbad	widenbad	CH		13	Europe/Zurich	47.26088	8.71066				ZH	107	155	
6293373	Widenrain	widenrain	CH		14	Europe/Zurich	47.25834	8.70605				ZH	107	155	
6293375	Berg	berg	CH		4	Europe/Zurich	47.25708	8.7105				ZH	107	155	
6293377	Ober-Allenberg	ober-allenberg	CH		6	Europe/Zurich	47.25552	8.71				ZH	107	155	
6293378	Chäsrain	chaesrain	CH		15	Europe/Zurich	47.25512	8.71166				ZH	107	155	
6293379	Gugger	gugger	CH		3	Europe/Zurich	47.25415	8.71318				ZH	107	155	
6293382	Feldmeilen / Tobel	feldmeilen-tobel	CH		336	Europe/Zurich	47.28335	8.61769		Tobel		ZH	107	156	
6293383	Feldmeilen / Zil	feldmeilen-zil	CH		144	Europe/Zurich	47.28254	8.62077		Zil		ZH	107	156	
6293384	Feldmeilen / Bünishofen	feldmeilen-buenishofen	CH		79	Europe/Zurich	47.2831	8.61355		Buenishofen,Bünishofen		ZH	107	156	
6293385	Feldmeilen / Gubel	feldmeilen-gubel	CH		48	Europe/Zurich	47.28257	8.61656		Gubel		ZH	107	156	
6293386	Feldmeilen / Rossbach	feldmeilen-rossbach	CH		28	Europe/Zurich	47.28228	8.61139		Rossbach		ZH	107	156	
6293387	Feldmeilen / Hinterfeld	feldmeilen-hinterfeld	CH		273	Europe/Zurich	47.27811	8.61507		Hinterfeld		ZH	107	156	
6293388	Feldmeilen / Teien	feldmeilen-teien	CH		33	Europe/Zurich	47.28096	8.61496		Teien		ZH	107	156	
6293389	Feldmeilen / Im Koller	feldmeilen-im-koller	CH		54	Europe/Zurich	47.28162	8.61581		Im Koller		ZH	107	156	
6293390	Feldmeilen / Feldhof	feldmeilen-feldhof	CH		37	Europe/Zurich	47.28066	8.61807		Feldhof		ZH	107	156	
6293391	Feldmeilen / Heeren	feldmeilen-heeren	CH		144	Europe/Zurich	47.27802	8.61768		Heeren		ZH	107	156	
6293392	Feldmeilen / Hasenhalden	feldmeilen-hasenhalden	CH		125	Europe/Zurich	47.28104	8.62051		Hasenhalden		ZH	107	156	
6293393	Feldmeilen / Huderst	feldmeilen-huderst	CH		191	Europe/Zurich	47.27927	8.6209		Huderst		ZH	107	156	
6293394	Feldmeilen / Hösch	feldmeilen-hoesch	CH		88	Europe/Zurich	47.27783	8.62112		Hoesch,Hösch		ZH	107	156	
6293395	Feldmeilen / Mariafeld	feldmeilen-mariafeld	CH		19	Europe/Zurich	47.27714	8.61952		Mariafeld		ZH	107	156	
6293396	Feldmeilen / Christoffel	feldmeilen-christoffel	CH		28	Europe/Zurich	47.27698	8.61803		Christoffel		ZH	107	156	
6293397	Feldmeilen / Trünggeler	feldmeilen-truenggeler	CH		245	Europe/Zurich	47.28216	8.62597		Truenggeler,Trünggeler		ZH	107	156	
6293398	Feldmeilen / Bettenen	feldmeilen-bettenen	CH		143	Europe/Zurich	47.28071	8.62266		Bettenen		ZH	107	156	
6293400	Feldmeilen / Schönacher	feldmeilen-schoenacher	CH		96	Europe/Zurich	47.27904	8.62553		Schoenacher,Schönacher		ZH	107	156	
6293401	Feldmeilen / Frauenchammer	feldmeilen-frauenchammer	CH		38	Europe/Zurich	47.27826	8.62418		Frauenchammer		ZH	107	156	
6293402	Feldmeilen / Schwabach	feldmeilen-schwabach	CH		297	Europe/Zurich	47.27565	8.62647		Schwabach		ZH	107	156	
6293403	Feldmeilen / Rain	feldmeilen-rain	CH		22	Europe/Zurich	47.27723	8.62891		Rain		ZH	107	156	
6293404	Feldmeilen / Bodenacher	feldmeilen-bodenacher	CH		356	Europe/Zurich	47.27633	8.62385		Bodenacher		ZH	107	156	
6293405	Feldmeilen / Vorderfeld	feldmeilen-vorderfeld	CH		346	Europe/Zurich	47.27575	8.62235		Vorderfeld		ZH	107	156	
6293406	Feldmeilen / Plätzli	feldmeilen-plaetzli	CH		162	Europe/Zurich	47.2729	8.62584		Plaetzli,Plätzli		ZH	107	156	
6293409	Büelen	bueelen	CH		10	Europe/Zurich	47.28377	8.63788				ZH	107	156	
6293414	Tannacher	tannacher	CH		7	Europe/Zurich	47.27818	8.63552				ZH	107	156	
6293416	Feldmeilen / Ländisch	feldmeilen-laendisch	CH		209	Europe/Zurich	47.27442	8.6311		Laendisch,Ländisch		ZH	107	156	
6293417	Feldmeilen / Schilt	feldmeilen-schilt	CH		100	Europe/Zurich	47.27309	8.63044		Schilt		ZH	107	156	
6293418	Feldmeilen / Horn	feldmeilen-horn	CH		57	Europe/Zurich	47.27177	8.62997		Horn		ZH	107	156	
6293419	Luft	luft	CH		5	Europe/Zurich	47.27522	8.63509				ZH	107	156	
6293420	Meilen / Durst	meilen-durst	CH		42	Europe/Zurich	47.27409	8.63647		Durst		ZH	107	156	
6293421	Meilen / Holengass	meilen-holengass	CH		41	Europe/Zurich	47.27256	8.63625		Holengass		ZH	107	156	
6293423	Meilen / Seehalden	meilen-seehalden	CH		25	Europe/Zurich	47.27129	8.63415		Seehalden		ZH	107	156	
6293424	Hinterburg	hinterburg	CH		6	Europe/Zurich	47.27993	8.64062				ZH	107	156	
6293425	Meilen / Platten	meilen-platten	CH		175	Europe/Zurich	47.27557	8.63864		Platten		ZH	107	156	
6293426	Meilen / Hof	meilen-hof	CH		17	Europe/Zurich	47.27199	8.63925		Hof		ZH	107	156	
6293427	Meilen / Obermüli	meilen-obermueli	CH		73	Europe/Zurich	47.27106	8.63991		Obermueli,Obermüli		ZH	107	156	
6293428	Meilen / Grund	meilen-grund	CH		172	Europe/Zurich	47.26933	8.63873		Grund		ZH	107	156	
6293429	Meilen / Winkel	meilen-winkel	CH		72	Europe/Zurich	47.27037	8.63999		Winkel		ZH	107	156	
6293430	Meilen / Kirchgass	meilen-kirchgass	CH		232	Europe/Zurich	47.26859	8.6405		Kirchgass		ZH	107	156	
6293431	Meilen / Dorfmeilen	meilen-dorfmeilen	CH		105	Europe/Zurich	47.26971	8.64504		Dorfmeilen		ZH	107	156	
6293432	Meilen / Hürnen	meilen-huernen	CH		136	Europe/Zurich	47.2728	8.64283		Huernen,Hürnen		ZH	107	156	
6293433	Meilen / Halten	meilen-halten	CH		281	Europe/Zurich	47.27039	8.64629		Halten		ZH	107	156	
6293434	Meilen / Hofstetten	meilen-hofstetten	CH		410	Europe/Zurich	47.26822	8.64482		Hofstetten		ZH	107	156	
6293436	Meilen / Burg	meilen-burg	CH		40	Europe/Zurich	47.27802	8.64312		Burg		ZH	107	156	
6293437	Meilen / Veltlin	meilen-veltlin	CH		14	Europe/Zurich	47.27634	8.64182		Veltlin		ZH	107	156	
6293438	Meilen / Rain	meilen-rain	CH		94	Europe/Zurich	47.27605	8.64488		Rain		ZH	107	156	
6293439	Meilen / Kullenacher	meilen-kullenacher	CH		23	Europe/Zurich	47.2757	8.64341		Kullenacher		ZH	107	156	
6293440	Meilen / Wampflen	meilen-wampflen	CH		236	Europe/Zurich	47.27408	8.64178		Wampflen		ZH	107	156	
6293442	Meilen / Zweienbach	meilen-zweienbach	CH		228	Europe/Zurich	47.27434	8.64435		Zweienbach		ZH	107	156	
6293443	Meilen / Risi	meilen-risi	CH		147	Europe/Zurich	47.27562	8.64955		Risi		ZH	107	156	
6293444	Meilen / Ruebstein	meilen-ruebstein	CH		65	Europe/Zurich	47.27412	8.64983		Ruebstein		ZH	107	156	
6293445	Meilen / Allmend	meilen-allmend	CH		263	Europe/Zurich	47.27234	8.64604		Allmend		ZH	107	156	
6293446	Meilen / Ormis	meilen-ormis	CH		274	Europe/Zurich	47.27208	8.64989		Ormis		ZH	107	156	
6293447	Bannholz	bannholz	CH		4	Europe/Zurich	47.27552	8.65321				ZH	107	156	
6293448	Meilen / Unot	meilen-unot	CH		29	Europe/Zurich	47.27463	8.65394		Unot		ZH	107	156	
6293449	Meilen / Geisshalden	meilen-geisshalden	CH		56	Europe/Zurich	47.27457	8.65569		Geisshalden		ZH	107	156	
6293450	Meilen / Zumpernaul	meilen-zumpernaul	CH		42	Europe/Zurich	47.27457	8.66079		Zumpernaul		ZH	107	156	
6293451	Meilen / Bäpfert	meilen-baepfert	CH		14	Europe/Zurich	47.27664	8.66174		Baepfert,Bäpfert		ZH	107	156	
6293452	Meilen / Vorrain	meilen-vorrain	CH		40	Europe/Zurich	47.2721	8.65784		Vorrain		ZH	107	156	
6293453	Meilen / Halten	meilen-halten	CH		508	Europe/Zurich	47.27049	8.65647		Halten		ZH	107	156	
6293454	Meilen / Just	meilen-just	CH		90	Europe/Zurich	47.26971	8.6528		Just		ZH	107	156	
6293455	Meilen / Bruech	meilen-bruech	CH		363	Europe/Zurich	47.26858	8.65148		Bruech		ZH	107	156	
6293456	Meilen / Schällen	meilen-schaellen	CH		37	Europe/Zurich	47.26745	8.64936		Schaellen,Schällen		ZH	107	156	
6293457	Meilen / Beugen	meilen-beugen	CH		50	Europe/Zurich	47.26604	8.65147		Beugen		ZH	107	156	
6293458	Obermeilen / Schlehstud	obermeilen-schlehstud	CH		12	Europe/Zurich	47.27195	8.66764		Schlehstud		ZH	107	156	
6293459	Obermeilen / Holländer	obermeilen-hollaender	CH		20	Europe/Zurich	47.27336	8.66981		Hollaender,Holländer		ZH	107	156	
6293460	Obermeilen / Rain	obermeilen-rain	CH		5	Europe/Zurich	47.27197	8.67073		Rain		ZH	107	156	
6293461	Obermeilen / Grüt	obermeilen-gruet	CH		28	Europe/Zurich	47.27073	8.67053		Gruet,Grüt		ZH	107	156	
6293462	Obermeilen / Aebleten	obermeilen-aebleten	CH		67	Europe/Zurich	47.26929	8.66631		Aebleten		ZH	107	156	
6293463	Obermeilen / Rossbrunnen	obermeilen-rossbrunnen	CH		67	Europe/Zurich	47.26893	8.66235		Rossbrunnen		ZH	107	156	
6293464	Obermeilen / Stocklen	obermeilen-stocklen	CH		42	Europe/Zurich	47.26959	8.66054		Stocklen		ZH	107	156	
6293465	Obermeilen / Appenhalten	obermeilen-appenhalten	CH		57	Europe/Zurich	47.26894	8.65894		Appenhalten		ZH	107	156	
6293466	Meilen / Giessen	meilen-giessen	CH		9	Europe/Zurich	47.26916	8.65602		Giessen		ZH	107	156	
6293467	Obermeilen / Oberdorf	obermeilen-oberdorf	CH		476	Europe/Zurich	47.26698	8.6564		Oberdorf		ZH	107	156	
6293468	Obermeilen / Hinterdorf	obermeilen-hinterdorf	CH		183	Europe/Zurich	47.26517	8.65387		Hinterdorf		ZH	107	156	
6293469	Obermeilen / Unterdorf	obermeilen-unterdorf	CH		144	Europe/Zurich	47.26496	8.65673		Unterdorf		ZH	107	156	
6293470	Obermeilen / Roren	obermeilen-roren	CH		12	Europe/Zurich	47.26483	8.66012		Roren		ZH	107	156	
6293471	Obermeilen / Schinhuet	obermeilen-schinhuet	CH		79	Europe/Zurich	47.26252	8.66379		Schinhuet		ZH	107	156	
6293472	Obermeilen / Rotholz	obermeilen-rotholz	CH		111	Europe/Zurich	47.26225	8.66693		Rotholz		ZH	107	156	
6293473	Obermeilen / Dollikerrain	obermeilen-dollikerrain	CH		94	Europe/Zurich	47.26398	8.66616		Dollikerrain		ZH	107	156	
6293474	Obermeilen / Dollikon	obermeilen-dollikon	CH		346	Europe/Zurich	47.26431	8.66334		Dollikon		ZH	107	156	
6293475	Obermeilen / Büel	obermeilen-bueel	CH		38	Europe/Zurich	47.26644	8.66052		Bueel,Büel		ZH	107	156	
6293476	Obermeilen / Chrummacher	obermeilen-chrummacher	CH		161	Europe/Zurich	47.26721	8.6596		Chrummacher		ZH	107	156	
6293477	Obermeilen / Grueb	obermeilen-grueb	CH		80	Europe/Zurich	47.26708	8.66159		Grueb		ZH	107	156	
6293478	Obermeilen / Lütisämet	obermeilen-luetisaemet	CH		161	Europe/Zurich	47.26728	8.66516		Luetisaemet,Lütisämet		ZH	107	156	
6293479	Obermeilen / Weid	obermeilen-weid	CH		282	Europe/Zurich	47.2662	8.66701		Weid		ZH	107	156	
6293485	Zelg	zelg	CH		8	Europe/Zurich	47.28896	8.64814				ZH	107	156	
6293487	Warzhalden	warzhalden	CH		7	Europe/Zurich	47.28675	8.64364				ZH	107	156	
6293490	Toggwil	toggwil	CH		19	Europe/Zurich	47.28854	8.65275				ZH	107	156	
6293509	Breiti	breiti	CH		8	Europe/Zurich	47.28716	8.65741				ZH	107	156	
6293513	Neuacher	neuacher	CH		7	Europe/Zurich	47.28552	8.65889				ZH	107	156	
6293516	Langjoch	langjoch	CH		6	Europe/Zurich	47.28152	8.65292				ZH	107	156	
6293517	Banacher	banacher	CH		6	Europe/Zurich	47.28018	8.65338				ZH	107	156	
6293519	Engelbirg	engelbirg	CH		6	Europe/Zurich	47.27602	8.65771				ZH	107	156	
6293522	Bezibüel	bezibueel	CH		10	Europe/Zurich	47.27993	8.66209				ZH	107	156	
6293524	Haltenacher	haltenacher	CH		6	Europe/Zurich	47.28565	8.6618				ZH	107	156	
6293525	Hinterer Pfannenstiel	hinterer-pfannenstiel	CH		13	Europe/Zurich	47.28584	8.66706				ZH	107	156	
6293526	Roren	roren	CH		15	Europe/Zurich	47.28296	8.66892				ZH	107	156	
6293527	Bundi	bundi	CH		8	Europe/Zurich	47.2809	8.66793				ZH	107	156	
6293529	Chilchbüel	chilchbueel	CH		6	Europe/Zurich	47.27825	8.66545				ZH	107	156	
6293531	Vorder Pfannenstiel	vorder-pfannenstiel	CH		8	Europe/Zurich	47.28593	8.68002				ZH	107	156	
6293545	Fuchsloch	fuchsloch	CH		15	Europe/Zurich	47.2712	8.64174				ZH	107	156	
6293546	Oetwil / Oetwil (Dorfkern)	oetwil-oetwil-dorfkern	CH		271	Europe/Zurich	47.27061	8.72142		Oetwil (Dorfkern)		ZH	107	157	
6293547	Oetwil / Zelgliacker	oetwil-zelgliacker	CH		718	Europe/Zurich	47.27359	8.72065		Zelgliacker		ZH	107	157	
6293548	Oetwil / Eichbüel	oetwil-eichbueel	CH		103	Europe/Zurich	47.27368	8.72459		Eichbueel,Eichbüel		ZH	107	157	
6293549	Oetwil / Breiti	oetwil-breiti	CH		33	Europe/Zurich	47.2725	8.72392		Breiti		ZH	107	157	
6293550	Oetwil / Schützenhauswiese	oetwil-schuetzenhauswiese	CH		250	Europe/Zurich	47.27132	8.7164		Schuetzenhauswiese,Schützenhauswiese		ZH	107	157	
6293551	Oetwil / Oberzelg	oetwil-oberzelg	CH		246	Europe/Zurich	47.26997	8.71657		Oberzelg		ZH	107	157	
6293552	Oetwil / Schlössli	oetwil-schloessli	CH		161	Europe/Zurich	47.26845	8.71958		Schloessli,Schlössli		ZH	107	157	
6293553	Oetwil / In der Beichlen	oetwil-in-der-beichlen	CH		59	Europe/Zurich	47.26888	8.71579				ZH	107	157	
6293554	Oetwil / Im Jöndler	oetwil-im-joendler	CH		179	Europe/Zurich	47.26873	8.72294		Im Joendler,Im Jöndler		ZH	107	157	
6293555	Oetwil / Vogelsang	oetwil-vogelsang	CH		599	Europe/Zurich	47.26628	8.72741		Vogelsang		ZH	107	157	
6293556	Oetwil / Schwerze	oetwil-schwerze	CH		60	Europe/Zurich	47.26756	8.72331		Schwerze		ZH	107	157	
6293557	Oetwil / In der Farb	oetwil-in-der-farb	CH		64	Europe/Zurich	47.26643	8.72315				ZH	107	157	
6293558	Oetwil / Frohe Aussicht	oetwil-frohe-aussicht	CH		92	Europe/Zurich	47.26548	8.72419		Frohe Aussicht		ZH	107	157	
6293559	Oetwil / Langholz	oetwil-langholz	CH		90	Europe/Zurich	47.26463	8.72652		Langholz		ZH	107	157	
6293560	Bäpur	baepur	CH		37	Europe/Zurich	47.28512	8.72288				ZH	107	157	
6293561	Oberror	oberror	CH		6	Europe/Zurich	47.28506	8.73402				ZH	107	157	
6293564	Felsengrund	felsengrund	CH		19	Europe/Zurich	47.2826	8.71404				ZH	107	157	
6293565	Etzikon	etzikon	CH		16	Europe/Zurich	47.28187	8.71661				ZH	107	157	
6293566	Rinderweid	rinderweid	CH		18	Europe/Zurich	47.28131	8.72804				ZH	107	157	
6293567	Summerau	summerau	CH		6	Europe/Zurich	47.28253	8.73336				ZH	107	157	
6293568	Gartenacker	gartenacker	CH		7	Europe/Zurich	47.2809	8.71512				ZH	107	157	
6293569	Auee	auee	CH		10	Europe/Zurich	47.28063	8.71233				ZH	107	157	
6293570	Hinteres Chloster	hinteres-chloster	CH		4	Europe/Zurich	47.28028	8.72069				ZH	107	157	
6293571	Gusch	gusch	CH		152	Europe/Zurich	47.2786	8.71748				ZH	107	157	
6293572	Paradis	paradis	CH		2	Europe/Zurich	47.27982	8.72437				ZH	107	157	
6293573	Under-Frobüel	under-frobueel	CH		11	Europe/Zurich	47.27964	8.73324				ZH	107	157	
6293574	Glärnischstrasse	glaernischstrasse	CH		477	Europe/Zurich	47.2776	8.72128				ZH	107	157	
6293575	Nidertal	nidertal	CH		67	Europe/Zurich	47.2772	8.72402				ZH	107	157	
6293576	Stubenloo	stubenloo	CH		15	Europe/Zurich	47.27775	8.72643				ZH	107	157	
6293577	Ober-Frobüel	ober-frobueel	CH		12	Europe/Zurich	47.27768	8.73421				ZH	107	157	
6293578	Neuguet	neuguet	CH		10	Europe/Zurich	47.2764	8.71336				ZH	107	157	
6293579	Bodenacher	bodenacher	CH		4	Europe/Zurich	47.27634	8.70185				ZH	107	157	
6293580	Hochstrass	hochstrass	CH		7	Europe/Zurich	47.27635	8.71646				ZH	107	157	
6293581	Oetwil / Industriestrasse	oetwil-industriestrasse	CH		20	Europe/Zurich	47.27529	8.72595		Industriestrasse		ZH	107	157	
6293582	Riet	riet	CH		15	Europe/Zurich	47.27519	8.73975				ZH	107	157	
6293583	Unter-Chrüzlen	unter-chruezlen	CH		20	Europe/Zurich	47.27395	8.70658				ZH	107	157	
6293584	Waldheim	waldheim	CH		4	Europe/Zurich	47.27504	8.71558				ZH	107	157	
6293585	Neuegg	neuegg	CH		126	Europe/Zurich	47.27554	8.71836				ZH	107	157	
6293586	Schachen	schachen	CH		13	Europe/Zurich	47.275	8.73156				ZH	107	157	
6293588	Ober-Chrüzlen	ober-chruezlen	CH		31	Europe/Zurich	47.27441	8.70168				ZH	107	157	
6293589	Aegertenwis	aegertenwis	CH		7	Europe/Zurich	47.27319	8.71756				ZH	107	157	
6293590	Schachenweid	schachenweid	CH		7	Europe/Zurich	47.27303	8.72883				ZH	107	157	
6293591	Eichholz	eichholz	CH		17	Europe/Zurich	47.2719	8.73376				ZH	107	157	
6293592	Reben	reben	CH		2	Europe/Zurich	47.27265	8.73609				ZH	107	157	
6293593	Holzhusen	holzhusen	CH		15	Europe/Zurich	47.27115	8.73965				ZH	107	157	
6293594	Neuhus	neuhus	CH		10	Europe/Zurich	47.26989	8.72745				ZH	107	157	
6293597	Willikon	willikon	CH		127	Europe/Zurich	47.26704	8.73692				ZH	107	157	
6293599	Goldrain	goldrain	CH		7	Europe/Zurich	47.26914	8.73185				ZH	107	157	
6293600	Horüti	horueti	CH		2	Europe/Zurich	47.26813	8.73282				ZH	107	157	
6293605	Grossweid	grossweid	CH		6	Europe/Zurich	47.26703	8.73037				ZH	107	157	
6293606	Geerenstöck	geerenstoeck	CH		5	Europe/Zurich	47.2665	8.74021				ZH	107	157	
6293609	Kehlhof	kehlhof	CH		596	Europe/Zurich	47.23471	8.73857				ZH	107	158	
6293612	Hunert	hunert	CH		8	Europe/Zurich	47.25484	8.71787				ZH	107	158	
6293613	Wanne	wanne	CH		5	Europe/Zurich	47.25472	8.72113				ZH	107	158	
6293614	Dachsleren	dachsleren	CH		11	Europe/Zurich	47.25314	8.71473				ZH	107	158	
6293615	Zaniken	zaniken	CH		97	Europe/Zurich	47.24986	8.71519				ZH	107	158	
6293616	Hinterer Püntacher	hinterer-puentacher	CH		41	Europe/Zurich	47.25238	8.71679				ZH	107	158	
6293617	Vorderer Püntacher	vorderer-puentacher	CH		51	Europe/Zurich	47.25204	8.71941				ZH	107	158	
6293618	Bauertacher	bauertacher	CH		47	Europe/Zurich	47.25117	8.72278				ZH	107	158	
6293621	Usserfeld	usserfeld	CH		4	Europe/Zurich	47.24743	8.70892				ZH	107	158	
6293623	Mutzmalen	mutzmalen	CH		28	Europe/Zurich	47.2481	8.71287				ZH	107	158	
6293624	Wiesengrund	wiesengrund	CH		10	Europe/Zurich	47.24575	8.71234				ZH	107	158	
6293625	Echtlen	echtlen	CH		17	Europe/Zurich	47.2479	8.71521				ZH	107	158	
6293626	Echtlenweg	echtlenweg	CH		6	Europe/Zurich	47.24637	8.71564				ZH	107	158	
6293627	Uelikon	uelikon	CH		497	Europe/Zurich	47.24879	8.71932				ZH	107	158	
6293629	Aberen	aberen	CH		9	Europe/Zurich	47.24658	8.73513				ZH	107	158	
6293630	Redlikon	redlikon	CH		59	Europe/Zurich	47.24919	8.73916				ZH	107	158	
6293631	Rhyner	rhyner	CH		11	Europe/Zurich	47.24564	8.73907				ZH	107	158	
6293633	Lattenberg	lattenberg	CH		11	Europe/Zurich	47.24515	8.71401				ZH	107	158	
6293636	Dorfhalden	dorfhalden	CH		30	Europe/Zurich	47.24202	8.73609				ZH	107	158	
6293637	Ober-Hüttenacher	ober-huettenacher	CH		10	Europe/Zurich	47.24531	8.74303				ZH	107	158	
6293639	Rütihof	ruetihof	CH		109	Europe/Zurich	47.24014	8.74554				ZH	107	158	
6293640	Torlen	torlen	CH		14	Europe/Zurich	47.24101	8.74648				ZH	107	158	
6293642	Ranghusen	ranghusen	CH		31	Europe/Zurich	47.24148	8.75605				ZH	107	158	
6293643	Riet	riet	CH		206	Europe/Zurich	47.23947	8.74153				ZH	107	158	
6293644	Laubisrüti	laubisrueti	CH		9	Europe/Zurich	47.23908	8.74598				ZH	107	158	
6293646	Fangen	fangen	CH		135	Europe/Zurich	47.23932	8.75248				ZH	107	158	
6293647	Töbeli	toebeli	CH		11	Europe/Zurich	47.23949	8.75543				ZH	107	158	
6293648	Mockenwis	mockenwis	CH		166	Europe/Zurich	47.23655	8.7646				ZH	107	158	
6293649	Schirmensee	schirmensee	CH		2	Europe/Zurich	47.23443	8.77716				ZH	107	153	
6293652	Uetikon / Grossdorf	uetikon-grossdorf	CH		1040	Europe/Zurich	47.26654	8.67765		Grossdorf		ZH	107	159	
6293653	Uetikon / Tuntelen	uetikon-tuntelen	CH		62	Europe/Zurich	47.26862	8.67384		Tuntelen		ZH	107	159	
6293654	Uetikon / Oergelacher	uetikon-oergelacher	CH		57	Europe/Zurich	47.26881	8.67976		Oergelacher		ZH	107	159	
6293655	Uetikon / Lindenacker	uetikon-lindenacker	CH		72	Europe/Zurich	47.26773	8.68235		Lindenacker		ZH	107	159	
6293656	Uetikon / Scheug	uetikon-scheug	CH		36	Europe/Zurich	47.26505	8.67545		Scheug		ZH	107	159	
6293657	Uetikon / Chirchbüel	uetikon-chirchbueel	CH		254	Europe/Zurich	47.26228	8.67716		Chirchbueel,Chirchbüel		ZH	107	159	
6293658	Uetikon / Rinderweid	uetikon-rinderweid	CH		127	Europe/Zurich	47.26427	8.68033		Rinderweid		ZH	107	159	
6293659	Uetikon / Bluemental	uetikon-bluemental	CH		369	Europe/Zurich	47.2628	8.68303		Bluemental		ZH	107	159	
6293660	Uetikon / Chlidorf	uetikon-chlidorf	CH		817	Europe/Zurich	47.26426	8.68338		Chlidorf		ZH	107	159	
6293661	Uetikon / Wissenrain	uetikon-wissenrain	CH		173	Europe/Zurich	47.26171	8.68238		Wissenrain		ZH	107	159	
6293662	Uetikon / Gseck	uetikon-gseck	CH		40	Europe/Zurich	47.26062	8.68298		Gseck		ZH	107	159	
6293663	Uetikon / Birchweid	uetikon-birchweid	CH		22	Europe/Zurich	47.26024	8.6788		Birchweid		ZH	107	159	
6293664	Uetikon / Langenbaum	uetikon-langenbaum	CH		131	Europe/Zurich	47.25983	8.67611		Langenbaum		ZH	107	159	
6293665	Uetikon / Höbeli	uetikon-hoebeli	CH		231	Europe/Zurich	47.26897	8.67624		Hoebeli,Höbeli		ZH	107	159	
6293670	Speckli	speckli	CH		14	Europe/Zurich	47.27613	8.68276				ZH	107	159	
6293672	Chnolli	chnolli	CH		17	Europe/Zurich	47.27957	8.68641				ZH	107	159	
6293675	Esslinger	esslinger	CH		47	Europe/Zurich	47.27421	8.68727		Eslin'nker,Έσλινγκερ		ZH	107	159	
6293676	Gibisnüd	gibisnued	CH		9	Europe/Zurich	47.27458	8.69117				ZH	107	159	
6293677	Tüfleten	tuefleten	CH		57	Europe/Zurich	47.27302	8.68804				ZH	107	159	
6293678	Grüt	gruet	CH		40	Europe/Zurich	47.27081	8.6738				ZH	107	159	
6293679	Bolteracher	bolteracher	CH		26	Europe/Zurich	47.27314	8.67562				ZH	107	159	
6293680	Älpli	aelpli	CH		37	Europe/Zurich	47.27259	8.67758				ZH	107	159	
6293682	Rundi	rundi	CH		24	Europe/Zurich	47.2699	8.68033				ZH	107	159	
6293683	Haslibach	haslibach	CH		15	Europe/Zurich	47.26871	8.68178				ZH	107	159	
6293684	Bergheim	bergheim	CH		161	Europe/Zurich	47.27239	8.6826				ZH	107	159	
6293685	Rundihalde	rundihalde	CH		56	Europe/Zurich	47.27142	8.67959				ZH	107	159	
6293686	Strick	strick	CH		56	Europe/Zurich	47.27104	8.68276				ZH	107	159	
6293687	Brandrain	brandrain	CH		50	Europe/Zurich	47.27121	8.68569				ZH	107	159	
6293688	Forbüel	forbueel	CH		135	Europe/Zurich	47.26854	8.68641				ZH	107	159	
6293689	Stötzli	stoetzli	CH		5	Europe/Zurich	47.2701	8.68809				ZH	107	159	
6293690	Furen	furen	CH		61	Europe/Zurich	47.26843	8.68854				ZH	107	159	
6293691	Talweg	talweg	CH		178	Europe/Zurich	47.26643	8.68707				ZH	107	159	
6293692	Binzhalden	binzhalden	CH		44	Europe/Zurich	47.26728	8.68942				ZH	107	159	
6293693	Binziger	binziger	CH		140	Europe/Zurich	47.26846	8.69137				ZH	107	159	
6293694	Untere Tuntelen	untere-tuntelen	CH		20	Europe/Zurich	47.26636	8.67148				ZH	107	159	
6293696	Müliweid	mueliweid	CH		61	Europe/Zurich	47.26298	8.66942				ZH	107	159	
6293697	Müli	mueli	CH		56	Europe/Zurich	47.26378	8.67233				ZH	107	159	
6293698	Rotholz	rotholz	CH		14	Europe/Zurich	47.26084	8.67129				ZH	107	159	
6293699	Chrüzstein	chruezstein	CH		53	Europe/Zurich	47.26118	8.67234				ZH	107	159	
6293700	Büel	bueel	CH		35	Europe/Zurich	47.26494	8.68548				ZH	107	159	
6293702	Brand	brand	CH		10	Europe/Zurich	47.27227	8.68483				ZH	107	159	
6293703	Haslihalde	haslihalde	CH		180	Europe/Zurich	47.26977	8.68369				ZH	107	159	
6293704	Zumikon / Zumikon (Dorfkern)	zumikon-zumikon-dorfkern	CH		323	Europe/Zurich	47.33056	8.62383		Zumikon (Dorfkern)		ZH	107	160	
6293705	Zumikon / Isleren	zumikon-isleren	CH		377	Europe/Zurich	47.33396	8.61335		Isleren		ZH	107	160	
6293706	Zumikon / Fröschgüllen	zumikon-froeschguellen	CH		526	Europe/Zurich	47.33648	8.61528		Froeschguellen,Fröschgüllen		ZH	107	160	
6293707	Zumikon / Fadacher	zumikon-fadacher	CH		101	Europe/Zurich	47.3379	8.61484		Fadacher		ZH	107	160	
6293708	Zumikon / Oberdorf	zumikon-oberdorf	CH		54	Europe/Zurich	47.33756	8.6207		Oberdorf		ZH	107	160	
6293709	Zumikon / Hinter Farlifang	zumikon-hinter-farlifang	CH		248	Europe/Zurich	47.33558	8.6242		Hinter Farlifang		ZH	107	160	
6293710	Zumikon / Nesselbrunnen	zumikon-nesselbrunnen	CH		135	Europe/Zurich	47.3315	8.61474		Nesselbrunnen		ZH	107	160	
6293711	Zumikon / Leugrueb	zumikon-leugrueb	CH		435	Europe/Zurich	47.33452	8.62011		Leugrueb		ZH	107	160	
6293712	Zumikon / Farlifang	zumikon-farlifang	CH		200	Europe/Zurich	47.33504	8.62161		Farlifang		ZH	107	160	
6293713	Zumikon / Ibruch	zumikon-ibruch	CH		105	Europe/Zurich	47.33142	8.63002		Ibruch		ZH	107	160	
6293714	Zumikon / Chapf	zumikon-chapf	CH		116	Europe/Zurich	47.3324	8.63307		Chapf		ZH	107	160	
6293715	Zumikon / Fallacher	zumikon-fallacher	CH		87	Europe/Zurich	47.32947	8.60963		Fallacher		ZH	107	160	
6293716	Zumikon / Rebhus	zumikon-rebhus	CH		156	Europe/Zurich	47.3266	8.62063		Rebhus		ZH	107	160	
6293717	Zumikon / Grund	zumikon-grund	CH		233	Europe/Zurich	47.32899	8.62139		Grund		ZH	107	160	
6293718	Zumikon / Unterdorf	zumikon-unterdorf	CH		331	Europe/Zurich	47.33105	8.62626		Unterdorf		ZH	107	160	
6293719	Zumikon / Maiacher	zumikon-maiacher	CH		318	Europe/Zurich	47.32915	8.63159		Maiacher		ZH	107	160	
6293840	Friedliweid	friedliweid	CH		9	Europe/Zurich	47.38489	8.74512				ZH	108	172	
6293720	Zumikon / Misleren-Ruchenacher	zumikon-misleren-ruchenacher	CH		121	Europe/Zurich	47.3311	8.63711		Misleren-Ruchenacher		ZH	107	160	
6293721	Zumikon / Tobelhus	zumikon-tobelhus	CH		51	Europe/Zurich	47.32521	8.62215		Tobelhus		ZH	107	160	
6293722	Zumikon / Birchenacher	zumikon-birchenacher	CH		87	Europe/Zurich	47.32548	8.62427		Birchenacher		ZH	107	160	
6293723	Zumikon / Thesenacher	zumikon-thesenacher	CH		420	Europe/Zurich	47.32762	8.6295		Thesenacher		ZH	107	160	
6293726	Rietacher	rietacher	CH		4	Europe/Zurich	47.33317	8.61888				ZH	107	160	
6293730	Rebwies	rebwies	CH		897	Europe/Zurich	47.34726	8.58629				ZH	107	161	
6293732	Zelgli	zelgli	CH		30	Europe/Zurich	47.35008	8.60274				ZH	107	161	
6293733	Trichtenhausen	trichtenhausen	CH		7	Europe/Zurich	47.35033	8.60179				ZH	107	161	
6293734	Resirain	resirain	CH		19	Europe/Zurich	47.34858	8.60798				ZH	107	161	
6293736	Sennhof-Oberhub	sennhof-oberhub	CH		296	Europe/Zurich	47.3467	8.61659				ZH	107	161	
6293740	Tal	tal	CH		9	Europe/Zurich	47.35144	8.58581				ZH	107	161	
6293741	Wald	wald	CH		6	Europe/Zurich	47.39262	8.84314				ZH	108	297	
6293743	Homberg	homberg	CH		58	Europe/Zurich	47.39323	8.84968				ZH	108	297	
6293744	Laubberg	laubberg	CH		47	Europe/Zurich	47.38535	8.84447				ZH	108	297	
6293746	Auwis	auwis	CH		117	Europe/Zurich	47.38976	8.8594				ZH	108	297	
6293747	Juckeren	juckeren	CH		346	Europe/Zurich	47.38633	8.8594				ZH	108	297	
6293748	Blitterswil	blitterswil	CH		74	Europe/Zurich	47.38692	8.86461				ZH	108	297	
6293749	Esterli	esterli	CH		4	Europe/Zurich	47.38337	8.86428				ZH	108	297	
6293750	Uerschen	uerschen	CH		18	Europe/Zurich	47.38814	8.87786				ZH	108	297	
6293751	Sülch	suelch	CH		10	Europe/Zurich	47.38888	8.88638				ZH	108	297	
6293754	Undalen	undalen	CH		49	Europe/Zurich	47.37944	8.85557				ZH	108	297	
6293755	Dillhaus	dillhaus	CH		153	Europe/Zurich	47.38091	8.85857				ZH	108	297	
6293756	Haselhalden	haselhalden	CH		74	Europe/Zurich	47.38273	8.86007				ZH	108	297	
6293757	Ramsel	ramsel	CH		10	Europe/Zurich	47.38104	8.87084				ZH	108	297	
6293758	Rittweg	rittweg	CH		37	Europe/Zurich	47.37853	8.86482				ZH	108	297	
6293761	Riset	riset	CH		13	Europe/Zurich	47.38133	8.8927				ZH	108	297	
6293763	Bächi	baechi	CH		19	Europe/Zurich	47.37729	8.85147				ZH	108	297	
6293764	Fälmis	faelmis	CH		30	Europe/Zurich	47.37519	8.85314				ZH	108	297	
6293767	Schindlet	schindlet	CH		36	Europe/Zurich	47.37661	8.89522				ZH	108	297	
6293768	Heiletsegg	heiletsegg	CH		7	Europe/Zurich	47.37529	8.92896				ZH	108	297	
6293769	Nideltobel	nideltobel	CH		6	Europe/Zurich	47.36832	8.92545				ZH	108	297	
6293770	Niderdürstelen	niderduerstelen	CH		37	Europe/Zurich	47.37059	8.85692				ZH	108	297	
6293773	Wilen	wilen	CH		31	Europe/Zurich	47.36917	8.87				ZH	108	297	
6293774	Altlandenberg	altlandenberg	CH		517	Europe/Zurich	47.37209	8.86816				ZH	108	297	
6293775	Sonnenrain	sonnenrain	CH		36	Europe/Zurich	47.37188	8.87421				ZH	108	297	
6293776	Schulhaus Altlandenberg	schulhaus-altlandenberg	CH		9	Europe/Zurich	47.37048	8.87165				ZH	108	297	
6293778	Sommerau	sommerau	CH		3	Europe/Zurich	47.37021	8.87916				ZH	108	297	
6293780	Hörnen	hoernen	CH		64	Europe/Zurich	47.37012	8.88704				ZH	108	297	
6293783	Hinter-Tiefenbach	hinter-tiefenbach	CH		16	Europe/Zurich	47.36819	8.90029				ZH	108	297	
6293784	Böndler	boendler	CH		47	Europe/Zurich	47.36912	8.86125				ZH	108	297	
6293786	Höhle	hoehle	CH		84	Europe/Zurich	47.36911	8.88249				ZH	108	297	
6293787	Schwendi	schwendi	CH		17	Europe/Zurich	47.36509	8.88763				ZH	108	297	
6293788	Sunnehalde	sunnehalde	CH		15	Europe/Zurich	47.3674	8.88971				ZH	108	297	
6293790	Vorder-Tiefenbach	vorder-tiefenbach	CH		17	Europe/Zurich	47.3671	8.89678				ZH	108	297	
6293791	Seewadel	seewadel	CH		61	Europe/Zurich	47.36519	8.89774				ZH	108	297	
6293792	Wellenau	wellenau	CH		80	Europe/Zurich	47.36451	8.90681				ZH	108	297	
6293793	Bliggenswil	bliggenswil	CH		45	Europe/Zurich	47.36477	8.86379				ZH	108	297	
6293794	Höckler	hoeckler	CH		26	Europe/Zurich	47.36449	8.87871				ZH	108	297	
6293795	Hinterwis	hinterwis	CH		8	Europe/Zurich	47.36337	8.8811				ZH	108	297	
6293796	Vorder-Lüwis	vorder-luewis	CH		8	Europe/Zurich	47.36464	8.89416				ZH	108	297	
6293797	Hinter-Lüwis	hinter-luewis	CH		14	Europe/Zurich	47.36223	8.89609				ZH	108	297	
6293798	Schwandelbach	schwandelbach	CH		4	Europe/Zurich	47.36293	8.90931				ZH	108	297	
6293799	Boden	boden	CH		7	Europe/Zurich	47.36301	8.91404				ZH	108	297	
6293800	Rösli	roesli	CH		6	Europe/Zurich	47.36279	8.91805				ZH	108	297	
6293801	Silisegg	silisegg	CH		22	Europe/Zurich	47.36213	8.87629				ZH	108	297	
6293809	Ober-Wolfensberg	ober-wolfensberg	CH		6	Europe/Zurich	47.35469	8.88602				ZH	108	297	
6293811	Allenwil	allenwil	CH		18	Europe/Zurich	47.35678	8.90577				ZH	108	297	
6293812	Niderau	niderau	CH		6	Europe/Zurich	47.35897	8.9098				ZH	108	297	
6293815	Lipperschwendi	lipperschwendi	CH		110	Europe/Zurich	47.36026	8.91852				ZH	108	297	
6293830	Pünt	puent	CH		3	Europe/Zurich	47.37595	8.85718				ZH	108	297	
6293831	Mesikon	mesikon	CH		35	Europe/Zurich	47.40432	8.74689				ZH	108	172	
6293832	Ziegelhütte	ziegelhuette	CH		11	Europe/Zurich	47.40092	8.74949				ZH	108	172	
6293833	Reitenbach	reitenbach	CH		11	Europe/Zurich	47.40054	8.75577				ZH	108	172	
6293834	Brand	brand	CH		6	Europe/Zurich	47.39754	8.74013				ZH	108	172	
6293838	Bad	bad	CH		9	Europe/Zurich	47.3942	8.75268				ZH	108	172	
6293839	Rüti	rueti	CH		94	Europe/Zurich	47.38765	8.73956				ZH	108	172	
6294384	Engel	engel	CH		5	Europe/Zurich	47.28463	8.71671				ZH	109	192	
6293841	Heiget	heiget	CH		54	Europe/Zurich	47.3904	8.75521				ZH	108	172	
6293846	Burenbühl	burenbuehl	CH		8	Europe/Zurich	47.38365	8.76495				ZH	108	172	
6293848	Speckhof	speckhof	CH		4	Europe/Zurich	47.3775	8.76275				ZH	108	172	
6293849	Speck	speck	CH		17	Europe/Zurich	47.37483	8.7654				ZH	108	172	
6293852	Chriesbaumweid	chriesbaumweid	CH		460	Europe/Zurich	47.39421	8.75727				ZH	108	172	
6293854	Rumpis	rumpis	CH		21	Europe/Zurich	47.38808	8.76539				ZH	108	172	
6293860	Hittnau / Luppmen	hittnau-luppmen	CH		53	Europe/Zurich	47.36236	8.83132		Luppmen		ZH	108	173	
6293861	Fischbach	fischbach	CH		10	Europe/Zurich	47.38237	8.83879				ZH	108	173	
6293863	Schönau	schoenau	CH		76	Europe/Zurich	47.38059	8.82911				ZH	108	173	
6293865	Hasel	hasel	CH		123	Europe/Zurich	47.37871	8.8348				ZH	108	173	
6293867	Isikon	isikon	CH		186	Europe/Zurich	47.376	8.81475				ZH	108	173	
6293872	Balchenstal	balchenstal	CH		14	Europe/Zurich	47.37201	8.80902				ZH	108	173	
6293873	Knup	knup	CH		4	Europe/Zurich	47.37182	8.81345				ZH	108	173	
6293875	Nauen	nauen	CH		4	Europe/Zurich	47.37032	8.83743				ZH	108	173	
6293877	Dürstelen	duerstelen	CH		153	Europe/Zurich	47.36685	8.84393				ZH	108	173	
6293880	Mitsal	mitsal	CH		4	Europe/Zurich	47.36541	8.84059				ZH	108	173	
6293883	Wildenwis	wildenwis	CH		7	Europe/Zurich	47.36274	8.81234				ZH	108	173	
6293884	Bollacher	bollacher	CH		7	Europe/Zurich	47.362	8.8186				ZH	108	173	
6293885	Oberhittnau	oberhittnau	CH		551	Europe/Zurich	47.35865	8.82372				ZH	108	173	
6293886	Loch	loch	CH		6	Europe/Zurich	47.36132	8.83721				ZH	108	173	
6293893	Beierschen	beierschen	CH		6	Europe/Zurich	47.35342	8.82112				ZH	108	173	
6293894	Buen	buen	CH		10	Europe/Zurich	47.35103	8.83297				ZH	108	173	
6293895	Wilen	wilen	CH		19	Europe/Zurich	47.34923	8.82929				ZH	108	173	
6293896	Owachs	owachs	CH		4	Europe/Zurich	47.349	8.81451				ZH	108	173	
6293897	Platten	platten	CH		18	Europe/Zurich	47.34789	8.83322				ZH	108	173	
6293898	Hofhalden	hofhalden	CH		28	Europe/Zurich	47.34729	8.81818				ZH	108	173	
6293903	Effretikon / Watt	effretikon-watt	CH		2632	Europe/Zurich	47.42797	8.69822		Watt		ZH	108	296	
6293904	Effretikon / Brandenriet / Vogelsang	effretikon-brandenriet-vogelsang	CH		793	Europe/Zurich	47.42121	8.68557		Brandenriet / Vogelsang		ZH	108	296	
6293905	Effretikon / Moosburg	effretikon-moosburg	CH		781	Europe/Zurich	47.42142	8.69151		Moosburg		ZH	108	296	
6293906	Effretikon / Rappenhalde-Bannhalde	effretikon-rappenhalde-bannhalde	CH		1758	Europe/Zurich	47.42388	8.69653		Rappenhalde-Bannhalde		ZH	108	296	
6293907	Untere Höfe / Loorenhof	untere-hoefe-loorenhof	CH		9	Europe/Zurich	47.39963	8.71368		Loorenhof		ZH	108	296	
6293908	Neumühle-Kempttal	neumuehle-kempttal	CH		7	Europe/Zurich	47.43574	8.70195				ZH	108	296	
6293909	Ober-Kempttal	ober-kempttal	CH		26	Europe/Zurich	47.4303	8.7058				ZH	108	296	
6293910	Bietenholz	bietenholz	CH		49	Europe/Zurich	47.41399	8.6856				ZH	108	296	
6293911	Bisikon	bisikon	CH		385	Europe/Zurich	47.41236	8.69758				ZH	108	296	
6293914	Kemleten	kemleten	CH		9	Europe/Zurich	47.45039	8.71954				ZH	108	296	
6293918	Billikon	billikon	CH		4	Europe/Zurich	47.44241	8.7253				ZH	108	296	
6293919	Ottikon / Grubental	ottikon-grubental	CH		14	Europe/Zurich	47.44029	8.71399		Grubental		ZH	108	296	
6293921	Ottikon / Alpenblick	ottikon-alpenblick	CH		20	Europe/Zurich	47.43802	8.7146		Alpenblick		ZH	108	296	
6293924	First	first	CH		34	Europe/Zurich	47.43902	8.73582				ZH	108	296	
6293925	Ottikon	ottikon	CH		382	Europe/Zurich	47.435	8.71723		Ottikon b. Kemptthal		ZH	108	296	
6293928	Ottikon / Brunnacher	ottikon-brunnacher	CH		9	Europe/Zurich	47.43129	8.72074		Brunnacher		ZH	108	296	
6293931	Luckhausen	luckhausen	CH		24	Europe/Zurich	47.42425	8.72421				ZH	108	296	
6293932	Schömlet	schoemlet	CH		7	Europe/Zurich	47.42142	8.73674				ZH	108	296	
6293933	Guggenbühl	guggenbuehl	CH		14	Europe/Zurich	47.41896	8.72177				ZH	108	296	
6293935	Horben / Hagenbuech	horben-hagenbuech	CH		1	Europe/Zurich	47.41551	8.74189		Hagenbuech		ZH	108	296	
6293938	Horben	horben	CH		41	Europe/Zurich	47.41233	8.74447				ZH	108	296	
6293939	Mesikon	mesikon	CH		29	Europe/Zurich	47.40812	8.74503				ZH	108	296	
6293942	Im Langhag	im-langhag	CH		10	Europe/Zurich	47.43819	8.68603				ZH	108	296	
6293943	Mühlau	muehlau	CH		30	Europe/Zurich	47.46648	8.75587				ZH	108	296	
6293945	Seemerrüti	seemerrueti	CH		13	Europe/Zurich	47.45743	8.76596				ZH	108	296	
6293946	Billikon	billikon	CH		66	Europe/Zurich	47.44316	8.7287				ZH	108	296	
6293947	Ettenhausen	ettenhausen	CH		22	Europe/Zurich	47.44886	8.73803		Ettenhusen		ZH	108	296	
6293948	Stampfental	stampfental	CH		7	Europe/Zurich	47.44594	8.74287				ZH	108	296	
6293950	Brünggen	bruenggen	CH		29	Europe/Zurich	47.4486	8.76502				ZH	108	296	
6293951	Neu-Brünggen	neu-bruenggen	CH		8	Europe/Zurich	47.44337	8.76532				ZH	108	296	
6293952	Weissental	weissental	CH		11	Europe/Zurich	47.44639	8.77098				ZH	108	296	
6293953	Eschikon	eschikon	CH		101	Europe/Zurich	47.44794	8.68142				ZH	108	176	
6293954	Kleinikon	kleinikon	CH		29	Europe/Zurich	47.4567	8.68608				ZH	108	176	
6293955	Bläsihof	blaesihof	CH		20	Europe/Zurich	47.46145	8.69593				ZH	108	176	
6293956	Winterberg	winterberg	CH		694	Europe/Zurich	47.45652	8.69428		Winterberg,Winterberg ZH		ZH	108	176	
6293957	Schintenächer	schintenaecher	CH		83	Europe/Zurich	47.45318	8.69376				ZH	108	176	
6293960	Schürliacher	schuerliacher	CH		3	Europe/Zurich	47.44936	8.691				ZH	108	176	
6293964	Altes Sekundarschulhaus	altes-sekundarschulhaus	CH		7	Europe/Zurich	47.44924	8.70154				ZH	108	176	
6293966	Lättenhof	laettenhof	CH		4	Europe/Zurich	47.44422	8.66702				ZH	108	176	
6293973	Rigacher	rigacher	CH		5	Europe/Zurich	47.43839	8.68148				ZH	108	176	
6293974	Tennenberg	tennenberg	CH		7	Europe/Zurich	47.42452	8.67949				ZH	108	176	
6293977	Pfäffikon / Pfäffikon (Dorfkern)	pfaeffikon-pfaeffikon-dorfkern	CH		5595	Europe/Zurich	47.36943	8.78309		Pfaeffikon (Dorfkern),Pfäffikon (Dorfkern)		ZH	108	177	
6293978	Hermatswil	hermatswil	CH		111	Europe/Zurich	47.39325	8.82377				ZH	108	177	
6293979	Ravensbühl	ravensbuehl	CH		19	Europe/Zurich	47.39159	8.83602				ZH	108	177	
6293982	Seiler	seiler	CH		17	Europe/Zurich	47.38136	8.77803				ZH	108	177	
6293984	Unter-Sulzberg	unter-sulzberg	CH		19	Europe/Zurich	47.37761	8.78338				ZH	108	177	
6293985	Ober-Sulzberg	ober-sulzberg	CH		17	Europe/Zurich	47.37844	8.78493				ZH	108	177	
6293986	Unter-Rick	unter-rick	CH		3	Europe/Zurich	47.37986	8.78804				ZH	108	177	
6293987	Ober-Rick	ober-rick	CH		6	Europe/Zurich	47.3811	8.79005				ZH	108	177	
6293988	Humbel	humbel	CH		34	Europe/Zurich	47.38207	8.7976				ZH	108	177	
6293989	Schür	schuer	CH		16	Europe/Zurich	47.38502	8.80327				ZH	108	177	
6293992	Mittelried	mittelried	CH		7	Europe/Zurich	47.38242	8.80333				ZH	108	177	
6293995	Wallikon	wallikon	CH		57	Europe/Zurich	47.37837	8.80539				ZH	108	177	
6293996	Witzberg	witzberg	CH		28	Europe/Zurich	47.37117	8.77033				ZH	108	177	
6293999	Weid	weid	CH		46	Europe/Zurich	47.36995	8.79075				ZH	108	177	
6294000	Berg	berg	CH		337	Europe/Zurich	47.37532	8.79206				ZH	108	177	
6294004	Pfäffikon / Oberwil	pfaeffikon-oberwil	CH		367	Europe/Zurich	47.36177	8.80032		Oberwil		ZH	108	177	
6294005	Schanz	schanz	CH		24	Europe/Zurich	47.36439	8.76779				ZH	108	177	
6294006	Frohmatt	frohmatt	CH		7	Europe/Zurich	47.36067	8.75492				ZH	108	177	
6294007	Boden	boden	CH		4	Europe/Zurich	47.35845	8.75768				ZH	108	177	
6294008	Faichrüti	faichrueti	CH		22	Europe/Zurich	47.36044	8.75974				ZH	108	177	
6294010	Holzweid	holzweid	CH		2	Europe/Zurich	47.35808	8.76558				ZH	108	177	
6294011	Rutschberg	rutschberg	CH		31	Europe/Zurich	47.35451	8.76622				ZH	108	177	
6294015	Neuhof	neuhof	CH		6	Europe/Zurich	47.36411	8.79432				ZH	108	177	
6294016	Brand	brand	CH		7	Europe/Zurich	47.36601	8.80006				ZH	108	177	
6294017	Grund	grund	CH		6	Europe/Zurich	47.36467	8.80115				ZH	108	177	
6294022	Sitzbühl	sitzbuehl	CH		12	Europe/Zurich	47.35327	8.80189				ZH	108	177	
6294024	Schibler	schibler	CH		6	Europe/Zurich	47.34828	8.80742				ZH	108	177	
6294025	Unter-Balm	unter-balm	CH		49	Europe/Zurich	47.34797	8.81094				ZH	108	177	
6294028	Schöpli	schoepli	CH		4	Europe/Zurich	47.34273	8.81198				ZH	108	177	
6294031	Ober-Balm	ober-balm	CH		97	Europe/Zurich	47.34244	8.81833				ZH	108	177	
6294032	Rappenholz	rappenholz	CH		7	Europe/Zurich	47.33993	8.81004				ZH	108	177	
6294033	Freudenberg	freudenberg	CH		8	Europe/Zurich	47.3396	8.81811				ZH	108	177	
6294035	Zelg	zelg	CH		3	Europe/Zurich	47.34088	8.82127				ZH	108	177	
6294036	Lirenagel	lirenagel	CH		15	Europe/Zurich	47.35139	8.80571				ZH	108	177	
6294038	Schürhof	schuerhof	CH		12	Europe/Zurich	47.41276	8.78552				ZH	108	178	
6294039	Balmwies	balmwies	CH		94	Europe/Zurich	47.41134	8.78768				ZH	108	178	
6294041	Berg Madetswil	berg-madetswil	CH		184	Europe/Zurich	47.41443	8.7936				ZH	108	178	
6294043	Ludetswil	ludetswil	CH		27	Europe/Zurich	47.41889	8.79963				ZH	108	178	
6294044	Bläsimühle	blaesimuehle	CH		17	Europe/Zurich	47.41511	8.80388				ZH	108	178	
6294046	Waldegg	waldegg	CH		3	Europe/Zurich	47.40983	8.808				ZH	108	178	
6294048	Rennweg	rennweg	CH		8	Europe/Zurich	47.40447	8.80999				ZH	108	178	
6294050	Obermoos	obermoos	CH		13	Europe/Zurich	47.4004	8.76537				ZH	108	178	
6294051	Surebaum	surebaum	CH		10	Europe/Zurich	47.40184	8.76809				ZH	108	178	
6294052	Schützenhof	schuetzenhof	CH		11	Europe/Zurich	47.3997	8.78721				ZH	108	178	
6294054	Gündisau	guendisau	CH		103	Europe/Zurich	47.39836	8.80838				ZH	108	178	
6294055	Buchweid	buchweid	CH		98	Europe/Zurich	47.39048	8.76805				ZH	108	178	
6294057	Wilhof	wilhof	CH		189	Europe/Zurich	47.3863	8.78019				ZH	108	178	
6294059	Buechlen	buechlen	CH		6	Europe/Zurich	47.39269	8.78501				ZH	108	178	
6294060	Bürgli	buergli	CH		4	Europe/Zurich	47.38623	8.78522				ZH	108	178	
6294062	Dunkelbach	dunkelbach	CH		3	Europe/Zurich	47.39001	8.7953				ZH	108	178	
6294063	Sommerau	sommerau	CH		10	Europe/Zurich	47.38478	8.79125				ZH	108	178	
6294064	Gentenwies	gentenwies	CH		11	Europe/Zurich	47.38222	8.78214				ZH	108	178	
6294069	Sternen	sternen	CH		13	Europe/Zurich	47.38606	8.90939				ZH	108	297	
6294074	Bogen	bogen	CH		9	Europe/Zurich	47.39638	8.89506				ZH	108	297	
6294075	Mattschür	mattschuer	CH		8	Europe/Zurich	47.39367	8.89505				ZH	108	297	
6294077	Spältrüti	spaeltrueti	CH		8	Europe/Zurich	47.39381	8.90166				ZH	108	297	
6294078	Buech	buech	CH		4	Europe/Zurich	47.39182	8.90189				ZH	108	297	
6294080	Unterer Steinshof	unterer-steinshof	CH		2	Europe/Zurich	47.39292	8.90693				ZH	108	297	
6294082	Schürli	schuerli	CH		8	Europe/Zurich	47.39841	8.91106				ZH	108	297	
6294083	Kohlwies	kohlwies	CH		9	Europe/Zurich	47.39954	8.91374				ZH	108	297	
6294084	Aespen	aespen	CH		8	Europe/Zurich	47.39722	8.91632				ZH	108	297	
6294085	Ziegelhus	ziegelhus	CH		2	Europe/Zurich	47.39855	8.9208				ZH	108	297	
6294087	Zapfen	zapfen	CH		5	Europe/Zurich	47.39613	8.92061				ZH	108	297	
6294088	Batzenegg	batzenegg	CH		0	Europe/Zurich	47.39517	8.92388				ZH	108	297	
6294090	Wolfen	wolfen	CH		2	Europe/Zurich	47.39505	8.92676				ZH	108	297	
6294091	Gerster	gerster	CH		4	Europe/Zurich	47.39141	8.92675				ZH	108	297	
6294092	Kohlboden	kohlboden	CH		2	Europe/Zurich	47.39178	8.93003				ZH	108	297	
6294095	Ruchwies	ruchwies	CH		4	Europe/Zurich	47.38949	8.89026				ZH	108	297	
6294096	Vordertobel	vordertobel	CH		10	Europe/Zurich	47.38942	8.89292				ZH	108	297	
6294097	Bauegg	bauegg	CH		8	Europe/Zurich	47.38569	8.89881				ZH	108	297	
6294099	Steinshof	steinshof	CH		15	Europe/Zurich	47.39105	8.9056				ZH	108	297	
6294100	Hinterberg	hinterberg	CH		6	Europe/Zurich	47.38901	8.90619				ZH	108	297	
6294101	Sunnebad	sunnebad	CH		6	Europe/Zurich	47.3884	8.90281				ZH	108	297	
6294103	Rossweid	rossweid	CH		7	Europe/Zurich	47.38644	8.91432				ZH	108	297	
6294105	Rietli	rietli	CH		6	Europe/Zurich	47.39093	8.91747				ZH	108	297	
6294106	Steig	steig	CH		11	Europe/Zurich	47.38553	8.91618				ZH	108	297	
6294107	Hintere Rossweid	hintere-rossweid	CH		10	Europe/Zurich	47.38501	8.91875				ZH	108	297	
6294108	Langfurri	langfurri	CH		2	Europe/Zurich	47.3832	8.91615				ZH	108	297	
6294109	Wies	wies	CH		2	Europe/Zurich	47.38434	8.92159				ZH	108	297	
6294110	Ebni	ebni	CH		4	Europe/Zurich	47.38293	8.92591				ZH	108	297	
6294111	Tiefmoos	tiefmoos	CH		11	Europe/Zurich	47.38557	8.92726				ZH	108	297	
6294113	Aeberliswald	aeberliswald	CH		10	Europe/Zurich	47.38228	8.90498				ZH	108	297	
6294114	Höchstock	hoechstock	CH		1	Europe/Zurich	47.37885	8.91052				ZH	108	297	
6294115	Gfell	gfell	CH		47	Europe/Zurich	47.38216	8.93345				ZH	108	297	
6294117	Obergfell	obergfell	CH		9	Europe/Zurich	47.38144	8.93807				ZH	108	297	
6294119	Wolfenzädel	wolfenzaedel	CH		3	Europe/Zurich	47.38699	8.92205				ZH	108	297	
6294120	Obere Langfurri	obere-langfurri	CH		3	Europe/Zurich	47.38153	8.91523				ZH	108	297	
6294121	Rietrüti	rietrueti	CH		3	Europe/Zurich	47.38362	8.91396				ZH	108	297	
6294122	Hintertobel	hintertobel	CH		3	Europe/Zurich	47.38687	8.89745				ZH	108	297	
6294123	Untere Bruechegg	untere-bruechegg	CH		6	Europe/Zurich	47.3943	8.91752				ZH	108	297	
6294131	Lettenboden	lettenboden	CH		0	Europe/Zurich	47.37922	8.91715				ZH	108	297	
6294134	Schwändi	schwaendi	CH		28	Europe/Zurich	47.44795	8.78595				ZH	108	180	
6294137	Dettenried	dettenried	CH		108	Europe/Zurich	47.44086	8.77688				ZH	108	180	
6294141	Langächer	langaecher	CH		8	Europe/Zurich	47.43766	8.76533				ZH	108	180	
6294142	Maienbüel	maienbueel	CH		7	Europe/Zurich	47.437	8.76944				ZH	108	180	
6294144	Hänkirain	haenkirain	CH		5	Europe/Zurich	47.43717	8.77567				ZH	108	180	
6294145	Lindenberg	lindenberg	CH		3	Europe/Zurich	47.43383	8.77937				ZH	108	180	
6294147	Feld (bei Neschwil)	feld-bei-neschwil	CH		9	Europe/Zurich	47.4325	8.78742				ZH	108	180	
6294149	Hard	hard	CH		2	Europe/Zurich	47.42732	8.74714				ZH	108	180	
6294151	Farzel	farzel	CH		7	Europe/Zurich	47.4289	8.75572				ZH	108	180	
6294155	Lendikon	lendikon	CH		73	Europe/Zurich	47.42571	8.77934				ZH	108	180	
6294156	Leisibüel	leisibueel	CH		75	Europe/Zurich	47.42296	8.77761				ZH	108	180	
6294157	Sägel	saegel	CH		7	Europe/Zurich	47.42458	8.79909				ZH	108	180	
6294160	Hagenacher	hagenacher	CH		7	Europe/Zurich	47.41454	8.7644				ZH	108	180	
6294162	Tarain	tarain	CH		4	Europe/Zurich	47.42769	8.78339				ZH	108	180	
6294163	Loch	loch	CH		19	Europe/Zurich	47.4128	8.83874				ZH	108	181	
6294166	Rosenberg	rosenberg	CH		23	Europe/Zurich	47.42442	8.84266				ZH	108	181	
6294167	Ghöngg	ghoengg	CH		5	Europe/Zurich	47.41316	8.84326				ZH	108	181	
6294168	Wiesental	wiesental	CH		9	Europe/Zurich	47.4249	8.84886				ZH	108	181	
6294172	Säge	saege	CH		8	Europe/Zurich	47.41805	8.85344				ZH	108	181	
6294173	Strick	strick	CH		7	Europe/Zurich	47.41677	8.85316				ZH	108	181	
6294174	Jakobsbrunnen	jakobsbrunnen	CH		21	Europe/Zurich	47.41776	8.85558				ZH	108	181	
6294175	Vorder-Aegetswil	vorder-aegetswil	CH		22	Europe/Zurich	47.41932	8.85999				ZH	108	181	
6294176	Aegetswil	aegetswil	CH		9	Europe/Zurich	47.42014	8.8626				ZH	108	181	
6294179	Rosengarten	rosengarten	CH		8	Europe/Zurich	47.40954	8.85679				ZH	108	181	
6294180	Sengi	sengi	CH		6	Europe/Zurich	47.40755	8.85792				ZH	108	181	
6294183	Pfaffenberg	pfaffenberg	CH		9	Europe/Zurich	47.40586	8.86499				ZH	108	181	
6294185	Brenggau	brenggau	CH		8	Europe/Zurich	47.40877	8.87349				ZH	108	181	
6294186	Hinzenberg	hinzenberg	CH		9	Europe/Zurich	47.40223	8.87239				ZH	108	181	
6294187	Ottenhub	ottenhub	CH		14	Europe/Zurich	47.40391	8.8795				ZH	108	181	
6294188	Vorder-Auli	vorder-auli	CH		5	Europe/Zurich	47.40994	8.88199				ZH	108	181	
6294189	Hinter-Auli	hinter-auli	CH		6	Europe/Zurich	47.40921	8.88381				ZH	108	181	
6294192	Bogenhaus	bogenhaus	CH		5	Europe/Zurich	47.40114	8.90132				ZH	108	181	
6294196	Schuppis	schuppis	CH		21	Europe/Zurich	47.3995	8.86909				ZH	108	181	
6294199	Manzenhub	manzenhub	CH		22	Europe/Zurich	47.39543	8.87637				ZH	108	181	
6294207	Schöngut	schoengut	CH		1	Europe/Zurich	47.42582	8.80911				ZH	108	182	
6294212	Freudenberg	freudenberg	CH		10	Europe/Zurich	47.42598	8.83332				ZH	108	182	
6294214	Steinland	steinland	CH		11	Europe/Zurich	47.4122	8.80949				ZH	108	182	
6294215	Untere Luegeten	untere-luegeten	CH		8	Europe/Zurich	47.41865	8.8199				ZH	108	182	
6294216	Obere Luegeten	obere-luegeten	CH		2	Europe/Zurich	47.41556	8.8226				ZH	108	182	
6294220	Neuhof	neuhof	CH		9	Europe/Zurich	47.40995	8.82648				ZH	108	182	
6294221	Schöntal	schoental	CH		5	Europe/Zurich	47.40414	8.83569				ZH	108	182	
6294223	Sonnenberg	sonnenberg	CH		6	Europe/Zurich	47.39747	8.84423				ZH	108	182	
6294224	Breite	breite	CH		24	Europe/Zurich	47.39965	8.8516				ZH	108	182	
6294225	Frohwies	frohwies	CH		3	Europe/Zurich	47.39748	8.85199				ZH	108	182	
6294227	Forholz	forholz	CH		0	Europe/Zurich	47.41877	8.81413				ZH	108	182	
6294232	Stettbach	stettbach	CH		227	Europe/Zurich	47.39437	8.59294				ZH	109	191	
6294233	Chämmeten	chaemmeten	CH		11	Europe/Zurich	47.38918	8.59691				ZH	109	191	
6294234	Waldegg	waldegg	CH		7	Europe/Zurich	47.3912	8.5989				ZH	109	191	
6294235	Dübendorf / Schönau	duebendorf-schoenau	CH		11	Europe/Zurich	47.39397	8.59924		Schoenau,Schönau		ZH	109	191	
6294236	Dübendorf / Stettbach-Industrie	duebendorf-stettbach-industrie	CH		23	Europe/Zurich	47.39552	8.60003		Stettbach-Industrie		ZH	109	191	
6294237	Dübendorf / Am Stadtrand	duebendorf-am-stadtrand	CH		153	Europe/Zurich	47.39872	8.59905		Am Stadtrand		ZH	109	191	
6294238	Dübendorf / Hochbord	duebendorf-hochbord	CH		36	Europe/Zurich	47.39905	8.60263		Hochbord		ZH	109	191	
6294241	Dübendorf / Neugut	duebendorf-neugut	CH		172	Europe/Zurich	47.4031	8.60255		Neugut		ZH	109	191	
6294242	Dübendorf / Ortstallwisen	duebendorf-ortstallwisen	CH		9	Europe/Zurich	47.40429	8.60705		Ortstallwisen		ZH	109	191	
6294243	Dübendorf / EMPA-EAWAG	duebendorf-empa-eawag	CH		14	Europe/Zurich	47.40311	8.61246		EMPA-EAWAG		ZH	109	191	
6294244	Dübendorf / Im Huebwisen	duebendorf-im-huebwisen	CH		367	Europe/Zurich	47.40139	8.61635		Im Huebwisen		ZH	109	191	
6294248	Dübendorf / Neugutstrasse	duebendorf-neugutstrasse	CH		7	Europe/Zurich	47.40012	8.60949		Neugutstrasse		ZH	109	191	
6294249	Dübendorf / Birchlen	duebendorf-birchlen	CH		851	Europe/Zurich	47.39853	8.6096		Birchlen		ZH	109	191	
6294250	Dübendorf / Rietwiesenstrasse	duebendorf-rietwiesenstrasse	CH		14	Europe/Zurich	47.39919	8.60604		Rietwiesenstrasse		ZH	109	191	
6294251	Dübendorf / Sonnental	duebendorf-sonnental	CH		70	Europe/Zurich	47.39643	8.60513		Sonnental		ZH	109	191	
6294252	Dübendorf / Heugatterstrasse	duebendorf-heugatterstrasse	CH		799	Europe/Zurich	47.39681	8.60976		Heugatterstrasse		ZH	109	191	
6294253	Dübendorf / Meiershofstrasse	duebendorf-meiershofstrasse	CH		583	Europe/Zurich	47.39825	8.61458		Meiershofstrasse		ZH	109	191	
6294254	Dübendorf / Chilbiplatz	duebendorf-chilbiplatz	CH		310	Europe/Zurich	47.39602	8.61578		Chilbiplatz		ZH	109	191	
6294255	Dübendorf / Vogelquartier	duebendorf-vogelquartier	CH		1391	Europe/Zurich	47.39502	8.61184		Vogelquartier		ZH	109	191	
6294256	Dübendorf / Zipartenstrasse	duebendorf-zipartenstrasse	CH		488	Europe/Zurich	47.39522	8.60614		Zipartenstrasse		ZH	109	191	
6294257	Dübendorf / Wasserfurren	duebendorf-wasserfurren	CH		1060	Europe/Zurich	47.39352	8.6085		Wasserfurren		ZH	109	191	
6294258	Dübendorf / Höglerstrasse	duebendorf-hoeglerstrasse	CH		360	Europe/Zurich	47.3895	8.61412		Hoeglerstrasse,Höglerstrasse		ZH	109	191	
6294260	Dübendorf / Schulhaus Wil	duebendorf-schulhaus-wil	CH		16	Europe/Zurich	47.38831	8.61447		Schulhaus Wil		ZH	109	191	
6294261	Fallmen	fallmen	CH		57	Europe/Zurich	47.38629	8.61303				ZH	109	191	
6294262	Dübendorf / Chürzi	duebendorf-chuerzi	CH		200	Europe/Zurich	47.38853	8.61753		Chuerzi,Chürzi		ZH	109	191	
6294263	Dübendorf / Alterszentrum	duebendorf-alterszentrum	CH		196	Europe/Zurich	47.3874	8.61983		Alterszentrum		ZH	109	191	
6294264	Dübendorf / Kreuzbühl	duebendorf-kreuzbuehl	CH		277	Europe/Zurich	47.3876	8.62292		Kreuzbuehl,Kreuzbühl		ZH	109	191	
6294265	Dübendorf / Im Winkel	duebendorf-im-winkel	CH		276	Europe/Zurich	47.38892	8.6199		Im Winkel		ZH	109	191	
6294266	Dübendorf / Wil	duebendorf-wil	CH		37	Europe/Zurich	47.39036	8.61874		Wil		ZH	109	191	
6294267	Dübendorf / Zelgli	duebendorf-zelgli	CH		787	Europe/Zurich	47.3933	8.6149		Zelgli		ZH	109	191	
6294268	Dübendorf / Neuhausstrasse	duebendorf-neuhausstrasse	CH		558	Europe/Zurich	47.39531	8.62046		Neuhausstrasse		ZH	109	191	
6294269	Dübendorf / Grüzenstrasse	duebendorf-gruezenstrasse	CH		538	Europe/Zurich	47.39263	8.61978		Gruezenstrasse,Grüzenstrasse		ZH	109	191	
6294270	Dübendorf / Oberdorf	duebendorf-oberdorf	CH		83	Europe/Zurich	47.39545	8.62368		Oberdorf		ZH	109	191	
6294271	Dübendorf / Oberdorfstrasse	duebendorf-oberdorfstrasse	CH		443	Europe/Zurich	47.3916	8.62199		Oberdorfstrasse		ZH	109	191	
6294274	Dübendorf / Frickenbuck	duebendorf-frickenbuck	CH		753	Europe/Zurich	47.39097	8.63155		Frickenbuck		ZH	109	191	
6294275	Dübendorf / Aesch	duebendorf-aesch	CH		732	Europe/Zurich	47.39491	8.62621		Aesch		ZH	109	191	
6294276	Dübendorf / Sonnenberg	duebendorf-sonnenberg	CH		1018	Europe/Zurich	47.39469	8.63162		Sonnenberg		ZH	109	191	
6294277	Dübendorf / Schörli	duebendorf-schoerli	CH		9	Europe/Zurich	47.39586	8.63337		Schoerli,Schörli		ZH	109	191	
6294279	Dübendorf / Im Schossacher	duebendorf-im-schossacher	CH		14	Europe/Zurich	47.39457	8.63943		Im Schossacher		ZH	109	191	
6294280	Dübendorf / Gfenn	duebendorf-gfenn	CH		720	Europe/Zurich	47.39272	8.64653		Gfenn		ZH	109	191	
6294281	Dübendorf / Schoren	duebendorf-schoren	CH		13	Europe/Zurich	47.39563	8.6438		Schoren		ZH	109	191	
6294285	Dübendorf / Kunklerstrasse	duebendorf-kunklerstrasse	CH		1284	Europe/Zurich	47.40109	8.62724		Kunklerstrasse		ZH	109	191	
6294287	Dübendorf / Il Faro	duebendorf-il-faro	CH		149	Europe/Zurich	47.40382	8.62801		Il Faro		ZH	109	191	
6294288	Dübendorf / Eglishölzli	duebendorf-eglishoelzli	CH		913	Europe/Zurich	47.40651	8.62826		Eglishoelzli,Eglishölzli		ZH	109	191	
6294289	Dübendorf / Libellenweg	duebendorf-libellenweg	CH		195	Europe/Zurich	47.40586	8.62374		Libellenweg		ZH	109	191	
6294290	Dübendorf / Kaserne	duebendorf-kaserne	CH		5	Europe/Zurich	47.40419	8.6234		Kaserne		ZH	109	191	
6294291	Dübendorf / Stägenbuck	duebendorf-staegenbuck	CH		815	Europe/Zurich	47.40229	8.6228		Staegenbuck,Stägenbuck		ZH	109	191	
6294292	Dübendorf / Gumpisbühl	duebendorf-gumpisbuehl	CH		179	Europe/Zurich	47.40488	8.61828		Gumpisbuehl,Gumpisbühl		ZH	109	191	
6294293	Dübendorf / Im Zwinggarten	duebendorf-im-zwinggarten	CH		914	Europe/Zurich	47.40464	8.61599		Im Zwinggarten		ZH	109	191	
6294294	Dübendorf / Föhrlibuck	duebendorf-foehrlibuck	CH		277	Europe/Zurich	47.40694	8.6146		Foehrlibuck,Föhrlibuck		ZH	109	191	
6294295	Dübendorf / Grundstrasse	duebendorf-grundstrasse	CH		404	Europe/Zurich	47.40093	8.61889		Grundstrasse		ZH	109	191	
6294296	Dübendorf / Bahnhof-Süd	duebendorf-bahnhof-sued	CH		77	Europe/Zurich	47.39993	8.62331		Bahnhof-Sued,Bahnhof-Süd		ZH	109	191	
6294297	Dübendorf / Casinostrasse	duebendorf-casinostrasse	CH		107	Europe/Zurich	47.39841	8.62308		Casinostrasse		ZH	109	191	
6294298	Dübendorf / Glärnischstrasse	duebendorf-glaernischstrasse	CH		435	Europe/Zurich	47.39778	8.62609		Glaernischstrasse,Glärnischstrasse		ZH	109	191	
6294299	Dübendorf / Churfirstenstrasse	duebendorf-churfirstenstrasse	CH		143	Europe/Zurich	47.39717	8.62898		Churfirstenstrasse		ZH	109	191	
6294300	Dübendorf / Strehlgasse	duebendorf-strehlgasse	CH		144	Europe/Zurich	47.39759	8.62151		Strehlgasse		ZH	109	191	
6294301	Dübendorf / Mettlen	duebendorf-mettlen	CH		96	Europe/Zurich	47.3992	8.61859		Mettlen		ZH	109	191	
6294302	Dübendorf / Adlerstrasse	duebendorf-adlerstrasse	CH		111	Europe/Zurich	47.39765	8.6169		Adlerstrasse		ZH	109	191	
6294303	Dübendorf / Bahnhofstrasse	duebendorf-bahnhofstrasse	CH		113	Europe/Zurich	47.39778	8.61935		Bahnhofstrasse		ZH	109	191	
6294304	Dübendorf / Städtli	duebendorf-staedtli	CH		128	Europe/Zurich	47.39632	8.61824		Staedtli,Städtli		ZH	109	191	
6294305	Gockhausen / Meisenrain	gockhausen-meisenrain	CH		598	Europe/Zurich	47.38418	8.59615		Meisenrain		ZH	109	191	
6294306	Gockhausen / Langstuck	gockhausen-langstuck	CH		350	Europe/Zurich	47.38063	8.59582		Langstuck		ZH	109	191	
6294307	Gockhausen / Geerenacher	gockhausen-geerenacher	CH		329	Europe/Zurich	47.38144	8.60156		Geerenacher		ZH	109	191	
6294308	Gockhausen / Tobelacher	gockhausen-tobelacher	CH		134	Europe/Zurich	47.37766	8.6056		Tobelacher		ZH	109	191	
6294309	Geeren	geeren	CH		25	Europe/Zurich	47.37594	8.60784				ZH	109	191	
6294310	Dübelstein	duebelstein	CH		14	Europe/Zurich	47.37908	8.61619				ZH	109	191	
6294311	Schlossbreiti	schlossbreiti	CH		4	Europe/Zurich	47.38199	8.6173				ZH	109	191	
6294312	Loren	loren	CH		12	Europe/Zurich	47.38552	8.61887				ZH	109	191	
6294315	Hermikon / Hermikon-Süd	hermikon-hermikon-sued	CH		14	Europe/Zurich	47.38283	8.63568		Hermikon-Sued,Hermikon-Süd		ZH	109	191	
6294316	Hermikon / Hermikon-Nord	hermikon-hermikon-nord	CH		36	Europe/Zurich	47.38511	8.6371		Hermikon-Nord		ZH	109	191	
6294320	Neuhus (bei Hinteregg)	neuhus-bei-hinteregg	CH		103	Europe/Zurich	47.31329	8.67276				ZH	109	192	
6294321	Bonacher	bonacher	CH		3	Europe/Zurich	47.31188	8.67359				ZH	109	192	
6294322	Stifelacher	stifelacher	CH		7	Europe/Zurich	47.31436	8.67503				ZH	109	192	
6294323	Eichholz	eichholz	CH		22	Europe/Zurich	47.31329	8.67787				ZH	109	192	
6294324	Stifelwis	stifelwis	CH		70	Europe/Zurich	47.31056	8.677				ZH	109	192	
6294325	Güetli	gueetli	CH		4	Europe/Zurich	47.31135	8.68009				ZH	109	192	
6294327	Ober Halden	ober-halden	CH		85	Europe/Zurich	47.3113	8.68904				ZH	109	192	
6294328	Eggbüel	eggbueel	CH		4	Europe/Zurich	47.30953	8.68967				ZH	109	192	
6294329	Unter Halden	unter-halden	CH		18	Europe/Zurich	47.31286	8.69442				ZH	109	192	
6294330	Rällikon	raellikon	CH		25	Europe/Zurich	47.31677	8.69848				ZH	109	192	
6294332	Vorder-Guldenen	vorder-guldenen	CH		18	Europe/Zurich	47.30524	8.66126				ZH	109	192	
6294333	Bollerrain	bollerrain	CH		14	Europe/Zurich	47.30563	8.67553				ZH	109	192	
6294334	Bächelacher	baechelacher	CH		4	Europe/Zurich	47.30799	8.67669				ZH	109	192	
6294336	Maienrain	maienrain	CH		9	Europe/Zurich	47.30428	8.67874				ZH	109	192	
6294338	Hostig	hostig	CH		10	Europe/Zurich	47.30862	8.69473				ZH	109	192	
6294339	Haslen	haslen	CH		14	Europe/Zurich	47.30203	8.67631				ZH	109	192	
6294341	Lätten	laetten	CH		19	Europe/Zurich	47.30192	8.69835				ZH	109	192	
6294342	Lesirain	lesirain	CH		10	Europe/Zurich	47.29959	8.70034				ZH	109	192	
6294343	Rotblatt	rotblatt	CH		18	Europe/Zurich	47.29942	8.71398				ZH	109	192	
6294344	Sagenacher	sagenacher	CH		7	Europe/Zurich	47.30084	8.70273				ZH	109	192	
6294346	Sandgrueb	sandgrueb	CH		6	Europe/Zurich	47.30372	8.70409				ZH	109	192	
6294349	Ellenwis	ellenwis	CH		12	Europe/Zurich	47.29761	8.71186				ZH	109	192	
6294351	Oberschaubigen	oberschaubigen	CH		5	Europe/Zurich	47.29353	8.67477				ZH	109	192	
6294352	Schaubigen	schaubigen	CH		13	Europe/Zurich	47.29025	8.68002				ZH	109	192	
6294354	Vorderer-Radrain	vorderer-radrain	CH		3	Europe/Zurich	47.29279	8.68403				ZH	109	192	
6294355	Husacher	husacher	CH		4	Europe/Zurich	47.2927	8.68678				ZH	109	192	
6294356	Zelg	zelg	CH		6	Europe/Zurich	47.29307	8.69114				ZH	109	192	
6294359	Inner-Vollikon	inner-vollikon	CH		33	Europe/Zurich	47.28913	8.69517				ZH	109	192	
6294360	Lee	lee	CH		76	Europe/Zurich	47.29222	8.69724				ZH	109	192	
6294361	Ämet	aemet	CH		33	Europe/Zurich	47.29287	8.70344				ZH	109	192	
6294363	Leihalden	leihalden	CH		16	Europe/Zurich	47.29367	8.70752				ZH	109	192	
6294365	Leihalde	leihalde	CH		11	Europe/Zurich	47.2919	8.70603				ZH	109	192	
6294366	Im mittleren Ämet	im-mittleren-aemet	CH		11	Europe/Zurich	47.28994	8.70402				ZH	109	192	
6294368	Im usseren Ämet	im-usseren-aemet	CH		7	Europe/Zurich	47.28725	8.70406				ZH	109	192	
6294369	Loo	loo	CH		88	Europe/Zurich	47.29247	8.71374				ZH	109	192	
6294372	Niederesslingen	niederesslingen	CH		25	Europe/Zurich	47.2926	8.71794				ZH	109	192	
6294373	Lieburg	lieburg	CH		18	Europe/Zurich	47.29657	8.71982				ZH	109	192	
6294374	Hottental	hottental	CH		3	Europe/Zurich	47.29607	8.72443				ZH	109	192	
6294375	Lurweid	lurweid	CH		9	Europe/Zurich	47.2905	8.72826				ZH	109	192	
6294376	Rohr	rohr	CH		17	Europe/Zurich	47.28749	8.73302				ZH	109	192	
6294377	Usser-Vollikon	usser-vollikon	CH		51	Europe/Zurich	47.28327	8.69843				ZH	109	192	
6294379	Sunnenberg	sunnenberg	CH		13	Europe/Zurich	47.27843	8.69955				ZH	109	192	
6294381	Unterneuhus	unterneuhus	CH		7	Europe/Zurich	47.2837	8.7053				ZH	109	192	
6294382	Wolfenriet	wolfenriet	CH		13	Europe/Zurich	47.2796	8.70817				ZH	109	192	
6294385	Lindenhof	lindenhof	CH		4	Europe/Zurich	47.30428	8.68272				ZH	109	192	
6294386	Morglen	morglen	CH		6	Europe/Zurich	47.38121	8.62853				ZH	109	193	
6294387	Bollenrüti	bollenrueti	CH		11	Europe/Zurich	47.37718	8.62574				ZH	109	193	
6294388	Schärler	schaerler	CH		9	Europe/Zurich	47.37625	8.62903				ZH	109	193	
6294389	Zelg	zelg	CH		8	Europe/Zurich	47.3771	8.63108				ZH	109	193	
6294390	Bruggacher	bruggacher	CH		12	Europe/Zurich	47.37482	8.63258				ZH	109	193	
6294391	Zil	zil	CH		8	Europe/Zurich	47.37335	8.63501				ZH	109	193	
6294392	Industriestrasse	industriestrasse	CH		43	Europe/Zurich	47.37726	8.64296				ZH	109	193	
6294393	Geren	geren	CH		23	Europe/Zurich	47.37424	8.64385				ZH	109	193	
6294394	Mülibächli	muelibaechli	CH		11	Europe/Zurich	47.36932	8.63199				ZH	109	193	
6294395	Bergstrasse	bergstrasse	CH		59	Europe/Zurich	47.36768	8.63886				ZH	109	193	
6294397	Neuhaus	neuhaus	CH		237	Europe/Zurich	47.36776	8.64687				ZH	109	193	
6294398	Langäri	langaeri	CH		181	Europe/Zurich	47.36629	8.64425				ZH	109	193	
6294404	Schönau	schoenau	CH		3	Europe/Zurich	47.36703	8.63281				ZH	109	193	
6294410	Greifensee / Ocht	greifensee-ocht	CH		980	Europe/Zurich	47.37341	8.6773		Ocht		ZH	109	194	
6294411	Greifensee / Müllerwis / Seilerwis	greifensee-muellerwis-seilerwis	CH		1064	Europe/Zurich	47.37042	8.68151		Muellerwis / Seilerwis,Müllerwis / Seilerwis		ZH	109	194	
6294412	Greifensee / Grafenwis	greifensee-grafenwis	CH		126	Europe/Zurich	47.36952	8.67863		Grafenwis		ZH	109	194	
6294413	Greifensee / Baumgarten-Sandbüel	greifensee-baumgarten-sandbueel	CH		140	Europe/Zurich	47.37133	8.67544		Baumgarten-Sandbueel,Baumgarten-Sandbüel		ZH	109	194	
6294414	Greifensee / Sandacher	greifensee-sandacher	CH		242	Europe/Zurich	47.37096	8.67834		Sandacher		ZH	109	194	
6294415	Greifensee / Meierwis	greifensee-meierwis	CH		75	Europe/Zurich	47.36931	8.67744		Meierwis		ZH	109	194	
6294416	Greifensee / Ladenzentrum Stationsstrasse	greifensee-ladenzentrum-stationsstrasse	CH		102	Europe/Zurich	47.36809	8.68052		Ladenzentrum Stationsstrasse		ZH	109	194	
6294417	Greifensee / Breiti	greifensee-breiti	CH		100	Europe/Zurich	47.36674	8.67702		Breiti		ZH	109	194	
6294418	Greifensee / Mettmen	greifensee-mettmen	CH		419	Europe/Zurich	47.36644	8.68164		Mettmen		ZH	109	194	
6294419	Greifensee / Schloss / Städtli	greifensee-schloss-staedtli	CH		60	Europe/Zurich	47.36468	8.67579		Schloss / Staedtli,Schloss / Städtli		ZH	109	194	
6294420	Greifensee / Seestrasse / Dorfstrasse	greifensee-seestrasse-dorfstrasse	CH		54	Europe/Zurich	47.36403	8.67867		Seestrasse / Dorfstrasse		ZH	109	194	
6294421	Greifensee / Hof	greifensee-hof	CH		111	Europe/Zurich	47.36533	8.67986		Hof		ZH	109	194	
6294422	Greifensee / Langacher	greifensee-langacher	CH		205	Europe/Zurich	47.36604	8.68484		Langacher		ZH	109	194	
6294423	Greifensee / Wildsbergstrasse / Tumigerstrasse	greifensee-wildsbergstrasse-tumigerstrasse	CH		73	Europe/Zurich	47.36398	8.68552		Wildsbergstrasse / Tumigerstrasse		ZH	109	194	
6294424	Greifensee / Säge	greifensee-saege	CH		55	Europe/Zurich	47.36512	8.68726		Saege,Säge		ZH	109	194	
6294425	Greifensee / Pfisterhölzli	greifensee-pfisterhoelzli	CH		1135	Europe/Zurich	47.3643	8.68979		Pfisterhoelzli,Pfisterhölzli		ZH	109	194	
6294426	Greifensee / Tumigerstrasse	greifensee-tumigerstrasse	CH		91	Europe/Zurich	47.36221	8.68992		Tumigerstrasse		ZH	109	194	
6294429	Furen	furen	CH		1	Europe/Zurich	47.36802	8.67264				ZH	109	194	
6294430	Wildsberg	wildsberg	CH		122	Europe/Zurich	47.35901	8.6914				ZH	109	194	
6294431	Spitz	spitz	CH		13	Europe/Zurich	47.35563	8.69277				ZH	109	194	
6294433	Halde	halde	CH		122	Europe/Zurich	47.35397	8.63585				ZH	109	195	
6294434	Ebmatingen / Gerstacher	ebmatingen-gerstacher	CH		119	Europe/Zurich	47.35152	8.63634		Gerstacher		ZH	109	195	
6294435	Ebmatingen / Rain	ebmatingen-rain	CH		140	Europe/Zurich	47.34915	8.63652		Rain		ZH	109	195	
6294436	Ebmatingen / Bergwisen	ebmatingen-bergwisen	CH		192	Europe/Zurich	47.34758	8.63908		Bergwisen		ZH	109	195	
6294437	Ebmatingen / Bachtobel	ebmatingen-bachtobel	CH		782	Europe/Zurich	47.35243	8.64107				ZH	109	195	
6294438	Ebmatingen / Lebern	ebmatingen-lebern	CH		571	Europe/Zurich	47.34868	8.64229		Lebern		ZH	109	195	
6294439	Ebmatingen / Chalen	ebmatingen-chalen	CH		78	Europe/Zurich	47.34637	8.64129		Chalen		ZH	109	195	
6294440	Ebmatingen / Rainholz	ebmatingen-rainholz	CH		396	Europe/Zurich	47.35332	8.64432		Rainholz		ZH	109	195	
6294441	Maur / Regenbogen	maur-regenbogen	CH		57	Europe/Zurich	47.34177	8.66328		Regenbogen		ZH	109	195	
6294442	Maur / Hubrain	maur-hubrain	CH		128	Europe/Zurich	47.33919	8.66511		Hubrain		ZH	109	195	
6294443	Maur / Chaibler	maur-chaibler	CH		122	Europe/Zurich	47.33894	8.67495		Chaibler		ZH	109	195	
6294444	Wassberg	wassberg	CH		32	Europe/Zurich	47.33308	8.6499				ZH	109	195	
6294445	Bunt	bunt	CH		80	Europe/Zurich	47.32947	8.64873				ZH	109	195	
6294446	Aesch	aesch	CH		1717	Europe/Zurich	47.3297	8.6541				ZH	109	195	
6294447	Eggenberg	eggenberg	CH		76	Europe/Zurich	47.33228	8.6572				ZH	109	195	
6294451	Stuelen	stuelen	CH		43	Europe/Zurich	47.35691	8.64819				ZH	109	195	
6294452	Wolfgalgen	wolfgalgen	CH		10	Europe/Zurich	47.34981	8.6473				ZH	109	195	
6294453	Aschbach	aschbach	CH		14	Europe/Zurich	47.35245	8.66131				ZH	109	195	
6294455	Süssplätz	suessplaetz	CH		7	Europe/Zurich	47.34721	8.63306				ZH	109	195	
6294456	Rüti	rueti	CH		5	Europe/Zurich	47.34367	8.65277				ZH	109	195	
6294457	Looren	looren	CH		21	Europe/Zurich	47.34035	8.65293				ZH	109	195	
6294458	Wölfern	woelfern	CH		3	Europe/Zurich	47.34222	8.65648				ZH	109	195	
6294459	Platte	platte	CH		20	Europe/Zurich	47.34356	8.65904				ZH	109	195	
6294461	Brügglen	bruegglen	CH		8	Europe/Zurich	47.34614	8.66354				ZH	109	195	
6294462	Berg	berg	CH		14	Europe/Zurich	47.34427	8.66254				ZH	109	195	
6294464	Schifflände	schifflaende	CH		8	Europe/Zurich	47.34019	8.67818				ZH	109	195	
6294466	Kreuzbühl	kreuzbuehl	CH		9	Europe/Zurich	47.33619	8.67275				ZH	109	195	
6294469	Guldenenstrasse	guldenenstrasse	CH		45	Europe/Zurich	47.32246	8.65532				ZH	109	195	
6294471	Hell	hell	CH		8	Europe/Zurich	47.32457	8.66757				ZH	109	195	
6294472	Hintere Wannwis	hintere-wannwis	CH		21	Europe/Zurich	47.32173	8.66883				ZH	109	195	
6294473	Bachlen	bachlen	CH		6	Europe/Zurich	47.32266	8.67778				ZH	109	195	
6294474	Steindrüsen	steindruesen	CH		13	Europe/Zurich	47.33114	8.68095				ZH	109	195	
6294476	Uessikon	uessikon	CH		55	Europe/Zurich	47.32547	8.68413				ZH	109	195	
6294478	Stiefelacher	stiefelacher	CH		5	Europe/Zurich	47.3182	8.66412				ZH	109	195	
6294479	Heuberg	heuberg	CH		13	Europe/Zurich	47.31603	8.66737				ZH	109	195	
6294480	Vordere Wannwis	vordere-wannwis	CH		17	Europe/Zurich	47.31908	8.67075				ZH	109	195	
6294481	Neugut	neugut	CH		17	Europe/Zurich	47.31676	8.68326				ZH	109	195	
6294482	Grueben	grueben	CH		4	Europe/Zurich	47.31931	8.68531				ZH	109	195	
6294483	Letzi	letzi	CH		13	Europe/Zurich	47.32083	8.69073				ZH	109	195	
6294484	Rossweid	rossweid	CH		0	Europe/Zurich	47.34851	8.65911				ZH	109	195	
6294491	Mönchaltorf / Dorf	moenchaltorf-dorf	CH		1077	Europe/Zurich	47.30401	8.72211		Dorf		ZH	109	196	
6294492	Mönchaltorf / Hohfurren	moenchaltorf-hohfurren	CH		534	Europe/Zurich	47.31536	8.71828		Hohfurren		ZH	109	196	
6294493	Mönchaltorf / Bruggächer	moenchaltorf-bruggaecher	CH		493	Europe/Zurich	47.31178	8.71653		Bruggaecher,Bruggächer		ZH	109	196	
6294494	Mönchaltorf / Schwerzisteg	moenchaltorf-schwerzisteg	CH		5	Europe/Zurich	47.31076	8.72694		Schwerzisteg		ZH	109	196	
6294496	Mönchaltorf / Heugarten	moenchaltorf-heugarten	CH		356	Europe/Zurich	47.30876	8.72693		Heugarten		ZH	109	196	
6294497	Mönchaltorf / Rietwis	moenchaltorf-rietwis	CH		314	Europe/Zurich	47.30676	8.71626		Rietwis		ZH	109	196	
6294498	Wüeri	wueeri	CH		28	Europe/Zurich	47.32439	8.73558				ZH	109	196	
6294499	Breitacher	breitacher	CH		9	Europe/Zurich	47.32189	8.72638				ZH	109	196	
6294500	Lindhof	lindhof	CH		56	Europe/Zurich	47.3187	8.73892				ZH	109	196	
6294504	Lindenmatt	lindenmatt	CH		8	Europe/Zurich	47.318	8.73356				ZH	109	196	
6294507	Widenriet	widenriet	CH		4	Europe/Zurich	47.31589	8.7216				ZH	109	196	
6294509	Chilchli	chilchli	CH		4	Europe/Zurich	47.31498	8.72919				ZH	109	196	
6294510	Hänsler	haensler	CH		7	Europe/Zurich	47.31532	8.73174				ZH	109	196	
6294513	Weid	weid	CH		6	Europe/Zurich	47.30962	8.70426				ZH	109	196	
6294516	Buchholz	buchholz	CH		5	Europe/Zurich	47.30646	8.72786				ZH	109	196	
6294518	Heidihof	heidihof	CH		3	Europe/Zurich	47.30458	8.7284				ZH	109	196	
6294519	Wihalden	wihalden	CH		40	Europe/Zurich	47.30259	8.7199				ZH	109	196	
6294520	Himendal	himendal	CH		4	Europe/Zurich	47.30157	8.71708				ZH	109	196	
6294521	Unterer Brand	unterer-brand	CH		36	Europe/Zurich	47.30005	8.73302				ZH	109	196	
6294523	Burg	burg	CH		16	Europe/Zurich	47.29948	8.72582				ZH	109	196	
6294524	Oberer Brand	oberer-brand	CH		13	Europe/Zurich	47.29818	8.73432				ZH	109	196	
6294528	Gibel	gibel	CH		5	Europe/Zurich	47.33455	8.75436				ZH	109	196	
6294529	Heusberg	heusberg	CH		40	Europe/Zurich	47.32885	8.75997				ZH	109	196	
6294531	Schwerzenbach / Chimli	schwerzenbach-chimli	CH		1020	Europe/Zurich	47.38592	8.65888		Chimli		ZH	109	197	
6294532	Schwerzenbach / Blatten	schwerzenbach-blatten	CH		1078	Europe/Zurich	47.38308	8.64954		Blatten		ZH	109	197	
6294533	Schwerzenbach / Zilacher	schwerzenbach-zilacher	CH		341	Europe/Zurich	47.38327	8.65425		Zilacher		ZH	109	197	
6294534	Schwerzenbach / Chropfacher	schwerzenbach-chropfacher	CH		699	Europe/Zurich	47.38387	8.65677		Chropfacher		ZH	109	197	
6294535	Schwerzenbach / Widacher	schwerzenbach-widacher	CH		504	Europe/Zurich	47.38151	8.65748		Widacher		ZH	109	197	
6294536	Schwerzenbach / Zimikerriet/Guntenbachstr.	schwerzenbach-zimikerriet-guntenbachstr	CH		4	Europe/Zurich	47.38058	8.66406		Zimikerriet/Guntenbachstr.		ZH	109	197	
6294537	Schwerzenbach / Zimikerriet	schwerzenbach-zimikerriet	CH		187	Europe/Zurich	47.38011	8.66066		Zimikerriet		ZH	109	197	
6294538	Schwerzenbach / Juch	schwerzenbach-juch	CH		347	Europe/Zurich	47.37866	8.65649		Juch		ZH	109	197	
6294539	Heidenried	heidenried	CH		7	Europe/Zurich	47.39197	8.65056				ZH	109	197	
6294540	Eichhof	eichhof	CH		7	Europe/Zurich	47.39022	8.65584				ZH	109	197	
6294542	Hanfländer	hanflaender	CH		4	Europe/Zurich	47.38746	8.65109				ZH	109	197	
6294546	Holzacker	holzacker	CH		4	Europe/Zurich	47.37545	8.66603				ZH	109	197	
6294547	Uster / Kirch-Uster	uster-kirch-uster	CH		10428	Europe/Zurich	47.34579	8.71839		Kirch-Uster		ZH	109	198	
6294548	Uster / Nieder-Uster	uster-nieder-uster	CH		4128	Europe/Zurich	47.34743	8.70088		Nieder-Uster,Niederuster		ZH	109	198	
6294549	Uster / Gschwader	uster-gschwader	CH		1763	Europe/Zurich	47.36016	8.7139		Gschwader		ZH	109	198	
6294550	Uster / Ober-Uster	uster-ober-uster	CH		5100	Europe/Zurich	47.34874	8.73319		Ober-Uster		ZH	109	198	
6294551	Uster / Nossikon	uster-nossikon	CH		1433	Europe/Zurich	47.34088	8.72555		Nossikon		ZH	109	198	
6294552	Uster / Kreidenbühl	uster-kreidenbuehl	CH		427	Europe/Zurich	47.33976	8.73356		Kreidenbuehl,Kreidenbühl		ZH	109	198	
6294554	Grossriet	grossriet	CH		10	Europe/Zurich	47.37408	8.68188				ZH	109	198	
6294555	Nänikon / Nänikon (Dorfkern)	naenikon-naenikon-dorfkern	CH		1178	Europe/Zurich	47.37099	8.69254		Naenikon (Dorfkern),Nänikon (Dorfkern)		ZH	109	198	
6294556	Tämbrig	taembrig	CH		1	Europe/Zurich	47.3649	8.70226				ZH	109	198	
6294557	Tumiger	tumiger	CH		27	Europe/Zurich	47.3629	8.69335				ZH	109	198	
6294558	Bösch	boesch	CH		12	Europe/Zurich	47.36164	8.69742				ZH	109	198	
6294559	Glattenried	glattenried	CH		2	Europe/Zurich	47.36147	8.70732				ZH	109	198	
6294560	Werrikon	werrikon	CH		95	Europe/Zurich	47.36212	8.70093				ZH	109	198	
6294567	Steinbruch (bei Werrikon)	steinbruch-bei-werrikon	CH		5	Europe/Zurich	47.35844	8.70183				ZH	109	198	
6294571	Hütten	huetten	CH		3	Europe/Zurich	47.33528	8.70808				ZH	109	198	
6294573	Hämmigächer	haemmigaecher	CH		37	Europe/Zurich	47.33608	8.71335				ZH	109	198	
6294575	Aegerstenried	aegerstenried	CH		0	Europe/Zurich	47.3333	8.72629				ZH	109	198	
6294577	Neufuhr	neufuhr	CH		7	Europe/Zurich	47.33506	8.73878				ZH	109	198	
6294579	Landgricht	landgricht	CH		2	Europe/Zurich	47.33715	8.74677				ZH	109	198	
6294581	Kies	kies	CH		6	Europe/Zurich	47.32632	8.71168				ZH	109	198	
6294582	Eicheracker	eicheracker	CH		14	Europe/Zurich	47.32674	8.7167				ZH	109	198	
6294585	Kluszelg	kluszelg	CH		1	Europe/Zurich	47.33242	8.74257				ZH	109	198	
6294588	Spitzacker	spitzacker	CH		6	Europe/Zurich	47.3286	8.75209				ZH	109	198	
6294589	Trimuelen	trimuelen	CH		7	Europe/Zurich	47.32461	8.74354				ZH	109	198	
6294590	Buechholz	buechholz	CH		7	Europe/Zurich	47.35948	8.72576				ZH	109	198	
6294592	Nänikon / Mettmenried	naenikon-mettmenried	CH		382	Europe/Zurich	47.36851	8.68533		Mettmenried		ZH	109	198	
6294594	Kindhausen / Kindhausen (Dorf)	kindhausen-kindhausen-dorf	CH		1107	Europe/Zurich	47.40644	8.68296		Kindhausen,Kindhausen (Dorf)		ZH	109	199	
6294596	Kindhausen / Gärtnerei Leimgruber	kindhausen-gaertnerei-leimgruber	CH		4	Europe/Zurich	47.40181	8.67929		Gaertnerei Leimgruber,Gärtnerei Leimgruber		ZH	109	199	
6294597	Volketswil / Langacher	volketswil-langacher	CH		10	Europe/Zurich	47.39996	8.68384		Langacher		ZH	109	199	
6294601	Volketswil / Neuhof	volketswil-neuhof	CH		2	Europe/Zurich	47.39892	8.69711		Neuhof		ZH	109	199	
6294604	Volketswil / Brugglen	volketswil-brugglen	CH		9	Europe/Zurich	47.39703	8.69507		Brugglen		ZH	109	199	
6294605	Hegnau / Sunnebüel-Eich	hegnau-sunnebueel-eich	CH		3250	Europe/Zurich	47.39246	8.6791		Sunnebueel-Eich,Sunnebüel-Eich		ZH	109	199	
6294607	Hegnau / Gfenn	hegnau-gfenn	CH		18	Europe/Zurich	47.39405	8.65594		Gfenn		ZH	109	199	
6294608	Hegnau / Oetenbüel	hegnau-oetenbueel	CH		101	Europe/Zurich	47.39255	8.66514		Oetenbueel,Oetenbüel		ZH	109	199	
6294610	Hegnau / Maiacher	hegnau-maiacher	CH		116	Europe/Zurich	47.39174	8.66179		Maiacher		ZH	109	199	
6294612	Hegnau / Alt-Hegnau	hegnau-alt-hegnau	CH		703	Europe/Zurich	47.38877	8.67482		Alt-Hegnau		ZH	109	199	
6294614	Hegnau / Dammboden-Grindel	hegnau-dammboden-grindel	CH		2817	Europe/Zurich	47.38713	8.66657		Dammboden-Grindel		ZH	109	199	
6294615	Hegnau / Im Zentrum	hegnau-im-zentrum	CH		942	Europe/Zurich	47.38722	8.68079		Im Zentrum		ZH	109	199	
6294618	Gutenswil / Pfäffikerstrasse	gutenswil-pfaeffikerstrasse	CH		15	Europe/Zurich	47.38627	8.70674		Pfaeffikerstrasse,Pfäffikerstrasse		ZH	109	199	
6294619	Zimikon / Chalberweidli	zimikon-chalberweidli	CH		12	Europe/Zurich	47.38534	8.67446		Chalberweidli		ZH	109	199	
6294620	Zimikon / Zimikon (Dorf)	zimikon-zimikon-dorf	CH		194	Europe/Zurich	47.38323	8.67608		Zimikon (Dorf)		ZH	109	199	
6294621	Zimikon / Industriegebiet	zimikon-industriegebiet	CH		12	Europe/Zurich	47.37925	8.67381		Industriegebiet		ZH	109	199	
6294624	Zimikon / In der Höh	zimikon-in-der-hoeh	CH		51	Europe/Zurich	47.38375	8.66981				ZH	109	199	
6294625	Zimikon / Rütiwies	zimikon-ruetiwies	CH		518	Europe/Zurich	47.38385	8.66564		Ruetiwies,Rütiwies		ZH	109	199	
6294626	Wangen	wangen	CH		2015	Europe/Zurich	47.41182	8.64516		Wangen b. Duebendorf,Wangen b. Dübendorf		ZH	109	200	
6294628	Halde	halde	CH		12	Europe/Zurich	47.41562	8.63622				ZH	109	200	
6294629	Hinter-Rüti	hinter-rueti	CH		10	Europe/Zurich	47.41501	8.64974				ZH	109	200	
6294631	Altwiesenstrasse	altwiesenstrasse	CH		20	Europe/Zurich	47.41289	8.63001				ZH	109	200	
6294632	Weidli	weidli	CH		15	Europe/Zurich	47.41275	8.64036				ZH	109	200	
6294633	Rütihof	ruetihof	CH		9	Europe/Zurich	47.41139	8.65379				ZH	109	200	
6294634	Birch	birch	CH		6	Europe/Zurich	47.40914	8.65374				ZH	109	200	
6294636	Roswies	roswies	CH		28	Europe/Zurich	47.40291	8.65125				ZH	109	200	
6294642	Altikon / Altikon (Dorf)	altikon-altikon-dorf	CH		442	Europe/Zurich	47.57352	8.77969		Altikon (Dorf)		ZH	110	211	
6294650	Schneit	schneit	CH		10	Europe/Zurich	47.58018	8.78142				ZH	110	211	
6294652	Mühle	muehle	CH		5	Europe/Zurich	47.57363	8.78858				ZH	110	211	
6294653	Feldi	feldi	CH		38	Europe/Zurich	47.57874	8.79907				ZH	110	211	
6294656	Berg	berg	CH		9	Europe/Zurich	47.56798	8.7762				ZH	110	211	
6294658	Altikon / Thurtalstrasse	altikon-thurtalstrasse	CH		1	Europe/Zurich	47.57137	8.78725		Thurtalstrasse		ZH	110	211	
6294659	Kellerhöfli	kellerhoefli	CH		6	Europe/Zurich	47.56865	8.78529				ZH	110	211	
6294661	Unterherten	unterherten	CH		29	Europe/Zurich	47.56869	8.80095				ZH	110	211	
6294662	Oberherten	oberherten	CH		15	Europe/Zurich	47.56724	8.79942				ZH	110	211	
6294666	Wagenstoss	wagenstoss	CH		43	Europe/Zurich	47.54656	8.83041				ZH	110	298	
6294670	Pünt	puent	CH		3	Europe/Zurich	47.54045	8.81865				ZH	110	298	
6294671	Hofacker	hofacker	CH		193	Europe/Zurich	47.53854	8.82039				ZH	110	298	
6294673	Usserbreiten	usserbreiten	CH		110	Europe/Zurich	47.54009	8.82808				ZH	110	298	
6294674	Heligsbüel	heligsbueel	CH		5	Europe/Zurich	47.54259	8.82986				ZH	110	298	
6294677	Hellen	hellen	CH		8	Europe/Zurich	47.54206	8.83446				ZH	110	298	
6294678	Meisberg	meisberg	CH		22	Europe/Zurich	47.53953	8.83651				ZH	110	298	
6294684	Liebensberg	liebensberg	CH		60	Europe/Zurich	47.53566	8.83648				ZH	110	298	
6294686	Ober-Bertschikon	ober-bertschikon	CH		31	Europe/Zurich	47.52567	8.82279				ZH	110	298	
6294689	Stegen	stegen	CH		21	Europe/Zurich	47.52841	8.849				ZH	110	298	
6294691	Bewangen	bewangen	CH		9	Europe/Zurich	47.53085	8.87103				ZH	110	298	
6294692	Gündlikon	guendlikon	CH		72	Europe/Zurich	47.52306	8.83832				ZH	110	298	
6294693	Zünikon	zuenikon	CH		81	Europe/Zurich	47.51721	8.83559				ZH	110	298	
6294696	Unter-Eich	unter-eich	CH		16	Europe/Zurich	47.48327	8.65879				ZH	110	213	
6294697	Birch	birch	CH		5	Europe/Zurich	47.47669	8.65848				ZH	110	213	
6294698	Strubikon	strubikon	CH		43	Europe/Zurich	47.47802	8.66482				ZH	110	213	
6294704	Sigiloch	sigiloch	CH		6	Europe/Zurich	47.47552	8.68234				ZH	110	213	
6294707	Blätzwisen	blaetzwisen	CH		3	Europe/Zurich	47.47104	8.66716				ZH	110	213	
6294708	Buechli	buechli	CH		7	Europe/Zurich	47.46403	8.66814				ZH	110	213	
6294709	Buechmes	buechmes	CH		8	Europe/Zurich	47.46588	8.67017				ZH	110	213	
6294711	Moos	moos	CH		13	Europe/Zurich	47.4688	8.67993				ZH	110	213	
6294712	Steighof	steighof	CH		3	Europe/Zurich	47.4692	8.68583				ZH	110	213	
6294717	Dägerlen	daegerlen	CH		55	Europe/Zurich	47.56073	8.72147				ZH	110	214	
6294720	Oberwil	oberwil	CH		243	Europe/Zurich	47.57362	8.71709		Oberwil (Daegerlen),Oberwil (Dägerlen)		ZH	110	214	
6294725	Berg	berg	CH		179	Europe/Zurich	47.56362	8.73218		Berg (Daegerlen),Berg (Dägerlen)		ZH	110	214	
6294729	Rutschwil	rutschwil	CH		194	Europe/Zurich	47.55686	8.73132		Rutschwil (Daegerlen),Rutschwil (Dägerlen)		ZH	110	214	
6294731	Bänk	baenk	CH		111	Europe/Zurich	47.54822	8.739		Baenk (Daegerlen),Bänk (Dägerlen)		ZH	110	214	
6294734	Dättlikon	daettlikon	CH		414	Europe/Zurich	47.52493	8.6245				ZH	110	215	
6294735	Im Boden	im-boden	CH		3	Europe/Zurich	47.52858	8.60949				ZH	110	215	
6294738	Berghof	berghof	CH		10	Europe/Zurich	47.53031	8.61588				ZH	110	215	
6294742	Blumetshalde	blumetshalde	CH		56	Europe/Zurich	47.52062	8.63712				ZH	110	215	
6294747	Längerenrüti	laengerenrueti	CH		25	Europe/Zurich	47.56771	8.75916				ZH	110	216	
6294748	Eschlikon	eschlikon	CH		103	Europe/Zurich	47.5649	8.75372				ZH	110	216	
6294751	Vorder-Grüt	vorder-gruet	CH		105	Europe/Zurich	47.5635	8.77386				ZH	110	216	
6294753	Giselstuden	giselstuden	CH		8	Europe/Zurich	47.55749	8.74656				ZH	110	216	
6294754	Welsikon	welsikon	CH		357	Europe/Zurich	47.55478	8.75063				ZH	110	216	
6294755	Neuwisen	neuwisen	CH		17	Europe/Zurich	47.55567	8.75538				ZH	110	216	
6294756	Ziegelhof	ziegelhof	CH		5	Europe/Zurich	47.55561	8.75847				ZH	110	216	
6294759	Müli	mueli	CH		7	Europe/Zurich	47.5526	8.75827				ZH	110	216	
6294762	Eichhof	eichhof	CH		6	Europe/Zurich	47.5484	8.77415				ZH	110	216	
6294763	Rietmüli	rietmueli	CH		11	Europe/Zurich	47.54848	8.78071				ZH	110	216	
6294764	Elgg / Städtchen und Umgebung	elgg-staedtchen-und-umgebung	CH		2342	Europe/Zurich	47.49265	8.8668		Elgg / Staedtchen,Elgg / Städtchen,Staedtchen und Umgebung,Städtchen und Umgebung		ZH	110	294	
6294765	Elgg / Neu-Elgg	elgg-neu-elgg	CH		940	Europe/Zurich	47.50166	8.86366		Neu-Elgg		ZH	110	294	
6294766	Sonnenhof	sonnenhof	CH		6	Europe/Zurich	47.50761	8.83897				ZH	110	294	
6294769	Birmenstal	birmenstal	CH		5	Europe/Zurich	47.50551	8.87453				ZH	110	294	
6294771	Freihof	freihof	CH		4	Europe/Zurich	47.50355	8.83934				ZH	110	294	
6294773	Giesental	giesental	CH		11	Europe/Zurich	47.5031	8.87315				ZH	110	294	
6294781	Aadorferfeld	aadorferfeld	CH		35	Europe/Zurich	47.49509	8.89211				ZH	110	294	
6294782	Hohbühl	hohbuehl	CH		14	Europe/Zurich	47.49434	8.87511				ZH	110	294	
6294785	Haggenbergstrasse	haggenbergstrasse	CH		9	Europe/Zurich	47.49037	8.89186				ZH	110	294	
6294789	Fahrenhof	fahrenhof	CH		6	Europe/Zurich	47.48757	8.86068				ZH	110	294	
6294792	Schloss Elgg	schloss-elgg	CH		2	Europe/Zurich	47.48285	8.86562				ZH	110	294	
6294793	Horben	horben	CH		3	Europe/Zurich	47.48297	8.87513				ZH	110	294	
6294794	Burghof	burghof	CH		11	Europe/Zurich	47.48109	8.86354				ZH	110	294	
6294799	Heurüti	heurueti	CH		14	Europe/Zurich	47.4693	8.87148				ZH	110	294	
6294802	Untergris	untergris	CH		7	Europe/Zurich	47.57149	8.82019				ZH	110	218	
6294803	Thuracher	thuracher	CH		4	Europe/Zurich	47.57098	8.83207				ZH	110	218	
6294804	Langbreiten	langbreiten	CH		12	Europe/Zurich	47.57016	8.83476				ZH	110	218	
6294807	Mattenhof	mattenhof	CH		10	Europe/Zurich	47.5646	8.83858				ZH	110	218	
6294810	Räuchler	raeuchler	CH		11	Europe/Zurich	47.56208	8.8332				ZH	110	218	
6294811	Wald	wald	CH		20	Europe/Zurich	47.56212	8.8491				ZH	110	218	
6294813	Dunaspi	dunaspi	CH		102	Europe/Zurich	47.55882	8.82847				ZH	110	218	
6294820	Rümikon	ruemikon	CH		675	Europe/Zurich	47.50232	8.78724				ZH	110	219	
6294826	Schnasberg	schnasberg	CH		28	Europe/Zurich	47.50631	8.82314				ZH	110	219	
6294827	Fulau	fulau	CH		26	Europe/Zurich	47.51464	8.82116				ZH	110	219	
6294828	Frohberg	frohberg	CH		2	Europe/Zurich	47.49722	8.80706				ZH	110	219	
6294831	Chräenbüel	chraeenbueel	CH		0	Europe/Zurich	47.49781	8.81887				ZH	110	219	
6294832	Schottikon	schottikon	CH		658	Europe/Zurich	47.49898	8.81522				ZH	110	219	
6294834	Neuguet	neuguet	CH		4	Europe/Zurich	47.49132	8.80924				ZH	110	219	
6294835	Tolhusen	tolhusen	CH		22	Europe/Zurich	47.48762	8.81162				ZH	110	219	
6294838	Kappel	kappel	CH		33	Europe/Zurich	47.52167	8.85539				ZH	110	220	
6294839	Oberschneit	oberschneit	CH		90	Europe/Zurich	47.5206	8.86298				ZH	110	220	
6294840	Mittelschneit	mittelschneit	CH		17	Europe/Zurich	47.51606	8.86225				ZH	110	220	
6294841	Unterschneit	unterschneit	CH		27	Europe/Zurich	47.51114	8.85654				ZH	110	220	
6294842	Schneitberg	schneitberg	CH		19	Europe/Zurich	47.51315	8.87175				ZH	110	220	
6294843	Egghof	egghof	CH		24	Europe/Zurich	47.50992	8.89416				ZH	110	220	
6294844	Hagenstal	hagenstal	CH		41	Europe/Zurich	47.50378	8.88351				ZH	110	220	
6294846	Hettlingen / Dorfkern	hettlingen-dorfkern	CH		814	Europe/Zurich	47.547	8.70695		Dorfkern		ZH	110	221	
6294847	Hettlingen / Station	hettlingen-station	CH		417	Europe/Zurich	47.54386	8.69785		Station		ZH	110	221	
6294848	Hettlingen / Auf Buch	hettlingen-auf-buch	CH		326	Europe/Zurich	47.54586	8.70077		Auf Buch		ZH	110	221	
6294849	Hettlingen / Gübel	hettlingen-guebel	CH		664	Europe/Zurich	47.54766	8.71572		Guebel,Gübel		ZH	110	221	
6294850	Obere Steigen	obere-steigen	CH		3	Europe/Zurich	47.55864	8.70704				ZH	110	221	
6294852	Kohlgrub	kohlgrub	CH		8	Europe/Zurich	47.54919	8.69217				ZH	110	221	
6294853	Küchliberg	kuechliberg	CH		2	Europe/Zurich	47.54864	8.696				ZH	110	221	
6294859	Eichmühle	eichmuehle	CH		12	Europe/Zurich	47.55027	8.71579				ZH	110	221	
6294861	Worbig	worbig	CH		4	Europe/Zurich	47.54008	8.70244				ZH	110	221	
6294867	Ruchriet	ruchriet	CH		6	Europe/Zurich	47.53665	8.69866				ZH	110	221	
6294870	Dickbuch	dickbuch	CH		128	Europe/Zurich	47.49584	8.83143				ZH	110	294	
6294871	Wiesental	wiesental	CH		5	Europe/Zurich	47.49704	8.83514				ZH	110	294	
6294873	Jakobstal	jakobstal	CH		21	Europe/Zurich	47.48639	8.82513				ZH	110	294	
6294877	Wenzikon	wenzikon	CH		42	Europe/Zurich	47.48361	8.8358				ZH	110	294	
6294878	Steig	steig	CH		20	Europe/Zurich	47.48007	8.8486				ZH	110	294	
6294879	Scheunberg	scheunberg	CH		12	Europe/Zurich	47.4665	8.86128				ZH	110	294	
6294881	Geretswil	geretswil	CH		13	Europe/Zurich	47.46172	8.87333				ZH	110	294	
6294882	Tiefenstein	tiefenstein	CH		21	Europe/Zurich	47.46092	8.88114				ZH	110	294	
6294883	Ristall	ristall	CH		4	Europe/Zurich	47.46123	8.88367				ZH	110	294	
6294885	Huggenberg	huggenberg	CH		49	Europe/Zurich	47.45932	8.88668				ZH	110	294	
6294888	Weidhof	weidhof	CH		5	Europe/Zurich	47.4545	8.86088				ZH	110	294	
6294892	Breiten	breiten	CH		6	Europe/Zurich	47.55668	8.66428				ZH	110	223	
6294897	Dorf Hünikon	dorf-huenikon	CH		153	Europe/Zurich	47.55204	8.66777		Huenikon (Neftenbach),Hünikon (Neftenbach)		ZH	110	223	
6294899	Buck	buck	CH		1	Europe/Zurich	47.54732	8.68523				ZH	110	223	
6294907	Dorf Aesch	dorf-aesch	CH		341	Europe/Zurich	47.54109	8.67964		Aesch (Neftenbach)		ZH	110	223	
6294908	Heerenweg	heerenweg	CH		5	Europe/Zurich	47.5466	8.68044				ZH	110	223	
6294912	Kehlhof	kehlhof	CH		18	Europe/Zurich	47.53637	8.65075				ZH	110	223	
6294913	Hinterhueb	hinterhueb	CH		16	Europe/Zurich	47.53306	8.64383				ZH	110	223	
6294914	Mittlerhueb	mittlerhueb	CH		19	Europe/Zurich	47.52994	8.64111				ZH	110	223	
6294915	Oedenhof	oedenhof	CH		8	Europe/Zurich	47.53784	8.65985				ZH	110	223	
6294920	Dorf Riet	dorf-riet	CH		130	Europe/Zurich	47.53689	8.68855				ZH	110	223	
6294923	Neuwingert	neuwingert	CH		12	Europe/Zurich	47.53576	8.69652				ZH	110	223	
6294926	Wartguet	wartguet	CH		26	Europe/Zurich	47.52461	8.64676				ZH	110	223	
6294930	Ziegelhütten	ziegelhuetten	CH		32	Europe/Zurich	47.52136	8.65884				ZH	110	223	
6294931	Tössallmänt	toessallmaent	CH		349	Europe/Zurich	47.51742	8.66323				ZH	110	223	
6294934	Bruppach	bruppach	CH		3	Europe/Zurich	47.52879	8.65414				ZH	110	223	
6294935	Bruni	bruni	CH		16	Europe/Zurich	47.51604	8.65584				ZH	110	224	
6294938	Stubenwis	stubenwis	CH		7	Europe/Zurich	47.5105	8.63662				ZH	110	224	
6294940	Salhof	salhof	CH		5	Europe/Zurich	47.50844	8.65191				ZH	110	224	
6294941	Rumstal	rumstal	CH		14	Europe/Zurich	47.50736	8.65641				ZH	110	224	
6294942	Rickenbach / Büel	rickenbach-bueel	CH		252	Europe/Zurich	47.55368	8.79753		Bueel,Büel		ZH	110	225	
6294943	Rickenbach / Dorf-Neugut	rickenbach-dorf-neugut	CH		186	Europe/Zurich	47.55076	8.7941		Dorf-Neugut		ZH	110	225	
6294944	Rickenbach / Mühle-Hueb-Schweizi	rickenbach-muehle-hueb-schweizi	CH		267	Europe/Zurich	47.5513	8.798		Muehle-Hueb-Schweizi,Mühle-Hueb-Schweizi		ZH	110	225	
6294945	Sulz / Sulz West	sulz-sulz-west	CH		283	Europe/Zurich	47.54177	8.78528		Sulz West		ZH	110	225	
6294946	Sulz / Sulz Ost	sulz-sulz-ost	CH		108	Europe/Zurich	47.54238	8.78922		Sulz Ost		ZH	110	225	
6294947	Sulz / Gassenacker-Wiesacker	sulz-gassenacker-wiesacker	CH		175	Europe/Zurich	47.54039	8.78617		Gassenacker-Wiesacker		ZH	110	225	
6294948	Sulz / Steinler	sulz-steinler	CH		95	Europe/Zurich	47.53969	8.78957		Steinler		ZH	110	225	
6294949	Sulz / Felix	sulz-felix	CH		88	Europe/Zurich	47.53933	8.79252		Felix		ZH	110	225	
6294950	Sulz / Sunnezirkel	sulz-sunnezirkel	CH		155	Europe/Zurich	47.53853	8.79005		Sunnezirkel		ZH	110	225	
6294951	Sulz / Brünnelacker	sulz-bruennelacker	CH		114	Europe/Zurich	47.53748	8.7867		Bruennelacker,Brünnelacker		ZH	110	225	
6294952	Sulz / Dörnler	sulz-doernler	CH		226	Europe/Zurich	47.53672	8.79143		Doernler,Dörnler		ZH	110	225	
6294953	Hinter-Grüt	hinter-gruet	CH		26	Europe/Zurich	47.56217	8.78139				ZH	110	225	
6294956	Mottli	mottli	CH		8	Europe/Zurich	47.54749	8.80613				ZH	110	225	
6294958	Römerhof	roemerhof	CH		8	Europe/Zurich	47.54514	8.80353				ZH	110	225	
6294959	Berg Waltenstein	berg-waltenstein	CH		48	Europe/Zurich	47.48095	8.81631				ZH	110	226	
6294960	Heidertal	heidertal	CH		8	Europe/Zurich	47.47239	8.79918				ZH	110	226	
6294963	Johannestal	johannestal	CH		8	Europe/Zurich	47.4794	8.82688				ZH	110	226	
6294964	Nussberg	nussberg	CH		82	Europe/Zurich	47.46729	8.80681				ZH	110	226	
6294965	Rüteren	rueteren	CH		11	Europe/Zurich	47.47569	8.82392				ZH	110	226	
6294966	Schwändi	schwaendi	CH		4	Europe/Zurich	47.4557	8.85163				ZH	110	226	
6294969	Unterschlatt	unterschlatt	CH		174	Europe/Zurich	47.47075	8.82727				ZH	110	226	
6294970	Waltenstein	waltenstein	CH		118	Europe/Zurich	47.47867	8.82012				ZH	110	226	
6294971	Schüracher Waltenstein	schueracher-waltenstein	CH		27	Europe/Zurich	47.47874	8.81481				ZH	110	226	
6294972	Heimenstein	heimenstein	CH		12	Europe/Zurich	47.54557	8.72876				ZH	110	227	
6294973	Baumschuel	baumschuel	CH		10	Europe/Zurich	47.54333	8.73443				ZH	110	227	
6294975	Riet	riet	CH		18	Europe/Zurich	47.53461	8.70038		Riet (Neftenbach)		ZH	110	221	
6294976	Wiesental	wiesental	CH		42	Europe/Zurich	47.535	8.7108				ZH	110	227	
6294977	Rainbuck	rainbuck	CH		14	Europe/Zurich	47.53253	8.71421				ZH	110	227	
6294978	Unter-Ohringen	unter-ohringen	CH		140	Europe/Zurich	47.53467	8.71415				ZH	110	227	
6294980	Ober-Ohringen	ober-ohringen	CH		700	Europe/Zurich	47.52654	8.71384				ZH	110	227	
6294981	Asp-Mettlen	asp-mettlen	CH		32	Europe/Zurich	47.5274	8.70599				ZH	110	227	
6294983	Steinbüel	steinbueel	CH		5	Europe/Zurich	47.53176	8.72283				ZH	110	227	
6294984	Eichbüel	eichbueel	CH		23	Europe/Zurich	47.5299	8.72734				ZH	110	227	
6294985	Forrenberg	forrenberg	CH		29	Europe/Zurich	47.52632	8.73066				ZH	110	227	
6294986	Seuzach Dorf / Hochgrüt-Scheidweg	seuzach-dorf-hochgruet-scheidweg	CH		985	Europe/Zurich	47.53039	8.73067		Hochgruet-Scheidweg,Hochgrüt-Scheidweg		ZH	110	227	
6294987	Habermark	habermark	CH		7	Europe/Zurich	47.53127	8.73944				ZH	110	227	
6294990	Seuzach Dorf / Erdbüel-Halden	seuzach-dorf-erdbueel-halden	CH		418	Europe/Zurich	47.54132	8.72992		Erdbueel-Halden,Erdbüel-Halden		ZH	110	227	
6294991	Seuzach Dorf / Pünten-Ifang	seuzach-dorf-puenten-ifang	CH		504	Europe/Zurich	47.53743	8.72915		Puenten-Ifang,Pünten-Ifang		ZH	110	227	
6294992	Seuzach Dorf / Kirchgasse	seuzach-dorf-kirchgasse	CH		281	Europe/Zurich	47.53449	8.72712		Kirchgasse		ZH	110	227	
6294993	Seuzach Dorf / Breite-Weid	seuzach-dorf-breite-weid	CH		1016	Europe/Zurich	47.53345	8.73415		Breite-Weid		ZH	110	227	
6294994	Seuzach Dorf / Brandbüel	seuzach-dorf-brandbueel	CH		765	Europe/Zurich	47.53652	8.74155		Brandbueel,Brandbüel		ZH	110	227	
6294995	Brunnenwis	brunnenwis	CH		7	Europe/Zurich	47.53617	8.717				ZH	110	227	
6294998	Seelmatten	seelmatten	CH		87	Europe/Zurich	47.45435	8.89392				ZH	110	228	
6294999	Neugrüt	neugruet	CH		6	Europe/Zurich	47.45036	8.86992				ZH	110	228	
6295001	Unter-Spitzwies	unter-spitzwies	CH		9	Europe/Zurich	47.44524	8.89143				ZH	110	228	
6295003	Ramsberg	ramsberg	CH		20	Europe/Zurich	47.44233	8.87079				ZH	110	228	
6295004	Neubrunn	neubrunn	CH		123	Europe/Zurich	47.44026	8.89334				ZH	110	228	
6295005	Rossweid	rossweid	CH		8	Europe/Zurich	47.43279	8.86191				ZH	110	228	
6295006	Oberhofen	oberhofen	CH		119	Europe/Zurich	47.43425	8.87952				ZH	110	228	
6295008	Schürli	schuerli	CH		6	Europe/Zurich	47.43381	8.91537				ZH	110	228	
6295009	Rengerswil	rengerswil	CH		8	Europe/Zurich	47.43542	8.91759				ZH	110	228	
6295014	Breitenlandenberg	breitenlandenberg	CH		5	Europe/Zurich	47.42784	8.85837				ZH	110	228	
6295017	Sitzberg	sitzberg	CH		28	Europe/Zurich	47.42691	8.90941				ZH	110	228	
6295018	Bühl	buehl	CH		17	Europe/Zurich	47.42461	8.8865				ZH	110	228	
6295019	Ruppen	ruppen	CH		9	Europe/Zurich	47.42228	8.90613				ZH	110	228	
6295020	Berg	berg	CH		30	Europe/Zurich	47.41927	8.88577				ZH	110	228	
6295021	Ober-Spitzwies	ober-spitzwies	CH		7	Europe/Zurich	47.41851	8.88178				ZH	110	228	
6295023	Schmidrüti	schmidrueti	CH		37	Europe/Zurich	47.41552	8.90288				ZH	110	228	
6295025	Chäfer	chaefer	CH		26	Europe/Zurich	47.41558	8.87458				ZH	110	228	
6295026	Fräkmünd	fraekmuend	CH		6	Europe/Zurich	47.41468	8.8913				ZH	110	228	
6295027	Tablat	tablat	CH		89	Europe/Zurich	47.41243	8.85884				ZH	110	228	
6295028	Gosswil	gosswil	CH		18	Europe/Zurich	47.41121	8.87716				ZH	110	228	
6295029	Chellersacher	chellersacher	CH		10	Europe/Zurich	47.41241	8.88521				ZH	110	228	
6295031	Chalchegg	chalchegg	CH		63	Europe/Zurich	47.4111	8.90187				ZH	110	228	
6295032	Truben	truben	CH		7	Europe/Zurich	47.40738	8.88846				ZH	110	228	
6295034	Furrershus	furrershus	CH		5	Europe/Zurich	47.40518	8.89118				ZH	110	228	
6295037	Ger	ger	CH		17	Europe/Zurich	47.40286	8.90042				ZH	110	228	
6295039	Krinnensberg	krinnensberg	CH		3	Europe/Zurich	47.41549	8.90977				ZH	110	228	
6295041	Wiesendangen / Steinegg	wiesendangen-steinegg	CH		599	Europe/Zurich	47.52795	8.78209		Steinegg		ZH	110	298	
6295042	Wiesendangen / Leingrüebler-Wasserfuri	wiesendangen-leingrueebler-wasserfuri	CH		433	Europe/Zurich	47.52457	8.78424		Leingrueebler-Wasserfuri,Leingrüebler-Wasserfuri		ZH	110	298	
6295043	Wiesendangen / Gässli	wiesendangen-gaessli	CH		106	Europe/Zurich	47.52529	8.79186		Gaessli,Gässli		ZH	110	298	
6295044	Wiesendangen / Stationsstrasse	wiesendangen-stationsstrasse	CH		216	Europe/Zurich	47.5247	8.78043		Stationsstrasse		ZH	110	298	
6295045	Wiesendangen / Juch	wiesendangen-juch	CH		199	Europe/Zurich	47.52354	8.79393		Juch		ZH	110	298	
6295046	Wiesendangen / Mühle und Oberhof	wiesendangen-muehle-und-oberhof	CH		232	Europe/Zurich	47.52223	8.79789		Muehle und Oberhof,Mühle und Oberhof		ZH	110	298	
6295047	Wiesendangen / Wiesengrund	wiesendangen-wiesengrund	CH		237	Europe/Zurich	47.52014	8.78477		Wiesengrund		ZH	110	298	
6295048	Menzengrüt	menzengruet	CH		57	Europe/Zurich	47.54944	8.82145				ZH	110	298	
6295054	Wallikon	wallikon	CH		17	Europe/Zurich	47.53266	8.8052				ZH	110	298	
6295057	Kreuzstrasse	kreuzstrasse	CH		7	Europe/Zurich	47.52757	8.77518				ZH	110	298	
6295061	Alte Frauenfelderstrasse	alte-frauenfelderstrasse	CH		15	Europe/Zurich	47.52343	8.77342				ZH	110	298	
6295064	Buch	buch	CH		46	Europe/Zurich	47.52142	8.82234				ZH	110	298	
6295074	Stadt Winterthur (Kreis 1) / Waldhof	stadt-winterthur-kreis-1-waldhof	CH		22	Europe/Zurich	47.4993	8.70796		Waldhof		ZH	110	230	
6295076	Stadt Winterthur (Kreis 1) / Eichliacker/Försterhaus	stadt-winterthur-kreis-1-eichliacker-foersterhaus	CH		10	Europe/Zurich	47.48548	8.71199		Eichliacker/Foersterhaus,Eichliacker/Försterhaus		ZH	110	230	
6295077	Stadt Winterthur (Kreis 1) / Altstadt	stadt-winterthur-kreis-1-altstadt	CH		1665	Europe/Zurich	47.49951	8.72872		Altstadt		ZH	110	230	
6295078	Stadt Winterthur (Kreis 1) / Lind	stadt-winterthur-kreis-1-lind	CH		4617	Europe/Zurich	47.50571	8.73372		Lind		ZH	110	230	
6295079	Stadt Winterthur (Kreis 1) / Heiligberg	stadt-winterthur-kreis-1-heiligberg	CH		3034	Europe/Zurich	47.49409	8.72334		Heiligberg		ZH	110	230	
6295080	Stadt Winterthur (Kreis 1) / Tössfeld	stadt-winterthur-kreis-1-toessfeld	CH		2207	Europe/Zurich	47.4934	8.71512		Toessfeld,Tössfeld		ZH	110	230	
6295081	Stadt Winterthur (Kreis 1) / Brühlberg	stadt-winterthur-kreis-1-bruehlberg	CH		1476	Europe/Zurich	47.49764	8.71272		Bruehlberg,Brühlberg		ZH	110	230	
6295082	Stadt Winterthur (Kreis 1) / Neuwiesen	stadt-winterthur-kreis-1-neuwiesen	CH		3149	Europe/Zurich	47.50207	8.71625		Neuwiesen		ZH	110	230	
6295084	Oberwinterthur (Kreis 2) / Mörsburg	oberwinterthur-kreis-2-moersburg	CH		13	Europe/Zurich	47.53973	8.76931		Moersburg,Mörsburg		ZH	110	230	
6295085	Oberwinterthur (Kreis 2) / Grundhof	oberwinterthur-kreis-2-grundhof	CH		66	Europe/Zurich	47.53752	8.7704		Grundhof		ZH	110	230	
6295087	Oberwinterthur (Kreis 2) / Reutlingen	oberwinterthur-kreis-2-reutlingen	CH		357	Europe/Zurich	47.52782	8.75086		Reutlingen		ZH	110	230	
6295089	Oberwinterthur (Kreis 2) / Zelgli	oberwinterthur-kreis-2-zelgli	CH		4	Europe/Zurich	47.53318	8.7526		Zelgli		ZH	110	230	
6295092	Oberwinterthur (Kreis 2) / Talacker	oberwinterthur-kreis-2-talacker	CH		5375	Europe/Zurich	47.50596	8.7515		Talacker		ZH	110	230	
6295093	Oberwinterthur (Kreis 2) / Loo	oberwinterthur-kreis-2-loo	CH		13	Europe/Zurich	47.52382	8.75541		Loo		ZH	110	230	
6295097	Oberwinterthur (Kreis 2) / Freihof	oberwinterthur-kreis-2-freihof	CH		6	Europe/Zurich	47.52363	8.74769		Freihof		ZH	110	230	
6295098	Oberwinterthur (Kreis 2) / Binzhof	oberwinterthur-kreis-2-binzhof	CH		10	Europe/Zurich	47.52034	8.7489		Binzhof		ZH	110	230	
6295099	Oberwinterthur (Kreis 2) / Essigfabrik	oberwinterthur-kreis-2-essigfabrik	CH		17	Europe/Zurich	47.5014	8.77438		Essigfabrik		ZH	110	230	
6295101	Oberwinterthur (Kreis 2) / Brunnenwiese	oberwinterthur-kreis-2-brunnenwiese	CH		5	Europe/Zurich	47.50196	8.77946		Brunnenwiese		ZH	110	230	
6295102	Oberwinterthur (Kreis 2) / Guggenbühl	oberwinterthur-kreis-2-guggenbuehl	CH		5376	Europe/Zurich	47.51339	8.75998		Guggenbuehl,Guggenbühl		ZH	110	230	
6295103	Oberwinterthur (Kreis 2) / Ober Ricketwil	oberwinterthur-kreis-2-ober-ricketwil	CH		22	Europe/Zurich	47.48568	8.80169		Ober Ricketwil		ZH	110	230	
6295105	Oberwinterthur (Kreis 2) / Maas	oberwinterthur-kreis-2-maas	CH		8	Europe/Zurich	47.48832	8.80342		Maas		ZH	110	230	
6295106	Oberwinterthur (Kreis 2) / Weingarten	oberwinterthur-kreis-2-weingarten	CH		10	Europe/Zurich	47.49108	8.80147		Weingarten		ZH	110	230	
6295107	Oberwinterthur (Kreis 2) / Unter Ricketwil	oberwinterthur-kreis-2-unter-ricketwil	CH		46	Europe/Zurich	47.48656	8.79748		Unter Ricketwil		ZH	110	230	
6295108	Oberwinterthur (Kreis 2) / Stadel (Dorf)	oberwinterthur-kreis-2-stadel-dorf	CH		206	Europe/Zurich	47.5344	8.76281		Stadel,Stadel (Dorf),Stadel (Winterthur)		ZH	110	230	
6295109	Oberwinterthur (Kreis 2) / Grüze	oberwinterthur-kreis-2-grueze	CH		575	Europe/Zurich	47.49826	8.75723		Grueze,Grüze		ZH	110	230	
6295110	Oberwinterthur (Kreis 2) / Hegmatten	oberwinterthur-kreis-2-hegmatten	CH		820	Europe/Zurich	47.50977	8.76274		Hegmatten		ZH	110	230	
6295111	Oberwinterthur (Kreis 2) / Zinzikon	oberwinterthur-kreis-2-zinzikon	CH		1842	Europe/Zurich	47.5195	8.7564		Zinzikon		ZH	110	230	
6295112	Seen (Kreis 3) / Waldegg (östlicher Teil)	seen-kreis-3-waldegg-oestlicher-teil	CH		26	Europe/Zurich	47.48377	8.74995		Waldegg (oestlicher Teil),Waldegg (östlicher Teil)		ZH	110	230	
6295113	Seen (Kreis 3) / Floren	seen-kreis-3-floren	CH		7	Europe/Zurich	47.48329	8.77808		Floren		ZH	110	230	
6295114	Seen (Kreis 3) / Chölberg	seen-kreis-3-choelberg	CH		6	Europe/Zurich	47.48464	8.78466		Choelberg,Chölberg		ZH	110	230	
6295116	Seen (Kreis 3) / Boll	seen-kreis-3-boll	CH		9	Europe/Zurich	47.47822	8.7557		Boll		ZH	110	230	
6295118	Seen (Kreis 3) / Ziegelhütte	seen-kreis-3-ziegelhuette	CH		12	Europe/Zurich	47.47386	8.76899		Ziegelhuette,Ziegelhütte		ZH	110	230	
6295120	Seen (Kreis 3) / Gotzenwil	seen-kreis-3-gotzenwil	CH		419	Europe/Zurich	47.47274	8.77758		Gotzenwil		ZH	110	230	
6295121	Seen (Kreis 3) / Waser	seen-kreis-3-waser	CH		4088	Europe/Zurich	47.48913	8.76034		Waser		ZH	110	230	
6295122	Seen (Kreis 3) / Weierhöhe	seen-kreis-3-weierhoehe	CH		91	Europe/Zurich	47.47128	8.77031		Weierhoehe,Weierhöhe		ZH	110	230	
6295123	Seen (Kreis 3) / Weier	seen-kreis-3-weier	CH		47	Europe/Zurich	47.46985	8.77352		Weier		ZH	110	230	
6295125	Seen (Kreis 3) / Eidberg	seen-kreis-3-eidberg	CH		129	Europe/Zurich	47.47399	8.79453		Eidberg		ZH	110	230	
6295126	Seen (Kreis 3) / Büelwiesen	seen-kreis-3-bueelwiesen	CH		2632	Europe/Zurich	47.48446	8.76517		Bueelwiesen,Büelwiesen		ZH	110	230	
6295127	Seen (Kreis 3) / Mulchlingen	seen-kreis-3-mulchlingen	CH		29	Europe/Zurich	47.46507	8.76937		Mulchlingen		ZH	110	230	
6295129	Seen (Kreis 3) / Iberg	seen-kreis-3-iberg	CH		548	Europe/Zurich	47.46494	8.77756		Iberg		ZH	110	230	
6295130	Seen (Kreis 3) / Thaa	seen-kreis-3-thaa	CH		27	Europe/Zurich	47.46893	8.78494		Thaa		ZH	110	230	
6295131	Seen (Kreis 3) / Waldegg	seen-kreis-3-waldegg	CH		1184	Europe/Zurich	47.48393	8.75586		Waldegg		ZH	110	230	
6295133	Seen (Kreis 3) / Ganzenbühl	seen-kreis-3-ganzenbuehl	CH		2362	Europe/Zurich	47.481	8.76249		Ganzenbuehl,Ganzenbühl		ZH	110	230	
6295134	Seen (Kreis 3) / Sonnenberg	seen-kreis-3-sonnenberg	CH		743	Europe/Zurich	47.48952	8.7704		Sonnenberg		ZH	110	230	
6295135	Seen (Kreis 3) / Oberseen	seen-kreis-3-oberseen	CH		2133	Europe/Zurich	47.48205	8.77289		Oberseen		ZH	110	230	
6295137	Töss (Kreis 4) / Mittel-Dättnau	toess-kreis-4-mittel-daettnau	CH		16	Europe/Zurich	47.48467	8.69261		Daettnau,Dättnau,Mittel-Daettnau,Mittel-Dättnau		ZH	110	230	
6295138	Töss (Kreis 4) / Vorder-Dättnau	toess-kreis-4-vorder-daettnau	CH		1476	Europe/Zurich	47.48135	8.69855		Vorder-Daettnau,Vorder-Dättnau		ZH	110	230	
6295139	Töss (Kreis 4) / Steig	toess-kreis-4-steig	CH		745	Europe/Zurich	47.47405	8.7021		Steigholz		ZH	110	230	
6295140	Töss (Kreis 4) / Schützenhaus	toess-kreis-4-schuetzenhaus	CH		24	Europe/Zurich	47.47806	8.70354		Schuetzenhaus,Schützenhaus		ZH	110	230	
6295143	Töss (Kreis 4) / Schlosstal	toess-kreis-4-schlosstal	CH		2762	Europe/Zurich	47.49279	8.70223		Schlosstal		ZH	110	230	
6295144	Töss (Kreis 4) / Rossberg	toess-kreis-4-rossberg	CH		22	Europe/Zurich	47.46252	8.71408		Rossberg		ZH	110	230	
6295145	Töss (Kreis 4) / Eichliacker	toess-kreis-4-eichliacker	CH		3626	Europe/Zurich	47.48727	8.7074		Eichliacker		ZH	110	230	
6295147	Veltheim (Kreis 5) / Rosenberg	veltheim-kreis-5-rosenberg	CH		4765	Europe/Zurich	47.51386	8.71583		Rosenberg		ZH	110	230	
6295210	Weidli	weidli	CH		4	Europe/Zurich	47.45335	8.81412				ZH	110	231	
6295148	Veltheim (Kreis 5) / Blumenau	veltheim-kreis-5-blumenau	CH		4135	Europe/Zurich	47.50618	8.71563		Blumenau		ZH	110	230	
6295149	Wülflingen (Kreis 6) / Unter Radhof	wuelflingen-kreis-6-unter-radhof	CH		25	Europe/Zurich	47.52844	8.69152		Unter Radhof		ZH	110	230	
6295150	Wülflingen (Kreis 6) / Ober Radhof	wuelflingen-kreis-6-ober-radhof	CH		16	Europe/Zurich	47.52447	8.68832		Ober Radhof		ZH	110	230	
6295152	Wülflingen (Kreis 6) / Insel	wuelflingen-kreis-6-insel	CH		15	Europe/Zurich	47.52526	8.69711		Insel		ZH	110	230	
6295153	Wülflingen (Kreis 6) / Taggenberg	wuelflingen-kreis-6-taggenberg	CH		21	Europe/Zurich	47.51999	8.68427		Taggenberg		ZH	110	230	
6295155	Wülflingen (Kreis 6) / Hard	wuelflingen-kreis-6-hard	CH		124	Europe/Zurich	47.51716	8.67578		Hard		ZH	110	230	
6295156	Wülflingen (Kreis 6) / Meienried	wuelflingen-kreis-6-meienried	CH		184	Europe/Zurich	47.51714	8.68845		Meienried		ZH	110	230	
6295157	Wülflingen (Kreis 6) / Weinberg	wuelflingen-kreis-6-weinberg	CH		951	Europe/Zurich	47.51097	8.7007		Weinberg		ZH	110	230	
6295159	Wülflingen (Kreis 6) / Lerchenbühl	wuelflingen-kreis-6-lerchenbuehl	CH		6	Europe/Zurich	47.51639	8.69692		Lerchenbuehl,Lerchenbühl		ZH	110	230	
6295160	Wülflingen (Kreis 6) / Rosengarten	wuelflingen-kreis-6-rosengarten	CH		15	Europe/Zurich	47.51465	8.69879		Rosengarten		ZH	110	230	
6295161	Wülflingen (Kreis 6) / Landwirtschaftliche Schule	wuelflingen-kreis-6-landwirtschaftliche-schule	CH		10	Europe/Zurich	47.51317	8.69894		Landwirtschaftliche Schule		ZH	110	230	
6295162	Wülflingen (Kreis 6) / Vorder-Rumstal	wuelflingen-kreis-6-vorder-rumstal	CH		14	Europe/Zurich	47.50438	8.66086		Vorder-Rumstal		ZH	110	230	
6295163	Wülflingen (Kreis 6) / Stöcklirüti	wuelflingen-kreis-6-stoecklirueti	CH		4	Europe/Zurich	47.50116	8.66732		Stoecklirueti,Stöcklirüti		ZH	110	230	
6295164	Wülflingen (Kreis 6) / Weiertal	wuelflingen-kreis-6-weiertal	CH		39	Europe/Zurich	47.4999	8.66797		Weiertal		ZH	110	230	
6295165	Wülflingen (Kreis 6) / Schweikhof	wuelflingen-kreis-6-schweikhof	CH		13	Europe/Zurich	47.50191	8.67443		Schweikhof		ZH	110	230	
6295166	Wülflingen (Kreis 6) / Oberfeld	wuelflingen-kreis-6-oberfeld	CH		4288	Europe/Zurich	47.49873	8.69897		Oberfeld		ZH	110	230	
6295167	Wülflingen (Kreis 6) / Wieshof	wuelflingen-kreis-6-wieshof	CH		25	Europe/Zurich	47.50383	8.67774		Wieshof,Wishof		ZH	110	230	
6295168	Wülflingen (Kreis 6) / Guggenbühl	wuelflingen-kreis-6-guggenbuehl	CH		4	Europe/Zurich	47.50321	8.68138		Guggenbuehl,Guggenbühl		ZH	110	230	
6295169	Wülflingen (Kreis 6) / Tössrain	wuelflingen-kreis-6-toessrain	CH		7	Europe/Zurich	47.50458	8.68245		Toessrain,Tössrain		ZH	110	230	
6295170	Wülflingen (Kreis 6) / Aeschau	wuelflingen-kreis-6-aeschau	CH		6	Europe/Zurich	47.49355	8.66508		Aeschau		ZH	110	230	
6295171	Wülflingen (Kreis 6) / Hinter Furt	wuelflingen-kreis-6-hinter-furt	CH		8	Europe/Zurich	47.49378	8.67136		Hinter Furt		ZH	110	230	
6295173	Wülflingen (Kreis 6) / Neuburg (Dorf)	wuelflingen-kreis-6-neuburg-dorf	CH		59	Europe/Zurich	47.49691	8.67858		Neuburg (Dorf)		ZH	110	230	
6295174	Wülflingen (Kreis 6) / Lindenplatz	wuelflingen-kreis-6-lindenplatz	CH		2555	Europe/Zurich	47.51098	8.6929		Lindenplatz		ZH	110	230	
6295175	Wülflingen (Kreis 6) / Lantig	wuelflingen-kreis-6-lantig	CH		34	Europe/Zurich	47.52199	8.69613		Lantig		ZH	110	230	
6295177	Wülflingen (Kreis 6) / Niederfeld	wuelflingen-kreis-6-niederfeld	CH		1227	Europe/Zurich	47.50904	8.67968		Niederfeld		ZH	110	230	
6295178	Wülflingen (Kreis 6) / Hardau	wuelflingen-kreis-6-hardau	CH		185	Europe/Zurich	47.51385	8.67987		Hardau		ZH	110	230	
6295179	Wülflingen (Kreis 6) / Härti	wuelflingen-kreis-6-haerti	CH		2602	Europe/Zurich	47.51262	8.684		Haerti,Härti		ZH	110	230	
6295180	Wülflingen (Kreis 6) / Taggenberg	wuelflingen-kreis-6-taggenberg	CH		140	Europe/Zurich	47.51731	8.68049		Taggenberg		ZH	110	230	
6295181	Mattenbach (Kreis 7) / Waldegg (westlicher Teil)	mattenbach-kreis-7-waldegg-westlicher-teil	CH		13	Europe/Zurich	47.48572	8.74724		Waldegg (westlicher Teil)		ZH	110	230	
6295182	Mattenbach (Kreis 7) / Eschenberg	mattenbach-kreis-7-eschenberg	CH		8	Europe/Zurich	47.4761	8.74535		Eschenberg		ZH	110	230	
6295183	Mattenbach (Kreis 7) / Deutweg	mattenbach-kreis-7-deutweg	CH		5930	Europe/Zurich	47.49419	8.73948		Deutweg		ZH	110	230	
6295184	Mattenbach (Kreis 7) / Gutschick	mattenbach-kreis-7-gutschick	CH		2923	Europe/Zurich	47.49104	8.75258		Gutschick		ZH	110	230	
6295185	Mattenbach (Kreis 7) / Endliker	mattenbach-kreis-7-endliker	CH		2169	Europe/Zurich	47.48821	8.74938		Endliker		ZH	110	230	
6295186	Kollbrunn / Kollbrunn (Dorfkern)	kollbrunn-kollbrunn-dorfkern	CH		1040	Europe/Zurich	47.45748	8.77413		Kollbrunn (Dorfkern)		ZH	110	231	
6295187	Kollbrunn / Bolstern	kollbrunn-bolstern	CH		170	Europe/Zurich	47.46127	8.78122		Bolstern		ZH	110	231	
6295188	Kollbrunn / Bolsternbuck	kollbrunn-bolsternbuck	CH		427	Europe/Zurich	47.45873	8.78157		Bolsternbuck		ZH	110	231	
6295189	Kollbrunn / Terrassensiedlung	kollbrunn-terrassensiedlung	CH		115	Europe/Zurich	47.46095	8.78342		Terrassensiedlung		ZH	110	231	
6295190	Kollbrunn / Steinhäldeli	kollbrunn-steinhaeldeli	CH		12	Europe/Zurich	47.45671	8.78515		Steinhaeldeli,Steinhäldeli		ZH	110	231	
6295191	Kollbrunn / Au	kollbrunn-au	CH		66	Europe/Zurich	47.45476	8.78635		Au		ZH	110	231	
6295192	Kollbrunn / Rutzen	kollbrunn-rutzen	CH		18	Europe/Zurich	47.4556	8.7888		Rutzen		ZH	110	231	
6295193	Rikon / Schöntal	rikon-schoental	CH		55	Europe/Zurich	47.45207	8.79249		Schoental,Schöntal		ZH	110	231	
6295194	Rikon / Rikon (Dorfkern)	rikon-rikon-dorfkern	CH		850	Europe/Zurich	47.44585	8.79796		Rikon,Rikon (Dorfkern),Rikon im Toesstal,Rikon im Tösstal		ZH	110	231	
6295195	Rikon / Hinter-Rikon	rikon-hinter-rikon	CH		215	Europe/Zurich	47.4423	8.79538		Hinter-Rikon		ZH	110	231	
6295196	Nussbergstrasse	nussbergstrasse	CH		5	Europe/Zurich	47.45771	8.78725				ZH	110	231	
6295197	Türliacker	tuerliacker	CH		8	Europe/Zurich	47.45888	8.8033				ZH	110	231	
6295199	Ober-Langenhard	ober-langenhard	CH		104	Europe/Zurich	47.45632	8.81156				ZH	110	231	
6295200	Wolfsbrunnen	wolfsbrunnen	CH		8	Europe/Zurich	47.46257	8.81291				ZH	110	231	
6295203	Garten	garten	CH		15	Europe/Zurich	47.45787	8.8325				ZH	110	231	
6295204	Schoren	schoren	CH		12	Europe/Zurich	47.45586	8.83901				ZH	110	231	
6295205	Obere Rutzen	obere-rutzen	CH		11	Europe/Zurich	47.45384	8.79237				ZH	110	231	
6295206	Unter-Langenhard	unter-langenhard	CH		79	Europe/Zurich	47.45164	8.80196				ZH	110	231	
6295211	Steinacker	steinacker	CH		9	Europe/Zurich	47.45421	8.81737				ZH	110	231	
6295214	Ober Rüti	ober-rueti	CH		9	Europe/Zurich	47.4487	8.82761				ZH	110	231	
6295215	Lettenberg	lettenberg	CH		24	Europe/Zurich	47.44871	8.83836				ZH	110	231	
6295217	Lochfeld	lochfeld	CH		21	Europe/Zurich	47.44198	8.78937				ZH	110	231	
6295223	Bruggäcker	bruggaecker	CH		387	Europe/Zurich	47.44295	8.81881				ZH	110	231	
6295226	Seefeld	seefeld	CH		5	Europe/Zurich	47.4371	8.81938				ZH	110	231	
6295227	Aesch / Dorfkern West	aesch-dorfkern-west	CH		135	Europe/Zurich	47.33741	8.4372		Dorfkern West		ZH	111	241	
6295228	Aesch / Dorfkern Ost	aesch-dorfkern-ost	CH		225	Europe/Zurich	47.33654	8.4387		Dorfkern Ost		ZH	111	241	
6295229	Sägissen	saegissen	CH		8	Europe/Zurich	47.343	8.43576				ZH	111	241	
6295231	Grabenacker	grabenacker	CH		4	Europe/Zurich	47.34031	8.43436				ZH	111	241	
6295237	Aesch / Eichacher	aesch-eichacher	CH		109	Europe/Zurich	47.3389	8.44032		Eichacher		ZH	111	241	
6295238	Aesch / Feld	aesch-feld	CH		163	Europe/Zurich	47.33814	8.44228		Feld		ZH	111	241	
6295239	Aesch / Halden	aesch-halden	CH		76	Europe/Zurich	47.33699	8.44396		Halden		ZH	111	241	
6295241	Aesch / Grossacker	aesch-grossacker	CH		72	Europe/Zurich	47.33381	8.44334		Grossacker		ZH	111	241	
6295242	Aesch / Brunnacker	aesch-brunnacker	CH		99	Europe/Zurich	47.33539	8.44114		Brunnacker		ZH	111	241	
6295245	Kühwald	kuehwald	CH		7	Europe/Zurich	47.32811	8.42331				ZH	111	241	
6295249	Birmensdorf / Oberdorf	birmensdorf-oberdorf	CH		296	Europe/Zurich	47.35151	8.43927		Oberdorf		ZH	111	242	
6295250	Birmensdorf / Schwerzgrub	birmensdorf-schwerzgrub	CH		219	Europe/Zurich	47.3577	8.43144		Schwerzgrub		ZH	111	242	
6295251	Birmensdorf / Güpf	birmensdorf-guepf	CH		31	Europe/Zurich	47.35706	8.43696		Guepf,Güpf		ZH	111	242	
6295252	Birmensdorf / Risi	birmensdorf-risi	CH		161	Europe/Zurich	47.35949	8.44608		Risi		ZH	111	242	
6295253	Birmensdorf / Risiloch	birmensdorf-risiloch	CH		344	Europe/Zurich	47.358	8.44635		Risiloch		ZH	111	242	
6295254	Birmensdorf / Obere Risi	birmensdorf-obere-risi	CH		44	Europe/Zurich	47.35846	8.45083		Obere Risi		ZH	111	242	
6295255	Birmensdorf / Sternen	birmensdorf-sternen	CH		262	Europe/Zurich	47.35876	8.45613		Sternen		ZH	111	242	
6295256	Birmensdorf / Haslen	birmensdorf-haslen	CH		669	Europe/Zurich	47.36001	8.4605		Haslen		ZH	111	242	
6295257	Birmensdorf / Brühl	birmensdorf-bruehl	CH		54	Europe/Zurich	47.35557	8.43971		Bruehl,Brühl		ZH	111	242	
6295258	Birmensdorf / Auf Dorf	birmensdorf-auf-dorf	CH		370	Europe/Zurich	47.35494	8.44307		Auf Dorf		ZH	111	242	
6295259	Birmensdorf / Weissenbrunnen	birmensdorf-weissenbrunnen	CH		414	Europe/Zurich	47.35627	8.44774		Weissenbrunnen		ZH	111	242	
6295260	Birmensdorf / Lettenmatt	birmensdorf-lettenmatt	CH		437	Europe/Zurich	47.35557	8.43479		Lettenmatt		ZH	111	242	
6295261	Birmensdorf / Kirchhalde	birmensdorf-kirchhalde	CH		237	Europe/Zurich	47.35349	8.44214		Kirchhalde		ZH	111	242	
6295262	Birmensdorf / Wullikon	birmensdorf-wullikon	CH		207	Europe/Zurich	47.35278	8.43493		Wullikon		ZH	111	242	
6295263	Birmensdorf / Unterdorf	birmensdorf-unterdorf	CH		351	Europe/Zurich	47.35292	8.43828		Unterdorf		ZH	111	242	
6295264	Birmensdorf / Kratz	birmensdorf-kratz	CH		94	Europe/Zurich	47.34942	8.43992		Kratz		ZH	111	242	
6295265	Birmensdorf / Mühlematt	birmensdorf-muehlematt	CH		191	Europe/Zurich	47.34921	8.44269		Muehlematt,Mühlematt		ZH	111	242	
6295266	Birmensdorf / Ruggen	birmensdorf-ruggen	CH		222	Europe/Zurich	47.3501	8.4439		Ruggen		ZH	111	242	
6295269	Ristet	ristet	CH		54	Europe/Zurich	47.3647	8.42932				ZH	111	242	
6295270	Aemet	aemet	CH		14	Europe/Zurich	47.35945	8.43436				ZH	111	242	
6295271	Sonnhalde	sonnhalde	CH		90	Europe/Zurich	47.35805	8.43814				ZH	111	242	
6295272	Moorhau-Fürhoger	moorhau-fuerhoger	CH		15	Europe/Zurich	47.35739	8.44186				ZH	111	242	
6295278	Hafnerberg	hafnerberg	CH		24	Europe/Zurich	47.3567	8.42118				ZH	111	242	
6295279	Schüren	schueren	CH		27	Europe/Zurich	47.35591	8.42878				ZH	111	242	
6295281	Landikon	landikon	CH		169	Europe/Zurich	47.35285	8.4621				ZH	111	242	
6295284	Behmer	behmer	CH		41	Europe/Zurich	47.35048	8.41863				ZH	111	242	
6295286	Vorder-Altenberg	vorder-altenberg	CH		17	Europe/Zurich	47.34759	8.42304				ZH	111	242	
6295287	Weberhaus	weberhaus	CH		14	Europe/Zurich	47.35103	8.42468				ZH	111	242	
6295288	Löffler	loeffler	CH		19	Europe/Zurich	47.35036	8.43063				ZH	111	242	
6295293	Birmensdorf / Haldenacher	birmensdorf-haldenacher	CH		80	Europe/Zurich	47.35634	8.43956		Haldenacher		ZH	111	242	
6295295	Dietikon / Im Berg	dietikon-im-berg	CH		142	Europe/Zurich	47.39976	8.3841		Im Berg		ZH	111	243	
6295296	Dietikon / Vorstadt	dietikon-vorstadt	CH		2619	Europe/Zurich	47.40819	8.39719		Vorstadt		ZH	111	243	
6295297	Dietikon / Unterdorf	dietikon-unterdorf	CH		748	Europe/Zurich	47.40606	8.40652		Unterdorf		ZH	111	243	
6295298	Dietikon / Fondli	dietikon-fondli	CH		966	Europe/Zurich	47.40838	8.38752		Fondli		ZH	111	243	
6295299	Dietikon / Almend	dietikon-almend	CH		2118	Europe/Zurich	47.40477	8.39168		Almend		ZH	111	243	
6295300	Dietikon / Oberdorf	dietikon-oberdorf	CH		4147	Europe/Zurich	47.40065	8.39416		Oberdorf		ZH	111	243	
6295301	Dietikon / Weinbergstrasse	dietikon-weinbergstrasse	CH		378	Europe/Zurich	47.40171	8.38594		Weinbergstrasse		ZH	111	243	
6295302	Dietikon / Kreuzacker	dietikon-kreuzacker	CH		1955	Europe/Zurich	47.39919	8.40146		Kreuzacker		ZH	111	243	
6295303	Dietikon / Rütematt	dietikon-ruetematt	CH		751	Europe/Zurich	47.39374	8.4011		Ruetematt,Rütematt		ZH	111	243	
6295304	Dietikon / Guggenbühl	dietikon-guggenbuehl	CH		1312	Europe/Zurich	47.40009	8.40818		Guggenbuehl,Guggenbühl		ZH	111	243	
6295305	Dietikon / Hofacker	dietikon-hofacker	CH		2826	Europe/Zurich	47.39718	8.41609		Hofacker		ZH	111	243	
6295306	Dietikon / Schönenwerd	dietikon-schoenenwerd	CH		1218	Europe/Zurich	47.39706	8.42576		Schoenenwerd,Schönenwerd		ZH	111	243	
6295307	Basi	basi	CH		11	Europe/Zurich	47.39691	8.39132				ZH	111	243	
6295308	Schwarzmatt	schwarzmatt	CH		4	Europe/Zurich	47.39624	8.39237				ZH	111	243	
6295309	Reppischhof	reppischhof	CH		12	Europe/Zurich	47.38389	8.39583				ZH	111	243	
6295310	Fahr	fahr	CH		4	Europe/Zurich	47.42571	8.39222				ZH	111	243	
6295311	Lerzen	lerzen	CH		48	Europe/Zurich	47.41927	8.39595				ZH	111	243	
6295312	Lerzen/Moosmatt	lerzen-moosmatt	CH		36	Europe/Zurich	47.41545	8.39853				ZH	111	243	
6295313	Blächen	blaechen	CH		47	Europe/Zurich	47.41074	8.39147				ZH	111	243	
6295314	Stierenmatt	stierenmatt	CH		36	Europe/Zurich	47.4107	8.40476				ZH	111	243	
6295315	Bodacher	bodacher	CH		1	Europe/Zurich	47.41189	8.38667				ZH	111	243	
6295316	Giessen	giessen	CH		8	Europe/Zurich	47.401	8.4274				ZH	111	243	
6295317	Lindenbüel	lindenbueel	CH		9	Europe/Zurich	47.39352	8.40825				ZH	111	243	
6295318	Geroldswil / Huebwiesen	geroldswil-huebwiesen	CH		996	Europe/Zurich	47.42254	8.40949		Huebwiesen		ZH	111	244	
6295319	Geroldswil / Bergacker	geroldswil-bergacker	CH		588	Europe/Zurich	47.4257	8.40884		Bergacker		ZH	111	244	
6295320	Geroldswil / Schweizäcker	geroldswil-schweizaecker	CH		371	Europe/Zurich	47.42343	8.40599		Schweizaecker,Schweizäcker		ZH	111	244	
6295321	Geroldswil / Welbrig	geroldswil-welbrig	CH		321	Europe/Zurich	47.42355	8.41413		Welbrig		ZH	111	244	
6295322	Geroldswil / Buebenau	geroldswil-buebenau	CH		156	Europe/Zurich	47.42151	8.40605		Buebenau		ZH	111	244	
6295323	Geroldswil / Stetten	geroldswil-stetten	CH		216	Europe/Zurich	47.41947	8.41242		Stetten		ZH	111	244	
6295324	Geroldswil / Talacker	geroldswil-talacker	CH		432	Europe/Zurich	47.42029	8.41375		Talacker		ZH	111	244	
6295325	Geroldswil / Haslern	geroldswil-haslern	CH		601	Europe/Zurich	47.42057	8.41611		Haslern		ZH	111	244	
6295326	Fahrweid (nördl. Teil) / Giessacker	fahrweid-noerdl-teil-giessacker	CH		162	Europe/Zurich	47.41692	8.41405		Giessacker		ZH	111	244	
6295327	Fahrweid (nördl. Teil) / Fahrweid	fahrweid-noerdl-teil-fahrweid	CH		660	Europe/Zurich	47.41171	8.41563		Fahrweid		ZH	111	244	
6295329	Oberengstringen / Zentrum	oberengstringen-zentrum	CH		1271	Europe/Zurich	47.40711	8.46276		Zentrum		ZH	111	245	
6295331	Oberengstringen / Sonnenberg	oberengstringen-sonnenberg	CH		1477	Europe/Zurich	47.41211	8.46055		Sonnenberg		ZH	111	245	
6295332	Oberengstringen / Rauchacher	oberengstringen-rauchacher	CH		1126	Europe/Zurich	47.40919	8.45627		Rauchacher		ZH	111	245	
6295333	Oberengstringen / Stalden	oberengstringen-stalden	CH		140	Europe/Zurich	47.41003	8.46616		Stalden		ZH	111	245	
6295334	Oberengstringen / Eggbühl	oberengstringen-eggbuehl	CH		843	Europe/Zurich	47.40686	8.47254		Eggbuehl,Eggbühl		ZH	111	245	
6295335	Oberengstringen / Kirchweg	oberengstringen-kirchweg	CH		948	Europe/Zurich	47.40514	8.47261		Kirchweg		ZH	111	245	
6295336	Oetwil / Erlen/Cholhölzli	oetwil-erlen-cholhoelzli	CH		64	Europe/Zurich	47.43216	8.39412		Erlen/Cholhoelzli,Erlen/Cholhölzli		ZH	111	246	
6295337	Chisbüel	chisbueel	CH		7	Europe/Zurich	47.42952	8.3851				ZH	111	246	
6295338	Oetwil / Bösgrüet	oetwil-boesgrueet	CH		80	Europe/Zurich	47.42987	8.39655		Boesgrueet,Bösgrüet		ZH	111	246	
6295339	Oetwil / Limmatwiese	oetwil-limmatwiese	CH		459	Europe/Zurich	47.42796	8.39197		Limmatwiese		ZH	111	246	
6295340	Oetwil / Sood	oetwil-sood	CH		190	Europe/Zurich	47.42815	8.39957		Sood		ZH	111	246	
6295341	Oetwil / Rebacker/Halde	oetwil-rebacker-halde	CH		378	Europe/Zurich	47.42503	8.39915		Rebacker/Halde		ZH	111	246	
6295342	Oetwil / Oberfeld	oetwil-oberfeld	CH		296	Europe/Zurich	47.42558	8.40172		Oberfeld		ZH	111	246	
6295345	Grihalde/Zainli	grihalde-zainli	CH		113	Europe/Zurich	47.431	8.39252				ZH	111	246	
6295346	Schlieren / Zentrum	schlieren-zentrum	CH		1207	Europe/Zurich	47.39779	8.4477		Zentrum		ZH	111	247	
6295347	Schlieren / Engstringerquartier	schlieren-engstringerquartier	CH		1877	Europe/Zurich	47.40338	8.44352		Engstringerquartier		ZH	111	247	
6295348	Schlieren / Industrie West	schlieren-industrie-west	CH		81	Europe/Zurich	47.40063	8.44159		Industrie West		ZH	111	247	
6295349	Schlieren / Spital	schlieren-spital	CH		2587	Europe/Zurich	47.39489	8.43027		Spital		ZH	111	247	
6295350	Schlieren / Pflugstrasse	schlieren-pflugstrasse	CH		704	Europe/Zurich	47.39631	8.43608		Pflugstrasse		ZH	111	247	
6295351	Schlieren / Heimeliweg	schlieren-heimeliweg	CH		284	Europe/Zurich	47.39399	8.4359		Heimeliweg		ZH	111	247	
6295352	Schlieren / Freiestrasse	schlieren-freiestrasse	CH		1212	Europe/Zurich	47.39598	8.44202		Freiestrasse		ZH	111	247	
6295353	Schlieren / Guggisbühl	schlieren-guggisbuehl	CH		297	Europe/Zurich	47.3939	8.44149		Guggisbuehl,Guggisbühl		ZH	111	247	
6295354	Schlieren / Kamp	schlieren-kamp	CH		1129	Europe/Zurich	47.39358	8.44453		Kamp		ZH	111	247	
6295355	Schlieren / Brunnacker	schlieren-brunnacker	CH		367	Europe/Zurich	47.39574	8.45064		Brunnacker		ZH	111	247	
6295356	Schlieren / Gugel	schlieren-gugel	CH		260	Europe/Zurich	47.39486	8.4547		Gugel		ZH	111	247	
6295357	Schlieren / Boden	schlieren-boden	CH		1241	Europe/Zurich	47.39721	8.45734		Boden		ZH	111	247	
6295358	Schlieren / Halde	schlieren-halde	CH		570	Europe/Zurich	47.39592	8.4612		Halde		ZH	111	247	
6295359	Schlieren / Hübler	schlieren-huebler	CH		372	Europe/Zurich	47.39537	8.46667		Huebler,Hübler		ZH	111	247	
6295360	Zelgli	zelgli	CH		7	Europe/Zurich	47.40654	8.4423				ZH	111	247	
6295361	Station Urdorf	station-urdorf	CH		34	Europe/Zurich	47.39058	8.43547				ZH	111	247	
6295362	Berg	berg	CH		16	Europe/Zurich	47.39203	8.46425				ZH	111	247	
6295363	Mülireben	muelireben	CH		35	Europe/Zurich	47.39296	8.44979				ZH	111	247	
6295366	Schlieren / Industrie Ost	schlieren-industrie-ost	CH		507	Europe/Zurich	47.40069	8.46077		Industrie Ost		ZH	111	247	
6295367	Moosäcker	moosaecker	CH		5	Europe/Zurich	47.39216	8.46059				ZH	111	247	
6295368	Pfaffenwis	pfaffenwis	CH		279	Europe/Zurich	47.3977	8.43758				ZH	111	247	
6295370	Uitikon / Uitikon (Dorfkern)	uitikon-uitikon-dorfkern	CH		640	Europe/Zurich	47.37064	8.45321		Uitikon (Dorfkern)		ZH	111	248	
6295371	Uitikon / Breitenacher	uitikon-breitenacher	CH		458	Europe/Zurich	47.37469	8.44884		Breitenacher		ZH	111	248	
6295372	Uitikon / Halde	uitikon-halde	CH		633	Europe/Zurich	47.37243	8.4559		Halde		ZH	111	248	
6295373	Uitikon / Schwerzgrub	uitikon-schwerzgrub	CH		130	Europe/Zurich	47.36873	8.4611		Schwerzgrub		ZH	111	248	
6295375	Uitikon / Ringlikon	uitikon-ringlikon	CH		422	Europe/Zurich	47.35832	8.47038		Ringlikon		ZH	111	248	
6295376	Uitikon / Wängi	uitikon-waengi	CH		149	Europe/Zurich	47.37565	8.44508		Waengi,Wängi		ZH	111	248	
6295378	Erziehungsanstalt	erziehungsanstalt	CH		50	Europe/Zurich	47.36867	8.44613				ZH	111	248	
6295379	Rüti	rueti	CH		7	Europe/Zurich	47.36594	8.45098				ZH	111	248	
6295381	Grossmatt	grossmatt	CH		54	Europe/Zurich	47.36201	8.45749				ZH	111	248	
6295386	Sparrenberg	sparrenberg	CH		2	Europe/Zurich	47.41721	8.45216				ZH	111	249	
6295387	Sonnenberg	sonnenberg	CH		12	Europe/Zurich	47.41536	8.45941				ZH	111	249	
6295388	Schinzbrünneli	schinzbruenneli	CH		4	Europe/Zurich	47.40967	8.44296				ZH	111	249	
6295390	Churzen-Teilen (Zelgli)	churzen-teilen-zelgli	CH		3	Europe/Zurich	47.40868	8.44762				ZH	111	249	
6295392	Chöpfli	choepfli	CH		2	Europe/Zurich	47.40544	8.40872				ZH	111	249	
6295395	Hochrütiweg	hochruetiweg	CH		0	Europe/Zurich	47.41821	8.44953				ZH	111	249	
6295396	Urdorf / Nieder-Urdorf	urdorf-nieder-urdorf	CH		749	Europe/Zurich	47.393	8.41973		Nieder-Urdorf		ZH	111	250	
6295397	Urdorf / Bodenfeld	urdorf-bodenfeld	CH		1840	Europe/Zurich	47.3892	8.42265		Bodenfeld		ZH	111	250	
6295398	Urdorf / Moos	urdorf-moos	CH		1266	Europe/Zurich	47.38977	8.42886		Moos		ZH	111	250	
6295399	Urdorf / Zentrum	urdorf-zentrum	CH		913	Europe/Zurich	47.38586	8.42387		Zentrum		ZH	111	250	
6295400	Urdorf / Heidenkeller	urdorf-heidenkeller	CH		743	Europe/Zurich	47.38495	8.42763		Heidenkeller		ZH	111	250	
6295401	Urdorf / Ob der Bahn	urdorf-ob-der-bahn	CH		513	Europe/Zurich	47.38703	8.43306		Ob der Bahn		ZH	111	250	
6295402	Urdorf / Oberurdorf	urdorf-oberurdorf	CH		1008	Europe/Zurich	47.38072	8.42343		Oberurdorf		ZH	111	250	
6295403	Urdorf / Fadmatt	urdorf-fadmatt	CH		895	Europe/Zurich	47.3821	8.42845		Fadmatt		ZH	111	250	
6295404	Urdorf / Weihermatt	urdorf-weihermatt	CH		376	Europe/Zurich	47.37887	8.42929		Weihermatt		ZH	111	250	
6295405	Urdorf / Baumgarten	urdorf-baumgarten	CH		902	Europe/Zurich	47.37924	8.42109		Baumgarten		ZH	111	250	
6295406	Unter Reppischtal	unter-reppischtal	CH		8	Europe/Zurich	47.37441	8.41062				ZH	111	250	
6295407	Chilstig	chilstig	CH		5	Europe/Zurich	47.37626	8.41721				ZH	111	250	
6295409	Wagenbach	wagenbach	CH		7	Europe/Zurich	47.37563	8.4271				ZH	111	250	
6295410	Bergermoos	bergermoos	CH		7	Europe/Zurich	47.37008	8.42452				ZH	111	250	
6295411	Möhren	moehren	CH		8	Europe/Zurich	47.37899	8.43426				ZH	111	250	
6295413	Schüracher	schueracher	CH		9	Europe/Zurich	47.37513	8.43593				ZH	111	250	
6295417	Bruederberg	bruederberg	CH		7	Europe/Zurich	47.42942	8.42808				ZH	111	251	
6295422	Hasennest	hasennest	CH		65	Europe/Zurich	47.41848	8.42673				ZH	111	251	
6295425	Im Büel	im-bueel	CH		212	Europe/Zurich	47.41535	8.44337				ZH	111	251	
6295426	Hängerten	haengerten	CH		172	Europe/Zurich	47.41628	8.44479				ZH	111	251	
6295427	Brunau	brunau	CH		389	Europe/Zurich	47.41384	8.41641				ZH	111	251	
6295428	Muniwis	muniwis	CH		478	Europe/Zurich	47.41071	8.41791				ZH	111	251	
6295429	Fahrweid (südl. Teil)	fahrweid-suedl-teil	CH		631	Europe/Zurich	47.40814	8.41367		Fahrweid		ZH	111	251	
6295432	Zürich (Kreis 12) / Auzelg	zuerich-kreis-12-auzelg	CH		1143	Europe/Zurich	47.41511	8.57014		Auzelg		ZH	112	261	
6295434	Zürich (Kreis 11) / Katzensee	zuerich-kreis-11-katzensee	CH		8	Europe/Zurich	47.42838	8.49091		Katzensee		ZH	112	261	
6295435	Zürich (Kreis 11) / Reckenholz	zuerich-kreis-11-reckenholz	CH		25	Europe/Zurich	47.42881	8.51814		Reckenholz		ZH	112	261	
6295436	Zürich (Kreis 11) / Schwandenholz	zuerich-kreis-11-schwandenholz	CH		1145	Europe/Zurich	47.42476	8.52125		Schwandenholz		ZH	112	261	
6295437	Zürich (Kreis 11) / Riedenholz	zuerich-kreis-11-riedenholz	CH		12	Europe/Zurich	47.43154	8.52949		Riedenholz		ZH	112	261	
6295438	Zürich (Kreis 11) / Frohbühl	zuerich-kreis-11-frohbuehl	CH		16	Europe/Zurich	47.42972	8.55449		Frohbuehl,Frohbühl		ZH	112	261	
6295440	Zürich (Kreis 11) / Waid	zuerich-kreis-11-waid	CH		29	Europe/Zurich	47.42379	8.52533		Waid		ZH	112	261	
6295443	Zürich (Kreis 2) / Höcklerbrücke	zuerich-kreis-2-hoecklerbruecke	CH		127	Europe/Zurich	47.35183	8.52388		Hoecklerbruecke,Höcklerbrücke		ZH	112	261	
6295444	Zürich (Kreis 2) / Mittel-Leimbach	zuerich-kreis-2-mittel-leimbach	CH		1891	Europe/Zurich	47.32538	8.51391		Mittel-Leimbach		ZH	112	261	
6295446	Zürich (Kreis 2) / Ris	zuerich-kreis-2-ris	CH		14	Europe/Zurich	47.32381	8.50618		Ris		ZH	112	261	
6295447	Zürich (Kreis 2) / Unter-Leimbach	zuerich-kreis-2-unter-leimbach	CH		2778	Europe/Zurich	47.33362	8.51433		Unterleimbach		ZH	112	261	
6295448	Zürich (Kreis 2) / Stationsgebiet Manegg	zuerich-kreis-2-stationsgebiet-manegg	CH		76	Europe/Zurich	47.34153	8.51946		Stationsgebiet Manegg		ZH	112	261	
6295451	Zürich (Kreis 3) / Friesenberg (Siedlung)	zuerich-kreis-3-friesenberg-siedlung	CH		133	Europe/Zurich	47.35834	8.49847		Friesenberg (Siedlung)		ZH	112	261	
6295453	Zürich (Kreis 3) / Gratweg	zuerich-kreis-3-gratweg	CH		3	Europe/Zurich	47.35352	8.48957		Gratweg		ZH	112	261	
6295454	Zürich (Kreis 3) / Oberer Kolbenhof	zuerich-kreis-3-oberer-kolbenhof	CH		37	Europe/Zurich	47.3528	8.50112		Oberer Kolbenhof		ZH	112	261	
6295456	Zürich (Kreis 3) / Uto-Staffel	zuerich-kreis-3-uto-staffel	CH		19	Europe/Zurich	47.34751	8.4953		Uto-Staffel		ZH	112	261	
6295457	Zürich (Kreis 7) / Im Klösterli	zuerich-kreis-7-im-kloesterli	CH		220	Europe/Zurich	47.3859	8.57626		Im Kloesterli,Im Klösterli		ZH	112	261	
6295458	Zürich (Kreis 7) / Zoologischer Garten	zuerich-kreis-7-zoologischer-garten	CH		66	Europe/Zurich	47.3845	8.57264		Zoologischer Garten		ZH	112	261	
6295463	Zürich (Kreis 7) / Tobelhof	zuerich-kreis-7-tobelhof	CH		164	Europe/Zurich	47.38266	8.58767		Tobelhof		ZH	112	261	
6295464	Zürich (Kreis 7) / Vorderer Adlisberg	zuerich-kreis-7-vorderer-adlisberg	CH		7	Europe/Zurich	47.37456	8.58301		Vorderer Adlisberg		ZH	112	261	
6295466	Zürich (Kreis 7) / Looren	zuerich-kreis-7-looren	CH		509	Europe/Zurich	47.364	8.59396		Looren		ZH	112	261	
6295531	Seen (Kreis 3)	seen-kreis-3	CH		15434	Europe/Zurich	47.47646	8.76996				ZH	110	230	
6295467	Zürich (Kreis 7) / Trichtenhausen (nördl. Teil)	zuerich-kreis-7-trichtenhausen-noerdl-teil	CH		3	Europe/Zurich	47.35174	8.60132		Trichtenhausen (noerdl. Teil),Trichtenhausen (nördl. Teil)		ZH	112	261	
6295473	Zürich (Kreis 9) / Wohnkolonie Hardhof	zuerich-kreis-9-wohnkolonie-hardhof	CH		75	Europe/Zurich	47.39643	8.49597		Wohnkolonie Hardhof		ZH	112	261	
6295475	Zürich (Kreis 10) / Wipkingen	zuerich-kreis-10-wipkingen	CH		15718	Europe/Zurich	47.39503	8.52529		Wipkingen		ZH	112	261	
6295476	Zürich (Kreis 10) / ETH-Hönggerberg	zuerich-kreis-10-eth-hoenggerberg	CH		5	Europe/Zurich	47.40951	8.50769		ETH-Hoenggerberg,ETH-Hönggerberg		ZH	112	261	
6295477	Zürich (Kreis 10) / Frankenbühl	zuerich-kreis-10-frankenbuehl	CH		20	Europe/Zurich	47.4093	8.47855		Frankenbuehl,Frankenbühl		ZH	112	261	
6295481	Zürich (Kreis 10) / Rütihof	zuerich-kreis-10-ruetihof	CH		3326	Europe/Zurich	47.41444	8.47928		Ruetihof,Rütihof		ZH	112	261	
6295483	Zürich (Kreis 1) / Rathaus	zuerich-kreis-1-rathaus	CH		3091	Europe/Zurich	47.37161	8.54501		Rathaus		ZH	112	261	
6295484	Zürich (Kreis 11) / Affoltern	zuerich-kreis-11-affoltern	CH		17241	Europe/Zurich	47.41814	8.5122		Affoltern		ZH	112	261	
6295485	Zürich (Kreis 10) / Am Hönggerberg	zuerich-kreis-10-am-hoenggerberg	CH		5	Europe/Zurich	47.40305	8.50798		Am Hoenggerberg,Am Hönggerberg		ZH	112	261	
6295487	Zürich (Kreis 10) / Holzwiese	zuerich-kreis-10-holzwiese	CH		6	Europe/Zurich	47.4053	8.51832		Holzwiese		ZH	112	261	
6295489	Zürich (Kreis 1) / Hochschulen	zuerich-kreis-1-hochschulen	CH		707	Europe/Zurich	47.36601	8.54594		Hochschulen		ZH	112	261	
6295490	Zürich (Kreis 12) / Saatlen	zuerich-kreis-12-saatlen	CH		5209	Europe/Zurich	47.41127	8.5648		Saatlen		ZH	112	261	
6295491	Zürich (Kreis 12) / Schwamendingen-Mitte	zuerich-kreis-12-schwamendingen-mitte	CH		10476	Europe/Zurich	47.4063	8.57242		Schwamendingen-Mitte		ZH	112	261	
6295492	Zürich (Kreis 12) / Hirzenbach	zuerich-kreis-12-hirzenbach	CH		11335	Europe/Zurich	47.40187	8.58633		Hirzenbach		ZH	112	261	
6295493	Zürich (Kreis 1) / Lindenhof	zuerich-kreis-1-lindenhof	CH		1298	Europe/Zurich	47.37188	8.54036		Lindenhof		ZH	112	261	
6295494	Zürich (Kreis 1) / City	zuerich-kreis-1-city	CH		1089	Europe/Zurich	47.37269	8.53576				ZH	112	261	
6295495	Zürich (Kreis 2) / Wollishofen	zuerich-kreis-2-wollishofen	CH		16073	Europe/Zurich	47.3401	8.53134		Wollishofen		ZH	112	261	
6295496	Zürich (Kreis 2) / Enge	zuerich-kreis-2-enge	CH		8253	Europe/Zurich	47.3605	8.53127		Enge		ZH	112	261	
6295497	Zürich (Kreis 3) / Friesenberg	zuerich-kreis-3-friesenberg	CH		9909	Europe/Zurich	47.36372	8.50417		Friesenberg		ZH	112	261	
6295498	Zürich (Kreis 3) / Sihlfeld	zuerich-kreis-3-sihlfeld	CH		20977	Europe/Zurich	47.37382	8.51164		Sihlfeld		ZH	112	261	
6295499	Zürich (Kreis 4) / Werd	zuerich-kreis-4-werd	CH		3911	Europe/Zurich	47.37178	8.52584		Werd		ZH	112	261	
6295500	Zürich (Kreis 4) / Langstrasse	zuerich-kreis-4-langstrasse	CH		10386	Europe/Zurich	47.37767	8.52854		Langstrasse		ZH	112	261	
6295501	Zürich (Kreis 4) / Hard	zuerich-kreis-4-hard	CH		12976	Europe/Zurich	47.38311	8.50942		Hard		ZH	112	261	
6295502	Zürich (Kreis 5) / Gewerbeschule	zuerich-kreis-5-gewerbeschule	CH		9891	Europe/Zurich	47.38481	8.53011		Gewerbeschule		ZH	112	261	
6295503	Zürich (Kreis 5) / Escher-Wyss	zuerich-kreis-5-escher-wyss	CH		1846	Europe/Zurich	47.39052	8.51292		Escher-Wyss		ZH	112	261	
6295504	Zürich (Kreis 6) / Unterstrass	zuerich-kreis-6-unterstrass	CH		20045	Europe/Zurich	47.3953	8.53721		Unterstrass		ZH	112	261	
6295505	Zürich (Kreis 6) / Oberstrass	zuerich-kreis-6-oberstrass	CH		9906	Europe/Zurich	47.38917	8.5504		Oberstrass		ZH	112	261	
6295506	Zürich (Kreis 7) / Fluntern	zuerich-kreis-7-fluntern	CH		7009	Europe/Zurich	47.38013	8.56133		Fluntern		ZH	112	261	
6295507	Zürich (Kreis 7) / Hottingen	zuerich-kreis-7-hottingen	CH		9934	Europe/Zurich	47.37011	8.56306		Hottingen		ZH	112	261	
6295508	Zürich (Kreis 7) / Hirslanden	zuerich-kreis-7-hirslanden	CH		6769	Europe/Zurich	47.3624	8.56755		Hirslanden		ZH	112	261	
6295509	Zürich (Kreis 8) / Seefeld	zuerich-kreis-8-seefeld	CH		4998	Europe/Zurich	47.35462	8.55537		Seefeld		ZH	112	261	
6295510	Zürich (Kreis 8) / Mühlebach	zuerich-kreis-8-muehlebach	CH		5570	Europe/Zurich	47.35727	8.55744		Muehlebach,Mühlebach		ZH	112	261	
6295511	Zürich (Kreis 8) / Weinegg	zuerich-kreis-8-weinegg	CH		4951	Europe/Zurich	47.3525	8.57011		Weinegg		ZH	112	261	
6295512	Zürich (Kreis 9) / Albisrieden	zuerich-kreis-9-albisrieden	CH		16480	Europe/Zurich	47.37398	8.49007		Albisrieden		ZH	112	261	
6295513	Zürich (Kreis 9) / Altstetten	zuerich-kreis-9-altstetten	CH		28307	Europe/Zurich	47.38946	8.48533		Altstetten		ZH	112	261	
6295517	Hegnau	hegnau	CH		7961	Europe/Zurich	47.39227	8.66988				ZH	109	199	
6295520	Stadt Winterthur (Kreis 1)	stadt-winterthur-kreis-1	CH		16182	Europe/Zurich	47.49494	8.71954				ZH	110	230	
6295521	Zürich (Kreis 5)	zuerich-kreis-5	CH		11737	Europe/Zurich	47.38767	8.52152		Industriequartier		ZH	112	261	
6295522	Dänikon	daenikon	CH		1682	Europe/Zurich	47.44674	8.40648		Daenikon,Dänikon		ZH	104	85	
6295523	Zürich (Kreis 12)	zuerich-kreis-12	CH		28189	Europe/Zurich	47.40372	8.57608				ZH	112	261	
6295524	Wülflingen (Kreis 6)	wuelflingen-kreis-6	CH		12598	Europe/Zurich	47.51036	8.68333				ZH	110	230	
6295525	Sulz	sulz	CH		1244	Europe/Zurich	47.53954	8.78887				ZH	110	225	
6295526	Obere Höfe	obere-hoefe	CH		39	Europe/Zurich	47.43924	8.72266				ZH	108	296	
6295527	Seglingen	seglingen	CH		1144	Europe/Zurich	47.57244	8.52093				ZH	103	55	
6295528	Niederglatt	niederglatt	CH		3632	Europe/Zurich	47.49066	8.49987		Niederglatt,Niederglatt ZH		ZH	104	89	
6295529	Fahrweid (nördl. Teil)	fahrweid-noerdl-teil	CH		822	Europe/Zurich	47.41432	8.41484				ZH	111	251	
6295532	Zürich (Kreis 3)	zuerich-kreis-3	CH		46018	Europe/Zurich	47.35785	8.50296				ZH	112	261	
6295533	Zürich (Kreis 11)	zuerich-kreis-11	CH		54260	Europe/Zurich	47.42326	8.52166				ZH	112	261	
6295534	Zürich (Kreis 9)	zuerich-kreis-9	CH		44878	Europe/Zurich	47.38245	8.47993				ZH	112	261	
6295535	Aesch	aesch	CH		879	Europe/Zurich	47.33674	8.44099		Aesch,Aesch ZH		ZH	111	241	
6295536	Oberwinterthur (Kreis 2)	oberwinterthur-kreis-2	CH		16356	Europe/Zurich	47.51692	8.76863				ZH	110	230	
6295538	Hermikon	hermikon	CH		54	Europe/Zurich	47.38407	8.63457				ZH	109	191	
6295539	Zürich (Kreis 10)	zuerich-kreis-10	CH		36216	Europe/Zurich	47.40773	8.5005				ZH	112	261	
6295540	Zürich (Kreis 2)	zuerich-kreis-2	CH		29215	Europe/Zurich	47.33756	8.5211				ZH	112	261	
6295542	Zürich (Kreis 8)	zuerich-kreis-8	CH		15519	Europe/Zurich	47.3548	8.56097				ZH	112	261	
6295544	Untere Höfe	untere-hoefe	CH		27	Europe/Zurich	47.40119	8.71504				ZH	108	296	
6295545	Seuzach Dorf	seuzach-dorf	CH		3969	Europe/Zurich	47.5356	8.73209		Seuzach		ZH	110	227	
6295546	Zürich (Kreis 1)	zuerich-kreis-1	CH		6185	Europe/Zurich	47.37055	8.54177		Altstadt		ZH	112	261	
6295547	Mattenbach (Kreis 7)	mattenbach-kreis-7	CH		11043	Europe/Zurich	47.48705	8.74681				ZH	110	230	
6295548	Zürich (Kreis 7)	zuerich-kreis-7	CH		33820	Europe/Zurich	47.37328	8.58038				ZH	112	261	
6295549	Obermeilen	obermeilen	CH		2871	Europe/Zurich	47.26574	8.65567				ZH	107	156	
6295550	Zürich (Kreis 6)	zuerich-kreis-6	CH		29951	Europe/Zurich	47.39223	8.54381				ZH	112	261	
6295551	Elsau-Räterschen	elsau-raeterschen	CH		1395	Europe/Zurich	47.50238	8.79874				ZH	110	219	
6295639	Feld	feld	CH		51	Europe/Zurich	47.22752	8.53313				ZH	101	6	
6295640	Rümlang / Breite	ruemlang-breite	CH		137	Europe/Zurich	47.45389	8.53484		Breite		ZH	104	97	
6295641	Letten	letten	CH		21	Europe/Zurich	47.43942	8.53445				ZH	104	97	
6295642	Letten	letten	CH		164	Europe/Zurich	47.32811	8.53458				ZH	106	131	
6295643	Feld	feld	CH		7	Europe/Zurich	47.24721	8.58486				ZH	106	295	
6295644	Oberrieden / See	oberrieden-see	CH		645	Europe/Zurich	47.27464	8.58236		See		ZH	106	137	
6295645	Thalwil / See	thalwil-see	CH		1893	Europe/Zurich	47.29409	8.56929		See		ZH	106	141	
6295646	Feld	feld	CH		30	Europe/Zurich	47.2136	8.66488				ZH	106	293	
6295647	Feldmeilen / Feld	feldmeilen-feld	CH		23	Europe/Zurich	47.27806	8.61942		Feld		ZH	107	156	
6295648	Sennhof	sennhof	CH		57	Europe/Zurich	47.39032	8.78764				ZH	108	178	
6295649	Hofstetten	hofstetten	CH		8	Europe/Zurich	47.41012	8.8415				ZH	108	181	
6295650	Feld	feld	CH		3	Europe/Zurich	47.35012	8.66373				ZH	109	195	
6295651	Sennhof	sennhof	CH		17	Europe/Zurich	47.47652	8.86247				ZH	110	294	
6295652	Hofstetten	hofstetten	CH		3	Europe/Zurich	47.42529	8.89604				ZH	110	228	
6295653	Birmensdorf / Letten	birmensdorf-letten	CH		89	Europe/Zurich	47.35541	8.43699		Letten		ZH	111	242	
6295654	Au	au	CH		6	Europe/Zurich	47.20048	8.63473				ZH	106	293	
6295655	Au	au	CH		43	Europe/Zurich	47.17751	8.65999				ZH	106	293	
6295656	Obermeilen / Au	obermeilen-au	CH		406	Europe/Zurich	47.2718	8.66409		Au		ZH	107	156	
6324440	Gurbrü	gurbrue	CH		0	Europe/Zurich	46.96485	7.21527		Gurbrju,gu er bu lu,Гурбрю,古爾布呂		BE	246	665	
6545058	Altenberg	altenberg	CH		0	Europe/Zurich	46.95061	7.45772				BE	246	351	
6545324	Lätzenachere	laetzenachere	CH		15	Europe/Zurich	46.40383	7.27111	1200			BE	248	841	
6547131	Waldegg	waldegg	CH		2	Europe/Zurich	46.84289	7.16128	581			FR	1006	2293	
6559544	Flumserberge	flumserberge	CH		0	Europe/Zurich	47.08913	9.30336	1400	Flumserberg,Flumserberg Tannenheim		SG	1725	3292	
6559548	Moléson	moleson	CH		0	Europe/Zurich	46.56619	7.03782		Moleson-sur-Gruyeres,Moléson-sur-Gruyères		FR	1003	2135	
6559550	Siviez	siviez	CH		0	Europe/Zurich	46.13661	7.31603		Siviez (Nendaz)		VS	2302	6024	
6559628	Alpe des Chaux	alpe-des-chaux	CH		0	Europe/Zurich	46.28731	7.09799				VD	2221	5405	
6559630	Hasliberg	hasliberg	CH		0	Europe/Zurich	46.74466	8.19535		Haslibergi vald,Khasliberg,ha si li bei ge,Хаслиберг,哈斯利貝格		BE	250	783	
6559631	Franex	franex	CH		0	Europe/Zurich	46.79239	6.82206				FR	1001	2054	
6559633	Atzmännig	atzmaennig	CH		0	Europe/Zurich	47.2854	8.99704				SG	1726	3342	
6559636	Mayens d'Arbaz	mayens-d-arbaz	CH		0	Europe/Zurich	46.30198	7.37383				VS	2312	6261	
6559639	Mormont	mormont	CH		0	Europe/Zurich	47.43947	7.0387				JU	2603	6783	
6612097	Dörflingen	doerflingen	CH		890	Europe/Zurich	47.70604	8.72241	447	D'orflingen,Djorflingen,Дьорфлинген,Дёрфлинген		SH	1402	2915	
6612098	Gennersbrunn	gennersbrunn	CH		20	Europe/Zurich	47.71242	8.6883	440			SH	1403	2939	
6612099	Hinterdorf	hinterdorf	CH		0	Europe/Zurich	47.70369	8.7252	451			SH	1402	2915	
6612100	Neudörflingen	neudoerflingen	CH		0	Europe/Zurich	47.70972	8.72186	468			SH	1402	2915	
6612102	Dörflingen, Laag	doerflingen-laag	CH		0	Europe/Zurich	47.69275	8.72036	400			SH	1402	2915	
6612103	Underberg	underberg	CH		0	Europe/Zurich	47.70601	8.71542	433			SH	1402	2915	
6612110	Buch	buch	CH		290	Europe/Zurich	47.71744	8.78151	418	Buch,Buch SH		SH	1405	2961	
6612111	Buch, Hard	buch-hard	CH		0	Europe/Zurich	47.71958	8.78692	419			SH	1405	2961	
6612112	Buch, Blindenhusen	buch-blindenhusen	CH		0	Europe/Zurich	47.72631	8.78632	434			SH	1405	2961	
6615382	Bretaye	bretaye	CH		0	Europe/Zurich	46.32227	7.07425				VD	2221	5409	
6615383	Villy	villy	CH		0	Europe/Zurich	46.28344	6.99666				VD	2221	5409	
6615384	Saint-Triphon	saint-triphon	CH		0	Europe/Zurich	46.29269	6.97812				VD	2221	5409	
6615385	Verchiez	verchiez	CH		0	Europe/Zurich	46.30597	6.98087				VD	2221	5409	
6615402	Vidy	vidy	CH		0	Europe/Zurich	46.51606	6.60029				VD	2225	5586	
6615407	Antagnes	antagnes	CH		0	Europe/Zurich	46.2765	7.01297				VD	2221	5409	
6615408	Plambuit	plambuit	CH		0	Europe/Zurich	46.32382	7.02962				VD	2221	5409	
6615540	Grand Saint Bernard	grand-saint-bernard	CH		0	Europe/Zurich	45.86898	7.17107				VS	2303	6032	
6619276	L'Orient	l-orient	CH		0	Europe/Zurich	46.60145	6.23942		Orient		VD	2224	5872	
6690631	Romont	romont	CH		0	Europe/Zurich	47.18865	7.34063		Romon,Romont BE,Romont i Bern,luo meng te,Ромон,羅蒙特		BE	241	442	
6691326	Niederwil	niederwil	CH		0	Europe/Zurich	47.252	7.57134		Niederwil,Niederwil SO		SO	1107	2554	
6691327	Balm bei Guensberg	balm-bei-guensberg	CH		0	Europe/Zurich	47.25311	7.55825		Balm b. Guensberg,Balm b. Günsberg		SO	1107	2541	
6691331	Aeschi	aeschi	CH		0	Europe/Zurich	47.17977	7.66138		Aeschi SO,Ehshi,ai xi,Эши,埃希		SO	1106	2511	
6691335	Attisholz	attisholz	CH		0	Europe/Zurich	47.22656	7.5773				SO	1107	2554	
6691341	Oberbellach	oberbellach	CH		0	Europe/Zurich	47.21187	7.48632				SO	1107	2542	
6691342	Rüttenen	ruettenen	CH		0	Europe/Zurich	47.23053	7.5295		Rjuttenen,lu te nen,Рюттенен,呂特嫩		SO	1107	2555	
6691343	Oberrüttenen	oberruettenen	CH		0	Europe/Zurich	47.23968	7.53121				SO	1107	2555	
6691344	Ammansegg	ammansegg	CH		0	Europe/Zurich	47.17139	7.52941		Lohn-Ammannsegg		SO	1106	2526	
6691346	Buchegg	buchegg	CH		0	Europe/Zurich	47.1425	7.50976		Kyburg-Buchegg		SO	1103	2465	
6691347	Brügglen	bruegglen	CH		0	Europe/Zurich	47.14239	7.49619		Brjuglen,bu lu ge lun,Брюглен,布呂格倫		SO	1103	2465	
6691348	Biel-Mett	biel-mett	CH		0	Europe/Zurich	47.1449	7.27896		Mett - Mache,Mett - Mâche,Mett/Mache,Mett/Mâche		BE	242	371	
6691349	Bleichenberg	bleichenberg	CH		0	Europe/Zurich	47.19129	7.55842				SO	1106	2513	
6691353	Altreu	altreu	CH		0	Europe/Zurich	47.19234	7.44847				SO	1107	2556	
6691354	Haag	haag	CH		0	Europe/Zurich	47.20686	7.43753				SO	1107	2556	
6691357	Niederönz	niederoenz	CH		0	Europe/Zurich	47.18423	7.6906				BE	244	982	
6691358	Burgäschi	burgaeschi	CH		0	Europe/Zurich	47.17303	7.6709				SO	1106	2511	
6691360	Steinhof	steinhof	CH		0	Europe/Zurich	47.16124	7.68674		Shtajnkhof,Steinhof SO,si tai yin huo fu,stayn hwf,Штайнхоф,ستاين هوف,斯泰因霍夫		SO	1106	2511	
6691361	Hüniken	hueniken	CH		0	Europe/Zurich	47.18473	7.63627				SO	1106	2524	
6691363	Weissenstein	weissenstein	CH		0	Europe/Zurich	47.25273	7.50692		Weissenstein b. Solothurn		SO	1107	2553	
6691364	Nesselboden	nesselboden	CH		0	Europe/Zurich	47.24521	7.5089				SO	1107	2553	
6691366	Lüsslingen	luesslingen	CH		0	Europe/Zurich	47.19	7.50169		Luesslingen,Lüsslingen		SO	1103	2464	
6691371	Weissenried	weissenried	CH		0	Europe/Zurich	47.20802	7.72957				BE	244	342	
6691372	Buchs	buchs	CH		0	Europe/Zurich	47.20056	8.03083		Buchs LU		LU	315	1125	
6691375	Zielenbach	zielenbach	CH		0	Europe/Zurich	47.15783	7.57233				BE	245	556	
6691376	Nennigkofen (Aare-Inseli)	nennigkofen-aare-inseli	CH		0	Europe/Zurich	47.19417	7.48255				SO	1107	2556	
6691380	Solothurn (Vorstadt)	solothurn-vorstadt	CH		0	Europe/Zurich	47.20463	7.53879				SO	1109	2601	
6691382	Solothurn (West-Stadt)	solothurn-west-stadt	CH		0	Europe/Zurich	47.21228	7.51903				SO	1109	2601	
6691383	Solothurn (Sonnenpark)	solothurn-sonnenpark	CH		0	Europe/Zurich	47.2081	7.5163				SO	1109	2601	
6691384	Langendorf (Sunnerain-Quartier)	langendorf-sunnerain-quartier	CH		0	Europe/Zurich	47.22591	7.51426				SO	1107	2550	
6691385	Grenchenberg	grenchenberg	CH		0	Europe/Zurich	47.21049	7.36962				SO	1107	2546	
6691388	Thörigen	thoerigen	CH		0	Europe/Zurich	47.17306	7.72888				BE	244	989	
6691392	Sankt Urban	sankt-urban	CH		0	Europe/Zurich	47.23181	7.84175		St. Urban		LU	315	1139	
6691398	Glashütten	glashuetten	CH		0	Europe/Zurich	47.25876	7.84462				AG	1910	4279	
6691404	Grenchen (Lingerizquartier)	grenchen-lingerizquartier	CH		0	Europe/Zurich	47.18763	7.3805				SO	1107	2546	
6691406	Wylihof	wylihof	CH		0	Europe/Zurich	47.22569	7.59009				SO	1106	2516	
6691407	Dettenbühl	dettenbuehl	CH		0	Europe/Zurich	47.25488	7.63515				BE	244	995	
6691411	Härkingen	haerkingen	CH		0	Europe/Zurich	47.30892	7.81806		Kherkingen,hei jin gen,Херкинген,黑金根		SO	1101	2402	
6691412	Kappel	kappel	CH		0	Europe/Zurich	47.32475	7.84647		Kappel,Kappel SO,Kappel i Sveits,Kappel',ka pei er,Каппель,卡佩爾		SO	1108	2580	
6691482	Solothurn (Alleepark)	solothurn-alleepark	CH		0	Europe/Zurich	47.21394	7.5227				SO	1109	2601	
6691632	Morges St-Jean	morges-st-jean	CH		0	Europe/Zurich	46.5178	6.50914				VD	2227	5642	
6691633	Trogne	trogne	CH		0	Europe/Zurich	46.1683	7.45165		Trogne (St-Martin)		VS	2305	6087	
6691635	Le Petit-Saconnex	le-petit-saconnex	CH		0	Europe/Zurich	46.22427	6.12076				GE	2500	6623	
6691636	Plainpalais	plainpalais	CH		0	Europe/Zurich	46.19789	6.14076				GE	2500	6621	
6691637	Champel	champel	CH		0	Europe/Zurich	46.19026	6.15307				GE	2500	6621	
6691638	Vieille-Ville	vieille-ville	CH		0	Europe/Zurich	46.2019	6.14707				GE	2500	6621	
6691639	Florissant-Malagnou	florissant-malagnou	CH		0	Europe/Zurich	46.1973	6.15844		Florissant - Malagnou		GE	2500	6621	
6691640	Lancy	lancy	CH		27291	Europe/Zurich	46.18981	6.11441		Lanci,Lanciacus,Lansi,lang xi,lansy,ranshi,Ланси,لانسي,لانسی,ランシー,朗西		GE	2500	6628	
6691642	Perly-Certoux	perly-certoux	CH		0	Europe/Zurich	46.15698	6.09226		Perli-Sertu,Perly,pei er li-sai er tu,Перли-Серту,ペルリー・セルトゥ,佩尔利-赛尔图		GE	2500	6632	
6691643	Jonction	jonction	CH		0	Europe/Zurich	46.20128	6.1302				GE	2500	6621	
6691672	Häfelfingen	haefelfingen	CH		272	Europe/Zurich	47.41493	7.866	543	Khefel'fingen,hei fu fen gen,Хефельфинген,黑弗芬根		BL	1304	2847	
6691769	Oberwichtrach	oberwichtrach	CH		0	Europe/Zurich	46.84235	7.57816				BE	246	632	
6691870	Untertschappina	untertschappina	CH		0	Europe/Zurich	46.68676	9.38604				GR	1851	3669	
6691871	Obertschappina	obertschappina	CH		155	Europe/Zurich	46.68663	9.37145				GR	1851	3669	
6691872	Oberurmein	oberurmein	CH		0	Europe/Zurich	46.6983	9.38627				GR	1851	3670	
6691991	Champlan	champlan	CH		0	Europe/Zurich	46.24712	7.37294		Champlan (Grimisuat)		VS	2312	6263	
6692164	Rohr AG	rohr-ag	CH		0	Europe/Zurich	47.40166	8.07959		Aarau Rohr,Rohr AG,Rohr im Aargau		AG	1901	4001	
6692170	Mont-Pelerin	mont-pelerin	CH		0	Europe/Zurich	46.48244	6.83058		Le Mont-Pelerin,Le Mont-Pèlerin		VD	2230	5882	
6692198	La Cantine	la-cantine	CH		0	Europe/Zurich	46.68675	7.09554				FR	1003	2122	
6692324	Wilen	wilen	CH		0	Europe/Zurich	46.87988	8.22249		Wilen (Sarnen)		OW	600	1407	
6692327	Fürigen	fuerigen	CH		0	Europe/Zurich	46.98271	8.35184				NW	700	1510	
6692332	Hauterive	hauterive	CH		0	Europe/Zurich	47.01233	6.97615		Hauterive NE,Hauterive i Neuchatel,Hauterive i Neuchâtel,hao tai li fu,豪泰里夫		NE	2404	6454	
6692333	Tete-De-Ran	tete-de-ran	CH		0	Europe/Zurich	47.05791	6.85883				NE	2405	6487	
6692354	Sant Antonino	sant-antonino	CH		0	Europe/Zurich	46.15237	8.97995		S. Antonino,Sant'Anonino		TI	2101	5017	
6692367	Münchenwiler	muenchenwiler	CH		0	Europe/Zurich	46.91334	7.12556		Villars les Moines	669	BE	246	669	
6692368	Thielle-Wavre	thielle-wavre	CH		0	Europe/Zurich	47.02465	7.02151		Wavre		NE	2404	6451	
6692370	Staad	staad	CH		0	Europe/Zurich	47.48055	9.53253		Staad,Staad SG		SG	1722	3237	
6692411	Ronchini	ronchini	CH		0	Europe/Zurich	46.2346	8.72872				TI	2108	5317	
6695938	Stetten	stetten	CH		1065	Europe/Zurich	47.74025	8.66298	577	Stetten SH		SH	1402	2919	
6695939	Büttenhardt	buettenhardt	CH		350	Europe/Zurich	47.75706	8.6533	655			SH	1402	2914	
6695940	Thayngen, Opfertshofen	thayngen-opfertshofen	CH		132	Europe/Zurich	47.77677	8.66203	568			SH	1402	2920	
6695941	Thayngen, Altdorf	thayngen-altdorf	CH		205	Europe/Zurich	47.78423	8.65952	512	Altdorf SH		SH	1402	2920	
6695942	Thayngen, Barzheim	thayngen-barzheim	CH		0	Europe/Zurich	47.7605	8.72132	515	Barzheim		SH	1402	2920	
6695943	Bargen	bargen	CH		236	Europe/Zurich	47.79189	8.61022	606	Bargen SH		SH	1403	2931	
6695944	Löhningen	loehningen	CH		1124	Europe/Zurich	47.70121	8.55236	480			SH	1401	2903	
6695992	Schleitheim, Oberwiesen	schleitheim-oberwiesen	CH		0	Europe/Zurich	47.74965	8.45819	451			SH	1404	2952	
6696015	Siblinger Randenhaus	siblinger-randenhaus	CH		0	Europe/Zurich	47.73026	8.53796	830			SH	1404	2953	
6696346	Nussbaumen	nussbaumen	CH		0	Europe/Zurich	47.48719	8.29174		Nussbaumen (Obersiggenthal),Nussbaumen AG,Nussbaumen bei Baden		AG	1902	4038	
6696347	Rieden	rieden	CH		0	Europe/Zurich	47.48455	8.30184		Rieden (Obersiggenthal)		AG	1902	4038	
6696494	Kirchdorf	kirchdorf	CH		0	Europe/Zurich	47.49659	8.27537		Kirchdorf (Obersiggenthal),Kirchdorf AG		AG	1902	4038	
6696495	Tromsberg	tromsberg	CH		0	Europe/Zurich	47.49876	8.28245				AG	1902	4038	
6697041	Le Bévieux	le-bevieux	CH		0	Europe/Zurich	46.25923	7.03114	485			VD	2221	5402	
6697044	Les Planeys	les-planeys	CH		0	Europe/Zurich	46.19157	6.98881	1517			VS	2310	6217	
6697287	Altenburg (Brugg)	altenburg-brugg	CH		500	Europe/Zurich	47.48205	8.19547	340			AG	1904	4095	
6697288	Lauffohr (Brugg)	lauffohr-brugg	CH		2000	Europe/Zurich	47.50154	8.23122	340	Lauffohr		AG	1904	4095	
6698588	Reinach	reinach	CH		0	Europe/Zurich	47.49702	7.59172		Rajnakh,Reinach BL,lai na he,Райнах,賴納赫		BL	1301	2773	
6698593	Flüh	flueh	CH		0	Europe/Zurich	47.48432	7.498				SO	1104	2476	
6698594	Bättwil	baettwil	CH		0	Europe/Zurich	47.48954	7.5083		Baettwil-Flueh,Bättwil-Flüh,bei te wei er,貝特維爾		SO	1104	2471	
6698596	Biel-Benken	biel-benken	CH		0	Europe/Zurich	47.50781	7.52581		Bil'-Benken,bi er-ben ken,Биль-Бенкен,比爾-本肯		BL	1301	2764	
6698599	Sisseln	sisseln	CH		0	Europe/Zurich	47.55313	7.9917		Sisseln,Sisseln AG,Zissel'n,xi se er en,Зиссельн,錫瑟爾恩		AG	1906	4177	
6930125	La Vare	la-vare	CH		0	Europe/Zurich	46.26175	7.13783	1756			VD	2221	5402	
6935407	Helisbühl	helisbuehl	CH		0	Europe/Zurich	46.82423	7.61666				BE	246	610	
6935408	Sädel	saedel	CH		0	Europe/Zurich	46.84196	7.53645				BE	246	866	
6935410	Unterdettigen	unterdettigen	CH		0	Europe/Zurich	46.96833	7.39328				BE	246	360	
6935411	Oberdettigen	oberdettigen	CH		0	Europe/Zurich	46.97279	7.39206				BE	246	360	
6935412	Wohlen bei Bern	wohlen-bei-bern	CH		0	Europe/Zurich	46.97113	7.35593		Volen-Bern,Wohlen b. Bern,Wohlen ce Berno,Wohlen ĉe Berno,bei er en fu jin wo lun,Волен-Берн,貝爾恩附近沃倫		BE	246	360	
6935434	Eymatt	eymatt	CH		0	Europe/Zurich	46.9616	7.38284				BE	246	351	
6935435	Möriswil	moeriswil	CH		0	Europe/Zurich	46.99018	7.35106				BE	246	360	
6935436	Birchi	birchi	CH		0	Europe/Zurich	46.99518	7.34925				BE	246	360	
6935437	Schüpfenried	schuepfenried	CH		0	Europe/Zurich	46.98836	7.37586				BE	246	360	
6940972	Glattpark	glattpark	CH		0	Europe/Zurich	47.42077	8.56453		Glattpark (Opfikon)		ZH	103	66	
6941591	Bussy	bussy	CH		320	Europe/Zurich	46.83537	6.8886	513	Bussy FR,Bussy i Fribourg,bu xi,布西		FR	1001	2054	
6941938	Allières	allieres	CH		0	Europe/Zurich	46.46965	7.00804				FR	1003	2121	
6942401	Kleindöttingen	kleindoettingen	CH		0	Europe/Zurich	47.57087	8.24648				AG	1911	4303	
6945087	Unterwindisch	unterwindisch	CH		0	Europe/Zurich	47.48281	8.22693	345			AG	1904	4123	
6956026	Hausen	hausen	CH		2881	Europe/Zurich	47.46396	8.20988	380	Hausen AG		AG	1904	4100	
6956031	St. Georgen	st-georgen	CH		0	Europe/Zurich	47.41769	9.38121				SG	1721	3203	
7115584	Lengnau	lengnau	CH		0	Europe/Zurich	47.52222	8.33056		Lengnau,Lengnau AG,Lengnau i Aargau,lun nao,Ленгнау,לנגנאו,倫瑙		AG	1911	4312	
7115589	Böbikon	boebikon	CH		0	Europe/Zurich	47.55555	8.33472		Bjobikon,bo bi kong,Бёбикон,伯比孔		AG	1911	4302	
7115591	Eien	eien	CH		0	Europe/Zurich	47.5617	8.23837				AG	1911	4303	
7115592	Döttingen	doettingen	CH		0	Europe/Zurich	47.57091	8.25846		Djottingen,Doettingen AG,Doettingen i Sveits,Döttingen AG,Döttingen i Sveits,Дёттинген		AG	1911	4304	
7282784	Scaiano	scaiano	CH		21	Europe/Zurich	46.10362	8.76224	328			TI	2104	5398	
7290028	Känerkinden	kaenerkinden	CH		0	Europe/Zurich	47.41188	7.83716	551	Kenerkinden,ke nei jin deng,Кенеркинден,克內金登	2850	BL	1304	2850	
7302237	Sulz	sulz	CH		0	Europe/Zurich	47.22001	8.28571				LU	313	1030	
7302240	Müswangen	mueswangen	CH		0	Europe/Zurich	47.23828	8.28914				LU	313	1030	
7302244	Kleinwangeen	kleinwangeen	CH		0	Europe/Zurich	47.19496	8.29455				LU	313	1032	
7303237	Saint Saphorin	saint-saphorin	CH		0	Europe/Zurich	46.47329	6.79601		St-Saphorin (Lavaux)	5610	VD	2226	5610	
7303391	Wettsteinquartier	wettsteinquartier	CH		0	Europe/Zurich	47.56034	7.60323		Wettstein		BS	1200	2701	
7303718	Guscha	guscha	CH		0	Europe/Zurich	47.05252	9.52885	1115			GR	1845	3953	
7303830	Bäretswil - Baumastrasse	baeretswil-baumastrasse	CH		0	Europe/Zurich	47.33415	8.85747	730			ZH	105	111	
7521935	Schaffhausen, Rheinhalde	schaffhausen-rheinhalde	CH		0	Europe/Zurich	47.68668	8.66278				SH	1403	2939	
7576293	Dentenberg	dentenberg	CH		0	Europe/Zurich	46.943	7.53327				BE	246	359	
7576702	Oberhaltberg	oberhaltberg	CH		20	Europe/Zurich	47.26411	8.85729				ZH	105	118	
7627319	Seebenalp	seebenalp	CH		0	Europe/Zurich	47.07831	9.24671	1620			SG	1725	3295	
7645522	Ibergeregg	ibergeregg	CH		0	Europe/Zurich	47.01725	8.73336	1406			SZ	506	1372	
7645785	Grossbasel	grossbasel	CH		0	Europe/Zurich	47.55602	7.58906		Grossbasel Altstadt		BS	1200	2701	
7646771	Nüegg	nueegg	CH		0	Europe/Zurich	46.59921	7.53405		Wiriehorn		BE	249	762	
7647097	Wisen	wisen	CH		0	Europe/Zurich	47.39277	7.88509		Wisen,Wisen SO		SO	1105	2502	
7648246	Mägenwil	maegenwil	CH		0	Europe/Zurich	47.41252	8.23297		Megenvil',mei gen wei er,Мегенвиль,梅根維爾		AG	1902	4032	
7648316	Alpe Bardughée	alpe-bardughee	CH		0	Europe/Zurich	46.23792	8.87275	1638	Alp Bardughe,Alp Bardughè,Alpe Bardughe,Alpe Bardughè		TI	2104	5399	
7667391	Calezzo	calezzo	CH		0	Europe/Zurich	46.17424	8.68645				TI	2104	5397	
6950968	Dallikon	dallikon	CH	8108	0	Europe/Zurich	47.4397	8.43996				ZH	104	84	
7669411	Bözingen	boezingen	CH		0	Europe/Zurich	47.15576	7.2736	446	Boezingen/Boujean,Bözingen/Boujean		BE	242	371	
7669414	Schliern	schliern	CH		0	Europe/Zurich	46.9105	7.41718	630	Schliern b. Koeniz,Schliern b. Köniz		BE	246	355	
7669415	Schmitter	schmitter	CH		0	Europe/Zurich	47.39086	9.65806	411			SG	1723	3234	
7669420	Brugg	brugg	CH		0	Europe/Zurich	47.23185	8.96429	424			SG	1726	3339	
7669423	Neuhaus	neuhaus	CH		0	Europe/Zurich	47.24434	8.94822	502	Neuhaus,Neuhaus SG		SG	1726	3342	
7669430	Alchenflüh	alchenflueh	CH		0	Europe/Zurich	47.0847	7.58115	509			BE	245	420	
7669434	Alliswil	alliswil	CH		0	Europe/Zurich	47.30936	8.19373	487			AG	1907	4192	
7669436	Altavilla	altavilla	CH		0	Europe/Zurich	46.93476	7.1539	537			FR	1005	2275	
7669437	Alterschwil	alterschwil	CH		0	Europe/Zurich	47.39642	9.20434	749			SG	1728	3402	
7669438	Althäusern	althaeusern	CH		0	Europe/Zurich	47.2956	8.36101	418			AG	1908	4222	
7669440	Ammerzwil	ammerzwil	CH		0	Europe/Zurich	47.07039	7.34176	529			BE	243	303	
7669442	Andwil	andwil	CH		0	Europe/Zurich	47.5683	9.21712	476			TG	2015	4901	
7669445	Au	au	CH		0	Europe/Zurich	47.39844	8.95418	691			TG	2014	4726	
7669446	Äuja	aeuja	CH		0	Europe/Zurich	46.86232	9.90466	1207			GR	1849	3871	
7669451	Baggwil	baggwil	CH		0	Europe/Zurich	47.02941	7.31855	593			BE	243	312	
7669452	Balm	balm	CH		0	Europe/Zurich	46.72822	8.17129	593			BE	250	785	
7669453	Bänikon	baenikon	CH		0	Europe/Zurich	47.55695	9.04354	525			TG	2015	4881	
7669456	Berlincourt	berlincourt	CH		0	Europe/Zurich	47.32913	7.22351	498			JU	2601	6729	
7669461	Birri	birri	CH		0	Europe/Zurich	47.28086	8.36832	388			AG	1908	4222	
7669462	Bittwil	bittwil	CH		0	Europe/Zurich	47.0772	7.43126	552			BE	243	310	
7669463	Blickensdorf	blickensdorf	CH		0	Europe/Zurich	47.20348	8.5165	441			ZG	900	1701	
7669467	Bourdigny	bourdigny	CH		0	Europe/Zurich	46.22477	6.0393	450			GE	2500	6638	
7669468	Bramberg	bramberg	CH		0	Europe/Zurich	46.90865	7.28135	621			BE	246	670	
7669469	Branson	branson	CH		0	Europe/Zurich	46.13089	7.0923	501			VS	2307	6133	
7669471	Briseck	briseck	CH		0	Europe/Zurich	47.13792	7.93829	574			LU	315	1150	
7669473	Brüggelbach	brueggelbach	CH		0	Europe/Zurich	46.90282	7.28771	581			BE	246	670	
7669474	Brusata	brusata	CH		0	Europe/Zurich	45.84379	8.96578	389			TI	2106	5260	
7669475	Büblikon	bueblikon	CH		0	Europe/Zurich	47.41795	8.26	359			AG	1902	4046	
7669476	Buch	buch	CH		0	Europe/Zurich	47.5381	9.05715	511	Buch b. Maerwil,Buch b. Märwil		TG	2015	4711	
7669477	Buch	buch	CH		0	Europe/Zurich	47.57189	9.23548	484	Buch b. Kuemmertshausen,Buch b. Kümmertshausen		TG	2015	4901	
7669480	Bundkofen	bundkofen	CH		0	Europe/Zurich	47.04637	7.36379	505			BE	243	311	
7669481	Burg	burg	CH		0	Europe/Zurich	46.93011	7.14286	518			FR	1005	2275	
7669482	Bürg	buerg	CH		0	Europe/Zurich	47.25025	8.94565	547			SG	1726	3342	
7669484	Busslingen	busslingen	CH		0	Europe/Zurich	47.40948	8.31779	410			AG	1902	4039	
7669485	Busswil	busswil	CH		0	Europe/Zurich	47.4503	9.01556	591	Busswil TG		TG	2014	4761	
7669486	Bussy	bussy	CH		0	Europe/Zurich	46.53045	6.44254	520	Bussy-Chardonney		VD	2227	5625	
7669487	Bütikofen	buetikofen	CH		0	Europe/Zurich	47.08168	7.61426	519			BE	245	412	
7669488	Buttenried	buttenried	CH		0	Europe/Zurich	46.96481	7.27701	540			BE	246	668	
7669489	Buttikon	buttikon	CH		0	Europe/Zurich	47.17531	8.95578	418	Buttikon,Buttikon SZ		SZ	505	1346	
7669490	Cadepiano	cadepiano	CH		0	Europe/Zurich	45.96265	8.91795	301			TI	2105	5192	
7669491	Capidogno	capidogno	CH		0	Europe/Zurich	46.11674	8.92241	520			TI	2105	5238	
7669494	Chailly	chailly	CH		0	Europe/Zurich	46.45434	6.8928	480	Chailly-Montreux		VD	2230	5886	
7669495	Chamoille	chamoille	CH		0	Europe/Zurich	46.05922	7.15554	896	Chamoille (Sembrancher)		VS	2303	6035	
7669498	Chandonne	chandonne	CH		0	Europe/Zurich	46.00477	7.18038	1454	Chandonne (Liddes)		VS	2303	6033	
7669499	Châtaignier	chataignier	CH		0	Europe/Zurich	46.14705	7.12676	473			VS	2307	6133	
7669501	Cheseaux	cheseaux	CH		0	Europe/Zurich	46.78735	6.67557	481			VD	2224	5909	
7669502	Chevrens	chevrens	CH		0	Europe/Zurich	46.28474	6.23849	424			GE	2500	6602	
7669503	Choully	choully	CH		0	Europe/Zurich	46.22368	6.02806	500			GE	2500	6638	
7669505	Clèbes	clebes	CH		0	Europe/Zurich	46.18752	7.33753	1275	Clebes (Nendaz),Clèbes (Nendaz)		VS	2302	6024	
7669507	Cologna	cologna	CH		0	Europe/Zurich	46.321	10.06959	1111			GR	1842	3561	
7669508	Corcelles	corcelles	CH		0	Europe/Zurich	46.98642	6.87751	565			NE	2404	6458	
7669509	Corin	corin	CH		0	Europe/Zurich	46.28637	7.50658	662	Corin-de-la-Crete,Corin-de-la-Crête		VS	2311	6253	
7669512	Cornes de Cerf	cornes-de-cerf	CH		0	Europe/Zurich	46.54298	6.77054	716			VD	2226	5604	
7669524	Daro	daro	CH		0	Europe/Zurich	46.19525	9.03097	263			TI	2101	5002	
7669525	Davesco	davesco	CH		0	Europe/Zurich	46.03765	8.98292	418	Davesco,Davesco-Soragno		TI	2105	5192	
7669526	Degermoos	degermoos	CH		0	Europe/Zurich	47.52265	8.30337	494			AG	1911	4312	
7669533	Dietingen	dietingen	CH		0	Europe/Zurich	47.58777	8.81369	422			TG	2012	4616	
7669534	Dietisberg	dietisberg	CH		0	Europe/Zurich	46.8666	7.28061	651			FR	1006	2309	
7669539	Drône	drone	CH		0	Europe/Zurich	46.26122	7.36806	850	Drone,Drone (Saviese),Drône,Drône (Savièse)		VS	2312	6265	
7669541	Edisried	edisried	CH		0	Europe/Zurich	46.86236	8.22881	499			OW	600	1406	
7669542	Egg	egg	CH		0	Europe/Zurich	47.39313	9.2276	750	Egg,Egg (Flawil)		SG	1728	3402	
7669543	Egg	egg	CH		0	Europe/Zurich	47.16309	8.78477	857	Egg,Egg SZ		SZ	501	1301	
7669544	Eggerstanden	eggerstanden	CH		0	Europe/Zurich	47.33244	9.4686	892	Appenzell Eggerstanden		AI	1600	3103	
7669555	Ennetbühl	ennetbuehl	CH		0	Europe/Zurich	47.24202	9.21255	885			SG	1727	3360	
7669556	Ennetbühls	ennetbuehls	CH		0	Europe/Zurich	47.04424	9.07494	472			GL	800	1632	
7669557	Ennetlinth	ennetlinth	CH		0	Europe/Zurich	47.01042	9.0844	507			GL	800	1631	
7669558	Epagnier	epagnier	CH		0	Europe/Zurich	47.01133	7.01993	448			NE	2404	6461	
7669561	Erdesson	erdesson	CH		0	Europe/Zurich	46.24536	7.47105	995			VS	2311	6238	
7669563	Erste Altmatt	erste-altmatt	CH		0	Europe/Zurich	47.1113	8.67944	915			SZ	506	1370	
7669564	Eschi	eschi	CH		0	Europe/Zurich	46.61314	7.37522	890			BE	248	791	
7669565	Ettenhausen	ettenhausen	CH		0	Europe/Zurich	47.47903	8.90078	546	Ettenhausen,Ettenhausen TG		TG	2014	4551	
7669566	Fendringen	fendringen	CH		0	Europe/Zurich	46.88448	7.24057	582			FR	1006	2295	
7669569	Ferren	ferren	CH		0	Europe/Zurich	47.19262	8.28897	499			LU	313	1032	
7669570	Fimmelsberg	fimmelsberg	CH		0	Europe/Zurich	47.56485	9.03059	562			TG	2015	4881	
7669571	Fischbach	fischbach	CH		0	Europe/Zurich	47.36878	8.31411	388			AG	1903	4067	
7669574	Fly	fly	CH		0	Europe/Zurich	47.13933	9.10992	437			SG	1726	3311	
7669575	Fontana	fontana	CH		0	Europe/Zurich	46.36253	8.58034	600			TI	2108	5310	
7669576	Forst	forst	CH		0	Europe/Zurich	47.3707	9.53799	508			SG	1723	3251	
7669579	Frauchwil	frauchwil	CH		0	Europe/Zurich	47.0671	7.39411	503			BE	243	310	
7669580	Freidorf	freidorf	CH		0	Europe/Zurich	47.48613	9.39746	536	Freidorf,Freidorf TG		TG	2011	4431	
7669581	Frienisberg	frienisberg	CH		0	Europe/Zurich	47.02866	7.33197	662			BE	243	312	
7669583	Frümsen	fruemsen	CH		0	Europe/Zurich	47.24378	9.46785	448			SG	1724	3274	
7669584	Furth	furth	CH		0	Europe/Zurich	47.32773	9.15371	669			SG	1727	3378	
7669585	Gähwil	gaehwil	CH		0	Europe/Zurich	47.3987	9.00261	745			SG	1727	3392	
7669586	Galten	galten	CH		0	Europe/Zurich	47.53697	8.11966	478			AG	1906	4164	
7669587	Gambach	gambach	CH		0	Europe/Zurich	46.77894	7.37855	890	Rueschegg Gambach,Rüschegg Gambach		BE	246	853	
7669590	Gasenried	gasenried	CH		0	Europe/Zurich	46.17979	7.82561	1659			VS	2313	6292	
7669591	Gasenzen	gasenzen	CH		0	Europe/Zurich	47.21262	9.45013	484			SG	1724	3272	
7669594	Gerra (Piano)	gerra-piano	CH		0	Europe/Zurich	46.17582	8.90767	200			TI	2104	5138	
7669596	Gimmiz	gimmiz	CH		0	Europe/Zurich	47.0541	7.23621	444			BE	243	754	
7669597	Gippingen	gippingen	CH		0	Europe/Zurich	47.59008	8.22464	320			AG	1911	4313	
7669598	Gländ	glaend	CH		0	Europe/Zurich	47.29636	7.90484	414			AG	1910	4282	
7669599	Goldbach	goldbach	CH		0	Europe/Zurich	47.00519	7.6759	586			BE	245	406	
7669600	Goldern	goldern	CH		0	Europe/Zurich	46.74079	8.20008	1082	Hasliberg Goldern		BE	250	783	
7669602	Götighofen	goetighofen	CH		0	Europe/Zurich	47.53603	9.21734	508			TG	2015	4506	
7669606	Griesenberg	griesenberg	CH		0	Europe/Zurich	47.56981	9.01361	544			TG	2015	4881	
7669607	Grissenberg	grissenberg	CH		0	Europe/Zurich	47.04449	7.31953	536			BE	243	312	
7669609	Grubenwald	grubenwald	CH		0	Europe/Zurich	46.58133	7.38912	940			BE	248	794	
7669610	Grugnay	grugnay	CH		0	Europe/Zurich	46.20802	7.21896	722	Grugnay (Chamoson)		VS	2302	6022	
7669611	Grünen	gruenen	CH		0	Europe/Zurich	47.0266	7.74319	669			BE	245	957	
7669612	Grünenmatt	gruenenmatt	CH		0	Europe/Zurich	47.00899	7.7234	623			BE	245	955	
7669614	Güniken	gueniken	CH		0	Europe/Zurich	47.18786	8.31477	579			LU	313	1032	
7669615	Guntershausen	guntershausen	CH		0	Europe/Zurich	47.47549	8.91825	547	Guntershausen,Guntershausen b. Aadorf		TG	2014	4551	
7669616	Guntershausen	guntershausen	CH		0	Europe/Zurich	47.5736	9.18974	504	Guntershausen b. Berg		TG	2015	4891	
7669620	Habstetten	habstetten	CH		0	Europe/Zurich	46.98533	7.49894	637			BE	246	352	
7669622	Hagenwil	hagenwil	CH		0	Europe/Zurich	47.53006	9.3078	485	Hagenwil b. Amriswil		TG	2011	4461	
7669624	Hämlismatt	haemlismatt	CH		0	Europe/Zurich	46.94138	7.65209	846			BE	246	602	
7669626	Hard	hard	CH		0	Europe/Zurich	47.2339	7.77626	456			BE	244	321	
7669627	Hard	hard	CH		0	Europe/Zurich	47.33545	9.52068	493			SG	1723	3254	
7669628	Hardern	hardern	CH		0	Europe/Zurich	47.08754	7.32794	496			BE	243	306	
7669629	Hasli	hasli	CH		0	Europe/Zurich	47.59077	9.01373	407			TG	2015	4951	
7669630	Hatswil	hatswil	CH		0	Europe/Zurich	47.55718	9.32589	430			TG	2011	4416	
7669632	Heiligkreuz	heiligkreuz	CH		0	Europe/Zurich	47.05913	9.41271	485	Heiligkreuz,Heiligkreuz (Mels)		SG	1725	3293	
7669633	Heiligkreuz	heiligkreuz	CH		0	Europe/Zurich	47.50073	9.15739	647			TG	2015	4791	
7669634	Heitiwil	heitiwil	CH		0	Europe/Zurich	46.85064	7.21531	644			FR	1006	2293	
7669636	Herolfingen	herolfingen	CH		0	Europe/Zurich	46.90133	7.59567	723			BE	246	612	
7669638	Hettiswil	hettiswil	CH		0	Europe/Zurich	47.03133	7.55705	542	Hettiswil b. Hindelbank		BE	245	414	
7669639	Heubach	heubach	CH		0	Europe/Zurich	46.78323	7.40825	784	Rueschegg Heubach,Rüschegg Heubach		BE	246	853	
7669640	Hinterthal	hinterthal	CH		0	Europe/Zurich	46.9736	8.7725	624			SZ	506	1367	
7669641	Hirschensprung	hirschensprung	CH		0	Europe/Zurich	47.30388	9.5498	426			SG	1723	3256	
7669642	Horben	horben	CH		0	Europe/Zurich	47.45309	8.98082	558			TG	2014	4761	
7669643	Horgenbach	horgenbach	CH		0	Europe/Zurich	47.57074	8.84414	381			TG	2012	4566	
7669644	Hörstetten	hoerstetten	CH		0	Europe/Zurich	47.61947	8.98054	519			TG	2012	4816	
7669646	Hueb	hueb	CH		0	Europe/Zurich	47.47467	9.41713	548			SG	1722	3214	
7669647	Hueb	hueb	CH		0	Europe/Zurich	47.00047	7.54172	592			BE	245	414	
7669649	Hüsen	huesen	CH		0	Europe/Zurich	46.73681	8.17025	596			BE	250	785	
7669650	Hüswil	hueswil	CH		0	Europe/Zurich	47.12868	7.90702	612			LU	315	1150	
7669652	Ifwil	ifwil	CH		0	Europe/Zurich	47.46758	8.93845	564			TG	2014	4721	
7669653	Illarsaz	illarsaz	CH		0	Europe/Zurich	46.31282	6.92881	384			VS	2308	6152	
7669658	Jetschwil	jetschwil	CH		0	Europe/Zurich	46.83636	7.20124	636			FR	1006	2293	
7669659	Jucher	jucher	CH		0	Europe/Zurich	47.00514	7.26347	601			BE	243	309	
7669660	Juckern	juckern	CH		0	Europe/Zurich	47.38702	8.86134	611			ZH	108	297	
7669661	Kägiswil	kaegiswil	CH		0	Europe/Zurich	46.92077	8.26211	473			OW	600	1407	
7669664	Kanderbrück	kanderbrueck	CH		0	Europe/Zurich	46.58282	7.659	772			BE	249	563	
7669665	Kindhausen	kindhausen	CH		0	Europe/Zurich	47.39587	8.37685	581			AG	1902	4023	
7669666	Kirchberg	kirchberg	CH		0	Europe/Zurich	47.55071	8.95771	600			TG	2012	4611	
7669667	Kirchhofen	kirchhofen	CH		0	Europe/Zurich	46.89435	8.23937	486			OW	600	1407	
7669668	Kirchrued	kirchrued	CH		0	Europe/Zurich	47.28592	8.0995	537			AG	1905	4142	
7669671	Kleinteil	kleinteil	CH		0	Europe/Zurich	46.83366	8.15621	554			OW	600	1403	
7669672	Kobelwald	kobelwald	CH		0	Europe/Zurich	47.32014	9.5483	518			SG	1723	3254	
7669673	Kosthofen	kosthofen	CH		0	Europe/Zurich	47.05371	7.34375	482			BE	243	303	
7669675	Kräiligen	kraeiligen	CH		0	Europe/Zurich	47.1504	7.53427	464			BE	245	533	
7669678	Kümmertshausen	kuemmertshausen	CH		0	Europe/Zurich	47.56596	9.24159	481			TG	2015	4476	
7669679	Küngoldingen	kuengoldingen	CH		0	Europe/Zurich	47.30874	7.94325	433			AG	1910	4280	
7669680	La Capite	la-capite	CH		0	Europe/Zurich	46.23623	6.20498				GE	2500	6616	
7669681	La Chaux	la-chaux	CH		0	Europe/Zurich	46.83273	6.47966	1086			VD	2224	5568	
7669682	Lachen	lachen	CH		0	Europe/Zurich	47.44245	9.58479	849			AR	1503	3037	
7669686	La Croix	la-croix	CH		0	Europe/Zurich	46.08777	7.05477	499			VS	2307	6137	
7669687	La Fontaine	la-fontaine	CH		0	Europe/Zurich	46.08014	7.03937	804			VS	2307	6137	
7669688	La Forclaz	la-forclaz	CH		0	Europe/Zurich	46.08724	7.52117	1727			VS	2305	6083	
7669689	La Golisse	la-golisse	CH		0	Europe/Zurich	46.61523	6.23827	1015			VD	2224	5872	
7669690	Lain	lain	CH		0	Europe/Zurich	46.69961	9.53183	1318			GR	1841	3506	
7669691	La Joux	la-joux	CH		0	Europe/Zurich	46.63064	6.94015	858			FR	1002	2113	
7669692	La Mauguettaz	la-mauguettaz	CH		0	Europe/Zurich	46.78149	6.72275	452			VD	2224	5939	
7669693	Landerswil	landerswil	CH		0	Europe/Zurich	47.00816	7.28628	686			BE	243	309	
7669697	La Place	la-place	CH		0	Europe/Zurich	46.27523	7.41342	893	La Place (Ayent)		VS	2305	6082	
7669698	Laret	laret	CH		0	Europe/Zurich	46.9612	10.39641	1731			GR	1843	3752	
7669701	La Sagne	la-sagne	CH		0	Europe/Zurich	46.81576	6.49931	1037	La Sagne (Ste-Croix)		VD	2224	5568	
7669702	La Sallaz	la-sallaz	CH		0	Europe/Zurich	46.53418	6.64819	616			VD	2225	5586	
7669703	La Tsintre	la-tsintre	CH		0	Europe/Zurich	46.61415	7.17139	857			FR	1003	2163	
7669704	Lattrigen	lattrigen	CH		0	Europe/Zurich	47.10096	7.21298	447			BE	242	750	
7669707	La Vounaise	la-vounaise	CH		0	Europe/Zurich	46.80391	6.81308	588			FR	1001	2054	
7669709	Le Boéchet	le-boechet	CH		0	Europe/Zurich	47.19569	6.92224	1033			JU	2602	6742	
7669710	Le Bourg	le-bourg	CH		0	Europe/Zurich	46.09344	7.06631	486			VS	2307	6136	
7669711	Le Crêt	le-cret	CH		0	Europe/Zurich	47.03966	6.79705				NE	2402	6423	
7669712	Le Day	le-day	CH		0	Europe/Zurich	46.71637	6.39869	768			VD	2224	5764	
7669714	Le Muids	le-muids	CH		0	Europe/Zurich	46.45559	6.22035	696			VD	2228	5702	
7669720	Les Eplatures	les-eplatures	CH		0	Europe/Zurich	47.08738	6.80177				NE	2402	6421	
7669722	Les Granges	les-granges	CH		0	Europe/Zurich	46.12924	7.02308	1059	Les Granges (Salvan)		VS	2310	6218	
7669723	Les Grattes	les-grattes	CH		0	Europe/Zurich	46.98531	6.81304	839			NE	2401	6413	
7669725	Les Posses	les-posses	CH		0	Europe/Zurich	46.27229	7.04844	953	Les Posses-sur-Bex		VD	2221	5402	
7669729	Les Tuileries	les-tuileries	CH		0	Europe/Zurich	46.79968	6.62746	436			VD	2224	5561	
7669730	Les Vacheries	les-vacheries	CH		0	Europe/Zurich	47.20939	6.9974	1035			JU	2602	6743	
7669733	Liebewil	liebewil	CH		0	Europe/Zurich	46.90553	7.36872	671			BE	246	355	
7669738	Logiano	logiano	CH		0	Europe/Zurich	46.39575	9.23807	789			GR	1847	3822	
7669739	Lömmenschwil	loemmenschwil	CH		0	Europe/Zurich	47.49787	9.35514	543			SG	1721	3201	
7669742	Luc	luc	CH		0	Europe/Zurich	46.28447	7.41947	952	Luc (Ayent)		VS	2305	6082	
7669743	Lüchingen	luechingen	CH		0	Europe/Zurich	47.38847	9.55604	433			SG	1723	3251	
7669745	Lullier	lullier	CH		0	Europe/Zurich	46.22885	6.25729	464			GE	2500	6626	
7669746	Lussy	lussy	CH		0	Europe/Zurich	46.71729	6.948	723			FR	1002	2117	
7669748	Lüterkofen	lueterkofen	CH		0	Europe/Zurich	47.16531	7.51058	473			SO	1103	2455	
7669749	Lüterswil	lueterswil	CH		0	Europe/Zurich	47.12224	7.43908	582	Lueterswil-Gaechliwil,Lüterswil-Gächliwil		SO	1103	2456	
7669750	Mâche	mache	CH		0	Europe/Zurich	46.15665	7.39267	1310			VS	2305	6084	
7669752	Mahren	mahren	CH		0	Europe/Zurich	47.38255	7.92129	476			SO	1105	2493	
7669753	Malans	malans	CH		0	Europe/Zurich	47.09194	9.47784	617			SG	1724	3276	
7669754	Mannenbach	mannenbach	CH		0	Europe/Zurich	47.67267	9.05351	398	Mannebach,Mannenbach-Salenstein		TG	2013	4851	
7669757	Mauren	mauren	CH		0	Europe/Zurich	47.56746	9.1566	443	Mauren TG		TG	2015	4891	
7669758	Mauss	mauss	CH		0	Europe/Zurich	46.9418	7.2593	614			BE	246	668	
7669759	Mazembroz	mazembroz	CH		0	Europe/Zurich	46.15295	7.1394	472			VS	2307	6133	
7669760	Médières	medieres	CH		0	Europe/Zurich	46.091	7.2248	1280			VS	2303	6037	
7669761	Mellstorf	mellstorf	CH		0	Europe/Zurich	47.55578	8.37545	414			AG	1911	4322	
7669763	Mettmenschongau	mettmenschongau	CH		0	Europe/Zurich	47.26923	8.26492	671			LU	313	1041	
7669764	Mett-Oberschlatt	mett-oberschlatt	CH		0	Europe/Zurich	47.65794	8.69519	448			TG	2012	4546	
7669768	Molinazzo	molinazzo	CH		0	Europe/Zurich	46.21284	9.04065	237			TI	2101	5001	
7669769	Mondzeu	mondzeu	CH		0	Europe/Zurich	46.09853	7.22934	1490			VS	2303	6037	
7669770	Monruz	monruz	CH		0	Europe/Zurich	47.00498	6.95982	445			NE	2404	6458	
7669771	Montagnier	montagnier	CH		0	Europe/Zurich	46.07581	7.22572	839			VS	2303	6037	
7669774	Montborget	montborget	CH		0	Europe/Zurich	46.79473	6.78995	650			FR	1001	2054	
7669777	Montet	montet	CH		0	Europe/Zurich	46.95003	7.02798	482			VD	2222	5456	
7669778	Montet	montet	CH		0	Europe/Zurich	46.81613	6.86899	490	Montet (Broye)		FR	1001	2050	
7669779	Monticello	monticello	CH		0	Europe/Zurich	46.2356	9.07362	320			GR	1847	3835	
7669780	Moosaffoltern	moosaffoltern	CH		0	Europe/Zurich	47.04468	7.43997	584			BE	243	310	
7669781	Mordagne	mordagne	CH		0	Europe/Zurich	46.80231	6.73617	436			VD	2224	5939	
7669782	Môtier	motier	CH		0	Europe/Zurich	46.94951	7.08404	434	Motier (Vully),Môtier (Vully)		FR	1005	2284	
7669783	Mühlethal	muehlethal	CH		0	Europe/Zurich	47.30278	7.97918	539			AG	1910	4289	
7669784	Mülenen	muelenen	CH		0	Europe/Zurich	46.63942	7.6941	692			BE	249	562	
7669785	Müli	mueli	CH		0	Europe/Zurich	47.30277	7.63362	498			SO	1102	2427	
7669786	Mumenthal	mumenthal	CH		0	Europe/Zurich	47.23884	7.78363	455			BE	244	321	
7669788	Müselbach	mueselbach	CH		0	Europe/Zurich	47.39363	9.04245	684			SG	1727	3392	
7669789	Mutschellen	mutschellen	CH		0	Europe/Zurich	47.36044	8.36789	556			AG	1903	4062	
7669790	Nant	nant	CH		0	Europe/Zurich	46.95799	7.10707	434			FR	1005	2284	
7669791	Nante	nante	CH		0	Europe/Zurich	46.52007	8.61938	1423			TI	2103	5061	
7669794	Neuägeri	neuaegeri	CH		0	Europe/Zurich	47.15385	8.56418	682			ZG	900	1704	
7669795	Neukirch a. d. Thur	neukirch-a-d-thur	CH		0	Europe/Zurich	47.51216	9.17397	570	Neukirch,Neukirch an der Thur		TG	2015	4501	
7669798	Niedermuhren	niedermuhren	CH		0	Europe/Zurich	46.84226	7.27711	664			FR	1006	2296	
7669801	Niederwangen	niederwangen	CH		0	Europe/Zurich	46.92702	7.37298	569	Niederwangen b. Bern		BE	246	355	
7669802	Niederwil	niederwil	CH		0	Europe/Zurich	47.2264	8.16884	657			LU	314	1097	
7669803	Niederwil	niederwil	CH		0	Europe/Zurich	47.43957	9.19917	608	Niederwil,Niederwil SG		SG	1728	3424	
7669804	Niederwil (TG)	niederwil-tg	CH		0	Europe/Zurich	47.55468	8.86192	404			TG	2012	4571	
7669806	Noflen	noflen	CH		0	Europe/Zurich	46.89577	7.25189	512			FR	1006	2295	
7669808	Oberbottigen	oberbottigen	CH		0	Europe/Zurich	46.93682	7.35121	602			BE	246	351	
7669809	Oberbütschel	oberbuetschel	CH		0	Europe/Zurich	46.83894	7.46414	922			BE	246	880	
7669810	Oberdorf	oberdorf	CH		0	Europe/Zurich	47.41252	9.2821	651			SG	1721	3443	
7669811	Oberebersol	oberebersol	CH		0	Europe/Zurich	47.17541	8.32485	554			LU	313	1032	
7669812	Oberei	oberei	CH		0	Europe/Zurich	46.96126	7.29397	589			BE	246	668	
7669814	Oberhofen	oberhofen	CH		0	Europe/Zurich	47.61993	9.19439	530			TG	2013	4683	
7669815	Oberlindach	oberlindach	CH		0	Europe/Zurich	47.00464	7.42722	590			BE	246	354	
7669816	Obermonten	obermonten	CH		0	Europe/Zurich	46.81268	7.28298	823			FR	1006	2306	
7669820	Obersteinach	obersteinach	CH		0	Europe/Zurich	47.49347	9.43595	420			SG	1722	3217	
7669821	Oberwangen	oberwangen	CH		0	Europe/Zurich	46.91654	7.36078	581	Oberwangen b. Bern		BE	246	355	
7669822	Oberwil	oberwil	CH		0	Europe/Zurich	47.1483	8.5073	418	Oberwil,Oberwil b. Zug		ZG	900	1711	
7669823	Oberwil	oberwil	CH		0	Europe/Zurich	47.54712	8.87097	476			TG	2012	4571	
7669824	Oberzeihen	oberzeihen	CH		0	Europe/Zurich	47.46708	8.08644	470			AG	1906	4183	
7669825	Obsee	obsee	CH		0	Europe/Zurich	46.78392	8.15487	694			OW	600	1405	
7669826	Ollon	ollon	CH		0	Europe/Zurich	46.27498	7.47899	634			VS	2311	6253	
7669827	Oltigen	oltigen	CH		0	Europe/Zurich	46.98875	7.25821	462			BE	243	309	
7669828	Opfershofen	opfershofen	CH		0	Europe/Zurich	47.56092	9.17531	448			TG	2015	4911	
7669830	Ormône	ormone	CH		0	Europe/Zurich	46.24312	7.34685	762	Ormone (Saviese),Ormône (Savièse)		VS	2312	6265	
7669832	Ostermanigen	ostermanigen	CH		0	Europe/Zurich	47.00034	7.26012	568			BE	243	309	
7669833	Ottenhusen	ottenhusen	CH		0	Europe/Zurich	47.166	8.3291	524			LU	313	1032	
7669834	Ottiswil	ottiswil	CH		0	Europe/Zurich	47.08713	7.35537	507			BE	243	303	
7669835	Pardisla	pardisla	CH		0	Europe/Zurich	46.98114	9.63588	598	Seewis-Pardisla		GR	1849	3972	
7669836	Paudo	paudo	CH		0	Europe/Zurich	46.17328	9.0388	790			TI	2101	5002	
7669838	Peissy	peissy	CH		0	Europe/Zurich	46.21193	6.0222	484			GE	2500	6638	
7669839	Peney	peney	CH		0	Europe/Zurich	46.20185	6.04083	372			GE	2500	6638	
7669841	Pinsec	pinsec	CH		0	Europe/Zurich	46.22238	7.57162	1292			VS	2311	6252	
7669842	Piodina	piodina	CH		0	Europe/Zurich	46.11295	8.70004	351			TI	2104	5097	
7669843	Platz	platz	CH		0	Europe/Zurich	47.44376	9.61209	666			AR	1503	3037	
7669845	Pont-de-la-Morge	pont-de-la-morge	CH		0	Europe/Zurich	46.22601	7.3139	502	Pont-de-la-Morge (Sion)		VS	2312	6266	
7669849	Privilasco	privilasco	CH		0	Europe/Zurich	46.34059	10.06018	1065			GR	1842	3561	
7669850	Progero	progero	CH		0	Europe/Zurich	46.17526	8.94115	232			TI	2101	5002	
7669852	Räfis	raefis	CH		0	Europe/Zurich	47.14958	9.48123	450			SG	1724	3271	
7669854	Rans	rans	CH		0	Europe/Zurich	47.14019	9.48304	452			SG	1724	3275	
7669855	Räuchlisberg	raeuchlisberg	CH		0	Europe/Zurich	47.53764	9.29199	501			TG	2011	4461	
7669857	Reidenbach	reidenbach	CH		0	Europe/Zurich	46.62316	7.37767	845			BE	248	791	
7669859	Reutenen	reutenen	CH		0	Europe/Zurich	47.65218	9.0297	718			TG	2012	4816	
7669860	Reuti	reuti	CH		0	Europe/Zurich	47.54459	9.12373	470			TG	2015	4921	
7669861	Revereulaz	revereulaz	CH		0	Europe/Zurich	46.31674	6.88014	992			VS	2308	6158	
7669863	Rickenbach	rickenbach	CH		0	Europe/Zurich	47.01677	8.66812	586	Rickenbach SZ,Rickenbach b. Schwyz		SZ	506	1372	
7669864	Ried	ried	CH		0	Europe/Zurich	46.51946	7.38625	980			BE	248	793	
7669865	Ried	ried	CH		0	Europe/Zurich	46.91887	7.61377	738			BE	246	627	
7669866	Riedt	riedt	CH		0	Europe/Zurich	47.54694	9.21754	456	Riedt b. Erlen		TG	2015	4476	
7669868	Riggenschwil	riggenschwil	CH		0	Europe/Zurich	47.41922	9.15445	650			SG	1728	3407	
7669869	Riken	riken	CH		0	Europe/Zurich	47.27798	7.85085	437			AG	1910	4279	
7669872	Rönnimoos	roennimoos	CH		0	Europe/Zurich	47.05277	8.2752				LU	311	1061	
7669874	Rossrüti	rossrueti	CH		0	Europe/Zurich	47.47566	9.06253	598			SG	1728	3427	
7669876	Roveredo	roveredo	CH		0	Europe/Zurich	46.07486	8.98476	727	Roveredo TI		TI	2105	5226	
7669877	Ruchwil	ruchwil	CH		0	Europe/Zurich	47.01703	7.30654	643			BE	243	312	
7669878	Rudenz	rudenz	CH		0	Europe/Zurich	46.83104	8.18366	488			OW	600	1403	
7669879	Rüdtligen	ruedtligen	CH		0	Europe/Zurich	47.08872	7.5707	509			BE	245	420	
7669880	Rüedike	rueedike	CH		0	Europe/Zurich	47.26252	8.26441	663			LU	313	1041	
7669881	Rüediswil	rueediswil	CH		0	Europe/Zurich	47.09096	8.11061	623			LU	314	1098	
7669882	Rüegsauschachen	rueegsauschachen	CH		0	Europe/Zurich	47.02047	7.66437	571			BE	245	956	
7669883	Rüegsbach	rueegsbach	CH		0	Europe/Zurich	47.03541	7.69029	617			BE	245	956	
7669884	Rüeterswil	rueeterswil	CH		0	Europe/Zurich	47.26012	8.99009	744			SG	1726	3342	
7669885	Rüfenacht	ruefenacht	CH		0	Europe/Zurich	46.93082	7.53234	592			BE	246	627	
7669886	Rumentikon	rumentikon	CH		0	Europe/Zurich	47.21446	8.44208	421			ZG	900	1702	
7669888	Rütihof	ruetihof	CH		0	Europe/Zurich	47.43997	8.27116	406			AG	1902	4021	
7669889	Rütihof	ruetihof	CH		0	Europe/Zurich	47.34148	8.08149	589			AG	1901	4006	
7669890	Sagen	sagen	CH		0	Europe/Zurich	47.23367	7.89398	490			LU	315	1139	
7669892	Salen	salen	CH		0	Europe/Zurich	47.65169	9.01685	686			TG	2012	4864	
7669894	Sankt Niklaus	sankt-niklaus	CH		0	Europe/Zurich	47.13212	7.6153	485			BE	245	413	
7669895	Sankt Pantaleon	sankt-pantaleon	CH		0	Europe/Zurich	47.46101	7.69182	489	St. Pantaleon		SO	1104	2478	
7669896	S. Antonio	s-antonio	CH		0	Europe/Zurich	46.31503	10.06239	994			GR	1842	3561	
7669899	Saurenhorn	saurenhorn	CH		0	Europe/Zurich	47.03472	7.34635	673			BE	243	311	
7669901	S. Carlo	s-carlo	CH		0	Europe/Zurich	46.343	10.06142	1087	S. Carlo (Poschiavo)		GR	1842	3561	
7669902	Schachen	schachen	CH		0	Europe/Zurich	46.97699	8.75415	610			SZ	506	1367	
7669903	Schachen	schachen	CH		0	Europe/Zurich	47.42675	9.56179	815	Schachen,Schachen b. Reute		AR	1503	3035	
7669904	Schachen	schachen	CH		0	Europe/Zurich	47.35656	7.95596	384			SO	1105	2497	
7669905	Schalkhusen	schalkhusen	CH		0	Europe/Zurich	47.41319	9.02405	732			SG	1727	3392	
7669907	Scheunenberg	scheunenberg	CH		0	Europe/Zurich	47.08665	7.37953	485			BE	243	394	
7669908	Schmocken	schmocken	CH		0	Europe/Zurich	46.69434	7.76911				BE	250	571	
7669910	Schönenbaumgarten	schoenenbaumgarten	CH		0	Europe/Zurich	47.61394	9.23412	499			TG	2013	4681	
7669911	Schönenbuch	schoenenbuch	CH		0	Europe/Zurich	46.99872	8.6465	539			SZ	506	1372	
7669912	Schoried	schoried	CH		0	Europe/Zurich	46.93492	8.2564	555			OW	600	1401	
7669913	Schüpberg	schuepberg	CH		0	Europe/Zurich	47.02448	7.3955	675			BE	243	311	
7669914	Schürberg	schuerberg	CH		0	Europe/Zurich	47.2552	7.94283				AG	1910	4274	
7669916	Schwarzenbach	schwarzenbach	CH		0	Europe/Zurich	47.44363	9.07802	564	Schwarzenbach,Schwarzenbach SG		SG	1728	3405	
7669917	Schwarzenbach	schwarzenbach	CH		0	Europe/Zurich	47.23328	8.21258	662			LU	314	1081	
7669918	Schwarzenmatt	schwarzenmatt	CH		0	Europe/Zurich	46.6246	7.36898	935			BE	248	791	
7669921	Sensine	sensine	CH		0	Europe/Zurich	46.24171	7.30739	634			VS	2302	6023	
7669922	Séprais	seprais	CH		0	Europe/Zurich	47.36844	7.22912	605			JU	2601	6702	
7669926	Sittertal	sittertal	CH		0	Europe/Zurich	47.49938	9.24184	470			TG	2015	4511	
7669928	Som la Proz	som-la-proz	CH		0	Europe/Zurich	46.0201	7.13361	968			VS	2303	6034	
7669930	Sontga Clau	sontga-clau	CH		0	Europe/Zurich	46.77807	9.20625	700			GR	1850	3619	
7669932	Spengelried	spengelried	CH		0	Europe/Zurich	46.92672	7.26338	592			BE	246	668	
7669933	Spins	spins	CH		0	Europe/Zurich	47.0518	7.29884	487			BE	243	301	
7669934	Spirenwald	spirenwald	CH		0	Europe/Zurich	46.70167	7.80052	1173			BE	250	571	
7669935	Spitzen	spitzen	CH		0	Europe/Zurich	47.212	8.62036	656			ZH	106	295	
7669936	Staad	staad	CH		0	Europe/Zurich	47.16453	7.40725	430			SO	1107	2546	
7669938	Städtli	staedtli	CH		0	Europe/Zurich	46.93406	8.39172	485			NW	700	1503	
7669940	Starrkirch	starrkirch	CH		0	Europe/Zurich	47.3536	7.92774	419			SO	1108	2584	
7669941	Steffen	steffen	CH		0	Europe/Zurich	47.42508	7.58232	543			SO	1110	2618	
7669943	Steinegg	steinegg	CH		0	Europe/Zurich	47.32195	9.43146	799	Appenzell Steinegg		AI	1600	3103	
7669944	Steineloh	steineloh	CH		0	Europe/Zurich	47.52326	9.40503	429			TG	2011	4401	
7669946	Steinenbrugg	steinenbrugg	CH		0	Europe/Zurich	47.20788	9.03821	450			SG	1726	3313	
7669949	St. Loretto	st-loretto	CH		0	Europe/Zurich	47.3328	9.08594	629			SG	1727	3374	
7669950	St. Margarethen	st-margarethen	CH		0	Europe/Zurich	47.48926	9.00182	504	Sankt Margarethen,St. Margarethen,St. Margarethen TG		TG	2014	4746	
7669951	St-Martin	st-martin	CH		0	Europe/Zurich	47.06754	6.93346	743			NE	2405	6487	
7669953	Strohwilen	strohwilen	CH		0	Europe/Zurich	47.55345	9.01629	584			TG	2015	4881	
7669954	Studen	studen	CH		0	Europe/Zurich	47.07352	8.84177	892	Studen,Studen SZ		SZ	506	1375	
7669955	Studen	studen	CH		0	Europe/Zurich	47.17383	9.44689	460			SG	1724	3273	
7669956	St. Wolfgang	st-wolfgang	CH		0	Europe/Zurich	46.83099	7.18692	654			FR	1006	2293	
7669957	Suen	suen	CH		0	Europe/Zurich	46.18237	7.4378	1429	Suen (St-Martin)		VS	2305	6087	
7669958	Suino	suino	CH		0	Europe/Zurich	46.00446	8.80469	392			TI	2105	5239	
7669959	Sulz	sulz	CH		0	Europe/Zurich	47.38312	8.324	363			AG	1902	4031	
7669963	Torny-le-Petit	torny-le-petit	CH		0	Europe/Zurich	46.77954	6.94821	655			FR	1002	2115	
7669968	Tschingel	tschingel	CH		0	Europe/Zurich	46.72377	7.71122	921	Tschingel ob Gunten		BE	247	938	
7669969	Tufertschwil	tufertschwil	CH		0	Europe/Zurich	47.39523	9.10077	685			SG	1727	3393	
7669970	Turtig	turtig	CH		0	Europe/Zurich	46.30482	7.80192	635			VS	2309	6199	
7669971	Tüscherz	tuescherz	CH		0	Europe/Zurich	47.11412	7.19418	435	Tuescherz-Alfermee,Tüscherz-Alfermée		BE	242	756	
7669974	Ufenau	ufenau	CH		0	Europe/Zurich	47.21693	8.77839	423			SZ	503	1322	
7669975	Unterheid	unterheid	CH		0	Europe/Zurich	46.73845	8.13532	582			BE	250	785	
7669977	Unterschlatt	unterschlatt	CH		0	Europe/Zurich	47.66275	8.70403	416			TG	2012	4546	
7669978	Unterwassern	unterwassern	CH		0	Europe/Zurich	46.53375	8.35493	1377			VS	2304	6076	
7669979	Ursellen	ursellen	CH		0	Europe/Zurich	46.88006	7.60656	666			BE	246	612	
7669983	Valé	vale	CH		0	Europe/Zurich	46.61279	9.17791	1271			GR	1850	3603	
7669984	Vellano	vellano	CH		0	Europe/Zurich	46.17033	9.05827	784			TI	2101	5002	
7669985	Vens	vens	CH		0	Europe/Zurich	46.08826	7.12639	1111	Vens (Sembrancher)		VS	2303	6037	
7669986	Vers-chez-les-Blanc	vers-chez-les-blanc	CH		0	Europe/Zurich	46.55572	6.69558	837			VD	2225	5586	
7669988	Versvey	versvey	CH		0	Europe/Zurich	46.34522	6.93678	382			VD	2221	5415	
7669990	Vielbringen	vielbringen	CH		0	Europe/Zurich	46.91523	7.54896	579	Vielbringen b. Worb		BE	246	627	
7669991	Vigneules	vigneules	CH		0	Europe/Zurich	47.13282	7.22232				BE	242	371	
7669992	Villarey	villarey	CH		0	Europe/Zurich	46.81332	6.96408	500			FR	1001	2029	
7669995	Villars	villars	CH		0	Europe/Zurich	47.38899	7.08107	553	Villars-sur-Fontenais		JU	2603	6790	
7669998	Vingelz	vingelz	CH		0	Europe/Zurich	47.13284	7.22229	440			BE	242	371	
7669999	Vogelsang	vogelsang	CH		0	Europe/Zurich	47.07093	7.42581	539			BE	243	310	
7670000	Vogelsang	vogelsang	CH		0	Europe/Zurich	47.54185	8.32322	496			AG	1911	4312	
7670001	Vorderhof	vorderhof	CH		0	Europe/Zurich	47.45547	9.45245	599			SG	1722	3219	
7670002	Vorimholz	vorimholz	CH		0	Europe/Zurich	47.07251	7.37069	525			BE	243	303	
7670003	Vuarrengel	vuarrengel	CH		0	Europe/Zurich	46.69314	6.64639	667			VD	2223	5539	
7670005	Waag	waag	CH		0	Europe/Zurich	47.04919	8.80189	923			SZ	506	1375	
7670009	Wald	wald	CH		0	Europe/Zurich	47.33039	9.228	836			SG	1727	3378	
7670010	Walde	walde	CH		0	Europe/Zurich	47.26112	8.11096	601	Schmiedrued-Walde		AG	1905	4143	
7670011	Walde	walde	CH		0	Europe/Zurich	47.27176	9.01222	838	Walde,Walde SG		SG	1726	3342	
7670012	Beatenberg-Waldegg	beatenberg-waldegg	CH		0	Europe/Zurich	46.70288	7.81372	1202			BE	250	571	
7670013	Waldhäusern	waldhaeusern	CH		0	Europe/Zurich	47.3283	8.31617	433			AG	1908	4229	
7670016	Wasserfluh	wasserfluh	CH		0	Europe/Zurich	47.32727	9.11531	843			SG	1727	3375	
7670017	Wasserwendi	wasserwendi	CH		0	Europe/Zurich	46.74715	8.19939	1217	Hasliberg Wasserwendi		BE	250	783	
7670018	Weerswilen	weerswilen	CH		0	Europe/Zurich	47.57632	9.13501	567			TG	2015	4946	
7670020	Weiningen	weiningen	CH		0	Europe/Zurich	47.58995	8.88728	448			TG	2012	4621	
7670022	Werdthof	werdthof	CH		0	Europe/Zurich	47.08453	7.27988	441			BE	243	305	
7670023	Wiezikon	wiezikon	CH		0	Europe/Zurich	47.45132	8.98748	565	Wiezikon,Wiezikon b Sirnach		TG	2014	4761	
7670024	Wiggwil	wiggwil	CH		0	Europe/Zurich	47.22318	8.34513	592			AG	1908	4224	
7670025	Wikartswil	wikartswil	CH		0	Europe/Zurich	46.94374	7.60096	772			BE	246	626	
7670026	Wiler	wiler	CH		0	Europe/Zurich	47.04988	7.32102	508	Wiler b. Seedorf		BE	243	312	
7670028	Wille	wille	CH		0	Europe/Zurich	47.61793	8.92015	557			TG	2012	4811	
7670034	Wolfikon	wolfikon	CH		0	Europe/Zurich	47.41973	9.04782	687			SG	1727	3392	
7670035	Wolfikon (TG)	wolfikon-tg	CH		0	Europe/Zurich	47.55038	9.01011	607			TG	2015	4881	
7670036	Wyler	wyler	CH		0	Europe/Zurich	46.70772	8.24186	735			BE	250	784	
7670038	Ziegelried	ziegelried	CH		0	Europe/Zurich	47.04157	7.34936	585			BE	243	311	
7670039	Zimlisberg	zimlisberg	CH		0	Europe/Zurich	47.07658	7.41864	527			BE	243	310	
7670040	Zorten	zorten	CH		0	Europe/Zurich	46.69479	9.536	1186			GR	1841	3506	
7670042	Züberwangen	zueberwangen	CH		0	Europe/Zurich	47.46713	9.08543	527			SG	1728	3426	
7670045	Äckematt	aeckematt	CH		0	Europe/Zurich	46.85909	7.36425	663			BE	246	855	
7670046	Acletta	acletta	CH		0	Europe/Zurich	46.70214	8.83773	1289			GR	1850	3982	
7670047	Adlemsried	adlemsried	CH		0	Europe/Zurich	46.64011	7.39784	1046			BE	248	791	
7670048	Affeier	affeier	CH		0	Europe/Zurich	46.75768	9.12049	1289	Obersaxen Affeier,Sursaissa Affeier		GR	1850	3988	
7670049	Allenlüften	allenlueften	CH		0	Europe/Zurich	46.94765	7.27249	639			BE	246	668	
7670050	Anetswil	anetswil	CH		0	Europe/Zurich	47.50692	8.97554	534			TG	2014	4781	
7670051	Annunziata	annunziata	CH		0	Europe/Zurich	46.30738	10.06999	981			GR	1842	3561	
7670052	Anzano	anzano	CH		0	Europe/Zurich	46.4362	9.04133	1354			TI	2102	5050	
7670053	Ärbolligen	aerbolligen	CH		0	Europe/Zurich	47.14357	7.84545	675			BE	244	322	
7670054	Arnisäge	arnisaege	CH		0	Europe/Zurich	46.93574	7.65322	822			BE	246	602	
7670055	Arruffens	arruffens	CH		0	Europe/Zurich	46.68526	6.9071	722			FR	1002	2096	
7670056	Arvenbüel	arvenbueel	CH		0	Europe/Zurich	47.14857	9.17533	1273			SG	1726	3311	
7670057	Au	au	CH		0	Europe/Zurich	47.41388	8.41635	386			ZH	111	251	
7670058	Äugstisried	aeugstisried	CH		0	Europe/Zurich	47.25798	9.49743	452			SG	1724	3274	
7670060	Avenex	avenex	CH		0	Europe/Zurich	46.39298	6.21184	455			VD	2228	5728	
7670061	Bäch	baech	CH		0	Europe/Zurich	47.17262	8.16926	711			LU	314	1081	
7670062	Bächli	baechli	CH		0	Europe/Zurich	47.30685	9.19629	854	Baechli (Hemberg),Bächli (Hemberg)		SG	1727	3372	
7670063	Bäll	baell	CH		0	Europe/Zurich	46.36734	7.96718	2010			VS	2301	6007	
7670065	Balzeberg	balzeberg	CH		0	Europe/Zurich	46.6662	7.5225	978			BE	249	763	
7670066	Bärenburg	baerenburg	CH		0	Europe/Zurich	46.59545	9.4291	1047			GR	1851	3701	
7670067	Bärenwil	baerenwil	CH		0	Europe/Zurich	47.3407	7.78951	778			BL	1305	2888	
7670068	Bertiswil	bertiswil	CH		0	Europe/Zurich	47.10283	8.26491	515			LU	313	1040	
7670069	Beglingen	beglingen	CH		0	Europe/Zurich	47.10583	9.07766	566			GL	800	1630	
7670070	Berg	berg	CH		0	Europe/Zurich	46.85113	7.23422	653			FR	1006	2305	
7670074	Bickigen	bickigen	CH		0	Europe/Zurich	47.0913	7.65116	537			BE	245	424	
7670075	Biogno	biogno	CH		0	Europe/Zurich	45.99867	8.84319	514			TI	2105	5239	
7670076	Birchli	birchli	CH		0	Europe/Zurich	47.13256	8.76612	924			SZ	501	1301	
7670077	Bleien	bleien	CH		0	Europe/Zurich	47.34592	8.11438	427			AG	1901	4006	
7670079	Blüomatt	blueomatt	CH		0	Europe/Zurich	46.20415	7.69937	1872			VS	2306	6112	
7670080	Bodio	bodio	CH		0	Europe/Zurich	46.33091	9.11921	950			GR	1847	3837	
7670082	Boltshausen	boltshausen	CH		0	Europe/Zurich	47.58201	9.08369	422			TG	2015	4941	
7670083	Boschetto	boschetto	CH		0	Europe/Zurich	46.30733	8.60631	449			TI	2108	5310	
7670084	Bossy	bossy	CH		0	Europe/Zurich	46.28091	6.11484	462			GE	2500	6615	
7670087	Brand	brand	CH		0	Europe/Zurich	47.33842	9.5242	451			SG	1723	3252	
7670088	Breitenegg	breitenegg	CH		0	Europe/Zurich	47.13043	7.6963	625			BE	245	424	
7670089	Brot Dessus	brot-dessus	CH		0	Europe/Zurich	46.97388	6.74184	1017			NE	2403	6433	
7670090	Brülisau	bruelisau	CH		0	Europe/Zurich	47.29856	9.45702	922			AI	1600	3103	
7670091	Brün	bruen	CH		0	Europe/Zurich	46.78049	9.30681	1287			GR	1850	3672	
7670092	Brunni	brunni	CH		0	Europe/Zurich	47.04487	8.70521	1089			SZ	506	1361	
7670093	Brunnwil	brunnwil	CH		0	Europe/Zurich	47.23335	8.32936	719			AG	1908	4224	
7670094	Buech	buech	CH		0	Europe/Zurich	46.95137	7.27007	634			BE	246	668	
7670095	Buechenegg	buechenegg	CH		0	Europe/Zurich	47.29749	8.50884	786			ZH	106	131	
7670096	Bugnaux	bugnaux	CH		0	Europe/Zurich	46.47476	6.31971	599			VD	2228	5856	
7670097	Büren	bueren	CH		0	Europe/Zurich	47.64532	9.04634	641			TG	2013	4846	
7670099	Bütschwil	buetschwil	CH		0	Europe/Zurich	47.02346	7.37507	656			BE	243	311	
7670100	Buusche	buusche	CH		0	Europe/Zurich	46.66247	7.46041	865			BE	249	766	
7670103	Canton	canton	CH		0	Europe/Zurich	46.2981	10.08634	969			GR	1842	3561	
7670104	Carmena	carmena	CH		0	Europe/Zurich	46.17045	9.06263	822			TI	2101	5002	
7670105	Casti	casti	CH		0	Europe/Zurich	46.62567	9.4229	1171			GR	1851	3715	
7670106	Catto	catto	CH		0	Europe/Zurich	46.50475	8.73642	1241			TI	2103	5079	
7670108	Cerneux-Godat	cerneux-godat	CH		0	Europe/Zurich	47.18148	6.88691	938			JU	2602	6742	
7670109	Chailly	chailly	CH		0	Europe/Zurich	46.52789	6.65258	568			VD	2225	5586	
7670110	Champmartin	champmartin	CH		0	Europe/Zurich	46.94212	6.99947	463			VD	2222	5456	
7670114	Chandossel	chandossel	CH		0	Europe/Zurich	46.88875	7.08478	457			FR	1005	2254	
7670115	Chapelle	chapelle	CH		0	Europe/Zurich	46.7701	6.85195	622	Chapelle (Broye)		FR	1001	2044	
7670116	Chésalles	chesalles	CH		0	Europe/Zurich	46.77002	7.13641	630			FR	1004	2206	
7670117	Chlyrot	chlyrot	CH		0	Europe/Zurich	47.20177	7.84743	552			BE	244	329	
7670119	Märstetten-Station	maerstetten-station	CH		0	Europe/Zurich	47.58536	9.06194	419			TG	2015	4941	
7670121	Commeire	commeire	CH		0	Europe/Zurich	46.025	7.16634	1454			VS	2303	6034	
7670122	Cons	cons	CH		0	Europe/Zurich	46.65015	9.09158	1477			GR	1850	3618	
7670123	Corcelettes	corcelettes	CH		0	Europe/Zurich	46.82146	6.66205	451			VD	2224	5561	
7670125	Cormanicc	cormanicc	CH		0	Europe/Zurich	46.19477	8.78561	1329			TI	2104	5113	
7670126	Corsalettes	corsalettes	CH		0	Europe/Zurich	46.84622	7.06148	581			FR	1004	2200	
7670127	Coussiberlé	coussiberle	CH		0	Europe/Zurich	46.89635	7.12023	580			FR	1005	2275	
7670128	Cozzera	cozzera	CH		0	Europe/Zurich	46.57156	8.94299	1303			TI	2102	5049	
7670129	Crassy	crassy	CH		0	Europe/Zurich	46.37511	6.16303				VD	2228	5714	
7670130	Crebelley	crebelley	CH		0	Europe/Zurich	46.36606	6.90263	378			VD	2221	5408	
7670131	Cresta	cresta	CH		0	Europe/Zurich	46.56321	9.45062	1660	Cresta (Avers)		GR	1851	3713	
7670132	Cutterwil	cutterwil	CH		0	Europe/Zurich	46.84112	7.08607	633			FR	1004	2175	
7670135	Deggio	deggio	CH		0	Europe/Zurich	46.51543	8.71424	1194			TI	2103	5079	
7670136	Dickihof	dickihof	CH		0	Europe/Zurich	47.64896	8.72443	458			TG	2012	4546	
7670137	Dieterswald	dieterswald	CH		0	Europe/Zurich	47.01122	7.59019	736			BE	245	414	
7670138	Dörfli	doerfli	CH		0	Europe/Zurich	46.89912	8.39276	526			NW	700	1511	
7670139	Dötra	doetra	CH		0	Europe/Zurich	46.53287	8.88056	1749			TI	2102	5049	
7670140	Dritte Altmatt	dritte-altmatt	CH		0	Europe/Zurich	47.13263	8.69723	919			SZ	506	1370	
7670142	Ecce Homo	ecce-homo	CH		0	Europe/Zurich	47.06996	8.6175	731			SZ	506	1371	
7670144	Edlischwil	edlischwil	CH		0	Europe/Zurich	47.47471	9.30594	614			SG	1721	3444	
7670145	Egga	egga	CH		0	Europe/Zurich	46.37211	7.99222	1647			VS	2301	6007	
7670146	Engersch	engersch	CH		0	Europe/Zurich	46.33023	7.71195	1508			VS	2306	6118	
7670147	Entschwil	entschwil	CH		0	Europe/Zurich	46.62007	7.55249	1066			BE	249	762	
7670148	Envelier	envelier	CH		0	Europe/Zurich	47.31492	7.4914	624			JU	2601	6730	
7670150	Essert	essert	CH		0	Europe/Zurich	46.73922	7.16448	818			FR	1004	2220	
7670153	Etzelwil	etzelwil	CH		0	Europe/Zurich	47.23446	8.11654	741			LU	314	1100	
7670154	Etzwil	etzwil	CH		0	Europe/Zurich	47.56543	8.19513	415			AG	1911	4313	
7670155	Ey	ey	CH		0	Europe/Zurich	47.12515	7.55254	478			BE	245	552	
7670156	Eywald	eywald	CH		0	Europe/Zurich	46.76302	7.41739	1046			BE	246	853	
7670158	Fäld	faeld	CH		0	Europe/Zurich	46.37168	8.21368	1547			VS	2304	6054	
7670159	Faltsche	faltsche	CH		0	Europe/Zurich	46.63288	7.70843				BE	249	567	
7670161	Fäsilalpu	faesilalpu	CH		0	Europe/Zurich	46.34138	7.72585	1940			VS	2306	6118	
7670165	Fillistorf	fillistorf	CH		0	Europe/Zurich	46.86533	7.22841	626			FR	1006	2305	
7670166	Finnu	finnu	CH		0	Europe/Zurich	46.31545	7.89737	1408			VS	2301	6004	
7670168	Finsterwald	finsterwald	CH		0	Europe/Zurich	46.9741	8.10551	1060	Finsterwald,Finsterwald b. Entlebuch		LU	316	1002	
7670169	Forel	forel	CH		0	Europe/Zurich	46.87736	6.88911	465			FR	1001	2054	
7670170	Fornet	fornet	CH		0	Europe/Zurich	47.28016	7.17339	980			JU	2602	6750	
7670171	Forst	forst	CH		0	Europe/Zurich	47.20145	7.73962	509			BE	244	342	
7670172	Forst	forst	CH		0	Europe/Zurich	46.76468	7.52325	650	Forst b. Laengenbuehl,Forst b. Längenbühl		BE	247	948	
7670173	Freiburghaus	freiburghaus	CH		0	Europe/Zurich	46.89931	7.28206	572			BE	246	670	
7670174	Furen	furen	CH		0	Europe/Zurich	46.73107	8.33409	1149			BE	250	784	
7670175	Furggels	furggels	CH		0	Europe/Zurich	46.98047	9.51219	1197			SG	1725	3294	
7670176	Fuyens	fuyens	CH		0	Europe/Zurich	46.71529	6.97283	715			FR	1002	2117	
7670177	Gaggiole	gaggiole	CH		0	Europe/Zurich	46.18133	8.87625	213			TI	2104	5108	
7670178	Galteren	galteren	CH		0	Europe/Zurich	46.80426	7.23021	699			FR	1006	2306	
7670179	Gibelflüe	gibelfluee	CH		0	Europe/Zurich	47.15013	8.35644	499			LU	313	1023	
7670180	Giétroz	gietroz	CH		0	Europe/Zurich	46.06451	6.95549	1360			VS	2310	6214	
7670182	Glarisegg	glarisegg	CH		0	Europe/Zurich	47.65608	8.95789	402			TG	2012	4864	
7670184	Gottschalkenberg	gottschalkenberg	CH		0	Europe/Zurich	47.15624	8.65374	1148			ZG	900	1704	
7670185	Grächwil	graechwil	CH		0	Europe/Zurich	47.01762	7.37669	663			BE	246	307	
7670188	Grodey	grodey	CH		0	Europe/Zurich	46.50939	7.39716	1008			BE	248	793	
7670189	Gspon	gspon	CH		0	Europe/Zurich	46.22599	7.90349	1893			VS	2313	6294	
7670190	Guetisberg	guetisberg	CH		0	Europe/Zurich	47.08275	7.66818	697			BE	245	407	
7670191	Gündelhart	guendelhart	CH		0	Europe/Zurich	47.63798	8.94766	605			TG	2012	4816	
7670192	Hagenwil	hagenwil	CH		0	Europe/Zurich	47.51006	9.12138	622			TG	2015	4756	
7670193	Hagnau	hagnau	CH		0	Europe/Zurich	47.25222	8.40445	386			AG	1908	4234	
7670194	Haltikon	haltikon	CH		0	Europe/Zurich	47.09173	8.41923	522			SZ	504	1331	
7670195	Hasli	hasli	CH		0	Europe/Zurich	46.82167	7.47724	867			BE	246	879	
7670196	Häusernmoos	haeusernmoos	CH		0	Europe/Zurich	47.08065	7.75016		Haeusernmoos im Emmental,Häusernmoos im Emmental		BE	245	951	
7670197	Häuslenen	haeuslenen	CH		0	Europe/Zurich	47.5277	8.90399	520			TG	2014	4551	
7670198	Hegi	hegi	CH		0	Europe/Zurich	47.51722	9.35916	448			TG	2011	4411	
7670199	Heiligkreuz	heiligkreuz	CH		0	Europe/Zurich	46.95072	8.04971	1127			LU	316	1005	
7670200	Heimenegg	heimenegg	CH		0	Europe/Zurich	46.81563	7.70642	922			BE	247	923	
7670202	Heiterswil	heiterswil	CH		0	Europe/Zurich	47.29923	9.13554	898			SG	1727	3379	
7670203	Helgisried	helgisried	CH		0	Europe/Zurich	46.81763	7.42837	795	Helgisried-Rohrbach		BE	246	880	
7670204	Helsighausen	helsighausen	CH		0	Europe/Zurich	47.64142	9.06745	603			TG	2013	4846	
7670207	Herzwil	herzwil	CH		0	Europe/Zurich	46.91694	7.38143	658			BE	246	355	
7670208	Hindere Rychestei	hindere-rychestei	CH		0	Europe/Zurich	46.52874	7.32892	1187			BE	248	794	
7670209	Hinterberg	hinterberg	CH		0	Europe/Zurich	46.92776	9.6665	1409			GR	1849	3862	
7670211	Hintergoldingen	hintergoldingen	CH		0	Europe/Zurich	47.28568	8.98219	834			SG	1726	3342	
7670214	Hohfirst	hohfirst	CH		0	Europe/Zurich	47.44779	9.30831	805			SG	1721	3444	
7670215	Holz	holz	CH		0	Europe/Zurich	47.05457	8.17067	747			LU	314	1098	
7670216	Holzhäusern	holzhaeusern	CH		0	Europe/Zurich	47.1565	8.44089	443			ZG	900	1707	
7670217	Holzhüsere	holzhuesere	CH		0	Europe/Zurich	47.2597	7.71064	462			BE	244	981	
7670218	Höngen	hoengen	CH		0	Europe/Zurich	47.32208	7.67521	664			SO	1102	2426	
7670219	Huggerwald	huggerwald	CH		0	Europe/Zurich	47.4193	7.4343	601			SO	1110	2619	
7670220	Hüsere	huesere	CH		0	Europe/Zurich	46.51374	7.39376	997			BE	248	793	
7670221	Ifenthal	ifenthal	CH		0	Europe/Zurich	47.37363	7.85095	706			SO	1105	2491	
7670223	Iselisbärg	iselisbaerg	CH		0	Europe/Zurich	47.5878	8.82778	506	Iselisberg		TG	2012	4616	
7670224	Jassbach	jassbach	CH		0	Europe/Zurich	46.85002	7.70065	906			BE	246	614	
7670225	Jeizinen	jeizinen	CH		0	Europe/Zurich	46.32856	7.72275	1526			VS	2306	6118	
7670226	Jetzikofen	jetzikofen	CH		0	Europe/Zurich	47.00332	7.39691	651			BE	246	354	
7670227	Jouxtens	jouxtens	CH		0	Europe/Zurich	46.54653	6.59584	493			VD	2225	5585	
7670228	Kalthäusern	kalthaeusern	CH		0	Europe/Zurich	47.52449	8.97635	488			TG	2014	4741	
7670230	Käserstatt	kaeserstatt	CH		0	Europe/Zurich	46.7579	8.22185	1831			BE	250	783	
7670231	Kengelbach	kengelbach	CH		0	Europe/Zurich	47.33715	9.07039	695			SG	1727	3395	
7670233	Kreuzweg	kreuzweg	CH		0	Europe/Zurich	46.79906	7.68511	828			BE	247	945	
7670234	Krillberg	krillberg	CH		0	Europe/Zurich	47.48131	8.94921	631			TG	2014	4781	
7670236	La Corbatière	la-corbatiere	CH		0	Europe/Zurich	47.06892	6.83603	1080			NE	2402	6423	
7670237	La Crêta	la-creta	CH		0	Europe/Zurich	46.09513	7.00487	1079			VS	2307	6137	
7670238	La Croix	la-croix	CH		0	Europe/Zurich	46.5179	6.7036	636	La Croix,La Croix (Lutry)		VD	2226	5606	
7670239	La Garde	la-garde	CH		0	Europe/Zurich	46.0664	7.1473	900	La Garde (Sembrancher)		VS	2303	6035	
7670240	La Luette	la-luette	CH		0	Europe/Zurich	46.16222	7.44001	997			VS	2305	6087	
7670242	La Mothe	la-mothe	CH		0	Europe/Zurich	46.82016	6.56711	548			VD	2224	5937	
7670243	Längegrund	laengegrund	CH		0	Europe/Zurich	46.93461	7.86604	769			BE	245	908	
7670244	Lanthen	lanthen	CH		0	Europe/Zurich	46.84892	7.25416	650			FR	1006	2305	
7670245	Lanzenhäusern	lanzenhaeusern	CH		0	Europe/Zurich	46.84363	7.349	744			BE	246	855	
7670246	La Petite Grave	la-petite-grave	CH		0	Europe/Zurich	46.17479	6.04159	434			GE	2500	6609	
7670247	La Rogivue	la-rogivue	CH		0	Europe/Zurich	46.56569	6.89535	838			VD	2226	5790	
7670248	Lätte	laette	CH		0	Europe/Zurich	47.23237	8.0307	731			LU	314	1104	
7670249	Lauchernalp	lauchernalp	CH		0	Europe/Zurich	46.41401	7.77491	2009			VS	2309	6202	
7670250	Laus	laus	CH		0	Europe/Zurich	46.71521	8.92212	1250			GR	1850	3985	
7670252	Le Borgeaud	le-borgeaud	CH		0	Europe/Zurich	46.07319	7.06672	633			VS	2307	6131	
7670253	Le Cernil	le-cernil	CH		0	Europe/Zurich	47.23449	7.07569	994			BE	241	446	
7670254	Le Châtel	le-chatel	CH		0	Europe/Zurich	46.2364	7.02695	516			VD	2221	5402	
7670255	Le Châtelard	le-chatelard	CH		0	Europe/Zurich	46.06166	6.95889	1123			VS	2310	6214	
7670256	Le Creux-des-Biches	le-creux-des-biches	CH		0	Europe/Zurich	47.20339	6.94394	1016			JU	2602	6754	
7670257	Le Pâquier	le-paquier	CH		0	Europe/Zurich	46.70423	6.54831	439			VD	2224	5749	
7670259	Le Roselet	le-roselet	CH		0	Europe/Zurich	47.22464	7.00637	1052			JU	2602	6753	
7670260	Le Saulgy	le-saulgy	CH		0	Europe/Zurich	46.65357	6.85866	841			FR	1002	2099	
7670261	Les Barrières	les-barrieres	CH		0	Europe/Zurich	47.20588	6.92991	1000			JU	2602	6754	
7670262	Les Bourquin	les-bourquin	CH		0	Europe/Zurich	46.85277	6.47466	1075			NE	2406	6504	
7670263	Les Cerlatez	les-cerlatez	CH		0	Europe/Zurich	47.24514	7.02854	1003			JU	2602	6757	
7670264	Les Chenevières	les-chenevieres	CH		0	Europe/Zurich	47.23475	7.00241	980			JU	2602	6753	
7670266	Les Petits Ponts	les-petits-ponts	CH		0	Europe/Zurich	46.99397	6.7549	1007			NE	2403	6433	
7670267	Les Prailats	les-prailats	CH		0	Europe/Zurich	47.19587	6.90519	950			JU	2602	6742	
7670268	Les Rouges-Terres	les-rouges-terres	CH		0	Europe/Zurich	47.25552	7.04749	1025			JU	2602	6741	
7670269	Les Sairains	les-sairains	CH		0	Europe/Zurich	47.29782	7.08318	935			JU	2602	6751	
7670272	Lifelen	lifelen	CH		0	Europe/Zurich	47.01723	8.19071	791			LU	312	1066	
7670273	Linde	linde	CH		0	Europe/Zurich	46.78952	7.77866	1001			BE	247	924	
7670274	Lindental	lindental	CH		0	Europe/Zurich	46.98327	7.5576	621			BE	246	359	
7670275	Lipperüti	lipperueti	CH		0	Europe/Zurich	47.1072	8.19918	535			LU	314	1093	
7670276	Lisighaus	lisighaus	CH		0	Europe/Zurich	47.20254	9.34016	1050			SG	1727	3359	
7670277	Litzirüti	litzirueti	CH		0	Europe/Zurich	46.79938	9.70462	1452			GR	1848	3921	
7670278	Litzistorf	litzistorf	CH		0	Europe/Zurich	46.87664	7.22228	571			FR	1006	2295	
7670280	Loye	loye	CH		0	Europe/Zurich	46.24719	7.47891	911			VS	2311	6238	
7670281	Lueg	lueg	CH		0	Europe/Zurich	46.79972	7.63763	802			BE	247	925	
7670283	Lurengo	lurengo	CH		0	Europe/Zurich	46.50754	8.73847	1324			TI	2103	5079	
7670284	Lüsis	luesis	CH		0	Europe/Zurich	47.13805	9.33633	1272			SG	1725	3298	
7670285	Lussery	lussery	CH		0	Europe/Zurich	46.63176	6.52572	494			VD	2223	5487	
7670287	Malval	malval	CH		0	Europe/Zurich	46.21264	5.99137	451			GE	2500	6620	
7670288	Marbachegg	marbachegg	CH		0	Europe/Zurich	46.83633	7.90634	1483			LU	316	1010	
7670289	Mariahilf	mariahilf	CH		0	Europe/Zurich	46.82958	7.20339	648			FR	1006	2293	
7670292	Mategnin	mategnin	CH		0	Europe/Zurich	46.24326	6.08766	437			GE	2500	6630	
7670293	Mättenbach	maettenbach	CH		0	Europe/Zurich	47.16361	7.82261	604			BE	244	332	
7670294	Mättiwil	maettiwil	CH		0	Europe/Zurich	47.13282	8.22411	568			LU	314	1093	
7670295	Mattsand	mattsand	CH		0	Europe/Zurich	46.14899	7.79304	1227			VS	2313	6292	
7670296	Meiersmaad	meiersmaad	CH		0	Europe/Zurich	46.75769	7.73132	1004			BE	247	938	
7670297	Mengestorf	mengestorf	CH		0	Europe/Zurich	46.90036	7.38623	637			BE	246	355	
7670299	Mézery	mezery	CH		0	Europe/Zurich	46.55589	6.59876	555			VD	2225	5585	
7670301	Miraniga	miraniga	CH		0	Europe/Zurich	46.74715	9.10951	1417			GR	1850	3988	
7670302	Misanenga	misanenga	CH		0	Europe/Zurich	46.75283	9.11881	1358			GR	1850	3988	
7670303	Mittelhäusern	mittelhaeusern	CH		0	Europe/Zurich	46.87778	7.36905	670			BE	246	355	
7670306	Mompé Medel	mompe-medel	CH		0	Europe/Zurich	46.69088	8.84823	1304			GR	1850	3982	
7670307	Monniaz	monniaz	CH		0	Europe/Zurich	46.24261	6.30666	513			GE	2500	6626	
7670308	Monte Brè	monte-bre	CH		0	Europe/Zurich	46.1851	8.7758	1004			TI	2104	5113	
7670309	Monterschu	monterschu	CH		0	Europe/Zurich	46.8823	7.171	599			FR	1005	2262	
7670310	Montheron	montheron	CH		0	Europe/Zurich	46.59312	6.65599	725			VD	2225	5586	
7670311	Moos	moos	CH		0	Europe/Zurich	47.07512	8.14822	670			LU	314	1098	
7670312	Moos	moos	CH		0	Europe/Zurich	47.53686	9.14771	460			TG	2015	4911	
7670314	Moron	moron	CH		0	Europe/Zurich	47.26276	7.18847	1002			BE	241	716	
7670315	Mostelberg	mostelberg	CH		0	Europe/Zurich	47.06914	8.65045	1191			SZ	506	1371	
7670316	Mullwil	mullwil	CH		0	Europe/Zurich	47.23974	8.13975	650			LU	314	1097	
7670317	Mutwil	mutwil	CH		0	Europe/Zurich	47.45698	9.21998	564			SG	1728	3422	
7670319	Neuenschwand	neuenschwand	CH		0	Europe/Zurich	46.90509	7.78217	886			BE	245	901	
7670320	Niderwil	niderwil	CH		0	Europe/Zurich	47.45583	9.29522	780			SG	1721	3444	
7670321	Niederbütschel	niederbuetschel	CH		0	Europe/Zurich	46.83842	7.44792	810			BE	246	880	
7670322	Niederwil	niederwil	CH		0	Europe/Zurich	47.21317	8.45166				ZG	900	1702	
7670324	Niesenberg	niesenberg	CH		0	Europe/Zurich	47.30158	8.28128	647			AG	1908	4233	
7670325	Niva	niva	CH		0	Europe/Zurich	46.2922	8.53206	955	Niva (Vallemaggia)		TI	2108	5307	
7670326	Nonfoux	nonfoux	CH		0	Europe/Zurich	46.71846	6.65576	671			VD	2223	5520	
7670328	Nunwil	nunwil	CH		0	Europe/Zurich	47.17806	8.2696	476			LU	313	1039	
7670329	Nuolen	nuolen	CH		0	Europe/Zurich	47.20503	8.89046	410			SZ	505	1349	
7670330	Oberei	oberei	CH		0	Europe/Zurich	46.82145	7.76241	907			BE	245	904	
7670331	Oberholz	oberholz	CH		0	Europe/Zurich	47.28928	8.9424	855			SG	1726	3342	
7670332	Obermettlen	obermettlen	CH		0	Europe/Zurich	46.86854	7.3387	740			FR	1006	2308	
7670333	Oberried	oberried	CH		0	Europe/Zurich	46.88994	7.36676	684			BE	246	355	
7670334	Oberried	oberried	CH		0	Europe/Zurich	46.73811	7.18672	807			FR	1004	2220	
7670335	Oberruntigen	oberruntigen	CH		0	Europe/Zurich	46.98134	7.27045	579			BE	243	309	
7670336	Oberrüti	oberrueti	CH		0	Europe/Zurich	47.39645	7.41988	386			BL	1302	2788	
7670337	Oberscherli	oberscherli	CH		0	Europe/Zurich	46.88457	7.41852	734			BE	246	355	
7670339	Oftershausen	oftershausen	CH		0	Europe/Zurich	47.61557	9.17044	540			TG	2013	4666	
7670340	Ossasco	ossasco	CH		0	Europe/Zurich	46.51368	8.53961	1313			TI	2103	5063	
7670341	Ötwil	oetwil	CH		0	Europe/Zurich	47.41174	8.99747	764			SG	1727	3392	
7670342	Pagnoncini	pagnoncini	CH		0	Europe/Zurich	46.30376	10.08062	976			GR	1842	3561	
7670344	Pazen	pazen	CH		0	Europe/Zurich	46.63805	9.43118	1144			GR	1851	3715	
7670345	Perreux	perreux	CH		0	Europe/Zurich	46.94786	6.81816	510			NE	2401	6404	
7670347	Peyres	peyres	CH		0	Europe/Zurich	46.65981	6.70861	721			VD	2223	5693	
7670348	Plan	plan	CH		0	Europe/Zurich	46.95782	10.38645	1725			GR	1843	3752	
7670349	Platz	platz	CH		0	Europe/Zurich	46.97193	9.81547	1420			GR	1849	3891	
7670350	Portels	portels	CH		0	Europe/Zurich	47.08402	9.33721	721	Flumserberg Portels		SG	1725	3292	
7670351	Possens	possens	CH		0	Europe/Zurich	46.66459	6.70782	703			VD	2223	5693	
7670353	Prato	prato	CH		0	Europe/Zurich	46.3963	8.65785	742	Prato-Sornico		TI	2108	5323	
7670354	Praz-Jean	praz-jean	CH		0	Europe/Zurich	46.15029	7.4526	1055			VS	2305	6087	
7670355	Prod	prod	CH		0	Europe/Zurich	47.05512	9.43886	626			SG	1725	3296	
7670358	Rachholtern	rachholtern	CH		0	Europe/Zurich	46.79519	7.65651	834			BE	247	925	
7670359	Radelfingen	radelfingen	CH		0	Europe/Zurich	46.95293	7.5758	757			BE	246	359	
7670363	Ravaisch	ravaisch	CH		0	Europe/Zurich	46.953	10.37297	1775			GR	1843	3752	
7670364	Raviscè	ravisce	CH		0	Europe/Zurich	46.3467	10.06509	1088			GR	1842	3561	
7670365	Richebach	richebach	CH		0	Europe/Zurich	46.66046	7.49248				BE	249	761	
7670366	Ried	ried	CH		0	Europe/Zurich	46.41521	7.80855	1486			VS	2309	6192	
7670367	Ried	ried	CH		0	Europe/Zurich	46.98832	8.71276	573	Ried (Muotathal)		SZ	506	1367	
7670368	Riederen	riederen	CH		0	Europe/Zurich	47.46015	9.43282	582			SG	1722	3214	
7670369	Roderis	roderis	CH		0	Europe/Zurich	47.41008	7.59636	575			SO	1110	2621	
7670370	Rofisbach	rofisbach	CH		0	Europe/Zurich	47.22914	9.45485	484			SG	1724	3274	
7670371	Rohr	rohr	CH		0	Europe/Zurich	46.82437	7.2348	661			FR	1006	2306	
7670373	Ronwil	ronwil	CH		0	Europe/Zurich	47.46337	9.26751	614			SG	1721	3444	
7670374	Rossfall	rossfall	CH		0	Europe/Zurich	47.2807	9.28104	946			AR	1501	3006	
7670376	Rotzenwil	rotzenwil	CH		0	Europe/Zurich	47.51634	9.29804	531			SG	1721	3202	
7670377	Rudswil	rudswil	CH		0	Europe/Zurich	47.10351	7.60534	494			BE	245	405	
7670378	Rüedisbach	rueedisbach	CH		0	Europe/Zurich	47.12077	7.70436	641			BE	245	424	
7670379	Ruefswil	ruefswil	CH		0	Europe/Zurich	47.11163	7.92034	653			LU	315	1145	
7670380	Rünkhofen	ruenkhofen	CH		0	Europe/Zurich	46.90183	7.68231	700			BE	246	605	
7670381	Rüplisried	rueplisried	CH		0	Europe/Zurich	46.92746	7.2467	558			BE	246	668	
7670382	Sales	sales	CH		0	Europe/Zurich	46.76104	7.15463	711			FR	1004	2238	
7670383	San Bartolomeo	san-bartolomeo	CH		0	Europe/Zurich	46.23311	8.84776	490			TI	2104	5399	
7670384	Sandblatten	sandblatten	CH		0	Europe/Zurich	47.12819	8.24439	592			LU	313	1037	
7670385	Sankt Chrischona	sankt-chrischona	CH		0	Europe/Zurich	47.57448	7.68159	522			BS	1200	2702	
7670386	Sankt Jakob	sankt-jakob	CH		0	Europe/Zurich	46.93572	8.30773	541			NW	700	1506	
7670387	Sankt Niklausen	sankt-niklausen	CH		0	Europe/Zurich	46.87563	8.28181	772	St. Niklausen,St. Niklausen OW		OW	600	1404	
7670388	S. Carlo	s-carlo	CH		0	Europe/Zurich	46.40995	8.52895	960	S. Carlo (Val Bavona),San Carlo		TI	2108	5310	
7670389	Sceut	sceut	CH		0	Europe/Zurich	47.31844	7.15303	870			JU	2601	6729	
7670390	Schachen	schachen	CH		0	Europe/Zurich	47.3865	9.24454	789	Schachen,Schachen b. Herisau		AR	1501	3001	
7670391	Schafhausen	schafhausen	CH		0	Europe/Zurich	46.99681	7.65727	606	Schafhausen im Emmental		BE	245	406	
7670392	Schlatt	schlatt	CH		0	Europe/Zurich	46.89508	7.42177	689			BE	246	355	
7670393	Schlatt	schlatt	CH		0	Europe/Zurich	47.5668	8.21468	436			AG	1911	4313	
7670394	Schleumen	schleumen	CH		0	Europe/Zurich	47.04106	7.57559	552			BE	245	409	
7670395	Schönau	schoenau	CH		0	Europe/Zurich	47.31247	9.25421	1002			AR	1501	3006	
7670396	Schülen	schuelen	CH		0	Europe/Zurich	47.08465	8.0031	797			LU	315	1151	
7670397	Schwägalp	schwaegalp	CH		0	Europe/Zurich	47.25783	9.3189	1352			AR	1501	3002	
7670399	Seeburg	seeburg	CH		0	Europe/Zurich	47.04705	8.34589	435			LU	311	1061	
7670400	Seesatz	seesatz	CH		0	Europe/Zurich	47.12461	8.19489	508			LU	314	1102	
7670401	Segl Baselgia	segl-baselgia	CH		0	Europe/Zurich	46.4347	9.75688	1799	Segl Baselgia,Sils Baselgia,Sils/Segl Baselgia		GR	1846	3789	
7670403	Selva	selva	CH		0	Europe/Zurich	46.661	8.72166	1537			GR	1850	3986	
7670404	Sermuz	sermuz	CH		0	Europe/Zurich	46.75668	6.64731	488			VD	2224	5938	
7670405	Sertig Dörfli	sertig-doerfli	CH		0	Europe/Zurich	46.72702	9.8494	1861			GR	1849	3851	
7670408	Sonlèrt	sonlert	CH		0	Europe/Zurich	46.39563	8.53873	808			TI	2108	5310	
7670409	Soulalex	soulalex	CH		0	Europe/Zurich	46.0502	7.14293	1032			VS	2303	6034	
7670410	Spych	spych	CH		0	Europe/Zurich	47.14897	7.71476	605			BE	244	985	
7670411	Stalten	stalten	CH		0	Europe/Zurich	47.24294	7.73947	452			BE	244	323	
7670412	St. Anton	st-anton	CH		0	Europe/Zurich	47.41128	9.53613	1107			AI	1600	3111	
7670413	Starkenbach	starkenbach	CH		0	Europe/Zurich	47.18699	9.25134	891			SG	1727	3359	
7670414	Stätebach	staetebach	CH		0	Europe/Zurich	47.10858	8.051	567			LU	314	1086	
7670415	Steinisweg	steinisweg	CH		0	Europe/Zurich	46.97111	7.32063	543			BE	246	360	
7670416	Steintal	steintal	CH		0	Europe/Zurich	47.23012	9.13865	829			SG	1727	3352	
7670417	St. Niklausen	st-niklausen	CH		0	Europe/Zurich	47.02017	8.34072	444	St. Niklausen,St. Niklausen LU		LU	312	1058	
7670418	St. Petersinsel	st-petersinsel	CH		0	Europe/Zurich	47.07069	7.14328	474			BE	242	756	
7670421	Striegel	striegel	CH		0	Europe/Zurich	47.31837	7.96957	506			AG	1910	4283	
7670422	Sulzerberg	sulzerberg	CH		0	Europe/Zurich	47.53343	8.08237	510			AG	1906	4170	
7670424	Süri	sueri	CH		0	Europe/Zurich	46.92067	7.26945	597			BE	246	670	
7670425	Surin	surin	CH		0	Europe/Zurich	46.66676	9.11633	1282	Surin,Surrhin		GR	1850	3618	
7670426	Tal	tal	CH		0	Europe/Zurich	47.02028	7.77983	745			BE	245	958	
7670427	Tamatten	tamatten	CH		0	Europe/Zurich	46.13268	7.93595	1553			VS	2313	6291	
7670428	Tannegg	tannegg	CH		0	Europe/Zurich	47.43004	8.95483	601			TG	2014	4726	
7670429	Taveyanne	taveyanne	CH		0	Europe/Zurich	46.30519	7.12374	1649			VD	2221	5405	
7670430	Tengia	tengia	CH		0	Europe/Zurich	46.47135	8.83157	1099			TI	2103	5072	
7670433	Traselingen	traselingen	CH		0	Europe/Zurich	47.1551	8.24828	681			LU	314	1088	
7670434	Triftalp	triftalp	CH		0	Europe/Zurich	46.13237	7.95198	2072			VS	2313	6291	
7670435	Trüttlikon	truettlikon	CH		0	Europe/Zurich	47.59683	8.81969	509			TG	2012	4616	
7670436	Tützenberg	tuetzenberg	CH		0	Europe/Zurich	46.8322	7.24651	718			FR	1006	2305	
7670437	Uebewil	uebewil	CH		0	Europe/Zurich	46.81506	7.17823	654			FR	1006	2293	
7670438	Uetliburg	uetliburg	CH		0	Europe/Zurich	47.23775	9.03557	698	Uetliburg,Uetliburg SG		SG	1726	3341	
7670439	Understock	understock	CH		0	Europe/Zurich	46.69324	8.23048	893			BE	250	784	
7670441	Vargistagn	vargistagn	CH		0	Europe/Zurich	46.6279	9.40838				GR	1851	3715	
7670443	Vautenaivre	vautenaivre	CH		0	Europe/Zurich	47.27819	6.95624	640			JU	2602	6757	
7670444	Vernéaz	verneaz	CH		0	Europe/Zurich	46.87727	6.74018	610			NE	2401	6417	
7670445	Vers chez Grosjean	vers-chez-grosjean	CH		0	Europe/Zurich	46.62924	6.28407	1025			VD	2224	5871	
7670447	Vers-chez-Savary	vers-chez-savary	CH		0	Europe/Zurich	46.80561	6.95831	554			VD	2222	5822	
7670450	Veyges	veyges	CH		0	Europe/Zurich	46.33088	6.99092	1111			VD	2221	5407	
7670451	Vichères	vicheres	CH		0	Europe/Zurich	45.99647	7.16658	1423	Vicheres (Liddes),Vichères (Liddes)		VS	2303	6033	
7670453	Vigana	vigana	CH		0	Europe/Zurich	46.15591	8.99408				TI	2101	5017	
7670454	Vilars	vilars	CH		0	Europe/Zurich	47.03304	6.92784	746			NE	2405	6487	
7670455	Villa	villa	CH		0	Europe/Zurich	46.10763	7.51343	1742	Villa (Evolene),Villa (Evolène)		VS	2305	6083	
7670456	Villangeaux	villangeaux	CH		0	Europe/Zurich	46.63544	6.80229	673			FR	1002	2072	
7670458	Villaranon	villaranon	CH		0	Europe/Zurich	46.67144	6.88299	791			FR	1002	2099	
7670463	Villars	villars	CH		0	Europe/Zurich	46.6362	6.5289	492			VD	2223	5487	
7670464	Vivy	vivy	CH		0	Europe/Zurich	46.8684	7.17072	587			FR	1005	2254	
7670466	Vocaglia	vocaglia	CH		0	Europe/Zurich	46.20609	8.59126	1005			TI	2104	5136	
7670467	Vogelgsang	vogelgsang	CH		0	Europe/Zurich	47.16262	8.1776	695			LU	314	1084	
7670468	Vugelles	vugelles	CH		0	Europe/Zurich	46.825	6.57847	520			VD	2224	5937	
7670469	Wald	wald	CH		0	Europe/Zurich	47.14054	8.3472	475			LU	313	1023	
7670471	Waldried	waldried	CH		0	Europe/Zurich	46.65639	7.41501	990			BE	249	766	
7670473	Weingarten	weingarten	CH		0	Europe/Zurich	47.52597	8.98667	489	Weingarten,Weingarten-Kalthaeusern,Weingarten-Kalthäusern		TG	2014	4741	
7670474	Wengliswil	wengliswil	CH		0	Europe/Zurich	46.78039	7.2798	804			FR	1006	2306	
7670475	Wetzwil	wetzwil	CH		0	Europe/Zurich	47.21748	8.13599	723			LU	314	1100	
7670476	Wierezwil	wierezwil	CH		0	Europe/Zurich	47.05982	7.39394	521			BE	243	310	
7670478	Wiesholz	wiesholz	CH		0	Europe/Zurich	47.71174	8.8354	426			SH	1405	2963	
7670479	Wil	wil	CH		0	Europe/Zurich	47.34778	7.92741		Starrkirch-Wil		SO	1108	2584	
7670480	Wilen	wilen	CH		0	Europe/Zurich	47.49503	9.28457	561	Wilen,Wilen (Gottshaus)		TG	2015	4486	
7670481	Wiler vor Holz	wiler-vor-holz	CH		0	Europe/Zurich	46.84008	7.29211	717			FR	1006	2296	
7670485	Wöschnau	woeschnau	CH		0	Europe/Zurich	47.38491	8.02554	379			SO	1108	2574	
7670486	Wyssbach	wyssbach	CH		0	Europe/Zurich	47.14572	7.82721	663			BE	244	332	
7670487	Zweite Altmatt	zweite-altmatt	CH		0	Europe/Zurich	47.12053	8.68728	930			SZ	506	1370	
7671199	Mühledorf	muehledorf	CH		0	Europe/Zurich	47.13462	7.47663		Mjuledorf,Muehledorf SO,Muehledorf i Solothurn,Mühledorf SO,Mühledorf i Solothurn,mi lei duo fu,Мюледорф,米勒多夫		SO	1103	2465	
7671201	Gündlischwand	guendlischwand	CH		0	Europe/Zurich	46.6322	7.91269		Gjundlishvand,Zweiluetschinen,Zweilütschinen,jin de li shi wan de,Гюндлишванд,金德利施萬德		BE	250	578	
7701334	Cancori	cancori	CH		0	Europe/Zurich	46.45944	8.89944	1460			TI	2102	5048	
7731784	Brenden	brenden	CH		0	Europe/Zurich	47.35665	9.42666				AI	1600	3101	
7732058	Bos-cha	bos-cha	CH		0	Europe/Zurich	46.77732	10.16836				GR	1843	3762	
7839316	Chäs u Brot	chaes-u-brot	CH		0	Europe/Zurich	46.93634	7.36				BE	246	351	
7870361	Rüti bei Riggisberg	rueti-bei-riggisberg	CH		0	Europe/Zurich	46.78219	7.45036		Rueti b. Riggisberg,Rüti b. Riggisberg		BE	246	879	
7870362	Achsete	achsete	CH		0	Europe/Zurich	46.52766	7.59666		Achseten		BE	249	563	
7874636	Dirinella	dirinella	CH		0	Europe/Zurich	46.10421	8.75752				TI	2104	5398	
7910920	Bünzen	buenzen	CH		0	Europe/Zurich	47.30977	8.32384			4229	AG	1908	4229	
7910950	Chrüzegg	chruezegg	CH		0	Europe/Zurich	47.2985	9.01488				SG	1727	3394	
8029943	Oberägeri	oberaegeri	CH		0	Europe/Zurich	47.13614	8.6144		Agregia Superior,Oberegeri,Оберегери		ZG	900	1706	
8030080	Braatle	braatle	CH		0	Europe/Zurich	47.70425	8.72662	460			SH	1402	2915	
8063848	Lionza	lionza	CH		0	Europe/Zurich	46.16384	8.61942				TI	2104	5397	
8063850	Grub	grub	CH		0	Europe/Zurich	47.44765	9.50974		Grub,Grub AR		AR	1503	3031	
8131451	Amlikon	amlikon	CH		0	Europe/Zurich	47.56966	9.05788				TG	2015	4881	
8181648	Bern / Wankdorf	bern-wankdorf	CH		0	Europe/Zurich	46.96614	7.46813				BE	246	351	
8181662	Bern / Innere Stadt	bern-innere-stadt	CH		0	Europe/Zurich	46.94768	7.45251				BE	246	351	
8223933	La Ruinette	la-ruinette	CH		0	Europe/Zurich	46.09339	7.25338				VS	2303	6037	
8223934	Verbier Mondzeu	verbier-mondzeu	CH		0	Europe/Zurich	46.09736	7.22849				VS	2303	6037	
8223935	Les Creux	les-creux	CH		0	Europe/Zurich	46.10444	7.2254				VS	2303	6037	
8224886	Le Bémont	le-bemont	CH		0	Europe/Zurich	47.26298	7.0152		lei bei mang,勒貝芒		JU	2602	6741	
8224887	Widacher	widacher	CH		0	Europe/Zurich	46.63526	7.57477				BE	249	762	
8224888	Hohlinde	hohlinde	CH		0	Europe/Zurich	46.7138	7.58924				BE	247	770	
8259934	Dieni	dieni	CH		0	Europe/Zurich	46.67259	8.74572				GR	1850	3986	
8261484	Prarreyer	prarreyer	CH		0	Europe/Zurich	46.06763	7.22643				VS	2303	6037	
8299562	Bannalp	bannalp	CH		0	Europe/Zurich	46.86993	8.43398				NW	700	1511	
8335469	Hofstetten	hofstetten	CH		0	Europe/Zurich	46.75351	8.07487		Hofstetten b. Brienz		BE	250	580	
8349523	Zälg	zaelg	CH		0	Europe/Zurich	46.71436	7.57164				BE	247	770	
8349524	Dörfli	doerfli	CH		0	Europe/Zurich	46.71032	7.57486				BE	247	770	
8379126	Saint-George	saint-george	CH		0	Europe/Zurich	46.51428	6.2598		sheng qiao zhi,سینٹ-جارج,圣乔治	5434	VD	2228	5434	
8379140	Saint Denis	saint-denis	CH		0	Europe/Zurich	46.60694	6.45799				VD	2227	5475	
8379141	La Chaux	la-chaux	CH		0	Europe/Zurich	46.61714	6.47223		Chaux,La Chaux (Cossonay),La Chaux i Sveits,la shao,拉绍	5474	VD	2227	5474	
8379143	Moiry	moiry	CH		0	Europe/Zurich	46.64914	6.45335			5490	VD	2227	5490	
8393978	Grevasalvas	grevasalvas	CH		0	Europe/Zurich	46.42392	9.7183	1941			GR	1846	3789	
8393979	Blaunca	blaunca	CH		0	Europe/Zurich	46.41947	9.70743				GR	1846	3789	
8436414	Bas-Vully	bas-vully	CH		1963	Europe/Zurich	46.96194	7.11251		xia wei li,下維利		FR	1005	2284	
8436500	La Rupe	la-rupe	CH		0	Europe/Zurich	46.7508	6.70012				VD	2224	5910	
8436502	Bluche	bluche	CH		0	Europe/Zurich	46.30923	7.49594				VS	2311	6253	
8436515	Kirchbühl	kirchbuehl	CH		0	Europe/Zurich	47.14498	8.18737		Choeupu,Chöupu		LU	314	1102	
8436516	Felsenegg	felsenegg	CH		0	Europe/Zurich	47.13185	8.19406				LU	314	1102	
8436521	Sempach-neuenkirch Station	sempach-neuenkirch-station	CH		0	Europe/Zurich	47.11685	8.19473		Sempach Station		LU	314	1093	
8449428	Springboden	springboden	CH		0	Europe/Zurich	46.62197	7.57748				BE	249	762	
8449479	Briey Dessus	briey-dessus	CH		0	Europe/Zurich	46.26611	7.52903				VS	2311	6232	
8468996	Spiegel BE	spiegel-be	CH		0	Europe/Zurich	46.92483	7.43611		Spiegel b. Bern		BE	246	355	
8469000	Tägertschi	taegertschi	CH		0	Europe/Zurich	46.87548	7.58529			616	BE	246	616	
8469007	Schmidigen-Mühleweg	schmidigen-muehleweg	CH		0	Europe/Zurich	47.09426	7.74588				BE	244	959	
8469015	Zwischenflüh	zwischenflueh	CH		0	Europe/Zurich	46.6072	7.51555				BE	249	762	
8469021	Steg-Gampel	steg-gampel	CH		0	Europe/Zurich	46.31492	7.74918				VS	2309	6204	
8469023	Mollens	mollens	CH		0	Europe/Zurich	46.31652	7.52121		Mollens VS		VS	2311	6253	
8469025	Ried-Mörel	ried-moerel	CH		0	Europe/Zurich	46.35712	8.03144				VS	2309	6181	
8469081	Günsberg	guensberg	CH		0	Europe/Zurich	47.25672	7.57688		Gjunsberg,jin si bei ge,Гюнсберг,金斯貝格		SO	1107	2547	
8469090	Erlinsbach AG	erlinsbach-ag	CH		0	Europe/Zurich	47.40523	8.01515		Erlinsbach,Erlinsbach AG		AG	1901	4005	
8469167	Böttstein	boettstein	CH		0	Europe/Zurich	47.55544	8.22258		Bjotshtajn,bo te si tai yin,Бётштайн,伯特斯泰因		AG	1911	4303	
8469182	Reussbühl	reussbuehl	CH		0	Europe/Zurich	47.06135	8.27511		Luzern Reussbuehl,Luzern Reussbühl		LU	311	1061	
8469184	Root Längenbold	root-laengenbold	CH		0	Europe/Zurich	47.10469	8.37892				LU	312	1065	
8469245	Allenwinden (Baar)	allenwinden-baar	CH		0	Europe/Zurich	47.16422	8.55543		Allenwinden		ZG	900	1701	
8469246	Hünenberg See	huenenberg-see	CH		0	Europe/Zurich	47.17425	8.45123				ZG	900	1703	
8469248	Haldi	haldi	CH		0	Europe/Zurich	46.86357	8.67491		Haldi b. Schattdorf		UR	400	1213	
8469253	Rivera TI	rivera-ti	CH		0	Europe/Zurich	46.12681	8.92315		Rivera		TI	2105	5238	
8478285	Obersaxen Giraniga	obersaxen-giraniga	CH		0	Europe/Zurich	46.74645	9.08492		Obersaxen Giraniga,Sursaissa Giraniga		GR	1850	3988	
8478286	Obersaxen Friggahüs	obersaxen-friggahues	CH		0	Europe/Zurich	46.74339	9.06887		Obersaxen Friggahues,Obersaxen Friggahüs,Sursaissa Friggahues,Sursaissa Friggahüs		GR	1850	3988	
8478300	Untervaz Bahnhof	untervaz-bahnhof	CH		0	Europe/Zurich	46.91699	9.55788				GR	1845	3945	
8504877	Gadenstätt	gadenstaett	CH		0	Europe/Zurich	46.94522	9.79448				GR	1849	3891	
8504879	Schwendi	schwendi	CH		0	Europe/Zurich	47.00783	9.36524		Schwendi,Schwendi im Weisstannental		SG	1725	3293	
8505011	Ottikon (Gossau)	ottikon-gossau	CH		0	Europe/Zurich	47.2946	8.78194		Ottikon (Gossau ZH)		ZH	105	115	
8505013	Mitlödi	mitloedi	CH		0	Europe/Zurich	47.01233	9.0802		Mitljodi,Митлёди,مٹلوڈی		GL	800	1631	
8505014	Haslen	haslen	CH		0	Europe/Zurich	46.98154	9.05797		Haslen,Haslen GL,Khaslen,Хаслен,ہاسلن		GL	800	1631	
8505020	Mädris	maedris	CH		0	Europe/Zurich	47.05001	9.39443		Maedris,Maedris-Vermol,Mädris,Mädris-Vermol		SG	1725	3293	
8505029	Lustmühle	lustmuehle	CH		0	Europe/Zurich	47.3991	9.35846				AR	1502	3024	
8505037	Reute	reute	CH		0	Europe/Zurich	47.4201	9.57313		Reute,Reute AR		AR	1503	3035	
8505042	Tägerschen	taegerschen	CH		0	Europe/Zurich	47.50914	9.03209				TG	2014	4776	
8505044	Lütisburg Station	luetisburg-station	CH		0	Europe/Zurich	47.3851	9.07235		Luetisburg Station,Lütisburg Station		SG	1727	3393	
8505047	Stein	stein	CH		0	Europe/Zurich	47.20001	9.22611		Stein,Stein SG		SG	1727	3360	
8521508	Moskau	moskau	CH		0	Europe/Zurich	47.711	8.82121				SH	1405	2963	
8521520	Eggberge	eggberge	CH		0	Europe/Zurich	46.90176	8.64449	1446	Eggberge,Eggbergen		UR	400	1201	
8521622	Bachtobel	bachtobel	CH		0	Europe/Zurich	47.58268	9.08885	478			TG	2015	4941	
8521688	Blécherette	blecherette	CH		6516	Europe/Zurich	46.53932	6.62227				VD	2225	5586	
8531881	Cassarate	cassarate	CH		0	Europe/Zurich	46.0074	8.96587				TI	2105	5192	
8533015	Handgruobi	handgruobi	CH		0	Europe/Zurich	47.00806	8.71087				SZ	506	1372	
8533191	Rieden	rieden	CH		0	Europe/Zurich	47.22284	9.05164		Rieden		SG	1726	3341	
8533192	Knoblisbühl	knoblisbuehl	CH		0	Europe/Zurich	47.1404	9.2849		Knoblisbuehl,Knoblisbühl		SG	1725	3298	
8533194	Niederglatt	niederglatt	CH		0	Europe/Zurich	47.42995	9.16846		Niederglatt		SG	1728	3407	
8533197	Berg	berg	CH		0	Europe/Zurich	47.48667	9.40986		Berg,Berg SG,Берг		SG	1722	3211	
8533198	Tübach	tuebach	CH		0	Europe/Zurich	47.48678	9.45462		Tjubakh,Tuebach,Tübach,di ba he,Тюбах,蒂巴赫		SG	1722	3218	
8533203	Münchwilen	muenchwilen	CH		0	Europe/Zurich	47.53573	7.96409		Muenchwilen,Münchwilen		AG	1906	4172	
8533216	Holderbank	holderbank	CH		0	Europe/Zurich	47.43094	8.17066		Holderbank		AG	1907	4199	
8533218	Bözberg	boezberg	CH		0	Europe/Zurich	47.49549	8.15143		Boezberg,Boezberg AG,Bözberg,Bözberg AG		AG	1904	4124	
8533219	Rüfenach	ruefenach	CH		0	Europe/Zurich	47.50712	8.20903		Rjufenakh,Ruefenach,Rüfenach,lu fei na he,Рюфенах,呂費納赫		AG	1904	4112	
8533221	Mönthal	moenthal	CH		0	Europe/Zurich	47.517	8.14035		Mjontal',Moenthal,Mönthal,men ta er,Мёнталь,門塔爾		AG	1904	4106	
8533222	Mülligen	muelligen	CH		0	Europe/Zurich	47.45575	8.2392		Mjulligen,Muelligen,Muelligen AG,Mülligen,Mülligen AG,mi li gen,Мюллиген,米利根		AG	1904	4107	
8533224	Felsenau	felsenau	CH		0	Europe/Zurich	47.60521	8.21888		Felsenau		AG	1911	4313	
8533231	Tägerig	taegerig	CH		0	Europe/Zurich	47.40565	8.27677		Taegerig,Tegerig,Tägerig,te ge li xi,Тегериг,特格里希		AG	1903	4077	
8533232	Ammerswil	ammerswil	CH		0	Europe/Zurich	47.36818	8.20737		Ammersvil',Ammerswil,a mei er si wei er,Аммерсвиль,阿梅爾斯維爾		AG	1907	4191	
8533233	Stetten	stetten	CH		0	Europe/Zurich	47.40166	8.30189		Stetten		AG	1902	4041	
8533234	Büttikon	buettikon	CH		0	Europe/Zurich	47.32856	8.26946		Bjuttikon,Buettikon,Büttikon,bi di kong,Бюттикон,比蒂孔		AG	1903	4064	
8533238	Besenbüren	besenbueren	CH		0	Europe/Zurich	47.31439	8.34586		Besenbueren,Besenbüren,Bezenbjuren,bu sen bi lun,Безенбюрен,布森比倫	4226	AG	1908	4226	
8533241	Abtwil	abtwil	CH		0	Europe/Zurich	47.17331	8.35773		Abtwil		AG	1908	4221	
8533243	Leimbach	leimbach	CH		0	Europe/Zurich	47.27487	8.17005		Leimbach		AG	1905	4137	
8533244	Burg	burg	CH		0	Europe/Zurich	47.23389	8.17798		Burg		AG	1905	4133	
8533251	Mex	mex	CH		0	Europe/Zurich	46.57592	6.55452		Mex		VD	2223	5489	
8533256	St-Barthélemy	st-barthelemy	CH		0	Europe/Zurich	46.63485	6.60206		St-Barthelemy,St-Barthélemy		VD	2223	5535	
8533265	Morrens	morrens	CH		0	Europe/Zurich	46.59089	6.62229		Morrens		VD	2223	5527	
8533268	Ferlens	ferlens	CH		0	Europe/Zurich	46.58808	6.7808		Ferlens		VD	2226	5806	
8533270	Mézières	mezieres	CH		0	Europe/Zurich	46.59148	6.76575		Mezieres,Mezieres VD,Mezieres i Vaud,Mézières,Mézières VD,Mézières i Vaud,mei ji ye er,梅济耶尔		VD	2226	5806	
8533271	Carrouge	carrouge	CH		0	Europe/Zurich	46.60457	6.77067		Carrouge,Carrouge VD,ka lu ri,卡鲁日		VD	2226	5806	
8533276	Cottens	cottens	CH		0	Europe/Zurich	46.57251	6.4564		Cottens,Cottens VD,Cottens i Vaud,ke tang,科唐		VD	2227	5478	
8533338	Châtillon	chatillon	CH		0	Europe/Zurich	46.83053	6.83146		Chatillon,Châtillon		FR	1001	2008	
8533339	Châbles	chables	CH		0	Europe/Zurich	46.82451	6.81078		Chables,Châbles,sha bu lei,沙布勒		FR	1001	2055	
8533350	Villeneuve	villeneuve	CH		0	Europe/Zurich	46.74669	6.87171		Villeneuve		FR	1001	2044	
8533357	Rossens	rossens	CH		0	Europe/Zurich	46.73433	6.92469		Rossens		VD	2222	5830	
8533385	Cerniaz	cerniaz	CH		0	Europe/Zurich	46.72793	6.89458		Cerniaz		VD	2222	5831	
8533403	Mur (Vully)	mur-vully	CH		0	Europe/Zurich	46.94531	7.06005		Mur (Vully),Mur (Vully) VD		FR	1005	2284	
8533409	Cotterg (Le Châble VS)	cotterg-le-chable-vs	CH		0	Europe/Zurich	46.08684	7.20902		Cotterg (Le Chable VS),Cotterg (Le Châble VS)		VS	2303	6037	
8533416	Les Places (Versegères)	les-places-versegeres	CH		0	Europe/Zurich	46.06263	7.23871		Les Places (Versegeres),Les Places (Versegères)		VS	2303	6037	
8533417	Le Planchamp (Lourtier)	le-planchamp-lourtier	CH		0	Europe/Zurich	46.05699	7.26029		Le Planchamp (Lourtier)		VS	2303	6037	
8533443	Fontaines	fontaines	CH		0	Europe/Zurich	47.04364	6.90348		Fontaines,Fontaines NE,Fontaines i Sveits,feng tai ne,豐泰訥		NE	2405	6487	
8533458	Studen	studen	CH		0	Europe/Zurich	47.11305	7.30323		Shtuden,Studen,Studen BE,si tu deng,Штуден,斯圖登		BE	243	749	
8533462	Lüscherz	luescherz	CH		0	Europe/Zurich	47.04461	7.15266		Ljusherc,Luescherz,Lüscherz,lu she ci,Люшерц,呂舍茨		BE	243	497	
8533493	Châtillon	chatillon	CH		0	Europe/Zurich	47.32639	7.34483		Chatillon,Chatillon JU,Chatillon i Jura,Châtillon,Châtillon JU,Châtillon i Jura,sha di long,沙蒂隆		JU	2601	6704	
8533500	Lätti	laetti	CH		0	Europe/Zurich	47.03781	7.4322		Laetti,Lätti		BE	243	310	
8533502	Mühledorf	muehledorf	CH		0	Europe/Zurich	46.82908	7.53877		Mjuledorf,Muehledorf,Muehledorf BE,Muehledorf i Bern,Mühledorf,Mühledorf BE,Mühledorf i Bern,mi lei duo fu,Мюледорф,米勒多夫		BE	246	872	
8533503	Noflen	noflen	CH		0	Europe/Zurich	46.8056	7.5433		Noflen,Noflen BE,nuo fu lun,Нофлен,諾弗倫		BE	246	872	
8533512	Büchslen	buechslen	CH		0	Europe/Zurich	46.94591	7.18165		Buechslen,Büchslen		FR	1005	2275	
8533516	Büetigen	bueetigen	CH		0	Europe/Zurich	47.10656	7.34119		Bjuehtigen,Bueetigen,Büetigen,bi ai di gen,Бюэтиген,比埃蒂根		BE	243	382	
8533524	Münchringen	muenchringen	CH		0	Europe/Zurich	47.04774	7.5247		Mjunkhringen,Muenchringen,Münchringen,ming xi lin gen,Мюнхринген,明希林根		BE	246	540	
8533525	Zuzwil	zuzwil	CH		0	Europe/Zurich	47.05112	7.46806		Zuzwil		BE	246	557	
8533532	Büren zum Hof	bueren-zum-hof	CH		0	Europe/Zurich	47.09771	7.51346		Bjuren-cum-Khof,Bueren zum Hof,Büren zum Hof,bi lun,Бюрен-цум-Хоф,比倫		BE	246	538	
8533535	Mülchi	muelchi	CH		0	Europe/Zurich	47.10178	7.47363		Mjul'khi,Muelchi,Mülchi,mi er xi,Мюльхи,米爾希		BE	246	538	
8533543	Oberösch	oberoesch	CH		0	Europe/Zurich	47.10955	7.60805		Oberoesch,Oberösch		BE	245	405	
8533546	Höchstetten	hoechstetten	CH		0	Europe/Zurich	47.14505	7.63134		Hoechstetten,Höchstetten		BE	245	410	
8533550	Niederhünigen	niederhuenigen	CH		0	Europe/Zurich	46.87905	7.63857		Niederhuenigen,Niederhünigen		BE	246	617	
8533552	Häutligen	haeutligen	CH		0	Europe/Zurich	46.8576	7.60671		Haeutligen,Häutligen		BE	246	609	
8533556	Kienersrüti	kienersrueti	CH		0	Europe/Zurich	46.79837	7.56078		Kienersrueti,Kienersrüti		BE	247	885	
8533578	Büren	bueren	CH		0	Europe/Zurich	47.44702	7.67058		Bjuren,Bueren,Bueren SO,Bueren i Solothurn,Büren,Büren SO,Büren i Solothurn,bi lun,Бюрен,比倫		SO	1104	2472	
8533586	Thürnen	thuernen	CH		0	Europe/Zurich	47.45478	7.82785		Thuernen,Thürnen,Tjurnen,di er nen,Тюрнен,蒂爾嫩		BL	1304	2864	
8533589	Rümlingen	ruemlingen	CH		0	Europe/Zurich	47.42435	7.84839		Rjumlingen,Ruemlingen,Rümlingen,lu mu lin gen,Рюмлинген,呂姆林根		BL	1304	2859	
8533591	Böckten	boeckten	CH		0	Europe/Zurich	47.46539	7.83263		Bjokten,Boeckten,Böckten,bo ke teng,Бёктен,伯克滕		BL	1304	2842	
8533592	Rickenbach	rickenbach	CH		0	Europe/Zurich	47.48596	7.84736		Rickenbach		BL	1304	2857	
8533598	Kilchberg	kilchberg	CH		0	Europe/Zurich	47.42486	7.89396		Kil'khberg,Kilchberg,Kilchberg BL,Kilchberg i Basel-Landschaft,ji er xi bo ge,Кильхберг,基爾希伯格		BL	1304	2851	
8533605	Rickenbach	rickenbach	CH		0	Europe/Zurich	47.33949	7.85651		Rickenbach		SO	1108	2582	
8533607	Stüsslingen	stuesslingen	CH		0	Europe/Zurich	47.39427	7.97426		Shtjuslingen,Stuesslingen,Stüsslingen,si di si lin gen,Штюслинген,斯蒂斯林根		SO	1105	2499	
8533609	Schwarzhäusern	schwarzhaeusern	CH		0	Europe/Zurich	47.25173	7.76552		Schwarzhaeusern,Schwarzhäusern,Shvarckhojzern,shi wa er shao yi se en,Шварцхойзерн,施瓦爾紹伊瑟恩		BE	244	341	
8533611	Rütschelen	ruetschelen	CH		0	Europe/Zurich	47.17322	7.77109		Ruetschelen,Rütschelen		BE	244	340	
8533615	Walterswil	walterswil	CH		0	Europe/Zurich	47.32449	7.95586		Val'tersvil',Walterswil,Walterswil SO,Walterswil i Solothurn,wa er te si wei er,Вальтерсвиль,瓦爾特斯維爾		SO	1108	2585	
8533619	Fischbach	fischbach	CH		0	Europe/Zurich	47.15446	7.90505		Fischbach		LU	315	1129	
8533621	Altbüron	altbueron	CH		0	Europe/Zurich	47.18204	7.88123		Altbueron,Altbüron		LU	315	1122	
8533630	Obbürgen	obbuergen	CH		0	Europe/Zurich	46.98311	8.36312		Obbuergen,Obbürgen		NW	700	1510	
8533631	Rigi Klösterli	rigi-kloesterli	CH		0	Europe/Zurich	47.04448	8.48688		Rigi Kloesterli,Rigi Klösterli		SZ	506	1362	
8533655	Lüen	lueen	CH		0	Europe/Zurich	46.83314	9.61417		Ljuehn,Lueen,Lüen,lu en,Люэн,呂恩		GR	1848	3921	
8533669	Hofen	hofen	CH		0	Europe/Zurich	47.78178	8.67805		Hofen		SH	1402	2920	
8533670	Altdorf	altdorf	CH		0	Europe/Zurich	47.78304	8.66097		Altdorf		SH	1402	2920	
8533673	Schlatt b. Winterthur	schlatt-b-winterthur	CH		0	Europe/Zurich	47.46667	8.82823		Schlatt,Schlatt b. Winterthur		ZH	110	226	
8533679	Klöntal	kloental	CH		0	Europe/Zurich	47.02624	8.94192		Kloental,Klöntal		GL	800	1632	
8533681	Arni	arni	CH		0	Europe/Zurich	47.31821	8.42465		Arni		AG	1903	4061	
8533682	Appenzell Enggenhütten	appenzell-enggenhuetten	CH		0	Europe/Zurich	47.35306	9.36229		Appenzell Enggenhuetten,Appenzell Enggenhütten		AI	1600	3104	
8533683	Appenzell Meistersrüte	appenzell-meistersruete	CH		0	Europe/Zurich	47.34463	9.43241		Appenzell Meistersruete,Appenzell Meistersrüte		AI	1600	3101	
8533688	Büriswilen	bueriswilen	CH		0	Europe/Zurich	47.43488	9.60579		Bueriswilen,Büriswilen		AI	1600	3111	
8643967	Servette Poterie	servette-poterie	CH		0	Europe/Zurich	46.21212	6.13097				GE	2500	6621	
8659191	Fürenalp	fuerenalp	CH		0	Europe/Zurich	46.8017	8.46814				OW	600	1402	
8714255	Les Cluds	les-cluds	CH		0	Europe/Zurich	46.8437	6.56154				VD	2224	5552	
8714256	Sur En	sur-en	CH		0	Europe/Zurich	46.81668	10.36277				GR	1843	3762	
8714436	Engstligenalp	engstligenalp	CH		0	Europe/Zurich	46.44935	7.5649	1964	Engstligenalp		BE	249	561	
9253241	Biaufond	biaufond	CH		0	Europe/Zurich	47.1669	6.85813				JU	2602	6742	
9253242	Bigogno	bigogno	CH		0	Europe/Zurich	45.97367	8.91498				TI	2105	5236	
9253271	Les Rangiers	les-rangiers	CH		0	Europe/Zurich	47.38504	7.21913				JU	2603	6810	
9257670	Dietikon / Industrie	dietikon-industrie	CH		0	Europe/Zurich	47.4122	8.4016				ZH	111	243	
9257725	Châtagnéréaz	chatagnereaz	CH		0	Europe/Zurich	46.46822	6.32298				VD	2228	5856	
9257727	La Motte	la-motte	CH		0	Europe/Zurich	46.64899	6.42087				VD	2227	5491	
9257728	Le Bied	le-bied	CH		0	Europe/Zurich	46.95688	6.87206				NE	2401	6416	
10130926	Loo	loo	CH		0	Europe/Zurich	46.99645	8.41758				NW	700	1505	
10130927	Mürgg	murgg	CH		0	Europe/Zurich	46.99518	8.42176		Murg,Murgg,Mürg,Mürgg		NW	700	1505	
10130934	Scharti	scharti	CH		0	Europe/Zurich	46.99698	8.44522				NW	700	1505	
10130935	Vorder Spis	vorder-spis	CH		0	Europe/Zurich	46.9949	8.44577		Spies,Vorder Spis		NW	700	1505	
10130936	Buochli	buochli	CH		0	Europe/Zurich	46.99406	8.44038				NW	700	1505	
10130937	Rägenrüti	raegenrueti	CH		0	Europe/Zurich	46.99237	8.43397		Ragenruti,Regenruti,Regenrüti,Rägenrüti		NW	700	1505	
10130938	Seeweid	seeweid	CH		0	Europe/Zurich	46.99031	8.42824				NW	700	1505	
10130939	Regenloch	regenloch	CH		0	Europe/Zurich	46.98795	8.42208				NW	700	1505	
10130940	Birchen	birchen	CH		0	Europe/Zurich	46.994	8.42892		Birchen		NW	700	1505	
10130941	Nasmattli	nasmattli	CH		0	Europe/Zurich	46.99546	8.45068		Nasmattli,Nasmauli		NW	700	1505	
10130942	Steinstücki	steinstuecki	CH		0	Europe/Zurich	46.99218	8.41571				NW	700	1505	
10130945	Kleinbiel	kleinbiel	CH		0	Europe/Zurich	46.9901	8.40125		Chlei Buel,Chlei Büel,Kleinbiel,Kleinbuhl,Kleinbühl		NW	700	1505	
10130947	Gross Egg	gross-egg	CH		0	Europe/Zurich	46.99058	8.39403		Egg,Gross Egg		NW	700	1505	
10130948	Langacher	langacher	CH		0	Europe/Zurich	46.98485	8.40253				NW	700	1505	
10130950	Boden	boden	CH		0	Europe/Zurich	46.98265	8.40578				NW	700	1505	
10130951	Aumüli	aumueli	CH		0	Europe/Zurich	46.97932	8.41359		Aumuhle,Aumuli,Aumühle,Aumüli		NW	700	1502	
10130953	Obgass	obgass	CH		0	Europe/Zurich	46.96948	8.40942				NW	700	1502	
10130954	Faden	faden	CH		0	Europe/Zurich	46.96863	8.40489				NW	700	1502	
10130955	Inner Bürg	inner-buerg	CH		0	Europe/Zurich	46.9668	8.40855		Burg,Inner Burg,Inner Bürg		NW	700	1502	
10130956	Bächli	baechli	CH		0	Europe/Zurich	46.96516	8.41225				NW	700	1502	
10130957	Hugen	hugen	CH		0	Europe/Zurich	46.96745	8.41861				NW	700	1502	
10130959	Hostatt	hostatt	CH		0	Europe/Zurich	46.99122	8.41969				NW	700	1505	
10130960	Acheri	acheri	CH		0	Europe/Zurich	46.96883	8.43221				NW	700	1502	
10130961	Hundachen	hundachen	CH		0	Europe/Zurich	46.96408	8.41726				NW	700	1502	
10130962	Riedmatt	riedmatt	CH		0	Europe/Zurich	46.97082	8.43585				NW	700	1502	
10130963	Wilgass	wilgass	CH		0	Europe/Zurich	46.96209	8.39395		Wilgass,Wilgasse		NW	700	1508	
10130964	Unter Agglistal	unter-agglistal	CH		0	Europe/Zurich	46.96166	8.41293		Aglistat,Unter Agglistal		NW	700	1502	
10130966	Hofuhr	hofuhr	CH		0	Europe/Zurich	46.95815	8.40664		Hofuhr,Hohfur		NW	700	1508	
10130967	Ennerberg	ennerberg	CH		0	Europe/Zurich	46.96531	8.3985		Ennerberg,Ennetberg		NW	700	1508	
10130968	Stöckmatt	stoeckmatt	CH		0	Europe/Zurich	46.9581	8.41615				NW	700	1502	
10130969	Rübikäpeli	ruebikaepeli	CH		0	Europe/Zurich	46.96415	8.42225				NW	700	1502	
10130970	Rotimatt	rotimatt	CH		0	Europe/Zurich	46.96487	8.43078				NW	700	1502	
10130971	Waltersberg	waltersberg	CH		0	Europe/Zurich	46.95915	8.39643		Waltersberg		NW	700	1508	
10130972	Stigli	stigli	CH		0	Europe/Zurich	46.9727	8.43758				NW	700	1502	
10130973	Loren	loren	CH		0	Europe/Zurich	46.97149	8.44278		Lohren,Loren		NW	700	1502	
10130974	Feld	feld	CH		0	Europe/Zurich	46.96918	8.44617				NW	700	1502	
10130977	Ridli	ridli	CH		0	Europe/Zurich	46.96989	8.45678				NW	700	1501	
10130978	Ober Sassi	ober-sassi	CH		0	Europe/Zurich	46.96381	8.4503		Ober Sassi,Obere Sassi		NW	700	1501	
10130979	Unter Sassi	unter-sassi	CH		0	Europe/Zurich	46.96843	8.45056		Sassi,Unter Sassi		NW	700	1501	
10130982	Hüsli	huesli	CH		0	Europe/Zurich	46.95786	8.4547		Husli,Husti,Hüsli,Hüsti		NW	700	1501	
10130986	Guberen	guberen	CH		0	Europe/Zurich	46.95088	8.44032		Guberen,Gubern		NW	700	1501	
10130987	Katzenstrick	katzenstrick	CH		0	Europe/Zurich	46.95375	8.44813		Chatzenstrick,Katzenstrick		NW	700	1501	
10130988	Brunni	brunni	CH		0	Europe/Zurich	46.95215	8.44943				NW	700	1501	
10130989	Dietlisberg	dietlisberg	CH		0	Europe/Zurich	46.94816	8.45375				NW	700	1501	
10130990	Ober Spis	ober-spis	CH		0	Europe/Zurich	46.9499	8.43655		Ober Spis,Obere Spis		NW	700	1501	
10130991	Unter Spis	unter-spis	CH		0	Europe/Zurich	46.9473	8.44312		Unter Spis,Untere Spis		NW	700	1501	
10130993	Hagnau	hagnau	CH		0	Europe/Zurich	46.97113	8.46779		Hagnau,Hagnou		NW	700	1501	
10130994	Isenringen	isenringen	CH		0	Europe/Zurich	46.96892	8.47293				NW	700	1501	
10130995	Büel	bueel	CH		0	Europe/Zurich	46.96616	8.46456		Buel,Buhl,Büel,Bühl		NW	700	1501	
10130996	Berg Hag	berg-hag	CH		0	Europe/Zurich	46.95838	8.46673		Berg Hag,Hag		NW	700	1501	
10130997	Ärnital	aernital	CH		0	Europe/Zurich	46.96171	8.46116		Arnital,Ernithal,Ärnital		NW	700	1501	
10130998	Sankt Anna	sankt-anna	CH		0	Europe/Zurich	46.96378	8.48483		Muhle,Mühle,Sankt Anna		NW	700	1501	
10130999	Acheri	acheri	CH		0	Europe/Zurich	46.96315	8.47268				NW	700	1501	
10131002	Bärligs	baerligs	CH		0	Europe/Zurich	46.95408	8.48274		Barligs,Barlix,Bärligs,Bärlix		NW	700	1501	
10131003	Leid Härggis	leid-haerggis	CH		0	Europe/Zurich	46.95341	8.48978		Harggis,Härggis,Leid Harggis,Leid Härggis,Untere Harggis,Untere Härggis		NW	700	1501	
10131004	Härggis	haerggis	CH		0	Europe/Zurich	46.9528	8.49445				NW	700	1504	
10131005	Ruexen	ruexen	CH		0	Europe/Zurich	46.95113	8.47782		Ruexen,Ruotxen		NW	700	1501	
10131006	Hartmanix	hartmanix	CH		0	Europe/Zurich	46.95482	8.46989		Hartinannix,Hartmanix		NW	700	1501	
10131007	Wil	wil	CH		0	Europe/Zurich	46.96258	8.47518				NW	700	1501	
10131008	Chisti	chisti	CH		0	Europe/Zurich	46.95682	8.4672		Chisti,Kistl		NW	700	1501	
10131009	Rütenen	ruetenen	CH		0	Europe/Zurich	46.96272	8.5046				NW	700	1501	
10131012	Meinberg	meinberg	CH		0	Europe/Zurich	46.94876	8.49783				NW	700	1504	
10131015	Schattigstock	schattigstock	CH		0	Europe/Zurich	46.94503	8.50535				NW	700	1504	
10131030	Gummi	gummi	CH		0	Europe/Zurich	46.94422	8.48102				NW	700	1501	
10131031	Wissiflue	wissiflue	CH		0	Europe/Zurich	46.94676	8.48582		Wissiflue,Wissifluh		NW	700	1504	
10131032	Ankenberg	ankenberg	CH		0	Europe/Zurich	46.94999	8.46008				NW	700	1501	
10131035	Winterswil	winterswil	CH		0	Europe/Zurich	46.9558	8.40474		Winterswil		NW	700	1508	
10131036	Schloh	schloh	CH		0	Europe/Zurich	46.95367	8.39827		Schloh		NW	700	1508	
10131037	Hostetten	hostetten	CH		0	Europe/Zurich	46.95337	8.392				NW	700	1508	
10131038	Chastenmatt	chastenmatt	CH		0	Europe/Zurich	46.94469	8.45289		Chastenmatt,Kastermatt		NW	700	1501	
10131039	Hegi	hegi	CH		0	Europe/Zurich	46.94721	8.44915				NW	700	1501	
10131040	Treberen	treberen	CH		0	Europe/Zurich	46.94504	8.45752		Treberen,Troberen,Tröberen		NW	700	1501	
10131043	Seewli	seewli	CH		0	Europe/Zurich	46.9387	8.44802		Seeroli,Seewli		NW	700	1501	
10131044	Alpelen	alpelen	CH		0	Europe/Zurich	46.94416	8.4412				NW	700	1501	
10131050	Röten	roeten	CH		0	Europe/Zurich	46.93402	8.47264				NW	700	1501	
10131053	Klewenstock	klewenstock	CH		0	Europe/Zurich	46.93372	8.47824		Chlewenstock,Klewenstock		NW	700	1501	
10131070	Ochsenweidli	ochsenweidli	CH		0	Europe/Zurich	46.94115	8.42773		Ochsenweid,Ochsenweidli		NW	700	1508	
10131071	Rietli	rietli	CH		0	Europe/Zurich	46.94194	8.40436				NW	700	1508	
10131073	Trogmatt	trogmatt	CH		0	Europe/Zurich	46.93923	8.41264				NW	700	1508	
10131074	Niederbüren	niederbueren	CH		0	Europe/Zurich	46.94664	8.39604				NW	700	1508	
10131075	Schwanden	schwanden	CH		0	Europe/Zurich	46.9482	8.40278				NW	700	1508	
10131076	Teuftal	teuftal	CH		0	Europe/Zurich	46.9516	8.4014		Teuftal,Teufthal		NW	700	1508	
10131078	Beigi	beigi	CH		0	Europe/Zurich	46.93422	8.39851				NW	700	1508	
10131079	Säge	saege	CH		0	Europe/Zurich	46.92943	8.39273				NW	700	1503	
10131080	Loo	loo	CH		0	Europe/Zurich	46.9274	8.40056		Fluglisloh,Flüglisloh,Loo		NW	700	1511	
10131081	Buoholz	buoholz	CH		0	Europe/Zurich	46.93166	8.39926				NW	700	1508	
10131188	Chollertobel	chollertobel	CH		0	Europe/Zurich	46.92802	8.41667		Chollertobel,Koblertobel		NW	700	1508	
10131189	Gibel	gibel	CH		0	Europe/Zurich	46.93316	8.41461		Gibel,Giebet		NW	700	1508	
10131190	Hüetleren	hueetleren	CH		0	Europe/Zurich	46.93883	8.42594		Huetleren,Huttleren,Hüetleren,Hüttleren		NW	700	1508	
10131193	Bleiki	bleiki	CH		0	Europe/Zurich	46.93459	8.43122				NW	700	1508	
10131194	Winterhalten	winterhalten	CH		0	Europe/Zurich	46.93907	8.44012				NW	700	1501	
10131196	Huiterdorf	huiterdorf	CH		0	Europe/Zurich	46.89697	8.39241				NW	700	1511	
10131199	Unter Sack	unter-sack	CH		0	Europe/Zurich	46.90189	8.41426		Luthensak,Lüthensak,Unter Sack		NW	700	1511	
10131200	Hinter Walibalm	hinter-walibalm	CH		0	Europe/Zurich	46.9072	8.40735		Hinter Walibalm,Wallibalin		NW	700	1511	
10131201	Brand	brand	CH		0	Europe/Zurich	46.89372	8.40261				NW	700	1511	
10131203	Geren	geren	CH		0	Europe/Zurich	46.8985	8.41604		Geren,Goren		NW	700	1511	
10131204	Schiltli	schiltli	CH		0	Europe/Zurich	46.8929	8.42255		Schiltle,Schiltli		NW	700	1511	
10131205	Vorsäss	vorsaess	CH		0	Europe/Zurich	46.89195	8.4231		Vorsass,Vorsäss		NW	700	1511	
10131206	Schmidsboden	schmidsboden	CH		0	Europe/Zurich	46.89611	8.42328				NW	700	1511	
10131211	Chäserstad	chaeserstad	CH		0	Europe/Zurich	46.90787	8.44038		Chaserstad,Chäserstad,Kaserstad,Käserstad		NW	700	1511	
10131217	Gigi	gigi	CH		0	Europe/Zurich	46.9051	8.42488				NW	700	1511	
10131225	Alpboden	alpboden	CH		0	Europe/Zurich	46.91851	8.44008				NW	700	1511	
10131228	Chrüzhütten	chruezhuetten	CH		0	Europe/Zurich	46.91449	8.44871		Chruzhutten,Chrüzhütten,Kreuzhutte,Kreuzhütte		NW	700	1511	
10131232	Unterem Stock	unterem-stock	CH		0	Europe/Zurich	46.91422	8.46249		Unterem Stock,Unterstock		NW	700	1501	
10131233	Morschfeld	morschfeld	CH		0	Europe/Zurich	46.91798	8.46019				NW	700	1501	
10131235	Hüethütte	hueethuette	CH		0	Europe/Zurich	46.91922	8.44651		Huethutte,Huethutten,Huethütten,Hüethütte		NW	700	1511	
10131236	Brändlisboden	braendlisboden	CH		0	Europe/Zurich	46.92169	8.45283				NW	700	1501	
10131239	Hüttismatt	huettismatt	CH		0	Europe/Zurich	46.91947	8.41115				NW	700	1511	
10131241	Wigerts	wigerts	CH		0	Europe/Zurich	46.92318	8.43256				NW	700	1508	
10131244	Büren ob dem Bach	bueren-ob-dem-bach	CH		0	Europe/Zurich	46.92388	8.39846				NW	700	1511	
10131250	Stockboden	stockboden	CH		0	Europe/Zurich	46.93721	8.4617				NW	700	1501	
10131256	Steinstössi	steinstoessi	CH		0	Europe/Zurich	46.93195	8.45787				NW	700	1501	
10131260	Rinderbüel	rinderbueel	CH		0	Europe/Zurich	46.94609	8.50924		Rind,Rinderbuel,Rinderbüel		NW	700	1504	
10131264	Staffel	staffel	CH		0	Europe/Zurich	46.9279	8.47668				NW	700	1501	
10131270	Öltrotte	oeltrotte	CH		0	Europe/Zurich	46.94827	8.39532		Oeltrotten,Oltrotte,Öltrotte		NW	700	1508	
10131271	Städtli	staedtli	CH		0	Europe/Zurich	46.93333	8.39057				NW	700	1503	
10131282	Rietli	rietli	CH		0	Europe/Zurich	46.91781	8.39285				NW	700	1503	
10131283	Köll	koell	CH		0	Europe/Zurich	46.90405	8.39063				NW	700	1511	
10131287	Höchli	hoechli	CH		0	Europe/Zurich	46.90173	8.39187				NW	700	1511	
10131290	Grunggis	grunggis	CH		0	Europe/Zurich	46.91769	8.40828				NW	700	1511	
10131512	Schiberen	schiberen	CH		0	Europe/Zurich	46.99824	8.47838		Schiberen,Schiebern		LU	312	1068	
10131513	Bürglen	buerglen	CH		0	Europe/Zurich	46.99935	8.48028				LU	312	1068	
10131515	Äbnet	aebnet	CH		0	Europe/Zurich	46.99569	8.49084		Abnet,Im Ebnet,Äbnet		SZ	502	1311	
10131516	Ober Rotschuo	ober-rotschuo	CH		0	Europe/Zurich	46.99277	8.49086		Ober Rotschuo,Rotschuh		SZ	502	1311	
10131517	Unter Rängg	unter-raengg	CH		0	Europe/Zurich	46.99546	8.5007		Rengg,Unter Rangg,Unter Rängg		SZ	502	1311	
10131519	Forst	forst	CH		0	Europe/Zurich	46.99188	8.50112				SZ	502	1311	
10131525	Chneuwis	chneuwis	CH		0	Europe/Zurich	46.90308	8.4975		Chneuwis,Kneuwis		UR	400	1211	
10131531	Unter Egg	unter-egg	CH		0	Europe/Zurich	46.89985	8.50197		Eggen,Unter Egg		UR	400	1211	
10131574	Wissibach	wissibach	CH		0	Europe/Zurich	46.96758	8.42449				NW	700	1502	
10131578	Ober Müllerboden	ober-muellerboden	CH		0	Europe/Zurich	46.93854	8.4171		Mullerboden,Müllerboden,Ober Mullerboden,Ober Müllerboden		NW	700	1508	
10131582	Ahorn	ahorn	CH		0	Europe/Zurich	46.92298	8.44341				NW	700	1508	
10194729	Dableten	dableten	CH		0	Europe/Zurich	46.95726	8.38503				NW	700	1508	
10194731	Mettenweg	mettenweg	CH		0	Europe/Zurich	46.96032	8.37359				NW	700	1509	
10194733	Mattli	mattli	CH		0	Europe/Zurich	46.95606	8.38752				NW	700	1508	
10194734	Wyssthürli	wyssthuerli	CH		0	Europe/Zurich	46.95368	8.38736				NW	700	1508	
10194735	Oberbünt	oberbuent	CH		0	Europe/Zurich	46.95363	8.38109		Oberbunt,Oberbünt,Punt,Pünt		NW	700	1508	
10194736	Heimeli	heimeli	CH		0	Europe/Zurich	46.95633	8.37643				NW	700	1508	
10194737	Ifängi	ifaengi	CH		0	Europe/Zurich	46.95323	8.37732				NW	700	1508	
10194738	Unter Staldifeld	unter-staldifeld	CH		0	Europe/Zurich	46.94559	8.3902				NW	700	1508	
10194739	Schilt	schilt	CH		0	Europe/Zurich	46.94831	8.37525				NW	700	1508	
10194759	Staldifeld	staldifeld	CH		0	Europe/Zurich	46.94447	8.38762		Oberes Staldifeld,Staldifeld		NW	700	1508	
10194760	Geren	geren	CH		0	Europe/Zurich	46.94742	8.38376		Geren,Gorenmuhle,Görenmühle		NW	700	1508	
10194761	Sankt Heinrich	sankt-heinrich	CH		0	Europe/Zurich	46.95462	8.37814				NW	700	1508	
10194762	Grummelen	grummelen	CH		0	Europe/Zurich	46.95137	8.37868				NW	700	1508	
10194765	Breitenacher	breitenacher	CH		0	Europe/Zurich	46.93251	8.3864				NW	700	1503	
10194769	Dellen	dellen	CH		0	Europe/Zurich	46.92874	8.38624				NW	700	1503	
10194770	Steini	steini	CH		0	Europe/Zurich	46.92635	8.38896		Eisengasse,Steini		NW	700	1503	
10194771	Halteli	halteli	CH		0	Europe/Zurich	46.92589	8.38514				NW	700	1503	
10194773	Dabletton	dabletton	CH		0	Europe/Zurich	46.92502	8.38243				NW	700	1503	
10194774	Staldeli	staldeli	CH		0	Europe/Zurich	46.92373	8.38283				NW	700	1503	
10194775	Chappelendorf	chappelendorf	CH		0	Europe/Zurich	46.92512	8.38993		Chappelendorf,Kapelldorf		NW	700	1503	
10194776	Bielti	bielti	CH		0	Europe/Zurich	46.92118	8.38794				NW	700	1503	
10194777	Ober Wissiflüeli	ober-wissiflueeli	CH		0	Europe/Zurich	46.91925	8.38704		Ober Wissiflueli,Ober Wissiflüeli,Ober Wyssiflueli,Ober Wyssiflüeli		NW	700	1503	
10194778	Unter Wissiflüeli	unter-wissiflueeli	CH		0	Europe/Zurich	46.91862	8.38894		Unter Wissiflueli,Unter Wissiflüeli,Unter Wyssiflueli,Unter Wyssiflüeli		NW	700	1503	
10194779	Vorder Wissiflue	vorder-wissiflue	CH		0	Europe/Zurich	46.9125	8.38606		Vorder Wissiflue,Vorder Wyssifluh		NW	700	1503	
10194780	Hornmatt	hornmatt	CH		0	Europe/Zurich	46.91367	8.38191		Hornmatt		NW	700	1503	
10194781	Mittler Wissiflue	mittler-wissiflue	CH		0	Europe/Zurich	46.90503	8.38068		Mittler Wissiflue,Mittler Wyssifluh		NW	700	1511	
10194782	Hintere Wissifluhalp	hintere-wissifluhalp	CH		0	Europe/Zurich	46.90174	8.37926		Hinter Wissiflue,Hinter Wyssifluh,Hintere Wissifluhalp		NW	700	1511	
10194784	Unterhaus	unterhaus	CH		0	Europe/Zurich	46.90308	8.39099		Unterhaus,Unterhausweid		NW	700	1511	
10194786	Riedhostet	riedhostet	CH		0	Europe/Zurich	46.9201	8.38333		Ried,Riedhostet		NW	700	1503	
10194787	Hächlisberg	haechlisberg	CH		0	Europe/Zurich	46.92157	8.37908				NW	700	1503	
10194789	Heinzi	heinzi	CH		0	Europe/Zurich	46.92253	8.37475				NW	700	1503	
10194790	Ribistalden	ribistalden	CH		0	Europe/Zurich	46.9247	8.37816		Ribistalden,Rubistaldon,Rübistaldon		NW	700	1503	
10194791	Stegmatt	stegmatt	CH		0	Europe/Zurich	46.89747	8.38784				NW	700	1511	
10194792	Schroten	schroten	CH		0	Europe/Zurich	46.89406	8.38564				NW	700	1511	
10194794	Mittlist Ei	mittlist-ei	CH		0	Europe/Zurich	46.89294	8.38832		Ei,Mittlist Ei		NW	700	1511	
10194795	Vorder Diegisbalm	vorder-diegisbalm	CH		0	Europe/Zurich	46.89537	8.37588				NW	700	1511	
10194796	Hinter Diegisbalm	hinter-diegisbalm	CH		0	Europe/Zurich	46.89417	8.37342				NW	700	1511	
10194802	Gummenalp	gummenalp	CH		0	Europe/Zurich	46.90209	8.36067		Gummenalp,Hinter Gummen		NW	700	1503	
10194805	Stäfeli	staefeli	CH		0	Europe/Zurich	46.89338	8.36544		Stafeli,Stafelialp,Stäfeli,Stäfelialp		NW	700	1511	
10194810	Hinter Husmatt	hinter-husmatt	CH		0	Europe/Zurich	46.90982	8.35279		Hinter Hausmatt,Hinter Husmatt		NW	700	1503	
10194811	Walmattli	walmattli	CH		0	Europe/Zurich	46.91153	8.35167		Waldmattli,Walmattli		NW	700	1503	
10194812	Vorder Husmatt	vorder-husmatt	CH		0	Europe/Zurich	46.91243	8.35574		Vorder Hausmatt,Vorder Husmatt		NW	700	1503	
10194814	Wieden	wieden	CH		0	Europe/Zurich	46.99896	8.36693				NW	700	1510	
10194815	Hinterberg	hinterberg	CH		0	Europe/Zurich	47.00152	8.37984				NW	700	1510	
10194816	Weid	weid	CH		0	Europe/Zurich	46.99924	8.37566				NW	700	1510	
10194817	Guggenhürli	guggenhuerli	CH		0	Europe/Zurich	47.00131	8.37471				NW	700	1510	
10194818	Wiedenweidli	wiedenweidli	CH		0	Europe/Zurich	46.99875	8.37096				NW	700	1510	
10194819	Matthweiden	matthweiden	CH		0	Europe/Zurich	46.9961	8.36376				NW	700	1510	
10194820	Rüteli	rueteli	CH		0	Europe/Zurich	46.99507	8.363				NW	700	1510	
10194821	Hüttenort	huettenort	CH		0	Europe/Zurich	46.9931	8.35659				NW	700	1510	
10194826	Diethelm	diethelm	CH		0	Europe/Zurich	46.98071	8.35147		Diethelm		NW	700	1510	
10194827	Lochmatt	lochmatt	CH		0	Europe/Zurich	46.98116	8.35742				NW	700	1510	
10194828	Dönnimatt	doennimatt	CH		0	Europe/Zurich	46.9819	8.36059		Donnimatt,Dönnimatt		NW	700	1510	
10194830	Niederwil	niederwil	CH		0	Europe/Zurich	46.98485	8.36521		Niderwil,Niederwil		NW	700	1510	
10194831	Salacher	salacher	CH		0	Europe/Zurich	46.98584	8.36709				NW	700	1510	
10194832	Grabacher	grabacher	CH		0	Europe/Zurich	46.98859	8.37123				NW	700	1510	
10194834	Chilchbüel	chilchbueel	CH		0	Europe/Zurich	46.99043	8.37359		Chilchbuel,Chilchbüel,Kilchbuhl,Kilchbühl		NW	700	1510	
10194835	Chappelmatt	chappelmatt	CH		0	Europe/Zurich	46.99344	8.37883		Chappelmatt,Kappelmatt		NW	700	1505	
10194837	Schwand	schwand	CH		0	Europe/Zurich	46.9998	8.36947		Schwand,Vorder Schwand		NW	700	1510	
10194839	Müsli	muesli	CH		0	Europe/Zurich	46.99531	8.38684				NW	700	1505	
10194840	Lehmatt	lehmatt	CH		0	Europe/Zurich	46.9925	8.38638		Lehmatt,Untere Lehmatt		NW	700	1510	
10194841	Ächerli	aecherli	CH		0	Europe/Zurich	46.97735	8.38367		Acherli,Aecherli,Ächerli		NW	700	1509	
10194843	Gruebli	gruebli	CH		0	Europe/Zurich	46.98374	8.38162		Gruebli,Gruobli		NW	700	1510	
10194849	Allmendhüsli	allmendhuesli	CH		0	Europe/Zurich	46.96874	8.38174				NW	700	1509	
10194850	Rohrhüsli	rohrhuesli	CH		0	Europe/Zurich	46.96856	8.3848				NW	700	1509	
10194852	Milchbrunnen	milchbrunnen	CH		0	Europe/Zurich	46.9628	8.37574				NW	700	1509	
10194854	Breiten	breiten	CH		0	Europe/Zurich	46.96218	8.38074		Breiten,Gross Breiten		NW	700	1508	
10194856	Rieden	rieden	CH		0	Europe/Zurich	46.96569	8.3841				NW	700	1509	
10194857	Krummenacher	krummenacher	CH		0	Europe/Zurich	46.95879	8.38271				NW	700	1508	
10194858	Kaisermatt	kaisermatt	CH		0	Europe/Zurich	46.95855	8.3777				NW	700	1508	
10234755	Mottec	mottec	CH		0	Europe/Zurich	46.15603	7.62003	1580			VS	2311	6252	
10247992	Chlei Egg	chlei-egg	CH		0	Europe/Zurich	46.98833	8.39136		Chlei Egg,Inneregg		NW	700	1505	
10247993	Allmend	allmend	CH		0	Europe/Zurich	46.98522	8.37101				NW	700	1510	
10247994	Öltrotten	oeltrotten	CH		0	Europe/Zurich	46.96612	8.37888		Ausser-Milchbrunnen,Oltrotten,Öltrotten		NW	700	1509	
10280556	Gottstatterhaus, Vingelz	gottstatterhaus-vingelz	CH		0	Europe/Zurich	47.12837	7.21687				BE	242	371	
11003003	Hoch-Ybrig	hoch-ybrig	CH		0	Europe/Zurich	47.01938	8.80859				SZ	506	1375	
11048324	Le Rivers	le-rivers	CH		0	Europe/Zurich	45.98425	7.12502				VS	2303	6034	
11048327	La Bellangère	la-bellangere	CH		0	Europe/Zurich	46.43611	6.19723				VD	2228	5718	
11048328	Scairolo	scairolo	CH		0	Europe/Zurich	45.97518	8.92669				TI	2105	5236	
11048330	Bühl b. Aarberg	buehl-b-aarberg	CH		0	Europe/Zurich	47.07076	7.24544				BE	243	734	
11048332	Hunzikon	hunzikon	CH		0	Europe/Zurich	47.49063	8.97669				TG	2014	4781	
11048334	Galbisio	galbisio	CH		0	Europe/Zurich	46.21184	9.03149				TI	2101	5002	
11048347	Rothenburg Station	rothenburg-station	CH		0	Europe/Zurich	47.08762	8.25				LU	313	1040	
11048348	Sus-Châtel	sus-chatel	CH		0	Europe/Zurich	46.43944	6.20612				VD	2228	5718	
11048350	Wisserlen	wisserlen	CH		0	Europe/Zurich	46.91066	8.29232				OW	600	1404	
11048351	Wahligen	wahligen	CH		0	Europe/Zurich	47.09557	8.24065				LU	313	1040	
11048354	Bünda	buenda	CH		0	Europe/Zurich	46.81095	9.84446				GR	1849	3851	
11048355	Tierfehd	tierfehd	CH		0	Europe/Zurich	46.88189	8.98072				GL	800	1631	
11048356	Carasso	carasso	CH		0	Europe/Zurich	46.20425	9.01557				TI	2101	5002	
11048360	Serocca	serocca	CH		0	Europe/Zurich	46.00801	8.90339				TI	2105	5141	
11048361	Claie-aux-Moines	claie-aux-moines	CH		0	Europe/Zurich	46.53949	6.7072				VD	2226	5611	
11048364	Cortivallo	cortivallo	CH		0	Europe/Zurich	46.00257	8.9351				TI	2105	5192	
11048370	Châtaigneraie	chataigneraie	CH		0	Europe/Zurich	46.33362	6.1714				VD	2228	5717	
11048371	Fänn	faenn	CH		0	Europe/Zurich	47.10889	8.44954				SZ	504	1331	
11048376	Rüti	rueti	CH		0	Europe/Zurich	47.47862	8.5641				ZH	103	72	
11048378	Boi de Bay	boi-de-bay	CH		0	Europe/Zurich	46.19657	6.06093				GE	2500	6638	
11048379	Suvretta	suvretta	CH		0	Europe/Zurich	46.48532	9.81929				GR	1846	3787	
11048380	Pinchat	pinchat	CH		0	Europe/Zurich	46.17228	6.14462				GE	2500	6608	
11048412	Brüglingen	brueglingen	CH		0	Europe/Zurich	47.53895	7.61177				BS	1200	2701	
11048420	Pinchat la Tour	pinchat-la-tour	CH		0	Europe/Zurich	46.17313	6.15543				GE	2500	6645	
11048446	Murschetg	murschetg	CH		0	Europe/Zurich	46.8194	9.26538				GR	1850	3575	
11048447	Pobbia	pobbia	CH		0	Europe/Zurich	45.83979	8.99278				TI	2106	5260	
11048448	Prafirmin	prafirmin	CH		0	Europe/Zurich	46.26528	7.35009				VS	2312	6265	
11048451	Hafen	hafen	CH		0	Europe/Zurich	47.48391	8.17218				AG	1904	4124	
11048452	Pasquerio	pasquerio	CH		0	Europe/Zurich	46.36062	8.95678				TI	2103	5077	
11048453	La Vulliette	la-vulliette	CH		0	Europe/Zurich	46.55734	6.68303				VD	2225	5586	
11048457	Oberbözberg	oberboezberg	CH		0	Europe/Zurich	47.50104	8.16151				AG	1904	4124	
11048465	Pré de Riva	pre-de-riva	CH		0	Europe/Zurich	46.90694	6.93538				FR	1001	2022	
11048471	Chenarlier	chenarlier	CH		0	Europe/Zurich	46.22929	6.92568				VS	2308	6156	
11048476	Les Rosalys	les-rosalys	CH		0	Europe/Zurich	46.51696	6.96168				FR	1007	2325	
11048477	Lindencham	lindencham	CH		0	Europe/Zurich	47.19362	8.4463				ZG	900	1702	
11048479	Les Charrotons	les-charrotons	CH		0	Europe/Zurich	46.17293	6.10052				GE	2500	6633	
11048480	Bossières	bossieres	CH		0	Europe/Zurich	46.51023	6.69986				VD	2226	5606	
11048483	Monteiller	monteiller	CH		0	Europe/Zurich	46.2571	7.35648		Monteiller (Saviese),Monteiller (Savièse)		VS	2312	6265	
11048484	Vehweid	vehweid	CH		0	Europe/Zurich	46.89061	7.51787				BE	246	861	
11048485	Grossteil	grossteil	CH		0	Europe/Zurich	46.84997	8.16447				OW	600	1403	
11048486	Les Côteaux	les-coteaux	CH		0	Europe/Zurich	46.51334	6.27419				VD	2228	5434	
11048487	Niederösch	niederoesch	CH		0	Europe/Zurich	47.11837	7.61876				BE	245	405	
11048489	Le Pigeon	le-pigeon	CH		0	Europe/Zurich	46.52679	6.76904				VD	2226	5604	
11048490	Riederwald	riederwald	CH		0	Europe/Zurich	47.39362	7.42116				BL	1302	2788	
11048493	Bardonnex	bardonnex	CH		0	Europe/Zurich	46.15134	6.10728				GE	2500	6605	
11048494	Birren	birren	CH		0	Europe/Zurich	47.36314	8.17063				AG	1907	4209	
11048495	Brünisried	bruenisried	CH		0	Europe/Zurich	46.75782	7.27853				FR	1006	2292	
11048496	La Vaux	la-vaux	CH		0	Europe/Zurich	46.4858	6.41275				VD	2227	5636	
11048497	L'Asse	l-asse	CH		0	Europe/Zurich	46.40229	6.21037				VD	2228	5724	
11048498	Bösch	boesch	CH		0	Europe/Zurich	47.16097	8.43801				ZG	900	1703	
11048501	Neuparadies	neuparadies	CH		0	Europe/Zurich	47.68463	8.67542				TG	2012	4546	
11048506	Lisone	lisone	CH		0	Europe/Zurich	46.02354	8.88356				TI	2105	5161	
11048558	Les Cassivettes	les-cassivettes	CH		0	Europe/Zurich	46.48596	6.36696				VD	2227	5427	
11048559	Zandone	zandone	CH		0	Europe/Zurich	46.17723	8.73864				TI	2104	5115	
11048560	Sézenove	sezenove	CH		0	Europe/Zurich	46.16463	6.05587				GE	2500	6607	
11048562	Pfaffenholz	pfaffenholz	CH		0	Europe/Zurich	46.87098	7.2693				FR	1006	2309	
11048563	Schache	schache	CH		0	Europe/Zurich	47.11425	8.34332				LU	313	1026	
11048569	Waldibrücke	waldibruecke	CH		0	Europe/Zurich	47.10859	8.32176				LU	313	1024	
11048572	Ligschwil	ligschwil	CH		0	Europe/Zurich	47.15349	8.29075				LU	313	1031	
11048573	Mocevron	mocevron	CH		0	Europe/Zurich	46.26603	7.35204				VS	2312	6265	
11048574	L'Arbarey	l-arbarey	CH		0	Europe/Zurich	46.1302	7.17682				VS	2307	6141	
11048575	Plans Mayens	plans-mayens	CH		0	Europe/Zurich	46.30521	7.45028				VS	2311	6239	
11048576	Kreuzstrasse	kreuzstrasse	CH		0	Europe/Zurich	46.91465	8.2567				OW	600	1407	
11048577	Kleingümmenen	kleinguemmenen	CH		0	Europe/Zurich	46.9415	7.2411				BE	246	662	
11048579	Gorla	gorla	CH		0	Europe/Zurich	45.85667	9.00737				TI	2106	5249	
11048580	Coméraz	comeraz	CH		0	Europe/Zurich	46.247	7.37103				VS	2312	6263	
11048581	Ennigen	ennigen	CH		0	Europe/Zurich	47.03497	8.15503				LU	312	1062	
11048585	Tramillau	tramillau	CH		0	Europe/Zurich	46.27251	7.35779				VS	2312	6265	
11048586	Saconnex d'Arve Dessus	saconnex-d-arve-dessus	CH		0	Europe/Zurich	46.15801	6.12299				GE	2500	6633	
11048587	Planezza	planezza	CH		0	Europe/Zurich	46.80543	9.26774				GR	1850	3575	
11048588	Bütz	buetz	CH		0	Europe/Zurich	47.54184	8.09901				AG	1906	4170	
11048592	Gennecy	gennecy	CH		0	Europe/Zurich	46.16678	5.99201				GE	2500	6611	
11048593	Ragnatsch	ragnatsch	CH		0	Europe/Zurich	47.07059	9.39496				SG	1725	3293	
11048594	Sinneringen	sinneringen	CH		0	Europe/Zurich	46.95224	7.5404				BE	246	359	
11048595	Hasenmoos	hasenmoos	CH		0	Europe/Zurich	47.10036	8.23915				LU	313	1040	
11048597	Mühltobel	muehltobel	CH		0	Europe/Zurich	47.45585	9.5657				AR	1503	3038	
11048781	Sorbières	sorbieres	CH		0	Europe/Zurich	46.659	7.10313				FR	1003	2129	
11048478	Botterens	botterens	CH	1652	0	Europe/Zurich	46.61598	7.11172				FR	1003	2123	
11048789	Lully	lully	CH		0	Europe/Zurich	46.1633	6.07398				GE	2500	6607	
11048831	Certoux	certoux	CH		0	Europe/Zurich	46.15529	6.08173				GE	2500	6632	
11048832	Am Rhein	am-rhein	CH		0	Europe/Zurich	47.49122	9.56411				SG	1722	3237	
11048833	Röthenbach Herzogenbuchsee	roethenbach-herzogenbuchsee	CH		0	Europe/Zurich	47.20641	7.68159				BE	244	977	
11048835	Buech	buech	CH		0	Europe/Zurich	47.22515	8.86288				SG	1726	3340	
11071633	Stampfenbach	stampfenbach	CH		0	Europe/Zurich	47.38018	8.54273	0			ZH	112	261	
11073841	Buck	buck	CH		0	Europe/Zurich	47.70709	8.72288		Buck		SH	1402	2915	
11073844	Schützerhuus	schuetzerhuus	CH		0	Europe/Zurich	47.7087	8.72409		Schutzerhuus,Schützerhuus		SH	1402	2915	
11073846	Blattebuck	blattebuck	CH		0	Europe/Zurich	47.71186	8.72132		Blattebuck		SH	1402	2915	
11073847	Morge	morge	CH		0	Europe/Zurich	47.70997	8.71946		Morge		SH	1402	2915	
11073873	Hard	hard	CH		0	Europe/Zurich	47.71917	8.78727		Hard		SH	1405	2961	
11073878	Bibermühle	bibermuhle	CH		0	Europe/Zurich	47.68004	8.80486		Bibermuhle,Bibermuli,Bibermühle,Bibermüli		SH	1405	2963	
11073882	Wilen	wilen	CH		0	Europe/Zurich	47.69669	8.8138		Wilen		SH	1405	2963	
11102392	Bad Weissenburg	bad-weissenburg	CH		0	Europe/Zurich	46.667	7.46539				BE	249	761	
11102393	Lunnern	lunnern	CH		0	Europe/Zurich	47.26217	8.41262				ZH	101	10	
11102394	Mühlebach	muehlebach	CH		0	Europe/Zurich	47.54601	9.27957				TG	2011	4461	
11102395	Montbrillant	montbrillant	CH		0	Europe/Zurich	46.21493	6.14254				GE	2500	6621	
11102396	Schadau	schadau	CH		0	Europe/Zurich	46.74643	7.6366				BE	247	942	
11102397	La Faraz	la-faraz	CH		0	Europe/Zurich	46.4541	6.87186				VD	2230	5889	
11113329	Monte Cesura	monte-cesura	CH		0	Europe/Zurich	46.56245	8.95477		Monte Cesura		TI	2102	5049	
11113331	Scalvéid	scalveid	CH		0	Europe/Zurich	46.56138	8.95013		Scalveid,Scalvéid		TI	2102	5049	
11113334	Aquilesco	aquilesco	CH		0	Europe/Zurich	46.56005	8.94409		Aquilesco		TI	2102	5049	
11113337	Orsàira di Fuori	orsaira-di-fuori	CH		0	Europe/Zurich	46.55833	8.91788		Orsaira di Fuori,Orsàira di Fuori		TI	2102	5049	
11113341	Predasca	predasca	CH		0	Europe/Zurich	46.55499	8.89773		Predasca		TI	2102	5049	
11113343	Cadagno di Dentro	cadagno-di-dentro	CH		0	Europe/Zurich	46.55223	8.71078		Cadagno di Dentro		TI	2103	5079	
11113345	Ponte Semina	ponte-semina	CH		0	Europe/Zurich	46.55215	8.93794		Ponte Semina		TI	2102	5049	
11113346	Pön	poen	CH		0	Europe/Zurich	46.32185	8.95558		Pon,Pön		TI	2107	5287	
11113348	Vidögn	vidoegn	CH		0	Europe/Zurich	46.32162	8.96218		Vidogn,Vidögn		TI	2107	5287	
11113349	Al Runch	al-runch	CH		0	Europe/Zurich	46.32134	10.07135		Al Runch		GR	1842	3561	
11113351	Combra	combra	CH		0	Europe/Zurich	46.32111	8.98724		Combra		TI	2107	5287	
11113354	Cänt	caent	CH		0	Europe/Zurich	46.32064	9.53221		Cant,Cänt		GR	1846	3792	
11113355	Curtoni	curtoni	CH		0	Europe/Zurich	46.1589	8.95347		Curtoni		TI	2101	5003	
11113356	Comelina	comelina	CH		0	Europe/Zurich	46.15856	8.9921		Comelina		TI	2101	5002	
11113357	Cadanza	cadanza	CH		0	Europe/Zurich	46.15819	8.62395		Cadanza		TI	2104	5397	
11113358	Ramello	ramello	CH		0	Europe/Zurich	46.15816	8.92946		Ramello		TI	2101	5003	
11113359	Costa dell'Albera	costa-dell-albera	CH		0	Europe/Zurich	46.15813	9.06744		Costa dell'Albera,Costa dell’Albera		TI	2101	5002	
11113360	Piumenta	piumenta	CH		0	Europe/Zurich	46.15812	9.00508		Piumenta		TI	2101	5002	
11113363	Noverasca	noverasca	CH		0	Europe/Zurich	46.15647	9.00294		Noverasca		TI	2101	5002	
11113364	Croveggia	croveggia	CH		0	Europe/Zurich	46.15595	9.02349		Croveggia		TI	2101	5002	
11113365	Ciossa Maddalena	ciossa-maddalena	CH		0	Europe/Zurich	46.15594	8.93541		Ciossa Maddalena		TI	2101	5003	
11113366	Gramosetto	gramosetto	CH		0	Europe/Zurich	46.15582	9.00793		Gramosetto		TI	2101	5002	
11113367	Prato Cortella	prato-cortella	CH		0	Europe/Zurich	46.15578	8.7396		Prato Cortella		TI	2104	5125	
11113368	Calzo	calzo	CH		0	Europe/Zurich	46.15443	8.72865		Calzo		TI	2104	5125	
11113369	Pianca	pianca	CH		0	Europe/Zurich	46.15437	8.98969		Pianca		TI	2101	5017	
11113370	Isola del Trodo	isola-del-trodo	CH		0	Europe/Zurich	46.15425	8.88111		Isola del Trodo		TI	2104	5398	
11113371	Cassina	cassina	CH		0	Europe/Zurich	46.15391	8.7217		Cassina		TI	2104	5125	
11113372	Campiscioni	campiscioni	CH		0	Europe/Zurich	46.15389	8.88828		Campiscioni		TI	2104	5398	
11113373	Paiardi	paiardi	CH		0	Europe/Zurich	46.15373	8.99236		Paiardi		TI	2101	5017	
11113374	Porano	porano	CH		0	Europe/Zurich	46.15365	8.73356		Porano		TI	2104	5125	
11113375	Crumiaga	crumiaga	CH		0	Europe/Zurich	46.15275	8.72219		Crumiaga		TI	2104	5125	
11113376	Monti di Schiavardo	monti-di-schiavardo	CH		0	Europe/Zurich	46.15207	8.716		Monti di Schiavardo		TI	2104	5125	
11113377	Terra Vecchia	terra-vecchia	CH		0	Europe/Zurich	46.15205	8.65614		Terra Vecchia		TI	2104	5397	
11113378	Mondò	mondo	CH		0	Europe/Zurich	46.15204	8.9833		Mondo,Mondò		TI	2101	5017	
11113379	Luserte	luserte	CH		0	Europe/Zurich	46.15195	8.9128		Luserte		TI	2104	5398	
11113380	Ronchi	ronchi	CH		0	Europe/Zurich	46.15118	8.96445		Ronchi		TI	2101	5017	
11113382	Boladee	boladee	CH		0	Europe/Zurich	46.15053	8.63676		Boladee		TI	2104	5397	
11113383	Porera	porera	CH		0	Europe/Zurich	46.15026	8.71656		Porera		TI	2104	5125	
11113384	Carnée	carnee	CH		0	Europe/Zurich	46.15022	8.63309		Carnee,Carnée		TI	2104	5397	
11113385	Ponte	ponte	CH		0	Europe/Zurich	46.14984	8.87885		Ponte		TI	2104	5398	
11113386	Ronco Gorda	ronco-gorda	CH		0	Europe/Zurich	46.14977	8.98657		Ronco Gorda		TI	2101	5017	
11113387	Motto Rabello	motto-rabello	CH		0	Europe/Zurich	46.14914	8.88198		Motto Rabello		TI	2104	5398	
11113389	Non	non	CH		0	Europe/Zurich	46.14871	8.72367		Non		TI	2104	5125	
11113391	Bordei	bordei	CH		0	Europe/Zurich	46.14818	8.64613		Bordei		TI	2104	5397	
11113392	Scerese	scerese	CH		0	Europe/Zurich	46.14805	8.98393		Scerese		TI	2101	5017	
11113393	Marrone	marrone	CH		0	Europe/Zurich	46.14779	8.65019		Marrone		TI	2104	5397	
11113394	Pianelli	pianelli	CH		0	Europe/Zurich	46.14778	8.96407		Pianelli		TI	2101	5003	
11113395	Montitt	montitt	CH		0	Europe/Zurich	46.14767	8.87711		Montitt		TI	2104	5398	
11113396	Sparavera	sparavera	CH		0	Europe/Zurich	46.14719	8.92931		Sparavera		TI	2104	5398	
11113398	Revoira	revoira	CH		0	Europe/Zurich	46.1463	8.96228		Revoira		TI	2101	5003	
11113399	Pioda	pioda	CH		0	Europe/Zurich	46.14572	8.90442		Pioda		TI	2105	5238	
11113400	Baraccone	baraccone	CH		0	Europe/Zurich	46.14559	8.93685		Baraccone		TI	2104	5398	
11113401	Pian del Barch	pian-del-barch	CH		0	Europe/Zurich	46.14553	8.61709		Pian del Barch		TI	2104	5397	
11113402	Sasselli	sasselli	CH		0	Europe/Zurich	46.14535	8.94795		Sasselli		TI	2101	5003	
11113403	Creste	creste	CH		0	Europe/Zurich	46.14535	8.60225		Creste		TI	2104	5397	
11113404	Monti del Cassinello	monti-del-cassinello	CH		0	Europe/Zurich	46.14423	8.96871		Monti del Cassinello		TI	2101	5003	
11113405	Piodaccia	piodaccia	CH		0	Europe/Zurich	46.14362	8.85704		Piodaccia		TI	2104	5398	
11113406	Vairoli	vairoli	CH		0	Europe/Zurich	46.14358	8.9542		Vairoli		TI	2101	5003	
11113407	Spiano	spiano	CH		0	Europe/Zurich	46.14343	8.92764		Spiano		TI	2105	5238	
11113408	Monadello	monadello	CH		0	Europe/Zurich	46.14242	8.6		Monadello		TI	2104	5397	
11113409	Meggiagra	meggiagra	CH		0	Europe/Zurich	46.1402	8.95075		Meggiagra		TI	2101	5003	
11113410	Calmagnone	calmagnone	CH		0	Europe/Zurich	46.1395	8.9603		Calmagnone		TI	2101	5003	
11113411	Prato Grasso	prato-grasso	CH		0	Europe/Zurich	46.1391	8.93352		Prato Grasso		TI	2101	5003	
11113412	Piano	piano	CH		0	Europe/Zurich	46.13797	8.70592		Piano		TI	2104	5097	
11113413	Cima di Fuori	cima-di-fuori	CH		0	Europe/Zurich	46.13792	8.98928		Cima di Fuori		TI	2101	5009	
11113414	Casnotta	casnotta	CH		0	Europe/Zurich	46.13766	8.90332		Casnotta		TI	2105	5238	
11113415	Borgna	borgna	CH		0	Europe/Zurich	46.1363	8.7075		Borgna		TI	2104	5097	
11113416	Pianascio	pianascio	CH		0	Europe/Zurich	46.1352	8.83718		Pianascio		TI	2104	5398	
11113417	Cazzòra	cazzora	CH		0	Europe/Zurich	46.13489	8.8408		Cazzora,Cazzòra		TI	2104	5398	
11113419	Comasca	comasca	CH		0	Europe/Zurich	46.13427	8.69		Comasca		TI	2104	5097	
11113420	Boredo	boredo	CH		0	Europe/Zurich	46.134	8.69425		Boredo		TI	2104	5097	
11113421	Rovere	rovere	CH		0	Europe/Zurich	46.13399	8.69193		Rovere		TI	2104	5097	
11113422	Bedora	bedora	CH		0	Europe/Zurich	46.1337	8.68883		Bedora		TI	2104	5097	
11113423	Carsera	carsera	CH		0	Europe/Zurich	46.13348	8.70913		Carsera		TI	2104	5097	
11113424	Ferabò	ferabo	CH		0	Europe/Zurich	46.13318	8.71121		Ferabo,Ferabò		TI	2104	5097	
11113425	Orbello	orbello	CH		0	Europe/Zurich	46.13316	8.92738		Orbello		TI	2105	5238	
11113426	Cavallascio	cavallascio	CH		0	Europe/Zurich	46.13316	8.6925		Cavallascio		TI	2104	5097	
11113427	Alba Nova	alba-nova	CH		0	Europe/Zurich	46.13286	8.69572		Alba Nova		TI	2104	5097	
11113429	Fontanella	fontanella	CH		0	Europe/Zurich	46.13229	8.96108		Fontanella		TI	2105	5238	
11113431	Albarina	albarina	CH		0	Europe/Zurich	46.1318	8.98203		Albarina		TI	2101	5009	
11113432	Monti di Fosano	monti-di-fosano	CH		0	Europe/Zurich	46.13164	8.83839		Monti di Fosano		TI	2104	5398	
11113437	Bassuno	bassuno	CH		0	Europe/Zurich	46.13094	8.69881		Bassuno		TI	2104	5097	
11113438	Riviera	riviera	CH		0	Europe/Zurich	46.13085	8.71715		Riviera		TI	2104	5097	
11113440	Pionazo	pionazo	CH		0	Europe/Zurich	46.13078	8.83356		Pionazo		TI	2104	5398	
11113441	Pià	pia	CH		0	Europe/Zurich	46.12966	8.70101		Pia,Pià		TI	2104	5097	
11113443	Monti di Medeglia	monti-di-medeglia	CH		0	Europe/Zurich	46.12954	8.96514		Monti di Medeglia		TI	2105	5238	
11113444	Tornago	tornago	CH		0	Europe/Zurich	46.12941	8.90594		Tornago		TI	2105	5238	
11113445	Esperia	esperia	CH		0	Europe/Zurich	46.12936	8.69973		Esperia		TI	2104	5097	
11113446	Camarè	camare	CH		0	Europe/Zurich	46.12931	8.96805		Camare,Camarè		TI	2105	5238	
11113447	Predoso	predoso	CH		0	Europe/Zurich	46.12921	8.95237		Predoso		TI	2105	5238	
11113449	Corte di Spora	corte-di-spora	CH		0	Europe/Zurich	46.12891	8.95505		Corte di Spora		TI	2105	5238	
11113450	Vosone	vosone	CH		0	Europe/Zurich	46.1288	8.82527		Vosone		TI	2104	5398	
11113452	Somarcello	somarcello	CH		0	Europe/Zurich	46.1285	8.70651		Somarcello		TI	2104	5097	
11113453	Pianascio	pianascio	CH		0	Europe/Zurich	46.12843	8.97972		Pianascio		TI	2101	5009	
11113454	Corte	corte	CH		0	Europe/Zurich	46.12817	8.70225		Corte		TI	2104	5097	
11113455	Boscior	boscior	CH		0	Europe/Zurich	46.12809	8.96165		Boscior		TI	2105	5238	
11113456	Brumo	brumo	CH		0	Europe/Zurich	46.12793	8.96866		Brumo		TI	2105	5238	
11113457	Casenzano	casenzano	CH		0	Europe/Zurich	46.12769	8.80238		Casenzano		TI	2104	5398	
11113459	Boschetto	boschetto	CH		0	Europe/Zurich	46.12762	8.80094		Boschetto		TI	2104	5398	
11113460	Sasso di Grumo	sasso-di-grumo	CH		0	Europe/Zurich	46.12734	8.81363		Sasso di Grumo		TI	2104	5398	
11113462	Sasca	sasca	CH		0	Europe/Zurich	46.12713	8.97467		Sasca		TI	2101	5009	
11113463	Monti di Sasso	monti-di-sasso	CH		0	Europe/Zurich	46.12706	8.91113		Monti di Sasso		TI	2105	5238	
11113464	Lubie	lubie	CH		0	Europe/Zurich	46.12705	8.79885		Lubie		TI	2104	5398	
11113465	Monti di Spina di Sotto	monti-di-spina-di-sotto	CH		0	Europe/Zurich	46.12692	8.90435		Monti di Spina di Sotto		TI	2105	5238	
11113466	Mergugno	mergugno	CH		0	Europe/Zurich	46.12669	8.68381		Mergugno		TI	2104	5097	
11113467	Crono di Sotto	crono-di-sotto	CH		0	Europe/Zurich	46.12643	9.01365		Crono di Sotto		TI	2105	5226	
11113468	Monti delle Sorti	monti-delle-sorti	CH		0	Europe/Zurich	46.12643	8.99901		Monti delle Sorti		TI	2105	5226	
11113471	Crono di Sopra	crono-di-sopra	CH		0	Europe/Zurich	46.12597	9.00729		Crono di Sopra		TI	2105	5226	
11113474	Revöira	revoeira	CH		0	Europe/Zurich	46.1258	8.98898		Revoira,Revöira		TI	2101	5009	
11113475	Pimpisnino	pimpisnino	CH		0	Europe/Zurich	46.12564	8.68569		Pimpisnino		TI	2104	5097	
11113476	Corte di Mezzo	corte-di-mezzo	CH		0	Europe/Zurich	46.12543	8.82004		Corte di Mezzo		TI	2104	5398	
11113477	Travorno Maggiore	travorno-maggiore	CH		0	Europe/Zurich	46.12515	9.05121		Travorno Maggiore		TI	2101	5009	
11113478	Maggiolo	maggiolo	CH		0	Europe/Zurich	46.12506	8.79512		Maggiolo		TI	2104	5398	
11113479	Boffalora	boffalora	CH		0	Europe/Zurich	46.12489	8.97384		Boffalora		TI	2101	5009	
11113480	Campea Piodello	campea-piodello	CH		0	Europe/Zurich	46.12462	8.81807		Campea Piodello		TI	2104	5398	
11113481	Monti di Spina di Sopra	monti-di-spina-di-sopra	CH		0	Europe/Zurich	46.12458	8.90524		Monti di Spina di Sopra		TI	2105	5238	
11113484	Mariegno	mariegno	CH		0	Europe/Zurich	46.12402	8.79276		Mariegno		TI	2104	5398	
11113489	Alpe Arolgia	alpe-arolgia	CH		0	Europe/Zurich	46.12336	8.66687		Alpe Arolgia		TI	2104	5097	
11113490	Corte di Mezzo	corte-di-mezzo	CH		0	Europe/Zurich	46.1233	8.68803		Corte di Mezzo		TI	2104	5097	
11113491	Corte della Costa	corte-della-costa	CH		0	Europe/Zurich	46.12318	8.81662		Corte della Costa		TI	2104	5398	
11113493	Pianscuro	pianscuro	CH		0	Europe/Zurich	46.1228	9.02273		Pianscuro		TI	2105	5226	
11113495	Ferrè	ferre	CH		0	Europe/Zurich	46.12239	8.96221		Ferre,Ferrè		TI	2105	5238	
11113496	Rovere	rovere	CH		0	Europe/Zurich	46.12202	8.6884		Rovere		TI	2104	5097	
11113498	Calanchetto	calanchetto	CH		0	Europe/Zurich	46.12154	8.98507		Calanchetto		TI	2101	5009	
11113500	Canedo	canedo	CH		0	Europe/Zurich	46.12098	8.95571		Canedo		TI	2105	5238	
11113504	Porbetto	porbetto	CH		0	Europe/Zurich	46.11989	8.69371		Porbetto		TI	2104	5097	
11113505	Poraa	poraa	CH		0	Europe/Zurich	46.11977	8.70029		Poraa		TI	2104	5097	
11113507	Segnedù	segnedu	CH		0	Europe/Zurich	46.11908	8.69559		Segnedu,Segnedù		TI	2104	5097	
11113508	Alpe Screvia	alpe-screvia	CH		0	Europe/Zurich	46.11896	8.99635		Alpe Screvia		TI	2105	5226	
11113512	Piazze	piazze	CH		0	Europe/Zurich	46.118	8.80372		Piazze		TI	2104	5398	
11113515	Muricce	muricce	CH		0	Europe/Zurich	46.11738	8.98866		Muricce		TI	2101	5009	
11113516	Corte di Sopra	corte-di-sopra	CH		0	Europe/Zurich	46.11711	8.89337		Corte di Sopra		TI	2105	5238	
11113518	Campeglio	campeglio	CH		0	Europe/Zurich	46.11707	8.95135		Campeglio		TI	2105	5238	
11113519	Casa delle Fontane	casa-delle-fontane	CH		0	Europe/Zurich	46.11703	8.80102		Casa delle Fontane		TI	2104	5398	
11113520	Casa Nuova	casa-nuova	CH		0	Europe/Zurich	46.11699	8.79923		Casa Nuova		TI	2104	5398	
11113522	Pianca	pianca	CH		0	Europe/Zurich	46.11615	8.80033		Pianca		TI	2104	5398	
11113523	Drossa	drossa	CH		0	Europe/Zurich	46.11588	8.96407		Drossa		TI	2105	5238	
11113524	Pensevrone	pensevrone	CH		0	Europe/Zurich	46.11584	8.67812		Pensevrone		TI	2104	5097	
11113525	Borla	borla	CH		0	Europe/Zurich	46.11581	8.95093		Borla		TI	2105	5238	
11113526	Gaggio	gaggio	CH		0	Europe/Zurich	46.11535	8.79872		Gaggio		TI	2104	5398	
11113527	Sorgai	sorgai	CH		0	Europe/Zurich	46.11509	8.96121		Sorgai		TI	2105	5238	
11113532	Calgiano	calgiano	CH		0	Europe/Zurich	46.11267	8.7745		Calgiano		TI	2104	5398	
11113534	Rescerasca	rescerasca	CH		0	Europe/Zurich	46.11219	8.67532		Rescerasca		TI	2104	5097	
11113538	Prati di Caccio	prati-di-caccio	CH		0	Europe/Zurich	46.11185	8.68586		Prati di Caccio		TI	2104	5097	
11113539	Corte di Neggia	corte-di-neggia	CH		0	Europe/Zurich	46.11182	8.84506		Corte di Neggia		TI	2104	5398	
11113541	Alpe Pietrarossa	alpe-pietrarossa	CH		0	Europe/Zurich	46.11135	9.05084		Alpe Pietrarossa		TI	2105	5192	
11113542	Sant'Abbondio	sant-abbondio	CH		0	Europe/Zurich	46.11081	8.773		Sant'Abbondio,Sant’Abbondio		TI	2104	5398	
11113544	Croce	croce	CH		0	Europe/Zurich	46.11007	8.6826		Croce		TI	2104	5097	
11113545	Curerone	curerone	CH		0	Europe/Zurich	46.11002	8.68969		Curerone		TI	2104	5097	
11113546	Alpe Cedullo	alpe-cedullo	CH		0	Europe/Zurich	46.10962	8.81621		Alpe Cedullo		TI	2104	5398	
11113548	Monti di Sant' Abbondio	monti-di-sant-abbondio	CH		0	Europe/Zurich	46.10914	8.7864		Monti di Sant' Abbondio,Monti di Sant’ Abbondio		TI	2104	5398	
11113549	Gerbio	gerbio	CH		0	Europe/Zurich	46.1091	8.68908		Gerbio		TI	2104	5097	
11113550	Borei	borei	CH		0	Europe/Zurich	46.10887	8.68701		Borei		TI	2104	5097	
11113551	Mattarella	mattarella	CH		0	Europe/Zurich	46.10853	8.68367		Mattarella		TI	2104	5097	
11113552	Tamaretto	tamaretto	CH		0	Europe/Zurich	46.10832	8.85133		Tamaretto		TI	2104	5398	
11113554	Monti di Camignolo	monti-di-camignolo	CH		0	Europe/Zurich	46.10826	8.95994		Monti di Camignolo		TI	2105	5238	
11113556	Molinazzo	molinazzo	CH		0	Europe/Zurich	46.10752	8.936		Molinazzo		TI	2105	5238	
11113557	Cardana	cardana	CH		0	Europe/Zurich	46.10735	8.92079		Cardana		TI	2105	5199	
11113558	Alpe di Zalto	alpe-di-zalto	CH		0	Europe/Zurich	46.1071	8.9769		Alpe di Zalto		TI	2105	5226	
11113559	Credirolo	credirolo	CH		0	Europe/Zurich	46.10674	8.69739		Credirolo		TI	2104	5097	
11113560	Busio	busio	CH		0	Europe/Zurich	46.10646	8.95468		Busio		TI	2105	5238	
11113562	Ciossa	ciossa	CH		0	Europe/Zurich	46.10542	8.6909		Ciossa		TI	2104	5097	
11113563	Ronco Sant' Antonio	ronco-sant-antonio	CH		0	Europe/Zurich	46.10538	8.69608		Ronco Sant' Antonio,Ronco Sant’ Antonio		TI	2104	5097	
11113564	Leguè	legue	CH		0	Europe/Zurich	46.10498	8.91805		Legue,Leguè		TI	2105	5199	
11113566	Ri	ri	CH		0	Europe/Zurich	46.10482	8.83939		Ri		TI	2104	5398	
11113567	Cima al Prato	cima-al-prato	CH		0	Europe/Zurich	46.10469	8.84346		Cima al Prato		TI	2104	5398	
11113568	Alpe Santa Maria di Lago	alpe-santa-maria-di-lago	CH		0	Europe/Zurich	46.10367	8.95928		Alpe Santa Maria di Lago		TI	2105	5238	
11113569	Boè	boe	CH		0	Europe/Zurich	46.10346	8.83785		Boe,Boè		TI	2104	5398	
11113570	Cagetto	cagetto	CH		0	Europe/Zurich	46.10334	8.69544		Cagetto		TI	2104	5097	
11113571	Alpe Duragno	alpe-duragno	CH		0	Europe/Zurich	46.10282	8.8926		Alpe Duragno		TI	2105	5199	
11113573	Monti Idacca	monti-idacca	CH		0	Europe/Zurich	46.10263	8.84247		Monti Idacca		TI	2104	5398	
11113576	Gola di Lago	gola-di-lago	CH		0	Europe/Zurich	46.10231	8.96575		Gola di Lago		TI	2105	5226	
11113577	Zalto	zalto	CH		0	Europe/Zurich	46.1023	8.97034		Zalto		TI	2105	5226	
11113578	Valmara	valmara	CH		0	Europe/Zurich	46.10226	8.69666		Valmara		TI	2104	5097	
11113580	Bolla	bolla	CH		0	Europe/Zurich	46.10132	8.97267		Bolla		TI	2105	5226	
11113581	Giadè	giade	CH		0	Europe/Zurich	46.1013	8.9108		Giade,Giadè		TI	2105	5199	
11113582	Ranscea	ranscea	CH		0	Europe/Zurich	46.10101	8.96476		Ranscea		TI	2105	5226	
11113583	Davra	davra	CH		0	Europe/Zurich	46.10097	8.97646		Davra		TI	2105	5226	
11113584	Tortoi	tortoi	CH		0	Europe/Zurich	46.09995	8.90838		Tortoi		TI	2105	5199	
11113585	Luera	luera	CH		0	Europe/Zurich	46.09993	8.96535		Luera		TI	2105	5226	
11113587	Picchetta	picchetta	CH		0	Europe/Zurich	46.09916	8.97704		Picchetta		TI	2105	5226	
11113591	Pezze	pezze	CH		0	Europe/Zurich	46.09867	8.8315		Pezze		TI	2104	5398	
11113592	Forca	forca	CH		0	Europe/Zurich	46.09852	8.97011		Forca		TI	2105	5226	
11113593	Rovè	rove	CH		0	Europe/Zurich	46.09815	8.9615		Rove,Rovè		TI	2105	5226	
11113595	Pian Passamonte	pian-passamonte	CH		0	Europe/Zurich	46.09776	8.97793		Pian Passamonte		TI	2105	5226	
11113596	Pozzone	pozzone	CH		0	Europe/Zurich	46.0963	8.93368		Pozzone		TI	2105	5199	
11113597	Padovano	padovano	CH		0	Europe/Zurich	46.09578	8.95854		Padovano		TI	2105	5226	
11113599	Sorè	sore	CH		0	Europe/Zurich	46.09514	8.97897		Sore,Sorè		TI	2105	5226	
11113601	Stinchè	stinche	CH		0	Europe/Zurich	46.09509	8.95293		Stinche,Stinchè		TI	2105	5226	
11113604	Sciresolo	sciresolo	CH		0	Europe/Zurich	46.09432	8.83835		Sciresolo		TI	2104	5398	
11113605	Polairola di Dentro	polairola-di-dentro	CH		0	Europe/Zurich	46.0943	8.97606		Polairola di Dentro		TI	2105	5226	
11113608	Polairolo	polairolo	CH		0	Europe/Zurich	46.09338	8.97737		Polairolo		TI	2105	5226	
11113612	Moei	moei	CH		0	Europe/Zurich	46.09274	8.95309		Moei		TI	2105	5226	
11113615	Polairolo di Fuori	polairolo-di-fuori	CH		0	Europe/Zurich	46.09202	8.97718		Polairolo di Fuori		TI	2105	5226	
11113616	Brivio	brivio	CH		0	Europe/Zurich	46.09192	8.96704		Brivio		TI	2105	5226	
11113626	Laveree	laveree	CH		0	Europe/Zurich	46.09044	8.83418		Laveree		TI	2104	5398	
11113628	Marsèta	marseta	CH		0	Europe/Zurich	46.08936	9.02864		Marseta,Marsèta		TI	2105	5192	
11113630	Corte Foan	corte-foan	CH		0	Europe/Zurich	46.08919	8.94535		Corte Foan		TI	2105	5226	
11113631	Presgè	presge	CH		0	Europe/Zurich	46.08893	8.96094		Presge,Presgè		TI	2105	5226	
11113633	Pianca	pianca	CH		0	Europe/Zurich	46.08845	8.93826		Pianca		TI	2105	5199	
11113634	Gettana	gettana	CH		0	Europe/Zurich	46.08831	8.90528		Gettana		TI	2105	5199	
11113636	Chiesa	chiesa	CH		0	Europe/Zurich	46.08793	8.94125		Chiesa		TI	2105	5226	
11113637	Malpensata	malpensata	CH		0	Europe/Zurich	46.08787	9.0444		Malpensata		TI	2105	5192	
11113639	Monti di Brena	monti-di-brena	CH		0	Europe/Zurich	46.08754	8.93812		Monti di Brena		TI	2105	5199	
11113640	Albumo	albumo	CH		0	Europe/Zurich	46.08738	9.01775		Albumo		TI	2105	5226	
11113641	Formighè	formighe	CH		0	Europe/Zurich	46.08722	8.96369		Formighe,Formighè		TI	2105	5226	
11113642	Montino	montino	CH		0	Europe/Zurich	46.08721	8.94375		Montino		TI	2105	5226	
11113645	Piazza	piazza	CH		0	Europe/Zurich	46.08651	9.01481		Piazza		TI	2105	5226	
11113647	Cadariolo	cadariolo	CH		0	Europe/Zurich	46.08621	9.05532		Cadariolo		TI	2105	5192	
11113649	Lusciana	lusciana	CH		0	Europe/Zurich	46.08602	8.98043		Lusciana		TI	2105	5226	
11113652	Buchi	buchi	CH		0	Europe/Zurich	46.0854	9.02572		Buchi		TI	2105	5192	
11113653	Grotto al Mulino	grotto-al-mulino	CH		0	Europe/Zurich	46.08477	9.00238		Grotto al Mulino,Molino		TI	2105	5226	
11113654	Molino	molino	CH		0	Europe/Zurich	46.08474	9.03671		Molino		TI	2105	5192	
11113655	Borisio	borisio	CH		0	Europe/Zurich	46.08472	8.99652		Borisio		TI	2105	5226	
11113656	Osnaga	osnaga	CH		0	Europe/Zurich	46.08447	9.03479		Osnaga		TI	2105	5192	
11113660	Pezza	pezza	CH		0	Europe/Zurich	46.08365	9.03077		Pezza		TI	2105	5192	
11113661	Pianca	pianca	CH		0	Europe/Zurich	46.08353	9.0631		Pianca		TI	2105	5192	
11113662	Püfin	puefin	CH		0	Europe/Zurich	46.08336	9.00574		Pufin,Püfin		TI	2105	5226	
11113663	Gromo	gromo	CH		0	Europe/Zurich	46.08307	9.00178		Gromo		TI	2105	5226	
11113664	Lasciano	lasciano	CH		0	Europe/Zurich	46.08285	8.96231		Lasciano		TI	2105	5226	
11113665	Carusio	carusio	CH		0	Europe/Zurich	46.08228	9.01415		Carusio		TI	2105	5226	
11113666	Piazzora	piazzora	CH		0	Europe/Zurich	46.08228	9.00687		Piazzora		TI	2105	5226	
11113667	Castei	castei	CH		0	Europe/Zurich	46.08218	8.94188		Castei		TI	2105	5226	
11113670	Carnago	carnago	CH		0	Europe/Zurich	46.08168	8.97673		Carnago		TI	2105	5226	
11113671	Premestivo	premestivo	CH		0	Europe/Zurich	46.08149	9.06253		Premestivo		TI	2105	5192	
11113672	Bettagno	bettagno	CH		0	Europe/Zurich	46.08106	8.97266		Bettagno		TI	2105	5226	
11113675	Condra	condra	CH		0	Europe/Zurich	46.08072	8.95374		Condra		TI	2105	5226	
11113679	Sciss di Dentro	sciss-di-dentro	CH		0	Europe/Zurich	46.07982	8.95005		Sciss di Dentro		TI	2105	5226	
11113680	Al Ponte	al-ponte	CH		0	Europe/Zurich	46.0798	9.01906		Al Ponte		TI	2105	5192	
11113683	Trecio	trecio	CH		0	Europe/Zurich	46.07926	9.03108		Trecio		TI	2105	5192	
11113685	Canscei	canscei	CH		0	Europe/Zurich	46.07882	8.95763		Canscei		TI	2105	5226	
11113689	Montascio	montascio	CH		0	Europe/Zurich	46.0784	8.98033		Montascio		TI	2105	5226	
11113690	Sarino	sarino	CH		0	Europe/Zurich	46.07835	8.97676		Sarino		TI	2105	5226	
11113693	Nendum	nendum	CH		0	Europe/Zurich	46.07742	9.05933		Nendum		TI	2105	5192	
11113694	Sciss di Fuori	sciss-di-fuori	CH		0	Europe/Zurich	46.07734	8.94994		Sciss di Fuori		TI	2105	5226	
11113696	Pezzolo	pezzolo	CH		0	Europe/Zurich	46.07709	8.96751		Pezzolo		TI	2105	5226	
11113697	Meraggia	meraggia	CH		0	Europe/Zurich	46.07647	8.94072		Meraggia		TI	2105	5226	
11113701	Lupo	lupo	CH		0	Europe/Zurich	46.07562	8.99451		Lupo		TI	2105	5226	
11113702	Treggia	treggia	CH		0	Europe/Zurich	46.07559	8.98914		Treggia		TI	2105	5226	
11113703	Zotta	zotta	CH		0	Europe/Zurich	46.07557	8.98143		Zotta		TI	2105	5226	
11113704	Migodo	migodo	CH		0	Europe/Zurich	46.07557	8.97137		Migodo		TI	2105	5226	
11113708	Mugnal	mugnal	CH		0	Europe/Zurich	46.07409	9.0199		Mugnal		TI	2105	5192	
11113709	Le Spine	le-spine	CH		0	Europe/Zurich	46.07397	9.04457		Le Spine		TI	2105	5192	
11113710	Arla	arla	CH		0	Europe/Zurich	46.07391	9.01494		Arla		TI	2105	5192	
11113712	Garamè	garame	CH		0	Europe/Zurich	46.07279	8.96576		Garame,Garamè		TI	2105	5226	
11113714	Monticello	monticello	CH		0	Europe/Zurich	46.07127	8.90875		Monticello		TI	2105	5227	
11113715	Petrolzo	petrolzo	CH		0	Europe/Zurich	46.07111	9.02056		Petrolzo		TI	2105	5192	
11113716	Precamorina	precamorina	CH		0	Europe/Zurich	46.07108	8.98628		Precamorina		TI	2105	5226	
11113717	Campestro	campestro	CH		0	Europe/Zurich	46.0697	8.97006		Campestro		TI	2105	5226	
11113719	Fié	fie	CH		0	Europe/Zurich	46.06858	9.00419		Fie,Fié		TI	2105	5192	
11113720	Favessa	favessa	CH		0	Europe/Zurich	46.06827	8.95056		Favessa		TI	2105	5226	
11113722	Rosone	rosone	CH		0	Europe/Zurich	46.06764	9.01515		Rosone		TI	2105	5192	
11113725	Roncaa	roncaa	CH		0	Europe/Zurich	46.06548	8.94873		Roncaa		TI	2105	5212	
11113726	Sarone	sarone	CH		0	Europe/Zurich	46.06529	8.97601		Sarone		TI	2105	5226	
11113727	Formighè	formighe	CH		0	Europe/Zurich	46.06526	8.94223		Formighe,Formighè		TI	2105	5212	
11113728	Antei	antei	CH		0	Europe/Zurich	46.06438	9.01002		Antei		TI	2105	5192	
11113729	Pönt	poent	CH		0	Europe/Zurich	46.06336	9.00624		Pont,Pönt		TI	2105	5192	
11113730	Cioascio	cioascio	CH		0	Europe/Zurich	46.06331	9.0278		Cioascio		TI	2105	5192	
11113731	Costa	costa	CH		0	Europe/Zurich	46.06294	8.99202		Costa		TI	2105	5192	
11113734	Böscior	boescior	CH		0	Europe/Zurich	46.06261	8.89982		Boscior,Böscior		TI	2105	5237	
11113735	Lovasano	lovasano	CH		0	Europe/Zurich	46.06218	9.02089		Lovasano		TI	2105	5192	
11113737	Jaronco	jaronco	CH		0	Europe/Zurich	46.06154	8.98195		Jaronco		TI	2105	5192	
11113740	Sabione	sabione	CH		0	Europe/Zurich	46.06004	8.97341		Sabione		TI	2105	5226	
11113741	Rödes	roedes	CH		0	Europe/Zurich	46.05959	8.97901		Rodes,Rödes		TI	2105	5192	
11113742	Azzano	azzano	CH		0	Europe/Zurich	46.05893	8.89989		Azzano		TI	2105	5237	
11113745	Cassina	cassina	CH		0	Europe/Zurich	46.05851	8.98125		Cassina		TI	2105	5192	
11113746	Murio	murio	CH		0	Europe/Zurich	46.05845	9.01556		Murio		TI	2105	5192	
11113747	Luss	luss	CH		0	Europe/Zurich	46.05823	9.00045		Luss		TI	2105	5192	
11113748	Buscione	buscione	CH		0	Europe/Zurich	46.05765	8.975		Buscione		TI	2105	5226	
11113749	Scirona	scirona	CH		0	Europe/Zurich	46.05624	9.014		Scirona		TI	2105	5192	
11113752	Roslino	roslino	CH		0	Europe/Zurich	46.05486	8.98329		Roslino		TI	2105	5192	
11113753	Nanteghè	nanteghe	CH		0	Europe/Zurich	46.05406	8.97309		Nanteghe,Nanteghè		TI	2105	5226	
11113754	Roncaccio	roncaccio	CH		0	Europe/Zurich	46.05386	8.9571		Roncaccio		TI	2105	5226	
11113755	Creda	creda	CH		0	Europe/Zurich	46.05382	9.00278		Creda		TI	2105	5192	
11113756	Sciss	sciss	CH		0	Europe/Zurich	46.05282	8.977		Sciss		TI	2105	5192	
11113757	Car	car	CH		0	Europe/Zurich	46.05282	9.00481		Car		TI	2105	5192	
11113758	Crampa	crampa	CH		0	Europe/Zurich	46.05232	8.96954		Crampa		TI	2105	5226	
11113761	Sureggio	sureggio	CH		0	Europe/Zurich	46.04943	8.97062		Sureggio		TI	2105	5226	
11113762	Pescumo	pescumo	CH		0	Europe/Zurich	46.0476	8.98039		Pescumo		TI	2105	5192	
11113764	Deca	deca	CH		0	Europe/Zurich	46.04733	8.9452		Deca		TI	2105	5208	
11113765	Magi	magi	CH		0	Europe/Zurich	46.04688	8.94117		Magi		TI	2105	5208	
11113768	Sare	sare	CH		0	Europe/Zurich	46.04442	8.94567		Sare		TI	2105	5208	
11113771	Pasture Genovesi	pasture-genovesi	CH		0	Europe/Zurich	46.04299	8.95456		Pasture Genovesi		TI	2105	5176	
11113772	Gane	gane	CH		0	Europe/Zurich	46.04246	8.96803		Gane		TI	2105	5167	
11113774	Pian Soldin	pian-soldin	CH		0	Europe/Zurich	46.04221	9.0042		Pian Soldin		TI	2105	5192	
11113777	Lanaggio	lanaggio	CH		0	Europe/Zurich	46.04062	8.97759		Lanaggio		TI	2105	5192	
11113778	Valla	valla	CH		0	Europe/Zurich	46.04012	8.99439		Valla		TI	2105	5192	
11113781	Caroggio	caroggio	CH		0	Europe/Zurich	46.03715	8.88504		Caroggio		TI	2105	5237	
11113782	Alpe Bolla	alpe-bolla	CH		0	Europe/Zurich	46.03678	9.00738		Alpe Bolla		TI	2105	5192	
11113787	Cassinello	cassinello	CH		0	Europe/Zurich	46.03327	8.86373		Cassinello		TI	2105	5200	
11113790	Campetto	campetto	CH		0	Europe/Zurich	46.03084	8.91142		Campetto		TI	2105	5151	
11113791	Cairello	cairello	CH		0	Europe/Zurich	46.02962	8.91802		Cairello		TI	2105	5194	
11113792	Tortoglio	tortoglio	CH		0	Europe/Zurich	46.02945	8.85668		Tortoglio		TI	2105	5200	
11113793	Castello	castello	CH		0	Europe/Zurich	46.0291	8.86577		Castello		TI	2105	5237	
11113795	Trevano	trevano	CH		0	Europe/Zurich	46.02875	8.96177		Trevano		TI	2105	5214	
11113797	Lusciè	luscie	CH		0	Europe/Zurich	46.02834	8.87679		Luscie,Lusciè		TI	2105	5143	
11113798	Monda	monda	CH		0	Europe/Zurich	46.02792	8.94752		Monda		TI	2105	5214	
11113801	Roncascio	roncascio	CH		0	Europe/Zurich	46.02723	8.85315		Roncascio		TI	2105	5200	
11113802	Bosciorina	bosciorina	CH		0	Europe/Zurich	46.02621	8.91626		Bosciorina		TI	2105	5194	
11113804	Vei	vei	CH		0	Europe/Zurich	46.0237	8.86489		Vei		TI	2105	5200	
11113805	Case di Sotto	case-di-sotto	CH		0	Europe/Zurich	46.0235	8.90822		Case di Sotto		TI	2105	5151	
11113809	Pian Gallina	pian-gallina	CH		0	Europe/Zurich	46.02194	8.9425		Pian Gallina		TI	2105	5214	
11113820	Cavagnino	cavagnino	CH		0	Europe/Zurich	46.01843	8.80404		Cavagnino		TI	2105	5146	
11113822	Bavoggio	bavoggio	CH		0	Europe/Zurich	46.01757	8.84839		Bavoggio		TI	2105	5207	
11113824	Cuccarello	cuccarello	CH		0	Europe/Zurich	46.01718	8.9099		Cuccarello		TI	2105	5151	
11113825	Cimavalle	cimavalle	CH		0	Europe/Zurich	46.01693	8.80453		Cimavalle		TI	2105	5146	
11113826	Scisa	scisa	CH		0	Europe/Zurich	46.01678	8.89523		Scisa		TI	2105	5161	
11113827	Barca	barca	CH		0	Europe/Zurich	46.01666	8.90456		Barca		TI	2105	5151	
11113828	Bodeschee	bodeschee	CH		0	Europe/Zurich	46.01585	8.85618		Bodeschee		TI	2105	5207	
11113829	Nolina	nolina	CH		0	Europe/Zurich	46.01584	8.87357		Nolina		TI	2105	5143	
11113831	Löch	loech	CH		0	Europe/Zurich	46.01535	8.8381		Loch,Löch		TI	2105	5207	
11113832	Cornagee	cornagee	CH		0	Europe/Zurich	46.01453	8.81006		Cornagee		TI	2105	5146	
11113833	Rombosco	rombosco	CH		0	Europe/Zurich	46.0138	8.84211		Rombosco		TI	2105	5207	
11113834	Valleggi	valleggi	CH		0	Europe/Zurich	46.01369	8.88186		Valleggi		TI	2105	5143	
11113836	Nerocco	nerocco	CH		0	Europe/Zurich	46.01294	8.83803		Nerocco		TI	2105	5149	
11113837	Vezzano	vezzano	CH		0	Europe/Zurich	46.01284	8.82252		Vezzano		TI	2105	5146	
11113838	Mavogno	mavogno	CH		0	Europe/Zurich	46.01208	8.85536		Mavogno		TI	2105	5207	
11113839	Ronchi	ronchi	CH		0	Europe/Zurich	46.01204	8.82193		Ronchi		TI	2105	5146	
11113840	Pezzasce	pezzasce	CH		0	Europe/Zurich	46.01181	8.80419		Pezzasce		TI	2105	5146	
11113841	Doné	done	CH		0	Europe/Zurich	46.0118	8.87054		Done,Doné		TI	2105	5143	
11113842	Bolla	bolla	CH		0	Europe/Zurich	46.01144	8.82813		Bolla		TI	2105	5146	
11113843	Erbagni	erbagni	CH		0	Europe/Zurich	46.01125	8.79867		Erbagni		TI	2105	5146	
11113844	Tendra	tendra	CH		0	Europe/Zurich	46.01087	8.80375		Tendra		TI	2105	5146	
11113851	Gaggio	gaggio	CH		0	Europe/Zurich	46.0085	8.89464		Gaggio		TI	2105	5151	
11113853	Bedeia	bedeia	CH		0	Europe/Zurich	46.00834	8.86223		Bedeia		TI	2105	5207	
11113854	La Costa	la-costa	CH		0	Europe/Zurich	46.00752	8.82569		La Costa		TI	2105	5239	
11113856	Roccolo	roccolo	CH		0	Europe/Zurich	46.00612	8.8175		Roccolo		TI	2105	5146	
11113857	Mondonico	mondonico	CH		0	Europe/Zurich	46.00595	8.90185		Mondonico		TI	2105	5141	
11113859	Cavagno	cavagno	CH		0	Europe/Zurich	46.0052	8.79285		Cavagno		TI	2105	5239	
11113860	Molino	molino	CH		0	Europe/Zurich	46.00481	8.91411		Molino		TI	2105	5151	
11113861	Beredino	beredino	CH		0	Europe/Zurich	46.00465	8.82822		Beredino		TI	2105	5239	
11113862	Righetto	righetto	CH		0	Europe/Zurich	46.00456	8.89447		Righetto		TI	2105	5151	
11113865	Trivelli	trivelli	CH		0	Europe/Zurich	46.0041	8.9943		Trivelli		TI	2105	5192	
11113866	Pezza	pezza	CH		0	Europe/Zurich	46.00336	8.90007		Pezza		TI	2105	5141	
11113867	Gromo	gromo	CH		0	Europe/Zurich	46.0029	8.8208		Gromo		TI	2105	5239	
11113868	Bonzaglio	bonzaglio	CH		0	Europe/Zurich	46.00275	8.81053		Bonzaglio		TI	2105	5239	
11113869	Beride di Bedigliora	beride-di-bedigliora	CH		0	Europe/Zurich	46.0022	8.8335		Beride di Bedigliora		TI	2105	5149	
11113871	San Domenico	san-domenico	CH		0	Europe/Zurich	46.00183	8.98753		San Domenico		TI	2105	5192	
11113872	Feredino	feredino	CH		0	Europe/Zurich	46.00167	8.84899		Feredino		TI	2105	5149	
11113873	Molino	molino	CH		0	Europe/Zurich	46.00128	8.85983		Molino		TI	2105	5181	
11113875	Beride	beride	CH		0	Europe/Zurich	46.00029	8.8342		Beride		TI	2105	5239	
11113876	Lanera	lanera	CH		0	Europe/Zurich	45.99985	8.82499		Lanera		TI	2105	5239	
11113878	Saravò	saravo	CH		0	Europe/Zurich	45.99942	8.83854		Saravo,Saravò		TI	2105	5149	
11113880	Camana	camana	CH		0	Europe/Zurich	45.99872	8.86329		Camana		TI	2105	5181	
11113881	Cantine di Gandria	cantine-di-gandria	CH		0	Europe/Zurich	45.99798	9.01698		Cantine di Gandria		TI	2105	5192	
11113883	Brivio	brivio	CH		0	Europe/Zurich	45.9977	8.84926		Brivio		TI	2105	5149	
11113884	Piodella	piodella	CH		0	Europe/Zurich	45.99703	8.91401		Piodella		TI	2105	5205	
11113885	Tiradelza	tiradelza	CH		0	Europe/Zurich	45.99647	8.80494		Tiradelza		TI	2105	5239	
11113886	Rovedera	rovedera	CH		0	Europe/Zurich	45.99629	8.79886		Rovedera		TI	2105	5239	
11113887	Selva	selva	CH		0	Europe/Zurich	45.99531	8.89206		Selva		TI	2105	5141	
11113888	Busino	busino	CH		0	Europe/Zurich	45.99527	8.81594		Busino		TI	2105	5239	
11113889	Laghetto	laghetto	CH		0	Europe/Zurich	45.99495	8.92941		Laghetto		TI	2105	5236	
11113890	Ronchetto	ronchetto	CH		0	Europe/Zurich	45.99466	8.83599		Ronchetto		TI	2105	5239	
11113891	Agnuzzo	agnuzzo	CH		0	Europe/Zurich	45.99409	8.91565		Agnuzzo		TI	2105	5205	
11113892	Ronco	ronco	CH		0	Europe/Zurich	45.99391	8.83218		Ronco		TI	2105	5239	
11113893	Bruciata	bruciata	CH		0	Europe/Zurich	45.99362	8.82251		Bruciata		TI	2105	5239	
11113895	Genestraio	genestraio	CH		0	Europe/Zurich	45.99341	8.80063		Genestraio		TI	2105	5239	
11113896	Pirla	pirla	CH		0	Europe/Zurich	45.99334	8.81158		Pirla		TI	2105	5239	
11113897	Roncaccio	roncaccio	CH		0	Europe/Zurich	45.9933	8.79635		Roncaccio		TI	2105	5239	
11113898	Muriscio	muriscio	CH		0	Europe/Zurich	45.99294	8.86578		Muriscio		TI	2105	5216	
11113899	Risciana	risciana	CH		0	Europe/Zurich	45.99257	8.92313		Risciana		TI	2105	5236	
11113901	Crocivaglio	crocivaglio	CH		0	Europe/Zurich	45.99203	8.80678		Crocivaglio		TI	2105	5239	
11113902	Lisora	lisora	CH		0	Europe/Zurich	45.992	8.82417		Lisora		TI	2105	5239	
11113903	Viglio	viglio	CH		0	Europe/Zurich	45.99156	8.91866		Viglio		TI	2105	5236	
11113904	Ronchetto	ronchetto	CH		0	Europe/Zurich	45.99137	8.88458		Ronchetto		TI	2105	5230	
11113906	Ronchettone	ronchettone	CH		0	Europe/Zurich	45.9893	8.87777		Ronchettone		TI	2105	5206	
11113907	Opera castellana del Castello di Croglio	opera-castellana-del-castello-di-croglio	CH		0	Europe/Zurich	45.98845	8.84178		Croglio,Opera castellana del Castello di Croglio		TI	2105	5239	
11113908	Selva	selva	CH		0	Europe/Zurich	45.98796	8.86391		Selva		TI	2105	5216	
11113909	Cantonetto	cantonetto	CH		0	Europe/Zurich	45.9879	8.91222		Cantonetto		TI	2105	5236	
11113910	Cantine di Caprino	cantine-di-caprino	CH		0	Europe/Zurich	45.98725	8.98468		Cantine di Caprino		TI	2105	5192	
11113911	Careggio	careggio	CH		0	Europe/Zurich	45.98633	8.88444		Careggio		TI	2105	5206	
11113912	Bàrico	barico	CH		0	Europe/Zurich	45.98493	8.84505		Barico,Bàrico		TI	2105	5239	
11113914	Orino	orino	CH		0	Europe/Zurich	45.98376	8.90966		Orino		TI	2105	5236	
11113915	Caprino	caprino	CH		0	Europe/Zurich	45.98363	8.97907		Caprino		TI	2105	5192	
11113916	Opera castellano del Castello di San Martino	opera-castellano-del-castello-di-san-martino	CH		0	Europe/Zurich	45.98321	8.95632		Opera castellano del Castello di San Martino,San Martino		TI	2105	5192	
11113917	Pianazzo	pianazzo	CH		0	Europe/Zurich	45.98182	8.84742		Pianazzo		TI	2105	5239	
11113918	Malpenza	malpenza	CH		0	Europe/Zurich	45.98176	8.84409		Malpenza		TI	2105	5239	
11113919	Gaggio	gaggio	CH		0	Europe/Zurich	45.98175	8.93457		Gaggio		TI	2105	5192	
11113920	Alpe Trevino	alpe-trevino	CH		0	Europe/Zurich	45.98045	9.0019		Alpe Trevino		TI	2105	5192	
11113922	Pian Roncaa	pian-roncaa	CH		0	Europe/Zurich	45.9795	8.90662		Pian Roncaa		TI	2105	5236	
11113924	Ronco	ronco	CH		0	Europe/Zurich	45.97774	8.87187		Ronco		TI	2105	5216	
11113926	Prelongo	prelongo	CH		0	Europe/Zurich	45.97758	8.86772		Prelongo		TI	2105	5216	
11113927	Guasto	guasto	CH		0	Europe/Zurich	45.97727	8.92037		Guasto		TI	2105	5236	
11113928	Madonnone	madonnone	CH		0	Europe/Zurich	45.97717	8.8474		Madonnone		TI	2105	5239	
11113931	Ghiera	ghiera	CH		0	Europe/Zurich	45.9749	8.90195		Ghiera		TI	2105	5236	
11113932	Nuselli	nuselli	CH		0	Europe/Zurich	45.97423	8.86273		Nuselli		TI	2105	5216	
11113934	Ronco	ronco	CH		0	Europe/Zurich	45.97307	8.93042		Ronco		TI	2105	5186	
11113935	Luccio	luccio	CH		0	Europe/Zurich	45.9717	8.9131		Luccio		TI	2105	5236	
11113936	Semolcina	semolcina	CH		0	Europe/Zurich	45.96999	8.91985		Semolcina		TI	2105	5236	
11113938	Ciona	ciona	CH		0	Europe/Zurich	45.96653	8.94021		Ciona		TI	2105	5192	
11113939	Ferrera	ferrera	CH		0	Europe/Zurich	45.96653	8.9481		Ferrera		TI	2105	5198	
11113940	Parone	parone	CH		0	Europe/Zurich	45.96631	8.98011		Parone		TI	2105	5144	
11113941	Roncaccio	roncaccio	CH		0	Europe/Zurich	45.96597	8.89997		Roncaccio		TI	2105	5236	
11113942	Cottima	cottima	CH		0	Europe/Zurich	45.96544	8.98212		Cottima		TI	2105	5144	
11113943	Stremadone	stremadone	CH		0	Europe/Zurich	45.96518	8.88391		Stremadone		TI	2105	5171	
11113945	Berina	berina	CH		0	Europe/Zurich	45.96452	8.92771		Berina		TI	2105	5186	
11113946	Roncone	roncone	CH		0	Europe/Zurich	45.96361	8.9014		Roncone		TI	2105	5192	
11113949	Torrazza	torrazza	CH		0	Europe/Zurich	45.96065	8.87236		Torrazza		TI	2105	5171	
11113951	Piatta	piatta	CH		0	Europe/Zurich	45.95943	8.87835		Piatta		TI	2105	5171	
11113953	Campagnore	campagnore	CH		0	Europe/Zurich	45.95874	8.90219		Campagnore		TI	2105	5192	
11113955	Sasso Grosso	sasso-grosso	CH		0	Europe/Zurich	45.95757	8.99342		Sasso Grosso		TI	2105	5144	
11113956	Grumo	grumo	CH		0	Europe/Zurich	45.95666	8.99648		Grumo		TI	2105	5144	
11113958	Bossi	bossi	CH		0	Europe/Zurich	45.95549	8.99139		Bossi		TI	2105	5144	
11113961	Vissino	vissino	CH		0	Europe/Zurich	45.95372	8.97936		Vissino		TI	2105	5144	
11113967	Ca Nova	ca-nova	CH		0	Europe/Zurich	45.95094	8.98759		Ca Nova		TI	2105	5144	
11113969	Bagiano	bagiano	CH		0	Europe/Zurich	45.94879	8.98761		Bagiano		TI	2105	5144	
11113970	Devoggio	devoggio	CH		0	Europe/Zurich	45.94805	8.98169		Devoggio		TI	2105	5144	
11113975	Giaro	giaro	CH		0	Europe/Zurich	45.94619	8.99438		Giaro		TI	2105	5144	
11113976	Lembro	lembro	CH		0	Europe/Zurich	45.94483	8.99528		Lembro		TI	2105	5144	
11113977	Doragno	doragno	CH		0	Europe/Zurich	45.94423	8.98256		Doragno		TI	2105	5219	
11113978	Villa Miramonte	villa-miramonte	CH		0	Europe/Zurich	45.94421	8.9392		Villa Miramonte		TI	2105	5198	
11113979	Baslona	baslona	CH		0	Europe/Zurich	45.94347	8.92699		Baslona		TI	2105	5192	
11113980	Al Sasso	al-sasso	CH		0	Europe/Zurich	45.94223	8.9372		Al Sasso		TI	2105	5198	
11113982	Punta San Nicolao	punta-san-nicolao	CH		0	Europe/Zurich	45.94121	8.96424		Punta San Nicolao		TI	2105	5154	
11113983	Villa Isadora	villa-isadora	CH		0	Europe/Zurich	45.94064	8.93661		Villa Isadora		TI	2105	5198	
11113985	Madonna della Cintola	madonna-della-cintola	CH		0	Europe/Zurich	45.93932	8.96744		La Madonna,Madonna della Cintola		TI	2105	5195	
11113986	Colombaio	colombaio	CH		0	Europe/Zurich	45.9385	8.93455		Colombaio		TI	2105	5233	
11113987	Piazzo	piazzo	CH		0	Europe/Zurich	45.93846	8.97395		Piazzo		TI	2105	5195	
11113989	Codate	codate	CH		0	Europe/Zurich	45.93729	8.89946		Codate		TI	2105	5203	
11113990	Punta di Poiana	punta-di-poiana	CH		0	Europe/Zurich	45.93521	8.94989		Punta di Poiana		TI	2105	5160	
11113994	Olivella	olivella	CH		0	Europe/Zurich	45.93355	8.9286		Olivella		TI	2105	5233	
11113995	Basso	basso	CH		0	Europe/Zurich	45.93347	8.9792		Basso		TI	2105	5219	
11113996	Burò	buro	CH		0	Europe/Zurich	45.93305	8.89843		Buro,Burò		TI	2105	5203	
11113997	Poiana	poiana	CH		0	Europe/Zurich	45.93225	8.95549		Poiana		TI	2106	5263	
11113998	Elvezia	elvezia	CH		0	Europe/Zurich	45.93138	8.90026		Elvezia		TI	2105	5203	
11113999	Preabella	preabella	CH		0	Europe/Zurich	45.93054	8.92639		Preabella		TI	2105	5233	
11114000	Pedemonte	pedemonte	CH		0	Europe/Zurich	45.92896	8.97937		Pedemonte		TI	2105	5197	
11114001	Molino	molino	CH		0	Europe/Zurich	45.92838	8.94123		Molino		TI	2105	5160	
11114002	Arbòstora	arbostora	CH		0	Europe/Zurich	45.9281	8.9073		Arbostora,Arbòstora		TI	2105	5203	
11114003	Costa	costa	CH		0	Europe/Zurich	45.92798	8.9237		Costa		TI	2105	5203	
11114004	Sovaglia	sovaglia	CH		0	Europe/Zurich	45.92758	8.9816		Sovaglia		TI	2105	5197	
11114007	Vignascia	vignascia	CH		0	Europe/Zurich	45.92368	8.97927		Vignascia		TI	2105	5197	
11114015	Sant' Antonio	sant-antonio	CH		0	Europe/Zurich	45.91922	8.97014		Sant' Antonio,Sant’ Antonio		TI	2106	5263	
11114018	Finate	finate	CH		0	Europe/Zurich	45.91774	8.92606		Finate		TI	2105	5160	
11114019	Camasciora	camasciora	CH		0	Europe/Zurich	45.91691	9.03385		Camasciora		TI	2106	5269	
11114020	Rondagno	rondagno	CH		0	Europe/Zurich	45.91684	9.04243		Rondagno		TI	2106	5269	
11114025	Confine	confine	CH		0	Europe/Zurich	45.9145	8.9197		Confine		TI	2105	5160	
11114027	Casarno	casarno	CH		0	Europe/Zurich	45.91273	9.04179		Casarno		TI	2106	5269	
11114031	Muggiasca	muggiasca	CH		0	Europe/Zurich	45.91014	9.02079		Muggiasca		TI	2106	5269	
11114039	Lentano	lentano	CH		0	Europe/Zurich	45.90751	9.03712		Lentano		TI	2106	5269	
11114043	Tur	tur	CH		0	Europe/Zurich	45.90463	9.03405		Tur		TI	2106	5269	
11114046	Tur dell'Alpe	tur-dell-alpe	CH		0	Europe/Zurich	45.90292	9.03498		Tur dell'Alpe,Tur dell’Alpe		TI	2106	5269	
11114047	Crocifisso	crocifisso	CH		0	Europe/Zurich	45.90232	8.93417		Crocifisso		TI	2106	5254	
11114049	Marenca	marenca	CH		0	Europe/Zurich	45.90051	9.04428		Marenca		TI	2106	5269	
11114057	Spinirolo	spinirolo	CH		0	Europe/Zurich	45.89676	8.94028		Spinirolo		TI	2106	5254	
11114061	Fontana	fontana	CH		0	Europe/Zurich	45.89499	8.94675		Fontana		TI	2106	5254	
11114062	Cragno	cragno	CH		0	Europe/Zurich	45.89484	9.00551		Cragno		TI	2106	5254	
11114065	Fosso	fosso	CH		0	Europe/Zurich	45.89368	9.04		Fosso		TI	2106	5249	
11114066	Uggine	uggine	CH		0	Europe/Zurich	45.89281	9.06104		Uggine		TI	2106	5269	
11114069	Crotta	crotta	CH		0	Europe/Zurich	45.89261	8.96742		Crotta		TI	2106	5263	
11114070	Vallera	vallera	CH		0	Europe/Zurich	45.8922	9.04588		Vallera		TI	2106	5269	
11114073	La Grassa	la-grassa	CH		0	Europe/Zurich	45.89109	9.01414		La Grassa		TI	2106	5249	
11114078	Campaccio	campaccio	CH		0	Europe/Zurich	45.88867	8.97883		Campaccio		TI	2106	5254	
11114080	Prato dei Donna	prato-dei-donna	CH		0	Europe/Zurich	45.88813	9.0563		Prato dei Donna		TI	2106	5269	
11114084	Brughee	brughee	CH		0	Europe/Zurich	45.88629	9.04997		Brughee		TI	2106	5269	
11114086	Guana	guana	CH		0	Europe/Zurich	45.88558	8.95156		Guana		TI	2106	5254	
11114089	Roncaia	roncaia	CH		0	Europe/Zurich	45.88476	9.02294		Roncaia		TI	2106	5249	
11114091	Cantine di sotto	cantine-di-sotto	CH		0	Europe/Zurich	45.88383	8.9643		Cantine,Cantine di sotto		TI	2106	5254	
11114092	Cantine di sopra	cantine-di-sopra	CH		0	Europe/Zurich	45.88366	8.96196		Cantine,Cantine di sopra		TI	2106	5254	
11114093	Cantine al Bosco	cantine-al-bosco	CH		0	Europe/Zurich	45.88199	8.96887		Cantine al Bosco		TI	2106	5254	
11114094	Nuaa	nuaa	CH		0	Europe/Zurich	45.88198	9.04091		Nuaa		TI	2106	5269	
11114095	Loasa	loasa	CH		0	Europe/Zurich	45.88168	9.06852		Loasa		TI	2106	5269	
11114096	Perfetta	perfetta	CH		0	Europe/Zurich	45.88018	8.94182		Perfetta		TI	2106	5254	
11114097	Fornace	fornace	CH		0	Europe/Zurich	45.87969	8.95007		Fornace		TI	2106	5254	
11114098	Bonello	bonello	CH		0	Europe/Zurich	45.87914	8.99713		Bonello		TI	2106	5254	
11114099	Valsago	valsago	CH		0	Europe/Zurich	45.87736	9.02508		Valsago		TI	2106	5249	
11114102	Casárico	casarico	CH		0	Europe/Zurich	45.87709	8.97165		Casarico,Casárico		TI	2106	5254	
11114103	Masserone	masserone	CH		0	Europe/Zurich	45.87676	8.97462		Masserone		TI	2106	5254	
11114104	Moieta	moieta	CH		0	Europe/Zurich	45.87594	9.02647		Moieta		TI	2106	5249	
11114106	Monte Cristo	monte-cristo	CH		0	Europe/Zurich	45.87553	8.96872		Monte Cristo		TI	2106	5254	
11114107	Ronchetto	ronchetto	CH		0	Europe/Zurich	45.87469	8.96383		Ronchetto		TI	2106	5254	
11114108	Piazzo	piazzo	CH		0	Europe/Zurich	45.87459	9.03326		Piazzo		TI	2106	5269	
11114110	Fornasella	fornasella	CH		0	Europe/Zurich	45.87348	8.95874		Fornasella		TI	2106	5254	
11114111	Civasca	civasca	CH		0	Europe/Zurich	45.87011	8.95554		Civasca		TI	2106	5254	
11114113	Segorida	segorida	CH		0	Europe/Zurich	45.86844	8.96079		Segorida		TI	2106	5254	
11114114	Ronco	ronco	CH		0	Europe/Zurich	45.86776	9.00633		Ronco		TI	2106	5249	
11114118	Lattecaldo	lattecaldo	CH		0	Europe/Zurich	45.86227	9.03043		Lattecaldo		TI	2106	5269	
11114120	Breccio	breccio	CH		0	Europe/Zurich	45.85785	9.03263		Breccio		TI	2106	5269	
11114121	Sankt Pietro	sankt-pietro	CH		0	Europe/Zurich	45.85779	8.93779		Sankt Pietro		TI	2106	5266	
11114123	Pian Cardino	pian-cardino	CH		0	Europe/Zurich	45.85382	9.02508		Pian Cardino		TI	2106	5257	
11114124	Finestro	finestro	CH		0	Europe/Zurich	45.85337	9.03659		Finestro		TI	2106	5269	
11114125	Loi	loi	CH		0	Europe/Zurich	45.851	8.97054		Loi		TI	2106	5260	
11114126	Boscherina	boscherina	CH		0	Europe/Zurich	45.8491	8.96988		Boscherina		TI	2106	5260	
11114128	Fontanella	fontanella	CH		0	Europe/Zurich	45.84763	9.02971		Fontanella		TI	2106	5257	
11114130	Monticello	monticello	CH		0	Europe/Zurich	45.84545	8.9199		Monticello		TI	2106	5266	
11114131	Prella	prella	CH		0	Europe/Zurich	45.8451	8.95493		Prella		TI	2106	5254	
11114132	La Ca	la-ca	CH		0	Europe/Zurich	45.84495	8.96113		La Ca		TI	2106	5260	
11114133	Colorina	colorina	CH		0	Europe/Zurich	45.84289	8.9423		Colorina		TI	2106	5266	
11114134	Santa Margherita	santa-margherita	CH		0	Europe/Zurich	45.83969	8.93217		Santa Margherita		TI	2106	5266	
11114135	Pignora	pignora	CH		0	Europe/Zurich	45.83707	8.96315		Pignora		TI	2106	5260	
11114136	Monte Morello	monte-morello	CH		0	Europe/Zurich	45.83665	8.9719		Monte Morello		TI	2106	5260	
11114137	Bresciano	bresciano	CH		0	Europe/Zurich	45.83377	8.99755		Bresciano		TI	2106	5250	
11114138	Pauzella	pauzella	CH		0	Europe/Zurich	45.83328	8.971		Pauzella		TI	2106	5260	
11114139	Gasparina	gasparina	CH		0	Europe/Zurich	45.82891	9.02574		Gasparina		TI	2106	5250	
11114140	Ca dei Ladri	ca-dei-ladri	CH		0	Europe/Zurich	45.828	9.03037		Ca dei Ladri		TI	2106	5250	
11114141	Bellavista	bellavista	CH		0	Europe/Zurich	45.82767	9.02299		Bellavista		TI	2106	5250	
11114144	Laghetto	laghetto	CH		0	Europe/Zurich	45.82229	9.02522		Laghetto		TI	2106	5250	
11114145	Ca Nova	ca-nova	CH		0	Europe/Zurich	45.82053	9.00571		Ca Nova		TI	2106	5250	
11215524	Le Mondau	le-mondau	CH		0	Europe/Zurich	46.41334	6.18548		Le Mondau		VD	2228	5719	
11215566	Grandchamp	grandchamp	CH		0	Europe/Zurich	46.40907	6.93245		Grandchamp		VD	2230	5891	
11215578	Le Rancho	le-rancho	CH		0	Europe/Zurich	46.40748	6.27351		Le Rancho		VD	2228	5721	
11215765	Les Tourniaux	les-tourniaux	CH		0	Europe/Zurich	46.38591	6.18799		Les Tourniaux		VD	2228	5706	
11216359	Wiler	wiler	CH		0	Europe/Zurich	46.32293	7.67248		Wiler		VS	2306	6117	
11216373	Grechmatte	grechmatte	CH		0	Europe/Zurich	46.32066	7.66195		Grechmatte		VS	2306	6117	
11216567	Gampinen	gampinen	CH		0	Europe/Zurich	46.30213	7.65732		Gampinen		VS	2306	6110	
11216595	Feithieren	feithieren	CH		0	Europe/Zurich	46.29846	7.64609		Feithieren		VS	2306	6110	
11217035	Les Neyres	les-neyres	CH		0	Europe/Zurich	46.2529	6.9344		Les Neyres		VS	2308	6152	
11217183	Diolly	diolly	CH		0	Europe/Zurich	46.23856	7.34425		Diolly,Diolly (Saviese),Diolly (Savièse)		VS	2312	6265	
11217218	La Muraz	la-muraz	CH		0	Europe/Zurich	46.23468	7.33364		La Muraz,La Muraz (Saviese),La Muraz (Savièse)		VS	2312	6266	
11217548	Misériez	miseriez	CH		0	Europe/Zurich	46.20777	7.34649		Miseriez,Miseriez (Salins),Misériez,Misériez (Salins)		VS	2312	6266	
11217551	La Boverie	la-boverie	CH		0	Europe/Zurich	46.20744	6.0282		La Boverie		GE	2500	6638	
11217660	Loëx	loex	CH		0	Europe/Zurich	46.19908	6.08489		Loex,Loëx		GE	2500	6607	
11217778	Dugny	dugny	CH		0	Europe/Zurich	46.18897	7.1811		Dugny,Dugny (Leytron)		VS	2307	6135	
11217780	Rittinen	rittinen	CH		0	Europe/Zurich	46.1889	7.82349		Rittinen		VS	2313	6292	
11217814	Treulaz	treulaz	CH		0	Europe/Zurich	46.18569	6.04323		Treulaz		GE	2500	6601	
11217826	Villette	villette	CH		0	Europe/Zurich	46.18435	6.18662		Villette		GE	2500	6640	
11217998	Chez Ferrand	chez-ferrand	CH		0	Europe/Zurich	46.16184	6.0666		Chez Ferrand		GE	2500	6607	
11218052	Auddes	auddes	CH		0	Europe/Zurich	46.15433	7.24408		Auddes,Auddes-sur-Riddes		VS	2307	6139	
11218099	Charrot	charrot	CH		0	Europe/Zurich	46.14803	6.11818		Charrot		GE	2500	6605	
11218120	Landecy	landecy	CH		0	Europe/Zurich	46.14442	6.12982		Landecy		GE	2500	6605	
11218130	La Mure	la-mure	CH		0	Europe/Zurich	46.14234	6.13477		La Mure		GE	2500	6605	
11218208	Niedergut	niedergut	CH		0	Europe/Zurich	46.15915	7.9246		Niedergut		VS	2313	6289	
11218428	Le Sommet des Vignes	le-sommet-des-vignes	CH		0	Europe/Zurich	46.10052	7.05743		Le Sommet des Vignes		VS	2307	6137	
11218531	Le Sapey	le-sapey	CH		0	Europe/Zurich	46.07191	7.21552		Le Sapey		VS	2303	6037	
11218877	Punt Ota	punt-ota	CH		0	Europe/Zurich	46.49065	9.8963		Punt Ota		GR	1846	3784	
11219119	Polmengo	polmengo	CH		0	Europe/Zurich	46.48464	8.78413		Polmengo		TI	2103	5072	
11219220	Stallaccia	stallaccia	CH		0	Europe/Zurich	46.45203	8.93894		Stallaccia		TI	2102	5048	
11219245	Roccabella	roccabella	CH		0	Europe/Zurich	46.44416	8.94407		Roccabella		TI	2102	5048	
11403229	Wiler	wiler	CH		0	Europe/Zurich	46.50168	8.29032		Wiler		VS	2304	6077	
11403232	La Cierne Yaux	la-cierne-yaux	CH		0	Europe/Zurich	46.45066	7.10223		La Cierne Yaux		VD	2230	5841	
11403233	Äbmete	aebmete	CH		0	Europe/Zurich	46.44771	8.2009		Abmete,Äbmete		VS	2304	6077	
11403251	Chastebiel	chastebiel	CH		0	Europe/Zurich	46.44528	8.20163		Chastebiel		VS	2304	6077	
11403252	Ammere	ammere	CH		0	Europe/Zurich	46.44515	8.19737		Ammere		VS	2304	6077	
11403253	Titter	titter	CH		0	Europe/Zurich	46.44369	8.13742		Titter		VS	2304	6058	
11403254	Gadme	gadme	CH		0	Europe/Zurich	46.44349	8.19723		Gadme		VS	2304	6077	
11403255	Bodme	bodme	CH		0	Europe/Zurich	46.44327	8.20606		Bodme		VS	2304	6077	
11403256	Wiler	wiler	CH		0	Europe/Zurich	46.4421	8.19544		Wiler		VS	2304	6077	
11403257	Guggistafel	guggistafel	CH		0	Europe/Zurich	46.43947	7.86885		Guggistafel		VS	2309	6192	
11403258	Richinen	richinen	CH		0	Europe/Zurich	46.43924	8.16887		Richinen		VS	2304	6052	
11412654	Schweig	schweig	CH		0	Europe/Zurich	46.57923	8.49354		Schweig		UR	400	1212	
11412658	Unterrüti	unterrueti	CH		0	Europe/Zurich	46.55948	9.34279		Unterruti,Unterrüti		GR	1851	3714	
11412659	Oberrüti	oberrueti	CH		0	Europe/Zurich	46.55827	9.34493		Oberruti,Oberrüti		GR	1851	3714	
11412660	Nühus	nuehus	CH		0	Europe/Zurich	46.54563	9.29354		Nuhus,Nühus		GR	1851	3714	
11412663	Brennhof	brennhof	CH		0	Europe/Zurich	46.53946	9.23461		Brennhof		GR	1851	3714	
11412667	Acla	acla	CH		0	Europe/Zurich	46.51314	9.88199		Acla		GR	1846	3786	
11412671	Pürt	puert	CH		0	Europe/Zurich	46.46505	9.52568		Purt,Pürt		GR	1851	3681	
11412672	Ramsa	ramsa	CH		0	Europe/Zurich	46.46428	9.48211		Ramsa		GR	1851	3681	
11412675	Juppa	juppa	CH		0	Europe/Zurich	46.45251	9.54805		Juppa		GR	1851	3681	
11412676	Höjahus	hoejahus	CH		0	Europe/Zurich	46.45193	9.47966		Hojahus,Höjahus		GR	1851	3681	
11412677	Loretsch Hus	loretsch-hus	CH		0	Europe/Zurich	46.45057	9.54943		Loretsch Hus		GR	1851	3681	
11412678	Stettli	stettli	CH		0	Europe/Zurich	46.44936	9.47887		Stettli		GR	1851	3681	
11412680	Podestatsch Hus	podestatsch-hus	CH		0	Europe/Zurich	46.44867	9.55792		Podestatsch Hus		GR	1851	3681	
11412681	Gallisch Hus	gallisch-hus	CH		0	Europe/Zurich	46.44827	9.55603		Gallisch Hus		GR	1851	3681	
11437601	La Loue	la-loue	CH		0	Europe/Zurich	46.58042	7.0626		La Loue		FR	1003	2135	
11437602	Joux-Derrières-d'Avau	joux-derrieres-d-avau	CH		0	Europe/Zurich	46.58032	6.98747		Joux-Derrieres-d'Avau,Joux-Derrières-d’Avau		FR	1003	2155	
11437604	Poutes Paluds Dessous	poutes-paluds-dessous	CH		0	Europe/Zurich	46.57992	7.17797		Poutes Paluds Dessous		FR	1003	2163	
11219388	Fex	fex	CH	7514	0	Europe/Zurich	46.4139	9.76394		Fex		GR	1846	3789	
11437614	Ciernedon d'Amont	ciernedon-d-amont	CH		0	Europe/Zurich	46.57923	7.13121		Ciernedon d'Amont,Ciernedon d’Amont		FR	1003	2162	
11437618	Ciernedon d'en Bas	ciernedon-d-en-bas	CH		0	Europe/Zurich	46.57878	7.12275		Ciernedon d'en Bas,Ciernedon d’en Bas		FR	1003	2162	
11437632	Poutes Paluds Dessus	poutes-paluds-dessus	CH		0	Europe/Zurich	46.5776	7.17652		Poutes Paluds Dessus		FR	1003	2163	
11437641	Provêta-d'Avau	proveta-d-avau	CH		0	Europe/Zurich	46.57624	7.04608		Proveta-d'Avau,Provêta-d’Avau		FR	1003	2135	
11437647	Les Planeys Dessus	les-planeys-dessus	CH		0	Europe/Zurich	46.57563	7.20463		Les Planeys Dessus		FR	1003	2138	
11437648	Les Perreyres du Milieu	les-perreyres-du-milieu	CH		0	Europe/Zurich	46.57561	7.11633		Les Perreyres du Milieu		FR	1003	2162	
11437653	Gros Retzé	gros-retze	CH		0	Europe/Zurich	46.57503	7.09969		Gros Retze,Gros Retzé		FR	1003	2162	
11437662	Petit Retzé	petit-retze	CH		0	Europe/Zurich	46.5737	7.09814		Petit Retze,Petit Retzé		FR	1003	2162	
11437669	La Provêta-d'Amont	la-proveta-d-amont	CH		0	Europe/Zurich	46.57313	7.03971		La Proveta-d'Amont,La Provêta-d’Amont		FR	1003	2135	
11437670	Les Planeys du Milieu	les-planeys-du-milieu	CH		0	Europe/Zurich	46.573	7.19967		Les Planeys du Milieu		FR	1003	2138	
11437672	Grands Fenuveys d'Amont	grands-fenuveys-d-amont	CH		0	Europe/Zurich	46.57289	7.14718		Grands Fenuveys d'Amont,Grands Fenuveys d’Amont		FR	1003	2162	
11437673	In Maulatrê-d'Avau	in-maulatre-d-avau	CH		0	Europe/Zurich	46.57286	7.02436		In Maulatre-d'Avau,In Maulatrê-d’Avau		FR	1003	2125	
11437674	Grands Fenuveys d'Avau	grands-fenuveys-d-avau	CH		0	Europe/Zurich	46.57259	7.14894		Grands Fenuveys d'Avau,Grands Fenuveys d’Avau		FR	1003	2162	
11437675	Le Tru	le-tru	CH		0	Europe/Zurich	46.57254	7.10793		Le Tru		FR	1003	2162	
11437676	In Maulatrê-d'Amon	in-maulatre-d-amon	CH		0	Europe/Zurich	46.57232	7.02205		In Maulatre-d'Amon,In Maulatrê-d’Amon		FR	1003	2125	
11437680	Les Planeys Dessous	les-planeys-dessous	CH		0	Europe/Zurich	46.57173	7.19436		Les Planeys Dessous		FR	1003	2163	
11437733	Le Rosy d'Amont	le-rosy-d-amont	CH		0	Europe/Zurich	46.56442	7.12299		Le Rosy d'Amont,Le Rosy d’Amont		FR	1003	2162	
11437736	Les Reybes Devant	les-reybes-devant	CH		0	Europe/Zurich	46.56408	7.04608		Les Reybes Devant		FR	1003	2162	
11437737	Les Esserts d'Amont	les-esserts-d-amont	CH		0	Europe/Zurich	46.56339	7.06296		Les Esserts d'Amont,Les Esserts d’Amont		FR	1003	2162	
11437740	L'Egrètse Dessous	l-egretse-dessous	CH		0	Europe/Zurich	46.56274	7.15128		L'Egretse Dessous,L’Egrètse Dessous		FR	1003	2163	
11437742	Les Reybes du Mitin	les-reybes-du-mitin	CH		0	Europe/Zurich	46.56254	7.04394		Les Reybes du Mitin		FR	1003	2162	
11437745	Les Esserts d'Avau	les-esserts-d-avau	CH		0	Europe/Zurich	46.56215	7.06661		Les Esserts d'Avau,Les Esserts d’Avau		FR	1003	2162	
11437746	Murs Blancs d'Avau	murs-blancs-d-avau	CH		0	Europe/Zurich	46.56201	7.14739		Murs Blancs d'Avau,Murs Blancs d’Avau		FR	1003	2162	
11437748	Murs Blancs d'Amont	murs-blancs-d-amont	CH		0	Europe/Zurich	46.5618	7.14083		Murs Blancs d'Amont,Murs Blancs d’Amont		FR	1003	2162	
11437750	L'Egrètse Dessus	l-egretse-dessus	CH		0	Europe/Zurich	46.56144	7.15506		L'Egretse Dessus,L’Egrètse Dessus		FR	1003	2163	
11437752	Joux-Derrière	joux-derriere	CH		0	Europe/Zurich	46.56116	7.00521		Joux-Derriere,Joux-Derrière		FR	1003	2135	
11437754	Le Rosy d'Avau	le-rosy-d-avau	CH		0	Europe/Zurich	46.56101	7.11823		Le Rosy d'Avau,Le Rosy d’Avau		FR	1003	2162	
11437755	Joux-Devant	joux-devant	CH		0	Europe/Zurich	46.56068	7.01345		Joux-Devant		FR	1003	2135	
11437757	Le Paquialet d'en Bas	le-paquialet-d-en-bas	CH		0	Europe/Zurich	46.56041	7.14884		Le Paquialet d'en Bas,Le Paquialet d’en Bas		FR	1003	2162	
11437760	Les Reybes Derrey	les-reybes-derrey	CH		0	Europe/Zurich	46.56011	7.04288		Les Reybes Derrey		FR	1003	2162	
11437762	Les Râpes Dessus	les-rapes-dessus	CH		0	Europe/Zurich	46.55992	7.12656		Les Rapes Dessus,Les Râpes Dessus		FR	1003	2162	
11437771	La Cuvigne-Dessous	la-cuvigne-dessous	CH		0	Europe/Zurich	46.55836	6.99179		La Cuvigne-Dessous		FR	1003	2135	
11437773	La Cuvigne-Dessus	la-cuvigne-dessus	CH		0	Europe/Zurich	46.55822	6.9945		La Cuvigne-Dessus		FR	1003	2135	
11437781	Les Râpes Dessous	les-rapes-dessous	CH		0	Europe/Zurich	46.55685	7.12165		Les Rapes Dessous,Les Râpes Dessous		FR	1003	2162	
11437791	Les Londzornes Devant	les-londzornes-devant	CH		0	Europe/Zurich	46.55574	7.07808		Les Londzornes Devant		FR	1003	2162	
11437797	Brenleire Dessous	brenleire-dessous	CH		0	Europe/Zurich	46.55447	7.19574		Brenleire Dessous		FR	1003	2163	
11437798	Varvalanna d'Avau	varvalanna-d-avau	CH		0	Europe/Zurich	46.55445	7.14262		Varvalanna d'Avau,Varvalanna d’Avau		FR	1003	2162	
11437809	Plan du Chalet d'Avau	plan-du-chalet-d-avau	CH		0	Europe/Zurich	46.55248	7.11512		Plan du Chalet d'Avau,Plan du Chalet d’Avau		FR	1003	2162	
11437814	Gros Croset	gros-croset	CH		0	Europe/Zurich	46.55143	7.19133		Gros Croset		FR	1003	2163	
11437815	Brenleire Dessus	brenleire-dessus	CH		0	Europe/Zurich	46.5514	7.18809		Brenleire Dessus		FR	1003	2163	
11437821	Les Londzornes Derrey	les-londzornes-derrey	CH		0	Europe/Zurich	46.55036	7.07476		Les Londzornes Derrey		FR	1003	2162	
11437822	Varvalanna du Milieu	varvalanna-du-milieu	CH		0	Europe/Zurich	46.55036	7.13975		Varvalanna du Milieu		FR	1003	2162	
11437823	Plan du Chalet d'Amont	plan-du-chalet-d-amont	CH		0	Europe/Zurich	46.55035	7.11683		Plan du Chalet d'Amont,Plan du Chalet d’Amont		FR	1003	2162	
11437826	Petit-Moléson	petit-moleson	CH		0	Europe/Zurich	46.5498	7.03028		Petit-Moleson,Petit-Moléson		FR	1003	2135	
11437833	Petit Croset	petit-croset	CH		0	Europe/Zurich	46.54879	7.19152		Petit Croset		FR	1003	2163	
11437843	Porcheresse des Goilles	porcheresse-des-goilles	CH		0	Europe/Zurich	46.54619	7.15357		Porcheresse des Goilles		FR	1003	2162	
11437866	Le Villard Dessous	le-villard-dessous	CH		0	Europe/Zurich	46.54237	6.99387		Le Villard Dessous		FR	1007	2336	
11437877	Le Villard Dessus	le-villard-dessus	CH		0	Europe/Zurich	46.5413	6.98829		Le Villard Dessus		FR	1007	2325	
11437924	Petites Cergnes	petites-cergnes	CH		0	Europe/Zurich	46.53455	7.11368		Petites Cergnes		FR	1003	2134	
11437930	Chablets Dessus	chablets-dessus	CH		0	Europe/Zurich	46.53384	7.10452		Chablets Dessus		FR	1003	2134	
11437931	Les Morteys-Dessous	les-morteys-dessous	CH		0	Europe/Zurich	46.53378	7.15832		Les Morteys-Dessous		FR	1003	2163	
11465449	Obere Balme	obere-balme	CH		0	Europe/Zurich	46.5465	7.64855		Obere Balme		BE	249	564	
11437934	Chablets Dessous	chablets-dessous	CH		0	Europe/Zurich	46.53346	7.09791		Chablets Dessous		FR	1003	2134	
11437968	Gros Truyo	gros-truyo	CH		0	Europe/Zurich	46.52877	7.09073		Gros Truyo		FR	1003	2134	
11437972	Petits Fonds	petits-fonds	CH		0	Europe/Zurich	46.52786	7.10573		Petits Fonds		FR	1003	2134	
11437980	Vuipey d'en Haut	vuipey-d-en-haut	CH		0	Europe/Zurich	46.52701	6.99119		Vuipey d'en Haut,Vuipey d’en Haut		FR	1007	2325	
11437981	Gros Fonds	gros-fonds	CH		0	Europe/Zurich	46.52668	7.11017		Gros Fonds		FR	1003	2134	
11438014	Vuipey d'en Bas	vuipey-d-en-bas	CH		0	Europe/Zurich	46.52041	6.98753		Vuipey d'en Bas,Vuipey d’en Bas		FR	1007	2325	
11438019	L'Ombriau d'en Bas	l-ombriau-d-en-bas	CH		0	Europe/Zurich	46.51942	7.03375		L'Ombriau d'en Bas,L’Ombriau d’en Bas		FR	1003	2121	
11438023	Cierna Novalla-Dessous	cierna-novalla-dessous	CH		0	Europe/Zurich	46.51916	7.10959		Cierna Novalla-Dessous		FR	1003	2134	
11438027	Sex d'en Bas	sex-d-en-bas	CH		0	Europe/Zurich	46.51822	7.04172		Sex d'en Bas,Sex d’en Bas		FR	1003	2121	
11438028	L'Ombriau du Milieu	l-ombriau-du-milieu	CH		0	Europe/Zurich	46.51799	7.03394		L'Ombriau du Milieu,L’Ombriau du Milieu		FR	1003	2121	
11438032	L'Ombriau d'en Haut	l-ombriau-d-en-haut	CH		0	Europe/Zurich	46.51774	7.02935		L'Ombriau d'en Haut,L’Ombriau d’en Haut		FR	1003	2121	
11438046	Cierna Novalla-Dessus	cierna-novalla-dessus	CH		0	Europe/Zurich	46.51552	7.10543		Cierna Novalla-Dessus		FR	1003	2134	
11438054	Sex du Milieu	sex-du-milieu	CH		0	Europe/Zurich	46.51524	7.0407		Sex du Milieu		FR	1003	2121	
11438060	Sex d'Amont	sex-d-amont	CH		0	Europe/Zurich	46.51458	7.03909		Sex d'Amont,Sex d’Amont		FR	1003	2121	
11438069	Grande Ecosalla	grande-ecosalla	CH		0	Europe/Zurich	46.51355	7.02464		Grande Ecosalla		FR	1003	2121	
11438073	Petites Fontaines	petites-fontaines	CH		0	Europe/Zurich	46.51313	7.10322		Petites Fontaines		FR	1003	2134	
11438075	Petite Ecosalla	petite-ecosalla	CH		0	Europe/Zurich	46.51301	7.02435		Petite Ecosalla		FR	1003	2121	
11438076	Le Couchard	le-couchard	CH		0	Europe/Zurich	46.51296	7.07732		Le Couchard		FR	1003	2121	
11438092	Jora d'Avau	jora-d-avau	CH		0	Europe/Zurich	46.50881	7.07564		Jora d'Avau,Jora d’Avau		FR	1003	2121	
11438093	Grosses Fontaines	grosses-fontaines	CH		0	Europe/Zurich	46.50868	7.09985		Grosses Fontaines		FR	1003	2134	
11438096	Jora d'Amont	jora-d-amont	CH		0	Europe/Zurich	46.50794	7.07954		Jora d'Amont,Jora d’Amont		FR	1003	2121	
11438099	Grosse Frasse	grosse-frasse	CH		0	Europe/Zurich	46.50765	7.02895		Grosse Frasse		FR	1003	2121	
11438107	Grevalla Dessus	grevalla-dessus	CH		0	Europe/Zurich	46.50649	6.96099		Grevalla Dessus		FR	1007	2325	
11438110	Petite Frasse	petite-frasse	CH		0	Europe/Zurich	46.50616	7.03402		Petite Frasse		FR	1003	2121	
11438113	Couvin-Dessous	couvin-dessous	CH		0	Europe/Zurich	46.50532	7.046		Couvin-Dessous		FR	1003	2121	
11438118	Gros Malessert	gros-malessert	CH		0	Europe/Zurich	46.50479	7.06918		Gros Malessert		FR	1003	2121	
11438119	Paccot Dessus	paccot-dessus	CH		0	Europe/Zurich	46.50466	6.98235		Paccot Dessus		FR	1007	2325	
11438120	Couvin-Dessus	couvin-dessus	CH		0	Europe/Zurich	46.50447	7.04451		Couvin-Dessus		FR	1003	2121	
11438121	Grevalla Dessous	grevalla-dessous	CH		0	Europe/Zurich	46.50435	6.96371		Grevalla Dessous		FR	1007	2325	
11438136	Paccot Dessous	paccot-dessous	CH		0	Europe/Zurich	46.50101	6.97901		Paccot Dessous		FR	1007	2325	
11438139	Teraula d'Amont	teraula-d-amont	CH		0	Europe/Zurich	46.50014	7.01009		Teraula d'Amont,Teraula d’Amont		FR	1003	2121	
11438144	Teraula du Milieu	teraula-du-milieu	CH		0	Europe/Zurich	46.49943	7.01356		Teraula du Milieu		FR	1003	2121	
11438147	Grosses Preises	grosses-preises	CH		0	Europe/Zurich	46.49891	6.96427		Grosses Preises		FR	1007	2325	
11438149	Petites Preises	petites-preises	CH		0	Europe/Zurich	46.4954	6.96714		Petites Preises		FR	1007	2325	
11438182	Petite Orgevalette	petite-orgevalette	CH		0	Europe/Zurich	46.48409	7.00759		Petite Orgevalette		FR	1003	2121	
11438183	Grosse Orgevalette	grosse-orgevalette	CH		0	Europe/Zurich	46.48379	7.00157		Grosse Orgevalette		FR	1003	2121	
11438184	Rüebeldorf	rueebeldorf	CH		0	Europe/Zurich	46.48356	7.26349		Ruebeldorf,Rüebeldorf		FR			
11438195	Motélon d'Avau	motelon-d-avau	CH		0	Europe/Zurich	46.47898	7.01114		Motelon d'Avau,Motélon d’Avau		FR	1003	2121	
11465228	Ober Alp	ober-alp	CH		0	Europe/Zurich	46.58011	7.45814		Ober Alp		BE	249	762	
11465230	Unter Alp	unter-alp	CH		0	Europe/Zurich	46.58006	7.46129		Unter Alp		BE	249	762	
11465247	Unders Homad	unders-homad	CH		0	Europe/Zurich	46.57827	7.4044		Unders Homad		BE	248	794	
11465259	Unders Reinischfeld	unders-reinischfeld	CH		0	Europe/Zurich	46.57669	7.64244		Unders Reinischfeld		BE	249	563	
11465282	Oberenegg Läger	oberenegg-laeger	CH		0	Europe/Zurich	46.57411	7.3274		Oberenegg Lager,Oberenegg Läger		BE	248	791	
11465290	Vorderhasli	vorderhasli	CH		0	Europe/Zurich	46.57248	7.65556		Vorderhasli		BE	249	563	
11465315	Achere	achere	CH		0	Europe/Zurich	46.56882	7.6563		Achere		BE	249	563	
11465331	Oberi Bire	oberi-bire	CH		0	Europe/Zurich	46.56678	7.27162		Oberi Bire		BE	248	843	
11465337	Bifigen	bifigen	CH		0	Europe/Zurich	46.56526	7.65722		Bifigen		BE	249	564	
11465351	Gumpelmad	gumpelmad	CH		0	Europe/Zurich	46.56273	7.71587		Gumpelmad		BE	249	567	
11465355	Underi Bire	underi-bire	CH		0	Europe/Zurich	46.56214	7.28075		Underi Bire		BE	248	843	
11465370	Undere Gumpel	undere-gumpel	CH		0	Europe/Zurich	46.55984	7.71814		Undere Gumpel		BE	249	567	
11465376	Undere Ruedersberg	undere-ruedersberg	CH		0	Europe/Zurich	46.55813	7.27745		Undere Ruedersberg		BE	248	843	
11465379	Obere Ruedersberg	obere-ruedersberg	CH		0	Europe/Zurich	46.55723	7.26414		Obere Ruedersberg		BE	248	843	
11465385	Obers Gälmi	obers-gaelmi	CH		0	Europe/Zurich	46.55654	7.76481		Obers Galmi,Obers Gälmi		BE	249	567	
11465393	Obere Gumpel	obere-gumpel	CH		0	Europe/Zurich	46.55513	7.70224		Obere Gumpel		BE	249	567	
11465396	Unders Gälmi	unders-gaelmi	CH		0	Europe/Zurich	46.55461	7.76365		Unders Galmi,Unders Gälmi		BE	249	567	
11465410	Obers Holaas	obers-holaas	CH		0	Europe/Zurich	46.55282	7.35338		Obers Holaas		BE	248	794	
11465428	Obers Chirgeli	obers-chirgeli	CH		0	Europe/Zurich	46.55029	7.5151		Obers Chirgeli		BE	249	762	
11465441	Unders Chirgeli	unders-chirgeli	CH		0	Europe/Zurich	46.54747	7.50639		Unders Chirgeli		BE	249	762	
11465453	Inner Kandergrund	inner-kandergrund	CH		0	Europe/Zurich	46.54537	7.66169		Inner Kandergrund		BE	249	564	
11465454	Vordere Fildrich	vordere-fildrich	CH		0	Europe/Zurich	46.54508	7.50308		Vordere Fildrich		BE	249	762	
11465471	Hindere Fildrich	hindere-fildrich	CH		0	Europe/Zurich	46.54185	7.50388		Hindere Fildrich		BE	249	762	
11465485	Innere Moosbach	innere-moosbach	CH		0	Europe/Zurich	46.5401	7.38198		Innere Moosbach		BE	248	794	
11465510	Underi Bundalp	underi-bundalp	CH		0	Europe/Zurich	46.53707	7.77052		Underi Bundalp		BE	249	567	
11465527	Oberi Bundalp	oberi-bundalp	CH		0	Europe/Zurich	46.53342	7.76884		Oberi Bundalp		BE	249	567	
11465548	Balteli	balteli	CH		0	Europe/Zurich	46.52951	7.2487		Balteli		BE	248	843	
11465569	Obers Plani	obers-plani	CH		0	Europe/Zurich	46.52605	7.27425		Obers Plani		BE	248	843	
11465581	Oberi Lauene	oberi-lauene	CH		0	Europe/Zurich	46.52398	7.6619		Oberi Lauene		BE	249	564	
11465595	Unders Plani	unders-plani	CH		0	Europe/Zurich	46.52118	7.28643		Unders Plani		BE	248	843	
11465622	Underi Gürütschere	underi-gueruetschere	CH		0	Europe/Zurich	46.51593	7.25024		Underi Gurutschere,Underi Gürütschere		BE	248	843	
11465627	Oberi Gürütschere	oberi-gueruetschere	CH		0	Europe/Zurich	46.51456	7.25225		Oberi Gurutschere,Oberi Gürütschere		BE	248	843	
11465628	Am Undere Stutz	am-undere-stutz	CH		0	Europe/Zurich	46.51454	7.4156		Am Undere Stutz		BE	248	793	
11465641	Am Obere Stutz	am-obere-stutz	CH		0	Europe/Zurich	46.5121	7.41865		Am Obere Stutz		BE	248	793	
11465650	Obers Rellerli	obers-rellerli	CH		0	Europe/Zurich	46.51078	7.26782		Obers Rellerli		BE	248	843	
11465655	Vorders Chübeli	vorders-chuebeli	CH		0	Europe/Zurich	46.51	7.34047		Vorders Chubeli,Vorders Chübeli		BE	248	794	
11465664	Unders Rellerli	unders-rellerli	CH		0	Europe/Zurich	46.5075	7.27084		Unders Rellerli		BE	248	843	
11465668	Oberi Bleiki	oberi-bleiki	CH		0	Europe/Zurich	46.507	7.25745		Oberi Bleiki		BE	248	843	
11465673	Underi Bleiki	underi-bleiki	CH		0	Europe/Zurich	46.5061	7.2509		Underi Bleiki		BE	248	843	
11465682	Undere Chaltebrunne	undere-chaltebrunne	CH		0	Europe/Zurich	46.50359	7.34702		Undere Chaltebrunne		BE	248	794	
11465689	Ausser Schwand	ausser-schwand	CH		0	Europe/Zurich	46.50203	7.57074		Ausser Schwand		BE	249	561	
11465722	Schlegeli	schlegeli	CH		0	Europe/Zurich	46.49589	7.56391		Schlegeli		BE	249	561	
11465732	Underbort	underbort	CH		0	Europe/Zurich	46.4948	7.25618		Underbort		BE	248	843	
11465827	Unter-Gstaad	unter-gstaad	CH		0	Europe/Zurich	46.47803	7.28287		Unter-Gstaad		BE	248	843	
11465868	Obers Dürri	obers-duerri	CH		0	Europe/Zurich	46.46858	7.23211		Obers Durri,Obers Dürri		BE	248	843	
11465874	Unders Haldisbärgli	unders-haldisbaergli	CH		0	Europe/Zurich	46.46729	7.26385		Unders Haldisbargli,Unders Haldisbärgli		BE	248	843	
11465875	Usseri Ägerte	usseri-aegerte	CH		0	Europe/Zurich	46.46722	7.43014		Usseri Agerte,Usseri Ägerte		BE	248	792	
11465883	Unders Dürri	unders-duerri	CH		0	Europe/Zurich	46.4656	7.23655		Unders Durri,Unders Dürri		BE	248	843	
11465884	Badweidli	badweidli	CH		0	Europe/Zurich	46.46533	7.2979		Badweidli		BE	248	843	
11465892	Obers Haldisbärgli	obers-haldisbaergli	CH		0	Europe/Zurich	46.46451	7.26387		Obers Haldisbargli,Obers Haldisbärgli		BE	248	843	
11465909	Vorders Fallers Bärgli	vorders-fallers-baergli	CH		0	Europe/Zurich	46.46087	7.23494		Vorders Fallers Bargli,Vorders Fallers Bärgli		BE	248	843	
11465922	Hinders Fallers Bärgli	hinders-fallers-baergli	CH		0	Europe/Zurich	46.45832	7.23066		Hinders Fallers Bargli,Hinders Fallers Bärgli		BE	248	843	
11465940	Vorders Eggli	vorders-eggli	CH		0	Europe/Zurich	46.45473	7.25469		Vorders Eggli		BE	248	843	
11465949	Unders Beust	unders-beust	CH		0	Europe/Zurich	46.45214	7.23621		Unders Beust		BE	248	843	
11465954	Indere Brand	indere-brand	CH		0	Europe/Zurich	46.45088	7.4552		Indere Brand		BE	248	792	
11465956	Hinders Eggli	hinders-eggli	CH		0	Europe/Zurich	46.45059	7.24855		Hinders Eggli		BE	248	843	
11465957	Obers Beust	obers-beust	CH		0	Europe/Zurich	46.45036	7.23236		Obers Beust		BE	248	843	
11466461	Vernand Dessus	vernand-dessus	CH		0	Europe/Zurich	46.57348	6.61605		Vernand Dessus		VD	2225	5586	
11466462	Vernand Dessous	vernand-dessous	CH		0	Europe/Zurich	46.57707	6.60861		Vernand Dessous		VD	2225	5586	
11466463	Vernand Camarès	vernand-camares	CH		0	Europe/Zurich	46.57182	6.60317		Vernand Camares,Vernand Camarès		VD	2225	5586	
11466473	Traylasille	traylasille	CH		0	Europe/Zurich	46.46433	7.05457		Traylasille		VD	2230	5842	
11466476	Timonet d'en Haut	timonet-d-en-haut	CH		0	Europe/Zurich	46.5745	6.58828		Timonet d'en Haut,Timonet d’en Haut		VD	2225	5582	
11466477	Timonet d'en Bas	timonet-d-en-bas	CH		0	Europe/Zurich	46.57328	6.58657		Timonet d'en Bas,Timonet d’en Bas		VD	2229	5583	
11466494	Soupla Dessus	soupla-dessus	CH		0	Europe/Zurich	46.49336	7.15876		Soupla Dessus		VD	2230	5841	
11466495	Soupla Dessous	soupla-dessous	CH		0	Europe/Zurich	46.49146	7.1543		Soupla Dessous		VD	2230	5841	
11466508	Saumont Devant	saumont-devant	CH		0	Europe/Zurich	46.50533	6.90173		Saumont Devant		VD	2230	5888	
11466509	Saumont Derrière	saumont-derriere	CH		0	Europe/Zurich	46.5101	6.90759		Saumont Derriere,Saumont Derrière		VD	2230	5888	
11466515	Sassalas d'en Haut	sassalas-d-en-haut	CH		0	Europe/Zurich	46.51392	7.24428		Sassalas d'en Haut,Sassalas d’en Haut		VD	2230	5843	
11466516	Sassalas d'en Bas	sassalas-d-en-bas	CH		0	Europe/Zurich	46.5103	7.24675		Sassalas d'en Bas,Sassalas d’en Bas		VD	2230	5843	
11466524	Rodosex Dessus	rodosex-dessus	CH		0	Europe/Zurich	46.45602	7.16158		Rodosex Dessus		VD	2230	5841	
11466525	Rodosex Dessous	rodosex-dessous	CH		0	Europe/Zurich	46.45692	7.16788		Rodosex Dessous		VD	2230	5841	
11466530	Rionde Dessus	rionde-dessus	CH		0	Europe/Zurich	46.52015	6.19507		Rionde Dessus		VD	2228	5703	
11466531	Rionde Dessous	rionde-dessous	CH		0	Europe/Zurich	46.51702	6.20061		Rionde Dessous		VD	2228	5703	
11466532	Renges	renges	CH		0	Europe/Zurich	46.52391	6.55341		Renges		VD	2229	5635	
11466554	Pré d'en Haut	pre-d-en-haut	CH		0	Europe/Zurich	46.46682	7.11894		Pre d'en Haut,Pré d’en Haut		VD	2230	5841	
11466625	Petits Craux	petits-craux	CH		0	Europe/Zurich	46.52486	7.21441		Petits Craux		VD	2230	5843	
11466633	Petit Mont Martin	petit-mont-martin	CH		0	Europe/Zurich	46.52506	7.1032		Petit Mont Martin		FR	1003	2134	
11466644	Paully Dessous	paully-dessous	CH		0	Europe/Zurich	46.49655	6.80484		Paully Dessous		VD	2226	5607	
11466677	Moulin de la Palaz	moulin-de-la-palaz	CH		0	Europe/Zurich	46.5791	6.53195		Moulin de la Palaz		VD	2223	5503	
11466683	Motélon d'Amont	motelon-d-amont	CH		0	Europe/Zurich	46.47928	7.00708		Motelon d'Amont,Motélon d’Amont		FR	1003	2121	
11466687	Monts de Bière Derrière	monts-de-biere-derriere	CH		0	Europe/Zurich	46.56487	6.26936		Monts de Biere Derriere,Monts de Bière Derrière		VD	2224	5872	
11466692	Montblesson	montblesson	CH		0	Europe/Zurich	46.53936	6.68205		Montblesson		VD	2225	5586	
11466693	Montant	montant	CH		0	Europe/Zurich	46.44137	6.21797		Montant		VD	2228	5718	
11466743	Lèvremont	levremont	CH		0	Europe/Zurich	46.5581	6.44292		Levremont,Lèvremont		VD	2227	5421	
11466771	Les Serraux Dessus	les-serraux-dessus	CH		0	Europe/Zurich	46.44482	6.26102		Les Serraux Dessus		VD	2228	5704	
11466772	Les Serraux Dessous	les-serraux-dessous	CH		0	Europe/Zurich	46.4435	6.2591		Les Serraux Dessous		VD	2228	5704	
11466794	Les Pralies	les-pralies	CH		0	Europe/Zurich	46.45232	6.12214		Les Pralies		VD	2228	5727	
11466799	Les Planches	les-planches	CH		0	Europe/Zurich	46.56466	6.64999		Les Planches		VD	2225	5587	
11466846	Les Granges	les-granges	CH		0	Europe/Zurich	46.47463	7.15202		Les Granges		VD	2230	5841	
11466902	Les Chesaux	les-chesaux	CH		0	Europe/Zurich	46.44823	6.14975		Les Chesaux		VD	2228	5727	
11466997	Le Petit Pessey	le-petit-pessey	CH		0	Europe/Zurich	46.50304	6.27783		Le Petit Pessey		VD	2228	5429	
11467008	Le Monteiller Devant	le-monteiller-devant	CH		0	Europe/Zurich	46.45707	7.10569		Le Monteiller Devant		VD	2230	5841	
11467009	Le Monteiller Derrière	le-monteiller-derriere	CH		0	Europe/Zurich	46.45862	7.10007		Le Monteiller Derriere,Le Monteiller Derrière		VD	2230	5841	
11467056	Le Cottard Dessus	le-cottard-dessus	CH		0	Europe/Zurich	46.45473	7.05382		Le Cottard Dessus		VD	2230	5842	
11467057	Le Cottard Dessous	le-cottard-dessous	CH		0	Europe/Zurich	46.45805	7.05564		Le Cottard Dessous		VD	2230	5842	
11467158	La Saint Cergue	la-saint-cergue	CH		0	Europe/Zurich	46.44685	6.13393		La Saint Cergue		VD	2228	5727	
11467235	La Louche	la-louche	CH		0	Europe/Zurich	46.52693	6.68389		La Louche		VD	2226	5581	
11467334	La Chercotte	la-chercotte	CH		0	Europe/Zurich	46.52139	6.74026		La Chercotte		VD	2226	5604	
11467367	La Braye	la-braye	CH		0	Europe/Zurich	46.46048	7.08977		La Braye		VD	2230	5842	
11467396	Jordillon	jordillon	CH		0	Europe/Zurich	46.50443	6.71425		Jordillon		VD	2226	5613	
11467419	Grange Grèche Dessus	grange-greche-dessus	CH		0	Europe/Zurich	46.45324	6.26624		Grange Greche Dessus,Grange Grèche Dessus		VD	2228	5704	
11467420	Grange Grèche Dessous	grange-greche-dessous	CH		0	Europe/Zurich	46.45078	6.26749		Grange Greche Dessous,Grange Grèche Dessous		VD	2228	5858	
11467426	Grands Craux	grands-craux	CH		0	Europe/Zurich	46.51914	7.21092		Grands Craux		VD	2230	5843	
11467507	Crau Dessus	crau-dessus	CH		0	Europe/Zurich	46.44933	7.04731		Crau Dessus		VD	2230	5842	
11467508	Crau Dessous	crau-dessous	CH		0	Europe/Zurich	46.45344	7.04582		Crau Dessous		VD	2230	5842	
11467518	Convers	convers	CH		0	Europe/Zurich	46.44547	6.30693		Convers		VD	2228	5852	
11467523	Combes	combes	CH		0	Europe/Zurich	46.44337	6.26767		Combes		VD	2228	5858	
11467538	Ciernes Audron	ciernes-audron	CH		0	Europe/Zurich	46.47622	7.20381		Ciernes Audron		VD	2230	5843	
11467551	Cheneaux Rouges Dessus	cheneaux-rouges-dessus	CH		0	Europe/Zurich	46.50472	7.15739		Cheneaux Rouges Dessus		VD	2230	5841	
11467552	Cheneaux Rouges Dessous	cheneaux-rouges-dessous	CH		0	Europe/Zurich	46.50246	7.16129		Cheneaux Rouges Dessous		VD	2230	5841	
11467566	Chanette d'en Haut	chanette-d-en-haut	CH		0	Europe/Zurich	46.43917	7.03805		Chanette d'en Haut,Chanette d’en Haut		VD	2230	5841	
11467595	Chalet à Roch Dessus	chalet-a-roch-dessus	CH		0	Europe/Zurich	46.53751	6.19286		Chalet a Roch Dessus,Chalet à Roch Dessus		VD	2224	5872	
11467596	Chalet à Roch Dessous	chalet-a-roch-dessous	CH		0	Europe/Zurich	46.53866	6.1772		Chalet a Roch Dessous,Chalet à Roch Dessous		VD	2224	5872	
11467632	Béviau d'en Haut	beviau-d-en-haut	CH		0	Europe/Zurich	46.51405	7.15904		Beviau d'en Haut,Béviau d’en Haut		VD	2230	5841	
11467633	Béviau d'en Bas	beviau-d-en-bas	CH		0	Europe/Zurich	46.51149	7.16176		Beviau d'en Bas,Béviau d’en Bas		VD	2230	5841	
11467643	Bauloz	bauloz	CH		0	Europe/Zurich	46.51945	6.29694		Bauloz		VD	2227	5428	
11467649	Ballègue	ballegue	CH		0	Europe/Zurich	46.56217	6.66613		Ballegue,Ballègue		VD	2225	5584	
11487727	Zuflüe	zufluee	CH		0	Europe/Zurich	46.61218	7.52088		Zuflue,Zuflüe		BE	249	762	
11487728	Zitbode	zitbode	CH		0	Europe/Zurich	46.61429	7.31896		Zitbode		BE	248	791	
11487729	Zilti	zilti	CH		0	Europe/Zurich	46.61009	7.66889		Zilti		BE	249	567	
11487730	Zigerbode	zigerbode	CH		0	Europe/Zurich	46.60556	7.56342		Zigerbode		BE	249	762	
11487732	Wittere	wittere	CH		0	Europe/Zurich	46.60392	7.71765		Wittere		BE	249	567	
11487735	Wengi bei Frutigen	wengi-bei-frutigen	CH		0	Europe/Zurich	46.6086	7.66482		Wengi b. Frutigen,Wengi bei Frutigen		BE	249	567	
11487736	Wasserwendi	wasserwendi	CH		0	Europe/Zurich	46.61624	7.95272		Wasserwendi		BE	250	576	
11487737	Wasser	wasser	CH		0	Europe/Zurich	46.6075	7.5184		Wasser		BE	249	762	
11487738	Wampflen	wampflen	CH		0	Europe/Zurich	46.62182	7.54537		Wampflen		BE	249	762	
11487739	Walki	walki	CH		0	Europe/Zurich	46.60933	7.55868		Walki		BE	249	762	
11487741	Vorsassi	vorsassi	CH		0	Europe/Zurich	46.61109	8.00145		Vorsassi		BE	250	576	
11487742	Voregg	voregg	CH		0	Europe/Zurich	46.60732	7.36681		Voregg		BE	248	791	
11487744	Vordermenige	vordermenige	CH		0	Europe/Zurich	46.59077	7.47277		Vordermenige		BE	249	762	
11487745	Vordere Zügbode	vordere-zuegbode	CH		0	Europe/Zurich	46.6214	7.42945		Vordere Zugbode,Vordere Zügbode		BE	249	766	
11487746	Vordere Niderhore	vordere-niderhore	CH		0	Europe/Zurich	46.61619	7.42141		Vordere Niderhore		BE	248	791	
11487747	Usser Schwandi	usser-schwandi	CH		0	Europe/Zurich	46.60118	7.66976		Usser Schwandi		BE	249	567	
11487748	Urscher	urscher	CH		0	Europe/Zurich	46.60284	7.43664		Urscher		BE	249	766	
11487750	Unteres Chilmoos	unteres-chilmoos	CH		0	Europe/Zurich	46.589	7.34021		Unteres Chilmoos		BE	248	791	
11487751	Unterberg	unterberg	CH		0	Europe/Zurich	46.62324	7.81351		Unterberg		BE	250	591	
11487752	Unterberg	unterberg	CH		0	Europe/Zurich	46.615	7.82456		Unterberg		BE	250	591	
11487753	Unter Obersuld	unter-obersuld	CH		0	Europe/Zurich	46.61346	7.75801		Unter Obersuld		BE	249	562	
11487754	Unders Blaachi	unders-blaachi	CH		0	Europe/Zurich	46.61443	7.49534		Unders Blaachi		BE	249	762	
11487755	Underi Trogsite	underi-trogsite	CH		0	Europe/Zurich	46.61066	7.34577		Underi Trogsite		BE	248	791	
11487756	Underi Heitere	underi-heitere	CH		0	Europe/Zurich	46.59539	7.53099		Underi Heitere		BE	249	762	
11487757	Underi Halte	underi-halte	CH		0	Europe/Zurich	46.60394	7.38425		Underi Halte		BE	248	791	
11487758	Underi Bäreflüe	underi-baerefluee	CH		0	Europe/Zurich	46.59546	7.55706		Underi Bareflue,Underi Bäreflüe		BE	249	762	
11487759	Undere Schüpfebode	undere-schuepfebode	CH		0	Europe/Zurich	46.59347	7.35302		Undere Schupfebode,Undere Schüpfebode		BE	248	791	
11487760	Undere Schindelweg	undere-schindelweg	CH		0	Europe/Zurich	46.59045	7.39882		Undere Schindelweg		BE	248	794	
11487761	Undere Buufal	undere-buufal	CH		0	Europe/Zurich	46.61236	7.43936		Undere Buufal		BE	249	766	
11487762	Underbäche	underbaeche	CH		0	Europe/Zurich	46.5898	7.37158		Underbache,Underbäche		BE	248	791	
11487763	Under Meiefall	under-meiefall	CH		0	Europe/Zurich	46.59543	7.57088		Under Meiefall		BE	249	762	
11487764	Under Houwe	under-houwe	CH		0	Europe/Zurich	46.58482	7.34453		Under Houwe		BE	248	791	
11487766	Ufem Bort	ufem-bort	CH		0	Europe/Zurich	46.62044	7.9888		Ufem Bort		BE	250	576	
11487767	Tubelfärrich	tubelfaerrich	CH		0	Europe/Zurich	46.587	7.54131		Tubelfarrich,Tubelfärrich		BE	249	762	
11487768	Trychelegg	trychelegg	CH		0	Europe/Zurich	46.61375	8.03013		Trychelegg		BE	250	576	
11487770	Sulwald	sulwald	CH		0	Europe/Zurich	46.62265	7.88684		Sulwald		BE	250	584	
11487771	Suld	suld	CH		0	Europe/Zurich	46.62237	7.76408		Suld		BE	249	562	
11487772	Stutzweidli	stutzweidli	CH		0	Europe/Zurich	46.59896	7.92356		Stutzweidli		BE	250	584	
11487773	Stutz	stutz	CH		0	Europe/Zurich	46.61413	7.36114		Stutz		BE	248	791	
11487774	Studmaad	studmaad	CH		0	Europe/Zurich	46.61711	7.36856		Studmaad		BE	248	791	
11487775	Stiereberg	stiereberg	CH		0	Europe/Zurich	46.58522	7.31441		Stiereberg		BE	248	791	
11487776	Steinhalten	steinhalten	CH		0	Europe/Zurich	46.60824	7.90519		Steinhalten		BE	250	584	
11487778	Spitzhöri	spitzhoeri	CH		0	Europe/Zurich	46.60548	7.40538		Spitzhori,Spitzhöri		BE	248	791	
11487779	Spitzenegg	spitzenegg	CH		0	Europe/Zurich	46.5924	7.32614		Spitzenegg		BE	248	791	
11487780	Spitzebüel	spitzebueel	CH		0	Europe/Zurich	46.60206	7.36251		Spitzebuel,Spitzebüel		BE	248	791	
11487781	Spicherböde	spicherboede	CH		0	Europe/Zurich	46.62239	7.49983		Spicherbode,Spicherböde		BE	249	763	
11487782	Sommerau	sommerau	CH		0	Europe/Zurich	46.59517	7.35598		Sommerau		BE	248	791	
11487783	Sitbach	sitbach	CH		0	Europe/Zurich	46.60627	7.3791		Sitbach		BE	248	791	
11487784	Siecheweid	siecheweid	CH		0	Europe/Zurich	46.59247	7.50003		Siecheweid		BE	249	762	
11487785	Sengiswald	sengiswald	CH		0	Europe/Zurich	46.61353	7.89024		Sengiswald		BE	250	584	
11487786	Secki	secki	CH		0	Europe/Zurich	46.61611	7.37811		Secki		BE	248	791	
11487788	Schwarzeberg	schwarzeberg	CH		0	Europe/Zurich	46.59885	7.54491		Schwarzeberg		BE	249	762	
11487790	Schwandifure	schwandifure	CH		0	Europe/Zurich	46.5935	7.66269		Schwandifure		BE	249	563	
11487791	Schwandeli	schwandeli	CH		0	Europe/Zurich	46.62324	7.70998		Schwandeli		BE	249	567	
11487792	Schwand	schwand	CH		0	Europe/Zurich	46.62199	7.34117		Schwand		BE	248	791	
11487793	Schwand	schwand	CH		0	Europe/Zurich	46.61032	7.49456		Schwand		BE	249	762	
11487794	Schwand	schwand	CH		0	Europe/Zurich	46.58969	7.43662		Schwand		BE	248	794	
11487795	Schwalmflue	schwalmflue	CH		0	Europe/Zurich	46.61763	7.46234		Schwalmflue		BE	249	766	
11487796	Schüelis	schueelis	CH		0	Europe/Zurich	46.59839	7.7098		Schuelis,Schüelis		BE	249	567	
11487798	Schöni	schoeni	CH		0	Europe/Zurich	46.60297	7.68063		Schoni,Schöni		BE	249	567	
11487800	Schmitsmatte	schmitsmatte	CH		0	Europe/Zurich	46.60646	7.90505		Schmitsmatte		BE	250	584	
11487802	Schlieri	schlieri	CH		0	Europe/Zurich	46.6132	7.78321		Schlieri		BE	249	562	
11487804	Schlatti	schlatti	CH		0	Europe/Zurich	46.58263	7.49441		Schlatti		BE	249	762	
11487805	Sattla	sattla	CH		0	Europe/Zurich	46.60424	7.64927		Sattla		BE	249	563	
11487806	Sandweidli	sandweidli	CH		0	Europe/Zurich	46.61331	7.90186		Sandweidli		BE	250	584	
11487807	Rüti	rueti	CH		0	Europe/Zurich	46.62232	7.3858		Ruti,Rüti		BE	248	791	
11487808	Rüschige	rueschige	CH		0	Europe/Zurich	46.60718	7.68432		Ruschige,Rüschige		BE	249	567	
11487809	Rufenen	rufenen	CH		0	Europe/Zurich	46.59241	7.71659		Rufenen		BE	249	567	
11487810	Ruere	ruere	CH		0	Europe/Zurich	46.58232	7.35058		Ruere		BE	248	791	
11487812	Ruedihus	ruedihus	CH		0	Europe/Zurich	46.61983	8.00319		Ruedihus		BE	250	576	
11487813	Rubis	rubis	CH		0	Europe/Zurich	46.60148	7.66788		Rubis		BE	249	567	
11487814	Rotsteckli	rotsteckli	CH		0	Europe/Zurich	46.58935	7.96055		Rotsteckli		BE	250	576	
11487816	Rossacher	rossacher	CH		0	Europe/Zurich	46.60459	7.50651		Rossacher		BE	249	762	
11487817	Röschti	roeschti	CH		0	Europe/Zurich	46.61424	7.54187		Roschti,Röschti		BE	249	762	
11487818	Röschteschwend	roeschteschwend	CH		0	Europe/Zurich	46.60225	7.53918		Roschteschwend,Röschteschwend		BE	249	762	
11487819	Ritzli	ritzli	CH		0	Europe/Zurich	46.61435	7.43648		Ritzli		BE	249	766	
11487820	Rite	rite	CH		0	Europe/Zurich	46.62186	7.45193		Rite		BE	249	766	
11487821	Rieneschli	rieneschli	CH		0	Europe/Zurich	46.62224	7.32866		Rieneschli		BE	248	791	
11487822	Ramsli	ramsli	CH		0	Europe/Zurich	46.62099	7.46774		Ramsli		BE	249	761	
11487825	Rägemoos	raegemoos	CH		0	Europe/Zurich	46.61608	7.39843		Ragemoos,Rägemoos		BE	248	791	
11487826	Raafli	raafli	CH		0	Europe/Zurich	46.59517	7.70381		Raafli		BE	249	567	
11487828	Pochten	pochten	CH		0	Europe/Zurich	46.58114	7.73081		Pochten		BE	249	567	
11487829	Pletsche	pletsche	CH		0	Europe/Zurich	46.60992	7.56167		Pletsche		BE	249	762	
11487830	Pletsche	pletsche	CH		0	Europe/Zurich	46.60751	7.67596		Pletsche		BE	249	567	
11487831	Pfingstegg	pfingstegg	CH		0	Europe/Zurich	46.61743	8.05681		Pfingstegg		BE	250	576	
11487832	Otteschwand	otteschwand	CH		0	Europe/Zurich	46.61757	7.58878		Otteschwand		BE	249	762	
11487833	Obers Blaachli	obers-blaachli	CH		0	Europe/Zurich	46.6169	7.50454		Obers Blaachli		BE	249	762	
11487835	Oberi Matte	oberi-matte	CH		0	Europe/Zurich	46.59136	7.38836		Oberi Matte		BE	248	791	
11487836	Oberi Hinterflue	oberi-hinterflue	CH		0	Europe/Zurich	46.59822	7.31862		Oberi Hinterflue		BE	248	791	
11487837	Oberi Heitere	oberi-heitere	CH		0	Europe/Zurich	46.59501	7.53825		Oberi Heitere		BE	249	762	
11487838	Oberi Halte	oberi-halte	CH		0	Europe/Zurich	46.60205	7.38787		Oberi Halte		BE	248	791	
11487839	Oberi Bäreflüe	oberi-baerefluee	CH		0	Europe/Zurich	46.59445	7.56149		Oberi Bareflue,Oberi Bäreflüe		BE	249	762	
11487840	Oberes Chilmoos	oberes-chilmoos	CH		0	Europe/Zurich	46.58637	7.33616		Oberes Chilmoos		BE	248	791	
11487841	Obere Schüpfebode	obere-schuepfebode	CH		0	Europe/Zurich	46.59433	7.34699		Obere Schupfebode,Obere Schüpfebode		BE	248	791	
11487842	Obere Buufal	obere-buufal	CH		0	Europe/Zurich	46.60823	7.44277		Obere Buufal		BE	249	766	
11487844	Oberberg	oberberg	CH		0	Europe/Zurich	46.58802	7.85436		Oberberg		BE	250	584	
11487845	Ober Meiefall	ober-meiefall	CH		0	Europe/Zurich	46.59198	7.57416		Ober Meiefall		BE	249	762	
11487846	Ober Houwe	ober-houwe	CH		0	Europe/Zurich	46.58516	7.33927		Ober Houwe		BE	248	791	
11487847	Nessli	nessli	CH		0	Europe/Zurich	46.61508	7.47675		Nessli		BE	249	762	
11487848	Nässelschwand	naesselschwand	CH		0	Europe/Zurich	46.62061	7.44742		Nasselschwand,Nässelschwand		BE	249	766	
11487849	Moosgaden	moosgaden	CH		0	Europe/Zurich	46.61547	8.00547		Moosgaden		BE	250	576	
11487850	Moosfang	moosfang	CH		0	Europe/Zurich	46.60872	7.39591		Moosfang		BE	248	791	
11487851	Moos	moos	CH		0	Europe/Zurich	46.61732	7.37582		Moos		BE	248	791	
11487852	Moos	moos	CH		0	Europe/Zurich	46.61722	7.55856		Moos		BE	249	762	
11487853	Mittelberg	mittelberg	CH		0	Europe/Zurich	46.621	7.80609		Mittelberg		BE	250	591	
11487854	Mittelberg	mittelberg	CH		0	Europe/Zurich	46.6074	7.79541		Mittelberg		BE	249	562	
11487855	Mittel Mechlistall	mittel-mechlistall	CH		0	Europe/Zurich	46.60071	7.57891		Mittel Mechlistall		BE	249	762	
11487856	Mieschweid	mieschweid	CH		0	Europe/Zurich	46.59545	7.72901		Mieschweid		BE	249	567	
11487857	Mettla	mettla	CH		0	Europe/Zurich	46.59309	7.98364		Mettla		BE	250	576	
11487859	Mederalp	mederalp	CH		0	Europe/Zurich	46.62347	7.88401		Mederalp		BE	250	584	
11487862	Männlichen	maennlichen	CH		0	Europe/Zurich	46.61218	7.9421		Mannlichen,Männlichen		BE	250	576	
11487863	Mad	mad	CH		0	Europe/Zurich	46.58955	7.39276		Mad		BE	248	794	
11487864	Lusseweid	lusseweid	CH		0	Europe/Zurich	46.60862	7.50127		Lusseweid		BE	249	762	
11487865	Louweid	louweid	CH		0	Europe/Zurich	46.59283	7.72295		Louweid		BE	249	567	
11487866	Louene	louene	CH		0	Europe/Zurich	46.6165	7.77782		Louene		BE	249	562	
11487868	Loch	loch	CH		0	Europe/Zurich	46.6052	7.9066		Loch		BE	250	584	
11487869	Littisbach	littisbach	CH		0	Europe/Zurich	46.59445	7.3724		Littisbach		BE	248	791	
11487871	Leen	leen	CH		0	Europe/Zurich	46.62102	7.99614		Leen		BE	250	576	
11487873	Lätzematte	laetzematte	CH		0	Europe/Zurich	46.60526	7.50259		Latzematte,Lätzematte		BE	249	762	
11487875	Lägi	laegi	CH		0	Europe/Zurich	46.60984	7.67966		Lagi,Lägi		BE	249	567	
11487876	Laden	laden	CH		0	Europe/Zurich	46.6108	7.51659		Laden		BE	249	762	
11487877	Kunzentännlein	kunzentaennlein	CH		0	Europe/Zurich	46.59893	8.32311		Kunzentannlein,Kunzentännlein		BE	250	782	
11487878	Jonelis Houwe	jonelis-houwe	CH		0	Europe/Zurich	46.58331	7.34387		Jonelis Houwe		BE	248	791	
11487879	Jaunpass	jaunpass	CH		0	Europe/Zurich	46.59192	7.338		Jaunpass		BE	248	791	
11487880	Innerallmend	innerallmend	CH		0	Europe/Zurich	46.59408	7.93167		Innerallmend		BE	250	584	
11487881	Inner Schwandi	inner-schwandi	CH		0	Europe/Zurich	46.59574	7.66389		Inner Schwandi		BE	249	563	
11487882	Inhalte	inhalte	CH		0	Europe/Zurich	46.61029	7.88664		Inhalte		BE	250	584	
11487883	In Gassen	in-gassen	CH		0	Europe/Zurich	46.5987	7.93087		In Gassen		BE	250	584	
11487884	Im Spis	im-spis	CH		0	Europe/Zurich	46.62219	7.99402		Im Spis		BE	250	576	
11487885	Im Schlund	im-schlund	CH		0	Europe/Zurich	46.61157	7.66888		Im Schlund		BE	249	567	
11487886	Im Ritt	im-ritt	CH		0	Europe/Zurich	46.61407	7.99706		Im Ritt		BE	250	576	
11487888	Im Guet	im-guet	CH		0	Europe/Zurich	46.60723	7.6924		Im Guet		BE	249	567	
11487889	Im Gsang	im-gsang	CH		0	Europe/Zurich	46.60082	7.64439		Im Gsang		BE	249	563	
11487890	Im Cheer	im-cheer	CH		0	Europe/Zurich	46.61507	7.67561		Im Cheer		BE	249	567	
11487891	Im Aabe	im-aabe	CH		0	Europe/Zurich	46.61609	7.70883		Im Aabe		BE	249	567	
11487892	Hüttlistalde	huettlistalde	CH		0	Europe/Zurich	46.58788	7.33278		Huttlistalde,Hüttlistalde		BE	248	791	
11487893	Hubla	hubla	CH		0	Europe/Zurich	46.60061	7.93094		Hubla		BE	250	584	
11487894	Hubel	hubel	CH		0	Europe/Zurich	46.6149	7.67066		Hubel		BE	249	567	
11487895	Hubel	hubel	CH		0	Europe/Zurich	46.59521	7.71687		Hubel		BE	249	567	
11487896	Houpere	houpere	CH		0	Europe/Zurich	46.58793	7.55842		Houpere		BE	249	762	
11487897	Hostette	hostette	CH		0	Europe/Zurich	46.5914	7.39256		Hostette		BE	248	794	
11487899	Hore	hore	CH		0	Europe/Zurich	46.60515	7.57699		Hore		BE	249	762	
11487900	Hore	hore	CH		0	Europe/Zurich	46.60475	7.39427		Hore		BE	248	791	
11487903	Hindere Niderhore	hindere-niderhore	CH		0	Europe/Zurich	46.60471	7.4261		Hindere Niderhore		BE	248	791	
11487904	Hinder der Egg	hinder-der-egg	CH		0	Europe/Zurich	46.6169	7.96611		Hinder der Egg		BE	250	576	
11487906	Heimegg	heimegg	CH		0	Europe/Zurich	46.60252	7.91225		Heimegg		BE	250	584	
11487907	Hefuess	hefuess	CH		0	Europe/Zurich	46.60533	7.44634		Hefuess		BE	249	766	
11487908	Haueten	haueten	CH		0	Europe/Zurich	46.60213	7.50511		Haueten		BE	249	762	
11487909	Hasli	hasli	CH		0	Europe/Zurich	46.60778	7.50793		Hasli		BE	249	762	
11487910	Härggis Allmi	haerggis-allmi	CH		0	Europe/Zurich	46.61039	7.71142		Harggis Allmi,Härggis Allmi		BE	249	567	
11487911	Hanselen	hanselen	CH		0	Europe/Zurich	46.62065	7.70887		Hanselen		BE	249	567	
11487913	Hanebüel	hanebueel	CH		0	Europe/Zurich	46.61361	7.55854		Hanebuel,Hanebüel		BE	249	762	
11487914	Halte	halte	CH		0	Europe/Zurich	46.61922	7.56939		Halte		BE	249	762	
11487915	Halte	halte	CH		0	Europe/Zurich	46.60911	7.65907		Halte		BE	249	567	
11487916	Hälmeschwand	haelmeschwand	CH		0	Europe/Zurich	46.60712	7.56415		Halmeschwand,Hälmeschwand		BE	249	762	
11487917	Hallere	hallere	CH		0	Europe/Zurich	46.6038	7.67622		Hallere		BE	249	567	
11487918	Habsucht	habsucht	CH		0	Europe/Zurich	46.61781	7.99356		Habsucht		BE	250	576	
11487919	Gygermatte	gygermatte	CH		0	Europe/Zurich	46.61169	7.89857		Gygermatte		BE	250	584	
11487920	Gurschwald	gurschwald	CH		0	Europe/Zurich	46.59164	7.55101		Gurschwald		BE	249	762	
11487921	Guntelstaldefang	guntelstaldefang	CH		0	Europe/Zurich	46.61038	7.40488		Guntelstaldefang		BE	248	791	
11487923	Gsess	gsess	CH		0	Europe/Zurich	46.60079	7.39408		Gsess		BE	248	791	
11487924	Gschwänd	gschwaend	CH		0	Europe/Zurich	46.59794	7.3565		Gschwand,Gschwänd		BE	248	791	
11487925	Gsässweid	gsaessweid	CH		0	Europe/Zurich	46.62007	7.57756		Gsassweid,Gsässweid		BE	249	762	
11487926	Gruebi	gruebi	CH		0	Europe/Zurich	46.62114	7.4398		Gruebi		BE	249	766	
11487927	Gruebi	gruebi	CH		0	Europe/Zurich	46.6076	7.6819		Gruebi		BE	249	567	
11487928	Grossmattli	grossmattli	CH		0	Europe/Zurich	46.61453	7.54617		Grossmattli		BE	249	762	
11487929	Grosse Bäder	grosse-baeder	CH		0	Europe/Zurich	46.60538	7.32667		Grosse Bader,Grosse Bäder		BE	248	791	
11487930	Gride	gride	CH		0	Europe/Zurich	46.61359	7.38006		Gride		BE	248	791	
11487932	Gletscherschlucht	gletscherschlucht	CH		0	Europe/Zurich	46.61376	8.04602		Gletscherschlucht		BE	250	576	
11487933	Gippe	gippe	CH		0	Europe/Zurich	46.58702	7.36926		Gippe		BE	248	791	
11487934	Geisseggallmi	geisseggallmi	CH		0	Europe/Zurich	46.61541	7.52881		Geisseggallmi		BE	249	762	
11487935	Geissegg	geissegg	CH		0	Europe/Zurich	46.61269	7.51586		Geissegg		BE	249	762	
11487937	Garstatt	garstatt	CH		0	Europe/Zurich	46.59288	7.3748		Garstatt		BE	248	791	
11487938	Garfen	garfen	CH		0	Europe/Zurich	46.61877	7.37757		Garfen		BE	248	791	
11487939	Fulematti	fulematti	CH		0	Europe/Zurich	46.61387	7.74484		Fulematti		BE	249	567	
11487940	Flüelimatte	flueelimatte	CH		0	Europe/Zurich	46.62262	7.71494		Fluelimatte,Flüelimatte		BE	249	567	
11487941	Flüelimatte	flueelimatte	CH		0	Europe/Zurich	46.62067	7.71152		Fluelimatte,Flüelimatte		BE	249	567	
11487942	Flue	flue	CH		0	Europe/Zurich	46.6196	7.33166		Flue		BE	248	791	
11487943	Fleuweidli	fleuweidli	CH		0	Europe/Zurich	46.60445	7.64097		Fleuweidli		BE	249	563	
11487944	Feldmatten	feldmatten	CH		0	Europe/Zurich	46.59598	7.65512		Feldmatten		BE	249	563	
11487946	Farni	farni	CH		0	Europe/Zurich	46.6234	7.35963		Farni		BE	248	791	
11487947	Färich	faerich	CH		0	Europe/Zurich	46.61116	7.48704		Farich,Färich		BE	249	762	
11487948	Fäng	faeng	CH		0	Europe/Zurich	46.62152	7.40525		Fang,Fäng		BE	248	791	
11487949	Eyeried	eyeried	CH		0	Europe/Zurich	46.60186	7.50106		Eyeried		BE	249	762	
11487950	Eschihalten	eschihalten	CH		0	Europe/Zurich	46.6036	7.35916		Eschihalten		BE	248	791	
11487951	Eschiegg	eschiegg	CH		0	Europe/Zurich	46.60617	7.36468		Eschiegg		BE	248	791	
11487953	Engelgiess	engelgiess	CH		0	Europe/Zurich	46.60808	7.70504		Engelgiess		BE	249	567	
11487954	Engel	engel	CH		0	Europe/Zurich	46.60897	7.73236		Engel		BE	249	567	
11487955	Enetgraben	enetgraben	CH		0	Europe/Zurich	46.61186	7.51887		Enetgraben		BE	249	762	
11487956	Enetchirel	enetchirel	CH		0	Europe/Zurich	46.60771	7.52515		Enetchirel		BE	249	762	
11487958	Eggmattli	eggmattli	CH		0	Europe/Zurich	46.60921	7.35518		Eggmattli		BE	248	791	
11487959	Eggmatte	eggmatte	CH		0	Europe/Zurich	46.61561	7.5708		Eggmatte		BE	249	762	
11487960	Eggboden	eggboden	CH		0	Europe/Zurich	46.61319	7.9607		Eggboden		BE	250	576	
11487961	Egg	egg	CH		0	Europe/Zurich	46.62171	8.00075		Egg		BE	250	576	
11487962	Egg	egg	CH		0	Europe/Zurich	46.59049	7.6803		Egg		BE	249	567	
11487964	Dächebüel	daechebueel	CH		0	Europe/Zurich	46.62162	7.36721		Dachebuel,Dächebüel		BE	248	791	
11487966	Chrachi	chrachi	CH		0	Europe/Zurich	46.61893	7.34812		Chrachi		BE	248	791	
11487967	Chlose	chlose	CH		0	Europe/Zurich	46.61922	7.56725		Chlose		BE	249	762	
11487968	Chline Bäder	chline-baeder	CH		0	Europe/Zurich	46.60401	7.32011		Chline Bader,Chline Bäder		BE	248	791	
11487969	Chärseli	chaerseli	CH		0	Europe/Zurich	46.59079	7.55563		Charseli,Chärseli		BE	249	762	
11487970	Chapf	chapf	CH		0	Europe/Zurich	46.61898	7.37172		Chapf		BE	248	791	
11487971	Büxa	buexa	CH		0	Europe/Zurich	46.60519	7.68454		Buxa,Büxa		BE	249	567	
11487973	Bustiglen	bustiglen	CH		0	Europe/Zurich	46.59199	7.97118		Bustiglen		BE	250	576	
11487974	Burst	burst	CH		0	Europe/Zurich	46.61203	7.63485		Burst		BE	249	563	
11487975	Büel	bueel	CH		0	Europe/Zurich	46.61951	7.70361		Buel,Büel		BE	249	567	
11487976	Buechholz	buechholz	CH		0	Europe/Zurich	46.60595	7.70326		Buechholz		BE	249	567	
11487977	Buchholz	buchholz	CH		0	Europe/Zurich	46.613	7.67258		Buchholz		BE	249	567	
11487979	Brandegg	brandegg	CH		0	Europe/Zurich	46.60869	8.01116		Brandegg		BE	250	576	
11487981	Bodmi	bodmi	CH		0	Europe/Zurich	46.61829	7.99482		Bodmi		BE	250	576	
11487982	Bodenallmi	bodenallmi	CH		0	Europe/Zurich	46.60755	7.49644		Bodenallmi		BE	249	762	
11487983	Boden	boden	CH		0	Europe/Zurich	46.58878	7.92845		Boden		BE	250	584	
11487984	Bodeflue	bodeflue	CH		0	Europe/Zurich	46.59238	7.52468		Bodeflue		BE	249	762	
11487985	Bode	bode	CH		0	Europe/Zurich	46.60835	7.41574		Bode		BE	248	791	
11487986	Bode	bode	CH		0	Europe/Zurich	46.60437	7.50909		Bode		BE	249	762	
11487987	Bleiki	bleiki	CH		0	Europe/Zurich	46.61536	7.36428		Bleiki		BE	248	791	
11487988	Blattmad	blattmad	CH		0	Europe/Zurich	46.61644	7.99273		Blattmad		BE	250	576	
11487989	Blatti	blatti	CH		0	Europe/Zurich	46.61247	8.01173		Blatti		BE	250	576	
11487990	Blattestett	blattestett	CH		0	Europe/Zurich	46.61084	7.36238		Blattestett		BE	248	791	
11487991	Blatten	blatten	CH		0	Europe/Zurich	46.60968	7.49644		Blatten		BE	249	762	
11487992	Blasli	blasli	CH		0	Europe/Zurich	46.61387	7.70768		Blasli		BE	249	567	
11487993	Bidem	bidem	CH		0	Europe/Zurich	46.60843	8.01088		Bidem		BE	250	576	
11487994	Beret	beret	CH		0	Europe/Zurich	46.58224	7.36546		Beret		BE	248	791	
11488000	Auf der Gey	auf-der-gey	CH		0	Europe/Zurich	46.61944	8.01334		Auf der Gey		BE	250	576	
11488001	Aspi	aspi	CH		0	Europe/Zurich	46.61693	8.04072		Aspi		BE	250	576	
11488002	Aspen	aspen	CH		0	Europe/Zurich	46.61944	8.0061		Aspen		BE	250	576	
11488003	Äschmad	aeschmad	CH		0	Europe/Zurich	46.58474	7.91467		Aschmad,Äschmad		BE	250	584	
11488004	Äschlersläger	aeschlerslaeger	CH		0	Europe/Zurich	46.61651	7.43714		Aschlerslager,Äschlersläger		BE	249	766	
11488005	Aris	aris	CH		0	Europe/Zurich	46.61001	7.68882		Aris		BE	249	567	
11488006	Anger	anger	CH		0	Europe/Zurich	46.59911	7.50212		Anger		BE	249	762	
11488007	Am Lus	am-lus	CH		0	Europe/Zurich	46.62262	7.99776		Am Lus		BE	250	576	
11488011	Alpweg	alpweg	CH		0	Europe/Zurich	46.5999	7.90046		Alpweg		BE	250	584	
11488012	Äbnet	aebnet	CH		0	Europe/Zurich	46.59695	7.36689		Abnet,Äbnet		BE	248	791	
11488013	Sousberg	sousberg	CH		0	Europe/Zurich	46.60256	7.90433		Sousberg		BE	250	584	
11488014	Rauft	rauft	CH		0	Europe/Zurich	46.61936	7.98233		Rauft		BE	250	576	
11488016	Lusbüel	lusbueel	CH		0	Europe/Zurich	46.61842	7.66159		Lusbuel,Lusbüel		BE	249	567	
11488017	Lee	lee	CH		0	Europe/Zurich	46.61881	7.36338		Lee		BE	248	791	
11488018	Lee	lee	CH		0	Europe/Zurich	46.58272	7.38252		Lee		BE	248	794	
11488022	Ägerti	aegerti	CH		0	Europe/Zurich	46.60967	7.70393		Agerti,Ägerti		BE	249	567	
11488666	Les Vernes	les-vernes	CH		0	Europe/Zurich	46.62342	7.01539		Les Vernes		FR	1003	2160	
11488667	Les Paccottes	les-paccottes	CH		0	Europe/Zurich	46.62322	6.94061		Les Paccottes		FR	1002	2113	
11488668	Chavannettes	chavannettes	CH		0	Europe/Zurich	46.62293	6.81379		Chavannettes		FR	1002	2097	
11488669	Ganet d'Avau	ganet-d-avau	CH		0	Europe/Zurich	46.62274	7.18937		Ganet d'Avau,Ganet d’Avau		FR	1003	2163	
11488670	Drotsu d'En Haut	drotsu-d-en-haut	CH		0	Europe/Zurich	46.62252	7.20031		Drotsu d'En Haut,Drotsu d’En Haut		FR	1003	2163	
11488671	Les Denges	les-denges	CH		0	Europe/Zurich	46.62239	6.80607		Les Denges		FR	1002	2072	
11488672	Untere Müncheberg	untere-muencheberg	CH		0	Europe/Zurich	46.62216	7.30406		Untere Muncheberg,Untere Müncheberg		FR	1003	2138	
11488673	Clos Mathey	clos-mathey	CH		0	Europe/Zurich	46.62199	6.91605		Clos Mathey		FR	1002	2113	
11488674	Les Augustins	les-augustins	CH		0	Europe/Zurich	46.62197	6.83066		Les Augustins		FR	1002	2097	
11488675	Montminard	montminard	CH		0	Europe/Zurich	46.62197	7.17509		Montminard		FR	1003	2163	
11488676	La Moilliette	la-moilliette	CH		0	Europe/Zurich	46.62183	6.8865		La Moilliette		FR	1007	2337	
11488677	Creux du Plex	creux-du-plex	CH		0	Europe/Zurich	46.62181	7.13321		Creux du Plex		FR	1003	2128	
11488679	Ritz	ritz	CH		0	Europe/Zurich	46.62109	7.26222		Ritz		FR	1003	2138	
11488680	Les Communs Dessus	les-communs-dessus	CH		0	Europe/Zurich	46.62084	6.93245		Les Communs Dessus		FR	1002	2113	
11488683	Le Sapaley	le-sapaley	CH		0	Europe/Zurich	46.62066	6.93691		Le Sapaley		FR	1002	2113	
11488684	Les Tenailles	les-tenailles	CH		0	Europe/Zurich	46.62047	6.80663		Les Tenailles		FR	1002	2072	
11488685	Pra Jordan	pra-jordan	CH		0	Europe/Zurich	46.62044	6.86484		Pra Jordan		FR	1002	2102	
11488686	Vieilles Ciernes	vieilles-ciernes	CH		0	Europe/Zurich	46.6196	7.19106		Vieilles Ciernes		FR	1003	2163	
11488687	La Motta	la-motta	CH		0	Europe/Zurich	46.61955	7.03149		La Motta		FR	1003	2160	
11488688	L'Arpille	l-arpille	CH		0	Europe/Zurich	46.61943	7.23514		L'Arpille,L’Arpille		FR	1003	2163	
11488689	Au Vessieux	au-vessieux	CH		0	Europe/Zurich	46.61935	7.08801		Au Vessieux		FR	1003	2143	
11488690	Gerstera	gerstera	CH		0	Europe/Zurich	46.61919	7.27419		Gerstera		FR	1003	2138	
11488691	Les Clos	les-clos	CH		0	Europe/Zurich	46.61899	7.12606		Les Clos		FR	1003	2128	
11488692	Grange Neuve	grange-neuve	CH		0	Europe/Zurich	46.61897	6.95867		Grange Neuve		FR	1003	2152	
11488693	L'Epenetta	l-epenetta	CH		0	Europe/Zurich	46.61892	7.10991		L'Epenetta,L’Epenetta		FR	1003	2123	
11488694	La Sionge	la-sionge	CH		0	Europe/Zurich	46.6189	6.96788		La Sionge		FR	1003	2155	
11488695	Sous Crêt	sous-cret	CH		0	Europe/Zurich	46.61883	7.0342		Sous Cret,Sous Crêt		FR	1003	2160	
11488696	Les Oies	les-oies	CH		0	Europe/Zurich	46.61858	7.08228		Les Oies		FR	1003	2143	
11488697	Fin de Buéry	fin-de-buery	CH		0	Europe/Zurich	46.61845	6.84415		Fin de Buery,Fin de Buéry		FR	1002	2102	
11488698	Corbéry	corbery	CH		0	Europe/Zurich	46.61829	6.86419		Corbery,Corbéry		FR	1002	2102	
11488700	Orsère Dessous	orsere-dessous	CH		0	Europe/Zurich	46.61822	7.2218		Orsere Dessous,Orsère Dessous		FR	1003	2163	
11488701	Gros Ganet	gros-ganet	CH		0	Europe/Zurich	46.61815	7.1974		Gros Ganet		FR	1003	2163	
11488702	Grange Rouge	grange-rouge	CH		0	Europe/Zurich	46.61782	6.81713		Grange Rouge		FR	1002	2097	
11488703	La Chéta	la-cheta	CH		0	Europe/Zurich	46.6177	7.18669		La Cheta,La Chéta		FR	1003	2163	
11488704	La Tannerie	la-tannerie	CH		0	Europe/Zurich	46.61764	6.82585		La Tannerie		FR	1002	2097	
11488705	Le Perry	le-perry	CH		0	Europe/Zurich	46.61744	7.12725		Le Perry		FR	1003	2128	
11488706	Jaquetta Dessous	jaquetta-dessous	CH		0	Europe/Zurich	46.6173	7.22006		Jaquetta Dessous		FR	1003	2163	
11488707	En Jogne	en-jogne	CH		0	Europe/Zurich	46.61724	7.10964		En Jogne		FR	1003	2123	
11488708	Chamba Saugy	chamba-saugy	CH		0	Europe/Zurich	46.61716	6.83657		Chamba Saugy		FR	1002	2097	
11488709	Obere Jansegg	obere-jansegg	CH		0	Europe/Zurich	46.61708	7.26129		Obere Jansegg		FR	1003	2138	
11488710	Les Granges	les-granges	CH		0	Europe/Zurich	46.61708	6.88013		Les Granges		FR	1007	2337	
11488711	Gross Hintermaad	gross-hintermaad	CH		0	Europe/Zurich	46.61702	7.30218		Gross Hintermaad		FR	1003	2138	
11488712	Les Gottisses	les-gottisses	CH		0	Europe/Zurich	46.61682	7.13098		Les Gottisses		FR	1003	2128	
11488713	Lassen	lassen	CH		0	Europe/Zurich	46.61656	7.28514		Lassen		FR	1003	2138	
11488714	La Muetta	la-muetta	CH		0	Europe/Zurich	46.61645	6.97091		La Muetta		FR	1003	2155	
11488715	Le Rosez	le-rosez	CH		0	Europe/Zurich	46.61636	7.00856		Le Rosez		FR	1003	2160	
11488716	En Praz Vert	en-praz-vert	CH		0	Europe/Zurich	46.61587	6.90068		En Praz Vert		FR	1007	2337	
11488719	Les Chéseaux	les-cheseaux	CH		0	Europe/Zurich	46.6157	7.09143		Les Cheseaux,Les Chéseaux		FR	1003	2143	
11488720	Fin du Chêne	fin-du-chene	CH		0	Europe/Zurich	46.61563	7.10724		Fin du Chene,Fin du Chêne		FR	1003	2123	
11488721	Invau	invau	CH		0	Europe/Zurich	46.61552	6.86832		Invau		FR	1002	2102	
11488722	Les Barattes	les-barattes	CH		0	Europe/Zurich	46.61481	6.94005		Les Barattes		FR	1007	2338	
11488723	Les Ponts d'Avau	les-ponts-d-avau	CH		0	Europe/Zurich	46.61462	6.97922		Les Ponts d'Avau,Les Ponts d’Avau		FR	1003	2155	
11488724	La Bolossetta	la-bolossetta	CH		0	Europe/Zurich	46.61451	6.99442		La Bolossetta		FR	1003	2160	
11488725	Hinterturr	hinterturr	CH		0	Europe/Zurich	46.61447	7.28796		Hinterturr		FR	1003	2138	
11488726	Pra Dévaud	pra-devaud	CH		0	Europe/Zurich	46.61444	6.9191		Pra Devaud,Pra Dévaud		FR	1007	2338	
11488727	Les Ponts d'Amont	les-ponts-d-amont	CH		0	Europe/Zurich	46.61438	6.97328		Les Ponts d'Amont,Les Ponts d’Amont		FR	1003	2155	
11488728	Grange à Brelan	grange-a-brelan	CH		0	Europe/Zurich	46.61417	6.92184		Grange a Brelan,Grange à Brelan		FR	1007	2338	
11488729	Pra Mori	pra-mori	CH		0	Europe/Zurich	46.61415	6.95613		Pra Mori		FR	1003	2152	
11488730	Pra Coulin	pra-coulin	CH		0	Europe/Zurich	46.6141	6.90785		Pra Coulin		FR	1007	2338	
11488732	Le Chalet	le-chalet	CH		0	Europe/Zurich	46.61379	6.91082		Le Chalet		FR	1007	2338	
11488733	La Perrillouda	la-perrillouda	CH		0	Europe/Zurich	46.61371	7.21843		La Perrillouda		FR	1003	2163	
11488734	L'Arzillier	l-arzillier	CH		0	Europe/Zurich	46.61362	6.86992		L'Arzillier,L’Arzillier		FR	1002	2102	
11488735	Grangeneuve	grangeneuve	CH		0	Europe/Zurich	46.61325	7.15225		Grangeneuve		FR	1003	2163	
11488736	Les Grandes Bruyères	les-grandes-bruyeres	CH		0	Europe/Zurich	46.61283	6.87706		Les Grandes Bruyeres,Les Grandes Bruyères		FR	1007	2337	
11488737	Sapaley	sapaley	CH		0	Europe/Zurich	46.61279	6.9264		Sapaley		FR	1007	2338	
11488739	Le Diron	le-diron	CH		0	Europe/Zurich	46.61252	6.97806		Le Diron		FR	1003	2155	
11488741	Vorder Maischüpfen	vorder-maischuepfen	CH		0	Europe/Zurich	46.61213	7.24664		Vorder Maischupfen,Vorder Maischüpfen		FR	1003	2138	
11488743	Les Planches	les-planches	CH		0	Europe/Zurich	46.61213	6.84689		Les Planches		FR	1002	2097	
11488745	Montborget	montborget	CH		0	Europe/Zurich	46.6119	6.9337		Montborget		FR	1007	2338	
11488747	Le Liençon	le-liencon	CH		0	Europe/Zurich	46.61165	7.14616		Le Liencon,Le Liençon		FR	1003	2163	
11488748	Les Blessens	les-blessens	CH		0	Europe/Zurich	46.61153	6.92069		Les Blessens		FR	1007	2338	
11488749	Le Gonti	le-gonti	CH		0	Europe/Zurich	46.61137	7.16374		Le Gonti		FR	1003	2163	
11488750	Les Fontanettes	les-fontanettes	CH		0	Europe/Zurich	46.61123	6.83395		Les Fontanettes		FR	1002	2097	
11488754	Fin de Vau	fin-de-vau	CH		0	Europe/Zurich	46.61112	6.85623		Fin de Vau		FR	1002	2102	
11488755	Montésy	montesy	CH		0	Europe/Zurich	46.61094	6.90473		Montesy,Montésy		FR	1007	2338	
11488756	Le Rosat	le-rosat	CH		0	Europe/Zurich	46.61076	7.09866		Le Rosat		FR	1003	2124	
11488757	Selti	selti	CH		0	Europe/Zurich	46.61073	7.30604		Selti		FR	1003	2138	
11488758	Le Séchard	le-sechard	CH		0	Europe/Zurich	46.61066	6.99976		Le Sechard,Le Séchard		FR	1003	2160	
11488759	Les Bioleires	les-bioleires	CH		0	Europe/Zurich	46.61053	7.04167		Les Bioleires		FR	1003	2145	
11488760	Verna	verna	CH		0	Europe/Zurich	46.61048	6.81649		Verna		FR	1002	2097	
11488761	Les Colombettes	les-colombettes	CH		0	Europe/Zurich	46.61039	6.99335		Les Colombettes		FR	1003	2160	
11488762	La Grangette	la-grangette	CH		0	Europe/Zurich	46.61038	7.0164		La Grangette		FR	1003	2160	
11488763	Les Crottes	les-crottes	CH		0	Europe/Zurich	46.60996	6.83043		Les Crottes		FR	1002	2097	
11488764	La Bourlianda	la-bourlianda	CH		0	Europe/Zurich	46.60989	7.1819		La Bourlianda		FR	1003	2163	
11488765	La Monse	la-monse	CH		0	Europe/Zurich	46.60982	7.15672		La Monse		FR	1003	2163	
11488766	Kappelboden	kappelboden	CH		0	Europe/Zurich	46.60978	7.28872		Kappelboden		FR	1003	2138	
11488767	Acherstutz	acherstutz	CH		0	Europe/Zurich	46.60969	7.23599		Acherstutz		FR	1003	2138	
11488770	Schoresberg	schoresberg	CH		0	Europe/Zurich	46.60928	7.25125		Schoresberg		FR	1003	2138	
11488771	Gîte d'Avau	gite-d-avau	CH		0	Europe/Zurich	46.60907	7.13398		Gite d'Avau,Gîte d’Avau		FR	1003	2124	
11488772	Gros Essert	gros-essert	CH		0	Europe/Zurich	46.60895	6.84294		Gros Essert		FR	1002	2097	
11488774	Pra Lassey	pra-lassey	CH		0	Europe/Zurich	46.60881	6.97688		Pra Lassey		FR	1003	2155	
11488776	Les Auges	les-auges	CH		0	Europe/Zurich	46.60876	7.1907		Les Auges		FR	1003	2163	
11488778	Champ Guiguet	champ-guiguet	CH		0	Europe/Zurich	46.6086	6.87164		Champ Guiguet		FR	1007	2337	
11488779	Lè Tiolêrè	le-tiolere	CH		0	Europe/Zurich	46.60842	7.074		Le Tiolere,Lè Tiolêrè		FR	1003	2125	
11488780	Pra au Favre	pra-au-favre	CH		0	Europe/Zurich	46.60838	6.98117		Pra au Favre		FR	1003	2160	
11488781	Weidli	weidli	CH		0	Europe/Zurich	46.60836	7.30634		Weidli		FR	1003	2138	
11488782	Bataille	bataille	CH		0	Europe/Zurich	46.60817	7.11117		Bataille		FR	1003	2124	
11488783	Le Basset	le-basset	CH		0	Europe/Zurich	46.60817	6.89957		Le Basset		FR	1007	2338	
11488784	Les Citards	les-citards	CH		0	Europe/Zurich	46.60804	7.02961		Les Citards		FR	1003	2125	
11488785	La Cierne	la-cierne	CH		0	Europe/Zurich	46.60802	7.19694		La Cierne		FR	1003	2163	
11488786	Bouleyres	bouleyres	CH		0	Europe/Zurich	46.60802	7.08654		Bouleyres		FR	1003	2125	
11488787	Les Asses	les-asses	CH		0	Europe/Zurich	46.60794	6.99257		Les Asses		FR	1003	2160	
11488788	Longequeue dessous	longequeue-dessous	CH		0	Europe/Zurich	46.60773	7.03581		Longequeue dessous		FR	1003	2145	
11488789	Kürzi	kuerzi	CH		0	Europe/Zurich	46.60765	7.26617		Kurzi,Kürzi		FR	1003	2138	
11488793	Petits Fornis	petits-fornis	CH		0	Europe/Zurich	46.60722	7.20482		Petits Fornis		FR	1003	2163	
11488794	Pra Lé Avau	pra-le-avau	CH		0	Europe/Zurich	46.60692	7.15454		Pra Le Avau,Pra Lé Avau		FR	1003	2163	
11488795	Pré de Joux	pre-de-joux	CH		0	Europe/Zurich	46.6069	7.13976		Pre de Joux,Pré de Joux		FR	1003	2124	
11488797	Büelsweid	bueelsweid	CH		0	Europe/Zurich	46.6068	7.27026		Buelsweid,Büelsweid		FR	1003	2138	
11488798	Grand Pra	grand-pra	CH		0	Europe/Zurich	46.6068	6.93625		Grand Pra		FR	1007	2338	
11488799	Longequeue dessus	longequeue-dessus	CH		0	Europe/Zurich	46.60671	7.03692		Longequeue dessus		FR	1003	2145	
11488800	Favaule	favaule	CH		0	Europe/Zurich	46.60663	7.12717		Favaule		FR	1003	2124	
11488801	Unter Obfängli	unter-obfaengli	CH		0	Europe/Zurich	46.60663	7.31066		Unter Obfangli,Unter Obfängli		FR	1003	2138	
11488802	Les Cartiers	les-cartiers	CH		0	Europe/Zurich	46.60656	7.18684		Les Cartiers		FR	1003	2163	
11488803	Cuquerens	cuquerens	CH		0	Europe/Zurich	46.60655	7.01724		Cuquerens		FR	1003	2125	
11488805	La Mosse d'en Bas	la-mosse-d-en-bas	CH		0	Europe/Zurich	46.60634	6.91768		La Mosse d'en Bas,La Mosse d’en Bas		FR	1007	2338	
11488806	Unter Moos	unter-moos	CH		0	Europe/Zurich	46.60584	7.28272		Unter Moos		FR	1003	2138	
11488807	La Pouta	la-pouta	CH		0	Europe/Zurich	46.60578	7.18425		La Pouta		FR	1003	2163	
11488808	Joux à Britze	joux-a-britze	CH		0	Europe/Zurich	46.60578	6.94199		Joux a Britze,Joux à Britze		FR	1007	2338	
11488809	Prâ dè Mâ	pra-de-ma	CH		0	Europe/Zurich	46.60575	7.04321		Pra de Ma,Prâ dè Mâ		FR	1003	2125	
11488810	Les Obasseyres	les-obasseyres	CH		0	Europe/Zurich	46.60563	6.93222		Les Obasseyres		FR	1007	2338	
11488811	Le Gottau	le-gottau	CH		0	Europe/Zurich	46.60557	6.82097		Le Gottau		FR	1002	2097	
11488812	Arlens	arlens	CH		0	Europe/Zurich	46.60556	6.83381		Arlens		FR	1002	2097	
11488813	Pra Berney	pra-berney	CH		0	Europe/Zurich	46.6055	6.90813		Pra Berney		FR	1007	2338	
11488814	Weibelsried	weibelsried	CH		0	Europe/Zurich	46.6055	7.30267		Weibelsried		FR	1003	2138	
11488815	Egg	egg	CH		0	Europe/Zurich	46.6055	7.29627		Egg		FR	1003	2138	
11488816	Gîte de Joux	gite-de-joux	CH		0	Europe/Zurich	46.60543	7.14182		Gite de Joux,Gîte de Joux		FR	1003	2124	
11488817	La Magnenetta	la-magnenetta	CH		0	Europe/Zurich	46.60542	7.01174		La Magnenetta		FR	1003	2160	
11488818	Gros Fornis	gros-fornis	CH		0	Europe/Zurich	46.60521	7.20593		Gros Fornis		FR	1003	2163	
11488819	La Fulateire	la-fulateire	CH		0	Europe/Zurich	46.60521	7.17827		La Fulateire		FR	1003	2163	
11488820	Les Esserts	les-esserts	CH		0	Europe/Zurich	46.60504	7.15377		Les Esserts		FR	1003	2163	
11488823	La Fin	la-fin	CH		0	Europe/Zurich	46.60462	6.89917		La Fin		FR	1007	2338	
11488824	Oberberg	oberberg	CH		0	Europe/Zurich	46.60452	7.23827		Oberberg		FR	1003	2138	
11488825	Les Aunes	les-aunes	CH		0	Europe/Zurich	46.60433	6.99273		Les Aunes		FR	1003	2160	
11488826	Petermanda	petermanda	CH		0	Europe/Zurich	46.60427	7.28851		Petermanda		FR	1003	2138	
11488827	Zur Eich	zur-eich	CH		0	Europe/Zurich	46.60415	7.25161		Zur Eich		FR	1003	2138	
11488830	Montilion	montilion	CH		0	Europe/Zurich	46.60399	7.04036		Montilion		FR	1003	2145	
11488831	La Gisetta	la-gisetta	CH		0	Europe/Zurich	46.60397	6.95182		La Gisetta		FR	1003	2152	
11488833	Chez les Currat	chez-les-currat	CH		0	Europe/Zurich	46.60381	6.90245		Chez les Currat		FR	1007	2338	
11488835	Le Chêne	le-chene	CH		0	Europe/Zurich	46.60375	7.1224		Le Chene,Le Chêne		FR	1003	2124	
11488836	Jognins du Milieu	jognins-du-milieu	CH		0	Europe/Zurich	46.60361	7.18058		Jognins du Milieu		FR	1003	2163	
11488837	Vers Champey	vers-champey	CH		0	Europe/Zurich	46.60352	6.89339		Vers Champey		FR	1007	2338	
11488838	La Gîte	la-gite	CH		0	Europe/Zurich	46.6034	7.05178		La Gite,La Gîte		FR	1003	2125	
11488839	Eschiens	eschiens	CH		0	Europe/Zurich	46.60332	6.81114		Eschiens		FR	1002	2072	
11488840	Oberfang	oberfang	CH		0	Europe/Zurich	46.60331	7.30202		Oberfang		FR	1003	2138	
11488841	Les Case	les-case	CH		0	Europe/Zurich	46.60313	6.90851		Les Case		FR	1007	2338	
11488843	Le Pissot	le-pissot	CH		0	Europe/Zurich	46.60296	7.11616		Le Pissot		FR	1003	2124	
11488844	Gillerby	gillerby	CH		0	Europe/Zurich	46.60267	7.13586		Gillerby		FR	1003	2124	
11488845	Bouleyres	bouleyres	CH		0	Europe/Zurich	46.60292	7.09372		Bouleyres		FR	1003	2124	
11488846	Champ Barau	champ-barau	CH		0	Europe/Zurich	46.60254	6.91427		Champ Barau		FR	1007	2338	
11488847	Rochena d'Amon	rochena-d-amon	CH		0	Europe/Zurich	46.60244	7.0531		Rochena d'Amon,Rochena d’Amon		FR	1003	2145	
11488848	La Gîte-à-Meyer	la-gite-a-meyer	CH		0	Europe/Zurich	46.60237	7.03485		La Gite-a-Meyer,La Gîte-à-Meyer		FR	1003	2125	
11488849	L'Hépetauda Dessous	l-hepetauda-dessous	CH		0	Europe/Zurich	46.60236	7.19421		L'Hepetauda Dessous,L’Hépetauda Dessous		FR	1003	2163	
11488850	La Gisetta	la-gisetta	CH		0	Europe/Zurich	46.60225	7.00412		La Gisetta		FR	1003	2160	
11488851	Les Cergnes	les-cergnes	CH		0	Europe/Zurich	46.60213	6.83787		Les Cergnes		FR	1002	2097	
11488852	Le Laquier	le-laquier	CH		0	Europe/Zurich	46.60193	7.13126		Le Laquier		FR	1003	2124	
11488853	Stützli	stuetzli	CH		0	Europe/Zurich	46.60179	7.23977		Stutzli,Stützli		FR	1003	2138	
11488854	Pra Jean	pra-jean	CH		0	Europe/Zurich	46.60177	7.20697		Pra Jean		FR	1003	2138	
11488855	Perlersweid	perlersweid	CH		0	Europe/Zurich	46.60175	7.22586		Perlersweid		FR	1003	2138	
11488856	Jognins Dessus	jognins-dessus	CH		0	Europe/Zurich	46.60173	7.1771		Jognins Dessus		FR	1003	2163	
11488857	Burpel	burpel	CH		0	Europe/Zurich	46.60154	7.30741		Burpel		FR	1003	2138	
11488858	Pra Novi	pra-novi	CH		0	Europe/Zurich	46.60146	7.05154		Pra Novi		FR	1003	2145	
11488859	Les Ponteires	les-ponteires	CH		0	Europe/Zurich	46.60146	6.87669		Les Ponteires		FR	1007	2337	
11488860	Vorderi Pilarda	vorderi-pilarda	CH		0	Europe/Zurich	46.60144	7.29138		Vorderi Pilarda		FR	1003	2138	
11488861	Grosse Gîte	grosse-gite	CH		0	Europe/Zurich	46.60135	7.1248		Grosse Gite,Grosse Gîte		FR	1003	2124	
11488862	La Maillarda	la-maillarda	CH		0	Europe/Zurich	46.60129	6.83145		La Maillarda		FR	1002	2097	
11488863	Les Chapalettes	les-chapalettes	CH		0	Europe/Zurich	46.60128	6.85614		Les Chapalettes		FR	1007	2337	
11488864	Les Ciernes	les-ciernes	CH		0	Europe/Zurich	46.60111	6.97992		Les Ciernes		FR	1003	2155	
11488865	La Cuva	la-cuva	CH		0	Europe/Zurich	46.60111	6.99291		La Cuva		FR	1003	2160	
11488866	Steinweidli	steinweidli	CH		0	Europe/Zurich	46.60095	7.28443		Steinweidli		FR	1003	2138	
11488867	L'Hépetauda Dessus	l-hepetauda-dessus	CH		0	Europe/Zurich	46.60094	7.18825		L'Hepetauda Dessus,L’Hépetauda Dessus		FR	1003	2163	
11488868	Brémudens	bremudens	CH		0	Europe/Zurich	46.60085	6.92051		Bremudens,Brémudens		FR	1007	2338	
11488869	L'Albergeux	l-albergeux	CH		0	Europe/Zurich	46.60081	7.03797		L'Albergeux,L’Albergeux		FR	1003	2145	
11488870	La Combetta	la-combetta	CH		0	Europe/Zurich	46.6008	7.04164		La Combetta		FR	1003	2145	
11488871	La Cergne	la-cergne	CH		0	Europe/Zurich	46.60074	6.88157		La Cergne		FR	1007	2337	
11488872	Vorsatzli	vorsatzli	CH		0	Europe/Zurich	46.60074	7.23257		Vorsatzli		FR	1003	2138	
11488873	Bipraz	bipraz	CH		0	Europe/Zurich	46.60074	6.88491		Bipraz		FR	1007	2337	
11488874	Cierne-Bon	cierne-bon	CH		0	Europe/Zurich	46.60068	7.00016		Cierne-Bon		FR	1003	2160	
11488875	Champ de l'Eglise	champ-de-l-eglise	CH		0	Europe/Zurich	46.60051	6.92858		Champ de l'Eglise,Champ de l’Eglise		FR	1007	2338	
11488876	Les Arquinces	les-arquinces	CH		0	Europe/Zurich	46.60041	7.12066		Les Arquinces		FR	1003	2124	
11488877	Prâ Dêrê	pra-dere	CH		0	Europe/Zurich	46.60038	7.08905		Pra Dere,Prâ Dêrê		FR	1003	2135	
11488881	La Perrause	la-perrause	CH		0	Europe/Zurich	46.60022	7.03235		La Perrause		FR	1003	2125	
11488883	Pra Jean Derrey	pra-jean-derrey	CH		0	Europe/Zurich	46.6	7.20258		Pra Jean Derrey		FR	1003	2138	
11488884	Pra Novi	pra-novi	CH		0	Europe/Zurich	46.59981	7.04931		Pra Novi		FR	1003	2145	
11488886	Les Rodzâlè	les-rodzale	CH		0	Europe/Zurich	46.59972	7.05476		Les Rodzale,Les Rodzâlè		FR	1003	2145	
11488890	Les Invuettes Dessus	les-invuettes-dessus	CH		0	Europe/Zurich	46.59928	7.19357		Les Invuettes Dessus		FR	1003	2163	
11488891	Hinteri Pilarda	hinteri-pilarda	CH		0	Europe/Zurich	46.59922	7.2965		Hinteri Pilarda		FR	1003	2138	
11488893	Saint-Joseph	saint-joseph	CH		0	Europe/Zurich	46.59902	6.84474		Saint-Joseph		FR	1002	2097	
11488897	Les Chupiailles	les-chupiailles	CH		0	Europe/Zurich	46.59855	6.94432		Les Chupiailles		FR	1007	2338	
11488899	Pugissia	pugissia	CH		0	Europe/Zurich	46.59824	6.87026		Pugissia		FR	1007	2337	
11488900	Pra Riond	pra-riond	CH		0	Europe/Zurich	46.59822	7.08536		Pra Riond		FR	1003	2135	
11488901	Les Invuettes Dessous	les-invuettes-dessous	CH		0	Europe/Zurich	46.59798	7.20015		Les Invuettes Dessous		FR	1003	2163	
11488902	Beauregard	beauregard	CH		0	Europe/Zurich	46.59797	7.02001		Beauregard		FR	1003	2135	
11488903	Krämersweidli	kraemersweidli	CH		0	Europe/Zurich	46.59795	7.21818		Kramersweidli,Krämersweidli		FR	1003	2138	
11488904	Grange-Neuve	grange-neuve	CH		0	Europe/Zurich	46.5977	7.02773		Grange-Neuve		FR	1003	2125	
11488905	Les Chapelettes	les-chapelettes	CH		0	Europe/Zurich	46.59765	6.83955		Les Chapelettes		FR	1002	2066	
11488906	Petit Haut Crêt	petit-haut-cret	CH		0	Europe/Zurich	46.59764	7.17819		Petit Haut Cret,Petit Haut Crêt		FR	1003	2163	
11488907	Pra Jouli	pra-jouli	CH		0	Europe/Zurich	46.59755	7.04032		Pra Jouli		FR	1003	2145	
11488909	Sur la Mort	sur-la-mort	CH		0	Europe/Zurich	46.59748	6.93234		Sur la Mort		FR	1007	2338	
11488912	Petit-Pré-de-Chêne	petit-pre-de-chene	CH		0	Europe/Zurich	46.59727	7.06628		Petit-Pre-de-Chene,Petit-Pré-de-Chêne		FR	1003	2125	
11488914	Chez les Currat d'Avau	chez-les-currat-d-avau	CH		0	Europe/Zurich	46.59715	6.90572		Chez les Currat d'Avau,Chez les Currat d’Avau		FR	1007	2338	
11488915	Pra Possy	pra-possy	CH		0	Europe/Zurich	46.59704	7.10679		Pra Possy		FR	1003	2124	
11488918	La Villaire	la-villaire	CH		0	Europe/Zurich	46.59679	6.87664		La Villaire		FR	1007	2337	
11488919	La Salette	la-salette	CH		0	Europe/Zurich	46.59671	6.93708		La Salette		FR	1007	2338	
11488920	Schwendi	schwendi	CH		0	Europe/Zurich	46.59648	7.23142		Schwendi		FR	1003	2138	
11488922	La Petite-Oubèca	la-petite-oubeca	CH		0	Europe/Zurich	46.59629	7.02904		La Petite-Oubeca,La Petite-Oubèca		FR	1003	2125	
11488924	Champ de la Croix	champ-de-la-croix	CH		0	Europe/Zurich	46.596	6.82781		Champ de la Croix		FR	1002	2097	
11488927	Perrey Martin	perrey-martin	CH		0	Europe/Zurich	46.5958	6.85449		Perrey Martin		FR	1007	2337	
11488930	Musersbergli	musersbergli	CH		0	Europe/Zurich	46.59559	7.2837		Musersbergli		FR	1003	2138	
11488934	Les Marches	les-marches	CH		0	Europe/Zurich	46.59496	7.10107		Les Marches		FR	1003	2124	
11488940	Les Gottes	les-gottes	CH		0	Europe/Zurich	46.59378	7.08535		Les Gottes		FR	1003	2135	
11488942	La Grosse-Oubèca	la-grosse-oubeca	CH		0	Europe/Zurich	46.59366	7.02925		La Grosse-Oubeca,La Grosse-Oubèca		FR	1003	2125	
11488949	La Quartenouda	la-quartenouda	CH		0	Europe/Zurich	46.59297	7.14985		La Quartenouda		FR	1003	2135	
11488950	Portes d'en Bas	portes-d-en-bas	CH		0	Europe/Zurich	46.59296	6.9957		Portes d'en Bas,Portes d’en Bas		FR	1003	2160	
11488951	Prâ Melê	pra-mele	CH		0	Europe/Zurich	46.59294	7.07283		Pra Mele,Prâ Melê		FR	1003	2135	
11488952	Les Grô Prâ	les-gro-pra	CH		0	Europe/Zurich	46.59287	7.0464		Les Gro Pra,Les Grô Prâ		FR	1003	2145	
11488953	Les Fossalets	les-fossalets	CH		0	Europe/Zurich	46.59277	7.15602		Les Fossalets		FR	1003	2135	
11488954	Gros Haut Crêt	gros-haut-cret	CH		0	Europe/Zurich	46.59269	7.17875		Gros Haut Cret,Gros Haut Crêt		FR	1003	2163	
11488955	Weidli	weidli	CH		0	Europe/Zurich	46.59268	7.23845		Weidli		FR	1003	2138	
11488956	Gros-Sauvage	gros-sauvage	CH		0	Europe/Zurich	46.59268	6.94083		Gros-Sauvage		FR	1007	2336	
11488957	Les Preises	les-preises	CH		0	Europe/Zurich	46.59258	6.88893		Les Preises		FR	1007	2335	
11488958	Clos Dey	clos-dey	CH		0	Europe/Zurich	46.59227	6.90862		Clos Dey		FR	1007	2338	
11488959	Les Planches	les-planches	CH		0	Europe/Zurich	46.59218	6.89947		Les Planches		FR	1007	2335	
11488960	Grand Clos	grand-clos	CH		0	Europe/Zurich	46.59215	7.08574		Grand Clos		FR	1003	2135	
11488961	Grat	grat	CH		0	Europe/Zurich	46.59205	7.29621		Grat		FR	1003	2138	
11488964	Uf der Matta	uf-der-matta	CH		0	Europe/Zurich	46.592	7.30607		Uf der Matta		FR	1003	2138	
11488966	La Rochua Dessus	la-rochua-dessus	CH		0	Europe/Zurich	46.59192	7.1923		La Rochua Dessus		FR	1003	2163	
11488967	Château de Colon	chateau-de-colon	CH		0	Europe/Zurich	46.59192	6.83207		Chateau de Colon,Château de Colon		FR	1002	2097	
11488969	Le Tribulliet	le-tribulliet	CH		0	Europe/Zurich	46.59181	6.89035		Le Tribulliet		FR	1007	2335	
11488972	Groins d'En-bas	groins-d-en-bas	CH		0	Europe/Zurich	46.59159	7.14963		Groins d'En-bas,Groins d’En-bas		FR	1003	2135	
11488975	Les Chaumiaux	les-chaumiaux	CH		0	Europe/Zurich	46.59129	7.09008		Les Chaumiaux		FR	1003	2135	
11488978	Lo Piâno	lo-piano	CH		0	Europe/Zurich	46.59083	7.03736		Lo Piano,Lo Piâno		FR	1003	2125	
11488980	Groins du Milieu	groins-du-milieu	CH		0	Europe/Zurich	46.59046	7.14271		Groins du Milieu		FR	1003	2135	
11488981	Steinbergli	steinbergli	CH		0	Europe/Zurich	46.59045	7.22645		Steinbergli		FR	1003	2138	
11488982	Clos du Pont	clos-du-pont	CH		0	Europe/Zurich	46.59038	7.09401		Clos du Pont		FR	1003	2135	
11488983	La Rochua Dessous	la-rochua-dessous	CH		0	Europe/Zurich	46.59033	7.19189		La Rochua Dessous		FR	1003	2163	
11488986	Grosse Gîte	grosse-gite	CH		0	Europe/Zurich	46.59009	6.95085		Grosse Gite,Grosse Gîte		FR	1007	2336	
11488987	Chli Sattel	chli-sattel	CH		0	Europe/Zurich	46.58997	7.26987		Chli Sattel		FR	1003	2138	
11488988	Groins dessus	groins-dessus	CH		0	Europe/Zurich	46.5899	7.13896		Groins dessus		FR	1003	2135	
11488990	Moulin de Copet	moulin-de-copet	CH		0	Europe/Zurich	46.58957	6.81459		Moulin de Copet		FR	1002	2097	
11488992	Portes d'en Haut	portes-d-en-haut	CH		0	Europe/Zurich	46.58945	6.99365		Portes d'en Haut,Portes d’en Haut		FR	1003	2160	
11488993	En Plan	en-plan	CH		0	Europe/Zurich	46.58875	6.86309		En Plan		FR	1007	2335	
11488999	La Châtelaine	la-chatelaine	CH		0	Europe/Zurich	46.58837	6.92716		La Chatelaine,La Châtelaine		FR	1007	2338	
11489000	Pra Riondet	pra-riondet	CH		0	Europe/Zurich	46.5883	6.94377		Pra Riondet		FR	1007	2336	
11489001	Agnère	agnere	CH		0	Europe/Zurich	46.58827	6.93438		Agnere,Agnère		FR	1007	2338	
11489004	Le Carmel	le-carmel	CH		0	Europe/Zurich	46.58797	7.05526		Le Carmel		FR	1003	2145	
11489005	Petit Bovatey	petit-bovatey	CH		0	Europe/Zurich	46.58779	7.17375		Petit Bovatey		FR	1003	2163	
11489007	Le Gotau	le-gotau	CH		0	Europe/Zurich	46.58773	6.90164		Le Gotau		FR	1007	2335	
11489010	Les Chavonnes d'Amon	les-chavonnes-d-amon	CH		0	Europe/Zurich	46.58736	7.05286		Les Chavonnes d'Amon,Les Chavonnes d’Amon		FR	1003	2145	
11489016	Les Saugys	les-saugys	CH		0	Europe/Zurich	46.58713	7.06806		Les Saugys		FR	1003	2135	
11489017	Gros Bovatey	gros-bovatey	CH		0	Europe/Zurich	46.58709	7.17671		Gros Bovatey		FR	1003	2163	
11489019	Unter Sattel	unter-sattel	CH		0	Europe/Zurich	46.58672	7.27172		Unter Sattel		FR	1003	2138	
11489021	Les Mélets	les-melets	CH		0	Europe/Zurich	46.58648	6.80759		Les Melets,Les Mélets		FR	1002	2061	
11489022	Le Brésil	le-bresil	CH		0	Europe/Zurich	46.58644	7.0724		Le Bresil,Le Brésil		FR	1003	2135	
11489023	Chez les Bossel	chez-les-bossel	CH		0	Europe/Zurich	46.58614	6.8779		Chez les Bossel		FR	1007	2335	
11489025	Pra Vuidier	pra-vuidier	CH		0	Europe/Zurich	46.5861	6.85921		Pra Vuidier		FR	1007	2335	
11489027	La Nouta	la-nouta	CH		0	Europe/Zurich	46.58581	7.073		La Nouta		FR	1003	2135	
11489028	Grand Clos	grand-clos	CH		0	Europe/Zurich	46.58565	6.82279		Grand Clos		FR	1002	2097	
11489029	La Marmotte	la-marmotte	CH		0	Europe/Zurich	46.58563	7.05576		La Marmotte		FR	1003	2145	
11489031	Le Pralet	le-pralet	CH		0	Europe/Zurich	46.58562	7.16277		Le Pralet		FR	1003	2163	
11489032	Mittler Sattel	mittler-sattel	CH		0	Europe/Zurich	46.58542	7.26592		Mittler Sattel		FR	1003	2138	
11489033	Les Baboles	les-baboles	CH		0	Europe/Zurich	46.58538	6.93946		Les Baboles		FR	1007	2336	
11489034	Les Caudrés	les-caudres	CH		0	Europe/Zurich	46.58536	6.86216		Les Caudres,Les Caudrés		FR	1007	2335	
11489036	Les Combes-du-Milieu	les-combes-du-milieu	CH		0	Europe/Zurich	46.58522	7.11839		Les Combes-du-Milieu		FR	1003	2135	
11489038	Les Combes-Dessus	les-combes-dessus	CH		0	Europe/Zurich	46.58511	7.12472		Les Combes-Dessus		FR	1003	2135	
11489039	Clos Aubert	clos-aubert	CH		0	Europe/Zurich	46.58497	6.89644		Clos Aubert		FR	1007	2335	
11489043	Les Gros-Fours	les-gros-fours	CH		0	Europe/Zurich	46.58459	7.03928		Les Gros-Fours		FR	1003	2125	
11489044	Gros Troncs	gros-troncs	CH		0	Europe/Zurich	46.5845	6.94936		Gros Troncs		FR	1007	2336	
11489051	Pra Linlia	pra-linlia	CH		0	Europe/Zurich	46.58355	6.92364		Pra Linlia		FR	1007	2336	
11489055	Crêt d'Illens	cret-d-illens	CH		0	Europe/Zurich	46.58328	6.84072		Cret d'Illens,Crêt d’Illens		FR	1002	2066	
11489057	Le Creux	le-creux	CH		0	Europe/Zurich	46.58318	7.06776		Le Creux		FR	1003	2135	
11489058	Les Combes Dessous	les-combes-dessous	CH		0	Europe/Zurich	46.58311	7.11236		Les Combes Dessous		FR	1003	2135	
11489059	Les Gruyères	les-gruyeres	CH		0	Europe/Zurich	46.58296	7.08801		Les Gruyeres,Les Gruyères		FR	1003	2135	
11489065	Les Petits-Fours	les-petits-fours	CH		0	Europe/Zurich	46.5825	7.0381		Les Petits-Fours		FR	1003	2125	
11489067	La Morarda	la-morarda	CH		0	Europe/Zurich	46.58231	7.16952		La Morarda		FR	1003	2163	
11489070	Ober Sattel	ober-sattel	CH		0	Europe/Zurich	46.58198	7.2676		Ober Sattel		FR	1003	2138	
11489071	A la Petite Chia	a-la-petite-chia	CH		0	Europe/Zurich	46.58193	7.02971		A la Petite Chia		FR	1003	2125	
11489072	Bruch	bruch	CH		0	Europe/Zurich	46.5819	7.30218		Bruch		FR	1003	2138	
11489074	Le Bourgo	le-bourgo	CH		0	Europe/Zurich	46.58177	7.07656		Le Bourgo		FR	1003	2135	
11489080	Joux-du-Pâquier	joux-du-paquier	CH		0	Europe/Zurich	46.58124	7.02104		Joux-du-Paquier,Joux-du-Pâquier		FR	1003	2135	
11492798	Vers chez les Rod	vers-chez-les-rod	CH		0	Europe/Zurich	46.61723	6.74874		Vers chez les Rod		VD	2222	5798	
11492799	Ussières	ussieres	CH		0	Europe/Zurich	46.6011	6.75499		Ussieres,Ussières		VD	2222	5798	
11492800	Tribillet	tribillet	CH		0	Europe/Zurich	46.58868	6.20778		Tribillet		VD	2224	5872	
11492801	Sur le Pré	sur-le-pre	CH		0	Europe/Zurich	46.61098	6.41092		Sur le Pre,Sur le Pré		VD	2227	5486	
11492802	Sur le Crêt	sur-le-cret	CH		0	Europe/Zurich	46.60607	6.25492		Sur le Cret,Sur le Crêt		VD	2224	5872	
11492803	Soveillame	soveillame	CH		0	Europe/Zurich	46.59388	6.4874		Soveillame		VD	2227	5499	
11492805	Riau Graubon	riau-graubon	CH		0	Europe/Zurich	46.59055	6.73536		Riau Graubon		VD	2222	5785	
11492806	Ranch du Bois d'Archan	ranch-du-bois-d-archan	CH		0	Europe/Zurich	46.59777	6.6577		Ranch du Bois d'Archan,Ranch du Bois d’Archan		VD	2223	5515	
11492807	Pré d'Etoy	pre-d-etoy	CH		0	Europe/Zurich	46.60481	6.31186		Pre d'Etoy,Pré d’Etoy		VD	2224	5871	
11492810	Pra Botsard	pra-botsard	CH		0	Europe/Zurich	46.61577	6.78033		Pra Botsard		VD	2222	5803	
11492811	Piguet Dessus	piguet-dessus	CH		0	Europe/Zurich	46.59766	6.20403		Piguet Dessus		VD	2224	5872	
11492812	Pièce chez Marc	piece-chez-marc	CH		0	Europe/Zurich	46.60327	6.26466		Piece chez Marc,Pièce chez Marc		VD	2224	5872	
11492813	Pièce aux Reymond	piece-aux-reymond	CH		0	Europe/Zurich	46.60707	6.27039		Piece aux Reymond,Pièce aux Reymond		VD	2224	5871	
11492814	Pièce à Neveu	piece-a-neveu	CH		0	Europe/Zurich	46.61309	6.27817		Piece a Neveu,Pièce à Neveu		VD	2224	5871	
11492817	Paradis	paradis	CH		0	Europe/Zurich	46.62252	6.57977		Paradis		VD	2223	5471	
11492818	Pacoton	pacoton	CH		0	Europe/Zurich	46.5998	6.75195		Pacoton		VD	2222	5798	
11492820	Moulin d'Assens	moulin-d-assens	CH		0	Europe/Zurich	46.61472	6.63883		Moulin d'Assens,Moulin d’Assens		VD	2223	5511	
11492821	Moulin d'Amour	moulin-d-amour	CH		0	Europe/Zurich	46.5838	6.52502		Moulin d'Amour,Moulin d’Amour		VD	2227	5484	
11492823	Moille du Perey	moille-du-perey	CH		0	Europe/Zurich	46.60539	6.75126		Moille du Perey		VD	2222	5798	
11492824	Moille au Blanc	moille-au-blanc	CH		0	Europe/Zurich	46.59439	6.73118		Moille au Blanc		VD	2222	5785	
11492826	Maringoz	maringoz	CH		0	Europe/Zurich	46.59987	6.38295		Maringoz		VD	2227	5492	
11492827	Mannessivaz	mannessivaz	CH		0	Europe/Zurich	46.58293	6.78248		Mannessivaz		VD	2226	5799	
11492828	Mandou	mandou	CH		0	Europe/Zurich	46.6148	6.67171		Mandou		VD	2223	5514	
11492829	Malapalud	malapalud	CH		0	Europe/Zurich	46.62071	6.64128		Malapalud		VD	2223	5511	
11492830	Main de Fer	main-de-fer	CH		0	Europe/Zurich	46.60271	6.76084		Main de Fer		VD	2226	5806	
11492831	L'Ouffemaz	l-ouffemaz	CH		0	Europe/Zurich	46.59385	6.51207		L'Ouffemaz,L’Ouffemaz		VD	2227	5484	
11492832	Les Vaux	les-vaux	CH		0	Europe/Zurich	46.60658	6.76		Les Vaux		VD	2222	5798	
11492833	Les Troncs	les-troncs	CH		0	Europe/Zurich	46.61355	6.68297		Les Troncs		VD	2223	5514	
11492834	Les Troncs	les-troncs	CH		0	Europe/Zurich	46.58893	6.76062		Les Troncs		VD	2226	5806	
11492835	Les Toches	les-toches	CH		0	Europe/Zurich	46.6181	6.3921		Les Toches		VD	2227	5486	
11492836	Les Tailles	les-tailles	CH		0	Europe/Zurich	46.60824	6.72924		Les Tailles		VD	2222	5785	
11492837	Les Saugealles	les-saugealles	CH		0	Europe/Zurich	46.5871	6.67567		Les Saugealles		VD	2225	5586	
11492839	Les Petits Troncs	les-petits-troncs	CH		0	Europe/Zurich	46.61715	6.67896		Les Petits Troncs		VD	2223	5514	
11492840	Les Linardes	les-linardes	CH		0	Europe/Zurich	46.62022	6.51259		Les Linardes		VD	2227	5477	
11492841	Les Laviaux	les-laviaux	CH		0	Europe/Zurich	46.61904	6.77898		Les Laviaux		VD	2222	5692	
11492842	Les Granges	les-granges	CH		0	Europe/Zurich	46.6049	6.75719		Les Granges		VD	2222	5798	
11492844	Les Fûves	les-fuves	CH		0	Europe/Zurich	46.60807	6.26131		Les Fuves,Les Fûves		VD	2224	5872	
11492845	Les Etramaz	les-etramaz	CH		0	Europe/Zurich	46.61702	6.6469		Les Etramaz		VD	2223	5514	
11492846	Les Etramaz	les-etramaz	CH		0	Europe/Zurich	46.61606	6.65063		Les Etramaz		VD	2223	5514	
11492848	Les Cornes	les-cornes	CH		0	Europe/Zurich	46.61868	6.71092		Les Cornes		VD	2223	5804	
11492849	Les Chênes	les-chenes	CH		0	Europe/Zurich	46.61074	6.73264		Les Chenes,Les Chênes		VD	2222	5785	
11492850	Les Adelins	les-adelins	CH		0	Europe/Zurich	46.611	6.69207		Les Adelins		VD	2223	5533	
11492851	Le Vuarno	le-vuarno	CH		0	Europe/Zurich	46.61723	6.71206		Le Vuarno		VD	2223	5804	
11492852	Le Verdaux	le-verdaux	CH		0	Europe/Zurich	46.58621	6.42673		Le Verdaux		VD	2227	5494	
11492853	Le Tivoli	le-tivoli	CH		0	Europe/Zurich	46.61758	6.22924		Le Tivoli		VD	2224	5872	
11492855	Le Sétif	le-setif	CH		0	Europe/Zurich	46.60059	6.45365		Le Setif,Le Sétif		VD	2227	5485	
11492856	Le Risel	le-risel	CH		0	Europe/Zurich	46.61572	6.33992		Le Risel		VD	2227	5492	
11492857	Le Planoz	le-planoz	CH		0	Europe/Zurich	46.58716	6.20355		Le Planoz		VD	2224	5872	
11492858	Le Petit Essert	le-petit-essert	CH		0	Europe/Zurich	46.61514	6.38341		Le Petit Essert		VD	2227	5492	
11492859	Le Pertuset	le-pertuset	CH		0	Europe/Zurich	46.62334	6.23851		Le Pertuset		VD	2224	5872	
11492860	Le Moulinet	le-moulinet	CH		0	Europe/Zurich	46.58989	6.52633		Le Moulinet		VD	2223	5503	
11492861	Le Moulin	le-moulin	CH		0	Europe/Zurich	46.619	6.56132		Le Moulin		VD	2223	5471	
11492862	Le Moulin	le-moulin	CH		0	Europe/Zurich	46.6185	6.56238		Le Moulin		VD	2223	5472	
11492863	Le Moulin	le-moulin	CH		0	Europe/Zurich	46.61717	6.78559		Le Moulin		VD	2222	5803	
11492864	Le Mottey	le-mottey	CH		0	Europe/Zurich	46.60097	6.76929		Le Mottey		VD	2226	5806	
11492865	Le Mottà	le-motta	CH		0	Europe/Zurich	46.6135	6.37852		Le Motta,Le Mottà		VD	2227	5492	
11492866	Le Merlay	le-merlay	CH		0	Europe/Zurich	46.61133	6.78874		Le Merlay		VD	2222	5803	
11492868	Le Marais	le-marais	CH		0	Europe/Zurich	46.6076	6.77167		Le Marais		VD	2226	5806	
11492869	Le Grand Essert	le-grand-essert	CH		0	Europe/Zurich	46.61881	6.38551		Le Grand Essert		VD	2227	5492	
11492870	Le Grand Croset Dessus	le-grand-croset-dessus	CH		0	Europe/Zurich	46.58474	6.28209		Le Grand Croset Dessus		VD	2224	5872	
11492871	Le Grand Croset Dessous	le-grand-croset-dessous	CH		0	Europe/Zurich	46.58968	6.26982		Le Grand Croset Dessous		VD	2224	5872	
11492872	Le Franoz	le-franoz	CH		0	Europe/Zurich	46.61642	6.38765		Le Franoz		VD	2227	5492	
11492873	Le Devens	le-devens	CH		0	Europe/Zurich	46.61207	6.37296		Le Devens		VD	2227	5492	
11492875	Le Château	le-chateau	CH		0	Europe/Zurich	46.62115	6.47495		Le Chateau,Le Château		VD	2227	5474	
11492876	Le Château	le-chateau	CH		0	Europe/Zurich	46.62057	6.65129		Le Chateau,Le Château		VD	2223	5514	
11492877	Le Canada	le-canada	CH		0	Europe/Zurich	46.5966	6.39216		Le Canada		VD	2227	5492	
11492878	Le Campe	le-campe	CH		0	Europe/Zurich	46.59207	6.22713		Le Campe		VD	2224	5872	
11492879	Le Bucley	le-bucley	CH		0	Europe/Zurich	46.61809	6.3151		Le Bucley		VD	2224	5871	
11492880	Le Borgeau	le-borgeau	CH		0	Europe/Zurich	46.60032	6.78554		Le Borgeau		VD	2226	5806	
11492881	Le Bochet	le-bochet	CH		0	Europe/Zurich	46.61794	6.55437		Le Bochet		VD	2223	5480	
11492882	L'Arbalète	l-arbalete	CH		0	Europe/Zurich	46.59041	6.26715		L'Arbalete,L’Arbalète		VD	2224	5872	
11492883	La Vuarraz	la-vuarraz	CH		0	Europe/Zurich	46.61085	6.22407		La Vuarraz		VD	2224	5872	
11492884	La Vigne	la-vigne	CH		0	Europe/Zurich	46.6071	6.50122		La Vigne		VD	2227	5477	
11492885	La Tuilière	la-tuiliere	CH		0	Europe/Zurich	46.6211	6.64704		La Tuiliere,La Tuilière		VD	2223	5514	
11492886	La Tuilière	la-tuiliere	CH		0	Europe/Zurich	46.61198	6.68992		La Tuiliere,La Tuilière		VD	2223	5533	
11492889	La Rustériaz	la-rusteriaz	CH		0	Europe/Zurich	46.60702	6.668		La Rusteriaz,La Rustériaz		VD	2223	5514	
11492890	La Rochelle	la-rochelle	CH		0	Europe/Zurich	46.61986	6.40122		La Rochelle		VD	2227	5486	
11492891	La Renardaire	la-renardaire	CH		0	Europe/Zurich	46.60823	6.39623		La Renardaire		VD	2227	5492	
11492892	La Râpe	la-rape	CH		0	Europe/Zurich	46.59075	6.65732		La Rape,La Râpe		VD	2225	5586	
11492895	La Planche	la-planche	CH		0	Europe/Zurich	46.62067	6.78662		La Planche		VD	2222	5803	
11492896	La Pièce du Bois	la-piece-du-bois	CH		0	Europe/Zurich	46.58331	6.5825		La Piece du Bois,La Pièce du Bois		VD	2225	5582	
11492897	La Molleyre	la-molleyre	CH		0	Europe/Zurich	46.59682	6.73965		La Molleyre		VD	2222	5785	
11492898	La Mollerie	la-mollerie	CH		0	Europe/Zurich	46.61202	6.25624		La Mollerie		VD	2224	5872	
11492899	La Moille	la-moille	CH		0	Europe/Zurich	46.6156	6.73147		La Moille		VD	2222	5785	
11492901	La Louchyre	la-louchyre	CH		0	Europe/Zurich	46.60989	6.77018		La Louchyre		VD	2226	5806	
11492902	La Gru	la-gru	CH		0	Europe/Zurich	46.60907	6.45852		La Gru		VD	2227	5474	
11492903	La Grange Neuve	la-grange-neuve	CH		0	Europe/Zurich	46.5882	6.65934		La Grange Neuve		VD	2225	5586	
11492904	La Grange aux Roud	la-grange-aux-roud	CH		0	Europe/Zurich	46.62112	6.74133		La Grange aux Roud		VD	2222	5785	
11492905	La Grange aux Aguets	la-grange-aux-aguets	CH		0	Europe/Zurich	46.59735	6.58542		La Grange aux Aguets		VD	2223	5473	
11492906	La Gotte	la-gotte	CH		0	Europe/Zurich	46.6191	6.77163		La Gotte		VD	2222	5692	
11492907	La Goille	la-goille	CH		0	Europe/Zurich	46.59083	6.74082		La Goille		VD	2222	5785	
11492909	La Fretaire	la-fretaire	CH		0	Europe/Zurich	46.60243	6.66415		La Fretaire		VD	2223	5514	
11492911	La Forêt	la-foret	CH		0	Europe/Zurich	46.60283	6.37345		La Foret,La Forêt		VD	2227	5492	
11492912	La Duchatte	la-duchatte	CH		0	Europe/Zurich	46.61395	6.30544		La Duchatte		VD	2224	5871	
11492913	La Croix d'Or	la-croix-d-or	CH		0	Europe/Zurich	46.59864	6.76416		La Croix d'Or,La Croix d’Or		VD	2226	5806	
11492916	La Combe	la-combe	CH		0	Europe/Zurich	46.59274	6.20112		La Combe		VD	2224	5872	
11492918	La Carnacière	la-carnaciere	CH		0	Europe/Zurich	46.61054	6.68718		La Carnaciere,La Carnacière		VD	2223	5514	
11492919	La Capitaine	la-capitaine	CH		0	Europe/Zurich	46.61919	6.21823		La Capitaine		VD	2224	5872	
11492920	La Brenette	la-brenette	CH		0	Europe/Zurich	46.60918	6.27265		La Brenette		VD	2224	5871	
11492921	La Bossenaz	la-bossenaz	CH		0	Europe/Zurich	46.58954	6.42169		La Bossenaz		VD	2227	5494	
11492922	La Bombarde	la-bombarde	CH		0	Europe/Zurich	46.61407	6.26305		La Bombarde		VD	2224	5871	
11492923	La Blondine	la-blondine	CH		0	Europe/Zurich	46.62272	6.31795		La Blondine		VD	2224	5871	
11492924	La Bérallaz	la-berallaz	CH		0	Europe/Zurich	46.58813	6.65346		La Berallaz,La Bérallaz		VD	2225	5586	
11492925	Jolimont	jolimont	CH		0	Europe/Zurich	46.60666	6.51218		Jolimont		VD	2227	5477	
11492926	Ittens	ittens	CH		0	Europe/Zurich	46.61467	6.47425		Ittens		VD	2227	5474	
11492928	Fossey	fossey	CH		0	Europe/Zurich	46.61743	6.54451		Fossey		VD	2223	5480	
11492929	En Pourriaz	en-pourriaz	CH		0	Europe/Zurich	46.61938	6.50121		En Pourriaz		VD	2227	5477	
11492930	En Gillette	en-gillette	CH		0	Europe/Zurich	46.61789	6.73516		En Gillette		VD	2222	5785	
11492931	En Crausaz	en-crausaz	CH		0	Europe/Zurich	46.59462	6.52679		En Crausaz		VD	2227	5484	
11492932	Ecorcheboeuf	ecorcheboeuf	CH		0	Europe/Zurich	46.59704	6.75799		Ecorcheboeuf		VD	2226	5806	
11492933	Derrière la Côte	derriere-la-cote	CH		0	Europe/Zurich	46.60558	6.21768		Derriere la Cote,Derrière la Côte		VD	2224	5872	
11492934	Croset du Buron	croset-du-buron	CH		0	Europe/Zurich	46.60094	6.28853		Croset du Buron		VD	2224	5871	
11492936	Chez les Aubert	chez-les-aubert	CH		0	Europe/Zurich	46.60334	6.21037		Chez les Aubert		VD	2224	5872	
11492937	Chez le Grand David	chez-le-grand-david	CH		0	Europe/Zurich	46.60169	6.20036		Chez le Grand David		VD	2224	5872	
11492938	Chez le Christ	chez-le-christ	CH		0	Europe/Zurich	46.61018	6.22325		Chez le Christ		VD	2224	5872	
11492939	Chez le Brigadier	chez-le-brigadier	CH		0	Europe/Zurich	46.61265	6.22777		Chez le Brigadier		VD	2224	5872	
11492940	Chauderon	chauderon	CH		0	Europe/Zurich	46.59788	6.43801		Chauderon		VD	2227	5494	
11492941	Champ Jaquet	champ-jaquet	CH		0	Europe/Zurich	46.58979	6.79283		Champ Jaquet		VD	2226	5806	
11492942	Champ Colomb	champ-colomb	CH		0	Europe/Zurich	46.60584	6.49849		Champ Colomb		VD	2227	5477	
11492944	Chalet Neuf du Mont Tendre	chalet-neuf-du-mont-tendre	CH		0	Europe/Zurich	46.59508	6.32355		Chalet Neuf du Mont Tendre		VD	2227	5492	
11492945	Chalet Neuf	chalet-neuf	CH		0	Europe/Zurich	46.62005	6.29136		Chalet Neuf		VD	2224	5871	
11492946	Chalet Marin	chalet-marin	CH		0	Europe/Zurich	46.59817	6.65876		Chalet Marin		VD	2225	5586	
11492947	Chalet du Villars	chalet-du-villars	CH		0	Europe/Zurich	46.60365	6.71035		Chalet du Villars		VD	2223	5804	
11492948	Chalet du Grand Essert	chalet-du-grand-essert	CH		0	Europe/Zurich	46.61019	6.28916		Chalet du Grand Essert		VD	2224	5871	
11492949	Chalet d'Orsoud	chalet-d-orsoud	CH		0	Europe/Zurich	46.60598	6.72016		Chalet d'Orsoud,Chalet d’Orsoud		VD	2222	5785	
11492951	Chalet de Pierre	chalet-de-pierre	CH		0	Europe/Zurich	46.60219	6.3148		Chalet de Pierre		VD	2227	5492	
11492952	Chalet Curial	chalet-curial	CH		0	Europe/Zurich	46.60484	6.66326		Chalet Curial		VD	2223	5514	
11492953	Chalet Coucou	chalet-coucou	CH		0	Europe/Zurich	46.6036	6.65572		Chalet Coucou		VD	2223	5514	
11492954	Chalet Chez la Tante	chalet-chez-la-tante	CH		0	Europe/Zurich	46.62277	6.23231		Chalet Chez la Tante		VD	2224	5872	
11492955	Chalet Chez Bastian	chalet-chez-bastian	CH		0	Europe/Zurich	46.6213	6.2306		Chalet Chez Bastian		VD	2224	5872	
11492956	Chalet à Chuet	chalet-a-chuet	CH		0	Europe/Zurich	46.60644	6.7141		Chalet a Chuet,Chalet à Chuet		VD	2223	5804	
11492958	Bois Devant	bois-devant	CH		0	Europe/Zurich	46.59846	6.78852		Bois Devant		VD	2226	5806	
11492959	Bois Désert	bois-desert	CH		0	Europe/Zurich	46.60786	6.37768		Bois Desert,Bois Désert		VD	2227	5492	
11492960	Bioux Dessus	bioux-dessus	CH		0	Europe/Zurich	46.61465	6.27063		Bioux Dessus		VD	2224	5871	
11492961	Béthusy	bethusy	CH		0	Europe/Zurich	46.60906	6.64236		Bethusy,Béthusy		VD	2223	5515	
11492963	Au Chalet	au-chalet	CH		0	Europe/Zurich	46.594	6.6876		Au Chalet		VD	2223	5523	
11492965	Steinbergen	steinbergen	CH		0	Europe/Zurich	46.6039	8.51475		Steinbergen		UR	400	1212	
11492966	Richleren	richleren	CH		0	Europe/Zurich	46.61646	8.55164		Richleren		UR	400	1210	
11492967	Neuengaden	neuengaden	CH		0	Europe/Zurich	46.61155	8.53366		Neuengaden		UR	400	1210	
11492968	Chämleten	chaemleten	CH		0	Europe/Zurich	46.6144	8.56753		Chamleten,Chämleten		UR	400	1210	
11492969	Zorts	zorts	CH		0	Europe/Zurich	46.61783	9.17076		Zorts		GR	1850	3603	
11492970	Z'Hinderst	z-hinderst	CH		0	Europe/Zurich	46.60296	9.28465		Z'Hinderst,Z’Hinderst		GR	1850	3672	
11492971	Wisshus	wisshus	CH		0	Europe/Zurich	46.61091	9.28149		Wisshus		GR	1850	3672	
11492972	Wanna	wanna	CH		0	Europe/Zurich	46.61428	9.27546		Wanna		GR	1850	3672	
11492973	Vuorcha	vuorcha	CH		0	Europe/Zurich	46.61604	9.99824		Vuorcha		GR	1846	3788	
11492974	Valpaschun	valpaschun	CH		0	Europe/Zurich	46.60965	10.3978		Valpaschun		GR	1843	3847	
11492975	Valmorain	valmorain	CH		0	Europe/Zurich	46.62341	10.38585		Valmorain		GR	1843	3847	
11492976	Uf der Matta	uf-der-matta	CH		0	Europe/Zurich	46.5991	9.19553		Uf der Matta		GR	1850	3603	
11492977	Tussagn Davains	tussagn-davains	CH		0	Europe/Zurich	46.5976	9.61964		Tussagn Davains		GR	1841	3543	
11492978	Tussagn Dafora	tussagn-dafora	CH		0	Europe/Zurich	46.602	9.61676		Tussagn Dafora		GR	1841	3543	
11492979	Tussagn	tussagn	CH		0	Europe/Zurich	46.5994	9.61813		Tussagn		GR	1841	3543	
11492980	Tschifera	tschifera	CH		0	Europe/Zurich	46.59653	9.19852		Tschifera		GR	1850	3603	
11492981	Tigignas Sot	tigignas-sot	CH		0	Europe/Zurich	46.59592	9.57658		Tigignas Sot		GR	1841	3543	
11492982	Tigignas	tigignas	CH		0	Europe/Zurich	46.59752	9.57279		Tigignas		GR	1841	3543	
11492983	Tigias Davains	tigias-davains	CH		0	Europe/Zurich	46.59602	9.56444		Tigias Davains		GR	1841	3543	
11492984	Tigias	tigias	CH		0	Europe/Zurich	46.59871	9.56409		Tigias		GR	1841	3543	
11492985	Tgavugl	tgavugl	CH		0	Europe/Zurich	46.62257	9.39164		Tgavugl		GR	1851	3715	
11492986	Tgant Pensa	tgant-pensa	CH		0	Europe/Zurich	46.58374	9.64748		Tgant Pensa		GR	1841	3543	
11492987	Terza Sura	terza-sura	CH		0	Europe/Zurich	46.62267	10.41207		Terza Sura		GR	1843	3847	
11492988	Terza	terza	CH		0	Europe/Zurich	46.6207	10.42482		Terza		GR	1843	3847	
11492989	Talvangas	talvangas	CH		0	Europe/Zurich	46.60044	9.57272		Talvangas		GR	1841	3543	
11492992	Som igls Mellens	som-igls-mellens	CH		0	Europe/Zurich	46.60593	9.53133		Som igls Mellens		GR	1841	3543	
11492993	Sogn Gagl	sogn-gagl	CH		0	Europe/Zurich	46.60836	8.81763		Sogn Gagl		GR	1850	3983	
11492994	Sielva	sielva	CH		0	Europe/Zurich	46.60693	10.43263		Sielva		GR	1843	3847	
11492995	Senslas	senslas	CH		0	Europe/Zurich	46.59439	9.61852		Senslas		GR	1841	3543	
11492996	Selvanera	selvanera	CH		0	Europe/Zurich	46.6052	9.4522		Selvanera		GR	1851	3701	
11492997	Scoz	scoz	CH		0	Europe/Zurich	46.59273	9.58173		Scoz		GR	1841	3543	
11492998	Schischen	schischen	CH		0	Europe/Zurich	46.58978	9.58905		Schischen		GR	1841	3543	
11492999	Salaschigns	salaschigns	CH		0	Europe/Zurich	46.61456	9.56221		Salaschigns		GR	1841	3543	
11493000	Sadra	sadra	CH		0	Europe/Zurich	46.60257	10.35364		Sadra		GR	1843	3847	
11493001	Runc	runc	CH		0	Europe/Zurich	46.61615	10.36942		Runc		GR	1843	3847	
11493002	Runc	runc	CH		0	Europe/Zurich	46.60892	10.43748		Runc		GR	1843	3847	
11493003	Rudnal	rudnal	CH		0	Europe/Zurich	46.59589	9.61479		Rudnal		GR	1841	3543	
11493004	Rodas	rodas	CH		0	Europe/Zurich	46.59665	9.56957		Rodas		GR	1841	3543	
11493005	Resia	resia	CH		0	Europe/Zurich	46.60314	10.39835		Resia		GR	1843	3847	
11493006	Resgia	resgia	CH		0	Europe/Zurich	46.59672	9.96481		Resgia		GR	1846	3791	
11493007	Pütschai	puetschai	CH		0	Europe/Zurich	46.61437	10.4223		Putschai,Pütschai		GR	1843	3847	
11493008	Proschen Dafora	proschen-dafora	CH		0	Europe/Zurich	46.58208	9.62924		Proschen Dafora		GR	1841	3543	
11493009	Promischur	promischur	CH		0	Europe/Zurich	46.6115	9.40207		Promischur		GR	1851	3701	
11493010	Promigilli	promigilli	CH		0	Europe/Zurich	46.61026	9.40756		Promigilli		GR	1851	3701	
11493011	Promastgel	promastgel	CH		0	Europe/Zurich	46.62049	9.60201		Promastgel		GR	1841	3543	
11493012	Prodval	prodval	CH		0	Europe/Zurich	46.58532	9.58423		Prodval		GR	1841	3543	
11493013	Pro Barlegn	pro-barlegn	CH		0	Europe/Zurich	46.60332	9.56435		Pro Barlegn		GR	1841	3543	
11493014	Plaz Fravesch	plaz-fravesch	CH		0	Europe/Zurich	46.59409	9.55822		Plaz Fravesch		GR	1841	3543	
11493016	Plattatschas	plattatschas	CH		0	Europe/Zurich	46.58955	10.43174		Plattatschas		GR	1843	3847	
11493019	Pizzet	pizzet	CH		0	Europe/Zurich	46.6112	10.42658		Pizzet		GR	1843	3847	
11493020	Pizzet	pizzet	CH		0	Europe/Zurich	46.59996	9.9451		Pizzet		GR	1846	3791	
11493021	Piggamad	piggamad	CH		0	Europe/Zurich	46.6045	9.28207		Piggamad		GR	1850	3672	
11493022	Piänetsch	piaenetsch	CH		0	Europe/Zurich	46.60166	9.27284		Pianetsch,Piänetsch		GR	1850	3672	
11493023	Pensa	pensa	CH		0	Europe/Zurich	46.584	9.65504		Pensa		GR	1841	3543	
11493024	Pastgaglias	pastgaglias	CH		0	Europe/Zurich	46.59773	9.39886		Pastgaglias		GR	1851	3701	
11493025	Parseiras	parseiras	CH		0	Europe/Zurich	46.58746	9.59022		Parseiras		GR	1841	3543	
11493026	Parnoz	parnoz	CH		0	Europe/Zurich	46.58775	9.58292		Parnoz		GR	1841	3543	
11493027	Palpuogna	palpuogna	CH		0	Europe/Zurich	46.58414	9.78368		Palpuogna		GR	1841	3544	
11493028	Nurdagn	nurdagn	CH		0	Europe/Zurich	46.61845	9.34381		Nurdagn		GR	1851	3715	
11493029	Nassegl	nassegl	CH		0	Europe/Zurich	46.60392	9.62117		Nassegl		GR	1841	3543	
11493030	Mützerli	muetzerli	CH		0	Europe/Zurich	46.60757	9.15051		Mutzerli,Mützerli		GR	1850	3603	
11493031	Muot	muot	CH		0	Europe/Zurich	46.6065	9.75725		Muot		GR	1841	3544	
11493032	Muntschect Davains	muntschect-davains	CH		0	Europe/Zurich	46.60738	9.60482		Muntschect Davains		GR	1841	3543	
11493033	Muntschect Dafora	muntschect-dafora	CH		0	Europe/Zurich	46.61067	9.60395		Muntschect Dafora		GR	1841	3543	
11493034	Munt Prosbierg	munt-prosbierg	CH		0	Europe/Zurich	46.61626	9.96164		Munt Prosbierg		GR	1846	3791	
11493035	Mulins	mulins	CH		0	Europe/Zurich	46.61512	10.01426		Mulins		GR	1846	3788	
11493036	Motta da Parpi	motta-da-parpi	CH		0	Europe/Zurich	46.61556	9.57492		Motta da Parpi		GR	1841	3543	
11493038	Monas	monas	CH		0	Europe/Zurich	46.59532	9.55981		Monas		GR	1841	3543	
11493039	Molas	molas	CH		0	Europe/Zurich	46.60312	9.40236		Molas		GR	1851	3701	
11493041	Magun	magun	CH		0	Europe/Zurich	46.61897	9.41696		Magun		GR	1851	3715	
11493042	Lüsai	luesai	CH		0	Europe/Zurich	46.61207	10.38097		Lusai,Lüsai		GR	1843	3847	
11493043	Lungatigia	lungatigia	CH		0	Europe/Zurich	46.60411	9.56119		Lungatigia		GR	1841	3543	
11493044	L'Aqua	l-aqua	CH		0	Europe/Zurich	46.61335	10.3732		L'Aqua,L’Aqua		GR	1843	3847	
11493045	Innerrossbodma	innerrossbodma	CH		0	Europe/Zurich	46.5911	9.18727		Innerrossbodma		GR	1850	3603	
11493046	Innerriefa	innerriefa	CH		0	Europe/Zurich	46.61633	9.19208		Innerriefa		GR	1850	3603	
11493047	Innerpeil	innerpeil	CH		0	Europe/Zurich	46.5839	9.19899		Innerpeil		GR	1850	3603	
11493048	Hotel Castell	hotel-castell	CH		0	Europe/Zurich	46.59853	9.94901		Hotel Castell		GR	1846	3791	
11493049	Hofli	hofli	CH		0	Europe/Zurich	46.58607	9.19882		Hofli		GR	1850	3603	
11493050	Gufer	gufer	CH		0	Europe/Zurich	46.61765	9.16102		Gufer		GR	1850	3603	
11493052	Furrahus	furrahus	CH		0	Europe/Zurich	46.58869	9.19826		Furrahus		GR	1850	3603	
11493053	Furom	furom	CH		0	Europe/Zurich	46.6064	10.38036		Furom		GR	1843	3847	
11493054	Fuldera Daint	fuldera-daint	CH		0	Europe/Zurich	46.61124	10.36471		Fuldera Daint		GR	1843	3847	
11493055	Fotgs	fotgs	CH		0	Europe/Zurich	46.5835	9.56981		Fotgs		GR	1841	3543	
11493056	Era da la Bescha	era-da-la-bescha	CH		0	Europe/Zurich	46.60926	10.33148		Era da la Bescha		GR	1843	3847	
11493057	Eichta	eichta	CH		0	Europe/Zurich	46.61357	10.45079		Eichta		GR	1843	3847	
11493058	Dustanatsch	dustanatsch	CH		0	Europe/Zurich	46.60725	9.56547		Dustanatsch		GR	1841	3543	
11493059	Dros	dros	CH		0	Europe/Zurich	46.59572	9.40272		Dros		GR	1851	3701	
11493060	Darlux	darlux	CH		0	Europe/Zurich	46.62335	9.77594		Darlux		GR	1841	3544	
11493062	Curtginatsch	curtginatsch	CH		0	Europe/Zurich	46.62196	9.34591		Curtginatsch		GR	1851	3715	
11493063	Crap Alv	crap-alv	CH		0	Europe/Zurich	46.58158	9.80058		Crap Alv		GR	1841	3544	
11493064	Craistas	craistas	CH		0	Europe/Zurich	46.61017	10.40678		Craistas		GR	1843	3847	
11493065	Cogns	cogns	CH		0	Europe/Zurich	46.60099	9.52884		Cogns		GR	1841	3543	
11493066	Clops	clops	CH		0	Europe/Zurich	46.61798	9.39278		Clops		GR	1851	3715	
11493067	Chaunt da Crusch	chaunt-da-crusch	CH		0	Europe/Zurich	46.59674	9.95092		Chaunt da Crusch		GR	1846	3791	
11493068	Chaunt	chaunt	CH		0	Europe/Zurich	46.60529	10.40048		Chaunt		GR	1843	3847	
11493069	Chastlatsch	chastlatsch	CH		0	Europe/Zurich	46.60061	9.94669		Chastlatsch		GR	1846	3791	
11493070	Chäscherli	chaescherli	CH		0	Europe/Zurich	46.6005	9.16325		Chascherli,Chäscherli		GR	1850	3603	
11493071	Chasa Lemnius	chasa-lemnius	CH		0	Europe/Zurich	46.61065	10.44646		Chasa Lemnius		GR	1843	3847	
11493072	Chappelihus	chappelihus	CH		0	Europe/Zurich	46.59129	9.19679		Chappelihus		GR	1850	3603	
11493074	Chanels	chanels	CH		0	Europe/Zurich	46.6078	10.03874		Chanels		GR	1846	3788	
11493075	Chamanna Munt	chamanna-munt	CH		0	Europe/Zurich	46.60868	9.93682		Chamanna Munt		GR	1846	3791	
11493076	Chamanna Bos-chetta	chamanna-bos-chetta	CH		0	Europe/Zurich	46.59865	9.93526		Chamanna Bos-chetta		GR	1846	3791	
11493077	Chagiosch	chagiosch	CH		0	Europe/Zurich	46.59056	9.76988		Chagiosch		GR	1841	3544	
11493078	Cazun	cazun	CH		0	Europe/Zurich	46.59239	9.40411		Cazun		GR	1851	3701	
11493079	Castelas	castelas	CH		0	Europe/Zurich	46.58783	9.64555		Castelas		GR	1841	3543	
11493080	Büglios	bueglios	CH		0	Europe/Zurich	46.6062	10.41242		Buglios,Büglios		GR	1843	3847	
11493081	Büel	bueel	CH		0	Europe/Zurich	46.61626	9.27669		Buel,Büel		GR	1850	3672	
11493082	Bogn	bogn	CH		0	Europe/Zurich	46.61322	9.43082		Bogn		GR	1851	3701	
11493083	Bodahus	bodahus	CH		0	Europe/Zurich	46.59329	9.19464		Bodahus		GR	1850	3603	
11493084	Boda	boda	CH		0	Europe/Zurich	46.59651	9.16453		Boda		GR	1850	3603	
11493085	Bartg	bartg	CH		0	Europe/Zurich	46.588	9.64976		Bartg		GR	1841	3543	
11493086	Bains da Guad	bains-da-guad	CH		0	Europe/Zurich	46.61234	10.44864		Bains da Guad		GR	1843	3847	
11493087	Bain	bain	CH		0	Europe/Zurich	46.61957	10.35581		Bain		GR	1843	3847	
11493088	Bagnusch	bagnusch	CH		0	Europe/Zurich	46.58295	9.43578		Bagnusch		GR	1851	3701	
11493089	Ausserriefa	ausserriefa	CH		0	Europe/Zurich	46.61904	9.1933		Ausserriefa		GR	1850	3603	
11493090	Arva	arva	CH		0	Europe/Zurich	46.58449	9.12375		Arva		GR	1850	3603	
11493091	Althus	althus	CH		0	Europe/Zurich	46.60773	9.27905		Althus		GR	1850	3672	
11493092	Alp Viglia	alp-viglia	CH		0	Europe/Zurich	46.58409	9.67333		Alp Viglia		GR	1841	3543	
11493094	Alp Vaüglia Suot	alp-vaueglia-suot	CH		0	Europe/Zurich	46.58849	10.02899		Alp Vauglia Suot,Alp Vaüglia Suot		GR	1846	3788	
11493095	Alp Trupchun	alp-trupchun	CH		0	Europe/Zurich	46.59572	10.07702		Alp Trupchun		GR	1846	3788	
11493096	Alp Sprella	alp-sprella	CH		0	Europe/Zurich	46.5918	10.30004		Alp Sprella		GR	1843	3847	
11493097	Alp Sot	alp-sot	CH		0	Europe/Zurich	46.61588	10.3973		Alp Sot		GR	1843	3847	
11493101	Alp Mulix	alp-mulix	CH		0	Europe/Zurich	46.58152	9.75052		Alp Mulix		GR	1841	3544	
11493102	Alp Mora	alp-mora	CH		0	Europe/Zurich	46.59869	10.28437		Alp Mora		GR	1843	3847	
11493106	Alp Belvair	alp-belvair	CH		0	Europe/Zurich	46.5981	9.92419		Alp Belvair		GR	1846	3791	
11493108	Alp Alesch	alp-alesch	CH		0	Europe/Zurich	46.58698	9.89733		Alp Alesch		GR	1846	3785	
11493109	Acla Laret	acla-laret	CH		0	Europe/Zurich	46.61709	9.97148		Acla Laret		GR	1846	3788	
11493110	Acla dal Spih	acla-dal-spih	CH		0	Europe/Zurich	46.6053	9.94917		Acla dal Spih		GR	1846	3791	
11493111	Abersch Hus	abersch-hus	CH		0	Europe/Zurich	46.60812	9.18608		Abersch Hus		GR	1850	3603	
11493112	Les Dracliets	les-dracliets	CH		0	Europe/Zurich	46.58419	7.14725		Les Dracliets		FR	1003	2162	
11493113	Oberberg	oberberg	CH		0	Europe/Zurich	46.60067	7.78486		Oberberg		BE	249	562	
11516307	Cresta	cresta	CH		0	Europe/Zurich	46.7002	9.43352		Cresta		GR	1851	3663	
11524775	Wilen bei Wollerau	wilen-bei-wollerau	CH		0	Europe/Zurich	47.19719	8.73259		Wilen,Wilen b. Wollerau		SZ	503	1322	
11540149	Sur Momont	sur-momont	CH		0	Europe/Zurich	46.69093	7.11647		Sur Momont		FR	1003	2147	
11540782	Le Pafuet	le-pafuet	CH		0	Europe/Zurich	46.74365	7.18857		Le Pafuet		FR	1004	2220	
11543506	Béthanie	bethanie	CH		0	Europe/Zurich	46.81811	6.80418		Bethanie,Béthanie		FR	1001	2055	
11547752	La Jonchère	la-jonchere	CH		0	Europe/Zurich	47.03913	6.88221		La Jonchere,La Jonchère		NE	2405	6487	
11548257	Le Pré aux Boeufs	le-pre-aux-boeufs	CH		0	Europe/Zurich	47.12818	6.94033		Le Pre aux Boeufs,Le Pré aux Boeufs		BE	241	445	
11567979	Unter den Wiesen	unter-den-wiesen	CH		0	Europe/Zurich	47.65888	8.47749		Unter den Wiesen		SH	1406	2974	
11567982	Strassacker	strassacker	CH		0	Europe/Zurich	47.79817	8.59466		Strassacker		SH	1403	2931	
11567985	Schlösslibuck	schloesslibuck	CH		0	Europe/Zurich	47.7638	8.6407		Schlosslibuck,Schlösslibuck		SH	1402	2914	
11567987	Schanzgraben	schanzgraben	CH		0	Europe/Zurich	47.67345	8.83752		Schanzgraben		SH	1405	2962	
11567988	Rütistelmüli	ruetistelmueli	CH		0	Europe/Zurich	47.76197	8.50461		Rutistelmuli,Rütistelmüli		SH	1404	2952	
11567990	Rossberg	rossberg	CH		0	Europe/Zurich	47.66204	8.5144		Rossberg		SH	1406	2974	
11567991	Rosenhügel	rosenhuegel	CH		0	Europe/Zurich	47.75226	8.67755		Rosenhugel,Rosenhügel		SH	1402	2917	
11567993	Regelsrüti	regelsrueti	CH		0	Europe/Zurich	47.79255	8.64804		Regelsruti,Regelsrüti		SH	1402	2920	
11567994	Örlinger	oerlinger	CH		0	Europe/Zurich	47.77994	8.59524		Orlinger,Örlinger		SH	1403	2936	
11567995	Opfertshofen	opfertshofen	CH		0	Europe/Zurich	47.77646	8.66057		Opfertshofen		SH	1402	2920	
11567996	Oberbargen	oberbargen	CH		0	Europe/Zurich	47.79507	8.58124		Oberbargen		SH	1403	2931	
11567997	Neuwis	neuwis	CH		0	Europe/Zurich	47.7822	8.54995		Neuwis		SH	1404	2951	
11567999	In Wiesen	in-wiesen	CH		0	Europe/Zurich	47.67452	8.43721		In Wiesen		SH	1406	2974	
11568000	Im Tobel	im-tobel	CH		0	Europe/Zurich	47.67007	8.45399		Im Tobel		SH	1406	2974	
11568001	Hüttenleben	huettenleben	CH		0	Europe/Zurich	47.75308	8.6937		Huttenleben,Hüttenleben		SH	1402	2920	
11568002	Hohtannen	hohtannen	CH		0	Europe/Zurich	47.78035	8.66988		Hohtannen		SH	1402	2920	
11568004	Häldeli	haeldeli	CH		0	Europe/Zurich	47.78868	8.65357		Haldeli,Häldeli		SH	1402	2920	
11568005	Geren	geren	CH		0	Europe/Zurich	47.75764	8.712		Geren		SH	1402	2920	
11568007	Faleberg	faleberg	CH		0	Europe/Zurich	47.6694	8.86933		Faleberg		SH	1405	2964	
11568010	Eggrüti	eggrueti	CH		0	Europe/Zurich	47.76893	8.67399		Eggruti,Eggrüti		SH	1402	2920	
11568012	Dolche	dolche	CH		0	Europe/Zurich	47.77389	8.68559		Dolche		SH	1402	2920	
11568013	Chuttler	chuttler	CH		0	Europe/Zurich	47.78549	8.67561		Chuttler		SH	1402	2920	
11568014	Chugelbuck	chugelbuck	CH		0	Europe/Zurich	47.79798	8.59182		Chugelbuck		SH	1403	2931	
11568015	Chrailer	chrailer	CH		0	Europe/Zurich	47.7709	8.6695		Chrailer		SH	1402	2920	
11568016	Chlaffental	chlaffental	CH		0	Europe/Zurich	47.66813	8.59009		Chlaffental		SH	1403	2937	
11568019	Blomberg	blomberg	CH		0	Europe/Zurich	47.65715	8.45981		Blomberg		SH	1406	2974	
11568020	Bleiki	bleiki	CH		0	Europe/Zurich	47.66964	8.87306		Bleiki		SH	1405	2964	
11568021	Berglen	berglen	CH		0	Europe/Zurich	47.77496	8.59243		Berglen		SH	1403	2936	
11568022	Berghaus	berghaus	CH		0	Europe/Zurich	47.68296	8.42243		Berghaus		SH	1406	2974	
11568023	Bachmühle	bachmuehle	CH		0	Europe/Zurich	47.7561	8.49587		Bachmuhle,Bachmühle		SH	1404	2952	
11568037	Altparadies	altparadies	CH		0	Europe/Zurich	47.68373	8.67719		Altparadies		TG	2012	4546	
11568038	Rottmühle	rottmuehle	CH		0	Europe/Zurich	47.68353	8.7402		Rottmuhle,Rottmühle		TG	2012	4545	
11568039	Ratihart	ratihart	CH		0	Europe/Zurich	47.68351	8.7209		Ratihart		TG	2012	4545	
11568041	Petribach	petribach	CH		0	Europe/Zurich	47.68076	8.6839		Petribach		TG	2012	4546	
11568043	Bleiche	bleiche	CH		0	Europe/Zurich	47.67877	8.7746		Bleiche		TG	2012	4545	
11568045	Eichbühl	eichbuehl	CH		0	Europe/Zurich	47.67705	8.74653		Eichbuhl,Eichbühl		TG	2012	4545	
11568047	Chugelisried	chugelisried	CH		0	Europe/Zurich	47.67621	8.74295		Chugelisried		TG	2012	4545	
11568049	Galgenbuck	galgenbuck	CH		0	Europe/Zurich	47.67433	8.68967		Galgenbuck		TG	2012	4546	
11568050	Rihalden	rihalden	CH		0	Europe/Zurich	47.67407	8.82274		Rihalden		TG	2012	4871	
11568051	Westerfeld	westerfeld	CH		0	Europe/Zurich	47.67376	9.06885		Westerfeld		TG	2013	4646	
11568052	Bodenacker	bodenacker	CH		0	Europe/Zurich	47.67337	8.76252		Bodenacker		TG	2012	4536	
11568053	Held	held	CH		0	Europe/Zurich	47.67308	8.69478		Held		TG	2012	4546	
11568054	Im Weierli	im-weierli	CH		0	Europe/Zurich	47.6729	8.81779		Im Weierli		TG	2012	4871	
11568055	Wis	wis	CH		0	Europe/Zurich	47.67213	9.01077		Wis		TG	2012	4801	
11568056	Tschungel	tschungel	CH		0	Europe/Zurich	47.67172	8.83252		Tschungel		TG	2012	4871	
11568057	Schneckenacker	schneckenacker	CH		0	Europe/Zurich	47.67147	8.68844		Schneckenacker		TG	2012	4546	
11568058	Nööchsthorn	noeoechsthorn	CH		0	Europe/Zurich	47.67108	8.99968		Noochsthorn,Nööchsthorn		TG	2012	4864	
11568059	Sepling	sepling	CH		0	Europe/Zurich	47.67094	8.83015		Sepling		TG	2012	4871	
11568060	Wartburg	wartburg	CH		0	Europe/Zurich	47.67064	9.04464		Wartburg		TG	2013	4851	
11568061	Waldesruh	waldesruh	CH		0	Europe/Zurich	47.67017	8.72589		Waldesruh		TG	2012	4536	
11568062	Jochental	jochental	CH		0	Europe/Zurich	47.67012	8.99967		Jochental		TG	2012	4864	
11568063	Sandegg	sandegg	CH		0	Europe/Zurich	47.66981	9.03994		Sandegg		TG	2013	4851	
11568064	Gibishüt	gibishuet	CH		0	Europe/Zurich	47.66915	8.8315		Gibishut,Gibishüt		TG	2012	4871	
11568065	Tüfebach	tuefebach	CH		0	Europe/Zurich	47.66871	8.69752		Tufebach,Tüfebach		TG	2012	4546	
11568066	Obermüli	obermueli	CH		0	Europe/Zurich	47.66855	9.02552		Obermuli,Obermüli		TG	2012	4801	
11568067	Brumad	brumad	CH		0	Europe/Zurich	47.66814	8.82921		Brumad		TG	2012	4871	
11568068	Paradieserfeld	paradieserfeld	CH		0	Europe/Zurich	47.66735	8.68908		Paradieserfeld		TG	2012	4546	
11568070	Schlattegg	schlattegg	CH		0	Europe/Zurich	47.66651	8.72813		Schlattegg		TG	2012	4536	
11568071	Ebni	ebni	CH		0	Europe/Zurich	47.66643	9.0492		Ebni		TG	2013	4851	
11568072	Eugensberg	eugensberg	CH		0	Europe/Zurich	47.66636	9.04312		Eugensberg		TG	2013	4851	
11568073	Bergäcker	bergaecker	CH		0	Europe/Zurich	47.6662	8.81222		Bergacker,Bergäcker		TG	2012	4871	
11568075	Kapf	kapf	CH		0	Europe/Zurich	47.66529	9.00889		Kapf		TG	2012	4864	
11568076	Tal	tal	CH		0	Europe/Zurich	47.66525	8.99707		Tal		TG	2012	4864	
11568077	Ulmberg	ulmberg	CH		0	Europe/Zurich	47.66513	9.07626		Ulmberg		TG	2013	4646	
11568078	Sonnhalde	sonnhalde	CH		0	Europe/Zurich	47.66484	8.81156		Sonnhalde		TG	2012	4871	
11568080	Agerstenbach	agerstenbach	CH		0	Europe/Zurich	47.66429	9.0991		Agerstenbach		TG	2013	4646	
11568081	Tüüffgwändli	tueueffgwaendli	CH		0	Europe/Zurich	47.66428	9.09676		Tuuffgwandli,Tüüffgwändli		TG	2013	4646	
11568082	Egg	egg	CH		0	Europe/Zurich	47.66374	8.75938		Egg		TG	2012	4536	
11568083	Schleebüel	schleebueel	CH		0	Europe/Zurich	47.66368	8.82915		Schleebuel,Schleebüel		TG	2012	4871	
11568084	Walestä	walestae	CH		0	Europe/Zurich	47.66359	9.06034		Walesta,Walestä		TG	2013	4851	
11568085	Neugut	neugut	CH		0	Europe/Zurich	47.6635	9.08211		Neugut		TG	2013	4646	
11568086	Trompeterschllössli	trompeterschlloessli	CH		0	Europe/Zurich	47.66335	9.159		Trompeterschllossli,Trompeterschllössli		TG	2013	4696	
11568087	Riederen	riederen	CH		0	Europe/Zurich	47.66318	8.71502		Riederen		TG	2012	4546	
11568088	Letten	letten	CH		0	Europe/Zurich	47.66311	8.992		Letten		TG	2012	4864	
11568089	Marsburg	marsburg	CH		0	Europe/Zurich	47.66291	8.78052		Marsburg		TG	2012	4536	
11568090	Eschenbuck	eschenbuck	CH		0	Europe/Zurich	47.66237	8.73973		Eschenbuck		TG	2012	4536	
11568092	Birebomme	birebomme	CH		0	Europe/Zurich	47.66172	9.11482		Birebomme		TG	2013	4646	
11568093	Höfli	hoefli	CH		0	Europe/Zurich	47.66169	9.01755		Hofli,Höfli		TG	2012	4864	
11568094	Bodental	bodental	CH		0	Europe/Zurich	47.66158	8.72757		Bodental		TG	2012	4536	
11568095	Buck	buck	CH		0	Europe/Zurich	47.66145	8.82477		Buck		TG	2012	4871	
11568096	Unterfruthwilen	unterfruthwilen	CH		0	Europe/Zurich	47.66118	9.06648		Unterfruthwilen		TG	2013	4851	
11568097	Rotenbuck	rotenbuck	CH		0	Europe/Zurich	47.66107	8.7528		Rotenbuck		TG	2012	4536	
11568098	Chalchofe	chalchofe	CH		0	Europe/Zurich	47.66105	8.7443		Chalchofe		TG	2012	4536	
11568099	Lanterswilen	lanterswilen	CH		0	Europe/Zurich	47.66007	9.08151		Lanterswilen		TG	2013	4646	
11568100	Dietenhausen	dietenhausen	CH		0	Europe/Zurich	47.65984	9.00221		Dietenhausen		TG	2012	4864	
11568101	Heretswilen	heretswilen	CH		0	Europe/Zurich	47.65971	9.01275		Heretswilen		TG	2012	4864	
11568103	Bargi	bargi	CH		0	Europe/Zurich	47.65861	8.72961		Bargi		TG	2012	4536	
11568104	Müllerswies	muellerswies	CH		0	Europe/Zurich	47.65852	8.74681		Mullerswies,Müllerswies		TG	2012	4536	
11568105	Wolfsberg	wolfsberg	CH		0	Europe/Zurich	47.65796	9.07949		Wolfsberg		TG	2013	4646	
11568106	Zum Polster	zum-polster	CH		0	Europe/Zurich	47.65792	9.10959		Zum Polster		TG	2013	4646	
11568107	Wiesental	wiesental	CH		0	Europe/Zurich	47.65702	8.84041		Wiesental		TG	2012	4871	
11568108	Wolfsgruben	wolfsgruben	CH		0	Europe/Zurich	47.6569	8.76458		Wolfsgruben		TG	2012	4536	
11568110	Bad Osterfingen	bad-osterfingen	CH		0	Europe/Zurich	47.65663	8.48348		Bad Osterfingen		SH	1406	2974	
11568113	Egelsee	egelsee	CH		0	Europe/Zurich	47.65647	8.72764		Egelsee		TG	2012	4536	
11568114	Höhnwilen	hoehnwilen	CH		0	Europe/Zurich	47.65608	9.08514		Hohnwilen,Höhnwilen		TG	2013	4646	
11568115	Klingenriet	klingenriet	CH		0	Europe/Zurich	47.65606	8.84525		Klingenriet		TG	2012	4871	
11568116	Mosbuck	mosbuck	CH		0	Europe/Zurich	47.65564	8.76592		Mosbuck		TG	2012	4536	
11568118	Insel Werd	insel-werd	CH		0	Europe/Zurich	47.65519	8.86691		Insel Werd		TG	2012	4806	
11568120	Sängi	saengi	CH		0	Europe/Zurich	47.65454	8.8215		Sangi,Sängi		TG	2012	4871	
11568121	Im Ländli	im-laendli	CH		0	Europe/Zurich	47.65439	8.98059		Im Landli,Im Ländli		TG	2012	4864	
11568122	Spannacker	spannacker	CH		0	Europe/Zurich	47.65436	8.94818		Spannacker		TG	2012	4826	
11568124	Säge	saege	CH		0	Europe/Zurich	47.65344	9.12186		Sage,Säge		TG	2013	4696	
11568125	Bächli	baechli	CH		0	Europe/Zurich	47.65321	8.70195		Bachli,Bächli		TG	2012	4546	
11568126	Heerenweg	heerenweg	CH		0	Europe/Zurich	47.65301	8.76261		Heerenweg		TG	2012	4536	
11568127	Belzhalden	belzhalden	CH		0	Europe/Zurich	47.653	8.74476		Belzhalden		TG	2012	4536	
11568128	Tegerbuch	tegerbuch	CH		0	Europe/Zurich	47.65291	8.73603		Tegerbuch		TG	2012	4536	
11568129	Oberhöhnwilen	oberhoehnwilen	CH		0	Europe/Zurich	47.65221	9.08851		Oberhohnwilen,Oberhöhnwilen		TG	2013	4646	
11568131	Chuehörnli	chuehoernli	CH		0	Europe/Zurich	47.65209	8.94002		Chuehornli,Chuehörnli		TG	2012	4826	
11568132	Rennental	rennental	CH		0	Europe/Zurich	47.65182	9.04003		Rennental		TG	2013	4846	
11568134	Försterhaus	foersterhaus	CH		0	Europe/Zurich	47.65133	8.83121		Forsterhaus,Försterhaus		TG	2012	4871	
11568135	Waldheim	waldheim	CH		0	Europe/Zurich	47.65105	8.82926		Waldheim		TG	2012	4871	
11568136	Rollirain	rollirain	CH		0	Europe/Zurich	47.65075	8.94219		Rollirain		TG	2012	4826	
11568137	Untersalen	untersalen	CH		0	Europe/Zurich	47.65062	9.01542		Untersalen		TG	2012	4816	
11568138	Neuburg	neuburg	CH		0	Europe/Zurich	47.64959	8.93524		Neuburg		TG	2012	4826	
11568139	Obersalen	obersalen	CH		0	Europe/Zurich	47.64939	9.02032		Obersalen		TG	2012	4816	
11568140	Josenbuck	josenbuck	CH		0	Europe/Zurich	47.64932	8.75962		Josenbuck		TG	2012	4536	
11568141	Mauren	mauren	CH		0	Europe/Zurich	47.6491	8.99839		Mauren		TG	2012	4816	
11568142	Schloss Seeburg	schloss-seeburg	CH		0	Europe/Zurich	47.64957	9.18665		Schloss Seeburg		TG	2013	4671	
11568144	Tägermoos	taegermoos	CH		0	Europe/Zurich	47.64827	8.98263		Tagermoos,Tägermoos		TG	2012	4816	
11568145	Oberbinder	oberbinder	CH		0	Europe/Zurich	47.64822	9.1399		Oberbinder		TG	2013	4696	
11568146	Gmeindwiesli	gmeindwiesli	CH		0	Europe/Zurich	47.64808	8.8343		Gmeindwiesli		TG	2012	4871	
11568147	Seefried	seefried	CH		0	Europe/Zurich	47.64802	8.93024		Seefried		TG	2012	4826	
11568148	Neuhaus	neuhaus	CH		0	Europe/Zurich	47.64792	8.84792		Neuhaus		TG	2012	4871	
11568149	Fehlhalde	fehlhalde	CH		0	Europe/Zurich	47.64783	8.85673		Fehlhalde		TG	2012	4806	
11568150	Haidenhaus	haidenhaus	CH		0	Europe/Zurich	47.64766	9.00967		Haidenhaus		TG	2012	4816	
11568151	Hagenbuch	hagenbuch	CH		0	Europe/Zurich	47.64715	8.96994		Hagenbuch		TG	2012	4816	
11568153	Bulgen	bulgen	CH		0	Europe/Zurich	47.64666	8.98602		Bulgen		TG	2012	4816	
11568154	Pfaffeschlössli	pfaffeschloessli	CH		0	Europe/Zurich	47.64655	9.137		Pfaffeschlossli,Pfaffeschlössli		TG	2013	4696	
11568156	Guldifuss	guldifuss	CH		0	Europe/Zurich	47.64639	8.92397		Guldifuss		TG	2012	4826	
11568157	Pfaffenbüel	pfaffenbueel	CH		0	Europe/Zurich	47.64619	9.14198		Pfaffenbuel,Pfaffenbüel		TG	2013	4696	
11568158	Freudenberg	freudenberg	CH		0	Europe/Zurich	47.64618	8.97533		Freudenberg		TG	2012	4816	
11568159	Untergiger	untergiger	CH		0	Europe/Zurich	47.64618	8.84482		Untergiger		TG	2012	4871	
11568160	Berg	berg	CH		0	Europe/Zurich	47.64603	8.84032		Berg		TG	2012	4871	
11568161	Steinbach	steinbach	CH		0	Europe/Zurich	47.64578	8.84858		Steinbach		TG	2012	4871	
11568162	Rosenberg	rosenberg	CH		0	Europe/Zurich	47.64578	8.94186		Rosenberg		TG	2012	4816	
11568163	Bildacker	bildacker	CH		0	Europe/Zurich	47.64565	8.92529		Bildacker		TG	2012	4826	
11568164	Girsberg	girsberg	CH		0	Europe/Zurich	47.64564	9.14973		Girsberg		TG	2013	4671	
11568165	Friedberg	friedberg	CH		0	Europe/Zurich	47.64541	8.92735		Friedberg		TG	2012	4826	
11568166	Obergiger	obergiger	CH		0	Europe/Zurich	47.64518	8.84323		Obergiger		TG	2012	4871	
11568167	Götschenhäusli	goetschenhaeusli	CH		0	Europe/Zurich	47.64506	8.97972		Gotschenhausli,Götschenhäusli		TG	2012	4816	
11568168	Freieck	freieck	CH		0	Europe/Zurich	47.64498	8.95906		Freieck		TG	2012	4816	
11568169	Sassenloh	sassenloh	CH		0	Europe/Zurich	47.64474	8.99489		Sassenloh		TG	2012	4816	
11568170	Hochstrasse	hochstrasse	CH		0	Europe/Zurich	47.64442	8.9778		Hochstrasse		TG	2012	4816	
11568171	Heiligebärg	heiligebaerg	CH		0	Europe/Zurich	47.64421	8.92113		Heiligebarg,Heiligebärg		TG	2012	4826	
11568172	Castell	castell	CH		0	Europe/Zurich	47.64406	9.13313		Castell		TG	2013	4696	
11568173	Hüttenberg	huettenberg	CH		0	Europe/Zurich	47.64389	8.86019		Huttenberg,Hüttenberg		TG	2012	4806	
11568174	Oberhelmetshausen	oberhelmetshausen	CH		0	Europe/Zurich	47.64377	8.96394		Oberhelmetshausen		TG	2012	4816	
11568175	Schwarzenrain	schwarzenrain	CH		0	Europe/Zurich	47.64336	8.90239		Schwarzenrain		TG	2012	4826	
11568176	Nagelshausen	nagelshausen	CH		0	Europe/Zurich	47.64331	9.14339		Nagelshausen		TG	2013	4696	
11568178	Klingenegg	klingenegg	CH		0	Europe/Zurich	47.64292	8.91952		Klingenegg		TG	2012	4826	
11568179	Maltbach	maltbach	CH		0	Europe/Zurich	47.64281	9.03253		Maltbach		TG	2012	4816	
11568181	Eugerswil	eugerswil	CH		0	Europe/Zurich	47.64258	9.01296		Eugerswil		TG	2012	4816	
11568185	Näbli	naebli	CH		0	Europe/Zurich	47.64223	8.86462		Nabli,Näbli		TG	2012	4806	
11568187	Uhwilen	uhwilen	CH		0	Europe/Zurich	47.64119	8.9955		Uhwilen		TG	2012	4816	
11568188	Halde	halde	CH		0	Europe/Zurich	47.64117	8.89911		Halde		TG	2012	4826	
11568189	Seehalde	seehalde	CH		0	Europe/Zurich	47.64114	8.93146		Seehalde		TG	2012	4826	
11568190	Oberfischbach	oberfischbach	CH		0	Europe/Zurich	47.64079	9.05196		Oberfischbach		TG	2013	4846	
11568191	Waldegg	waldegg	CH		0	Europe/Zurich	47.64043	8.88099		Waldegg		TG	2012	4806	
11568193	Geisshaus	geisshaus	CH		0	Europe/Zurich	47.6398	9.01792		Geisshaus		TG	2012	4816	
11568194	Helmetshausen	helmetshausen	CH		0	Europe/Zurich	47.63963	8.96052		Helmetshausen		TG	2012	4816	
11568195	Blumenau	blumenau	CH		0	Europe/Zurich	47.63962	9.04177		Blumenau		TG	2013	4846	
11568198	Guggenbüel	guggenbueel	CH		0	Europe/Zurich	47.63929	8.86445		Guggenbuel,Guggenbüel		TG	2012	4806	
11568199	Iben	iben	CH		0	Europe/Zurich	47.63926	8.85367		Iben		TG	2012	4806	
11568200	Bettenweiher	bettenweiher	CH		0	Europe/Zurich	47.63915	9.04813		Bettenweiher		TG	2013	4846	
11568203	Buck	buck	CH		0	Europe/Zurich	47.63861	8.88481		Buck		TG	2012	4806	
11568205	Löhren	loehren	CH		0	Europe/Zurich	47.63787	9.01478		Lohren,Löhren		TG	2012	4816	
11568206	Klingenzell	klingenzell	CH		0	Europe/Zurich	47.63718	8.89915		Klingenzell		TG	2012	4826	
11568207	Hinterhomburg	hinterhomburg	CH		0	Europe/Zurich	47.63699	9.02516		Hinterhomburg		TG	2012	4816	
11568208	Fischbach	fischbach	CH		0	Europe/Zurich	47.63694	9.05571		Fischbach		TG	2013	4846	
11568209	Sonnenberg	sonnenberg	CH		0	Europe/Zurich	47.63661	9.04127		Sonnenberg		TG	2013	4846	
11568212	Oberwiesen	oberwiesen	CH		0	Europe/Zurich	47.6362	8.86644		Oberwiesen		TG	2012	4806	
11568213	Störenberg	stoerenberg	CH		0	Europe/Zurich	47.63608	8.91166		Storenberg,Störenberg		TG	2012	4826	
11568215	Sonnenberg	sonnenberg	CH		0	Europe/Zurich	47.63516	8.96278		Sonnenberg		TG	2012	4816	
11568217	Bächler	baechler	CH		0	Europe/Zurich	47.63512	9.02036		Bachler,Bächler		TG	2012	4816	
11568219	Reckenwil	reckenwil	CH		0	Europe/Zurich	47.63483	8.99162		Reckenwil		TG	2012	4816	
11568220	Schwizerland	schwizerland	CH		0	Europe/Zurich	47.63463	9.01611		Schwizerland		TG	2012	4816	
11568221	Langhalde	langhalde	CH		0	Europe/Zurich	47.63415	9.18587		Langhalde		TG	2013	4671	
11568222	Windhausen	windhausen	CH		0	Europe/Zurich	47.63368	8.881		Windhausen		TG	2012	4806	
11568224	Ifang Berg	ifang-berg	CH		0	Europe/Zurich	47.63348	8.86341		Ifang Berg		TG	2012	4806	
11568225	Schwärzi	schwaerzi	CH		0	Europe/Zurich	47.63344	9.0015		Schwarzi,Schwärzi		TG	2012	4816	
11568226	Friedberg	friedberg	CH		0	Europe/Zurich	47.63336	8.95451		Friedberg		TG	2012	4816	
11568227	Rüti	rueti	CH		0	Europe/Zurich	47.63329	9.20295		Ruti,Rüti		TG	2013	4643	
11568230	Mellgenten	mellgenten	CH		0	Europe/Zurich	47.63279	9.19258		Mellgenten		TG	2013	4671	
11568231	Brathaus	brathaus	CH		0	Europe/Zurich	47.63277	9.01153		Brathaus		TG	2012	4816	
11568232	Chlösterli	chloesterli	CH		0	Europe/Zurich	47.63265	8.9051		Chlosterli,Chlösterli		TG	2012	4826	
11568234	Schwerzi	schwerzi	CH		0	Europe/Zurich	47.63261	8.96005		Schwerzi		TG	2012	4816	
11568235	Ifang	ifang	CH		0	Europe/Zurich	47.63244	9.05448		Ifang		TG	2013	4846	
11568236	Schmidholz	schmidholz	CH		0	Europe/Zurich	47.63208	9.08759		Schmidholz		TG	2013	4701	
11568237	Weierholz	weierholz	CH		0	Europe/Zurich	47.63194	8.90372		Weierholz		TG	2012	4826	
11568238	Rossbuck	rossbuck	CH		0	Europe/Zurich	47.63156	8.8308		Rossbuck		TG	2012	4821	
11568239	Schwedisreuti	schwedisreuti	CH		0	Europe/Zurich	47.63125	8.96096		Schwedisreuti		TG	2012	4816	
11568241	Holzhäusern	holzhaeusern	CH		0	Europe/Zurich	47.631	9.05947		Holzhausern,Holzhäusern		TG	2013	4701	
11568242	Immelhausen	immelhausen	CH		0	Europe/Zurich	47.63088	8.89327		Immelhausen		TG	2012	4806	
11568243	Bätershausen	baetershausen	CH		0	Europe/Zurich	47.63085	9.16616		Batershausen,Bätershausen		TG	2013	4666	
11568244	Liebenfels	liebenfels	CH		0	Europe/Zurich	47.63077	8.9266		Liebenfels		TG	2012	4811	
11568247	Kleinrigi	kleinrigi	CH		0	Europe/Zurich	47.63014	9.21076		Kleinrigi		TG	2013	4643	
11568249	Müllberg	muellberg	CH		0	Europe/Zurich	47.62962	9.03122		Mullberg,Müllberg		TG	2013	4846	
11568250	Güetli	gueetli	CH		0	Europe/Zurich	47.62943	9.18927		Guetli,Güetli		TG	2013	4683	
11568251	Hirschensprung	hirschensprung	CH		0	Europe/Zurich	47.62933	8.86461		Hirschensprung		TG	2012	4806	
11568252	Eggmühle	eggmuehle	CH		0	Europe/Zurich	47.62928	8.91272		Eggmuhle,Eggmühle		TG	2012	4811	
11568253	Reutershaus	reutershaus	CH		0	Europe/Zurich	47.62923	8.90697		Reutershaus		TG	2012	4811	
11568254	Oberkodenreuti	oberkodenreuti	CH		0	Europe/Zurich	47.62921	9.05654		Oberkodenreuti		TG	2013	4846	
11568255	Mühle	muehle	CH		0	Europe/Zurich	47.62911	8.97392		Muhle,Mühle		TG	2012	4816	
11568256	Hoi	hoi	CH		0	Europe/Zurich	47.62875	9.06715		Hoi		TG	2013	4701	
11568257	Chrutgärtli	chrutgaertli	CH		0	Europe/Zurich	47.62847	9.06481		Chrutgartli,Chrutgärtli		TG	2013	4701	
11568258	Kreuzstrasse	kreuzstrasse	CH		0	Europe/Zurich	47.62829	9.09594		Kreuzstrasse		TG	2013	4701	
11568262	Hahnewis	hahnewis	CH		0	Europe/Zurich	47.62775	8.90146		Hahnewis		TG	2012	4821	
11568263	Oberkappel	oberkappel	CH		0	Europe/Zurich	47.62698	8.99689		Oberkappel		TG	2012	4816	
11568264	Ammenhausen	ammenhausen	CH		0	Europe/Zurich	47.62689	8.92248		Ammenhausen		TG	2012	4811	
11568265	Schmeckwies	schmeckwies	CH		0	Europe/Zurich	47.62685	9.0921		Schmeckwies		TG	2013	4701	
11568266	Im Grund	im-grund	CH		0	Europe/Zurich	47.62683	9.22252		Im Grund		TG	2013	4691	
11568267	Bornhausen	bornhausen	CH		0	Europe/Zurich	47.62667	8.879		Bornhausen		TG	2012	4806	
11568269	Kodenreuti	kodenreuti	CH		0	Europe/Zurich	47.62635	9.05514		Kodenreuti		TG	2013	4846	
11568270	Altenhausen	altenhausen	CH		0	Europe/Zurich	47.62621	9.01236		Altenhausen		TG	2012	4816	
11568271	Villa Mendaris	villa-mendaris	CH		0	Europe/Zurich	47.6262	8.95364		Villa Mendaris		TG	2012	4811	
11568272	Sunnmatt	sunnmatt	CH		0	Europe/Zurich	47.62616	8.88654		Sunnmatt		TG	2012	4806	
11568273	Sonnenbühl	sonnenbuehl	CH		0	Europe/Zurich	47.62615	8.92441		Sonnenbuhl,Sonnenbühl		TG	2012	4811	
11568274	Liebburg	liebburg	CH		0	Europe/Zurich	47.62588	9.20277		Liebburg		TG	2013	4683	
11568275	Schwaderloh	schwaderloh	CH		0	Europe/Zurich	47.62587	9.14276		Schwaderloh		TG	2013	4666	
11568276	Hasenreute	hasenreute	CH		0	Europe/Zurich	47.62586	8.97621		Hasenreute		TG	2012	4816	
11568277	Bannholz	bannholz	CH		0	Europe/Zurich	47.62538	8.89394		Bannholz		TG	2012	4806	
11568278	Rittbrunnen	rittbrunnen	CH		0	Europe/Zurich	47.62531	8.97033		Rittbrunnen		TG	2012	4816	
11568279	Grünegg	gruenegg	CH		0	Europe/Zurich	47.62471	8.87011		Grunegg,Grünegg		TG	2012	4806	
11568280	Erlengrund	erlengrund	CH		0	Europe/Zurich	47.62467	9.04916		Erlengrund		TG	2013	4846	
11568281	Moorwilen	moorwilen	CH		0	Europe/Zurich	47.62455	8.90978		Moorwilen		TG	2012	4821	
11568282	Im Sulz	im-sulz	CH		0	Europe/Zurich	47.62448	8.94753		Im Sulz		TG	2012	4811	
11568283	Unterkappel	unterkappel	CH		0	Europe/Zurich	47.62431	8.99445		Unterkappel		TG	2012	4816	
11568284	Wiel	wiel	CH		0	Europe/Zurich	47.62403	9.03867		Wiel		TG	2013	4846	
11568285	Chaspersberg	chaspersberg	CH		0	Europe/Zurich	47.62391	9.23121		Chaspersberg		TG	2013	4691	
11568286	Oberhörstetten	oberhoerstetten	CH		0	Europe/Zurich	47.62385	8.98681		Oberhorstetten,Oberhörstetten		TG	2012	4816	
11568288	Kreuzmoos	kreuzmoos	CH		0	Europe/Zurich	47.62353	8.96645		Kreuzmoos		TG	2012	4816	
11568289	Mooswies	mooswies	CH		0	Europe/Zurich	47.62342	9.10321		Mooswies		TG	2013	4701	
11568290	Hirten	hirten	CH		0	Europe/Zurich	47.62293	9.01429		Hirten		TG	2012	4816	
11568292	Hangetloo	hangetloo	CH		0	Europe/Zurich	47.62236	9.0475		Hangetloo		TG	2015	4951	
11568293	Stockwies	stockwies	CH		0	Europe/Zurich	47.62225	9.11265		Stockwies		TG	2013	4701	
11568294	Sägi	saegi	CH		0	Europe/Zurich	47.6221	8.99804		Sagi,Sägi		TG	2012	4816	
11568295	Golfpanorama	golfpanorama	CH		0	Europe/Zurich	47.62181	9.05866		Golfpanorama		TG	2013	4701	
11568296	Oberneuwilen	oberneuwilen	CH		0	Europe/Zurich	47.62165	9.13459		Oberneuwilen		TG	2013	4666	
11568297	Bühl	buehl	CH		0	Europe/Zurich	47.62147	9.00146		Buhl,Bühl		TG	2012	4816	
11568299	Tobelbrunnen	tobelbrunnen	CH		0	Europe/Zurich	47.62084	8.83228		Tobelbrunnen		TG	2012	4821	
11568300	Rank	rank	CH		0	Europe/Zurich	47.62064	8.98757		Rank		TG	2012	4816	
11568301	Seewise	seewise	CH		0	Europe/Zurich	47.62045	9.27346		Seewise		TG	2013	4641	
11568302	Wiesengrund	wiesengrund	CH		0	Europe/Zurich	47.62037	8.93289		Wiesengrund		TG	2012	4811	
11568303	Bohrenweg	bohrenweg	CH		0	Europe/Zurich	47.62021	9.12833		Bohrenweg		TG	2013	4666	
11568304	Weihermoos	weihermoos	CH		0	Europe/Zurich	47.62018	9.15223		Weihermoos		TG	2013	4666	
11568305	Studenwies	studenwies	CH		0	Europe/Zurich	47.62014	9.25441		Studenwies		TG	2013	4691	
11568321	Zum Pflug	zum-pflug	CH		0	Europe/Zurich	47.63434	8.61593		Zum Pflug		ZH	102	38	
11568322	Ziel	ziel	CH		0	Europe/Zurich	47.63129	8.6913		Ziel		ZH	102	40	
11568323	Wieswendi	wieswendi	CH		0	Europe/Zurich	47.66227	8.64042		Wieswendi		ZH	102	34	
11568325	Webhusen	webhusen	CH		0	Europe/Zurich	47.64235	8.67716		Webhusen		ZH	102	40	
11568326	Wangenbühl	wangenbuehl	CH		0	Europe/Zurich	47.63427	8.81674		Wangenbuhl,Wangenbühl		ZH	102	292	
11568327	Waldheim	waldheim	CH		0	Europe/Zurich	47.6461	8.67704		Waldheim		ZH	102	40	
11568328	Ulmerweg	ulmerweg	CH		0	Europe/Zurich	47.65118	8.78044		Ulmerweg		ZH	102	292	
11568329	Uf Pöschen	uf-poeschen	CH		0	Europe/Zurich	47.62432	8.78201		Uf Poschen,Uf Pöschen		ZH	102	292	
11568330	Tannholz	tannholz	CH		0	Europe/Zurich	47.64211	8.75771		Tannholz		ZH	102	292	
11568332	Sunnacker	sunnacker	CH		0	Europe/Zurich	47.63843	8.71225		Sunnacker		ZH	102	40	
11568333	Steinigen Buck	steinigen-buck	CH		0	Europe/Zurich	47.63582	8.67336		Steinigen Buck		ZH	102	40	
11568335	Sankt Anna	sankt-anna	CH		0	Europe/Zurich	47.62971	8.81152		Sankt Anna		ZH	102	292	
11568336	Spisenrain	spisenrain	CH		0	Europe/Zurich	47.66067	8.6403		Spisenrain		ZH	102	22	
11568338	Sommerau	sommerau	CH		0	Europe/Zurich	47.62981	8.69245		Sommerau		ZH	102	40	
11568339	Sommerau	sommerau	CH		0	Europe/Zurich	47.6267	8.76281		Sommerau		ZH	102	292	
11568340	Schwerzi	schwerzi	CH		0	Europe/Zurich	47.63321	8.64526		Schwerzi		ZH	102	35	
11568341	Schwandegg	schwandegg	CH		0	Europe/Zurich	47.62451	8.77496		Schwandegg		ZH	102	292	
11568342	Schlosserbuck	schlosserbuck	CH		0	Europe/Zurich	47.64675	8.77997		Schlosserbuck		ZH	102	292	
11568347	Römerstrasse	roemerstrasse	CH		0	Europe/Zurich	47.64783	8.76445		Romerstrasse,Römerstrasse		ZH	102	292	
11568350	Ölenberg	oelenberg	CH		0	Europe/Zurich	47.62965	8.80925		Olenberg,Ölenberg		ZH	102	292	
11568356	Madacker	madacker	CH		0	Europe/Zurich	47.62742	8.66445		Madacker		ZH	102	35	
11568357	Ludi	ludi	CH		0	Europe/Zurich	47.63349	8.69504		Ludi		ZH	102	40	
11568358	Langenacker	langenacker	CH		0	Europe/Zurich	47.67183	8.65495		Langenacker		ZH	102	34	
11568359	Krähenbuck	kraehenbuck	CH		0	Europe/Zurich	47.62859	8.69995		Krahenbuck,Krähenbuck		ZH	102	40	
11568361	Im Winkelacker	im-winkelacker	CH		0	Europe/Zurich	47.64881	8.6457		Im Winkelacker		ZH	102	22	
11568363	Im Türni	im-tuerni	CH		0	Europe/Zurich	47.62863	8.6634		Im Turni,Im Türni		ZH	102	35	
11568365	Im Robacker	im-robacker	CH		0	Europe/Zurich	47.65513	8.66298		Im Robacker		ZH	102	22	
11568366	Im Mötsche	im-moetsche	CH		0	Europe/Zurich	47.62478	8.65974		Im Motsche,Im Mötsche		ZH	102	35	
11568367	Im Loo	im-loo	CH		0	Europe/Zurich	47.63304	8.67271		Im Loo		ZH	102	40	
11568368	Im Genter	im-genter	CH		0	Europe/Zurich	47.63302	8.72605		Im Genter		ZH	102	41	
11568369	Im Gässli	im-gaessli	CH		0	Europe/Zurich	47.6233	8.79403		Im Gassli,Im Gässli		ZH	102	292	
11568370	Im Espi	im-espi	CH		0	Europe/Zurich	47.65874	8.78769		Im Espi		ZH	102	292	
11568371	Im Buck	im-buck	CH		0	Europe/Zurich	47.63787	8.77646		Im Buck		ZH	102	292	
11568372	Im Buck	im-buck	CH		0	Europe/Zurich	47.63045	8.76044		Im Buck		ZH	102	292	
11568373	Im Buck	im-buck	CH		0	Europe/Zurich	47.62059	8.68549		Im Buck		ZH	102	33	
11568374	Im Bergli	im-bergli	CH		0	Europe/Zurich	47.6545	8.67539		Im Bergli		ZH	102	40	
11568375	Im Bächi	im-baechi	CH		0	Europe/Zurich	47.63271	8.72236		Im Bachi,Im Bächi		ZH	102	41	
11568376	Im Anderbach	im-anderbach	CH		0	Europe/Zurich	47.66433	8.63247		Im Anderbach		ZH	102	34	
11568377	Husemerbüel	husemerbueel	CH		0	Europe/Zurich	47.62471	8.72133		Husemerbuel,Husemerbüel		ZH	102	41	
11568378	Hopfengut	hopfengut	CH		0	Europe/Zurich	47.64082	8.78432		Hopfengut		ZH	102	292	
11568379	Hertlibuck	hertlibuck	CH		0	Europe/Zurich	47.62314	8.72596		Hertlibuck		ZH	102	41	
11568380	Hebsack	hebsack	CH		0	Europe/Zurich	47.6507	8.68534		Hebsack		ZH	102	40	
11568381	Hasenbuck	hasenbuck	CH		0	Europe/Zurich	47.62396	8.75862		Hasenbuck		ZH	102	292	
11568382	Halde	halde	CH		0	Europe/Zurich	47.63765	8.70164		Halde		ZH	102	40	
11568383	Güllenacker	guellenacker	CH		0	Europe/Zurich	47.64923	8.67143		Gullenacker,Güllenacker		ZH	102	40	
11568384	Guggeeren	guggeeren	CH		0	Europe/Zurich	47.65822	8.65479		Guggeeren		ZH	102	22	
11568388	Ghardi	ghardi	CH		0	Europe/Zurich	47.63341	8.75341		Ghardi		ZH	102	292	
11568389	Galgenbuck	galgenbuck	CH		0	Europe/Zurich	47.6361	8.618		Galgenbuck		ZH	102	38	
11568390	Emdwies	emdwies	CH		0	Europe/Zurich	47.66028	8.79005		Emdwies		ZH	102	292	
11568391	Eichi	eichi	CH		0	Europe/Zurich	47.63227	8.72682		Eichi		ZH	102	41	
11568393	Dachsenhausen	dachsenhausen	CH		0	Europe/Zurich	47.62411	8.69136		Dachsenhausen		ZH	102	37	
11568394	Dachsbühl	dachsbuehl	CH		0	Europe/Zurich	47.63156	8.75225		Dachsbuhl,Dachsbühl		ZH	102	292	
11568395	Chrützli	chruetzli	CH		0	Europe/Zurich	47.63793	8.67117		Chrutzli,Chrützli		ZH	102	40	
11568396	Chrummenrüti	chrummenrueti	CH		0	Europe/Zurich	47.64022	8.70281		Chrummenruti,Chrummenrüti		ZH	102	40	
11568397	Chalchbüel	chalchbueel	CH		0	Europe/Zurich	47.63371	8.73465		Chalchbuel,Chalchbüel		ZH	102	41	
11568400	Bruggbüel	bruggbueel	CH		0	Europe/Zurich	47.62873	8.69039		Bruggbuel,Bruggbüel		ZH	102	40	
11568401	Breitacker	breitacker	CH		0	Europe/Zurich	47.62504	8.80732		Breitacker		ZH	102	292	
11568402	Blettliacker	blettliacker	CH		0	Europe/Zurich	47.62136	8.52808		Blettliacker		ZH	103	67	
11568403	Ammenstieg	ammenstieg	CH		0	Europe/Zurich	47.62996	8.69466		Ammenstieg		ZH	102	40	
11568404	Alte Sankt Anna	alte-sankt-anna	CH		0	Europe/Zurich	47.63073	8.80981		Alte Sankt Anna		ZH	102	292	
11568910	Geboltshausen	geboltshausen	CH		0	Europe/Zurich	47.61934	9.14377		Geboltshausen		TG	2013	4666	
11568911	Im Bick	im-bick	CH		0	Europe/Zurich	47.61933	8.92739		Im Bick		TG	2012	4811	
11568912	Degenhart	degenhart	CH		0	Europe/Zurich	47.61927	8.99613		Degenhart		TG	2012	4816	
11568913	Feldgarten	feldgarten	CH		0	Europe/Zurich	47.6192	9.05776		Feldgarten		TG	2013	4701	
11568914	Steinegg	steinegg	CH		0	Europe/Zurich	47.61897	8.85738		Steinegg		TG	2012	4821	
11568915	Seealp	seealp	CH		0	Europe/Zurich	47.61858	9.27511		Seealp		TG	2013	4641	
11568922	Bleiche	bleiche	CH		0	Europe/Zurich	47.61851	8.97017		Bleiche		TG	2012	4816	
11568925	Bethlehem	bethlehem	CH		0	Europe/Zurich	47.61799	8.98635		Bethlehem		TG	2012	4816	
11568926	Unterneuwilen	unterneuwilen	CH		0	Europe/Zurich	47.61794	9.13203		Unterneuwilen		TG	2013	4666	
11568927	Oberstöcken	oberstoecken	CH		0	Europe/Zurich	47.61788	9.11508		Oberstocken,Oberstöcken		TG	2013	4666	
11568928	Im Häldeli	im-haeldeli	CH		0	Europe/Zurich	47.61786	8.83379		Im Haldeli,Im Häldeli		TG	2012	4821	
11568929	Tonisbärg	tonisbaerg	CH		0	Europe/Zurich	47.61783	9.01398		Tonisbarg,Tonisbärg		TG	2012	4831	
11568930	Mösli	moesli	CH		0	Europe/Zurich	47.61776	9.04868		Mosli,Mösli		TG	2015	4951	
11568931	Unterhörstetten	unterhoerstetten	CH		0	Europe/Zurich	47.61776	8.98005		Unterhorstetten,Unterhörstetten		TG	2012	4816	
11568932	Häglishag	haeglishag	CH		0	Europe/Zurich	47.61771	9.06954		Haglishag,Häglishag		TG	2013	4701	
11568933	Dippishausen	dippishausen	CH		0	Europe/Zurich	47.61739	9.16828		Dippishausen		TG	2013	4666	
11568934	Rigishus	rigishus	CH		0	Europe/Zurich	47.61738	9.25742		Rigishus		TG	2013	4641	
11568936	Martinsmühle	martinsmuehle	CH		0	Europe/Zurich	47.61707	9.22572		Martinsmuhle,Martinsmühle		TG	2013	4681	
11568939	Burg	burg	CH		0	Europe/Zurich	47.61657	8.95852		Burg		TG	2012	4841	
11568940	Bommen	bommen	CH		0	Europe/Zurich	47.61655	9.15428		Bommen		TG	2013	4666	
11568942	Lochmühle	lochmuehle	CH		0	Europe/Zurich	47.61615	8.9616		Lochmuhle,Lochmühle		TG	2012	4841	
11568943	Soor	soor	CH		0	Europe/Zurich	47.6159	9.28569		Soor		TG	2013	4656	
11568944	Laubbach	laubbach	CH		0	Europe/Zurich	47.61575	9.2553		Laubbach		TG	2013	4641	
11568945	Täuber	taeuber	CH		0	Europe/Zurich	47.61572	8.83716		Tauber,Täuber		TG	2012	4821	
11568948	Weierhüsli	weierhuesli	CH		0	Europe/Zurich	47.6151	9.08194		Weierhusli,Weierhüsli		TG	2013	4701	
11568949	Langenhart	langenhart	CH		0	Europe/Zurich	47.61498	9.01421		Langenhart		TG	2012	4831	
11568951	Neuwinkeln	neuwinkeln	CH		0	Europe/Zurich	47.61477	9.24527		Neuwinkeln		TG	2013	4641	
11568952	Seefeld	seefeld	CH		0	Europe/Zurich	47.61472	9.28418		Seefeld		TG	2013	4656	
11568954	Rank	rank	CH		0	Europe/Zurich	47.61461	9.11303		Rank		TG	2013	4666	
11568955	Unterstöcken	unterstoecken	CH		0	Europe/Zurich	47.61442	9.11653		Unterstocken,Unterstöcken		TG	2013	4666	
11568956	Storenberg	storenberg	CH		0	Europe/Zurich	47.61438	9.04275		Storenberg		TG	2015	4951	
11568957	Ratzebüel	ratzebueel	CH		0	Europe/Zurich	47.61415	8.96796		Ratzebuel,Ratzebüel		TG	2012	4816	
11568958	Spitz	spitz	CH		0	Europe/Zurich	47.6139	9.19551		Spitz		TG	2013	4683	
11568960	Seeben	seeben	CH		0	Europe/Zurich	47.61377	8.84545		Seeben		TG	2012	4821	
11568961	Försterhaus	foersterhaus	CH		0	Europe/Zurich	47.61375	8.88526		Forsterhaus,Försterhaus		TG	2012	4821	
11568963	Bohl	bohl	CH		0	Europe/Zurich	47.6135	8.89245		Bohl		TG	2012	4811	
11568964	Stutheien	stutheien	CH		0	Europe/Zurich	47.61326	8.85194		Stutheien		TG	2012	4821	
11568967	Erlenacker	erlenacker	CH		0	Europe/Zurich	47.61274	9.17486		Erlenacker		TG	2013	4666	
11568968	Seehalde	seehalde	CH		0	Europe/Zurich	47.61272	8.84848		Seehalde		TG	2012	4821	
11568969	Essenholz	essenholz	CH		0	Europe/Zurich	47.6127	8.98626		Essenholz		TG	2012	4816	
11568971	Reute	reute	CH		0	Europe/Zurich	47.61242	8.96155		Reute		TG	2012	4841	
11568972	Hungerbühl	hungerbuehl	CH		0	Europe/Zurich	47.60865	8.97996		Hungerbuhl,Hungerbühl		TG	2012	4841	
11568973	Sunnehalde	sunnehalde	CH		0	Europe/Zurich	47.61223	9.27939		Sunnehalde		TG	2013	4656	
11568974	Eggholz	eggholz	CH		0	Europe/Zurich	47.61216	9.2185		Eggholz		TG	2013	4681	
11568975	Fischerhüsli	fischerhuesli	CH		0	Europe/Zurich	47.61211	9.05097		Fischerhusli,Fischerhüsli		TG	2013	4701	
11568976	Horüti	horueti	CH		0	Europe/Zurich	47.61204	9.06597		Horuti,Horüti		TG	2015	4951	
11568977	Lamperswil	lamperswil	CH		0	Europe/Zurich	47.61172	9.03797		Lamperswil		TG	2015	4951	
11568978	Hirschensprung	hirschensprung	CH		0	Europe/Zurich	47.61172	8.94501		Hirschensprung		TG	2012	4841	
11568979	Zollershus	zollershus	CH		0	Europe/Zurich	47.61165	9.29553		Zollershus		TG	2013	4656	
11568980	Blatten	blatten	CH		0	Europe/Zurich	47.61147	9.19732		Blatten		TG	2013	4683	
11568981	Tal	tal	CH		0	Europe/Zurich	47.61133	8.91036		Tal		TG	2012	4811	
11568982	Luggen	luggen	CH		0	Europe/Zurich	47.6113	9.1761		Luggen		TG	2013	4666	
11568984	Holzmannshaus	holzmannshaus	CH		0	Europe/Zurich	47.61111	9.11544		Holzmannshaus		TG	2013	4666	
11568985	Oberhungerbühl	oberhungerbuehl	CH		0	Europe/Zurich	47.61097	8.98356		Oberhungerbuhl,Oberhungerbühl		TG	2012	4816	
11568986	Kugelshofen	kugelshofen	CH		0	Europe/Zurich	47.61063	8.93273		Kugelshofen		TG	2012	4811	
11568987	Rütiholz	ruetiholz	CH		0	Europe/Zurich	47.61055	9.07593		Rutiholz,Rütiholz		TG	2015	4951	
11568988	Sonnenberg	sonnenberg	CH		0	Europe/Zurich	47.61045	9.01589		Sonnenberg		TG	2012	4831	
11568989	Riethalde	riethalde	CH		0	Europe/Zurich	47.61036	9.02097		Riethalde		TG	2012	4831	
11568990	Tierheim	tierheim	CH		0	Europe/Zurich	47.61032	9.24974		Tierheim		TG	2013	4641	
11568991	Herzenwiese	herzenwiese	CH		0	Europe/Zurich	47.61027	9.23826		Herzenwiese		TG	2013	4681	
11568992	Haldengut	haldengut	CH		0	Europe/Zurich	47.61026	8.98195		Haldengut		TG	2012	4841	
11568993	Langmühle	langmuehle	CH		0	Europe/Zurich	47.61018	8.74313		Langmuhle,Langmühle		TG	2012	4601	
11568994	Suurugge	suurugge	CH		0	Europe/Zurich	47.61005	9.06322		Suurugge		TG	2015	4951	
11568995	Städeli	staedeli	CH		0	Europe/Zurich	47.60994	9.19073		Stadeli,Städeli		TG	2013	4683	
11568996	Helfenberg	helfenberg	CH		0	Europe/Zurich	47.60988	8.8318		Helfenberg		TG	2012	4821	
11568997	Uetwilen	uetwilen	CH		0	Europe/Zurich	47.60973	9.08615		Uetwilen		TG	2015	4951	
11568998	Hohenegg	hohenegg	CH		0	Europe/Zurich	47.60965	9.19485		Hohenegg		TG	2013	4683	
11568999	Unterdorf	unterdorf	CH		0	Europe/Zurich	47.6096	8.81722		Unterdorf		TG	2012	4821	
11569000	Rotfarb	rotfarb	CH		0	Europe/Zurich	47.60959	9.29924		Rotfarb		TG	2013	4656	
11569002	Tiergarten	tiergarten	CH		0	Europe/Zurich	47.60946	8.94708		Tiergarten		TG	2012	4841	
11569005	Oberbächi	oberbaechi	CH		0	Europe/Zurich	47.60936	9.13483		Oberbachi,Oberbächi		TG	2013	4666	
11569006	Hüsli	huesli	CH		0	Europe/Zurich	47.60918	9.19889		Husli,Hüsli		TG	2013	4683	
11569007	Stäge	staege	CH		0	Europe/Zurich	47.60909	9.27602		Stage,Stäge		TG	2013	4656	
11569008	Mühle	muehle	CH		0	Europe/Zurich	47.60906	9.03636		Muhle,Mühle		TG	2015	4951	
11569009	Neugüttingen	neuguettingen	CH		0	Europe/Zurich	47.60863	9.21771		Neuguttingen,Neugüttingen		TG	2013	4683	
11569010	Eige	eige	CH		0	Europe/Zurich	47.60847	9.20106		Eige		TG	2013	4683	
11569011	Emmerig	emmerig	CH		0	Europe/Zurich	47.60838	8.94968		Emmerig		TG	2012	4841	
11569012	Gaisbühl	gaisbuehl	CH		0	Europe/Zurich	47.60832	9.17492		Gaisbuhl,Gaisbühl		TG	2013	4666	
11569013	Unterbächi	unterbaechi	CH		0	Europe/Zurich	47.60824	9.131		Unterbachi,Unterbächi		TG	2013	4666	
11569014	Scheidbach	scheidbach	CH		0	Europe/Zurich	47.60805	9.10244		Scheidbach		TG	2013	4666	
11569015	Sandbüel	sandbueel	CH		0	Europe/Zurich	47.60792	8.85721		Sandbuel,Sandbüel		TG	2012	4821	
11569016	Krachenburg	krachenburg	CH		0	Europe/Zurich	47.6078	9.11594		Krachenburg		TG	2013	4666	
11569017	Baltshausen	baltshausen	CH		0	Europe/Zurich	47.60776	9.14365		Baltshausen		TG	2013	4666	
11569020	Loohalde	loohalde	CH		0	Europe/Zurich	47.60746	8.99956		Loohalde		TG	2012	4831	
11569021	Flurheim	flurheim	CH		0	Europe/Zurich	47.60744	9.26876		Flurheim		TG	2013	4641	
11569023	Dübinger	duebinger	CH		0	Europe/Zurich	47.60716	9.00446		Dubinger,Dübinger		TG	2012	4831	
11569024	Neumühle	neumuehle	CH		0	Europe/Zurich	47.60715	9.13174		Neumuhle,Neumühle		TG	2013	4666	
11569025	Entenschiess	entenschiess	CH		0	Europe/Zurich	47.60704	8.75457		Entenschiess		TG	2012	4601	
11569026	Breitfeld	breitfeld	CH		0	Europe/Zurich	47.60693	9.01715		Breitfeld		TG	2012	4831	
11569027	Oberdorf	oberdorf	CH		0	Europe/Zurich	47.60669	8.81655		Oberdorf		TG	2012	4821	
11569029	Hinderdorf	hinderdorf	CH		0	Europe/Zurich	47.60623	9.24019		Hinderdorf		TG	2013	4681	
11569030	Seeblick	seeblick	CH		0	Europe/Zurich	47.60607	9.23447		Seeblick		TG	2013	4681	
11569031	Mannenmühle	mannenmuehle	CH		0	Europe/Zurich	47.60598	9.11495		Mannenmuhle,Mannenmühle		TG	2013	4666	
11569032	Hueb	hueb	CH		0	Europe/Zurich	47.60595	8.8032		Hueb		TG	2012	4601	
11569033	Spottenberg	spottenberg	CH		0	Europe/Zurich	47.60591	8.90387		Spottenberg		TG	2012	4811	
11569034	Jopenhaus	jopenhaus	CH		0	Europe/Zurich	47.60588	9.05063		Jopenhaus		TG	2015	4951	
11569052	Seehalden	seehalden	CH		0	Europe/Zurich	47.61954	8.8071		Seehalden		ZH	102	292	
11569056	Sösi	soesi	CH		0	Europe/Zurich	47.61867	8.68056		Sosi,Sösi		ZH	102	33	
11569057	Schlossbuck	schlossbuck	CH		0	Europe/Zurich	47.61822	8.52688		Schlossbuck		ZH	103	67	
11569059	Laubere	laubere	CH		0	Europe/Zurich	47.61803	8.64497		Laubere		ZH	102	35	
11569060	Fürstgrüt	fuerstgruet	CH		0	Europe/Zurich	47.61758	8.80401		Furstgrut,Fürstgrüt		ZH	102	292	
11569061	Im Eschi	im-eschi	CH		0	Europe/Zurich	47.61744	8.73135		Im Eschi		ZH	102	37	
11569062	Im Ifang	im-ifang	CH		0	Europe/Zurich	47.61723	8.64788		Im Ifang		ZH	102	35	
11569063	Loo	loo	CH		0	Europe/Zurich	47.61663	8.77693		Loo		ZH	102	292	
11569064	Im Hard	im-hard	CH		0	Europe/Zurich	47.61653	8.80061		Im Hard		ZH	102	292	
11569065	Im Schlatter	im-schlatter	CH		0	Europe/Zurich	47.61623	8.72427		Im Schlatter		ZH	102	37	
11569067	Freienbüel	freienbueel	CH		0	Europe/Zurich	47.61552	8.7802		Freienbuel,Freienbüel		ZH	102	292	
11569068	Harstig	harstig	CH		0	Europe/Zurich	47.61549	8.71202		Harstig		ZH	102	37	
11569069	Waldegg	waldegg	CH		0	Europe/Zurich	47.61527	8.68878		Waldegg		ZH	102	33	
11569071	Uf Wil	uf-wil	CH		0	Europe/Zurich	47.61488	8.71536		Uf Wil		ZH	102	37	
11569072	Unterbuch	unterbuch	CH		0	Europe/Zurich	47.61471	8.78929		Unterbuch		ZH	102	292	
11569073	Vogelweid	vogelweid	CH		0	Europe/Zurich	47.6147	8.56522		Vogelweid		ZH	103	67	
11569074	Im Lochacker	im-lochacker	CH		0	Europe/Zurich	47.61303	8.70988		Im Lochacker		ZH	102	37	
11569075	Im Heidi	im-heidi	CH		0	Europe/Zurich	47.61178	8.71533		Im Heidi		ZH	102	37	
11569077	Schneitenberg	schneitenberg	CH		0	Europe/Zurich	47.61049	8.69021		Schneitenberg		ZH	102	33	
11569079	Schützenmatt	schuetzenmatt	CH		0	Europe/Zurich	47.60865	8.56149		Schutzenmatt,Schützenmatt		ZH	103	67	
11569081	Wyden	wyden	CH		0	Europe/Zurich	47.60749	8.7162		Wyden		ZH	102	37	
11569082	Zollhus	zollhus	CH		0	Europe/Zurich	47.60674	8.29478		Zollhus		AG	1911	4323	
11569083	Guggenbühl	guggenbuehl	CH		0	Europe/Zurich	47.60655	8.72593		Guggenbuhl,Guggenbühl		ZH	102	37	
11569084	Wisetal	wisetal	CH		0	Europe/Zurich	47.6064	8.55882		Wisetal		ZH	103	67	
11571270	Adelberg	adelberg	CH		0	Europe/Zurich	47.59668	8.96965		Adelberg		TG	2012	4841	
11571271	Altenburg	altenburg	CH		0	Europe/Zurich	47.59898	9.08793		Altenburg		TG	2015	4941	
11571272	Altenklingen	altenklingen	CH		0	Europe/Zurich	47.60264	9.07916		Altenklingen		TG	2015	4951	
11571274	Ast	ast	CH		0	Europe/Zurich	47.59647	9.19502		Ast		TG	2015	4891	
11571275	Aufhäusern	aufhaeusern	CH		0	Europe/Zurich	47.59298	9.13371		Aufhausern,Aufhäusern		TG	2013	4666	
11571276	Bichler	bichler	CH		0	Europe/Zurich	47.59678	8.77261		Bichler		TG	2012	4601	
11571280	Breitewiese	breitewiese	CH		0	Europe/Zurich	47.59852	9.12684		Breitewiese		TG	2013	4666	
11571318	Brunnenholz	brunnenholz	CH		0	Europe/Zurich	47.60166	9.09937		Brunnenholz		TG	2015	4941	
11571320	Bühl	buehl	CH		0	Europe/Zurich	47.59191	9.08111		Buhl,Bühl		TG	2015	4941	
11571321	Chalet Sunneschy	chalet-sunneschy	CH		0	Europe/Zurich	47.60386	8.8845		Chalet Sunneschy		TG	2012	4821	
11571323	Cholwis	cholwis	CH		0	Europe/Zurich	47.60161	9.03901		Cholwis		TG	2015	4951	
11571324	Chrättler	chraettler	CH		0	Europe/Zurich	47.60022	9.29631		Chrattler,Chrättler		TG	2013	4656	
11571325	Chrüzwis	chruezwis	CH		0	Europe/Zurich	47.59697	9.31369		Chruzwis,Chrüzwis		TG	2011	4426	
11571326	Debrunnen	debrunnen	CH		0	Europe/Zurich	47.60083	8.92212		Debrunnen		TG	2012	4811	
11571327	Dole	dole	CH		0	Europe/Zurich	47.59438	9.29355		Dole		TG	2013	4656	
11571328	Dörfli	doerfli	CH		0	Europe/Zurich	47.60461	9.23881		Dorfli,Dörfli		TG	2013	4681	
11571329	Dütschenmühle	duetschenmuehle	CH		0	Europe/Zurich	47.60325	9.13273		Dutschenmuhle,Dütschenmühle		TG	2013	4666	
11571330	Ebenau	ebenau	CH		0	Europe/Zurich	47.59289	9.04698		Ebenau		TG	2015	4951	
11571331	Egelshofen	egelshofen	CH		0	Europe/Zurich	47.60287	9.07068		Egelshofen		TG	2015	4951	
11571333	Emmerzen	emmerzen	CH		0	Europe/Zurich	47.59743	9.21776		Emmerzen		TG	2013	4683	
11571334	Engelswilen	engelswilen	CH		0	Europe/Zurich	47.59393	9.1491		Engelswilen		TG	2013	4666	
11571335	Entenmoos	entenmoos	CH		0	Europe/Zurich	47.60267	9.09812		Entenmoos		TG	2015	4941	
11571336	Euggelberg	euggelberg	CH		0	Europe/Zurich	47.59908	9.07775		Euggelberg		TG	2015	4941	
11571337	Evenhüsli	evenhuesli	CH		0	Europe/Zurich	47.59897	9.06923		Evenhusli,Evenhüsli		TG	2015	4941	
11571339	Fehrhaus	fehrhaus	CH		0	Europe/Zurich	47.59177	8.77911		Fehrhaus		TG	2012	4601	
11571344	Gaishaus	gaishaus	CH		0	Europe/Zurich	47.59556	9.09655		Gaishaus		TG	2015	4941	
11571345	Geissbühl	geissbuehl	CH		0	Europe/Zurich	47.59589	9.0769		Geissbuhl,Geissbühl		TG	2015	4941	
11571346	Grubmühle	grubmuehle	CH		0	Europe/Zurich	47.59781	9.05674		Grubmuhle,Grubmühle		TG	2015	4941	
11571347	Grundwies	grundwies	CH		0	Europe/Zurich	47.59468	8.85329		Grundwies		TG	2012	4616	
11571348	Haspel	haspel	CH		0	Europe/Zurich	47.59657	9.17002		Haspel		TG	2013	4666	
11571349	Heiligbrunnen	heiligbrunnen	CH		0	Europe/Zurich	47.59433	9.30114		Heiligbrunnen		TG	2011	4426	
11571351	Hessenwiese	hessenwiese	CH		0	Europe/Zurich	47.59223	9.02308		Hessenwiese		TG	2015	4951	
11571352	Himmelberg	himmelberg	CH		0	Europe/Zurich	47.60404	8.97549		Himmelberg		TG	2012	4841	
11571353	Hinterhorben	hinterhorben	CH		0	Europe/Zurich	47.59363	8.85825		Hinterhorben		TG	2012	4616	
11571354	Hintertannen	hintertannen	CH		0	Europe/Zurich	47.59538	8.84477		Hintertannen		TG	2012	4616	
11571355	Hochberg	hochberg	CH		0	Europe/Zurich	47.60063	8.77548		Hochberg		TG	2012	4601	
11571356	Höchi	hoechi	CH		0	Europe/Zurich	47.59178	8.94601		Hochi,Höchi		TG	2012	4841	
11571357	Hof	hof	CH		0	Europe/Zurich	47.60329	9.05042		Hof		TG	2015	4951	
11571358	Hub	hub	CH		0	Europe/Zurich	47.60113	8.84685		Hub		TG	2012	4616	
11571359	Huusärgete	huusaergete	CH		0	Europe/Zurich	47.59799	8.81273		Huusargete,Huusärgete		TG	2012	4616	
11571360	Kaltenbrunnen	kaltenbrunnen	CH		0	Europe/Zurich	47.59456	8.99972		Kaltenbrunnen		TG	2012	4831	
11571361	Kemmen	kemmen	CH		0	Europe/Zurich	47.60374	9.1411		Kemmen		TG	2013	4666	
11571362	Klingenmühle	klingenmuehle	CH		0	Europe/Zurich	47.6008	9.07813		Klingenmuhle,Klingenmühle		TG	2015	4941	
11571363	Königsgut	koenigsgut	CH		0	Europe/Zurich	47.60429	9.04696		Konigsgut,Königsgut		TG	2015	4951	
11571364	Kreuzstrasse	kreuzstrasse	CH		0	Europe/Zurich	47.60085	8.80247		Kreuzstrasse		TG	2012	4601	
11571365	Langacker	langacker	CH		0	Europe/Zurich	47.59505	8.77413		Langacker		TG	2012	4601	
11571366	Lanzendorn	lanzendorn	CH		0	Europe/Zurich	47.60155	9.18361		Lanzendorn		TG	2015	4891	
11571367	Laubacker	laubacker	CH		0	Europe/Zurich	47.60567	9.25258		Laubacker		TG	2013	4641	
11571370	Lire	lire	CH		0	Europe/Zurich	47.59242	9.30204		Lire		TG	2013	4656	
11571371	Lochmühle	lochmuehle	CH		0	Europe/Zurich	47.60224	9.22071		Lochmuhle,Lochmühle		TG	2013	4683	
11571372	Lohmühle	lohmuehle	CH		0	Europe/Zurich	47.60396	9.11535		Lohmuhle,Lohmühle		TG	2013	4666	
11571373	Maltbach	maltbach	CH		0	Europe/Zurich	47.60217	8.98658		Maltbach		TG	2012	4831	
11571374	Mälzler	maelzler	CH		0	Europe/Zurich	47.60159	8.76172		Malzler,Mälzler		TG	2012	4601	
11571377	Moosburg	moosburg	CH		0	Europe/Zurich	47.60356	9.30724		Moosburg		TG	2013	4656	
11571378	Moosholz	moosholz	CH		0	Europe/Zurich	47.59723	9.30964		Moosholz		TG	2011	4426	
11571379	Morgenstern	morgenstern	CH		0	Europe/Zurich	47.60152	8.8834		Morgenstern		TG	2012	4821	
11571380	Muhlershaus	muhlershaus	CH		0	Europe/Zurich	47.59296	9.10354		Muhlershaus		TG	2015	4941	
11571381	Neuburg	neuburg	CH		0	Europe/Zurich	47.59934	9.09349		Neuburg		TG	2015	4941	
11571384	Neumühle	neumuehle	CH		0	Europe/Zurich	47.60023	8.88274		Neumuhle,Neumühle		TG	2012	4821	
11571386	Rank	rank	CH		0	Europe/Zurich	47.59843	8.98453		Rank		TG	2012	4831	
11571387	Rauspfeife	rauspfeife	CH		0	Europe/Zurich	47.60382	8.88943		Rauspfeife		TG	2012	4811	
11571388	Riet	riet	CH		0	Europe/Zurich	47.59958	9.09701		Riet		TG	2015	4941	
11571390	Rietgässli	rietgaessli	CH		0	Europe/Zurich	47.59579	8.93884		Rietgassli,Rietgässli		TG	2012	4841	
11571391	Rossrüti	rossrueti	CH		0	Europe/Zurich	47.59386	9.09315		Rossruti,Rossrüti		TG	2015	4941	
11571392	Rüüteli	rueueteli	CH		0	Europe/Zurich	47.60162	9.06098		Ruuteli,Rüüteli		TG	2015	4951	
11571393	Säntisblick	saentisblick	CH		0	Europe/Zurich	47.60446	8.97259		Santisblick,Säntisblick		TG	2012	4841	
11571394	Schafferetsbuck	schafferetsbuck	CH		0	Europe/Zurich	47.59205	8.81119		Schafferetsbuck		TG	2012	4616	
11571395	Schlatt	schlatt	CH		0	Europe/Zurich	47.59709	9.12789		Schlatt		TG	2013	4666	
11571397	Schlossbuck	schlossbuck	CH		0	Europe/Zurich	47.6	8.79632		Schlossbuck		TG	2012	4601	
11571398	Schwiizerhüüsli	schwiizerhueuesli	CH		0	Europe/Zurich	47.59807	8.9718		Schwiizerhuusli,Schwiizerhüüsli		TG	2012	4841	
11571402	Sonnenberg	sonnenberg	CH		0	Europe/Zurich	47.59444	9.07461		Sonnenberg		TG	2015	4941	
11571403	Sonnenberg	sonnenberg	CH		0	Europe/Zurich	47.59393	8.80344		Sonnenberg		TG	2012	4601	
11571404	Sonnenhalde	sonnenhalde	CH		0	Europe/Zurich	47.5977	8.85427		Sonnenhalde		TG	2012	4616	
11571407	Sperbersholz	sperbersholz	CH		0	Europe/Zurich	47.60388	9.12648		Sperbersholz		TG	2013	4666	
11571408	Stegacker	stegacker	CH		0	Europe/Zurich	47.59439	8.83513		Stegacker		TG	2012	4616	
11571409	Steinacker	steinacker	CH		0	Europe/Zurich	47.60325	8.93921		Steinacker		TG	2012	4841	
11571410	Steinbach	steinbach	CH		0	Europe/Zurich	47.59723	8.94187		Steinbach		TG	2012	4841	
11571411	Stogge	stogge	CH		0	Europe/Zurich	47.59255	9.28368		Stogge		TG	2013	4656	
11571412	Sunnematt	sunnematt	CH		0	Europe/Zurich	47.60275	8.89078		Sunnematt		TG	2012	4811	
11571413	Tiefenmühle	tiefenmuehle	CH		0	Europe/Zurich	47.59747	8.90158		Tiefenmuhle,Tiefenmühle		TG	2012	4811	
11571416	Vogelsang	vogelsang	CH		0	Europe/Zurich	47.59938	8.75176		Vogelsang		TG	2012	4601	
11571417	Vogelsang	vogelsang	CH		0	Europe/Zurich	47.59306	9.28009		Vogelsang		TG	2013	4656	
11571418	Wald	wald	CH		0	Europe/Zurich	47.59349	9.08975		Wald		TG	2015	4941	
11571419	Waldheim	waldheim	CH		0	Europe/Zurich	47.59923	9.26193		Waldheim		TG	2013	4641	
11571420	Weckingen	weckingen	CH		0	Europe/Zurich	47.59621	8.89294		Weckingen		TG	2012	4621	
11571423	Wiesental	wiesental	CH		0	Europe/Zurich	47.60294	9.11633		Wiesental		TG	2013	4666	
11571425	Wyberg	wyberg	CH		0	Europe/Zurich	47.6014	8.95984		Wyberg		TG	2012	4841	
11571426	Ziegelhütte	ziegelhuette	CH		0	Europe/Zurich	47.60522	9.098		Ziegelhutte,Ziegelhütte		TG	2015	4951	
11571427	Ziegelhütte	ziegelhuette	CH		0	Europe/Zurich	47.59901	8.97522		Ziegelhutte,Ziegelhütte		TG	2012	4841	
11571428	Zieglerwiese	zieglerwiese	CH		0	Europe/Zurich	47.59892	8.98029		Zieglerwiese		TG	2012	4841	
11571429	Morgen	morgen	CH		0	Europe/Zurich	47.60504	8.65053		Morgen		ZH	102	33	
11571430	Unterhausen	unterhausen	CH		0	Europe/Zurich	47.60443	8.70968		Unterhausen		ZH	102	37	
11576793	Halde	halde	CH		0	Europe/Zurich	47.58485	9.21028		Halde		TG	2015	4901	
11571433	Bei der Thurbrücke	bei-der-thurbruecke	CH		0	Europe/Zurich	47.60331	8.72528		Bei der Thurbrucke,Bei der Thurbrücke		ZH	102	37	
11571434	Im Rugg	im-rugg	CH		0	Europe/Zurich	47.60327	8.51302		Im Rugg		ZH	103	71	
11571436	Stegacker	stegacker	CH		0	Europe/Zurich	47.60297	8.79252		Stegacker		ZH	102	292	
11571437	Rütenen	ruetenen	CH		0	Europe/Zurich	47.60275	8.69668		Rutenen,Rütenen		ZH	102	33	
11571438	Lenzbein	lenzbein	CH		0	Europe/Zurich	47.60233	8.72741		Lenzbein		ZH	102	37	
11571439	Zur Post	zur-post	CH		0	Europe/Zurich	47.60217	8.80187		Zur Post		ZH	102	292	
11571441	Langacker	langacker	CH		0	Europe/Zurich	47.60173	8.66663		Langacker		ZH	102	30	
11571444	Zum Bergheim	zum-bergheim	CH		0	Europe/Zurich	47.60054	8.46266		Zum Bergheim		ZH	103	70	
11571447	Im Büelbrunnen	im-bueelbrunnen	CH		0	Europe/Zurich	47.59951	8.46326		Im Buelbrunnen,Im Büelbrunnen		ZH	103	70	
11571452	Fries	fries	CH		0	Europe/Zurich	47.5963	8.52896		Fries		ZH	103	71	
11571453	Ziegelhütte	ziegelhuette	CH		0	Europe/Zurich	47.59622	8.73718		Ziegelhutte,Ziegelhütte		ZH	102	37	
11571454	Weidler	weidler	CH		0	Europe/Zurich	47.59495	8.72898		Weidler		ZH	102	39	
11571456	Wehri	wehri	CH		0	Europe/Zurich	47.5933	8.65423		Wehri		ZH	102	30	
11571457	Kilchacker	kilchacker	CH		0	Europe/Zurich	47.59326	8.7059		Kilchacker		ZH	102	21	
11571458	Bahnhüsli	bahnhuesli	CH		0	Europe/Zurich	47.59241	8.71451		Bahnhusli,Bahnhüsli		ZH	102	21	
11571460	Im Örli	im-oerli	CH		0	Europe/Zurich	47.59171	8.68744		Im Orli,Im Örli		ZH	102	30	
11571472	Sonnenbühl	sonnenbuehl	CH		0	Europe/Zurich	47.60487	8.24667		Sonnenbuhl,Sonnenbühl		AG	1911	4310	
11571473	Barz	barz	CH		0	Europe/Zurich	47.60452	8.29607		Barz		AG	1911	4323	
11571475	Langfohren	langfohren	CH		0	Europe/Zurich	47.60255	8.24169		Langfohren		AG	1911	4310	
11571477	Strick	strick	CH		0	Europe/Zurich	47.59454	8.19919		Strick		AG	1911	4307	
11571478	Im Schlipf	im-schlipf	CH		0	Europe/Zurich	47.59336	7.64323		Im Schlipf		BS	1200	2703	
11576701	Belzstadel	belzstadel	CH		0	Europe/Zurich	47.59129	9.23827		Belzstadel		TG	2013	4681	
11576732	Hinterruberbaum	hinterruberbaum	CH		0	Europe/Zurich	47.59049	9.08343		Hinterruberbaum		TG	2015	4941	
11576733	Hofstetten	hofstetten	CH		0	Europe/Zurich	47.59023	9.30484		Hofstetten		TG	2011	4426	
11576735	Maienbühl	maienbuehl	CH		0	Europe/Zurich	47.59006	7.67458		Maienbuhl,Maienbühl		BS	1200	2703	
11576736	Neugrüt	neugruet	CH		0	Europe/Zurich	47.59005	8.62123		Neugrut,Neugrüt		ZH	102	28	
11576737	Vorderhorben	vorderhorben	CH		0	Europe/Zurich	47.58991	8.85267		Vorderhorben		TG	2012	4616	
11576738	Mohnshaus	mohnshaus	CH		0	Europe/Zurich	47.58982	9.11069		Mohnshaus		TG	2013	4666	
11576739	Zollhaus	zollhaus	CH		0	Europe/Zurich	47.58982	8.94294		Zollhaus		TG	2012	4841	
11576741	Nergeten	nergeten	CH		0	Europe/Zurich	47.5896	8.86886		Nergeten		TG	2012	4621	
11576742	Dangwang	dangwang	CH		0	Europe/Zurich	47.59021	9.03574		Dangwang		TG	2015	4951	
11576743	Lehmgrube	lehmgrube	CH		0	Europe/Zurich	47.58952	9.14714		Lehmgrube		TG	2013	4666	
11576745	Hoheneich	hoheneich	CH		0	Europe/Zurich	47.58938	9.29557		Hoheneich		TG	2013	4656	
11576749	Hinterzälg	hinterzaelg	CH		0	Europe/Zurich	47.58915	8.89257		Hinterzalg,Hinterzälg		TG	2012	4621	
11576750	Waldegg	waldegg	CH		0	Europe/Zurich	47.58907	9.28137		Waldegg		TG	2013	4656	
11576751	Aspen	aspen	CH		0	Europe/Zurich	47.5888	8.17957		Aspen		AG	1911	4311	
11576752	Ruberbaum	ruberbaum	CH		0	Europe/Zurich	47.58872	9.07875		Ruberbaum		TG	2015	4941	
11576754	Beckelswilen	beckelswilen	CH		0	Europe/Zurich	47.58839	9.14944		Beckelswilen		TG	2015	4891	
11576755	Fäldemer Halde	faeldemer-halde	CH		0	Europe/Zurich	47.58837	8.80358		Faldemer Halde,Fäldemer Halde		TG	2012	4616	
11576756	Fäldemer Trotte	faeldemer-trotte	CH		0	Europe/Zurich	47.58827	8.80583		Faldemer Trotte,Fäldemer Trotte		TG	2012	4616	
11576758	Haslibach	haslibach	CH		0	Europe/Zurich	47.58812	9.00615		Haslibach		TG	2012	4831	
11576759	Heimenlachen	heimenlachen	CH		0	Europe/Zurich	47.58807	9.17138		Heimenlachen		TG	2015	4891	
11576760	Hauenrain	hauenrain	CH		0	Europe/Zurich	47.58802	8.75471		Hauenrain		ZH	102	39	
11576761	Ürschhuuser Trotte	uerschhuuser-trotte	CH		0	Europe/Zurich	47.58786	8.81728		Urschhuuser Trotte,Ürschhuuser Trotte		TG	2012	4616	
11576762	Talbach	talbach	CH		0	Europe/Zurich	47.58777	8.77528		Talbach		ZH	110	211	
11576764	Sandgruben	sandgruben	CH		0	Europe/Zurich	47.58754	8.5676		Sandgruben		SH	1403	2938	
11576768	Im Gentner	im-gentner	CH		0	Europe/Zurich	47.58727	8.51463		Im Gentner		ZH	103	61	
11576770	Hellacker	hellacker	CH		0	Europe/Zurich	47.58689	9.32242		Hellacker		TG	2011	4426	
11576771	Obergreut	obergreut	CH		0	Europe/Zurich	47.58688	9.23925		Obergreut		TG	2013	4681	
11576772	Brunenäcker	brunenaecker	CH		0	Europe/Zurich	47.58682	9.03262		Brunenacker,Brunenäcker		TG	2015	4951	
11576773	Weierhölzli	weierhoelzli	CH		0	Europe/Zurich	47.58682	8.72496		Weierholzli,Weierhölzli		ZH	102	39	
11576774	Hinterberg	hinterberg	CH		0	Europe/Zurich	47.58678	8.18062		Hinterberg		AG	1911	4311	
11576775	Boden	boden	CH		0	Europe/Zurich	47.58643	8.59777		Boden		ZH	102	28	
11576777	Dattenhub	dattenhub	CH		0	Europe/Zurich	47.58603	9.1041		Dattenhub		TG	2015	4941	
11576778	Brugge	brugge	CH		0	Europe/Zurich	47.58602	9.13888		Brugge		TG	2015	4946	
11576779	Wachtersberg	wachtersberg	CH		0	Europe/Zurich	47.58602	9.11743		Wachtersberg		TG	2013	4666	
11576781	Päschen	paeschen	CH		0	Europe/Zurich	47.5859	8.81912		Paschen,Päschen		TG	2012	4616	
11576782	In jungen Eichen	in-jungen-eichen	CH		0	Europe/Zurich	47.58586	8.56065		In jungen Eichen		SH	1403	2938	
11576783	Grosswies	grosswies	CH		0	Europe/Zurich	47.58586	8.97117		Grosswies		TG	2012	4590	
11576786	Untergreut	untergreut	CH		0	Europe/Zurich	47.5857	9.24017		Untergreut		TG	2013	4681	
11576787	Schalmenbuck	schalmenbuck	CH		0	Europe/Zurich	47.58535	8.89671		Schalmenbuck		TG	2012	4621	
11576791	Warthau	warthau	CH		0	Europe/Zurich	47.58504	8.55688		Warthau		SH	1403	2938	
11576795	Alp	alp	CH		0	Europe/Zurich	47.58463	9.13629		Alp		TG	2015	4946	
11576796	Sonnenhalde	sonnenhalde	CH		0	Europe/Zurich	47.5846	8.82001		Sonnenhalde		TG	2012	4616	
11576797	Hohenalber	hohenalber	CH		0	Europe/Zurich	47.5846	9.17819		Hohenalber		TG	2015	4891	
11576798	Langacker	langacker	CH		0	Europe/Zurich	47.58454	8.95766		Langacker		TG	2012	4590	
11576799	Häusern	haeusern	CH		0	Europe/Zurich	47.58448	9.02467		Hausern,Häusern		TG	2015	4951	
11576800	Hutacker	hutacker	CH		0	Europe/Zurich	47.58446	9.31562		Hutacker		TG	2011	4426	
11576801	Im Hardacker	im-hardacker	CH		0	Europe/Zurich	47.58444	8.83441		Im Hardacker		TG	2012	4616	
11576802	Scherrersholz	scherrersholz	CH		0	Europe/Zurich	47.58443	9.19339		Scherrersholz		TG	2015	4901	
11576803	Geissel	geissel	CH		0	Europe/Zurich	47.58437	8.891		Geissel		TG	2012	4621	
11576804	Wegetmoos	wegetmoos	CH		0	Europe/Zurich	47.58431	9.3108		Wegetmoos		TG	2011	4426	
11576807	Neufeld	neufeld	CH		0	Europe/Zurich	47.58409	8.78344		Neufeld		ZH	110	211	
11576808	Oberottenberg	oberottenberg	CH		0	Europe/Zurich	47.58405	9.13003		Oberottenberg		TG	2015	4946	
11576809	Breitfeld	breitfeld	CH		0	Europe/Zurich	47.584	9.32532		Breitfeld		TG	2011	4426	
11576835	Gehrau	gehrau	CH		0	Europe/Zurich	47.58338	9.03232		Gehrau		TG	2015	4951	
11576836	Schützenwiese	schuetzenwiese	CH		0	Europe/Zurich	47.58333	8.81915		Schutzenwiese,Schützenwiese		TG	2012	4616	
11576837	Brüehhalde	brueehhalde	CH		0	Europe/Zurich	47.58325	8.17353		Bruehhalde,Brüehhalde		AG	1911	4311	
11576839	Rüti	rueti	CH		0	Europe/Zurich	47.58319	8.6686		Ruti,Rüti		ZH	102	32	
11576840	Hinterbrüehhalde	hinterbrueehhalde	CH		0	Europe/Zurich	47.58304	8.16803		Hinterbruehhalde,Hinterbrüehhalde		AG	1911	4311	
11576841	Schürli	schuerli	CH		0	Europe/Zurich	47.58284	9.03717		Schurli,Schürli		TG	2015	4951	
11576842	Wärterhaus	waerterhaus	CH		0	Europe/Zurich	47.58284	8.96914		Warterhaus,Wärterhaus		TG	2012	4590	
11576843	Neuwies	neuwies	CH		0	Europe/Zurich	47.58279	8.98993		Neuwies		TG	2012	4590	
11576844	Steinacker	steinacker	CH		0	Europe/Zurich	47.5827	8.71233		Steinacker		ZH	102	21	
11576845	Holzmatten	holzmatten	CH		0	Europe/Zurich	47.58264	8.26488		Holzmatten		AG	1911	4309	
11576846	Neuwelt	neuwelt	CH		0	Europe/Zurich	47.58263	8.17941		Neuwelt		AG	1911	4311	
11576847	Thunwiese	thunwiese	CH		0	Europe/Zurich	47.58257	9.32964		Thunwiese		TG	2011	4451	
11576849	Schönenbohl	schoenenbohl	CH		0	Europe/Zurich	47.58253	9.24809		Schonenbohl,Schönenbohl		TG	2013	4681	
11576850	Waidli	waidli	CH		0	Europe/Zurich	47.58253	9.0932		Waidli		TG	2015	4946	
11576851	Ottenberg	ottenberg	CH		0	Europe/Zurich	47.58252	9.12693		Ottenberg		TG	2015	4946	
11576854	Thurberg	thurberg	CH		0	Europe/Zurich	47.5822	9.10077		Thurberg		TG	2015	4946	
11576855	Tannacker	tannacker	CH		0	Europe/Zurich	47.58213	8.82277		Tannacker		TG	2012	4616	
11576856	Hüttliberg	huettliberg	CH		0	Europe/Zurich	47.58206	9.15824		Huttliberg,Hüttliberg		TG	2015	4891	
11576857	Föhrehaus	foehrehaus	CH		0	Europe/Zurich	47.58202	8.6849		Fohrehaus,Föhrehaus		ZH	102	21	
11576859	Rohr	rohr	CH		0	Europe/Zurich	47.58179	8.88251		Rohr		TG	2012	4621	
11576860	Haameli	haameli	CH		0	Europe/Zurich	47.58178	8.96055		Haameli		TG	2012	4590	
11576862	Bsetzi	bsetzi	CH		0	Europe/Zurich	47.58162	8.28508		Bsetzi		AG	1911	4323	
11576863	Guggebüel	guggebueel	CH		0	Europe/Zurich	47.58145	9.31691		Guggebuel,Guggebüel		TG	2011	4426	
11576864	Altismoos	altismoos	CH		0	Europe/Zurich	47.58135	9.1497		Altismoos		TG	2015	4891	
11576865	Schürlimühle	schuerlimuehle	CH		0	Europe/Zurich	47.5813	9.03852		Schurlimuhle,Schürlimühle		TG	2015	4951	
11576867	Lenzwil	lenzwil	CH		0	Europe/Zurich	47.5811	9.23848		Lenzwil		TG	2013	4681	
11576868	Burgzelg	burgzelg	CH		0	Europe/Zurich	47.58107	8.84878		Burgzelg		TG	2012	4616	
11576869	Steinenkreuz	steinenkreuz	CH		0	Europe/Zurich	47.58078	8.56412		Steinenkreuz		SH	1403	2938	
11576870	Hinterberg	hinterberg	CH		0	Europe/Zurich	47.5807	9.09809		Hinterberg		TG	2015	4946	
11576871	Geienberg	geienberg	CH		0	Europe/Zurich	47.5804	9.24529		Geienberg		TG	2013	4681	
11576874	Schellenwies	schellenwies	CH		0	Europe/Zurich	47.58022	9.33633		Schellenwies		TG	2011	4451	
11576875	Zoll	zoll	CH		0	Europe/Zurich	47.58013	8.11086		Zoll		AG	1906	4184	
11576876	Vorderbachtobel	vorderbachtobel	CH		0	Europe/Zurich	47.58	9.09382		Vorderbachtobel		TG	2015	4946	
11576877	Aulig	aulig	CH		0	Europe/Zurich	47.5799	8.83861		Aulig		TG	2012	4616	
11576878	Seeblick	seeblick	CH		0	Europe/Zurich	47.57987	9.32489		Seeblick		TG	2011	4406	
11576879	Kreuzen	kreuzen	CH		0	Europe/Zurich	47.57987	9.35041		Kreuzen		TG	2011	4451	
11576880	Tobelmühle	tobelmuehle	CH		0	Europe/Zurich	47.57981	9.35634		Tobelmuhle,Tobelmühle		TG	2011	4436	
11576881	Mittelberg	mittelberg	CH		0	Europe/Zurich	47.57977	9.09918		Mittelberg		TG	2015	4946	
11576883	Püntenrain	puentenrain	CH		0	Europe/Zurich	47.57962	8.74755		Puntenrain,Püntenrain		ZH	102	39	
11576884	Himmelreich	himmelreich	CH		0	Europe/Zurich	47.57953	9.14155		Himmelreich		TG	2015	4946	
11576885	Auen	auen	CH		0	Europe/Zurich	47.57952	8.58569		Auen		ZH	102	28	
11576886	Neugrüt	neugruet	CH		0	Europe/Zurich	47.57943	9.0368		Neugrut,Neugrüt		TG	2015	4951	
11576887	Neubruch	neubruch	CH		0	Europe/Zurich	47.57923	8.93219		Neubruch		TG	2012	4561	
11576890	Guggenbühl	guggenbuehl	CH		0	Europe/Zurich	47.57909	8.7374		Guggenbuhl,Guggenbühl		ZH	102	39	
11576891	Vorderberg	vorderberg	CH		0	Europe/Zurich	47.57906	9.10029		Vorderberg		TG	2015	4946	
11576892	Rutishausen	rutishausen	CH		0	Europe/Zurich	47.57901	9.25967		Rutishausen		TG	2013	4681	
11576893	Zollhaus	zollhaus	CH		0	Europe/Zurich	47.57893	9.0244		Zollhaus		TG	2015	4881	
11576894	Bachacker	bachacker	CH		0	Europe/Zurich	47.57872	8.69572		Bachacker		ZH	102	21	
11576896	Bruster	bruster	CH		0	Europe/Zurich	47.57847	9.24264		Bruster		TG	2013	4681	
11576897	Unterwyden	unterwyden	CH		0	Europe/Zurich	47.5784	8.8109		Unterwyden		TG	2012	4616	
11576898	Schlurhalden	schlurhalden	CH		0	Europe/Zurich	47.57835	9.1285		Schlurhalden		TG	2015	4946	
11576899	Weerstein	weerstein	CH		0	Europe/Zurich	47.57831	9.14017		Weerstein		TG	2015	4946	
11576900	Tannwald	tannwald	CH		0	Europe/Zurich	47.57825	8.54353		Tannwald		SH	1403	2933	
11576901	Propstberg	propstberg	CH		0	Europe/Zurich	47.57811	8.26629		Propstberg		AG	1911	4309	
11576902	Bossenhaus	bossenhaus	CH		0	Europe/Zurich	47.5781	8.16642		Bossenhaus		AG	1911	4311	
11576903	Langfeld	langfeld	CH		0	Europe/Zurich	47.57804	9.35046		Langfeld		TG	2011	4451	
11576904	Chapf	chapf	CH		0	Europe/Zurich	47.57803	8.56692		Chapf		SH	1403	2938	
11576905	Neuhus	neuhus	CH		0	Europe/Zurich	47.57798	8.49529		Neuhus		ZH	103	58	
11576906	Dünnershaus	duennershaus	CH		0	Europe/Zurich	47.57796	9.26928		Dunnershaus,Dünnershaus		TG	2013	4681	
11576907	Schneitpünt	schneitpuent	CH		0	Europe/Zurich	47.5777	8.78197		Schneitpunt,Schneitpünt		ZH	110	211	
11576908	Irchelblick	irchelblick	CH		0	Europe/Zurich	47.57767	8.64702		Irchelblick		ZH	102	26	
11576912	Rüssinger	ruessinger	CH		0	Europe/Zurich	47.57716	9.08806		Russinger,Rüssinger		TG	2015	4946	
11576913	Säuliswies	saeuliswies	CH		0	Europe/Zurich	47.57715	9.34711		Sauliswies,Säuliswies		TG	2011	4451	
11576916	Im Buck	im-buck	CH		0	Europe/Zurich	47.57698	8.64943		Im Buck		ZH	102	26	
11576917	Hagholz	hagholz	CH		0	Europe/Zurich	47.57686	9.10385		Hagholz		TG	2015	4946	
11576918	Herti	herti	CH		0	Europe/Zurich	47.57672	8.71789		Herti		ZH	110	214	
11576919	Riederen	riederen	CH		0	Europe/Zurich	47.57541	9.35806		Riederen		TG	2011	4436	
11576920	Oberschürli	oberschuerli	CH		0	Europe/Zurich	47.5766	9.11978		Oberschurli,Oberschürli		TG	2015	4946	
11576921	Mittelwyden	mittelwyden	CH		0	Europe/Zurich	47.57659	8.81371		Mittelwyden		TG	2012	4616	
11576922	Wil	wil	CH		0	Europe/Zurich	47.57652	8.70968		Wil		ZH	110	214	
11576925	Breitenstein	breitenstein	CH		0	Europe/Zurich	47.57624	9.14736		Breitenstein		TG	2015	4891	
11576926	Rietwies	rietwies	CH		0	Europe/Zurich	47.57583	9.21226		Rietwies		TG	2015	4901	
11576927	Im Ribi	im-ribi	CH		0	Europe/Zurich	47.57574	8.63307		Im Ribi		ZH	102	43	
11576928	Härig	haerig	CH		0	Europe/Zurich	47.57547	9.09922		Harig,Härig		TG	2015	4946	
11576929	Büelhüsli	bueelhuesli	CH		0	Europe/Zurich	47.57538	8.76958		Buelhusli,Büelhüsli		ZH	110	211	
11576930	Risibuck	risibuck	CH		0	Europe/Zurich	47.57535	8.5443		Risibuck		SH	1403	2933	
11576932	Ziegelhütte	ziegelhuette	CH		0	Europe/Zurich	47.57517	8.93003		Ziegelhutte,Ziegelhütte		TG	2012	4561	
11576933	Ziegelhütte	ziegelhuette	CH		0	Europe/Zurich	47.57484	9.03308		Ziegelhutte,Ziegelhütte		TG	2015	4881	
11576934	Altighofen	altighofen	CH		0	Europe/Zurich	47.57476	9.20053		Altighofen		TG	2015	4901	
11576936	Straussberg	straussberg	CH		0	Europe/Zurich	47.57468	9.11907		Straussberg		TG	2015	4946	
11576938	Bühl	buehl	CH		0	Europe/Zurich	47.5746	9.11219		Buhl,Bühl		TG	2015	4946	
11576940	Eisweiher	eisweiher	CH		0	Europe/Zurich	47.57458	9.34157		Eisweiher		TG	2011	4451	
11576941	Oberwyden	oberwyden	CH		0	Europe/Zurich	47.57415	8.82501		Oberwyden		TG	2012	4616	
11576943	Neuhaus	neuhaus	CH		0	Europe/Zurich	47.57377	9.24621		Neuhaus		TG	2013	4681	
11576945	Scheidweg	scheidweg	CH		0	Europe/Zurich	47.57359	9.26994		Scheidweg		TG	2011	4446	
11576946	Sonnenberg	sonnenberg	CH		0	Europe/Zurich	47.57351	8.7528		Sonnenberg		ZH	102	39	
11576947	Römerstrasse	roemerstrasse	CH		0	Europe/Zurich	47.57343	8.92447		Romerstrasse,Römerstrasse		TG	2012	4561	
11576949	Gessenrüti	gessenrueti	CH		0	Europe/Zurich	47.57317	9.34814		Gessenruti,Gessenrüti		TG	2011	4451	
11576950	Dachsberg	dachsberg	CH		0	Europe/Zurich	47.57311	8.50959		Dachsberg		ZH	103	55	
11576952	Holderstuden	holderstuden	CH		0	Europe/Zurich	47.57308	8.87116		Holderstuden		TG	2012	4566	
11576954	Hund	hund	CH		0	Europe/Zurich	47.57282	8.86141		Hund		TG	2012	4566	
11576955	Chlätter	chlaetter	CH		0	Europe/Zurich	47.57281	8.65422		Chlatter,Chlätter		ZH	102	26	
11576956	Eckartshausen	eckartshausen	CH		0	Europe/Zurich	47.57266	9.2151		Eckartshausen		TG	2015	4901	
11576958	Neuhaus	neuhaus	CH		0	Europe/Zurich	47.57232	9.1181		Neuhaus		TG	2015	4946	
11576959	Steigrüti	steigrueti	CH		0	Europe/Zurich	47.57221	8.15341		Steigruti,Steigrüti		AG	1906	4184	
11576960	Schlipfenberg	schlipfenberg	CH		0	Europe/Zurich	47.57196	9.11388		Schlipfenberg		TG	2015	4946	
11576961	Löwenhaus	loewenhaus	CH		0	Europe/Zurich	47.57194	9.25652		Lowenhaus,Löwenhaus		TG	2013	4681	
11576963	Obersommeri	obersommeri	CH		0	Europe/Zurich	47.57187	9.28197		Obersommeri		TG	2011	4446	
11576965	Hofen	hofen	CH		0	Europe/Zurich	47.57174	9.03272		Hofen		TG	2015	4881	
11576967	Hub	hub	CH		0	Europe/Zurich	47.57147	9.28556		Hub		TG	2011	4446	
11576968	Höggershard	hoeggershard	CH		0	Europe/Zurich	47.57142	9.14195		Hoggershard,Höggershard		TG	2015	4891	
11576970	Unterlöwenhaus	unterloewenhaus	CH		0	Europe/Zurich	47.57132	9.25288		Unterlowenhaus,Unterlöwenhaus		TG	2015	4476	
11576971	Zur Lingg	zur-lingg	CH		0	Europe/Zurich	47.57129	8.66556		Zur Lingg		ZH	102	26	
11576973	Pulvershaus	pulvershaus	CH		0	Europe/Zurich	47.57118	9.26034		Pulvershaus		TG	2015	4476	
11579004	Glaserhüsli	glaserhuesli	CH		0	Europe/Zurich	47.03633	7.79631		Glaserhusli,Glaserhüsli		BE	245	957	
11579005	Hofgraben	hofgraben	CH		0	Europe/Zurich	47.03629	7.71743		Hofgraben		BE	245	955	
11579006	Valarsäge	valarsaege	CH		0	Europe/Zurich	47.03628	9.68325		Valarsage,Valarsäge		GR	1849	3972	
11579007	Holoch	holoch	CH		0	Europe/Zurich	47.03624	8.47268		Holoch		LU	312	1069	
11579008	Brach	brach	CH		0	Europe/Zurich	47.03624	8.0627		Brach		LU	316	1107	
11579009	Binzenmatt	binzenmatt	CH		0	Europe/Zurich	47.03623	8.56264		Binzenmatt		SZ	506	1362	
11579010	Fleuteli	fleuteli	CH		0	Europe/Zurich	47.03621	7.8071		Fleuteli		BE	245	957	
11579011	Girislehn	girislehn	CH		0	Europe/Zurich	47.03618	8.00816		Girislehn		LU	315	1136	
11579012	Chängel	chaengel	CH		0	Europe/Zurich	47.03617	8.94065		Changel,Chängel		GL	800	1632	
11579013	Killacher	killacher	CH		0	Europe/Zurich	47.03613	8.0391		Killacher		LU	316	1107	
11579014	Oberspärbelegg	oberspaerbelegg	CH		0	Europe/Zurich	47.03612	7.98316		Obersparbelegg,Oberspärbelegg		LU	315	1136	
11579015	Hinterhus	hinterhus	CH		0	Europe/Zurich	47.03612	8.09829		Hinterhus		LU	316	1009	
11579016	Unterscheidegg	unterscheidegg	CH		0	Europe/Zurich	47.03612	7.90438		Unterscheidegg		LU	315	1135	
11579017	Unterchappelbode	unterchappelbode	CH		0	Europe/Zurich	47.03607	8.06983		Unterchappelbode		LU	316	1009	
11579018	Paradiesli	paradiesli	CH		0	Europe/Zurich	47.03607	8.23763		Paradiesli		LU	312	1059	
11579019	Zweimatt	zweimatt	CH		0	Europe/Zurich	47.03604	7.69406		Zweimatt		BE	245	956	
11579020	Thüler	thueler	CH		0	Europe/Zurich	47.03603	7.8641		Thuler,Thüler		BE	245	957	
11579021	Ferchhüsli	ferchhuesli	CH		0	Europe/Zurich	47.03602	7.93561		Ferchhusli,Ferchhüsli		LU	315	1135	
11579022	Oberwyden	oberwyden	CH		0	Europe/Zurich	47.036	7.79271		Oberwyden		BE	245	957	
11579023	Schornen	schornen	CH		0	Europe/Zurich	47.03595	8.61444		Schornen		SZ	506	1373	
11579024	Obergrabehüsli	obergrabehuesli	CH		0	Europe/Zurich	47.03594	8.07414		Obergrabehusli,Obergrabehüsli		LU	316	1009	
11579025	Schurs	schurs	CH		0	Europe/Zurich	47.0359	9.41211		Schurs		SG	1725	3293	
11579026	Hintermösli	hintermoesli	CH		0	Europe/Zurich	47.03589	8.13521		Hintermosli,Hintermösli		LU	316	1009	
11579027	Grossneumatt	grossneumatt	CH		0	Europe/Zurich	47.03587	8.05385		Grossneumatt		LU	316	1107	
11579028	Stöck	stoeck	CH		0	Europe/Zurich	47.03586	8.46687		Stock,Stöck		LU	312	1069	
11579029	Chamm	chamm	CH		0	Europe/Zurich	47.03583	9.19051		Chamm		SG	1725	3295	
11579030	Unterried	unterried	CH		0	Europe/Zurich	47.03583	8.57191		Unterried		SZ	506	1365	
11579031	Ettisbühl	ettisbuehl	CH		0	Europe/Zurich	47.03577	8.16409		Ettisbuhl,Ettisbühl		LU	312	1062	
11579032	Grossfeld	grossfeld	CH		0	Europe/Zurich	47.03576	8.63801		Grossfeld		SZ	506	1372	
11579033	Haueten	haueten	CH		0	Europe/Zurich	47.03574	7.69716		Haueten		BE	245	956	
11579034	Löchli	loechli	CH		0	Europe/Zurich	47.03573	8.03259		Lochli,Löchli		LU	315	1136	
11579035	Löhli	loehli	CH		0	Europe/Zurich	47.03569	7.74605		Lohli,Löhli		BE	245	957	
11579036	Ringseu	ringseu	CH		0	Europe/Zurich	47.03568	8.63292		Ringseu		SZ	506	1372	
11579037	Kurzenfluh	kurzenfluh	CH		0	Europe/Zurich	47.03567	7.72295		Kurzenfluh		BE	245	955	
11579038	Hintersäss	hintersaess	CH		0	Europe/Zurich	47.03558	9.72554		Hintersass,Hintersäss		GR	1849	3972	
11579039	Krieshütten	krieshuetten	CH		0	Europe/Zurich	47.03556	7.94044		Krieshutten,Krieshütten		LU	315	1132	
11579040	Schwändi	schwaendi	CH		0	Europe/Zurich	47.03556	8.78743		Schwandi,Schwändi		SZ	506	1368	
11579041	Widacher	widacher	CH		0	Europe/Zurich	47.03554	8.03817		Widacher		LU	316	1007	
11579042	Alpegligen	alpegligen	CH		0	Europe/Zurich	47.03553	9.11568		Alpegligen		GL	800	1632	
11579043	Hintersage	hintersage	CH		0	Europe/Zurich	47.03552	8.0345		Hintersage		LU	316	1007	
11579044	Hambühlegg	hambuehlegg	CH		0	Europe/Zurich	47.03551	7.81302		Hambuhlegg,Hambühlegg		BE	245	957	
11579045	Furli	furli	CH		0	Europe/Zurich	47.0355	8.80676		Furli		SZ	506	1375	
11579046	Aspi	aspi	CH		0	Europe/Zurich	47.03548	7.23039		Aspi		BE	243	302	
11579047	Vordertwingi	vordertwingi	CH		0	Europe/Zurich	47.03547	8.80537		Vordertwingi		SZ	506	1375	
11579048	Obergruben	obergruben	CH		0	Europe/Zurich	47.0354	7.78342		Obergruben		BE	245	957	
11579049	Acherli	acherli	CH		0	Europe/Zurich	47.03538	8.64729		Acherli		SZ	506	1372	
11579050	Riffenloch	riffenloch	CH		0	Europe/Zurich	47.03535	7.6729		Riffenloch		BE	245	956	
11579051	Flückweidli	flueckweidli	CH		0	Europe/Zurich	47.03535	7.79854		Fluckweidli,Flückweidli		BE	245	957	
11579052	Oberwaldegg	oberwaldegg	CH		0	Europe/Zurich	47.03534	7.97093		Oberwaldegg		LU	315	1136	
11579054	Widithub	widithub	CH		0	Europe/Zurich	47.03527	7.67933		Widithub		BE	245	956	
11579055	Leunen	leunen	CH		0	Europe/Zurich	47.03525	9.37778		Leunen		SG	1725	3293	
11579056	Mittelmösli	mittelmoesli	CH		0	Europe/Zurich	47.03517	8.13651		Mittelmosli,Mittelmösli		LU	316	1009	
11579057	Höfli	hoefli	CH		0	Europe/Zurich	47.03517	9.38442		Hofli,Höfli		SG	1725	3293	
11579058	Hub	hub	CH		0	Europe/Zurich	47.03511	7.78069		Hub		BE	245	957	
11579059	Wiler	wiler	CH		0	Europe/Zurich	47.03511	7.54422		Wiler		BE	245	409	
11579060	Unterhumbel	unterhumbel	CH		0	Europe/Zurich	47.03509	7.92013		Unterhumbel		LU	315	1135	
11579061	Felsentor	felsentor	CH		0	Europe/Zurich	47.03509	8.4688		Felsentor		LU	312	1069	
11579062	Säge	saege	CH		0	Europe/Zurich	47.03503	9.6102		Sage,Säge		GR	1845	3953	
11579063	Lochmüli	lochmueli	CH		0	Europe/Zurich	47.03503	8.11653		Lochmuli,Lochmüli		LU	316	1009	
11579064	Kleinschultenberg	kleinschultenberg	CH		0	Europe/Zurich	47.03503	8.05523		Kleinschultenberg		LU	316	1107	
11579065	Stritweid	stritweid	CH		0	Europe/Zurich	47.03501	8.10871		Stritweid		LU	316	1009	
11579067	Holzsite	holzsite	CH		0	Europe/Zurich	47.03495	8.04499		Holzsite		LU	316	1007	
11579068	Obere Budlei	obere-budlei	CH		0	Europe/Zurich	47.03493	7.13414		Obere Budlei		BE	243	502	
11579069	Oberrängg	oberraengg	CH		0	Europe/Zurich	47.03493	8.01586		Oberrangg,Oberrängg		LU	315	1136	
11579070	Deisswil bei Münchenbuchsee	deisswil-bei-muenchenbuchsee	CH		0	Europe/Zurich	47.03493	7.45661		Deisswil b. Muenchenbuchsee,Deisswil b. Münchenbuchsee,Deisswil bei Munchenbuchsee,Deisswil bei Münchenbuchsee		BE	246	535	
11579071	Klungelisei	klungelisei	CH		0	Europe/Zurich	47.03482	8.06708		Klungelisei		LU	316	1107	
11579072	Waldhüsli	waldhuesli	CH		0	Europe/Zurich	47.0348	8.08028		Waldhusli,Waldhüsli		LU	316	1009	
11579073	Brändli	braendli	CH		0	Europe/Zurich	47.03477	8.66212		Brandli,Brändli		SZ	506	1372	
11579074	Gammenthal	gammenthal	CH		0	Europe/Zurich	47.03475	7.73837		Gammenthal		BE	245	957	
11579075	Unterherberig	unterherberig	CH		0	Europe/Zurich	47.03466	8.99062		Unterherberig		GL	800	1632	
11579076	Oberhirzmatt	oberhirzmatt	CH		0	Europe/Zurich	47.03464	8.05949		Oberhirzmatt		LU	316	1107	
11579077	Gütsch	guetsch	CH		0	Europe/Zurich	47.03464	8.7806		Gutsch,Gütsch		SZ	506	1368	
11579078	Obertiefenbach	obertiefenbach	CH		0	Europe/Zurich	47.03462	7.81989		Obertiefenbach		BE	245	957	
11579079	Meggenhorn	meggenhorn	CH		0	Europe/Zurich	47.0346	8.35606		Meggenhorn		LU	312	1063	
11579080	Fuchsmättli	fuchsmaettli	CH		0	Europe/Zurich	47.03459	8.19949		Fuchsmattli,Fuchsmättli		LU	312	1062	
11579081	Grabenloch	grabenloch	CH		0	Europe/Zurich	47.03458	7.71586		Grabenloch		BE	245	955	
11579082	Gallenwerch	gallenwerch	CH		0	Europe/Zurich	47.03457	9.37557		Gallenwerch		SG	1725	3293	
11579083	Oberried	oberried	CH		0	Europe/Zurich	47.03457	8.57048		Oberried		SZ	506	1365	
11579084	Monteplon	monteplon	CH		0	Europe/Zurich	47.03455	9.41454		Monteplon		SG	1725	3293	
11579085	Schönbrunnen	schoenbrunnen	CH		0	Europe/Zurich	47.03449	7.43028		Schonbrunnen,Schönbrunnen		BE	243	310	
11579086	Oberstaldig	oberstaldig	CH		0	Europe/Zurich	47.03446	8.10574		Oberstaldig		LU	316	1009	
11579087	Hof	hof	CH		0	Europe/Zurich	47.03445	8.19576		Hof		LU	312	1062	
11579088	Grossschultenberg	grossschultenberg	CH		0	Europe/Zurich	47.03444	8.05744		Grossschultenberg		LU	316	1107	
11579089	Schwammhöhe	schwammhoehe	CH		0	Europe/Zurich	47.03441	9.01335		Schwammhohe,Schwammhöhe		GL	800	1632	
11579090	Spärbelegg	spaerbelegg	CH		0	Europe/Zurich	47.0344	7.98202		Sparbelegg,Spärbelegg		LU	315	1136	
11579091	Lyre	lyre	CH		0	Europe/Zurich	47.0344	7.60518		Lyre		BE	245	418	
11579092	Enzisberg	enzisberg	CH		0	Europe/Zurich	47.03435	7.68395		Enzisberg		BE	245	956	
11579093	Neumatt	neumatt	CH		0	Europe/Zurich	47.03426	8.62424		Neumatt		SZ	506	1372	
11579094	Mannenberg	mannenberg	CH		0	Europe/Zurich	47.03424	7.66765		Mannenberg		BE	245	956	
11579095	Kleineggmatten	kleineggmatten	CH		0	Europe/Zurich	47.03422	7.77292		Kleineggmatten		BE	245	957	
11579096	Untertiefenbach	untertiefenbach	CH		0	Europe/Zurich	47.03421	7.81759		Untertiefenbach		BE	245	957	
11579097	Unterkühbisegg	unterkuehbisegg	CH		0	Europe/Zurich	47.0342	7.85756		Unterkuhbisegg,Unterkühbisegg		BE	245	957	
11579098	Unteralpetli	unteralpetli	CH		0	Europe/Zurich	47.03418	7.93336		Unteralpetli		LU	315	1135	
11579099	Unterwisshubel	unterwisshubel	CH		0	Europe/Zurich	47.03417	7.92988		Unterwisshubel		LU	315	1135	
11579100	Lochmühle	lochmuehle	CH		0	Europe/Zurich	47.03416	8.16363		Lochmuhle,Lochmühle		LU	312	1062	
11579160	Hogge	hogge	CH		0	Europe/Zurich	47.03125	8.00883		Hogge		LU	315	1136	
11579161	Mooshüsli	mooshuesli	CH		0	Europe/Zurich	47.03119	8.08209		Mooshusli,Mooshüsli		LU	316	1002	
11579162	Höchschwendi	hoechschwendi	CH		0	Europe/Zurich	47.03118	7.88267		Hochschwendi,Höchschwendi		BE	245	957	
11579163	Schürneuhus	schuerneuhus	CH		0	Europe/Zurich	47.03118	7.99849		Schurneuhus,Schürneuhus		LU	315	1136	
11579164	Müliberg	mueliberg	CH		0	Europe/Zurich	47.03117	7.27632		Muliberg,Müliberg		BE	243	312	
11579165	Weid	weid	CH		0	Europe/Zurich	47.03109	8.77057		Weid		SZ	506	1368	
11579166	Höchstall	hoechstall	CH		0	Europe/Zurich	47.03109	7.84505		Hochstall,Höchstall		BE	245	957	
11579167	Rigi Unterstetten	rigi-unterstetten	CH		0	Europe/Zurich	47.03107	8.49096		Rigi Unterstetten		LU	312	1068	
11579168	Oberkühbisegg	oberkuehbisegg	CH		0	Europe/Zurich	47.03104	7.85191		Oberkuhbisegg,Oberkühbisegg		BE	245	957	
11579169	Nusshüsli	nusshuesli	CH		0	Europe/Zurich	47.03104	8.04903		Nusshusli,Nusshüsli		LU	316	1007	
11579170	Rotacher	rotacher	CH		0	Europe/Zurich	47.03103	8.64006		Rotacher		SZ	506	1372	
11579171	Schupposen	schupposen	CH		0	Europe/Zurich	47.03103	7.60561		Schupposen		BE	245	418	
11579172	Fontanix	fontanix	CH		0	Europe/Zurich	47.03102	9.42175		Fontanix		SG	1725	3297	
11579173	Gmeinwerch	gmeinwerch	CH		0	Europe/Zurich	47.03102	8.08458		Gmeinwerch		LU	316	1002	
11579174	Burgmatt	burgmatt	CH		0	Europe/Zurich	47.03097	8.06453		Burgmatt		LU	316	1001	
11579175	Waldegghüsli	waldegghuesli	CH		0	Europe/Zurich	47.03095	7.97043		Waldegghusli,Waldegghüsli		LU	315	1136	
11579176	Büelm	bueelm	CH		0	Europe/Zurich	47.03094	8.13977		Buelm,Büelm		LU	316	1009	
11579177	Sageli	sageli	CH		0	Europe/Zurich	47.03088	8.07588		Sageli		LU	316	1002	
11579178	Unterflüh	unterflueh	CH		0	Europe/Zurich	47.03082	7.71346		Unterfluh,Unterflüh		BE	245	955	
11579179	Egghütte	egghuette	CH		0	Europe/Zurich	47.03082	8.03069		Egghutte,Egghütte		LU	316	1007	
11579180	Bitzi	bitzi	CH		0	Europe/Zurich	47.03081	8.65598		Bitzi		SZ	506	1372	
11579181	Mühlebühl	muehlebuehl	CH		0	Europe/Zurich	47.0308	7.94461		Muhlebuhl,Mühlebühl		LU	315	1132	
11579182	Vordermühleacher	vordermuehleacher	CH		0	Europe/Zurich	47.03077	8.06091		Vordermuhleacher,Vordermühleacher		LU	316	1107	
11579183	Scheidi	scheidi	CH		0	Europe/Zurich	47.03068	8.14334		Scheidi		LU	316	1009	
11579184	Gspan	gspan	CH		0	Europe/Zurich	47.03066	8.20819		Gspan		LU	312	1062	
11579185	Banzhüsli	banzhuesli	CH		0	Europe/Zurich	47.03063	8.09151		Banzhusli,Banzhüsli		LU	316	1002	
11579186	Oberblattig	oberblattig	CH		0	Europe/Zurich	47.03061	8.24033		Oberblattig		LU	312	1059	
11579187	Hofhöhe	hofhoehe	CH		0	Europe/Zurich	47.03061	8.19574		Hofhohe,Hofhöhe		LU	312	1062	
11579188	Hinterscherlenbach	hinterscherlenbach	CH		0	Europe/Zurich	47.0306	7.7323		Hinterscherlenbach		BE	245	957	
11579189	Hambühlsonnberg	hambuehlsonnberg	CH		0	Europe/Zurich	47.03059	7.81523		Hambuhlsonnberg,Hambühlsonnberg		BE	245	957	
11579190	Hintersackberg	hintersackberg	CH		0	Europe/Zurich	47.03055	9.01656		Hintersackberg		GL	800	1632	
11579191	Murboden	murboden	CH		0	Europe/Zurich	47.0305	7.80349		Murboden		BE	245	957	
11579192	Burkhalten	burkhalten	CH		0	Europe/Zurich	47.03049	7.70328		Burkhalten		BE	245	956	
11579194	Vorderarni	vorderarni	CH		0	Europe/Zurich	47.03039	7.82734		Vorderarni		BE	245	957	
11579195	Schürmattweid	schuermattweid	CH		0	Europe/Zurich	47.03038	8.17189		Schurmattweid,Schürmattweid		LU	312	1062	
11579196	Zinne	zinne	CH		0	Europe/Zurich	47.0303	8.39795		Zinne		LU	312	1069	
11579197	Hub	hub	CH		0	Europe/Zurich	47.0303	7.70914		Hub		BE	245	955	
11579198	Güntlenau	guentlenau	CH		0	Europe/Zurich	47.03029	9.00289		Guntlenau,Güntlenau		GL	800	1632	
11579199	Sankt Luzisteig	sankt-luzisteig	CH		0	Europe/Zurich	47.03028	9.52867		Sankt Luzisteig		GR	1845	3953	
11579200	Kühberg	kuehberg	CH		0	Europe/Zurich	47.03025	7.67139		Kuhberg,Kühberg		BE	245	956	
11579201	Längacher	laengacher	CH		0	Europe/Zurich	47.03023	8.24694		Langacher,Längacher		LU	312	1059	
11579202	Hüpfere	huepfere	CH		0	Europe/Zurich	47.03019	8.18382		Hupfere,Hüpfere		LU	312	1062	
11579203	Fischgräbli	fischgraebli	CH		0	Europe/Zurich	47.03016	7.85644		Fischgrabli,Fischgräbli		BE	245	957	
11579204	Grossacker	grossacker	CH		0	Europe/Zurich	47.03013	7.74007		Grossacker		BE	245	957	
11579205	Stalden	stalden	CH		0	Europe/Zurich	47.03011	8.07198		Stalden		LU	316	1002	
11579206	Ried	ried	CH		0	Europe/Zurich	47.03009	7.87437		Ried		BE	245	957	
11579207	Rätigs	raetigs	CH		0	Europe/Zurich	47.03007	8.67234		Ratigs,Rätigs		SZ	506	1372	
11579208	Farnbüel	farnbueel	CH		0	Europe/Zurich	47.03005	8.13676		Farnbuel,Farnbüel		LU	316	1009	
11579209	Enzischür	enzischuer	CH		0	Europe/Zurich	47.03004	7.91638		Enzischur,Enzischür		LU	315	1135	
11579210	Grabmatt	grabmatt	CH		0	Europe/Zurich	47.03003	8.02207		Grabmatt		LU	315	1136	
11579211	Zimmerberg	zimmerberg	CH		0	Europe/Zurich	47.03003	7.58957		Zimmerberg		BE	245	418	
11579212	Rindergratstall	rindergratstall	CH		0	Europe/Zurich	47.02999	7.86724		Rindergratstall		BE	245	957	
11579213	Ralli	ralli	CH		0	Europe/Zurich	47.02994	8.92285		Ralli		GL	800	1632	
11579214	Unterbinzberg	unterbinzberg	CH		0	Europe/Zurich	47.02988	7.67723		Unterbinzberg		BE	245	956	
11579215	Houloch	houloch	CH		0	Europe/Zurich	47.02987	8.23283		Houloch		LU	312	1059	
11579216	Ischlag	ischlag	CH		0	Europe/Zurich	47.02982	7.54499		Ischlag		BE	245	414	
11579217	Blattenfeld	blattenfeld	CH		0	Europe/Zurich	47.02978	7.61891		Blattenfeld		BE	245	418	
11579218	Oelbach	oelbach	CH		0	Europe/Zurich	47.02978	7.64936		Oelbach		BE	245	407	
11579219	Hof	hof	CH		0	Europe/Zurich	47.02978	9.41544		Hof		SG	1725	3293	
11579220	Alpetliweid	alpetliweid	CH		0	Europe/Zurich	47.02975	8.04188		Alpetliweid		LU	316	1007	
11579221	Ridnerobersäss	ridnerobersaess	CH		0	Europe/Zurich	47.02972	9.26524		Ridnerobersass,Ridnerobersäss		SG	1725	3292	
11579222	Dietental	dietental	CH		0	Europe/Zurich	47.02969	8.66655		Dietental		SZ	506	1372	
11579223	Unterbergbüel	unterbergbueel	CH		0	Europe/Zurich	47.02965	8.00398		Unterbergbuel,Unterbergbüel		LU	315	1136	
11579224	Tanzenberg	tanzenberg	CH		0	Europe/Zurich	47.02965	8.40236		Tanzenberg		LU	312	1069	
11579225	Schigg	schigg	CH		0	Europe/Zurich	47.02961	9.37872		Schigg		SG	1725	3293	
11579226	Oberrüti	oberrueti	CH		0	Europe/Zurich	47.02952	8.57923		Oberruti,Oberrüti		SZ	506	1365	
11579228	Oberflüh	oberflueh	CH		0	Europe/Zurich	47.02947	7.71532		Oberfluh,Oberflüh		BE	245	955	
11579229	Freibergen	freibergen	CH		0	Europe/Zurich	47.02942	8.48068		Freibergen		LU	312	1068	
11579231	Hintermühleacher	hintermuehleacher	CH		0	Europe/Zurich	47.0294	8.05848		Hintermuhleacher,Hintermühleacher		LU	316	1107	
11579232	Unterchesslerhüsli	unterchesslerhuesli	CH		0	Europe/Zurich	47.02935	8.11133		Unterchesslerhusli,Unterchesslerhüsli		LU	316	1009	
11579233	Stöckere	stoeckere	CH		0	Europe/Zurich	47.02934	8.11932		Stockere,Stöckere		LU	316	1009	
11579234	Altbugg	altbugg	CH		0	Europe/Zurich	47.02933	9.47747		Altbugg		SG	1725	3297	
11579235	Hochegg	hochegg	CH		0	Europe/Zurich	47.02917	9.38053		Hochegg		SG	1725	3293	
11579236	Herrenfeld	herrenfeld	CH		0	Europe/Zurich	47.02916	8.64957		Herrenfeld		SZ	506	1372	
11579237	Untersiten	untersiten	CH		0	Europe/Zurich	47.02906	8.19066		Untersiten		LU	312	1062	
11579238	Schlossschür	schlossschuer	CH		0	Europe/Zurich	47.02903	7.76587		Schlossschur,Schlossschür		BE	245	957	
11579239	Weghaus	weghaus	CH		0	Europe/Zurich	47.02902	7.68236		Weghaus		BE	245	956	
11579240	Moosrain	moosrain	CH		0	Europe/Zurich	47.02901	7.43225		Moosrain		BE	246	546	
11579241	Kellenmatt	kellenmatt	CH		0	Europe/Zurich	47.029	8.17413		Kellenmatt		LU	312	1062	
11579242	Astgrat	astgrat	CH		0	Europe/Zurich	47.02894	7.79115		Astgrat		BE	245	957	
11579243	Oberstägplatz	oberstaegplatz	CH		0	Europe/Zurich	47.02893	8.0554		Oberstagplatz,Oberstägplatz		LU	316	1007	
11579245	Oberhackenrain	oberhackenrain	CH		0	Europe/Zurich	47.02883	8.25969		Oberhackenrain		LU	312	1059	
11579246	Holzegg	holzegg	CH		0	Europe/Zurich	47.02881	8.699		Holzegg		SZ	506	1361	
11579247	Herbrächt	herbraecht	CH		0	Europe/Zurich	47.02876	8.10813		Herbracht,Herbrächt		LU	316	1009	
11579248	Unterbergstoss	unterbergstoss	CH		0	Europe/Zurich	47.02875	8.0482		Unterbergstoss		LU	316	1007	
11579249	Spychersgraben	spychersgraben	CH		0	Europe/Zurich	47.02872	7.88872		Spychersgraben		BE	245	957	
11579250	Husmattli	husmattli	CH		0	Europe/Zurich	47.0287	8.67031		Husmattli		SZ	506	1372	
11579261	Unterhollern	unterhollern	CH		0	Europe/Zurich	46.98494	7.79926		Unterhollern		BE	245	902	
11579262	Luggli	luggli	CH		0	Europe/Zurich	46.98494	7.34754		Luggli		BE	246	360	
11579263	Treibport	treibport	CH		0	Europe/Zurich	46.9849	8.5841		Treibport		UR	400	1215	
11579264	Kalchgraben	kalchgraben	CH		0	Europe/Zurich	46.98484	7.94451		Kalchgraben		BE	245	908	
11579265	Unterrämis	unterraemis	CH		0	Europe/Zurich	46.98482	7.80727		Unterramis,Unterrämis		BE	245	902	
11579266	Chaspersmatt	chaspersmatt	CH		0	Europe/Zurich	46.98481	8.02607		Chaspersmatt		LU	316	1005	
11579267	Luegmoos	luegmoos	CH		0	Europe/Zurich	46.98468	7.98639		Luegmoos		LU	316	1007	
11579268	Folz	folz	CH		0	Europe/Zurich	46.98468	7.92063		Folz		BE	245	908	
11579269	Mörisegg	moerisegg	CH		0	Europe/Zurich	46.98464	7.77561		Morisegg,Mörisegg		BE	245	903	
11579270	Andreasberg	andreasberg	CH		0	Europe/Zurich	46.98463	9.52704		Andreasberg		SG	1725	3294	
11579271	Metteli	metteli	CH		0	Europe/Zurich	46.98462	8.09454		Metteli		LU	316	1002	
11579272	Gräben	graeben	CH		0	Europe/Zurich	46.98461	8.10586		Graben,Gräben		LU	316	1002	
11579273	Obergrossegg	obergrossegg	CH		0	Europe/Zurich	46.98454	8.00637		Obergrossegg		LU	316	1007	
11579274	Niederbach	niederbach	CH		0	Europe/Zurich	46.98452	7.70255		Niederbach		BE	245	905	
11579275	Crestis	crestis	CH		0	Europe/Zurich	46.98452	9.71353		Crestis		GR	1849	3962	
11579276	Oberspach	oberspach	CH		0	Europe/Zurich	46.98448	7.75066		Oberspach		BE	245	905	
11579277	Ey	ey	CH		0	Europe/Zurich	46.98445	7.73632		Ey		BE	245	905	
11579294	Winggelhütten	winggelhuetten	CH		0	Europe/Zurich	46.98445	9.22563		Winggelhutten,Winggelhütten		GL	800	1631	
11579295	Oberbachguet	oberbachguet	CH		0	Europe/Zurich	46.98444	8.02428		Oberbachguet		LU	316	1005	
11579296	Gassaura	gassaura	CH		0	Europe/Zurich	46.98444	9.49835		Gassaura		SG	1725	3294	
11579297	Chloster	chloster	CH		0	Europe/Zurich	46.98444	9.31346		Chloster		SG	1725	3293	
11579298	Niederbach	niederbach	CH		0	Europe/Zurich	46.98443	7.7063		Niederbach		BE	245	905	
11579299	Obernasen	obernasen	CH		0	Europe/Zurich	46.9844	7.7905		Obernasen		BE	245	903	
11579300	Grossmattschür	grossmattschuer	CH		0	Europe/Zurich	46.98432	7.63454		Grossmattschur,Grossmattschür		BE	245	406	
11579301	Unterrüti	unterrueti	CH		0	Europe/Zurich	46.98432	8.59117		Unterruti,Unterrüti		UR	400	1215	
11579302	Chrishütte	chrishuette	CH		0	Europe/Zurich	46.98432	7.95972		Chrishutte,Chrishütte		LU	316	1007	
11579303	Schachen	schachen	CH		0	Europe/Zurich	46.98431	7.72956		Schachen		BE	245	905	
11579304	Hinterbrunnen	hinterbrunnen	CH		0	Europe/Zurich	46.98428	8.08367		Hinterbrunnen		LU	316	1002	
11579305	Bärgli	baergli	CH		0	Europe/Zurich	46.98425	9.81964		Bargli,Bärgli		GR	1849	3891	
11579306	Riedmattli	riedmattli	CH		0	Europe/Zurich	46.98423	8.8049		Riedmattli		SZ	506	1367	
11579307	Einschlag	einschlag	CH		0	Europe/Zurich	46.98422	7.33847		Einschlag		BE	246	360	
11579308	Chli Wissenflue	chli-wissenflue	CH		0	Europe/Zurich	46.98421	8.63762		Chli Wissenflue		SZ	506	1366	
11579309	Drecklochstafel	drecklochstafel	CH		0	Europe/Zurich	46.98415	8.94147		Drecklochstafel		GL	800	1632	
11579310	Unternasen	unternasen	CH		0	Europe/Zurich	46.98412	7.78547		Unternasen		BE	245	903	
11579311	Motschna	motschna	CH		0	Europe/Zurich	46.98412	9.62303		Motschna		GR	1849	3972	
11579312	Unterbachguet	unterbachguet	CH		0	Europe/Zurich	46.98411	8.02606		Unterbachguet		LU	316	1005	
11579313	Boden	boden	CH		0	Europe/Zurich	46.98399	8.62783		Boden		SZ	506	1366	
11579314	Untermörisegg	untermoerisegg	CH		0	Europe/Zurich	46.98396	7.77769		Untermorisegg,Untermörisegg		BE	245	903	
11579315	Seebli	seebli	CH		0	Europe/Zurich	46.98395	7.97794		Seebli		LU	316	1007	
11579316	Forz	forz	CH		0	Europe/Zurich	46.98394	9.68253		Forz		GR	1849	3962	
11579317	Vorderbrunnen	vorderbrunnen	CH		0	Europe/Zurich	46.98394	8.08054		Vorderbrunnen		LU	316	1002	
11579318	Chälenberg	chaelenberg	CH		0	Europe/Zurich	46.98393	8.68875		Chalenberg,Chälenberg		SZ	506	1367	
11579319	Chüeweid	chueeweid	CH		0	Europe/Zurich	46.98392	7.63135		Chueweid,Chüeweid		BE	245	406	
11579320	Ankehüsli	ankehuesli	CH		0	Europe/Zurich	46.98392	7.58173		Ankehusli,Ankehüsli		BE	246	359	
11579321	Hinterriedberg	hinterriedberg	CH		0	Europe/Zurich	46.98385	7.76232		Hinterriedberg		BE	245	905	
11579322	Stockere	stockere	CH		0	Europe/Zurich	46.98382	7.50578		Stockere		BE	246	352	
11579323	Molinäris	molinaeris	CH		0	Europe/Zurich	46.9838	9.50263		Molinaris,Molinäris		SG	1725	3294	
11579324	Enzenen	enzenen	CH		0	Europe/Zurich	46.98379	8.77487		Enzenen		SZ	506	1367	
11579325	Honegg	honegg	CH		0	Europe/Zurich	46.98376	7.88133		Honegg		BE	245	908	
11579326	Oberpfifferswald	oberpfifferswald	CH		0	Europe/Zurich	46.98375	8.20576		Oberpfifferswald		LU	312	1066	
11579327	Miten	miten	CH		0	Europe/Zurich	46.98374	8.59386		Miten		UR	400	1215	
11579328	Stampach	stampach	CH		0	Europe/Zurich	46.98363	7.4924		Stampach		BE	246	352	
11579329	Hinterriedberg	hinterriedberg	CH		0	Europe/Zurich	46.98358	7.76011		Hinterriedberg		BE	245	905	
11579330	Sandigen	sandigen	CH		0	Europe/Zurich	46.98356	9.17422		Sandigen		GL	800	1631	
11579331	Bantigetal	bantigetal	CH		0	Europe/Zurich	46.98356	7.5177		Bantigetal		BE	246	352	
11579332	Etschenried	etschenried	CH		0	Europe/Zurich	46.98354	8.38945		Etschenried		NW	700	1505	
11579333	Herenegg	herenegg	CH		0	Europe/Zurich	46.98354	9.1627		Herenegg		GL	800	1631	
11579334	Heuberghüttli	heuberghuettli	CH		0	Europe/Zurich	46.98352	9.27742		Heuberghuttli,Heuberghüttli		SG	1725	3293	
11579335	Schwandeweid	schwandeweid	CH		0	Europe/Zurich	46.9835	7.68804		Schwandeweid		BE	245	905	
11579336	Renggeli	renggeli	CH		0	Europe/Zurich	46.9835	8.28478		Renggeli		NW	700	1507	
11579337	Schiltweid	schiltweid	CH		0	Europe/Zurich	46.98349	8.35213		Schiltweid		NW	700	1510	
11584254	Schlif	schlif	CH		0	Europe/Zurich	47.39207	7.63861		Schlif		BL	1305	2883	
11584255	Rüti	rueti	CH		0	Europe/Zurich	47.39204	9.33534		Ruti,Rüti		AR	1501	3005	
11584256	Listshüser	listshueser	CH		0	Europe/Zurich	47.39201	9.53355		Listshuser,Listshüser		SG	1723	3251	
11584257	Breitenebnet	breitenebnet	CH		0	Europe/Zurich	47.39201	9.46378		Breitenebnet		AR	1502	3025	
11584259	Vordernord	vordernord	CH		0	Europe/Zurich	47.39193	9.00538		Vordernord		SG	1727	3392	
11584260	Hölzli	hoelzli	CH		0	Europe/Zurich	47.39188	9.16443		Holzli,Hölzli		SG	1728	3401	
11584261	Les Houelets	les-houelets	CH		0	Europe/Zurich	47.39184	7.26514		Les Houelets		JU	2601	6703	
11584262	Sitz	sitz	CH		0	Europe/Zurich	47.39184	9.48644		Sitz		AR	1502	3025	
11584263	Städeli	staedeli	CH		0	Europe/Zurich	47.39182	9.13419		Stadeli,Städeli		SG	1727	3378	
11584349	Buech	buech	CH		0	Europe/Zurich	47.38462	9.09283		Buech		SG	1727	3395	
11584350	Bellerive	bellerive	CH		0	Europe/Zurich	47.38461	7.36472		Bellerive		JU	2601	6709	
11584351	Donner	donner	CH		0	Europe/Zurich	47.38458	9.53649		Donner		SG	1723	3251	
11584352	Habsen	habsen	CH		0	Europe/Zurich	47.38447	7.80493		Habsen		BL	1305	2885	
11584353	Hof Zägerten	hof-zaegerten	CH		0	Europe/Zurich	47.38444	7.58001		Hof Zagerten,Hof Zägerten		SO	1110	2620	
11584354	Flecken	flecken	CH		0	Europe/Zurich	47.38443	9.34298		Flecken		AR	1501	3005	
11584356	Freudenau	freudenau	CH		0	Europe/Zurich	47.3843	9.07976		Freudenau		SG	1727	3395	
11584357	Reisen	reisen	CH		0	Europe/Zurich	47.3843	7.87095		Reisen		BL	1304	2852	
11584358	Deuxième Vorbourg	deuxieme-vorbourg	CH		0	Europe/Zurich	47.38426	7.35296		Deuxieme Vorbourg,Deuxième Vorbourg		JU	2601	6711	
11584360	Buechholz	buechholz	CH		0	Europe/Zurich	47.38424	9.15221		Buechholz		SG	1727	3378	
11584361	Oberweidest	oberweidest	CH		0	Europe/Zurich	47.38424	9.52036		Oberweidest		SG	1723	3251	
11584362	Kapf	kapf	CH		0	Europe/Zurich	47.38421	9.21184		Kapf		SG	1728	3401	
11584364	Hinteranderwil	hinteranderwil	CH		0	Europe/Zurich	47.39181	8.95456		Hinteranderwil		TG	2014	4726	
11584365	Bächi	baechi	CH		0	Europe/Zurich	47.3918	9.15465		Bachi,Bächi		SG	1727	3378	
11584366	Ufem Berg	ufem-berg	CH		0	Europe/Zurich	47.39178	9.3125		Ufem Berg		AR	1501	3001	
11584367	Wildenau	wildenau	CH		0	Europe/Zurich	47.39175	8.30902		Wildenau		AG	1902	4041	
11584368	Wald	wald	CH		0	Europe/Zurich	47.39172	9.02279		Wald		SG	1727	3392	
11584369	Schmitten	schmitten	CH		0	Europe/Zurich	47.39172	9.33885		Schmitten		AR	1501	3005	
11584370	Dorfweid	dorfweid	CH		0	Europe/Zurich	47.3917	9.18023		Dorfweid		SG	1728	3401	
11584371	Rämsen	raemsen	CH		0	Europe/Zurich	47.39169	9.34082		Ramsen,Rämsen		AR	1501	3005	
11584372	Neukappegg	neukappegg	CH		0	Europe/Zurich	47.39162	8.95743		Neukappegg		TG	2014	4726	
11584373	Eggsteig	eggsteig	CH		0	Europe/Zurich	47.39155	8.99272		Eggsteig		SG	1727	3392	
11584374	Chalspel	chalspel	CH		0	Europe/Zurich	47.3915	8.88825		Chalspel		ZH	108	297	
11584375	Bachmatt	bachmatt	CH		0	Europe/Zurich	47.39143	7.52253		Bachmatt		SO	1110	2614	
11584376	Rübel	ruebel	CH		0	Europe/Zurich	47.39143	7.64523		Rubel,Rübel		BL	1305	2883	
11584377	Nord	nord	CH		0	Europe/Zurich	47.39141	9.41322		Nord		AR	1502	3024	
11584378	Unterburg	unterburg	CH		0	Europe/Zurich	47.39131	7.81486		Unterburg		BL	1305	2885	
11584379	Loogasse	loogasse	CH		0	Europe/Zurich	47.39169	9.19179		Loogasse		SG	1728	3401	
11584380	Dottenwil	dottenwil	CH		0	Europe/Zurich	47.39122	9.14948		Dottenwil		SG	1727	3393	
11584381	Eggstatt	eggstatt	CH		0	Europe/Zurich	47.39119	9.22914		Eggstatt		SG	1728	3402	
11584382	Zil	zil	CH		0	Europe/Zurich	47.39117	7.53235		Zil		SO	1110	2614	
11584383	Battenhaus	battenhaus	CH		0	Europe/Zurich	47.39116	9.35326		Battenhaus		AR	1502	3024	
11584384	Hasenburg	hasenburg	CH		0	Europe/Zurich	47.39114	7.39179		Hasenburg		JU	2601	6709	
11584385	Letzi	letzi	CH		0	Europe/Zurich	47.39114	9.08638		Letzi		SG	1727	3395	
11584387	Säge	saege	CH		0	Europe/Zurich	47.39104	7.8126		Sage,Säge		BL	1305	2885	
11584388	Langmoos	langmoos	CH		0	Europe/Zurich	47.391	9.2105		Langmoos		SG	1728	3402	
11584389	Heimsten	heimsten	CH		0	Europe/Zurich	47.39087	7.73335		Heimsten		BL	1305	2892	
11584390	Laubberg	laubberg	CH		0	Europe/Zurich	47.39085	9.02593		Laubberg		SG	1727	3392	
11584391	Hinterschwendi	hinterschwendi	CH		0	Europe/Zurich	47.39084	8.94336		Hinterschwendi		TG	2014	4726	
11584392	Hugen	hugen	CH		0	Europe/Zurich	47.39084	8.99029		Hugen		SG	1727	3392	
11584393	Borüti	borueti	CH		0	Europe/Zurich	47.39083	9.53007		Boruti,Borüti		SG	1723	3251	
11584394	Goldi	goldi	CH		0	Europe/Zurich	47.39082	9.41838		Goldi		AR	1502	3024	
11584395	Petit Brunchenal	petit-brunchenal	CH		0	Europe/Zurich	47.39074	7.34088		Petit Brunchenal		JU	2601	6711	
11584396	Hölzli	hoelzli	CH		0	Europe/Zurich	47.39074	9.26418		Holzli,Hölzli		AR	1501	3001	
11584397	Höll	hoell	CH		0	Europe/Zurich	47.3907	8.9635		Holl,Höll		TG	2014	4726	
11584398	Baltenschwil	baltenschwil	CH		0	Europe/Zurich	47.39068	8.39191		Baltenschwil		AG	1902	4023	
11584399	Gschät	gschaet	CH		0	Europe/Zurich	47.39042	9.4785		Gschat,Gschät		AR	1502	3025	
11584400	Mättli	maettli	CH		0	Europe/Zurich	47.39062	9.23814		Mattli,Mättli		AR	1501	3001	
11584401	La Bürgisberg	la-buergisberg	CH		0	Europe/Zurich	47.39059	7.27428		La Burgisberg,La Bürgisberg		JU	2601	6703	
11584402	Grueb	grueb	CH		0	Europe/Zurich	47.39045	9.47448		Grueb		AR	1502	3025	
11584403	Ober Hasel	ober-hasel	CH		0	Europe/Zurich	47.39034	7.80507		Ober Hasel		BL	1305	2885	
11584404	Burgfeld	burgfeld	CH		0	Europe/Zurich	47.39032	9.5476		Burgfeld		SG	1723	3251	
11584405	Schlössli	schloessli	CH		0	Europe/Zurich	47.39031	9.42766		Schlossli,Schlössli		AR	1502	3024	
11584406	Buche	buche	CH		0	Europe/Zurich	47.39027	9.448		Buche		AR	1502	3021	
11584407	Vereinsacker	vereinsacker	CH		0	Europe/Zurich	47.39023	9.24405		Vereinsacker		AR	1501	3001	
11584409	Buchhalde	buchhalde	CH		0	Europe/Zurich	47.39011	8.76335		Buchhalde		ZH	108	172	
11584410	Kohltobel	kohltobel	CH		0	Europe/Zurich	47.3901	8.89141		Kohltobel		ZH	108	297	
11584411	Sous Plainmont	sous-plainmont	CH		0	Europe/Zurich	47.39009	7.12761		Sous Plainmont		JU	2603	6784	
11584412	Horner	horner	CH		0	Europe/Zurich	47.39008	8.20456		Horner		AG	1907	4198	
11584413	Neuhus	neuhus	CH		0	Europe/Zurich	47.39008	8.98827		Neuhus		SG	1727	3392	
11584414	Vorder Wiler	vorder-wiler	CH		0	Europe/Zurich	47.39002	7.46969		Vorder Wiler		SO	1110	2611	
11584416	Altgonzenbach	altgonzenbach	CH		0	Europe/Zurich	47.38998	9.06995		Altgonzenbach		SG	1727	3393	
11584417	Hofgut Ramstein	hofgut-ramstein	CH		0	Europe/Zurich	47.38996	7.65745		Hofgut Ramstein		BL	1305	2883	
11584418	Leh	leh	CH		0	Europe/Zurich	47.38994	9.18586		Leh		SG	1728	3401	
11584419	Bleiche	bleiche	CH		0	Europe/Zurich	47.39113	9.52139		Bleiche		SG	1723	3251	
11584420	Rüti	rueti	CH		0	Europe/Zurich	47.38991	7.87626		Ruti,Rüti		BL	1304	2852	
11584421	Langenwis	langenwis	CH		0	Europe/Zurich	47.38984	9.01388		Langenwis		SG	1727	3392	
11584422	Buchenmühle	buchenmuehle	CH		0	Europe/Zurich	47.38983	9.4033		Buchenmuhle,Buchenmühle		AR	1502	3024	
11584423	Auf Arten	auf-arten	CH		0	Europe/Zurich	47.38983	7.76766		Auf Arten		BL	1305	2892	
11584424	Chupferhammer	chupferhammer	CH		0	Europe/Zurich	47.38979	9.06013		Chupferhammer		SG	1727	3392	
11584425	Büschikon	bueschikon	CH		0	Europe/Zurich	47.38973	8.27725		Buschikon,Büschikon		AG	1903	4077	
11584426	Möösli	moeoesli	CH		0	Europe/Zurich	47.38945	9.36125		Moosli,Möösli		AR	1502	3024	
11584427	Schwantlen	schwantlen	CH		0	Europe/Zurich	47.39144	9.34989		Schwantlen		AR	1502	3024	
11584428	Oberheurüti	oberheurueti	CH		0	Europe/Zurich	47.3894	8.93358		Oberheuruti,Oberheurüti		ZH	108	297	
11584429	Oberfeld	oberfeld	CH		0	Europe/Zurich	47.38939	9.42272		Oberfeld		AR	1502	3024	
11584430	Langacker	langacker	CH		0	Europe/Zurich	47.38939	7.67014		Langacker		BL	1305	2889	
11584431	Chalberstadel	chalberstadel	CH		0	Europe/Zurich	47.38939	9.19978		Chalberstadel		SG	1728	3401	
11584432	Kämmaten	kaemmaten	CH		0	Europe/Zurich	47.38937	8.59671		Kammaten,Kämmaten		ZH	109	191	
11584433	Leutschenholden	leutschenholden	CH		0	Europe/Zurich	47.38411	7.80158		Leutschenholden		BL	1305	2885	
11584434	Buechschachen	buechschachen	CH		0	Europe/Zurich	47.38409	9.31244		Buechschachen		AR	1501	3001	
11584435	Lauwilberg	lauwilberg	CH		0	Europe/Zurich	47.38408	7.66883		Lauwilberg		BL	1305	2889	
11584436	Grossmoos	grossmoos	CH		0	Europe/Zurich	47.38407	9.00661		Grossmoos		SG	1727	3392	
11584437	Flue	flue	CH		0	Europe/Zurich	47.38406	9.25352		Flue		AR	1501	3001	
11584438	Schlossguet	schlossguet	CH		0	Europe/Zurich	47.38401	7.53777		Schlossguet		SO	1110	2614	
11584439	Stadel	stadel	CH		0	Europe/Zurich	47.38399	8.99822		Stadel		SG	1727	3392	
11584441	Burg	burg	CH		0	Europe/Zurich	47.38389	9.04834		Burg		SG	1727	3392	
11584442	Brästberg	braestberg	CH		0	Europe/Zurich	47.38387	8.76517		Brastberg,Brästberg		ZH	108	172	
11584443	Hohlenstein	hohlenstein	CH		0	Europe/Zurich	47.38395	8.9568		Hohlenstein		SG	1727	3394	
11584444	Gschwend	gschwend	CH		0	Europe/Zurich	47.38365	9.45291		Gschwend		AR	1502	3022	
11584446	Bühl	buehl	CH		0	Europe/Zurich	47.38355	8.20259		Buhl,Bühl		AG	1907	4201	
11584447	Nord	nord	CH		0	Europe/Zurich	47.38352	9.33242		Nord		AR	1501	3005	
11584449	Hengarten	hengarten	CH		0	Europe/Zurich	47.38344	9.09933		Hengarten		SG	1727	3395	
11584450	Hintersenis	hintersenis	CH		0	Europe/Zurich	47.38343	8.98387		Hintersenis		SG	1727	3392	
11584451	Schönegg	schoenegg	CH		0	Europe/Zurich	47.38342	7.99716		Schonegg,Schönegg		SO	1105	2503	
11584453	Oberbleichi	oberbleichi	CH		0	Europe/Zurich	47.38332	9.30679		Oberbleichi		AR	1501	3001	
11584454	Kellersegg	kellersegg	CH		0	Europe/Zurich	47.38332	9.48332		Kellersegg		AR	1502	3022	
11584455	Stierenberg	stierenberg	CH		0	Europe/Zurich	47.38327	7.64771		Stierenberg		BL	1305	2883	
11584456	Mittlerer Sankt Romay	mittlerer-sankt-romay	CH		0	Europe/Zurich	47.38327	7.67269		Mittlerer Sankt Romay		BL	1305	2889	
11584457	Unterer Sankt Romay	unterer-sankt-romay	CH		0	Europe/Zurich	47.3832	7.67546		Unterer Sankt Romay		BL	1305	2889	
11584458	Herrensberg	herrensberg	CH		0	Europe/Zurich	47.38319	9.12244		Herrensberg		SG	1727	3393	
11584459	Les Grangettes	les-grangettes	CH		0	Europe/Zurich	47.38318	7.18453		Les Grangettes		JU	2603	6810	
11584460	Hanses	hanses	CH		0	Europe/Zurich	47.38316	9.37482		Hanses		AI	1600	3104	
11584461	Schärenacker	schaerenacker	CH		0	Europe/Zurich	47.38315	7.93167		Scharenacker,Schärenacker		SO	1105	2493	
11584463	Pulvisei	pulvisei	CH		0	Europe/Zurich	47.38313	7.86653		Pulvisei		BL	1304	2852	
11584464	Untererrüti	untererrueti	CH		0	Europe/Zurich	47.38311	9.44359		Untererruti,Untererrüti		AR	1502	3021	
11584465	Gern	gern	CH		0	Europe/Zurich	47.38309	9.42881		Gern		AR	1502	3021	
11584466	Altberg	altberg	CH		0	Europe/Zurich	47.38308	9.34119		Altberg		AR	1501	3005	
11584467	Rossweid	rossweid	CH		0	Europe/Zurich	47.38305	7.97573		Rossweid		SO	1105	2499	
11584468	Rüti	rueti	CH		0	Europe/Zurich	47.38305	7.50715		Ruti,Rüti		SO	1110	2617	
11584470	Sennhaus	sennhaus	CH		0	Europe/Zurich	47.383	7.7575		Sennhaus		BL	1305	2895	
11584471	Schönenbüel	schoenenbueel	CH		0	Europe/Zurich	47.38259	9.38361		Schonenbuel,Schönenbüel		AR	1502	3024	
11584472	Berg	berg	CH		0	Europe/Zurich	47.38284	9.2901		Berg		AR	1501	3001	
11584473	La Combe	la-combe	CH		0	Europe/Zurich	47.38282	7.20255		La Combe		JU	2603	6810	
11584475	Chämmerli	chaemmerli	CH		0	Europe/Zurich	47.38276	8.87678		Chammerli,Chämmerli		ZH	108	297	
11584476	Höfli	hoefli	CH		0	Europe/Zurich	47.38273	9.53235		Hofli,Höfli		SG	1723	3251	
11584477	Hof Wasserberg	hof-wasserberg	CH		0	Europe/Zurich	47.38268	7.44541		Hof Wasserberg		SO	1110	2611	
11584478	Schöni	schoeni	CH		0	Europe/Zurich	47.38267	9.37038		Schoni,Schöni		AI	1600	3104	
11584479	Froburg	froburg	CH		0	Europe/Zurich	47.38266	7.89227		Froburg		SO	1105	2500	
11584480	Auen	auen	CH		0	Europe/Zurich	47.38261	9.35798		Auen		AI	1600	3104	
11584481	Brugg	brugg	CH		0	Europe/Zurich	47.38257	9.26643		Brugg		AR	1501	3001	
11584482	Tobelacker	tobelacker	CH		0	Europe/Zurich	47.38257	9.01103		Tobelacker		SG	1727	3394	
11584483	Hinterbühl	hinterbuehl	CH		0	Europe/Zurich	47.38252	7.56737		Hinterbuhl,Hinterbühl		SO	1110	2615	
11584484	Wissegg	wissegg	CH		0	Europe/Zurich	47.38244	9.43084		Wissegg		AR	1502	3021	
11584485	Drüegg	drueegg	CH		0	Europe/Zurich	47.38242	9.15386		Druegg,Drüegg		SG	1727	3378	
11584486	Unter Muren	unter-muren	CH		0	Europe/Zurich	47.38237	7.85929		Unter Muren		BL	1304	2852	
11584487	Gwinden	gwinden	CH		0	Europe/Zurich	47.38236	8.38789		Gwinden		AG	1902	4023	
11584488	Steinägerten	steinaegerten	CH		0	Europe/Zurich	47.38234	7.83121		Steinagerten,Steinägerten		BL	1305	2885	
11584489	Trogacher	trogacher	CH		0	Europe/Zurich	47.38224	8.83355		Trogacher		ZH	108	173	
11584490	La Haute Borne	la-haute-borne	CH		0	Europe/Zurich	47.38224	7.30265		La Haute Borne		JU	2601	6711	
11584491	Oberer Sankt Romay	oberer-sankt-romay	CH		0	Europe/Zurich	47.38223	7.66923		Oberer Sankt Romay		BL	1305	2889	
11584492	Baldenwil	baldenwil	CH		0	Europe/Zurich	47.38502	9.22366		Baldenwil		AR	1501	3001	
11584493	Burg	burg	CH		0	Europe/Zurich	47.37861	9.32127		Burg		AR	1501	3001	
11584494	Gomp	gomp	CH		0	Europe/Zurich	47.38217	9.47607		Gomp		AR	1502	3022	
11584495	Lehn	lehn	CH		0	Europe/Zurich	47.38215	9.40709		Lehn		AR	1502	3024	
11584496	Rohrberg	rohrberg	CH		0	Europe/Zurich	47.38214	7.42249		Rohrberg		BL	1302	2788	
11584497	Chésel	chesel	CH		0	Europe/Zurich	47.38214	7.28186		Chesel,Chésel		JU	2601	6703	
11584498	Kriegersmühle	kriegersmuehle	CH		0	Europe/Zurich	47.3821	9.4443		Kriegersmuhle,Kriegersmühle		AR	1502	3021	
11584499	Fréteux	freteux	CH		0	Europe/Zurich	47.38208	7.06076		Freteux,Fréteux		JU	2603	6790	
11584500	Alteranger	alteranger	CH		0	Europe/Zurich	47.38206	9.58825		Alteranger		SG	1723	3253	
11584501	Weid	weid	CH		0	Europe/Zurich	47.38205	7.97002		Weid		SO	1105	2499	
11584502	Hinterbirch	hinterbirch	CH		0	Europe/Zurich	47.38199	7.79462		Hinterbirch		BL	1305	2885	
11584521	Blattli	blattli	CH		0	Europe/Zurich	47.16497	8.96565		Blattli		SZ	505	1345	
11584522	Obersparen	obersparen	CH		0	Europe/Zurich	47.1649	8.65359		Obersparen		ZG	900	1704	
11584523	Muntaschin	muntaschin	CH		0	Europe/Zurich	47.16489	9.45217		Muntaschin		SG	1724	3273	
11584525	Métairie de Diesse	metairie-de-diesse	CH		0	Europe/Zurich	47.16488	7.15806		Metairie de Diesse,Métairie de Diesse		BE	241	431	
11584526	Höhi	hoehi	CH		0	Europe/Zurich	47.16485	9.38232		Hohi,Höhi		SG	1724	3273	
11584527	Käfern	kaefern	CH		0	Europe/Zurich	47.16484	8.38846		Kafern,Käfern		AG	1908	4237	
11584528	Mühlebühl	muehlebuehl	CH		0	Europe/Zurich	47.1648	7.51825		Muhlebuhl,Mühlebühl		SO	1103	2455	
11584529	Meieren	meieren	CH		0	Europe/Zurich	47.16474	8.7703		Meieren		SZ	501	1301	
11584530	Waldeggli	waldeggli	CH		0	Europe/Zurich	47.16473	8.83325		Waldeggli		SZ	505	1341	
11584532	Kreuzstrasse	kreuzstrasse	CH		0	Europe/Zurich	47.16469	8.37002		Kreuzstrasse		AG	1908	4239	
11584533	Rötelihus	roetelihus	CH		0	Europe/Zurich	47.16466	7.54399		Rotelihus,Rötelihus		SO	1106	2513	
11584614	Les Fontenettes	les-fontenettes	CH		0	Europe/Zurich	47.1646	7.05374		Les Fontenettes		BE	241	432	
11584615	Talacker	talacker	CH		0	Europe/Zurich	47.16457	8.42665		Talacker		ZG	900	1703	
11584616	Lidmäl	lidmael	CH		0	Europe/Zurich	47.16447	9.39322		Lidmal,Lidmäl		SG	1724	3273	
11584617	Neukidli	neukidli	CH		0	Europe/Zurich	47.16445	8.05962		Neukidli		LU	315	1128	
11584618	Neumatt	neumatt	CH		0	Europe/Zurich	47.16441	8.30972		Neumatt		LU	313	1032	
11584619	Höchmatt	hoechmatt	CH		0	Europe/Zurich	47.16439	8.75632		Hochmatt,Höchmatt		SZ	501	1301	
11584620	Ausserschwandegg	ausserschwandegg	CH		0	Europe/Zurich	47.16438	8.61191		Ausserschwandegg		ZG	900	1704	
11584621	Hüttlisboden	huettlisboden	CH		0	Europe/Zurich	47.16438	9.17667		Huttlisboden,Hüttlisboden		SG	1726	3311	
11584622	Hochwacht	hochwacht	CH		0	Europe/Zurich	47.16429	7.83456		Hochwacht		BE	244	336	
11584623	Ahorne	ahorne	CH		0	Europe/Zurich	47.16427	7.87809		Ahorne		LU	315	1131	
11584624	Meienrain	meienrain	CH		0	Europe/Zurich	47.16427	8.59806		Meienrain		ZG	900	1704	
11584625	Oberbisig	oberbisig	CH		0	Europe/Zurich	47.16425	7.77862		Oberbisig		BE	244	332	
11584626	Germil	germil	CH		0	Europe/Zurich	47.16422	9.36753		Germil		SG	1724	3273	
11584627	Vorderleist	vorderleist	CH		0	Europe/Zurich	47.16421	9.22578		Vorderleist		SG	1727	3359	
11584628	Feld	feld	CH		0	Europe/Zurich	47.16416	8.33404		Feld		LU	313	1032	
11584629	Elmenringen	elmenringen	CH		0	Europe/Zurich	47.1641	8.22636		Elmenringen		LU	314	1081	
11584630	Vögelishüsli	voegelishuesli	CH		0	Europe/Zurich	47.16406	7.61614		Vogelishusli,Vögelishüsli		SO	1106	2520	
11584631	Rotenbach	rotenbach	CH		0	Europe/Zurich	47.16405	8.57186		Rotenbach		ZG	900	1704	
11584632	Strichboden	strichboden	CH		0	Europe/Zurich	47.16405	9.15292		Strichboden		SG	1726	3311	
11584633	La Miège	la-miege	CH		0	Europe/Zurich	47.16404	7.08325		La Miege,La Miège		BE	241	434	
11584634	Waldhaus	waldhaus	CH		0	Europe/Zurich	47.16401	8.23343		Waldhaus		LU	313	1039	
11584635	Turns	turns	CH		0	Europe/Zurich	47.164	7.88781		Turns		LU	315	1131	
11584637	Les Aidges	les-aidges	CH		0	Europe/Zurich	47.16392	6.8798		Les Aidges		JU	2602	6742	
11584638	Berg	berg	CH		0	Europe/Zurich	47.1639	8.26581		Berg		LU	313	1039	
11584640	Weid	weid	CH		0	Europe/Zurich	47.16382	8.96467		Weid		SZ	505	1345	
11584641	Freudenberg	freudenberg	CH		0	Europe/Zurich	47.16381	8.38582		Freudenberg		AG	1908	4237	
11584642	Fiderschebode	fiderschebode	CH		0	Europe/Zurich	47.16376	9.09259		Fiderschebode		SG	1726	3315	
11584643	Schurtannen	schurtannen	CH		0	Europe/Zurich	47.16373	8.59179		Schurtannen		ZG	900	1704	
11584644	Oberbösch	oberboesch	CH		0	Europe/Zurich	47.16373	8.43046		Oberbosch,Oberbösch		ZG	900	1703	
11584645	Weid	weid	CH		0	Europe/Zurich	47.16369	7.88457		Weid		LU	315	1131	
11584646	Under Torloch	under-torloch	CH		0	Europe/Zurich	47.16362	9.26617		Under Torloch		SG	1727	3359	
11584647	Reusshöfe	reusshoefe	CH		0	Europe/Zurich	47.16354	8.41024		Reusshofe,Reusshöfe		AG	1908	4237	
11584648	Les Sauces	les-sauces	CH		0	Europe/Zurich	47.16351	6.88673		Les Sauces		JU	2602	6742	
11584650	Chlosterweid	chlosterweid	CH		0	Europe/Zurich	47.16348	9.16902		Chlosterweid		SG	1726	3311	
11584651	Dutz	dutz	CH		0	Europe/Zurich	47.16337	8.62874		Dutz		ZG	900	1704	
11584652	Grüttershüsli	gruettershuesli	CH		0	Europe/Zurich	47.16327	7.73783		Gruttershusli,Grüttershüsli		BE	244	985	
11584653	Bergfeld	bergfeld	CH		0	Europe/Zurich	47.16324	8.0642		Bergfeld		LU	314	1091	
11584654	Wiesen	wiesen	CH		0	Europe/Zurich	47.16323	8.15034		Wiesen		LU	314	1084	
11584655	Hürn	huern	CH		0	Europe/Zurich	47.1632	7.82634		Hurn,Hürn		BE	244	332	
11584657	Teufmatt	teufmatt	CH		0	Europe/Zurich	47.16313	8.7543		Teufmatt		SZ	501	1301	
11584658	Unterreiferswil	unterreiferswil	CH		0	Europe/Zurich	47.16305	7.90185		Unterreiferswil		LU	315	1129	
11584659	Ausserblack	ausserblack	CH		0	Europe/Zurich	47.16302	8.62293		Ausserblack		ZG	900	1704	
11584660	Berg	berg	CH		0	Europe/Zurich	47.16302	7.34413		Berg		BE	242	390	
11584662	Loch	loch	CH		0	Europe/Zurich	47.16295	7.84019		Loch		BE	244	336	
11584665	Pré Carrel	pre-carrel	CH		0	Europe/Zurich	47.1629	7.17193		Pre Carrel,Pré Carrel		BE	241	438	
11584666	Sennegg	sennegg	CH		0	Europe/Zurich	47.16283	8.84232		Sennegg		SZ	505	1341	
11584667	Le Petit Moulin	le-petit-moulin	CH		0	Europe/Zurich	47.16283	7.23503		Le Petit Moulin		BE	241	438	
11584668	Guggershaus	guggershaus	CH		0	Europe/Zurich	47.16282	7.74605		Guggershaus		BE	244	985	
11584669	Hubel	hubel	CH		0	Europe/Zurich	47.16281	8.24982		Hubel		LU	313	1039	
11584670	Hasenwart	hasenwart	CH		0	Europe/Zurich	47.1628	8.0925		Hasenwart		LU	314	1095	
11584672	Chalberberg	chalberberg	CH		0	Europe/Zurich	47.16273	9.24859		Chalberberg		SG	1727	3359	
11584673	Ankenhüsli	ankenhuesli	CH		0	Europe/Zurich	47.16271	8.60677		Ankenhusli,Ankenhüsli		ZG	900	1704	
11584675	Wyden	wyden	CH		0	Europe/Zurich	47.16266	8.40095		Wyden		AG	1908	4237	
11584676	Obergrüt	obergruet	CH		0	Europe/Zurich	47.16259	8.5443		Obergrut,Obergrüt		ZG	900	1701	
11584678	Moosmatt	moosmatt	CH		0	Europe/Zurich	47.16257	8.03048		Moosmatt		LU	315	1128	
11584679	Ausserbühl	ausserbuehl	CH		0	Europe/Zurich	47.16255	8.99796		Ausserbuhl,Ausserbühl		GL	800	1630	
11584680	Siebenmatt	siebenmatt	CH		0	Europe/Zurich	47.16246	7.44402		Siebenmatt		BE	243	381	
11584681	Hof	hof	CH		0	Europe/Zurich	47.16242	8.98701		Hof		SZ	505	1345	
11584682	Haut de la Montagne	haut-de-la-montagne	CH		0	Europe/Zurich	47.16241	7.11149		Haut de la Montagne		BE	241	433	
11584683	Rässern	raessern	CH		0	Europe/Zurich	47.16239	8.08572		Rassern,Rässern		LU	314	1095	
11584684	La Coronelle	la-coronelle	CH		0	Europe/Zurich	47.16237	6.94462		La Coronelle		BE	241	445	
11584685	Kleinlingi	kleinlingi	CH		0	Europe/Zurich	47.16235	7.9315		Kleinlingi		LU	315	1123	
11584686	Hinteraltschen	hinteraltschen	CH		0	Europe/Zurich	47.16233	9.1409		Hinteraltschen		SG	1726	3311	
11584687	Altkidli	altkidli	CH		0	Europe/Zurich	47.16228	8.05622		Altkidli		LU	315	1128	
11584688	Gschwänd	gschwaend	CH		0	Europe/Zurich	47.16228	8.60159		Gschwand,Gschwänd		ZG	900	1704	
11584689	Métairie de Gléresse	metairie-de-gleresse	CH		0	Europe/Zurich	47.16227	7.14491		Metairie de Gleresse,Métairie de Gléresse		BE	241	431	
11584690	Grossriet	grossriet	CH		0	Europe/Zurich	47.16217	9.02614		Grossriet		SG	1726	3315	
11584691	Rotenbach	rotenbach	CH		0	Europe/Zurich	47.16217	8.56988		Rotenbach		ZG	900	1704	
11584692	Innerblack	innerblack	CH		0	Europe/Zurich	47.16214	8.61635		Innerblack		ZG	900	1704	
11584693	La Tuilerie	la-tuilerie	CH		0	Europe/Zurich	47.16211	7.03207		La Tuilerie		BE	241	448	
11584694	Untergrabenegg	untergrabenegg	CH		0	Europe/Zurich	47.16204	8.86143		Untergrabenegg		SZ	505	1342	
11584695	Holz	holz	CH		0	Europe/Zurich	47.16204	9.15336		Holz		SG	1726	3311	
11584696	Runggels	runggels	CH		0	Europe/Zurich	47.16202	9.46373		Runggels		SG	1724	3271	
11584697	Schalun	schalun	CH		0	Europe/Zurich	47.162	7.74327		Schalun		BE	244	985	
11584698	Unterstofel	unterstofel	CH		0	Europe/Zurich	47.16198	9.38113		Unterstofel		SG	1724	3273	
11584699	Oberfeld	oberfeld	CH		0	Europe/Zurich	47.16195	7.97835		Oberfeld		LU	315	1143	
11584700	Unterleidenberg	unterleidenberg	CH		0	Europe/Zurich	47.16195	8.08978		Unterleidenberg		LU	314	1095	
11584701	Schönmoos	schoenmoos	CH		0	Europe/Zurich	47.16194	8.07609		Schonmoos,Schönmoos		LU	314	1091	
11584703	Beier	beier	CH		0	Europe/Zurich	47.16192	8.97743		Beier		SZ	505	1345	
11584704	Diebishütten	diebishuetten	CH		0	Europe/Zurich	47.16189	8.82935		Diebishutten,Diebishütten		SZ	505	1341	
11584705	Diggi	diggi	CH		0	Europe/Zurich	47.16189	9.17343		Diggi		SG	1726	3311	
11584706	Grosslingi	grosslingi	CH		0	Europe/Zurich	47.16183	7.92942		Grosslingi		LU	315	1123	
11584707	Mittelberg	mittelberg	CH		0	Europe/Zurich	47.1618	8.97341		Mittelberg		SZ	505	1345	
11584708	Gibel	gibel	CH		0	Europe/Zurich	47.16178	8.39368		Gibel		AG	1908	4237	
11584709	Mummelgschwänd	mummelgschwaend	CH		0	Europe/Zurich	47.16176	8.8847		Mummelgschwand,Mummelgschwänd		SZ	505	1342	
11584710	Kriesbühl	kriesbuehl	CH		0	Europe/Zurich	47.16173	8.25473		Kriesbuhl,Kriesbühl		LU	313	1039	
11584711	Eisenburg	eisenburg	CH		0	Europe/Zurich	47.16173	8.89834		Eisenburg		SZ	505	1346	
11584712	Reiferswil	reiferswil	CH		0	Europe/Zurich	47.16169	7.9025		Reiferswil		LU	315	1129	
11584713	Oberhundgellen	oberhundgellen	CH		0	Europe/Zurich	47.16168	8.18875		Oberhundgellen		LU	314	1084	
11584714	Kramis	kramis	CH		0	Europe/Zurich	47.16163	8.34388		Kramis		LU	313	1032	
11584715	Métairie du Prince	metairie-du-prince	CH		0	Europe/Zurich	47.16163	7.08833		Metairie du Prince,Métairie du Prince		BE	241	434	
11584716	Waldhaus	waldhaus	CH		0	Europe/Zurich	47.16161	7.76475		Waldhaus		BE	244	340	
11584717	Plisa	plisa	CH		0	Europe/Zurich	47.16158	9.32529		Plisa		SG	1724	3273	
11584718	Oberfidersche	oberfidersche	CH		0	Europe/Zurich	47.16158	9.09771		Oberfidersche		SG	1726	3315	
11584719	Greit	greit	CH		0	Europe/Zurich	47.16156	8.64207		Greit		ZG	900	1704	
11584720	Chalchofen	chalchofen	CH		0	Europe/Zurich	47.16155	9.38805		Chalchofen		SG	1724	3273	
11584721	Gemeindeweid	gemeindeweid	CH		0	Europe/Zurich	47.16154	7.83606		Gemeindeweid		BE	244	336	
11584722	Bleien	bleien	CH		0	Europe/Zurich	47.16149	9.23702		Bleien		SG	1727	3359	
11584723	Le Foncet	le-foncet	CH		0	Europe/Zurich	47.16143	7.23571		Le Foncet		BE	241	438	
11584724	Mur	mur	CH		0	Europe/Zurich	47.16142	8.25147		Mur		LU	313	1039	
11584725	Unterwilisberg	unterwilisberg	CH		0	Europe/Zurich	47.16138	8.9463		Unterwilisberg		SZ	505	1346	
11584726	Untergibel	untergibel	CH		0	Europe/Zurich	47.16135	8.62874		Untergibel		ZG	900	1704	
11584727	Egg	egg	CH		0	Europe/Zurich	47.16125	8.16286		Egg		LU	314	1084	
11584728	Seehubel	seehubel	CH		0	Europe/Zurich	47.16124	8.12125		Seehubel		LU	314	1095	
11584729	La Blanche	la-blanche	CH		0	Europe/Zurich	47.16121	7.07496		La Blanche		BE	241	434	
11584730	Hostris	hostris	CH		0	Europe/Zurich	47.1612	8.00855		Hostris		LU	315	1143	
11584731	Brugeren	brugeren	CH		0	Europe/Zurich	47.16119	8.7632		Brugeren		SZ	501	1301	
11584732	Hellacher	hellacher	CH		0	Europe/Zurich	47.16119	8.18227		Hellacher		LU	314	1084	
11584733	Ober Stofel	ober-stofel	CH		0	Europe/Zurich	47.16111	9.37708		Ober Stofel		SG	1724	3273	
11584734	Brämen	braemen	CH		0	Europe/Zurich	47.16109	8.79216		Bramen,Brämen		SZ	501	1301	
11584736	Schwanz	schwanz	CH		0	Europe/Zurich	47.16106	9.3634		Schwanz		SG	1724	3273	
11584737	Hinderleist	hinderleist	CH		0	Europe/Zurich	47.16105	9.22176		Hinderleist		SG	1727	3359	
11584739	Sankt Meinrad	sankt-meinrad	CH		0	Europe/Zurich	47.16092	8.55901		Sankt Meinrad		ZG	900	1701	
11584740	Chesselacher	chesselacher	CH		0	Europe/Zurich	47.16088	8.15556		Chesselacher		LU	314	1084	
11584742	Windeggli	windeggli	CH		0	Europe/Zurich	47.16077	8.83251		Windeggli		SZ	505	1341	
11584743	Alznach	alznach	CH		0	Europe/Zurich	47.16075	8.44925		Alznach		ZG	900	1707	
11584744	Heiterstalden	heiterstalden	CH		0	Europe/Zurich	47.16074	8.56973		Heiterstalden		ZG	900	1704	
11584745	Oberkramis	oberkramis	CH		0	Europe/Zurich	47.16065	8.33946		Oberkramis		LU	313	1032	
11584747	Torloch	torloch	CH		0	Europe/Zurich	47.16063	9.26566		Torloch		SG	1727	3359	
11584748	Ruusen	ruusen	CH		0	Europe/Zurich	47.16062	8.61446		Ruusen		ZG	900	1704	
11584749	Guger	guger	CH		0	Europe/Zurich	47.16056	8.53044		Guger		ZG	900	1711	
11584750	Ledi	ledi	CH		0	Europe/Zurich	47.16048	9.05967		Ledi		SG	1726	3315	
11584751	Gstell	gstell	CH		0	Europe/Zurich	47.16046	7.84917		Gstell		BE	244	336	
11584752	Brügglisacker	bruegglisacker	CH		0	Europe/Zurich	47.16045	8.05223		Brugglisacker,Brügglisacker		LU	315	1128	
11584753	Bühlmatt	buehlmatt	CH		0	Europe/Zurich	47.16042	8.05044		Buhlmatt,Bühlmatt		LU	315	1128	
11584754	Vogel	vogel	CH		0	Europe/Zurich	47.1604	8.25624		Vogel		LU	313	1039	
11584755	Wisli	wisli	CH		0	Europe/Zurich	47.16038	9.41633		Wisli		SG	1724	3273	
11584756	Unterstock	unterstock	CH		0	Europe/Zurich	47.16036	8.5536		Unterstock		ZG	900	1701	
11584757	Unterschlempen	unterschlempen	CH		0	Europe/Zurich	47.16035	7.91951		Unterschlempen		LU	315	1129	
11584758	Köchel	koechel	CH		0	Europe/Zurich	47.16034	7.77154		Kochel,Köchel		BE	244	332	
11584759	Land	land	CH		0	Europe/Zurich	47.16027	8.97348		Land		SZ	505	1345	
11584760	Rothus	rothus	CH		0	Europe/Zurich	47.16023	8.44286		Rothus		ZG	900	1703	
11584761	Neuhaus	neuhaus	CH		0	Europe/Zurich	47.1602	7.94086		Neuhaus		LU	315	1143	
11584762	Weid	weid	CH		0	Europe/Zurich	47.16018	7.69346		Weid		SO	1106	2511	
11584763	Buchmatt	buchmatt	CH		0	Europe/Zurich	47.16018	8.15415		Buchmatt		LU	314	1084	
11584764	Gormund	gormund	CH		0	Europe/Zurich	47.16017	8.21961		Gormund		LU	314	1081	
11584765	La Large Journée	la-large-journee	CH		0	Europe/Zurich	47.16016	6.89745		La Large Journee,La Large Journée		JU	2602	6742	
11584766	Dornegg	dornegg	CH		0	Europe/Zurich	47.16011	7.75103		Dornegg		BE	244	985	
11584767	Gehren	gehren	CH		0	Europe/Zurich	47.16005	8.26753		Gehren		LU	313	1039	
11584768	Muelten	muelten	CH		0	Europe/Zurich	47.16002	9.242		Muelten		SG	1727	3359	
11584770	In den Bächen	in-den-baechen	CH		0	Europe/Zurich	47.15998	8.80579		In den Bachen,In den Bächen		SZ	501	1301	
11584771	Gemeindeweid	gemeindeweid	CH		0	Europe/Zurich	47.16108	7.83404		Gemeindeweid		BE	244	336	
11584772	Neuhaus	neuhaus	CH		0	Europe/Zurich	47.15983	8.09991		Neuhaus		LU	314	1095	
11584773	Büza	bueza	CH		0	Europe/Zurich	47.15982	9.41295		Buza,Büza		SG	1724	3273	
11584775	Niederschlag	niederschlag	CH		0	Europe/Zurich	47.1597	9.14535		Niederschlag		SG	1726	3311	
11584776	Rollhafen	rollhafen	CH		0	Europe/Zurich	47.15965	8.08173		Rollhafen		LU	314	1095	
11584777	Obergibel	obergibel	CH		0	Europe/Zurich	47.15964	8.62977		Obergibel		ZG	900	1704	
11584778	Altschen	altschen	CH		0	Europe/Zurich	47.15961	9.18691		Altschen		SG	1726	3311	
11584779	Hinterberg	hinterberg	CH		0	Europe/Zurich	47.15958	9.45199		Hinterberg		SG	1724	3271	
11584780	Homberg	homberg	CH		0	Europe/Zurich	46.77336	7.68046		Homberg,Homberg b. Thun		BE	247	931	
11584781	Ausserfeld	ausserfeld	CH		0	Europe/Zurich	47.15955	8.39358		Ausserfeld		AG	1908	4237	
11584782	Hintergschwänd	hintergschwaend	CH		0	Europe/Zurich	47.15951	8.87126		Hintergschwand,Hintergschwänd		SZ	505	1342	
11584783	Ludenthal	ludenthal	CH		0	Europe/Zurich	47.15949	7.98593		Ludenthal		LU	315	1143	
11584784	A der Bisig	a-der-bisig	CH		0	Europe/Zurich	47.15948	7.78332		A der Bisig		BE	244	332	
11584785	Oberfurggle	oberfurggle	CH		0	Europe/Zurich	47.15946	9.12586		Oberfurggle		SG	1726	3311	
11584786	Adlihubel	adlihubel	CH		0	Europe/Zurich	47.15944	7.84325		Adlihubel		BE	244	336	
11587002	Gruebmatt	gruebmatt	CH		0	Europe/Zurich	47.12228	7.17297		Gruebmatt		BE	242	756	
11587003	Haslen	haslen	CH		0	Europe/Zurich	47.12228	9.45847		Haslen		SG	1724	3275	
11587004	Tannwald	tannwald	CH		0	Europe/Zurich	47.12224	7.62375		Tannwald		BE	245	402	
11587005	Mangelburg	mangelburg	CH		0	Europe/Zurich	47.12224	8.12485		Mangelburg		LU	314	1094	
11587006	Winterstein	winterstein	CH		0	Europe/Zurich	47.12221	8.51014		Winterstein		ZG	900	1710	
11587007	Untergumele	untergumele	CH		0	Europe/Zurich	47.12219	8.08441		Untergumele		LU	314	1083	
11587008	Lienihüsli	lienihuesli	CH		0	Europe/Zurich	47.12214	7.89784		Lienihusli,Lienihüsli		LU	315	1145	
11587011	Wilbrunnen	wilbrunnen	CH		0	Europe/Zurich	47.12206	8.59175		Wilbrunnen		ZG	900	1709	
11587012	Neumatt	neumatt	CH		0	Europe/Zurich	47.12205	7.32735		Neumatt		BE	242	748	
11587013	Bue	bue	CH		0	Europe/Zurich	47.12199	8.57479		Bue		ZG	900	1709	
11587014	Hobenbühl	hobenbuehl	CH		0	Europe/Zurich	47.12194	8.35881		Hobenbuhl,Hobenbühl		LU	313	1033	
11587015	Grosswellberg	grosswellberg	CH		0	Europe/Zurich	47.12193	8.01808		Grosswellberg		LU	315	1151	
11587016	Sprädenegg	spraedenegg	CH		0	Europe/Zurich	47.12187	8.82409		Spradenegg,Sprädenegg		SZ	501	1301	
11587017	Huben	huben	CH		0	Europe/Zurich	47.12186	8.04723		Huben		LU	314	1086	
11587018	Häbernbad	haebernbad	CH		0	Europe/Zurich	47.12181	7.82732		Habernbad,Häbernbad		BE	244	954	
11587019	Obermatten	obermatten	CH		0	Europe/Zurich	47.12178	7.79504		Obermatten		BE	244	339	
11587020	Unterhuprächtigen	unterhupraechtigen	CH		0	Europe/Zurich	47.12178	8.14204		Unterhuprachtigen,Unterhuprächtigen		LU	314	1094	
11587021	Mittelsonderi	mittelsonderi	CH		0	Europe/Zurich	47.12174	8.416		Mittelsonderi		LU	312	1065	
11587022	Hübeli	huebeli	CH		0	Europe/Zurich	47.1216	7.77794		Hubeli,Hübeli		BE	244	959	
11587023	Dachsellern	dachsellern	CH		0	Europe/Zurich	47.12156	8.20603		Dachsellern		LU	314	1102	
11587024	Hofen	hofen	CH		0	Europe/Zurich	47.12154	7.75415		Hofen		BE	244	344	
11587025	Schwendibüel	schwendibueel	CH		0	Europe/Zurich	47.12151	9.13444		Schwendibuel,Schwendibüel		GL	800	1630	
11587026	Schwanten	schwanten	CH		0	Europe/Zurich	47.12149	8.85281		Schwanten		SZ	505	1348	
11587027	Kohlerhüsli	kohlerhuesli	CH		0	Europe/Zurich	47.12142	7.71159		Kohlerhusli,Kohlerhüsli		BE	245	424	
11587028	Herrendingen	herrendingen	CH		0	Europe/Zurich	47.12137	8.29444		Herrendingen		LU	313	1026	
11587029	Gerbe	gerbe	CH		0	Europe/Zurich	47.12136	8.44636		Gerbe		LU	312	1064	
11587030	Langen	langen	CH		0	Europe/Zurich	47.12135	8.80131		Langen		SZ	501	1301	
11587031	Bächweid	baechweid	CH		0	Europe/Zurich	47.12131	8.91716		Bachweid,Bächweid		SZ	505	1348	
11587032	Mutzgraben	mutzgraben	CH		0	Europe/Zurich	47.12123	7.7141		Mutzgraben		BE	244	988	
11587033	Wil	wil	CH		0	Europe/Zurich	47.12123	7.80308		Wil		BE	244	339	
11587034	Zwey	zwey	CH		0	Europe/Zurich	47.12122	9.46685		Zwey		SG	1724	3275	
11587035	Hinterrätzmatt	hinterraetzmatt	CH		0	Europe/Zurich	47.12121	7.74434		Hinterratzmatt,Hinterrätzmatt		BE	244	344	
11587036	Juchten	juchten	CH		0	Europe/Zurich	47.12118	7.71823		Juchten		BE	244	988	
11587037	Neufiglisberg	neufiglisberg	CH		0	Europe/Zurich	47.12112	8.13124		Neufiglisberg		LU	314	1094	
11587038	Gummen	gummen	CH		0	Europe/Zurich	47.1211	8.44356		Gummen		LU	312	1064	
11587039	Längehüsli	laengehuesli	CH		0	Europe/Zurich	47.1211	7.81146		Langehusli,Längehüsli		BE	244	339	
11587040	Vordersonderi	vordersonderi	CH		0	Europe/Zurich	47.1211	8.41289		Vordersonderi		LU	312	1065	
11587041	Thülboden	thuelboden	CH		0	Europe/Zurich	47.12108	7.83598		Thulboden,Thülboden		BE	244	954	
11587042	Obertal	obertal	CH		0	Europe/Zurich	47.121	8.42863		Obertal		LU	312	1064	
11587043	Vorhuben	vorhuben	CH		0	Europe/Zurich	47.121	8.31562		Vorhuben		LU	313	1026	
11587044	Schwendlen	schwendlen	CH		0	Europe/Zurich	47.12093	7.97535		Schwendlen		LU	315	1151	
11587045	Äsch	aesch	CH		0	Europe/Zurich	47.12084	8.03103		Asch,Äsch		LU	314	1086	
11587046	Platten	platten	CH		0	Europe/Zurich	47.12078	9.46346		Platten		SG	1724	3275	
11587047	Aspet	aspet	CH		0	Europe/Zurich	47.12076	8.03854		Aspet		LU	314	1086	
11587048	Neumatt	neumatt	CH		0	Europe/Zurich	47.12075	7.51861		Neumatt		BE	245	533	
11587050	Schlössli	schloessli	CH		0	Europe/Zurich	47.12068	7.75833		Schlossli,Schlössli		BE	244	344	
11587051	Untermatten	untermatten	CH		0	Europe/Zurich	47.12064	7.8002		Untermatten		BE	244	339	
11587052	Neui Hütte	neui-huette	CH		0	Europe/Zurich	47.12063	9.3677		Neui Hutte,Neui Hütte		SG	1725	3298	
11587053	Bergmatt	bergmatt	CH		0	Europe/Zurich	47.12058	8.60279		Bergmatt		ZG	900	1706	
11587055	Mülital	muelital	CH		0	Europe/Zurich	47.12057	9.15793		Mulital,Mülital		GL	800	1630	
11587056	Stockere	stockere	CH		0	Europe/Zurich	47.12055	7.40888		Stockere		BE	243	391	
11587058	Lutischwand	lutischwand	CH		0	Europe/Zurich	47.12054	8.58403		Lutischwand		ZG	900	1709	
11587059	Neuhus	neuhus	CH		0	Europe/Zurich	47.12053	8.16627		Neuhus		LU	314	1094	
11587060	Kühweid	kuehweid	CH		0	Europe/Zurich	47.12051	7.82309		Kuhweid,Kühweid		BE	244	339	
11587061	Rogeneu	rogeneu	CH		0	Europe/Zurich	47.12049	8.57882		Rogeneu		ZG	900	1709	
11587062	Fersihus	fersihus	CH		0	Europe/Zurich	47.12047	7.90971		Fersihus		LU	315	1150	
11587063	Schönsicht	schoensicht	CH		0	Europe/Zurich	47.12038	8.42507		Schonsicht,Schönsicht		LU	312	1064	
11587064	Vorderrätzmatt	vorderraetzmatt	CH		0	Europe/Zurich	47.12036	7.74822		Vorderratzmatt,Vorderrätzmatt		BE	244	344	
11587065	Sprenghüsli	sprenghuesli	CH		0	Europe/Zurich	47.12023	7.73959		Sprenghusli,Sprenghüsli		BE	244	344	
11587066	Figlisberg	figlisberg	CH		0	Europe/Zurich	47.1202	8.12916		Figlisberg		LU	314	1094	
11587067	Plätsch	plaetsch	CH		0	Europe/Zurich	47.12019	9.45324		Platsch,Plätsch		SG	1724	3275	
11587068	Sonderi	sonderi	CH		0	Europe/Zurich	47.12019	8.41762		Sonderi		LU	312	1064	
11587069	Schürli	schuerli	CH		0	Europe/Zurich	47.12018	8.11086		Schurli,Schürli		LU	314	1083	
11587070	Hirzen	hirzen	CH		0	Europe/Zurich	47.12007	8.84605		Hirzen		SZ	505	1348	
11587071	Tossetschwändi	tossetschwaendi	CH		0	Europe/Zurich	47.12007	8.52072		Tossetschwandi,Tossetschwändi		ZG	900	1710	
11587072	Böschen	boeschen	CH		0	Europe/Zurich	47.12005	7.7213		Boschen,Böschen		BE	244	988	
11587073	Schaubhus	schaubhus	CH		0	Europe/Zurich	47.12004	8.26983		Schaubhus		LU	313	1037	
11587074	Tumli	tumli	CH		0	Europe/Zurich	47.11997	7.63645		Tumli		BE	245	402	
11587075	Neuhaus	neuhaus	CH		0	Europe/Zurich	47.11993	7.73468		Neuhaus		BE	244	985	
11587076	Oberlaubach	oberlaubach	CH		0	Europe/Zurich	47.11988	8.4494		Oberlaubach		LU	312	1064	
11587077	Tänndli	taenndli	CH		0	Europe/Zurich	47.11986	8.66443		Tanndli,Tänndli		ZG	900	1706	
11587078	Emmendingen	emmendingen	CH		0	Europe/Zurich	47.11984	8.36435		Emmendingen		LU	313	1033	
11587079	Bietenberg	bietenberg	CH		0	Europe/Zurich	47.11984	8.64772		Bietenberg		ZG	900	1706	
11587080	Rüdlen	ruedlen	CH		0	Europe/Zurich	47.11984	7.44267		Rudlen,Rüdlen		SO	1103	2456	
11587081	Valarsch	valarsch	CH		0	Europe/Zurich	47.11982	9.33595		Valarsch		SG	1725	3298	
11587082	Unterrissenen	unterrissenen	CH		0	Europe/Zurich	47.1198	8.57191		Unterrissenen		ZG	900	1709	
11587083	Hof	hof	CH		0	Europe/Zurich	47.11976	9.47023		Hof		SG	1724	3275	
11587085	Äbigrub	aebigrub	CH		0	Europe/Zurich	47.12094	7.78608		Abigrub,Äbigrub		BE	244	959	
11587086	Unterschweig	unterschweig	CH		0	Europe/Zurich	47.11972	8.90537		Unterschweig		SZ	505	1348	
11587087	Büttligen	buettligen	CH		0	Europe/Zurich	47.11971	8.30007		Buttligen,Büttligen		LU	313	1026	
11587088	Brechershäusern	brechershaeusern	CH		0	Europe/Zurich	47.11969	7.68644		Brechershausern,Brechershäusern		BE	245	424	
11587089	Nidstalden	nidstalden	CH		0	Europe/Zurich	47.11968	9.15238		Nidstalden		GL	800	1630	
11587090	Kleinweid	kleinweid	CH		0	Europe/Zurich	47.11967	8.89386		Kleinweid		SZ	505	1348	
11587091	Sankt Katharina	sankt-katharina	CH		0	Europe/Zurich	47.11966	8.36865		Sankt Katharina		LU	313	1033	
11587092	Schiferen	schiferen	CH		0	Europe/Zurich	47.11962	9.0822		Schiferen		GL	800	1630	
11587093	Althus	althus	CH		0	Europe/Zurich	47.11961	8.1618		Althus		LU	314	1094	
11587094	Kleinberg	kleinberg	CH		0	Europe/Zurich	47.11952	9.47655		Kleinberg		SG	1724	3275	
11587096	Stygli	stygli	CH		0	Europe/Zurich	47.11945	7.55493		Stygli		BE	245	552	
11587097	Oberstöss	oberstoess	CH		0	Europe/Zurich	47.11944	8.91608		Oberstoss,Oberstöss		SZ	505	1348	
11587098	Hubel	hubel	CH		0	Europe/Zurich	47.11944	8.11502		Hubel		LU	314	1083	
11587100	Kleinerlen	kleinerlen	CH		0	Europe/Zurich	47.11935	8.80024		Kleinerlen		SZ	501	1301	
11587101	Oberrissenen	oberrissenen	CH		0	Europe/Zurich	47.11935	8.57034		Oberrissenen		ZG	900	1709	
11587102	Hofstetten-Badhus	hofstetten-badhus	CH		0	Europe/Zurich	47.11931	7.94601		Hofstetten-Badhus		LU	315	1151	
11587103	Rotzigen	rotzigen	CH		0	Europe/Zurich	47.11931	8.3239		Rotzigen		LU	313	1026	
11587104	Heitermatt	heitermatt	CH		0	Europe/Zurich	47.11928	8.356		Heitermatt		LU	313	1033	
11587105	Riedmatt	riedmatt	CH		0	Europe/Zurich	47.11927	8.06286		Riedmatt		LU	314	1086	
11587106	Untergerbe	untergerbe	CH		0	Europe/Zurich	47.11918	8.44649		Untergerbe		LU	312	1064	
11587107	Oberglasbach	oberglasbach	CH		0	Europe/Zurich	47.11917	7.81719		Oberglasbach		BE	244	339	
11587108	Vorderhübeli	vorderhuebeli	CH		0	Europe/Zurich	47.11916	7.96206		Vorderhubeli,Vorderhübeli		LU	315	1151	
11587109	Neuhuprächtigen	neuhupraechtigen	CH		0	Europe/Zurich	47.11915	8.15067		Neuhuprachtigen,Neuhuprächtigen		LU	314	1094	
11587110	Riedten	riedten	CH		0	Europe/Zurich	47.11915	7.70917		Riedten		BE	245	424	
11587111	Weid	weid	CH		0	Europe/Zurich	47.11912	7.78969		Weid		BE	244	959	
11587112	Schlichti	schlichti	CH		0	Europe/Zurich	47.11912	8.18952		Schlichti		LU	314	1093	
11587113	Laubgässli	laubgaessli	CH		0	Europe/Zurich	47.1191	8.64993		Laubgassli,Laubgässli		ZG	900	1706	
11587114	Fennern	fennern	CH		0	Europe/Zurich	47.11906	8.2073		Fennern		LU	314	1093	
11587115	Obere Reutegg	obere-reutegg	CH		0	Europe/Zurich	47.11906	9.13982		Obere Reutegg		GL	800	1630	
11587116	Hirseln	hirseln	CH		0	Europe/Zurich	47.11906	8.28163		Hirseln		LU	313	1040	
11587117	Glasbach	glasbach	CH		0	Europe/Zurich	47.11905	7.81286		Glasbach		BE	244	339	
11587118	Steinwändli	steinwaendli	CH		0	Europe/Zurich	47.11901	8.85471		Steinwandli,Steinwändli		SZ	505	1348	
11587119	Ausserwellberg	ausserwellberg	CH		0	Europe/Zurich	47.119	8.02372		Ausserwellberg		LU	315	1151	
11587120	Allmend	allmend	CH		0	Europe/Zurich	47.11898	8.08201		Allmend		LU	314	1083	
11587121	Surberg	surberg	CH		0	Europe/Zurich	47.11897	9.45885		Surberg		SG	1724	3275	
11587122	Laubach	laubach	CH		0	Europe/Zurich	47.11896	8.45031		Laubach		LU	312	1064	
11587123	Grund	grund	CH		0	Europe/Zurich	47.11894	9.47112		Grund		SG	1724	3275	
11587124	Huprächtigen	hupraechtigen	CH		0	Europe/Zurich	47.11893	8.1463		Huprachtigen,Huprächtigen		LU	314	1094	
11587125	Obermatt	obermatt	CH		0	Europe/Zurich	47.11887	8.5083		Obermatt		ZG	900	1710	
11587127	Stampfe	stampfe	CH		0	Europe/Zurich	47.11883	7.78237		Stampfe		BE	244	959	
11587128	Gustihubel	gustihubel	CH		0	Europe/Zurich	47.11882	7.89204		Gustihubel		LU	315	1145	
11587129	Unterstöss	unterstoess	CH		0	Europe/Zurich	47.11882	8.91125		Unterstoss,Unterstöss		SZ	505	1348	
11587130	Mittlere Altmatt	mittlere-altmatt	CH		0	Europe/Zurich	47.11881	8.68556		Mittlere Altmatt		SZ	506	1370	
11587131	Gottsmänigen	gottsmaenigen	CH		0	Europe/Zurich	47.11879	8.20467		Gottsmanigen,Gottsmänigen		LU	314	1093	
11587132	Gufel	gufel	CH		0	Europe/Zurich	47.11877	9.11618		Gufel		GL	800	1630	
11587133	Teufsetzi	teufsetzi	CH		0	Europe/Zurich	47.11873	8.63927		Teufsetzi		ZG	900	1706	
11587134	Innergritzenmoos	innergritzenmoos	CH		0	Europe/Zurich	47.11872	8.21707		Innergritzenmoos		LU	314	1093	
11587135	Schachen	schachen	CH		0	Europe/Zurich	47.11871	7.91577		Schachen		LU	315	1150	
11587136	Oberhinterfeld	oberhinterfeld	CH		0	Europe/Zurich	47.1187	8.24304		Oberhinterfeld		LU	313	1040	
11587137	Ahorn	ahorn	CH		0	Europe/Zurich	47.1187	7.88254		Ahorn		LU	315	1145	
11587138	Trosboden	trosboden	CH		0	Europe/Zurich	47.11864	9.37733		Trosboden		SG	1725	3298	
11587139	Dorlaui	dorlaui	CH		0	Europe/Zurich	47.11861	8.87705		Dorlaui		SZ	505	1348	
11587140	Thüelen	thueelen	CH		0	Europe/Zurich	47.11853	7.77923		Thuelen,Thüelen		BE	244	959	
11587141	Voglingen	voglingen	CH		0	Europe/Zurich	47.11848	9.15936		Voglingen		GL	800	1630	
11587142	Häusernäbnit	haeusernaebnit	CH		0	Europe/Zurich	47.11848	7.71587		Hausernabnit,Häusernäbnit		BE	245	424	
11587143	Buchgasse	buchgasse	CH		0	Europe/Zurich	47.11839	7.69949		Buchgasse		BE	245	424	
11587144	Fuchser	fuchser	CH		0	Europe/Zurich	47.1183	9.46089		Fuchser		SG	1724	3275	
11587145	Bruschenberg	bruschenberg	CH		0	Europe/Zurich	47.11828	9.46437		Bruschenberg		SG	1724	3275	
11587146	Hirs	hirs	CH		0	Europe/Zurich	47.11825	8.29705		Hirs		LU	313	1026	
11587147	Chupferen	chupferen	CH		0	Europe/Zurich	47.11818	9.07888		Chupferen		GL	800	1630	
11587149	Tolen	tolen	CH		0	Europe/Zurich	47.11808	8.74457		Tolen		SZ	501	1301	
11587150	Grundacher	grundacher	CH		0	Europe/Zurich	47.11806	8.15537		Grundacher		LU	314	1094	
11587151	Obermattli	obermattli	CH		0	Europe/Zurich	47.11805	8.65253		Obermattli		ZG	900	1706	
11587152	Altwyden	altwyden	CH		0	Europe/Zurich	47.11792	7.54153		Altwyden		BE	245	552	
11587153	Büchel	buechel	CH		0	Europe/Zurich	47.11792	9.36249		Buchel,Büchel		SG	1725	3298	
11587154	Obergummen	obergummen	CH		0	Europe/Zurich	47.11789	8.43659		Obergummen		LU	312	1064	
11587155	Geissmatt	geissmatt	CH		0	Europe/Zurich	47.11789	8.57634		Geissmatt		ZG	900	1709	
11587157	Tschingel	tschingel	CH		0	Europe/Zurich	47.11778	9.04026		Tschingel		GL	800	1630	
11587158	Oberbossen	oberbossen	CH		0	Europe/Zurich	47.11776	8.50924		Oberbossen		ZG	900	1710	
11587159	Bränden	braenden	CH		0	Europe/Zurich	47.11774	9.04789		Branden,Bränden		GL	800	1630	
11587160	Juchtenegg	juchtenegg	CH		0	Europe/Zurich	47.11773	7.72606		Juchtenegg		BE	244	988	
11587161	Ramseli	ramseli	CH		0	Europe/Zurich	47.11771	8.9471		Ramseli		SZ	505	1346	
11587162	Ackerli	ackerli	CH		0	Europe/Zurich	47.11769	7.69415		Ackerli		BE	245	424	
11587163	Klünsberg	kluensberg	CH		0	Europe/Zurich	47.11761	7.96743		Klunsberg,Klünsberg		LU	315	1151	
11587165	Süesstannen	sueesstannen	CH		0	Europe/Zurich	47.11757	8.24653		Suesstannen,Süesstannen		LU	313	1040	
11587166	Michelhüsli	michelhuesli	CH		0	Europe/Zurich	47.11755	8.06718		Michelhusli,Michelhüsli		LU	314	1083	
11587167	Schwängimatt	schwaengimatt	CH		0	Europe/Zurich	47.11754	7.42653		Schwangimatt,Schwängimatt		SO	1103	2445	
11587168	Walenberg	walenberg	CH		0	Europe/Zurich	47.11752	9.08621		Walenberg		GL	800	1630	
11587169	Stocken	stocken	CH		0	Europe/Zurich	47.11745	9.1632		Stocken		GL	800	1630	
11587170	Unterbossen	unterbossen	CH		0	Europe/Zurich	47.11745	8.50859		Unterbossen		ZG	900	1710	
11587171	Grund	grund	CH		0	Europe/Zurich	47.11738	7.68954		Grund		BE	245	424	
11587172	Seehüsli	seehuesli	CH		0	Europe/Zurich	47.11738	8.18384		Seehusli,Seehüsli		LU	314	1093	
11587173	Stockschürli	stockschuerli	CH		0	Europe/Zurich	47.11731	8.13949		Stockschurli,Stockschürli		LU	314	1094	
11587174	Marchstein	marchstein	CH		0	Europe/Zurich	47.11727	8.40827		Marchstein		LU	312	1065	
11587175	Lölenboden	loelenboden	CH		0	Europe/Zurich	47.11725	9.12973		Lolenboden,Lölenboden		GL	800	1630	
11587176	Schwändi	schwaendi	CH		0	Europe/Zurich	47.11724	8.57291		Schwandi,Schwändi		ZG	900	1709	
11587178	Hinterwil	hinterwil	CH		0	Europe/Zurich	47.11712	7.80707		Hinterwil		BE	244	339	
11587179	Heuweg	heuweg	CH		0	Europe/Zurich	47.11711	7.68331		Heuweg		BE	245	424	
11587180	Spitzfeld	spitzfeld	CH		0	Europe/Zurich	47.11709	7.65914		Spitzfeld		BE	245	424	
11587182	Oberhofstetten	oberhofstetten	CH		0	Europe/Zurich	47.11699	7.9397		Oberhofstetten		LU	315	1151	
11587183	Niederhofstetten	niederhofstetten	CH		0	Europe/Zurich	47.11697	7.95189		Niederhofstetten		LU	315	1151	
11587184	Liegermatt	liegermatt	CH		0	Europe/Zurich	47.11693	8.04292		Liegermatt		LU	314	1086	
11587185	Wacht	wacht	CH		0	Europe/Zurich	47.11689	8.07299		Wacht		LU	314	1083	
11587186	Vorderspichten	vorderspichten	CH		0	Europe/Zurich	47.11684	8.44717		Vorderspichten		LU	312	1064	
11587187	Daudel	daudel	CH		0	Europe/Zurich	47.11682	7.75824		Daudel		BE	244	344	
11587188	Oberschweig	oberschweig	CH		0	Europe/Zurich	47.11679	8.905		Oberschweig		SZ	505	1348	
11587189	Müserberg	mueserberg	CH		0	Europe/Zurich	47.11677	8.76777		Muserberg,Müserberg		SZ	501	1301	
11587190	Eierhals	eierhals	CH		0	Europe/Zurich	47.11677	8.64112		Eierhals		ZG	900	1706	
11587191	Waldheim	waldheim	CH		0	Europe/Zurich	47.11677	8.43024		Waldheim		LU	312	1064	
11587192	Wäni	waeni	CH		0	Europe/Zurich	47.11672	8.74417		Wani,Wäni		SZ	501	1301	
11587193	Schluchen	schluchen	CH		0	Europe/Zurich	47.11672	9.12347		Schluchen		GL	800	1630	
11587194	Schwamm	schwamm	CH		0	Europe/Zurich	47.11671	9.38054		Schwamm		SG	1725	3298	
11587195	Unterallmend	unterallmend	CH		0	Europe/Zurich	47.1167	8.08258		Unterallmend		LU	314	1083	
11587196	Schönenboden	schoenenboden	CH		0	Europe/Zurich	47.11668	8.05988		Schonenboden,Schönenboden		LU	314	1086	
11587197	Resti	resti	CH		0	Europe/Zurich	47.11667	8.58173		Resti		ZG	900	1709	
11587198	Schwändi	schwaendi	CH		0	Europe/Zurich	47.11666	8.52342		Schwandi,Schwändi		ZG	900	1710	
11587199	Spitzboden	spitzboden	CH		0	Europe/Zurich	47.11664	7.66214		Spitzboden		BE	245	424	
11587200	Im Holz	im-holz	CH		0	Europe/Zurich	47.11664	7.38378		Im Holz		SO	1103	2461	
11587201	Kneu	kneu	CH		0	Europe/Zurich	47.11661	7.71953		Kneu		BE	244	988	
11587202	Hinterfeld	hinterfeld	CH		0	Europe/Zurich	47.11661	8.23795		Hinterfeld		LU	313	1040	
11587203	Kappeli	kappeli	CH		0	Europe/Zurich	47.11658	7.39626		Kappeli		SO	1103	2461	
11587204	Fernsicht	fernsicht	CH		0	Europe/Zurich	47.11652	8.42716		Fernsicht		LU	312	1064	
11587205	Galge	galge	CH		0	Europe/Zurich	47.11644	7.87158		Galge		LU	315	1145	
11587206	Mittelhuprächtigen	mittelhupraechtigen	CH		0	Europe/Zurich	47.11643	8.14979		Mittelhuprachtigen,Mittelhuprächtigen		LU	314	1094	
11587207	Hinterstöss	hinterstoess	CH		0	Europe/Zurich	47.11642	8.91892		Hinterstoss,Hinterstöss		SZ	505	1348	
11587208	Nesseli	nesseli	CH		0	Europe/Zurich	47.1164	8.66573		Nesseli		ZG	900	1706	
11587209	Büezwil	bueezwil	CH		0	Europe/Zurich	47.11635	8.17941		Buezwil,Büezwil		LU	314	1093	
11587210	Häusern	haeusern	CH		0	Europe/Zurich	47.11635	7.71236		Hausern,Häusern		BE	245	424	
11587211	Sunnberg	sunnberg	CH		0	Europe/Zurich	47.11634	9.1407		Sunnberg		GL	800	1630	
11587212	Valschnära	valschnaera	CH		0	Europe/Zurich	47.11634	9.47385		Valschnara,Valschnära		SG	1724	3275	
11587213	Lütigen	luetigen	CH		0	Europe/Zurich	47.11631	8.29294		Lutigen,Lütigen		LU	313	1026	
11587214	Brüsis	bruesis	CH		0	Europe/Zurich	47.11621	9.34231		Brusis,Brüsis		SG	1725	3298	
11587215	Schlattacker	schlattacker	CH		0	Europe/Zurich	47.11619	7.4294		Schlattacker		SO	1103	2445	
11587216	Loon	loon	CH		0	Europe/Zurich	47.11616	7.58249		Loon		BE	245	405	
11587217	Aussergritzenmoos	aussergritzenmoos	CH		0	Europe/Zurich	47.11616	8.22113		Aussergritzenmoos		LU	314	1093	
11587218	Oberlochegg	oberlochegg	CH		0	Europe/Zurich	47.11612	9.0047		Oberlochegg		GL	800	1630	
11587219	Eggen	eggen	CH		0	Europe/Zurich	47.11611	9.1279		Eggen		GL	800	1630	
11587220	Vorderstampbach	vorderstampbach	CH		0	Europe/Zurich	47.1161	7.74434		Vorderstampbach		BE	244	335	
11587222	Wartensee	wartensee	CH		0	Europe/Zurich	47.11609	8.17293		Wartensee		LU	314	1093	
11587223	Bommerhüttli	bommerhuettli	CH		0	Europe/Zurich	47.11608	8.57543		Bommerhuttli,Bommerhüttli		ZG	900	1709	
11587224	Gschwänd	gschwaend	CH		0	Europe/Zurich	47.11607	8.76321		Gschwand,Gschwänd		SZ	501	1301	
11587225	Wald	wald	CH		0	Europe/Zurich	47.11607	7.79961		Wald		BE	244	339	
11587226	Mittelhofstetten	mittelhofstetten	CH		0	Europe/Zurich	47.11604	7.94077		Mittelhofstetten		LU	315	1151	
11587227	Oberwüesti	oberwueesti	CH		0	Europe/Zurich	47.11596	8.27301		Oberwuesti,Oberwüesti		LU	313	1040	
11587228	Ländiswil	laendiswil	CH		0	Europe/Zurich	47.11592	8.44661		Landiswil,Ländiswil		LU	312	1064	
11587229	Unterwalden	unterwalden	CH		0	Europe/Zurich	47.11591	8.18615		Unterwalden		LU	314	1093	
11587230	Wyden	wyden	CH		0	Europe/Zurich	47.11588	7.89111		Wyden		LU	315	1145	
11587231	Glasbachweid	glasbachweid	CH		0	Europe/Zurich	47.11686	7.81259		Glasbachweid		BE	244	339	
11587232	Britterberg	britterberg	CH		0	Europe/Zurich	47.11587	9.11228		Britterberg		GL	800	1630	
11587233	Unterkienzen	unterkienzen	CH		0	Europe/Zurich	47.11583	8.40185		Unterkienzen		LU	312	1065	
11587234	Rüezligen	rueezligen	CH		0	Europe/Zurich	47.1158	8.05442		Ruezligen,Rüezligen		LU	314	1086	
11587235	Chirchplatten	chirchplatten	CH		0	Europe/Zurich	47.1158	8.89841		Chirchplatten		SZ	505	1348	
11587236	Neumatt	neumatt	CH		0	Europe/Zurich	47.11579	7.56543		Neumatt		BE	245	552	
11587238	Unterfuren	unterfuren	CH		0	Europe/Zurich	47.11573	8.57347		Unterfuren		ZG	900	1709	
11587239	Wiketen	wiketen	CH		0	Europe/Zurich	47.11568	7.77892		Wiketen		BE	244	959	
11587240	Gallusbach	gallusbach	CH		0	Europe/Zurich	47.11567	8.64281		Gallusbach		ZG	900	1706	
11587241	Malun	malun	CH		0	Europe/Zurich	47.11566	9.39356		Malun		SG	1725	3298	
11587242	Ochsenweid	ochsenweid	CH		0	Europe/Zurich	47.11564	8.46151		Ochsenweid		LU	312	1064	
11587243	Rümlikon	ruemlikon	CH		0	Europe/Zurich	47.11563	8.22505		Rumlikon,Rümlikon		LU	314	1093	
11587244	Hinterstampbach	hinterstampbach	CH		0	Europe/Zurich	47.11561	7.73515		Hinterstampbach		BE	244	335	
11587245	Hubli	hubli	CH		0	Europe/Zurich	47.11561	7.69691		Hubli		BE	245	424	
11587246	Oberbleuen	oberbleuen	CH		0	Europe/Zurich	47.11555	7.74955		Oberbleuen		BE	244	335	
11587247	Wil	wil	CH		0	Europe/Zurich	47.11551	7.70308		Wil		BE	245	424	
11587248	Egg	egg	CH		0	Europe/Zurich	47.11548	7.771		Egg		BE	244	959	
11587249	Scheideggerhus	scheideggerhus	CH		0	Europe/Zurich	47.11542	7.75528		Scheideggerhus		BE	244	335	
11587250	Hinterspichten	hinterspichten	CH		0	Europe/Zurich	47.11535	8.44626		Hinterspichten		LU	312	1064	
11587251	Schanerberg	schanerberg	CH		0	Europe/Zurich	47.1153	9.45379		Schanerberg		SG	1724	3276	
11587252	Unterrufswil	unterrufswil	CH		0	Europe/Zurich	47.11529	7.92072		Unterrufswil		LU	315	1150	
11587254	Riet	riet	CH		0	Europe/Zurich	47.11524	9.07557		Riet		GL	800	1630	
11587255	Teufenberg	teufenberg	CH		0	Europe/Zurich	47.11524	9.10698		Teufenberg		GL	800	1630	
11587256	Mittelarig	mittelarig	CH		0	Europe/Zurich	47.11523	8.12598		Mittelarig		LU	314	1083	
11587257	Burg	burg	CH		0	Europe/Zurich	47.11521	8.73614		Burg		SZ	501	1301	
11587258	Tüberen	tueberen	CH		0	Europe/Zurich	47.11519	9.15467		Tuberen,Tüberen		GL	800	1630	
11587259	Ostergau-Sonnfeld	ostergau-sonnfeld	CH		0	Europe/Zurich	47.11517	8.03148		Ostergau-Sonnfeld		LU	315	1151	
11587260	Brestenberg	brestenberg	CH		0	Europe/Zurich	47.11517	8.64831		Brestenberg		ZG	900	1706	
11587261	Oberfuren	oberfuren	CH		0	Europe/Zurich	47.11516	8.57182		Oberfuren		ZG	900	1709	
11587262	Oberhocken	oberhocken	CH		0	Europe/Zurich	47.11511	8.25523		Oberhocken		LU	313	1040	
11587878	Schattenberg	schattenberg	CH		0	Europe/Zurich	46.90185	8.52433		Schattenberg		UR	400	1211	
11587879	Schliermatt	schliermatt	CH		0	Europe/Zurich	46.90179	7.48304		Schliermatt		BE	246	861	
11587880	Hinterrotbach	hinterrotbach	CH		0	Europe/Zurich	46.90175	8.10967		Hinterrotbach		LU	316	1002	
11587881	Wolfgrueben	wolfgrueben	CH		0	Europe/Zurich	46.90175	8.26592		Wolfgrueben		OW	600	1404	
11587882	Längmatte	laengmatte	CH		0	Europe/Zurich	46.90169	7.89605		Langmatte,Längmatte		LU	316	1010	
11587965	Brandhaus	brandhaus	CH		0	Europe/Zurich	46.90167	7.87023		Brandhaus		BE	245	908	
11587966	Oberschnerlen	oberschnerlen	CH		0	Europe/Zurich	46.90166	7.92343		Oberschnerlen		LU	316	1010	
11587967	Mittenbühl	mittenbuehl	CH		0	Europe/Zurich	46.90166	7.87561		Mittenbuhl,Mittenbühl		BE	245	908	
11587968	Längwil	laengwil	CH		0	Europe/Zurich	46.90165	7.94027		Langwil,Längwil		LU	316	1010	
11587969	Nesslere	nesslere	CH		0	Europe/Zurich	46.90165	7.28068		Nesslere		BE	246	670	
11587970	Obere Mühle	obere-muehle	CH		0	Europe/Zurich	46.90162	7.18437		Obere Muhle,Obere Mühle		FR	1005	2262	
11587971	Brunnhüsli	brunnhuesli	CH		0	Europe/Zurich	46.9016	7.87763		Brunnhusli,Brunnhüsli		BE	245	908	
11587972	Wolfetsmatt	wolfetsmatt	CH		0	Europe/Zurich	46.9016	8.16647		Wolfetsmatt		OW	600	1407	
11587973	Stäfeli	staefeli	CH		0	Europe/Zurich	46.90159	9.03965		Stafeli,Stäfeli		GL	800	1631	
11587974	Stockere	stockere	CH		0	Europe/Zurich	46.90158	7.40822		Stockere		BE	246	355	
11587975	Dieboldsbachlinden	dieboldsbachlinden	CH		0	Europe/Zurich	46.90155	7.79653		Dieboldsbachlinden		BE	245	901	
11587976	Gersthalm	gersthalm	CH		0	Europe/Zurich	46.90153	8.22208		Gersthalm		OW	600	1407	
11587977	Steiacher	steiacher	CH		0	Europe/Zurich	46.90149	7.56983		Steiacher		BE	246	616	
11587978	Unterhauenen	unterhauenen	CH		0	Europe/Zurich	46.90147	7.84212		Unterhauenen		BE	245	909	
11587979	Oberwil	oberwil	CH		0	Europe/Zurich	46.90145	7.26823		Oberwil		BE	246	670	
11587980	Strassacher	strassacher	CH		0	Europe/Zurich	46.90141	7.31771		Strassacher		BE	246	670	
11587981	Grön	groen	CH		0	Europe/Zurich	46.9014	7.72349		Gron,Grön		BE	246	605	
11587982	Unterraschitsch	unterraschitsch	CH		0	Europe/Zurich	46.90134	9.7615		Unterraschitsch		GR	1849	3861	
11587983	Untersays	untersays	CH		0	Europe/Zurich	46.90131	9.57536		Untersays		GR	1845	3945	
11587984	Grund	grund	CH		0	Europe/Zurich	46.90127	7.88542		Grund		LU	316	1010	
11587985	Buechlimoos	buechlimoos	CH		0	Europe/Zurich	46.90126	7.58684		Buechlimoos		BE	246	612	
11587986	Hermisegg	hermisegg	CH		0	Europe/Zurich	46.90126	8.55719		Hermisegg		UR	400	1211	
11587987	Goderi	goderi	CH		0	Europe/Zurich	46.90116	7.09256		Goderi		BE	246	661	
11587988	Fuhren	fuhren	CH		0	Europe/Zurich	46.90114	7.74877		Fuhren		BE	245	907	
11587989	Ober Scharti	ober-scharti	CH		0	Europe/Zurich	46.90113	8.56916		Ober Scharti		UR	400	1211	
11587990	Schwimmbach	schwimmbach	CH		0	Europe/Zurich	46.90112	7.75462		Schwimmbach		BE	245	907	
11587991	Unterziegerhütten	unterziegerhuetten	CH		0	Europe/Zurich	46.90101	7.94973		Unterziegerhutten,Unterziegerhütten		LU	316	1010	
11587992	Oberhambühl	oberhambuehl	CH		0	Europe/Zurich	46.901	7.75946		Oberhambuhl,Oberhambühl		BE	245	907	
11587993	Oberholz	oberholz	CH		0	Europe/Zurich	46.901	7.56113		Oberholz		BE	246	623	
11587994	Dietelmoos	dietelmoos	CH		0	Europe/Zurich	46.90094	8.26326		Dietelmoos		OW	600	1404	
11587995	Cheer	cheer	CH		0	Europe/Zurich	46.90091	7.65041		Cheer		BE	246	628	
11587997	Oberbach	oberbach	CH		0	Europe/Zurich	46.90087	7.92062		Oberbach		LU	316	1010	
11587998	Gerlisalp	gerlisalp	CH		0	Europe/Zurich	46.90087	8.09323		Gerlisalp		OW	600	1407	
11587999	Lanzigschwand	lanzigschwand	CH		0	Europe/Zurich	46.90085	8.51984		Lanzigschwand		UR	400	1211	
11588000	Bösarni	boesarni	CH		0	Europe/Zurich	46.90083	7.97979		Bosarni,Bösarni		LU	316	1004	
11588001	Lochguet	lochguet	CH		0	Europe/Zurich	46.90082	7.48843		Lochguet		BE	246	861	
11588003	Kohlhütten	kohlhuetten	CH		0	Europe/Zurich	46.90071	7.94516		Kohlhutten,Kohlhütten		LU	316	1010	
11588005	Hinterrohrigmoos	hinterrohrigmoos	CH		0	Europe/Zurich	46.90064	8.00959		Hinterrohrigmoos		LU	316	1004	
11588006	Ceuschi	ceuschi	CH		0	Europe/Zurich	46.90064	9.51371		Ceuschi		GR	1848	3901	
11588007	Neuhüttli	neuhuettli	CH		0	Europe/Zurich	46.90061	7.99478		Neuhuttli,Neuhüttli		LU	316	1004	
11588008	Fuhrenhüsli	fuhrenhuesli	CH		0	Europe/Zurich	46.9006	7.85105		Fuhrenhusli,Fuhrenhüsli		BE	245	909	
11588009	Usser Säss	usser-saess	CH		0	Europe/Zurich	46.9005	9.94228		Usser Sass,Usser Säss		GR	1849	3871	
11588010	Eissel	eissel	CH		0	Europe/Zurich	46.8973	7.50714		Eissel		BE	246	861	
11590040	Rüti	rueti	CH		0	Europe/Zurich	47.03886	8.173		Ruti,Rüti		LU	312	1062	
11590041	Neuegg	neuegg	CH		0	Europe/Zurich	47.03882	7.72246		Neuegg		BE	245	956	
11590042	Vorlängenbach	vorlaengenbach	CH		0	Europe/Zurich	47.03882	7.92125		Vorlangenbach,Vorlängenbach		LU	315	1135	
11590043	Wolfriet	wolfriet	CH		0	Europe/Zurich	47.0388	9.43796		Wolfriet		SG	1725	3297	
11590044	Remsi	remsi	CH		0	Europe/Zurich	47.03878	8.42656		Remsi		LU	312	1069	
11590045	Hambühl	hambuehl	CH		0	Europe/Zurich	47.03877	7.80441		Hambuhl,Hambühl		BE	245	957	
11590058	Eichi	eichi	CH		0	Europe/Zurich	47.03876	7.32171		Eichi		BE	243	312	
11590059	Blees	blees	CH		0	Europe/Zurich	47.03874	9.40788		Blees		SG	1725	3293	
11590060	Altersmatt	altersmatt	CH		0	Europe/Zurich	47.03874	8.78801		Altersmatt		SZ	506	1368	
11590061	Hüttenberg	huettenberg	CH		0	Europe/Zurich	47.03872	8.45423		Huttenberg,Hüttenberg		LU	312	1069	
11590062	Krutzi	krutzi	CH		0	Europe/Zurich	47.03869	7.9256		Krutzi		LU	315	1135	
11590063	Stierenweid	stierenweid	CH		0	Europe/Zurich	47.03868	8.21867		Stierenweid		LU	312	1062	
11590064	Kalchtern	kalchtern	CH		0	Europe/Zurich	47.03864	7.68363		Kalchtern		BE	245	956	
11590065	Bachhaus	bachhaus	CH		0	Europe/Zurich	47.03863	7.69373		Bachhaus		BE	245	956	
11590066	Wydachen	wydachen	CH		0	Europe/Zurich	47.03863	7.73253		Wydachen		BE	245	957	
11590067	Schönenbuchen	schoenenbuchen	CH		0	Europe/Zurich	47.03863	7.71545		Schonenbuchen,Schönenbuchen		BE	245	955	
11590068	Fallenboden	fallenboden	CH		0	Europe/Zurich	47.03862	8.55015		Fallenboden		SZ	506	1362	
11590069	Hälferts	haelferts	CH		0	Europe/Zurich	47.03862	8.65387		Halferts,Hälferts		SZ	506	1372	
11590070	Jolimontguet	jolimontguet	CH		0	Europe/Zurich	47.0386	7.08402		Jolimontguet		BE	243	494	
11590071	Pfaffebächeli	pfaffebaecheli	CH		0	Europe/Zurich	47.03859	8.40983		Pfaffebacheli,Pfaffebächeli		LU	312	1069	
11590072	Mittelwaldegg	mittelwaldegg	CH		0	Europe/Zurich	47.03853	7.96713		Mittelwaldegg		LU	315	1132	
11590073	Hinterwilmisbach	hinterwilmisbach	CH		0	Europe/Zurich	47.03851	7.903		Hinterwilmisbach		LU	315	1135	
11590074	Rättli	raettli	CH		0	Europe/Zurich	47.03851	7.29724		Rattli,Rättli		BE	243	312	
11590075	Hängelen	haengelen	CH		0	Europe/Zurich	47.03847	7.56987		Hangelen,Hängelen		BE	245	414	
11590076	Unterrothen	unterrothen	CH		0	Europe/Zurich	47.03847	8.20317		Unterrothen		LU	312	1062	
11590077	Dislishaus	dislishaus	CH		0	Europe/Zurich	47.0384	7.86067		Dislishaus		BE	245	957	
11590078	Schönenboden	schoenenboden	CH		0	Europe/Zurich	47.03837	8.16056		Schonenboden,Schönenboden		LU	312	1062	
11590079	Schwendigraben	schwendigraben	CH		0	Europe/Zurich	47.03832	7.85394		Schwendigraben		BE	245	957	
11590080	Scheuer	scheuer	CH		0	Europe/Zurich	47.03831	7.69622		Scheuer		BE	245	956	
11590081	Schattemösli	schattemoesli	CH		0	Europe/Zurich	47.03831	8.01765		Schattemosli,Schattemösli		LU	315	1136	
11590082	Ferch	ferch	CH		0	Europe/Zurich	47.0383	7.93766		Ferch		LU	315	1132	
11590083	Bol	bol	CH		0	Europe/Zurich	47.0383	8.63824		Bol		SZ	506	1372	
11590084	Glattacher	glattacher	CH		0	Europe/Zurich	47.0383	8.15184		Glattacher		LU	312	1062	
11590085	Egerten	egerten	CH		0	Europe/Zurich	47.03824	8.21503		Egerten		LU	312	1062	
11590086	Grausschür	grausschuer	CH		0	Europe/Zurich	47.03822	7.95326		Grausschur,Grausschür		LU	315	1132	
11590087	Plattenhöfli	plattenhoefli	CH		0	Europe/Zurich	47.03821	8.61745		Plattenhofli,Plattenhöfli		SZ	506	1373	
11590088	Gansern	gansern	CH		0	Europe/Zurich	47.03821	7.60768		Gansern		BE	245	418	
11590089	Neumättli	neumaettli	CH		0	Europe/Zurich	47.03811	8.05364		Neumattli,Neumättli		LU	316	1107	
11590090	Bändli	baendli	CH		0	Europe/Zurich	47.0381	8.5456		Bandli,Bändli		SZ	506	1362	
11590091	Summerau	summerau	CH		0	Europe/Zurich	47.03809	8.56227		Summerau		SZ	506	1362	
11590092	Lochguet	lochguet	CH		0	Europe/Zurich	47.03808	8.11587		Lochguet		LU	316	1009	
11590093	Sädel	saedel	CH		0	Europe/Zurich	47.03807	7.74742		Sadel,Sädel		BE	245	957	
11590094	Hinterkneubühl	hinterkneubuehl	CH		0	Europe/Zurich	47.03806	7.75857		Hinterkneubuhl,Hinterkneubühl		BE	245	957	
11590095	Katzerschwand	katzerschwand	CH		0	Europe/Zurich	47.03804	7.88288		Katzerschwand		BE	245	957	
11590096	Hinterroth	hinterroth	CH		0	Europe/Zurich	47.03804	7.60911		Hinterroth		BE	245	418	
11590097	Mettli	mettli	CH		0	Europe/Zurich	47.03796	8.66234		Mettli		SZ	506	1372	
11590098	Mattstall	mattstall	CH		0	Europe/Zurich	47.03793	7.74529		Mattstall		BE	245	957	
11590099	Untergruben	untergruben	CH		0	Europe/Zurich	47.03793	7.78117		Untergruben		BE	245	957	
11590100	Blattflue	blattflue	CH		0	Europe/Zurich	47.03788	8.53828		Blattflue		SZ	506	1362	
11590101	Hienzi	hienzi	CH		0	Europe/Zurich	47.03788	9.39832		Hienzi		SG	1725	3293	
11590102	Hinterrothen	hinterrothen	CH		0	Europe/Zurich	47.03786	8.20568		Hinterrothen		LU	312	1062	
11590103	Unterwyden	unterwyden	CH		0	Europe/Zurich	47.03786	7.79022		Unterwyden		BE	245	957	
11590104	Oberrothen	oberrothen	CH		0	Europe/Zurich	47.03786	8.20424		Oberrothen		LU	312	1062	
11590106	Bühlalp	buehlalp	CH		0	Europe/Zurich	47.03785	7.94591		Buhlalp,Bühlalp		LU	315	1132	
11590107	Oberlochbach	oberlochbach	CH		0	Europe/Zurich	47.03782	7.64395		Oberlochbach		BE	245	407	
11590108	Rotmatt	rotmatt	CH		0	Europe/Zurich	47.03781	7.66537		Rotmatt		BE	245	407	
11590109	Aten	aten	CH		0	Europe/Zurich	47.03774	8.65798		Aten		SZ	506	1372	
11590110	Aazopf	aazopf	CH		0	Europe/Zurich	47.03757	8.59473		Aazopf		SZ	506	1373	
11590111	Kaiserstuhl	kaiserstuhl	CH		0	Europe/Zurich	47.03756	8.20035		Kaiserstuhl		LU	312	1062	
11590112	Vorlängenbach	vorlaengenbach	CH		0	Europe/Zurich	47.03754	7.91979		Vorlangenbach,Vorlängenbach		LU	315	1135	
11590113	Fehrbach	fehrbach	CH		0	Europe/Zurich	47.03739	9.42532		Fehrbach		SG	1725	3293	
11590114	Farmhütte	farmhuette	CH		0	Europe/Zurich	47.03737	8.45527		Farmhutte,Farmhütte		LU	312	1069	
11590116	Rosseischür	rosseischuer	CH		0	Europe/Zurich	47.03729	8.06982		Rosseischur,Rosseischür		LU	316	1009	
11590117	Binzenrüti	binzenrueti	CH		0	Europe/Zurich	47.03727	8.56062		Binzenruti,Binzenrüti		SZ	506	1362	
11590118	Hegi	hegi	CH		0	Europe/Zurich	47.03727	8.41155		Hegi		LU	312	1069	
11590119	Kaltberg	kaltberg	CH		0	Europe/Zurich	47.03726	7.36147		Kaltberg		BE	243	311	
11590120	Hintersienen	hintersienen	CH		0	Europe/Zurich	47.0372	8.26035		Hintersienen		LU	312	1059	
11590121	Hunghafen	hunghafen	CH		0	Europe/Zurich	47.03719	8.64537		Hunghafen		SZ	506	1372	
11590122	Schwanden	schwanden	CH		0	Europe/Zurich	47.03718	7.4024		Schwanden		BE	243	311	
11590123	Gustibiseggalp	gustibiseggalp	CH		0	Europe/Zurich	47.03718	7.84047		Gustibiseggalp		BE	245	957	
11590124	Eichi	eichi	CH		0	Europe/Zurich	47.03716	8.40797		Eichi		LU	312	1069	
11590125	Neuberg	neuberg	CH		0	Europe/Zurich	47.03715	8.78222		Neuberg		SZ	506	1368	
11590126	Hintergütsch	hinterguetsch	CH		0	Europe/Zurich	47.03708	8.24535		Hintergutsch,Hintergütsch		LU	312	1059	
11590127	Pelzhalten	pelzhalten	CH		0	Europe/Zurich	47.03708	8.65082		Pelzhalten		SZ	506	1372	
11590128	Gammenthalloch	gammenthalloch	CH		0	Europe/Zurich	47.03701	7.73438		Gammenthalloch		BE	245	957	
11590129	Buchegghaus	buchegghaus	CH		0	Europe/Zurich	47.03699	7.87164		Buchegghaus		BE	245	957	
11590130	Mittelroteflue	mittelroteflue	CH		0	Europe/Zurich	47.03698	8.12469		Mittelroteflue		LU	316	1009	
11590131	Waage	waage	CH		0	Europe/Zurich	47.03696	8.57109		Waage		SZ	506	1362	
11590132	Schwändi	schwaendi	CH		0	Europe/Zurich	47.03694	8.67414		Schwandi,Schwändi		SZ	506	1372	
11590133	Hünigerschattberg	huenigerschattberg	CH		0	Europe/Zurich	47.03694	7.82299		Hunigerschattberg,Hünigerschattberg		BE	245	957	
11590134	Seerüti	seerueti	CH		0	Europe/Zurich	47.03693	9.00139		Seeruti,Seerüti		GL	800	1632	
11590135	Öte	oete	CH		0	Europe/Zurich	47.03689	7.72597		Ote,Öte		BE	245	955	
11590136	Vorderkneubühl	vorderkneubuehl	CH		0	Europe/Zurich	47.03683	7.75592		Vorderkneubuhl,Vorderkneubühl		BE	245	957	
11590137	Hambühlknubel	hambuehlknubel	CH		0	Europe/Zurich	47.03682	7.81266		Hambuhlknubel,Hambühlknubel		BE	245	957	
11590138	Sonnsite	sonnsite	CH		0	Europe/Zurich	47.0368	7.91114		Sonnsite		LU	315	1135	
11590139	Bänkli	baenkli	CH		0	Europe/Zurich	47.03678	8.62838		Bankli,Bänkli		SZ	506	1372	
11590140	Unterkneubühl	unterkneubuehl	CH		0	Europe/Zurich	47.03677	7.75777		Unterkneubuhl,Unterkneubühl		BE	245	957	
11590141	Hof	hof	CH		0	Europe/Zurich	47.0367	7.7111		Hof		BE	245	955	
11590142	Dünnhirs	duennhirs	CH		0	Europe/Zurich	47.03666	8.11419		Dunnhirs,Dünnhirs		LU	316	1009	
11590144	Bergmatt	bergmatt	CH		0	Europe/Zurich	47.0366	7.28142		Bergmatt		BE	243	301	
11590145	Nesenberg	nesenberg	CH		0	Europe/Zurich	47.03657	9.38576		Nesenberg		SG	1725	3293	
11590146	Heiterenboden	heiterenboden	CH		0	Europe/Zurich	47.03656	8.4925		Heiterenboden		SZ	506	1362	
11590147	Steinhalden	steinhalden	CH		0	Europe/Zurich	47.03654	8.00118		Steinhalden		LU	315	1136	
11590148	Rippertschwand	rippertschwand	CH		0	Europe/Zurich	47.03654	8.35511		Rippertschwand		LU	312	1063	
11590149	Haslenbach	haslenbach	CH		0	Europe/Zurich	47.0365	7.77469		Haslenbach		BE	245	957	
11590150	Büel	bueel	CH		0	Europe/Zurich	47.0365	8.65917		Buel,Büel		SZ	506	1372	
11590151	Lochbach	lochbach	CH		0	Europe/Zurich	47.03645	7.63701		Lochbach		BE	245	404	
11590152	Romiti	romiti	CH		0	Europe/Zurich	47.03644	8.47526		Romiti		LU	312	1069	
11590153	Mauer	mauer	CH		0	Europe/Zurich	47.03643	7.76401		Mauer		BE	245	957	
11590154	Untergrabehüsli	untergrabehuesli	CH		0	Europe/Zurich	47.0364	8.0727		Untergrabehusli,Untergrabehüsli		LU	316	1009	
11590155	Vorderroteflue	vorderroteflue	CH		0	Europe/Zurich	47.03637	8.12003		Vorderroteflue		LU	316	1009	
11590156	Zippenrüti	zippenrueti	CH		0	Europe/Zurich	47.03637	8.05087		Zippenruti,Zippenrüti		LU	316	1107	
11590157	Rhodannenberg	rhodannenberg	CH		0	Europe/Zurich	47.03636	9.00464		Rhodannenberg		GL	800	1632	
11590159	Hinterfluh	hinterfluh	CH		0	Europe/Zurich	47.03634	7.8629		Hinterfluh		BE	245	957	
11590160	Oberbergbüel	oberbergbueel	CH		0	Europe/Zurich	47.03415	7.99997		Oberbergbuel,Oberbergbüel		LU	315	1136	
11590162	Wissenbachweidli	wissenbachweidli	CH		0	Europe/Zurich	47.0341	7.94064		Wissenbachweidli		LU	315	1135	
11590163	Bogigen	bogigen	CH		0	Europe/Zurich	47.0341	8.63204		Bogigen		SZ	506	1372	
11590164	Oberchappelbode	oberchappelbode	CH		0	Europe/Zurich	47.0341	8.07052		Oberchappelbode		LU	316	1009	
11590165	Vordermösli	vordermoesli	CH		0	Europe/Zurich	47.03407	8.13747		Vordermosli,Vordermösli		LU	316	1009	
11590166	Hasensprung	hasensprung	CH		0	Europe/Zurich	47.03402	7.26359		Hasensprung		BE	243	302	
11590167	Hofhüsli	hofhuesli	CH		0	Europe/Zurich	47.03395	7.70889		Hofhusli,Hofhüsli		BE	245	955	
11590168	Hinterroteflue	hinterroteflue	CH		0	Europe/Zurich	47.03394	8.12482		Hinterroteflue		LU	316	1009	
11590170	Chneuli	chneuli	CH		0	Europe/Zurich	47.03393	8.54207		Chneuli		SZ	506	1362	
11590171	Twingi	twingi	CH		0	Europe/Zurich	47.0339	8.8066		Twingi		SZ	506	1375	
11590172	Breiten	breiten	CH		0	Europe/Zurich	47.03388	8.56054		Breiten		SZ	506	1362	
11590173	Bol	bol	CH		0	Europe/Zurich	47.03386	8.64836		Bol		SZ	506	1372	
11590174	Höggli	hoeggli	CH		0	Europe/Zurich	47.03384	8.00919		Hoggli,Höggli		LU	315	1136	
11590175	Huelen	huelen	CH		0	Europe/Zurich	47.03383	8.57453		Huelen		SZ	506	1365	
11590176	Unterhirzmatt	unterhirzmatt	CH		0	Europe/Zurich	47.03382	8.06174		Unterhirzmatt		LU	316	1107	
11590177	Oberbinzberg	oberbinzberg	CH		0	Europe/Zurich	47.03379	7.67578		Oberbinzberg		BE	245	956	
11590178	Hardrain	hardrain	CH		0	Europe/Zurich	47.03371	7.51994		Hardrain		BE	246	543	
11590179	Ochsenchneu	ochsenchneu	CH		0	Europe/Zurich	47.03367	8.53635		Ochsenchneu		SZ	506	1362	
11590180	Vorderried	vorderried	CH		0	Europe/Zurich	47.03365	7.8711		Vorderried		BE	245	957	
11590181	Mittelhumbel	mittelhumbel	CH		0	Europe/Zurich	47.03361	7.91646		Mittelhumbel		LU	315	1135	
11590182	Baumhüsli	baumhuesli	CH		0	Europe/Zurich	47.03351	7.65318		Baumhusli,Baumhüsli		BE	245	407	
11590183	Häntschen	haentschen	CH		0	Europe/Zurich	47.03348	8.09103		Hantschen,Häntschen		LU	316	1002	
11590184	Wirtenmoos	wirtenmoos	CH		0	Europe/Zurich	47.03346	7.64549		Wirtenmoos		BE	245	407	
11590185	Eichlershaus	eichlershaus	CH		0	Europe/Zurich	47.03341	7.8023		Eichlershaus		BE	245	957	
11590186	Vordersäss	vordersaess	CH		0	Europe/Zurich	47.0334	9.70231		Vordersass,Vordersäss		GR	1849	3972	
11590187	Bödeli	boedeli	CH		0	Europe/Zurich	47.03339	7.79797		Bodeli,Bödeli		BE	245	957	
11590188	Leingruben	leingruben	CH		0	Europe/Zurich	47.03335	7.78456		Leingruben		BE	245	957	
11590189	Ruessacher	ruessacher	CH		0	Europe/Zurich	47.03334	7.60535		Ruessacher		BE	245	418	
11590190	Ledimatt	ledimatt	CH		0	Europe/Zurich	47.03332	8.57217		Ledimatt		SZ	506	1365	
11590191	Laburg	laburg	CH		0	Europe/Zurich	47.03328	8.77378		Laburg		SZ	506	1368	
11590192	Zelg	zelg	CH		0	Europe/Zurich	47.03325	7.75451		Zelg		BE	245	957	
11590193	Katzeralp	katzeralp	CH		0	Europe/Zurich	47.03325	7.87431		Katzeralp		BE	245	957	
11590194	Vorenzi	vorenzi	CH		0	Europe/Zurich	47.03325	7.92218		Vorenzi		LU	315	1135	
11590195	Sankt Sebastian	sankt-sebastian	CH		0	Europe/Zurich	47.03325	8.04965		Sankt Sebastian		LU	316	1107	
11590196	Grossscheidegg	grossscheidegg	CH		0	Europe/Zurich	47.03323	7.90625		Grossscheidegg		LU	315	1135	
11590197	Islern	islern	CH		0	Europe/Zurich	47.03322	8.14842		Islern		LU	312	1062	
11590198	Heidenegg	heidenegg	CH		0	Europe/Zurich	47.03314	8.54335		Heidenegg		SZ	506	1362	
11590199	Oberholz	oberholz	CH		0	Europe/Zurich	47.03311	7.37234		Oberholz		BE	243	311	
11590200	Neuhus	neuhus	CH		0	Europe/Zurich	47.03307	7.59503		Neuhus		BE	245	418	
11590201	Teuberts	teuberts	CH		0	Europe/Zurich	47.03298	8.5648		Teuberts		SZ	506	1362	
11590202	Hinteres Grafenmoos	hinteres-grafenmoos	CH		0	Europe/Zurich	47.03295	7.27922		Hinteres Grafenmoos		BE	243	301	
11590203	Mühlebühlhüsli	muehlebuehlhuesli	CH		0	Europe/Zurich	47.03288	7.94129		Muhlebuhlhusli,Mühlebühlhüsli		LU	315	1135	
11590204	Bühl	buehl	CH		0	Europe/Zurich	47.03281	8.18931		Buhl,Bühl		LU	312	1062	
11590205	Schwanderholz	schwanderholz	CH		0	Europe/Zurich	47.03279	8.07611		Schwanderholz		LU	316	1009	
11590206	Raatlis	raatlis	CH		0	Europe/Zurich	47.03277	8.93103		Raatlis		GL	800	1632	
11590207	Stein	stein	CH		0	Europe/Zurich	47.03276	9.41898		Stein		SG	1725	3293	
11590208	Grauswiggern	grauswiggern	CH		0	Europe/Zurich	47.03276	7.95118		Grauswiggern		LU	315	1132	
11590209	Rindergrat	rindergrat	CH		0	Europe/Zurich	47.03275	7.86556		Rindergrat		BE	245	957	
11590210	Ärdbrüst	aerdbruest	CH		0	Europe/Zurich	47.03274	8.13287		Ardbrust,Ärdbrüst		LU	316	1009	
11590211	Grabenhüsli	grabenhuesli	CH		0	Europe/Zurich	47.03265	7.80763		Grabenhusli,Grabenhüsli		BE	245	957	
11590212	Hueb	hueb	CH		0	Europe/Zurich	47.03262	8.64815		Hueb		SZ	506	1372	
11590214	Obergrabacher	obergrabacher	CH		0	Europe/Zurich	47.03246	8.15182		Obergrabacher		LU	312	1062	
11590216	Jöggelihaus	joeggelihaus	CH		0	Europe/Zurich	47.03237	7.69655		Joggelihaus,Jöggelihaus		BE	245	956	
11590217	Friedligen	friedligen	CH		0	Europe/Zurich	47.03231	8.16711		Friedligen		LU	312	1062	
11590218	Kleinmattli	kleinmattli	CH		0	Europe/Zurich	47.03229	8.56257		Kleinmattli		SZ	506	1362	
11590219	Schallenberg	schallenberg	CH		0	Europe/Zurich	47.03228	7.65972		Schallenberg		BE	245	956	
11590220	Schaufelbühl	schaufelbuehl	CH		0	Europe/Zurich	47.03215	7.72225		Schaufelbuhl,Schaufelbühl		BE	245	955	
11590221	Buchholz	buchholz	CH		0	Europe/Zurich	47.03224	7.77049		Buchholz		BE	245	957	
11590222	Schintegg	schintegg	CH		0	Europe/Zurich	47.03224	8.10765		Schintegg		LU	316	1009	
11590223	Stoffels	stoffels	CH		0	Europe/Zurich	47.0322	8.66058		Stoffels		SZ	506	1372	
11590224	Schattsitli	schattsitli	CH		0	Europe/Zurich	47.03219	8.0343		Schattsitli		LU	316	1007	
11590225	Hundbüel	hundbueel	CH		0	Europe/Zurich	47.03218	9.38068		Hundbuel,Hundbüel		SG	1725	3293	
11590226	Feld	feld	CH		0	Europe/Zurich	47.03218	7.74612		Feld		BE	245	957	
11590227	Juch	juch	CH		0	Europe/Zurich	47.03212	8.24843		Juch		LU	312	1059	
11590228	Altgade	altgade	CH		0	Europe/Zurich	47.03212	8.13539		Altgade		LU	316	1009	
11590229	Hinterenzi	hinterenzi	CH		0	Europe/Zurich	47.03211	7.92028		Hinterenzi		LU	315	1135	
11590230	Leimern	leimern	CH		0	Europe/Zurich	47.0321	7.62601		Leimern		BE	245	418	
11591079	Erzenholz	erzenholz	CH		0	Europe/Zurich	47.5679	8.85079		Erzenholz		TG	2012	4566	
11591080	Hagenfirst	hagenfirst	CH		0	Europe/Zurich	47.56785	8.1835		Hagenfirst		AG	1911	4313	
11591083	Hofmatt	hofmatt	CH		0	Europe/Zurich	47.56774	8.64733		Hofmatt		ZH	102	26	
11591085	Burg	burg	CH		0	Europe/Zurich	47.56757	9.00709		Burg		TG	2012	4590	
11591090	Hof Ebnet	hof-ebnet	CH		0	Europe/Zurich	47.46174	9.14383		Hof Ebnet		SG	1728	3423	
11591092	Enggwil	enggwil	CH		0	Europe/Zurich	47.46168	9.40777		Enggwil		SG	1722	3214	
11591093	Rüetschberg	rueetschberg	CH		0	Europe/Zurich	47.46154	8.89528		Ruetschberg,Rüetschberg		ZH	110	228	
11591094	Erspel	erspel	CH		0	Europe/Zurich	47.46153	8.64463		Erspel		ZH	103	64	
11591095	Reckholderweid	reckholderweid	CH		0	Europe/Zurich	47.46144	7.75713		Reckholderweid		BL	1303	2828	
11591096	Gauhusen	gauhusen	CH		0	Europe/Zurich	47.46143	9.23624		Gauhusen		SG	1728	3422	
11591097	Wiesental	wiesental	CH		0	Europe/Zurich	47.46141	8.97003		Wiesental		TG	2014	4724	
11591098	Galms	galms	CH		0	Europe/Zurich	47.46138	7.72338		Galms		BL	1303	2833	
11591099	Unterhaus	unterhaus	CH		0	Europe/Zurich	47.46136	9.45252		Unterhaus		SG	1722	3219	
11591100	Chriechenbaum	chriechenbaum	CH		0	Europe/Zurich	47.46132	8.42386		Chriechenbaum		ZH	104	83	
11591102	Murisweid	murisweid	CH		0	Europe/Zurich	47.4612	9.28388		Murisweid		SG	1721	3444	
11591103	Vorderhasli	vorderhasli	CH		0	Europe/Zurich	47.46119	9.55737		Vorderhasli		AR	1503	3038	
11591104	Strichen	strichen	CH		0	Europe/Zurich	47.46115	8.03432		Strichen		AG	1901	4004	
11591106	Schauenberg	schauenberg	CH		0	Europe/Zurich	47.46111	8.86683		Schauenberg		ZH	110	294	
11591107	Iltenriet	iltenriet	CH		0	Europe/Zurich	47.46106	9.47004		Iltenriet		SG	1722	3219	
11591108	Güetli	gueetli	CH		0	Europe/Zurich	47.46106	9.47356		Guetli,Güetli		SG	1722	3219	
11591109	Ärntholden	aerntholden	CH		0	Europe/Zurich	47.46104	7.8794		Arntholden,Ärntholden		BL	1304	2846	
11591111	Büel	bueel	CH		0	Europe/Zurich	47.46102	9.49004		Buel,Büel		SG	1722	3216	
11591112	Hof	hof	CH		0	Europe/Zurich	47.46101	9.20975		Hof		SG	1728	3422	
11591113	Bad	bad	CH		0	Europe/Zurich	47.46099	7.44288		Bad		BL	1302	2783	
11591114	Schöntal	schoental	CH		0	Europe/Zurich	47.46094	9.35446		Schontal,Schöntal		SG	1721	3444	
11591115	Schachen	schachen	CH		0	Europe/Zurich	47.46089	9.35096		Schachen		SG	1721	3444	
11591117	Oberhard	oberhard	CH		0	Europe/Zurich	47.46069	8.26368		Oberhard		AG	1902	4024	
11591119	Hospert	hospert	CH		0	Europe/Zurich	47.46059	9.44582		Hospert		SG	1722	3219	
11591120	Haufen	haufen	CH		0	Europe/Zurich	47.46057	9.56706		Haufen		AR	1503	3033	
11591121	Lüchli	luechli	CH		0	Europe/Zurich	47.46056	9.54981		Luchli,Lüchli		AR	1503	3038	
11591122	Billwil	billwil	CH		0	Europe/Zurich	47.46053	9.16744		Billwil		SG	1728	3424	
11591123	Eichwiesen	eichwiesen	CH		0	Europe/Zurich	47.46052	9.19478		Eichwiesen		SG	1728	3422	
11591124	Bubendorf Bad	bubendorf-bad	CH		0	Europe/Zurich	47.46041	7.74125		Bubendorf Bad		BL	1303	2823	
11591125	Wissen	wissen	CH		0	Europe/Zurich	47.46039	8.8144		Wissen		ZH	110	231	
11591126	Lätten	laetten	CH		0	Europe/Zurich	47.46037	7.87205		Latten,Lätten		BL	1304	2846	
11591127	Bettleren	bettleren	CH		0	Europe/Zurich	47.46036	9.46639		Bettleren		SG	1722	3219	
11591128	Vordermatten	vordermatten	CH		0	Europe/Zurich	47.46035	9.53887		Vordermatten		AR	1503	3032	
11591129	Grimm	grimm	CH		0	Europe/Zurich	47.46035	9.25173		Grimm		SG	1721	3444	
11591130	Lochmüli	lochmueli	CH		0	Europe/Zurich	47.46031	9.43985		Lochmuli,Lochmüli		SG	1722	3219	
11591131	Schloss Watt	schloss-watt	CH		0	Europe/Zurich	47.46012	9.41898		Schloss Watt		SG	1722	3214	
11591132	Schüürli	schueuerli	CH		0	Europe/Zurich	47.46003	8.9012		Schuurli,Schüürli		TG	2014	4721	
11591133	Fillisweid	fillisweid	CH		0	Europe/Zurich	47.45997	9.27995		Fillisweid		SG	1721	3444	
11591134	Ehrenzell	ehrenzell	CH		0	Europe/Zurich	47.45997	9.1516		Ehrenzell		SG	1728	3423	
11591135	Mölbach	moelbach	CH		0	Europe/Zurich	47.45992	9.27052		Molbach,Mölbach		SG	1721	3444	
11591136	Lehn	lehn	CH		0	Europe/Zurich	47.4599	9.41424		Lehn		SG	1722	3214	
11591137	Holderstall	holderstall	CH		0	Europe/Zurich	47.45988	8.01372		Holderstall		AG	1906	4182	
11591138	Bühel	buehel	CH		0	Europe/Zurich	47.45988	9.55307		Buhel,Bühel		AR	1503	3038	
11591139	Gitzbüchel	gitzbuechel	CH		0	Europe/Zurich	47.45986	9.57458		Gitzbuchel,Gitzbüchel		AR	1503	3033	
11591140	Eschlen	eschlen	CH		0	Europe/Zurich	47.45982	9.48204		Eschlen		SG	1722	3216	
11591141	Schwendi	schwendi	CH		0	Europe/Zurich	47.45978	9.53046		Schwendi		AR	1503	3032	
11591142	Neuebnet	neuebnet	CH		0	Europe/Zurich	47.45977	9.14629		Neuebnet		SG	1728	3423	
11591143	Kräzeren	kraezeren	CH		0	Europe/Zurich	47.45975	9.48673		Krazeren,Kräzeren		SG	1722	3216	
11591144	Sonnenberg	sonnenberg	CH		0	Europe/Zurich	47.45974	9.29727		Sonnenberg		SG	1721	3444	
11591145	Sparbüel	sparbueel	CH		0	Europe/Zurich	47.45973	9.29338		Sparbuel,Sparbüel		SG	1721	3444	
11591146	Lee	lee	CH		0	Europe/Zurich	47.45973	9.36593		Lee		SG	1721	3444	
11591148	Uf der Höi	uf-der-hoei	CH		0	Europe/Zurich	47.45968	8.06329		Uf der Hoi,Uf der Höi		AG	1901	4004	
11591149	Unterbilchen	unterbilchen	CH		0	Europe/Zurich	47.45967	9.5204		Unterbilchen		SG	1721	3212	
11591150	Morgental	morgental	CH		0	Europe/Zurich	47.45966	7.73358		Morgental		BL	1303	2823	
11591151	Dorligen	dorligen	CH		0	Europe/Zurich	47.45965	9.18906		Dorligen		SG	1728	3422	
11591152	Unterhüttstall	unterhuettstall	CH		0	Europe/Zurich	47.45964	8.88077		Unterhuttstall,Unterhüttstall		ZH	110	294	
11591153	Brand	brand	CH		0	Europe/Zurich	47.4596	9.453		Brand		SG	1722	3219	
11591154	Waldegg	waldegg	CH		0	Europe/Zurich	47.45959	9.20429		Waldegg		SG	1728	3422	
11591155	Hasenhus	hasenhus	CH		0	Europe/Zurich	47.45957	9.49647		Hasenhus		SG	1722	3216	
11591156	Brenden	brenden	CH		0	Europe/Zurich	47.45954	9.58247		Brenden		AR	1503	3033	
11591158	Bethlehem	bethlehem	CH		0	Europe/Zurich	47.4595	9.30184		Bethlehem		SG	1721	3444	
11591159	Gerbi	gerbi	CH		0	Europe/Zurich	47.45945	9.40607		Gerbi		SG	1722	3214	
11591160	Rietwies	rietwies	CH		0	Europe/Zurich	47.4594	8.9425		Rietwies		TG	2014	4721	
11591162	Wolfig	wolfig	CH		0	Europe/Zurich	47.45924	8.02009		Wolfig		AG	1906	4182	
11591163	Bärhalde	baerhalde	CH		0	Europe/Zurich	47.4592	7.73166		Barhalde,Bärhalde		BL	1303	2823	
11591164	Grueben	grueben	CH		0	Europe/Zurich	47.4592	9.12848		Grueben		SG	1728	3424	
11591165	Vogelsang	vogelsang	CH		0	Europe/Zurich	47.45918	7.8372		Vogelsang		BL	1304	2842	
11591166	Vogelherd	vogelherd	CH		0	Europe/Zurich	47.45918	9.45812		Vogelherd		SG	1722	3219	
11591167	Burg	burg	CH		0	Europe/Zurich	47.45906	9.21198		Burg		SG	1728	3422	
11591168	Loch	loch	CH		0	Europe/Zurich	47.45904	9.24804		Loch		SG	1721	3444	
11591169	Gill	gill	CH		0	Europe/Zurich	47.45896	9.11254		Gill		SG	1728	3408	
11591170	Moos	moos	CH		0	Europe/Zurich	47.45887	9.22791		Moos		SG	1728	3422	
11591171	Wannenwis	wannenwis	CH		0	Europe/Zurich	47.45883	9.28632		Wannenwis		SG	1721	3444	
11591172	Scheuerweid	scheuerweid	CH		0	Europe/Zurich	47.45877	9.01403		Scheuerweid		TG	2014	4761	
11591173	Noren	noren	CH		0	Europe/Zurich	47.45869	9.37273		Noren		SG	1721	3204	
11591174	Weisstrotte	weisstrotte	CH		0	Europe/Zurich	47.45865	8.15199		Weisstrotte		AG	1904	4125	
11591175	Breitwies	breitwies	CH		0	Europe/Zurich	47.45865	9.01126		Breitwies		TG	2014	4761	
11591176	Zehntenfrei	zehntenfrei	CH		0	Europe/Zurich	47.4586	8.80775		Zehntenfrei		ZH	110	231	
11591177	Steindler	steindler	CH		0	Europe/Zurich	47.4586	8.37206		Steindler		AG	1902	4048	
11591179	Kernburg	kernburg	CH		0	Europe/Zurich	47.45841	9.18506		Kernburg		SG	1728	3422	
11591180	Sonnenburg	sonnenburg	CH		0	Europe/Zurich	47.4584	9.16391		Sonnenburg		SG	1728	3424	
11591182	Steig	steig	CH		0	Europe/Zurich	47.45831	9.38015		Steig		SG	1721	3204	
11591184	Waldegg	waldegg	CH		0	Europe/Zurich	47.45815	9.02135		Waldegg		TG	2014	4761	
11591185	Hammershaus	hammershaus	CH		0	Europe/Zurich	47.45812	9.4454		Hammershaus		SG	1722	3219	
11591186	Kreuzstrasse	kreuzstrasse	CH		0	Europe/Zurich	47.45811	9.02333		Kreuzstrasse		TG	2014	4761	
11591187	Hätzenwil	haetzenwil	CH		0	Europe/Zurich	47.45994	9.34613		Hatzenwil,Hätzenwil		SG	1721	3444	
11591189	Froheim	froheim	CH		0	Europe/Zurich	47.45807	9.2677		Froheim		SG	1721	3444	
11591190	Gchütt	gchuett	CH		0	Europe/Zurich	47.45807	8.35041		Gchutt,Gchütt		AG	1902	4045	
11591191	Gehrn	gehrn	CH		0	Europe/Zurich	47.458	9.5426		Gehrn		AR	1503	3032	
11591192	Grüenmatt	grueenmatt	CH		0	Europe/Zurich	47.45797	7.70932		Gruenmatt,Grüenmatt		BL	1303	2833	
11591193	Loh	loh	CH		0	Europe/Zurich	47.45797	8.92821		Loh		TG	2014	4721	
11591194	Chrüzalber	chruezalber	CH		0	Europe/Zurich	47.45797	9.18035		Chruzalber,Chrüzalber		SG	1728	3424	
11591195	Bilchegg	bilchegg	CH		0	Europe/Zurich	47.45788	9.28982		Bilchegg		SG	1721	3444	
11591196	Alberenberg	alberenberg	CH		0	Europe/Zurich	47.45787	9.42321		Alberenberg		SG	1722	3214	
11591197	Schutz	schutz	CH		0	Europe/Zurich	47.45783	9.59354		Schutz		AR	1503	3037	
11591198	Koblen	koblen	CH		0	Europe/Zurich	47.45774	9.49251		Koblen		SG	1722	3216	
11591199	Unterau	unterau	CH		0	Europe/Zurich	47.4577	9.52463		Unterau		SG	1721	3212	
11591200	Unterrifenau	unterrifenau	CH		0	Europe/Zurich	47.45769	9.10626		Unterrifenau		SG	1728	3408	
11591201	Blatten	blatten	CH		0	Europe/Zurich	47.45764	9.56995		Blatten		AR	1503	3033	
11591202	Büel	bueel	CH		0	Europe/Zurich	47.45749	9.46032		Buel,Büel		SG	1722	3219	
11591203	Webermühle	webermuehle	CH		0	Europe/Zurich	47.45748	8.31201		Webermuhle,Webermühle		AG	1902	4034	
11591204	Vormülenen	vormuelenen	CH		0	Europe/Zurich	47.45746	9.30291		Vormulenen,Vormülenen		SG	1721	3444	
11591205	Fieleten	fieleten	CH		0	Europe/Zurich	47.45741	7.74764		Fieleten		BL	1303	2823	
11591206	Zelg	zelg	CH		0	Europe/Zurich	47.45732	9.53688		Zelg		AR	1503	3032	
11591207	Hüttstall	huettstall	CH		0	Europe/Zurich	47.4573	8.87577		Huttstall,Hüttstall		ZH	110	294	
11591208	Neuloh	neuloh	CH		0	Europe/Zurich	47.45725	8.9222		Neuloh		TG	2014	4721	
11591209	Scheier	scheier	CH		0	Europe/Zurich	47.45722	9.46588		Scheier		SG	1722	3219	
11591211	Grütt	gruett	CH		0	Europe/Zurich	47.45706	9.35377		Grutt,Grütt		SG	1721	3444	
11591212	Grabacker	grabacker	CH		0	Europe/Zurich	47.45705	7.8221		Grabacker		BL	1304	2864	
11591213	Im Hof	im-hof	CH		0	Europe/Zurich	47.45702	8.41614		Im Hof		ZH	104	83	
11591214	Niederhofen	niederhofen	CH		0	Europe/Zurich	47.45701	8.90835		Niederhofen		TG	2014	4721	
11591215	Windegg	windegg	CH		0	Europe/Zurich	47.457	9.61174		Windegg		SG	1723	3236	
11591216	Leh	leh	CH		0	Europe/Zurich	47.457	9.48615		Leh		SG	1722	3216	
11591218	Herrenmatt	herrenmatt	CH		0	Europe/Zurich	47.45695	7.62453		Herrenmatt		SO	1104	2475	
11591219	Blüttenen	bluettenen	CH		0	Europe/Zurich	47.45692	7.44606		Bluttenen,Blüttenen		BL	1302	2783	
11591220	Matten	matten	CH		0	Europe/Zurich	47.4569	9.53214		Matten		AR	1503	3032	
11591221	Buechberg	buechberg	CH		0	Europe/Zurich	47.45682	9.47859		Buechberg		SG	1722	3219	
11591222	Rüüti	rueueti	CH		0	Europe/Zurich	47.45681	8.95011		Ruuti,Rüüti		TG	2014	4724	
11591223	Vordersonnhalde	vordersonnhalde	CH		0	Europe/Zurich	47.45667	7.72507		Vordersonnhalde		BL	1303	2823	
11591224	Breitholz	breitholz	CH		0	Europe/Zurich	47.45665	8.99075		Breitholz		TG	2014	4761	
11591226	Wimeten	wimeten	CH		0	Europe/Zurich	47.45658	9.12083		Wimeten		SG	1728	3408	
11591228	Unterrätenberg	unterraetenberg	CH		0	Europe/Zurich	47.45656	9.20799		Unterratenberg,Unterrätenberg		SG	1728	3422	
11591229	Schimishus	schimishus	CH		0	Europe/Zurich	47.45652	9.40962		Schimishus		SG	1722	3214	
11591231	Büfelden	buefelden	CH		0	Europe/Zurich	47.45645	8.98204		Bufelden,Büfelden		TG	2014	4761	
11591232	Grüenberg	grueenberg	CH		0	Europe/Zurich	47.45643	9.34892		Gruenberg,Grüenberg		SG	1721	3444	
11591233	Unterstrick	unterstrick	CH		0	Europe/Zurich	47.45642	8.1578		Unterstrick		AG	1904	4125	
11591234	Höfli	hoefli	CH		0	Europe/Zurich	47.4564	8.91209		Hofli,Höfli		TG	2014	4721	
11591235	Sigmatt	sigmatt	CH		0	Europe/Zurich	47.45634	7.85866		Sigmatt		BL	1304	2846	
11591237	Rüteli	rueteli	CH		0	Europe/Zurich	47.45632	9.15899		Ruteli,Rüteli		SG	1728	3424	
11591238	Grauen	grauen	CH		0	Europe/Zurich	47.4563	9.47328		Grauen		SG	1722	3219	
11591239	Chorb	chorb	CH		0	Europe/Zurich	47.4563	9.32366		Chorb		SG	1721	3444	
11591240	Klosterrüti	klosterrueti	CH		0	Europe/Zurich	47.45623	8.30925		Klosterruti,Klosterrüti		AG	1902	4034	
11591241	Wisental	wisental	CH		0	Europe/Zurich	47.45622	9.42486		Wisental		SG	1722	3214	
11591242	Büelachen	bueelachen	CH		0	Europe/Zurich	47.45622	9.58821		Buelachen,Büelachen		AR	1503	3033	
11591243	Weinberg	weinberg	CH		0	Europe/Zurich	47.45616	9.60351		Weinberg		SG	1723	3236	
11591245	Müliberg	mueliberg	CH		0	Europe/Zurich	47.45609	8.51436		Muliberg,Müliberg		ZH	104	97	
11591246	Oberrifenau	oberrifenau	CH		0	Europe/Zurich	47.45607	9.10115		Oberrifenau		SG	1728	3408	
11591247	Bruggletz	bruggletz	CH		0	Europe/Zurich	47.45605	8.06108		Bruggletz		AG	1901	4004	
11591248	Unterloh	unterloh	CH		0	Europe/Zurich	47.45602	8.92863		Unterloh		TG	2014	4721	
11591249	Im Loo	im-loo	CH		0	Europe/Zurich	47.45599	8.74615		Im Loo		ZH	108	296	
11591366	Bubenei	bubenei	CH		0	Europe/Zurich	46.91645	7.75346		Bubenei		BE	245	907	
11591367	Schinberghütte	schinberghuette	CH		0	Europe/Zurich	46.91641	8.46322		Schinberghutte,Schinberghütte		NW	700	1501	
11591368	Hinterbärchi	hinterbaerchi	CH		0	Europe/Zurich	46.91641	8.58079		Hinterbarchi,Hinterbärchi		UR	400	1211	
11591369	Bödeli	boedeli	CH		0	Europe/Zurich	46.9164	7.90646		Bodeli,Bödeli		LU	316	1010	
11591370	Hämelbach	haemelbach	CH		0	Europe/Zurich	46.91639	7.86805		Hamelbach,Hämelbach		BE	245	908	
11591371	Unterbargelen	unterbargelen	CH		0	Europe/Zurich	46.91639	8.04633		Unterbargelen		LU	316	1008	
11591372	Mittellombach	mittellombach	CH		0	Europe/Zurich	46.91638	7.91789		Mittellombach		LU	316	1010	
11591373	Büschi	bueschi	CH		0	Europe/Zurich	46.91638	7.4078		Buschi,Büschi		BE	246	355	
11591374	Wisge	wisge	CH		0	Europe/Zurich	46.91635	7.59855		Wisge		BE	246	627	
11591375	Schluppidura	schluppidura	CH		0	Europe/Zurich	46.91634	9.82551		Schluppidura		GR	1849	3871	
11591376	Färnen	faernen	CH		0	Europe/Zurich	46.91634	8.54639		Farnen,Färnen		UR	400	1211	
11591377	Kohlgruben	kohlgruben	CH		0	Europe/Zurich	46.91633	7.80495		Kohlgruben		BE	245	902	
11591383	Mittlist Hütti	mittlist-huetti	CH		0	Europe/Zurich	46.91629	8.42135		Mittlist Hutti,Mittlist Hütti		NW	700	1511	
11591384	Schwändli	schwaendli	CH		0	Europe/Zurich	46.91628	8.36655		Schwandli,Schwändli		NW	700	1503	
11591385	Bühlti	buehlti	CH		0	Europe/Zurich	46.91627	7.94207		Buhlti,Bühlti		LU	316	1010	
11591386	Schwandi	schwandi	CH		0	Europe/Zurich	46.91624	8.236		Schwandi		OW	600	1407	
11591387	Junker	junker	CH		0	Europe/Zurich	46.91618	9.6895		Junker		GR	1849	3863	
11591388	Lombach	lombach	CH		0	Europe/Zurich	46.9161	7.92108		Lombach		LU	316	1010	
11591389	Stalden	stalden	CH		0	Europe/Zurich	46.9161	9.16279		Stalden		GL	800	1631	
11591390	Tschäni	tschaeni	CH		0	Europe/Zurich	46.91609	7.83741		Tschani,Tschäni		BE	245	909	
11591391	Steinrustig	steinrustig	CH		0	Europe/Zurich	46.91608	8.66247		Steinrustig		UR	400	1207	
11591393	Tanne	tanne	CH		0	Europe/Zurich	46.91593	7.73866		Tanne		BE	245	907	
11591394	Weichel	weichel	CH		0	Europe/Zurich	46.9159	7.69764		Weichel		BE	246	620	
11591395	Giebel	giebel	CH		0	Europe/Zurich	46.91584	8.63246		Giebel		UR	400	1207	
11591396	Blutmoos	blutmoos	CH		0	Europe/Zurich	46.91581	7.95587		Blutmoos		LU	316	1010	
11591397	Moos	moos	CH		0	Europe/Zurich	46.91576	7.86324		Moos		BE	245	908	
11591398	Schönenbühl	schoenenbuehl	CH		0	Europe/Zurich	46.91576	7.21146		Schonenbuhl,Schönenbühl		BE	246	666	
11591399	Mittelbrammer	mittelbrammer	CH		0	Europe/Zurich	46.91573	7.83153		Mittelbrammer		BE	245	909	
11591400	Strickegg	strickegg	CH		0	Europe/Zurich	46.9157	7.97091		Strickegg		LU	316	1010	
11591401	Untersäss	untersaess	CH		0	Europe/Zurich	46.91571	9.66068		Untersass,Untersäss		GR	1849	3862	
11591402	Blessoney	blessoney	CH		0	Europe/Zurich	46.9157	7.09687		Blessoney		FR	1005	2261	
11591403	Uchtern	uchtern	CH		0	Europe/Zurich	46.9157	8.39694		Uchtern		NW	700	1511	
11591404	Wälteli	waelteli	CH		0	Europe/Zurich	46.91566	7.7315		Walteli,Wälteli		BE	245	907	
11591405	Grauenstein	grauenstein	CH		0	Europe/Zurich	46.91564	7.85929		Grauenstein		BE	245	909	
11591406	Oberes Hüttli	oberes-huettli	CH		0	Europe/Zurich	46.91562	8.85795		Oberes Huttli,Oberes Hüttli		SZ	506	1367	
11591407	Bindehus	bindehus	CH		0	Europe/Zurich	46.91561	7.39777		Bindehus		BE	246	355	
11591408	Sack	sack	CH		0	Europe/Zurich	46.91557	8.55341		Sack		UR	400	1211	
11591409	Moldboden	moldboden	CH		0	Europe/Zurich	46.91553	9.15789		Moldboden		GL	800	1631	
11591410	Boden	boden	CH		0	Europe/Zurich	46.91546	8.27427		Boden		OW	600	1404	
11591230	Tobel	tobel	CH	9555	0	Europe/Zurich	47.45648	9.275		Tobel		SG	1721	3444	
11591411	Glatteggen	glatteggen	CH		0	Europe/Zurich	46.91545	9.86489		Glatteggen		GR	1849	3871	
11591412	Häuslenbach	haeuslenbach	CH		0	Europe/Zurich	46.91543	7.70106		Hauslenbach,Häuslenbach		BE	246	620	
11591413	Breitwang	breitwang	CH		0	Europe/Zurich	46.91543	8.09054		Breitwang		LU	316	1002	
11591414	Schwendestaldenboden	schwendestaldenboden	CH		0	Europe/Zurich	46.91536	7.82268		Schwendestaldenboden		BE	245	909	
11591415	Obholz	obholz	CH		0	Europe/Zurich	46.91534	8.30805		Obholz		OW	600	1404	
11591416	Rohrmoos	rohrmoos	CH		0	Europe/Zurich	46.91534	7.2641		Rohrmoos		BE	246	670	
11591417	Rossmoosscheuer	rossmoosscheuer	CH		0	Europe/Zurich	46.91533	7.82662		Rossmoosscheuer		BE	245	909	
11591418	Ausserlamm	ausserlamm	CH		0	Europe/Zurich	46.91531	8.01272		Ausserlamm		LU	316	1004	
11591419	Gunzig	gunzig	CH		0	Europe/Zurich	46.91523	8.57723		Gunzig		UR	400	1211	
11591420	Chänelthal	chaenelthal	CH		0	Europe/Zurich	46.91523	7.68001		Chanelthal,Chänelthal		BE	246	620	
11591421	Alpwirtschaft Waldi Alp	alpwirtschaft-waldi-alp	CH		0	Europe/Zurich	46.91518	8.83674		Alpwirtschaft Waldi Alp		SZ	506	1367	
11591422	Dornackerhüsi	dornackerhuesi	CH		0	Europe/Zurich	46.91516	7.77044		Dornackerhusi,Dornackerhüsi		BE	245	901	
11591423	Ramenn	ramenn	CH		0	Europe/Zurich	46.91515	9.5219		Ramenn		GR	1845	3946	
11591424	Alterswil	alterswil	CH		0	Europe/Zurich	46.91507	7.66386		Alterswil		BE	246	620	
11591425	Vorderunwillen	vorderunwillen	CH		0	Europe/Zurich	46.91506	7.77461		Vorderunwillen		BE	245	901	
11591426	Egg	egg	CH		0	Europe/Zurich	46.91504	8.2422		Egg		OW	600	1407	
11591427	Höfli	hoefli	CH		0	Europe/Zurich	46.91503	9.73522		Hofli,Höfli		GR	1849	3861	
11591428	Haslihölzli	haslihoelzli	CH		0	Europe/Zurich	46.91501	7.72714		Hasliholzli,Haslihölzli		BE	245	907	
11591429	Äschauboden	aeschauboden	CH		0	Europe/Zurich	46.91501	7.78329		Aschauboden,Äschauboden		BE	245	901	
11591430	Jennershus	jennershus	CH		0	Europe/Zurich	46.915	7.43342		Jennershus		BE	246	355	
11591431	Linde	linde	CH		0	Europe/Zurich	46.91498	7.74282		Linde		BE	245	907	
11591432	Schluchbüel	schluchbueel	CH		0	Europe/Zurich	46.91497	7.56983		Schluchbuel,Schluchbüel		BE	246	627	
11591433	Unterstärenegg	unterstaerenegg	CH		0	Europe/Zurich	46.91495	7.8547		Unterstarenegg,Unterstärenegg		BE	245	909	
11591434	Oberstärenberg	oberstaerenberg	CH		0	Europe/Zurich	46.91493	7.81109		Oberstarenberg,Oberstärenberg		BE	245	902	
11591435	Hüsi	huesi	CH		0	Europe/Zurich	46.91486	7.74653		Husi,Hüsi		BE	245	907	
11591436	Furmatt	furmatt	CH		0	Europe/Zurich	46.91477	8.33784		Furmatt		OW	600	1404	
11591437	Chlei Schwendi	chlei-schwendi	CH		0	Europe/Zurich	46.91476	9.69746		Chlei Schwendi		GR	1849	3863	
11591438	Stockere	stockere	CH		0	Europe/Zurich	46.91475	7.58819		Stockere		BE	246	627	
11591439	Aussergrat	aussergrat	CH		0	Europe/Zurich	46.91475	7.88704		Aussergrat		LU	316	1010	
11591440	Wegmatten	wegmatten	CH		0	Europe/Zurich	46.91471	7.95171		Wegmatten		LU	316	1010	
11591441	Ursprung	ursprung	CH		0	Europe/Zurich	46.91468	7.27465		Ursprung		BE	246	670	
11591442	Hubel	hubel	CH		0	Europe/Zurich	46.91468	7.65533		Hubel		BE	246	620	
11591443	Stangisbiel	stangisbiel	CH		0	Europe/Zurich	46.91463	8.35799		Stangisbiel		NW	700	1503	
11591444	Innergrat	innergrat	CH		0	Europe/Zurich	46.91463	7.89882		Innergrat		LU	316	1010	
11591445	Charstlig	charstlig	CH		0	Europe/Zurich	46.91461	9.7069		Charstlig		GR	1849	3863	
11591446	Bergenhüsi	bergenhuesi	CH		0	Europe/Zurich	46.91452	7.84428		Bergenhusi,Bergenhüsi		BE	245	909	
11591447	Hinterste Hütten	hinterste-huetten	CH		0	Europe/Zurich	46.91452	8.75793		Hinterste Hutten,Hinterste Hütten		UR	400	1205	
11591448	Vorderschwendestalden	vorderschwendestalden	CH		0	Europe/Zurich	46.91452	7.8209		Vorderschwendestalden		BE	245	909	
11591449	Büelti	bueelti	CH		0	Europe/Zurich	46.91451	7.79558		Buelti,Büelti		BE	245	902	
11591450	Riedgarten	riedgarten	CH		0	Europe/Zurich	46.91448	8.56048		Riedgarten		UR	400	1211	
11591451	Chelle	chelle	CH		0	Europe/Zurich	46.91447	7.6361		Chelle		BE	246	608	
11591452	Feldmatt	feldmatt	CH		0	Europe/Zurich	46.91445	7.5142		Feldmatt		BE	246	630	
11591453	Stalden	stalden	CH		0	Europe/Zurich	46.91371	8.54879		Stalden		UR	400	1211	
11591454	Dalfazza	dalfazza	CH		0	Europe/Zurich	46.91436	9.76567		Dalfazza		GR	1849	3891	
11591455	Tellen	tellen	CH		0	Europe/Zurich	46.91436	8.25532		Tellen		OW	600	1407	
11591456	Schönewase	schoenewase	CH		0	Europe/Zurich	46.91432	7.64342		Schonewase,Schönewase		BE	246	620	
11591457	Feltschi	feltschi	CH		0	Europe/Zurich	46.91429	8.32978		Feltschi		OW	600	1404	
11591458	Hinter de Birche	hinter-de-birche	CH		0	Europe/Zurich	46.91428	7.19667		Hinter de Birche		FR	1005	2262	
11591459	Pramanengel	pramanengel	CH		0	Europe/Zurich	46.91427	9.53756		Pramanengel		GR	1845	3946	
11591460	Oberbergen	oberbergen	CH		0	Europe/Zurich	46.91425	7.84588		Oberbergen		BE	245	909	
11591461	Molinära	molinaera	CH		0	Europe/Zurich	46.91425	9.57105		Molinara,Molinära		GR	1845	3945	
11591462	Maienegg	maienegg	CH		0	Europe/Zurich	46.91422	9.15639		Maienegg		GL	800	1631	
11591463	Äschaubad	aeschaubad	CH		0	Europe/Zurich	46.9142	7.78638		Aschaubad,Äschaubad		BE	245	901	
11591464	Neien	neien	CH		0	Europe/Zurich	46.91419	8.53904		Neien		UR	400	1211	
11591465	Fluehütte	fluehuette	CH		0	Europe/Zurich	46.91417	8.84124		Fluehutte,Fluehütte		SZ	506	1367	
11591466	Zigerschwand	zigerschwand	CH		0	Europe/Zurich	46.91415	8.00864		Zigerschwand		LU	316	1004	
11591467	Strahlegg	strahlegg	CH		0	Europe/Zurich	46.91411	9.75388		Strahlegg		GR	1849	3861	
11591469	Rotbach-Rossweid	rotbach-rossweid	CH		0	Europe/Zurich	46.91405	8.11785		Rotbach-Rossweid		LU	316	1002	
11591470	Öli	oeli	CH		0	Europe/Zurich	46.91404	7.59933		Oli,Öli		BE	246	608	
11591471	Stams	stams	CH		0	Europe/Zurich	46.91403	9.60238		Stams		GR	1845	3945	
11591472	Obermatt	obermatt	CH		0	Europe/Zurich	46.91401	7.90979		Obermatt		LU	316	1010	
11591473	Hubel	hubel	CH		0	Europe/Zurich	46.91396	8.28249		Hubel		OW	600	1404	
11591474	Schwanden	schwanden	CH		0	Europe/Zurich	46.91396	8.54521		Schwanden		UR	400	1211	
11591475	Möschbergweid	moeschbergweid	CH		0	Europe/Zurich	46.91394	7.65205		Moschbergweid,Möschbergweid		BE	246	620	
11591476	Bachmätteli	bachmaetteli	CH		0	Europe/Zurich	46.91393	8.63625		Bachmatteli,Bachmätteli		UR	400	1207	
11591477	Vorderkrümpel	vorderkruempel	CH		0	Europe/Zurich	46.91393	7.84093		Vorderkrumpel,Vorderkrümpel		BE	245	909	
11591478	Gurtendorf	gurtendorf	CH		0	Europe/Zurich	46.91392	7.45602		Gurtendorf		BE	246	355	
11591479	Oberdornacker	oberdornacker	CH		0	Europe/Zurich	46.9139	7.77135		Oberdornacker		BE	245	901	
11591480	Weierguet	weierguet	CH		0	Europe/Zurich	46.91388	7.61845		Weierguet		BE	246	608	
11591481	Dürrenbach	duerrenbach	CH		0	Europe/Zurich	46.91388	7.87244		Durrenbach,Dürrenbach		LU	316	1010	
11591482	Windegg	windegg	CH		0	Europe/Zurich	46.91387	8.27291		Windegg		OW	600	1404	
11591483	Zälg	zaelg	CH		0	Europe/Zurich	46.91385	7.6651		Zalg,Zälg		BE	246	620	
11591484	Schattgadenhüttli	schattgadenhuettli	CH		0	Europe/Zurich	46.91383	8.85619		Schattgadenhuttli,Schattgadenhüttli		SZ	506	1367	
11591485	Oberwangehubel	oberwangehubel	CH		0	Europe/Zurich	46.9138	7.35095		Oberwangehubel		BE	246	355	
11591486	Sagi	sagi	CH		0	Europe/Zurich	46.91374	7.59855		Sagi		BE	246	608	
11591487	Rüti	rueti	CH		0	Europe/Zurich	46.91368	8.24006		Ruti,Rüti		OW	600	1407	
11591488	Kirschiboden	kirschiboden	CH		0	Europe/Zurich	46.91367	7.76199		Kirschiboden		BE	245	901	
11591489	Dürrhütten	duerrhuetten	CH		0	Europe/Zurich	46.91366	7.98015		Durrhutten,Dürrhütten		LU	316	1010	
11591490	Mehlbach	mehlbach	CH		0	Europe/Zurich	46.91363	8.32345		Mehlbach		OW	600	1404	
11591491	Chüeniberg	chueeniberg	CH		0	Europe/Zurich	46.91359	8.28656		Chueniberg,Chüeniberg		OW	600	1404	
11591492	Lat	lat	CH		0	Europe/Zurich	46.91354	9.53249		Lat		GR	1845	3946	
11591493	Hinder Chäneltal	hinder-chaeneltal	CH		0	Europe/Zurich	46.91353	7.68821		Hinder Chaneltal,Hinder Chäneltal		BE	246	620	
11591494	Unter Stafel	unter-stafel	CH		0	Europe/Zurich	46.91352	8.96237		Unter Stafel		GL	800	1631	
11591495	Oberrossmoos	oberrossmoos	CH		0	Europe/Zurich	46.91352	7.82644		Oberrossmoos		BE	245	909	
11591496	Unter Hüttenboden	unter-huettenboden	CH		0	Europe/Zurich	46.91349	8.66084		Unter Huttenboden,Unter Hüttenboden		UR	400	1207	
11591559	Graitery	graitery	CH		0	Europe/Zurich	47.25786	7.38419		Graitery		BE	241	700	
11591560	Lindenbächli	lindenbaechli	CH		0	Europe/Zurich	47.25782	8.98163		Lindenbachli,Lindenbächli		SG	1726	3342	
11591561	Lohrütti	lohruetti	CH		0	Europe/Zurich	47.25781	7.69071		Lohrutti,Lohrütti		BE	244	981	
11591562	Oberi Sagi	oberi-sagi	CH		0	Europe/Zurich	47.25776	7.89031		Oberi Sagi		AG	1910	4287	
11591563	Egg	egg	CH		0	Europe/Zurich	47.25772	9.11378		Egg		SG	1727	3352	
11591564	Les Cufattes	les-cufattes	CH		0	Europe/Zurich	47.25766	7.02951		Les Cufattes		JU	2602	6741	
11591566	Hinterchlosteralp	hinterchlosteralp	CH		0	Europe/Zurich	47.25764	9.22529		Hinterchlosteralp		SG	1727	3360	
11591567	Les Joux Derrière	les-joux-derriere	CH		0	Europe/Zurich	47.25762	7.08753		Les Joux Derriere,Les Joux Derrière		JU	2602	6748	
11591568	Hinterbergen	hinterbergen	CH		0	Europe/Zurich	47.25758	8.9471		Hinterbergen		SG	1726	3342	
11591569	Rickenboden	rickenboden	CH		0	Europe/Zurich	47.25749	9.04463		Rickenboden		SG	1726	3341	
11591570	Ii	ii	CH		0	Europe/Zurich	47.25747	9.23411		Ii		SG	1727	3360	
11591571	Grossweiher	grossweiher	CH		0	Europe/Zurich	47.25746	8.89666		Grossweiher		ZH	105	120	
11591572	Horben	horben	CH		0	Europe/Zurich	47.25743	9.14581		Horben		SG	1727	3352	
11591573	Bergloch	bergloch	CH		0	Europe/Zurich	47.25734	7.90426		Bergloch		AG	1910	4274	
11591575	Weid	weid	CH		0	Europe/Zurich	47.25728	8.11118		Weid		AG	1905	4143	
11591576	Le Droit	le-droit	CH		0	Europe/Zurich	47.25727	7.05763		Le Droit		JU	2602	6741	
11591577	Niderwies	niderwies	CH		0	Europe/Zurich	47.25721	9.10341		Niderwies		SG	1727	3352	
11591578	Stockacker	stockacker	CH		0	Europe/Zurich	47.25714	9.17851		Stockacker		SG	1727	3360	
11591579	Diemberg	diemberg	CH		0	Europe/Zurich	47.25708	8.93678		Diemberg		SG	1726	3342	
11591580	Flädermus	flaedermus	CH		0	Europe/Zurich	47.25706	8.4771		Fladermus,Flädermus		ZH	101	9	
11591581	Le Petit Bois Derrière	le-petit-bois-derriere	CH		0	Europe/Zurich	47.25704	7.07299		Le Petit Bois Derriere,Le Petit Bois Derrière		JU	2602	6751	
11591582	Untermatten	untermatten	CH		0	Europe/Zurich	47.25704	8.97752		Untermatten		SG	1726	3342	
11591583	Rotenmattli	rotenmattli	CH		0	Europe/Zurich	47.25698	8.42503		Rotenmattli		ZH	101	10	
11591585	Winterau	winterau	CH		0	Europe/Zurich	47.25692	9.12098		Winterau		SG	1727	3352	
11591587	Hof	hof	CH		0	Europe/Zurich	47.25671	9.17549		Hof		SG	1727	3360	
11591588	Mühletal	muehletal	CH		0	Europe/Zurich	47.25662	8.99354		Muhletal,Mühletal		SG	1726	3342	
11591590	Chez Sémon	chez-semon	CH		0	Europe/Zurich	47.25656	7.101		Chez Semon,Chez Sémon		JU	2602	6748	
11591592	Bangerten	bangerten	CH		0	Europe/Zurich	47.25645	7.5658		Bangerten		SO	1107	2547	
11591593	Bickel	bickel	CH		0	Europe/Zurich	47.25643	8.57307		Bickel		ZH	106	295	
11591594	Nord	nord	CH		0	Europe/Zurich	47.25642	8.98674		Nord		SG	1726	3342	
11591595	Ober Scherlet	ober-scherlet	CH		0	Europe/Zurich	47.25639	9.2395		Ober Scherlet		SG	1727	3360	
11591596	Läui	laeui	CH		0	Europe/Zurich	47.25638	9.06977		Laui,Läui		SG	1727	3379	
11591597	Ättenberg	aettenberg	CH		0	Europe/Zurich	47.25634	8.33858		Attenberg,Ättenberg		AG	1908	4236	
11591598	Spätismatt	spaetismatt	CH		0	Europe/Zurich	47.25631	7.62335		Spatismatt,Spätismatt		BE	244	971	
11591599	Maurenmoos	maurenmoos	CH		0	Europe/Zurich	47.2563	8.5783		Maurenmoos		ZH	106	295	
11591600	Geisserhüttli	geisserhuettli	CH		0	Europe/Zurich	47.25626	9.43285		Geisserhuttli,Geisserhüttli		AI	1600	3103	
11591602	Eggweid	eggweid	CH		0	Europe/Zurich	47.25623	9.02426		Eggweid		SG	1726	3341	
11591603	Relis	relis	CH		0	Europe/Zurich	47.25623	9.10922		Relis		SG	1727	3352	
11591605	Chüeweid	chueeweid	CH		0	Europe/Zurich	47.2561	8.8715		Chueweid,Chüeweid		ZH	105	118	
11591607	Lunnerfeld	lunnerfeld	CH		0	Europe/Zurich	47.25603	8.41139		Lunnerfeld		ZH	101	10	
11591609	Beieregg	beieregg	CH		0	Europe/Zurich	47.2525	9.30227		Beieregg		SG	1727	3360	
11591610	Meglisalp	meglisalp	CH		0	Europe/Zurich	47.25594	9.38553		Meglisalp		AI	1600	3105	
11591611	Unterhiltisberg	unterhiltisberg	CH		0	Europe/Zurich	47.25583	8.91262		Unterhiltisberg		ZH	105	120	
11591612	Dreibrunnen	dreibrunnen	CH		0	Europe/Zurich	47.25581	9.17474		Dreibrunnen		SG	1727	3360	
11591613	Hüsel	huesel	CH		0	Europe/Zurich	47.25579	7.85658		Husel,Hüsel		AG	1910	4279	
11591614	Schuflen	schuflen	CH		0	Europe/Zurich	47.25576	9.16031		Schuflen		SG	1727	3352	
11591616	Linisacker	linisacker	CH		0	Europe/Zurich	47.25565	7.69023		Linisacker		BE	244	981	
11591617	Stockweid	stockweid	CH		0	Europe/Zurich	47.25565	8.44106		Stockweid		ZH	101	9	
11591618	Bösenwil	boesenwil	CH		0	Europe/Zurich	47.25565	7.91472		Bosenwil,Bösenwil		AG	1910	4274	
11591619	Fosen	fosen	CH		0	Europe/Zurich	47.25554	9.18604		Fosen		SG	1727	3360	
11591620	Egg	egg	CH		0	Europe/Zurich	47.25545	8.99807		Egg		SG	1726	3341	
11591621	Breitenholz	breitenholz	CH		0	Europe/Zurich	47.25542	8.98297		Breitenholz		SG	1726	3342	
11591622	Oberst	oberst	CH		0	Europe/Zurich	47.25534	9.43304		Oberst		AI	1600	3103	
11591623	Leck	leck	CH		0	Europe/Zurich	47.25531	9.43043		Leck		AI	1600	3103	
11591624	Obersteinenbach	obersteinenbach	CH		0	Europe/Zurich	47.25531	9.1325		Obersteinenbach		SG	1727	3352	
11591625	Innere Schiltwald	innere-schiltwald	CH		0	Europe/Zurich	47.25529	8.11825		Innere Schiltwald		AG	1905	4143	
11591626	Vorderchlosteralp	vorderchlosteralp	CH		0	Europe/Zurich	47.25526	9.21526		Vorderchlosteralp		SG	1727	3360	
11591627	Wissboden	wissboden	CH		0	Europe/Zurich	47.25525	9.07998		Wissboden		SG	1727	3379	
11591628	Nord	nord	CH		0	Europe/Zurich	47.25524	9.18087		Nord		SG	1727	3360	
11591629	Höchi	hoechi	CH		0	Europe/Zurich	47.25522	9.09961		Hochi,Höchi		SG	1727	3352	
11591631	Schüepenloch	schueepenloch	CH		0	Europe/Zurich	47.25521	8.56827		Schuepenloch,Schüepenloch		ZH	106	295	
11591632	Egg	egg	CH		0	Europe/Zurich	47.2552	9.17323		Egg		SG	1727	3360	
11591634	Cholrüti	cholrueti	CH		0	Europe/Zurich	47.25516	7.75923		Cholruti,Cholrüti		BE	244	341	
11591636	Schlatt	schlatt	CH		0	Europe/Zurich	47.25511	8.11088		Schlatt		AG	1905	4143	
11591637	Zelg	zelg	CH		0	Europe/Zurich	47.25498	9.01035		Zelg		SG	1726	3341	
11591638	Bergli	bergli	CH		0	Europe/Zurich	47.25495	8.95236		Bergli		SG	1726	3342	
11591639	Platten	platten	CH		0	Europe/Zurich	47.25486	9.18953		Platten		SG	1727	3360	
11591640	Schafmatt	schafmatt	CH		0	Europe/Zurich	47.25485	7.981		Schafmatt		LU	315	1140	
11591641	Letzi	letzi	CH		0	Europe/Zurich	47.25481	8.94468		Letzi		SG	1726	3342	
11591642	Salen	salen	CH		0	Europe/Zurich	47.25476	8.94976		Salen		SG	1726	3342	
11591644	Sibenbrünnen	sibenbruennen	CH		0	Europe/Zurich	47.25475	9.30652		Sibenbrunnen,Sibenbrünnen		SG	1727	3360	
11591645	Renzligen	renzligen	CH		0	Europe/Zurich	47.25473	7.98386		Renzligen		LU	315	1140	
11591646	Egg	egg	CH		0	Europe/Zurich	47.25465	8.96316		Egg		SG	1726	3342	
11591647	Vorderschümberg	vorderschuemberg	CH		0	Europe/Zurich	47.25462	9.01524		Vorderschumberg,Vorderschümberg		SG	1726	3341	
11591648	Höferberg	hoeferberg	CH		0	Europe/Zurich	47.2546	8.00673		Hoferberg,Höferberg		LU	315	1140	
11591649	Eichholz	eichholz	CH		0	Europe/Zurich	47.25458	7.62729		Eichholz		BE	244	995	
11591650	Schwendi	schwendi	CH		0	Europe/Zurich	47.25456	9.11739		Schwendi		SG	1727	3352	
11591651	Widerzell	widerzell	CH		0	Europe/Zurich	47.25453	8.8155		Widerzell		ZH	105	112	
11591652	Lüpfertwil	luepfertwil	CH		0	Europe/Zurich	47.25445	9.1543		Lupfertwil,Lüpfertwil		SG	1727	3352	
11591653	Oberwynau	oberwynau	CH		0	Europe/Zurich	47.25442	7.78828		Oberwynau		BE	244	345	
11591654	Altweg	altweg	CH		0	Europe/Zurich	47.25439	7.94051		Altweg		AG	1910	4274	
11591655	Stegmühle	stegmuehle	CH		0	Europe/Zurich	47.25436	8.99282		Stegmuhle,Stegmühle		SG	1726	3342	
11591656	Wannen	wannen	CH		0	Europe/Zurich	47.25431	8.72105		Wannen		ZH	107	158	
11591657	Kalchofen	kalchofen	CH		0	Europe/Zurich	47.2543	8.97584		Kalchofen		SG	1726	3342	
11591660	Neufeld	neufeld	CH		0	Europe/Zurich	47.25428	8.92501		Neufeld		SG	1726	3342	
11591661	La Bottière	la-bottiere	CH		0	Europe/Zurich	47.25427	7.18822		La Bottiere,La Bottière		BE	241	706	
11591662	Gmeinenwisen	gmeinenwisen	CH		0	Europe/Zurich	47.25415	9.31635		Gmeinenwisen		AR	1501	3002	
11591663	Wees	wees	CH		0	Europe/Zurich	47.25414	9.38205		Wees		AI	1600	3105	
11591664	Grosswisli	grosswisli	CH		0	Europe/Zurich	47.25413	8.92074		Grosswisli		SG	1726	3342	
11591666	Lütismühle	luetismuehle	CH		0	Europe/Zurich	47.25407	9.16554		Lutismuhle,Lütismühle		SG	1727	3352	
11591667	Brandholz	brandholz	CH		0	Europe/Zurich	47.25399	9.14272		Brandholz		SG	1727	3352	
11591668	Torn	torn	CH		0	Europe/Zurich	47.25394	9.1928		Torn		SG	1727	3360	
11591669	Büchel	buechel	CH		0	Europe/Zurich	47.25392	9.12346		Buchel,Büchel		SG	1727	3352	
11591670	Obergehren	obergehren	CH		0	Europe/Zurich	47.25386	8.98903		Obergehren		SG	1726	3342	
11591671	Vers chez Joseph	vers-chez-joseph	CH		0	Europe/Zurich	47.25383	7.24856		Vers chez Joseph		BE	241	717	
11591672	Chnü	chnue	CH		0	Europe/Zurich	47.25381	9.17514		Chnu,Chnü		SG	1727	3360	
11591673	Winterseite	winterseite	CH		0	Europe/Zurich	47.25377	7.56883		Winterseite		SO	1107	2554	
11591674	Ellbogen	ellbogen	CH		0	Europe/Zurich	47.25371	9.25809		Ellbogen		SG	1727	3360	
11591675	Hüttisbül	huettisbuel	CH		0	Europe/Zurich	47.25368	9.13846		Huttisbul,Hüttisbül		SG	1727	3352	
11591676	Storz	storz	CH		0	Europe/Zurich	47.25361	8.09897		Storz		LU	314	1104	
11591677	Schwarzenberg	schwarzenberg	CH		0	Europe/Zurich	47.25606	8.13733		Schwarzenberg		AG	1905	4135	
11591678	Brand	brand	CH		0	Europe/Zurich	47.25351	9.18073		Brand		SG	1727	3360	
11591679	Rietmatt	rietmatt	CH		0	Europe/Zurich	47.25346	8.99792		Rietmatt		SG	1726	3341	
11591681	Tambrig	tambrig	CH		0	Europe/Zurich	47.25333	8.41577		Tambrig		ZH	101	10	
11591683	Laub	laub	CH		0	Europe/Zurich	47.25327	9.20438		Laub		SG	1727	3360	
11591684	Sous Moron	sous-moron	CH		0	Europe/Zurich	47.25327	7.28259		Sous Moron		BE	241	717	
11591685	Schwarzegg	schwarzegg	CH		0	Europe/Zurich	47.25279	9.30701		Schwarzegg		SG	1727	3360	
11591687	Bölletal	boelletal	CH		0	Europe/Zurich	47.25322	7.97831		Bolletal,Bölletal		LU	315	1140	
11591688	Echeltschwil	echeltschwil	CH		0	Europe/Zurich	47.25319	8.9554		Echeltschwil		SG	1726	3342	
11591690	Marchstein	marchstein	CH		0	Europe/Zurich	47.25314	8.06657		Marchstein		LU	314	1104	
11591691	Subigerberg	subigerberg	CH		0	Europe/Zurich	47.2531	7.43653		Subigerberg		SO	1102	2430	
11591692	Paradis	paradis	CH		0	Europe/Zurich	47.25309	8.4682		Paradis		ZH	101	9	
11591693	Honegg	honegg	CH		0	Europe/Zurich	47.25308	8.89729		Honegg		SG	1726	3342	
11591694	Hintere Maialp	hintere-maialp	CH		0	Europe/Zurich	47.25298	9.48137		Hintere Maialp		SG	1724	3274	
11591695	Chraueren	chraueren	CH		0	Europe/Zurich	47.25293	8.90762		Chraueren		SG	1726	3342	
11591696	Chalofe	chalofe	CH		0	Europe/Zurich	47.25291	8.03619		Chalofe		AG	1910	4281	
11591697	Galli	galli	CH		0	Europe/Zurich	47.2529	8.16174		Galli		AG	1905	4141	
11591698	Schlucht	schlucht	CH		0	Europe/Zurich	47.25481	9.16544		Schlucht		SG	1727	3352	
11591699	La Tuilerie	la-tuilerie	CH		0	Europe/Zurich	47.25286	7.00875		La Tuilerie		JU	2602	6757	
11591701	Tröleten	troeleten	CH		0	Europe/Zurich	47.25276	8.27572		Troleten,Tröleten		LU	313	1041	
11591702	Steg	steg	CH		0	Europe/Zurich	47.25273	8.99381		Steg		SG	1726	3342	
11591703	Egg	egg	CH		0	Europe/Zurich	47.25272	8.24856		Egg		LU	313	1021	
11591704	Untergehren	untergehren	CH		0	Europe/Zurich	47.25271	8.99075		Untergehren		SG	1726	3342	
11591705	Unterscherlet	unterscherlet	CH		0	Europe/Zurich	47.25267	9.24422		Unterscherlet		SG	1727	3360	
11591706	Weidrain	weidrain	CH		0	Europe/Zurich	47.25267	7.69852		Weidrain		BE	244	981	
11591707	Bollenwees	bollenwees	CH		0	Europe/Zurich	47.2526	9.42491		Bollenwees		AI	1600	3103	
11591708	Belfond Dessus	belfond-dessus	CH		0	Europe/Zurich	47.25251	6.96138		Belfond Dessus		JU	2602	6757	
11591709	Schonegg	schonegg	CH		0	Europe/Zurich	47.2525	7.78883		Schonegg		BE	244	345	
11591710	Hinterfallen	hinterfallen	CH		0	Europe/Zurich	47.25249	9.25416		Hinterfallen		SG	1727	3360	
11591711	Schatteberg	schatteberg	CH		0	Europe/Zurich	47.25247	7.68452		Schatteberg		BE	244	983	
11591712	Bühlhaus	buehlhaus	CH		0	Europe/Zurich	47.2524	9.1854		Buhlhaus,Bühlhaus		SG	1727	3360	
11591713	Hinter Glashütten	hinter-glashuetten	CH		0	Europe/Zurich	47.25239	7.8497		Hinter Glashutten,Hinter Glashütten		AG	1910	4279	
11591714	Weid	weid	CH		0	Europe/Zurich	47.25238	7.90851		Weid		AG	1910	4274	
11591715	Äusserer Schwarzenberg	aeusserer-schwarzenberg	CH		0	Europe/Zurich	47.25235	8.13886		Ausserer Schwarzenberg,Äusserer Schwarzenberg		AG	1905	4135	
11591716	Gössigen	goessigen	CH		0	Europe/Zurich	47.25232	9.20901		Gossigen,Gössigen		SG	1727	3360	
11591717	Unterchlosteralp	unterchlosteralp	CH		0	Europe/Zurich	47.25231	9.21585		Unterchlosteralp		SG	1727	3360	
11591718	Wiggerhöfe	wiggerhoefe	CH		0	Europe/Zurich	47.2523	7.95686		Wiggerhofe,Wiggerhöfe		AG	1910	4274	
11591719	Rufshausen	rufshausen	CH		0	Europe/Zurich	47.25228	7.77523		Rufshausen		BE	244	341	
11591721	Bodenholz	bodenholz	CH		0	Europe/Zurich	47.25224	8.94042		Bodenholz		SG	1726	3342	
11594834	Walterswil	walterswil	CH		0	Europe/Zurich	47.21015	8.55787				ZG	900	1701	
11599630	Solenberg	solenberg	CH		0	Europe/Zurich	47.19285	9.06343		Solenberg		SG	1726	3315	
11601785	Im Eichli	im-eichli	CH		0	Europe/Zurich	47.13407	8.63092		Im Eichli		ZG	900	1706	
11601874	Lincoln	lincoln	CH		0	Europe/Zurich	47.13132	8.75874		Lincoln		SZ	501	1301	
11604267	Burg	burg	CH		0	Europe/Zurich	47.56918	9.12676		Burg		TG	2015	4946	
11604294	Brüschwil	brueschwil	CH		0	Europe/Zurich	47.56572	9.31746		Bruschwil,Brüschwil		TG	2011	4416	
11605034	Hostalen	hostalen	CH		0	Europe/Zurich	46.98024	7.4238		Hostalen		BE	246	354	
11614708	Fürstenau	fuerstenau	CH		0	Europe/Zurich	46.72077	9.4485		Furstenau,Fürstenau		GR	1851	3633	
11636463	Unterlütschbach	unterluetschbach	CH		0	Europe/Zurich	47.25089	8.91326		Unterlutschbach,Unterlütschbach		SG	1726	3342	
11649708	Schernelz	schernelz	CH		0	Europe/Zurich	47.09122	7.14167		Schernelz		BE	242	740	
11650998	Feldmoos	feldmoos	CH		0	Europe/Zurich	47.07518	8.63241		Feldmoos		SZ	506	1371	
11651999	Regenhalden	regenhalden	CH		0	Europe/Zurich	47.15267	7.68022		Regenhalden		BE	244	988	
11653809	Rippertschwand	rippertschwand	CH		0	Europe/Zurich	47.09742	8.22053		Rippertschwand		LU	314	1093	
11669633	Mötschwil	moetschwil	CH		0	Europe/Zurich	47.0496	7.56788	530			BE	245	409	
11679968	Au	au	CH		0	Europe/Zurich	47.42058	8.1585		Au		AG	1904	4120	
11685823	Schnabelsberg	schnabelsberg	CH		0	Europe/Zurich	47.14251	8.74633		Schnabelsberg		SZ	501	1301	
11685855	Oberdorf	oberdorf	CH		0	Europe/Zurich	47.14189	8.06347		Oberdorf		LU	314	1086	
11685882	Innerdorf	innerdorf	CH		0	Europe/Zurich	47.14027	8.05058		Innerdorf		LU	314	1086	
11689705	Untere Breitlohn	untere-breitlohn	CH		0	Europe/Zurich	46.84905	7.4898		Untere Breitlohn		BE	246	884	
11695937	Wallenschwil	wallenschwil	CH		0	Europe/Zurich	47.23819	8.36609				AG	1908	4224	
11695938	Winterschwil	winterschwil	CH		0	Europe/Zurich	47.24	8.34049				AG	1908	4224	
11719136	Steinriesel	steinriesel	CH		0	Europe/Zurich	46.95666	7.25919		Steinriesel		BE	246	668	
11719144	Schwändi	schwaendi	CH		0	Europe/Zurich	46.95566	8.03304		Schwandi,Schwändi		LU	316	1008	
11719265	Gotthardli	gotthardli	CH		0	Europe/Zurich	46.95754	8.34744		Gotthardli		NW	700	1506	
11726392	Hungerbühl	hungerbuehl	CH		0	Europe/Zurich	47.55011	9.35991		Hungerbuhl,Hungerbühl		TG	2011	4441	
11730882	Büren	bueren	CH		0	Europe/Zurich	47.53079	8.13831		Buren,Büren		AG	1906	4164	
11743713	Maugwil	maugwil	CH		0	Europe/Zurich	47.489	9.04766		Maugwil		SG	1728	3427	
11743740	Haselacker	haselacker	CH		0	Europe/Zurich	47.48961	9.38724		Haselacker		TG	2011	4431	
11744209	Ursprung	ursprung	CH		0	Europe/Zurich	47.48329	8.15685		Ursprung		AG	1904	4124	
11744307	Gallenkirch	gallenkirch	CH		0	Europe/Zurich	47.47888	8.126		Gallenkirch		AG	1904	4124	
11744997	Vorderrein	vorderrein	CH		0	Europe/Zurich	47.50675	8.22847		Vorderrein		AG	1904	4112	
11745022	Stroppel	stroppel	CH		0	Europe/Zurich	47.50456	8.24007		Stroppel		AG	1902	4044	
11745135	Hinterrein	hinterrein	CH		0	Europe/Zurich	47.50753	8.21964		Hinterrein		AG	1904	4112	
11745313	Wartensee	wartensee	CH		0	Europe/Zurich	47.47057	9.52498		Wartensee		SG	1722	3216	
11745454	Buechstiggass	buechstiggass	CH		0	Europe/Zurich	47.4727	9.55121		Buechstiggass		SG	1722	3237	
11745686	Chapf	chapf	CH		0	Europe/Zurich	47.44632	9.35255		Chapf		SG	1721	3442	
11763794	Linn	linn	CH		0	Europe/Zurich	47.47014	8.12798		Linn		AG	1904	4124	
11763834	Hueb	hueb	CH		0	Europe/Zurich	47.45459	9.01604		Hueb		TG	2014	4761	
11763840	Hohriet	hohriet	CH		0	Europe/Zurich	47.46796	9.50837		Hohriet		SG	1722	3216	
11763881	Gatter	gatter	CH		0	Europe/Zurich	47.45075	9.37139		Gatter		SG	1721	3204	
11763900	Fahrn	fahrn	CH		0	Europe/Zurich	47.46192	9.43409		Fahrn		SG	1722	3214	
11765160	Wilen	wilen	CH		0	Europe/Zurich	47.43986	9.61678		Wilen		AR	1503	3037	
11765183	Vogelsang	vogelsang	CH		0	Europe/Zurich	47.4398	8.96733		Vogelsang		TG	2014	4726	
11765377	Kobel	kobel	CH		0	Europe/Zurich	47.43357	9.62532		Kobel		SG	1723	3233	
11766378	Saum	saum	CH		0	Europe/Zurich	47.38774	9.30801		Saum		AR	1501	3001	
11766675	Grämigen	graemigen	CH		0	Europe/Zurich	47.37964	9.06105		Gramigen,Grämigen		SG	1727	3395	
11766747	Riedbrunnen	riedbrunnen	CH		0	Europe/Zurich	47.37519	8.01507		Riedbrunnen		SO	1108	2583	
11769545	Oberfahr	oberfahr	CH		0	Europe/Zurich	47.42534	9.64416		Oberfahr		SG	1723	3231	
11771861	Sennhof	sennhof	CH		0	Europe/Zurich	47.40672	8.34291		Sennhof		AG	1902	4039	
11772818	Unter Wiler	unter-wiler	CH		0	Europe/Zurich	47.3928	7.47305		Unter Wiler		SO	1110	2611	
11773867	Zwislen	zwislen	CH		0	Europe/Zurich	47.35621	9.45446		Zwislen		AR	1502	3022	
11773909	Sonnhalden	sonnhalden	CH		0	Europe/Zurich	47.36053	9.05446		Sonnhalden		SG	1727	3394	
11773928	Sandacker	sandacker	CH		0	Europe/Zurich	47.3565	7.95689		Sandacker		SO	1105	2497	
11773945	Platten	platten	CH		0	Europe/Zurich	47.35924	9.07833		Platten		SG	1727	3395	
11774193	Schwendi	schwendi	CH		0	Europe/Zurich	46.63073	8.00412		Schwendi		BE	250	576	
11774894	Süsswinkel	suesswinkel	CH		0	Europe/Zurich	47.34262	9.5174		Susswinkel,Süsswinkel		SG	1723	3252	
11774895	Steckenberg	steckenberg	CH		0	Europe/Zurich	47.34476	7.85146		Steckenberg		SO	1108	2582	
11774901	Hölzlisberg	hoelzlisberg	CH		0	Europe/Zurich	47.34458	9.51402		Holzlisberg,Hölzlisberg		SG	1723	3252	
11777734	Appia	appia	CH		0	Europe/Zurich	46.23106	6.13123				GE	2500	6623	
11781793	Befang	befang	CH		0	Europe/Zurich	47.32995	9.2956		Befang		AR	1501	3002	
11783428	Moos	moos	CH		0	Europe/Zurich	47.31043	9.5484		Moos		SG	1723	3254	
11786629	Fätzikon	faetzikon	CH		0	Europe/Zurich	47.24683	8.92279		Fatzikon,Fätzikon		SG	1726	3342	
11786658	Dos les Laves	dos-les-laves	CH		0	Europe/Zurich	47.27925	7.14925		Dos les Laves		JU	2602	6750	
11789319	Leimbach	leimbach	CH		0	Europe/Zurich	47.3312	8.5144				ZH	112	261	
11789347	Bethlehem	bethlehem	CH		0	Europe/Zurich	46.94871	7.38685				BE	246	351	
11789349	Bachletten	bachletten	CH		0	Europe/Zurich	47.55009	7.56138				BS	1200	2701	
11789350	Am Ring	am-ring	CH		0	Europe/Zurich	47.55533	7.57653				BS	1200	2701	
11789351	Riethüsli	riethuesli	CH		0	Europe/Zurich	47.41143	9.36475				SG	1721	3203	
11789354	Niederwichtrach	niederwichtrach	CH		0	Europe/Zurich	46.84977	7.57619				BE	246	632	
11789355	Soragno	soragno	CH		0	Europe/Zurich	46.03216	8.97969				TI	2105	5192	
11789359	Délices - Grottes - Montbrillant	delices-grottes-montbrillant	CH		0	Europe/Zurich	46.20657	6.13338				GE	2500	6621	
11789361	Iselin	iselin	CH		0	Europe/Zurich	47.56121	7.56649				BS	1200	2701	
11789362	Matthäus	matthaeus	CH		0	Europe/Zurich	47.56816	7.58915				BS	1200	2701	
11789363	St. Alban	st-alban	CH		0	Europe/Zurich	47.54432	7.61017				BS	1200	2701	
11789364	Gundeldingen	gundeldingen	CH		0	Europe/Zurich	47.54253	7.59202				BS	1200	2701	
11789380	St-Gervais - Chantepoulet	st-gervais-chantepoulet	CH		0	Europe/Zurich	46.20657	6.14325				GE	2500	6621	
11789389	Maupas - Valency	maupas-valency	CH		0	Europe/Zurich	46.52799	6.61089				VD	2225	5586	
11789392	Vallon - Béthusy	vallon-bethusy	CH		0	Europe/Zurich	46.52621	6.64377				VD	2225	5586	
11789395	Florimont - Chissiez	florimont-chissiez	CH		0	Europe/Zurich	46.51259	6.65164				VD	2226	5590	
11789396	Pérolles	perolles	CH		0	Europe/Zurich	46.79527	7.15326				FR	1004	2196	
11789320	Watt	watt	CH	8105	0	Europe/Zurich	47.44373	8.4817				ZH	104	96	
11789399	Holligen	holligen	CH		0	Europe/Zurich	46.94306	7.41384				BE	246	351	
11789400	Murifeld	murifeld	CH		0	Europe/Zurich	46.94007	7.48341				BE	246	351	
11789401	Weissenbühl	weissenbuehl	CH		0	Europe/Zurich	46.93637	7.43427				BE	246	351	
11789403	Spitalacker	spitalacker	CH		0	Europe/Zurich	46.95583	7.45534				BE	246	351	
11789404	Westquartier	westquartier	CH		0	Europe/Zurich	46.75556	7.62365				BE	247	942	
11789406	Dürrenast	duerrenast	CH		0	Europe/Zurich	46.74316	7.62791				BE	247	942	
11789407	Ruche	ruche	CH		0	Europe/Zurich	47.09128	6.81959				NE	2402	6421	
11789409	Madretsch Nord	madretsch-nord	CH		0	Europe/Zurich	47.13147	7.25351				BE	242	371	
11789411	Madretsch Süd	madretsch-sued	CH		0	Europe/Zurich	47.12464	7.25754				BE	242	371	
11789414	Tannboden	tannboden	CH		0	Europe/Zurich	47.38452	8.668				ZH	109	199	
11789415	Oberaffoltern	oberaffoltern	CH		0	Europe/Zurich	47.41656	8.50992				ZH	112	261	
11789423	Oberseeburg - Rebstock	oberseeburg-rebstock	CH		0	Europe/Zurich	47.05083	8.35081				LU	311	1061	
11789424	Herti	herti	CH		0	Europe/Zurich	47.17832	8.50552				ZG	900	1711	
11789425	Rosenberg	rosenberg	CH		0	Europe/Zurich	47.16712	8.52018				ZG	900	1711	
11789426	Hochstrasse	hochstrasse	CH		0	Europe/Zurich	47.70736	8.63712				SH	1403	2939	
11789427	Kirchuster	kirchuster	CH		0	Europe/Zurich	47.3456	8.7123				ZH	109	198	
11789428	St. Jakob	st-jakob	CH		0	Europe/Zurich	47.43082	9.38087				SG	1721	3203	
11789430	Breitfeld	breitfeld	CH		0	Europe/Zurich	46.96133	7.46414				BE	246	351	
11789431	Bâtie - Acacias	batie-acacias	CH		0	Europe/Zurich	46.18877	6.13887				GE	2500	6608	
11789432	Montoie - Bourdonette	montoie-bourdonette	CH		0	Europe/Zurich	46.52409	6.58896				VD	2225	5586	
11789433	Sébeillon - Malley	sebeillon-malley	CH		0	Europe/Zurich	46.52571	6.60373				VD	2225	5586	
11789434	Schönberg	schoenberg	CH		0	Europe/Zurich	46.80508	7.18253				FR	1006	2306	
11789435	Sandrain	sandrain	CH		0	Europe/Zurich	46.93919	7.43779				BE	246	351	
11789436	Monbijou	monbijou	CH		0	Europe/Zurich	46.94628	7.43526				BE	246	351	
11789437	Neufeld	neufeld	CH		0	Europe/Zurich	46.95685	7.43144				BE	246	351	
11789438	Schosshalde	schosshalde	CH		0	Europe/Zurich	46.9471	7.4742				BE	246	351	
11789439	Lerchenfeld	lerchenfeld	CH		0	Europe/Zurich	46.76434	7.59788				BE	247	942	
11789440	Vorstädte	vorstaedte	CH		0	Europe/Zurich	47.55061	7.5919				BS	1200	2701	
11789441	Gotthelf	gotthelf	CH		0	Europe/Zurich	47.55617	7.56778				BS	1200	2701	
11789442	Breite	breite	CH		0	Europe/Zurich	47.55359	7.61511				BS	1200	2701	
11789443	Succès	succes	CH		0	Europe/Zurich	47.0982	6.81513				NE	2402	6421	
11789444	Crêtets	cretets	CH		0	Europe/Zurich	47.09444	6.8274				NE	2402	6421	
11789445	Breite	breite	CH		0	Europe/Zurich	47.70422	8.62015				SH	1403	2939	
11789446	Wesemlin - Dreilinden	wesemlin-dreilinden	CH		0	Europe/Zurich	47.05773	8.31586				LU	311	1061	
11789447	Besso	besso	CH		0	Europe/Zurich	46.00561	8.9438				TI	2105	5192	
11789448	St-Jean - Aire	st-jean-aire	CH		0	Europe/Zurich	46.20502	6.11702				GE	2500	6621	
11789451	Neustadt - Voltastrasse	neustadt-voltastrasse	CH		0	Europe/Zurich	47.04144	8.30493				LU	311	1061	
11789452	Würzenbach - Schädrüti	wuerzenbach-schaedrueti	CH		0	Europe/Zurich	47.05701	8.34869				LU	311	1061	
11789453	Bruch - Gibraltar	bruch-gibraltar	CH		0	Europe/Zurich	47.05034	8.29945				LU	311	1061	
11789454	Croix-Fédérale	croix-federale	CH		0	Europe/Zurich	47.10504	6.84075				NE	2402	6421	
11789455	Clara	clara	CH		0	Europe/Zurich	47.56245	7.59953				BS	1200	2701	
11789456	Klybeck	klybeck	CH		0	Europe/Zurich	47.57598	7.59031				BS	1200	2701	
11789457	Kirchenfeld	kirchenfeld	CH		0	Europe/Zurich	46.94121	7.45083				BE	246	351	
11789458	Rotes Quartier	rotes-quartier	CH		0	Europe/Zurich	46.94783	7.44023				BE	246	351	
11789459	Beundenfeld	beundenfeld	CH		0	Europe/Zurich	46.96503	7.47075				BE	246	351	
11789460	Montchoisi	montchoisi	CH		0	Europe/Zurich	46.51202	6.63439				VD	2225	5586	
11789461	Grand-Pré - Vermont	grand-pre-vermont	CH		0	Europe/Zurich	46.21836	6.13792				GE	2500	6621	
11789462	Loreto	loreto	CH		0	Europe/Zurich	45.99788	8.94556				TI	2105	5192	
11789463	Breitenrain	breitenrain	CH		0	Europe/Zurich	46.9604	7.45045				BE	246	351	
11789464	Kappelerhof	kappelerhof	CH		0	Europe/Zurich	47.4829	8.28983				AG	1902	4021	
11789465	Ruopigen	ruopigen	CH		0	Europe/Zurich	47.06198	8.27152				LU	311	1061	
11789466	Neugass	neugass	CH		0	Europe/Zurich	47.19788	8.52359				ZG	900	1701	
11789467	Guthirt	guthirt	CH		0	Europe/Zurich	47.17748	8.51884				ZG	900	1711	
11789532	Unteraffoltern	unteraffoltern	CH		0	Europe/Zurich	47.4237	8.51033				ZH	112	261	
11789535	Maihof - Rotsee	maihof-rotsee	CH		0	Europe/Zurich	47.0665	8.31214				LU	311	1061	
11789537	Abeilles-Numa Droz	abeilles-numa-droz	CH		0	Europe/Zurich	47.10475	6.82959				NE	2402	6421	
11789539	Charrière	charriere	CH		0	Europe/Zurich	47.1085	6.83206				NE	2402	6421	
11789540	Kleinbasel Altstadt	kleinbasel-altstadt	CH		0	Europe/Zurich	47.56109	7.59293				BS	1200	2701	
11789542	Rosental	rosental	CH		0	Europe/Zurich	47.56749	7.60175				BS	1200	2701	
11789545	Hirzbrunnen	hirzbrunnen	CH		0	Europe/Zurich	47.569	7.61644				BS	1200	2701	
11789547	Hohmad	hohmad	CH		0	Europe/Zurich	46.74668	7.61949				BE	247	942	
11789549	Rüti	rueti	CH		0	Europe/Zurich	46.95514	7.50748				BE	246	363	
11789551	Länggasse	laenggasse	CH		0	Europe/Zurich	46.95284	7.43671				BE	246	351	
11789552	Lorraine	lorraine	CH		0	Europe/Zurich	46.95814	7.44392				BE	246	351	
11789554	Muesmatt	muesmatt	CH		0	Europe/Zurich	46.95343	7.42706				BE	246	351	
11789555	Beauregard	beauregard	CH		0	Europe/Zurich	46.80185	7.14643				FR	1004	2196	
11789556	Jura	jura	CH		0	Europe/Zurich	46.81128	7.14403				FR	1004	2196	
11789557	Trois-Portes	trois-portes	CH		0	Europe/Zurich	46.98955	6.91851				NE	2404	6458	
11789558	Alpes	alpes	CH		0	Europe/Zurich	46.99428	6.91534				NE	2404	6458	
11789559	Vinet - Pontaise	vinet-pontaise	CH		0	Europe/Zurich	46.53221	6.62677				VD	2225	5586	
11789560	Langgass - Heiligkreuz	langgass-heiligkreuz	CH		0	Europe/Zurich	47.44159	9.39516				SG	1721	3203	
11789561	Längi	laengi	CH		0	Europe/Zurich	47.53395	7.70927				BL	1303	2831	
11789562	Meierhof	meierhof	CH		0	Europe/Zurich	47.46724	8.29097				AG	1902	4021	
11789563	Prato Carasso	prato-carasso	CH		0	Europe/Zurich	46.20128	9.02761				TI	2101	5002	
11789564	Augarten	augarten	CH		0	Europe/Zurich	47.5469	7.76562				AG	1909	4258	
11789566	Langensand - Matthof	langensand-matthof	CH		0	Europe/Zurich	47.03954	8.32397				LU	311	1061	
11789567	Obergütsch - Untergütsch	oberguetsch-unterguetsch	CH		0	Europe/Zurich	47.04653	8.29695				LU	311	1061	
11789568	Unterlachen - Tribschen	unterlachen-tribschen	CH		0	Europe/Zurich	47.04261	8.31455				LU	311	1061	
11789569	Hirschmatt - Kleinstadt	hirschmatt-kleinstadt	CH		0	Europe/Zurich	47.04843	8.30723				LU	311	1061	
11789570	Bramberg - St. Karli	bramberg-st-karli	CH		0	Europe/Zurich	47.05662	8.29779				LU	311	1061	
11789571	Baselstrasse - Bernstrasse	baselstrasse-bernstrasse	CH		0	Europe/Zurich	47.05486	8.28717				LU	311	1061	
11789572	La Chiésaz	la-chiesaz	CH		0	Europe/Zurich	46.47191	6.88499				VD	2230	5888	
11789573	Rosenberg	rosenberg	CH		0	Europe/Zurich	47.4245	9.36547				SG	1721	3203	
11789574	Rotmonten	rotmonten	CH		0	Europe/Zurich	47.43949	9.37883				SG	1721	3203	
11789575	Obermöhlin	obermoehlin	CH		0	Europe/Zurich	47.55536	7.84759				AG	1909	4254	
11789576	Untermöhlin	untermoehlin	CH		0	Europe/Zurich	47.55683	7.84233				AG	1909	4254	
11789577	Linsenbühl - Dreilinden	linsenbuehl-dreilinden	CH		0	Europe/Zurich	47.42415	9.38556				SG	1721	3203	
11789578	La Cluse	la-cluse	CH		0	Europe/Zurich	46.19219	6.14222				GE	2500	6621	
11789579	Charmilles - Châtelaine	charmilles-chatelaine	CH		0	Europe/Zurich	46.21087	6.12376				GE	2500	6621	
11789580	Bouchet - Moillebeau	bouchet-moillebeau	CH		0	Europe/Zurich	46.21996	6.12539				GE	2500	6621	
11789581	Centre-Ville	centre-ville	CH		0	Europe/Zurich	46.51883	6.63287				VD	2225	5586	
11789582	Lugano Centro	lugano-centro	CH		0	Europe/Zurich	46.00701	8.95399		Centro		TI	2105	5192	
11789583	Cité - Centre	cite-centre	CH		0	Europe/Zurich	46.2003	6.14749				GE	2500	6621	
11789585	Neuaffoltern	neuaffoltern	CH		0	Europe/Zurich	47.4122	8.5247				ZH	112	261	
11789586	Innenstadt	innenstadt	CH		0	Europe/Zurich	47.42359	9.37429				SG	1721	3203	
11789587	Rhein	rhein	CH		0	Europe/Zurich	47.69682	8.64161				SH	1403	2939	
11789588	Centre	centre	CH		0	Europe/Zurich	46.99416	6.93289				NE	2404	6458	
11789589	Places	places	CH		0	Europe/Zurich	46.80548	7.15086				FR	1004	2196	
11789591	Lachen	lachen	CH		0	Europe/Zurich	47.41993	9.35683				SG	1721	3203	
11789592	Altstadt	altstadt	CH		0	Europe/Zurich	47.16565	8.51636				ZG	900	1711	
11789593	Milchbuck	milchbuck	CH		0	Europe/Zurich	47.39532	8.54053				ZH	112	261	
11789594	ONU	onu	CH		0	Europe/Zurich	46.226	6.13889				GE	2500	6621	
11789595	Molino Nuovo	molino-nuovo	CH		0	Europe/Zurich	46.01698	8.95595				TI	2105	5192	
11789604	Droit de Renan	droit-de-renan	CH		0	Europe/Zurich	47.12648	6.91787				BE	241	435	
11789606	Reckingen	reckingen	CH		0	Europe/Zurich	46.47032	8.24344		Reckingen VS		VS	2304	6077	
11789608	Reuenthal	reuenthal	CH		0	Europe/Zurich	47.60286	8.20395				AG	1911	4307	
11789611	St. Michael	st-michael	CH		0	Europe/Zurich	47.16244	8.51799				ZG	900	1711	
11789612	Kalkofen	kalkofen	CH		0	Europe/Zurich	47.24579	8.60901				ZH	106	295	
11789613	Maihof	maihof	CH		0	Europe/Zurich	47.06634	8.31477				LU	311	1061	
11789614	Obergütsch	oberguetsch	CH		0	Europe/Zurich	47.04605	8.29009				LU	311	1061	
11789615	Ennethorw	ennethorw	CH		0	Europe/Zurich	47.00828	8.30425				LU	312	1058	
11789616	Schwäbis	schwaebis	CH		0	Europe/Zurich	46.76385	7.61807				BE	247	939	
11789650	St. Moritz-Bad	st-moritz-bad	CH		0	Europe/Zurich	46.48495	9.83667				GR	1846	3787	
11789651	Stadtbach	stadtbach	CH		0	Europe/Zurich	46.95053	7.43268				BE	246	351	
11789652	Gryphenhübeli	gryphenhuebeli	CH		0	Europe/Zurich	46.94247	7.45997				BE	246	351	
11789653	Kappelisacker	kappelisacker	CH		0	Europe/Zurich	46.98482	7.47856				BE	246	362	
11789654	Engeried	engeried	CH		0	Europe/Zurich	46.96021	7.43538				BE	246	351	
11789655	Fraumatt	fraumatt	CH		0	Europe/Zurich	47.49427	7.72729				BL	1303	2829	
11789656	Bellerive - Schlössli	bellerive-schloessli	CH		0	Europe/Zurich	47.05698	8.3345				LU	311	1061	
11789658	Hirtenhof	hirtenhof	CH		0	Europe/Zurich	47.03588	8.32281				LU	311	1061	
11789659	Wyden	wyden	CH		0	Europe/Zurich	47.43836	8.21026				AG	1904	4092	
11789660	Müligass	mueligass	CH		0	Europe/Zurich	47.1997	8.52653				ZG	900	1701	
11789661	Junkholz	junkholz	CH		0	Europe/Zurich	47.53698	7.73201				AG	1909	4252	
11789662	Büttenen	buettenen	CH		0	Europe/Zurich	47.05572	8.35635				LU	311	1061	
11789663	Goldern	goldern	CH		0	Europe/Zurich	47.38025	8.05542				AG	1901	4001	
11789664	Äschi	aeschi	CH		0	Europe/Zurich	46.86996	7.56031				BE	246	616	
11789665	Glockenthal	glockenthal	CH		0	Europe/Zurich	46.76904	7.63094				BE	247	939	
11789666	Stöckacker	stoeckacker	CH		0	Europe/Zurich	46.94405	7.40109				BE	246	351	
11789667	Steinibach	steinibach	CH		0	Europe/Zurich	46.98514	7.45834				BE	246	361	
11789670	Seefeld	seefeld	CH		0	Europe/Zurich	46.7503	7.62902				BE	247	942	
11789671	Vira	vira	CH		0	Europe/Zurich	46.09722	8.92176				TI	2105	5199	
11789672	Kappelenring	kappelenring	CH		0	Europe/Zurich	46.96479	7.37569				BE	246	360	
11789673	Bel-Air	bel-air	CH		0	Europe/Zurich	47.11112	6.83015		Bel-Air		NE	2402	6421	
11789674	Pierre-à-Bot - Acacias	pierre-a-bot-acacias	CH		0	Europe/Zurich	46.99951	6.92091				NE	2404	6458	
11789675	Maladière - Mail	maladiere-mail	CH		0	Europe/Zurich	46.99795	6.94675		Maladiere - Mail,Maladière - Mail		NE	2404	6458	
11789677	Fischbach-Göslikon	fischbach-goeslikon	CH		0	Europe/Zurich	47.37168	8.30382		Fischbach-Goslikon		AG	1903	4067	
11789678	Loreto	loreto	CH		0	Europe/Zurich	47.17145	8.52453				ZG	900	1711	
11789679	Ronceboz-Sombeval	ronceboz-sombeval	CH		0	Europe/Zurich	47.19458	7.16575		Sonceboz-Sombeval		BE	241	444	
11789680	Pouillerel-Postiers-Chevreuils	pouillerel-postiers-chevreuils	CH		0	Europe/Zurich	47.09905	6.81135				NE	2402	6421	
11789681	Weissenstein	weissenstein	CH		0	Europe/Zurich	46.93758	7.42114		Weissenstein		BE	246	351	
11789682	Neuveville	neuveville	CH		0	Europe/Zurich	46.8038	7.1604		Neuveville		FR	1004	2196	
11789683	Schwarzes Quartier	schwarzes-quartier	CH		0	Europe/Zurich	46.94657	7.45618		Schwarzes Quartier		BE	246	351	
11789684	Beaux-Arts	beaux-arts	CH		0	Europe/Zurich	46.99209	6.93686		Beaux-Arts		NE	2404	6458	
11789696	Allmend	allmend	CH		0	Europe/Zurich	47.47372	8.29388				AG	1902	4021	
11789697	Unterort	unterort	CH		0	Europe/Zurich	47.24855	8.63273				ZH	106	293	
11789698	Schutzengel	schutzengel	CH		0	Europe/Zurich	47.19745	8.53675				ZG	900	1701	
11789700	Langass	langass	CH		0	Europe/Zurich	47.19691	8.52917				ZG	900	1701	
11789701	Kempraten	kempraten	CH		0	Europe/Zurich	47.23373	8.81893				SG	1726	3340	
11789702	Würzenbach	wuerzenbach	CH		0	Europe/Zurich	47.05238	8.34294				LU	311	1061	
11789705	Dangio-Torre	dangio-torre	CH		0	Europe/Zurich	46.4947	8.9524				TI	2102	5049	
11789732	Grünes Quartier	gruenes-quartier	CH		0	Europe/Zurich	46.9476	7.44888				BE	246	351	
11789734	Niederurdorf	niederurdorf	CH		0	Europe/Zurich	47.39013	8.41969				ZH	111	250	
11789738	Auge	auge	CH		0	Europe/Zurich	46.8085	7.16782				FR	1004	2196	
11789740	Bourg	bourg	CH		0	Europe/Zurich	46.81201	7.15884				FR	1004	2196	
11789741	Neufeld	neufeld	CH		0	Europe/Zurich	46.73921	7.61567				BE	247	942	
11789742	Centre	centre	CH		0	Europe/Zurich	47.10008	6.82634				NE	2402	6421	
11789743	Forges-Endroits	forges-endroits	CH		0	Europe/Zurich	47.092	6.80811				NE	2402	6421	
11789744	Hochwacht - Zürichstrasse	hochwacht-zuerichstrasse	CH		0	Europe/Zurich	47.05827	8.30637				LU	311	1061	
11789745	Altstadt - Wey	altstadt-wey	CH		0	Europe/Zurich	47.05405	8.30805				LU	311	1061	
11789746	Beauregard	beauregard	CH		0	Europe/Zurich	47.10885	6.82441				NE	2402	6421	
11789747	Altstadt	altstadt	CH		0	Europe/Zurich	46.76107	7.62899				BE	247	942	
11789748	Oberdorf	oberdorf	CH		0	Europe/Zurich	47.50089	8.59615				ZH	103	56	
11789749	Altstadt/Vieille ville	altstadt-vieille-ville	CH		0	Europe/Zurich	47.14068	7.2467				BE	242	371	
11789750	Oberuster	oberuster	CH		0	Europe/Zurich	47.34422	8.73166				ZH	109	198	
11789751	Ville Ancienne	ville-ancienne	CH		0	Europe/Zurich	47.10266	6.83298				NE	2402	6421	
11789752	Neustadt Süd/Nouvelle ville sud	neustadt-sued-nouvelle-ville-sud	CH		0	Europe/Zurich	47.13323	7.24677				BE	242	371	
11789755	Neustadt Nord/Nouvelle ville nord	neustadt-nord-nouvelle-ville-nord	CH		0	Europe/Zurich	47.13796	7.24372				BE	242	371	
11789757	Wey	wey	CH		0	Europe/Zurich	47.27266	8.33652				AG	1908	4236	
11789758	Nord	nord	CH		0	Europe/Zurich	46.99885	6.93677				NE	2404	6458	
11789759	Oberdorf	oberdorf	CH		0	Europe/Zurich	46.95814	8.38729				NW	700	1508	
11789782	Rehbüel-Hegetsberg	rehbueel-hegetsberg	CH		0	Europe/Zurich	47.35161	8.73156				ZH	109	198	
11789783	Neustadt	neustadt	CH		0	Europe/Zurich	47.17053	8.51727				ZG	900	1711	
11789786	Montriond - Cour	montriond-cour	CH		0	Europe/Zurich	46.51505	6.61527				VD	2225	5586	
11789787	Draizes - Vauseyon	draizes-vauseyon	CH		0	Europe/Zurich	46.98926	6.90435				NE	2404	6458	
11789789	Borde - Bellevaux	borde-bellevaux	CH		0	Europe/Zurich	46.53266	6.63012				VD	2225	5586	
11789790	Chailly - Rovéréaz	chailly-rovereaz	CH		0	Europe/Zurich	46.52311	6.65694				VD	2225	5586	
11789793	Heiligberg	heiligberg	CH		0	Europe/Zurich	47.47263	8.70881				ZH	110	230	
11789794	Lauenen-Hofstetten-Ried	lauenen-hofstetten-ried	CH		0	Europe/Zurich	46.75937	7.63479				BE	247	942	
11789795	Rebberg/Vignoble	rebberg-vignoble	CH		0	Europe/Zurich	47.14499	7.2463		Rebberg,Vignoble		BE	242	371	
11789796	Halde - Lützelmatt	halde-luetzelmatt	CH		0	Europe/Zurich	47.05513	8.32618				LU	311	1061	
11789797	Sternmatt - Hochrüti	sternmatt-hochrueti	CH		0	Europe/Zurich	47.03967	8.3079				LU	311	1061	
11789798	Beaulieu - Grey - Boisy	beaulieu-grey-boisy	CH		0	Europe/Zurich	46.53033	6.6216				VD	2225	5586	
11789799	Obergrund - Allmend	obergrund-allmend	CH		0	Europe/Zurich	47.03354	8.3079				LU	311	1061	
11789800	Mousquines - Bellevue	mousquines-bellevue	CH		0	Europe/Zurich	46.51744	6.64619				VD	2225	5586	
11789801	Bossons - Blécherette	bossons-blecherette	CH		0	Europe/Zurich	46.54142	6.62137				VD	2225	5586	
11789802	Himmelrich	himmelrich	CH		0	Europe/Zurich	47.19142	8.53646				ZG	900	1701	
11789803	Langdorf	langdorf	CH		0	Europe/Zurich	47.26741	8.34403				AG	1908	4236	
11789804	Pazallo	pazallo	CH		0	Europe/Zurich	45.98085	8.92867				TI	2105	5192	
11789805	Benziwil	benziwil	CH		0	Europe/Zurich	47.08826	8.27914				LU	313	1024	
11789806	Matterboden	matterboden	CH		0	Europe/Zurich	46.99351	8.31219				NW	700	1507	
11789809	Unterdorf	unterdorf	CH		0	Europe/Zurich	47.49423	9.46431				TG	2011	4421	
11789810	Langäcker	langaecker	CH		0	Europe/Zurich	47.42301	8.3641				AG	1902	4040	
11789812	Oberdorf	oberdorf	CH		0	Europe/Zurich	47.19611	8.52749				ZG	900	1701	
11789824	Seebli LWS	seebli-lws	CH		2	Europe/Zurich	47.01141	8.79024	1460	Hoch-Ybrig		SZ	506	1368	
11790337	Auenhofen	auenhofen	CH		0	Europe/Zurich	47.55782	9.30718				TG	2011	4416	
11790503	Kleinbösingen	kleinboesingen	CH		0	Europe/Zurich	46.89404	7.20531			2266	FR	1005	2266	
11790567	Rüegsau	rueegsau	CH		0	Europe/Zurich	47.02483	7.67395			956	BE	245	956	
11790571	Rümligen	ruemligen	CH		0	Europe/Zurich	46.82975	7.49542			879	BE	246	879	
11790577	Oberhünigen	oberhuenigen	CH		0	Europe/Zurich	46.88049	7.65696			629	BE	246	629	
11790583	Brünig	bruenig	CH		0	Europe/Zurich	46.75638	8.13777				BE	250	785	
11790594	Gächliwil	gaechliwil	CH		0	Europe/Zurich	47.12997	7.44759				SO	1103	2456	
11790964	Schwanden bei Brienz	schwanden-bei-brienz	CH		0	Europe/Zurich	46.75783	8.05478		Schwanden,Schwanden b. Brienz,Schwanden bei Brienz		BE	250	592	
11790976	Araschgen	araschgen	CH		0	Europe/Zurich	46.83128	9.54396				GR	1848	3901	
11791359	Höfen	hoefen	CH		0	Europe/Zurich	46.72103	7.56439		Hoefen b. Thun,Höfen b. Thun		BE	247	770	
11791360	Bleiken	bleiken	CH		0	Europe/Zurich	46.8136	7.6406		Bleiken b. Oberdiessbach		BE	246	619	
11791361	Aeschlen	aeschlen	CH		0	Europe/Zurich	46.83759	7.64451		Aeschlen b. Oberdiessbach		BE	246	619	
11791556	Busswil bei Melchnau	busswil-bei-melchnau	CH		0	Europe/Zurich	47.18583	7.83194		Busswil,Busswil b. Melchnau	325	BE	244	325	
11791557	Walliswil bei Niederbipp	walliswil-bei-niederbipp	CH		0	Europe/Zurich	47.23625	7.68991		Walliswil,Walliswil b. Niederbipp	990	BE	244	990	
11791558	Rüti bei Lyssach	rueti-bei-lyssach	CH		0	Europe/Zurich	47.05684	7.57679		Rueti,Rueti b. Lyssach,Rüti,Rüti b. Lyssach	422	BE	245	422	
11807165	Petit Vichères	petit-vicheres	CH		0	Europe/Zurich	45.99356	7.16665		Petit Vicheres (Liddes),Petit Vichères (Liddes)		VS	2303	6033	
11813893	Unterlüthärtigen	unterluthartigen	CH		0	Europe/Zurich	47.1881	8.5729		Unterluthartigen,Unterlüthärtigen		ZG			
11813895	Hinterblenggen	hinterblenggen	CH		0	Europe/Zurich	47.18798	7.8608		Hinterblenggen		BE			
11813896	Unterschwändi	unterschwandi	CH		0	Europe/Zurich	47.18759	8.78768		Unterschwandi,Unterschwändi		SZ			
11813897	Hinteralp	hinteralp	CH		0	Europe/Zurich	47.1874	8.24918		Hinteralp		LU			
11813899	Dorfengraben	dorfengraben	CH		0	Europe/Zurich	47.18724	9.44647		Dorfengraben		SG			
11813917	Gartis	gartis	CH		0	Europe/Zurich	47.19693	9.4367		Gartis		SG			
11813918	Stofel	stofel	CH		0	Europe/Zurich	47.19683	9.29655		Stofel		SG			
11813919	Unterrothenblatt	unterrothenblatt	CH		0	Europe/Zurich	47.19642	8.66132		Unterrothenblatt		ZH			
11813920	Unterzimbel	unterzimbel	CH		0	Europe/Zurich	47.19626	8.50736		Unterzimbel		ZG			
11813922	Unterschwendi	unterschwendi	CH		0	Europe/Zurich	47.19558	9.26569		Unterschwendi		SG			
11813927	Oberrothenblatt	oberrothenblatt	CH		0	Europe/Zurich	47.18989	8.66025		Oberrothenblatt		ZH			
11813929	Unterfeld	unterfeld	CH		0	Europe/Zurich	47.1897	7.86826		Unterfeld		LU			
11813930	Oberblasenberg	oberblasenberg	CH		0	Europe/Zurich	47.19997	8.34838		Oberblasenberg		AG			
11813931	Oberalikon	oberalikon	CH		0	Europe/Zurich	47.19943	8.35934		Oberalikon		AG			
11813933	Oberschwendi	oberschwendi	CH		0	Europe/Zurich	47.19905	9.27055		Oberschwendi		SG			
11813934	Möösli	moosli	CH		0	Europe/Zurich	47.19893	9.43721		Moosli,Möösli		SG			
11813936	Unterer Muttenhof	unterer-muttenhof	CH		0	Europe/Zurich	47.19747	7.51047		Unterer Muttenhof		SO			
11817092	Unterfuchshalde	unterfuchshalde	CH		0	Europe/Zurich	47.20487	8.34904		Unterfuchshalde		AG			
11817093	Unterdeibüel	unterdeibuel	CH		0	Europe/Zurich	47.21133	8.53357		Unterdeibuel,Unterdeibüel		ZG			
11817094	Unterchamau	unterchamau	CH		0	Europe/Zurich	47.20785	8.4092		Unterchamau		ZG			
11817115	Unterbüessikon	unterbuessikon	CH		0	Europe/Zurich	47.21406	8.55733		Unterbuessikon,Unterbüessikon		ZG			
11817116	Unterblasenberg	unterblasenberg	CH		0	Europe/Zurich	47.20164	8.35532		Unterblasenberg		AG			
11817117	Unterberghof	unterberghof	CH		0	Europe/Zurich	47.20464	7.85745		Unterberghof		LU			
11817118	Unteralikon	unteralikon	CH		0	Europe/Zurich	47.20053	8.36547		Unteralikon		AG			
11817125	Plättli	plattli	CH		0	Europe/Zurich	47.20603	9.33147		Plattli,Plättli		SG			
11817126	Plattenweid	plattenweid	CH		0	Europe/Zurich	47.20635	9.31894		Plattenweid		SG			
11817128	Oberzügholz	oberzugholz	CH		0	Europe/Zurich	47.20201	8.01647		Oberzugholz,Oberzügholz		LU			
11817129	Obersteiggi	obersteiggi	CH		0	Europe/Zurich	47.21538	8.34543		Obersteiggi		AG			
11817130	Oberstaffeln	oberstaffeln	CH		0	Europe/Zurich	47.21692	8.88212		Oberstaffeln		SG			
11817131	Obersängi	obersangi	CH		0	Europe/Zurich	47.21212	7.83563		Obersangi,Obersängi		BE			
11817132	Oberreussegg	oberreussegg	CH		0	Europe/Zurich	47.20626	8.39268		Oberreussegg		AG			
11817134	Oberchelen	oberchelen	CH		0	Europe/Zurich	47.21364	8.60008		Oberchelen		ZH			
11817135	Oberchamau	oberchamau	CH		0	Europe/Zurich	47.20405	8.40748		Oberchamau		ZG			
11817136	Oberberghof	oberberghof	CH		0	Europe/Zurich	47.20765	7.86181		Oberberghof		LU			
11817137	Muren	muren	CH		0	Europe/Zurich	47.20773	9.30671		Muren		SG			
11817138	Lipp	lipp	CH		0	Europe/Zurich	47.20856	9.31898		Lipp		SG			
11817141	Hüfern	hufern	CH		0	Europe/Zurich	47.20825	9.21002		Hufern,Hüfern		SG			
11817142	Hinterlinig	hinterlinig	CH		0	Europe/Zurich	47.20316	7.92445		Hinterlinig		LU			
11817143	Hinterhueb	hinterhueb	CH		0	Europe/Zurich	47.20319	7.94368		Hinterhueb		LU			
11817144	Hinterfeldenmoos	hinterfeldenmoos	CH		0	Europe/Zurich	47.20724	8.14404		Hinterfeldenmoos		LU			
11817147	Hagliis	hagliis	CH		0	Europe/Zurich	47.2054	9.2214		Hagliis		SG			
11817149	Gumpist	gumpist	CH		0	Europe/Zurich	47.20877	9.21194		Gumpist		SG			
11817152	Ennetthur	ennetthur	CH		0	Europe/Zurich	47.20708	9.31648		Ennetthur		SG			
11817154	Chalchofen	chalchofen	CH		0	Europe/Zurich	47.21301	9.44172		Chalchofe,Chalchofen		SG			
11817156	Brudermäl	brudermal	CH		0	Europe/Zurich	47.20163	9.43588		Brudermal,Brudermäl		SG			
11817157	Bodenweidli	bodenweidli	CH		0	Europe/Zurich	47.20812	9.35789		Bodenweidli		SG			
11829860	Unteriwi	unteriwi	CH		0	Europe/Zurich	46.83431	8.12818		Unteriwi		OW			
11829861	Oberhowäldli	oberhowaldli	CH		0	Europe/Zurich	46.98614	8.12679		Oberhowaldli,Oberhowäldli		LU			
11829862	Mitteliwi	mitteliwi	CH		0	Europe/Zurich	46.83304	8.1261		Mitteliwi		OW			
11829863	Unterschwerzi	unterschwerzi	CH		0	Europe/Zurich	47.08775	8.12549		Unterschwerzi		LU			
11829864	Oberrot	oberrot	CH		0	Europe/Zurich	47.10632	8.12536		Oberrot		LU			
11829865	Vordergrund	vordergrund	CH		0	Europe/Zurich	46.93322	8.12516		Vordergrund		LU			
11829866	Untergründli	untergrundli	CH		0	Europe/Zurich	46.93098	8.125		Untergrundli,Untergründli		LU			
11829867	Obergründli	obergrundli	CH		0	Europe/Zurich	46.92901	8.12459		Obergrundli,Obergründli		LU			
11829868	Vorderrotbach	vorderrotbach	CH		0	Europe/Zurich	46.92124	8.12301		Vorderrotbach		LU			
11829869	Hintergrund	hintergrund	CH		0	Europe/Zurich	46.93133	8.12211		Hintergrund		LU			
11829870	Unterrot	unterrot	CH		0	Europe/Zurich	47.10763	8.12146		Unterrot		LU			
11829871	Oberiwi	oberiwi	CH		0	Europe/Zurich	46.83286	8.12064		Oberiwi		OW			
11829872	Unterfarnere	unterfarnere	CH		0	Europe/Zurich	47.05675	8.11602		Unterfarnere		LU			
11829873	Vorderschwändeli	vorderschwandeli	CH		0	Europe/Zurich	46.96468	8.11598		Vorderschwandeli,Vorderschwändeli		LU			
11829874	Oberfarnere	oberfarnere	CH		0	Europe/Zurich	47.05789	8.11551		Oberfarnere		LU			
11829875	Untertribschwande	untertribschwande	CH		0	Europe/Zurich	47.04235	8.11357		Untertribschwande		LU			
11829876	Grosshegen	grosshegen	CH		0	Europe/Zurich	47.02415	8.11301		Grosshegen		LU			
11829877	Mittelrotbach	mittelrotbach	CH		0	Europe/Zurich	46.90981	8.11206		Mittelrotbach		LU			
11829878	Unterro	unterro	CH		0	Europe/Zurich	47.07738	8.1116		Unterro		LU			
11829879	Oberblattegg	oberblattegg	CH		0	Europe/Zurich	47.00065	8.11119		Oberblattegg		LU			
11829880	Obertribschwande	obertribschwande	CH		0	Europe/Zurich	47.04131	8.11035		Obertribschwande		LU			
11829881	Im Mittlesten Wandel	im-mittlesten-wandel	CH		0	Europe/Zurich	46.7146	8.12962		Im Mittlesten Wandel		BE			
11829882	Unterbrüederemättli	unterbruederemattli	CH		0	Europe/Zurich	46.95271	8.12838		Unterbruederemattli,Unterbrüederemättli		LU			
11830659	Vorderricke	vorderricke	CH		0	Europe/Zurich	47.08083	8.03451		Vorderricke		LU			
11830660	Unterstudeweid	unterstudeweid	CH		0	Europe/Zurich	47.09482	8.04131		Unterstudeweid		LU			
11830661	Untergober	untergober	CH		0	Europe/Zurich	47.01259	8.0419		Untergober		LU			
11830662	Unterbrand	unterbrand	CH		0	Europe/Zurich	46.91252	8.03672		Unterbrand		LU			
11830663	Steinhusen	steinhusen	CH		0	Europe/Zurich	47.04286	8.0477		Steinhusen		LU			
11830664	Schwandfluh	schwandfluh	CH		0	Europe/Zurich	47.01638	8.04922		Schwandfluh		LU			
11830665	Schwand	schwand	CH		0	Europe/Zurich	47.01912	8.04903		Schwand		LU			
11830666	Oberstudeweid	oberstudeweid	CH		0	Europe/Zurich	47.09319	8.03979		Oberstudeweid		LU			
11830667	Oberhaselholz	oberhaselholz	CH		0	Europe/Zurich	46.9873	8.03499		Oberhaselholz		LU			
11830668	Oberflüehüttenboden	oberfluehuttenboden	CH		0	Europe/Zurich	46.81387	8.03804		Oberfluehuttenboden,Oberflüehüttenboden		LU			
11830669	Neufluhacher	neufluhacher	CH		0	Europe/Zurich	47.04411	8.04297		Neufluhacher		LU			
11830670	Mittelfluhacher	mittelfluhacher	CH		0	Europe/Zurich	47.04259	8.03694		Mittelfluhacher		LU			
11830671	Mittelfarnere	mittelfarnere	CH		0	Europe/Zurich	46.92856	8.03786		Mittelfarnere		LU			
11830672	Kleinschwand	kleinschwand	CH		0	Europe/Zurich	47.0684	8.04019		Kleinschwand		LU			
11830673	Hittboden	hittboden	CH		0	Europe/Zurich	46.72169	8.03768		Hittboden		BE			
11830674	Hinterricke	hinterricke	CH		0	Europe/Zurich	47.07861	8.03409		Hinterricke		LU			
11830675	Hinterätzleschwand	hinteratzleschwand	CH		0	Europe/Zurich	47.04494	8.03618		Hinteratzleschwand,Hinterätzleschwand		LU			
11835565	Zeugweid	zeugweid	CH		0	Europe/Zurich	47.01744	8.06978		Zeugweid		LU			
11835566	Zeughof	zeughof	CH		0	Europe/Zurich	47.01452	8.07253		Zeughof		LU			
11835579	Vorderwyttenbach	vorderwyttenbach	CH		0	Europe/Zurich	46.95035	7.83173		Vorderwyttenbach		BE			
11835580	Vorderwingey	vorderwingey	CH		0	Europe/Zurich	46.92178	7.82106		Vorderwingey		BE			
11835581	Vordersteinmöösli	vordersteinmoosli	CH		0	Europe/Zurich	46.82216	7.82457		Vordersteinmoosli,Vordersteinmöösli		BE			
11835582	Vordersenggen	vordersenggen	CH		0	Europe/Zurich	46.87405	7.80547		Vordersenggen		BE			
11835583	Vorderschwendi	vorderschwendi	CH		0	Europe/Zurich	46.9678	7.83895		Vorderschwendi		BE			
11835584	Vorderschnydersgrabe	vorderschnydersgrabe	CH		0	Europe/Zurich	47.08709	7.80535		Vorderschnydersgrabe		BE			
11835585	Vorderriegenen	vorderriegenen	CH		0	Europe/Zurich	46.93446	7.82973		Vorderriegenen		BE			
11835586	Vorderlüdern	vorderludern	CH		0	Europe/Zurich	47.00672	7.83514		Vorderludern,Vorderlüdern		BE			
11835587	Vorderkammershaus	vorderkammershaus	CH		0	Europe/Zurich	46.9356	7.81682		Vorderkammershaus		BE			
11835588	Vordergraben	vordergraben	CH		0	Europe/Zurich	47.03197	7.80749		Vordergraben		BE			
11835589	Vordergiebel	vordergiebel	CH		0	Europe/Zurich	46.94035	7.80713		Vordergiebel		BE			
11835590	Unterwallenstalden	unterwallenstalden	CH		0	Europe/Zurich	46.94562	7.83523		Unterwallenstalden		BE			
11835591	Untertiefenbach	untertiefenbach	CH		0	Europe/Zurich	46.92192	7.82886		Untertiefenbach		BE			
11835592	Untersteckengrat	untersteckengrat	CH		0	Europe/Zurich	46.97305	7.83414		Untersteckengrat		BE			
11835593	Unterstärenberg	unterstarenberg	CH		0	Europe/Zurich	46.92028	7.81604		Unterstarenberg,Unterstärenberg		BE			
11835594	Unterschwändi	unterschwandi	CH		0	Europe/Zurich	47.00651	7.80627		Unterschwandi,Unterschwändi		BE			
11835595	Unterschützenalp	unterschutzenalp	CH		0	Europe/Zurich	47.01217	7.82153		Unterschutzenalp,Unterschützenalp		BE			
11835596	Unterschönenwald	unterschonenwald	CH		0	Europe/Zurich	46.8292	7.83577		Unterschonenwald,Unterschönenwald		BE			
11835597	Untersängi	untersangi	CH		0	Europe/Zurich	47.21424	7.84078		Untersangi,Untersängi		BE			
11835598	Unterrislau	unterrislau	CH		0	Europe/Zurich	47.00025	7.83174		Unterrislau		BE			
11835599	Untermatten	untermatten	CH		0	Europe/Zurich	46.95837	7.80694		Untermatten		BE			
11835600	Unterlingummen	unterlingummen	CH		0	Europe/Zurich	46.91294	7.80636		Unterlingummen		BE			
11835601	Unterhürlisegg	unterhurlisegg	CH		0	Europe/Zurich	46.86076	7.83483		Unterhurlisegg,Unterhürlisegg		BE			
11835602	Unterhürlisegg	unterhurlisegg	CH		0	Europe/Zurich	46.85964	7.83264		Unterhurlisegg,Unterhürlisegg		BE			
11835603	Unterhabegg	unterhabegg	CH		0	Europe/Zurich	46.93525	7.8231		Unterhabegg		BE			
11835604	Untergrosstannen	untergrosstannen	CH		0	Europe/Zurich	46.87699	7.81229		Untergrosstannen		BE			
11835605	Untergrindlen	untergrindlen	CH		0	Europe/Zurich	46.94984	7.82493		Untergrindlen		BE			
11835606	Unteregg	unteregg	CH		0	Europe/Zurich	46.97358	7.8087		Unteregg		BE			
11835607	Unterbrammer	unterbrammer	CH		0	Europe/Zurich	46.91857	7.83151		Unterbrammer		BE			
11835608	Unterbrach	unterbrach	CH		0	Europe/Zurich	46.86898	7.8092		Unterbrach		BE			
11835609	Unteräbnit	unterabnit	CH		0	Europe/Zurich	47.04201	7.80652		Unterabnit,Unteräbnit		BE			
11835611	Spitzenegghohlen	spitzenegghohlen	CH		0	Europe/Zurich	46.96065	7.82028		Spitzenegghohlen		BE			
11835612	Schwarzenbachberg	schwarzenbachberg	CH		0	Europe/Zurich	47.10545	7.81809		Schwarzenbachberg		BE			
11835615	Riegenenlöchli	riegenenlochli	CH		0	Europe/Zurich	46.93368	7.83614		Riegenenlochli,Riegenenlöchli		BE			
11835616	Riegenenfölzi	riegenenfolzi	CH		0	Europe/Zurich	46.93422	7.8394		Riegenenfolzi,Riegenenfölzi		BE			
11835617	Pfaffenmooshubel	pfaffenmooshubel	CH		0	Europe/Zurich	46.83897	7.83273		Pfaffenmooshubel		BE			
11835618	Pfaffenmoosalp	pfaffenmoosalp	CH		0	Europe/Zurich	46.83517	7.82353		Pfaffenmoosalp		BE			
11835619	Ortbachbergli	ortbachbergli	CH		0	Europe/Zurich	46.91825	7.83637		Ortbachbergli		BE			
11835620	Oberzälg	oberzalg	CH		0	Europe/Zurich	47.07854	7.8134		Oberzalg,Oberzälg		BE			
11835621	Oberwallenstalden	oberwallenstalden	CH		0	Europe/Zurich	46.94496	7.83739		Oberwallenstalden		BE			
11835622	Obertiefenbach	obertiefenbach	CH		0	Europe/Zurich	46.91987	7.8288		Obertiefenbach		BE			
11835623	Oberschwändi	oberschwandi	CH		0	Europe/Zurich	47.00444	7.80501		Oberschwandi,Oberschwändi		BE			
11835624	Oberschützenalp	oberschutzenalp	CH		0	Europe/Zurich	47.00995	7.81812		Oberschutzenalp,Oberschützenalp		BE			
11835625	Oberrislau	oberrislau	CH		0	Europe/Zurich	46.99952	7.83652		Oberrislau		BE			
11835626	Oberrafrüti	oberrafruti	CH		0	Europe/Zurich	46.99796	7.8166		Oberrafruti,Oberrafrüti		BE			
11835627	Oberolternen	oberolternen	CH		0	Europe/Zurich	46.9628	7.83595		Oberolternen		BE			
11835628	Oberlingummen	oberlingummen	CH		0	Europe/Zurich	46.91026	7.80506		Oberlingummen		BE			
11835629	Oberknubelhütte	oberknubelhutte	CH		0	Europe/Zurich	46.82667	7.8171		Oberknubelhutte,Oberknubelhütte		BE			
11835630	Oberheidbühl	oberheidbuhl	CH		0	Europe/Zurich	46.86965	7.80275		Oberheidbuhl,Oberheidbühl		BE			
11835631	Oberhegen	oberhegen	CH		0	Europe/Zurich	46.9037	7.82113		Oberhegen		BE			
11835632	Oberhapbach	oberhapbach	CH		0	Europe/Zurich	46.93019	7.82686		Oberhapbach		BE			
11835633	Oberhägsbach	oberhagsbach	CH		0	Europe/Zurich	47.08219	7.81797		Oberhagsbach,Oberhägsbach		BE			
11835634	Oberhabegg	oberhabegg	CH		0	Europe/Zurich	46.9354	7.8242		Oberhabegg		BE			
11835635	Obergrosstannen	obergrosstannen	CH		0	Europe/Zurich	46.87491	7.81368		Obergrosstannen		BE			
11835636	Obergrindlen	obergrindlen	CH		0	Europe/Zurich	46.95144	7.8235		Obergrindlen		BE			
11835637	Obergraben	obergraben	CH		0	Europe/Zurich	47.03176	7.81022		Obergraben		BE			
11835639	Oberbühl	oberbuhl	CH		0	Europe/Zurich	47.09349	7.8398		Oberbuhl,Oberbühl		BE			
11835640	Oberbrammer	oberbrammer	CH		0	Europe/Zurich	46.91279	7.82859		Oberbrammer		BE			
11835641	Oberbrach	oberbrach	CH		0	Europe/Zurich	46.86646	7.8096		Oberbrach		BE			
11835642	Oberauswil	oberauswil	CH		0	Europe/Zurich	47.13664	7.83132		Oberauswil		BE			
11835643	Oberäbnit	oberabnit	CH		0	Europe/Zurich	47.04075	7.81105		Oberabnit,Oberäbnit		BE			
11835644	Mittelkammershaus	mittelkammershaus	CH		0	Europe/Zurich	46.93779	7.82002		Mittelkammershaus		BE			
11835645	Mittelhegen	mittelhegen	CH		0	Europe/Zurich	46.90564	7.8251		Mittelhegen		BE			
11835646	Mittelhapbach	mittelhapbach	CH		0	Europe/Zurich	46.932	7.82578		Mittelhapbach		BE			
11835647	Mittelgiebel	mittelgiebel	CH		0	Europe/Zurich	46.9398	7.809		Mittelgiebel		BE			
11835648	Mittelbühl	mittelbuhl	CH		0	Europe/Zurich	46.86581	7.8031		Mittelbuhl,Mittelbühl		BE			
11835649	Innerlauterstalden	innerlauterstalden	CH		0	Europe/Zurich	46.81736	7.83795		Innerlauterstalden		BE			
11835650	Honeggli	honeggli	CH		0	Europe/Zurich	46.80282	7.82638		Honeggli		BE			
11835651	Hinterriegenen	hinterriegenen	CH		0	Europe/Zurich	46.93433	7.83372		Hinterriegenen		BE			
11835652	Hintermatten	hintermatten	CH		0	Europe/Zurich	46.96108	7.80833		Hintermatten		BE			
11835653	Hinterkrümpel	hinterkrumpel	CH		0	Europe/Zurich	46.91122	7.8394		Hinterkrumpel,Hinterkrümpel		BE			
11835654	Hinterkammershaus	hinterkammershaus	CH		0	Europe/Zurich	46.93873	7.82098		Hinterkammershaus		BE			
11835655	Hinterkadelmann	hinterkadelmann	CH		0	Europe/Zurich	46.90575	7.80402		Hinterkadelmann		BE			
11835656	Hintergraben	hintergraben	CH		0	Europe/Zurich	47.02839	7.81057		Hintergraben		BE			
11835657	Hintergiebel	hintergiebel	CH		0	Europe/Zurich	46.93813	7.81489		Hintergiebel		BE			
11835659	Hinterbühl	hinterbuhl	CH		0	Europe/Zurich	46.86371	7.80264		Hinterbuhl,Hinterbühl		BE			
11835660	Heimigeneuhus	heimigeneuhus	CH		0	Europe/Zurich	47.08355	7.81349		Heimigeneuhus		BE			
11835662	Grosshonegg	grosshonegg	CH		0	Europe/Zurich	46.79706	7.82444		Grosshonegg		BE			
11835666	Fiechtenberg	fiechtenberg	CH		0	Europe/Zurich	47.11342	7.82278		Fiechtenberg		BE			
11835667	Eggboden	eggboden	CH		0	Europe/Zurich	46.97357	7.81168		Eggboden		BE			
11835668	Bühlmatte	buhlmatte	CH		0	Europe/Zurich	47.09549	7.83052		Buhlmatte,Bühlmatte		BE			
11835669	Brammerboden	brammerboden	CH		0	Europe/Zurich	46.91665	7.83157		Brammerboden		BE			
11835670	Ausserschönenwald	ausserschonenwald	CH		0	Europe/Zurich	46.8329	7.83181		Ausserschonenwald,Ausserschönenwald		BE			
11835671	Aussergrindlen	aussergrindlen	CH		0	Europe/Zurich	46.95014	7.82108		Aussergrindlen		BE			
11835672	Althonegg	althonegg	CH		0	Europe/Zurich	46.80179	7.82757		Althonegg		BE			
11835673	Vorderangst	vorderangst	CH		0	Europe/Zurich	46.9352	8.07074		Vorderangst		LU			
11835674	Unterzwischenwassern	unterzwischenwassern	CH		0	Europe/Zurich	46.994	8.0609		Unterzwischenwassern		LU			
11835675	Unterzeug	unterzeug	CH		0	Europe/Zurich	47.01363	8.07041		Unterzeug		LU			
11835676	Unterwiden	unterwiden	CH		0	Europe/Zurich	46.99741	8.06052		Unterwiden		LU			
11835677	Unterwermelingen	unterwermelingen	CH		0	Europe/Zurich	47.07902	8.06963		Unterwermelingen		LU			
11835678	Unterschwanden	unterschwanden	CH		0	Europe/Zurich	46.75939	8.05447		Unterschwanden		BE			
11835679	Unternachzel	unternachzel	CH		0	Europe/Zurich	46.96717	8.07277		Unternachzel		LU			
11835680	Unterburg	unterburg	CH		0	Europe/Zurich	46.97635	8.07034		Unterburg		LU			
11835681	Unteraltweg	unteraltweg	CH		0	Europe/Zurich	46.9787	8.07432		Unteraltweg		LU			
11835682	Unterägerdi	unteragerdi	CH		0	Europe/Zurich	46.77023	8.06092		Unteragerdi,Unterägerdi		BE			
11835683	Schwander Unterwengen	schwander-unterwengen	CH		0	Europe/Zurich	46.82917	8.07334		Schwander Unterwengen		OW			
11835684	Oberschwanden	oberschwanden	CH		0	Europe/Zurich	46.75993	8.06248		Oberschwanden		BE			
11835685	Schruffeneggweid	schruffeneggweid	CH		0	Europe/Zurich	47.0488	8.0528		Schruffeneggweid		LU			
11835686	Oberwiden	oberwiden	CH		0	Europe/Zurich	46.99764	8.05467		Oberwiden		LU			
11835687	Oberschlund	oberschlund	CH		0	Europe/Zurich	46.96612	8.06408		Oberschlund		LU			
11835688	Obersattelschlucht	obersattelschlucht	CH		0	Europe/Zurich	46.86248	8.0626		Obersattelschlucht		LU			
11835689	Oberroth	oberroth	CH		0	Europe/Zurich	47.12953	8.06793		Oberroth		LU			
11835690	Obernachzel	obernachzel	CH		0	Europe/Zurich	46.96502	8.07175		Obernachzel		LU			
11835691	Oberbad	oberbad	CH		0	Europe/Zurich	47.04692	8.06609		Oberbad		LU			
11835692	Oberägerdi	oberagerdi	CH		0	Europe/Zurich	46.76941	8.06308		Oberagerdi,Oberägerdi		BE			
11835693	Neuzeug	neuzeug	CH		0	Europe/Zurich	47.01535	8.07211		Neuzeug		LU			
11835694	Hinterangst	hinterangst	CH		0	Europe/Zurich	46.93278	8.06731		Hinterangst		LU			
11835695	Guggernell-Neuhaus	guggernell-neuhaus	CH		0	Europe/Zurich	47.05761	8.0631		Guggernell-Neuhaus		LU			
11835696	Ebnit ob Than	ebnit-ob-than	CH		0	Europe/Zurich	46.9857	8.07245		Ebnit ob Than		LU			
11835697	Ausserchratzereberg	ausserchratzereberg	CH		0	Europe/Zurich	46.92809	8.05251		Ausserchratzereberg		LU			
11844917	Dürretännli	durretannli	CH		0	Europe/Zurich	46.72311	7.40256		Durretannli,Dürretännli		BE			
11844918	Burgli	burgli	CH		0	Europe/Zurich	46.71524	7.36367		Burgli		BE			
11844920	Büel	buel	CH		0	Europe/Zurich	46.877	7.39368		Buel,Büel		BE			
11844922	Bubenberg	bubenberg	CH		0	Europe/Zurich	46.90283	7.42036		Bubenberg		BE			
11844923	Bruuchere	bruuchere	CH		0	Europe/Zurich	46.87963	7.37187		Bruuchere		BE			
11844924	Bäumlisacker	baumlisacker	CH		0	Europe/Zurich	46.97994	7.36808		Baumlisacker,Bäumlisacker		BE			
11844925	Äugstebruch	augstebruch	CH		0	Europe/Zurich	46.7784	7.40853		Augstebruch,Äugstebruch		BE			
11844927	Wohlengraben	wohlengraben	CH		0	Europe/Zurich	46.97	7.36247		Wohlengraben		BE			
11844928	Waldriedweideni	waldriedweideni	CH		0	Europe/Zurich	46.65993	7.40955		Waldriedweideni		BE			
11844929	Vordermutten	vordermutten	CH		0	Europe/Zurich	46.80776	7.37494		Vordermutten		BE			
11844930	Vorderi Richisalp	vorderi-richisalp	CH		0	Europe/Zurich	46.66377	7.38139		Vorderi Richisalp		BE			
11844931	Vorderexe	vorderexe	CH		0	Europe/Zurich	46.78359	7.39323		Vorderexe		BE			
11844932	Vorderdettige	vorderdettige	CH		0	Europe/Zurich	46.96998	7.40639		Vorderdettige		BE			
11845025	Obersteyen	obersteyen	CH		0	Europe/Zurich	46.80244	7.37552		Obersteyen		BE			
11845026	Underwyde	underwyde	CH		0	Europe/Zurich	46.79849	7.38516		Underwyde		BE			
11845027	Oberwyden	oberwyden	CH		0	Europe/Zurich	46.79509	7.37962		Oberwyden		BE			
11845031	Unteräugste	unteraugste	CH		0	Europe/Zurich	46.77716	7.40805		Unteraugste,Unteräugste		BE			
11845032	Ottenleuenbad	ottenleuenbad	CH		0	Europe/Zurich	46.731	7.3665		Ottenleuenbad		BE			
11845035	Underi Zeennevorschess	underi-zeennevorschess	CH		0	Europe/Zurich	46.71761	7.39711		Underi Zeennevorschess		BE			
11845036	Rächt Hengst	racht-hengst	CH		0	Europe/Zurich	46.71014	7.3945		Racht Hengst,Rächt Hengst		BE			
11845037	Mittleren Chrutböden	mittleren-chrutboden	CH		0	Europe/Zurich	46.68888	7.36468		Mittleren Chrutboden,Mittleren Chrutböden		FR			
11845038	Schattig Riprächte	schattig-riprachte	CH		0	Europe/Zurich	46.68526	7.41771		Schattig Riprachte,Schattig Riprächte		BE			
11845040	Hinter Richisalp	hinter-richisalp	CH		0	Europe/Zurich	46.66922	7.38017		Hinter Richisalp		BE			
11845169	Oberer Nussbaum	oberer-nussbaum	CH		0	Europe/Zurich	46.85186	7.41484		Oberer Nussbaum		BE			
11845171	Louelenacher	louelenacher	CH		0	Europe/Zurich	46.89969	7.41926		Louelenacher		BE			
11845173	Hinterlindachwald	hinterlindachwald	CH		0	Europe/Zurich	47.0161	7.39553		Hinterlindachwald		BE			
11845175	Haltli	haltli	CH		0	Europe/Zurich	46.8826	7.40929		Haltli		BE			
11845176	Gouchheit	gouchheit	CH		0	Europe/Zurich	46.87865	7.37476		Gouchheit		BE			
11845327	Unteräschi	unteraschi	CH		0	Europe/Zurich	46.86322	7.39623		Unteraschi,Unteräschi		BE			
11845328	Uettligenfeld	uettligenfeld	CH		0	Europe/Zurich	46.98323	7.39899		Uettligenfeld		BE			
11845329	Thaufeld	thaufeld	CH		0	Europe/Zurich	46.88221	7.37972		Thaufeld		BE			
11845387	Sonnige Schwendi	sonnige-schwendi	CH		0	Europe/Zurich	46.86361	7.41641		Sonnige Schwendi		BE			
11845389	Scheuermatt	scheuermatt	CH		0	Europe/Zurich	46.97985	7.37854		Scheuermatt		BE			
12042147	Röfels	roefels	CH		0	Europe/Zurich	47.01	9.54472				GR	1845	3953	
12077152	(former) Roman Catholic Diocese of Geneva	former-roman-catholic-diocese-of-geneva	CH		0	Europe/Zurich	46.20486	6.13753				GE	2500	6621	
12097108	Ferenberg	ferenberg	CH		0	Europe/Zurich	46.96812	7.53142	722			BE	246	352	
12097109	Bantigen	bantigen	CH		0	Europe/Zurich	46.97413	7.51783				BE	246	352	
12097110	Bangerten bei Worb	bangerten-bei-worb	CH		0	Europe/Zurich	46.94648	7.58488				BE	246	627	
12097111	Aetzrütti	aetzruetti	CH		0	Europe/Zurich	46.96635	7.60007				BE	246	359	
12196344	Roman Catholic Diocese of Chur	roman-catholic-diocese-of-chur	CH		0	Europe/Zurich	46.84769	9.53522				GR	1848	3901	
12213989	Schänzli	schaenzli	CH		0	Europe/Zurich	47.53995	7.62299				BL	1301	2770	
12213990	Neuhaus	neuhaus	CH		0	Europe/Zurich	47.58147	7.60181				BS	1200	2701	
12232618	Lüderenalp	luederenalp	CH		10	Europe/Zurich	47.00227	7.82667	1130			BE	245	957	
12237754	Chelin	chelin	CH		413	Europe/Zurich	46.26788	7.44743	768			VS	2311	6240	
2657886	Zwingen	zwingen	CH	4222	2162	Europe/Zurich	47.43825	7.53027		Cvingen,ci wen gen,Цвинген,茨溫根		BL	1302	2793	
2657887	Zweisimmen	zweisimmen	CH	3770	2813	Europe/Zurich	46.55539	7.37302		Cvajzimmen,Zweisimmen,Zweisimmeni vald,ci wei xi men,Цвайзиммен,茨韋西門		BE	248	794	
2657888	Zweilütschinen	zweilutschinen	CH	3815	0	Europe/Zurich	46.63184	7.90135		Zweilutschinen,Zweilütschinen		BE	250	578	
2657890	Zuzgen	zuzgen	CH	4315	863	Europe/Zurich	47.52508	7.89986				AG	1909	4264	
2657891	Bad Zurzach	bad-zurzach	CH	5330	4213	Europe/Zurich	47.58764	8.29365		Bad Zurzach,Bad-Curcakh,Zurzach,Zurzacha,bad tswrtsy,bad zywrzash,chu er cha he,Бад-Цурцах,باد تسورتسی,باد زيورزاش,楚爾察赫	1911	AG	1911	4323	
2657955	Wollerau	wollerau	CH	8832	6883	Europe/Zurich	47.19478	8.71903		Vollerau,Wollerau,fwlraw,wwlraw,Воллерау,فولراو,وولراؤ		SZ	503	1321	
2657956	Wolhusen	wolhusen	CH	6110	4050	Europe/Zurich	47.05983	8.07389		Vol'khuzen,Wolhusen,wo hu sen,Вольхузен,沃胡森		LU	316	1009	
2657957	Wolfwil	wolfwil	CH	4628	2079	Europe/Zurich	47.26871	7.79652		Vol'fvil',Wolfwil,wo er fu wei er,Вольфвиль,沃爾夫維爾		SO	1101	2408	
2657961	Wolfenschiessen	wolfenschiessen	CH	6386	2080	Europe/Zurich	46.90322	8.39423		Vol'fenshissen,Wolfenschiessen,Вольфеншиссен		NW	700	1511	
2657967	Wittnau	wittnau	CH	5064	1062	Europe/Zurich	47.48139	7.97577			4181	AG	1906	4181	
2657968	Wittenbach	wittenbach	CH	9300	8542	Europe/Zurich	47.46108	9.38601		Vittenbakh,Wittenbach,Wittenbach SG,wei teng ba he,Виттенбах,維滕巴赫		SG	1721	3204	
2657896	Zürich	zurich	CH	8000	341730	Europe/Zurich	47.36667	8.55		Cirihe,Cirikh,Ciurichas,Cjurikh,Cjurikh khot,Cjurykh,Cuerih,Curych,Cürih,Cīrihe,Lungsod ng Zuerich,Lungsod ng Zürich,Su-la-sie,Suerix,Syurix,Sürix,Sŭ-là̤-sié,Tsuerix,Tsurique,Tsürix,Turicum,Turitg,ZRH,Zeurich,Zirich,Zirik,Zuerich,Zuerigh,Zuerih,Zuric,Zurich,Zuricu,Zurigh,Zurigo,Zuriko,Zurique,Zurych,Zurìcu,Zyriche,Zyrihu,Zúric,Zúrich,Zürich,Zürigh,Zürih,churihhi,chwilihi,curikku,jhyurika,jurikha,su li shi,su rik,suricc,tsiurikhi,tsyryk,zi'urikha,zwrykh,zyryk,zyurikha,zywrch,zywrh,zywrkh,Ζυρίχη,Цирих,Цюрих,Цюрих хот,Цюрых,Ցյուրիխ,ציריך,زوريخ,زوریخ,زيورخ,زیورخ,زیورچ,سيۇرىخ,څوریخ,ܙܝܘܪܚ,ܬܣܝܪܝܟ,ज़्यूरिख़,झ्युरिक,জুরিখ,ਜ਼ਿਊਰਿਖ,சூரிக்கு,സൂറിച്ച്,ซูริก,ဇူးရစ်ချ်မြို့,ციურიხი,ዙሪክ,チューリッヒ,苏黎世,蘇黎世,취리히	ZH	ZH	112	261	
2657898	Zuoz	zuoz	CH	7524	1209	Europe/Zurich	46.60206	9.95965		Cuoc,Zuoz,Zuses,Zutz,Zuz,chu ao ci,tsuotsu,Цуоц,ツオーツ,楚奧茨		GR	1846	3791	
2657899	Zunzgen	zunzgen	CH	4455	2632	Europe/Zurich	47.44925	7.80789		Cuncgen,Zunzgen,cong ci gen,Цунцген,聰茨根	2869	BL	1304	2869	
2657900	Zumikon	zumikon	CH	8126	4424	Europe/Zurich	47.33158	8.62271		Cumikon,chu mi kong,Цумикон,楚米孔		ZH	107	160	
2657901	Zumholz	zumholz	CH	1719	447	Europe/Zurich	46.75462	7.29146		Zumholz,Zumholz FR,chu mu huo er ci,楚姆霍爾茨		FR	1006	2299	
2657903	Zullwil	zullwil	CH	4234	587	Europe/Zurich	47.39108	7.60047		Cul'vil',Zullwil,chu er wei er,Цульвиль,楚爾維爾		SO	1110	2622	
2657908	Zug	zug	CH	6300	23435	Europe/Zurich	47.17242	8.51745	425	Cug,Tugium,ZLM,Zoug,Zug,Zugo,Цуг	ZG	ZG	900	1711	
2657909	Zuckenriet	zuckenriet	CH	9526	0	Europe/Zurich	47.48508	9.16157				SG	1728	3423	
2657910	Zuchwil	zuchwil	CH	4528	9268	Europe/Zurich	47.20173	7.56649		Cukhvil',chu he wei er,Цухвиль,楚赫維爾		SO	1106	2534	
2657912	Zollikon	zollikon	CH	8702	5812	Europe/Zurich	47.34019	8.57407		Collikon,Zollikon,Zollikon Dorf,cuo li kong,zwlykwn,Цолликон,زولیکون,措利孔		ZH	107	161	
2657913	Zollikofen	zollikofen	CH	3052	9121	Europe/Zurich	46.99905	7.45809		Colikofen,Collikofen,cuo li ke fen,Цолликофен,Цолікофен,措利科芬		BE	246	361	
2657914	Zollbrück	zollbruck	CH	3436	0	Europe/Zurich	46.97446	7.74376		Zollbruck,Zollbrück		BE	245	903	
2657915	Zofingen	zofingen	CH	4800	11451	Europe/Zurich	47.28779	7.94586		Cofingen,ZLL,Zofingen,Zofingo,Zofingue,Zofinguen,choping-gen,tsu~ofingen,zu fen gen,zwfngn,zwfnzhan,zwfynjyn,Цофинген,زوفنژان,زوفنگن,زوفينجين,ツォフィンゲン,祖芬根,초핑겐	1910	AG	1910	4289	
2657916	Zizers	zizers	CH	7205	3009	Europe/Zurich	46.93575	9.56491	561	Cicers,Zezras,Zir,Zizers,Zizuris,qi ce si,Цицерс,齊策斯		GR	1845	3947	
2657918	Zinal	zinal	CH	3961	0	Europe/Zurich	46.13426	7.62868	1640	Zinal		VS	2311	6252	
2657919	Zimmerwald	zimmerwald	CH	3086	806	Europe/Zurich	46.88091	7.47713		Zimmerwald		BE	246	877	
2657920	Zillis	zillis	CH	7432	0	Europe/Zurich	46.6341	9.4423	945	Zillis,Zirano,Ziraun		GR	1851	3712	
2657921	Zihlschlacht	zihlschlacht	CH	8588	0	Europe/Zurich	47.52065	9.25736		Zihlschlacht		TG	2015	4511	
2657922	Ziegelbrücke	ziegelbrucke	CH	8866	0	Europe/Zurich	47.1324	9.06029				GL	800	1630	
2657926	Zernez	zernez	CH	7530	1053	Europe/Zurich	46.69862	10.09268		Cernec,Gumpus de Ernece,Zernes,Zernez,ce er nei ci,tsu~erunettsu,Цернец,ツェルネッツ,策爾內茨		GR	1843	3746	
2657928	Zermatt	zermatt	CH	3920	6629	Europe/Zurich	46.01998	7.74863	1608	Cermat,Cermatt,Prat-Borgno,Pratobornum,Prât-Borgno,QZB,Zermatt,cai er ma te,cheleumateu,tsu~erumatto,zrmat,zrmt,zyrmat,Цермат,Церматт,צרמט,زرمات,زيرمات,ცერმატი,ツェルマット,采尔马特,체르마트		VS	2313	6300	
2657929	Zeneggen	zeneggen	CH	3934	259	Europe/Zurich	46.27341	7.86535		ce nei gen,策內根		VS	2313	6299	
2657933	Zeihen	zeihen	CH	5079	993	Europe/Zurich	47.47633	8.08506		Cajehn,Cajen,Nieder-Zeihen,Zeihen,cai heng,Цайен,Цайэн,蔡亨		AG	1906	4183	
2657934	Zeglingen	zeglingen	CH	4495	526	Europe/Zurich	47.41723	7.90616		Ceglingen,Zeglingen,ce ge lin gen,Цеглинген,策格林根		BL	1304	2868	
2657935	Zäziwil	zaziwil	CH	3532	1535	Europe/Zurich	46.90196	7.66185		Cecivil',ce qi wei er,Цецивиль,策齊維爾		BE	246	628	
2657939	Yvorne	yvorne	CH	1853	885	Europe/Zurich	46.33122	6.95872				VD	2221	5415	
2657940	Yvonand	yvonand	CH	1462	2401	Europe/Zurich	46.80034	6.74249	436	yi wo nan,伊沃南		VD	2224	5939	
2657998	Wigoltingen	wigoltingen	CH	8556	2040	Europe/Zurich	47.5977	9.03141		Vigol'tingen,Wigoltingen,wei ge er ting gen,Вигольтинген,維戈爾廷根		TG	2015	4951	
2657941	Yverdon-les-Bains	yverdon-les-bains	CH	1400	23702	Europe/Zurich	46.77852	6.64115		Aebura,Eburodunum,Iverdon le Ben,Iverdon-Le-Ben,Iverdon-le-Ben,Iverdonas,Yverden,Yverdon,ZLJ,aywrdwn lbn,ibeleudonglebaeng,yafrdwn lyh bayn,yi wei er dong,Ивердон ле Бен,Ивердон-Ле-Бен,Ивердон-ле-Бен,איוורדון-לה-בן,ایوردون لبن,يافردون ليه باين,イヴェルドン・レ・バン,伊韋爾東,이베르동레뱅	2224	VD	2224	5938	
2657942	Yens	yens	CH	1169	997	Europe/Zurich	46.51901	6.4185		yang cun,扬村		VD	2227	5655	
2657943	Wyssachen	wyssachen	CH	4954	1251	Europe/Zurich	47.07851	7.82922		Visakhen,Wyssachen,wei sa xing,Висахен,維薩興		BE	244	960	
2657944	Wynigen	wynigen	CH	3472	2090	Europe/Zurich	47.10586	7.66681		Vinigen,Wynigen,wei ni gen,Виниген,維尼根		BE	245	424	
2657945	Wynau	wynau	CH	4923	1610	Europe/Zurich	47.2557	7.81626		Vinau,wei nao,Винау,維瑙		BE	244	345	
2657947	Würenlos	wurenlos	CH	5436	5497	Europe/Zurich	47.44205	8.36261		Vjurenlos,Wurenlos,Würenlos,wei lun luo si,Вюренлос,維倫洛斯		AG	1902	4048	
2657948	Würenlingen	wurenlingen	CH	5303	3741	Europe/Zurich	47.53356	8.25666		Vjurenlingen,Wuerenlingen,Wurenling,Würenling,Würenlingen,wei lun lin gen,Вюренлинген,維倫林根		AG	1902	4047	
2657949	Wuppenau	wuppenau	CH	9514	957	Europe/Zurich	47.49633	9.10904		Vuppenau,wu po nao,Вуппенау,武珀瑙		TG	2015	4791	
2657950	Wünnewil	wunnewil	CH	3184	0	Europe/Zurich	46.874	7.27734		Wunnewil,Wünnewil		FR	1006	2309	
2657952	Worblaufen	worblaufen	CH	3048	0	Europe/Zurich	46.97967	7.45809				BE	246	362	
2657953	Worben	worben	CH	3252	2042	Europe/Zurich	47.10279	7.29518		Vorben,wo er ben,Ворбен,沃爾本		BE	243	755	
2657954	Worb	worb	CH	3076	11053	Europe/Zurich	46.92984	7.56306		Vorb,Worb,wo er bu,wwrb,Ворб,وورب,沃爾布		BE	246	627	
2657970	Winterthur	winterthur	CH	8400	91908	Europe/Zurich	47.50564	8.72413		Eulachstadt,Vintehrtur,Vintertour,Vintertur,Vintertura,Vinterturas,Vinterturi,Vinterturo,Vintertūra,Vintertūras,Vitudurum,Winterthour,Winterthur,ZLI,binteotueo,fyntrtwr,vu~intato~uru,wen te tu er,wntrtwr,Βίντερτουρ,Винтертур,Вінтертур,Вінтэртур,فينترتور,ونترتور,ونٹرتھر,ვინტერთური,ヴィンタートゥール,温特图尔,빈터투어	110	ZH	110	230	
2657973	Winkel	winkel	CH	8185	0	Europe/Zurich	47.01285	8.31654				LU	312	1058	
2657974	Winikon	winikon	CH	6235	685	Europe/Zurich	47.236	8.04827		Winikon		LU	314	1104	
2657975	Windlach	windlach	CH	8175	366	Europe/Zurich	47.54091	8.47376				ZH	104	100	
2657976	Windisch	windisch	CH	5210	6689	Europe/Zurich	47.47899	8.21842				AG	1904	4123	
2657977	Wimmis	wimmis	CH	3752	2237	Europe/Zurich	46.67587	7.63972		Vimmis,Wimmis,wei mi si,Виммис,維米斯		BE	249	769	
2657978	Willisau	willisau	CH	6130	3125	Europe/Zurich	47.12183	7.99418		Villizau,Willisau Stadt,wei li shao,wyl lyzw,Виллизау,ویل لیزو,維利紹	315	LU	315	1151	
2657980	Wileroltigen	wileroltigen	CH	3207	400	Europe/Zurich	46.97094	7.23922		Vilerol'tigen,wei lai luo er di gen,Вилерольтиген,維萊羅爾蒂根		BE	246	671	
2657988	Wildhaus	wildhaus	CH	9658	1221	Europe/Zurich	47.20583	9.35402		Vil'dkhaus,Wildhaus,Wildhaus SG,Вильдхаус,وائلڈہاؤس		SG	1727	3359	
2657989	Wilderswil	wilderswil	CH	3812	2303	Europe/Zurich	46.66369	7.86175		Vil'dersvil',Wilderswil,vu~irudasuvu~iru,wei er de si wei er,Вильдерсвиль,ヴィルダースヴィル,維爾德斯維爾		BE	250	594	
2657990	Wildegg	wildegg	CH	5103	0	Europe/Zurich	47.41467	8.16357				AG	1907	4203	
2657991	Wildberg	wildberg	CH	8489	344	Europe/Zurich	47.42585	8.81669				ZH	108	182	
2657992	Wilchingen	wilchingen	CH	8217	2193	Europe/Zurich	47.66745	8.46774	424	Vil'khingen,Wilchingen,Вильхинген		SH	1406	2974	
2657993	Wila	wila	CH	8492	1387	Europe/Zurich	47.41928	8.84524				ZH	108	181	
2657997	Wikon	wikon	CH	4806	1218	Europe/Zurich	47.26339	7.96801				LU	315	1147	
2658001	Wiggen	wiggen	CH	6192	0	Europe/Zurich	46.89628	7.90876		Wiggen		LU	316	1010	
2658002	Wiggen	wiggen	CH	6192	0	Europe/Zurich	46.6601	8.53432				UR	400	1208	
2658005	Davos Wiesen	davos-wiesen	CH	7494	360	Europe/Zurich	46.70388	9.71391		Davos Wiesen,Wiesen		GR	1849	3851	
2658006	Wiedlisbach	wiedlisbach	CH	4537	2213	Europe/Zurich	47.25194	7.6461		Wiedlisbach		BE	244	995	
2658011	Wettingen	wettingen	CH	5430	18191	Europe/Zurich	47.47049	8.31636		Vetingenas,Vetingo,Vettingen,Wettingen,ZLF,wei ting gen,wtnzhan,wytynghyn,Веттинген,وتنژان,ويتينغين,韋廷根		AG	1902	4021	
2658014	Werthenstein	werthenstein	CH	6106	1909	Europe/Zurich	47.05578	8.10182		Vertenshtajn,Werthenstein,wei teng si tai yin,Вертенштайн,韋滕斯泰因		LU	316	1009	
2658015	Wernetshausen	wernetshausen	CH	8342	571	Europe/Zurich	47.29914	8.86462				ZH	105	117	
2658016	Wergenstein	wergenstein	CH	7433	0	Europe/Zurich	46.62655	9.40691				GR	1851	3715	
2658018	Werdenberg	werdenberg	CH	9470	0	Europe/Zurich	47.16976	9.45494				SG	1724	3273	
2658020	Wengen	wengen	CH	3823	0	Europe/Zurich	46.60599	7.92013		Vengen,Wengen,ZLE,wen gen,wngn,wynjn,Венген,ونگن,وينجن,溫根		BE	250	584	
2658021	Welschenrohr	welschenrohr	CH	4716	1179	Europe/Zurich	47.28052	7.52664		Vel'shenror,Welschenrohr,wei er shen luo er,Вельшенрор,韋爾申羅爾		SO	1102	2430	
2658022	Weisstannen	weisstannen	CH	7326	0	Europe/Zurich	46.99108	9.34258				SG	1725	3293	
2658024	Weisslingen	weisslingen	CH	8484	1975	Europe/Zurich	47.43063	8.76787				ZH	108	180	
2658032	Weissenburg	weissenburg	CH	3764	0	Europe/Zurich	46.65822	7.47604		Weissenburg		BE	249	766	
2658034	Weissbad	weissbad	CH	9057	0	Europe/Zurich	47.30892	9.43468				AI	1600	3105	
2658036	Weinfelden	weinfelden	CH	8570	9414	Europe/Zurich	47.56667	9.1		Vajnfel'den,Vajnfelden,Weinfeld,Weinfelden,ZLD,wei yin fei er deng,Вайнфельден,Вајнфелден,韋因費爾登	2015	TG	2015	4946	
2658038	Weggis	weggis	CH	6353	3863	Europe/Zurich	47.03208	8.43219		Veggis,Weggis,vu~eggisu,wei ji si,Веггис,ヴェッギス,韋吉斯		LU	312	1069	
2658039	Wegenstetten	wegenstetten	CH	4317	1080	Europe/Zurich	47.49797	7.93141		Vegenshtetten,Wegenstetten,wei gen shi tai teng,Вегенштеттен,韋根施泰滕		AG	1909	4262	
2658040	Weesen	weesen	CH	8872	1402	Europe/Zurich	47.13447	9.09644	420	Vezen,wei sen,wysn,Везен,ویسن,韋森		SG	1726	3316	
2658041	Wauwil	wauwil	CH	6242	1657	Europe/Zurich	47.18457	8.021		Vauvil',Wauwil,wo wei er,Ваувиль,沃維爾		LU	315	1127	
2658042	Wattwil	wattwil	CH	9630	8089	Europe/Zurich	47.29955	9.08657		Vattvil',Wattwil,wa te wei er,Ваттвиль,瓦特維爾		SG	1727	3379	
2658043	Wattenwil	wattenwil	CH	3665	2788	Europe/Zurich	46.76973	7.50835		Vattenvil',Wattenwil,Wattenwil BE,wa teng wei er,Ваттенвиль,瓦滕維爾		BE	247	886	
2658044	Wasterkingen	wasterkingen	CH	8195	521	Europe/Zurich	47.58956	8.47121				ZH	103	70	
2658046	Wasserauen	wasserauen	CH	9057	0	Europe/Zurich	47.28342	9.42575				AI	1600	3105	
2658050	Wangs	wangs	CH	7323	0	Europe/Zurich	47.03263	9.43285		Wangs		SG	1725	3297	
2658051	Wängi	wangi	CH	9545	4051	Europe/Zurich	47.49654	8.95325		Vengi,Wangi,Wängi,wen ji,Венги,文吉		TG	2014	4781	
2658052	Wangen an der Aare	wangen-an-der-aare	CH	3380	1944	Europe/Zurich	47.23208	7.65253		Vangen-na-Are,Wangen,Wangen an der Aare,Wangen ce Aro,Wangen ĉe Aro,a lei he pan wang gen,wazhan an dr ar,Ванген-на-Аре,واژان آن در ار,阿勒河畔旺根		BE	244	992	
2658055	Walzenhausen	walzenhausen	CH	9428	2120	Europe/Zurich	47.44867	9.60495		Val'cenkhauzen,Walzenhausen,Вальценхаузен		AR	1503	3037	
2658058	Waltenschwil	waltenschwil	CH	5622	2192	Europe/Zurich	47.33339	8.29791		Val'tenshvil',Waltenschwil,wa teng shi wei er,Вальтеншвиль,瓦滕施維爾		AG	1908	4240	
2658060	Wallisellen	wallisellen	CH	8304	11705	Europe/Zurich	47.41499	8.59672		Vallizellen,wa li sai lun,wlyzwlan,Валлизеллен,ولیزولان,瓦利塞倫		ZH	103	69	
2658061	Walenstadt	walenstadt	CH	8880	5000	Europe/Zurich	47.12411	9.31194		Valenshtadt,Valenurbo,Walenstadt,Wallendstadt,Wallenstadt,wa lun shi ta te,wlanstdt,Валенштадт,ولانستدت,瓦倫施塔特		SG	1725	3298	
2658062	Wallenried	wallenried	CH	1784	458	Europe/Zurich	46.87361	7.11577				FR	1005	2254	
2658063	Wallenbuch	wallenbuch	CH	3206	120	Europe/Zurich	46.92948	7.22539				FR	1005	2262	
2658064	Walkringen	walkringen	CH	3512	1817	Europe/Zurich	46.94856	7.6204		Val'kringen,Walkringen,Валькринген		BE	246	626	
2658066	Waldstatt	waldstatt	CH	9104	1722	Europe/Zurich	47.35627	9.28345		Val'dshtatt,Val'dstat,Waldstatt,Вальдстат,Вальдштатт,والدشٹاٹ		AR	1501	3007	
2658067	Waldkirch	waldkirch	CH	9205	3137	Europe/Zurich	47.46859	9.28665		Waldkirch		SG	1721	3444	
2658068	Wäldi	waldi	CH	8564	957	Europe/Zurich	47.63421	9.09504		Vel'di,Waldi,Wäldi,wei er di,Вельди,韋爾迪		TG	2013	4701	
2658071	Waldenburg	waldenburg	CH	4437	1337	Europe/Zurich	47.38333	7.75		Val'denburg,Valntenmpournk,Waldenburg,Waldenburg BL,Waldenburg i Sveits,wa er deng bao,wldanbwrg  swyys,Βάλντενμπουργκ,Вальденбург,ولدانبورگ، سوئیس,瓦尔登堡	1305	BL	1305	2895	
2658075	Walchwil	walchwil	CH	6318	3268	Europe/Zurich	47.10169	8.51693		Walchwil		ZG	900	1710	
2658081	Wagenhausen	wagenhausen	CH	8259	1524	Europe/Zurich	47.66003	8.84782		Vagenkhauzen,Wagenhausen,Wagenhausen TG,wa gen hao sen,Вагенхаузен,瓦根豪森		TG	2012	4871	
2658084	Wabern	wabern	CH	3084	0	Europe/Zurich	46.92987	7.45079				BE	246	355	
2658085	Vulpera	vulpera	CH	7552	0	Europe/Zurich	46.78631	10.28346				GR	1843	3762	
2658086	Vullierens	vullierens	CH	1115	402	Europe/Zurich	46.57397	6.48193		wei li lang,维利朗		VD	2227	5654	
2658087	Vuiteboeuf	vuiteboeuf	CH	1445	451	Europe/Zurich	46.80922	6.55043				VD	2224	5766	
2658088	Vuisternens-en-Ogoz	vuisternens-en-ogoz	CH	1696	0	Europe/Zurich	46.70815	7.05398		Vuisternens,Vuisternens-en-Ogoz		FR	1004	2236	
2658090	Vuadens	vuadens	CH	1628	1835	Europe/Zurich	46.61545	7.01732		Vuadens,Wuadingen,Wüadingen,wei a dang,維阿當		FR	1003	2160	
2658092	Vrin	vrin	CH	7149	273	Europe/Zurich	46.65555	9.09949		Vrin,fu lin,Врин,弗林		GR	1850	3618	
2658093	Vouvry	vouvry	CH	1896	3296	Europe/Zurich	46.33746	6.8895		Vouvry,wu fu li,武夫里		VS	2308	6159	
2658096	Vorderthal	vorderthal	CH	8857	1006	Europe/Zurich	47.12172	8.90225		Vorder Waggithal,Vorder Wäggithal,Vordertal,Vorderthal		SZ	505	1348	
2658103	Vordemwald	vordemwald	CH	4803	1661	Europe/Zurich	47.27585	7.90114		Fordemval'd,wo de mu wa de,Фордемвальд,沃德姆瓦德		AG	1910	4287	
2658107	Vitznau	vitznau	CH	6354	1496	Europe/Zurich	47.01014	8.4842		Vicnau,Vitznau,fittsunau,wei ci nao,Вицнау,フィッツナウ,維茨瑙		LU	312	1068	
2658108	Vissoie	vissoie	CH	3961	436	Europe/Zurich	46.21622	7.58639		Vissoie,Vissoye		VS	2311	6252	
2658110	Visperterminen	visperterminen	CH	3932	1440	Europe/Zurich	46.25899	7.90192		fei si po tai er mi nen,菲斯珀泰爾米嫩		VS	2313	6298	
2658112	Visp	visp	CH	3930	6576	Europe/Zurich	46.2937	7.88149		Fisp,Viege,Visp i Sveits,Vispo,Viège,ZLB,fei si pu,wysp,Фисп,ویسپ,菲斯普	2313	VS	2313	6297	
2658115	Vionnaz	vionnaz	CH	1895	1719	Europe/Zurich	46.31101	6.90062		Viona,wei ao na,維奧納		VS	2308	6158	
2658116	Vinzel	vinzel	CH	1184	284	Europe/Zurich	46.44827	6.27817		Vinzel		VD	2228	5863	
2658117	Vilters	vilters	CH	7324	0	Europe/Zurich	47.02614	9.45322				SG	1725	3297	
2658118	Villnachern	villnachern	CH	5213	1473	Europe/Zurich	47.47098	8.15975		Fil'nakhern,fei er na he en,Фильнахерн,菲爾納赫恩		AG	1904	4122	
2658119	Villmergen	villmergen	CH	5612	5489	Europe/Zurich	47.35009	8.24762		Fil'mergen,Villmergen,fei er mo gen,Фильмерген,菲爾默根		AG	1903	4080	
2658120	Villigen	villigen	CH	5234	1381	Europe/Zurich	47.52682	8.21486		Filligen,fei li gen,Филлиген,菲利根		AG	1904	4121	
2658122	Villeret	villeret	CH	2613	915	Europe/Zurich	47.15838	7.01889				BE	241	448	
2658125	Villarvolard	villarvolard	CH	1651	262	Europe/Zurich	46.64527	7.10736		Villarvolard		FR	1003	2129	
2658126	Villars-sur-Ollon	villars-sur-ollon	CH	1884	2500	Europe/Zurich	46.29832	7.05631	1250	Vijjar-sjur-Olon,Vilar sur Oljonas,Villar,Villar-sjur-Olon,Villars,Villars / Ollon,ZLA,Вийяр-сюр-Олон,Виллар,Виллар-сюр-Олон,וילאר-סור-אולון		VD	2221	5409	
2658128	Villars-sur-Glâne	villars-sur-glane	CH	1752	10021	Europe/Zurich	46.79054	7.11717		Villars ce Glano,Villars ĉe Glano,ge la ne he pan wei la er,格拉訥河畔維拉爾		FR	1004	2228	
2658129	Villars-le-Grand	villars-le-grand	CH	1584	294	Europe/Zurich	46.90488	6.98999	471			VD	2222	5464	
2658130	Villarsiviriaux	villarsiviriaux	CH	1694	0	Europe/Zurich	46.69939	7.01032		Villarsiviriaux		FR	1002	2114	
2658131	Villarsel-le-Gibloux	villarsel-le-gibloux	CH	1695	207	Europe/Zurich	46.71305	7.01773		Villarsel,Villarsel-le-Gibloux		FR	1004	2236	
2658132	Vella	vella	CH	7144	0	Europe/Zurich	46.718	9.17224		Vella,Villa		GR	1850	3618	
2658134	Vignogn	vignogn	CH	7147	175	Europe/Zurich	46.69958	9.15607		Vigens,Vignogn,Vigogn		GR	1850	3618	
2658135	Viganello	viganello	CH	6962	6375	Europe/Zurich	46.01342	8.96879				TI	2105	5192	
2658137	Vicques	vicques	CH	2824	1741	Europe/Zurich	47.35	7.41342		Vicques,Vicques JU,Vicques i Sveits,wei ke,維克		JU	2601	6730	
2658138	Vicosoprano	vicosoprano	CH	7603	469	Europe/Zurich	46.35112	9.6208		Vicosoprano,Vicus Supranus,Vikosoprano,Visavran,Викосопрано		GR	1846	3792	
2658139	Viano	viano	CH	7747	0	Europe/Zurich	46.25333	10.13941		Viano		GR	1842	3551	
2658141	Veytaux	veytaux	CH	1820	747	Europe/Zurich	46.42129	6.93048		Veytaux-Chillon,wei tuo,维托		VD	2230	5891	
2658142	Veysonnaz	veysonnaz	CH	1993	408	Europe/Zurich	46.19521	7.33556		wei song na,韋松納		VS	2312	6267	
2658143	Veyrier	veyrier	CH	1255	9800	Europe/Zurich	46.16699	6.18436		Verier,Veyrier GE,Vêriér,beilie,vu~eirie,wei li ye,ヴェイリエ,韦里耶,베이리에		GE	2500	6645	
2658144	Vex	vex	CH	1981	1418	Europe/Zurich	46.21239	7.39826		Vex,Vex VS,wei ke si,韋克斯		VS	2305	6089	
2658145	Vevey	vevey	CH	1800	15812	Europe/Zurich	46.46299	6.84345		Lungsod ng Vevey,V'ove,Veve,Vevey,Vevê,Vevė,Vibiscum,ZKZ,beube,fyfy,veve,vuvu~ei,wo wei,ww wh,wwh,Βεβέ,Веве,Вьове,ווה,فيفي,وو وه,เวอแว,ვევე,ヴヴェイ,沃韦,브베	2230	VD	2230	5890	
2658146	Vétroz	vetroz	CH	1963	4137	Europe/Zurich	46.22171	7.27858		Vetro,Vetroz,Vètro,Vétroz,wei te luo,韋特羅		VS	2302	6025	
2658147	Vésenaz	vesenaz	CH	1222	0	Europe/Zurich	46.2403	6.19749		Vezenaz		GE	2500	6616	
2658151	Versoix	versoix	CH	1290	11467	Europe/Zurich	46.28382	6.16214		Versoix,Versoix-la-Raison,Versouex,Versua,Vèrsouèx,beleusua,fyrswks,vu~erusowa,wei er su wa,wrswa zhh aw,Версуа,فيرسوكس,ورسوآ ژه او,ヴェルソワ,韦尔苏瓦,베르수아		GE	2500	6644	
2658152	Verscio	verscio	CH	6653	1009	Europe/Zurich	46.18482	8.73224		Versc,Verscio,wei er si qiao,韋爾斯喬		TI	2104	5396	
2658153	Versam	versam	CH	7104	223	Europe/Zurich	46.79205	9.3378		Ferzam,Versamia,Versomi,wei er sa mu,Ферзам,韋爾薩姆		GR	1850	3672	
2658154	Vernier	vernier	CH	1214	30086	Europe/Zurich	46.21702	6.08497		Vernie,Vernier,Vernije,Vèrniér,beleunie,fyrnayr,vu~erunie,wei er nie,wrnyh  swyys,Верние,Верније,فيرناير,ورنیه، سوئیس,ヴェルニエ,韦尔涅,베르니에		GE	2500	6643	
2658157	Vernayaz	vernayaz	CH	1904	1612	Europe/Zurich	46.13667	7.03906		wei er na ya,韋爾納亞		VS	2310	6219	
2658158	Vernamiège	vernamiege	CH	1961	150	Europe/Zurich	46.21171	7.4313		Vernamiege,Vernamiège		VS	2305	6090	
2658160	Vermes	vermes	CH	2829	355	Europe/Zurich	47.32692	7.47648		Vermes,Vermes JU,wei er mei,韋爾梅		JU	2601	6730	
2658162	Vergeletto	vergeletto	CH	6664	89	Europe/Zurich	46.22706	8.60208		Varsgialet,Vergeletto,wei wei jie lai tuo,韋維傑萊托		TI	2104	5136	
2658163	Verdasio	verdasio	CH	6655	0	Europe/Zurich	46.16512	8.63654		Verdasio		TI	2104	5397	
2658164	Verdabbio	verdabbio	CH	6538	157	Europe/Zurich	46.26846	9.15723		Verdabbio		GR	1847	3832	
2658166	Vercorin	vercorin	CH	3967	0	Europe/Zurich	46.25653	7.53104	1340			VS	2311	6232	
2658168	Verbier	verbier	CH	1936	2000	Europe/Zurich	46.1002	7.22651		Verb'e,Verbier,ZKY,vu~erubie,wrbyr,Вербье,وربئر,ヴェルビエ		VS	2303	6037	
2658171	Vendlincourt	vendlincourt	CH	2943	578	Europe/Zurich	47.4526	7.15128		Vendlincourt,wang de lin ku er,旺德林庫爾		JU	2603	6806	
2658177	Vaulruz	vaulruz	CH	1627	916	Europe/Zurich	46.62164	6.9882		Vaulruz,wo er lu zi,沃爾呂茲		FR	1003	2155	
2658179	Vaulion	vaulion	CH	1325	444	Europe/Zurich	46.68913	6.38941				VD	2224	5765	
2658180	Vauffelin	vauffelin	CH	2537	437	Europe/Zurich	47.18731	7.3001		Voflen,fu fu lin,Вофлен,福弗林		BE	241	449	
2658181	Vauderens	vauderens	CH	1675	0	Europe/Zurich	46.62283	6.85066				FR	1002	2102	
2658184	Vasön	vason	CH	7317	0	Europe/Zurich	46.95305	9.4772		Vason,Vasön		SG	1725	3294	
2658185	Varen	varen	CH	3953	1203	Europe/Zurich	46.3186	7.60743				VS	2306	6116	
2658188	Vandœuvres	vandoeuvres	CH	1253	2826	Europe/Zurich	46.22179	6.20285		Vandoeuvres,Vandœuvres,Vendoeuvres,vu~ando~uvuru,wang de fu er,ヴァンドゥーヴル,旺德夫尔		GE	2500	6642	
2658189	Valzeina	valzeina	CH	7213	116	Europe/Zurich	46.9502	9.60268		Val'cajna,Valzeina,wa er cai na,Вальцайна,瓦爾蔡納		GR	1849	3961	
2658194	Vallorbe	vallorbe	CH	1337	3098	Europe/Zurich	46.71256	6.37894		wa luo er bu,瓦洛尔布		VD	2224	5764	
2658197	Valens	valens	CH	7317	0	Europe/Zurich	46.96658	9.47705		Valens		SG	1725	3294	
2658198	Valendas	valendas	CH	7122	294	Europe/Zurich	46.7878	9.28256		Valendanus,Valendas,Valendau,wa lun da si,Валендас,瓦倫達斯		GR	1850	3672	
2658199	Val d'Illiez	val-d-illiez	CH	1873	0	Europe/Zurich	46.2036	6.891		Val-d'Iliez		VS	2308	6157	
2658200	Valchava	valchava	CH	7535	0	Europe/Zurich	46.60084	10.40694		Valcava,Valchava		GR	1843	3847	
2658201	Valbella	valbella	CH	7077	0	Europe/Zurich	46.40123	9.13131		Valbella		GR	1847	3808	
2658204	Valangin	valangin	CH	2042	0	Europe/Zurich	47.01606	6.90669		wa lang ran,wlanzhn,ولانژن,瓦朗然		NE	2404	6458	
2658206	Vairano	vairano	CH	6575	0	Europe/Zurich	46.13221	8.81095				TI	2104	5398	
2658208	Vacallo	vacallo	CH	6833	0	Europe/Zurich	45.84466	9.03335		Vacal,Vacallo,wa ka luo,瓦卡洛		TI	2106	5268	
2658209	Uzwil	uzwil	CH	9240	12111	Europe/Zurich	47.43653	9.13422		Ucvil',Uzvilis,Uzwil,ZKX,awzwyl,wu ci wei er,ywzwyl,Уцвиль,اوزویل,يوزويل,烏茨維爾		SG	1728	3408	
2658210	Uznach	uznach	CH	8730	5561	Europe/Zurich	47.22421	8.98263		Ucnakh,Uznach,awznk,wu ci na he,Уцнах,اوزنک,烏茨納赫		SG	1726	3339	
2658211	Utzenstorf	utzenstorf	CH	3427	3625	Europe/Zurich	47.13248	7.55355		Utcenstorf,Utzenstorf,wu cen si tuo fu,Утценсторф,烏岑斯托夫		BE	245	552	
2658212	Uttwil	uttwil	CH	8592	1492	Europe/Zurich	47.5844	9.34101		Uttwil		TG	2011	4451	
2658213	Uttigen	uttigen	CH	3628	1673	Europe/Zurich	46.79435	7.57789		Uttigen,wu di gen,Уттиген,烏蒂根		BE	247	944	
2658216	Uster	uster	CH	8610	23279	Europe/Zurich	47.34713	8.72091		Uster,awsth,usuta,wu si te shi,Устер,اوسته,ウスター,乌斯特市	109	ZH	109	198	
2658219	Ursenbach	ursenbach	CH	4937	888	Europe/Zurich	47.13696	7.77193		Ursenbach,Ursenbach BE,Urzenbakh,wu er sen ba he,Урзенбах,烏爾森巴赫		BE	244	344	
2658223	Urnäsch	urnasch	CH	9107	2304	Europe/Zurich	47.31669	9.2795		Urnaesch,Urnasch,Urnesh,Urnäsch,Урнеш		AR	1501	3006	
2658224	Urmein	urmein	CH	7427	0	Europe/Zurich	46.69175	9.40082		Urmagn,Urmein		GR	1851	3670	
2658231	Unterwasser	unterwasser	CH	9657	685	Europe/Zurich	47.197	9.30856		Untervasser,Unterwasser,Унтервассер		SG	1727	3359	
2658232	Untervaz	untervaz	CH	7204	2303	Europe/Zurich	46.9275	9.53422		Untervac,Untervaz,Vaz Sut,wen te wa ci,Унтервац,溫特瓦茨		GR	1845	3946	
2658233	Unterterzen	unterterzen	CH	8882	0	Europe/Zurich	47.11278	9.25306				SG	1725	3295	
2658234	Unterstammheim	unterstammheim	CH	8476	697	Europe/Zurich	47.63921	8.79064				ZH	102	292	
2658237	Untersiggenthal	untersiggenthal	CH	5417	6344	Europe/Zurich	47.50213	8.25554		Unter-Siggental,Untersiggenthal,Unterziggental',antrsyghyntal,xia xi gen ta er,Унтерзиггенталь,انترسيغينتال,下錫根塔爾		AG	1902	4044	
2658240	Unterseen	unterseen	CH	3800	5150	Europe/Zurich	46.6853	7.84722		Unterseen,Unterzeen,Unterzen,antrsyan,untazen,xia sen,Унтерзеен,Унтерзен,انترسئان,ウンターゼーン,下森		BE	250	593	
2658243	Unterschächen	unterschachen	CH	6465	760	Europe/Zurich	46.86281	8.76923		Unterschachen,Unterschächen,Untershekhen,Унтершехен		UR	400	1219	
2658244	Unterlunkhofen	unterlunkhofen	CH	8918	1263	Europe/Zurich	47.3212	8.38102		Unterlunkhofen,Unterlunkkhofen,xia lun huo fen,Унтерлункхофен,下倫霍芬	4079	AG	1903	4079	
2658248	Unterkulm	unterkulm	CH	5726	3099	Europe/Zurich	47.30998	8.11371		Kulm,Unterkul'm,Unterkulm,xia ku er mu,Унтеркульм,下庫爾姆	1905	AG	1905	4146	
2658250	Unteriberg	unteriberg	CH	8842	2307	Europe/Zurich	47.06258	8.8052		Unteriberg,Унтериберг		SZ	506	1368	
2658253	Unterengstringen	unterengstringen	CH	8103	2675	Europe/Zurich	47.41396	8.44761		Unterengstringen,xia en si te lin gen,Унтеренгстринген,下恩斯特林根		ZH	111	249	
2658256	Ehrendingen	ehrendingen	CH	5420	4519	Europe/Zurich	47.5025	8.34729		Ehrendingen,Oberehrendingen,Unterehrendingen,ai lun ding gen,Эрендинген,埃倫丁根		AG	1902	4049	
2658264	Unterägeri	unterageri	CH	6314	7973	Europe/Zurich	47.13645	8.5853		Ageri,Agregia Inferior,Unteraegeri,Unterageri,Unteregeri,Unteräegeri,Unterägeri,Ägeri,Унтерегери		ZG	900	1709	
2658266	Undervelier	undervelier	CH	2863	328	Europe/Zurich	47.30261	7.22472		Undervelier,an de wei li ye,安德韋利耶		JU	2601	6729	
2658268	Ulrichen	ulrichen	CH	3988	246	Europe/Zurich	46.50536	8.30959	1346	Ulrichen		VS	2304	6076	
2658350	Törbel	torbel	CH	3923	511	Europe/Zurich	46.23837	7.85239		Torbel,Törbel,te bo er,特伯爾		VS	2313	6296	
2658271	Uhwiesen	uhwiesen	CH	8248	1140	Europe/Zurich	47.67074	8.63542				ZH	102	34	
2658272	Ufhusen	ufhusen	CH	6153	882	Europe/Zurich	47.11699	7.89607		Ufhusen		LU	315	1145	
2658273	Uffikon	uffikon	CH	6253	688	Europe/Zurich	47.21096	8.01808		Uffikon		LU	315	1125	
2658275	Uettligen	uettligen	CH	3043	0	Europe/Zurich	46.98734	7.38556				BE	246	360	
2658277	Uetendorf	uetendorf	CH	3661	5654	Europe/Zurich	46.77392	7.57251		Itendorf,Uetendorf,Utendorf,yu he duo fu,Ütendorf,Итендорф,于赫多夫		BE	247	944	
2658278	Uesslingen	uesslingen	CH	8524	0	Europe/Zurich	47.58146	8.83099		Uesslingen		TG	2012	4616	
2658279	Uerkheim	uerkheim	CH	4813	1302	Europe/Zurich	47.30353	8.0232		Uerkheim		AG	1910	4286	
2658280	Uerikon	uerikon	CH	8713	1794	Europe/Zurich	47.23672	8.7573				ZH	107	158	
2658281	Ueberstorf	ueberstorf	CH	3182	2133	Europe/Zurich	46.86587	7.30998		Uberstorf,Ueberstorf,yu bo shi tuo fu,Überstorf,于伯施托夫		FR	1006	2308	
2658283	Udligenswil	udligenswil	CH	6044	2252	Europe/Zurich	47.09005	8.40335		Udligenswil		LU	312	1067	
2658284	Twann	twann	CH	2513	845	Europe/Zurich	47.0942	7.15699		Douanne,Tvan,Тван		BE	242	756	
2658287	Turtmann	turtmann	CH	3946	1025	Europe/Zurich	46.30028	7.702		Tourtemagne,Turtmann,tu er te man,圖爾特曼		VS	2306	6119	
2658288	Turgi	turgi	CH	5300	2982	Europe/Zurich	47.49201	8.25412		Turgi,tu er ji,Турги,圖爾吉		AG	1902	4042	
2658289	Turbenthal	turbenthal	CH	8488	3109	Europe/Zurich	47.43633	8.84629		Turbental,Turbental',tu ben ta er,Турбенталь,圖本塔爾		ZH	110	228	
2658293	Tuggen	tuggen	CH	8856	2671	Europe/Zurich	47.20291	8.94896		Tuggen,Тугген		SZ	505	1347	
2658296	Tschiertschen	tschiertschen	CH	7064	220	Europe/Zurich	46.81766	9.60638		Chirchen,Tschiertschen,Чирчен		GR	1848	3932	
2658299	Trun	trun	CH	7166	1243	Europe/Zurich	46.74292	8.98716		Taurontum,Trun,Trun GR,Truns,te lun,to~urun,Трун,トゥルン,特倫		GR	1850	3987	
2658302	Trüllikon	trullikon	CH	8466	572	Europe/Zurich	47.63539	8.68919				ZH	102	40	
2658303	Trubschachen	trubschachen	CH	3555	1530	Europe/Zurich	46.92228	7.8452		Trubschachen,Trubshakhen,te lu bu sha xing,Трубшахен,特魯布沙興		BE	245	909	
2658304	Trübbach	trubbach	CH	9477	0	Europe/Zurich	47.0734	9.47828				SG	1724	3276	
2658305	Trub	trub	CH	3556	1503	Europe/Zurich	46.94168	7.87996		Trub,te lu bu,Труб,特魯布		BE	245	908	
2658306	Troistorrents	troistorrents	CH	1872	3873	Europe/Zurich	46.2289	6.91589		te lu wa tuo lang,特魯瓦托朗		VS	2308	6156	
2658307	Trogen	trogen	CH	9043	1618	Europe/Zurich	47.40782	9.46498		Trogen,Trogen AR		AR	1502	3025	
2658309	Trin	trin	CH	7014	0	Europe/Zurich	46.82834	9.36164		Trin,Trins,Trins Dorf		GR	1844	3734	
2658310	Trimstein	trimstein	CH	3083	497	Europe/Zurich	46.90481	7.5835		Trimstein		BE	246	616	
2658311	Trimmis	trimmis	CH	7203	2831	Europe/Zurich	46.90075	9.5612	648	Termin,Tremunis,Trimis,Trimmis,Trimmis Dorf,te li mi si,Тримис,Триммис,特里米斯		GR	1845	3945	
2658312	Trimbach	trimbach	CH	4632	6220	Europe/Zurich	47.36561	7.8868		Trimbach,Trimbach SO,Trimbach i Sveits,Trimbakh,te lin ba he,trymbakh,Тримбах,تریمباخ,特林巴赫		SO	1105	2500	
2658314	Trient	trient	CH	1929	137	Europe/Zurich	46.05798	6.99395		Trient,Trient VS,Trient i Sveits,te li an,特里安		VS	2307	6142	
2658315	Triengen	triengen	CH	6234	4193	Europe/Zurich	47.23573	8.07652		Triengen,Tringen,te li en gen,Тринген,特里恩根		LU	314	1104	
2658317	Treyvaux	treyvaux	CH	1733	1349	Europe/Zurich	46.72796	7.13769		Treyvaux,Treyvaux FR,te lei wo,特雷沃		FR	1004	2226	
2658318	Treyfayes	treyfayes	CH	1626	0	Europe/Zurich	46.65406	6.95327				FR	1003	2152	
2658319	Trey	trey	CH	1552	207	Europe/Zurich	46.7702	6.92645				VD	2222	5827	
2658324	Trélex	trelex	CH	1270	1092	Europe/Zurich	46.41538	6.20813				VD	2228	5730	
2658328	Travers	travers	CH	2105	1233	Europe/Zurich	46.94018	6.67595				NE	2406	6512	
2658329	Trasadingen	trasadingen	CH	8219	558	Europe/Zurich	47.66862	8.42995				SH	1406	2973	
2658330	Trans	trans	CH	7407	51	Europe/Zurich	46.76486	9.46129		Trans,Traun		GR	1851	3673	
2658331	Tramelan	tramelan	CH	2720	4186	Europe/Zurich	47.22298	7.10287	900	Tramelan,Tramlan,te la mei lan,Трамлан,特拉梅蘭		BE	241	446	
2658332	Trachselwald	trachselwald	CH	3456	1068	Europe/Zurich	47.01699	7.73639		Trachselwald,Traksel'val'd,te la he sai er wa er de,Траксельвальд,特拉赫塞爾瓦爾德		BE	245	955	
2658348	Torre	torre	CH	6717	279	Europe/Zurich	46.48904	8.95326		Torre		TI	2102	5049	
2658353	Toffen	toffen	CH	3125	2277	Europe/Zurich	46.86031	7.49216		Toffen,tuo fen,Тоффен,托芬		BE	246	884	
2658355	Tobel	tobel	CH	9555	0	Europe/Zurich	47.51503	9.03355				TG	2014	4776	
2658356	Titterten	titterten	CH	4425	427	Europe/Zurich	47.40244	7.71591		Titterten,di te teng,Титтертен,蒂特滕		BL	1305	2894	
2658365	Tiefencastel	tiefencastel	CH	7450	244	Europe/Zurich	46.66014	9.57883		Castellum Impitinis,Casti,Tiefencastel,Tifenkastel',di fen ka si te er,Тифенкастель,蒂芬卡斯特爾	1841	GR	1841	3542	
2658371	Thusis	thusis	CH	7430	2572	Europe/Zurich	46.69724	9.43938	700	Thusis,Tosanna,Tusaun,Tuzis,tu xi si,twzy,Тузис,توزی,圖西斯		GR	1851	3668	
2658376	Thundorf	thundorf	CH	8512	1179	Europe/Zurich	47.54594	8.96358	546	Thundorf,Thundorf TG,Thundorf i Sveits,Tundorf,tong duo fu,Тундорф,通多夫		TG	2012	4611	
2658377	Thun	thun	CH	3600	42136	Europe/Zurich	46.75118	7.62166	560	Thoune,Thun,Timium,Tun,Tunas,Tune,ZTK,thwn,to~un,tu en,tun,tuni,twn,Тун,תון,تون,تھن,ثون,ടൂൺ,თუნი,トゥーン,图恩,툰	247	BE	247	942	
2658378	Thörishaus	thorishaus	CH	3174	0	Europe/Zurich	46.89387	7.35131				BE	246	355	
2658381	Thierrens	thierrens	CH	1410	599	Europe/Zurich	46.70383	6.75501		Thierrens,jie lang,捷朗		VD	2223	5693	
2658382	Thierachern	thierachern	CH	3634	2040	Europe/Zurich	46.75319	7.57442		Thierachern,Tierachern,Tirakhern,di la xie en,Тирахерн,蒂拉歇恩		BE	247	941	
2658386	Therwil	therwil	CH	4106	9595	Europe/Zurich	47.49941	7.55669		Tervil',Therwil,te wei er,Тервиль,特維爾		BL	1301	2775	
2658387	Thayngen	thayngen	CH	8240	4120	Europe/Zurich	47.74717	8.70724	437	Tajngen,ta ying gen,Тайнген,塔英根	1402	SH	1402	2920	
2658388	Thalwil	thalwil	CH	8800	13296	Europe/Zurich	47.29175	8.56351		Tal'vil',ta er wei er,tl wyl,Тальвиль,تل ویل,塔爾維爾		ZH	106	141	
2658391	Thal	thal	CH	9425	0	Europe/Zurich	46.638	9.28045		Thal,Thalkirch		GR	1850	3672	
2658398	Tesserete	tesserete	CH	6950	1533	Europe/Zurich	46.06813	8.96501		Tesserete		TI	2105	5226	
2658399	Territet	territet	CH	1820	0	Europe/Zurich	46.42863	6.92122				VD	2230	5886	
2658402	Termen	termen	CH	3912	793	Europe/Zurich	46.32688	8.02097		Termen,Thermen,te men,特門		VS	2301	6010	
2658405	Tenna	tenna	CH	7106	91	Europe/Zurich	46.74766	9.33952		Tenna,Tenna GR,Tenna i Sveits,teng na,Тенна,滕納		GR	1850	3672	
2658407	Tenero	tenero	CH	6598	0	Europe/Zurich	46.18143	8.85103				TI	2104	5131	
2658409	Tegna	tegna	CH	6652	0	Europe/Zurich	46.1869	8.74516		Tegna,tai ni ya,泰尼亞		TI	2104	5396	
2658410	Tegerfelden	tegerfelden	CH	5306	1040	Europe/Zurich	47.55809	8.28914	364	Tegerfel'den,Tegerfelden,tai ge fei er deng,Тегерфельден,泰格費爾登		AG	1911	4320	
2658411	Tecknau	tecknau	CH	4492	856	Europe/Zurich	47.4491	7.88491		Tecknau,Teknau,te ke nao,Текнау,特克瑙		BL	1304	2862	
2658414	Taverne	taverne	CH	6807	0	Europe/Zurich	46.06162	8.92868		Taverne		TI	2105	5227	
2658415	Tavannes	tavannes	CH	2710	3367	Europe/Zurich	47.22079	7.19759		Tavan,Tavann,ta wa ne,Таван,Таванн,塔瓦訥		BE	241	713	
2658416	Tavanasa	tavanasa	CH	7162	0	Europe/Zurich	46.75458	9.06234		Tavanasa		GR	1850	3981	
2658417	Täuffelen	tauffelen	CH	2575	2492	Europe/Zurich	47.0663	7.19883		Tauffelen,Tojffelen,Täuffelen,tuo yi fei lun,Тойффелен,托伊費倫		BE	243	751	
2658418	Täsch	tasch	CH	3929	831	Europe/Zurich	46.06838	7.77766		Taesch VS,Tasch,Täsch,Täsch VS,te shi,特施		VS	2313	6295	
2658420	Tartar	tartar	CH	7422	216	Europe/Zurich	46.71761	9.41859		Tartar		GR	1851	3661	
2658421	Tarasp	tarasp	CH	7553	295	Europe/Zurich	46.77696	10.25848		Tarasp,ta la si pu,Тарасп,塔拉斯普		GR	1843	3762	
2658424	Tann	tann	CH	8632	3034	Europe/Zurich	47.26898	8.85024				ZH	105	113	
2658427	Tamins	tamins	CH	7015	1160	Europe/Zurich	46.82964	9.40648		Tamins,Tumein,ta ming si,Таминс,塔明斯		GR	1844	3733	
2658432	Tägerwilen	tagerwilen	CH	8274	3414	Europe/Zurich	47.65698	9.13999		Tagerwilen,Tegervilen,Tägerwilen,te ge wei lun,Тегервилен,特格維倫		TG	2013	4696	
2658433	Tafers	tafers	CH	1712	2833	Europe/Zurich	46.81483	7.21852		Tafers,Tavel,ta fei er,塔費爾	1006	FR	1006	2306	
2658440	Sursee	sursee	CH	6210	8014	Europe/Zurich	47.17088	8.11113		Sursee,Surze,ZKU,Zurze,Zurzee,Zurzehe,su er sai,swrsh,Зурзе,Зурзее,Зурзэе,Сурзе,سورسه,蘇爾塞	314	LU	314	1103	
2658446	Surava	surava	CH	7472	198	Europe/Zurich	46.66613	9.61297		Surava,su la wa,Сурава,蘇拉瓦		GR	1841	3542	
2658448	Sundlauenen	sundlauenen	CH	3800	0	Europe/Zurich	46.68627	7.79312		Sundlauenen		BE	250	571	
2658449	Sumiswald	sumiswald	CH	3454	5159	Europe/Zurich	47.02747	7.74526		Sumiswald,Zumisval'd,su mi si wa er de,Зумисвальд,蘇米斯瓦爾德		BE	245	957	
2658455	Sulgen	sulgen	CH	8583	3367	Europe/Zurich	47.53967	9.18585		Sulgen,Sulgen TG,Zul'gen,su er gen,Зульген,蘇爾根		TG	2015	4506	
2658457	Suhr	suhr	CH	5034	9374	Europe/Zurich	47.37172	8.07967		Suhr,Suhr AG	4012	AG	1901	4012	
2658458	Sugiez	sugiez	CH	1786	0	Europe/Zurich	46.96192	7.11292				FR	1005	2284	
2658459	Sufers	sufers	CH	7434	156	Europe/Zurich	46.57032	9.36586		Sufers,Sur,Zufers,su fei er si,Зуферс,蘇費爾斯		GR	1851	3695	
2658462	Suchy	suchy	CH	1433	342	Europe/Zurich	46.72351	6.59935				VD	2224	5929	
2658464	Subingen	subingen	CH	4553	2852	Europe/Zurich	47.19852	7.61949		Subingen,Zubingen,su bin gen,Зубинген,蘇賓根		SO	1106	2532	
2658465	Suberg	suberg	CH	3262	0	Europe/Zurich	47.06098	7.33726		Seuberg,Suberg		BE	243	303	
2658466	Stierva	stierva	CH	7459	142	Europe/Zurich	46.66369	9.54229		Stierva,Stuervis,Stürvis		GR	1841	3542	
2658469	Strengelbach	strengelbach	CH	4802	4349	Europe/Zurich	47.27917	7.92895		Shtrengel'bakh,si te lun ge ba he,Штренгельбах,斯特倫格巴赫		AG	1910	4285	
2658477	Stilli	stilli	CH	5233	440	Europe/Zurich	47.5172	8.23159		Shtilli,Штилли		AG	1904	4121	
2658478	Stettlen	stettlen	CH	3066	2884	Europe/Zurich	46.95835	7.52508		Shtetlen,Stettlen,si tai te lun,Штетлен,斯泰特倫		BE	246	358	
2658479	Stettfurt	stettfurt	CH	9507	1048	Europe/Zurich	47.52588	8.95317		Shtetfurt,Stettfurt,si tai te fu er,Штетфурт,斯泰特富爾		TG	2012	4606	
2658483	Steinhausen	steinhausen	CH	6312	8509	Europe/Zurich	47.1951	8.48581		Steinhausen		ZG	900	1702	
2658484	Steinhaus	steinhaus	CH	3995	0	Europe/Zurich	46.83388	7.34219				BE	246	855	
2658485	Steinhaus	steinhaus	CH	3995	0	Europe/Zurich	46.42184	8.17741		Steinhaus		VS	2304	6056	
2658486	Steinerberg	steinerberg	CH	6416	898	Europe/Zurich	47.05484	8.58584		Steinerberg		SZ	506	1374	
2658488	Steinen	steinen	CH	6422	3041	Europe/Zurich	47.04975	8.61214		Steinen		SZ	506	1373	
2658489	Stein am Rhein	stein-am-rhein	CH	8260	3224	Europe/Zurich	47.65933	8.85964		Shtajn-Am-Rajn,Shtajn-am-Rajn,Shtajn-na-Rejne,Stein ce Rejno,Stein ĉe Rejno,stn am rn,styn am rhyn,Штайн-Ам-Райн,Штайн-ам-Райн,Штайн-на-Рейне,שטיין אם ריין,ستن ام رن,ستين أم رهين		SH	1405	2964	
2658494	Steffisburg	steffisburg	CH	3612	15191	Europe/Zurich	46.77807	7.63249		Shteffisburg,Steffisburg,shi te fei si bao,stfysbwrg,Штеффисбург,ستفیسبورگ,施特菲斯堡		BE	247	939	
2658495	Steckborn	steckborn	CH	8266	3229	Europe/Zurich	47.66667	8.98333		Shtekborn,Steckborn,shi tai ke bo en,stkbwrn,Штекборн,ستکبورن,施泰克博恩	4864	TG	2012	4864	
2658496	Stechelberg	stechelberg	CH	3824	255	Europe/Zurich	46.54313	7.90149		Stechelberg,shutehheruberuku,シュテッヘルベルク		BE	250	584	
2658498	Staufen	staufen	CH	5603	2424	Europe/Zurich	47.38197	8.16681		Staufen		AG	1907	4210	
2658502	Stansstad	stansstad	CH	6362	4471	Europe/Zurich	46.9768	8.33553		Shtansshtad,Shtanstad,Stannis,Stansstad,Штанстад,Штансштад		NW	700	1510	
2658504	Stans	stans	CH	6370	7475	Europe/Zurich	46.95805	8.36609		Shhans,Shtans,Stans,Stansas,Tannis,shi tan si,shtans,shutansu,stan  swyys,stans,syutanseu,Štansas,Штанс,Щанс,Շտանս,زٹانز,ستان، سوئیس,ستانس,شتانس,シュタンス,施坦斯,슈탄스	NW	NW	700	1509	
2658505	Stampa	stampa	CH	7605	588	Europe/Zurich	46.3429	9.59072		Stampa,Stanpa,Стампа		GR	1846	3792	
2658507	Stallikon	stallikon	CH	8143	456	Europe/Zurich	47.32582	8.48965		Shtallikon,si ta li kong,Шталликон,斯塔利孔		ZH	101	13	
2658509	Staldenried	staldenried	CH	3933	589	Europe/Zurich	46.22937	7.88269				VS	2313	6294	
2658513	Staffelbach	staffelbach	CH	5053	1059	Europe/Zurich	47.28395	8.04208				AG	1910	4284	
2658518	Stäfa	stafa	CH	8712	5737	Europe/Zurich	47.24254	8.72342		Shtefa,shi tai fa,stfa,Штефа,ستفا,施泰法		ZH	107	158	
2658521	Stabio	stabio	CH	6855	3917	Europe/Zurich	45.84846	8.93642		Stabi,Stabio,si ta bi ao,斯塔比奧		TI	2106	5266	
2658523	Spruga	spruga	CH	6663	0	Europe/Zurich	46.20088	8.5678		Spruga		TI	2104	5136	
2658524	Spreitenbach	spreitenbach	CH	8957	10562	Europe/Zurich	47.42285	8.36792		Shprajtenbakh,Spreitenbach,si pu lai teng ba he,sprh tanbk,Шпрайтенбах,سپره تانبک,斯普賴滕巴赫		AG	1902	4040	
2658532	Spiringen	spiringen	CH	6464	973	Europe/Zurich	46.87259	8.73017		Shpiringen,Spiringen,sprngn,Шпиринген,سپرنگن		UR	400	1218	
2658536	Spiez	spiez	CH	3700	12594	Europe/Zurich	46.68473	7.69111		Shpic,Spiez,sbyz,shi pi ci,spyh,Шпиц,سبيز,سپیه,施皮茨		BE	249	768	
2658537	Speicher	speicher	CH	9042	3985	Europe/Zurich	47.4109	9.44335	924	Shpajkher,Speicher,Speicher AR,Шпайхер		AR	1502	3023	
2658538	Speicher	speicher	CH	9042	0	Europe/Zurich	46.76308	7.88879				BE	250	579	
2658540	Soyhières	soyhieres	CH	2805	436	Europe/Zurich	47.39109	7.36982		Soyhieres,Soyhières,su wa ye er,蘇瓦耶爾		JU	2601	6724	
2658542	Soubey	soubey	CH	2887	128	Europe/Zurich	47.30854	7.0491		Soubey,su bei,蘇貝		JU	2602	6759	
2658543	Sottens	sottens	CH	1062	209	Europe/Zurich	46.65521	6.74197		Sottens	5804	VD	2223	5804	
2658546	Sornetan	sornetan	CH	2716	116	Europe/Zurich	47.2743	7.21651		Sornetan,suo er nei tan,Сорнетан,索爾內坦		BE	241	716	
2658548	Sorens	sorens	CH	1642	837	Europe/Zurich	46.6691	7.05249		Sorens,suo lang,索朗		FR	1003	2153	
2658549	Sorengo	sorengo	CH	6924	1629	Europe/Zurich	45.99766	8.93783		Sorengh,Sorengo,suo lei ni ao,索雷尼奧		TI	2105	5225	
2658551	Soral	soral	CH	1286	678	Europe/Zurich	46.14369	6.04282		Soral GE,soraru,suo la lei,ソラル,索拉勒		GE	2500	6639	
2658552	Sool	sool	CH	8762	301	Europe/Zurich	47.00072	9.08605		Sool		GL	800	1631	
2658553	Sonvilier	sonvilier	CH	2615	0	Europe/Zurich	47.13883	6.96404		Sonvije,Sonvil'e,song wei li ye,Сонвийе,Сонвилье,松維利耶		BE	241	445	
2658554	Sonvico	sonvico	CH	6968	0	Europe/Zurich	46.05799	8.99128		Sonvich,song wei ke,松維科		TI	2105	5192	
2658555	Sonogno	sonogno	CH	6637	88	Europe/Zurich	46.3504	8.78514		Senoegn,Senögn,Sonogno,sononyo,suo nuo ni ao,ソノーニョ,索諾尼奧		TI	2104	5399	
2658562	Someo	someo	CH	6674	286	Europe/Zurich	46.28723	8.6623		Someo		TI	2108	5317	
2658564	Solothurn	solothurn	CH	4500	14853	Europe/Zurich	47.20791	7.53714		Soletta,Soleura,Soleure,Solloturni,Solodurum,Solothurn,Soloturn,Soloturno,Solura,Suleta,ZKS,Zalaturn,Zoloturn,Zoloturnas,jollotuleun,solo thur n,suo luo tu en,swlwtwrn,zoloturni,zoroto~urun,zwlwtwrn,Залатурн,Золотурн,זולותורן,سولوتورن,โซโลทูร์น,ზოლოთურნი,ゾロトゥルン,索洛图恩,졸로투른	SO	SO	1109	2601	
2658565	Solduno	solduno	CH	6600	0	Europe/Zurich	46.17054	8.77578		Solduno		TI	2104	5113	
2658567	Soglio	soglio	CH	7610	173	Europe/Zurich	46.34199	9.53925		Soeuj,Soglio,Soglio GR,Sogliu,Sol'o,Solium,Сольо		GR	1846	3792	
2658568	Sobrio	sobrio	CH	6749	81	Europe/Zurich	46.3988	8.90064		Sobriu,Souri,Sóuri,suo bu liao,索布廖		TI	2103	5072	
2658569	Soazza	soazza	CH	6562	371	Europe/Zurich	46.36637	9.22199		Soacca,Soazza,suo a zha,Соацца,索阿扎		GR	1847	3823	
2658570	Siviriez	siviriez	CH	1678	922	Europe/Zurich	46.65852	6.87774		xi wei li ye,錫維里耶		FR	1002	2099	
2658572	Sissach	sissach	CH	4450	5873	Europe/Zurich	47.46408	7.80888		Zissakh,xi sa he,Зиссах,錫薩赫	1304	BL	1304	2861	
2658573	Sisikon	sisikon	CH	6452	368	Europe/Zurich	46.94915	8.62003		Sisikon,Zizikon,Зизикон		UR	400	1217	
2658575	Sirnach	sirnach	CH	8370	6463	Europe/Zurich	47.46222	8.99763		Zirnakh,xi na he,Зирнах,錫納赫		TG	2014	4761	
2658657	Sedrun	sedrun	CH	7188	0	Europe/Zurich	46.67934	8.77305		Sedrun		GR	1850	3986	
2658658	Sédeilles	sedeilles	CH	1554	154	Europe/Zurich	46.74859	6.93306		Sedeilles,Sédeilles		VD	2222	5830	
2658577	Sins	sins	CH	5643	3600	Europe/Zurich	47.19296	8.39384		Sins		AG	1908	4239	
2658581	Simplon Dorf	simplon-dorf	CH	3907	0	Europe/Zurich	46.19451	8.05753		Simpeln,Simplon		VS	2301	6009	
2658588	Silvaplana	silvaplana	CH	7513	973	Europe/Zurich	46.4581	9.79514		Silvapiana,Silvaplana,Silvaplauna	3790	GR	1846	3790	
2658590	Sils im Domleschg	sils-im-domleschg	CH	7411	834	Europe/Zurich	46.70041	9.45404		Seglias,Sils,Sils en Domleschg,Sils im Domleschg,Zil's-im-Domleshg,Зильс-им-Домлешг		GR	1851	3640	
2658592	Silenen	silenen	CH	6473	2243	Europe/Zurich	46.7891	8.67325		Silenen		UR	400	1209	
2658597	Sigriswil	sigriswil	CH	3655	4341	Europe/Zurich	46.71656	7.71335		Sigriswil,Zigrisvil',xi ge li si wei er,Зигрисвиль,錫格里斯維爾		BE	247	938	
2658598	Signôra	signora	CH	6951	0	Europe/Zurich	46.09258	9.04716				TI	2105	5192	
2658600	Signau	signau	CH	3534	2821	Europe/Zurich	46.91944	7.72418		Signau,Zignau,xi ge nao,Зигнау,錫格瑙		BE	245	907	
2658603	Siglistorf	siglistorf	CH	5462	569	Europe/Zurich	47.54459	8.37952		Siglistorf,Ziglistorf,xi ge li si tuo fu,Зиглисторф,錫格利斯托夫		AG	1911	4319	
2658604	Sigirino	sigirino	CH	6806	440	Europe/Zurich	46.08159	8.91645		Sigirin,Sigirino		TI	2105	5238	
2658606	Sierre	sierre	CH	3960	15752	Europe/Zurich	46.29192	7.53559		S'erre,Siders,Sierre,Sierro,Sijer/Ziders,Siérro,sayr,shieru,syr,xie er,Сиерре,Сијер/Зидерс,Сьерре,ساير,سیر,シエール,谢尔	2311	VS	2311	6248	
2658607	Siegershausen	siegershausen	CH	8573	0	Europe/Zurich	47.6112	9.1684		Siegershausen		TG	2013	4666	
2658608	Siebnen	siebnen	CH	8854	7104	Europe/Zurich	47.17449	8.89781				SZ	505	1346	
2658609	Siblingen	siblingen	CH	8225	0	Europe/Zurich	47.71435	8.52011		Ziblingen,sblngn,Зиблинген,سبلنگن		SH	1404	2953	
2658613	Sevelen	sevelen	CH	9475	4392	Europe/Zurich	47.12213	9.48601		Sevelen SG,Zefelen,Zevelen,sai wo lun,Зевелен,Зефелен,塞沃倫		SG	1724	3275	
2658617	Sessa	sessa	CH	6997	642	Europe/Zurich	45.99855	8.81968		Sessa,Sessa TI,Sessa i Sveits,sai sa,塞薩		TI	2105	5239	
2658623	Seon	seon	CH	5703	4407	Europe/Zurich	47.34848	8.16072		Seon		AG	1907	4209	
2658624	Sent	sent	CH	7554	848	Europe/Zurich	46.81717	10.33683		Sent,Sent GR,Sindes,Sins GR,Zent,sen te,Зент,森特		GR	1843	3762	
2658626	Sennwald	sennwald	CH	9466	4768	Europe/Zurich	47.26063	9.50268		Sennwald,Zennval'd,Zenvald,sen wa de,Зенвалд,Зеннвальд,森瓦德		SG	1724	3274	
2658629	Semsales	semsales	CH	1623	986	Europe/Zurich	46.57321	6.92948		Semsales,sang sa lei,桑薩勒		FR	1007	2336	
2658631	Sempach	sempach	CH	6204	3754	Europe/Zurich	47.13577	8.19149		Zempakh,sampk,sen pa he,Земпах,سامپک,森帕赫		LU	314	1102	
2658632	Sementina	sementina	CH	6514	2695	Europe/Zurich	46.18363	8.99162		sai men di na,塞門蒂納		TI	2101	5002	
2658633	Sembrancher	sembrancher	CH	1933	787	Europe/Zurich	46.07752	7.15279		sambranshh,sang xi lang xie,سامبرانشه,桑希朗謝		VS	2303	6035	
2658634	Selzach	selzach	CH	2545	2900	Europe/Zurich	47.20531	7.45521		Zel'cakh,sai er cha he,Зельцах,塞爾察赫		SO	1107	2556	
2658635	Seltisberg	seltisberg	CH	4411	1412	Europe/Zurich	47.46249	7.72039		Seltisberg		BL	1303	2833	
2658636	Selma	selma	CH	6545	49	Europe/Zurich	46.32044	9.12004		Selma		GR	1847	3837	
2658641	Sils-Segl Maria	sils-segl-maria	CH	7514	735	Europe/Zurich	46.42886	9.76364		Maria,Segl,Segl-Maria,Sils,Sils-Maria,Sils/Segl Maria		GR	1846	3789	
2658642	Seftigen	seftigen	CH	3662	2014	Europe/Zurich	46.78765	7.53937		Seftigen,Zeftigen,sai fu di gen,Зефтиген,塞弗蒂根		BE	247	883	
2658649	Seengen	seengen	CH	5707	3288	Europe/Zurich	47.32503	8.20724		Seengen,Zeengen,Zengen,sen gen,Зеенген,Зенген,森根		AG	1907	4208	
2658650	Seelisberg	seelisberg	CH	6377	628	Europe/Zurich	46.97302	8.58689		Seelisberg,Zeelisberg,Zelisberg,Зеелисберг,Зелисберг		UR	400	1215	
2658655	Seeberg	seeberg	CH	3365	1321	Europe/Zurich	47.15585	7.66567		Seeberg		BE	244	988	
2658660	Scuol	scuol	CH	7550	2184	Europe/Zurich	46.79671	10.29804	1250	Schulles,Schuls,Scuol,Skuol,Skuol',shi ku ao er,shukuoru,skwl,Скуол,Скуоль,سكول,シュクオル,施庫奧爾		GR	1843	3762	
2658665	Schwyz	schwyz	CH	6430	14177	Europe/Zurich	47.02076	8.65414		Schwytz,Schwyz,Shvic,Shvits,Suitius,Svico,Svit,Svitto,Svittu,Sviz,ZKK,ashwwts,shi wei ci,shuvu~itsu,shwyts,shwyz,syubicheu,Ŝvico,Швиц,Швіц,اشووتس,شوائز شہر,شويز,شویتس,シュヴィーツ,施維茨,슈비츠	SZ	SZ	506	1372	
2658669	Schwellbrunn	schwellbrunn	CH	9103	1517	Europe/Zurich	47.35255	9.24894		Schwellbrunn,Shvel'brun,Швельбрун		AR	1501	3004	
2658679	Schwarzenegg	schwarzenegg	CH	3616	0	Europe/Zurich	46.79529	7.71685		Schwarzenegg		BE	247	945	
2658680	Schwarzenburg	schwarzenburg	CH	3150	0	Europe/Zurich	46.81811	7.34208		Schwarzenburg,Schwarzenburg BE,shi wa er cen bao,施瓦爾岑堡		BE	246	855	
2658687	Schwaderloch	schwaderloch	CH	5326	726	Europe/Zurich	47.58541	8.14455		Shvaderlokh,shi wa de luo he,Швадерлох,施瓦德洛赫	4176	AG	1906	4176	
2658691	Schüpfen	schupfen	CH	3054	3248	Europe/Zurich	47.03661	7.37723		Schupfen,Schüpfen,Shjupfen,xu pu fen,Шюпфен,許普芬		BE	243	311	
2658692	Schüpbach	schupbach	CH	3535	0	Europe/Zurich	46.92605	7.74004		Schupbach,Schüpbach		BE	245	907	
2658695	Schuders	schuders	CH	7228	0	Europe/Zurich	46.99168	9.73755		Schuders		GR	1849	3962	
2658696	Schübelbach	schubelbach	CH	8862	7745	Europe/Zurich	47.17326	8.92811		Shjubel'bakh,Шюбельбах		SZ	505	1346	
2658703	Schönried	schonried	CH	3778	0	Europe/Zurich	46.50388	7.28884		Schonried,Schönried		BE	248	843	
2658704	Schönholzerswilen	schonholzerswilen	CH	8577	728	Europe/Zurich	47.51702	9.14089		Schonholzerswilen,Schönholzerswilen,Shjonkhol'cersvilen,shen huo ce wei lun,Шёнхольцерсвилен,申霍策維倫		TG	2015	4756	
2658705	Schongau	schongau	CH	6288	0	Europe/Zurich	47.26851	8.26511				LU	313	1041	
2658706	Schönenwerd	schonenwerd	CH	5012	4732	Europe/Zurich	47.3691	8.00167		Schonenwerd,Schönenwerd,Shjonenverd,she nen wei de,Шёненверд,舍嫩韋德		SO	1108	2583	
2658707	Schönengrund	schonengrund	CH	9105	473	Europe/Zurich	47.32586	9.2269		Schoenengrund,Schonengrund,Schönengrund		AR	1501	3003	
2658708	Schönenbuch	schonenbuch	CH	4124	1313	Europe/Zurich	47.53853	7.50572		Shjonenbukh,she nen bu he,Шёненбух,舍嫩布赫		BL	1301	2774	
2658709	Schönenberg an der Thur	schonenberg-an-der-thur	CH	9215	0	Europe/Zurich	47.52139	9.1986		Schoenenberg an der Thur,Schonenberg,Schonenberg an der Thur,Schönenberg,Schönenberg an der Thur		TG	2015	4501	
2658714	Schöftland	schoftland	CH	5040	3310	Europe/Zurich	47.3059	8.05119		Schoftland,Schöftland,Shjoftland,she fu te lan,Шёфтланд,舍夫特蘭		AG	1905	4144	
2658715	Schnottwil	schnottwil	CH	3253	958	Europe/Zurich	47.11173	7.39368		Schnottwil,Shnotvil',shi nuo si wei er,Шнотвиль,施諾斯維爾		SO	1103	2461	
2658720	Schmerikon	schmerikon	CH	8716	3307	Europe/Zurich	47.22538	8.94836			3338	SG	1726	3338	
2658723	Schlossrued	schlossrued	CH	5044	849	Europe/Zurich	47.29155	8.08809		Schlossrued,Shlosrjud,shi luo si lu de,Шлосрюд,施洛斯呂德		AG	1910	4275	
2658724	Schlieren	schlieren	CH	8952	12695	Europe/Zurich	47.39668	8.44763		Shliren,shi li lun,shylwran  zwrykh,Шлирен,شیلوران، زوریخ,施利倫		ZH	111	247	
2658726	Schleitheim	schleitheim	CH	8226	1723	Europe/Zurich	47.74818	8.48213	472	Shlajtajm,Shlajtkhajm,Шлайтайм,Шлайтхайм	1404	SH	1404	2952	
2658727	Tschlin	tschlin	CH	7559	0	Europe/Zurich	46.86975	10.42546		Schleins,Tschlin		GR	1843	3764	
2658728	Schlattingen	schlattingen	CH	8255	0	Europe/Zurich	47.66562	8.76984				TG	2012	4536	
2658732	Schinznach Dorf	schinznach-dorf	CH	5107	1736	Europe/Zurich	47.4465	8.14089		Schinznach,Schinznach Dorf		AG	1904	4125	
2658733	Schinznach Bad	schinznach-bad	CH	5116	1327	Europe/Zurich	47.44992	8.16833		Bad Schinznach		AG	1904	4095	
2658734	Schindellegi	schindellegi	CH	8834	3174	Europe/Zurich	47.1746	8.71345	764			SZ	503	1321	
2659029	Riffenmatt	riffenmatt	CH	3156	0	Europe/Zurich	46.76621	7.35285		Riffenmatt		BE	246	852	
2658738	Schiers	schiers	CH	7220	2423	Europe/Zurich	46.96973	9.6872		Aschera,Schiers,Shirs,xi er si,Ширс,席爾斯		GR	1849	3962	
2658742	Scherzingen	scherzingen	CH	8596	0	Europe/Zurich	47.63122	9.22476		Scherzingen		TG	2013	4691	
2658744	Schenkon	schenkon	CH	6214	2616	Europe/Zurich	47.17765	8.13204		Shenkon,shen kong,Шенкон,申孔	1099	LU	314	1099	
2658745	Schelten	schelten	CH	2827	50	Europe/Zurich	47.33428	7.55171		La Scheulte,Schelten		BE	241	708	
2658746	Scheid	scheid	CH	7419	139	Europe/Zurich	46.77722	9.44851		Sched,Scheid		GR	1851	3673	
2658749	Schattdorf	schattdorf	CH	6467	4860	Europe/Zurich	46.8655	8.65465		Schattdorf,Shatdorf,Шатдорф		UR	400	1213	
2658753	Scharans	scharans	CH	7412	867	Europe/Zurich	46.71814	9.45903		Scharans,Scharons,Schraunis,Sharans,sha lan si,Шаранс,沙蘭斯	3638	GR	1851	3638	
2658754	Schänis	schanis	CH	8718	3404	Europe/Zurich	47.15995	9.04549		Schanis,Schänis,Shenis,she ni si,Шенис,舍尼斯		SG	1726	3315	
2658755	Schangnau	schangnau	CH	6197	912	Europe/Zurich	46.82784	7.85987		Schangnau,Shangnau,shang nao,Шангнау,尚瑙		BE	245	906	
2658759	Schafisheim	schafisheim	CH	5503	2758	Europe/Zurich	47.37664	8.14263		Schafisheim,Shafiskhajm,sha fei sha yi mu,Шафисхайм,沙菲沙伊姆		AG	1907	4207	
2658761	Schaffhausen	schaffhausen	CH	8200	33863	Europe/Zurich	47.69732	8.63493	403	Safhauzenas,Safhauzene,Safhauzo,Scafusa,Schaffhausen,Schaffhouse,Schaffusa,Schofhausen,Sciaffusa,Sciafuesa,Sciafüsa,Shaffgauzen,Shaffkhauzen,Shafkhauzen,Szafuza,ZKJ,chaff hea sein,sha fu hao sen,shafhawzn,shafuhauzen,shfwzan,syapeuhaujen,Ŝafhaŭzo,Šafhauzenas,Šafhauzene,Шаффгаузен,Шаффхаузен,Шафхаузен,שפהאוזן,شافهاوزن,شافہاؤزن,شافہاوزن,شفوزان,ชาฟฟ์เฮาเซิน,シャフハウゼン,沙夫豪森,샤프하우젠	SH	SH	1403	2939	
2658769	Saxon	saxon	CH	1907	3477	Europe/Zurich	46.14937	7.17514		Sasson,Saxon,Saxon VS,Saxon i Sveits,sa ke song,薩克松		VS	2307	6141	
2658770	Saxeten	saxeten	CH	3813	132	Europe/Zurich	46.63658	7.83087		Saxeten,Zakseten,sa ke sai teng,Заксетен,薩克塞滕		BE	250	591	
2658771	Sax	sax	CH	9468	0	Europe/Zurich	47.23286	9.45768				SG	1724	3274	
2658773	Savognin	savognin	CH	7460	961	Europe/Zurich	46.59732	9.59816		Savognin,Savon'in,sa wo ning,Савоньин,薩沃寧		GR	1841	3543	
2658774	Savigny	savigny	CH	1073	3440	Europe/Zurich	46.53844	6.73222				VD	2226	5611	
2658779	Saulcy	saulcy	CH	2873	235	Europe/Zurich	47.30204	7.15464		Saulcy		JU	2601	6722	
2658781	Sattel	sattel	CH	6417	1597	Europe/Zurich	47.08246	8.63565		Sattel,Sattel SZ,Zattel',Заттель		SZ	506	1371	
2658782	Satigny	satigny	CH	1242	3055	Europe/Zurich	46.21462	6.03553		Satin'i,sa di ni,satini,Сатиньи,サティニー,萨蒂尼		GE	2500	6638	
2658786	Sarnen	sarnen	CH	6060	9410	Europe/Zurich	46.89611	8.24531		Sarnen,Sarno,ZKC,Zarnen,Zarnenas,jaleunen,sa er nen,sarnyn,srnan,srnn,srnyn,zarnn,zarunen,Зарнен,סרנן,زارنن,سارنين,سرنان,سرنین,ザルネン,薩爾嫩,자르넨	OW	OW	600	1407	
2658787	Sarn	sarn	CH	7423	121	Europe/Zurich	46.72231	9.40634		Sarn		GR	1851	3661	
2658788	Sarmenstorf	sarmenstorf	CH	5614	2322	Europe/Zurich	47.31109	8.2495		Sarmenstorf,Zarmenstorf,sa men si tuo fu,Зарменсторф,薩門斯托夫		AG	1903	4076	
2658789	Säriswil	sariswil	CH	3049	0	Europe/Zurich	46.99184	7.33419				BE	246	360	
2658793	Sargans	sargans	CH	7320	5045	Europe/Zurich	47.04896	9.44103		Sargans,Senegaunis,ZKA,Zargans,sa gan si,srgan,Зарганс,سرگان,薩甘斯	1725	SG	1725	3296	
2658813	St. Moritz	st-moritz	CH	7500	4952	Europe/Zurich	46.49937	9.84327		SMV,Saint Moritz,Saint-Moritz,San Murezzan,Sankt Moritz,Sankt Moritz-Dorf,Sankt Murezzan,Sankta Maurico,Sankta Maŭrico,Sao Moritz,St. Moritz,São Moritz,sanmorittsu,サンモリッツ		GR	1846	3787	
2658834	Sangernboden	sangernboden	CH	1738	0	Europe/Zurich	46.7133	7.35187		Sangernboden		BE	246	852	
2658841	Samstagern	samstagern	CH	8833	3163	Europe/Zurich	47.19167	8.68196				ZH	106	138	
2658846	Samedan	samedan	CH	7503	2700	Europe/Zurich	46.53399	9.87276		Samaden,Samedan		GR	1846	3786	
2658847	Salvan	salvan	CH	1922	1127	Europe/Zurich	46.1189	7.02078		Salvan,Salvan VS,Salvan i Sveits,sa er wang,薩爾旺		VS	2310	6218	
2658849	Salmsach	salmsach	CH	8599	1293	Europe/Zurich	47.55433	9.37229		Salmsach		TG	2011	4441	
2658850	Salgesch	salgesch	CH	3970	1240	Europe/Zurich	46.31155	7.5712		Salgesch,Salquenen,sa er ge shi,薩爾格施		VS	2306	6113	
2658851	Salez	salez	CH	9465	0	Europe/Zurich	47.23645	9.50004		Salez		SG	1724	3274	
2658856	Saland	saland	CH	8493	526	Europe/Zurich	47.39069	8.85294				ZH	108	297	
2658881	Saillon	saillon	CH	1913	1598	Europe/Zurich	46.17035	7.18771		Saillon,sa yong,sywn,سیون,قلعہ سائلون,薩永		VS	2307	6140	
2658882	Saignelégier	saignelegier	CH	2350	2194	Europe/Zurich	47.25619	6.99648		Saignelegier,Saignelégier,sai ni e lai ji ye,賽尼厄萊吉耶		JU	2602	6757	
2658883	Saicourt	saicourt	CH	2732	574	Europe/Zurich	47.24339	7.20607		Saicourt,Sekur,sai ku er,Секур,賽庫爾		BE	241	706	
2658884	Sagogn	sagogn	CH	7152	0	Europe/Zurich	46.79371	9.25701		Sagens,Sagogn,Sagon',Secanius,Vitg Dadens,Vitg Dado,Сагонь		GR	1850	3581	
2658891	Safien Platz	safien-platz	CH	7107	0	Europe/Zurich	46.68259	9.31567		Safien,Safien Platz		GR	1850	3672	
2658892	Safenwil	safenwil	CH	5745	3201	Europe/Zurich	47.32163	7.98254		Safenwil,Zafenvil',sa fen wei er,Зафенвиль,薩芬維爾		AG	1910	4283	
2658893	Saclentse	saclentse	CH	1996	0	Europe/Zurich	46.17615	7.31777		Saclens,Saclentse		VS	2302	6024	
2658894	Sachseln	sachseln	CH	6072	4511	Europe/Zurich	46.86718	8.23344		Sachseln,Zaksel'n,Заксельн		OW	600	1406	
2658897	Saas-Grund	saas-grund	CH	3910	1116	Europe/Zurich	46.12281	7.93651		sa si ge lun de,薩斯格倫德		VS	2313	6291	
2658898	Saas-Fee	saas-fee	CH	3906	1611	Europe/Zurich	46.10805	7.92741		Saas Fee,ZKI,Zas-Fe,sa si fei,sas-fyy,zasufe,Зас-Фе,סאס פה,סאס-פע,ساس-فيي,ザースフェー,薩斯費		VS	2313	6290	
2658900	Saas-Balen	saas-balen	CH	3908	394	Europe/Zurich	46.15439	7.92698		Saas Balen,sa si ba lun,薩斯巴倫		VS	2313	6289	
2658901	Saas-Almagell	saas-almagell	CH	3905	0	Europe/Zurich	46.09347	7.95736		Almagell,Saas Almagell,sa si a er ma ge er,薩斯阿爾馬格爾		VS	2313	6288	
2658904	Saanen	saanen	CH	3792	6621	Europe/Zurich	46.48945	7.26003		Saanen,Saanen-Gstaad,Zanen,sa nen,Занен,萨嫩		BE	248	843	
2658907	Rütli	rutli	CH	6441	0	Europe/Zurich	46.96851	8.59268				UR	400	1215	
2658914	Ruswil	ruswil	CH	6017	6432	Europe/Zurich	47.08425	8.12645		Rusvil',Ruswil,lu si wei er,Русвиль,魯斯維爾		LU	314	1098	
2658916	Russin	russin	CH	1281	406	Europe/Zurich	46.18696	6.01381		lu sang,ryussan,リュッサン,鲁桑		GE	2500	6637	
2658917	Russikon	russikon	CH	8332	2415	Europe/Zurich	47.39669	8.77515				ZH	108	178	
2658919	Rüschlikon	ruschlikon	CH	8803	4653	Europe/Zurich	47.30688	8.55135		Rjushlikon,lu shi li kong,Рюшликон,呂施利孔		ZH	106	139	
2658920	Ruschein	ruschein	CH	7154	359	Europe/Zurich	46.78525	9.19247		Rushajn,lu sha yin,Рушайн,魯沙因		GR	1850	3619	
2658921	Graben	graben	CH	3376	298	Europe/Zurich	46.79492	7.40164		Graben,Ruschegg-Graben,Rüschegg-Graben		BE	246	853	
2658924	Rupperswil	rupperswil	CH	5102	4137	Europe/Zurich	47.40131	8.12877		Ruppersvil',Rupperswil,lu po si wei er,Рупперсвиль,魯珀斯維爾		AG	1904	4091	
2658926	Rünenberg	runenberg	CH	4497	762	Europe/Zurich	47.43349	7.88255		Rjunenberg,Runenberg,Rünenberg,lu nen bo ge,Рюненберг,呂嫩伯格		BL	1304	2860	
2658927	Rümlang	rumlang	CH	8153	5144	Europe/Zurich	47.45041	8.52993		Rjumlang,lu mu lang,Рюмланг,呂姆朗		ZH	104	97	
2658930	Rufi	rufi	CH	8723	0	Europe/Zurich	47.18008	9.04969		Rufi		SG	1726	3315	
2658932	Rueyres	rueyres	CH	1046	222	Europe/Zurich	46.64904	6.95883				FR	1003	2152	
2658933	Rueun	rueun	CH	7156	505	Europe/Zurich	46.77783	9.1484	788	Ruehun,Rueun,Ruis,lu ao yin,Руэун,魯奧因		GR	1850	3619	
2658935	Rüeggisberg	rueggisberg	CH	3088	1933	Europe/Zurich	46.82216	7.4389		Rjueggisberg,Rjuehggisberg,Rueggisberg,Rüeggisberg,lu ai ji si bei ge,Рюеггисберг,Рюэггисберг,呂埃吉斯貝格		BE	246	880	
2658936	Rue	rue	CH	1673	1108	Europe/Zurich	46.61916	6.82225		Rue FR,Rue i Sveits,lu zhen,rw  swyys,رو، سوئیس,呂鎮		FR	1002	2097	
2658937	Rudolfstetten	rudolfstetten	CH	8964	3800	Europe/Zurich	47.37101	8.38083		Rudolfstetten		AG	1903	4075	
2658938	Rüdlingen	rudlingen	CH	8455	0	Europe/Zurich	47.57826	8.57191		Rjudlingen,Рюдлинген		SH	1403	2938	
2658939	Rüderswil	ruderswil	CH	3437	2329	Europe/Zurich	46.98374	7.72167		Ruderswil,Rüderswil		BE	245	905	
2658940	Rubigen	rubigen	CH	3113	2426	Europe/Zurich	46.89868	7.5446				BE	246	623	
2658942	Rovray	rovray	CH	1463	188	Europe/Zurich	46.78489	6.76445				VD	2224	5928	
2658943	Rovio	rovio	CH	6821	729	Europe/Zurich	45.93309	8.98699	497	Roev,Röv,luo wei ao,羅維奧		TI	2105	5219	
2658945	Rougemont	rougemont	CH	1659	909	Europe/Zurich	46.48811	7.20659	1007	Rougemont,Rougemont VD,lu ri meng,鲁日蒙		VD	2230	5843	
2658950	Rotkreuz	rotkreuz	CH	6343	10439	Europe/Zurich	47.14283	8.4314	430	Rotkreuz		ZG	900	1707	
2658952	Rothrist	rothrist	CH	4852	7423	Europe/Zurich	47.30508	7.89196		Rothrist,Rothrist-Dorf,Rotrist,luo te li si te,Ротрист,羅特里斯特		AG	1910	4282	
2658953	Rothenburg	rothenburg	CH	6023	0	Europe/Zurich	47.09566	8.27228				LU	313	1040	
2658954	Rothenthurm	rothenthurm	CH	6418	2098	Europe/Zurich	47.1042	8.67585		Rotenturm,Rothenthurm		SZ	506	1370	
2658955	Rothenbrunnen	rothenbrunnen	CH	7405	293	Europe/Zurich	46.76772	9.42701		Giuvaulta,Rotenbrunnen,Rothenbrummen,Rothenbrunnen,luo teng bu lun nen,Ротенбруннен,羅滕布倫嫩		GR	1851	3637	
2658960	Rossura	rossura	CH	6760	55	Europe/Zurich	46.47534	8.82288				TI	2103	5072	
2658961	Rossinière	rossiniere	CH	1658	527	Europe/Zurich	46.46757	7.08368		Rossiniere,Rossinière,luo xi ni ye er,روسینی‌یر,罗西尼耶尔		VD	2230	5842	
2658965	Rossa	rossa	CH	6548	140	Europe/Zurich	46.37139	9.12363		Rossa,Rossa GR,luo sa,Росса,羅薩		GR	1847	3808	
2658968	Röschenz	roschenz	CH	4244	1753	Europe/Zurich	47.42366	7.48024		Rjoshenc,Roschenz,Röschenz,lei shen ci,Рёшенц,勒申茨		BL	1302	2791	
2658969	Rorschach	rorschach	CH	9400	9000	Europe/Zurich	47.478	9.4903		Rorschach,Rorshakh,ZJZ,luo er sha he,Роршах,رورشک، سن‌گلان,羅爾沙赫		SG	1722	3215	
2658974	Rorbas	rorbas	CH	8427	1797	Europe/Zurich	47.53092	8.57555		Rorbas,Rorbas-Freienstein		ZH	103	68	
2658975	Ropraz	ropraz	CH	1088	358	Europe/Zurich	46.61462	6.75347		Ropraz,luo pu la,罗普拉		VD	2222	5798	
2658976	Root	root	CH	6037	3886	Europe/Zurich	47.11458	8.39021		Root		LU	312	1051	
2658977	Rongellen	rongellen	CH	7430	38	Europe/Zurich	46.67436	9.44181		Rongellen		GR	1851	3711	
2658980	Ronco sopra Ascona	ronco-sopra-ascona	CH	6622	671	Europe/Zurich	46.14624	8.72793		Ronco,Ronco sopra Ascona		TI	2104	5125	
2658985	Romanshorn	romanshorn	CH	8590	8956	Europe/Zurich	47.56586	9.37869		Romanshorn,Romanskhorn,luo man si huo en,Романсхорн,羅曼斯霍恩	4436	TG	2011	4436	
2658986	Romanel-sur-Lausanne	romanel-sur-lausanne	CH	1032	3123	Europe/Zurich	46.56403	6.60538		Romanel,Romanel-sur-Lausanne		VD	2225	5592	
2658988	Romainmôtier	romainmotier	CH	1323	0	Europe/Zurich	46.69393	6.46086				VD	2224	5761	
2658989	Rolle	rolle	CH	1180	4425	Europe/Zurich	46.4582	6.33499		Rolle VD,Rolle i Sveits,Rolo,luo lei,roru,rwl,رول,ロール,罗勒		VD	2228	5861	
2658991	Rohrbach	rohrbach	CH	4938	1386	Europe/Zurich	47.13521	7.81334		Rohrbach BE,Rohrbach i Sveits,Rorbakh,luo er ba he,Рорбах,羅爾巴赫		BE	244	338	
2658995	Rona	rona	CH	7454	0	Europe/Zurich	46.56132	9.62526		Roffna,Rona		GR	1841	3543	
2658998	Rodersdorf	rodersdorf	CH	4118	1338	Europe/Zurich	47.48082	7.45767		Rodersdorf,luo de si duo fu,Родерсдорф,羅德斯多夫		SO	1104	2479	
2658999	Rodels	rodels	CH	7415	293	Europe/Zurich	46.73716	9.44469		Rodel's,Rodels,Roten,luo de er si,Родельс,羅德爾斯		GR	1851	3673	
2659004	Robasacco	robasacco	CH	6599	115	Europe/Zurich	46.14274	8.94284		Robasacco		TI	2101	5003	
2659006	Riveo	riveo	CH	6674	0	Europe/Zurich	46.2977	8.6267		Riveo		TI	2108	5317	
2659008	Riva San Vitale	riva-san-vitale	CH	6826	2390	Europe/Zurich	45.90123	8.97167		Riva,Riva San Vitale,Vicus Subinates,rywa sn wytl,sheng wei ta lai he cun,ریوا سن ویتل,聖維塔萊河村		TI	2106	5263	
2659010	Ritzingen	ritzingen	CH	3989	0	Europe/Zurich	46.45656	8.22162		Ritzingen		VS	2304	6077	
2659018	Risch	risch	CH	6343	0	Europe/Zurich	47.13351	8.46514				ZG	900	1707	
2659020	Zignau	zignau	CH	7167	0	Europe/Zurich	46.73995	9.00557		Ringgenberg,Rinkenberg,Zignau		GR	1850	3987	
2659026	Rigi Kaltbad	rigi-kaltbad	CH	6356	0	Europe/Zurich	47.04415	8.46523		Kaltbad,Rigi Kaltbad		LU	312	1069	
2659028	Riggisberg	riggisberg	CH	3132	2001	Europe/Zurich	46.81028	7.48014		Riggisberg,li ji si bei ge,Риггисберг,里吉斯貝格		BE	246	879	
2659030	Riemenstalden	riemenstalden	CH	6452	62	Europe/Zurich	46.94712	8.66525		Riemenstalden		SZ	506	1369	
2659031	Riein	riein	CH	7128	63	Europe/Zurich	46.74455	9.23278		Reninus,Riajn,Riein,li yin,Риайн,里因		GR	1850	3619	
2659032	Riedstätt	riedstatt	CH	3159	0	Europe/Zurich	46.78414	7.3194		Riedstatt,Riedstätt		BE	246	852	
2659036	Riedholz	riedholz	CH	4533	1576	Europe/Zurich	47.23158	7.56829		Ridkhol'c,Riedholz SO,li de huo er ci,Ридхольц,里德霍爾茨		SO	1107	2554	
2659037	Riedern	riedern	CH	8750	0	Europe/Zurich	46.95219	7.36862		Riederen,Riedern		BE	246	351	
2659038	Riederalp	riederalp	CH	3987	0	Europe/Zurich	46.37637	8.02611		li de la er pu,ridaarupu,リーダーアルプ,里德拉爾普		VS	2309	6181	
2659046	Riddes	riddes	CH	1908	2213	Europe/Zurich	46.17276	7.2236		li de,里德		VS	2307	6139	
2659050	Richterswil	richterswil	CH	8805	10189	Europe/Zurich	47.20622	8.69686		Richti,Rikhtersvil',li xi te si wei er,rykth wyl,Рихтерсвиль,ریکته ویل,里希特斯維爾		ZH	106	138	
2659052	Richigen	richigen	CH	3078	0	Europe/Zurich	46.91732	7.58422		Richigen		BE	246	612	
2659053	Richenthal	richenthal	CH	6263	769	Europe/Zurich	47.21757	7.94459		Richental,Richenthal		LU	315	1140	
2659055	Riaz	riaz	CH	1632	1894	Europe/Zurich	46.64224	7.06183		Riaz,li ya,里亞		FR	1003	2148	
2659060	Rheinfelden	rheinfelden	CH	4310	10733	Europe/Zurich	47.55437	7.79403		Rheinfelden  Aargau	1909	AG	1909	4258	
2659062	Rheineck	rheineck	CH	9424	3298	Europe/Zurich	47.4663	9.59028		Rajnek,Rheineck SG,lai yin ai ke,lainekeu,rainekku,rnk,Райнек,رنک,ライネック,萊茵埃克,라이네크		SG	1723	3235	
2659067	Reutigen	reutigen	CH	3647	969	Europe/Zurich	46.69363	7.62102		Reutigen,Rojtigen,luo yi di gen,Ройтиген,羅伊蒂根		BE	247	767	
2659072	Ramosch	ramosch	CH	7556	485	Europe/Zurich	46.83386	10.3815	1236	Ramosch,Remues,Remus,Remüs		GR	1843	3764	
2659077	Reigoldswil	reigoldswil	CH	4418	1509	Europe/Zurich	47.39824	7.68718		Rajgol'dsvil',Reigoldswil,lai ge de si wei er,Райгольдсвиль,賴戈德斯維爾		BL	1305	2893	
2659078	Reiden	reiden	CH	6260	3926	Europe/Zurich	47.24719	7.97135		Rajden,lai deng,Райден,賴登		LU	315	1140	
2659079	Reichenburg	reichenburg	CH	8864	2876	Europe/Zurich	47.17097	8.97704		Rajkhenburg,Reichenburg,Райхенбург		SZ	505	1345	
2659082	Rehetobel	rehetobel	CH	9038	1779	Europe/Zurich	47.42611	9.483		Rehetobel		AR	1503	3034	
2659083	Regensdorf	regensdorf	CH	8105	7531	Europe/Zurich	47.4341	8.46874		Regensdorf,lei gen si duo fu,rwzhanzdwrf,Регенсдорф,روژانزدورف,雷根斯多夫		ZH	104	96	
2659084	Regensberg	regensberg	CH	8158	346	Europe/Zurich	47.48295	8.43791		Regensberg,lei gen si bo ge,rwzhanzbrg,Регенсберг,روژانزبرگ,雷根斯伯格		ZH	104	95	
2659085	Reconvilier	reconvilier	CH	2732	2291	Europe/Zurich	47.23431	7.22239		Rekonvil'e,lei kong wei li ye,Реконвилье,雷孔維利耶		BE	241	703	
2659088	Rechthalten	rechthalten	CH	1718	1058	Europe/Zurich	46.76766	7.24028		Rechthalten,lei he ta er teng,雷赫塔爾滕		FR	1006	2301	
2659089	Rebstein	rebstein	CH	9445	4163	Europe/Zurich	47.39812	9.58503		Rebstein		SG	1723	3255	
2659091	Realta	realta	CH	7408	0	Europe/Zurich	46.73193	9.42772		Realta		GR	1851	3661	
2659092	Realp	realp	CH	6491	0	Europe/Zurich	46.59821	8.50282		Real'p,Реальп		UR	400	1212	
2659098	Raron	raron	CH	3942	1901	Europe/Zurich	46.31196	7.80029		Rarogne,Rarognus,Rarona,Rarono,Raroña,la long,拉龙	2309	VS	2309	6199	
2659101	Raperswilen	raperswilen	CH	8558	434	Europe/Zurich	47.63241	9.04261		Rapersvilen,Raperswilen,la po si wei lun,Раперсвилен,拉珀斯維倫		TG	2013	4846	
2659104	Ranflüh	ranfluh	CH	3439	0	Europe/Zurich	46.98765	7.74019		Ranfluh,Ranflüh		BE	245	905	
2659105	Randogne	randogne	CH	3975	3157	Europe/Zurich	46.30952	7.50058		Randogne,lan duo nie,蘭多涅		VS	2311	6253	
2659107	Randa	randa	CH	3928	421	Europe/Zurich	46.09884	7.78228		Randa,Randa VS,lan da,蘭達		VS	2313	6287	
2659108	Rances	rances	CH	1439	434	Europe/Zurich	46.76068	6.52966				VD	2224	5760	
2659109	Ramsen	ramsen	CH	8262	1316	Europe/Zurich	47.70797	8.80949	418	Ramsen		SH	1405	2963	
2659110	Ramiswil	ramiswil	CH	4719	0	Europe/Zurich	47.34567	7.65887		Ramiswil		SO	1102	2428	
2659111	Rämismühle	ramismuhle	CH	8487	505	Europe/Zurich	47.43932	8.82166				ZH	110	231	
2659113	Rafz	rafz	CH	8197	3233	Europe/Zurich	47.60438	8.54305				ZH	103	67	
2659117	Rabius	rabius	CH	7172	0	Europe/Zurich	46.73432	8.95879				GR	1850	3985	
2659118	Quinto	quinto	CH	6777	0	Europe/Zurich	46.51078	8.71114		Quint,Quinto,Quinto TI,Quinto i Sveits,kun tuo,昆托		TI	2103	5079	
2659119	Quinten	quinten	CH	8878	0	Europe/Zurich	47.12902	9.21444				SG	1725	3295	
2659121	Quartino	quartino	CH	6572	0	Europe/Zurich	46.15153	8.89584				TI	2104	5398	
2659122	Quarten	quarten	CH	8883	2715	Europe/Zurich	47.107	9.24199		Kvarten,Quartus,kua er teng,Квартен,夸爾滕		SG	1725	3295	
2659123	Pusserein	pusserein	CH	7228	0	Europe/Zurich	46.9856	9.70797		Busserein,Pusserein		GR	1849	3962	
2659126	Pura	pura	CH	6984	1069	Europe/Zurich	45.98647	8.86877		Puera,Pura TI,Pura i Sveits,Püra,pu la,普拉	5216	TI	2105	5216	
2659127	Pully	pully	CH	1009	16263	Europe/Zurich	46.51027	6.66183		pi li,pwly,پولی,皮利		VD	2226	5590	
2659129	Puidoux	puidoux	CH	1070	2398	Europe/Zurich	46.50093	6.78249		Puidoux,pu yi du,普伊杜		VD	2226	5607	
2659130	Prugiasco	prugiasco	CH	6723	184	Europe/Zurich	46.46165	8.93262		Prugiasco		TI	2102	5048	
2659131	Provence	provence	CH	1428	371	Europe/Zurich	46.89052	6.72608		Provence VD,Provence i Sveits,pu luo wang si,普罗旺斯		VD	2224	5566	
2659132	Prosito	prosito	CH	6526	0	Europe/Zurich	46.28065	8.98407				TI	2107	5287	
2659133	Promontogno	promontogno	CH	7606	0	Europe/Zurich	46.33939	9.55759		Promontogno	3792	GR	1846	3792	
2659136	Prilly	prilly	CH	1008	10524	Europe/Zurich	46.53698	6.60456		pry  swyys,pu li yi,پری، سوئیس,普里伊		VD	2229	5589	
2659138	Presinge	presinge	CH	1243	626	Europe/Zurich	46.21975	6.25517		pu lei sang ri,purezanju,プレザンジュ,普雷桑日		GE	2500	6635	
2659139	Prêles	preles	CH	2515	0	Europe/Zurich	47.09931	7.13017		pu lei lei,普雷勒		BE	241	726	
2659142	Pregassona	pregassona	CH	6963	7548	Europe/Zurich	46.02021	8.97429				TI	2105	5192	
2659143	Preda	preda	CH	7482	0	Europe/Zurich	46.58857	9.77648				GR	1841	3544	
2659144	Praz-de-Fort	praz-de-fort	CH	1943	0	Europe/Zurich	45.98782	7.12259		Praz-de-Fort		VS	2303	6034	
2659145	Praz	praz	CH	7424	0	Europe/Zurich	46.95307	7.09803		Praz (Vully)		FR	1005	2284	
2659147	Pratteln	pratteln	CH	4133	14877	Europe/Zurich	47.52071	7.69356		Basel-Pratteln,Prattel'n,prtln,pu la te en,Праттельн,پرتلن,普拉特恩		BL	1303	2831	
2659152	Prangins	prangins	CH	1197	3172	Europe/Zurich	46.39518	6.2496		Prangins,Pranzhen,pu lang ran,Пранжен,普朗然		VD	2228	5725	
2659159	Praden	praden	CH	7063	119	Europe/Zurich	46.82432	9.58146		Praden,Praden bei Chur		GR	1848	3932	
2659165	Poschiavo	poschiavo	CH	7742	3428	Europe/Zurich	46.32441	10.05823		Pesclavium,Poschiavo,Poschiavu,Posk'javo,Puscciaf,Puscciâf,Puschlav,bo si ji ya wo,posukiavu~o,Поскьяво,ポスキアーヴォ,波斯基亞沃		GR	1842	3561	
2659167	Porto Ronco	porto-ronco	CH	6613	0	Europe/Zurich	46.14041	8.72546		Porto Ronco,Riva		TI	2104	5125	
2659169	Portalban	portalban	CH	1568	322	Europe/Zurich	46.91889	6.95627		Portalban,Portalban-Dessous		FR	1001	2051	
2659170	Porsel	porsel	CH	1699	386	Europe/Zurich	46.60148	6.86582		Porsel		FR	1007	2337	
2659171	Porrentruy	porrentruy	CH	2900	6521	Europe/Zurich	47.41728	7.07573		Porentru,Porrentruy,Pruntrut,Purrentrum,bo lang te lu,bwryntry,pwrantrwyy,Порентру,بورينتري,پورانترویی,波朗特呂	2603	JU	2603	6800	
2659172	Pontresina	pontresina	CH	7504	1863	Europe/Zurich	46.4955	9.90126		Pons Sarisina,Pontresina,Pontrezina,Puntraschigna,ZJV,peng te lei xi na,pontorejina,Понтрезина,Понтрезіна,პონტრეზინა,ポントレジーナ,蓬特雷西納		GR	1846	3784	
2659173	Ponto Valentino	ponto-valentino	CH	6724	220	Europe/Zurich	46.48206	8.93459		Ponte Valentino,Ponto Valentino		TI	2102	5048	
2659175	Ponthaux	ponthaux	CH	1772	534	Europe/Zurich	46.81527	7.04142		peng tuo,蓬托		FR	1004	2217	
2659177	La Punt Chamues-ch	la-punt-chamues-ch	CH	7522	0	Europe/Zurich	46.57887	9.92015		La Punt,La Punt-Chamues-ch,Ponte,Ponte Campovasto	3785	GR	1846	3785	
2659180	Pleigne	pleigne	CH	2807	394	Europe/Zurich	47.40768	7.29098		Pleigne,pu lai ni,普萊尼		JU	2601	6719	
2659186	Platta	platta	CH	7185	0	Europe/Zurich	46.65822	8.85389		Platta		GR	1850	3983	
2659187	Plasselb	plasselb	CH	1737	973	Europe/Zurich	46.73488	7.25119		Plasselb,pu la sai er bu,普拉塞爾布		FR	1006	2300	
2659190	Plan-les-Ouates	plan-les-ouates	CH	1228	10540	Europe/Zurich	46.16789	6.11664		Plan-Les-Ouates,Plan-les-Ouates,Plan-les-Ouattes,Plan-lez-Uat,pu lang lai wu te,puran=re=zu~uato,План-лез-Уат,プラン＝レ＝ズゥアト,普朗莱乌特		GE	2500	6633	
2659195	Plaffeien	plaffeien	CH	1716	1938	Europe/Zurich	46.74198	7.28666		Plaffeien,Planfayon,pu la fa en,普拉法恩		FR	1006	2299	
2659196	Pitasch	pitasch	CH	7111	120	Europe/Zurich	46.73148	9.21816		Pictasum,Pitasch,Pitash,pi ta shi,Питаш,皮塔施		GR	1850	3619	
2659198	Piotta	piotta	CH	6776	0	Europe/Zurich	46.51455	8.67385		Piotta		TI	2103	5079	
2659203	Pieterlen	pieterlen	CH	2542	3317	Europe/Zurich	47.17501	7.33791		Perles,Piterlen,pi te lun,Питерлен,皮特倫		BE	242	392	
2659205	Piazzogna	piazzogna	CH	6579	395	Europe/Zurich	46.1356	8.82365		Piazzoegna,Piazzögna		TI	2104	5398	
2659209	Pianezzo	pianezzo	CH	6582	539	Europe/Zurich	46.17006	9.02522		Pianesc,Pianezzo,pi ya nei zuo,皮亞內佐		TI	2101	5002	
2659211	Pfyn	pfyn	CH	8505	1839	Europe/Zurich	47.59693	8.9542		Fines Helvetiorum,Pfin,Pfyn,pu fen,Пфин,普芬		TG	2012	4841	
2659212	Pfungen	pfungen	CH	8422	2369	Europe/Zurich	47.51394	8.6423				ZH	110	224	
2659213	Pfaffhausen	pfaffhausen	CH	8118	1684	Europe/Zurich	47.36476	8.62375		Pfaffhausen,Pfaffhusen		ZH	109	193	
2659215	Pfeffingen	pfeffingen	CH	4148	2201	Europe/Zurich	47.45984	7.58975		Pfeffingen,Pfeffingen BL,pu fei fen gen,Пфеффинген,普費芬根		BL	1301	2772	
2659218	Pfaffnau	pfaffnau	CH	6264	2047	Europe/Zurich	47.22772	7.89719		Pfaffnau,pu fa fu nao,Пфаффнау,普法夫瑙		LU	315	1139	
2659227	Peseux	peseux	CH	2034	5716	Europe/Zurich	46.98704	6.88903				NE	2404	6458	
2659228	Péry	pery	CH	2603	1342	Europe/Zurich	47.19398	7.24913		Peri,pei li,Пери,佩里		BE	241	450	
2659230	Personico	personico	CH	6744	0	Europe/Zurich	46.37204	8.91609		Parsoni,Parsóni,pei er suo ni ke,佩爾索尼科		TI	2103	5076	
2659231	Perroy	perroy	CH	1166	1315	Europe/Zurich	46.4669	6.35349		Perroy		VD	2228	5860	
2659232	Perrefitte	perrefitte	CH	2742	515	Europe/Zurich	47.27568	7.34161		Perrfitt,pei lei fei te,Перрфитт,佩雷菲特		BE	241	701	
2659233	Perlen	perlen	CH	6035	0	Europe/Zurich	47.10945	8.36196		Perlen		LU	312	1065	
2659234	Penthalaz	penthalaz	CH	1305	2241	Europe/Zurich	46.61077	6.52519		pang ta la,庞塔拉		VD	2223	5495	
2659236	Peney-le-Jorat	peney-le-jorat	CH	1059	295	Europe/Zurich	46.63228	6.7288		Peney-le-Jorat		VD	2223	5804	
2659238	Peist	peist	CH	7029	191	Europe/Zurich	46.83331	9.67414		Pajst,Peist,pai si te,Пайст,派斯特		GR	1848	3921	
2659240	Pedrinate	pedrinate	CH	6832	0	Europe/Zurich	45.8261	9.01323		Pedrinate		TI	2106	5250	
2659241	Peccia	peccia	CH	6695	175	Europe/Zurich	46.4084	8.64572		Peccia		TI	2108	5323	
2659243	Payerne	payerne	CH	1530	7655	Europe/Zurich	46.82192	6.93817		Pajern,Payerna,Payerne,Payèrna,pa ye ne,payeleun,pyrn,Пайерн,Пајерн,پیرن,帕耶讷,파예른	2222	VD	2222	5822	
2659246	Paudex	paudex	CH	1094	1352	Europe/Zurich	46.50548	6.66819				VD	2226	5590	
2659248	Paspels	paspels	CH	7417	461	Europe/Zurich	46.74884	9.44351		Paspel's,Paspels,Pasqual,pa er pei er si,Паспельс,帕爾佩爾斯		GR	1851	3673	
2659250	Parpan	parpan	CH	7076	262	Europe/Zurich	46.76015	9.55708		Parpan,Parpan/Lenzerheide		GR	1848	3911	
2659254	Pany	pany	CH	7243	0	Europe/Zurich	46.92888	9.77153		Pany		GR	1849	3891	
2659257	Panex	panex	CH	1867	0	Europe/Zurich	46.31184	7.01374				VD	2221	5409	
2659258	Pampigny	pampigny	CH	1142	843	Europe/Zurich	46.58093	6.42941		pang pi ni,庞皮尼	5494	VD	2227	5494	
2659260	Palézieux	palezieux	CH	1607	1209	Europe/Zurich	46.54191	6.83989		Palezieux,Palezioex,Palèziœx,Palézieux		VD	2226	5805	
2659261	Palagnedra	palagnedra	CH	6657	117	Europe/Zurich	46.15457	8.63138		Palagnedra		TI	2104	5397	
2659262	Pailly	pailly	CH	1416	430	Europe/Zurich	46.70123	6.6754		Pailly VD	5530	VD	2223	5530	
2659264	Ovronnaz	ovronnaz	CH	1911	0	Europe/Zurich	46.19897	7.1736		Ovronnaz		VS	2307	6135	
2659266	Ottenbach	ottenbach	CH	8913	2039	Europe/Zurich	47.28228	8.40432				ZH	101	11	
2659267	Othmarsingen	othmarsingen	CH	5504	2267	Europe/Zurich	47.40125	8.21383		Othmarsingen,Otmarzingen,ao te ma er xin gen,Отмарзинген,奧特馬爾辛根		AG	1907	4205	
2659269	Otelfingen	otelfingen	CH	8112	1808	Europe/Zurich	47.46053	8.39141		Otel'fingen,ao te fen gen,Отельфинген,奧特芬根		ZH	104	94	
2659272	Ostermundigen	ostermundigen	CH	3072	0	Europe/Zurich	46.95694	7.49019		Ostermundigen,Ostermundingen,ao si te meng di gen,awstrmndyzhan,Остермундиген,Остермундинген,اوسترمندیژان,奧斯特蒙迪根	363	BE	246	363	
2659274	Ossingen	ossingen	CH	8475	959	Europe/Zurich	47.61175	8.72781		Ossingen,ao xin gen,Оссинген,奧辛根		ZH	102	37	
2659275	Osogna	osogna	CH	6703	994	Europe/Zurich	46.31208	8.98579		Osoegna,Osögna,Usonia,ao suo ni ya,奧索尼亞		TI	2107	5287	
2659276	Osco	osco	CH	6763	109	Europe/Zurich	46.4937	8.78193		Osco,Vosch		TI	2103	5072	
2659277	Orvin	orvin	CH	2534	1181	Europe/Zurich	47.16068	7.21368		Orven,ao er wen,Орвен,奧爾溫		BE	241	438	
2659280	Orsonnens	orsonnens	CH	1694	0	Europe/Zurich	46.71571	6.99499		Orsonnens		FR	1002	2114	
2659281	Orsières	orsieres	CH	1937	2725	Europe/Zurich	46.02903	7.14437		Ursiores,ao xi ye er,awrsyr,اورسیر,奧西耶爾		VS	2303	6034	
2659282	Orpund	orpund	CH	2552	2488	Europe/Zurich	47.13891	7.30775		Orpond,Orpund,ao er peng de,Орпунд,奧爾蓬德		BE	242	744	
2659283	Oron-la-Ville	oron-la-ville	CH	1610	1198	Europe/Zurich	46.57094	6.82557		Oron-la-Ville		VD	2226	5805	
2659286	Ormalingen	ormalingen	CH	4466	1803	Europe/Zurich	47.46936	7.87248		Ormalingen,ao ma lin gen,Ормалинген,奧馬林根		BL	1304	2856	
2659289	Orbe	orbe	CH	1350	5132	Europe/Zurich	46.72504	6.53069				VD	2224	5757	
2659291	Oppens	oppens	CH	1047	179	Europe/Zurich	46.71396	6.69168				VD	2223	5923	
2659292	Opfikon	opfikon	CH	8152	1277	Europe/Zurich	47.43169	8.57588		Opfikon,Opfikon-Glattbrugg,ao pu fei kong,awpfykwn,Опфикон,اوپفیکون,奧普菲孔		ZH	103	66	
2659296	Onex	onex	CH	1213	17302	Europe/Zurich	46.18396	6.10237		One,Onex,Onèx,ao nei,awnks  swyys,awnyks,one,Оне,أونيكس,اونکس، سوئیس,オネ,奥内		GE	2500	6631	
2659364	Oberönz	oberonz	CH	3363	879	Europe/Zurich	47.17793	7.69489		Ober Oenz,Oenz		BE	244	979	
2659297	Olten	olten	CH	4600	16411	Europe/Zurich	47.34999	7.90329		Ol'ten,Olten,ZJU,ao er teng,awltan,awltn,olten,oruten,Олтен,Ольтен,أولتن,اولتان,オルテン,奧爾滕,올텐	1108	SO	1108	2581	
2659300	Olivone	olivone	CH	6718	0	Europe/Zurich	46.52964	8.94356		Rivoei,Rivoeuj,Rivöi,awlywwn,اولیوون		TI	2102	5049	
2659301	Oleyres	oleyres	CH	1580	0	Europe/Zurich	46.85452	7.03795		Oleyres		VD	2222	5451	
2659302	Ohmstal	ohmstal	CH	6143	321	Europe/Zurich	47.1623	7.95268		Ohmstal		LU	315	1143	
2659303	Oftringen	oftringen	CH	4665	10390	Europe/Zurich	47.31382	7.92533		Oftringen,ao fu te lin gen,awftrnzhan,awftrynjyn,Офтринген,أوفترينجين,اوفترنژان,奧夫特林根		AG	1910	4280	
2659305	Oey	oey	CH	3753	0	Europe/Zurich	46.6592	7.57685		Oey		BE	249	763	
2659307	Oetwil	oetwil-am-see	CH	8618	4925	Europe/Zurich	47.27049	8.72023		Oetwil,Oetwil am See		ZH	107	157	
2659311	Oensingen	oensingen	CH	4702	4609	Europe/Zurich	47.28764	7.71612		Ehnzingen,OEnsingen,Oensingen,e xin gen,Önsingen,Энзинген,厄辛根		SO	1101	2407	
2659312	Ocourt	ocourt	CH	2889	125	Europe/Zurich	47.35257	7.0779		Ocourt		JU	2603	6808	
2659314	Ochlenberg	ochlenberg	CH	3367	641	Europe/Zurich	47.14953	7.73603	626	Ochlenberg		BE	244	985	
2659316	Obstalden	obstalden	CH	8758	465	Europe/Zurich	47.11728	9.14867		Obstalden,Obstalden GL		GL	800	1630	
2659317	Obfelden	obfelden	CH	8912	4039	Europe/Zurich	47.26413	8.4215		Obfel'den,ao bu fei deng,Обфельден,奧布費登		ZH	101	10	
2659322	Oberwil-Lieli	oberwil-lieli	CH	8966	0	Europe/Zurich	47.33382	8.38123		Oberwil,Oberwil-Lieli		AG	1903	4074	
2659326	Oberweningen	oberweningen	CH	8165	919	Europe/Zurich	47.50226	8.40702				ZH	104	93	
2659329	Oberwald	oberwald	CH	3999	277	Europe/Zurich	46.53187	8.35496	1377	Oberwald		VS	2304	6076	
2659331	Oberuzwil	oberuzwil	CH	9242	5616	Europe/Zurich	47.43076	9.12724		Oberucvil',shang wu zi wei er,Оберуцвиль,上烏茲維爾		SG	1728	3407	
2659334	Tschappina	tschappina	CH	7428	0	Europe/Zurich	46.6869	9.38344		Chappina,Tschappina,Tschappina GR,ci cha pi na,Чаппина,茨察皮納		GR	1851	3669	
2659337	Oberterzen	oberterzen	CH	8884	0	Europe/Zurich	47.10226	9.25941				SG	1725	3295	
2659338	Oberstocken	oberstocken	CH	3632	277	Europe/Zurich	46.71746	7.55471		Obershtokken,Oberstocken,shang si tuo ken,Оберштоккен,上斯托肯		BE	247	770	
2659348	Oberschrot	oberschrot	CH	1716	1099	Europe/Zurich	46.74126	7.28149		Oberschrot,shang shi luo te,上施羅特		FR	1006	2299	
2659354	Obersaxen	obersaxen	CH	7134	757	Europe/Zurich	46.75	9.1		Obersaxen,Oberzaksen,Supersaxa,Sursaissa,shang sa ke sen,Оберзаксен,上薩克森		GR	1850	3988	
2659355	Oberrüti	oberruti	CH	5647	1268	Europe/Zurich	47.16673	8.39441		Oberrjuti,shang lu di,Оберрюти,上呂蒂		AG	1908	4237	
2659358	Oberrieden	oberrieden	CH	8942	4413	Europe/Zurich	47.27444	8.57838				ZH	106	137	
2659361	Oberrickenbach	oberrickenbach	CH	6387	0	Europe/Zurich	46.88773	8.41728		Oberrickenbach		NW	700	1511	
2659367	Oberlunkhofen	oberlunkhofen	CH	8917	1880	Europe/Zurich	47.31244	8.39242		Oberlunkhofen,Oberlunkkhofen,shang lun huo fen,Оберлункхофен,上倫霍芬	4073	AG	1903	4073	
2659374	Oberiberg	oberiberg	CH	8843	786	Europe/Zurich	47.0384	8.77917		Oberiberg,Обериберг		SZ	506	1368	
2659378	Oberhelfenschwil	oberhelfenschwil	CH	9621	1318	Europe/Zurich	47.35673	9.11076				SG	1727	3375	
2659381	Oberhallau	oberhallau	CH	8216	416	Europe/Zurich	47.7071	8.47853				SH	1406	2972	
2659384	Obergösgen	obergosgen	CH	4653	2076	Europe/Zurich	47.36538	7.95173		Obergjosgen,Obergosgen,Obergösgen,shang ge si gen,Обергёсген,上格斯根		SO	1108	2573	
2659386	Obergesteln	obergesteln	CH	3988	0	Europe/Zurich	46.5143	8.32534		Obergestelen,Obergesteln		VS	2304	6076	
2659387	Obergerlafingen	obergerlafingen	CH	4564	0	Europe/Zurich	47.16124	7.58177		Obergerlafingen,shang gai la fen gen,Обергерлафинген,上蓋拉芬根		SO	1106	2528	
2659391	Oberentfelden	oberentfelden	CH	5036	7553	Europe/Zurich	47.35639	8.04594		Entfelden,Oberentfel'den,shang en te fei er deng,Оберентфельден,上恩特費爾登		AG	1901	4010	
2659392	Oberengstringen	oberengstringen	CH	8102	5805	Europe/Zurich	47.40841	8.46515				ZH	111	245	
2659394	Endingen	endingen	CH	5304	1935	Europe/Zurich	47.53742	8.29036		Ehndingen,Endingen,Endingen AG,Endingen i Sveits,Oberendingen,en ding gen,Эндинген,אנדינגן,恩丁根		AG	1911	4305	
2659395	Oberems	oberems	CH	3948	135	Europe/Zurich	46.28188	7.69352		Emesa Superior,Oberems,Oberems VS,shang ai mu si,上埃姆斯		VS	2306	6119	
2659396	Oberembrach	oberembrach	CH	8425	694	Europe/Zurich	47.4878	8.61828				ZH	103	65	
2659397	Oberegg	oberegg	CH	9413	1827	Europe/Zurich	47.42531	9.55134		Obereg,Oberegg,Oberegg AI,Oberegg District,Оберег,Оберегг		AI	1600	3111	
2659402	Oberdiessbach	oberdiessbach	CH	3672	2860	Europe/Zurich	46.84117	7.6173		Oberdisbakh,shang di si ba he,Обердисбах,上迪斯巴赫		BE	246	619	
2659404	Oberburg	oberburg	CH	3414	2901	Europe/Zurich	47.03665	7.62745		Oberburg		BE	245	418	
2659405	Oberbüren	oberburen	CH	9245	0	Europe/Zurich	47.45192	9.15864		Oberbuere,Oberbueren,Oberbüre,Oberbüren		SG	1728	3424	
2659406	Oberbuchsiten	oberbuchsiten	CH	4625	1807	Europe/Zurich	47.31334	7.76836		Oberbuksiten,shang bu he xi he,Обербукситен,上布赫錫赫		SO	1101	2406	
2659408	Oberbipp	oberbipp	CH	4538	1440	Europe/Zurich	47.2607	7.66359		Oberbip,Oberbipp,shang bi pu,Обербип,Обербипп,上比普		BE	244	983	
2659412	Oberbalm	oberbalm	CH	3096	849	Europe/Zurich	46.87363	7.4028		Oberbal'm,Oberbalm,shang ba er mu,Обербальм,上巴爾姆		BE	246	357	
2659420	Oberaach	oberaach	CH	8587	0	Europe/Zurich	47.55952	9.26513		Oberaach		TG	2011	4461	
2659422	Nyon	nyon	CH	1260	16797	Europe/Zurich	46.38318	6.23955		Noviodunum,Nyon,ZRN,n'on,Ньон	2228	VD	2228	5724	
2659426	Nürensdorf	nurensdorf	CH	8309	2310	Europe/Zurich	47.44814	8.64908				ZH	103	64	
2659427	Nunningen	nunningen	CH	4208	1939	Europe/Zurich	47.3941	7.61951		Nunningen,nong ning gen,Нуннинген,農寧根		SO	1110	2621	
2659430	Nufenen	nufenen	CH	7437	156	Europe/Zurich	46.5398	9.24512		Nueinas,Nufenen		GR	1851	3714	
2659433	Novazzano	novazzano	CH	6883	2395	Europe/Zurich	45.84073	8.98236		Novazzan,nuo wa zha nuo,諾瓦扎諾	5260	TI	2106	5260	
2659434	Novalles	novalles	CH	1431	87	Europe/Zurich	46.82837	6.59506				VD	2224	5564	
2659435	Novaggio	novaggio	CH	6986	794	Europe/Zurich	46.0102	8.8561		Nuvasg,nuo wa jiao,諾瓦焦		TI	2105	5207	
2659436	Nottwil	nottwil	CH	6207	2911	Europe/Zurich	47.13469	8.13774		Nottvil',Nottwil,nuo te wei er,Ноттвиль,諾特維爾		LU	314	1094	
2659437	Noréaz	noreaz	CH	1757	501	Europe/Zurich	46.80145	7.02784				FR	1004	2237	
2659442	Noiraigue	noiraigue	CH	2103	524	Europe/Zurich	46.95622	6.72462				NE	2406	6512	
2659443	Nohl	nohl	CH	8212	124	Europe/Zurich	47.6695	8.60785				ZH	102	34	
2659444	Nods	nods	CH	2518	684	Europe/Zurich	47.11487	7.08014		Nods,Nods BE,nuo de si,Нодс,諾德斯		BE	241	724	
2659447	Wichtrach	wichtrach	CH	3114	3843	Europe/Zurich	46.8501	7.57748		Wichtrach	632	BE	246	632	
2659449	Niederwald	niederwald	CH	3989	62	Europe/Zurich	46.43536	8.18994		Niederwald		VS	2304	6077	
2659450	Niederuzwil	niederuzwil	CH	9244	0	Europe/Zurich	47.44655	9.14165				SG	1728	3408	
2659451	Niederurnen	niederurnen	CH	8867	3657	Europe/Zurich	47.12598	9.05428		Niderurnen,Нидерурнен		GL	800	1630	
2659453	Sommeri	sommeri	CH	8580	492	Europe/Zurich	47.56771	9.2872		Niedersommeri,Sommeri		TG	2011	4446	
2659455	Niederscherli	niederscherli	CH	3145	0	Europe/Zurich	46.88505	7.39385		Niederscherli		BE	246	355	
2659456	Niederrohrdorf	niederrohrdorf	CH	5443	2784	Europe/Zurich	47.42409	8.30404		Niderrordorf,Niederrohrdorf,Rohrdorf,xia luo er duo fu,Нидеррордорф,下羅爾多夫		AG	1902	4035	
2659458	Niederrickenbach	niederrickenbach	CH	6383	0	Europe/Zurich	46.92731	8.42709		Niederrickenbach		NW	700	1511	
2659461	Niederlenz	niederlenz	CH	5702	4022	Europe/Zurich	47.40079	8.1764		Niderlenc,xia lun ci,Нидерленц,下倫茨		AG	1907	4204	
2659462	Niederhelfenschwil	niederhelfenschwil	CH	9527	2668	Europe/Zurich	47.47487	9.18543	580			SG	1728	3423	
2659463	Hallwil	hallwil	CH	5705	0	Europe/Zurich	47.32779	8.17612		Hallwil,Niederhallwil		AG	1907	4197	
2659464	Niedergösgen	niedergosgen	CH	5013	3847	Europe/Zurich	47.37157	7.98837		Goesgen,Gösgen,Nidergjosgen,Niedergoesgen,Niedergösgen,xia ge si gen,Нидергёсген,下格斯根		SO	1108	2572	
2659465	Niedergesteln	niedergesteln	CH	3942	615	Europe/Zurich	46.31243	7.78364		Castillio Inferior,Niedergestelen,Niedergesteln,xia ge si te en,下格斯特恩		VS	2309	6198	
2659466	Niedergampel	niedergampel	CH	3945	0	Europe/Zurich	46.31267	7.71292				VS	2306	6118	
2659467	Erlinsbach	erlinsbach	CH	5018	2258	Europe/Zurich	47.39753	8.00797		Erlinsbach,Niedererlinsbach		SO	1105	2503	
2659468	Niederbüren	niederburen	CH	9246	1415	Europe/Zurich	47.46547	9.20568		Buren,Büren,Niederbueren,Niederbüren		SG	1728	3422	
2659469	Niederbuchsiten	niederbuchsiten	CH	4626	947	Europe/Zurich	47.29646	7.7718		Niderbukhsiten,xia bu he xi teng,Нидербухситен,下布赫錫滕		SO	1101	2405	
2659470	Niederbipp	niederbipp	CH	4704	3862	Europe/Zurich	47.27175	7.69583		Niderbip,Niderbipp,Niederbipp,xia bi pu,Нидербип,Нидербипп,下比普		BE	244	981	
2659472	Nidfurn	nidfurn	CH	8772	227	Europe/Zurich	46.98674	9.05468		Nidfurn		GL	800	1631	
2659474	Nidau	nidau	CH	2560	6696	Europe/Zurich	47.12545	7.24033		Nidau,ni dao,nydw,Нидау,نیدو,尼道		BE	242	743	
2659478	Neunkirch	neunkirch	CH	8213	1911	Europe/Zurich	47.69012	8.49981		Nojnkirkh,nkyrk,nuo yin ji xi,Нойнкирх,نکیرک,諾因基希	1401	SH	1401	2904	
2659480	Surcuolm	surcuolm	CH	7138	120	Europe/Zurich	46.75846	9.14516	1346	Neukirch,Neukirch bei Ilanz,Surcuolm		GR	1850	3988	
2659489	Neuenkirch	neuenkirch	CH	6206	5963	Europe/Zurich	47.09989	8.20416		Neuenkirch,Nojenkirkh,nuo yi en ji er he,Нойенкирх,諾伊恩基爾赫		LU	314	1093	
2659490	Neuenhof	neuenhof	CH	5432	7957	Europe/Zurich	47.44985	8.32682		Neuenhof		AG	1902	4034	
2659493	Neudorf	neudorf	CH	6025	1068	Europe/Zurich	47.17699	8.20911		Neudorf		LU	314	1081	
2659598	Moosleerau	moosleerau	CH	5054	0	Europe/Zurich	47.26904	8.06405		Kirchleerau-Moosleerau,Moslerau,mo si lai lao,Мослерау,莫斯萊勞		AG	1910	4277	
2659599	Mont-sur-Rolle	mont-sur-rolle	CH	1185	0	Europe/Zurich	46.4702	6.33516		luo lei shang meng,罗勒上蒙		VD	2228	5859	
2659600	Montricher	montricher	CH	1147	761	Europe/Zurich	46.59956	6.37668		Montricher		VD	2227	5492	
2659496	Neuchâtel	neuchatel	CH	2000	31270	Europe/Zurich	46.99179	6.931		N'oshatel,Nesatelis,Neshatel,Neuchatel,Neuchâtel,Neuenburg,Neusatelo,Nevshatel',Nešatelis,Neŭŝatelo,Njoushatehl',Nochathel,Novicastrum,Nôchâthél,QNC,n'yusatela,na sha tai er,noesyatel,nushateru,nwshatl,nwshatyl,nywshatyl,Невшатель,Нешател,Ньошател,Нёўшатэль,נשאטל,نوشاتل,نوشاتيل,نیوشاتیل,न्यूशातेल,ヌーシャテル,纳沙泰尔,뇌샤텔	NE	NE	2404	6458	
2659497	Netstal	netstal	CH	8754	2900	Europe/Zurich	47.06337	9.05734		Netstal		GL	800	1632	
2659499	Nesslau	nesslau	CH	9650	0	Europe/Zurich	47.2228	9.20124		Nesslau		SG	1727	3360	
2659505	Necker	necker	CH	9126	0	Europe/Zurich	47.34763	9.13016		Necker,Neker		SG	1727	3375	
2659506	Nebikon	nebikon	CH	6244	2241	Europe/Zurich	47.19185	7.97769		Nebikon		LU	315	1137	
2659507	Naz	naz	CH	1041	0	Europe/Zurich	46.59112	9.76442				GR	1841	3544	
2659508	Nax	nax	CH	1973	406	Europe/Zurich	46.2282	7.43101		Nax,Nâx,na ke si,naks,ناکس,納克斯		VS	2305	6090	
2659510	Naters	naters	CH	3904	7552	Europe/Zurich	46.32536	7.98912	720	Nares,na te,nateleuseu,nateoseu,neiteoseu,納特,나터스,나테르스,네이터스		VS	2301	6007	
2659515	Nänikon	nanikon	CH	8606	1560	Europe/Zurich	47.36975	8.68894				ZH	109	198	
2659516	Näfels	nafels	CH	8752	3978	Europe/Zurich	47.09775	9.06361		Nafels,Nefel's,Näfels,naflz,Нефельс,نافلز		GL	800	1630	
2659522	Muttenz	muttenz	CH	4132	16927	Europe/Zurich	47.52271	7.64511		Muttenc,mu teng ci,mwtanz,Муттенц,موتانز,穆滕茨		BL	1301	2770	
2659523	Mutten	mutten	CH	7431	78	Europe/Zurich	46.67812	9.49996		Mut,Mutten,Unter-Mutten		GR	1851	3668	
2659533	Murgenthal	murgenthal	CH	4853	3044	Europe/Zurich	47.27145	7.83935		Murgental,Murgental',Murgenthal,Мургенталь		AG	1910	4279	
2659534	Murg	murg	CH	8877	0	Europe/Zurich	47.11301	9.21547				SG	1725	3295	
2659538	Muotathal	muotathal	CH	6436	3548	Europe/Zurich	46.97676	8.76499		Muotatal,Muotatal',Muotathal,Муотаталь		SZ	506	1367	
2659540	Muolen	muolen	CH	9313	1118	Europe/Zurich	47.52102	9.32484		Muolen		SG	1721	3202	
2659544	Münsterlingen	munsterlingen	CH	8596	2459	Europe/Zurich	47.63197	9.23271		Mjunsterlingen,Muensterlingen TG,Munsterlingen,Münsterlingen,Münsterlingen TG,ming si te lin gen,Мюнстерлинген,明斯特林根		TG	2013	4691	
2659546	Münsingen	munsingen	CH	3110	10928	Europe/Zurich	46.87298	7.561				BE	246	616	
2659549	Mund	mund	CH	3903	580	Europe/Zurich	46.31504	7.94123		Mund VS,meng de,蒙德		VS	2301	6007	
2659551	Münchenstein	munchenstein	CH	4142	11644	Europe/Zurich	47.51848	7.60966		Miunchenstainas,Miunchenštainas,Mjunkhenshtajn,ming xing shi tai yin,mwnshanstn,mynshynstayn,Мюнхенштайн,مونشانستن,مينشينستاين,明興施泰因		BL	1301	2769	
2659552	Münchenbuchsee	munchenbuchsee	CH	3053	9801	Europe/Zurich	47.02175	7.45036		Mjunkhenbukhzee,Mjunkhenbukse,ming xing bu he sai,Мюнхенбуксе,Мюнхенбухзее,明興布赫塞		BE	246	546	
2659553	Mumpf	mumpf	CH	4322	1425	Europe/Zurich	47.54563	7.92123		Mumpf,meng pu fu,Мумпф,蒙普夫		AG	1909	4255	
2659554	Mümliswil	mumliswil	CH	4717	0	Europe/Zurich	47.34262	7.70385		Mumliswil,Mümliswil		SO	1102	2428	
2659557	Mühlrüti	muhlruti	CH	9613	0	Europe/Zurich	47.37161	8.98659		Muhlruti,Mühlrüti		SG	1727	3394	
2659559	Mulegns	mulegns	CH	7455	26	Europe/Zurich	46.52421	9.62087		Muhlen,Mulegns,Mühlen		GR	1841	3543	
2659560	Mühlehorn	muhlehorn	CH	8874	435	Europe/Zurich	47.11756	9.17241		Mjulekhorn,Muehlehorn,Muhlehorn,Mühlehorn,Мюлехорн,موخلیہورن		GL	800	1630	
2659561	Mühleberg	muhleberg	CH	3203	2739	Europe/Zurich	46.95466	7.26102		Mjuleberg,Muehleberg BE,Mühleberg BE,mi lei bei ge,Мюлеберг,米勒貝格		BE	246	668	
2659563	Mühlau	muhlau	CH	5642	967	Europe/Zurich	47.22902	8.38898		Muhlau,Mühlau		AG	1908	4235	
2659564	Muhen	muhen	CH	5037	3419	Europe/Zurich	47.33578	8.05536		Mittel-Muhen,Muehn,Muhen,mu heng,Муэн,穆亨		AG	1901	4009	
2659565	Muggio	muggio	CH	6838	218	Europe/Zurich	45.90206	9.04303		Muggio		TI	2106	5269	
2659566	Mugena	mugena	CH	6939	147	Europe/Zurich	46.04863	8.88931		Arosio-Mugena,Mugena		TI	2105	5237	
2659567	Movelier	movelier	CH	2812	455	Europe/Zurich	47.41003	7.31637		Movelier,mo wei li ye,莫韋利耶		JU	2601	6719	
2659568	Moutier	moutier	CH	2740	7721	Europe/Zurich	47.27818	7.36951	535	Monasterium Grandis Vallis,Moutier,Mut'e,mu jie,mwtyh,Мутье,موتیه,穆捷	700	BE	241	700	
2659569	Moudon	moudon	CH	1510	4343	Europe/Zurich	46.66758	6.79781		Moudon,mu dong,mwdwn  swyys,مودون، سوئیس,穆东		VD	2222	5678	
2659573	Mosogno	mosogno	CH	6611	67	Europe/Zurich	46.19877	8.64159		Mosogno		TI	2104	5136	
2659574	Mosnang	mosnang	CH	9607	2936	Europe/Zurich	47.36252	9.04296		Mosnang,mo si nan,Моснанг,莫斯南		SG	1727	3394	
2659579	Mörschwil	morschwil	CH	9402	3496	Europe/Zurich	47.47097	9.42278		Mjorshvil',Morschwil,Mörschwil,mo shi wei er,Мёршвиль,默施維爾		SG	1722	3214	
2659580	Morschach	morschach	CH	6443	971	Europe/Zurich	46.98271	8.61826	648			SZ	506	1366	
2659582	Morissen	morissen	CH	7143	243	Europe/Zurich	46.72904	9.18129		Morissen,Murissen,mo li sen,Мориссен,莫里森		GR	1850	3618	
2659584	Mörigen	morigen	CH	2572	824	Europe/Zurich	47.0851	7.21413		Mjorigen,Morigen,Mörigen,mo li gen,Мёриген,默里根		BE	242	742	
2659585	Morgins	morgins	CH	1875	1000	Europe/Zurich	46.239	6.852	1350	Morgins		VS	2308	6156	
2659587	Morges	morges	CH	1110	14117	Europe/Zurich	46.51127	6.49854		Morgia,Morzh,ZJQ,mo er ri,moleuju,moruju,mwrjys,mwrzh,Морж,مورجيس,مورژ,モルジュ,莫尔日,모르주	2227	VD	2227	5642	
2659589	Morgarten	morgarten	CH	6315	0	Europe/Zurich	47.10261	8.63979				ZG	900	1706	
2659591	Mörel	morel	CH	3983	477	Europe/Zurich	46.35665	8.04458		Moerel-Filet,Morel,Mörel,Mörel-Filet		VS	2309	6181	
2659592	Morcote	morcote	CH	6922	706	Europe/Zurich	45.925	8.916		Morcote,Morkote,Murco,Murcò,mo er ke te,mwrkwt,Моркоте,مورکوت,莫爾科特		TI	2105	5203	
2659594	Morcles	morcles	CH	1892	0	Europe/Zurich	46.20871	7.03631		Lavey-Morcles		VD	2221	5406	
2659596	Morbio Superiore	morbio-superiore	CH	6835	703	Europe/Zurich	45.86004	9.02318		Morbio,Morbio Superiore		TI	2106	5269	
2659597	Morbio Inferiore	morbio-inferiore	CH	6834	4331	Europe/Zurich	45.84915	9.01907		Morbi da Sott,Morbio,Morbio Inferiore,Morbius Inferior,xia mo er bi ao,下莫爾比奧		TI	2106	5257	
2659601	Montreux	montreux	CH	1820	22897	Europe/Zurich	46.43301	6.91143		Montr'o,Montre,Montreux,Montreux VD,Montrjo,Montroe,Montrö,Montrė,ZJP,meng te lei,mongteuloe,montoru,montriyu,mwntrh,mwntrw,Μοντρέ,Монтре,Монтрьо,Монтрё,מאנטרע,מונטרה,مونترو,मोंट्रियू,მონტრე,モントルー,蒙特勒,몽트뢰		VD	2230	5886	
2659603	Mont-la-Ville	mont-la-ville	CH	1148	342	Europe/Zurich	46.64661	6.40898		meng la wei er,蒙拉维尔		VD	2227	5491	
2659607	Montignez	montignez	CH	2924	229	Europe/Zurich	47.48706	7.05658		Montignez		JU	2603	6807	
2659613	Monthey	monthey	CH	1870	15106	Europe/Zurich	46.25451	6.95406		Monte,Monthey,Montê,meng tai,mongte,monte,mwnth,mwnthy,Монте,מונטה,مونته,مونثي,モンテー,蒙泰,몽테	2308	VS	2308	6153	
2659614	Montfaucon	montfaucon	CH	2362	421	Europe/Zurich	47.28133	7.05055		Montfaucon,Montfaucon JU,Montfaucon i Sveits,mang te fu kong,芒特福孔		JU	2602	6751	
2659616	Monte Carasso	monte-carasso	CH	6513	2336	Europe/Zurich	46.18649	8.99892		Monte Carasso-Sementina		TI	2101	5002	
2659618	Monte	monte	CH	6875	0	Europe/Zurich	46.54012	8.63522				TI	2103	5061	
2659619	Montcherand	montcherand	CH	1354	394	Europe/Zurich	46.73363	6.5082				VD	2224	5756	
2659621	Montbovon	montbovon	CH	1669	250	Europe/Zurich	46.4882	7.04365	797			FR	1003	2121	
2659623	Montana	montana	CH	3963	2301	Europe/Zurich	46.31338	7.48839		Montana,Montana VS,Montana Vermala,Montana i Sveits,meng ta na,蒙塔納		VS	2311	6253	
2659624	Montagny-la-Ville	montagny-la-ville	CH	1776	0	Europe/Zurich	46.81754	6.99567				FR	1001	2029	
2659627	Montagnola	montagnola	CH	6926	2297	Europe/Zurich	45.98323	8.91786		Montagnola		TI	2105	5236	
2659630	Mon	mon	CH	7458	79	Europe/Zurich	46.6498	9.56471		Mon,Mons		GR	1841	3542	
2659631	Mönchaltorf	monchaltorf	CH	8617	2779	Europe/Zurich	47.30958	8.72029				ZH	109	196	
2659635	Mols	mols	CH	8885	0	Europe/Zurich	47.112	9.27821				SG	1725	3295	
2659636	Mollis	mollis	CH	8753	3014	Europe/Zurich	47.08878	9.07242		Mollis,Моллис		GL	800	1630	
2659641	Moleno	moleno	CH	6524	117	Europe/Zurich	46.26771	8.99368				TI	2101	5002	
2659645	Möhlin	mohlin	CH	4313	9382	Europe/Zurich	47.55915	7.84329		Mjolin,Moehlin AG,Möhlin AG,mo lin,Мёлин,默林		AG	1909	4254	
2659647	Moghegno	moghegno	CH	6677	387	Europe/Zurich	46.23892	8.70722		Moghegno		TI	2108	5317	
2659648	Mogelsberg	mogelsberg	CH	9122	2213	Europe/Zurich	47.36222	9.13541		Mogelsberg		SG	1727	3378	
2659656	Miralago	miralago	CH	7743	0	Europe/Zurich	46.27322	10.10066		Meschino,Miralago		GR	1842	3561	
2659658	Minusio	minusio	CH	6648	6653	Europe/Zurich	46.17769	8.81473		Menuxius,Minues,Minusio,Minuzio,Minüs,mi nu xiao,Минузио,米努肖		TI	2104	5118	
2659660	Miglieglia	miglieglia	CH	6986	241	Europe/Zurich	46.02379	8.85738		Mijoja,mi lie li ya,米列利亞		TI	2105	5200	
2659662	Miège	miege	CH	3972	925	Europe/Zurich	46.31119	7.54701		Miege,Miège		VS	2311	6254	
2659663	Miécourt	miecourt	CH	2946	454	Europe/Zurich	47.428	7.17539		Miecourt,Miécourt		JU	2603	6810	
2659665	Mezzovico	mezzovico	CH	6805	0	Europe/Zurich	46.08984	8.91755				TI	2105	5199	
2659667	Meyrin	meyrin	CH	1217	19772	Europe/Zurich	46.23424	6.08025		Meren,Merin,Mêrin,mei lan,meiran,myrn,myryn,Мерен,ميرين,میرن,メイラン,梅兰		GE	2500	6630	
2659669	Metzerlen	metzerlen	CH	4116	0	Europe/Zurich	47.46453	7.46744		Metzerlen		SO	1104	2477	
2659670	Mettmenstetten	mettmenstetten	CH	8932	2798	Europe/Zurich	47.24529	8.46347		Metmenshtetten,mei te men si te teng,Метменштеттен,梅特門斯特滕		ZH	101	9	
2659671	Mettlen	mettlen	CH	9517	0	Europe/Zurich	47.53076	9.12329				TG	2015	4921	
2659674	Messen	messen	CH	3254	1018	Europe/Zurich	47.09155	7.44528		Messen,Messen SO,mei sen,Мессен,梅森		SO	1103	2457	
2659676	Mesocco	mesocco	CH	6563	1262	Europe/Zurich	46.3939	9.23333		Mesocco,Mesoch,Mesoko,Mezokko,Misox,mei suo ke,Мезокко,梅索科		GR	1847	3822	
2659678	Mervelier	mervelier	CH	2827	557	Europe/Zurich	47.34368	7.49988		Mervelier,mo wei li ye,默韋利耶		JU	2601	6730	
2659679	Merligen	merligen	CH	3658	0	Europe/Zurich	46.69752	7.73869		Merligen		BE	247	938	
2659680	Merishausen	merishausen	CH	8232	668	Europe/Zurich	47.7601	8.61053		Meriskhauzen,Мерисхаузен,میریزہاؤزن		SH	1403	2936	
2659681	Meride	meride	CH	6866	333	Europe/Zurich	45.89046	8.95293		Merad,Meride,mei li de,梅里德		TI	2106	5254	
2659682	Mergoscia	mergoscia	CH	6647	204	Europe/Zurich	46.21061	8.84777	720	Margoescia,Margöscia,mei er ge si qia,梅爾戈斯恰		TI	2104	5117	
2659683	Merenschwand	merenschwand	CH	5634	2479	Europe/Zurich	47.25944	8.37633		Merenschwand,Merenshvand,mei lun shen wan de,Мереншванд,梅倫什萬德		AG	1908	4234	
2659685	Menznau	menznau	CH	6122	2628	Europe/Zurich	47.08364	8.03971		Mencnau,Menznau,men ci nao,Менцнау,門茨瑙		LU	315	1136	
2659686	Menzingen	menzingen	CH	6313	3878	Europe/Zurich	47.17764	8.59215	805	Mencingen,Menzingen,Menzingen ZG,Менцинген		ZG	900	1704	
2659687	Menziken	menziken	CH	5737	5415	Europe/Zurich	47.23965	8.18996		Menciken,Menziken,Менцикен		AG	1905	4139	
2659689	Mendrisio	mendrisio	CH	6850	7310	Europe/Zurich	45.87019	8.9816		Mendris,Mendrisio,Mendrium,Mendrizio,mandryzyw,men de li xi ao,Мендризио,ماندریزیو,門德里西奧	2106	TI	2106	5254	
2659690	Mels	mels	CH	8887	0	Europe/Zurich	47.04556	9.42318		Meilis,Mel's,Mels,mo er si,Мельс,默爾斯		SG	1725	3293	
2659691	Mellingen	mellingen	CH	5507	4224	Europe/Zurich	47.41903	8.27331		Mellinga,Mellingen,Mellingen AG		AG	1902	4033	
2659692	Melide	melide	CH	6815	1577	Europe/Zurich	45.95455	8.94725	282	Melide TI,Melide i Sveits,Melii,mei li de,梅利德		TI	2105	5198	
2659694	Melchtal	melchtal	CH	6067	0	Europe/Zurich	46.83436	8.28986		Melchtal,Melchthal		OW	600	1406	
2659695	Melchnau	melchnau	CH	4917	1467	Europe/Zurich	47.18213	7.85128		Mel'khnau,Melchnau,mai xi nao,Мельхнау,邁希瑙		BE	244	333	
2659696	Melano	melano	CH	6818	1133	Europe/Zurich	45.92202	8.98435		Melan,Melano,Mellanum,mei la nuo,梅拉諾		TI	2105	5197	
2659699	Meisterschwanden	meisterschwanden	CH	5616	2459	Europe/Zurich	47.29489	8.22867		Majstershvanden,mai si te shi wan deng,Майстершванден,邁斯特施萬登		AG	1907	4202	
2659700	Meiringen	meiringen	CH	3860	4652	Europe/Zurich	46.72709	8.1872		Majringen,Meiringen,Meyringen,mai lin gen,Майринген,迈林根		BE	250	785	
2659701	Meinisberg	meinisberg	CH	2554	1198	Europe/Zurich	47.15965	7.34801		Majnisberg,Montmenil,Montménil,mai ni si bei ge,Майнисберг,邁尼斯貝格		BE	242	390	
2659703	Meilen	meilen	CH	8706	4419	Europe/Zurich	47.27232	8.64617		Majlen,Meilana,mai lun,myan,Майлен,Мајлен,میان,邁倫	107	ZH	107	156	
2659704	Meierskappel	meierskappel	CH	6344	1128	Europe/Zurich	47.1247	8.44274		Meierskappel		LU	312	1064	
2659708	Meggen	meggen	CH	6045	6533	Europe/Zurich	47.04691	8.37467				LU	312	1063	
2659710	Medels im Rheinwald	medels-im-rheinwald	CH	7436	35	Europe/Zurich	46.54691	9.2941		Medel (Valrain),Medels Rheinwald,Medels im Rheinwald		GR	1851	3714	
2659714	Medeglia	medeglia	CH	6809	342	Europe/Zurich	46.11534	8.96725		Medeglia,Medeja,میڈگلیا		TI	2105	5238	
2659721	Mauensee	mauensee	CH	6216	1199	Europe/Zurich	47.16703	8.06793		Mauensee		LU	314	1091	
2659723	Mauborget	mauborget	CH	1453	115	Europe/Zurich	46.85606	6.61563		Mauborget,mo bo er ri ai,莫博尔日埃		VD	2224	5562	
2659724	Matzingen	matzingen	CH	9548	2399	Europe/Zurich	47.51957	8.93365		Matcingen,Matzingen,ma qin gen,Матцинген,馬欽根		TG	2012	4591	
2659726	Matzendorf	matzendorf	CH	4713	1282	Europe/Zurich	47.30374	7.6282		Matcendorf,Matzendorf SO,ma cen duo fu,Матцендорф,馬岑多夫		SO	1102	2427	
2659735	Matt	matt	CH	8766	344	Europe/Zurich	46.95949	9.1712		Matt,Matt GL,Матт,ماٹ		GL	800	1631	
2659736	Mathon	mathon	CH	7433	57	Europe/Zurich	46.63603	9.4138		Mathon,Maton		GR	1851	3715	
2659738	Mastrils	mastrils	CH	7303	559	Europe/Zurich	46.96974	9.54463		Mastril's,Mastrils,ma si te li er si,Мастрильс,馬斯特里爾斯		GR	1845	3955	
2659739	Massagno	massagno	CH	6900	5774	Europe/Zurich	46.01257	8.94354		Massagn,Massagno,Maxanius,ma sa ni ao,馬薩尼奧		TI	2105	5196	
2659741	Mase	mase	CH	1968	216	Europe/Zurich	46.19516	7.43465				VS	2305	6090	
2659742	Maschwanden	maschwanden	CH	8933	485	Europe/Zurich	47.23431	8.42709		Mashvanden,ma shi wan deng,Машванден,馬施萬登		ZH	101	8	
2659746	Märwil	marwil	CH	9562	0	Europe/Zurich	47.53297	9.07471				TG	2015	4711	
2659747	Martina	martina	CH	7560	0	Europe/Zurich	46.88457	10.46322		Martina,Martinsbruck		GR	1843	3764	
2659749	Martigny-Croix	martigny-croix	CH	1921	0	Europe/Zurich	46.08597	7.05133				VS	2307	6137	
2659753	Marthalen	marthalen	CH	8460	1567	Europe/Zurich	47.62913	8.65326		Martalen,Martella,ma ta lun,Мартален,馬塔倫		ZH	102	35	
2659755	Marsens	marsens	CH	1633	1571	Europe/Zurich	46.65644	7.05948		Marsens,ma er sang,馬爾桑		FR	1003	2140	
2659756	Maroggia	maroggia	CH	6817	0	Europe/Zurich	45.93521	8.97055	282	Marogia,ma luo gu,馬羅賈		TI	2105	5195	
2659757	Marmorera	marmorera	CH	7456	58	Europe/Zurich	46.49724	9.64352		Marmels,Marmoraria,Marmorera,Murmarera,ma er mo lei la,Марморера,馬爾莫雷拉		GR	1841	3543	
2659758	Marly	marly	CH	1723	7653	Europe/Zurich	46.77611	7.16459	627		2206	FR	1004	2206	
2659762	Mariastein	mariastein	CH	4115	0	Europe/Zurich	47.47568	7.48924				SO	1104	2477	
2659763	Marchissy	marchissy	CH	1261	0	Europe/Zurich	46.48811	6.24659				VD	2228	5430	
2659767	Maracon	maracon	CH	1613	582	Europe/Zurich	46.55009	6.87217		Maracon		VD	2226	5790	
2659769	Manno	manno	CH	6928	0	Europe/Zurich	46.02885	8.91824		Mann,Manno TI,man nuo,曼諾		TI	2105	5194	
2659771	Mannens	mannens	CH	1775	0	Europe/Zurich	46.79374	6.96889		Mannens-Grandsivaz		FR	1001	2029	
2659774	Mammern	mammern	CH	8265	623	Europe/Zurich	47.64625	8.91519		Mammern,ma mo en,Маммерн,馬默恩		TG	2012	4826	
2659775	Malvaglia	malvaglia	CH	6713	1290	Europe/Zurich	46.40588	8.9819		Malvaglia,Malvaja		TI	2102	5050	
2659776	Malters	malters	CH	6102	6181	Europe/Zurich	47.03628	8.18193		Mal'ters,Malters,ma er te si,Мальтерс,馬爾特斯		LU	312	1062	
2659779	Maloja	maloja	CH	7516	0	Europe/Zurich	46.40393	9.69492		Bezirk Maloja,Distreto de Maloja,Distreto de Małoja,Distretto di Maloggia,District de Maloja,Districte de Maloja,Distriktet Maloja,Distrito de Maloja,Maloegia,Maloggia,Maloja,Maloja District,Malojo,Malögia,maroya jun,Малоя,マローヤ郡		GR	1846	3792	
2659781	Malleray	malleray	CH	2735	1918	Europe/Zurich	47.23839	7.27286		Mal're,Mall're,Malleray-Bevilard,Malleray-Bévilard,ma lei lai,Малльре,Мальре,馬勒賴		BE	241	717	
2659782	Malix	malix	CH	7074	710	Europe/Zurich	46.81248	9.53196		Malix		GR	1848	3911	
2659785	Maladers	maladers	CH	7026	500	Europe/Zurich	46.83579	9.55997		Maladers,Maladrus,ma la de si,Маладерс,馬拉德斯		GR	1848	3901	
2659786	Maisprach	maisprach	CH	4464	933	Europe/Zurich	47.52468	7.84537		Maisprach		BL	1304	2853	
2659787	Maienfeld	maienfeld	CH	7304	2435	Europe/Zurich	47.00472	9.53115		Lupinum,Maiavilla,Maienfeld,Maienfeld GR,Majenfel'd,Majenfeld,mai en fei er de,maienferuto,maienpelteu,maynfyld,myanfld,Майенфелд,Майенфельд,ماينفيلد,میانفلد,マイエンフェルト,邁恩費爾德,마이엔펠트		GR	1845	3953	
2659795	Maggia	maggia	CH	6673	720	Europe/Zurich	46.24689	8.7062		Maggia,Maggia TI,Maggia i Sveits,Magia,ma gu,馬賈		TI	2108	5317	
2659798	Magden	magden	CH	4312	3433	Europe/Zurich	47.52868	7.81128		Magden,ma ge deng,Магден,馬格登		AG	1909	4253	
2659800	Magadino	magadino	CH	6573	1538	Europe/Zurich	46.14892	8.8561		Magadign,ماگاڈینو		TI	2104	5398	
2659801	Madulain	madulain	CH	7523	0	Europe/Zurich	46.58772	9.93949		Madulain,Madulajn,Madulein,ma du lai yin,Мадулайн,馬杜萊因		GR	1846	3783	
2659805	Madiswil	madiswil	CH	4934	1991	Europe/Zurich	47.16463	7.79858		Madisvil',ma di si wei er,Мадисвиль,馬迪斯維爾		BE	244	332	
2659807	Lyssach	lyssach	CH	3421	1375	Europe/Zurich	47.06445	7.58228		Lisakh,Lissakh,li sa he,Лисах,Лиссах,利薩赫		BE	245	415	
2659808	Lyss	lyss	CH	3250	10937	Europe/Zurich	47.0741	7.30655		Lis,Lyss,ZJL,li si,liseu,lys,Лис,لیس,利斯,리스		BE	243	306	
2659811	Luzern	luzern	CH	6000	81691	Europe/Zurich	47.05048	8.30635		Canton Lucerne,Liucerna,Ljucehrn,Ljucern,Loukerne,Lucern,Lucerna,Lucerne,Lucerni,Lucerno,Luezerna,Luxerna,Luzern,Luzerna,Lüzerna,Medicago sativa,lu sai en,lucheleun,lutsarna,lutserni,lwsrn,lwzrn,rutsu~erun,Łuxerna,Λουκέρνη,Луцерн,Люцерн,Люцэрн,לוצערן,לוצרן,لوسرن,लुत्सर्न,ལུ་ཛེར་ན།,ლუცერნი,ルツェルン,卢塞恩,루체른	LU	LU	311	1061	
2659812	Luzein	luzein	CH	7242	1153	Europe/Zurich	46.91957	9.7608		Lucajn,Luzein,lu cai yin,Луцайн,盧蔡因		GR	1849	3891	
2659813	Luven	luven	CH	7141	234	Europe/Zurich	46.76112	9.19899	998	Luven,Luvis,lu wen,Лувен,盧文		GR	1850	3619	
2659818	Lütschental	lutschental	CH	3816	264	Europe/Zurich	46.63727	7.9499		Ljuchental',Luetschental,Lutschental,Lütschental,lu chen ta er,Люченталь,呂辰塔爾		BE	250	573	
2659819	Lutry	lutry	CH	1095	8774	Europe/Zurich	46.50241	6.68647		Ljutri,lu te li,lwtry,Лютри,لوتری,吕特里		VD	2226	5606	
2659820	Lütisburg	lutisburg	CH	9604	1476	Europe/Zurich	47.39451	9.08312		Luetisburg,Luetisburg-Dorf,Lütisburg,Lütisburg-Dorf		SG	1727	3393	
2659821	Luthern	luthern	CH	6156	1392	Europe/Zurich	47.05753	7.91692		Ljutern,Luthern,lu te en,Лютерн,盧特恩		LU	315	1135	
2659822	Luterbach	luterbach	CH	4542	3292	Europe/Zurich	47.21426	7.58463		Luterbach		SO	1106	2527	
2659823	Luterbach	luterbach	CH	4542	0	Europe/Zurich	47.08857	8.44896				SZ	504	1331	
2659824	Lurtigen	lurtigen	CH	3215	180	Europe/Zurich	46.92844	7.17329		Lurtigen		FR	1005	2275	
2659828	Lungern	lungern	CH	6078	1921	Europe/Zurich	46.78578	8.15984		Lungern,long jiang,Лунгерн,龍疆		OW	600	1405	
2659831	Lumino	lumino	CH	6533	1190	Europe/Zurich	46.2302	9.0642		Lumino		TI	2101	5010	
2659832	Lumbrein	lumbrein	CH	7148	428	Europe/Zurich	46.68378	9.13664		Lumbrajn,Lumbrein,lun bu lai en,Лумбрайн,倫布賴恩		GR	1850	3618	
2659836	Lugano	lugano	CH	6900	63000	Europe/Zurich	46.01008	8.96004		LUG,Lounkano,Luegan,Lugan,Lugana,Luganas,Lugano,Luganu,Luganum,Lugāno,Lügan,lu jia nuo,luganea,lugano,lwganw,lwghanw,lwgnw,rugano,Ługàn,Λουγκάνο,Лугана,Лугано,Луґано,Լուգանո,לוגאנא,לוגאנו,لوغانو,لوگانو,لوگنو,लुगानो,ലുഗാനോ,ལུ་ག་ནོ།,ლუგანო,ルガーノ,盧加諾,루가노	2105	TI	2105	5192	
2659838	Ludiano	ludiano	CH	6721	307	Europe/Zurich	46.41997	8.97101		Ludiano		TI	2102	5050	
2659839	Luchsingen	luchsingen	CH	8775	1530	Europe/Zurich	46.9664	9.03715		Luchsingen,Luchsingen-Haetzingen,Luchsingen-Hätzingen,Luksingen,Луксинген		GL	800	1631	
2659840	Lucens	lucens	CH	1522	2192	Europe/Zurich	46.70854	6.83931		lu sang,吕桑		VD	2222	5675	
2659844	Lourtier	lourtier	CH	1948	0	Europe/Zurich	46.04879	7.26684		Lourtier		VS	2303	6037	
2659845	Lotzwil	lotzwil	CH	4932	2391	Europe/Zurich	47.19135	7.79102		Locvil',luo ci wei er,Лоцвиль,洛茨維爾		BE	244	331	
2659846	Lottigna	lottigna	CH	6716	65	Europe/Zurich	46.4687	8.94306		Lottigna		TI	2102	5048	
2659851	Lostorf	lostorf	CH	4654	3749	Europe/Zurich	47.38372	7.94655		Lostorf,luo shi tuo fu,Лосторф,洛施托夫		SO	1105	2493	
2659852	Lostallo	lostallo	CH	6558	691	Europe/Zurich	46.31301	9.19663		Lostallo		GR	1847	3821	
2659853	Losone	losone	CH	6616	6070	Europe/Zurich	46.16866	8.75928		Loson,luo suo nei,lwzwn  swyys,لوزون، سوئیس,洛索內		TI	2104	5115	
2659858	Longirod	longirod	CH	1261	366	Europe/Zurich	46.49497	6.25843		long ri luo,隆日罗		VD	2228	5429	
2659859	Lommis	lommis	CH	9506	990	Europe/Zurich	47.51729	8.99669		Lommis,luo mi si,Ломмис,洛米斯		TG	2014	4741	
2659864	Lodrino	lodrino	CH	6527	1526	Europe/Zurich	46.30016	8.97986		Lodrino TI,Ludrin,luo de li nuo,洛德里諾		TI	2107	5287	
2659865	Lodano	lodano	CH	6678	239	Europe/Zurich	46.26013	8.68427		Lodano		TI	2108	5317	
2659866	Loco	loco	CH	6661	0	Europe/Zurich	46.20222	8.67291		Loco		TI	2104	5136	
2659869	Locarno	locarno	CH	6600	14509	Europe/Zurich	46.17086	8.79953		Lakarna,Locarn,Locarno,Locarnu,Locarnum,Lokarnas,Lokarno,ZJI,lokaleuno,luo jia nuo,lwkarnw,lwqrnw,rokaruno,Λοκάρνο,Лакарна,Локарно,לוקרנו,لوكارنو,لوکارنو,ლოკარნო,ロカルノ,洛迦诺,로카르노	2104	TI	2104	5113	
2659874	L'Isle	l-isle	CH	1148	0	Europe/Zurich	46.61844	6.41327				VD	2227	5486	
2659878	Linthal	linthal	CH	8783	1080	Europe/Zurich	46.92127	8.99799	662	Lintal',Linthal,Linthal GL,Linththal,lan ta,Линталь,لینتھل,兰塔		GL	800	1631	
2659883	Linden	linden	CH	3673	1315	Europe/Zurich	46.8469	7.67831		Linden,Linden BE,Linden bei Oberdiessbach,Linden i Sveits,lin deng,Линден,林登		BE	246	614	
2659885	Lindau	lindau	CH	8315	710	Europe/Zurich	47.44299	8.67362	525	Lindau,Lindau ZH,Lindau i Sveits,Lintauvia,lin dao,Линдау,林道		ZH	108	176	
2659888	Ligornetto	ligornetto	CH	6853	1524	Europe/Zurich	45.86161	8.95166		Ligornetto,Ligurnet,li ge er nei tuo,利戈爾內托		TI	2106	5254	
2659889	Lignières	lignieres	CH	2523	982	Europe/Zurich	47.08331	7.06592		Lignieres,Lignieres NE,Lignieres i Neuchatel,Lignières,Lignières NE,Lignières i Neuchâtel,li nie er,利涅爾		NE	2404	6456	
2659890	Ligerz	ligerz	CH	2514	525	Europe/Zurich	47.08368	7.13476		Gleresse,Gléresse,Ligerc,Ligers,Ligerz,li ge zi,Лигерц,利格茲		BE	242	740	
2659891	Liestal	liestal	CH	4410	12832	Europe/Zurich	47.48455	7.73446		Laucostabulum,Liestal,Listal,Listal',Listalis,li si ta er,liseutal,lstl,lystal,lystl,risutaru,Λίσταλ,Листал,Листаль,Лісталь,ליאשטל,لستل,ليستل,لیزٹال,لیستال,リースタル,利斯塔爾,리스탈	BL	BL	1303	2829	
2659892	Liesberg	liesberg	CH	4253	1210	Europe/Zurich	47.40398	7.42787		Lisberg,li si bo ge,Лисберг,利斯伯格		BL	1302	2788	
2659893	Lienz	lienz	CH	9464	0	Europe/Zurich	47.27728	9.51627		Lienz		SG	1723	3251	
2659895	Liebistorf	liebistorf	CH	3213	658	Europe/Zurich	46.90881	7.19636		Liebistorf		FR	1005	2262	
2659896	Liebefeld	liebefeld	CH	3097	0	Europe/Zurich	46.92581	7.41454		Liebefeld		BE	246	351	
2659897	Liddes	liddes	CH	1945	728	Europe/Zurich	45.99249	7.18729				VS	2303	6033	
2659898	Lichtensteig	lichtensteig	CH	9620	1945	Europe/Zurich	47.32381	9.08758		Likhtenshtejg,li xi teng shi tai ge,lyktanstg,Лихтенштейг,لیکتانستگ,利希滕施泰格	1727	SG	1727	3374	
2659899	Leytron	leytron	CH	1912	2194	Europe/Zurich	46.1866	7.2078		lai te long,萊特龍		VS	2307	6135	
2659900	Leysin	leysin	CH	1854	3066	Europe/Zurich	46.34183	7.01151		Lesin,Leysini vald,Lezen,Lêsin,lai sen,rezan,Лезен,לזאן,レザン,莱森		VD	2221	5407	
2659903	Le Vaud	le-vaud	CH	1261	1104	Europe/Zurich	46.47753	6.23603		Vaud		VD	2228	5731	
2659904	Leuzigen	leuzigen	CH	3297	1167	Europe/Zurich	47.17458	7.45775		Leuzigen,Ljojcigen,Lojcigen,luo yi qi gen,Лойциген,Лёйциген,羅伊齊根		BE	243	388	
2659905	Leutwil	leutwil	CH	5725	747	Europe/Zurich	47.30969	8.17309		Leutwil,Lojtvil',luo yi te wei er,Лойтвиль,洛伊特維爾		AG	1905	4138	
2660114	Kradolf	kradolf	CH	9214	0	Europe/Zurich	47.52502	9.20136		Kradolf,Kradolf-Schoenenberg,Kradolf-Schönenberg		TG	2015	4501	
2659907	Leukerbad	leukerbad	CH	3954	1427	Europe/Zurich	46.37943	7.62687		Loeche-les-Bains,Lojkerbad,Loèche-les-Bains,luo yi ke ba de,roikabato,Лойкербад,לויקרבאד,ロイカーバート,洛伊克巴德		VS	2306	6111	
2659909	Leuggelbach	leuggelbach	CH	8774	164	Europe/Zurich	46.97633	9.04589		Leuggelbach		GL	800	1631	
2659912	Les Verrières	les-verrieres	CH	2126	736	Europe/Zurich	46.90413	6.48039		lai wei li ye er,レ・ヴェリエール,萊韋里耶爾		NE	2406	6511	
2659914	Les Thioleyres	les-thioleyres	CH	1607	190	Europe/Zurich	46.53895	6.81142		Les Thioleyres		VD	2226	5604	
2659915	Lessoc	lessoc	CH	1669	199	Europe/Zurich	46.50484	7.06212				FR	1003	2121	
2659917	Les Ponts-de-Martel	les-ponts-de-martel	CH	2316	1278	Europe/Zurich	46.99735	6.73059		Les Ponts-Martel,Les Ponts-de-Martel,lai peng de ma er tai lei,萊蓬德馬爾泰勒		NE	2403	6437	
2659918	Les Pommerats	les-pommerats	CH	2353	229	Europe/Zurich	47.27117	6.98542		Les Pommerats		JU	2602	6757	
2659920	Les Plans-sur-Bex	les-plans-sur-bex	CH	1880	0	Europe/Zurich	46.25739	7.09339		Les Plans		VD	2221	5402	
2659922	Les Moulins	les-moulins	CH	1660	0	Europe/Zurich	46.46191	7.10513		Les Moulins		VD	2230	5841	
2659923	Les Mosses	les-mosses	CH	1862	0	Europe/Zurich	46.39525	7.1006				VD	2221	5410	
2659924	Les Marécottes	les-marecottes	CH	1923	0	Europe/Zurich	46.11145	7.00734		Les Marecottes,Les Marécottes		VS	2310	6218	
2659925	Les Hauts-Geneveys	les-hauts-geneveys	CH	2208	0	Europe/Zurich	47.04983	6.87302		Les Hauts-Genveys,shang re nei wei,上熱內韋		NE	2405	6487	
2659927	Les Geneveys-sur-Coffrane	les-geneveys-sur-coffrane	CH	2206	1458	Europe/Zurich	47.01528	6.8513		Les Geneveys-sur-Coffrane		NE	2405	6487	
2659929	Le Sépey	le-sepey	CH	1863	0	Europe/Zurich	46.36138	7.04996				VD	2221	5410	
2659930	Le Sentier	le-sentier	CH	1347	0	Europe/Zurich	46.60798	6.23236		Le Sentier		VD	2224	5872	
2659931	Les Diablerets	les-diablerets	CH	1865	0	Europe/Zurich	46.35001	7.15897		Diablerets,דיאבלרה		VD	2221	5411	
2659936	Les Charbonnières	les-charbonnieres	CH	1343	0	Europe/Zurich	46.66669	6.31556		Les Charbonnieres,Les Charbonnières		VD	2224	5873	
2659937	Les Breuleux	les-breuleux	CH	2345	1277	Europe/Zurich	47.21099	7.00792		Les Breuleux,lei bu lei lei,勒布勒勒		JU	2602	6743	
2659938	Les Brenets	les-brenets	CH	2416	1169	Europe/Zurich	47.06774	6.70478		Les Brenets,lai bu lei nei,萊布雷內		NE	2403	6436	
2659939	Les Bois	les-bois	CH	2336	1104	Europe/Zurich	47.17715	6.90498		Les Bois,lei bu wa,勒布瓦		JU	2602	6742	
2659940	Les Bayards	les-bayards	CH	2127	354	Europe/Zurich	46.9159	6.51243		Les Bayards		NE	2406	6512	
2659941	Les Avants	les-avants	CH	1833	0	Europe/Zurich	46.45298	6.94307		Les Avants		VD	2230	5886	
2659942	Les Acacias	les-acacias	CH	1227	0	Europe/Zurich	46.19166	6.13612		Aux Acacias		GE	2500	6621	
2659944	Le Prese	le-prese	CH	7746	0	Europe/Zurich	46.29313	10.07889		Le Prese		GR	1842	3561	
2659946	Le Pont	le-pont	CH	1342	0	Europe/Zurich	46.66581	6.33087				VD	2224	5871	
2659952	Lenzburg	lenzburg	CH	5600	7392	Europe/Zurich	47.38853	8.17503		Lencburg,Lencburgo,Lenzbourg,Lenzburg,ZJC,lanzbwrg,lnzbwrg,lun ci bao,Ленцбург,לנצבורג,لانزبورگ,倫茨堡	1907	AG	1907	4201	
2659954	Lens	lens	CH	1978	3497	Europe/Zurich	46.28298	7.44976		Lens,Lens VS,Lens i Valais,lun si,倫斯		VS	2311	6240	
2659955	Le Noirmont	le-noirmont	CH	2340	1617	Europe/Zurich	47.22464	6.95784		Le Noirmont,Noirmont,lei nu wa mang,勒努瓦芒		JU	2602	6754	
2659959	Le Mont-sur-Lausanne	le-mont-sur-lausanne	CH	1052	5270	Europe/Zurich	46.55815	6.63145		Le Mont,luo sang shang lei meng,洛桑上勒蒙		VD	2225	5587	
2659960	Le Locle	le-locle	CH	2400	10279	Europe/Zurich	47.05619	6.74913		Le Locle,Le Lokl,Le-Lokl',ZJA,leulokeul,li luo ke,lw lwkl,Ле Локл,Ле-Локль,لو لوكل,لو لوکل,ル・ロックル,力洛克,르로클	2403	NE	2403	6436	
2659963	Le Landeron	le-landeron	CH	2525	4278	Europe/Zurich	47.05702	7.07052		Laneron,Laneron-Combes,Le Landeron,lei lang de long,lw landwrwn,لو لاندورون,勒朗德龍		NE	2404	6455	
2659964	Leissigen	leissigen	CH	3706	872	Europe/Zurich	46.6546	7.77548		Lajssigen,Leissigen,lai xi yin,Лайссиген,萊錫銀		BE	250	585	
2659967	Leibstadt	leibstadt	CH	5325	1287	Europe/Zurich	47.5879	8.17611		Lajbshtadt,Leibstadt,lai bu shi ta te,Лайбштадт,萊布施塔特		AG	1911	4311	
2659969	Leggia	leggia	CH	6556	0	Europe/Zurich	46.26315	9.16354		Leggia		GR	1847	3832	
2659971	Le Crêt-près-Semsales	le-cret-pres-semsales	CH	1611	453	Europe/Zurich	46.60896	6.90966		Le Cret,Le Cret-pres-Semsales,Le Crêt,Le Crêt-près-Semsales		FR	1007	2338	
2659972	L'Etivaz	l-etivaz	CH	1660	0	Europe/Zurich	46.42477	7.14622				VD	2230	5841	
2659975	Léchelles	lechelles	CH	1773	573	Europe/Zurich	46.82896	7.01621	565	Lechelles,Léchelles,lai xie er,萊謝爾		FR	1001	2053	
2659980	Le Bry	le-bry	CH	1645	307	Europe/Zurich	46.70464	7.08247		Le Bry		FR	1003	2122	
2659981	Le Brassus	le-brassus	CH	1348	0	Europe/Zurich	46.58411	6.21225				VD	2224	5872	
2659982	Lax	lax	CH	3994	315	Europe/Zurich	46.38838	8.11701		Lax		VS	2304	6056	
2659983	Lavorgo	lavorgo	CH	6746	0	Europe/Zurich	46.44259	8.83953				TI	2103	5072	
2659985	Lavin	lavin	CH	7543	175	Europe/Zurich	46.76726	10.11062		Lavin,la wen,Лавин,拉溫		GR	1843	3746	
2659986	Lavey-les-Bains	lavey-les-bains	CH	1892	0	Europe/Zurich	46.20372	7.01872		Bains de Lavey		VD	2221	5406	
2659988	Lavertezzo	lavertezzo	CH	6633	1168	Europe/Zurich	46.25893	8.83756		Lavertezzo,Vertezz,la wei er tai zuo,拉韋爾泰佐		TI	2104	5112	
2659992	Lauterbrunnen	lauterbrunnen	CH	3822	2646	Europe/Zurich	46.59307	7.90938		Lauterbrunnen,lauteobeulunen,lu da ben na,rautaburun'nen,Лаутербруннен,ラウターブルンネン,盧達本納,라우터브루넨		BE	250	584	
2659993	Lausen	lausen	CH	4415	4892	Europe/Zurich	47.47139	7.7603		Lausen BL,Lauzen,lao sen,Лаузен,勞森		BL	1303	2828	
2659994	Lausanne	lausanne	CH	1001	139111	Europe/Zurich	46.516	6.63282		Lausana,Lausanne,Lausonium,Lauzano,Laŭzano,Losanna,Losena,Lozan,Lozana,Lozane,Lozanna,QLS,lo san,luo sang,rozan'nu,Λωζάνη,Лозана,Лозанна,לוזאן,โลซาน,ローザンヌ,洛桑	VD	VD	2225	5586	
2659995	Laura	laura	CH	6549	0	Europe/Zurich	46.21251	9.1047		Laura,Monte Laura,Monti Laura		GR	1847	3834	
2659996	Lauperswil	lauperswil	CH	3438	2700	Europe/Zurich	46.96564	7.74214		Laupersvil',Lauperswil,lao po si wei er,Лауперсвиль,勞珀斯維爾		BE	245	903	
2660901	Engelberg	engelberg	CH	6390	0	Europe/Zurich	47.10387	7.17877				BE	242	756	
2659997	Laupersdorf	laupersdorf	CH	4712	1670	Europe/Zurich	47.3126	7.65465		Laupersdorf,lao po si duo fu,Лауперсдорф,勞珀斯多夫		SO	1102	2426	
2659999	Laufenburg	laufenburg	CH	5080	2000	Europe/Zurich	47.55985	8.06225			1906	AG	1906	4170	
2660000	Laufen	laufen	CH	4242	19	Europe/Zurich	47.67638	8.61446				ZH	102	34	
2660001	Laufen	laufen	CH	4242	5210	Europe/Zurich	47.42193	7.49946		Laufen,Laufen BL,Laufon,lao fen,Лауфен,勞芬	1302	BL	1302	2787	
2660002	Läufelfingen	laufelfingen	CH	4448	1271	Europe/Zurich	47.39457	7.85578		Laeufelfingen,Lojfel'fingen,luo yi fu fen gen,Лойфельфинген,洛伊弗芬根		BL	1304	2852	
2660004	Lauerz	lauerz	CH	6424	913	Europe/Zurich	47.03327	8.58339		Lauehrc,Lauerco,Lauerz,Laŭerco,Lowerz,lawrz,Лауэрц,لاورز		SZ	506	1365	
2660006	Latsch	latsch	CH	7484	0	Europe/Zurich	46.63424	9.75211		Latsch		GR	1841	3544	
2660007	La Tour-de-Trême	la-tour-de-treme	CH	1635	3686	Europe/Zurich	46.61061	7.06496		La Tour-de-Treme,La Tour-de-Trême,Tour de Treme		FR	1003	2125	
2660008	La Tour-de-Peilz	la-tour-de-peilz	CH	1814	10522	Europe/Zurich	46.45312	6.85856		la tu er de pei lei,ltwr dw plz,لتور دو پلز,拉图尔德佩勒		VD	2230	5889	
2660010	La Tine	la-tine	CH	1658	0	Europe/Zurich	46.4696	7.05219				VD	2230	5842	
2660012	La Sarraz	la-sarraz	CH	1315	1734	Europe/Zurich	46.65863	6.51077			5498	VD	2227	5498	
2660022	La Praz	la-praz	CH	1148	123	Europe/Zurich	46.66746	6.42709				VD	2224	5758	
2660024	La Plaine	la-plaine	CH	1283	0	Europe/Zurich	46.17733	6.00111		La Pleine		GE	2500	6620	
2660027	Langwies	langwies	CH	7057	278	Europe/Zurich	46.81925	9.70938		Langvis,Langwies,lang wei si,Лангвис,朗維斯		GR	1848	3921	
2660029	Langrickenbach	langrickenbach	CH	8585	1031	Europe/Zurich	47.59353	9.24727		Langrickenbach,Langrikkenbakh,lang li ken ba he,Лангриккенбах,朗里肯巴赫		TG	2013	4681	
2660034	Langenthal	langenthal	CH	4900	14184	Europe/Zurich	47.21526	7.79607		Langental,Langental',Langenthal,Langenthal BE,ZHW,lang gen ta er,lanzhantl  swyys,Лангенталь,لانژانتل، سوئیس,朗根塔爾		BE	244	329	
2660036	Langenbruck	langenbruck	CH	4438	1049	Europe/Zurich	47.34917	7.76802		Langenbruk,lan gen bu lu ke,Лангенбрук,蘭根布魯克		BL	1305	2888	
2660038	La Neuveville	la-neuveville	CH	2520	3495	Europe/Zurich	47.06592	7.09717		La Neuveville,La-Njovvil',la nuo yi wei wei er,lnww wyl,Ла-Нёввиль,لنوو ویل,拉諾伊韋維爾		BE	241	723	
2660042	Landquart	landquart	CH	7302	0	Europe/Zurich	46.95	9.56667		Landkvart,Landquart GR,Ландкварт	1845	GR	1845	3955	
2660043	Landiswil	landiswil	CH	3434	651	Europe/Zurich	46.95802	7.67952		Landiswil		BE	246	613	
2660049	Lamboing	lamboing	CH	2516	617	Europe/Zurich	47.11682	7.13476		Lamboing,Lambuehn,lan bo yin ge,Ламбуэн,蘭博因格		BE	241	726	
2660050	La Lécherette	la-lecherette	CH	1660	0	Europe/Zurich	46.41987	7.1073		La Pecherette,La Pècherette,Lecherette,Lécherette		VD	2230	5841	
2660051	Lalden	lalden	CH	3931	696	Europe/Zurich	46.29951	7.90235				VS	2313	6286	
2660054	La Heutte	la-heutte	CH	2604	471	Europe/Zurich	47.1907	7.22609		La-Eht,la e te,Ла-Эт,拉厄特		BE	241	450	
2660062	La Ferrière	la-ferriere	CH	2333	0	Europe/Zurich	47.14303	6.8922		La Ferriere BE,La Ferriere i Sveits,La Ferrière BE,La Ferrière i Sveits,la fei li ai,拉費里埃		BE	241	435	
2660064	Ladir	ladir	CH	7155	122	Europe/Zurich	46.79026	9.20141		Ladir,Leitura,la di er,Ладир,拉迪爾		GR	1850	3619	
2660068	La Cure	la-cure	CH	1265	0	Europe/Zurich	46.46473	6.07424				VD	2228	5727	
2660071	La Côte-aux-Fées	la-cote-aux-fees	CH	2117	511	Europe/Zurich	46.86744	6.49043		Cote aux Fees,Côte aux Fées,La Cote,La Côte		NE	2406	6504	
2660073	La Comballaz	la-comballaz	CH	1862	0	Europe/Zurich	46.37974	7.08326				VD	2221	5410	
2660074	St-Légier-La Chiésaz	st-legier-la-chiesaz	CH	1806	0	Europe/Zurich	46.47227	6.87366		St-Legier-La Chiesaz,St-Légier-La Chiésaz	5888	VD	2230	5888	
2660076	La Chaux-de-Fonds	la-chaux-de-fonds	CH	2300	36825	Europe/Zurich	47.09993	6.82586		Chaux-de-Fonds,La Chaux de Fonds,La Chaux-de-Fonds,La Sho d'o Fon,La Sho-de-Fon,La-Sho-de-Fon,Sho de Fon,So de Fonas,ZHV,la shao de feng,la shw dw fwn,la-sho-de-poni,lasyodeupong,lshw dw fwnd,Šo de Fonas,Ла Шо дьо Фон,Ла Шо-де-Фон,Ла-Шо-де-Фон,Шо де Фон,لا شو دو فون,لشو دو فوند,ლა-შო-დე-ფონი,ラ・ショー＝ド＝フォン,拉紹德封,라쇼드퐁	2402	NE	2402	6421	
2660077	La Chaux-des-Breuleux	la-chaux-des-breuleux	CH	2345	78	Europe/Zurich	47.22221	7.02796		La Chaux,La Chaux-des-Breuleux,La Chaux-sur-Breuleux		JU	2602	6744	
2660078	La Brévine	la-brevine	CH	2406	723	Europe/Zurich	46.98055	6.60639		la bu lei wei ne,拉布雷維訥		NE	2403	6432	
2660080	L'Abbaye	l-abbaye	CH	1344	0	Europe/Zurich	46.64966	6.31907		L'Abbaye	5871	VD	2224	5871	
2660084	Kyburg	kyburg	CH	8314	197	Europe/Zurich	47.45569	8.74476				ZH	108	296	
2660086	Küttigen	kuttigen	CH	5024	5234	Europe/Zurich	47.41484	8.04979		Kjuttigen,Kuettigen,Kuttigen,Küttigen,qu di gen,Кюттиген,屈蒂根		AG	1901	4008	
2660090	Künten	kunten	CH	5444	1732	Europe/Zurich	47.38887	8.33045		Kjunten,Kuenten,Kunten,Künten,jin teng,Кюнтен,金滕		AG	1902	4031	
2660093	Rigi Kulm	rigi-kulm	CH	6410	0	Europe/Zurich	47.0555	8.48447		Kulm,Rigi-Kulm		SZ	506	1362	
2660099	Krummenau	krummenau	CH	9643	1453	Europe/Zurich	47.24755	9.17064		Krummenau		SG	1727	3360	
2660103	Krinau	krinau	CH	9622	279	Europe/Zurich	47.31726	9.05053		Krinau		SG	1727	3379	
2660104	Kriens	kriens	CH	6010	25010	Europe/Zurich	47.0311	8.28547		Kriens,Krienz,Krins,Krynsas,ke lin si,krynz,kryyn,Кринс,كرينز,کریئن,克林斯		LU	312	1059	
2660105	Kriegstetten	kriegstetten	CH	4566	1116	Europe/Zurich	47.17449	7.59799		Kriegstten,Krigshtetten,ke li ge si te teng,Кригштеттен,克里格斯特滕		SO	1106	2525	
2660107	Kriechenwil	kriechenwil	CH	3179	408	Europe/Zurich	46.90969	7.21957		Kriechenwil,Krikhenvil',ke li xing wei er,Крихенвиль,克里興維爾		BE	246	667	
2660108	Kreuzlingen	kreuzlingen	CH	8280	17655	Europe/Zurich	47.65051	9.17504		Kreuzlingen,Krojclingen,ZHU,ke luo yi ci lin gen,krwzlnzhan,krwzlynghn,qrwyzlyngn,Кройцлинген,Кројцлинген,קרויצלינגן,كروزلينغن,کروزلنژان,克羅伊茨林根	2013	TG	2013	4671	
2660112	Krauchthal	krauchthal	CH	3326	2339	Europe/Zurich	47.00964	7.5664		Krauchtal,Kraukhtal',ke lao he ta er,Краухталь,克勞赫塔爾		BE	245	414	
2660113	Krattigen	krattigen	CH	3704	892	Europe/Zurich	46.66139	7.72777		Krattigen,ke la di gen,Краттиген,克拉蒂根		BE	249	566	
2660115	Koppigen	koppigen	CH	3425	1977	Europe/Zurich	47.13125	7.60525		Koppigen,ke pi gen,Коппиген,科皮根		BE	245	413	
2660117	Konolfingen	konolfingen	CH	3510	4562	Europe/Zurich	46.87909	7.62013		Konol'fingen,Konolfingen,ke nuo er fen gen,konorufingen,Конольфинген,コノルフィンゲン,科諾爾芬根		BE	246	612	
2660120	Kölliken	kolliken	CH	5742	4059	Europe/Zurich	47.33337	8.02237		Kjolliken,Kolliken,Kölliken,ke li ken,kwlykn,Кёлликен,كوليكن,克利肯		AG	1910	4276	
2660121	Kollbrunn	kollbrunn	CH	8483	1848	Europe/Zurich	47.45793	8.78295				ZH	110	231	
2660123	Koblenz	koblenz	CH	5322	1651	Europe/Zurich	47.60972	8.2375		Coblenca,Coblença,Koblenc,Koblenz AG,Koblenz i Sveits,ke bu lun ci,qwblnz,Кобленц,קובלנץ,科布倫茨		AG	1911	4310	
2660124	Knutwil	knutwil	CH	6213	1722	Europe/Zurich	47.19953	8.07315		Knutvil',Knutwil,ke nu te wei er,Кнутвиль,克努特維爾		LU	314	1089	
2660125	Knonau	knonau	CH	8934	1077	Europe/Zurich	47.2235	8.46197		Chnonowa,Knonau,ke nuo nao,Кнонау,克諾瑙		ZH	101	7	
2660127	Kloten	kloten	CH	8302	16289	Europe/Zurich	47.45152	8.58491		Kloten,Klotene,ke luo teng,klwtyn,kuroten,kwltan,Клотен,كلوتين,کولتان,クローテン,克洛滕		ZH	103	62	
2660130	Klosters Dorf	klosters-dorf	CH	7252	0	Europe/Zurich	46.88269	9.87609		Dorfli,Dörfli,Klosters,Klosters Dorf,Klosters Dorfli,Klosters Dörfli		GR	1849	3871	
2660135	Klingnau	klingnau	CH	5313	3069	Europe/Zurich	47.58361	8.2488		Klingnau,ke ling nao,klnyw,Клингнау,کلنیو,克靈瑙		AG	1911	4309	
2660141	Kleinlützel	kleinlutzel	CH	4245	1296	Europe/Zurich	47.42518	7.41607		Klajnljutcel',Kleinlutzel,Kleinlützel,xiao lu ce er,Клайнлютцель,小呂策爾		SO	1110	2619	
2660147	Kleindietwil	kleindietwil	CH	4936	512	Europe/Zurich	47.14571	7.78965				BE	244	332	
2660152	Kirchlindach	kirchlindach	CH	3038	2553	Europe/Zurich	46.99965	7.41735		Kirchlindach,Kirkhlindakh,Lindenachum,ji er he lin da he,Кирхлиндах,基爾赫林達赫		BE	246	354	
2660157	Kippel	kippel	CH	3917	0	Europe/Zurich	46.39885	7.77194		Kippel,ji pei er,基佩爾		VS	2309	6197	
2660160	Killwangen	killwangen	CH	8956	1783	Europe/Zurich	47.43223	8.35097		Kil'vangen,Killwangen,ji er wang gen,Кильванген,基爾旺根		AG	1902	4030	
2660163	Kiesen	kiesen	CH	3629	753	Europe/Zurich	46.81956	7.58402		Kiesen,Kiessen,Kizen,ji sen,Кизен,基森		BE	246	611	
2660165	Kiental	kiental	CH	3723	0	Europe/Zurich	46.58772	7.7245		Kiental,Kienthal		BE	249	567	
2660168	Kesswil	kesswil	CH	8593	928	Europe/Zurich	47.5935	9.31723		Kesswil,Kesvil',kai si wei er,Кесвиль,凯斯威尔		TG	2011	4426	
2660170	Kerzers	kerzers	CH	3210	4459	Europe/Zurich	46.97586	7.1957		Chietres,Chiètres,kai er ze si,凱爾澤斯		FR	1005	2265	
2660171	Kerns	kerns	CH	6064	5217	Europe/Zurich	46.90121	8.27514		Kerns,Кернс		OW	600	1404	
2660172	Kernenried	kernenried	CH	3309	449	Europe/Zurich	47.06968	7.54679		Kernenrid,Kernenried,ke nei li de,Керненрид,克內里德		BE	245	411	
2660176	Kehrsiten	kehrsiten	CH	6365	0	Europe/Zurich	47.00029	8.36728		Kehrsiten		NW	700	1510	
2660177	Kehrsatz	kehrsatz	CH	3122	3636	Europe/Zurich	46.91035	7.47096		Kehrsatz,Kerzac,ke er sa ci,Керзац,克爾薩茨		BE	246	870	
2660181	Kastanienbaum	kastanienbaum	CH	6047	0	Europe/Zurich	47.00822	8.34001		Kastanienbaum		LU	312	1058	
2660187	Kappelen	kappelen	CH	3273	1075	Europe/Zurich	47.06015	7.2686		Capella,Kappelen,Kappelen BE,Каппелен		BE	243	302	
2660191	Kandersteg	kandersteg	CH	3718	1123	Europe/Zurich	46.49467	7.67326		Kandershteg,Kandersteg,Pons Kanderae,ZHR,kan de si tai ge,Кандерштег,坎德斯泰格		BE	249	565	
2660192	Kandergrund	kandergrund	CH	3716	995	Europe/Zurich	46.56212	7.659		Kandergrund,Kendergrund,kan de ge lun de,Кандергрунд,坎德格倫德		BE	249	564	
2660194	Kaltbrunn	kaltbrunn	CH	8722	3803	Europe/Zurich	47.21367	9.0259		Chaldebrunna,Kal'tbrun,Kaltbrunn,Kaltbrunn SG,ka te bu lun,Кальтбрун,卡特布倫		SG	1726	3313	
2660195	Kallnach	kallnach	CH	3283	1545	Europe/Zurich	47.02032	7.23545		Kal'nakh,Kallnach,ka er na he,Кальнах,卡爾納赫		BE	243	304	
2660200	Kaisten	kaisten	CH	5082	2140	Europe/Zurich	47.5416	8.04337				AG	1906	4169	
2660204	Kaiseraugst	kaiseraugst	CH	4303	3600	Europe/Zurich	47.53966	7.72605		Augusta Raurica,Kajzeraugst,kai ze lao si te,Кайзераугст,凱澤勞斯特		AG	1909	4252	
2660205	Jussy	jussy	CH	1254	1356	Europe/Zurich	46.2359	6.26701		Jussy GE,Jussy i Sveits,Zhjussi,jushi,yue xi,Жюсси,ジュシー,约西		GE	2500	6626	
2660219	Jonschwil	jonschwil	CH	9243	3221	Europe/Zurich	47.42402	9.08689		Iohannisvilaris,Jonshvil',yong shi wei er,Йоншвиль,永施維爾		SG	1728	3405	
2660220	Jonen	jonen	CH	8916	1683	Europe/Zurich	47.2975	8.39282		Jonen,yue nen,Йонен,約嫩		AG	1903	4071	
2660221	Jona	jona	CH	8645	17655	Europe/Zurich	47.22983	8.83884		Iohanna,Jona,Jona SG,Йона		SG	1726	3340	
2660223	Jeuss	jeuss	CH	1793	506	Europe/Zurich	46.90405	7.16272		Jeuss		FR	1005	2275	
2660225	Jenins	jenins	CH	7307	745	Europe/Zurich	47.00149	9.55657		Gianin,Jenins		GR	1845	3952	
2660226	Jenaz	jenaz	CH	7233	1130	Europe/Zurich	46.92892	9.71275		Enac,Gianatsch,Jenaz,ye na ci,Енац,耶納茨		GR	1849	3863	
2660228	Jegenstorf	jegenstorf	CH	3303	4027	Europe/Zurich	47.04802	7.50787		Jegenstorf,ye gen si tuo fu,Йегенсторф,耶根斯托夫		BE	246	540	
2660231	Jaun	jaun	CH	1656	615	Europe/Zurich	46.61131	7.27593		Jaun,yao en,堯恩		FR	1003	2138	
2660234	Ittenthal	ittenthal	CH	5083	188	Europe/Zurich	47.5191	8.05839		Ittental,Ittenthal		AG	1906	4169	
2660238	Isone	isone	CH	6810	388	Europe/Zurich	46.12862	8.98536		Ison,Isone,Izone,yi suo nei,Ιζόνε,伊索內		TI	2101	5009	
2660240	Islikon	islikon	CH	8546	0	Europe/Zurich	47.54601	8.84173		Islikon		TG	2012	4571	
2660242	Iserables	iserables	CH	1914	918	Europe/Zurich	46.16228	7.24474		Iserables		VS	2307	6134	
2660243	Iseo	iseo	CH	6993	80	Europe/Zurich	46.00546	8.88092		Iseo		TI	2105	5151	
2660244	Isenthal	isenthal	CH	6461	558	Europe/Zurich	46.91079	8.56121		Isental,Isenthal,Izental',Изенталь		UR	400	1211	
2660245	Isenfluh	isenfluh	CH	3822	0	Europe/Zurich	46.61979	7.89482		Isenfluh		BE	250	584	
2660246	Iseltwald	iseltwald	CH	3807	394	Europe/Zurich	46.71076	7.96415		Iseltwald,Izel'tval'd,yi se er te wa er de,Изельтвальд,伊瑟爾特瓦爾德		BE	250	582	
2660249	Iragna	iragna	CH	6707	516	Europe/Zurich	46.32571	8.96656		Iraegna,Irägna,yi la ni ya,伊拉尼亞		TI	2107	5287	
2660250	Inwil	inwil	CH	6034	2163	Europe/Zurich	47.1253	8.34885		Invil',Inwil,Inwil LU,yin wei er,Инвиль,因維爾		LU	313	1026	
2660251	Intschi	intschi	CH	6476	0	Europe/Zurich	46.76039	8.64896		Intsche,Intschi		UR	400	1209	
2660252	Intragna	intragna	CH	6655	864	Europe/Zurich	46.17751	8.70016		Intragna		TI	2104	5397	
2660253	Interlaken	interlaken	CH	3800	5067	Europe/Zurich	46.68387	7.86638		Entrelagos,Interlacus,Interlaken,ZIN,antrlakn,ayntrlakn,intaraken,intarlaken,inteolaken,yin te la ken,Ίντερλακεν,Інтерлакен,Интерлакен,אינטרלאקן,إنترلاكن,اینترلاکن,இண்டர்லகேன்,インターラーケン,因特拉肯,인터라켄	250	BE	250	593	
2660254	Ins	ins	CH	3232	2826	Europe/Zurich	47.00584	7.10609		Anet,Ins,Ins BE,Ins i Sveits,Ins-Anet,yin si,Инс,因斯		BE	243	496	
2660255	Innertkirchen	innertkirchen	CH	3862	0	Europe/Zurich	46.70467	8.22876		Innertkirchen,Innertkirkhen,yin nei te ji er xing,Иннерткирхен,因內特基爾興		BE	250	784	
2660256	Innerthal	innerthal	CH	8858	170	Europe/Zurich	47.10567	8.92011		Innertal,Innertal',Innerthal,Иннерталь		SZ	505	1343	
2660259	Innerferrera	innerferrera	CH	7445	39	Europe/Zurich	46.52119	9.44312		Calantgil,Innerferrera,Innerferrera Calantgil		GR	1851	3713	
2660264	Inden	inden	CH	3953	103	Europe/Zurich	46.34438	7.61739				VS	2306	6109	
2660265	Indemini	indemini	CH	6571	40	Europe/Zurich	46.09443	8.82571		Indemen,Indemini		TI	2104	5398	
2660266	Immensee	immensee	CH	6405	0	Europe/Zurich	47.09646	8.46357		Immensee		SZ	504	1331	
2660268	Im Fang	im-fang	CH	1656	0	Europe/Zurich	46.59883	7.2362		Im Fang		FR	1003	2138	
2660269	Illnau	illnau	CH	8308	2964	Europe/Zurich	47.4113	8.72125				ZH	108	296	
2660272	Illgau	illgau	CH	6434	752	Europe/Zurich	46.98764	8.72509		Illgau		SZ	506	1367	
2660275	Ilanz	ilanz	CH	7130	2321	Europe/Zurich	46.77413	9.20461		Glion,Ilanc,Ilanz,Ilanz/Glion,Iliande,aylanz,yi lan ci,Иланц,ایلانز,伊兰茨		GR	1850	3619	
2660277	Igis	igis	CH	7206	6828	Europe/Zurich	46.94531	9.57218	563	Eigias,Igis,Ovinae,yi ji si,Игис,伊吉斯		GR	1845	3955	
2660279	Ibach	ibach	CH	6438	3500	Europe/Zurich	47.01105	8.64538				SZ	506	1372	
2660280	Hüttwilen	huttwilen	CH	8536	1381	Europe/Zurich	47.60674	8.87343		Khjutvilen,xu te wei lun,Хютвилен,許特維倫		TG	2012	4821	
2660281	Huttwil	huttwil	CH	4950	4643	Europe/Zurich	47.11502	7.86209		Huttwil,Khuttvil',awt wyl,hu te wei er,Хуттвиль,اوت ویل,胡特維爾		BE	244	954	
2660282	Hüttlingen	huttlingen	CH	8553	847	Europe/Zurich	47.57803	8.98081		Huettlingen,Huettlingen TG,Huettlingen i Sveits,Huettlingen-Mettendorf,Hüttlingen,Hüttlingen TG,Hüttlingen i Sveits,Hüttlingen-Mettendorf,Khjutlingen,Хютлинген		TG	2012	4590	
2660287	Hurden	hurden	CH	8640	0	Europe/Zurich	47.21348	8.80143		Hurden		SZ	503	1322	
2660289	Hüntwangen	huntwangen	CH	8194	705	Europe/Zurich	47.59576	8.49116				ZH	103	61	
2660291	Hünibach	hunibach	CH	3626	0	Europe/Zurich	46.74616	7.65035		Hunibach,Hünibach		BE	247	942	
2660292	Hünenberg	hunenberg	CH	6331	9032	Europe/Zurich	47.17536	8.42497		Huenenberg ZG,Hünenberg ZG,Khjunenberg,xiu lun bao,Хюненберг,休倫堡		ZG	900	1703	
2660293	Hundwil	hundwil	CH	9064	975	Europe/Zurich	47.36464	9.31847		Hundwil,Khundvil',Хундвиль,ہندول		AR	1501	3002	
2660296	Huémoz	huemoz	CH	1884	0	Europe/Zurich	46.29097	7.02456				VD	2221	5409	
2660297	Hospental	hospental	CH	6493	0	Europe/Zurich	46.61956	8.56977		Hospental,Hospicium,Khospental',Хоспенталь		UR	400	1210	
2660298	Horw	horw	CH	6048	12348	Europe/Zurich	47.01692	8.30956		Horw,Khorv,ar  swyys,huo er fu,Хорв,ار، سوئیس,霍爾夫	1058	LU	312	1058	
2660299	Hornussen	hornussen	CH	5075	845	Europe/Zurich	47.5001	8.06275		Hornussen,Hornussen AG		AG	1904	4094	
2660303	Horn	horn	CH	9326	2274	Europe/Zurich	47.49425	9.46246		Horn,Horn TG,Horn i Sveits,Khorn,huo en,Хорн,霍恩		SG	1722	3213	
2660304	Hörhausen	horhausen	CH	8507	0	Europe/Zurich	47.63204	8.96948		Horhausen,Hörhausen		TG	2012	4816	
2660305	Horgen	horgen	CH	8810	15973	Europe/Zurich	47.25983	8.59778	415	Horga,Horgen,Khorgen,awrzhan,hao er gen,hwrghn,hwrgn,Хорген,הורגן,اورژان,هورغن,豪尔根	106	ZH	106	295	
2660307	Hondrich	hondrich	CH	3702	0	Europe/Zurich	46.672	7.68107				BE	249	768	
2660308	Homburg	homburg	CH	8508	1406	Europe/Zurich	47.63469	9.00756		Homburg,Homburg TG,Homburg i Sveits,Homburgo,Khomburg,hong bao,Хомбург,洪堡		TG	2012	4816	
2660309	Hombrechtikon	hombrechtikon	CH	8634	4767	Europe/Zurich	47.25298	8.77212		Khombrekhtikon,hong bu lei bu di kong,Хомбрехтикон,Хомбрехтікон,洪布雷布蒂孔		ZH	107	153	
2660311	Hölstein	holstein	CH	4434	2249	Europe/Zurich	47.4229	7.77041		Helsteinas,Holstein,Hölstein,Hėlšteinas,Khjol'shtajn,he er si tai yin,Хёльштайн,赫爾斯泰因		BL	1305	2886	
2660322	Hohenrain	hohenrain	CH	6276	2090	Europe/Zurich	47.18083	8.31802		Hohenrain,Khoehnrajn,huo heng lai yin,Хоэнрайн,霍亨賴因		LU	313	1032	
2660329	Hochwald	hochwald	CH	4146	1254	Europe/Zurich	47.45389	7.64459		Hochwald		SO	1104	2475	
2660332	Hochdorf	hochdorf	CH	6280	8192	Europe/Zurich	47.16841	8.29179		Hochdorf	313	LU	313	1031	
2660334	Hitzkirch	hitzkirch	CH	6285	2165	Europe/Zurich	47.22403	8.26425		Khickirkh,xi ci ji er he,Хицкирх,希茨基爾赫		LU	313	1030	
2660338	Hinwil	hinwil	CH	8340	5488	Europe/Zurich	47.29426	8.84393		Hinvilis,Khinvil,Khinvil',xin wei er,Хинвил,Хинвиль,欣維爾	105	ZH	105	117	
2660341	Hinterrhein	hinterrhein	CH	7438	108	Europe/Zurich	46.53333	9.2		Hinterrhein,Hinterrhein GR,Hinterrhein i Sveits,Khinterrajn,Rein Posteriur,Valragn,hou lai yin,Хинтеррайн,後萊茵	1851	GR	1851	3714	
2660344	Hinterkappelen	hinterkappelen	CH	3032	0	Europe/Zurich	46.96731	7.37792				BE	246	360	
2660349	Hindelbank	hindelbank	CH	3324	1994	Europe/Zurich	47.0427	7.54143		Khindel'bank,xin de er ban ke,Хиндельбанк,欣德爾班克		BE	245	409	
2660350	Himmelried	himmelried	CH	4204	1002	Europe/Zurich	47.42136	7.59985		Himmelried,Khimmel'rid,xi mo li de,Химмельрид,希默里德		SO	1110	2618	
2660351	Hilterfingen	hilterfingen	CH	3652	3841	Europe/Zurich	46.73521	7.66185		Hilterfingen,Khil'terfingen,xi er te fen gen,Хильтерфинген,希爾特芬根		BE	247	929	
2660352	Hildisrieden	hildisrieden	CH	6024	1882	Europe/Zurich	47.15068	8.22582		Hildisrieden		LU	314	1088	
2660353	Hettlingen	hettlingen	CH	8442	2221	Europe/Zurich	47.5461	8.70532				ZH	110	221	
2660354	Hessigkofen	hessigkofen	CH	4577	263	Europe/Zurich	47.14122	7.46714		Hessigkofen,Khessigofen,hei xi ge ke fen,Хессигофен,黑西格科芬		SO	1103	2465	
2660355	Herzogenbuchsee	herzogenbuchsee	CH	3360	5522	Europe/Zurich	47.18795	7.7062		Khercogenbukhze,Khercogenbukse,ZHN,he zuo gen bu he sai,Херцогенбуксе,Херцогенбухзе,赫佐根布赫塞		BE	244	979	
2660359	Herrliberg	herrliberg	CH	8704	5025	Europe/Zurich	47.29064	8.61464		Kherliberg,hei li bo ge,Херлиберг,Херліберг,黑利伯格		ZH	107	152	
2660360	Herrenhof	herrenhof	CH	8585	0	Europe/Zurich	47.59705	9.24474		Herrenhof		TG	2013	4681	
2660361	Hermiswil	hermiswil	CH	3475	3156	Europe/Zurich	46.83125	7.47775		Hermiswil		BE	246	880	
2660362	Hermetschwil-Staffeln	hermetschwil-staffeln	CH	5626	0	Europe/Zurich	47.33027	8.34128		Khermechvil'-Shtaffel'n,hei mei qi wei er-si ta fei er en,Хермечвиль-Штаффельн,黑梅奇維爾-斯塔費爾恩		AG	1903	4063	
2660364	Hermance	hermance	CH	1248	956	Europe/Zurich	46.30141	6.24332		Armentia,ai er mang si,armans,erumansu,ارمانس,エルマンス,埃尔芒斯		GE	2500	6625	
2660365	Herisau	herisau	CH	9100	15438	Europe/Zurich	47.38615	9.27916		Gerizau,Herisan,Herisau,Herizava,Hērizava,Kherisau,Kherizau,aryzw,hei li shao,helijau,herizau,hyrasayw,Герізау,Херизау,Херисау,اریزو,هيراسايو,ہیریزاؤ,ہیریساو,ヘリザウ,黑里紹,헤리자우	AR	AR	1501	3001	
2660371	Hérémence	heremence	CH	1987	1331	Europe/Zurich	46.18032	7.40477	1210	Heremence,Hèremence,Hérémence,ai lei mang si,埃雷芒斯		VS	2305	6084	
2660372	Herdern	herdern	CH	8535	908	Europe/Zurich	47.60304	8.91077		Herdern TG,Kherdern,he de en,Хердерн,赫德恩		TG	2012	4811	
2660373	Herbriggen	herbriggen	CH	3927	0	Europe/Zurich	46.13586	7.79227		Herbrigen,Herbriggen		VS	2313	6292	
2660375	Herbetswil	herbetswil	CH	4715	581	Europe/Zurich	47.29629	7.59298		Herbetswil,Kherbetsvil',he bei te si wei er,Хербетсвиль,赫貝特斯維爾		SO	1102	2424	
2660376	Henggart	henggart	CH	8444	1574	Europe/Zurich	47.56272	8.68215		Hennggart		ZH	102	31	
2660377	Hendschiken	hendschiken	CH	5604	930	Europe/Zurich	47.38596	8.21785		Hendschiken,Hendschikon,Khendshiken,heng de xi ken,Хендшикен,亨德席肯		AG	1907	4198	
2660378	Henau	henau	CH	9247	0	Europe/Zurich	47.45485	9.11639		Henau		SG	1728	3408	
2660379	Hemmiken	hemmiken	CH	4465	0	Europe/Zurich	47.48882	7.89376		Hemmiken,Khemmiken,hei mi ken,Хеммикен,黑米肯		BL	1304	2848	
2660380	Hemmental	hemmental	CH	8231	555	Europe/Zurich	47.73378	8.5853	590	Hemmental		SH	1403	2939	
2660381	Hemishofen	hemishofen	CH	8261	394	Europe/Zurich	47.67659	8.82977	403	Khemiskhofen,he mi shao fen,Хемисхофен,赫米紹芬		SH	1405	2962	
2660382	Hemberg	hemberg	CH	9633	921	Europe/Zurich	47.30062	9.17517		Hemberg,Hemberg SG,Khemberg,heng bei ge,Хемберг,亨貝格		SG	1727	3372	
2660386	Heitenried	heitenried	CH	1714	1106	Europe/Zurich	46.82762	7.29944		Heitenried,hai teng li de,海滕里德		FR	1006	2296	
2660388	Heimiswil	heimiswil	CH	3412	1570	Europe/Zurich	47.06755	7.66665		Khajmisvil',hai mi si wei er,Хаймисвиль,海米斯維爾		BE	245	407	
2660389	Heimenschwand	heimenschwand	CH	3615	0	Europe/Zurich	46.82868	7.69474		Heimenschwand		BE	247	923	
2660390	Heimberg	heimberg	CH	3627	5501	Europe/Zurich	46.79482	7.60433		Heimberg,Heimberg BE,Khajmberg,hai mu bei ge,Хаймберг,海姆貝格		BE	247	928	
2660391	Heiligenschwendi	heiligenschwendi	CH	3625	674	Europe/Zurich	46.75109	7.68391		Heiligenschwendi,Khajligenshvendi,hai li gen shi wen di,Хайлигеншвенди,海利根施文迪		BE	247	927	
2660392	Heiden	heiden	CH	9410	3999	Europe/Zurich	47.44255	9.53293		Heiden,Heiden AR		AR	1503	3032	
2660395	Heerbrugg	heerbrugg	CH	9435	0	Europe/Zurich	47.41488	9.62684		Heerbrugg,Heerbrugge,Herbrug,ZHL		SG	1723	3231	
2660397	Hauteville	hauteville	CH	1648	529	Europe/Zurich	46.67009	7.11041		Altavila,Hauteville,Hauteville FR,Hauteville i Fribourg,ao te wei er,奧特維爾		FR	1003	2137	
2660402	Hauptwil	hauptwil	CH	9213	0	Europe/Zurich	47.48015	9.25066		Hauptwil,Hauptwil-Gottshaus		TG	2015	4486	
2660403	Hauenstein	hauenstein	CH	4633	0	Europe/Zurich	47.37809	7.86938		Hauenstein		SO	1105	2491	
2660404	Les Haudères	les-hauderes	CH	1984	0	Europe/Zurich	46.08316	7.50904		Hauderes,Haudères,Les Hauderes,Les Haudères		VS	2305	6083	
2660405	Hätzingen	hatzingen	CH	8775	403	Europe/Zurich	46.96108	9.03696		Hatzingen,Hätzingen		GL	800	1631	
2660415	Halten	halten	CH	4566	0	Europe/Zurich	46.9	8.16667				OW	600	1407	
2660418	Hallau	hallau	CH	8215	2000	Europe/Zurich	47.69648	8.45827		Khallau,Халлау		SH	1406	2971	
2660420	Haldenstein	haldenstein	CH	7023	943	Europe/Zurich	46.87867	9.52618		Haldenstein,Khal'denshtajn,ha er deng shi tai yin,Хальденштайн,哈爾登施泰因		GR	1848	3901	
2660423	Hagneck	hagneck	CH	2575	400	Europe/Zurich	47.05703	7.18532		Khagnek,ha ge nei ke,Хагнек,哈格內克		BE	243	736	
2660424	Hägglingen	hagglingen	CH	5607	2183	Europe/Zurich	47.38851	8.25285		Hagglingen,Hägglingen,Kheglingen,hei ge lin gen,Хеглинген,黑格林根		AG	1903	4068	
2660425	Häggenschwil	haggenschwil	CH	9312	1216	Europe/Zurich	47.49462	9.34487		Haggenschwil,Häggenschwil,Kheggenshvil',hei gen shi wei er,Хеггеншвиль,黑根施維爾		SG	1721	3201	
2660426	Hägendorf	hagendorf	CH	4614	4338	Europe/Zurich	47.33497	7.84133		Hagendorf,Hägendorf,Khegendorf,hei gen duo fu,Хегендорф,黑根多夫		SO	1108	2579	
2660429	Habsburg	habsburg	CH	5245	444	Europe/Zurich	47.46228	8.18503				AG	1904	4099	
2660430	Habkern	habkern	CH	3804	666	Europe/Zurich	46.72639	7.86304		Habkern,Khabkern,ha bu ke en,Хабкерн,哈布克恩		BE	250	579	
2660432	Güttingen	guttingen	CH	8594	1336	Europe/Zurich	47.60349	9.28742		Gjuttingen,Guettingen TG,Guttingen,Güttingen,Güttingen TG,ju ting gen,Гюттинген,居廷根		TG	2013	4656	
2660433	Guttannen	guttannen	CH	3864	0	Europe/Zurich	46.65511	8.28951		Guatanen,Guttannen,Guttanneni vald,gu tan nen,Гуттаннен,古坦嫩		BE	250	782	
2660436	Gurtnellen	gurtnellen	CH	6482	666	Europe/Zurich	46.73814	8.62843		Gurtnellen,Гуртнеллен		UR	400	1209	
2660441	Gunzwil	gunzwil	CH	6222	1925	Europe/Zurich	47.21072	8.17932		Gunzwil		LU	314	1081	
2660442	Gunzgen	gunzgen	CH	4617	1604	Europe/Zurich	47.31375	7.83102		Guncgen,gong ci gen,Гунцген,貢茨根		SO	1108	2578	
2660443	Gunten	gunten	CH	3654	0	Europe/Zurich	46.71185	7.70236				BE	247	938	
2660446	Gümmenen	gummenen	CH	3205	0	Europe/Zurich	46.94557	7.24093				BE	246	662	
2660448	Gümligen	gumligen	CH	3073	0	Europe/Zurich	46.9345	7.50933		Guemligen,Gümligen,Muri bi Baern,Muri bi Bärn,Muri bij Bern,Muri ce Berno,Muri ĉe Berno,Muri-Bern,Muri-Guemligen,Muri-Gümligen,bo en fu jin mu li,mwrybh brn,Мури-Берн,موریبه برن,伯恩附近穆里		BE	246	356	
2660452	Guggisberg	guggisberg	CH	3158	1628	Europe/Zurich	46.76756	7.32946		Guggisberg,Mons Guchani,gu ji si bei ge,Гуггисберг,古吉斯貝格		BE	246	852	
2660457	Guarda	guarda	CH	7545	172	Europe/Zurich	46.77586	10.15242		Guarda,Guarda GR,Guarda i Sveits,gua er da,Гуарда,瓜爾達		GR	1843	3762	
2660461	Gstaad	gstaad	CH	3780	9200	Europe/Zurich	46.47215	7.28685		Gshtad,Gstad,Gstadas,Gštad,Gštadas,ZHK,ghshtad,gushutado,Гштад,גשטאט,غشتاد,グシュタード		BE	248	843	
2660462	Gryon	gryon	CH	1882	1122	Europe/Zurich	46.27377	7.05975		Grion,ge li weng,grywn,גריון,格里翁		VD	2221	5405	
2660463	Gruyères	gruyeres	CH	1663	1646	Europe/Zurich	46.58338	7.08207		Grejerco,Greyerz,Grueria,Gruyeres,Gruyères,Nkrygier,Qruyer,ge lu ye er,geulwiyeleu,grwyr,Γκρυγιέρ,گرویر,格吕耶尔,그뤼예르		FR	1003	2135	
2660470	Gruben	gruben	CH	3946	0	Europe/Zurich	46.2114	7.70616		Gruben		VS	2306	6119	
2660474	Grosswangen	grosswangen	CH	6022	2941	Europe/Zurich	47.1331	8.05041		Grosswangen,Grosvangen,Гросванген		LU	314	1086	
2660491	Grossaffoltern	grossaffoltern	CH	3257	2810	Europe/Zurich	47.06534	7.35689		Grosaffol'tern,Grossaffol'tern,Grossaffoltern,da a fu er te en,Гросаффольтерн,Гроссаффольтерн,大阿福爾特恩		BE	243	303	
2660492	Grono	grono	CH	6537	896	Europe/Zurich	46.24832	9.14829		Gron,Grono,ge luo nuo,Гроно,格羅諾		GR	1847	3832	
2660493	Grône	grone	CH	3979	2039	Europe/Zurich	46.25288	7.45947		Grona,Grone,Grun,Gruona,Grôna,Grône,ge luo ne,格羅訥		VS	2311	6238	
2660495	Grolley	grolley	CH	1772	1575	Europe/Zurich	46.8336	7.07116		Groslerium,ge luo lai,格羅萊		FR	1004	2200	
2660498	Grindelwald	grindelwald	CH	3818	3730	Europe/Zurich	46.62396	8.03601		Grindel'val'd,Grindelvald,Grindelwald,ZHJ,ge lin de wa,gryndlwald,gryndlwwld,gurinderuvu~aruto,gurinderuwaruto,jryndlfald,Гринделвалд,Гриндельвальд,גרינדלוולד,جريندلفالد,گراینڈلوالڈ,گریندلوالد,グリンデルワルト,グリンデルヴァルト,格林德瓦		BE	250	576	
2660503	Grimisuat	grimisuat	CH	1971	2332	Europe/Zurich	46.25938	7.38408		Grimisuat		VS	2312	6263	
2660504	Grimentz	grimentz	CH	3961	444	Europe/Zurich	46.18091	7.57584		Grimentz,gurimentsu,گریمنٹز,グリメンツ		VS	2311	6252	
2660507	Gresso	gresso	CH	6611	0	Europe/Zurich	46.2249	8.61631		Gresso		TI	2104	5136	
2660509	Greppen	greppen	CH	6404	900	Europe/Zurich	47.05438	8.42995		Greppen,ge lei peng,Греппен,格雷彭		LU	312	1056	
2660511	Grengiols	grengiols	CH	3993	496	Europe/Zurich	46.37395	8.093		Graneirolis,Grengiols,ge lang ri ao lei,格朗日奧勒		VS	2309	6177	
2660512	Grenchen	grenchen	CH	2540	15927	Europe/Zurich	47.1921	7.39586		Granges,Grenchenas,Grenkhen,ZHI,ge lun xing,ghrynshyn,granshan,Гренхен,غرينشين,گرانشان,格倫興		SO	1107	2546	
2660513	Grellingen	grellingen	CH	4203	1767	Europe/Zurich	47.44231	7.58906		Grellingen,ge lei lin gen,Греллинген,格雷林根		BL	1302	2786	
2660515	Greifensee	greifensee	CH	8606	5032	Europe/Zurich	47.36717	8.68115				ZH	109	194	
2660519	Gravesano	gravesano	CH	6929	1062	Europe/Zurich	46.04208	8.91832		Gravesan,ge la wei sa nuo,格拉韋薩諾		TI	2105	5187	
2660527	Grandvillard	grandvillard	CH	1666	616	Europe/Zurich	46.53899	7.08575		Grandvillard,ge lang wei la er,格朗維拉爾		FR	1003	2134	
2660528	Grandval	grandval	CH	2745	390	Europe/Zurich	47.28278	7.42504		Grandisvallis,Grandval BE,Grandval i Sveits,Grandval',Грандваль		BE	241	694	
2660529	Grandson	grandson	CH	1422	2735	Europe/Zurich	46.80946	6.646		Grancio,Granson,ge lang song,grandswn  swyys,Грансон,گراندسون، سوئیس,格朗松		VD	2224	5561	
2660530	Grandsivaz	grandsivaz	CH	1775	0	Europe/Zurich	46.78502	6.98085				FR	1001	2029	
2660532	Le Grand-Saconnex	le-grand-saconnex	CH	1218	9781	Europe/Zurich	46.23188	6.12091		Grand-Saconnex,Le Grand-Saconnex,Saconnex,da sa kong nei,ル・グラン＝サコネ,大萨孔内		GE	2500	6634	
2660534	Grandfontaine	grandfontaine	CH	2908	343	Europe/Zurich	47.39313	6.93724		Grandfontaine,Grandfontaine JU,Grandfontaine i Sveits,ge lan de feng tan,格蘭德豐坦		JU	2603	6792	
2660537	Grandcour	grandcour	CH	1543	754	Europe/Zurich	46.87185	6.9284	479	ge lang ku er,grandkwr,گراندکور,格朗库尔		VD	2222	5817	
2660540	Grancy	grancy	CH	1117	308	Europe/Zurich	46.59214	6.46391			5485	VD	2227	5485	
2660541	Grafenort	grafenort	CH	6388	0	Europe/Zurich	46.87017	8.3744		Grafenort		OW	600	1402	
2660542	Grächen	grachen	CH	3925	1362	Europe/Zurich	46.19529	7.83745		Grachen,Gracher,Grächen,Grächer,ge lei xing,格雷興		VS	2313	6292	
2660543	Grabs	grabs	CH	9472	6384	Europe/Zurich	47.18248	9.44395	465	Grabs,Quaravedes,ge la bu si,Грабс,格拉布斯		SG	1724	3273	
2660544	Goumoens-la-Ville	goumoens-la-ville	CH	1376	609	Europe/Zurich	46.65922	6.60398				VD	2223	5541	
2660545	Gottlieben	gottlieben	CH	8274	290	Europe/Zurich	47.6638	9.13371		Gottlieben	4651	TG	2013	4651	
2660553	Göschenen	goschenen	CH	6487	464	Europe/Zurich	46.66816	8.58709		Gjoshenen,Goschenen,Göschenen,gesheneni,gwshnn,Гёшенен,گوشنن,გეშენენი		UR	400	1208	
2660557	Gorgier	gorgier	CH	2023	1832	Europe/Zurich	46.90143	6.77985		ge ji ye,戈吉耶		NE	2401	6417	
2660558	Gorduno	gorduno	CH	6518	671	Europe/Zurich	46.21631	9.03076				TI	2101	5002	
2660559	Gordola	gordola	CH	6596	3974	Europe/Zurich	46.18256	8.86657				TI	2104	5108	
2660560	Gordevio	gordevio	CH	6672	818	Europe/Zurich	46.22604	8.74309		Gordevio		TI	2108	5324	
2660561	Goppisberg	goppisberg	CH	3983	93	Europe/Zurich	46.37139	8.0504				VS	2309	6181	
2660562	Goppenstein	goppenstein	CH	3917	0	Europe/Zurich	46.36904	7.75409		Goppenstein		VS	2309	6195	
2660563	Gontenschwil	gontenschwil	CH	5728	2067	Europe/Zurich	47.27166	8.14396		Gontenschwil,Gontenshvil',gong teng shi wei er,Гонтеншвиль,貢滕施維爾		AG	1905	4135	
2660564	Gonten	gonten	CH	9108	1406	Europe/Zurich	47.32725	9.34705		Gonten,Гонтен		AI	1600	3102	
2660565	Gondo	gondo	CH	3907	0	Europe/Zurich	46.19641	8.13877		Gunt,Gunz,Ruden		VS	2301	6011	
2660566	Gondiswil	gondiswil	CH	4955	760	Europe/Zurich	47.14677	7.87136		Gondisvil',Gondiswil,gong di si wei er,Гондисвиль,貢迪斯維爾		BE	244	326	
2660568	Gommiswald	gommiswald	CH	8737	2781	Europe/Zurich	47.23128	9.02355		Gommisval'd,ge mi si wa de,Гоммисвальд,戈米斯瓦德		SG	1726	3341	
2660569	Gollion	gollion	CH	1124	679	Europe/Zurich	46.58518	6.50974				VD	2227	5484	
2660572	Goldingen	goldingen	CH	8638	1013	Europe/Zurich	47.26477	8.96167		Goldingen		SG	1726	3342	
2660575	Goldach	goldach	CH	9403	9094	Europe/Zurich	47.47401	9.46711		Gol'dakh,Goldach,Goldach SG,ge da he,Гольдах,戈達赫		SG	1722	3213	
2660576	Gnosca	gnosca	CH	6525	571	Europe/Zurich	46.23353	9.02218		Gnosco,ni ao si ka,尼奧斯卡		TI	2101	5002	
2660579	Glovelier	glovelier	CH	2855	1199	Europe/Zurich	47.33534	7.20556		Glovelier,ge luo wei li ye,格洛韋利耶		JU	2601	6729	
2660580	Glis	glis	CH	3902	0	Europe/Zurich	46.30926	7.97204				VS	2301	6002	
2660581	Glion	glion	CH	1823	0	Europe/Zurich	46.4336	6.92619				VD	2230	5886	
2660587	Glattfelden	glattfelden	CH	8192	2578	Europe/Zurich	47.55871	8.50167		Glatfel'den,ge la te fei deng,Глатфельден,格拉特費登		ZH	103	58	
2660590	Glattbrugg	glattbrugg	CH	8152	2642	Europe/Zurich	47.4313	8.56272		Glattbrugg		ZH	103	66	
2660594	Glarus	glarus	CH	8750	5681	Europe/Zurich	47.04057	9.06804		Canton Glarus,Glaris,Glarona,Glaruna,Glarus,Glaruso,ZHG,ge la lu si,geullaluseu,ghlrws,glarusi,glarws,glrw,gurarusu,Гларус,غلروس,گلاروس,گلرو,გლარუსი,グラールス,格拉魯斯,글라루스	GL	GL	800	1632	
2660600	Gland	gland	CH	1196	10641	Europe/Zurich	46.42082	6.2701		Gland,Gland VD,ge lang,ghland,glan  swyys,Гланд,غلاند,گلان، سوئیس,格朗		VD	2228	5721	
2660601	Givrins	givrins	CH	1271	0	Europe/Zurich	46.42969	6.20213				VD	2228	5720	
2660602	Giumaglio	giumaglio	CH	6678	217	Europe/Zurich	46.27408	8.68116		Giumaglio		TI	2108	5317	
2660603	Giubiasco	giubiasco	CH	6512	7752	Europe/Zurich	46.17246	9.00793		Cibiascum,Giuebiasch,Giübiasch,zhu bi ya si ke,朱比亞斯科		TI	2101	5002	
2660604	Giswil	giswil	CH	6074	3563	Europe/Zurich	46.83333	8.18065		Gisvil',Giswil,Гисвиль		OW	600	1403	
2660607	Gipf-Oberfrick	gipf-oberfrick	CH	5073	3102	Europe/Zurich	47.49875	8.00497		Gipf-Oberfrick,Gipf-Oberfrik,ji pu fu-shang fu li ke,Гипф-Оберфрик,吉普夫-上弗里克		AG	1906	4165	
2660608	Castaneda	castaneda	CH	6540	0	Europe/Zurich	46.2581	9.13874				GR	1847	3805	
2660609	Giornico	giornico	CH	6745	964	Europe/Zurich	46.40141	8.87369		Sgiurni,Sgiurnì,jiao er ni ke,焦爾尼科		TI	2103	5073	
2660610	Gingins	gingins	CH	1276	958	Europe/Zurich	46.4091	6.17809		ran ran,然然		VD	2228	5719	
2660611	Gimmelwald	gimmelwald	CH	3826	0	Europe/Zurich	46.54554	7.89138		Gimmelwald		BE	250	584	
2660612	Gimel	gimel	CH	1188	1454	Europe/Zurich	46.50945	6.30736		Gimel,Gimel VD,Gimel i Vaud,ri mei lei,日梅勒	5428	VD	2227	5428	
2660613	Gilly	gilly	CH	1182	925	Europe/Zurich	46.45785	6.29654		Gilly VD,ri li,日利		VD	2228	5857	
2660614	Giffers	giffers	CH	1735	1566	Europe/Zurich	46.7623	7.20845		Giffers,ji fu si,吉弗斯		FR	1006	2294	
2660622	Gibswil	gibswil	CH	8498	216	Europe/Zurich	47.31529	8.91405				ZH	105	114	
2660625	Geuensee	geuensee	CH	6232	2168	Europe/Zurich	47.1997	8.10689		Geuensee,Gojenze,Gojenzee,ge yi en sai,Гойензе,Гойензее,戈伊恩塞		LU	314	1085	
2660626	Gettnau	gettnau	CH	6142	965	Europe/Zurich	47.14064	7.97007				LU	315	1151	
2660627	Geschinen	geschinen	CH	3985	57	Europe/Zurich	46.49533	8.27993		Geschinen,Gessinon		VS	2304	6077	
2660628	Gerzensee	gerzensee	CH	3115	961	Europe/Zurich	46.84023	7.54503		Gercenze,Gerzensee,Gerzensee BE,ge cen sai,Герцензе,格岑塞		BE	246	866	
2660631	Gersau	gersau	CH	6442	1983	Europe/Zurich	46.99419	8.525		Gersau	1311	SZ	502	1311	
2660635	Gerlikon	gerlikon	CH	8500	0	Europe/Zurich	47.53946	8.87867				TG	2012	4566	
2660637	Gerlafingen	gerlafingen	CH	4563	4864	Europe/Zurich	47.17087	7.57249		Gerlafingen,Niedergerlafingen,gai la fen gen,Герлафинген,蓋拉芬根		SO	1106	2519	
2660643	Genolier	genolier	CH	1272	1498	Europe/Zurich	46.43537	6.21809		Zhenolie,re nuo li ye,Женолие,热诺利耶		VD	2228	5718	
2660646	Genève	geneve	CH	1200	183981	Europe/Zurich	46.20222	6.14569		Cenevre,GVA,Genava,Genebe,Genebra,Geneue,Geneva,Geneve,Genevi,Genevo,Genevra,Genewa,Genf,Genève,Ginebra,Ginevra,Jenewa,Jenwe,Xenebra,Zeneva,Zhehneva,Zheneva,Znev,jeneba,jineva,jnyf,jnywa,junevu,ri nei wa,zheneva,znbh,Ĝenevo,Ženeva,Ženēva,Γενέβη,Γενευη,Γενεύη,Женева,Жэнева,Ժնև,זנבה,جنيف,جنیوا,जिनेवा,ჟენევა,ジュネーヴ,日内瓦,제네바	GE	GE	2500	6621	
2660648	Genestrerio	genestrerio	CH	6852	876	Europe/Zurich	45.85333	8.96115		Genestrerio		TI	2106	5254	
2660652	Gempen	gempen	CH	4145	722	Europe/Zurich	47.47585	7.66028		Gempen,gen peng,Гемпен,根彭		SO	1104	2474	
2660656	Gelterkinden	gelterkinden	CH	4460	5709	Europe/Zurich	47.46497	7.85174		Gel'terkinden,Gelterkinden,gai te jin deng,Гельтеркинден,蓋特金登		BL	1304	2846	
2660658	Gelfingen	gelfingen	CH	6284	805	Europe/Zurich	47.21447	8.26537				LU	313	1039	
2660659	Gebenstorf	gebenstorf	CH	5412	4100	Europe/Zurich	47.48136	8.23949		Gebenstorf,ge ben si tuo er fu,Гебенсторф,格本斯托爾夫		AG	1902	4029	
2660665	Ganterschwil	ganterschwil	CH	9608	1145	Europe/Zurich	47.38103	9.09239		Ganterschwil,Gantershvil',gan te shi wei er,Гантершвиль,甘特施維爾		SG	1727	3395	
2660668	Gandria	gandria	CH	6978	216	Europe/Zurich	46.00555	9.00261				TI	2105	5192	
2660669	Gamsen	gamsen	CH	3900	0	Europe/Zurich	46.30481	7.95359		Gamsen		VS	2301	6002	
2660670	Gams	gams	CH	9473	2971	Europe/Zurich	47.20429	9.44172		Gams,Gams SG,Гамс		SG	1724	3272	
2660671	Gampelen	gampelen	CH	3236	732	Europe/Zurich	47.01199	7.05771	436	Champion,Gampelen,gan pei lun,Гампелен,甘佩倫		BE	243	495	
2660672	Gampel	gampel	CH	3945	1386	Europe/Zurich	46.31599	7.7421				VS	2306	6118	
2660673	Gals	gals	CH	3238	674	Europe/Zurich	47.02841	7.05183		Chules,Gal's,Gals,jia er si,Гальс,加爾斯		BE	243	494	
2660674	Galmiz	galmiz	CH	3285	617	Europe/Zurich	46.94875	7.15804		Galmis,Galmiz		FR	1005	2259	
2660681	Gais	gais	CH	9056	2778	Europe/Zurich	47.3615	9.45356		Gais,Gais AR,Gajs,gai si,Гайс,盖斯		AR	1502	3022	
2660686	Gadmen	gadmen	CH	3863	0	Europe/Zurich	46.75255	9.90055				GR	1849	3851	
2660687	Gadmen	gadmen	CH	3863	0	Europe/Zurich	46.73733	8.35224		Gadmen,Gadmeni vald,jia de men,Гадмен,加德門		BE	250	784	
2660688	Gachnang	gachnang	CH	8547	3235	Europe/Zurich	47.53935	8.85311		Gachnang,Gakhnang,jia he nan,Гахнанг,加赫南		TG	2012	4571	
2660689	Gächlingen	gachlingen	CH	8214	740	Europe/Zurich	47.70329	8.49878				SH	1401	2901	
2660691	Fusio	fusio	CH	6696	60	Europe/Zurich	46.44446	8.66304		Fusio		TI	2108	5323	
2660694	Furna	furna	CH	7232	226	Europe/Zurich	46.93694	9.67874	1351	Furna,Furna GR,Furna-Dorf,fu er na,Фурна,富爾納		GR	1849	3862	
2660700	Fully	fully	CH	1926	5922	Europe/Zurich	46.13851	7.11468		Fuliacum,fei li,菲利		VS	2307	6133	
2660701	Füllinsdorf	fullinsdorf	CH	4414	4442	Europe/Zurich	47.50688	7.73129		Fjullinsdorf,fei lin si duo fu,Фюллинсдорф,菲林斯多夫		BL	1303	2825	
2660703	Fulenbach	fulenbach	CH	4629	1526	Europe/Zurich	47.27103	7.83136		Fulenbach,Fulenbakh,fu lun ba he,Фуленбах,富倫巴赫		SO	1108		
2660704	Fuldera	fuldera	CH	7533	136	Europe/Zurich	46.60886	10.37147		Fuldera		GR	1843	3847	
2660706	Melchsee-Frutt	melchsee-frutt	CH	6068	70	Europe/Zurich	46.77457	8.26854	1920	Frutt,Melchsee-Frutt		OW	600	1404	
2660707	Frutigen	frutigen	CH	3714	6671	Europe/Zurich	46.58723	7.64945		Frutigen,fu lu di gen,Фрутиген,弗鲁蒂根		BE	249	563	
2660710	Froideville	froideville	CH	1055	1518	Europe/Zurich	46.60123	6.68085		Froideville,Froideville VD,Froideville i Sveits,fu lu wa de wei er,弗鲁瓦德维尔		VD	2223	5523	
2660714	Frieswil	frieswil	CH	3035	0	Europe/Zurich	46.99512	7.2866				BE	243	312	
2660716	Frick	frick	CH	5070	4583	Europe/Zurich	47.51169	8.02471		Frick,Frick AG,Frick i Sveits,Frik,fu li ke,Фрик,弗里克		AG	1906	4163	
2660718	Fribourg	fribourg	CH	1700	32827	Europe/Zurich	46.80237	7.15128	610	Freiburg,Freiburg im UEechtland,Freiburg im Üechtland,Friborg,Friborgo,Fribourg,Fribur,Friburas,Friburg,Friburgo,Friburgum,Fribôrg,Fribūras,Fryburg,ZHF,furiburu,Фрибур,フリブール	FR	FR	1004	2196	
2660719	Frenkendorf	frenkendorf	CH	4402	6180	Europe/Zurich	47.50686	7.71648		Frenkendorf,fu lun ken duo fu,Френкендорф,弗倫肯多夫		BL	1303	2824	
2660721	Freienbach	freienbach	CH	8807	14302	Europe/Zurich	47.20534	8.75842		Frajenbakh,Freienbach SZ,frayynbakh,frynbk  shwyyz,Фрайенбах,فرائینباخ,فرینبک، شوئیز		SZ	503	1322	
2660726	Frauenkappelen	frauenkappelen	CH	3202	1281	Europe/Zurich	46.95425	7.33835		Capela,Frauehnkappelen,Фрауэнкаппелен		BE	246	663	
2660727	Frauenfeld	frauenfeld	CH	8500	21979	Europe/Zurich	47.55776	8.89893	417	Frauehnfel'd,Frauenfel'd,Frauenfeld,Frauenfelda,ZHE,frawnfyld,frwanfld,fu lao en fei er de,furauenferuto,peulauenpelteu,Фрауенфелд,Фрауенфельд,Фрауэнфельд,Фраўэнфельд,فراؤئنفیلڈ,فراونفيلد,فراونفیلد,فروآنفلد,フラウエンフェルト,弗勞恩費爾德,프라우엔펠트	TG	TG	2012	4566	
2660728	Fraubrunnen	fraubrunnen	CH	3312	1616	Europe/Zurich	47.0862	7.52727		Fraubrunnen,fu lao bu lun nen,Фраубруннен,弗勞布倫嫩		BE	246	538	
2660729	Frasco	frasco	CH	6636	116	Europe/Zurich	46.34398	8.7984		Frasch,Frasco,fu la si ke,弗拉斯科		TI	2104	5399	
2660730	Fräschels	fraschels	CH	3284	484	Europe/Zurich	46.99788	7.20806				FR	1005	2258	
2660733	Founex	founex	CH	1297	2254	Europe/Zurich	46.33277	6.19243		fu nei,富内		VD	2228	5717	
2660742	Fontenais	fontenais	CH	2902	1289	Europe/Zurich	47.40292	7.08108		Fontenais,feng tai nai,豐泰奈		JU	2603	6790	
2660745	Fontainemelon	fontainemelon	CH	2052	1647	Europe/Zurich	47.05495	6.8868		feng tai nei mei long,豐泰內梅隆		NE	2405	6487	
2660746	Flurlingen	flurlingen	CH	8247	1221	Europe/Zurich	47.6839	8.62995		Flurlingen,fu lu lin gen,Флурлинген,弗盧林根		ZH	102	29	
2660747	Flums	flums	CH	8890	4848	Europe/Zurich	47.09058	9.34301		Fluminum,Flums,fu lu mu si,Флумс,弗盧姆斯		SG	1725	3292	
2660755	Flond	flond	CH	7137	185	Europe/Zurich	46.76772	9.16442		Flond		GR	1850	3988	
2660758	Fleurier	fleurier	CH	2114	3681	Europe/Zurich	46.90224	6.58253				NE	2406	6512	
2660760	Flerden	flerden	CH	7426	173	Europe/Zurich	46.70332	9.40825		Flearda,Flerden,fu lai er deng,Флерден,弗萊爾登		GR	1851	3662	
2660762	Flawil	flawil	CH	9230	9739	Europe/Zurich	47.41301	9.18324		Flavil',Flawil,fu la wei er,Флавиль,弗拉維爾		SG	1728	3402	
2660764	Flamatt	flamatt	CH	3175	4922	Europe/Zurich	46.88994	7.32204				FR	1006	2309	
2660765	Flaach	flaach	CH	8416	943	Europe/Zurich	47.57608	8.60633				ZH	102	28	
2660766	Fischingen	fischingen	CH	8376	2548	Europe/Zurich	47.41422	8.96862		Fischingen,Fischingen TG,Fishingen,fei xin gen,Фишинген,菲欣根		TG	2014	4726	
2660767	Fischenthal	fischenthal	CH	8497	215	Europe/Zurich	47.33122	8.92052		Fieschental,Fischental,Fishental',fei shen ta er,Фишенталь,菲申塔爾		ZH	105	114	
2660768	Fionnay	fionnay	CH	1948	0	Europe/Zurich	46.03197	7.30891		Fionnay		VS	2303	6037	
2660771	Finhaut	finhaut	CH	1925	344	Europe/Zurich	46.08381	6.97777		Finhaut,fen hao te,芬豪特		VS	2310	6214	
2660775	Filzbach	filzbach	CH	8757	541	Europe/Zurich	47.11897	9.13239				GL	800	1630	
2660776	Filisur	filisur	CH	7477	502	Europe/Zurich	46.67303	9.68592		Filisour,Filisur,Filizur,fei li su er,Филизур,菲利蘇爾		GR	1841	3544	
2660778	Fiez	fiez	CH	1420	390	Europe/Zurich	46.82823	6.62388		Fiez,fei ye,菲耶		VD	2224	5556	
2660780	Fieschertal	fieschertal	CH	3984	0	Europe/Zurich	46.422	8.14542		Vallis de Vies,fei she ta er,菲舍塔爾		VS	2304	6058	
2660781	Fiesch	fiesch	CH	3984	1003	Europe/Zurich	46.39981	8.13533		Fiesch,fei shi,菲施		VS	2304	6057	
2660783	Fideris	fideris	CH	7235	579	Europe/Zurich	46.91627	9.74145		Fadrein,Fideris,Fideris Dorf,fei de li si,Фидерис,菲德里斯		GR	1849	3861	
2660784	Fidaz	fidaz	CH	7019	0	Europe/Zurich	46.84038	9.30878		Fidaz		GR	1844	3732	
2660786	Feutersoey	feutersoey	CH	3784	0	Europe/Zurich	46.41564	7.27098				BE	248	841	
2660787	Feusisberg	feusisberg	CH	8835	4210	Europe/Zurich	47.18707	8.74724		Feusisberg		SZ	503	1321	
2660788	Feuerthalen	feuerthalen	CH	8245	2165	Europe/Zurich	47.69054	8.64357		Feuerthaleni vald,Fojertalen,fu yi e ta lun,Фойертален,福伊厄塔倫		ZH	102	27	
2660798	Ferenbalm	ferenbalm	CH	3206	1310	Europe/Zurich	46.9488	7.21124		Ferenbal'm,Villa de Balmis,fei lun ba er mu,Ференбальм,費倫巴爾姆		BE	246	662	
2660799	Ferden	ferden	CH	3916	345	Europe/Zurich	46.39359	7.75921		Ferden,fei deng,費登		VS	2309	6195	
2661015	Dietikon	dietikon	CH	8953	20893	Europe/Zurich	47.40165	8.40015		Dietikon,ZDX		ZH	111	243	
2660802	Felsberg	felsberg	CH	7012	2088	Europe/Zurich	46.84566	9.47588		Fagonium,Favugn,Fel'sberg,Felsberg,Felsberg GR,fei er si bei ge,Фельсберг,費爾斯貝格		GR	1844	3731	
2660807	Feldbrunnen	feldbrunnen	CH	4532	0	Europe/Zurich	47.22018	7.55486		Feldbrunnen		SO	1107	2544	
2660808	Feldbach	feldbach	CH	8714	0	Europe/Zurich	47.66388	8.97515				TG	2012	4864	
2660809	Feldbach	feldbach	CH	8714	205	Europe/Zurich	47.23964	8.78472				ZH	107	153	
2660812	Fehraltorf	fehraltorf	CH	8320	3767	Europe/Zurich	47.38775	8.75149		Feral'torf,fei la er tuo fu,Феральторф,費拉爾托夫		ZH	108	172	
2660814	Faulensee	faulensee	CH	3705	0	Europe/Zurich	46.67415	7.7023		Faulensee		BE	249	768	
2660817	Farvagny-le-Petit	farvagny-le-petit	CH	1726	0	Europe/Zurich	46.72872	7.07274		Farvagny-le-Petit		FR	1004	2236	
2660821	Farden	farden	CH	7433	0	Europe/Zurich	46.63274	9.42411		Farden,Fardun,Fardün		GR	1851	3715	
2660822	Faoug	faoug	CH	1595	627	Europe/Zurich	46.90829	7.07803		fu cun,富村		VD	2222	5458	
2660825	Fanas	fanas	CH	7215	382	Europe/Zurich	46.98494	9.66672		Fanas,Phanaunes,fa na si,Фанас,法納斯		GR	1849	3961	
2660826	Fällanden	fallanden	CH	8117	2100	Europe/Zurich	47.37169	8.63869				ZH	109	193	
2660828	Falera	falera	CH	7153	559	Europe/Zurich	46.80131	9.23086	1220	Falariae,Falera,Fellers,fa lai la,Фалера,法萊拉		GR	1850	3572	
2660830	Faido	faido	CH	6760	1512	Europe/Zurich	46.477	8.80125		Faedum,Faid,Faido,Faido-Borgo,Faidu,fa yi duo,法伊多	2103	TI	2103	5072	
2660831	Fahy	fahy	CH	2916	426	Europe/Zurich	47.41865	6.94883		Fahy,Fahy JU,fa yi,法伊		JU	2603	6789	
2660832	Fahrwangen	fahrwangen	CH	5615	0	Europe/Zurich	47.29477	8.24215		Farvangen,fa er wang gen,Фарванген,法爾旺根		AG	1907	4196	
2660836	Eysins	eysins	CH	1262	831	Europe/Zurich	46.3817	6.20695				VD	2228	5716	
2660838	Eyholz	eyholz	CH	3930	0	Europe/Zurich	46.29417	7.90844				VS	2313	6297	
2660840	Evolène	evolene	CH	1983	1557	Europe/Zurich	46.11422	7.49407	1340	Evolena,Evolene,Evolenna,Evolène,Evolênna,ai wo lai ne,Évolène,埃沃萊訥		VS	2305	6083	
2660841	Evionnaz	evionnaz	CH	1902	1001	Europe/Zurich	46.18096	7.02232	469	Eviona,ai wei ao na,埃維奧納		VS	2307	6142	
2660842	Evilard	evilard	CH	2533	2328	Europe/Zurich	47.15046	7.23895		Ehvilar,Evilard,Evilardo,Leubringen,Leubringen/Magglingen,ai wei la de,Эвилар,埃維拉德		BE	242	372	
2660843	Euthal	euthal	CH	8844	0	Europe/Zurich	47.09688	8.81136		Eutal,Euthal		SZ	501	1301	
2660844	Euseigne	euseigne	CH	1982	0	Europe/Zurich	46.17212	7.42308		Euseigne,Useigne		VS	2305	6084	
2660845	Etzwilen	etzwilen	CH	8259	0	Europe/Zurich	47.66033	8.81792		Etzwilen		TG	2012	4871	
2660846	Etzgen	etzgen	CH	5275	440	Europe/Zurich	47.57129	8.11061				AG	1906	4184	
2660848	Ettiswil	ettiswil	CH	6218	1801	Europe/Zurich	47.15031	8.01759		Ehttisvil',Ettiswil,ai di si wei er,Эттисвиль,埃蒂斯維爾		LU	315	1128	
2660849	Ettingen	ettingen	CH	4107	4980	Europe/Zurich	47.48225	7.54654		Ehttingen,Ettingen,ai ting gen,Эттинген,埃廷根		BL	1301	2768	
2660851	Estavayer-le-Lac	estavayer-le-lac	CH	1470	5061	Europe/Zurich	46.84876	6.8465		Estavayer,ai si ta wa ye,埃斯塔瓦耶		FR	1001	2054	
2660854	Essertines-sur-Rolle	essertines-sur-rolle	CH	1186	476	Europe/Zurich	46.49307	6.31765		luo lei shang ai sai er di ne,罗勒上埃塞尔蒂讷		VD	2228	5856	
2660856	Escholzmatt	escholzmatt	CH	6182	3192	Europe/Zurich	46.9135	7.93426		Ehshol'cmat,Escholzmatt,ai shuo er ci ma te,Эшольцмат,埃朔爾茨馬特		LU	316	1010	
2660858	Eschikofen	eschikofen	CH	8553	0	Europe/Zurich	47.58046	9.00553				TG	2012	4590	
2660859	Eschenz	eschenz	CH	8264	1508	Europe/Zurich	47.64793	8.87472		Ehshenc,Eschenz,Tasgetium,ai shen ci,Эшенц,埃申茨		TG	2012	4806	
2660863	Erstfeld	erstfeld	CH	6472	3876	Europe/Zurich	46.81885	8.65052		Ehrstfel'd,Erstfeld,Protocampus,Эрстфельд,ارسٹفیلڈ		UR	400	1206	
2660864	Ersigen	ersigen	CH	3423	1507	Europe/Zurich	47.09368	7.59507		Ehrzigen,e xi gen,Эрзиген,厄錫根		BE	245	405	
2660865	Erschwil	erschwil	CH	4228	926	Europe/Zurich	47.37415	7.54116		Ehrshvil',Erschwil,e shi wei er,Эршвиль,厄施維爾		SO	1110	2615	
2660866	Erschmatt	erschmatt	CH	3957	313	Europe/Zurich	46.3218	7.69146				VS	2306	6110	
2660868	Ernen	ernen	CH	3995	374	Europe/Zurich	46.39684	8.14166		Aernen,Ernen,e nen,厄嫩		VS	2304	6056	
2660869	Ermatingen	ermatingen	CH	8272	2453	Europe/Zurich	47.67057	9.08573		Ehrmatingen,Ermatingen,e ma ting gen,Эрматинген,厄馬廷根		TG	2013	4646	
2660871	Erlenbach im Simmental	erlenbach-im-simmental	CH	3762	1730	Europe/Zurich	46.66021	7.55445		Ehrlenbakh,Ehrlenbakh-im-Zimmental',Erlenbach en Simme-Valo,Erlenbach im Simmental,xi men ta er e lun ba he,Эрленбах,Эрленбах-им-Зимменталь,錫門塔爾厄倫巴赫		BE	249	763	
2660873	Erlen	erlen	CH	8586	3057	Europe/Zurich	47.54814	9.23415		Ehrlen,Erlen,Erlen TG,e lun,Эрлен,厄倫		TG	2015	4476	
2660874	Erlach	erlach	CH	3235	1108	Europe/Zurich	47.0422	7.09728		Cerlier,Ehrlakh,Erilachus,Erlach,Erlach BE,Erlach i Sveits,ai la he,arlk  swyys,ayrlash,Эрлах,إيرلاش,ارلک، سوئیس,埃拉赫		BE	243	492	
2660875	Eriz	eriz	CH	3619	504	Europe/Zurich	46.78773	7.77102		Ehric,Eriz,ai li ci,Эриц,埃里茨		BE	247	932	
2660876	Eriswil	eriswil	CH	4952	1414	Europe/Zurich	47.07816	7.85149		Ehrisvil',Eriswil,Eriswil BE,ai li si wei er,Эрисвиль,埃里斯維爾		BE	244	953	
2660878	Erde	erde	CH	1976	0	Europe/Zurich	46.23881	7.28763				VS	2302	6023	
2660879	Eptingen	eptingen	CH	4458	495	Europe/Zurich	47.38482	7.82102		Ehptingen,Eptingen,ai pu ting gen,Эптинген,埃普廷根		BL	1305	2885	
2660883	Epautheyres	epautheyres	CH	1417	0	Europe/Zurich	46.73939	6.64261				VD	2223	5520	
2660884	Epalinges	epalinges	CH	1066	7706	Europe/Zurich	46.54896	6.66831		Epalinges,ai pa lan ri,Épalinges,埃帕兰日		VD	2225	5584	
2660887	Entlebuch	entlebuch	CH	6160	3293	Europe/Zurich	46.99559	8.06354		Entlebuch		LU	316	1002	
2660890	Enney	enney	CH	1667	539	Europe/Zurich	46.56669	7.08418		Enney		FR	1003	2162	
2660892	Ennetbürgen	ennetburgen	CH	6373	4226	Europe/Zurich	46.98423	8.41003		Ehnnetbjurgen,Ennetbuergen,Ennetburgen,Ennetbürgen,Эннетбюрген	1505	NW	700	1505	
2660893	Ennenda	ennenda	CH	8755	2699	Europe/Zurich	47.03363	9.07888		Ennenda		GL	800	1632	
2660898	Engi	engi	CH	8765	662	Europe/Zurich	46.98192	9.1528		Ehngi,Engi,Engi GL,angy,Энги,انگی		GL	800	1631	
2660902	Engelberg	engelberg	CH	6390	4001	Europe/Zurich	46.82107	8.40133	1015	Angelorum mons,Ehngel'berg,Engelberg,Engelbergi vald,en ge er bei ge,engeruberuku,Энгельберг,אנגלברג,エンゲルベルク,恩格尔贝格		OW	600	1402	
2660907	Emmetten	emmetten	CH	6376	1232	Europe/Zurich	46.95658	8.51467		Ehmmetten,Emmetten,Emmeuen,Empnotis,Эмметтен	1504	NW	700	1504	
2660909	Emmenmatt	emmenmatt	CH	3543	0	Europe/Zurich	46.9487	7.74929		Emmenmatt		BE	245	903	
2660911	Emmen	emmen	CH	6032	26889	Europe/Zurich	47.07819	8.27331		EML,Ehmmen,Emmen,ai men,amn,emen,Эммен,آمن,إمن,エメン,埃門		LU	313	1024	
2660913	Embrach	embrach	CH	8424	7088	Europe/Zurich	47.50561	8.59406		Ehmbrakh,Embrach,Imbriagua,Unter Embrach,en bu la he,Эмбрах,恩布拉赫		ZH	103	56	
2660914	Embd	embd	CH	3926	349	Europe/Zurich	46.21503	7.8267		Embd,Emeda,en bu de,恩布德		VS	2313	6283	
2660917	Elm	elm	CH	8767	729	Europe/Zurich	46.91902	9.17242		Dialma,Ehl'm,Elm,Elm GL,aylm,Эльм,ایلم		GL	800	1631	
2660918	Ellikon	ellikon-an-der-thur	CH	8548	477	Europe/Zurich	47.56298	8.82331		Ellikon,Ellikon an der Thur		ZH	110	218	
2660919	Ellikon am Rhein	ellikon-am-rhein	CH	8464	78	Europe/Zurich	47.60504	8.59919		Ellikon,Ellikon am Rhein		ZH	102	35	
2660920	Elgg	elgg	CH	8353	3282	Europe/Zurich	47.49715	8.86523		Ailaghoga,Ehl'g,ai er ge,alg,Эльг,الگ,埃爾格		ZH	110	294	
2660921	Eisten	eisten	CH	3922	259	Europe/Zurich	46.20075	7.89282		Eisten VS,ai si teng,艾斯滕		VS	2313	6282	
2660924	Eischoll	eischoll	CH	3943	513	Europe/Zurich	46.29352	7.77995		Eischol		VS	2309	6194	
2660925	Einsiedeln	einsiedeln	CH	8840	13148	Europe/Zurich	47.12849	8.74735	882	Ajnzidel'n,Ajnzideln,Einsiedeln,ZDZ,ai yin xi de lun,ayn‌sydn  swyys,Айнзидельн,Ајнзиделн,آین‌سیدن، سوئیس,艾因西德倫	501	SZ	501	1301	
2660926	Einigen	einigen	CH	3646	0	Europe/Zurich	46.70801	7.6483		Einigen		BE	249	768	
2660927	Eiken	eiken	CH	5074	1923	Europe/Zurich	47.53361	7.98801		Eiken		AG	1906	4161	
2660929	Eigenthal	eigenthal	CH	6013	0	Europe/Zurich	47.0107	8.21261		Eigenthal		LU	312	1066	
2660930	Eichberg	eichberg	CH	9453	1260	Europe/Zurich	47.34374	9.5314		Eichberg		SG	1723	3252	
2660931	Eich	eich	CH	6205	1627	Europe/Zurich	47.15116	8.16695		Ajkh,Eich,Eich LU,Eich i Sveits,ai xi,Айх,艾希		LU	314	1084	
2660932	Egnach	egnach	CH	9322	4179	Europe/Zurich	47.54268	9.38048		Egnach,Ehgnakh,ai ge na he,Эгнах,埃格納赫		TG	2011	4411	
2660933	Egliswil	egliswil	CH	5704	1401	Europe/Zurich	47.34922	8.18553		Egliswil,Ehglisvil',ai ge li si wei er,Эглисвиль,埃格利斯維爾		AG	1907	4195	
2660934	Eglisau	eglisau	CH	8193	974	Europe/Zurich	47.57738	8.52122		Ehglizau,aglyzw,ai ge li shao,Эглизау,اگلیزو,埃格利紹		ZH	103	55	
2660935	Eggiwil	eggiwil	CH	3537	2559	Europe/Zurich	46.87575	7.79567		Eggiwil,Ehggivil',ai ji wei er,Эггивиль,埃吉維爾		BE	245	901	
2660937	Eggersriet	eggersriet	CH	9034	2209	Europe/Zurich	47.44202	9.46901				SG	1721	3212	
2660938	Eggerberg	eggerberg	CH	3939	374	Europe/Zurich	46.3068	7.87625		ai ge bo ge,埃格伯格		VS	2301	6004	
2660939	Eggenwil	eggenwil	CH	5445	0	Europe/Zurich	47.3704	8.33948		Eggenwil,Eggivila,Ehggenvil',ai gen wei er,Эггенвиль,埃根維爾		AG	1903	4066	
2660943	Egerkingen	egerkingen	CH	4622	2923	Europe/Zurich	47.31957	7.78424		Ehgerkingen,ai ge jin gen,Эгеркинген,埃格金根		SO	1101	2401	
2660944	Effretikon	effretikon	CH	8307	10119	Europe/Zurich	47.42575	8.69094				ZH	108	296	
2660945	Effingen	effingen	CH	5078	603	Europe/Zurich	47.48874	8.10277		Effingen,Ehffingen,ai fen gen,Эффинген,埃芬根		AG	1904	4124	
2660946	Ecuvillens	ecuvillens	CH	1730	772	Europe/Zurich	46.75777	7.08279				FR	1004	2233	
2660949	Echarlens	echarlens	CH	1646	0	Europe/Zurich	46.64778	7.0742		Echarlens,ai sha lang,埃沙朗		FR	1003	2131	
2660950	Echallens	echallens	CH	1040	4972	Europe/Zurich	46.6413	6.63317		Echallens,ai sha lang,ashlan,Échallens,اشلان,埃沙朗	2223	VD	2223	5518	
2660951	Ebnat-Kappel	ebnat-kappel	CH	9642	4852	Europe/Zurich	47.26195	9.12473	630	Ebnat,Ebnat-Kappel,Ehbnat-Kappel',ai bu na te-ka pei er,Эбнат-Каппель,埃布納特-卡佩爾		SG	1727	3352	
2660953	Ebikon	ebikon	CH	6030	11471	Europe/Zurich	47.07937	8.34041		Ebikon,Ehbikon,Marcha Abinchova,abykwn,ai bi kong,Эбикон,ابیکون,埃比孔		LU	312	1054	
2660957	Duvin	duvin	CH	7112	0	Europe/Zurich	46.71495	9.21212		Auna,Duin,Duvin,du wen,Дувин,杜溫		GR	1850	3619	
2660960	Dürrenroth	durrenroth	CH	3465	1037	Europe/Zurich	47.08953	7.7917		Djurrenrot,Duerrenroth,Durrenroth,Dürrenroth,Rota,di lun luo te,zurenrotto,Дюрренрот,ズレンロット,迪倫羅特		BE	245	952	
2660962	Dürrenäsch	durrenasch	CH	5724	1187	Europe/Zurich	47.32094	8.15874		Djurrenesh,Durrenasch,Dürrenäsch,di lei nei shi,Дюрренеш,迪雷內施		AG	1907	4209	
2660965	Dürnten	durnten	CH	8635	1032	Europe/Zurich	47.27856	8.84156		Djurnten,di er en teng,Дюрнтен,迪爾恩滕		ZH	105	113	
2660970	Düdingen	dudingen	CH	3186	7155	Europe/Zurich	46.84916	7.1915		Dudingen,Duedingen,Düdingen,Guin		FR	1006	2293	
2660971	Dübendorf	dubendorf	CH	8600	19882	Europe/Zurich	47.39724	8.61872		Duebendorf,Dübendorf		ZH	109	191	
2660986	Dottikon	dottikon	CH	5605	3125	Europe/Zurich	47.38437	8.23981		Dottikon,duo di kong,Доттикон,多蒂孔		AG	1903	4065	
2660989	Dornach	dornach	CH	4143	6449	Europe/Zurich	47.48038	7.61644		Dornach SO,Dornakh,duo er na he,Дорнах,多爾納赫		SO	1104	2473	
2660991	Dorénaz	dorenaz	CH	1905	647	Europe/Zurich	46.14892	7.04292				VS	2310	6212	
2660992	Doppleschwand	doppleschwand	CH	6112	688	Europe/Zurich	47.01831	8.05501		Doppleschwand		LU	316	1001	
2660993	Donneloye	donneloye	CH	1407	318	Europe/Zurich	46.74551	6.7164		duo ne luo wa,多讷洛瓦		VD	2224	5913	
2660994	Dongio	dongio	CH	6715	434	Europe/Zurich	46.43782	8.95526		Dongio		TI	2102	5048	
2660995	Donatyre	donatyre	CH	1580	135	Europe/Zurich	46.87668	7.06086				VD	2222	5451	
2660999	Domdidier	domdidier	CH	1564	2353	Europe/Zurich	46.86716	7.01337	442	dong di di ye,棟迪迪耶		FR	1001	2053	
2661000	Dombresson	dombresson	CH	2056	1659	Europe/Zurich	47.07192	6.9592		dong bu lei song,棟布雷松		NE	2405	6487	
2661006	Dizy	dizy	CH	1304	245	Europe/Zurich	46.63544	6.49648				VD	2227	5481	
2661010	Dino	dino	CH	6967	0	Europe/Zurich	46.05301	8.98428				TI	2105	5192	
2661013	Dietwil	dietwil	CH	6042	950	Europe/Zurich	47.14665	8.39355		Ditvil',di te wei er,Дитвиль,迪特維爾		AG	1908	4231	
2661016	Diessenhofen	diessenhofen	CH	8253	0	Europe/Zurich	47.68908	8.74958		Disenkhofen,Dissenkhofen,di sen huo fen,dysnwfan,Дисенхофен,Диссенхофен,دیسنوفان,迪森霍芬	4545	TG	2012	4545	
2661017	Diesse	diesse	CH	2517	425	Europe/Zurich	47.11342	7.11693		D'ess,Diesse,di si,Дьесс,迪斯		BE	241	726	
2661021	Diepoldsau	diepoldsau	CH	9444	5401	Europe/Zurich	47.386	9.65558				SG	1723	3234	
2661023	Diemtigen	diemtigen	CH	3754	2027	Europe/Zurich	46.64928	7.56477		Diemtigen,Dimtigen,di mu di gen,Димтиген,迪姆蒂根		BE	249	762	
2661024	Dielsdorf	dielsdorf	CH	8157	4671	Europe/Zurich	47.48146	8.4585			104	ZH	104	86	
2661025	Diegten	diegten	CH	4457	1633	Europe/Zurich	47.4138	7.81085		Digten,di ge teng,Дигтен,迪格滕		BL	1305	2884	
2661030	Derendingen	derendingen	CH	4551	6093	Europe/Zurich	47.1985	7.58844		Derendingen,Derendingen SO,Derendingen i Sveits,de lun ding gen,Дерендинген,德倫丁根		SO	1106	2517	
2661035	Delémont	delemont	CH	2800	11315	Europe/Zurich	47.36493	7.34453		D'olemon,Dehlemon,Delemon,Delemonas,Delemons,Delemont,Delemonto,Delsberg,Delèmont,Delémont,de lai meng,deullemong,dlmwn,doremon,dylymwn,dylymwnt,Делемон,Дьолемон,Дэлемон,دلمون,ديليمونت,دیلیمون,دیلیمونت,ドレモン,德莱蒙,들레몽	JU	JU	2601	6711	
2661036	Deitingen	deitingen	CH	4543	2135	Europe/Zurich	47.21515	7.6188		Dajtingen,Deitingen,dai ting gen,Дайтинген,代廷根		SO	1106	2516	
2661038	Degersheim	degersheim	CH	9113	3802	Europe/Zurich	47.37429	9.20019		Degersheim SG,Degerskhajm,de ge sha yi mu,Дегерсхайм,德格沙伊姆		SG	1728	3401	
2661040	Davos Dorf	davos-dorf	CH	7260	0	Europe/Zurich	46.80826	9.83929		Davos,Davos Dorf,Tavau,ZDV		GR	1849	3851	
2661044	Därstetten	darstetten	CH	3763	859	Europe/Zurich	46.65948	7.49111		Daerstetten,Darstetten,Dershtetten,Därstetten,de si tai teng,Дерштеттен,德斯泰滕		BE	249	761	
2661045	Därligen	darligen	CH	3707	390	Europe/Zurich	46.66175	7.80808		Daerligen,Darligen,Derligen,Därligen,de li gen,Дерлиген,德利根	575	BE	250	575	
2661046	Dardagny	dardagny	CH	1283	1329	Europe/Zurich	46.19564	5.99497		Dardaniacum,da er da ni,darudani,ダルダニー,达尔达尼		GE	2500	6620	
2661047	Danis	danis	CH	7163	0	Europe/Zurich	46.75511	9.05502		Danis		GR	1850	3981	
2661050	Damvant	damvant	CH	2914	115	Europe/Zurich	47.37214	6.89673		Damvant		JU	2603	6809	
2661052	Dalpe	dalpe	CH	6774	179	Europe/Zurich	46.47477	8.77462		Dalp,Dalpe,da er pei,達爾佩		TI	2103	5071	
2661053	Dallenwil	dallenwil	CH	6383	1738	Europe/Zurich	46.9242	8.38785		Dallenvil',Dallenwil,Tellewilaris,Далленвиль		NW	700	1503	
2661056	Daillens	daillens	CH	1306	667	Europe/Zurich	46.62115	6.54871		dai yang,代扬		VD	2223	5480	
2661057	Dagmersellen	dagmersellen	CH	6252	3300	Europe/Zurich	47.21405	7.98519		Dagmersellen,Dagmerzelen,Dagmerzellen,da ge mo sai lun,Дагмерзелен,Дагмерзеллен,達格默塞倫		LU	315	1125	
2661058	Dachsen	dachsen	CH	8447	1470	Europe/Zurich	47.66515	8.6179				ZH	102	25	
2661060	Curtina	curtina	CH	6959	0	Europe/Zurich	46.0816	9.02408		Curtina		TI	2105	5192	
2661061	Curaglia	curaglia	CH	7184	0	Europe/Zurich	46.67341	8.8579				GR	1850	3983	
2661062	Cumbel	cumbel	CH	7142	0	Europe/Zurich	46.72575	9.1926		Cumbel,Cumbels		GR	1850	3618	
2661063	Cully	cully	CH	1096	1793	Europe/Zurich	46.48892	6.72945		Cully (VD),Cully VD,ju li,kwly  ww,کلی، سویٹزرلینڈ,کولی، وو,居利	2226	VD	2226	5613	
2661066	Cugnasco	cugnasco	CH	6516	1202	Europe/Zurich	46.17473	8.91684		Cugnasco		TI	2104	5138	
2661068	Cudrefin	cudrefin	CH	1588	996	Europe/Zurich	46.95577	7.01855		ju de lei fan,kwdrwfn,کودروفن,居德勒凡		VD	2222	5456	
2661069	Crusch	crusch	CH	7554	0	Europe/Zurich	46.82007	10.35942		Crusch		GR	1843	3762	
2661072	Crissier	crissier	CH	1023	6612	Europe/Zurich	46.54586	6.57567		Crissier,ke li xi ye,克里西耶		VD	2229	5583	
2661078	Cresciano	cresciano	CH	6705	624	Europe/Zurich	46.27875	9.00261		Carscei,Carscèi,ke lei si qia nuo,克雷斯恰諾		TI	2107	5287	
2661079	Crémines	cremines	CH	2746	548	Europe/Zurich	47.28329	7.44032		Cremines,Crémines,ke lei ming,克雷明		BE	241	694	
2661081	Crassier	crassier	CH	1263	769	Europe/Zurich	46.37465	6.16367		ke la xi ye,kurashie,クラシエ,克拉西耶		VD	2228	5714	
2661082	Crans-près-Céligny	crans-pres-celigny	CH	1299	0	Europe/Zurich	46.35912	6.20581		Crans		VD	2228	5713	
2661084	Crana	crana	CH	6611	0	Europe/Zurich	46.20399	8.60981		Crana		TI	2104	5136	
2661086	Couvet	couvet	CH	2108	2811	Europe/Zurich	46.92525	6.6327		Couvet		NE	2406	6512	
2661088	Courtion	courtion	CH	1721	0	Europe/Zurich	46.85723	7.06887	581			FR	1005	2272	
2661089	Courtételle	courtetelle	CH	2852	2248	Europe/Zurich	47.34074	7.31827		ku tai te lei,庫泰特勒		JU	2601	6710	
2661090	Courtepin	courtepin	CH	1784	0	Europe/Zurich	46.86547	7.12309		Courtepin,ku er te pan,庫爾特潘		FR	1006	2293	
2661091	Courtemaîche	courtemaiche	CH	2923	707	Europe/Zurich	47.45724	7.04825		Courtemaiche,Courtemaîche		JU	2603	6807	
2661092	Courtelary	courtelary	CH	2608	1163	Europe/Zurich	47.17822	7.07236		Curtis Alerici,Kurtelari,ku te la li,Куртелари,庫特拉里		BE	241	434	
2661093	Courtedoux	courtedoux	CH	2905	745	Europe/Zurich	47.40799	7.04088		Courtedoux		JU	2603	6785	
2661094	Court	court	CH	2738	1328	Europe/Zurich	47.23956	7.33655		Court BE,Kur,ku er,Кур,庫爾		BE	241	690	
2661095	Courroux	courroux	CH	2822	3085	Europe/Zurich	47.36069	7.37371		ku lu,庫魯		JU	2601	6709	
2661096	Courrendlin	courrendlin	CH	2830	2314	Europe/Zurich	47.33853	7.37243		Curtis Randelana,ku lang de lin,庫朗德林		JU	2601	6708	
2661097	Courlevon	courlevon	CH	1795	276	Europe/Zurich	46.88929	7.11057		Courlevon,ku er lei feng,庫爾勒豐		FR	1005	2275	
2661098	Courgevaux	courgevaux	CH	1796	1057	Europe/Zurich	46.90648	7.11215	477	Cougevaux,Gurwolf,ku er re wo,庫爾熱沃		FR	1005	2250	
2661099	Courgenay	courgenay	CH	2950	2106	Europe/Zurich	47.40483	7.12522		Courgenay,Courgenay JU,ku re nai,庫熱奈		JU	2603	6784	
2661100	Courfaivre	courfaivre	CH	2853	1508	Europe/Zurich	47.33461	7.28186		Courfaivre,ku fei fu er,庫費夫爾		JU	2601	6729	
2661110	Cortaillod	cortaillod	CH	2016	4410	Europe/Zurich	46.94306	6.8444		Cortuillod,ke tai luo,科泰洛		NE	2401	6408	
2661112	Cornol	cornol	CH	2952	894	Europe/Zurich	47.40781	7.16267		Cornol,ke nuo er,科諾爾		JU	2603	6782	
2661218	Chandolin	chandolin	CH	3961	79	Europe/Zurich	46.2519	7.59367	1930	Chandolin		VS	2311	6252	
2661115	Corminboeuf	corminboeuf	CH	1720	1702	Europe/Zurich	46.81029	7.10535		Corminboeuf,Corminboeuf FR,ke man bo fu,科曼伯夫		FR	1004	2183	
2661116	Corippo	corippo	CH	6631	23	Europe/Zurich	46.23593	8.84073		Corippo,Curip,ke li bo,科里波		TI	2104	5399	
2661117	Corgémont	corgemont	CH	2606	1503	Europe/Zurich	47.19457	7.14517		ke er re meng,科爾熱蒙		BE	241	431	
2661119	Cordast	cordast	CH	1792	839	Europe/Zurich	46.87598	7.15212				FR	1005	2262	
2661121	Corcelles-près-Payerne	corcelles-pres-payerne	CH	1562	0	Europe/Zurich	46.83322	6.96231		Corcelles,Corcelles-pres-Payerne,Corcelles-près-Payerne		VD	2222	5816	
2661123	Corbeyrier	corbeyrier	CH	1856	348	Europe/Zurich	46.35013	6.96017		Corbeyrier,Creberier,Creberiér,ke er bei li ye,科尔贝里耶		VD	2221	5404	
2661124	Coppet	coppet	CH	1296	2124	Europe/Zurich	46.31682	6.19114		Koppe,ke pei,kwph  swyys,Коппе,کوپه، سوئیس,科佩		VD	2228	5712	
2661125	Coppet	coppet	CH	1296	0	Europe/Zurich	46.28632	7.32505		Coppet		VS	2312	6265	
2661127	Contra	contra	CH	6646	0	Europe/Zurich	46.18797	8.84073				TI	2104	5131	
2661128	Contone	contone	CH	6594	788	Europe/Zurich	46.15088	8.92617		Conton,Contone		TI	2104	5398	
2661129	Conthey	conthey	CH	1964	6634	Europe/Zurich	46.2237	7.30283		Conte,Contesius,Conthey,Contê,kong tai,kwnth,کونته,孔泰	2302	VS	2302	6023	
2661131	Cunter	cunter	CH	7452	194	Europe/Zurich	46.60959	9.58978		Conters,Contra,Cunter,Kunter,kun te er,Кунтер,昆特爾		GR	1841	3543	
2661132	Confignon	confignon	CH	1232	3425	Europe/Zurich	46.17341	6.08437		Cofiniacum,Konfin'on,konfinyon,kong fei ni weng,Конфиньон,コンフィニョン,孔菲尼翁		GE	2500	6618	
2661133	Concise	concise	CH	1426	721	Europe/Zurich	46.85027	6.71968		kong xi si,孔西斯		VD	2224	5554	
2661138	Comologno	comologno	CH	6663	0	Europe/Zurich	46.20354	8.57451		Comologno		TI	2104	5136	
2661139	Combremont-le-Petit	combremont-le-petit	CH	1536	375	Europe/Zurich	46.74938	6.8093		Combremont		VD	2222	5831	
2661140	Comano	comano	CH	6949	1729	Europe/Zurich	46.03635	8.95526		Comano,Comano TI,Comano i Sveits,Comanum,Cuman,ke ma nuo,科馬諾		TI	2105	5176	
2661146	Collonges	collonges	CH	1903	0	Europe/Zurich	46.17204	7.03425				VS	2310	6211	
2661148	Collombey	collombey	CH	1868	5926	Europe/Zurich	46.27385	6.94789		Collombey		VS	2308	6152	
2661151	Cointrin	cointrin	CH	1216	0	Europe/Zurich	46.22667	6.10552				GE	2500	6630	
2661152	Coeuve	coeuve	CH	2932	665	Europe/Zurich	47.45246	7.09979		Coeuve,ke fu,克夫		JU	2603	6781	
2661155	Clugin	clugin	CH	7442	25	Europe/Zurich	46.61649	9.42558		Clugen,Clugin		GR	1851	3701	
2661160	Claro	claro	CH	6702	2296	Europe/Zurich	46.25763	9.02252		Claro TI,Cree,ke la luo,克拉羅		TI	2101	5002	
2661163	Cimalmotto	cimalmotto	CH	6684	0	Europe/Zurich	46.28368	8.48858		Cimalmotto		TI	2108	5307	
2661164	Cimadera	cimadera	CH	6959	99	Europe/Zurich	46.07854	9.04635		Cimadera,Scimadera,qi ma de la,奇馬德拉		TI	2105	5192	
2661167	Churwalden	churwalden	CH	7075	1214	Europe/Zurich	46.78143	9.54377		Curvalda,Kurval'den,Silva Augeria,ku er wa er deng,Курвальден,庫爾瓦爾登		GR	1848	3911	
2661169	Chur	chur	CH	7000	32429	Europe/Zurich	46.84986	9.53287		Chur,Ciura,Coira,Coire,Couere,Couère,Cuera,Cuira,Curia Raetorum,Khur,Koiro,Kour,Kur,Kura,Kuras,Kūra,Kūras,ZDT,chr,khur,khwr,ku er,kueo,kuru,kwr,shwr  swyys,Κουρ,Кур,Хур,כור,خور,شور، سوئیس,كور,چر,کؤر,คูร์,კური,クール,庫爾,쿠어	GR	GR	1848	3901	
2661171	Chironico	chironico	CH	6747	399	Europe/Zurich	46.42259	8.84314		Chironi,Chiróni		TI	2103	5072	
2661172	Chippis	chippis	CH	3965	1556	Europe/Zurich	46.2802	7.53962		Chippis,xi pi,希皮		VS	2311	6232	
2661174	Chiggiogna	chiggiogna	CH	6764	410	Europe/Zurich	46.46695	8.82168				TI	2103	5072	
2661176	Chiasso	chiasso	CH	6830	8060	Europe/Zurich	45.83203	9.03119		Chiaso,Chiasso,Chiassu,Ciass,Civasium,K'jasso,Kiaso,Kjasas,Kjasso,ZDS,ji ya suo,kyasw,Киасо,Кьяссо,Кяссо,كياسو,基亞索		TI	2106	5250	
2661177	Chez-le-Bart	chez-le-bart	CH	2025	0	Europe/Zurich	46.90206	6.78571		Chex le Bart,Chez-le-Bart		NE	2401	6417	
2661179	Cheyres	cheyres	CH	1468	910	Europe/Zurich	46.81439	6.78685		xie er,謝爾		FR	1001	2055	
2661180	Chexbres	chexbres	CH	1071	2133	Europe/Zurich	46.48208	6.77805		xie bu er,谢布尔		VD	2226	5601	
2661181	Chevroux	chevroux	CH	1545	391	Europe/Zurich	46.88835	6.90692				VD	2222	5813	
2661183	Chevenez	chevenez	CH	2906	583	Europe/Zurich	47.39303	7.00038		Chevenez		JU	2603	6809	
2661184	Chesières	chesieres	CH	1885	0	Europe/Zurich	46.30235	7.04412				VD	2221	5409	
2661189	Chermignon	chermignon	CH	3971	0	Europe/Zurich	46.28819	7.47439		Chermignon,Chermignon-d'en Bas,Chermignon-d’en Bas		VS	2311	6240	
2661190	Chêne-Pâquier	chene-paquier	CH	1464	108	Europe/Zurich	46.77149	6.76937				VD	2224	5908	
2661191	Chêne-Bourg	chene-bourg	CH	1225	7959	Europe/Zurich	46.19534	6.19406		Quercus,Sen Buras,shenu=buru,xie ne bao,Šen Buras,シェヌ＝ブール,谢讷堡		GE	2500	6613	
2661192	Chemin	chemin	CH	1927	0	Europe/Zurich	46.08954	7.09631				VS	2303	6037	
2661193	Cheiry	cheiry	CH	1529	0	Europe/Zurich	46.75038	6.83553		xie li,謝里		FR	1001	2044	
2661194	Chavornay	chavornay	CH	1373	2841	Europe/Zurich	46.70244	6.5694		Chavornay VD,Chavornay i Vaud,sha wo er nai,沙沃尔奈		VD	2224	5749	
2661195	Chavannes-sous-Orsonnens	chavannes-sous-orsonnens	CH	1694	0	Europe/Zurich	46.72732	6.99171		Chavannes-sous-Orsonnens		FR	1002	2114	
2661196	Chavannes-le-Chêne	chavannes-le-chene	CH	1464	228	Europe/Zurich	46.77696	6.77793		sha wa ne lei xie ne,沙瓦讷勒谢讷		VD	2224	5907	
2661201	Châtonnaye	chatonnaye	CH	1553	0	Europe/Zurich	46.75452	6.93799		Chatonnaye,Châtonnaye,sha tong na ye,沙通納耶		VD	2222	5830	
2661203	Châtelaine	chatelaine	CH	1219	0	Europe/Zurich	46.21138	6.10891		Chatelaine-Geneve,Châtelaine-Genève		GE	2500	6643	
2661205	Château-d'Oex	chateau-d-oex	CH	1660	3034	Europe/Zurich	46.47455	7.13155		Chateau-d'Oex,Shato-Do,Шато-До		VD	2230	5841	
2661209	Charrat	charrat	CH	1906	1156	Europe/Zurich	46.1249	7.13138		Charrat,Charrat-les-Chenes,Charrat-les-Chênes		VS	2307	6136	
2661210	Charmoille	charmoille	CH	2947	327	Europe/Zurich	47.42253	7.20703		Charmoille		JU	2603	6810	
2661214	Chardonne	chardonne	CH	1803	2659	Europe/Zurich	46.47676	6.8268		Chardena,Chardonne VD,sha er duo ne,沙尔多讷		VD	2230	5882	
2661215	Chapelle-sur-Moudon	chapelle-sur-moudon	CH	1063	204	Europe/Zurich	46.66961	6.73575		Chapelle,Chapelle-sur-Moudon		VD	2223	5693	
2661219	Chancy	chancy	CH	1284	942	Europe/Zurich	46.15003	5.97153		shang xi,shanshi,シャンシー,尚西	6611	GE	2500	6611	
2661220	Champvent	champvent	CH	1443	344	Europe/Zurich	46.7829	6.57188		shang wang,尚旺		VD	2224	5905	
2661221	Champsec	champsec	CH	1947	0	Europe/Zurich	46.05806	7.24296				VS	2303	6037	
2661223	Champéry	champery	CH	1874	1191	Europe/Zurich	46.17543	6.86903		Champeri,Champéri,shang pei li,尚佩里		VS	2308	6151	
2661224	Champagne	champagne	CH	1424	680	Europe/Zurich	46.83213	6.65977		Champagne VD,Champagne i Sveits,shang ba nie,shanpanyu,シャンパーニュ,尚巴涅		VD	2224	5553	
2661226	Chamoson	chamoson	CH	1955	2628	Europe/Zurich	46.20275	7.22319		Camusia,Chamoson,sha mo song,沙莫松		VS	2302	6022	
2661228	Cham	cham	CH	6330	13495	Europe/Zurich	47.18213	8.46358	420	Cham,Cham ZG,Cham i Sveits,Chama,Hamo,Kham,ka mu,shm  swyys,Ĥamo,Хам,شم، سوئیس,卡姆		ZG	900	1702	
2661229	Chalais	chalais	CH	3966	2665	Europe/Zurich	46.26758	7.51145		Chalais		VS	2311	6232	
2661230	Chabrey	chabrey	CH	1589	221	Europe/Zurich	46.92694	6.98164				VD	2222	5464	
2661231	Cevio	cevio	CH	6675	1844	Europe/Zurich	46.31479	8.60332		Cevi,Cevio,qie wei ao,切維奧	2108	TI	2108	5310	
2661232	Certara	certara	CH	6959	79	Europe/Zurich	46.08459	9.05979		Certara,Sciartara,qie er ta la,切爾塔拉		TI	2105	5192	
2661233	Cernier	cernier	CH	2053	2080	Europe/Zurich	47.05878	6.9004		sai er ni ye,塞爾尼耶	2405	NE	2405	6487	
2661236	Cerentino	cerentino	CH	6683	70	Europe/Zurich	46.30817	8.54526		Cerentin,Cerentino,qie lun di nuo,切倫蒂諾		TI	2108	5309	
2661240	Céligny	celigny	CH	1298	682	Europe/Zurich	46.35069	6.195		Siliniacum,sai li ni,serini,セリニー,塞利尼		GE	2500	6610	
2661242	Cazis	cazis	CH	7408	1641	Europe/Zurich	46.7194	9.43271		Cazas,Cazis,Kacis,ka qi si,Кацис,卡齊斯		GR	1851	3661	
2661244	Caviano	caviano	CH	6578	134	Europe/Zurich	46.10714	8.76597		Cavian		TI	2104	5398	
2661245	Cavergno	cavergno	CH	6690	481	Europe/Zurich	46.34531	8.60713		Cavergno		TI	2108	5310	
2661247	Caux	caux	CH	1824	2000	Europe/Zurich	46.43241	6.93855		Caux sur Montreux,Ko,Ко		VD	2230	5886	
2661248	Cauco	cauco	CH	6546	34	Europe/Zurich	46.33541	9.12129		Cauch,Cauco,Kauko,kao ke,Кауко,考科	3837	GR	1847	3837	
2661250	Castro	castro	CH	6723	0	Europe/Zurich	46.47181	8.92778		Castro		TI	2102	5048	
2661251	Castione	castione	CH	6532	0	Europe/Zurich	46.22807	9.04329				TI	2101	5001	
2661252	Castiel	castiel	CH	7027	117	Europe/Zurich	46.83939	9.60361		Castiel		GR	1848	3921	
2661253	Castel San Pietro	castel-san-pietro	CH	6874	2150	Europe/Zurich	45.86211	9.00843		Castel San Pedru,Castel San Pietro,Castel San Pietro TI,Castello San Pietro,sheng bi de luo bao,聖彼得羅堡		TI	2106	5249	
2661255	Castasegna	castasegna	CH	7608	179	Europe/Zurich	46.33392	9.51785		Castascegna,Castaxegna,Castexegnia,Kastazen'ja,Кастазенья,کاسٹاسگنا		GR	1846	3792	
2661256	Castagnola	castagnola	CH	6976	0	Europe/Zurich	46.00495	8.97394				TI	2105	5192	
2661260	Caslano	caslano	CH	6987	3655	Europe/Zurich	45.97364	8.87739		Caslan,Caslano,ka si la nuo,卡斯拉諾		TI	2105	5171	
2661261	Casima	casima	CH	6875	79	Europe/Zurich	45.89062	9.03688		Casima		TI	2106	5249	
2661262	Casaccia	casaccia	CH	7602	0	Europe/Zurich	46.39105	9.66609		Casaccia		GR	1846	3792	
2661263	Cartigny	cartigny	CH	1236	775	Europe/Zurich	46.17412	6.01982		Cartigny GE,Cartigny i Sveits,Cartiniacum,Cartygny,ka er di ni,karutini,カルティニー,卡尔蒂尼		GE	2500	6609	
2661264	Carrera	carrera	CH	7122	0	Europe/Zurich	46.78853	9.29608				GR	1850	3672	
2661266	Carena	carena	CH	6584	0	Europe/Zurich	46.16864	9.08565		Carena		TI	2101	5002	
2661267	Capolago	capolago	CH	6825	688	Europe/Zurich	45.90368	8.97922		Capolago		TI	2106	5254	
2661269	Canobbio	canobbio	CH	6952	1869	Europe/Zurich	46.03592	8.96605		Canobbio,Canoebi,Canöbi,ka nuo bi ao,卡諾比奧		TI	2105	5167	
2661273	Campocologno	campocologno	CH	7744	0	Europe/Zurich	46.23248	10.14268		Campocologno		GR	1842	3551	
2661274	Campo Blenio	campo-blenio	CH	6720	0	Europe/Zurich	46.55668	8.93637		Campo,Campo (Blenio),Campo Blenio		TI	2102	5049	
2661279	Campascio	campascio	CH	7748	0	Europe/Zurich	46.24705	10.12944		Campascio		GR	1842	3551	
2661280	Camorino	camorino	CH	6528	2358	Europe/Zurich	46.16483	9.00547		Camorino,Camurin,Kamorino,ka mo li nuo,Καμορίνο,卡莫里諾		TI	2101	5002	
2661283	Cama	cama	CH	6557	469	Europe/Zurich	46.27796	9.17217		Cama		GR	1847	3831	
2661284	Calpiogna	calpiogna	CH	6760	46	Europe/Zurich	46.48634	8.80585		Calpioegna,Calpiogna,Calpiögna		TI	2103	5072	
2661291	Cagiallo	cagiallo	CH	6955	558	Europe/Zurich	46.06734	8.9733		Cagiallo		TI	2105	5192	
2661293	Cadro	cadro	CH	6965	1596	Europe/Zurich	46.04595	8.98725		Cadelus,ka de luo,卡德羅		TI	2105	5192	
2661294	Cadenazzo	cadenazzo	CH	6593	1906	Europe/Zurich	46.15172	8.94719		Cadenazz,Cadenazzo,Kantenatso,ka de na zuo,Καντενάτσο,卡德納佐		TI	2101	5003	
2661295	Cadempino	cadempino	CH	6814	1351	Europe/Zurich	46.03672	8.93403		Cadempin,ka deng pi nuo,卡登皮諾		TI	2105	5162	
2661297	Buus	buus	CH	4463	1005	Europe/Zurich	47.50635	7.86414		Bus,Buus,bu si,Бус,Буус,布斯		BL	1304	2844	
2661298	Bützberg	butzberg	CH	4922	0	Europe/Zurich	47.2153	7.74707		Butzberg,Buzberg,Bützberg,Büzberg		BE	244	342	
2661299	Buttwil	buttwil	CH	5632	1185	Europe/Zurich	47.26828	8.31064		Buttvil',bu te wei er,Буттвиль,布特維爾		AG	1908	4230	
2661300	Buttisholz	buttisholz	CH	6018	2890	Europe/Zurich	47.11442	8.09425		Buttisholz,Buttiskhol'c,bu di si huo er ci,Буттисхольц,布蒂斯霍爾茨		LU	314	1098	
2661301	Buttes	buttes	CH	2115	629	Europe/Zurich	46.88812	6.55137				NE	2406	6512	
2661305	Bussigny	bussigny	CH	1030	7408	Europe/Zurich	46.5511	6.55597		Bussigny,Bussigny-pres-Lausanne,Bussigny-près-Lausanne		VD	2229	5624	
2661306	Büsserach	busserach	CH	4227	1863	Europe/Zurich	47.39415	7.54117		Bjusserakh,Busserach,Büsserach,bi se la he,Бюссерах,比瑟拉赫		SO	1110	2614	
2661307	Buseno	buseno	CH	6542	90	Europe/Zurich	46.27381	9.10735		Busen,Buseno	3804	GR	1847	3804	
2661308	Burtigny	burtigny	CH	1268	264	Europe/Zurich	46.46754	6.25706		bi er di ni,比尔蒂尼		VD	2228	5854	
2661311	Bursins	bursins	CH	1183	701	Europe/Zurich	46.45276	6.29139		bi er sang,比尔桑		VD	2228	5853	
2661312	Bursinel	bursinel	CH	1195	390	Europe/Zurich	46.43957	6.30581				VD	2228	5852	
2661318	Burgistein	burgistein	CH	3664	1058	Europe/Zurich	46.78464	7.49988		Burgishtajn,Burgistein,bu er ji si tai yin,Бургиштайн,布爾吉斯泰因		BE	247	863	
2661321	Burgdorf	burgdorf	CH	3400	14788	Europe/Zurich	47.05901	7.62786		Berthoud,Burgdorf,Burgdorf BE,Burgdorf i Bern,Burgdorfas,ZDP,brjdwrf,bu ge duo fu,bwrgdwrf  swyys,Бургдорф,برجدورف,بورگدورف، سوئیس,布格多夫		BE	245	404	
2661322	Burg im Leimental	burg-im-leimental	CH	4117	0	Europe/Zurich	47.45957	7.43808		Burg,Burg im Leimental		BL	1302	2783	
2661324	Büren an der Aare	buren-an-der-aare	CH	3294	983	Europe/Zurich	47.14035	7.37175		Bjuren-na-Are,Bueren ce Aro,Buren,Buren an der Aare,Büren,Büren an der Aare,Büren ĉe Aro,a lei he pan bi lun,Бюрен-на-Аре,阿勒河畔比倫		BE	243	383	
2661325	Bure	bure	CH	2915	0	Europe/Zurich	47.44492	7.00937		Bure,Bure JU,Bure i Sveits,bu er,布爾		JU	2603	6778	
2661326	Bürchen	burchen	CH	3935	705	Europe/Zurich	46.28053	7.81506		Betula,Buerchen VS,Bürchen VS,bi er xing,比爾興		VS	2309	6193	
2661327	Buonas	buonas	CH	6343	0	Europe/Zurich	47.14151	8.45346				ZG	900	1707	
2661328	Buochs	buochs	CH	6374	5524	Europe/Zurich	46.97398	8.42279		BXO,Buochs,Buoks,Буокс		NW	700	1502	
2661336	Bullet	bullet	CH	1453	595	Europe/Zurich	46.83119	6.55403		Bullet VD,bi lai,比莱		VD	2224	5552	
2661337	Bulle	bulle	CH	1630	12095	Europe/Zurich	46.61797	7.0569		Bjul',Bule,Bulle,Bulle FR,Bulle i Sveits,Bulė,Butulum,bi lei,bwl  frybwrg,bywl,Буле,Бюль,بول، فریبورگ,بيول,比勒		FR	1003	2125	
2661338	Bülach	bulach	CH	8180	13172	Europe/Zurich	47.52197	8.54049		Bilakh,Bjulakh,Pulacha,bi la he,bwlk,bywlash,Билах,Бюлах,بولک,بيولاش,比拉赫	103	ZH	103	53	
2661339	Buix	buix	CH	2925	478	Europe/Zurich	47.48008	7.0319		Buix		JU	2603	6807	
2661343	Bühler	buhler	CH	9055	1612	Europe/Zurich	47.37348	9.42507		Buehler,Buehler AR,Bühler,Bühler AR		AR	1502	3021	
2661350	Buchrain	buchrain	CH	6033	5341	Europe/Zurich	47.09625	8.34729				LU	312	1052	
2661357	Buchberg	buchberg	CH	8454	781	Europe/Zurich	47.57282	8.56281		Buchberg SH,Bukhberg,bu bei ge,Бухберг,布贝格		SH	1403	2933	
2661359	Bubikon	bubikon	CH	8608	2052	Europe/Zurich	47.26698	8.8179		Bubikon,Puapinchova,bu bi kong,Бубикон,布比孔		ZH	105	112	
2661360	Bubendorf	bubendorf	CH	4416	4543	Europe/Zurich	47.44586	7.73759		Bubendorf,Bubendorf BL,bu ben duo fu,Бубендорф,布本多夫		BL	1303	2823	
2661361	Brüttisellen	bruttisellen	CH	8306	3697	Europe/Zurich	47.42173	8.63263				ZH	109	200	
2661362	Brütten	brutten	CH	8311	1556	Europe/Zurich	47.47318	8.67569		Brjutten,Pritta,bu lu teng,Брюттен,布呂滕		ZH	110	213	
2661363	Brüttelen	bruttelen	CH	3237	625	Europe/Zurich	47.02269	7.14793		Brjuttelen,Bruttelen,Brüttelen,bu lu te lun,Брюттелен,布呂特倫		BE	243	491	
2661364	Bruson	bruson	CH	1934	0	Europe/Zurich	46.06598	7.21832		Bruson		VS	2303	6037	
2661365	Brusio	brusio	CH	7743	1152	Europe/Zurich	46.25953	10.12385		Brues,Bruesch,Brusio,Brusium,Brüs,Brüsch,bu lu xi ao,Брусио,布魯西奧		GR	1842	3551	
2661366	Brusino Arsizio	brusino-arsizio	CH	6827	437	Europe/Zurich	45.93026	8.93875		Bruesin,Brüsin,bu lu xi nuo-a xi qi ao,布魯西諾-阿西齊奧		TI	2105	5160	
2661367	Brunnenthal	brunnenthal	CH	3307	209	Europe/Zurich	47.08667	7.46857		Brunnenthal		SO	1103	2457	
2661368	Brunnen	brunnen	CH	6440	0	Europe/Zurich	46.9936	8.60538		Brunnen,Brunnen SZ,brwnn,bu lu nen,Бруннен,برونن,布鲁嫩		SZ	506	1364	
2661370	Brunnadern	brunnadern	CH	9125	912	Europe/Zurich	47.33595	9.1302		Brunnadern		SG	1727	3378	
2661377	Brot-Plamboz	brot-plamboz	CH	2318	218	Europe/Zurich	46.98541	6.74784				NE	2403	6433	
2661378	Brot-Dessous	brot-dessous	CH	2149	86	Europe/Zurich	46.95586	6.74775				NE	2401	6413	
2661379	Brontallo	brontallo	CH	6692	60	Europe/Zurich	46.35455	8.62718		Brontallo		TI	2108	5323	
2661380	Bronschhofen	bronschhofen	CH	9552	4489	Europe/Zurich	47.47835	9.03454		Bronshkhofen,Pramolveshova,bu long shi huo fen,Броншхофен,布龍施霍芬		SG	1728	3427	
2661381	Broglio	broglio	CH	6693	103	Europe/Zurich	46.37761	8.66092		Broglio		TI	2108	5323	
2661383	Broc	broc	CH	1636	2148	Europe/Zurich	46.60513	7.09891		Broc,Broc FR,bu luo ke,布罗克	2124	FR	1003	2124	
2661384	Brittnau	brittnau	CH	4805	3735	Europe/Zurich	47.25954	7.94689		Brittnau,bu li te nao,Бриттнау,布里特瑙		AG	1910	4274	
2661386	Bristen	bristen	CH	6475	0	Europe/Zurich	46.76911	8.69026		Bristen		UR	400	1216	
2661388	Brissago	brissago	CH	6614	1831	Europe/Zurich	46.12013	8.71181		Brisa,Brissagh,Brissago,Brissago TI,Brixagum,bu li sa ge,布里薩戈		TI	2104	5097	
2661389	Brislach	brislach	CH	4225	1493	Europe/Zurich	47.41763	7.5434				BL	1302	2782	
2661393	Brigerbad	brigerbad	CH	3900	0	Europe/Zurich	46.29986	7.91788				VS	2301	6002	
2661394	Brig	brig	CH	3900	5000	Europe/Zurich	46.31667	7.98333	680	Brig,Briga-Glis,Brigue,Brigue-Glis,ZDL,buriku,Бриг,ブリーク	2301	VS	2301	6002	
2661395	Brienzwiler	brienzwiler	CH	3856	580	Europe/Zurich	46.75084	8.10139		Briencviler,Brienzwiler,Brienzwiler-Dorf,Brincviler,bu li en ci wei lei,Бриенцвилер,Бринцвилер,布里恩茨維勒		BE	250	574	
2661400	Bretzwil	bretzwil	CH	4207	746	Europe/Zurich	47.39783	7.65222		Brecvil',Bretzwil,bu lei ci wei er,Брецвиль,布雷茨維爾		BL	1305	2883	
2661401	Brenzikofen	brenzikofen	CH	3671	487	Europe/Zurich	46.81812	7.61713		Brencikofen,Brenzikofen,bu lun qi ke fen,Бренцикофен,布倫齊科芬		BE	246	606	
2661402	Breno	breno	CH	6937	294	Europe/Zurich	46.03225	8.87				TI	2105	5237	
2661404	Brenles	brenles	CH	1683	162	Europe/Zurich	46.67114	6.8538		bu lang lei,布朗勒		VD	2222	5675	
2661412	Breitenbach	breitenbach	CH	4226	3241	Europe/Zurich	47.40668	7.54554		Brajtenbakh,Breitenbach,Breitenbach SO,Breitenbach i Sveits,bu lai teng ba he,Брайтенбах,布賴滕巴赫		SO	1110	2613	
2661419	Braunwald	braunwald	CH	8784	421	Europe/Zurich	46.94159	8.99643		Braunval'd,Braunwald,Braunwald GL,brawndwald,Браунвальд,براوندوالد,برونوالڈ		GL	800	1631	
2661420	Bratsch	bratsch	CH	3957	490	Europe/Zurich	46.32073	7.70828				VS	2306	6118	
2661422	Bramois	bramois	CH	1967	0	Europe/Zurich	46.23244	7.40067		Bramis,Bramois,Bremis,Brämis		VS	2312	6266	
2661423	Brail	brail	CH	7527	0	Europe/Zurich	46.65552	10.03513		Brail		GR	1843	3746	
2661424	Bözen	bozen	CH	5076	606	Europe/Zurich	47.49568	8.08451		Bjocen,Bozen,Bözen,bo cen,Бёцен,伯岑		AG	1906	4183	
2661425	Bowil	bowil	CH	3533	1414	Europe/Zurich	46.89304	7.69757		Bovil',Bowil,bo wei er,Бовиль,博維爾		BE	246	605	
2661426	Bovernier	bovernier	CH	1932	0	Europe/Zurich	46.07901	7.08584				VS	2307	6131	
2661429	Boudry	boudry	CH	2017	4886	Europe/Zurich	46.94991	6.83757		Boudry NE,bu de li,bwdry,بودری,布德里		NE	2401	6404	
2661430	Boudevilliers	boudevilliers	CH	2043	754	Europe/Zurich	47.02725	6.88911		Boudevilliers,bu de wei li ye,布德維利耶		NE	2405	6487	
2661432	Bottmingen	bottmingen	CH	4103	5912	Europe/Zurich	47.52343	7.57211		Botmingenas,Bottmingen,bo te ming gen,bwtmynjyn,Боттминген,بوتمينجين,博特明根		BL	1301	2767	
2661433	Bottighofen	bottighofen	CH	8598	1882	Europe/Zurich	47.63643	9.20882		Bottighofen,Bottigkhofen,bo di ge huo fen,Боттигхофен,博蒂格霍芬		TG	2013	4643	
2661434	Bottenwil	bottenwil	CH	4814	800	Europe/Zurich	47.28488	8.00599		Bottenvil',Bottenwil,bo teng wei er,Боттенвиль,博滕維爾		AG	1910	4273	
2661435	Bottens	bottens	CH	1041	1030	Europe/Zurich	46.61596	6.66149		bo tang,博唐		VD	2223	5514	
2661437	Bösingen	bosingen	CH	3178	3118	Europe/Zurich	46.89229	7.2277		Boesingen FR,Boesingen i Fribourg,Bosingen,Bösingen,Bösingen FR,Bösingen i Fribourg,Grossbosingen,Grossbösingen,bo xin gen,伯辛根		FR	1006	2295	
2661439	Bosco Gurin	bosco-gurin	CH	6685	77	Europe/Zurich	46.31696	8.49123		Bosco Gurin,Bosco/Gurin		TI	2108	5304	
2661441	Borgonovo	borgonovo	CH	7604	0	Europe/Zurich	46.34757	9.60409		Borgonovo		GR	1846	3792	
2661442	Borgnone	borgnone	CH	6658	144	Europe/Zurich	46.15968	8.61616		Borgnone		TI	2104	5397	
2661444	Borex	borex	CH	1277	833	Europe/Zurich	46.37891	6.1762				VD	2228	5706	
2661445	Bonvillars	bonvillars	CH	1427	362	Europe/Zurich	46.83976	6.67128		bang wei la er,邦维拉尔		VD	2224	5551	
2661446	Bonstetten	bonstetten	CH	8906	2260	Europe/Zurich	47.31505	8.46836				ZH	101	3	
2661448	Bonnefontaine	bonnefontaine	CH	1724	487	Europe/Zurich	46.74144	7.20108		Bonnefontaine		FR	1004	2220	
2661449	Boniswil	boniswil	CH	5706	1436	Europe/Zurich	47.31725	8.18963		Bonisvil',Boniswil,bo ni si wei er,Бонисвиль,博尼斯維爾		AG	1907	4192	
2661451	Bonfol	bonfol	CH	2944	617	Europe/Zurich	47.47738	7.15221		Bonfol,bang fu lei,邦福勒		JU	2603	6775	
2661452	Boncourt	boncourt	CH	2926	1304	Europe/Zurich	47.49493	7.01297		Boncourt,Boncourt JU,Boncourt i Sveits,bang ku er,邦庫爾		JU	2603	6774	
2661453	Bonaduz	bonaduz	CH	7402	2654	Europe/Zurich	46.81103	9.39821		Beneduces,Bonaduc,Bonaduz,Panaduz,bo na du ci,Бонадуц,博納杜茨		GR	1844	3721	
2661455	Boltigen	boltigen	CH	3766	1443	Europe/Zurich	46.62847	7.39054		Bol'tigen,Boltigen,bo er di gen,Больтиген,博爾蒂根		BE	248	791	
2661456	Bolligen	bolligen	CH	3065	6086	Europe/Zurich	46.9751	7.49697		Bollaigues,Bolligen,Bolligen-Dorf,bo li gen,Боллиген,博利根		BE	246	352	
2661457	Boll	boll	CH	3067	0	Europe/Zurich	46.95422	7.54855				BE	246	359	
2661460	Bogno	bogno	CH	6951	126	Europe/Zurich	46.09036	9.0625		Boegn,Bogno,Bögn,bo ni ao,博尼奧		TI	2105	5192	
2661461	Bogis-Bossey	bogis-bossey	CH	1279	700	Europe/Zurich	46.35374	6.16603		Bossey		VD	2228	5705	
2661467	Blumenstein	blumenstein	CH	3638	1154	Europe/Zurich	46.7421	7.52136		Blumenshtajn,Blumenstein,Blumenstein BE,bu lu men si tai yin,Блуменштайн,布盧門斯泰因		BE	247	943	
2661468	Blonay	blonay	CH	1807	5244	Europe/Zurich	46.46778	6.89615		Blone,bu luo nai,Блоне,布洛奈		VD	2230	5881	
2661469	Blitzingen	blitzingen	CH	3989	85	Europe/Zurich	46.44292	8.20189		Blitzingen,bu li qin gen,布利欽根		VS	2304	6077	
2661476	Blauen	blauen	CH	4223	676	Europe/Zurich	47.44993	7.51936		Blauehn,Blauen,Blauen BL,bu lao en,Блауэн,布勞恩		BL	1302	2781	
2661484	Bivio	bivio	CH	7457	215	Europe/Zurich	46.46852	9.65088		Beiva,Bivio,Bivio Stalla,Bivium,Stalla,bi wei ao,Бивио,比維奧		GR	1841	3543	
2661485	Bitsch	bitsch	CH	3982	802	Europe/Zurich	46.33779	8.01088		Bitsch		VS	2301	6007	
2661486	Bissone	bissone	CH	6816	0	Europe/Zurich	45.95406	8.96662		Bisson,Bissone,Blixunum,bi suo nei,比索內		TI	2105	5154	
2661490	Birsfelden	birsfelden	CH	4127	10232	Europe/Zurich	47.5529	7.62322		Birsfel'den,bi er si fei er deng,brysfldan,Бирсфельден,بریسفلدان,比爾斯費爾登		BL	1301	2766	
2661492	Birrwil	birrwil	CH	5708	953	Europe/Zurich	47.29086	8.19741		Birrvil',Birrwil,bi er wei er,Биррвиль,比爾維爾		AG	1905	4132	
2661493	Birr	birr	CH	5242	3884	Europe/Zurich	47.43432	8.20891		Bir,Birr,Birr AG,Birr i Sveits,Birr-Lufig,bi er,Бир,Бирр,比爾		AG	1904	4092	
2661494	Bironico	bironico	CH	6804	535	Europe/Zurich	46.11367	8.93324		Bironich,Bironico,Rivera-Bironico		TI	2105	5238	
2661497	Bioley-Orjulaz	bioley-orjulaz	CH	1042	0	Europe/Zurich	46.62138	6.59849		bi ao lei-ao er ru la,比奥雷-奥尔汝拉		VD	2223	5513	
2661498	Bioggio	bioggio	CH	6934	1784	Europe/Zurich	46.01357	8.91103		Bioegg,Bioggium,Biögg,bi ao jiao,比奧焦		TI	2105	5151	
2661499	Binningen	binningen	CH	4102	14130	Europe/Zurich	47.54021	7.56932		Biningenas,Binningen,Binningen BL,bin ning gen,bynnzhan,Биннинген,بیننژان,賓寧根		BL	1301	2765	
2661503	Bilten	bilten	CH	8865	2011	Europe/Zurich	47.14995	9.02551		Bil'ten,Bilten,Бильтен,بلٹن		GL	800	1630	
2661504	Bigorio	bigorio	CH	6954	0	Europe/Zurich	46.0701	8.957		Bigorio		TI	2105	5226	
2661505	Bignasco	bignasco	CH	6676	311	Europe/Zurich	46.33845	8.60816		Bignasco		TI	2108	5310	
2661506	Biglen	biglen	CH	3507	1759	Europe/Zurich	46.92629	7.62508		Biglen,Pigiluna,bi ge lun,Биглен,比格倫		BE	246	603	
2661507	Bigenthal	bigenthal	CH	3513	0	Europe/Zurich	46.96613	7.62404		Bigenthal		BE	246	626	
2661511	Bière	biere	CH	1145	1428	Europe/Zurich	46.53761	6.33362		Biere VD,Biere i Vaud,Bière VD,Bière i Vaud,bi ye er,比耶尔	5425	VD	2227	5425	
2661513	Biel/Bienne	biel-bienne	CH	2500	48614	Europe/Zurich	47.13713	7.24608	434	Belna,Biel,Biel-Bienne,Biel/Bienne,Bielo,Bienna,Bienne,Bienne/Biel,Bil,Bil',Bil/Bjen,Bylis,ZDK,bi er,bil/bien,bili,biru/bien'nu,byal,byl/byn,Бил,Бил/Бјен,Биль,Біль,بيال,بیل/بین,ბილი,ビール/ビエンヌ,比爾,빌/비엔	242	BE	242	371	
2661515	Bidogno	bidogno	CH	6958	343	Europe/Zurich	46.07859	8.99935				TI	2105	5226	
2661516	Bichelsee	bichelsee	CH	8363	0	Europe/Zurich	47.44902	8.92434		Bichelsee		TG	2014	4721	
2661519	Biberist	biberist	CH	4562	7889	Europe/Zurich	47.18009	7.56246		Biberist,bi bo li si te,Биберист,比伯里斯特		SO	1106	2513	
2661520	Biberen	biberen	CH	3206	0	Europe/Zurich	46.94036	7.21295				BE	246	662	
2661524	Biasca	biasca	CH	6710	5885	Europe/Zurich	46.35972	8.96965		Aviasca,Biasca,bi ya si ka,byska,بیسکا,比亞斯卡		TI	2107	5281	
2661527	Bex	bex	CH	1880	5956	Europe/Zurich	46.24965	7.0098		Be,Bex,Béx,bei cheng,bh,by,Бе,בה,بي,贝城		VD	2221	5402	
2661528	Bévilard	bevilard	CH	2735	1736	Europe/Zurich	47.23711	7.28325		bei wei la de,貝維拉德		BE	241	717	
2661529	Bever	bever	CH	7502	0	Europe/Zurich	46.55	9.88333		Bever,Bever GR,Bever i Sveits,Bevers,Beverus,bei wei,Бевер,貝韋		GR	1846	3781	
2661531	Bevaix	bevaix	CH	2022	3866	Europe/Zurich	46.92958	6.8147		bei wei,貝魏		NE	2401	6417	
2661533	Bettlach	bettlach	CH	2544	4834	Europe/Zurich	47.20062	7.42405				SO	1107	2543	
2661534	Bettingen	bettingen	CH	4126	1189	Europe/Zurich	47.57039	7.66425		Bettingen,Bettingen BS,bei ting gen,Беттинген,贝廷根		BS	1200	2702	
2661535	Betten	betten	CH	3991	450	Europe/Zurich	46.37708	8.06963		Betten VS,bei teng,貝滕		VS	2309	6205	
2661537	Betschwanden	betschwanden	CH	8777	171	Europe/Zurich	46.94634	9.02763		Bechvanden,Betschwanden,Бечванден,بیٹسچیواندن		GL	800	1631	
2661539	Berzona	berzona	CH	6661	0	Europe/Zurich	46.21399	8.85996	500			TI	2104	5399	
2661540	Berschis	berschis	CH	8892	0	Europe/Zurich	47.10682	9.34645				SG	1725	3298	
2661547	Bernex	bernex	CH	1233	9759	Europe/Zurich	46.1765	6.07544		Bernex GE,Bernex i Sveits,bei er nei,berune,ベルネ,贝尔内		GE	2500	6607	
2661550	Berneck	berneck	CH	9442	0	Europe/Zurich	47.42555	9.61619		Berneck		SG	1723	3233	
2661552	Bern	bern	CH	3000	121631	Europe/Zurich	46.94809	7.44744		BRN,Bann,Beirn,Ben,Bern,Bern osh,Berna,Bernas,Berne,Berno,Bundesstadt,Bèn,Bèrna,atharvaveda,ban he na,barana,barna,beirn,beleun,berna,berni,berun,bo en,bo er ni,brn,byrn,pern,Βέρνη,Берн,Берн ош,Բեռն,בערן,ברן,برن,بيرن,بێرن,بېرن,ܒܪܢ,अथर्ववेद,बर्न,বের্ন,ਬਰਨ,ବର୍ନ,பேர்ன்,ബേൺ,เบิร์น,པེར་ནེ།,ბერნი,ቤርን,ベルン,伯尔尼,伯恩,办合纳,베른		BE	246	351	
2661554	Beringen	beringen	CH	8222	3216	Europe/Zurich	47.69763	8.57431	455	Beringen,Beringen SH,Беринген		SH	1403	2932	
2661555	Berikon	berikon	CH	8965	4527	Europe/Zurich	47.35155	8.37232		Berikon,bei li kong,Берикон,貝里孔		AG	1903	4062	
2661558	Bercher	bercher	CH	1038	900	Europe/Zurich	46.69138	6.70759		Bercher,bei er xie er,贝尔谢尔		VD	2223	5512	
2661563	Belp	belp	CH	3123	9307	Europe/Zurich	46.89129	7.49825		Bel'p,Belp,bei er pu,Бельп,貝爾普		BE	246	861	
2661564	Belmont-sur-Lausanne	belmont-sur-lausanne	CH	1092	3007	Europe/Zurich	46.51891	6.67636		luo sang shang bei lei meng,בלמון-סור-לוזאן,洛桑上贝勒蒙		VD	2226	5581	
2661565	Bellwald	bellwald	CH	3997	444	Europe/Zurich	46.42757	8.16144		Bellwald,bei er wa er de,貝爾瓦爾德		VS	2304	6052	
2661566	Bellmund	bellmund	CH	2564	1311	Europe/Zurich	47.10852	7.24608		Bel'mund,Bellus Mons,bei er meng de,Бельмунд,貝爾蒙德		BE	242	732	
2661567	Bellinzona	bellinzona	CH	6500	16572	Europe/Zurich	46.19278	9.01703		Belinzona,Bellincona,Bellinzona,Bellinzone,Bilitio,ZDI,berrintsu~ona,Беллинцона,ベッリンツォーナ	TI	TI	2101	5002	
2661568	Bellevue	bellevue	CH	1293	3674	Europe/Zurich	46.25739	6.15475		Bellevue GE,Bellevue i Sveits,bei lei wei,beruvu~yu,ベルヴュー,贝勒维		GE	2500	6622	
2661570	Bellelay	bellelay	CH	2713	0	Europe/Zurich	47.26295	7.16766		Bellelay		BE	241	706	
2661574	Belfaux	belfaux	CH	1782	2286	Europe/Zurich	46.82171	7.10674		Bellofagus,bei er fu,貝爾福		FR	1004	2175	
2661575	Belalp	belalp	CH	3914	0	Europe/Zurich	46.3708	7.9712		Belalp		VS	2301	6007	
2661579	Begnins	begnins	CH	1268	1323	Europe/Zurich	46.44152	6.24762		bei ni an,贝尼安		VD	2228	5704	
2661580	Beggingen	beggingen	CH	8228	510	Europe/Zurich	47.76737	8.53535				SH	1404	2951	
2661582	Bedretto	bedretto	CH	6781	0	Europe/Zurich	46.50596	8.51137		Bedoledus,Bedretto,Bidree,bei de lei tuo,貝德雷托		TI	2103	5063	
2661585	Beckenried	beckenried	CH	6375	3050	Europe/Zurich	46.96653	8.47575		Beckenried,Bekkenrid,Беккенрид	1501	NW	700	1501	
2661586	Beatenberg	beatenberg	CH	3803	1188	Europe/Zurich	46.69896	7.79428		Beatenbeig,Beatenberg,bei a teng bei ge,bytnbrj,Беатенберг,بيتنبرج,貝阿滕貝格		BE	250	571	
2661587	Bazenheid	bazenheid	CH	9602	0	Europe/Zurich	47.40974	9.07059		Basenheid,Bazenheid		SG	1727	3392	
2661591	Bavois	bavois	CH	1372	662	Europe/Zurich	46.68403	6.5671		Bavois,ba wa,巴瓦	5746	VD	2224	5746	
2661593	Bauma	bauma	CH	8494	1029	Europe/Zurich	47.36745	8.87905		Bauma,Bauma ZH,bao ma,Баума,鮑馬		ZH	108	297	
2661594	Baulmes	baulmes	CH	1446	931	Europe/Zurich	46.79031	6.52279		bo er mo,波尔莫		VD	2224	5745	
2661595	Bauen	bauen	CH	6466	206	Europe/Zurich	46.93559	8.57836			1214	UR	400	1214	
2661596	Bätterkinden	batterkinden	CH	3315	2748	Europe/Zurich	47.13164	7.53817		Batterkinden,Betterkinden,Bätterkinden,bei te jin deng,Беттеркинден,貝特金登		BE	245	533	
2661599	Bassersdorf	bassersdorf	CH	8303	7010	Europe/Zurich	47.44342	8.62851		Bassersdorf,ba se si duo fu,Бассерсдорф,巴瑟斯多夫		ZH	103	52	
2661600	Basse-Nendaz	basse-nendaz	CH	1996	5410	Europe/Zurich	46.18993	7.31209		Nendaz		VS	2302	6024	
2661601	Bassecourt	bassecourt	CH	2854	3305	Europe/Zurich	47.33808	7.24373		Bassecourt,ba si ku er,巴斯庫爾		JU	2601	6729	
2661604	Basel	basel	CH	4000	164488	Europe/Zurich	47.55839	7.57327		BSL,Bala,Bale,Basel,Basilea,Basileia,Basilej,Basilia,Basilèa,Basle,Baxilea,Baxiłea,Bazel,Bazel',Bazel' khot,Bazele,Bazeli,Bazelis,Bazelo,Bazilej,Bazylea,Bázel,Bâla,Bâle,Bāsel,Bāzele,EAP,Robur,Vasileia,ba sai er,ba seil,bai cai er,bajel,bajela,basala,bazeli,bazeru,bazl,bzl,pecel,Βασιλεία,Базел,Базель,Базель хот,Բազել,באזעל,בזל,بازل,बासल,বাজেল,பேசெல்,บาเซิล,པ་སེལ།,ბაზელი,ባዝል,バーゼル,巴塞尔,巴塞爾,白才尔,바젤	BS	BS	1200	2701	
2661605	Basadingen	basadingen	CH	8254	0	Europe/Zurich	47.66868	8.74821				TG	2012	4536	
2661607	Bärschwil	barschwil	CH	4252	918	Europe/Zurich	47.3822	7.47229		Baerschwil,Barschwil-Dorf,Bershvil',Bärschwil,Bärschwil-Dorf,bei shi wei er,Бершвиль,貝施維爾		SO	1110	2611	
2661613	Bäretswil	baretswil	CH	8344	1313	Europe/Zurich	47.33709	8.85645		Beretsvil',Berofovilaris,bei lei ci wei er,Беретсвиль,貝雷茨維爾		ZH	105	111	
2661617	Barberêche	barbereche	CH	1783	611	Europe/Zurich	46.85728	7.15881		Barbereche,Barbereschus,Barberêche,ba bei lei shen,巴貝雷什		FR	1005	2254	
2661618	Bärau	barau	CH	3552	0	Europe/Zurich	46.93006	7.81143		Barau,Bärau		BE	245	902	
2661620	Bannwil	bannwil	CH	4913	652	Europe/Zurich	47.23996	7.7359		Bannvil',Bannwil,ban wei er,Баннвиль,班維爾		BE	244	323	
2661622	Banco	banco	CH	6981	0	Europe/Zurich	46.00941	8.84522		Banco		TI	2105	5149	
2661624	Baltschieder	baltschieder	CH	3937	1158	Europe/Zurich	46.30888	7.8657		Ponczirrum,ba er qi de er,巴爾奇德爾		VS	2313	6281	
2661626	Balsthal	balsthal	CH	4710	5863	Europe/Zurich	47.31613	7.69318		Bal'stal',Balstal,Balsthal,ba er si ta er,Бальсталь,巴爾斯塔爾		SO	1102	2422	
2661632	Ballwil	ballwil	CH	6275	2284	Europe/Zurich	47.15371	8.32233		Ballwil		LU	313	1023	
2661633	Ballens	ballens	CH	1144	389	Europe/Zurich	46.55485	6.3731		ba lang,巴朗	5423	VD	2227	5423	
2661634	Ballaigues	ballaigues	CH	1338	849	Europe/Zurich	46.72984	6.41357		Baillaigues,Ballaigues,ba lai ge,巴莱格		VD	2224	5744	
2661635	Balgach	balgach	CH	9436	4019	Europe/Zurich	47.40556	9.60702		Bal'gakh,Balgach,ba er jia he,Бальгах,巴爾加赫		SG	1723	3232	
2661637	Balerna	balerna	CH	6828	3456	Europe/Zurich	45.84638	9.00724		Balerna,Barerna,ba lai er na,巴萊爾納		TI	2106	5242	
2661644	Bad Ragaz	bad-ragaz	CH	7310	5063	Europe/Zurich	47.00601	9.50266		Bad Ragacas,Bad Ragaz,Bad-Ragac,Ragaces,Ragaz,ba de la jia zi,bad rakaz,Бад-Рагац,باد راكاز,巴德拉加茲		SG	1725	3291	
2661646	Baden	baden	CH	5400	16118	Europe/Zurich	47.47333	8.30592	381	Aquae Helveticae,Baden,Baden AG,Baden i Aargau,Badenas,ZDG,ba deng,baden,badn,bdan  swyys,Баден,بادن,بدان، سوئیس,バーデン,巴登,바덴	1902	AG	1902	4021	
2661651	Bachenbülach	bachenbulach	CH	8184	2985	Europe/Zurich	47.50317	8.54556				ZH	103	51	
2661653	Baar	baar	CH	6340	20546	Europe/Zurich	47.19625	8.52954		Baar,Bar,Бар		ZG	900	1701	
2661654	Ayer	ayer	CH	3961	681	Europe/Zurich	46.18088	7.60116		Ayer		VS	2311	6252	
2661658	Avry-sur-Matran	avry-sur-matran	CH	1754	1326	Europe/Zurich	46.78753	7.06735		Avry,Avry FR,Avry-sur-Matran,a fu li,阿夫里		FR	1004	2174	
2661661	Avenches	avenches	CH	1580	2758	Europe/Zurich	46.88004	7.04071	480	Avans,Avansh,Aventicum,a wang shen,awansh,Αβάνς,Аванш,اوانش,阿旺什		VD	2222	5451	
2661662	Avegno	avegno	CH	6670	518	Europe/Zurich	46.20519	8.74546		Avegno		TI	2104	5396	
2661663	Auw	auw	CH	5644	1610	Europe/Zurich	47.21082	8.36583				AG	1908	4223	
2661664	Auvernier	auvernier	CH	2012	1555	Europe/Zurich	46.97545	6.87903		ao wei ni ye,奧韋尼耶		NE	2401	6416	
2661665	Autigny	autigny	CH	1742	640	Europe/Zurich	46.73661	7.01998		Altignes,Autigny FR,ao di ni,奧蒂尼		FR	1004	2173	
2661667	Latterbach	latterbach	CH	3758	0	Europe/Zurich	46.66558	7.57679				BE	249	763	
2661670	Ausserferrera	ausserferrera	CH	7444	35	Europe/Zurich	46.55667	9.43961		Auserferrera,Ausserferrera,Farera,Feraila,Ferera,awsrfyrra,Аусерферрера,آؤسرفیررا		GR	1851	3713	
2661673	Ausserbinn	ausserbinn	CH	3995	47	Europe/Zurich	46.38281	8.14729		Ausserbinn		VS	2304	6056	
2661674	Aurigeno	aurigeno	CH	6677	417	Europe/Zurich	46.23013	8.71523		Aurigeno		TI	2108	5317	
2661675	Auressio	auressio	CH	6661	0	Europe/Zurich	46.20088	8.68505		Auressio		TI	2104	5136	
2661676	Aumont	aumont	CH	1484	418	Europe/Zurich	46.79892	6.85026		Aumont		FR	1001	2050	
2661682	Augio	augio	CH	6547	0	Europe/Zurich	46.36582	9.12775				GR	1847	3808	
2661685	Auenstein	auenstein	CH	5105	0	Europe/Zurich	47.41702	8.13963		Auenstein		AG	1904	4091	
2661687	Aubonne	aubonne	CH	1170	2703	Europe/Zurich	46.49514	6.39155	512	Aubonne VD,Aubonne i Vaud,Obona,Obonas,awbwn  swyys,ou bo ne,Ôbôna,اوبون، سوئیس,欧伯讷		VD	2227	5422	
2661692	Attiswil	attiswil	CH	4536	1389	Europe/Zurich	47.24673	7.61353		Attisvil',a di si wei er,Аттисвиль,阿蒂斯維爾		BE	244	971	
2661693	Attinghausen	attinghausen	CH	6468	1515	Europe/Zurich	46.86255	8.63036		Atinghauzenas,Attinghausen,Attingkhauzen,Аттингхаузен		UR	400	1203	
2661694	Attalens	attalens	CH	1616	2380	Europe/Zurich	46.50555	6.85039		Attalens,Haltningum,a ta lang,阿塔朗		FR	1007	2321	
2661695	Asuel	asuel	CH	2954	207	Europe/Zurich	47.40218	7.21068		Asuel		JU	2603	6810	
2661696	Astano	astano	CH	6999	279	Europe/Zurich	46.01257	8.81522		Astan,Astano,Astano TI,Astanum,a si ta nuo,阿斯塔諾		TI	2105	5146	
2661697	Assens	assens	CH	1042	888	Europe/Zurich	46.61301	6.62184		Assens VD,Assens i Sveits,a sang,阿桑		VD	2223	5511	
2661698	Ascona	ascona	CH	6612	5084	Europe/Zurich	46.15451	8.77327		Askona,Scona,a si ke na,aseukona,asukona,azkwna,Аскона,ازکونا,アスコナ,阿斯科納,아스코나		TI	2104	5091	
2661699	Ascharina	ascharina	CH	7245	0	Europe/Zurich	46.95162	9.80539		Ascharina		GR	1849	3891	
2661700	Arzo	arzo	CH	6864	0	Europe/Zurich	46.44417	8.50395		Arzo,l'Arzo,l’Arzo		TI	2108	5310	
2661701	Arzo	arzo	CH	6864	1188	Europe/Zurich	45.87606	8.94103	503			TI	2106	5254	
2661704	Arvigo	arvigo	CH	6543	92	Europe/Zurich	46.30211	9.113		Arvigh,Arvigo,a er wei ge,Арвиго,阿爾維戈	3837	GR	1847	3837	
2661705	Arveyes	arveyes	CH	1884	0	Europe/Zurich	46.28989	7.06166		Arveyes		VD	2221	5409	
2661708	Arth	arth	CH	6415	9850	Europe/Zurich	47.06337	8.52349		Art,Arta,Arth,Arth SZ,Арт	1362	SZ	506	1362	
2661710	Arosio	arosio	CH	6939	0	Europe/Zurich	46.04774	8.8997	850			TI	2105	5237	
2661712	Arosa	arosa	CH	7050	2307	Europe/Zurich	46.77793	9.67621	1775	Araus,Arosa,Arosa Bahnhof,Aroza,ZDE,a luo sa,aloja,aroza,Ароза,ארוזה,アローザ,阿羅薩,아로자		GR	1848	3921	
2661713	Arolla	arolla	CH	1986	0	Europe/Zurich	46.0254	7.48358				VS	2305	6083	
2661714	Arogno	arogno	CH	6822	968	Europe/Zurich	45.95909	8.98441		Aroegn,Arögn,a luo ni ao,阿羅尼奧		TI	2105	5144	
2661717	Arnex-sur-Orbe	arnex-sur-orbe	CH	1321	0	Europe/Zurich	46.69455	6.51918		Arnex,Arnex-sur-Orbe		VD	2224	5743	
2661719	Arlesheim	arlesheim	CH	4144	9301	Europe/Zurich	47.49412	7.61979		Arleskhajm,Arlezhaimas,a lei hai mu,Арлесхайм,阿勒海姆	1301	BL	1301	2763	
2661720	Aristau	aristau	CH	5628	1313	Europe/Zurich	47.28692	8.36356		Aristau,a li si tao,Аристау,阿里斯陶		AG	1908	4222	
2661721	Arisdorf	arisdorf	CH	4422	1538	Europe/Zurich	47.51323	7.76515		Arisdorf,a li si duo fu,Арисдорф,阿里斯多夫		BL	1303	2821	
2661725	Ardon	ardon	CH	1957	2305	Europe/Zurich	46.20951	7.26012		Ardon,Ardon VS,Ardon i Sveits,Ardonum,a deng,ardwn,Ардон,أردون,阿登		VS	2302	6021	
2661726	Ardez	ardez	CH	7546	441	Europe/Zurich	46.77495	10.20159		Ardec,Ardez,Ardezis,a er de ci,Ардец,阿爾德茨		GR	1843	3762	
2661728	Arconciel	arconciel	CH	1732	670	Europe/Zurich	46.74733	7.12152		Castrum Arconciacum,a er kong xie,阿爾孔謝		FR	1004	2238	
2661729	Arch	arch	CH	3296	1574	Europe/Zurich	47.16533	7.43139		Arkh,a er he,Арх,阿爾赫		BE	243	381	
2661730	Arcegno	arcegno	CH	6618	0	Europe/Zurich	46.16152	8.74211				TI	2104	5115	
2661731	Arbon	arbon	CH	9320	12933	Europe/Zurich	47.51667	9.43333		Arbon,Arboni,Arbor Felix,ZDD,a er bang,arbwn,arbwn  swyys,Арбон,أربون,اربون، سوئیس,阿爾邦	2011	TG	2011	4401	
2661733	Arbedo	arbedo	CH	6517	0	Europe/Zurich	46.21458	9.04552		Arbedo		TI	2101	5001	
2661734	Arbaz	arbaz	CH	1974	862	Europe/Zurich	46.2781	7.38542		Arbas,Arbaz		VS	2312	6261	
2661736	Aquila	aquila	CH	6719	0	Europe/Zurich	46.50297	8.94818		Aquila		TI	2102	5049	
2661738	Apples	apples	CH	1143	1201	Europe/Zurich	46.55237	6.42889		a pu lei,阿普勒	5421	VD	2227	5421	
2661740	Appenzell	appenzell	CH	9050	5649	Europe/Zurich	47.33103	9.40996		Apencelo,Appenzell,ZAP	AI	AI	1600	3101	
2661742	Anzonico	anzonico	CH	6748	116	Europe/Zurich	46.43238	8.86175		Anzoni,Anzonico,Anzóni		TI	2103	5072	
2661745	Anières	anieres	CH	1247	2706	Europe/Zurich	46.27673	6.22204		a nie er,anieru,アニエール,阿涅尔		GE	2500	6602	
2661749	Andiast	andiast	CH	7159	0	Europe/Zurich	46.78428	9.11371		Andest,Andiast		GR	1850	3981	
2661750	Andermatt	andermatt	CH	6490	1258	Europe/Zurich	46.63565	8.59388		Andermat,Andermatt,Orsera,Ursera,andeleumateu,anderumatto,andrmat,Андермат,Андерматт,أندرمات,ანდერმატი,アンデルマット,안데르마트		UR	400	1202	
2661752	Andeer	andeer	CH	7440	800	Europe/Zurich	46.6034	9.42614		Ander,Lapidaria,an de er,Андер,安德爾		GR	1851	3701	
2661753	Amsteg	amsteg	CH	6474	0	Europe/Zurich	46.77132	8.66963		Amsteg		UR	400	1209	
2661755	Amsoldingen	amsoldingen	CH	3633	775	Europe/Zurich	46.72754	7.58247		Amsoldingen,Amzol'dingen,a mu suo er ding gen,Амзольдинген,阿姆索爾丁根		BE	247	921	
2661756	Amriswil	amriswil	CH	8580	11351	Europe/Zurich	47.54699	9.29586		Amrisvil',Amriswil,a mu li si wei er,amry wyl,Амрисвиль,آمری ویل,阿姆里斯維爾		TG	2011	4461	
2661758	Amden	amden	CH	8873	1557	Europe/Zurich	47.14888	9.14233	903	Amden,Andimus,an deng,Амден,安登	3311	SG	1726	3311	
2661760	Ambrì	ambri	CH	6775	0	Europe/Zurich	46.5105	8.69662		Ambri,Ambrì		TI	2103	5079	
2661763	Alvaschein	alvaschein	CH	7451	152	Europe/Zurich	46.67529	9.55059		Al'vashajn,Alvaschagn,Alvaschein,Alvisinis,a er wa sha yin,Альвашайн,阿爾瓦沙因		GR	1841	3542	
2661768	Altnau	altnau	CH	8595	1887	Europe/Zurich	47.61052	9.2616		Al'tnau,Altnau,a er te nao,Альтнау,阿爾特瑙		TG	2013	4641	
2661770	Altishofen	altishofen	CH	6246	1368	Europe/Zurich	47.19916	7.96964		Altishofen		LU	315	1123	
2661772	Alterswilen	alterswilen	CH	8573	0	Europe/Zurich	47.60957	9.15409		Alterswilen		TG	2013	4666	
2661775	Altenrhein	altenrhein	CH	9423	0	Europe/Zurich	47.4898	9.55186		ACH,Altenrhein		SG	1722	3237	
2661776	Altendorf	altendorf	CH	8852	5280	Europe/Zurich	47.18994	8.83823		Altendorf	1341	SZ	505	1341	
2661777	Alten	alten	CH	8453	244	Europe/Zurich	47.59893	8.64373		Alten		ZH	102	33	
2661783	Alpthal	alpthal	CH	8849	559	Europe/Zurich	47.06954	8.71602	995	Alptal,Alpthal		SZ	506	1361	
2661787	Alpnachstad	alpnachstad	CH	6053	0	Europe/Zurich	46.95317	8.2776		Alpnachstad		OW	600	1401	
2661810	Allschwil	allschwil	CH	4123	18189	Europe/Zurich	47.55074	7.53599		Al'shvil',Allschwil,a er shi wei er,alsh wyl,Альшвиль,الش ویل,阿爾施維爾		BL	1301	2762	
2661814	Alle	alle	CH	2942	1693	Europe/Zurich	47.42542	7.13018		Alle,Alle JU,Alle i Sveits,a lei,阿勒		JU	2603	6771	
2661815	Allaman	allaman	CH	1165	380	Europe/Zurich	46.47008	6.3964		a la mang,阿拉芒		VD	2227	5851	
2661820	Alchenstorf	alchenstorf	CH	3473	527	Europe/Zurich	47.12493	7.63614		Al'khenstorf,Alchenstorf,a er xing si tuo fu,Альхенсторф,阿爾興斯托夫		BE	245	402	
2661825	Albligen	albligen	CH	3183	475	Europe/Zurich	46.85229	7.31814		Albligen		BE	246	855	
2661827	Albinen	albinen	CH	3955	263	Europe/Zurich	46.34071	7.63318				VS	2306	6102	
2661828	Albeuve	albeuve	CH	1669	589	Europe/Zurich	46.51727	7.0567				FR	1003	2121	
2661829	Alberswil	alberswil	CH	6248	556	Europe/Zurich	47.14998	8.00313		Al'bersvil',Alberswil,a er bo si wei er,Альберсвиль,阿爾伯斯維爾		LU	315	1121	
2661830	Airolo	airolo	CH	6780	1559	Europe/Zurich	46.52855	8.61189		Airlonia,Airoe,Airola,Airolo,Airö,Ajrolo,ai luo luo,airolo,Айроло,აიროლო,艾羅洛		TI	2103	5061	
2661834	Aigle	aigle	CH	1860	7723	Europe/Zurich	46.3181	6.96457	410	Agllo,Aigle,Aigle VD,Egul,Ehgl',ZDC,agl  swyys,ai ge lei,ayghl,Âgllo,Егъл,Эгль,אגל,إيغل,اگل، سوئیس,埃格勒	2221	VD	2221	5401	
2661835	Agra	agra	CH	6927	490	Europe/Zurich	45.96792	8.91406		Agra		TI	2105	5236	
2661836	Agno	agno	CH	6982	3639	Europe/Zurich	45.99863	8.9003		Agn,Agno TI,Agno i Sveits,Anium,a ge nuo,anyw  swyys,انیو، سوئیس,阿格諾	5141	TI	2105	5141	
2661838	Agiez	agiez	CH	1352	0	Europe/Zurich	46.72103	6.50751				VD	2224	5742	
2661839	Les Agettes	les-agettes	CH	1992	0	Europe/Zurich	46.20835	7.37672				VS	2305	6089	
2661841	Agarn	agarn	CH	3951	753	Europe/Zurich	46.29749	7.66322		a jia en,阿加恩		VS	2306	6101	
2661842	Affoltern am Albis	affoltern-am-albis	CH	8910	8928	Europe/Zurich	47.27743	8.45128		Affol'tern-na-Al'bis,Affol'tern-na-Al'bise,Affoltern am Albis,Affoltern ce Albis,Affoltern ĉe Albis,Afoltern am Albis,a er bi si fu jin a fu er te en,afwltrn am‌alby,afwltrwn am albys,Аффольтерн-на-Альбисе,Аффольтерн-на-Альбіс,أفولترون أم ألبيس,افولترن ام‌البی,阿爾比斯附近阿福爾特恩	101	ZH	101	2	
2661843	Affoltern im Emmental	affoltern-im-emmental	CH	3416	0	Europe/Zurich	47.06496	7.73395		Affoltern,Affoltern im Emmental		BE	245	951	
2661844	Affeltrangen	affeltrangen	CH	9556	2135	Europe/Zurich	47.52581	9.03307		Affeltrangen		TG	2015	4711	
2661846	Aettenschwil	aettenschwil	CH	5645	0	Europe/Zurich	47.18356	8.37185		Aettenschwil		AG	1908	4239	
2661848	Aeschlen ob Gunten	aeschlen-ob-gunten	CH	3656	0	Europe/Zurich	46.71998	7.70056		Aeschlen		BE	247	938	
2661849	Aeschi b. Spiez	aeschi-b-spiez	CH	3703	2000	Europe/Zurich	46.65848	7.6965	860	AEschi,Aeschi b. Spiez,Aeschi bei Spiez,Äschi		BE	249	562	
2661851	Aeschau	aeschau	CH	3536	0	Europe/Zurich	46.90955	7.76181		Aeschau		BE	245	901	
2661858	Aedermannsdorf	aedermannsdorf	CH	4714	548	Europe/Zurich	47.30374	7.61052		Ehdermansdorf,ai de man si tuo fu,Эдермансдорф,埃德曼斯托夫		SO	1102	2421	
2661861	Adliswil	adliswil	CH	8134	15230	Europe/Zurich	47.30997	8.52462		Adlisvil',a de li si wei er,adlyswyl,adlyzwyl,Адлисвиль,أدليسويل,ادلیزویل,阿德利斯維爾		ZH	106	131	
2661862	Adligenswil	adligenswil	CH	6043	5576	Europe/Zurich	47.06521	8.36124		Adligensvil',Adligenswil,a de li gen si wei er,Адлигенсвиль,阿德利根斯維爾		LU	312	1051	
2661863	Adelboden	adelboden	CH	3715	3541	Europe/Zurich	46.49142	7.56031		Adel'boden,Adelboden,ZDB,a de er bo deng,adelboden,aderuboden,adlbwdn,Аделбоден,Адельбоден,ادلبودن,アーデルボーデン,阿德尔博登,아델보덴		BE	249	561	
2661865	Acquarossa	acquarossa	CH	6716	1814	Europe/Zurich	46.45473	8.94261		Acquarossa,Aquarossa,a kua luo sa,阿夸羅薩	2102	TI	2102	5048	
2661874	Aarwangen	aarwangen	CH	4912	4171	Europe/Zurich	47.23845	7.76854		Aarvangen,Aarwangen,Arvangen,a wan gen,Аарванген,Арванген,阿萬根		BE	244	321	
2661879	Aarburg	aarburg	CH	4663	6828	Europe/Zurich	47.32067	7.89986		Aarburg,Aarmpournk,Arburg,Arburgo,a er bao,arbwrg,arbywrgh,Άαρμπουργκ,Арбург,أربيورغ,اربورگ,阿爾堡		AG	1910	4271	
2661880	Aarberg	aarberg	CH	3270	3911	Europe/Zurich	47.04439	7.27578		Aarberg,Arberg,a er bei ge,arbrg,arbyrgh,Аарберг,Арберг,آربرگ,آربيرغ,阿爾貝格		BE	243	301	
2661881	Aarau	aarau	CH	5000	15501	Europe/Zurich	47.39254	8.04422		Aaraou,Aarau,Arau,Arauo,Arava,Aravia,Araŭo,ZDA,a lao,aarau,alau,arau,aravia,araw,arw  swyys,xa rea,Ārava,Άαραου,Аарау,Арау,آراؤ,آراو,أراو,ارو، سوئیس,อาเรา,აარაუ,アーラウ,阿劳,아라우	AG	AG	1901	4001	
2661882	Aadorf	aadorf	CH	8355	7620	Europe/Zurich	47.49204	8.90099		Adorf,a duo fu,Адорф,阿多夫		TG	2014	4551	
3181106	Camedo	camedo	CH	6659	0	Europe/Zurich	46.15454	8.61041				TI	2104	5397	
3206590	Riehen	riehen	CH	4125	20000	Europe/Zurich	47.57884	7.64683		Riehn,Rien,li en,ryan,ryhyn,Риен,Риэн,ريهين,ریان,ریہین,里恩		BS	1200	2703	
3209498	Chêne-Bougeries	chene-bougeries	CH	1224	10487	Europe/Zurich	46.19843	6.18642		Chano-Bugeries,Châno-Bugeries,shenu=bujuri,xie ne bu ri li,シェヌ＝ブジュリー,谢讷布日里		GE	2500	6612	
3209502	Meinier	meinier	CH	1252	1811	Europe/Zurich	46.24706	6.23423		mei nie,meinie,メイニエ,梅涅		GE	2500	6629	
3209504	Puplinge	puplinge	CH	1241	2163	Europe/Zurich	46.21043	6.23114		pi pu lan ri,pyupuranju,ピュプランジュ,皮普兰日		GE	2500	6636	
3209505	Thônex	thonex	CH	1226	13057	Europe/Zurich	46.18815	6.19904		Tone,Toneksas,Tounex,Tounèx,thwnyks,tone,tuo nei,twnks,Тоне,تونکس,ثونيكس,トネ,托内		GE	2500	6640	
6255069	Itingen	itingen	CH	4452	1750	Europe/Zurich	47.46651	7.78502	370	Itingen,yi ting gen,Итинген,伊廷根		BL	1304	2849	
6255070	Lampenberg	lampenberg	CH	4432	500	Europe/Zurich	47.42559	7.75884	522	Lampenberg,lan peng bo ge,Лампенберг,蘭彭伯格		BL	1305	2887	
6284995	Arboldswil	arboldswil	CH	4424	509	Europe/Zurich	47.41438	7.71755	628	Arbol'dsvil',a bo de si wei er,Арбольдсвиль,阿博德斯維爾		BL	1305	2881	
6290256	Montpreveyres	montpreveyres	CH	1081	500	Europe/Zurich	46.58264	6.74114	800			VD	2226	5792	
6290323	Seehof	seehof	CH	2747	1	Europe/Zurich	47.27681	8.4993				ZH	101	1	
6290353	Zwillikon	zwillikon	CH	8909	620	Europe/Zurich	47.28833	8.43124				ZH	101	2	
6290423	Ebertswil	ebertswil	CH	8925	429	Europe/Zurich	47.22639	8.54962				ZH	101	4	
6290434	Hedingen	hedingen	CH	8908	2835	Europe/Zurich	47.29794	8.44833		Khedingen,hei ding gen,Хединген,黑丁根		ZH	101	5	
6290454	Hauptikon	hauptikon	CH	8926	157	Europe/Zurich	47.2304	8.49536				ZH	101	6	
6290459	Allenwinden	allenwinden	CH	6319	15	Europe/Zurich	47.22467	8.53393				ZH	101	6	
6290461	Uerzlikon	uerzlikon	CH	8926	262	Europe/Zurich	47.2215	8.49812				ZH	101	6	
6290523	Linden	linden	CH	3673	7	Europe/Zurich	47.25991	8.49751				ZH	101	9	
6290615	Aegerten	aegerten	CH	2558	160	Europe/Zurich	47.32035	8.49245				ZH	101	13	
6290636	Tobel	tobel	CH	9555	7	Europe/Zurich	47.30087	8.50023				ZH	101	13	
6290704	Eigenthal	eigenthal	CH	6013	13	Europe/Zurich	47.56946	8.60463				ZH	102	23	
6290738	Dorf	dorf	CH	8458	529	Europe/Zurich	47.57285	8.64781				ZH	102	26	
6290750	Langwiesen	langwiesen	CH	8246	759	Europe/Zurich	47.68399	8.66086				ZH	102	27	
6290794	Widen	widen	CH	8967	8	Europe/Zurich	47.56858	8.68213				ZH	102	31	
6290798	Humlikon	humlikon	CH	8457	383	Europe/Zurich	47.57641	8.67007				ZH	102	32	
6290802	Kleinandelfingen	kleinandelfingen	CH	8451	1094	Europe/Zurich	47.60058	8.68362				ZH	102	33	
6290803	Oerlingen	oerlingen	CH	8461	380	Europe/Zurich	47.62492	8.67585				ZH	102	33	
6290829	Steinerberg	steinerberg	CH	6416	17	Europe/Zurich	47.67108	8.64894				ZH	102	34	
6290862	Oberstammheim	oberstammheim	CH	8477	863	Europe/Zurich	47.63244	8.79963				ZH	102	292	
6290912	Widen	widen	CH	8967	5	Europe/Zurich	47.60784	8.71605				ZH	102	37	
6290941	Rudolfingen	rudolfingen	CH	8465	222	Europe/Zurich	47.64059	8.6743				ZH	102	40	
6290942	Wildensbuch	wildensbuch	CH	8465	96	Europe/Zurich	47.65209	8.67662				ZH	102	40	
6290969	Truttikon	truttikon	CH	8467	363	Europe/Zurich	47.62908	8.72718				ZH	102	41	
6291004	Volken	volken	CH	8459	250	Europe/Zurich	47.57482	8.62579				ZH	102	43	
6291007	Waltalingen	waltalingen	CH	8468	278	Europe/Zurich	47.62203	8.77821				ZH	102	292	
6291008	Guntalingen	guntalingen	CH	8468	297	Europe/Zurich	47.63244	8.76851				ZH	102	292	
6291044	Grindel	grindel	CH	4247	5	Europe/Zurich	47.44587	8.61016				ZH	103	52	
6291088	Binz	binz	CH	8122	6	Europe/Zurich	47.51347	8.56315				ZH	103	53	
6291171	Freienstein	freienstein	CH	8427	1617	Europe/Zurich	47.53307	8.58455				ZH	103	57	
6291215	Hochfelden	hochfelden	CH	8182	1442	Europe/Zurich	47.52262	8.51564				ZH	103	59	
6291266	Lufingen	lufingen	CH	8426	446	Europe/Zurich	47.49108	8.59428				ZH	103	63	
6291409	Winkel	winkel	CH	8185	869	Europe/Zurich	47.49193	8.55371				ZH	103	72	
6291413	Halden	halden	CH	9223	61	Europe/Zurich	47.49647	8.55211				ZH	103	72	
6291464	Boppelsen	boppelsen	CH	8113	893	Europe/Zurich	47.46945	8.40614				ZH	104	82	
6291505	Langwiesen	langwiesen	CH	8246	14	Europe/Zurich	47.44635	8.44031				ZH	104	84	
6291510	Rain	rain	CH	6026	411	Europe/Zurich	47.43625	8.44373		Rain		LU	313		
6291518	Rain	rain	CH	6026	504	Europe/Zurich	47.44368	8.4097		Rain		LU	313		
6291532	Neerach	neerach	CH	8173	1435	Europe/Zurich	47.51096	8.47099				ZH	104	88	
6291558	Niederhasli	niederhasli	CH	8155	2848	Europe/Zurich	47.48012	8.48576	418	Hasila,Niderkhasli,Niederhasli,Niederhasli (Dorf),xia ha si li,Нидерхасли,下哈斯利		ZH	104	90	
6291751	Schleinikon	schleinikon	CH	8165	176	Europe/Zurich	47.49747	8.39748				ZH	104	98	
6291862	Adetswil	adetswil	CH	8345	716	Europe/Zurich	47.33969	8.84				ZH	105	111	
6291873	Tobel	tobel	CH	9555	7	Europe/Zurich	47.33585	8.84184				ZH	105	111	
6291879	Matt	matt	CH	8766	5	Europe/Zurich	47.33756	8.88816				ZH	105	111	
6291961	Engelberg	engelberg	CH	6390	9	Europe/Zurich	47.26428	8.7904				ZH	105	112	
6291989	Sonnental	sonnental	CH	9245	40	Europe/Zurich	47.25353	8.80698				ZH	105	112	
6292015	Schlieren	schlieren	CH	8952	9	Europe/Zurich	47.28221	8.87282				ZH	105	113	
6292194	Bertschikon	bertschikon	CH	8543	534	Europe/Zurich	47.32023	8.75775		Bertschikon (Gossau ZH)		ZH	105	115	
6292222	Allenwinden	allenwinden	CH	6319	20	Europe/Zurich	47.30403	8.78145				ZH	105	115	
6292280	Oberhof	oberhof	CH	5062	6	Europe/Zurich	47.2899	8.76851				ZH	105	116	
6292296	Brugglen	brugglen	CH	4582	2	Europe/Zurich	47.27748	8.77684				ZH	105	116	
6292350	Affeltrangen	affeltrangen	CH	9556	12	Europe/Zurich	47.28652	8.8161				ZH	105	117	
6292354	Oberhof	oberhof	CH	5062	25	Europe/Zurich	47.28672	8.82772				ZH	105	117	
6292476	Dieterswil	dieterswil	CH	3256	29	Europe/Zurich	47.28787	8.90737				ZH	105	120	
6292532	Brugglen	brugglen	CH	4582	94	Europe/Zurich	47.26882	8.92037				ZH	105	120	
6292569	Winkel	winkel	CH	8185	62	Europe/Zurich	47.26195	8.93207				ZH	105	120	
6292671	Hirzel	hirzel	CH	8816	322	Europe/Zurich	47.21743	8.60794				ZH	106	295	
6292763	Sihlwald	sihlwald	CH	8135	5	Europe/Zurich	47.26903	8.55721				ZH	106	295	
6292772	Oberhof	oberhof	CH	5062	32	Europe/Zurich	47.24975	8.58066				ZH	106	295	
6292782	Sihlbrugg (Station)	sihlbrugg-station	CH	8135	12	Europe/Zurich	47.23886	8.57719		Sihlbrugg Station		ZH	106	295	
6292888	Hohenrain	hohenrain	CH	6276	23	Europe/Zurich	47.31454	8.54794				ZH	106	135	
6292910	Tobel	tobel	CH	9555	9	Europe/Zurich	47.27456	8.54284				ZH	106	136	
6293062	Rain	rain	CH	6026	14	Europe/Zurich	47.1871	8.63196				ZH	106	293	
6293088	Gattikon	gattikon	CH	8136	2142	Europe/Zurich	47.28439	8.5483				ZH	106	141	
6293109	Allenwinden	allenwinden	CH	6319	20	Europe/Zurich	47.23415	8.62685				ZH	106	293	
6293140	Widen	widen	CH	8967	8	Europe/Zurich	47.22078	8.65302				ZH	106	293	
6293164	Grindel	grindel	CH	4247	11	Europe/Zurich	47.21106	8.65245				ZH	106	293	
6293246	Gunten	gunten	CH	3654	25	Europe/Zurich	47.26072	8.73512				ZH	107	153	
6293251	Rain	rain	CH	6026	11	Europe/Zurich	47.26076	8.76203				ZH	107	153	
6293302	Aegerten	aegerten	CH	2558	13	Europe/Zurich	47.24206	8.76409				ZH	107	153	
6293304	Brunegg	brunegg	CH	5505	31	Europe/Zurich	47.24257	8.77171				ZH	107	153	
6293518	Erlen	erlen	CH	8586	10	Europe/Zurich	47.27809	8.65277				ZH	107	156	
6293608	Dorf	dorf	CH	8458	1226	Europe/Zurich	47.239	8.73567				ZH	107	158	
6293628	Binz	binz	CH	8122	231	Europe/Zurich	47.24838	8.72425				ZH	107	158	
6293645	Eich	eich	CH	6205	90	Europe/Zurich	47.2368	8.74801				ZH	107	158	
6293731	Zollikerberg	zollikerberg	CH	8125	4187	Europe/Zurich	47.3451	8.60088				ZH	107	161	
6293766	Fluh	fluh	CH	4112	19	Europe/Zurich	47.37543	8.85948				ZH	108	297	
6293772	Widen	widen	CH	8967	31	Europe/Zurich	47.37027	8.86559				ZH	108	297	
6293803	Erlen	erlen	CH	8586	8	Europe/Zurich	47.35919	8.87728				ZH	108	297	
6293820	Schwendibach	schwendibach	CH	3624	12	Europe/Zurich	47.36959	8.90245				ZH	108	297	
6293901	Halden	halden	CH	9223	5	Europe/Zurich	47.34669	8.81564				ZH	108	173	
6293930	Agasul	agasul	CH	8308	58	Europe/Zurich	47.42581	8.7408				ZH	108	296	
6293965	Grafstal	grafstal	CH	8310	501	Europe/Zurich	47.44345	8.69961				ZH	108	176	
6293970	Tagelswangen	tagelswangen	CH	8317	1606	Europe/Zurich	47.4307	8.67284				ZH	108	176	
6294026	Auslikon	auslikon	CH	8331	331	Europe/Zurich	47.34433	8.80651				ZH	108	177	
6294042	Madetswil	madetswil	CH	8322	164	Europe/Zurich	47.41067	8.79202				ZH	108	178	
6294045	Rumlikon	rumlikon	CH	8332	403	Europe/Zurich	47.4078	8.76158				ZH	108	178	
6294066	Erlen	erlen	CH	8586	5	Europe/Zurich	47.40808	8.80515				ZH	108	178	
6294072	Matt	matt	CH	8766	9	Europe/Zurich	47.39484	8.89146				ZH	108	297	
6294098	Oberwald	oberwald	CH	3999	3	Europe/Zurich	47.38281	8.90132				ZH	108	297	
6294148	Neschwil	neschwil	CH	8484	141	Europe/Zurich	47.42943	8.78875				ZH	108	180	
6294153	Theilingen	theilingen	CH	8484	236	Europe/Zurich	47.42076	8.76765				ZH	108	180	
6294193	Steinen	steinen	CH	6422	21	Europe/Zurich	47.40189	8.90335				ZH	108	181	
6294208	Ehrikon	ehrikon	CH	8489	234	Europe/Zurich	47.41964	8.81016				ZH	108	182	
6294219	Schalchen	schalchen	CH	8489	130	Europe/Zurich	47.40732	8.82552				ZH	108	182	
6294318	Hinteregg	hinteregg	CH	8132	1107	Europe/Zurich	47.30736	8.68339				ZH	109	192	
6294319	Esslingen	esslingen	CH	8133	1203	Europe/Zurich	47.28325	8.71038				ZH	109	192	
6294362	Asp	asp	CH	5025	18	Europe/Zurich	47.29586	8.70724				ZH	109	192	
6294402	Benglen	benglen	CH	8121	1937	Europe/Zurich	47.36077	8.63687				ZH	109	193	
6294448	Scheuren	scheuren	CH	2556	707	Europe/Zurich	47.32223	8.65831				ZH	109	195	
6294449	Binz	binz	CH	8122	1601	Europe/Zurich	47.35635	8.62657				ZH	109	195	
6294460	Halden	halden	CH	9223	10	Europe/Zurich	47.34138	8.66057				ZH	109	195	
6294468	Fluh	fluh	CH	4112	7	Europe/Zurich	47.33693	8.6791				ZH	109	195	
6294553	Freudwil	freudwil	CH	8615	73	Europe/Zurich	47.37574	8.73338				ZH	109	198	
6294562	Winikon	winikon	CH	6235	44	Europe/Zurich	47.36261	8.72127				ZH	109	198	
6294565	Wermatswil	wermatswil	CH	8615	774	Europe/Zurich	47.36408	8.74152				ZH	109	198	
6294572	Riedikon	riedikon	CH	8616	516	Europe/Zurich	47.33169	8.71266				ZH	109	198	
6294587	Sulzbach	sulzbach	CH	8614	163	Europe/Zurich	47.32814	8.74608				ZH	109	198	
6294617	Gutenswil	gutenswil	CH	8605	1188	Europe/Zurich	47.38387	8.71763				ZH	109	199	
6294664	Bertschikon	bertschikon	CH	8543	104	Europe/Zurich	47.52728	8.81419				ZH	110	298	
6294672	Gundetswil	gundetswil	CH	8543	90	Europe/Zurich	47.54072	8.82299				ZH	110	298	
6294745	Dinhard	dinhard	CH	8474	522	Europe/Zurich	47.55516	8.76671		Ausser-Dinhard		ZH	110	216	
6294786	Oberhof	oberhof	CH	5062	12	Europe/Zurich	47.48894	8.8837				ZH	110	294	
6294865	Halden	halden	CH	9223	6	Europe/Zurich	47.54569	8.72074				ZH	110	221	
6294874	Sonnental	sonnental	CH	9245	7	Europe/Zurich	47.48662	8.82746				ZH	110	294	
6295051	Attikon	attikon	CH	8544	89	Europe/Zurich	47.53618	8.7964				ZH	110	298	
6295053	Hinteregg	hinteregg	CH	8132	12	Europe/Zurich	47.53335	8.79006				ZH	110	298	
6295216	Engelburg	engelburg	CH	9032	10	Europe/Zurich	47.4473	8.7955				ZH	110	231	
6295374	Uitikon / Waldegg	uitikon-waldegg	CH	8142	850	Europe/Zurich	47.36332	8.46444		Waldegg		ZH	111	248	
6295394	Seeberg	seeberg	CH	3365	9	Europe/Zurich	47.4027	8.42662				ZH	111	249	
6295514	Schwerzenbach	schwerzenbach	CH	8603	4180	Europe/Zurich	47.38213	8.65727		Shvercenbakh,shi wei cen ba he,Шверценбах,施韋岑巴赫		ZH	109	197	
6295515	Steinmaur	steinmaur	CH	8162	1438	Europe/Zurich	47.4971	8.45216				ZH	104	101	
6295516	Rifferswil	rifferswil	CH	8911	604	Europe/Zurich	47.24372	8.49692		Riffersvil',li fu si wei er,Рифферсвиль,里弗斯維爾		ZH	101	12	
6295518	Gockhausen	gockhausen	CH	8044	1411	Europe/Zurich	47.38098	8.59978				ZH	109	191	
6295519	Weiach	weiach	CH	8187	897	Europe/Zurich	47.55908	8.43344		Vajakh,wei a he,Вайах,魏阿赫		ZH	104	102	
6295530	Ebmatingen	ebmatingen	CH	8123	2278	Europe/Zurich	47.34987	8.64013				ZH	109	195	
6295537	Geroldswil	geroldswil	CH	8954	3681	Europe/Zurich	47.42213	8.41085				ZH	111	244	
6295541	Altikon	altikon	CH	8479	447	Europe/Zurich	47.57404	8.78282				ZH	110	211	
6295543	Wolfhausen	wolfhausen	CH	8633	2402	Europe/Zurich	47.25619	8.7991				ZH	105	112	
6424338	Ittigen	ittigen	CH	3063	0	Europe/Zurich	46.97434	7.48281	500	Ittigen,aytyzhan,yi di gen,Иттиген,ایتیژان,伊蒂根		BE	246	362	
6559505	Anzère	anzere	CH	1972	0	Europe/Zurich	46.29561	7.39622				VS	2305	6082	
6559506	Crans-Montana	crans-montana	CH	3963	0	Europe/Zurich	46.31316	7.47914		Kran-Montana,kranz- mwntana,kuran=montana,Кран-Монтана,كرانز- مونتانا,کرینز مونٹانا,クラン＝モンタナ		VS	2311	6253	
6559543	Bettmeralp	bettmeralp	CH	3992	0	Europe/Zurich	46.39022	8.06254	1957			VS	2309	6205	
6559545	La Tzoumaz	la-tzoumaz	CH	1918	0	Europe/Zurich	46.1448	7.23299				VS	2307	6139	
6559546	Gebertingen	gebertingen	CH	8725	0	Europe/Zurich	47.2537	9.00547				SG	1726	3341	
6559547	Aldesago	aldesago	CH	6974	0	Europe/Zurich	46.00803	8.97916				TI	2105	5192	
6559549	Torgon	torgon	CH	1899	0	Europe/Zurich	46.31947	6.87531	1085			VS	2308	6158	
6559632	Cademario	cademario	CH	6936	0	Europe/Zurich	46.02118	8.89496		Cademario-Lugano,Canvee,ka de ma li ao,卡德馬里奧		TI	2105	5161	
6559634	Agarone	agarone	CH	6597	0	Europe/Zurich	46.17844	8.90628				TI	2104	5138	
6559635	Breganzona	breganzona	CH	6932	0	Europe/Zurich	46.00694	8.92898				TI	2105	5192	
6559637	Magliaso	magliaso	CH	6983	0	Europe/Zurich	45.98122	8.88796		Majas,Maliacum,ma li ya suo,馬利亞索		TI	2105	5193	
6559638	Segnas	segnas	CH	7186	0	Europe/Zurich	46.69477	8.82897				GR	1850	3982	
6559640	Menzberg	menzberg	CH	6125	0	Europe/Zurich	47.04098	7.998				LU	315	1136	
6613214	Rottenschwil	rottenschwil	CH	8919	0	Europe/Zurich	47.31375	8.36137		Rotisvila,Rottenshvil',luo teng shi wei er,Роттеншвиль,羅滕施維爾	4238	AG	1908	4238	
6615401	Oulens-sous-Echallens	oulens-sous-echallens	CH	1377	0	Europe/Zurich	46.64378	6.57703				VD	2223	5529	
6615404	Massongex	massongex	CH	1869	0	Europe/Zurich	46.24267	6.98885				VS	2310	6215	
6615405	Les Crosets	les-crosets	CH	1873	0	Europe/Zurich	46.18506	6.8347				VS	2308	6157	
6615535	Muriaux	muriaux	CH	2338	0	Europe/Zurich	47.24575	6.9791		mu li ao,穆里奧		JU	2602	6753	
6619304	Chavannes de Bogis	chavannes-de-bogis	CH	1279	0	Europe/Zurich	46.34539	6.16204				VD	2228	5707	
6619305	Les Paccots	les-paccots	CH	1619	0	Europe/Zurich	46.52406	6.94632				FR	1007	2325	
6619306	Origlio	origlio	CH	6945	0	Europe/Zurich	46.0534	8.94656		Urij,ao li liao,奧里廖		TI	2105	5208	
6619307	Vezia	vezia	CH	6943	0	Europe/Zurich	46.02453	8.93579		Vescia,wei qi ya,韋齊亞		TI	2105	5231	
6619308	Vufflens-le-Château	vufflens-le-chateau	CH	1134	700	Europe/Zurich	46.52627	6.47206	470	Vufflens-sur-Morges,wei fu lang bao,维夫朗堡		VD	2227	5653	
6619352	Bosco Luganese	bosco-luganese	CH	6935	0	Europe/Zurich	46.02498	8.9082				TI	2105	5151	
6619353	Burgenstock	burgenstock	CH	6363	0	Europe/Zurich	46.99662	8.38428				NW	700	1510	
6619354	Ausserberg	ausserberg	CH	3938	0	Europe/Zurich	46.31386	7.85299		ao se bo ge,奧瑟伯格		VS	2309	6191	
6619355	Wienacht-Tobel	wienacht-tobel	CH	9405	0	Europe/Zurich	47.46483	9.53343		Wienacht-Tobel		AR	1503	3033	
6619727	Avry devant-Pont	avry-devant-pont	CH	1644	0	Europe/Zurich	46.68713	7.08764				FR	1003	2122	
6619863	Widen	widen	CH	8967	0	Europe/Zurich	47.36918	8.36351		Viden,wei deng,Виден,維登		AG	1903	4081	
6620239	Etoy	etoy	CH	1163	0	Europe/Zurich	46.48587	6.41816		Etoy,Etoy VD,ai tuo wa,Étoy,埃托瓦		VD	2227	5636	
6620240	Fenil-sur-Corsier	fenil-sur-corsier	CH	1809	0	Europe/Zurich	46.48358	6.86349				VD	2230	5884	
6620241	Montézillon	montezillon	CH	2037	0	Europe/Zurich	46.98659	6.83659				NE	2401	6413	
6620242	Morlon	morlon	CH	1638	0	Europe/Zurich	46.62563	7.08382		mo long,莫隆		FR	1003	2143	
6620244	Ponte Tresa	ponte-tresa	CH	6988	0	Europe/Zurich	45.97167	8.85927		Pons Tretiae,Pont da Tresa,Ponte Tresa TI,peng tai te lei sa,蓬泰特雷薩		TI	2105	5239	
6620245	Thal	thal	CH	9425	6433	Europe/Zurich	47.46677	9.56643		Altenrhein,Tal',Thal SG,Thal i Sveits,ta er,Таль,塔爾		SG	1722	3237	
6620492	Lully VD	lully-vd	CH	1132	740	Europe/Zurich	46.50513	6.46479	420			VD	2227	5639	
6639664	Préverenges	preverenges	CH	1028	4695	Europe/Zurich	46.51854	6.52682	411			VD	2227	5643	
6640176	Berlingen	berlingen	CH	8267	0	Europe/Zurich	47.67388	9.01969				TG	2012	4801	
6640177	Ipsach	ipsach	CH	2563	0	Europe/Zurich	47.11389	7.23029		Ipzachum,Ipzakh,yi pu sa he,Ипзах,伊普薩赫		BE	242	739	
6640317	Langnau am Albis	langnau-am-albis	CH	8135	7000	Europe/Zurich	47.28885	8.5411	490	Langnau ce Albis,Langnau ĉe Albis,Langnau-na-Al'bise,a er bi si fu jin lang nao,Лангнау-на-Альбисе,阿爾比斯附近朗瑙		ZH	106	136	
6690206	Safnern	safnern	CH	2553	0	Europe/Zurich	47.14996	7.32314		Zafnern,sa fu nei en,Зафнерн,薩弗內恩		BE	242	746	
6690629	Frinvillier	frinvillier	CH	2535	0	Europe/Zurich	47.16905	7.2549		Friedliswart		BE	241	449	
6690630	Plagne	plagne	CH	2536	0	Europe/Zurich	47.18831	7.28706		Plaentsch,Plagne BE,Plan',Pläntsch,pi la nie,Плань,皮拉涅		BE	241	449	
6691324	Langendorf	langendorf	CH	4513	3518	Europe/Zurich	47.21974	7.51469		Langendorf,Langendorf SO,Langendorf i Sveits,lan gen duo fu,Лангендорф,蘭根多夫		SO	1107	2550	
6691328	Hubersdorf	hubersdorf	CH	4535	0	Europe/Zurich	47.24629	7.58945		Khubersdorf,hu bo si duo fu,Хуберсдорф,胡伯斯多夫		SO	1107	2548	
6691329	Bellach	bellach	CH	4512	0	Europe/Zurich	47.21356	7.49924		Bellakh,bei la he,Беллах,貝拉赫		SO	1107	2542	
6691330	Etziken	etziken	CH	4554	0	Europe/Zurich	47.18755	7.64777		Ehtciken,ai qi ken,Этцикен,埃齊肯		SO	1106	2518	
6691333	Lommiswil	lommiswil	CH	4514	0	Europe/Zurich	47.22365	7.47139		Lommisvil',luo mi si wei er,Ломмисвиль,洛米斯維爾		SO	1107	2551	
6691336	Flumenthal	flumenthal	CH	4534	0	Europe/Zurich	47.23548	7.59851		Flumental',fu lu men ta er,Флументаль,弗盧門塔爾		SO	1107	2545	
6691337	Horriwil	horriwil	CH	4557	0	Europe/Zurich	47.1823	7.62185		Khorrivil',huo li wei er,Хорривиль,霍里維爾		SO	1106	2523	
6691338	Oekingen	oekingen	CH	4566	0	Europe/Zurich	47.1798	7.60237		Ehkingen,e jin gen,Экинген,厄金根		SO	1106	2529	
6691339	Halten	halten	CH	4566	0	Europe/Zurich	47.16883	7.60348		Halten SO,Halten i Sveits,Khal'ten,ha er teng,Хальтен,哈爾滕		SO	1106	2520	
6691340	Recherswil	recherswil	CH	4565	0	Europe/Zurich	47.16258	7.59456		Rekhersvil',lei xie si wei er,Рехерсвиль,雷歇斯維爾		SO	1106	2530	
6691355	Inkwil	inkwil	CH	3375	0	Europe/Zurich	47.20103	7.6712				BE	244	980	
6691362	Hersiwil	hersiwil	CH	4558	0	Europe/Zurich	47.16611	7.6352		Kherzivil',he xi wei er,Херзивиль,赫錫維爾		SO	1106	2535	
6691367	Nennigkofen	nennigkofen	CH	4574	0	Europe/Zurich	47.18633	7.49516		Luesslingen-Nennigkofen,Lüsslingen-Nennigkofen,Nennigofen,nen ni ge ke fen,Неннигофен,嫩尼格科芬		SO	1103	2464	
6691368	Bolken	bolken	CH	4556	0	Europe/Zurich	47.19123	7.66305		Bol'ken,bo er ken,Болькен,博爾肯		SO	1106	2514	
6691369	Wanzwil	wanzwil	CH	3372	0	Europe/Zurich	47.20033	7.69318				BE	244	977	
6691370	Heimenhausen	heimenhausen	CH	3373	0	Europe/Zurich	47.20904	7.69957		Khajmenkhauzen,hai men hao sen,Хайменхаузен,海門豪森		BE	244	977	
6691373	Boningen	boningen	CH	4618	0	Europe/Zurich	47.30857	7.85531		Boningen,bo ning gen,Бонинген,博寧根		SO	1108	2571	
6691387	Bettenhausen	bettenhausen	CH	3366	0	Europe/Zurich	47.17148	7.71575		Bettenhausen BE,Bettenkhauzen,bei teng hao sen,Беттенхаузен,貝滕豪森		BE	244	973	
6691389	Bleienbach	bleienbach	CH	3368	0	Europe/Zurich	47.18493	7.7563		Blajenbakh,bu lai en ba he,Блайенбах,布萊恩巴赫		BE	244	324	
6691390	Obersteckholz	obersteckholz	CH	4924	0	Europe/Zurich	47.19931	7.81706				BE	244	329	
6691391	Untersteckholz	untersteckholz	CH	4916	0	Europe/Zurich	47.20756	7.84445				BE	244	329	
6691408	Rumisberg	rumisberg	CH	4539	0	Europe/Zurich	47.26415	7.6403				BE	244	987	
6691409	Kestenholz	kestenholz	CH	4703	0	Europe/Zurich	47.28039	7.75291		Kestenholz SO,Kestenkhol'c,kai si teng huo er ci,Кестенхольц,凱斯滕霍爾茨		SO	1101	2403	
6691410	Neuendorf	neuendorf	CH	4623	0	Europe/Zurich	47.30083	7.7954		Neuendorf SO,Neuendorf i Sveits,Nojendorf,nuo yi yin duo fu,Нойендорф,諾伊因多夫		SO	1101	2404	
6691492	Cologny	cologny	CH	1223	0	Europe/Zurich	46.21672	6.18041		Colonia Allobrogum,ke luo ni,koroni,コロニー,科洛尼		GE	2500	6617	
6691630	Conches	conches	CH	1231	0	Europe/Zurich	46.185	6.17389				GE	2500	6612	
6691631	Troinex	troinex	CH	1256	2192	Europe/Zurich	46.16313	6.14745		te lu wa nei,torowane,トロワネ,特鲁瓦内		GE	2500	6641	
6691634	Gy	gy	CH	1251	0	Europe/Zurich	46.25324	6.25912				GE	2500	6624	
6691644	Le Lignon	le-lignon	CH	1219	0	Europe/Zurich	46.20743	6.09844				GE	2500	6643	
6691669	Carona	carona	CH	6914	0	Europe/Zurich	45.95745	8.93583	602			TI	2105	5192	
6691670	Duggingen	duggingen	CH	4202	0	Europe/Zurich	47.4518	7.60511		Duggingen,du jin gen,Дуггинген,杜金根		BL	1302	2785	
6691673	Buckten	buckten	CH	4446	660	Europe/Zurich	47.4099	7.84481		Bukten,bu ke teng,Буктен,布克滕		BL	1304	2843	
6691869	Masein	masein	CH	7425	0	Europe/Zurich	46.70357	9.42668				GR	1851	3663	
6691873	Epesses	epesses	CH	1098	0	Europe/Zurich	46.49129	6.74784		Epesses,aypss,Épesses,ایپسس		VD	2226	5613	
6691874	Riex	riex	CH	1097	0	Europe/Zurich	46.49353	6.73556		ryh,ریح		VD	2226	5613	
6691875	Grandvaux	grandvaux	CH	1091	0	Europe/Zurich	46.49381	6.71611		Grandvaux VD,ge lang wo,格朗沃		VD	2226	5613	
6691876	Tolochenaz	tolochenaz	CH	1131	0	Europe/Zurich	46.50504	6.47279		Toloshna,te luo shen na,Толошна,特洛什纳		VD	2227	5649	
6691877	Lussy-sur-Morges	lussy-sur-morges	CH	1167	0	Europe/Zurich	46.50409	6.45				VD	2227	5640	
6692071	Grancia	grancia	CH	6916	0	Europe/Zurich	45.96809	8.92691				TI	2105	5186	
6692187	Paradiso	paradiso	CH	6900	0	Europe/Zurich	45.99003	8.9457		Paradis,Paradiso TI,Paradiso i Sveits,pa la di suo,帕拉迪索		TI	2105	5210	
6692188	Chernex	chernex	CH	1822	0	Europe/Zurich	46.44389	6.91152				VD	2230	5886	
6692189	Clarens	clarens	CH	1815	0	Europe/Zurich	46.44055	6.89233				VD	2230	5886	
6692253	Villa Luganese	villa-luganese	CH	6966	0	Europe/Zurich	46.05292	8.99325				TI	2105	5192	
6692296	Orselina	orselina	CH	6644	0	Europe/Zurich	46.18013	8.79979		Orzelina,ao er sai li na,奧爾塞利納		TI	2104	5121	
6692298	Brione sopra Minusio	brione-sopra-minusio	CH	6645	0	Europe/Zurich	46.18417	8.81421				TI	2104	5096	
6692299	Arnegg	arnegg	CH	9212	0	Europe/Zurich	47.44301	9.25517				SG	1721	3443	
6692321	Cinuos-Chel	cinuos-chel	CH	7526	0	Europe/Zurich	46.64295	10.02305				GR	1846	3788	
6692334	Merlischachen	merlischachen	CH	6402	0	Europe/Zurich	47.0662	8.4054				SZ	504	1331	
6692335	Muralto	muralto	CH	6600	2818	Europe/Zurich	46.17323	8.80219		Mueralt,Mural'to,Muralto,Müralt,mu la er tuo,Муралто,Муральто,穆拉爾托		TI	2104	5120	
6692543	Aminona	aminona	CH	3963	0	Europe/Zurich	46.33125	7.5328				VS	2311	6253	
6692544	Haute Nendaz	haute-nendaz	CH	1997	0	Europe/Zurich	46.1872	7.2975	1350	Haute-Nendaz		VS	2302	6024	
6692545	Les Collons	les-collons	CH	1988	0	Europe/Zurich	46.18179	7.38642	1750			VS	2305	6089	
6695180	Valbella	valbella	CH	7077	0	Europe/Zurich	46.74727	9.55416				GR	1841	3506	
7669766	Miex	miex	CH	1896	0	Europe/Zurich	46.3395	6.867	970			VS	2308	6159	
6695946	Guntmadingen	guntmadingen	CH	8223	249	Europe/Zurich	47.68585	8.55702	439			SH	1403	2932	
6696026	Susten	susten	CH	3952	0	Europe/Zurich	46.31112	7.64334				VS	2306	6110	
6697042	Fenalet-sur-Bex	fenalet-sur-bex	CH	1880	0	Europe/Zurich	46.27182	7.02758	692			VD	2221	5402	
6697613	Grens	grens	CH	1274	0	Europe/Zurich	46.39401	6.19114				VD	2228	5722	
6697614	Muntelier	muntelier	CH	3286	0	Europe/Zurich	46.93522	7.12356		Montilier		FR	1005	2274	
6697616	Wiliberg	wiliberg	CH	5058	155	Europe/Zurich	47.26869	8.02139	651	Viliberg,wei li bei ge,Вилиберг,維利貝格		AG	1910	4288	
6697686	Colla	colla	CH	6951	624	Europe/Zurich	46.09247	9.05415	972			TI	2105	5192	
6697711	Jongny	jongny	CH	1805	1423	Europe/Zurich	46.47883	6.84114	639			VD	2230	5885	
6698595	Witterswil	witterswil	CH	4108	0	Europe/Zurich	47.48658	7.52117		Vittersvil',wei te si wei er,Виттерсвиль,維特斯維爾		SO	1104	2481	
6698597	Wallbach	wallbach	CH	4323	0	Europe/Zurich	47.55985	7.90295				AG	1909	4261	
6698598	Zeiningen	zeiningen	CH	4314	0	Europe/Zurich	47.54143	7.87179		Cajningen,cai ning gen,Цайнинген,蔡寧根		AG	1909	4263	
6698600	Obermumpf	obermumpf	CH	4324	0	Europe/Zurich	47.52937	7.93762		Obermumpf,shang meng pu fu,Обермумпф,上蒙普夫		AG	1909	4256	
6698601	Schupfart	schupfart	CH	4325	0	Europe/Zurich	47.51372	7.96577		Shupfart,shu pu fa te,Шупфарт,舒普法特		AG	1909	4259	
6698602	Hellikon	hellikon	CH	4316	0	Europe/Zurich	47.50943	7.92423		Khellikon,hei li kong,Хелликон,黑利孔		AG	1909	4251	
6930834	Ottoberg	ottoberg	CH	8561	0	Europe/Zurich	47.58763	9.08466	520	CH MAR,Ottoberg		TG	2015	4941	
6930931	Bergdietikon	bergdietikon	CH	8962	0	Europe/Zurich	47.38921	8.38624		Bergditikon,bei er ge di di kong,Бергдитикон,贝尔格迪蒂孔		AG	1902	4023	
6935404	Jaberg	jaberg	CH	3629	0	Europe/Zurich	46.81796	7.56919		Jaberg,ya bei ge,Яберг,亞貝格		BE	246	868	
6935405	Oppligen	oppligen	CH	3629	0	Europe/Zurich	46.81839	7.60074				BE	246	622	
6935406	Herbligen	herbligen	CH	3671	0	Europe/Zurich	46.8299	7.60632				BE	246	610	
6935438	Herrenschwanden	herrenschwanden	CH	3037	0	Europe/Zurich	46.97765	7.41753				BE	246	354	
6940549	Haag (Rheintal)	haag-rheintal	CH	9469	1180	Europe/Zurich	47.20989	9.48931		Haag,Haag (Rheintal)		SG	1724	3274	
6940965	Rheinsulz	rheinsulz	CH	5084	0	Europe/Zurich	47.55563	8.08989				AG	1906	4170	
6941264	Thunstetten	thunstetten	CH	4922	0	Europe/Zurich	47.20275	7.75746		Thunstetten BE,Tunshtetten,tong si tai teng,Тунштеттен,通斯泰滕		BE	244	342	
6941266	Oschwand	oschwand	CH	3476	0	Europe/Zurich	47.14077	7.71285				BE	244	988	
6941585	Murist	murist	CH	1489	495	Europe/Zurich	46.79025	6.80708	678	mu li si,穆里斯		FR	1001	2054	
6941588	Les Friques	les-friques	CH	1566	0	Europe/Zurich	46.90432	6.98722	479			FR	1001	2041	
6941590	Givisiez	givisiez	CH	1762	3010	Europe/Zurich	46.81201	7.12639	644	ji wei xie,吉維謝		FR	1004	2197	
6941593	Gletterens	gletterens	CH	1544	696	Europe/Zurich	46.89489	6.93689	510			FR	1001	2022	
6941595	Essert-Pittet	essert-pittet	CH	1435	0	Europe/Zurich	46.72754	6.58334				VD	2224	5749	
6941936	Neirivue	neirivue	CH	1669	329	Europe/Zurich	46.52504	7.05819	754			FR	1003	2121	
6943335	Surrein	surrein	CH	7173	250	Europe/Zurich	46.72309	8.94905	892			GR	1850	3985	
6946577	Aire-la-Ville	aire-la-ville	CH	1288	1100	Europe/Zurich	46.19057	6.04287	350	Aeria Villa,Ehr-la-Vil',ai er la wei er,eru=ra=vu~iru,Эр-ла-Виль,エル＝ラ＝ヴィル,艾尔拉维尔		GE	2500	6601	
6951077	Crésuz	cresuz	CH	1653	0	Europe/Zurich	46.62056	7.14257		Cresuz,Crésuz		FR	1003	2163	
6951079	Gsteigwiler	gsteigwiler	CH	3814	0	Europe/Zurich	46.65545	7.87188		Gshtajgviler,Gshtejgviler,ge si tai ge wei lei,Гштайгвилер,Гштейгвилер,格斯泰格維勒		BE	250	577	
7115578	Rietheim	rietheim	CH	5323	0	Europe/Zurich	47.6	8.28333				AG	1911	4316	
7115579	Schneisingen	schneisingen	CH	5425	0	Europe/Zurich	47.51944	8.36667		Shnajzingen,shi nai xin gen,Шнайзинген,施奈辛根		AG	1911	4318	
7115580	Wislikofen	wislikofen	CH	5463	0	Europe/Zurich	47.55833	8.36389		Vislikofen,wei si li ke fen,Висликофен,維斯利科芬		AG	1911	4322	
7115581	Unterendingen	unterendingen	CH	5305	0	Europe/Zurich	47.54861	8.29167				AG	1911	4305	
7115582	Mellikon	mellikon	CH	5465	0	Europe/Zurich	47.56944	8.35417		Mellikon,men qi ken,Мелликон,門齊肯		AG	1911	4314	
7115583	Leuggern	leuggern	CH	5316	0	Europe/Zurich	47.58195	8.21945		Lojgern,Lojggern,luo yi ge er en,Лойггерн,Лойгерн,洛伊格爾恩		AG	1911	4313	
7115586	Fisibach	fisibach	CH	5467	0	Europe/Zurich	47.56389	8.40972		Fizibakh,fei xi ba he,Физибах,菲西巴赫		AG	1911	4306	
7115590	Baldingen	baldingen	CH	5333	0	Europe/Zurich	47.55555	8.31667		Bal'dingen,Baldingen AG,Baldingen i Sveits,ba er ding gen,Бальдинген,巴爾丁根		AG	1911	4301	
7284570	Clarmont	clarmont	CH	1127	142	Europe/Zurich	46.54643	6.44949	530			VD	2227	5629	
7284712	Rorschacherberg	rorschacherberg	CH	9404	0	Europe/Zurich	47.47313	9.51116		Rorschacherberg,Rorshakherberg,luo er sha he bei ge,Роршахерберг,羅爾沙赫貝格		SG	1722	3216	
7288061	Les Giettes	les-giettes	CH	1871	0	Europe/Zurich	46.22745	6.95827				VS	2308	6153	
7288522	Veyras	veyras	CH	3968	0	Europe/Zurich	46.30212	7.53619			6254	VS	2311	6254	
7289694	Montmollin	montmollin	CH	2037	0	Europe/Zurich	46.99275	6.84654		mang te mo lan,芒特莫蘭		NE	2405	6487	
7290292	Les Sciernes-d'albeuve	les-sciernes-d-albeuve	CH	1669	0	Europe/Zurich	46.49579	7.03365				FR	1003	2121	
7302246	Baldegg	baldegg	CH	6283	0	Europe/Zurich	47.1833	8.28077				LU	313	1031	
7302249	Retschwil	retschwil	CH	6285	0	Europe/Zurich	47.19292	8.25391				LU	313	1030	
7302536	Oberurnen	oberurnen	CH	8868	1932	Europe/Zurich	47.11412	9.05866	430			GL	800	1630	
7302682	Fruthwilen	fruthwilen	CH	8269	0	Europe/Zurich	47.66169	9.06741				TG	2013	4851	
7303564	Wintersingen	wintersingen	CH	4451	0	Europe/Zurich	47.49408	7.82409		Vinterzingen,wen te xin gen,Винтерзинген,溫特辛根		BL	1304	2866	
7580936	Hasliberg-Reuti	hasliberg-reuti	CH	6086	0	Europe/Zurich	46.73195	8.21069		Hasliberg Reuti		BE	250	783	
7602700	Oberarth	oberarth	CH	6414	0	Europe/Zurich	47.05504	8.53595				SZ	506	1362	
7646375	Rigi Scheidegg	rigi-scheidegg	CH	6410	0	Europe/Zurich	47.02676	8.52277	1665			SZ	502	1311	
7647201	Oberschan	oberschan	CH	9479	0	Europe/Zurich	47.09888	9.47459				SG	1724	3276	
7648244	Lupfig	lupfig	CH	5242	0	Europe/Zurich	47.44069	8.20378		Lupfig,lu pu fei xi,Лупфиг,盧普菲希		AG	1904	4104	
7648245	Birrhard	birrhard	CH	5244	0	Europe/Zurich	47.43285	8.24498		Birkhard,bi er a er de,Бирхард,比爾阿爾德		AG	1904	4093	
7667389	Cuarnens	cuarnens	CH	1148	0	Europe/Zurich	46.62545	6.43713		ju a nan,居阿南	5479	VD	2227	5479	
7667880	Wilen b. Wil	wilen-b-wil	CH	9535	0	Europe/Zurich	47.45142	9.03419		Wilen,Wilen b. Wil		TG	2014	4786	
7669412	Courcelon	courcelon	CH	2823	0	Europe/Zurich	47.363	7.3918	426			JU	2601	6709	
7669413	Montlingen	montlingen	CH	9462	0	Europe/Zurich	47.33588	9.5906	419			SG	1723	3254	
7669421	Davos Platz	davos-platz	CH	7270	0	Europe/Zurich	46.79608	9.81756	1558	Davos,Davos Platz		GR	1849	3851	
7669425	Adelboden	adelboden	CH	3715	0	Europe/Zurich	47.27091	7.96192	447			LU	315	1147	
7669427	Aeschiried	aeschiried	CH	3703	0	Europe/Zurich	46.64623	7.72582	941			BE	249	562	
7669428	Ägerten	aegerten	CH	2558	0	Europe/Zurich	47.25638	7.81934	449			BE	244	345	
7669429	Agriswil	agriswil	CH	3216	0	Europe/Zurich	46.95546	7.19784	503			FR	1005	2276	
7669431	Algetshausen	algetshausen	CH	9249	0	Europe/Zurich	47.44909	9.10839	560			SG	1728	3408	
7669432	Alikon	alikon	CH	5643	0	Europe/Zurich	47.20051	8.36039				AG	1908	4239	
7669433	Allens	allens	CH	1304	0	Europe/Zurich	46.6009	6.51086	543			VD	2227	5477	
7669435	Alosen	alosen	CH	6315	0	Europe/Zurich	47.14231	8.63861	899			ZG	900	1706	
7669439	Altishausen	altishausen	CH	8573	0	Europe/Zurich	47.60262	9.17191	569			TG	2013	4666	
7669441	Andhausen	andhausen	CH	8572	0	Europe/Zurich	47.57937	9.18075	542			TG	2015	4891	
7669443	Anglikon	anglikon	CH	5611	0	Europe/Zurich	47.36636	8.2633	411			AG	1903	4082	
7669444	Asp	asp	CH	5025	0	Europe/Zurich	47.44496	8.05034	538			AG	1901	4004	
7669447	Aven	aven	CH	1976	0	Europe/Zurich	46.23761	7.27313	931			VS	2302	6023	
7669448	Axalp	axalp	CH	3855	0	Europe/Zurich	46.72524	8.0382	1458			BE	250	573	
7669449	Azmoos	azmoos	CH	9478	0	Europe/Zurich	47.08228	9.4768	495			SG	1724	3276	
7669450	Baar	baar	CH	6340	0	Europe/Zurich	46.20459	7.32966	738	Baar (Nendaz)		VS	2302	6024	
7669454	Bennau	bennau	CH	8836	0	Europe/Zurich	47.15019	8.73045	881			SZ	501	1301	
7669455	Berlens	berlens	CH	1680	0	Europe/Zurich	46.69594	6.95412	813			FR	1002	2087	
7669457	Bernhardzell	bernhardzell	CH	9304	0	Europe/Zurich	47.47467	9.33628	605			SG	1721	3444	
7669458	Bichwil	bichwil	CH	9248	0	Europe/Zurich	47.42179	9.13796	640			SG	1728	3407	
7669459	Biessenhofen	biessenhofen	CH	8580	0	Europe/Zurich	47.54689	9.26109	462			TG	2011	4461	
7669460	Billens	billens	CH	1681	0	Europe/Zurich	46.69218	6.9008	738			FR	1002	2063	
7669464	Boll	boll	CH	3067	0	Europe/Zurich	47.34384	8.27698	429			AG	1903	4082	
7669465	Bollion	bollion	CH	1470	0	Europe/Zurich	46.81924	6.82796	559			FR	1001	2025	
7669466	Bonau	bonau	CH	8554	0	Europe/Zurich	47.58393	9.04559	413			TG	2015	4951	
7669470	Brent	brent	CH	1817	0	Europe/Zurich	46.45926	6.90323	566			VD	2230	5886	
7669472	Brittern	brittern	CH	4588	0	Europe/Zurich	47.12201	7.49264	472			SO	1103	2465	
7669478	Buchackern	buchackern	CH	8586	0	Europe/Zurich	47.53993	9.23386	514			TG	2015	4476	
7669479	Buhwil	buhwil	CH	9215	0	Europe/Zurich	47.52853	9.16758	455			TG	2015	4501	
7669492	Carì	cari	CH	6760	0	Europe/Zurich	46.49482	8.82091	1622			TI	2103	5072	
7669493	Castelrotto	castelrotto	CH	6980	0	Europe/Zurich	45.9943	8.83927	437			TI	2105	5239	
7669497	Chandolin	chandolin	CH	3961	0	Europe/Zurich	46.24942	7.31935	818	Chandolin (Saviese),Chandolin (Savièse)		VS	2312	6265	
7669500	Chavannes-les-Forts	chavannes-les-forts	CH	1676	0	Europe/Zurich	46.65302	6.89849	784			FR	1002	2099	
7669504	Cimo	cimo	CH	6992	0	Europe/Zurich	46.00279	8.89151	557			TI	2105	5151	
7669506	Collex	collex	CH	1239	0	Europe/Zurich	46.27146	6.12326	433			GE	2500	6615	
7669510	Cormagens	cormagens	CH	1782	0	Europe/Zurich	46.83594	7.13588	575			FR	1004	2235	
7669511	Cormérod	cormerod	CH	1721	0	Europe/Zurich	46.86708	7.08962	600			FR	1005	2272	
7669513	Corpataux	corpataux	CH	1727	0	Europe/Zurich	46.7433	7.09708	687			FR	1004	2236	
7669514	Corzoneso	corzoneso	CH	6722	0	Europe/Zurich	46.44761	8.93522	711			TI	2102	5048	
7669515	Cournillens	cournillens	CH	1721	0	Europe/Zurich	46.85873	7.10259	575			FR	1005	2272	
7669516	Courtaman	courtaman	CH	1791	0	Europe/Zurich	46.87338	7.13159	591			FR	1005	2254	
7669517	Courtemautruy	courtemautruy	CH	2950	0	Europe/Zurich	47.396	7.13925	541			JU	2603	6784	
7669518	Cousset	cousset	CH	1774	0	Europe/Zurich	46.81925	6.97933	486			FR	1001	2029	
7669520	Cureggia	cureggia	CH	6963	0	Europe/Zurich	46.02077	8.98386	656			TI	2105	5192	
7669521	Daillon	daillon	CH	1976	0	Europe/Zurich	46.25739	7.30672	901			VS	2302	6023	
7669522	Daiwil	daiwil	CH	6126	0	Europe/Zurich	47.09843	8.01391	585			LU	315	1151	
7669523	Dangio	dangio	CH	6717	0	Europe/Zurich	46.49548	8.95425	801			TI	2102	5049	
7669527	Detligen	detligen	CH	3036	0	Europe/Zurich	47.00308	7.27357	607			BE	243	309	
7669528	Dettighofen	dettighofen	CH	8505	0	Europe/Zurich	47.62186	9.2016	508	Dettighofen (Lengwil)		TG	2013	4683	
7669529	Dettighofen	dettighofen	CH	8505	0	Europe/Zurich	47.61807	8.95033	528			TG	2012	4841	
7669530	Dicken	dicken	CH	9115	0	Europe/Zurich	47.33789	9.19168	816			SG	1727	3378	
7669531	Dieterswil	dieterswil	CH	3256	0	Europe/Zurich	47.0565	7.42587	561			BE	243	310	
7669532	Dietfurt	dietfurt	CH	9615	0	Europe/Zurich	47.34881	9.08092	611			SG	1727	3395	
7669535	Dietschwil	dietschwil	CH	9533	0	Europe/Zurich	47.42294	9.01703	703			SG	1727	3392	
7669536	Donzhausen	donzhausen	CH	8583	0	Europe/Zurich	47.55552	9.19744	465			TG	2015	4506	
7669537	Dotnacht	dotnacht	CH	8566	0	Europe/Zurich	47.60163	9.14245	515			TG	2013	4666	
7669540	Dussnang	dussnang	CH	8374	0	Europe/Zurich	47.43141	8.96309	593			TG	2014	4726	
7669545	Eich	eich	CH	6205	0	Europe/Zurich	47.34931	7.98798	433			SO	1108	2572	
7669546	Ellighausen	ellighausen	CH	8566	0	Europe/Zurich	47.61491	9.13688	516			TG	2013	4666	
7669547	Engelburg	engelburg	CH	9032	0	Europe/Zurich	47.44553	9.34201	719			SG	1721	3442	
7669548	Enggistein	enggistein	CH	3077	0	Europe/Zurich	46.93348	7.59787	691			BE	246	627	
7669549	Engi	engi	CH	8765	0	Europe/Zurich	47.40397	7.61089	603			SO	1110	2621	
7669550	Engishofen	engishofen	CH	8586	0	Europe/Zurich	47.55863	9.25277	441			TG	2015	4476	
7669551	Englisberg	englisberg	CH	3086	0	Europe/Zurich	46.89924	7.46928	815			BE	246	888	
7669552	Engwang	engwang	CH	8556	0	Europe/Zurich	47.60152	9.05554	445			TG	2015	4951	
7669553	Engwilen	engwilen	CH	8564	0	Europe/Zurich	47.6185	9.09687	532			TG	2013	4701	
7669554	Ennetaach	ennetaach	CH	8586	0	Europe/Zurich	47.55044	9.21718	451			TG	2015	4476	
7669559	Epagny	epagny	CH	1663	0	Europe/Zurich	46.58958	7.08563	715			FR	1003	2135	
7669560	Eppenberg	eppenberg	CH	5012	0	Europe/Zurich	47.37735	8.02491	459			SO	1108	2574	
7669562	Ermenswil	ermenswil	CH	8734	0	Europe/Zurich	47.24612	8.88618	484			SG	1726	3342	
7669567	Fenin	fenin	CH	2063	0	Europe/Zurich	47.02667	6.92297	756			NE	2405	6487	
7669568	Fenkrieden	fenkrieden	CH	5645	0	Europe/Zurich	47.16091	8.37022	499			AG	1908	4239	
7669572	Flanthey	flanthey	CH	3978	0	Europe/Zurich	46.27012	7.45358	741			VS	2311	6240	
7669573	Flendruz	flendruz	CH	1659	0	Europe/Zurich	46.48508	7.18268	983			VD	2230	5843	
7669577	Frasnacht	frasnacht	CH	9320	0	Europe/Zurich	47.52983	9.40583	415			TG	2011	4401	
7669578	Frasses	frasses	CH	1483	0	Europe/Zurich	46.82817	6.86442	482			FR	1001	2050	
7669582	Friltschen	friltschen	CH	9504	0	Europe/Zurich	47.54001	9.08633	523			TG	2015	4921	
7669588	Gammen	gammen	CH	3206	0	Europe/Zurich	46.92081	7.22804	528			BE	246	662	
7669589	Gasel	gasel	CH	3144	0	Europe/Zurich	46.90217	7.40184	646			BE	246	355	
7669592	Geiss	geiss	CH	6123	0	Europe/Zurich	47.09203	8.0569	614			LU	315	1136	
7669593	Gerolfingen	gerolfingen	CH	2575	0	Europe/Zurich	47.07705	7.19894	501			BE	243	751	
7669601	Golino	golino	CH	6656	0	Europe/Zurich	46.17998	8.71271	269			TI	2104	5397	
7669603	Graltshausen	graltshausen	CH	8572	0	Europe/Zurich	47.5972	9.18361	577			TG	2015	4891	
7669604	Greich	greich	CH	3983	0	Europe/Zurich	46.36793	8.04023	1361			VS	2309	6181	
7669605	Grenilles	grenilles	CH	1726	0	Europe/Zurich	46.72717	7.04996	682			FR	1004	2236	
7669608	Gross	gross	CH	8841	0	Europe/Zurich	47.1178	8.77439	893			SZ	501	1301	
7669613	Gumefens	gumefens	CH	1643	0	Europe/Zurich	46.67794	7.07665	726			FR	1003	2122	
7669617	Guschelmuth	guschelmuth	CH	1792	0	Europe/Zurich	46.88655	7.14333	575			FR	1005	2262	
7669618	Gutenburg	gutenburg	CH	4932	0	Europe/Zurich	47.18379	7.79483	512			BE	244	332	
7669619	Gysenstein	gysenstein	CH	3503	0	Europe/Zurich	46.89148	7.59243	738			BE	246	612	
7669621	Hagendorn	hagendorn	CH	6332	0	Europe/Zurich	47.20453	8.43332	396			ZG	900	1702	
7669623	Halden	halden	CH	9223	0	Europe/Zurich	47.50552	9.21058	487			TG	2015	4471	
7669625	Happerswil	happerswil	CH	8585	0	Europe/Zurich	47.57907	9.22407	528			TG	2015	4901	
7669631	Hattenhausen	hattenhausen	CH	8564	0	Europe/Zurich	47.62575	9.068	550			TG	2013	4701	
7669635	Heldswil	heldswil	CH	9216	0	Europe/Zurich	47.53036	9.22217	525			TG	2015	4495	
7669637	Hettenschwil	hettenschwil	CH	5317	0	Europe/Zurich	47.5786	8.20027	369			AG	1911	4313	
7669645	Hosenruck	hosenruck	CH	9515	0	Europe/Zurich	47.49173	9.12391	709			TG	2015	4791	
7669648	Hugelshofen	hugelshofen	CH	8565	0	Europe/Zurich	47.59993	9.11655	500			TG	2013	4666	
7669651	Ichertswil	ichertswil	CH	4571	0	Europe/Zurich	47.16142	7.5001	483			SO	1103	2455	
7669654	Illhart	illhart	CH	8556	0	Europe/Zurich	47.62127	9.03954	517			TG	2015	4951	
7669655	Innerberg	innerberg	CH	3044	0	Europe/Zurich	46.9975	7.3073				BE	246	360	
7669656	Innereriz	innereriz	CH	3619	0	Europe/Zurich	46.78832	7.82385				BE	247	924	
7669657	Istighofen	istighofen	CH	8575	0	Europe/Zurich	47.54232	9.14994	441			TG	2015	4911	
7669662	Kaltbach	kaltbach	CH	6212	0	Europe/Zurich	47.184	8.06228	521			LU	314	1091	
7669663	Kaltenbach	kaltenbach	CH	8259	0	Europe/Zurich	47.65185	8.83935	429			TG	2012	4871	
7669669	Klarsreuti	klarsreuti	CH	8585	0	Europe/Zurich	47.58873	9.21405	560			TG	2015	4901	
7669670	Kleingurmels	kleingurmels	CH	3212	0	Europe/Zurich	46.88617	7.18741	558			FR	1005	2262	
7669674	Kottwil	kottwil	CH	6217	0	Europe/Zurich	47.1645	8.04643	516			LU	315	1128	
7669676	Kriessern	kriessern	CH	9451	0	Europe/Zurich	47.36877	9.61133	413			SG	1723	3254	
7669677	Kulmerau	kulmerau	CH	6234	0	Europe/Zurich	47.25456	8.08924	622			LU	314	1104	
7669683	La Corbaz	la-corbaz	CH	1782	0	Europe/Zurich	46.84041	7.11586	648			FR	1004	2235	
7669684	La Coudre	la-coudre	CH	1148	0	Europe/Zurich	47.00892	6.96122	514			NE	2404	6458	
7669685	La Coudre	la-coudre	CH	1148	0	Europe/Zurich	46.64044	6.40356	837			VD	2227	5486	
7669694	Landschlacht	landschlacht	CH	8597	0	Europe/Zurich	47.62759	9.24545	408			TG	2013	4691	
7669695	Lanterswil	lanterswil	CH	9503	0	Europe/Zurich	47.52205	9.09713	578			TG	2015	4921	
7669696	Lanzenneunforn	lanzenneunforn	CH	8506	0	Europe/Zurich	47.62401	8.94009	562			TG	2012	4811	
7669699	La Russille	la-russille	CH	1356	0	Europe/Zurich	46.7379	6.48078	692			VD	2224	5750	
7669700	La Sage	la-sage	CH	1985	0	Europe/Zurich	46.09975	7.51597	1667			VS	2305	6083	
7669705	L'Auberson	l-auberson	CH	1454	0	Europe/Zurich	46.81922	6.45974	1100			VD	2224	5568	
7669708	La Vraconnaz	la-vraconnaz	CH	1454	0	Europe/Zurich	46.84265	6.48366	1109			VD	2224	5568	
7669713	Le Fuet	le-fuet	CH	2712	0	Europe/Zurich	47.24479	7.18396	844			BE	241	706	
7669715	Lenggenwil	lenggenwil	CH	9525	0	Europe/Zurich	47.47627	9.15042	544			SG	1728	3423	
7669716	Lentigny	lentigny	CH	1745	0	Europe/Zurich	46.76106	7.00294	720			FR	1004	2234	
7669717	Leontica	leontica	CH	6716	0	Europe/Zurich	46.46095	8.92335	875			TI	2102	5048	
7669718	Le Séchey	le-sechey	CH	1345	0	Europe/Zurich	46.66142	6.3009	1037			VD	2224	5873	
7669719	Les Emibois	les-emibois	CH	2338	0	Europe/Zurich	47.23318	6.98673	955			JU	2602	6753	
7669721	Les Evouettes	les-evouettes	CH	1897	0	Europe/Zurich	46.36198	6.87672	382			VS	2308	6154	
7669724	Le Solliat	le-solliat	CH	1347	0	Europe/Zurich	46.62112	6.23552	1058			VD	2224	5872	
7669726	Les Prés-d'Orvin	les-pres-d-orvin	CH	2534	0	Europe/Zurich	47.15705	7.17601	1069			BE	241	438	
7669727	Les Rasses	les-rasses	CH	1452	0	Europe/Zurich	46.82902	6.53906	1188			VD	2224	5552	
7669728	Les Reussilles	les-reussilles	CH	2722	0	Europe/Zurich	47.22588	7.0846	1011			BE	241	446	
7669731	Le Trétien	le-tretien	CH	1923	0	Europe/Zurich	46.10224	6.99932	1060			VS	2310	6218	
7669732	Levron	levron	CH	1942	0	Europe/Zurich	46.10024	7.16379	1307			VS	2303	6037	
7669734	Lipperswil	lipperswil	CH	8564	0	Europe/Zurich	47.61705	9.05701	491			TG	2013	4701	
7669735	Lippoldswilen	lippoldswilen	CH	8566	0	Europe/Zurich	47.61229	9.11274	508			TG	2013	4666	
7669736	Littenheid	littenheid	CH	9573	0	Europe/Zurich	47.44204	9.01044	572			TG	2014	4761	
7669737	Lobsigen	lobsigen	CH	3268	0	Europe/Zurich	47.02818	7.29449	524			BE	243	312	
7669740	Lopagno	lopagno	CH	6956	0	Europe/Zurich	46.0701	8.97809	598			TI	2105	5226	
7669741	Lossy	lossy	CH	1782	0	Europe/Zurich	46.83514	7.1095	609			FR	1004	2235	
7669744	Lugnorre	lugnorre	CH	1789	0	Europe/Zurich	46.95105	7.07492	507			FR	1005	2284	
7669747	Lustdorf	lustdorf	CH	8512	0	Europe/Zurich	47.55144	8.98812	591			TG	2012	4611	
7669751	Madrano	madrano	CH	6780	0	Europe/Zurich	46.52752	8.62927	1156			TI	2103	5061	
7669755	Mattwil	mattwil	CH	8585	0	Europe/Zurich	47.5791	9.20769	533			TG	2015	4901	
7669756	Maules	maules	CH	1625	0	Europe/Zurich	46.63998	6.99207	893			FR	1003	2152	
7669762	Mettlen	mettlen	CH	9517	0	Europe/Zurich	46.7563	7.51243	644			BE	247	886	
7669765	Middes	middes	CH	1749	0	Europe/Zurich	46.76924	6.95017	705			FR	1002	2115	
7669767	Mission	mission	CH	3961	0	Europe/Zurich	46.19111	7.59364	1312			VS	2311	6252	
7669772	Montagny-les-Monts	montagny-les-monts	CH	1774	0	Europe/Zurich	46.81072	6.9915	560			FR	1001	2029	
7669773	Montavon	montavon	CH	2857	0	Europe/Zurich	47.37393	7.23692	627			JU	2601	6702	
7669775	Montbrelloz	montbrelloz	CH	1475	0	Europe/Zurich	46.85478	6.88759	501			FR	1001	2054	
7669776	Monte	monte	CH	6875	0	Europe/Zurich	45.88301	9.02887	678			TI	2106	5249	
7669787	Murzelen	murzelen	CH	3034	0	Europe/Zurich	46.98311	7.31555	622			BE	246	360	
7669792	Nassen	nassen	CH	9123	0	Europe/Zurich	47.37436	9.13728	701			SG	1727	3378	
7669793	Nesselnbach	nesselnbach	CH	5524	0	Europe/Zurich	47.38968	8.29138	380			AG	1903	4072	
7669796	Neuwilen	neuwilen	CH	8566	0	Europe/Zurich	47.62138	9.13536	547			TG	2013	4666	
7669799	Niederneunforn	niederneunforn	CH	8525	0	Europe/Zurich	47.59729	8.78482	445			TG	2012	4601	
7669800	Niederteufen	niederteufen	CH	9052	0	Europe/Zurich	47.39403	9.36671	829			AR	1502	3024	
7669805	Nivo	nivo	CH	6746	0	Europe/Zurich	46.43717	8.84298	623			TI	2103	5072	
7669807	Nuglar	nuglar	CH	4412	0	Europe/Zurich	47.47275	7.69376	487			SO	1104	2478	
7669813	Obergoldbach	obergoldbach	CH	3434	0	Europe/Zurich	46.962	7.67391	750			BE	246	613	
7669817	Oberneunforn	oberneunforn	CH	8526	0	Europe/Zurich	47.60771	8.77126	471			TG	2012	4601	
7669818	Oberrindal	oberrindal	CH	9604	0	Europe/Zurich	47.40905	9.12014	639			SG	1728	3405	
7669829	Oppikon	oppikon	CH	9565	0	Europe/Zurich	47.55207	9.06205	480			TG	2015	4921	
7669831	Ortschwaben	ortschwaben	CH	3042	0	Europe/Zurich	46.99171	7.40185	582			BE	246	307	
7669837	Pazzallo	pazzallo	CH	6912	0	Europe/Zurich	45.98588	8.94436	421			TI	2105	5192	
7669840	Pensier	pensier	CH	1783	0	Europe/Zurich	46.84544	7.13622	550			FR	1005	2254	
7669844	Plons	plons	CH	8889	0	Europe/Zurich	47.05752	9.40076	490			SG	1725	3293	
7669846	Posat	posat	CH	1726	0	Europe/Zurich	46.73895	7.05839	679			FR	1004	2236	
7669847	Posieux	posieux	CH	1725	0	Europe/Zurich	46.76226	7.09706	675			FR	1004	2233	
7669848	Pringy	pringy	CH	1663	0	Europe/Zurich	46.58232	7.07329	752			FR	1003	2135	
7669851	Promasens	promasens	CH	1673	0	Europe/Zurich	46.60279	6.82377	607			FR	1002	2097	
7669853	Ramsei	ramsei	CH	3435	0	Europe/Zurich	46.99833	7.71185	599			BE	245	955	
7669856	Réchy	rechy	CH	3966	0	Europe/Zurich	46.26258	7.49623	524			VS	2311	6232	
7669858	Reidermoos	reidermoos	CH	6260	0	Europe/Zurich	47.25345	7.99138	497			LU	315	1140	
7669862	Rheinklingen	rheinklingen	CH	8259	0	Europe/Zurich	47.67635	8.80855	408			TG	2012	4871	
7669867	Riedtwil	riedtwil	CH	3475	0	Europe/Zurich	47.1437	7.69816	498			BE	244	988	
7669870	Ringoldswil	ringoldswil	CH	3656	0	Europe/Zurich	46.7347	7.69555	999			BE	247	938	
7669871	Romanens	romanens	CH	1626	0	Europe/Zurich	46.65201	6.97139	893			FR	1003	2152	
7669873	Rosé	rose	CH	1754	0	Europe/Zurich	46.78401	7.0629	668			FR	1004	2174	
7669875	Rothenhausen	rothenhausen	CH	9565	0	Europe/Zurich	47.55118	9.10257	456			TG	2015	4921	
7669887	Russo	russo	CH	6662	0	Europe/Zurich	46.20304	8.62333	801			TI	2104	5136	
7669891	Salavaux	salavaux	CH	1585	0	Europe/Zurich	46.91968	7.02324	436			VD	2222	5464	
7669893	Salorino	salorino	CH	6872	0	Europe/Zurich	45.87365	8.9953	465			TI	2106	5254	
7669897	Sarreyer	sarreyer	CH	1948	0	Europe/Zurich	46.06396	7.25195	1239			VS	2303	6037	
7669898	Saules	saules	CH	2063	0	Europe/Zurich	47.03968	6.94069	790			NE	2405	6487	
7669900	Scareglia	scareglia	CH	6951	0	Europe/Zurich	46.09123	9.03817	984			TI	2105	5192	
7669906	Scharnachtal	scharnachtal	CH	3722	0	Europe/Zurich	46.6162	7.69798	852			BE	249	567	
7669909	Schocherswil	schocherswil	CH	8581	0	Europe/Zurich	47.53807	9.2674	532			TG	2011	4461	
7669915	Schwanden im Emmental	schwanden-im-emmental	CH	3433	0	Europe/Zurich	46.98804	7.69521	639			BE	245	905	
7669919	Seewil	seewil	CH	3256	0	Europe/Zurich	47.04946	7.40983	554			BE	243	310	
7669920	Seiry	seiry	CH	1470	0	Europe/Zurich	46.81407	6.83127	605			FR	1001	2025	
7669923	Seseglio	seseglio	CH	6832	0	Europe/Zurich	45.82798	9.00046	277			TI	2106	5250	
7669924	Sigigen	sigigen	CH	6019	0	Europe/Zurich	47.06541	8.13422	765			LU	314	1098	
7669925	Signy	signy	CH	1274	0	Europe/Zurich	46.39174	6.20294	468			VD	2228	5728	
7669927	Somazzo	somazzo	CH	6872	0	Europe/Zurich	45.8786	8.99369	568			TI	2106	5254	
7669929	Sonterswil	sonterswil	CH	8564	0	Europe/Zurich	47.62224	9.07949	530			TG	2013	4701	
7669931	Speicherschwendi	speicherschwendi	CH	9037	0	Europe/Zurich	47.42651	9.43779	744			AR	1502	3023	
7669937	Stachen	stachen	CH	9320	0	Europe/Zurich	47.50873	9.41315	412			TG	2011	4401	
7669942	Steinebrunn	steinebrunn	CH	9314	0	Europe/Zurich	47.53549	9.3441	449			TG	2011	4411	
7669945	Steinen	steinen	CH	6422	0	Europe/Zurich	46.90694	7.71817	713			BE	245	907	
7669947	St. Erhard	st-erhard	CH	6212	0	Europe/Zurich	47.18427	8.07506	526			LU	314	1089	
7669948	St. Josefen	st-josefen	CH	9030	0	Europe/Zurich	47.426	9.33696	621			SG	1721	3442	
7669952	St-Maurice	st-maurice	CH	1890	0	Europe/Zurich	46.25466	6.21713	433			GE	2500	6616	
7669960	Sutz	sutz	CH	2572	0	Europe/Zurich	47.10343	7.22081	450			BE	242	750	
7669961	Tennwil	tennwil	CH	5617	0	Europe/Zurich	47.30808	8.22267	489			AG	1907	4202	
7669962	Torny-le-Grand	torny-le-grand	CH	1748	0	Europe/Zurich	46.77205	6.96666	675			FR	1002	2115	
7669964	Trachslau	trachslau	CH	8840	0	Europe/Zurich	47.10282	8.72936	928			SZ	501	1301	
7669965	Triboltingen	triboltingen	CH	8273	0	Europe/Zurich	47.66207	9.1118	416			TG	2013	4646	
7669967	Tscherlach	tscherlach	CH	8881	0	Europe/Zurich	47.12018	9.33447	451			SG	1725	3298	
7669972	Tuttwil	tuttwil	CH	9546	0	Europe/Zurich	47.48351	8.94218	612			TG	2014	4781	
7669973	Uerschhausen	uerschhausen	CH	8537	0	Europe/Zurich	47.60853	8.81809	448			TG	2012	4821	
7669976	Unterrindal	unterrindal	CH	9604	0	Europe/Zurich	47.41061	9.09109	585			SG	1727	3393	
7669980	Urswil	urswil	CH	6280	0	Europe/Zurich	47.15231	8.29494	495			LU	313	1031	
7669981	Utzigen	utzigen	CH	3068	0	Europe/Zurich	46.96211	7.56568	691			BE	246	359	
7669982	Vaglio	vaglio	CH	6947	0	Europe/Zurich	46.06222	8.95847	549			TI	2105	5226	
7669987	Versegères	versegeres	CH	1947	0	Europe/Zurich	46.06705	7.23481	886			VS	2303	6037	
7669989	Vezio	vezio	CH	6938	0	Europe/Zurich	46.04605	8.8832	782			TI	2105	5237	
7669993	Villargiroud	villargiroud	CH	1694	0	Europe/Zurich	46.70546	7.00224	788			FR	1002	2114	
7669994	Villarimboud	villarimboud	CH	1691	0	Europe/Zurich	46.74172	6.96523	756			FR	1002	2117	
7669996	Villars Bozon	villars-bozon	CH	1148	0	Europe/Zurich	46.60647	6.40675	660			VD	2227	5486	
7669997	Villars-sous-Mont	villars-sous-mont	CH	1666	0	Europe/Zurich	46.54119	7.07035	758			FR	1003	2162	
7670004	Vuippens	vuippens	CH	1633	0	Europe/Zurich	46.66	7.0746	706			FR	1003	2140	
7670006	Wagen	wagen	CH	8646	0	Europe/Zurich	47.23245	8.8869	429			SG	1726	3340	
7670007	Wagerswil	wagerswil	CH	8564	0	Europe/Zurich	47.60896	9.06512	477			TG	2015	4951	
7670008	Wahlendorf	wahlendorf	CH	3046	0	Europe/Zurich	47.00905	7.33882	752			BE	246	307	
7670014	Wallenwil	wallenwil	CH	8360	0	Europe/Zurich	47.45821	8.95772	584			TG	2014	4724	
7670015	Warth	warth	CH	8532	0	Europe/Zurich	47.58501	8.87413	438			TG	2012	4621	
7670019	Weier im Emmental	weier-im-emmental	CH	3462	0	Europe/Zurich	47.06242	7.75061	737			BE	245	951	
7670021	Weite	weite	CH	9476	0	Europe/Zurich	47.09377	9.49835	469			SG	1724	3276	
7670027	Wilihof	wilihof	CH	6236	0	Europe/Zurich	47.22757	8.06559	515			LU	314	1104	
7670029	Willerzell	willerzell	CH	8846	0	Europe/Zurich	47.13321	8.79353	890			SZ	501	1301	
7670030	Willisdorf	willisdorf	CH	8253	0	Europe/Zurich	47.68132	8.73806	415			TG	2012	4545	
7670031	Wirzweli	wirzweli	CH	6383	0	Europe/Zurich	46.91489	8.36451	1222			NW	700	1503	
7670032	Wittenwil	wittenwil	CH	9547	0	Europe/Zurich	47.50477	8.92312	503			TG	2014	4551	
7670033	Wolfertswil	wolfertswil	CH	9116	0	Europe/Zurich	47.39575	9.1839	767			SG	1728	3401	
7670037	Zezikon	zezikon	CH	9556	0	Europe/Zurich	47.53649	9.0237	492			TG	2015	4711	
7670041	Zuben	zuben	CH	8585	0	Europe/Zurich	47.61018	9.23791	508			TG	2013	4681	
7670044	Aawangen	aawangen	CH	8522	0	Europe/Zurich	47.51329	8.90078	495			TG	2014	4551	
7670059	Autavaux	autavaux	CH	1475	0	Europe/Zurich	46.86661	6.87821	475			FR	1001	2054	
7670064	Balmberg	balmberg	CH	4524	0	Europe/Zurich	47.26441	7.54151	1058			SO	1107	2541	
7670071	Berzona	berzona	CH	6661	0	Europe/Zurich	46.20592	8.66344	815			TI	2104	5136	
7670072	Besencens	besencens	CH	1609	0	Europe/Zurich	46.58746	6.86871	880			FR	1007	2335	
7670078	Blessens	blessens	CH	1675	0	Europe/Zurich	46.61204	6.83881	706			FR	1002	2097	
7670081	Bollingen	bollingen	CH	8715	0	Europe/Zurich	47.22047	8.89545	409			SG	1726	3340	
7670085	Bouloz	bouloz	CH	1699	0	Europe/Zurich	46.61242	6.88267	865			FR	1007	2337	
7670086	Bourguillon	bourguillon	CH	1722	0	Europe/Zurich	46.80134	7.17774	655			FR	1004	2196	
7670098	Burglauenen	burglauenen	CH	3816	0	Europe/Zurich	46.63717	7.97644	896			BE	250	576	
7670101	Calonico	calonico	CH	6746	0	Europe/Zurich	46.45162	8.84239	961			TI	2103	5072	
7670102	Camuns	camuns	CH	7113	0	Europe/Zurich	46.70491	9.19955	1177			GR	1850	3618	
7670107	Cavardiras	cavardiras	CH	7182	0	Europe/Zurich	46.71123	8.88564	1132			GR	1850	3982	
7670111	Champoussin	champoussin	CH	1873	0	Europe/Zurich	46.20767	6.86388	1588			VS	2308	6157	
7670112	Champ-du-Moulin	champ-du-moulin	CH	2149	0	Europe/Zurich	46.96107	6.77564				NE	2401	6413	
7670113	Chandon	chandon	CH	1773	0	Europe/Zurich	46.84048	7.04892	525			FR	1001	2053	
7670118	Choëx	choex	CH	1871	0	Europe/Zurich	46.24127	6.95841	594			VS	2308	6153	
7670120	Coglio	coglio	CH	6678	0	Europe/Zurich	46.27047	8.68505	352			TI	2108	5317	
7670124	Corjolens	corjolens	CH	1754	0	Europe/Zurich	46.78693	7.04646	660			FR	1004	2174	
7670133	Dalin	dalin	CH	7424	0	Europe/Zurich	46.73638	9.40558	1236			GR	1851	3661	
7670134	Dardin	dardin	CH	7164	0	Europe/Zurich	46.75914	9.04847	1069			GR	1850	3981	
7670141	Ebnet	ebnet	CH	6163	0	Europe/Zurich	47.02311	8.07819	727			LU	316	1002	
7670143	Edlibach	edlibach	CH	6313	0	Europe/Zurich	47.18258	8.57495	728			ZG	900	1704	
7670149	Esmonts	esmonts	CH	1670	0	Europe/Zurich	46.64325	6.84512	828			FR	1002	2102	
7670151	Estavayer-le-Gibloux	estavayer-le-gibloux	CH	1695	0	Europe/Zurich	46.72414	7.0263	700			FR	1004	2236	
7670152	Estévenens	estevenens	CH	1687	0	Europe/Zurich	46.67027	6.9551	779			FR	1002	2113	
7670157	Fajauna	fajauna	CH	7226	0	Europe/Zurich	46.97116	9.70192	862	Fajauna-Stels		GR	1849	3962	
7670162	Fescoggia	fescoggia	CH	6938	0	Europe/Zurich	46.04168	8.8778	831			TI	2105	5237	
7670163	Fiaugères	fiaugeres	CH	1609	0	Europe/Zurich	46.5873	6.89271	853			FR	1007	2335	
7670164	Figino	figino	CH	6918	0	Europe/Zurich	45.95184	8.90703	292			TI	2105	5192	
7670167	Finstersee	finstersee	CH	6313	0	Europe/Zurich	47.16854	8.6308	774			ZG	900	1704	
7670181	Gillarens	gillarens	CH	1673	0	Europe/Zurich	46.58891	6.82808	671			FR	1002	2097	
7670183	Gontenbad	gontenbad	CH	9108	0	Europe/Zurich	47.33313	9.37367	883			AI	1600	3102	
7670186	Grattavache	grattavache	CH	1624	0	Europe/Zurich	46.59598	6.91345	812			FR	1007	2338	
7670187	Gretschins	gretschins	CH	9479	0	Europe/Zurich	47.09897	9.4868	602			SG	1724	3276	
7670201	Heinrichswil	heinrichswil	CH	4558	0	Europe/Zurich	47.15789	7.63513	478	Heinrichswil,Heinrichswil-Winistorf		SO	1106	2535	
7670205	Hennens	hennens	CH	1681	0	Europe/Zurich	46.68372	6.88635	763			FR	1002	2063	
7670206	Herlisberg	herlisberg	CH	6028	0	Europe/Zurich	47.19943	8.23123	737			LU	313	1039	
7670210	Hinterfultigen	hinterfultigen	CH	3089	0	Europe/Zurich	46.8398	7.40089	852			BE	246	880	
7670212	Hoffeld	hoffeld	CH	9114	0	Europe/Zurich	47.36433	9.17466	734			SG	1727	3378	
7670213	Hofstatt	hofstatt	CH	6154	0	Europe/Zurich	47.08605	7.91614	705			LU	315	1135	
7670222	Insone	insone	CH	6951	0	Europe/Zurich	46.08641	9.03076	880			TI	2105	5192	
7670229	Kappelen	kappelen	CH	3273	0	Europe/Zurich	47.09755	7.71762	626			BE	245	424	
7670232	Kleine Scheidegg	kleine-scheidegg	CH	3823	0	Europe/Zurich	46.58609	7.96126	2061			BE	250	576	
7670235	La Châtagne	la-chatagne	CH	2406	0	Europe/Zurich	46.99024	6.6421				NE	2403	6432	
7670241	La Magne	la-magne	CH	1687	0	Europe/Zurich	46.6347	6.93227				FR	1002	2113	
7670258	Le Prévoux	le-prevoux	CH	2400	0	Europe/Zurich	47.03834	6.70327	1077			NE	2403	6436	
7670265	Les Ecasseys	les-ecasseys	CH	1697	0	Europe/Zurich	46.623	6.91082	915			FR	1002	2113	
7670270	Libingen	libingen	CH	9614	0	Europe/Zurich	47.32999	9.02426	769			SG	1727	3394	
7670271	Lieffrens	lieffrens	CH	1688	0	Europe/Zurich	46.63799	6.90167	862			FR	1002	2113	
7670279	Lovens	lovens	CH	1756	0	Europe/Zurich	46.77413	7.02113	767			FR	1004	2234	
7670282	Lunden	lunden	CH	7222	0	Europe/Zurich	46.95134	9.71429	780	Lunden,Mittellunden		GR	1849	3962	
7670286	Magnedens	magnedens	CH	1727	0	Europe/Zurich	46.74347	7.08228	707			FR	1004	2236	
7670290	Marolta	marolta	CH	6723	0	Europe/Zurich	46.48006	8.9225	793			TI	2102	5048	
7670291	Maseltrangen	maseltrangen	CH	8723	0	Europe/Zurich	47.19153	9.0524	437			SG	1726	3315	
7670298	Menzonio	menzonio	CH	6692	0	Europe/Zurich	46.36242	8.64205	731			TI	2108	5323	
7670300	Milken	milken	CH	3157	0	Europe/Zurich	46.79366	7.35904	947			BE	246	855	
7670304	Molare	molare	CH	6760	0	Europe/Zurich	46.48743	8.8315	1488			TI	2103	5072	
7670305	Mollie-Margot	mollie-margot	CH	1073	0	Europe/Zurich	46.55802	6.7513	830			VD	2226	5604	
7670313	Morlens	morlens	CH	1674	0	Europe/Zurich	46.65423	6.83741	725			FR	1002	2102	
7670318	Neudorf	neudorf	CH	6025	0	Europe/Zurich	47.29816	8.00788	601			AG	1910	4286	
7670323	Nierlet-les-Bois	nierlet-les-bois	CH	1772	0	Europe/Zurich	46.82129	7.05846	674			FR	1004	2217	
7670327	Noréaz	noreaz	CH	1757	0	Europe/Zurich	46.77999	6.67332	532			VD	2224	5909	
7670338	Odogno	odogno	CH	6960	0	Europe/Zurich	46.08294	8.97191	615			TI	2105	5226	
7670343	Parsonz	parsonz	CH	7464	0	Europe/Zurich	46.61115	9.57302	1363			GR	1841	3543	
7670346	Petit-Martel	petit-martel	CH	2316	0	Europe/Zurich	47.01215	6.75635	1008			NE	2403	6437	
7670352	Praratoud	praratoud	CH	1528	0	Europe/Zurich	46.73528	6.84894	650			FR	1001	2044	
7670356	Progens	progens	CH	1624	0	Europe/Zurich	46.58478	6.91106	873			FR	1007	2338	
7670357	Pugerna	pugerna	CH	6823	0	Europe/Zurich	45.97983	8.97999	472			TI	2105	5144	
7670360	Ramersberg	ramersberg	CH	6060	0	Europe/Zurich	46.89925	8.23346	663			OW	600	1407	
7670361	Ranzo	ranzo	CH	6577	0	Europe/Zurich	46.11463	8.77371	208			TI	2104	5398	
7670362	Rasa	rasa	CH	6655	0	Europe/Zurich	46.15723	8.65586	898			TI	2104	5397	
7670372	Rohrbach	rohrbach	CH	4938	0	Europe/Zurich	46.81166	7.41667	761			BE	246	880	
7670375	Rosswald	rosswald	CH	3913	0	Europe/Zurich	46.30563	8.04171	1819			VS	2301	6010	
7670398	Scudellate	scudellate	CH	6838	0	Europe/Zurich	45.92292	9.04152	910			TI	2106	5269	
7670402	Selkingen	selkingen	CH	3989	0	Europe/Zurich	46.45516	8.21545	1318			VS	2304	6077	
7670407	Sommentier	sommentier	CH	1688	0	Europe/Zurich	46.63967	6.91314	906			FR	1002	2113	
7670419	Strada	strada	CH	7558	0	Europe/Zurich	46.86381	10.4364	1073			GR	1843	3764	
7670420	Strada	strada	CH	7558	0	Europe/Zurich	46.77497	9.18517	711			GR	1850	3619	
7670423	Surcasti	surcasti	CH	7115	0	Europe/Zurich	46.69723	9.17851	991			GR	1850	3618	
7670431	Tersnaus	tersnaus	CH	7116	0	Europe/Zurich	46.69319	9.18583	1067			GR	1850	3618	
7670432	Thyon	thyon	CH	1988	0	Europe/Zurich	46.18228	7.37251		Thyon-Les Collons		VS	2305	6089	
7670440	Vadura	vadura	CH	7314	0	Europe/Zurich	46.95624	9.48506	957			SG	1725	3294	
7670442	Vattiz	vattiz	CH	7146	0	Europe/Zurich	46.70727	9.15993	1259			GR	1850	3618	
7670446	Vers-chez-Perrin	vers-chez-perrin	CH	1551	0	Europe/Zurich	46.79769	6.94362	526			VD	2222	5822	
7670448	Vers-l'Eglise	vers-l-eglise	CH	1864	0	Europe/Zurich	46.35371	7.1316	1128			VD	2221	5411	
7670449	Vesin	vesin	CH	1483	0	Europe/Zurich	46.81048	6.87516	502			FR	1001	2011	
7670452	Les Vieux-Prés	les-vieux-pres	CH	2054	0	Europe/Zurich	47.0836	6.93756	1030			NE	2405	6487	
7670457	Villaraboud	villaraboud	CH	1679	0	Europe/Zurich	46.66069	6.91348	750			FR	1002	2099	
7670459	Villarbeney	villarbeney	CH	1652	0	Europe/Zurich	46.63016	7.10951	733			FR	1003	2123	
7670460	Villariaz	villariaz	CH	1685	0	Europe/Zurich	46.66618	6.94094	758			FR	1002	2113	
7670462	Villarlod	villarlod	CH	1695	0	Europe/Zurich	46.70662	7.02185	815			FR	1004	2236	
7670465	Vnà	vna	CH	7557	0	Europe/Zurich	46.84402	10.36483	1602	Vna,Vnà		GR	1843	3764	
7670470	Waldi	waldi	CH	8564	0	Europe/Zurich	47.18934	8.16901	728			LU	314	1081	
7670472	Wattenwil	wattenwil	CH	3665	0	Europe/Zurich	46.94196	7.58354	769			BE	246	627	
7670477	Wiesenberg	wiesenberg	CH	6383	0	Europe/Zurich	46.92712	8.3652				NW	700	1503	
7670482	Winistorf	winistorf	CH	4558	0	Europe/Zurich	47.15356	7.65163	473			SO	1106	2535	
7670483	Wittenbach	wittenbach	CH	9300	0	Europe/Zurich	46.95947	7.73909	673			BE	245	903	
7670484	Wittwil	wittwil	CH	5053	0	Europe/Zurich	47.21117	8.21265	708			LU	314	1081	
7671197	Enges	enges	CH	2073	0	Europe/Zurich	47.06673	7.01657				NE	2404	6453	
7671198	Curio	curio	CH	6986	0	Europe/Zurich	46.0014	8.86223		Cuer,Curio TI,Curio i Sveits,Cür,ku liao,庫廖		TI	2105	5181	
7701436	Bettwil	bettwil	CH	5618	0	Europe/Zurich	47.29064	8.2679		Betvil',bei te wei er,Бетвиль,貝特維爾		AG	1908	4227	
7733104	Lamone	lamone	CH	6814	0	Europe/Zurich	46.0453	8.93158		Lamon,Lamone-Cadempino,la mo nei,拉莫內		TI	2105	5189	
7779000	Les Avanchets	les-avanchets	CH	1220	5730	Europe/Zurich	46.22168	6.10814				GE	2500	6643	
7779006	Vogorno	vogorno	CH	6632	0	Europe/Zurich	46.22284	8.85833		Vogurn,wo ge er nuo,沃戈爾諾		TI	2104	5399	
7870359	Urnerboden	urnerboden	CH	8751	0	Europe/Zurich	46.88914	8.90152				UR	400	1218	
7870360	La Rippe	la-rippe	CH	1278	0	Europe/Zurich	46.38096	6.15046		la li pu,拉里普		VD	2228	5726	
7910154	Treiten	treiten	CH	3226	0	Europe/Zurich	47.00859	7.16025				BE	243	500	
7910919	Beurnevésin	beurnevesin	CH	2935	0	Europe/Zurich	47.4925	7.13373		bo nei wei sang,伯內韋桑		JU	2603	6773	
7910921	Châtel-sur-Montsalvens	chatel-sur-montsalvens	CH	1653	0	Europe/Zurich	46.61652	7.13266		Chatel ce Montsalvens,Châtel ĉe Montsalvens,meng sa er wang he pan sha tai lei,蒙薩爾旺河畔沙泰勒		FR	1003	2128	
8015080	Neggio	neggio	CH	6991	0	Europe/Zurich	45.98709	8.8797		Negg,nei jiao,內焦		TI	2105	5206	
8015081	Aranno	aranno	CH	6994	0	Europe/Zurich	46.01798	8.87069		Aran,a lan nuo,阿蘭諾		TI	2105	5143	
8030366	Romoos	romoos	CH	6113	0	Europe/Zurich	47.01093	8.02543				LU	316	1007	
8051125	Rivaz	rivaz	CH	1071	0	Europe/Zurich	46.47629	6.77878				VD	2226	5609	
8051269	Granges (Veveyse)	granges-veveyse	CH	1614	0	Europe/Zurich	46.52607	6.83002				FR	1007	2328	
8063097	Bressaucourt	bressaucourt	CH	2904	0	Europe/Zurich	47.38812	7.0352		bu lei suo ku er,布勒索庫爾		JU	2603	6790	
8063692	Wohlenschwil	wohlenschwil	CH	5512	0	Europe/Zurich	47.41368	8.25726		Volenshvil',wo lun shi wei er,Воленшвиль,沃倫施維爾		AG	1902	4046	
8063846	Villiers	villiers	CH	2057	0	Europe/Zurich	47.07506	6.97147		Villiers NE,Villiers i Sveits,wei li ye,維利耶		NE	2405	6487	
8063847	Venthône	venthone	CH	3973	0	Europe/Zurich	46.30665	7.52924				VS	2311	6254	
8063849	Hunzenschwil	hunzenschwil	CH	5502	0	Europe/Zurich	47.38417	8.12293		Khuncenshvil',hong cen shi wei er,Хунценшвиль,洪岑施維爾		AG	1907	4200	
8063851	Vuissens	vuissens	CH	1486	0	Europe/Zurich	46.73342	6.76625		wei sang,維桑		FR	1001	2054	
8128610	Ftan	ftan	CH	7551	0	Europe/Zurich	46.79436	10.24793		Ftan,fu tan,Фтан,弗坦		GR	1843	3762	
8198729	Hersberg	hersberg	CH	4423	0	Europe/Zurich	47.49209	7.78313				BL	1303	2827	
8198730	Giez	giez	CH	1429	0	Europe/Zurich	46.81604	6.61712				VD	2224	5559	
8223948	Plaun da Lej	plaun-da-lej	CH	7517	0	Europe/Zurich	46.42138	9.72633				GR	1846	3789	
8223949	Dierikon	dierikon	CH	6036	0	Europe/Zurich	47.09677	8.36948				LU	312	1053	
8223958	Villarepos	villarepos	CH	1583	0	Europe/Zurich	46.88343	7.07322		wei la lei bo,維拉雷波		FR	1005	2254	
8261483	Bedano	bedano	CH	6930	0	Europe/Zurich	46.05122	8.91935		Bedan,bei da nuo,貝達諾		TI	2105	5148	
8261496	Villars-Burquin	villars-burquin	CH	1423	565	Europe/Zurich	46.84877	6.62763	749			VD	2224	5571	
8299584	Siat	siat	CH	7157	0	Europe/Zurich	46.79078	9.16243		Siat,xi ya te,Сиат,錫亞特		GR	1850	3619	
8334613	Biberstein	biberstein	CH	5023	0	Europe/Zurich	47.41641	8.08508		Bibershtajn,bi bei er shi tai yin,Биберштайн,比貝爾施泰因	4002	AG	1901	4002	
8334626	Braggio	braggio	CH	6544	0	Europe/Zurich	46.30277	9.1238			3837	GR	1847	3837	
8335470	Vich	vich	CH	1267	0	Europe/Zurich	46.42925	6.25013		Vich VD,Vich-Coinsins,wei shen,维什		VD	2228	5732	
8354607	Muzzano	muzzano	CH	6933	0	Europe/Zurich	45.99991	8.91648		Muescian,Muzzano TI,Muzzano i Sveits,Müscian,mu zha nuo,穆扎諾		TI	2105	5205	
8354608	Lengwil	lengwil	CH	8574	0	Europe/Zurich	47.62519	9.19242		Lengvil',Lengwil,Lengwil-Oberhofen,lun wei er,Ленгвиль,倫維爾		TG	2013	4683	
8378766	Cavagnago	cavagnago	CH	6749	0	Europe/Zurich	46.4152	8.88155		Cavagnaej,Cavagnäj		TI	2103	5072	
8379136	Saubraz	saubraz	CH	1189	354	Europe/Zurich	46.51606	6.33018			5437	VD	2227	5437	
8379137	Berolle	berolle	CH	1149	0	Europe/Zurich	46.55798	6.33551			5424	VD	2227	5424	
8379138	Mauraz	mauraz	CH	1148	0	Europe/Zurich	46.60558	6.42074			5488	VD	2227	5488	
8379139	Chavannes-le-Veyron	chavannes-le-veyron	CH	1148	0	Europe/Zurich	46.607	6.45086			5475	VD	2227	5475	
8379142	Chevilly	chevilly	CH	1316	0	Europe/Zurich	46.64272	6.47661		Chevilly VD,Chevilly i Sveits,she wei li,舍维利	5476	VD	2227	5476	
8379144	Ferreyres	ferreyres	CH	1313	0	Europe/Zurich	46.65804	6.4852			5483	VD	2227	5483	
8379145	Orny	orny	CH	1317	0	Europe/Zurich	46.66758	6.52639		Orny VD,Orny i Sveits,ao er ni,奥尔尼	5493	VD	2227	5493	
8379146	Pompaples	pompaples	CH	1318	0	Europe/Zurich	46.66699	6.50966			5497	VD	2227	5497	
8379147	Penthéréaz	penthereaz	CH	1375	0	Europe/Zurich	46.68171	6.6039			5531	VD	2223	5531	
8379148	Vuarrens	vuarrens	CH	1418	0	Europe/Zurich	46.68578	6.64793		wei a lang,维阿朗	5539	VD	2223	5539	
8379149	Rueyres	rueyres	CH	1046	0	Europe/Zurich	46.69337	6.69213		Rueyres VD,Rueyres i Sveits	5534	VD	2223	5534	
8394414	Bischofszell	bischofszell	CH	9220	0	Europe/Zurich	47.49575	9.23882		Bishofscell',bi shao fu si cai er,byshwfzwzl,Бишофсцелль,بیشوفزوزل,比紹夫斯采爾		TG	2015	4471	
8394416	Coldrerio	coldrerio	CH	6877	0	Europe/Zurich	45.854	8.98772		Coldree,ke er de lei li ao,科爾德雷里奧		TI	2106	5251	
8411049	Mathod	mathod	CH	1438	0	Europe/Zurich	46.76638	6.56472		ma tuo,马托		VD	2224	5919	
8411088	Dittingen	dittingen	CH	4243	0	Europe/Zurich	47.44196	7.49619		Dittingen,di ting gen,Диттинген,迪廷根		BL	1302	2784	
8436413	Rain	rain	CH	6026	0	Europe/Zurich	47.12975	8.25786	582			LU	313	1037	
8436501	Genthod	genthod	CH	1294	0	Europe/Zurich	46.26724	6.15561				GE	2500	6622	
8449480	Semione	semione	CH	6714	0	Europe/Zurich	46.40011	8.96742				TI	2102	5050	
8449481	Rocourt	rocourt	CH	2907	0	Europe/Zurich	47.39053	6.95658				JU	2603	6809	
8468654	Schattenhalb	schattenhalb	CH	3860	0	Europe/Zurich	46.71903	8.19074		Schattenhalb BE,Shattenkhal'b,sha teng ha er bu,Шаттенхальб,沙滕哈爾布		BE	250	786	
8468763	Dommartin	dommartin	CH	1041	0	Europe/Zurich	46.64849	6.70235	730			VD	2223	5540	
8468764	Sugnens	sugnens	CH	1043	0	Europe/Zurich	46.65509	6.67145	672			VD	2223	5540	
8468765	Villars-Mendraz	villars-mendraz	CH	1061	0	Europe/Zurich	46.6459	6.72964	774			VD	2223	5804	
8468766	Villars-Tiercelin	villars-tiercelin	CH	1058	0	Europe/Zurich	46.62513	6.70376	813			VD	2223	5804	
8468767	Les Monts-de-Pully	les-monts-de-pully	CH	1068	0	Europe/Zurich	46.53731	6.68758				VD	2226	5590	
8468768	Les Cullayes	les-cullayes	CH	1080	0	Europe/Zurich	46.57314	6.74938	837			VD	2226	5799	
8468769	La Conversion	la-conversion	CH	1093	0	Europe/Zurich	46.51281	6.67737	501			VD	2226	5606	
8468770	St-Saphorin-sur-Morges	st-saphorin-sur-morges	CH	1113	0	Europe/Zurich	46.54694	6.48854				VD	2227	5634	
8468771	Monnaz	monnaz	CH	1125	0	Europe/Zurich	46.53247	6.48065	488			VD	2227	5634	
8468772	Grand-Lancy	grand-lancy	CH	1212	0	Europe/Zurich	46.17879	6.12286				GE	2500	6628	
8468924	Vessy	vessy	CH	1234	0	Europe/Zurich	46.1831	6.16676				GE	2500	6645	
8468925	La Croix-de-Rozon	la-croix-de-rozon	CH	1257	0	Europe/Zurich	46.14535	6.13642				GE	2500	6605	
8468926	Les Bioux	les-bioux	CH	1346	0	Europe/Zurich	46.62073	6.26993				VD	2224	5871	
8468927	Prahins	prahins	CH	1408	0	Europe/Zurich	46.7348	6.73857				VD	2224	5913	
8468928	Marnand	marnand	CH	1524	0	Europe/Zurich	46.75727	6.89907				VD	2222	5831	
8468929	Sassel	sassel	CH	1534	0	Europe/Zurich	46.77696	6.8571		Sassel,Sassél		VD	2222	5831	
8468930	Combremont-le-Grand	combremont-le-grand	CH	1535	0	Europe/Zurich	46.76168	6.81818				VD	2222	5831	
8468931	Vallamand	vallamand	CH	1586	0	Europe/Zurich	46.92928	7.04035				VD	2222	5464	
8468932	Ecoteaux	ecoteaux	CH	1612	0	Europe/Zurich	46.54688	6.86414		Ecoteaux,ai ke tuo,Écoteaux,埃科托		VD	2226	5805	
8468935	Prez-vers-Siviriez	prez-vers-siviriez	CH	1677	0	Europe/Zurich	46.63965	6.87478				FR	1002	2099	
8468936	Le Châtelard-près-Romont	le-chatelard-pres-romont	CH	1689	0	Europe/Zurich	46.68042	6.97924				FR	1002	2067	
8468972	Les Monts-de-Corsier	les-monts-de-corsier	CH	1808	0	Europe/Zurich	46.50445	6.88075				VD	2230	5884	
8468973	Villard-sur-Chamby	villard-sur-chamby	CH	1832	0	Europe/Zurich	46.47218	6.92898				VD	2230	5886	
8468974	Ravoire	ravoire	CH	1928	0	Europe/Zurich	46.10073	7.04584				VS	2307	6137	
8468975	St-Séverin	st-severin	CH	1975	0	Europe/Zurich	46.23489	7.30067				VS	2302	6023	
8468976	Areuse	areuse	CH	2015	0	Europe/Zurich	46.95346	6.85382				NE	2401	6404	
8468977	Marin-Epagnier	marin-epagnier	CH	2074	4087	Europe/Zurich	47.01017	6.99941				NE	2404	6461	
8468978	Boveresse	boveresse	CH	2113	0	Europe/Zurich	46.9182	6.60055				NE	2406	6512	
8468979	Mont-de-Buttes	mont-de-buttes	CH	2116	0	Europe/Zurich	46.87785	6.50863				NE	2406	6512	
8468980	Les Sagnettes	les-sagnettes	CH	2124	0	Europe/Zurich	46.94036	6.59411				NE	2406	6512	
8468981	Le Crêt-du-Locle	le-cret-du-locle	CH	2322	0	Europe/Zurich	47.07714	6.78706				NE	2402	6421	
8468982	Goumois	goumois	CH	2354	0	Europe/Zurich	47.26113	6.95241				JU	2602	6757	
8468988	Montmelon	montmelon	CH	2883	0	Europe/Zurich	47.354	7.18197				JU	2603	6808	
8468989	Montenol	montenol	CH	2884	0	Europe/Zurich	47.35176	7.14873				JU	2603	6808	
8468990	Epauvillers	epauvillers	CH	2885	0	Europe/Zurich	47.33629	7.1194				JU	2603	6808	
8468991	Epiquerez	epiquerez	CH	2886	0	Europe/Zurich	47.32861	7.05691				JU	2603	6808	
8468992	Seleute	seleute	CH	2888	0	Europe/Zurich	47.36671	7.11146				JU	2603	6808	
8468993	Réclère	reclere	CH	2912	0	Europe/Zurich	47.37557	6.91898				JU	2603	6809	
8468997	Mamishaus	mamishaus	CH	3152	0	Europe/Zurich	46.81008	7.37955				BE	246	855	
8469002	Kaltacker	kaltacker	CH	3413	0	Europe/Zurich	47.07784	7.67013				BE	245	407	
8469003	Biembach im Emmental	biembach-im-emmental	CH	3419	0	Europe/Zurich	47.00057	7.62241				BE	245	406	
8469006	Heimisbach	heimisbach	CH	3453	0	Europe/Zurich	47.01249	7.76051				BE	245	958	
8469009	Oberfrittenbach	oberfrittenbach	CH	3551	0	Europe/Zurich	46.95867	7.78491				BE	245	902	
8469010	Gohl	gohl	CH	3553	0	Europe/Zurich	46.95542	7.80622				BE	245	902	
8469013	Ried (Frutigen)	ried-frutigen	CH	3724	0	Europe/Zurich	46.56681	7.61715				BE	249	563	
8469014	Horboden	horboden	CH	3755	0	Europe/Zurich	46.63164	7.56211				BE	249	762	
8505015	Horgenberg	horgenberg	CH	8815	0	Europe/Zurich	47.24847	8.5877				ZH	106	295	
8469016	Schwenden im Diemtigtal	schwenden-im-diemtigtal	CH	3757	0	Europe/Zurich	46.58007	7.49062				BE	249	762	
8469017	Oeschseite	oeschseite	CH	3776	0	Europe/Zurich	46.53055	7.35106				BE	248	794	
8469018	Turbach	turbach	CH	3781	0	Europe/Zurich	46.4786	7.33125				BE	248	843	
8469019	Jungfraujoch	jungfraujoch	CH	3801	0	Europe/Zurich	46.54682	7.98217				VS	2304	6058	
8469020	Rothwald	rothwald	CH	3901	0	Europe/Zurich	46.28183	8.04023				VS	2301	6008	
8469022	Hohtenn	hohtenn	CH	3949	0	Europe/Zurich	46.31893	7.75573				VS	2309	6204	
8469024	Noës	noes	CH	3976	0	Europe/Zurich	46.27985	7.50255				VS	2311	6248	
8469026	Bruderholz	bruderholz	CH	4101	0	Europe/Zurich	47.5296	7.59902				BS	1200	2701	
8469027	Seewen SO	seewen-so	CH	4206	0	Europe/Zurich	47.43738	7.6615				SO	1104	2480	
8469079	Liesberg Dorf	liesberg-dorf	CH	4254	0	Europe/Zurich	47.40326	7.4341				BL	1302	2788	
8469084	Allerheiligenberg	allerheiligenberg	CH	4615	0	Europe/Zurich	47.35235	7.81535				SO	1108	2579	
8469088	Leimiswil	leimiswil	CH	4935	0	Europe/Zurich	47.15079	7.76339				BE	244	332	
8469089	Schwarzenbach (Huttwil)	schwarzenbach-huttwil	CH	4953	0	Europe/Zurich	47.10805	7.83033		Schwarzenbach,Schwarzenbach (Huttwil)		BE	244	954	
8469091	Barmelweid	barmelweid	CH	5017	0	Europe/Zurich	47.41588	7.9764				SO	1105	2503	
8469092	Rombach	rombach	CH	5022	0	Europe/Zurich	47.40468	8.04585				AG	1901	4008	
8469093	Umiken	umiken	CH	5222	0	Europe/Zurich	47.48287	8.18748				AG	1904	4095	
8469094	Mettau	mettau	CH	5274	0	Europe/Zurich	47.56361	8.12928				AG	1906	4184	
8469095	Hottwil	hottwil	CH	5277	0	Europe/Zurich	47.54844	8.16173				AG	1906	4184	
8469096	Siggenthal Station	siggenthal-station	CH	5301	0	Europe/Zurich	47.51744	8.23946				AG	1902	4044	
8469173	Oberrohrdorf	oberrohrdorf	CH	5452	4001	Europe/Zurich	47.41833	8.31983				AG	1902	4037	
8469174	Hilfikon	hilfikon	CH	5613	0	Europe/Zurich	47.33135	8.24236		Khil'fikon,Хильфикон		AG	1903	4080	
8469175	Benzenschwil	benzenschwil	CH	5636	0	Europe/Zurich	47.24801	8.3651		Bencenshvil',ben cen shi wei er,Бенценшвиль,本岑施維爾		AG	1908	4234	
8469181	Obernau	obernau	CH	6012	0	Europe/Zurich	47.03328	8.25442				LU	312	1059	
8469185	Steinhuserberg	steinhuserberg	CH	6114	0	Europe/Zurich	47.04176	8.04985				LU	316	1107	
8469186	Rohrmatt	rohrmatt	CH	6132	0	Europe/Zurich	47.08289	7.98509				LU	315	1151	
8469242	Bramboden	bramboden	CH	6167	0	Europe/Zurich	46.97932	7.98506				LU	316	1007	
8469244	Mosen	mosen	CH	6295	0	Europe/Zurich	47.24486	8.22631				LU	313	1030	
8469249	Meien	meien	CH	6485	0	Europe/Zurich	46.7238	8.55711				UR	400	1220	
8469250	Riazzino	riazzino	CH	6595	0	Europe/Zurich	46.17466	8.90004				TI	2104	5138	
8469254	Camignolo	camignolo	CH	6803	0	Europe/Zurich	46.10871	8.93652				TI	2105	5238	
8469255	Torricella	torricella	CH	6808	0	Europe/Zurich	46.06382	8.9233				TI	2105	5227	
8469257	Caneggio	caneggio	CH	6837	0	Europe/Zurich	45.87247	9.02956				TI	2106	5269	
8469258	Sagno	sagno	CH	6839	0	Europe/Zurich	45.85678	9.03986				TI	2106	5269	
8469259	S. Pietro	s-pietro	CH	6854	0	Europe/Zurich	45.85887	8.93789		S. Pietro,San Pietro		TI	2106	5266	
8469260	Rancate	rancate	CH	6862	0	Europe/Zurich	45.87152	8.96708				TI	2106	5254	
8469262	Tremona	tremona	CH	6865	0	Europe/Zurich	45.88152	8.95884				TI	2106	5254	
8469263	Serpiano	serpiano	CH	6867	0	Europe/Zurich	45.91044	8.92802				TI	2106	5254	
8469264	Corteglia	corteglia	CH	6873	0	Europe/Zurich	45.86234	8.99536				TI	2106	5249	
8469268	Carabbia	carabbia	CH	6913	0	Europe/Zurich	45.97188	8.93703				TI	2105	5192	
8469269	Pambio-Noranco	pambio-noranco	CH	6915	0	Europe/Zurich	45.98408	8.92927				TI	2105	5192	
8469270	Barbengo	barbengo	CH	6917	0	Europe/Zurich	45.95882	8.91682				TI	2105	5192	
8469272	Gentilino	gentilino	CH	6925	0	Europe/Zurich	45.99157	8.93107				TI	2105	5236	
8469273	Ponte Capriasca	ponte-capriasca	CH	6946	0	Europe/Zurich	46.06055	8.94819		Punt Cavriasca,peng tai ka pu li ya si ka,蓬泰卡普里亞斯卡		TI	2105	5212	
8469274	Lugaggia	lugaggia	CH	6953	0	Europe/Zurich	46.06263	8.97265				TI	2105	5226	
8469275	Ruvigliana	ruvigliana	CH	6977	0	Europe/Zurich	46.00368	8.97864				TI	2105	5192	
8469276	Purasca	purasca	CH	6989	0	Europe/Zurich	45.97745	8.85101				TI	2105	5239	
8469277	Cassina d'Agno	cassina-d-agno	CH	6990	0	Europe/Zurich	45.99231	8.89043				TI	2105	5141	
8469278	Molinazzo di Monteggio	molinazzo-di-monteggio	CH	6995	0	Europe/Zurich	45.99243	8.81936				TI	2105	5239	
8469279	Ponte Cremenaga	ponte-cremenaga	CH	6996	0	Europe/Zurich	45.99213	8.80709				TI	2105	5239	
8469280	Termine	termine	CH	6998	0	Europe/Zurich	45.99976	8.79213				TI	2105	5239	
8478243	Tannay	tannay	CH	1295	0	Europe/Zurich	46.30876	6.17732				VD	2228	5729	
8478279	Passugg	passugg	CH	7062	0	Europe/Zurich	46.82969	9.54802				GR	1848	3911	
8478283	Salenstein	salenstein	CH	8268	0	Europe/Zurich	47.66865	9.05883		Zalenshtajn,sa lun si tai yin,Заленштайн,薩倫斯泰因		TG	2013	4851	
8478297	Schlans	schlans	CH	7168	0	Europe/Zurich	46.75359	9.01574				GR	1850	3987	
8478298	S. Benedetg	s-benedetg	CH	7174	0	Europe/Zurich	46.73557	8.93978		S. Benedetg,Sogn Benedetg		GR	1850	3985	
8478299	Camischolas	camischolas	CH	7187	0	Europe/Zurich	46.6806	8.7646				GR	1850	3986	
8478301	Putz	putz	CH	7224	0	Europe/Zurich	46.92606	9.74702		Putz,Putz GR		GR	1849	3891	
8478302	Pragg-Jenaz	pragg-jenaz	CH	7231	0	Europe/Zurich	46.94021	9.70526				GR	1849	3863	
8504878	St. Margrethenberg	st-margrethenberg	CH	7313	0	Europe/Zurich	46.97691	9.5127				SG	1725	3294	
8504933	Summaprada	summaprada	CH	7421	0	Europe/Zurich	46.71474	9.43305				GR	1851	3661	
8504935	Alvaneu Bad	alvaneu-bad	CH	7473	0	Europe/Zurich	46.66964	9.64728		Alvagni,Alvaneu Bad		GR	1841	3542	
8504936	Ospizio Bernina	ospizio-bernina	CH	7710	0	Europe/Zurich	46.41153	10.02193		Bernina Hospiz,Ospizio Bernina		GR	1842	3561	
8504937	Li Curt	li-curt	CH	7745	0	Europe/Zurich	46.30994	10.06253				GR	1842	3561	
8504939	Balterswil	balterswil	CH	8362	0	Europe/Zurich	47.45409	8.93669		Bichelsee-Balterswil		TG	2014	4721	
8504940	Sitterdorf	sitterdorf	CH	8589	0	Europe/Zurich	47.50259	9.24783				TG	2015	4511	
8505018	Walenstadtberg	walenstadtberg	CH	8881	0	Europe/Zurich	47.13737	9.29027				SG	1725	3298	
8505021	Flums Hochwiese	flums-hochwiese	CH	8893	0	Europe/Zurich	47.08386	9.3722		Flums Hochwiese		SG	1725	3292	
8505022	Flumserberg Saxli	flumserberg-saxli	CH	8894	0	Europe/Zurich	47.0776	9.34645				SG	1725	3292	
8505023	Flumserberg Bergheim	flumserberg-bergheim	CH	8896	0	Europe/Zurich	47.09812	9.30782				SG	1725	3292	
8505024	Flumserberg Tannenbodenalp	flumserberg-tannenbodenalp	CH	8898	0	Europe/Zurich	47.09316	9.28164	1380			SG	1725	3295	
8505027	Grub SG	grub-sg	CH	9036	0	Europe/Zurich	47.4538	9.51356		Grub,Grub SG		SG	1721	3212	
8505028	Schwende	schwende	CH	9057	0	Europe/Zurich	47.30298	9.43674		Schwende AI,Schwende District,Shvende,Швенде		AI	1600	3105	
8505036	Steinach	steinach	CH	9323	0	Europe/Zurich	47.50178	9.43846				SG	1722	3217	
8505038	Wolfhalden	wolfhalden	CH	9427	0	Europe/Zurich	47.4527	9.54815				AR	1503	3038	
8505039	Marbach SG	marbach-sg	CH	9437	0	Europe/Zurich	47.39167	9.5672		Marbach,Marbach SG		SG	1723	3253	
8505040	Widnau	widnau	CH	9443	0	Europe/Zurich	47.40834	9.63321		Vidnau,wei de nao,Виднау,維德瑙		SG	1723	3238	
8505041	Hinterforst	hinterforst	CH	9452	0	Europe/Zurich	47.36005	9.53073				SG	1723	3251	
8505043	Bussnang	bussnang	CH	9565	0	Europe/Zurich	47.55678	9.08157		Busnang,bu si nan,Буснанг,布斯南		TG	2015	4921	
8505045	Dreien	dreien	CH	9612	0	Europe/Zurich	47.37336	9.01514				SG	1727	3394	
8505046	Ulisbach	ulisbach	CH	9631	0	Europe/Zurich	47.28756	9.1014				SG	1727	3379	
8521664	Kirchleerau	kirchleerau	CH	5054	0	Europe/Zurich	47.27579	8.06581		Kirkhlerau,ji er xi lai lao,Кирхлерау,基爾希萊勞	4275	AG	1910	4275	
8521665	Matran	matran	CH	1753	0	Europe/Zurich	46.78593	7.09768		ma te lang,馬特朗	2208	FR	1004	2208	
8533189	Ernetschwil	ernetschwil	CH	8725	0	Europe/Zurich	47.23752	9.00054		Ernetschwil		SG	1726	3341	
8533193	Ebersol	ebersol	CH	9122	0	Europe/Zurich	47.34891	9.15166		Ebersol		SG	1727	3378	
8533195	Sonnental	sonnental	CH	9245	0	Europe/Zurich	47.4583	9.13944		Sonnental		SG	1728	3424	
8533196	Niederstetten	niederstetten	CH	9249	0	Europe/Zurich	47.45309	9.08171		Niederstetten		SG	1728	3408	
8533199	Grabserberg	grabserberg	CH	9472	0	Europe/Zurich	47.18164	9.42525		Grabserberg		SG	1724	3273	
8533201	Untereggen	untereggen	CH	9033	0	Europe/Zurich	47.45401	9.45099				SG	1722	3219	
8533202	Olsberg	olsberg	CH	4305	0	Europe/Zurich	47.52333	7.78372		Olsberg		AG	1909	4257	
8533204	Herznach	herznach	CH	5027	0	Europe/Zurich	47.47148	8.04751		Herznach,Khercnakh,hei ci na he,Херцнах,黑茨納赫		AG	1906	4166	
8533205	Ueken	ueken	CH	5028	0	Europe/Zurich	47.48452	8.04438		Ueken		AG	1906	4179	
8533206	Hirschthal	hirschthal	CH	5042	0	Europe/Zurich	47.31871	8.05638		Hirschthal		AG	1901	4007	
8533207	Holziken	holziken	CH	5043	0	Europe/Zurich	47.31951	8.0343		Holziken,Khol'ciken,huo qi ken,Хольцикен,霍齊肯		AG	1905	4136	
8533208	Wittwil	wittwil	CH	5053	0	Europe/Zurich	47.29193	8.03643		Wittwil		AG	1910	4284	
8533209	Attelwil	attelwil	CH	5056	0	Europe/Zurich	47.26223	8.04469		Attel'vil',Attelwil,a te er wei er,Аттельвиль,阿特爾維爾		AG	1910	4281	
8533210	Reitnau	reitnau	CH	5057	0	Europe/Zurich	47.25102	8.04889		Rajtnau,Reitnau,lai te nao,Райтнау,賴特瑙		AG	1910	4281	
8533211	Oberhof	oberhof	CH	5062	0	Europe/Zurich	47.44874	8.00273		Oberhof	4173	AG	1906	4173	
8533212	Oeschgen	oeschgen	CH	5072	0	Europe/Zurich	47.52307	8.01899		Oeschgen		AG	1906	4175	
8533215	Oberflachs	oberflachs	CH	5108	0	Europe/Zurich	47.44021	8.12519		Oberflachs,Oberflaks,shang fu la xi si,Оберфлакс,上弗拉希斯		AG	1904	4125	
8533217	Riniken	riniken	CH	5223	0	Europe/Zurich	47.49395	8.18673		Riniken,li ni ken,Риникен,里尼肯		AG	1904	4111	
8533220	Remigen	remigen	CH	5236	0	Europe/Zurich	47.5186	8.185		Remigen,lei mi gen,Ремиген,雷米根		AG	1904	4110	
8533223	Scherz	scherz	CH	5246	0	Europe/Zurich	47.44689	8.18419		Scherz		AG	1904	4104	
8533225	Mandach	mandach	CH	5318	0	Europe/Zurich	47.54783	8.18903		Mandach,Mandakh,man da he,Мандах,曼達赫		AG	1904	4105	
8533226	Ennetbaden	ennetbaden	CH	5408	0	Europe/Zurich	47.48055	8.32399		Ehnnetbaden,Ennetbaden,en nei te ba deng,Эннетбаден,恩內特巴登		AG	1902	4026	
8533227	Freienwil	freienwil	CH	5423	0	Europe/Zurich	47.50297	8.32768		Frajenvil',Freienwil,fu lai en wei er,Фрайенвиль,弗賴恩維爾		AG	1902	4028	
8533228	Fislisbach	fislisbach	CH	5442	0	Europe/Zurich	47.43904	8.29687		Fislisbach,Fislisbakh,fei si li si ba he,Фислисбах,菲斯利斯巴赫		AG	1902	4027	
8533229	Bellikon	bellikon	CH	5454	0	Europe/Zurich	47.3916	8.34934		Bellikon,bei li kong,Белликон,贝利孔		AG	1902	4022	
8533230	Brunegg	brunegg	CH	5505	0	Europe/Zurich	47.42125	8.2158		Bruneg,Brunegg,bu lu nei ge,Брунег,Брунегг,布魯內格		AG	1907	4193	
8533235	Uezwil	uezwil	CH	5619	0	Europe/Zurich	47.3169	8.27163		Icvil',Uezwil,yu ci wei er,Ицвиль,于茨維爾		AG	1903	4078	
8533236	Zufikon	zufikon	CH	5621	0	Europe/Zurich	47.34756	8.36029		Cufikon,Zufikon,chu fei kong,Цуфикон,楚菲孔		AG	1903	4083	
8533237	Boswil	boswil	CH	5623	0	Europe/Zurich	47.30381	8.30881		Bosvil',Boswil,bo si wei er,Босвиль,博斯維爾		AG	1908	4228	
8533239	Geltwil	geltwil	CH	5637	0	Europe/Zurich	47.24901	8.32598		Gel'tvil',Geltwil,ge er te wei er,Гельтвиль,格爾特維爾		AG	1908	4232	
8533240	Meienberg	meienberg	CH	5643	0	Europe/Zurich	47.19781	8.37623		Meienberg		AG	1908	4239	
8533242	Zetzwil	zetzwil	CH	5732	0	Europe/Zurich	47.28824	8.15095		Cecvil',Zetzwil,ce ci wei er,Цецвиль,策茨維爾		AG	1905	4147	
8533245	Islisberg	islisberg	CH	8905	0	Europe/Zurich	47.32203	8.44142		Islisberg,yi si li si bei ge,Ислисберг,伊斯利斯貝格		AG	1903	4084	
8533247	Denges	denges	CH	1026	0	Europe/Zurich	46.52198	6.53932		Denges,dang ri,当日		VD	2227	5632	
8533248	Echandens	echandens	CH	1026	0	Europe/Zurich	46.53947	6.53704		Echandens,ai shang dang,Échandens,埃尚当		VD	2227	5633	
8533249	Lonay	lonay	CH	1027	0	Europe/Zurich	46.52877	6.51944		Lonay,luo nai,洛奈		VD	2227	5638	
8533250	Villars-Ste-Croix	villars-ste-croix	CH	1029	0	Europe/Zurich	46.56555	6.56328		Villars-Ste-Croix		VD	2229	5651	
8533252	Boussens	boussens	CH	1034	0	Europe/Zurich	46.6035	6.58596		Boussens,Boussens VD,Boussens i Sveits,bu sang,布桑		VD	2223	5473	
8533253	Sullens	sullens	CH	1036	0	Europe/Zurich	46.59557	6.56687		Sullens		VD	2223	5501	
8533254	Etagnières	etagnieres	CH	1037	0	Europe/Zurich	46.60152	6.60646		Etagnieres,Etagnières,ai ta ni ye er,Étagnières,埃塔尼耶尔		VD	2223	5521	
8533255	Villars-le-Terroir	villars-le-terroir	CH	1040	0	Europe/Zurich	46.65817	6.64389		Villars-le-Terroir,wei la er lei te luo wa er,维拉尔勒特罗瓦尔		VD	2223	5537	
8533257	Montaubion-Chardonney	montaubion-chardonney	CH	1041	0	Europe/Zurich	46.64564	6.71389		Montaubion-Chardonney		VD	2223	5804	
8533258	Naz	naz	CH	1041	0	Europe/Zurich	46.65883	6.69396		Naz		VD	2223	5540	
8533259	Poliez-le-Grand	poliez-le-grand	CH	1041	0	Europe/Zurich	46.63539	6.66618		Poliez-le-Grand		VD	2223	5540	
8533260	Poliez-Pittet	poliez-pittet	CH	1041	0	Europe/Zurich	46.62735	6.68813		Poliez-Pittet		VD	2223	5533	
8533261	Bettens	bettens	CH	1042	0	Europe/Zurich	46.62831	6.57342		Bettens,bo tang,伯唐		VD	2223	5471	
8533262	Fey	fey	CH	1044	0	Europe/Zurich	46.67383	6.68027		Fey,Fey VD,fei cun,费村		VD	2223	5522	
8533263	Ogens	ogens	CH	1045	0	Europe/Zurich	46.70844	6.72448		Ogens		VD	2223	5680	
8533264	Bretigny-sur-Morrens	bretigny-sur-morrens	CH	1053	0	Europe/Zurich	46.59981	6.64314		Bretigny-sur-Morrens,mo lang shang bu lei di ni,莫朗上布勒蒂尼		VD	2223	5515	
8533266	Martherenges	martherenges	CH	1063	0	Europe/Zurich	46.66228	6.7557		Martherenges,ma te lang ri,马特朗日		VD	2223	5693	
8533267	Boulens	boulens	CH	1063	0	Europe/Zurich	46.68225	6.71909		Boulens		VD	2223	5661	
8533269	Essertes	essertes	CH	1078	0	Europe/Zurich	46.56194	6.78645		Essertes		VD	2226	5788	
8533272	Vulliens	vulliens	CH	1085	0	Europe/Zurich	46.62405	6.79596		Vulliens,wei li an,维利安		VD	2222	5803	
8533273	Aran	aran	CH	1091	0	Europe/Zurich	46.49927	6.71042		Aran		VD	2226	5613	
8533274	Chenaux	chenaux	CH	1091	0	Europe/Zurich	46.49575	6.73015		Chenaux		VD	2226	5613	
8533275	Villette (Lavaux)	villette-lavaux	CH	1096	0	Europe/Zurich	46.49575	6.70901		Villette (Lavaux)		VD	2226	5613	
8533277	Bremblens	bremblens	CH	1121	0	Europe/Zurich	46.54665	6.52062		Bremblens		VD	2227	5622	
8533278	Reverolle	reverolle	CH	1128	0	Europe/Zurich	46.54276	6.44054		Reverolle		VD	2227	5644	
8533279	Chigny	chigny	CH	1134	0	Europe/Zurich	46.51971	6.47659		Chigny		VD	2227	5628	
8533280	Denens	denens	CH	1135	0	Europe/Zurich	46.51771	6.45289		Denens		VD	2227	5631	
8533281	Sévery	severy	CH	1141	0	Europe/Zurich	46.57347	6.44171		Severy,Sévery		VD	2227	5500	
8533282	Buchillon	buchillon	CH	1164	0	Europe/Zurich	46.46984	6.4178		Buchillon		VD	2227	5623	
8533283	Bougy-Villars	bougy-villars	CH	1172	0	Europe/Zurich	46.48188	6.35359		Bougy-Villars		VD	2227	5426	
8533284	Féchy	fechy	CH	1173	0	Europe/Zurich	46.47636	6.37397		Fechy,Féchy,fei xi,费希		VD	2227	5427	
8533285	Montherod	montherod	CH	1174	0	Europe/Zurich	46.5017	6.3615		Montherod		VD	2227	5422	
8533286	Pizy	pizy	CH	1174	0	Europe/Zurich	46.49393	6.34776		Pizy		VD	2227	5422	
8533287	Lavigny	lavigny	CH	1175	0	Europe/Zurich	46.50118	6.41091		Lavigny,Lavigny VD,Lavigny i Sveits,la wei ni,拉维尼		VD	2227	5637	
8533288	Tartegnin	tartegnin	CH	1180	0	Europe/Zurich	46.46623	6.31246		Tartegnin		VD	2228	5862	
8533289	Luins	luins	CH	1184	0	Europe/Zurich	46.44203	6.27275		Luins		VD	2228	5858	
8533290	St-Oyens	st-oyens	CH	1187	0	Europe/Zurich	46.49937	6.30334		St-Oyens		VD	2227	5436	
8533291	Dully	dully	CH	1195	0	Europe/Zurich	46.43143	6.29461		Dully		VD	2228	5855	
8533292	Avully	avully	CH	1237	0	Europe/Zurich	46.17005	6.00459		Avjulli,Avulli,Avully,a wei li,avu~yuri,Авуллі,Авюлли,アヴュリー,阿维利		GE	2500	6603	
8533293	Choulex	choulex	CH	1244	0	Europe/Zurich	46.22454	6.22799		Choulex,shu lai,shure,シュレ,舒莱		GE	2500	6614	
8533294	Bassins	bassins	CH	1269	0	Europe/Zurich	46.46274	6.23616		Bassins,ba sang,巴桑		VD	2228	5703	
8533295	Athenaz (Avusy)	athenaz-avusy	CH	1285	0	Europe/Zurich	46.15177	6.00208		Athenaz (Avusy)		GE	2500	6604	
8533296	Laconnex	laconnex	CH	1287	0	Europe/Zurich	46.157	6.03128		Laconnex,la kong nei,rakone,ラコネ,拉孔内		GE	2500	6627	
8533297	Commugny	commugny	CH	1291	0	Europe/Zurich	46.32105	6.17119		Commugny,ke mu ni,科穆尼		VD	2228	5711	
8533298	Mies	mies	CH	1295	0	Europe/Zurich	46.30355	6.16332		Mies,Mies VD,mi cun,米村		VD	2228	5723	
8533299	Vufflens-la-Ville	vufflens-la-ville	CH	1302	0	Europe/Zurich	46.57515	6.53716		Vufflens-la-Ville,wei fu lang la wei er,维夫朗拉维尔		VD	2223	5503	
8533300	Senarclens	senarclens	CH	1304	0	Europe/Zurich	46.59786	6.48537		Senarclens		VD	2227	5499	
8533301	Eclépens	eclepens	CH	1312	0	Europe/Zurich	46.64819	6.53579		Eclepens,Eclépens,ai ke lei pang,Éclépens,埃克雷庞		VD	2227	5482	
8533302	Croy	croy	CH	1322	0	Europe/Zurich	46.695	6.47676		Croy,Croy VD,ke luo wa,克罗瓦		VD	2224	5752	
8533303	Premier	premier	CH	1324	0	Europe/Zurich	46.70575	6.44991		Premier		VD	2224	5759	
8533304	Juriens	juriens	CH	1326	0	Europe/Zurich	46.68846	6.44569		Juriens		VD	2224	5754	
8533305	Bretonnières	bretonnieres	CH	1329	0	Europe/Zurich	46.71236	6.46964		Bretonnieres,Bretonnières		VD	2224	5748	
8533306	Bofflens	bofflens	CH	1353	0	Europe/Zurich	46.7031	6.49478		Bofflens		VD	2224	5747	
8533307	L'Abergement	l-abergement	CH	1355	0	Europe/Zurich	46.75421	6.48501		L'Abergement		VD	2224	5741	
8533308	Sergey	sergey	CH	1355	0	Europe/Zurich	46.7493	6.50127		Sergey		VD	2224	5762	
8533309	Lignerolle	lignerolle	CH	1357	0	Europe/Zurich	46.74291	6.45842		Lignerolle		VD	2224	5755	
8533310	Eclagnens	eclagnens	CH	1376	0	Europe/Zurich	46.65128	6.59187		Eclagnens		VD	2223	5541	
8533311	Cuarny	cuarny	CH	1404	0	Europe/Zurich	46.76988	6.69207		Cuarny,ju a ni,居阿尼		VD	2224	5911	
8533312	Villars-Epeney	villars-epeney	CH	1404	0	Europe/Zurich	46.78261	6.69762		Villars-Epeney		VD	2224	5935	
8533313	Pomy	pomy	CH	1405	0	Europe/Zurich	46.75856	6.66908		Pomy		VD	2224	5926	
8533314	Gossens	gossens	CH	1407	0	Europe/Zurich	46.7393	6.70025		Gossens		VD	2224	5913	
8533315	Bioley-Magnoux	bioley-magnoux	CH	1407	0	Europe/Zurich	46.72593	6.71082		Bioley-Magnoux,bi ao lei-ma niu,比奥雷-马纽		VD	2224	5903	
8533316	Chanéaz	chaneaz	CH	1409	0	Europe/Zurich	46.72875	6.74479		Chaneaz,Chanéaz,sha nei a,沙内阿		VD	2223	5693	
8533379	Vuarmarens	vuarmarens	CH	1674	0	Europe/Zurich	46.64776	6.82867		Vuarmarens		FR	1002	2102	
8533317	Correvon	correvon	CH	1410	0	Europe/Zurich	46.71707	6.73964		Correvon,ke er weng,科尔翁		VD	2223	5693	
8533318	Denezy	denezy	CH	1410	0	Europe/Zurich	46.7215	6.78185		Denezy,de ne ji,德讷济		VD	2223	5693	
8533319	Prévondavaux	prevondavaux	CH	1410	0	Europe/Zurich	46.72963	6.79561		Prevondavaux,Prévondavaux,pu lei weng da wo,普雷翁達沃		FR	1001	2038	
8533320	Valeyres-sous-Ursins	valeyres-sous-ursins	CH	1412	0	Europe/Zurich	46.74715	6.65231		Valeyres-sous-Ursins		VD	2224	5934	
8533321	Ursins	ursins	CH	1412	0	Europe/Zurich	46.73728	6.6682		Ursins,yu er sang,于尔桑		VD	2224	5932	
8533322	Orzens	orzens	CH	1413	0	Europe/Zurich	46.72282	6.67892		Orzens		VD	2224	5925	
8533323	Molondin	molondin	CH	1415	0	Europe/Zurich	46.7591	6.74457		Molondin		VD	2224	5921	
8533324	Démoret	demoret	CH	1415	0	Europe/Zurich	46.74691	6.76086		Demoret,Démoret		VD	2224	5912	
8533325	Grandevent	grandevent	CH	1421	0	Europe/Zurich	46.83793	6.60324		Grandevent		VD	2224	5560	
8533326	Fontanezier	fontanezier	CH	1423	0	Europe/Zurich	46.8547	6.65589		Fontanezier		VD	2224	5571	
8533327	Romairon	romairon	CH	1423	0	Europe/Zurich	46.85016	6.64252		Romairon		VD	2224	5571	
8533328	Vaugondry	vaugondry	CH	1423	0	Europe/Zurich	46.84612	6.63638		Vaugondry		VD	2224	5571	
8533329	Mutrux	mutrux	CH	1428	0	Europe/Zurich	46.88085	6.72659		Mutrux		VD	2224	5563	
8533330	Orges	orges	CH	1430	0	Europe/Zurich	46.80927	6.58348		Orges		VD	2224	5924	
8533331	Belmont-sur-Yverdon	belmont-sur-yverdon	CH	1432	0	Europe/Zurich	46.74184	6.62467		Belmont-sur-Yverdon		VD	2224	5902	
8533332	Gressy	gressy	CH	1432	0	Europe/Zurich	46.75021	6.63644		Gressy		VD	2224	5938	
8533333	Treycovagnes	treycovagnes	CH	1436	0	Europe/Zurich	46.77387	6.61244		Treycovagnes		VD	2224	5931	
8533334	Chamblon	chamblon	CH	1436	0	Europe/Zurich	46.77906	6.60256		Chamblon		VD	2224	5904	
8533335	Suscévaz	suscevaz	CH	1437	0	Europe/Zurich	46.76335	6.58289		Suscevaz,Suscévaz		VD	2224	5930	
8533336	Le Château-de-Ste-Croix	le-chateau-de-ste-croix	CH	1450	0	Europe/Zurich	46.81823	6.53411		Le Chateau-de-Ste-Croix,Le Château-de-Ste-Croix		VD	2224	5568	
8533337	Font	font	CH	1473	0	Europe/Zurich	46.83748	6.82209		Font		FR	1001	2054	
8533340	Nuvilly	nuvilly	CH	1485	0	Europe/Zurich	46.78336	6.82778		Nuvilly,ni wei li,尼維利		FR	1001	2035	
8533341	Vucherens	vucherens	CH	1509	0	Europe/Zurich	46.62319	6.77987		Vucherens,wei she lang,维舍朗		VD	2222	5692	
8533342	Syens	syens	CH	1510	0	Europe/Zurich	46.64406	6.77689		Syens,xi yang,西扬		VD	2222	5688	
8533343	Hermenches	hermenches	CH	1513	0	Europe/Zurich	46.64027	6.76271		Hermenches,ai er mang shen,埃尔芒什		VD	2222	5673	
8533344	Rossenges	rossenges	CH	1513	0	Europe/Zurich	46.6535	6.77597		Rossenges		VD	2222	5684	
8533345	Villars-le-Comte	villars-le-comte	CH	1515	0	Europe/Zurich	46.7131	6.80136		Villars-le-Comte		VD	2222	5690	
8533346	Curtilles	curtilles	CH	1521	0	Europe/Zurich	46.70108	6.84505		Curtilles,ju er di ye,居尔蒂耶		VD	2222	5669	
8533347	Henniez	henniez	CH	1525	0	Europe/Zurich	46.74219	6.88696		Henniez		VD	2222	5819	
8533348	Seigneux	seigneux	CH	1525	0	Europe/Zurich	46.72761	6.88223		Seigneux		VD	2222	5831	
8533349	Cremin	cremin	CH	1526	0	Europe/Zurich	46.72414	6.8425		Cremin,ke lei man,克勒曼		VD	2222	5675	
8533351	Fétigny	fetigny	CH	1532	0	Europe/Zurich	46.79819	6.9117		Fetigny,Fétigny		FR	1001	2016	
8533352	Ménières	menieres	CH	1533	0	Europe/Zurich	46.78268	6.88014		Menieres,Ménières,mei nie lei,梅涅勒		FR	1001	2027	
8533353	Champtauroz	champtauroz	CH	1537	0	Europe/Zurich	46.75888	6.78558		Champtauroz		VD	2222	5812	
8533354	Treytorrens (Payerne)	treytorrens-payerne	CH	1538	0	Europe/Zurich	46.77215	6.80476		Treytorrens (Payerne)		VD	2222	5828	
8533355	Sévaz	sevaz	CH	1541	0	Europe/Zurich	46.83985	6.87703		Sevaz,Sévaz,sai wa,塞瓦		FR	1001	2043	
8533356	Rueyres-les-Prés	rueyres-les-pres	CH	1542	0	Europe/Zurich	46.85865	6.91208		Rueyres-les-Pres,Rueyres-les-Prés,lu ai lei lai pu lei,魯艾勒萊普雷		FR	1001	2054	
8533359	Missy	missy	CH	1565	0	Europe/Zurich	46.88013	6.97295		Missy		VD	2222	5821	
8533360	Vallon	vallon	CH	1565	0	Europe/Zurich	46.88379	6.95543		Vallon,Vallon FR,wa long,瓦隆		FR	1001	2045	
8533361	Oleyres	oleyres	CH	1580	0	Europe/Zurich	46.85404	7.04251		Oleyres		VD	2222	5451	
8533362	Cotterd	cotterd	CH	1585	0	Europe/Zurich	46.92085	7.02243		Cotterd		VD	2222	5464	
8533363	Montmagny	montmagny	CH	1587	0	Europe/Zurich	46.92719	7.00747		Montmagny		VD	2222	5464	
8533364	Constantine	constantine	CH	1587	0	Europe/Zurich	46.91832	7.00863		Constantine		VD	2222	5464	
8533365	Clavaleyres	clavaleyres	CH	1595	0	Europe/Zurich	46.8991	7.09282		Clavaleyres,Klavalejr,ke la wa lai er,Клавалейр,克拉瓦萊爾		BE	246	661	
8533366	Les Tavernes	les-tavernes	CH	1607	0	Europe/Zurich	46.55483	6.81062		Les Tavernes		VD	2226	5805	
8533367	Oron-le-Châtel	oron-le-chatel	CH	1608	0	Europe/Zurich	46.57298	6.8404		Oron-le-Chatel,Oron-le-Châtel,Oron-lo-Chatel,Ôron-lo-Châtél		VD	2226	5805	
8533368	Bussigny-sur-Oron	bussigny-sur-oron	CH	1608	0	Europe/Zurich	46.56983	6.86481		Bussigny-sur-Oron		VD	2226	5805	
8533369	Chesalles-sur-Oron	chesalles-sur-oron	CH	1608	0	Europe/Zurich	46.57753	6.85579		Chesalles-sur-Oron,ao long shang she sa lei,奥龙上舍萨勒		VD	2226	5805	
8533370	Chapelle (Glâne)	chapelle-glane	CH	1608	0	Europe/Zurich	46.58873	6.83718		Chapelle (Glane),Chapelle (Glâne)		FR	1002	2066	
8533371	Châtillens	chatillens	CH	1610	0	Europe/Zurich	46.56471	6.8128		Chatillens,Châtillens,sha di yang,沙蒂扬		VD	2226	5805	
8533372	Vuibroye	vuibroye	CH	1610	0	Europe/Zurich	46.57139	6.80466		Vuibroye,wei yi bu luo wa,维伊布罗瓦		VD	2226	5805	
8533373	Bossonnens	bossonnens	CH	1615	0	Europe/Zurich	46.52471	6.84952		Bossonnens,bo song nan,博松南		FR	1007	2323	
8533374	Remaufens	remaufens	CH	1617	0	Europe/Zurich	46.52872	6.88262		Remaufens		FR	1007	2333	
8533375	Tatroz	tatroz	CH	1617	0	Europe/Zurich	46.52703	6.86692		Tatroz		FR	1007	2321	
8533376	Le Pâquier-Montbarry	le-paquier-montbarry	CH	1661	0	Europe/Zurich	46.59477	7.05328		Le Paquier-Montbarry,Le Pâquier-Montbarry		FR	1003	2145	
8533377	Bionnens	bionnens	CH	1670	0	Europe/Zurich	46.63505	6.85546		Bionnens		FR	1002	2102	
8533378	Auboranges	auboranges	CH	1673	0	Europe/Zurich	46.58463	6.80445		Auboranges		FR	1002	2061	
8533380	Montet (Glâne)	montet-glane	CH	1674	0	Europe/Zurich	46.64633	6.81175		Montet (Glane),Montet (Glâne)		FR	1002	2089	
8533381	Mossel	mossel	CH	1675	0	Europe/Zurich	46.60862	6.85165		Mossel		FR	1002	2102	
8533382	Prévonloup	prevonloup	CH	1682	0	Europe/Zurich	46.70081	6.88529		Prevonloup,Prévonloup		VD	2222	5683	
8533383	Lovatens	lovatens	CH	1682	0	Europe/Zurich	46.69203	6.86072		Lovatens,luo wa tang,洛瓦唐		VD	2222	5674	
8533384	Villars-Bramard	villars-bramard	CH	1682	0	Europe/Zurich	46.71817	6.90312		Villars-Bramard		VD	2222	5831	
8533386	Sarzens	sarzens	CH	1683	0	Europe/Zurich	46.68134	6.84738		Sarzens,sa er cang,萨尔藏		VD	2222	5675	
8533387	La Neirigue	la-neirigue	CH	1686	0	Europe/Zurich	46.683	6.95249		La Neirigue		FR	1002	2113	
8533388	Rueyres-St-Laurent	rueyres-st-laurent	CH	1695	0	Europe/Zurich	46.71287	7.03614		Rueyres-St-Laurent		FR	1004	2236	
8533389	Pont (Veveyse)	pont-veveyse	CH	1699	0	Europe/Zurich	46.58847	6.85132		Pont (Veveyse)		FR	1007	2337	
8533390	Chésopelloz	chesopelloz	CH	1720	0	Europe/Zurich	46.8081	7.078		Chesopelloz,Chésopelloz,xie suo pei luo,謝索佩洛		FR	1004	2183	
8533391	Villarsel-sur-Marly	villarsel-sur-marly	CH	1723	0	Europe/Zurich	46.76178	7.17195		Villarsel ce Marly,Villarsel ĉe Marly,Villarsel-sur-Marly,wei la er he pan ma er li,維拉爾河畔馬爾利		FR	1004	2230	
8533392	Ferpicloz	ferpicloz	CH	1724	0	Europe/Zurich	46.74818	7.16223		Ferpicloz		FR	1004	2194	
8533393	Montévraz	montevraz	CH	1724	0	Europe/Zurich	46.7263	7.17591		Montevraz,Montévraz		FR	1004	2220	
8533394	Senèdes	senedes	CH	1724	0	Europe/Zurich	46.7418	7.14185		Senedes,Senèdes,sai nei de,塞內德		FR	1004	2238	
8533395	Zénauva	zenauva	CH	1724	0	Europe/Zurich	46.73498	7.18199		Zenauva,Zénauva		FR	1004	2220	
8533396	St. Silvester	st-silvester	CH	1736	0	Europe/Zurich	46.74246	7.22401		St. Silvester		FR	1006	2303	
8533397	Chénens	chenens	CH	1744	0	Europe/Zurich	46.74157	7.00403		Chenens,Chénens		FR	1004	2177	
8533398	Corserey	corserey	CH	1747	0	Europe/Zurich	46.7731	6.98873		Corserey		FR	1004	2237	
8533399	Granges-Paccot	granges-paccot	CH	1763	0	Europe/Zurich	46.82666	7.14255		Granges-Paccot		FR	1004	2198	
8533400	Russy	russy	CH	1773	0	Europe/Zurich	46.84126	7.00348		Russy		FR	1001	2053	
8533401	Autafond	autafond	CH	1782	0	Europe/Zurich	46.8129	7.07684		Autafond		FR	1004	2175	
8533402	Formangueires	formangueires	CH	1782	0	Europe/Zurich	46.82723	7.11661		Formangueires		FR	1004	2235	
8533404	Corseaux	corseaux	CH	1802	0	Europe/Zurich	46.47222	6.82942		Corseaux,Corsels,Corséls,ke er suo,科尔索		VD	2230	5883	
8533405	Chessel	chessel	CH	1846	0	Europe/Zurich	46.3496	6.89696		Chessel,she sai er,舍塞尔		VD	2221	5403	
8533406	Rennaz	rennaz	CH	1847	0	Europe/Zurich	46.3748	6.91604		Rennaz,lei na,勒纳		VD	2221	5412	
8533407	Vérossaz	verossaz	CH	1891	0	Europe/Zurich	46.21221	6.9863		Verossaz,Vérossaz,wei luo sa,韋羅薩		VS	2310	6220	
8533408	Produit (Leytron)	produit-leytron	CH	1912	0	Europe/Zurich	46.18577	7.19417		Produit (Leytron)		VS	2307	6135	
8533410	Cries (Vollèges)	cries-volleges	CH	1941	0	Europe/Zurich	46.09196	7.1755		Cries (Volleges),Cries (Vollèges)		VS	2303	6037	
8533411	Palasuit (Liddes)	palasuit-liddes	CH	1945	0	Europe/Zurich	45.98224	7.19331		Palasuit (Liddes)		VS	2303	6033	
8533412	Chez Petit (Liddes)	chez-petit-liddes	CH	1945	0	Europe/Zurich	45.98748	7.17722		Chez Petit (Liddes)		VS	2303	6033	
8533413	Fontaine Dessus (Liddes)	fontaine-dessus-liddes	CH	1945	0	Europe/Zurich	46.00571	7.17392		Fontaine Dessous (Liddes)		VS	2303	6033	
8533414	Fornex (Liddes)	fornex-liddes	CH	1945	0	Europe/Zurich	46.00857	7.16348		Fornex,Fornex (Liddes)		VS	2303	6033	
8533415	Les Moulins VS (Liddes)	les-moulins-vs-liddes	CH	1945	0	Europe/Zurich	46.00455	7.16804		Les Moulins VS (Liddes)		VS	2303	6033	
8533418	Les Vérines (Chamoson)	les-verines-chamoson	CH	1955	0	Europe/Zurich	46.21045	7.2044		Les Verines (Chamoson),Les Vérines (Chamoson)		VS	2302	6022	
8533419	Némiaz (Chamoson)	nemiaz-chamoson	CH	1955	0	Europe/Zurich	46.21232	7.22351		Nemiaz (Chamoson),Némiaz (Chamoson)		VS	2302	6022	
8533420	Uvrier	uvrier	CH	1958	0	Europe/Zurich	46.24858	7.41038		Uvrier		VS	2312	6266	
8533421	Roumaz (Savièse)	roumaz-saviese	CH	1965	0	Europe/Zurich	46.24532	7.34559		Roumaz (Saviese),Roumaz (Savièse)		VS	2312	6265	
8533422	Mayens-de-la-Zour (Savièse)	mayens-de-la-zour-saviese	CH	1965	0	Europe/Zurich	46.26984	7.35691		Mayens-de-la-Zour (Saviese),Mayens-de-la-Zour (Savièse)		VS	2312	6265	
8533423	Argnou (Ayent)	argnou-ayent	CH	1966	0	Europe/Zurich	46.26358	7.39975		Argnou (Ayent)		VS	2305	6082	
8533424	Fortunau (Ayent)	fortunau-ayent	CH	1966	0	Europe/Zurich	46.28688	7.4153		Fortunau (Ayent)		VS	2305	6082	
8533425	Saxonne (Ayent)	saxonne-ayent	CH	1966	0	Europe/Zurich	46.28112	7.40538		Saxonne (Ayent)		VS	2305	6082	
8533426	Villa (Ayent)	villa-ayent	CH	1966	0	Europe/Zurich	46.27637	7.41653		Villa (Ayent)		VS	2305	6082	
8533427	Liez (St-Martin)	liez-st-martin	CH	1969	0	Europe/Zurich	46.16148	7.45096		Liez (St-Martin)		VS	2305	6087	
8533428	Icogne	icogne	CH	1977	0	Europe/Zurich	46.29193	7.44054		Icogne,Icôgne,yi ke nie,伊科涅		VS	2311	6239	
8533429	Salins	salins	CH	1991	0	Europe/Zurich	46.21133	7.35773		Salins		VS	2312	6266	
8533430	Arvillard (Salins)	arvillard-salins	CH	1991	0	Europe/Zurich	46.21099	7.34593		Arvillard (Salins)		VS	2312	6266	
8533431	Pravidondaz (Salins)	pravidondaz-salins	CH	1991	0	Europe/Zurich	46.21244	7.35489		Pravidondaz (Salins)		VS	2312	6266	
8533432	Turin (Salins)	turin-salins	CH	1991	0	Europe/Zurich	46.21551	7.35409		Turin (Salins)		VS	2312	6266	
8533433	Les Mayens-de-Sion	les-mayens-de-sion	CH	1992	0	Europe/Zurich	46.20111	7.37311		Les Mayens-de-Sion		VS	2312	6266	
8533434	La Vernaz (Les Agettes)	la-vernaz-les-agettes	CH	1992	0	Europe/Zurich	46.21022	7.37342		La Vernaz (Les Agettes)		VS	2312	6266	
8533435	Crête-à-l'Oeil (Les Agettes)	crete-a-l-oeil-les-agettes	CH	1992	0	Europe/Zurich	46.21198	7.37147		Crete-a-l'Oeil (Les Agettes),Crête-à-l'Oeil (Les Agettes)		VS	2312	6266	
8533436	Bieudron (Nendaz)	bieudron-nendaz	CH	1996	0	Europe/Zurich	46.19402	7.27975		Bieudron (Nendaz)		VS	2302	6024	
8533437	Condémines (Nendaz)	condemines-nendaz	CH	1996	0	Europe/Zurich	46.17549	7.25538		Condemines (Nendaz),Condémines (Nendaz)		VS	2302	6024	
8533438	Sornard (Nendaz)	sornard-nendaz	CH	1997	0	Europe/Zurich	46.18875	7.30315		Sornard (Nendaz)		VS	2302	6024	
8533439	Bôle	bole	CH	2014	0	Europe/Zurich	46.96603	6.84198		Bole,Bôle		NE	2401	6416	
8533440	Chambrelien	chambrelien	CH	2019	0	Europe/Zurich	46.97226	6.81577		Chambrelien		NE	2401	6413	
8533441	Montalchez	montalchez	CH	2027	0	Europe/Zurich	46.89885	6.74331		Montalchez		NE	2401	6417	
8533442	Fresens	fresens	CH	2027	0	Europe/Zurich	46.8874	6.74843		Fresens		NE	2401	6417	
8533444	La Vue-des-Alpes	la-vue-des-alpes	CH	2052	0	Europe/Zurich	47.07361	6.87128		La Vue-des-Alpes		NE	2405	6487	
8533445	Engollon	engollon	CH	2063	0	Europe/Zurich	47.03907	6.91999		Engollon,ang ge long,昂戈隆		NE	2405	6487	
8533446	Fretereules	fretereules	CH	2149	0	Europe/Zurich	46.96213	6.76798		Fretereules		NE	2401	6413	
8533447	La Cibourg	la-cibourg	CH	2300	0	Europe/Zurich	47.12403	6.89359		La Cibourg		NE	2402	6421	
8533448	Les Planchettes	les-planchettes	CH	2325	0	Europe/Zurich	47.10616	6.77025		Les Planchettes		NE	2402	6422	
8533449	Le Cerneux-Veusil	le-cerneux-veusil	CH	2345	0	Europe/Zurich	47.17939	6.96687		Le Cerneux-Veusil		BE	241	443	
8533450	Montfavergier	montfavergier	CH	2362	0	Europe/Zurich	47.30878	7.08808		Montfavergier		JU	2602	6751	
8533451	Les Enfers	les-enfers	CH	2363	0	Europe/Zurich	47.28934	7.04302		Les Enfers,lei ang fei,勒昂費		JU	2602	6745	
8533452	La Chaux-du-Milieu	la-chaux-du-milieu	CH	2405	0	Europe/Zurich	47.01257	6.70724		La Chaux-du-Milieu		NE	2403	6435	
8533453	Les Taillères	les-tailleres	CH	2406	0	Europe/Zurich	46.97065	6.57615		Les Tailleres,Les Taillères		NE	2403	6432	
8533454	Le Brouillet	le-brouillet	CH	2406	0	Europe/Zurich	46.94994	6.53404		Le Brouillet		NE	2403	6432	
8533455	Le Cerneux-Péquignot	le-cerneux-pequignot	CH	2414	0	Europe/Zurich	47.01585	6.67069		Le Cerneux-Pequignot,Le Cerneux-Péquignot		NE	2403	6434	
8533456	Scheuren	scheuren	CH	2556	0	Europe/Zurich	47.13471	7.32089		Scheuren		BE	242	747	
8533457	Schwadernau	schwadernau	CH	2556	0	Europe/Zurich	47.1278	7.30778		Schwadernau,Shvadernau,shi wa de nao,Швадернау,施瓦德瑙		BE	242	748	
8533459	Aegerten	aegerten	CH	2558	0	Europe/Zurich	47.12115	7.29164		Aegerten,Aegerten BE,Ehgerten,a ge teng,Эгертен,阿格滕		BE	242	731	
8533460	Port	port	CH	2562	0	Europe/Zurich	47.11447	7.26018		Port,Port BE,Port i Bern,bo er te,波爾特		BE	242	745	
8533461	Jens	jens	CH	2565	0	Europe/Zurich	47.09632	7.26358		Jens,Jens BE,Jens i Sveits,yan si,Йенс,延斯		BE	243	738	
8533463	Finsterhennen	finsterhennen	CH	2577	0	Europe/Zurich	47.02483	7.17536		Finsterhennen,Finsterkhennen,fen si te heng nen,Финстерхеннен,Фінстерхеннен,芬斯特亨嫩		BE	243	493	
8533464	Cortébert	cortebert	CH	2607	0	Europe/Zurich	47.18825	7.10891		Cortebert,Cortébert,ke er tai bei,科爾泰貝		BE	241	433	
8533465	Mont-Soleil	mont-soleil	CH	2610	0	Europe/Zurich	47.15968	6.98676		Mont-Soleil		BE	241	443	
8533466	Les Pontins	les-pontins	CH	2610	0	Europe/Zurich	47.13124	6.9989		Les Pontins		BE	241	443	
8533467	Mont-Crosin	mont-crosin	CH	2610	0	Europe/Zurich	47.18354	7.03428		Mont-Crosin		BE	241	432	
8533468	Cormoret	cormoret	CH	2612	0	Europe/Zurich	47.17078	7.05421		Cormoret,Kormore,ke er mo lei,Корморе,科爾莫雷		BE	241	432	
8533469	Le Prédame	le-predame	CH	2714	0	Europe/Zurich	47.25768	7.10921		Le Predame,Le Prédame		JU	2602	6748	
8533470	Monible	monible	CH	2715	0	Europe/Zurich	47.27705	7.2033		Monibl',Monible,mo ni bu lei,Монибль,莫尼布勒		BE	241	716	
8533471	Rebévelier	rebevelier	CH	2717	0	Europe/Zurich	47.29136	7.1923		Rebevelier,Rebévelier		BE	241	715	
8533472	La Tanne	la-tanne	CH	2720	0	Europe/Zurich	47.22209	7.1533		La Tanne		BE	241	713	
8533473	Saules	saules	CH	2063	0	Europe/Zurich	47.24575	7.22179		Saules		BE	241	707	
8533474	Loveresse	loveresse	CH	2732	0	Europe/Zurich	47.24387	7.23881		Loveresse,Lovres,luo wei sai,Ловрес,洛韋塞		BE	241	696	
8533475	Pontenet	pontenet	CH	2733	0	Europe/Zurich	47.24148	7.25136		Pontene,Pontenet,peng tai nei,Понтене,蓬泰內		BE	241	717	
8533476	Champoz	champoz	CH	2735	0	Europe/Zurich	47.2558	7.29531		Champoz,Shampo,shang bo,Шампо,尚波		BE	241	683	
8533477	Sorvilier	sorvilier	CH	2736	0	Europe/Zurich	47.23749	7.30841		Sorvil'e,Sorvilier,suo er wei li ye,Сорвилье,索爾維利耶		BE	241	711	
8533478	Eschert	eschert	CH	2743	0	Europe/Zurich	47.27503	7.40334		Ehshert,Eschert,ai si xie te,Эшерт,埃斯歇特		BE	241	692	
8533479	Belprahon	belprahon	CH	2744	0	Europe/Zurich	47.28635	7.40588		Bel'praon,Belprahon,bei er pu la hong,Бельпраон,貝爾普拉洪		BE	241	681	
8533480	Seehof	seehof	CH	2747	0	Europe/Zurich	47.30467	7.52496		Elay,Seehof,Seehof BE,Seehof i Sveits,Zeekhof,sai huo fu,Зеехоф,塞霍夫		BE	241	709	
8533481	Souboz	souboz	CH	2748	0	Europe/Zurich	47.27493	7.24446		Souboz,Subo,su bo zi,Субо,蘇博茲		BE	241	716	
8533482	Les Ecorcheresses	les-ecorcheresses	CH	2748	0	Europe/Zurich	47.27725	7.28032		Les Ecorcheresses		BE	241	716	
8533483	Develier	develier	CH	2802	0	Europe/Zurich	47.35773	7.29839		Develier,de wei li ye,德韋利耶		JU	2601	6712	
8533484	Bourrignon	bourrignon	CH	2803	0	Europe/Zurich	47.39551	7.24542		Bourrignon,bu li ni weng,布里尼翁		JU	2601	6703	
8533485	Mettembert	mettembert	CH	2806	0	Europe/Zurich	47.39668	7.32047		Mettembert,mei teng bo,梅滕伯		JU	2601	6716	
8533486	Ederswiler	ederswiler	CH	2813	0	Europe/Zurich	47.42389	7.33097		Ederswiler,ai de si wei lei,埃德斯維勒		JU	2601	6713	
8533487	Roggenburg	roggenburg	CH	2814	0	Europe/Zurich	47.43215	7.34282		Roggenburg,Roggenburg BL,Roggenburg i Basel-Landschaft,luo gen bao,Роггенбург,羅根堡		BL	1302	2790	
8533488	Courchapoix	courchapoix	CH	2825	0	Europe/Zurich	47.34734	7.45142		Courchapoix,ku sha pu wa,庫沙普瓦		JU	2601	6706	
8533489	Montsevelier	montsevelier	CH	2828	0	Europe/Zurich	47.35912	7.51035		Montsevelier,mang te sai wei li ye,芒特塞韋利耶		JU	2601	6730	
8533490	Vellerat	vellerat	CH	2830	0	Europe/Zurich	47.32031	7.36996		Vellerat,wei lai la,韋萊拉		JU	2601	6708	
8533491	Rebeuvelier	rebeuvelier	CH	2832	0	Europe/Zurich	47.32477	7.40936		Rebeuvelier,lei bo wei li ye,雷伯韋利耶		JU	2601	6708	
8533492	Rossemaison	rossemaison	CH	2842	0	Europe/Zurich	47.34434	7.3409		Rossemaison,luo se mai song,羅瑟邁松		JU	2601	6721	
8533494	Soulce	soulce	CH	2864	0	Europe/Zurich	47.30255	7.26841		Soulce,su er se,蘇爾瑟		JU	2601	6729	
8533495	Roche-d'Or	roche-d-or	CH	2912	0	Europe/Zurich	47.36645	6.95528		Roche-d'Or		JU	2603	6809	
8533496	Damphreux	damphreux	CH	2933	0	Europe/Zurich	47.47602	7.10694		Damphreux,da mu fu lei,達姆夫勒		JU	2603	6787	
8533497	Lugnez	lugnez	CH	2933	0	Europe/Zurich	47.48515	7.09753		Lugnez		JU	2603	6793	
8533498	Pleujouse	pleujouse	CH	2953	0	Europe/Zurich	47.413	7.2108		Pleujouse		JU	2603	6810	
8533499	Wiggiswil	wiggiswil	CH	3053	0	Europe/Zurich	47.03131	7.47086		Viggisvil',Wiggiswil,wei ji si wei er,Виггисвиль,維吉斯維爾		BE	246	553	
8533501	Schlosswil	schlosswil	CH	3082	0	Europe/Zurich	46.90869	7.61171		Schlosswil,Shlosvil',shi luo si wei er,Шлосвиль,施洛斯維爾		BE	246	608	
8533504	Belpberg	belpberg	CH	3124	0	Europe/Zurich	46.86732	7.5213		Belpberg		BE	246	861	
8533505	Kaufdorf	kaufdorf	CH	3126	0	Europe/Zurich	46.84032	7.49679		Kaufdorf,kao fu duo fu,Кауфдорф,考夫多夫		BE	246	869	
8533506	Gelterfingen	gelterfingen	CH	3126	0	Europe/Zurich	46.84449	7.51564		Gel'terfingen,Gelterfingen,ge er te fen gen,Гельтерфинген,格爾特芬根		BE	246	872	
8533507	Lohnstorf	lohnstorf	CH	3127	0	Europe/Zurich	46.80771	7.50987		Lohnstorf,Lonstorf,luo en si tuo fu,Лонсторф,洛恩斯托夫		BE	246	889	
8533508	Kirchenthurnen	kirchenthurnen	CH	3128	0	Europe/Zurich	46.82375	7.50054		Kirchenthurnen,Kirkhenturnen,ji er xing tu er nen,Кирхентурнен,基爾興圖爾嫩		BE	246	889	
8533509	Rizenbach	rizenbach	CH	3206	0	Europe/Zurich	46.94399	7.22319		Rizenbach		BE	246	662	
8533510	Ulmiz	ulmiz	CH	3214	0	Europe/Zurich	46.93187	7.19783		Ormey,Ulmiz,yu er mi,于爾米		FR	1005	2278	
8533511	Gempenach	gempenach	CH	3215	0	Europe/Zurich	46.943	7.19924		Gempenach		FR	1005	2260	
8533513	Tschugg	tschugg	CH	3233	0	Europe/Zurich	47.02534	7.08103		Chug,Tschugg,qiu ge,Чуг,丘格		BE	243	501	
8533514	Vinelz	vinelz	CH	3234	0	Europe/Zurich	47.034	7.11606		Finel'c,Vinelz,wei nei er ci,Финельц,維內爾茨		BE	243	502	
8533515	Ruppoldsried	ruppoldsried	CH	3251	0	Europe/Zurich	47.08907	7.4265		Ruppoldsried		BE	243	310	
8533517	Epsach	epsach	CH	3272	0	Europe/Zurich	47.07047	7.22173		Ebza,Ehpzakh,Epsach,ai pu sa he,Эпзах,埃普薩赫		BE	243	735	
8533518	Hermrigen	hermrigen	CH	3274	0	Europe/Zurich	47.08166	7.24158		Hermrigen,Khermrigen,he mu li gen,Хермриген,赫姆里根		BE	243	737	
8533519	Meyriez	meyriez	CH	3280	0	Europe/Zurich	46.92366	7.1066		Meyriez		FR	1005	2271	
8533520	Greng	greng	CH	3280	0	Europe/Zurich	46.91337	7.09397		Greng,ge lang ge,格朗格		FR	1005	2261	
8533521	Dotzigen	dotzigen	CH	3293	0	Europe/Zurich	47.12167	7.34558		Dotcigen,Dotzigen,duo qi gen,Дотциген,多齊根		BE	243	386	
8533522	Meienried	meienried	CH	3294	0	Europe/Zurich	47.13868	7.34137		Meienried		BE	243	389	
8533523	Moosseedorf	moosseedorf	CH	3302	0	Europe/Zurich	47.01562	7.47811		Moosseedorf,Moszeedorf,mo sai duo fu,Мосзеедорф,莫塞多夫		BE	246	544	
8533526	Ballmoos	ballmoos	CH	3303	0	Europe/Zurich	47.04049	7.47585		Ballmoos		BE	246	540	
8533527	Iffwil	iffwil	CH	3305	0	Europe/Zurich	47.06396	7.48286		Iffwil,Ifvil',yi fu wei er,Ифвиль,伊夫維爾		BE	246	541	
8533528	Scheunen	scheunen	CH	3305	0	Europe/Zurich	47.06933	7.45825		Scheunen,Shojnen,shao yi nen,Шойнен,紹伊嫩		BE	246	540	
8533529	Etzelkofen	etzelkofen	CH	3306	0	Europe/Zurich	47.08447	7.48064		Ehtcel'kofen,Etzelkofen,ai ce er ke fen,Этцелькофен,埃策爾科芬		BE	246	538	
8533530	Grafenried	grafenried	CH	3308	0	Europe/Zurich	47.07654	7.51471		Grafenrid,Grafenried,Grafenried BE,ge lan de wa er,Графенрид,格蘭德瓦爾		BE	246	538	
8533531	Zauggenried	zauggenried	CH	3309	0	Europe/Zurich	47.07274	7.53549		Cauggenrid,Zauggenried,cao gen li de,Цауггенрид,曹根里德		BE	246	538	
8533533	Schalunen	schalunen	CH	3314	0	Europe/Zurich	47.11047	7.52628		Schalunen		BE	246	538	
8533534	Limpach	limpach	CH	3317	0	Europe/Zurich	47.10768	7.49786		Limpach,Limpach BE,Limpach i Sveits,Limpakh,lin pa he,Лимпах,林帕赫		BE	246	538	
8533536	Mattstetten	mattstetten	CH	3322	0	Europe/Zurich	47.02817	7.51888		Matshtetten,Mattstetten,ma te si tai teng,Матштеттен,馬特斯泰滕		BE	246	543	
8533537	Grasswil	grasswil	CH	3365	0	Europe/Zurich	47.14408	7.67012		Grasswil		BE	244	988	
8533538	Bollodingen	bollodingen	CH	3366	0	Europe/Zurich	47.16618	7.70561		Bollodingen		BE	244	973	
8533539	Wangenried	wangenried	CH	3374	0	Europe/Zurich	47.21713	7.65565		Wangenried		BE	244	993	
8533540	Graben	graben	CH	3376	0	Europe/Zurich	47.21527	7.71779		Graben		BE	244	976	
8533541	Berken	berken	CH	3376	0	Europe/Zurich	47.22578	7.70594		Berken,bo ken,Беркен,伯肯		BE	244	972	
8533542	Walliswil b. Wangen	walliswil-b-wangen	CH	3377	0	Europe/Zurich	47.22885	7.6829		Walliswil b. Wangen		BE	244	991	
8533544	Willadingen	willadingen	CH	3425	0	Europe/Zurich	47.14667	7.61112		Willadingen		BE	245	423	
8533545	Aefligen	aefligen	CH	3426	0	Europe/Zurich	47.09571	7.55175		Aefligen,Ehfligen,a fu li gen,Эфлиген,阿弗利根		BE	245	401	
8533547	Hellsau	hellsau	CH	3429	0	Europe/Zurich	47.14583	7.65175		Hellsau		BE	245	408	
8533548	Rumendingen	rumendingen	CH	3472	0	Europe/Zurich	47.10588	7.6394		Rumendingen,lu men ding gen,Румендинген,魯門丁根		BE	245	421	
8533549	Hermiswil	hermiswil	CH	3475	0	Europe/Zurich	47.15593	7.70056		Hermiswil		BE	244	988	
8533551	Freimettigen	freimettigen	CH	3510	0	Europe/Zurich	46.86636	7.63106		Freimettigen		BE	246	607	
8533553	Oberthal	oberthal	CH	3531	0	Europe/Zurich	46.91612	7.67569		Oberthal		BE	246	620	
8533554	Mirchel	mirchel	CH	3532	0	Europe/Zurich	46.89456	7.64993		Mirchel		BE	246	615	
8533555	Schwendibach	schwendibach	CH	3624	0	Europe/Zurich	46.76993	7.66192		Schwendibach,Shvendibakh,shi wen di ba he,Швендибах,施文迪巴赫		BE	247	939	
8533557	Pohlern	pohlern	CH	3638	0	Europe/Zurich	46.72515	7.53525		Pohlern,Polern,bo lei en,Полерн,波勒恩		BE	247	936	
8533558	Zwieselberg	zwieselberg	CH	3645	0	Europe/Zurich	46.71006	7.61669		Zwieselberg		BE	247	947	
8533559	Emdthal	emdthal	CH	3711	0	Europe/Zurich	46.65433	7.68498		Emdthal		BE	249	562	
8533560	Eigergletscher	eigergletscher	CH	3823	0	Europe/Zurich	46.57494	7.97383		Eigergletscher		BE	250	584	
8533561	Rosenlaui	rosenlaui	CH	3860	0	Europe/Zurich	46.67959	8.15389		Rosenlaui		BE	250	786	
8533562	Birgisch	birgisch	CH	3903	0	Europe/Zurich	46.31874	7.9577		Birgisch		VS	2301	6007	
8533563	Gabi (Simplon)	gabi-simplon	CH	3907	0	Europe/Zurich	46.18373	8.07306		Gabi (Simplon)		VS	2301	6009	
8533564	Kalpetran	kalpetran	CH	3922	0	Europe/Zurich	46.21478	7.83865		Kalpetran		VS	2313	6283	
8533565	Ergisch	ergisch	CH	3947	0	Europe/Zurich	46.29098	7.71307		Ergisch		VS	2306	6104	
8533566	Loc	loc	CH	3960	0	Europe/Zurich	46.29336	7.51308		Loc		VS	2311	6253	
8533567	Niouc	niouc	CH	3960	0	Europe/Zurich	46.27158	7.55384		Niouc		VS	2311	6252	
8533568	Muraz (Sierre)	muraz-sierre	CH	3960	0	Europe/Zurich	46.29756	7.52883		Muraz (Sierre)		VS	2311	6248	
8533569	Champzabé	champzabe	CH	3976	0	Europe/Zurich	46.27925	7.49941		Champzabe,Champzabé		VS	2311	6248	
8533570	Bister	bister	CH	3983	0	Europe/Zurich	46.36033	8.06445		Bister		VS	2309	6172	
8533571	Filet	filet	CH	3983	0	Europe/Zurich	46.36073	8.05316		Filet,Moerel-Filet,Mörel-Filet		VS	2309	6203	
8533572	Martisberg	martisberg	CH	3994	0	Europe/Zurich	46.38706	8.09853		Martisberg		VS	2309	6205	
8533573	Nenzlingen	nenzlingen	CH	4224	0	Europe/Zurich	47.44739	7.55701		Nenclingen,Nenzlingen,nen ci lin gen,Ненцлинген,嫩茨林根		BL	1302	2789	
8533574	Fehren	fehren	CH	4232	0	Europe/Zurich	47.39652	7.57698		Fehren,Feren,fei lun,Ферен,費倫		SO	1110	2616	
8533575	Meltingen	meltingen	CH	4233	0	Europe/Zurich	47.38328	7.5875		Mel'tingen,Meltingen,mo ting gen,Мельтинген,默廷根		SO	1110	2620	
8533576	Grindel	grindel	CH	4247	0	Europe/Zurich	47.38069	7.50591		Grindel,Grindel SO,Grindel',ge lin de er,Гриндель,格林德爾		SO	1110	2617	
8533577	Giebenach	giebenach	CH	4304	0	Europe/Zurich	47.52299	7.73971		Giebenach		BL	1303	2826	
8533579	Ziefen	ziefen	CH	4417	0	Europe/Zurich	47.42924	7.7053		Ziefen		BL	1303	2834	
8533580	Lupsingen	lupsingen	CH	4419	0	Europe/Zurich	47.44433	7.69574		Lupsingen,Lupzingen,lu pu xin gen,Лупзинген,盧普辛根		BL	1303	2830	
8533581	Lauwil	lauwil	CH	4426	0	Europe/Zurich	47.38773	7.6754		Lauvil',Lauwil,lao wei er,Лаувиль,勞維爾		BL	1305	2889	
8533582	Bennwil	bennwil	CH	4431	0	Europe/Zurich	47.40074	7.78114		Bennwil,Benvil',ben wei er,Бенвиль,本維爾		BL	1305	2882	
8533583	Ramlinsburg	ramlinsburg	CH	4433	0	Europe/Zurich	47.44913	7.76956		Ramlinsburg		BL	1303	2832	
8533584	Niederdorf	niederdorf	CH	4435	0	Europe/Zurich	47.40945	7.74957		Niderdorf,Niederdorf,Niederdorf BL,Niederdorf i Basel-Landschaft,xia duo fu,Нидердорф,下多夫		BL	1305	2891	
8533585	Liedertswil	liedertswil	CH	4436	0	Europe/Zurich	47.39051	7.72065		Lidertsvil',Liedertswil,li de ci wei er,Лидертсвиль,利德茨維爾		BL	1305	2890	
8533587	Diepflingen	diepflingen	CH	4442	0	Europe/Zurich	47.44443	7.8364		Diepflingen		BL	1304	2845	
8533588	Wittinsburg	wittinsburg	CH	4443	0	Europe/Zurich	47.42521	7.84128		Wittinsburg		BL	1304	2867	
8533590	Nusshof	nusshof	CH	4453	0	Europe/Zurich	47.49144	7.80073		Nusshof		BL	1304	2854	
8533593	Rothenfluh	rothenfluh	CH	4467	0	Europe/Zurich	47.46201	7.92022		Rotenflu,Rothenfluh,luo di fu lu,Ротенфлу,羅蒂弗盧		BL	1304	2858	
8533594	Kienberg	kienberg	CH	4468	0	Europe/Zurich	47.43832	7.96381		Kienberg,Kienberg SO,Kienberg i Sveits,Kinberg,jin bei ge,Кинберг,金貝格		SO	1105	2492	
8533595	Anwil	anwil	CH	4469	0	Europe/Zurich	47.45053	7.94446		Anvil',Anwil,an wei er,Анвиль,安維爾		BL	1304	2841	
8533596	Wenslingen	wenslingen	CH	4493	0	Europe/Zurich	47.44067	7.90747		Venslingen,Wenslingen,wen si lin gen,Венслинген,文斯林根		BL	1304	2865	
8533597	Oltingen	oltingen	CH	4494	0	Europe/Zurich	47.43297	7.93919		Ol'tingen,Oltingen,ao ting gen,Ольтинген,奧廷根		BL	1304	2855	
8533599	Kammersrohr	kammersrohr	CH	4535	0	Europe/Zurich	47.25296	7.5932		Kammersrohr,Kammersror,ka mo si luo er,Каммерсрор,卡默斯羅爾		SO	1107	2549	
8533600	Farnern	farnern	CH	4539	0	Europe/Zurich	47.26693	7.61778		Farnern		BE	244	975	
8533601	Tscheppach	tscheppach	CH	4576	0	Europe/Zurich	47.14868	7.48271		Cheppakh,Tscheppach,qie pa he,Чеппах,切帕赫		SO	1103	2465	
8533602	Gossliwil	gossliwil	CH	4579	0	Europe/Zurich	47.13658	7.43151		Goslivil',Gossliwil,ge si li wei er,Госливиль,戈斯利維爾		SO	1103	2465	
8533603	Biezwil	biezwil	CH	4585	0	Europe/Zurich	47.11653	7.41546		Biezwil		SO	1103	2445	
8533604	Unterramsern	unterramsern	CH	4588	0	Europe/Zurich	47.11773	7.48267		Unterramsern,Unterramzern,xia la mu se en,Унтеррамзерн,下拉姆瑟恩		SO	1103	2463	
8533606	Winznau	winznau	CH	4652	0	Europe/Zurich	47.36356	7.93011		Vincnau,Winznau,wen ci nao,Винцнау,溫茨瑙		SO	1105	2501	
8533608	Wolfisberg	wolfisberg	CH	4704	0	Europe/Zurich	47.27485	7.65993		Wolfisberg		BE	244	981	
8533610	Reisiswil	reisiswil	CH	4919	0	Europe/Zurich	47.16513	7.84628		Reisiswil		BE	244	336	
8533612	Rohrbachgraben	rohrbachgraben	CH	4938	0	Europe/Zurich	47.11934	7.80044		Rohrbachgraben,Rohrbachgraben BE,Rorbakhgraben,luo er ba he ge la ben,Рорбахграбен,羅爾巴赫格拉本		BE	244	339	
8533613	Oeschenbach	oeschenbach	CH	4943	0	Europe/Zurich	47.10287	7.74756		Oeschenbach		BE	244	335	
8533614	Gretzenbach	gretzenbach	CH	5014	0	Europe/Zurich	47.35823	8.00243		Gretcenbakh,Gretzenbach,ge lei cen ba he,Гретценбах,格雷岑巴赫		SO	1108	2576	
8533616	Gisikon	gisikon	CH	6038	0	Europe/Zurich	47.12701	8.40356		Gisikon,Gizikon,ji xi kong,Гизикон,吉錫孔		LU	312	1055	
8533617	Honau	honau	CH	6038	0	Europe/Zurich	47.13254	8.40811		Honau		LU	312	1057	
8533618	Fontannen b. Wolhusen	fontannen-b-wolhusen	CH	6110	0	Europe/Zurich	47.02551	8.01199		Fontannen b. Wolhusen		LU	316	1007	
8533620	Grossdietwil	grossdietwil	CH	6146	0	Europe/Zurich	47.16836	7.89141		Grosditvil',Grossdietwil,da di te wei er,Гросдитвиль,大迪特維爾		LU	315	1131	
8533622	Rengg	rengg	CH	6162	0	Europe/Zurich	47.00406	8.09084		Rengg		LU	316	1002	
8533623	Hintermoos	hintermoos	CH	6260	0	Europe/Zurich	47.2701	8.00395		Hintermoos		LU	315	1147	
8533624	Mehlsecken	mehlsecken	CH	6260	0	Europe/Zurich	47.24448	7.95724		Mehlsecken		LU	315	1140	
8533625	Roggliswil	roggliswil	CH	6265	0	Europe/Zurich	47.21353	7.88374		Roggliswil		LU	315	1142	
8533626	Altwis	altwis	CH	6286	0	Europe/Zurich	47.23847	8.24781		Altwis		LU	313	1030	
8533627	Ermensee	ermensee	CH	6294	0	Europe/Zurich	47.22781	8.23627		Ermensee		LU	313	1025	
8533628	Zugerberg	zugerberg	CH	6300	0	Europe/Zurich	47.14338	8.53342		Zugerberg		ZG	900	1711	
8533629	Neuheim	neuheim	CH	6345	0	Europe/Zurich	47.20192	8.58053		Neuheim		ZG	900	1705	
8533632	Rigi Staffel	rigi-staffel	CH	6410	0	Europe/Zurich	47.05234	8.47518		Rigi Staffel		SZ	506	1362	
8533633	Bisisthal	bisisthal	CH	6436	0	Europe/Zurich	46.9434	8.83183		Bisisthal		SZ	506	1367	
8533634	Preonzo	preonzo	CH	6523	0	Europe/Zurich	46.26187	9.00505		Preonzo,Prons,Próns,pu lei weng zuo,普雷翁佐		TI	2101	5002	
8533635	Cavigliano	cavigliano	CH	6654	0	Europe/Zurich	46.18547	8.71492		Cavigliano,Cavijaen,Cavijän,ka wei li ya nuo,卡維利亞諾		TI	2104	5396	
8533636	Moneto	moneto	CH	6659	0	Europe/Zurich	46.15043	8.61827		Moneto		TI	2104	5397	
8533637	Linescio	linescio	CH	6682	0	Europe/Zurich	46.30921	8.58221		Linescio		TI	2108	5315	
8533638	Camperio	camperio	CH	6718	0	Europe/Zurich	46.52391	8.90769		Camperio		TI	2102	5049	
8533639	Ghirone	ghirone	CH	6720	0	Europe/Zurich	46.56135	8.94408		Ghirone		TI	2102	5049	
8533640	Largario	largario	CH	6724	0	Europe/Zurich	46.49454	8.941		Largario		TI	2102	5048	
8533641	Pollegio	pollegio	CH	6742	0	Europe/Zurich	46.36486	8.94839		Pollegio,Puleisg,Puléisg,bo lai jiao,波萊焦		TI	2103	5077	
8533642	Varenzo	varenzo	CH	6777	0	Europe/Zurich	46.50334	8.72603		Varenzo		TI	2103	5079	
8533643	Bruzella	bruzella	CH	6837	0	Europe/Zurich	45.88244	9.03929		Bruzella		TI	2106	5269	
8533644	Cabbio	cabbio	CH	6838	0	Europe/Zurich	45.89669	9.04744		Cabbio		TI	2106	5269	
8533645	Besazio	besazio	CH	6863	0	Europe/Zurich	45.87213	8.953		Besazio		TI	2106	5254	
8533646	Carabietta	carabietta	CH	6919	0	Europe/Zurich	45.96778	8.90145		Carabietta		TI	2105	5236	
8533647	Porza	porza	CH	6948	0	Europe/Zurich	46.0268	8.94989		Porza,Purza,bo er zha,波爾扎		TI	2105	5214	
8533648	Cozzo	cozzo	CH	6951	0	Europe/Zurich	46.09718	9.06198		Cozzo		TI	2105	5192	
8533649	Sala Capriasca	sala-capriasca	CH	6954	0	Europe/Zurich	46.06507	8.95609		Sala Capriasca		TI	2105	5226	
8533650	Oggio	oggio	CH	6955	0	Europe/Zurich	46.073	8.9881		Oggio		TI	2105	5226	
8533651	Corticiasca	corticiasca	CH	6958	0	Europe/Zurich	46.08882	9.02272		Corticiasca		TI	2105	5226	
8533652	Bombinasco	bombinasco	CH	6981	0	Europe/Zurich	46.01406	8.83342		Bombinasco		TI	2105	5181	
8533653	Vernate	vernate	CH	6992	0	Europe/Zurich	45.99567	8.8841		Vernate		TI	2105	5230	
8533654	Madonna del Piano	madonna-del-piano	CH	6995	0	Europe/Zurich	45.98924	8.83319		Madonna del Piano		TI	2105	5239	
8533656	Molinis	molinis	CH	7056	0	Europe/Zurich	46.82615	9.65741		Molinis,Molinisas,Mulina,mo li ni si,Молинис,莫利尼斯		GR	1848	3921	
8533657	Arezen	arezen	CH	7104	0	Europe/Zurich	46.78231	9.33441		Arezen		GR	1850	3672	
8533658	St. Martin (Lugnez)	st-martin-lugnez	CH	7116	0	Europe/Zurich	46.67502	9.1805		St. Martin (Lugnez)		GR	1850	3603	
8533659	Castrisch	castrisch	CH	7126	0	Europe/Zurich	46.77659	9.23531		Castrices,Castrisch,Kastrish,ka si te li shi,Кастриш,卡斯特里施		GR	1850	3619	
8533660	Schnaus	schnaus	CH	7130	0	Europe/Zurich	46.77608	9.17967		Scanaues,Schnaus,Shnaus,shi nao si,Шнаус,施瑙斯		GR	1850	3619	
8533661	Seewis-Schmitten	seewis-schmitten	CH	7212	0	Europe/Zurich	46.98036	9.64067		Seewis-Schmitten		GR	1849	3972	
8533662	Pratval	pratval	CH	7415	0	Europe/Zurich	46.73205	9.44851		Pratval,Pratval',pi la te wa er,Пратваль,皮拉特瓦爾		GR	1851	3673	
8533663	Almens	almens	CH	7416	0	Europe/Zurich	46.73807	9.45915		Al'mens,Almens,Lemennis,a er men si,Альменс,阿爾門斯		GR	1851	3673	
8533664	Portein	portein	CH	7423	0	Europe/Zurich	46.71046	9.40659		Portein		GR	1851	3661	
8533665	Glaspass	glaspass	CH	7428	0	Europe/Zurich	46.67701	9.34743		Glaspass		GR	1851	3669	
8533666	Obermutten	obermutten	CH	7431	0	Europe/Zurich	46.6709	9.4863		Obermutten		GR	1851	3668	
8533667	Sfazù	sfazu	CH	7742	0	Europe/Zurich	46.38902	10.08104		Sfazu,Sfazù		GR	1842	3561	
8533668	Nassenwil	nassenwil	CH	8155	0	Europe/Zurich	47.46675	8.46899		Nassenwil		ZH	104	90	
8533671	Ricketwil (Winterthur)	ricketwil-winterthur	CH	8352	0	Europe/Zurich	47.48687	8.80056		Ricketwil (Winterthur)		ZH	110	230	
8533672	Reutlingen (Winterthur)	reutlingen-winterthur	CH	8404	0	Europe/Zurich	47.52807	8.74843		Reutlingen (Winterthur)		ZH	110	230	
8533674	Buch b. Frauenfeld	buch-b-frauenfeld	CH	8524	0	Europe/Zurich	47.59839	8.84091		Buch b. Frauenfeld		TG	2012	4616	
8533675	Harenwilen	harenwilen	CH	8553	0	Europe/Zurich	47.57037	9.00042		Harenwilen		TG	2012	4590	
8533676	Illighausen	illighausen	CH	8574	0	Europe/Zurich	47.6031	9.20983		Illighausen		TG	2013	4683	
8533677	Dozwil	dozwil	CH	8582	0	Europe/Zurich	47.57665	9.32336		Dozwil		TG	2011	4406	
8533678	Riedern	riedern	CH	8750	0	Europe/Zurich	47.04919	9.05119		Riedern		GL	800	1632	
8533680	Galgenen	galgenen	CH	8854	0	Europe/Zurich	47.18226	8.87046		Galgenen		SZ	505	1342	
8533684	Jakobsbad	jakobsbad	CH	9108	0	Europe/Zurich	47.3196	9.32629		Jakobsbad		AI	1600	3102	
8533685	Schweizersholz	schweizersholz	CH	9223	0	Europe/Zurich	47.50277	9.19628		Schweizersholz		TG	2015	4471	
8533686	St. Pelagiberg	st-pelagiberg	CH	9225	0	Europe/Zurich	47.48916	9.3025		St. Pelagiberg		TG	2015	4486	
8533687	Winden	winden	CH	9315	0	Europe/Zurich	47.50654	9.35918		Winden		TG	2011	4411	
8533689	Fontnas	fontnas	CH	9476	0	Europe/Zurich	47.09063	9.4886		Fontnas		SG	1724	3276	
8533690	Braunau	braunau	CH	9502	0	Europe/Zurich	47.50107	9.06959		Braunau,Braunau TG,Braunau i Sveits,bu lao nao,Браунау,布勞瑙		TG	2014	4723	
8533691	Stehrenberg	stehrenberg	CH	9503	0	Europe/Zurich	47.52335	9.08974		Stehrenberg		TG	2015	4921	
8533692	Bettwiesen	bettwiesen	CH	9553	0	Europe/Zurich	47.49788	9.02512		Bettwiesen,Betvizen,bei te wei sen,Бетвизен,貝特維森		TG	2014	4716	
8533693	Schmidshof	schmidshof	CH	9565	0	Europe/Zurich	47.54452	9.05532		Schmidshof		TG	2015	4921	
8693092	Tenniken	tenniken	CH	4456	0	Europe/Zurich	47.43712	7.81149		Tenniken,teng ni ken,Тенникен,滕尼肯	2863	BL	1304	2863	
8714341	Bondo	bondo	CH	7606	0	Europe/Zurich	46.33543	9.55407		Bond,Bondo,Bondo GR,Бондо,Բոնդո		GR	1846	3792	
10130925	Trogen	trogen	CH	9043	0	Europe/Zurich	46.99484	8.39436		Trogen		NW	700	1505	
10130944	Matt	matt	CH	8766	0	Europe/Zurich	46.98768	8.40588				NW	700	1505	
10130992	Niederdorf	niederdorf	CH	4435	0	Europe/Zurich	46.97183	8.46233				NW	700	1501	
10131010	Steinen	steinen	CH	6422	0	Europe/Zurich	46.95598	8.50453		Selein,Steinen		NW	700	1504	
10131011	Erlen	erlen	CH	8586	0	Europe/Zurich	46.95436	8.50469				NW	700	1504	
10131051	Wangi	wangi	CH	9545	0	Europe/Zurich	46.93675	8.47165				NW	700	1501	
10131202	Gadmen	gadmen	CH	3863	0	Europe/Zurich	46.894	8.41966				NW	700	1511	
10194829	Widen	widen	CH	8967	0	Europe/Zurich	46.98339	8.36313		Widen,Wiedachen		NW	700	1510	
10194853	Graben	graben	CH	3376	0	Europe/Zurich	46.96299	8.38561				NW	700	1508	
10286897	Petit Lancy	petit-lancy	CH	1213	0	Europe/Zurich	46.19647	6.11359				GE	2500	6628	
10295648	Gansingen	gansingen	CH	5272	0	Europe/Zurich	47.5429	8.13516			4164	AG	1906	4164	
10375675	Vico Morcote	vico-morcote	CH	6921	377	Europe/Zurich	45.93	8.922	442			TI	2105	5233	
10630381	Aetigkofen	aetigkofen	CH	4583	0	Europe/Zurich	47.12566	7.46452				SO	1103	2465	
10793952	Niederstocken	niederstocken	CH	3632	0	Europe/Zurich	46.71062	7.57215				BE	247	770	
11048325	Piano di Peccia	piano-di-peccia	CH	6695	0	Europe/Zurich	46.41432	8.60809				TI	2108	5323	
11048333	Blignou (Ayent)	blignou-ayent	CH	1966	0	Europe/Zurich	46.27337	7.40118				VS	2305	6082	
11048349	Misery	misery	CH	1721	0	Europe/Zurich	46.8524	7.06391				FR	1005	2272	
11048352	Coffrane	coffrane	CH	2207	0	Europe/Zurich	47.00843	6.86251				NE	2405	6487	
11048353	St-Cierges	st-cierges	CH	1410	0	Europe/Zurich	46.68941	6.73539				VD	2223	5693	
11048359	Meikirch	meikirch	CH	3045	0	Europe/Zurich	47.00751	7.36402				BE	246	307	
11048362	Duillier	duillier	CH	1266	0	Europe/Zurich	46.40825	6.23714				VD	2228	5715	
11048363	Vuisternens-devant-Romont	vuisternens-devant-romont	CH	1687	0	Europe/Zurich	46.65312	6.92958			2113	FR	1002	2113	
11048366	Echichens	echichens	CH	1112	0	Europe/Zurich	46.52653	6.50017				VD	2227	5634	
11048367	Remetschwil	remetschwil	CH	5453	0	Europe/Zurich	47.40813	8.32905				AG	1902	4039	
11048368	Tentlingen	tentlingen	CH	1734	0	Europe/Zurich	46.76922	7.19772				FR	1006	2307	
11048369	Egolzwil	egolzwil	CH	6243	0	Europe/Zurich	47.18434	8.00753				LU	315	1127	
11048372	Walperswil	walperswil	CH	3272	0	Europe/Zurich	47.06017	7.22956				BE	243	754	
11048373	Granois (Savièse)	granois-saviese	CH	1965	0	Europe/Zurich	46.24886	7.33694				VS	2312	6265	
11048375	Prez-vers-Noréaz	prez-vers-noreaz	CH	1746	0	Europe/Zurich	46.78539	7.0158				FR	1004	2237	
11048377	Cureglia	cureglia	CH	6944	0	Europe/Zurich	46.03677	8.94695				TI	2105	5180	
11048411	Ursy	ursy	CH	1670	0	Europe/Zurich	46.6334	6.83474				FR	1002	2102	
11048413	Rickenbach LU	rickenbach-lu	CH	6221	0	Europe/Zurich	47.21745	8.15486				LU	314	1097	
11048414	Bargen BE	bargen-be	CH	3282	0	Europe/Zurich	47.03754	7.26291				BE	243	302	
11048415	Mayens-de-Chamoson	mayens-de-chamoson	CH	1911	0	Europe/Zurich	46.2034	7.18429				VS	2302	6022	
11048416	Dintikon	dintikon	CH	5606	0	Europe/Zurich	47.36518	8.23022				AG	1907	4194	
11048417	Rheinau	rheinau	CH	8462	0	Europe/Zurich	47.63277	8.60251				ZH	102	38	
11048418	Neuenegg	neuenegg	CH	3176	0	Europe/Zurich	46.89494	7.30466				BE	246	670	
11048419	Aïre	aire	CH	1219	0	Europe/Zurich	46.19508	6.09947				GE	2500	6643	
11048422	Unterentfelden	unterentfelden	CH	5035	0	Europe/Zurich	47.36815	8.05023				AG	1901	4013	
11048424	Collonge-Bellerive	collonge-bellerive	CH	1245	0	Europe/Zurich	46.25061	6.20174				GE	2500	6616	
11048425	Dulliken	dulliken	CH	4657	0	Europe/Zurich	47.34812	7.94642				SO	1108	2573	
11048449	Delley	delley	CH	1567	0	Europe/Zurich	46.91196	6.96915				FR	1001	2051	
11048450	Merzligen	merzligen	CH	3274	0	Europe/Zurich	47.08809	7.24823				BE	243	741	
11048454	Le Lieu	le-lieu	CH	1345	0	Europe/Zurich	46.64775	6.28285				VD	2224	5873	
11048455	Vogelsang AG	vogelsang-ag	CH	5412	0	Europe/Zurich	47.49432	8.23824				AG	1902	4029	
11048456	Noville	noville	CH	1845	0	Europe/Zurich	46.38148	6.90006				VD	2221	5408	
11048458	Cronay	cronay	CH	1406	0	Europe/Zurich	46.75664	6.69767				VD	2224	5910	
11048470	Chavannes-des-Bois	chavannes-des-bois	CH	1290	0	Europe/Zurich	46.31402	6.13501				VD	2228	5708	
11048474	Beinwil (Freiamt)	beinwil-freiamt	CH	5637	0	Europe/Zurich	47.23066	8.34214		Beinwil		AG	1908	4224	
11048475	Botyre (Ayent)	botyre-ayent	CH	1966	0	Europe/Zurich	46.27526	7.40605				VS	2305	6082	
11048481	Aclens	aclens	CH	1123	0	Europe/Zurich	46.56634	6.51146				VD	2227	5621	
11048492	St-Martin FR	st-martin-fr	CH	1609	0	Europe/Zurich	46.57635	6.86985				FR	1007	2335	
11048499	Corcelles-sur-Chavornay	corcelles-sur-chavornay	CH	1374	0	Europe/Zurich	46.70378	6.59999				VD	2224	5749	
11048500	Valeyres-sous-Rances	valeyres-sous-rances	CH	1358	0	Europe/Zurich	46.753	6.52622				VD	2224	5763	
11048502	Aetingen	aetingen	CH	4587	0	Europe/Zurich	47.13222	7.50589				SO	1103	2465	
11048503	Bibern SO	bibern-so	CH	4578	0	Europe/Zurich	47.14687	7.45757				SO	1103	2465	
11048505	Bournens	bournens	CH	1035	0	Europe/Zurich	46.60492	6.5648				VD	2223	5472	
11048564	Villars-sous-Yens	villars-sous-yens	CH	1168	0	Europe/Zurich	46.50918	6.4293				VD	2227	5652	
11048566	Courchavon	courchavon	CH	2922	0	Europe/Zurich	47.44065	7.05842				JU	2603	6783	
11048568	Vaumarcus	vaumarcus	CH	2028	0	Europe/Zurich	46.87799	6.75874				NE	2401	6417	
11048570	Ennetmoos	ennetmoos	CH	6372	0	Europe/Zurich	46.95594	8.33884				NW	700	1506	
11048571	Massonnens	massonnens	CH	1692	0	Europe/Zurich	46.69822	6.97396				FR	1002	2086	
11048578	Corcelles-près-Concise	corcelles-pres-concise	CH	1426	0	Europe/Zurich	46.84801	6.7081				VD	2224	5555	
11048583	Diemerswil	diemerswil	CH	3053	0	Europe/Zurich	47.01908	7.42448				BE	246	536	
11048584	Coinsins	coinsins	CH	1267	0	Europe/Zurich	46.42389	6.23564				VD	2228	5710	
11048589	Schlierbach	schlierbach	CH	6231	0	Europe/Zurich	47.22352	8.11104				LU	314	1100	
11048590	Villarzel	villarzel	CH	1555	0	Europe/Zurich	46.74764	6.91216				VD	2222	5830	
11048591	Elfingen	elfingen	CH	5077	0	Europe/Zurich	47.5085	8.0995				AG	1904	4097	
11048596	Fregiécourt	fregiecourt	CH	2953	0	Europe/Zurich	47.41219	7.19849				JU	2603	6810	
11048778	Penthaz	penthaz	CH	1303	0	Europe/Zurich	46.59776	6.54073				VD	2223	5496	
11048779	Niederwil AG	niederwil-ag	CH	5524	0	Europe/Zurich	47.37626	8.29536				AG	1903	4072	
11048780	Gudo	gudo	CH	6515	0	Europe/Zurich	46.17435	8.94618				TI	2101	5002	
11048782	Corban	corban	CH	2826	0	Europe/Zurich	47.34623	7.47688				JU	2601	6730	
11048783	Boécourt	boecourt	CH	2856	0	Europe/Zurich	47.35114	7.21604				JU	2601	6702	
11048784	Salvenach	salvenach	CH	1794	0	Europe/Zurich	46.91289	7.15107				FR	1005	2275	
11048785	Corsier-sur-Vevey	corsier-sur-vevey	CH	1804	0	Europe/Zurich	46.49501	6.87178				VD	2230	5884	
11048786	Stampa	stampa	CH	7605	0	Europe/Zurich	46.04417	8.97356				TI	2105	5167	
11048790	Inwil	inwil	CH	6034	0	Europe/Zurich	47.18352	8.52977				ZG	900	1701	
11048829	Chamby	chamby	CH	1832	0	Europe/Zurich	46.44971	6.91229				VD	2230	5886	
11048830	Niederried b. Kallnach	niederried-b-kallnach	CH	3283	0	Europe/Zurich	47.0112	7.25012				BE	243	304	
11048836	Essertines-sur-Yverdon	essertines-sur-yverdon	CH	1417	0	Europe/Zurich	46.71832	6.63836				VD	2223	5520	
11113428	Termine	termine	CH	6998	0	Europe/Zurich	46.13237	8.90767		Termine		TI	2105	5238	
11113625	Monte	monte	CH	6875	0	Europe/Zurich	46.09047	9.02036		Monte		TI	2105	5226	
11113692	Somazzo	somazzo	CH	6872	0	Europe/Zurich	46.07753	8.99104		Somazzo		TI	2105	5226	
11113944	Casaccia	casaccia	CH	7602	0	Europe/Zurich	45.9649	8.90026		Casaccia		TI	2105	5236	
11114068	Pianezzo	pianezzo	CH	6582	0	Europe/Zurich	45.89272	9.01168		Pianezzo		TI	2106	5249	
11114101	Caviano	caviano	CH	6578	0	Europe/Zurich	45.87712	9.00835		Caviano		TI	2106	5249	
11114109	Campora	campora	CH	6875	0	Europe/Zurich	45.87432	9.02379		Campora,Cámpora		TI	2106	5249	
11114112	Rossa	rossa	CH	6548	0	Europe/Zurich	45.86889	9.03428		Rossa		TI	2106	5269	
11204161	Ebersecken	ebersecken	CH	6245	401	Europe/Zurich	47.18286	7.93185	546	Ebersecken		LU	315	1123	
11215853	Arnex-sur-Nyon	arnex-sur-nyon	CH	1277	0	Europe/Zurich	46.37504	6.1924		Arnex-sur-Nyon		VD	2228	5701	
11219105	Mairengo	mairengo	CH	6763	0	Europe/Zurich	46.48775	8.79241		Mairengo		TI	2103	5072	
11219106	Campello	campello	CH	6760	0	Europe/Zurich	46.48763	8.81668		Campello		TI	2103	5072	
11466466	Vaux-sur-Morges	vaux-sur-morges	CH	1126	0	Europe/Zurich	46.53477	6.46306		Vaux-sur-Morges		VD	2227	5650	
11466658	Palézieux-Village	palezieux-village	CH	1607	0	Europe/Zurich	46.55526	6.8311		Palezieux-Village,Palézieux-Village		VD	2226	5805	
11487824	Rain	rain	CH	6026	0	Europe/Zurich	46.61126	7.48987		Rain		BE	249	762	
11487827	Port	port	CH	2562	0	Europe/Zurich	46.58992	7.356		Port		BE	248	791	
11488699	Les Charbonnières	les-charbonnieres	CH	1343	0	Europe/Zurich	46.61828	6.85309		Les Charbonnieres,Les Charbonnières		FR	1002	2102	
11488718	L'Abergement	l-abergement	CH	1355	0	Europe/Zurich	46.61578	6.81732		L'Abergement,L’Abergement		FR	1002	2097	
11489015	Le Pont	le-pont	CH	1342	0	Europe/Zurich	46.58714	7.09302		Le Pont		FR	1003	2135	
11492962	Bellevue	bellevue	CH	1293	0	Europe/Zurich	46.59466	6.58735		Bellevue		VD	2223	5473	
11493051	Gadenstatt	gadenstatt	CH	7244	0	Europe/Zurich	46.60592	9.15105		Gadenstatt		GR	1850	3603	
11518375	Degen	degen	CH	7145	0	Europe/Zurich	46.70695	9.17042		Degen		GR	1850	3618	
11518994	Pigniu	pigniu	CH	7156	0	Europe/Zurich	46.80916	9.11651		Pigniu		GR	1850	3619	
11524774	Alpnach Dorf	alpnach-dorf	CH	6055	0	Europe/Zurich	46.94045	8.27715				OW	600	1401	
11534886	Chavannes-sur-Moudon	chavannes-sur-moudon	CH	1512	0	Europe/Zurich	46.65719	6.80844		Chavannes-sur-Moudon		VD	2222	5665	
11535156	Goumoens-le-Jux	goumoens-le-jux	CH	1376	0	Europe/Zurich	46.66554	6.58763		Goumoens-le-Jux		VD	2223	5541	
11535337	Grangettes-près-Romont	grangettes-pres-romont	CH	1686	0	Europe/Zurich	46.67825	6.96256		Grangettes-pres-Romont,Grangettes-près-Romont		FR	1002	2079	
11535372	Chesalles-sur-Moudon	chesalles-sur-moudon	CH	1683	0	Europe/Zurich	46.67517	6.83395		Chesalles-sur-Moudon		VD	2222	5675	
11539212	Bussy-sur-Moudon	bussy-sur-moudon	CH	1514	0	Europe/Zurich	46.68652	6.81227		Bussy-sur-Moudon		VD	2222	5663	
11540050	Oulens-sur-Lucens	oulens-sur-lucens	CH	1522	0	Europe/Zurich	46.70424	6.8085		Oulens-sur-Lucens		VD	2222	5675	
11540088	Neyruz-sur-Moudon	neyruz-sur-moudon	CH	1515	0	Europe/Zurich	46.69808	6.78776		Neyruz-sur-Moudon		VD	2223	5693	
11543540	Granges-de-Vesin	granges-de-vesin	CH	1484	0	Europe/Zurich	46.81105	6.84239		Granges-de-Vesin		FR	1001	2050	
11548270	Montagne-de-Sonvilier	montagne-de-sonvilier	CH	2615	0	Europe/Zurich	47.12213	6.94856		Montagne-de-Sonvilier		BE	241	445	
11568048	Schupfen	schupfen	CH	3054	0	Europe/Zurich	47.67521	8.78579		Schupfen		TG	2012	4545	
11568069	Hohenrain	hohenrain	CH	6276	0	Europe/Zurich	47.6668	8.9957		Hohenrain		TG	2012	4864	
11568143	Freienstein	freienstein	CH	8427	0	Europe/Zurich	47.64829	8.93141		Freienstein		TG	2012	4826	
11568186	Halden	halden	CH	9223	0	Europe/Zurich	47.64176	9.0282		Halden		TG	2012	4816	
11568204	Hohenrain	hohenrain	CH	6276	0	Europe/Zurich	47.63807	9.08755		Hohenrain		TG	2013	4701	
11568214	Gunterswilen	gunterswilen	CH	8564	0	Europe/Zurich	47.63564	9.07691		Gunterswilen		TG	2013	4701	
11568229	Eppenberg	eppenberg	CH	5012	0	Europe/Zurich	47.63286	8.85673		Eppenberg		TG	2012	4806	
11568268	Meienberg	meienberg	CH	5643	0	Europe/Zurich	47.62637	8.92669		Meienberg		TG	2012	4811	
11568360	Kollbrunn	kollbrunn	CH	8483	0	Europe/Zurich	47.63309	8.7804		Kollbrunn		ZH	102	292	
11568935	Hefenhausen	hefenhausen	CH	8564	0	Europe/Zurich	47.61713	9.06488		Hefenhausen		TG	2013	4701	
11568950	Horn	horn	CH	9326	0	Europe/Zurich	47.61498	8.81589		Horn		TG	2012	4821	
11568970	Forch	forch	CH	8127	0	Europe/Zurich	47.61251	9.18812		Forch		TG	2013	4683	
11568983	Halden	halden	CH	9223	0	Europe/Zurich	47.61114	9.12168		Halden		TG	2013	4666	
11569018	Ebnet	ebnet	CH	6163	0	Europe/Zurich	47.60766	8.87651		Ebnet		TG	2012	4821	
11569058	Halden	halden	CH	9223	0	Europe/Zurich	47.61818	8.7743		Halden		ZH	102	292	
11571414	Tobel	tobel	CH	9555	0	Europe/Zurich	47.59841	9.2412		Tobel		TG	2013	4681	
11576763	Engi	engi	CH	8765	0	Europe/Zurich	47.58759	8.63636		Engi		ZH	102	28	
11576769	Ebnet	ebnet	CH	6163	0	Europe/Zurich	47.58693	8.67704		Ebnet		ZH	102	30	
11576848	Ebnet	ebnet	CH	6163	0	Europe/Zurich	47.58255	8.5985		Ebnet		ZH	102	28	
11576937	Halden	halden	CH	9223	0	Europe/Zurich	47.57466	8.72208		Halden		ZH	102	21	
11579053	Allenwinden	allenwinden	CH	6319	0	Europe/Zurich	47.03527	8.49579		Allenwinden		SZ	506	1362	
11579066	Rheinau	rheinau	CH	8462	0	Europe/Zurich	47.03499	9.48217		Rheinau		SG	1725	3297	
11579101	Kaltbach	kaltbach	CH	6212	0	Europe/Zurich	47.03415	8.64447		Kaltbach		SZ	506	1372	
11579230	Matt	matt	CH	8766	0	Europe/Zurich	47.02942	9.08485		Matt		GL	800	1632	
11579244	Allenwinden	allenwinden	CH	6319	0	Europe/Zurich	47.02887	8.66196		Allenwinden		SZ	506	1372	
11584363	Allenwinden	allenwinden	CH	6319	0	Europe/Zurich	47.38419	8.94994		Allenwinden		TG	2014	4726	
11584408	Oberegg	oberegg	CH	9413	0	Europe/Zurich	47.39012	9.21755		Oberegg		SG	1728	3402	
11584661	Ebnet	ebnet	CH	6163	0	Europe/Zurich	47.163	8.57981		Ebnet		ZG	900	1704	
11584663	Schwarzenegg	schwarzenegg	CH	3616	0	Europe/Zurich	47.16294	9.19896		Schwarzenegg		SG	1726	3311	
11584664	Sattel	sattel	CH	6417	0	Europe/Zurich	47.16291	9.30195		Sattel		SG	1727	3359	
11584677	Neuheim	neuheim	CH	6345	0	Europe/Zurich	47.16258	8.25906		Neuheim		LU	313	1039	
11584702	Mettlen	mettlen	CH	9517	0	Europe/Zurich	47.16193	8.90158		Mettlen		SZ	505	1346	
11584738	Eichberg	eichberg	CH	9453	0	Europe/Zurich	47.16096	8.1689		Eichberg		LU	314	1084	
11587095	Meienberg	meienberg	CH	5643	0	Europe/Zurich	47.11949	8.12221		Meienberg		LU	314	1083	
11587148	Erlen	erlen	CH	8586	0	Europe/Zurich	47.11809	8.79836		Erlen		SZ	501	1301	
11587221	Mettlen	mettlen	CH	9517	0	Europe/Zurich	47.11609	8.33808		Mettlen		LU	313	1026	
11587996	Matt	matt	CH	8766	0	Europe/Zurich	46.90089	7.78977		Matt		BE	245	901	
11588002	Ägerten	aegerten	CH	2558	0	Europe/Zurich	46.90078	8.21922		Agerten,Ägerten		OW	600	1407	
11588004	Oberegg	oberegg	CH	9413	0	Europe/Zurich	46.9007	8.50119		Oberegg		UR	400	1211	
11590105	Graben	graben	CH	3376	0	Europe/Zurich	47.03786	8.2101		Graben		LU	312	1062	
11590115	Ehrendingen	ehrendingen	CH	5420	0	Europe/Zurich	47.03733	8.25742		Ehrendingen		LU	312	1059	
11590143	Gurzelen	gurzelen	CH	3663	0	Europe/Zurich	47.03664	7.14783		Gurzelen		BE	243	497	
11590161	Ibach	ibach	CH	6438	0	Europe/Zurich	47.03413	7.70171		Ibach		BE	245	956	
11591086	Binz	binz	CH	8122	0	Europe/Zurich	47.56749	8.78362		Binz		ZH	110	211	
11591101	Engi	engi	CH	8765	0	Europe/Zurich	47.46122	9.54313		Engi		AR	1503	3032	
11591161	Kienberg	kienberg	CH	4468	0	Europe/Zurich	47.45936	8.91866		Kienberg		TG	2014	4721	
11591574	Halden	halden	CH	9223	0	Europe/Zurich	47.25734	9.17093		Halden		SG	1727	3360	
11591589	Oberegg	oberegg	CH	9413	0	Europe/Zurich	47.25659	8.96077		Oberegg		SG	1726	3342	
11591601	Mettlen	mettlen	CH	9517	0	Europe/Zurich	47.25625	7.80434		Mettlen		BE	244	345	
11591665	Ebnet	ebnet	CH	6163	0	Europe/Zurich	47.2541	8.90487		Ebnet		SG	1726	3342	
11591680	Horn	horn	CH	9326	0	Europe/Zurich	47.2534	9.27447		Horn		SG	1727	3360	
11612746	Sur	sur	CH	7456	0	Europe/Zurich	46.52251	9.63146		Sur		GR	1841	3543	
11633607	Montagne-de-Courtelary	montagne-de-courtelary	CH	2608	0	Europe/Zurich	47.17087	7.11642		Montagne-de-Courtelary		BE	241	433	
11704109	Peyres-Possens	peyres-possens	CH	1063	140	Europe/Zurich	46.66249	6.70775				VD	2223	5693	
11726372	Oberbussnang	oberbussnang	CH	9565	0	Europe/Zurich	47.54851	9.08731		Oberbussnang		TG	2015	4921	
11750719	Fontaines-sur-Grandson	fontaines-sur-grandson	CH	1421	0	Europe/Zurich	46.83534	6.61922		Fontaines-sur-Grandson		VD	2224	5557	
11763754	Oberstetten	oberstetten	CH	9249	0	Europe/Zurich	47.44862	9.09007		Oberstetten		SG	1728	3408	
11774482	Uetliberg	uetliberg	CH	8143	0	Europe/Zurich	47.34966	8.4911		Uetliberg		ZH	101	13	
11789318	Wettswil	wettswil	CH	8907	0	Europe/Zurich	47.33725	8.47527		Wettswil am Albis	14	ZH	101	14	
11789322	Oberkulm	oberkulm	CH	5727	0	Europe/Zurich	47.29908	8.12242			4140	AG	1905	4140	
11789352	Savosa	savosa	CH	6942	0	Europe/Zurich	46.01902	8.94236			5221	TI	2105	5221	
11789356	Davesco-Soragno	davesco-soragno	CH	6964	0	Europe/Zurich	46.03568	8.97999				TI	2105	5192	
11789398	Brunnadern	brunnadern	CH	9125	0	Europe/Zurich	46.93596	7.46907				BE	246	351	
11789429	Neudorf	neudorf	CH	6025	0	Europe/Zurich	47.44072	9.41258				SG	1721	3203	
11789449	Muraz (Collombey)	muraz-collombey	CH	1893	0	Europe/Zurich	46.28364	6.92958				VS	2308	6152	
11789450	Gruben	gruben	CH	3946	0	Europe/Zurich	47.70224	8.64613				SH	1403	2939	
11789536	Champagne	champagne	CH	1424	0	Europe/Zurich	47.14758	7.26325				BE	242	371	
11789565	Corsier-sur-Vevey	corsier-sur-vevey	CH	1804	0	Europe/Zurich	46.47209	6.84633				VD	2230	5884	
11789584	Niederdorf	niederdorf	CH	4435	0	Europe/Zurich	46.96166	8.35995				NW	700	1509	
11789590	Dorf	dorf	CH	8458	0	Europe/Zurich	47.19263	8.52749				ZG	900	1701	
11789605	Gluringen	gluringen	CH	3998	0	Europe/Zurich	46.46657	8.23485				VS	2304	6077	
11789609	Kallern	kallern	CH	5625	0	Europe/Zurich	47.313	8.2937				AG	1908	4233	
11789631	Steg VS	steg-vs	CH	3940	0	Europe/Zurich	46.31183	7.7507				VS	2309	6204	
11789668	Aeugst am Albis	aeugst-am-albis	CH	8914	0	Europe/Zurich	47.26703	8.48539			1	ZH	101	1	
11789669	Pont-la-Ville	pont-la-ville	CH	1649	0	Europe/Zurich	46.69793	7.11094			2147	FR	1003	2147	
11789676	Cormondrèche	cormondreche	CH	2036	0	Europe/Zurich	46.98426	6.86899		Cormondreche,Cormondrèche		NE	2404	6458	
11789807	Scheuren	scheuren	CH	2556	0	Europe/Zurich	47.13699	7.3664				BE	243	383	
11789808	Kleinwangen	kleinwangen	CH	6277	0	Europe/Zurich	47.33955	7.87093				SO	1108	2586	
11789811	Rickenbach Sulz	rickenbach-sulz	CH	8545	0	Europe/Zurich	47.54059	8.78732				ZH	110	225	
11790334	Schwarzsee	schwarzsee	CH	1716	0	Europe/Zurich	46.68186	7.29445				FR	1006	2299	
11790335	Vollèges	volleges	CH	1941	0	Europe/Zurich	46.08615	7.16875				VS	2303	6037	
11790336	Le Mouret	le-mouret	CH	1724	0	Europe/Zurich	46.74739	7.17763				FR	1004	2220	
11790338	Servion	servion	CH	1077	0	Europe/Zurich	46.57096	6.77835			5799	VD	2226	5799	
11790339	Chéserex	cheserex	CH	1275	0	Europe/Zurich	46.39935	6.17524			5709	VD	2228	5709	
11790499	Hohentannen	hohentannen	CH	9216	0	Europe/Zurich	47.50862	9.225			4495	TG	2015	4495	
11790500	Valeyres-sous-Montagny	valeyres-sous-montagny	CH	1441	0	Europe/Zurich	46.79859	6.61094			5933	VD	2224	5933	
11790501	Bedigliora	bedigliora	CH	6981	0	Europe/Zurich	46.00252	8.84052			5149	TI	2105	5149	
11790502	Uebeschi	uebeschi	CH	3635	0	Europe/Zurich	46.73774	7.5558			943	BE	247	943	
11790504	Niedermuhlern	niedermuhlern	CH	3087	0	Europe/Zurich	46.85846	7.46663			877	BE	246	877	
11790561	Savagnier	savagnier	CH	2065	0	Europe/Zurich	47.04998	6.95482				NE	2405	6487	
11790563	Cheseaux-Noréaz	cheseaux-noreaz	CH	1400	0	Europe/Zurich	46.78184	6.67029			5909	VD	2224	5909	
11790564	Rochefort	rochefort	CH	2019	0	Europe/Zurich	46.97768	6.80835			6413	NE	2401	6413	
11790566	Corcelles-le-Jorat	corcelles-le-jorat	CH	1082	0	Europe/Zurich	46.60647	6.74273			5785	VD	2222	5785	
11790569	Auswil	auswil	CH	4944	0	Europe/Zurich	47.13632	7.83226			322	BE	244	322	
11790570	Unterems	unterems	CH	3948	0	Europe/Zurich	46.29171	7.69773				VS	2306	6119	
11790572	Donat	donat	CH	7433	0	Europe/Zurich	46.62843	9.4297			3715	GR	1851	3715	
11790573	Pagig	pagig	CH	7028	0	Europe/Zurich	46.83827	9.6378				GR	1848	3921	
11790574	Stels	stels	CH	7226	0	Europe/Zurich	46.96213	9.72796				GR	1849	3962	
11790576	Surpierre	surpierre	CH	1528	0	Europe/Zurich	46.74612	6.85929			2044	FR	1001	2044	
11790593	Villars-sous-Champvent	villars-sous-champvent	CH	1443	0	Europe/Zurich	46.78628	6.58257				VD	2224	5905	
11790963	Chermignon-d'en-Bas	chermignon-d-en-bas	CH	3971	0	Europe/Zurich	46.2829	7.48525				VS	2311	6253	
11790965	Birwinken	birwinken	CH	8585	0	Europe/Zurich	47.58223	9.19822				TG	2015	4901	
11790974	Maglio di Colla	maglio-di-colla	CH	6959	0	Europe/Zurich	46.08877	9.04842				TI	2105	5192	
11790975	Calfreisen	calfreisen	CH	7027	0	Europe/Zurich	46.84126	9.59486				GR	1848	3921	
11790977	Oberramsern	oberramsern	CH	4588	0	Europe/Zurich	47.11462	7.46229				SO	1103	2457	
11790978	Horrenbach	horrenbach	CH	3623	0	Europe/Zurich	46.77958	7.75285				BE	247	932	
11791264	Luthern Bad	luthern-bad	CH	6156	0	Europe/Zurich	47.02673	7.92659				LU	315	1135	
11791265	Les Clées	les-clees	CH	1356	0	Europe/Zurich	46.7321	6.46266			5750	VD	2224	5750	
11791266	Fey (Nendaz)	fey-nendaz	CH	1996	0	Europe/Zurich	46.18702	7.27017				VS	2302	6024	
11791267	Essert-sous-Champvent	essert-sous-champvent	CH	1443	0	Europe/Zurich	46.79289	6.5845				VD	2224	5905	
11791268	Mézery-près-Donneloye	mezery-pres-donneloye	CH	1407	0	Europe/Zurich	46.74848	6.72758				VD	2224	5913	
11791559	Buchen BE	buchen-be	CH	3623	0	Europe/Zurich	46.77871	7.70781				BE	247	932	
11807166	Root D4	root-d4	CH	6039	0	Europe/Zurich	47.10337	8.37439				LU	312	1065	
11835638	Oberegg	oberegg	CH	9413	0	Europe/Zurich	46.97474	7.80972		Oberegg		BE			
11835658	Hinteregg	hinteregg	CH	8132	0	Europe/Zurich	46.97384	7.80678		Hinteregg		BE			
\.


--
-- Data for Name: postal; Type: TABLE DATA; Schema: ch; Owner: g5
--

COPY ch.postal (postal_code, place_name, place_slug, admin_code1, admin_code2, admin_code3, latitude, longitude, accuracy) FROM stdin;
5000	Aarau	aarau	AG	1901	4001	47.3925	8.0442	4
5001	Aarau 1	aarau-1	AG	1901	4001	47.3888	8.0483	
5004	Aarau	aarau	AG	1901	4001	47.3925	8.0442	4
5017	Barmelweid	barmelweid	AG	1901	4005	47.4159	7.9764	4
5018	Erlinsbach	erlinsbach	AG	1901	4005	47.4052	8.0151	4
5022	Rombach	rombach	AG	1901	4008	47.4047	8.0459	4
5023	Biberstein	biberstein	AG	1901	4002	47.4164	8.0851	4
5024	Küttigen	kuttigen	AG	1901	4008	47.4157	8.0477	4
5025	Asp	asp	AG	1901	4004	47.445	8.0503	4
5026	Densbüren	densburen	AG	1901	4004	47.4526	8.0533	4
5032	Aarau Rohr	aarau-rohr	AG	1901	4001	47.4017	8.0796	4
5033	Buchs AG	buchs-ag	AG	1901	4003	47.3936	8.0823	4
5034	Suhr	suhr	AG	1901	4012	47.3717	8.0797	4
5035	Unterentfelden	unterentfelden	AG	1901	4013	47.3681	8.0502	4
5036	Oberentfelden	oberentfelden	AG	1901	4010	47.3564	8.0459	4
5037	Muhen	muhen	AG	1901	4009	47.3367	8.0541	4
5042	Hirschthal	hirschthal	AG	1901	4007	47.3187	8.0564	4
5722	Gränichen	granichen	AG	1901	4006	47.3593	8.1024	4
5300	Turgi	turgi	AG	1902	4042	47.492	8.2541	4
5301	Siggenthal Station	siggenthal-station	AG	1902	4044	47.5174	8.2395	4
5303	Würenlingen	wurenlingen	AG	1902	4047	47.5336	8.2567	4
5400	Baden	baden	AG	1902	4021	47.4733	8.3059	4
5401	Baden	baden	AG	1902	4021	47.4651	8.2896	
5402	Baden	baden	AG	1902	4021	47.4651	8.2896	
5404	Baden	baden	AG	1902	4021	47.4733	8.3059	4
5405	Dättwil AG	dattwil-ag	AG	1902	4021	47.4551	8.2847	4
5406	Rütihof	rutihof	AG	1902	4021	47.44	8.2712	4
5408	Ennetbaden	ennetbaden	AG	1902	4026	47.4804	8.3235	4
5412	Gebenstorf	gebenstorf	AG	1902	4029	47.4814	8.2395	4
5412	Vogelsang AG	vogelsang-ag	AG	1902	4029	47.4943	8.2382	4
5413	Birmenstorf AG	birmenstorf-ag	AG	1902	4024	47.4615	8.2482	4
5415	Hertenstein AG	hertenstein-ag	AG	1902	4038	47.4871	8.3115	4
5415	Rieden AG	rieden-ag	AG	1902	4038	47.4846	8.3018	4
5415	Nussbaumen AG	nussbaumen-ag	AG	1902	4038	47.4872	8.2917	4
5416	Kirchdorf AG	kirchdorf-ag	AG	1902	4038	47.4966	8.2754	4
5417	Untersiggenthal	untersiggenthal	AG	1902	4044	47.5021	8.2555	4
5420	Ehrendingen	ehrendingen	AG	1902	4049	47.5025	8.3473	4
5423	Freienwil	freienwil	AG	1902	4028	47.503	8.3277	4
5430	Wettingen	wettingen	AG	1902	4045	47.4705	8.3164	4
5432	Neuenhof	neuenhof	AG	1902	4034	47.4526	8.3258	4
5436	Würenlos	wurenlos	AG	1902	4048	47.4421	8.3644	4
5442	Fislisbach	fislisbach	AG	1902	4027	47.439	8.2969	4
5443	Niederrohrdorf	niederrohrdorf	AG	1902	4035	47.4235	8.3064	4
5444	Künten	kunten	AG	1902	4031	47.3889	8.331	4
5452	Oberrohrdorf	oberrohrdorf	AG	1902	4037	47.4183	8.3198	4
5453	Remetschwil	remetschwil	AG	1902	4039	47.4083	8.3319	4
5454	Bellikon	bellikon	AG	1902	4022	47.3916	8.3493	4
5506	Mägenwil	magenwil	AG	1902	4032	47.4125	8.233	4
5507	Mellingen	mellingen	AG	1902	4033	47.419	8.2733	4
5512	Wohlenschwil	wohlenschwil	AG	1902	4046	47.4137	8.2573	4
5608	Stetten AG	stetten-ag	AG	1902	4041	47.4017	8.3019	4
8109	Kloster Fahr	kloster-fahr	AG	1902	4048	47.4473	8.3637	1
8956	Killwangen	killwangen	AG	1902	4030	47.4318	8.3481	4
8957	Spreitenbach	spreitenbach	AG	1902	4040	47.4202	8.363	4
8962	Bergdietikon	bergdietikon	AG	1902	4023	47.3892	8.3862	4
5445	Eggenwil	eggenwil	AG	1903	4066	47.3704	8.3395	4
5522	Tägerig	tagerig	AG	1903	4077	47.4056	8.2768	4
5524	Nesselnbach	nesselnbach	AG	1903	4072	47.3897	8.2914	4
5524	Niederwil AG	niederwil-ag	AG	1903	4072	47.3897	8.2914	4
5525	Fischbach-Göslikon	fischbach-goslikon	AG	1903	4067	47.3691	8.3111	4
5605	Dottikon	dottikon	AG	1903	4065	47.3844	8.2398	4
5607	Hägglingen	hagglingen	AG	1903	4068	47.3885	8.2532	4
5610	Wohlen AG	wohlen-ag	AG	1903	4082	47.3524	8.2788	4
5611	Anglikon	anglikon	AG	1903	4082	47.3664	8.2633	4
5612	Villmergen	villmergen	AG	1903	4080	47.3492	8.2458	4
5613	Hilfikon	hilfikon	AG	1903	4080	47.3313	8.2424	4
5614	Sarmenstorf	sarmenstorf	AG	1903	4076	47.3102	8.2495	4
5619	Uezwil	uezwil	AG	1903	4078	47.3169	8.2716	4
5619	Büttikon AG	buttikon-ag	AG	1903	4064	47.3286	8.2695	4
5620	Bremgarten AG	bremgarten-ag	AG	1903	4063	47.3511	8.3421	4
5621	Zufikon	zufikon	AG	1903	4083	47.3447	8.3582	4
5626	Hermetschwil-Staffeln	hermetschwil-staffeln	AG	1903	4063	47.3303	8.3413	4
8905	Islisberg	islisberg	AG	1903	4084	47.322	8.4414	4
8905	Arni AG	arni-ag	AG	1903	4061	47.3182	8.4247	4
8916	Jonen	jonen	AG	1903	4071	47.2974	8.3934	4
8917	Oberlunkhofen	oberlunkhofen	AG	1903	4073	47.3115	8.3914	4
8918	Unterlunkhofen	unterlunkhofen	AG	1903	4079	47.3212	8.381	4
8964	Rudolfstetten	rudolfstetten	AG	1903	4075	47.371	8.3808	4
8965	Berikon	berikon	AG	1903	4062	47.3514	8.3721	4
8966	Oberwil-Lieli	oberwil-lieli	AG	1903	4074	47.3338	8.3812	4
8967	Widen	widen	AG	1903	4081	47.3692	8.3635	4
5076	Bözen	bozen	AG	1904	4094	47.4778	8.1646	4
5077	Elfingen	elfingen	AG	1904	4097	47.5085	8.0995	4
5078	Effingen	effingen	AG	1904	4096	47.4887	8.1029	4
5105	Auenstein	auenstein	AG	1904	4091	47.4156	8.1345	4
5106	Veltheim AG	veltheim-ag	AG	1904	4120	47.438	8.1472	4
5107	Schinznach Dorf	schinznach-dorf	AG	1904	4125	47.4465	8.1409	4
5108	Oberflachs	oberflachs	AG	1904	4125	47.4402	8.1252	4
5112	Thalheim AG	thalheim-ag	AG	1904	4117	47.4353	8.1003	4
5116	Schinznach Bad	schinznach-bad	AG	1904	4095	47.4499	8.1683	4
5200	Brugg AG	brugg-ag	AG	1904	4095	47.481	8.2087	4
5201	Brugg AG	brugg-ag	AG	1904	4095	47.4863	8.211	
5210	Windisch	windisch	AG	1904	4123	47.479	8.2184	4
5212	Hausen AG	hausen-ag	AG	1904	4100	47.464	8.2099	4
5213	Villnachern	villnachern	AG	1904	4122	47.471	8.1598	4
5222	Umiken	umiken	AG	1904	4095	47.4829	8.1875	4
5223	Riniken	riniken	AG	1904	4111	47.494	8.1867	4
5225	Bözberg	bozberg	AG	1904	4124	47.4955	8.1514	4
5232	Villigen PSI	villigen-psi	AG	1904	4121	47.5296	8.2072	
5233	Stilli	stilli	AG	1904	4121	47.5172	8.2316	4
5234	Villigen	villigen	AG	1904	4121	47.5268	8.2149	4
5235	Rüfenach AG	rufenach-ag	AG	1904	4112	47.5071	8.209	4
5236	Remigen	remigen	AG	1904	4110	47.5186	8.185	4
5237	Mönthal	monthal	AG	1904	4106	47.517	8.1404	4
5242	Birr	birr	AG	1904	4092	47.4359	8.208	4
5242	Lupfig	lupfig	AG	1904	4104	47.4407	8.2038	4
5243	Mülligen	mulligen	AG	1904	4107	47.4558	8.2392	4
5244	Birrhard	birrhard	AG	1904	4093	47.4328	8.245	4
5245	Habsburg	habsburg	AG	1904	4099	47.4623	8.185	4
5246	Scherz	scherz	AG	1904	4104	47.4469	8.1842	4
5318	Mandach	mandach	AG	1904	4105	47.5478	8.189	4
5040	Schöftland	schoftland	AG	1905	4144	47.3057	8.0514	4
5043	Holziken	holziken	AG	1905	4136	47.3195	8.0343	4
5044	Schlossrued	schlossrued	AG	1905	4142	47.2912	8.0884	4
5046	Schmiedrued	schmiedrued	AG	1905	4143	47.2626	8.1118	4
5046	Walde AG	walde-ag	AG	1905	4143	47.2626	8.1118	4
5708	Birrwil	birrwil	AG	1905	4132	47.2886	8.2	4
5712	Beinwil am See	beinwil-am-see	AG	1905	4131	47.2606	8.2051	4
5723	Teufenthal AG	teufenthal-ag	AG	1905	4145	47.3286	8.1207	4
5724	Dürrenäsch	durrenasch	AG	1905	4134	47.3181	8.1585	4
5725	Leutwil	leutwil	AG	1905	4138	47.3083	8.1741	4
5726	Unterkulm	unterkulm	AG	1905	4146	47.31	8.1137	4
5727	Oberkulm	oberkulm	AG	1905	4140	47.3078	8.1442	4
5728	Gontenschwil	gontenschwil	AG	1905	4135	47.2717	8.144	4
5732	Zetzwil	zetzwil	AG	1905	4147	47.2882	8.1509	4
5733	Leimbach AG	leimbach-ag	AG	1905	4137	47.2749	8.1701	4
5734	Reinach AG	reinach-ag	AG	1905	4141	47.2573	8.1809	4
5736	Burg AG	burg-ag	AG	1905	4133	47.2339	8.178	4
5737	Menziken	menziken	AG	1905	4139	47.2425	8.1905	4
4333	Münchwilen AG	munchwilen-ag	AG	1906	4172	47.5357	7.9641	4
4334	Sisseln AG	sisseln-ag	AG	1906	4177	47.5531	7.9917	4
5027	Herznach	herznach	AG	1906	4166	47.4715	8.0475	4
5028	Ueken	ueken	AG	1906	4179	47.4845	8.0444	4
5062	Oberhof	oberhof	AG	1906	4173	47.4487	8.0027	4
5063	Wölflinswil	wolflinswil	AG	1906	4182	47.4607	7.9984	4
5064	Wittnau	wittnau	AG	1906	4181	47.4814	7.9758	4
5070	Frick	frick	AG	1906	4163	47.5117	8.0247	4
5072	Oeschgen	oeschgen	AG	1906	4175	47.5231	8.019	4
5073	Gipf-Oberfrick	gipf-oberfrick	AG	1906	4165	47.4988	8.005	4
5074	Eiken	eiken	AG	1906	4161	47.5339	7.9888	4
5075	Hornussen	hornussen	AG	1906	4167	47.5003	8.0613	4
5079	Zeihen	zeihen	AG	1906	4183	47.4754	8.0831	4
5080	Laufenburg	laufenburg	AG	1906	4170	47.5598	8.0622	4
5082	Kaisten	kaisten	AG	1906	4169	47.5416	8.0434	4
5083	Ittenthal	ittenthal	AG	1906	4169	47.5183	8.0596	4
5084	Rheinsulz	rheinsulz	AG	1906	4170	47.5556	8.0899	4
5085	Sulz AG	sulz-ag	AG	1906	4170	47.536	8.0963	4
5272	Gansingen	gansingen	AG	1906	4164	47.5429	8.1352	4
5273	Oberhofen AG	oberhofen-ag	AG	1906	4184	47.5538	8.1332	4
5274	Mettau	mettau	AG	1906	4184	47.5636	8.1293	4
5275	Etzgen	etzgen	AG	1906	4184	47.5713	8.1106	4
5276	Wil AG	wil-ag	AG	1906	4184	47.5606	8.1525	4
5277	Hottwil	hottwil	AG	1906	4184	47.5484	8.1617	4
5326	Schwaderloch	schwaderloch	AG	1906	4176	47.5854	8.1446	4
5102	Rupperswil	rupperswil	AG	1907	4206	47.4013	8.1288	4
5103	Wildegg	wildegg	AG	1907	4203	47.4147	8.1636	4
5103	Möriken AG	moriken-ag	AG	1907	4203	47.4156	8.1845	4
5113	Holderbank AG	holderbank-ag	AG	1907	4199	47.4309	8.1707	4
5502	Hunzenschwil	hunzenschwil	AG	1907	4200	47.3842	8.1229	4
5503	Schafisheim	schafisheim	AG	1907	4207	47.3753	8.1408	4
5504	Othmarsingen	othmarsingen	AG	1907	4205	47.4015	8.2185	4
5505	Brunegg	brunegg	AG	1907	4193	47.4212	8.2158	4
5600	Lenzburg	lenzburg	AG	1907	4201	47.3885	8.175	4
5600	Ammerswil AG	ammerswil-ag	AG	1907	4191	47.3682	8.2074	4
5603	Staufen	staufen	AG	1907	4210	47.3837	8.1661	4
5604	Hendschiken	hendschiken	AG	1907	4198	47.3865	8.2178	4
5606	Dintikon	dintikon	AG	1907	4194	47.3652	8.2302	4
5615	Fahrwangen	fahrwangen	AG	1907	4196	47.2948	8.2421	4
5616	Meisterschwanden	meisterschwanden	AG	1907	4202	47.2949	8.2287	4
5617	Tennwil	tennwil	AG	1907	4202	47.3081	8.2227	4
5702	Niederlenz	niederlenz	AG	1907	4204	47.4008	8.1764	4
5703	Seon	seon	AG	1907	4209	47.3449	8.1561	4
5704	Egliswil	egliswil	AG	1907	4195	47.3495	8.188	4
5705	Hallwil	hallwil	AG	1907	4197	47.3265	8.1779	4
5706	Boniswil	boniswil	AG	1907	4192	47.3173	8.1896	4
5707	Seengen	seengen	AG	1907	4208	47.3285	8.2051	4
5618	Bettwil	bettwil	AG	1908	4227	47.2906	8.2679	4
5622	Waltenschwil	waltenschwil	AG	1908	4240	47.3349	8.3034	4
5623	Boswil	boswil	AG	1908	4228	47.3038	8.3088	4
5624	Waldhäusern AG	waldhausern-ag	AG	1908	4229	47.3283	8.3162	4
5624	Bünzen	bunzen	AG	1908	4229	47.3098	8.3238	4
5625	Kallern	kallern	AG	1908	4233	47.3016	8.2813	4
5627	Besenbüren	besenburen	AG	1908	4226	47.3144	8.3459	4
5628	Aristau	aristau	AG	1908	4222	47.2869	8.3636	4
5630	Muri AG	muri-ag	AG	1908	4236	47.2743	8.3385	4
5632	Buttwil	buttwil	AG	1908	4230	47.2683	8.3106	4
5634	Merenschwand	merenschwand	AG	1908	4234	47.2587	8.3753	4
5636	Benzenschwil	benzenschwil	AG	1908	4234	47.248	8.3651	4
5637	Beinwil (Freiamt)	beinwil-freiamt	AG	1908	4224	47.2296	8.3392	4
5637	Geltwil	geltwil	AG	1908	4232	47.249	8.326	4
5642	Mühlau	muhlau	AG	1908	4235	47.2304	8.3896	4
5643	Sins	sins	AG	1908	4239	47.1922	8.3958	4
5643	Alikon	alikon	AG	1908	4239	47.2005	8.3604	4
5643	Meienberg	meienberg	AG	1908	4239	47.1978	8.3762	4
5643	Sins	sins	AG	1908	4239	47.1922	8.3958	4
5644	Auw	auw	AG	1908	4223	47.2108	8.3658	4
5645	Aettenschwil	aettenschwil	AG	1908	4239	47.1836	8.3718	4
5645	Fenkrieden	fenkrieden	AG	1908	4239	47.1609	8.3702	4
5646	Abtwil AG	abtwil-ag	AG	1908	4221	47.1733	8.3577	4
5647	Oberrüti	oberruti	AG	1908	4237	47.1667	8.3944	4
6042	Dietwil	dietwil	AG	1908	4231	47.1466	8.3936	4
8919	Rottenschwil	rottenschwil	AG	1908	4238	47.3137	8.3614	4
4303	Kaiseraugst	kaiseraugst	AG	1909	4252	47.5397	7.726	4
4305	Olsberg	olsberg	AG	1909	4257	47.5233	7.7837	4
4310	Rheinfelden	rheinfelden	AG	1909	4258	47.5544	7.794	4
4312	Magden	magden	AG	1909	4253	47.5287	7.8113	4
4313	Möhlin	mohlin	AG	1909	4254	47.5592	7.8433	4
4314	Zeiningen	zeiningen	AG	1909	4263	47.5414	7.8718	4
4315	Zuzgen	zuzgen	AG	1909	4264	47.5251	7.8999	4
4316	Hellikon	hellikon	AG	1909	4251	47.5094	7.9242	4
4317	Wegenstetten	wegenstetten	AG	1909	4262	47.4979	7.9316	4
4322	Mumpf	mumpf	AG	1909	4255	47.5456	7.9212	4
4323	Wallbach	wallbach	AG	1909	4261	47.5598	7.9029	4
4324	Obermumpf	obermumpf	AG	1909	4256	47.5294	7.9376	4
4325	Schupfart	schupfart	AG	1909	4259	47.5137	7.9658	4
4332	Stein AG	stein-ag	AG	1909	4260	47.544	7.9526	4
4663	Aarburg	aarburg	AG	1910	4271	47.3207	7.8999	4
4665	Oftringen	oftringen	AG	1910	4280	47.3138	7.9253	4
4800	Zofingen	zofingen	AG	1910	4289	47.2878	7.9459	4
4801	Zofingen	zofingen	AG	1910	4289	47.2888	7.9633	
4802	Strengelbach	strengelbach	AG	1910	4285	47.2792	7.929	4
4803	Vordemwald	vordemwald	AG	1910	4287	47.2759	7.9011	4
4805	Brittnau	brittnau	AG	1910	4274	47.2595	7.9469	4
4807	Zofingen PF	zofingen-pf	AG	1910	4289	47.2888	7.9633	
4808	Zofingen PF	zofingen-pf	AG	1910	4289	47.2888	7.9633	
4809	Zofingen PF UBS	zofingen-pf-ubs	AG	1910	4289	47.2888	7.9633	
4809	Zofingen PF	zofingen-pf	AG	1910	4289	47.2888	7.9633	
4812	Mühlethal	muhlethal	AG	1910	4289	47.3028	7.9792	4
4813	Uerkheim	uerkheim	AG	1910	4286	47.3029	8.0237	4
4814	Bottenwil	bottenwil	AG	1910	4273	47.2854	8.0046	4
4852	Rothrist	rothrist	AG	1910	4282	47.3051	7.892	4
4853	Murgenthal	murgenthal	AG	1910	4279	47.2677	7.8358	4
4853	Riken AG	riken-ag	AG	1910	4279	47.278	7.8508	4
4853	Murgenthal	murgenthal	AG	1910	4279	47.2677	7.8358	4
4856	Glashütten	glashutten	AG	1910	4279	47.2588	7.8446	4
5053	Wittwil	wittwil	AG	1910	4284	47.2919	8.0364	4
5053	Staffelbach	staffelbach	AG	1910	4284	47.2839	8.0421	4
5054	Moosleerau	moosleerau	AG	1910	4277	47.269	8.0641	4
5054	Kirchleerau	kirchleerau	AG	1910	4275	47.2758	8.0658	4
5056	Attelwil	attelwil	AG	1910	4281	47.2634	8.0397	4
5057	Reitnau	reitnau	AG	1910	4281	47.2522	8.0422	4
5058	Wiliberg	wiliberg	AG	1910	4288	47.2687	8.0214	4
5742	Kölliken	kolliken	AG	1910	4276	47.3388	8.0264	4
5745	Safenwil	safenwil	AG	1910	4283	47.3214	7.9812	4
5304	Endingen	endingen	AG	1911	4305	47.5389	8.2903	4
5305	Unterendingen	unterendingen	AG	1911	4305	47.5486	8.2917	4
5306	Tegerfelden	tegerfelden	AG	1911	4320	47.5581	8.2891	4
5312	Döttingen	dottingen	AG	1911	4304	47.5709	8.2585	4
5313	Klingnau	klingnau	AG	1911	4309	47.5836	8.2488	4
5314	Kleindöttingen	kleindottingen	AG	1911	4303	47.5709	8.2465	4
5315	Böttstein	bottstein	AG	1911	4303	47.5554	8.2226	4
5316	Leuggern	leuggern	AG	1911	4313	47.5819	8.2195	4
5317	Hettenschwil	hettenschwil	AG	1911	4313	47.5786	8.2003	4
5322	Koblenz	koblenz	AG	1911	4310	47.6097	8.2375	4
5323	Rietheim	rietheim	AG	1911	4316	47.6	8.2833	4
5324	Full-Reuenthal	full-reuenthal	AG	1911	4307	47.6087	8.2027	4
5325	Leibstadt	leibstadt	AG	1911	4311	47.5879	8.1761	4
5330	Bad Zurzach	bad-zurzach	AG	1911	4323	47.5876	8.2936	4
5332	Rekingen AG	rekingen-ag	AG	1911	4315	47.5719	8.3178	4
5333	Baldingen	baldingen	AG	1911	4301	47.5556	8.3167	4
5334	Böbikon	bobikon	AG	1911	4302	47.5556	8.3347	4
5425	Schneisingen	schneisingen	AG	1911	4318	47.5194	8.3667	4
5426	Lengnau AG	lengnau-ag	AG	1911	4312	47.5222	8.3306	4
5462	Siglistorf	siglistorf	AG	1911	4319	47.5453	8.3806	4
5463	Wislikofen	wislikofen	AG	1911	4322	47.5583	8.3639	4
5464	Rümikon AG	rumikon-ag	AG	1911	4317	47.5656	8.3754	4
5465	Mellikon	mellikon	AG	1911	4314	47.5694	8.3542	4
5466	Kaiserstuhl AG	kaiserstuhl-ag	AG	1911	4308	47.5684	8.418	4
5467	Fisibach	fisibach	AG	1911	4306	47.5639	8.4097	4
9050	Appenzell	appenzell	AI	1600	3101	47.331	9.41	4
9050	Appenzell Eggerstanden	appenzell-eggerstanden	AI	1600	3103	47.3324	9.4686	4
9050	Appenzell Enggenhütten	appenzell-enggenhutten	AI	1600	3104	47.3531	9.3623	4
9050	Appenzell Steinegg	appenzell-steinegg	AI	1600	3103	47.322	9.4315	4
9050	Appenzell Schlatt	appenzell-schlatt	AI	1600	3104	47.3531	9.3623	4
9050	Appenzell Meistersrüte	appenzell-meistersrute	AI	1600	3101	47.3446	9.4324	4
9054	Haslen AI	haslen-ai	AI	1600	3104	47.3693	9.3675	4
9057	Schwende	schwende	AI	1600	3105	47.303	9.4367	4
9057	Wasserauen	wasserauen	AI	1600	3105	47.2834	9.4258	4
9057	Weissbad	weissbad	AI	1600	3103	47.3089	9.4347	4
9058	Brülisau	brulisau	AI	1600	3103	47.2986	9.457	4
9108	Jakobsbad	jakobsbad	AI	1600	3102	47.3196	9.3263	4
9108	Gontenbad	gontenbad	AI	1600	3102	47.3331	9.3737	4
9108	Gonten	gonten	AI	1600	3102	47.3272	9.347	4
9413	Oberegg	oberegg	AI	1600	3111	47.4253	9.5513	4
9413	Oberegg	oberegg	AI	1600	3111	47.4253	9.5513	4
9442	Büriswilen	buriswilen	AI	1600	3111	47.4349	9.6058	4
9063	Stein AR	stein-ar	AR	1501	3005	47.3713	9.3435	4
9064	Hundwil	hundwil	AR	1501	3002	47.3646	9.3185	4
9100	Herisau	herisau	AR	1501	3001	47.3861	9.2792	4
9102	Herisau	herisau	AR	1501	3001	47.3829	9.2741	
9103	Schwellbrunn	schwellbrunn	AR	1501	3004	47.3525	9.2489	4
9104	Waldstatt	waldstatt	AR	1501	3007	47.3563	9.2834	4
9105	Schönengrund	schonengrund	AR	1501	3003	47.3259	9.2269	4
9107	Urnäsch	urnasch	AR	1501	3006	47.3167	9.2795	4
9112	Schachen b. Herisau	schachen-b-herisau	AR	1501	3001	47.3865	9.2445	4
9037	Speicherschwendi	speicherschwendi	AR	1502	3023	47.4265	9.4378	4
9042	Speicher	speicher	AR	1502	3023	47.4109	9.4433	4
9043	Trogen	trogen	AR	1502	3025	47.4078	9.465	4
9052	Niederteufen	niederteufen	AR	1502	3024	47.394	9.3667	4
9053	Teufen AR	teufen-ar	AR	1502	3024	47.3908	9.3864	4
9055	Bühler	buhler	AR	1502	3021	47.3735	9.4251	4
9056	Gais	gais	AR	1502	3022	47.3615	9.4536	4
9062	Lustmühle	lustmuhle	AR	1502	3024	47.3991	9.3585	4
9035	Grub AR	grub-ar	AR	1503	3031	47.4477	9.5097	4
9038	Rehetobel	rehetobel	AR	1503	3034	47.4261	9.483	4
9044	Wald AR	wald-ar	AR	1503	3036	47.4156	9.491	4
9405	Wienacht-Tobel	wienacht-tobel	AR	1503	3033	47.4648	9.5334	4
9410	Heiden	heiden	AR	1503	3032	47.4425	9.5329	4
9411	Reute AR	reute-ar	AR	1503	3035	47.4201	9.5731	4
9411	Schachen b. Reute	schachen-b-reute	AR	1503	3035	47.4268	9.5618	4
9426	Lutzenberg	lutzenberg	AR	1503	3033	47.4613	9.5761	4
9427	Wolfhalden	wolfhalden	AR	1503	3038	47.4527	9.5481	4
9428	Walzenhausen	walzenhausen	AR	1503	3037	47.4487	9.605	4
2333	La Ferrière	la-ferriere	BE	241	435	47.143	6.8922	4
2345	Le Cerneux-Veusil	le-cerneux-veusil	BE	241	443	47.1794	6.9669	4
2515	Prêles	preles	BE	241	726	47.0993	7.1302	4
2516	Lamboing	lamboing	BE	241	726	47.1168	7.1348	4
2517	Diesse	diesse	BE	241	726	47.1134	7.1169	4
2518	Nods	nods	BE	241	724	47.1149	7.0801	4
2520	La Neuveville	la-neuveville	BE	241	723	47.0659	7.0972	4
2534	Orvin	orvin	BE	241	438	47.1607	7.2137	4
2534	Les Prés-d'Orvin	les-pres-d-orvin	BE	241	438	47.157	7.176	4
2535	Frinvillier	frinvillier	BE	241	449	47.1691	7.2549	4
2536	Plagne	plagne	BE	241	449	47.1883	7.2871	4
2537	Vauffelin	vauffelin	BE	241	449	47.1873	7.3001	4
2538	Romont BE	romont-be	BE	241	442	47.1886	7.3406	4
2603	Péry	pery	BE	241	450	47.194	7.2491	4
2604	La Heutte	la-heutte	BE	241	450	47.1907	7.2261	4
2605	Sonceboz-Sombeval	sonceboz-sombeval	BE	241	444	47.1915	7.1785	4
2606	Corgémont	corgemont	BE	241	431	47.1946	7.1452	4
2607	Cortébert	cortebert	BE	241	433	47.1883	7.1089	4
2608	Montagne-de-Courtelary	montagne-de-courtelary	BE	241	433	47.1757	7.1111	3
2608	Courtelary	courtelary	BE	241	434	47.1782	7.0724	4
2610	St-Imier	st-imier	BE	241	443	47.1582	7.0066	3
2610	Les Pontins	les-pontins	BE	241	443	47.1312	6.9989	4
2610	Mont-Crosin	mont-crosin	BE	241	432	47.1835	7.0343	4
2610	Mont-Soleil	mont-soleil	BE	241	443	47.1597	6.9868	4
2612	Cormoret	cormoret	BE	241	432	47.1708	7.0542	4
2613	Villeret	villeret	BE	241	448	47.1584	7.0189	4
2615	Sonvilier	sonvilier	BE	241	445	47.1388	6.964	4
2615	Montagne-de-Sonvilier	montagne-de-sonvilier	BE	241	445	47.1388	6.964	3
2616	Renan BE	renan-be	BE	241	441	47.1269	6.9283	4
2710	Tavannes	tavannes	BE	241	713	47.2208	7.1976	4
2712	Le Fuet	le-fuet	BE	241	706	47.2448	7.184	4
2713	Bellelay	bellelay	BE	241	706	47.2633	7.1666	4
2715	Monible	monible	BE	241	716	47.277	7.2033	4
2715	Châtelat	chatelat	BE	241	716	47.2628	7.1885	4
2716	Sornetan	sornetan	BE	241	716	47.2746	7.2169	4
2717	Fornet-Dessous	fornet-dessous	BE	241	716	47.2914	7.1923	3
2717	Rebévelier	rebevelier	BE	241	715	47.2914	7.1923	4
2720	Tramelan	tramelan	BE	241	446	47.2239	7.0995	4
2720	La Tanne	la-tanne	BE	241	713	47.2221	7.1533	4
2722	Les Reussilles	les-reussilles	BE	241	446	47.2259	7.0846	4
2723	Mont-Tramelan	mont-tramelan	BE	241	437	47.21	7.0648	1
2732	Loveresse	loveresse	BE	241	696	47.2439	7.2388	4
2732	Saicourt	saicourt	BE	241	706	47.2428	7.2075	4
2732	Saules BE	saules-be	BE	241	707	47.2457	7.2218	4
2732	Reconvilier	reconvilier	BE	241	703	47.2343	7.2224	4
2733	Pontenet	pontenet	BE	241	717	47.2433	7.2546	4
2735	Malleray	malleray	BE	241	717	47.2384	7.2729	4
2735	Champoz	champoz	BE	241	683	47.2558	7.2953	4
2735	Bévilard	bevilard	BE	241	717	47.2371	7.2832	4
2736	Sorvilier	sorvilier	BE	241	711	47.2393	7.3037	4
2738	Court	court	BE	241	690	47.2396	7.3365	4
2740	Moutier	moutier	BE	241	700	47.2782	7.3695	4
2742	Perrefitte	perrefitte	BE	241	701	47.2757	7.3416	4
2743	Eschert	eschert	BE	241	692	47.2753	7.4013	4
2744	Belprahon	belprahon	BE	241	681	47.2834	7.4058	4
2745	Grandval	grandval	BE	241	694	47.2828	7.425	4
2746	Crémines	cremines	BE	241	691	47.2833	7.4403	4
2747	Seehof	seehof	BE	241	709	47.3032	7.5209	4
2747	Corcelles BE	corcelles-be	BE	241	687	47.2849	7.4524	4
2748	Les Ecorcheresses	les-ecorcheresses	BE	241	716	47.2773	7.2803	4
2748	Souboz	souboz	BE	241	716	47.2749	7.2445	4
2762	Roches BE	roches-be	BE	241	704	47.302	7.3813	4
2827	Schelten	schelten	BE	241	708	47.3343	7.5517	4
2500	Biel/Bienne	biel-bienne	BE	242	371	47.1492	7.2611	
2500	Biel/Bienne 4	biel-bienne-4	BE	242	371	47.1492	7.2611	
2500	Biel/Bienne 6	biel-bienne-6	BE	242	371	47.1492	7.2611	
2501	Biel/Bienne	biel-bienne	BE	242	371	47.1492	7.2611	
2502	Biel/Bienne	biel-bienne	BE	242	371	47.1371	7.2461	4
2503	Biel/Bienne	biel-bienne	BE	242	371	47.1371	7.2461	4
2504	Biel/Bienne	biel-bienne	BE	242	371	47.1371	7.2461	4
2505	Biel/Bienne	biel-bienne	BE	242	371	47.1371	7.2461	4
2512	Tüscherz-Alfermée	tuscherz-alfermee	BE	242	756	47.1141	7.1942	4
2513	Twann	twann	BE	242	756	47.0942	7.157	4
2514	Ligerz	ligerz	BE	242	740	47.0837	7.1348	4
2532	Macolin	macolin	BE	242	372	47.139	7.2141	4
2533	Evilard	evilard	BE	242	372	47.1505	7.239	4
2542	Pieterlen	pieterlen	BE	242	392	47.175	7.3379	4
2543	Lengnau BE	lengnau-be	BE	242	387	47.1815	7.3681	4
2552	Orpund	orpund	BE	242	744	47.1389	7.3078	4
2553	Safnern	safnern	BE	242	746	47.15	7.3231	4
2554	Meinisberg	meinisberg	BE	242	390	47.1597	7.348	4
2555	Brügg BE	brugg-be	BE	242	733	47.1237	7.2789	4
2556	Schwadernau	schwadernau	BE	242	748	47.1278	7.3078	4
2556	Scheuren	scheuren	BE	242	747	47.1347	7.3209	4
2558	Aegerten	aegerten	BE	242	731	47.1211	7.2916	4
2560	Nidau	nidau	BE	242	743	47.1255	7.2403	4
2562	Port	port	BE	242	745	47.1141	7.2589	4
2563	Ipsach	ipsach	BE	242	739	47.1139	7.2303	4
2564	Bellmund	bellmund	BE	242	732	47.1085	7.2461	4
2572	Mörigen	morigen	BE	242	742	47.0851	7.2141	4
2572	Sutz	sutz	BE	242	750	47.1034	7.2208	4
2557	Studen BE	studen-be	BE	243	749	47.113	7.3032	4
2565	Jens	jens	BE	243	738	47.0963	7.2636	4
2575	Hagneck	hagneck	BE	243	736	47.057	7.1853	4
2575	Täuffelen	tauffelen	BE	243	751	47.0652	7.197	4
2575	Gerolfingen	gerolfingen	BE	243	751	47.0771	7.1989	4
2576	Lüscherz	luscherz	BE	243	497	47.0446	7.1527	4
2577	Siselen BE	siselen-be	BE	243	499	47.0324	7.1888	4
2577	Finsterhennen	finsterhennen	BE	243	493	47.0248	7.1754	4
3035	Frieswil	frieswil	BE	243	312	46.9951	7.2866	4
3036	Detligen	detligen	BE	243	309	47.0031	7.2736	4
3053	Lätti	latti	BE	243	310	47.0378	7.4322	4
3054	Schüpfen	schupfen	BE	243	311	47.0366	7.3772	4
3225	Müntschemier	muntschemier	BE	243	498	46.9955	7.1463	4
3226	Treiten	treiten	BE	243	500	47.0086	7.1603	4
3232	Ins	ins	BE	243	496	47.0058	7.1061	4
3233	Tschugg	tschugg	BE	243	501	47.0253	7.081	4
3234	Vinelz	vinelz	BE	243	502	47.034	7.1161	4
3235	Erlach	erlach	BE	243	492	47.0422	7.0973	4
3236	Gampelen	gampelen	BE	243	495	47.012	7.0577	4
3237	Brüttelen	bruttelen	BE	243	491	47.0227	7.1479	4
3238	Gals	gals	BE	243	494	47.0284	7.0518	4
3250	Lyss	lyss	BE	243	306	47.0741	7.3066	4
3251	Ruppoldsried	ruppoldsried	BE	243	310	47.0891	7.4265	4
3251	Wengi b. Büren	wengi-b-buren	BE	243	394	47.0862	7.3954	3
3252	Worben	worben	BE	243	755	47.1028	7.2952	4
3255	Rapperswil BE	rapperswil-be	BE	243	310	47.0632	7.4109	4
3256	Dieterswil	dieterswil	BE	243	310	47.0565	7.4259	4
3256	Seewil	seewil	BE	243	310	47.0495	7.4098	4
3256	Bangerten b. Dieterswil	bangerten-b-dieterswil	BE	243	310	47.053	7.4178	3
3257	Grossaffoltern	grossaffoltern	BE	243	303	47.0659	7.3623	4
3257	Ammerzwil BE	ammerzwil-be	BE	243	303	47.0704	7.3418	4
3262	Suberg	suberg	BE	243	303	47.061	7.3373	4
3263	Büetigen	buetigen	BE	243	382	47.106	7.338	4
3264	Diessbach b. Büren	diessbach-b-buren	BE	243	385	47.1078	7.3612	4
3266	Wiler b. Seedorf	wiler-b-seedorf	BE	243	312	47.0499	7.321	4
3267	Seedorf BE	seedorf-be	BE	243	312	47.0345	7.3125	4
3268	Lobsigen	lobsigen	BE	243	312	47.0282	7.2945	4
3270	Aarberg	aarberg	BE	243	301	47.0444	7.2758	4
3271	Radelfingen b. Aarberg	radelfingen-b-aarberg	BE	243	309	47.0215	7.2718	4
3272	Epsach	epsach	BE	243	735	47.0705	7.2217	4
3272	Walperswil	walperswil	BE	243	754	47.0602	7.2296	4
3273	Kappelen	kappelen	BE	243	305	47.0602	7.2686	4
3274	Bühl b. Aarberg	buhl-b-aarberg	BE	243	734	47.0708	7.2454	4
3274	Hermrigen	hermrigen	BE	243	737	47.0817	7.2416	4
3274	Merzligen	merzligen	BE	243	741	47.0873	7.2538	4
3282	Bargen BE	bargen-be	BE	243	302	47.0375	7.2629	4
3283	Kallnach	kallnach	BE	243	304	47.0203	7.2355	4
3283	Niederried b. Kallnach	niederried-b-kallnach	BE	243	304	47.0112	7.2501	4
3292	Busswil BE	busswil-be	BE	243	306	47.0997	7.3222	4
3293	Dotzigen	dotzigen	BE	243	386	47.1217	7.3456	4
3294	Büren an der Aare	buren-an-der-aare	BE	243	383	47.1398	7.3722	4
3294	Meienried	meienried	BE	243	389	47.1387	7.3414	4
3295	Rüti b. Büren	ruti-b-buren	BE	243	393	47.1513	7.4113	1
3296	Arch	arch	BE	243	381	47.1653	7.4314	4
3297	Leuzigen	leuzigen	BE	243	388	47.1746	7.4578	4
3298	Oberwil b. Büren	oberwil-b-buren	BE	243	391	47.1307	7.4114	1
3360	Herzogenbuchsee	herzogenbuchsee	BE	244	979	47.1879	7.7062	4
3362	Niederönz	niederonz	BE	244	982	47.1842	7.6906	4
3363	Oberönz	oberonz	BE	244	979	47.1779	7.6949	4
3365	Seeberg	seeberg	BE	244	988	47.1559	7.6657	4
3365	Grasswil	grasswil	BE	244	988	47.1441	7.6701	4
3366	Bettenhausen	bettenhausen	BE	244	973	47.1715	7.7157	4
3366	Bollodingen	bollodingen	BE	244	973	47.1662	7.7056	4
3367	Ochlenberg	ochlenberg	BE	244	985	47.1495	7.736	4
3367	Thörigen	thorigen	BE	244	989	47.1731	7.7289	4
3368	Bleienbach	bleienbach	BE	244	324	47.1849	7.7563	4
3372	Wanzwil	wanzwil	BE	244	977	47.2003	7.6932	4
3373	Röthenbach Herzogenbuchsee	rothenbach-herzogenbuchsee	BE	244	977	47.2064	7.6816	4
3373	Heimenhausen	heimenhausen	BE	244	977	47.209	7.6996	4
3374	Wangenried	wangenried	BE	244	993	47.2171	7.6556	4
3375	Inkwil	inkwil	BE	244	980	47.201	7.6712	4
3376	Graben	graben	BE	244	976	47.2153	7.7178	4
3376	Berken	berken	BE	244	972	47.2258	7.7059	4
3377	Walliswil b. Wangen	walliswil-b-wangen	BE	244	991	47.2288	7.6829	4
3380	Wangen an der Aare	wangen-an-der-aare	BE	244	992	47.232	7.6545	4
3380	Walliswil b. Niederbipp	walliswil-b-niederbipp	BE	244	990	47.2362	7.6953	3
3464	Schmidigen-Mühleweg	schmidigen-muhleweg	BE	244	959	47.0943	7.7459	4
3475	Riedtwil	riedtwil	BE	244	988	47.1437	7.6982	4
3475	Hermiswil	hermiswil	BE	244	988	47.1422	7.683	4
3476	Oschwand	oschwand	BE	244	985	47.1408	7.7129	4
4536	Attiswil	attiswil	BE	244	971	47.2467	7.6135	4
4537	Wiedlisbach	wiedlisbach	BE	244	995	47.2519	7.6461	4
4538	Oberbipp	oberbipp	BE	244	983	47.2607	7.6636	4
4539	Rumisberg	rumisberg	BE	244	987	47.2641	7.6403	4
4539	Farnern	farnern	BE	244	975	47.2669	7.6178	4
4704	Wolfisberg	wolfisberg	BE	244	981	47.2748	7.6599	4
4704	Niederbipp	niederbipp	BE	244	981	47.2661	7.6946	4
4900	Langenthal	langenthal	BE	244	329	47.2153	7.7961	4
4901	Langenthal	langenthal	BE	244	329	47.2158	7.7945	
4911	Schwarzhäusern	schwarzhausern	BE	244	341	47.2517	7.7655	4
4912	Aarwangen	aarwangen	BE	244	321	47.2385	7.7685	4
4913	Bannwil	bannwil	BE	244	323	47.234	7.731	4
4914	Roggwil BE	roggwil-be	BE	244	337	47.2412	7.8214	4
4916	Untersteckholz	untersteckholz	BE	244	329	47.2076	7.8445	4
4917	Melchnau	melchnau	BE	244	333	47.1821	7.8513	4
4917	Busswil b. Melchnau	busswil-b-melchnau	BE	244	325	47.1876	7.8295	3
4919	Reisiswil	reisiswil	BE	244	336	47.1651	7.8463	4
4922	Bützberg	butzberg	BE	244	342	47.2141	7.7431	4
4922	Thunstetten	thunstetten	BE	244	342	47.2027	7.7575	4
4923	Wynau	wynau	BE	244	345	47.2557	7.8163	4
4924	Obersteckholz	obersteckholz	BE	244	329	47.1993	7.8171	4
4932	Lotzwil	lotzwil	BE	244	331	47.1913	7.791	4
4932	Gutenburg	gutenburg	BE	244	332	47.1838	7.7948	4
4933	Rütschelen	rutschelen	BE	244	340	47.1711	7.7709	4
4934	Madiswil	madiswil	BE	244	332	47.1646	7.7986	4
4935	Leimiswil	leimiswil	BE	244	332	47.1508	7.7634	4
4936	Kleindietwil	kleindietwil	BE	244	332	47.1457	7.7896	4
4937	Ursenbach	ursenbach	BE	244	344	47.137	7.7719	4
4938	Rohrbach	rohrbach	BE	244	338	47.1352	7.8133	4
4938	Rohrbachgraben	rohrbachgraben	BE	244	339	47.1193	7.8004	4
4942	Walterswil BE	walterswil-be	BE	244	959	47.1122	7.778	4
4943	Oeschenbach	oeschenbach	BE	244	335	47.1029	7.7476	4
4944	Auswil	auswil	BE	244	322	47.1436	7.8454	4
4950	Huttwil	huttwil	BE	244	954	47.115	7.8621	4
4952	Eriswil	eriswil	BE	244	953	47.0782	7.8515	4
4953	Schwarzenbach (Huttwil)	schwarzenbach-huttwil	BE	244	954	47.108	7.8303	4
4954	Wyssachen	wyssachen	BE	244	960	47.0785	7.8292	4
4955	Gondiswil	gondiswil	BE	244	326	47.1468	7.8714	4
3309	Kernenried	kernenried	BE	245	411	47.0697	7.5468	4
3315	Bätterkinden	batterkinden	BE	245	533	47.1336	7.541	4
3315	Kräiligen	krailigen	BE	245	533	47.1504	7.5343	4
3324	Hindelbank	hindelbank	BE	245	409	47.0427	7.5414	4
3324	Mötschwil	motschwil	BE	245	409	47.0411	7.5756	4
3325	Hettiswil b. Hindelbank	hettiswil-b-hindelbank	BE	245	414	47.027	7.5382	1
3326	Krauchthal	krauchthal	BE	245	414	47.0096	7.5664	4
3400	Burgdorf	burgdorf	BE	245	404	47.059	7.6279	4
3401	Burgdorf	burgdorf	BE	245	404	47.0537	7.6191	
3412	Heimiswil	heimiswil	BE	245	407	47.0675	7.6667	4
3413	Kaltacker	kaltacker	BE	245	407	47.0778	7.6701	4
3414	Oberburg	oberburg	BE	245	418	47.0366	7.6275	4
3415	Rüegsauschachen	ruegsauschachen	BE	245	956	47.0205	7.6644	4
3415	Schafhausen im Emmental	schafhausen-im-emmental	BE	245	406	47.0174	7.6577	3
3415	Hasle b. Burgdorf	hasle-b-burgdorf	BE	245	406	47.0144	7.6511	4
3416	Affoltern im Emmental	affoltern-im-emmental	BE	245	951	47.0653	7.7347	4
3417	Rüegsau	ruegsau	BE	245	956	47.0381	7.691	4
3418	Rüegsbach	ruegsbach	BE	245	956	47.0354	7.6903	4
3419	Biembach im Emmental	biembach-im-emmental	BE	245	406	47.0006	7.6224	4
3421	Lyssach	lyssach	BE	245	418	47.023	7.6065	4
3421	Rüti b. Lyssach	ruti-b-lyssach	BE	245	422	47.0544	7.5824	3
3421	Lyssach	lyssach	BE	245	415	47.0645	7.5823	4
3422	Alchenflüh	alchenfluh	BE	245	420	47.0847	7.5811	4
3422	Rüdtligen	rudtligen	BE	245	420	47.0887	7.5707	4
3422	Kirchberg BE	kirchberg-be	BE	245	412	47.0854	7.5829	4
3423	Ersigen	ersigen	BE	245	405	47.0937	7.5951	4
3424	Niederösch	niederosch	BE	245	405	47.0976	7.6042	4
3424	Oberösch	oberosch	BE	245	405	47.1096	7.608	4
3425	Willadingen	willadingen	BE	245	423	47.1467	7.6111	4
3425	Koppigen	koppigen	BE	245	413	47.1338	7.5987	4
3426	Aefligen	aefligen	BE	245	401	47.0957	7.5517	4
3427	Utzenstorf	utzenstorf	BE	245	552	47.1298	7.5584	4
3428	Wiler b. Utzenstorf	wiler-b-utzenstorf	BE	245	554	47.1506	7.5566	4
3429	Hellsau	hellsau	BE	245	408	47.1437	7.6483	4
3429	Höchstetten	hochstetten	BE	245	410	47.1438	7.6334	4
3432	Lützelflüh-Goldbach	lutzelfluh-goldbach	BE	245	955	47.0076	7.6917	4
3433	Schwanden im Emmental	schwanden-im-emmental	BE	245	905	46.988	7.6952	4
3435	Ramsei	ramsei	BE	245	955	46.9983	7.7118	4
3436	Zollbrück	zollbruck	BE	245	905	46.9745	7.7438	4
3437	Rüderswil	ruderswil	BE	245	905	46.9837	7.7217	4
3438	Lauperswil	lauperswil	BE	245	903	46.9656	7.7421	4
3439	Ranflüh	ranfluh	BE	245	955	46.9876	7.7402	4
3452	Grünenmatt	grunenmatt	BE	245	955	47.009	7.7234	4
3453	Heimisbach	heimisbach	BE	245	958	47.0125	7.7605	4
3454	Sumiswald	sumiswald	BE	245	957	47.0275	7.7453	4
3455	Grünen	grunen	BE	245	957	47.0266	7.7432	4
3456	Trachselwald	trachselwald	BE	245	958	47.017	7.7364	4
3457	Wasen im Emmental	wasen-im-emmental	BE	245	957	47.0427	7.7972	4
3462	Weier im Emmental	weier-im-emmental	BE	245	951	47.0624	7.7506	4
3463	Häusernmoos im Emmental	hausernmoos-im-emmental	BE	245	951	47.0807	7.7502	4
3465	Dürrenroth	durrenroth	BE	245	952	47.0882	7.7913	4
3472	Wynigen	wynigen	BE	245	424	47.1059	7.6668	4
3472	Rumendingen	rumendingen	BE	245	421	47.1059	7.6394	4
3473	Alchenstorf	alchenstorf	BE	245	402	47.1254	7.6379	4
3474	Rüedisbach	ruedisbach	BE	245	424	47.1208	7.7044	4
3534	Signau	signau	BE	245	907	46.9194	7.7242	4
3535	Schüpbach	schupbach	BE	245	907	46.9261	7.74	4
3536	Aeschau	aeschau	BE	245	901	46.9095	7.7618	4
3537	Eggiwil	eggiwil	BE	245	901	46.8757	7.7957	4
3538	Röthenbach im Emmental	rothenbach-im-emmental	BE	245	904	46.8542	7.7425	4
3543	Emmenmatt	emmenmatt	BE	245	903	46.9487	7.7493	4
3550	Langnau im Emmental	langnau-im-emmental	BE	245	902	46.9394	7.7874	4
3551	Oberfrittenbach	oberfrittenbach	BE	245	902	46.9297	7.7963	4
3552	Bärau	barau	BE	245	902	46.9301	7.8114	4
3553	Gohl	gohl	BE	245	902	46.9554	7.8062	4
3555	Trubschachen	trubschachen	BE	245	909	46.9223	7.8452	4
3556	Trub	trub	BE	245	908	46.9417	7.88	4
3557	Fankhaus (Trub)	fankhaus-trub	BE	245	908	46.9706	7.9174	4
3618	Süderen	suderen	BE	245	904	46.9885	7.7386	4
4564	Zielebach	zielebach	BE	245	556	47.158	7.5729	4
6197	Schangnau	schangnau	BE	245	906	46.8278	7.8599	4
1595	Clavaleyres	clavaleyres	BE	246	661	46.8991	7.0928	4
1738	Sangernboden	sangernboden	BE	246	852	46.7133	7.3519	4
1797	Münchenwiler	munchenwiler	BE	246	669	46.9133	7.1256	4
3000	Bern 65	bern-65	BE	246	351	46.9476	7.4065	
3000	Bern 9	bern-9	BE	246	351	46.9476	7.4065	
3000	Bern	bern	BE	246	351	46.9476	7.4065	
3000	Bern 22	bern-22	BE	246	351	46.9476	7.4065	
3000	Bern 94	bern-94	BE	246	351	46.9476	7.4065	
3000	Bern 15	bern-15	BE	246	351	46.9476	7.4065	
3000	Bern 60 UPD	bern-60-upd	BE	246	351	46.9476	7.4065	
3000	Bern 14	bern-14	BE	246	351	46.9476	7.4065	
3000	Bern 13	bern-13	BE	246	351	46.9476	7.4065	
3000	Bern 6	bern-6	BE	246	351	46.9476	7.4065	
3000	Bern 5	bern-5	BE	246	351	46.9476	7.4065	
3000	Bern 31	bern-31	BE	246	351	46.9476	7.4065	
3000	Bern 8	bern-8	BE	246	351	46.9476	7.4065	
3001	Bern	bern	BE	246	351	46.9476	7.4065	
3002	Bern PostFinance	bern-postfinance	BE	246	351	46.9476	7.4065	
3003	Bern	bern	BE	246	351	46.9476	7.4065	
3004	Bern	bern	BE	246	351	46.9481	7.4474	4
3005	Bern	bern	BE	246	351	46.9481	7.4474	4
3006	Bern	bern	BE	246	351	46.9481	7.4474	4
3007	Bern	bern	BE	246	351	46.9481	7.4474	4
3008	Bern	bern	BE	246	351	46.9481	7.4474	4
3010	Bern	bern	BE	246	351	46.9481	7.4474	4
3011	Bern	bern	BE	246	351	46.9481	7.4474	4
3011	Bern	bern	BE	246	351	46.9481	7.4474	4
3012	Bern	bern	BE	246	351	46.9481	7.4474	4
3013	Bern	bern	BE	246	351	46.9481	7.4474	4
3014	Bern	bern	BE	246	351	46.9481	7.4474	4
3015	Bern	bern	BE	246	351	46.9481	7.4474	4
3018	Bern	bern	BE	246	351	46.9481	7.4474	4
3019	Bern	bern	BE	246	351	46.9481	7.4474	4
3020	Bern	bern	BE	246	351	46.9481	7.4474	4
3024	Bern	bern	BE	246	351	46.9476	7.4065	
3027	Bern	bern	BE	246	351	46.9481	7.4474	4
3029	Bern	bern	BE	246	351	46.9476	7.4065	
3030	Bern	bern	BE	246	351	46.9476	7.4065	
3032	Hinterkappelen	hinterkappelen	BE	246	360	46.9673	7.3779	4
3033	Wohlen b. Bern	wohlen-b-bern	BE	246	360	46.9877	7.3481	1
3034	Murzelen	murzelen	BE	246	360	46.9831	7.3155	4
3037	Herrenschwanden	herrenschwanden	BE	246	354	46.9776	7.4175	4
3038	Kirchlindach	kirchlindach	BE	246	354	46.9997	7.4173	4
3039	Bern PF OC	bern-pf-oc	BE	246	351	46.9476	7.4065	
3040	Bern Verarb.zentr.	bern-verarb-zentr	BE	246	351	46.9476	7.4065	
3041	Bern UBS	bern-ubs	BE	246	351	46.9476	7.4065	
3042	Ortschwaben	ortschwaben	BE	246	307	46.9917	7.4018	4
3043	Uettligen	uettligen	BE	246	360	46.9873	7.3856	4
3044	Innerberg	innerberg	BE	246	360	46.9975	7.3073	4
3045	Meikirch	meikirch	BE	246	307	47.0072	7.3664	4
3046	Wahlendorf	wahlendorf	BE	246	307	47.0091	7.3388	4
3047	Bremgarten b. Bern	bremgarten-b-bern	BE	246	353	46.978	7.4385	4
3048	Worblaufen	worblaufen	BE	246	362	46.9797	7.4581	4
3049	Säriswil	sariswil	BE	246	360	46.9918	7.3342	4
3050	Bern Swisscom	bern-swisscom	BE	246	351	46.9476	7.4065	
3052	Zollikofen	zollikofen	BE	246	361	46.999	7.4581	4
3053	Diemerswil	diemerswil	BE	246	536	47.0191	7.4245	4
3053	Münchenbuchsee	munchenbuchsee	BE	246	546	47.0218	7.4504	4
3053	Deisswil b. Münchenbuchsee	deisswil-b-munchenbuchsee	BE	246	535	47.0372	7.4533	3
3053	Wiggiswil	wiggiswil	BE	246	553	47.0313	7.4709	4
3063	Ittigen	ittigen	BE	246	362	46.9743	7.4828	4
3065	Bolligen	bolligen	BE	246	352	46.9751	7.497	4
3066	Stettlen	stettlen	BE	246	358	46.9583	7.5251	4
3067	Boll	boll	BE	246	359	46.9542	7.5486	4
3068	Utzigen	utzigen	BE	246	359	46.9621	7.5657	4
3071	Ostermundigen KATA	ostermundigen-kata	BE	246	363	46.9559	7.4956	
3072	Ostermundigen	ostermundigen	BE	246	363	46.9569	7.4902	4
3073	Gümligen	gumligen	BE	246	356	46.9345	7.5093	4
3074	Muri b. Bern	muri-b-bern	BE	246	356	46.9312	7.4866	4
3075	Rüfenacht BE	rufenacht-be	BE	246	627	46.9308	7.5323	4
3075	Vielbringen b. Worb	vielbringen-b-worb	BE	246	627	46.9308	7.5323	3
3076	Worb	worb	BE	246	627	46.9298	7.5631	4
3077	Enggistein	enggistein	BE	246	627	46.9335	7.5979	4
3078	Richigen	richigen	BE	246	627	46.9173	7.5842	4
3082	Schlosswil	schlosswil	BE	246	608	46.9087	7.6117	4
3083	Trimstein	trimstein	BE	246	616	46.9048	7.5835	4
3084	Wabern	wabern	BE	246	355	46.9299	7.4508	4
3085	Wabern Weihnachten	wabern-weihnachten	BE	246	355	46.9043	7.3978	
3086	Englisberg	englisberg	BE	246	888	46.8992	7.4693	4
3086	Zimmerwald	zimmerwald	BE	246	888	46.8809	7.4771	4
3087	Niedermuhlern	niedermuhlern	BE	246	877	46.8576	7.4618	4
3088	Oberbütschel	oberbutschel	BE	246	880	46.8389	7.4641	4
3088	Rüeggisberg	rueggisberg	BE	246	880	46.8222	7.4389	4
3089	Hinterfultigen	hinterfultigen	BE	246	880	46.8398	7.4009	4
3095	Spiegel b. Bern	spiegel-b-bern	BE	246	355	46.9248	7.4361	4
3096	Oberbalm	oberbalm	BE	246	357	46.8736	7.4028	4
3097	Liebefeld	liebefeld	BE	246	355	46.9258	7.4145	4
3098	Köniz	koniz	BE	246	355	46.9244	7.4146	4
3098	Schliern b. Köniz	schliern-b-koniz	BE	246	355	46.9244	7.4146	3
3099	Rüti b. Riggisberg	ruti-b-riggisberg	BE	246	879	46.7824	7.4602	1
3110	Münsingen	munsingen	BE	246	616	46.873	7.561	4
3111	Tägertschi	tagertschi	BE	246	616	46.8841	7.5657	4
3112	Allmendingen b. Bern	allmendingen-b-bern	BE	246	630	46.9147	7.5244	4
3113	Rubigen	rubigen	BE	246	623	46.8987	7.5446	4
3114	Wichtrach	wichtrach	BE	246	632	46.8501	7.5775	4
3115	Gerzensee	gerzensee	BE	246	866	46.8402	7.545	4
3116	Kirchdorf BE	kirchdorf-be	BE	246	872	46.8209	7.5485	4
3116	Mühledorf BE	muhledorf-be	BE	246	872	46.828	7.5299	4
3116	Noflen BE	noflen-be	BE	246	872	46.8056	7.5433	4
3122	Kehrsatz	kehrsatz	BE	246	870	46.9103	7.471	4
3123	Belp	belp	BE	246	861	46.8913	7.4983	4
3124	Belpberg	belpberg	BE	246	861	46.8673	7.5213	4
3125	Toffen	toffen	BE	246	884	46.8603	7.4922	4
3126	Gelterfingen	gelterfingen	BE	246	872	46.8445	7.5156	4
3126	Kaufdorf	kaufdorf	BE	246	869	46.8403	7.4968	4
3127	Lohnstorf	lohnstorf	BE	246	889	46.8077	7.5099	4
3127	Mühlethurnen	muhlethurnen	BE	246	889	46.8135	7.5088	4
3128	Kirchenthurnen	kirchenthurnen	BE	246	889	46.8238	7.5005	4
3128	Rümligen	rumligen	BE	246	879	46.8217	7.4772	4
3132	Riggisberg	riggisberg	BE	246	879	46.8103	7.4801	4
3144	Gasel	gasel	BE	246	355	46.9022	7.4018	4
3145	Niederscherli	niederscherli	BE	246	355	46.8851	7.3938	4
3147	Mittelhäusern	mittelhausern	BE	246	355	46.8778	7.3691	4
3148	Lanzenhäusern	lanzenhausern	BE	246	855	46.8436	7.349	4
3150	Schwarzenburg	schwarzenburg	BE	246	855	46.8181	7.3421	4
3152	Mamishaus	mamishaus	BE	246	855	46.8101	7.3796	4
3153	Rüschegg Gambach	ruschegg-gambach	BE	246	853	46.7789	7.3786	4
3154	Rüschegg Heubach	ruschegg-heubach	BE	246	853	46.7832	7.4083	4
3155	Helgisried-Rohrbach	helgisried-rohrbach	BE	246	880	46.8176	7.4284	4
3156	Riffenmatt	riffenmatt	BE	246	852	46.7662	7.3529	4
3157	Milken	milken	BE	246	855	46.7937	7.359	4
3158	Guggisberg	guggisberg	BE	246	852	46.7676	7.3295	4
3159	Riedstätt	riedstatt	BE	246	852	46.7841	7.3194	4
3172	Niederwangen b. Bern	niederwangen-b-bern	BE	246	355	46.9043	7.3977	1
3173	Oberwangen b. Bern	oberwangen-b-bern	BE	246	355	46.9043	7.3977	1
3174	Thörishaus	thorishaus	BE	246	355	46.8939	7.3513	4
3176	Neuenegg	neuenegg	BE	246	670	46.8949	7.3047	4
3177	Laupen BE	laupen-be	BE	246	667	46.9021	7.2397	4
3179	Kriechenwil	kriechenwil	BE	246	666	46.9097	7.2196	4
3183	Albligen	albligen	BE	246	855	46.8523	7.3181	4
3202	Frauenkappelen	frauenkappelen	BE	246	663	46.9542	7.3384	4
3203	Mühleberg	muhleberg	BE	246	668	46.9547	7.261	4
3204	Rosshäusern	rosshausern	BE	246	668	46.9332	7.2762	4
3205	Gümmenen	gummenen	BE	246	668	46.9456	7.2409	4
3206	Gammen	gammen	BE	246	662	46.9208	7.228	4
3206	Biberen	biberen	BE	246	662	46.9404	7.213	4
3206	Ferenbalm	ferenbalm	BE	246	662	46.9488	7.2112	4
3206	Rizenbach	rizenbach	BE	246	662	46.944	7.2232	4
3207	Golaten	golaten	BE	246	304	46.9844	7.2352	4
3207	Wileroltigen	wileroltigen	BE	246	671	46.9709	7.2392	4
3208	Gurbrü	gurbru	BE	246	665	46.9648	7.2153	4
3302	Moosseedorf	moosseedorf	BE	246	544	47.0168	7.4839	4
3303	Ballmoos	ballmoos	BE	246	540	47.0405	7.4759	4
3303	Münchringen	munchringen	BE	246	540	47.0477	7.5247	4
3303	Zuzwil BE	zuzwil-be	BE	246	557	47.0511	7.4681	4
3303	Jegenstorf	jegenstorf	BE	246	540	47.048	7.5079	4
3305	Scheunen	scheunen	BE	246	540	47.0693	7.4583	4
3305	Iffwil	iffwil	BE	246	541	47.064	7.4829	4
3306	Etzelkofen	etzelkofen	BE	246	538	47.0845	7.4806	4
3308	Grafenried	grafenried	BE	246	538	47.0765	7.5147	4
3309	Zauggenried	zauggenried	BE	246	538	47.0727	7.5355	4
3312	Fraubrunnen	fraubrunnen	BE	246	538	47.0862	7.5273	4
3313	Büren zum Hof	buren-zum-hof	BE	246	538	47.0977	7.5135	4
3314	Schalunen	schalunen	BE	246	538	47.1105	7.5263	4
3317	Limpach	limpach	BE	246	538	47.1077	7.4979	4
3317	Mülchi	mulchi	BE	246	538	47.1018	7.4736	4
3321	Schönbühl EKZ	schonbuhl-ekz	BE	246	544	47.0168	7.4839	
3322	Mattstetten	mattstetten	BE	246	543	47.0282	7.5189	4
3322	Urtenen-Schönbühl	urtenen-schonbuhl	BE	246	551	47.0209	7.4999	4
3323	Bäriswil BE	bariswil-be	BE	246	403	47.0195	7.5271	4
3434	Landiswil	landiswil	BE	246	613	46.9582	7.6803	4
3434	Obergoldbach	obergoldbach	BE	246	613	46.962	7.6739	4
3503	Gysenstein	gysenstein	BE	246	612	46.8915	7.5924	4
3504	Oberhünigen	oberhunigen	BE	246	629	46.881	7.6598	4
3504	Niederhünigen	niederhunigen	BE	246	617	46.879	7.6386	4
3506	Grosshöchstetten	grosshochstetten	BE	246	608	46.9067	7.6378	4
3507	Biglen	biglen	BE	246	603	46.9263	7.6251	4
3508	Arni BE	arni-be	BE	246	602	46.9352	7.6647	4
3510	Konolfingen	konolfingen	BE	246	612	46.8791	7.6201	4
3510	Freimettigen	freimettigen	BE	246	607	46.8664	7.6311	4
3510	Häutligen	hautligen	BE	246	609	46.8576	7.6067	4
3512	Walkringen	walkringen	BE	246	626	46.9486	7.6204	4
3513	Bigenthal	bigenthal	BE	246	626	46.9661	7.624	4
3531	Oberthal	oberthal	BE	246	620	46.9184	7.6781	4
3532	Mirchel	mirchel	BE	246	615	46.8946	7.6499	4
3532	Zäziwil	zaziwil	BE	246	628	46.902	7.6618	4
3533	Bowil	bowil	BE	246	605	46.893	7.6976	4
3629	Kiesen	kiesen	BE	246	611	46.8196	7.584	4
3629	Jaberg	jaberg	BE	246	868	46.818	7.5692	4
3629	Oppligen	oppligen	BE	246	622	46.8184	7.6007	4
3671	Herbligen	herbligen	BE	246	610	46.8299	7.6063	4
3671	Brenzikofen	brenzikofen	BE	246	606	46.8181	7.6171	4
3672	Oberdiessbach	oberdiessbach	BE	246	619	46.8395	7.6196	4
3672	Aeschlen b. Oberdiessbach	aeschlen-b-oberdiessbach	BE	246	619	46.8395	7.6196	3
3673	Linden	linden	BE	246	614	46.8487	7.6749	4
3674	Bleiken b. Oberdiessbach	bleiken-b-oberdiessbach	BE	246	619	46.8341	7.6295	1
3600	Thun	thun	BE	247	942	46.7512	7.6217	4
3602	Thun	thun	BE	247	942	46.7466	7.6222	
3603	Thun	thun	BE	247	942	46.7512	7.6217	4
3604	Thun	thun	BE	247	942	46.7512	7.6217	4
3607	Thun	thun	BE	247	942	46.7466	7.6222	
3608	Thun	thun	BE	247	942	46.7512	7.6217	4
3609	Thun	thun	BE	247	942	46.7466	7.6222	
3612	Steffisburg	steffisburg	BE	247	939	46.7781	7.6325	4
3613	Steffisburg	steffisburg	BE	247	939	46.7781	7.6325	4
3614	Unterlangenegg	unterlangenegg	BE	247	945	46.7993	7.7012	4
3615	Heimenschwand	heimenschwand	BE	247	923	46.8287	7.6947	4
3616	Schwarzenegg	schwarzenegg	BE	247	945	46.7953	7.7168	4
3617	Fahrni b. Thun	fahrni-b-thun	BE	247	925	46.794	7.655	4
3619	Innereriz	innereriz	BE	247	924	46.7883	7.8239	4
3619	Eriz	eriz	BE	247	924	46.7877	7.771	4
3622	Homberg b. Thun	homberg-b-thun	BE	247	931	46.7733	7.6768	4
3623	Horrenbach	horrenbach	BE	247	932	46.7748	7.7824	1
3623	Teuffenthal b. Thun	teuffenthal-b-thun	BE	247	940	46.7658	7.7127	1
3623	Buchen BE	buchen-be	BE	247	932	46.7748	7.7824	1
3624	Schwendibach	schwendibach	BE	247	939	46.7699	7.6619	4
3624	Goldiwil (Thun)	goldiwil-thun	BE	247	942	46.764	7.6706	4
3625	Heiligenschwendi	heiligenschwendi	BE	247	927	46.7511	7.6839	4
3626	Hünibach	hunibach	BE	247	929	46.7462	7.6503	4
3627	Heimberg	heimberg	BE	247	928	46.7948	7.6043	4
3628	Uttigen	uttigen	BE	247	885	46.7944	7.5779	4
3631	Höfen b. Thun	hofen-b-thun	BE	247	770	46.7101	7.5636	1
3632	Oberstocken	oberstocken	BE	247	770	46.7175	7.5547	4
3632	Niederstocken	niederstocken	BE	247	770	46.7106	7.5721	4
3633	Amsoldingen	amsoldingen	BE	247	921	46.7275	7.5825	4
3634	Thierachern	thierachern	BE	247	941	46.7532	7.5744	4
3635	Uebeschi	uebeschi	BE	247	943	46.7395	7.5473	4
3636	Längenbühl	langenbuhl	BE	247	948	46.7647	7.5233	4
3636	Forst b. Längenbühl	forst-b-langenbuhl	BE	247	948	46.7647	7.5233	4
3638	Blumenstein	blumenstein	BE	247	922	46.7421	7.5214	4
3638	Pohlern	pohlern	BE	247	936	46.7252	7.5353	4
3645	Zwieselberg	zwieselberg	BE	247	947	46.7101	7.6167	4
3647	Reutigen	reutigen	BE	247	767	46.6936	7.621	4
3652	Hilterfingen	hilterfingen	BE	247	929	46.7352	7.6618	4
3653	Oberhofen am Thunersee	oberhofen-am-thunersee	BE	247	934	46.7315	7.669	4
3654	Gunten	gunten	BE	247	938	46.7119	7.7024	4
3655	Sigriswil	sigriswil	BE	247	938	46.7166	7.7133	4
3656	Ringoldswil	ringoldswil	BE	247	938	46.7347	7.6955	4
3656	Tschingel ob Gunten	tschingel-ob-gunten	BE	247	938	46.7273	7.6981	3
3656	Aeschlen ob Gunten	aeschlen-ob-gunten	BE	247	938	46.72	7.7006	4
3657	Schwanden (Sigriswil)	schwanden-sigriswil	BE	247	938	46.7364	7.7178	4
3658	Merligen	merligen	BE	247	938	46.6975	7.7387	4
3661	Uetendorf	uetendorf	BE	247	944	46.7739	7.5725	4
3662	Seftigen	seftigen	BE	247	883	46.7876	7.5394	4
3663	Gurzelen	gurzelen	BE	247	867	46.7764	7.5426	4
3664	Burgistein	burgistein	BE	247	863	46.7846	7.4999	4
3665	Wattenwil	wattenwil	BE	247	886	46.7697	7.5083	4
1657	Abländschen	ablandschen	BE	248	843	46.5724	7.2892	4
3766	Boltigen	boltigen	BE	248	791	46.6289	7.3911	4
3770	Zweisimmen	zweisimmen	BE	248	794	46.5554	7.373	4
3771	Blankenburg	blankenburg	BE	248	794	46.5333	7.3833	4
3772	St. Stephan	st-stephan	BE	248	793	46.5083	7.3956	4
3773	Matten (St. Stephan)	matten-st-stephan	BE	248	793	46.4959	7.4245	4
3775	Lenk im Simmental	lenk-im-simmental	BE	248	792	46.4583	7.443	4
3776	Oeschseite	oeschseite	BE	248	794	46.5306	7.3511	4
3777	Saanenmöser	saanenmoser	BE	248	843	46.5164	7.3094	4
3778	Schönried	schonried	BE	248	843	46.5039	7.2888	4
3780	Gstaad	gstaad	BE	248	843	46.4722	7.2869	4
3781	Turbach	turbach	BE	248	843	46.4786	7.3312	4
3782	Lauenen b. Gstaad	lauenen-b-gstaad	BE	248	842	46.4244	7.3217	4
3783	Grund b. Gstaad	grund-b-gstaad	BE	248	843	46.4516	7.2778	4
3784	Feutersoey	feutersoey	BE	248	841	46.4156	7.271	4
3785	Gsteig b. Gstaad	gsteig-b-gstaad	BE	248	841	46.3859	7.2675	4
3792	Saanen	saanen	BE	248	843	46.4894	7.26	4
3645	Gwatt (Thun)	gwatt-thun	BE	249	768	46.7204	7.6223	4
3646	Einigen	einigen	BE	249	768	46.708	7.6483	4
3700	Spiez	spiez	BE	249	768	46.6847	7.6911	4
3702	Hondrich	hondrich	BE	249	768	46.672	7.6811	4
3703	Aeschiried	aeschiried	BE	249	562	46.6462	7.7258	4
3703	Aeschi b. Spiez	aeschi-b-spiez	BE	249	562	46.6462	7.7258	3
3704	Krattigen	krattigen	BE	249	566	46.6614	7.7278	4
3705	Faulensee	faulensee	BE	249	768	46.6742	7.7023	4
3711	Mülenen	mulenen	BE	249	567	46.6394	7.6941	4
3711	Emdthal	emdthal	BE	249	562	46.6543	7.685	4
3713	Reichenbach im Kandertal	reichenbach-im-kandertal	BE	249	567	46.6254	7.6936	4
3714	Wengi b. Frutigen	wengi-b-frutigen	BE	249	567	46.5753	7.7369	3
3714	Frutigen	frutigen	BE	249	563	46.5872	7.6494	4
3715	Adelboden	adelboden	BE	249	561	46.4914	7.5603	4
3716	Kandergrund	kandergrund	BE	249	564	46.5621	7.659	4
3717	Blausee-Mitholz	blausee-mitholz	BE	249	564	46.5332	7.6641	4
3718	Kandersteg	kandersteg	BE	249	565	46.4947	7.6733	4
3722	Scharnachtal	scharnachtal	BE	249	567	46.6162	7.698	4
3723	Kiental	kiental	BE	249	567	46.5877	7.7245	4
3724	Ried (Frutigen)	ried-frutigen	BE	249	563	46.5668	7.6172	4
3725	Achseten	achseten	BE	249	563	46.5277	7.5967	4
3752	Wimmis	wimmis	BE	249	769	46.6759	7.6397	4
3753	Oey	oey	BE	249	762	46.6592	7.5768	4
3754	Diemtigen	diemtigen	BE	249	762	46.6493	7.5648	4
3755	Horboden	horboden	BE	249	762	46.6316	7.5621	4
3756	Zwischenflüh	zwischenfluh	BE	249	762	46.6072	7.5155	4
3757	Schwenden im Diemtigtal	schwenden-im-diemtigtal	BE	249	762	46.5801	7.4906	4
3758	Latterbach	latterbach	BE	249	763	46.6656	7.5768	4
3762	Erlenbach im Simmental	erlenbach-im-simmental	BE	249	763	46.6602	7.5545	4
3763	Därstetten	darstetten	BE	249	761	46.6595	7.4911	4
3764	Weissenburg	weissenburg	BE	249	761	46.6582	7.476	4
3765	Oberwil im Simmental	oberwil-im-simmental	BE	249	766	46.6569	7.4351	4
3706	Leissigen	leissigen	BE	250	585	46.6546	7.7755	4
3707	Därligen	darligen	BE	250	575	46.6618	7.8081	4
3800	Sundlauenen	sundlauenen	BE	250	571	46.6863	7.7931	4
3800	Matten b. Interlaken	matten-b-interlaken	BE	250	587	46.6783	7.8689	4
3800	Interlaken	interlaken	BE	250	581	46.6839	7.8664	4
3800	Unterseen	unterseen	BE	250	593	46.6853	7.8472	4
3800	Interlaken	interlaken	BE	250	578	46.652	7.9337	4
3802	Interlaken Ost	interlaken-ost	BE	250	581	46.6871	7.8649	
3803	Beatenberg	beatenberg	BE	250	571	46.699	7.7943	4
3804	Habkern	habkern	BE	250	579	46.7264	7.863	4
3805	Goldswil b. Interlaken	goldswil-b-interlaken	BE	250	590	46.6967	7.8781	4
3806	Bönigen b. Interlaken	bonigen-b-interlaken	BE	250	572	46.6874	7.8935	4
3807	Iseltwald	iseltwald	BE	250	582	46.7108	7.9642	4
3812	Wilderswil	wilderswil	BE	250	594	46.6637	7.8617	4
3813	Saxeten	saxeten	BE	250	591	46.6366	7.8309	4
3814	Gsteigwiler	gsteigwiler	BE	250	577	46.6554	7.8719	4
3815	Zweilütschinen	zweilutschinen	BE	250	578	46.6314	7.9015	4
3815	Gündlischwand	gundlischwand	BE	250	578	46.6322	7.9127	4
3816	Burglauenen	burglauenen	BE	250	576	46.6372	7.9764	4
3816	Lütschental	lutschental	BE	250	586	46.6378	7.947	4
3818	Grindelwald	grindelwald	BE	250	576	46.624	8.036	4
3822	Lauterbrunnen	lauterbrunnen	BE	250	584	46.5931	7.9094	4
3822	Isenfluh	isenfluh	BE	250	584	46.6198	7.8948	4
3823	Wengen	wengen	BE	250	584	46.606	7.9201	4
3823	Kleine Scheidegg	kleine-scheidegg	BE	250	584	46.5861	7.9613	4
3823	Eigergletscher	eigergletscher	BE	250	584	46.5749	7.9738	4
3824	Stechelberg	stechelberg	BE	250	584	46.5431	7.9015	4
3825	Mürren	murren	BE	250	584	46.5588	7.8929	4
3826	Gimmelwald	gimmelwald	BE	250	584	46.5455	7.8914	4
3852	Ringgenberg BE	ringgenberg-be	BE	250	590	46.7011	7.8944	4
3853	Niederried b. Interlaken	niederried-b-interlaken	BE	250	588	46.7187	7.9324	4
3854	Oberried am Brienzersee	oberried-am-brienzersee	BE	250	589	46.7363	7.9593	4
3855	Brienz BE	brienz-be	BE	250	573	46.7545	8.0385	4
3855	Schwanden b. Brienz	schwanden-b-brienz	BE	250	592	46.7711	8.0557	3
3855	Axalp	axalp	BE	250	573	46.7252	8.0382	4
3856	Brienzwiler	brienzwiler	BE	250	574	46.7508	8.1014	4
3857	Unterbach BE	unterbach-be	BE	250	785	46.7374	8.1101	4
3858	Hofstetten b. Brienz	hofstetten-b-brienz	BE	250	580	46.7535	8.0749	4
3860	Meiringen	meiringen	BE	250	785	46.7271	8.1872	4
3860	Rosenlaui	rosenlaui	BE	250	786	46.6796	8.1539	4
3860	Schattenhalb	schattenhalb	BE	250	786	46.719	8.1907	4
3860	Brünig	brunig	BE	250	785	46.7186	8.1342	3
3862	Innertkirchen	innertkirchen	BE	250	784	46.7047	8.2288	4
3863	Gadmen	gadmen	BE	250	784	46.7373	8.3522	4
3864	Guttannen	guttannen	BE	250	782	46.6551	8.2895	4
6083	Hasliberg Hohfluh	hasliberg-hohfluh	BE	250	783	46.7526	8.1705	4
6084	Hasliberg Wasserwendi	hasliberg-wasserwendi	BE	250	783	46.7471	8.1994	4
6085	Hasliberg Goldern	hasliberg-goldern	BE	250	783	46.7408	8.2001	4
6086	Hasliberg Reuti	hasliberg-reuti	BE	250	783	46.7319	8.2107	4
4040	Basel	basel	BL	1301	2769	47.5186	7.6174	
4042	Basel PF OC	basel-pf-oc	BL	1301	2769	47.5186	7.6174	
4101	Bruderholz	bruderholz	BL	1301	2765	47.5366	7.5679	4
4102	Binningen	binningen	BL	1301	2765	47.5402	7.5693	4
4103	Bottmingen	bottmingen	BL	1301	2767	47.5234	7.5721	4
4104	Oberwil BL	oberwil-bl	BL	1301	2771	47.5141	7.5579	4
4105	Biel-Benken BL	biel-benken-bl	BL	1301	2764	47.5078	7.5258	4
4106	Therwil	therwil	BL	1301	2775	47.5012	7.5529	4
4107	Ettingen	ettingen	BL	1301	2768	47.4827	7.5498	4
4123	Allschwil	allschwil	BL	1301	2762	47.5507	7.536	4
4124	Schönenbuch	schonenbuch	BL	1301	2774	47.5385	7.5057	4
4127	Birsfelden	birsfelden	BL	1301	2766	47.5529	7.6232	4
4132	Muttenz	muttenz	BL	1301	2770	47.5227	7.6451	4
4142	Münchenstein	munchenstein	BL	1301	2769	47.5185	7.6097	4
4144	Arlesheim	arlesheim	BL	1301	2763	47.4941	7.6198	4
4147	Aesch BL	aesch-bl	BL	1301	2761	47.471	7.5973	4
4148	Pfeffingen	pfeffingen	BL	1301	2772	47.4598	7.5898	4
4153	Reinach BL	reinach-bl	BL	1301	2773	47.497	7.5917	4
2814	Roggenburg	roggenburg	BL	1302	2790	47.431	7.3406	4
4117	Burg im Leimental	burg-im-leimental	BL	1302	2783	47.4596	7.4381	4
4202	Duggingen	duggingen	BL	1302	2785	47.4518	7.6051	4
4203	Grellingen	grellingen	BL	1302	2786	47.4423	7.5891	4
4222	Zwingen	zwingen	BL	1302	2793	47.4382	7.5303	4
4223	Blauen	blauen	BL	1302	2781	47.4502	7.5185	4
4224	Nenzlingen	nenzlingen	BL	1302	2789	47.4474	7.557	4
4225	Brislach	brislach	BL	1302	2782	47.4176	7.5434	4
4242	Laufen	laufen	BL	1302	2787	47.4219	7.4995	4
4243	Dittingen	dittingen	BL	1302	2784	47.442	7.4962	4
4244	Röschenz	roschenz	BL	1302	2791	47.4237	7.4802	4
4246	Wahlen b. Laufen	wahlen-b-laufen	BL	1302	2792	47.398	7.5115	1
4253	Liesberg	liesberg	BL	1302	2788	47.404	7.4279	4
4254	Liesberg Dorf	liesberg-dorf	BL	1302	2788	47.4033	7.4341	4
4133	Pratteln	pratteln	BL	1303	2831	47.5207	7.6936	4
4302	Augst BL	augst-bl	BL	1303	2822	47.5356	7.7147	4
4304	Giebenach	giebenach	BL	1303	2826	47.523	7.7397	4
4402	Frenkendorf	frenkendorf	BL	1303	2824	47.5069	7.7165	4
4410	Liestal	liestal	BL	1303	2829	47.4846	7.7345	4
4411	Seltisberg	seltisberg	BL	1303	2833	47.4595	7.7173	4
4414	Füllinsdorf	fullinsdorf	BL	1303	2825	47.5069	7.7313	4
4415	Lausen	lausen	BL	1303	2828	47.4714	7.7603	4
4416	Bubendorf	bubendorf	BL	1303	2823	47.4459	7.7376	4
4417	Ziefen	ziefen	BL	1303	2834	47.4292	7.7053	4
4419	Lupsingen	lupsingen	BL	1303	2830	47.4463	7.6961	4
4422	Arisdorf	arisdorf	BL	1303	2821	47.5132	7.7651	4
4423	Hersberg	hersberg	BL	1303	2827	47.4921	7.7831	4
4433	Ramlinsburg	ramlinsburg	BL	1303	2832	47.4491	7.7696	4
4441	Thürnen	thurnen	BL	1304	2864	47.4531	7.8288	4
4442	Diepflingen	diepflingen	BL	1304	2845	47.4444	7.8364	4
4443	Wittinsburg	wittinsburg	BL	1304	2867	47.4252	7.8413	4
4444	Rümlingen	rumlingen	BL	1304	2859	47.424	7.8479	4
4445	Häfelfingen	hafelfingen	BL	1304	2847	47.4149	7.866	4
4446	Buckten	buckten	BL	1304	2843	47.4099	7.8448	4
4447	Känerkinden	kanerkinden	BL	1304	2850	47.4119	7.8372	4
4448	Läufelfingen	laufelfingen	BL	1304	2852	47.3946	7.8558	4
4450	Sissach	sissach	BL	1304	2861	47.4641	7.8089	4
4451	Wintersingen	wintersingen	BL	1304	2866	47.4941	7.8241	4
4452	Itingen	itingen	BL	1304	2849	47.4665	7.785	4
4453	Nusshof	nusshof	BL	1304	2854	47.4914	7.8007	4
4455	Zunzgen	zunzgen	BL	1304	2869	47.4492	7.8079	4
4456	Tenniken	tenniken	BL	1304	2863	47.4371	7.8115	4
4460	Gelterkinden	gelterkinden	BL	1304	2846	47.465	7.8517	4
4461	Böckten	bockten	BL	1304	2842	47.4654	7.8326	4
4462	Rickenbach BL	rickenbach-bl	BL	1304	2857	47.486	7.8474	4
4463	Buus	buus	BL	1304	2844	47.5054	7.8648	4
4464	Maisprach	maisprach	BL	1304	2853	47.5246	7.847	4
4465	Hemmiken	hemmiken	BL	1304	2848	47.4888	7.8938	4
4466	Ormalingen	ormalingen	BL	1304	2856	47.4694	7.8725	4
4467	Rothenfluh	rothenfluh	BL	1304	2858	47.4626	7.9163	4
4469	Anwil	anwil	BL	1304	2841	47.453	7.9419	4
4492	Tecknau	tecknau	BL	1304	2862	47.4513	7.884	4
4493	Wenslingen	wenslingen	BL	1304	2865	47.4407	7.9075	4
4494	Oltingen	oltingen	BL	1304	2855	47.4302	7.9372	4
4495	Zeglingen	zeglingen	BL	1304	2868	47.4163	7.9048	4
4496	Kilchberg BL	kilchberg-bl	BL	1304	2851	47.4249	7.894	4
4497	Rünenberg	runenberg	BL	1304	2860	47.4348	7.8829	4
4207	Bretzwil	bretzwil	BL	1305	2883	47.3978	7.6522	4
4418	Reigoldswil	reigoldswil	BL	1305	2893	47.3982	7.6872	4
4424	Arboldswil	arboldswil	BL	1305	2881	47.4144	7.7176	4
4425	Titterten	titterten	BL	1305	2894	47.4021	7.7162	4
4426	Lauwil	lauwil	BL	1305	2889	47.39	7.6749	4
4431	Bennwil	bennwil	BL	1305	2882	47.4032	7.7799	4
4432	Lampenberg	lampenberg	BL	1305	2887	47.4256	7.7588	4
4434	Hölstein	holstein	BL	1305	2886	47.4251	7.7714	4
4435	Niederdorf	niederdorf	BL	1305	2891	47.4095	7.7496	4
4436	Oberdorf BL	oberdorf-bl	BL	1305	2892	47.3931	7.7512	4
4436	Liedertswil	liedertswil	BL	1305	2890	47.3905	7.7207	4
4437	Waldenburg	waldenburg	BL	1305	2895	47.3833	7.75	4
4438	Langenbruck	langenbruck	BL	1305	2888	47.3492	7.768	4
4457	Diegten	diegten	BL	1305	2884	47.4138	7.8109	4
4458	Eptingen	eptingen	BL	1305	2885	47.3847	7.819	4
4000	Basel	basel	BS	1200	2701	47.5577	7.5936	
4001	Basel	basel	BS	1200	2701	47.5584	7.5733	4
4002	Basel	basel	BS	1200	2701	47.5577	7.5936	
4005	Basel	basel	BS	1200	2701	47.5577	7.5936	
4009	Basel	basel	BS	1200	2701	47.5577	7.5936	
4010	Basel	basel	BS	1200	2701	47.5577	7.5936	
4018	Basel	basel	BS	1200	2701	47.5577	7.5936	
4019	Basel	basel	BS	1200	2701	47.5577	7.5936	
4020	Basel	basel	BS	1200	2701	47.5577	7.5936	
4030	Basel	basel	BS	1200	2701	47.5577	7.5936	
4031	Basel	basel	BS	1200	2701	47.5577	7.5936	
4039	Basel	basel	BS	1200	2701	47.5577	7.5936	
4041	Basel	basel	BS	1200	2701	47.5577	7.5936	
4051	Basel	basel	BS	1200	2701	47.5584	7.5733	4
4052	Basel	basel	BS	1200	2701	47.5584	7.5733	4
4052	Basel	basel	BS	1200	2701	47.5584	7.5733	4
4053	Basel	basel	BS	1200	2701	47.5584	7.5733	4
4054	Basel	basel	BS	1200	2701	47.5584	7.5733	4
4055	Basel	basel	BS	1200	2701	47.5584	7.5733	4
4056	Basel	basel	BS	1200	2701	47.5584	7.5733	4
4057	Basel	basel	BS	1200	2701	47.5584	7.5733	4
4058	Basel	basel	BS	1200	2701	47.5584	7.5733	4
4059	Basel	basel	BS	1200	2701	47.5584	7.5733	4
4070	Basel	basel	BS	1200	2701	47.5577	7.5936	
4075	Basel	basel	BS	1200	2701	47.5577	7.5936	
4089	Basel	basel	BS	1200	2701	47.5577	7.5936	
4089	Basel SPI GLS	basel-spi-gls	BS	1200	2701	47.5577	7.5936	
4091	Basel	basel	BS	1200	2701	47.5577	7.5936	
4125	Riehen	riehen	BS	1200	2703	47.5788	7.6468	4
4126	Bettingen	bettingen	BS	1200	2702	47.5704	7.6643	4
1410	Prévondavaux	prevondavaux	FR	1001	2038	46.7296	6.7956	4
1468	Cheyres	cheyres	FR	1001	2055	46.8144	6.7868	4
1470	Estavayer-le-Lac	estavayer-le-lac	FR	1001	2054	46.8488	6.8465	4
1470	Seiry	seiry	FR	1001	2025	46.8141	6.8313	4
1470	Lully FR	lully-fr	FR	1001	2025	46.834	6.8453	4
1470	Bollion	bollion	FR	1001	2025	46.8192	6.828	4
1473	Font	font	FR	1001	2054	46.8375	6.8221	4
1473	Châtillon FR	chatillon-fr	FR	1001	2008	46.8305	6.8315	4
1474	Châbles FR	chables-fr	FR	1001	2055	46.8245	6.8108	4
1475	Montbrelloz	montbrelloz	FR	1001	2054	46.8548	6.8876	4
1475	Forel FR	forel-fr	FR	1001	2054	46.8774	6.8891	4
1475	Autavaux	autavaux	FR	1001	2054	46.8666	6.8782	4
1482	Cugy FR	cugy-fr	FR	1001	2011	46.8148	6.8889	4
1483	Frasses	frasses	FR	1001	2050	46.8282	6.8644	4
1483	Montet (Broye)	montet-broye	FR	1001	2050	46.8177	6.8679	4
1483	Vesin	vesin	FR	1001	2011	46.8105	6.8752	4
1484	Granges-de-Vesin	granges-de-vesin	FR	1001	2050	46.7989	6.8503	3
1484	Aumont	aumont	FR	1001	2050	46.7989	6.8503	4
1485	Nuvilly	nuvilly	FR	1001	2035	46.7834	6.8278	4
1486	Vuissens	vuissens	FR	1001	2054	46.7334	6.7662	4
1489	Murist	murist	FR	1001	2054	46.7902	6.8071	4
1527	Villeneuve FR	villeneuve-fr	FR	1001	2044	46.7421	6.8498	4
1528	Praratoud	praratoud	FR	1001	2044	46.7353	6.8489	4
1528	Surpierre	surpierre	FR	1001	2044	46.7421	6.8498	4
1529	Cheiry	cheiry	FR	1001	2044	46.7504	6.8355	4
1532	Fétigny	fetigny	FR	1001	2016	46.7982	6.9117	4
1533	Ménières	menieres	FR	1001	2027	46.7827	6.8801	4
1534	Chapelle (Broye)	chapelle-broye	FR	1001	2044	46.7714	6.8524	4
1541	Bussy FR	bussy-fr	FR	1001	2054	46.8354	6.8886	4
1541	Sévaz	sevaz	FR	1001	2043	46.8398	6.877	4
1541	Morens FR	morens-fr	FR	1001	2054	46.8436	6.907	4
1542	Rueyres-les-Prés	rueyres-les-pres	FR	1001	2054	46.857	6.9111	4
1544	Gletterens	gletterens	FR	1001	2022	46.8949	6.9369	4
1563	Dompierre FR	dompierre-fr	FR	1001	2053	46.8521	6.9907	4
1564	Domdidier	domdidier	FR	1001	2053	46.8672	7.0134	4
1565	Vallon	vallon	FR	1001	2045	46.8838	6.9554	4
1566	Les Friques	les-friques	FR	1001	2041	46.9043	6.9872	4
1566	St-Aubin FR	st-aubin-fr	FR	1001	2041	46.89	6.9805	4
1567	Delley	delley	FR	1001	2051	46.9198	6.9577	4
1568	Portalban	portalban	FR	1001	2051	46.9189	6.9563	4
1773	Chandon	chandon	FR	1001	2053	46.8405	7.0489	4
1773	Russy	russy	FR	1001	2053	46.8413	7.0035	4
1773	Léchelles	lechelles	FR	1001	2053	46.829	7.0162	4
1774	Montagny-les-Monts	montagny-les-monts	FR	1001	2029	46.8107	6.9915	4
1774	Cousset	cousset	FR	1001	2029	46.8192	6.9793	4
1774	Cousset	cousset	FR	1001	2029	46.8192	6.9793	4
1775	Mannens	mannens	FR	1001	2029	46.7937	6.9689	4
1775	Grandsivaz	grandsivaz	FR	1001	2029	46.785	6.9808	4
1776	Montagny-la-Ville	montagny-la-ville	FR	1001	2029	46.8175	6.9957	4
1553	Châtonnaye	chatonnaye	FR	1002	2068	46.7545	6.938	4
1608	Chapelle (Glâne)	chapelle-glane	FR	1002	2066	46.5887	6.8372	4
1670	Bionnens	bionnens	FR	1002	2102	46.6351	6.8555	4
1670	Ursy	ursy	FR	1002	2102	46.6335	6.8371	4
1670	Esmonts	esmonts	FR	1002	2102	46.6432	6.8451	4
1673	Rue	rue	FR	1002	2097	46.6192	6.8223	4
1673	Auboranges	auboranges	FR	1002	2061	46.5846	6.8045	4
1673	Gillarens	gillarens	FR	1002	2097	46.5889	6.8281	4
1673	Ecublens FR	ecublens-fr	FR	1002	2072	46.6074	6.8089	4
1673	Promasens	promasens	FR	1002	2097	46.6028	6.8238	4
1674	Montet (Glâne)	montet-glane	FR	1002	2089	46.6413	6.813	4
1674	Morlens	morlens	FR	1002	2102	46.6542	6.8374	4
1674	Vuarmarens	vuarmarens	FR	1002	2102	46.6478	6.8287	4
1675	Blessens	blessens	FR	1002	2097	46.612	6.8388	4
1675	Mossel	mossel	FR	1002	2102	46.6086	6.8516	4
1675	Vauderens	vauderens	FR	1002	2102	46.6228	6.8507	4
1676	Chavannes-les-Forts	chavannes-les-forts	FR	1002	2099	46.653	6.8985	4
1677	Prez-vers-Siviriez	prez-vers-siviriez	FR	1002	2099	46.6397	6.8748	4
1678	Siviriez	siviriez	FR	1002	2099	46.6585	6.8777	4
1679	Villaraboud	villaraboud	FR	1002	2099	46.6607	6.9135	4
1680	Romont FR	romont-fr	FR	1002	2096	46.6965	6.919	4
1680	Berlens	berlens	FR	1002	2087	46.6959	6.9541	4
1681	Hennens	hennens	FR	1002	2063	46.6837	6.8864	4
1681	Billens	billens	FR	1002	2063	46.6922	6.9008	4
1684	Mézières FR	mezieres-fr	FR	1002	2087	46.6796	6.9263	4
1685	Villariaz	villariaz	FR	1002	2113	46.6662	6.9409	4
1686	La Neirigue	la-neirigue	FR	1002	2113	46.683	6.9525	4
1686	Grangettes-près-Romont	grangettes-pres-romont	FR	1002	2079	46.6717	6.9753	3
1687	La Magne	la-magne	FR	1002	2113	46.6347	6.9323	4
1687	Estévenens	estevenens	FR	1002	2113	46.6703	6.9551	4
1687	Vuisternens-devant-Romont	vuisternens-devant-romont	FR	1002	2113	46.6478	6.9411	4
1688	Lieffrens	lieffrens	FR	1002	2113	46.638	6.9017	4
1688	Sommentier	sommentier	FR	1002	2113	46.6397	6.9131	4
1689	Le Châtelard-près-Romont	le-chatelard-pres-romont	FR	1002	2067	46.6804	6.9792	4
1690	Villaz-St-Pierre	villaz-st-pierre	FR	1002	2117	46.7207	6.9564	4
1690	Lussy FR	lussy-fr	FR	1002	2117	46.7173	6.948	4
1691	Villarimboud	villarimboud	FR	1002	2117	46.7417	6.9652	4
1692	Massonnens	massonnens	FR	1002	2086	46.6966	6.9762	4
1694	Orsonnens	orsonnens	FR	1002	2114	46.7157	6.995	4
1694	Villargiroud	villargiroud	FR	1002	2114	46.7055	7.0022	4
1694	Chavannes-sous-Orsonnens	chavannes-sous-orsonnens	FR	1002	2114	46.7273	6.9917	4
1694	Villarsiviriaux	villarsiviriaux	FR	1002	2114	46.6994	7.0103	4
1697	Les Ecasseys	les-ecasseys	FR	1002	2113	46.623	6.9108	4
1697	La Joux FR	la-joux-fr	FR	1002	2113	46.6306	6.9401	4
1748	Torny-le-Grand	torny-le-grand	FR	1002	2115	46.772	6.9667	4
1749	Middes	middes	FR	1002	2115	46.7692	6.9502	4
1625	Maules	maules	FR	1003	2152	46.64	6.9921	4
1625	Sâles (Gruyère)	sales-gruyere	FR	1003	2152	46.6347	6.9734	4
1626	Romanens	romanens	FR	1003	2152	46.652	6.9714	4
1626	Treyfayes	treyfayes	FR	1003	2152	46.6541	6.9533	4
1626	Rueyres-Treyfayes	rueyres-treyfayes	FR	1003	2152	46.653	6.9623	3
1627	Vaulruz	vaulruz	FR	1003	2155	46.6216	6.9882	4
1628	Vuadens	vuadens	FR	1003	2160	46.6155	7.0173	4
1630	Bulle	bulle	FR	1003	2125	46.618	7.0569	4
1632	Riaz	riaz	FR	1003	2148	46.6422	7.0618	4
1633	Vuippens	vuippens	FR	1003	2140	46.66	7.0746	4
1633	Marsens	marsens	FR	1003	2140	46.6564	7.0595	4
1634	La Roche FR	la-roche-fr	FR	1003	2149	46.6962	7.1372	4
1635	La Tour-de-Trême	la-tour-de-treme	FR	1003	2125	46.6106	7.065	4
1636	Broc	broc	FR	1003	2124	46.6051	7.0989	4
1637	Charmey (Gruyère)	charmey-gruyere	FR	1003	2163	46.6196	7.1649	4
1638	Morlon	morlon	FR	1003	2143	46.6256	7.0838	4
1642	Sorens	sorens	FR	1003	2153	46.6691	7.0525	4
1643	Gumefens	gumefens	FR	1003	2122	46.6779	7.0766	4
1644	Avry-devant-Pont	avry-devant-pont	FR	1003	2122	46.6871	7.0876	4
1645	Le Bry	le-bry	FR	1003	2122	46.7046	7.0825	4
1646	Echarlens	echarlens	FR	1003	2131	46.6478	7.0742	4
1647	Corbières	corbieres	FR	1003	2129	46.6595	7.101	4
1648	Hauteville	hauteville	FR	1003	2137	46.6701	7.1104	4
1649	Pont-la-Ville	pont-la-ville	FR	1003	2147	46.7	7.1	4
1651	Villarvolard	villarvolard	FR	1003	2129	46.6453	7.1074	4
1652	Botterens	botterens	FR	1003	2123	46.616	7.1117	4
1652	Villarbeney	villarbeney	FR	1003	2123	46.6302	7.1095	4
1653	Châtel-sur-Montsalvens	chatel-sur-montsalvens	FR	1003	2128	46.6165	7.1327	4
1653	Crésuz	cresuz	FR	1003	2130	46.6206	7.1426	4
1654	Cerniat FR	cerniat-fr	FR	1003	2163	46.6333	7.1573	4
1656	Jaun	jaun	FR	1003	2138	46.6113	7.2759	4
1656	Im Fang	im-fang	FR	1003	2138	46.5988	7.2362	4
1661	Le Pâquier-Montbarry	le-paquier-montbarry	FR	1003	2145	46.5948	7.0533	4
1663	Epagny	epagny	FR	1003	2135	46.5896	7.0856	4
1663	Gruyères	gruyeres	FR	1003	2135	46.5834	7.0821	4
1663	Pringy	pringy	FR	1003	2135	46.5823	7.0733	4
1663	Moléson-sur-Gruyères	moleson-sur-gruyeres	FR	1003	2135	46.5851	7.0803	3
1665	Estavannens	estavannens	FR	1003	2162	46.5605	7.1019	4
1666	Villars-sous-Mont	villars-sous-mont	FR	1003	2162	46.5412	7.0704	4
1666	Grandvillard	grandvillard	FR	1003	2134	46.539	7.0857	4
1667	Enney	enney	FR	1003	2162	46.5667	7.0842	4
1669	Montbovon	montbovon	FR	1003	2121	46.4882	7.0437	4
1669	Albeuve	albeuve	FR	1003	2121	46.5173	7.0567	4
1669	Lessoc	lessoc	FR	1003	2121	46.5048	7.0621	4
1669	Les Sciernes-d'Albeuve	les-sciernes-d-albeuve	FR	1003	2121	46.4958	7.0337	4
1669	Neirivue	neirivue	FR	1003	2121	46.525	7.0582	4
1695	Villarlod	villarlod	FR	1004	2236	46.7066	7.0218	4
1695	Estavayer-le-Gibloux	estavayer-le-gibloux	FR	1004	2236	46.7241	7.0263	4
1695	Villarsel-le-Gibloux	villarsel-le-gibloux	FR	1004	2236	46.713	7.0177	4
1695	Rueyres-St-Laurent	rueyres-st-laurent	FR	1004	2236	46.7129	7.0361	4
1696	Vuisternens-en-Ogoz	vuisternens-en-ogoz	FR	1004	2236	46.7081	7.054	4
1700	Fribourg	fribourg	FR	1004	2196	46.8024	7.1513	4
1720	Chésopelloz	chesopelloz	FR	1004	2183	46.8022	7.0963	4
1720	Corminboeuf	corminboeuf	FR	1004	2183	46.8103	7.1054	4
1722	Bourguillon	bourguillon	FR	1004	2196	46.8013	7.1777	4
1723	Pierrafortscha	pierrafortscha	FR	1004	2216	46.7748	7.1858	4
1723	Marly	marly	FR	1004	2206	46.7761	7.1646	4
1723	Villarsel-sur-Marly	villarsel-sur-marly	FR	1004	2230	46.7618	7.172	4
1724	Zénauva	zenauva	FR	1004	2220	46.735	7.182	4
1724	Essert FR	essert-fr	FR	1004	2220	46.7392	7.1645	4
1724	Senèdes	senedes	FR	1004	2238	46.7418	7.1419	4
1724	Bonnefontaine	bonnefontaine	FR	1004	2220	46.7414	7.2011	4
1724	Oberried FR	oberried-fr	FR	1004	2220	46.7381	7.1867	4
1724	Montévraz	montevraz	FR	1004	2220	46.7263	7.1759	4
1724	Le Mouret	le-mouret	FR	1004	2220	46.7318	7.1875	4
1724	Ferpicloz	ferpicloz	FR	1004	2194	46.7482	7.1622	4
1725	Posieux	posieux	FR	1004	2233	46.7623	7.0971	4
1726	Farvagny-le-Petit	farvagny-le-petit	FR	1004	2236	46.7287	7.0727	4
1726	Grenilles	grenilles	FR	1004	2236	46.7285	7.0503	4
1726	Farvagny	farvagny	FR	1004	2236	46.7277	7.0663	4
1726	Posat	posat	FR	1004	2236	46.7389	7.0584	4
1727	Corpataux	corpataux	FR	1004	2236	46.7433	7.0971	4
1727	Magnedens	magnedens	FR	1004	2236	46.7435	7.0823	4
1728	Rossens FR	rossens-fr	FR	1004	2236	46.7201	7.1034	4
1730	Ecuvillens	ecuvillens	FR	1004	2233	46.7578	7.0828	4
1731	Ependes FR	ependes-fr	FR	1004	2238	46.7537	7.1461	4
1732	Arconciel	arconciel	FR	1004	2238	46.7473	7.1215	4
1733	Treyvaux	treyvaux	FR	1004	2226	46.728	7.1377	4
1740	Neyruz FR	neyruz-fr	FR	1004	2211	46.7681	7.0669	4
1741	Cottens FR	cottens-fr	FR	1004	2186	46.7522	7.0313	4
1742	Autigny	autigny	FR	1004	2173	46.7366	7.02	4
1744	Chénens	chenens	FR	1004	2177	46.7416	7.004	4
1745	Lentigny	lentigny	FR	1004	2234	46.7611	7.0029	4
1746	Prez-vers-Noréaz	prez-vers-noreaz	FR	1004	2237	46.7854	7.0158	4
1747	Corserey	corserey	FR	1004	2237	46.7731	6.9887	4
1752	Villars-sur-Glâne	villars-sur-glane	FR	1004	2228	46.7905	7.1172	4
1753	Matran	matran	FR	1004	2208	46.7859	7.0977	4
1754	Rosé	rose	FR	1004	2174	46.784	7.0629	4
1754	Corjolens	corjolens	FR	1004	2174	46.7869	7.0465	4
1754	Avry-sur-Matran	avry-sur-matran	FR	1004	2174	46.7875	7.0673	4
1756	Onnens FR	onnens-fr	FR	1004	2234	46.7747	7.0371	4
1756	Lovens	lovens	FR	1004	2234	46.7741	7.0211	4
1757	Noréaz	noreaz	FR	1004	2237	46.8015	7.0278	4
1762	Givisiez	givisiez	FR	1004	2197	46.812	7.1264	4
1763	Granges-Paccot	granges-paccot	FR	1004	2198	46.8267	7.1425	4
1772	Nierlet-les-Bois	nierlet-les-bois	FR	1004	2217	46.8213	7.0585	4
1772	Ponthaux	ponthaux	FR	1004	2217	46.8153	7.0414	4
1772	Grolley	grolley	FR	1004	2200	46.8336	7.0712	4
1782	La Corbaz	la-corbaz	FR	1004	2235	46.8404	7.1159	4
1782	Lossy	lossy	FR	1004	2235	46.8351	7.1095	4
1782	Belfaux	belfaux	FR	1004	2175	46.8217	7.1067	4
1782	Autafond	autafond	FR	1004	2175	46.8288	7.095	4
1782	Cormagens	cormagens	FR	1004	2235	46.8359	7.1359	4
1782	Formangueires	formangueires	FR	1004	2235	46.8272	7.1166	4
1583	Villarepos	villarepos	FR	1005	2254	46.8643	7.1264	4
1721	Misery	misery	FR	1005	2272	46.8524	7.0639	4
1721	Cormérod	cormerod	FR	1005	2272	46.8671	7.0896	4
1721	Cournillens	cournillens	FR	1005	2272	46.8587	7.1026	4
1721	Courtion	courtion	FR	1005	2272	46.8572	7.0689	4
1783	Barberêche	barbereche	FR	1005	2254	46.8643	7.1264	4
1783	Pensier	pensier	FR	1005	2254	46.8643	7.1264	4
1784	Courtepin	courtepin	FR	1005	2254	46.8655	7.1231	4
1784	Wallenried	wallenried	FR	1005	2254	46.8643	7.1264	4
1785	Cressier FR	cressier-fr	FR	1005	2257	46.8979	7.1407	4
1786	Sugiez	sugiez	FR	1005	2284	46.9619	7.1129	4
1787	Môtier (Vully)	motier-vully	FR	1005	2284	46.9495	7.084	4
1787	Mur (Vully) FR	mur-vully-fr	FR	1005	2284	46.9461	7.0644	4
1788	Praz (Vully)	praz-vully	FR	1005	2284	46.9531	7.098	4
1789	Lugnorre	lugnorre	FR	1005	2284	46.951	7.0749	4
1791	Courtaman	courtaman	FR	1005	2254	46.8734	7.1316	4
1792	Cordast	cordast	FR	1005	2262	46.876	7.1521	4
1792	Guschelmuth	guschelmuth	FR	1005	2262	46.8866	7.1433	4
1793	Jeuss	jeuss	FR	1005	2275	46.9365	7.1412	4
1794	Salvenach	salvenach	FR	1005	2275	46.9365	7.1412	4
1795	Courlevon	courlevon	FR	1005	2275	46.9365	7.1412	4
1796	Courgevaux	courgevaux	FR	1005	2250	46.9065	7.1121	4
3206	Wallenbuch	wallenbuch	FR	1005	2262	46.9295	7.2254	4
3210	Kerzers	kerzers	FR	1005	2265	46.9759	7.1957	4
3212	Kleingurmels	kleingurmels	FR	1005	2262	46.8862	7.1874	4
3212	Gurmels	gurmels	FR	1005	2262	46.8941	7.1719	4
3213	Kleinbösingen	kleinbosingen	FR	1005	2266	46.893	7.2024	3
3213	Liebistorf	liebistorf	FR	1005	2262	46.9088	7.1964	4
3214	Ulmiz	ulmiz	FR	1005	2278	46.9319	7.1978	4
3215	Büchslen	buchslen	FR	1005	2275	46.9459	7.1816	4
3215	Lurtigen	lurtigen	FR	1005	2275	46.9284	7.1733	4
3215	Gempenach	gempenach	FR	1005	2260	46.943	7.1992	4
3216	Agriswil	agriswil	FR	1005	2276	46.9555	7.1978	4
3216	Ried b. Kerzers	ried-b-kerzers	FR	1005	2276	46.9555	7.1978	3
3280	Greng	greng	FR	1005	2261	46.9134	7.094	4
3280	Meyriez	meyriez	FR	1005	2271	46.9237	7.1066	4
3280	Murten	murten	FR	1005	2275	46.9283	7.1171	4
3284	Fräschels	fraschels	FR	1005	2258	46.9979	7.2081	4
3285	Galmiz	galmiz	FR	1005	2259	46.9488	7.158	4
3286	Muntelier	muntelier	FR	1005	2274	46.9352	7.1236	4
1712	Tafers	tafers	FR	1006	2306	46.8148	7.2185	4
1713	St. Antoni	st-antoni	FR	1006	2306	46.8221	7.2609	4
1714	Heitenried	heitenried	FR	1006	2296	46.8276	7.2994	4
1715	Alterswil FR	alterswil-fr	FR	1006	2306	46.7959	7.2588	4
1716	Plaffeien	plaffeien	FR	1006	2299	46.742	7.2867	4
1716	Schwarzsee	schwarzsee	FR	1006	2299	46.671	7.2818	4
1716	Oberschrot	oberschrot	FR	1006	2299	46.7413	7.2815	4
1717	St. Ursen	st-ursen	FR	1006	2304	46.7869	7.2243	4
1718	Rechthalten	rechthalten	FR	1006	2301	46.7677	7.2403	4
1719	Zumholz	zumholz	FR	1006	2299	46.6871	7.3155	4
1719	Brünisried	brunisried	FR	1006	2292	46.7578	7.2785	4
1734	Tentlingen	tentlingen	FR	1006	2307	46.7692	7.1977	4
1735	Giffers	giffers	FR	1006	2294	46.7623	7.2085	4
1736	St. Silvester	st-silvester	FR	1006	2303	46.7425	7.224	4
1737	Plasselb	plasselb	FR	1006	2300	46.7349	7.2512	4
3175	Flamatt	flamatt	FR	1006	2309	46.8899	7.322	4
3178	Bösingen	bosingen	FR	1006	2295	46.8923	7.2277	4
3182	Ueberstorf	ueberstorf	FR	1006	2308	46.8659	7.31	4
3184	Wünnewil	wunnewil	FR	1006	2309	46.874	7.2773	4
3185	Schmitten FR	schmitten-fr	FR	1006	2305	46.8575	7.2503	4
3186	Düdingen	dudingen	FR	1006	2293	46.8492	7.1885	4
1609	St-Martin FR	st-martin-fr	FR	1007	2335	46.5763	6.8698	4
1609	Fiaugères	fiaugeres	FR	1007	2335	46.5873	6.8927	4
1609	Besencens	besencens	FR	1007	2335	46.5875	6.8687	4
1609	Fiaugères	fiaugeres	FR	1007	2335	46.5873	6.8927	4
1611	Le Crêt-près-Semsales	le-cret-pres-semsales	FR	1007	2338	46.609	6.9097	4
1614	Granges (Veveyse)	granges-veveyse	FR	1007	2328	46.5261	6.83	4
1615	Bossonnens	bossonnens	FR	1007	2323	46.5285	6.8525	4
1616	Attalens	attalens	FR	1007	2321	46.5056	6.8504	4
1617	Tatroz	tatroz	FR	1007	2321	46.527	6.8669	4
1617	Remaufens	remaufens	FR	1007	2333	46.5287	6.8826	4
1618	Châtel-St-Denis	chatel-st-denis	FR	1007	2325	46.5269	6.9008	4
1619	Les Paccots	les-paccots	FR	1007	2325	46.5241	6.9463	4
1623	Semsales	semsales	FR	1007	2336	46.5732	6.9295	4
1624	Progens	progens	FR	1007	2338	46.5848	6.9111	4
1624	Grattavache	grattavache	FR	1007	2338	46.596	6.9134	4
1624	Progens	progens	FR	1007	2336	46.5699	6.9557	4
1624	La Verrerie	la-verrerie	FR	1007	2338	46.5995	6.9203	4
1699	Bouloz	bouloz	FR	1007	2337	46.6124	6.8827	4
1699	Pont (Veveyse)	pont-veveyse	FR	1007	2337	46.5885	6.8513	4
1699	Porsel	porsel	FR	1007	2337	46.6015	6.8658	4
1699	Porsel	porsel	FR	1007	2337	46.6015	6.8658	4
1200	Genève	geneve	GE	2500	6621	46.2058	6.1416	
1201	Genève	geneve	GE	2500	6621	46.2022	6.1457	4
1202	Genève	geneve	GE	2500	6621	46.2022	6.1457	4
1203	Genève	geneve	GE	2500	6621	46.2022	6.1457	4
1204	Genève	geneve	GE	2500	6621	46.2022	6.1457	4
1205	Genève	geneve	GE	2500	6621	46.2022	6.1457	4
1206	Genève	geneve	GE	2500	6621	46.2022	6.1457	4
1207	Genève	geneve	GE	2500	6621	46.2022	6.1457	4
1208	Genève	geneve	GE	2500	6621	46.2022	6.1457	4
1209	Genève	geneve	GE	2500	6621	46.2022	6.1457	4
1211	Genève 26	geneve-26	GE	2500	6628	46.1897	6.1158	
1211	Genève 20	geneve-20	GE	2500	6621	46.2058	6.1416	
1211	Genève 5	geneve-5	GE	2500	6623	46.2358	6.1192	
1211	Genève 19	geneve-19	GE	2500	6621	46.2058	6.1416	
1211	Genève 23	geneve-23	GE	2500	6630	46.2322	6.0791	
1211	Genève 11	geneve-11	GE	2500	6621	46.2058	6.1416	
1211	Genève 1	geneve-1	GE	2500	6621	46.2058	6.1416	
1211	Genève 73	geneve-73	GE	2500	6621	46.2058	6.1416	
1211	Genève 6	geneve-6	GE	2500	6621	46.2058	6.1416	
1211	Genève 70	geneve-70	GE	2500	6621	46.2058	6.1416	
1211	Genève 13	geneve-13	GE	2500	6621	46.2058	6.1416	
1211	Genève 84 Votation	geneve-84-votation	GE	2500	6621	46.2058	6.1416	
1211	Genève 10	geneve-10	GE	2500	6621	46.2058	6.1416	
1211	Genève 3	geneve-3	GE	2500	6621	46.2058	6.1416	
1211	Genève 27	geneve-27	GE	2500	6634	46.2379	6.1424	
1211	Genève 22	geneve-22	GE	2500	6621	46.2058	6.1416	
1211	Genève 12	geneve-12	GE	2500	6621	46.2058	6.1416	
1211	Genève 71 CS CP	geneve-71-cs-cp	GE	2500	6621	46.2058	6.1416	
1211	Genève 28	geneve-28	GE	2500	6621	46.2058	6.1416	
1211	Genève 14	geneve-14	GE	2500	6621	46.2058	6.1416	
1211	Genève 8	geneve-8	GE	2500	6621	46.2058	6.1416	
1211	Genève 4	geneve-4	GE	2500	6621	46.2058	6.1416	
1211	Genève 2	geneve-2	GE	2500	6621	46.2058	6.1416	
1212	Grand-Lancy	grand-lancy	GE	2500	6628	46.1788	6.1229	4
1213	Onex	onex	GE	2500	6631	46.184	6.1024	4
1213	Petit-Lancy	petit-lancy	GE	2500	6628	46.1965	6.1136	4
1214	Vernier	vernier	GE	2500	6643	46.217	6.085	4
1215	Genève	geneve	GE	2500	6623	46.2358	6.1192	4
1216	Cointrin	cointrin	GE	2500	6630	46.2267	6.1055	4
1217	Meyrin	meyrin	GE	2500	6630	46.2342	6.0802	4
1218	Le Grand-Saconnex	le-grand-saconnex	GE	2500	6623	46.2319	6.1209	4
1219	Aïre	aire	GE	2500	6643	46.1951	6.0995	4
1219	Le Lignon	le-lignon	GE	2500	6643	46.2074	6.0984	4
1219	Châtelaine	chatelaine	GE	2500	6643	46.2114	6.1089	4
1220	Les Avanchets	les-avanchets	GE	2500	6643	46.2217	6.1081	4
1222	Vésenaz	vesenaz	GE	2500	6616	46.2403	6.1975	4
1223	Cologny	cologny	GE	2500	6617	46.2167	6.1804	4
1224	Chêne-Bougeries	chene-bougeries	GE	2500	6612	46.1984	6.1864	4
1225	Chêne-Bourg	chene-bourg	GE	2500	6613	46.1953	6.1941	4
1226	Thônex	thonex	GE	2500	6640	46.1881	6.199	4
1227	Carouge GE	carouge-ge	GE	2500	6608	46.1917	6.1361	3
1227	Les Acacias	les-acacias	GE	2500	6621	46.1917	6.1361	4
1228	Plan-les-Ouates	plan-les-ouates	GE	2500	6633	46.1679	6.1166	4
1231	Conches	conches	GE	2500	6612	46.185	6.1739	4
1232	Confignon	confignon	GE	2500	6618	46.1734	6.0844	4
1233	Bernex	bernex	GE	2500	6607	46.1765	6.0754	4
1234	Vessy	vessy	GE	2500	6645	46.1831	6.1668	4
1236	Cartigny	cartigny	GE	2500	6609	46.1741	6.0198	4
1237	Avully	avully	GE	2500	6603	46.1701	6.0046	4
1239	Collex	collex	GE	2500	6615	46.2715	6.1233	4
1240	Genève	geneve	GE	2500	6621	46.2058	6.1416	
1241	Puplinge	puplinge	GE	2500	6636	46.2104	6.2311	4
1242	Satigny	satigny	GE	2500	6638	46.2146	6.0355	4
1243	Presinge	presinge	GE	2500	6635	46.2198	6.2552	4
1244	Choulex	choulex	GE	2500	6614	46.2263	6.2238	4
1245	Collonge-Bellerive	collonge-bellerive	GE	2500	6616	46.2504	6.1959	4
1246	Corsier GE	corsier-ge	GE	2500	6619	46.263	6.2246	4
1247	Anières	anieres	GE	2500	6602	46.2767	6.222	4
1248	Hermance	hermance	GE	2500	6625	46.3014	6.2433	4
1251	Gy	gy	GE	2500	6624	46.2532	6.2591	4
1252	Meinier	meinier	GE	2500	6629	46.2471	6.2342	4
1253	Vandoeuvres	vandoeuvres	GE	2500	6642	46.2218	6.2029	4
1254	Jussy	jussy	GE	2500	6626	46.2359	6.267	4
1255	Veyrier	veyrier	GE	2500	6645	46.167	6.1844	4
1256	Troinex	troinex	GE	2500	6641	46.1631	6.1475	4
1257	La Croix-de-Rozon	la-croix-de-rozon	GE	2500	6605	46.1454	6.1364	4
1258	Perly	perly	GE	2500	6632	46.157	6.0923	4
1281	Russin	russin	GE	2500	6637	46.187	6.0138	4
1283	Dardagny	dardagny	GE	2500	6620	46.1956	5.995	4
1283	La Plaine	la-plaine	GE	2500	6620	46.1773	6.0011	4
1284	Chancy	chancy	GE	2500	6611	46.15	5.9715	4
1285	Athenaz (Avusy)	athenaz-avusy	GE	2500	6604	46.1518	6.0021	4
1286	Soral	soral	GE	2500	6639	46.1437	6.0428	4
1287	Laconnex	laconnex	GE	2500	6627	46.157	6.0313	4
1288	Aire-la-Ville	aire-la-ville	GE	2500	6601	46.1906	6.0429	4
1290	Versoix	versoix	GE	2500	6644	46.2838	6.1621	4
1292	Chambésy	chambesy	GE	2500	6634	46.2441	6.1444	4
1293	Bellevue	bellevue	GE	2500	6606	46.2574	6.1547	4
1294	Genthod	genthod	GE	2500	6622	46.2672	6.1556	4
1298	Céligny	celigny	GE	2500	6610	46.3507	6.195	4
1298	Céligny	celigny	GE	2500	6610	46.3507	6.195	4
8750	Riedern	riedern	GL	800	1632	47.0254	9.0055	4
8750	Glarus	glarus	GL	800	1632	47.0406	9.068	4
8750	Klöntal	klontal	GL	800	1632	47.0262	8.9419	4
8752	Näfels	nafels	GL	800	1630	47.0978	9.0636	4
8753	Mollis	mollis	GL	800	1630	47.0888	9.0724	4
8754	Netstal	netstal	GL	800	1632	47.0634	9.0573	4
8755	Ennenda	ennenda	GL	800	1632	47.0336	9.0789	4
8756	Mitlödi	mitlodi	GL	800	1631	47.0123	9.0802	4
8757	Filzbach	filzbach	GL	800	1630	47.119	9.1324	4
8758	Obstalden	obstalden	GL	800	1630	47.1173	9.1487	4
8759	Netstal	netstal	GL	800	1632	47.021	8.979	
8762	Sool	sool	GL	800	1631	47.0007	9.086	4
8762	Schwanden GL	schwanden-gl	GL	800	1631	46.9954	9.0701	4
8762	Schwändi b. Schwanden	schwandi-b-schwanden	GL	800	1631	46.9981	9.0781	3
8765	Engi	engi	GL	800	1631	46.9824	9.1531	4
8766	Matt	matt	GL	800	1631	46.9595	9.1712	4
8767	Elm	elm	GL	800	1631	46.919	9.1724	4
8772	Nidfurn	nidfurn	GL	800	1631	46.9867	9.0547	4
8773	Haslen GL	haslen-gl	GL	800	1631	46.9815	9.058	4
8774	Leuggelbach	leuggelbach	GL	800	1631	46.9763	9.0459	4
8775	Hätzingen	hatzingen	GL	800	1631	46.9664	9.0371	4
8775	Luchsingen	luchsingen	GL	800	1631	46.9664	9.0371	4
8777	Betschwanden	betschwanden	GL	800	1631	46.9463	9.0276	4
8777	Diesbach GL	diesbach-gl	GL	800	1631	46.9491	9.0309	4
8782	Rüti GL	ruti-gl	GL	800	1631	46.9378	9.0169	4
8783	Linthal	linthal	GL	800	1631	46.9213	8.998	4
8784	Braunwald	braunwald	GL	800	1631	46.9416	8.9964	4
8865	Bilten	bilten	GL	800	1630	47.15	9.0255	4
8867	Niederurnen	niederurnen	GL	800	1630	47.126	9.0543	4
8868	Oberurnen	oberurnen	GL	800	1630	47.1141	9.0587	4
8874	Mühlehorn	muhlehorn	GL	800	1630	47.1176	9.1724	4
7077	Valbella	valbella	GR	1841	3506	46.7473	9.5542	4
7078	Lenzerheide/Lai	lenzerheide-lai	GR	1841	3506	46.7222	9.559	4
7082	Vaz/Obervaz	vaz-obervaz	GR	1841	3506	46.717	9.5413	4
7083	Lantsch/Lenz	lantsch-lenz	GR	1841	3513	46.6841	9.5627	4
7084	Brienz/Brinzauls GR	brienz-brinzauls-gr	GR	1841	3542	46.6683	9.5951	4
7450	Tiefencastel	tiefencastel	GR	1841	3506	46.7257	9.5415	4
7450	Tiefencastel	tiefencastel	GR	1841	3542	46.6601	9.5788	4
7451	Alvaschein	alvaschein	GR	1841	3542	46.6753	9.5506	4
7452	Cunter	cunter	GR	1841	3543	46.6096	9.5898	4
7453	Tinizong	tinizong	GR	1841	3543	46.5824	9.6173	4
7454	Rona	rona	GR	1841	3543	46.5613	9.6253	4
7455	Mulegns	mulegns	GR	1841	3543	46.5242	9.6209	4
7456	Marmorera	marmorera	GR	1841	3543	46.4972	9.6435	4
7456	Sur	sur	GR	1841	3543	46.5703	9.3659	4
7457	Bivio	bivio	GR	1841	3543	46.4685	9.6509	4
7458	Mon	mon	GR	1841	3542	46.6498	9.5647	4
7459	Stierva	stierva	GR	1841	3542	46.6637	9.5423	4
7460	Savognin	savognin	GR	1841	3543	46.5973	9.5982	4
7462	Salouf	salouf	GR	1841	3543	46.6244	9.5761	4
7463	Riom	riom	GR	1841	3543	46.6093	9.582	4
7463	Riom	riom	GR	1841	3543	46.6093	9.582	4
7464	Parsonz	parsonz	GR	1841	3543	46.6111	9.573	4
7472	Surava	surava	GR	1841	3542	46.6661	9.613	4
7473	Alvaneu Bad	alvaneu-bad	GR	1841	3542	46.6696	9.6473	4
7477	Filisur	filisur	GR	1841	3544	46.673	9.6859	4
7482	Bergün/Bravuogn	bergun-bravuogn	GR	1841	3544	46.6293	9.7476	4
7482	Preda	preda	GR	1841	3544	46.5886	9.7765	4
7482	Stugl/Stuls	stugl-stuls	GR	1841	3544	46.6506	9.7317	4
7484	Latsch	latsch	GR	1841	3544	46.6342	9.7521	4
7492	Alvaneu Dorf	alvaneu-dorf	GR	1841	3542	46.6788	9.6463	4
7493	Schmitten (Albula)	schmitten-albula	GR	1841	3514	46.6869	9.6732	4
7710	Alp Grüm	alp-grum	GR	1842	3561	46.3746	10.0313	4
7710	Ospizio Bernina	ospizio-bernina	GR	1842	3561	46.4115	10.0219	4
7741	S. Carlo (Poschiavo)	s-carlo-poschiavo	GR	1842	3561	46.343	10.0614	4
7742	Sfazù	sfazu	GR	1842	3561	46.389	10.081	4
7742	La Rösa	la-rosa	GR	1842	3561	46.4011	10.0669	4
7742	Poschiavo	poschiavo	GR	1842	3561	46.3244	10.0582	4
7743	Brusio	brusio	GR	1842	3551	46.2595	10.1238	4
7743	Miralago	miralago	GR	1842	3561	46.2732	10.1007	4
7744	Campocologno	campocologno	GR	1842	3551	46.2325	10.1427	4
7745	Li Curt	li-curt	GR	1842	3561	46.3099	10.0625	4
7746	Le Prese	le-prese	GR	1842	3561	46.2931	10.0789	4
7747	Viano	viano	GR	1842	3551	46.2533	10.1394	4
7748	Campascio	campascio	GR	1842	3551	46.247	10.1294	4
7527	Brail	brail	GR	1843	3746	46.6555	10.0351	4
7530	Zernez	zernez	GR	1843	3746	46.6986	10.0927	4
7532	Tschierv	tschierv	GR	1843	3847	46.6261	10.3388	4
7533	Fuldera	fuldera	GR	1843	3847	46.6089	10.3715	4
7534	Lü	lu	GR	1843	3847	46.623	10.3689	4
7535	Valchava	valchava	GR	1843	3847	46.6008	10.4069	4
7536	Sta. Maria Val Müstair	sta-maria-val-mustair	GR	1843	3847	46.6012	10.423	4
7537	Müstair	mustair	GR	1843	3847	46.6268	10.4462	4
7542	Susch	susch	GR	1843	3746	46.6714	10.1217	4
7543	Lavin	lavin	GR	1843	3746	46.6714	10.1217	4
7545	Guarda	guarda	GR	1843	3762	46.7346	10.3264	4
7546	Ardez	ardez	GR	1843	3762	46.7346	10.3264	4
7550	Scuol	scuol	GR	1843	3762	46.7967	10.298	4
7551	Ftan	ftan	GR	1843	3762	46.7346	10.3264	4
7552	Vulpera	vulpera	GR	1843	3762	46.7863	10.2835	4
7553	Tarasp	tarasp	GR	1843	3762	46.7346	10.3264	4
7554	Sent	sent	GR	1843	3762	46.7346	10.3264	4
7554	Crusch	crusch	GR	1843	3762	46.7346	10.3264	4
7556	Ramosch	ramosch	GR	1843	3764	46.8339	10.3815	4
7556	Ramosch	ramosch	GR	1843	3764	46.8339	10.3815	4
7557	Vnà	vna	GR	1843	3764	46.844	10.3648	4
7558	Strada	strada	GR	1843	3764	46.8638	10.4364	4
7559	Tschlin	tschlin	GR	1843	3764	46.8698	10.4255	4
7560	Martina	martina	GR	1843	3764	46.8846	10.4632	4
7562	Samnaun-Compatsch	samnaun-compatsch	GR	1843	3752	46.9596	10.4002	4
7563	Samnaun Dorf	samnaun-dorf	GR	1843	3752	46.9437	10.3606	4
7012	Felsberg	felsberg	GR	1844	3731	46.8442	9.4768	4
7013	Domat/Ems	domat-ems	GR	1844	3722	46.8348	9.4508	4
7014	Trin	trin	GR	1844	3734	46.8283	9.3616	4
7015	Tamins	tamins	GR	1844	3733	46.8296	9.4065	4
7016	Trin Mulin	trin-mulin	GR	1844	3734	46.8337	9.3411	4
7017	Flims Dorf	flims-dorf	GR	1844	3732	46.8371	9.2846	4
7018	Flims Waldhaus	flims-waldhaus	GR	1844	3732	46.8288	9.2898	4
7019	Fidaz	fidaz	GR	1844	3732	46.8404	9.3088	4
7402	Bonaduz	bonaduz	GR	1844	3721	46.811	9.3982	4
7403	Rhäzüns	rhazuns	GR	1844	3723	46.7989	9.3976	4
7202	Says	says	GR	1845	3945	46.9074	9.5824	4
7203	Trimmis	trimmis	GR	1845	3945	46.9008	9.5612	4
7204	Untervaz	untervaz	GR	1845	3946	46.9275	9.5342	4
7205	Zizers	zizers	GR	1845	3947	46.9358	9.5649	4
7206	Igis	igis	GR	1845	3955	46.9453	9.5722	4
7208	Malans GR	malans-gr	GR	1845	3954	46.981	9.5753	4
7302	Landquart	landquart	GR	1845	3955	46.95	9.5667	4
7303	Mastrils	mastrils	GR	1845	3955	46.9697	9.5446	4
7304	Maienfeld	maienfeld	GR	1845	3953	47.0047	9.5312	4
7306	Fläsch	flasch	GR	1845	3951	47.0257	9.5136	4
7307	Jenins	jenins	GR	1845	3952	47.0015	9.5566	4
7500	St. Moritz	st-moritz	GR	1846	3787	46.4994	9.8433	4
7502	Bever	bever	GR	1846	3781	46.55	9.8833	4
7502	Bever	bever	GR	1846	3781	46.55	9.8833	4
7503	Samedan	samedan	GR	1846	3786	46.534	9.8728	4
7504	Pontresina	pontresina	GR	1846	3784	46.4955	9.9013	4
7505	Celerina/Schlarigna	celerina-schlarigna	GR	1846	3782	46.5122	9.8579	4
7512	Champfèr	champfer	GR	1846	3790	46.4763	9.81	4
7513	Silvaplana	silvaplana	GR	1846	3790	46.4581	9.7951	4
7513	Silvaplana-Surlej	silvaplana-surlej	GR	1846	3790	46.458	9.8114	4
7514	Sils/Segl Maria	sils-segl-maria	GR	1846	3789	46.4289	9.7636	4
7514	Fex	fex	GR	1846	3789	46.4137	9.7644	4
7515	Sils/Segl Baselgia	sils-segl-baselgia	GR	1846	3789	46.4347	9.7569	4
7516	Maloja	maloja	GR	1846	3792	46.4039	9.6949	4
7517	Plaun da Lej	plaun-da-lej	GR	1846	3789	46.4214	9.7263	4
7522	La Punt-Chamues-ch	la-punt-chamues-ch	GR	1846	3785	46.5789	9.9201	4
7523	Madulain	madulain	GR	1846	3783	46.5877	9.9395	4
7523	Madulain	madulain	GR	1846	3783	46.5877	9.9395	4
7524	Zuoz	zuoz	GR	1846	3791	46.6021	9.9597	4
7524	Zuoz	zuoz	GR	1846	3791	46.6021	9.9597	4
7525	S-chanf	s-chanf	GR	1846	3788	46.6125	9.9846	4
7526	Cinuos-chel	cinuos-chel	GR	1846	3788	46.643	10.0231	4
7602	Casaccia	casaccia	GR	1846	3792	46.391	9.6661	4
7603	Vicosoprano	vicosoprano	GR	1846	3792	46.3511	9.6208	4
7604	Borgonovo	borgonovo	GR	1846	3792	46.3476	9.6041	4
7605	Stampa	stampa	GR	1846	3792	46.3429	9.5907	4
7606	Bondo	bondo	GR	1846	3792	46.3354	9.5541	4
7606	Promontogno	promontogno	GR	1846	3792	46.3394	9.5576	4
7608	Castasegna	castasegna	GR	1846	3792	46.3339	9.5179	4
7610	Soglio	soglio	GR	1846	3792	46.342	9.5393	4
6534	S. Vittore	s-vittore	GR	1847	3835	46.2371	9.1068	4
6534	S. Vittore	s-vittore	GR	1847	3835	46.2371	9.1068	4
6535	Roveredo GR	roveredo-gr	GR	1847	3834	46.2365	9.1275	4
6537	Grono	grono	GR	1847	3832	46.2483	9.1483	4
6538	Verdabbio	verdabbio	GR	1847	3832	46.2326	9.1815	4
6538	Verdabbio	verdabbio	GR	1847	3832	46.2326	9.1815	4
6540	Castaneda	castaneda	GR	1847	3805	46.2581	9.1387	4
6541	Sta. Maria in Calanca	sta-maria-in-calanca	GR	1847	3810	46.2629	9.1448	4
6542	Buseno	buseno	GR	1847	3804	46.2738	9.1073	4
6543	Arvigo	arvigo	GR	1847	3837	46.3021	9.113	4
6544	Braggio	braggio	GR	1847	3837	46.3028	9.1238	4
6545	Selma	selma	GR	1847	3837	46.3204	9.12	4
6546	Cauco	cauco	GR	1847	3837	46.3354	9.1213	4
6547	Augio	augio	GR	1847	3808	46.3658	9.1278	4
6548	Rossa	rossa	GR	1847	3808	46.3714	9.1236	4
6549	Laura	laura	GR	1847	3834	46.2125	9.1047	4
6556	Leggia	leggia	GR	1847	3832	46.2326	9.1815	4
6557	Cama	cama	GR	1847	3831	46.278	9.1722	4
6558	Lostallo	lostallo	GR	1847	3821	46.313	9.1966	4
6562	Soazza	soazza	GR	1847	3823	46.3664	9.222	4
6563	Mesocco	mesocco	GR	1847	3822	46.3939	9.2333	4
6565	S. Bernardino	s-bernardino	GR	1847	3822	46.3801	9.2277	1
7000	Chur	chur	GR	1848	3901	46.8499	9.5329	4
7001	Chur	chur	GR	1848	3901	46.8521	9.5296	
7004	Chur	chur	GR	1848	3901	46.8521	9.5296	
7006	Chur	chur	GR	1848	3901	46.8521	9.5296	
7007	Chur	chur	GR	1848	3901	46.8521	9.5296	
7023	Haldenstein	haldenstein	GR	1848	3901	46.8787	9.5262	4
7026	Maladers	maladers	GR	1848	3901	46.8358	9.56	4
7027	Calfreisen	calfreisen	GR	1848	3921	46.8363	9.6089	3
7027	Castiel	castiel	GR	1848	3921	46.8394	9.6036	4
7027	Lüen	luen	GR	1848	3921	46.8331	9.6142	4
7028	Pagig	pagig	GR	1848	3921	46.833	9.6509	4
7028	St. Peter	st-peter	GR	1848	3921	46.833	9.6509	4
7029	Peist	peist	GR	1848	3921	46.8333	9.6741	4
7050	Arosa	arosa	GR	1848	3921	46.7779	9.6762	4
7056	Molinis	molinis	GR	1848	3921	46.8261	9.6574	4
7057	Langwies	langwies	GR	1848	3921	46.8192	9.7094	4
7058	Litzirüti	litziruti	GR	1848	3921	46.7994	9.7046	4
7062	Passugg	passugg	GR	1848	3911	46.8297	9.548	4
7063	Praden	praden	GR	1848	3932	46.8243	9.5815	4
7064	Tschiertschen	tschiertschen	GR	1848	3932	46.8177	9.6064	4
7074	Malix	malix	GR	1848	3911	46.8125	9.532	4
7075	Churwalden	churwalden	GR	1848	3911	46.7814	9.5438	4
7076	Parpan	parpan	GR	1848	3911	46.7601	9.5571	4
7212	Seewis Dorf	seewis-dorf	GR	1849	3972	46.9902	9.6377	4
7212	Seewis-Pardisla	seewis-pardisla	GR	1849	3972	46.9811	9.6359	4
7212	Seewis-Schmitten	seewis-schmitten	GR	1849	3972	46.9804	9.6407	4
7213	Valzeina	valzeina	GR	1849	3961	46.9502	9.6027	4
7214	Grüsch	grusch	GR	1849	3961	46.9796	9.6464	4
7215	Fanas	fanas	GR	1849	3961	46.9849	9.6667	4
7220	Schiers	schiers	GR	1849	3962	46.9697	9.6872	4
7220	Schiers	schiers	GR	1849	3962	46.9697	9.6872	4
7222	Lunden	lunden	GR	1849	3962	46.9513	9.7143	4
7223	Buchen im Prättigau	buchen-im-prattigau	GR	1849	3891	46.9418	9.7184	4
7224	Putz	putz	GR	1849	3891	46.9261	9.747	4
7226	Stels	stels	GR	1849	3962	46.9712	9.7019	4
7226	Stels	stels	GR	1849	3962	46.9712	9.7019	4
7226	Fajauna	fajauna	GR	1849	3962	46.9712	9.7019	4
7228	Pusserein	pusserein	GR	1849	3962	46.9856	9.708	4
7228	Schuders	schuders	GR	1849	3962	46.9913	9.7379	4
7231	Pragg-Jenaz	pragg-jenaz	GR	1849	3863	46.9402	9.7053	4
7232	Furna	furna	GR	1849	3862	46.9369	9.6787	4
7233	Jenaz	jenaz	GR	1849	3863	46.9289	9.7128	4
7235	Fideris	fideris	GR	1849	3861	46.9163	9.7415	4
7240	Küblis	kublis	GR	1849	3882	46.9145	9.7793	4
7241	Conters im Prättigau	conters-im-prattigau	GR	1849	3881	46.9	9.7833	4
7242	Luzein	luzein	GR	1849	3891	46.9196	9.7608	4
7243	Pany	pany	GR	1849	3891	46.9289	9.7715	4
7244	Gadenstätt	gadenstatt	GR	1849	3891	46.9452	9.7945	4
7245	Ascharina	ascharina	GR	1849	3891	46.9516	9.8054	4
7246	St. Antönien	st-antonien	GR	1849	3891	46.9466	9.7618	4
7247	Saas im Prättigau	saas-im-prattigau	GR	1849	3871	46.8548	9.9537	4
7249	Serneus	serneus	GR	1849	3871	46.8892	9.8383	4
7250	Klosters	klosters	GR	1849	3871	46.8827	9.8761	4
7252	Klosters Dorf	klosters-dorf	GR	1849	3871	46.8827	9.8761	4
7260	Davos Dorf	davos-dorf	GR	1849	3851	46.8083	9.8393	4
7265	Davos Wolfgang	davos-wolfgang	GR	1849	3851	46.8334	9.8537	4
7270	Davos Platz	davos-platz	GR	1849	3851	46.7961	9.8176	4
7272	Davos Clavadel	davos-clavadel	GR	1849	3851	46.7688	9.8152	4
7276	Davos Frauenkirch	davos-frauenkirch	GR	1849	3851	46.7658	9.7975	4
7277	Davos Glaris	davos-glaris	GR	1849	3851	46.7452	9.776	4
7278	Davos Monstein	davos-monstein	GR	1849	3851	46.7116	9.7725	4
7494	Davos Wiesen	davos-wiesen	GR	1849	3851	46.7039	9.7139	4
7031	Laax GR	laax-gr	GR	1850	3575	46.8065	9.5375	1
7032	Laax GR 2	laax-gr-2	GR	1850	3575	46.846	9.2279	1
7104	Arezen	arezen	GR	1850	3672	46.7823	9.3344	4
7104	Versam	versam	GR	1850	3672	46.7921	9.3378	4
7104	Versam	versam	GR	1850	3672	46.7921	9.3378	4
7106	Tenna	tenna	GR	1850	3672	46.7477	9.3395	4
7107	Safien Platz	safien-platz	GR	1850	3672	46.6826	9.3157	4
7109	Thalkirch	thalkirch	GR	1850	3672	46.638	9.2804	4
7110	Peiden	peiden	GR	1850	3618	46.7207	9.1961	4
7111	Pitasch	pitasch	GR	1850	3619	46.7315	9.2182	4
7112	Duvin	duvin	GR	1850	3619	46.715	9.2121	4
7113	Camuns	camuns	GR	1850	3618	46.7049	9.1996	4
7114	Uors (Lumnezia)	uors-lumnezia	GR	1850	3618	46.702	9.1834	4
7115	Surcasti	surcasti	GR	1850	3618	46.6972	9.1785	4
7116	St. Martin (Lugnez)	st-martin-lugnez	GR	1850	3603	46.5736	9.1308	4
7116	Tersnaus	tersnaus	GR	1850	3618	46.6932	9.1858	4
7122	Valendas	valendas	GR	1850	3672	46.7878	9.2826	4
7122	Carrera	carrera	GR	1850	3672	46.7885	9.2961	4
7126	Castrisch	castrisch	GR	1850	3619	46.7773	9.2312	4
7127	Sevgein	sevgein	GR	1850	3619	46.7655	9.22	4
7128	Riein	riein	GR	1850	3619	46.7445	9.2328	4
7130	Schnaus	schnaus	GR	1850	3619	46.7761	9.1797	4
7130	Ilanz	ilanz	GR	1850	3619	46.7741	9.2046	4
7130	Schnaus	schnaus	GR	1850	3619	46.7761	9.1797	4
7132	Vals	vals	GR	1850	3603	46.6165	9.1803	4
7134	Obersaxen	obersaxen	GR	1850	3988	46.75	9.1	4
7137	Flond	flond	GR	1850	3988	46.7677	9.1644	4
7138	Surcuolm	surcuolm	GR	1850	3988	46.7585	9.1452	4
7141	Luven	luven	GR	1850	3619	46.7611	9.199	4
7142	Cumbel	cumbel	GR	1850	3618	46.7258	9.1926	4
7143	Morissen	morissen	GR	1850	3618	46.729	9.1813	4
7144	Vella	vella	GR	1850	3618	46.718	9.1722	4
7145	Degen	degen	GR	1850	3618	46.7095	9.1698	4
7146	Vattiz	vattiz	GR	1850	3618	46.7073	9.1599	4
7147	Vignogn	vignogn	GR	1850	3618	46.6996	9.1561	4
7148	Lumbrein	lumbrein	GR	1850	3618	46.6838	9.1366	4
7149	Vrin	vrin	GR	1850	3618	46.6555	9.0995	4
7151	Schluein	schluein	GR	1850	3582	46.7882	9.226	4
7152	Sagogn	sagogn	GR	1850	3581	46.7937	9.257	4
7153	Falera	falera	GR	1850	3572	46.8013	9.2309	4
7154	Ruschein	ruschein	GR	1850	3619	46.7853	9.1925	4
7155	Ladir	ladir	GR	1850	3619	46.7903	9.2014	4
7155	Ladir	ladir	GR	1850	3619	46.7903	9.2014	4
7156	Rueun	rueun	GR	1850	3619	46.7778	9.1484	4
7156	Pigniu	pigniu	GR	1850	3619	46.7778	9.1484	3
7157	Siat	siat	GR	1850	3619	46.7908	9.1624	4
7158	Waltensburg/Vuorz	waltensburg-vuorz	GR	1850	3981	46.7737	9.1085	4
7159	Andiast	andiast	GR	1850	3981	46.7843	9.1137	4
7162	Tavanasa	tavanasa	GR	1850	3981	46.7546	9.0623	4
7163	Danis	danis	GR	1850	3981	46.7551	9.055	4
7164	Dardin	dardin	GR	1850	3981	46.7591	9.0485	4
7165	Breil/Brigels	breil-brigels	GR	1850	3981	46.7699	9.0604	4
7166	Trun	trun	GR	1850	3987	46.7429	8.9872	4
7167	Zignau	zignau	GR	1850	3987	46.74	9.0056	4
7168	Schlans	schlans	GR	1850	3987	46.7536	9.0157	4
7172	Rabius	rabius	GR	1850	3985	46.7343	8.9588	4
7173	Surrein	surrein	GR	1850	3985	46.7231	8.9491	4
7174	S. Benedetg	s-benedetg	GR	1850	3985	46.7356	8.9398	4
7175	Sumvitg	sumvitg	GR	1850	3985	46.7284	8.9388	4
7176	Cumpadials	cumpadials	GR	1850	3985	46.7241	8.9238	4
7180	Disentis/Mustér	disentis-muster	GR	1850	3982	46.7034	8.8509	4
7182	Cavardiras	cavardiras	GR	1850	3982	46.7112	8.8856	4
7183	Mumpé Medel	mumpe-medel	GR	1850	3982	46.6844	8.8209	1
7184	Curaglia	curaglia	GR	1850	3983	46.6734	8.8579	4
7185	Platta	platta	GR	1850	3983	46.6582	8.8539	4
7186	Segnas	segnas	GR	1850	3982	46.6948	8.829	4
7187	Camischolas	camischolas	GR	1850	3986	46.6806	8.7646	4
7188	Sedrun	sedrun	GR	1850	3986	46.6793	8.7731	4
7189	Rueras	rueras	GR	1850	3986	46.6739	8.7521	4
7404	Feldis/Veulden	feldis-veulden	GR	1851	3673	46.7942	9.432	4
7405	Rothenbrunnen	rothenbrunnen	GR	1851	3637	46.7677	9.427	4
7407	Trans	trans	GR	1851	3673	46.7649	9.4613	4
7408	Realta	realta	GR	1851	3661	46.7319	9.4277	4
7408	Cazis	cazis	GR	1851	3661	46.7194	9.4327	4
7411	Sils im Domleschg	sils-im-domleschg	GR	1851	3640	46.7004	9.454	4
7412	Scharans	scharans	GR	1851	3638	46.7181	9.459	4
7413	Fürstenaubruck	furstenaubruck	GR	1851	3633	46.7119	9.4533	4
7414	Fürstenau	furstenau	GR	1851	3633	46.7119	9.4533	4
7415	Pratval	pratval	GR	1851	3673	46.732	9.4485	4
7415	Rodels	rodels	GR	1851	3673	46.7372	9.4447	4
7416	Almens	almens	GR	1851	3673	46.7381	9.4592	4
7417	Paspels	paspels	GR	1851	3673	46.7488	9.4435	4
7418	Tumegl/Tomils	tumegl-tomils	GR	1851	3673	46.7618	9.4424	4
7419	Scheid	scheid	GR	1851	3673	46.7772	9.4485	4
7421	Summaprada	summaprada	GR	1851	3661	46.7147	9.4331	4
7422	Tartar	tartar	GR	1851	3661	46.7176	9.4186	4
7423	Sarn	sarn	GR	1851	3661	46.7223	9.4063	4
7423	Portein	portein	GR	1851	3661	46.7105	9.4066	4
7424	Präz	praz	GR	1851	3661	46.7419	9.4054	4
7424	Dalin	dalin	GR	1851	3661	46.7364	9.4056	4
7425	Masein	masein	GR	1851	3663	46.7036	9.4267	4
7426	Flerden	flerden	GR	1851	3662	46.7033	9.4082	4
7426	Flerden	flerden	GR	1851	3662	46.7033	9.4082	4
7427	Urmein	urmein	GR	1851	3670	46.6918	9.4008	4
7428	Glaspass	glaspass	GR	1851	3669	46.677	9.3474	4
7428	Tschappina	tschappina	GR	1851	3669	46.6869	9.3834	4
7430	Thusis	thusis	GR	1851	3668	46.6972	9.4394	4
7430	Rongellen	rongellen	GR	1851	3711	46.6744	9.4418	4
7431	Obermutten	obermutten	GR	1851	3668	46.6709	9.4863	4
7431	Mutten	mutten	GR	1851	3668	46.6781	9.5	4
7432	Zillis	zillis	GR	1851	3712	46.6341	9.4423	4
7433	Mathon	mathon	GR	1851	3715	46.636	9.4138	4
7433	Lohn GR	lohn-gr	GR	1851	3715	46.6574	9.4232	3
7433	Wergenstein	wergenstein	GR	1851	3715	46.6265	9.4069	4
7433	Farden	farden	GR	1851	3715	46.6327	9.4241	4
7433	Donat	donat	GR	1851	3715	46.6322	9.4257	4
7434	Sufers	sufers	GR	1851	3695	46.5703	9.3659	4
7435	Splügen	splugen	GR	1851	3714	46.5518	9.3222	4
7436	Medels im Rheinwald	medels-im-rheinwald	GR	1851	3714	46.5469	9.2941	4
7437	Nufenen	nufenen	GR	1851	3714	46.5398	9.2451	4
7438	Hinterrhein	hinterrhein	GR	1851	3714	46.5333	9.2	4
7440	Andeer	andeer	GR	1851	3701	46.6034	9.4261	4
7442	Clugin	clugin	GR	1851	3701	46.6165	9.4256	4
7443	Pignia	pignia	GR	1851	3701	46.6143	9.4381	4
7444	Ausserferrera	ausserferrera	GR	1851	3713	46.5567	9.4396	4
7445	Innerferrera	innerferrera	GR	1851	3713	46.5212	9.4431	4
7445	Innerferrera	innerferrera	GR	1851	3713	46.5212	9.4431	4
7446	Campsut-Cröt	campsut-crot	GR	1851	3681	46.4869	9.4782	4
7447	Cresta (Avers)	cresta-avers	GR	1851	3681	46.4468	9.5306	4
7447	Am Bach (Avers)	am-bach-avers	GR	1851	3681	46.4586	9.5374	4
7448	Juf	juf	GR	1851	3681	46.4453	9.5795	4
2800	Delémont	delemont	JU	2601	6711	47.3649	7.3445	4
2802	Develier	develier	JU	2601	6712	47.3577	7.2984	4
2803	Bourrignon	bourrignon	JU	2601	6703	47.3955	7.2454	4
2805	Soyhières	soyhieres	JU	2601	6724	47.3911	7.3698	4
2806	Mettembert	mettembert	JU	2601	6716	47.3967	7.3205	4
2807	Pleigne	pleigne	JU	2601	6719	47.4076	7.2906	4
2807	Lucelle	lucelle	JU	2601	6719	47.4076	7.2906	3
2812	Movelier	movelier	JU	2601	6718	47.4095	7.3172	4
2813	Ederswiler	ederswiler	JU	2601	6713	47.4239	7.331	4
2822	Courroux	courroux	JU	2601	6709	47.3607	7.3737	4
2823	Courcelon	courcelon	JU	2601	6709	47.363	7.3918	4
2824	Vicques	vicques	JU	2601	6730	47.351	7.4027	4
2825	Courchapoix	courchapoix	JU	2601	6706	47.3473	7.4514	4
2826	Corban	corban	JU	2601	6730	47.3462	7.4769	4
2827	Mervelier	mervelier	JU	2601	6715	47.3435	7.4997	4
2828	Montsevelier	montsevelier	JU	2601	6730	47.3591	7.5104	4
2829	Vermes	vermes	JU	2601	6730	47.3295	7.4752	4
2830	Vellerat	vellerat	JU	2601	6708	47.3203	7.37	4
2830	Courrendlin	courrendlin	JU	2601	6708	47.3385	7.3724	4
2832	Rebeuvelier	rebeuvelier	JU	2601	6708	47.3248	7.4094	4
2842	Rossemaison	rossemaison	JU	2601	6721	47.3443	7.3409	4
2843	Châtillon JU	chatillon-ju	JU	2601	6704	47.3264	7.3448	4
2852	Courtételle	courtetelle	JU	2601	6710	47.3407	7.3183	4
2853	Courfaivre	courfaivre	JU	2601	6729	47.335	7.282	4
2854	Bassecourt	bassecourt	JU	2601	6729	47.3383	7.2449	4
2855	Glovelier	glovelier	JU	2601	6729	47.3347	7.2054	4
2856	Boécourt	boecourt	JU	2601	6702	47.3511	7.216	4
2857	Montavon	montavon	JU	2601	6702	47.3739	7.2369	4
2863	Undervelier	undervelier	JU	2601	6729	47.3031	7.2227	4
2864	Soulce	soulce	JU	2601	6729	47.3043	7.2713	4
2873	Saulcy	saulcy	JU	2601	6722	47.3024	7.154	4
2336	Les Bois	les-bois	JU	2602	6742	47.1771	6.905	4
2338	Les Emibois	les-emibois	JU	2602	6753	47.2332	6.9867	4
2338	Muriaux	muriaux	JU	2602	6753	47.2458	6.9791	4
2340	Le Noirmont	le-noirmont	JU	2602	6754	47.2257	6.9573	4
2345	La Chaux-des-Breuleux	la-chaux-des-breuleux	JU	2602	6744	47.2221	7.0283	4
2345	Les Breuleux	les-breuleux	JU	2602	6743	47.211	7.0079	4
2350	Saignelégier	saignelegier	JU	2602	6757	47.2562	6.9965	4
2353	Les Pommerats	les-pommerats	JU	2602	6757	47.2716	6.9849	4
2354	Goumois	goumois	JU	2602	6757	47.2611	6.9524	4
2360	Le Bémont JU	le-bemont-ju	JU	2602	6741	47.263	7.0152	4
2362	Montfaucon	montfaucon	JU	2602	6751	47.2821	7.0512	4
2362	Montfavergier	montfavergier	JU	2602	6751	47.3088	7.0881	4
2363	Les Enfers	les-enfers	JU	2602	6745	47.2893	7.043	4
2364	St-Brais	st-brais	JU	2602	6758	47.3061	7.1137	4
2714	Les Genevez JU	les-genevez-ju	JU	2602	6748	47.2577	7.1092	3
2714	Le Prédame	le-predame	JU	2602	6748	47.2577	7.1092	4
2718	Lajoux JU	lajoux-ju	JU	2602	6750	47.2789	7.1373	4
2718	Fornet-Dessus	fornet-dessus	JU	2602	6750	47.2789	7.1373	3
2882	St-Ursanne	st-ursanne	JU	2602	6758	47.2495	7.0172	4
2887	Soubey	soubey	JU	2602	6759	47.3093	7.0489	4
2882	St-Ursanne	st-ursanne	JU	2603	6808	47.3647	7.1544	4
2883	Montmelon	montmelon	JU	2603	6808	47.3525	7.1779	4
2884	Montenol	montenol	JU	2603	6808	47.3518	7.1487	4
2885	Epauvillers	epauvillers	JU	2603	6808	47.3363	7.1194	4
2886	Epiquerez	epiquerez	JU	2603	6808	47.3318	7.0897	4
2888	Seleute	seleute	JU	2603	6808	47.3667	7.1115	4
2889	Ocourt	ocourt	JU	2603	6808	47.3522	7.0783	4
2900	Porrentruy	porrentruy	JU	2603	6800	47.4153	7.0752	4
2902	Fontenais	fontenais	JU	2603	6790	47.4048	7.0819	4
2903	Villars-sur-Fontenais	villars-sur-fontenais	JU	2603	6790	47.389	7.0811	4
2904	Bressaucourt	bressaucourt	JU	2603	6790	47.3881	7.0352	4
2905	Courtedoux	courtedoux	JU	2603	6785	47.4082	7.0428	4
2906	Chevenez	chevenez	JU	2603	6809	47.3917	7	4
2907	Rocourt	rocourt	JU	2603	6809	47.3905	6.9566	4
2908	Grandfontaine	grandfontaine	JU	2603	6792	47.3917	6.9395	4
2912	Roche-d'Or	roche-d-or	JU	2603	6809	47.3665	6.9553	4
2912	Réclère	reclere	JU	2603	6809	47.3756	6.919	4
2914	Damvant	damvant	JU	2603	6809	47.3725	6.8973	4
2915	Bure	bure	JU	2603	6778	47.4417	7.0075	4
2916	Fahy	fahy	JU	2603	6789	47.4182	6.95	4
2922	Courchavon	courchavon	JU	2603	6783	47.4406	7.0584	4
2923	Courtemaîche	courtemaiche	JU	2603	6807	47.4572	7.0483	4
2924	Montignez	montignez	JU	2603	6807	47.4871	7.0566	4
2925	Buix	buix	JU	2603	6807	47.4811	7.0305	4
2926	Boncourt	boncourt	JU	2603	6774	47.4956	7.0142	4
2932	Coeuve	coeuve	JU	2603	6781	47.4529	7.0979	4
2933	Damphreux	damphreux	JU	2603	6787	47.476	7.1069	4
2933	Lugnez	lugnez	JU	2603	6793	47.4851	7.0975	4
2935	Beurnevésin	beurnevesin	JU	2603	6773	47.4925	7.1337	4
2942	Alle	alle	JU	2603	6771	47.4262	7.1291	4
2943	Vendlincourt	vendlincourt	JU	2603	6806	47.4519	7.1469	4
2944	Bonfol	bonfol	JU	2603	6775	47.4774	7.1514	4
2946	Miécourt	miecourt	JU	2603	6810	47.4274	7.1759	4
2947	Charmoille	charmoille	JU	2603	6810	47.4238	7.2076	4
2950	Courtemautruy	courtemautruy	JU	2603	6784	47.396	7.1393	4
2950	Courgenay	courgenay	JU	2603	6784	47.4036	7.1242	4
2952	Cornol	cornol	JU	2603	6782	47.4075	7.1625	4
2953	Pleujouse	pleujouse	JU	2603	6810	47.413	7.2108	4
2953	Fregiécourt	fregiecourt	JU	2603	6810	47.4122	7.1985	4
2954	Asuel	asuel	JU	2603	6810	47.4036	7.2108	4
6000	Luzern 30 AAL	luzern-30-aal	LU	311	1061	47.0471	8.3252	
6000	Luzern 15	luzern-15	LU	311	1061	47.0471	8.3252	
6000	Luzern	luzern	LU	311	1061	47.0471	8.3252	
6000	Luzern 16	luzern-16	LU	311	1061	47.0471	8.3252	
6000	Luzern 14	luzern-14	LU	311	1061	47.0471	8.3252	
6000	Luzern 6	luzern-6	LU	311	1061	47.0471	8.3252	
6000	Luzern 7	luzern-7	LU	311	1061	47.0471	8.3252	
6002	Luzern	luzern	LU	311	1061	47.0471	8.3252	
6003	Luzern	luzern	LU	311	1061	47.0505	8.3064	4
6004	Luzern	luzern	LU	311	1061	47.0505	8.3064	4
6005	Luzern	luzern	LU	311	1061	47.0505	8.3064	4
6006	Luzern	luzern	LU	311	1061	47.0505	8.3064	4
6007	Luzern	luzern	LU	311	1061	47.0471	8.3252	
6014	Luzern	luzern	LU	311	1061	47.0505	8.3064	4
6015	Luzern	luzern	LU	311	1061	47.0505	8.3064	4
6005	St. Niklausen LU	st-niklausen-lu	LU	312	1058	47.0202	8.3407	4
6009	Luzern	luzern	LU	312	1059	47.0208	8.2589	
6010	Kriens	kriens	LU	312	1059	47.0311	8.2855	4
6011	Kriens	kriens	LU	312	1059	47.0208	8.2589	
6012	Obernau	obernau	LU	312	1059	47.0333	8.2544	4
6013	Eigenthal	eigenthal	LU	312	1066	47.0107	8.2126	4
6030	Ebikon	ebikon	LU	312	1054	47.0794	8.3404	4
6031	Ebikon	ebikon	LU	312	1054	47.0783	8.3315	
6033	Buchrain	buchrain	LU	312	1052	47.0962	8.3473	4
6035	Perlen	perlen	LU	312	1052	47.1094	8.362	4
6036	Dierikon	dierikon	LU	312	1053	47.0968	8.3695	4
6037	Root	root	LU	312	1065	47.1146	8.3902	4
6038	Gisikon	gisikon	LU	312	1055	47.1255	8.4036	4
6038	Honau	honau	LU	312	1057	47.1325	8.4081	4
6039	Root D4	root-d4	LU	312	1065	47.1073	8.3634	1
6043	Adligenswil	adligenswil	LU	312	1051	47.0652	8.3612	4
6044	Udligenswil	udligenswil	LU	312	1067	47.09	8.4034	4
6045	Meggen	meggen	LU	312	1063	47.0469	8.3747	4
6047	Kastanienbaum	kastanienbaum	LU	312	1058	47.0082	8.34	4
6048	Horw	horw	LU	312	1058	47.0169	8.3096	4
6102	Malters	malters	LU	312	1062	47.0363	8.1819	4
6103	Schwarzenberg LU	schwarzenberg-lu	LU	312	1066	47.0171	8.1726	4
6344	Meierskappel	meierskappel	LU	312	1064	47.1242	8.4444	4
6353	Weggis	weggis	LU	312	1069	47.0321	8.4322	4
6354	Vitznau	vitznau	LU	312	1068	47.0101	8.4842	4
6356	Rigi Kaltbad	rigi-kaltbad	LU	312	1069	47.0442	8.4652	4
6404	Greppen	greppen	LU	312	1056	47.0551	8.4303	4
6020	Emmenbrücke	emmenbrucke	LU	313	1024	47.0728	8.289	4
6021	Emmenbrücke 1	emmenbrucke-1	LU	313	1024	47.0866	8.2862	
6023	Rothenburg	rothenburg	LU	313	1040	47.0957	8.2723	4
6026	Rain	rain	LU	313	1037	47.1297	8.2579	4
6027	Römerswil LU	romerswil-lu	LU	313	1039	47.1681	8.2464	4
6028	Herlisberg	herlisberg	LU	313	1039	47.1994	8.2312	4
6032	Emmen	emmen	LU	313	1024	47.0861	8.3005	4
6034	Inwil	inwil	LU	313	1033	47.1253	8.3488	4
6274	Eschenbach LU	eschenbach-lu	LU	313	1026	47.1323	8.3196	4
6275	Ballwil	ballwil	LU	313	1023	47.1549	8.3214	4
6276	Hohenrain	hohenrain	LU	313	1032	47.1808	8.318	4
6277	Lieli LU	lieli-lu	LU	313	1032	47.2077	8.2971	4
6277	Kleinwangen	kleinwangen	LU	313	1032	47.2077	8.2971	3
6280	Urswil	urswil	LU	313	1031	47.1523	8.2949	4
6280	Hochdorf	hochdorf	LU	313	1031	47.1684	8.2918	4
6281	Hochdorf	hochdorf	LU	313	1031	47.1664	8.2923	
6283	Baldegg	baldegg	LU	313	1031	47.1833	8.2808	4
6284	Gelfingen	gelfingen	LU	313	1030	47.2145	8.2654	4
6284	Sulz LU	sulz-lu	LU	313	1030	47.22	8.2857	4
6285	Retschwil	retschwil	LU	313	1030	47.1929	8.2539	4
6285	Hitzkirch	hitzkirch	LU	313	1030	47.224	8.2643	4
6286	Altwis	altwis	LU	313	1030	47.2385	8.2478	4
6287	Aesch LU	aesch-lu	LU	313	1021	47.2564	8.2409	4
6288	Schongau	schongau	LU	313	1041	47.2685	8.2651	4
6289	Hämikon	hamikon	LU	313	1030	47.2384	8.2764	4
6289	Müswangen	muswangen	LU	313	1030	47.2383	8.2891	4
6289	Hämikon	hamikon	LU	313	1030	47.2384	8.2764	4
6294	Ermensee	ermensee	LU	313	1025	47.2278	8.2363	4
6295	Mosen	mosen	LU	313	1030	47.2449	8.2263	4
5735	Pfeffikon LU	pfeffikon-lu	LU	314	1097	47.2276	8.1481	4
6016	Hellbühl	hellbuhl	LU	314	1093	47.0708	8.1991	4
6017	Ruswil	ruswil	LU	314	1098	47.0843	8.1264	4
6018	Buttisholz	buttisholz	LU	314	1083	47.1144	8.0943	4
6019	Sigigen	sigigen	LU	314	1098	47.0654	8.1342	4
6022	Grosswangen	grosswangen	LU	314	1086	47.1328	8.0478	4
6024	Hildisrieden	hildisrieden	LU	314	1088	47.1507	8.2258	4
6025	Neudorf	neudorf	LU	314	1081	47.177	8.2091	4
6203	Sempach Station	sempach-station	LU	314	1093	47.1169	8.1947	4
6204	Sempach	sempach	LU	314	1102	47.1358	8.1915	4
6205	Eich	eich	LU	314	1084	47.1512	8.167	4
6206	Neuenkirch	neuenkirch	LU	314	1093	47.0999	8.2042	4
6207	Nottwil	nottwil	LU	314	1094	47.1357	8.1371	4
6208	Oberkirch LU	oberkirch-lu	LU	314	1095	47.1564	8.1157	4
6210	Sursee	sursee	LU	314	1103	47.1709	8.1111	4
6212	St. Erhard	st-erhard	LU	314	1089	47.1843	8.0751	4
6212	Kaltbach	kaltbach	LU	314	1091	47.184	8.0623	4
6213	Knutwil	knutwil	LU	314	1089	47.1995	8.0732	4
6214	Schenkon	schenkon	LU	314	1099	47.1683	8.1438	4
6215	Schwarzenbach LU	schwarzenbach-lu	LU	314	1081	47.2333	8.2126	4
6215	Beromünster	beromunster	LU	314	1081	47.2061	8.1926	4
6216	Mauensee	mauensee	LU	314	1091	47.1685	8.0662	4
6221	Rickenbach LU	rickenbach-lu	LU	314	1097	47.2174	8.1549	4
6222	Gunzwil	gunzwil	LU	314	1081	47.2107	8.1793	4
6231	Schlierbach	schlierbach	LU	314	1100	47.2235	8.111	4
6232	Geuensee	geuensee	LU	314	1085	47.1997	8.1069	4
6233	Büron	buron	LU	314	1082	47.2121	8.0942	4
6234	Triengen	triengen	LU	314	1104	47.2337	8.0773	4
6234	Kulmerau	kulmerau	LU	314	1104	47.2546	8.0892	4
6235	Winikon	winikon	LU	314	1104	47.2386	8.0506	4
6236	Wilihof	wilihof	LU	314	1104	47.2276	8.0656	4
4806	Wikon	wikon	LU	315	1147	47.2634	7.968	4
4915	St. Urban	st-urban	LU	315	1139	47.2318	7.8417	4
6122	Menznau	menznau	LU	315	1136	47.0836	8.0397	4
6123	Geiss	geiss	LU	315	1136	47.092	8.0569	4
6125	Menzberg	menzberg	LU	315	1136	47.041	7.998	4
6126	Daiwil	daiwil	LU	315	1151	47.0984	8.0139	4
6130	Willisau	willisau	LU	315	1151	47.1218	7.9942	4
6132	Rohrmatt	rohrmatt	LU	315	1151	47.0829	7.9851	4
6133	Hergiswil b. Willisau	hergiswil-b-willisau	LU	315	1132	47.085	7.958	4
6142	Gettnau	gettnau	LU	315	1151	47.1406	7.9701	4
6143	Ohmstal	ohmstal	LU	315	1143	47.1623	7.9527	4
6144	Zell LU	zell-lu	LU	315	1150	47.1367	7.9249	4
6145	Fischbach LU	fischbach-lu	LU	315	1129	47.1545	7.905	4
6146	Grossdietwil	grossdietwil	LU	315	1131	47.1684	7.8914	4
6147	Altbüron	altburon	LU	315	1122	47.1812	7.8847	4
6152	Hüswil	huswil	LU	315	1150	47.1287	7.907	4
6153	Ufhusen	ufhusen	LU	315	1145	47.117	7.8961	4
6154	Hofstatt	hofstatt	LU	315	1135	47.086	7.9161	4
6156	Luthern	luthern	LU	315	1135	47.0575	7.9169	4
6156	Luthern Bad	luthern-bad	LU	315	1135	47.0575	7.9169	3
6211	Buchs LU	buchs-lu	LU	315	1125	47.2006	8.0308	4
6217	Kottwil	kottwil	LU	315	1128	47.1645	8.0464	4
6218	Ettiswil	ettiswil	LU	315	1128	47.1503	8.0176	4
6242	Wauwil	wauwil	LU	315	1146	47.1846	8.021	4
6243	Egolzwil	egolzwil	LU	315	1127	47.1843	8.0075	4
6244	Nebikon	nebikon	LU	315	1137	47.1926	7.9781	4
6245	Ebersecken	ebersecken	LU	315	1123	47.1803	7.9389	4
6246	Altishofen	altishofen	LU	315	1123	47.1992	7.9696	4
6247	Schötz	schotz	LU	315	1143	47.169	7.9887	4
6248	Alberswil	alberswil	LU	315	1121	47.15	8.0031	4
6252	Dagmersellen	dagmersellen	LU	315	1125	47.2137	7.9847	4
6253	Uffikon	uffikon	LU	315	1125	47.211	8.0181	4
6260	Hintermoos	hintermoos	LU	315	1147	47.2701	8.0039	4
6260	Reiden	reiden	LU	315	1140	47.2472	7.9714	4
6260	Mehlsecken	mehlsecken	LU	315	1140	47.2445	7.9572	4
6260	Reidermoos	reidermoos	LU	315	1140	47.2535	7.9914	4
6262	Langnau b. Reiden	langnau-b-reiden	LU	315	1140	47.23	7.9631	4
6263	Richenthal	richenthal	LU	315	1140	47.2176	7.9446	4
6264	Pfaffnau	pfaffnau	LU	315	1139	47.2277	7.8972	4
6265	Roggliswil	roggliswil	LU	315	1142	47.2135	7.8837	4
6105	Schachen LU	schachen-lu	LU	316	1009	47.0375	8.1395	4
6106	Werthenstein	werthenstein	LU	316	1009	47.0558	8.1018	4
6110	Wolhusen	wolhusen	LU	316	1107	47.0598	8.0739	4
6110	Fontannen b. Wolhusen	fontannen-b-wolhusen	LU	316	1107	47.0532	8.0566	4
6112	Doppleschwand	doppleschwand	LU	316	1001	47.0183	8.055	4
6113	Romoos	romoos	LU	316	1007	47.0109	8.0254	4
6114	Steinhuserberg	steinhuserberg	LU	316	1107	47.0418	8.0498	4
6160	Entlebuch	entlebuch	LU	316	1002	46.9762	8.1079	
6162	Entlebuch	entlebuch	LU	316	1002	46.9956	8.0635	4
6162	Finsterwald b. Entlebuch	finsterwald-b-entlebuch	LU	316	1002	46.9998	8.0772	3
6162	Rengg	rengg	LU	316	1002	47.0041	8.0908	4
6163	Ebnet	ebnet	LU	316	1002	47.0231	8.0782	4
6166	Hasle LU	hasle-lu	LU	316	1005	46.9779	8.0533	4
6167	Bramboden	bramboden	LU	316	1007	46.9793	7.9851	4
6170	Schüpfheim	schupfheim	LU	316	1008	46.9516	8.0172	4
6173	Flühli LU	fluhli-lu	LU	316	1004	46.8839	8.0156	4
6174	Sörenberg	sorenberg	LU	316	1004	46.8222	8.0374	4
6182	Escholzmatt	escholzmatt	LU	316	1010	46.9135	7.9343	4
6192	Wiggen	wiggen	LU	316	1010	46.8963	7.9088	4
6196	Marbach LU	marbach-lu	LU	316	1010	46.8544	7.8997	4
2012	Auvernier	auvernier	NE	2401	6416	46.9755	6.879	4
2013	Colombier NE	colombier-ne	NE	2401	6416	46.9663	6.8648	4
2014	Bôle	bole	NE	2401	6416	46.966	6.842	4
2015	Areuse	areuse	NE	2401	6404	46.9535	6.8538	4
2016	Cortaillod	cortaillod	NE	2401	6408	46.9431	6.8444	4
2017	Boudry	boudry	NE	2401	6404	46.9499	6.8376	4
2019	Chambrelien	chambrelien	NE	2401	6413	46.9723	6.8158	4
2019	Rochefort	rochefort	NE	2401	6413	46.9793	6.8146	4
2022	Bevaix	bevaix	NE	2401	6417	46.9296	6.8147	4
2023	Gorgier	gorgier	NE	2401	6417	46.9014	6.7799	4
2024	St-Aubin-Sauges	st-aubin-sauges	NE	2401	6417	46.8942	6.7725	4
2025	Chez-le-Bart	chez-le-bart	NE	2401	6417	46.9021	6.7857	4
2027	Montalchez	montalchez	NE	2401	6417	46.8982	6.7446	4
2027	Fresens	fresens	NE	2401	6417	46.8886	6.7478	4
2028	Vaumarcus	vaumarcus	NE	2401	6417	46.8791	6.7573	4
2034	Peseux	peseux	NE	2401	6458	46.987	6.889	4
2035	Corcelles NE	corcelles-ne	NE	2401	6458	46.9864	6.8775	4
2036	Cormondrèche	cormondreche	NE	2401	6458	46.9864	6.8775	4
2037	Montezillon	montezillon	NE	2401	6413	46.9866	6.8366	4
2149	Brot-Dessous	brot-dessous	NE	2401	6413	46.9865	6.8038	4
2149	Fretereules	fretereules	NE	2401	6413	46.9865	6.8038	4
2149	Champ-du-Moulin	champ-du-moulin	NE	2401	6413	46.959	6.7579	3
2300	La Chaux-de-Fonds	la-chaux-de-fonds	NE	2402	6421	47.0999	6.8259	4
2300	La Cibourg	la-cibourg	NE	2402	6421	47.0927	6.8169	4
2301	La Chaux-de-Fonds	la-chaux-de-fonds	NE	2402	6421	47.1102	6.8334	
2303	La Chaux-de-Fonds	la-chaux-de-fonds	NE	2402	6421	47.1102	6.8334	
2304	La Chaux-de-Fonds	la-chaux-de-fonds	NE	2402	6421	47.1102	6.8334	
2314	La Sagne NE	la-sagne-ne	NE	2402	6423	47.0459	6.8095	4
2322	Le Crêt-du-Locle	le-cret-du-locle	NE	2402	6421	47.0771	6.7871	4
2325	Les Planchettes	les-planchettes	NE	2402	6422	47.1062	6.7702	4
2333	La Cibourg	la-cibourg	NE	2402	6421	47.0927	6.8169	4
2616	La Cibourg	la-cibourg	NE	2402	6421	47.0927	6.8169	4
2316	Petit-Martel	petit-martel	NE	2403	6437	47.0121	6.7563	4
2316	Les Ponts-de-Martel	les-ponts-de-martel	NE	2403	6437	46.9974	6.7306	4
2318	Brot-Plamboz	brot-plamboz	NE	2403	6433	46.9854	6.7478	4
2400	Le Locle	le-locle	NE	2403	6436	47.0562	6.7491	4
2400	Le Prévoux	le-prevoux	NE	2403	6436	47.0383	6.7033	4
2400	Le Locle	le-locle	NE	2403	6436	47.0562	6.7491	4
2405	La Chaux-du-Milieu	la-chaux-du-milieu	NE	2403	6435	47.0133	6.7012	4
2406	La Brévine	la-brevine	NE	2403	6432	46.9805	6.6064	4
2406	La Châtagne	la-chatagne	NE	2403	6432	46.9902	6.6421	4
2406	Les Taillères	les-tailleres	NE	2403	6432	46.9706	6.5762	4
2406	Le Brouillet	le-brouillet	NE	2403	6432	46.9499	6.534	4
2414	Le Cerneux-Péquignot	le-cerneux-pequignot	NE	2403	6434	47.0159	6.6707	4
2416	Les Brenets	les-brenets	NE	2403	6436	47.0677	6.7048	4
2000	Neuchâtel	neuchatel	NE	2404	6458	46.9918	6.931	4
2001	Neuchâtel 1	neuchatel-1	NE	2404	6458	47.0094	6.9381	
2002	Neuchâtel 2	neuchatel-2	NE	2404	6458	47.0094	6.9381	
2010	Neuchâtel OFS	neuchatel-ofs	NE	2404	6458	47.0094	6.9381	
2067	Chaumont	chaumont	NE	2404	6458	47.0282	6.9562	4
2068	Hauterive NE	hauterive-ne	NE	2404	6454	47.0123	6.9761	4
2072	St-Blaise	st-blaise	NE	2404	6459	47.0151	6.9883	4
2073	Enges	enges	NE	2404	6453	47.0667	7.0166	4
2074	Marin-Epagnier	marin-epagnier	NE	2404	6461	47.0102	6.9994	4
2075	Thielle	thielle	NE	2404	6461	47.0215	7.0292	4
2075	Wavre	wavre	NE	2404	6461	47.0215	7.0292	4
2087	Cornaux NE	cornaux-ne	NE	2404	6451	47.0396	7.0187	4
2088	Cressier NE	cressier-ne	NE	2404	6452	47.0491	7.0346	4
2523	Lignières	lignieres	NE	2404	6456	47.0833	7.0659	4
2525	Le Landeron	le-landeron	NE	2404	6455	47.057	7.0705	4
2037	Montmollin	montmollin	NE	2405	6487	46.9928	6.8465	4
2042	Valangin	valangin	NE	2405	6458	47.0161	6.9067	4
2043	Boudevilliers	boudevilliers	NE	2405	6487	47.0272	6.8891	4
2046	Fontaines NE	fontaines-ne	NE	2405	6487	47.0436	6.9035	4
2052	Fontainemelon	fontainemelon	NE	2405	6487	47.0549	6.8868	4
2052	La Vue-des-Alpes	la-vue-des-alpes	NE	2405	6487	47.0736	6.8713	4
2053	Cernier	cernier	NE	2405	6487	47.0588	6.9004	4
2054	Les Vieux-Prés	les-vieux-pres	NE	2405	6487	47.0721	6.9293	1
2054	Chézard-St-Martin	chezard-st-martin	NE	2405	6487	47.0721	6.9293	1
2056	Dombresson	dombresson	NE	2405	6487	47.0719	6.9592	4
2057	Villiers	villiers	NE	2405	6487	47.0751	6.9715	4
2058	Le Pâquier NE	le-paquier-ne	NE	2405	6487	47.0984	6.9864	4
2063	Fenin	fenin	NE	2405	6487	47.0267	6.923	4
2063	Engollon	engollon	NE	2405	6487	47.0391	6.92	4
2063	Vilars NE	vilars-ne	NE	2405	6487	47.033	6.9278	4
2063	Saules	saules	NE	2405	6487	47.0397	6.9407	4
2065	Savagnier	savagnier	NE	2405	6487	47.05	6.95	4
2206	Les Geneveys-sur-Coffrane	les-geneveys-sur-coffrane	NE	2405	6487	47.0153	6.8513	4
2207	Coffrane	coffrane	NE	2405	6487	47.0101	6.8632	4
2208	Les Hauts-Geneveys	les-hauts-geneveys	NE	2405	6487	47.0498	6.873	4
2103	Noiraigue	noiraigue	NE	2406	6512	46.9562	6.7246	4
2105	Travers	travers	NE	2406	6512	46.9402	6.676	4
2108	Couvet	couvet	NE	2406	6512	46.9253	6.6327	4
2112	Môtiers NE	motiers-ne	NE	2406	6512	46.9111	6.6111	4
2113	Boveresse	boveresse	NE	2406	6512	46.9182	6.6006	4
2114	Fleurier	fleurier	NE	2406	6512	46.9022	6.5825	4
2115	Buttes	buttes	NE	2406	6512	46.8881	6.5514	4
2116	Mont-de-Buttes	mont-de-buttes	NE	2406	6512	46.8779	6.5086	4
2117	La Côte-aux-Fées	la-cote-aux-fees	NE	2406	6504	46.8674	6.4904	4
2123	St-Sulpice NE	st-sulpice-ne	NE	2406	6512	46.9111	6.5622	4
2124	Les Sagnettes	les-sagnettes	NE	2406	6512	46.9404	6.5941	4
2126	Les Verrières	les-verrieres	NE	2406	6511	46.9041	6.4804	4
2127	Les Bayards	les-bayards	NE	2406	6512	46.9159	6.5124	4
6052	Hergiswil NW	hergiswil-nw	NW	700	1507	46.9843	8.3094	4
6362	Stansstad	stansstad	NW	700	1510	46.9768	8.3355	4
6363	Fürigen	furigen	NW	700	1510	46.9831	8.3631	3
6363	Obbürgen	obburgen	NW	700	1510	46.9831	8.3631	4
6363	Bürgenstock	burgenstock	NW	700	1505	46.9946	8.4283	3
6365	Kehrsiten	kehrsiten	NW	700	1510	47.0003	8.3673	4
6370	Stans	stans	NW	700	1509	46.9581	8.3661	4
6370	Oberdorf NW	oberdorf-nw	NW	700	1508	46.9424	8.4059	3
6371	Stans	stans	NW	700	1509	46.9589	8.3633	
6372	Ennetmoos	ennetmoos	NW	700	1506	46.9559	8.3388	4
6373	Ennetbürgen	ennetburgen	NW	700	1505	46.9842	8.41	4
6374	Buochs	buochs	NW	700	1502	46.974	8.4228	4
6375	Beckenried	beckenried	NW	700	1501	46.9665	8.4757	4
6376	Emmetten	emmetten	NW	700	1504	46.9566	8.5147	4
6382	Büren NW	buren-nw	NW	700	1508	46.9408	8.3976	4
6383	Niederrickenbach	niederrickenbach	NW	700	1508	46.9273	8.4271	4
6383	Dallenwil	dallenwil	NW	700	1503	46.9242	8.3879	4
6383	Wiesenberg	wiesenberg	NW	700	1503	46.9271	8.3652	4
6383	Wirzweli	wirzweli	NW	700	1503	46.9149	8.3645	4
6386	Wolfenschiessen	wolfenschiessen	NW	700	1511	46.9032	8.3942	4
6387	Oberrickenbach	oberrickenbach	NW	700	1511	46.8877	8.4173	4
6010	Kriens	kriens	OW	600	1401	46.8523	8.2432	4
6053	Alpnachstad	alpnachstad	OW	600	1401	46.9544	8.2764	4
6055	Alpnach Dorf	alpnach-dorf	OW	600	1401	46.9404	8.2772	4
6056	Kägiswil	kagiswil	OW	600	1407	46.9208	8.2621	4
6060	Ramersberg	ramersberg	OW	600	1407	46.8993	8.2335	4
6060	Sarnen	sarnen	OW	600	1407	46.8961	8.2453	4
6061	Sarnen 1	sarnen-1	OW	600	1407	46.8985	8.1765	
6062	Wilen (Sarnen)	wilen-sarnen	OW	600	1407	46.8799	8.2225	4
6063	Stalden (Sarnen)	stalden-sarnen	OW	600	1407	46.8871	8.2125	4
6064	Kerns	kerns	OW	600	1404	46.9012	8.2751	4
6066	St. Niklausen OW	st-niklausen-ow	OW	600	1404	46.8756	8.2818	4
6067	Melchtal	melchtal	OW	600	1404	46.8344	8.2899	4
6068	Melchsee-Frutt	melchsee-frutt	OW	600	1404	46.7746	8.2685	4
6072	Sachseln	sachseln	OW	600	1406	46.8672	8.2334	4
6073	Flüeli-Ranft	flueli-ranft	OW	600	1406	46.871	8.2673	4
6074	Giswil	giswil	OW	600	1403	46.8333	8.1806	4
6078	Lungern	lungern	OW	600	1405	46.7858	8.1598	4
6078	Bürglen OW	burglen-ow	OW	600	1405	46.8103	8.1626	4
6388	Grafenort	grafenort	OW	600	1402	46.8702	8.3744	4
6390	Engelberg	engelberg	OW	600	1402	46.8211	8.4013	4
6391	Engelberg	engelberg	OW	600	1402	46.8197	8.4341	
9000	St. Gallen	st-gallen	SG	1721	3203	47.4239	9.3748	4
9001	St. Gallen	st-gallen	SG	1721	3203	47.4221	9.3755	
9004	St. Gallen	st-gallen	SG	1721	3203	47.4221	9.3755	
9006	St. Gallen	st-gallen	SG	1721	3203	47.4221	9.3755	
9007	St. Gallen	st-gallen	SG	1721	3203	47.4221	9.3755	
9008	St. Gallen	st-gallen	SG	1721	3203	47.4239	9.3748	4
9010	St. Gallen	st-gallen	SG	1721	3203	47.4239	9.3748	4
9011	St. Gallen	st-gallen	SG	1721	3203	47.4239	9.3748	4
9012	St. Gallen	st-gallen	SG	1721	3203	47.4239	9.3748	4
9013	St. Gallen	st-gallen	SG	1721	3203	47.4221	9.3755	
9014	St. Gallen	st-gallen	SG	1721	3203	47.4239	9.3748	4
9015	St. Gallen	st-gallen	SG	1721	3203	47.4239	9.3748	4
9016	St. Gallen	st-gallen	SG	1721	3203	47.4239	9.3748	4
9020	St. Gallen	st-gallen	SG	1721	3203	47.4221	9.3755	
9022	St. Gallen	st-gallen	SG	1721	3203	47.4221	9.3755	
9023	St. Gallen	st-gallen	SG	1721	3203	47.4221	9.3755	
9024	St. Gallen	st-gallen	SG	1721	3203	47.4221	9.3755	
9026	St. Gallen K AG	st-gallen-k-ag	SG	1721	3203	47.4221	9.3755	
9027	St. Gallen	st-gallen	SG	1721	3203	47.4221	9.3755	
9028	St. Gallen	st-gallen	SG	1721	3203	47.4221	9.3755	
9029	St. Gallen	st-gallen	SG	1721	3203	47.4221	9.3755	
9030	Abtwil SG	abtwil-sg	SG	1721	3442	47.4237	9.3211	4
9030	St. Josefen	st-josefen	SG	1721	3442	47.426	9.337	4
9032	Engelburg	engelburg	SG	1721	3442	47.4455	9.342	4
9034	Eggersriet	eggersriet	SG	1721	3212	47.442	9.469	4
9036	Grub SG	grub-sg	SG	1721	3212	47.4538	9.5136	4
9200	Gossau SG	gossau-sg	SG	1721	3443	47.4155	9.2548	4
9201	Gossau SG	gossau-sg	SG	1721	3443	47.421	9.2536	
9204	Andwil SG	andwil-sg	SG	1721	3441	47.4386	9.2744	4
9205	Waldkirch	waldkirch	SG	1721	3444	47.4686	9.2867	4
9212	Arnegg	arnegg	SG	1721	3443	47.443	9.2552	4
9300	Wittenbach	wittenbach	SG	1721	3204	47.4611	9.386	4
9301	Wittenbach	wittenbach	SG	1721	3204	47.4667	9.3795	
9304	Bernhardzell	bernhardzell	SG	1721	3444	47.4747	9.3363	4
9308	Lömmenschwil	lommenschwil	SG	1721	3201	47.4979	9.3551	4
9312	Häggenschwil	haggenschwil	SG	1721	3201	47.4946	9.3449	4
9313	Muolen	muolen	SG	1721	3202	47.521	9.3248	4
9033	Untereggen	untereggen	SG	1722	3219	47.454	9.451	4
9305	Berg SG	berg-sg	SG	1722	3211	47.4867	9.4099	4
9323	Steinach	steinach	SG	1722	3217	47.5018	9.4385	4
9327	Tübach	tubach	SG	1722	3218	47.4868	9.4546	4
9400	Rorschach	rorschach	SG	1722	3215	47.478	9.4903	4
9401	Rorschach	rorschach	SG	1722	3215	47.4757	9.4949	
9402	Mörschwil	morschwil	SG	1722	3214	47.471	9.4228	4
9403	Goldach	goldach	SG	1722	3213	47.474	9.4671	4
9404	Rorschacherberg	rorschacherberg	SG	1722	3216	47.4731	9.5112	4
9422	Staad SG	staad-sg	SG	1722	3237	47.4806	9.5325	4
9423	Altenrhein	altenrhein	SG	1722	3237	47.4898	9.5519	4
9425	Thal	thal	SG	1722	3237	47.4668	9.5664	4
9411	Reute AR	reute-ar	SG	1723	3233	47.4246	9.6125	3
9424	Rheineck	rheineck	SG	1723	3235	47.4663	9.5903	4
9430	St. Margrethen SG	st-margrethen-sg	SG	1723	3236	47.4525	9.6374	4
9434	Au SG	au-sg	SG	1723	3231	47.4309	9.6345	4
9435	Heerbrugg	heerbrugg	SG	1723	3231	47.4149	9.6268	4
9436	Balgach	balgach	SG	1723	3232	47.4056	9.607	4
9437	Marbach SG	marbach-sg	SG	1723	3253	47.3917	9.5672	4
9442	Berneck	berneck	SG	1723	3233	47.4255	9.6162	4
9443	Widnau	widnau	SG	1723	3238	47.4083	9.6332	4
9444	Diepoldsau	diepoldsau	SG	1723	3234	47.386	9.6556	4
9445	Rebstein	rebstein	SG	1723	3255	47.3981	9.585	4
9450	Lüchingen	luchingen	SG	1723	3251	47.3885	9.556	4
9450	Altstätten SG	altstatten-sg	SG	1723	3251	47.3777	9.5475	4
9451	Kriessern	kriessern	SG	1723	3254	47.3688	9.6113	4
9452	Hinterforst	hinterforst	SG	1723	3251	47.36	9.5307	4
9453	Eichberg	eichberg	SG	1723	3252	47.3437	9.5314	4
9462	Montlingen	montlingen	SG	1723	3254	47.3359	9.5906	4
9462	Montlingen	montlingen	SG	1723	3254	47.3359	9.5906	4
9463	Oberriet SG	oberriet-sg	SG	1723	3254	47.3209	9.5681	4
9464	Rüthi (Rheintal)	ruthi-rheintal	SG	1723	3256	47.2948	9.5386	4
9464	Lienz	lienz	SG	1723	3251	47.2773	9.5163	4
9465	Salez	salez	SG	1724	3274	47.2365	9.5	4
9466	Sennwald	sennwald	SG	1724	3274	47.2606	9.5027	4
9467	Frümsen	frumsen	SG	1724	3274	47.2438	9.4679	4
9468	Sax	sax	SG	1724	3274	47.2329	9.4577	4
9469	Haag (Rheintal)	haag-rheintal	SG	1724	3274	47.2099	9.4893	4
9470	Werdenberg	werdenberg	SG	1724	3273	47.1698	9.4549	4
9470	Buchs SG	buchs-sg	SG	1724	3271	47.1674	9.4779	4
9471	Buchs SG 1	buchs-sg-1	SG	1724	3271	47.166	9.4627	
9471	Buchs SG 3	buchs-sg-3	SG	1724	3271	47.166	9.4627	
9472	Grabserberg	grabserberg	SG	1724	3273	47.1816	9.4252	4
9472	Grabs	grabs	SG	1724	3273	47.1825	9.444	4
9473	Gams	gams	SG	1724	3272	47.2043	9.4417	4
9475	Sevelen	sevelen	SG	1724	3275	47.1221	9.486	4
9476	Weite	weite	SG	1724	3276	47.0938	9.4983	4
9476	Fontnas	fontnas	SG	1724	3276	47.0906	9.4886	4
9477	Trübbach	trubbach	SG	1724	3276	47.0734	9.4783	4
9478	Azmoos	azmoos	SG	1724	3276	47.0823	9.4768	4
9479	Gretschins	gretschins	SG	1724	3276	47.099	9.4868	4
9479	Oberschan	oberschan	SG	1724	3276	47.0989	9.4746	4
9479	Malans SG	malans-sg	SG	1724	3276	47.0919	9.4778	4
7310	Bad Ragaz	bad-ragaz	SG	1725	3291	47.006	9.5027	4
7310	Bad Ragaz	bad-ragaz	SG	1725	3294	46.933	9.4068	4
7312	Pfäfers	pfafers	SG	1725	3294	46.9899	9.5008	4
7313	St. Margrethenberg	st-margrethenberg	SG	1725	3294	46.9769	9.5127	4
7314	Vadura	vadura	SG	1725	3294	46.9562	9.4851	4
7315	Vättis	vattis	SG	1725	3294	46.9097	9.4427	4
7317	Vasön	vason	SG	1725	3294	46.9528	9.4773	4
7317	Valens	valens	SG	1725	3294	46.9666	9.477	4
7320	Sargans	sargans	SG	1725	3296	47.049	9.441	4
7323	Wangs	wangs	SG	1725	3297	47.0326	9.4329	4
7324	Vilters	vilters	SG	1725	3297	47.0261	9.4532	4
7325	Schwendi im Weisstannental	schwendi-im-weisstannental	SG	1725	3293	47.0078	9.3652	4
7326	Weisstannen	weisstannen	SG	1725	3293	46.9911	9.3426	4
8877	Murg	murg	SG	1725	3295	47.113	9.2155	4
8878	Quinten	quinten	SG	1725	3295	47.129	9.2144	4
8879	Pizolpark (Mels)	pizolpark-mels	SG	1725	3293	47.0008	9.3374	
8880	Walenstadt	walenstadt	SG	1725	3298	47.1241	9.3119	4
8881	Walenstadtberg	walenstadtberg	SG	1725	3298	47.1374	9.2903	4
8881	Tscherlach	tscherlach	SG	1725	3298	47.1202	9.3345	4
8882	Unterterzen	unterterzen	SG	1725	3295	47.1128	9.2531	4
8883	Quarten	quarten	SG	1725	3295	47.107	9.242	4
8884	Oberterzen	oberterzen	SG	1725	3295	47.1023	9.2594	4
8885	Mols	mols	SG	1725	3295	47.112	9.2782	4
8886	Mädris-Vermol	madris-vermol	SG	1725	3293	47.05	9.3944	4
8887	Mels	mels	SG	1725	3293	47.0456	9.4232	4
8888	Heiligkreuz (Mels)	heiligkreuz-mels	SG	1725	3293	47.0591	9.4127	4
8889	Plons	plons	SG	1725	3293	47.0575	9.4008	4
8890	Flums	flums	SG	1725	3292	47.0906	9.343	4
8892	Berschis	berschis	SG	1725	3298	47.1068	9.3464	4
8893	Flums Hochwiese	flums-hochwiese	SG	1725	3292	47.0839	9.3722	4
8894	Flumserberg Saxli	flumserberg-saxli	SG	1725	3292	47.0776	9.3464	4
8895	Flumserberg Portels	flumserberg-portels	SG	1725	3292	47.084	9.3372	4
8896	Flumserberg Bergheim	flumserberg-bergheim	SG	1725	3292	47.0981	9.3078	4
8897	Flumserberg Tannenheim	flumserberg-tannenheim	SG	1725	3292	47.0891	9.3034	4
8898	Flumserberg Tannenbodenalp	flumserberg-tannenbodenalp	SG	1725	3292	47.0932	9.2816	4
8638	Goldingen	goldingen	SG	1726	3342	47.2648	8.9617	4
8640	Rapperswil SG	rapperswil-sg	SG	1726	3340	47.2256	8.8223	4
8645	Jona	jona	SG	1726	3340	47.2298	8.8388	4
8646	Wagen	wagen	SG	1726	3340	47.2324	8.8869	4
8715	Bollingen	bollingen	SG	1726	3340	47.2205	8.8955	4
8716	Schmerikon	schmerikon	SG	1726	3338	47.2254	8.9484	4
8717	Benken SG	benken-sg	SG	1726	3312	47.1994	9.0073	4
8718	Schänis	schanis	SG	1726	3315	47.16	9.0455	4
8722	Kaltbrunn	kaltbrunn	SG	1726	3313	47.2137	9.0259	4
8723	Maseltrangen	maseltrangen	SG	1726	3315	47.1915	9.0524	4
8723	Rufi	rufi	SG	1726	3315	47.1801	9.0497	4
8725	Gebertingen	gebertingen	SG	1726	3341	47.2537	9.0055	4
8725	Ernetschwil	ernetschwil	SG	1726	3341	47.2375	9.0005	4
8726	Ricken SG	ricken-sg	SG	1726	3341	47.2631	9.044	4
8727	Walde SG	walde-sg	SG	1726	3342	47.2718	9.0122	4
8730	Uznach	uznach	SG	1726	3339	47.2242	8.9826	4
8732	Neuhaus SG	neuhaus-sg	SG	1726	3342	47.2443	8.9482	4
8733	Eschenbach SG	eschenbach-sg	SG	1726	3342	47.2398	8.9216	4
8734	Ermenswil	ermenswil	SG	1726	3342	47.2461	8.8862	4
8735	St. Gallenkappel	st-gallenkappel	SG	1726	3342	47.2437	8.9644	4
8735	Rüeterswil	rueterswil	SG	1726	3342	47.2601	8.9901	4
8737	Gommiswald	gommiswald	SG	1726	3341	47.2313	9.0236	4
8738	Uetliburg SG	uetliburg-sg	SG	1726	3341	47.2378	9.0356	4
8739	Rieden SG	rieden-sg	SG	1726	3341	47.2228	9.0516	4
8740	Uznach Vögele AG	uznach-vogele-ag	SG	1726	3339	47.2265	8.9813	
8866	Ziegelbrücke	ziegelbrucke	SG	1726	3315	47.1324	9.0603	4
8872	Weesen	weesen	SG	1726	3316	47.1345	9.0964	4
8873	Amden	amden	SG	1726	3311	47.1489	9.1423	4
9114	Hoffeld	hoffeld	SG	1727	3378	47.3643	9.1747	4
9115	Dicken	dicken	SG	1727	3378	47.3379	9.1917	4
9122	Ebersol	ebersol	SG	1727	3378	47.3489	9.1517	4
9122	Mogelsberg	mogelsberg	SG	1727	3378	47.3622	9.1354	4
9123	Nassen	nassen	SG	1727	3378	47.3744	9.1373	4
9125	Brunnadern	brunnadern	SG	1727	3378	47.3359	9.1302	4
9126	Necker	necker	SG	1727	3375	47.3476	9.1302	4
9127	St. Peterzell	st-peterzell	SG	1727	3378	47.3178	9.176	4
9500	Wil SG	wil-sg	SG	1727	3392	47.2884	9.1539	4
9533	Kirchberg SG	kirchberg-sg	SG	1727	3392	47.4116	9.0402	4
9533	Dietschwil	dietschwil	SG	1727	3392	47.4229	9.017	4
9534	Gähwil	gahwil	SG	1727	3392	47.3987	9.0026	4
9601	Lütisburg Station	lutisburg-station	SG	1727	3393	47.3851	9.0723	4
9602	Müselbach	muselbach	SG	1727	3392	47.3936	9.0424	4
9602	Bazenheid	bazenheid	SG	1727	3392	47.4097	9.0706	4
9604	Lütisburg	lutisburg	SG	1727	3393	47.3945	9.0831	4
9604	Unterrindal	unterrindal	SG	1727	3393	47.4106	9.0911	4
9606	Bütschwil	butschwil	SG	1727	3395	47.3602	9.0721	4
9607	Mosnang	mosnang	SG	1727	3394	47.3625	9.043	4
9608	Ganterschwil	ganterschwil	SG	1727	3395	47.381	9.0924	4
9612	Dreien	dreien	SG	1727	3394	47.3734	9.0151	4
9613	Mühlrüti	muhlruti	SG	1727	3394	47.3716	8.9866	4
9614	Libingen	libingen	SG	1727	3394	47.33	9.0243	4
9615	Dietfurt	dietfurt	SG	1727	3395	47.3488	9.0809	4
9620	Lichtensteig	lichtensteig	SG	1727	3374	47.3238	9.0876	4
9621	Oberhelfenschwil	oberhelfenschwil	SG	1727	3375	47.3567	9.1108	4
9622	Krinau	krinau	SG	1727	3379	47.3173	9.0505	4
9630	Wattwil	wattwil	SG	1727	3379	47.2996	9.0866	4
9631	Ulisbach	ulisbach	SG	1727	3379	47.2876	9.1014	4
9633	Bächli (Hemberg)	bachli-hemberg	SG	1727	3372	47.3069	9.1963	4
9633	Hemberg	hemberg	SG	1727	3372	47.3006	9.1752	4
9642	Ebnat-Kappel	ebnat-kappel	SG	1727	3352	47.262	9.1247	4
9643	Krummenau	krummenau	SG	1727	3360	47.2476	9.1706	4
9650	Nesslau	nesslau	SG	1727	3360	47.2228	9.2012	4
9651	Ennetbühl	ennetbuhl	SG	1727	3360	47.242	9.2126	4
9652	Neu St. Johann	neu-st-johann	SG	1727	3360	47.2306	9.195	4
9655	Stein SG	stein-sg	SG	1727	3360	47.2	9.2261	4
9656	Alt St. Johann	alt-st-johann	SG	1727	3359	47.1931	9.2813	4
9657	Unterwasser	unterwasser	SG	1727	3359	47.197	9.3086	4
9658	Wildhaus	wildhaus	SG	1727	3359	47.2058	9.354	4
9113	Degersheim	degersheim	SG	1728	3401	47.3743	9.2002	4
9116	Wolfertswil	wolfertswil	SG	1728	3401	47.3957	9.1839	4
9203	Niederwil SG	niederwil-sg	SG	1728	3424	47.4396	9.1992	4
9230	Flawil	flawil	SG	1728	3402	47.413	9.1832	4
9231	Egg (Flawil)	egg-flawil	SG	1728	3402	47.3931	9.2276	4
9240	Uzwil	uzwil	SG	1728	3408	47.4365	9.1342	4
9240	Niederglatt SG	niederglatt-sg	SG	1728	3407	47.43	9.1685	4
9242	Oberuzwil	oberuzwil	SG	1728	3407	47.4308	9.1272	4
9243	Jonschwil	jonschwil	SG	1728	3405	47.424	9.0869	4
9244	Niederuzwil	niederuzwil	SG	1728	3408	47.4465	9.1417	4
9245	Sonnental	sonnental	SG	1728	3424	47.4583	9.1394	4
9245	Oberbüren	oberburen	SG	1728	3424	47.4519	9.1586	4
9246	Niederbüren	niederburen	SG	1728	3422	47.4655	9.2057	4
9247	Henau	henau	SG	1728	3408	47.4548	9.1164	4
9248	Bichwil	bichwil	SG	1728	3407	47.4218	9.138	4
9249	Niederstetten	niederstetten	SG	1728	3408	47.4531	9.0817	4
9249	Oberstetten	oberstetten	SG	1728	3408	47.4511	9.0951	3
9249	Algetshausen	algetshausen	SG	1728	3408	47.4491	9.1084	4
9500	Wil SG	wil-sg	SG	1728	3427	47.4615	9.0455	4
9501	Wil SG 1	wil-sg-1	SG	1728	3427	47.4757	9.0518	
9512	Rossrüti	rossruti	SG	1728	3427	47.4757	9.0625	4
9523	Züberwangen	zuberwangen	SG	1728	3426	47.4671	9.0854	4
9524	Zuzwil SG	zuzwil-sg	SG	1728	3426	47.4745	9.112	4
9525	Lenggenwil	lenggenwil	SG	1728	3423	47.4763	9.1504	4
9526	Zuckenriet	zuckenriet	SG	1728	3423	47.4851	9.1616	4
9527	Niederhelfenschwil	niederhelfenschwil	SG	1728	3423	47.4749	9.1854	4
9532	Rickenbach b. Wil	rickenbach-b-wil	SG	1728	3405	47.4494	9.0484	3
9536	Schwarzenbach SG	schwarzenbach-sg	SG	1728	3405	47.4436	9.078	4
9552	Bronschhofen	bronschhofen	SG	1728	3427	47.4783	9.0345	4
9604	Oberrindal	oberrindal	SG	1728	3405	47.4091	9.1201	4
8213	Neunkirch	neunkirch	SH	1401	2904	47.6901	8.4998	4
8214	Gächlingen	gachlingen	SH	1401	2901	47.7033	8.4988	4
8224	Löhningen	lohningen	SH	1401	2903	47.7012	8.5524	4
8234	Stetten SH	stetten-sh	SH	1402	2919	47.7402	8.663	4
8235	Lohn SH	lohn-sh	SH	1402	2917	47.7551	8.6685	4
8236	Büttenhardt	buttenhardt	SH	1402	2914	47.7571	8.6533	4
8236	Opfertshofen SH	opfertshofen-sh	SH	1402	2920	47.7768	8.662	4
8239	Dörflingen	dorflingen	SH	1402	2915	47.706	8.7224	4
8240	Thayngen	thayngen	SH	1402	2920	47.7472	8.7072	4
8241	Barzheim	barzheim	SH	1402	2920	47.7605	8.7213	4
8242	Bibern SH	bibern-sh	SH	1402	2920	47.7729	8.6762	4
8242	Hofen SH	hofen-sh	SH	1402	2920	47.7818	8.678	4
8243	Altdorf SH	altdorf-sh	SH	1402	2920	47.7842	8.6595	4
8200	Schaffhausen	schaffhausen	SH	1403	2939	47.6973	8.6349	4
8201	Schaffhausen	schaffhausen	SH	1403	2939	47.7214	8.6247	
8203	Schaffhausen	schaffhausen	SH	1403	2939	47.6973	8.6349	4
8207	Schaffhausen	schaffhausen	SH	1403	2939	47.6973	8.6349	4
8208	Schaffhausen	schaffhausen	SH	1403	2939	47.6973	8.6349	4
8212	Neuhausen am Rheinfall	neuhausen-am-rheinfall	SH	1403	2937	47.6858	8.6147	4
8222	Beringen	beringen	SH	1403	2932	47.6976	8.5743	4
8223	Guntmadingen	guntmadingen	SH	1403	2932	47.713	8.6019	4
8231	Hemmental	hemmental	SH	1403	2939	47.7338	8.5853	4
8232	Merishausen	merishausen	SH	1403	2936	47.7601	8.6105	4
8233	Bargen SH	bargen-sh	SH	1403	2931	47.7919	8.6102	4
8454	Buchberg	buchberg	SH	1403	2933	47.5728	8.5628	4
8455	Rüdlingen	rudlingen	SH	1403	2938	47.5783	8.5719	4
8225	Siblingen	siblingen	SH	1404	2953	47.7144	8.5201	4
8226	Schleitheim	schleitheim	SH	1404	2952	47.7482	8.4821	4
8228	Beggingen	beggingen	SH	1404	2951	47.7674	8.5353	4
8260	Stein am Rhein	stein-am-rhein	SH	1405	2964	47.6593	8.8596	4
8261	Hemishofen	hemishofen	SH	1405	2962	47.6766	8.8298	4
8262	Ramsen	ramsen	SH	1405	2963	47.708	8.8095	4
8263	Buch SH	buch-sh	SH	1405	2961	47.7174	8.7815	4
8215	Hallau	hallau	SH	1406	2971	47.6965	8.4583	4
8216	Oberhallau	oberhallau	SH	1406	2972	47.7071	8.4785	4
8217	Wilchingen	wilchingen	SH	1406	2974	47.6675	8.4677	4
8218	Osterfingen	osterfingen	SH	1406	2974	47.6631	8.4856	4
8219	Trasadingen	trasadingen	SH	1406	2973	47.6686	8.4299	4
4622	Egerkingen	egerkingen	SO	1101	2401	47.3196	7.7842	4
4623	Neuendorf	neuendorf	SO	1101	2404	47.3008	7.7954	4
4624	Härkingen	harkingen	SO	1101	2402	47.3089	7.8181	4
4625	Oberbuchsiten	oberbuchsiten	SO	1101	2406	47.3133	7.7684	4
4626	Niederbuchsiten	niederbuchsiten	SO	1101	2405	47.2965	7.7718	4
4628	Wolfwil	wolfwil	SO	1101	2408	47.2682	7.7897	4
4702	Oensingen	oensingen	SO	1101	2407	47.2864	7.7231	4
4703	Kestenholz	kestenholz	SO	1101	2403	47.2804	7.7529	4
4710	Balsthal	balsthal	SO	1102	2422	47.3161	7.6932	4
4712	Laupersdorf	laupersdorf	SO	1102	2426	47.3143	7.6505	4
4713	Matzendorf	matzendorf	SO	1102	2427	47.3037	7.6282	4
4714	Aedermannsdorf	aedermannsdorf	SO	1102	2421	47.3037	7.6105	4
4715	Herbetswil	herbetswil	SO	1102	2424	47.296	7.592	4
4716	Welschenrohr	welschenrohr	SO	1102	2430	47.2803	7.5263	4
4716	Gänsbrunnen	gansbrunnen	SO	1102	2430	47.2612	7.4686	4
4717	Mümliswil	mumliswil	SO	1102	2428	47.3441	7.7035	4
4718	Holderbank SO	holderbank-so	SO	1102	2425	47.3325	7.7497	4
4719	Ramiswil	ramiswil	SO	1102	2428	47.3451	7.6607	4
3253	Schnottwil	schnottwil	SO	1103	2461	47.1117	7.3937	4
3254	Messen	messen	SO	1103	2457	47.0913	7.4496	4
3254	Balm b. Messen	balm-b-messen	SO	1103	2457	47.0913	7.4496	3
3307	Brunnenthal	brunnenthal	SO	1103	2457	47.0867	7.4686	4
4571	Lüterkofen	luterkofen	SO	1103	2455	47.1653	7.5106	4
4571	Ichertswil	ichertswil	SO	1103	2455	47.1614	7.5001	4
4574	Lüsslingen	lusslingen	SO	1103	2464	47.19	7.5017	4
4574	Nennigkofen	nennigkofen	SO	1103	2464	47.1863	7.4952	4
4576	Tscheppach	tscheppach	SO	1103	2465	47.1487	7.4827	4
4577	Hessigkofen	hessigkofen	SO	1103	2465	47.1413	7.4667	4
4578	Bibern SO	bibern-so	SO	1103	2465	47.1469	7.4576	4
4579	Gossliwil	gossliwil	SO	1103	2465	47.1367	7.4344	4
4581	Küttigkofen	kuttigkofen	SO	1103	2465	47.1514	7.5155	4
4582	Brügglen	brugglen	SO	1103	2465	47.1424	7.4962	4
4583	Mühledorf SO	muhledorf-so	SO	1103	2465	47.1346	7.4766	4
4583	Aetigkofen	aetigkofen	SO	1103	2465	47.1257	7.4645	4
4584	Gächliwil	gachliwil	SO	1103	2456	47.1222	7.4391	4
4584	Lüterswil	luterswil	SO	1103	2456	47.1222	7.4391	4
4585	Biezwil	biezwil	SO	1103	2445	47.1165	7.4155	4
4586	Kyburg-Buchegg	kyburg-buchegg	SO	1103	2465	47.1425	7.5098	4
4587	Aetingen	aetingen	SO	1103	2465	47.1322	7.5059	4
4588	Unterramsern	unterramsern	SO	1103	2463	47.1177	7.4827	4
4588	Brittern	brittern	SO	1103	2465	47.122	7.4926	4
4588	Oberramsern	oberramsern	SO	1103	2457	47.0961	7.4504	3
4108	Witterswil	witterswil	SO	1104	2481	47.4866	7.5212	4
4112	Bättwil	battwil	SO	1104	2471	47.4895	7.5083	4
4112	Flüh	fluh	SO	1104	2476	47.4722	7.5083	4
4114	Hofstetten SO	hofstetten-so	SO	1104	2476	47.4767	7.5159	4
4115	Mariastein	mariastein	SO	1104	2477	47.4757	7.4892	4
4116	Metzerlen	metzerlen	SO	1104	2477	47.4663	7.4657	4
4118	Rodersdorf	rodersdorf	SO	1104	2479	47.4822	7.4576	4
4143	Dornach	dornach	SO	1104	2473	47.4804	7.6164	4
4145	Gempen	gempen	SO	1104	2474	47.4759	7.6603	4
4146	Hochwald	hochwald	SO	1104	2475	47.4583	7.6418	4
4206	Seewen SO	seewen-so	SO	1104	2480	47.4374	7.6615	4
4412	Nuglar	nuglar	SO	1104	2478	47.4727	7.6938	4
4413	Büren SO	buren-so	SO	1104	2472	47.447	7.6706	4
4421	St. Pantaleon	st-pantaleon	SO	1104	2478	47.461	7.6918	4
4468	Kienberg	kienberg	SO	1105	2492	47.4383	7.9638	4
4632	Trimbach	trimbach	SO	1105	2500	47.3656	7.8868	4
4633	Hauenstein	hauenstein	SO	1105	2491	47.3779	7.8721	4
4634	Wisen SO	wisen-so	SO	1105	2502	47.3928	7.8851	4
4652	Winznau	winznau	SO	1105	2501	47.3636	7.9301	4
4653	Obergösgen	obergosgen	SO	1105	2497	47.3566	7.956	4
4654	Lostorf	lostorf	SO	1105	2493	47.3837	7.9466	4
4655	Rohr b. Olten	rohr-b-olten	SO	1105	2499	47.4116	7.9529	3
4655	Stüsslingen	stusslingen	SO	1105	2499	47.3949	7.9695	4
5013	Niedergösgen	niedergosgen	SO	1105	2495	47.3722	7.9912	4
5015	Erlinsbach SO	erlinsbach-so	SO	1105	2503	47.4	8	4
4528	Zuchwil	zuchwil	SO	1106	2534	47.2017	7.5665	4
4542	Luterbach	luterbach	SO	1106	2527	47.2143	7.5846	4
4543	Deitingen	deitingen	SO	1106	2516	47.2158	7.6199	4
4551	Derendingen	derendingen	SO	1106	2517	47.1919	7.5899	
4552	Derendingen	derendingen	SO	1106	2517	47.1985	7.5884	4
4553	Subingen	subingen	SO	1106	2532	47.1985	7.6195	4
4554	Hüniken	huniken	SO	1106	2524	47.1847	7.6363	4
4554	Etziken	etziken	SO	1106	2518	47.1876	7.6478	4
4556	Aeschi SO	aeschi-so	SO	1106	2511	47.1798	7.6614	4
4556	Burgäschi	burgaschi	SO	1106	2511	47.1774	7.6704	3
4556	Steinhof SO	steinhof-so	SO	1106	2511	47.1612	7.6867	4
4556	Bolken	bolken	SO	1106	2514	47.1912	7.663	4
4557	Horriwil	horriwil	SO	1106	2523	47.1823	7.6219	4
4558	Winistorf	winistorf	SO	1106	2535	47.1579	7.6351	4
4558	Hersiwil	hersiwil	SO	1106	2535	47.1661	7.6352	4
4558	Heinrichswil	heinrichswil	SO	1106	2535	47.1579	7.6351	4
4562	Biberist	biberist	SO	1106	2513	47.1801	7.5625	4
4563	Gerlafingen	gerlafingen	SO	1106	2519	47.1698	7.5751	4
4564	Obergerlafingen	obergerlafingen	SO	1106	2528	47.1612	7.5818	4
4565	Recherswil	recherswil	SO	1106	2530	47.1626	7.5946	4
4566	Oekingen	oekingen	SO	1106	2529	47.1798	7.6024	4
4566	Halten	halten	SO	1106	2520	47.1688	7.6035	4
4566	Kriegstetten	kriegstetten	SO	1106	2525	47.1745	7.598	4
4573	Lohn-Ammannsegg	lohn-ammannsegg	SO	1106	2526	47.1714	7.5294	4
2540	Grenchen	grenchen	SO	1107	2546	47.1921	7.3959	4
2544	Bettlach	bettlach	SO	1107	2543	47.2006	7.4241	4
2545	Selzach	selzach	SO	1107	2556	47.2053	7.4552	4
4512	Bellach	bellach	SO	1107	2542	47.2136	7.4992	4
4513	Langendorf	langendorf	SO	1107	2550	47.2197	7.5147	4
4514	Lommiswil	lommiswil	SO	1107	2551	47.2236	7.4714	4
4515	Oberdorf SO	oberdorf-so	SO	1107	2553	47.2305	7.5064	4
4515	Weissenstein b. Solothurn	weissenstein-b-solothurn	SO	1107	2553	47.2305	7.5064	3
4522	Rüttenen	ruttenen	SO	1107	2555	47.2305	7.5295	4
4523	Niederwil SO	niederwil-so	SO	1107	2554	47.252	7.5713	4
4524	Günsberg	gunsberg	SO	1107	2547	47.2567	7.5769	4
4524	Oberbalmberg	oberbalmberg	SO	1107	2541	47.2606	7.5592	3
4524	Balmberg	balmberg	SO	1107	2541	47.2644	7.5415	4
4525	Balm b. Günsberg	balm-b-gunsberg	SO	1107	2541	47.2531	7.5583	4
4532	Feldbrunnen	feldbrunnen	SO	1107	2544	47.2202	7.5549	4
4533	Riedholz	riedholz	SO	1107	2554	47.2316	7.5683	4
4534	Flumenthal	flumenthal	SO	1107	2545	47.2355	7.5985	4
4535	Kammersrohr	kammersrohr	SO	1107	2549	47.253	7.5932	4
4535	Hubersdorf	hubersdorf	SO	1107	2548	47.2463	7.5894	4
4600	Olten	olten	SO	1108	2581	47.35	7.9033	4
4601	Olten 1 Fächer	olten-1-facher	SO	1108	2581	47.3448	7.9001	
4609	Olten	olten	SO	1108	2581	47.3448	7.9001	
4612	Wangen b. Olten	wangen-b-olten	SO	1108	2586	47.3437	7.8698	4
4613	Rickenbach SO	rickenbach-so	SO	1108	2582	47.3424	7.8547	4
4614	Hägendorf	hagendorf	SO	1108	2579	47.3344	7.8419	4
4615	Allerheiligenberg	allerheiligenberg	SO	1108	2579	47.3524	7.8153	4
4616	Kappel SO	kappel-so	SO	1108	2580	47.3247	7.8465	4
4617	Gunzgen	gunzgen	SO	1108	2578	47.3137	7.831	4
4618	Boningen	boningen	SO	1108	2571	47.3086	7.8553	4
4629	Fulenbach	fulenbach	SO	1108	2575	47.275	7.8334	4
4656	Starrkirch-Wil	starrkirch-wil	SO	1108	2584	47.3478	7.9274	4
4657	Dulliken	dulliken	SO	1108	2573	47.3481	7.9464	4
4658	Däniken SO	daniken-so	SO	1108	2572	47.3532	7.9874	4
5012	Schönenwerd	schonenwerd	SO	1108	2583	47.3691	8.0017	4
5012	Wöschnau	woschnau	SO	1108	2574	47.3849	8.0255	4
5012	Eppenberg	eppenberg	SO	1108	2574	47.3774	8.0249	4
5014	Gretzenbach	gretzenbach	SO	1108	2576	47.3582	8.0024	4
5746	Walterswil SO	walterswil-so	SO	1108	2585	47.3245	7.9559	4
4500	Solothurn	solothurn	SO	1109	2601	47.2079	7.5371	4
4501	Solothurn	solothurn	SO	1109	2601	47.2084	7.5301	
4502	Solothurn	solothurn	SO	1109	2601	47.2084	7.5301	
4503	Solothurn	solothurn	SO	1109	2601	47.2084	7.5301	
4509	Solothurn	solothurn	SO	1109	2601	47.2084	7.5301	
4204	Himmelried	himmelried	SO	1110	2618	47.4211	7.5966	4
4208	Nunningen	nunningen	SO	1110	2621	47.3945	7.6212	4
4226	Breitenbach	breitenbach	SO	1110	2613	47.4056	7.5438	4
4227	Büsserach	busserach	SO	1110	2614	47.3946	7.5412	4
4228	Erschwil	erschwil	SO	1110	2615	47.3739	7.5414	4
4229	Beinwil SO	beinwil-so	SO	1110	2612	47.3626	7.5871	4
4232	Fehren	fehren	SO	1110	2616	47.3965	7.577	4
4233	Meltingen	meltingen	SO	1110	2620	47.3841	7.5867	4
4234	Zullwil	zullwil	SO	1110	2622	47.3911	7.6005	4
4245	Kleinlützel	kleinlutzel	SO	1110	2619	47.4254	7.4229	4
4247	Grindel	grindel	SO	1110	2617	47.3807	7.5059	4
4252	Bärschwil	barschwil	SO	1110	2611	47.3822	7.4723	4
8836	Bennau	bennau	SZ	501	1301	47.1502	8.7305	4
8840	Trachslau	trachslau	SZ	501	1301	47.1028	8.7294	4
8840	Einsiedeln	einsiedeln	SZ	501	1301	47.1285	8.7473	4
8841	Gross	gross	SZ	501	1301	47.1178	8.7744	4
8844	Euthal	euthal	SZ	501	1301	47.0969	8.8114	4
8846	Willerzell	willerzell	SZ	501	1301	47.1332	8.7935	4
8847	Egg SZ	egg-sz	SZ	501	1301	47.1631	8.7848	4
6410	Rigi Scheidegg	rigi-scheidegg	SZ	502	1311	47.0268	8.5228	4
6442	Gersau	gersau	SZ	502	1311	46.9942	8.525	4
8640	Hurden	hurden	SZ	503	1322	47.2135	8.8014	4
8806	Bäch SZ	bach-sz	SZ	503	1322	47.2039	8.7322	4
8807	Freienbach	freienbach	SZ	503	1322	47.2053	8.7584	4
8808	Pfäffikon SZ	pfaffikon-sz	SZ	503	1322	47.2011	8.7782	4
8832	Wollerau	wollerau	SZ	503	1322	47.1948	8.719	4
8832	Wilen b. Wollerau	wilen-b-wollerau	SZ	503	1322	47.1948	8.719	3
8832	Wollerau	wollerau	SZ	503	1323	47.1948	8.719	4
8834	Schindellegi	schindellegi	SZ	503	1321	47.1746	8.7134	4
8835	Feusisberg	feusisberg	SZ	503	1321	47.1871	8.7472	4
6402	Merlischachen	merlischachen	SZ	504	1331	47.0662	8.4054	4
6403	Küssnacht am Rigi	kussnacht-am-rigi	SZ	504	1331	47.0856	8.4421	4
6405	Immensee	immensee	SZ	504	1331	47.0965	8.4636	4
8852	Altendorf	altendorf	SZ	505	1341	47.1899	8.8382	4
8853	Lachen SZ	lachen-sz	SZ	505	1344	47.1993	8.8543	4
8854	Galgenen	galgenen	SZ	505	1342	47.1823	8.8705	4
8854	Siebnen	siebnen	SZ	505	1346	47.1745	8.8978	4
8855	Wangen SZ	wangen-sz	SZ	505	1349	47.1908	8.895	4
8856	Tuggen	tuggen	SZ	505	1347	47.2029	8.949	4
8857	Vorderthal	vorderthal	SZ	505	1348	47.1217	8.9022	4
8858	Innerthal	innerthal	SZ	505	1343	47.1057	8.9201	4
8862	Schübelbach	schubelbach	SZ	505	1346	47.1733	8.9281	4
8863	Buttikon SZ	buttikon-sz	SZ	505	1346	47.1753	8.9558	4
8864	Reichenburg	reichenburg	SZ	505	1345	47.171	8.977	4
6410	Rigi Klösterli	rigi-klosterli	SZ	506	1362	47.0445	8.4869	4
6410	Rigi Kulm	rigi-kulm	SZ	506	1362	47.0555	8.4845	4
6410	Goldau	goldau	SZ	506	1362	47.0476	8.5462	4
6410	Rigi Staffel	rigi-staffel	SZ	506	1362	47.0523	8.4752	4
6414	Oberarth	oberarth	SZ	506	1362	47.055	8.5359	4
6415	Arth	arth	SZ	506	1362	47.0634	8.5235	4
6416	Steinerberg	steinerberg	SZ	506	1374	47.0521	8.584	4
6417	Sattel	sattel	SZ	506	1371	47.0825	8.6356	4
6418	Rothenthurm	rothenthurm	SZ	506	1370	47.1042	8.6759	4
6422	Steinen	steinen	SZ	506	1373	47.0498	8.6121	4
6423	Seewen SZ	seewen-sz	SZ	506	1372	47.0288	8.6304	4
6424	Lauerz	lauerz	SZ	506	1365	47.0333	8.5834	4
6430	Schwyz	schwyz	SZ	506	1372	47.0208	8.6541	4
6431	Schwyz	schwyz	SZ	506	1372	47.0235	8.6746	
6432	Rickenbach b. Schwyz	rickenbach-b-schwyz	SZ	506	1372	47.0235	8.6746	1
6433	Stoos SZ	stoos-sz	SZ	506	1366	46.9767	8.6632	4
6434	Illgau	illgau	SZ	506	1363	46.9876	8.7251	4
6436	Ried (Muotathal)	ried-muotathal	SZ	506	1367	46.9883	8.7128	4
6436	Bisisthal	bisisthal	SZ	506	1367	46.9434	8.8318	4
6436	Muotathal	muotathal	SZ	506	1367	46.9768	8.765	4
6438	Ibach	ibach	SZ	506	1372	47.011	8.6454	4
6440	Brunnen	brunnen	SZ	506	1364	46.9936	8.6054	4
6443	Morschach	morschach	SZ	506	1366	46.9827	8.6183	4
6452	Riemenstalden	riemenstalden	SZ	506	1369	46.9471	8.6653	4
8842	Unteriberg	unteriberg	SZ	506	1375	47.0626	8.8052	4
8843	Oberiberg	oberiberg	SZ	506	1368	47.0384	8.7792	4
8845	Studen SZ	studen-sz	SZ	506	1375	47.0735	8.8418	4
8849	Alpthal	alpthal	SZ	506	1361	47.0695	8.716	4
8580	Hefenhofen	hefenhofen	TG	2011	4416	47.5572	9.3259	4
8580	Sommeri	sommeri	TG	2011	4446	47.568	9.2894	4
8580	Amriswil	amriswil	TG	2011	4461	47.547	9.2959	4
8580	Biessenhofen	biessenhofen	TG	2011	4461	47.5469	9.2611	4
8580	Hagenwil b. Amriswil	hagenwil-b-amriswil	TG	2011	4461	47.5548	9.2931	3
8581	Schocherswil	schocherswil	TG	2011	4461	47.5381	9.2674	4
8582	Dozwil	dozwil	TG	2011	4406	47.576	9.319	4
8587	Oberaach	oberaach	TG	2011	4461	47.5595	9.2651	4
8590	Romanshorn	romanshorn	TG	2011	4436	47.5659	9.3787	4
8592	Uttwil	uttwil	TG	2011	4451	47.5844	9.341	4
8593	Kesswil	kesswil	TG	2011	4426	47.5935	9.3172	4
8599	Salmsach	salmsach	TG	2011	4441	47.5543	9.3723	4
9306	Freidorf TG	freidorf-tg	TG	2011	4431	47.4861	9.3975	4
9314	Steinebrunn	steinebrunn	TG	2011	4411	47.5355	9.3441	4
9315	Winden	winden	TG	2011	4411	47.5065	9.3592	4
9315	Neukirch (Egnach)	neukirch-egnach	TG	2011	4411	47.5287	9.37	4
9320	Stachen	stachen	TG	2011	4401	47.5087	9.4132	4
9320	Arbon	arbon	TG	2011	4401	47.5167	9.4333	4
9320	Frasnacht	frasnacht	TG	2011	4401	47.5298	9.4058	4
9322	Egnach	egnach	TG	2011	4411	47.5427	9.3805	4
9325	Roggwil TG	roggwil-tg	TG	2011	4431	47.4998	9.3958	4
9326	Horn	horn	TG	2011	4421	47.4943	9.4625	4
8252	Schlatt TG	schlatt-tg	TG	2012	4546	47.6613	8.7033	4
8253	Willisdorf	willisdorf	TG	2012	4545	47.6813	8.7381	4
8253	Diessenhofen	diessenhofen	TG	2012	4545	47.6891	8.7496	4
8254	Basadingen	basadingen	TG	2012	4536	47.6687	8.7482	4
8255	Schlattingen	schlattingen	TG	2012	4536	47.6656	8.7698	4
8259	Etzwilen	etzwilen	TG	2012	4871	47.6603	8.8179	4
8259	Rheinklingen	rheinklingen	TG	2012	4871	47.6764	8.8086	4
8259	Kaltenbach	kaltenbach	TG	2012	4871	47.6518	8.8394	4
8259	Wagenhausen	wagenhausen	TG	2012	4871	47.66	8.8478	4
8264	Eschenz	eschenz	TG	2012	4806	47.6479	8.8747	4
8265	Mammern	mammern	TG	2012	4826	47.6463	8.9152	4
8266	Steckborn	steckborn	TG	2012	4864	47.6667	8.9833	4
8267	Berlingen	berlingen	TG	2012	4801	47.6739	9.0197	4
8500	Frauenfeld	frauenfeld	TG	2012	4566	47.5578	8.8989	4
8500	Gerlikon	gerlikon	TG	2012	4566	47.5395	8.8787	4
8501	Frauenfeld	frauenfeld	TG	2012	4566	47.558	8.8964	
8502	Frauenfeld	frauenfeld	TG	2012	4566	47.558	8.8964	
8503	Frauenfeld	frauenfeld	TG	2012	4566	47.558	8.8964	
8505	Pfyn	pfyn	TG	2012	4841	47.5969	8.9542	4
8505	Dettighofen	dettighofen	TG	2012	4841	47.6181	8.9503	4
8506	Lanzenneunforn	lanzenneunforn	TG	2012	4811	47.624	8.9401	4
8507	Hörhausen	horhausen	TG	2012	4816	47.632	8.9695	4
8508	Homburg	homburg	TG	2012	4816	47.6347	9.0076	4
8509	Frauenfeld	frauenfeld	TG	2012	4566	47.558	8.8964	
8510	Frauenfeld	frauenfeld	TG	2012	4566	47.558	8.8964	
8512	Lustdorf	lustdorf	TG	2012	4611	47.5514	8.9881	4
8512	Thundorf	thundorf	TG	2012	4611	47.5459	8.9636	4
8512	Wetzikon TG	wetzikon-tg	TG	2012	4611	47.538	9.0002	4
8524	Buch b. Frauenfeld	buch-b-frauenfeld	TG	2012	4616	47.5984	8.8409	4
8524	Uesslingen	uesslingen	TG	2012	4616	47.5815	8.831	4
8525	Niederneunforn	niederneunforn	TG	2012	4601	47.5973	8.7848	4
8525	Wilen b. Neunforn	wilen-b-neunforn	TG	2012	4601	47.5973	8.7848	3
8526	Oberneunforn	oberneunforn	TG	2012	4601	47.6077	8.7713	4
8532	Weiningen TG	weiningen-tg	TG	2012	4621	47.585	8.8741	4
8532	Warth	warth	TG	2012	4621	47.585	8.8741	4
8535	Herdern	herdern	TG	2012	4811	47.603	8.9108	4
8536	Hüttwilen	huttwilen	TG	2012	4821	47.6067	8.8734	4
8537	Uerschhausen	uerschhausen	TG	2012	4821	47.6085	8.8181	4
8537	Nussbaumen TG	nussbaumen-tg	TG	2012	4821	47.6251	8.828	4
8546	Islikon	islikon	TG	2012	4571	47.546	8.8417	4
8546	Kefikon TG	kefikon-tg	TG	2012	4571	47.5477	8.8316	3
8547	Gachnang	gachnang	TG	2012	4571	47.5393	8.8531	4
8552	Felben-Wellhausen	felben-wellhausen	TG	2012	4561	47.5791	8.9422	4
8553	Mettendorf TG	mettendorf-tg	TG	2012	4590	47.578	8.9808	4
8553	Harenwilen	harenwilen	TG	2012	4590	47.5704	9.0004	4
8553	Eschikofen	eschikofen	TG	2012	4590	47.5805	9.0055	4
8553	Hüttlingen	huttlingen	TG	2012	4590	47.578	8.9808	4
8555	Müllheim Dorf	mullheim-dorf	TG	2012	4831	47.6019	9.0036	4
9507	Stettfurt	stettfurt	TG	2012	4606	47.5259	8.9532	4
9548	Matzingen	matzingen	TG	2012	4591	47.5196	8.9337	4
8268	Mannenbach-Salenstein	mannenbach-salenstein	TG	2013	4851	47.6727	9.0535	4
8268	Salenstein	salenstein	TG	2013	4851	47.6687	9.0588	4
8269	Fruthwilen	fruthwilen	TG	2013	4851	47.6617	9.0674	4
8272	Ermatingen	ermatingen	TG	2013	4646	47.6706	9.0857	4
8273	Triboltingen	triboltingen	TG	2013	4646	47.6621	9.1118	4
8274	Gottlieben	gottlieben	TG	2013	4651	47.6645	9.1274	4
8274	Tägerwilen	tagerwilen	TG	2013	4696	47.657	9.14	4
8280	Kreuzlingen	kreuzlingen	TG	2013	4671	47.6505	9.175	4
8285	Kreuzlingen Ifolor	kreuzlingen-ifolor	TG	2013	4671	47.6398	9.1727	
8558	Raperswilen	raperswilen	TG	2013	4846	47.6324	9.0426	4
8564	Gunterswilen	gunterswilen	TG	2013	4701	47.6356	9.0769	4
8564	Engwilen	engwilen	TG	2013	4701	47.6185	9.0969	4
8564	Sonterswil	sonterswil	TG	2013	4701	47.6222	9.0795	4
8564	Wäldi	waldi	TG	2013	4701	47.6342	9.095	4
8564	Lipperswil	lipperswil	TG	2013	4701	47.617	9.057	4
8564	Hefenhausen	hefenhausen	TG	2013	4701	47.6171	9.0649	4
8564	Hattenhausen	hattenhausen	TG	2013	4701	47.6258	9.068	4
8565	Hugelshofen	hugelshofen	TG	2013	4666	47.5999	9.1165	4
8566	Neuwilen	neuwilen	TG	2013	4666	47.6214	9.1354	4
8566	Dotnacht	dotnacht	TG	2013	4666	47.6016	9.1424	4
8566	Ellighausen	ellighausen	TG	2013	4666	47.6149	9.1369	4
8566	Lippoldswilen	lippoldswilen	TG	2013	4666	47.6123	9.1127	4
8573	Alterswilen	alterswilen	TG	2013	4666	47.6096	9.1541	4
8573	Altishausen	altishausen	TG	2013	4666	47.6026	9.1719	4
8573	Siegershausen	siegershausen	TG	2013	4666	47.6112	9.1684	4
8574	Oberhofen TG	oberhofen-tg	TG	2013	4683	47.6252	9.1924	4
8574	Dettighofen (Lengwil)	dettighofen-lengwil	TG	2013	4683	47.6219	9.2016	4
8574	Lengwil	lengwil	TG	2013	4683	47.6252	9.1924	4
8574	Illighausen	illighausen	TG	2013	4683	47.6031	9.2098	4
8574	Lengwil	lengwil	TG	2013	4683	47.6252	9.1924	4
8585	Langrickenbach	langrickenbach	TG	2013	4681	47.5935	9.2473	4
8585	Zuben	zuben	TG	2013	4681	47.6102	9.2379	4
8585	Herrenhof	herrenhof	TG	2013	4681	47.5971	9.2447	4
8585	Schönenbaumgarten	schonenbaumgarten	TG	2013	4681	47.6139	9.2341	4
8594	Güttingen	guttingen	TG	2013	4656	47.6035	9.2874	4
8595	Altnau	altnau	TG	2013	4641	47.6105	9.2616	4
8596	Münsterlingen	munsterlingen	TG	2013	4691	47.632	9.2327	4
8596	Scherzingen	scherzingen	TG	2013	4691	47.6312	9.2248	4
8597	Landschlacht	landschlacht	TG	2013	4691	47.6276	9.2455	4
8598	Bottighofen	bottighofen	TG	2013	4643	47.6364	9.2088	4
8355	Aadorf	aadorf	TG	2014	4551	47.492	8.901	4
8356	Ettenhausen TG	ettenhausen-tg	TG	2014	4551	47.479	8.9008	4
8357	Guntershausen b. Aadorf	guntershausen-b-aadorf	TG	2014	4551	47.4755	8.9182	4
8360	Eschlikon TG	eschlikon-tg	TG	2014	4724	47.4636	8.9638	4
8360	Wallenwil	wallenwil	TG	2014	4724	47.4582	8.9577	4
8362	Balterswil	balterswil	TG	2014	4721	47.4541	8.9367	4
8363	Bichelsee	bichelsee	TG	2014	4721	47.449	8.9243	4
8370	Sirnach	sirnach	TG	2014	4761	47.4622	8.9976	4
8371	Busswil TG	busswil-tg	TG	2014	4761	47.4503	9.0156	4
8372	Wiezikon b. Sirnach	wiezikon-b-sirnach	TG	2014	4761	47.4513	8.9875	4
8374	Oberwangen TG	oberwangen-tg	TG	2014	4726	47.4286	8.9679	4
8374	Dussnang	dussnang	TG	2014	4726	47.4314	8.9631	4
8376	Fischingen	fischingen	TG	2014	4726	47.4142	8.9686	4
8376	Au TG	au-tg	TG	2014	4726	47.3984	8.9542	4
8522	Aawangen	aawangen	TG	2014	4551	47.5133	8.9008	4
8522	Häuslenen	hauslenen	TG	2014	4551	47.5277	8.904	4
9502	Braunau	braunau	TG	2014	4723	47.5011	9.0696	4
9506	Lommis	lommis	TG	2014	4741	47.5173	8.9967	4
9508	Weingarten-Kalthäusern	weingarten-kalthausern	TG	2014	4741	47.526	8.9867	4
9532	Rickenbach b. Wil	rickenbach-b-wil	TG	2014	4751	47.4494	9.0484	4
9535	Wilen b. Wil	wilen-b-wil	TG	2014	4786	47.4514	9.0342	4
9542	Münchwilen TG	munchwilen-tg	TG	2014	4746	47.4772	8.9968	4
9543	St. Margarethen TG	st-margarethen-tg	TG	2014	4746	47.4893	9.0018	4
9545	Wängi	wangi	TG	2014	4781	47.4965	8.9533	4
9546	Tuttwil	tuttwil	TG	2014	4781	47.4835	8.9422	4
9547	Wittenwil	wittenwil	TG	2014	4551	47.5048	8.9231	4
9553	Bettwiesen	bettwiesen	TG	2014	4716	47.4972	9.0285	4
9554	Tägerschen	tagerschen	TG	2014	4776	47.5091	9.0321	4
9555	Tobel	tobel	TG	2014	4776	47.515	9.0336	4
9573	Littenheid	littenheid	TG	2014	4761	47.442	9.0104	4
8514	Amlikon-Bissegg	amlikon-bissegg	TG	2015	4881	47.5619	9.0353	4
8554	Bonau	bonau	TG	2015	4951	47.5839	9.0456	4
8554	Müllheim-Wigoltingen	mullheim-wigoltingen	TG	2015	4951	47.5839	9.0456	3
8556	Wigoltingen	wigoltingen	TG	2015	4951	47.5977	9.0314	4
8556	Engwang	engwang	TG	2015	4951	47.6015	9.0555	4
8556	Lamperswil TG	lamperswil-tg	TG	2015	4951	47.6117	9.038	4
8556	Illhart	illhart	TG	2015	4951	47.6213	9.0395	4
8560	Märstetten	marstetten	TG	2015	4941	47.5925	9.0685	4
8561	Ottoberg	ottoberg	TG	2015	4941	47.5876	9.0847	4
8564	Wagerswil	wagerswil	TG	2015	4951	47.609	9.0651	4
8570	Weinfelden	weinfelden	TG	2015	4946	47.5667	9.1	4
8572	Berg TG	berg-tg	TG	2015	4891	47.5788	9.1664	4
8572	Andhausen	andhausen	TG	2015	4891	47.5794	9.1807	4
8572	Berg TG	berg-tg	TG	2015	4891	47.5788	9.1664	4
8572	Graltshausen	graltshausen	TG	2015	4891	47.5972	9.1836	4
8572	Guntershausen b. Berg	guntershausen-b-berg	TG	2015	4891	47.5835	9.1743	3
8575	Istighofen	istighofen	TG	2015	4911	47.5423	9.1499	4
8575	Bürglen TG	burglen-tg	TG	2015	4911	47.5492	9.1495	4
8576	Mauren TG	mauren-tg	TG	2015	4891	47.5675	9.1566	4
8577	Schönholzerswilen	schonholzerswilen	TG	2015	4756	47.517	9.1409	4
8583	Sulgen	sulgen	TG	2015	4506	47.5397	9.1859	4
8583	Donzhausen	donzhausen	TG	2015	4506	47.5555	9.1974	4
8583	Götighofen	gotighofen	TG	2015	4506	47.536	9.2173	4
8584	Leimbach TG	leimbach-tg	TG	2015	4911	47.5611	9.1881	4
8584	Opfershofen TG	opfershofen-tg	TG	2015	4911	47.5609	9.1753	4
8585	Happerswil	happerswil	TG	2015	4901	47.5791	9.2241	4
8585	Mattwil	mattwil	TG	2015	4901	47.5791	9.2077	4
8585	Klarsreuti	klarsreuti	TG	2015	4901	47.5887	9.214	4
8585	Birwinken	birwinken	TG	2015	4901	47.5432	9.148	3
8586	Andwil TG	andwil-tg	TG	2015	4901	47.5683	9.2171	4
8586	Erlen	erlen	TG	2015	4476	47.5481	9.2341	4
8586	Engishofen	engishofen	TG	2015	4476	47.5586	9.2528	4
8586	Buchackern	buchackern	TG	2015	4476	47.5399	9.2339	4
8586	Riedt b. Erlen	riedt-b-erlen	TG	2015	4476	47.5552	9.2328	3
8586	Kümmertshausen	kummertshausen	TG	2015	4476	47.566	9.2416	4
8586	Ennetaach	ennetaach	TG	2015	4476	47.5504	9.2172	4
8586	Buch b. Kümmertshausen	buch-b-kummertshausen	TG	2015	4901	47.5765	9.2148	3
8588	Zihlschlacht	zihlschlacht	TG	2015	4511	47.5207	9.2574	4
8589	Sitterdorf	sitterdorf	TG	2015	4511	47.5026	9.2478	4
9213	Hauptwil	hauptwil	TG	2015	4486	47.4801	9.2507	4
9214	Kradolf	kradolf	TG	2015	4501	47.525	9.2014	4
9215	Buhwil	buhwil	TG	2015	4501	47.5285	9.1676	4
9215	Schönenberg an der Thur	schonenberg-an-der-thur	TG	2015	4501	47.5214	9.1986	4
9216	Hohentannen	hohentannen	TG	2015	4495	47.5304	9.2222	4
9216	Heldswil	heldswil	TG	2015	4495	47.5304	9.2222	4
9217	Neukirch an der Thur	neukirch-an-der-thur	TG	2015	4501	47.5122	9.174	4
9220	Bischofszell	bischofszell	TG	2015	4471	47.4957	9.2388	4
9223	Schweizersholz	schweizersholz	TG	2015	4471	47.5028	9.1963	4
9223	Halden	halden	TG	2015	4471	47.5055	9.2106	4
9225	St. Pelagiberg	st-pelagiberg	TG	2015	4486	47.4892	9.3025	4
9225	Wilen (Gottshaus)	wilen-gottshaus	TG	2015	4486	47.495	9.2846	4
9503	Stehrenberg	stehrenberg	TG	2015	4921	47.5234	9.0897	4
9503	Lanterswil	lanterswil	TG	2015	4921	47.522	9.0971	4
9504	Friltschen	friltschen	TG	2015	4921	47.54	9.0863	4
9514	Wuppenau	wuppenau	TG	2015	4791	47.4963	9.109	4
9515	Hosenruck	hosenruck	TG	2015	4791	47.4917	9.1239	4
9517	Mettlen	mettlen	TG	2015	4921	47.5308	9.1233	4
9556	Zezikon	zezikon	TG	2015	4711	47.5365	9.0237	4
9556	Affeltrangen	affeltrangen	TG	2015	4711	47.5258	9.0331	4
9562	Buch b. Märwil	buch-b-marwil	TG	2015	4711	47.533	9.0747	3
9562	Märwil	marwil	TG	2015	4711	47.533	9.0747	4
9565	Schmidshof	schmidshof	TG	2015	4921	47.5445	9.0553	4
9565	Oppikon	oppikon	TG	2015	4921	47.5521	9.062	4
9565	Oberbussnang	oberbussnang	TG	2015	4921	47.5511	9.0754	3
9565	Bussnang	bussnang	TG	2015	4921	47.5568	9.0816	4
9565	Rothenhausen	rothenhausen	TG	2015	4921	47.5512	9.1026	4
6500	Bellinzona	bellinzona	TI	2101	5002	46.1928	9.017	4
6501	Bellinzona	bellinzona	TI	2101	5002	46.1999	9.0225	
6503	Bellinzona	bellinzona	TI	2101	5002	46.1928	9.017	4
6512	Giubiasco	giubiasco	TI	2101	5002	46.1999	9.0225	4
6513	Monte Carasso	monte-carasso	TI	2101	5002	46.1999	9.0225	4
6514	Sementina	sementina	TI	2101	5002	46.1999	9.0225	4
6515	Gudo	gudo	TI	2101	5002	46.1999	9.0225	4
6517	Arbedo	arbedo	TI	2101	5001	46.2146	9.0455	4
6518	Gorduno	gorduno	TI	2101	5002	46.2163	9.0308	4
6523	Preonzo	preonzo	TI	2101	5002	46.1999	9.0225	4
6524	Moleno	moleno	TI	2101	5002	46.1999	9.0225	4
6525	Gnosca	gnosca	TI	2101	5002	46.1999	9.0225	4
6528	Camorino	camorino	TI	2101	5002	46.1999	9.0225	4
6532	Castione	castione	TI	2101	5001	46.2281	9.0433	4
6533	Lumino	lumino	TI	2101	5010	46.2302	9.0642	4
6582	Pianezzo	pianezzo	TI	2101	5002	46.1999	9.0225	4
6583	S. Antonio (Val Morobbia)	s-antonio-val-morobbia	TI	2101	5002	46.1999	9.0225	4
6584	Carena	carena	TI	2101	5002	46.1999	9.0225	4
6592	S. Antonino	s-antonino	TI	2101	5017	46.1524	8.9799	4
6593	Cadenazzo	cadenazzo	TI	2101	5003	46.1517	8.9472	4
6599	Robasacco	robasacco	TI	2101	5003	46.1427	8.9428	4
6702	Claro	claro	TI	2101	5002	46.1904	9.0223	4
6809	Medeglia	medeglia	TI	2101	5391	46.1904	9.0223	4
6810	Isone	isone	TI	2101	5009	46.1286	8.9854	4
6713	Malvaglia	malvaglia	TI	2102	5050	46.4059	8.9819	4
6714	Semione	semione	TI	2102	5050	46.4001	8.9674	4
6715	Dongio	dongio	TI	2102	5048	46.4378	8.9553	4
6716	Acquarossa	acquarossa	TI	2102	5048	46.4547	8.9426	4
6716	Leontica	leontica	TI	2102	5048	46.4609	8.9233	4
6716	Lottigna	lottigna	TI	2102	5048	46.4687	8.9431	4
6717	Torre	torre	TI	2102	5049	46.489	8.9533	4
6717	Dangio	dangio	TI	2102	5049	46.4955	8.9542	4
6718	Camperio	camperio	TI	2102	5049	46.5239	8.9077	4
6718	Olivone	olivone	TI	2102	5049	46.5296	8.9436	4
6719	Aquila	aquila	TI	2102	5049	46.503	8.9482	4
6719	Aquila	aquila	TI	2102	5049	46.503	8.9482	4
6719	Aquila	aquila	TI	2102	5049	46.503	8.9482	4
6720	Ghirone	ghirone	TI	2102	5049	46.5613	8.9441	4
6720	Campo (Blenio)	campo-blenio	TI	2102	5049	46.5567	8.9364	4
6721	Ludiano	ludiano	TI	2102	5050	46.42	8.971	4
6721	Motto (Blenio)	motto-blenio	TI	2102	5048	46.4286	8.9716	4
6722	Corzoneso	corzoneso	TI	2102	5048	46.4476	8.9352	4
6723	Marolta	marolta	TI	2102	5048	46.4801	8.9225	4
6723	Castro	castro	TI	2102	5048	46.4718	8.9278	4
6723	Prugiasco	prugiasco	TI	2102	5048	46.4616	8.9326	4
6724	Ponto Valentino	ponto-valentino	TI	2102	5048	46.4821	8.9346	4
6724	Largario	largario	TI	2102	5048	46.4945	8.941	4
6742	Pollegio	pollegio	TI	2103	5077	46.3649	8.9484	4
6743	Bodio TI	bodio-ti	TI	2103	5064	46.3781	8.9099	4
6744	Personico	personico	TI	2103	5076	46.372	8.9161	4
6745	Giornico	giornico	TI	2103	5073	46.4014	8.8737	4
6746	Nivo	nivo	TI	2103	5072	46.4372	8.843	4
6746	Calonico	calonico	TI	2103	5072	46.4516	8.8424	4
6746	Lavorgo	lavorgo	TI	2103	5072	46.4426	8.8395	4
6747	Chironico	chironico	TI	2103	5072	46.4226	8.8431	4
6748	Anzonico	anzonico	TI	2103	5072	46.4324	8.8618	4
6749	Sobrio	sobrio	TI	2103	5072	46.4511	8.8123	4
6749	Cavagnago	cavagnago	TI	2103	5072	46.4152	8.8815	4
6760	Rossura	rossura	TI	2103	5072	46.4753	8.8229	4
6760	Calpiogna	calpiogna	TI	2103	5072	46.4863	8.8058	4
6760	Carì	cari	TI	2103	5072	46.4948	8.8209	4
6760	Campello	campello	TI	2103	5072	46.4842	8.8165	3
6760	Molare	molare	TI	2103	5072	46.4874	8.8315	4
6760	Faido	faido	TI	2103	5072	46.477	8.8013	4
6763	Osco	osco	TI	2103	5072	46.4937	8.7819	4
6763	Mairengo	mairengo	TI	2103	5072	46.49	8.7886	4
6764	Chiggiogna	chiggiogna	TI	2103	5072	46.467	8.8217	4
6764	Chiggiogna	chiggiogna	TI	2103	5072	46.467	8.8217	4
6772	Rodi-Fiesso	rodi-fiesso	TI	2103	5078	46.4891	8.7412	4
6773	Prato (Leventina)	prato-leventina	TI	2103	5078	46.4824	8.757	4
6774	Dalpe	dalpe	TI	2103	5071	46.4748	8.7746	4
6775	Ambrì	ambri	TI	2103	5079	46.5105	8.6966	4
6776	Piotta	piotta	TI	2103	5079	46.5146	8.6738	4
6777	Quinto	quinto	TI	2103	5079	46.5108	8.7111	4
6777	Varenzo	varenzo	TI	2103	5079	46.5033	8.726	4
6780	Madrano	madrano	TI	2103	5061	46.5275	8.6293	4
6780	Airolo	airolo	TI	2103	5061	46.5286	8.6119	4
6781	Villa Bedretto	villa-bedretto	TI	2103	5063	46.5102	8.5246	4
6781	Bedretto	bedretto	TI	2103	5063	46.506	8.5114	4
6516	Cugnasco	cugnasco	TI	2104	5138	46.1747	8.9168	4
6571	Indemini	indemini	TI	2104	5398	46.0944	8.8257	4
6572	Quartino	quartino	TI	2104	5398	46.1515	8.8958	4
6573	Magadino	magadino	TI	2104	5398	46.1489	8.8561	4
6574	Vira (Gambarogno)	vira-gambarogno	TI	2104	5398	46.1433	8.842	4
6575	S. Nazzaro	s-nazzaro	TI	2104	5398	46.1316	8.8026	4
6575	Vairano	vairano	TI	2104	5398	46.1322	8.8109	4
6576	Gerra (Gambarogno)	gerra-gambarogno	TI	2104	5398	46.1231	8.7903	4
6577	Ranzo	ranzo	TI	2104	5398	46.1146	8.7737	4
6578	Caviano	caviano	TI	2104	5398	46.1071	8.766	4
6579	Piazzogna	piazzogna	TI	2104	5398	46.1356	8.8237	4
6594	Contone	contone	TI	2104	5398	46.1509	8.9262	4
6595	Riazzino	riazzino	TI	2104	5112	46.1747	8.9	4
6596	Gordola	gordola	TI	2104	5108	46.1826	8.8666	4
6597	Agarone	agarone	TI	2104	5138	46.1784	8.9063	4
6598	Tenero	tenero	TI	2104	5131	46.1814	8.851	4
6600	Muralto	muralto	TI	2104	5120	46.1732	8.8022	4
6600	Solduno	solduno	TI	2104	5113	46.1705	8.7758	4
6600	Locarno	locarno	TI	2104	5113	46.1709	8.7995	4
6600	Locarno	locarno	TI	2104	5113	46.1709	8.7995	4
6601	Locarno	locarno	TI	2104	5113	46.1647	8.8861	
6602	Muralto	muralto	TI	2104	5120	46.174	8.8036	
6604	Locarno	locarno	TI	2104	5113	46.1647	8.8861	
6605	Locarno	locarno	TI	2104	5113	46.1709	8.7995	4
6611	Crana	crana	TI	2104	5136	46.204	8.6098	4
6611	Mosogno	mosogno	TI	2104	5136	46.2035	8.5866	4
6611	Gresso	gresso	TI	2104	5136	46.2249	8.6163	4
6612	Ascona	ascona	TI	2104	5091	46.1545	8.7733	4
6613	Porto Ronco	porto-ronco	TI	2104	5125	46.1404	8.7255	4
6614	Brissago	brissago	TI	2104	5097	46.1201	8.7118	4
6614	Isole di Brissago	isole-di-brissago	TI	2104	5097	46.1201	8.7118	3
6616	Losone	losone	TI	2104	5115	46.1687	8.7593	4
6618	Arcegno	arcegno	TI	2104	5115	46.1615	8.7421	4
6622	Ronco sopra Ascona	ronco-sopra-ascona	TI	2104	5125	46.1462	8.7279	4
6631	Corippo	corippo	TI	2104	5399	46.2359	8.8407	4
6632	Vogorno	vogorno	TI	2104	5399	46.2228	8.8583	4
6633	Lavertezzo	lavertezzo	TI	2104	5112	46.2589	8.8376	4
6634	Brione (Verzasca)	brione-verzasca	TI	2104	5399	46.2953	8.7917	4
6635	Gerra (Verzasca)	gerra-verzasca	TI	2104	5138	46.3171	8.8013	4
6636	Frasco	frasco	TI	2104	5399	46.344	8.7984	4
6637	Sonogno	sonogno	TI	2104	5399	46.3504	8.7851	4
6644	Orselina	orselina	TI	2104	5121	46.1801	8.7998	4
6645	Brione sopra Minusio	brione-sopra-minusio	TI	2104	5096	46.1842	8.8142	4
6646	Contra	contra	TI	2104	5131	46.188	8.8407	4
6647	Mergoscia	mergoscia	TI	2104	5117	46.2106	8.8478	4
6648	Minusio	minusio	TI	2104	5118	46.1777	8.8147	4
6652	Tegna	tegna	TI	2104	5396	46.1869	8.7452	4
6653	Verscio	verscio	TI	2104	5396	46.1848	8.7322	4
6654	Cavigliano	cavigliano	TI	2104	5396	46.1855	8.7149	4
6655	Rasa	rasa	TI	2104	5397	46.1572	8.6559	4
6655	Intragna	intragna	TI	2104	5397	46.1775	8.7002	4
6655	Verdasio	verdasio	TI	2104	5397	46.1651	8.6365	4
6656	Golino	golino	TI	2104	5397	46.18	8.7127	4
6657	Palagnedra	palagnedra	TI	2104	5397	46.1546	8.6314	4
6658	Borgnone	borgnone	TI	2104	5397	46.1597	8.6162	4
6659	Moneto	moneto	TI	2104	5397	46.1504	8.6183	4
6659	Camedo	camedo	TI	2104	5397	46.1545	8.6104	4
6661	Loco	loco	TI	2104	5136	46.2035	8.5866	4
6661	Berzona	berzona	TI	2104	5136	46.2035	8.5866	4
6661	Auressio	auressio	TI	2104	5136	46.2035	8.5866	4
6662	Russo	russo	TI	2104	5136	46.203	8.6233	4
6663	Spruga	spruga	TI	2104	5136	46.2009	8.5678	4
6663	Comologno	comologno	TI	2104	5136	46.2035	8.5745	4
6664	Vergeletto	vergeletto	TI	2104	5136	46.2035	8.5866	4
6802	Rivera	rivera	TI	2105	5238	46.1268	8.9232	4
6803	Camignolo	camignolo	TI	2105	5238	46.1087	8.9365	4
6804	Bironico	bironico	TI	2105	5238	46.1137	8.9332	4
6805	Mezzovico	mezzovico	TI	2105	5199	46.0898	8.9176	4
6805	Mezzovico	mezzovico	TI	2105	5199	46.0898	8.9176	4
6806	Sigirino	sigirino	TI	2105	5238	46.0816	8.9165	4
6807	Taverne	taverne	TI	2105	5226	46.0911	8.9864	4
6807	Taverne	taverne	TI	2105	5227	46.0616	8.9287	4
6808	Torricella	torricella	TI	2105	5227	46.0638	8.9233	4
6809	Medeglia	medeglia	TI	2105	5238	46.1153	8.9672	4
6814	Lamone	lamone	TI	2105	5189	46.0453	8.9316	4
6814	Cadempino	cadempino	TI	2105	5162	46.0367	8.934	4
6815	Melide	melide	TI	2105	5198	45.9546	8.9472	4
6816	Bissone	bissone	TI	2105	5154	45.9541	8.9666	4
6817	Maroggia	maroggia	TI	2105	5195	45.9352	8.9706	4
6818	Melano	melano	TI	2105	5197	45.922	8.9844	4
6821	Rovio	rovio	TI	2105	5219	45.9331	8.987	4
6822	Arogno	arogno	TI	2105	5144	45.9591	8.9844	4
6823	Pugerna	pugerna	TI	2105	5144	45.9798	8.98	4
6825	Capolago	capolago	TI	2105	5219	46.0409	8.9425	4
6827	Brusino Arsizio	brusino-arsizio	TI	2105	5160	45.9303	8.9388	4
6867	Serpiano	serpiano	TI	2105	5160	45.9104	8.928	4
6900	Lugano	lugano	TI	2105	5192	46.0101	8.96	4
6900	Paradiso	paradiso	TI	2105	5210	45.99	8.9457	4
6900	Massagno	massagno	TI	2105	5196	46.0126	8.9435	4
6901	Lugano	lugano	TI	2105	5192	46.0055	8.9714	
6902	Lugano 2 Caselle	lugano-2-caselle	TI	2105	5210	45.988	8.9483	
6903	Lugano	lugano	TI	2105	5192	46.0055	8.9714	
6904	Lugano 4 Caselle	lugano-4-caselle	TI	2105	5192	46.0055	8.9714	
6906	Lugano 6 Caselle	lugano-6-caselle	TI	2105	5192	46.0055	8.9714	
6907	Lugano 7 Caselle	lugano-7-caselle	TI	2105	5192	46.0055	8.9714	
6908	Massagno Caselle	massagno-caselle	TI	2105	5196	46.0126	8.9437	
6912	Pazzallo	pazzallo	TI	2105	5192	45.9859	8.9444	4
6913	Carabbia	carabbia	TI	2105	5192	45.9719	8.937	4
6914	Carona	carona	TI	2105	5192	45.9574	8.9358	4
6915	Pambio-Noranco	pambio-noranco	TI	2105	5192	45.9841	8.9293	4
6916	Grancia	grancia	TI	2105	5186	45.9681	8.9269	4
6917	Barbengo	barbengo	TI	2105	5192	45.9588	8.9168	4
6918	Figino	figino	TI	2105	5192	45.9518	8.907	4
6919	Carabietta	carabietta	TI	2105	5236	45.9688	8.9025	4
6921	Vico Morcote	vico-morcote	TI	2105	5233	45.93	8.922	4
6922	Morcote	morcote	TI	2105	5203	45.925	8.916	4
6924	Sorengo	sorengo	TI	2105	5225	45.9977	8.9378	4
6925	Gentilino	gentilino	TI	2105	5236	45.9916	8.9311	4
6926	Montagnola	montagnola	TI	2105	5236	45.9832	8.9179	4
6927	Agra	agra	TI	2105	5236	45.9679	8.9141	4
6928	Manno	manno	TI	2105	5194	46.0289	8.9182	4
6929	Gravesano	gravesano	TI	2105	5187	46.0421	8.9183	4
6930	Bedano	bedano	TI	2105	5148	46.0512	8.9194	4
6932	Breganzona	breganzona	TI	2105	5192	46.0069	8.929	4
6933	Muzzano	muzzano	TI	2105	5205	45.9999	8.9165	4
6934	Bioggio	bioggio	TI	2105	5151	46.0196	8.9144	4
6935	Bosco Luganese	bosco-luganese	TI	2105	5151	46.025	8.9082	4
6936	Cademario	cademario	TI	2105	5161	46.0226	8.8924	4
6937	Breno	breno	TI	2105	5237	46.0322	8.87	4
6938	Vezio	vezio	TI	2105	5237	46.046	8.8832	4
6938	Fescoggia	fescoggia	TI	2105	5237	46.0417	8.8778	4
6939	Mugena	mugena	TI	2105	5237	46.0486	8.8893	4
6939	Arosio	arosio	TI	2105	5237	46.0477	8.8997	4
6942	Savosa	savosa	TI	2105	5221	46.0192	8.9447	4
6943	Vezia	vezia	TI	2105	5231	46.0245	8.9358	4
6944	Cureglia	cureglia	TI	2105	5180	46.0374	8.9444	4
6945	Origlio	origlio	TI	2105	5208	46.0534	8.9466	4
6946	Ponte Capriasca	ponte-capriasca	TI	2105	5212	46.0605	8.9482	4
6946	Ponte Capriasca	ponte-capriasca	TI	2105	5212	46.0605	8.9482	4
6947	Vaglio	vaglio	TI	2105	5226	46.0622	8.9585	4
6948	Porza	porza	TI	2105	5214	46.0268	8.9499	4
6949	Comano	comano	TI	2105	5176	46.0364	8.9553	4
6950	Tesserete	tesserete	TI	2105	5226	46.0681	8.965	4
6951	Signôra	signora	TI	2105	5192	46.0926	9.0472	4
6951	Bogno	bogno	TI	2105	5192	46.0904	9.0625	4
6951	Insone	insone	TI	2105	5192	46.0864	9.0308	4
6951	Colla	colla	TI	2105	5192	46.0925	9.0542	4
6951	Cozzo	cozzo	TI	2105	5192	46.0972	9.062	4
6951	Scareglia	scareglia	TI	2105	5192	46.0912	9.0382	4
6952	Canobbio	canobbio	TI	2105	5167	46.0359	8.966	4
6953	Lugaggia	lugaggia	TI	2105	5226	46.0626	8.9727	4
6954	Bigorio	bigorio	TI	2105	5226	46.0701	8.957	4
6954	Sala Capriasca	sala-capriasca	TI	2105	5226	46.0651	8.9561	4
6955	Cagiallo	cagiallo	TI	2105	5226	46.0673	8.9733	4
6955	Oggio	oggio	TI	2105	5226	46.073	8.9881	4
6955	Oggio	oggio	TI	2105	5226	46.073	8.9881	4
6956	Lopagno	lopagno	TI	2105	5226	46.0701	8.9781	4
6957	Roveredo TI	roveredo-ti	TI	2105	5226	46.0749	8.9848	4
6958	Bidogno	bidogno	TI	2105	5226	46.0786	8.9993	4
6958	Corticiasca	corticiasca	TI	2105	5226	46.0888	9.0227	4
6958	Corticiasca	corticiasca	TI	2105	5226	46.0888	9.0227	4
6959	Certara	certara	TI	2105	5192	46.0846	9.0598	4
6959	Curtina	curtina	TI	2105	5192	46.0816	9.0241	4
6959	Cimadera	cimadera	TI	2105	5192	46.0785	9.0464	4
6959	Piandera Paese	piandera-paese	TI	2105	5192	46.0816	9.0434	3
6959	Maglio di Colla	maglio-di-colla	TI	2105	5192	46.0816	9.0434	3
6959	Piandera Paese	piandera-paese	TI	2105	5192	46.0816	9.0434	3
6960	Odogno	odogno	TI	2105	5226	46.0829	8.9719	4
6962	Viganello	viganello	TI	2105	5192	46.0134	8.9688	4
6963	Pregassona	pregassona	TI	2105	5192	46.0202	8.9743	4
6963	Cureggia	cureggia	TI	2105	5192	46.0208	8.9839	4
6964	Davesco-Soragno	davesco-soragno	TI	2105	5192	46.0376	8.9829	4
6965	Cadro	cadro	TI	2105	5192	46.046	8.9872	4
6966	Villa Luganese	villa-luganese	TI	2105	5192	46.0529	8.9933	4
6967	Dino	dino	TI	2105	5192	46.053	8.9843	4
6968	Sonvico	sonvico	TI	2105	5192	46.058	8.9913	4
6974	Aldesago	aldesago	TI	2105	5192	46.008	8.9792	4
6976	Castagnola	castagnola	TI	2105	5192	46.005	8.9739	4
6977	Ruvigliana	ruvigliana	TI	2105	5192	46.0037	8.9786	4
6978	Gandria	gandria	TI	2105	5192	46.0055	9.0026	4
6979	Brè sopra Lugano	bre-sopra-lugano	TI	2105	5192	46.0115	8.9961	4
6980	Castelrotto	castelrotto	TI	2105	5239	45.9943	8.8393	4
6981	Bombinasco	bombinasco	TI	2105	5181	46.0141	8.8334	4
6981	Biogno-Beride	biogno-beride	TI	2105	5239	45.9884	8.8423	3
6981	Banco	banco	TI	2105	5149	46.0094	8.8452	4
6981	Bedigliora	bedigliora	TI	2105	5149	46.0024	8.8393	4
6981	Bedigliora	bedigliora	TI	2105	5149	46.0024	8.8393	4
6982	Agno	agno	TI	2105	5141	45.9986	8.9003	4
6983	Magliaso	magliaso	TI	2105	5193	45.9812	8.888	4
6984	Pura	pura	TI	2105	5216	45.9865	8.8688	4
6986	Curio	curio	TI	2105	5181	46.0014	8.8622	4
6986	Miglieglia	miglieglia	TI	2105	5200	46.0238	8.8574	4
6986	Novaggio	novaggio	TI	2105	5207	46.0102	8.8561	4
6987	Caslano	caslano	TI	2105	5171	45.9736	8.8774	4
6988	Ponte Tresa	ponte-tresa	TI	2105	5239	45.9717	8.8593	4
6989	Purasca	purasca	TI	2105	5239	45.9775	8.851	4
6990	Cassina d'Agno	cassina-d-agno	TI	2105	5141	45.9923	8.8904	4
6991	Neggio	neggio	TI	2105	5206	45.9871	8.8797	4
6992	Cimo	cimo	TI	2105	5151	46.0028	8.8915	4
6992	Vernate	vernate	TI	2105	5230	45.9957	8.8841	4
6993	Iseo	iseo	TI	2105	5151	46.0055	8.8809	4
6994	Aranno	aranno	TI	2105	5143	46.018	8.8707	4
6995	Madonna del Piano	madonna-del-piano	TI	2105	5239	45.9892	8.8332	4
6995	Molinazzo di Monteggio	molinazzo-di-monteggio	TI	2105	5239	45.9924	8.8194	4
6996	Ponte Cremenaga	ponte-cremenaga	TI	2105	5239	45.9921	8.8071	4
6997	Sessa	sessa	TI	2105	5239	45.9986	8.8197	4
6998	Termine	termine	TI	2105	5239	45.9998	8.7921	4
6999	Astano	astano	TI	2105	5146	46.0126	8.8152	4
6825	Capolago	capolago	TI	2106	5254	45.9037	8.9792	4
6826	Riva San Vitale	riva-san-vitale	TI	2106	5263	45.9012	8.9717	4
6828	Balerna	balerna	TI	2106	5242	45.8464	9.0072	4
6830	Chiasso	chiasso	TI	2106	5250	45.832	9.0312	4
6832	Pedrinate	pedrinate	TI	2106	5250	45.8261	9.0132	4
6832	Seseglio	seseglio	TI	2106	5250	45.828	9.0005	4
6833	Vacallo	vacallo	TI	2106	5268	45.8447	9.0333	4
6834	Morbio Inferiore	morbio-inferiore	TI	2106	5257	45.8491	9.0191	4
6835	Morbio Superiore	morbio-superiore	TI	2106	5269	45.86	9.0232	4
6836	Serfontana	serfontana	TI	2106	5257	45.8497	9.0216	
6837	Caneggio	caneggio	TI	2106	5269	45.8725	9.0296	4
6837	Bruzella	bruzella	TI	2106	5269	45.8824	9.0393	4
6838	Muggio	muggio	TI	2106	5269	45.9021	9.043	4
6838	Cabbio	cabbio	TI	2106	5269	45.8967	9.0474	4
6838	Scudellate	scudellate	TI	2106	5269	45.9229	9.0415	4
6839	Sagno	sagno	TI	2106	5269	45.8568	9.0399	4
6850	Mendrisio	mendrisio	TI	2106	5254	45.8702	8.9816	4
6852	Genestrerio	genestrerio	TI	2106	5254	45.8533	8.9612	4
6853	Ligornetto	ligornetto	TI	2106	5254	45.8616	8.9517	4
6854	S. Pietro	s-pietro	TI	2106	5266	45.8589	8.9379	4
6855	Stabio	stabio	TI	2106	5266	45.8485	8.9364	4
6862	Rancate	rancate	TI	2106	5254	45.8715	8.9671	4
6863	Besazio	besazio	TI	2106	5254	45.8721	8.953	4
6864	Arzo	arzo	TI	2106	5254	45.8761	8.941	4
6865	Tremona	tremona	TI	2106	5254	45.8815	8.9588	4
6866	Meride	meride	TI	2106	5254	45.8905	8.9529	4
6872	Salorino	salorino	TI	2106	5254	45.8736	8.9953	4
6872	Somazzo	somazzo	TI	2106	5254	45.8786	8.9937	4
6873	Corteglia	corteglia	TI	2106	5249	45.8623	8.9954	4
6874	Castel San Pietro	castel-san-pietro	TI	2106	5249	45.8621	9.0084	4
6875	Monte	monte	TI	2106	5249	45.883	9.0289	4
6875	Casima	casima	TI	2106	5249	45.8906	9.0369	4
6875	Campora	campora	TI	2106	5249	45.8743	9.0238	4
6877	Coldrerio	coldrerio	TI	2106	5251	45.854	8.9877	4
6883	Novazzano	novazzano	TI	2106	5260	45.8407	8.9824	4
6526	Prosito	prosito	TI	2107	5287	46.2806	8.9841	4
6527	Lodrino	lodrino	TI	2107	5287	46.3002	8.9799	4
6703	Osogna	osogna	TI	2107	5287	46.3121	8.9858	4
6705	Cresciano	cresciano	TI	2107	5287	46.2787	9.0026	4
6707	Iragna	iragna	TI	2107	5287	46.3257	8.9666	4
6710	Biasca	biasca	TI	2107	5281	46.3597	8.9697	4
6670	Avegno	avegno	TI	2108	5324	46.2052	8.7455	4
6672	Gordevio	gordevio	TI	2108	5324	46.226	8.7431	4
6673	Maggia	maggia	TI	2108	5317	46.2469	8.7062	4
6674	Someo	someo	TI	2108	5317	46.2872	8.6623	4
6674	Riveo	riveo	TI	2108	5317	46.2977	8.6267	4
6675	Cevio	cevio	TI	2108	5310	46.3148	8.6033	4
6676	Bignasco	bignasco	TI	2108	5310	46.3384	8.6082	4
6677	Aurigeno	aurigeno	TI	2108	5317	46.2301	8.7152	4
6677	Moghegno	moghegno	TI	2108	5317	46.2389	8.7072	4
6678	Lodano	lodano	TI	2108	5317	46.2601	8.6843	4
6678	Coglio	coglio	TI	2108	5317	46.2705	8.685	4
6678	Giumaglio	giumaglio	TI	2108	5317	46.2741	8.6812	4
6682	Linescio	linescio	TI	2108	5315	46.3092	8.5822	4
6683	Niva (Vallemaggia)	niva-vallemaggia	TI	2108	5307	46.2922	8.5321	4
6683	Cerentino	cerentino	TI	2108	5309	46.3082	8.5453	4
6684	Campo (Vallemaggia)	campo-vallemaggia	TI	2108	5307	46.2885	8.4958	4
6684	Cimalmotto	cimalmotto	TI	2108	5307	46.2837	8.4886	4
6685	Bosco/Gurin	bosco-gurin	TI	2108	5304	46.317	8.4912	4
6690	S. Carlo (Val Bavona)	s-carlo-val-bavona	TI	2108	5310	46.3453	8.6071	3
6690	Cavergno	cavergno	TI	2108	5310	46.3453	8.6071	4
6692	Brontallo	brontallo	TI	2108	5323	46.3545	8.6272	4
6692	Menzonio	menzonio	TI	2108	5323	46.3624	8.642	4
6693	Broglio	broglio	TI	2108	5323	46.3776	8.6609	4
6694	Prato-Sornico	prato-sornico	TI	2108	5323	46.3963	8.6579	4
6695	Peccia	peccia	TI	2108	5323	46.4084	8.6457	4
6695	Piano di Peccia	piano-di-peccia	TI	2108	5323	46.4143	8.6081	4
6696	Fusio	fusio	TI	2108	5323	46.4445	8.663	4
6377	Seelisberg	seelisberg	UR	400	1215	46.973	8.5869	4
6441	Rütli	rutli	UR	400	1215	46.9685	8.5927	4
6452	Sisikon	sisikon	UR	400	1217	46.9491	8.62	4
6454	Flüelen	fluelen	UR	400	1207	46.9048	8.624	4
6460	Altdorf UR	altdorf-ur	UR	400	1201	46.8804	8.6444	4
6461	Isenthal	isenthal	UR	400	1211	46.9108	8.5612	4
6462	Seedorf UR	seedorf-ur	UR	400	1214	46.882	8.6161	4
6463	Bürglen UR	burglen-ur	UR	400	1205	46.8757	8.6654	4
6464	Spiringen	spiringen	UR	400	1218	46.8726	8.7302	4
6465	Unterschächen	unterschachen	UR	400	1219	46.8628	8.7692	4
6466	Bauen	bauen	UR	400	1214	46.9356	8.5784	4
6467	Schattdorf	schattdorf	UR	400	1213	46.8655	8.6547	4
6468	Attinghausen	attinghausen	UR	400	1203	46.8626	8.6304	4
6469	Haldi b. Schattdorf	haldi-b-schattdorf	UR	400	1213	46.8636	8.6749	4
6472	Erstfeld	erstfeld	UR	400	1206	46.8188	8.6505	4
6473	Silenen	silenen	UR	400	1216	46.7891	8.6732	4
6474	Amsteg	amsteg	UR	400	1216	46.7713	8.6696	4
6475	Bristen	bristen	UR	400	1216	46.7691	8.6903	4
6476	Intschi	intschi	UR	400	1209	46.7604	8.649	4
6482	Gurtnellen	gurtnellen	UR	400	1209	46.7381	8.6284	4
6484	Wassen UR	wassen-ur	UR	400	1220	46.7065	8.5988	4
6485	Meien	meien	UR	400	1220	46.7238	8.5571	4
6487	Göschenen	goschenen	UR	400	1208	46.6682	8.5871	4
6490	Andermatt	andermatt	UR	400	1202	46.6356	8.5939	4
6491	Realp	realp	UR	400	1212	46.5982	8.5028	4
6493	Hospental	hospental	UR	400	1210	46.6196	8.5698	4
8751	Urnerboden	urnerboden	UR	400	1218	46.8891	8.9015	4
1844	Villeneuve VD	villeneuve-vd	VD	2221	5414	46.3987	6.9265	4
1845	Noville	noville	VD	2221	5408	46.3815	6.9001	4
1846	Chessel	chessel	VD	2221	5403	46.3496	6.897	4
1847	Rennaz	rennaz	VD	2221	5412	46.3748	6.916	4
1852	Roche VD	roche-vd	VD	2221	5413	46.3609	6.9327	4
1853	Yvorne	yvorne	VD	2221	5415	46.3312	6.9587	4
1854	Leysin	leysin	VD	2221	5407	46.3418	7.0115	4
1856	Corbeyrier	corbeyrier	VD	2221	5404	46.3501	6.9602	4
1860	Aigle	aigle	VD	2221	5401	46.3181	6.9646	4
1862	Les Mosses	les-mosses	VD	2221	5410	46.3953	7.1006	4
1862	La Comballaz	la-comballaz	VD	2221	5410	46.3797	7.0833	4
1863	Le Sépey	le-sepey	VD	2221	5410	46.3614	7.05	4
1864	Vers-l'Eglise	vers-l-eglise	VD	2221	5411	46.3537	7.1316	4
1865	Les Diablerets	les-diablerets	VD	2221	5411	46.35	7.159	4
1866	La Forclaz VD	la-forclaz-vd	VD	2221	5410	46.3507	7.0689	4
1867	Ollon VD	ollon-vd	VD	2221	5409	46.2952	6.9931	4
1867	Panex	panex	VD	2221	5409	46.3118	7.0137	4
1867	St-Triphon	st-triphon	VD	2221	5409	46.2927	6.9781	4
1880	Fenalet-sur-Bex	fenalet-sur-bex	VD	2221	5402	46.2718	7.0276	4
1880	Les Plans-sur-Bex	les-plans-sur-bex	VD	2221	5402	46.2574	7.0934	4
1880	Bex	bex	VD	2221	5402	46.2497	7.0098	4
1880	Les Posses-sur-Bex	les-posses-sur-bex	VD	2221	5402	46.2596	7.0436	3
1880	Frenières-sur-Bex	frenieres-sur-bex	VD	2221	5402	46.2596	7.0436	3
1882	Gryon	gryon	VD	2221	5405	46.2738	7.0597	4
1884	Arveyes	arveyes	VD	2221	5409	46.2899	7.0617	4
1884	Villars-sur-Ollon	villars-sur-ollon	VD	2221	5409	46.2983	7.0563	4
1884	Huémoz	huemoz	VD	2221	5409	46.291	7.0246	4
1885	Chesières	chesieres	VD	2221	5409	46.3024	7.0441	4
1892	Lavey-les-Bains	lavey-les-bains	VD	2221	5406	46.2037	7.0187	4
1892	Lavey-Village	lavey-village	VD	2221	5406	46.2213	7.0148	4
1892	Morcles	morcles	VD	2221	5406	46.2087	7.0363	4
1082	Corcelles-le-Jorat	corcelles-le-jorat	VD	2222	5785	46.6013	6.7309	4
1085	Vulliens	vulliens	VD	2222	5803	46.6225	6.7935	4
1088	Ropraz	ropraz	VD	2222	5798	46.6146	6.7535	4
1509	Vucherens	vucherens	VD	2222	5692	46.627	6.7758	4
1510	Syens	syens	VD	2222	5688	46.6441	6.7769	4
1510	Moudon	moudon	VD	2222	5678	46.6676	6.7978	4
1512	Chavannes-sur-Moudon	chavannes-sur-moudon	VD	2222	5665	46.6587	6.8096	4
1513	Hermenches	hermenches	VD	2222	5673	46.6403	6.7627	4
1513	Rossenges	rossenges	VD	2222	5684	46.6535	6.776	4
1514	Bussy-sur-Moudon	bussy-sur-moudon	VD	2222	5663	46.6905	6.8096	4
1515	Villars-le-Comte	villars-le-comte	VD	2222	5690	46.7131	6.8014	4
1521	Curtilles	curtilles	VD	2222	5669	46.7004	6.8506	4
1522	Lucens	lucens	VD	2222	5675	46.7085	6.8393	4
1522	Oulens-sur-Lucens	oulens-sur-lucens	VD	2222	5675	46.7085	6.8393	3
1523	Granges-près-Marnand	granges-pres-marnand	VD	2222	5831	46.7765	6.8959	1
1524	Marnand	marnand	VD	2222	5831	46.7573	6.8991	4
1525	Seigneux	seigneux	VD	2222	5831	46.7276	6.8822	4
1525	Henniez	henniez	VD	2222	5819	46.7422	6.887	4
1526	Forel-sur-Lucens	forel-sur-lucens	VD	2222	5675	46.7089	6.8326	4
1526	Cremin	cremin	VD	2222	5675	46.7089	6.8326	4
1530	Payerne	payerne	VD	2222	5822	46.8219	6.9382	4
1534	Sassel	sassel	VD	2222	5831	46.777	6.8571	4
1535	Combremont-le-Grand	combremont-le-grand	VD	2222	5831	46.7617	6.8182	4
1536	Combremont-le-Petit	combremont-le-petit	VD	2222	5831	46.7494	6.8093	4
1537	Champtauroz	champtauroz	VD	2222	5812	46.759	6.7863	4
1538	Treytorrens (Payerne)	treytorrens-payerne	VD	2222	5828	46.7722	6.8048	4
1543	Grandcour	grandcour	VD	2222	5817	46.8719	6.9284	4
1545	Chevroux	chevroux	VD	2222	5813	46.8884	6.9069	4
1551	Vers-chez-Perrin	vers-chez-perrin	VD	2222	5822	46.7977	6.9436	4
1552	Trey	trey	VD	2222	5827	46.7702	6.9265	4
1554	Rossens VD	rossens-vd	VD	2222	5830	46.7343	6.9247	4
1554	Sédeilles	sedeilles	VD	2222	5830	46.7486	6.9331	4
1555	Villarzel	villarzel	VD	2222	5830	46.7476	6.9122	4
1562	Corcelles-près-Payerne	corcelles-pres-payerne	VD	2222	5816	46.8332	6.9623	4
1565	Missy	missy	VD	2222	5821	46.8801	6.973	4
1580	Oleyres	oleyres	VD	2222	5451	46.8545	7.0379	4
1580	Avenches	avenches	VD	2222	5451	46.88	7.0407	4
1580	Donatyre	donatyre	VD	2222	5451	46.8673	7.0393	3
1584	Villars-le-Grand	villars-le-grand	VD	2222	5464	46.9049	6.99	4
1585	Bellerive VD	bellerive-vd	VD	2222	5464	46.9234	7.0221	4
1585	Cotterd	cotterd	VD	2222	5464	46.9209	7.0224	4
1585	Salavaux	salavaux	VD	2222	5464	46.9197	7.0232	4
1586	Vallamand	vallamand	VD	2222	5464	46.9293	7.0403	4
1587	Montmagny	montmagny	VD	2222	5464	46.9272	7.0075	4
1587	Constantine	constantine	VD	2222	5464	46.9183	7.0086	4
1588	Cudrefin	cudrefin	VD	2222	5456	46.9558	7.0185	4
1589	Chabrey	chabrey	VD	2222	5464	46.9269	6.9816	4
1595	Faoug	faoug	VD	2222	5458	46.9083	7.078	4
1682	Villars-Bramard	villars-bramard	VD	2222	5831	46.7182	6.9031	4
1682	Lovatens	lovatens	VD	2222	5674	46.692	6.8607	4
1682	Dompierre VD	dompierre-vd	VD	2222	5671	46.7083	6.8831	4
1682	Cerniaz VD	cerniaz-vd	VD	2222	5831	46.7279	6.8946	4
1682	Prévonloup	prevonloup	VD	2222	5683	46.6979	6.8828	4
1683	Brenles	brenles	VD	2222	5675	46.7089	6.8326	4
1683	Sarzens	sarzens	VD	2222	5675	46.7089	6.8326	4
1683	Chesalles-sur-Moudon	chesalles-sur-moudon	VD	2222	5675	46.6762	6.8506	3
1787	Mur (Vully) VD	mur-vully-vd	VD	2222	5464	46.7765	6.8959	3
1031	Mex VD	mex-vd	VD	2223	5489	46.5759	6.5545	4
1034	Boussens	boussens	VD	2223	5473	46.6033	6.586	4
1035	Bournens	bournens	VD	2223	5472	46.6049	6.5648	4
1036	Sullens	sullens	VD	2223	5501	46.5956	6.5669	4
1037	Etagnières	etagnieres	VD	2223	5521	46.6015	6.6065	4
1038	Bercher	bercher	VD	2223	5512	46.6914	6.7076	4
1040	St-Barthélemy VD	st-barthelemy-vd	VD	2223	5535	46.6349	6.6021	4
1040	Villars-le-Terroir	villars-le-terroir	VD	2223	5537	46.6582	6.6439	4
1040	Echallens	echallens	VD	2223	5518	46.6413	6.6332	4
1041	Poliez-le-Grand	poliez-le-grand	VD	2223	5540	46.6354	6.6662	4
1041	Naz	naz	VD	2223	5540	46.6588	6.694	4
1041	Montaubion-Chardonney	montaubion-chardonney	VD	2223	5804	46.6456	6.7139	4
1041	Dommartin	dommartin	VD	2223	5540	46.6485	6.7023	4
1041	Poliez-Pittet	poliez-pittet	VD	2223	5533	46.6273	6.6881	4
1041	Bottens	bottens	VD	2223	5514	46.616	6.6615	4
1042	Bioley-Orjulaz	bioley-orjulaz	VD	2223	5513	46.6214	6.5985	4
1042	Assens	assens	VD	2223	5511	46.613	6.6218	4
1042	Bettens	bettens	VD	2223	5471	46.6283	6.5734	4
1043	Sugnens	sugnens	VD	2223	5540	46.6551	6.6714	4
1044	Fey	fey	VD	2223	5522	46.6729	6.6801	4
1045	Ogens	ogens	VD	2223	5680	46.7084	6.7245	4
1046	Rueyres	rueyres	VD	2223	5534	46.6934	6.6921	4
1047	Oppens	oppens	VD	2223	5923	46.714	6.6917	4
1053	Bretigny-sur-Morrens	bretigny-sur-morrens	VD	2223	5515	46.5998	6.6431	4
1053	Cugy VD	cugy-vd	VD	2223	5516	46.5862	6.6409	4
1054	Morrens VD	morrens-vd	VD	2223	5527	46.5909	6.6223	4
1055	Froideville	froideville	VD	2223	5523	46.6012	6.6809	4
1058	Villars-Tiercelin	villars-tiercelin	VD	2223	5804	46.6251	6.7038	4
1059	Peney-le-Jorat	peney-le-jorat	VD	2223	5804	46.6323	6.7288	4
1061	Villars-Mendraz	villars-mendraz	VD	2223	5804	46.6459	6.7296	4
1062	Sottens	sottens	VD	2223	5804	46.6552	6.742	4
1063	Martherenges	martherenges	VD	2223	5693	46.6623	6.7557	4
1063	Boulens	boulens	VD	2223	5661	46.6789	6.7183	4
1063	Peyres-Possens	peyres-possens	VD	2223	5693	46.6703	6.7366	3
1063	Chapelle-sur-Moudon	chapelle-sur-moudon	VD	2223	5693	46.6696	6.7357	4
1302	Vufflens-la-Ville	vufflens-la-ville	VD	2223	5503	46.5752	6.5372	4
1303	Penthaz	penthaz	VD	2223	5496	46.5987	6.5413	4
1305	Penthalaz	penthalaz	VD	2223	5495	46.6108	6.5252	4
1306	Daillens	daillens	VD	2223	5480	46.6211	6.5487	4
1307	Lussery-Villars	lussery-villars	VD	2223	5487	46.6328	6.5256	4
1375	Penthéréaz	penthereaz	VD	2223	5531	46.6817	6.6039	4
1376	Eclagnens	eclagnens	VD	2223	5541	46.6513	6.5919	4
1376	Goumoens-le-Jux	goumoens-le-jux	VD	2223	5541	46.6552	6.5979	3
1376	Goumoens-la-Ville	goumoens-la-ville	VD	2223	5541	46.6592	6.604	4
1377	Oulens-sous-Echallens	oulens-sous-echallens	VD	2223	5529	46.6438	6.577	4
1409	Chanéaz	chaneaz	VD	2223	5693	46.7288	6.7448	4
1410	Thierrens	thierrens	VD	2223	5693	46.7038	6.755	4
1410	Denezy	denezy	VD	2223	5693	46.7215	6.7818	4
1410	St-Cierges	st-cierges	VD	2223	5693	46.6894	6.7354	4
1410	Correvon	correvon	VD	2223	5693	46.7171	6.7396	4
1416	Pailly	pailly	VD	2223	5530	46.7012	6.6754	4
1417	Epautheyres	epautheyres	VD	2223	5520	46.7394	6.6426	4
1417	Essertines-sur-Yverdon	essertines-sur-yverdon	VD	2223	5520	46.7183	6.6384	4
1418	Vuarrens	vuarrens	VD	2223	5539	46.6858	6.6479	4
1515	Neyruz-sur-Moudon	neyruz-sur-moudon	VD	2223	5693	46.6503	6.6536	3
1148	La Praz	la-praz	VD	2224	5758	46.6675	6.4271	4
1321	Arnex-sur-Orbe	arnex-sur-orbe	VD	2224	5743	46.69	6.5169	4
1322	Croy	croy	VD	2224	5752	46.6938	6.4757	4
1323	Romainmôtier	romainmotier	VD	2224	5761	46.6939	6.4609	4
1324	Premier	premier	VD	2224	5759	46.7057	6.4499	4
1325	Vaulion	vaulion	VD	2224	5765	46.6891	6.3894	4
1326	Juriens	juriens	VD	2224	5754	46.6885	6.4457	4
1329	Bretonnières	bretonnieres	VD	2224	5748	46.7124	6.4696	4
1337	Vallorbe	vallorbe	VD	2224	5764	46.7126	6.3789	4
1338	Ballaigues	ballaigues	VD	2224	5744	46.7298	6.4136	4
1341	Orient	orient	VD	2224	5872	46.6015	6.2394	4
1342	Le Pont	le-pont	VD	2224	5871	46.6658	6.3309	4
1343	Les Charbonnières	les-charbonnieres	VD	2224	5873	46.6667	6.3156	4
1344	L'Abbaye	l-abbaye	VD	2224	5871	46.6497	6.3191	4
1345	Le Séchey	le-sechey	VD	2224	5873	46.6614	6.3009	4
1345	Le Lieu	le-lieu	VD	2224	5873	46.6478	6.2828	4
1346	Les Bioux	les-bioux	VD	2224	5871	46.6207	6.2699	4
1347	Le Sentier	le-sentier	VD	2224	5872	46.608	6.2324	4
1347	Le Solliat	le-solliat	VD	2224	5872	46.6211	6.2355	4
1348	Le Brassus	le-brassus	VD	2224	5872	46.5841	6.2123	4
1350	Orbe	orbe	VD	2224	5757	46.725	6.5307	4
1352	Agiez	agiez	VD	2224	5742	46.721	6.5075	4
1353	Bofflens	bofflens	VD	2224	5747	46.7031	6.4948	4
1354	Montcherand	montcherand	VD	2224	5756	46.7336	6.5082	4
1355	Sergey	sergey	VD	2224	5762	46.7493	6.5013	4
1355	L'Abergement	l-abergement	VD	2224	5741	46.7542	6.485	4
1356	La Russille	la-russille	VD	2224	5750	46.7379	6.4808	4
1356	Les Clées	les-clees	VD	2224	5750	46.7379	6.4808	4
1357	Lignerolle	lignerolle	VD	2224	5755	46.7408	6.4587	4
1358	Valeyres-sous-Rances	valeyres-sous-rances	VD	2224	5763	46.753	6.5262	4
1372	Bavois	bavois	VD	2224	5746	46.684	6.5671	4
1373	Chavornay	chavornay	VD	2224	5749	46.7024	6.5694	4
1374	Corcelles-sur-Chavornay	corcelles-sur-chavornay	VD	2224	5749	46.7065	6.569	4
1400	Yverdon-les-Bains	yverdon-les-bains	VD	2224	5938	46.7785	6.6411	4
1400	Cheseaux-Noréaz	cheseaux-noreaz	VD	2224	5909	46.7894	6.6892	3
1401	Yverdon-les-Bains	yverdon-les-bains	VD	2224	5938	46.7743	6.6371	
1404	Villars-Epeney	villars-epeney	VD	2224	5935	46.7826	6.6976	4
1404	Cuarny	cuarny	VD	2224	5911	46.7699	6.6921	4
1405	Pomy	pomy	VD	2224	5926	46.7586	6.6691	4
1406	Cronay	cronay	VD	2224	5910	46.7566	6.6977	4
1407	Bioley-Magnoux	bioley-magnoux	VD	2224	5903	46.7259	6.7108	4
1407	Gossens	gossens	VD	2224	5913	46.7393	6.7003	4
1407	Mézery-près-Donneloye	mezery-pres-donneloye	VD	2224	5913	46.7369	6.7092	3
1407	Donneloye	donneloye	VD	2224	5913	46.7455	6.7164	4
1408	Prahins	prahins	VD	2224	5913	46.7348	6.7386	4
1412	Valeyres-sous-Ursins	valeyres-sous-ursins	VD	2224	5934	46.7471	6.6523	4
1412	Ursins	ursins	VD	2224	5932	46.7373	6.6682	4
1413	Orzens	orzens	VD	2224	5925	46.7263	6.683	4
1415	Démoret	demoret	VD	2224	5912	46.7469	6.7609	4
1415	Molondin	molondin	VD	2224	5921	46.7591	6.7446	4
1420	Fiez	fiez	VD	2224	5556	46.8282	6.6239	4
1421	Fontaines-sur-Grandson	fontaines-sur-grandson	VD	2224	5557	46.8282	6.6239	4
1421	Grandevent	grandevent	VD	2224	5560	46.8389	6.6066	4
1422	Grandson	grandson	VD	2224	5561	46.8095	6.646	4
1423	Romairon	romairon	VD	2224	5571	46.8502	6.6425	4
1423	Fontanezier	fontanezier	VD	2224	5571	46.8547	6.6559	4
1423	Villars-Burquin	villars-burquin	VD	2224	5571	46.8488	6.6276	4
1423	Vaugondry	vaugondry	VD	2224	5571	46.8461	6.6364	4
1424	Champagne	champagne	VD	2224	5553	46.8321	6.6598	4
1425	Onnens VD	onnens-vd	VD	2224	5565	46.8389	6.689	4
1426	Concise	concise	VD	2224	5554	46.8503	6.7197	4
1426	Corcelles-près-Concise	corcelles-pres-concise	VD	2224	5555	46.8518	6.7027	4
1427	Bonvillars	bonvillars	VD	2224	5551	46.8398	6.6713	4
1428	Mutrux	mutrux	VD	2224	5563	46.8808	6.7266	4
1428	Provence	provence	VD	2224	5566	46.8905	6.7261	4
1429	Giez	giez	VD	2224	5559	46.816	6.6171	4
1430	Orges	orges	VD	2224	5924	46.8093	6.5835	4
1431	Novalles	novalles	VD	2224	5564	46.8284	6.5951	4
1431	Vugelles-La Mothe	vugelles-la-mothe	VD	2224	5937	46.825	6.5738	4
1432	Gressy	gressy	VD	2224	5938	46.7502	6.6364	4
1432	Belmont-sur-Yverdon	belmont-sur-yverdon	VD	2224	5902	46.7418	6.6247	4
1433	Suchy	suchy	VD	2224	5929	46.7235	6.5993	4
1434	Ependes VD	ependes-vd	VD	2224	5914	46.7428	6.6081	4
1435	Essert-Pittet	essert-pittet	VD	2224	5749	46.7065	6.569	4
1436	Chamblon	chamblon	VD	2224	5904	46.7791	6.6026	4
1436	Treycovagnes	treycovagnes	VD	2224	5931	46.7739	6.6124	4
1437	Suscévaz	suscevaz	VD	2224	5930	46.7622	6.5868	4
1438	Mathod	mathod	VD	2224	5919	46.7664	6.5647	4
1439	Rances	rances	VD	2224	5760	46.7607	6.5297	4
1440	Montagny-Chamard	montagny-chamard	VD	2224	5922	46.7904	6.6098	
1441	Valeyres-sous-Montagny	valeyres-sous-montagny	VD	2224	5933	46.8005	6.6037	4
1442	Montagny-près-Yverdon	montagny-pres-yverdon	VD	2224	5922	46.7929	6.6122	4
1443	Champvent	champvent	VD	2224	5905	46.7829	6.5719	4
1443	Villars-sous-Champvent	villars-sous-champvent	VD	2224	5905	46.7829	6.5719	3
1443	Essert-sous-Champvent	essert-sous-champvent	VD	2224	5905	46.7829	6.5719	3
1445	Vuiteboeuf	vuiteboeuf	VD	2224	5766	46.8092	6.5504	4
1446	Baulmes	baulmes	VD	2224	5745	46.7903	6.5228	4
1450	La Sagne (Ste-Croix)	la-sagne-ste-croix	VD	2224	5568	46.8165	6.4982	4
1450	Le Château-de-Ste-Croix	le-chateau-de-ste-croix	VD	2224	5568	46.8182	6.5341	4
1450	Ste-Croix	ste-croix	VD	2224	5568	46.8174	6.5161	3
1452	Les Rasses	les-rasses	VD	2224	5552	46.829	6.5391	4
1453	Bullet	bullet	VD	2224	5552	46.8312	6.554	4
1453	Mauborget	mauborget	VD	2224	5562	46.8561	6.6156	4
1454	La Vraconnaz	la-vraconnaz	VD	2224	5568	46.8426	6.4837	4
1454	L'Auberson	l-auberson	VD	2224	5568	46.8192	6.4597	4
1462	Yvonand	yvonand	VD	2224	5939	46.8003	6.7425	4
1463	Rovray	rovray	VD	2224	5928	46.7849	6.7644	4
1464	Chêne-Pâquier	chene-paquier	VD	2224	5908	46.7715	6.7694	4
1464	Chavannes-le-Chêne	chavannes-le-chene	VD	2224	5907	46.777	6.7779	4
1000	Lausanne 27	lausanne-27	VD	2225	5586	46.5182	6.6329	1
1000	Lausanne 25	lausanne-25	VD	2225	5586	46.5182	6.6329	1
1000	Lausanne 26	lausanne-26	VD	2225	5586	46.5182	6.6329	1
1001	Lausanne	lausanne	VD	2225	5586	46.5218	6.633	
1002	Lausanne	lausanne	VD	2225	5586	46.5218	6.633	
1003	Lausanne	lausanne	VD	2225	5586	46.516	6.6328	4
1004	Lausanne	lausanne	VD	2225	5586	46.516	6.6328	4
1005	Lausanne	lausanne	VD	2225	5586	46.516	6.6328	4
1006	Lausanne	lausanne	VD	2225	5586	46.516	6.6328	4
1007	Lausanne	lausanne	VD	2225	5586	46.516	6.6328	4
1008	Jouxtens-Mézery	jouxtens-mezery	VD	2225	5585	46.5556	6.6437	3
1010	Lausanne	lausanne	VD	2225	5586	46.516	6.6328	4
1011	Lausanne	lausanne	VD	2225	5586	46.516	6.6328	4
1012	Lausanne	lausanne	VD	2225	5586	46.516	6.6328	4
1014	Lausanne Adm cant	lausanne-adm-cant	VD	2225	5586	46.5218	6.633	
1015	Lausanne	lausanne	VD	2225	5586	46.516	6.6328	4
1017	Lausanne Veillon	lausanne-veillon	VD	2225	5586	46.5218	6.633	
1018	Lausanne	lausanne	VD	2225	5586	46.516	6.6328	4
1019	Lausanne	lausanne	VD	2225	5586	46.5218	6.633	
1032	Romanel-sur-Lausanne	romanel-sur-lausanne	VD	2225	5592	46.564	6.6054	4
1033	Cheseaux-sur-Lausanne	cheseaux-sur-lausanne	VD	2225	5582	46.5862	6.6059	4
1039	Cheseaux Polyval	cheseaux-polyval	VD	2225	5582	46.5845	6.5955	
1052	Le Mont-sur-Lausanne	le-mont-sur-lausanne	VD	2225	5587	46.5582	6.6315	4
1066	Epalinges	epalinges	VD	2225	5584	46.549	6.6683	4
1009	Pully	pully	VD	2226	5590	46.5103	6.6618	4
1068	Les Monts-de-Pully	les-monts-de-pully	VD	2226	5590	46.5373	6.6876	4
1070	Puidoux	puidoux	VD	2226	5607	46.5009	6.7825	4
1071	Rivaz	rivaz	VD	2226	5609	46.4763	6.7788	4
1071	St-Saphorin (Lavaux)	st-saphorin-lavaux	VD	2226	5610	46.4733	6.796	4
1071	Chexbres	chexbres	VD	2226	5601	46.4821	6.778	4
1072	Forel (Lavaux)	forel-lavaux	VD	2226	5604	46.5379	6.7629	4
1073	Savigny	savigny	VD	2226	5611	46.5384	6.7322	4
1073	Mollie-Margot	mollie-margot	VD	2226	5611	46.558	6.7513	4
1076	Ferlens VD	ferlens-vd	VD	2226	5806	46.5881	6.7808	4
1077	Servion	servion	VD	2226	5799	46.5731	6.7494	4
1078	Essertes	essertes	VD	2226	5788	46.5619	6.7864	4
1080	Les Cullayes	les-cullayes	VD	2226	5799	46.5731	6.7494	4
1081	Montpreveyres	montpreveyres	VD	2226	5792	46.5826	6.7411	4
1083	Mézières VD	mezieres-vd	VD	2226	5806	46.5915	6.7657	4
1084	Carrouge VD	carrouge-vd	VD	2226	5806	46.5377	6.7677	4
1090	La Croix (Lutry)	la-croix-lutry	VD	2226	5606	46.5179	6.7036	4
1091	Grandvaux	grandvaux	VD	2226	5613	46.4938	6.7161	4
1091	Chenaux	chenaux	VD	2226	5613	46.4957	6.7302	4
1091	Aran	aran	VD	2226	5613	46.4993	6.7104	4
1092	Belmont-sur-Lausanne	belmont-sur-lausanne	VD	2226	5581	46.5189	6.6764	4
1093	La Conversion	la-conversion	VD	2226	5606	46.5128	6.6774	4
1094	Paudex	paudex	VD	2226	5588	46.5055	6.6682	4
1095	Lutry	lutry	VD	2226	5606	46.5024	6.6865	4
1096	Cully	cully	VD	2226	5613	46.4889	6.7294	4
1096	Villette (Lavaux)	villette-lavaux	VD	2226	5613	46.4957	6.709	4
1097	Riex	riex	VD	2226	5613	46.4935	6.7356	4
1098	Epesses	epesses	VD	2226	5613	46.4913	6.7478	4
1607	Palézieux-Village	palezieux-village	VD	2226	5805	46.5553	6.8311	4
1607	Les Tavernes	les-tavernes	VD	2226	5805	46.5548	6.8106	4
1607	Palézieux	palezieux	VD	2226	5805	46.5419	6.8399	4
1607	Les Thioleyres	les-thioleyres	VD	2226	5805	46.5389	6.8114	4
1608	Bussigny-sur-Oron	bussigny-sur-oron	VD	2226	5805	46.5698	6.8648	4
1608	Oron-le-Châtel	oron-le-chatel	VD	2226	5805	46.573	6.8404	4
1608	Chesalles-sur-Oron	chesalles-sur-oron	VD	2226	5805	46.5775	6.8558	4
1610	Châtillens	chatillens	VD	2226	5805	46.5647	6.8128	4
1610	Oron-la-Ville	oron-la-ville	VD	2226	5805	46.5709	6.8256	4
1610	Vuibroye	vuibroye	VD	2226	5805	46.5714	6.8047	4
1612	Ecoteaux	ecoteaux	VD	2226	5805	46.5469	6.8641	4
1613	Maracon	maracon	VD	2226	5790	46.5501	6.8722	4
1026	Denges	denges	VD	2227	5632	46.522	6.5393	4
1026	Echandens	echandens	VD	2227	5633	46.5397	6.5379	4
1027	Lonay	lonay	VD	2227	5638	46.5288	6.5194	4
1028	Préverenges	preverenges	VD	2227	5643	46.5185	6.5268	4
1110	Morges	morges	VD	2227	5642	46.5113	6.4985	4
1112	Echichens	echichens	VD	2227	5634	46.5303	6.4968	4
1113	St-Saphorin-sur-Morges	st-saphorin-sur-morges	VD	2227	5634	46.5469	6.4885	4
1114	Colombier VD	colombier-vd	VD	2227	5634	46.5571	6.4728	4
1115	Vullierens	vullierens	VD	2227	5654	46.574	6.4819	4
1116	Cottens VD	cottens-vd	VD	2227	5478	46.5725	6.4564	4
1117	Grancy	grancy	VD	2227	5485	46.5921	6.4639	4
1121	Bremblens	bremblens	VD	2227	5622	46.5483	6.5194	4
1122	Romanel-sur-Morges	romanel-sur-morges	VD	2227	5645	46.5561	6.5104	4
1123	Aclens	aclens	VD	2227	5621	46.5663	6.5115	4
1124	Gollion	gollion	VD	2227	5484	46.5852	6.5097	4
1125	Monnaz	monnaz	VD	2227	5634	46.5325	6.4806	4
1126	Vaux-sur-Morges	vaux-sur-morges	VD	2227	5650	46.5385	6.4639	4
1127	Clarmont	clarmont	VD	2227	5629	46.5464	6.4495	4
1128	Reverolle	reverolle	VD	2227	5644	46.5428	6.4405	4
1131	Tolochenaz	tolochenaz	VD	2227	5649	46.505	6.4728	4
1132	Lully VD	lully-vd	VD	2227	5639	46.5051	6.4648	4
1134	Vufflens-le-Château	vufflens-le-chateau	VD	2227	5653	46.5263	6.4721	4
1134	Chigny	chigny	VD	2227	5628	46.5197	6.4766	4
1135	Denens	denens	VD	2227	5631	46.5177	6.4529	4
1136	Bussy-Chardonney	bussy-chardonney	VD	2227	5625	46.5305	6.4425	4
1141	Sévery	severy	VD	2227	5500	46.5735	6.4417	4
1142	Pampigny	pampigny	VD	2227	5494	46.5809	6.4294	4
1143	Apples	apples	VD	2227	5421	46.5524	6.4289	4
1144	Ballens	ballens	VD	2227	5423	46.5548	6.3731	4
1145	Bière	biere	VD	2227	5425	46.5376	6.3336	4
1146	Mollens VD	mollens-vd	VD	2227	5431	46.5776	6.3632	4
1147	Montricher	montricher	VD	2227	5492	46.5996	6.3767	4
1148	Mont-la-Ville	mont-la-ville	VD	2227	5491	46.6466	6.409	4
1148	La Coudre	la-coudre	VD	2227	5486	46.6404	6.4036	4
1148	L'Isle	l-isle	VD	2227	5486	46.6184	6.4133	4
1148	Villars-Bozon	villars-bozon	VD	2227	5486	46.6065	6.4067	4
1148	Chavannes-le-Veyron	chavannes-le-veyron	VD	2227	5475	46.607	6.4509	4
1148	Moiry VD	moiry-vd	VD	2227	5490	46.6491	6.4534	4
1148	Cuarnens	cuarnens	VD	2227	5479	46.6255	6.4371	4
1148	Mauraz	mauraz	VD	2227	5488	46.6056	6.4207	4
1149	Berolle	berolle	VD	2227	5424	46.558	6.3355	4
1162	St-Prex	st-prex	VD	2227	5646	46.4796	6.4599	4
1163	Etoy	etoy	VD	2227	5636	46.4859	6.4182	4
1164	Buchillon	buchillon	VD	2227	5623	46.4698	6.4178	4
1165	Allaman	allaman	VD	2227	5851	46.4701	6.3964	4
1167	Lussy-sur-Morges	lussy-sur-morges	VD	2227	5640	46.5041	6.45	4
1168	Villars-sous-Yens	villars-sous-yens	VD	2227	5652	46.5092	6.4293	4
1169	Yens	yens	VD	2227	5655	46.519	6.4185	4
1170	Aubonne	aubonne	VD	2227	5422	46.4951	6.3916	4
1172	Bougy-Villars	bougy-villars	VD	2227	5426	46.4819	6.3536	4
1173	Féchy	fechy	VD	2227	5427	46.4788	6.3728	4
1174	Pizy	pizy	VD	2227	5422	46.4939	6.3478	4
1174	Montherod	montherod	VD	2227	5422	46.5017	6.3615	4
1175	Lavigny	lavigny	VD	2227	5637	46.5012	6.4109	4
1176	St-Livres	st-livres	VD	2227	5435	46.5079	6.3875	4
1187	St-Oyens	st-oyens	VD	2227	5436	46.4994	6.3033	4
1188	Gimel	gimel	VD	2227	5428	46.5095	6.3074	4
1189	Saubraz	saubraz	VD	2227	5437	46.5161	6.3302	4
1304	Dizy	dizy	VD	2227	5481	46.6354	6.4965	4
1304	Cossonay-Ville	cossonay-ville	VD	2227	5477	46.6144	6.5063	4
1304	Senarclens	senarclens	VD	2227	5499	46.5979	6.4854	4
1304	Allens	allens	VD	2227	5477	46.6009	6.5109	4
1308	La Chaux (Cossonay)	la-chaux-cossonay	VD	2227	5474	46.6171	6.4722	4
1312	Eclépens	eclepens	VD	2227	5482	46.6482	6.5358	4
1313	Ferreyres	ferreyres	VD	2227	5483	46.658	6.4852	4
1315	La Sarraz	la-sarraz	VD	2227	5498	46.6586	6.5108	4
1316	Chevilly	chevilly	VD	2227	5476	46.6427	6.4766	4
1317	Orny	orny	VD	2227	5493	46.6676	6.5264	4
1318	Pompaples	pompaples	VD	2227	5497	46.667	6.5097	4
1166	Perroy	perroy	VD	2228	5860	46.4669	6.3535	4
1180	Rolle	rolle	VD	2228	5861	46.4582	6.335	4
1180	Tartegnin	tartegnin	VD	2228	5862	46.4662	6.3125	4
1182	Gilly	gilly	VD	2228	5857	46.4578	6.2965	4
1183	Bursins	bursins	VD	2228	5853	46.4528	6.2914	4
1184	Luins	luins	VD	2228	5858	46.442	6.2727	4
1184	Vinzel	vinzel	VD	2228	5863	46.4483	6.2782	4
1185	Mont-sur-Rolle	mont-sur-rolle	VD	2228	5859	46.4702	6.3352	4
1186	Essertines-sur-Rolle	essertines-sur-rolle	VD	2228	5856	46.4931	6.3177	4
1188	St-George	st-george	VD	2228	5434	46.5143	6.2598	4
1195	Dully	dully	VD	2228	5855	46.4314	6.2946	4
1195	Bursinel	bursinel	VD	2228	5852	46.4396	6.3058	4
1196	Gland	gland	VD	2228	5721	46.4208	6.2701	4
1197	Prangins	prangins	VD	2228	5725	46.3952	6.2496	4
1260	Nyon	nyon	VD	2228	5724	46.3832	6.2395	4
1261	Marchissy	marchissy	VD	2228	5430	46.4881	6.2466	4
1261	Longirod	longirod	VD	2228	5429	46.495	6.2584	4
1261	Le Vaud	le-vaud	VD	2228	5731	46.4775	6.236	4
1262	Eysins	eysins	VD	2228	5716	46.3817	6.207	4
1263	Crassier	crassier	VD	2228	5714	46.3746	6.1637	4
1264	St-Cergue	st-cergue	VD	2228	5727	46.4459	6.1574	4
1265	La Cure	la-cure	VD	2228	5727	46.4647	6.0742	4
1266	Duillier	duillier	VD	2228	5715	46.4092	6.2298	4
1267	Coinsins	coinsins	VD	2228	5710	46.4239	6.2356	4
1267	Vich	vich	VD	2228	5732	46.4292	6.2501	4
1268	Burtigny	burtigny	VD	2228	5854	46.4675	6.2571	4
1268	Begnins	begnins	VD	2228	5704	46.4415	6.2476	4
1269	Bassins	bassins	VD	2228	5703	46.4627	6.2362	4
1270	Trélex	trelex	VD	2228	5730	46.4154	6.2081	4
1271	Givrins	givrins	VD	2228	5720	46.4297	6.2021	4
1272	Genolier	genolier	VD	2228	5718	46.4354	6.2181	4
1273	Arzier-Le Muids	arzier-le-muids	VD	2228	5702	46.4596	6.2081	4
1274	Signy	signy	VD	2228	5728	46.3917	6.2029	4
1274	Grens	grens	VD	2228	5722	46.394	6.1911	4
1275	Chéserex	cheserex	VD	2228	5709	46.3993	6.174	4
1276	Gingins	gingins	VD	2228	5719	46.4091	6.1781	4
1277	Arnex-sur-Nyon	arnex-sur-nyon	VD	2228	5701	46.3729	6.1898	3
1277	Borex	borex	VD	2228	5706	46.3789	6.1762	4
1278	La Rippe	la-rippe	VD	2228	5726	46.381	6.1505	4
1279	Chavannes-de-Bogis	chavannes-de-bogis	VD	2228	5707	46.3454	6.162	4
1279	Bogis-Bossey	bogis-bossey	VD	2228	5705	46.3537	6.166	4
1290	Chavannes-des-Bois	chavannes-des-bois	VD	2228	5708	46.314	6.135	4
1291	Commugny	commugny	VD	2228	5711	46.321	6.1712	4
1295	Mies	mies	VD	2228	5723	46.3035	6.1633	4
1295	Tannay	tannay	VD	2228	5729	46.3088	6.1773	4
1296	Coppet	coppet	VD	2228	5712	46.3168	6.1911	4
1297	Founex	founex	VD	2228	5717	46.3328	6.1924	4
1299	Crans-près-Céligny	crans-pres-celigny	VD	2228	5713	46.3591	6.2058	4
1008	Prilly	prilly	VD	2229	5589	46.537	6.6046	4
1020	Renens VD	renens-vd	VD	2229	5591	46.5399	6.5881	4
1022	Chavannes-près-Renens	chavannes-pres-renens	VD	2229	5627	46.5301	6.5707	4
1023	Crissier	crissier	VD	2229	5583	46.5459	6.5757	4
1024	Ecublens VD	ecublens-vd	VD	2229	5635	46.529	6.5626	4
1025	St-Sulpice VD	st-sulpice-vd	VD	2229	5648	46.5105	6.559	4
1029	Villars-Ste-Croix	villars-ste-croix	VD	2229	5651	46.5656	6.5633	4
1030	Bussigny	bussigny	VD	2229	5624	46.5511	6.556	4
1658	Rossinière	rossiniere	VD	2230	5842	46.4676	7.0837	4
1658	La Tine	la-tine	VD	2230	5842	46.4696	7.0522	4
1659	Rougemont	rougemont	VD	2230	5843	46.4881	7.2066	4
1659	Flendruz	flendruz	VD	2230	5843	46.4851	7.1827	4
1660	L'Etivaz	l-etivaz	VD	2230	5841	46.4248	7.1462	4
1660	Château-d'Oex	chateau-d-oex	VD	2230	5841	46.4745	7.1316	4
1660	La Lécherette	la-lecherette	VD	2230	5841	46.4199	7.1073	4
1660	Les Moulins	les-moulins	VD	2230	5841	46.4619	7.1051	4
1800	Vevey	vevey	VD	2230	5890	46.463	6.8435	4
1801	Le Mont-Pèlerin	le-mont-pelerin	VD	2230	5882	46.4886	6.8216	1
1802	Corseaux	corseaux	VD	2230	5883	46.4722	6.8294	4
1803	Chardonne	chardonne	VD	2230	5882	46.4768	6.8268	4
1804	Corsier-sur-Vevey	corsier-sur-vevey	VD	2230	5884	46.4944	6.871	4
1805	Jongny	jongny	VD	2230	5885	46.4788	6.8411	4
1806	St-Légier-La Chiésaz	st-legier-la-chiesaz	VD	2230	5888	46.4723	6.8737	4
1807	Blonay	blonay	VD	2230	5881	46.4678	6.8962	4
1808	Les Monts-de-Corsier	les-monts-de-corsier	VD	2230	5884	46.5044	6.8807	4
1809	Fenil-sur-Corsier	fenil-sur-corsier	VD	2230	5884	46.4836	6.8635	4
1811	Vevey	vevey	VD	2230	5890	46.4642	6.8481	
1814	La Tour-de-Peilz	la-tour-de-peilz	VD	2230	5889	46.4531	6.8586	4
1815	Clarens	clarens	VD	2230	5886	46.4405	6.8923	4
1816	Chailly-Montreux	chailly-montreux	VD	2230	5886	46.4543	6.8928	4
1817	Brent	brent	VD	2230	5886	46.4593	6.9032	4
1818	Montreux Redoute	montreux-redoute	VD	2230	5886	46.4518	6.9408	
1820	Montreux	montreux	VD	2230	5886	46.433	6.9114	4
1820	Veytaux	veytaux	VD	2230	5891	46.4213	6.9305	4
1820	Territet	territet	VD	2230	5886	46.4286	6.9212	4
1822	Chernex	chernex	VD	2230	5886	46.4439	6.9115	4
1823	Glion	glion	VD	2230	5886	46.4336	6.9262	4
1824	Caux	caux	VD	2230	5886	46.4324	6.9386	4
1832	Villard-sur-Chamby	villard-sur-chamby	VD	2230	5886	46.4722	6.929	4
1832	Chamby	chamby	VD	2230	5886	46.4497	6.9123	4
1833	Les Avants	les-avants	VD	2230	5886	46.453	6.9431	4
3900	Gamsen	gamsen	VS	2301	6002	46.3048	7.9536	4
3900	Brig	brig	VS	2301	6002	46.3167	7.9833	4
3900	Brigerbad	brigerbad	VS	2301	6002	46.2999	7.9179	4
3901	Rothwald	rothwald	VS	2301	6008	46.2818	8.0402	4
3902	Glis	glis	VS	2301	6002	46.3093	7.972	4
3903	Birgisch	birgisch	VS	2301	6007	46.3187	7.9577	4
3903	Mund	mund	VS	2301	6007	46.315	7.9412	4
3904	Naters	naters	VS	2301	6007	46.3254	7.9891	4
3907	Simplon Dorf	simplon-dorf	VS	2301	6009	46.1945	8.0575	4
3907	Gondo	gondo	VS	2301	6011	46.1964	8.1388	4
3907	Gabi (Simplon)	gabi-simplon	VS	2301	6009	46.1837	8.0731	4
3911	Ried-Brig	ried-brig	VS	2301	6008	46.3138	8.0175	4
3912	Termen	termen	VS	2301	6010	46.3269	8.021	4
3913	Rosswald	rosswald	VS	2301	6010	46.3056	8.0417	4
3914	Belalp	belalp	VS	2301	6007	46.3708	7.9712	4
3914	Blatten b. Naters	blatten-b-naters	VS	2301	6007	46.3708	7.9712	3
3939	Eggerberg	eggerberg	VS	2301	6004	46.3068	7.8763	4
1911	Mayens-de-Chamoson	mayens-de-chamoson	VS	2302	6022	46.2034	7.1843	4
1955	Les Vérines (Chamoson)	les-verines-chamoson	VS	2302	6022	46.2105	7.2044	4
1955	Grugnay (Chamoson)	grugnay-chamoson	VS	2302	6022	46.208	7.219	4
1955	Némiaz (Chamoson)	nemiaz-chamoson	VS	2302	6022	46.2123	7.2235	4
1955	Chamoson	chamoson	VS	2302	6022	46.2027	7.2232	4
1955	St-Pierre-de-Clages	st-pierre-de-clages	VS	2302	6022	46.1921	7.2369	4
1957	Ardon	ardon	VS	2302	6021	46.2095	7.2601	4
1963	Vétroz	vetroz	VS	2302	6025	46.2217	7.2786	4
1964	Conthey	conthey	VS	2302	6023	46.2237	7.3028	4
1975	St-Séverin	st-severin	VS	2302	6023	46.2349	7.3007	4
1976	Erde	erde	VS	2302	6023	46.2388	7.2876	4
1976	Aven	aven	VS	2302	6023	46.2376	7.2731	4
1976	Daillon	daillon	VS	2302	6023	46.2574	7.3067	4
1993	Clèbes (Nendaz)	clebes-nendaz	VS	2302	6024	46.1875	7.3375	4
1994	Aproz (Nendaz)	aproz-nendaz	VS	2302	6024	46.2055	7.3108	4
1996	Baar (Nendaz)	baar-nendaz	VS	2302	6024	46.2057	7.3321	4
1996	Fey (Nendaz)	fey-nendaz	VS	2302	6024	46.1868	7.2699	4
1996	Brignon (Nendaz)	brignon-nendaz	VS	2302	6024	46.1896	7.3261	4
1996	Bieudron (Nendaz)	bieudron-nendaz	VS	2302	6024	46.194	7.2797	4
1996	Condémines (Nendaz)	condemines-nendaz	VS	2302	6024	46.1755	7.2554	4
1996	Basse-Nendaz	basse-nendaz	VS	2302	6024	46.1899	7.3121	4
1996	Saclentse	saclentse	VS	2302	6024	46.1761	7.3178	4
1996	Beuson (Nendaz)	beuson-nendaz	VS	2302	6024	46.1667	7.3	4
1997	Sornard (Nendaz)	sornard-nendaz	VS	2302	6024	46.1887	7.3032	4
1997	Siviez (Nendaz)	siviez-nendaz	VS	2302	6024	46.1366	7.316	4
1997	Haute-Nendaz	haute-nendaz	VS	2302	6024	46.1872	7.2975	4
1927	Chemin	chemin	VS	2303	6037	46.0895	7.0963	4
1933	Chamoille (Sembrancher)	chamoille-sembrancher	VS	2303	6035	46.0592	7.1555	4
1933	Vens (Sembrancher)	vens-sembrancher	VS	2303	6037	46.0959	7.1535	3
1933	Sembrancher	sembrancher	VS	2303	6035	46.0775	7.1528	4
1933	La Garde (Sembrancher)	la-garde-sembrancher	VS	2303	6035	46.0664	7.1473	4
1934	Bruson	bruson	VS	2303	6037	46.066	7.2183	4
1934	Le Châble VS	le-chable-vs	VS	2303	6037	46.066	7.2183	3
1936	Verbier	verbier	VS	2303	6037	46.1002	7.2265	4
1937	Orsières	orsieres	VS	2303	6034	46.029	7.1444	4
1938	Champex-Lac	champex-lac	VS	2303	6034	45.9723	7.1015	1
1941	Cries (Vollèges)	cries-volleges	VS	2303	6037	46.092	7.1755	4
1941	Vollèges	volleges	VS	2303	6037	46.0862	7.17	4
1942	Levron	levron	VS	2303	6037	46.1002	7.1638	4
1943	Praz-de-Fort	praz-de-fort	VS	2303	6034	45.9878	7.1226	4
1944	La Fouly VS	la-fouly-vs	VS	2303	6034	45.9336	7.0977	4
1945	Chez Petit (Liddes)	chez-petit-liddes	VS	2303	6033	45.9875	7.1772	4
1945	Les Moulins VS (Liddes)	les-moulins-vs-liddes	VS	2303	6033	46.0046	7.168	4
1945	Fontaine Dessus (Liddes)	fontaine-dessus-liddes	VS	2303	6033	46.0054	7.1749	4
1945	Liddes	liddes	VS	2303	6033	45.9925	7.1873	4
1945	Fornex (Liddes)	fornex-liddes	VS	2303	6033	46.009	7.1622	4
1945	Palasuit (Liddes)	palasuit-liddes	VS	2303	6033	45.9822	7.1933	4
1945	Rive Haute (Liddes)	rive-haute-liddes	VS	2303	6033	46.0088	7.1684	4
1945	Petit Vichères (Liddes)	petit-vicheres-liddes	VS	2303	6033	45.9983	7.176	3
1945	Vichères (Liddes)	vicheres-liddes	VS	2303	6033	45.9973	7.1675	4
1945	Dranse (Liddes)	dranse-liddes	VS	2303	6033	45.989	7.1804	4
1945	Chandonne (Liddes)	chandonne-liddes	VS	2303	6033	46.0066	7.1806	4
1945	Fontaine Dessous (Liddes)	fontaine-dessous-liddes	VS	2303	6033	45.9983	7.176	3
1946	Bourg-St-Pierre	bourg-st-pierre	VS	2303	6032	45.9488	7.2077	4
1947	Versegères	versegeres	VS	2303	6037	46.0671	7.2348	4
1947	Champsec	champsec	VS	2303	6037	46.0581	7.243	4
1948	Sarreyer	sarreyer	VS	2303	6037	46.064	7.2519	4
1948	Lourtier	lourtier	VS	2303	6037	46.0488	7.2668	4
1948	Fionnay	fionnay	VS	2303	6037	46.032	7.3089	4
3801	Jungfraujoch	jungfraujoch	VS	2304	6058	46.5468	7.9822	4
3984	Fiesch	fiesch	VS	2304	6052	46.4443	8.157	4
3984	Fiesch	fiesch	VS	2304	6057	46.3998	8.1353	4
3984	Fieschertal	fieschertal	VS	2304	6058	46.422	8.1454	4
3985	Geschinen	geschinen	VS	2304	6077	46.4865	8.2643	4
3985	Münster VS	munster-vs	VS	2304	6077	46.4865	8.2643	4
3988	Ulrichen	ulrichen	VS	2304	6076	46.5054	8.3096	4
3988	Obergesteln	obergesteln	VS	2304	6076	46.5143	8.3253	4
3989	Blitzingen	blitzingen	VS	2304	6077	46.4429	8.2019	4
3989	Selkingen	selkingen	VS	2304	6077	46.4552	8.2154	4
3989	Niederwald	niederwald	VS	2304	6077	46.4354	8.1899	4
3989	Ritzingen	ritzingen	VS	2304	6077	46.4566	8.2216	4
3989	Biel VS	biel-vs	VS	2304	6077	46.4559	8.2177	4
3994	Lax	lax	VS	2304	6061	46.3884	8.117	4
3995	Mühlebach (Goms)	muhlebach-goms	VS	2304	6056	46.4085	8.1562	4
3995	Ausserbinn	ausserbinn	VS	2304	6056	46.3828	8.1473	4
3995	Mühlebach (Goms)	muhlebach-goms	VS	2304	6056	46.4085	8.1562	4
3995	Steinhaus	steinhaus	VS	2304	6056	46.4218	8.1774	4
3995	Steinhaus	steinhaus	VS	2304	6056	46.4218	8.1774	4
3995	Ernen	ernen	VS	2304	6056	46.3968	8.1417	4
3996	Binn	binn	VS	2304	6054	46.3639	8.1842	4
3997	Bellwald	bellwald	VS	2304	6052	46.4276	8.1614	4
3998	Gluringen	gluringen	VS	2304	6077	46.4699	8.2416	4
3998	Reckingen VS	reckingen-vs	VS	2304	6077	46.4699	8.2416	4
3999	Oberwald	oberwald	VS	2304	6076	46.5319	8.355	4
1961	Vernamiège	vernamiege	VS	2305	6090	46.2117	7.4313	4
1966	Luc (Ayent)	luc-ayent	VS	2305	6082	46.2845	7.4195	4
1966	Villa (Ayent)	villa-ayent	VS	2305	6082	46.2764	7.4165	4
1966	Saxonne (Ayent)	saxonne-ayent	VS	2305	6082	46.2811	7.4054	4
1966	Botyre (Ayent)	botyre-ayent	VS	2305	6082	46.2753	7.406	4
1966	Argnou (Ayent)	argnou-ayent	VS	2305	6082	46.2636	7.3997	4
1966	La Place (Ayent)	la-place-ayent	VS	2305	6082	46.278	7.4094	3
1966	St-Romain (Ayent)	st-romain-ayent	VS	2305	6082	46.2831	7.4117	4
1966	Fortunau (Ayent)	fortunau-ayent	VS	2305	6082	46.2869	7.4153	4
1966	Blignou (Ayent)	blignou-ayent	VS	2305	6082	46.2734	7.4012	4
1966	Signèse (Ayent)	signese-ayent	VS	2305	6082	46.278	7.4094	3
1968	Mase	mase	VS	2305	6090	46.1952	7.4347	4
1969	Liez (St-Martin)	liez-st-martin	VS	2305	6087	46.1615	7.451	4
1969	Eison (St-Martin)	eison-st-martin	VS	2305	6087	46.1615	7.451	3
1969	St-Martin VS	st-martin-vs	VS	2305	6087	46.1615	7.451	4
1969	Trogne (St-Martin)	trogne-st-martin	VS	2305	6087	46.1615	7.451	3
1969	Suen (St-Martin)	suen-st-martin	VS	2305	6087	46.1615	7.451	3
1972	Anzère	anzere	VS	2305	6082	46.2956	7.3962	4
1973	Nax	nax	VS	2305	6090	46.2282	7.431	4
1981	Vex	vex	VS	2305	6089	46.2124	7.3983	4
1982	Euseigne	euseigne	VS	2305	6084	46.1721	7.4231	4
1983	Evolène	evolene	VS	2305	6083	46.1142	7.4941	4
1983	Lanna	lanna	VS	2305	6083	46.1333	7.4833	4
1984	La Tour VS	la-tour-vs	VS	2305	6083	46.0982	7.5057	4
1984	Les Haudères	les-hauderes	VS	2305	6083	46.0832	7.509	4
1985	La Sage	la-sage	VS	2305	6083	46.0997	7.516	4
1985	La Forclaz VS	la-forclaz-vs	VS	2305	6083	46.0872	7.5212	4
1985	Villa (Evolène)	villa-evolene	VS	2305	6083	46.1076	7.5134	4
1986	Arolla	arolla	VS	2305	6083	46.0254	7.4836	4
1987	Hérémence	heremence	VS	2305	6084	46.1803	7.4048	4
1988	Thyon	thyon	VS	2305	6089	46.1823	7.3725	4
1988	Les Collons	les-collons	VS	2305	6089	46.1818	7.3864	4
3945	Niedergampel	niedergampel	VS	2306	6118	46.3127	7.7129	4
3945	Gampel	gampel	VS	2306	6118	46.316	7.7421	4
3946	Gruben	gruben	VS	2306	6119	46.2114	7.7062	4
3946	Turtmann	turtmann	VS	2306	6119	46.3003	7.702	4
3947	Ergisch	ergisch	VS	2306	6104	46.2922	7.7147	4
3948	Oberems	oberems	VS	2306	6112	46.2819	7.6935	4
3948	Unterems	unterems	VS	2306	6119	46.2916	7.6959	4
3951	Agarn	agarn	VS	2306	6101	46.2975	7.6632	4
3952	Susten	susten	VS	2306	6110	46.3111	7.6433	4
3953	Varen	varen	VS	2306	6116	46.3186	7.6074	4
3953	Inden	inden	VS	2306	6109	46.3444	7.6174	4
3953	Leuk Stadt	leuk-stadt	VS	2306	6110	46.3174	7.6341	4
3954	Leukerbad	leukerbad	VS	2306	6111	46.3794	7.6269	4
3955	Albinen	albinen	VS	2306	6102	46.3407	7.6332	4
3956	Guttet-Feschel	guttet-feschel	VS	2306	6117	46.3253	7.667	4
3957	Bratsch	bratsch	VS	2306	6118	46.3207	7.7083	4
3957	Erschmatt	erschmatt	VS	2306	6110	46.3218	7.6915	4
3970	Salgesch	salgesch	VS	2306	6113	46.3116	7.5712	4
1906	Charrat	charrat	VS	2307	6136	46.1249	7.1314	4
1907	Saxon	saxon	VS	2307	6141	46.1494	7.1751	4
1908	Riddes	riddes	VS	2307	6139	46.1728	7.2236	4
1911	Ovronnaz	ovronnaz	VS	2307	6135	46.199	7.1736	4
1912	Montagnon (Leytron)	montagnon-leytron	VS	2307	6135	46.1901	7.1927	4
1912	Leytron	leytron	VS	2307	6135	46.1866	7.2078	4
1912	Dugny (Leytron)	dugny-leytron	VS	2307	6135	46.1875	7.1982	3
1912	Produit (Leytron)	produit-leytron	VS	2307	6135	46.1858	7.1942	4
1913	Saillon	saillon	VS	2307	6140	46.1703	7.1877	4
1913	Saillon	saillon	VS	2307	6140	46.1703	7.1877	4
1914	Isérables	iserables	VS	2307	6134	46.1623	7.2447	4
1914	Auddes-sur-Riddes	auddes-sur-riddes	VS	2307	6139	46.1623	7.2447	3
1918	La Tzoumaz	la-tzoumaz	VS	2307	6139	46.1448	7.233	4
1919	Martigny Mutuel	martigny-mutuel	VS	2307	6136	46.1072	7.081	
1920	Martigny	martigny	VS	2307	6136	46.1028	7.0724	4
1921	Martigny-Croix	martigny-croix	VS	2307	6137	46.086	7.0513	4
1926	Fully	fully	VS	2307	6133	46.1385	7.1147	4
1928	Ravoire	ravoire	VS	2307	6137	46.1007	7.0458	4
1929	Trient	trient	VS	2307	6142	46.058	6.994	4
1932	Bovernier	bovernier	VS	2307	6131	46.079	7.0858	4
1932	Les Valettes (Bovernier)	les-valettes-bovernier	VS	2307	6131	46.0753	7.0735	4
1868	Collombey	collombey	VS	2308	6152	46.2739	6.9479	4
1870	Monthey	monthey	VS	2308	6153	46.2545	6.9541	4
1870	Monthey	monthey	VS	2308	6153	46.2545	6.9541	4
1871	Choëx	choex	VS	2308	6153	46.2413	6.9584	4
1871	Les Giettes	les-giettes	VS	2308	6153	46.2275	6.9583	4
1872	Troistorrents	troistorrents	VS	2308	6156	46.2289	6.9159	4
1873	Champoussin	champoussin	VS	2308	6157	46.2077	6.8639	4
1873	Les Crosets	les-crosets	VS	2308	6157	46.1851	6.8347	4
1873	Val-d'Illiez	val-d-illiez	VS	2308	6157	46.2036	6.891	4
1874	Champéry	champery	VS	2308	6151	46.1754	6.869	4
1875	Morgins	morgins	VS	2308	6156	46.239	6.852	4
1893	Muraz (Collombey)	muraz-collombey	VS	2308	6152	46.2842	6.9334	1
1895	Vionnaz	vionnaz	VS	2308	6158	46.311	6.9006	4
1896	Vouvry	vouvry	VS	2308	6159	46.3375	6.8895	4
1896	Miex	miex	VS	2308	6159	46.3395	6.867	4
1897	Les Evouettes	les-evouettes	VS	2308	6154	46.362	6.8767	4
1897	Bouveret	bouveret	VS	2308	6154	46.3832	6.8596	4
1898	St-Gingolph	st-gingolph	VS	2308	6155	46.3922	6.8059	4
1899	Torgon	torgon	VS	2308	6158	46.3195	6.8753	4
3916	Ferden	ferden	VS	2309	6195	46.3936	7.7592	4
3917	Goppenstein	goppenstein	VS	2309	6195	46.369	7.7541	4
3917	Kippel	kippel	VS	2309	6197	46.3988	7.7719	4
3918	Wiler (Lötschen)	wiler-lotschen	VS	2309	6202	46.4032	7.7816	4
3919	Blatten (Lötschen)	blatten-lotschen	VS	2309	6192	46.4207	7.8175	4
3935	Bürchen	burchen	VS	2309	6193	46.2805	7.8151	4
3938	Ausserberg	ausserberg	VS	2309	6191	46.3139	7.853	4
3940	Steg VS	steg-vs	VS	2309	6204	46.3149	7.7492	4
3942	Niedergesteln	niedergesteln	VS	2309	6198	46.3124	7.7836	4
3942	Raron	raron	VS	2309	6199	46.312	7.8003	4
3942	St. German	st-german	VS	2309	6199	46.3128	7.8228	4
3943	Eischoll	eischoll	VS	2309	6194	46.2935	7.78	4
3944	Unterbäch VS	unterbach-vs	VS	2309	6201	46.2843	7.7992	4
3949	Hohtenn	hohtenn	VS	2309	6204	46.3189	7.7557	4
3982	Bitsch	bitsch	VS	2309	6173	46.3378	8.0109	4
3983	Goppisberg	goppisberg	VS	2309	6181	46.3714	8.0504	4
3983	Bister	bister	VS	2309	6172	46.3603	8.0645	4
3983	Filet	filet	VS	2309	6203	46.3607	8.0532	4
3983	Greich	greich	VS	2309	6181	46.3679	8.0402	4
3983	Mörel	morel	VS	2309	6203	46.3566	8.0446	4
3986	Ried-Mörel	ried-morel	VS	2309	6181	46.3571	8.0314	4
3987	Riederalp	riederalp	VS	2309	6181	46.3764	8.0261	4
3991	Betten	betten	VS	2309	6205	46.3771	8.0696	4
3992	Bettmeralp	bettmeralp	VS	2309	6205	46.3902	8.0625	4
3993	Grengiols	grengiols	VS	2309	6177	46.374	8.093	4
3994	Martisberg	martisberg	VS	2309	6205	46.3871	8.0985	4
1869	Massongex	massongex	VS	2310	6215	46.2427	6.9888	4
1890	St-Maurice	st-maurice	VS	2310	6217	46.2183	7.0032	4
1890	Mex VS	mex-vs	VS	2310	6217	46.1855	7	4
1891	Vérossaz	verossaz	VS	2310	6220	46.2122	6.9863	4
1902	Evionnaz	evionnaz	VS	2310	6213	46.181	7.0223	4
1903	Collonges	collonges	VS	2310	6211	46.172	7.0343	4
1904	Vernayaz	vernayaz	VS	2310	6219	46.1367	7.0391	4
1905	Dorénaz	dorenaz	VS	2310	6212	46.1489	7.0429	4
1922	Salvan	salvan	VS	2310	6218	46.1189	7.0208	4
1922	Les Granges (Salvan)	les-granges-salvan	VS	2310	6218	46.1292	7.0231	4
1923	Les Marécottes	les-marecottes	VS	2310	6218	46.1114	7.0073	4
1923	Le Trétien	le-tretien	VS	2310	6218	46.1022	6.9993	4
1925	Le Châtelard VS	le-chatelard-vs	VS	2310	6214	46.0617	6.9589	4
1925	Finhaut	finhaut	VS	2310	6214	46.0838	6.9778	4
1958	St-Léonard	st-leonard	VS	2311	6246	46.2515	7.4171	4
1977	Icogne	icogne	VS	2311	6239	46.2919	7.4405	4
1978	Lens	lens	VS	2311	6240	46.283	7.4498	4
3960	Muraz (Sierre)	muraz-sierre	VS	2311	6248	46.2976	7.5288	4
3960	Loc	loc	VS	2311	6253	46.2934	7.5131	4
3960	Niouc	niouc	VS	2311	6252	46.2716	7.5538	4
3960	Sierre	sierre	VS	2311	6248	46.2919	7.5356	4
3960	Corin-de-la-Crête	corin-de-la-crete	VS	2311	6253	46.2886	7.5328	3
3961	Vissoie	vissoie	VS	2311	6252	46.2162	7.5864	4
3961	Zinal	zinal	VS	2311	6252	46.1343	7.6287	4
3961	Grimentz	grimentz	VS	2311	6252	46.1809	7.5758	4
3961	Ayer	ayer	VS	2311	6252	46.1809	7.6012	4
3961	St-Luc	st-luc	VS	2311	6252	46.2215	7.5962	4
3961	St-Jean VS	st-jean-vs	VS	2311	6252	46.1969	7.5866	4
3961	Mission	mission	VS	2311	6252	46.1911	7.5936	4
3961	Chandolin	chandolin	VS	2311	6252	46.2519	7.5937	4
3963	Aminona	aminona	VS	2311	6253	46.3313	7.5328	4
3963	Crans-Montana	crans-montana	VS	2311	6253	46.3132	7.4791	4
3963	Montana	montana	VS	2311	6253	46.3134	7.4884	4
3965	Chippis	chippis	VS	2311	6235	46.2802	7.5396	4
3966	Chalais	chalais	VS	2311	6232	46.2676	7.5114	4
3966	Réchy	rechy	VS	2311	6232	46.2626	7.4962	4
3967	Vercorin	vercorin	VS	2311	6232	46.2565	7.531	4
3968	Veyras	veyras	VS	2311	6254	46.3021	7.5362	4
3971	Chermignon-d'en-Bas	chermignon-d-en-bas	VS	2311	6253	46.2882	7.4744	4
3971	Ollon VS	ollon-vs	VS	2311	6253	46.275	7.479	4
3971	Chermignon	chermignon	VS	2311	6253	46.2884	7.4749	4
3972	Miège	miege	VS	2311	6254	46.3112	7.547	4
3973	Venthône	venthone	VS	2311	6254	46.3067	7.5292	4
3974	Mollens VS	mollens-vs	VS	2311	6253	46.3165	7.5212	4
3975	Randogne	randogne	VS	2311	6253	46.3095	7.5006	4
3976	Noës	noes	VS	2311	6248	46.2798	7.5025	4
3976	Champzabé	champzabe	VS	2311	6253	46.2792	7.4994	4
3977	Granges VS	granges-vs	VS	2311	6248	46.2618	7.4675	4
3978	Flanthey	flanthey	VS	2311	6240	46.2691	7.4471	4
3979	Grône	grone	VS	2311	6238	46.2529	7.4595	4
1950	Sion	sion	VS	2312	6266	46.2274	7.3556	4
1951	Sion	sion	VS	2312	6266	46.2304	7.3661	
1958	Uvrier	uvrier	VS	2312	6266	46.2486	7.4104	4
1962	Pont-de-la-Morge (Sion)	pont-de-la-morge-sion	VS	2312	6266	46.226	7.3139	4
1965	Ormône (Savièse)	ormone-saviese	VS	2312	6265	46.2431	7.3469	4
1965	Drône (Savièse)	drone-saviese	VS	2312	6265	46.2612	7.3681	4
1965	Mayens-de-la-Zour (Savièse)	mayens-de-la-zour-saviese	VS	2312	6265	46.2698	7.3569	4
1965	Chandolin (Savièse)	chandolin-saviese	VS	2312	6265	46.2494	7.3193	4
1965	Granois (Savièse)	granois-saviese	VS	2312	6265	46.2489	7.3369	4
1965	Roumaz (Savièse)	roumaz-saviese	VS	2312	6265	46.2453	7.3456	4
1965	Monteiller (Savièse)	monteiller-saviese	VS	2312	6265	46.2571	7.3565	4
1965	Diolly (Savièse)	diolly-saviese	VS	2312	6265	46.2531	7.3478	3
1965	St-Germain (Savièse)	st-germain-saviese	VS	2312	6265	46.2496	7.3526	4
1965	La Muraz (Savièse)	la-muraz-saviese	VS	2312	6265	46.2531	7.3478	3
1967	Bramois	bramois	VS	2312	6266	46.2324	7.4007	4
1971	Grimisuat	grimisuat	VS	2312	6263	46.2594	7.3841	4
1971	Champlan (Grimisuat)	champlan-grimisuat	VS	2312	6263	46.2471	7.3729	4
1974	Arbaz	arbaz	VS	2312	6261	46.2781	7.3854	4
1991	Pravidondaz (Salins)	pravidondaz-salins	VS	2312	6266	46.2124	7.3549	4
1991	Salins	salins	VS	2312	6266	46.2094	7.3579	4
1991	Arvillard (Salins)	arvillard-salins	VS	2312	6266	46.211	7.3459	4
1991	Turin (Salins)	turin-salins	VS	2312	6266	46.2155	7.3541	4
1991	Misériez (Salins)	miseriez-salins	VS	2312	6266	46.2121	7.3532	3
1992	La Vernaz (Les Agettes)	la-vernaz-les-agettes	VS	2312	6266	46.2102	7.3734	4
1992	Crête-à-l'Oeil (Les Agettes)	crete-a-l-oeil-les-agettes	VS	2312	6266	46.212	7.3715	4
1992	Les Agettes	les-agettes	VS	2312	6266	46.1978	7.3683	4
1992	Les Mayens-de-Sion	les-mayens-de-sion	VS	2312	6266	46.2857	7.3361	4
1993	Veysonnaz	veysonnaz	VS	2312	6267	46.1952	7.3356	4
3905	Saas-Almagell	saas-almagell	VS	2313	6288	46.0935	7.9574	4
3906	Saas-Fee	saas-fee	VS	2313	6290	46.1081	7.9274	4
3908	Saas-Balen	saas-balen	VS	2313	6289	46.1544	7.927	4
3910	Saas-Grund	saas-grund	VS	2313	6291	46.1228	7.9365	4
3920	Zermatt	zermatt	VS	2313	6300	46.02	7.7486	4
3922	Kalpetran	kalpetran	VS	2313	6283	46.2148	7.8386	4
3922	Eisten	eisten	VS	2313	6282	46.2007	7.8928	4
3922	Stalden VS	stalden-vs	VS	2313	6293	46.2334	7.8727	4
3923	Törbel	torbel	VS	2313	6296	46.2384	7.8524	4
3924	St. Niklaus VS	st-niklaus-vs	VS	2313	6292	46.1772	7.8035	4
3925	Grächen	grachen	VS	2313	6285	46.1953	7.8375	4
3926	Embd	embd	VS	2313	6283	46.215	7.8267	4
3927	Herbriggen	herbriggen	VS	2313	6292	46.1359	7.7923	4
3928	Randa	randa	VS	2313	6287	46.0988	7.7823	4
3929	Täsch	tasch	VS	2313	6295	46.0684	7.7777	4
3930	Visp	visp	VS	2313	6297	46.2937	7.8815	4
3930	Eyholz	eyholz	VS	2313	6297	46.2942	7.9084	4
3931	Lalden	lalden	VS	2313	6286	46.2995	7.9023	4
3932	Visperterminen	visperterminen	VS	2313	6298	46.259	7.9019	4
3933	Staldenried	staldenried	VS	2313	6294	46.2294	7.8827	4
3934	Zeneggen	zeneggen	VS	2313	6299	46.2734	7.8654	4
3937	Baltschieder	baltschieder	VS	2313	6281	46.3089	7.8657	4
3937	Baltschieder	baltschieder	VS	2313	6281	46.3089	7.8657	4
6300	Zugerberg	zugerberg	ZG	900	1711	47.1434	8.5334	4
6300	Zug	zug	ZG	900	1711	47.1724	8.5174	4
6301	Zug	zug	ZG	900	1711	47.15	8.5232	
6302	Zug	zug	ZG	900	1711	47.15	8.5232	
6303	Zug	zug	ZG	900	1711	47.15	8.5232	
6310	Zug	zug	ZG	900	1711	47.15	8.5232	
6312	Steinhausen	steinhausen	ZG	900	1708	47.1951	8.4858	4
6313	Menzingen	menzingen	ZG	900	1704	47.1776	8.5922	4
6313	Edlibach	edlibach	ZG	900	1704	47.1826	8.575	4
6313	Finstersee	finstersee	ZG	900	1704	47.1685	8.6308	4
6314	Unterägeri	unterageri	ZG	900	1709	47.1364	8.5853	4
6314	Neuägeri	neuageri	ZG	900	1709	47.1538	8.5642	4
6315	Morgarten	morgarten	ZG	900	1706	47.1026	8.6398	4
6315	Alosen	alosen	ZG	900	1706	47.1423	8.6386	4
6315	Oberägeri	oberageri	ZG	900	1706	47.1361	8.6144	4
6317	Oberwil b. Zug	oberwil-b-zug	ZG	900	1711	47.1483	8.5073	4
6318	Walchwil	walchwil	ZG	900	1710	47.1017	8.5169	4
6319	Allenwinden	allenwinden	ZG	900	1701	47.1642	8.5554	4
6330	Cham	cham	ZG	900	1702	47.1821	8.4636	4
6331	Hünenberg	hunenberg	ZG	900	1703	47.1754	8.425	4
6332	Hagendorn	hagendorn	ZG	900	1702	47.2045	8.4333	4
6333	Hünenberg See	hunenberg-see	ZG	900	1703	47.1743	8.4512	4
6340	Sihlbrugg	sihlbrugg	ZG	900	1705	47.2157	8.5735	4
6340	Baar	baar	ZG	900	1701	47.1963	8.5295	4
6341	Baar	baar	ZG	900	1701	47.1954	8.537	
6343	Holzhäusern ZG	holzhausern-zg	ZG	900	1707	47.1565	8.4409	4
6343	Buonas	buonas	ZG	900	1707	47.1415	8.4535	4
6343	Rotkreuz	rotkreuz	ZG	900	1707	47.1406	8.4293	4
6343	Risch	risch	ZG	900	1707	47.1335	8.4651	4
6345	Neuheim	neuheim	ZG	900	1705	47.2019	8.5805	4
6349	Baar	baar	ZG	900	1701	47.1954	8.537	
8143	Stallikon	stallikon	ZH	101	13	47.3258	8.4897	4
8143	Uetliberg	uetliberg	ZH	101	13	47.3521	8.4875	4
8906	Bonstetten	bonstetten	ZH	101	3	47.315	8.4684	4
8907	Wettswil	wettswil	ZH	101	14	47.2695	8.4744	1
8908	Hedingen	hedingen	ZH	101	5	47.2979	8.4483	4
8909	Zwillikon	zwillikon	ZH	101	2	47.2883	8.4312	4
8910	Affoltern am Albis	affoltern-am-albis	ZH	101	2	47.2774	8.4513	4
8911	Rifferswil	rifferswil	ZH	101	12	47.2437	8.4969	4
8912	Obfelden	obfelden	ZH	101	10	47.2641	8.4215	4
8913	Ottenbach	ottenbach	ZH	101	11	47.2823	8.4043	4
8914	Aeugst am Albis	aeugst-am-albis	ZH	101	1	47.2754	8.4897	4
8914	Aeugstertal	aeugstertal	ZH	101	1	47.2754	8.4897	3
8915	Hausen am Albis	hausen-am-albis	ZH	101	4	47.245	8.533	4
8925	Ebertswil	ebertswil	ZH	101	4	47.2264	8.5496	4
8926	Kappel am Albis	kappel-am-albis	ZH	101	6	47.2281	8.5273	4
8926	Uerzlikon	uerzlikon	ZH	101	6	47.2215	8.4981	4
8926	Hauptikon	hauptikon	ZH	101	6	47.2304	8.4954	4
8932	Mettmenstetten	mettmenstetten	ZH	101	9	47.2453	8.4635	4
8933	Maschwanden	maschwanden	ZH	101	8	47.2343	8.4271	4
8934	Knonau	knonau	ZH	101	7	47.2235	8.462	4
8212	Nohl	nohl	ZH	102	34	47.6695	8.6079	4
8245	Feuerthalen	feuerthalen	ZH	102	27	47.6905	8.6436	4
8246	Langwiesen	langwiesen	ZH	102	27	47.684	8.6609	4
8247	Flurlingen	flurlingen	ZH	102	29	47.6839	8.6299	4
8248	Uhwiesen	uhwiesen	ZH	102	34	47.6707	8.6354	4
8414	Buch am Irchel	buch-am-irchel	ZH	102	24	47.55	8.6333	4
8415	Berg am Irchel	berg-am-irchel	ZH	102	23	47.5695	8.5968	4
8415	Gräslikon	graslikon	ZH	102	23	47.5566	8.6054	4
8416	Flaach	flaach	ZH	102	28	47.5761	8.6063	4
8444	Henggart	henggart	ZH	102	31	47.5627	8.6821	4
8447	Dachsen	dachsen	ZH	102	25	47.6652	8.6179	4
8450	Andelfingen	andelfingen	ZH	102	30	47.5945	8.6783	4
8451	Kleinandelfingen	kleinandelfingen	ZH	102	33	47.6006	8.6836	4
8452	Adlikon b. Andelfingen	adlikon-b-andelfingen	ZH	102	21	47.5823	8.6915	4
8453	Alten	alten	ZH	102	33	47.5989	8.6437	4
8457	Humlikon	humlikon	ZH	102	32	47.5764	8.6701	4
8458	Dorf	dorf	ZH	102	26	47.5729	8.6478	4
8459	Volken	volken	ZH	102	43	47.5748	8.6258	4
8460	Marthalen	marthalen	ZH	102	35	47.6291	8.6533	4
8461	Oerlingen	oerlingen	ZH	102	33	47.6249	8.6759	4
8462	Rheinau	rheinau	ZH	102	38	47.6328	8.6025	4
8463	Benken ZH	benken-zh	ZH	102	22	47.6528	8.6539	4
8464	Ellikon am Rhein	ellikon-am-rhein	ZH	102	35	47.605	8.5992	4
8465	Rudolfingen	rudolfingen	ZH	102	40	47.6406	8.6743	4
8465	Wildensbuch	wildensbuch	ZH	102	40	47.6521	8.6766	4
8466	Trüllikon	trullikon	ZH	102	40	47.6354	8.6892	4
8467	Truttikon	truttikon	ZH	102	41	47.6291	8.7272	4
8468	Guntalingen	guntalingen	ZH	102	292	47.6324	8.7685	4
8468	Waltalingen	waltalingen	ZH	102	292	47.622	8.7782	4
8475	Ossingen	ossingen	ZH	102	37	47.6118	8.7278	4
8476	Unterstammheim	unterstammheim	ZH	102	292	47.6392	8.7906	4
8477	Oberstammheim	oberstammheim	ZH	102	292	47.6324	8.7996	4
8478	Thalheim an der Thur	thalheim-an-der-thur	ZH	102	39	47.5782	8.7512	4
8058	Zürich	zurich	ZH	103	62	47.458	8.5853	
8060	Zürich	zurich	ZH	103	62	47.458	8.5853	
8152	Opfikon	opfikon	ZH	103	66	47.4317	8.5759	4
8152	Glattbrugg	glattbrugg	ZH	103	66	47.4313	8.5627	4
8152	Glattpark (Opfikon)	glattpark-opfikon	ZH	103	66	47.4315	8.5693	3
8180	Bülach	bulach	ZH	103	53	47.522	8.5405	4
8181	Höri	hori	ZH	103	60	47.5075	8.5024	4
8182	Hochfelden	hochfelden	ZH	103	59	47.5226	8.5156	4
8184	Bachenbülach	bachenbulach	ZH	103	51	47.5032	8.5456	4
8185	Winkel	winkel	ZH	103	72	47.4919	8.5537	4
8192	Glattfelden	glattfelden	ZH	103	58	47.5587	8.5017	4
8192	Zweidlen	zweidlen	ZH	103	58	47.5587	8.5017	3
8193	Eglisau	eglisau	ZH	103	55	47.5774	8.5212	4
8194	Hüntwangen	huntwangen	ZH	103	61	47.5958	8.4912	4
8195	Wasterkingen	wasterkingen	ZH	103	70	47.5896	8.4712	4
8196	Wil ZH	wil-zh	ZH	103	71	47.6045	8.5081	4
8197	Rafz	rafz	ZH	103	67	47.6044	8.543	4
8302	Kloten	kloten	ZH	103	62	47.4515	8.5849	4
8303	Bassersdorf	bassersdorf	ZH	103	52	47.4434	8.6285	4
8304	Wallisellen	wallisellen	ZH	103	69	47.415	8.5967	4
8305	Dietlikon	dietlikon	ZH	103	54	47.4183	8.6188	4
8309	Nürensdorf	nurensdorf	ZH	103	64	47.4481	8.6491	4
8424	Embrach	embrach	ZH	103	56	47.5056	8.5941	4
8425	Oberembrach	oberembrach	ZH	103	65	47.4878	8.6183	4
8426	Lufingen	lufingen	ZH	103	63	47.4911	8.5943	4
8427	Freienstein	freienstein	ZH	103	57	47.5331	8.5845	4
8427	Rorbas	rorbas	ZH	103	68	47.5309	8.5756	4
8428	Teufen ZH	teufen-zh	ZH	103	57	47.5512	8.5657	4
8105	Regensdorf	regensdorf	ZH	104	96	47.4341	8.4687	4
8105	Watt	watt	ZH	104	96	47.4486	8.4853	4
8106	Adlikon b. Regensdorf	adlikon-b-regensdorf	ZH	104	96	47.4468	8.4664	4
8107	Buchs ZH	buchs-zh	ZH	104	83	47.4588	8.4366	4
8108	Dällikon	dallikon	ZH	104	84	47.4397	8.44	4
8112	Otelfingen	otelfingen	ZH	104	94	47.4605	8.3914	4
8113	Boppelsen	boppelsen	ZH	104	82	47.4695	8.4061	4
8114	Dänikon ZH	danikon-zh	ZH	104	85	47.4467	8.4065	4
8115	Hüttikon	huttikon	ZH	104	87	47.4426	8.3881	4
8153	Rümlang	rumlang	ZH	104	97	47.4504	8.5299	4
8154	Oberglatt ZH	oberglatt-zh	ZH	104	92	47.4758	8.519	4
8155	Niederhasli	niederhasli	ZH	104	90	47.4801	8.4858	4
8155	Nassenwil	nassenwil	ZH	104	90	47.4668	8.469	4
8156	Oberhasli	oberhasli	ZH	104	90	47.4657	8.4988	4
8157	Dielsdorf	dielsdorf	ZH	104	86	47.4815	8.4585	4
8158	Regensberg	regensberg	ZH	104	95	47.483	8.4379	4
8162	Steinmaur	steinmaur	ZH	104	101	47.4971	8.4522	4
8162	Sünikon	sunikon	ZH	104	101	47.4904	8.4369	4
8164	Bachs	bachs	ZH	104	81	47.5239	8.4394	4
8165	Schleinikon	schleinikon	ZH	104	98	47.4975	8.3975	4
8165	Schöfflisdorf	schofflisdorf	ZH	104	99	47.5003	8.4175	4
8165	Oberweningen	oberweningen	ZH	104	93	47.5023	8.407	4
8166	Niederweningen	niederweningen	ZH	104	91	47.5061	8.3771	4
8172	Niederglatt ZH	niederglatt-zh	ZH	104	89	47.4907	8.4999	4
8173	Neerach	neerach	ZH	104	88	47.511	8.471	4
8174	Stadel b. Niederglatt	stadel-b-niederglatt	ZH	104	100	47.5294	8.4635	4
8175	Windlach	windlach	ZH	104	100	47.5409	8.4738	4
8187	Weiach	weiach	ZH	104	102	47.5591	8.4334	4
8340	Hinwil	hinwil	ZH	105	117	47.2943	8.8439	4
8342	Wernetshausen	wernetshausen	ZH	105	117	47.2991	8.8646	4
8344	Bäretswil	baretswil	ZH	105	111	47.3371	8.8564	4
8345	Adetswil	adetswil	ZH	105	111	47.3397	8.84	4
8496	Steg im Tösstal	steg-im-tosstal	ZH	105	114	47.3506	8.9342	4
8497	Fischenthal	fischenthal	ZH	105	114	47.3312	8.9205	4
8498	Gibswil	gibswil	ZH	105	114	47.3153	8.9141	4
8607	Aathal-Seegräben	aathal-seegraben	ZH	105	119	47.3351	8.77	4
8608	Bubikon	bubikon	ZH	105	112	47.267	8.8179	4
8614	Bertschikon (Gossau ZH)	bertschikon-gossau-zh	ZH	105	115	47.3281	8.7461	3
8620	Wetzikon ZH	wetzikon-zh	ZH	105	121	47.3264	8.7978	4
8623	Wetzikon ZH	wetzikon-zh	ZH	105	121	47.3264	8.7978	4
8624	Grüt (Gossau ZH)	grut-gossau-zh	ZH	105	115	47.3115	8.7834	4
8625	Gossau ZH	gossau-zh	ZH	105	115	47.3051	8.7583	4
8626	Ottikon (Gossau ZH)	ottikon-gossau-zh	ZH	105	115	47.2946	8.7819	4
8627	Grüningen	gruningen	ZH	105	116	47.2833	8.75	4
8630	Rüti ZH	ruti-zh	ZH	105	118	47.256	8.8555	4
8632	Tann	tann	ZH	105	113	47.269	8.8502	4
8633	Wolfhausen	wolfhausen	ZH	105	112	47.2562	8.7991	4
8635	Dürnten	durnten	ZH	105	113	47.2786	8.8416	4
8636	Wald ZH	wald-zh	ZH	105	120	47.276	8.914	4
8637	Laupen ZH	laupen-zh	ZH	105	120	47.265	8.9285	4
8134	Adliswil	adliswil	ZH	106	131	47.31	8.5246	4
8135	Langnau am Albis	langnau-am-albis	ZH	106	136	47.2889	8.5411	4
8135	Sihlbrugg Station	sihlbrugg-station	ZH	106	133	47.2389	8.5772	4
8135	Sihlwald	sihlwald	ZH	106	133	47.269	8.5572	4
8136	Gattikon	gattikon	ZH	106	141	47.2844	8.5483	4
8800	Thalwil	thalwil	ZH	106	141	47.2918	8.5635	4
8802	Kilchberg ZH	kilchberg-zh	ZH	106	135	47.3244	8.5455	4
8803	Rüschlikon	ruschlikon	ZH	106	139	47.3069	8.5514	4
8804	Au ZH	au-zh	ZH	106	293	47.2418	8.6441	4
8805	Richterswil	richterswil	ZH	106	138	47.2062	8.6969	4
8810	Horgen	horgen	ZH	106	133	47.2598	8.5978	4
8815	Horgenberg	horgenberg	ZH	106	133	47.2485	8.5877	4
8816	Hirzel	hirzel	ZH	106	295	47.2167	8.6	4
8820	Wädenswil	wadenswil	ZH	106	293	47.2268	8.6687	4
8824	Schönenberg ZH	schonenberg-zh	ZH	106	293	47.1918	8.6449	4
8825	Hütten	hutten	ZH	106	293	47.1757	8.6665	4
8833	Samstagern	samstagern	ZH	106	138	47.1917	8.682	4
8942	Oberrieden	oberrieden	ZH	106	137	47.2744	8.5784	4
8125	Zollikerberg	zollikerberg	ZH	107	161	47.3451	8.6009	4
8126	Zumikon	zumikon	ZH	107	160	47.3316	8.6227	4
8127	Forch	forch	ZH	107	154	47.3252	8.6434	4
8618	Oetwil am See	oetwil-am-see	ZH	107	157	47.2705	8.7202	4
8634	Hombrechtikon	hombrechtikon	ZH	107	153	47.253	8.7721	4
8700	Küsnacht ZH	kusnacht-zh	ZH	107	154	47.3181	8.584	4
8702	Zollikon	zollikon	ZH	107	161	47.3402	8.5741	4
8703	Erlenbach ZH	erlenbach-zh	ZH	107	151	47.303	8.5974	4
8704	Herrliberg	herrliberg	ZH	107	152	47.2906	8.6146	4
8706	Meilen	meilen	ZH	107	156	47.2723	8.6462	4
8707	Uetikon am See	uetikon-am-see	ZH	107	159	47.2644	8.6792	4
8708	Männedorf	mannedorf	ZH	107	155	47.2569	8.6989	4
8712	Stäfa	stafa	ZH	107	158	47.2425	8.7234	4
8713	Uerikon	uerikon	ZH	107	158	47.2367	8.7573	4
8714	Feldbach	feldbach	ZH	107	153	47.2396	8.7847	4
8307	Effretikon	effretikon	ZH	108	296	47.4258	8.6909	4
8307	Ottikon b. Kemptthal	ottikon-b-kemptthal	ZH	108	296	47.4258	8.6909	3
8308	Agasul	agasul	ZH	108	296	47.4258	8.7408	4
8308	Illnau	illnau	ZH	108	296	47.4113	8.7213	4
8310	Grafstal	grafstal	ZH	108	176	47.4434	8.6996	4
8310	Kemptthal	kemptthal	ZH	108	176	47.4472	8.7044	4
8312	Winterberg ZH	winterberg-zh	ZH	108	176	47.4565	8.6943	4
8314	Kyburg	kyburg	ZH	108	296	47.4557	8.7448	4
8315	Lindau	lindau	ZH	108	176	47.443	8.6736	4
8317	Tagelswangen	tagelswangen	ZH	108	176	47.4307	8.6728	4
8320	Fehraltorf	fehraltorf	ZH	108	172	47.3878	8.7515	4
8322	Gündisau	gundisau	ZH	108	178	47.3984	8.8084	4
8322	Madetswil	madetswil	ZH	108	178	47.4107	8.792	4
8330	Pfäffikon ZH	pfaffikon-zh	ZH	108	177	47.3645	8.792	4
8331	Auslikon	auslikon	ZH	108	177	47.3443	8.8065	4
8332	Rumlikon	rumlikon	ZH	108	178	47.4078	8.7616	4
8332	Russikon	russikon	ZH	108	178	47.3967	8.7751	4
8335	Hittnau	hittnau	ZH	108	173	47.3633	8.8242	4
8484	Weisslingen	weisslingen	ZH	108	180	47.4306	8.7679	4
8484	Neschwil	neschwil	ZH	108	180	47.4294	8.7888	4
8484	Theilingen	theilingen	ZH	108	180	47.4208	8.7676	4
8489	Schalchen	schalchen	ZH	108	182	47.4073	8.8255	4
8489	Ehrikon	ehrikon	ZH	108	182	47.4196	8.8102	4
8489	Wildberg	wildberg	ZH	108	182	47.4259	8.8167	4
8492	Wila	wila	ZH	108	181	47.4193	8.8452	4
8493	Saland	saland	ZH	108	297	47.3907	8.8529	4
8494	Bauma	bauma	ZH	108	297	47.3674	8.879	4
8499	Sternenberg	sternenberg	ZH	108	297	47.3833	8.9167	4
8044	Gockhausen	gockhausen	ZH	109	191	47.381	8.5998	4
8117	Fällanden	fallanden	ZH	109	193	47.3717	8.6387	4
8118	Pfaffhausen	pfaffhausen	ZH	109	193	47.3648	8.6238	4
8121	Benglen	benglen	ZH	109	193	47.3608	8.6369	4
8122	Binz	binz	ZH	109	195	47.3563	8.6266	4
8123	Ebmatingen	ebmatingen	ZH	109	195	47.3499	8.6401	4
8124	Maur	maur	ZH	109	195	47.34	8.6678	4
8132	Hinteregg	hinteregg	ZH	109	192	47.3074	8.6834	4
8132	Egg b. Zürich	egg-b-zurich	ZH	109	192	47.3074	8.6834	3
8133	Esslingen	esslingen	ZH	109	192	47.2833	8.7104	4
8306	Brüttisellen	bruttisellen	ZH	109	200	47.4217	8.6326	4
8600	Dübendorf	dubendorf	ZH	109	191	47.3972	8.6187	4
8602	Wangen b. Dübendorf	wangen-b-dubendorf	ZH	109	200	47.4118	8.6452	4
8603	Schwerzenbach	schwerzenbach	ZH	109	197	47.3821	8.6573	4
8604	Volketswil	volketswil	ZH	109	199	47.3902	8.6909	4
8605	Gutenswil	gutenswil	ZH	109	199	47.3839	8.7176	4
8606	Nänikon	nanikon	ZH	109	198	47.3697	8.6889	4
8606	Greifensee	greifensee	ZH	109	194	47.3672	8.6811	4
8610	Uster	uster	ZH	109	198	47.3471	8.7209	4
8613	Uster 3	uster-3	ZH	109	198	47.3532	8.7216	
8614	Sulzbach	sulzbach	ZH	109	198	47.3281	8.7461	4
8615	Freudwil	freudwil	ZH	109	198	47.3757	8.7334	4
8615	Wermatswil	wermatswil	ZH	109	198	47.3641	8.7415	4
8616	Riedikon	riedikon	ZH	109	198	47.3317	8.7127	4
8617	Mönchaltorf	monchaltorf	ZH	109	196	47.3096	8.7203	4
8311	Brütten	brutten	ZH	110	213	47.4732	8.6757	4
8352	Ricketwil (Winterthur)	ricketwil-winterthur	ZH	110	230	47.4869	8.8006	4
8352	Elsau	elsau	ZH	110	219	47.5026	8.8079	4
8353	Elgg	elgg	ZH	110	217	47.4972	8.8652	4
8354	Hofstetten ZH	hofstetten-zh	ZH	110	294	47.4724	8.854	4
8400	Winterthur	winterthur	ZH	110	230	47.5056	8.7241	4
8401	Winterthur	winterthur	ZH	110	230	47.4967	8.7342	
8403	Winterthur	winterthur	ZH	110	230	47.4967	8.7342	
8404	Winterthur	winterthur	ZH	110	230	47.5056	8.7241	4
8404	Reutlingen (Winterthur)	reutlingen-winterthur	ZH	110	230	47.5281	8.7484	4
8404	Stadel (Winterthur)	stadel-winterthur	ZH	110	230	47.5344	8.7628	4
8405	Winterthur	winterthur	ZH	110	230	47.5056	8.7241	4
8406	Winterthur	winterthur	ZH	110	230	47.5056	8.7241	4
8408	Winterthur	winterthur	ZH	110	230	47.5056	8.7241	4
8409	Winterthur	winterthur	ZH	110	230	47.5056	8.7241	4
8412	Aesch (Neftenbach)	aesch-neftenbach	ZH	110	223	47.5411	8.6796	4
8412	Riet (Neftenbach)	riet-neftenbach	ZH	110	223	47.5369	8.6885	4
8412	Hünikon (Neftenbach)	hunikon-neftenbach	ZH	110	223	47.552	8.6678	4
8413	Neftenbach	neftenbach	ZH	110	223	47.5276	8.6649	4
8418	Schlatt ZH	schlatt-zh	ZH	110	226	47.4667	8.8282	4
8421	Dättlikon	dattlikon	ZH	110	215	47.5249	8.6245	4
8422	Pfungen	pfungen	ZH	110	224	47.5139	8.6423	4
8442	Hettlingen	hettlingen	ZH	110	221	47.5461	8.7053	4
8471	Bänk (Dägerlen)	bank-dagerlen	ZH	110	214	47.5482	8.739	4
8471	Berg (Dägerlen)	berg-dagerlen	ZH	110	214	47.5636	8.7322	4
8471	Dägerlen	dagerlen	ZH	110	214	47.5607	8.7215	4
8471	Rutschwil (Dägerlen)	rutschwil-dagerlen	ZH	110	214	47.5569	8.7313	4
8471	Oberwil (Dägerlen)	oberwil-dagerlen	ZH	110	214	47.5736	8.7171	4
8472	Seuzach	seuzach	ZH	110	227	47.5356	8.7321	4
8474	Dinhard	dinhard	ZH	110	216	47.55	8.7667	4
8479	Altikon	altikon	ZH	110	211	47.574	8.7828	4
8482	Sennhof (Winterthur)	sennhof-winterthur	ZH	110	230	47.468	8.7578	4
8483	Kollbrunn	kollbrunn	ZH	110	231	47.4579	8.7829	4
8486	Rikon im Tösstal	rikon-im-tosstal	ZH	110	231	47.4459	8.798	4
8487	Rämismühle	ramismuhle	ZH	110	231	47.4393	8.8217	4
8487	Zell ZH	zell-zh	ZH	110	231	47.4461	8.8218	4
8488	Turbenthal	turbenthal	ZH	110	228	47.4363	8.8463	4
8495	Schmidrüti	schmidruti	ZH	110	228	47.4155	8.9029	4
8523	Hagenbuch ZH	hagenbuch-zh	ZH	110	220	47.5204	8.8892	4
8542	Wiesendangen	wiesendangen	ZH	110	298	47.5217	8.7897	4
8543	Kefikon ZH	kefikon-zh	ZH	110	298	47.5489	8.8307	4
8543	Bertschikon	bertschikon	ZH	110	298	47.5273	8.8142	4
8543	Gundetswil	gundetswil	ZH	110	298	47.5407	8.823	4
8544	Attikon	attikon	ZH	110	298	47.5362	8.7964	4
8545	Rickenbach ZH	rickenbach-zh	ZH	110	225	47.5519	8.7965	4
8545	Rickenbach Sulz	rickenbach-sulz	ZH	110	225	47.5395	8.7889	4
8546	Menzengrüt	menzengrut	ZH	110	298	47.5494	8.8215	4
8548	Ellikon an der Thur	ellikon-an-der-thur	ZH	110	218	47.563	8.8233	4
8010	Zürich	zurich	ZH	111	247	47.395	8.4488	
8012	Zürich	zurich	ZH	111	247	47.395	8.4488	
8102	Oberengstringen	oberengstringen	ZH	111	245	47.4084	8.4651	4
8103	Unterengstringen	unterengstringen	ZH	111	249	47.414	8.4476	4
8104	Weiningen ZH	weiningen-zh	ZH	111	251	47.4202	8.4364	4
8142	Uitikon Waldegg	uitikon-waldegg	ZH	111	248	47.3691	8.457	4
8901	Urdorf	urdorf	ZH	111	250	47.3798	8.4224	
8902	Urdorf	urdorf	ZH	111	250	47.3851	8.4258	4
8903	Birmensdorf ZH	birmensdorf-zh	ZH	111	242	47.3552	8.4426	4
8904	Aesch ZH	aesch-zh	ZH	111	241	47.3367	8.441	4
8951	Fahrweid	fahrweid	ZH	111	244	47.4117	8.4156	4
8952	Schlieren	schlieren	ZH	111	247	47.3967	8.4476	4
8953	Dietikon	dietikon	ZH	111	243	47.4017	8.4001	4
8954	Geroldswil	geroldswil	ZH	111	244	47.4221	8.4108	4
8955	Oetwil an der Limmat	oetwil-an-der-limmat	ZH	111	246	47.4283	8.3949	4
8000	Zürich	zurich	ZH	112	261	47.3828	8.5307	
8001	Zürich	zurich	ZH	112	261	47.3667	8.55	4
8002	Zürich	zurich	ZH	112	261	47.3667	8.55	4
8003	Zürich	zurich	ZH	112	261	47.3667	8.55	4
8004	Zürich	zurich	ZH	112	261	47.3667	8.55	4
8005	Zürich	zurich	ZH	112	261	47.3667	8.55	4
8006	Zürich	zurich	ZH	112	261	47.3667	8.55	4
8008	Zürich	zurich	ZH	112	261	47.3667	8.55	4
8021	Zürich 1	zurich-1	ZH	112	261	47.3828	8.5307	
8022	Zürich	zurich	ZH	112	261	47.3828	8.5307	
8024	Zürich	zurich	ZH	112	261	47.3828	8.5307	
8027	Zürich	zurich	ZH	112	261	47.3828	8.5307	
8031	Zürich	zurich	ZH	112	261	47.3828	8.5307	
8032	Zürich	zurich	ZH	112	261	47.3667	8.55	4
8034	Zürich	zurich	ZH	112	261	47.3828	8.5307	
8036	Zürich	zurich	ZH	112	261	47.3828	8.5307	
8037	Zürich	zurich	ZH	112	261	47.3667	8.55	4
8038	Zürich	zurich	ZH	112	261	47.3667	8.55	4
8040	Zürich	zurich	ZH	112	261	47.3828	8.5307	
8041	Zürich	zurich	ZH	112	261	47.3667	8.55	4
8042	Zürich	zurich	ZH	112	261	47.3828	8.5307	
8044	Zürich	zurich	ZH	112	261	47.3667	8.55	4
8045	Zürich	zurich	ZH	112	261	47.3667	8.55	4
8046	Zürich	zurich	ZH	112	261	47.3667	8.55	4
8047	Zürich	zurich	ZH	112	261	47.3667	8.55	4
8048	Zürich	zurich	ZH	112	261	47.3667	8.55	4
8049	Zürich	zurich	ZH	112	261	47.3667	8.55	4
8050	Zürich	zurich	ZH	112	261	47.3667	8.55	4
8051	Zürich	zurich	ZH	112	261	47.3667	8.55	4
8052	Zürich	zurich	ZH	112	261	47.3667	8.55	4
8053	Zürich	zurich	ZH	112	261	47.3667	8.55	4
8055	Zürich	zurich	ZH	112	261	47.3667	8.55	4
8057	Zürich	zurich	ZH	112	261	47.3667	8.55	4
8063	Zürich	zurich	ZH	112	261	47.3828	8.5307	
8064	Zürich	zurich	ZH	112	261	47.3667	8.55	4
8070	Zürich	zurich	ZH	112	261	47.3828	8.5307	
8071	Zürich CS PZ	zurich-cs-pz	ZH	112	261	47.3828	8.5307	
8074	Zürich Voice Pub	zurich-voice-pub	ZH	112	261	47.3828	8.5307	
8075	Zürich	zurich	ZH	112	261	47.3828	8.5307	
8080	Zürich 80	zurich-80	ZH	112	261	47.3828	8.5307	
8081	Zürich	zurich	ZH	112	261	47.3828	8.5307	
8085	Zürich Versich.	zurich-versich	ZH	112	261	47.3828	8.5307	
8086	Zürich R Digest	zurich-r-digest	ZH	112	261	47.3828	8.5307	
8087	Zürich	zurich	ZH	112	261	47.3828	8.5307	
8088	Zürich	zurich	ZH	112	261	47.3828	8.5307	
8090	Zürich	zurich	ZH	112	261	47.3828	8.5307	
8091	Zürich	zurich	ZH	112	261	47.3828	8.5307	
8092	Zürich	zurich	ZH	112	261	47.3828	8.5307	
8093	Zürich	zurich	ZH	112	261	47.3828	8.5307	
8096	Zürich IBRS local	zurich-ibrs-local	ZH	112	261	47.3828	8.5307	
8098	Zürich	zurich	ZH	112	261	47.3828	8.5307	
8099	Zürich	zurich	ZH	112	261	47.3828	8.5307	
\.


--
-- Data for Name: admin1; Type: TABLE DATA; Schema: de; Owner: g5
--

COPY de.admin1 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, population, timezone) FROM stdin;
2822542	Thuringia	thuringia	Free State of Thuringia,Freistaat Thueringen,Freistaat Thuringen,Freistaat Thüringen,Land Thuringen,Land Thüringen,TH,Thueringen,Thuringe,Thuringen,Thuringia,Thüringen,Turingia,Turingio,twiling-gen jayuju,튀링겐 자유주		DE	15	2249882	Europe/Berlin
2838632	Schleswig-Holstein	schleswig-holstein	Jlesvigaen-Holstaen,Jlesvigän-Holstän,Land Schleswig-Holstein,SH,Schlaeswisch-Holschdae,Schleswig-Holstein,Schleswig-Holstein suyu,Schleswig-Holsteinia,Schleswig-Holstian,Schleswigsko-Holsteinska,Schleswij-Holsteijn,Schläswisch-Holschdä,Shlesvig-Holshtajni,Shlesvig-Khol'shtajn,Shlezvig-Gol'shtehjn,Shlezvig-Gol'shtejn,Shlezvig-Khol'shtajn,Shlezvig-Kholshhajn,Shlezvig-Kholshtajn,Slaeswiek-Holstein,Sleeswig-Holsteen,Sleeswijk-Holstein,Sleeswyk-Holstein,Slesvich-Cholstain,Slesvicko-Holstynsko,Slesvicum-Holsatia,Slesvig-Holstein,Slesvig-Holsten,Slesviga-Holsteina,Slesvigo-Holstinio,Slesvik-Holtsetaland,Sleswig-Holsteen,Sleswig-Holstejnska,Slezvicko-Holstajnsko,Slezvig Holstayn,Slezvigas-Holsteinas,Slezviq-Holsteyn,Släswiek-Holstein,Slésvík-Holtsetaland,Szlezwik-Holsztyn,rath chle s wik-holch tin,shi lei su yi ge-he er si tai yin,shlsfygh hwlshtayn,shlswyg-hwlshtayn,shu lei si wei-he si tai yin,shuresuvu~ihi=horushutain zhou,slesabhiga-holasta'ina,slesaviga-holsatina,slesviga-holsta'ina,slzwwyg-hwlstyyn,syulleseubihiholsyutain ju,Ŝlesvigo-Holstinio,Şlezviq-Holşteyn,Šlesvicko-Holštýnsko,Šleswig-Holštejnska,Šlezvicko-Holštajnsko,Šlēsviga-Holšteina,Šlėzvigas-Holšteinas,Σλέσβιχ-Χόλσταϊν,Шлезвиг-Гольштейн,Шлезвиг-Холштајн,Шлезвиг-Холщайн,Шлезвиг-Хольштайн,Шлезвіг-Гольштейн,Шлезвіг-Гольштэйн,Шлесвиг-Хольштайн,Շլեզվիգ Հոլշտայն,שלזוויג-הולשטיין,شلسفيغ هولشتاين,شلسویگ-هولشتاین,شلسویگ-ہولشتائن,شلیسوگ ہولسٹاین,شلێسڤیگ-ھۆلشتاین,श्लेसविग-होल्सटीन,श्लेस्विग-होल्श्टाइन,শ্লেসভিগ-হোলস্টাইন,รัฐชเลสวิก-โฮลชไตน์,შლეზვიგ-ჰოლშტაინი,シュレースヴィヒ＝ホルシュタイン州,石勒苏益格-荷尔斯泰因,舒勒斯維－荷斯泰因,슐레스비히홀슈타인 주		DE	10	2832027	Europe/Berlin
2842565	Saxony-Anhalt	saxony-anhalt	An tSacsain-Anhalt,Land Sachsen-Anhalt,ST,Sachsen-Anhalt,Sagsainn-Anhalt,Sahona-Anhalt,Sahoña-Anhalt,Sajonia-Anhalt,Saksen-Aanhoalt,Saksen-Anhalt,Saksi-Anhalt,Saksio-Anhalto,Saksko-Anhaltska,Sakson-Ankhal't,Saksonia-Anhalt,Saksonija-Angal't,Saksonija-Anhaltas,Saksonija-Ankhal't,Saksonija-Ankhalt,Saksonya-Anhalt,Sakʻsonia-Anhaltʻ,Saska-Anhalt,Sasko-Anhaltsko,Sassen-Anhalt,Sassen-Anholt,Sassonia-Anhalt,Saxe-Anhalt,Saxland-Anhalt,Saxonia-An'chalt,Saxonia-Anhalt,Saxonia-Anhaltium,Saxony-Anhalt,Saxônia-Anhalt,Saška-Anhalt,State of Saxony-Anhalt,Szasz-Anhalt,Szász-Anhalt,jagsen-anhalteu ju,jaksana-anahalta,jyaksoni-anahalta,rath sæk so ni-xan halt,sa ke sen-an ha er te,sa ke xun-yan hou,saiksoni-enhalta,saksn-anhalt,saksonia-anhaltʼi,sakswnya anhalt,saksۆnya-yەnھalt,skswnya anhalt,sqswnyh-ʼnhlt,syksny anہalٹ,syڪsny aynھalٽ,zaksn-anhalt,zaksn-anہalt,zakusen=anharuto zhou,zʼqsn-ʼnhʼlt,Σαξωνία-Άνχαλτ,Саксон-Анхальт,Саксония-Анхалт,Саксония-Анхальт,Саксонија-Анхалт,Саксонія-Ангальт,Սաքսոնիա-Անհալթ,זאקסן-אנהאלט,סקסוניה-אנהלט,زاکسن-آنهالت,زاکسن-آنہالت,سئڪسني اينھالٽ,ساكسن-أنهالت,ساكسونيا أنهالت,ساکسۆنیا-ئەنھالت,سكسونيا أنهالت,سیکسنی آنہالٹ,जाक्सन-आनहाल्ट,सैक्सोनी-एन्हाल्ट,জ্যাক্সোনি-আনহাল্ট,รัฐแซกโซนี-อันฮัลต์,საქსონია-ანჰალტი,ザクセン＝アンハルト州,萨克森-安哈尔特,薩克遜－雁候,작센안할트 주		DE	14	2356219	Europe/Berlin
2842566	Saxony	saxony	Etat libre de Saxe,Free State of Saxony,Freistaat Sachsen,Land Sachsen,Republique de Saxe,République de Saxe,SN,Sachsen,Saksio,Sassen,Sassonia,Saxe,Saxony,jagsen jayuju,sakhsyn,saksn,sakswnya,saksۆnya,skswnya,syksny,syڪsny,zaksn,État libre de Saxe,زاكسن,زاکسن,سئڪسني,ساخسين,ساكسن,ساكسونيا,ساکسۆنیا,سكسونيا,سیکسنی,작센 자유주		DE	13	4168732	Europe/Berlin
2842635	Saarland	saarland	An tSarlainn,An tSárlainn,Land Saarland,Posaarska,Posarje,SL,Saar,Saar District,Saar-videk,Saar-vidék,Saara,Saarimaa,Saarlaen,Saarlan,Saarland,Saarland suyu,Saarlande,Saarlandska,Saarlant,Saarlond,Saarlound,Saarlun,Saarlân,Saarlän,Saarska,Sar,Saravia,Sarlaen,Sarland,Sarlando,Sarlän,Saro krastas,Saro kraštas,Sarre,Sarsko,Sársko,Territoire du Bassin de la Sarre,Zaarland,Zara,Zāra,jaleullanteu ju,jaralanda,jaralyanda,rath sar lan d,sa er lan,saralainda,saralyanda,sarland,sha ya,zaarlandi,zaralanda,zarland,zaruranto zhou,Σάαρλαντ,Заарланд,Саар,Саарланд,Сар,Сарланд,חבל הסאר,زارلاند,سارلاند,سارلینڈ,जारलांड,सारलैंड,सारल्यान्ड,জারল্যান্ড,ਜ਼ਾਰਲਾਂਡ,รัฐซาร์ลันด์,ზაარლანდი,ザールラント州,沙亞,薩爾蘭,자를란트 주		DE	09	1022585	Europe/Berlin
2847618	Rheinland-Pfalz	rheinland-pfalz	Cheer ny Rhiney as y Phalateenaght,Falacko Porajnje,Falačko Porajnje,Nadrenia-Palatynat,Porajnje-Falacka,Porajnje-Falačka,Porenje-Pfalska,Porenje-Pfalška,Poryni-Falc,Porynie-Falcko,Porynsko-Pfalca,Porýnie-Falcko,Porýní-Falc,RP,Rajna-Palatinat,Rajna-videk-Pfalz,Rajna-vidék-Pfalz,Rajnland-Pfal'c,Rajnska oblast-Pfalc,Rehjnland-Pfal'c,Reino krastas-Pfalcas,Reino kraštas-Pfalcas,Reinzeme-Pfalca,Rejnland-Pfal'c,Rejnland-Pfalc,Rejnlando-Palatinato,Renania Palatinato,Renania-Palatina,Renania-Palatinado,Renania-Palatinat,Renania-Palatinato,Renania-Palatinatua,Renania-Palatinà,Renanya-Palatina,Renland-Palatinya,Renània-Palatinat,Renània-Palatinàto,Renânia-Palatinado,Reynland-Palts,Reynland-Pfalts,Rheinland Pfalz,Rheinland-Palatinia,Rheinland-Pfalcojska,Rheinland-Pfalz,Rheinland-Pfalz suyu,Rheinlun-Pfalz,Rhenania-Palatinato,Rhenania-Palatinatus,Rhenanie-Palatinat,Rhenlando-Palatenio,Rhienland-Palz,Rhienlound-Palts,Rhine-Palatino,Rhineland-Palatinate,Rhoiland-Palz,Rhoilond-Palz,Rhénanie-Palatinat,Rienland-Palts,Rijnland-Palts,Rinaen-Palzaen,Rinania-Palatinato,Rinarland-Pfalz,Rinän-Palzän,Rrenania-Palatinado,Rynlan-Palts,Rynland-Palts,Rynlân-Palts,Rínarland-Pfalz,Tir na Reine agus an Phalaitineacht,Tír na Réine agus an Phalaitíneacht,lai yin lan-pu fa er ci,lai yin-pu fa ci,lainlanteupalcheu ju,ra'inalainda,ra'inalyanda,rainranto=pufarutsu zhou,rath rin lan d-phfals,raynland-falts,raynlnd balatynat,rha'inalanda-phaltsa,rinelyanda-pyalatinata,Çheer ny Rhiney as y Phalateenaght,Ρηνανία-Παλατινάτο,Райнланд-Пфальц,Рајна-Палатинат,Рајнска област-Пфалц,Рейнланд-Пфалц,Рейнланд-Пфальц,Рэйнланд-Пфальц,Ռայնլանդ Պֆալց,ריינלאנד-פאלץ,ריינלנד-פאלץ,رائنلینڈ-پالاتینات,رائین لینڈ-پالاٹیناٹے,راينلند بالاتينات,راینلاند-فالتس,ڕاینلەند-پالاتینات,राइनलैन्ड,राइनल्यान्ड,ऱ्हाइनलांड-फाल्त्स,রিনেল্যান্ড-প্যালাটিনাটা,รัฐไรน์ลันด์-พฟัลซ์,რაინლანდ-პფალცი,ラインラント＝プファルツ州,莱茵兰-普法尔茨,萊茵－普法茨,라인란트팔츠 주		DE	08	4012675	Europe/Berlin
2861876	Nordrhein-Westfalen	nordrhein-westfalen	Kuzey Ren-Vestfalya,Land Nordrhein-Westfalen,NRW,NW,Noordrijn-Westfalen,Nordrejn-Vestfalio,Nordrhein-Westfalen,North Rhine-Westphalia,Northrhine-Westphalia,Renania Settentrionale-Vestfalia,Renania del Norte-Westfalia,Rhenanie du Nord-Westphalie,Rhénanie du Nord-Westphalie,Severnyj Rejn-Vestfalija,noleuteulainbeseuteupallen ju,Северный Рейн-Вестфалия,노르트라인베스트팔렌 주		DE	07	17872763	Europe/Berlin
2862926	Lower Saxony	lower-saxony	Ala-Saksi,Alam-Saksi,Also-Szaszorszag,Alsó-Szászország,An tSacsain Iochtarach,An tSacsain Íochtarach,Asagi Saksonya,Aşağı Saksonya,Baixa Saxonia,Baixa Saxônia,Baja Sajonia,Bassa Sassonia,Basse-Saxe,Britisch Niedersachsen,Daellag Saksoni,Delnja Sakska,Dolna Saksonia,Dolna Saksonija,Dolne Sasko,Dolni Sasko,Dolnosakska,Dolné Sasko,Dolní Sasko,Dona Saksonija,Dona-Saxaen,Dona-Saxän,Donja Saska,Door Sakson,Guy Sahona,Guy Sahoña,Ha Saxony,Hâ Saxony,Infra-Saxonia,Kato Saxonia,Laeichsaksen,Land Neddersassen,Land Niedersachsen,Lawer Saxony,Leegsaksen,Lejassaksija,Lound Laeichsaksen,Lound Läichsaksen,Lower Saxony,Läichsaksen,Malsupra Saksio,NI,Neddersassen,Nedderſaſſen,Nedersakse,Nedersaksen,Nedra-Saxland,Needersachse,Neersassen,Neðra-Saxland,Nidasaksae,Nidasaksä,Niddersachsen,Niderseaxland,Niedersachsen,Niidersaksen,Nizhnja Saksonija,Nizhnjaja Saksonija,Niðerseaxland,Quyi Saksoniya,Sachsen Hilir,Sagsainn Iosail,Sagsainn Ìosail,Saks-Izel,Saksonia Chini,Saksonia e Ulet,Saksonia e Ulët,Sassonia Bassa,Saxonia Beherea,Saxonia Inferioara,Saxonia Inferioară,Saxonia Inferior,Spodnja Saska,Spodnja Saška,State of Lower Saxony,Tlani Saxonia,Tөmengi Saksonija,Zemutine Saksonija,kvemo saksonia,nicala saiksoni,nidarajakhasena,nidarajaksana,nidazakusen zhou,nideojagsen ju,nydrzaksn,rath ni de xrsakh sein,saksۆnyay khwarww,skswnya alsfly,sqswnyh hthtwnh,tھlwaں syksny,xia sa ke sen,xia sa ke xun,Žemutinė Saksonija,ʼwntʻr-zʼqsn,Κάτω Σαξονία,Дæллаг Саксони,Долна Саксония,Доор Саксон,Доња Саксонија,Нижня Саксонія,Нижняя Саксония,Ніжняя Саксонія,Төменгі Саксония,אונטער-זאקסן,סקסוניה התחתונה,تھلواں سیکسنی,ساکسۆنیای خواروو,سكسونيا السفلى,نیدرزاکسن,निचला सैक्सोनी,नीडरजाक्सन,নিডারজাখসেন,รัฐนีเดอร์ซัคเซิน,ქვემო საქსონია,ニーダーザクセン州,下萨克森,下薩克遜,니더작센 주		DE	06	7928815	Europe/Berlin
2872567	Mecklenburg-Western Pomerania	mecklenburg-western-pomerania	Land Mecklenburg-Vorpommern,MV,Mecklembourg-Pomeranie,Mecklembourg-Pomeranie anterieure,Mecklembourg-Pomeranie-Occidentale,Mecklembourg-Poméranie,Mecklembourg-Poméranie antérieure,Mecklembourg-Poméranie-Occidentale,Mecklenburg-Vorpommern,Mecklenburg-Western Pomerania,Meclemburgo-Pomerania Anteriore,Mekelnborg-Voerpommern,Mekelnborg-Vörpommern,Meklenburgo-Antaupomerio,Meklenburgo-Antaŭpomerio,State of Mecklenburg-Western Pomerania,mekeullenbuleukeupo-eopomeleun ju,메클렌부르크포어포메른 주		DE	12	1651216	Europe/Berlin
2905330	Hessen	hessen	Assia,Gessen,HE,Hesio,Hesja,Hesse,Hessen,Land Hessen,hesen ju,Гессен,헤센 주		DE	05	6061951	Europe/Berlin
2911297	Free and Hanseatic City of Hamburg	free-and-hanseatic-city-of-hamburg	Amburgo,Estat d'Hamburg,Free and Hanseatic City of Hamburg,Free un Hansestadt Hamborg,Freie Hansestadt Hamburg,Freie und Hansestadt Hamburg,H+H,HH,Hambourg,Hamburg,Hamburgo,Hansestadt Hamburg,Libera hansa urbo Hamburgo,Ville libre et hanseatique de Hambourg,Ville libre et hanséatique de Hambourg,jayu hanja dosi hambuleukeu,자유 한자 도시 함부르크		DE	04	1774224	Europe/Berlin
2944387	Bremen	bremen	Brehmen,Brema,Bremae,Breme,Bremen,Bremen Enclave,Bremen muzh,Bremen suyu,Bremen əyaləti,Bremen-chu,Bremen-chû,Bremenas,Bremene,Bremeni liidumaa,Bremeno,Bremy,Bremä,Brèma,Bréma,Brémy,Brême,Brēmene,Brėmenas,Estado de Bremen,Estat de Bremen,Fraei Hansestad Bremen,Freie Hansestadt Bremen,Freie Hansestod Bremen,Fräi Hansestad Bremen,HB,Libera hansa urbo Bremeno,Lichotne hansowe mesto Bremen,Lichotne hansowe město Bremen,Svobodne hanzovni mesto Bremy,Svobodné hanzovní město Brémy,Swobodne hansowe mesto Bremen,Swobodne hansowe město Bremen,Urbs Hanseatica Brema,Ville libre et hanseatique de Breme,Ville libre et hanséatique de Brême,Vremi,Vrije Hanzestad Bremen,Vrye Hansestad Bremen,ayalt brmn,baremana,bremana,bremena,bremeni,brmn,brymn,bu lai mei han sha zi you shi,bu lai mei zhou,buremen zhou,jayu hanja dosi beulemen,rath ber mein,wlayt brymn,Βρέμη,Бремен,Бремен муж,Брэмен,ברמן,ایالت برمن,برمن,بریمن,برېمن,ولاية بريمن,ब्रेमन,ब्रेमेन,ਬਰੇਮਨ,รัฐเบรเมิน,ბრემენი,ブレーメン州,不來梅州,不來梅漢莎自由市,자유 한자 도시 브레멘		DE	03	661716	Europe/Berlin
2945356	Brandenburg	brandenburg	BB,Braandenboerg,Braandenbörg,Bramborska,Brandaenburgaen,Brandeborg,Brandeborgh,Brandeborsch,Brandebourg,Brandeburg,Brandeburgo,Brandebursch,Brandebùrgo,Brandehnburg,Brandemburgo,Brandenboarch,Brandenboerj,Brandenborg,Brandenburg,Brandenburg suyu,Brandenburga,Brandenburgas,Brandenburgia,Brandenburgio,Brandenburgo,Brandenburgu,Brandenburgum,Brandenburq,Brandenbursko,Brandenbuurich,Brandenbörj,Brandiburgo,Brandnburg,Brandänburgän,Braniborska,Braniborsko,Brannenborg,L' Brandenbourg,Land Brandenburg,Mark Brandenburg,Provinz Brandenburg,Vrandemvourgo,beulandenbuleukeu ju,bo lan deng bao,braindenabarga,brandanaburaka,brandenabarga,brandenaburga,brandenburgi,brandnbwrg,brandnbwrgh,branڈnbrg,brndnbrg,brndnbwrg,bryandenaburga,brʼndnbwrg,burandenburuku zhou,rath bran den bur k,Βρανδεμβούργο,Бранденбург,Брандэнбург,Բրանդենբուրգ,בראנדנבורג,ברנדנבורג,براندنبورغ,براندنبورگ,برانڈنبرگ,برندنبرگ,ब्रांडेनबुर्ग,ब्रान्डेनबर्ग,ब्रैंडेनबर्ग,ব্র্যান্ডেনবুর্গ,ਬ੍ਰਾਂਡਨਬੁਰਕ,รัฐบรันเดนบูร์ก,ბრანდენბურგი,ብራንደንቡርግ,ブランデンブルク州,勃兰登堡,勃蘭登堡,브란덴부르크 주		DE	11	2511525	Europe/Berlin
2950157	Land Berlin	land-berlin	BE,Baarliin,Baelliin,Balin,Barlin,Barliń,Beirlin,Beirlín,Belen,Berleen,Berleno,Berlien,Berliin,Berliini,Berlijn,Berlim,Berlin,Berlin osh,Berline,Berlini,Berlino,Berlinu,Berlyn,Berlynas,Berlëno,Berlín,Berlîn,Berlīne,Berolinum,Birlinu,Bälliin,Bèlen,Bèrlin,Bèrlîn,Bérlin,Gorad Berlin,IBerlini,Land Berlin,Pearini,Pearīni,Pelelina,Verolino,Verolinon,bai lin,barlin,barlina,beleullin,berlin,berlini,berurin,bexrlin,brln,brlyn,byrlyn,perlin,Βερολίνο,Βερολίνον,Берлин,Берлин ош,Берлін,Бєрлинъ,Горад Берлін,Բեռլին,בערלין,ברלין,برلن,برلين,برلین,بيرلين,بەرلین,ܒܪܠܝܢ,बर्लिन,বার্লিন,பெர்லின்,బెర్లిన్,ಬರ್ಲಿನ್,ബെർലിൻ,เบอร์ลิน,པེར་ལིན​།,ဘာလင်မြို့,ბერლინი,በርሊን,ベルリン,柏林,베를린		DE	16	3442675	Europe/Berlin
2951839	Bavaria	bavaria	BY,Baejaraland,Baian,Baiarn,Baieri,Baijeri,Bajororszag,Bajorország,Bauaria,Bavaari,Bavaria,Bavarija,Bavario,Bavarska,Bavera,Baviera,Baviere,Bavière,Bavorsko,Bavyera,Bavārija,Bawaria,Bayaen,Bayern,Bayän,Beiere,Beieren,Bæjaraland,Estau Llibre de Baviera,Estáu Llibre de Baviera,Free State of Bavaria,Freistaat Bayern,Land Bayern,ba fa li ya,bafarya,baieleun jayuju,baierun zhou,bavaria,bawarya,bawyrya,bayrn,bayryn,bfarya,bwyrya,paveriya,Βαυαρία,Бавария,Баварија,Баварска,Баварія,Բավարիա,בוואריה,بافاريا,باواریا,باویریا,بايرن,بايرين,بایرن,بفاريا,بويريا,பவேரியா,ბავარია,バイエルン州,巴伐利亚,바이에른 자유주		DE	02	12510331	Europe/Berlin
2953481	Baden-Württemberg	baden-wuerttemberg	BW,Badaen-Vuertaen,Bade-Wirddebaersch,Bade-Wirddebärsch,Bade-Woeoetebersch,Bade-Wurtemberg,Bade-Wöötebersch,Badehn-Vjurtehmberg,Baden-Virtemberg,Baden-Virtembergo,Baden-Vjurtemberg,Baden-Vuertemberq,Baden-Vyrtemberg,Baden-Vürtemberq,Baden-Wuerrtenberg,Baden-Wuertembaerj,Baden-Wuertemberg,Baden-Wuertembergska,Baden-Wuertembierich,Baden-Wuerttemberg,Baden-Wuerttemberg Region,Baden-Wurtemberch,Baden-Wurtemberg,Baden-Wúrtemberch,Baden-Würrtenberg,Baden-Würtembergska,Baden-Würtembierich,Baden-Würtembärj,Baden-Württemberg,Baden-Württemberg Region,Badenas-Viurtembergas,Badene-Virtemberga,Badenia-Virtembergia,Badenia-Wirtembergia,Badenia-Wurtemberg,Badensko-Wuerttembergska,Badensko-Wuerttembersko,Badensko-Württembergska,Badn-Wuerttmberg,Badän-Vürtän,Bádensko-Württembersko,Bådn-Württmberg,Bādene-Virtemberga,Pays de Bade,Vadi-Vyrtemvergi,ba deng-fu teng bao,baden=vu~yurutenberuku zhou,badena-vyurtembarga,badenbwileutembeleukeu ju,badenvirtemberg,badn fwrtmbyrgh,badn-wwrtmbrg,badnwrtmbrg,Βάδη-Βυρτεμβέργη,Баден-Виртемберг,Баден-Вюртемберг,Бадэн-Вюртэмберг,באדין-בורטינבירג,באדן-וירטמברג,بادن فورتمبيرغ,بادن-وورتمبرگ,بادنورتمبرگ,بادێن-ڤوورتمبێرگ,باډن ورټم بېرګ,बाडेन-व्युर्टेंबर्ग,รัฐบาเดิน-เวือร์ทเทมแบร์ก,ბადენ-ვიურტემბერგი,バーデン＝ヴュルテンベルク州,巴登-符腾堡,바덴뷔르템베르크 주		DE	01	10744921	Europe/Berlin
\.


--
-- Data for Name: admin2; Type: TABLE DATA; Schema: de; Owner: g5
--

COPY de.admin2 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, admin2_code, population, timezone) FROM stdin;
2819564	Regierungsbezirk Unterfranken	regierungsbezirk-unterfranken	Baja Franconia,Bassa Franconia,Basse-Franconie,Dolna Frankonia,Lower Franconia,Mainfranken,Malsupra Frankonio,Neder-Franken,Regierungsbezirk Unterfranken,Unterfranken,frankwnya alsfly,frnkwnya alsfly,mhafzt frnkwnya alsfly,فرانكونيا السفلى,فرنكونيا السفلى,محافظة فرنكونيا السفلى		DE	02	096	1317619	Europe/Berlin
2835521	Swabia	swabia	Regierungsbezirk Schwaben,Schwaben,Souabe,Svevia		DE	02	097	1899442	Europe/Berlin
2859444	Upper Palatinate	upper-palatinate	Alto Palatinato,Haut-Palatinat,Oberpfalz,Regierungsbezirk Oberpfalz,Upper Palatinate		DE	02	093	1112102	Europe/Berlin
2860681	Upper Franconia	upper-franconia	Alta Franconia,Haute-Franconie,Oberfranken,Regierungsbezirk Oberfranken,Upper Franconia,auwbira frankn,frankwnya alʿlya,frnkwnya alʿlya,mhafzt frnkwnya alʿlya,أُوبِرَ فرَانكن,فرانكونيا العليا,فرنكونيا العليا,محافظة فرنكونيا العليا		DE	02	094	1065371	Europe/Berlin
2861322	Upper Bavaria	upper-bavaria	Alta Baviera,Haute-Baviere,Haute-Bavière,Oberbayern,Ovre Bayern,Regierungsbezirk Oberbayern,Upper Bavaria,Øvre Bayern		DE	02	091	4710865	Europe/Berlin
2863622	Lower Bavaria	lower-bavaria	Bassa Baviera,Basse-Baviere,Basse-Bavière,Lower Bavaria,Nedre Bayern,Niederbayern,Regierungsbezirk Niederbayern		DE	02	092	1244169	Europe/Berlin
2867539	Regierungsbezirk Münster	regierungsbezirk-muenster	District de Muenster,District de Münster,Muenster,Munster,Münster,Regierungsbezirk Munster,Regierungsbezirk Münster		DE	07	055	2624625	Europe/Berlin
2870736	Regierungsbezirk Mittelfranken	regierungsbezirk-mittelfranken	Franconia Media,Media Franconia,Meza Frankonio,Middel-Franken,Middle Franconia,Mittelfranken,Moyenne-Franconie,Regierungsbezirk Mittelfranken,Srodkowa Frankonia,frankn wsty,frankwnya alwsty,frnkwnya alwsty,frynkwnya wsty,mhafzt frnkwnya alwsty,Środkowa Frankonia,فرانكونيا الوسطى,فرانکن وسطی,فرنكونيا الوسطى,فرینکونیا وسطی,محافظة فرنكونيا الوسطى		DE	02	095	1775169	Europe/Berlin
2886241	Regierungsbezirk Köln	regierungsbezirk-koeln	Cologne District,District de Cologne,Koeln,Köln,Regierungsbezirk Koeln,Regierungsbezirk Köln,mqatʿt qlwnyt,qlwnyt,قلونية,مقاطعة قلونية		DE	07	053	4478847	Europe/Berlin
2892513	Regierungsbezirk Kassel	regierungsbezirk-kassel	District de Kassel,Kassel,Regierungsbezirk Kassel		DE	05	066	1219473	Europe/Berlin
2925180	Freiburg Region	freiburg-region	District de Fribourg,Freiburg,Freiburg Region,Regierungsbezirk Freiburg		DE	01	083	2271351	Europe/Berlin
2934245	Düsseldorf District	duesseldorf-district	District de Duesseldorf,District de Düsseldorf,Duesseldorf,Dusseldorf,Düsseldorf,Regierungsbezirk Duesseldorf,Regierungsbezirk Düsseldorf,Region de Duesseldorf,Región de Düsseldorf,administrativnyj okrug Djussel'dorf,du sai er duo fu xing zheng qu,административный округ Дюссельдорф,杜塞尔多夫行政区		DE	07	051	5207457	Europe/Berlin
2937935	Regierungsbezirk Detmold	regierungsbezirk-detmold	Detmold,District de Detmold,Ostwestfalen-Lippe,Regierungsbezirk Detmold		DE	07	057	2055724	Europe/Berlin
2938912	Regierungsbezirk Darmstadt	regierungsbezirk-darmstadt	Darmstadt,District de Darmstadt,Regierungsbezirk Darmstadt		DE	05	064	4019961	Europe/Berlin
2955470	Regierungsbezirk Arnsberg	regierungsbezirk-arnsberg	Arnsberg		DE	07	059	3580568	Europe/Berlin
3214104	Karlsruhe Region	karlsruhe-region	District de Karlsruhe,Karlsruhe,Karlsruhe Region,Regierungsbezirk Karlsruhe		DE	01	082	2810854	Europe/Berlin
3214105	Regierungsbezirk Stuttgart	regierungsbezirk-stuttgart	Administrativnyj okrug Shtutgart,Distretto governativo di Stoccarda,District de Stuttgart,Distriktaro Stuttgart,Estugarda,Regierungsbezierk Stuttgart,Regierungsbezirk Stuttgart,Region Administrativa de Stuttgart,Regionen Stuttgart,Región Administrativa de Stuttgart,Rejencja Stuttgart,Rexion de Stuttgart,Rexión de Stuttgart,Shtutgart,Stocarda,Stuttgardi ringkond,Stuttgart,Stuttgartin hallintopiiri,Vladni obvod Stuttgart,Vládní obvod Stuttgart,shuto~uttogaruto xing zheng guan qu,si tu jia te xing zheng qu,syututeugaleuteu hyeon,Административный округ Штутгарт,Штутгарт,シュトゥットガルト行政管区,斯图加特行政区,슈투트가르트 현		DE	01	081	4154223	Europe/Berlin
3214106	Tübingen Region	tuebingen-region	District de Tuebingen,District de Tübingen,Regierungsbezirk Tubingen,Regierungsbezirk Tübingen,Tuebingen,Tuebingen Region,Tübingen,Tübingen Region		DE	01	084	1863966	Europe/Berlin
3220941	Regierungsbezirk Gießen	regierungsbezirk-giessen	District de Giessen,District de Gießen,Giessen,Gießen,Regierungsbezirk Giessen,Regierungsbezirk Gießen		DE	05	065	1048646	Europe/Berlin
\.


--
-- Data for Name: admin3; Type: TABLE DATA; Schema: de; Owner: g5
--

COPY de.admin3 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, admin2_code, admin3_code, population, timezone) FROM stdin;
2803460	Märkischer Kreis	maerkischer-kreis	Iserlohn,Markischer Kreis,Märkischer Kreis		DE	07	059	05962	410222	Europe/Berlin
2803461	Landkreis Hildesheim	landkreis-hildesheim	Arrondissement de Hildesheim,Circondario di Hildesheim,Distrikto Hildesheim,Distrito de Hildesheim,HI,Hildesheim,Landkreis Hildesheim,Landkreis Hildesheim-Marienburg,Loundkring Hildesheim,Powiat Hildesheim,xi er de si hai mu xian,希尔德斯海姆县		DE	06	00	03254	275817	Europe/Berlin
2803463	Landkreis Aichach-Friedberg	landkreis-aichach-friedberg	Aichach,Aichach-Friedberg,Augsburg-Ost,Friedberg,Landkreis Aichach-Friedberg		DE	02	097	09771	134655	Europe/Berlin
2803558	Zwickau	zwickau	Arrondissement de Zwickau,Circondario di Zwickau,Cvikau,Cvikavas aprinkis,Cvikavas apriņķis,Cvikkau,Distrikto Zwickau,Kreisfreie Stadt Zwickau,Landkreis Zwickau,Powiat Zwickau,Stadtkreis Zwickau,Wokrjes Swikawa,Wokrjes Šwikawa,Zwickau,Zwickau jaras,Zwickau járás,zwykaw,Цвикау,Цвиккау,Цвікау,زویکاؤ,ცვიკაუს რაიონი		DE	13	00	14524	315002	Europe/Berlin
2807345	Landkreis Wittenberg	landkreis-wittenberg	Landkreis Wittenberg,Wittenberg		DE	14	00	15091	124953	Europe/Berlin
2809976	Wetteraukreis	wetteraukreis	Powiat Wetterau,Subdistrikto Wetterau,Wetterau,Wetteraukreis		DE	05	064	06440	308339	Europe/Berlin
2810674	Kreis Wesel	kreis-wesel	Arrondissement de Wesel,Circondario di Wesel,Distrikto Wesel,Distrito de Wesel,Kreis Wesel,Powiat Wesel,Wesel,Zemsky okres Wesel,Zemský okres Wesel,wei sai er xian,韦塞尔县		DE	07	051	05170	459976	Europe/Berlin
2812479	Kreisfreie Stadt Weimar	kreisfreie-stadt-weimar	Kreisfreie Stadt Weimar,Stadtkreis Weimar,Weimar		DE	15	00	16055	65228	Europe/Berlin
2812480	Weimarer Land	weimarer-land	Arrondissement du Pays-de-Weimar,Circondario del Weimarer Land,Distrikto Weimarer Land,Distrito de Weimarer Land,Kreis Weimarer Land,Landkreis Weimar,Landkreis Weimarer Land,Powiat Weimarer Land,Vajmar,Vajmarer Land,Vajmarer-Land,Weimar-Land,Weimarer Land,vaimarer-landis raioni,wei ma xian,Ваймарер Ланд,Ваймарер-Ланд,Вајмар,ვაიმარერ-ლანდის რაიონი,魏玛县		DE	15	00	16071	82156	Europe/Berlin
2816883	Vogelsbergkreis	vogelsbergkreis	Alsfeld,Vogelsbergkreis		DE	05	065	06535	105643	Europe/Berlin
2817598	Landkreis Verden	landkreis-verden	Landkreis Verden,Verden		DE	06	00	03361	137133	Europe/Berlin
2820086	Kreis Unna	kreis-unna	Kreis Unna,Unna		DE	07	059	05978	394891	Europe/Berlin
2820859	Landkreis Tübingen	landkreis-tuebingen	Landkreis Tubingen,Landkreis Tübingen,Tubingen,Tübingen		DE	01	084	08416	228678	Europe/Berlin
2821160	Landkreis Trier-Saarburg	landkreis-trier-saarburg	Landkreis Trier-Saarburg,Trier-Saarburg		DE	08	00	07235	149398	Europe/Berlin
2821806	Landkreis Nordsachsen	landkreis-nordsachsen	Landkreis Torgau,Landkreis Torgau-Oschatz		DE	13	00	14730	197741	Europe/Berlin
2822099	Landkreis Tirschenreuth	landkreis-tirschenreuth	Landkreis Tirschenreuth,Tirschenreuth		DE	02	093	09377	72046	Europe/Berlin
2824945	Kreisfreie Stadt Suhl	kreisfreie-stadt-suhl	Kreisfreie Stadt Suhl,Stadtkreis Suhl,Suhl		DE	15	00	16054	36789	Europe/Berlin
2825001	Landkreis Südliche Weinstraße	landkreis-suedliche-weinstrasse	Landkreis Landau-Bad Bergzabern,Landkreis Sudliche Weinstrasse,Landkreis Südliche Weinstrasse,Landkreis Südliche Weinstraße,Sudliche Weinstrasse,Südliche Weinstrasse,Südliche Weinstraße		DE	08	00	07337	110521	Europe/Berlin
2827478	Landkreis Stendal	landkreis-stendal	Landkreis Ostliche Altmark,Landkreis Stendal,Landkreis Östliche Altmark,Ostliche Altmark,Stendal,Östliche Altmark		DE	14	00	15090	111190	Europe/Berlin
2829456	Landkreis Starnberg	landkreis-starnberg	Landkreis Starnberg,Starnberg		DE	02	091	09188	136667	Europe/Berlin
2831245	Landkreis Sonneberg	landkreis-sonneberg	Landkreis Sonneberg,Sonneberg		DE	15	00	16072	57717	Europe/Berlin
2831402	Landkreis Sömmerda	landkreis-soemmerda	Landkreis Sommerda,Landkreis Sömmerda,Sommerda,Sömmerda		DE	15	00	16068	69427	Europe/Berlin
2831482	Landkreis Heidekreis	landkreis-heidekreis	Heidekreis,Landkreis Heidekreis,Landkreis Soltau-Fallingbostel,Soltau-Fallingbostel		DE	06	00	03358	140673	Europe/Berlin
2834281	Kreisfreie Stadt Schwerin	kreisfreie-stadt-schwerin	Kreisfreie Stadt Schwerin,Schwerin,Stadtkreis Schwerin		DE	12	00	13004	95653	Europe/Berlin
2834685	Schwarzwald-Baar-Kreis	schwarzwald-baar-kreis	Schwarzwald-Baar-Kreis		DE	01	083	08326	212506	Europe/Berlin
2838633	Kreis Schleswig-Flensburg	kreis-schleswig-flensburg	Kreis Schleswig-Flensburg,Landkreis Schleswig,Schleswig-Flensburg		DE	10	00	01059	201156	Europe/Berlin
2840133	Landkreis Schaumburg	landkreis-schaumburg	Landkreis Schaumburg,Schaumburg		DE	06	00	03257	157820	Europe/Berlin
2841464	Landkreis Sankt Wendel	landkreis-sankt-wendel	Landkreis Sankt Wendel,Landkreis St. Wendel,Sankt Wendel,St. Wendel		DE	09	00	10046	87007	Europe/Berlin
2842111	Altmarkkreis Salzwedel	altmarkkreis-salzwedel	Altmarkkreis Salzwedel,Landkreis Salzwedel,Landkreis Westliche Altmark,Westliche Altmark		DE	14	00	15081	83173	Europe/Berlin
2842671	Saalekreis	saalekreis			DE	14	00	15088	183815	Europe/Berlin
2843324	Vorpommern-Rügen	vorpommern-ruegen	Kreis Rugen,Kreis Rügen,Landkreis Rugen,Landkreis Rügen,Landkreis Vorpommern-Ruegen,Landkreis Vorpommern-Rügen		DE	12	00	13073	224702	Europe/Berlin
2843774	Landkreis Rottal-Inn	landkreis-rottal-inn	Landkreis Rottal-Inn,Rottal-Inn		DE	02	092	09277	121502	Europe/Berlin
2844587	Kreisfreie Stadt Rostock	kreisfreie-stadt-rostock	Kreisfreie Stadt Rostock,Rostock,Stadtkreis Rostock		DE	12	00	13003	209191	Europe/Berlin
2847553	Landkreis Rhön-Grabfeld	landkreis-rhoen-grabfeld	Landkreis Rhon-Grabfeld,Landkreis Rhön-Grabfeld,Rhon-Grabfeld,Rhön-Grabfeld		DE	02	096	09673	79635	Europe/Berlin
2847604	Rhein-Sieg-Kreis	rhein-sieg-kreis	Rhein-Sieg-Kreis		DE	07	053	05382	600764	Europe/Berlin
2847614	Rhein-Neckar-Kreis	rhein-neckar-kreis	Rhein-Neckar-Kreis		DE	01	082	08226	548355	Europe/Berlin
2849645	Kreis Recklinghausen	kreis-recklinghausen	Arrondissement de Recklinghausen,Circondario di Recklinghausen,Districtul Recklinghausen,Distrikto Recklinghausen,Distrito de Recklinghausen,Kreis Recklinghausen,Powiat Recklinghausen,Recklinghausen,Recklinghausenin piirikunta,lei ke lin hao sen xian,rklngھawzn,رکلنگھاؤزن,雷克林豪森县		DE	07	055	05562	614137	Europe/Berlin
2852455	Kreisfreie Stadt Potsdam	kreisfreie-stadt-potsdam	Kreisfreie Stadt Potsdam,Potsdam,Stadtkreis Potsdam		DE	11	00	12054	180334	Europe/Berlin
2923624	Landkreis Fürstenfeldbruck	landkreis-fuerstenfeldbruck	Furstenfeldbruck,Fürstenfeldbruck,Landkreis Furstenfeldbruck,Landkreis Fürstenfeldbruck		DE	02	091	09179	219311	Europe/Berlin
2924362	Landkreis Friesland	landkreis-friesland	Friesland,Friesland in Jever,Landkreis Friesland		DE	06	00	03455	98704	Europe/Berlin
2852456	Landkreis Potsdam-Mittelmark	landkreis-potsdam-mittelmark	Arrondissement de Potsdam-Mittelmark,Circondario di Potsdam-Mittelmark,Distrikto Potsdam-Mittelmark,Distrito de Potsdam-Mittelmark,Kreis Potsdam,Landkreis Potsdam-Mittelmark,Okrug Potsdam-Mitelmark,PM,Potsdam Mitelmark (srjan),Potsdam-Mitelmark,Potsdam-Mittel'mark (audan),Potsdam-Mittel'mark (rajon),Potsdam-Mittelmark,Potsdam-Mittelmark (Loundkring),Potsdam-Mittelmark (tuman),Powiat Potsdam-Mittelmark,Wokrjes Podstupim-Srjedzna marka,Wokrjes Podstupim-Srjedźna marka,bo ci tan-mi te er ma ke xian,pocheudammitelmaleukeu gun,pwtsdam-mytlmark,pwٹsڈym mtlmark,Округ Потсдам-Мителмарк,Потсдам-Мителмарк,Потсдам-Миттельмарк (аудан),Потсдам-Миттельмарк (район),Потсдам-Міттельмарк (район),Պոտսդամ Միտելմարկ (շրջան),پوتسدام-میتلمارک,پوٹسڈیم متلمارک,波茨坦-米特尔马克县,포츠담미텔마르크 군		DE	11	00	12069	216566	Europe/Berlin
2853161	Kreis Plön	kreis-ploen	Kreis Plon,Kreis Plön,Landkreis Plon,Landkreis Plön,Plon,Plön		DE	10	00	01057	128686	Europe/Berlin
2853657	Kreis Pinneberg	kreis-pinneberg	Kreis Pinneberg,Landkreis Pinneberg,Pinneberg		DE	10	00	01056	316103	Europe/Berlin
2854385	Landkreis Pfaffenhofen an der Ilm	landkreis-pfaffenhofen-an-der-ilm	Landkreis Pfaffenhofen an der Ilm,Pfaffenhofen a.d.Ilm  St,Pfaffenhofen an der Ilm		DE	02	091	09186	128227	Europe/Berlin
2856827	Ostalbkreis	ostalbkreis	Ostalbkreis		DE	01	081	08136	314025	Europe/Berlin
2857455	Landkreis Oldenburg	landkreis-oldenburg	Landkreis Oldenburg,Oldenburg		DE	06	00	03458	130890	Europe/Berlin
2861443	Landkreis Oberallgäu	landkreis-oberallgaeu	Landkreis Oberallgau,Landkreis Oberallgäu,Oberallgau,Oberallgäu		DE	02	097	09780	156008	Europe/Berlin
2861979	Landkreis Nordhausen	landkreis-nordhausen	Landkreis Nordhausen,Nordhausen		DE	15	00	16062	83416	Europe/Berlin
2862622	Landkreis Nienburg/Weser	landkreis-nienburg-weser	Landkreis Nienburg,Landkreis Nienburg/Weser,Nienburg/Weser		DE	06	00	03256	121390	Europe/Berlin
2864548	Landkreis Neumarkt in der Oberpfalz	landkreis-neumarkt-in-der-oberpfalz	Landkreis Neumarkt in der Oberpfalz		DE	02	093	09373	134573	Europe/Berlin
2866064	Landkreis Neuburg-Schrobenhausen	landkreis-neuburg-schrobenhausen	Landkreis Neuburg-Schrobenhausen,Neuburg-Schrobenhausen		DE	02	091	09185	97303	Europe/Berlin
2871034	Kreis Minden-Lübbecke	kreis-minden-luebbecke	Kreis Minden-Lubbecke,Kreis Minden-Lübbecke,Minden-Lubbecke,Minden-Lübbecke		DE	07	057	05770	310409	Europe/Berlin
2871673	Landkreis Merzig-Wadern	landkreis-merzig-wadern	Landkreis Merzig-Wadern,Merzig-Wadern		DE	09	00	10042	103243	Europe/Berlin
2872153	Landkreis Meißen	landkreis-meissen	Landkreis Meissen,Landkreis Meißen,Meissen,Meißen		DE	13	00	14627	241717	Europe/Berlin
2873758	Landkreis Marburg-Biedenkopf	landkreis-marburg-biedenkopf	Biedenkopf,Landkreis Marburg-Biedenkopf,Marburg an der Lahn,Marburg-Biedenkopf		DE	05	065	06534	247084	Europe/Berlin
2874229	Main-Taunus-Kreis	main-taunus-kreis	Main-Taunus,Main-Taunus-Kreis,Powiat Main-Taunus,Subdistrikto Main-Taunus		DE	05	064	06436	238558	Europe/Berlin
2874242	Main-Kinzig-Kreis	main-kinzig-kreis	Gelnhausen,Hanau,Main-Kinzig,Main-Kinzig-Kreis,Powiat Main-Kinzig,Subdistrikto Main-Kinzig		DE	05	064	06435	420552	Europe/Berlin
2874544	Landeshauptstadt Magdeburg	landeshauptstadt-magdeburg	Magdeburg		DE	14	00	15003	237565	Europe/Berlin
2876922	Kreis Lippe	kreis-lippe	Kreis Lippe,Lippe		DE	07	057	05766	347514	Europe/Berlin
2879137	Kreisfreie Stadt Leipzig	kreisfreie-stadt-leipzig	Kreisfreie Stadt Leipzig,Leipzig,Stadtkreis Leipzig		DE	13	00	14713	593145	Europe/Berlin
2879138	Landkreis Leipzig	landkreis-leipzig	Landkreis Leipzig,Leipziger Land		DE	13	00	14729	258139	Europe/Berlin
2883782	Landkreis Kronach	landkreis-kronach	Kronach,Landkreis Kronach		DE	02	094	09476	66743	Europe/Berlin
2885678	Landkreis Konstanz	landkreis-konstanz	Konstanz,Landkreis Konstanz		DE	01	083	08335	286305	Europe/Berlin
2892514	Landkreis Kassel	landkreis-kassel	Kassel,Landkreis Kassel		DE	05	066	06633	236764	Europe/Berlin
2892791	Landkreis Karlsruhe	landkreis-karlsruhe	Karlsruhe,Kreis Karlsruhe,Landkreis Karlsruhe		DE	01	082	08215	445101	Europe/Berlin
2892916	Kreisfreie Stadt Chemnitz	kreisfreie-stadt-chemnitz	Chemnitz,Kreisfreie Stadt Chemnitz,Stadtkreis Karl-Marx-Stadt		DE	13	00	14511	246334	Europe/Berlin
2894002	Landkreis Kaiserslautern	landkreis-kaiserslautern	Kaiserslautern,Landkreis Kaiserslautern		DE	08	00	07335	105979	Europe/Berlin
2895042	Kreisfreie Stadt Jena	kreisfreie-stadt-jena	Jena,Kreisfreie Stadt Jena,Stadtkreis Jena		DE	15	00	16053	111343	Europe/Berlin
2904803	Landkreis Hildburghausen	landkreis-hildburghausen	Hildburghausen,Landkreis Hildburghausen		DE	15	00	16069	63197	Europe/Berlin
2905434	Kreis Herzogtum Lauenburg	kreis-herzogtum-lauenburg	Herzogtum Lauenburg,Kreis Herzogtum Lauenburg		DE	10	00	01053	198019	Europe/Berlin
2909461	Landkreis Haßberge	landkreis-hassberge	Hassberg-Kreis,Hofheim in Unterfranken,Landkreis Hassberge,Landkreis Haßberge		DE	02	096	09674	84384	Europe/Berlin
2910684	Landkreis Harburg	landkreis-harburg	Harburg,Landkreis Harburg		DE	06	00	03353	254431	Europe/Berlin
2911516	Kreisfreie Stadt Halle	kreisfreie-stadt-halle	Halle,Halle (Saale),Kreisfreie Stadt Halle,Kreisfreie Stadt Halle (Saale)		DE	14	00	15002	238762	Europe/Berlin
2911664	Landkreis Harz	landkreis-harz			DE	14	00	15085	213310	Europe/Berlin
2917735	Landkreis Greiz	landkreis-greiz	Greiz,Landkreis Greiz		DE	15	00	16076	97398	Europe/Berlin
2918364	Landkreis Freyung-Grafenau	landkreis-freyung-grafenau	Freyung-Grafenau,Grasenau,Landkreis Freyung-Grafenau,Landkreis Grafenau		DE	02	092	09272	78362	Europe/Berlin
2918750	Landkreis Gotha	landkreis-gotha	Gotha,Landkreis Gotha		DE	15	00	16067	134908	Europe/Berlin
2918985	Landkreis Görlitz	landkreis-goerlitz	Kreisfreie Stadt Gorlitz,Kreisfreie Stadt Görlitz,Stadtkreis Gorlitz,Stadtkreis Görlitz,dayrt ghwrlts,ghwrlts,دائرة غورلتس,غورلتس		DE	13	00	14626	252725	Europe/Berlin
2919053	Landkreis Göppingen	landkreis-goeppingen	Goppingen,Göppingen,Landkreis Goppingen,Landkreis Göppingen		DE	01	081	08117	258145	Europe/Berlin
2920479	Landkreis Gifhorn	landkreis-gifhorn	Gifhorn,Gifhorn mit Wolfsburg,Landkreis Gifhorn		DE	06	00	03151	176523	Europe/Berlin
2921230	Kreisfreie Stadt Gera	kreisfreie-stadt-gera	Gera,Kreisfreie Stadt Gera,Stadtkreis Gera		DE	15	00	16052	93125	Europe/Berlin
2922531	Landkreis Garmisch-Partenkirchen	landkreis-garmisch-partenkirchen	Garmisch-Partenkirchen,Landkreis Garmisch-Partenkirchen		DE	02	091	09180	88424	Europe/Berlin
2924895	Landkreis Freudenstadt	landkreis-freudenstadt	Arrondissement de Freudenstadt,Circondario di Freudenstadt,Distrikto Freudenstadt,Distrito de Freudenstadt,Freudenstadt,Landkreis Freudenstadt,Powiat Freudenstadt,frywdnshٹڈ,fu luo yi deng shi ta te xian,فریودنشٹڈ,弗罗伊登施塔特县		DE	01	082	08237	118243	Europe/Berlin
2925190	Landkreis Mittelsachsen	landkreis-mittelsachsen	Kreis Freiberg,Landkreis Freiberg		DE	13	00	14522	304099	Europe/Berlin
2925534	Frankfurt (Oder)	frankfurt-oder	Bzezwokrejsne Mesto Frankfurt (nad Odru),Bźezwokrejsne Město Frankfurt (nad Odru),Frankfurt (Oder),Frankfurt (nad Odru),Kreisfreie Stadt Frankfurt,Kreisfreie Stadt Frankfurt (Oder),Stadtkreis Frankfurt		DE	11	00	12053	57751	Europe/Berlin
2925546	Kreisfreie Stadt Frankenthal (Pfalz)	kreisfreie-stadt-frankenthal-pfalz	Frankenthal,Frankenthal (Pfalz),Kreisfreie Stadt Frankenthal,Kreisfreie Stadt Frankenthal (Pfalz),Pfalz		DE	08	00	07311	48762	Europe/Berlin
2926272	Kreisfreie Stadt Flensburg	kreisfreie-stadt-flensburg	Flensburg,Kreisfreie Stadt Flensburg		DE	10	00	01001	90164	Europe/Berlin
2928748	Landkreis Esslingen	landkreis-esslingen	Esslingen,Landkreis Esslingen		DE	01	081	08116	535024	Europe/Berlin
2929668	Kreisfreie Stadt Erfurt	kreisfreie-stadt-erfurt	Erfurt,Kreisfreie Stadt Erfurt,Stadtkreis Erfurt		DE	15	00	16051	213981	Europe/Berlin
2929716	Landkreis Erding	landkreis-erding	Erding,Landkreis Erding		DE	02	091	09177	138182	Europe/Berlin
2929889	Enzkreis	enzkreis	Enzkreis		DE	01	082	08236	199556	Europe/Berlin
2930044	Ennepe-Ruhr-Kreis	ennepe-ruhr-kreis	Ennepe-Ruhr-Kreis		DE	07	059	05954	324106	Europe/Berlin
2930522	Landkreis Emmendingen	landkreis-emmendingen	Emmendingen,Landkreis Emmendingen		DE	01	083	08316	166408	Europe/Berlin
2933937	Landkreis Ebersberg	landkreis-ebersberg	Ebersberg,Landkreis Ebersberg		DE	02	091	09175	143649	Europe/Berlin
2935020	Kreisfreie Stadt Dresden	kreisfreie-stadt-dresden	Dresden,Kreisfreie Stadt Dresden,Stadtkreis Dresden		DE	13	00	14612	556780	Europe/Berlin
2935516	Kreisfreie Stadt Dortmund	kreisfreie-stadt-dortmund	Dortmund,Kreisfreie Stadt Dortmund		DE	07	059	05913	588250	Europe/Berlin
2936213	Donnersbergkreis	donnersbergkreis	Donnersbergkreis		DE	08	00	07333	75325	Europe/Berlin
2936260	Landkreis Donau-Ries	landkreis-donau-ries	Donau-Ries,Donauworth,Donauwörth,Landkreis Donau-Ries		DE	02	097	09779	133783	Europe/Berlin
2936975	Landkreis Dillingen an der Donau	landkreis-dillingen-an-der-donau	Dillingen an der Donau,Landkreis Dillingen an der Donau		DE	02	097	09773	96562	Europe/Berlin
2937956	Dessau-Roßlau	dessau-rosslau			DE	14	00	15001	80103	Europe/Berlin
2939657	Landkreis Cuxhaven	landkreis-cuxhaven	Cuxhaven,Landkreis Cuxhaven		DE	06	00	03352	198038	Europe/Berlin
2939810	Kreisfreie Stadt Cottbus	kreisfreie-stadt-cottbus	Kreisfreie Stadt Cottbus,Stadtkreis Cottbus		DE	11	00	12052	99678	Europe/Berlin
2939944	Kreis Coesfeld	kreis-coesfeld	Coesfeld,Kreis Coesfeld		DE	07	055	05558	220586	Europe/Berlin
2939950	Landkreis Coburg	landkreis-coburg	Coburg,Landkreis Coburg		DE	02	094	09473	86747	Europe/Berlin
2940202	Landkreis Cham	landkreis-cham	Cham,Landkreis Cham		DE	02	093	09372	127998	Europe/Berlin
2940212	Landkreis Celle	landkreis-celle	CE,Celle,Landkreis Celle		DE	06	00	03351	179011	Europe/Berlin
2940384	Landkreis Calw	landkreis-calw	Calw,Landkreis Calw		DE	01	082	08235	159201	Europe/Berlin
2944796	Landkreis Breisgau-Hochschwarzwald	landkreis-breisgau-hochschwarzwald	Arrondissement de Brisgau-Haute-Foret-Noire,Arrondissement de Brisgau-Haute-Forêt-Noire,Breisgau-Hochschwarzwald,Landkreis Breisgau-Hochschwarzwald		DE	01	083	08315	263601	Europe/Berlin
2945354	Kreisfreie Stadt Brandenburg an der Havel	kreisfreie-stadt-brandenburg-an-der-havel	Brandenburg an der Havel,Kreisfreie Stadt Brandenburg an der Havel,Stadtkreis Brandenburg		DE	11	00	12051	72184	Europe/Berlin
2947109	Bodenseekreis	bodenseekreis	Bodenseekreis		DE	01	084	08435	217470	Europe/Berlin
2947443	Landkreis Böblingen	landkreis-boeblingen	Boblingen,Böblingen,Landkreis Boblingen,Landkreis Böblingen		DE	01	081	08115	392807	Europe/Berlin
2948163	Anhalt-Bitterfeld	anhalt-bitterfeld	Kreis Anhalt-Bitterfeld,Landkreis Anhalt-Bitterfeld		DE	14	00	15082	158486	Europe/Berlin
2948589	Landkreis Birkenfeld	landkreis-birkenfeld	Birkenfeld,Landkreis Birkenfeld		DE	08	00	07134	80951	Europe/Berlin
2950072	Salzlandkreis	salzlandkreis			DE	14	00	15089	189125	Europe/Berlin
2950257	Landkreis Bergstraße	landkreis-bergstrasse	Bergstrasse,Bergstraße,Kreis Bergstrasse,Kreis Bergstraße,Landkreis Bergstrasse,Landkreis Bergstraße		DE	05	064	06431	270340	Europe/Berlin
2950877	Berchtesgadener Land	berchtesgadener-land	Beachtsgana Land,Beachtsgåna Land,Berchtesgadener Land,Landkreis Berchtesgadener Land,Powiat Berchtesgadener Land,Subdistrikto Berchtesgadener Land		DE	02	091	09172	105929	Europe/Berlin
2951880	Landkreis Bautzen	landkreis-bautzen	Bautzen,Budysin,Budyšin,Landkreis Bautzen,Wokrjes Budysin,Wokrjes Budyšin,bwtsn,dayrt bwtsn,بوتسن,دائرة بوتسن		DE	13	00	14625	299758	Europe/Berlin
2953323	Landkreis Bad Tölz-Wolfratshausen	landkreis-bad-toelz-wolfratshausen	Bad Tolz-Wolfratshausen,Bad Tölz-Wolfratshausen,Landkreis Bad Tolz-Wolfratshausen,Landkreis Bad Tölz-Wolfratshausen		DE	02	091	09173	127917	Europe/Berlin
2953415	Landkreis Bad Kreuznach	landkreis-bad-kreuznach	Bad Kreuznach,Landkreis Bad Kreuznach		DE	08	00	07133	158345	Europe/Berlin
2953423	Landkreis Bad Kissingen	landkreis-bad-kissingen	Bad Kissingen,Landkreis Bad Kissingen		DE	02	096	09672	103235	Europe/Berlin
2953523	Landkreis Bad Dürkheim	landkreis-bad-duerkheim	Bad Durkheim,Bad Dürkheim,Landkreis Bad Durkheim,Landkreis Bad Dürkheim		DE	08	00	07332	132671	Europe/Berlin
2955273	Landkreis Aschaffenburg	landkreis-aschaffenburg	Aschaffenburg,Landkreis Aschaffenburg		DE	02	096	09671	174200	Europe/Berlin
2956708	Landkreis Alzey-Worms	landkreis-alzey-worms	Alzey-Worms,Landkreis Alzey-Worms		DE	08	00	07331	129687	Europe/Berlin
2957763	Altenburger Land	altenburger-land	Altenburger Land,Landkreis Altenburg,Landkreis Altenburger Land		DE	15	00	16077	89393	Europe/Berlin
3214107	Stadtkreis Freiburg im Breisgau	stadtkreis-freiburg-im-breisgau	Freiburg,Freiburg im Breisgau,Fribourg-en-Brisgau,Friburg im Brisgau,Stadtkreis Freiburg im Breisgau,Ville-arrondissement de Fribourg-en-Brisgau		DE	01	083	08311	231195	Europe/Berlin
3214108	Landkreis Lörrach	landkreis-loerrach	Landkreis Lorrach,Landkreis Lörrach,Lorrach,Lörrach		DE	01	083	08336	228736	Europe/Berlin
3214109	Ortenaukreis	ortenaukreis	Ortenaukreis		DE	01	083	08317	430953	Europe/Berlin
3221049	Landkreis Uelzen	landkreis-uelzen	Landkreis Uelzen,Uelzen		DE	06	00	03360	92389	Europe/Berlin
3214110	Landkreis Rottweil	landkreis-rottweil	Landkreis Rottweil,Rottweil		DE	01	083	08325	139878	Europe/Berlin
3214111	Landkreis Tuttlingen	landkreis-tuttlingen	Landkreis Tuttlingen,Tuttlingen		DE	01	083	08327	140766	Europe/Berlin
3214112	Landkreis Waldshut	landkreis-waldshut	Landkreis Waldshut,Waldshut		DE	01	083	08337	171003	Europe/Berlin
3214113	Stadtkreis Baden-Baden	stadtkreis-baden-baden	Baden-Baden,Stadtkreis Baden-Baden,Ville-arrondissement de Baden-Baden		DE	01	082	08211	55185	Europe/Berlin
3220720	Stadtkreis Heidelberg	stadtkreis-heidelberg	Heidelberg,Stadtkreis Heidelberg		DE	01	082	08221	161485	Europe/Berlin
3220721	Stadtkreis Karlsruhe	stadtkreis-karlsruhe	Carlsruhe		DE	01	082	08212	312060	Europe/Berlin
3220722	Stadtkreis Mannheim	stadtkreis-mannheim	Mannheim,Stadtkreis Mannheim		DE	01	082	08222	310658	Europe/Berlin
3220723	Neckar-Odenwald-Kreis	neckar-odenwald-kreis	Neckar-Odenwald-Kreis		DE	01	082	08225	143633	Europe/Berlin
3220724	Stadtkreis Pforzheim	stadtkreis-pforzheim	Pforzheim,Stadtkreis Pforzheim		DE	01	082	08231	125957	Europe/Berlin
3220725	Landkreis Rastatt	landkreis-rastatt	Landkreis Rastatt,Rastatt		DE	01	082	08216	231420	Europe/Berlin
3220738	Landkreis Heidenheim	landkreis-heidenheim	Heidenheim,Landkreis Heidenheim		DE	01	081	08135	132777	Europe/Berlin
3220740	Stadtkreis Heilbronn	stadtkreis-heilbronn	Heilbronn,Stadtkreis Heilbronn		DE	01	081	08121	126592	Europe/Berlin
3220743	Landkreis Heilbronn	landkreis-heilbronn	Heilbronn,Landkreis Heilbronn		DE	01	081	08125	344456	Europe/Berlin
3220748	Hohenlohekreis	hohenlohekreis	Hohenlohekreis		DE	01	081	08126	112655	Europe/Berlin
3220752	Landkreis Ludwigsburg	landkreis-ludwigsburg	Landkreis Ludwigsburg,Ludwigsburg		DE	01	081	08118	545423	Europe/Berlin
3220782	Main-Tauber-Kreis	main-tauber-kreis	Main-Tauber-Kreis		DE	01	081	08128	132399	Europe/Berlin
3220783	Rems-Murr-Kreis	rems-murr-kreis	Rems-Murr-Kreis		DE	01	081	08119	427248	Europe/Berlin
3220784	Landkreis Schwäbisch Hall	landkreis-schwaebisch-hall	Landkreis Schwabisch Hall,Landkreis Schwäbisch Hall,Schwabisch Hall,Schwäbisch Hall		DE	01	081	08127	196761	Europe/Berlin
3220785	Stadtkreis Stuttgart	stadtkreis-stuttgart	Schduagert,Stadtkreis Stuttgart,Stuttgart		DE	01	081	08111	635911	Europe/Berlin
3220786	Alb-Donau-Kreis	alb-donau-kreis	Alb-Donau-Kreis		DE	01	084	08425	197076	Europe/Berlin
3220787	Stadtkreis Ulm	stadtkreis-ulm	Stadtkreis Ulm,Ulm		DE	01	084	08421	126790	Europe/Berlin
3220790	Landkreis Biberach	landkreis-biberach	Biberach,Landkreis Biberach		DE	01	084	08426	201282	Europe/Berlin
3220791	Landkreis Ravensburg	landkreis-ravensburg	Landkreis Ravensburg,Ravensburg		DE	01	084	08436	285424	Europe/Berlin
3220792	Landkreis Reutlingen	landkreis-reutlingen	Arrondissement de Reutlingen,Circondario di Reutlingen,Distrikto Reutlingen,Distrito de Reutlingen,Landkreis Reutlingen,Powiat Reutlingen,Reutlingen,Zemsky okres Reutlingen,Zemský okres Reutlingen,luo yi te lin gen xian,rywtlngn,ریوتلنگن,罗伊特林根县		DE	01	084	08415	287034	Europe/Berlin
3220793	Landkreis Sigmaringen	landkreis-sigmaringen	Arrondissement de Sigmaringen,Circondario di Sigmaringen,Districtul Sigmaringen,Distrikto Sigmaringen,Landkreis Sigmaringen,Powiat Sigmaringen,Sigmaringen,Zemsky okres Sigmaringen,Zemský okres Sigmaringen,sgmarngn,xi ge ma lin gen xian,سگمارنگن,锡格马林根县		DE	01	084	08437	130849	Europe/Berlin
3220794	Zollernalbkreis	zollernalbkreis	Powiat Zollernalb,Subdistrikto Zollernalb,Zollernalbkreis		DE	01	084	08417	189363	Europe/Berlin
3220795	Kreisfreie Stadt Ansbach	kreisfreie-stadt-ansbach	Ansbach,Anspach,Kreisfreie Stadt Ansbach,Onolzbach		DE	02	095	09561	41798	Europe/Berlin
3220796	Landkreis Ansbach	landkreis-ansbach	Ansbach,Landkreis Ansbach		DE	02	095	09571	184591	Europe/Berlin
3220797	Landkreis Weißenburg-Gunzenhausen	landkreis-weissenburg-gunzenhausen	Landkreis Weissenburg-Gunzenhausen,Landkreis Weißenburg-Gunzenhausen,Weissenburg-Gunzenhausen,Weißenburg-Gunzenhausen		DE	02	095	09577	94734	Europe/Berlin
3220798	Kreisfreie Stadt Erlangen	kreisfreie-stadt-erlangen	Erlangen,Kreisfreie Stadt Erlangen		DE	02	095	09562	112528	Europe/Berlin
3220799	Landkreis Erlangen-Höchstadt	landkreis-erlangen-hoechstadt	Erlangen-Hochstadt,Erlangen-Höchstadt,Landkreis Erlangen-Hochstadt,Landkreis Erlangen-Höchstadt		DE	02	095	09572	137262	Europe/Berlin
3220800	Kreisfreie Stadt Fürth	kreisfreie-stadt-fuerth			DE	02	095	09563	128497	Europe/Berlin
3220801	Landkreis Fürth	landkreis-fuerth	Furth,Fürth,Landkreis Furth,Landkreis Fürth		DE	02	095	09573	117853	Europe/Berlin
3220802	Landkreis Neustadt an der Aisch-Bad Windsheim	landkreis-neustadt-an-der-aisch-bad-windsheim	Landkreis Neustadt an der Aisch-Bad Windsheim,Neustadt an der Aisch-Bad Windsheim		DE	02	095	09575	101014	Europe/Berlin
3220803	Kreisfreie Stadt Nürnberg	kreisfreie-stadt-nuernberg	Kreisfreie Stadt Nurnberg,Kreisfreie Stadt Nürnberg,Nuremberg,Nurnberg,Nürnberg		DE	02	095	09564	518370	Europe/Berlin
3220804	Nürnberger Land	nuernberger-land	Landkreis Nurnberger Land,Landkreis Nürnberger Land,Nurnberger Land,Nürnberger Land		DE	02	095	09574	170792	Europe/Berlin
3220805	Landkreis Roth	landkreis-roth	Landkreis Roth,Roth		DE	02	095	09576	126749	Europe/Berlin
3220806	Kreisfreie Stadt Schwabach	kreisfreie-stadt-schwabach	Kreisfreie Stadt Schwabach,Schwabach		DE	02	095	09565	40981	Europe/Berlin
3220807	Landkreis Deggendorf	landkreis-deggendorf	Deggendorf,Landkreis Deggendorf		DE	02	092	09271	119478	Europe/Berlin
3220808	Landkreis Dingolfing-Landau	landkreis-dingolfing-landau	Dingolfing-Landau,Landkreis Dingolfing-Landau		DE	02	092	09279	96683	Europe/Berlin
3220809	Landkreis Kelheim	landkreis-kelheim	Kelheim,Landkreis Kelheim		DE	02	092	09273	123058	Europe/Berlin
3220810	Kreisfreie Stadt Landshut	kreisfreie-stadt-landshut	Kreisfreie Stadt Landshut,Landshut		DE	02	092	09261	73411	Europe/Berlin
3220811	Landkreis Landshut	landkreis-landshut	Landkreis Landshut,Landshut		DE	02	092	09274	159895	Europe/Berlin
3220812	Kreisfreie Stadt Passau	kreisfreie-stadt-passau	Batavia,Batavis,Dreifluessestadt,Dreiflüssestadt,Kreisfreie Stadt Passau,Passau		DE	02	092	09262	52803	Europe/Berlin
3220813	Landkreis Passau	landkreis-passau	Landkreis Passau,Passau		DE	02	092	09275	192656	Europe/Berlin
3220814	Landkreis Regen	landkreis-regen	Landkreis Regen,Regen		DE	02	092	09276	77410	Europe/Berlin
3220815	Kreisfreie Stadt Straubing	kreisfreie-stadt-straubing	Kreisfreie Stadt Straubing,Straubing		DE	02	092	09263	47791	Europe/Berlin
3220816	Landkreis Straubing-Bogen	landkreis-straubing-bogen	Landkreis Straubing-Bogen,Straubing-Bogen		DE	02	092	09278	101120	Europe/Berlin
3220817	Landkreis Altötting	landkreis-altoetting	Altotting,Altötting,Landkreis Altotting,Landkreis Altötting		DE	02	091	09171	111516	Europe/Berlin
3220818	Landkreis Dachau	landkreis-dachau	Dachau,Landkreis Dachau		DE	02	091	09174	154899	Europe/Berlin
3220830	Landkreis Eichstätt	landkreis-eichstaett	Eichstatt,Eichstätt,Landkreis Eichstatt,Landkreis Eichstätt		DE	02	091	09176	132881	Europe/Berlin
3220832	Landkreis Freising	landkreis-freising	Freising,Landkreis Freising		DE	02	091	09178	180007	Europe/Berlin
3220833	Kreisfreie Stadt Ingolstadt	kreisfreie-stadt-ingolstadt	Ingolstadt,Kreisfreie Stadt Ingolstadt		DE	02	091	09161	137392	Europe/Berlin
3220834	Landkreis Landsberg am Lech	landkreis-landsberg-am-lech	Landkreis Landsberg am Lech,Landsberg am Lech		DE	02	091	09181	120302	Europe/Berlin
3220835	Landkreis Miesbach	landkreis-miesbach	Landkreis Miesbach,Miesbach		DE	02	091	09182	100010	Europe/Berlin
3220836	Landkreis Mühldorf am Inn	landkreis-muehldorf-am-inn	Landkreis Muhldorf am Inn,Landkreis Mühldorf am Inn,Muhldorf am Inn,Mühldorf am Inn		DE	02	091	09183	115872	Europe/Berlin
3220837	Kreisfreie Stadt München	kreisfreie-stadt-muenchen	Kreisfreie Stadt Muenchen,Kreisfreie Stadt München,Muenchen,Munich,Munich  Urban District,Munich  ville-arrondissement,München		DE	02	091	09162	1484226	Europe/Berlin
3220838	Landkreis München	landkreis-muenchen	Arrondissement de Munich,Circondario di Monaco di Baviera,Districtul Muenchen,Districtul München,Distrikto Muenchen,Distrikto München,Distrito de Munich,Distrito de Múnich,Landkreis Muenchen,Landkreis München,Landkroas Minga,Mjunkhen,Monaco,Muenchen,Munchen,Munich,Munich county,Munique,Mònaco,München,Okrug Minkhen,Powiat Monachium,mu ni hei xian,Мюнхен,Округ Минхен,慕尼黑县		DE	02	091	09184	350473	Europe/Berlin
3220839	Kreisfreie Stadt Rosenheim	kreisfreie-stadt-rosenheim	Kreisfreie Stadt Rosenheim,Rosenheim		DE	02	091	09163	63551	Europe/Berlin
3220840	Landkreis Rosenheim	landkreis-rosenheim	Landkreis Rosenheim,Rosenheim		DE	02	091	09187	261330	Europe/Berlin
3220841	Landkreis Traunstein	landkreis-traunstein	Landkreis Traunstein,Traunstein		DE	02	091	09189	177319	Europe/Berlin
3220842	Landkreis Weilheim-Schongau	landkreis-weilheim-schongau	Landkreis Weilheim-Schongau,Weilheim-Schongau		DE	02	091	09190	135478	Europe/Berlin
3220843	Kreisfreie Stadt Bamberg	kreisfreie-stadt-bamberg	Bamberg,Kreisfreie Stadt Bamberg		DE	02	094	09461	77373	Europe/Berlin
3220844	Landkreis Bamberg	landkreis-bamberg	Bamberg,Landkreis Bamberg		DE	02	094	09471	147163	Europe/Berlin
3220845	Kreisfreie Stadt Bayreuth	kreisfreie-stadt-bayreuth	Bayreuth,Kreisfreie Stadt Bayreuth		DE	02	094	09462	74783	Europe/Berlin
3220846	Landkreis Bayreuth	landkreis-bayreuth	Bayreuth,Landkreis Bayreuth		DE	02	094	09472	103664	Europe/Berlin
3220847	Kreisfreie Stadt Coburg	kreisfreie-stadt-coburg	Coburg,Kreisfreie Stadt Coburg		DE	02	094	09463	41072	Europe/Berlin
3220848	Landkreis Forchheim	landkreis-forchheim	Forchheim,Landkreis Forchheim		DE	02	094	09474	116203	Europe/Berlin
3220849	Kreisfreie Stadt Hof	kreisfreie-stadt-hof	Hof,Kreisfreie Stadt Hof		DE	02	094	09464	45825	Europe/Berlin
3220850	Landkreis Hof	landkreis-hof	Hof,Landkreis Hof		DE	02	094	09475	94801	Europe/Berlin
3220851	Landkreis Kulmbach	landkreis-kulmbach	Kulmbach,Landkreis Kulmbach		DE	02	094	09477	71566	Europe/Berlin
3220852	Landkreis Lichtenfels	landkreis-lichtenfels	Landkreis Lichtenfels,Lichtenfels		DE	02	094	09478	66776	Europe/Berlin
3220853	Landkreis Wunsiedel im Fichtelgebirge	landkreis-wunsiedel-im-fichtelgebirge	Landkreis Wunsiedel im Fichtelgebirge,Wunsiedel im Fichtelgebirge		DE	02	094	09479	72655	Europe/Berlin
3220854	Kreisfreie Stadt Amberg	kreisfreie-stadt-amberg	Amberg,Kreisfreie Stadt Amberg		DE	02	093	09361	42207	Europe/Berlin
3220855	Landkreis Amberg-Sulzbach	landkreis-amberg-sulzbach	Amberg-Sulzbach,Landkreis Amberg-Sulzbach		DE	02	093	09371	103049	Europe/Berlin
3220856	Landkreis Neustadt an der Waldnaab	landkreis-neustadt-an-der-waldnaab	Arrondissement de Neustadt an der Waldnaab,Circondario di Neustadt a.d.Waldnaab,Districte de Neustadt an der Waldnaab,Districtul Neustadt an der Waldnaab,Distrikto Neustadt an der Waldnaab,Distrito de Neustadt an der Waldnaab,Landgreis Neistodt an da Woidnaab,Landkreis Neustadt an der Waldnaab,Neustadt,Neustadt an der Waldnaab,Nojshtadt,Nojshtadt-na-Val'dnabe,Powiat Neustadt an der Waldnaab,Zemsky okres Neustadt an der Waldnaab,Zemský okres Neustadt an der Waldnaab,wa er de na bu he pan nuo yi shi ta te xian,Нойштадт,Нойштадт-на-Вальднабе,نیوشٹڈ,瓦尔德纳布河畔诺伊施塔特县		DE	02	093	09374	94450	Europe/Berlin
3220857	Kreisfreie Stadt Regensburg	kreisfreie-stadt-regensburg	Kreisfreie Stadt Regensburg,Ratisbonne,Regensburg		DE	02	093	09362	153094	Europe/Berlin
3220858	Landkreis Regensburg	landkreis-regensburg	Landkreis Regensburg,Regensburg		DE	02	093	09375	194070	Europe/Berlin
3220859	Landkreis Schwandorf	landkreis-schwandorf	Landkreis Schwandorf,Schwandorf		DE	02	093	09376	147872	Europe/Berlin
3220860	Kreisfreie Stadt Weiden in der Oberpfalz	kreisfreie-stadt-weiden-in-der-oberpfalz	Kreisfreie Stadt Weiden in der Oberpfalz,Weiden i.d.OPf.,Weiden in der Oberpfalz		DE	02	093	09363	42743	Europe/Berlin
3220868	Kreisfreie Stadt Augsburg	kreisfreie-stadt-augsburg	Augsburg,Kreisfreie Stadt Augsburg		DE	02	097	09761	296582	Europe/Berlin
3220871	Landkreis Augsburg	landkreis-augsburg	Augsburg,Landkreis Augsburg		DE	02	097	09772	253468	Europe/Berlin
3220874	Landkreis Günzburg	landkreis-guenzburg	Gunzburg,Günzburg,Landkreis Gunzburg,Landkreis Günzburg		DE	02	097	09774	127027	Europe/Berlin
3220883	Kreisfreie Stadt Kaufbeuren	kreisfreie-stadt-kaufbeuren	Kaufbeuren,Kreisfreie Stadt Kaufbeuren		DE	02	097	09762	44398	Europe/Berlin
3220884	Kreisfreie Stadt Kempten	kreisfreie-stadt-kempten	Kempten,Kreisfreie Stadt Kempten		DE	02	097	09763	69151	Europe/Berlin
3220885	Landkreis Lindau	landkreis-lindau			DE	02	097	09776	81981	Europe/Berlin
3220886	Kreisfreie Stadt Memmingen	kreisfreie-stadt-memmingen	Kreisfreie Stadt Memmingen,Memmingen		DE	02	097	09764	44100	Europe/Berlin
3220887	Landkreis Neu-Ulm	landkreis-neu-ulm	Landkreis Neu-Ulm		DE	02	097	09775	175204	Europe/Berlin
3220888	Landkreis Ostallgäu	landkreis-ostallgaeu	Landkreis Ostallgau,Landkreis Ostallgäu,Ostallgau,Ostallgäu		DE	02	097	09777	141182	Europe/Berlin
3220889	Landkreis Unterallgäu	landkreis-unterallgaeu	Landkreis Unterallgau,Landkreis Unterallgäu,Unterallgau,Unterallgäu		DE	02	097	09778	145341	Europe/Berlin
3220890	Kreisfreie Stadt Aschaffenburg	kreisfreie-stadt-aschaffenburg	Aschaffenburg,Kreisfreie Stadt Aschaffenburg		DE	02	096	09661	71002	Europe/Berlin
3220892	Landkreis Kitzingen	landkreis-kitzingen	Kitzingen,Landkreis Kitzingen		DE	02	096	09675	91155	Europe/Berlin
3220893	Landkreis Main-Spessart	landkreis-main-spessart	Landkreis Main-Spessart,Main-Spessart		DE	02	096	09677	126158	Europe/Berlin
3220894	Landkreis Miltenberg	landkreis-miltenberg	Landkreis Miltenberg,Miltenberg		DE	02	096	09676	128743	Europe/Berlin
3220895	Kreisfreie Stadt Schweinfurt	kreisfreie-stadt-schweinfurt	Kreisfreie Stadt Schweinfurt,Schweinfurt		DE	02	096	09662	53426	Europe/Berlin
3220896	Landkreis Schweinfurt	landkreis-schweinfurt	Landkreis Schweinfurt,Schweinfurt		DE	02	096	09678	115445	Europe/Berlin
3220897	Kreisfreie Stadt Würzburg	kreisfreie-stadt-wuerzburg	Kreisfreie Stadt Wurzburg,Kreisfreie Stadt Würzburg,Wuerzburg,Wurzburg,Würzburg		DE	02	096	09663	127934	Europe/Berlin
3220898	Landkreis Würzburg	landkreis-wuerzburg	Landkreis Wurzburg,Landkreis Würzburg,Wurzburg,Würzburg		DE	02	096	09679	162302	Europe/Berlin
3220905	Kreisfreie Stadt Bremen	kreisfreie-stadt-bremen	Bremen,Kreisfreie Stadt Bremen,Stadtgemeinde Bremen		DE	03	00	04011	567559	Europe/Berlin
3220906	Kreisfreie Stadt Bremerhaven	kreisfreie-stadt-bremerhaven	Bremerhaven,Kreisfreie Stadt Bremerhaven		DE	03	00	04012	113643	Europe/Berlin
3220962	Kreisfreie Stadt Darmstadt	kreisfreie-stadt-darmstadt	Darmstadt,Kreisfreie Stadt Darmstadt		DE	05	064	06411	159878	Europe/Berlin
3220966	Landkreis Darmstadt-Dieburg	landkreis-darmstadt-dieburg	Darmstadt-Dieburg,Landkreis Darmstadt-Dieburg		DE	05	064	06432	297844	Europe/Berlin
3220968	Frankfurt am Main	frankfurt-am-main	Frankfurt,Frankfurt am Main,Kreisfreie Stadt Frankfurt am Main		DE	05	064	06412	763380	Europe/Berlin
3220969	Landkreis Groß-Gerau	landkreis-gross-gerau	Gross-Gerau,Groß-Gerau,Kreis Gross-Gerau,Kreis Groß-Gerau,Landkreis Gross-Gerau,Landkreis Groß-Gerau		DE	05	064	06433	275726	Europe/Berlin
3220970	Hochtaunuskreis	hochtaunuskreis	Hochtaunuskreis		DE	05	064	06434	236914	Europe/Berlin
3220971	Odenwaldkreis	odenwaldkreis	Odenwaldkreis		DE	05	064	06437	96703	Europe/Berlin
3220975	Kreisfreie Stadt Offenbach am Main	kreisfreie-stadt-offenbach-am-main	Arrondissement d'Offenbach,Circondario di Offenbach,Districtul Offenbach,Distrikto Offenbach,Distrito de Offenbach,Kreisfreie Stadt Offenbach am Main,Landkreis Offenbach,Offenbach,Offenbach am Main,Offenbakh,Ophenmpach,Powiat Offenbach,offenbahha jun,Όφενμπαχ,Оффенбах,オッフェンバッハ郡		DE	05	064	06413	130280	Europe/Berlin
3220978	Landkreis Offenbach	landkreis-offenbach	Landkreis Offenbach,Offenbach,Offenbach am Main		DE	05	064	06438	355813	Europe/Berlin
3220989	Rheingau-Taunus-Kreis	rheingau-taunus-kreis	Rheingau-Taunus-Kreis		DE	05	064	06439	187160	Europe/Berlin
3220990	Kreisfreie Stadt Wiesbaden	kreisfreie-stadt-wiesbaden	Kreisfreie Stadt Wiesbaden,Wiesbaden		DE	05	064	06414	278474	Europe/Berlin
3220991	Lahn-Dill-Kreis	lahn-dill-kreis	Lahn-Dill,Lahn-Dill-Kreis,Powiat Lahn-Dill,Subdistrikto Lahn-Dill		DE	05	065	06532	253319	Europe/Berlin
3220992	Landkreis Limburg-Weilburg	landkreis-limburg-weilburg	Landkreis Limburg-Weilburg,Limburg-Weilburg		DE	05	065	06533	171912	Europe/Berlin
3220993	Landkreis Fulda	landkreis-fulda	Arrondissement de Fulda,Circondario di Fulda,Districtul Fulda,Distrikto Fulda,Distrito de Fulda,Fulda,Fuldan piirikunta,Landkreis Fulda,Powiat Fulda,Rajon Ful'da,fu er da xian,Раён Фульда,富尔达县		DE	05	066	06631	223145	Europe/Berlin
3220994	Landkreis Hersfeld-Rotenburg	landkreis-hersfeld-rotenburg	Hersfeld-Rotenburg,Landkreis Hersfeld-Rotenburg		DE	05	066	06632	120719	Europe/Berlin
3220995	Kreisfreie Stadt Kassel	kreisfreie-stadt-kassel	Kassel,Kreisfreie Stadt Kassel		DE	05	066	06611	202137	Europe/Berlin
3220996	Schwalm-Eder-Kreis	schwalm-eder-kreis	Schwalm-Eder-Kreis		DE	05	066	06634	179673	Europe/Berlin
3220997	Landkreis Waldeck-Frankenberg	landkreis-waldeck-frankenberg	Landkreis Waldeck-Frankenberg,Waldeck-Frankenberg		DE	05	066	06635	156406	Europe/Berlin
3220999	Werra-Meißner-Kreis	werra-meissner-kreis	Pagus Verrae Visnerique,Powiat Werra-Meissner,Powiat Werra-Meißner,Subdistrikto Werra-Meissner,Subdistrikto Werra-Meißner,Werra-Meissner,Werra-Meissner-Kreis,Werra-Meißner,Werra-Meißner-Kreis		DE	05	066	06636	100629	Europe/Berlin
3221011	Kreisfreie Stadt Braunschweig	kreisfreie-stadt-braunschweig	Braunschweig,Brunswick,Kreisfreie Stadt Braunschweig		DE	06	00	03101	249406	Europe/Berlin
3221012	Landkreis Goslar	landkreis-goslar	Goslar,Landkreis Goslar		DE	06	00	03153	136292	Europe/Berlin
3221013	Landkreis Göttingen	landkreis-goettingen	Gottingen,Göttingen,Landkreis Gottingen,Landkreis Göttingen		DE	06	00	03159	326041	Europe/Berlin
3221014	Landkreis Helmstedt	landkreis-helmstedt	HE,Helmstedt,Helmstedt (district),Kreis Helmstidde,Landkreis Helmstedt		DE	06	00	03154	91297	Europe/Berlin
3221015	Landkreis Northeim	landkreis-northeim	Landkreis Northeim,Northeim		DE	06	00	03155	132285	Europe/Berlin
3221017	Landkreis Peine	landkreis-peine	Landkreis Peine,PE,Peine		DE	06	00	03157	134801	Europe/Berlin
3221018	Kreisfreie Stadt Salzgitter	kreisfreie-stadt-salzgitter	Kreisfreie Stadt Salzgitter,Salzgitter		DE	06	00	03102	104291	Europe/Berlin
3221020	Landkreis Wolfenbüttel	landkreis-wolfenbuettel	Landkreis Wolfenbuttel,Landkreis Wolfenbüttel,Wolfenbuttel,Wolfenbüttel		DE	06	00	03158	119622	Europe/Berlin
3221023	Kreisfreie Stadt Wolfsburg	kreisfreie-stadt-wolfsburg	Kreisfreie Stadt Wolfsburg,Wolfsburg		DE	06	00	03103	124371	Europe/Berlin
3221024	Landkreis Diepholz	landkreis-diepholz	Diepholz,Landkreis Diepholz		DE	06	00	03251	217089	Europe/Berlin
3221027	Landkreis Hameln-Pyrmont	landkreis-hameln-pyrmont	Hameln-Pyrmont,Landkreis Hameln-Pyrmont		DE	06	00	03252	148549	Europe/Berlin
3221033	Region Hannover	region-hannover	H,Hannover,Landkreis Hannover,Region Hannover		DE	06	00	03241	1157115	Europe/Berlin
3221036	Landkreis Holzminden	landkreis-holzminden	Holzminden,Landkreis Holzminden		DE	06	00	03255	70458	Europe/Berlin
3221038	Landkreis Lüchow-Dannenberg	landkreis-luechow-dannenberg	Landkreis Luchow-Dannenberg,Landkreis Lüchow-Dannenberg,Luchow-Dannenberg,Lüchow-Dannenberg		DE	06	00	03354	48412	Europe/Berlin
3221040	Landkreis Lüneburg	landkreis-lueneburg	Landkreis Luneburg,Landkreis Lüneburg,Luneburg,Lüneburg		DE	06	00	03355	184139	Europe/Berlin
3221042	Landkreis Osterholz	landkreis-osterholz	Landkreis Osterholz,Osterholz		DE	06	00	03356	113928	Europe/Berlin
3221044	Rotenburg (Wümme)	rotenburg-wuemme	Landkreis Rotenburg,Landkreis Rotenburg (Wumme),Landkreis Rotenburg (Wümme),Rotenburg,Rotenburg (Wumme),Rotenburg (Wümme)		DE	06	00	03357	163782	Europe/Berlin
3221046	Landkreis Stade	landkreis-stade	Landkreis Stade,Stade		DE	06	00	03359	204512	Europe/Berlin
3221058	Landkreis Ammerland	landkreis-ammerland	Ammerland,Landkreis Ammerland		DE	06	00	03451	124859	Europe/Berlin
3221059	Landkreis Aurich	landkreis-aurich	Aurich,Landkreis Aurich		DE	06	00	03452	189694	Europe/Berlin
3221064	Landkreis Cloppenburg	landkreis-cloppenburg	Cloppenburg,Landkreis Cloppenburg		DE	06	00	03453	170682	Europe/Berlin
3221066	Kreisfreie Stadt Delmenhorst	kreisfreie-stadt-delmenhorst	Delmenhorst,Kreisfreie Stadt Delmenhorst		DE	06	00	03401	77559	Europe/Berlin
3221070	Kreisfreie Stadt Emden	kreisfreie-stadt-emden	Emden,Kreisfreie Stadt Emden		DE	06	00	03402	49913	Europe/Berlin
3221073	Landkreis Emsland	landkreis-emsland	Emsland,Landkreis Emsland		DE	06	00	03454	326954	Europe/Berlin
3221075	Landkreis Grafschaft Bentheim	landkreis-grafschaft-bentheim	Grafschaft Bentheim,Landkreis Grafschaft Bentheim		DE	06	00	03456	137162	Europe/Berlin
3221094	Landkreis Leer	landkreis-leer	Landkreis Leer,Leer		DE	06	00	03457	170756	Europe/Berlin
3221095	Kreisfreie Stadt Oldenburg	kreisfreie-stadt-oldenburg	Kreisfreie Stadt Oldenburg,Oldenburg,Oldenburg (Oldenburg)		DE	06	00	03403	169077	Europe/Berlin
3221096	Kreisfreie Stadt Osnabrück	kreisfreie-stadt-osnabrueck	Kreisfreie Stadt Osnabruck,Kreisfreie Stadt Osnabrück,Osnabruck,Osnabrück		DE	06	00	03404	165251	Europe/Berlin
3221097	Landkreis Vechta	landkreis-vechta	Landkreis Vechta,Vechta		DE	06	00	03460	142814	Europe/Berlin
3221098	Landkreis Osnabrück	landkreis-osnabrueck	Landkreis Osnabruck,Landkreis Osnabrück,Osnabruck,Osnabrück		DE	06	00	03459	358080	Europe/Berlin
3221099	Landkreis Wesermarsch	landkreis-wesermarsch	Landkreis Wesermarsch,Wesermarsch		DE	06	00	03461	88583	Europe/Berlin
3221100	Kreisfreie Stadt Wilhelmshaven	kreisfreie-stadt-wilhelmshaven	Kreisfreie Stadt Wilhelmshaven,Wilhelmshaven		DE	06	00	03405	76089	Europe/Berlin
3221101	Landkreis Wittmund	landkreis-wittmund	Landkreis Wittmund,Wittmund		DE	06	00	03462	56926	Europe/Berlin
3221109	Kreisfreie Stadt Bochum	kreisfreie-stadt-bochum	Baukem,Bochum,Kreisfreie Stadt Bochum		DE	07	059	05911	365587	Europe/Berlin
3221110	Kreisfreie Stadt Hagen	kreisfreie-stadt-hagen	Hagen,Kreisfreie Stadt Hagen		DE	07	059	05914	188686	Europe/Berlin
3221111	Kreisfreie Stadt Hamm	kreisfreie-stadt-hamm	Hamm,Hammona,Kreisfreie Stadt Hamm		DE	07	059	05915	179916	Europe/Berlin
3221114	Kreisfreie Stadt Herne	kreisfreie-stadt-herne	Herne,Kreisfreie Stadt Herne		DE	07	059	05916	156449	Europe/Berlin
3221121	Hochsauerlandkreis	hochsauerlandkreis	Hochsauerlandkreis		DE	07	059	05958	259777	Europe/Berlin
3221122	Kreis Olpe	kreis-olpe	Kreis Olpe,Olpe		DE	07	059	05966	133955	Europe/Berlin
3221123	Kreis Siegen-Wittgenstein	kreis-siegen-wittgenstein	Kreis Siegen-Wittgenstein,Siegen-Wittgenstein		DE	07	059	05970	276944	Europe/Berlin
3221124	Kreis Soest	kreis-soest	Kreis Soest,Soest		DE	07	059	05974	301785	Europe/Berlin
3221125	Kreisfreie Stadt Bielefeld	kreisfreie-stadt-bielefeld			DE	07	057	05711	334195	Europe/Berlin
3221127	Kreis Gütersloh	kreis-guetersloh	Arrondissement de Guetersloh,Arrondissement de Gütersloh,Circondario di Guetersloh,Circondario di Gütersloh,Distrikto Guetersloh,Distrikto Gütersloh,Distrito de Guetersloh,Distrito de Gütersloh,Gutersloh,Gütersloh,Kreis Guetersloh,Kreis Gutersloh,Kreis Gütersloh,Powiat Guetersloh,Powiat Gütersloh,ju te si luo xian,ktrslwh,کترسلوح,居特斯洛县		DE	07	057	05754	364938	Europe/Berlin
3221129	Kreis Herford	kreis-herford	Arrondissement de Herford,Circondario di Herford,Districte d'Herford,Distrikto Herford,Distrito de Herford,Herford,Kreis Herford,Powiat Herford,hei er fu de xian,heruforuto jun,ہrfwrڈ,ہرفورڈ,ヘルフォルト郡,黑尔福德县		DE	07	057	05758	250578	Europe/Berlin
3231882	Kreis Höxter	kreis-hoexter	Arrondissement de Hoexter,Arrondissement de Höxter,Circondario di Hoexter,Circondario di Höxter,Distrikto Hoexter,Distrikto Höxter,Distrito de Hoexter,Distrito de Höxter,Hoexter barrutia,Hoxter,Höxter,Höxter barrutia,Kreis Hoexter,Kreis Hoxter,Kreis Höxter,Powiat Hoexter,Powiat Höxter,he ke si te xian,ہwksٹr,ہوکسٹر,赫克斯特县		DE	07	057	05762	140251	Europe/Berlin
3231898	Kreis Paderborn	kreis-paderborn	Kreis Paderborn,Paderborn		DE	07	057	05774	307839	Europe/Berlin
3231901	Kreisfreie Stadt Duisburg	kreisfreie-stadt-duisburg	Duisburg,Kreisfreie Stadt Duisburg		DE	07	051	05112	498686	Europe/Berlin
3231903	Kreisfreie Stadt Düsseldorf	kreisfreie-stadt-duesseldorf	Dusseldorf,Düsseldorf,Kreisfreie Stadt Dusseldorf,Kreisfreie Stadt Düsseldorf		DE	07	051	05111	621877	Europe/Berlin
3231904	Kreisfreie Stadt Essen	kreisfreie-stadt-essen			DE	07	051	05113	582760	Europe/Berlin
3231905	Kreis Kleve	kreis-kleve	Arrondissement de Cleves,Arrondissement de Clèves,Circondario di Kleve,Distrikto Kleve,Distrito de Cleveris,Distrito de Cléveris,Kleve,Kreis Kleve,Powiat Kleve,Rajon Kleveh,ke lai wei xian,klyw,Раён Клевэ,کلیو,克莱韦县		DE	07	051	05154	312465	Europe/Berlin
3231906	Kreisfreie Stadt Krefeld	kreisfreie-stadt-krefeld	Krefeld,Kreisfreie Stadt Krefeld		DE	07	051	05114	227417	Europe/Berlin
3247430	Kreis Mettmann	kreis-mettmann	Arrondissement de Mettmann,Circondario di Mettmann,Districtul Mettmann,Distrikto Mettmann,Distrito de Mettmann,Kreis Mettmann,Powiat Mettmann,mei te man xian,myٹman,میٹمان,梅特曼县		DE	07	051	05158	485570	Europe/Berlin
3247431	Kreisfreie Stadt Wuppertal	kreisfreie-stadt-wuppertal	Kreisfreie Stadt Wuppertal,Wuppertal		DE	07	051	05124	355100	Europe/Berlin
3247432	Kreisfreie Stadt Remscheid	kreisfreie-stadt-remscheid	Kreisfreie Stadt Remscheid,Remscheid		DE	07	051	05120	111338	Europe/Berlin
3247433	Kreisfreie Stadt Solingen	kreisfreie-stadt-solingen	Kreisfreie Stadt Solingen,Solingen		DE	07	051	05122	159245	Europe/Berlin
3247434	Rhein-Kreis Neuss	rhein-kreis-neuss	Kreis Neuss,Neuss,Rhein-Kreis Neuss		DE	07	051	05162	451730	Europe/Berlin
3247435	Kreisfreie Stadt Mönchengladbach	kreisfreie-stadt-moenchengladbach	Kreisfreie Stadt Monchengladbach,Kreisfreie Stadt Mönchengladbach,Monchengladbach,Mönchengladbach		DE	07	051	05116	261034	Europe/Berlin
3247436	Kreis Viersen	kreis-viersen	Kreis Viersen,Viersen		DE	07	051	05166	298863	Europe/Berlin
3247437	Kreisfreie Stadt Oberhausen	kreisfreie-stadt-oberhausen	Kreisfreie Stadt Oberhausen,Oberhausen		DE	07	051	05119	210764	Europe/Berlin
3247438	Kreisfreie Stadt Mülheim an der Ruhr	kreisfreie-stadt-muelheim-an-der-ruhr	City on the River,Kreisfreie Stadt Mulheim an der Ruhr,Kreisfreie Stadt Mülheim an der Ruhr,Mulheim an der Ruhr,Mülheim an der Ruhr		DE	07	051	05117	170632	Europe/Berlin
3247439	Kreisfreie Stadt Gelsenkirchen	kreisfreie-stadt-gelsenkirchen	Gelsenkirchen,Kreisfreie Stadt Gelsenkirchen		DE	07	055	05513	259645	Europe/Berlin
3247440	Kreisfreie Stadt Bottrop	kreisfreie-stadt-bottrop	Bottrop,Kreisfreie Stadt Bottrop		DE	07	055	05512	117565	Europe/Berlin
3247441	Kreis Borken	kreis-borken	Arrondissement de Borken,Borken,Circondario di Borken,Distrikto Borken,Distrito de Borken,Kreis Borken,Powiat Borken,Rajon Borken,bo er ken xian,brwkn,Раён Боркен,بروکن,博尔肯县		DE	07	055	05554	371339	Europe/Berlin
3247442	Kreisfreie Stadt Münster	kreisfreie-stadt-muenster	Kreisfreie Stadt Munster,Kreisfreie Stadt Münster,Munster,Münster		DE	07	055	05515	315293	Europe/Berlin
3247443	Kreis Steinfurt	kreis-steinfurt	Kreis Steinfurt,Steinfurt		DE	07	055	05566	448220	Europe/Berlin
3247444	Kreis Warendorf	kreis-warendorf	Arrondissement de Warendorf,Circondario di Warendorf,Districtul Warendorf,Distrikto Warendorf,Distrito de Warendorf,Kreis Warendorf,Powiat Warendorf,Rajon Varehndorf,Warendorf,Warendorfin piirikunta,wa lun duo fu xian,Раён Варэндорф,瓦伦多夫县		DE	07	055	05570	277840	Europe/Berlin
3247445	Oberbergischer Kreis	oberbergischer-kreis	Oberbergischer Kreis		DE	07	053	05374	272057	Europe/Berlin
3247446	Rheinisch-Bergischer Kreis	rheinisch-bergischer-kreis	Rheinisch-Bergischer Kreis		DE	07	053	05378	283271	Europe/Berlin
3247447	Kreisfreie Stadt Leverkusen	kreisfreie-stadt-leverkusen	Kreisfreie Stadt Leverkusen,Leverkusen		DE	07	053	05316	163729	Europe/Berlin
3247448	Städteregion Aachen	staedteregion-aachen			DE	07	053	05334	557026	Europe/Berlin
3247450	Kreisfreie Stadt Bonn	kreisfreie-stadt-bonn	Bonn,Kreisfreie Stadt Bonn		DE	07	053	05314	329673	Europe/Berlin
3247451	Kreisfreie Stadt Köln	kreisfreie-stadt-koeln	Cologne  Urban District,Cologne  ville autonome,Kreisfreie Stadt Koeln,Kreisfreie Stadt Köln		DE	07	053	05315	1087863	Europe/Berlin
3247452	Kreis Euskirchen	kreis-euskirchen	Arrondissement d'Euskirchen,Circondario di Euskirchen,Distrikto Euskirchen,Distrito de Euskirchen,Euskirchen,Kreis Euskirchen,Kreis OEskerche,Kreis Öskerche,Powiat Euskirchen,ao yi si ji xing xian,ہwskrkhn,ہوسکرخن,奥伊斯基兴县		DE	07	053	05366	193656	Europe/Berlin
3247453	Kreis Düren	kreis-dueren	Arrondissement de Dueren,Arrondissement de Düren,Circondario di Dueren,Circondario di Düren,Distrikto Dueren,Distrikto Düren,Distrito de Dueren,Distrito de Düren,Duren,Düren,Kreis Dueren,Kreis Duren,Kreis Düren,Powiat Dueren,Powiat Düren,di lun xian,ڈywrn,ڈیورن,迪伦县		DE	07	053	05358	264638	Europe/Berlin
3247454	Rhein-Erft-Kreis	rhein-erft-kreis	Erftkreis,Rhein-Erft-Kreis		DE	07	053	05362	470615	Europe/Berlin
3247455	Kreis Heinsberg	kreis-heinsberg	Arrondissement de Heinsberg,Circondario di Heinsberg,Distrikto Heinsberg,Distrito de Heinsberg,Heinsberg,Kreis Heinsberg,Powiat Heinsberg,hai yin si bei ge xian,ہaynzbrg,ہائنزبرگ,海因斯贝格县		DE	07	053	05370	255555	Europe/Berlin
3247456	Landkreis Altenkirchen	landkreis-altenkirchen	Altenkirchen,Altenkirchen (Westerwald),Landkreis Altenkirchen,Landkreis Altenkirchen (Westerwald)		DE	08	00	07132	128805	Europe/Berlin
3247457	Westerwaldkreis	westerwaldkreis	Westerwaldkreis		DE	08	00	07143	201904	Europe/Berlin
3247458	Landkreis Neuwied	landkreis-neuwied	Landkreis Neuwied,Neuwied		DE	08	00	07138	182811	Europe/Berlin
3247459	Kreisfreie Stadt Koblenz	kreisfreie-stadt-koblenz	Coblenz,Koblenz,Kreisfreie Stadt Koblenz		DE	08	00	07111	114052	Europe/Berlin
3247460	Landkreis Ahrweiler	landkreis-ahrweiler	Ahrweiler,Landkreis Ahrweiler		DE	08	00	07131	130086	Europe/Berlin
3247461	Landkreis Mayen-Koblenz	landkreis-mayen-koblenz	Landkreis Mayen-Koblenz,Mayen-Koblenz		DE	08	00	07137	214434	Europe/Berlin
3247462	Rhein-Lahn-Kreis	rhein-lahn-kreis	Rhein-Lahn-Kreis		DE	08	00	07141	122297	Europe/Berlin
3247463	Rhein-Hunsrück-Kreis	rhein-hunsrueck-kreis	Rhein-Hunsruck-Kreis,Rhein-Hunsrück-Kreis		DE	08	00	07140	103163	Europe/Berlin
3247464	Landkreis Cochem-Zell	landkreis-cochem-zell	Cochem-Zell,Landkreis Cochem-Zell		DE	08	00	07135	61375	Europe/Berlin
3247465	Kreisfreie Stadt Mainz	kreisfreie-stadt-mainz	Kreisfreie Stadt Mainz,Mainz		DE	08	00	07315	218578	Europe/Berlin
3247466	Landkreis Mainz-Bingen	landkreis-mainz-bingen	Landkreis Mainz-Bingen,Mainz-Bingen		DE	08	00	07339	211417	Europe/Berlin
3247467	Kreisfreie Stadt Worms	kreisfreie-stadt-worms	Kreisfreie Stadt Worms,Worms		DE	08	00	07319	83542	Europe/Berlin
3247900	Kreisfreie Stadt Kaiserslautern	kreisfreie-stadt-kaiserslautern	Kaiserslautern,Kreisfreie Stadt Kaiserslautern		DE	08	00	07312	100030	Europe/Berlin
3247901	Landkreis Kusel	landkreis-kusel	Kusel,Landkreis Kusel		DE	08	00	07336	70219	Europe/Berlin
3247902	Kreisfreie Stadt Zweibrücken	kreisfreie-stadt-zweibruecken	Kreisfreie Stadt Zweibrucken,Kreisfreie Stadt Zweibrücken,Zweibrucken,Zweibrücken		DE	08	00	07320	34193	Europe/Berlin
3247903	Kreisfreie Stadt Pirmasens	kreisfreie-stadt-pirmasens	Kreisfreie Stadt Pirmasens,Pirmasens		DE	08	00	07317	40231	Europe/Berlin
3247904	Südwestpfalz	suedwestpfalz	Landkreis Pirmasen,Landkreis Pirmasens,Landkreis Sudwestpfalz,Landkreis Südwestpfalz,Pirmasens,Sudwestpfalz,Südwestpfalz		DE	08	00	07340	94831	Europe/Berlin
3247905	Kreisfreie Stadt Landau in der Pfalz	kreisfreie-stadt-landau-in-der-pfalz	Kreisfreie Stadt Landau in der Pfalz,Landau,Landau in der Pfalz		DE	08	00	07313	46881	Europe/Berlin
3247906	Kreisfreie Stadt Neustadt an der Weinstraße	kreisfreie-stadt-neustadt-an-der-weinstrasse	Kreisfreie Stadt Neustadt an der Weinstrasse,Kreisfreie Stadt Neustadt an der Weinstraße,Neustadt an der Haardt,Neustadt an der Weinstrasse,Neustadt an der Weinstraße		DE	08	00	07316	53264	Europe/Berlin
3247907	Landkreis Germersheim	landkreis-germersheim	Germersheim,Landkreis Germersheim		DE	08	00	07334	129013	Europe/Berlin
3247908	Kreisfreie Stadt Speyer	kreisfreie-stadt-speyer	Kreisfreie Stadt Speyer,Speyer,Spires		DE	08	00	07318	50561	Europe/Berlin
3247909	Rhein-Pfalz-Kreis	rhein-pfalz-kreis	Landkreis Ludwigshafen,Ludwigshafen,Rhein-Pfalz-Kreis		DE	08	00	07338	154609	Europe/Berlin
3247910	Kreisfreie Stadt Ludwigshafen am Rhein	kreisfreie-stadt-ludwigshafen-am-rhein	Kreisfreie Stadt Ludwigshafen am Rhein,Ludwigshafen,Ludwigshafen am Rhein		DE	08	00	07314	172253	Europe/Berlin
3247911	Kreisfreie Stadt Trier	kreisfreie-stadt-trier	Kreisfreie Stadt Trier,Treier,Treves,Treviri,Trier,Trèves,Tréier		DE	08	00	07211	111528	Europe/Berlin
3247912	Landkreis Bernkastel-Wittlich	landkreis-bernkastel-wittlich	Bernkastel-Wittlich,Landkreis Bernkastel-Wittlich		DE	08	00	07231	112483	Europe/Berlin
3247913	Eifelkreis Bitburg-Prüm	eifelkreis-bitburg-pruem	Bitburg-Prum,Bitburg-Prüm,Eifelkreis Bitburg-Prum,Eifelkreis Bitburg-Prüm,Landkreis Bitburg-Prum,Landkreis Bitburg-Prüm		DE	08	00	07232	99058	Europe/Berlin
3247914	Vulkaneifel	vulkaneifel	Arrondissement de Vulkaneifel,Circondario del Vulkaneifel,Daun,Distrikto Vulkaneifel,Landkreis Daun,Landkreis Vulkaneifel,Powiat Vulkaneifel,Vul'kanajfel',Vulkaneifel,ai fei er huo shan xian,flkzayyfl,furukanaiferu jun,Вульканайфель,فلکزآئیفل,ვულკანაიფელის რაიონი,フルカナイフェル郡,埃菲尔火山县		DE	08	00	07233	60646	Europe/Berlin
3249065	Landkreis Saarlouis	landkreis-saarlouis	Landkreis Saarlouis,Saarlouis		DE	09	00	10044	194319	Europe/Berlin
3249066	Landkreis Neunkirchen	landkreis-neunkirchen	Landkreis Neunkirchen,Neunkirchen		DE	09	00	10043	131408	Europe/Berlin
3249067	Saarpfalz-Kreis	saarpfalz-kreis	Saar-Palatinate,Saarpfalz-Kreis		DE	09	00	10045	142196	Europe/Berlin
3249068	Regionalverband Saarbrücken	regionalverband-saarbruecken	Associacao Regional de Saarbruecken,Associação Regional de Saarbrücken,Communaute regionale de Sarrebruck,Communauté régionale de Sarrebruck,Confederazione regionale di Saarbruecken,Confederazione regionale di Saarbrücken,Districtul Saarbruecken,Districtul Saarbrücken,Regiona Ligo Saarbruecken,Regiona Ligo Saarbrücken,Regionalverband Saarbrucken,Regionalverband Saarbrücken,Saarbrjukken,Saarbrucken,Saarbrücken,Stadtverband Saarbrucken,Stadtverband Saarbrücken,Zwiazek regionalny Saarbruecken,Związek regionalny Saarbrücken,sa er bu lu ken xian,zaruburyukken dou shi lian he,Саарбрюккен,ザールブリュッケン都市連合,萨尔布吕肯县		DE	09	00	10041	328714	Europe/Berlin
3249069	Kreis Dithmarschen	kreis-dithmarschen	Dithmarschen,Kreis Dithmarschen		DE	10	00	01051	133193	Europe/Berlin
3249070	Kreisfreie Stadt Kiel	kreisfreie-stadt-kiel	Kiel,Kreisfreie Stadt Kiel		DE	10	00	01002	246794	Europe/Berlin
3249071	Kreisfreie Stadt Lübeck	kreisfreie-stadt-luebeck	Kreisfreie Stadt Lubeck,Kreisfreie Stadt Lübeck,Lubeck,Lübeck		DE	10	00	01003	216530	Europe/Berlin
3249072	Kreisfreie Stadt Neumünster	kreisfreie-stadt-neumuenster	Kreisfreie Stadt Neumunster,Kreisfreie Stadt Neumünster,Neumunster,Neumünster		DE	10	00	01004	80196	Europe/Berlin
3249073	Kreis Nordfriesland	kreis-nordfriesland	Kreis Nordfriesland,Nordfriesland		DE	10	00	01054	165951	Europe/Berlin
3249074	Kreis Ostholstein	kreis-ostholstein	Arrondissement du Holstein-de-lEst,Circondario dello Holstein Orientale,Districtul Ostholstein,Distrikto Orienta Holstinio,Distrito de Holstein Oriental,Istocni Holstein,Istočni Holstein,Kreis Ostholstein,Kreis Ostholsten,Kreis Østholsten,Kring Ostholstein,Kris Aastholstiinj,Kris Ååstholstiinj,Landkreis Ostholstein,Ost-Holstein,Ostholstein,Powiat Ostholstein,Shygys Gol'shtejn,Skhidnij Gol'shtejn,Vostochnyj Gol'shtejn,dong he er si tai yin xian,Øst-Holstein,Восточный Гольштейн,Східний Гольштейн,Шығыс Гольштейн,اوسٹہولسٹاین,东荷尔斯泰因县		DE	10	00	01055	200539	Europe/Berlin
3249075	Kreis Rendsburg-Eckernförde	kreis-rendsburg-eckernfoerde	Kreis Rendsburg-Eckernforde,Kreis Rendsburg-Eckernförde,Rendsburg-Eckernforde,Rendsburg-Eckernförde		DE	10	00	01058	274098	Europe/Berlin
3249076	Kreis Segeberg	kreis-segeberg	Kreis Segeberg,Segeberg		DE	10	00	01060	277175	Europe/Berlin
3249077	Kreis Steinburg	kreis-steinburg	Kreis Steinburg,Steinburg		DE	10	00	01061	131013	Europe/Berlin
3249078	Kreis Stormarn	kreis-stormarn	Kreis Stormarn,Stormarn		DE	10	00	01062	244156	Europe/Berlin
3249079	Landkreis Barnim	landkreis-barnim	Barnim,Landkreis Barnim		DE	11	00	12060	185244	Europe/Berlin
3249080	Landkreis Dahme-Spreewald	landkreis-dahme-spreewald	Dahme-Spreewald,Dubja-Blota,Dubja-Błota,Landkreis Dahme-Spreewald,Wokrejs Dubja-Blota,Wokrejs Dubja-Błota		DE	11	00	12061	170791	Europe/Berlin
3249081	Landkreis Elbe-Elster	landkreis-elbe-elster	Elbe-Elster,Landkreis Elbe-Elster,Lobjo-Halstrow,Wokrejs Lobjo-Halstrow,Wokrejs Łobjo-Halštrow,Łobjo-Halštrow		DE	11	00	12062	101827	Europe/Berlin
3249082	Landkreis Havelland	landkreis-havelland	Havelland,Landkreis Havelland		DE	11	00	12063	162996	Europe/Berlin
3249083	Landkreis Märkisch-Oderland	landkreis-maerkisch-oderland	Landkreis Markisch-Oderland,Landkreis Märkisch-Oderland,Markisch-Oderland,Märkisch-Oderland		DE	11	00	12064	195751	Europe/Berlin
3249084	Landkreis Oberhavel	landkreis-oberhavel	Landkreis Oberhavel,Oberhavel		DE	11	00	12065	212914	Europe/Berlin
3249085	Landkreis Oberspreewald-Lausitz	landkreis-oberspreewald-lausitz	Gorne Blota-Luzyca,Górne Błota-Łužyca,Landkreis Oberspreewald-Lausitz,Oberspreewald-Lausitz,Wokrejs Gorne Blota-Luzyca,Wokrejs Górne Błota-Łužyca		DE	11	00	12066	109371	Europe/Berlin
3249086	Landkreis Oder-Spree	landkreis-oder-spree	Landkreis Oder-Spree,Oder-Spree,Odra-Sprjewja,Wokrejs Odra-Sprjewja		DE	11	00	12067	178803	Europe/Berlin
3249087	Landkreis Ostprignitz-Ruppin	landkreis-ostprignitz-ruppin	Landkreis Ostprignitz-Ruppin,Ostprignitz-Ruppin		DE	11	00	12068	98861	Europe/Berlin
3249088	Landkreis Prignitz	landkreis-prignitz	Landkreis Prignitz,Prignitz		DE	11	00	12070	76158	Europe/Berlin
3249089	Wokrejs Sprjewja-Nysa	wokrejs-sprjewja-nysa	Landkreis Spree-Neisse,Landkreis Spree-Neiße,Spree-Neisse,Spree-Neiße,Sprjewja-Nysa,Wokrejs Sprjewja-Nysa		DE	11	00	12071	113720	Europe/Berlin
3249090	Landkreis Teltow-Fläming	landkreis-teltow-flaeming	Landkreis Teltow-Flaming,Landkreis Teltow-Fläming,Teltow-Flaming,Teltow-Fläming		DE	11	00	12072	169997	Europe/Berlin
3249091	Landkreis Uckermark	landkreis-uckermark	Landkreis Uckermark,Uckermark		DE	11	00	12073	118947	Europe/Berlin
3302143	Nordwestmecklenburg	nordwestmecklenburg	Arrondissement du Mecklembourg-du-Nord-Ouest,Circondario del Meclemburgo Nordoccidentale,Distrikto Nordokcidenta Meklenburgo,Distrito de Mecklemburgo Noroccidental,Ipar mendebaldeko Mecklenburg,Landkreis Nordwestmecklenburg,Loundkring Nordwestmecklenburg,Nordwestmecklenburg,Nordwestmecklenburg jaras,Nordwestmecklenburg járás,Powiat Nordwestmecklenburg,Severo-Zapadnyj Meklenburg,Severozapaden Meklenburg,Ziemelrietummeklenburgas aprinkis,Ziemeļrietummēklenburgas apriņķis,xi bei mei ke lun bao xian,Северо-Западный Мекленбург,Северозападен Мекленбург,Солтүстік-батыс Мекленбург,نارتھ ویسٹرن میکلنبرگ,ჩრდილო-დასავლეთ მეკლენბურგის რაიონი,西北梅克伦堡县		DE	12	00	13074	157322	Europe/Berlin
3302155	Mansfeld-Südharz	mansfeld-suedharz	Kreis Mansfeld-Suedharz,Kreis Mansfeld-Südharz,Landkreis Mansfeld-Suedharz,Landkreis Mansfeld-Südharz		DE	14	00	15087	134942	Europe/Berlin
3302156	Burgenlandkreis	burgenlandkreis	Burgenlandkreis		DE	14	00	15084	178846	Europe/Berlin
3302158	Jerichower Land	jerichower-land	Jerichower Land,Landkreis Jerichower Land		DE	14	00	15086	89589	Europe/Berlin
3302159	Börde	boerde	Arrondissement de la Boerde,Arrondissement de la Börde,BK,Boerde (distrito),Boerde Rural District,Börde (distrito),Börde Rural District,Circondario della Boerde,Circondario della Börde,Distrikto Boerde,Distrikto Börde,Landkreis Boerde,Landkreis Börde,Powiat Boerde,Powiat Börde,bi er de xian,比尔德县		DE	14	00	15083	170923	Europe/Berlin
3302169	Landkreis Schmalkalden-Meiningen	landkreis-schmalkalden-meiningen	Landkreis Schmalkalden-Meiningen,Schmalkalden-Meiningen		DE	15	00	16066	124916	Europe/Berlin
3305808	Erzgebirgskreis	erzgebirgskreis	dayrt aljbal alkham,دائرة الجبال الخام		DE	13	00	14521	334948	Europe/Berlin
3305812	Landkreis Sächsische Schweiz	landkreis-saechsische-schweiz	Landkreis Sachsische Schweiz,Landkreis Saechsische Schweiz-Osterzgebirge,Landkreis Sächsische Schweiz,Landkreis Sächsische Schweiz-Osterzgebirge,Sachsische Schweiz,Saechsische Schweiz-Osterzgebirge,Saxon Switzerland-East Ore Mountain,Sächsische Schweiz,Sächsische Schweiz-Osterzgebirge,dayrt brna,dayrt swysra alskswnyt-jbal alkham alshrqyt,swysra alskswnyt-jbal alkham alshrqyt,دائرة برنا,دائرة سويسرا السكسونية-جبال الخام الشرقية,سويسرا السكسونية-جبال الخام الشرقية		DE	13	00	14628	245586	Europe/Berlin
3305827	Landkreis Gießen	landkreis-giessen	Arrondissement de Giessen,Circondario di Giessen,Circondario di Gießen,Districtul Giessen,Districtul Gießen,Distrikto Giessen,Distrikto Gießen,Distrito de Giessen,Distrito de Gießen,Giessen,Gießen,Gisen,Landkreis Giessen,Landkreis Gießen,Powiat Giessen,Powiat Gießen,Rajon Gisen,gayyzn,ji sen xian,Гисен,Раён Гісен,گائیزن,吉森县		DE	05	065	06531	270688	Europe/Berlin
6547383	Berlin, Stadt	berlin-stadt			DE	16	00	11000	3669491	Europe/Berlin
6547384	Vogtlandkreis	vogtlandkreis			DE	13	00	14523	225997	Europe/Berlin
6547386	Eisenach	eisenach	Eisenach,Kreisfreie Stadt Eisenach		DE	15	00	16056	42250	Europe/Berlin
6547387	Eichsfeld	eichsfeld	Ajkhsfel'd,Ajkhsfeld,Arrondissement dEichsfeld,Circondario dellEichsfeld,Distrikto Eichsfeld,Distrito de Eichsfeld,Landkreis Eichsfeld,Powiat Eichsfeld,ai xi si fei er de xian,aikhspeldis raioni,Айхсфелд,Айхсфельд,Ајхсфелд,آئییخزفیلڈ,აიხსფელდის რაიონი,艾希斯费尔德县		DE	15	00	16061	100006	Europe/Berlin
6547388	Wartburgkreis	wartburgkreis	Bad Salzungen,Wartburgkreis		DE	15	00	16063	118974	Europe/Berlin
6547389	Unstrut-Hainich-Kreis	unstrut-hainich-kreis			DE	15	00	16064	102232	Europe/Berlin
6547390	Kyffhäuserkreis	kyffhaeuserkreis			DE	15	00	16065	74212	Europe/Berlin
6547391	Ilm-Kreis	ilm-kreis			DE	15	00	16070	106249	Europe/Berlin
6547392	Saalfeld-Rudolstadt	saalfeld-rudolstadt	Arrondissement de Saalfeld-Rudolstadt,Circondario di Saalfeld-Rudolstadt,Circulus Saalfeld-Rudolstadt,Districtul Saalfeld-Rudolstadt,Distrikto Saalfeld-Rudolstadt,Distrito de Saalfeld-Rudolstadt,Landkreis Saalfeld-Rudolstadt,Powiat Saalfeld-Rudolstadt,Zaal'fel'd-Rudol'shtadt,Zal'fel'd-Rudol'shtadt,Zalfeld-Rudolshhat,Zalfeld-Rudolshtat,sa er fei er de-lu duo er shi ta te xian,Заальфельд-Рудольштадт,Залфелд-Рудолштат,Залфелд-Рудолщат,Зальфельд-Рудольштадт,سالفیلڈ-ردولستدت,ზაალფელდ-რუდოლშტადტის რაიონი,萨尔费尔德-鲁多尔施塔特县		DE	15	00	16073	103199	Europe/Berlin
6547393	Saale-Holzland-Kreis	saale-holzland-kreis			DE	15	00	16074	82950	Europe/Berlin
6547394	Saale-Orla-Kreis	saale-orla-kreis			DE	15	00	16075	80312	Europe/Berlin
6547395	Hamburg, Freie und Hansestadt	hamburg-freie-und-hansestadt			DE	04	00	02000	1847253	Europe/Berlin
8648342	Landkreis Rostock	landkreis-rostock	LRO,Landkreis Rostock,Rostock		DE	12	00	13072	215794	Europe/Berlin
8648412	Ludwigslust-Parchim	ludwigslust-parchim	Arrondissement de Ludwigslust-Parchim,Circondario di Ludwigslust-Parchim,Distrikto Ludwigslust-Parchim,Landkreis Ludwigslust-Parchim,Ludvigslustes-Parhimas aprinkis,Ludvigslustes-Parhimas apriņķis,Ludwigslust-Parchim,Powiat Ludwigslust-Parchim,لڈوگزلسٹ-پاررچم		DE	12	00	13076	211779	Europe/Berlin
8648413	Mecklenburgische Seenplatte	mecklenburgische-seenplatte	Landkreis Mecklenburgische Seenplatte,Mecklenburgische Seenplatte		DE	12	00	13071	258074	Europe/Berlin
8648415	Vorpommern-Greifswald	vorpommern-greifswald	Landkreis Vorpommern-Greifswald,Vorpommern-Greifswald		DE	12	00	13075	235623	Europe/Berlin
\.


--
-- Data for Name: admin4; Type: TABLE DATA; Schema: de; Owner: g5
--

COPY de.admin4 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, admin2_code, admin3_code, admin4_code, population, timezone) FROM stdin;
2806124	Wörnitz	woernitz	Vernic,Vjornic,Wornitz,Wörnitz,vu~erunittsu,wei er ni ci,Верниц,Верніц,Вёрниц,Վյորնից,ヴェルニッツ,韦尔尼茨		DE	02	095	09571	09571228	1834	Europe/Berlin
2806236	Wonneberg	wonneberg			DE	02	091	09189	09189165	1570	Europe/Berlin
2807525	Wirschweiler	wirschweiler			DE	08	00	07134	07134095	295	Europe/Berlin
2808260	Windeck	windeck	Windeck		DE	07	053	05382	05382076	18730	Europe/Berlin
2809281	Wiesenbach	wiesenbach	Vizenbakh,vu~izenbahha,Визенбах,Візенбах,ヴィーゼンバッハ		DE	01	082	08226	08226097	3096	Europe/Berlin
2809282	Wiesenbach	wiesenbach	Vizenbakh,Vizenbax,Визенбах,Візенбах,Վիզենբախ		DE	02	097	09774	09774189	994	Europe/Berlin
2809922	Wettringen	wettringen	Wettringen		DE	07	055	05566	05566096	8261	Europe/Berlin
2810060	Westoverledingen	westoverledingen			DE	06	00	03457	03457022	21210	Europe/Berlin
2810229	Westerngrund	westerngrund			DE	02	096	09671	09671159	1918	Europe/Berlin
2810711	Werther	werther	Verter,Werther,Werther (Thuringen),Werther (Thüringen),Вертер		DE	15	00	16062	16062063	3166	Europe/Berlin
2812146	Weinstadt	weinstadt	Endersbach-Beutelsbach,Weinstadt		DE	01	081	08119	08119091	27082	Europe/Berlin
2814358	Walzbachtal	walzbachtal	Walzbachtal		DE	01	082	08215	08215089	9834	Europe/Berlin
2814549	Wallmoden	wallmoden	Wallmoden,Wallmoden (Samtgemeinde Lutter am Barenberge)		DE	06	00	03153	03153014	916	Europe/Berlin
2815115	Walddorfhäslach	walddorfhaeslach	Walddorfhaeslach,Walddorfhäslach,Waldorfhaslach,Waldorfhäslach		DE	01	084	08415	08415087	5314	Europe/Berlin
2815524	Wagenfeld	wagenfeld			DE	06	00	03251	03251044	7225	Europe/Berlin
2816530	Volsemenhusen	volsemenhusen	Fol'zemenkhuzen,Folzemenkhuzen,Gemeinde Volsemenhusen,Volsemenhusen,fu er sai men hu sen,Фолземенхузен,Фольземенхузен,福尔塞门胡森		DE	10	00	01051	01051119	330	Europe/Berlin
2817876	Varel	varel			DE	06	00	03455	03455026	24017	Europe/Berlin
2818269	Uplengen	uplengen			DE	06	00	03457	03457020	11817	Europe/Berlin
2820247	Ulmen	ulmen			DE	08	00	07135	07135083	3322	Europe/Berlin
2820622	Übach-Palenberg	uebach-palenberg	Ubach-Palenberg,Übach-Palenberg		DE	07	053	05370	05370028	24044	Europe/Berlin
2820822	Tülau	tuelau			DE	06	00	03151	03151032	1412	Europe/Berlin
2821175	Triefenstein	triefenstein			DE	02	096	09677	09677154	4373	Europe/Berlin
2821326	Trennewurth	trennewurth			DE	10	00	01051	01051118	253	Europe/Berlin
2821459	Trebel	trebel	Trebel,Trebel',te lei bei er,trbl,Требел,Требель,تربل,特雷贝尔		DE	06	00	03354	03354023	976	Europe/Berlin
2822264	Tielenhemme	tielenhemme	Gemeinde Tielenhemme,Tielenhemme		DE	10	00	01051	01051117	161	Europe/Berlin
2825106	Südermarsch	suedermarsch			DE	10	00	01054	01054132	144	Europe/Berlin
2825311	Stutensee	stutensee	Stutensee		DE	01	082	08215	08215109	24788	Europe/Berlin
2826158	Straßenhaus	strassenhaus	Strassenhaus,Straßenhaus		DE	08	00	07138	07138071	1937	Europe/Berlin
2830192	Splietsdorf	splietsdorf			DE	12	00	13073	13073086	460	Europe/Berlin
2830856	Spahnharrenstätte	spahnharrenstaette	Shpankharenshtete,Shpankharrenstette,Spahnharrenstatte,Spahnharrenstätte,shi pa en ha lun si te,Шпанхаренштете,Шпанхарренстетте,施帕恩哈伦斯特		DE	06	00	03454	03454048	1546	Europe/Berlin
2831970	Simonswald	simonswald			DE	01	083	08316	08316042	3030	Europe/Berlin
2833257	Selfkant	selfkant	Selfkant		DE	07	053	05370	05370024	10137	Europe/Berlin
2834122	Schwülper	schwuelper	Schwulper,Schwülper		DE	06	00	03151	03151027	7293	Europe/Berlin
2834642	Schwedeneck	schwedeneck	Schwedeneck		DE	10	00	01058	01058150	2809	Europe/Berlin
2835344	Schwalmtal	schwalmtal	Schwalmtal,Schwamdoal,Schwámdoal,Shval'mtal',Shvalmtal,shi wa er mu ta er,Швалмтал,Швальмталь,施瓦尔姆塔尔		DE	07	051	05166	05166024	18969	Europe/Berlin
2836102	Schretstaken	schretstaken	Gemeinde Schretstaken,Schretstaken		DE	10	00	01053	01053113	489	Europe/Berlin
2836466	Schöntal	schoental	Schontal,Schöntal		DE	01	081	08126	08126072	5613	Europe/Berlin
2836550	Schönhorst	schoenhorst			DE	10	00	01058	01058145	296	Europe/Berlin
2836890	Schönbrunn	schoenbrunn	Schonbrunn,Schönbrunn		DE	01	082	08226	08226081	2824	Europe/Berlin
2837034	Schönau	schoenau			DE	02	092	09277	09277144	1948	Europe/Berlin
2837981	Schmedeswurth	schmedeswurth			DE	10	00	01051	01051103	178	Europe/Berlin
2841326	Satow	satow	Satow,Zatov,sa tuo,Затов,萨托		DE	12	00	13072	13072093	5874	Europe/Berlin
2841558	Sankt Julian	sankt-julian			DE	08	00	07336	07336095	1063	Europe/Berlin
2842083	Samern	samern	Samern		DE	06	00	03456	03456020	773	Europe/Berlin
2842306	Salem	salem	Salem,Zalem,zalemi,Залем,Զալեմ,ზალემი		DE	01	084	08435	08435052	11410	Europe/Berlin
2842513	Sachsenheim	sachsenheim	Sachsenheim		DE	01	081	08118	08118076	18961	Europe/Berlin
2845012	Rosengarten	rosengarten	Gemeen Rosengoorn,Rosengarten,Rozengarten,Розенгартен		DE	06	00	03353	03353029	13672	Europe/Berlin
2845015	Rosengarten	rosengarten	Rozengarten,rozengaruten,Розенгартен,ローゼンガルテン		DE	01	081	08127	08127100	5149	Europe/Berlin
2847004	Rielasingen-Worblingen	rielasingen-worblingen	Rielasingen-Worblingen		DE	01	083	08335	08335100	12060	Europe/Berlin
2847602	Rheinstetten	rheinstetten			DE	01	082	08215	08215108	20206	Europe/Berlin
2847615	Rheinmünster	rheinmuenster			DE	01	082	08216	08216063	6915	Europe/Berlin
2847630	Rheinhausen	rheinhausen			DE	01	083	08316	08316053	3915	Europe/Berlin
2848034	Rethwisch	rethwisch	Rethwisch,Rethwisch (Stormarn),Retvish,lei te wei shi,Ретвиш,雷特维施		DE	10	00	01062	01062062	1199	Europe/Berlin
2848261	Remshalden	remshalden	Remshalden		DE	01	081	08119	08119090	14096	Europe/Berlin
2848267	Remseck am Neckar	remseck-am-neckar	Remseck,Remsek am Nekar,Remzek-am-Nekkar,Remzek-na-Nekkari,nei ka he pan lei mu sai ke,rmzk,rmzk am nka,Ремзек-ам-Неккар,Ремзек-на-Неккарі,Ремсек ам Некар,رمزك,رمزک آم نکا,内卡河畔雷姆塞克		DE	01	081	08118	08118081	26539	Europe/Berlin
2848348	Reken	reken	Reken		DE	07	055	05554	05554044	14888	Europe/Berlin
2853950	Pfronten	pfronten	Pfronten		DE	02	097	09777	09777159	8348	Europe/Berlin
6547547	Chorin	chorin			DE	11	00	12060	12060045	2332	Europe/Berlin
2854027	Pfinztal	pfinztal			DE	01	082	08215	08215101	18451	Europe/Berlin
2856307	Ostfildern	ostfildern			DE	01	081	08116	08116080	39312	Europe/Berlin
2856358	Osterwald	osterwald			DE	06	00	03456	03456017	1192	Europe/Berlin
2861806	Nortorf	nortorf			DE	10	00	01061	01061077	846	Europe/Berlin
2861860	Nordstrand	nordstrand	Gemeinde Nordstrand,Nordstrand		DE	10	00	01054	01054091	2253	Europe/Berlin
2862454	Niestetal	niestetal	Niestetal		DE	05	066	06633	06633020	11149	Europe/Berlin
2862540	Nienstädt	nienstaedt			DE	06	00	03257	03257026	4450	Europe/Berlin
2864204	Neuschoo	neuschoo	Neuschoo		DE	06	00	03462	03462011	1171	Europe/Berlin
2866334	Nettetal	nettetal	Nettetal		DE	07	051	05166	05166016	42496	Europe/Berlin
2868921	Mücke	muecke	Lucke,Mike,Mjukke,Mucke,Muecke,Mücke,mi ke,myukke,Мике,Мюкке,ミュッケ,米克		DE	05	065	06535	06535013	9400	Europe/Berlin
2869026	Mossautal	mossautal	Mossautal		DE	05	064	06437	06437012	2427	Europe/Berlin
2872819	Mauer	mauer	Mauer		DE	01	082	08226	08226048	4050	Europe/Berlin
2873076	Marxzell	marxzell	Marxzell		DE	01	082	08215	08215047	4964	Europe/Berlin
2873515	Marienmünster	marienmuenster	Marienmunster,Marienmünster		DE	07	057	05762	05762024	4902	Europe/Berlin
2875248	Luhden	luhden	Luhden-Schermbock		DE	06	00	03257	03257022	1134	Europe/Berlin
2877203	Lindewitt	lindewitt			DE	10	00	01059	01059179	1959	Europe/Berlin
2878941	Lemgow	lemgow	Lemgow		DE	06	00	03354	03354015	1356	Europe/Berlin
2879759	Merzen	merzen			DE	06	00	03459	03459026	3882	Europe/Berlin
2879871	Lautertal	lautertal	Lautertal,Lautertal',lao te er ta er,rautataru,Лаутертал,Лаутерталь,ラウタータール,劳特尔塔尔		DE	05	064	06431	06431014	7157	Europe/Berlin
2880399	Lasbek	lasbek	Lasbeck Gut		DE	10	00	01062	01062089	1258	Europe/Berlin
2882257	Küssaberg	kuessaberg	Kussaberg,Küssaberg		DE	01	083	08337	08337125	5479	Europe/Berlin
2884882	Kraichtal	kraichtal	Kraichtal		DE	01	082	08215	08215097	14681	Europe/Berlin
2887223	Kneese	kneese	Kneese,Kneese Dorf		DE	12	00	13074	13074040	332	Europe/Berlin
2890321	Kirkel	kirkel			DE	09	00	10045	10045115	10039	Europe/Berlin
2891531	Kernen	kernen	Kernen,Kernen im Remstal		DE	01	081	08119	08119093	15485	Europe/Berlin
2895482	Jade	jade	Jade,ya de,Јаде,جیڈ، جرمنی,亚德		DE	06	00	03461	03461005	5830	Europe/Berlin
2895563	Itzgrund	itzgrund			DE	02	094	09473	09473138	2292	Europe/Berlin
2895919	Insel Poel	insel-poel	Insel Poel		DE	12	00	13074	13074035	2463	Europe/Berlin
2896614	Ihrlerstein	ihrlerstein			DE	02	092	09273	09273133	4268	Europe/Berlin
2896670	Igling	igling	Igling		DE	02	091	09181	09181127	2488	Europe/Berlin
2897302	Hünstetten	huenstetten	Huenstetten,Hunstetten,Hünstetten		DE	05	064	06439	06439007	10479	Europe/Berlin
2898693	Horst	horst	Gemeinde Horst,Horst		DE	10	00	01053	01053057	207	Europe/Berlin
2899290	Hoogstede	hoogstede			DE	06	00	03456	03456009	2844	Europe/Berlin
2900273	Holste	holste	Holste		DE	06	00	03356	03356004	1397	Europe/Berlin
2901431	Hohenstein	hohenstein	Goenshtajn,Khoehnshtajn,Khoenshtajn,Гоенштайн,Хоенштајн,Хоэнштайн		DE	05	064	06439	06439006	6164	Europe/Berlin
2901989	Hohenahr	hohenahr	Hohenahr		DE	05	065	06532	06532013	4772	Europe/Berlin
2903421	Höhbeck	hoehbeck	Hobeck,Hohbeck,Höbeck,Höhbeck		DE	06	00	03354	03354010	647	Europe/Berlin
2905389	Hespe	hespe			DE	06	00	03257	03257014	2055	Europe/Berlin
2906649	Helse	helse			DE	10	00	01051	01051046	828	Europe/Berlin
2907001	Heldenstein	heldenstein	Heldenstein,Khel'denshtajn,Хельденштайн		DE	02	091	09183	09183120	2678	Europe/Berlin
2911396	Haltern am See	haltern-am-see			DE	07	055	05562	05562016	37850	Europe/Berlin
2911527	Halle	halle	Halle,Halle (bei Neuenhaus)		DE	06	00	03456	03456008	666	Europe/Berlin
2915313	Großlohra	grosslohra	Groslora,Grosslohra,Großlohra,da luo la,Грослора,大洛拉		DE	15	00	16062	16062009	907	Europe/Berlin
2915535	Großheide	grossheide	Grossheide,Großheide		DE	06	00	03452	03452007	8597	Europe/Berlin
2918026	Grasellenbach	grasellenbach			DE	05	064	06431	06431009	4113	Europe/Berlin
2918909	Gorxheimertal	gorxheimertal	Gorxheimertal		DE	05	064	06431	06431008	4110	Europe/Berlin
2922572	Garding	garding			DE	10	00	01054	01054036	2818	Europe/Berlin
2923335	Gaiberg	gaiberg	Gaiberg		DE	01	082	08226	08226022	2392	Europe/Berlin
2924286	Fröhnd	froehnd	Frend,Frjond,Froehnd,Fröhnd,fu lei he en de,Френд,Фрёнд,弗勒赫恩德		DE	01	083	08336	08336025	472	Europe/Berlin
2925039	Freisen	freisen			DE	09	00	10046	10046111	7863	Europe/Berlin
2925202	Freiamt	freiamt	Frajamt,Frayamt,Freiamt,fu lai a mu te,Фрайамт,Фрајамт,Ֆրայամտ,弗赖阿姆特		DE	01	083	08316	08316054	4194	Europe/Berlin
2926581	Fischbachtal	fischbachtal			DE	05	064	06432	06432007	2733	Europe/Berlin
2926870	Filderstadt	filderstadt	Fil'dershtadt,Fildershhat,Fildershtat,Filderstadt,fei er de er si ta te,fyldrashtat,fyldrshtat,Филдерштат,Филдерщат,Фильдерштадт,Фільдерштадт,Ֆիլդերշտադտ,فيلدرشتات,فیلدراشتات,菲尔德尔斯塔特		DE	01	081	08116	08116077	46083	Europe/Berlin
2927456	Feldberg	feldberg	Fel'dberg,Feldberg,Feldberg (Schwarzwald),Feldberg en la Selva Negra,fei er de bei ge,Фелдберг,Фельдберг,Ֆելդբերգ,费尔德贝格		DE	01	083	08315	08315037	1862	Europe/Berlin
2929424	Andechs	andechs	Erling		DE	02	091	09188	09188117	3781	Europe/Berlin
2929873	Epfenbach	epfenbach	Epfenbach		DE	01	082	08226	08226017	2396	Europe/Berlin
2930017	Ense	ense	Ense		DE	07	059	05974	05974012	12162	Europe/Berlin
2930309	Engelbrechtsche Wildnis	engelbrechtsche-wildnis			DE	10	00	01061	01061027	883	Europe/Berlin
2930483	Emmerting	emmerting	Emmerting		DE	02	091	09171	09171114	4150	Europe/Berlin
2930484	Emmerthal	emmerthal			DE	06	00	03252	03252005	9728	Europe/Berlin
2930614	Elztal	elztal	Elztal		DE	01	082	08225	08225117	5813	Europe/Berlin
2931222	Elchweiler	elchweiler			DE	08	00	07134	07134022	88	Europe/Berlin
2931225	Elchingen	elchingen	Elchingen		DE	02	097	09775	09775139	9543	Europe/Berlin
2932872	Ehra-Lessien	ehra-lessien	Ehra-Lessien		DE	06	00	03151	03151008	1903	Europe/Berlin
2933958	Ebersburg	ebersburg	Ebersberg,Ebersburg		DE	05	066	06631	06631004	4637	Europe/Berlin
2934318	Dürrholz	duerrholz	Durrholz,Dürrholz		DE	08	00	07138	07138014	1313	Europe/Berlin
2934506	Durbach	durbach	Durbach		DE	01	083	08317	08317021	3971	Europe/Berlin
2934762	Duchroth	duchroth			DE	08	00	07133	07133027	549	Europe/Berlin
2935380	Drackenstein	drackenstein			DE	01	081	08117	08117016	456	Europe/Berlin
2937917	Dettenheim	dettenheim	Dettenheim		DE	01	082	08215	08215111	6596	Europe/Berlin
2939090	Damp	damp			DE	10	00	01058	01058040	1483	Europe/Berlin
2941747	Bülstedt	buelstedt	Bulstedt,Bülstedt		DE	06	00	03357	03357010	778	Europe/Berlin
2942381	Buchholz (Westerwald)	buchholz-westerwald	Buchholz,Buchholz (Westerwald),Bukhgol'c,Bukhkhol'c,Bukholc,Бухгольц,Бухолц,Буххольц		DE	08	00	07138	07138080	4535	Europe/Berlin
2944175	Breuberg	breuberg			DE	05	064	06437	06437004	7430	Europe/Berlin
2945607	Brachttal	brachttal	Brachttal		DE	05	064	06435	06435005	5068	Europe/Berlin
2946310	Börfink	boerfink			DE	08	00	07134	07134011	167	Europe/Berlin
2947319	Bockhorn	bockhorn	Bokkhorn,Friesische Wehde,bo ke huo er en,Бокхорн,博克霍尔恩		DE	06	00	03455	03455025	8892	Europe/Berlin
2949188	Bielefeld	bielefeld			DE	07	057	05711	05711000	334195	Europe/Berlin
2949225	Biederbach	biederbach	Biederbach		DE	01	083	08316	08316003	1768	Europe/Berlin
2950050	Berne	berne	Berne,Bernë,brn  alman,Берне,برن، آلمان		DE	06	00	03461	03461001	6889	Europe/Berlin
2951646	Bedburg-Hau	bedburg-hau	Bedburg-Hau		DE	07	051	05154	05154004	12955	Europe/Berlin
2951831	Ursberg	ursberg			DE	02	097	09774	09774116	3262	Europe/Berlin
2953049	Ballhausen	ballhausen	Ballhausen		DE	15	00	16064	16064005	814	Europe/Berlin
2953204	Baiern	baiern	Baern,Bajern,Bajrn,Gemeinde Baiern,bai ai er en,bayrn,Байерн,Баєрн,Бајрн,بایرن,拜埃尔恩		DE	02	091	09175	09175113	1502	Europe/Berlin
2953349	Bad Schönborn	bad-schoenborn	Bad Schonborn,Bad Schönborn		DE	01	082	08215	08215100	12913	Europe/Berlin
2953457	Bad Friedrichshall	bad-friedrichshall	Bad Friedrichshall,Friedrichshall		DE	01	081	08125	08125005	19349	Europe/Berlin
2953803	Baar	baar	Baar		DE	08	00	07137	07137007	737	Europe/Berlin
2954038	Aumühle	aumuehle			DE	10	00	01053	01053003	3265	Europe/Berlin
2956187	Andervenne	andervenne	Andervenne		DE	06	00	03454	03454001	894	Europe/Berlin
2956447	Ammerbuch	ammerbuch			DE	01	084	08416	08416048	11302	Europe/Berlin
2957818	Bönen	boenen			DE	07	059	05978	05978008	18171	Europe/Berlin
2958914	Aichtal	aichtal	Aichtal,Stadt Aichtal		DE	01	081	08116	08116081	9893	Europe/Berlin
2959713	Achberg	achberg	Achberg		DE	01	084	08436	08436001	1750	Europe/Berlin
3205385	Ehrenkirchen	ehrenkirchen	Ehrenkirchen		DE	01	083	08315	08315131	7501	Europe/Berlin
3205409	Münstertal	muenstertal	Munstertal,Munstertal/Schwarzwald,Münstertal,Münstertal/Schwarzwald		DE	01	083	08315	08315130	5072	Europe/Berlin
3205527	Fuchstal	fuchstal	Fuchstal		DE	02	091	09181	09181121	3990	Europe/Berlin
3205529	Germaringen	germaringen	Germaringen		DE	02	097	09777	09777130	3872	Europe/Berlin
3205541	Markt Kaltental	markt-kaltental	Kaltental,Markt Kaltental		DE	02	097	09777	09777141	1694	Europe/Berlin
3205642	Argenbühl	argenbuehl	Argenbuhl,Argenbühl		DE	01	084	08436	08436094	6569	Europe/Berlin
3205647	Brigachtal	brigachtal	Brigachtal		DE	01	083	08326	08326075	5163	Europe/Berlin
3205650	Dachsberg	dachsberg	Dachsberg,Dachsberg (Sudschwarzwald),Dachsberg (Südschwarzwald),Dakhsberg,Daksberg,da si bei ge,Даксберг,Дахсберг,达斯贝格		DE	01	083	08337	08337027	1382	Europe/Berlin
3205655	Fronreute	fronreute	Fronreute		DE	01	084	08436	08436096	4822	Europe/Berlin
3205662	Klettgau	klettgau	Kletgau,Klettgau,ke lai te gao,Клетгау,Клеттгау,克莱特高		DE	01	083	08337	08337062	7578	Europe/Berlin
3205693	Wutach	wutach	Vutakh,Wutach,wu ta,Вутах,武塔		DE	01	083	08337	08337127	1189	Europe/Berlin
3205898	Kerken	kerken			DE	07	051	05154	05154028	12548	Europe/Berlin
3206207	Lenningen	lenningen			DE	01	081	08116	08116079	8252	Europe/Berlin
3206591	Rodewald	rodewald	Rodewald		DE	06	00	03256	03256026	2537	Europe/Berlin
3206679	Kröning	kroening			DE	02	092	09274	09274145	2059	Europe/Berlin
3206784	Ahorntal	ahorntal	Ahorntal		DE	02	094	09472	09472111	2192	Europe/Berlin
3206794	Aurachtal	aurachtal			DE	02	095	09572	09572114	3050	Europe/Berlin
3206800	Birgland	birgland			DE	02	093	09371	09371116	1797	Europe/Berlin
3206814	Markt Eckental	markt-eckental	Eckental,Markt Eckental		DE	02	095	09572	09572121	14515	Europe/Berlin
3206892	Eisenheim	eisenheim	Eisenheim,Eisenheim Markt		DE	02	096	09679	09679167	1334	Europe/Berlin
3206893	Fensterbach	fensterbach	Fensterbach		DE	02	093	09376	09376125	2364	Europe/Berlin
3206895	Fichtenau	fichtenau	Fichtenau		DE	01	081	08127	08127102	4570	Europe/Berlin
3206898	Frankenhardt	frankenhardt	Frankenhardt		DE	01	081	08127	08127103	4903	Europe/Berlin
3206914	Hummeltal	hummeltal			DE	02	094	09472	09472155	2337	Europe/Berlin
3206919	Kreßberg	kressberg			DE	01	081	08127	08127101	3966	Europe/Berlin
3206936	Rauhenebrach	rauhenebrach	Rauhenebrach		DE	02	096	09674	09674187	2899	Europe/Berlin
3206989	Schwanstetten	schwanstetten	Markt Schwanstetten,Schwanstetten		DE	02	095	09576	09576132	7294	Europe/Berlin
3206990	Schwarzach am Main	schwarzach-am-main	Markt Schwarzach am Main,Schwarzach,Schwarzach a.Main,Schwarzach am Main		DE	02	096	09675	09675165	3620	Europe/Berlin
3207007	Wiesenttal	wiesenttal			DE	02	094	09474	09474176	2480	Europe/Berlin
3207075	Ringgau	ringgau	Ringau,Ringgau,lin gao,ringugau,Рингау,Ринггау,Рінггау,リングガウ,林高		DE	05	066	06636	06636010	2871	Europe/Berlin
3207165	Ahnatal	ahnatal	Ahnatal		DE	05	066	06633	06633001	7965	Europe/Berlin
3207166	Alheim	alheim	Alheim		DE	05	066	06632	06632001	4922	Europe/Berlin
3207167	Berkatal	berkatal	Berkatal		DE	05	066	06636	06636002	1463	Europe/Berlin
3208068	Hohenroda	hohenroda	Hohenroda		DE	05	066	06632	06632010	3042	Europe/Berlin
3207168	Burgwald	burgwald	Burgval'd,Burgvald,Burgwald,bu er ge wa er de,burukuvu~aruto,Бургвалд,Бургвальд,ブルクヴァルト,布尔格瓦尔德		DE	05	066	06635	06635006	4919	Europe/Berlin
3207169	Diemelsee	diemelsee	Diemelsee,Dimel'ze,Dimelze,di mei er sai,dimeruze,Димелзе,Димельзе,ディーメルゼー,迪梅尔塞		DE	05	066	06635	06635007	4709	Europe/Berlin
3207170	Diemelstadt	diemelstadt	Diemelstadt		DE	05	066	06635	06635008	5203	Europe/Berlin
3207171	Edermünde	edermuende	Edermuende,Edermünde		DE	05	066	06634	06634002	7332	Europe/Berlin
3207172	Edertal	edertal	Edertal		DE	05	066	06635	06635009	6210	Europe/Berlin
3207174	Espenau	espenau	Espenau		DE	05	066	06633	06633007	5158	Europe/Berlin
3207175	Habichtswald	habichtswald	Gabikhtsval'd,Khabikhtsval'd,Khabikhtsvald,habihitsuvu~aruto,Габіхтсвальд,Хабихтсвалд,Хабихтсвальд,ハービヒツヴァルト		DE	05	066	06633	06633011	5114	Europe/Berlin
3207179	Knüllwald	knuellwald	Knullwald,Knüllwald		DE	05	066	06634	06634011	4289	Europe/Berlin
3207182	Lichtenfels	lichtenfels	Lichtenfels		DE	05	066	06635	06635016	4100	Europe/Berlin
3207183	Meinhard	meinhard	Meinhard		DE	05	066	06636	06636007	4568	Europe/Berlin
3207184	Meißner	meissner	Meissner,Meißner		DE	05	066	06636	06636008	2943	Europe/Berlin
3207185	Morschen	morschen	Morschen		DE	05	066	06634	06634015	3214	Europe/Berlin
3207186	Neu-Eichenberg	neu-eichenberg	Neu-Eichenberg		DE	05	066	06636	06636009	1818	Europe/Berlin
3207188	Reinhardshagen	reinhardshagen			DE	05	066	06633	06633022	4381	Europe/Berlin
3207193	Schauenburg	schauenburg	Schauenburg,Shauehnburg,Shauenburg,shao en bao,shauenburuku,Шауенбург,Шауэнбург,シャウエンブルク,绍恩堡		DE	05	066	06633	06633023	10456	Europe/Berlin
3207194	Söhrewald	soehrewald	Soehrewald,Sohrewald,Söhrewald		DE	05	066	06633	06633024	4686	Europe/Berlin
3207195	Twistetal	twistetal	Twistetal		DE	05	066	06635	06635018	4222	Europe/Berlin
3207201	Wehretal	wehretal			DE	05	066	06636	06636014	4960	Europe/Berlin
3207210	Gleichen	gleichen	Gilicha,Glajkhen,Gleichen,ge lai xing,guraihyen,Глайхен,Глајхен,グライヒェン,格莱兴		DE	06	00	03159	03159015	8831	Europe/Berlin
3207215	Niemetal	niemetal	Niemetal		DE	06	00	03159	03159024	1500	Europe/Berlin
3207325	Borchen	borchen	Borchen		DE	07	057	05774	05774012	13393	Europe/Berlin
3207374	Lippetal	lippetal	Lippetal		DE	07	059	05974	05974024	11894	Europe/Berlin
3207409	Riedbach	riedbach	Riedbach		DE	02	096	09674	09674153	1724	Europe/Berlin
3207461	Ehrenberg	ehrenberg	Ehrenberg,Erenberg,ai lun bei ge,Еренберг,Эренберг,埃伦贝格		DE	05	066	06631	06631005	2564	Europe/Berlin
3207520	Guldental	guldental	Guldental		DE	08	00	07133	07133035	2485	Europe/Berlin
3207521	Heimweiler	heimweiler	Heimweiler		DE	08	00	07133	07133041	390	Europe/Berlin
3207522	Henschtal	henschtal	Henschtal		DE	08	00	07336	07336037	323	Europe/Berlin
3207544	Sulzbachtal	sulzbachtal	Sulzbachtal		DE	08	00	07335	07335046	434	Europe/Berlin
3207545	Vierherrenborn	vierherrenborn	Vierherrenborn		DE	08	00	07235	07235140	193	Europe/Berlin
3207558	Mandelbachtal	mandelbachtal	Mandelbachtal		DE	09	00	10045	10045116	10478	Europe/Berlin
3207652	Reichshof	reichshof	Reichshof		DE	07	053	05374	05374040	18600	Europe/Berlin
3207660	Swisttal	swisttal	Swisttal		DE	07	053	05382	05382064	18749	Europe/Berlin
3207710	Grafschaft	grafschaft	Grafschaft,Grafshaft,Graftschaft (Rheinland),ge la fu sha fu te,gurafushafuto,Графшафт,グラーフシャフト,格拉夫沙夫特		DE	08	00	07131	07131090	10977	Europe/Berlin
3207736	Heidenrod	heidenrod			DE	05	064	06439	06439005	7852	Europe/Berlin
3207739	Hersdorf	hersdorf	Hersdorf		DE	08	00	07232	07232332	401	Europe/Berlin
3207744	Hövels	hoevels			DE	08	00	07132	07132054	521	Europe/Berlin
3207798	Malberg	malberg	Malberg,Malberg (Westerwald)		DE	08	00	07132	07132066	1009	Europe/Berlin
3207821	Nisterau	nisterau	Nisterau		DE	08	00	07143	07143277	821	Europe/Berlin
3207824	Nistertal	nistertal	Nistertal		DE	08	00	07143	07143279	1192	Europe/Berlin
3207916	Urbach	urbach			DE	08	00	07138	07138074	1526	Europe/Berlin
3207918	Üttfeld	uettfeld	Uttfeld,Üttfeld		DE	08	00	07232	07232333	380	Europe/Berlin
3207994	Mainhausen	mainhausen			DE	05	064	06438	06438007	9364	Europe/Berlin
3208019	Aarbergen	aarbergen	Aarbergen		DE	05	064	06439	06439001	6260	Europe/Berlin
3208022	Angelburg	angelburg	Angelburg		DE	05	065	06534	06534002	3555	Europe/Berlin
3208023	Antrifttal	antrifttal			DE	05	065	06535	06535002	1814	Europe/Berlin
3208028	Beselich	beselich	Beselich		DE	05	065	06533	06533001	5711	Europe/Berlin
3208030	Biebertal	biebertal			DE	05	065	06531	06531002	10048	Europe/Berlin
3208033	Brechen	brechen	Brechen		DE	05	065	06533	06533002	6489	Europe/Berlin
3208034	Dautphetal	dautphetal	Dautphetal		DE	05	065	06534	06534007	11407	Europe/Berlin
3208035	Dietzhölztal	dietzhoelztal	Dietzhoelztal,Dietzholztal,Dietzhölztal		DE	05	065	06532	06532005	5612	Europe/Berlin
3208036	Dornburg	dornburg	Dornburg,Villesinderothis,duo en bao,Дорнбург,多恩堡		DE	05	065	06533	06533004	8394	Europe/Berlin
3208040	Ebsdorfergrund	ebsdorfergrund	Ebsdorfergrund		DE	05	065	06534	06534008	8963	Europe/Berlin
3208041	Elbtal	elbtal	Ehl'btal',El'btal',Elbtal,ai er bu ta er,Елбтал,Ельбталь,Эльбталь,埃尔布塔尔		DE	05	065	06533	06533005	2393	Europe/Berlin
3208049	Eschenburg	eschenburg	Eschenburg		DE	05	065	06532	06532009	9981	Europe/Berlin
3208050	Feldatal	feldatal	Feldatal		DE	05	065	06535	06535003	2405	Europe/Berlin
3208052	Fernwald	fernwald	Fernwald		DE	05	065	06531	06531004	6911	Europe/Berlin
3208057	Glauburg	glauburg	Glauburg		DE	05	064	06440	06440010	3034	Europe/Berlin
3208060	Gründau	gruendau			DE	05	064	06435	06435012	14619	Europe/Berlin
3208061	Hainburg	hainburg	Hainburg		DE	05	064	06438	06438004	14401	Europe/Berlin
3208063	Hasselroth	hasselroth	Hasselroth		DE	05	064	06435	06435015	7345	Europe/Berlin
3208064	Hauneck	hauneck	Hauneck		DE	05	066	06632	06632007	3182	Europe/Berlin
3208065	Haunetal	haunetal	Haunetal		DE	05	066	06632	06632008	2900	Europe/Berlin
3208070	Hünfelden	huenfelden	Huenfelden,Hunfelden,Hünfelden		DE	05	065	06533	06533008	9661	Europe/Berlin
3208071	Hüttenberg	huettenberg	Gjuttenberg,Huttenberg,Hüttenberg,Khitenberg,Khjuttenberg,xu teng bei ge,Гюттенберг,Хитенберг,Хюттенберг,许滕贝格		DE	05	065	06532	06532014	10840	Europe/Berlin
3208073	Jossgrund	jossgrund	Jossgrund		DE	05	064	06435	06435016	3410	Europe/Berlin
3208074	Kalbach	kalbach	Kalbach		DE	05	066	06631	06631016	6378	Europe/Berlin
3208080	Lahnau	lahnau	Lahnau		DE	05	065	06532	06532015	8244	Europe/Berlin
3208081	Lahntal	lahntal			DE	05	065	06534	06534012	6905	Europe/Berlin
3208084	Lautertal	lautertal	Lautertal		DE	05	065	06535	06535012	2296	Europe/Berlin
3208087	Limeshain	limeshain			DE	05	064	06440	06440014	5747	Europe/Berlin
3208088	Linden	linden	Linden,lin deng,lyndn,rinden,Линден,Лінден,ليندن,لیندن,リンデン,林登		DE	05	065	06531	06531012	13091	Europe/Berlin
3208089	Linsengericht	linsengericht	Linsengericht		DE	05	064	06435	06435018	9882	Europe/Berlin
3208090	Ludwigsau	ludwigsau	Ludwigsau		DE	05	066	06632	06632012	5514	Europe/Berlin
3208093	Mittenaar	mittenaar			DE	05	065	06532	06532017	4791	Europe/Berlin
3208095	Neuberg	neuberg	Neuberg		DE	05	064	06435	06435020	5419	Europe/Berlin
3208096	Neuenstein	neuenstein	Neuenstein,Nojenshtajn,Нойенштайн,Нојенштајн		DE	05	066	06632	06632014	3009	Europe/Berlin
3208097	Niddatal	niddatal	Niddatal		DE	05	064	06440	06440017	9828	Europe/Berlin
3208099	Nüsttal	nuesttal	Nuesttal,Nusttal,Nüsttal		DE	05	066	06631	06631019	2832	Europe/Berlin
3208100	Pohlheim	pohlheim			DE	05	065	06531	06531014	18138	Europe/Berlin
3208101	Rabenau	rabenau	Rabenau,la bei nao,rabenau,Рабенау,ラーベナウ,拉贝瑙		DE	05	065	06531	06531015	5036	Europe/Berlin
3208103	Rodgau	rodgau	Rodgau		DE	05	064	06438	06438011	45719	Europe/Berlin
3208126	Selters (Taunus)	selters-taunus			DE	05	065	06533	06533014	7946	Europe/Berlin
3208127	Solms	solms	Solms		DE	05	065	06532	06532021	13672	Europe/Berlin
3208128	Steffenberg	steffenberg			DE	05	065	06534	06534019	3942	Europe/Berlin
3208133	Waldsolms	waldsolms	Waldsolms		DE	05	065	06532	06532022	4722	Europe/Berlin
3208135	Wartenberg	wartenberg	Vartenberg,vu~arutenberuku,wa er teng bei ge,Вартенберг,ヴァルテンベルク,瓦尔滕贝格		DE	05	065	06535	06535019	3871	Europe/Berlin
3208136	Weilrod	weilrod	Weilrod		DE	05	064	06434	06434013	6493	Europe/Berlin
3208137	Wettenberg	wettenberg			DE	05	065	06531	06531018	12578	Europe/Berlin
3208139	Wildeck	wildeck	Wildeck		DE	05	066	06632	06632020	4930	Europe/Berlin
3208140	Wohratal	wohratal			DE	05	065	06534	06534022	2165	Europe/Berlin
3208141	Wöllstadt	woellstadt	Woellstadt,Wollstadt,Wöllstadt		DE	05	064	06440	06440025	6475	Europe/Berlin
3208192	Butjadingen	butjadingen	Butjadingen		DE	06	00	03461	03461003	6049	Europe/Berlin
3208260	Stadland	stadland			DE	06	00	03461	03461009	7404	Europe/Berlin
3208313	Balzheim	balzheim	Balzheim		DE	01	084	08425	08425140	2081	Europe/Berlin
3208317	Rainau	rainau			DE	01	081	08136	08136089	3345	Europe/Berlin
3208318	Riesbürg	riesbuerg	Riesburg,Riesbürg		DE	01	081	08136	08136087	2281	Europe/Berlin
3208333	Finning	finning	Fining,Finning,fei ning ge,fin'ningu,fynyng,Фининг,Финнинг,Фіннінг,Ֆինինգ,فینینگ,フィンニング,菲宁格		DE	02	091	09181	09181120	1949	Europe/Berlin
3208348	Kammlach	kammlach	Kammlach		DE	02	097	09778	09778180	1837	Europe/Berlin
3208349	Königsmoos	koenigsmoos	Konigsmoos,Königsmoos		DE	02	091	09185	09185163	4825	Europe/Berlin
3208355	Neuching	neuching	Neuching		DE	02	091	09177	09177131	2666	Europe/Berlin
3208361	Rammingen	rammingen	Rammingen		DE	02	097	09778	09778209	1542	Europe/Berlin
3208369	Syrgenstein	syrgenstein			DE	02	097	09773	09773170	3759	Europe/Berlin
3209065	Gusborn	gusborn	Gusborn		DE	06	00	03354	03354008	1196	Europe/Berlin
3209080	Feldhorst	feldhorst	Feldhorst		DE	10	00	01062	01062093	555	Europe/Berlin
3209091	Travenbrück	travenbrueck	Travenbruck,Travenbrück		DE	10	00	01062	01062092	1722	Europe/Berlin
3209117	Ravenstein	ravenstein	Rafenshtajn,Ravenshtajn,rafenshutain,rafnshtayn,Равенштајн,Рафенштайн,رافنشتاين,رافن‌اشتاین، آلمان,ラーフェンシュタイン		DE	01	082	08225	08225114	2905	Europe/Berlin
3209225	Glottertal	glottertal	Glottertal		DE	01	083	08315	08315041	3167	Europe/Berlin
3209255	Hohberg	hohberg	Hohberg		DE	01	083	08317	08317047	8112	Europe/Berlin
3209258	March	march	March,Markh,Marx,ma er xi,Марх,Մարխ,马尔希		DE	01	083	08315	08315132	9279	Europe/Berlin
3209259	Neuried	neuried	Neuried,Nojrid,nuo yi li de,Нойрид,Нойрід,Нојрид,诺伊里德		DE	01	083	08317	08317151	9695	Europe/Berlin
3209261	Reute	reute	Reute		DE	01	083	08316	08316036	2876	Europe/Berlin
3209276	Schwanau	schwanau	Schwanau		DE	01	083	08317	08317150	7067	Europe/Berlin
3209311	Sinntal	sinntal	Sinntal		DE	05	064	06435	06435027	8856	Europe/Berlin
3209419	Hohenfels	hohenfels	Goenfel's,Hohenfels,Hohenfels (bei Stockach),Khoehnfel's,Khoenfels,Гоенфельс,Хоенфелс,Хоэнфельс		DE	01	083	08335	08335096	2072	Europe/Berlin
3209421	Eschbronn	eschbronn			DE	01	083	08325	08325071	2082	Europe/Berlin
3209422	Starzach	starzach			DE	01	084	08416	08416050	4335	Europe/Berlin
3209423	Neustetten	neustetten			DE	01	084	08416	08416049	3715	Europe/Berlin
3209424	Gäufelden	gaeufelden	Gaeufelden,Gäufelden		DE	01	081	08115	08115016	9314	Europe/Berlin
3209425	Waldachtal	waldachtal			DE	01	082	08237	08237074	6012	Europe/Berlin
3209427	Seewald	seewald	Seewald		DE	01	082	08237	08237073	2112	Europe/Berlin
3209428	Grafenau	grafenau	Grafenau,grapenau,Графенау,Գրաֆենաու,გრაფენაუ		DE	01	081	08115	08115054	6768	Europe/Berlin
3209429	Neulingen	neulingen	Neulingen		DE	01	082	08236	08236073	6673	Europe/Berlin
3209430	Remchingen	remchingen	Remchingen		DE	01	082	08236	08236071	11879	Europe/Berlin
3209431	Waldbronn	waldbronn			DE	01	082	08215	08215110	13080	Europe/Berlin
3209432	Karlsbad	karlsbad	Karlsbad		DE	01	082	08215	08215096	15810	Europe/Berlin
3209433	Straubenhardt	straubenhardt	Straubenhardt		DE	01	082	08236	08236072	11296	Europe/Berlin
3209434	Keltern	keltern	Kel'tern,Keltern,ke er te er en,Келтерн,Кельтерн,Կելտերն,克尔特尔恩		DE	01	082	08236	08236070	9044	Europe/Berlin
3209435	Kämpfelbach	kaempfelbach	Kampfelbach,Kämpfelbach		DE	01	082	08236	08236074	6368	Europe/Berlin
3209436	Berglen	berglen	Berglen		DE	01	081	08119	08119089	6400	Europe/Berlin
3209437	Weissach im Tal	weissach-im-tal	Weissach,Weissach im Tal		DE	01	081	08119	08119083	7426	Europe/Berlin
3209438	Auenwald	auenwald			DE	01	081	08119	08119006	6699	Europe/Berlin
3209439	Burgstetten	burgstetten			DE	01	081	08119	08119018	3628	Europe/Berlin
3209440	Aichwald	aichwald	Aichwald		DE	01	081	08116	08116076	7554	Europe/Berlin
3209441	Lichtenwald	lichtenwald			DE	01	081	08116	08116037	2719	Europe/Berlin
3209442	Lauterstein	lauterstein			DE	01	081	08117	08117061	2559	Europe/Berlin
3209443	Römerstein	roemerstein	Remershtajn,Rjomershtajn,Roemerstein,Römerstein,lei mei er si tai yin,Ремерштайн,Ремерштајн,Рёмерштайн,勒梅尔斯泰因		DE	01	084	08415	08415088	4018	Europe/Berlin
3209444	Heroldstatt	heroldstatt			DE	01	084	08425	08425139	2847	Europe/Berlin
3209446	Engstingen	engstingen			DE	01	084	08415	08415089	5273	Europe/Berlin
3209447	Sonnenbühl	sonnenbuehl	Sonnenbuehl,Sonnenbühl		DE	01	084	08415	08415091	7171	Europe/Berlin
3209448	Hohenstein	hohenstein	Goenshtajn,Khoehnshtajn,Khoenshtajn,Гоенштайн,Хоенштајн,Хоэнштайн		DE	01	084	08415	08415090	3655	Europe/Berlin
3209449	Lichtenstein	lichtenstein	Lichtenstein,Likhtenshtajn,Лихтенштайн,Лихтенштајн,Ліхтенштайн		DE	01	084	08415	08415092	9209	Europe/Berlin
3209450	Blaustein	blaustein			DE	01	084	08425	08425141	16296	Europe/Berlin
3209451	Schemmerhofen	schemmerhofen			DE	01	084	08426	08426134	8507	Europe/Berlin
3209452	Bibertal	bibertal	Bibertal,Biebertal		DE	02	097	09774	09774119	4889	Europe/Berlin
3209453	Kammeltal	kammeltal	Kammeltal		DE	02	097	09774	09774145	3343	Europe/Berlin
3209454	Kötz	koetz	Kotz,Kötz		DE	02	097	09774	09774148	3242	Europe/Berlin
3209468	Schefflenz	schefflenz	Schefflenz		DE	01	082	08225	08225115	3910	Europe/Berlin
3209863	Heimborn	heimborn			DE	08	00	07143	07143236	259	Europe/Berlin
3209932	Siegbach	siegbach	Siegbach		DE	05	065	06532	06532019	2549	Europe/Berlin
3212794	Staufenberg	staufenberg	Shtaufenberg,Staufenberg,shi tao fen bei ge,shutaufenberuku,Штауфенберг,シュタウフェンベルク,施陶芬贝格		DE	06	00	03159	03159034	7749	Europe/Berlin
3213143	Wangerland	wangerland	Wangerland		DE	06	00	03455	03455020	9182	Europe/Berlin
3213264	Kalletal	kalletal			DE	07	057	05766	05766036	13471	Europe/Berlin
3213265	Extertal	extertal			DE	07	057	05766	05766028	11069	Europe/Berlin
3213268	Isernhagen	isernhagen	Isernhagen		DE	06	00	03241	03241008	24315	Europe/Berlin
3213271	Burgwedel	burgwedel	Burgwedel		DE	06	00	03241	03241004	20234	Europe/Berlin
3213273	Wedemark	wedemark	Wedemark		DE	06	00	03241	03241019	29582	Europe/Berlin
3213274	Stemwede	stemwede	Stemwede		DE	07	057	05770	05770044	13020	Europe/Berlin
3213720	Ammersbek	ammersbek	Ammersbek		DE	10	00	01062	01062090	9848	Europe/Berlin
3213721	Brunsbek	brunsbek	Brunsbek		DE	10	00	01062	01062088	1669	Europe/Berlin
3213722	Steinburg	steinburg	Shtajnburg,Steinburg,shi tai yin bao,Штайнбург,Штајнбург,施泰因堡		DE	10	00	01062	01062091	2761	Europe/Berlin
3225049	Deggenhausertal	deggenhausertal	Deggenhausertal		DE	01	084	08435	08435067	4390	Europe/Berlin
3225109	Freigericht	freigericht	Frajgerikht,Freigericht,fu lai ge li xi te,furaigerihito,Фрайгерихт,Фрајгерихт,フライゲリヒト,弗赖格里希特		DE	05	064	06435	06435009	14348	Europe/Berlin
3270115	Otzberg	otzberg			DE	05	064	06432	06432017	6404	Europe/Berlin
3272453	Abtsteinach	abtsteinach	Abtsteinach		DE	05	064	06431	06431001	2431	Europe/Berlin
3272927	Lobbach	lobbach			DE	01	082	08226	08226104	2352	Europe/Berlin
3272929	Hirschberg an der Bergstraße	hirschberg-an-der-bergstrasse			DE	01	082	08226	08226107	9920	Europe/Berlin
3272932	Zellertal	zellertal	Zellertal		DE	08	00	07333	07333501	1166	Europe/Berlin
3272936	Brombachtal	brombachtal	Brombachtal		DE	05	064	06437	06437005	3466	Europe/Berlin
3272938	Rödermark	roedermark	Roedermark,Rödermark		DE	05	064	06438	06438012	28249	Europe/Berlin
3272955	Angelbachtal	angelbachtal			DE	01	082	08226	08226102	5096	Europe/Berlin
3272956	Römerberg	roemerberg	Romerberg,Römerberg		DE	08	00	07338	07338023	9876	Europe/Berlin
3272964	Saulheim	saulheim	Saulheim		DE	08	00	07331	07331058	8062	Europe/Berlin
3272968	Modautal	modautal	Modautal		DE	05	064	06432	06432013	5096	Europe/Berlin
3272969	Mühltal	muehltal	Muhltal,Mühltal		DE	05	064	06432	06432014	13844	Europe/Berlin
3272973	Schwarzach	schwarzach	Schwarzach,Shvarcakh,shi wa er cha he,shuvu~arutsu~aha,Шварцах,シュヴァルツァハ,施瓦尔察赫		DE	01	082	08225	08225116	2914	Europe/Berlin
3273822	Langenbrettach	langenbrettach	Langenbrettach		DE	01	081	08125	08125113	3835	Europe/Berlin
3273823	Hardthausen am Kocher	hardthausen-am-kocher	Hardthausen,Hardthausen am Kocher		DE	01	081	08125	08125111	4126	Europe/Berlin
3274258	Obersulm	obersulm	Obersulm		DE	01	081	08125	08125110	13903	Europe/Berlin
3274262	Waldbrunn	waldbrunn	Val'dbrun,Val'dbrunn,Valdbrun,Waldbrunn,vu~arutoburun,Валдбрун,Вальдбрун,Вальдбрунн,ヴァルトブルン		DE	01	082	08225	08225118	4750	Europe/Berlin
3274963	Wittighausen	wittighausen	Wittighausen		DE	01	081	08128	08128137	1632	Europe/Berlin
3274965	Ahorn	ahorn	Agorn,Ahorn,Akhorn,a huo er en,ahorun,ahwrn  badn-wartmbrg,Агорн,Ахорн,اهورن، بادن-وارتمبرگ,アホルン,阿霍尔恩		DE	01	081	08128	08128138	2189	Europe/Berlin
3274982	Leinach	leinach	Leinach		DE	02	096	09679	09679200	3123	Europe/Berlin
3274986	Collenberg	collenberg			DE	02	096	09676	09676117	2415	Europe/Berlin
3274988	Dammbach	dammbach	Dammbach		DE	02	096	09671	09671160	1875	Europe/Berlin
3274991	Bessenbach	bessenbach	Bessenbach		DE	02	096	09671	09671112	5658	Europe/Berlin
6547396	Perl	perl	Perl,Perl',prl,Перл,Перль,پرل		DE	09	00	10042	10042115	8581	Europe/Berlin
6547398	Klocksin	klocksin			DE	12	00	13071	13071078	305	Europe/Berlin
6547400	Niederdorf	niederdorf	Niderdorf,Нидердорф		DE	13	00	14521	14521420	1280	Europe/Berlin
6547401	Lödla	loedla			DE	15	00	16077	16077027	706	Europe/Berlin
6547403	Silz	silz			DE	12	00	13071	13071138	362	Europe/Berlin
6547404	Gröden	groeden	Greden,Grjoden,Gryoden,ge lei deng,Греден,Грёден,Գրյոդեն,格勒登		DE	11	00	12062	12062196	1338	Europe/Berlin
6547405	Großthiemig	grossthiemig			DE	11	00	12062	12062208	1044	Europe/Berlin
6547406	Hirschfeld	hirschfeld	Hirsfeld,Khirshfel'd,Khirshfeld,Хиршфелд,Хиршфельд,Հիրշֆելդ		DE	11	00	12062	12062232	1235	Europe/Berlin
6547408	Bülow	buelow			DE	12	00	13076	13076023	351	Europe/Berlin
6547410	Hohenbucko	hohenbucko			DE	11	00	12062	12062237	637	Europe/Berlin
6547411	Warnow	warnow			DE	12	00	13072	13072114	899	Europe/Berlin
6547412	Nortorf	nortorf	Nortorf,Stadt Nortorf		DE	10	00	01058	01058117	6866	Europe/Berlin
6547413	Wilster	wilster	Stadt Wilster,Wilster		DE	10	00	01061	01061113	4287	Europe/Berlin
6547414	Helpsen	helpsen			DE	06	00	03257	03257013	1921	Europe/Berlin
6547415	Kusel	kusel	Kusel,Stadt Kusel		DE	08	00	07336	07336055	5518	Europe/Berlin
6547416	Ipsheim, Markt	ipsheim-markt			DE	02	095	09575	09575135	2166	Europe/Berlin
6547417	Breese	breese	Brese,Breze,bu lei sai,Брезе,Бресе,布雷塞		DE	11	00	12070	12070052	1504	Europe/Berlin
6547418	Huy	huy	Khju,Khui,hu yi,Хуи,Хю,胡伊		DE	14	00	15085	15085185	7139	Europe/Berlin
6547419	Bürgel	buergel	Birgel,Bjurgel',Buergel,Bürgel,Stadt Buergel,Stadt Bürgel,bwrghl,bwrgl,Биргел,Бюргель,بورغل,بورگل		DE	15	00	16074	16074009	3058	Europe/Berlin
6547420	Tolk	tolk			DE	10	00	01059	01059090	1041	Europe/Berlin
6547421	Bark	bark			DE	10	00	01060	01060007	944	Europe/Berlin
6547422	Freistatt	freistatt			DE	06	00	03251	03251018	473	Europe/Berlin
6547423	Haste	haste	Khaste,ha si te,hasute,Хасте,ハステ,哈斯特		DE	06	00	03257	03257011	2706	Europe/Berlin
6547425	Dahlem	dahlem			DE	06	00	03355	03355012	620	Europe/Berlin
6547426	Wardenburg	wardenburg			DE	06	00	03458	03458013	16138	Europe/Berlin
6547427	Bischofsheim	bischofsheim	Bishofsgajm,Bishofskhajm,bishofusuhaimu,Бишофсхайм,Бишофсхајм,Бішофсгайм,ビショフスハイム		DE	05	064	06433	06433002	13160	Europe/Berlin
6547428	Daaden	daaden			DE	08	00	07132	07132018	4243	Europe/Berlin
6547429	Spay	spay	Shpaj,shi pai,Шпай,Шпај,施派		DE	08	00	07137	07137223	1904	Europe/Berlin
6547430	Spesenroth	spesenroth			DE	08	00	07140	07140147	144	Europe/Berlin
6547431	Heuzert	heuzert			DE	08	00	07143	07143240	118	Europe/Berlin
6547432	Niederroßbach	niederrossbach			DE	08	00	07143	07143274	686	Europe/Berlin
6547433	Hontheim	hontheim			DE	08	00	07231	07231057	784	Europe/Berlin
6547434	Hamm	hamm			DE	08	00	07232	07232046	18	Europe/Berlin
6547435	Gefell	gefell			DE	08	00	07233	07233025	90	Europe/Berlin
6547436	Höchstberg	hoechstberg			DE	08	00	07233	07233215	332	Europe/Berlin
6547437	Wawern	wawern			DE	08	00	07235	07235144	607	Europe/Berlin
6547438	Undenheim	undenheim			DE	08	00	07339	07339060	2988	Europe/Berlin
6547439	Weissach	weissach			DE	01	081	08115	08115052	7581	Europe/Berlin
6547440	Nußloch	nussloch			DE	01	082	08226	08226060	11295	Europe/Berlin
6547441	Pforzheim	pforzheim	Pforzheim,Stadt Pforzheim		DE	01	082	08231	08231000	125957	Europe/Berlin
6547442	Wellendingen	wellendingen			DE	01	083	08325	08325064	3269	Europe/Berlin
6547443	Grafenberg	grafenberg	Grafenberg,ge la fen bei ge,Графенберг,格拉芬贝格		DE	01	084	08415	08415029	2714	Europe/Berlin
6547444	Baienfurt	baienfurt	baynfwrt,باينفورت,باینفورت		DE	01	084	08436	08436011	7318	Europe/Berlin
6547445	Mehring	mehring	Mering,mryng,Меринг,Мерінг,Մերինգ,مرینگ		DE	02	091	09171	09171124	2459	Europe/Berlin
6547446	Erdweg	erdweg			DE	02	091	09174	09174118	6100	Europe/Berlin
6547447	Wettstetten	wettstetten			DE	02	091	09176	09176167	5105	Europe/Berlin
6547448	Kreuth	kreuth			DE	02	091	09182	09182124	3608	Europe/Berlin
6547449	Amerang	amerang			DE	02	091	09187	09187113	3659	Europe/Berlin
6547450	Berg	berg	Berg,brg,Берг,برگ		DE	02	091	09188	09188113	8301	Europe/Berlin
6547451	Außernzell	aussernzell			DE	02	092	09271	09271114	1463	Europe/Berlin
6547452	Berngau	berngau			DE	02	093	09373	09373114	2594	Europe/Berlin
6547453	Plankenfels	plankenfels			DE	02	094	09472	09472176	860	Europe/Berlin
6547454	Neusitz	neusitz			DE	02	095	09571	09571181	2104	Europe/Berlin
6547455	Ettenstatt	ettenstatt			DE	02	095	09577	09577127	836	Europe/Berlin
6547456	Kleinkahl	kleinkahl			DE	02	096	09671	09671135	1837	Europe/Berlin
6547457	Röllbach	roellbach			DE	02	096	09676	09676151	1647	Europe/Berlin
6547458	Gundremmingen	gundremmingen			DE	02	097	09774	09774136	1349	Europe/Berlin
6547459	Kronburg	kronburg			DE	02	097	09778	09778161	1770	Europe/Berlin
6547460	Pleß	pless			DE	02	097	09778	09778188	859	Europe/Berlin
6547461	Unteregg	unteregg			DE	02	097	09778	09778207	1387	Europe/Berlin
6547462	Nalbach	nalbach			DE	09	00	10044	10044113	9111	Europe/Berlin
6547463	Demen	demen			DE	12	00	13076	13076029	830	Europe/Berlin
6547464	St. Egidien	st-egidien			DE	13	00	14524	14524280	3268	Europe/Berlin
6547465	Neuensalz	neuensalz			DE	13	00	14523	14523270	2106	Europe/Berlin
6547466	Mühlau	muehlau			DE	13	00	14522	14522380	2117	Europe/Berlin
6547467	Neukirch	neukirch			DE	13	00	14625	14625370	1619	Europe/Berlin
6547473	Bornhagen	bornhagen			DE	15	00	16061	16061014	341	Europe/Berlin
6547477	Wedel	wedel	Stadt Wedel,Wedel		DE	10	00	01056	01056050	33708	Europe/Berlin
6547478	Seelze	seelze	Seelze,Stadt Seelze		DE	06	00	03241	03241015	34401	Europe/Berlin
6547479	Wegberg	wegberg	Stadt Wegberg,Wegberg		DE	07	053	05370	05370040	28169	Europe/Berlin
6547480	Detmold	detmold	Detmol'd,Detmold,Detmolda,Detmoldas,Stadt Detmold,dai te mo er de,deteumolteu,deth mx ld,detomoruto,dtmwld,Детмолд,Детмольд,דטמולד,دتمولد,เดทมอลด์,デトモルト,代特莫尔德,데트몰트		DE	07	057	05766	05766020	74254	Europe/Berlin
6547481	Süßen	suessen	Stadt Suessen,Stadt Süßen,Suessen,Süßen		DE	01	081	08117	08117049	10159	Europe/Berlin
6547482	Aach	aach	Aach,Aakh,Aax,Akh,Stadt Aach,a he,akh,Аах,Ах,آخ,آچ، بادین۔ورٹمبرگ,阿赫		DE	01	083	08335	08335001	2295	Europe/Berlin
6547483	Cham	cham	Cham,Kam,Stadt Cham,ka mu,kam,kym,Кам,Կամ,كام,کام,کیم,卡姆,캄		DE	02	093	09372	09372116	16990	Europe/Berlin
6547484	Kassel	kassel	Kassel,Kassel  documenta-Stadt		DE	05	066	06611	06611000	202137	Europe/Berlin
6547485	Essing, Markt	essing-markt			DE	02	092	09273	09273121	1091	Europe/Berlin
6547486	Lebusa	lebusa			DE	11	00	12062	12062289	791	Europe/Berlin
6547488	Kößlarn, Markt	koesslarn-markt			DE	02	092	09275	09275131	1954	Europe/Berlin
6547489	Obernzell, Markt	obernzell-markt			DE	02	092	09275	09275137	3763	Europe/Berlin
6547490	Ortenburg, Markt	ortenburg-markt			DE	02	092	09275	09275138	7417	Europe/Berlin
6547491	Untergriesbach, Markt	untergriesbach-markt			DE	02	092	09275	09275153	6089	Europe/Berlin
6547492	Neuburg a.Inn	neuburg-a-inn			DE	02	092	09275	09275133	4358	Europe/Berlin
6547493	Neuhaus a.Inn	neuhaus-a-inn			DE	02	092	09275	09275134	3394	Europe/Berlin
6547494	Ruhstorf a.d.Rott	ruhstorf-a-d-rott	Ruhstorf an der Rott		DE	02	092	09275	09275145	7135	Europe/Berlin
6547495	Schenkenzell	schenkenzell			DE	01	083	08325	08325050	1826	Europe/Berlin
6547496	Tuningen	tuningen			DE	01	083	08326	08326061	2933	Europe/Berlin
6547498	Eggingen	eggingen			DE	01	083	08337	08337124	1737	Europe/Berlin
6547499	Ertingen	ertingen			DE	01	084	08426	08426045	5369	Europe/Berlin
6547500	Aying	aying			DE	02	091	09184	09184137	5420	Europe/Berlin
6547501	Moos	moos	Mos,Мос,Մոս		DE	02	092	09271	09271135	2337	Europe/Berlin
6547502	Otzing	otzing			DE	02	092	09271	09271143	1992	Europe/Berlin
6547503	Atting	atting			DE	02	092	09278	09278117	1712	Europe/Berlin
6547504	Perkam	perkam			DE	02	092	09278	09278172	1545	Europe/Berlin
6547505	Waffenbrunn	waffenbrunn			DE	02	093	09372	09372168	2015	Europe/Berlin
6547506	Meinheim	meinheim			DE	02	095	09577	09577150	841	Europe/Berlin
6547507	Wiesthal	wiesthal			DE	02	096	09677	09677200	1295	Europe/Berlin
6547508	Fellheim	fellheim			DE	02	097	09778	09778139	1152	Europe/Berlin
6547509	Großrosseln	grossrosseln			DE	09	00	10041	10041512	7943	Europe/Berlin
6547510	Heusweiler	heusweiler			DE	09	00	10041	10041513	18062	Europe/Berlin
6547511	Kleinblittersdorf	kleinblittersdorf			DE	09	00	10041	10041514	10818	Europe/Berlin
6547512	Quierschied	quierschied			DE	09	00	10041	10041516	12965	Europe/Berlin
6547513	Riegelsberg	riegelsberg			DE	09	00	10041	10041517	14366	Europe/Berlin
6547514	Beckingen	beckingen			DE	09	00	10042	10042111	14889	Europe/Berlin
6547515	Losheim am See	losheim-am-see			DE	09	00	10042	10042112	16038	Europe/Berlin
6547516	Mettlach	mettlach			DE	09	00	10042	10042114	11975	Europe/Berlin
6547517	Weiskirchen	weiskirchen			DE	09	00	10042	10042117	6292	Europe/Berlin
6547518	Eppelborn	eppelborn			DE	09	00	10043	10043111	16615	Europe/Berlin
6547519	Illingen / Saar	illingen-saar			DE	09	00	10043	10043112	16122	Europe/Berlin
6547520	Merchweiler	merchweiler			DE	09	00	10043	10043113	9872	Europe/Berlin
6547521	Schiffweiler	schiffweiler			DE	09	00	10043	10043116	15516	Europe/Berlin
6547522	Spiesen-Elversberg	spiesen-elversberg			DE	09	00	10043	10043117	12819	Europe/Berlin
6547523	Rehlingen-Siersburg	rehlingen-siersburg			DE	09	00	10044	10044114	14349	Europe/Berlin
6547524	Saarwellingen	saarwellingen			DE	09	00	10044	10044116	13242	Europe/Berlin
6547525	Schmelz	schmelz	Shmel'c,Shmelc,ashmlts,shi mei er ci,Шмелц,Шмельц,اشملتس,施梅尔茨		DE	09	00	10044	10044117	16048	Europe/Berlin
6547526	Schwalbach	schwalbach	Shval'bakh,Shvalbakh,shwalbakh,Швалбах,Швальбах,شوالباخ		DE	09	00	10044	10044118	17099	Europe/Berlin
6547527	Überherrn	ueberherrn			DE	09	00	10044	10044119	11379	Europe/Berlin
6547528	Wadgassen	wadgassen			DE	09	00	10044	10044120	16992	Europe/Berlin
6547529	Wallerfangen	wallerfangen			DE	09	00	10044	10044121	9183	Europe/Berlin
6547530	Bous	bous	Bus,bo wu si,bws,Бус,بوس,博乌斯		DE	09	00	10044	10044122	6970	Europe/Berlin
6547531	Ensdorf	ensdorf	Ehnsdorf,Ensdorf,ansdwrf,Енсдорф,Энсдорф,انسدورف		DE	09	00	10044	10044123	6466	Europe/Berlin
6547532	Gersheim	gersheim			DE	09	00	10045	10045113	6281	Europe/Berlin
6547533	Marpingen	marpingen			DE	09	00	10046	10046112	10009	Europe/Berlin
6547534	Namborn	namborn			DE	09	00	10046	10046113	7002	Europe/Berlin
6547535	Nohfelden	nohfelden			DE	09	00	10046	10046114	9878	Europe/Berlin
6547536	Nonnweiler	nonnweiler			DE	09	00	10046	10046115	8416	Europe/Berlin
6547537	Oberthal	oberthal	Obertal,Obertal',shang ta er,Обертал,Оберталь,上塔尔		DE	09	00	10046	10046116	5998	Europe/Berlin
6547538	Tholey	tholey			DE	09	00	10046	10046118	12032	Europe/Berlin
6547539	Berlin	berlin	Berlin,Stadt Berlin		DE	16	00	11000	11000000	3669491	Europe/Berlin
6547540	Brandenburg an der Havel	brandenburg-an-der-havel	Brandenburg an der Havel,Stadt Brandenburg an der Havel		DE	11	00	12051	12051000	72184	Europe/Berlin
6547541	Cottbus	cottbus	Chocebuz,Chosebuz,Choćebuz,Chóśebuz,Cottbus,Stadt Cottbus		DE	11	00	12052	12052000	99678	Europe/Berlin
6547542	Frankfurt (Oder)	frankfurt-oder	FFO,Frankfurt (Oder),Frankfurt nad Odra,Frankfurt nad Odrą,Frankfurt-na-Odere,Stadt Frankfurt (Oder),Франкфурт-на-Одере		DE	11	00	12053	12053000	57751	Europe/Berlin
6547543	Ahrensfelde	ahrensfelde			DE	11	00	12060	12060005	13843	Europe/Berlin
6547544	Althüttendorf	althuettendorf			DE	11	00	12060	12060012	583	Europe/Berlin
6547545	Breydin	breydin			DE	11	00	12060	12060034	774	Europe/Berlin
6547546	Britz	britz	Bric,Бриц,Բրից		DE	11	00	12060	12060036	2088	Europe/Berlin
6547548	Friedrichswalde	friedrichswalde			DE	11	00	12060	12060068	803	Europe/Berlin
6547549	Hohenfinow	hohenfinow			DE	11	00	12060	12060092	522	Europe/Berlin
6547551	Liepe	liepe			DE	11	00	12060	12060128	653	Europe/Berlin
6547552	Lunow-Stolzenhagen	lunow-stolzenhagen			DE	11	00	12060	12060149	1205	Europe/Berlin
6547553	Marienwerder	marienwerder			DE	11	00	12060	12060154	1686	Europe/Berlin
6547554	Melchow	melchow			DE	11	00	12060	12060161	982	Europe/Berlin
6547555	Niederfinow	niederfinow			DE	11	00	12060	12060172	590	Europe/Berlin
6547556	Parsteinsee	parsteinsee			DE	11	00	12060	12060185	561	Europe/Berlin
6547557	Rüdnitz	ruednitz			DE	11	00	12060	12060192	1989	Europe/Berlin
6547558	Wandlitz	wandlitz			DE	11	00	12060	12060269	23127	Europe/Berlin
6547559	Ziethen	ziethen			DE	11	00	12060	12060296	458	Europe/Berlin
6547560	Bestensee	bestensee			DE	11	00	12061	12061020	8002	Europe/Berlin
6547561	Drahnsdorf	drahnsdorf			DE	11	00	12061	12061097	654	Europe/Berlin
6547562	Eichwalde	eichwalde			DE	11	00	12061	12061112	6420	Europe/Berlin
6547563	Groß Köris	gross-koeris			DE	11	00	12061	12061192	2353	Europe/Berlin
6547564	Halbe	halbe			DE	11	00	12061	12061216	2331	Europe/Berlin
6547565	Jamlitz	jamlitz			DE	11	00	12061	12061224	519	Europe/Berlin
6547566	Kasel-Golzig	kasel-golzig			DE	11	00	12061	12061244	677	Europe/Berlin
6547567	Krausnick-Groß Wasserburg	krausnick-gross-wasserburg			DE	11	00	12061	12061265	582	Europe/Berlin
6547568	Münchehofe	muenchehofe			DE	11	00	12061	12061344	479	Europe/Berlin
6547569	Neu Zauche	neu-zauche			DE	11	00	12061	12061352	1079	Europe/Berlin
6547570	Rietzneuendorf-Staakow	rietzneuendorf-staakow			DE	11	00	12061	12061405	604	Europe/Berlin
6547571	Schlepzig	schlepzig			DE	11	00	12061	12061428	596	Europe/Berlin
6547572	Schönwald	schoenwald	Shenvald,Shjonval'd,Syonevald,Шенвалд,Шёнвальд,Շյոնեվալդ		DE	11	00	12061	12061435	1164	Europe/Berlin
6547573	Schulzendorf	schulzendorf			DE	11	00	12061	12061444	8441	Europe/Berlin
6547574	Schwerin	schwerin			DE	11	00	12061	12061448	872	Europe/Berlin
6547575	Straupitz	straupitz			DE	11	00	12061	12061476	942	Europe/Berlin
6547576	Unterspreewald	unterspreewald	Untershpreval'd,Untershprevald,weng te er si pu lei wa er de,Унтершпревалд,Унтершпревальд,Ունթերշպրեվալդ,翁特尔斯普雷瓦尔德		DE	11	00	12061	12061510	780	Europe/Berlin
6547577	Wildau	wildau			DE	11	00	12061	12061540	10404	Europe/Berlin
6547578	Zeuthen	zeuthen			DE	11	00	12061	12061572	11427	Europe/Berlin
6547579	Crinitz	crinitz			DE	11	00	12062	12062088	1164	Europe/Berlin
6547580	Hohenleipisch	hohenleipisch			DE	11	00	12062	12062240	1986	Europe/Berlin
6547581	Merzdorf	merzdorf	Mercdorf,mei er ci duo fu,Мерцдорф,Մերցդորֆ,梅尔茨多夫		DE	11	00	12062	12062336	832	Europe/Berlin
6547582	Plessa	plessa			DE	11	00	12062	12062372	2613	Europe/Berlin
6547583	Rückersdorf	rueckersdorf	Rikersdorf,Rjukersdorf,Ryukersdorf,Рикерсдорф,Рюкерсдорф,Ռյուկերսդորֆ		DE	11	00	12062	12062417	1348	Europe/Berlin
6547584	Sallgast	sallgast			DE	11	00	12062	12062425	1428	Europe/Berlin
6547585	Schilda	schilda			DE	11	00	12062	12062440	442	Europe/Berlin
6547586	Schönborn	schoenborn	Shenborn,Shjonborn,Syonborn,Шенборн,Шёнборн,Շյոնբորն		DE	11	00	12062	12062453	1514	Europe/Berlin
6547587	Schraden	schraden			DE	11	00	12062	12062464	501	Europe/Berlin
6547588	Tröbitz	troebitz			DE	11	00	12062	12062492	672	Europe/Berlin
6547589	Brieselang	brieselang			DE	11	00	12063	12063036	12193	Europe/Berlin
6547591	Gollenberg	gollenberg			DE	11	00	12063	12063094	397	Europe/Berlin
6547592	Großderschau	grossderschau			DE	11	00	12063	12063112	419	Europe/Berlin
6547593	Havelaue	havelaue			DE	11	00	12063	12063134	857	Europe/Berlin
6547594	Kleßen-Görne	klessen-goerne			DE	11	00	12063	12063161	365	Europe/Berlin
6547595	Kotzen	kotzen			DE	11	00	12063	12063165	598	Europe/Berlin
6547596	Mühlenberge	muehlenberge			DE	11	00	12063	12063202	723	Europe/Berlin
6547597	Nennhausen	nennhausen			DE	11	00	12063	12063212	1818	Europe/Berlin
6547598	Paulinenaue	paulinenaue			DE	11	00	12063	12063228	1348	Europe/Berlin
6547599	Pessin	pessin			DE	11	00	12063	12063240	663	Europe/Berlin
6547600	Retzow	retzow			DE	11	00	12063	12063256	514	Europe/Berlin
6547601	Seeblick	seeblick			DE	11	00	12063	12063274	898	Europe/Berlin
6547602	Stechow-Ferchesar	stechow-ferchesar			DE	11	00	12063	12063293	894	Europe/Berlin
6547603	Wustermark	wustermark			DE	11	00	12063	12063357	9617	Europe/Berlin
6547604	Falkenhagen	falkenhagen	Fal'kenkhagen,Falkenhagen,Falkenkhagen,fa er ken ha gen,Фалкенхаген,Фалькенхаген,Ֆալկենհագեն,فالکینہاگین,法尔肯哈根		DE	11	00	12064	12064128	680	Europe/Berlin
6547605	Fredersdorf-Vogelsdorf	fredersdorf-vogelsdorf			DE	11	00	12064	12064136	14109	Europe/Berlin
6547606	Golzow	golzow	Gol'cov,Golcov,ge er cuo,Голцов,Гольцов,Գոլցով,戈尔措		DE	11	00	12064	12064172	799	Europe/Berlin
6547607	Hoppegarten	hoppegarten			DE	11	00	12064	12064227	18079	Europe/Berlin
6547608	Letschin	letschin			DE	11	00	12064	12064274	3975	Europe/Berlin
6547609	Lietzen	lietzen			DE	11	00	12064	12064288	670	Europe/Berlin
6547610	Neuenhagen bei Berlin	neuenhagen-bei-berlin			DE	11	00	12064	12064336	18657	Europe/Berlin
6547611	Petershagen/Eggersdorf	petershagen-eggersdorf	Petershagen,Petershagen Egersdorf,Petershagen-Eggersdorf,Peterskhagen-Egersdorf,Peterskhagen/Egersdorf,Peterskhagen/Ehggersdorf,Петерсхаген-Егерсдорф,Петерсхаген/Егерсдорф,Петерсхаген/Эггерсдорф,Պետերսհագեն Էգերսդորֆ		DE	11	00	12064	12064380	15327	Europe/Berlin
6547612	Podelzig	podelzig			DE	11	00	12064	12064388	878	Europe/Berlin
6547613	Reitwein	reitwein			DE	11	00	12064	12064420	465	Europe/Berlin
6547614	Rüdersdorf bei Berlin	ruedersdorf-bei-berlin			DE	11	00	12064	12064428	15812	Europe/Berlin
6547615	Treplin	treplin			DE	11	00	12064	12064480	372	Europe/Berlin
6547616	Waldsieversdorf	waldsieversdorf			DE	11	00	12064	12064484	812	Europe/Berlin
6547617	Birkenwerder	birkenwerder			DE	11	00	12065	12065036	8133	Europe/Berlin
6547618	Großwoltersdorf	grosswoltersdorf			DE	11	00	12065	12065117	754	Europe/Berlin
6547619	Leegebruch	leegebruch			DE	11	00	12065	12065180	6920	Europe/Berlin
6547620	Löwenberger Land	loewenberger-land			DE	11	00	12065	12065198	8411	Europe/Berlin
6547621	Oberkrämer	oberkraemer			DE	11	00	12065	12065251	11727	Europe/Berlin
6547622	Schönermark	schoenermark			DE	11	00	12065	12065276	459	Europe/Berlin
6547623	Sonnenberg	sonnenberg	Sonenberg,Zonenberg,Zonnenberg,suo nen bei ge,Зоненберг,Зонненберг,Սոնենբերգ,索嫩贝格		DE	11	00	12065	12065301	831	Europe/Berlin
6547624	Stechlin	stechlin			DE	11	00	12065	12065310	1192	Europe/Berlin
6547625	Altdöbern	altdoebern			DE	11	00	12066	12066008	2376	Europe/Berlin
6547626	Bronkow	bronkow			DE	11	00	12066	12066041	580	Europe/Berlin
6547627	Großkmehlen	grosskmehlen			DE	11	00	12066	12066104	1058	Europe/Berlin
6547628	Grünewald	gruenewald			DE	11	00	12066	12066116	532	Europe/Berlin
6547629	Guteborn	guteborn			DE	11	00	12066	12066120	520	Europe/Berlin
6547630	Hermsdorf	hermsdorf			DE	11	00	12066	12066124	776	Europe/Berlin
6547631	Hohenbocka	hohenbocka			DE	11	00	12066	12066132	973	Europe/Berlin
6547632	Kroppen	kroppen			DE	11	00	12066	12066168	705	Europe/Berlin
6547633	Lindenau	lindenau			DE	11	00	12066	12066188	752	Europe/Berlin
6547634	Luckaitztal	luckaitztal			DE	11	00	12066	12066202	779	Europe/Berlin
6547635	Neu-Seeland	neu-seeland			DE	11	00	12066	12066226	610	Europe/Berlin
6547636	Neupetershain	neupetershain	Nowe Wiki		DE	11	00	12066	12066228	1196	Europe/Berlin
6547637	Schwarzbach	schwarzbach	Corna Woda,Shvarcbakh,Čorna Woda,Шварцбах,Շվարցբախ		DE	11	00	12066	12066292	650	Europe/Berlin
6547638	Tettau	tettau			DE	11	00	12066	12066316	763	Europe/Berlin
6547639	Berkenbrück	berkenbrueck			DE	11	00	12067	12067040	1016	Europe/Berlin
6547640	Brieskow-Finkenheerd	brieskow-finkenheerd			DE	11	00	12067	12067076	2334	Europe/Berlin
6547641	Diensdorf-Radlow	diensdorf-radlow			DE	11	00	12067	12067112	604	Europe/Berlin
6547642	Gosen-Neu Zittau	gosen-neu-zittau			DE	11	00	12067	12067173	3239	Europe/Berlin
6547643	Langewahl	langewahl			DE	11	00	12067	12067288	875	Europe/Berlin
6547644	Lawitz	lawitz			DE	11	00	12067	12067292	564	Europe/Berlin
6547645	Mixdorf	mixdorf			DE	11	00	12067	12067324	902	Europe/Berlin
6547646	Rauen	rauen			DE	11	00	12067	12067408	2014	Europe/Berlin
6547647	Schöneiche bei Berlin	schoeneiche-bei-berlin			DE	11	00	12067	12067440	12789	Europe/Berlin
6547648	Vogelsang	vogelsang			DE	11	00	12067	12067508	711	Europe/Berlin
6547649	Wendisch Rietz	wendisch-rietz			DE	11	00	12067	12067520	1614	Europe/Berlin
6547650	Wiesenau	wiesenau			DE	11	00	12067	12067528	1263	Europe/Berlin
6547651	Woltersdorf	woltersdorf	Vol'tersdorf,Voltersdorf,Волтерсдорф,Вольтерсдорф,Վոլտերսդորֆ		DE	11	00	12067	12067544	8302	Europe/Berlin
6547652	Breddin	breddin			DE	11	00	12068	12068052	896	Europe/Berlin
6547653	Dabergotz	dabergotz			DE	11	00	12068	12068072	641	Europe/Berlin
6547654	Dreetz	dreetz	Drec,de lei ci,Дрец,Դրեց,德雷茨		DE	11	00	12068	12068109	1128	Europe/Berlin
6547655	Märkisch Linden	maerkisch-linden			DE	11	00	12068	12068306	1230	Europe/Berlin
6547656	Rüthnick	ruethnick			DE	11	00	12068	12068372	454	Europe/Berlin
6547657	Sieversdorf-Hohenofen	sieversdorf-hohenofen			DE	11	00	12068	12068409	720	Europe/Berlin
6547658	Storbeck-Frankendorf	storbeck-frankendorf			DE	11	00	12068	12068413	467	Europe/Berlin
6547659	Stüdenitz-Schönermark	stuedenitz-schoenermark			DE	11	00	12068	12068417	581	Europe/Berlin
6547660	Temnitzquell	temnitzquell			DE	11	00	12068	12068425	772	Europe/Berlin
6547661	Walsleben	walsleben			DE	11	00	12068	12068452	768	Europe/Berlin
6547662	Zernitz-Lohm	zernitz-lohm			DE	11	00	12068	12068501	894	Europe/Berlin
6547663	Beetzsee	beetzsee	Becze,bei ci sai,Бецзе,Բեցզե,贝茨塞		DE	11	00	12069	12069018	2652	Europe/Berlin
6547664	Beetzseeheide	beetzseeheide			DE	11	00	12069	12069019	681	Europe/Berlin
6547665	Bensdorf	bensdorf			DE	11	00	12069	12069028	1239	Europe/Berlin
6547666	Borkheide	borkheide			DE	11	00	12069	12069052	2088	Europe/Berlin
6547668	Buckautal	buckautal			DE	11	00	12069	12069089	487	Europe/Berlin
6547669	Golzow	golzow	Gol'cov,Golcov,ge er cuo,Голцов,Гольцов,Գոլցով,戈爾措		DE	11	00	12069	12069216	1345	Europe/Berlin
6547670	Görzke	goerzke			DE	11	00	12069	12069224	1241	Europe/Berlin
6547671	Gräben	graeben			DE	11	00	12069	12069232	511	Europe/Berlin
6547672	Kleinmachnow	kleinmachnow			DE	11	00	12069	12069304	20374	Europe/Berlin
6547673	Kloster Lehnin	kloster-lehnin	Kloster Lenin,Kloster-Lenin,ke luo si te er lai ning,Клостер Ленин,Клостер-Ленин,克洛斯特尔莱宁		DE	11	00	12069	12069306	10894	Europe/Berlin
6547674	Linthe	linthe			DE	11	00	12069	12069345	898	Europe/Berlin
6547675	Michendorf	michendorf	Gemeinde Michendorf,Michendorf,Mihendorf,Mikhendorf,Mixendorf,mi xing duo fu,Михендорф,Միխենդորֆ,米兴多夫		DE	11	00	12069	12069397	13134	Europe/Berlin
6547676	Mühlenfließ	muehlenfliess			DE	11	00	12069	12069402	901	Europe/Berlin
6547677	Päwesin	paewesin			DE	11	00	12069	12069460	498	Europe/Berlin
6547678	Planebruch	planebruch			DE	11	00	12069	12069470	1025	Europe/Berlin
6547679	Planetal	planetal			DE	11	00	12069	12069474	915	Europe/Berlin
6547680	Rosenau	rosenau	Rozenau,luo sai nao,Розенау,Ռոզենաու,罗塞瑙		DE	11	00	12069	12069537	878	Europe/Berlin
6547681	Roskow	roskow			DE	11	00	12069	12069541	1191	Europe/Berlin
6547682	Schwielowsee	schwielowsee			DE	11	00	12069	12069590	10705	Europe/Berlin
6547683	Seddiner See	seddiner-see			DE	11	00	12069	12069596	4551	Europe/Berlin
6547684	Stahnsdorf	stahnsdorf			DE	11	00	12069	12069604	15373	Europe/Berlin
6547685	Wenzlow	wenzlow			DE	11	00	12069	12069648	529	Europe/Berlin
6547686	Wollin	wollin	Volin,Vollin,Волин,Воллин,Վոլին		DE	11	00	12069	12069680	838	Europe/Berlin
6547687	Wusterwitz	wusterwitz			DE	11	00	12069	12069688	3033	Europe/Berlin
6547688	Berge	berge			DE	11	00	12070	12070028	754	Europe/Berlin
6547689	Cumlosen	cumlosen			DE	11	00	12070	12070060	727	Europe/Berlin
6547690	Gerdshagen	gerdshagen			DE	11	00	12070	12070096	502	Europe/Berlin
6547691	Gülitz-Reetz	guelitz-reetz			DE	11	00	12070	12070145	456	Europe/Berlin
6547692	Gumtow	gumtow			DE	11	00	12070	12070149	3327	Europe/Berlin
6547693	Halenbeck-Rohlsdorf	halenbeck-rohlsdorf			DE	11	00	12070	12070153	486	Europe/Berlin
6547694	Karstädt	karstaedt			DE	11	00	12070	12070173	5967	Europe/Berlin
6547695	Kümmernitztal	kuemmernitztal			DE	11	00	12070	12070222	356	Europe/Berlin
6547696	Lanz	lanz			DE	11	00	12070	12070236	717	Europe/Berlin
6547697	Marienfließ	marienfliess			DE	11	00	12070	12070266	697	Europe/Berlin
6547698	Pirow	pirow			DE	11	00	12070	12070300	424	Europe/Berlin
6547699	Rühstädt	ruehstaedt			DE	11	00	12070	12070348	456	Europe/Berlin
6547700	Triglitz	triglitz			DE	11	00	12070	12070393	497	Europe/Berlin
6547701	Weisen	weisen			DE	11	00	12070	12070416	967	Europe/Berlin
6547702	Briesen	briesen	Brjazyna		DE	11	00	12071	12071028	771	Europe/Berlin
6547703	Burg (Spreewald)	burg-spreewald	Borkowy (Blota),Bórkowy (Błota)		DE	11	00	12071	12071032	4242	Europe/Berlin
6547704	Dissen-Striesow	dissen-striesow	Desno-Strjazow,Dešno-Strjažow		DE	11	00	12071	12071041	980	Europe/Berlin
6547705	Drachhausen	drachhausen			DE	11	00	12071	12071052	786	Europe/Berlin
6547706	Drehnow	drehnow			DE	11	00	12071	12071060	505	Europe/Berlin
6547707	Felixsee	felixsee	Feliksowy jazor,Feliksze,fei li ke si sai,Феликсзе,Ֆելիքսզե,费利克斯塞		DE	11	00	12071	12071074	1920	Europe/Berlin
6547708	Groß Schacksdorf-Simmersdorf	gross-schacksdorf-simmersdorf			DE	11	00	12071	12071153	927	Europe/Berlin
6547709	Guhrow	guhrow	Gory,Góry		DE	11	00	12071	12071164	531	Europe/Berlin
6547710	Heinersbrück	heinersbrueck	Most,Móst		DE	11	00	12071	12071176	579	Europe/Berlin
6547712	Jämlitz-Klein Düben	jaemlitz-klein-dueben			DE	11	00	12071	12071189	446	Europe/Berlin
6547713	Jänschwalde	jaenschwalde			DE	11	00	12071	12071193	1536	Europe/Berlin
6547714	Kolkwitz	kolkwitz	Golkojce,Gołkojce		DE	11	00	12071	12071244	9219	Europe/Berlin
6547715	Neiße-Malxetal	neisse-malxetal			DE	11	00	12071	12071294	1611	Europe/Berlin
6547716	Neuhausen/Spree	neuhausen-spree			DE	11	00	12071	12071301	4941	Europe/Berlin
6547717	Schmogrow-Fehrow	schmogrow-fehrow	Smogorjow-Prjawoz		DE	11	00	12071	12071341	812	Europe/Berlin
6547718	Tauer	tauer			DE	11	00	12071	12071384	691	Europe/Berlin
6547719	Teichland	teichland			DE	11	00	12071	12071386	1099	Europe/Berlin
6547720	Tschernitz	tschernitz			DE	11	00	12071	12071392	1228	Europe/Berlin
6547721	Turnow-Preilack	turnow-preilack			DE	11	00	12071	12071401	1118	Europe/Berlin
6547722	Werben	werben			DE	11	00	12071	12071412	1717	Europe/Berlin
6547723	Wiesengrund	wiesengrund			DE	11	00	12071	12071414	1364	Europe/Berlin
6547724	Dahmetal	dahmetal			DE	11	00	12072	12072055	467	Europe/Berlin
6547725	Großbeeren	grossbeeren			DE	11	00	12072	12072120	8535	Europe/Berlin
6547726	Ihlow	ihlow	Ilov,Илов,Իլով		DE	11	00	12072	12072157	656	Europe/Berlin
6547727	Niedergörsdorf	niedergoersdorf			DE	11	00	12072	12072297	6209	Europe/Berlin
6547728	Niederer Fläming	niederer-flaeming			DE	11	00	12072	12072298	3037	Europe/Berlin
6547729	Rangsdorf	rangsdorf			DE	11	00	12072	12072340	11369	Europe/Berlin
6547730	Berkholz-Meyenburg	berkholz-meyenburg			DE	11	00	12073	12073032	1245	Europe/Berlin
6547731	Boitzenburger Land	boitzenburger-land			DE	11	00	12073	12073069	3089	Europe/Berlin
6547732	Carmzow-Wallmow	carmzow-wallmow			DE	11	00	12073	12073093	616	Europe/Berlin
6547733	Casekow	casekow			DE	11	00	12073	12073097	1885	Europe/Berlin
6547734	Flieth-Stegelitz	flieth-stegelitz			DE	11	00	12073	12073157	531	Europe/Berlin
6547735	Gerswalde	gerswalde			DE	11	00	12073	12073201	1566	Europe/Berlin
6547736	Göritz	goeritz			DE	11	00	12073	12073216	822	Europe/Berlin
6547737	Gramzow	gramzow			DE	11	00	12073	12073225	1800	Europe/Berlin
6547738	Grünow	gruenow			DE	11	00	12073	12073261	932	Europe/Berlin
6547739	Mark Landin	mark-landin			DE	11	00	12073	12073386	968	Europe/Berlin
6547740	Mescherin	mescherin			DE	11	00	12073	12073393	822	Europe/Berlin
6547741	Milmersdorf	milmersdorf			DE	11	00	12073	12073396	1438	Europe/Berlin
6547742	Mittenwalde	mittenwalde			DE	11	00	12073	12073404	357	Europe/Berlin
6547743	Nordwestuckermark	nordwestuckermark			DE	11	00	12073	12073429	4194	Europe/Berlin
6547744	Oberuckersee	oberuckersee	Oberukerze,Oberukkerze,ao bei lu ke er sai,Оберукерзе,Оберуккерзе,Օբերուկերզե,奥贝鲁克尔塞		DE	11	00	12073	12073430	1629	Europe/Berlin
6547745	Pinnow	pinnow	Pinnov,Pinov,pi nuo,Пиннов,Пинов,Піннов,Պինով,皮诺		DE	11	00	12073	12073440	898	Europe/Berlin
6547746	Randowtal	randowtal			DE	11	00	12073	12073458	914	Europe/Berlin
6547747	Schenkenberg	schenkenberg			DE	11	00	12073	12073490	620	Europe/Berlin
6547749	Schönfeld	schoenfeld			DE	11	00	12073	12073520	571	Europe/Berlin
6547750	Tantow	tantow			DE	11	00	12073	12073565	825	Europe/Berlin
6547751	Temmen-Ringenwalde	temmen-ringenwalde			DE	11	00	12073	12073569	509	Europe/Berlin
6547752	Uckerfelde	uckerfelde			DE	11	00	12073	12073578	956	Europe/Berlin
6547753	Uckerland	uckerland			DE	11	00	12073	12073579	2579	Europe/Berlin
6547754	Passow	passow			DE	11	00	12073	12073603	1451	Europe/Berlin
6547755	Zichow	zichow			DE	11	00	12073	12073645	547	Europe/Berlin
6547756	Neubrandenburg	neubrandenburg	Neubrandenburg,Stadt Neubrandenburg		DE	12	00	13071	13071107	63761	Europe/Berlin
6547757	Admannshagen-Bargeshagen	admannshagen-bargeshagen			DE	12	00	13072	13072001	2895	Europe/Berlin
6547758	Alt Bukow	alt-bukow			DE	12	00	13072	13072002	478	Europe/Berlin
6547759	Bartenshagen-Parkentin	bartenshagen-parkentin			DE	12	00	13072	13072007	1348	Europe/Berlin
6547760	Bastorf	bastorf			DE	12	00	13072	13072008	1073	Europe/Berlin
6547761	Benitz	benitz			DE	12	00	13072	13072011	390	Europe/Berlin
6547762	Bentwisch	bentwisch			DE	12	00	13072	13072012	3298	Europe/Berlin
6547763	Blankenhagen	blankenhagen			DE	12	00	13072	13072015	1058	Europe/Berlin
6547764	Börgerende-Rethwisch	boergerende-rethwisch			DE	12	00	13072	13072017	1685	Europe/Berlin
6547765	Bröbberow	broebberow			DE	12	00	13072	13072018	647	Europe/Berlin
6547766	Broderstorf	broderstorf			DE	12	00	13072	13072019	3835	Europe/Berlin
6547767	Cammin	cammin			DE	12	00	13072	13072021	775	Europe/Berlin
6547769	Dummerstorf	dummerstorf			DE	12	00	13072	13072029	7405	Europe/Berlin
6547770	Elmenhorst/Lichtenhagen	elmenhorst-lichtenhagen			DE	12	00	13072	13072030	4265	Europe/Berlin
6547771	Gelbensande	gelbensande			DE	12	00	13072	13072032	1753	Europe/Berlin
6547772	Gnewitz	gnewitz			DE	12	00	13072	13072034	201	Europe/Berlin
6547773	Graal-Müritz	graal-mueritz			DE	12	00	13072	13072036	4072	Europe/Berlin
6547774	Grammow	grammow			DE	12	00	13072	13072037	157	Europe/Berlin
6547775	Kassow	kassow			DE	12	00	13072	13072051	325	Europe/Berlin
6547780	Kritzmow	kritzmow			DE	12	00	13072	13072057	3900	Europe/Berlin
6547781	Lambrechtshagen	lambrechtshagen			DE	12	00	13072	13072064	2889	Europe/Berlin
6547784	Mönchhagen	moenchhagen			DE	12	00	13072	13072072	1248	Europe/Berlin
6547785	Nienhagen	nienhagen			DE	12	00	13072	13072075	2014	Europe/Berlin
6547786	Nustrow	nustrow			DE	12	00	13072	13072076	158	Europe/Berlin
6547787	Papendorf	papendorf			DE	12	00	13072	13072077	2540	Europe/Berlin
6547788	Pölchow	poelchow			DE	12	00	13072	13072080	941	Europe/Berlin
6547789	Poppendorf	poppendorf			DE	12	00	13072	13072081	704	Europe/Berlin
6547791	Reddelich	reddelich			DE	12	00	13072	13072083	968	Europe/Berlin
6547792	Roggentin	roggentin			DE	12	00	13072	13072087	2683	Europe/Berlin
6547793	Rövershagen	roevershagen			DE	12	00	13072	13072088	2530	Europe/Berlin
6547794	Rukieten	rukieten			DE	12	00	13072	13072090	332	Europe/Berlin
6547795	Sanitz	sanitz			DE	12	00	13072	13072091	6048	Europe/Berlin
6547796	Selpin	selpin			DE	12	00	13072	13072097	472	Europe/Berlin
6547797	Stäbelow	staebelow			DE	12	00	13072	13072098	1404	Europe/Berlin
6547798	Steffenshagen	steffenshagen			DE	12	00	13072	13072099	536	Europe/Berlin
6547800	Stubbendorf	stubbendorf			DE	12	00	13072	13072102	163	Europe/Berlin
6547801	Thelkow	thelkow			DE	12	00	13072	13072107	454	Europe/Berlin
6547802	Thulendorf	thulendorf			DE	12	00	13072	13072108	663	Europe/Berlin
6547803	Vorbeck	vorbeck			DE	12	00	13072	13072110	359	Europe/Berlin
6547804	Wiendorf	wiendorf			DE	12	00	13072	13072116	779	Europe/Berlin
6547805	Wittenbeck	wittenbeck			DE	12	00	13072	13072117	853	Europe/Berlin
6547806	Zarnewanz	zarnewanz			DE	12	00	13072	13072118	411	Europe/Berlin
6547807	Ziesendorf	ziesendorf			DE	12	00	13072	13072121	1436	Europe/Berlin
6547808	Alt Tellin	alt-tellin			DE	12	00	13075	13075002	395	Europe/Berlin
6547809	Altenhagen	altenhagen			DE	12	00	13071	13071002	312	Europe/Berlin
6547810	Bartow	bartow			DE	12	00	13071	13071006	450	Europe/Berlin
6547811	Basedow	basedow	Bazedov,Базедов		DE	12	00	13071	13071007	698	Europe/Berlin
6547812	Beggerow	beggerow			DE	12	00	13071	13071008	475	Europe/Berlin
6547813	Bentzin	bentzin			DE	12	00	13075	13075009	846	Europe/Berlin
6547814	Bredenfelde	bredenfelde			DE	12	00	13071	13071015	186	Europe/Berlin
6547815	Breesen	breesen			DE	12	00	13071	13071016	518	Europe/Berlin
6547816	Breest	breest			DE	12	00	13071	13071017	133	Europe/Berlin
6547817	Briggow	briggow			DE	12	00	13071	13071018	317	Europe/Berlin
6547818	Burow	burow			DE	12	00	13071	13071022	954	Europe/Berlin
6547819	Daberkow	daberkow			DE	12	00	13075	13075023	340	Europe/Berlin
6547822	Faulenrost	faulenrost			DE	12	00	13071	13071032	647	Europe/Berlin
6547823	Gielow	gielow			DE	12	00	13071	13071039	1070	Europe/Berlin
6547824	Gnevkow	gnevkow			DE	12	00	13071	13071041	319	Europe/Berlin
6547825	Golchen	golchen			DE	12	00	13071	13071044	280	Europe/Berlin
6547826	Görmin	goermin			DE	12	00	13075	13075036	870	Europe/Berlin
6547827	Grammentin	grammentin			DE	12	00	13071	13071048	250	Europe/Berlin
6547828	Grapzow	grapzow			DE	12	00	13071	13071049	390	Europe/Berlin
6547829	Grischow	grischow			DE	12	00	13071	13071050	236	Europe/Berlin
6547830	Groß Teetzleben	gross-teetzleben			DE	12	00	13071	13071057	674	Europe/Berlin
6547831	Gültz	gueltz			DE	12	00	13071	13071059	510	Europe/Berlin
6547832	Gülzow	guelzow			DE	12	00	13071	13071060	419	Europe/Berlin
6547833	Hohenbollentin	hohenbollentin			DE	12	00	13071	13071064	112	Europe/Berlin
6547834	Ivenack	ivenack			DE	12	00	13071	13071068	831	Europe/Berlin
6547835	Jürgenstorf	juergenstorf			DE	12	00	13071	13071070	862	Europe/Berlin
6547836	Kittendorf	kittendorf			DE	12	00	13071	13071074	275	Europe/Berlin
6547837	Knorrendorf	knorrendorf			DE	12	00	13071	13071079	555	Europe/Berlin
6547838	Kriesow	kriesow			DE	12	00	13071	13071081	301	Europe/Berlin
6547839	Kruckow	kruckow			DE	12	00	13075	13075070	624	Europe/Berlin
6547840	Kummerow	kummerow			DE	12	00	13071	13071084	572	Europe/Berlin
6547841	Lindenberg	lindenberg			DE	12	00	13071	13071089	216	Europe/Berlin
6547842	Meesiger	meesiger			DE	12	00	13071	13071096	232	Europe/Berlin
6547843	Mölln	moelln	Meln,Mjol'n,Мелн,Мёльн		DE	12	00	13071	13071102	529	Europe/Berlin
6547844	Kentzlin	kentzlin			DE	12	00	13071	13071072	207	Europe/Berlin
6547845	Nossendorf	nossendorf			DE	12	00	13071	13071112	677	Europe/Berlin
6547846	Pripsleben	pripsleben			DE	12	00	13071	13071120	238	Europe/Berlin
6547848	Ritzerow	ritzerow			DE	12	00	13071	13071123	374	Europe/Berlin
6547849	Röckwitz	roeckwitz			DE	12	00	13071	13071125	284	Europe/Berlin
6547850	Rosenow	rosenow			DE	12	00	13071	13071127	961	Europe/Berlin
6547851	Sarow	sarow			DE	12	00	13071	13071128	703	Europe/Berlin
6547852	Schönfeld	schoenfeld			DE	12	00	13071	13071131	347	Europe/Berlin
6547853	Siedenbollentin	siedenbollentin			DE	12	00	13071	13071135	552	Europe/Berlin
6547854	Sommersdorf	sommersdorf			DE	12	00	13071	13071139	227	Europe/Berlin
6547855	Tutow	tutow			DE	12	00	13075	13075134	1072	Europe/Berlin
6547856	Tützpatz	tuetzpatz			DE	12	00	13071	13071146	557	Europe/Berlin
6547857	Völschow	voelschow			DE	12	00	13075	13075140	490	Europe/Berlin
6547858	Warrenzin	warrenzin			DE	12	00	13071	13071157	372	Europe/Berlin
6547859	Werder	werder			DE	12	00	13071	13071158	559	Europe/Berlin
6547860	Wildberg	wildberg			DE	12	00	13071	13071160	487	Europe/Berlin
6547861	Wolde	wolde			DE	12	00	13071	13071163	537	Europe/Berlin
6547862	Zettemin	zettemin			DE	12	00	13071	13071169	274	Europe/Berlin
6547863	Borrentin	borrentin			DE	12	00	13071	13071014	757	Europe/Berlin
6547864	Hohenmocker	hohenmocker			DE	12	00	13071	13071065	431	Europe/Berlin
6547865	Kletzin	kletzin			DE	12	00	13071	13071076	682	Europe/Berlin
6547866	Siedenbrünzow	siedenbruenzow			DE	12	00	13071	13071136	500	Europe/Berlin
6547867	Utzedel	utzedel			DE	12	00	13071	13071148	458	Europe/Berlin
6547868	Alt Sührkow	alt-suehrkow			DE	12	00	13072	13072003	392	Europe/Berlin
6547869	Altkalen	altkalen			DE	12	00	13072	13072004	789	Europe/Berlin
6547870	Behren-Lübchin	behren-luebchin			DE	12	00	13072	13072010	899	Europe/Berlin
6547873	Dahmen	dahmen			DE	12	00	13072	13072023	467	Europe/Berlin
6547874	Dalkendorf	dalkendorf			DE	12	00	13072	13072024	244	Europe/Berlin
6547876	Dreetz	dreetz			DE	12	00	13072	13072028	199	Europe/Berlin
6547877	Finkenthal	finkenthal			DE	12	00	13072	13072031	317	Europe/Berlin
6547878	Glasewitz	glasewitz			DE	12	00	13072	13072033	424	Europe/Berlin
6547879	Groß Roge	gross-roge			DE	12	00	13072	13072038	614	Europe/Berlin
6547880	Groß Schwiesow	gross-schwiesow			DE	12	00	13072	13072039	296	Europe/Berlin
6547881	Groß Wokern	gross-wokern			DE	12	00	13072	13072040	1011	Europe/Berlin
6547882	Groß Wüstenfelde	gross-wuestenfelde			DE	12	00	13072	13072041	794	Europe/Berlin
6547883	Gutow	gutow			DE	12	00	13072	13072044	1014	Europe/Berlin
6547884	Hohen Demzin	hohen-demzin			DE	12	00	13072	13072045	360	Europe/Berlin
6547885	Hohen Sprenz	hohen-sprenz			DE	12	00	13072	13072046	537	Europe/Berlin
6547886	Hoppenrade	hoppenrade			DE	12	00	13072	13072048	633	Europe/Berlin
6547887	Jördenstorf	joerdenstorf			DE	12	00	13072	13072049	900	Europe/Berlin
6547888	Jürgenshagen	juergenshagen			DE	12	00	13072	13072050	1113	Europe/Berlin
6547889	Klein Belitz	klein-belitz			DE	12	00	13072	13072053	846	Europe/Berlin
6547890	Klein Upahl	klein-upahl			DE	12	00	13072	13072055	220	Europe/Berlin
6547891	Kuchelmiß	kuchelmiss			DE	12	00	13072	13072059	618	Europe/Berlin
6547892	Kuhs	kuhs			DE	12	00	13072	13072061	318	Europe/Berlin
6547893	Lalendorf	lalendorf			DE	12	00	13072	13072063	3556	Europe/Berlin
6547895	Lelkendorf	lelkendorf			DE	12	00	13072	13072066	464	Europe/Berlin
6547896	Lohmen	lohmen	Lomen,Ломен		DE	12	00	13072	13072067	755	Europe/Berlin
6547898	Lüssow	luessow			DE	12	00	13072	13072069	914	Europe/Berlin
6547899	Mistorf	mistorf			DE	12	00	13072	13072071	635	Europe/Berlin
6547900	Mühl Rosin	muehl-rosin			DE	12	00	13072	13072073	1130	Europe/Berlin
6547902	Penzin	penzin			DE	12	00	13072	13072078	136	Europe/Berlin
6547904	Reimershagen	reimershagen			DE	12	00	13072	13072084	404	Europe/Berlin
6547905	Rühn	ruehn			DE	12	00	13072	13072089	624	Europe/Berlin
6547906	Steinhagen	steinhagen			DE	12	00	13072	13072101	669	Europe/Berlin
6547907	Tarnow	tarnow			DE	12	00	13072	13072104	1062	Europe/Berlin
6547908	Thürkow	thuerkow			DE	12	00	13072	13072109	375	Europe/Berlin
6547909	Walkendorf	walkendorf			DE	12	00	13072	13072111	888	Europe/Berlin
6547910	Wardow	wardow			DE	12	00	13072	13072112	1320	Europe/Berlin
6547911	Warnkenhagen	warnkenhagen			DE	12	00	13072	13072113	323	Europe/Berlin
6547913	Zehna	zehna			DE	12	00	13072	13072119	643	Europe/Berlin
6547914	Zepelin	zepelin			DE	12	00	13072	13072120	456	Europe/Berlin
6547915	Prebberede	prebberede			DE	12	00	13072	13072082	758	Europe/Berlin
6547916	Alt Krenzlin	alt-krenzlin			DE	12	00	13076	13076001	754	Europe/Berlin
6547917	Alt Zachun	alt-zachun			DE	12	00	13076	13076002	352	Europe/Berlin
6547918	Balow	balow			DE	12	00	13076	13076003	323	Europe/Berlin
6547919	Bandenitz	bandenitz			DE	12	00	13076	13076004	459	Europe/Berlin
6547920	Belsch	belsch			DE	12	00	13076	13076008	224	Europe/Berlin
6547921	Besitz	besitz			DE	12	00	13076	13076010	445	Europe/Berlin
6547922	Blievenstorf	blievenstorf			DE	12	00	13076	13076012	434	Europe/Berlin
6547923	Bobzin	bobzin			DE	12	00	13076	13076013	266	Europe/Berlin
6547924	Brahlstorf	brahlstorf			DE	12	00	13076	13076016	707	Europe/Berlin
6547925	Brenz	brenz			DE	12	00	13076	13076017	508	Europe/Berlin
6547926	Dambeck	dambeck			DE	12	00	13076	13076027	281	Europe/Berlin
6547927	Dersenow	dersenow			DE	12	00	13076	13076030	469	Europe/Berlin
6547928	Dümmer	duemmer			DE	12	00	13076	13076036	1506	Europe/Berlin
6547929	Eldena	eldena			DE	12	00	13076	13076037	1132	Europe/Berlin
6547931	Gallin	gallin			DE	12	00	13076	13076039	568	Europe/Berlin
6547932	Gammelin	gammelin			DE	12	00	13076	13076041	481	Europe/Berlin
6547934	Göhlen	goehlen			DE	12	00	13076	13076046	567	Europe/Berlin
6547935	Gorlosen	gorlosen			DE	12	00	13076	13076049	469	Europe/Berlin
6547936	Gresse	gresse			DE	12	00	13076	13076054	721	Europe/Berlin
6547937	Greven	greven			DE	12	00	13076	13076055	726	Europe/Berlin
6547938	Groß Krams	gross-krams			DE	12	00	13076	13076057	184	Europe/Berlin
6547939	Groß Laasch	gross-laasch			DE	12	00	13076	13076058	974	Europe/Berlin
6547940	Holthusen	holthusen			DE	12	00	13076	13076063	926	Europe/Berlin
6547941	Hoort	hoort			DE	12	00	13076	13076064	580	Europe/Berlin
6547942	Hülseburg	huelseburg			DE	12	00	13076	13076065	155	Europe/Berlin
6547943	Karenz	karenz			DE	12	00	13076	13076067	229	Europe/Berlin
6547944	Karstädt	karstaedt			DE	12	00	13076	13076069	614	Europe/Berlin
6547945	Kirch Jesar	kirch-jesar			DE	12	00	13076	13076070	623	Europe/Berlin
6547946	Bengerstorf	bengerstorf			DE	12	00	13076	13076009	558	Europe/Berlin
6547947	Klein Rogahn	klein-rogahn			DE	12	00	13076	13076071	1321	Europe/Berlin
6547948	Kogel	kogel			DE	12	00	13076	13076073	676	Europe/Berlin
6547950	Kremmin	kremmin			DE	12	00	13076	13076076	228	Europe/Berlin
6547951	Kuhstorf	kuhstorf			DE	12	00	13076	13076079	738	Europe/Berlin
6547955	Lübesse	luebesse			DE	12	00	13076	13076086	719	Europe/Berlin
6547956	Lüblow	lueblow			DE	12	00	13076	13076087	570	Europe/Berlin
6547957	Malliß	malliss			DE	12	00	13076	13076094	1062	Europe/Berlin
6547958	Milow	milow			DE	12	00	13076	13076097	366	Europe/Berlin
6547959	Möllenbeck	moellenbeck			DE	12	00	13076	13076098	174	Europe/Berlin
6547960	Moraas	moraas			DE	12	00	13076	13076099	491	Europe/Berlin
6547961	Muchow	muchow			DE	12	00	13076	13076100	265	Europe/Berlin
6547962	Neu Gülze	neu-guelze			DE	12	00	13076	13076102	758	Europe/Berlin
6547963	Neu Kaliß	neu-kaliss			DE	12	00	13076	13076103	1962	Europe/Berlin
6547964	Nostorf	nostorf			DE	12	00	13076	13076106	733	Europe/Berlin
6547965	Pampow	pampow			DE	12	00	13076	13076107	3057	Europe/Berlin
6547966	Picher	picher			DE	12	00	13076	13076111	632	Europe/Berlin
6547967	Prislich	prislich			DE	12	00	13076	13076115	703	Europe/Berlin
6547968	Pritzier	pritzier			DE	12	00	13076	13076116	401	Europe/Berlin
6547969	Rastow	rastow			DE	12	00	13076	13076118	1930	Europe/Berlin
6547970	Redefin	redefin			DE	12	00	13076	13076119	540	Europe/Berlin
6547971	Schossin	schossin			DE	12	00	13076	13076121	249	Europe/Berlin
6547972	Schwanheide	schwanheide			DE	12	00	13076	13076122	732	Europe/Berlin
6547975	Stralendorf	stralendorf			DE	12	00	13076	13076130	1345	Europe/Berlin
6547976	Strohkirchen	strohkirchen			DE	12	00	13076	13076131	317	Europe/Berlin
6547977	Sülstorf	suelstorf			DE	12	00	13076	13076134	820	Europe/Berlin
6547978	Teldau	teldau			DE	12	00	13076	13076136	1016	Europe/Berlin
6547980	Uelitz	uelitz			DE	12	00	13076	13076141	459	Europe/Berlin
6547981	Vellahn	vellahn			DE	12	00	13076	13076142	2752	Europe/Berlin
6547982	Vielank	vielank			DE	12	00	13076	13076143	1259	Europe/Berlin
6547983	Warlitz	warlitz			DE	12	00	13076	13076145	444	Europe/Berlin
6547984	Warlow	warlow			DE	12	00	13076	13076146	492	Europe/Berlin
6547985	Warsow	warsow			DE	12	00	13076	13076147	667	Europe/Berlin
6547987	Wittenförden	wittenfoerden			DE	12	00	13076	13076154	2535	Europe/Berlin
6547988	Wöbbelin	woebbelin			DE	12	00	13076	13076156	889	Europe/Berlin
6547989	Zierzow	zierzow			DE	12	00	13076	13076161	348	Europe/Berlin
6547990	Zülow	zuelow			DE	12	00	13076	13076163	147	Europe/Berlin
6547991	Beseritz	beseritz			DE	12	00	13071	13071009	125	Europe/Berlin
6547992	Blankenhof	blankenhof			DE	12	00	13071	13071010	721	Europe/Berlin
6547993	Blankensee	blankensee			DE	12	00	13071	13071011	1627	Europe/Berlin
6547994	Blumenholz	blumenholz			DE	12	00	13071	13071012	773	Europe/Berlin
6547995	Brunn	brunn			DE	12	00	13071	13071019	1038	Europe/Berlin
6547997	Carpin	carpin			DE	12	00	13071	13071025	852	Europe/Berlin
6547998	Cölpin	coelpin			DE	12	00	13071	13071026	774	Europe/Berlin
6548001	Godendorf	godendorf			DE	12	00	13071	13071042	220	Europe/Berlin
6548003	Groß Nemerow	gross-nemerow			DE	12	00	13071	13071055	1158	Europe/Berlin
6548004	Grünow	gruenow			DE	12	00	13071	13071058	292	Europe/Berlin
6548005	Hohenzieritz	hohenzieritz			DE	12	00	13071	13071066	453	Europe/Berlin
6548006	Holldorf	holldorf			DE	12	00	13071	13071067	774	Europe/Berlin
6548007	Klein Vielen	klein-vielen			DE	12	00	13071	13071075	619	Europe/Berlin
6548008	Kratzeburg	kratzeburg			DE	12	00	13071	13071080	526	Europe/Berlin
6548009	Kublank	kublank			DE	12	00	13071	13071083	167	Europe/Berlin
6548011	Möllenbeck	moellenbeck			DE	12	00	13071	13071100	706	Europe/Berlin
6548012	Neddemin	neddemin			DE	12	00	13071	13071104	347	Europe/Berlin
6548013	Neetzka	neetzka			DE	12	00	13071	13071105	213	Europe/Berlin
6548014	Neuenkirchen	neuenkirchen			DE	12	00	13071	13071108	1123	Europe/Berlin
6548015	Neverin	neverin			DE	12	00	13071	13071111	1012	Europe/Berlin
6548017	Pragsdorf	pragsdorf			DE	12	00	13071	13071117	518	Europe/Berlin
6548018	Priepert	priepert			DE	12	00	13071	13071119	314	Europe/Berlin
6548020	Schönbeck	schoenbeck			DE	12	00	13071	13071130	452	Europe/Berlin
6548021	Schönhausen	schoenhausen			DE	12	00	13071	13071132	231	Europe/Berlin
6548022	Staven	staven			DE	12	00	13071	13071141	368	Europe/Berlin
6548024	Trollenhagen	trollenhagen			DE	12	00	13071	13071145	899	Europe/Berlin
6548025	Userin	userin	Uzerin,wu sai lin,Узерин,乌塞林		DE	12	00	13071	13071147	671	Europe/Berlin
6548026	Voigtsdorf	voigtsdorf			DE	12	00	13071	13071153	104	Europe/Berlin
6548027	Woggersin	woggersin			DE	12	00	13071	13071161	527	Europe/Berlin
6548028	Wulkenzin	wulkenzin			DE	12	00	13071	13071166	1534	Europe/Berlin
6548148	Wendorf	wendorf			DE	12	00	13073	13073099	892	Europe/Berlin
6548029	Wustrow	wustrow	Vustrov,Вустров		DE	12	00	13071	13071167	713	Europe/Berlin
6548030	Zirzow	zirzow			DE	12	00	13071	13071170	325	Europe/Berlin
6548031	Feldberger Seenlandschaft	feldberger-seenlandschaft			DE	12	00	13071	13071033	4407	Europe/Berlin
6548032	Groß Miltzow	gross-miltzow			DE	12	00	13071	13071054	974	Europe/Berlin
6548035	Wokuhl-Dabelow	wokuhl-dabelow			DE	12	00	13071	13071162	576	Europe/Berlin
6548036	Lindetal	lindetal			DE	12	00	13071	13071090	1142	Europe/Berlin
6548037	Datzetal	datzetal			DE	12	00	13071	13071028	851	Europe/Berlin
6548038	Sponholz	sponholz			DE	12	00	13071	13071140	748	Europe/Berlin
6548042	Alt Schwerin	alt-schwerin			DE	12	00	13071	13071001	568	Europe/Berlin
6548043	Altenhof	altenhof			DE	12	00	13071	13071003	334	Europe/Berlin
6548044	Ankershagen	ankershagen			DE	12	00	13071	13071005	515	Europe/Berlin
6548045	Bollewick	bollewick			DE	12	00	13071	13071013	636	Europe/Berlin
6548046	Buchholz	buchholz			DE	12	00	13071	13071020	142	Europe/Berlin
6548047	Bütow	buetow			DE	12	00	13071	13071023	450	Europe/Berlin
6548048	Fincken	fincken			DE	12	00	13071	13071034	513	Europe/Berlin
6548049	Göhren-Lebbin	goehren-lebbin			DE	12	00	13071	13071043	632	Europe/Berlin
6548050	Gotthun	gotthun			DE	12	00	13071	13071045	316	Europe/Berlin
6548052	Grabowhöfe	grabowhoefe			DE	12	00	13071	13071047	1331	Europe/Berlin
6548056	Groß Kelle	gross-kelle			DE	12	00	13071	13071053	97	Europe/Berlin
6548057	Groß Plasten	gross-plasten	Gros Plasten,Gros-Plasten,da pu la si teng,Грос Пластен,Грос-Пластен,大普拉斯滕		DE	12	00	13071	13071056	1048	Europe/Berlin
6548061	Hohen Wangelin	hohen-wangelin			DE	12	00	13071	13071063	617	Europe/Berlin
6548062	Jabel	jabel			DE	12	00	13071	13071069	657	Europe/Berlin
6548065	Kargow	kargow			DE	12	00	13071	13071071	694	Europe/Berlin
6548066	Kieve	kieve			DE	12	00	13071	13071073	135	Europe/Berlin
6548068	Klink	klink			DE	12	00	13071	13071077	1133	Europe/Berlin
6548073	Lärz	laerz			DE	12	00	13071	13071087	495	Europe/Berlin
6548074	Leizen	leizen			DE	12	00	13071	13071088	483	Europe/Berlin
6548080	Melz	melz			DE	12	00	13071	13071097	338	Europe/Berlin
6548081	Möllenhagen	moellenhagen			DE	12	00	13071	13071101	1530	Europe/Berlin
6548083	Moltzow	moltzow			DE	12	00	13071	13071103	883	Europe/Berlin
6548085	Nossentiner Hütte	nossentiner-huette			DE	12	00	13071	13071113	644	Europe/Berlin
6548086	Penkow	penkow			DE	12	00	13071	13071114	261	Europe/Berlin
6548087	Priborn	priborn			DE	12	00	13071	13071118	357	Europe/Berlin
6548089	Rechlin	rechlin			DE	12	00	13071	13071122	2041	Europe/Berlin
6548093	Schwarz	schwarz	Shvarc,shi wa er ci,Шварц,施瓦尔茨		DE	12	00	13071	13071133	359	Europe/Berlin
6548095	Stuer	stuer			DE	12	00	13071	13071143	237	Europe/Berlin
6548096	Torgelow am See	torgelow-am-see			DE	12	00	13071	13071144	454	Europe/Berlin
6548100	Vollrathsruhe	vollrathsruhe			DE	12	00	13071	13071154	392	Europe/Berlin
6548101	Walow	walow			DE	12	00	13071	13071155	468	Europe/Berlin
6548104	Zislow	zislow			DE	12	00	13071	13071171	203	Europe/Berlin
6548105	Ahrenshoop	ahrenshoop			DE	12	00	13073	13073002	653	Europe/Berlin
6548106	Altenpleen	altenpleen			DE	12	00	13073	13073005	992	Europe/Berlin
6548109	Deyelsdorf	deyelsdorf			DE	12	00	13073	13073016	468	Europe/Berlin
6548110	Dierhagen	dierhagen			DE	12	00	13073	13073017	1532	Europe/Berlin
6548111	Drechow	drechow			DE	12	00	13073	13073020	216	Europe/Berlin
6548112	Eixen	eixen			DE	12	00	13073	13073022	766	Europe/Berlin
6548113	Elmenhorst	elmenhorst			DE	12	00	13073	13073023	689	Europe/Berlin
6548114	Fuhlendorf	fuhlendorf			DE	12	00	13073	13073025	808	Europe/Berlin
6548115	Glewitz	glewitz			DE	12	00	13073	13073029	531	Europe/Berlin
6548116	Grammendorf	grammendorf			DE	12	00	13073	13073032	529	Europe/Berlin
6548117	Gransebieth	gransebieth			DE	12	00	13073	13073033	551	Europe/Berlin
6548118	Groß Kordshagen	gross-kordshagen			DE	12	00	13073	13073036	309	Europe/Berlin
6548119	Groß Mohrdorf	gross-mohrdorf			DE	12	00	13073	13073037	745	Europe/Berlin
6548121	Hugoldsdorf	hugoldsdorf			DE	12	00	13073	13073039	123	Europe/Berlin
6548122	Jakobsdorf	jakobsdorf			DE	12	00	13073	13073041	482	Europe/Berlin
6548123	Karnin	karnin			DE	12	00	13073	13073042	215	Europe/Berlin
6548125	Klausdorf	klausdorf			DE	12	00	13073	13073044	661	Europe/Berlin
6548126	Kramerhof	kramerhof			DE	12	00	13073	13073046	1874	Europe/Berlin
6548128	Lüdershagen	luedershagen			DE	12	00	13073	13073053	544	Europe/Berlin
6548129	Lüssow	luessow			DE	12	00	13073	13073054	792	Europe/Berlin
6548132	Niepars	niepars			DE	12	00	13073	13073060	2466	Europe/Berlin
6548133	Pantelitz	pantelitz			DE	12	00	13073	13073061	827	Europe/Berlin
6548134	Papenhagen	papenhagen			DE	12	00	13073	13073062	567	Europe/Berlin
6548135	Preetz	preetz			DE	12	00	13073	13073066	1038	Europe/Berlin
6548136	Prerow	prerow	Prerow		DE	12	00	13073	13073067	1463	Europe/Berlin
6548137	Prohn	prohn			DE	12	00	13073	13073068	2146	Europe/Berlin
6548138	Pruchten	pruchten			DE	12	00	13073	13073069	710	Europe/Berlin
6548140	Saal	saal	Zal,Zal',sal  mklnbrg-wwrpwmmrn,Зал,Заль,سال، مکلنبرگ-وورپوممرن		DE	12	00	13073	13073077	1430	Europe/Berlin
6548141	Schlemmin	schlemmin			DE	12	00	13073	13073082	287	Europe/Berlin
6548142	Semlow	semlow			DE	12	00	13073	13073085	667	Europe/Berlin
6548143	Steinhagen	steinhagen			DE	12	00	13073	13073087	2607	Europe/Berlin
6548144	Trinwillershagen	trinwillershagen			DE	12	00	13073	13073094	1144	Europe/Berlin
6548145	Velgast	velgast			DE	12	00	13073	13073096	1708	Europe/Berlin
6548146	Weitenhagen	weitenhagen			DE	12	00	13073	13073097	197	Europe/Berlin
6548147	Wendisch Baggendorf	wendisch-baggendorf			DE	12	00	13073	13073098	535	Europe/Berlin
6548150	Wittenhagen	wittenhagen			DE	12	00	13073	13073102	1141	Europe/Berlin
6548151	Wustrow	wustrow			DE	12	00	13073	13073103	1099	Europe/Berlin
6548152	Zarrendorf	zarrendorf			DE	12	00	13073	13073104	1137	Europe/Berlin
6548153	Zingst	zingst			DE	12	00	13073	13073105	3113	Europe/Berlin
6548154	Süderholz	suederholz			DE	12	00	13073	13073089	4042	Europe/Berlin
6548155	Divitz-Spoldershagen	divitz-spoldershagen			DE	12	00	13073	13073018	462	Europe/Berlin
6548156	Gremersdorf-Buchholz	gremersdorf-buchholz	Gremersdorf-Bukhgol'c,Gremersdorf-Bukhkhol'c,Gremersdorf-Bukholc,ge lei mei er si duo fu-bu huo er ci,Гремерсдорф-Бухгольц,Гремерсдорф-Бухолц,Гремерсдорф-Буххольц,格雷梅尔斯多夫-布霍尔茨		DE	12	00	13073	13073034	687	Europe/Berlin
6548157	Millienhagen-Oebelitz	millienhagen-oebelitz			DE	12	00	13073	13073057	324	Europe/Berlin
6548158	Ahrenshagen-Daskow	ahrenshagen-daskow	Arenskhagen-Daskov,a lun si ha gen-da si ke,ahrnshagyn-daskw,Аренсхаген-Дасков,اهرنشاگین-داسکو,阿伦斯哈根-达斯科		DE	12	00	13073	13073001	2149	Europe/Berlin
6548159	Alt Meteln	alt-meteln			DE	12	00	13074	13074001	1150	Europe/Berlin
6548160	Bad Kleinen	bad-kleinen			DE	12	00	13074	13074002	3652	Europe/Berlin
6548162	Barnekow	barnekow			DE	12	00	13074	13074003	581	Europe/Berlin
6548163	Benz	benz			DE	12	00	13074	13074004	654	Europe/Berlin
6548164	Bernstorf	bernstorf			DE	12	00	13074	13074005	337	Europe/Berlin
6548165	Bibow	bibow			DE	12	00	13074	13074006	383	Europe/Berlin
6548166	Blowatz	blowatz			DE	12	00	13074	13074007	1123	Europe/Berlin
6548167	Boiensdorf	boiensdorf			DE	12	00	13074	13074009	487	Europe/Berlin
6548169	Brüsewitz	bruesewitz			DE	12	00	13074	13074012	1980	Europe/Berlin
6548170	Carlow	carlow			DE	12	00	13074	13074013	1205	Europe/Berlin
6548171	Cramonshagen	cramonshagen			DE	12	00	13074	13074014	513	Europe/Berlin
6548172	Dalberg-Wendelstorf	dalberg-wendelstorf			DE	12	00	13074	13074015	534	Europe/Berlin
6548173	Damshagen	damshagen			DE	12	00	13074	13074016	1265	Europe/Berlin
6548174	Dechow	dechow			DE	12	00	13074	13074018	178	Europe/Berlin
6548175	Dorf Mecklenburg	dorf-mecklenburg			DE	12	00	13074	13074019	3121	Europe/Berlin
6548176	Dragun	dragun			DE	12	00	13074	13074020	750	Europe/Berlin
6548177	Gägelow	gaegelow			DE	12	00	13074	13074022	2610	Europe/Berlin
6548178	Glasin	glasin			DE	12	00	13074	13074023	782	Europe/Berlin
6548179	Gottesgabe	gottesgabe			DE	12	00	13074	13074024	756	Europe/Berlin
6548180	Grambow	grambow			DE	12	00	13074	13074025	672	Europe/Berlin
6548182	Grieben	grieben			DE	12	00	13074	13074027	163	Europe/Berlin
6548183	Groß Molzahn	gross-molzahn			DE	12	00	13074	13074028	393	Europe/Berlin
6548185	Groß Stieten	gross-stieten			DE	12	00	13074	13074030	570	Europe/Berlin
6548188	Hohen Viecheln	hohen-viecheln			DE	12	00	13074	13074031	638	Europe/Berlin
6548189	Holdorf	holdorf			DE	12	00	13074	13074033	394	Europe/Berlin
6548190	Hornstorf	hornstorf			DE	12	00	13074	13074034	1157	Europe/Berlin
6548191	Jesendorf	jesendorf			DE	12	00	13074	13074036	489	Europe/Berlin
6548192	Klein Trebbow	klein-trebbow			DE	12	00	13074	13074038	1116	Europe/Berlin
6548194	Krembz	krembz			DE	12	00	13074	13074043	873	Europe/Berlin
6548195	Krusenhagen	krusenhagen			DE	12	00	13074	13074044	586	Europe/Berlin
6548197	Lübberstorf	luebberstorf			DE	12	00	13074	13074046	216	Europe/Berlin
6548198	Lübow	luebow			DE	12	00	13074	13074047	1592	Europe/Berlin
6548199	Lüdersdorf	luedersdorf			DE	12	00	13074	13074049	5288	Europe/Berlin
6548200	Lützow	luetzow	Licov,Ljutcov,lu cuo,Лицов,Лютцов,吕措		DE	12	00	13074	13074050	1513	Europe/Berlin
6548202	Menzendorf	menzendorf			DE	12	00	13074	13074052	241	Europe/Berlin
6548203	Metelsdorf	metelsdorf			DE	12	00	13074	13074053	493	Europe/Berlin
6548204	Mühlen Eichsen	muehlen-eichsen			DE	12	00	13074	13074054	969	Europe/Berlin
6548206	Neuburg	neuburg	Neuburgo,Nojburg,nuo yi bao,Нойбург,Нојбург,诺伊堡		DE	12	00	13074	13074056	2112	Europe/Berlin
6548208	Passee	passee			DE	12	00	13074	13074060	192	Europe/Berlin
6548209	Perlin	perlin			DE	12	00	13074	13074061	379	Europe/Berlin
6548210	Pingelshagen	pingelshagen			DE	12	00	13074	13074062	526	Europe/Berlin
6548212	Pokrent	pokrent			DE	12	00	13074	13074064	674	Europe/Berlin
6548214	Rieps	rieps			DE	12	00	13074	13074066	338	Europe/Berlin
6548215	Roduchelstorf	roduchelstorf			DE	12	00	13074	13074067	235	Europe/Berlin
6548216	Roggendorf	roggendorf			DE	12	00	13074	13074068	989	Europe/Berlin
6548217	Roggenstorf	roggenstorf			DE	12	00	13074	13074069	457	Europe/Berlin
6548218	Rögnitz	roegnitz			DE	12	00	13074	13074070	198	Europe/Berlin
6548219	Rüting	rueting			DE	12	00	13074	13074071	520	Europe/Berlin
6548221	Schlagsdorf	schlagsdorf			DE	12	00	13074	13074073	1179	Europe/Berlin
6548222	Seehof	seehof			DE	12	00	13074	13074075	957	Europe/Berlin
6548223	Selmsdorf	selmsdorf			DE	12	00	13074	13074076	3110	Europe/Berlin
6548224	Testorf-Steinfort	testorf-steinfort			DE	12	00	13074	13074077	623	Europe/Berlin
6548225	Thandorf	thandorf			DE	12	00	13074	13074078	181	Europe/Berlin
6548226	Upahl	upahl			DE	12	00	13074	13074079	1584	Europe/Berlin
6548227	Utecht	utecht			DE	12	00	13074	13074080	422	Europe/Berlin
6548228	Veelböken	veelboeken			DE	12	00	13074	13074081	639	Europe/Berlin
6548229	Ventschow	ventschow			DE	12	00	13074	13074082	702	Europe/Berlin
6548231	Warnow	warnow			DE	12	00	13074	13074085	621	Europe/Berlin
6548233	Zickhusen	zickhusen			DE	12	00	13074	13074088	507	Europe/Berlin
6548234	Zierow	zierow			DE	12	00	13074	13074089	800	Europe/Berlin
6548235	Zurow	zurow			DE	12	00	13074	13074090	1304	Europe/Berlin
6548236	Züsow	zuesow			DE	12	00	13074	13074091	292	Europe/Berlin
6548238	Kalkhorst	kalkhorst			DE	12	00	13074	13074037	1747	Europe/Berlin
6548239	Bobitz	bobitz			DE	12	00	13074	13074008	2485	Europe/Berlin
6548241	Bandelin	bandelin			DE	12	00	13075	13075006	520	Europe/Berlin
6548243	Bargischow	bargischow			DE	12	00	13075	13075007	291	Europe/Berlin
6548244	Behrenhoff	behrenhoff			DE	12	00	13075	13075008	822	Europe/Berlin
6548245	Benz	benz			DE	12	00	13075	13075010	1072	Europe/Berlin
6548246	Blesewitz	blesewitz			DE	12	00	13075	13075013	238	Europe/Berlin
6548247	Boldekow	boldekow			DE	12	00	13075	13075015	659	Europe/Berlin
6548248	Brünzow	bruenzow			DE	12	00	13075	13075018	637	Europe/Berlin
6548250	Bugewitz	bugewitz			DE	12	00	13075	13075020	239	Europe/Berlin
6548251	Buggenhagen	buggenhagen			DE	12	00	13075	13075021	210	Europe/Berlin
6548252	Butzow	butzow			DE	12	00	13075	13075022	434	Europe/Berlin
6548253	Dargelin	dargelin			DE	12	00	13075	13075025	358	Europe/Berlin
6548254	Dargen	dargen			DE	12	00	13075	13075026	581	Europe/Berlin
6548255	Dersekow	dersekow			DE	12	00	13075	13075027	1068	Europe/Berlin
6548258	Ducherow	ducherow			DE	12	00	13075	13075029	2461	Europe/Berlin
6548259	Garz	garz			DE	12	00	13075	13075034	269	Europe/Berlin
6548260	Gribow	gribow			DE	12	00	13075	13075040	145	Europe/Berlin
6548262	Groß Kiesow	gross-kiesow			DE	12	00	13075	13075041	1266	Europe/Berlin
6548263	Groß Polzin	gross-polzin			DE	12	00	13075	13075043	400	Europe/Berlin
6548264	Hanshagen	hanshagen			DE	12	00	13075	13075046	897	Europe/Berlin
6548265	Heringsdorf	heringsdorf	Kheringsdorf,Ostseebad Heringsdorf,hei ling si duo fu,Херингсдорф,黑灵斯多夫		DE	12	00	13075	13075049	8496	Europe/Berlin
6548266	Hinrichshagen	hinrichshagen			DE	12	00	13075	13075050	900	Europe/Berlin
6548268	Iven	iven			DE	12	00	13075	13075053	167	Europe/Berlin
6548271	Kamminke	kamminke			DE	12	00	13075	13075056	247	Europe/Berlin
6548273	Karlshagen	karlshagen			DE	12	00	13075	13075058	3197	Europe/Berlin
6548274	Katzow	katzow			DE	12	00	13075	13075059	573	Europe/Berlin
6548275	Kemnitz	kemnitz			DE	12	00	13075	13075060	1117	Europe/Berlin
6548276	Klein Bünzow	klein-buenzow			DE	12	00	13075	13075061	672	Europe/Berlin
6548278	Korswandt	korswandt			DE	12	00	13075	13075065	589	Europe/Berlin
6548279	Koserow	koserow			DE	12	00	13075	13075066	1692	Europe/Berlin
6548280	Krien	krien			DE	12	00	13075	13075068	655	Europe/Berlin
6548281	Kröslin	kroeslin			DE	12	00	13075	13075069	1773	Europe/Berlin
6548282	Krummin	krummin			DE	12	00	13075	13075072	244	Europe/Berlin
6548283	Krusenfelde	krusenfelde			DE	12	00	13075	13075073	151	Europe/Berlin
6548284	Levenhagen	levenhagen			DE	12	00	13075	13075076	424	Europe/Berlin
6548286	Loddin	loddin			DE	12	00	13075	13075080	979	Europe/Berlin
6548287	Loissin	loissin			DE	12	00	13075	13075081	777	Europe/Berlin
6548289	Lubmin	lubmin			DE	12	00	13075	13075083	2098	Europe/Berlin
6548292	Lütow	luetow			DE	12	00	13075	13075087	407	Europe/Berlin
6548293	Medow	medow			DE	12	00	13075	13075088	499	Europe/Berlin
6548294	Mellenthin	mellenthin			DE	12	00	13075	13075090	436	Europe/Berlin
6548295	Mesekenhagen	mesekenhagen			DE	12	00	13075	13075091	1054	Europe/Berlin
6548296	Mölschow	moelschow			DE	12	00	13075	13075092	765	Europe/Berlin
6548298	Murchin	murchin			DE	12	00	13075	13075094	766	Europe/Berlin
6548300	Neu Boltenhagen	neu-boltenhagen			DE	12	00	13075	13075097	568	Europe/Berlin
6548301	Neu Kosenow	neu-kosenow			DE	12	00	13075	13075098	486	Europe/Berlin
6548304	Neuenkirchen	neuenkirchen			DE	12	00	13075	13075101	225	Europe/Berlin
6548305	Neuenkirchen	neuenkirchen			DE	12	00	13075	13075102	2424	Europe/Berlin
6548306	Peenemünde	peenemuende	Peneminde,Penemiunde,Penemjunde,Pēneminde,Pėnemiundė,pei nei ming de,pnmyndh,Пенеминде,Пенемюнде,פנמינדה,佩内明德		DE	12	00	13075	13075106	345	Europe/Berlin
6548308	Postlow	postlow			DE	12	00	13075	13075110	297	Europe/Berlin
6548309	Pudagla	pudagla			DE	12	00	13075	13075111	481	Europe/Berlin
6548312	Rankwitz	rankwitz			DE	12	00	13075	13075114	571	Europe/Berlin
6548315	Rossin	rossin			DE	12	00	13075	13075116	162	Europe/Berlin
6548316	Rubenow	rubenow			DE	12	00	13075	13075120	802	Europe/Berlin
6548317	Rubkow	rubkow			DE	12	00	13075	13075121	611	Europe/Berlin
6548318	Sarnow	sarnow			DE	12	00	13075	13075122	378	Europe/Berlin
6548319	Sauzin	sauzin			DE	12	00	13075	13075124	435	Europe/Berlin
6548320	Schmatzin	schmatzin			DE	12	00	13075	13075125	284	Europe/Berlin
6548321	Spantekow	spantekow			DE	12	00	13075	13075127	1076	Europe/Berlin
6548322	Stolpe an der Peene	stolpe-an-der-peene			DE	12	00	13075	13075128	281	Europe/Berlin
6548323	Stolpe auf Usedom	stolpe-auf-usedom			DE	12	00	13075	13075129	355	Europe/Berlin
6548324	Trassenheide	trassenheide	Trasenkhajde,Trassenkhajde,Trazenkhajde,te la sen hai de,Тразенхајде,Трасенхајде,Трассенхайде,特拉森海德		DE	12	00	13075	13075133	917	Europe/Berlin
6548325	Ückeritz	ueckeritz			DE	12	00	13075	13075135	1014	Europe/Berlin
6548326	Wackerow	wackerow			DE	12	00	13075	13075141	1441	Europe/Berlin
6548327	Weitenhagen	weitenhagen			DE	12	00	13075	13075142	2018	Europe/Berlin
6548329	Wrangelsburg	wrangelsburg			DE	12	00	13075	13075145	234	Europe/Berlin
6548330	Wusterhusen	wusterhusen			DE	12	00	13075	13075146	1119	Europe/Berlin
6548331	Zemitz	zemitz			DE	12	00	13075	13075147	698	Europe/Berlin
6548332	Zempin	zempin			DE	12	00	13075	13075148	948	Europe/Berlin
6548333	Ziethen	ziethen			DE	12	00	13075	13075150	457	Europe/Berlin
6548334	Zinnowitz	zinnowitz			DE	12	00	13075	13075151	4126	Europe/Berlin
6548335	Zirchow	zirchow			DE	12	00	13075	13075152	561	Europe/Berlin
6548336	Züssow	zuessow	Cisov,Cjussov,Цисов,Цюссов		DE	12	00	13075	13075154	1298	Europe/Berlin
6548337	Banzkow	banzkow			DE	12	00	13076	13076005	2771	Europe/Berlin
6548338	Barnin	barnin			DE	12	00	13076	13076007	478	Europe/Berlin
6548339	Blankenberg	blankenberg	Blankenberg,bu lan ken bei ge,Бланкенберг,布兰肯贝格		DE	12	00	13076	13076011	378	Europe/Berlin
6548340	Borkow	borkow			DE	12	00	13076	13076015	428	Europe/Berlin
6548341	Cambs	cambs			DE	12	00	13076	13076024	618	Europe/Berlin
6548342	Dabel	dabel			DE	12	00	13076	13076026	1364	Europe/Berlin
6548345	Dobbertin	dobbertin			DE	12	00	13076	13076032	1103	Europe/Berlin
6548346	Domsühl	domsuehl			DE	12	00	13076	13076035	1352	Europe/Berlin
6548347	Friedrichsruhe	friedrichsruhe			DE	12	00	13076	13076038	872	Europe/Berlin
6548350	Gneven	gneven			DE	12	00	13076	13076044	374	Europe/Berlin
6548354	Granzin	granzin			DE	12	00	13076	13076051	411	Europe/Berlin
6548356	Groß Godems	gross-godems			DE	12	00	13076	13076056	387	Europe/Berlin
6548359	Hohen Pritz	hohen-pritz			DE	12	00	13076	13076062	350	Europe/Berlin
6548362	Karrenzin	karrenzin			DE	12	00	13076	13076068	551	Europe/Berlin
6548364	Kobrow	kobrow			DE	12	00	13076	13076072	402	Europe/Berlin
6548365	Kreien	kreien			DE	12	00	13076	13076075	363	Europe/Berlin
6548366	Kritzow	kritzow			DE	12	00	13076	13076077	463	Europe/Berlin
6548367	Langen Brütz	langen-bruetz			DE	12	00	13076	13076080	480	Europe/Berlin
6548370	Leezen	leezen	Lecen,Лецен		DE	12	00	13076	13076082	2230	Europe/Berlin
6548374	Mestlin	mestlin			DE	12	00	13076	13076096	753	Europe/Berlin
6548375	Mustin	mustin	Mustin,mu si ting,Мустин,穆斯廷		DE	12	00	13076	13076101	359	Europe/Berlin
6548376	Neu Poserin	neu-poserin			DE	12	00	13076	13076104	506	Europe/Berlin
6548377	Passow	passow	Pasov,Passov,Пасов,Пассов		DE	12	00	13076	13076109	700	Europe/Berlin
6548378	Pinnow	pinnow	Pinnov,Pinov,Пиннов,Пинов		DE	12	00	13076	13076112	1965	Europe/Berlin
6548379	Plate	plate	Plaat,Plate,Плате		DE	12	00	13076	13076113	3308	Europe/Berlin
6548380	Raben Steinfeld	raben-steinfeld			DE	12	00	13076	13076117	1047	Europe/Berlin
6548382	Rom	rom			DE	12	00	13076	13076120	793	Europe/Berlin
6548384	Siggelkow	siggelkow			DE	12	00	13076	13076125	845	Europe/Berlin
6548385	Spornitz	spornitz			DE	12	00	13076	13076126	1225	Europe/Berlin
6548386	Stolpe	stolpe			DE	12	00	13076	13076129	339	Europe/Berlin
6548388	Sukow	sukow			DE	12	00	13076	13076133	1538	Europe/Berlin
6548389	Techentin	techentin			DE	12	00	13076	13076135	728	Europe/Berlin
6548391	Tramm	tramm			DE	12	00	13076	13076140	901	Europe/Berlin
6548393	Weitendorf	weitendorf			DE	12	00	13076	13076148	380	Europe/Berlin
6548396	Werder	werder			DE	12	00	13076	13076151	351	Europe/Berlin
6548398	Witzin	witzin			DE	12	00	13076	13076155	453	Europe/Berlin
6548400	Zapel	zapel			DE	12	00	13076	13076158	434	Europe/Berlin
6548401	Ziegendorf	ziegendorf			DE	12	00	13076	13076160	632	Europe/Berlin
6548402	Zölkow	zoelkow			DE	12	00	13076	13076162	746	Europe/Berlin
6548403	Gallin-Kuppentin	gallin-kuppentin			DE	12	00	13076	13076040	482	Europe/Berlin
6548404	Altefähr	altefaehr			DE	12	00	13073	13073003	1283	Europe/Berlin
6548405	Altenkirchen	altenkirchen	Al'tenkirkhen,Altenkirkhen,altnkyrchn  mklnbrg-warpamrn,Алтенкирхен,Альтенкирхен,التنکیرچن، مکلنبرگ-وارپامرن		DE	12	00	13073	13073004	924	Europe/Berlin
6548406	Baabe	baabe			DE	12	00	13073	13073006	937	Europe/Berlin
6548407	Binz	binz			DE	12	00	13073	13073011	5393	Europe/Berlin
6548408	Breege	breege			DE	12	00	13073	13073013	608	Europe/Berlin
6548409	Buschvitz	buschvitz			DE	12	00	13073	13073014	259	Europe/Berlin
6548410	Dranske	dranske			DE	12	00	13073	13073019	1123	Europe/Berlin
6548411	Dreschvitz	dreschvitz			DE	12	00	13073	13073021	723	Europe/Berlin
6548413	Gingst	gingst			DE	12	00	13073	13073028	1262	Europe/Berlin
6548414	Glowe	glowe			DE	12	00	13073	13073030	972	Europe/Berlin
6548415	Göhren	goehren	Geren,Gjoren,ge he lun,Герен,Гёрен,格赫伦		DE	12	00	13073	13073031	1277	Europe/Berlin
6548416	Gustow	gustow			DE	12	00	13073	13073038	585	Europe/Berlin
6548417	Insel Hiddensee	insel-hiddensee			DE	12	00	13073	13073040	981	Europe/Berlin
6548418	Kluis	kluis			DE	12	00	13073	13073045	416	Europe/Berlin
6548419	Lancken-Granitz	lancken-granitz			DE	12	00	13073	13073048	442	Europe/Berlin
6548420	Lietzow	lietzow			DE	12	00	13073	13073049	249	Europe/Berlin
6548421	Lohme	lohme			DE	12	00	13073	13073052	449	Europe/Berlin
6548423	Neuenkirchen	neuenkirchen	Nojenkirkhen,Нойенкирхен,Нојенкирхен		DE	12	00	13073	13073059	278	Europe/Berlin
6548424	Parchtitz	parchtitz			DE	12	00	13073	13073063	766	Europe/Berlin
6548425	Patzig	patzig			DE	12	00	13073	13073064	443	Europe/Berlin
6548426	Poseritz	poseritz			DE	12	00	13073	13073065	964	Europe/Berlin
6548427	Putgarten	putgarten			DE	12	00	13073	13073071	180	Europe/Berlin
6548428	Ralswiek	ralswiek			DE	12	00	13073	13073072	245	Europe/Berlin
6548429	Rambin	rambin			DE	12	00	13073	13073073	954	Europe/Berlin
6548430	Rappin	rappin			DE	12	00	13073	13073074	295	Europe/Berlin
6548431	Sagard	sagard			DE	12	00	13073	13073078	2394	Europe/Berlin
6548432	Samtens	samtens			DE	12	00	13073	13073079	1938	Europe/Berlin
6548433	Schaprode	schaprode			DE	12	00	13073	13073081	420	Europe/Berlin
6548434	Sehlen	sehlen			DE	12	00	13073	13073083	848	Europe/Berlin
6548435	Sellin	sellin			DE	12	00	13073	13073084	2631	Europe/Berlin
6548438	Trent	trent	Trent,te lun te,Трент,特伦特		DE	12	00	13073	13073092	663	Europe/Berlin
6548439	Ummanz	ummanz			DE	12	00	13073	13073095	526	Europe/Berlin
6548440	Wiek	wiek	Vik,Вик		DE	12	00	13073	13073101	1036	Europe/Berlin
6548441	Zirkow	zirkow			DE	12	00	13073	13073106	682	Europe/Berlin
6548442	Ahlbeck	ahlbeck	Al'bek,Albek,Comuna Ahlbeck,ahlbk,Албек,Альбек,اهلبک,اہلبک		DE	12	00	13075	13075001	597	Europe/Berlin
6548443	Altwarp	altwarp			DE	12	00	13075	13075003	452	Europe/Berlin
6548444	Altwigshagen	altwigshagen			DE	12	00	13075	13075004	384	Europe/Berlin
6548445	Bergholz	bergholz			DE	12	00	13075	13075011	326	Europe/Berlin
6548446	Blankensee	blankensee	Blankenze,Бланкензе		DE	12	00	13075	13075012	543	Europe/Berlin
6548448	Boock	boock			DE	12	00	13075	13075016	563	Europe/Berlin
6548449	Brietzig	brietzig			DE	12	00	13075	13075017	195	Europe/Berlin
6548451	Fahrenwalde	fahrenwalde			DE	12	00	13075	13075032	285	Europe/Berlin
6548452	Ferdinandshof	ferdinandshof			DE	12	00	13075	13075033	2652	Europe/Berlin
6548453	Glasow	glasow			DE	12	00	13075	13075035	152	Europe/Berlin
6548454	Grambin	grambin			DE	12	00	13075	13075037	436	Europe/Berlin
6548455	Groß Luckow	gross-luckow			DE	12	00	13075	13075042	191	Europe/Berlin
6548457	Heinrichswalde	heinrichswalde			DE	12	00	13075	13075048	402	Europe/Berlin
6548458	Hintersee	hintersee			DE	12	00	13075	13075051	320	Europe/Berlin
6548459	Jatznick	jatznick			DE	12	00	13075	13075055	2230	Europe/Berlin
6548461	Koblentz	koblentz			DE	12	00	13075	13075063	211	Europe/Berlin
6548462	Krugsdorf	krugsdorf			DE	12	00	13075	13075071	457	Europe/Berlin
6548463	Leopoldshagen	leopoldshagen			DE	12	00	13075	13075075	640	Europe/Berlin
6548464	Liepgarten	liepgarten			DE	12	00	13075	13075078	766	Europe/Berlin
6548465	Löcknitz	loecknitz			DE	12	00	13075	13075079	3217	Europe/Berlin
6548466	Luckow	luckow			DE	12	00	13075	13075085	565	Europe/Berlin
6548467	Meiersberg	meiersberg			DE	12	00	13075	13075089	430	Europe/Berlin
6548469	Mönkebude	moenkebude			DE	12	00	13075	13075093	756	Europe/Berlin
6548470	Nadrensee	nadrensee			DE	12	00	13075	13075095	335	Europe/Berlin
6548471	Nieden	nieden			DE	12	00	13075	13075103	160	Europe/Berlin
6548472	Papendorf	papendorf			DE	12	00	13075	13075104	215	Europe/Berlin
6548473	Plöwen	ploewen			DE	12	00	13075	13075108	279	Europe/Berlin
6548474	Polzow	polzow			DE	12	00	13075	13075109	248	Europe/Berlin
6548475	Ramin	ramin	Ramin,Рамин		DE	12	00	13075	13075113	662	Europe/Berlin
6548476	Rollwitz	rollwitz			DE	12	00	13075	13075115	895	Europe/Berlin
6548477	Rothemühl	rothemuehl			DE	12	00	13075	13075118	304	Europe/Berlin
6548478	Rothenklempenow	rothenklempenow			DE	12	00	13075	13075119	609	Europe/Berlin
6548479	Schönwalde	schoenwalde			DE	12	00	13075	13075126	459	Europe/Berlin
6548481	Viereck	viereck			DE	12	00	13075	13075138	1027	Europe/Berlin
6548482	Vogelsang-Warsin	vogelsang-warsin			DE	12	00	13075	13075139	358	Europe/Berlin
6548483	Wilhelmsburg	wilhelmsburg			DE	12	00	13075	13075143	720	Europe/Berlin
6548484	Zerrenthin	zerrenthin			DE	12	00	13075	13075149	454	Europe/Berlin
6548486	Lübs	luebs			DE	12	00	13075	13075084	337	Europe/Berlin
6548487	Chemnitz	chemnitz	Chemnitz,Karl-Marx-Stadt,Saska Kamenice,Saská Kamenice,Stadt Chemnitz		DE	13	00	14511	14511000	246334	Europe/Berlin
6548488	Plauen	plauen	Plauen,Stadt Plauen		DE	13	00	14523	14523320	64597	Europe/Berlin
6548489	Zwickau	zwickau	Stadt Zwickau,Zwickau		DE	13	00	14524	14524330	88690	Europe/Berlin
6548490	Bärenstein	baerenstein	Berenshtajn,bei lun si tai yin,Беренштайн,Беренштајн,贝伦斯泰因		DE	13	00	14521	14521060	2282	Europe/Berlin
6548491	Crottendorf	crottendorf			DE	13	00	14521	14521130	4052	Europe/Berlin
6548493	Königswalde	koenigswalde			DE	13	00	14521	14521340	2220	Europe/Berlin
6548494	Mildenau	mildenau			DE	13	00	14521	14521400	3399	Europe/Berlin
6548495	Sehmatal	sehmatal			DE	13	00	14521	14521560	6378	Europe/Berlin
6548497	Tannenberg	tannenberg	Tanenberg,Tannenberg,Tannenbergi vald,ta nen bei ge,Таненберг,Танненберг,塔嫩贝格		DE	13	00	14521	14521610	1101	Europe/Berlin
6548500	Bernsdorf	bernsdorf			DE	13	00	14524	14524010	2208	Europe/Berlin
6548501	Callenberg	callenberg			DE	13	00	14524	14524020	4928	Europe/Berlin
6548502	Gersdorf	gersdorf	Gersdorf,Gersdorfi vald,ge er si duo fu,Герсдорф,格尔斯多夫		DE	13	00	14524	14524070	3938	Europe/Berlin
6548504	Niederfrohna	niederfrohna			DE	13	00	14524	14524220	2236	Europe/Berlin
6548506	Oberwiera	oberwiera			DE	13	00	14524	14524240	1020	Europe/Berlin
6548508	Remse	remse			DE	13	00	14524	14524260	1625	Europe/Berlin
6548509	Schönberg	schoenberg			DE	13	00	14524	14524270	899	Europe/Berlin
6548511	Dorfchemnitz	dorfchemnitz			DE	13	00	14522	14522090	1539	Europe/Berlin
6548512	Eppendorf	eppendorf	Ehppendorf,Ependorf,Eppendorfi vald,ai peng duo fu,Епендорф,Эппендорф,埃彭多夫		DE	13	00	14522	14522110	4075	Europe/Berlin
6548517	Großhartmannsdorf	grosshartmannsdorf			DE	13	00	14522	14522200	2474	Europe/Berlin
6548518	Halsbrücke	halsbruecke			DE	13	00	14522	14522240	5057	Europe/Berlin
6548520	Leubsdorf	leubsdorf	Leubsdorfi vald,Lojbsdorf,luo yi bu si duo fu,Лойбсдорф,Лојбсдорф,洛伊布斯多夫		DE	13	00	14522	14522320	3298	Europe/Berlin
6548522	Niederwiesa	niederwiesa			DE	13	00	14522	14522420	4862	Europe/Berlin
6548524	Oberschöna	oberschoena			DE	13	00	14522	14522430	3265	Europe/Berlin
6548525	Rechenberg-Bienenmühle	rechenberg-bienenmuehle			DE	13	00	14522	14522470	1835	Europe/Berlin
6548526	Reinsberg	reinsberg	Rajnsberg,Reinsbergi vald,Райнсберг,Рајнсберг		DE	13	00	14522	14522480	2834	Europe/Berlin
6548527	Bad Brambach	bad-brambach			DE	13	00	14523	14523030	1833	Europe/Berlin
6548528	Bergen	bergen	Bergen,Берген		DE	13	00	14523	14523050	958	Europe/Berlin
6548529	Bösenbrunn	boesenbrunn			DE	13	00	14523	14523060	1142	Europe/Berlin
6548531	Eichigt	eichigt			DE	13	00	14523	14523080	1192	Europe/Berlin
6548532	Ellefeld	ellefeld			DE	13	00	14523	14523090	2546	Europe/Berlin
6548535	Heinsdorfergrund	heinsdorfergrund			DE	13	00	14523	14523150	1968	Europe/Berlin
6548536	Limbach	limbach			DE	13	00	14523	14523190	1427	Europe/Berlin
6548539	Neumark	neumark	Nojmark,Ноймарк,Нојмарк		DE	13	00	14523	14523280	2964	Europe/Berlin
6548540	Pöhl	poehl			DE	13	00	14523	14523330	2482	Europe/Berlin
6548542	Steinberg	steinberg	Shtajnberg,Штайнберг,Штајнберг		DE	13	00	14523	14523380	2743	Europe/Berlin
6548544	Theuma	theuma			DE	13	00	14523	14523410	1019	Europe/Berlin
6548545	Tirpersdorf	tirpersdorf			DE	13	00	14523	14523420	1356	Europe/Berlin
6548546	Weischlitz	weischlitz			DE	13	00	14523	14523450	5806	Europe/Berlin
6548547	Werda	werda			DE	13	00	14523	14523460	1492	Europe/Berlin
6548549	Amtsberg	amtsberg			DE	13	00	14521	14521010	3689	Europe/Berlin
6548551	Deutschneudorf	deutschneudorf			DE	13	00	14521	14521140	990	Europe/Berlin
6548552	Großolbersdorf	grossolbersdorf			DE	13	00	14521	14521240	2796	Europe/Berlin
6548553	Großrückerswalde	grossrueckerswalde			DE	13	00	14521	14521250	3356	Europe/Berlin
6548554	Grünhainichen	gruenhainichen			DE	13	00	14521	14521270	3346	Europe/Berlin
6548555	Heidersdorf	heidersdorf			DE	13	00	14521	14521280	784	Europe/Berlin
6548560	Altmittweida	altmittweida			DE	13	00	14522	14522010	1914	Europe/Berlin
6548561	Lichtenau	lichtenau			DE	13	00	14522	14522330	7076	Europe/Berlin
6548562	Claußnitz	claussnitz			DE	13	00	14522	14522070	3027	Europe/Berlin
6548563	Erlau	erlau	Ehrlau,Erlau,Erlau vald,ai er lao,Ерлау,Эрлау,埃尔劳		DE	13	00	14522	14522120	3178	Europe/Berlin
6548564	Hartmannsdorf	hartmannsdorf	Khartmansdorf,ha er te man si duo fu,Хартмансдорф,哈尔特曼斯多夫		DE	13	00	14522	14522260	4493	Europe/Berlin
6548565	Königsfeld	koenigsfeld			DE	13	00	14522	14522280	1391	Europe/Berlin
6548566	Königshain-Wiederau	koenigshain-wiederau			DE	13	00	14522	14522290	2613	Europe/Berlin
6548567	Kriebstein	kriebstein			DE	13	00	14522	14522300	2083	Europe/Berlin
6548568	Rossau	rossau	Rosau,Rossau,Rossau vald,luo shao,Росау,Россау,罗绍		DE	13	00	14522	14522500	3502	Europe/Berlin
6548569	Seelitz	seelitz			DE	13	00	14522	14522530	1663	Europe/Berlin
6548570	Striegistal	striegistal			DE	13	00	14522	14522540	4601	Europe/Berlin
6548571	Taura	taura			DE	13	00	14522	14522550	2370	Europe/Berlin
6548573	Wechselburg	wechselburg			DE	13	00	14522	14522580	1778	Europe/Berlin
6548574	Zettlitz	zettlitz			DE	13	00	14522	14522600	685	Europe/Berlin
6548575	Auerbach	auerbach	Auehrbakh,Auerbakh,ao ai er ba he,Ауербах,Ауэрбах,奥埃尔巴赫		DE	13	00	14521	14521040	2455	Europe/Berlin
6548576	Burkhardtsdorf	burkhardtsdorf			DE	13	00	14521	14521120	6118	Europe/Berlin
6548578	Gornsdorf	gornsdorf			DE	13	00	14521	14521230	1911	Europe/Berlin
6548579	Hohndorf	hohndorf			DE	13	00	14521	14521290	3486	Europe/Berlin
6548581	Niederwürschnitz	niederwuerschnitz			DE	13	00	14521	14521430	2579	Europe/Berlin
6548582	Grünhain-Beierfeld	gruenhain-beierfeld			DE	13	00	14521	14521260	5851	Europe/Berlin
6548584	Bockau	bockau			DE	13	00	14521	14521080	2225	Europe/Berlin
6548591	Schönheide	schoenheide			DE	13	00	14521	14521540	4366	Europe/Berlin
6548593	Stützengrün	stuetzengruen			DE	13	00	14521	14521600	3146	Europe/Berlin
6548594	Zschorlau	zschorlau			DE	13	00	14521	14521700	5235	Europe/Berlin
6548595	Crinitzberg	crinitzberg			DE	13	00	14524	14524040	1874	Europe/Berlin
6548596	Dennheritz	dennheritz			DE	13	00	14524	14524050	1295	Europe/Berlin
6548597	Fraureuth	fraureuth			DE	13	00	14524	14524060	5105	Europe/Berlin
6548598	Hirschfeld	hirschfeld	Khirshfel'd,Khirshfeld,Хиршфелд,Хиршфельд		DE	13	00	14524	14524110	1162	Europe/Berlin
6548599	Langenbernsdorf	langenbernsdorf			DE	13	00	14524	14524140	3597	Europe/Berlin
6548600	Lichtentanne	lichtentanne			DE	13	00	14524	14524170	6329	Europe/Berlin
6548601	Reinsdorf	reinsdorf	Rajnsdorf,lai yin si duo fu,Райнсдорф,Рајнсдорф,赖因斯多夫		DE	13	00	14524	14524250	7398	Europe/Berlin
6548602	Görlitz	goerlitz	Goerlitz,Görlitz,Stadt Goerlitz,Stadt Görlitz		DE	13	00	14626	14626110	55980	Europe/Berlin
6548603	Burkau	burkau	Porchow		DE	13	00	14625	14625060	2605	Europe/Berlin
6548605	Cunewalde	cunewalde	Kumwald,Kumwałd		DE	13	00	14625	14625090	4593	Europe/Berlin
6548606	Demitz-Thumitz	demitz-thumitz	Zemicy-Tumicy		DE	13	00	14625	14625100	2634	Europe/Berlin
6548607	Doberschau-Gaußig	doberschau-gaussig	Dobrusa-Huska,Dobruša-Huska		DE	13	00	14625	14625110	4135	Europe/Berlin
6548608	Frankenthal	frankenthal	Frankental,Frankental',Франкентал,Франкенталь		DE	13	00	14625	14625140	923	Europe/Berlin
6548609	Göda	goeda	Hodzij,Hodźij		DE	13	00	14625	14625150	3063	Europe/Berlin
6548610	Großdubrau	grossdubrau	Wulka Dubrawa		DE	13	00	14625	14625160	4249	Europe/Berlin
6548611	Großharthau	grossharthau			DE	13	00	14625	14625170	2793	Europe/Berlin
6548613	Hochkirch	hochkirch			DE	13	00	14625	14625230	2256	Europe/Berlin
6548615	Königswartha	koenigswartha	Rakecy		DE	13	00	14625	14625280	3458	Europe/Berlin
6548616	Kubschütz	kubschuetz	Kubsicy,Kubšicy		DE	13	00	14625	14625290	2529	Europe/Berlin
6548617	Malschwitz	malschwitz			DE	13	00	14625	14625340	4643	Europe/Berlin
6548618	Neschwitz	neschwitz	Njeswacidlo,Njeswačidło		DE	13	00	14625	14625360	2401	Europe/Berlin
6548619	Obergurig	obergurig	Hornja Horka,Hornja Hórka		DE	13	00	14625	14625390	2070	Europe/Berlin
6548620	Puschwitz	puschwitz	Bosicy,Bóšicy		DE	13	00	14625	14625460	820	Europe/Berlin
6548621	Radibor	radibor	Radwor		DE	13	00	14625	14625490	3119	Europe/Berlin
6548622	Rammenau	rammenau			DE	13	00	14625	14625510	1338	Europe/Berlin
6548623	Schmölln-Putzkau	schmoelln-putzkau	Smelna-Pockowy,Smělna-Póckowy		DE	13	00	14625	14625530	3006	Europe/Berlin
6548624	Steinigtwolmsdorf	steinigtwolmsdorf			DE	13	00	14625	14625590	2811	Europe/Berlin
6548625	Diera-Zehren	diera-zehren	Diera-Zehreni vald,Dira-Ceren,di la-ce lun,Дира-Церен,Діра-Церен,迪拉-策伦		DE	13	00	14627	14627020	3240	Europe/Berlin
6548626	Käbschütztal	kaebschuetztal			DE	13	00	14627	14627080	2738	Europe/Berlin
6548628	Klipphausen	klipphausen			DE	13	00	14627	14627100	10345	Europe/Berlin
6548630	Moritzburg	moritzburg	Moricburg,Moritzburgi vald,mo li ci bao,Морицбург,Моріцбург,莫里茨堡		DE	13	00	14627	14627150	8326	Europe/Berlin
6548631	Niederau	niederau			DE	13	00	14627	14627170	4044	Europe/Berlin
6548633	Weinböhla	weinboehla			DE	13	00	14627	14627310	10342	Europe/Berlin
6548634	Gablenz	gablenz	Gablenc,Gablenzi vald,Jablonc,Jabłońc,jia bu lun ci,Габленц,加布伦茨		DE	13	00	14626	14626100	1595	Europe/Berlin
6548635	Groß Düben	gross-dueben			DE	13	00	14626	14626120	1069	Europe/Berlin
6548636	Hähnichen	haehnichen			DE	13	00	14626	14626160	1247	Europe/Berlin
6548637	Hohendubrau	hohendubrau	Wysoka Dubrawa		DE	13	00	14626	14626190	1882	Europe/Berlin
6548638	Horka	horka	Horka,Horka vald,Hórka,Khorka,Хорка		DE	13	00	14626	14626200	1694	Europe/Berlin
6548639	Kodersdorf	kodersdorf			DE	13	00	14626	14626230	2422	Europe/Berlin
6548640	Königshain	koenigshain			DE	13	00	14626	14626240	1179	Europe/Berlin
6548641	Krauschwitz	krauschwitz	Krauschwitzi vald,Kraushvic,Kruswica,Krušwica,ke lao shi wei ci,Краушвиц,Краушвіц,克劳施维茨		DE	13	00	14626	14626250	3469	Europe/Berlin
6548642	Kreba-Neudorf	kreba-neudorf	Chrjebja-Nowa Wjes		DE	13	00	14626	14626260	856	Europe/Berlin
6548643	Markersdorf	markersdorf	Markersdorf,Markersdorfi vald,Markocicy,Markoćicy,ma er ke er si duo fu,Маркерсдорф,马尔克尔斯多夫		DE	13	00	14626	14626300	3901	Europe/Berlin
6548644	Mücka	muecka	Mikow		DE	13	00	14626	14626320	959	Europe/Berlin
6548645	Neißeaue	neisseaue			DE	13	00	14626	14626330	1706	Europe/Berlin
6548646	Quitzdorf am See	quitzdorf-am-see			DE	13	00	14626	14626440	1240	Europe/Berlin
6548647	Rietschen	rietschen	Recicy,Rěčicy		DE	13	00	14626	14626460	2529	Europe/Berlin
6548648	Schleife	schleife	Schleife vald,Schleife/Slepo,Shlajfe,Slepo,shi lai fei,Шлайфе,Шлајфе,施莱费		DE	13	00	14626	14626490	2400	Europe/Berlin
6548649	Schöpstal	schoepstal			DE	13	00	14626	14626520	2396	Europe/Berlin
6548650	Trebendorf	trebendorf	Trjebin		DE	13	00	14626	14626560	854	Europe/Berlin
6548651	Vierkirchen	vierkirchen	Firkirkhen,Vierkircheni vald,Фиркирхен		DE	13	00	14626	14626570	1663	Europe/Berlin
6548652	Waldhufen	waldhufen			DE	13	00	14626	14626580	2370	Europe/Berlin
6548653	Ebersbach	ebersbach	Ebersbachi vald,Ebersbakh,Ehbersbakh,Еберсбах,Эберсбах		DE	13	00	14627	14627030	4384	Europe/Berlin
6548654	Glaubitz	glaubitz			DE	13	00	14627	14627040	2220	Europe/Berlin
6548655	Lampertswalde	lampertswalde			DE	13	00	14627	14627110	2547	Europe/Berlin
6548656	Hirschstein	hirschstein			DE	13	00	14627	14627070	1950	Europe/Berlin
6548658	Nünchritz	nuenchritz			DE	13	00	14627	14627190	5505	Europe/Berlin
6548659	Priestewitz	priestewitz			DE	13	00	14627	14627200	3181	Europe/Berlin
6548660	Schönfeld	schoenfeld	Schoenefeld bei Berlin,Schoenfeldi vald,Schönefeld bei Berlin,Schönfeldi vald,Shenfel'd,Shenfeld,Shjonfel'd,Шенфелд,Шенфельд,Шёнфельд		DE	13	00	14627	14627250	1870	Europe/Berlin
6548661	Stauchitz	stauchitz			DE	13	00	14627	14627260	3093	Europe/Berlin
6548663	Thiendorf	thiendorf			DE	13	00	14627	14627290	3760	Europe/Berlin
6548665	Wülknitz	wuelknitz			DE	13	00	14627	14627340	1730	Europe/Berlin
6548667	Zeithain	zeithain			DE	13	00	14627	14627360	5582	Europe/Berlin
6548668	Beiersdorf	beiersdorf	Bajersdorf,Beiersdorfi vald,Bejerecy,bai ai er si duo fu,Байерсдорф,Бајерсдорф,拜埃尔斯多夫		DE	13	00	14626	14626020	1140	Europe/Berlin
6548674	Großschönau	grossschoenau	Grosshenau,Grosshjonau,Grossschoenau vald,Großschönau vald,Wulki Sunow,Wulki Šunow,Гросшенау,Гросшёнау,Гросшөнау		DE	13	00	14626	14626140	5363	Europe/Berlin
6548675	Großschweidnitz	grossschweidnitz			DE	13	00	14626	14626150	1259	Europe/Berlin
6548676	Hainewalde	hainewalde			DE	13	00	14626	14626170	1511	Europe/Berlin
6548677	Lawalde	lawalde			DE	13	00	14626	14626270	1835	Europe/Berlin
6548678	Leutersdorf	leutersdorf	Lojtersdorf,Lutarjecy,luo yi te er si duo fu,Лойтерсдорф,Лојтерсдорф,洛伊特尔斯多夫		DE	13	00	14626	14626280	3483	Europe/Berlin
6548679	Mittelherwigsdorf	mittelherwigsdorf			DE	13	00	14626	14626310	3634	Europe/Berlin
6548682	Oderwitz	oderwitz			DE	13	00	14626	14626390	5002	Europe/Berlin
6548683	Olbersdorf	olbersdorf			DE	13	00	14626	14626400	4663	Europe/Berlin
6548684	Oppach	oppach			DE	13	00	14626	14626410	2328	Europe/Berlin
6548685	Oybin	oybin			DE	13	00	14626	14626430	1358	Europe/Berlin
6548686	Rosenbach	rosenbach			DE	13	00	14626	14626470	1571	Europe/Berlin
6548688	Schönbach	schoenbach			DE	13	00	14626	14626510	1090	Europe/Berlin
6548690	Bahretal	bahretal			DE	13	00	14628	14628040	2159	Europe/Berlin
6548691	Dohma	dohma	dwma,دوما		DE	13	00	14628	14628070	1954	Europe/Berlin
6548692	Dürrröhrsdorf-Dittersbach	duerrroehrsdorf-dittersbach			DE	13	00	14628	14628100	4239	Europe/Berlin
6548693	Gohrisch	gohrisch			DE	13	00	14628	14628140	1806	Europe/Berlin
6548696	Lohmen	lohmen	Lomen,luo men,Ломен,洛门		DE	13	00	14628	14628240	3084	Europe/Berlin
6548697	Müglitztal	mueglitztal			DE	13	00	14628	14628250	1910	Europe/Berlin
6548699	Rathmannsdorf	rathmannsdorf			DE	13	00	14628	14628320	912	Europe/Berlin
6548700	Reinhardtsdorf-Schöna	reinhardtsdorf-schoena			DE	13	00	14628	14628330	1325	Europe/Berlin
6548701	Rosenthal-Bielatal	rosenthal-bielatal			DE	13	00	14628	14628340	1586	Europe/Berlin
6548702	Stadt Wehlen	stadt-wehlen	Stadt Stadt Wehlen,Stadt Wehlen		DE	13	00	14628	14628370	1571	Europe/Berlin
6548703	Struppen	struppen			DE	13	00	14628	14628390	2512	Europe/Berlin
6548704	Bannewitz	bannewitz			DE	13	00	14628	14628050	11104	Europe/Berlin
6548705	Dorfhain	dorfhain			DE	13	00	14628	14628090	1096	Europe/Berlin
6548707	Kreischa	kreischa			DE	13	00	14628	14628220	4532	Europe/Berlin
6548711	Arnsdorf	arnsdorf			DE	13	00	14625	14625010	4867	Europe/Berlin
6548713	Crostwitz	crostwitz			DE	13	00	14625	14625080	1025	Europe/Berlin
6548714	Elsterheide	elsterheide	Halstrowska Hola,Halštrowska Hola		DE	13	00	14625	14625120	3463	Europe/Berlin
6548715	Großnaundorf	grossnaundorf			DE	13	00	14625	14625180	958	Europe/Berlin
6548716	Haselbachtal	haselbachtal			DE	13	00	14625	14625220	4013	Europe/Berlin
6548718	Laußnitz	laussnitz			DE	13	00	14625	14625300	1852	Europe/Berlin
6548720	Lichtenberg	lichtenberg			DE	13	00	14625	14625320	1618	Europe/Berlin
6548721	Lohsa	lohsa	Laz,Łaz		DE	13	00	14625	14625330	5232	Europe/Berlin
6548722	Nebelschütz	nebelschuetz	Njebjelcicy,Njebjelčicy		DE	13	00	14625	14625350	1226	Europe/Berlin
6548724	Ohorn	ohorn			DE	13	00	14625	14625410	2454	Europe/Berlin
6548725	Oßling	ossling	Woslink,Wóslink		DE	13	00	14625	14625420	2260	Europe/Berlin
6548726	Ottendorf-Okrilla	ottendorf-okrilla			DE	13	00	14625	14625430	9980	Europe/Berlin
6548727	Panschwitz-Kuckau	panschwitz-kuckau	Pancicy-Kukow,Pančicy-Kukow		DE	13	00	14625	14625440	2090	Europe/Berlin
6548728	Räckelwitz	raeckelwitz	Worklecy		DE	13	00	14625	14625470	1131	Europe/Berlin
6548729	Ralbitz-Rosenthal	ralbitz-rosenthal	Ral'bic-Rozental',Ralbic-Rozental,Ralbice-Rozant,Ralbice-Róžant,Ralbicy-Rozant,Ralbicy-Róžant,Ralbitz-Rosenthal/Ralbicy-Rozant,Ralbitz-Rosenthal/Ralbicy-Róžant,Ralbitz-Rosenthali vald,la er bi ci-luo sen ta er,Ралбиц-Розентал,Ральбиц-Розенталь,拉尔比茨-罗森塔尔		DE	13	00	14625	14625500	1702	Europe/Berlin
6548731	Schwepnitz	schwepnitz			DE	13	00	14625	14625550	2478	Europe/Berlin
6548732	Spreetal	spreetal	Sprjewiny Dol,Sprjewiny Doł		DE	13	00	14625	14625570	1845	Europe/Berlin
6548733	Steina	steina			DE	13	00	14625	14625580	1627	Europe/Berlin
6548735	Wachau	wachau	Vakhau,Wachau vald,Wachow,Вахау		DE	13	00	14625	14625600	4273	Europe/Berlin
6548737	Leipzig	leipzig	Leipzig,Stadt Leipzig		DE	13	00	14713	14713000	593145	Europe/Berlin
6548738	Doberschütz	doberschuetz			DE	13	00	14730	14730080	4094	Europe/Berlin
6548739	Jesewitz	jesewitz			DE	13	00	14730	14730140	3090	Europe/Berlin
6548741	Krostitz	krostitz			DE	13	00	14730	14730150	4033	Europe/Berlin
6548742	Laußig	laussig			DE	13	00	14730	14730160	3644	Europe/Berlin
6548743	Löbnitz	loebnitz			DE	13	00	14730	14730180	2086	Europe/Berlin
6548745	Rackwitz	rackwitz			DE	13	00	14730	14730250	5135	Europe/Berlin
6548746	Schönwölkau	schoenwoelkau			DE	13	00	14730	14730280	2551	Europe/Berlin
6548747	Wiedemar	wiedemar			DE	13	00	14730	14730340	5267	Europe/Berlin
6548748	Zschepplin	zschepplin			DE	13	00	14730	14730360	2849	Europe/Berlin
6548752	Großweitzschen	grossweitzschen			DE	13	00	14522	14522220	2741	Europe/Berlin
6548755	Ostrau	ostrau	Ostrau,Ostrau vald,ao si te lao,Острау,奥斯特劳		DE	13	00	14522	14522450	3547	Europe/Berlin
6548757	Zschaitz-Ottewig	zschaitz-ottewig			DE	13	00	14522	14522620	1298	Europe/Berlin
6548759	Elstertrebnitz	elstertrebnitz			DE	13	00	14729	14729100	1291	Europe/Berlin
6548763	Großpösna	grosspoesna			DE	13	00	14729	14729190	5371	Europe/Berlin
6548767	Neukieritzsch	neukieritzsch			DE	13	00	14729	14729320	6885	Europe/Berlin
6548768	Belgershain	belgershain			DE	13	00	14729	14729020	3354	Europe/Berlin
6548769	Bennewitz	bennewitz			DE	13	00	14729	14729030	4962	Europe/Berlin
6548770	Borsdorf	borsdorf			DE	13	00	14729	14729060	8230	Europe/Berlin
6548776	Machern	machern			DE	13	00	14729	14729250	6723	Europe/Berlin
6548777	Otterwisch	otterwisch			DE	13	00	14729	14729330	1381	Europe/Berlin
6548778	Parthenstein	parthenstein			DE	13	00	14729	14729340	3517	Europe/Berlin
6548779	Thallwitz	thallwitz			DE	13	00	14729	14729380	3558	Europe/Berlin
6548782	Arzberg	arzberg			DE	13	00	14730	14730010	1879	Europe/Berlin
6548783	Beilrode	beilrode			DE	13	00	14730	14730030	4154	Europe/Berlin
6548784	Cavertitz	cavertitz			DE	13	00	14730	14730050	2214	Europe/Berlin
6548785	Dreiheide	dreiheide			DE	13	00	14730	14730100	2102	Europe/Berlin
6548786	Elsnig	elsnig			DE	13	00	14730	14730120	1394	Europe/Berlin
6548788	Liebschützberg	liebschuetzberg			DE	13	00	14730	14730170	2975	Europe/Berlin
6548789	Mockrehna	mockrehna			DE	13	00	14730	14730190	5041	Europe/Berlin
6548791	Trossin	trossin			DE	13	00	14730	14730320	1243	Europe/Berlin
6548792	Wermsdorf	wermsdorf			DE	13	00	14730	14730330	5201	Europe/Berlin
6548860	Ilberstedt	ilberstedt			DE	14	00	15089	15089185	1042	Europe/Berlin
6548864	Plötzkau	ploetzkau	Pl'otckau,Pleckau,Pljockau,Ploetzkau vald,Plötzkau vald,pu lei ci kao,Плецкау,Пльотцкау,Плёцкау,普勒茨考		DE	14	00	15089	15089245	1289	Europe/Berlin
6548975	Wittenberg, Lutherstadt	wittenberg-lutherstadt	Lutherstadt Wittenberg,Vittenberg,Wittenberg,Виттенберг		DE	14	00	15091	15091375	45752	Europe/Berlin
6548981	Balgstädt	balgstaedt			DE	14	00	15084	15084025	1112	Europe/Berlin
6548997	Droyßig	droyssig			DE	14	00	15084	15084115	1969	Europe/Berlin
6549001	Gleina	gleina			DE	14	00	15084	15084150	1199	Europe/Berlin
6549013	Karsdorf	karsdorf			DE	14	00	15084	15084250	1448	Europe/Berlin
6549017	Kretzschau	kretzschau			DE	14	00	15084	15084275	2424	Europe/Berlin
6549023	Mertendorf	mertendorf			DE	14	00	15084	15084335	1639	Europe/Berlin
6549034	Schönburg	schoenburg			DE	14	00	15084	15084445	1050	Europe/Berlin
6549044	Wethau	wethau			DE	14	00	15084	15084560	910	Europe/Berlin
6549045	Wetterzeube	wetterzeube			DE	14	00	15084	15084565	1737	Europe/Berlin
6549052	Ahlsdorf	ahlsdorf			DE	14	00	15087	15087010	1561	Europe/Berlin
6549059	Benndorf	benndorf			DE	14	00	15087	15087045	2033	Europe/Berlin
6549062	Bornstedt	bornstedt			DE	14	00	15087	15087075	793	Europe/Berlin
6549067	Eisleben, Lutherstadt	eisleben-lutherstadt			DE	14	00	15087	15087130	23003	Europe/Berlin
6549077	Helbra	helbra			DE	14	00	15087	15087205	3986	Europe/Berlin
6549078	Hergisdorf	hergisdorf			DE	14	00	15087	15087210	1580	Europe/Berlin
6549083	Klostermansfeld	klostermansfeld			DE	14	00	15087	15087260	2306	Europe/Berlin
6549111	Wimmelburg	wimmelburg			DE	14	00	15087	15087470	1126	Europe/Berlin
6549117	Barnstädt	barnstaedt			DE	14	00	15088	15088030	975	Europe/Berlin
6549121	Farnstädt	farnstaedt			DE	14	00	15088	15088100	1482	Europe/Berlin
6549137	Nemsdorf-Göhrendorf	nemsdorf-goehrendorf			DE	14	00	15088	15088250	833	Europe/Berlin
6549138	Obhausen	obhausen			DE	14	00	15088	15088265	2249	Europe/Berlin
6549143	Steigra	steigra			DE	14	00	15088	15088355	1130	Europe/Berlin
6549178	Petersberg	petersberg	Petersberg,Петерсберг		DE	14	00	15088	15088295	9498	Europe/Berlin
6549191	Teutschenthal	teutschenthal			DE	14	00	15088	15088365	12849	Europe/Berlin
6549195	Berga	berga	Berga,Берга		DE	14	00	15087	15087055	1658	Europe/Berlin
6549197	Blankenheim	blankenheim			DE	14	00	15087	15087070	1159	Europe/Berlin
6549203	Edersleben	edersleben			DE	14	00	15087	15087125	960	Europe/Berlin
6549232	Wallhausen	wallhausen	Valkhauzen,Vall'khauzen,Валльхаузен,Валхаузен		DE	14	00	15087	15087440	2466	Europe/Berlin
6549239	Goseck	goseck			DE	14	00	15084	15084170	1009	Europe/Berlin
6549266	Borne	borne			DE	14	00	15089	15089045	1189	Europe/Berlin
6549273	Giersleben	giersleben			DE	14	00	15089	15089130	973	Europe/Berlin
6549288	Wolmirsleben	wolmirsleben			DE	14	00	15089	15089365	1310	Europe/Berlin
6549290	Ausleben	ausleben			DE	14	00	15083	15083035	1624	Europe/Berlin
6549298	Eilsleben	eilsleben			DE	14	00	15083	15083190	3783	Europe/Berlin
6549300	Harbke	harbke			DE	14	00	15083	15083275	1750	Europe/Berlin
6549301	Hötensleben	hoetensleben			DE	14	00	15083	15083320	3534	Europe/Berlin
6549311	Sommersdorf	sommersdorf			DE	14	00	15083	15083485	1394	Europe/Berlin
6549312	Ummendorf	ummendorf			DE	14	00	15083	15083505	953	Europe/Berlin
6549313	Völpke	voelpke			DE	14	00	15083	15083515	1248	Europe/Berlin
6549315	Wefensleben	wefensleben			DE	14	00	15083	15083535	1705	Europe/Berlin
6549318	Sülzetal	suelzetal	Suelzetal,Sülzetal		DE	14	00	15083	15083490	8851	Europe/Berlin
6549324	Groß Quenstedt	gross-quenstedt			DE	14	00	15085	15085125	887	Europe/Berlin
6549325	Harsleben	harsleben			DE	14	00	15085	15085140	2145	Europe/Berlin
6549333	Biederitz	biederitz			DE	14	00	15086	15086005	8497	Europe/Berlin
6549354	Möser	moeser	Mezer,Mjozer,mo sai er,Мезер,Мёзер,默塞尔		DE	14	00	15086	15086145	8318	Europe/Berlin
6549378	Elbe-Parey	elbe-parey			DE	14	00	15086	15086035	6416	Europe/Berlin
6549381	Altenhausen	altenhausen			DE	14	00	15083	15083020	1065	Europe/Berlin
6549382	Angern	angern			DE	14	00	15083	15083030	1978	Europe/Berlin
6549385	Beendorf	beendorf	Beendorf,Bendorf,ben duo fu,Беендорф,Бендорф,本多夫		DE	14	00	15083	15083060	892	Europe/Berlin
6549394	Bülstringen	buelstringen			DE	14	00	15083	15083115	904	Europe/Berlin
6549395	Burgstall	burgstall	Burgshtal,Burgshtall',Burgstal,Burgstall',Бургстал,Бургсталль,Бургштал,Бургшталль		DE	14	00	15083	15083120	1506	Europe/Berlin
6549396	Colbitz	colbitz			DE	14	00	15083	15083130	3251	Europe/Berlin
6549405	Erxleben	erxleben	Ehrksleben,Erksleben,ai er ke si lai ben,Еркслебен,Эркслебен,埃尔克斯莱本		DE	14	00	15083	15083205	2845	Europe/Berlin
6549410	Flechtingen	flechtingen			DE	14	00	15083	15083230	2815	Europe/Berlin
6549435	Rogätz	rogaetz			DE	14	00	15083	15083440	2187	Europe/Berlin
6549450	Zielitz	zielitz			DE	14	00	15083	15083580	1816	Europe/Berlin
6549475	Eichstedt (Altmark)	eichstedt-altmark			DE	14	00	15090	15090135	890	Europe/Berlin
6549492	Hassel	hassel			DE	14	00	15090	15090220	905	Europe/Berlin
6549496	Hohenberg-Krusemark	hohenberg-krusemark			DE	14	00	15090	15090245	1195	Europe/Berlin
6549501	Iden	iden			DE	14	00	15090	15090270	795	Europe/Berlin
6549506	Kamern	kamern			DE	14	00	15090	15090285	1215	Europe/Berlin
6549510	Klietz	klietz			DE	14	00	15090	15090310	1739	Europe/Berlin
6549534	Rochau	rochau			DE	14	00	15090	15090435	1015	Europe/Berlin
6549545	Schönhausen (Elbe)	schoenhausen-elbe			DE	14	00	15090	15090500	2091	Europe/Berlin
6549547	Schollene	schollene			DE	14	00	15090	15090485	1117	Europe/Berlin
6549571	Ditfurt	ditfurt			DE	14	00	15085	15085090	1480	Europe/Berlin
6549574	Hedersleben	hedersleben			DE	14	00	15085	15085160	1320	Europe/Berlin
6549640	Beetzendorf	beetzendorf			DE	14	00	15081	15081045	3140	Europe/Berlin
6549650	Dähre	daehre			DE	14	00	15081	15081095	1464	Europe/Berlin
6549652	Diesdorf, Flecken	diesdorf-flecken			DE	14	00	15081	15081105	2295	Europe/Berlin
6549674	Jübar	juebar			DE	14	00	15081	15081225	1574	Europe/Berlin
6549685	Kuhfelde	kuhfelde			DE	14	00	15081	15081290	1090	Europe/Berlin
6549715	Rohrberg	rohrberg	Rorberg,luo er bei ge,Рорберг,罗尔贝格		DE	14	00	15081	15081440	1060	Europe/Berlin
6549735	Wallstawe	wallstawe	Vall'stave,Valstave,Wallstave,wa er si ta wei,Валльставе,Валставе,瓦尔斯塔韦		DE	14	00	15081	15081545	879	Europe/Berlin
6549746	Erfurt	erfurt	Erfurt,Stadt Erfurt		DE	15	00	16051	16051000	213981	Europe/Berlin
6549747	Gera	gera	Gera,Stadt Gera		DE	15	00	16052	16052000	93125	Europe/Berlin
6549748	Jena	jena	Jena,Stadt Jena		DE	15	00	16053	16053000	111343	Europe/Berlin
6549749	Suhl	suhl	Stadt Suhl,Suhl		DE	15	00	16054	16054000	36789	Europe/Berlin
6549750	Weimar	weimar	Stadt Weimar,Weimar		DE	15	00	16055	16055000	65228	Europe/Berlin
6549751	Arenshausen	arenshausen			DE	15	00	16061	16061001	998	Europe/Berlin
6549752	Asbach-Sickenberg	asbach-sickenberg			DE	15	00	16061	16061002	94	Europe/Berlin
6549753	Berlingerode	berlingerode			DE	15	00	16061	16061003	1222	Europe/Berlin
6549754	Birkenfelde	birkenfelde			DE	15	00	16061	16061007	545	Europe/Berlin
6549757	Bodenrode-Westhausen	bodenrode-westhausen			DE	15	00	16061	16061012	1118	Europe/Berlin
6549758	Brehme	brehme			DE	15	00	16061	16061015	1102	Europe/Berlin
6549759	Breitenworbis	breitenworbis			DE	15	00	16061	16061017	3176	Europe/Berlin
6549760	Büttstedt	buettstedt			DE	15	00	16061	16061018	856	Europe/Berlin
6549761	Buhla	buhla			DE	15	00	16061	16061019	479	Europe/Berlin
6549762	Burgwalde	burgwalde			DE	15	00	16061	16061021	226	Europe/Berlin
6549764	Dieterode	dieterode			DE	15	00	16061	16061023	75	Europe/Berlin
6549765	Dietzenrode/Vatterode	dietzenrode-vatterode			DE	15	00	16061	16061024	125	Europe/Berlin
6549766	Ecklingerode	ecklingerode			DE	15	00	16061	16061026	721	Europe/Berlin
6549767	Effelder	effelder	Efelder,Ehffel'der,ai fei er de er,Ефелдер,Эффельдер,埃费尔德尔		DE	15	00	16061	16061027	1189	Europe/Berlin
6549768	Eichstruth	eichstruth			DE	15	00	16061	16061028	86	Europe/Berlin
6549769	Ferna	ferna			DE	15	00	16061	16061031	563	Europe/Berlin
6549770	Freienhagen	freienhagen			DE	15	00	16061	16061032	285	Europe/Berlin
6549771	Fretterode	fretterode			DE	15	00	16061	16061033	181	Europe/Berlin
6549772	Geisleden	geisleden			DE	15	00	16061	16061034	974	Europe/Berlin
6549773	Geismar	geismar			DE	15	00	16061	16061035	1084	Europe/Berlin
6549774	Gerbershausen	gerbershausen			DE	15	00	16061	16061036	592	Europe/Berlin
6549775	Gernrode	gernrode			DE	15	00	16061	16061037	1470	Europe/Berlin
6549777	Glasehausen	glasehausen			DE	15	00	16061	16061039	159	Europe/Berlin
6549778	Großbartloff	grossbartloff			DE	15	00	16061	16061041	900	Europe/Berlin
6549781	Haynrode	haynrode			DE	15	00	16061	16061044	652	Europe/Berlin
6549783	Heuthen	heuthen			DE	15	00	16061	16061047	720	Europe/Berlin
6549784	Hohengandern	hohengandern			DE	15	00	16061	16061048	591	Europe/Berlin
6549785	Hohes Kreuz	hohes-kreuz			DE	15	00	16061	16061049	1256	Europe/Berlin
6549791	Kella	kella			DE	15	00	16061	16061056	472	Europe/Berlin
6549792	Kirchgandern	kirchgandern			DE	15	00	16061	16061057	580	Europe/Berlin
6549793	Kirchworbis	kirchworbis			DE	15	00	16061	16061058	1308	Europe/Berlin
6549796	Krombach	krombach			DE	15	00	16061	16061062	163	Europe/Berlin
6549797	Küllstedt	kuellstedt			DE	15	00	16061	16061063	1335	Europe/Berlin
6549798	Lenterode	lenterode			DE	15	00	16061	16061065	316	Europe/Berlin
6549799	Lindewerra	lindewerra			DE	15	00	16061	16061066	256	Europe/Berlin
6549800	Lutter	lutter			DE	15	00	16061	16061067	707	Europe/Berlin
6549801	Mackenrode	mackenrode			DE	15	00	16061	16061068	320	Europe/Berlin
6549802	Marth	marth			DE	15	00	16061	16061069	330	Europe/Berlin
6549804	Niederorschel	niederorschel			DE	15	00	16061	16061074	5380	Europe/Berlin
6549805	Pfaffschwende	pfaffschwende			DE	15	00	16061	16061075	290	Europe/Berlin
6549806	Reinholterode	reinholterode			DE	15	00	16061	16061076	765	Europe/Berlin
6549807	Röhrig	roehrig			DE	15	00	16061	16061077	235	Europe/Berlin
6549808	Rohrberg	rohrberg			DE	15	00	16061	16061078	243	Europe/Berlin
6549809	Rustenfelde	rustenfelde			DE	15	00	16061	16061082	505	Europe/Berlin
6549810	Schachtebich	schachtebich			DE	15	00	16061	16061083	238	Europe/Berlin
6549811	Schönhagen	schoenhagen			DE	15	00	16061	16061084	148	Europe/Berlin
6549812	Schwobfeld	schwobfeld			DE	15	00	16061	16061085	111	Europe/Berlin
6549813	Sickerode	sickerode			DE	15	00	16061	16061086	150	Europe/Berlin
6549816	Steinbach	steinbach			DE	15	00	16061	16061089	552	Europe/Berlin
6549817	Steinheuterode	steinheuterode			DE	15	00	16061	16061091	282	Europe/Berlin
6549820	Tastungen	tastungen			DE	15	00	16061	16061094	221	Europe/Berlin
6549821	Thalwenden	thalwenden			DE	15	00	16061	16061096	344	Europe/Berlin
6549822	Uder	uder			DE	15	00	16061	16061097	2640	Europe/Berlin
6549823	Volkerode	volkerode			DE	15	00	16061	16061098	238	Europe/Berlin
6549825	Wachstedt	wachstedt			DE	15	00	16061	16061101	466	Europe/Berlin
6549826	Wahlhausen	wahlhausen			DE	15	00	16061	16061102	306	Europe/Berlin
6549827	Wehnde	wehnde			DE	15	00	16061	16061103	379	Europe/Berlin
6549829	Wiesenfeld	wiesenfeld			DE	15	00	16061	16061105	218	Europe/Berlin
6549830	Wüstheuterode	wuestheuterode			DE	15	00	16061	16061111	581	Europe/Berlin
6549832	Schimberg	schimberg	Shimberg,xin bei ge,Шимберг,欣贝格		DE	15	00	16061	16061113	2175	Europe/Berlin
6549833	Teistungen	teistungen			DE	15	00	16061	16061114	2546	Europe/Berlin
6549838	Görsbach	goersbach			DE	15	00	16062	16062008	1030	Europe/Berlin
6549843	Kehmstedt	kehmstedt			DE	15	00	16062	16062024	454	Europe/Berlin
6549845	Kleinfurra	kleinfurra			DE	15	00	16062	16062026	1039	Europe/Berlin
6549847	Lipprechterode	lipprechterode			DE	15	00	16062	16062033	493	Europe/Berlin
6549848	Niedergebra	niedergebra			DE	15	00	16062	16062037	654	Europe/Berlin
6549856	Urbach	urbach			DE	15	00	16062	16062054	885	Europe/Berlin
6549861	Hohenstein	hohenstein	Khoehnshtajn,Khoenshtajn,Хоенштајн,Хоэнштайн		DE	15	00	16062	16062062	2100	Europe/Berlin
6549863	Barchfeld-Immelborn	barchfeld-immelborn	Barchfeld		DE	15	00	16063	16063004	4607	Europe/Berlin
6549864	Bischofroda	bischofroda			DE	15	00	16063	16063008	640	Europe/Berlin
6549866	Buttlar	buttlar			DE	15	00	16063	16063011	1259	Europe/Berlin
6549868	Dermbach	dermbach			DE	15	00	16063	16063015	7313	Europe/Berlin
6549872	Empfertshausen	empfertshausen			DE	15	00	16063	16063023	546	Europe/Berlin
6549873	Frankenroda	frankenroda			DE	15	00	16063	16063028	318	Europe/Berlin
6549875	Gerstengrund	gerstengrund			DE	15	00	16063	16063033	67	Europe/Berlin
6549877	Hallungen	hallungen			DE	15	00	16063	16063037	197	Europe/Berlin
6549882	Krauthausen	krauthausen			DE	15	00	16063	16063046	1590	Europe/Berlin
6549883	Lauterbach	lauterbach			DE	15	00	16063	16063049	663	Europe/Berlin
6549884	Leimbach	leimbach			DE	15	00	16063	16063051	1713	Europe/Berlin
6549889	Nazza	nazza			DE	15	00	16063	16063058	535	Europe/Berlin
6549891	Oechsen	oechsen			DE	15	00	16063	16063062	597	Europe/Berlin
6549893	Schleid	schleid			DE	15	00	16063	16063068	1019	Europe/Berlin
6549895	Seebach	seebach	Zebakh,Zeebakh,sai ba he,Зебах,Зеебах,塞巴赫		DE	15	00	16063	16063071	1797	Europe/Berlin
6549898	Unterbreizbach	unterbreizbach			DE	15	00	16063	16063078	3417	Europe/Berlin
6549901	Weilar	weilar			DE	15	00	16063	16063084	846	Europe/Berlin
6549902	Wiesenthal	wiesenthal			DE	15	00	16063	16063086	743	Europe/Berlin
6549905	Wutha-Farnroda	wutha-farnroda			DE	15	00	16063	16063092	6335	Europe/Berlin
6549909	Gerstungen	gerstungen			DE	15	00	16063	16063097	9100	Europe/Berlin
6549911	Blankenburg	blankenburg			DE	15	00	16064	16064007	156	Europe/Berlin
6549913	Bruchstedt	bruchstedt			DE	15	00	16064	16064009	272	Europe/Berlin
6549914	Dünwald	duenwald			DE	15	00	16064	16064014	2217	Europe/Berlin
6549917	Großvargula	grossvargula			DE	15	00	16064	16064019	701	Europe/Berlin
6549918	Haussömmern	haussoemmern			DE	15	00	16064	16064021	221	Europe/Berlin
6549919	Herbsleben	herbsleben			DE	15	00	16064	16064022	2924	Europe/Berlin
6549923	Hornsömmern	hornsoemmern			DE	15	00	16064	16064027	162	Europe/Berlin
6549925	Kammerforst	kammerforst			DE	15	00	16064	16064032	791	Europe/Berlin
6549926	Kirchheilingen	kirchheilingen			DE	15	00	16064	16064033	800	Europe/Berlin
6549929	Körner	koerner	Kerner,Kjorner,ke er nei er,Кернер,Кёрнер,克尔内尔		DE	15	00	16064	16064037	1638	Europe/Berlin
6549930	Kutzleben	kutzleben			DE	15	00	16064	16064038	599	Europe/Berlin
6549933	Marolterode	marolterode			DE	15	00	16064	16064043	320	Europe/Berlin
6549934	Mittelsömmern	mittelsoemmern			DE	15	00	16064	16064045	202	Europe/Berlin
6549940	Oppershausen	oppershausen			DE	15	00	16064	16064053	294	Europe/Berlin
6549941	Rodeberg	rodeberg			DE	15	00	16064	16064055	2043	Europe/Berlin
6549942	Schönstedt	schoenstedt			DE	15	00	16064	16064058	1313	Europe/Berlin
6549943	Sundhausen	sundhausen			DE	15	00	16064	16064061	355	Europe/Berlin
6549944	Tottleben	tottleben			DE	15	00	16064	16064062	134	Europe/Berlin
6549945	Urleben	urleben			DE	15	00	16064	16064064	401	Europe/Berlin
6549949	Unstruttal	unstruttal			DE	15	00	16064	16064071	3100	Europe/Berlin
6549950	Menteroda	menteroda			DE	15	00	16064	16064072	1920	Europe/Berlin
6549951	Anrode	anrode			DE	15	00	16064	16064073	3134	Europe/Berlin
6549952	Abtsbessingen	abtsbessingen			DE	15	00	16065	16065001	466	Europe/Berlin
6549954	Bellstedt	bellstedt			DE	15	00	16065	16065005	162	Europe/Berlin
6549956	Borxleben	borxleben			DE	15	00	16065	16065008	277	Europe/Berlin
6549960	Etzleben	etzleben			DE	15	00	16065	16065016	264	Europe/Berlin
6549961	Freienbessingen	freienbessingen			DE	15	00	16065	16065018	227	Europe/Berlin
6549962	Gehofen	gehofen			DE	15	00	16065	16065019	606	Europe/Berlin
6549968	Helbedündorf	helbeduendorf			DE	15	00	16065	16065032	2219	Europe/Berlin
6549971	Holzsußra	holzsussra			DE	15	00	16065	16065038	265	Europe/Berlin
6549973	Kalbsrieth	kalbsrieth			DE	15	00	16065	16065042	629	Europe/Berlin
6549974	Mönchpfiffel-Nikolausrieth	moenchpfiffel-nikolausrieth			DE	15	00	16065	16065046	302	Europe/Berlin
6549976	Niederbösa	niederboesa			DE	15	00	16065	16065048	129	Europe/Berlin
6549977	Oberbösa	oberboesa			DE	15	00	16065	16065051	325	Europe/Berlin
6549978	Oberheldrungen	oberheldrungen			DE	15	00	16065	16065052	796	Europe/Berlin
6549980	Reinsdorf	reinsdorf			DE	15	00	16065	16065056	730	Europe/Berlin
6549982	Rockstedt	rockstedt			DE	15	00	16065	16065058	210	Europe/Berlin
6549987	Topfstedt	topfstedt			DE	15	00	16065	16065074	569	Europe/Berlin
6549988	Trebra	trebra			DE	15	00	16065	16065075	286	Europe/Berlin
6549990	Wasserthaleben	wasserthaleben			DE	15	00	16065	16065077	383	Europe/Berlin
6549991	Westgreußen	westgreussen			DE	15	00	16065	16065079	363	Europe/Berlin
6549998	Belrieth	belrieth			DE	15	00	16066	16066005	336	Europe/Berlin
6550003	Birx	birx			DE	15	00	16066	16066012	162	Europe/Berlin
6550004	Christes	christes			DE	15	00	16066	16066015	550	Europe/Berlin
6550005	Dillstädt	dillstaedt			DE	15	00	16066	16066016	764	Europe/Berlin
6550006	Einhausen	einhausen			DE	15	00	16066	16066017	400	Europe/Berlin
6550007	Ellingshausen	ellingshausen			DE	15	00	16066	16066018	220	Europe/Berlin
6550008	Erbenhausen	erbenhausen	Ehrbenkhauzen,Erbenkhauzen,ai er ben hao sen,Ербенхаузен,Эрбенхаузен,埃尔本豪森		DE	15	00	16066	16066019	559	Europe/Berlin
6550010	Fambach	fambach			DE	15	00	16066	16066022	2060	Europe/Berlin
6550011	Floh-Seligenthal	floh-seligenthal			DE	15	00	16066	16066023	5889	Europe/Berlin
6550012	Friedelshausen	friedelshausen	Fridel'skhauzen,Fridelskhauzen,fu li de er si hao sen,Фриделсхаузен,Фридельсхаузен,弗里德尔斯豪森		DE	15	00	16066	16066025	312	Europe/Berlin
6550020	Kühndorf	kuehndorf			DE	15	00	16066	16066038	909	Europe/Berlin
6550021	Leutersdorf	leutersdorf			DE	15	00	16066	16066039	219	Europe/Berlin
6550022	Mehmels	mehmels			DE	15	00	16066	16066041	340	Europe/Berlin
6550025	Neubrunn	neubrunn			DE	15	00	16066	16066045	506	Europe/Berlin
6550028	Obermaßfeld-Grimmenthal	obermassfeld-grimmenthal			DE	15	00	16066	16066049	1248	Europe/Berlin
6550029	Oberweid	oberweid			DE	15	00	16066	16066052	497	Europe/Berlin
6550033	Rippershausen	rippershausen			DE	15	00	16066	16066056	821	Europe/Berlin
6550034	Ritschenhausen	ritschenhausen			DE	15	00	16066	16066057	328	Europe/Berlin
6550035	Rohr	rohr			DE	15	00	16066	16066058	925	Europe/Berlin
6550036	Rosa	rosa	Roza,luo sa,Роза,罗萨		DE	15	00	16066	16066059	674	Europe/Berlin
6550037	Roßdorf	rossdorf	Rosdorf,Росдорф		DE	15	00	16066	16066061	606	Europe/Berlin
6550039	Schwallungen	schwallungen			DE	15	00	16066	16066064	2269	Europe/Berlin
6550040	Schwarza	schwarza	Shvarca,Шварца		DE	15	00	16066	16066065	1171	Europe/Berlin
6550044	Sülzfeld	suelzfeld			DE	15	00	16066	16066073	850	Europe/Berlin
6550045	Trusetal	trusetal	Brotterode-Trusetal		DE	15	00	16066	16066074	5993	Europe/Berlin
6550047	Untermaßfeld	untermassfeld			DE	15	00	16066	16066076	1304	Europe/Berlin
6550050	Utendorf	utendorf			DE	15	00	16066	16066079	439	Europe/Berlin
6550051	Vachdorf	vachdorf			DE	15	00	16066	16066081	747	Europe/Berlin
6550059	Rhönblick	rhoenblick	Renblik,Rjonblik,lun bu li ke,Ренблик,Рёнблик,伦布利克		DE	15	00	16066	16066093	2655	Europe/Berlin
6550063	Bienstädt	bienstaedt			DE	15	00	16067	16067004	655	Europe/Berlin
6550067	Dachwig	dachwig			DE	15	00	16067	16067009	1617	Europe/Berlin
6550068	Döllstädt	doellstaedt			DE	15	00	16067	16067011	1103	Europe/Berlin
6550070	Emleben	emleben			DE	15	00	16067	16067013	709	Europe/Berlin
6550072	Eschenbergen	eschenbergen			DE	15	00	16067	16067016	733	Europe/Berlin
6550075	Friemar	friemar			DE	15	00	16067	16067022	1005	Europe/Berlin
6550081	Großfahner	grossfahner			DE	15	00	16067	16067033	825	Europe/Berlin
6550083	Herrenhof	herrenhof			DE	15	00	16067	16067036	753	Europe/Berlin
6550089	Luisenthal	luisenthal			DE	15	00	16067	16067044	1197	Europe/Berlin
6550092	Molschleben	molschleben			DE	15	00	16067	16067047	1002	Europe/Berlin
6550095	Nottleben	nottleben			DE	15	00	16067	16067052	417	Europe/Berlin
6550097	Pferdingsleben	pferdingsleben			DE	15	00	16067	16067055	398	Europe/Berlin
6550099	Schwabhausen	schwabhausen	Shvabkhauzen,Швабхаузен		DE	15	00	16067	16067059	773	Europe/Berlin
6550101	Sonneborn	sonneborn	Zoneborn,Zonneborn,suo nei bo er en,Зонеборн,Зоннеборн,索内博尔恩		DE	15	00	16067	16067063	1194	Europe/Berlin
6550103	Tonna	tonna			DE	15	00	16067	16067067	2781	Europe/Berlin
6550104	Tröchtelborn	troechtelborn			DE	15	00	16067	16067068	309	Europe/Berlin
6550106	Tüttleben	tuettleben			DE	15	00	16067	16067071	810	Europe/Berlin
6550113	Zimmernsupra	zimmernsupra			DE	15	00	16067	16067082	346	Europe/Berlin
6550115	Alperstedt	alperstedt			DE	15	00	16068	16068001	752	Europe/Berlin
6550116	Andisleben	andisleben			DE	15	00	16068	16068002	596	Europe/Berlin
6550119	Büchel	buechel			DE	15	00	16068	16068005	238	Europe/Berlin
6550120	Eckstedt	eckstedt			DE	15	00	16068	16068007	612	Europe/Berlin
6550122	Elxleben	elxleben			DE	15	00	16068	16068009	2257	Europe/Berlin
6550125	Gangloffsömmern	gangloffsoemmern			DE	15	00	16068	16068013	977	Europe/Berlin
6550126	Griefstedt	griefstedt			DE	15	00	16068	16068015	259	Europe/Berlin
6550128	Großmölsen	grossmoelsen			DE	15	00	16068	16068017	218	Europe/Berlin
6550130	Großneuhausen	grossneuhausen			DE	15	00	16068	16068019	644	Europe/Berlin
6550131	Großrudestedt	grossrudestedt			DE	15	00	16068	16068021	1847	Europe/Berlin
6550132	Günstedt	guenstedt			DE	15	00	16068	16068022	720	Europe/Berlin
6550135	Haßleben	hassleben			DE	15	00	16068	16068025	1001	Europe/Berlin
6550140	Kleinmölsen	kleinmoelsen			DE	15	00	16068	16068032	298	Europe/Berlin
6550141	Kleinneuhausen	kleinneuhausen			DE	15	00	16068	16068033	422	Europe/Berlin
6550143	Markvippach	markvippach			DE	15	00	16068	16068036	551	Europe/Berlin
6550144	Nöda	noeda			DE	15	00	16068	16068037	805	Europe/Berlin
6550146	Ollendorf	ollendorf			DE	15	00	16068	16068039	414	Europe/Berlin
6550147	Ostramondra	ostramondra			DE	15	00	16068	16068041	476	Europe/Berlin
6550148	Riethgen	riethgen			DE	15	00	16068	16068043	235	Europe/Berlin
6550149	Riethnordhausen	riethnordhausen			DE	15	00	16068	16068044	990	Europe/Berlin
6550150	Ringleben	ringleben			DE	15	00	16068	16068045	497	Europe/Berlin
6550153	Schloßvippach	schlossvippach			DE	15	00	16068	16068048	1370	Europe/Berlin
6550154	Schwerstedt	schwerstedt			DE	15	00	16068	16068049	608	Europe/Berlin
6550155	Sprötau	sproetau			DE	15	00	16068	16068052	801	Europe/Berlin
6550156	Straußfurt	straussfurt			DE	15	00	16068	16068053	2105	Europe/Berlin
6550157	Udestedt	udestedt			DE	15	00	16068	16068055	774	Europe/Berlin
6550158	Vogelsberg	vogelsberg	Fogel'sberg,Fogelsberg,fu ge er si bei ge,Фогелсберг,Фогельсберг,福格尔斯贝格		DE	15	00	16068	16068056	696	Europe/Berlin
6550159	Walschleben	walschleben			DE	15	00	16068	16068057	1825	Europe/Berlin
6550160	Werningshausen	werningshausen			DE	15	00	16068	16068059	662	Europe/Berlin
6550161	Witterda	witterda			DE	15	00	16068	16068061	1062	Europe/Berlin
6550162	Wundersleben	wundersleben			DE	15	00	16068	16068062	672	Europe/Berlin
6550163	Ahlstädt	ahlstaedt			DE	15	00	16069	16069001	123	Europe/Berlin
6550164	Beinerstadt	beinerstadt			DE	15	00	16069	16069003	312	Europe/Berlin
6550165	Bischofrod	bischofrod			DE	15	00	16069	16069004	161	Europe/Berlin
6550166	Dingsleben	dingsleben			DE	15	00	16069	16069008	239	Europe/Berlin
6550167	Ehrenberg	ehrenberg			DE	15	00	16069	16069009	178	Europe/Berlin
6550168	Eichenberg	eichenberg			DE	15	00	16069	16069011	165	Europe/Berlin
6550171	Grimmelshausen	grimmelshausen			DE	15	00	16069	16069016	170	Europe/Berlin
6550173	Henfstädt	henfstaedt			DE	15	00	16069	16069021	375	Europe/Berlin
6550174	Kloster Veßra	kloster-vessra			DE	15	00	16069	16069025	296	Europe/Berlin
6550175	Lengfeld	lengfeld			DE	15	00	16069	16069026	411	Europe/Berlin
6550176	Marisfeld	marisfeld			DE	15	00	16069	16069028	445	Europe/Berlin
6550178	Oberstadt	oberstadt			DE	15	00	16069	16069035	336	Europe/Berlin
6550179	Reurieth	reurieth			DE	15	00	16069	16069037	808	Europe/Berlin
6550181	Schleusegrund	schleusegrund			DE	15	00	16069	16069042	2735	Europe/Berlin
6550182	Schmeheim	schmeheim			DE	15	00	16069	16069044	264	Europe/Berlin
6550183	St.Bernhard	st-bernhard			DE	15	00	16069	16069047	256	Europe/Berlin
6550185	Straufhain	straufhain	Shtraufkhajn,shi te lao fu hai en,Штрауфхайн,Штрауфхајн,施特劳夫海恩		DE	15	00	16069	16069049	2714	Europe/Berlin
6550186	Veilsdorf	veilsdorf			DE	15	00	16069	16069053	2762	Europe/Berlin
6550188	Westhausen	westhausen			DE	15	00	16069	16069056	703	Europe/Berlin
6550189	Auengrund	auengrund			DE	15	00	16069	16069058	2852	Europe/Berlin
6550191	Masserberg	masserberg			DE	15	00	16069	16069061	2188	Europe/Berlin
6550192	Alkersleben	alkersleben			DE	15	00	16070	16070001	313	Europe/Berlin
6550195	Bösleben-Wüllersleben	boesleben-wuellersleben	Besleben-Vilersleben,Bjosleben-Vjullersleben,bo si lai ben-wei lai er si lai ben,Беслебен-Вилерслебен,Бёслебен-Вюллерслебен,伯斯莱本-维莱尔斯莱本		DE	15	00	16070	16070006	636	Europe/Berlin
6550196	Dornheim	dornheim			DE	15	00	16070	16070008	568	Europe/Berlin
6550197	Elgersburg	elgersburg			DE	15	00	16070	16070011	1249	Europe/Berlin
6550198	Elleben	elleben			DE	15	00	16070	16070012	874	Europe/Berlin
6550199	Elxleben	elxleben	Comuna Elxleben,Ehl'ksleben,Elksleben,Елкслебен,Элькслебен		DE	15	00	16070	16070013	568	Europe/Berlin
6550210	Amt Wachsenburg	amt-wachsenburg	Amt Wachsenburg		DE	15	00	16070	16070028	8007	Europe/Berlin
6550213	Martinroda	martinroda	Martinroda,Мартинрода		DE	15	00	16070	16070034	1181	Europe/Berlin
6550217	Osthausen-Wülfershausen	osthausen-wuelfershausen	Ostkhauzen-Vilferskhauzen,Ostkhauzen-Vjul'ferskhauzen,ao si tao sen-wei er fei er si hao sen,Остхаузен-Вилферсхаузен,Остхаузен-Вюльферсхаузен,奥斯陶森-维尔费尔斯豪森		DE	15	00	16070	16070041	508	Europe/Berlin
6550225	Witzleben	witzleben			DE	15	00	16070	16070054	612	Europe/Berlin
6550228	Ballstedt	ballstedt			DE	15	00	16071	16071005	279	Europe/Berlin
6550231	Buchfart	buchfart			DE	15	00	16071	16071009	195	Europe/Berlin
6550232	Döbritschen	doebritschen			DE	15	00	16071	16071013	233	Europe/Berlin
6550233	Eberstedt	eberstedt			DE	15	00	16071	16071015	214	Europe/Berlin
6550234	Ettersburg	ettersburg			DE	15	00	16071	16071017	682	Europe/Berlin
6550236	Frankendorf	frankendorf			DE	15	00	16071	16071019	167	Europe/Berlin
6550238	Großheringen	grossheringen			DE	15	00	16071	16071022	656	Europe/Berlin
6550240	Großschwabhausen	grossschwabhausen			DE	15	00	16071	16071025	1056	Europe/Berlin
6550242	Hammerstedt	hammerstedt			DE	15	00	16071	16071027	179	Europe/Berlin
6550244	Hetschburg	hetschburg			DE	15	00	16071	16071031	243	Europe/Berlin
6550245	Hohenfelden	hohenfelden			DE	15	00	16071	16071032	389	Europe/Berlin
6550250	Kapellendorf	kapellendorf			DE	15	00	16071	16071037	414	Europe/Berlin
6550251	Kiliansroda	kiliansroda			DE	15	00	16071	16071038	174	Europe/Berlin
6550253	Kleinschwabhausen	kleinschwabhausen			DE	15	00	16071	16071042	223	Europe/Berlin
6550254	Klettbach	klettbach			DE	15	00	16071	16071043	1295	Europe/Berlin
6550258	Lehnstedt	lehnstedt			DE	15	00	16071	16071049	341	Europe/Berlin
6550262	Mechelroda	mechelroda			DE	15	00	16071	16071055	282	Europe/Berlin
6550263	Mellingen	mellingen	Melingen,Mellingen,Мелинген,Меллинген		DE	15	00	16071	16071056	1425	Europe/Berlin
6550265	Nauendorf	nauendorf			DE	15	00	16071	16071059	300	Europe/Berlin
6550268	Niedertrebra	niedertrebra			DE	15	00	16071	16071064	751	Europe/Berlin
6550273	Obertrebra	obertrebra			DE	15	00	16071	16071069	258	Europe/Berlin
6550274	Oettern	oettern			DE	15	00	16071	16071071	119	Europe/Berlin
6550278	Rannstedt	rannstedt			DE	15	00	16071	16071077	178	Europe/Berlin
6550280	Rittersdorf	rittersdorf			DE	15	00	16071	16071079	273	Europe/Berlin
6550283	Schmiedehausen	schmiedehausen			DE	15	00	16071	16071083	364	Europe/Berlin
6550285	Tonndorf	tonndorf			DE	15	00	16071	16071087	638	Europe/Berlin
6550287	Umpferstedt	umpferstedt			DE	15	00	16071	16071089	631	Europe/Berlin
6550290	Vollersroda	vollersroda			DE	15	00	16071	16071093	210	Europe/Berlin
6550292	Wiegendorf	wiegendorf			DE	15	00	16071	16071095	340	Europe/Berlin
6550299	Goldisthal	goldisthal			DE	15	00	16072	16072006	379	Europe/Berlin
6550307	Allendorf	allendorf	Alendorf,Allendorf,a lun duo fu,alyndraf  tryngya,Алендорф,Аллендорф,الیندراف، ترینگیا,阿伦多夫		DE	15	00	16073	16073001	337	Europe/Berlin
6550308	Altenbeuthen	altenbeuthen			DE	15	00	16073	16073002	207	Europe/Berlin
6550310	Bechstedt	bechstedt			DE	15	00	16073	16073006	147	Europe/Berlin
6550312	Cursdorf	cursdorf			DE	15	00	16073	16073013	598	Europe/Berlin
6550313	Deesbach	deesbach			DE	15	00	16073	16073014	322	Europe/Berlin
6550314	Döschnitz	doeschnitz			DE	15	00	16073	16073017	236	Europe/Berlin
6550319	Hohenwarte	hohenwarte			DE	15	00	16073	16073035	177	Europe/Berlin
6550321	Katzhütte	katzhuette			DE	15	00	16073	16073037	1293	Europe/Berlin
6550322	Kaulsdorf	kaulsdorf			DE	15	00	16073	16073038	2410	Europe/Berlin
6550326	Meura	meura			DE	15	00	16073	16073055	417	Europe/Berlin
6550330	Probstzella	probstzella			DE	15	00	16073	16073067	2851	Europe/Berlin
6550332	Rohrbach	rohrbach			DE	15	00	16073	16073074	192	Europe/Berlin
6550335	Schwarzburg	schwarzburg	Schwarzbourg,Schwarzburgo,Shvarcburg,shi wa er ci bao,Шварцбург,施瓦尔茨堡		DE	15	00	16073	16073082	533	Europe/Berlin
6550336	Sitzendorf	sitzendorf	Zicendorf,Zitcendorf,xi cen duo fu,Зитцендорф,Зицендорф,西岑多夫		DE	15	00	16073	16073084	783	Europe/Berlin
6550337	Unterweißbach	unterweissbach			DE	15	00	16073	16073094	765	Europe/Berlin
6550338	Unterwellenborn	unterwellenborn			DE	15	00	16073	16073111	8453	Europe/Berlin
6550340	Drognitz	drognitz			DE	15	00	16073	16073107	615	Europe/Berlin
6550342	Uhlstädt-Kirchhasel	uhlstaedt-kirchhasel			DE	15	00	16073	16073109	5729	Europe/Berlin
6550343	Albersdorf	albersdorf			DE	15	00	16074	16074001	282	Europe/Berlin
6550344	Altenberga	altenberga			DE	15	00	16074	16074002	745	Europe/Berlin
6550345	Bad Klosterlausnitz	bad-klosterlausnitz			DE	15	00	16074	16074003	3405	Europe/Berlin
6550346	Bibra	bibra			DE	15	00	16074	16074004	264	Europe/Berlin
6550347	Bobeck	bobeck			DE	15	00	16074	16074005	280	Europe/Berlin
6550349	Bremsnitz	bremsnitz			DE	15	00	16074	16074007	145	Europe/Berlin
6550350	Bucha	bucha	Bukha,bu ha,Буха,布哈		DE	15	00	16074	16074008	1180	Europe/Berlin
6550351	Crossen an der Elster	crossen-an-der-elster			DE	15	00	16074	16074012	1515	Europe/Berlin
6550353	Eichenberg	eichenberg			DE	15	00	16074	16074016	379	Europe/Berlin
6550354	Eineborn	eineborn			DE	15	00	16074	16074017	328	Europe/Berlin
6550355	Frauenprießnitz	frauenpriessnitz			DE	15	00	16074	16074019	834	Europe/Berlin
6550356	Freienorla	freienorla			DE	15	00	16074	16074021	337	Europe/Berlin
6550357	Geisenhain	geisenhain			DE	15	00	16074	16074022	187	Europe/Berlin
6550358	Gneus	gneus			DE	15	00	16074	16074024	148	Europe/Berlin
6550359	Gösen	goesen			DE	15	00	16074	16074025	192	Europe/Berlin
6550360	Golmsdorf	golmsdorf			DE	15	00	16074	16074026	698	Europe/Berlin
6550361	Großbockedra	grossbockedra			DE	15	00	16074	16074029	167	Europe/Berlin
6550362	Großeutersdorf	grosseutersdorf			DE	15	00	16074	16074031	273	Europe/Berlin
6550363	Großlöbichau	grossloebichau			DE	15	00	16074	16074032	734	Europe/Berlin
6550364	Großpürschütz	grosspuerschuetz			DE	15	00	16074	16074033	389	Europe/Berlin
6550365	Gumperda	gumperda			DE	15	00	16074	16074034	379	Europe/Berlin
6550366	Hainichen	hainichen			DE	15	00	16074	16074036	194	Europe/Berlin
6550367	Hainspitz	hainspitz			DE	15	00	16074	16074037	658	Europe/Berlin
6550368	Hartmannsdorf	hartmannsdorf			DE	15	00	16074	16074038	672	Europe/Berlin
6550369	Hummelshain	hummelshain			DE	15	00	16074	16074042	608	Europe/Berlin
6550370	Jenalöbnitz	jenaloebnitz			DE	15	00	16074	16074043	157	Europe/Berlin
6550371	Karlsdorf	karlsdorf			DE	15	00	16074	16074045	108	Europe/Berlin
6550372	Kleinbockedra	kleinbockedra			DE	15	00	16074	16074046	34	Europe/Berlin
6550373	Kleinebersdorf	kleinebersdorf			DE	15	00	16074	16074047	186	Europe/Berlin
6550374	Kleineutersdorf	kleineutersdorf			DE	15	00	16074	16074048	355	Europe/Berlin
6550375	Laasdorf	laasdorf			DE	15	00	16074	16074049	525	Europe/Berlin
6550376	Lehesten	lehesten	Leehsten,Leesten,Lekhesten,Леестен,Лехестен,Леэстен		DE	15	00	16074	16074051	674	Europe/Berlin
6550377	Lindig	lindig			DE	15	00	16074	16074052	225	Europe/Berlin
6550378	Lippersdorf-Erdmannsdorf	lippersdorf-erdmannsdorf			DE	15	00	16074	16074053	439	Europe/Berlin
6550379	Löberschütz	loeberschuetz			DE	15	00	16074	16074054	144	Europe/Berlin
6550380	Mertendorf	mertendorf			DE	15	00	16074	16074055	131	Europe/Berlin
6550381	Meusebach	meusebach			DE	15	00	16074	16074056	91	Europe/Berlin
6550382	Milda	milda	Mil'da,Milda,mi er da,Милда,Мильда,米尔达		DE	15	00	16074	16074057	742	Europe/Berlin
6550383	Möckern	moeckern			DE	15	00	16074	16074058	107	Europe/Berlin
6550384	Mörsdorf	moersdorf			DE	15	00	16074	16074059	502	Europe/Berlin
6550385	Nausnitz	nausnitz			DE	15	00	16074	16074061	88	Europe/Berlin
6550386	Neuengönna	neuengoenna			DE	15	00	16074	16074063	678	Europe/Berlin
6550387	Oberbodnitz	oberbodnitz			DE	15	00	16074	16074064	234	Europe/Berlin
6550388	Ottendorf	ottendorf			DE	15	00	16074	16074066	402	Europe/Berlin
6550389	Petersberg	petersberg	Petersberg,Петерсберг		DE	15	00	16074	16074067	286	Europe/Berlin
6550390	Poxdorf	poxdorf			DE	15	00	16074	16074068	91	Europe/Berlin
6550392	Rattelsdorf	rattelsdorf			DE	15	00	16074	16074071	75	Europe/Berlin
6550393	Rauda	rauda			DE	15	00	16074	16074072	299	Europe/Berlin
6550394	Rauschwitz	rauschwitz	Raushvic,lao shi wei ci,Раушвиц,劳施维茨		DE	15	00	16074	16074073	213	Europe/Berlin
6550395	Rausdorf	rausdorf			DE	15	00	16074	16074074	203	Europe/Berlin
6550396	Reichenbach	reichenbach			DE	15	00	16074	16074075	888	Europe/Berlin
6550397	Reinstädt	reinstaedt			DE	15	00	16074	16074076	479	Europe/Berlin
6550398	Renthendorf	renthendorf			DE	15	00	16074	16074077	403	Europe/Berlin
6550399	Rothenstein	rothenstein	Rotenshtajn,luo teng si tai yin,Ротенштайн,Ротенштајн,罗滕斯泰因		DE	15	00	16074	16074079	1139	Europe/Berlin
6550400	Ruttersdorf-Lotschen	ruttersdorf-lotschen			DE	15	00	16074	16074081	327	Europe/Berlin
6550401	Scheiditz	scheiditz			DE	15	00	16074	16074082	52	Europe/Berlin
6550402	Schleifreisen	schleifreisen			DE	15	00	16074	16074084	421	Europe/Berlin
6550403	Schlöben	schloeben			DE	15	00	16074	16074085	922	Europe/Berlin
6550404	Schöngleina	schoengleina	Shenglajna,Shjonglajna,shen ge lai na,Шенглајна,Шёнглайна,申格莱纳		DE	15	00	16074	16074086	528	Europe/Berlin
6550405	Schöps	schoeps			DE	15	00	16074	16074087	251	Europe/Berlin
6550406	Seitenroda	seitenroda			DE	15	00	16074	16074089	196	Europe/Berlin
6550407	Serba	serba			DE	15	00	16074	16074091	707	Europe/Berlin
6550408	Silbitz	silbitz			DE	15	00	16074	16074092	642	Europe/Berlin
6550409	St.Gangloff	st-gangloff			DE	15	00	16074	16074093	1177	Europe/Berlin
6550410	Sulza	sulza			DE	15	00	16074	16074095	274	Europe/Berlin
6550411	Tautenburg	tautenburg			DE	15	00	16074	16074096	289	Europe/Berlin
6550412	Tautendorf	tautendorf			DE	15	00	16074	16074097	137	Europe/Berlin
6550413	Tautenhain	tautenhain	Tautenkhajn,tao teng hai en,Таутенхайн,Таутенхајн,陶滕海恩		DE	15	00	16074	16074098	922	Europe/Berlin
6550414	Thierschneck	thierschneck			DE	15	00	16074	16074099	107	Europe/Berlin
6550415	Tissa	tissa			DE	15	00	16074	16074101	127	Europe/Berlin
6550416	Trockenborn-Wolfersdorf	trockenborn-wolfersdorf			DE	15	00	16074	16074102	591	Europe/Berlin
6550417	Tröbnitz	troebnitz			DE	15	00	16074	16074103	445	Europe/Berlin
6550418	Unterbodnitz	unterbodnitz			DE	15	00	16074	16074104	181	Europe/Berlin
6550419	Waldeck	waldeck			DE	15	00	16074	16074105	225	Europe/Berlin
6550420	Walpernhain	walpernhain			DE	15	00	16074	16074106	173	Europe/Berlin
6550421	Waltersdorf	waltersdorf			DE	15	00	16074	16074107	160	Europe/Berlin
6550422	Weißbach	weissbach			DE	15	00	16074	16074108	108	Europe/Berlin
6550423	Weißenborn	weissenborn			DE	15	00	16074	16074109	1146	Europe/Berlin
6550424	Wichmar	wichmar			DE	15	00	16074	16074112	205	Europe/Berlin
6550425	Zimmern	zimmern			DE	15	00	16074	16074113	192	Europe/Berlin
6550426	Zöllnitz	zoellnitz			DE	15	00	16074	16074114	892	Europe/Berlin
6550430	Bodelwitz	bodelwitz			DE	15	00	16075	16075006	584	Europe/Berlin
6550433	Dittersdorf	dittersdorf	Ditersdorf,Dittersdorf,di te er si duo fu,Дитерсдорф,Диттерсдорф,迪特尔斯多夫		DE	15	00	16075	16075014	464	Europe/Berlin
6550434	Döbritz	doebritz			DE	15	00	16075	16075016	181	Europe/Berlin
6550437	Dreitzsch	dreitzsch			DE	15	00	16075	16075019	418	Europe/Berlin
6550438	Eßbach	essbach			DE	15	00	16075	16075023	242	Europe/Berlin
6550439	Geroda	geroda			DE	15	00	16075	16075029	229	Europe/Berlin
6550440	Gertewitz	gertewitz			DE	15	00	16075	16075031	132	Europe/Berlin
6550441	Görkwitz	goerkwitz			DE	15	00	16075	16075033	276	Europe/Berlin
6550442	Göschitz	goeschitz			DE	15	00	16075	16075034	207	Europe/Berlin
6550443	Gössitz	goessitz			DE	15	00	16075	16075035	307	Europe/Berlin
6550444	Grobengereuth	grobengereuth			DE	15	00	16075	16075039	196	Europe/Berlin
6550446	Keila	keila			DE	15	00	16075	16075047	67	Europe/Berlin
6550447	Kirschkau	kirschkau			DE	15	00	16075	16075048	208	Europe/Berlin
6550449	Langenorla	langenorla			DE	15	00	16075	16075054	1241	Europe/Berlin
6550450	Lemnitz	lemnitz			DE	15	00	16075	16075057	388	Europe/Berlin
6550451	Löhma	loehma			DE	15	00	16075	16075063	265	Europe/Berlin
6550452	Miesitz	miesitz			DE	15	00	16075	16075065	279	Europe/Berlin
6550453	Mittelpöllnitz	mittelpoellnitz			DE	15	00	16075	16075066	285	Europe/Berlin
6550454	Moxa	moxa			DE	15	00	16075	16075069	75	Europe/Berlin
6550456	Neundorf (bei Schleiz)	neundorf-bei-schleiz			DE	15	00	16075	16075072	260	Europe/Berlin
6550457	Nimritz	nimritz			DE	15	00	16075	16075074	315	Europe/Berlin
6550458	Oberoppurg	oberoppurg			DE	15	00	16075	16075075	161	Europe/Berlin
6550459	Oettersdorf	oettersdorf			DE	15	00	16075	16075076	843	Europe/Berlin
6550460	Oppurg	oppurg			DE	15	00	16075	16075077	1126	Europe/Berlin
6550461	Paska	paska			DE	15	00	16075	16075079	100	Europe/Berlin
6550462	Peuschen	peuschen			DE	15	00	16075	16075081	454	Europe/Berlin
6550464	Plothen	plothen			DE	15	00	16075	16075083	259	Europe/Berlin
6550465	Pörmitz	poermitz			DE	15	00	16075	16075084	172	Europe/Berlin
6550467	Quaschwitz	quaschwitz			DE	15	00	16075	16075087	68	Europe/Berlin
6550468	Rosendorf	rosendorf			DE	15	00	16075	16075093	159	Europe/Berlin
6550470	Schmieritz	schmieritz			DE	15	00	16075	16075099	399	Europe/Berlin
6550471	Schmorda	schmorda			DE	15	00	16075	16075101	90	Europe/Berlin
6550472	Schöndorf	schoendorf			DE	15	00	16075	16075102	270	Europe/Berlin
6550473	Seisla	seisla			DE	15	00	16075	16075103	135	Europe/Berlin
6550474	Solkwitz	solkwitz			DE	15	00	16075	16075105	62	Europe/Berlin
6550475	Tegau	tegau			DE	15	00	16075	16075109	393	Europe/Berlin
6550476	Tömmelsdorf	toemmelsdorf			DE	15	00	16075	16075114	124	Europe/Berlin
6550477	Volkmannsdorf	volkmannsdorf			DE	15	00	16075	16075119	258	Europe/Berlin
6550478	Weira	weira			DE	15	00	16075	16075121	388	Europe/Berlin
6550479	Wernburg	wernburg			DE	15	00	16075	16075124	615	Europe/Berlin
6550480	Wilhelmsdorf	wilhelmsdorf			DE	15	00	16075	16075125	218	Europe/Berlin
6550481	Krölpa	kroelpa			DE	15	00	16075	16075129	2580	Europe/Berlin
6550482	Remptendorf	remptendorf			DE	15	00	16075	16075134	3370	Europe/Berlin
6550483	Bethenhausen	bethenhausen			DE	15	00	16076	16076006	222	Europe/Berlin
6550485	Brahmenau	brahmenau			DE	15	00	16076	16076008	917	Europe/Berlin
6550486	Braunichswalde	braunichswalde			DE	15	00	16076	16076009	607	Europe/Berlin
6550488	Caaschwitz	caaschwitz			DE	15	00	16076	16076012	624	Europe/Berlin
6550489	Crimla	crimla			DE	15	00	16076	16076014	263	Europe/Berlin
6550490	Endschütz	endschuetz			DE	15	00	16076	16076017	325	Europe/Berlin
6550491	Gauern	gauern			DE	15	00	16076	16076019	114	Europe/Berlin
6550493	Großenstein	grossenstein			DE	15	00	16076	16076023	1201	Europe/Berlin
6550495	Hartmannsdorf	hartmannsdorf			DE	15	00	16076	16076026	337	Europe/Berlin
6550496	Hilbersdorf	hilbersdorf			DE	15	00	16076	16076027	203	Europe/Berlin
6550497	Hirschfeld	hirschfeld			DE	15	00	16076	16076028	113	Europe/Berlin
6550499	Hundhaupten	hundhaupten			DE	15	00	16076	16076033	317	Europe/Berlin
6550500	Kauern	kauern			DE	15	00	16076	16076034	416	Europe/Berlin
6550501	Korbußen	korbussen			DE	15	00	16076	16076036	432	Europe/Berlin
6550502	Kühdorf	kuehdorf			DE	15	00	16076	16076038	60	Europe/Berlin
6550503	Langenwetzendorf	langenwetzendorf			DE	15	00	16076	16076039	4086	Europe/Berlin
6550504	Langenwolschendorf	langenwolschendorf			DE	15	00	16076	16076041	843	Europe/Berlin
6550505	Lederhose	lederhose	Lederkhose,Lederkhoze,lai de luo sai,Ледерхозе,Ледерхосе,莱德罗塞		DE	15	00	16076	16076042	272	Europe/Berlin
6550506	Lindenkreuz	lindenkreuz			DE	15	00	16076	16076044	441	Europe/Berlin
6550511	Paitzdorf	paitzdorf			DE	15	00	16076	16076055	422	Europe/Berlin
6550512	Pölzig	poelzig			DE	15	00	16076	16076058	1164	Europe/Berlin
6550513	Reichstädt	reichstaedt			DE	15	00	16076	16076059	332	Europe/Berlin
6550514	Rückersdorf	rueckersdorf	Rikersdorf,Rjukersdorf,lu ke er si duo fu,Рикерсдорф,Рюкерсдорф,吕克尔斯多夫		DE	15	00	16076	16076062	730	Europe/Berlin
6550515	Saara	saara			DE	15	00	16076	16076064	583	Europe/Berlin
6550517	Schwaara	schwaara			DE	15	00	16076	16076067	131	Europe/Berlin
6550518	Schwarzbach	schwarzbach			DE	15	00	16076	16076068	223	Europe/Berlin
6550519	Seelingstädt	seelingstaedt			DE	15	00	16076	16076069	1278	Europe/Berlin
6550523	Teichwitz	teichwitz			DE	15	00	16076	16076074	107	Europe/Berlin
6550525	Weißendorf	weissendorf			DE	15	00	16076	16076081	308	Europe/Berlin
6550528	Zedlitz	zedlitz			DE	15	00	16076	16076086	715	Europe/Berlin
6550529	Kraftsdorf	kraftsdorf			DE	15	00	16076	16076089	3726	Europe/Berlin
6550532	Dobitschen	dobitschen			DE	15	00	16077	16077003	439	Europe/Berlin
6550534	Fockendorf	fockendorf			DE	15	00	16077	16077005	803	Europe/Berlin
6550536	Gerstenberg	gerstenberg			DE	15	00	16077	16077007	493	Europe/Berlin
6550537	Göhren	goehren	Geren,Gjoren,Герен,Гёрен		DE	15	00	16077	16077008	413	Europe/Berlin
6550538	Göllnitz	goellnitz			DE	15	00	16077	16077009	320	Europe/Berlin
6550539	Göpfersdorf	goepfersdorf			DE	15	00	16077	16077011	224	Europe/Berlin
6550541	Haselbach	haselbach			DE	15	00	16077	16077015	800	Europe/Berlin
6550542	Heukewalde	heukewalde			DE	15	00	16077	16077016	187	Europe/Berlin
6550543	Jonaswalde	jonaswalde			DE	15	00	16077	16077018	305	Europe/Berlin
6550545	Kriebitzsch	kriebitzsch			DE	15	00	16077	16077022	1005	Europe/Berlin
6550546	Langenleuba-Niederhain	langenleuba-niederhain			DE	15	00	16077	16077023	1746	Europe/Berlin
6550547	Löbichau	loebichau			DE	15	00	16077	16077026	973	Europe/Berlin
6550549	Mehna	mehna			DE	15	00	16077	16077031	271	Europe/Berlin
6550550	Monstab	monstab			DE	15	00	16077	16077034	395	Europe/Berlin
6550552	Nobitz	nobitz			DE	15	00	16077	16077036	7256	Europe/Berlin
6550554	Posterstein	posterstein			DE	15	00	16077	16077041	467	Europe/Berlin
6550555	Rositz	rositz			DE	15	00	16077	16077042	2760	Europe/Berlin
6550556	Starkenberg	starkenberg			DE	15	00	16077	16077044	1888	Europe/Berlin
6550558	Thonhausen	thonhausen			DE	15	00	16077	16077047	525	Europe/Berlin
6550559	Treben	treben			DE	15	00	16077	16077048	1175	Europe/Berlin
6550560	Vollmershain	vollmershain			DE	15	00	16077	16077049	311	Europe/Berlin
6550562	Windischleuba	windischleuba			DE	15	00	16077	16077052	1911	Europe/Berlin
6550567	Sangerhausen	sangerhausen	Sangerhausen,Stadt Sangerhausen		DE	14	00	15087	15087370	25963	Europe/Berlin
6550568	Magdala	magdala	Madala,Magdala,Stadt Magdala,magdala  alman,mjdla,Магдала,ماگدالا، آلمان,مجدلا		DE	15	00	16071	16071053	2029	Europe/Berlin
6550569	Lauscha	lauscha	Lauscha,Stadt Lauscha		DE	15	00	16072	16072011	3260	Europe/Berlin
6550570	Ranis	ranis	Ranis,Stadt Ranis		DE	15	00	16075	16075088	1678	Europe/Berlin
6550571	Alsdorf	alsdorf	Alsdorf,Stadt Alsdorf		DE	07	053	05334	05334004	47149	Europe/Berlin
6550572	Frechen	frechen	Frechen,Stadt Frechen		DE	07	053	05362	05362024	52439	Europe/Berlin
6550573	Owen	owen	Aa,Oven,Owen,Stadt Owen,awfn,awn,Áa,Овен,أوفن,اون		DE	01	081	08116	08116054	3407	Europe/Berlin
6550574	Ditzingen	ditzingen	Ditzingen,Stadt Ditzingen		DE	01	081	08118	08118011	24870	Europe/Berlin
6550575	Friedrichsthal	friedrichsthal	Fridrikhstal,Fridrikhstal',Friedrichsthal,Stadt Friedrichsthal,frydryshtal,fu li de li xi si ta er,Фридрихстал,Фридрихсталь,Фрідріхсталь,فريدريشتال,فریدریشتال,弗里德里希斯塔尔		DE	09	00	10041	10041511	9987	Europe/Berlin
6550576	Püttlingen	puettlingen	Puettlingen,Püttlingen,Stadt Puettlingen,Stadt Püttlingen		DE	09	00	10041	10041515	18348	Europe/Berlin
6550577	Völklingen	voelklingen	Stadt Voelklingen,Stadt Völklingen,Voelklingen,Völklingen		DE	09	00	10041	10041519	39517	Europe/Berlin
6550578	Wadern	wadern	Stadt Wadern,Wadern		DE	09	00	10042	10042116	15673	Europe/Berlin
6550579	Ottweiler / Saar	ottweiler-saar	Ottweiler / Saar,Stadt Ottweiler / Saar		DE	09	00	10043	10043115	14285	Europe/Berlin
6550580	Lebach	lebach	Lebach,Stadt Lebach		DE	09	00	10044	10044112	19073	Europe/Berlin
6550581	Bexbach	bexbach	Bexbach,Stadt Bexbach		DE	09	00	10045	10045111	17626	Europe/Berlin
6550582	Blieskastel	blieskastel	Blieskastel,Stadt Blieskastel		DE	09	00	10045	10045112	20470	Europe/Berlin
6550583	St. Ingbert	st-ingbert	St. Ingbert,Stadt St. Ingbert		DE	09	00	10045	10045117	35427	Europe/Berlin
6550584	Biesenthal	biesenthal	Biesenthal,Stadt Biesenthal		DE	11	00	12060	12060024	5869	Europe/Berlin
6550585	Eberswalde	eberswalde	Eberswalde,Stadt Eberswalde		DE	11	00	12060	12060052	40699	Europe/Berlin
6550586	Joachimsthal	joachimsthal	Joachimsthal,Stadt Joachimsthal		DE	11	00	12060	12060100	3405	Europe/Berlin
6550587	Oderberg	oderberg	Oderberg,Stadt Oderberg		DE	11	00	12060	12060176	2170	Europe/Berlin
6550588	Werneuchen	werneuchen	Stadt Werneuchen,Werneuchen		DE	11	00	12060	12060280	9162	Europe/Berlin
6550589	Golßen	golssen	Golssen,Golßen,Stadt Golssen,Stadt Golßen		DE	11	00	12061	12061164	2509	Europe/Berlin
6550590	Königs Wusterhausen	koenigs-wusterhausen	Koenigs Wusterhausen,Königs Wusterhausen,Stadt Koenigs Wusterhausen,Stadt Königs Wusterhausen		DE	11	00	12061	12061260	37639	Europe/Berlin
6550591	Lieberose	lieberose	Lieberose,Stadt Lieberose		DE	11	00	12061	12061308	1368	Europe/Berlin
6550592	Lübben (Spreewald)	luebben-spreewald	Luebben (Spreewald),Lübben (Spreewald),Stadt Luebben (Spreewald),Stadt Lübben (Spreewald)		DE	11	00	12061	12061316	14022	Europe/Berlin
6550593	Luckau	luckau	Luckau,Stadt Luckau		DE	11	00	12061	12061320	9565	Europe/Berlin
6550594	Märkisch Buchholz	maerkisch-buchholz	Maerkisch Buchholz,Märkisch Buchholz,Stadt Maerkisch Buchholz,Stadt Märkisch Buchholz		DE	11	00	12061	12061328	830	Europe/Berlin
6550595	Mittenwalde	mittenwalde	Mittenwalde,Stadt Mittenwalde		DE	11	00	12061	12061332	9269	Europe/Berlin
6550596	Teupitz	teupitz	Stadt Teupitz,Teupitz		DE	11	00	12061	12061492	1901	Europe/Berlin
6550597	Bad Liebenwerda	bad-liebenwerda	Bad Liebenwerda,Stadt Bad Liebenwerda		DE	11	00	12062	12062024	9140	Europe/Berlin
6550598	Doberlug-Kirchhain	doberlug-kirchhain	Doberlug-Kirchhain,Stadt Doberlug-Kirchhain		DE	11	00	12062	12062092	8920	Europe/Berlin
6550599	Elsterwerda	elsterwerda	Elsterwerda,Stadt Elsterwerda		DE	11	00	12062	12062124	7853	Europe/Berlin
6550600	Finsterwalde	finsterwalde	Finsterwalde,Stadt Finsterwalde		DE	11	00	12062	12062140	16068	Europe/Berlin
6550601	Herzberg (Elster)	herzberg-elster	Herzberg (Elster),Stadt Herzberg (Elster)		DE	11	00	12062	12062224	8917	Europe/Berlin
6550602	Mühlberg/Elbe	muehlberg-elbe	Muehlberg/Elbe,Mühlberg/Elbe,Stadt Muehlberg/Elbe,Stadt Mühlberg/Elbe		DE	11	00	12062	12062341	3671	Europe/Berlin
6550603	Schlieben	schlieben	Schlieben,Stadt Schlieben		DE	11	00	12062	12062445	2424	Europe/Berlin
6550604	Sonnewalde	sonnewalde	Sonnewalde,Stadt Sonnewalde		DE	11	00	12062	12062469	3210	Europe/Berlin
6550605	Uebigau-Wahrenbrück	uebigau-wahrenbrueck	Ibigau-Varenbrjuk,Stadt Uebigau-Wahrenbrueck,Stadt Uebigau-Wahrenbrück,Uebigau-Wahrenbrueck,Uebigau-Wahrenbrück,Ибигау-Варенбрюк		DE	11	00	12062	12062500	5206	Europe/Berlin
6550606	Falkensee	falkensee	Falkensee,Stadt Falkensee		DE	11	00	12063	12063080	43994	Europe/Berlin
6550607	Friesack	friesack	Friesack,Stadt Friesack		DE	11	00	12063	12063088	2524	Europe/Berlin
6550608	Ketzin	ketzin	Ketzin,Stadt Ketzin		DE	11	00	12063	12063148	6530	Europe/Berlin
6550609	Nauen	nauen	Nauen,Stadt Nauen		DE	11	00	12063	12063208	18182	Europe/Berlin
6550610	Premnitz	premnitz	Premnitz,Stadt Premnitz		DE	11	00	12063	12063244	8405	Europe/Berlin
6550611	Rathenow	rathenow	Rathenow,Stadt Rathenow		DE	11	00	12063	12063252	24208	Europe/Berlin
6550612	Rhinow	rhinow	Rhinow,Stadt Rhinow		DE	11	00	12063	12063260	1603	Europe/Berlin
6550613	Altlandsberg	altlandsberg	Altlandsberg,Stadt Altlandsberg		DE	11	00	12064	12064029	9526	Europe/Berlin
6550614	Buckow	buckow	Buckow,Bukkov,Bukov,Stadt Buckow,bu ke,bwkw,Букков,Буков,Բուկով,بوکو,布科		DE	11	00	12064	12064084	1464	Europe/Berlin
6550615	Seelow	seelow	Seelow,Stadt Seelow,Zeelov,Zelov,jello,sai luo,zerou,zyhlw,Зеелов,Зелов,Զելով,زيهلو,زی‌لو,ゼーロウ,塞洛,젤로		DE	11	00	12064	12064448	5422	Europe/Berlin
6550616	Strausberg	strausberg	Stadt Strausberg,Strausberg		DE	11	00	12064	12064472	26853	Europe/Berlin
6550617	Wriezen	wriezen	Stadt Wriezen,Wriezen		DE	11	00	12064	12064512	7174	Europe/Berlin
6550618	Gransee	gransee	Gransee,Stadt Gransee		DE	11	00	12065	12065100	5895	Europe/Berlin
6550619	Hennigsdorf	hennigsdorf	Hennigsdorf,Stadt Hennigsdorf		DE	11	00	12065	12065136	26345	Europe/Berlin
6550620	Hohen Neuendorf	hohen-neuendorf	Hohen Neuendorf,Stadt Hohen Neuendorf		DE	11	00	12065	12065144	26283	Europe/Berlin
6550621	Kremmen	kremmen	Kremmen,Stadt Kremmen		DE	11	00	12065	12065165	7734	Europe/Berlin
6550622	Liebenwalde	liebenwalde	Liebenwalde,Stadt Liebenwalde		DE	11	00	12065	12065193	4309	Europe/Berlin
6550623	Oranienburg	oranienburg	Oranienburg,Stadt Oranienburg		DE	11	00	12065	12065256	44862	Europe/Berlin
6550624	Velten	velten	Stadt Velten,Velten		DE	11	00	12065	12065332	12179	Europe/Berlin
6550625	Zehdenick	zehdenick	Stadt Zehdenick,Zehdenick		DE	11	00	12065	12065356	13387	Europe/Berlin
6550626	Calau	calau	Calau,Stadt Calau		DE	11	00	12066	12066052	7720	Europe/Berlin
6550627	Großräschen	grossraeschen	Grossraeschen,Großräschen,Stadt Grossraeschen,Stadt Großräschen		DE	11	00	12066	12066112	8471	Europe/Berlin
6550628	Lauchhammer	lauchhammer	Lauchhammer,Stadt Lauchhammer		DE	11	00	12066	12066176	14336	Europe/Berlin
6550629	Ortrand	ortrand	Ortrand,Stadt Ortrand		DE	11	00	12066	12066240	2051	Europe/Berlin
6550630	Ruhland	ruhland	Ruhland,Stadt Ruhland		DE	11	00	12066	12066272	3712	Europe/Berlin
6550631	Schwarzheide	schwarzheide	Schwarzheide,Stadt Schwarzheide		DE	11	00	12066	12066296	5635	Europe/Berlin
6550632	Senftenberg	senftenberg	Senftenberg,Stadt Senftenberg		DE	11	00	12066	12066304	23895	Europe/Berlin
6550633	Erkner	erkner	Erkner,Stadt Erkner		DE	11	00	12067	12067124	11856	Europe/Berlin
6550634	Fürstenwalde/Spree	fuerstenwalde-spree	Fuerstenwalde,Fuerstenwalde/Spree,Fürstenwalde,Fürstenwalde/Spree,Stadt Fuerstenwalde/Spree,Stadt Fürstenwalde/Spree		DE	11	00	12067	12067144	31965	Europe/Berlin
6550635	Müllrose	muellrose	Muellrose,Müllrose,Stadt Muellrose,Stadt Müllrose		DE	11	00	12067	12067336	4636	Europe/Berlin
6550636	Neuruppin	neuruppin	Neuruppin,Nojrupin,Nojruppin,Novirupinum,Noyrupin,Reppin,Stadt Neuruppin,noilupin,noirupin,nuo yi lu ping,nwyrwbyn,nwyrwpyn,Нойрупин,Нойруппин,Нойруппін,Нојрупин,Նոյրուպին,نويروبين,نویروپین,ノイルピーン,诺伊鲁平,노이루핀		DE	11	00	12068	12068320	30785	Europe/Berlin
6550637	Neustadt (Dosse)	neustadt-dosse	Neustadt (Dosse),Stadt Neustadt (Dosse)		DE	11	00	12068	12068324	3440	Europe/Berlin
6550638	Beelitz	beelitz	Beelitz,Belic,Belizi,Phon: beːlɪts,Phon: beːlɪt͡s,Spargelstadt Beelitz,Stadt Beelitz,Белиц,Беліц		DE	11	00	12069	12069017	12652	Europe/Berlin
6550639	Bad Belzig	bad-belzig	Amt Belzig,Bad Belcig,Bad Belcʻig,Bad Belzig,Bad-Bel'cig,Belzig,Stadt Bad Belzig,ba te bei er qi xi,bad bltsyg,bad bltsygh,bato・berutsu~ihi,belchihi,Бад Белциг,Бад-Бельциг,Բադ Բելցիգ,باد بلتسيغ,باد بلتسیگ,バート・ベルツィヒ,巴特贝尔齐希,벨치히		DE	11	00	12069	12069020	11141	Europe/Berlin
6550640	Brück	brueck	Brueck,Brück,Stadt Brueck,Stadt Brück		DE	11	00	12069	12069076	3902	Europe/Berlin
6550641	Havelsee	havelsee	Havelsee,Stadt Havelsee		DE	11	00	12069	12069270	3285	Europe/Berlin
6550642	Niemegk	niemegk	Niemegk,Stadt Niemegk		DE	11	00	12069	12069448	2006	Europe/Berlin
6550643	Teltow	teltow	Stadt Teltow,Teltow		DE	11	00	12069	12069616	26902	Europe/Berlin
6550644	Treuenbrietzen	treuenbrietzen	Stadt Treuenbrietzen,Treuenbrietzen		DE	11	00	12069	12069632	7459	Europe/Berlin
6550645	Werder (Havel)	werder-havel	Stadt Werder (Havel),Vehrdehr (Gafehl'),Verder (Gafel'),Verder (Hafel),Verder (Khafel'),Verder (Khafel),Verderis,Verderis prie Havelo,Werder (Havel),Werder an der Havel,Вердер (Гафель),Вердер (Хафел),Вердер (Хафель),Вэрдэр (Гафэль),Վերդեր (Հաֆել)		DE	11	00	12069	12069656	26412	Europe/Berlin
6550646	Ziesar	ziesar	Stadt Ziesar,Ziesar		DE	11	00	12069	12069696	2510	Europe/Berlin
6550647	Bad Wilsnack	bad-wilsnack	Bad Wilsnack,Stadt Bad Wilsnack		DE	11	00	12070	12070008	2533	Europe/Berlin
6550648	Lenzen (Elbe)	lenzen-elbe	Lenzen (Elbe),Stadt Lenzen (Elbe)		DE	11	00	12070	12070244	2071	Europe/Berlin
6550649	Meyenburg	meyenburg	Meyenburg,Stadt Meyenburg		DE	11	00	12070	12070280	2065	Europe/Berlin
6550650	Perleberg	perleberg	Perleberg,Stadt Perleberg		DE	11	00	12070	12070296	12065	Europe/Berlin
6550651	Pritzwalk	pritzwalk	Pritzwalk,Stadt Pritzwalk		DE	11	00	12070	12070316	11879	Europe/Berlin
6550652	Putlitz	putlitz	Putlitz,Stadt Putlitz		DE	11	00	12070	12070325	2664	Europe/Berlin
6550653	Wittenberge	wittenberge	Stadt Wittenberge,Wittenberge		DE	11	00	12070	12070424	16925	Europe/Berlin
6550654	Döbern	doebern	Doebern,Döbern,Stadt Doebern,Stadt Döbern		DE	11	00	12071	12071044	3181	Europe/Berlin
6550655	Drebkau	drebkau	Drebkau,Drjowk,Mesto Drjowk,Město Drjowk,Stadt Drebkau		DE	11	00	12071	12071057	5509	Europe/Berlin
6550656	Forst (Lausitz)	forst-lausitz	Barsc,Barsc (Luzyca),Baršć,Baršć (Łužyca),Forst (Lausitz),Stadt Forst (Lausitz)		DE	11	00	12071	12071076	17902	Europe/Berlin
6550657	Guben	guben	Guben,Stadt Guben		DE	11	00	12071	12071160	16783	Europe/Berlin
6550658	Peitz	peitz	Peitz,Picnjo,Stadt Peitz		DE	11	00	12071	12071304	4368	Europe/Berlin
6550660	Welzow	welzow	Stadt Welzow,Welzow		DE	11	00	12071	12071408	3384	Europe/Berlin
6551458	Kastorf	kastorf			DE	10	00	01053	01053061	1105	Europe/Berlin
6550661	Jüterbog	jueterbog	Jueterbog,Jüterbog,Stadt Jueterbog,Stadt Jüterbog		DE	11	00	12072	12072169	12372	Europe/Berlin
6550662	Luckenwalde	luckenwalde	Luckenwalde,Stadt Luckenwalde		DE	11	00	12072	12072232	20582	Europe/Berlin
6550663	Ludwigsfelde	ludwigsfelde	Ludwigsfelde,Stadt Ludwigsfelde		DE	11	00	12072	12072240	26800	Europe/Berlin
6550664	Trebbin	trebbin	Stadt Trebbin,Trebbin		DE	11	00	12072	12072426	9639	Europe/Berlin
6550665	Zossen	zossen	Stadt Zossen,Zossen		DE	11	00	12072	12072477	19912	Europe/Berlin
6550666	Angermünde	angermuende	Angermuende,Angermünde,Stadt Angermuende,Stadt Angermünde		DE	11	00	12073	12073008	13757	Europe/Berlin
6550667	Brüssow	bruessow	Bruessow,Brüssow,Stadt Bruessow,Stadt Brüssow		DE	11	00	12073	12073085	1800	Europe/Berlin
6550668	Gartz (Oder)	gartz-oder	Gartz (Oder),Stadt Gartz (Oder)		DE	11	00	12073	12073189	2508	Europe/Berlin
6550669	Lychen	lychen	Lychen,Stadt Lychen		DE	11	00	12073	12073384	3178	Europe/Berlin
6550670	Prenzlau	prenzlau	Prenzlau,Stadt Prenzlau		DE	11	00	12073	12073452	18970	Europe/Berlin
6550671	Templin	templin	Stadt Templin,Templin		DE	11	00	12073	12073572	15728	Europe/Berlin
6550672	Kröpelin	kroepelin	Kroepelin,Kröpelin,Stadt Kroepelin,Stadt Kröpelin		DE	12	00	13072	13072058	4752	Europe/Berlin
6550673	Kühlungsborn	kuehlungsborn	Kuehlungsborn,Kühlungsborn,Stadt Kuehlungsborn,Stadt Kühlungsborn		DE	12	00	13072	13072060	7867	Europe/Berlin
6550674	Rerik	rerik	Rerik,Stadt Rerik		DE	12	00	13072	13072085	2160	Europe/Berlin
6550675	Schwaan	schwaan	Schwaan,Stadt Schwaan		DE	12	00	13072	13072095	5017	Europe/Berlin
6550676	Tessin	tessin	Stadt Tessin,Tessin		DE	12	00	13072	13072105	3993	Europe/Berlin
6550677	Altentreptow	altentreptow	Altentreptow,Stadt Altentreptow		DE	12	00	13071	13071004	5262	Europe/Berlin
6550678	Dargun	dargun	Dargun,Stadt Dargun		DE	12	00	13071	13071027	4329	Europe/Berlin
6550679	Jarmen	jarmen	Jarmen,Stadt Jarmen		DE	12	00	13075	13075054	2926	Europe/Berlin
6550680	Loitz	loitz	Loitz,Stadt Loitz		DE	12	00	13075	13075082	4264	Europe/Berlin
6550681	Malchin	malchin	Malchin,Stadt Malchin		DE	12	00	13071	13071092	7326	Europe/Berlin
6550682	Neukalen	neukalen	Neukalen,Stadt Neukalen		DE	12	00	13071	13071109	1741	Europe/Berlin
6550683	Stavenhagen, Reuterstadt	stavenhagen-reuterstadt	Reuterstadt Stavenhagen,Stadt Stavenhagen  Reuterstadt,Stavenhagen  Reuterstadt		DE	12	00	13071	13071142	5723	Europe/Berlin
6550684	Bützow	buetzow	Buetzow,Bützow,Stadt Buetzow,Stadt Bützow		DE	12	00	13072	13072020	7789	Europe/Berlin
6550685	Gnoien	gnoien	Gnoien,Stadt Gnoien		DE	12	00	13072	13072035	2888	Europe/Berlin
6550686	Güstrow	guestrow	Guestrow,Güstrow,Stadt Guestrow,Stadt Güstrow		DE	12	00	13072	13072043	29083	Europe/Berlin
6550687	Krakow am See	krakow-am-see	Krakow am See,Stadt Krakow am See		DE	12	00	13072	13072056	3426	Europe/Berlin
6550688	Laage	laage	Laage,Stadt Laage		DE	12	00	13072	13072062	6469	Europe/Berlin
6550689	Teterow	teterow	Stadt Teterow,Teterow		DE	12	00	13072	13072106	8341	Europe/Berlin
6550690	Dömitz	doemitz	Doemitz,Dömitz,Stadt Doemitz,Stadt Dömitz		DE	12	00	13076	13076034	3011	Europe/Berlin
6550691	Grabow	grabow	Grabov,Grabova,Grabow,Grābova,Stadt Grabow,ge la bo,ghrabw,grabw,Грабов,غرابو,گرابو,格拉博		DE	12	00	13076	13076050	5591	Europe/Berlin
6550692	Hagenow	hagenow	Hagenow,Stadt Hagenow		DE	12	00	13076	13076060	12175	Europe/Berlin
6550693	Lübtheen	luebtheen	Luebtheen,Lübtheen,Stadt Luebtheen,Stadt Lübtheen		DE	12	00	13076	13076088	4655	Europe/Berlin
6550694	Neustadt-Glewe	neustadt-glewe	Neustadt-Glewe,Stadt Neustadt-Glewe		DE	12	00	13076	13076105	7032	Europe/Berlin
6550695	Burg Stargard	burg-stargard	Burg Stargard,Stadt Burg Stargard		DE	12	00	13071	13071021	5384	Europe/Berlin
6550696	Friedland	friedland	Friedland,Stadt Friedland		DE	12	00	13071	13071035	6456	Europe/Berlin
6550697	Mirow	mirow	Mirow,Stadt Mirow		DE	12	00	13071	13071099	3891	Europe/Berlin
6550698	Neustrelitz	neustrelitz	Neustrelitz,Stadt Neustrelitz		DE	12	00	13071	13071110	20128	Europe/Berlin
6550699	Wesenberg	wesenberg	Stadt Wesenberg,Vezenberg,Vezenberga,Vēzenberga,Wesenberg,fyznbrgh,wznbrg  mklnbwrg,Везенберг,فيزنبرغ,وزنبرگ، مکلنبورگ		DE	12	00	13071	13071159	3031	Europe/Berlin
6550700	Woldegk	woldegk	Stadt Woldegk,Woldegk		DE	12	00	13071	13071164	4315	Europe/Berlin
6550701	Malchow	malchow	Malchow,Stadt Malchow		DE	12	00	13071	13071093	6569	Europe/Berlin
6550702	Penzlin	penzlin	Penzlin,Stadt Penzlin		DE	12	00	13071	13071115	4128	Europe/Berlin
6550703	Waren (Müritz)	waren-mueritz	Stadt Waren (Mueritz),Stadt Waren (Müritz),Waren,Waren (Mueritz),Waren (Müritz),Waren an der Mueritz,Waren an der Müritz		DE	12	00	13071	13071156	21057	Europe/Berlin
6550704	Bad Sülze	bad-suelze	Bad Suelze,Bad Sülze,Stadt Bad Suelze,Stadt Bad Sülze		DE	12	00	13073	13073007	1727	Europe/Berlin
6550705	Barth	barth	Barth,Stadt Barth		DE	12	00	13073	13073009	8593	Europe/Berlin
6550706	Franzburg	franzburg	Franzburg,Stadt Franzburg		DE	12	00	13073	13073024	1395	Europe/Berlin
6550707	Grimmen	grimmen	Grimmen,Stadt Grimmen		DE	12	00	13073	13073035	9489	Europe/Berlin
6550708	Marlow	marlow	Marlov,Marlova,Marlow,Stadt Marlow,ma er luo,marlw,marlw  alman,Марлов,مارلو,مارلو، آلمان,马尔洛		DE	12	00	13073	13073055	4594	Europe/Berlin
6550709	Ribnitz-Damgarten	ribnitz-damgarten	Ribnitz-Damgarten,Stadt Ribnitz-Damgarten		DE	12	00	13073	13073075	15235	Europe/Berlin
6550710	Richtenberg	richtenberg	Richtenberg,Stadt Richtenberg		DE	12	00	13073	13073076	1303	Europe/Berlin
6550711	Tribsees	tribsees	Stadt Tribsees,Tribsees		DE	12	00	13073	13073093	2612	Europe/Berlin
6550712	Dassow	dassow	Dassow,Stadt Dassow		DE	12	00	13074	13074017	4063	Europe/Berlin
6550713	Gadebusch	gadebusch	Gadebusch,Stadt Gadebusch		DE	12	00	13074	13074021	5463	Europe/Berlin
6550714	Grevesmühlen	grevesmuehlen	Grevesmuehlen,Grevesmühlen,Stadt Grevesmuehlen,Stadt Grevesmühlen		DE	12	00	13074	13074026	10434	Europe/Berlin
6550715	Klütz	kluetz	Kluetz,Klütz,Stadt Kluetz,Stadt Klütz		DE	12	00	13074	13074039	3053	Europe/Berlin
6550716	Neukloster	neukloster	Neukloster,Stadt Neukloster		DE	12	00	13074	13074057	3960	Europe/Berlin
6550717	Rehna	rehna	Rehna,Stadt Rehna		DE	12	00	13074	13074065	3573	Europe/Berlin
6550718	Schönberg	schoenberg	Schoenberg,Schoenbergi vald,Schönberg,Schönbergi vald,Senberga,Shenberg,Shjonberg,Stadt Schoenberg,Stadt Schönberg,shwnbrg,shwnbrgh,Šenberga,Шенберг,Шёнберг,شونبرغ,شونبرگ		DE	12	00	13074	13074074	4730	Europe/Berlin
6550719	Warin	warin	Stadt Warin,Warin		DE	12	00	13074	13074084	3214	Europe/Berlin
6550720	Anklam	anklam	Anklam,Stadt Anklam		DE	12	00	13075	13075005	12331	Europe/Berlin
6550721	Gützkow	guetzkow	Guetzkow,Gützkow,Stadt Guetzkow,Stadt Gützkow		DE	12	00	13075	13075044	2978	Europe/Berlin
6550722	Lassan	lassan	Lasan,Lasana,Lassan,Leszone,Leszónë,Lossoan,Stadt Lassan,la sang,lasan,lazan  alman,Ласан,Лассан,لازان، آلمان,لاسان,拉桑		DE	12	00	13075	13075074	1483	Europe/Berlin
6550723	Wolgast	wolgast	Stadt Wolgast,Wolgast		DE	12	00	13075	13075144	11879	Europe/Berlin
6550724	Brüel	brueel	Brueel,Brüel,Stadt Brueel,Stadt Brüel		DE	12	00	13076	13076020	2566	Europe/Berlin
6550725	Crivitz	crivitz	Crivitz,Stadt Crivitz		DE	12	00	13076	13076025	4859	Europe/Berlin
6550726	Goldberg	goldberg	Gol'dberg,Goldberg,Goldberga,Stadt Goldberg,ghwldbrgh,gldbrg,Голдберг,Гольдберг,غولدبرغ,گلدبرگ		DE	12	00	13076	13076048	3434	Europe/Berlin
6550727	Lübz	luebz	Luebz,Lübz,Stadt Luebz,Stadt Lübz		DE	12	00	13076	13076089	6239	Europe/Berlin
6550728	Parchim	parchim	Parchim,Stadt Parchim		DE	12	00	13076	13076108	17773	Europe/Berlin
6550729	Plau am See	plau-am-see	Plau am See,Stadt Plau am See		DE	12	00	13076	13076114	6049	Europe/Berlin
6550730	Sternberg	sternberg	Shhernberg,Shternberg,Stadt Sternberg,Sternberg,Sternberga,ashtrnbrg,shi teng bei ge,shtyrnbrgh,Šternberga,Штернберг,Щернберг,اشترنبرگ,شتيرنبرغ,施滕贝格		DE	12	00	13076	13076128	4124	Europe/Berlin
6550731	Bergen auf Rügen	bergen-auf-ruegen	Bergen auf Ruegen,Bergen auf Rügen,Stadt Bergen auf Ruegen,Stadt Bergen auf Rügen		DE	12	00	13073	13073010	13478	Europe/Berlin
6550732	Garz/Rügen	garz-ruegen	Garc,Garca/Rigene,Garca/Rīgene,Garz,Garz/Ruegen,Garz/Rügen,Stadt Garz/Ruegen,Stadt Garz/Rügen,garts  rwgn,gharts,Гарц,غارتس,گارتس، روگن		DE	12	00	13073	13073027	2185	Europe/Berlin
6550733	Putbus	putbus	Putbus,Stadt Putbus		DE	12	00	13073	13073070	4435	Europe/Berlin
6550734	Sassnitz	sassnitz	Sassnitz,Stadt Sassnitz		DE	12	00	13073	13073080	9186	Europe/Berlin
6550735	Eggesin	eggesin	Eggesin,Stadt Eggesin		DE	12	00	13075	13075031	4710	Europe/Berlin
6550736	Pasewalk	pasewalk	Pasewalk,Stadt Pasewalk		DE	12	00	13075	13075105	10047	Europe/Berlin
6550737	Penkun	penkun	Penkun,Stadt Penkun		DE	12	00	13075	13075107	1775	Europe/Berlin
6550738	Ueckermünde	ueckermuende	Stadt Ueckermuende,Stadt Ueckermünde,Ueckermuende,Ueckermünde		DE	12	00	13075	13075136	8442	Europe/Berlin
6550739	Annaberg-Buchholz	annaberg-buchholz	Annaberg-Buchholz,Stadt Annaberg-Buchholz		DE	13	00	14521	14521020	19619	Europe/Berlin
6550740	Ehrenfriedersdorf	ehrenfriedersdorf	Ehrenfriedersdorf,Stadt Ehrenfriedersdorf		DE	13	00	14521	14521160	4680	Europe/Berlin
6550741	Elterlein	elterlein	Elterlein,Stadt Elterlein		DE	13	00	14521	14521180	2849	Europe/Berlin
6550742	Geyer	geyer	Geyer,Stadt Geyer		DE	13	00	14521	14521210	3403	Europe/Berlin
6550743	Jöhstadt	joehstadt	Joehstadt,Jöhstadt,Stadt Joehstadt,Stadt Jöhstadt		DE	13	00	14521	14521330	2620	Europe/Berlin
6550744	Scheibenberg	scheibenberg	Scheibenberg,Stadt Scheibenberg		DE	13	00	14521	14521510	2083	Europe/Berlin
6550745	Schlettau	schlettau	Schlettau,Stadt Schlettau		DE	13	00	14521	14521520	2368	Europe/Berlin
6550746	Thum	thum	Stadt Thum,Thum		DE	13	00	14521	14521640	5118	Europe/Berlin
6550747	Glauchau	glauchau	Glauchau,Stadt Glauchau		DE	13	00	14524	14524080	22233	Europe/Berlin
6550748	Hohenstein-Ernstthal	hohenstein-ernstthal	Hohenstein-Ernstthal,Stadt Hohenstein-Ernstthal		DE	13	00	14524	14524120	14527	Europe/Berlin
6550749	Limbach-Oberfrohna	limbach-oberfrohna	Limbach-Oberfrohna,Stadt Limbach-Oberfrohna		DE	13	00	14524	14524180	23895	Europe/Berlin
6550750	Meerane	meerane	Meerane,Stadt Meerane		DE	13	00	14524	14524190	14001	Europe/Berlin
6550751	Oberlungwitz	oberlungwitz	Oberlungwitz,Stadt Oberlungwitz		DE	13	00	14524	14524230	5864	Europe/Berlin
6550752	Waldenburg	waldenburg	Stadt Waldenburg,Val'denburg,Valdenburg,Valdenburga,Waldenburg,faldnbwrgh,waldnbrg  zaksn,Валденбург,Вальденбург,فالدنبورغ,والدنبرگ، زاکسن		DE	13	00	14524	14524290	4058	Europe/Berlin
6550753	Augustusburg	augustusburg	Augustusburg,Stadt Augustusburg		DE	13	00	14522	14522020	4512	Europe/Berlin
6550754	Brand-Erbisdorf	brand-erbisdorf	Brand-Erbisdorf,Stadt Brand-Erbisdorf		DE	13	00	14522	14522050	9337	Europe/Berlin
6550755	Flöha	floeha	Floeha,Flöha,Stadt Floeha,Stadt Flöha		DE	13	00	14522	14522140	10696	Europe/Berlin
6550756	Frauenstein	frauenstein	Frauehnshtajn,Frauenshtajn,Frauenstein,Frauensteina,Frauenšteina,Stadt Frauenstein,frawnshtayn,fu lao en si tai yin,Фрауенштајн,Фрауэнштайн,فراونشتاين,فراون‌اشتاین,弗劳恩斯泰因		DE	13	00	14522	14522170	2772	Europe/Berlin
6550757	Freiberg	freiberg	Freiberg,Stadt Freiberg		DE	13	00	14522	14522180	40657	Europe/Berlin
6550758	Großschirma	grossschirma	Grossschirma,Großschirma,Stadt Grossschirma,Stadt Großschirma		DE	13	00	14522	14522210	5596	Europe/Berlin
6550759	Oederan	oederan	Oederan,Stadt Oederan		DE	13	00	14522	14522440	7934	Europe/Berlin
6550760	Adorf	adorf	Adorf,Adorfa,Stadt Adorf,a duo fu,adwrf,Адорф,آدورف,阿多夫		DE	13	00	14523	14523010	4844	Europe/Berlin
6550761	Bad Elster	bad-elster	Bad Elster,Stadt Bad Elster		DE	13	00	14523	14523040	3675	Europe/Berlin
6550762	Elsterberg	elsterberg	Elsterberg,Stadt Elsterberg		DE	13	00	14523	14523100	3925	Europe/Berlin
6550763	Lengenfeld	lengenfeld	Lengenfel'd,Lengenfeld,Lengenfelde,Stadt Lengenfeld,lnghnfld,lngnfld,lun gen fei er de,Ленгенфелд,Ленгенфельд,لنغنفلد,لنگنفلد,伦根费尔德		DE	13	00	14523	14523170	7124	Europe/Berlin
6550764	Markneukirchen	markneukirchen	Markneukirchen,Stadt Markneukirchen		DE	13	00	14523	14523200	7470	Europe/Berlin
6550767	Netzschkau	netzschkau	Netzschkau,Stadt Netzschkau		DE	13	00	14523	14523260	3854	Europe/Berlin
6550768	Oelsnitz	oelsnitz	Oelsnitz,Oelsnitz im Vogtland,Stadt Oelsnitz		DE	13	00	14523	14523300	10143	Europe/Berlin
6550769	Rodewisch	rodewisch	Rodewisch,Stadt Rodewisch		DE	13	00	14523	14523360	6373	Europe/Berlin
6550770	Treuen	treuen	Stadt Treuen,Treuen		DE	13	00	14523	14523430	7784	Europe/Berlin
6550772	Marienberg	marienberg	Marienberg,Stadt Marienberg		DE	13	00	14521	14521390	16906	Europe/Berlin
6550773	Olbernhau	olbernhau	Olbernhau,Stadt Olbernhau		DE	13	00	14521	14521460	10840	Europe/Berlin
6550774	Wolkenstein	wolkenstein	Stadt Wolkenstein,Vol'kenshtajn,Volkenshtajn,Volkensteina,Volkenšteina,Wolkenstein,fwlknshtayn,wo er ken si tai yin,Волкенштајн,Волькенштайн,فولكنشتاين,وولکن‌اشتاین,沃尔肯斯泰因		DE	13	00	14521	14521670	3899	Europe/Berlin
6550776	Zschopau	zschopau	Stadt Zschopau,Zschopau		DE	13	00	14521	14521690	9170	Europe/Berlin
6550777	Burgstädt	burgstaedt	Burgstaedt,Burgstädt,Stadt Burgstaedt,Stadt Burgstädt		DE	13	00	14522	14522060	10643	Europe/Berlin
6550778	Geringswalde	geringswalde	Geringswalde,Stadt Geringswalde		DE	13	00	14522	14522190	4183	Europe/Berlin
6550779	Hainichen	hainichen	Hainichen,Hainihene,Khajnikhen,Stadt Hainichen,hai ni xing,hanyshn,haynyshn,Хайнихен,Хајнихен,هانیشن,هاينيشن,海尼兴		DE	13	00	14522	14522230	8558	Europe/Berlin
6550780	Lunzenau	lunzenau	Lunzenau,Stadt Lunzenau		DE	13	00	14522	14522350	4147	Europe/Berlin
6550781	Penig	penig	Penig,Stadt Penig		DE	13	00	14522	14522460	8715	Europe/Berlin
6550782	Rochlitz	rochlitz	Rochlitz,Stadt Rochlitz		DE	13	00	14522	14522490	5710	Europe/Berlin
6550783	Zwönitz	zwoenitz	Stadt Zwoenitz,Stadt Zwönitz,Zwoenitz,Zwönitz		DE	13	00	14521	14521710	11927	Europe/Berlin
6550785	Eibenstock	eibenstock	Eibenstock,Stadt Eibenstock		DE	13	00	14521	14521170	7261	Europe/Berlin
6550787	Johanngeorgenstadt	johanngeorgenstadt	Johanngeorgenstadt,Stadt Johanngeorgenstadt		DE	13	00	14521	14521320	3897	Europe/Berlin
6550788	Lößnitz	loessnitz	Lesnic,Lesnica,Ljosnic,Loessnitz,Lößnitz,Stadt Loessnitz,Stadt Lößnitz,lei si ni ci,lwsnyts,Лесниц,Лёсниц,لوسنيتس,لوسنیتس,勒斯尼茨		DE	13	00	14521	14521370	8201	Europe/Berlin
6550789	Schneeberg	schneeberg	Schneeberg,Shneberg,Shneeberg,Sneberga,Stadt Schneeberg,ashnybrg,shnyhbrgh,Šnēberga,Шнеберг,Шнееберг,اشنیبرگ,شنيهبرغ		DE	13	00	14521	14521530	13873	Europe/Berlin
6550790	Crimmitschau	crimmitschau	Crimmitschau,Stadt Crimmitschau		DE	13	00	14524	14524030	18350	Europe/Berlin
6550791	Werdau	werdau	Stadt Werdau,Werdau		DE	13	00	14524	14524300	20623	Europe/Berlin
6550792	Wilkau-Haßlau	wilkau-hasslau	Stadt Wilkau-Hasslau,Stadt Wilkau-Haßlau,Wilkau-Hasslau,Wilkau-Haßlau		DE	13	00	14524	14524320	9656	Europe/Berlin
6550793	Hoyerswerda	hoyerswerda	Hoyerswerda,Stadt Hoyerswerda,Wojerecy,Worjejce,Wórjejce		DE	13	00	14625	14625240	32405	Europe/Berlin
6550794	Bautzen/Budyšin	bautzen-budysin	Bautzen,Budissa,Budissin,Budysin,Budysyn,Budyšin,Budyšyn,Budyšín,Budziszyn,Stadt Bautzen		DE	13	00	14625	14625020	38425	Europe/Berlin
6550795	Bischofswerda	bischofswerda	Bischofswerda,Biskopicy,Stadt Bischofswerda		DE	13	00	14625	14625040	10938	Europe/Berlin
6550797	Weißenberg	weissenberg	Stadt Weissenberg,Stadt Weißenberg,Weissenberg,Weißenberg,Wospork,Wóspork		DE	13	00	14625	14625610	3096	Europe/Berlin
6550798	Wilthen	wilthen	Stadt Wilthen,Wilthen,Wjelecin,Wjelećin		DE	13	00	14625	14625630	4881	Europe/Berlin
6550799	Coswig	coswig	Coswig,Kosvig,Kosviga,Kosvigas,Stadt Coswig,ke si wei xi,kswyg,Косвиг,Косвіг,کسویگ,科斯维希		DE	13	00	14627	14627010	20739	Europe/Berlin
6550800	Lommatzsch	lommatzsch	Lommatzsch,Stadt Lommatzsch		DE	13	00	14627	14627130	4848	Europe/Berlin
6550801	Meißen	meissen	Majsen,Meisenas,Meisene,Meissen,Meißen,Mejsen,Misen,Misnia,Misno,Miśnia,Mišno,Míšeň,Stadt Meissen,Stadt Meißen,mai sen,maisen,maysn,mayysn,mi sen,myysn,Майсен,Мајсен,Мейсен,מייסן,مائیسن,مايسن,مایسن,ไมเซน,マイセン,迈森,마이센		DE	13	00	14627	14627140	28282	Europe/Berlin
6550802	Nossen	nossen	Nossen,Stadt Nossen		DE	13	00	14627	14627180	10517	Europe/Berlin
6550803	Radebeul	radebeul	Radebeul,Stadt Radebeul		DE	13	00	14627	14627210	33894	Europe/Berlin
6550804	Radeburg	radeburg	Radeburg,Stadt Radeburg		DE	13	00	14627	14627220	7317	Europe/Berlin
6550805	Bad Muskau	bad-muskau	Bad Muskau,Muzakow,Mužakow,Stadt Bad Muskau		DE	13	00	14626	14626010	3686	Europe/Berlin
6550806	Niesky	niesky	Niesky,Niska,Stadt Niesky		DE	13	00	14626	14626370	9343	Europe/Berlin
6550807	Gröditz	groeditz	Groeditz,Gröditz,Stadt Groeditz,Stadt Gröditz		DE	13	00	14627	14627050	6978	Europe/Berlin
6550808	Großenhain	grossenhain	Grossenhain,Großenhain,Stadt Grossenhain,Stadt Großenhain		DE	13	00	14627	14627060	18199	Europe/Berlin
6550809	Riesa	riesa	Riesa,Stadt Riesa		DE	13	00	14627	14627230	29754	Europe/Berlin
6550810	Strehla	strehla	Stadt Strehla,Strehla		DE	13	00	14627	14627270	3721	Europe/Berlin
6550811	Herrnhut	herrnhut	Herrnhut,Stadt Herrnhut		DE	13	00	14626	14626180	5837	Europe/Berlin
6550813	Neusalza-Spremberg	neusalza-spremberg	Neusalza-Spremberg,Nowosolc-Hrodk,Nowosólc-Hródk,Stadt Neusalza-Spremberg		DE	13	00	14626	14626350	3300	Europe/Berlin
6550814	Ostritz	ostritz	Ostritz,Stadt Ostritz		DE	13	00	14626	14626420	2241	Europe/Berlin
6550815	Seifhennersdorf	seifhennersdorf	Seifhennersdorf,Stadt Seifhennersdorf		DE	13	00	14626	14626530	3660	Europe/Berlin
6550816	Bad Gottleuba-Berggießhübel	bad-gottleuba-berggiesshuebel	Bad Gottleuba-Berggiesshuebel,Bad Gottleuba-Berggießhübel,Stadt Bad Gottleuba-Berggiesshuebel,Stadt Bad Gottleuba-Berggießhübel		DE	13	00	14628	14628020	5624	Europe/Berlin
6550817	Bad Schandau	bad-schandau	Bad Schandau,Stadt Bad Schandau		DE	13	00	14628	14628030	3604	Europe/Berlin
6550818	Dohna	dohna	Dohna,Stadt Dohna		DE	13	00	14628	14628080	6183	Europe/Berlin
6550819	Heidenau	heidenau	Heidenau,Heidenava,Khajdenau,Stadt Heidenau,hai de nao,haydhnaw,haydnaw,haydnw,Хайденау,Хајденау,هايدناو,هايدنو,هايدنَو,هایدهناو,海德瑙		DE	13	00	14628	14628160	16540	Europe/Berlin
6550820	Hohnstein	hohnstein	Hohnstein,Honsteina,Honšteina,Khonshhajn,Khonshtajn,Stadt Hohnstein,huo en si tai yin,hwnshtayn,Хонштайн,Хонштајн,Хонщайн,هونشتاين,هون‌اشتاین,ہوہنسٹائن قلعہ,霍恩斯泰因		DE	13	00	14628	14628190	3282	Europe/Berlin
6550821	Liebstadt	liebstadt	Liebstadt,Stadt Liebstadt		DE	13	00	14628	14628230	1270	Europe/Berlin
6550822	Pirna	pirna	Perno,Pirna,Pěrno,Stadt Pirna,brna,byrna,pi er na,prna,pyrna,Пирна,برنا,بيرنا,پرنا,پیرنا,皮尔纳		DE	13	00	14628	14628270	38422	Europe/Berlin
6550823	Sebnitz	sebnitz	Sebnitz,Stadt Sebnitz		DE	13	00	14628	14628360	9461	Europe/Berlin
6550824	Stolpen	stolpen	Stadt Stolpen,Stolpen		DE	13	00	14628	14628380	5579	Europe/Berlin
6550825	Altenberg	altenberg	Al'tenberg,Altenberg,Altenberga,Stadt Altenberg,altnbrg,Алтенберг,Альтенберг,آلتنبرگ		DE	13	00	14628	14628010	7934	Europe/Berlin
6550826	Dippoldiswalde	dippoldiswalde	Dippoldiswalde,Stadt Dippoldiswalde		DE	13	00	14628	14628060	14310	Europe/Berlin
6550827	Freital	freital	Freital,Stadt Freital		DE	13	00	14628	14628110	39703	Europe/Berlin
6550829	Glashütte	glashuette	Glashite,Glashuette,Glashütte,Glaskhite,Glaskhjute,Glaskhjutte,Gljaskhjutte,Stadt Glashuette,Stadt Glashütte,ge la si xu te,ghlashwth,glshwth,Гласхите,Гласхюте,Гласхютте,Глясхютте,غلاسهوته,گلسهوته,格拉斯许特		DE	13	00	14628	14628130	6689	Europe/Berlin
6550830	Rabenau	rabenau	Rabenau,Rabenava,Rābenava,Stadt Rabenau,rabnaw,rabnwa  zaksn,Рабенау,رابناو,رابنوا، زاکسن		DE	13	00	14628	14628300	4420	Europe/Berlin
6550831	Tharandt	tharandt	Stadt Tharandt,Tharandt		DE	13	00	14628	14628400	5439	Europe/Berlin
6550832	Wilsdruff	wilsdruff	Stadt Wilsdruff,Wilsdruff		DE	13	00	14628	14628410	14237	Europe/Berlin
6550833	Bernsdorf	bernsdorf	Bernsdorf,Bernsdorfa,Njedzichow,Njedźichow,Stadt Bernsdorf,brnzdwrf,byrnsdwrf,Бернсдорф,برنزدورف,بيرنسدورف		DE	13	00	14625	14625030	6422	Europe/Berlin
6550834	Elstra	elstra	Elstra,Halstrow,Halštrow,Stadt Elstra		DE	13	00	14625	14625130	2723	Europe/Berlin
6550835	Großröhrsdorf	grossroehrsdorf	Grossroehrsdorf,Großröhrsdorf,Stadt Grossroehrsdorf,Stadt Großröhrsdorf		DE	13	00	14625	14625200	9615	Europe/Berlin
6550836	Kamenz	kamenz	Kamenz,Kamjenc,Stadt Kamenz		DE	13	00	14625	14625250	16914	Europe/Berlin
6550837	Königsbrück	koenigsbrueck	Koenigsbrueck,Königsbrück,Stadt Koenigsbrueck,Stadt Königsbrück		DE	13	00	14625	14625270	4539	Europe/Berlin
6550838	Lauta	lauta	Lauta,Luty,Stadt Lauta,Łuty		DE	13	00	14625	14625310	8363	Europe/Berlin
6550839	Pulsnitz	pulsnitz	Pulsnitz,Stadt Pulsnitz		DE	13	00	14625	14625450	7468	Europe/Berlin
6550840	Radeberg	radeberg	Radeberg,Stadt Radeberg		DE	13	00	14625	14625480	18565	Europe/Berlin
6550841	Wittichenau	wittichenau	Kulow,Stadt Wittichenau,Wittichenau		DE	13	00	14625	14625640	5729	Europe/Berlin
6550842	Bad Düben	bad-dueben	Bad Dueben,Bad Düben,Stadt Bad Dueben,Stadt Bad Düben		DE	13	00	14730	14730020	7830	Europe/Berlin
6550843	Eilenburg	eilenburg	Eilenburg,Stadt Eilenburg		DE	13	00	14730	14730110	15557	Europe/Berlin
6550844	Schkeuditz	schkeuditz	Schkeuditz,Stadt Schkeuditz		DE	13	00	14730	14730270	18312	Europe/Berlin
6550845	Taucha	taucha	Stadt Taucha,Taucha		DE	13	00	14730	14730300	15745	Europe/Berlin
6550846	Hartha	hartha	Hartha,Stadt Hartha		DE	13	00	14522	14522250	6949	Europe/Berlin
6550847	Leisnig	leisnig	Leisnig,Stadt Leisnig		DE	13	00	14522	14522310	8243	Europe/Berlin
6550848	Roßwein	rosswein	Rosswein,Roßwein,Stadt Rosswein,Stadt Roßwein		DE	13	00	14522	14522510	7502	Europe/Berlin
6550849	Waldheim	waldheim	Stadt Waldheim,Val'dgajm,Val'dkhajm,Valdheima,Valdkhajm,Waldheim,vu~arutohaimu,wa er de hai mu,waldhaym,Валдхайм,Валдхајм,Вальдгайм,Вальдхайм,والدهایم,ヴァルトハイム,瓦尔德海姆		DE	13	00	14522	14522570	8951	Europe/Berlin
6550850	Böhlen	boehlen	Belen,Belene,Bjolen,Boehlen,Böhlen,Bēlene,Stadt Boehlen,Stadt Böhlen,bo he lun,bwhln,bwln,Белен,Бёлен,بولن,بوهلن,伯赫伦		DE	13	00	14729	14729040	6651	Europe/Berlin
6550851	Borna	borna	Borna,Bornis,Borno,Stadt Borna,bo er na,brna,bwrna,Борна,برنا,بورنا,博尔纳		DE	13	00	14729	14729050	19118	Europe/Berlin
6550852	Frohburg	frohburg	Frohburg,Stadt Frohburg		DE	13	00	14729	14729140	12443	Europe/Berlin
6550853	Geithain	geithain	Geithain,Stadt Geithain		DE	13	00	14729	14729150	6858	Europe/Berlin
6550854	Groitzsch	groitzsch	Groitzsch,Stadt Groitzsch		DE	13	00	14729	14729170	7586	Europe/Berlin
6550855	Kitzscher	kitzscher	Kitzscher,Stadt Kitzscher		DE	13	00	14729	14729220	5000	Europe/Berlin
6550857	Markkleeberg	markkleeberg	Markkleeberg,Stadt Markkleeberg		DE	13	00	14729	14729260	24748	Europe/Berlin
6550858	Markranstädt	markranstaedt	Markranstaedt,Markranstädt,Stadt Markranstaedt,Stadt Markranstädt		DE	13	00	14729	14729270	15781	Europe/Berlin
6550859	Pegau	pegau	Pegau,Stadt Pegau		DE	13	00	14729	14729350	6325	Europe/Berlin
6550860	Regis-Breitingen	regis-breitingen	Regis-Breitingen,Stadt Regis-Breitingen		DE	13	00	14729	14729360	3897	Europe/Berlin
6550861	Rötha	roetha	Roetha,Rötha,Stadt Roetha,Stadt Rötha		DE	13	00	14729	14729370	6128	Europe/Berlin
6550862	Zwenkau	zwenkau	Stadt Zwenkau,Zwenkau		DE	13	00	14729	14729430	9280	Europe/Berlin
6550863	Bad Lausick	bad-lausick	Bad Lausick,Stadt Bad Lausick		DE	13	00	14729	14729010	7984	Europe/Berlin
6550864	Brandis	brandis	Brandis,Brandisa,Stadt Brandis,brandys,brndys  alman,bu lan di si,burandisu,Брандис,برانديس,برندیس، آلمان,ブランディス,布兰迪斯		DE	13	00	14729	14729070	9624	Europe/Berlin
6550865	Colditz	colditz	Colditz,Stadt Colditz		DE	13	00	14729	14729080	8422	Europe/Berlin
6550866	Grimma	grimma	Grimma,Stadt Grimma		DE	13	00	14729	14729160	28173	Europe/Berlin
6550868	Naunhof	naunhof	Naunhof,Stadt Naunhof		DE	13	00	14729	14729300	8774	Europe/Berlin
6550870	Wurzen	wurzen	Stadt Wurzen,Wurzen		DE	13	00	14729	14729410	16209	Europe/Berlin
6550872	Dahlen	dahlen	Dahlen,Dalen,Dalene,Dālene,Stadt Dahlen,daln,Дален,دالن		DE	13	00	14730	14730060	4245	Europe/Berlin
6550873	Dommitzsch	dommitzsch	Dommitzsch,Stadt Dommitzsch		DE	13	00	14730	14730090	2458	Europe/Berlin
6550874	Mügeln	muegeln	Muegeln,Mügeln,Stadt Muegeln,Stadt Mügeln		DE	13	00	14730	14730200	5872	Europe/Berlin
6550879	Zerbst	zerbst	Cerbst,Serbisco,Serbišćo,Servesta,Stadt Zerbst,Zerbst,Zerbst/Anhalt,cai er bu si te,tsbrst,tsyrbst,Цербст,تسبرست,تسيربست,采尔布斯特		DE	14	00	15082	15082430	21470	Europe/Berlin
6550880	Alsleben (Saale)	alsleben-saale	Alsleben (Saale),Stadt Alsleben (Saale)		DE	14	00	15089	15089005	2525	Europe/Berlin
6550881	Güsten	guesten	Guesten,Güsten,Stadt Guesten,Stadt Güsten		DE	14	00	15089	15089165	4093	Europe/Berlin
6550882	Könnern	koennern	Koennern,Könnern,Stadt Koennern,Stadt Könnern		DE	14	00	15089	15089195	8265	Europe/Berlin
6551459	Kittlitz	kittlitz			DE	10	00	01053	01053062	255	Europe/Berlin
6550883	Nienburg (Saale)	nienburg-saale	Nienburg (Saale),Stadt Nienburg (Saale)		DE	14	00	15089	15089235	6158	Europe/Berlin
6550887	Zörbig	zoerbig	Stadt Zoerbig,Stadt Zörbig,Zoerbig,Zörbig		DE	14	00	15082	15082440	9172	Europe/Berlin
6550890	Annaburg	annaburg	Annaburg,Stadt Annaburg		DE	14	00	15091	15091010	6629	Europe/Berlin
6550891	Bad Schmiedeberg	bad-schmiedeberg	Bad Schmiedeberg,Stadt Bad Schmiedeberg		DE	14	00	15091	15091020	8223	Europe/Berlin
6550892	Gräfenhainichen	graefenhainichen	Graefenhainichen,Gräfenhainichen,Stadt Graefenhainichen,Stadt Gräfenhainichen		DE	14	00	15091	15091110	11540	Europe/Berlin
6550894	Bad Bibra	bad-bibra	Bad Bibra,Stadt Bad Bibra		DE	14	00	15084	15084015	2706	Europe/Berlin
6550896	Eckartsberga	eckartsberga	Eckartsberga,Stadt Eckartsberga		DE	14	00	15084	15084125	2318	Europe/Berlin
6550897	Osterfeld	osterfeld	Osterfel'd,Osterfeld,Stadt Osterfeld,ao si te er fei er de,astrfld,awstrfld,Остерфелд,Остерфельд,أوسترفلد,استرفلد,奥斯特尔费尔德		DE	14	00	15084	15084375	2447	Europe/Berlin
6550898	Stößen	stoessen	Stadt Stoessen,Stadt Stößen,Stoessen,Stößen		DE	14	00	15084	15084470	916	Europe/Berlin
6550899	Zeitz	zeitz	Stadt Zeitz,Zeitz		DE	14	00	15084	15084590	27601	Europe/Berlin
6550900	Gerbstedt	gerbstedt	Gerbstedt,Stadt Gerbstedt		DE	14	00	15087	15087165	7072	Europe/Berlin
6550901	Hettstedt	hettstedt	Hettstedt,Stadt Hettstedt		DE	14	00	15087	15087220	13885	Europe/Berlin
6550902	Mansfeld	mansfeld	Mansfeld,Stadt Mansfeld		DE	14	00	15087	15087275	8649	Europe/Berlin
6550904	Bad Dürrenberg	bad-duerrenberg	Bad Duerrenberg,Bad Dürrenberg,Stadt Bad Duerrenberg,Stadt Bad Dürrenberg		DE	14	00	15088	15088020	11466	Europe/Berlin
6550905	Bad Lauchstädt	bad-lauchstaedt	Bad Lauchstaedt,Bad Lauchstädt,Stadt Bad Lauchstaedt,Stadt Bad Lauchstädt		DE	14	00	15088	15088025	8773	Europe/Berlin
6550906	Braunsbedra	braunsbedra	Braunsbedra,Stadt Braunsbedra		DE	14	00	15088	15088065	10533	Europe/Berlin
6550907	Leuna	leuna	Leuna,Stadt Leuna		DE	14	00	15088	15088205	13908	Europe/Berlin
6550908	Mücheln (Geiseltal)	muecheln-geiseltal	Muecheln (Geiseltal),Mücheln (Geiseltal),Stadt Muecheln (Geiseltal),Stadt Mücheln (Geiseltal)		DE	14	00	15088	15088235	8639	Europe/Berlin
6550910	Schraplau	schraplau	Schraplau,Stadt Schraplau		DE	14	00	15088	15088340	1097	Europe/Berlin
6550911	Landsberg	landsberg	Landsberg,Stadt Landsberg,lan ci bei ge,landsbrgh,lndzbrg  zaksn-anhalt,Ландсберг,لاندسبرغ,لندزبرگ، زاکسن-آنهالت,兰茨贝格		DE	14	00	15088	15088195	15048	Europe/Berlin
6550914	Allstedt	allstedt	Allstedt,Stadt Allstedt		DE	14	00	15087	15087015	7685	Europe/Berlin
6550916	Hohenmölsen	hohenmoelsen	Hohenmoelsen,Hohenmölsen,Stadt Hohenmoelsen,Stadt Hohenmölsen		DE	14	00	15084	15084235	9611	Europe/Berlin
6550917	Lützen	luetzen	Luetzen,Lützen,Stadt Luetzen,Stadt Lützen		DE	14	00	15084	15084315	8523	Europe/Berlin
6550918	Teuchern	teuchern	Stadt Teuchern,Teuchern		DE	14	00	15084	15084490	8086	Europe/Berlin
6550919	Egeln	egeln	Egeln,Stadt Egeln		DE	14	00	15089	15089075	3254	Europe/Berlin
6550920	Hecklingen	hecklingen	Hecklingen,Stadt Hecklingen		DE	14	00	15089	15089175	6981	Europe/Berlin
6550922	Gröningen	groeningen	Groeningen,Groinich,Gröningen,Stadt Groeningen,Stadt Gröningen		DE	14	00	15083	15083245	3615	Europe/Berlin
6550924	Kroppenstedt	kroppenstedt	Kroppenstedt,Stadt Kroppenstedt		DE	14	00	15083	15083355	1414	Europe/Berlin
6550926	Halberstadt	halberstadt	Halberstadt,Stadt Halberstadt		DE	14	00	15085	15085135	40329	Europe/Berlin
6550927	Osterwieck	osterwieck	Osterwieck,Stadt Osterwieck		DE	14	00	15085	15085230	11010	Europe/Berlin
6550928	Schwanebeck	schwanebeck	Schwanebeck,Stadt Schwanebeck		DE	14	00	15085	15085285	2424	Europe/Berlin
6550929	Wegeleben	wegeleben	Stadt Wegeleben,Wegeleben		DE	14	00	15085	15085365	2473	Europe/Berlin
6550930	Burg	burg	Burg,Burg bei Magdeburg,Stadt Burg		DE	14	00	15086	15086015	22406	Europe/Berlin
6550931	Genthin	genthin	Genthin,Stadt Genthin		DE	14	00	15086	15086040	13761	Europe/Berlin
6550932	Gommern	gommern	Gommern,Stadt Gommern		DE	14	00	15086	15086055	10488	Europe/Berlin
6550933	Jerichow	jerichow	Jerichow,Stadt Jerichow		DE	14	00	15086	15086080	6773	Europe/Berlin
6550934	Möckern	moeckern	Moeckern,Möckern,Stadt Moeckern,Stadt Möckern		DE	14	00	15086	15086140	12930	Europe/Berlin
6550935	Haldensleben	haldensleben	Haldensleben,Stadt Haldensleben		DE	14	00	15083	15083270	19143	Europe/Berlin
6550936	Oebisfelde-Weferlingen	oebisfelde-weferlingen			DE	14	00	15083	15083411	13558	Europe/Berlin
6550937	Wolmirstedt	wolmirstedt	Stadt Wolmirstedt,Wolmirstedt		DE	14	00	15083	15083565	11441	Europe/Berlin
6550938	Arneburg	arneburg	Arneburg,Stadt Arneburg		DE	14	00	15090	15090010	1493	Europe/Berlin
6550939	Bismark (Altmark)	bismark-altmark	Bismark (Altmark),Stadt Bismark (Altmark)		DE	14	00	15090	15090070	8143	Europe/Berlin
6550940	Havelberg	havelberg	Havelberg,Stadt Havelberg		DE	14	00	15090	15090225	6547	Europe/Berlin
6550941	Sandau (Elbe)	sandau-elbe	Sandau (Elbe),Stadt Sandau (Elbe)		DE	14	00	15090	15090445	838	Europe/Berlin
6550942	Stendal	stendal	Shtendal,Shtendal',Stadt Stendal,Stendal,Stendalia,Stendalis,ashtndl,shi teng da er,syutendal,Štendalis,Штендал,Штендаль,اشتندل,施滕达尔,슈텐달		DE	14	00	15090	15090535	39103	Europe/Berlin
6550943	Tangerhütte	tangerhuette	Stadt Tangerhuette,Stadt Tangerhütte,Tangerhuette,Tangerhütte		DE	14	00	15090	15090546	10705	Europe/Berlin
6550944	Tangermünde	tangermuende	Stadt Tangermuende,Stadt Tangermünde,Tangermuende,Tangermünde		DE	14	00	15090	15090550	10319	Europe/Berlin
6550945	Werben (Elbe)	werben-elbe	Stadt Werben (Elbe),Werben (Elbe)		DE	14	00	15090	15090610	1042	Europe/Berlin
6550946	Ballenstedt	ballenstedt	Ballenstedt,Stadt Ballenstedt		DE	14	00	15085	15085040	8846	Europe/Berlin
6550949	Harzgerode	harzgerode	Harzgerode,Stadt Harzgerode		DE	14	00	15085	15085145	7709	Europe/Berlin
6550950	Thale	thale	Stadt Thale,Thale		DE	14	00	15085	15085330	17247	Europe/Berlin
6550951	Schönebeck (Elbe)	schoenebeck-elbe	Schoenebeck (Elbe),Schönebeck (Elbe),Stadt Schoenebeck (Elbe),Stadt Schönebeck (Elbe)		DE	14	00	15089	15089305	30532	Europe/Berlin
6550954	Gardelegen	gardelegen	Gardelegen,Stadt Gardelegen		DE	14	00	15081	15081135	22251	Europe/Berlin
6550955	Kalbe (Milde)	kalbe-milde	Kalbe (Milde),Stadt Kalbe (Milde)		DE	14	00	15081	15081240	7580	Europe/Berlin
6550956	Klötze	kloetze	Kloetze,Klötze,Stadt Kloetze,Stadt Klötze		DE	14	00	15081	15081280	9922	Europe/Berlin
6550957	Eisenach	eisenach	Eisenach,Stadt Eisenach		DE	15	00	16056	16056000	42250	Europe/Berlin
6550959	Heilbad Heiligenstadt	heilbad-heiligenstadt	Heilbad Heiligenstadt,Stadt Heilbad Heiligenstadt		DE	15	00	16061	16061045	17129	Europe/Berlin
6550960	Ellrich	ellrich	Ellrich,Stadt Ellrich		DE	15	00	16062	16062005	5449	Europe/Berlin
6550961	Nordhausen	nordhausen	Nordhausen,Stadt Nordhausen		DE	15	00	16062	16062041	41726	Europe/Berlin
6550962	Bad Liebenstein	bad-liebenstein	Bad Libenshtajn,Bad Liebenstein,Bad-Libenshtajn,Stadt Bad Liebenstein,ba te li ben shi tai yin,bad lybnshtayn,Бад Либенштајн,Бад-Либенштайн,باد ليبنشتاين,باد لیبن‌اشتاین,巴特利本施泰因		DE	15	00	16063	16063099	7748	Europe/Berlin
6550963	Bad Salzungen	bad-salzungen	Bad Salzungen,Stadt Bad Salzungen		DE	15	00	16063	16063003	23455	Europe/Berlin
6550965	Geisa	geisa	Geisa,Stadt Geisa		DE	15	00	16063	16063032	4767	Europe/Berlin
6550967	Ruhla	ruhla	Ruhla,Stadt Ruhla		DE	15	00	16063	16063066	5456	Europe/Berlin
6550969	Treffurt	treffurt	Stadt Treffurt,Treffurt		DE	15	00	16063	16063076	6034	Europe/Berlin
6550970	Vacha	vacha	Fakha,Stadt Vacha,Vacha,fa ha,fasha,fasha  alman,Фаха,فاشا,فاشا، آلمان,法哈		DE	15	00	16063	16063082	5125	Europe/Berlin
6550971	Bad Langensalza	bad-langensalza	Bad Langensalza,Stadt Bad Langensalza		DE	15	00	16064	16064003	17271	Europe/Berlin
6550972	Bad Tennstedt	bad-tennstedt	Bad Tennstedt,Stadt Bad Tennstedt		DE	15	00	16064	16064004	2462	Europe/Berlin
6550973	Mühlhausen/Thüringen	muehlhausen-thueringen	Muehlhausen/Thueringen,Mühlhausen/Thüringen,Stadt Muehlhausen/Thueringen,Stadt Mühlhausen/Thüringen		DE	15	00	16064	16064046	36090	Europe/Berlin
6550975	Clingen	clingen	Clingen,Stadt Clingen		DE	15	00	16065	16065012	1068	Europe/Berlin
6550976	Ebeleben	ebeleben	Ebeleben,Stadt Ebeleben		DE	15	00	16065	16065014	2663	Europe/Berlin
6550980	Sondershausen	sondershausen	Sondershausen,Stadt Sondershausen		DE	15	00	16065	16065067	21290	Europe/Berlin
6550983	Oberhof	oberhof	Obergof,Oberhof,Oberhofa,Oberkhof,Stadt Oberhof,ao bei luo fu,awbrhwf,awbrhwf  alman,obahofu,Обергоф,Оберхоф,أوبرهوف,اوبرهوف، آلمان,オーバーホーフ,奥贝罗夫		DE	15	00	16066	16066047	1650	Europe/Berlin
6550984	Wasungen	wasungen	Stadt Wasungen,Wasungen		DE	15	00	16066	16066086	5498	Europe/Berlin
6550985	Zella-Mehlis	zella-mehlis	Stadt Zella-Mehlis,Zella-Mehlis		DE	15	00	16066	16066092	12727	Europe/Berlin
6550986	Friedrichroda	friedrichroda	Friedrichroda,Stadt Friedrichroda		DE	15	00	16067	16067019	7195	Europe/Berlin
6550987	Gotha	gotha	Gotha,Stadt Gotha		DE	15	00	16067	16067029	45419	Europe/Berlin
6550988	Ohrdruf	ohrdruf	Ohrdruf,Stadt Ohrdruf		DE	15	00	16067	16067053	9820	Europe/Berlin
6550989	Waltershausen	waltershausen	Stadt Waltershausen,Waltershausen		DE	15	00	16067	16067072	12838	Europe/Berlin
6550991	Gebesee	gebesee	Gebesee,Stadt Gebesee		DE	15	00	16068	16068014	2116	Europe/Berlin
6550993	Kölleda	koelleda	Koelleda,Kölleda,Stadt Koelleda,Stadt Kölleda		DE	15	00	16068	16068034	6348	Europe/Berlin
6550994	Rastenberg	rastenberg	Rastenberg,Stadt Rastenberg		DE	15	00	16068	16068042	2482	Europe/Berlin
6550995	Weißensee	weissensee	Stadt Weissensee,Stadt Weißensee,Vajsenze,Vajsenzee,Weissensee,Weißensee,faysnzyh,waysnzy dr twryngn,wei sen sai,Вайсензе,Вайсензее,Вајсензе,فايسنزيه,وایسنزی در تورینگن,魏森塞		DE	15	00	16068	16068058	3699	Europe/Berlin
6550997	Eisfeld	eisfeld	Eisfeld,Stadt Eisfeld		DE	15	00	16069	16069012	7561	Europe/Berlin
6550998	Römhild	roemhild	Roemhild,Römhild,Stadt Roemhild,Stadt Römhild		DE	15	00	16069	16069062	6822	Europe/Berlin
6550999	Schleusingen	schleusingen	Schleusingen,Stadt Schleusingen		DE	15	00	16069	16069043	10930	Europe/Berlin
6551000	Themar	themar	Stadt Themar,Themar		DE	15	00	16069	16069051	2807	Europe/Berlin
6551001	Ummerstadt	ummerstadt	Stadt Ummerstadt,Ummerstadt		DE	15	00	16069	16069052	463	Europe/Berlin
6551002	Arnstadt	arnstadt	Arnstadt,Stadt Arnstadt		DE	15	00	16070	16070004	27314	Europe/Berlin
6551005	Ilmenau	ilmenau	Ilmenau,Stadt Ilmenau		DE	15	00	16070	16070029	38891	Europe/Berlin
6551007	Plaue	plaue	Plaue,Stadt Plaue		DE	15	00	16070	16070043	1985	Europe/Berlin
6551008	Stadtilm	stadtilm	Stadt Stadtilm,Stadtilm		DE	15	00	16070	16070048	8406	Europe/Berlin
6551009	Apolda	apolda	Apolda,Stadt Apolda		DE	15	00	16071	16071001	22184	Europe/Berlin
6551010	Bad Berka	bad-berka	Bad Berka,Stadt Bad Berka		DE	15	00	16071	16071003	7500	Europe/Berlin
6551011	Bad Sulza	bad-sulza	Bad Sulza,Stadt Bad Sulza		DE	15	00	16071	16071004	7688	Europe/Berlin
6551012	Blankenhain	blankenhain	Blankenhain,Stadt Blankenhain		DE	15	00	16071	16071008	6440	Europe/Berlin
6551014	Kranichfeld	kranichfeld	Kranichfeld,Stadt Kranichfeld		DE	15	00	16071	16071046	3363	Europe/Berlin
6551015	Neumark	neumark	Neumark,Nojmark,Stadt Neumark,nuo yi ma er ke,nwymark,nwymark bay waymar,Ноймарк,Нојмарк,نويمارك,نویمارک بای وایمار,諾伊馬爾克		DE	15	00	16071	16071061	478	Europe/Berlin
6551016	Neuhaus am Rennweg	neuhaus-am-rennweg	Neuhaus am Rennweg,Stadt Neuhaus am Rennweg		DE	15	00	16072	16072013	8975	Europe/Berlin
6551017	Schalkau	schalkau	Schalkau,Stadt Schalkau		DE	15	00	16072	16072015	3318	Europe/Berlin
6551018	Steinach	steinach	Shtajnakh,Stadt Steinach,Steinach,ashtaynakh,Штайнах,Штајнах,اشتایناخ		DE	15	00	16072	16072019	3799	Europe/Berlin
6551019	Bad Blankenburg	bad-blankenburg	Bad Blankenburg,Stadt Bad Blankenburg		DE	15	00	16073	16073005	6334	Europe/Berlin
6551020	Gräfenthal	graefenthal	Graefenthal,Gräfenthal,Stadt Graefenthal,Stadt Gräfenthal		DE	15	00	16073	16073028	1935	Europe/Berlin
6551022	Lehesten	lehesten	Leehsten,Leesten,Lehesten,Lekhesten,Stadt Lehesten,lai hei si teng,lshtn,lyhshtn,Леестен,Лехестен,Леэстен,لشتن,ليهشتن,莱黑斯滕		DE	15	00	16073	16073046	1672	Europe/Berlin
6551024	Leutenberg	leutenberg	Leutenberg,Stadt Leutenberg		DE	15	00	16073	16073106	2079	Europe/Berlin
6551025	Camburg	camburg	Camburg,Dornburg-Camburg,Stadt Camburg		DE	15	00	16074	16074011	5360	Europe/Berlin
6551156	Neustadt an der Orla	neustadt-an-der-orla	Neustadt an der Orla,Stadt Neustadt an der Orla		DE	15	00	16075	16075073	9198	Europe/Berlin
6551027	Eisenberg	eisenberg	Ajzenberg,Eisenberg,Stadt Eisenberg,ayznbrg,ayznbrgh,Айзенберг,Ајзенберг,آيزنبرغ,آیزنبرگ		DE	15	00	16074	16074018	10849	Europe/Berlin
6551028	Hermsdorf	hermsdorf	Hermsdorf,Khermsdorf,Stadt Hermsdorf,hrmzdwrf,Хермсдорф,هرمزدورف		DE	15	00	16074	16074041	8051	Europe/Berlin
6551029	Kahla	kahla	Kahla,Stadt Kahla		DE	15	00	16074	16074044	6795	Europe/Berlin
6551030	Orlamünde	orlamuende	Orlamuende,Orlamünde,Stadt Orlamuende,Stadt Orlamünde		DE	15	00	16074	16074065	1107	Europe/Berlin
6551031	Stadtroda	stadtroda	Stadt Stadtroda,Stadtroda		DE	15	00	16074	16074094	6646	Europe/Berlin
6551032	Schkölen	schkoelen	Schkoelen,Schkölen,Stadt Schkoelen,Stadt Schkölen		DE	15	00	16074	16074116	2622	Europe/Berlin
6551033	Hirschberg	hirschberg	Hirschberg,Khirshberg,Stadt Hirschberg,hyrshbrg,hyrshbrgh,Хиршберг,هيرشبرغ,هیرشبرگ		DE	15	00	16075	16075046	2132	Europe/Berlin
6551034	Pößneck	poessneck	Poessneck,Pößneck,Stadt Poessneck,Stadt Pößneck		DE	15	00	16075	16075085	11842	Europe/Berlin
6551035	Schleiz	schleiz	Schleiz,Stadt Schleiz		DE	15	00	16075	16075098	8947	Europe/Berlin
6551036	Triptis	triptis	Stadt Triptis,Triptis		DE	15	00	16075	16075116	3658	Europe/Berlin
6551037	Ziegenrück	ziegenrueck	Stadt Ziegenrueck,Stadt Ziegenrück,Ziegenrueck,Ziegenrück		DE	15	00	16075	16075127	657	Europe/Berlin
6551038	Gefell	gefell	Gefell,Stadt Gefell		DE	15	00	16075	16075131	2477	Europe/Berlin
6551039	Tanna	tanna	Stadt Tanna,Tana,Tanna,tana,tana  alman,Тана,Танна,تانا,تانا، آلمان		DE	15	00	16075	16075132	3514	Europe/Berlin
6551040	Wurzbach	wurzbach	Stadt Wurzbach,Wurzbach		DE	15	00	16075	16075133	3081	Europe/Berlin
6551041	Saalburg-Ebersdorf	saalburg-ebersdorf	Saalburg-Ebersdorf,Stadt Saalburg-Ebersdorf		DE	15	00	16075	16075135	3359	Europe/Berlin
6551043	Bad Köstritz	bad-koestritz	Bad Koestritz,Bad Köstritz,Stadt Bad Koestritz,Stadt Bad Köstritz		DE	15	00	16076	16076003	3514	Europe/Berlin
6551044	Greiz	greiz	Greiz,Stadt Greiz		DE	15	00	16076	16076022	20392	Europe/Berlin
6551045	Hohenleuben	hohenleuben	Hohenleuben,Stadt Hohenleuben		DE	15	00	16076	16076029	1403	Europe/Berlin
6551046	Münchenbernsdorf	muenchenbernsdorf	Muenchenbernsdorf,Münchenbernsdorf,Stadt Muenchenbernsdorf,Stadt Münchenbernsdorf		DE	15	00	16076	16076049	2949	Europe/Berlin
6551047	Ronneburg	ronneburg	Roneburg,Ronneburg,Stadt Ronneburg,rnnbwrg,Ронебург,Роннебург,رننبورگ		DE	15	00	16076	16076061	5011	Europe/Berlin
6551049	Weida	weida	Stadt Weida,Weida		DE	15	00	16076	16076079	8372	Europe/Berlin
6551050	Zeulenroda	zeulenroda	Stadt Zeulenroda,Zeulenroda,Zeulenroda-Triebes		DE	15	00	16076	16076087	16350	Europe/Berlin
6551051	Altenburg	altenburg	Altenburg,Stadt Altenburg		DE	15	00	16077	16077001	31633	Europe/Berlin
6551052	Gößnitz	goessnitz	Gesnic,Gjosnic,Goessnitz,Gößnitz,Stadt Goessnitz,Stadt Gößnitz,ge si ni ci,ghwsnyts,gwshnytz,Гесниц,Гёсниц,غوسنيتس,گوشنیتز,格斯尼茨		DE	15	00	16077	16077012	3386	Europe/Berlin
6551053	Lucka	lucka	Lucka,Stadt Lucka		DE	15	00	16077	16077028	3681	Europe/Berlin
6551054	Meuselwitz	meuselwitz	Meuselwitz,Stadt Meuselwitz		DE	15	00	16077	16077032	9954	Europe/Berlin
6551055	Schmölln	schmoelln	Schmoelln,Schmölln,Stadt Schmoelln,Stadt Schmölln		DE	15	00	16077	16077043	13724	Europe/Berlin
6551056	Köthel (Stormarn)	koethel-stormarn			DE	10	00	01062	01062040	336	Europe/Berlin
6551057	Braunfels	braunfels	Braunfels,Stadt Braunfels		DE	05	065	06532	06532003	10934	Europe/Berlin
6551058	Heideblick	heideblick			DE	11	00	12061	12061219	3558	Europe/Berlin
6551059	Steinreich	steinreich			DE	11	00	12061	12061471	477	Europe/Berlin
6551060	Märkisch Luch	maerkisch-luch			DE	11	00	12063	12063186	1265	Europe/Berlin
6551061	Alt Tucheband	alt-tucheband			DE	11	00	12064	12064009	792	Europe/Berlin
6551062	Beiersdorf-Freudenberg	beiersdorf-freudenberg			DE	11	00	12064	12064053	603	Europe/Berlin
6551063	Bleyen-Genschmar	bleyen-genschmar			DE	11	00	12064	12064057	443	Europe/Berlin
6551064	Bliesdorf	bliesdorf			DE	11	00	12064	12064061	1267	Europe/Berlin
6551065	Falkenberg	falkenberg			DE	11	00	12064	12064125	2262	Europe/Berlin
6551066	Fichtenhöhe	fichtenhoehe			DE	11	00	12064	12064130	493	Europe/Berlin
6551067	Garzau-Garzin	garzau-garzin			DE	11	00	12064	12064153	522	Europe/Berlin
6551068	Gusow-Platkow	gusow-platkow			DE	11	00	12064	12064190	1326	Europe/Berlin
6551069	Heckelberg-Brunow	heckelberg-brunow			DE	11	00	12064	12064205	692	Europe/Berlin
6551070	Höhenland	hoehenland			DE	11	00	12064	12064222	1007	Europe/Berlin
6551071	Küstriner Vorland	kuestriner-vorland			DE	11	00	12064	12064266	2575	Europe/Berlin
6551072	Lebus	lebus	Lebus,Stadt Lebus		DE	11	00	12064	12064268	3124	Europe/Berlin
6551073	Lindendorf	lindendorf			DE	11	00	12064	12064290	1319	Europe/Berlin
6551074	Märkische Höhe	maerkische-hoehe			DE	11	00	12064	12064303	584	Europe/Berlin
6551075	Neuhardenberg	neuhardenberg			DE	11	00	12064	12064340	2778	Europe/Berlin
6551076	Neulewin	neulewin			DE	11	00	12064	12064349	913	Europe/Berlin
6551077	Neutrebbin	neutrebbin			DE	11	00	12064	12064365	1372	Europe/Berlin
6551078	Oberbarnim	oberbarnim			DE	11	00	12064	12064370	1730	Europe/Berlin
6551079	Oderaue	oderaue			DE	11	00	12064	12064371	1609	Europe/Berlin
6551080	Prötzel	proetzel			DE	11	00	12064	12064393	992	Europe/Berlin
6551081	Rehfelde	rehfelde			DE	11	00	12064	12064408	5152	Europe/Berlin
6551082	Vierlinden	vierlinden			DE	11	00	12064	12064482	1426	Europe/Berlin
6551083	Zechin	zechin			DE	11	00	12064	12064538	655	Europe/Berlin
6551084	Schipkau	schipkau			DE	11	00	12066	12066285	6661	Europe/Berlin
6551085	Bad Saarow	bad-saarow			DE	11	00	12067	12067024	6003	Europe/Berlin
6551086	Beeskow	beeskow	Beeskow,Stadt Beeskow		DE	11	00	12067	12067036	8040	Europe/Berlin
6551087	Briesen (Mark)	briesen-mark			DE	11	00	12067	12067072	2827	Europe/Berlin
6551088	Eisenhüttenstadt	eisenhuettenstadt			DE	11	00	12067	12067120	23878	Europe/Berlin
6551157	Harth-Pöllnitz	harth-poellnitz			DE	15	00	16076	16076088	2829	Europe/Berlin
6551089	Friedland	friedland	Bryland,Fridland,Friedland,Stadt Friedland,frydland,frydlnd,Фридланд,Ֆրիդլանդ,فريدلاند,فریدلند		DE	11	00	12067	12067137	2985	Europe/Berlin
6551090	Groß Lindow	gross-lindow			DE	11	00	12067	12067180	1702	Europe/Berlin
6551091	Grünheide (Mark)	gruenheide-mark			DE	11	00	12067	12067201	8755	Europe/Berlin
6551092	Grunow-Dammendorf	grunow-dammendorf			DE	11	00	12067	12067205	510	Europe/Berlin
6551093	Jacobsdorf	jacobsdorf			DE	11	00	12067	12067237	1893	Europe/Berlin
6551095	Neißemünde	neissemuende			DE	11	00	12067	12067338	1609	Europe/Berlin
6551096	Neuzelle	neuzelle			DE	11	00	12067	12067357	4284	Europe/Berlin
6551097	Ragow-Merz	ragow-merz			DE	11	00	12067	12067397	521	Europe/Berlin
6551098	Reichenwalde	reichenwalde			DE	11	00	12067	12067413	1216	Europe/Berlin
6551099	Rietz-Neuendorf	rietz-neuendorf			DE	11	00	12067	12067426	4098	Europe/Berlin
6551100	Schlaubetal	schlaubetal			DE	11	00	12067	12067438	1814	Europe/Berlin
6551101	Siehdichum	siehdichum			DE	11	00	12067	12067458	1516	Europe/Berlin
6551102	Spreenhagen	spreenhagen			DE	11	00	12067	12067469	3460	Europe/Berlin
6551103	Steinhöfel	steinhoefel			DE	11	00	12067	12067473	4495	Europe/Berlin
6551104	Storkow (Mark)	storkow-mark	Stadt Storkow (Mark),Storkow (Mark)		DE	11	00	12067	12067481	9226	Europe/Berlin
6551105	Tauche	tauche			DE	11	00	12067	12067493	3809	Europe/Berlin
6551106	Ziltendorf	ziltendorf			DE	11	00	12067	12067552	1478	Europe/Berlin
6551107	Fehrbellin	fehrbellin			DE	11	00	12068	12068117	8943	Europe/Berlin
6551108	Heiligengrabe	heiligengrabe			DE	11	00	12068	12068181	4370	Europe/Berlin
6551109	Kyritz	kyritz	Kyritz,Stadt Kyritz		DE	11	00	12068	12068264	9260	Europe/Berlin
6551110	Lindow (Mark)	lindow-mark	Lindow (Mark),Stadt Lindow (Mark)		DE	11	00	12068	12068280	3003	Europe/Berlin
6551111	Rheinsberg	rheinsberg	Rheinsberg,Stadt Rheinsberg		DE	11	00	12068	12068353	8007	Europe/Berlin
6551112	Temnitztal	temnitztal			DE	11	00	12068	12068426	1506	Europe/Berlin
6551113	Bad Doberan	bad-doberan	Bad Doberan,Stadt Bad Doberan		DE	12	00	13072	13072006	12642	Europe/Berlin
6551114	Dobbin-Linstow	dobbin-linstow			DE	12	00	13072	13072026	480	Europe/Berlin
6551115	Ludwigslust	ludwigslust	Ludwigslust,Stadt Ludwigslust		DE	12	00	13076	13076090	11950	Europe/Berlin
6551116	Malk Göhren	malk-goehren			DE	12	00	13076	13076093	404	Europe/Berlin
6551117	Wittenburg	wittenburg	Stadt Wittenburg,Wittenburg		DE	12	00	13076	13076152	6265	Europe/Berlin
6551118	Usedom	usedom	Stadt Usedom,Usedom,Uzedom,Uzedoma,Uznojm,awzdm,awzdwm,ujedom,Ùznojm,Ūzedoma,Узедом,أوزدوم,اوزدم,우제돔		DE	12	00	13075	13075137	1725	Europe/Berlin
6551119	Torgelow	torgelow	Stadt Torgelow,Torgelow		DE	12	00	13075	13075131	9046	Europe/Berlin
6551120	Sayda	sayda	Sayda,Stadt Sayda		DE	13	00	14522	14522520	1750	Europe/Berlin
6551121	Mittweida	mittweida	Mittweida,Stadt Mittweida		DE	13	00	14522	14522360	14475	Europe/Berlin
6551122	Hartenstein	hartenstein	Hartenstein,Hartensteina,Hartenšteina,Khartenshtajn,Stadt Hartenstein,Хартенштайн,Хартенштајн,هارتن‌اشتاین		DE	13	00	14524	14524090	4540	Europe/Berlin
6551123	Kirchberg	kirchberg	Kirchberg,Kirhberga,Kirkhberg,Stadt Kirchberg,kyrshbrg,Кирхберг,کیرشبرگ		DE	13	00	14524	14524130	8179	Europe/Berlin
6551124	Langenweißbach	langenweissbach			DE	13	00	14524	14524150	2473	Europe/Berlin
6551125	Mülsen	muelsen			DE	13	00	14524	14524200	11057	Europe/Berlin
6551126	Wildenfels	wildenfels	Stadt Wildenfels,Wildenfels		DE	13	00	14524	14524310	3552	Europe/Berlin
6551127	Dresden	dresden	Dresde,Dresden,Stadt Dresden,drysdn,mdynt drysdn,دريسدن,مدينة دريسدن,ڈrysڈn,ڈریسڈن		DE	13	00	14612	14612000	556780	Europe/Berlin
6551129	Löbau	loebau	Loebau,Löbau,Stadt Loebau,Stadt Löbau		DE	13	00	14626	14626290	14456	Europe/Berlin
6551130	Zittau	zittau	Stadt Zittau,Zittau		DE	13	00	14626	14626610	25086	Europe/Berlin
6551131	Delitzsch	delitzsch	Delitzsch,Stadt Delitzsch		DE	13	00	14730	14730070	24823	Europe/Berlin
6551132	Döbeln	doebeln	Doebeln,Döbeln,Stadt Doebeln,Stadt Döbeln		DE	13	00	14522	14522080	23583	Europe/Berlin
6551133	Oschatz	oschatz	Oschatz,Stadt Oschatz		DE	13	00	14730	14730230	14098	Europe/Berlin
6551134	Torgau	torgau	Stadt Torgau,Torgau		DE	13	00	14730	14730310	19883	Europe/Berlin
6551137	Jessen (Elster)	jessen-elster	Jessen (Elster),Stadt Jessen (Elster)		DE	14	00	15091	15091145	14067	Europe/Berlin
6551138	Kemberg	kemberg	Kemberg,Stadt Kemberg		DE	14	00	15091	15091160	9636	Europe/Berlin
6551140	Merseburg	merseburg	Merseburg,Stadt Merseburg		DE	14	00	15088	15088220	33873	Europe/Berlin
6551141	Querfurt	querfurt	Querfurt,Stadt Querfurt		DE	14	00	15088	15088305	10480	Europe/Berlin
6551142	Schkopau	schkopau			DE	14	00	15088	15088330	10926	Europe/Berlin
6551143	Weißenfels	weissenfels	Stadt Weissenfels,Stadt Weißenfels,Weissenfels,Weißenfels		DE	14	00	15084	15084550	40192	Europe/Berlin
6551144	Aschersleben	aschersleben	Aschersleben,Stadt Aschersleben		DE	14	00	15089	15089015	27012	Europe/Berlin
6551145	Staßfurt	stassfurt	Stadt Stassfurt,Stadt Staßfurt,Stassfurt,Staßfurt		DE	14	00	15089	15089310	24923	Europe/Berlin
6551147	Am Großen Bruch	am-grossen-bruch			DE	14	00	15083	15083025	2063	Europe/Berlin
6551148	Quedlinburg	quedlinburg	Quedlinburg,Stadt Quedlinburg		DE	14	00	15085	15085235	23798	Europe/Berlin
6551149	Wernigerode	wernigerode	Stadt Wernigerode,Wernigerode		DE	14	00	15085	15085370	32534	Europe/Berlin
6551150	Salzwedel	salzwedel	Salzwedel,Stadt Salzwedel		DE	14	00	15081	15081455	23453	Europe/Berlin
6551151	Meiningen	meiningen	Meiningen,Stadt Meiningen		DE	15	00	16066	16066042	24796	Europe/Berlin
6551152	Sömmerda	soemmerda	Soemmerda,Stadt Soemmerda,Stadt Sömmerda,Sömmerda		DE	15	00	16068	16068051	18947	Europe/Berlin
6551153	Hildburghausen	hildburghausen	Hildburghausen,Stadt Hildburghausen		DE	15	00	16069	16069024	11831	Europe/Berlin
6551154	Sonneberg	sonneberg	Sonneberg,Stadt Sonneberg		DE	15	00	16072	16072018	23516	Europe/Berlin
6551155	Rudolstadt	rudolstadt	Rudolstadt,Stadt Rudolstadt		DE	15	00	16073	16073076	24943	Europe/Berlin
6551457	Kasseburg	kasseburg			DE	10	00	01053	01053060	578	Europe/Berlin
6551158	Zell, Markt	zell-markt			DE	02	094	09475	09475189	1928	Europe/Berlin
6551159	Diedorf, Markt	diedorf-markt			DE	02	097	09772	09772130	10521	Europe/Berlin
6551160	Perlesreut, Markt	perlesreut-markt			DE	02	092	09272	09272138	2929	Europe/Berlin
6551161	Müden (Mosel)	mueden-mosel			DE	08	00	07135	07135066	642	Europe/Berlin
6551162	Winterbach (Pfalz)	winterbach-pfalz			DE	08	00	07340	07340228	506	Europe/Berlin
6551163	Saarbrücken, Landeshauptstadt	saarbruecken-landeshauptstadt			DE	09	00	10041	10041100	180374	Europe/Berlin
6551164	Merzig, Kreisstadt	merzig-kreisstadt			DE	09	00	10042	10042113	29795	Europe/Berlin
6551165	Neunkirchen, Kreisstadt	neunkirchen-kreisstadt			DE	09	00	10043	10043114	46179	Europe/Berlin
6551166	Saarlouis, Kreisstadt	saarlouis-kreisstadt			DE	09	00	10044	10044115	34522	Europe/Berlin
6551167	Homburg, Kreisstadt	homburg-kreisstadt	Hombourg		DE	09	00	10045	10045114	41875	Europe/Berlin
6551168	Bernau bei Berlin	bernau-bei-berlin	Bernau bei Berlin,Stadt Bernau bei Berlin		DE	11	00	12060	12060020	40031	Europe/Berlin
6551169	Alt Zauche-Wußwerk	alt-zauche-wusswerk			DE	11	00	12061	12061005	483	Europe/Berlin
6551170	Byhleguhre-Byhlen	byhleguhre-byhlen			DE	11	00	12061	12061061	740	Europe/Berlin
6551171	Gorden-Staupitz	gorden-staupitz			DE	11	00	12062	12062177	924	Europe/Berlin
6551172	Lichterfeld-Schacksdorf	lichterfeld-schacksdorf	Likhterfel'd-Shaksdorf,Лихтерфельд-Шаксдорф		DE	11	00	12062	12062293	993	Europe/Berlin
6551173	Massen-Niederlausitz	massen-niederlausitz			DE	11	00	12062	12062333	1866	Europe/Berlin
6551174	Schönwalde-Glien	schoenwalde-glien			DE	11	00	12063	12063273	9864	Europe/Berlin
6551175	Bad Freienwalde (Oder)	bad-freienwalde-oder	Bad Freienwalde (Oder),Stadt Bad Freienwalde (Oder)		DE	11	00	12064	12064044	12304	Europe/Berlin
6551176	Herzberg (Mark)	herzberg-mark			DE	11	00	12068	12068188	617	Europe/Berlin
6551177	Groß Kreutz (Havel)	gross-kreutz-havel			DE	11	00	12069	12069249	8618	Europe/Berlin
6551178	Blankenfelde-Mahlow	blankenfelde-mahlow			DE	11	00	12072	12072017	27939	Europe/Berlin
6551179	Hohenselchow-Groß Pinnow	hohenselchow-gross-pinnow			DE	11	00	12073	12073309	759	Europe/Berlin
6551180	Greifswald	greifswald	Greifswald,Universitaets- und Hansestadt Greifswald,Universitäts- und Hansestadt Greifswald		DE	12	00	13075	13075039	59232	Europe/Berlin
6551181	Rostock, Hansestadt	rostock-hansestadt	Rostock		DE	12	00	13003	13003000	209191	Europe/Berlin
6551182	Schwerin, Landeshauptstadt	schwerin-landeshauptstadt			DE	12	00	13004	13004000	95653	Europe/Berlin
6551183	Stralsund, Hansestadt	stralsund-hansestadt			DE	12	00	13073	13073088	59418	Europe/Berlin
6551184	Demmin, Hansestadt	demmin-hansestadt			DE	12	00	13071	13071029	10564	Europe/Berlin
6551185	Sassen-Trantow	sassen-trantow			DE	12	00	13075	13075123	825	Europe/Berlin
6551186	Dolgen am See	dolgen-am-see			DE	12	00	13072	13072027	648	Europe/Berlin
6551187	Gülzow-Prüzen	guelzow-pruezen			DE	12	00	13072	13072042	1569	Europe/Berlin
6551188	Sukow-Levitzow	sukow-levitzow			DE	12	00	13072	13072103	485	Europe/Berlin
6551189	Bresegard bei Picher	bresegard-bei-picher			DE	12	00	13076	13076019	288	Europe/Berlin
6551190	Bresegard bei Eldena	bresegard-bei-eldena			DE	12	00	13076	13076018	207	Europe/Berlin
6551191	Pätow-Steegen	paetow-steegen			DE	12	00	13076	13076110	397	Europe/Berlin
6551192	Tessin b. Boizenburg	tessin-b-boizenburg			DE	12	00	13076	13076138	419	Europe/Berlin
6551193	Zarrentin am Schaalsee	zarrentin-am-schaalsee	Stadt Zarrentin am Schaalsee,Zarrentin am Schaalsee		DE	12	00	13076	13076159	5228	Europe/Berlin
6551194	Grebs-Niendorf	grebs-niendorf			DE	12	00	13076	13076053	533	Europe/Berlin
6551195	Lüttow-Valluhn	luettow-valluhn			DE	12	00	13076	13076092	884	Europe/Berlin
6551196	Born a. Darß	born-a-darss	Born,Born am Dars,Born auf dem Darss,Born auf dem Darß,Born na Dars,Born-na-Darse,da er si ban dao bo en,Борн ам Дарс,Борн на Дарс,Борн-на-Дарсе,达尔斯半岛博恩		DE	12	00	13073	13073012	1139	Europe/Berlin
6551197	Wieck a. Darß	wieck-a-darss			DE	12	00	13073	13073100	697	Europe/Berlin
6551198	Kuhlen-Wendorf	kuhlen-wendorf			DE	12	00	13076	13076078	793	Europe/Berlin
6551199	Hammer an der Uecker	hammer-an-der-uecker	Hammer a.d. Uecker		DE	12	00	13075	13075045	464	Europe/Berlin
6551200	Strasburg (Uckermark)	strasburg-uckermark	Stadt Strasburg (Uckermark),Strasburg (Uckermark)		DE	12	00	13075	13075130	4635	Europe/Berlin
6551201	Oberwiesenthal, Kurort	oberwiesenthal-kurort	Oberwiesenthal  Kurort,Stadt Oberwiesenthal  Kurort		DE	13	00	14521	14521440	2078	Europe/Berlin
6551202	Grünbach, Höhenluftkurort	gruenbach-hoehenluftkurort			DE	13	00	14523	14523130	1643	Europe/Berlin
6551203	Hartmannsdorf b. Kirchberg	hartmannsdorf-b-kirchberg			DE	13	00	14524	14524100	1373	Europe/Berlin
6551204	Sohland a. d. Spree	sohland-a-d-spree	Sohland an der Spree		DE	13	00	14625	14625560	6743	Europe/Berlin
6551207	Bernstadt a. d. Eigen	bernstadt-a-d-eigen	Bernstadt a. d. Eigen,Stadt Bernstadt a. d. Eigen		DE	13	00	14626	14626030	3354	Europe/Berlin
6551208	Jonsdorf, Kurort	jonsdorf-kurort			DE	13	00	14626	14626210	1548	Europe/Berlin
6551209	Schönau-Berzdorf a. d. Eigen	schoenau-berzdorf-a-d-eigen			DE	13	00	14626	14626500	1460	Europe/Berlin
6551210	Neustadt i. Sa.	neustadt-i-sa	Neustadt i. Sa.,Stadt Neustadt i. Sa.		DE	13	00	14628	14628260	12097	Europe/Berlin
6551211	Rathen, Kurort	rathen-kurort			DE	13	00	14628	14628310	349	Europe/Berlin
6551213	Coswig (Anhalt)	coswig-anhalt	Coswig (Anhalt),Stadt Coswig (Anhalt)		DE	14	00	15091	15091060	11642	Europe/Berlin
6551215	Bernburg (Saale)	bernburg-saale	Bernburg (Saale),Stadt Bernburg (Saale)		DE	14	00	15089	15089030	32573	Europe/Berlin
6551218	Aken (Elbe)	aken-elbe	Aken (Elbe),Stadt Aken (Elbe)		DE	14	00	15082	15082005	7494	Europe/Berlin
6551219	Köthen (Anhalt)	koethen-anhalt	Koethen (Anhalt),Köthen (Anhalt),Stadt Koethen (Anhalt),Stadt Köthen (Anhalt)		DE	14	00	15082	15082180	25641	Europe/Berlin
6551220	Halle (Saale)	halle-saale	Halle (Saale),Stadt Halle (Saale)		DE	14	00	15002	15002000	238762	Europe/Berlin
6551221	Freyburg (Unstrut)	freyburg-unstrut	Freyburg (Unstrut),Stadt Freyburg (Unstrut)		DE	14	00	15084	15084135	4571	Europe/Berlin
6551222	Laucha an der Unstrut	laucha-an-der-unstrut	Laucha an der Unstrut,Stadt Laucha an der Unstrut		DE	14	00	15084	15084285	2831	Europe/Berlin
6551223	Naumburg (Saale)	naumburg-saale	Naumburg (Saale),Stadt Naumburg (Saale)		DE	14	00	15084	15084355	32155	Europe/Berlin
6551224	Nebra (Unstrut)	nebra-unstrut	Nebra (Unstrut),Stadt Nebra (Unstrut)		DE	14	00	15084	15084360	3064	Europe/Berlin
6551231	Kelbra (Kyffhäuser)	kelbra-kyffhaeuser	Kelbra (Kyffhaeuser),Kelbra (Kyffhäuser),Stadt Kelbra (Kyffhaeuser),Stadt Kelbra (Kyffhäuser)		DE	14	00	15087	15087250	3335	Europe/Berlin
6551235	Magdeburg, Landeshauptstadt	magdeburg-landeshauptstadt			DE	14	00	15003	15003000	237565	Europe/Berlin
6551236	Oschersleben (Bode)	oschersleben-bode	Oschersleben (Bode),Stadt Oschersleben (Bode)		DE	14	00	15083	15083415	19483	Europe/Berlin
6551238	Calvörde	calvoerde			DE	14	00	15083	15083125	3406	Europe/Berlin
6551240	Osterburg (Altmark)	osterburg-altmark	Osterburg (Altmark),Stadt Osterburg (Altmark)		DE	14	00	15090	15090415	9680	Europe/Berlin
6551241	Seehausen (Altmark)	seehausen-altmark	Seehausen (Altmark),Stadt Seehausen (Altmark)		DE	14	00	15090	15090520	4825	Europe/Berlin
6551242	Barby	barby	Barbi,Barby,Stadt Barby,barby,Барби,باربي,باربی		DE	14	00	15089	15089026	8323	Europe/Berlin
6551243	Calbe (Saale)	calbe-saale	Calbe (Saale),Stadt Calbe (Saale)		DE	14	00	15089	15089055	8450	Europe/Berlin
6551245	Blankenburg (Harz)	blankenburg-harz	Blankenburg (Harz),Stadt Blankenburg (Harz)		DE	14	00	15085	15085055	19703	Europe/Berlin
6551246	Oberharz am Brocken	oberharz-am-brocken			DE	14	00	15085	15085228	10256	Europe/Berlin
6551247	Ilsenburg (Harz)	ilsenburg-harz	Ilsenburg (Harz),Stadt Ilsenburg (Harz)		DE	14	00	15085	15085190	9565	Europe/Berlin
6551248	Arendsee (Altmark)	arendsee-altmark	Arendsee (Altmark),Stadt Arendsee (Altmark)		DE	14	00	15081	15081030	6750	Europe/Berlin
6551250	Berka v. d. Hainich	berka-v-d-hainich			DE	15	00	16063	16063006	735	Europe/Berlin
6551252	Bad Frankenhausen/Kyffhäuser	bad-frankenhausen-kyffhaeuser	Bad Frankenhausen/Kyffhaeuser,Bad Frankenhausen/Kyffhäuser,Stadt Bad Frankenhausen/Kyffhaeuser,Stadt Bad Frankenhausen/Kyffhäuser		DE	15	00	16065	16065003	10139	Europe/Berlin
6551256	Schmalkalden, Kurort	schmalkalden-kurort	Schmalkalden  Kurort,Stadt Schmalkalden  Kurort		DE	15	00	16066	16066063	19647	Europe/Berlin
6551257	Steinbach-Hallenberg, Kurort	steinbach-hallenberg-kurort	Stadt Steinbach-Hallenberg  Kurort,Steinbach-Hallenberg  Kurort		DE	15	00	16066	16066069	9575	Europe/Berlin
6551258	Tambach-Dietharz/Thür. Wald	tambach-dietharz-thuer-wald	Stadt Tambach-Dietharz/Thuer. Wald,Stadt Tambach-Dietharz/Thür. Wald,Tambach-Dietharz/Thuer. Wald,Tambach-Dietharz/Thür. Wald		DE	15	00	16067	16067065	4256	Europe/Berlin
6551263	Graitschen b. Bürgel	graitschen-b-buergel			DE	15	00	16074	16074028	398	Europe/Berlin
6551264	Lausnitz b. Neustadt an der Orla	lausnitz-b-neustadt-an-der-orla			DE	15	00	16075	16075056	302	Europe/Berlin
6551266	Lobenstein, Moorbad	lobenstein-moorbad	Bad Lobenstein,Lobenstein  Moorbad,Stadt Lobenstein  Moorbad		DE	15	00	16075	16075062	5825	Europe/Berlin
6551267	Linda b. Weida	linda-b-weida			DE	15	00	16076	16076043	443	Europe/Berlin
6551268	Dillingen/Saar	dillingen-saar	Dillingen/ Saar,Stadt Dillingen/ Saar		DE	09	00	10044	10044111	19885	Europe/Berlin
6551269	Vetschau/Spreewald	vetschau-spreewald	Stadt Vetschau/Spreewald,Vetschau/Spreewald,Wetosow,Wetosow/Blota,Wětošow,Wětošow/Błota		DE	11	00	12066	12066320	7941	Europe/Berlin
6551270	Wusterhausen/Dosse	wusterhausen-dosse			DE	11	00	12068	12068477	5761	Europe/Berlin
6551271	Wiesenburg/Mark	wiesenburg-mark			DE	11	00	12069	12069665	4247	Europe/Berlin
6551272	Pausa/Vogtl.	pausa-vogtl	Pausa/Vogtl.,Stadt Pausa/Vogtl.		DE	13	00	14523	14523310	4919	Europe/Berlin
6551273	Weißwasser/O.L.	weisswasser-o-l	Bela Woda,Běła Woda,Stadt Weisswasser/O.L.,Stadt Weißwasser/O.L.,Weisswasser/O.L.,Weißwasser/O.L.		DE	13	00	14626	14626600	15886	Europe/Berlin
6551278	Breitungen/Werra	breitungen-werra			DE	15	00	16066	16066013	4759	Europe/Berlin
6551279	Frankenheim/Rhön	frankenheim-rhoen			DE	15	00	16066	16066024	1077	Europe/Berlin
6551281	Tabarz/Thür. Wald	tabarz-thuer-wald			DE	15	00	16067	16067064	4136	Europe/Berlin
6551282	Brünn/Thür.	bruenn-thuer			DE	15	00	16069	16069006	410	Europe/Berlin
6551284	Saalfeld/Saale	saalfeld-saale	Saalfeld/Saale,Stadt Saalfeld/Saale		DE	15	00	16073	16073077	29278	Europe/Berlin
6551286	Wünschendorf/Elster	wuenschendorf-elster			DE	15	00	16076	16076084	2747	Europe/Berlin
6551287	Selm	selm	Selm,Stadt Selm		DE	07	059	05978	05978032	25925	Europe/Berlin
6551288	Regen	regen	Regen,Reng,Stadt Regen,rgn,ryghn,Реген,Ռեգեն,ريغن,رگن		DE	02	092	09276	09276138	10988	Europe/Berlin
6551289	Tiefenbach	tiefenbach	Tifenbakh,Тифенбах,Тіфенбах,Թիֆենբախ		DE	02	093	09372	09372163	1923	Europe/Berlin
6551290	Braak	braak			DE	10	00	01062	01062011	967	Europe/Berlin
6551291	Siek	siek			DE	10	00	01062	01062069	2457	Europe/Berlin
6551292	Reil	reil			DE	08	00	07231	07231110	969	Europe/Berlin
6551293	Gimbsheim	gimbsheim			DE	08	00	07331	07331034	3023	Europe/Berlin
6551294	Pölitz	poelitz			DE	10	00	01062	01062056	1228	Europe/Berlin
6551295	Flensburg	flensburg	Flensburg,Stadt Flensburg		DE	10	00	01001	01001000	90164	Europe/Berlin
6551296	Neumünster	neumuenster	Neumuenster,Neumünster,Stadt Neumuenster,Stadt Neumünster		DE	10	00	01004	01004000	80196	Europe/Berlin
6551297	Albersdorf	albersdorf	Al'bersdorf,Albersdoerp,Albersdorf,Albersdörp,a er bo si duo fu,Алберсдорф,Альберсдорф,البرس‌دارف,阿尔伯斯多夫		DE	10	00	01051	01051001	3708	Europe/Berlin
6551298	Arkebek	arkebek			DE	10	00	01051	01051002	223	Europe/Berlin
6551299	Averlak	averlak			DE	10	00	01051	01051003	554	Europe/Berlin
6551300	Bargenstedt	bargenstedt			DE	10	00	01051	01051004	962	Europe/Berlin
6551301	Barkenholm	barkenholm			DE	10	00	01051	01051005	163	Europe/Berlin
6551302	Barlt	barlt			DE	10	00	01051	01051006	752	Europe/Berlin
6551303	Bergewöhrden	bergewoehrden			DE	10	00	01051	01051008	36	Europe/Berlin
6551304	Brickeln	brickeln			DE	10	00	01051	01051010	212	Europe/Berlin
6551305	Buchholz	buchholz			DE	10	00	01051	01051012	998	Europe/Berlin
6551306	Büsum	buesum			DE	10	00	01051	01051013	4907	Europe/Berlin
6551307	Büsumer Deichhausen	buesumer-deichhausen			DE	10	00	01051	01051014	358	Europe/Berlin
6551308	Bunsoh	bunsoh	Bunzo,ben suo,Бунзо,本索		DE	10	00	01051	01051015	777	Europe/Berlin
6551309	Burg (Dithmarschen)	burg-dithmarschen			DE	10	00	01051	01051016	4159	Europe/Berlin
6551310	Busenwurth	busenwurth			DE	10	00	01051	01051017	310	Europe/Berlin
6551311	Dellstedt	dellstedt			DE	10	00	01051	01051019	736	Europe/Berlin
6551312	Delve	delve			DE	10	00	01051	01051020	735	Europe/Berlin
6551313	Diekhusen-Fahrstedt	diekhusen-fahrstedt			DE	10	00	01051	01051021	683	Europe/Berlin
6551314	Dingen	dingen			DE	10	00	01051	01051022	627	Europe/Berlin
6551315	Dörpling	doerpling			DE	10	00	01051	01051023	618	Europe/Berlin
6551316	Eddelak	eddelak			DE	10	00	01051	01051024	1330	Europe/Berlin
6551317	Eggstedt	eggstedt			DE	10	00	01051	01051026	756	Europe/Berlin
6551318	Elpersbüttel	elpersbuettel			DE	10	00	01051	01051027	844	Europe/Berlin
6551319	Epenwöhrden	epenwoehrden			DE	10	00	01051	01051028	766	Europe/Berlin
6551320	Fedderingen	fedderingen			DE	10	00	01051	01051030	280	Europe/Berlin
6551321	Frestedt	frestedt			DE	10	00	01051	01051032	350	Europe/Berlin
6551322	Friedrichsgabekoog	friedrichsgabekoog			DE	10	00	01051	01051033	53	Europe/Berlin
6551323	Friedrichskoog	friedrichskoog			DE	10	00	01051	01051034	2539	Europe/Berlin
6551324	Gaushorn	gaushorn			DE	10	00	01051	01051035	173	Europe/Berlin
6551325	Glüsing	gluesing			DE	10	00	01051	01051036	111	Europe/Berlin
6551326	Großenrade	grossenrade			DE	10	00	01051	01051037	454	Europe/Berlin
6551327	Groven	groven	Grofen,Groven,ge luo fen,Гровен,Грофен,格罗芬		DE	10	00	01051	01051038	84	Europe/Berlin
6551328	Gudendorf	gudendorf			DE	10	00	01051	01051039	390	Europe/Berlin
6551330	Hedwigenkoog	hedwigenkoog			DE	10	00	01051	01051043	214	Europe/Berlin
6551331	Hellschen-Heringsand-Unterschaar	hellschen-heringsand-unterschaar			DE	10	00	01051	01051045	167	Europe/Berlin
6551332	Hemme	hemme			DE	10	00	01051	01051047	493	Europe/Berlin
6551333	Hemmingstedt	hemmingstedt			DE	10	00	01051	01051048	2878	Europe/Berlin
6551334	Hennstedt	hennstedt	Khenshtedt,Khenshtet,heng shi tai te,Хенштедт,Хенштет,亨施泰特		DE	10	00	01051	01051049	1975	Europe/Berlin
6551335	Hillgroven	hillgroven			DE	10	00	01051	01051050	58	Europe/Berlin
6551336	Hochdonn	hochdonn			DE	10	00	01051	01051051	1059	Europe/Berlin
6551337	Hövede	hoevede			DE	10	00	01051	01051052	60	Europe/Berlin
6551338	Hollingstedt	hollingstedt	Kholingshtet,Khollingshtedt,Холингштет,Холлингштедт		DE	10	00	01051	01051053	303	Europe/Berlin
6551339	Kaiser-Wilhelm-Koog	kaiser-wilhelm-koog			DE	10	00	01051	01051057	348	Europe/Berlin
6551340	Karolinenkoog	karolinenkoog			DE	10	00	01051	01051058	143	Europe/Berlin
6551341	Kleve	kleve			DE	10	00	01051	01051060	390	Europe/Berlin
6551342	Krempel	krempel			DE	10	00	01051	01051061	606	Europe/Berlin
6551343	Kronprinzenkoog	kronprinzenkoog			DE	10	00	01051	01051062	803	Europe/Berlin
6551344	Krumstedt	krumstedt	Krumshtedt,Krumshtet,ke lu mu si te,Крумштедт,Крумштет,克鲁姆斯特		DE	10	00	01051	01051063	471	Europe/Berlin
6551345	Kuden	kuden			DE	10	00	01051	01051064	601	Europe/Berlin
6551346	Lehe	lehe			DE	10	00	01051	01051065	1108	Europe/Berlin
6551347	Lieth	lieth			DE	10	00	01051	01051067	372	Europe/Berlin
6551348	Linden	linden			DE	10	00	01051	01051068	866	Europe/Berlin
6551349	Lohe-Rickelshof	lohe-rickelshof			DE	10	00	01051	01051069	2095	Europe/Berlin
6551350	Lunden	lunden			DE	10	00	01051	01051071	1701	Europe/Berlin
6551351	Marnerdeich	marnerdeich			DE	10	00	01051	01051073	396	Europe/Berlin
6551352	Neuenkirchen	neuenkirchen			DE	10	00	01051	01051075	949	Europe/Berlin
6551353	Neufeld	neufeld			DE	10	00	01051	01051076	594	Europe/Berlin
6551354	Neufelderkoog	neufelderkoog			DE	10	00	01051	01051077	119	Europe/Berlin
6551355	Nindorf	nindorf			DE	10	00	01051	01051078	1153	Europe/Berlin
6551356	Norddeich	norddeich			DE	10	00	01051	01051079	395	Europe/Berlin
6551357	Norderheistedt	norderheistedt			DE	10	00	01051	01051080	145	Europe/Berlin
6551358	Norderwöhrden	norderwoehrden			DE	10	00	01051	01051081	257	Europe/Berlin
6551359	Nordhastedt	nordhastedt			DE	10	00	01051	01051082	2827	Europe/Berlin
6551360	Odderade	odderade			DE	10	00	01051	01051083	323	Europe/Berlin
6551361	Oesterdeichstrich	oesterdeichstrich			DE	10	00	01051	01051084	275	Europe/Berlin
6551362	Offenbüttel	offenbuettel			DE	10	00	01051	01051085	251	Europe/Berlin
6551363	Osterrade	osterrade			DE	10	00	01051	01051086	413	Europe/Berlin
6551364	Ostrohe	ostrohe			DE	10	00	01051	01051087	915	Europe/Berlin
6551365	Pahlen	pahlen			DE	10	00	01051	01051088	1138	Europe/Berlin
6551366	Quickborn	quickborn			DE	10	00	01051	01051089	189	Europe/Berlin
6551367	Ramhusen	ramhusen			DE	10	00	01051	01051090	148	Europe/Berlin
6551368	Rehm-Flehde-Bargen	rehm-flehde-bargen			DE	10	00	01051	01051092	515	Europe/Berlin
6551369	Reinsbüttel	reinsbuettel			DE	10	00	01051	01051093	384	Europe/Berlin
6551370	Sankt Annen	sankt-annen	Sankt Anen,Sankt-Annen,sheng an nen,Санкт Анен,Санкт-Аннен,圣安嫩		DE	10	00	01051	01051096	325	Europe/Berlin
6551371	Sankt Michaelisdonn	sankt-michaelisdonn			DE	10	00	01051	01051097	3399	Europe/Berlin
6551372	Sarzbüttel	sarzbuettel			DE	10	00	01051	01051098	696	Europe/Berlin
6551373	Schafstedt	schafstedt	Shafshtedt,Shafshtet,sha fu si te,Шафштедт,Шафштет,沙夫斯特		DE	10	00	01051	01051099	1248	Europe/Berlin
6551374	Schalkholz	schalkholz			DE	10	00	01051	01051100	585	Europe/Berlin
6551375	Schlichting	schlichting			DE	10	00	01051	01051102	236	Europe/Berlin
6551376	Schrum	schrum			DE	10	00	01051	01051104	72	Europe/Berlin
6551377	Schülp	schuelp			DE	10	00	01051	01051105	396	Europe/Berlin
6551378	Stelle-Wittenwurth	stelle-wittenwurth			DE	10	00	01051	01051107	413	Europe/Berlin
6551379	Strübbel	struebbel			DE	10	00	01051	01051108	85	Europe/Berlin
6551380	Süderdeich	suederdeich			DE	10	00	01051	01051109	472	Europe/Berlin
6551381	Süderhastedt	suederhastedt	Ziderkhashtet,Zjuderkhashtedt,xu de la si te,Зидерхаштет,Зюдерхаштедт,叙德拉斯特		DE	10	00	01051	01051110	755	Europe/Berlin
6551382	Süderheistedt	suederheistedt			DE	10	00	01051	01051141	537	Europe/Berlin
6551383	Wöhrden	woehrden			DE	10	00	01051	01051113	1260	Europe/Berlin
6551384	Tellingstedt	tellingstedt			DE	10	00	01051	01051114	2678	Europe/Berlin
6551385	Wallen	wallen			DE	10	00	01051	01051120	32	Europe/Berlin
6551386	Warwerort	warwerort			DE	10	00	01051	01051121	235	Europe/Berlin
6551387	Weddingstedt	weddingstedt			DE	10	00	01051	01051122	2303	Europe/Berlin
6551388	Welmbüttel	welmbuettel			DE	10	00	01051	01051125	428	Europe/Berlin
6551389	Wennbüttel	wennbuettel			DE	10	00	01051	01051126	84	Europe/Berlin
6551390	Wesselburener Deichhausen	wesselburener-deichhausen			DE	10	00	01051	01051128	104	Europe/Berlin
6551391	Wesselburenerkoog	wesselburenerkoog			DE	10	00	01051	01051129	178	Europe/Berlin
6551392	Wesseln	wesseln			DE	10	00	01051	01051130	1433	Europe/Berlin
6551393	Westerborstel	westerborstel			DE	10	00	01051	01051131	95	Europe/Berlin
6551394	Westerdeichstrich	westerdeichstrich			DE	10	00	01051	01051132	874	Europe/Berlin
6551395	Wiemerstedt	wiemerstedt			DE	10	00	01051	01051133	151	Europe/Berlin
6551396	Windbergen	windbergen			DE	10	00	01051	01051134	792	Europe/Berlin
6551397	Wolmersdorf	wolmersdorf			DE	10	00	01051	01051135	317	Europe/Berlin
6551398	Wrohm	wrohm			DE	10	00	01051	01051136	706	Europe/Berlin
6551399	Nordermeldorf	nordermeldorf			DE	10	00	01051	01051137	604	Europe/Berlin
6551400	Tensbüttel-Röst	tensbuettel-roest			DE	10	00	01051	01051138	670	Europe/Berlin
6551401	Süderdorf	suederdorf			DE	10	00	01051	01051139	345	Europe/Berlin
6551402	Oesterwurth	oesterwurth			DE	10	00	01051	01051140	248	Europe/Berlin
6551403	Albsfelde	albsfelde			DE	10	00	01053	01053001	70	Europe/Berlin
6551404	Alt Mölln	alt-moelln			DE	10	00	01053	01053002	848	Europe/Berlin
6551405	Bäk	baek			DE	10	00	01053	01053004	886	Europe/Berlin
6551406	Bälau	baelau			DE	10	00	01053	01053005	230	Europe/Berlin
6551407	Basedow	basedow			DE	10	00	01053	01053006	653	Europe/Berlin
6551408	Basthorst	basthorst			DE	10	00	01053	01053007	418	Europe/Berlin
6551409	Behlendorf	behlendorf			DE	10	00	01053	01053008	381	Europe/Berlin
6551410	Berkenthin	berkenthin			DE	10	00	01053	01053009	2082	Europe/Berlin
6551411	Besenthal	besenthal			DE	10	00	01053	01053010	92	Europe/Berlin
6551412	Bliestorf	bliestorf			DE	10	00	01053	01053011	663	Europe/Berlin
6551413	Börnsen	boernsen			DE	10	00	01053	01053012	4796	Europe/Berlin
6551414	Borstorf	borstorf			DE	10	00	01053	01053013	300	Europe/Berlin
6551415	Breitenfelde	breitenfelde			DE	10	00	01053	01053014	1953	Europe/Berlin
6551416	Bröthen	broethen			DE	10	00	01053	01053015	311	Europe/Berlin
6551417	Brunsmark	brunsmark			DE	10	00	01053	01053016	156	Europe/Berlin
6551418	Brunstorf	brunstorf			DE	10	00	01053	01053017	738	Europe/Berlin
6551419	Buchholz	buchholz			DE	10	00	01053	01053018	240	Europe/Berlin
6551420	Buchhorst	buchhorst			DE	10	00	01053	01053019	140	Europe/Berlin
6551421	Büchen	buechen			DE	10	00	01053	01053020	6093	Europe/Berlin
6551422	Dahmker	dahmker			DE	10	00	01053	01053021	139	Europe/Berlin
6551423	Dalldorf	dalldorf			DE	10	00	01053	01053022	349	Europe/Berlin
6551424	Dassendorf	dassendorf			DE	10	00	01053	01053023	3405	Europe/Berlin
6551425	Düchelsdorf	duechelsdorf			DE	10	00	01053	01053024	166	Europe/Berlin
6551426	Duvensee	duvensee			DE	10	00	01053	01053025	549	Europe/Berlin
6551427	Einhaus	einhaus			DE	10	00	01053	01053026	421	Europe/Berlin
6551428	Elmenhorst	elmenhorst			DE	10	00	01053	01053027	844	Europe/Berlin
6551429	Escheburg	escheburg			DE	10	00	01053	01053028	3461	Europe/Berlin
6551430	Fitzen	fitzen			DE	10	00	01053	01053029	364	Europe/Berlin
6551431	Fredeburg	fredeburg			DE	10	00	01053	01053030	41	Europe/Berlin
6551432	Fuhlenhagen	fuhlenhagen			DE	10	00	01053	01053031	386	Europe/Berlin
6551433	Giesensdorf	giesensdorf			DE	10	00	01053	01053033	150	Europe/Berlin
6551434	Göldenitz	goeldenitz			DE	10	00	01053	01053034	228	Europe/Berlin
6551435	Göttin	goettin			DE	10	00	01053	01053035	65	Europe/Berlin
6551436	Grabau	grabau			DE	10	00	01053	01053036	349	Europe/Berlin
6551437	Grambek	grambek			DE	10	00	01053	01053037	492	Europe/Berlin
6551438	Grinau	grinau			DE	10	00	01053	01053038	296	Europe/Berlin
6551439	Groß Boden	gross-boden			DE	10	00	01053	01053039	209	Europe/Berlin
6551440	Groß Disnack	gross-disnack			DE	10	00	01053	01053040	84	Europe/Berlin
6551441	Groß Grönau	gross-groenau			DE	10	00	01053	01053041	3765	Europe/Berlin
6551442	Groß Pampau	gross-pampau			DE	10	00	01053	01053042	149	Europe/Berlin
6551443	Groß Sarau	gross-sarau			DE	10	00	01053	01053043	1013	Europe/Berlin
6551444	Groß Schenkenberg	gross-schenkenberg			DE	10	00	01053	01053044	570	Europe/Berlin
6551445	Grove	grove			DE	10	00	01053	01053045	236	Europe/Berlin
6551446	Gudow	gudow			DE	10	00	01053	01053046	1672	Europe/Berlin
6551447	Gülzow	guelzow			DE	10	00	01053	01053047	1313	Europe/Berlin
6551448	Güster	guester			DE	10	00	01053	01053048	1300	Europe/Berlin
6551449	Hamwarde	hamwarde			DE	10	00	01053	01053050	867	Europe/Berlin
6551450	Harmsdorf	harmsdorf			DE	10	00	01053	01053051	326	Europe/Berlin
6551451	Havekost	havekost			DE	10	00	01053	01053052	184	Europe/Berlin
6551452	Hohenhorn	hohenhorn			DE	10	00	01053	01053053	545	Europe/Berlin
6551453	Hollenbek	hollenbek			DE	10	00	01053	01053054	434	Europe/Berlin
6551454	Hornbek	hornbek			DE	10	00	01053	01053056	188	Europe/Berlin
6551455	Juliusburg	juliusburg			DE	10	00	01053	01053058	170	Europe/Berlin
6551456	Kankelau	kankelau			DE	10	00	01053	01053059	224	Europe/Berlin
6551460	Klein Pampau	klein-pampau			DE	10	00	01053	01053064	648	Europe/Berlin
6551461	Klein Zecher	klein-zecher			DE	10	00	01053	01053066	235	Europe/Berlin
6551462	Klempau	klempau			DE	10	00	01053	01053067	611	Europe/Berlin
6551463	Klinkrade	klinkrade			DE	10	00	01053	01053068	604	Europe/Berlin
6551464	Koberg	koberg			DE	10	00	01053	01053069	783	Europe/Berlin
6551465	Kollow	kollow			DE	10	00	01053	01053071	609	Europe/Berlin
6551466	Kröppelshagen-Fahrendorf	kroeppelshagen-fahrendorf			DE	10	00	01053	01053072	1330	Europe/Berlin
6551467	Krüzen	kruezen			DE	10	00	01053	01053073	346	Europe/Berlin
6551468	Krukow	krukow			DE	10	00	01053	01053074	153	Europe/Berlin
6551469	Krummesse	krummesse			DE	10	00	01053	01053075	1718	Europe/Berlin
6551470	Kuddewörde	kuddewoerde			DE	10	00	01053	01053076	1372	Europe/Berlin
6551471	Kühsen	kuehsen			DE	10	00	01053	01053077	375	Europe/Berlin
6551472	Kulpin	kulpin			DE	10	00	01053	01053078	201	Europe/Berlin
6551473	Labenz	labenz			DE	10	00	01053	01053079	852	Europe/Berlin
6551474	Langenlehsten	langenlehsten			DE	10	00	01053	01053080	147	Europe/Berlin
6551475	Lankau	lankau			DE	10	00	01053	01053081	470	Europe/Berlin
6551476	Lanze	lanze			DE	10	00	01053	01053082	286	Europe/Berlin
6551477	Lehmrade	lehmrade			DE	10	00	01053	01053084	594	Europe/Berlin
6551478	Linau	linau			DE	10	00	01053	01053085	1252	Europe/Berlin
6551479	Lüchow	luechow			DE	10	00	01053	01053086	276	Europe/Berlin
6551480	Lütau	luetau			DE	10	00	01053	01053087	710	Europe/Berlin
6551481	Mechow	mechow			DE	10	00	01053	01053088	127	Europe/Berlin
6551482	Möhnsen	moehnsen			DE	10	00	01053	01053089	538	Europe/Berlin
6551483	Mühlenrade	muehlenrade			DE	10	00	01053	01053091	177	Europe/Berlin
6551484	Müssen	muessen			DE	10	00	01053	01053092	1165	Europe/Berlin
6551485	Mustin	mustin			DE	10	00	01053	01053093	734	Europe/Berlin
6551486	Niendorf/Stecknitz	niendorf-stecknitz			DE	10	00	01053	01053095	653	Europe/Berlin
6551487	Nusse	nusse			DE	10	00	01053	01053096	1135	Europe/Berlin
6551488	Panten	panten			DE	10	00	01053	01053097	654	Europe/Berlin
6551489	Ritzerau	ritzerau			DE	10	00	01053	01053101	295	Europe/Berlin
6551490	Römnitz	roemnitz			DE	10	00	01053	01053102	58	Europe/Berlin
6551491	Rondeshagen	rondeshagen			DE	10	00	01053	01053103	812	Europe/Berlin
6551492	Roseburg	roseburg			DE	10	00	01053	01053104	530	Europe/Berlin
6551493	Sahms	sahms			DE	10	00	01053	01053106	402	Europe/Berlin
6551494	Salem	salem			DE	10	00	01053	01053107	638	Europe/Berlin
6551495	Sandesneben	sandesneben			DE	10	00	01053	01053108	1859	Europe/Berlin
6551496	Schiphorst	schiphorst			DE	10	00	01053	01053109	642	Europe/Berlin
6551497	Schmilau	schmilau			DE	10	00	01053	01053110	563	Europe/Berlin
6551498	Schnakenbek	schnakenbek			DE	10	00	01053	01053111	874	Europe/Berlin
6551499	Schönberg	schoenberg			DE	10	00	01053	01053112	1366	Europe/Berlin
6551500	Schürensöhlen	schuerensoehlen			DE	10	00	01053	01053114	158	Europe/Berlin
6551501	Schulendorf	schulendorf			DE	10	00	01053	01053115	448	Europe/Berlin
6551502	Seedorf	seedorf	Zedorf,sai duo fu,Зедорф,塞多夫		DE	10	00	01053	01053117	501	Europe/Berlin
6551503	Siebenbäumen	siebenbaeumen			DE	10	00	01053	01053118	606	Europe/Berlin
6551504	Siebeneichen	siebeneichen			DE	10	00	01053	01053119	250	Europe/Berlin
6551505	Sierksrade	sierksrade			DE	10	00	01053	01053120	433	Europe/Berlin
6551506	Sirksfelde	sirksfelde			DE	10	00	01053	01053121	338	Europe/Berlin
6551507	Steinhorst	steinhorst			DE	10	00	01053	01053122	554	Europe/Berlin
6551508	Sterley	sterley			DE	10	00	01053	01053123	932	Europe/Berlin
6551509	Stubben	stubben			DE	10	00	01053	01053124	386	Europe/Berlin
6551510	Talkau	talkau			DE	10	00	01053	01053125	516	Europe/Berlin
6551511	Tramm	tramm			DE	10	00	01053	01053126	347	Europe/Berlin
6551512	Walksfelde	walksfelde			DE	10	00	01053	01053127	235	Europe/Berlin
6551513	Wangelau	wangelau			DE	10	00	01053	01053128	221	Europe/Berlin
6551514	Wentorf bei Hamburg	wentorf-bei-hamburg			DE	10	00	01053	01053129	13439	Europe/Berlin
6551515	Wiershop	wiershop			DE	10	00	01053	01053131	204	Europe/Berlin
6551516	Witzeeze	witzeeze			DE	10	00	01053	01053132	905	Europe/Berlin
6551517	Wohltorf	wohltorf			DE	10	00	01053	01053133	2398	Europe/Berlin
6551518	Woltersdorf	woltersdorf			DE	10	00	01053	01053134	305	Europe/Berlin
6551519	Worth	worth			DE	10	00	01053	01053135	189	Europe/Berlin
6551520	Ziethen	ziethen			DE	10	00	01053	01053136	1124	Europe/Berlin
6551521	Achtrup	achtrup			DE	10	00	01054	01054001	1524	Europe/Berlin
6551522	Ahrenshöft	ahrenshoeft	Arenskheft,Arenskhjoft,Oornshaud,a lun si he fu te,ahrnshaft,Аренсхефт,Аренсхёфт,Аренсхөфт,اهرنشافت,阿伦斯赫夫特		DE	10	00	01054	01054002	515	Europe/Berlin
6551523	Ahrenviöl	ahrenvioel	Arenfiel,Arenfijol',Arenfjol,Arenfjolde,Arenv'jol',Arnfjal,a lun fei e er,ahrnwywl,Årnfjål,Аренвьёль,Аренфиел,Аренфиёль,Аренфјол,اهرنویول,阿伦菲厄尔		DE	10	00	01054	01054003	518	Europe/Berlin
6551524	Ahrenviölfeld	ahrenvioelfeld			DE	10	00	01054	01054004	220	Europe/Berlin
6551525	Alkersum	alkersum	Aalkersem,Aalkersum,Al'kerzum,Alkersum,Alkerzum,a er ke er su mu,alkrsam,Алкерзум,Алкерсум,Алькерзум,الکرسام,阿尔克尔苏姆		DE	10	00	01054	01054005	391	Europe/Berlin
6551526	Almdorf	almdorf			DE	10	00	01054	01054006	543	Europe/Berlin
6551527	Arlewatt	arlewatt			DE	10	00	01054	01054007	332	Europe/Berlin
6551528	Aventoft	aventoft	Afentoft,Aventoft,Oowentoft,a fen tuo fu te,Άβεντοφτ,Авентофт,Афентофт,阿芬托夫特		DE	10	00	01054	01054009	441	Europe/Berlin
6551529	Bargum	bargum			DE	10	00	01054	01054010	620	Europe/Berlin
6551530	Behrendorf	behrendorf			DE	10	00	01054	01054011	551	Europe/Berlin
6551531	Bohmstedt	bohmstedt			DE	10	00	01054	01054012	760	Europe/Berlin
6551532	Bondelum	bondelum			DE	10	00	01054	01054013	158	Europe/Berlin
6551533	Bordelum	bordelum			DE	10	00	01054	01054014	1999	Europe/Berlin
6551534	Borgsum	borgsum	Borgsum,Borgzum,Borigsem,bo er ge su mu,Боргзум,Боргсум,博尔格苏姆		DE	10	00	01054	01054015	336	Europe/Berlin
6551535	Bosbüll	bosbuell			DE	10	00	01054	01054016	249	Europe/Berlin
6551536	Braderup	braderup			DE	10	00	01054	01054017	668	Europe/Berlin
6551537	Bramstedtlund	bramstedtlund			DE	10	00	01054	01054018	222	Europe/Berlin
6551538	Breklum	breklum			DE	10	00	01054	01054020	2330	Europe/Berlin
6551539	Dagebüll	dagebuell			DE	10	00	01054	01054022	884	Europe/Berlin
6551540	Drage	drage	Draage,Drage,de la ge,Драге,德拉格		DE	10	00	01054	01054023	646	Europe/Berlin
6551541	Drelsdorf	drelsdorf			DE	10	00	01054	01054024	1255	Europe/Berlin
6551542	Dunsum	dunsum			DE	10	00	01054	01054025	65	Europe/Berlin
6551543	Elisabeth-Sophien-Koog	elisabeth-sophien-koog			DE	10	00	01054	01054026	49	Europe/Berlin
6551544	Ellhöft	ellhoeft			DE	10	00	01054	01054027	113	Europe/Berlin
6551545	Fresendelf	fresendelf			DE	10	00	01054	01054032	89	Europe/Berlin
6551546	Friedrich-Wilhelm-Lübke-Koog	friedrich-wilhelm-luebke-koog			DE	10	00	01054	01054034	179	Europe/Berlin
6551547	Goldebek	goldebek			DE	10	00	01054	01054037	359	Europe/Berlin
6551548	Goldelund	goldelund			DE	10	00	01054	01054038	414	Europe/Berlin
6551549	Gröde	groede			DE	10	00	01054	01054039	10	Europe/Berlin
6551550	Grothusenkoog	grothusenkoog			DE	10	00	01054	01054040	21	Europe/Berlin
6551551	Haselund	haselund			DE	10	00	01054	01054041	882	Europe/Berlin
6551552	Hattstedt	hattstedt			DE	10	00	01054	01054042	2556	Europe/Berlin
6551553	Hattstedtermarsch	hattstedtermarsch			DE	10	00	01054	01054043	272	Europe/Berlin
6551554	Högel	hoegel			DE	10	00	01054	01054045	468	Europe/Berlin
6551555	Holm	holm			DE	10	00	01054	01054048	90	Europe/Berlin
6551556	Hooge	hooge	Hallig Hooge		DE	10	00	01054	01054050	103	Europe/Berlin
6551557	Horstedt	horstedt			DE	10	00	01054	01054052	805	Europe/Berlin
6551558	Hude	hude			DE	10	00	01054	01054054	182	Europe/Berlin
6551559	Humptrup	humptrup			DE	10	00	01054	01054055	757	Europe/Berlin
6551560	Joldelund	joldelund	Jaaloenj,Jol'delund,Joldelund,Jåålönj,yue er de lun de,Јолделунд,Йольделунд,约尔德伦德		DE	10	00	01054	01054059	727	Europe/Berlin
6551561	Karlum	karlum			DE	10	00	01054	01054062	212	Europe/Berlin
6551562	Katharinenheerd	katharinenheerd			DE	10	00	01054	01054063	175	Europe/Berlin
6551563	Klanxbüll	klanxbuell			DE	10	00	01054	01054065	979	Europe/Berlin
6551564	Klixbüll	klixbuell			DE	10	00	01054	01054068	1005	Europe/Berlin
6551565	Koldenbüttel	koldenbuettel			DE	10	00	01054	01054070	898	Europe/Berlin
6551566	Kolkerheide	kolkerheide			DE	10	00	01054	01054071	63	Europe/Berlin
6551567	Kotzenbüll	kotzenbuell			DE	10	00	01054	01054072	200	Europe/Berlin
6551568	Ladelund	ladelund			DE	10	00	01054	01054073	1334	Europe/Berlin
6551569	Langeneß	langeness			DE	10	00	01054	01054074	138	Europe/Berlin
6551570	Langenhorn	langenhorn			DE	10	00	01054	01054075	3280	Europe/Berlin
6551571	Leck	leck	Laek,Leek,Lek,Læk,lai ke,Лек,莱克		DE	10	00	01054	01054076	7635	Europe/Berlin
6551572	Lexgaard	lexgaard			DE	10	00	01054	01054077	52	Europe/Berlin
6551573	List	list	List,lyst  almanya,risuto,Лист,ليست، ألمانيا,リスト		DE	10	00	01054	01054078	1493	Europe/Berlin
6551574	Löwenstedt	loewenstedt			DE	10	00	01054	01054079	669	Europe/Berlin
6551575	Lütjenholm	luetjenholm			DE	10	00	01054	01054080	336	Europe/Berlin
6551576	Midlum	midlum			DE	10	00	01054	01054083	427	Europe/Berlin
6551577	Mildstedt	mildstedt			DE	10	00	01054	01054084	3925	Europe/Berlin
6551578	Nebel	nebel	Nebel,Nebel',Neebel,nei bei er,Небел,Небель,内贝尔		DE	10	00	01054	01054085	905	Europe/Berlin
6551579	Neukirchen	neukirchen	Naischoespel,Naischöspel,Nojkirkhen,Nykirke,Нойкирхен,Нојкирхен		DE	10	00	01054	01054086	1134	Europe/Berlin
6551580	Nieblum	nieblum			DE	10	00	01054	01054087	569	Europe/Berlin
6551581	Norddorf auf Amrum	norddorf-auf-amrum	Norddorf,Norddorf auf Amrum		DE	10	00	01054	01054089	570	Europe/Berlin
6551582	Norderfriedrichskoog	norderfriedrichskoog			DE	10	00	01054	01054090	40	Europe/Berlin
6551583	Norstedt	norstedt			DE	10	00	01054	01054092	410	Europe/Berlin
6551584	Ockholm	ockholm			DE	10	00	01054	01054093	306	Europe/Berlin
6551585	Oevenum	oevenum			DE	10	00	01054	01054094	473	Europe/Berlin
6551586	Oldenswort	oldenswort			DE	10	00	01054	01054095	1250	Europe/Berlin
6551587	Oldersbek	oldersbek			DE	10	00	01054	01054096	739	Europe/Berlin
6551588	Olderup	olderup			DE	10	00	01054	01054097	461	Europe/Berlin
6551589	Oldsum	oldsum			DE	10	00	01054	01054098	505	Europe/Berlin
6551590	Osterhever	osterhever			DE	10	00	01054	01054100	204	Europe/Berlin
6551591	Oster-Ohrstedt	oster-ohrstedt	Aaster Uurst,Aaster-Uurst,Oster Orsted,Oster-Orshtedt,Oster-Orshtet,ao si te er-ao er si te,Øster Ørsted,Остер-Орштедт,Остер-Орштет,奥斯特尔-奥尔斯特		DE	10	00	01054	01054101	632	Europe/Berlin
6551592	Pellworm	pellworm			DE	10	00	01054	01054103	1163	Europe/Berlin
6551593	Poppenbüll	poppenbuell			DE	10	00	01054	01054104	229	Europe/Berlin
6551594	Ramstedt	ramstedt			DE	10	00	01054	01054105	414	Europe/Berlin
6551595	Rantrum	rantrum			DE	10	00	01054	01054106	1880	Europe/Berlin
6551596	Reußenköge	reussenkoege			DE	10	00	01054	01054108	324	Europe/Berlin
6551597	Risum-Lindholm	risum-lindholm			DE	10	00	01054	01054109	3796	Europe/Berlin
6551598	Rodenäs	rodenaes			DE	10	00	01054	01054110	406	Europe/Berlin
6551599	Sankt Peter-Ording	sankt-peter-ording	Saint Peter-Ording,St. Peter-Ording		DE	10	00	01054	01054113	3997	Europe/Berlin
6551601	Schwabstedt	schwabstedt			DE	10	00	01054	01054116	1354	Europe/Berlin
6551602	Schwesing	schwesing	Shvezing,Svesing,Swiasing,shi wei xin ge,Швезинг,施韦辛格		DE	10	00	01054	01054118	956	Europe/Berlin
6551603	Seeth	seeth			DE	10	00	01054	01054119	765	Europe/Berlin
6551604	Simonsberg	simonsberg	Simonsberag,Zimonsberg,xi meng si bei ge,Зимонсберг,西蒙斯贝格		DE	10	00	01054	01054120	824	Europe/Berlin
6551605	Sönnebüll	soennebuell			DE	10	00	01054	01054121	282	Europe/Berlin
6551606	Sollwitt	sollwitt			DE	10	00	01054	01054123	285	Europe/Berlin
6551607	Sprakebüll	sprakebuell			DE	10	00	01054	01054124	256	Europe/Berlin
6551608	Stadum	stadum			DE	10	00	01054	01054125	959	Europe/Berlin
6551609	Stedesand	stedesand	Shtedesand,Shtedezand,Staeaesoenj,Stääsönj,shi te de sang de,Штедезанд,Штедесанд,施特德桑德		DE	10	00	01054	01054126	858	Europe/Berlin
6551610	Struckum	struckum	Shtrukkum,Shtrukum,Struekem,Strukum,Strükem,shi te lu ku mu,Штруккум,Штрукум,施特鲁库姆		DE	10	00	01054	01054128	1032	Europe/Berlin
6551611	Süderende	suederende	Soeleraanj,Suderende,Syderende,Söleraanj,Ziderende,Zjuderende,xu de lun de,Зидеренде,Зюдеренде,叙德伦德		DE	10	00	01054	01054129	188	Europe/Berlin
6551612	Süderhöft	suederhoeft			DE	10	00	01054	01054130	13	Europe/Berlin
6551613	Süderlügum	suederluegum			DE	10	00	01054	01054131	2417	Europe/Berlin
6551615	Tating	tating			DE	10	00	01054	01054134	958	Europe/Berlin
6551616	Tetenbüll	tetenbuell			DE	10	00	01054	01054135	587	Europe/Berlin
6551617	Tinningstedt	tinningstedt			DE	10	00	01054	01054136	247	Europe/Berlin
6551618	Tümlauer Koog	tuemlauer-koog			DE	10	00	01054	01054140	106	Europe/Berlin
6551619	Uelvesbüll	uelvesbuell			DE	10	00	01054	01054141	300	Europe/Berlin
6551620	Uphusum	uphusum			DE	10	00	01054	01054142	359	Europe/Berlin
6551621	Utersum	utersum			DE	10	00	01054	01054143	398	Europe/Berlin
6551622	Viöl	vioel			DE	10	00	01054	01054144	2223	Europe/Berlin
6551623	Vollerwiek	vollerwiek			DE	10	00	01054	01054145	219	Europe/Berlin
6551624	Vollstedt	vollstedt			DE	10	00	01054	01054146	183	Europe/Berlin
6551625	Welt	welt			DE	10	00	01054	01054148	198	Europe/Berlin
6551626	Westerhever	westerhever			DE	10	00	01054	01054150	94	Europe/Berlin
6551627	Wester-Ohrstedt	wester-ohrstedt			DE	10	00	01054	01054152	1035	Europe/Berlin
6551628	Westre	westre			DE	10	00	01054	01054154	358	Europe/Berlin
6551629	Winnert	winnert			DE	10	00	01054	01054156	719	Europe/Berlin
6551630	Wisch	wisch			DE	10	00	01054	01054157	113	Europe/Berlin
6551631	Witsum	witsum			DE	10	00	01054	01054158	48	Europe/Berlin
6551632	Wittbek	wittbek			DE	10	00	01054	01054159	768	Europe/Berlin
6551633	Wittdün auf Amrum	wittduen-auf-amrum	Wittduen,Wittduen auf Amrum,Wittdün,Wittdün auf Amrum		DE	10	00	01054	01054160	788	Europe/Berlin
6551634	Witzwort	witzwort			DE	10	00	01054	01054161	1029	Europe/Berlin
6551635	Wobbenbüll	wobbenbuell			DE	10	00	01054	01054162	426	Europe/Berlin
6551636	Wrixum	wrixum	Vriksum,Wraksem,fu li ke su mu,Вриксум,弗里克苏姆		DE	10	00	01054	01054163	608	Europe/Berlin
6551637	Galmsbüll	galmsbuell			DE	10	00	01054	01054165	615	Europe/Berlin
6551638	Emmelsbüll-Horsbüll	emmelsbuell-horsbuell			DE	10	00	01054	01054166	883	Europe/Berlin
6551639	Enge-Sande	enge-sande			DE	10	00	01054	01054167	1114	Europe/Berlin
6551640	Ahrensbök	ahrensboek			DE	10	00	01055	01055001	8287	Europe/Berlin
6551641	Altenkrempe	altenkrempe			DE	10	00	01055	01055002	1114	Europe/Berlin
6551642	Beschendorf	beschendorf			DE	10	00	01055	01055006	525	Europe/Berlin
6551643	Bosau	bosau			DE	10	00	01055	01055007	3389	Europe/Berlin
6551644	Dahme	dahme			DE	10	00	01055	01055010	1224	Europe/Berlin
6551645	Damlos	damlos			DE	10	00	01055	01055011	615	Europe/Berlin
6551646	Göhl	goehl			DE	10	00	01055	01055014	1118	Europe/Berlin
6551647	Gremersdorf	gremersdorf	Gremersdorf,ge lei mo si duo fu,Гремерсдорф,格雷默斯多夫		DE	10	00	01055	01055015	1507	Europe/Berlin
6551648	Grömitz	groemitz			DE	10	00	01055	01055016	7158	Europe/Berlin
6551649	Großenbrode	grossenbrode			DE	10	00	01055	01055017	2180	Europe/Berlin
6551650	Grube	grube	Grube,ge lu bei,Грубе,格鲁贝		DE	10	00	01055	01055018	1045	Europe/Berlin
6551651	Harmsdorf	harmsdorf			DE	10	00	01055	01055020	651	Europe/Berlin
6551652	Heringsdorf	heringsdorf	Kheringsdorf,hei ling si duo fu,Херингсдорф,黑灵斯多夫		DE	10	00	01055	01055022	1109	Europe/Berlin
6551653	Kabelhorst	kabelhorst			DE	10	00	01055	01055023	430	Europe/Berlin
6551654	Kasseedorf	kasseedorf			DE	10	00	01055	01055024	1431	Europe/Berlin
6551655	Lensahn	lensahn			DE	10	00	01055	01055027	4938	Europe/Berlin
6551656	Malente	malente			DE	10	00	01055	01055028	10864	Europe/Berlin
6551657	Manhagen	manhagen			DE	10	00	01055	01055029	381	Europe/Berlin
6551658	Neukirchen	neukirchen			DE	10	00	01055	01055031	1167	Europe/Berlin
6551659	Ratekau	ratekau			DE	10	00	01055	01055035	15148	Europe/Berlin
6551660	Riepsdorf	riepsdorf			DE	10	00	01055	01055036	909	Europe/Berlin
6551661	Schashagen	schashagen	Shaskhagen,sha si ha gen,Шасхаген,沙斯哈根		DE	10	00	01055	01055037	2129	Europe/Berlin
6551662	Schönwalde am Bungsberg	schoenwalde-am-bungsberg	Shenvalde am Bungsberg,Shenvalde na Bungsberg,Shjonval'de-am-Bungsberg,bang si bei ge shan lu shen wa er de,Шенвалде ам Бунгсберг,Шенвалде на Бунгсберг,Шёнвальде-ам-Бунгсберг,邦斯贝格山麓申瓦尔德		DE	10	00	01055	01055038	2604	Europe/Berlin
6551663	Sierksdorf	sierksdorf			DE	10	00	01055	01055039	1583	Europe/Berlin
6551664	Stockelsdorf	stockelsdorf			DE	10	00	01055	01055040	16998	Europe/Berlin
6551665	Süsel	suesel			DE	10	00	01055	01055041	5048	Europe/Berlin
6551666	Timmendorfer Strand	timmendorfer-strand			DE	10	00	01055	01055042	8712	Europe/Berlin
6551667	Wangels	wangels			DE	10	00	01055	01055043	2145	Europe/Berlin
6551668	Scharbeutz	scharbeutz			DE	10	00	01055	01055044	11351	Europe/Berlin
6551669	Appen	appen			DE	10	00	01056	01056001	4847	Europe/Berlin
6551670	Bevern	bevern			DE	10	00	01056	01056003	576	Europe/Berlin
6551671	Bilsen	bilsen			DE	10	00	01056	01056004	812	Europe/Berlin
6551672	Bönningstedt	boenningstedt			DE	10	00	01056	01056005	4520	Europe/Berlin
6551673	Bokel	bokel			DE	10	00	01056	01056006	605	Europe/Berlin
6551674	Bokholt-Hanredder	bokholt-hanredder			DE	10	00	01056	01056008	1253	Europe/Berlin
6551675	Borstel-Hohenraden	borstel-hohenraden			DE	10	00	01056	01056009	2524	Europe/Berlin
6551676	Brande-Hörnerkirchen	brande-hoernerkirchen			DE	10	00	01056	01056010	1636	Europe/Berlin
6551677	Bullenkuhlen	bullenkuhlen			DE	10	00	01056	01056011	386	Europe/Berlin
6551678	Ellerbek	ellerbek			DE	10	00	01056	01056013	4250	Europe/Berlin
6551679	Ellerhoop	ellerhoop	Ehllerkhop,Elerkhop,ai lai luo pu,Елерхоп,Эллерхоп,埃莱罗普		DE	10	00	01056	01056014	1519	Europe/Berlin
6551680	Groß Nordende	gross-nordende			DE	10	00	01056	01056016	800	Europe/Berlin
6551681	Groß Offenseth-Aspern	gross-offenseth-aspern			DE	10	00	01056	01056017	432	Europe/Berlin
6551682	Halstenbek	halstenbek			DE	10	00	01056	01056018	17944	Europe/Berlin
6551683	Haselau	haselau			DE	10	00	01056	01056019	1067	Europe/Berlin
6551684	Haseldorf	haseldorf	Khazel'dorf,Khazeldorf,ha sai er duo fu,Хазелдорф,Хазельдорф,哈塞尔多夫		DE	10	00	01056	01056020	1797	Europe/Berlin
6551685	Hasloh	hasloh			DE	10	00	01056	01056021	3747	Europe/Berlin
6551686	Heede	heede			DE	10	00	01056	01056022	743	Europe/Berlin
6551687	Heidgraben	heidgraben			DE	10	00	01056	01056023	2697	Europe/Berlin
6551688	Heist	heist	Khajst,hai si te,Хайст,Хајст,海斯特		DE	10	00	01056	01056024	2873	Europe/Berlin
6551689	Helgoland	helgoland			DE	10	00	01056	01056025	1306	Europe/Berlin
6551690	Hemdingen	hemdingen			DE	10	00	01056	01056026	1695	Europe/Berlin
6551691	Hetlingen	hetlingen			DE	10	00	01056	01056027	1365	Europe/Berlin
6551692	Holm	holm			DE	10	00	01056	01056028	3234	Europe/Berlin
6551693	Klein Nordende	klein-nordende			DE	10	00	01056	01056029	3337	Europe/Berlin
6551694	Klein Offenseth-Sparrieshoop	klein-offenseth-sparrieshoop			DE	10	00	01056	01056030	3106	Europe/Berlin
6551695	Kölln-Reisiek	koelln-reisiek			DE	10	00	01056	01056031	3416	Europe/Berlin
6551696	Kummerfeld	kummerfeld			DE	10	00	01056	01056032	2346	Europe/Berlin
6551697	Seester	seester			DE	10	00	01056	01056033	1017	Europe/Berlin
6551698	Langeln	langeln			DE	10	00	01056	01056034	601	Europe/Berlin
6551699	Lutzhorn	lutzhorn			DE	10	00	01056	01056035	771	Europe/Berlin
6551700	Moorrege	moorrege			DE	10	00	01056	01056036	4445	Europe/Berlin
6551701	Neuendeich	neuendeich	Nojendajkh,nuo yi en dai xi,Нойендайх,Нојендајх,诺伊恩代希		DE	10	00	01056	01056037	507	Europe/Berlin
6551702	Osterhorn	osterhorn			DE	10	00	01056	01056038	419	Europe/Berlin
6551703	Prisdorf	prisdorf	Prisdorf,pu li si duo fu,Присдорф,普里斯多夫		DE	10	00	01056	01056040	2233	Europe/Berlin
6551704	Raa-Besenbek	raa-besenbek			DE	10	00	01056	01056042	543	Europe/Berlin
6551705	Rellingen	rellingen			DE	10	00	01056	01056043	14372	Europe/Berlin
6551706	Seestermühe	seestermuehe			DE	10	00	01056	01056045	899	Europe/Berlin
6551707	Seeth-Ekholt	seeth-ekholt			DE	10	00	01056	01056046	871	Europe/Berlin
6551708	Tangstedt	tangstedt	Tangshtedt,Tangshtet,Тангштедт,Тангштет		DE	10	00	01056	01056047	2252	Europe/Berlin
6551709	Tornesch	tornesch			DE	10	00	01056	01056048	14066	Europe/Berlin
6551710	Westerhorn	westerhorn			DE	10	00	01056	01056051	1330	Europe/Berlin
6551711	Barmissen	barmissen			DE	10	00	01057	01057002	154	Europe/Berlin
6551712	Barsbek	barsbek			DE	10	00	01057	01057003	557	Europe/Berlin
6551713	Belau	belau			DE	10	00	01057	01057005	383	Europe/Berlin
6551714	Bendfeld	bendfeld			DE	10	00	01057	01057006	197	Europe/Berlin
6551715	Blekendorf	blekendorf	Blekendorf,bu lai ken duo fu,Блекендорф,布莱肯多夫		DE	10	00	01057	01057007	1678	Europe/Berlin
6551716	Bönebüttel	boenebuettel			DE	10	00	01057	01057008	2061	Europe/Berlin
6551717	Bösdorf	boesdorf			DE	10	00	01057	01057009	1288	Europe/Berlin
6551718	Boksee	boksee			DE	10	00	01057	01057010	439	Europe/Berlin
6551719	Bothkamp	bothkamp			DE	10	00	01057	01057011	268	Europe/Berlin
6551720	Brodersdorf	brodersdorf			DE	10	00	01057	01057012	396	Europe/Berlin
6551721	Dannau	dannau			DE	10	00	01057	01057013	610	Europe/Berlin
6551722	Dersau	dersau			DE	10	00	01057	01057015	894	Europe/Berlin
6551723	Dobersdorf	dobersdorf			DE	10	00	01057	01057016	1052	Europe/Berlin
6551724	Dörnick	doernick			DE	10	00	01057	01057017	256	Europe/Berlin
6551725	Fahren	fahren			DE	10	00	01057	01057018	129	Europe/Berlin
6551726	Fiefbergen	fiefbergen			DE	10	00	01057	01057020	545	Europe/Berlin
6551727	Giekau	giekau	Gikau,ji kao,Гикау,吉考		DE	10	00	01057	01057021	1040	Europe/Berlin
6551728	Grebin	grebin			DE	10	00	01057	01057022	979	Europe/Berlin
6551729	Großbarkau	grossbarkau			DE	10	00	01057	01057023	253	Europe/Berlin
6551730	Großharrie	grossharrie			DE	10	00	01057	01057024	482	Europe/Berlin
6551731	Heikendorf	heikendorf			DE	10	00	01057	01057025	8369	Europe/Berlin
6551732	Helmstorf	helmstorf			DE	10	00	01057	01057026	302	Europe/Berlin
6551733	Högsdorf	hoegsdorf			DE	10	00	01057	01057027	399	Europe/Berlin
6551734	Höhndorf	hoehndorf			DE	10	00	01057	01057028	444	Europe/Berlin
6551735	Hohenfelde	hohenfelde			DE	10	00	01057	01057029	1017	Europe/Berlin
6551736	Honigsee	honigsee			DE	10	00	01057	01057031	467	Europe/Berlin
6551737	Kalübbe	kaluebbe			DE	10	00	01057	01057032	580	Europe/Berlin
6551738	Kirchbarkau	kirchbarkau			DE	10	00	01057	01057033	782	Europe/Berlin
6551739	Kirchnüchel	kirchnuechel			DE	10	00	01057	01057034	190	Europe/Berlin
6551740	Klamp	klamp			DE	10	00	01057	01057035	649	Europe/Berlin
6551742	Klein Barkau	klein-barkau			DE	10	00	01057	01057037	278	Europe/Berlin
6551743	Kletkamp	kletkamp			DE	10	00	01057	01057038	86	Europe/Berlin
6551744	Köhn	koehn			DE	10	00	01057	01057039	787	Europe/Berlin
6551745	Krokau	krokau			DE	10	00	01057	01057040	404	Europe/Berlin
6551746	Krummbek	krummbek			DE	10	00	01057	01057041	397	Europe/Berlin
6551747	Kühren	kuehren			DE	10	00	01057	01057042	604	Europe/Berlin
6551748	Laboe	laboe			DE	10	00	01057	01057043	4994	Europe/Berlin
6551749	Lammershagen	lammershagen			DE	10	00	01057	01057044	247	Europe/Berlin
6551750	Lebrade	lebrade	Lebrade,lai bu la de,Лебраде,莱布拉德		DE	10	00	01057	01057045	634	Europe/Berlin
6551751	Lehmkuhlen	lehmkuhlen			DE	10	00	01057	01057046	1318	Europe/Berlin
6551752	Löptin	loeptin			DE	10	00	01057	01057047	295	Europe/Berlin
6551753	Lutterbek	lutterbek			DE	10	00	01057	01057049	354	Europe/Berlin
6551754	Martensrade	martensrade			DE	10	00	01057	01057050	984	Europe/Berlin
6551755	Mönkeberg	moenkeberg			DE	10	00	01057	01057051	4112	Europe/Berlin
6551756	Mucheln	mucheln			DE	10	00	01057	01057052	577	Europe/Berlin
6551757	Nehmten	nehmten			DE	10	00	01057	01057053	291	Europe/Berlin
6551758	Nettelsee	nettelsee			DE	10	00	01057	01057054	424	Europe/Berlin
6551759	Panker	panker			DE	10	00	01057	01057055	1415	Europe/Berlin
6551760	Passade	passade			DE	10	00	01057	01057056	337	Europe/Berlin
6551761	Pohnsdorf	pohnsdorf			DE	10	00	01057	01057058	407	Europe/Berlin
6551762	Postfeld	postfeld			DE	10	00	01057	01057059	440	Europe/Berlin
6551763	Prasdorf	prasdorf			DE	10	00	01057	01057060	438	Europe/Berlin
6551764	Probsteierhagen	probsteierhagen			DE	10	00	01057	01057063	2096	Europe/Berlin
6551766	Rastorf	rastorf			DE	10	00	01057	01057066	803	Europe/Berlin
6551767	Rathjensdorf	rathjensdorf	Ratensdorf,Ratjensdorf,la te yan si duo fu,Ратенсдорф,Ратјенсдорф,拉特延斯多夫		DE	10	00	01057	01057067	490	Europe/Berlin
6551768	Rendswühren	rendswuehren			DE	10	00	01057	01057068	772	Europe/Berlin
6551769	Ruhwinkel	ruhwinkel			DE	10	00	01057	01057069	957	Europe/Berlin
6551770	Schellhorn	schellhorn			DE	10	00	01057	01057070	1481	Europe/Berlin
6551771	Schillsdorf	schillsdorf			DE	10	00	01057	01057071	883	Europe/Berlin
6551772	Schlesen	schlesen			DE	10	00	01057	01057072	548	Europe/Berlin
6551773	Schönberg (Holstein)	schoenberg-holstein			DE	10	00	01057	01057073	6337	Europe/Berlin
6551774	Schönkirchen	schoenkirchen			DE	10	00	01057	01057074	6714	Europe/Berlin
6551775	Schwartbuck	schwartbuck			DE	10	00	01057	01057076	748	Europe/Berlin
6551776	Selent	selent			DE	10	00	01057	01057077	1575	Europe/Berlin
6551777	Stakendorf	stakendorf			DE	10	00	01057	01057078	478	Europe/Berlin
6551778	Stein	stein			DE	10	00	01057	01057079	761	Europe/Berlin
6551779	Stolpe	stolpe	Shtol'pe,Shtolpe,Штолпе,Штольпе		DE	10	00	01057	01057080	1301	Europe/Berlin
6551780	Stoltenberg	stoltenberg			DE	10	00	01057	01057081	330	Europe/Berlin
6551781	Tröndel	troendel			DE	10	00	01057	01057082	377	Europe/Berlin
6551782	Tasdorf	tasdorf			DE	10	00	01057	01057083	346	Europe/Berlin
6551783	Wahlstorf (Dorf)	wahlstorf-dorf			DE	10	00	01057	01057084	465	Europe/Berlin
6551784	Wankendorf	wankendorf			DE	10	00	01057	01057085	2922	Europe/Berlin
6551785	Warnau	warnau			DE	10	00	01057	01057086	350	Europe/Berlin
6551786	Wendtorf	wendtorf			DE	10	00	01057	01057087	972	Europe/Berlin
6551787	Wisch	wisch			DE	10	00	01057	01057088	707	Europe/Berlin
6551788	Wittmoldt	wittmoldt			DE	10	00	01057	01057089	159	Europe/Berlin
6551789	Fargau-Pratjau	fargau-pratjau			DE	10	00	01057	01057090	820	Europe/Berlin
6551790	Achterwehr	achterwehr			DE	10	00	01058	01058001	1052	Europe/Berlin
6551791	Ahlefeld-Bistensee	ahlefeld-bistensee			DE	10	00	01058	01058175	481	Europe/Berlin
6551792	Alt Duvenstedt	alt-duvenstedt			DE	10	00	01058	01058003	1893	Europe/Berlin
6551793	Altenhof	altenhof			DE	10	00	01058	01058004	304	Europe/Berlin
6551794	Altenholz	altenholz			DE	10	00	01058	01058005	9998	Europe/Berlin
6551795	Arpsdorf	arpsdorf			DE	10	00	01058	01058007	276	Europe/Berlin
6551796	Ascheffel	ascheffel			DE	10	00	01058	01058008	974	Europe/Berlin
6551797	Aukrug	aukrug			DE	10	00	01058	01058009	3861	Europe/Berlin
6551798	Bargstall	bargstall			DE	10	00	01058	01058010	151	Europe/Berlin
6551799	Bargstedt	bargstedt			DE	10	00	01058	01058011	718	Europe/Berlin
6551800	Barkelsby	barkelsby			DE	10	00	01058	01058012	1539	Europe/Berlin
6551801	Beldorf	beldorf			DE	10	00	01058	01058013	269	Europe/Berlin
6551802	Bendorf	bendorf			DE	10	00	01058	01058014	425	Europe/Berlin
6551803	Beringstedt	beringstedt			DE	10	00	01058	01058015	735	Europe/Berlin
6551804	Bissee	bissee			DE	10	00	01058	01058016	165	Europe/Berlin
6551806	Blumenthal	blumenthal			DE	10	00	01058	01058018	699	Europe/Berlin
6551807	Böhnhusen	boehnhusen			DE	10	00	01058	01058019	292	Europe/Berlin
6551808	Bokel	bokel			DE	10	00	01058	01058021	588	Europe/Berlin
6551809	Bordesholm	bordesholm			DE	10	00	01058	01058022	7682	Europe/Berlin
6551810	Borgdorf-Seedorf	borgdorf-seedorf			DE	10	00	01058	01058023	477	Europe/Berlin
6551811	Borgstedt	borgstedt			DE	10	00	01058	01058024	1604	Europe/Berlin
6551812	Bovenau	bovenau			DE	10	00	01058	01058026	1102	Europe/Berlin
6551813	Brammer	brammer			DE	10	00	01058	01058027	344	Europe/Berlin
6551814	Bredenbek	bredenbek			DE	10	00	01058	01058028	1515	Europe/Berlin
6551815	Breiholz	breiholz			DE	10	00	01058	01058029	1379	Europe/Berlin
6551816	Brekendorf	brekendorf			DE	10	00	01058	01058030	1000	Europe/Berlin
6551817	Brinjahe	brinjahe			DE	10	00	01058	01058031	111	Europe/Berlin
6551818	Brodersby	brodersby			DE	10	00	01058	01058032	666	Europe/Berlin
6551819	Brügge	bruegge			DE	10	00	01058	01058033	1053	Europe/Berlin
6551820	Bünsdorf	buensdorf			DE	10	00	01058	01058035	606	Europe/Berlin
6551821	Christiansholm	christiansholm			DE	10	00	01058	01058036	229	Europe/Berlin
6551822	Dänischenhagen	daenischenhagen			DE	10	00	01058	01058037	3881	Europe/Berlin
6551823	Dätgen	daetgen			DE	10	00	01058	01058038	574	Europe/Berlin
6551824	Damendorf	damendorf			DE	10	00	01058	01058039	428	Europe/Berlin
6551825	Dörphof	doerphof			DE	10	00	01058	01058042	745	Europe/Berlin
6551826	Ehndorf	ehndorf			DE	10	00	01058	01058044	605	Europe/Berlin
6551827	Eisendorf	eisendorf			DE	10	00	01058	01058045	282	Europe/Berlin
6551828	Ellerdorf	ellerdorf			DE	10	00	01058	01058046	486	Europe/Berlin
6551829	Elsdorf-Westermühlen	elsdorf-westermuehlen			DE	10	00	01058	01058047	1579	Europe/Berlin
6551830	Embühren	embuehren			DE	10	00	01058	01058048	190	Europe/Berlin
6551831	Emkendorf	emkendorf			DE	10	00	01058	01058049	1350	Europe/Berlin
6551832	Felde	felde			DE	10	00	01058	01058050	2121	Europe/Berlin
6551833	Felm	felm			DE	10	00	01058	01058051	1179	Europe/Berlin
6551834	Fleckeby	fleckeby	Flaekkeby,Flekebi,Flekkebi,Flækkeby,fu lai ke bi,Флекеби,Флеккеби,弗莱克比		DE	10	00	01058	01058052	2168	Europe/Berlin
6551835	Flintbek	flintbek			DE	10	00	01058	01058053	7265	Europe/Berlin
6551836	Fockbek	fockbek			DE	10	00	01058	01058054	6369	Europe/Berlin
6551837	Friedrichsgraben	friedrichsgraben			DE	10	00	01058	01058055	47	Europe/Berlin
6551838	Friedrichsholm	friedrichsholm			DE	10	00	01058	01058056	420	Europe/Berlin
6551839	Gammelby	gammelby			DE	10	00	01058	01058057	523	Europe/Berlin
6551840	Gettorf	gettorf			DE	10	00	01058	01058058	7563	Europe/Berlin
6551841	Gnutz	gnutz			DE	10	00	01058	01058059	1175	Europe/Berlin
6551842	Gokels	gokels			DE	10	00	01058	01058061	545	Europe/Berlin
6551843	Grauel	grauel			DE	10	00	01058	01058062	250	Europe/Berlin
6551844	Grevenkrug	grevenkrug			DE	10	00	01058	01058063	215	Europe/Berlin
6551845	Groß Buchwald	gross-buchwald			DE	10	00	01058	01058064	342	Europe/Berlin
6551846	Groß Vollstedt	gross-vollstedt			DE	10	00	01058	01058065	978	Europe/Berlin
6551847	Groß Wittensee	gross-wittensee			DE	10	00	01058	01058066	1289	Europe/Berlin
6551848	Güby	gueby	Gibi,Gjubi,Gueby vald,Gyby,Güby vald,ju bi,Гиби,Гюби,居比		DE	10	00	01058	01058067	732	Europe/Berlin
6551849	Haale	haale			DE	10	00	01058	01058068	511	Europe/Berlin
6551850	Haby	haby			DE	10	00	01058	01058069	564	Europe/Berlin
6551851	Hamdorf	hamdorf			DE	10	00	01058	01058070	1275	Europe/Berlin
6551852	Hamweddel	hamweddel			DE	10	00	01058	01058071	442	Europe/Berlin
6551853	Hanerau-Hademarschen	hanerau-hademarschen			DE	10	00	01058	01058072	2951	Europe/Berlin
6551854	Haßmoor	hassmoor			DE	10	00	01058	01058073	268	Europe/Berlin
6551855	Heinkenborstel	heinkenborstel			DE	10	00	01058	01058074	137	Europe/Berlin
6551856	Hörsten	hoersten			DE	10	00	01058	01058075	54	Europe/Berlin
6551857	Hoffeld	hoffeld			DE	10	00	01058	01058076	161	Europe/Berlin
6551858	Hohn	hohn			DE	10	00	01058	01058078	2408	Europe/Berlin
6551859	Holtsee	holtsee			DE	10	00	01058	01058080	1304	Europe/Berlin
6551860	Holzbunge	holzbunge			DE	10	00	01058	01058081	343	Europe/Berlin
6551861	Holzdorf	holzdorf			DE	10	00	01058	01058082	838	Europe/Berlin
6551862	Hütten	huetten			DE	10	00	01058	01058083	213	Europe/Berlin
6551863	Hummelfeld	hummelfeld			DE	10	00	01058	01058084	280	Europe/Berlin
6551864	Jahrsdorf	jahrsdorf			DE	10	00	01058	01058085	217	Europe/Berlin
6551865	Jevenstedt	jevenstedt			DE	10	00	01058	01058086	3318	Europe/Berlin
6551866	Karby	karby			DE	10	00	01058	01058087	553	Europe/Berlin
6551867	Klein Wittensee	klein-wittensee	Klajn Vitenze,Klajn-Vittenze,Klajn-Vittenzee,Lille Vittenso,Lille Vittensø,xiao wei teng sai,Клайн-Виттензе,Клайн-Виттензее,Клајн Витензе,小维滕塞		DE	10	00	01058	01058088	215	Europe/Berlin
6551868	Königshügel	koenigshuegel			DE	10	00	01058	01058089	176	Europe/Berlin
6551869	Kosel	kosel			DE	10	00	01058	01058090	1391	Europe/Berlin
6551870	Krogaspe	krogaspe			DE	10	00	01058	01058091	438	Europe/Berlin
6551871	Kronshagen	kronshagen			DE	10	00	01058	01058092	11993	Europe/Berlin
6551872	Krummwisch	krummwisch			DE	10	00	01058	01058093	681	Europe/Berlin
6551873	Langwedel	langwedel	Langvedel,Langvedel',Лангведел,Лангведель		DE	10	00	01058	01058094	1575	Europe/Berlin
6551874	Lindau	lindau			DE	10	00	01058	01058096	1353	Europe/Berlin
6551875	Lohe-Föhrden	lohe-foehrden			DE	10	00	01058	01058097	470	Europe/Berlin
6551876	Loop	loop			DE	10	00	01058	01058098	198	Europe/Berlin
6551877	Loose	loose			DE	10	00	01058	01058099	815	Europe/Berlin
6551878	Lütjenwestedt	luetjenwestedt			DE	10	00	01058	01058100	543	Europe/Berlin
6551879	Luhnstedt	luhnstedt			DE	10	00	01058	01058101	394	Europe/Berlin
6551880	Goosefeld	goosefeld			DE	10	00	01058	01058102	738	Europe/Berlin
6551881	Meezen	meezen			DE	10	00	01058	01058103	363	Europe/Berlin
6551882	Melsdorf	melsdorf			DE	10	00	01058	01058104	1852	Europe/Berlin
6551883	Mielkendorf	mielkendorf			DE	10	00	01058	01058105	1363	Europe/Berlin
6551884	Mörel	moerel			DE	10	00	01058	01058106	229	Europe/Berlin
6551885	Molfsee	molfsee			DE	10	00	01058	01058107	5050	Europe/Berlin
6551886	Mühbrook	muehbrook			DE	10	00	01058	01058108	563	Europe/Berlin
6551887	Negenharrie	negenharrie			DE	10	00	01058	01058109	360	Europe/Berlin
6551888	Neudorf-Bornstein	neudorf-bornstein			DE	10	00	01058	01058110	1073	Europe/Berlin
6551889	Neu Duvenstedt	neu-duvenstedt			DE	10	00	01058	01058111	133	Europe/Berlin
6551890	Neuwittenbek	neuwittenbek	Nojvitenbek,Nojvittenbek,nuo yi wei teng bei ke,Нойвиттенбек,Нојвитенбек,诺伊维滕贝克		DE	10	00	01058	01058112	1125	Europe/Berlin
6551891	Nienborstel	nienborstel			DE	10	00	01058	01058113	599	Europe/Berlin
6551892	Nindorf	nindorf			DE	10	00	01058	01058115	595	Europe/Berlin
6551893	Noer	noer			DE	10	00	01058	01058116	870	Europe/Berlin
6551894	Nübbel	nuebbel			DE	10	00	01058	01058118	1594	Europe/Berlin
6551895	Oldenbüttel	oldenbuettel			DE	10	00	01058	01058119	245	Europe/Berlin
6551896	Oldenhütten	oldenhuetten			DE	10	00	01058	01058120	156	Europe/Berlin
6551897	Osdorf	osdorf			DE	10	00	01058	01058121	2530	Europe/Berlin
6551898	Osterby	osterby			DE	10	00	01058	01058123	1001	Europe/Berlin
6551899	Osterrönfeld	osterroenfeld			DE	10	00	01058	01058124	5075	Europe/Berlin
6551900	Osterstedt	osterstedt			DE	10	00	01058	01058125	681	Europe/Berlin
6551901	Ottendorf	ottendorf			DE	10	00	01058	01058126	954	Europe/Berlin
6551902	Owschlag	owschlag	Okslev,Ovshlag,ao shi la ge,Овшлаг,奥施拉格		DE	10	00	01058	01058127	3715	Europe/Berlin
6551903	Padenstedt	padenstedt			DE	10	00	01058	01058128	1705	Europe/Berlin
6551904	Prinzenmoor	prinzenmoor			DE	10	00	01058	01058129	160	Europe/Berlin
6551905	Quarnbek	quarnbek			DE	10	00	01058	01058130	1759	Europe/Berlin
6551906	Reesdorf	reesdorf			DE	10	00	01058	01058133	163	Europe/Berlin
6551907	Remmels	remmels			DE	10	00	01058	01058134	439	Europe/Berlin
6551908	Rickert	rickert			DE	10	00	01058	01058136	1027	Europe/Berlin
6551909	Rieseby	rieseby			DE	10	00	01058	01058137	2710	Europe/Berlin
6551910	Rodenbek	rodenbek			DE	10	00	01058	01058138	482	Europe/Berlin
6551911	Rumohr	rumohr			DE	10	00	01058	01058139	853	Europe/Berlin
6551912	Schacht-Audorf	schacht-audorf	Shakht-Audorf,sha he te-ao duo fu,Шахт-Аудорф,沙赫特-奥多夫		DE	10	00	01058	01058140	4790	Europe/Berlin
6551913	Schierensee	schierensee			DE	10	00	01058	01058141	366	Europe/Berlin
6551914	Schinkel	schinkel			DE	10	00	01058	01058142	1001	Europe/Berlin
6551915	Schmalstede	schmalstede			DE	10	00	01058	01058143	306	Europe/Berlin
6551916	Schönbek	schoenbek			DE	10	00	01058	01058144	205	Europe/Berlin
6551917	Schülldorf	schuelldorf			DE	10	00	01058	01058146	747	Europe/Berlin
6551918	Seefeld	seefeld			DE	10	00	01058	01058151	347	Europe/Berlin
6551919	Sehestedt	sehestedt			DE	10	00	01058	01058152	833	Europe/Berlin
6551920	Sören	soeren			DE	10	00	01058	01058153	194	Europe/Berlin
6551921	Sophienhamm	sophienhamm			DE	10	00	01058	01058154	288	Europe/Berlin
6551922	Stafstedt	stafstedt			DE	10	00	01058	01058155	360	Europe/Berlin
6551923	Steenfeld	steenfeld			DE	10	00	01058	01058156	334	Europe/Berlin
6551924	Strande	strande			DE	10	00	01058	01058157	1486	Europe/Berlin
6551925	Tackesdorf	tackesdorf			DE	10	00	01058	01058158	70	Europe/Berlin
6551926	Tappendorf	tappendorf			DE	10	00	01058	01058159	328	Europe/Berlin
6551927	Techelsdorf	techelsdorf			DE	10	00	01058	01058160	151	Europe/Berlin
6551928	Thaden	thaden			DE	10	00	01058	01058161	235	Europe/Berlin
6551929	Thumby	thumby			DE	10	00	01058	01058162	386	Europe/Berlin
6551930	Timmaspe	timmaspe			DE	10	00	01058	01058163	1079	Europe/Berlin
6551931	Todenbüttel	todenbuettel			DE	10	00	01058	01058164	1020	Europe/Berlin
6551932	Tüttendorf	tuettendorf			DE	10	00	01058	01058165	1231	Europe/Berlin
6551933	Waabs	waabs			DE	10	00	01058	01058166	1433	Europe/Berlin
6551934	Wapelfeld	wapelfeld			DE	10	00	01058	01058167	324	Europe/Berlin
6551935	Warder	warder			DE	10	00	01058	01058168	685	Europe/Berlin
6551936	Wasbek	wasbek			DE	10	00	01058	01058169	2297	Europe/Berlin
6551937	Wattenbek	wattenbek			DE	10	00	01058	01058170	2942	Europe/Berlin
6551938	Westensee	westensee	Vestenze,Vestenzee,wei si teng sai,Вестензе,Вестензее,韦斯滕塞		DE	10	00	01058	01058171	1553	Europe/Berlin
6551939	Westerrönfeld	westerroenfeld			DE	10	00	01058	01058172	5044	Europe/Berlin
6551940	Windeby	windeby			DE	10	00	01058	01058173	1019	Europe/Berlin
6551941	Winnemark	winnemark			DE	10	00	01058	01058174	522	Europe/Berlin
6551942	Alt Bennebek	alt-bennebek			DE	10	00	01059	01059001	329	Europe/Berlin
6551943	Bergenhusen	bergenhusen			DE	10	00	01059	01059005	718	Europe/Berlin
6551944	Böel	boeel			DE	10	00	01059	01059006	702	Europe/Berlin
6551945	Böklund	boeklund			DE	10	00	01059	01059008	1659	Europe/Berlin
6551946	Börm	boerm			DE	10	00	01059	01059009	752	Europe/Berlin
6551947	Bollingstedt	bollingstedt			DE	10	00	01059	01059010	1408	Europe/Berlin
6551948	Boren	boren			DE	10	00	01059	01059187	1161	Europe/Berlin
6551949	Borgwedel	borgwedel			DE	10	00	01059	01059012	685	Europe/Berlin
6551952	Busdorf	busdorf			DE	10	00	01059	01059018	2129	Europe/Berlin
6551953	Dannewerk	dannewerk			DE	10	00	01059	01059019	1140	Europe/Berlin
6551954	Dörpstedt	doerpstedt			DE	10	00	01059	01059020	542	Europe/Berlin
6551957	Ellingstedt	ellingstedt			DE	10	00	01059	01059023	764	Europe/Berlin
6551958	Erfde	erfde			DE	10	00	01059	01059024	1946	Europe/Berlin
6551959	Fahrdorf	fahrdorf			DE	10	00	01059	01059026	2576	Europe/Berlin
6551960	Geltorf	geltorf			DE	10	00	01059	01059032	368	Europe/Berlin
6551962	Grödersby	groedersby			DE	10	00	01059	01059034	207	Europe/Berlin
6551963	Havetoft	havetoft			DE	10	00	01059	01059037	889	Europe/Berlin
6551965	Hollingstedt	hollingstedt	Hollingsted,Kholingshtet,Khollingshtedt,huo ling shi tai te,Холингштет,Холлингштедт,霍灵施泰特		DE	10	00	01059	01059039	999	Europe/Berlin
6551966	Hüsby	huesby			DE	10	00	01059	01059041	800	Europe/Berlin
6551967	Idstedt	idstedt			DE	10	00	01059	01059042	903	Europe/Berlin
6551968	Jagel	jagel	Jagel,Jagel',jgl,ya ge er,Јагел,Ягель,جگل,亚格尔		DE	10	00	01059	01059043	959	Europe/Berlin
6551969	Jübek	juebek			DE	10	00	01059	01059044	2742	Europe/Berlin
6551971	Klappholz	klappholz			DE	10	00	01059	01059049	455	Europe/Berlin
6551972	Klein Bennebek	klein-bennebek			DE	10	00	01059	01059050	545	Europe/Berlin
6551973	Klein Rheide	klein-rheide			DE	10	00	01059	01059051	327	Europe/Berlin
6551974	Kropp	kropp			DE	10	00	01059	01059053	6679	Europe/Berlin
6551975	Loit	loit			DE	10	00	01059	01059055	262	Europe/Berlin
6551976	Lottorf	lottorf			DE	10	00	01059	01059056	260	Europe/Berlin
6551977	Lürschau	luerschau			DE	10	00	01059	01059057	1105	Europe/Berlin
6551978	Meggerdorf	meggerdorf			DE	10	00	01059	01059058	676	Europe/Berlin
6551979	Mohrkirch	mohrkirch			DE	10	00	01059	01059060	958	Europe/Berlin
6551980	Neuberend	neuberend			DE	10	00	01059	01059062	1164	Europe/Berlin
6551981	Norderbrarup	norderbrarup			DE	10	00	01059	01059063	641	Europe/Berlin
6551983	Nottfeld	nottfeld			DE	10	00	01059	01059065	120	Europe/Berlin
6551984	Oersberg	oersberg			DE	10	00	01059	01059067	307	Europe/Berlin
6551985	Rabenkirchen-Faulück	rabenkirchen-faulueck			DE	10	00	01059	01059068	649	Europe/Berlin
6551987	Rügge	ruegge			DE	10	00	01059	01059070	249	Europe/Berlin
6551989	Saustrup	saustrup			DE	10	00	01059	01059072	186	Europe/Berlin
6551990	Schaalby	schaalby			DE	10	00	01059	01059073	1563	Europe/Berlin
6551991	Scheggerott	scheggerott			DE	10	00	01059	01059074	366	Europe/Berlin
6551992	Schnarup-Thumby	schnarup-thumby			DE	10	00	01059	01059076	549	Europe/Berlin
6551993	Schuby	schuby			DE	10	00	01059	01059077	2689	Europe/Berlin
6551994	Selk	selk			DE	10	00	01059	01059078	866	Europe/Berlin
6551995	Silberstedt	silberstedt			DE	10	00	01059	01059079	2306	Europe/Berlin
6551996	Steinfeld	steinfeld			DE	10	00	01059	01059080	809	Europe/Berlin
6551997	Stolk	stolk			DE	10	00	01059	01059081	800	Europe/Berlin
6551998	Struxdorf	struxdorf			DE	10	00	01059	01059082	637	Europe/Berlin
6551999	Süderbrarup	suederbrarup			DE	10	00	01059	01059083	5084	Europe/Berlin
6552000	Süderfahrenstedt	suederfahrenstedt			DE	10	00	01059	01059084	461	Europe/Berlin
6552002	Taarstedt	taarstedt			DE	10	00	01059	01059086	898	Europe/Berlin
6552003	Tetenhusen	tetenhusen			DE	10	00	01059	01059087	951	Europe/Berlin
6552004	Tielen	tielen			DE	10	00	01059	01059088	292	Europe/Berlin
6552005	Treia	treia			DE	10	00	01059	01059092	1560	Europe/Berlin
6552006	Ulsnis	ulsnis			DE	10	00	01059	01059094	670	Europe/Berlin
6552007	Wagersrott	wagersrott			DE	10	00	01059	01059095	214	Europe/Berlin
6552008	Wohlde	wohlde			DE	10	00	01059	01059096	483	Europe/Berlin
6552009	Twedt	twedt			DE	10	00	01059	01059097	532	Europe/Berlin
6552010	Nübel	nuebel			DE	10	00	01059	01059098	1287	Europe/Berlin
6552011	Tastrup	tastrup			DE	10	00	01059	01059101	404	Europe/Berlin
6552012	Ahneby	ahneby			DE	10	00	01059	01059102	196	Europe/Berlin
6552013	Ausacker	ausacker			DE	10	00	01059	01059103	531	Europe/Berlin
6552014	Böxlund	boexlund			DE	10	00	01059	01059105	101	Europe/Berlin
6552015	Dollerup	dollerup			DE	10	00	01059	01059106	1021	Europe/Berlin
6552016	Eggebek	eggebek			DE	10	00	01059	01059107	2455	Europe/Berlin
6552017	Esgrus	esgrus			DE	10	00	01059	01059109	822	Europe/Berlin
6552018	Gelting	gelting			DE	10	00	01059	01059112	2082	Europe/Berlin
6552019	Großenwiehe	grossenwiehe			DE	10	00	01059	01059115	3021	Europe/Berlin
6552020	Großsolt	grosssolt			DE	10	00	01059	01059116	1804	Europe/Berlin
6552021	Grundhof	grundhof			DE	10	00	01059	01059118	876	Europe/Berlin
6552022	Handewitt	handewitt			DE	10	00	01059	01059183	11110	Europe/Berlin
6552023	Harrislee	harrislee			DE	10	00	01059	01059120	11616	Europe/Berlin
6552024	Hasselberg	hasselberg			DE	10	00	01059	01059121	813	Europe/Berlin
6552025	Hörup	hoerup			DE	10	00	01059	01059123	619	Europe/Berlin
6552026	Holt	holt			DE	10	00	01059	01059124	168	Europe/Berlin
6552027	Hürup	huerup			DE	10	00	01059	01059126	1236	Europe/Berlin
6552028	Husby	husby	Khusbi,hu si bi,Хусби,胡斯比		DE	10	00	01059	01059127	2354	Europe/Berlin
6552029	Janneby	janneby			DE	10	00	01059	01059128	409	Europe/Berlin
6552030	Jardelund	jardelund			DE	10	00	01059	01059129	314	Europe/Berlin
6552031	Jerrishoe	jerrishoe			DE	10	00	01059	01059131	960	Europe/Berlin
6552032	Jörl	joerl			DE	10	00	01059	01059132	736	Europe/Berlin
6552033	Kronsgaard	kronsgaard			DE	10	00	01059	01059136	244	Europe/Berlin
6552034	Langballig	langballig			DE	10	00	01059	01059137	1549	Europe/Berlin
6552035	Langstedt	langstedt			DE	10	00	01059	01059138	1052	Europe/Berlin
6552036	Maasbüll	maasbuell			DE	10	00	01059	01059141	697	Europe/Berlin
6552037	Maasholm	maasholm			DE	10	00	01059	01059142	588	Europe/Berlin
6552038	Medelby	medelby	Medel'bi,Medelbi,mei de er bi,Меделби,Медельби,梅德尔比		DE	10	00	01059	01059143	977	Europe/Berlin
6552039	Meyn	meyn			DE	10	00	01059	01059144	735	Europe/Berlin
6552040	Munkbrarup	munkbrarup			DE	10	00	01059	01059145	1155	Europe/Berlin
6552041	Nieby	nieby	Nibi,Nyby,ni bi,Ниби,尼比		DE	10	00	01059	01059147	130	Europe/Berlin
6552042	Niesgrau	niesgrau			DE	10	00	01059	01059148	529	Europe/Berlin
6552043	Nordhackstedt	nordhackstedt			DE	10	00	01059	01059149	479	Europe/Berlin
6552044	Oeversee	oeversee			DE	10	00	01059	01059184	3439	Europe/Berlin
6552045	Osterby	osterby			DE	10	00	01059	01059151	314	Europe/Berlin
6552046	Pommerby	pommerby			DE	10	00	01059	01059152	153	Europe/Berlin
6552048	Rabel	rabel			DE	10	00	01059	01059154	634	Europe/Berlin
6552049	Rabenholz	rabenholz			DE	10	00	01059	01059155	287	Europe/Berlin
6552050	Ringsberg	ringsberg			DE	10	00	01059	01059157	545	Europe/Berlin
6552051	Schafflund	schafflund			DE	10	00	01059	01059158	2711	Europe/Berlin
6552052	Sieverstedt	sieverstedt			DE	10	00	01059	01059159	1642	Europe/Berlin
6552053	Sörup	soerup			DE	10	00	01059	01059161	4303	Europe/Berlin
6552054	Sollerup	sollerup			DE	10	00	01059	01059162	495	Europe/Berlin
6552055	Stangheck	stangheck			DE	10	00	01059	01059163	204	Europe/Berlin
6552056	Steinberg	steinberg	Shtajnberg,Stenbjerg,shi tai yin bei ge,Штайнберг,Штајнберг,施泰因贝格		DE	10	00	01059	01059164	797	Europe/Berlin
6552057	Steinbergkirche	steinbergkirche			DE	10	00	01059	01059186	2685	Europe/Berlin
6552058	Sterup	sterup			DE	10	00	01059	01059167	1332	Europe/Berlin
6552059	Stoltebüll	stoltebuell			DE	10	00	01059	01059168	709	Europe/Berlin
6552060	Süderhackstedt	suederhackstedt			DE	10	00	01059	01059169	339	Europe/Berlin
6552061	Tarp	tarp	Tarp,ta er pu,Тарп,塔尔普		DE	10	00	01059	01059171	5811	Europe/Berlin
6552062	Wallsbüll	wallsbuell			DE	10	00	01059	01059173	928	Europe/Berlin
6552063	Wanderup	wanderup			DE	10	00	01059	01059174	2480	Europe/Berlin
6552064	Wees	wees			DE	10	00	01059	01059176	2378	Europe/Berlin
6552065	Weesby	weesby			DE	10	00	01059	01059177	443	Europe/Berlin
6552066	Westerholz	westerholz			DE	10	00	01059	01059178	748	Europe/Berlin
6552069	Freienwill	freienwill			DE	10	00	01059	01059182	1586	Europe/Berlin
6552070	Alveslohe	alveslohe			DE	10	00	01060	01060002	2754	Europe/Berlin
6552071	Armstedt	armstedt			DE	10	00	01060	01060003	382	Europe/Berlin
6552072	Bahrenhof	bahrenhof			DE	10	00	01060	01060006	215	Europe/Berlin
6552073	Bebensee	bebensee			DE	10	00	01060	01060008	651	Europe/Berlin
6552074	Bimöhlen	bimoehlen			DE	10	00	01060	01060009	1011	Europe/Berlin
6552075	Blunk	blunk			DE	10	00	01060	01060010	580	Europe/Berlin
6552076	Boostedt	boostedt			DE	10	00	01060	01060011	7124	Europe/Berlin
6552077	Bornhöved	bornhoeved			DE	10	00	01060	01060012	3271	Europe/Berlin
6552078	Borstel	borstel			DE	10	00	01060	01060013	129	Europe/Berlin
6552079	Bühnsdorf	buehnsdorf			DE	10	00	01060	01060015	366	Europe/Berlin
6552080	Daldorf	daldorf			DE	10	00	01060	01060016	648	Europe/Berlin
6552081	Damsdorf	damsdorf			DE	10	00	01060	01060017	223	Europe/Berlin
6552082	Dreggers	dreggers			DE	10	00	01060	01060018	51	Europe/Berlin
6552083	Ellerau	ellerau			DE	10	00	01060	01060019	6319	Europe/Berlin
6552084	Fahrenkrug	fahrenkrug			DE	10	00	01060	01060020	1651	Europe/Berlin
6552085	Föhrden-Barl	foehrden-barl			DE	10	00	01060	01060021	302	Europe/Berlin
6552086	Fredesdorf	fredesdorf			DE	10	00	01060	01060022	399	Europe/Berlin
6552087	Fuhlendorf	fuhlendorf			DE	10	00	01060	01060023	407	Europe/Berlin
6552088	Geschendorf	geschendorf			DE	10	00	01060	01060024	576	Europe/Berlin
6552089	Glasau	glasau			DE	10	00	01060	01060025	874	Europe/Berlin
6552090	Gönnebek	goennebek			DE	10	00	01060	01060026	490	Europe/Berlin
6552091	Großenaspe	grossenaspe			DE	10	00	01060	01060027	2984	Europe/Berlin
6552092	Groß Kummerfeld	gross-kummerfeld			DE	10	00	01060	01060028	1928	Europe/Berlin
6552093	Groß Niendorf	gross-niendorf			DE	10	00	01060	01060029	676	Europe/Berlin
6552094	Groß Rönnau	gross-roennau			DE	10	00	01060	01060030	570	Europe/Berlin
6552095	Hagen	hagen			DE	10	00	01060	01060031	482	Europe/Berlin
6552096	Hardebek	hardebek			DE	10	00	01060	01060033	472	Europe/Berlin
6552097	Hartenholm	hartenholm			DE	10	00	01060	01060034	1894	Europe/Berlin
6552098	Hasenkrug	hasenkrug			DE	10	00	01060	01060035	340	Europe/Berlin
6552099	Hasenmoor	hasenmoor			DE	10	00	01060	01060036	766	Europe/Berlin
6552100	Heidmoor	heidmoor			DE	10	00	01060	01060037	308	Europe/Berlin
6552101	Heidmühlen	heidmuehlen			DE	10	00	01060	01060038	669	Europe/Berlin
6552102	Henstedt-Ulzburg Municipality	henstedt-ulzburg-municipality	Henstedt-Ulzburg,Henstedt-Ulzburg Municipality		DE	10	00	01060	01060039	28104	Europe/Berlin
6552103	Hitzhusen	hitzhusen			DE	10	00	01060	01060040	1238	Europe/Berlin
6552104	Högersdorf	hoegersdorf			DE	10	00	01060	01060041	406	Europe/Berlin
6552105	Hüttblek	huettblek			DE	10	00	01060	01060042	378	Europe/Berlin
6552106	Itzstedt	itzstedt			DE	10	00	01060	01060043	2265	Europe/Berlin
6552107	Kattendorf	kattendorf			DE	10	00	01060	01060045	856	Europe/Berlin
6552108	Kayhude	kayhude			DE	10	00	01060	01060046	1182	Europe/Berlin
6552109	Kisdorf	kisdorf			DE	10	00	01060	01060047	3963	Europe/Berlin
6552110	Klein Gladebrügge	klein-gladebruegge			DE	10	00	01060	01060048	577	Europe/Berlin
6552111	Klein Rönnau	klein-roennau			DE	10	00	01060	01060049	1764	Europe/Berlin
6552112	Krems II	krems-ii			DE	10	00	01060	01060050	397	Europe/Berlin
6552113	Kükels	kuekels			DE	10	00	01060	01060051	452	Europe/Berlin
6552114	Latendorf	latendorf			DE	10	00	01060	01060052	606	Europe/Berlin
6552115	Leezen	leezen			DE	10	00	01060	01060053	1740	Europe/Berlin
6552116	Lentföhrden	lentfoehrden			DE	10	00	01060	01060054	2682	Europe/Berlin
6552117	Mönkloh	moenkloh			DE	10	00	01060	01060056	238	Europe/Berlin
6552118	Mözen	moezen			DE	10	00	01060	01060057	430	Europe/Berlin
6552119	Nahe	nahe			DE	10	00	01060	01060058	2444	Europe/Berlin
6552120	Negernbötel	negernboetel			DE	10	00	01060	01060059	989	Europe/Berlin
6552121	Nehms	nehms			DE	10	00	01060	01060060	558	Europe/Berlin
6552122	Neuengörs	neuengoers			DE	10	00	01060	01060061	811	Europe/Berlin
6552123	Neversdorf	neversdorf			DE	10	00	01060	01060062	719	Europe/Berlin
6552124	Nützen	nuetzen			DE	10	00	01060	01060064	1192	Europe/Berlin
6552125	Oering	oering			DE	10	00	01060	01060065	1382	Europe/Berlin
6552126	Oersdorf	oersdorf			DE	10	00	01060	01060066	885	Europe/Berlin
6552127	Pronstorf	pronstorf			DE	10	00	01060	01060067	1625	Europe/Berlin
6552128	Rickling	rickling			DE	10	00	01060	01060068	3104	Europe/Berlin
6552129	Rohlstorf	rohlstorf			DE	10	00	01060	01060069	1272	Europe/Berlin
6552130	Schackendorf	schackendorf			DE	10	00	01060	01060070	909	Europe/Berlin
6552131	Schieren	schieren			DE	10	00	01060	01060071	260	Europe/Berlin
6552132	Schmalensee	schmalensee			DE	10	00	01060	01060072	486	Europe/Berlin
6552133	Schmalfeld	schmalfeld			DE	10	00	01060	01060073	1896	Europe/Berlin
6552134	Schwissel	schwissel			DE	10	00	01060	01060074	258	Europe/Berlin
6552135	Seedorf	seedorf			DE	10	00	01060	01060075	2178	Europe/Berlin
6552136	Seth	seth			DE	10	00	01060	01060076	1937	Europe/Berlin
6552137	Sievershütten	sievershuetten			DE	10	00	01060	01060077	1098	Europe/Berlin
6552138	Stipsdorf	stipsdorf			DE	10	00	01060	01060079	244	Europe/Berlin
6552139	Stocksee	stocksee			DE	10	00	01060	01060080	404	Europe/Berlin
6552140	Strukdorf	strukdorf			DE	10	00	01060	01060081	261	Europe/Berlin
6552141	Struvenhütten	struvenhuetten			DE	10	00	01060	01060082	970	Europe/Berlin
6552142	Stuvenborn	stuvenborn			DE	10	00	01060	01060084	870	Europe/Berlin
6552143	Sülfeld	suelfeld			DE	10	00	01060	01060085	3280	Europe/Berlin
6552144	Tarbek	tarbek			DE	10	00	01060	01060086	158	Europe/Berlin
6552145	Tensfeld	tensfeld			DE	10	00	01060	01060087	669	Europe/Berlin
6552146	Todesfelde	todesfelde			DE	10	00	01060	01060088	1090	Europe/Berlin
6552147	Trappenkamp	trappenkamp			DE	10	00	01060	01060089	5187	Europe/Berlin
6552148	Travenhorst	travenhorst			DE	10	00	01060	01060090	206	Europe/Berlin
6552149	Traventhal	traventhal			DE	10	00	01060	01060091	493	Europe/Berlin
6552150	Wakendorf I	wakendorf-i			DE	10	00	01060	01060093	485	Europe/Berlin
6552151	Wakendorf II	wakendorf-ii			DE	10	00	01060	01060094	1347	Europe/Berlin
6552152	Weddelbrook	weddelbrook			DE	10	00	01060	01060095	1045	Europe/Berlin
6552153	Weede	weede			DE	10	00	01060	01060096	1015	Europe/Berlin
6552154	Wensin	wensin			DE	10	00	01060	01060097	831	Europe/Berlin
6552155	Westerrade	westerrade			DE	10	00	01060	01060098	446	Europe/Berlin
6552156	Wiemersdorf	wiemersdorf			DE	10	00	01060	01060099	1709	Europe/Berlin
6552157	Winsen	winsen			DE	10	00	01060	01060100	382	Europe/Berlin
6552158	Wittenborn	wittenborn			DE	10	00	01060	01060101	975	Europe/Berlin
6552159	Aasbüttel	aasbuettel			DE	10	00	01061	01061001	139	Europe/Berlin
6552160	Aebtissinwisch	aebtissinwisch			DE	10	00	01061	01061002	50	Europe/Berlin
6552161	Agethorst	agethorst			DE	10	00	01061	01061003	186	Europe/Berlin
6552162	Altenmoor	altenmoor			DE	10	00	01061	01061004	215	Europe/Berlin
6552163	Auufer	auufer			DE	10	00	01061	01061005	135	Europe/Berlin
6552164	Bahrenfleth	bahrenfleth			DE	10	00	01061	01061006	565	Europe/Berlin
6552165	Beidenfleth	beidenfleth			DE	10	00	01061	01061007	838	Europe/Berlin
6552166	Bekdorf	bekdorf			DE	10	00	01061	01061008	105	Europe/Berlin
6552167	Bekmünde	bekmuende			DE	10	00	01061	01061010	150	Europe/Berlin
6552168	Besdorf	besdorf			DE	10	00	01061	01061011	244	Europe/Berlin
6552169	Blomesche Wildnis	blomesche-wildnis			DE	10	00	01061	01061012	649	Europe/Berlin
6552170	Bokelrehm	bokelrehm			DE	10	00	01061	01061013	145	Europe/Berlin
6552171	Bokhorst	bokhorst			DE	10	00	01061	01061014	140	Europe/Berlin
6552172	Borsfleth	borsfleth			DE	10	00	01061	01061015	715	Europe/Berlin
6552173	Breitenberg	breitenberg			DE	10	00	01061	01061016	351	Europe/Berlin
6552174	Breitenburg	breitenburg			DE	10	00	01061	01061017	1210	Europe/Berlin
6552175	Brokdorf	brokdorf			DE	10	00	01061	01061018	965	Europe/Berlin
6552176	Brokstedt	brokstedt			DE	10	00	01061	01061019	2036	Europe/Berlin
6552177	Büttel	buettel			DE	10	00	01061	01061020	39	Europe/Berlin
6552178	Christinenthal	christinenthal			DE	10	00	01061	01061021	70	Europe/Berlin
6552179	Dägeling	daegeling			DE	10	00	01061	01061022	1039	Europe/Berlin
6552180	Dammfleth	dammfleth			DE	10	00	01061	01061023	276	Europe/Berlin
6552181	Drage	drage			DE	10	00	01061	01061024	236	Europe/Berlin
6552182	Ecklak	ecklak			DE	10	00	01061	01061025	277	Europe/Berlin
6552183	Elskop	elskop			DE	10	00	01061	01061026	156	Europe/Berlin
6552184	Fitzbek	fitzbek			DE	10	00	01061	01061028	404	Europe/Berlin
6552185	Grevenkop	grevenkop			DE	10	00	01061	01061030	327	Europe/Berlin
6552186	Gribbohm	gribbohm			DE	10	00	01061	01061031	440	Europe/Berlin
6552187	Hadenfeld	hadenfeld			DE	10	00	01061	01061033	150	Europe/Berlin
6552188	Heiligenstedten	heiligenstedten			DE	10	00	01061	01061034	1487	Europe/Berlin
6552189	Heiligenstedtenerkamp	heiligenstedtenerkamp			DE	10	00	01061	01061035	733	Europe/Berlin
6552190	Hennstedt	hennstedt			DE	10	00	01061	01061036	598	Europe/Berlin
6552191	Herzhorn	herzhorn			DE	10	00	01061	01061037	1127	Europe/Berlin
6552192	Hingstheide	hingstheide			DE	10	00	01061	01061038	78	Europe/Berlin
6552193	Hodorf	hodorf			DE	10	00	01061	01061039	199	Europe/Berlin
6552194	Hohenaspe	hohenaspe			DE	10	00	01061	01061040	1946	Europe/Berlin
6552195	Hohenfelde	hohenfelde			DE	10	00	01061	01061041	877	Europe/Berlin
6552196	Hohenlockstedt	hohenlockstedt			DE	10	00	01061	01061042	6111	Europe/Berlin
6552197	Holstenniendorf	holstenniendorf			DE	10	00	01061	01061043	397	Europe/Berlin
6552198	Horst (Holstein)	horst-holstein			DE	10	00	01061	01061044	5731	Europe/Berlin
6552199	Huje	huje			DE	10	00	01061	01061045	278	Europe/Berlin
6552200	Kaaks	kaaks			DE	10	00	01061	01061047	441	Europe/Berlin
6552201	Kaisborstel	kaisborstel			DE	10	00	01061	01061048	72	Europe/Berlin
6552202	Kiebitzreihe	kiebitzreihe			DE	10	00	01061	01061050	2223	Europe/Berlin
6552203	Kleve	kleve			DE	10	00	01061	01061052	548	Europe/Berlin
6552204	Kollmoor	kollmoor			DE	10	00	01061	01061053	33	Europe/Berlin
6552205	Krempdorf	krempdorf			DE	10	00	01061	01061054	233	Europe/Berlin
6552206	Kremperheide	kremperheide			DE	10	00	01061	01061056	2314	Europe/Berlin
6552207	Krempermoor	krempermoor			DE	10	00	01061	01061057	560	Europe/Berlin
6552208	Kronsmoor	kronsmoor			DE	10	00	01061	01061058	175	Europe/Berlin
6552209	Krummendiek	krummendiek			DE	10	00	01061	01061059	88	Europe/Berlin
6552210	Kudensee	kudensee			DE	10	00	01061	01061060	118	Europe/Berlin
6552211	Lägerdorf	laegerdorf			DE	10	00	01061	01061061	2643	Europe/Berlin
6552212	Landrecht	landrecht			DE	10	00	01061	01061062	117	Europe/Berlin
6552213	Landscheide	landscheide			DE	10	00	01061	01061063	265	Europe/Berlin
6552214	Lockstedt	lockstedt			DE	10	00	01061	01061064	140	Europe/Berlin
6552215	Lohbarbek	lohbarbek			DE	10	00	01061	01061065	741	Europe/Berlin
6552216	Looft	looft			DE	10	00	01061	01061066	409	Europe/Berlin
6552217	Mehlbek	mehlbek			DE	10	00	01061	01061067	438	Europe/Berlin
6552218	Moordiek	moordiek			DE	10	00	01061	01061068	106	Europe/Berlin
6552220	Moorhusen	moorhusen			DE	10	00	01061	01061070	84	Europe/Berlin
6552221	Mühlenbarbek	muehlenbarbek			DE	10	00	01061	01061071	274	Europe/Berlin
6552222	Münsterdorf	muensterdorf			DE	10	00	01061	01061072	1881	Europe/Berlin
6552223	Neuenbrook	neuenbrook			DE	10	00	01061	01061073	695	Europe/Berlin
6552224	Nienbüttel	nienbuettel			DE	10	00	01061	01061076	127	Europe/Berlin
6552225	Nutteln	nutteln			DE	10	00	01061	01061078	252	Europe/Berlin
6552226	Oelixdorf	oelixdorf			DE	10	00	01061	01061079	1529	Europe/Berlin
6552227	Oeschebüttel	oeschebuettel			DE	10	00	01061	01061080	174	Europe/Berlin
6552228	Oldenborstel	oldenborstel			DE	10	00	01061	01061081	119	Europe/Berlin
6552229	Oldendorf	oldendorf			DE	10	00	01061	01061082	1088	Europe/Berlin
6552230	Ottenbüttel	ottenbuettel			DE	10	00	01061	01061083	735	Europe/Berlin
6552231	Peissen	peissen			DE	10	00	01061	01061084	258	Europe/Berlin
6552232	Poyenberg	poyenberg			DE	10	00	01061	01061086	390	Europe/Berlin
6552233	Puls	puls			DE	10	00	01061	01061087	569	Europe/Berlin
6552234	Quarnstedt	quarnstedt			DE	10	00	01061	01061088	458	Europe/Berlin
6552235	Rade	rade			DE	10	00	01061	01061089	97	Europe/Berlin
6552236	Reher	reher			DE	10	00	01061	01061091	734	Europe/Berlin
6552237	Rethwisch	rethwisch			DE	10	00	01061	01061092	564	Europe/Berlin
6552238	Rosdorf	rosdorf			DE	10	00	01061	01061093	349	Europe/Berlin
6552239	Sankt Margarethen	sankt-margarethen			DE	10	00	01061	01061095	816	Europe/Berlin
6552240	Sarlhusen	sarlhusen			DE	10	00	01061	01061096	474	Europe/Berlin
6552241	Schenefeld	schenefeld			DE	10	00	01061	01061097	2584	Europe/Berlin
6552242	Schlotfeld	schlotfeld			DE	10	00	01061	01061098	238	Europe/Berlin
6552244	Silzen	silzen			DE	10	00	01061	01061100	157	Europe/Berlin
6552245	Sommerland	sommerland			DE	10	00	01061	01061101	766	Europe/Berlin
6552246	Stördorf	stoerdorf			DE	10	00	01061	01061102	122	Europe/Berlin
6552247	Störkathen	stoerkathen			DE	10	00	01061	01061103	103	Europe/Berlin
6552248	Süderau	suederau			DE	10	00	01061	01061104	717	Europe/Berlin
6552249	Vaale	vaale			DE	10	00	01061	01061105	1230	Europe/Berlin
6552250	Vaalermoor	vaalermoor			DE	10	00	01061	01061106	129	Europe/Berlin
6552251	Wacken	wacken	Vaken,Вакен		DE	10	00	01061	01061107	1941	Europe/Berlin
6552252	Warringholz	warringholz			DE	10	00	01061	01061108	302	Europe/Berlin
6552253	Westermoor	westermoor			DE	10	00	01061	01061109	396	Europe/Berlin
6552254	Wewelsfleth	wewelsfleth			DE	10	00	01061	01061110	1308	Europe/Berlin
6552255	Wiedenborstel	wiedenborstel			DE	10	00	01061	01061111	11	Europe/Berlin
6552256	Willenscharen	willenscharen			DE	10	00	01061	01061112	174	Europe/Berlin
6552257	Winseldorf	winseldorf			DE	10	00	01061	01061114	313	Europe/Berlin
6552258	Wittenbergen	wittenbergen			DE	10	00	01061	01061115	164	Europe/Berlin
6552259	Wrist	wrist			DE	10	00	01061	01061116	2359	Europe/Berlin
6552260	Wulfsmoor	wulfsmoor			DE	10	00	01061	01061117	387	Europe/Berlin
6552261	Kollmar	kollmar			DE	10	00	01061	01061118	1676	Europe/Berlin
6552262	Badendorf	badendorf			DE	10	00	01062	01062003	865	Europe/Berlin
6552263	Bargfeld-Stegen	bargfeld-stegen			DE	10	00	01062	01062005	3054	Europe/Berlin
6552264	Barnitz	barnitz	Barnic,ba er ni ci,Барниц,巴尔尼茨		DE	10	00	01062	01062008	863	Europe/Berlin
6552265	Barsbüttel	barsbuettel			DE	10	00	01062	01062009	12824	Europe/Berlin
6552266	Elmenhorst	elmenhorst			DE	10	00	01062	01062016	2710	Europe/Berlin
6552267	Grabau	grabau			DE	10	00	01062	01062019	791	Europe/Berlin
6552268	Grande	grande			DE	10	00	01062	01062020	706	Europe/Berlin
6552269	Grönwohld	groenwohld			DE	10	00	01062	01062021	1498	Europe/Berlin
6552270	Großensee	grossensee			DE	10	00	01062	01062022	1787	Europe/Berlin
6552271	Großhansdorf	grosshansdorf	Groothansdoerp,Groothansdörp		DE	10	00	01062	01062023	9366	Europe/Berlin
6552272	Hamberge	hamberge			DE	10	00	01062	01062025	1757	Europe/Berlin
6552273	Heidekamp	heidekamp			DE	10	00	01062	01062031	460	Europe/Berlin
6552274	Heilshoop	heilshoop			DE	10	00	01062	01062032	553	Europe/Berlin
6552275	Hohenfelde	hohenfelde			DE	10	00	01062	01062033	53	Europe/Berlin
6552276	Hoisdorf	hoisdorf			DE	10	00	01062	01062035	3569	Europe/Berlin
6552277	Jersbek	jersbek			DE	10	00	01062	01062036	1753	Europe/Berlin
6552278	Klein Wesenberg	klein-wesenberg			DE	10	00	01062	01062039	784	Europe/Berlin
6552279	Lütjensee	luetjensee			DE	10	00	01062	01062045	3451	Europe/Berlin
6552280	Meddewade	meddewade			DE	10	00	01062	01062046	920	Europe/Berlin
6552281	Mönkhagen	moenkhagen			DE	10	00	01062	01062048	669	Europe/Berlin
6552282	Neritz	neritz			DE	10	00	01062	01062050	314	Europe/Berlin
6552283	Nienwohld	nienwohld			DE	10	00	01062	01062051	496	Europe/Berlin
6552284	Oststeinbek	oststeinbek			DE	10	00	01062	01062053	8842	Europe/Berlin
6552285	Rausdorf	rausdorf			DE	10	00	01062	01062058	235	Europe/Berlin
6552286	Rehhorst	rehhorst			DE	10	00	01062	01062059	700	Europe/Berlin
6552287	Rümpel	ruempel			DE	10	00	01062	01062065	1308	Europe/Berlin
6552288	Stapelfeld	stapelfeld			DE	10	00	01062	01062071	1862	Europe/Berlin
6552289	Tangstedt	tangstedt	Tangshtedt,Tangshtet,tang si te,Тангштедт,Тангштет,唐斯特		DE	10	00	01062	01062076	6485	Europe/Berlin
6552290	Todendorf	todendorf			DE	10	00	01062	01062078	1244	Europe/Berlin
6552291	Tremsbüttel	tremsbuettel			DE	10	00	01062	01062081	1966	Europe/Berlin
6552292	Trittau	trittau			DE	10	00	01062	01062082	8900	Europe/Berlin
6552293	Westerau	westerau			DE	10	00	01062	01062083	743	Europe/Berlin
6552294	Witzhave	witzhave			DE	10	00	01062	01062086	1523	Europe/Berlin
6552295	Zarpen	zarpen			DE	10	00	01062	01062087	1450	Europe/Berlin
6552296	Wesenberg	wesenberg			DE	10	00	01062	01062094	1663	Europe/Berlin
6552297	Braunschweig	braunschweig	Braunschweig,Stadt Braunschweig		DE	06	00	03101	03101000	249406	Europe/Berlin
6552298	Wolfsburg	wolfsburg	Stadt Wolfsburg,Wolfsburg		DE	06	00	03103	03103000	124371	Europe/Berlin
6552299	Adenbüttel	adenbuettel			DE	06	00	03151	03151001	1787	Europe/Berlin
6552300	Barwedel	barwedel			DE	06	00	03151	03151002	1020	Europe/Berlin
6552301	Bergfeld	bergfeld			DE	06	00	03151	03151003	894	Europe/Berlin
6552302	Bokensdorf	bokensdorf			DE	06	00	03151	03151004	1298	Europe/Berlin
6552303	Calberlah	calberlah			DE	06	00	03151	03151006	5115	Europe/Berlin
6552304	Dedelstorf	dedelstorf			DE	06	00	03151	03151007	1181	Europe/Berlin
6552305	Groß Oesingen	gross-oesingen			DE	06	00	03151	03151010	1919	Europe/Berlin
6552306	Hankensbüttel	hankensbuettel			DE	06	00	03151	03151011	4520	Europe/Berlin
6552307	Hillerse	hillerse			DE	06	00	03151	03151012	2493	Europe/Berlin
6552308	Isenbüttel	isenbuettel	ayznbtl,إيزنبتل		DE	06	00	03151	03151013	6420	Europe/Berlin
6552309	Jembke	jembke			DE	06	00	03151	03151014	2019	Europe/Berlin
6552310	Leiferde	leiferde	Leiffer		DE	06	00	03151	03151015	4388	Europe/Berlin
6552311	Meine	meine			DE	06	00	03151	03151016	8639	Europe/Berlin
6552312	Meinersen	meinersen	Maansse,Maanße		DE	06	00	03151	03151017	8140	Europe/Berlin
6552313	Müden (Aller)	mueden-aller			DE	06	00	03151	03151018	5330	Europe/Berlin
6552314	Obernholz	obernholz			DE	06	00	03151	03151019	820	Europe/Berlin
6552315	Osloß	osloss			DE	06	00	03151	03151020	1909	Europe/Berlin
6552316	Parsau	parsau			DE	06	00	03151	03151021	1869	Europe/Berlin
6552317	Ribbesbüttel	ribbesbuettel			DE	06	00	03151	03151022	2093	Europe/Berlin
6552318	Rötgesbüttel	roetgesbuettel			DE	06	00	03151	03151023	2372	Europe/Berlin
6552319	Rühen	ruehen			DE	06	00	03151	03151024	5798	Europe/Berlin
6552320	Sassenburg	sassenburg			DE	06	00	03151	03151025	11894	Europe/Berlin
6552321	Schönewörde	schoenewoerde			DE	06	00	03151	03151026	917	Europe/Berlin
6552322	Sprakensehl	sprakensehl			DE	06	00	03151	03151028	1211	Europe/Berlin
6552323	Steinhorst	steinhorst	Shtajnkhorst,Штайнхорст,Штајнхорст		DE	06	00	03151	03151029	1235	Europe/Berlin
6552324	Tappenbeck	tappenbeck			DE	06	00	03151	03151030	1420	Europe/Berlin
6552325	Tiddische	tiddische			DE	06	00	03151	03151031	1261	Europe/Berlin
6552326	Ummern	ummern			DE	06	00	03151	03151033	1545	Europe/Berlin
6552327	Vordorf	vordorf			DE	06	00	03151	03151034	3115	Europe/Berlin
6552328	Wagenhoff	wagenhoff			DE	06	00	03151	03151035	1171	Europe/Berlin
6552329	Wahrenholz	wahrenholz			DE	06	00	03151	03151036	3691	Europe/Berlin
6552330	Wasbüttel	wasbuettel			DE	06	00	03151	03151037	1785	Europe/Berlin
6552331	Wesendorf	wesendorf			DE	06	00	03151	03151038	5378	Europe/Berlin
6552332	Weyhausen	weyhausen			DE	06	00	03151	03151039	2416	Europe/Berlin
6552333	Didderse	didderse			DE	06	00	03151	03151041	1316	Europe/Berlin
6552334	Bilshausen	bilshausen			DE	06	00	03159	03159005	2190	Europe/Berlin
6552335	Bodensee	bodensee	Bodenze,bo deng sai,bodenze,Бодензе,ボーデンゼー,博登塞		DE	06	00	03159	03159006	791	Europe/Berlin
6552336	Bühren	buehren			DE	06	00	03159	03159008	524	Europe/Berlin
6552337	Ebergötzen	ebergoetzen			DE	06	00	03159	03159011	1942	Europe/Berlin
6552338	Friedland	friedland	Fridland,Friedlandia,furitoranto,Фридланд,フリートラント		DE	06	00	03159	03159013	13016	Europe/Berlin
6552339	Jühnde	juehnde			DE	06	00	03159	03159021	989	Europe/Berlin
6552340	Krebeck	krebeck			DE	06	00	03159	03159022	1033	Europe/Berlin
6552341	Landolfshausen	landolfshausen			DE	06	00	03159	03159023	1041	Europe/Berlin
6552342	Obernfeld	obernfeld			DE	06	00	03159	03159025	925	Europe/Berlin
6552343	Rhumspringe	rhumspringe			DE	06	00	03159	03159027	1771	Europe/Berlin
6552344	Rollshausen	rollshausen			DE	06	00	03159	03159028	853	Europe/Berlin
6552345	Rosdorf	rosdorf			DE	06	00	03159	03159029	11883	Europe/Berlin
6552346	Rüdershausen	ruedershausen			DE	06	00	03159	03159030	799	Europe/Berlin
6552347	Scheden	scheden			DE	06	00	03159	03159031	1887	Europe/Berlin
6552348	Seeburg	seeburg	Zeburg,zeburuku,Зебург,ゼーブルク		DE	06	00	03159	03159032	1579	Europe/Berlin
6552349	Seulingen	seulingen			DE	06	00	03159	03159033	1346	Europe/Berlin
6552350	Waake	waake			DE	06	00	03159	03159035	1263	Europe/Berlin
6552351	Wollbrandshausen	wollbrandshausen			DE	06	00	03159	03159037	640	Europe/Berlin
6552352	Wollershausen	wollershausen	Volerskhauzen,Vollerskhauzen,vu~orasuhauzen,wo lai er si hao sen,Волерсхаузен,Воллерсхаузен,ヴォラースハウゼン,沃莱尔斯豪森		DE	06	00	03159	03159038	511	Europe/Berlin
6552353	Hahausen	hahausen			DE	06	00	03153	03153006	754	Europe/Berlin
6552354	Liebenburg	liebenburg			DE	06	00	03153	03153008	7793	Europe/Berlin
6552356	Bahrdorf	bahrdorf	Bahrdorf (Samtgemeinde Velpke),Bahrdorp		DE	06	00	03154	03154001	1825	Europe/Berlin
6552357	Beierstedt	beierstedt			DE	06	00	03154	03154002	352	Europe/Berlin
6552359	Danndorf	danndorf			DE	06	00	03154	03154004	2458	Europe/Berlin
6552360	Frellstedt	frellstedt			DE	06	00	03154	03154005	797	Europe/Berlin
6552361	Gevensleben	gevensleben			DE	06	00	03154	03154006	631	Europe/Berlin
6552362	Grafhorst	grafhorst			DE	06	00	03154	03154007	1048	Europe/Berlin
6552363	Grasleben	grasleben			DE	06	00	03154	03154008	2391	Europe/Berlin
6552364	Groß Twülpstedt	gross-twuelpstedt			DE	06	00	03154	03154009	2610	Europe/Berlin
6552366	Jerxheim	jerxheim			DE	06	00	03154	03154012	1124	Europe/Berlin
6552367	Lehre	lehre	Lere,lai lei,Лере,莱雷		DE	06	00	03154	03154014	12129	Europe/Berlin
6552368	Mariental	mariental			DE	06	00	03154	03154015	888	Europe/Berlin
6552369	Querenhorst	querenhorst			DE	06	00	03154	03154016	478	Europe/Berlin
6552370	Räbke	raebke			DE	06	00	03154	03154017	702	Europe/Berlin
6552371	Rennau	rennau			DE	06	00	03154	03154018	687	Europe/Berlin
6552372	Söllingen	soellingen			DE	06	00	03154	03154027	1606	Europe/Berlin
6552373	Süpplingen	suepplingen	Ziplingen,Zjuplingen,xu pu lin gen,Зиплинген,Зюплинген,叙普林根		DE	06	00	03154	03154021	1716	Europe/Berlin
6552374	Süpplingenburg	suepplingenburg			DE	06	00	03154	03154022	641	Europe/Berlin
6552376	Velpke	velpke			DE	06	00	03154	03154024	4854	Europe/Berlin
6552377	Warberg	warberg			DE	06	00	03154	03154025	821	Europe/Berlin
6552378	Wolsdorf	wolsdorf			DE	06	00	03154	03154026	911	Europe/Berlin
6552379	Kalefeld	kalefeld			DE	06	00	03155	03155006	6231	Europe/Berlin
6552380	Katlenburg-Lindau	katlenburg-lindau			DE	06	00	03155	03155007	6975	Europe/Berlin
6552384	Elbingerode	elbingerode			DE	06	00	03159	03159012	444	Europe/Berlin
6552385	Hattorf am Harz	hattorf-am-harz	Hattorp		DE	06	00	03159	03159018	4004	Europe/Berlin
6552386	Hörden am Harz	hoerden-am-harz	Hoerden am Harz (Samtgemeinde Hattorf am Harz),Huern,Hörden am Harz (Samtgemeinde Hattorf am Harz),Hürn		DE	06	00	03159	03159020	944	Europe/Berlin
6552387	Walkenried	walkenried			DE	06	00	03159	03159036	4297	Europe/Berlin
6552390	Wulften am Harz	wulften-am-harz	Wulften am Harz (Samtgemeinde Hattorf am Harz)		DE	06	00	03159	03159039	1809	Europe/Berlin
6552392	Edemissen	edemissen			DE	06	00	03157	03157001	12435	Europe/Berlin
6552393	Hohenhameln	hohenhameln			DE	06	00	03157	03157002	9286	Europe/Berlin
6552396	Lengede	lengede			DE	06	00	03157	03157005	13356	Europe/Berlin
6552397	Vechelde	vechelde	Vechel		DE	06	00	03157	03157007	17584	Europe/Berlin
6552398	Wendeburg	wendeburg			DE	06	00	03157	03157008	10412	Europe/Berlin
6552400	Baddeckenstedt	baddeckenstedt			DE	06	00	03158	03158002	3073	Europe/Berlin
6552401	Börßum	boerssum			DE	06	00	03158	03158038	2784	Europe/Berlin
6552402	Burgdorf	burgdorf	Burgdorf,Бургдорф		DE	06	00	03158	03158004	2223	Europe/Berlin
6552403	Cramme	cramme			DE	06	00	03158	03158005	849	Europe/Berlin
6552404	Cremlingen	cremlingen			DE	06	00	03158	03158006	13073	Europe/Berlin
6552405	Dahlum	dahlum			DE	06	00	03158	03158007	634	Europe/Berlin
6552406	Denkte	denkte			DE	06	00	03158	03158008	2795	Europe/Berlin
6552407	Dettum	dettum			DE	06	00	03158	03158009	1151	Europe/Berlin
6552408	Dorstadt	dorstadt			DE	06	00	03158	03158010	692	Europe/Berlin
6552409	Elbe	elbe			DE	06	00	03158	03158011	1521	Europe/Berlin
6552410	Erkerode	erkerode			DE	06	00	03158	03158012	890	Europe/Berlin
6552411	Evessen	evessen			DE	06	00	03158	03158013	1236	Europe/Berlin
6552412	Flöthe	floethe			DE	06	00	03158	03158014	1101	Europe/Berlin
6552414	Haverlah	haverlah			DE	06	00	03158	03158016	1610	Europe/Berlin
6552415	Hedeper	hedeper			DE	06	00	03158	03158017	492	Europe/Berlin
6552416	Heere	heere			DE	06	00	03158	03158018	1078	Europe/Berlin
6552417	Heiningen	heiningen	Khajningen,Хайнинген,Хајнинген		DE	06	00	03158	03158019	652	Europe/Berlin
6552418	Kissenbrück	kissenbrueck			DE	06	00	03158	03158021	1725	Europe/Berlin
6552419	Kneitlingen	kneitlingen			DE	06	00	03158	03158022	806	Europe/Berlin
6552420	Ohrum	ohrum			DE	06	00	03158	03158023	626	Europe/Berlin
6552422	Roklum	roklum			DE	06	00	03158	03158025	437	Europe/Berlin
6552424	Sehlde	sehlde			DE	06	00	03158	03158028	890	Europe/Berlin
6552426	Sickte	sickte			DE	06	00	03158	03158030	6118	Europe/Berlin
6552427	Uehrde	uehrde	Irde,UEuer,yu er de,Üür,Ирде,于尔德		DE	06	00	03158	03158031	890	Europe/Berlin
6552428	Vahlberg	vahlberg			DE	06	00	03158	03158032	695	Europe/Berlin
6552430	Winnigstedt	winnigstedt			DE	06	00	03158	03158035	701	Europe/Berlin
6552431	Wittmar	wittmar			DE	06	00	03158	03158036	1114	Europe/Berlin
6552432	Uetze	uetze	Gemeinde Uetze,Ice,Itce,Uetze  Gemeinde,Итце,Ице		DE	06	00	03241	03241018	20276	Europe/Berlin
6552433	Affinghausen	affinghausen			DE	06	00	03251	03251001	843	Europe/Berlin
6552434	Asendorf	asendorf	Asendoerp,Asendorf,Asendörp,Azendorf,a sen duo fu,Азендорф,Асендорф,阿森多夫		DE	06	00	03251	03251002	2975	Europe/Berlin
6552435	Bahrenborstel	bahrenborstel	Barenborstel,Barenborstel',Bornboessel,Bornbössel,ba lun bo er si te er,Баренборстел,Баренборстель,巴伦博尔斯特尔		DE	06	00	03251	03251003	1105	Europe/Berlin
6552436	Barver	barver			DE	06	00	03251	03251006	1080	Europe/Berlin
6552437	Borstel	borstel	Boessel,Borstel,Borstel',Bössel,Борстел,Борстель		DE	06	00	03251	03251008	1220	Europe/Berlin
6552438	Brockum	brockum			DE	06	00	03251	03251009	1047	Europe/Berlin
6552439	Dickel	dickel			DE	06	00	03251	03251011	472	Europe/Berlin
6552440	Drebber	drebber			DE	06	00	03251	03251013	2931	Europe/Berlin
6552441	Trogen	trogen	Trogen,te luo gen,torogen,trwgn,Троген,تروگن,トローゲン,特罗根		DE	02	094	09475	09475182	1417	Europe/Berlin
6552442	Drentwede	drentwede			DE	06	00	03251	03251014	983	Europe/Berlin
6552443	Ehrenburg	ehrenburg	Ehrenborg,Ehrenburg,Erenburg,ai lun bao,Еренбург,Эренбург,埃伦堡		DE	06	00	03251	03251015	1475	Europe/Berlin
6552445	Eydelstedt	eydelstedt			DE	06	00	03251	03251017	1801	Europe/Berlin
6552446	Hemsloh	hemsloh			DE	06	00	03251	03251019	540	Europe/Berlin
6552447	Hüde	huede			DE	06	00	03251	03251020	1220	Europe/Berlin
6552448	Kirchdorf	kirchdorf	Karkdoerp,Karkdörp,Kirkhdorf,Кирхдорф		DE	06	00	03251	03251021	2238	Europe/Berlin
6552449	Lembruch	lembruch			DE	06	00	03251	03251022	1196	Europe/Berlin
6552450	Maasen	maasen			DE	06	00	03251	03251024	435	Europe/Berlin
6552451	Marl	marl			DE	06	00	03251	03251025	720	Europe/Berlin
6552452	Martfeld	martfeld			DE	06	00	03251	03251026	2801	Europe/Berlin
6552453	Mellinghausen	mellinghausen			DE	06	00	03251	03251027	1040	Europe/Berlin
6552454	Neuenkirchen	neuenkirchen	Neenkarken,Nojenkirkhen,Нойенкирхен,Нојенкирхен		DE	06	00	03251	03251028	1206	Europe/Berlin
6552455	Quernheim	quernheim			DE	06	00	03251	03251029	466	Europe/Berlin
6552456	Rehden	rehden			DE	06	00	03251	03251030	2256	Europe/Berlin
6552457	Scholen	scholen			DE	06	00	03251	03251031	752	Europe/Berlin
6552458	Schwaförden	schwafoerden			DE	06	00	03251	03251032	1490	Europe/Berlin
6552459	Schwarme	schwarme			DE	06	00	03251	03251033	2553	Europe/Berlin
6552460	Staffhorst	staffhorst			DE	06	00	03251	03251035	499	Europe/Berlin
6552461	Stemshorn	stemshorn			DE	06	00	03251	03251036	685	Europe/Berlin
6552462	Stuhr	stuhr			DE	06	00	03251	03251037	33611	Europe/Berlin
6552463	Sudwalde	sudwalde			DE	06	00	03251	03251038	1034	Europe/Berlin
6552465	Varrel	varrel			DE	06	00	03251	03251043	1514	Europe/Berlin
6552466	Wehrbleck	wehrbleck			DE	06	00	03251	03251045	753	Europe/Berlin
6552467	Wetschen	wetschen			DE	06	00	03251	03251046	1836	Europe/Berlin
6552468	Weyhe	weyhe			DE	06	00	03251	03251047	30816	Europe/Berlin
6552470	Algermissen	algermissen			DE	06	00	03254	03254003	7918	Europe/Berlin
6552474	Glinde	glinde	Glinde,Stadt Glinde,ghlyndt,glyndh,Глинде,غليندة,گلینده		DE	10	00	01062	01062018	18466	Europe/Berlin
6552476	Diekholzen	diekholzen			DE	06	00	03254	03254011	6399	Europe/Berlin
6552479	Freden (Leine)	freden-leine			DE	06	00	03254	03254042	4682	Europe/Berlin
6552480	Giesen	giesen			DE	06	00	03254	03254017	9696	Europe/Berlin
6552482	Harsum	harsum			DE	06	00	03254	03254020	11379	Europe/Berlin
6552483	Holle	holle			DE	06	00	03254	03254022	6936	Europe/Berlin
6552485	Nordstemmen	nordstemmen			DE	06	00	03254	03254026	12027	Europe/Berlin
6552487	Schellerten	schellerten			DE	06	00	03254	03254029	7901	Europe/Berlin
6552489	Sibbesse	sibbesse			DE	06	00	03254	03254045	5742	Europe/Berlin
6552490	Söhlde	soehlde			DE	06	00	03254	03254032	7762	Europe/Berlin
6552497	Arholzen	arholzen			DE	06	00	03255	03255001	400	Europe/Berlin
6552498	Boffzen	boffzen			DE	06	00	03255	03255004	2718	Europe/Berlin
6552499	Brevörde	brevoerde			DE	06	00	03255	03255005	595	Europe/Berlin
6552500	Deensen	deensen			DE	06	00	03255	03255007	1342	Europe/Berlin
6552501	Derental	derental			DE	06	00	03255	03255009	586	Europe/Berlin
6552502	Dielmissen	dielmissen			DE	06	00	03255	03255010	765	Europe/Berlin
6552503	Eimen	eimen			DE	06	00	03255	03255012	837	Europe/Berlin
6552504	Fürstenberg	fuerstenberg	Firstenberg,Fjurstenberg,Furstenberga,fu~yurusutenberuku,Фирстенберг,Фюрстенберг,フュルステンベルク		DE	06	00	03255	03255014	1014	Europe/Berlin
6552505	Golmbach	golmbach			DE	06	00	03255	03255015	904	Europe/Berlin
6552506	Halle	halle	Khale,Khalle,hare,Хале,Халле,ハレ		DE	06	00	03255	03255016	1508	Europe/Berlin
6552507	Hehlen	hehlen			DE	06	00	03255	03255017	1852	Europe/Berlin
6552508	Heinade	heinade			DE	06	00	03255	03255018	849	Europe/Berlin
6552509	Heinsen	heinsen			DE	06	00	03255	03255019	765	Europe/Berlin
6552510	Heyen	heyen			DE	06	00	03255	03255020	458	Europe/Berlin
6552511	Holenberg	holenberg			DE	06	00	03255	03255021	405	Europe/Berlin
6552512	Holzen	holzen	Khol'cen,Kholcen,horutsu~en,huo er cen,Холцен,Хольцен,ホルツェン,霍尔岑		DE	06	00	03255	03255022	527	Europe/Berlin
6552513	Kirchbrak	kirchbrak			DE	06	00	03255	03255025	983	Europe/Berlin
6552514	Lenne	lenne	Lene,Lenne,ren'ne,Лене,Ленне,レンネ		DE	06	00	03255	03255027	643	Europe/Berlin
6552515	Lüerdissen	lueerdissen	Lirdisen,Ljuehrdissen,lu ai er di sen,ryuadissen,Лирдисен,Люэрдиссен,リューアーディッセン,吕埃尔迪森		DE	06	00	03255	03255028	398	Europe/Berlin
6552516	Negenborn	negenborn	Negenborn,negenborun,nei gen bo er en,Негенборн,ネーゲンボルン,内根博尔恩		DE	06	00	03255	03255030	685	Europe/Berlin
6552517	Pegestorf	pegestorf			DE	06	00	03255	03255032	374	Europe/Berlin
6552518	Vahlbruch	vahlbruch			DE	06	00	03255	03255035	415	Europe/Berlin
6552519	Wangelnstedt	wangelnstedt			DE	06	00	03255	03255036	555	Europe/Berlin
6552520	Balge	balge			DE	06	00	03256	03256001	1718	Europe/Berlin
6552521	Binnen	binnen			DE	06	00	03256	03256002	1011	Europe/Berlin
6552522	Eystrup	eystrup			DE	06	00	03256	03256007	3390	Europe/Berlin
6552523	Gandesbergen	gandesbergen			DE	06	00	03256	03256008	480	Europe/Berlin
6552524	Hämelhausen	haemelhausen			DE	06	00	03256	03256009	589	Europe/Berlin
6552525	Hassel (Weser)	hassel-weser			DE	06	00	03256	03256010	1764	Europe/Berlin
6552526	Haßbergen	hassbergen			DE	06	00	03256	03256011	1571	Europe/Berlin
6552527	Hilgermissen	hilgermissen			DE	06	00	03256	03256013	2158	Europe/Berlin
6552528	Hoyerhagen	hoyerhagen			DE	06	00	03256	03256015	980	Europe/Berlin
6552529	Husum	husum			DE	06	00	03256	03256016	2341	Europe/Berlin
6552530	Leese	leese			DE	06	00	03256	03256018	1672	Europe/Berlin
6552531	Linsburg	linsburg			DE	06	00	03256	03256020	955	Europe/Berlin
6552532	Marklohe	marklohe			DE	06	00	03256	03256021	4607	Europe/Berlin
6552533	Pennigsehl	pennigsehl			DE	06	00	03256	03256023	1227	Europe/Berlin
6552534	Raddestorf	raddestorf			DE	06	00	03256	03256024	1816	Europe/Berlin
6552535	Rohrsen	rohrsen			DE	06	00	03256	03256027	1003	Europe/Berlin
6552536	Stöckse	stoeckse			DE	06	00	03256	03256031	1248	Europe/Berlin
6552537	Warmsen	warmsen			DE	06	00	03256	03256034	3255	Europe/Berlin
6552538	Warpe	warpe			DE	06	00	03256	03256035	724	Europe/Berlin
6552539	Wietzen	wietzen			DE	06	00	03256	03256036	2137	Europe/Berlin
6552540	Ahnsen	ahnsen	Ahnsen (Samtgemeinde Eilsen),Aohnsen		DE	06	00	03257	03257001	1018	Europe/Berlin
6552541	Bad Eilsen	bad-eilsen			DE	06	00	03257	03257005	2563	Europe/Berlin
6552542	Beckedorf	beckedorf			DE	06	00	03257	03257007	1456	Europe/Berlin
6552543	Buchholz	buchholz			DE	06	00	03257	03257008	761	Europe/Berlin
6552544	Heeßen	heessen			DE	06	00	03257	03257012	1422	Europe/Berlin
6552545	Niedernwöhren	niedernwoehren			DE	06	00	03257	03257025	2021	Europe/Berlin
6552546	Nordsehl	nordsehl			DE	06	00	03257	03257027	686	Europe/Berlin
6552547	Pohle	pohle			DE	06	00	03257	03257029	869	Europe/Berlin
6552548	Pollhagen	pollhagen			DE	06	00	03257	03257030	1073	Europe/Berlin
6552549	Adelheidsdorf	adelheidsdorf			DE	06	00	03351	03351001	2641	Europe/Berlin
6552550	Ahnsbeck	ahnsbeck			DE	06	00	03351	03351002	1619	Europe/Berlin
6552551	Beedenbostel	beedenbostel			DE	06	00	03351	03351003	1015	Europe/Berlin
6552552	Bröckel	broeckel	Braeukel,Breukel,Bräukel		DE	06	00	03351	03351005	1871	Europe/Berlin
6552553	Eicklingen	eicklingen			DE	06	00	03351	03351007	3205	Europe/Berlin
6552554	Eldingen	eldingen			DE	06	00	03351	03351008	1996	Europe/Berlin
6552556	Faßberg	fassberg			DE	06	00	03351	03351010	6240	Europe/Berlin
6552558	Hambühren	hambuehren			DE	06	00	03351	03351012	10422	Europe/Berlin
6552561	Hohne	hohne			DE	06	00	03351	03351015	1685	Europe/Berlin
6552562	Lachendorf	lachendorf			DE	06	00	03351	03351016	6471	Europe/Berlin
6552563	Langlingen	langlingen			DE	06	00	03351	03351017	2129	Europe/Berlin
6552564	Nienhagen	nienhagen	Ninkhagen,Нинхаген		DE	06	00	03351	03351018	6789	Europe/Berlin
6552567	Wathlingen	wathlingen			DE	06	00	03351	03351021	6154	Europe/Berlin
6552568	Wienhausen	wienhausen	Wienhusen		DE	06	00	03351	03351022	4077	Europe/Berlin
6552569	Wietze	wietze			DE	06	00	03351	03351023	8360	Europe/Berlin
6552570	Winsen (Aller)	winsen-aller			DE	06	00	03351	03351024	13270	Europe/Berlin
6552572	Armstorf	armstorf			DE	06	00	03352	03352002	652	Europe/Berlin
6552573	Belum	belum			DE	06	00	03352	03352004	812	Europe/Berlin
6552576	Bülkau	buelkau			DE	06	00	03352	03352008	866	Europe/Berlin
6552577	Cadenberge	cadenberge			DE	06	00	03352	03352063	4199	Europe/Berlin
6552587	Hechthausen	hechthausen			DE	06	00	03352	03352020	3453	Europe/Berlin
6552590	Hollnseth	hollnseth			DE	06	00	03352	03352024	868	Europe/Berlin
6552591	Ihlienworth	ihlienworth			DE	06	00	03352	03352025	1524	Europe/Berlin
6552595	Lamstedt	lamstedt			DE	06	00	03352	03352029	3314	Europe/Berlin
6552597	Loxstedt	loxstedt			DE	06	00	03352	03352032	16311	Europe/Berlin
6552601	Mittelstenahe	mittelstenahe			DE	06	00	03352	03352036	627	Europe/Berlin
6552603	Neuenkirchen	neuenkirchen	Gemeen Neenkarken,Nojenkirkhen,Нойенкирхен,Нојенкирхен		DE	06	00	03352	03352038	1303	Europe/Berlin
6552605	Nordleda	nordleda			DE	06	00	03352	03352041	1053	Europe/Berlin
6552606	Oberndorf	oberndorf	Gemeen OEberndoerp,Gemeen Öberndörp,Oberndorf,ao bo en duo fu,Оберндорф,奧伯恩多夫		DE	06	00	03352	03352042	1352	Europe/Berlin
6552607	Odisheim	odisheim			DE	06	00	03352	03352043	473	Europe/Berlin
6552608	Osten	osten	Gemeen Oosten,Osten,ao si teng,Остен,奥斯滕		DE	06	00	03352	03352044	1787	Europe/Berlin
6552609	Osterbruch	osterbruch			DE	06	00	03352	03352045	489	Europe/Berlin
6552612	Schiffdorf	schiffdorf			DE	06	00	03352	03352050	14339	Europe/Berlin
6552613	Steinau	steinau			DE	06	00	03352	03352051	825	Europe/Berlin
6552614	Stinstedt	stinstedt			DE	06	00	03352	03352052	557	Europe/Berlin
6552617	Wanna	wanna	Gemeen Wannen,Vana,Vanna,wa na,Вана,Ванна,瓦纳		DE	06	00	03352	03352055	2228	Europe/Berlin
6552620	Appel	appel			DE	06	00	03353	03353001	2006	Europe/Berlin
6552621	Asendorf	asendorf			DE	06	00	03353	03353002	1972	Europe/Berlin
6552622	Bendestorf	bendestorf			DE	06	00	03353	03353003	2354	Europe/Berlin
6552623	Brackel	brackel			DE	06	00	03353	03353004	1908	Europe/Berlin
6552624	Dohren	dohren			DE	06	00	03353	03353006	1253	Europe/Berlin
6552625	Drage	drage			DE	06	00	03353	03353007	4220	Europe/Berlin
6552626	Drestedt	drestedt			DE	06	00	03353	03353008	786	Europe/Berlin
6552627	Egestorf	egestorf			DE	06	00	03353	03353009	2686	Europe/Berlin
6552628	Eyendorf	eyendorf			DE	06	00	03353	03353010	1233	Europe/Berlin
6552629	Garlstorf	garlstorf			DE	06	00	03353	03353011	1124	Europe/Berlin
6552630	Garstedt	garstedt			DE	06	00	03353	03353012	1437	Europe/Berlin
6552631	Gödenstorf	goedenstorf			DE	06	00	03353	03353013	975	Europe/Berlin
6552632	Halvesbostel	halvesbostel			DE	06	00	03353	03353014	751	Europe/Berlin
6552633	Handeloh	handeloh			DE	06	00	03353	03353015	2539	Europe/Berlin
6552634	Hanstedt	hanstedt	Khanshtedt,Khanshtet,han si te,Ханштедт,Ханштет,汉斯特		DE	06	00	03353	03353016	5759	Europe/Berlin
6552635	Harmstorf	harmstorf			DE	06	00	03353	03353017	821	Europe/Berlin
6552636	Heidenau	heidenau			DE	06	00	03353	03353018	2243	Europe/Berlin
6552637	Hollenstedt	hollenstedt			DE	06	00	03353	03353019	3828	Europe/Berlin
6552638	Jesteburg	jesteburg			DE	06	00	03353	03353020	7969	Europe/Berlin
6552639	Kakenstorf	kakenstorf			DE	06	00	03353	03353021	1450	Europe/Berlin
6552640	Burk	burk	Burk,buruku,Бурк,Բուրկ,ブルク		DE	02	095	09571	09571128	1041	Europe/Berlin
6552641	Königsmoor	koenigsmoor			DE	06	00	03353	03353022	622	Europe/Berlin
6552642	Marschacht	marschacht			DE	06	00	03353	03353023	3940	Europe/Berlin
6552643	Marxen	marxen			DE	06	00	03353	03353024	1481	Europe/Berlin
6552644	Moisburg	moisburg			DE	06	00	03353	03353025	1891	Europe/Berlin
6552645	Neu Wulmstorf	neu-wulmstorf			DE	06	00	03353	03353026	21258	Europe/Berlin
6552646	Otter	otter			DE	06	00	03353	03353027	1721	Europe/Berlin
6552647	Regesbostel	regesbostel			DE	06	00	03353	03353028	1055	Europe/Berlin
6552648	Salzhausen	salzhausen			DE	06	00	03353	03353030	4870	Europe/Berlin
6552649	Seevetal	seevetal			DE	06	00	03353	03353031	41591	Europe/Berlin
6552650	Stelle	stelle	Gemeen Stell,Shtele,Shtelle,Штеле,Штелле		DE	06	00	03353	03353032	11305	Europe/Berlin
6552651	Tespe	tespe			DE	06	00	03353	03353033	4717	Europe/Berlin
6552652	Toppenstedt	toppenstedt			DE	06	00	03353	03353034	2146	Europe/Berlin
6552653	Tostedt	tostedt			DE	06	00	03353	03353035	13818	Europe/Berlin
6552654	Undeloh	undeloh			DE	06	00	03353	03353036	1005	Europe/Berlin
6552655	Vierhöfen	vierhoefen			DE	06	00	03353	03353037	962	Europe/Berlin
6552656	Welle	welle			DE	06	00	03353	03353038	1198	Europe/Berlin
6552657	Wenzendorf	wenzendorf			DE	06	00	03353	03353039	1394	Europe/Berlin
6552658	Wistedt	wistedt			DE	06	00	03353	03353041	1764	Europe/Berlin
6552659	Wulfsen	wulfsen			DE	06	00	03353	03353042	1751	Europe/Berlin
6552660	Langendorf	langendorf			DE	06	00	03354	03354014	677	Europe/Berlin
6552661	Lübbow	luebbow			DE	06	00	03354	03354017	807	Europe/Berlin
6552662	Neu Darchau	neu-darchau			DE	06	00	03354	03354019	1374	Europe/Berlin
6552663	Prezelle	prezelle			DE	06	00	03354	03354020	435	Europe/Berlin
6552664	Woltersdorf	woltersdorf			DE	06	00	03354	03354025	895	Europe/Berlin
6552665	Zernien	zernien			DE	06	00	03354	03354027	1629	Europe/Berlin
6552666	Adendorf	adendorf			DE	06	00	03355	03355001	10853	Europe/Berlin
6552667	Amelinghausen	amelinghausen			DE	06	00	03355	03355002	4039	Europe/Berlin
6552668	Barendorf	barendorf			DE	06	00	03355	03355005	2470	Europe/Berlin
6552669	Barnstedt	barnstedt			DE	06	00	03355	03355006	726	Europe/Berlin
6552670	Barum	barum	Barum,Барум		DE	06	00	03355	03355007	2058	Europe/Berlin
6552671	Betzendorf	betzendorf			DE	06	00	03355	03355008	1113	Europe/Berlin
6552672	Boitze	boitze			DE	06	00	03355	03355010	374	Europe/Berlin
6552673	Brietlingen	brietlingen			DE	06	00	03355	03355011	3532	Europe/Berlin
6552674	Deutsch Evern	deutsch-evern			DE	06	00	03355	03355014	3709	Europe/Berlin
6552675	Echem	echem			DE	06	00	03355	03355015	1058	Europe/Berlin
6552676	Embsen	embsen			DE	06	00	03355	03355016	2783	Europe/Berlin
6552677	Handorf	handorf			DE	06	00	03355	03355017	2108	Europe/Berlin
6552678	Hittbergen	hittbergen			DE	06	00	03355	03355018	892	Europe/Berlin
6552679	Hohnstorf (Elbe)	hohnstorf-elbe			DE	06	00	03355	03355019	2397	Europe/Berlin
6552680	Kirchgellersen	kirchgellersen			DE	06	00	03355	03355020	2534	Europe/Berlin
6552681	Lüdersburg	luedersburg			DE	06	00	03355	03355021	642	Europe/Berlin
6552682	Mechtersen	mechtersen			DE	06	00	03355	03355023	687	Europe/Berlin
6552683	Melbeck	melbeck			DE	06	00	03355	03355024	3323	Europe/Berlin
6552684	Nahrendorf	nahrendorf			DE	06	00	03355	03355025	1239	Europe/Berlin
6552685	Neetze	neetze			DE	06	00	03355	03355026	2650	Europe/Berlin
6552686	Oldendorf (Luhe)	oldendorf-luhe			DE	06	00	03355	03355027	1014	Europe/Berlin
6552687	Radbruch	radbruch			DE	06	00	03355	03355028	2217	Europe/Berlin
6552688	Rehlingen	rehlingen			DE	06	00	03355	03355029	737	Europe/Berlin
6552689	Reinstorf	reinstorf			DE	06	00	03355	03355030	1277	Europe/Berlin
6552690	Reppenstedt	reppenstedt			DE	06	00	03355	03355031	7668	Europe/Berlin
6552691	Rullstorf	rullstorf			DE	06	00	03355	03355032	1881	Europe/Berlin
6552692	Scharnebeck	scharnebeck			DE	06	00	03355	03355033	3481	Europe/Berlin
6552693	Soderstorf	soderstorf			DE	06	00	03355	03355034	1470	Europe/Berlin
6552694	Südergellersen	suedergellersen			DE	06	00	03355	03355035	1835	Europe/Berlin
6552695	Thomasburg	thomasburg			DE	06	00	03355	03355036	1349	Europe/Berlin
6552696	Tosterglope	tosterglope			DE	06	00	03355	03355037	596	Europe/Berlin
6552697	Vastorf	vastorf			DE	06	00	03355	03355038	825	Europe/Berlin
6552698	Vögelsen	voegelsen			DE	06	00	03355	03355039	2347	Europe/Berlin
6552699	Wendisch Evern	wendisch-evern			DE	06	00	03355	03355040	1761	Europe/Berlin
6552700	Westergellersen	westergellersen			DE	06	00	03355	03355041	2258	Europe/Berlin
6552701	Wittorf	wittorf			DE	06	00	03355	03355042	1454	Europe/Berlin
6552702	Amt Neuhaus	amt-neuhaus			DE	06	00	03355	03355049	4965	Europe/Berlin
6552703	Axstedt	axstedt			DE	06	00	03356	03356001	1192	Europe/Berlin
6552704	Grasberg	grasberg			DE	06	00	03356	03356002	7783	Europe/Berlin
6552705	Hambergen	hambergen			DE	06	00	03356	03356003	5637	Europe/Berlin
6552706	Lilienthal	lilienthal	Leendaal,Liliental,Liliental',Lilintal,Лилиентал,Лилиенталь,Лилинтал		DE	06	00	03356	03356005	19485	Europe/Berlin
6552707	Lübberstedt	luebberstedt			DE	06	00	03356	03356006	737	Europe/Berlin
6552708	Ritterhude	ritterhude			DE	06	00	03356	03356008	14684	Europe/Berlin
6552709	Schwanewede	schwanewede			DE	06	00	03356	03356009	20421	Europe/Berlin
6552710	Vollersode	vollersode			DE	06	00	03356	03356010	2842	Europe/Berlin
6552711	Worpswede	worpswede			DE	06	00	03356	03356011	9494	Europe/Berlin
6552712	Ahausen	ahausen			DE	06	00	03357	03357001	1912	Europe/Berlin
6552713	Alfstedt	alfstedt			DE	06	00	03357	03357002	852	Europe/Berlin
6552714	Anderlingen	anderlingen			DE	06	00	03357	03357003	829	Europe/Berlin
6552715	Basdahl	basdahl			DE	06	00	03357	03357004	1369	Europe/Berlin
6552716	Bötersen	boetersen			DE	06	00	03357	03357005	1077	Europe/Berlin
6552717	Bothel	bothel	Bootel,Botel,Botel',bo te er,boteru,Ботел,Ботель,ボテル,博特尔		DE	06	00	03357	03357006	2376	Europe/Berlin
6552718	Breddorf	breddorf			DE	06	00	03357	03357007	1019	Europe/Berlin
6552719	Brockel	brockel			DE	06	00	03357	03357009	1363	Europe/Berlin
6552720	Deinstedt	deinstedt			DE	06	00	03357	03357011	664	Europe/Berlin
6552721	Ebersdorf	ebersdorf			DE	06	00	03357	03357012	1042	Europe/Berlin
6552722	Elsdorf	elsdorf	Ehl'sdorf,Elsdoerp,Elsdorf,Elsdörp,erusudorufu,Елсдорф,Эльсдорф,エルスドルフ		DE	06	00	03357	03357013	1996	Europe/Berlin
6552723	Farven	farven			DE	06	00	03357	03357014	608	Europe/Berlin
6552724	Fintel	fintel			DE	06	00	03357	03357015	2856	Europe/Berlin
6552725	Gnarrenburg	gnarrenburg			DE	06	00	03357	03357016	9187	Europe/Berlin
6552726	Groß Meckelsen	gross-meckelsen			DE	06	00	03357	03357017	500	Europe/Berlin
6552727	Gyhum	gyhum			DE	06	00	03357	03357018	2360	Europe/Berlin
6552728	Hamersen	hamersen			DE	06	00	03357	03357019	465	Europe/Berlin
6552729	Hassendorf	hassendorf			DE	06	00	03357	03357020	1160	Europe/Berlin
6552730	Heeslingen	heeslingen			DE	06	00	03357	03357021	4832	Europe/Berlin
6552731	Hellwege	hellwege			DE	06	00	03357	03357022	1090	Europe/Berlin
6552732	Helvesiek	helvesiek			DE	06	00	03357	03357023	818	Europe/Berlin
6552733	Hemsbünde	hemsbuende			DE	06	00	03357	03357024	1142	Europe/Berlin
6552734	Hemslingen	hemslingen			DE	06	00	03357	03357025	1429	Europe/Berlin
6552735	Hepstedt	hepstedt			DE	06	00	03357	03357026	978	Europe/Berlin
6552736	Hipstedt	hipstedt	Hipst,Khipshtedt,Khipshtet,hipushutetto,xi pu si te,Хипштедт,Хипштет,ヒプシュテット,希普斯特		DE	06	00	03357	03357027	1234	Europe/Berlin
6552737	Horstedt	horstedt			DE	06	00	03357	03357028	1274	Europe/Berlin
6552738	Kalbe	kalbe			DE	06	00	03357	03357029	580	Europe/Berlin
6552739	Kirchtimke	kirchtimke			DE	06	00	03357	03357030	919	Europe/Berlin
6552740	Kirchwalsede	kirchwalsede			DE	06	00	03357	03357031	1176	Europe/Berlin
6552741	Klein Meckelsen	klein-meckelsen			DE	06	00	03357	03357032	914	Europe/Berlin
6552742	Lauenbrück	lauenbrueck			DE	06	00	03357	03357033	2399	Europe/Berlin
6552743	Lengenbostel	lengenbostel			DE	06	00	03357	03357034	454	Europe/Berlin
6552744	Oerel	oerel			DE	06	00	03357	03357035	1817	Europe/Berlin
6552745	Ostereistedt	ostereistedt			DE	06	00	03357	03357036	930	Europe/Berlin
6552746	Reeßum	reessum	Reessen,Reessum,Reeßen,Ressum,Resum,lei su mu,resumu,Рессум,Ресум,レースム,雷苏姆		DE	06	00	03357	03357037	1765	Europe/Berlin
6552747	Rhade	rhade	Rade,Rhaar,rade,Раде,ラーデ		DE	06	00	03357	03357038	1088	Europe/Berlin
6552748	Sandbostel	sandbostel			DE	06	00	03357	03357040	778	Europe/Berlin
6552749	Scheeßel	scheessel			DE	06	00	03357	03357041	12988	Europe/Berlin
6552750	Seedorf	seedorf			DE	06	00	03357	03357042	1036	Europe/Berlin
6552751	Selsingen	selsingen	Suersen,Sürsen,Zel'zingen,Zelsingen,sai er xin gen,zerujingen,Зелсинген,Зельзинген,ゼルジンゲン,塞尔辛根		DE	06	00	03357	03357043	3601	Europe/Berlin
6552752	Sittensen	sittensen			DE	06	00	03357	03357044	5968	Europe/Berlin
6552753	Sottrum	sottrum			DE	06	00	03357	03357045	6522	Europe/Berlin
6552754	Stemmen	stemmen	Shtemen,Shtemmen,shi te men,shutenmen,Штемен,Штеммен,シュテンメン,施特门		DE	06	00	03357	03357046	826	Europe/Berlin
6552755	Tarmstedt	tarmstedt			DE	06	00	03357	03357047	3835	Europe/Berlin
6552756	Tiste	tiste			DE	06	00	03357	03357048	888	Europe/Berlin
6552757	Vahlde	vahlde			DE	06	00	03357	03357049	679	Europe/Berlin
6552758	Vierden	vierden			DE	06	00	03357	03357050	760	Europe/Berlin
6552759	Vorwerk	vorwerk			DE	06	00	03357	03357052	1048	Europe/Berlin
6552760	Westertimke	westertimke			DE	06	00	03357	03357053	431	Europe/Berlin
6552761	Westerwalsede	westerwalsede			DE	06	00	03357	03357054	723	Europe/Berlin
6552762	Wilstedt	wilstedt			DE	06	00	03357	03357055	1750	Europe/Berlin
6552763	Wohnste	wohnste			DE	06	00	03357	03357056	739	Europe/Berlin
6552764	Bispingen	bispingen			DE	06	00	03358	03358002	6410	Europe/Berlin
6552765	Böhme	boehme			DE	06	00	03358	03358003	939	Europe/Berlin
6552767	Buchholz (Aller)	buchholz-aller			DE	06	00	03358	03358005	2159	Europe/Berlin
6552768	Eickeloh	eickeloh			DE	06	00	03358	03358006	794	Europe/Berlin
6552769	Essel	essel			DE	06	00	03358	03358007	1168	Europe/Berlin
6552770	Frankenfeld	frankenfeld			DE	06	00	03358	03358009	517	Europe/Berlin
6552771	Gilten	gilten			DE	06	00	03358	03358010	1240	Europe/Berlin
6552772	Grethem	grethem	Gretem,ge lei te mu,Гретем,格雷特姆		DE	06	00	03358	03358011	627	Europe/Berlin
6552773	Hademstorf	hademstorf			DE	06	00	03358	03358012	866	Europe/Berlin
6552774	Häuslingen	haeuslingen			DE	06	00	03358	03358013	775	Europe/Berlin
6552775	Hodenhagen	hodenhagen			DE	06	00	03358	03358014	3177	Europe/Berlin
6552776	Lindwedel	lindwedel			DE	06	00	03358	03358015	2647	Europe/Berlin
6552777	Neuenkirchen	neuenkirchen	Gemeen Neenkerken,Neuenkirche,Nojenkirkhen,Нойенкирхен,Нојенкирхен		DE	06	00	03358	03358017	5634	Europe/Berlin
6552778	Schwarmstedt	schwarmstedt			DE	06	00	03358	03358020	5745	Europe/Berlin
6552779	Wietzendorf	wietzendorf			DE	06	00	03358	03358023	4151	Europe/Berlin
6552780	Agathenburg	agathenburg			DE	06	00	03359	03359001	1290	Europe/Berlin
6552781	Ahlerstedt	ahlerstedt			DE	06	00	03359	03359002	5451	Europe/Berlin
6552782	Apensen	apensen			DE	06	00	03359	03359003	4351	Europe/Berlin
6552783	Balje	balje			DE	06	00	03359	03359004	928	Europe/Berlin
6552784	Bargstedt	bargstedt			DE	06	00	03359	03359005	2041	Europe/Berlin
6552785	Beckdorf	beckdorf			DE	06	00	03359	03359006	2660	Europe/Berlin
6552786	Bliedersdorf	bliedersdorf			DE	06	00	03359	03359007	1781	Europe/Berlin
6552787	Brest	brest			DE	06	00	03359	03359008	786	Europe/Berlin
6552788	Burweg	burweg			DE	06	00	03359	03359009	1017	Europe/Berlin
6552789	Deinste	deinste			DE	06	00	03359	03359011	2027	Europe/Berlin
6552790	Dollern	dollern			DE	06	00	03359	03359012	2178	Europe/Berlin
6552791	Drochtersen	drochtersen			DE	06	00	03359	03359013	11176	Europe/Berlin
6552792	Düdenbüttel	duedenbuettel			DE	06	00	03359	03359014	1062	Europe/Berlin
6552793	Engelschoff	engelschoff			DE	06	00	03359	03359015	719	Europe/Berlin
6552794	Estorf	estorf	Ehstorf,Estorf,Gemeen Esdoerp,Gemeen Esdörp,esutorufu,Есторф,Эсторф,エストルフ		DE	06	00	03359	03359016	1403	Europe/Berlin
6552795	Fredenbeck	fredenbeck			DE	06	00	03359	03359017	6027	Europe/Berlin
6552796	Großenwörden	grossenwoerden			DE	06	00	03359	03359019	462	Europe/Berlin
6552797	Grünendeich	gruenendeich			DE	06	00	03359	03359020	1892	Europe/Berlin
6552798	Guderhandviertel	guderhandviertel			DE	06	00	03359	03359021	1094	Europe/Berlin
6552799	Hammah	hammah			DE	06	00	03359	03359022	3124	Europe/Berlin
6552800	Heinbockel	heinbockel			DE	06	00	03359	03359024	1373	Europe/Berlin
6552801	Himmelpforten	himmelpforten			DE	06	00	03359	03359025	5499	Europe/Berlin
6552802	Hollern-Twielenfleth	hollern-twielenfleth			DE	06	00	03359	03359026	3333	Europe/Berlin
6552803	Jork	jork			DE	06	00	03359	03359028	12293	Europe/Berlin
6552804	Kranenburg	kranenburg			DE	06	00	03359	03359029	722	Europe/Berlin
6552805	Krummendeich	krummendeich			DE	06	00	03359	03359030	475	Europe/Berlin
6552806	Kutenholz	kutenholz			DE	06	00	03359	03359031	4622	Europe/Berlin
6552807	Mittelnkirchen	mittelnkirchen			DE	06	00	03359	03359032	1133	Europe/Berlin
6552808	Neuenkirchen	neuenkirchen			DE	06	00	03359	03359033	822	Europe/Berlin
6552809	Nottensdorf	nottensdorf			DE	06	00	03359	03359034	1592	Europe/Berlin
6552810	Oederquart	oederquart			DE	06	00	03359	03359035	1025	Europe/Berlin
6552811	Oldendorf	oldendorf			DE	06	00	03359	03359036	3017	Europe/Berlin
6552812	Sauensiek	sauensiek			DE	06	00	03359	03359037	2492	Europe/Berlin
6552813	Steinkirchen	steinkirchen	Shtajnkirkhen,Steenkark,shutainkiruhyen,Штайнкирхен,Штајнкирхен,シュタインキルヒェン		DE	06	00	03359	03359039	1753	Europe/Berlin
6552814	Wischhafen	wischhafen			DE	06	00	03359	03359040	2976	Europe/Berlin
6552815	Altenmedingen	altenmedingen			DE	06	00	03360	03360001	1469	Europe/Berlin
6552816	Barum	barum			DE	06	00	03360	03360003	760	Europe/Berlin
6552817	Bienenbüttel	bienenbuettel			DE	06	00	03360	03360004	6711	Europe/Berlin
6552818	Eimke	eimke			DE	06	00	03360	03360007	824	Europe/Berlin
6552819	Emmendorf	emmendorf			DE	06	00	03360	03360008	696	Europe/Berlin
6552820	Gerdau	gerdau	Gerdau,ge er dao,Гердау,格尔道		DE	06	00	03360	03360009	1378	Europe/Berlin
6552821	Hanstedt	hanstedt			DE	06	00	03360	03360010	918	Europe/Berlin
6552822	Himbergen	himbergen			DE	06	00	03360	03360011	1679	Europe/Berlin
6552823	Jelmstorf	jelmstorf			DE	06	00	03360	03360012	755	Europe/Berlin
6552824	Lüder	lueder			DE	06	00	03360	03360013	1272	Europe/Berlin
6552825	Natendorf	natendorf			DE	06	00	03360	03360014	725	Europe/Berlin
6552826	Oetzen	oetzen			DE	06	00	03360	03360015	1143	Europe/Berlin
6552827	Rätzlingen	raetzlingen			DE	06	00	03360	03360016	469	Europe/Berlin
6552828	Römstedt	roemstedt			DE	06	00	03360	03360017	784	Europe/Berlin
6552829	Rosche	rosche			DE	06	00	03360	03360018	2013	Europe/Berlin
6552830	Schwienau	schwienau			DE	06	00	03360	03360019	684	Europe/Berlin
6552831	Soltendieck	soltendieck			DE	06	00	03360	03360020	978	Europe/Berlin
6552833	Stoetze	stoetze			DE	06	00	03360	03360022	579	Europe/Berlin
6552834	Suderburg	suderburg			DE	06	00	03360	03360023	4588	Europe/Berlin
6552835	Suhlendorf	suhlendorf			DE	06	00	03360	03360024	2391	Europe/Berlin
6552836	Weste	weste			DE	06	00	03360	03360026	945	Europe/Berlin
6552838	Wrestedt	wrestedt			DE	06	00	03360	03360030	6366	Europe/Berlin
6552839	Wriedel	wriedel			DE	06	00	03360	03360029	2354	Europe/Berlin
6552840	Blender	blender			DE	06	00	03361	03361002	2885	Europe/Berlin
6552841	Dörverden	doerverden			DE	06	00	03361	03361003	9009	Europe/Berlin
6552842	Emtinghausen	emtinghausen			DE	06	00	03361	03361004	1464	Europe/Berlin
6552843	Kirchlinteln	kirchlinteln			DE	06	00	03361	03361005	9911	Europe/Berlin
6552845	Oyten	oyten			DE	06	00	03361	03361009	15863	Europe/Berlin
6552846	Riede	riede			DE	06	00	03361	03361010	2821	Europe/Berlin
6552847	Thedinghausen	thedinghausen			DE	06	00	03361	03361013	8162	Europe/Berlin
6552848	Delmenhorst	delmenhorst	Delmenhorst,Stadt Delmenhorst		DE	06	00	03401	03401000	77559	Europe/Berlin
6552849	Emden	emden	Emden,Stadt Emden		DE	06	00	03402	03402000	49913	Europe/Berlin
6552850	Oldenburg	oldenburg	Oldenburg,Stadt Oldenburg (Oldenburg)		DE	06	00	03403	03403000	169077	Europe/Berlin
6552851	Osnabrück	osnabrueck	Osnabrueck,Osnabrück,Stadt Osnabrueck,Stadt Osnabrück		DE	06	00	03404	03404000	165251	Europe/Berlin
6552852	Wilhelmshaven	wilhelmshaven	Stadt Wilhelmshaven,Wilhelmshaven		DE	06	00	03405	03405000	76089	Europe/Berlin
6552853	Apen	apen			DE	06	00	03451	03451001	11692	Europe/Berlin
6552854	Bad Zwischenahn	bad-zwischenahn			DE	06	00	03451	03451002	28896	Europe/Berlin
6552855	Edewecht	edewecht			DE	06	00	03451	03451004	22453	Europe/Berlin
6552856	Rastede	rastede			DE	06	00	03451	03451005	22704	Europe/Berlin
6552857	Wiefelstede	wiefelstede			DE	06	00	03451	03451008	16162	Europe/Berlin
6552858	Baltrum	baltrum	Baltrum Island		DE	06	00	03452	03452002	604	Europe/Berlin
6552859	Berumbur	berumbur			DE	06	00	03452	03452003	2773	Europe/Berlin
6552860	Hagermarsch	hagermarsch			DE	06	00	03452	03452009	431	Europe/Berlin
6552861	Halbemond	halbemond			DE	06	00	03452	03452010	1005	Europe/Berlin
6552862	Juist	juist			DE	06	00	03452	03452013	1524	Europe/Berlin
6552863	Leezdorf	leezdorf			DE	06	00	03452	03452015	1811	Europe/Berlin
6552864	Lütetsburg	luetetsburg			DE	06	00	03452	03452016	719	Europe/Berlin
6552865	Osteel	osteel			DE	06	00	03452	03452021	2162	Europe/Berlin
6552866	Rechtsupweg	rechtsupweg			DE	06	00	03452	03452022	2101	Europe/Berlin
6552867	Upgant-Schott	upgant-schott			DE	06	00	03452	03452024	3782	Europe/Berlin
6552868	Wirdum	wirdum	Virdum,wei er du mu,Вирдум,维尔杜姆		DE	06	00	03452	03452026	999	Europe/Berlin
6552869	Barßel	barssel			DE	06	00	03453	03453001	13039	Europe/Berlin
6552870	Bösel	boesel			DE	06	00	03453	03453002	8224	Europe/Berlin
6552871	Cappeln (Oldenburg)	cappeln-oldenburg			DE	06	00	03453	03453003	7127	Europe/Berlin
6552872	Emstek	emstek			DE	06	00	03453	03453005	12254	Europe/Berlin
6552873	Essen (Oldenburg)	essen-oldenburg			DE	06	00	03453	03453006	9078	Europe/Berlin
6552874	Garrel	garrel			DE	06	00	03453	03453008	15139	Europe/Berlin
6552875	Lastrup	lastrup			DE	06	00	03453	03453009	6955	Europe/Berlin
6552876	Lindern (Oldenburg)	lindern-oldenburg			DE	06	00	03453	03453010	4925	Europe/Berlin
6553323	Meuspath	meuspath			DE	08	00	07131	07131050	144	Europe/Berlin
6552877	Molbergen	molbergen			DE	06	00	03453	03453012	8944	Europe/Berlin
6552878	Saterland	saterland	Saterland,Seelterlound		DE	06	00	03453	03453013	13701	Europe/Berlin
6552879	Bawinkel	bawinkel			DE	06	00	03454	03454002	2481	Europe/Berlin
6552880	Beesten	beesten			DE	06	00	03454	03454003	1602	Europe/Berlin
6552881	Bockhorst	bockhorst			DE	06	00	03454	03454004	959	Europe/Berlin
6552882	Börger	boerger			DE	06	00	03454	03454005	2794	Europe/Berlin
6552883	Breddenberg	breddenberg			DE	06	00	03454	03454006	800	Europe/Berlin
6552884	Dersum	dersum			DE	06	00	03454	03454007	1443	Europe/Berlin
6552885	Dörpen	doerpen			DE	06	00	03454	03454008	5392	Europe/Berlin
6552886	Dohren	dohren			DE	06	00	03454	03454009	1141	Europe/Berlin
6552887	Emsbüren	emsbueren			DE	06	00	03454	03454010	10199	Europe/Berlin
6552888	Esterwegen	esterwegen			DE	06	00	03454	03454011	5429	Europe/Berlin
6552889	Fresenburg	fresenburg			DE	06	00	03454	03454013	904	Europe/Berlin
6552890	Geeste	geeste	Geste,ge si te,Гесте,格斯特		DE	06	00	03454	03454014	11365	Europe/Berlin
6552891	Gersten	gersten			DE	06	00	03454	03454015	1225	Europe/Berlin
6552892	Groß Berßen	gross-berssen			DE	06	00	03454	03454016	680	Europe/Berlin
6552893	Handrup	handrup			DE	06	00	03454	03454017	818	Europe/Berlin
6552894	Heede	heede	Heede/Ems,Khede,hei de,Хеде,黑德		DE	06	00	03454	03454020	2523	Europe/Berlin
6552895	Herzlake	herzlake			DE	06	00	03454	03454021	4533	Europe/Berlin
6552896	Hilkenbrook	hilkenbrook			DE	06	00	03454	03454022	773	Europe/Berlin
6552897	Hüven	hueven			DE	06	00	03454	03454023	542	Europe/Berlin
6552898	Klein Berßen	klein-berssen			DE	06	00	03454	03454024	1152	Europe/Berlin
6552899	Kluse	kluse	Kluse,Kluze,ke lu sai,Клузе,Клусе,克卢塞		DE	06	00	03454	03454025	1700	Europe/Berlin
6552900	Lähden	laehden			DE	06	00	03454	03454026	4725	Europe/Berlin
6552901	Lahn	lahn			DE	06	00	03454	03454027	863	Europe/Berlin
6552902	Langen	langen	Langen,Ланген		DE	06	00	03454	03454028	1459	Europe/Berlin
6552903	Graben	graben	Graben,ge la ben,Грабен,Գրաբեն,格拉本		DE	02	097	09772	09772149	4056	Europe/Berlin
6552904	Lathen	lathen			DE	06	00	03454	03454029	6711	Europe/Berlin
6552905	Lehe	lehe			DE	06	00	03454	03454030	979	Europe/Berlin
6552906	Lengerich	lengerich	Lengerikh,Ленгерих		DE	06	00	03454	03454031	2713	Europe/Berlin
6552907	Lorup	lorup			DE	06	00	03454	03454033	3171	Europe/Berlin
6552908	Lünne	luenne			DE	06	00	03454	03454034	1929	Europe/Berlin
6552909	Messingen	messingen			DE	06	00	03454	03454036	1060	Europe/Berlin
6552910	Neubörger	neuboerger			DE	06	00	03454	03454037	1546	Europe/Berlin
6552911	Neulehe	neulehe			DE	06	00	03454	03454038	798	Europe/Berlin
6552912	Niederlangen	niederlangen			DE	06	00	03454	03454039	1261	Europe/Berlin
6552913	Oberlangen	oberlangen			DE	06	00	03454	03454040	972	Europe/Berlin
6552914	Rastdorf	rastdorf			DE	06	00	03454	03454042	1082	Europe/Berlin
6552915	Renkenberge	renkenberge			DE	06	00	03454	03454043	695	Europe/Berlin
6552916	Salzbergen	salzbergen			DE	06	00	03454	03454045	7839	Europe/Berlin
6552917	Schapen	schapen			DE	06	00	03454	03454046	2416	Europe/Berlin
6552918	Sögel	soegel			DE	06	00	03454	03454047	8029	Europe/Berlin
6552919	Spelle	spelle			DE	06	00	03454	03454049	9545	Europe/Berlin
6552920	Stavern	stavern			DE	06	00	03454	03454050	1064	Europe/Berlin
6552921	Surwold	surwold			DE	06	00	03454	03454051	4265	Europe/Berlin
6552922	Sustrum	sustrum			DE	06	00	03454	03454052	1373	Europe/Berlin
6552923	Thuine	thuine			DE	06	00	03454	03454053	1775	Europe/Berlin
6552924	Twist	twist	Tvist,te wei si te,twyst,twyyst,Твист,تويست,توییست,特维斯特		DE	06	00	03454	03454054	9605	Europe/Berlin
6552925	Vrees	vrees			DE	06	00	03454	03454055	1777	Europe/Berlin
6552926	Walchum	walchum			DE	06	00	03454	03454056	1588	Europe/Berlin
6552927	Werlte	werlte			DE	06	00	03454	03454057	10149	Europe/Berlin
6552928	Werpeloh	werpeloh			DE	06	00	03454	03454058	1095	Europe/Berlin
6552929	Wettrup	wettrup			DE	06	00	03454	03454059	533	Europe/Berlin
6552930	Wippingen	wippingen			DE	06	00	03454	03454060	968	Europe/Berlin
6552931	Emlichheim	emlichheim			DE	06	00	03456	03456002	7312	Europe/Berlin
6552932	Engden	engden			DE	06	00	03456	03456003	421	Europe/Berlin
6552933	Esche	esche			DE	06	00	03456	03456004	579	Europe/Berlin
6552934	Georgsdorf	georgsdorf			DE	06	00	03456	03456005	1216	Europe/Berlin
6552935	Getelo	getelo			DE	06	00	03456	03456006	531	Europe/Berlin
6552936	Gölenkamp	goelenkamp			DE	06	00	03456	03456007	579	Europe/Berlin
6552937	Isterberg	isterberg			DE	06	00	03456	03456010	580	Europe/Berlin
6552938	Itterbeck	itterbeck			DE	06	00	03456	03456011	1756	Europe/Berlin
6552939	Laar	laar			DE	06	00	03456	03456012	2129	Europe/Berlin
6552940	Lage	lage			DE	06	00	03456	03456013	1029	Europe/Berlin
6552941	Ohne	ohne			DE	06	00	03456	03456016	582	Europe/Berlin
6552942	Quendorf	quendorf			DE	06	00	03456	03456018	598	Europe/Berlin
6552943	Ringe	ringe			DE	06	00	03456	03456019	2014	Europe/Berlin
6552945	Uelsen	uelsen			DE	06	00	03456	03456023	5687	Europe/Berlin
6552946	Wietmarschen	wietmarschen			DE	06	00	03456	03456025	12336	Europe/Berlin
6552947	Wilsum	wilsum	Vil'zum,Vilsum,wei er su mu,Вилсум,Вильзум,维尔苏姆		DE	06	00	03456	03456026	1577	Europe/Berlin
6552948	Brinkum	brinkum			DE	06	00	03457	03457003	803	Europe/Berlin
6552949	Filsum	filsum			DE	06	00	03457	03457008	2151	Europe/Berlin
6552950	Firrel	firrel			DE	06	00	03457	03457009	834	Europe/Berlin
6552951	Hesel	hesel			DE	06	00	03457	03457010	4553	Europe/Berlin
6552952	Holtland	holtland			DE	06	00	03457	03457011	2233	Europe/Berlin
6552953	Jemgum	jemgum			DE	06	00	03457	03457012	3629	Europe/Berlin
6552954	Moormerland	moormerland			DE	06	00	03457	03457014	23567	Europe/Berlin
6552955	Neukamperfehn	neukamperfehn			DE	06	00	03457	03457015	1713	Europe/Berlin
6552956	Nortmoor	nortmoor			DE	06	00	03457	03457016	1785	Europe/Berlin
6552957	Ostrhauderfehn	ostrhauderfehn			DE	06	00	03457	03457017	11318	Europe/Berlin
6552958	Rhauderfehn	rhauderfehn			DE	06	00	03457	03457018	18212	Europe/Berlin
6552959	Schwerinsdorf	schwerinsdorf			DE	06	00	03457	03457019	686	Europe/Berlin
6552960	Bunde	bunde	Bunde,Bunn,ben de,bunde,bwndh,Бунде,بونده,ブンデ,本德		DE	06	00	03457	03457024	7675	Europe/Berlin
6552961	Beckeln	beckeln			DE	06	00	03458	03458001	760	Europe/Berlin
6552962	Colnrade	colnrade			DE	06	00	03458	03458002	760	Europe/Berlin
6552963	Dötlingen	doetlingen			DE	06	00	03458	03458003	6273	Europe/Berlin
6552964	Dünsen	duensen			DE	06	00	03458	03458004	1156	Europe/Berlin
6552965	Ganderkesee	ganderkesee			DE	06	00	03458	03458005	31360	Europe/Berlin
6552966	Groß Ippener	gross-ippener			DE	06	00	03458	03458006	978	Europe/Berlin
6552967	Großenkneten	grossenkneten			DE	06	00	03458	03458007	16027	Europe/Berlin
6552968	Hatten	hatten			DE	06	00	03458	03458009	14154	Europe/Berlin
6552969	Hude (Oldenburg)	hude-oldenburg			DE	06	00	03458	03458010	16111	Europe/Berlin
6552970	Kirchseelte	kirchseelte			DE	06	00	03458	03458011	1155	Europe/Berlin
6552971	Prinzhöfte	prinzhoefte			DE	06	00	03458	03458012	651	Europe/Berlin
6552972	Winkelsett	winkelsett	Vinkel'zet,Vinkelset,wen ke er sai te,Винкелсет,Винкельзет,温克尔塞特		DE	06	00	03458	03458015	511	Europe/Berlin
6552973	Alfhausen	alfhausen			DE	06	00	03459	03459001	4012	Europe/Berlin
6552974	Ankum	ankum			DE	06	00	03459	03459002	7568	Europe/Berlin
6552975	Bad Essen	bad-essen			DE	06	00	03459	03459003	15738	Europe/Berlin
6552976	Bad Laer	bad-laer			DE	06	00	03459	03459005	9110	Europe/Berlin
6552977	Bad Rothenfelde	bad-rothenfelde			DE	06	00	03459	03459006	8470	Europe/Berlin
6552978	Badbergen	badbergen			DE	06	00	03459	03459007	4577	Europe/Berlin
6552979	Belm	belm			DE	06	00	03459	03459008	13788	Europe/Berlin
6552980	Berge	berge	Berge,Берге		DE	06	00	03459	03459009	3531	Europe/Berlin
6552981	Bippen	bippen			DE	06	00	03459	03459011	2932	Europe/Berlin
6552982	Bissendorf	bissendorf			DE	06	00	03459	03459012	14630	Europe/Berlin
6552983	Bohmte	bohmte			DE	06	00	03459	03459013	12687	Europe/Berlin
6552984	Eggermühlen	eggermuehlen			DE	06	00	03459	03459016	1723	Europe/Berlin
6552985	Gehrde	gehrde			DE	06	00	03459	03459018	2533	Europe/Berlin
6552986	Hagen am Teutoburger Wald	hagen-am-teutoburger-wald	Hagen,Khagen am Teutoburger Vald,Khagen-am-Tojtoburger-Val'd,ha gen,Хаген ам Теутобургер Валд,Хаген-ам-Тойтобургер-Вальд,哈根		DE	06	00	03459	03459020	13475	Europe/Berlin
6552987	Hasbergen	hasbergen			DE	06	00	03459	03459021	11016	Europe/Berlin
6552988	Hilter am Teutoburger Wald	hilter-am-teutoburger-wald			DE	06	00	03459	03459022	10388	Europe/Berlin
6552989	Kettenkamp	kettenkamp			DE	06	00	03459	03459023	1748	Europe/Berlin
6552990	Menslage	menslage			DE	06	00	03459	03459025	2439	Europe/Berlin
6552991	Neuenkirchen	neuenkirchen	Nojenkirkhen,Нойенкирхен,Нојенкирхен		DE	06	00	03459	03459027	4599	Europe/Berlin
6552992	Nortrup	nortrup			DE	06	00	03459	03459028	2986	Europe/Berlin
6552993	Ostercappeln	ostercappeln			DE	06	00	03459	03459029	9694	Europe/Berlin
6552994	Rieste	rieste			DE	06	00	03459	03459031	3578	Europe/Berlin
6552995	Voltlage	voltlage			DE	06	00	03459	03459032	1750	Europe/Berlin
6552996	Wallenhorst	wallenhorst			DE	06	00	03459	03459033	23048	Europe/Berlin
6552997	Glandorf	glandorf	Glandorf,ge lan duo fu,Гландорф,格兰多夫		DE	06	00	03459	03459034	6592	Europe/Berlin
6552998	Bakum	bakum			DE	06	00	03460	03460001	6475	Europe/Berlin
6552999	Goldenstedt	goldenstedt			DE	06	00	03460	03460004	9840	Europe/Berlin
6553000	Holdorf	holdorf	Khol'dorf,Kholdorf,huo er duo fu,Холдорф,Хольдорф,霍尔多夫		DE	06	00	03460	03460005	7332	Europe/Berlin
6553001	Neuenkirchen-Vörden	neuenkirchen-voerden			DE	06	00	03460	03460007	8868	Europe/Berlin
6553002	Steinfeld (Oldenburg)	steinfeld-oldenburg			DE	06	00	03460	03460008	10240	Europe/Berlin
6553003	Visbek	visbek			DE	06	00	03460	03460010	9925	Europe/Berlin
6553004	Lemwerder	lemwerder			DE	06	00	03461	03461006	7122	Europe/Berlin
6553005	Ovelgönne	ovelgoenne			DE	06	00	03461	03461008	5176	Europe/Berlin
6553006	Blomberg	blomberg			DE	06	00	03462	03462001	1859	Europe/Berlin
6553007	Dunum	dunum	Dunum,du nu mu,Дунум,杜努姆		DE	06	00	03462	03462002	1086	Europe/Berlin
6553008	Eversmeer	eversmeer			DE	06	00	03462	03462004	841	Europe/Berlin
6553009	Holtgast	holtgast			DE	06	00	03462	03462006	1782	Europe/Berlin
6553010	Langeoog	langeoog			DE	06	00	03462	03462007	1817	Europe/Berlin
6553011	Moorweg	moorweg			DE	06	00	03462	03462008	858	Europe/Berlin
6553012	Nenndorf	nenndorf			DE	06	00	03462	03462009	754	Europe/Berlin
6553013	Neuharlingersiel	neuharlingersiel			DE	06	00	03462	03462010	973	Europe/Berlin
6553014	Schweindorf	schweindorf			DE	06	00	03462	03462013	716	Europe/Berlin
6553015	Spiekeroog	spiekeroog			DE	06	00	03462	03462014	809	Europe/Berlin
6553016	Stedesdorf	stedesdorf			DE	06	00	03462	03462015	1639	Europe/Berlin
6553017	Utarp	utarp			DE	06	00	03462	03462016	673	Europe/Berlin
6553018	Werdum	werdum			DE	06	00	03462	03462017	746	Europe/Berlin
6553019	Westerholt	westerholt	Vesterkhol't,Vesterkholt,wei si te luo er te,Вестерхолт,Вестерхольт,韦斯特罗尔特		DE	06	00	03462	03462018	2582	Europe/Berlin
6553020	Bremen	bremen	Breme,Bremen,Brême,Stadt Bremen		DE	03	00	04011	04011000	567559	Europe/Berlin
6553021	Bremerhaven	bremerhaven	Bremerhaven,Stadt Bremerhaven		DE	03	00	04012	04012000	113643	Europe/Berlin
6553022	Düsseldorf	duesseldorf	Duesseldorf,Düsseldorf,Stadt Duesseldorf,Stadt Düsseldorf		DE	07	051	05111	05111000	621877	Europe/Berlin
6553023	Duisburg	duisburg	Duisburg,Stadt Duisburg		DE	07	051	05112	05112000	498686	Europe/Berlin
6553024	Essen	essen	Essen,Stadt Essen,asn,mdynt asn,أسن,مدينة أسن		DE	07	051	05113	05113000	582760	Europe/Berlin
6553025	Krefeld	krefeld	Krefeld,Stadt Krefeld		DE	07	051	05114	05114000	227417	Europe/Berlin
6553026	Mönchengladbach	moenchengladbach	Moenchengladbach,Mönchengladbach,Stadt Moenchengladbach,Stadt Mönchengladbach		DE	07	051	05116	05116000	261034	Europe/Berlin
6553027	Mülheim an der Ruhr	muelheim-an-der-ruhr	Gorad Mjul'gajm-na-Rury,Milchaim,Milkhajm na Ruru,Miulheimas prie Ruro,Miulheimas prie Rūro,Mjul'gajm-na-Ruri,Mjul'khajm-an-der-Rur,Mjul'khajm-na-Rure,Mjulkhajm,Moelm,Muehlheim,Muelhaym,Muelheim,Muelheim an der Ruhr,Muelheim del Ruhr,Mölm,Mühlheim,Mülhaym,Mülheim,Mülheim an der Ruhr,Mülheim del Ruhr,Stadt Muelheim an der Ruhr,Stadt Mülheim an der Ruhr,lu er he pan mi er hai mu,miulhaimi,mwilhaim-andeeoluleu,mwlhaym an dr rwr,myuruhaimu・an・dea・ruru,Μίλχαϊμ,Горад Мюльгайм-на-Руры,Милхајм на Руру,Мюлхайм,Мюльгайм-на-Рурі,Мюльхайм-ан-дер-Рур,Мюльхайм-на-Руре,מילהיים על הרוהר,مل ہائم,مولهايم أن در رور,مولهایم آن در رور,მიულჰაიმი,ミュールハイム・アン・デア・ルール,鲁尔河畔米尔海姆,뮐하임안데어루르		DE	07	051	05117	05117000	170632	Europe/Berlin
6553028	Oberhausen	oberhausen	Oberhausen,Stadt Oberhausen		DE	07	051	05119	05119000	210764	Europe/Berlin
6553029	Remscheid	remscheid	Remscheid,Stadt Remscheid		DE	07	051	05120	05120000	111338	Europe/Berlin
6553030	Solingen	solingen	Solingen,Stadt Solingen		DE	07	051	05122	05122000	159245	Europe/Berlin
6553031	Wuppertal	wuppertal	Stadt Wuppertal,Wuppertal		DE	07	051	05124	05124000	355100	Europe/Berlin
6553032	Issum	issum			DE	07	051	05154	05154020	11977	Europe/Berlin
6553033	Kranenburg	kranenburg	Kranenburg,Kraoneboerg,Kraonebörg,krannbywrkh,Краненбург,كراننبيورخ		DE	07	051	05154	05154040	10719	Europe/Berlin
6553034	Rheurdt	rheurdt			DE	07	051	05154	05154048	6515	Europe/Berlin
6553035	Uedem	uedem			DE	07	051	05154	05154056	8224	Europe/Berlin
6553036	Wachtendonk	wachtendonk			DE	07	051	05154	05154060	8129	Europe/Berlin
6553037	Weeze	weeze			DE	07	051	05154	05154064	10786	Europe/Berlin
6553038	Jüchen	juechen			DE	07	051	05162	05162012	23294	Europe/Berlin
6553039	Rommerskirchen	rommerskirchen			DE	07	051	05162	05162028	13298	Europe/Berlin
6553040	Brüggen	brueggen	Brigen,Brjuggen,brwkhn,Бриген,Брюгген,بروخن		DE	07	051	05166	05166004	15745	Europe/Berlin
6553041	Grefrath	grefrath			DE	07	051	05166	05166008	14753	Europe/Berlin
6553042	Niederkrüchten	niederkruechten			DE	07	051	05166	05166020	15557	Europe/Berlin
6553043	Alpen	alpen	Al'pen,Alpen,a er peng,alpn  alman,Алпен,Альпен,الپن، آلمان,阿尔彭		DE	07	051	05170	05170004	12479	Europe/Berlin
6553044	Hünxe	huenxe			DE	07	051	05170	05170016	13598	Europe/Berlin
6553045	Schermbeck	schermbeck			DE	07	051	05170	05170036	13602	Europe/Berlin
6553046	Sonsbeck	sonsbeck			DE	07	051	05170	05170040	8673	Europe/Berlin
6553047	Aachen	aachen	Aachen,Stadt Aachen		DE	07	053	05334	05334002	248960	Europe/Berlin
6553048	Bonn	bonn	Bonn,Stadt Bonn		DE	07	053	05314	05314000	329673	Europe/Berlin
6553049	Köln	koeln	Cologna,Cologne,Colonha,Colonia,Colonia Agrippina,Colònia,Colônia,Cołogna,Culonia,Cwlen,Gorad Kjol'n,K'oln,Kel'n,Keln,Kelnas,Kelne,Kelni,Keulen,Kiolns,Kjol'n,Koelle,Koeln,Kol'n,Kolin nad Rynem,Kolin nad Rynom,Koloin,Kolon,Kolonia,Kolonjo,Kolín nad Rýnem,Kolín nad Rýnom,Kyoln,Këlni,Kölle,Köln,Stadt Koeln,Stadt Köln,gu long,kalana,kalon,ke long,kerun,kholoy,kln,klwn,koelleun,koln,kolon,kolona,kwlwn,kwlwnya,kyolna,qln,Ķelne,Κολωνία,Горад Кёльн,Келн,Кельн,Кьолн,Кёльн,Кӧльн,Көлн,Քյոլն,קלן,קעלן,كولونيا,کلن,کلون,کولون,कोलोन,क्योल्न,ਕਲਨ,கோல்ன்,కొలోన్,ಕಲೋನ್,โคโลญ,ကိုလုံးမြို့,კელნი,ኮልን,ケルン,古龍,科隆,쾰른		DE	07	053	05315	05315000	1087863	Europe/Berlin
6553050	Leverkusen	leverkusen	Leverkusen,Stadt Leverkusen		DE	07	053	05316	05316000	163729	Europe/Berlin
6553051	Roetgen	roetgen			DE	07	053	05334	05334024	8648	Europe/Berlin
6553052	Simmerath	simmerath			DE	07	053	05334	05334028	15404	Europe/Berlin
6553053	Aldenhoven	aldenhoven			DE	07	053	05358	05358004	13787	Europe/Berlin
6553054	Hürtgenwald	huertgenwald	Gjurtgenval'd,Huertgenwald,Hürtgenwald,Khjurtgenval'd,hwrtgnwald,xu er te gen wa er de,Гюртгенвальд,Хюртгенвальд,هورتگنوالد,许尔特根瓦尔德		DE	07	053	05358	05358016	8700	Europe/Berlin
6553055	Inden	inden	Inden,yin deng,Інден,Инден,因登		DE	07	053	05358	05358020	7397	Europe/Berlin
6553056	Kreuzau	kreuzau			DE	07	053	05358	05358028	17444	Europe/Berlin
6553057	Langerwehe	langerwehe			DE	07	053	05358	05358032	14028	Europe/Berlin
6553058	Merzenich	merzenich			DE	07	053	05358	05358040	9885	Europe/Berlin
6553059	Niederzier	niederzier			DE	07	053	05358	05358048	14113	Europe/Berlin
6553060	Nörvenich	noervenich			DE	07	053	05358	05358052	10572	Europe/Berlin
6553061	Titz	titz			DE	07	053	05358	05358056	8455	Europe/Berlin
6553062	Vettweiß	vettweiss			DE	07	053	05358	05358060	9397	Europe/Berlin
6553063	Elsdorf	elsdorf	Ehl'sdorf,El'sdorf,Elsdorf,ai er si duo fu,alsdwrf,alzdwrf,Елсдорф,Ельсдорф,Эльсдорф,إلسدورف,الزدورف,埃尔斯多夫		DE	07	053	05362	05362016	21807	Europe/Berlin
6553064	Blankenheim	blankenheim	Blankengajm,Blankenheimas,Blankenkhajm,bu lan ken hai mu,Бланкенгайм,Бланкенхайм,Бланкенхајм,布兰肯海姆		DE	07	053	05366	05366008	8268	Europe/Berlin
6553065	Dahlem	dahlem	Dalem,Далем		DE	07	053	05366	05366012	4215	Europe/Berlin
6553066	Hellenthal	hellenthal			DE	07	053	05366	05366020	7863	Europe/Berlin
6553067	Kall	kall	Kal,Kall',Кал,Калль		DE	07	053	05366	05366024	11191	Europe/Berlin
6553068	Nettersheim	nettersheim			DE	07	053	05366	05366032	7491	Europe/Berlin
6553069	Weilerswist	weilerswist			DE	07	053	05366	05366040	17633	Europe/Berlin
6553070	Gangelt	gangelt			DE	07	053	05370	05370008	12576	Europe/Berlin
6553071	Waldfeucht	waldfeucht			DE	07	053	05370	05370032	8842	Europe/Berlin
6553478	Dalberg	dalberg			DE	08	00	07133	07133021	218	Europe/Berlin
6553072	Engelskirchen	engelskirchen			DE	07	053	05374	05374008	19298	Europe/Berlin
6553073	Lindlar	lindlar			DE	07	053	05374	05374020	21315	Europe/Berlin
6553074	Marienheide	marienheide			DE	07	053	05374	05374024	13522	Europe/Berlin
6553075	Morsbach	morsbach			DE	07	053	05374	05374028	10138	Europe/Berlin
6553076	Nümbrecht	nuembrecht			DE	07	053	05374	05374032	17001	Europe/Berlin
6553077	Kürten	kuerten			DE	07	053	05378	05378012	19662	Europe/Berlin
6553078	Odenthal	odenthal			DE	07	053	05378	05378020	14967	Europe/Berlin
6553079	Alfter	alfter			DE	07	053	05382	05382004	23563	Europe/Berlin
6553080	Eitorf	eitorf			DE	07	053	05382	05382016	18749	Europe/Berlin
6553081	Much	much	Mukh,Мух		DE	07	053	05382	05382036	14412	Europe/Berlin
6553082	Neunkirchen-Seelscheid	neunkirchen-seelscheid			DE	07	053	05382	05382040	19679	Europe/Berlin
6553083	Ruppichteroth	ruppichteroth			DE	07	053	05382	05382052	10420	Europe/Berlin
6553084	Wachtberg	wachtberg			DE	07	053	05382	05382072	20485	Europe/Berlin
6553085	Bottrop	bottrop	Bottrop,Stadt Bottrop		DE	07	055	05512	05512000	117565	Europe/Berlin
6553086	Gelsenkirchen	gelsenkirchen	Gelsenkirchen,Stadt Gelsenkirchen		DE	07	055	05513	05513000	259645	Europe/Berlin
6553087	Münster	muenster	Gorad Mjunstehr,Minster,Minstere,Miunsteris,Mjunster,Moenster,Monasterium,Muenster,Munster,Mynster,Mönster,Münster,Stadt Muenster,Stadt Münster,ming si te,mwinseuteo,mwnstr,mynstr,myunsuta,Μύνστερ,Горад Мюнстэр,Минстер,Мюнстер,מינסטר,مونستر,მიუნსტერი,ミュンスター,明斯特,뮌스터		DE	07	055	05515	05515000	315293	Europe/Berlin
6553088	Heiden	heiden	Gajden,Khajden,Гайден,Хайден,Хајден		DE	07	055	05554	05554028	8218	Europe/Berlin
6553089	Legden	legden			DE	07	055	05554	05554036	7326	Europe/Berlin
6553090	Raesfeld	raesfeld			DE	07	055	05554	05554040	11431	Europe/Berlin
6553091	Schöppingen	schoeppingen			DE	07	055	05554	05554052	6868	Europe/Berlin
6553092	Südlohn	suedlohn			DE	07	055	05554	05554060	9262	Europe/Berlin
6553093	Velen	velen			DE	07	055	05554	05554064	13107	Europe/Berlin
6553094	Ascheberg	ascheberg	Asheberg,a she bei ge,Ашеберг,阿舍贝格		DE	07	055	05558	05558004	15494	Europe/Berlin
6553095	Havixbeck	havixbeck			DE	07	055	05558	05558020	11943	Europe/Berlin
6553096	Nordkirchen	nordkirchen			DE	07	055	05558	05558028	10111	Europe/Berlin
6553097	Nottuln	nottuln			DE	07	055	05558	05558032	19619	Europe/Berlin
6553098	Rosendahl	rosendahl			DE	07	055	05558	05558040	10754	Europe/Berlin
6553099	Senden	senden	Zenden,zenden,Зенден,ゼンデン		DE	07	055	05558	05558044	20409	Europe/Berlin
6553100	Altenberge	altenberge			DE	07	055	05566	05566004	10327	Europe/Berlin
6553101	Hopsten	hopsten			DE	07	055	05566	05566020	7650	Europe/Berlin
6553102	Ladbergen	ladbergen			DE	07	055	05566	05566032	6688	Europe/Berlin
6553103	Laer	laer			DE	07	055	05566	05566036	6744	Europe/Berlin
6553104	Lienen	lienen			DE	07	055	05566	05566044	8604	Europe/Berlin
6553105	Lotte	lotte	Lote,Lotte,luo te,Лоте,Лотте,洛特		DE	07	055	05566	05566048	14095	Europe/Berlin
6553106	Metelen	metelen			DE	07	055	05566	05566052	6360	Europe/Berlin
6553107	Mettingen	mettingen			DE	07	055	05566	05566056	11828	Europe/Berlin
6553108	Neuenkirchen	neuenkirchen	Nienkiaerken,Nienkiärken,Noenkirkhen,Nojenkirkhen,nywnkyrchn  wstfaln,Нойенкирхен,Ноєнкірхен,Нојенкирхен,نیونکیرچن، وستفالن		DE	07	055	05566	05566060	13887	Europe/Berlin
6553109	Nordwalde	nordwalde			DE	07	055	05566	05566064	9640	Europe/Berlin
6553110	Recke	recke	Reke,Rekke,lei ke,Реке,Рекке,雷克		DE	07	055	05566	05566072	11376	Europe/Berlin
6553111	Saerbeck	saerbeck			DE	07	055	05566	05566080	7091	Europe/Berlin
6553112	Westerkappeln	westerkappeln			DE	07	055	05566	05566092	11241	Europe/Berlin
6553113	Beelen	beelen			DE	07	055	05570	05570012	6125	Europe/Berlin
6553114	Everswinkel	everswinkel			DE	07	055	05570	05570024	9678	Europe/Berlin
6553115	Ostbevern	ostbevern			DE	07	055	05570	05570032	11007	Europe/Berlin
6553116	Wadersloh	wadersloh			DE	07	055	05570	05570048	12654	Europe/Berlin
6553117	Herzebrock-Clarholz	herzebrock-clarholz			DE	07	057	05754	05754020	16004	Europe/Berlin
6553118	Langenberg	langenberg	Langenberg,lan gen bei ge,Лангенберг,兰根贝格		DE	07	057	05754	05754024	8619	Europe/Berlin
6553119	Steinhagen	steinhagen	Shtajngagen,Shtajnkhagen,Штайнгаген,Штайнхаген,Штајнхаген		DE	07	057	05754	05754040	20614	Europe/Berlin
6553120	Verl	verl			DE	07	057	05754	05754044	25318	Europe/Berlin
6553121	Hiddenhausen	hiddenhausen			DE	07	057	05758	05758016	19705	Europe/Berlin
6553122	Kirchlengern	kirchlengern			DE	07	057	05758	05758020	16023	Europe/Berlin
6553123	Rödinghausen	roedinghausen	Redinggauzen,Redingkhauzen,Rjodingkhauzen,lei ding hao sen,redinguhauzen,Редингхаузен,Редінггаузен,Рёдингхаузен,レーディングハウゼン,勒丁豪森		DE	07	057	05758	05758028	9758	Europe/Berlin
6553124	Augustdorf	augustdorf			DE	07	057	05766	05766004	10032	Europe/Berlin
6553125	Dörentrup	doerentrup			DE	07	057	05766	05766024	7680	Europe/Berlin
6553126	Leopoldshöhe	leopoldshoehe			DE	07	057	05766	05766048	16263	Europe/Berlin
6553127	Schlangen	schlangen	Shlangen,shi lan gen,shurangen,Шланген,シュランゲン,施兰根		DE	07	057	05766	05766064	9259	Europe/Berlin
6553128	Hille	hille			DE	07	057	05770	05770012	15374	Europe/Berlin
6553129	Hüllhorst	huellhorst			DE	07	057	05770	05770016	13032	Europe/Berlin
6553130	Altenbeken	altenbeken			DE	07	057	05774	05774004	9113	Europe/Berlin
6553131	Hövelhof	hoevelhof			DE	07	057	05774	05774024	16281	Europe/Berlin
6553132	Bochum	bochum	Bochum,Stadt Bochum		DE	07	059	05911	05911000	365587	Europe/Berlin
6553133	Dortmund	dortmund	Dortmund,Stadt Dortmund		DE	07	059	05913	05913000	588250	Europe/Berlin
6553134	Hagen	hagen	Hagen,Stadt Hagen,haghn,mdynt haghn,مدينة هاغن,هاغن,ہagn,ہاگن		DE	07	059	05914	05914000	188686	Europe/Berlin
6553135	Hamm	hamm	Hamm,Stadt Hamm		DE	07	059	05915	05915000	179916	Europe/Berlin
6553136	Herne	herne	Gerne,Gorad Kherneh,Herne,Hernė,Kherne,Stadt Herne,hei er ne,heleune,herne,herune,hrnh,hyrnh,Герне,Горад Хернэ,Херне,هرنه,هيرنه,ہرنے,ჰერნე,ヘルネ,黑尔讷,헤르네		DE	07	059	05916	05916000	156449	Europe/Berlin
6553137	Bestwig	bestwig			DE	07	059	05958	05958008	10623	Europe/Berlin
6553138	Herscheid	herscheid			DE	07	059	05962	05962020	6954	Europe/Berlin
6553139	Nachrodt-Wiblingwerde	nachrodt-wiblingwerde			DE	07	059	05962	05962044	6546	Europe/Berlin
6553140	Schalksmühle	schalksmuehle			DE	07	059	05962	05962056	10294	Europe/Berlin
6553141	Finnentrop	finnentrop			DE	07	059	05966	05966012	16955	Europe/Berlin
6553142	Kirchhundem	kirchhundem			DE	07	059	05966	05966016	11485	Europe/Berlin
6553143	Wenden	wenden			DE	07	059	05966	05966028	19609	Europe/Berlin
6553144	Burbach	burbach	Burbakh,bu er ba he,Бурбах,布尔巴赫		DE	07	059	05970	05970008	14856	Europe/Berlin
6553145	Erndtebrück	erndtebrueck			DE	07	059	05970	05970012	6934	Europe/Berlin
6553146	Neunkirchen	neunkirchen			DE	07	059	05970	05970036	13165	Europe/Berlin
6553147	Wilnsdorf	wilnsdorf			DE	07	059	05970	05970044	20086	Europe/Berlin
6553148	Anröchte	anroechte			DE	07	059	05974	05974004	10238	Europe/Berlin
6553149	Bad Sassendorf	bad-sassendorf			DE	07	059	05974	05974008	12065	Europe/Berlin
6553150	Möhnesee	moehnesee	Meneze,Mjonezee,mo he nei sai,Менезе,Мёнезее,默赫内塞		DE	07	059	05974	05974032	11722	Europe/Berlin
6553151	Welver	welver			DE	07	059	05974	05974048	11833	Europe/Berlin
6553152	Holzwickede	holzwickede			DE	07	059	05978	05978016	17076	Europe/Berlin
6553153	Frankfurt am Main	frankfurt-am-main	Francfort,Francfort de Men,Francfort del Meno,Francfort-sur-le-Main,Francfòrt de Men,Franchfort sel Men,Franchfort sël Men,Franckfort/Main,Francoforte inscio Men,Francoforte sul Men,Francoforte sul Meno,Francofurtum ad Moenum,Francufort suel Men,Francufort sül Men,Francuforte nant'a u Menu,Francuforte nant'à u Menu,Francuforti supr'o Menu,Francuforti supr'ô Menu,Frankfort,Frankfort an'n Main,Frankfort an’n Main,Frankfourti,Frankfurt,Frankfurt Mainal,Frankfurt am Main,Frankfurt an n Main,Frankfurt d'o Main,Frankfurt del Main,Frankfurt del Menu,Frankfurt in Main,Frankfurt len Main,Frankfurt na Majn,Frankfurt na Majna,Frankfurt na Majni,Frankfurt nad Mainom,Frankfurt nad Menem,Frankfurt nad Mohanem,Frankfurt nad Mohanom,Frankfurt pe Main,Frankfurt-Majn-vylny,Frankfurt-Majnyl,Frankfurt-Mayn,Frankfurt-na-Majne,Frankfurt-na-Majni,Frankfurtas prie Maino,Frankfurte Maini,Frankfurte pie Mainas,Frankfurti mbi Main,Frankfurto ce Majno,Frankfurto ĉe Majno,Frankfurtê Maini,Frankobrod nad Mohanom,Fráncfort del Meno,Gorad Frankfurt-na-Majne,Majn dakh' Frankfurt,Majn vylyn Frankfurt,Stadt Frankfurt am Main,fa lan ke fu,frainkafarta,frankfwrt,mei yin he pan fa lan ke fu,peulangkeupuleuteu,phrankaphurta,pirankhpurt,prnqpwrt,Φραγκφούρτη,Горад Франкфурт-на-Майне,Майн вылын Франкфурт,Майн дахь Франкфурт,Франкфурт,Франкфурт на Майн,Франкфурт на Мајна,Франкфурт на Мајни,Франкфурт-Майн-вӹлнӹ,Франкфурт-Майныл,Франкфурт-на-Майне,Франкфурт-на-Майні,Ֆրանկֆուրտ,פראנקפורט,פרנקפורט,فرانكفورت,فرانکفورت,فرینکفرٹ,फ़्रैंकफ़र्ट,फ्रांकफुर्ट,ফ্রাঙ্কফুর্ট,பிராங்க்ஃபுர்ட்,ಫ್ರಾಂಕ್‌ಫರ್ಟ್,แฟรงก์เฟิร์ต,ဖရန့်ဖွတ်မြို့,მაინის ფრანკფურტი,მაინიშ ფრანკფურტი,フランクフルト・アム・マイン,法兰克福,法蘭克福,美因河畔法兰克福,프랑크푸르트		DE	05	064	06412	06412000	763380	Europe/Berlin
6553154	Biblis	biblis			DE	05	064	06431	06431003	9110	Europe/Berlin
6553155	Birkenau	birkenau			DE	05	064	06431	06431004	9873	Europe/Berlin
6553156	Einhausen	einhausen	Ajngauzen,Ajnkhauzen,ai yin hao sen,ainhauzen,Айнгаузен,Айнхаузен,Ајнхаузен,アインハウゼン,埃因豪森		DE	05	064	06431	06431006	6427	Europe/Berlin
6553157	Fürth	fuerth	Firt,Fjurt,fei er te,fu~yuruto,Фирт,Фюрт,フュルト,菲爾特		DE	05	064	06431	06431007	10568	Europe/Berlin
6553158	Groß-Rohrheim	gross-rohrheim			DE	05	064	06431	06431010	3764	Europe/Berlin
6553159	Mörlenbach	moerlenbach			DE	05	064	06431	06431017	10029	Europe/Berlin
6553160	Rimbach	rimbach	Rimbakh,lin ba he,rimubahha,Римбах,Рімбах,リムバッハ,林巴赫		DE	05	064	06431	06431019	8610	Europe/Berlin
6553161	Wald-Michelbach	wald-michelbach			DE	05	064	06431	06431021	10593	Europe/Berlin
6553162	Alsbach-Hähnlein	alsbach-haehnlein			DE	05	064	06432	06432001	9089	Europe/Berlin
6553163	Bickenbach	bickenbach	Bikenbakh,Bikkenbakh,bikkenbahha,Бикенбах,Биккенбах,Біккенбах,ビッケンバッハ		DE	05	064	06432	06432003	6033	Europe/Berlin
6553164	Eppertshausen	eppertshausen			DE	05	064	06432	06432005	6247	Europe/Berlin
6553165	Erzhausen	erzhausen			DE	05	064	06432	06432006	8070	Europe/Berlin
6553166	Groß-Zimmern	gross-zimmern			DE	05	064	06432	06432011	14622	Europe/Berlin
6553167	Messel	messel			DE	05	064	06432	06432012	4090	Europe/Berlin
6553168	Münster	muenster	Minster,Mjunster,ming si te,myunsuta,Минстер,Мюнстер,ミュンスター,明斯特		DE	05	064	06432	06432015	14689	Europe/Berlin
6553169	Roßdorf	rossdorf	Rosdorf,luo si duo fu,rosudorufu,Росдорф,ロスドルフ,罗斯多夫		DE	05	064	06432	06432020	12612	Europe/Berlin
6553170	Schaafheim	schaafheim			DE	05	064	06432	06432021	9237	Europe/Berlin
6553171	Seeheim-Jugenheim	seeheim-jugenheim			DE	05	064	06432	06432022	16462	Europe/Berlin
6553172	Biebesheim am Rhein	biebesheim-am-rhein			DE	05	064	06433	06433001	6784	Europe/Berlin
6553173	Büttelborn	buettelborn			DE	05	064	06433	06433003	14829	Europe/Berlin
6553174	Ginsheim-Gustavsburg	ginsheim-gustavsburg			DE	05	064	06433	06433005	16854	Europe/Berlin
6553175	Nauheim	nauheim			DE	05	064	06433	06433009	10679	Europe/Berlin
6553176	Stockstadt am Rhein	stockstadt-am-rhein	Shtokkshtadt-am-Rajn,Shtokshtadt-am-Rajn,Shtokshtadt-na-Rejne,Shtokshtat am Rajn,lai yin he pan shi tuo ke shi ta te,Штоккштадт-ам-Райн,Штокштадт-ам-Райн,Штокштадт-на-Рейне,Штокштат ам Рајн,シュトックシュタット・アム・ライン,莱茵河畔施托克施塔特		DE	05	064	06433	06433013	6051	Europe/Berlin
6553177	Trebur	trebur			DE	05	064	06433	06433014	13338	Europe/Berlin
6553178	Glashütten	glashuetten			DE	05	064	06434	06434003	5325	Europe/Berlin
6553179	Grävenwiesbach	graevenwiesbach			DE	05	064	06434	06434004	5317	Europe/Berlin
6553180	Neu-Anspach	neu-anspach			DE	05	064	06434	06434007	14501	Europe/Berlin
6553181	Schmitten	schmitten			DE	05	064	06434	06434009	9487	Europe/Berlin
6553182	Wehrheim	wehrheim			DE	05	064	06434	06434012	9400	Europe/Berlin
6553183	Biebergemünd	biebergemuend	Biebergemuend,Biebergemünd		DE	05	064	06435	06435003	8288	Europe/Berlin
6553184	Birstein	birstein			DE	05	064	06435	06435004	6198	Europe/Berlin
6553185	Erlensee	erlensee	AEaelaensee,Ehrlenze,Erlenze,ai er lun sai,erurenze,Äälänsee,Ерлензе,Эрлензе,エルレンゼー,埃尔伦塞		DE	05	064	06435	06435007	15187	Europe/Berlin
6553186	Flörsbachtal	floersbachtal			DE	05	064	06435	06435008	2321	Europe/Berlin
6553187	Großkrotzenburg	grosskrotzenburg			DE	05	064	06435	06435011	7521	Europe/Berlin
6553188	Hammersbach	hammersbach	Gammersbakh,Hommaschboch,Khamersbakh,Khammersbakh,han mei er si ba he,hanmasubahha,Гаммерсбах,Хамерсбах,Хаммерсбах,ハンマースバッハ,汉梅尔斯巴赫		DE	05	064	06435	06435013	4824	Europe/Berlin
6553189	Niederdorfelden	niederdorfelden			DE	05	064	06435	06435022	3936	Europe/Berlin
6553190	Rodenbach	rodenbach	Rodenbakh,luo deng ba he,rodenbahha,Роденбах,ローデンバッハ,罗登巴赫		DE	05	064	06435	06435023	11197	Europe/Berlin
6553191	Ronneburg	ronneburg	Roneburg,Ronneburg,ron'neburuku,Ронебург,Роннебург,ロンネブルク		DE	05	064	06435	06435024	3434	Europe/Berlin
6553192	Schöneck	schoeneck	Shenek,Shjonek,she nei ke,shenekku,Шенек,Шёнек,シェーネック,舍内克		DE	05	064	06435	06435026	11918	Europe/Berlin
6553193	Kriftel	kriftel			DE	05	064	06436	06436009	11220	Europe/Berlin
6553194	Liederbach am Taunus	liederbach-am-taunus			DE	05	064	06436	06436010	8855	Europe/Berlin
6553195	Brensbach	brensbach			DE	05	064	06437	06437003	4969	Europe/Berlin
6553196	Fränkisch-Crumbach	fraenkisch-crumbach			DE	05	064	06437	06437007	3121	Europe/Berlin
6553197	Lützelbach	luetzelbach			DE	05	064	06437	06437010	6891	Europe/Berlin
6553199	Egelsbach	egelsbach			DE	05	064	06438	06438003	11489	Europe/Berlin
6553200	Kiedrich	kiedrich			DE	05	064	06439	06439009	4087	Europe/Berlin
6553201	Niedernhausen	niedernhausen			DE	05	064	06439	06439011	14756	Europe/Berlin
6553202	Schlangenbad	schlangenbad			DE	05	064	06439	06439014	6461	Europe/Berlin
6553203	Waldems	waldems			DE	05	064	06439	06439016	5140	Europe/Berlin
6553204	Walluf	walluf			DE	05	064	06439	06439017	5522	Europe/Berlin
6553205	Altenstadt	altenstadt	Al'tenshtadt,Altenshtat,altnstad  hsh,arutenshutatto,Алтенштат,Альтенштадт,التنستاد، هسه,アルテンシュタット		DE	05	064	06440	06440001	12226	Europe/Berlin
6553206	Echzell	echzell			DE	05	064	06440	06440006	5781	Europe/Berlin
6553207	Florstadt	florstadt			DE	05	064	06440	06440007	8799	Europe/Berlin
6553208	Hirzenhain	hirzenhain			DE	05	064	06440	06440011	2882	Europe/Berlin
6553209	Kefenrod	kefenrod			DE	05	064	06440	06440013	2733	Europe/Berlin
6553210	Ober-Mörlen	ober-moerlen			DE	05	064	06440	06440018	5746	Europe/Berlin
6553211	Ranstadt	ranstadt			DE	05	064	06440	06440020	5099	Europe/Berlin
6553212	Rockenberg	rockenberg			DE	05	064	06440	06440022	4339	Europe/Berlin
6553213	Wölfersheim	woelfersheim			DE	05	064	06440	06440024	9784	Europe/Berlin
6553214	Buseck	buseck			DE	05	065	06531	06531003	12879	Europe/Berlin
6553215	Heuchelheim	heuchelheim	Gojkhel'gajm,Khojkhel'khajm,Khojkhelkhajm,hoihyeruhaimu,huo yi hei er hai mu,Гойхельгайм,Хойхельхайм,Хојхелхајм,ホイヒェルハイム,霍伊黑尔海姆		DE	05	065	06531	06531007	7819	Europe/Berlin
6553216	Langgöns	langgoens			DE	05	065	06531	06531009	11690	Europe/Berlin
6553217	Reiskirchen	reiskirchen			DE	05	065	06531	06531016	10248	Europe/Berlin
6553218	Bischoffen	bischoffen			DE	05	065	06532	06532002	3274	Europe/Berlin
6553219	Breitscheid	breitscheid			DE	05	065	06532	06532004	4684	Europe/Berlin
6553220	Driedorf	driedorf			DE	05	065	06532	06532007	5045	Europe/Berlin
6553221	Ehringshausen	ehringshausen			DE	05	065	06532	06532008	9325	Europe/Berlin
6553222	Greifenstein	greifenstein	Grajfenshtajn,ge lai fen si tai yin,Грайфенштайн,Грајфенштајн,格赖芬斯泰因		DE	05	065	06532	06532010	6566	Europe/Berlin
6553223	Schöffengrund	schoeffengrund			DE	05	065	06532	06532018	6421	Europe/Berlin
6553224	Sinn	sinn			DE	05	065	06532	06532020	6367	Europe/Berlin
6553225	Elz	elz	Ehl'c,Elc,ai er ci,Елц,Эльц,埃尔茨		DE	05	065	06533	06533006	8004	Europe/Berlin
6553226	Löhnberg	loehnberg			DE	05	065	06533	06533010	4484	Europe/Berlin
6553227	Villmar	villmar			DE	05	065	06533	06533015	6702	Europe/Berlin
6553228	Waldbrunn (Westerwald)	waldbrunn-westerwald			DE	05	065	06533	06533016	5706	Europe/Berlin
6553229	Weinbach	weinbach			DE	05	065	06533	06533019	4322	Europe/Berlin
6553230	Bad Endbach	bad-endbach			DE	05	065	06534	06534003	7917	Europe/Berlin
6553231	Breidenbach	breidenbach			DE	05	065	06534	06534005	6690	Europe/Berlin
6553232	Cölbe	coelbe			DE	05	065	06534	06534006	6666	Europe/Berlin
6553233	Fronhausen	fronhausen			DE	05	065	06534	06534009	4134	Europe/Berlin
6553234	Lohra	lohra			DE	05	065	06534	06534013	5407	Europe/Berlin
6553235	Münchhausen	muenchhausen			DE	05	065	06534	06534015	3301	Europe/Berlin
6553236	Freiensteinau	freiensteinau			DE	05	065	06535	06535004	3066	Europe/Berlin
6553237	Gemünden (Felda)	gemuenden-felda			DE	05	065	06535	06535005	2715	Europe/Berlin
6553238	Grebenhain	grebenhain			DE	05	065	06535	06535007	4640	Europe/Berlin
6553239	Schwalmtal	schwalmtal	Shval'mtal',Shvalmtal,shuvu~arumutaru,Швалмтал,Швальмталь,シュヴァルムタール		DE	05	065	06535	06535017	2789	Europe/Berlin
6553240	Bad Salzschlirf	bad-salzschlirf			DE	05	066	06631	06631001	3436	Europe/Berlin
6553241	Burghaun	burghaun			DE	05	066	06631	06631002	6364	Europe/Berlin
6553242	Dipperz	dipperz			DE	05	066	06631	06631003	3499	Europe/Berlin
6553243	Eichenzell	eichenzell			DE	05	066	06631	06631006	11023	Europe/Berlin
6553244	Eiterfeld	eiterfeld			DE	05	066	06631	06631007	7021	Europe/Berlin
6553245	Flieden	flieden			DE	05	066	06631	06631008	8554	Europe/Berlin
6553246	Großenlüder	grossenlueder			DE	05	066	06631	06631011	8508	Europe/Berlin
6553247	Hilders	hilders			DE	05	066	06631	06631012	4656	Europe/Berlin
6553248	Hofbieber	hofbieber			DE	05	066	06631	06631013	6082	Europe/Berlin
6553249	Hosenfeld	hosenfeld			DE	05	066	06631	06631014	4653	Europe/Berlin
6553250	Künzell	kuenzell			DE	05	066	06631	06631017	16724	Europe/Berlin
6553251	Neuhof	neuhof	Nojgof,Nojkhof,Нойгоф,Нойхоф,Нојхоф		DE	05	066	06631	06631018	10830	Europe/Berlin
6553252	Petersberg	petersberg	Petersberg,bi de si bei ge,Петерсберг,彼得斯贝格		DE	05	066	06631	06631020	16052	Europe/Berlin
6553253	Rasdorf	rasdorf			DE	05	066	06631	06631022	1554	Europe/Berlin
6553254	Cornberg	cornberg			DE	05	066	06632	06632005	1323	Europe/Berlin
6553255	Friedewald	friedewald			DE	05	066	06632	06632006	2449	Europe/Berlin
6553256	Kirchheim	kirchheim	Kirkhgajm,Kirkhkhajm,Кирххайм,Кирххајм,Кірхгайм		DE	05	066	06632	06632011	3546	Europe/Berlin
6553257	Nentershausen	nentershausen	Nentersgauzen,Nenterskhauzen,nen te er si hao sen,Нентерсгаузен,Нентерсхаузен,嫩特尔斯豪森		DE	05	066	06632	06632013	2566	Europe/Berlin
6553258	Niederaula	niederaula			DE	05	066	06632	06632015	5333	Europe/Berlin
6553259	Philippsthal (Werra)	philippsthal-werra			DE	05	066	06632	06632016	4072	Europe/Berlin
6553260	Ronshausen	ronshausen			DE	05	066	06632	06632017	2339	Europe/Berlin
6553261	Schenklengsfeld	schenklengsfeld			DE	05	066	06632	06632019	4348	Europe/Berlin
6553262	Breuna	breuna			DE	05	066	06633	06633004	3521	Europe/Berlin
6553263	Calden	calden			DE	05	066	06633	06633005	7568	Europe/Berlin
6553264	Bad Emstal	bad-emstal			DE	05	066	06633	06633006	5926	Europe/Berlin
6553265	Fuldabrück	fuldabrueck			DE	05	066	06633	06633008	8763	Europe/Berlin
6553266	Fuldatal	fuldatal			DE	05	066	06633	06633009	12341	Europe/Berlin
6553267	Helsa	helsa			DE	05	066	06633	06633012	5674	Europe/Berlin
6553268	Kaufungen	kaufungen			DE	05	066	06633	06633015	12503	Europe/Berlin
6553269	Lohfelden	lohfelden			DE	05	066	06633	06633017	14220	Europe/Berlin
6553270	Nieste	nieste	Niste,Nizte,ni si te,nisute,Низте,Нисте,Ністе,ニーステ,尼斯特		DE	05	066	06633	06633019	2021	Europe/Berlin
6553271	Frielendorf	frielendorf			DE	05	066	06634	06634004	7253	Europe/Berlin
6553272	Gilserberg	gilserberg	Gil'zerberg,Gilzerberg,giruzaberuku,ji er sai er bei er ge,Гилзерберг,Гильзерберг,ギルザーベルク,吉尔塞尔贝尔格		DE	05	066	06634	06634006	2943	Europe/Berlin
6553273	Guxhagen	guxhagen			DE	05	066	06634	06634008	5358	Europe/Berlin
6553274	Jesberg	jesberg			DE	05	066	06634	06634010	2237	Europe/Berlin
6553275	Körle	koerle			DE	05	066	06634	06634012	3027	Europe/Berlin
6553276	Malsfeld	malsfeld			DE	05	066	06634	06634013	3895	Europe/Berlin
6553277	Neuental	neuental			DE	05	066	06634	06634016	3005	Europe/Berlin
6553278	Oberaula	oberaula			DE	05	066	06634	06634019	3208	Europe/Berlin
6553279	Ottrau	ottrau			DE	05	066	06634	06634020	2128	Europe/Berlin
6553280	Schrecksbach	schrecksbach			DE	05	066	06634	06634021	3024	Europe/Berlin
6553281	Wabern	wabern	Vabern,vu~aberun,wa bei er en,Ваберн,ヴァーベルン,瓦贝尔恩		DE	05	066	06634	06634025	7303	Europe/Berlin
6553282	Willingshausen	willingshausen			DE	05	066	06634	06634026	4763	Europe/Berlin
6553283	Bad Zwesten	bad-zwesten	Bad Cvesten,Bad-Cvesten,ba de ci wei si teng,Бад Цвестен,Бад-Цвестен,バート・ツヴェステン,巴德茨韦斯滕		DE	05	066	06634	06634027	3813	Europe/Berlin
6553284	Bromskirchen	bromskirchen			DE	05	066	06635	06635005	1927	Europe/Berlin
6553285	Haina (Kloster)	haina-kloster			DE	05	066	06635	06635013	3444	Europe/Berlin
6553286	Vöhl	voehl			DE	05	066	06635	06635019	5552	Europe/Berlin
6553287	Willingen (Upland)	willingen-upland			DE	05	066	06635	06635022	6096	Europe/Berlin
6553288	Herleshausen	herleshausen			DE	05	066	06636	06636005	2790	Europe/Berlin
6553289	Weißenborn	weissenborn			DE	05	066	06636	06636015	974	Europe/Berlin
6553290	Koblenz	koblenz	Koblenz,Stadt Koblenz		DE	08	00	07111	07111000	114052	Europe/Berlin
6553291	Ahrbrück	ahrbrueck			DE	08	00	07131	07131002	1182	Europe/Berlin
6553292	Altenahr	altenahr			DE	08	00	07131	07131003	1877	Europe/Berlin
6553293	Antweiler	antweiler			DE	08	00	07131	07131004	489	Europe/Berlin
6553294	Aremberg	aremberg			DE	08	00	07131	07131005	218	Europe/Berlin
6553295	Barweiler	barweiler			DE	08	00	07131	07131008	381	Europe/Berlin
6553296	Bauler	bauler			DE	08	00	07131	07131009	62	Europe/Berlin
6553297	Berg	berg			DE	08	00	07131	07131011	1285	Europe/Berlin
6553298	Brohl-Lützing	brohl-luetzing			DE	08	00	07131	07131014	2477	Europe/Berlin
6553299	Dankerath	dankerath			DE	08	00	07131	07131015	75	Europe/Berlin
6553300	Dedenbach	dedenbach			DE	08	00	07131	07131016	480	Europe/Berlin
6553301	Dernau	dernau			DE	08	00	07131	07131017	1680	Europe/Berlin
6553302	Dorsel	dorsel			DE	08	00	07131	07131018	201	Europe/Berlin
6553303	Eichenbach	eichenbach			DE	08	00	07131	07131021	76	Europe/Berlin
6553304	Fuchshofen	fuchshofen			DE	08	00	07131	07131022	94	Europe/Berlin
6553305	Gönnersdorf	goennersdorf			DE	08	00	07131	07131025	638	Europe/Berlin
6553306	Harscheid	harscheid			DE	08	00	07131	07131026	134	Europe/Berlin
6553307	Heckenbach	heckenbach			DE	08	00	07131	07131027	233	Europe/Berlin
6553308	Herschbroich	herschbroich			DE	08	00	07131	07131028	271	Europe/Berlin
6553309	Hönningen	hoenningen			DE	08	00	07131	07131029	1024	Europe/Berlin
6553310	Hoffeld	hoffeld			DE	08	00	07131	07131030	274	Europe/Berlin
6553311	Honerath	honerath			DE	08	00	07131	07131032	160	Europe/Berlin
6553312	Hümmel	huemmel			DE	08	00	07131	07131033	480	Europe/Berlin
6553313	Insul	insul			DE	08	00	07131	07131034	459	Europe/Berlin
6553314	Kalenborn	kalenborn			DE	08	00	07131	07131036	677	Europe/Berlin
6553315	Kaltenborn	kaltenborn			DE	08	00	07131	07131037	346	Europe/Berlin
6553316	Kesseling	kesseling			DE	08	00	07131	07131039	587	Europe/Berlin
6553317	Kirchsahr	kirchsahr			DE	08	00	07131	07131040	362	Europe/Berlin
6553318	Königsfeld	koenigsfeld			DE	08	00	07131	07131041	689	Europe/Berlin
6553319	Kottenborn	kottenborn			DE	08	00	07131	07131042	172	Europe/Berlin
6553320	Leimbach	leimbach			DE	08	00	07131	07131044	461	Europe/Berlin
6553321	Lind	lind			DE	08	00	07131	07131047	539	Europe/Berlin
6553322	Mayschoß	mayschoss			DE	08	00	07131	07131049	900	Europe/Berlin
6553324	Müllenbach	muellenbach			DE	08	00	07131	07131051	469	Europe/Berlin
6553325	Müsch	muesch			DE	08	00	07131	07131052	215	Europe/Berlin
6553326	Niederdürenbach	niederduerenbach			DE	08	00	07131	07131054	953	Europe/Berlin
6553327	Niederzissen	niederzissen			DE	08	00	07131	07131055	2722	Europe/Berlin
6553328	Nürburg	nuerburg			DE	08	00	07131	07131058	170	Europe/Berlin
6553329	Oberdürenbach	oberduerenbach			DE	08	00	07131	07131059	662	Europe/Berlin
6553330	Oberzissen	oberzissen			DE	08	00	07131	07131060	1090	Europe/Berlin
6553331	Ohlenhard	ohlenhard			DE	08	00	07131	07131062	148	Europe/Berlin
6553332	Pomster	pomster			DE	08	00	07131	07131065	157	Europe/Berlin
6553333	Quiddelbach	quiddelbach			DE	08	00	07131	07131066	256	Europe/Berlin
6553334	Rech	rech			DE	08	00	07131	07131068	564	Europe/Berlin
6553335	Reifferscheid	reifferscheid	Rajfershajd,Rajffershajd,lai fei er sha yi de,Райффершайд,Рајфершајд,赖费尔沙伊德		DE	08	00	07131	07131069	485	Europe/Berlin
6553336	Rodder	rodder			DE	08	00	07131	07131072	239	Europe/Berlin
6553337	Schalkenbach	schalkenbach			DE	08	00	07131	07131073	810	Europe/Berlin
6553338	Schuld	schuld	Shul'd,Shuld,Шулд,Шульд		DE	08	00	07131	07131074	667	Europe/Berlin
6553339	Senscheid	senscheid			DE	08	00	07131	07131075	90	Europe/Berlin
6553340	Sierscheid	sierscheid			DE	08	00	07131	07131076	92	Europe/Berlin
6553341	Trierscheid	trierscheid			DE	08	00	07131	07131079	69	Europe/Berlin
6553342	Waldorf	waldorf			DE	08	00	07131	07131081	884	Europe/Berlin
6553343	Wershofen	wershofen			DE	08	00	07131	07131082	901	Europe/Berlin
6553344	Wiesemscheid	wiesemscheid			DE	08	00	07131	07131083	242	Europe/Berlin
6553345	Wimbach	wimbach			DE	08	00	07131	07131084	448	Europe/Berlin
6553346	Winnerath	winnerath			DE	08	00	07131	07131085	190	Europe/Berlin
6553347	Wirft	wirft			DE	08	00	07131	07131086	162	Europe/Berlin
6553348	Brenk	brenk			DE	08	00	07131	07131201	190	Europe/Berlin
6553349	Burgbrohl	burgbrohl			DE	08	00	07131	07131202	3183	Europe/Berlin
6553350	Galenberg	galenberg			DE	08	00	07131	07131204	209	Europe/Berlin
6553351	Glees	glees			DE	08	00	07131	07131205	590	Europe/Berlin
6553352	Hohenleimbach	hohenleimbach			DE	08	00	07131	07131206	360	Europe/Berlin
6553353	Spessart	spessart			DE	08	00	07131	07131208	786	Europe/Berlin
6553354	Wassenach	wassenach			DE	08	00	07131	07131209	1215	Europe/Berlin
6553355	Wehr	wehr			DE	08	00	07131	07131210	1117	Europe/Berlin
6553356	Weibern	weibern	Vajbern,wei bei er en,Вайберн,Вајберн,魏贝尔恩		DE	08	00	07131	07131211	1500	Europe/Berlin
6553357	Dümpelfeld	duempelfeld			DE	08	00	07131	07131501	582	Europe/Berlin
6553358	Kempenich	kempenich			DE	08	00	07131	07131502	1877	Europe/Berlin
6553359	Almersbach	almersbach			DE	08	00	07132	07132001	412	Europe/Berlin
6553360	Alsdorf	alsdorf			DE	08	00	07132	07132002	1484	Europe/Berlin
6553361	Bachenberg	bachenberg			DE	08	00	07132	07132004	104	Europe/Berlin
6553362	Berzhausen	berzhausen			DE	08	00	07132	07132005	204	Europe/Berlin
6553363	Birkenbeul	birkenbeul			DE	08	00	07132	07132007	427	Europe/Berlin
6553364	Birken-Honigsessen	birken-honigsessen			DE	08	00	07132	07132008	2488	Europe/Berlin
6553365	Birnbach	birnbach			DE	08	00	07132	07132009	626	Europe/Berlin
6553366	Bitzen	bitzen			DE	08	00	07132	07132010	721	Europe/Berlin
6553367	Mittelhof	mittelhof			DE	08	00	07132	07132011	993	Europe/Berlin
6553368	Brachbach	brachbach			DE	08	00	07132	07132012	2285	Europe/Berlin
6553369	Breitscheidt	breitscheidt			DE	08	00	07132	07132013	983	Europe/Berlin
6553370	Bruchertseifen	bruchertseifen			DE	08	00	07132	07132014	775	Europe/Berlin
6553371	Bürdenbach	buerdenbach			DE	08	00	07132	07132015	587	Europe/Berlin
6553372	Burglahr	burglahr			DE	08	00	07132	07132016	496	Europe/Berlin
6553373	Busenhausen	busenhausen			DE	08	00	07132	07132017	349	Europe/Berlin
6553374	Derschen	derschen			DE	08	00	07132	07132019	952	Europe/Berlin
6553375	Dickendorf	dickendorf			DE	08	00	07132	07132020	345	Europe/Berlin
6553376	Eichelhardt	eichelhardt			DE	08	00	07132	07132022	519	Europe/Berlin
6553377	Eichen	eichen			DE	08	00	07132	07132023	544	Europe/Berlin
6553378	Elben	elben			DE	08	00	07132	07132024	338	Europe/Berlin
6553379	Elkenroth	elkenroth			DE	08	00	07132	07132025	1834	Europe/Berlin
6553380	Emmerzhausen	emmerzhausen			DE	08	00	07132	07132026	656	Europe/Berlin
6553381	Ersfeld	ersfeld			DE	08	00	07132	07132027	69	Europe/Berlin
6553382	Etzbach	etzbach			DE	08	00	07132	07132028	1296	Europe/Berlin
6553383	Eulenberg	eulenberg			DE	08	00	07132	07132029	48	Europe/Berlin
6553384	Fensdorf	fensdorf			DE	08	00	07132	07132030	384	Europe/Berlin
6553385	Fiersbach	fiersbach			DE	08	00	07132	07132031	254	Europe/Berlin
6553386	Flammersfeld	flammersfeld			DE	08	00	07132	07132032	1356	Europe/Berlin
6553387	Fluterschen	fluterschen			DE	08	00	07132	07132033	644	Europe/Berlin
6553388	Forst	forst			DE	08	00	07132	07132034	553	Europe/Berlin
6553389	Forstmehren	forstmehren			DE	08	00	07132	07132035	141	Europe/Berlin
6553390	Friedewald	friedewald	Frideval'd,Fridevald,fraydwald,fu li de wa er de,Фридевалд,Фридевальд,فرایدوالد,弗里德瓦尔德		DE	08	00	07132	07132036	1099	Europe/Berlin
6553391	Friesenhagen	friesenhagen			DE	08	00	07132	07132037	1569	Europe/Berlin
6553392	Fürthen	fuerthen			DE	08	00	07132	07132038	1168	Europe/Berlin
6553393	Gebhardshain	gebhardshain			DE	08	00	07132	07132039	1885	Europe/Berlin
6553394	Gieleroth	gieleroth			DE	08	00	07132	07132040	649	Europe/Berlin
6553395	Giershausen	giershausen			DE	08	00	07132	07132041	112	Europe/Berlin
6553396	Grünebach	gruenebach			DE	08	00	07132	07132042	506	Europe/Berlin
6553397	Güllesheim	guellesheim			DE	08	00	07132	07132043	726	Europe/Berlin
6553398	Harbach	harbach			DE	08	00	07132	07132045	543	Europe/Berlin
6553399	Hasselbach	hasselbach			DE	08	00	07132	07132046	311	Europe/Berlin
6553400	Helmenzen	helmenzen			DE	08	00	07132	07132047	884	Europe/Berlin
6553401	Helmeroth	helmeroth			DE	08	00	07132	07132048	186	Europe/Berlin
6553402	Hemmelzen	hemmelzen			DE	08	00	07132	07132049	279	Europe/Berlin
6553403	Heupelzen	heupelzen			DE	08	00	07132	07132051	247	Europe/Berlin
6553404	Hilgenroth	hilgenroth			DE	08	00	07132	07132052	303	Europe/Berlin
6553405	Hirz-Maulsbach	hirz-maulsbach			DE	08	00	07132	07132053	307	Europe/Berlin
6553406	Idelberg	idelberg			DE	08	00	07132	07132056	65	Europe/Berlin
6553407	Ingelbach	ingelbach			DE	08	00	07132	07132057	502	Europe/Berlin
6553408	Isert	isert			DE	08	00	07132	07132058	109	Europe/Berlin
6553409	Kausen	kausen			DE	08	00	07132	07132059	761	Europe/Berlin
6553410	Kescheid	kescheid			DE	08	00	07132	07132060	119	Europe/Berlin
6553411	Kettenhausen	kettenhausen			DE	08	00	07132	07132061	280	Europe/Berlin
6553412	Kircheib	kircheib			DE	08	00	07132	07132062	516	Europe/Berlin
6553413	Kraam	kraam			DE	08	00	07132	07132064	177	Europe/Berlin
6553414	Krunkel	krunkel			DE	08	00	07132	07132065	617	Europe/Berlin
6553415	Mammelzen	mammelzen			DE	08	00	07132	07132067	1074	Europe/Berlin
6553416	Mauden	mauden			DE	08	00	07132	07132068	111	Europe/Berlin
6553417	Mehren	mehren	Meren,mei lun,myhrn,Мерен,میهرن,梅伦		DE	08	00	07132	07132069	495	Europe/Berlin
6553418	Molzhain	molzhain			DE	08	00	07132	07132071	545	Europe/Berlin
6553419	Mudersbach	mudersbach	Mudersbakh,mu de er si ba he,mwdrzbakh,Мудерсбах,مودرزباخ,穆德尔斯巴赫		DE	08	00	07132	07132072	5857	Europe/Berlin
6553420	Nauroth	nauroth			DE	08	00	07132	07132073	1127	Europe/Berlin
6553422	Niederdreisbach	niederdreisbach			DE	08	00	07132	07132075	852	Europe/Berlin
6553423	Niederfischbach	niederfischbach			DE	08	00	07132	07132076	4117	Europe/Berlin
6553424	Niederirsen	niederirsen			DE	08	00	07132	07132077	92	Europe/Berlin
6553425	Niedersteinebach	niedersteinebach			DE	08	00	07132	07132078	216	Europe/Berlin
6553426	Nisterberg	nisterberg			DE	08	00	07132	07132079	350	Europe/Berlin
6553427	Oberirsen	oberirsen			DE	08	00	07132	07132082	609	Europe/Berlin
6553428	Oberlahr	oberlahr			DE	08	00	07132	07132083	750	Europe/Berlin
6553430	Obersteinebach	obersteinebach			DE	08	00	07132	07132085	245	Europe/Berlin
6553431	Oberwambach	oberwambach			DE	08	00	07132	07132086	416	Europe/Berlin
6553432	Ölsen	oelsen			DE	08	00	07132	07132087	88	Europe/Berlin
6553433	Orfgen	orfgen			DE	08	00	07132	07132088	236	Europe/Berlin
6553434	Peterslahr	peterslahr			DE	08	00	07132	07132089	293	Europe/Berlin
6553435	Pleckhausen	pleckhausen			DE	08	00	07132	07132090	821	Europe/Berlin
6553436	Pracht	pracht			DE	08	00	07132	07132091	1435	Europe/Berlin
6553437	Racksen	racksen			DE	08	00	07132	07132092	137	Europe/Berlin
6553438	Reiferscheid	reiferscheid			DE	08	00	07132	07132093	430	Europe/Berlin
6553439	Rettersen	rettersen			DE	08	00	07132	07132094	363	Europe/Berlin
6553440	Roth	roth			DE	08	00	07132	07132096	1464	Europe/Berlin
6553441	Rott	rott	Rot,rwt,Рот,روت		DE	08	00	07132	07132097	371	Europe/Berlin
6553442	Scheuerfeld	scheuerfeld			DE	08	00	07132	07132098	2043	Europe/Berlin
6553443	Schöneberg	schoeneberg	Sheneberg,Shjoneberg,shnbrg,Шенеберг,Шёнеберг,شنبرگ		DE	08	00	07132	07132099	416	Europe/Berlin
6553444	Schürdt	schuerdt			DE	08	00	07132	07132100	257	Europe/Berlin
6553445	Schutzbach	schutzbach			DE	08	00	07132	07132101	366	Europe/Berlin
6553446	Seifen	seifen			DE	08	00	07132	07132104	119	Europe/Berlin
6553447	Sörth	soerth			DE	08	00	07132	07132106	250	Europe/Berlin
6553448	Steineroth	steineroth			DE	08	00	07132	07132108	573	Europe/Berlin
6553449	Stürzelbach	stuerzelbach			DE	08	00	07132	07132109	230	Europe/Berlin
6553450	Volkerzen	volkerzen			DE	08	00	07132	07132110	85	Europe/Berlin
6553451	Wallmenroth	wallmenroth			DE	08	00	07132	07132111	1206	Europe/Berlin
6553452	Walterschen	walterschen			DE	08	00	07132	07132112	140	Europe/Berlin
6553453	Weitefeld	weitefeld			DE	08	00	07132	07132113	2246	Europe/Berlin
6553454	Werkhausen	werkhausen			DE	08	00	07132	07132114	227	Europe/Berlin
6553455	Weyerbusch	weyerbusch			DE	08	00	07132	07132115	1385	Europe/Berlin
6553456	Willroth	willroth			DE	08	00	07132	07132116	859	Europe/Berlin
6553457	Wölmersen	woelmersen			DE	08	00	07132	07132118	371	Europe/Berlin
6553458	Ziegenhain	ziegenhain			DE	08	00	07132	07132119	150	Europe/Berlin
6553459	Abtweiler	abtweiler			DE	08	00	07133	07133001	196	Europe/Berlin
6553460	Allenfeld	allenfeld			DE	08	00	07133	07133002	201	Europe/Berlin
6553462	Altenbamberg	altenbamberg			DE	08	00	07133	07133003	734	Europe/Berlin
6553463	Argenschwang	argenschwang			DE	08	00	07133	07133004	331	Europe/Berlin
6553464	Auen	auen			DE	08	00	07133	07133005	184	Europe/Berlin
6553465	Bärenbach	baerenbach			DE	08	00	07133	07133008	507	Europe/Berlin
6553466	Bärweiler	baerweiler			DE	08	00	07133	07133009	221	Europe/Berlin
6553467	Becherbach bei Kirn	becherbach-bei-kirn			DE	08	00	07133	07133010	387	Europe/Berlin
6553468	Becherbach	becherbach			DE	08	00	07133	07133011	829	Europe/Berlin
6553469	Biebelsheim	biebelsheim			DE	08	00	07133	07133012	613	Europe/Berlin
6553470	Bockenau	bockenau			DE	08	00	07133	07133013	1211	Europe/Berlin
6553471	Boos	boos			DE	08	00	07133	07133014	371	Europe/Berlin
6553472	Braunweiler	braunweiler			DE	08	00	07133	07133015	602	Europe/Berlin
6553473	Brauweiler	brauweiler			DE	08	00	07133	07133016	52	Europe/Berlin
6553474	Breitenheim	breitenheim			DE	08	00	07133	07133017	391	Europe/Berlin
6553475	Bretzenheim	bretzenheim			DE	08	00	07133	07133018	2582	Europe/Berlin
6553476	Burgsponheim	burgsponheim			DE	08	00	07133	07133019	239	Europe/Berlin
6553477	Callbach	callbach			DE	08	00	07133	07133020	348	Europe/Berlin
6553479	Daubach	daubach			DE	08	00	07133	07133022	237	Europe/Berlin
6553480	Daxweiler	daxweiler			DE	08	00	07133	07133023	739	Europe/Berlin
6553481	Desloch	desloch			DE	08	00	07133	07133024	326	Europe/Berlin
6553482	Dörrebach	doerrebach			DE	08	00	07133	07133025	700	Europe/Berlin
6553483	Dorsheim	dorsheim			DE	08	00	07133	07133026	719	Europe/Berlin
6553484	Eckenroth	eckenroth			DE	08	00	07133	07133028	227	Europe/Berlin
6553485	Feilbingert	feilbingert			DE	08	00	07133	07133030	1565	Europe/Berlin
6553486	Frei-Laubersheim	frei-laubersheim			DE	08	00	07133	07133031	1044	Europe/Berlin
6553487	Fürfeld	fuerfeld			DE	08	00	07133	07133032	1568	Europe/Berlin
6553488	Gebroth	gebroth			DE	08	00	07133	07133033	155	Europe/Berlin
6553489	Gutenberg	gutenberg			DE	08	00	07133	07133036	969	Europe/Berlin
6553490	Hackenheim	hackenheim			DE	08	00	07133	07133037	2069	Europe/Berlin
6553491	Hahnenbach	hahnenbach			DE	08	00	07133	07133038	514	Europe/Berlin
6553492	Hallgarten	hallgarten			DE	08	00	07133	07133039	742	Europe/Berlin
6553493	Hargesheim	hargesheim			DE	08	00	07133	07133040	2911	Europe/Berlin
6553494	Heinzenberg	heinzenberg			DE	08	00	07133	07133042	21	Europe/Berlin
6553495	Hennweiler	hennweiler			DE	08	00	07133	07133043	1220	Europe/Berlin
6553496	Hergenfeld	hergenfeld			DE	08	00	07133	07133044	505	Europe/Berlin
6553497	Hochstätten	hochstaetten			DE	08	00	07133	07133045	605	Europe/Berlin
6553498	Hochstetten-Dhaun	hochstetten-dhaun			DE	08	00	07133	07133046	1690	Europe/Berlin
6553499	Horbach	horbach			DE	08	00	07133	07133047	45	Europe/Berlin
6553500	Hüffelsheim	hueffelsheim			DE	08	00	07133	07133048	1307	Europe/Berlin
6553501	Hundsbach	hundsbach			DE	08	00	07133	07133049	369	Europe/Berlin
6553502	Ippenschied	ippenschied			DE	08	00	07133	07133050	161	Europe/Berlin
6553503	Jeckenbach	jeckenbach			DE	08	00	07133	07133051	212	Europe/Berlin
6553504	Kirschroth	kirschroth			DE	08	00	07133	07133053	262	Europe/Berlin
6553505	Langenlonsheim	langenlonsheim			DE	08	00	07133	07133054	3852	Europe/Berlin
6553506	Langenthal	langenthal			DE	08	00	07133	07133055	97	Europe/Berlin
6553507	Laubenheim	laubenheim			DE	08	00	07133	07133056	797	Europe/Berlin
6553508	Lauschied	lauschied			DE	08	00	07133	07133057	530	Europe/Berlin
6553509	Lettweiler	lettweiler			DE	08	00	07133	07133058	200	Europe/Berlin
6553510	Limbach	limbach			DE	08	00	07133	07133059	296	Europe/Berlin
6553511	Löllbach	loellbach			DE	08	00	07133	07133060	201	Europe/Berlin
6553512	Mandel	mandel			DE	08	00	07133	07133061	913	Europe/Berlin
6553513	Martinstein	martinstein			DE	08	00	07133	07133062	271	Europe/Berlin
6553514	Meckenbach	meckenbach			DE	08	00	07133	07133063	359	Europe/Berlin
6553515	Meddersheim	meddersheim			DE	08	00	07133	07133064	1304	Europe/Berlin
6553516	Merxheim	merxheim			DE	08	00	07133	07133066	1392	Europe/Berlin
6553517	Monzingen	monzingen			DE	08	00	07133	07133067	1563	Europe/Berlin
6553518	Münchwald	muenchwald			DE	08	00	07133	07133068	280	Europe/Berlin
6553519	Neu-Bamberg	neu-bamberg			DE	08	00	07133	07133069	951	Europe/Berlin
6553520	Niederhausen	niederhausen			DE	08	00	07133	07133070	568	Europe/Berlin
6553521	Norheim	norheim			DE	08	00	07133	07133071	1541	Europe/Berlin
6553522	Nußbaum	nussbaum			DE	08	00	07133	07133072	455	Europe/Berlin
6553523	Oberhausen an der Nahe	oberhausen-an-der-nahe			DE	08	00	07133	07133074	364	Europe/Berlin
6553524	Oberstreit	oberstreit			DE	08	00	07133	07133075	291	Europe/Berlin
6553525	Odernheim am Glan	odernheim-am-glan			DE	08	00	07133	07133076	1680	Europe/Berlin
6553526	Otzweiler	otzweiler			DE	08	00	07133	07133077	191	Europe/Berlin
6553527	Pfaffen-Schwabenheim	pfaffen-schwabenheim			DE	08	00	07133	07133078	1406	Europe/Berlin
6553528	Pleitersheim	pleitersheim			DE	08	00	07133	07133080	331	Europe/Berlin
6553529	Raumbach	raumbach			DE	08	00	07133	07133081	396	Europe/Berlin
6553530	Rehbach	rehbach			DE	08	00	07133	07133082	46	Europe/Berlin
6553531	Rehborn	rehborn			DE	08	00	07133	07133083	670	Europe/Berlin
6553532	Reiffelbach	reiffelbach			DE	08	00	07133	07133084	224	Europe/Berlin
6553533	Roth	roth			DE	08	00	07133	07133085	288	Europe/Berlin
6553534	Roxheim	roxheim			DE	08	00	07133	07133086	2611	Europe/Berlin
6553535	Sankt Katharinen	sankt-katharinen			DE	08	00	07133	07133088	374	Europe/Berlin
6553536	Schloßböckelheim	schlossboeckelheim			DE	08	00	07133	07133089	385	Europe/Berlin
6553537	Schmittweiler	schmittweiler			DE	08	00	07133	07133090	195	Europe/Berlin
6553538	Schöneberg	schoeneberg			DE	08	00	07133	07133091	607	Europe/Berlin
6553539	Schweinschied	schweinschied	Shvajnshid,shi wei yin xi de,Швайншид,Швајншид,施韦因席德		DE	08	00	07133	07133092	155	Europe/Berlin
6553540	Schweppenhausen	schweppenhausen			DE	08	00	07133	07133093	877	Europe/Berlin
6553541	Seesbach	seesbach			DE	08	00	07133	07133094	495	Europe/Berlin
6553542	Seibersbach	seibersbach			DE	08	00	07133	07133095	1282	Europe/Berlin
6553543	Simmertal	simmertal			DE	08	00	07133	07133096	1858	Europe/Berlin
6553544	Sommerloch	sommerloch			DE	08	00	07133	07133098	396	Europe/Berlin
6553545	Spabrücken	spabruecken			DE	08	00	07133	07133099	1113	Europe/Berlin
6553546	Spall	spall			DE	08	00	07133	07133100	177	Europe/Berlin
6553547	Sponheim	sponheim			DE	08	00	07133	07133101	750	Europe/Berlin
6553548	Staudernheim	staudernheim			DE	08	00	07133	07133102	1370	Europe/Berlin
6553549	Tiefenthal	tiefenthal			DE	08	00	07133	07133104	118	Europe/Berlin
6553550	Traisen	traisen			DE	08	00	07133	07133105	564	Europe/Berlin
6553551	Volxheim	volxheim			DE	08	00	07133	07133106	1170	Europe/Berlin
6553552	Waldböckelheim	waldboeckelheim			DE	08	00	07133	07133107	2169	Europe/Berlin
6553553	Waldlaubersheim	waldlaubersheim			DE	08	00	07133	07133108	801	Europe/Berlin
6553554	Wallhausen	wallhausen	Val'khauzen,Valkhauzen,wa er hao sen,Валхаузен,Вальхаузен,瓦尔豪森		DE	08	00	07133	07133109	1562	Europe/Berlin
6553555	Warmsroth	warmsroth			DE	08	00	07133	07133110	471	Europe/Berlin
6553556	Weiler bei Monzingen	weiler-bei-monzingen			DE	08	00	07133	07133111	461	Europe/Berlin
6553557	Weinsheim	weinsheim			DE	08	00	07133	07133112	1786	Europe/Berlin
6553558	Weitersborn	weitersborn			DE	08	00	07133	07133113	221	Europe/Berlin
6553559	Windesheim	windesheim	Vindeskhajm,wen de si hai mu,Виндесхайм,Виндесхајм,温德斯海姆		DE	08	00	07133	07133114	1753	Europe/Berlin
6553560	Winterbach	winterbach			DE	08	00	07133	07133115	484	Europe/Berlin
6553561	Winterburg	winterburg			DE	08	00	07133	07133116	181	Europe/Berlin
6553562	Rüdesheim	ruedesheim			DE	08	00	07133	07133117	2685	Europe/Berlin
6553563	Bruschied	bruschied			DE	08	00	07133	07133201	288	Europe/Berlin
6553564	Kellenbach	kellenbach			DE	08	00	07133	07133202	249	Europe/Berlin
6553565	Königsau	koenigsau			DE	08	00	07133	07133203	63	Europe/Berlin
6553566	Schneppenbach	schneppenbach			DE	08	00	07133	07133204	224	Europe/Berlin
6553567	Schwarzerden	schwarzerden			DE	08	00	07133	07133205	240	Europe/Berlin
6553568	Abentheuer	abentheuer			DE	08	00	07134	07134001	432	Europe/Berlin
6553569	Achtelsbach	achtelsbach			DE	08	00	07134	07134002	399	Europe/Berlin
6553570	Allenbach	allenbach			DE	08	00	07134	07134003	620	Europe/Berlin
6553571	Asbach	asbach			DE	08	00	07134	07134004	143	Europe/Berlin
6553572	Bergen	bergen			DE	08	00	07134	07134006	446	Europe/Berlin
6553573	Berglangenbach	berglangenbach			DE	08	00	07134	07134007	450	Europe/Berlin
6553574	Bollenbach	bollenbach			DE	08	00	07134	07134012	131	Europe/Berlin
6553575	Breitenthal	breitenthal			DE	08	00	07134	07134013	315	Europe/Berlin
6553576	Bruchweiler	bruchweiler			DE	08	00	07134	07134014	492	Europe/Berlin
6553577	Brücken	bruecken			DE	08	00	07134	07134015	1208	Europe/Berlin
6553578	Buhlenberg	buhlenberg			DE	08	00	07134	07134016	497	Europe/Berlin
6553579	Bundenbach	bundenbach			DE	08	00	07134	07134017	842	Europe/Berlin
6553580	Dambach	dambach			DE	08	00	07134	07134018	150	Europe/Berlin
6553581	Dickesbach	dickesbach			DE	08	00	07134	07134019	416	Europe/Berlin
6553582	Dienstweiler	dienstweiler			DE	08	00	07134	07134020	334	Europe/Berlin
6553583	Eckersweiler	eckersweiler			DE	08	00	07134	07134021	164	Europe/Berlin
6553584	Ellenberg	ellenberg			DE	08	00	07134	07134023	94	Europe/Berlin
6553585	Ellweiler	ellweiler			DE	08	00	07134	07134024	298	Europe/Berlin
6553586	Fischbach	fischbach			DE	08	00	07134	07134025	858	Europe/Berlin
6553587	Fohren-Linden	fohren-linden			DE	08	00	07134	07134026	327	Europe/Berlin
6553588	Frauenberg	frauenberg			DE	08	00	07134	07134027	379	Europe/Berlin
6553589	Gerach	gerach			DE	08	00	07134	07134028	220	Europe/Berlin
6553590	Gimbweiler	gimbweiler			DE	08	00	07134	07134029	388	Europe/Berlin
6553591	Gösenroth	goesenroth			DE	08	00	07134	07134030	237	Europe/Berlin
6553592	Gollenberg	gollenberg			DE	08	00	07134	07134031	116	Europe/Berlin
6553593	Griebelschied	griebelschied			DE	08	00	07134	07134032	177	Europe/Berlin
6553594	Hahnweiler	hahnweiler			DE	08	00	07134	07134033	170	Europe/Berlin
6553595	Hattgenstein	hattgenstein			DE	08	00	07134	07134034	252	Europe/Berlin
6553596	Hausen	hausen			DE	08	00	07134	07134035	198	Europe/Berlin
6553597	Heimbach	heimbach			DE	08	00	07134	07134036	1042	Europe/Berlin
6553598	Hellertshausen	hellertshausen			DE	08	00	07134	07134037	175	Europe/Berlin
6553599	Herborn	herborn			DE	08	00	07134	07134038	502	Europe/Berlin
6553600	Herrstein	herrstein			DE	08	00	07134	07134039	823	Europe/Berlin
6553601	Hettenrodt	hettenrodt			DE	08	00	07134	07134040	627	Europe/Berlin
6553602	Hintertiefenbach	hintertiefenbach			DE	08	00	07134	07134041	314	Europe/Berlin
6553603	Hoppstädten-Weiersbach	hoppstaedten-weiersbach			DE	08	00	07134	07134042	3703	Europe/Berlin
6553604	Horbruch	horbruch			DE	08	00	07134	07134043	333	Europe/Berlin
6553605	Hottenbach	hottenbach			DE	08	00	07134	07134044	575	Europe/Berlin
6553606	Kempfeld	kempfeld			DE	08	00	07134	07134046	772	Europe/Berlin
6553607	Kirschweiler	kirschweiler			DE	08	00	07134	07134047	1057	Europe/Berlin
6553608	Kronweiler	kronweiler			DE	08	00	07134	07134048	319	Europe/Berlin
6553609	Krummenau	krummenau			DE	08	00	07134	07134049	165	Europe/Berlin
6553610	Leisel	leisel			DE	08	00	07134	07134050	534	Europe/Berlin
6553611	Leitzweiler	leitzweiler			DE	08	00	07134	07134051	109	Europe/Berlin
6553612	Mackenrodt	mackenrodt			DE	08	00	07134	07134052	384	Europe/Berlin
6553613	Meckenbach	meckenbach			DE	08	00	07134	07134053	120	Europe/Berlin
6553614	Mettweiler	mettweiler			DE	08	00	07134	07134054	236	Europe/Berlin
6553615	Mittelreidenbach	mittelreidenbach			DE	08	00	07134	07134055	736	Europe/Berlin
6553616	Mörschied	moerschied			DE	08	00	07134	07134056	789	Europe/Berlin
6553617	Niederbrombach	niederbrombach			DE	08	00	07134	07134057	482	Europe/Berlin
6553618	Niederhambach	niederhambach			DE	08	00	07134	07134058	320	Europe/Berlin
6553619	Niederhosenbach	niederhosenbach			DE	08	00	07134	07134059	281	Europe/Berlin
6553620	Niederwörresbach	niederwoerresbach			DE	08	00	07134	07134060	864	Europe/Berlin
6553621	Nohen	nohen			DE	08	00	07134	07134061	329	Europe/Berlin
6553622	Oberbrombach	oberbrombach			DE	08	00	07134	07134062	394	Europe/Berlin
6553623	Oberhambach	oberhambach			DE	08	00	07134	07134063	257	Europe/Berlin
6553624	Oberhosenbach	oberhosenbach			DE	08	00	07134	07134064	134	Europe/Berlin
6553625	Oberkirn	oberkirn			DE	08	00	07134	07134065	319	Europe/Berlin
6553626	Oberreidenbach	oberreidenbach			DE	08	00	07134	07134066	609	Europe/Berlin
6553627	Oberwörresbach	oberwoerresbach			DE	08	00	07134	07134067	116	Europe/Berlin
6553628	Reichenbach	reichenbach			DE	08	00	07134	07134068	550	Europe/Berlin
6553629	Rhaunen	rhaunen			DE	08	00	07134	07134069	2154	Europe/Berlin
6553630	Rimsberg	rimsberg			DE	08	00	07134	07134070	116	Europe/Berlin
6553631	Rinzenberg	rinzenberg			DE	08	00	07134	07134071	293	Europe/Berlin
6553632	Rötsweiler-Nockenthal	roetsweiler-nockenthal			DE	08	00	07134	07134072	482	Europe/Berlin
6553633	Rohrbach	rohrbach			DE	08	00	07134	07134073	165	Europe/Berlin
6553634	Rückweiler	rueckweiler			DE	08	00	07134	07134074	388	Europe/Berlin
6553635	Ruschberg	ruschberg			DE	08	00	07134	07134075	782	Europe/Berlin
6553636	Schauren	schauren			DE	08	00	07134	07134076	491	Europe/Berlin
6553637	Schmidthachenbach	schmidthachenbach			DE	08	00	07134	07134077	375	Europe/Berlin
6553638	Schwerbach	schwerbach			DE	08	00	07134	07134079	48	Europe/Berlin
6553639	Schwollen	schwollen			DE	08	00	07134	07134080	435	Europe/Berlin
6553640	Sensweiler	sensweiler			DE	08	00	07134	07134081	422	Europe/Berlin
6553641	Sien	sien			DE	08	00	07134	07134082	531	Europe/Berlin
6553642	Sienhachenbach	sienhachenbach			DE	08	00	07134	07134083	191	Europe/Berlin
6553643	Siesbach	siesbach			DE	08	00	07134	07134084	363	Europe/Berlin
6553644	Sonnenberg-Winnenberg	sonnenberg-winnenberg			DE	08	00	07134	07134085	437	Europe/Berlin
6553645	Sonnschied	sonnschied			DE	08	00	07134	07134086	96	Europe/Berlin
6553646	Stipshausen	stipshausen			DE	08	00	07134	07134087	813	Europe/Berlin
6553647	Sulzbach	sulzbach			DE	08	00	07134	07134088	285	Europe/Berlin
6553648	Veitsrodt	veitsrodt			DE	08	00	07134	07134089	695	Europe/Berlin
6553649	Vollmersbach	vollmersbach			DE	08	00	07134	07134090	453	Europe/Berlin
6553650	Weiden	weiden			DE	08	00	07134	07134091	87	Europe/Berlin
6553651	Weitersbach	weitersbach			DE	08	00	07134	07134092	94	Europe/Berlin
6553652	Wickenrodt	wickenrodt			DE	08	00	07134	07134093	163	Europe/Berlin
6553653	Wilzenberg-Hußweiler	wilzenberg-hussweiler			DE	08	00	07134	07134094	282	Europe/Berlin
6553654	Alf	alf			DE	08	00	07135	07135001	832	Europe/Berlin
6553655	Alflen	alflen			DE	08	00	07135	07135002	784	Europe/Berlin
6553656	Altlay	altlay			DE	08	00	07135	07135003	437	Europe/Berlin
6553657	Altstrimmig	altstrimmig			DE	08	00	07135	07135004	332	Europe/Berlin
6553658	Auderath	auderath			DE	08	00	07135	07135005	636	Europe/Berlin
6553659	Beilstein	beilstein			DE	08	00	07135	07135007	124	Europe/Berlin
6553660	Beuren	beuren			DE	08	00	07135	07135008	413	Europe/Berlin
6553661	Binningen	binningen			DE	08	00	07135	07135009	700	Europe/Berlin
6553662	Blankenrath	blankenrath	Blankenrat,bu lan ken la te,Бланкенрат,布兰肯拉特		DE	08	00	07135	07135010	1650	Europe/Berlin
6553663	Brachtendorf	brachtendorf			DE	08	00	07135	07135011	255	Europe/Berlin
6553664	Bremm	bremm			DE	08	00	07135	07135012	724	Europe/Berlin
6553665	Briedel	briedel			DE	08	00	07135	07135013	900	Europe/Berlin
6553666	Brieden	brieden			DE	08	00	07135	07135014	130	Europe/Berlin
6553667	Briedern	briedern			DE	08	00	07135	07135015	355	Europe/Berlin
6553668	Brohl	brohl			DE	08	00	07135	07135016	340	Europe/Berlin
6553669	Bruttig-Fankel	bruttig-fankel			DE	08	00	07135	07135017	1112	Europe/Berlin
6553670	Büchel	buechel			DE	08	00	07135	07135018	1168	Europe/Berlin
6553671	Bullay	bullay			DE	08	00	07135	07135019	1571	Europe/Berlin
6553672	Dohr	dohr			DE	08	00	07135	07135021	619	Europe/Berlin
6553673	Dünfus	duenfus			DE	08	00	07135	07135022	287	Europe/Berlin
6553674	Düngenheim	duengenheim			DE	08	00	07135	07135023	1329	Europe/Berlin
6553675	Ediger-Eller	ediger-eller			DE	08	00	07135	07135024	942	Europe/Berlin
6553676	Ellenz-Poltersdorf	ellenz-poltersdorf			DE	08	00	07135	07135025	813	Europe/Berlin
6553677	Eppenberg	eppenberg			DE	08	00	07135	07135026	223	Europe/Berlin
6553678	Ernst	ernst			DE	08	00	07135	07135027	545	Europe/Berlin
6553679	Eulgem	eulgem			DE	08	00	07135	07135028	207	Europe/Berlin
6553680	Faid	faid			DE	08	00	07135	07135029	1033	Europe/Berlin
6553681	Filz	filz			DE	08	00	07135	07135030	88	Europe/Berlin
6553682	Forst (Eifel)	forst-eifel			DE	08	00	07135	07135031	368	Europe/Berlin
6553683	Forst (Hunsrück)	forst-hunsrueck			DE	08	00	07135	07135032	65	Europe/Berlin
6553684	Gamlen	gamlen			DE	08	00	07135	07135033	498	Europe/Berlin
6553685	Gevenich	gevenich			DE	08	00	07135	07135034	697	Europe/Berlin
6553686	Gillenbeuren	gillenbeuren			DE	08	00	07135	07135035	248	Europe/Berlin
6553687	Greimersburg	greimersburg			DE	08	00	07135	07135036	690	Europe/Berlin
6553688	Grenderich	grenderich			DE	08	00	07135	07135037	376	Europe/Berlin
6553689	Hambuch	hambuch			DE	08	00	07135	07135038	710	Europe/Berlin
6553690	Haserich	haserich			DE	08	00	07135	07135039	207	Europe/Berlin
6553691	Hauroth	hauroth			DE	08	00	07135	07135040	318	Europe/Berlin
6553692	Hesweiler	hesweiler			DE	08	00	07135	07135041	122	Europe/Berlin
6553693	Illerich	illerich			DE	08	00	07135	07135042	769	Europe/Berlin
6553694	Kaifenheim	kaifenheim			DE	08	00	07135	07135043	801	Europe/Berlin
6553695	Kail	kail			DE	08	00	07135	07135044	300	Europe/Berlin
6553696	Kalenborn	kalenborn			DE	08	00	07135	07135046	220	Europe/Berlin
6553697	Kliding	kliding			DE	08	00	07135	07135048	221	Europe/Berlin
6553698	Klotten	klotten			DE	08	00	07135	07135049	1245	Europe/Berlin
6553700	Landkern	landkern			DE	08	00	07135	07135051	923	Europe/Berlin
6553701	Laubach	laubach			DE	08	00	07135	07135052	626	Europe/Berlin
6553702	Lieg	lieg			DE	08	00	07135	07135053	375	Europe/Berlin
6553703	Liesenich	liesenich			DE	08	00	07135	07135054	295	Europe/Berlin
6553704	Lütz	luetz			DE	08	00	07135	07135056	271	Europe/Berlin
6553705	Lutzerath	lutzerath			DE	08	00	07135	07135057	1450	Europe/Berlin
6553706	Masburg	masburg			DE	08	00	07135	07135058	1071	Europe/Berlin
6553707	Mesenich	mesenich			DE	08	00	07135	07135060	292	Europe/Berlin
6553708	Mittelstrimmig	mittelstrimmig			DE	08	00	07135	07135061	411	Europe/Berlin
6553709	Möntenich	moentenich			DE	08	00	07135	07135062	120	Europe/Berlin
6553711	Moritzheim	moritzheim			DE	08	00	07135	07135064	128	Europe/Berlin
6553712	Moselkern	moselkern			DE	08	00	07135	07135065	549	Europe/Berlin
6553713	Müllenbach	muellenbach			DE	08	00	07135	07135067	624	Europe/Berlin
6553714	Neef	neef			DE	08	00	07135	07135068	431	Europe/Berlin
6553715	Nehren	nehren			DE	08	00	07135	07135069	102	Europe/Berlin
6553716	Panzweiler	panzweiler			DE	08	00	07135	07135070	262	Europe/Berlin
6553717	Peterswald-Löffelscheid	peterswald-loeffelscheid			DE	08	00	07135	07135071	728	Europe/Berlin
6553718	Pommern	pommern			DE	08	00	07135	07135072	394	Europe/Berlin
6553719	Pünderich	puenderich			DE	08	00	07135	07135073	810	Europe/Berlin
6553720	Reidenhausen	reidenhausen			DE	08	00	07135	07135074	169	Europe/Berlin
6553721	Roes	roes			DE	08	00	07135	07135075	483	Europe/Berlin
6553722	Sankt Aldegund	sankt-aldegund			DE	08	00	07135	07135076	568	Europe/Berlin
6553723	Schauren	schauren			DE	08	00	07135	07135077	429	Europe/Berlin
6553724	Schmitt	schmitt			DE	08	00	07135	07135078	115	Europe/Berlin
6553725	Senheim	senheim			DE	08	00	07135	07135079	546	Europe/Berlin
6553726	Sosberg	sosberg			DE	08	00	07135	07135080	178	Europe/Berlin
6553727	Tellig	tellig			DE	08	00	07135	07135081	292	Europe/Berlin
6553728	Treis-Karden	treis-karden			DE	08	00	07135	07135082	2198	Europe/Berlin
6553729	Urmersbach	urmersbach			DE	08	00	07135	07135084	430	Europe/Berlin
6553730	Urschmitt	urschmitt			DE	08	00	07135	07135085	185	Europe/Berlin
6553731	Valwig	valwig			DE	08	00	07135	07135086	433	Europe/Berlin
6553732	Wagenhausen	wagenhausen			DE	08	00	07135	07135087	57	Europe/Berlin
6553733	Walhausen	walhausen			DE	08	00	07135	07135088	230	Europe/Berlin
6553734	Weiler	weiler			DE	08	00	07135	07135089	288	Europe/Berlin
6553735	Wirfus	wirfus			DE	08	00	07135	07135090	226	Europe/Berlin
6553736	Wollmerath	wollmerath			DE	08	00	07135	07135091	206	Europe/Berlin
6553737	Zettingen	zettingen			DE	08	00	07135	07135093	263	Europe/Berlin
6553739	Bad Bertrich	bad-bertrich			DE	08	00	07135	07135501	1046	Europe/Berlin
6553740	Leienkaul	leienkaul			DE	08	00	07135	07135502	353	Europe/Berlin
6553741	Acht	acht			DE	08	00	07137	07137001	77	Europe/Berlin
6553742	Anschau	anschau			DE	08	00	07137	07137004	273	Europe/Berlin
6553743	Arft	arft			DE	08	00	07137	07137006	256	Europe/Berlin
6553744	Bell	bell	Bel,Bell',Бел,Белль		DE	08	00	07137	07137008	1321	Europe/Berlin
6553745	Bermel	bermel			DE	08	00	07137	07137011	356	Europe/Berlin
6553746	Boos	boos			DE	08	00	07137	07137014	608	Europe/Berlin
6553747	Ditscheid	ditscheid			DE	08	00	07137	07137019	263	Europe/Berlin
6553748	Einig	einig			DE	08	00	07137	07137023	142	Europe/Berlin
6553749	Ettringen	ettringen	Ehtringen,Etringen,Етринген,Этринген		DE	08	00	07137	07137025	2732	Europe/Berlin
6553750	Gappenach	gappenach			DE	08	00	07137	07137027	329	Europe/Berlin
6553751	Gering	gering			DE	08	00	07137	07137029	412	Europe/Berlin
6553752	Gierschnach	gierschnach			DE	08	00	07137	07137030	267	Europe/Berlin
6553753	Hausten	hausten			DE	08	00	07137	07137034	377	Europe/Berlin
6553754	Herresbach	herresbach			DE	08	00	07137	07137035	491	Europe/Berlin
6553755	Hirten	hirten			DE	08	00	07137	07137036	252	Europe/Berlin
6553756	Kalt	kalt			DE	08	00	07137	07137041	470	Europe/Berlin
6553757	Kehrig	kehrig			DE	08	00	07137	07137043	1211	Europe/Berlin
6553758	Kerben	kerben			DE	08	00	07137	07137048	488	Europe/Berlin
6553759	Kirchwald	kirchwald			DE	08	00	07137	07137049	961	Europe/Berlin
6553760	Kollig	kollig			DE	08	00	07137	07137053	587	Europe/Berlin
6553761	Kottenheim	kottenheim			DE	08	00	07137	07137055	2651	Europe/Berlin
6553762	Kretz	kretz			DE	08	00	07137	07137056	702	Europe/Berlin
6553763	Kruft	kruft			DE	08	00	07137	07137057	4117	Europe/Berlin
6553764	Langenfeld	langenfeld			DE	08	00	07137	07137060	647	Europe/Berlin
6553765	Langscheid	langscheid			DE	08	00	07137	07137061	88	Europe/Berlin
6553766	Lind	lind			DE	08	00	07137	07137063	50	Europe/Berlin
6553767	Lonnig	lonnig			DE	08	00	07137	07137065	1258	Europe/Berlin
6553768	Luxem	luxem			DE	08	00	07137	07137066	302	Europe/Berlin
6553769	Mertloch	mertloch			DE	08	00	07137	07137070	1381	Europe/Berlin
6553770	Monreal	monreal	Monreal,Monreal',meng li er,Монреал,Монреаль,蒙里爾		DE	08	00	07137	07137074	757	Europe/Berlin
6553771	Münk	muenk			DE	08	00	07137	07137077	252	Europe/Berlin
6553772	Nachtsheim	nachtsheim			DE	08	00	07137	07137079	560	Europe/Berlin
6553773	Naunheim	naunheim			DE	08	00	07137	07137080	457	Europe/Berlin
6553774	Nickenich	nickenich			DE	08	00	07137	07137081	3620	Europe/Berlin
6553775	Ochtendung	ochtendung			DE	08	00	07137	07137086	5460	Europe/Berlin
6553776	Pillig	pillig			DE	08	00	07137	07137087	464	Europe/Berlin
6553777	Plaidt	plaidt			DE	08	00	07137	07137088	5859	Europe/Berlin
6553778	Reudelsterz	reudelsterz			DE	08	00	07137	07137092	374	Europe/Berlin
6553779	Rieden	rieden			DE	08	00	07137	07137093	1165	Europe/Berlin
6553780	Rüber	rueber			DE	08	00	07137	07137095	892	Europe/Berlin
6553781	Saffig	saffig			DE	08	00	07137	07137096	2153	Europe/Berlin
6553782	Sankt Johann	sankt-johann			DE	08	00	07137	07137097	938	Europe/Berlin
6553783	Siebenbach	siebenbach			DE	08	00	07137	07137099	206	Europe/Berlin
6553784	Thür	thuer			DE	08	00	07137	07137101	1489	Europe/Berlin
6553785	Trimbs	trimbs			DE	08	00	07137	07137102	600	Europe/Berlin
6553786	Virneburg	virneburg			DE	08	00	07137	07137105	380	Europe/Berlin
6553787	Volkesfeld	volkesfeld			DE	08	00	07137	07137106	574	Europe/Berlin
6553788	Weiler	weiler			DE	08	00	07137	07137110	506	Europe/Berlin
6553789	Welling	welling			DE	08	00	07137	07137112	946	Europe/Berlin
6553790	Welschenbach	welschenbach			DE	08	00	07137	07137113	49	Europe/Berlin
6553791	Wierschem	wierschem			DE	08	00	07137	07137114	320	Europe/Berlin
6553792	Alken	alken	Al'ken,Alken,alkn  alman,Алкен,Алькен,الکن، آلمان		DE	08	00	07137	07137201	659	Europe/Berlin
6553793	Bassenheim	bassenheim			DE	08	00	07137	07137202	2845	Europe/Berlin
6553794	Brey	brey			DE	08	00	07137	07137204	1469	Europe/Berlin
6553795	Brodenbach	brodenbach			DE	08	00	07137	07137205	636	Europe/Berlin
6553796	Burgen	burgen	Burgen,Бурген		DE	08	00	07137	07137206	748	Europe/Berlin
6553797	Dieblich	dieblich			DE	08	00	07137	07137207	2656	Europe/Berlin
6553798	Hatzenport	hatzenport			DE	08	00	07137	07137208	603	Europe/Berlin
6553799	Kaltenengers	kaltenengers			DE	08	00	07137	07137209	2162	Europe/Berlin
6553800	Kettig	kettig			DE	08	00	07137	07137211	3365	Europe/Berlin
6553801	Kobern-Gondorf	kobern-gondorf			DE	08	00	07137	07137212	3137	Europe/Berlin
6553802	Löf	loef			DE	08	00	07137	07137214	1463	Europe/Berlin
6553803	Macken	macken			DE	08	00	07137	07137215	351	Europe/Berlin
6553804	Niederfell	niederfell			DE	08	00	07137	07137217	1012	Europe/Berlin
6553805	Niederwerth	niederwerth			DE	08	00	07137	07137218	1259	Europe/Berlin
6553806	Nörtershausen	noertershausen			DE	08	00	07137	07137219	1132	Europe/Berlin
6553807	Oberfell	oberfell			DE	08	00	07137	07137220	1097	Europe/Berlin
6553808	Sankt Sebastian	sankt-sebastian			DE	08	00	07137	07137222	2654	Europe/Berlin
6553809	Urbar	urbar			DE	08	00	07137	07137224	3202	Europe/Berlin
6553810	Urmitz	urmitz			DE	08	00	07137	07137225	3435	Europe/Berlin
6553811	Waldesch	waldesch			DE	08	00	07137	07137227	2208	Europe/Berlin
6553812	Weitersburg	weitersburg			DE	08	00	07137	07137229	2493	Europe/Berlin
6553813	Winningen	winningen			DE	08	00	07137	07137230	2421	Europe/Berlin
6553814	Wolken	wolken			DE	08	00	07137	07137231	1056	Europe/Berlin
6553815	Lehmen	lehmen			DE	08	00	07137	07137504	1293	Europe/Berlin
6553816	Anhausen	anhausen			DE	08	00	07138	07138002	1346	Europe/Berlin
6553817	Asbach	asbach			DE	08	00	07138	07138003	7323	Europe/Berlin
6553818	Bonefeld	bonefeld			DE	08	00	07138	07138005	944	Europe/Berlin
6553819	Breitscheid	breitscheid			DE	08	00	07138	07138006	2175	Europe/Berlin
6553820	Hausen (Wied)	hausen-wied			DE	08	00	07138	07138007	1877	Europe/Berlin
6553821	Bruchhausen	bruchhausen	Brukhauzen,Brukhgauzen,Brukhkhauzen,bu lu hao sen,Брухаузен,Брухгаузен,Бруххаузен,布鲁豪森		DE	08	00	07138	07138008	955	Europe/Berlin
6553822	Dattenberg	dattenberg			DE	08	00	07138	07138009	1469	Europe/Berlin
6553823	Datzeroth	datzeroth			DE	08	00	07138	07138010	248	Europe/Berlin
6553824	Dernbach	dernbach			DE	08	00	07138	07138011	1030	Europe/Berlin
6553825	Döttesfeld	doettesfeld			DE	08	00	07138	07138013	645	Europe/Berlin
6553826	Ehlscheid	ehlscheid			DE	08	00	07138	07138015	1520	Europe/Berlin
6553827	Erpel	erpel			DE	08	00	07138	07138019	2550	Europe/Berlin
6553828	Großmaischeid	grossmaischeid			DE	08	00	07138	07138023	2316	Europe/Berlin
6553829	Hammerstein	hammerstein			DE	08	00	07138	07138024	334	Europe/Berlin
6553830	Hanroth	hanroth			DE	08	00	07138	07138025	624	Europe/Berlin
6553831	Hardert	hardert			DE	08	00	07138	07138026	849	Europe/Berlin
6553832	Harschbach	harschbach			DE	08	00	07138	07138027	403	Europe/Berlin
6553833	Hümmerich	huemmerich			DE	08	00	07138	07138030	759	Europe/Berlin
6553834	Isenburg	isenburg			DE	08	00	07138	07138031	616	Europe/Berlin
6553835	Kleinmaischeid	kleinmaischeid			DE	08	00	07138	07138034	1352	Europe/Berlin
6553836	Kurtscheid	kurtscheid			DE	08	00	07138	07138036	952	Europe/Berlin
6553837	Leubsdorf	leubsdorf			DE	08	00	07138	07138037	1606	Europe/Berlin
6553838	Leutesdorf	leutesdorf			DE	08	00	07138	07138038	1725	Europe/Berlin
6553839	Linkenbach	linkenbach			DE	08	00	07138	07138040	496	Europe/Berlin
6553840	Meinborn	meinborn			DE	08	00	07138	07138042	511	Europe/Berlin
6553841	Melsbach	melsbach			DE	08	00	07138	07138043	2035	Europe/Berlin
6553842	Neustadt (Wied)	neustadt-wied			DE	08	00	07138	07138044	6393	Europe/Berlin
6553843	Niederbreitbach	niederbreitbach			DE	08	00	07138	07138047	1547	Europe/Berlin
6553844	Niederhofen	niederhofen			DE	08	00	07138	07138048	432	Europe/Berlin
6553845	Niederwambach	niederwambach			DE	08	00	07138	07138050	450	Europe/Berlin
6553846	Oberdreis	oberdreis			DE	08	00	07138	07138052	857	Europe/Berlin
6553847	Oberhonnefeld-Gierend	oberhonnefeld-gierend			DE	08	00	07138	07138053	1029	Europe/Berlin
6553848	Oberraden	oberraden			DE	08	00	07138	07138054	640	Europe/Berlin
6553849	Ockenfels	ockenfels			DE	08	00	07138	07138055	1073	Europe/Berlin
6553850	Puderbach	puderbach			DE	08	00	07138	07138057	2391	Europe/Berlin
6553851	Ratzert	ratzert			DE	08	00	07138	07138058	237	Europe/Berlin
6553852	Raubach	raubach			DE	08	00	07138	07138059	1974	Europe/Berlin
6553853	Rengsdorf	rengsdorf			DE	08	00	07138	07138061	2774	Europe/Berlin
6553854	Rheinbreitbach	rheinbreitbach			DE	08	00	07138	07138062	4493	Europe/Berlin
6553855	Rheinbrohl	rheinbrohl			DE	08	00	07138	07138063	3999	Europe/Berlin
6553856	Roßbach	rossbach			DE	08	00	07138	07138065	1464	Europe/Berlin
6553857	Rüscheid	ruescheid			DE	08	00	07138	07138066	829	Europe/Berlin
6553858	Stebach	stebach			DE	08	00	07138	07138069	347	Europe/Berlin
6553859	Steimel	steimel			DE	08	00	07138	07138070	1267	Europe/Berlin
6553860	Thalhausen	thalhausen			DE	08	00	07138	07138072	736	Europe/Berlin
6553861	Vettelschoß	vettelschoss			DE	08	00	07138	07138075	3607	Europe/Berlin
6553862	Waldbreitbach	waldbreitbach			DE	08	00	07138	07138076	1858	Europe/Berlin
6553863	Windhagen	windhagen			DE	08	00	07138	07138077	4196	Europe/Berlin
6553864	Woldert	woldert			DE	08	00	07138	07138078	584	Europe/Berlin
6553865	Marienhausen	marienhausen			DE	08	00	07138	07138201	503	Europe/Berlin
6553866	Kasbach-Ohlenberg	kasbach-ohlenberg			DE	08	00	07138	07138501	1401	Europe/Berlin
6553867	Alterkülz	alterkuelz			DE	08	00	07140	07140001	400	Europe/Berlin
6553868	Altweidelbach	altweidelbach			DE	08	00	07140	07140002	252	Europe/Berlin
6553869	Argenthal	argenthal			DE	08	00	07140	07140003	1666	Europe/Berlin
6553870	Badenhard	badenhard			DE	08	00	07140	07140005	141	Europe/Berlin
6553871	Bärenbach	baerenbach			DE	08	00	07140	07140006	468	Europe/Berlin
6553872	Belg	belg			DE	08	00	07140	07140007	112	Europe/Berlin
6553873	Belgweiler	belgweiler			DE	08	00	07140	07140008	210	Europe/Berlin
6553874	Beltheim	beltheim			DE	08	00	07140	07140010	1982	Europe/Berlin
6553875	Benzweiler	benzweiler			DE	08	00	07140	07140011	210	Europe/Berlin
6553876	Bergenhausen	bergenhausen			DE	08	00	07140	07140012	122	Europe/Berlin
6553877	Bickenbach	bickenbach			DE	08	00	07140	07140014	365	Europe/Berlin
6553878	Biebern	biebern			DE	08	00	07140	07140015	298	Europe/Berlin
6553879	Birkheim	birkheim			DE	08	00	07140	07140016	148	Europe/Berlin
6553880	Braunshorn	braunshorn			DE	08	00	07140	07140018	616	Europe/Berlin
6553881	Bubach	bubach			DE	08	00	07140	07140020	257	Europe/Berlin
6553882	Buch	buch			DE	08	00	07140	07140021	817	Europe/Berlin
6553883	Budenbach	budenbach			DE	08	00	07140	07140023	186	Europe/Berlin
6553884	Büchenbeuren	buechenbeuren			DE	08	00	07140	07140024	1755	Europe/Berlin
6553885	Damscheid	damscheid			DE	08	00	07140	07140025	654	Europe/Berlin
6553886	Dichtelbach	dichtelbach			DE	08	00	07140	07140027	618	Europe/Berlin
6553887	Dickenschied	dickenschied			DE	08	00	07140	07140028	705	Europe/Berlin
6553888	Dill	dill			DE	08	00	07140	07140029	199	Europe/Berlin
6553889	Dillendorf	dillendorf			DE	08	00	07140	07140030	566	Europe/Berlin
6553890	Dörth	doerth			DE	08	00	07140	07140031	507	Europe/Berlin
6553891	Emmelshausen	emmelshausen			DE	08	00	07140	07140036	4862	Europe/Berlin
6553892	Erbach	erbach			DE	08	00	07140	07140037	284	Europe/Berlin
6553893	Fronhofen	fronhofen			DE	08	00	07140	07140039	225	Europe/Berlin
6553894	Gehlweiler	gehlweiler			DE	08	00	07140	07140040	218	Europe/Berlin
6553895	Gemünden	gemuenden			DE	08	00	07140	07140041	1296	Europe/Berlin
6553896	Gödenroth	goedenroth			DE	08	00	07140	07140042	471	Europe/Berlin
6553897	Gondershausen	gondershausen			DE	08	00	07140	07140043	1280	Europe/Berlin
6553898	Hahn	hahn			DE	08	00	07140	07140044	187	Europe/Berlin
6553899	Halsenbach	halsenbach			DE	08	00	07140	07140045	1284	Europe/Berlin
6553900	Hasselbach	hasselbach	Khassel'bakh,Khazelbakh,Хазелбах,Хассельбах		DE	08	00	07140	07140046	219	Europe/Berlin
6553901	Hausbay	hausbay			DE	08	00	07140	07140047	203	Europe/Berlin
6553902	Hecken	hecken			DE	08	00	07140	07140048	112	Europe/Berlin
6553903	Heinzenbach	heinzenbach			DE	08	00	07140	07140049	420	Europe/Berlin
6553904	Henau	henau			DE	08	00	07140	07140050	146	Europe/Berlin
6553905	Hollnich	hollnich			DE	08	00	07140	07140055	305	Europe/Berlin
6553906	Holzbach	holzbach			DE	08	00	07140	07140056	547	Europe/Berlin
6553907	Horn	horn			DE	08	00	07140	07140058	338	Europe/Berlin
6553908	Hungenroth	hungenroth			DE	08	00	07140	07140060	253	Europe/Berlin
6553909	Kappel	kappel	Kapel,Kappel',Капел,Каппель		DE	08	00	07140	07140062	464	Europe/Berlin
6553910	Karbach	karbach			DE	08	00	07140	07140063	628	Europe/Berlin
6553911	Keidelheim	keidelheim			DE	08	00	07140	07140065	333	Europe/Berlin
6553912	Kisselbach	kisselbach			DE	08	00	07140	07140068	588	Europe/Berlin
6553913	Klosterkumbd	klosterkumbd			DE	08	00	07140	07140070	275	Europe/Berlin
6553914	Kludenbach	kludenbach			DE	08	00	07140	07140071	117	Europe/Berlin
6553915	Korweiler	korweiler			DE	08	00	07140	07140073	78	Europe/Berlin
6553916	Kratzenburg	kratzenburg			DE	08	00	07140	07140075	392	Europe/Berlin
6553917	Kümbdchen	kuembdchen			DE	08	00	07140	07140077	491	Europe/Berlin
6553918	Laubach	laubach			DE	08	00	07140	07140079	418	Europe/Berlin
6553919	Laudert	laudert			DE	08	00	07140	07140080	413	Europe/Berlin
6553920	Laufersweiler	laufersweiler			DE	08	00	07140	07140081	815	Europe/Berlin
6553921	Lautzenhausen	lautzenhausen			DE	08	00	07140	07140082	383	Europe/Berlin
6553922	Leiningen	leiningen			DE	08	00	07140	07140084	703	Europe/Berlin
6553923	Liebshausen	liebshausen			DE	08	00	07140	07140085	497	Europe/Berlin
6553924	Lindenschied	lindenschied			DE	08	00	07140	07140086	191	Europe/Berlin
6553925	Lingerhahn	lingerhahn			DE	08	00	07140	07140087	480	Europe/Berlin
6553926	Maisborn	maisborn			DE	08	00	07140	07140089	133	Europe/Berlin
6553927	Maitzborn	maitzborn			DE	08	00	07140	07140090	107	Europe/Berlin
6553928	Mengerschied	mengerschied			DE	08	00	07140	07140092	703	Europe/Berlin
6553929	Mermuth	mermuth			DE	08	00	07140	07140093	248	Europe/Berlin
6553930	Metzenhausen	metzenhausen			DE	08	00	07140	07140094	105	Europe/Berlin
6553931	Michelbach	michelbach			DE	08	00	07140	07140095	179	Europe/Berlin
6553932	Mörschbach	moerschbach			DE	08	00	07140	07140096	339	Europe/Berlin
6553933	Mühlpfad	muehlpfad			DE	08	00	07140	07140098	70	Europe/Berlin
6553934	Mutterschied	mutterschied			DE	08	00	07140	07140099	480	Europe/Berlin
6553935	Nannhausen	nannhausen			DE	08	00	07140	07140100	618	Europe/Berlin
6553936	Neuerkirch	neuerkirch			DE	08	00	07140	07140101	300	Europe/Berlin
6553937	Ney	ney			DE	08	00	07140	07140102	353	Europe/Berlin
6553938	Niederburg	niederburg			DE	08	00	07140	07140104	664	Europe/Berlin
6553939	Nieder Kostenz	nieder-kostenz			DE	08	00	07140	07140105	186	Europe/Berlin
6553940	Niederkumbd	niederkumbd			DE	08	00	07140	07140106	312	Europe/Berlin
6553941	Niedersohren	niedersohren			DE	08	00	07140	07140107	446	Europe/Berlin
6553942	Niedert	niedert			DE	08	00	07140	07140108	123	Europe/Berlin
6553943	Niederweiler	niederweiler			DE	08	00	07140	07140109	393	Europe/Berlin
6553944	Norath	norath			DE	08	00	07140	07140110	474	Europe/Berlin
6553945	Ober Kostenz	ober-kostenz			DE	08	00	07140	07140111	232	Europe/Berlin
6553946	Ohlweiler	ohlweiler			DE	08	00	07140	07140113	315	Europe/Berlin
6553947	Oppertshausen	oppertshausen			DE	08	00	07140	07140115	113	Europe/Berlin
6553948	Perscheid	perscheid			DE	08	00	07140	07140116	347	Europe/Berlin
6553949	Pfalzfeld	pfalzfeld			DE	08	00	07140	07140117	615	Europe/Berlin
6553950	Pleizenhausen	pleizenhausen			DE	08	00	07140	07140118	245	Europe/Berlin
6553951	Ravengiersburg	ravengiersburg			DE	08	00	07140	07140119	315	Europe/Berlin
6553952	Raversbeuren	raversbeuren			DE	08	00	07140	07140120	117	Europe/Berlin
6553953	Rayerschied	rayerschied			DE	08	00	07140	07140121	101	Europe/Berlin
6553954	Reckershausen	reckershausen			DE	08	00	07140	07140122	368	Europe/Berlin
6553955	Reich	reich			DE	08	00	07140	07140123	338	Europe/Berlin
6553956	Rheinböllen	rheinboellen			DE	08	00	07140	07140125	4114	Europe/Berlin
6553957	Riegenroth	riegenroth			DE	08	00	07140	07140126	239	Europe/Berlin
6553958	Riesweiler	riesweiler			DE	08	00	07140	07140127	725	Europe/Berlin
6553959	Rödelhausen	roedelhausen			DE	08	00	07140	07140128	126	Europe/Berlin
6553960	Rödern	roedern			DE	08	00	07140	07140129	187	Europe/Berlin
6553961	Rohrbach	rohrbach			DE	08	00	07140	07140130	179	Europe/Berlin
6553962	Roth	roth			DE	08	00	07140	07140131	274	Europe/Berlin
6553963	Sargenroth	sargenroth			DE	08	00	07140	07140134	434	Europe/Berlin
6553964	Schlierschied	schlierschied			DE	08	00	07140	07140135	169	Europe/Berlin
6553965	Schnorbach	schnorbach			DE	08	00	07140	07140138	246	Europe/Berlin
6553966	Schönborn	schoenborn			DE	08	00	07140	07140139	274	Europe/Berlin
6553967	Schwall	schwall			DE	08	00	07140	07140140	312	Europe/Berlin
6553968	Schwarzen	schwarzen			DE	08	00	07140	07140141	132	Europe/Berlin
6553969	Sohren	sohren			DE	08	00	07140	07140145	3188	Europe/Berlin
6553970	Sohrschied	sohrschied			DE	08	00	07140	07140146	121	Europe/Berlin
6553971	Steinbach	steinbach			DE	08	00	07140	07140148	135	Europe/Berlin
6553972	Thörlingen	thoerlingen			DE	08	00	07140	07140149	137	Europe/Berlin
6553973	Tiefenbach	tiefenbach			DE	08	00	07140	07140150	750	Europe/Berlin
6553974	Todenroth	todenroth			DE	08	00	07140	07140151	75	Europe/Berlin
6553975	Uhler	uhler			DE	08	00	07140	07140153	350	Europe/Berlin
6553976	Unzenberg	unzenberg			DE	08	00	07140	07140154	411	Europe/Berlin
6553977	Urbar	urbar			DE	08	00	07140	07140155	718	Europe/Berlin
6553978	Utzenhain	utzenhain			DE	08	00	07140	07140156	108	Europe/Berlin
6553979	Wahlbach	wahlbach			DE	08	00	07140	07140158	185	Europe/Berlin
6553980	Wahlenau	wahlenau			DE	08	00	07140	07140159	199	Europe/Berlin
6553981	Wiebelsheim	wiebelsheim			DE	08	00	07140	07140161	516	Europe/Berlin
6553982	Womrath	womrath			DE	08	00	07140	07140163	188	Europe/Berlin
6553983	Woppenroth	woppenroth			DE	08	00	07140	07140164	239	Europe/Berlin
6553984	Würrich	wuerrich			DE	08	00	07140	07140165	159	Europe/Berlin
6553985	Wüschheim	wueschheim	Vishkhajm,Vjushkhajm,wei sha yi mu,Вишхајм,Вюшхайм,维沙伊姆		DE	08	00	07140	07140166	282	Europe/Berlin
6553986	Beulich	beulich			DE	08	00	07140	07140201	488	Europe/Berlin
6553987	Dommershausen	dommershausen			DE	08	00	07140	07140202	1070	Europe/Berlin
6553988	Mastershausen	mastershausen			DE	08	00	07140	07140204	975	Europe/Berlin
6553989	Morshausen	morshausen			DE	08	00	07140	07140205	346	Europe/Berlin
6553990	Allendorf	allendorf			DE	08	00	07141	07141001	613	Europe/Berlin
6553991	Altendiez	altendiez			DE	08	00	07141	07141002	2170	Europe/Berlin
6553992	Attenhausen	attenhausen			DE	08	00	07141	07141003	422	Europe/Berlin
6553993	Auel	auel			DE	08	00	07141	07141004	188	Europe/Berlin
6553994	Aull	aull			DE	08	00	07141	07141005	423	Europe/Berlin
6553995	Becheln	becheln			DE	08	00	07141	07141008	657	Europe/Berlin
6553996	Berg	berg			DE	08	00	07141	07141009	242	Europe/Berlin
6553997	Berghausen	berghausen			DE	08	00	07141	07141010	294	Europe/Berlin
6553998	Berndroth	berndroth			DE	08	00	07141	07141011	377	Europe/Berlin
6553999	Bettendorf	bettendorf			DE	08	00	07141	07141012	324	Europe/Berlin
6554000	Biebrich	biebrich			DE	08	00	07141	07141013	317	Europe/Berlin
6554001	Birlenbach	birlenbach			DE	08	00	07141	07141014	1554	Europe/Berlin
6554002	Bogel	bogel			DE	08	00	07141	07141015	778	Europe/Berlin
6554003	Bornich	bornich			DE	08	00	07141	07141016	941	Europe/Berlin
6554004	Bremberg	bremberg			DE	08	00	07141	07141018	277	Europe/Berlin
6554005	Buch	buch			DE	08	00	07141	07141019	604	Europe/Berlin
6554006	Burgschwalbach	burgschwalbach			DE	08	00	07141	07141020	1053	Europe/Berlin
6554007	Charlottenberg	charlottenberg			DE	08	00	07141	07141021	150	Europe/Berlin
6554008	Cramberg	cramberg			DE	08	00	07141	07141022	479	Europe/Berlin
6554009	Dachsenhausen	dachsenhausen			DE	08	00	07141	07141023	998	Europe/Berlin
6554010	Dahlheim	dahlheim			DE	08	00	07141	07141024	809	Europe/Berlin
6554011	Dausenau	dausenau			DE	08	00	07141	07141025	1208	Europe/Berlin
6554012	Dessighofen	dessighofen			DE	08	00	07141	07141026	176	Europe/Berlin
6554013	Dienethal	dienethal			DE	08	00	07141	07141027	221	Europe/Berlin
6554014	Dörnberg	doernberg			DE	08	00	07141	07141030	459	Europe/Berlin
6554015	Dörscheid	doerscheid			DE	08	00	07141	07141031	394	Europe/Berlin
6554016	Dörsdorf	doersdorf			DE	08	00	07141	07141032	432	Europe/Berlin
6554017	Dornholzhausen	dornholzhausen			DE	08	00	07141	07141033	195	Europe/Berlin
6554018	Ebertshausen	ebertshausen			DE	08	00	07141	07141034	126	Europe/Berlin
6554019	Ehr	ehr			DE	08	00	07141	07141035	77	Europe/Berlin
6554020	Eisighofen	eisighofen			DE	08	00	07141	07141036	265	Europe/Berlin
6554021	Endlichhofen	endlichhofen			DE	08	00	07141	07141037	157	Europe/Berlin
6554022	Eppenrod	eppenrod			DE	08	00	07141	07141038	724	Europe/Berlin
6554023	Ergeshausen	ergeshausen			DE	08	00	07141	07141039	144	Europe/Berlin
6554024	Eschbach	eschbach			DE	08	00	07141	07141040	157	Europe/Berlin
6554025	Fachbach	fachbach			DE	08	00	07141	07141041	1220	Europe/Berlin
6554026	Filsen	filsen			DE	08	00	07141	07141042	640	Europe/Berlin
6554027	Flacht	flacht			DE	08	00	07141	07141043	1025	Europe/Berlin
6554028	Frücht	fruecht			DE	08	00	07141	07141044	557	Europe/Berlin
6554029	Geilnau	geilnau			DE	08	00	07141	07141045	367	Europe/Berlin
6554030	Geisig	geisig			DE	08	00	07141	07141046	349	Europe/Berlin
6554031	Gemmerich	gemmerich			DE	08	00	07141	07141047	523	Europe/Berlin
6554032	Gückingen	gueckingen			DE	08	00	07141	07141049	1088	Europe/Berlin
6554033	Gutenacker	gutenacker			DE	08	00	07141	07141050	345	Europe/Berlin
6554034	Hahnstätten	hahnstaetten			DE	08	00	07141	07141051	2946	Europe/Berlin
6554035	Hambach	hambach			DE	08	00	07141	07141052	465	Europe/Berlin
6554036	Heistenbach	heistenbach			DE	08	00	07141	07141053	1029	Europe/Berlin
6554037	Herold	herold			DE	08	00	07141	07141054	417	Europe/Berlin
6554038	Himmighofen	himmighofen			DE	08	00	07141	07141055	319	Europe/Berlin
6554039	Hirschberg	hirschberg			DE	08	00	07141	07141057	392	Europe/Berlin
6554040	Hömberg	hoemberg			DE	08	00	07141	07141058	327	Europe/Berlin
6554041	Holzappel	holzappel			DE	08	00	07141	07141059	1009	Europe/Berlin
6554042	Holzhausen an der Haide	holzhausen-an-der-haide			DE	08	00	07141	07141060	1177	Europe/Berlin
6554043	Holzheim	holzheim			DE	08	00	07141	07141061	887	Europe/Berlin
6554044	Horhausen	horhausen			DE	08	00	07141	07141062	299	Europe/Berlin
6554045	Hunzel	hunzel			DE	08	00	07141	07141063	254	Europe/Berlin
6554046	Isselbach	isselbach			DE	08	00	07141	07141064	341	Europe/Berlin
6554047	Kaltenholzhausen	kaltenholzhausen			DE	08	00	07141	07141065	577	Europe/Berlin
6554048	Kamp-Bornhofen	kamp-bornhofen			DE	08	00	07141	07141066	1581	Europe/Berlin
6554049	Kasdorf	kasdorf			DE	08	00	07141	07141067	239	Europe/Berlin
6554050	Kehlbach	kehlbach			DE	08	00	07141	07141070	157	Europe/Berlin
6554051	Kemmenau	kemmenau			DE	08	00	07141	07141071	493	Europe/Berlin
6554052	Kestert	kestert			DE	08	00	07141	07141072	561	Europe/Berlin
6554053	Klingelbach	klingelbach			DE	08	00	07141	07141073	738	Europe/Berlin
6554054	Kördorf	koerdorf			DE	08	00	07141	07141074	524	Europe/Berlin
6554055	Langenscheid	langenscheid			DE	08	00	07141	07141076	499	Europe/Berlin
6554056	Laurenburg	laurenburg			DE	08	00	07141	07141077	309	Europe/Berlin
6554057	Lautert	lautert			DE	08	00	07141	07141078	248	Europe/Berlin
6554058	Lierschied	lierschied			DE	08	00	07141	07141079	489	Europe/Berlin
6554059	Lipporn	lipporn			DE	08	00	07141	07141080	273	Europe/Berlin
6554060	Lohrheim	lohrheim			DE	08	00	07141	07141081	595	Europe/Berlin
6554061	Lollschied	lollschied			DE	08	00	07141	07141082	180	Europe/Berlin
6554062	Lykershausen	lykershausen			DE	08	00	07141	07141083	225	Europe/Berlin
6554063	Marienfels	marienfels			DE	08	00	07141	07141084	302	Europe/Berlin
6554064	Miehlen	miehlen			DE	08	00	07141	07141085	1933	Europe/Berlin
6554065	Miellen	miellen			DE	08	00	07141	07141086	342	Europe/Berlin
6554066	Misselberg	misselberg			DE	08	00	07141	07141087	82	Europe/Berlin
6554067	Mittelfischbach	mittelfischbach			DE	08	00	07141	07141088	134	Europe/Berlin
6554068	Mudershausen	mudershausen			DE	08	00	07141	07141089	432	Europe/Berlin
6554069	Netzbach	netzbach			DE	08	00	07141	07141093	370	Europe/Berlin
6554070	Niederbachheim	niederbachheim			DE	08	00	07141	07141094	266	Europe/Berlin
6554071	Niederneisen	niederneisen			DE	08	00	07141	07141095	1421	Europe/Berlin
6554072	Niedertiefenbach	niedertiefenbach			DE	08	00	07141	07141096	180	Europe/Berlin
6554073	Niederwallmenach	niederwallmenach			DE	08	00	07141	07141097	434	Europe/Berlin
6554074	Nievern	nievern			DE	08	00	07141	07141098	976	Europe/Berlin
6554075	Nochern	nochern			DE	08	00	07141	07141099	500	Europe/Berlin
6554076	Oberbachheim	oberbachheim			DE	08	00	07141	07141100	210	Europe/Berlin
6554077	Oberfischbach	oberfischbach			DE	08	00	07141	07141101	156	Europe/Berlin
6554078	Oberneisen	oberneisen			DE	08	00	07141	07141102	753	Europe/Berlin
6554079	Obernhof	obernhof			DE	08	00	07141	07141103	361	Europe/Berlin
6554080	Obertiefenbach	obertiefenbach			DE	08	00	07141	07141104	397	Europe/Berlin
6554081	Oberwallmenach	oberwallmenach			DE	08	00	07141	07141105	189	Europe/Berlin
6554082	Oberwies	oberwies			DE	08	00	07141	07141106	157	Europe/Berlin
6554083	Oelsberg	oelsberg			DE	08	00	07141	07141107	524	Europe/Berlin
6554084	Osterspai	osterspai			DE	08	00	07141	07141108	1273	Europe/Berlin
6554085	Patersberg	patersberg			DE	08	00	07141	07141109	374	Europe/Berlin
6554086	Hainau	hainau			DE	08	00	07141	07141110	165	Europe/Berlin
6554087	Pohl	pohl			DE	08	00	07141	07141111	322	Europe/Berlin
6554088	Prath	prath			DE	08	00	07141	07141112	295	Europe/Berlin
6554089	Reckenroth	reckenroth			DE	08	00	07141	07141113	211	Europe/Berlin
6554090	Reichenberg	reichenberg	Rajkhenberg,lai xing bei ge,Райхенберг,Рајхенберг,赖兴贝格		DE	08	00	07141	07141114	171	Europe/Berlin
6554091	Reitzenhain	reitzenhain			DE	08	00	07141	07141115	316	Europe/Berlin
6554092	Rettershain	rettershain			DE	08	00	07141	07141116	322	Europe/Berlin
6554093	Rettert	rettert			DE	08	00	07141	07141117	433	Europe/Berlin
6554094	Roth	roth			DE	08	00	07141	07141118	201	Europe/Berlin
6554095	Ruppertshofen	ruppertshofen			DE	08	00	07141	07141120	344	Europe/Berlin
6554096	Sauerthal	sauerthal			DE	08	00	07141	07141122	145	Europe/Berlin
6554097	Schiesheim	schiesheim			DE	08	00	07141	07141125	246	Europe/Berlin
6554098	Schönborn	schoenborn			DE	08	00	07141	07141126	728	Europe/Berlin
6554099	Schweighausen	schweighausen			DE	08	00	07141	07141127	219	Europe/Berlin
6554100	Seelbach	seelbach			DE	08	00	07141	07141128	387	Europe/Berlin
6554101	Singhofen	singhofen			DE	08	00	07141	07141129	1756	Europe/Berlin
6554102	Steinsberg	steinsberg			DE	08	00	07141	07141130	234	Europe/Berlin
6554103	Strüth	strueth			DE	08	00	07141	07141131	313	Europe/Berlin
6554104	Sulzbach	sulzbach			DE	08	00	07141	07141132	180	Europe/Berlin
6554105	Wasenbach	wasenbach			DE	08	00	07141	07141133	312	Europe/Berlin
6554106	Weidenbach	weidenbach			DE	08	00	07141	07141134	117	Europe/Berlin
6554107	Weinähr	weinaehr			DE	08	00	07141	07141135	452	Europe/Berlin
6554108	Weisel	weisel	Vajzel,Vajzel',wei sai er,Вайзель,Вајзел,魏塞尔		DE	08	00	07141	07141136	1039	Europe/Berlin
6554109	Welterod	welterod			DE	08	00	07141	07141137	464	Europe/Berlin
6554110	Weyer	weyer			DE	08	00	07141	07141138	458	Europe/Berlin
6554111	Winden	winden			DE	08	00	07141	07141139	714	Europe/Berlin
6554112	Winterwerb	winterwerb			DE	08	00	07141	07141140	162	Europe/Berlin
6554113	Zimmerschied	zimmerschied			DE	08	00	07141	07141141	93	Europe/Berlin
6554114	Arzbach	arzbach			DE	08	00	07141	07141201	1694	Europe/Berlin
6554115	Diethardt	diethardt			DE	08	00	07141	07141502	247	Europe/Berlin
6554116	Balduinstein	balduinstein			DE	08	00	07141	07141503	596	Europe/Berlin
6554117	Alsbach	alsbach			DE	08	00	07143	07143001	636	Europe/Berlin
6554118	Bannberscheid	bannberscheid			DE	08	00	07143	07143003	656	Europe/Berlin
6554119	Boden	boden			DE	08	00	07143	07143005	584	Europe/Berlin
6554120	Breitenau	breitenau			DE	08	00	07143	07143006	704	Europe/Berlin
6554121	Caan	caan			DE	08	00	07143	07143007	705	Europe/Berlin
6554122	Daubach	daubach			DE	08	00	07143	07143008	462	Europe/Berlin
6554123	Deesen	deesen			DE	08	00	07143	07143009	668	Europe/Berlin
6554124	Dernbach (Westerwald)	dernbach-westerwald			DE	08	00	07143	07143010	2473	Europe/Berlin
6554125	Dreikirchen	dreikirchen			DE	08	00	07143	07143011	1014	Europe/Berlin
6554126	Ebernhahn	ebernhahn			DE	08	00	07143	07143012	1252	Europe/Berlin
6554127	Eitelborn	eitelborn			DE	08	00	07143	07143013	2440	Europe/Berlin
6554128	Ellenhausen	ellenhausen			DE	08	00	07143	07143015	285	Europe/Berlin
6554129	Freilingen	freilingen			DE	08	00	07143	07143018	669	Europe/Berlin
6554130	Freirachdorf	freirachdorf			DE	08	00	07143	07143019	626	Europe/Berlin
6554131	Gackenbach	gackenbach			DE	08	00	07143	07143020	534	Europe/Berlin
6554132	Girod	girod			DE	08	00	07143	07143021	1173	Europe/Berlin
6554133	Goddert	goddert			DE	08	00	07143	07143022	452	Europe/Berlin
6554134	Görgeshausen	goergeshausen			DE	08	00	07143	07143023	873	Europe/Berlin
6554135	Großholbach	grossholbach			DE	08	00	07143	07143024	965	Europe/Berlin
6554136	Hartenfels	hartenfels			DE	08	00	07143	07143025	774	Europe/Berlin
6554137	Heilberscheid	heilberscheid			DE	08	00	07143	07143026	655	Europe/Berlin
6554138	Heiligenroth	heiligenroth			DE	08	00	07143	07143027	1390	Europe/Berlin
6554139	Helferskirchen	helferskirchen			DE	08	00	07143	07143028	1208	Europe/Berlin
6554140	Herschbach	herschbach	Khershbakh,hei er shi ba he,Хершбах,黑尔施巴赫		DE	08	00	07143	07143029	2800	Europe/Berlin
6554141	Hilgert	hilgert			DE	08	00	07143	07143030	1507	Europe/Berlin
6554142	Hillscheid	hillscheid			DE	08	00	07143	07143031	2426	Europe/Berlin
6554143	Holler	holler			DE	08	00	07143	07143033	1006	Europe/Berlin
6554144	Horbach	horbach			DE	08	00	07143	07143034	658	Europe/Berlin
6554145	Hübingen	huebingen			DE	08	00	07143	07143036	530	Europe/Berlin
6554146	Hundsangen	hundsangen			DE	08	00	07143	07143037	2056	Europe/Berlin
6554147	Hundsdorf	hundsdorf			DE	08	00	07143	07143038	435	Europe/Berlin
6554148	Kadenbach	kadenbach			DE	08	00	07143	07143039	1327	Europe/Berlin
6554149	Kammerforst	kammerforst			DE	08	00	07143	07143040	239	Europe/Berlin
6554150	Krümmel	kruemmel			DE	08	00	07143	07143041	319	Europe/Berlin
6554151	Leuterod	leuterod			DE	08	00	07143	07143042	838	Europe/Berlin
6554152	Marienrachdorf	marienrachdorf			DE	08	00	07143	07143044	984	Europe/Berlin
6554153	Maroth	maroth			DE	08	00	07143	07143045	255	Europe/Berlin
6554154	Maxsain	maxsain			DE	08	00	07143	07143046	1060	Europe/Berlin
6554155	Mogendorf	mogendorf			DE	08	00	07143	07143047	1286	Europe/Berlin
6554156	Moschheim	moschheim			DE	08	00	07143	07143049	718	Europe/Berlin
6554157	Nauort	nauort			DE	08	00	07143	07143050	2209	Europe/Berlin
6554158	Nentershausen	nentershausen	Nenterskhauzen,Нентерсхаузен		DE	08	00	07143	07143051	1997	Europe/Berlin
6554159	Neuhäusel	neuhaeusel			DE	08	00	07143	07143052	2034	Europe/Berlin
6554160	Niederelbert	niederelbert			DE	08	00	07143	07143053	1700	Europe/Berlin
6554161	Niedererbach	niedererbach			DE	08	00	07143	07143054	1023	Europe/Berlin
6554162	Nomborn	nomborn			DE	08	00	07143	07143055	719	Europe/Berlin
6554163	Nordhofen	nordhofen			DE	08	00	07143	07143056	532	Europe/Berlin
6554164	Oberelbert	oberelbert			DE	08	00	07143	07143057	1164	Europe/Berlin
6554165	Obererbach	obererbach			DE	08	00	07143	07143058	489	Europe/Berlin
6554166	Oberhaid	oberhaid			DE	08	00	07143	07143059	389	Europe/Berlin
6554167	Ötzingen	oetzingen			DE	08	00	07143	07143060	1381	Europe/Berlin
6554168	Quirnbach	quirnbach			DE	08	00	07143	07143061	484	Europe/Berlin
6554169	Rückeroth	rueckeroth			DE	08	00	07143	07143064	487	Europe/Berlin
6554170	Ruppach-Goldhausen	ruppach-goldhausen			DE	08	00	07143	07143065	1257	Europe/Berlin
6554171	Schenkelberg	schenkelberg			DE	08	00	07143	07143066	642	Europe/Berlin
6554172	Sessenbach	sessenbach			DE	08	00	07143	07143068	503	Europe/Berlin
6554173	Sessenhausen	sessenhausen			DE	08	00	07143	07143069	893	Europe/Berlin
6554174	Siershahn	siershahn			DE	08	00	07143	07143070	2887	Europe/Berlin
6554175	Simmern	simmern			DE	08	00	07143	07143071	1474	Europe/Berlin
6554176	Stahlhofen	stahlhofen			DE	08	00	07143	07143072	732	Europe/Berlin
6554177	Staudt	staudt			DE	08	00	07143	07143073	1242	Europe/Berlin
6554178	Steinefrenz	steinefrenz			DE	08	00	07143	07143074	796	Europe/Berlin
6554179	Steinen	steinen			DE	08	00	07143	07143075	241	Europe/Berlin
6554180	Untershausen	untershausen			DE	08	00	07143	07143077	487	Europe/Berlin
6554181	Vielbach	vielbach			DE	08	00	07143	07143078	541	Europe/Berlin
6554182	Welschneudorf	welschneudorf			DE	08	00	07143	07143079	948	Europe/Berlin
6554183	Weroth	weroth			DE	08	00	07143	07143080	586	Europe/Berlin
6554184	Wirscheid	wirscheid			DE	08	00	07143	07143082	329	Europe/Berlin
6554185	Wittgert	wittgert			DE	08	00	07143	07143084	663	Europe/Berlin
6554186	Wölferlingen	woelferlingen			DE	08	00	07143	07143085	488	Europe/Berlin
6554187	Ailertchen	ailertchen			DE	08	00	07143	07143200	594	Europe/Berlin
6554188	Alpenrod	alpenrod			DE	08	00	07143	07143202	1579	Europe/Berlin
6554189	Arnshöfen	arnshoefen			DE	08	00	07143	07143203	147	Europe/Berlin
6554190	Astert	astert			DE	08	00	07143	07143204	224	Europe/Berlin
6554191	Atzelgift	atzelgift			DE	08	00	07143	07143205	607	Europe/Berlin
6554192	Bellingen	bellingen			DE	08	00	07143	07143207	600	Europe/Berlin
6554193	Berod bei Wallmerod	berod-bei-wallmerod			DE	08	00	07143	07143208	542	Europe/Berlin
6554194	Berzhahn	berzhahn			DE	08	00	07143	07143209	494	Europe/Berlin
6554195	Bilkheim	bilkheim			DE	08	00	07143	07143210	482	Europe/Berlin
6554196	Bölsberg	boelsberg			DE	08	00	07143	07143211	217	Europe/Berlin
6554197	Borod	borod			DE	08	00	07143	07143212	506	Europe/Berlin
6554198	Brandscheid	brandscheid			DE	08	00	07143	07143213	476	Europe/Berlin
6554199	Bretthausen	bretthausen			DE	08	00	07143	07143214	200	Europe/Berlin
6554200	Dreifelden	dreifelden			DE	08	00	07143	07143215	250	Europe/Berlin
6554201	Dreisbach	dreisbach			DE	08	00	07143	07143216	570	Europe/Berlin
6554202	Enspel	enspel			DE	08	00	07143	07143219	267	Europe/Berlin
6554203	Ettinghausen	ettinghausen			DE	08	00	07143	07143220	327	Europe/Berlin
6554204	Ewighausen	ewighausen			DE	08	00	07143	07143221	233	Europe/Berlin
6554205	Fehl-Ritzhausen	fehl-ritzhausen			DE	08	00	07143	07143222	766	Europe/Berlin
6554206	Gehlert	gehlert			DE	08	00	07143	07143223	614	Europe/Berlin
6554207	Gemünden	gemuenden	Geminden,Gemjunden,Геминден,Гемюнден		DE	08	00	07143	07143224	984	Europe/Berlin
6554208	Giesenhausen	giesenhausen			DE	08	00	07143	07143225	322	Europe/Berlin
6554209	Girkenroth	girkenroth			DE	08	00	07143	07143226	600	Europe/Berlin
6554210	Großseifen	grossseifen			DE	08	00	07143	07143227	634	Europe/Berlin
6554211	Guckheim	guckheim			DE	08	00	07143	07143228	939	Europe/Berlin
6554212	Härtlingen	haertlingen			DE	08	00	07143	07143230	375	Europe/Berlin
6554213	Hahn bei Marienberg	hahn-bei-marienberg			DE	08	00	07143	07143231	477	Europe/Berlin
6554214	Hahn am See	hahn-am-see			DE	08	00	07143	07143232	393	Europe/Berlin
6554215	Halbs	halbs			DE	08	00	07143	07143233	355	Europe/Berlin
6554216	Hardt	hardt			DE	08	00	07143	07143234	456	Europe/Berlin
6554217	Hattert	hattert			DE	08	00	07143	07143235	1748	Europe/Berlin
6554218	Hellenhahn-Schellenberg	hellenhahn-schellenberg			DE	08	00	07143	07143237	1217	Europe/Berlin
6554219	Hergenroth	hergenroth			DE	08	00	07143	07143238	421	Europe/Berlin
6554220	Herschbach (Oberwesterwald)	herschbach-oberwesterwald			DE	08	00	07143	07143239	893	Europe/Berlin
6554221	Höchstenbach	hoechstenbach			DE	08	00	07143	07143241	697	Europe/Berlin
6554222	Höhn	hoehn			DE	08	00	07143	07143242	3018	Europe/Berlin
6554223	Hof	hof			DE	08	00	07143	07143243	1196	Europe/Berlin
6554224	Homberg	homberg			DE	08	00	07143	07143244	176	Europe/Berlin
6554225	Hüblingen	hueblingen			DE	08	00	07143	07143245	295	Europe/Berlin
6554226	Irmtraut	irmtraut			DE	08	00	07143	07143246	767	Europe/Berlin
6554227	Kaden	kaden			DE	08	00	07143	07143247	581	Europe/Berlin
6554228	Kirburg	kirburg			DE	08	00	07143	07143248	580	Europe/Berlin
6554229	Kölbingen	koelbingen			DE	08	00	07143	07143249	1009	Europe/Berlin
6554230	Kroppach	kroppach			DE	08	00	07143	07143250	689	Europe/Berlin
6554231	Kuhnhöfen	kuhnhoefen			DE	08	00	07143	07143251	165	Europe/Berlin
6554232	Kundert	kundert			DE	08	00	07143	07143252	253	Europe/Berlin
6554233	Langenbach bei Kirburg	langenbach-bei-kirburg			DE	08	00	07143	07143253	1080	Europe/Berlin
6554234	Langenhahn	langenhahn			DE	08	00	07143	07143254	1394	Europe/Berlin
6554235	Lautzenbrücken	lautzenbruecken			DE	08	00	07143	07143255	432	Europe/Berlin
6554236	Liebenscheid	liebenscheid			DE	08	00	07143	07143256	834	Europe/Berlin
6554237	Limbach	limbach			DE	08	00	07143	07143257	416	Europe/Berlin
6554238	Linden	linden			DE	08	00	07143	07143258	143	Europe/Berlin
6554239	Lochum	lochum			DE	08	00	07143	07143259	321	Europe/Berlin
6554240	Luckenbach	luckenbach			DE	08	00	07143	07143260	656	Europe/Berlin
6554241	Marzhausen	marzhausen			DE	08	00	07143	07143261	254	Europe/Berlin
6554242	Merkelbach	merkelbach			DE	08	00	07143	07143262	419	Europe/Berlin
6554243	Meudt	meudt			DE	08	00	07143	07143263	1895	Europe/Berlin
6554244	Mörlen	moerlen			DE	08	00	07143	07143264	527	Europe/Berlin
6554245	Mörsbach	moersbach			DE	08	00	07143	07143265	434	Europe/Berlin
6554246	Molsberg	molsberg			DE	08	00	07143	07143266	460	Europe/Berlin
6554247	Mudenbach	mudenbach			DE	08	00	07143	07143267	713	Europe/Berlin
6554248	Mündersbach	muendersbach			DE	08	00	07143	07143268	770	Europe/Berlin
6554249	Müschenbach	mueschenbach			DE	08	00	07143	07143269	990	Europe/Berlin
6554250	Neunkhausen	neunkhausen			DE	08	00	07143	07143270	1021	Europe/Berlin
6554251	Neunkirchen	neunkirchen			DE	08	00	07143	07143271	544	Europe/Berlin
6554252	Niederahr	niederahr			DE	08	00	07143	07143273	817	Europe/Berlin
6554253	Niedersayn	niedersayn			DE	08	00	07143	07143275	161	Europe/Berlin
6554254	Nister	nister			DE	08	00	07143	07143276	1050	Europe/Berlin
6554255	Nister-Möhrendorf	nister-moehrendorf			DE	08	00	07143	07143278	298	Europe/Berlin
6554256	Norken	norken			DE	08	00	07143	07143280	946	Europe/Berlin
6554257	Oberahr	oberahr			DE	08	00	07143	07143281	537	Europe/Berlin
6554258	Oberrod	oberrod			DE	08	00	07143	07143282	651	Europe/Berlin
6554259	Oberroßbach	oberrossbach			DE	08	00	07143	07143283	351	Europe/Berlin
6554260	Pottum	pottum			DE	08	00	07143	07143284	1056	Europe/Berlin
6554261	Rehe	rehe			DE	08	00	07143	07143285	964	Europe/Berlin
6554262	Roßbach	rossbach			DE	08	00	07143	07143287	826	Europe/Berlin
6554263	Rotenhain	rotenhain			DE	08	00	07143	07143288	519	Europe/Berlin
6554264	Rothenbach	rothenbach			DE	08	00	07143	07143289	907	Europe/Berlin
6554265	Salz	salz			DE	08	00	07143	07143290	835	Europe/Berlin
6554266	Salzburg	salzburg			DE	08	00	07143	07143291	221	Europe/Berlin
6554267	Seck	seck			DE	08	00	07143	07143292	1150	Europe/Berlin
6554268	Stahlhofen am Wiesensee	stahlhofen-am-wiesensee			DE	08	00	07143	07143293	334	Europe/Berlin
6554269	Steinebach an der Wied	steinebach-an-der-wied			DE	08	00	07143	07143294	836	Europe/Berlin
6554270	Stein-Neukirch	stein-neukirch			DE	08	00	07143	07143295	408	Europe/Berlin
6554271	Stein-Wingert	stein-wingert			DE	08	00	07143	07143296	238	Europe/Berlin
6554272	Stockhausen-Illfurth	stockhausen-illfurth			DE	08	00	07143	07143297	444	Europe/Berlin
6554273	Stockum-Püschen	stockum-pueschen			DE	08	00	07143	07143298	639	Europe/Berlin
6554274	Streithausen	streithausen			DE	08	00	07143	07143299	501	Europe/Berlin
6554275	Unnau	unnau			DE	08	00	07143	07143300	1901	Europe/Berlin
6554276	Wahlrod	wahlrod			DE	08	00	07143	07143301	867	Europe/Berlin
6554277	Waigandshain	waigandshain			DE	08	00	07143	07143302	198	Europe/Berlin
6554278	Waldmühlen	waldmuehlen			DE	08	00	07143	07143303	336	Europe/Berlin
6554279	Weidenhahn	weidenhahn			DE	08	00	07143	07143305	571	Europe/Berlin
6554280	Welkenbach	welkenbach			DE	08	00	07143	07143306	142	Europe/Berlin
6554281	Weltersburg	weltersburg			DE	08	00	07143	07143307	310	Europe/Berlin
6554282	Westernohe	westernohe			DE	08	00	07143	07143309	909	Europe/Berlin
6554283	Willingen	willingen			DE	08	00	07143	07143311	271	Europe/Berlin
6554284	Willmenrod	willmenrod			DE	08	00	07143	07143312	656	Europe/Berlin
6554285	Winkelbach	winkelbach			DE	08	00	07143	07143313	235	Europe/Berlin
6554286	Winnen	winnen			DE	08	00	07143	07143314	485	Europe/Berlin
6554287	Zehnhausen bei Rennerod	zehnhausen-bei-rennerod			DE	08	00	07143	07143315	384	Europe/Berlin
6554288	Zehnhausen bei Wallmerod	zehnhausen-bei-wallmerod			DE	08	00	07143	07143316	185	Europe/Berlin
6554289	Elbingen	elbingen			DE	08	00	07143	07143501	324	Europe/Berlin
6554290	Mähren	maehren			DE	08	00	07143	07143502	206	Europe/Berlin
6554291	Trier	trier			DE	08	00	07211	07211000	111528	Europe/Berlin
6554292	Altrich	altrich			DE	08	00	07231	07231001	1709	Europe/Berlin
6554293	Arenrath	arenrath			DE	08	00	07231	07231003	394	Europe/Berlin
6554294	Bausendorf	bausendorf			DE	08	00	07231	07231004	1340	Europe/Berlin
6554295	Bengel	bengel			DE	08	00	07231	07231005	838	Europe/Berlin
6554296	Berglicht	berglicht			DE	08	00	07231	07231006	424	Europe/Berlin
6554297	Bergweiler	bergweiler			DE	08	00	07231	07231007	865	Europe/Berlin
6554298	Bettenfeld	bettenfeld			DE	08	00	07231	07231009	683	Europe/Berlin
6554299	Binsfeld	binsfeld			DE	08	00	07231	07231010	1234	Europe/Berlin
6554300	Brauneberg	brauneberg			DE	08	00	07231	07231012	1141	Europe/Berlin
6554301	Bruch	bruch			DE	08	00	07231	07231013	480	Europe/Berlin
6554302	Burg (Mosel)	burg-mosel			DE	08	00	07231	07231014	370	Europe/Berlin
6554303	Burgen	burgen			DE	08	00	07231	07231016	555	Europe/Berlin
6554304	Burtscheid	burtscheid			DE	08	00	07231	07231017	112	Europe/Berlin
6554305	Deuselbach	deuselbach			DE	08	00	07231	07231018	255	Europe/Berlin
6554306	Dhronecken	dhronecken			DE	08	00	07231	07231019	125	Europe/Berlin
6554307	Diefenbach	diefenbach			DE	08	00	07231	07231020	80	Europe/Berlin
6554308	Dierfeld	dierfeld			DE	08	00	07231	07231021	10	Europe/Berlin
6554309	Dierscheid	dierscheid			DE	08	00	07231	07231022	180	Europe/Berlin
6554310	Dodenburg	dodenburg			DE	08	00	07231	07231023	102	Europe/Berlin
6554311	Dreis	dreis			DE	08	00	07231	07231024	1402	Europe/Berlin
6554312	Eckfeld	eckfeld			DE	08	00	07231	07231025	349	Europe/Berlin
6554313	Eisenschmitt	eisenschmitt			DE	08	00	07231	07231026	301	Europe/Berlin
6554314	Enkirch	enkirch			DE	08	00	07231	07231029	1409	Europe/Berlin
6554315	Erden	erden			DE	08	00	07231	07231030	383	Europe/Berlin
6554316	Esch	esch			DE	08	00	07231	07231031	409	Europe/Berlin
6554317	Etgert	etgert			DE	08	00	07231	07231032	66	Europe/Berlin
6554318	Flußbach	flussbach			DE	08	00	07231	07231033	427	Europe/Berlin
6554319	Gielert	gielert			DE	08	00	07231	07231035	152	Europe/Berlin
6554320	Gipperath	gipperath			DE	08	00	07231	07231036	229	Europe/Berlin
6554321	Gladbach	gladbach			DE	08	00	07231	07231037	362	Europe/Berlin
6554322	Gornhausen	gornhausen			DE	08	00	07231	07231040	219	Europe/Berlin
6554323	Stammham	stammham	Shtamkham,Shtammgam,Stamham,ashtamham,Штаммгам,Штамхам,Շտամհամ,اشتامهام		DE	02	091	09171	09171130	1042	Europe/Berlin
6554324	Gräfendhron	graefendhron			DE	08	00	07231	07231042	93	Europe/Berlin
6554325	Greimerath	greimerath			DE	08	00	07231	07231044	237	Europe/Berlin
6554326	Großlittgen	grosslittgen			DE	08	00	07231	07231046	960	Europe/Berlin
6554327	Hasborn	hasborn			DE	08	00	07231	07231049	617	Europe/Berlin
6554328	Heckenmünster	heckenmuenster			DE	08	00	07231	07231050	137	Europe/Berlin
6554329	Heidweiler	heidweiler			DE	08	00	07231	07231051	162	Europe/Berlin
6554330	Hetzerath	hetzerath	Khecerat,Khetcerat,hei ce la te,Хетцерат,Хецерат,黑策拉特		DE	08	00	07231	07231053	2356	Europe/Berlin
6554331	Hilscheid	hilscheid			DE	08	00	07231	07231054	251	Europe/Berlin
6554332	Hochscheid	hochscheid			DE	08	00	07231	07231056	269	Europe/Berlin
6554333	Horath	horath			DE	08	00	07231	07231058	412	Europe/Berlin
6554334	Hupperath	hupperath			DE	08	00	07231	07231062	602	Europe/Berlin
6554335	Immert	immert			DE	08	00	07231	07231064	159	Europe/Berlin
6554336	Karl	karl			DE	08	00	07231	07231065	203	Europe/Berlin
6554337	Kesten	kesten			DE	08	00	07231	07231066	338	Europe/Berlin
6554338	Kinderbeuern	kinderbeuern			DE	08	00	07231	07231067	1013	Europe/Berlin
6554339	Kinheim	kinheim	Kinkhajm,jin hai mu,Кинхайм,Кинхајм,金海姆		DE	08	00	07231	07231068	803	Europe/Berlin
6554340	Klausen	klausen	Klauzen,Клаузен		DE	08	00	07231	07231069	1396	Europe/Berlin
6554341	Kleinich	kleinich			DE	08	00	07231	07231070	680	Europe/Berlin
6554342	Kommen	kommen			DE	08	00	07231	07231071	293	Europe/Berlin
6554343	Kröv	kroev			DE	08	00	07231	07231072	2210	Europe/Berlin
6554344	Laufeld	laufeld			DE	08	00	07231	07231074	524	Europe/Berlin
6554345	Lieser	lieser	Lizer,li sai er,Лизер,利塞尔		DE	08	00	07231	07231075	1239	Europe/Berlin
6554346	Lösnich	loesnich			DE	08	00	07231	07231076	460	Europe/Berlin
6554347	Longkamp	longkamp			DE	08	00	07231	07231077	1111	Europe/Berlin
6554348	Lückenburg	lueckenburg			DE	08	00	07231	07231078	97	Europe/Berlin
6554349	Malborn	malborn			DE	08	00	07231	07231079	1344	Europe/Berlin
6554350	Maring-Noviand	maring-noviand			DE	08	00	07231	07231081	1479	Europe/Berlin
6554351	Meerfeld	meerfeld			DE	08	00	07231	07231082	347	Europe/Berlin
6554352	Merschbach	merschbach			DE	08	00	07231	07231083	72	Europe/Berlin
6554353	Minderlittgen	minderlittgen			DE	08	00	07231	07231085	691	Europe/Berlin
6554354	Minheim	minheim			DE	08	00	07231	07231086	455	Europe/Berlin
6554355	Monzelfeld	monzelfeld			DE	08	00	07231	07231087	1260	Europe/Berlin
6554356	Musweiler	musweiler			DE	08	00	07231	07231091	56	Europe/Berlin
6554357	Neumagen-Dhron	neumagen-dhron			DE	08	00	07231	07231092	2237	Europe/Berlin
6554358	Neunkirchen	neunkirchen			DE	08	00	07231	07231093	148	Europe/Berlin
6554359	Niederöfflingen	niederoefflingen			DE	08	00	07231	07231095	429	Europe/Berlin
6554360	Niederscheidweiler	niederscheidweiler			DE	08	00	07231	07231096	262	Europe/Berlin
6554361	Oberöfflingen	oberoefflingen			DE	08	00	07231	07231100	271	Europe/Berlin
6554362	Oberscheidweiler	oberscheidweiler			DE	08	00	07231	07231101	180	Europe/Berlin
6554363	Osann-Monzel	osann-monzel			DE	08	00	07231	07231103	1721	Europe/Berlin
6554364	Pantenburg	pantenburg			DE	08	00	07231	07231104	238	Europe/Berlin
6554365	Piesport	piesport			DE	08	00	07231	07231105	2082	Europe/Berlin
6554366	Platten	platten			DE	08	00	07231	07231107	871	Europe/Berlin
6554367	Plein	plein			DE	08	00	07231	07231108	616	Europe/Berlin
6554368	Rivenich	rivenich			DE	08	00	07231	07231111	720	Europe/Berlin
6554369	Rorodt	rorodt			DE	08	00	07231	07231112	48	Europe/Berlin
6554370	Salmtal	salmtal			DE	08	00	07231	07231113	2433	Europe/Berlin
6554371	Schladt	schladt			DE	08	00	07231	07231114	137	Europe/Berlin
6554372	Schönberg	schoenberg			DE	08	00	07231	07231115	225	Europe/Berlin
6554373	Schwarzenborn	schwarzenborn			DE	08	00	07231	07231116	56	Europe/Berlin
6554374	Sehlem	sehlem			DE	08	00	07231	07231117	973	Europe/Berlin
6554375	Starkenburg	starkenburg			DE	08	00	07231	07231120	228	Europe/Berlin
6554376	Talling	talling			DE	08	00	07231	07231122	218	Europe/Berlin
6554377	Thalfang	thalfang			DE	08	00	07231	07231123	1803	Europe/Berlin
6554378	Ürzig	uerzig			DE	08	00	07231	07231125	904	Europe/Berlin
6554379	Veldenz	veldenz			DE	08	00	07231	07231126	975	Europe/Berlin
6554380	Wallscheid	wallscheid			DE	08	00	07231	07231127	340	Europe/Berlin
6554381	Willwerscheid	willwerscheid			DE	08	00	07231	07231132	51	Europe/Berlin
6554382	Wintrich	wintrich			DE	08	00	07231	07231133	894	Europe/Berlin
6554383	Zeltingen-Rachtig	zeltingen-rachtig			DE	08	00	07231	07231136	2223	Europe/Berlin
6554384	Breit	breit			DE	08	00	07231	07231202	290	Europe/Berlin
6554385	Büdlich	buedlich			DE	08	00	07231	07231203	210	Europe/Berlin
6554386	Heidenburg	heidenburg			DE	08	00	07231	07231204	697	Europe/Berlin
6554387	Lötzbeuren	loetzbeuren			DE	08	00	07231	07231206	434	Europe/Berlin
6554388	Trittenheim	trittenheim			DE	08	00	07235	07235207	1049	Europe/Berlin
6554389	Irmenach	irmenach			DE	08	00	07231	07231501	652	Europe/Berlin
6554390	Morbach	morbach	Morbakh,mo er ba he,morubahha,Морбах,モールバッハ,莫尔巴赫		DE	08	00	07231	07231502	10447	Europe/Berlin
6554391	Landscheid	landscheid			DE	08	00	07231	07231503	2152	Europe/Berlin
6554392	Niersbach	niersbach			DE	08	00	07231	07231504	699	Europe/Berlin
6554393	Affler	affler			DE	08	00	07232	07232001	26	Europe/Berlin
6554394	Alsdorf	alsdorf			DE	08	00	07232	07232002	462	Europe/Berlin
6554395	Altscheid	altscheid			DE	08	00	07232	07232003	89	Europe/Berlin
6554396	Ammeldingen an der Our	ammeldingen-an-der-our			DE	08	00	07232	07232004	22	Europe/Berlin
6554397	Ammeldingen bei Neuerburg	ammeldingen-bei-neuerburg			DE	08	00	07232	07232005	247	Europe/Berlin
6554398	Auw an der Kyll	auw-an-der-kyll			DE	08	00	07232	07232006	119	Europe/Berlin
6554399	Badem	badem			DE	08	00	07232	07232007	1250	Europe/Berlin
6554400	Bauler	bauler			DE	08	00	07232	07232008	66	Europe/Berlin
6554401	Baustert	baustert			DE	08	00	07232	07232009	452	Europe/Berlin
6554402	Beilingen	beilingen			DE	08	00	07232	07232010	397	Europe/Berlin
6554403	Berkoth	berkoth			DE	08	00	07232	07232011	93	Europe/Berlin
6554404	Berscheid	berscheid			DE	08	00	07232	07232012	66	Europe/Berlin
6554405	Bettingen	bettingen			DE	08	00	07232	07232013	1085	Europe/Berlin
6554406	Bickendorf	bickendorf			DE	08	00	07232	07232014	511	Europe/Berlin
6554407	Biesdorf	biesdorf			DE	08	00	07232	07232016	241	Europe/Berlin
6554408	Birtlingen	birtlingen			DE	08	00	07232	07232017	49	Europe/Berlin
6554409	Bollendorf	bollendorf			DE	08	00	07232	07232019	1679	Europe/Berlin
6554410	Brecht	brecht			DE	08	00	07232	07232020	220	Europe/Berlin
6554411	Brimingen	brimingen			DE	08	00	07232	07232502	95	Europe/Berlin
6554412	Burg	burg			DE	08	00	07232	07232022	24	Europe/Berlin
6554413	Dahlem	dahlem			DE	08	00	07232	07232024	249	Europe/Berlin
6554414	Dauwelshausen	dauwelshausen			DE	08	00	07232	07232025	75	Europe/Berlin
6554415	Dockendorf	dockendorf			DE	08	00	07232	07232026	211	Europe/Berlin
6554416	Dudeldorf	dudeldorf			DE	08	00	07232	07232027	1297	Europe/Berlin
6554417	Echternacherbrück	echternacherbrueck			DE	08	00	07232	07232028	996	Europe/Berlin
6554418	Echtershausen	echtershausen			DE	08	00	07232	07232029	105	Europe/Berlin
6554419	Ehlenz	ehlenz			DE	08	00	07232	07232030	462	Europe/Berlin
6554420	Emmelbaum	emmelbaum			DE	08	00	07232	07232031	69	Europe/Berlin
6554421	Enzen	enzen			DE	08	00	07232	07232032	34	Europe/Berlin
6554422	Ernzen	ernzen			DE	08	00	07232	07232033	398	Europe/Berlin
6554423	Eßlingen	esslingen			DE	08	00	07232	07232034	106	Europe/Berlin
6554424	Etteldorf	etteldorf			DE	08	00	07232	07232035	25	Europe/Berlin
6554425	Feilsdorf	feilsdorf			DE	08	00	07232	07232036	32	Europe/Berlin
6554426	Ferschweiler	ferschweiler			DE	08	00	07232	07232037	967	Europe/Berlin
6554427	Fischbach-Oberraden	fischbach-oberraden			DE	08	00	07232	07232038	58	Europe/Berlin
6554428	Fließem	fliessem			DE	08	00	07232	07232039	670	Europe/Berlin
6554429	Geichlingen	geichlingen			DE	08	00	07232	07232040	415	Europe/Berlin
6554430	Gemünd	gemuend			DE	08	00	07232	07232041	41	Europe/Berlin
6554431	Gentingen	gentingen			DE	08	00	07232	07232042	74	Europe/Berlin
6554432	Gindorf	gindorf			DE	08	00	07232	07232043	323	Europe/Berlin
6554433	Gondorf	gondorf			DE	08	00	07232	07232044	266	Europe/Berlin
6554434	Halsdorf	halsdorf			DE	08	00	07232	07232045	106	Europe/Berlin
6554435	Heilbach	heilbach			DE	08	00	07232	07232047	119	Europe/Berlin
6554436	Heilenbach	heilenbach			DE	08	00	07232	07232048	108	Europe/Berlin
6554437	Herbstmühle	herbstmuehle			DE	08	00	07232	07232049	17	Europe/Berlin
6554438	Herforst	herforst			DE	08	00	07232	07232050	1211	Europe/Berlin
6554440	Holsthum	holsthum			DE	08	00	07232	07232053	641	Europe/Berlin
6554441	Hommerdingen	hommerdingen			DE	08	00	07232	07232054	70	Europe/Berlin
6554442	Hosten	hosten			DE	08	00	07232	07232055	180	Europe/Berlin
6554443	Hütten	huetten			DE	08	00	07232	07232056	47	Europe/Berlin
6554444	Hütterscheid	huetterscheid			DE	08	00	07232	07232057	176	Europe/Berlin
6554445	Hüttingen an der Kyll	huettingen-an-der-kyll			DE	08	00	07232	07232058	337	Europe/Berlin
6554446	Idenheim	idenheim			DE	08	00	07232	07232060	441	Europe/Berlin
6554447	Idesheim	idesheim			DE	08	00	07232	07232061	399	Europe/Berlin
6554448	Ingendorf	ingendorf			DE	08	00	07232	07232062	200	Europe/Berlin
6554449	Irrel	irrel			DE	08	00	07232	07232063	1600	Europe/Berlin
6554450	Karlshausen	karlshausen			DE	08	00	07232	07232064	394	Europe/Berlin
6554451	Kaschenbach	kaschenbach			DE	08	00	07232	07232065	71	Europe/Berlin
6554452	Keppeshausen	keppeshausen			DE	08	00	07232	07232066	12	Europe/Berlin
6554453	Körperich	koerperich			DE	08	00	07232	07232067	1078	Europe/Berlin
6554454	Koxhausen	koxhausen			DE	08	00	07232	07232068	108	Europe/Berlin
6554455	Kruchten	kruchten			DE	08	00	07232	07232069	368	Europe/Berlin
6554456	Kyllburgweiler	kyllburgweiler			DE	08	00	07232	07232071	114	Europe/Berlin
6554457	Lahr	lahr			DE	08	00	07232	07232072	197	Europe/Berlin
6554458	Leimbach	leimbach			DE	08	00	07232	07232073	50	Europe/Berlin
6554459	Ließem	liessem			DE	08	00	07232	07232074	72	Europe/Berlin
6554460	Malberg	malberg			DE	08	00	07232	07232075	565	Europe/Berlin
6554461	Malbergweich	malbergweich			DE	08	00	07232	07232076	356	Europe/Berlin
6554462	Meckel	meckel			DE	08	00	07232	07232077	388	Europe/Berlin
6554463	Menningen	menningen			DE	08	00	07232	07232078	173	Europe/Berlin
6554464	Messerich	messerich			DE	08	00	07232	07232079	583	Europe/Berlin
6554465	Mettendorf	mettendorf			DE	08	00	07232	07232080	1098	Europe/Berlin
6554466	Metterich	metterich			DE	08	00	07232	07232081	542	Europe/Berlin
6554467	Minden	minden	Minden,Минден		DE	08	00	07232	07232082	250	Europe/Berlin
6554468	Mülbach	muelbach			DE	08	00	07232	07232083	112	Europe/Berlin
6554469	Muxerath	muxerath			DE	08	00	07232	07232084	37	Europe/Berlin
6554470	Nasingen	nasingen			DE	08	00	07232	07232085	45	Europe/Berlin
6554471	Nattenheim	nattenheim			DE	08	00	07232	07232086	590	Europe/Berlin
6554472	Neidenbach	neidenbach			DE	08	00	07232	07232087	868	Europe/Berlin
6554473	Niedergeckler	niedergeckler			DE	08	00	07232	07232089	55	Europe/Berlin
6554474	Niederraden	niederraden			DE	08	00	07232	07232090	41	Europe/Berlin
6554475	Niederstedem	niederstedem			DE	08	00	07232	07232091	244	Europe/Berlin
6554476	Niederweiler	niederweiler			DE	08	00	07232	07232092	90	Europe/Berlin
6554477	Niederweis	niederweis			DE	08	00	07232	07232093	253	Europe/Berlin
6554478	Niehl	niehl			DE	08	00	07232	07232094	69	Europe/Berlin
6554479	Nusbaum	nusbaum			DE	08	00	07232	07232095	430	Europe/Berlin
6554480	Obergeckler	obergeckler			DE	08	00	07232	07232096	148	Europe/Berlin
6554481	Oberstedem	oberstedem			DE	08	00	07232	07232097	72	Europe/Berlin
6554482	Oberweiler	oberweiler			DE	08	00	07232	07232098	166	Europe/Berlin
6554483	Oberweis	oberweis			DE	08	00	07232	07232099	558	Europe/Berlin
6554484	Olsdorf	olsdorf			DE	08	00	07232	07232100	97	Europe/Berlin
6554485	Orsfeld	orsfeld			DE	08	00	07232	07232101	188	Europe/Berlin
6554486	Utscheid	utscheid			DE	08	00	07232	07232102	421	Europe/Berlin
6554487	Peffingen	peffingen			DE	08	00	07232	07232103	221	Europe/Berlin
6554488	Philippsheim	philippsheim			DE	08	00	07232	07232104	94	Europe/Berlin
6554489	Pickließem	pickliessem			DE	08	00	07232	07232105	273	Europe/Berlin
6554490	Plascheid	plascheid			DE	08	00	07232	07232106	88	Europe/Berlin
6554491	Preist	preist			DE	08	00	07232	07232107	701	Europe/Berlin
6554492	Prümzurlay	pruemzurlay			DE	08	00	07232	07232108	572	Europe/Berlin
6554493	Rittersdorf	rittersdorf	Ritersdorf,Rittersdorf,li te si duo fu,Ритерсдорф,Риттерсдорф,里特斯多夫		DE	08	00	07232	07232109	1399	Europe/Berlin
6554494	Rodershausen	rodershausen			DE	08	00	07232	07232110	162	Europe/Berlin
6554495	Röhl	roehl			DE	08	00	07232	07232111	441	Europe/Berlin
6554496	Roth an der Our	roth-an-der-our			DE	08	00	07232	07232112	209	Europe/Berlin
6554497	Sankt Thomas	sankt-thomas			DE	08	00	07232	07232113	261	Europe/Berlin
6554498	Schankweiler	schankweiler			DE	08	00	07232	07232114	185	Europe/Berlin
6554499	Scharfbillig	scharfbillig			DE	08	00	07232	07232115	87	Europe/Berlin
6554500	Scheitenkorb	scheitenkorb			DE	08	00	07232	07232116	32	Europe/Berlin
6554501	Scheuern	scheuern			DE	08	00	07232	07232117	42	Europe/Berlin
6554502	Schleid	schleid			DE	08	00	07232	07232118	395	Europe/Berlin
6554503	Seffern	seffern			DE	08	00	07232	07232119	295	Europe/Berlin
6554504	Sefferweich	sefferweich			DE	08	00	07232	07232120	267	Europe/Berlin
6554505	Sinspelt	sinspelt			DE	08	00	07232	07232122	401	Europe/Berlin
6554506	Speicher	speicher	Shpajkher,shupaihya,Шпайхер,Шпајхер,シュパイヒャー		DE	08	00	07232	07232123	3558	Europe/Berlin
6554507	Stockem	stockem			DE	08	00	07232	07232124	85	Europe/Berlin
6554508	Sülm	suelm			DE	08	00	07232	07232125	409	Europe/Berlin
6554509	Trimport	trimport			DE	08	00	07232	07232126	288	Europe/Berlin
6554510	Übereisenbach	uebereisenbach			DE	08	00	07232	07232127	60	Europe/Berlin
6554511	Uppershausen	uppershausen			DE	08	00	07232	07232128	62	Europe/Berlin
6554512	Usch	usch			DE	08	00	07232	07232129	63	Europe/Berlin
6554513	Waldhof-Falkenstein	waldhof-falkenstein			DE	08	00	07232	07232130	21	Europe/Berlin
6554514	Wallendorf	wallendorf			DE	08	00	07232	07232131	357	Europe/Berlin
6554515	Weidingen	weidingen			DE	08	00	07232	07232132	175	Europe/Berlin
6554516	Wettlingen	wettlingen			DE	08	00	07232	07232133	31	Europe/Berlin
6554517	Wiersdorf	wiersdorf			DE	08	00	07232	07232134	276	Europe/Berlin
6554518	Wilsecker	wilsecker			DE	08	00	07232	07232135	181	Europe/Berlin
6554519	Wolsfeld	wolsfeld			DE	08	00	07232	07232137	1026	Europe/Berlin
6554520	Zweifelscheid	zweifelscheid			DE	08	00	07232	07232138	56	Europe/Berlin
6554521	Arzfeld	arzfeld			DE	08	00	07232	07232201	1383	Europe/Berlin
6554522	Auw bei Prüm	auw-bei-pruem			DE	08	00	07232	07232202	641	Europe/Berlin
6554523	Balesfeld	balesfeld			DE	08	00	07232	07232203	195	Europe/Berlin
6554524	Bleialf	bleialf			DE	08	00	07232	07232206	1204	Europe/Berlin
6554525	Brandscheid	brandscheid			DE	08	00	07232	07232207	299	Europe/Berlin
6554526	Buchet	buchet			DE	08	00	07232	07232208	225	Europe/Berlin
6554527	Büdesheim	buedesheim			DE	08	00	07232	07232209	534	Europe/Berlin
6554528	Burbach	burbach			DE	08	00	07232	07232210	698	Europe/Berlin
6554529	Dackscheid	dackscheid			DE	08	00	07232	07232211	106	Europe/Berlin
6554530	Dahnen	dahnen			DE	08	00	07232	07232212	325	Europe/Berlin
6554531	Daleiden	daleiden			DE	08	00	07232	07232213	859	Europe/Berlin
6554532	Dasburg	dasburg			DE	08	00	07232	07232214	215	Europe/Berlin
6554533	Dingdorf	dingdorf			DE	08	00	07232	07232216	109	Europe/Berlin
6554534	Eilscheid	eilscheid			DE	08	00	07232	07232217	44	Europe/Berlin
6554535	Eisenach	eisenach			DE	08	00	07232	07232218	370	Europe/Berlin
6554536	Eschfeld	eschfeld			DE	08	00	07232	07232220	197	Europe/Berlin
6554537	Euscheid	euscheid			DE	08	00	07232	07232221	139	Europe/Berlin
6554538	Feuerscheid	feuerscheid			DE	08	00	07232	07232222	341	Europe/Berlin
6554539	Fleringen	fleringen			DE	08	00	07232	07232223	386	Europe/Berlin
6554540	Giesdorf	giesdorf			DE	08	00	07232	07232224	136	Europe/Berlin
6554541	Gilzem	gilzem			DE	08	00	07232	07232225	425	Europe/Berlin
6554542	Weinsheim	weinsheim	Vajnskhajm,Вайнсхайм,Вајнсхајм		DE	08	00	07232	07232226	1002	Europe/Berlin
6554543	Gondenbrett	gondenbrett			DE	08	00	07232	07232227	472	Europe/Berlin
6554544	Gransdorf	gransdorf			DE	08	00	07232	07232228	337	Europe/Berlin
6554545	Großkampenberg	grosskampenberg			DE	08	00	07232	07232229	129	Europe/Berlin
6554546	Großlangenfeld	grosslangenfeld			DE	08	00	07232	07232230	126	Europe/Berlin
6554547	Habscheid	habscheid			DE	08	00	07232	07232231	642	Europe/Berlin
6554548	Hargarten	hargarten			DE	08	00	07232	07232233	97	Europe/Berlin
6554549	Harspelt	harspelt			DE	08	00	07232	07232234	78	Europe/Berlin
6554550	Heckhuscheid	heckhuscheid			DE	08	00	07232	07232236	165	Europe/Berlin
6554551	Heisdorf	heisdorf			DE	08	00	07232	07232238	123	Europe/Berlin
6554552	Herzfeld	herzfeld			DE	08	00	07232	07232240	37	Europe/Berlin
6554553	Irrhausen	irrhausen			DE	08	00	07232	07232245	212	Europe/Berlin
6554554	Jucken	jucken			DE	08	00	07232	07232246	187	Europe/Berlin
6554555	Kesfeld	kesfeld			DE	08	00	07232	07232247	77	Europe/Berlin
6554556	Kickeshausen	kickeshausen			DE	08	00	07232	07232248	52	Europe/Berlin
6554557	Kinzenburg	kinzenburg			DE	08	00	07232	07232249	45	Europe/Berlin
6554558	Kleinlangenfeld	kleinlangenfeld			DE	08	00	07232	07232250	143	Europe/Berlin
6554559	Krautscheid	krautscheid			DE	08	00	07232	07232253	210	Europe/Berlin
6554560	Lambertsberg	lambertsberg			DE	08	00	07232	07232254	366	Europe/Berlin
6554561	Lascheid	lascheid			DE	08	00	07232	07232255	84	Europe/Berlin
6554562	Lasel	lasel			DE	08	00	07232	07232256	320	Europe/Berlin
6554563	Lauperath	lauperath			DE	08	00	07232	07232258	107	Europe/Berlin
6554564	Leidenborn	leidenborn			DE	08	00	07232	07232259	195	Europe/Berlin
6554565	Lichtenborn	lichtenborn			DE	08	00	07232	07232260	314	Europe/Berlin
6554566	Lierfeld	lierfeld			DE	08	00	07232	07232261	79	Europe/Berlin
6554567	Lünebach	luenebach			DE	08	00	07232	07232262	592	Europe/Berlin
6554568	Lützkampen	luetzkampen			DE	08	00	07232	07232263	346	Europe/Berlin
6554569	Manderscheid	manderscheid			DE	08	00	07232	07232264	54	Europe/Berlin
6554570	Masthorn	masthorn			DE	08	00	07232	07232265	52	Europe/Berlin
6554571	Matzerath	matzerath			DE	08	00	07232	07232266	51	Europe/Berlin
6554572	Mauel	mauel			DE	08	00	07232	07232267	58	Europe/Berlin
6554573	Merlscheid	merlscheid			DE	08	00	07232	07232270	37	Europe/Berlin
6554574	Mützenich	muetzenich			DE	08	00	07232	07232271	115	Europe/Berlin
6554575	Neuendorf	neuendorf			DE	08	00	07232	07232272	112	Europe/Berlin
6554576	Neuheilenbach	neuheilenbach			DE	08	00	07232	07232273	267	Europe/Berlin
6554577	Niederlauch	niederlauch			DE	08	00	07232	07232276	36	Europe/Berlin
6554578	Niederpierscheid	niederpierscheid			DE	08	00	07232	07232277	37	Europe/Berlin
6554579	Nimshuscheid	nimshuscheid			DE	08	00	07232	07232279	282	Europe/Berlin
6554580	Nimsreuland	nimsreuland			DE	08	00	07232	07232280	92	Europe/Berlin
6554581	Oberkail	oberkail			DE	08	00	07232	07232282	590	Europe/Berlin
6554582	Oberlascheid	oberlascheid			DE	08	00	07232	07232283	141	Europe/Berlin
6554583	Oberlauch	oberlauch			DE	08	00	07232	07232284	77	Europe/Berlin
6554584	Oberpierscheid	oberpierscheid			DE	08	00	07232	07232285	328	Europe/Berlin
6554585	Olmscheid	olmscheid			DE	08	00	07232	07232287	175	Europe/Berlin
6554586	Olzheim	olzheim			DE	08	00	07232	07232288	570	Europe/Berlin
6554587	Orenhofen	orenhofen			DE	08	00	07232	07232289	1315	Europe/Berlin
6554588	Orlenbach	orlenbach			DE	08	00	07232	07232290	231	Europe/Berlin
6554589	Pintesfeld	pintesfeld			DE	08	00	07232	07232291	46	Europe/Berlin
6554590	Pittenbach	pittenbach			DE	08	00	07232	07232292	107	Europe/Berlin
6554591	Plütscheid	pluetscheid			DE	08	00	07232	07232293	303	Europe/Berlin
6554592	Preischeid	preischeid			DE	08	00	07232	07232294	172	Europe/Berlin
6554593	Pronsfeld	pronsfeld			DE	08	00	07232	07232295	921	Europe/Berlin
6554594	Reiff	reiff			DE	08	00	07232	07232297	47	Europe/Berlin
6554595	Reipeldingen	reipeldingen			DE	08	00	07232	07232298	74	Europe/Berlin
6554596	Rommersheim	rommersheim			DE	08	00	07232	07232300	650	Europe/Berlin
6554597	Roscheid	roscheid			DE	08	00	07232	07232301	56	Europe/Berlin
6554598	Schönecken	schoenecken			DE	08	00	07232	07232304	1466	Europe/Berlin
6554599	Schwirzheim	schwirzheim			DE	08	00	07232	07232305	442	Europe/Berlin
6554600	Seinsfeld	seinsfeld			DE	08	00	07232	07232306	167	Europe/Berlin
6554601	Seiwerath	seiwerath			DE	08	00	07232	07232307	148	Europe/Berlin
6554602	Sellerich	sellerich			DE	08	00	07232	07232308	288	Europe/Berlin
6554603	Sengerich	sengerich			DE	08	00	07232	07232309	24	Europe/Berlin
6554604	Sevenig (Our)	sevenig-our			DE	08	00	07232	07232310	73	Europe/Berlin
6554605	Spangdahlem	spangdahlem			DE	08	00	07232	07232311	967	Europe/Berlin
6554606	Steinborn	steinborn			DE	08	00	07232	07232313	187	Europe/Berlin
6554607	Strickscheid	strickscheid			DE	08	00	07232	07232315	31	Europe/Berlin
6554608	Wallersheim	wallersheim			DE	08	00	07232	07232318	769	Europe/Berlin
6554609	Watzerath	watzerath			DE	08	00	07232	07232320	443	Europe/Berlin
6554610	Wawern	wawern			DE	08	00	07232	07232321	261	Europe/Berlin
6554611	Waxweiler	waxweiler			DE	08	00	07232	07232322	1111	Europe/Berlin
6554612	Winringen	winringen			DE	08	00	07232	07232327	68	Europe/Berlin
6554613	Winterscheid	winterscheid			DE	08	00	07232	07232328	144	Europe/Berlin
6554614	Winterspelt	winterspelt			DE	08	00	07232	07232329	825	Europe/Berlin
6554615	Zendscheid	zendscheid			DE	08	00	07232	07232331	119	Europe/Berlin
6554616	Wißmannsdorf	wissmannsdorf			DE	08	00	07232	07232501	819	Europe/Berlin
6554617	Basberg	basberg			DE	08	00	07233	07233002	83	Europe/Berlin
6554618	Beinhausen	beinhausen			DE	08	00	07233	07233003	86	Europe/Berlin
6554619	Berlingen	berlingen			DE	08	00	07233	07233004	224	Europe/Berlin
6554620	Berndorf	berndorf			DE	08	00	07233	07233005	488	Europe/Berlin
6554621	Betteldorf	betteldorf			DE	08	00	07233	07233006	255	Europe/Berlin
6554622	Birgel	birgel			DE	08	00	07233	07233007	449	Europe/Berlin
6554623	Bleckhausen	bleckhausen			DE	08	00	07233	07233008	292	Europe/Berlin
6554624	Boxberg	boxberg			DE	08	00	07233	07233010	234	Europe/Berlin
6554625	Brockscheid	brockscheid			DE	08	00	07233	07233011	195	Europe/Berlin
6554626	Darscheid	darscheid			DE	08	00	07233	07233014	882	Europe/Berlin
6554627	Demerath	demerath			DE	08	00	07233	07233016	305	Europe/Berlin
6554628	Deudesfeld	deudesfeld			DE	08	00	07233	07233017	394	Europe/Berlin
6554629	Dockweiler	dockweiler			DE	08	00	07233	07233018	643	Europe/Berlin
6554630	Dohm-Lammersdorf	dohm-lammersdorf			DE	08	00	07233	07233019	193	Europe/Berlin
6554631	Dreis-Brück	dreis-brueck			DE	08	00	07233	07233020	815	Europe/Berlin
6554632	Ellscheid	ellscheid			DE	08	00	07233	07233021	264	Europe/Berlin
6554633	Esch	esch			DE	08	00	07233	07233022	438	Europe/Berlin
6554634	Feusdorf	feusdorf			DE	08	00	07233	07233023	499	Europe/Berlin
6554635	Gillenfeld	gillenfeld			DE	08	00	07233	07233027	1445	Europe/Berlin
6554636	Gönnersdorf	goennersdorf			DE	08	00	07233	07233028	483	Europe/Berlin
6554637	Hinterweiler	hinterweiler			DE	08	00	07233	07233030	198	Europe/Berlin
6554638	Hörscheid	hoerscheid			DE	08	00	07233	07233031	119	Europe/Berlin
6554639	Hörschhausen	hoerschhausen			DE	08	00	07233	07233032	123	Europe/Berlin
6554640	Hohenfels-Essingen	hohenfels-essingen			DE	08	00	07233	07233033	301	Europe/Berlin
6554641	Immerath	immerath			DE	08	00	07233	07233034	227	Europe/Berlin
6554642	Jünkerath	juenkerath			DE	08	00	07233	07233035	1767	Europe/Berlin
6554643	Kalenborn-Scheuern	kalenborn-scheuern			DE	08	00	07233	07233036	371	Europe/Berlin
6554644	Katzwinkel	katzwinkel			DE	08	00	07233	07233037	125	Europe/Berlin
6554645	Kirchweiler	kirchweiler			DE	08	00	07233	07233039	379	Europe/Berlin
6554646	Kradenbach	kradenbach			DE	08	00	07233	07233040	150	Europe/Berlin
6554647	Lissendorf	lissendorf			DE	08	00	07233	07233041	1118	Europe/Berlin
6554648	Mehren	mehren			DE	08	00	07233	07233042	1427	Europe/Berlin
6554649	Meisburg	meisburg			DE	08	00	07233	07233043	241	Europe/Berlin
6554650	Mückeln	mueckeln			DE	08	00	07233	07233046	234	Europe/Berlin
6554651	Neichen	neichen			DE	08	00	07233	07233048	132	Europe/Berlin
6554652	Nerdlen	nerdlen			DE	08	00	07233	07233049	243	Europe/Berlin
6554653	Neroth	neroth			DE	08	00	07233	07233050	862	Europe/Berlin
6554654	Niederstadtfeld	niederstadtfeld			DE	08	00	07233	07233052	431	Europe/Berlin
6554655	Oberbettingen	oberbettingen			DE	08	00	07233	07233053	711	Europe/Berlin
6554656	Oberehe-Stroheich	oberehe-stroheich			DE	08	00	07233	07233054	302	Europe/Berlin
6554657	Oberstadtfeld	oberstadtfeld			DE	08	00	07233	07233055	556	Europe/Berlin
6554658	Pelm	pelm			DE	08	00	07233	07233056	970	Europe/Berlin
6554659	Rockeskyll	rockeskyll			DE	08	00	07233	07233058	226	Europe/Berlin
6554660	Salm	salm			DE	08	00	07233	07233060	318	Europe/Berlin
6554661	Sarmersbach	sarmersbach			DE	08	00	07233	07233061	176	Europe/Berlin
6554662	Saxler	saxler			DE	08	00	07233	07233062	62	Europe/Berlin
6554663	Schalkenmehren	schalkenmehren			DE	08	00	07233	07233063	587	Europe/Berlin
6554664	Schönbach	schoenbach			DE	08	00	07233	07233064	261	Europe/Berlin
6554665	Schutz	schutz			DE	08	00	07233	07233065	145	Europe/Berlin
6554666	Steineberg	steineberg			DE	08	00	07233	07233067	206	Europe/Berlin
6554667	Steiningen	steiningen			DE	08	00	07233	07233068	192	Europe/Berlin
6554668	Strohn	strohn			DE	08	00	07233	07233070	484	Europe/Berlin
6554669	Strotzbüsch	strotzbuesch			DE	08	00	07233	07233071	416	Europe/Berlin
6554670	Udler	udler			DE	08	00	07233	07233074	252	Europe/Berlin
6554671	Üdersdorf	uedersdorf			DE	08	00	07233	07233075	1118	Europe/Berlin
6554672	Üxheim	uexheim			DE	08	00	07233	07233076	1336	Europe/Berlin
6554673	Utzerath	utzerath			DE	08	00	07233	07233077	175	Europe/Berlin
6554674	Wallenborn	wallenborn			DE	08	00	07233	07233079	416	Europe/Berlin
6554675	Walsdorf	walsdorf			DE	08	00	07233	07233080	882	Europe/Berlin
6554676	Weidenbach	weidenbach			DE	08	00	07233	07233081	243	Europe/Berlin
6554677	Wiesbaum	wiesbaum			DE	08	00	07233	07233083	630	Europe/Berlin
6554678	Arbach	arbach			DE	08	00	07233	07233201	140	Europe/Berlin
6554679	Bereborn	bereborn			DE	08	00	07233	07233202	114	Europe/Berlin
6554680	Berenbach	berenbach			DE	08	00	07233	07233203	165	Europe/Berlin
6554681	Birresborn	birresborn			DE	08	00	07233	07233204	1097	Europe/Berlin
6554682	Bodenbach	bodenbach			DE	08	00	07233	07233205	206	Europe/Berlin
6554683	Bongard	bongard			DE	08	00	07233	07233206	259	Europe/Berlin
6554684	Borler	borler			DE	08	00	07233	07233207	72	Europe/Berlin
6554685	Brücktal	bruecktal			DE	08	00	07233	07233208	64	Europe/Berlin
6554686	Densborn	densborn			DE	08	00	07233	07233209	504	Europe/Berlin
6554687	Drees	drees			DE	08	00	07233	07233210	161	Europe/Berlin
6554688	Duppach	duppach			DE	08	00	07233	07233211	287	Europe/Berlin
6554689	Gelenberg	gelenberg			DE	08	00	07233	07233212	74	Europe/Berlin
6554690	Gunderath	gunderath			DE	08	00	07233	07233213	114	Europe/Berlin
6554691	Hallschlag	hallschlag			DE	08	00	07233	07233214	456	Europe/Berlin
6554692	Horperath	horperath			DE	08	00	07233	07233216	122	Europe/Berlin
6554693	Kaperich	kaperich			DE	08	00	07233	07233217	176	Europe/Berlin
6554694	Kelberg	kelberg			DE	08	00	07233	07233218	2026	Europe/Berlin
6554695	Kerschenbach	kerschenbach			DE	08	00	07233	07233219	199	Europe/Berlin
6554696	Kirsbach	kirsbach			DE	08	00	07233	07233220	73	Europe/Berlin
6554697	Kötterichen	koetterichen			DE	08	00	07233	07233221	124	Europe/Berlin
6554698	Kolverath	kolverath			DE	08	00	07233	07233222	109	Europe/Berlin
6554699	Kopp	kopp			DE	08	00	07233	07233223	172	Europe/Berlin
6554700	Lirstal	lirstal			DE	08	00	07233	07233224	227	Europe/Berlin
6554701	Mannebach	mannebach			DE	08	00	07233	07233225	244	Europe/Berlin
6554702	Mosbruch	mosbruch			DE	08	00	07233	07233226	157	Europe/Berlin
6554703	Mürlenbach	muerlenbach			DE	08	00	07233	07233227	519	Europe/Berlin
6554704	Nitz	nitz			DE	08	00	07233	07233228	30	Europe/Berlin
6554705	Nohn	nohn			DE	08	00	07233	07233229	452	Europe/Berlin
6554706	Oberelz	oberelz			DE	08	00	07233	07233230	119	Europe/Berlin
6554707	Ormont	ormont			DE	08	00	07233	07233232	346	Europe/Berlin
6554708	Reimerath	reimerath			DE	08	00	07233	07233233	58	Europe/Berlin
6554709	Retterath	retterath			DE	08	00	07233	07233234	307	Europe/Berlin
6554710	Reuth	reuth			DE	08	00	07233	07233235	166	Europe/Berlin
6554711	Sassen	sassen			DE	08	00	07233	07233236	93	Europe/Berlin
6554712	Scheid	scheid			DE	08	00	07233	07233237	118	Europe/Berlin
6554713	Schüller	schueller			DE	08	00	07233	07233239	298	Europe/Berlin
6554714	Stadtkyll	stadtkyll			DE	08	00	07233	07233240	1496	Europe/Berlin
6554715	Steffeln	steffeln			DE	08	00	07233	07233241	634	Europe/Berlin
6554716	Uersfeld	uersfeld			DE	08	00	07233	07233242	683	Europe/Berlin
6554717	Ueß	uess			DE	08	00	07233	07233243	41	Europe/Berlin
6554718	Aach	aach			DE	08	00	07235	07235001	1086	Europe/Berlin
6554719	Ayl	ayl			DE	08	00	07235	07235002	1544	Europe/Berlin
6554720	Baldringen	baldringen			DE	08	00	07235	07235003	270	Europe/Berlin
6554721	Bekond	bekond			DE	08	00	07235	07235004	953	Europe/Berlin
6554722	Bescheid	bescheid			DE	08	00	07235	07235005	399	Europe/Berlin
6554723	Beuren (Hochwald)	beuren-hochwald			DE	08	00	07235	07235008	925	Europe/Berlin
6554724	Bonerath	bonerath			DE	08	00	07235	07235010	233	Europe/Berlin
6554725	Damflos	damflos			DE	08	00	07235	07235014	620	Europe/Berlin
6554726	Detzem	detzem			DE	08	00	07235	07235015	607	Europe/Berlin
6554727	Ensch	ensch			DE	08	00	07235	07235019	456	Europe/Berlin
6554728	Farschweiler	farschweiler			DE	08	00	07235	07235021	828	Europe/Berlin
6554729	Fell	fell			DE	08	00	07235	07235022	2421	Europe/Berlin
6554730	Fisch	fisch			DE	08	00	07235	07235025	406	Europe/Berlin
6554731	Föhren	foehren			DE	08	00	07235	07235026	2906	Europe/Berlin
6554732	Franzenheim	franzenheim			DE	08	00	07235	07235027	369	Europe/Berlin
6554733	Freudenburg	freudenburg			DE	08	00	07235	07235028	1832	Europe/Berlin
6554734	Geisfeld	geisfeld			DE	08	00	07235	07235030	483	Europe/Berlin
6554735	Grimburg	grimburg			DE	08	00	07235	07235035	460	Europe/Berlin
6554736	Gusenburg	gusenburg			DE	08	00	07235	07235036	1108	Europe/Berlin
6554738	Gutweiler	gutweiler			DE	08	00	07235	07235038	657	Europe/Berlin
6554739	Heddert	heddert			DE	08	00	07235	07235040	265	Europe/Berlin
6554740	Hentern	hentern			DE	08	00	07235	07235043	380	Europe/Berlin
6554741	Herl	herl			DE	08	00	07235	07235044	261	Europe/Berlin
6554742	Hinzenburg	hinzenburg			DE	08	00	07235	07235046	136	Europe/Berlin
6554743	Hinzert-Pölert	hinzert-poelert			DE	08	00	07235	07235047	301	Europe/Berlin
6554744	Hockweiler	hockweiler			DE	08	00	07235	07235048	279	Europe/Berlin
6554745	Holzerath	holzerath			DE	08	00	07235	07235050	436	Europe/Berlin
6554746	Igel	igel			DE	08	00	07235	07235051	2089	Europe/Berlin
6554747	Irsch	irsch			DE	08	00	07235	07235052	1520	Europe/Berlin
6554748	Kanzem	kanzem			DE	08	00	07235	07235055	641	Europe/Berlin
6554749	Kasel	kasel			DE	08	00	07235	07235056	1333	Europe/Berlin
6554750	Kastel-Staadt	kastel-staadt			DE	08	00	07235	07235057	433	Europe/Berlin
6554751	Kell am See	kell-am-see			DE	08	00	07235	07235058	1938	Europe/Berlin
6554752	Kenn	kenn			DE	08	00	07235	07235060	2745	Europe/Berlin
6554753	Kirf	kirf			DE	08	00	07235	07235062	804	Europe/Berlin
6554754	Klüsserath	kluesserath			DE	08	00	07235	07235063	1058	Europe/Berlin
6554755	Köwerich	koewerich			DE	08	00	07235	07235067	375	Europe/Berlin
6554756	Kordel	kordel	Kordel,Kordel',ke er de er,Кордел,Кордель,კორდელი,科尔德尔		DE	08	00	07235	07235069	2143	Europe/Berlin
6554758	Lampaden	lampaden			DE	08	00	07235	07235072	554	Europe/Berlin
6554759	Langsur	langsur			DE	08	00	07235	07235073	1735	Europe/Berlin
6554760	Leiwen	leiwen			DE	08	00	07235	07235074	1547	Europe/Berlin
6554761	Longen	longen			DE	08	00	07235	07235077	114	Europe/Berlin
6554762	Longuich	longuich			DE	08	00	07235	07235078	1309	Europe/Berlin
6554763	Lorscheid	lorscheid			DE	08	00	07235	07235080	524	Europe/Berlin
6554764	Mandern	mandern			DE	08	00	07235	07235081	861	Europe/Berlin
6554765	Mannebach	mannebach			DE	08	00	07235	07235082	328	Europe/Berlin
6554766	Mehring	mehring	Mering,mei ling,Меринг,梅灵		DE	08	00	07235	07235083	2418	Europe/Berlin
6554767	Mertesdorf	mertesdorf			DE	08	00	07235	07235085	1670	Europe/Berlin
6554768	Morscheid	morscheid			DE	08	00	07235	07235090	935	Europe/Berlin
6554769	Naurath (Eifel)	naurath-eifel			DE	08	00	07235	07235091	353	Europe/Berlin
6554770	Neuhütten	neuhuetten	Nojkhiten,Nojkhjutten,Нойхюттен,Нојхитен		DE	08	00	07235	07235093	732	Europe/Berlin
6554771	Reinbek	reinbek	Reinbek,Stadt Reinbek		DE	10	00	01062	01062060	27950	Europe/Berlin
6554772	Newel	newel	Nevel,Nevel',nei wei er,neveli,Невел,Невель,ნეველი,内韦尔		DE	08	00	07235	07235094	2725	Europe/Berlin
6554773	Nittel	nittel			DE	08	00	07235	07235095	2565	Europe/Berlin
6554774	Oberbillig	oberbillig			DE	08	00	07235	07235096	967	Europe/Berlin
6554775	Ockfen	ockfen			DE	08	00	07235	07235098	599	Europe/Berlin
6554776	Ollmuth	ollmuth			DE	08	00	07235	07235100	156	Europe/Berlin
6554777	Onsdorf	onsdorf			DE	08	00	07235	07235101	150	Europe/Berlin
6554778	Osburg	osburg			DE	08	00	07235	07235103	2412	Europe/Berlin
6554779	Palzem	palzem			DE	08	00	07235	07235104	1492	Europe/Berlin
6554780	Paschel	paschel			DE	08	00	07235	07235105	232	Europe/Berlin
6554783	Pölich	poelich			DE	08	00	07235	07235108	481	Europe/Berlin
6554784	Ralingen	ralingen			DE	08	00	07235	07235111	2103	Europe/Berlin
6554785	Rascheid	rascheid			DE	08	00	07235	07235112	461	Europe/Berlin
6554786	Reinsfeld	reinsfeld			DE	08	00	07235	07235114	2362	Europe/Berlin
6554787	Riol	riol			DE	08	00	07235	07235115	1266	Europe/Berlin
6554788	Riveris	riveris			DE	08	00	07235	07235116	411	Europe/Berlin
6554789	Schillingen	schillingen			DE	08	00	07235	07235119	1182	Europe/Berlin
6554790	Schleich	schleich			DE	08	00	07235	07235120	239	Europe/Berlin
6554791	Schoden	schoden			DE	08	00	07235	07235122	686	Europe/Berlin
6554792	Schömerich	schoemerich			DE	08	00	07235	07235123	122	Europe/Berlin
6554793	Schöndorf	schoendorf			DE	08	00	07235	07235124	789	Europe/Berlin
6554794	Serrig	serrig			DE	08	00	07235	07235126	1662	Europe/Berlin
6554795	Sommerau	sommerau			DE	08	00	07235	07235129	68	Europe/Berlin
6554796	Taben-Rodt	taben-rodt			DE	08	00	07235	07235131	786	Europe/Berlin
6554797	Tawern	tawern			DE	08	00	07235	07235132	2647	Europe/Berlin
6554798	Temmels	temmels			DE	08	00	07235	07235133	800	Europe/Berlin
6554799	Thörnich	thoernich			DE	08	00	07235	07235134	199	Europe/Berlin
6554800	Thomm	thomm			DE	08	00	07235	07235135	1066	Europe/Berlin
6554801	Trassem	trassem			DE	08	00	07235	07235136	1160	Europe/Berlin
6554802	Trierweiler	trierweiler	Trirvajler,te li er wei lei,Трирвайлер,Трирвајлер,ტრირვაილერი,特里尔韦勒		DE	08	00	07235	07235137	3747	Europe/Berlin
6554803	Waldrach	waldrach			DE	08	00	07235	07235141	2024	Europe/Berlin
6554804	Waldweiler	waldweiler			DE	08	00	07235	07235142	826	Europe/Berlin
6554805	Wasserliesch	wasserliesch			DE	08	00	07235	07235143	2215	Europe/Berlin
6554806	Wellen	wellen			DE	08	00	07235	07235146	810	Europe/Berlin
6554807	Wiltingen	wiltingen			DE	08	00	07235	07235148	1402	Europe/Berlin
6554808	Wincheringen	wincheringen			DE	08	00	07235	07235149	2276	Europe/Berlin
6554809	Zemmer	zemmer			DE	08	00	07235	07235151	3061	Europe/Berlin
6554810	Zerf	zerf			DE	08	00	07235	07235152	1522	Europe/Berlin
6554811	Züsch	zuesch			DE	08	00	07235	07235153	595	Europe/Berlin
6554812	Merzkirchen	merzkirchen			DE	08	00	07235	07235154	827	Europe/Berlin
6554813	Welschbillig	welschbillig			DE	08	00	07235	07235501	2610	Europe/Berlin
6554814	Frankenthal (Pfalz)	frankenthal-pfalz	Frankenthal (Pfalz),Stadt Frankenthal (Pfalz)		DE	08	00	07311	07311000	48762	Europe/Berlin
6554815	Kaiserslautern	kaiserslautern	Kaiserslautern,Stadt Kaiserslautern		DE	08	00	07312	07312000	100030	Europe/Berlin
6554816	Landau in der Pfalz	landau-in-der-pfalz	Landau in der Pfalz,Stadt Landau in der Pfalz		DE	08	00	07313	07313000	46881	Europe/Berlin
6554817	Ludwigshafen am Rhein	ludwigshafen-am-rhein	Ludwigshafen am Rhein,Stadt Ludwigshafen am Rhein		DE	08	00	07314	07314000	172253	Europe/Berlin
6554818	Mainz	mainz	Mainz,Mayence,Stadt Mainz		DE	08	00	07315	07315000	218578	Europe/Berlin
6554819	Neustadt an der Weinstraße	neustadt-an-der-weinstrasse	Neustadt,Neustadt an der Weinstrasse,Neustadt an der Weinstraße,Stadt Neustadt an der Weinstrasse,Stadt Neustadt an der Weinstraße		DE	08	00	07316	07316000	53264	Europe/Berlin
6554820	Pirmasens	pirmasens	Pirmasens,Stadt Pirmasens		DE	08	00	07317	07317000	40231	Europe/Berlin
6554821	Speyer	speyer	Speyer,Stadt Speyer		DE	08	00	07318	07318000	50561	Europe/Berlin
6554822	Worms	worms	Gorad Vorms,Stadt Worms,Vorms,Vormsa,Vormsas,Wormacja,Wormatia,Worms,Woʳms,boleumseu,fwrms,vu~orumusu,wo er mu si,wrmz  alman,wwrms,Βορμς,Вормс,Горад Вормс,ווארמז,וורמס,فورمس,ورمز، آلمان,ቩርምዝ,ヴォルムス,沃尔姆斯,보름스		DE	08	00	07319	07319000	83542	Europe/Berlin
6554823	Zweibrücken	zweibruecken	Stadt Zweibruecken,Stadt Zweibrücken,Zweibruecken,Zweibrücken		DE	08	00	07320	07320000	34193	Europe/Berlin
6554824	Albig	albig			DE	08	00	07331	07331001	1606	Europe/Berlin
6554825	Alsheim	alsheim			DE	08	00	07331	07331002	2802	Europe/Berlin
6554826	Armsheim	armsheim			DE	08	00	07331	07331004	2495	Europe/Berlin
6554827	Bechenheim	bechenheim			DE	08	00	07331	07331005	425	Europe/Berlin
6554828	Bechtheim	bechtheim			DE	08	00	07331	07331006	1751	Europe/Berlin
6554829	Bechtolsheim	bechtolsheim			DE	08	00	07331	07331007	1728	Europe/Berlin
6554830	Bermersheim vor der Höhe	bermersheim-vor-der-hoehe			DE	08	00	07331	07331008	382	Europe/Berlin
6554831	Bermersheim	bermersheim			DE	08	00	07331	07331009	338	Europe/Berlin
6554832	Biebelnheim	biebelnheim			DE	08	00	07331	07331010	659	Europe/Berlin
6554833	Hochborn	hochborn			DE	08	00	07331	07331011	433	Europe/Berlin
6554834	Bornheim	bornheim			DE	08	00	07331	07331012	925	Europe/Berlin
6554835	Dintesheim	dintesheim			DE	08	00	07331	07331014	155	Europe/Berlin
6554836	Dittelsheim-Heßloch	dittelsheim-hessloch			DE	08	00	07331	07331015	2159	Europe/Berlin
6554837	Eckelsheim	eckelsheim			DE	08	00	07331	07331017	391	Europe/Berlin
6554838	Eich	eich	Ajkh,ai xi,Айх,Ајх,艾希		DE	08	00	07331	07331018	3691	Europe/Berlin
6554839	Ensheim	ensheim			DE	08	00	07331	07331019	471	Europe/Berlin
6554840	Eppelsheim	eppelsheim			DE	08	00	07331	07331020	1198	Europe/Berlin
6554841	Erbes-Büdesheim	erbes-buedesheim			DE	08	00	07331	07331021	1405	Europe/Berlin
6554842	Esselborn	esselborn			DE	08	00	07331	07331022	374	Europe/Berlin
6554843	Flörsheim-Dalsheim	floersheim-dalsheim			DE	08	00	07331	07331023	3067	Europe/Berlin
6554844	Flomborn	flomborn			DE	08	00	07331	07331024	1070	Europe/Berlin
6554845	Flonheim	flonheim			DE	08	00	07331	07331025	2705	Europe/Berlin
6554846	Framersheim	framersheim			DE	08	00	07331	07331026	1559	Europe/Berlin
6554847	Freimersheim	freimersheim			DE	08	00	07331	07331027	726	Europe/Berlin
6554848	Frettenheim	frettenheim			DE	08	00	07331	07331028	316	Europe/Berlin
6554849	Gabsheim	gabsheim			DE	08	00	07331	07331029	733	Europe/Berlin
6554850	Gau-Bickelheim	gau-bickelheim			DE	08	00	07331	07331030	2136	Europe/Berlin
6554851	Gau-Heppenheim	gau-heppenheim			DE	08	00	07331	07331031	517	Europe/Berlin
6554852	Gau-Odernheim	gau-odernheim			DE	08	00	07331	07331032	3867	Europe/Berlin
6554853	Gau-Weinheim	gau-weinheim			DE	08	00	07331	07331033	605	Europe/Berlin
6554854	Gumbsheim	gumbsheim			DE	08	00	07331	07331035	612	Europe/Berlin
6554855	Gundersheim	gundersheim			DE	08	00	07331	07331036	1553	Europe/Berlin
6554856	Gundheim	gundheim			DE	08	00	07331	07331037	904	Europe/Berlin
6554857	Hangen-Weisheim	hangen-weisheim			DE	08	00	07331	07331039	443	Europe/Berlin
6554858	Hohen-Sülzen	hohen-suelzen			DE	08	00	07331	07331041	725	Europe/Berlin
6554859	Kettenheim	kettenheim			DE	08	00	07331	07331042	323	Europe/Berlin
6554860	Lonsheim	lonsheim			DE	08	00	07331	07331043	571	Europe/Berlin
6554861	Mauchenheim	mauchenheim			DE	08	00	07331	07331044	960	Europe/Berlin
6554862	Mettenheim	mettenheim			DE	08	00	07331	07331045	1659	Europe/Berlin
6554863	Mölsheim	moelsheim			DE	08	00	07331	07331046	571	Europe/Berlin
6554864	Mörstadt	moerstadt			DE	08	00	07331	07331047	993	Europe/Berlin
6554865	Monsheim	monsheim			DE	08	00	07331	07331048	2575	Europe/Berlin
6554866	Monzernheim	monzernheim			DE	08	00	07331	07331049	561	Europe/Berlin
6554867	Nack	nack			DE	08	00	07331	07331050	610	Europe/Berlin
6554868	Nieder-Wiesen	nieder-wiesen			DE	08	00	07331	07331051	625	Europe/Berlin
6554869	Ober-Flörsheim	ober-floersheim			DE	08	00	07331	07331052	1248	Europe/Berlin
6554870	Offenheim	offenheim			DE	08	00	07331	07331053	662	Europe/Berlin
6554871	Partenheim	partenheim			DE	08	00	07331	07331056	1595	Europe/Berlin
6554872	Schornsheim	schornsheim			DE	08	00	07331	07331059	1617	Europe/Berlin
6554873	Siefersheim	siefersheim			DE	08	00	07331	07331060	1233	Europe/Berlin
6554874	Spiesheim	spiesheim			DE	08	00	07331	07331061	953	Europe/Berlin
6554875	Stein-Bockenheim	stein-bockenheim			DE	08	00	07331	07331062	652	Europe/Berlin
6554876	Sulzheim	sulzheim			DE	08	00	07331	07331063	1149	Europe/Berlin
6554877	Udenheim	udenheim			DE	08	00	07331	07331064	1330	Europe/Berlin
6554878	Vendersheim	vendersheim			DE	08	00	07331	07331065	560	Europe/Berlin
6554879	Wachenheim	wachenheim			DE	08	00	07331	07331066	686	Europe/Berlin
6554880	Wahlheim	wahlheim			DE	08	00	07331	07331067	576	Europe/Berlin
6554881	Wallertheim	wallertheim			DE	08	00	07331	07331068	1717	Europe/Berlin
6554882	Wendelsheim	wendelsheim			DE	08	00	07331	07331070	1405	Europe/Berlin
6554883	Westhofen	westhofen			DE	08	00	07331	07331071	3350	Europe/Berlin
6554884	Wöllstein	woellstein			DE	08	00	07331	07331072	4559	Europe/Berlin
6554885	Wörrstadt	woerrstadt			DE	08	00	07331	07331073	7968	Europe/Berlin
6554886	Wonsheim	wonsheim			DE	08	00	07331	07331075	916	Europe/Berlin
6554887	Altleiningen	altleiningen			DE	08	00	07332	07332001	1731	Europe/Berlin
6554888	Battenberg (Pfalz)	battenberg-pfalz			DE	08	00	07332	07332003	395	Europe/Berlin
6554889	Bissersheim	bissersheim			DE	08	00	07332	07332004	454	Europe/Berlin
6554890	Bobenheim am Berg	bobenheim-am-berg			DE	08	00	07332	07332005	839	Europe/Berlin
6554891	Carlsberg	carlsberg			DE	08	00	07332	07332007	3454	Europe/Berlin
6554892	Dackenheim	dackenheim			DE	08	00	07332	07332008	431	Europe/Berlin
6554893	Dirmstein	dirmstein			DE	08	00	07332	07332010	3056	Europe/Berlin
6554894	Ebertsheim	ebertsheim			DE	08	00	07332	07332012	1261	Europe/Berlin
6554895	Ellerstadt	ellerstadt			DE	08	00	07332	07332013	2388	Europe/Berlin
6554896	Elmstein	elmstein			DE	08	00	07332	07332014	2400	Europe/Berlin
6554897	Erpolzheim	erpolzheim			DE	08	00	07332	07332015	1333	Europe/Berlin
6554898	Esthal	esthal			DE	08	00	07332	07332016	1310	Europe/Berlin
6554899	Forst an der Weinstraße	forst-an-der-weinstrasse			DE	08	00	07332	07332017	775	Europe/Berlin
6554900	Frankeneck	frankeneck			DE	08	00	07332	07332018	816	Europe/Berlin
6554901	Friedelsheim	friedelsheim			DE	08	00	07332	07332020	1446	Europe/Berlin
6554902	Gerolsheim	gerolsheim			DE	08	00	07332	07332021	1750	Europe/Berlin
6554903	Gönnheim	goennheim			DE	08	00	07332	07332022	1574	Europe/Berlin
6554904	Großkarlbach	grosskarlbach			DE	08	00	07332	07332023	1165	Europe/Berlin
6554905	Haßloch	hassloch			DE	08	00	07332	07332025	20234	Europe/Berlin
6554906	Herxheim am Berg	herxheim-am-berg			DE	08	00	07332	07332026	704	Europe/Berlin
6554907	Hettenleidelheim	hettenleidelheim			DE	08	00	07332	07332027	3073	Europe/Berlin
6554908	Kallstadt	kallstadt			DE	08	00	07332	07332028	1227	Europe/Berlin
6554909	Kindenheim	kindenheim			DE	08	00	07332	07332029	994	Europe/Berlin
6554910	Kirchheim an der Weinstraße	kirchheim-an-der-weinstrasse			DE	08	00	07332	07332030	1919	Europe/Berlin
6554911	Kleinkarlbach	kleinkarlbach			DE	08	00	07332	07332031	835	Europe/Berlin
6554912	Laumersheim	laumersheim			DE	08	00	07332	07332033	907	Europe/Berlin
6554913	Lindenberg	lindenberg	Lindenberg,lin deng bei ge,Линденберг,林登贝格		DE	08	00	07332	07332034	1058	Europe/Berlin
6554914	Meckenheim	meckenheim			DE	08	00	07332	07332035	3393	Europe/Berlin
6554915	Mertesheim	mertesheim			DE	08	00	07332	07332036	402	Europe/Berlin
6554916	Neidenfels	neidenfels			DE	08	00	07332	07332037	767	Europe/Berlin
6554917	Neuleiningen	neuleiningen			DE	08	00	07332	07332038	776	Europe/Berlin
6554918	Niederkirchen bei Deidesheim	niederkirchen-bei-deidesheim			DE	08	00	07332	07332039	2385	Europe/Berlin
6554919	Obersülzen	obersuelzen			DE	08	00	07332	07332040	712	Europe/Berlin
6554920	Quirnheim	quirnheim			DE	08	00	07332	07332042	776	Europe/Berlin
6554921	Ruppertsberg	ruppertsberg			DE	08	00	07332	07332043	1447	Europe/Berlin
6554922	Tiefenthal	tiefenthal			DE	08	00	07332	07332044	844	Europe/Berlin
6554923	Wattenheim	wattenheim			DE	08	00	07332	07332047	1623	Europe/Berlin
6554924	Weidenthal	weidenthal			DE	08	00	07332	07332048	1722	Europe/Berlin
6554925	Weisenheim am Berg	weisenheim-am-berg			DE	08	00	07332	07332049	1699	Europe/Berlin
6554926	Weisenheim am Sand	weisenheim-am-sand			DE	08	00	07332	07332050	4286	Europe/Berlin
6554927	Albisheim (Pfrimm)	albisheim-pfrimm			DE	08	00	07333	07333001	1779	Europe/Berlin
6554928	Alsenz	alsenz			DE	08	00	07333	07333003	1664	Europe/Berlin
6554929	Bayerfeld-Steckweiler	bayerfeld-steckweiler			DE	08	00	07333	07333004	409	Europe/Berlin
6554930	Bennhausen	bennhausen			DE	08	00	07333	07333005	157	Europe/Berlin
6554931	Biedesheim	biedesheim			DE	08	00	07333	07333006	603	Europe/Berlin
6554932	Bischheim	bischheim			DE	08	00	07333	07333007	788	Europe/Berlin
6554933	Bisterschied	bisterschied			DE	08	00	07333	07333008	240	Europe/Berlin
6554934	Börrstadt	boerrstadt			DE	08	00	07333	07333009	917	Europe/Berlin
6554935	Bolanden	bolanden			DE	08	00	07333	07333010	2477	Europe/Berlin
6554936	Breunigweiler	breunigweiler			DE	08	00	07333	07333011	450	Europe/Berlin
6554937	Bubenheim	bubenheim			DE	08	00	07333	07333012	424	Europe/Berlin
6554938	Dannenfels	dannenfels			DE	08	00	07333	07333013	836	Europe/Berlin
6554939	Dielkirchen	dielkirchen			DE	08	00	07333	07333014	450	Europe/Berlin
6554940	Dörrmoschel	doerrmoschel			DE	08	00	07333	07333016	139	Europe/Berlin
6554941	Dreisen	dreisen			DE	08	00	07333	07333017	970	Europe/Berlin
6554942	Einselthum	einselthum			DE	08	00	07333	07333018	803	Europe/Berlin
6554943	Falkenstein	falkenstein			DE	08	00	07333	07333020	179	Europe/Berlin
6554944	Finkenbach-Gersweiler	finkenbach-gersweiler			DE	08	00	07333	07333021	288	Europe/Berlin
6554945	Gauersheim	gauersheim			DE	08	00	07333	07333022	660	Europe/Berlin
6554946	Gaugrehweiler	gaugrehweiler			DE	08	00	07333	07333023	537	Europe/Berlin
6554947	Gehrweiler	gehrweiler			DE	08	00	07333	07333024	312	Europe/Berlin
6554948	Gerbach	gerbach			DE	08	00	07333	07333025	512	Europe/Berlin
6554949	Göllheim	goellheim			DE	08	00	07333	07333026	3857	Europe/Berlin
6554950	Gonbach	gonbach			DE	08	00	07333	07333027	479	Europe/Berlin
6554951	Gundersweiler	gundersweiler			DE	08	00	07333	07333028	515	Europe/Berlin
6554952	Höringen	hoeringen			DE	08	00	07333	07333030	604	Europe/Berlin
6554953	Ilbesheim	ilbesheim			DE	08	00	07333	07333031	594	Europe/Berlin
6554954	Immesheim	immesheim			DE	08	00	07333	07333032	136	Europe/Berlin
6554955	Imsbach	imsbach			DE	08	00	07333	07333033	870	Europe/Berlin
6554956	Imsweiler	imsweiler			DE	08	00	07333	07333034	532	Europe/Berlin
6554957	Jakobsweiler	jakobsweiler			DE	08	00	07333	07333035	255	Europe/Berlin
6554958	Kalkofen	kalkofen			DE	08	00	07333	07333036	155	Europe/Berlin
6554959	Katzenbach	katzenbach			DE	08	00	07333	07333037	509	Europe/Berlin
6554960	Kerzenheim	kerzenheim			DE	08	00	07333	07333038	2078	Europe/Berlin
6554961	Kriegsfeld	kriegsfeld			DE	08	00	07333	07333040	1001	Europe/Berlin
6554962	Lautersheim	lautersheim			DE	08	00	07333	07333041	633	Europe/Berlin
6554963	Lohnsfeld	lohnsfeld			DE	08	00	07333	07333042	923	Europe/Berlin
6554964	Mannweiler-Cölln	mannweiler-coelln			DE	08	00	07333	07333043	364	Europe/Berlin
6554965	Marnheim	marnheim			DE	08	00	07333	07333045	1692	Europe/Berlin
6554966	Mörsfeld	moersfeld			DE	08	00	07333	07333046	486	Europe/Berlin
6554967	Morschheim	morschheim			DE	08	00	07333	07333047	729	Europe/Berlin
6554968	Münchweiler an der Alsenz	muenchweiler-an-der-alsenz			DE	08	00	07333	07333048	1207	Europe/Berlin
6554969	Münsterappel	muensterappel			DE	08	00	07333	07333049	479	Europe/Berlin
6554970	Niederhausen an der Appel	niederhausen-an-der-appel			DE	08	00	07333	07333050	237	Europe/Berlin
6554971	Niedermoschel	niedermoschel			DE	08	00	07333	07333051	473	Europe/Berlin
6554972	Oberhausen an der Appel	oberhausen-an-der-appel			DE	08	00	07333	07333053	162	Europe/Berlin
6554973	Oberndorf	oberndorf			DE	08	00	07333	07333055	244	Europe/Berlin
6554974	Oberwiesen	oberwiesen			DE	08	00	07333	07333056	534	Europe/Berlin
6554975	Orbis	orbis			DE	08	00	07333	07333057	690	Europe/Berlin
6554976	Ottersheim	ottersheim			DE	08	00	07333	07333058	370	Europe/Berlin
6554977	Ramsen	ramsen	Ramzen,la mu sen,Рамзен,拉姆森		DE	08	00	07333	07333060	1834	Europe/Berlin
6554978	Ransweiler	ransweiler			DE	08	00	07333	07333061	241	Europe/Berlin
6554979	Rittersheim	rittersheim			DE	08	00	07333	07333062	174	Europe/Berlin
6554980	Rüssingen	ruessingen			DE	08	00	07333	07333064	529	Europe/Berlin
6554981	Ruppertsecken	ruppertsecken			DE	08	00	07333	07333065	349	Europe/Berlin
6554982	Sankt Alban	sankt-alban			DE	08	00	07333	07333066	277	Europe/Berlin
6554983	Schönborn	schoenborn			DE	08	00	07333	07333068	124	Europe/Berlin
6554984	Schweisweiler	schweisweiler			DE	08	00	07333	07333069	324	Europe/Berlin
6554985	Sippersfeld	sippersfeld			DE	08	00	07333	07333071	1096	Europe/Berlin
6554986	Sitters	sitters			DE	08	00	07333	07333072	94	Europe/Berlin
6554987	Stahlberg	stahlberg			DE	08	00	07333	07333073	172	Europe/Berlin
6554988	Standenbühl	standenbuehl			DE	08	00	07333	07333074	197	Europe/Berlin
6554989	Steinbach am Donnersberg	steinbach-am-donnersberg			DE	08	00	07333	07333075	733	Europe/Berlin
6554990	Stetten	stetten			DE	08	00	07333	07333076	658	Europe/Berlin
6554991	Teschenmoschel	teschenmoschel			DE	08	00	07333	07333077	117	Europe/Berlin
6554992	Unkenbach	unkenbach			DE	08	00	07333	07333078	204	Europe/Berlin
6554993	Waldgrehweiler	waldgrehweiler			DE	08	00	07333	07333079	209	Europe/Berlin
6554994	Wartenberg-Rohrbach	wartenberg-rohrbach			DE	08	00	07333	07333080	439	Europe/Berlin
6554995	Weitersweiler	weitersweiler			DE	08	00	07333	07333081	490	Europe/Berlin
6554996	Winterborn	winterborn			DE	08	00	07333	07333083	165	Europe/Berlin
6554997	Würzweiler	wuerzweiler			DE	08	00	07333	07333084	206	Europe/Berlin
6554998	Rathskirchen	rathskirchen			DE	08	00	07333	07333201	172	Europe/Berlin
6554999	Reichsthal	reichsthal			DE	08	00	07333	07333202	104	Europe/Berlin
6555000	Seelen	seelen			DE	08	00	07333	07333203	139	Europe/Berlin
6555001	Winnweiler	winnweiler			DE	08	00	07333	07333503	4855	Europe/Berlin
6555002	Bellheim	bellheim			DE	08	00	07334	07334001	8682	Europe/Berlin
6555003	Berg (Pfalz)	berg-pfalz			DE	08	00	07334	07334002	2020	Europe/Berlin
6555004	Freckenfeld	freckenfeld			DE	08	00	07334	07334005	1586	Europe/Berlin
6555005	Freisbach	freisbach			DE	08	00	07334	07334006	1146	Europe/Berlin
6555006	Hagenbach	hagenbach			DE	08	00	07334	07334008	5444	Europe/Berlin
6555007	Hatzenbühl	hatzenbuehl			DE	08	00	07334	07334009	2832	Europe/Berlin
6555008	Hördt	hoerdt			DE	08	00	07334	07334011	2596	Europe/Berlin
6555009	Jockgrim	jockgrim			DE	08	00	07334	07334012	7407	Europe/Berlin
6555010	Knittelsheim	knittelsheim			DE	08	00	07334	07334014	1065	Europe/Berlin
6555011	Kuhardt	kuhardt			DE	08	00	07334	07334015	1857	Europe/Berlin
6555012	Leimersheim	leimersheim			DE	08	00	07334	07334016	2556	Europe/Berlin
6555013	Lingenfeld	lingenfeld			DE	08	00	07334	07334017	5758	Europe/Berlin
6555014	Lustadt	lustadt			DE	08	00	07334	07334018	3406	Europe/Berlin
6555015	Minfeld	minfeld			DE	08	00	07334	07334020	1693	Europe/Berlin
6555016	Neuburg am Rhein	neuburg-am-rhein			DE	08	00	07334	07334021	2555	Europe/Berlin
6555017	Neupotz	neupotz			DE	08	00	07334	07334022	1921	Europe/Berlin
6555018	Rheinzabern	rheinzabern			DE	08	00	07334	07334024	5001	Europe/Berlin
6555019	Rülzheim	ruelzheim			DE	08	00	07334	07334025	8197	Europe/Berlin
6555020	Scheibenhardt	scheibenhardt			DE	08	00	07334	07334027	620	Europe/Berlin
6555021	Schwegenheim	schwegenheim			DE	08	00	07334	07334028	3056	Europe/Berlin
6555022	Steinweiler	steinweiler			DE	08	00	07334	07334030	1954	Europe/Berlin
6555023	Vollmersweiler	vollmersweiler			DE	08	00	07334	07334031	198	Europe/Berlin
6555024	Winden	winden	Vinden,Винден		DE	08	00	07334	07334034	1092	Europe/Berlin
6555025	Zeiskam	zeiskam			DE	08	00	07334	07334036	2215	Europe/Berlin
6555026	Bann	bann			DE	08	00	07335	07335002	2233	Europe/Berlin
6555027	Bruchmühlbach-Miesau	bruchmuehlbach-miesau			DE	08	00	07335	07335003	7834	Europe/Berlin
6555028	Enkenbach-Alsenborn	enkenbach-alsenborn	Ehnkenbakh-Al'zenborn,Engebach-Alseborn,Enkenbakh-Alsenborn,en ken ba he-a er sen bo en,enkenbahha=aruzenborun,Енкенбах-Алсенборн,Энкенбах-Альзенборн,エンケンバッハ＝アルゼンボルン,恩肯巴赫-阿尔森伯恩		DE	08	00	07335	07335004	7076	Europe/Berlin
6555029	Erzenhausen	erzenhausen			DE	08	00	07335	07335005	794	Europe/Berlin
6555030	Eulenbis	eulenbis			DE	08	00	07335	07335006	494	Europe/Berlin
6555031	Fischbach	fischbach			DE	08	00	07335	07335007	725	Europe/Berlin
6555032	Frankelbach	frankelbach			DE	08	00	07335	07335009	293	Europe/Berlin
6555033	Frankenstein	frankenstein	Frankenshtajn,Frankeschdaeae,Frankeschdää,fu lan ken si tai yin,Франкенштайн,Франкенштајн,弗兰肯斯泰因		DE	08	00	07335	07335010	926	Europe/Berlin
6555034	Gerhardsbrunn	gerhardsbrunn			DE	08	00	07335	07335011	167	Europe/Berlin
6555035	Hauptstuhl	hauptstuhl			DE	08	00	07335	07335012	1151	Europe/Berlin
6555036	Heiligenmoschel	heiligenmoschel			DE	08	00	07335	07335013	599	Europe/Berlin
6555037	Hirschhorn/Pfalz	hirschhorn-pfalz			DE	08	00	07335	07335014	740	Europe/Berlin
6555038	Hochspeyer	hochspeyer			DE	08	00	07335	07335015	4587	Europe/Berlin
6555039	Hütschenhausen	huetschenhausen			DE	08	00	07335	07335016	3904	Europe/Berlin
6555040	Katzweiler	katzweiler			DE	08	00	07335	07335017	1909	Europe/Berlin
6555041	Kindsbach	kindsbach			DE	08	00	07335	07335018	2418	Europe/Berlin
6555042	Kollweiler	kollweiler			DE	08	00	07335	07335019	544	Europe/Berlin
6555043	Kottweiler-Schwanden	kottweiler-schwanden			DE	08	00	07335	07335020	1233	Europe/Berlin
6555044	Krickenbach	krickenbach			DE	08	00	07335	07335021	1162	Europe/Berlin
6555045	Linden	linden			DE	08	00	07335	07335023	1107	Europe/Berlin
6555046	Mackenbach	mackenbach			DE	08	00	07335	07335024	1983	Europe/Berlin
6555047	Mehlbach	mehlbach			DE	08	00	07335	07335025	1066	Europe/Berlin
6555048	Mehlingen	mehlingen			DE	08	00	07335	07335026	3856	Europe/Berlin
6555049	Mittelbrunn	mittelbrunn			DE	08	00	07335	07335027	712	Europe/Berlin
6555050	Neuhemsbach	neuhemsbach			DE	08	00	07335	07335028	896	Europe/Berlin
6555051	Niederkirchen	niederkirchen	Niderkirkhen,xia ji er xing,Нидеркирхен,下基尔兴		DE	08	00	07335	07335029	1856	Europe/Berlin
6555052	Niedermohr	niedermohr			DE	08	00	07335	07335030	1466	Europe/Berlin
6555053	Oberarnbach	oberarnbach			DE	08	00	07335	07335031	430	Europe/Berlin
6555054	Olsbrücken	olsbruecken			DE	08	00	07335	07335033	1053	Europe/Berlin
6555055	Otterbach	otterbach	Oterbakh,Otterbakh,ao te ba he,ottabahha,Отербах,Оттербах,オッターバッハ,奥特巴赫		DE	08	00	07335	07335034	4092	Europe/Berlin
6555056	Queidersbach	queidersbach			DE	08	00	07335	07335037	2824	Europe/Berlin
6555057	Rodenbach	rodenbach	Rodenbakh,Роденбах		DE	08	00	07335	07335040	3195	Europe/Berlin
6555058	Schallodenbach	schallodenbach			DE	08	00	07335	07335041	849	Europe/Berlin
6555059	Schneckenhausen	schneckenhausen			DE	08	00	07335	07335042	566	Europe/Berlin
6555060	Schwedelbach	schwedelbach			DE	08	00	07335	07335043	1066	Europe/Berlin
6555061	Steinwenden	steinwenden			DE	08	00	07335	07335044	2466	Europe/Berlin
6555062	Stelzenberg	stelzenberg			DE	08	00	07335	07335045	1188	Europe/Berlin
6555063	Trippstadt	trippstadt			DE	08	00	07335	07335047	2841	Europe/Berlin
6555064	Waldleiningen	waldleiningen			DE	08	00	07335	07335048	392	Europe/Berlin
6555065	Weilerbach	weilerbach			DE	08	00	07335	07335049	4748	Europe/Berlin
6555066	Lambsborn	lambsborn			DE	08	00	07335	07335201	711	Europe/Berlin
6555067	Langwieden	langwieden			DE	08	00	07335	07335202	270	Europe/Berlin
6555068	Martinshöhe	martinshoehe			DE	08	00	07335	07335203	1502	Europe/Berlin
6555069	Schopp	schopp			DE	08	00	07335	07335204	1480	Europe/Berlin
6555070	Sembach	sembach			DE	08	00	07335	07335205	1159	Europe/Berlin
6555071	Reichenbach-Steegen	reichenbach-steegen			DE	08	00	07335	07335501	1367	Europe/Berlin
6555072	Adenbach	adenbach			DE	08	00	07336	07336001	147	Europe/Berlin
6555073	Albessen	albessen			DE	08	00	07336	07336002	136	Europe/Berlin
6555074	Altenglan	altenglan			DE	08	00	07336	07336003	2663	Europe/Berlin
6555075	Altenkirchen	altenkirchen			DE	08	00	07336	07336004	1289	Europe/Berlin
6555076	Aschbach	aschbach			DE	08	00	07336	07336005	318	Europe/Berlin
6555077	Blaubach	blaubach			DE	08	00	07336	07336006	389	Europe/Berlin
6555078	Börsborn	boersborn			DE	08	00	07336	07336008	404	Europe/Berlin
6555079	Bosenbach	bosenbach			DE	08	00	07336	07336009	653	Europe/Berlin
6555080	Breitenbach	breitenbach			DE	08	00	07336	07336010	1778	Europe/Berlin
6555081	Buborn	buborn			DE	08	00	07336	07336012	142	Europe/Berlin
6555082	Cronenberg	cronenberg			DE	08	00	07336	07336013	153	Europe/Berlin
6555083	Deimberg	deimberg			DE	08	00	07336	07336014	99	Europe/Berlin
6555084	Dennweiler-Frohnbach	dennweiler-frohnbach			DE	08	00	07336	07336015	265	Europe/Berlin
6555085	Dittweiler	dittweiler			DE	08	00	07336	07336016	815	Europe/Berlin
6555086	Dunzweiler	dunzweiler			DE	08	00	07336	07336017	864	Europe/Berlin
6555087	Ehweiler	ehweiler			DE	08	00	07336	07336018	164	Europe/Berlin
6555088	Einöllen	einoellen			DE	08	00	07336	07336019	419	Europe/Berlin
6555089	Elzweiler	elzweiler			DE	08	00	07336	07336021	117	Europe/Berlin
6555090	Erdesbach	erdesbach			DE	08	00	07336	07336022	569	Europe/Berlin
6555091	Eßweiler	essweiler			DE	08	00	07336	07336023	380	Europe/Berlin
6555092	Etschberg	etschberg			DE	08	00	07336	07336024	654	Europe/Berlin
6555093	Föckelberg	foeckelberg			DE	08	00	07336	07336025	371	Europe/Berlin
6555094	Frohnhofen	frohnhofen			DE	08	00	07336	07336027	518	Europe/Berlin
6555095	Ginsweiler	ginsweiler			DE	08	00	07336	07336029	268	Europe/Berlin
6555096	Glanbrücken	glanbruecken			DE	08	00	07336	07336030	475	Europe/Berlin
6555097	Glan-Münchweiler	glan-muenchweiler			DE	08	00	07336	07336031	1262	Europe/Berlin
6555098	Gries	gries			DE	08	00	07336	07336032	1067	Europe/Berlin
6555099	Grumbach	grumbach			DE	08	00	07336	07336033	448	Europe/Berlin
6555100	Haschbach am Remigiusberg	haschbach-am-remigiusberg			DE	08	00	07336	07336034	671	Europe/Berlin
6555101	Hausweiler	hausweiler			DE	08	00	07336	07336035	47	Europe/Berlin
6555102	Hefersweiler	hefersweiler			DE	08	00	07336	07336036	538	Europe/Berlin
6555103	Heinzenhausen	heinzenhausen			DE	08	00	07336	07336038	255	Europe/Berlin
6555104	Herchweiler	herchweiler			DE	08	00	07336	07336039	495	Europe/Berlin
6555105	Herren-Sulzbach	herren-sulzbach			DE	08	00	07336	07336040	148	Europe/Berlin
6555106	Herschweiler-Pettersheim	herschweiler-pettersheim			DE	08	00	07336	07336041	1275	Europe/Berlin
6555107	Hinzweiler	hinzweiler			DE	08	00	07336	07336042	339	Europe/Berlin
6555108	Hohenöllen	hohenoellen			DE	08	00	07336	07336043	340	Europe/Berlin
6555109	Homberg	homberg			DE	08	00	07336	07336044	202	Europe/Berlin
6555110	Hoppstädten	hoppstaedten			DE	08	00	07336	07336045	281	Europe/Berlin
6555111	Horschbach	horschbach			DE	08	00	07336	07336046	236	Europe/Berlin
6555112	Hüffler	hueffler			DE	08	00	07336	07336047	549	Europe/Berlin
6555113	Jettenbach	jettenbach			DE	08	00	07336	07336048	788	Europe/Berlin
6555114	Kappeln	kappeln			DE	08	00	07336	07336049	190	Europe/Berlin
6555115	Kirrweiler	kirrweiler			DE	08	00	07336	07336050	161	Europe/Berlin
6555116	Körborn	koerborn			DE	08	00	07336	07336051	360	Europe/Berlin
6555117	Konken	konken			DE	08	00	07336	07336052	827	Europe/Berlin
6555118	Kreimbach-Kaulbach	kreimbach-kaulbach			DE	08	00	07336	07336053	772	Europe/Berlin
6555119	Krottelbach	krottelbach			DE	08	00	07336	07336054	641	Europe/Berlin
6555120	Langenbach	langenbach			DE	08	00	07336	07336056	437	Europe/Berlin
6555121	Langweiler	langweiler			DE	08	00	07336	07336057	237	Europe/Berlin
6555122	Lohnweiler	lohnweiler			DE	08	00	07336	07336060	377	Europe/Berlin
6555123	Medard	medard			DE	08	00	07336	07336061	473	Europe/Berlin
6555124	Merzweiler	merzweiler			DE	08	00	07336	07336062	154	Europe/Berlin
6555125	Nanzdietschweiler	nanzdietschweiler			DE	08	00	07336	07336064	1141	Europe/Berlin
6555126	Nerzweiler	nerzweiler			DE	08	00	07336	07336065	110	Europe/Berlin
6555127	Neunkirchen am Potzberg	neunkirchen-am-potzberg			DE	08	00	07336	07336066	405	Europe/Berlin
6555128	Niederalben	niederalben			DE	08	00	07336	07336067	330	Europe/Berlin
6555129	Niederstaufenbach	niederstaufenbach			DE	08	00	07336	07336068	262	Europe/Berlin
6555130	Nußbach	nussbach			DE	08	00	07336	07336069	553	Europe/Berlin
6555131	Oberalben	oberalben			DE	08	00	07336	07336070	214	Europe/Berlin
6555132	Oberstaufenbach	oberstaufenbach			DE	08	00	07336	07336071	278	Europe/Berlin
6555133	Oberweiler im Tal	oberweiler-im-tal			DE	08	00	07336	07336072	158	Europe/Berlin
6555134	Oberweiler-Tiefenbach	oberweiler-tiefenbach			DE	08	00	07336	07336073	264	Europe/Berlin
6555135	Odenbach	odenbach			DE	08	00	07336	07336074	822	Europe/Berlin
6555136	Offenbach-Hundheim	offenbach-hundheim			DE	08	00	07336	07336075	1054	Europe/Berlin
6555137	Ohmbach	ohmbach			DE	08	00	07336	07336076	796	Europe/Berlin
6555138	Pfeffelbach	pfeffelbach			DE	08	00	07336	07336077	883	Europe/Berlin
6555139	Rammelsbach	rammelsbach			DE	08	00	07336	07336079	1472	Europe/Berlin
6555140	Rathsweiler	rathsweiler			DE	08	00	07336	07336081	151	Europe/Berlin
6555141	Rehweiler	rehweiler			DE	08	00	07336	07336082	451	Europe/Berlin
6555142	Reichweiler	reichweiler			DE	08	00	07336	07336084	527	Europe/Berlin
6555143	Reipoltskirchen	reipoltskirchen			DE	08	00	07336	07336085	353	Europe/Berlin
6555144	Rothselberg	rothselberg			DE	08	00	07336	07336087	625	Europe/Berlin
6555145	Ruthweiler	ruthweiler			DE	08	00	07336	07336088	457	Europe/Berlin
6555146	Rutsweiler am Glan	rutsweiler-am-glan			DE	08	00	07336	07336089	315	Europe/Berlin
6555147	Rutsweiler an der Lauter	rutsweiler-an-der-lauter			DE	08	00	07336	07336090	356	Europe/Berlin
6555148	Schellweiler	schellweiler			DE	08	00	07336	07336091	479	Europe/Berlin
6555149	Schönenberg-Kübelberg	schoenenberg-kuebelberg			DE	08	00	07336	07336092	5618	Europe/Berlin
6555222	Silz	silz			DE	08	00	07337	07337074	743	Europe/Berlin
6555150	Selchenbach	selchenbach			DE	08	00	07336	07336094	301	Europe/Berlin
6555151	Steinbach am Glan	steinbach-am-glan			DE	08	00	07336	07336096	867	Europe/Berlin
6555152	Thallichtenberg	thallichtenberg			DE	08	00	07336	07336097	541	Europe/Berlin
6555153	Theisbergstegen	theisbergstegen			DE	08	00	07336	07336098	700	Europe/Berlin
6555154	Ulmet	ulmet			DE	08	00	07336	07336099	674	Europe/Berlin
6555155	Unterjeckenbach	unterjeckenbach			DE	08	00	07336	07336100	70	Europe/Berlin
6555156	Wahnwegen	wahnwegen			DE	08	00	07336	07336101	690	Europe/Berlin
6555157	Waldmohr	waldmohr			DE	08	00	07336	07336102	5134	Europe/Berlin
6555158	Welchweiler	welchweiler			DE	08	00	07336	07336103	188	Europe/Berlin
6555159	Wiesweiler	wiesweiler			DE	08	00	07336	07336104	396	Europe/Berlin
6555160	Bedesbach	bedesbach			DE	08	00	07336	07336106	800	Europe/Berlin
6555161	Matzenbach	matzenbach			DE	08	00	07336	07336107	637	Europe/Berlin
6555162	Quirnbach/Pfalz	quirnbach-pfalz			DE	08	00	07336	07336501	478	Europe/Berlin
6555163	Albersweiler	albersweiler			DE	08	00	07337	07337001	1947	Europe/Berlin
6555164	Altdorf	altdorf			DE	08	00	07337	07337002	890	Europe/Berlin
6555165	Barbelroth	barbelroth			DE	08	00	07337	07337006	668	Europe/Berlin
6555166	Billigheim-Ingenheim	billigheim-ingenheim			DE	08	00	07337	07337007	3798	Europe/Berlin
6555167	Birkenhördt	birkenhoerdt			DE	08	00	07337	07337008	632	Europe/Berlin
6555168	Birkweiler	birkweiler			DE	08	00	07337	07337009	695	Europe/Berlin
6555169	Böbingen	boebingen			DE	08	00	07337	07337011	748	Europe/Berlin
6555170	Böchingen	boechingen			DE	08	00	07337	07337012	744	Europe/Berlin
6555171	Böllenborn	boellenborn			DE	08	00	07337	07337013	231	Europe/Berlin
6555172	Bornheim	bornheim			DE	08	00	07337	07337014	1543	Europe/Berlin
6555173	Burrweiler	burrweiler			DE	08	00	07337	07337015	813	Europe/Berlin
6555174	Dernbach	dernbach			DE	08	00	07337	07337017	438	Europe/Berlin
6555175	Dierbach	dierbach			DE	08	00	07337	07337018	547	Europe/Berlin
6555176	Dörrenbach	doerrenbach			DE	08	00	07337	07337019	932	Europe/Berlin
6555177	Edesheim	edesheim			DE	08	00	07337	07337021	2376	Europe/Berlin
6555178	Eschbach	eschbach			DE	08	00	07337	07337022	640	Europe/Berlin
6555179	Essingen	essingen			DE	08	00	07337	07337023	2257	Europe/Berlin
6555180	Eußerthal	eusserthal			DE	08	00	07337	07337024	874	Europe/Berlin
6555181	Flemlingen	flemlingen			DE	08	00	07337	07337025	394	Europe/Berlin
6555182	Frankweiler	frankweiler			DE	08	00	07337	07337026	846	Europe/Berlin
6555183	Gleisweiler	gleisweiler			DE	08	00	07337	07337028	601	Europe/Berlin
6555184	Gleiszellen-Gleishorbach	gleiszellen-gleishorbach			DE	08	00	07337	07337029	810	Europe/Berlin
6555185	Göcklingen	goecklingen			DE	08	00	07337	07337031	894	Europe/Berlin
6555186	Gommersheim	gommersheim			DE	08	00	07337	07337032	1563	Europe/Berlin
6555187	Gossersweiler-Stein	gossersweiler-stein			DE	08	00	07337	07337033	1410	Europe/Berlin
6555188	Großfischlingen	grossfischlingen			DE	08	00	07337	07337035	608	Europe/Berlin
6555189	Hainfeld	hainfeld			DE	08	00	07337	07337036	867	Europe/Berlin
6555190	Hergersweiler	hergersweiler			DE	08	00	07337	07337037	231	Europe/Berlin
6555191	Herxheimweyher	herxheimweyher			DE	08	00	07337	07337039	551	Europe/Berlin
6555192	Heuchelheim-Klingen	heuchelheim-klingen			DE	08	00	07337	07337040	795	Europe/Berlin
6555193	Ilbesheim bei Landau in der Pfalz	ilbesheim-bei-landau-in-der-pfalz			DE	08	00	07337	07337042	1136	Europe/Berlin
6555194	Impflingen	impflingen			DE	08	00	07337	07337043	885	Europe/Berlin
6555195	Insheim	insheim			DE	08	00	07337	07337044	2147	Europe/Berlin
6555196	Kapellen-Drusweiler	kapellen-drusweiler			DE	08	00	07337	07337045	951	Europe/Berlin
6555197	Kapsweyer	kapsweyer			DE	08	00	07337	07337046	931	Europe/Berlin
6555198	Kirrweiler (Pfalz)	kirrweiler-pfalz			DE	08	00	07337	07337047	2005	Europe/Berlin
6555199	Kleinfischlingen	kleinfischlingen			DE	08	00	07337	07337048	309	Europe/Berlin
6555200	Klingenmünster	klingenmuenster			DE	08	00	07337	07337049	2281	Europe/Berlin
6555201	Knöringen	knoeringen			DE	08	00	07337	07337050	447	Europe/Berlin
6555202	Leinsweiler	leinsweiler			DE	08	00	07337	07337051	465	Europe/Berlin
6555203	Maikammer	maikammer			DE	08	00	07337	07337052	4323	Europe/Berlin
6555204	Münchweiler am Klingbach	muenchweiler-am-klingbach			DE	08	00	07337	07337054	201	Europe/Berlin
6555205	Niederhorbach	niederhorbach			DE	08	00	07337	07337055	471	Europe/Berlin
6555206	Niederotterbach	niederotterbach			DE	08	00	07337	07337056	348	Europe/Berlin
6555207	Oberhausen	oberhausen			DE	08	00	07337	07337058	459	Europe/Berlin
6555208	Oberotterbach	oberotterbach			DE	08	00	07337	07337059	1109	Europe/Berlin
6555209	Oberschlettenbach	oberschlettenbach			DE	08	00	07337	07337060	140	Europe/Berlin
6555210	Offenbach an der Queich	offenbach-an-der-queich			DE	08	00	07337	07337061	6315	Europe/Berlin
6555211	Pleisweiler-Oberhofen	pleisweiler-oberhofen			DE	08	00	07337	07337062	842	Europe/Berlin
6555212	Ramberg	ramberg	Ramberg,lan bei ge,Рамберг,兰贝格		DE	08	00	07337	07337064	930	Europe/Berlin
6555213	Ranschbach	ranschbach			DE	08	00	07337	07337065	629	Europe/Berlin
6555214	Rhodt unter Rietburg	rhodt-unter-rietburg			DE	08	00	07337	07337066	1186	Europe/Berlin
6555215	Rinnthal	rinnthal			DE	08	00	07337	07337067	685	Europe/Berlin
6555216	Rohrbach	rohrbach	Rorbakh,Рорбах		DE	08	00	07337	07337068	1805	Europe/Berlin
6555217	Roschbach	roschbach			DE	08	00	07337	07337069	836	Europe/Berlin
6555218	Sankt Martin	sankt-martin	Maade,Sankt Martin,Sankt-Martin,sheng ma ding,Санкт Мартин,Санкт-Мартин,圣马丁		DE	08	00	07337	07337070	1691	Europe/Berlin
6555219	Schweigen-Rechtenbach	schweigen-rechtenbach			DE	08	00	07337	07337071	1362	Europe/Berlin
6555220	Schweighofen	schweighofen			DE	08	00	07337	07337072	588	Europe/Berlin
6555221	Siebeldingen	siebeldingen			DE	08	00	07337	07337073	1029	Europe/Berlin
6555223	Steinfeld	steinfeld	Schdaeaefld,Schdääfld,Shtajnfel'd,Shtajnfeld,Штайнфельд,Штајнфелд		DE	08	00	07337	07337076	1821	Europe/Berlin
6555224	Venningen	venningen			DE	08	00	07337	07337077	914	Europe/Berlin
6555225	Völkersweiler	voelkersweiler			DE	08	00	07337	07337078	551	Europe/Berlin
6555226	Vorderweidenthal	vorderweidenthal			DE	08	00	07337	07337079	583	Europe/Berlin
6555227	Waldhambach	waldhambach			DE	08	00	07337	07337080	369	Europe/Berlin
6555228	Waldrohrbach	waldrohrbach			DE	08	00	07337	07337081	374	Europe/Berlin
6555229	Walsheim	walsheim			DE	08	00	07337	07337082	579	Europe/Berlin
6555230	Wernersberg	wernersberg			DE	08	00	07337	07337083	1091	Europe/Berlin
6555231	Weyher in der Pfalz	weyher-in-der-pfalz			DE	08	00	07337	07337084	562	Europe/Berlin
6555232	Altrip	altrip			DE	08	00	07338	07338001	7709	Europe/Berlin
6555233	Beindersheim	beindersheim			DE	08	00	07338	07338002	3335	Europe/Berlin
6555234	Birkenheide	birkenheide			DE	08	00	07338	07338003	3192	Europe/Berlin
6555235	Bobenheim-Roxheim	bobenheim-roxheim			DE	08	00	07338	07338004	10096	Europe/Berlin
6555236	Böhl-Iggelheim	boehl-iggelheim			DE	08	00	07338	07338005	10394	Europe/Berlin
6555237	Dannstadt-Schauernheim	dannstadt-schauernheim			DE	08	00	07338	07338006	7448	Europe/Berlin
6555238	Dudenhofen	dudenhofen			DE	08	00	07338	07338007	6061	Europe/Berlin
6555239	Fußgönheim	fussgoenheim			DE	08	00	07338	07338008	2593	Europe/Berlin
6555240	Großniedesheim	grossniedesheim			DE	08	00	07338	07338009	1309	Europe/Berlin
6555241	Hanhofen	hanhofen			DE	08	00	07338	07338010	2576	Europe/Berlin
6555242	Harthausen	harthausen			DE	08	00	07338	07338011	3118	Europe/Berlin
6555243	Heßheim	hessheim			DE	08	00	07338	07338012	3147	Europe/Berlin
6555244	Heuchelheim bei Frankenthal	heuchelheim-bei-frankenthal			DE	08	00	07338	07338013	1281	Europe/Berlin
6555245	Hochdorf-Assenheim	hochdorf-assenheim			DE	08	00	07338	07338014	3212	Europe/Berlin
6555246	Kleinniedesheim	kleinniedesheim			DE	08	00	07338	07338015	946	Europe/Berlin
6555247	Lambsheim	lambsheim			DE	08	00	07338	07338016	6982	Europe/Berlin
6555248	Limburgerhof	limburgerhof			DE	08	00	07338	07338017	11461	Europe/Berlin
6555249	Maxdorf	maxdorf			DE	08	00	07338	07338018	7150	Europe/Berlin
6555250	Mutterstadt	mutterstadt			DE	08	00	07338	07338019	12844	Europe/Berlin
6555251	Neuhofen	neuhofen	Nojkhofen,xin huo fen,Нойхофен,Нојхофен,新霍芬		DE	08	00	07338	07338020	7194	Europe/Berlin
6555252	Otterstadt	otterstadt			DE	08	00	07338	07338021	3475	Europe/Berlin
6555253	Rödersheim-Gronau	roedersheim-gronau			DE	08	00	07338	07338022	2913	Europe/Berlin
6555254	Waldsee	waldsee	Val'dzee,Valdze,vu~arutoze,wa er ce,Валдзе,Вальдзее,ヴァルトゼー,瓦尔策		DE	08	00	07338	07338026	5885	Europe/Berlin
6555255	Appenheim	appenheim			DE	08	00	07339	07339001	1390	Europe/Berlin
6555256	Aspisheim	aspisheim			DE	08	00	07339	07339002	870	Europe/Berlin
6555257	Badenheim	badenheim			DE	08	00	07339	07339004	640	Europe/Berlin
6555258	Bodenheim	bodenheim			DE	08	00	07339	07339006	7730	Europe/Berlin
6555259	Breitscheid	breitscheid			DE	08	00	07339	07339007	140	Europe/Berlin
6555260	Bubenheim	bubenheim			DE	08	00	07339	07339008	843	Europe/Berlin
6555261	Budenheim	budenheim			DE	08	00	07339	07339009	8646	Europe/Berlin
6555262	Dalheim	dalheim			DE	08	00	07339	07339010	1015	Europe/Berlin
6555263	Dexheim	dexheim			DE	08	00	07339	07339011	1429	Europe/Berlin
6555264	Dienheim	dienheim			DE	08	00	07339	07339012	2224	Europe/Berlin
6555265	Dolgesheim	dolgesheim			DE	08	00	07339	07339013	998	Europe/Berlin
6555266	Zell	zell	Cel,Cel',Cell',Цел,Целль,Цель,Ցել		DE	02	093	09372	09372167	1830	Europe/Berlin
6555267	Eimsheim	eimsheim			DE	08	00	07339	07339015	531	Europe/Berlin
6555268	Engelstadt	engelstadt			DE	08	00	07339	07339016	736	Europe/Berlin
6555269	Essenheim	essenheim			DE	08	00	07339	07339017	3579	Europe/Berlin
6555270	Friesenheim	friesenheim			DE	08	00	07339	07339018	716	Europe/Berlin
6555271	Gau-Bischofsheim	gau-bischofsheim			DE	08	00	07339	07339020	2202	Europe/Berlin
6555272	Gensingen	gensingen			DE	08	00	07339	07339021	3985	Europe/Berlin
6555273	Grolsheim	grolsheim			DE	08	00	07339	07339022	1272	Europe/Berlin
6555274	Guntersblum	guntersblum			DE	08	00	07339	07339024	3808	Europe/Berlin
6555275	Hahnheim	hahnheim			DE	08	00	07339	07339025	1538	Europe/Berlin
6555276	Harxheim	harxheim			DE	08	00	07339	07339026	2387	Europe/Berlin
6555278	Hillesheim	hillesheim			DE	08	00	07339	07339028	662	Europe/Berlin
6555279	Horrweiler	horrweiler			DE	08	00	07339	07339029	782	Europe/Berlin
6555280	Klein-Winternheim	klein-winternheim			DE	08	00	07339	07339032	3631	Europe/Berlin
6555281	Köngernheim	koengernheim			DE	08	00	07339	07339033	1300	Europe/Berlin
6555282	Lörzweiler	loerzweiler			DE	08	00	07339	07339034	2348	Europe/Berlin
6555283	Ludwigshöhe	ludwigshoehe			DE	08	00	07339	07339035	564	Europe/Berlin
6555284	Manubach	manubach			DE	08	00	07339	07339036	290	Europe/Berlin
6555285	Mommenheim	mommenheim			DE	08	00	07339	07339037	3129	Europe/Berlin
6555286	Münster-Sarmsheim	muenster-sarmsheim			DE	08	00	07339	07339038	2949	Europe/Berlin
6555287	Nackenheim	nackenheim			DE	08	00	07339	07339039	5703	Europe/Berlin
6555288	Niederheimbach	niederheimbach			DE	08	00	07339	07339040	778	Europe/Berlin
6555289	Nieder-Hilbersheim	nieder-hilbersheim			DE	08	00	07339	07339041	660	Europe/Berlin
6555290	Nieder-Olm	nieder-olm			DE	08	00	07339	07339042	10143	Europe/Berlin
6555291	Nierstein	nierstein			DE	08	00	07339	07339043	8451	Europe/Berlin
6555292	Oberdiebach	oberdiebach			DE	08	00	07339	07339044	824	Europe/Berlin
6555293	Oberheimbach	oberheimbach			DE	08	00	07339	07339045	539	Europe/Berlin
6555294	Ober-Hilbersheim	ober-hilbersheim			DE	08	00	07339	07339046	985	Europe/Berlin
6555295	Ober-Olm	ober-olm			DE	08	00	07339	07339047	4465	Europe/Berlin
6555296	Ockenheim	ockenheim			DE	08	00	07339	07339048	2722	Europe/Berlin
6555297	Sankt Johann	sankt-johann	Sankt Johann / Rheinhessen		DE	08	00	07339	07339050	831	Europe/Berlin
6555298	Schwabenheim an der Selz	schwabenheim-an-der-selz			DE	08	00	07339	07339051	2569	Europe/Berlin
6555299	Selzen	selzen			DE	08	00	07339	07339053	1535	Europe/Berlin
6555300	Sörgenloch	soergenloch			DE	08	00	07339	07339054	1264	Europe/Berlin
6555301	Sprendlingen	sprendlingen			DE	08	00	07339	07339056	4225	Europe/Berlin
6555302	Stadecken-Elsheim	stadecken-elsheim			DE	08	00	07339	07339057	4866	Europe/Berlin
6555303	Trechtingshausen	trechtingshausen			DE	08	00	07339	07339058	1028	Europe/Berlin
6555304	Uelversheim	uelversheim			DE	08	00	07339	07339059	1094	Europe/Berlin
6555306	Waldalgesheim	waldalgesheim			DE	08	00	07339	07339062	4093	Europe/Berlin
6555307	Weinolsheim	weinolsheim			DE	08	00	07339	07339064	676	Europe/Berlin
6555308	Welgesheim	welgesheim			DE	08	00	07339	07339065	577	Europe/Berlin
6555309	Wintersheim	wintersheim			DE	08	00	07339	07339066	280	Europe/Berlin
6555310	Zornheim	zornheim			DE	08	00	07339	07339067	3863	Europe/Berlin
6555311	Zotzenheim	zotzenheim			DE	08	00	07339	07339068	612	Europe/Berlin
6555312	Dorn-Dürkheim	dorn-duerkheim			DE	08	00	07339	07339201	971	Europe/Berlin
6555313	Wolfsheim	wolfsheim			DE	08	00	07339	07339202	777	Europe/Berlin
6555314	Bobenthal	bobenthal			DE	08	00	07340	07340001	295	Europe/Berlin
6555315	Busenberg	busenberg			DE	08	00	07340	07340002	1185	Europe/Berlin
6555316	Clausen	clausen	Klauzen,Клаузен		DE	08	00	07340	07340003	1457	Europe/Berlin
6555317	Darstein	darstein			DE	08	00	07340	07340005	200	Europe/Berlin
6555318	Dimbach	dimbach			DE	08	00	07340	07340006	179	Europe/Berlin
6555319	Donsieders	donsieders			DE	08	00	07340	07340007	917	Europe/Berlin
6555320	Eppenbrunn	eppenbrunn			DE	08	00	07340	07340008	1308	Europe/Berlin
6555321	Erfweiler	erfweiler			DE	08	00	07340	07340009	1189	Europe/Berlin
6555322	Fischbach bei Dahn	fischbach-bei-dahn			DE	08	00	07340	07340011	1464	Europe/Berlin
6555323	Geiselberg	geiselberg			DE	08	00	07340	07340012	757	Europe/Berlin
6555324	Hauenstein	hauenstein	Haeaeschde,Hääschde,Khauehnshtajn,Khauenshtajn,hao en si tai yin,hauenshutain,Хауенштајн,Хауэнштайн,ハウエンシュタイン,豪恩斯泰因		DE	08	00	07340	07340014	4016	Europe/Berlin
6555325	Heltersberg	heltersberg			DE	08	00	07340	07340015	2020	Europe/Berlin
6555326	Hermersberg	hermersberg			DE	08	00	07340	07340016	1743	Europe/Berlin
6555327	Herschberg	herschberg			DE	08	00	07340	07340017	818	Europe/Berlin
6555328	Hettenhausen	hettenhausen			DE	08	00	07340	07340018	229	Europe/Berlin
6555329	Hilst	hilst			DE	08	00	07340	07340019	315	Europe/Berlin
6555330	Hinterweidenthal	hinterweidenthal			DE	08	00	07340	07340020	1559	Europe/Berlin
6555331	Hirschthal	hirschthal			DE	08	00	07340	07340021	93	Europe/Berlin
6555332	Höheinöd	hoeheinoed			DE	08	00	07340	07340022	1190	Europe/Berlin
6555333	Höheischweiler	hoeheischweiler			DE	08	00	07340	07340023	854	Europe/Berlin
6555334	Höhfröschen	hoehfroeschen			DE	08	00	07340	07340024	894	Europe/Berlin
6555335	Horbach	horbach			DE	08	00	07340	07340025	519	Europe/Berlin
6555336	Kröppen	kroeppen			DE	08	00	07340	07340026	674	Europe/Berlin
6555337	Leimen	leimen			DE	08	00	07340	07340027	951	Europe/Berlin
6555338	Lemberg	lemberg			DE	08	00	07340	07340028	3759	Europe/Berlin
6555339	Ludwigswinkel	ludwigswinkel			DE	08	00	07340	07340029	767	Europe/Berlin
6555340	Lug	lug			DE	08	00	07340	07340030	579	Europe/Berlin
6555341	Merzalben	merzalben			DE	08	00	07340	07340031	1146	Europe/Berlin
6555342	Münchweiler an der Rodalb	muenchweiler-an-der-rodalb			DE	08	00	07340	07340032	2845	Europe/Berlin
6555343	Niederschlettenbach	niederschlettenbach			DE	08	00	07340	07340033	287	Europe/Berlin
6555344	Nothweiler	nothweiler			DE	08	00	07340	07340034	130	Europe/Berlin
6555345	Nünschweiler	nuenschweiler			DE	08	00	07340	07340035	748	Europe/Berlin
6555346	Obersimten	obersimten			DE	08	00	07340	07340036	624	Europe/Berlin
6555347	Petersberg	petersberg			DE	08	00	07340	07340037	881	Europe/Berlin
6555348	Rumbach	rumbach			DE	08	00	07340	07340039	438	Europe/Berlin
6555349	Ruppertsweiler	ruppertsweiler			DE	08	00	07340	07340040	1503	Europe/Berlin
6555350	Saalstadt	saalstadt			DE	08	00	07340	07340041	319	Europe/Berlin
6555351	Schauerberg	schauerberg			DE	08	00	07340	07340042	186	Europe/Berlin
6555352	Schindhard	schindhard			DE	08	00	07340	07340043	528	Europe/Berlin
6555353	Schmalenberg	schmalenberg			DE	08	00	07340	07340044	753	Europe/Berlin
6555354	Schwanheim	schwanheim			DE	08	00	07340	07340047	590	Europe/Berlin
6555355	Schweix	schweix			DE	08	00	07340	07340048	294	Europe/Berlin
6555356	Spirkelbach	spirkelbach			DE	08	00	07340	07340049	679	Europe/Berlin
6555357	Steinalben	steinalben			DE	08	00	07340	07340050	382	Europe/Berlin
6555358	Thaleischweiler-Fröschen	thaleischweiler-froeschen			DE	08	00	07340	07340051	3272	Europe/Berlin
6555359	Trulben	trulben			DE	08	00	07340	07340052	1124	Europe/Berlin
6555360	Vinningen	vinningen			DE	08	00	07340	07340053	1690	Europe/Berlin
6555361	Waldfischbach-Burgalben	waldfischbach-burgalben			DE	08	00	07340	07340054	4688	Europe/Berlin
6555362	Weselberg	weselberg			DE	08	00	07340	07340055	1293	Europe/Berlin
6555363	Wilgartswiesen	wilgartswiesen			DE	08	00	07340	07340057	997	Europe/Berlin
6555364	Althornbach	althornbach			DE	08	00	07340	07340201	666	Europe/Berlin
6555365	Battweiler	battweiler			DE	08	00	07340	07340202	667	Europe/Berlin
6555366	Bechhofen	bechhofen			DE	08	00	07340	07340203	2138	Europe/Berlin
6555367	Biedershausen	biedershausen			DE	08	00	07340	07340204	191	Europe/Berlin
6555368	Bottenbach	bottenbach			DE	08	00	07340	07340205	741	Europe/Berlin
6555369	Contwig	contwig			DE	08	00	07340	07340206	4932	Europe/Berlin
6555370	Dellfeld	dellfeld			DE	08	00	07340	07340207	1338	Europe/Berlin
6555371	Dietrichingen	dietrichingen			DE	08	00	07340	07340208	341	Europe/Berlin
6555372	Großbundenbach	grossbundenbach			DE	08	00	07340	07340209	335	Europe/Berlin
6555373	Großsteinhausen	grosssteinhausen			DE	08	00	07340	07340210	598	Europe/Berlin
6555374	Käshofen	kaeshofen			DE	08	00	07340	07340212	629	Europe/Berlin
6555375	Kleinbundenbach	kleinbundenbach			DE	08	00	07340	07340213	427	Europe/Berlin
6555376	Kleinsteinhausen	kleinsteinhausen			DE	08	00	07340	07340214	731	Europe/Berlin
6555377	Knopp-Labach	knopp-labach			DE	08	00	07340	07340215	406	Europe/Berlin
6555378	Krähenberg	kraehenberg			DE	08	00	07340	07340216	177	Europe/Berlin
6555379	Maßweiler	massweiler			DE	08	00	07340	07340217	947	Europe/Berlin
6555380	Mauschbach	mauschbach			DE	08	00	07340	07340218	295	Europe/Berlin
6555381	Obernheim-Kirchenarnbach	obernheim-kirchenarnbach			DE	08	00	07340	07340219	1615	Europe/Berlin
6555382	Reifenberg	reifenberg			DE	08	00	07340	07340220	801	Europe/Berlin
6555383	Riedelberg	riedelberg			DE	08	00	07340	07340221	468	Europe/Berlin
6555384	Rieschweiler-Mühlbach	rieschweiler-muehlbach			DE	08	00	07340	07340222	2055	Europe/Berlin
6555385	Rosenkopf	rosenkopf			DE	08	00	07340	07340223	354	Europe/Berlin
6555386	Schmitshausen	schmitshausen			DE	08	00	07340	07340224	400	Europe/Berlin
6555387	Wallhalben	wallhalben			DE	08	00	07340	07340225	861	Europe/Berlin
6555388	Walshausen	walshausen			DE	08	00	07340	07340226	306	Europe/Berlin
6555389	Wiesbach	wiesbach			DE	08	00	07340	07340227	518	Europe/Berlin
6555390	Bruchweiler-Bärenbach	bruchweiler-baerenbach			DE	08	00	07340	07340501	1549	Europe/Berlin
6555391	Bundenthal	bundenthal			DE	08	00	07340	07340502	1078	Europe/Berlin
6555392	Aidlingen	aidlingen			DE	01	081	08115	08115001	9003	Europe/Berlin
6555393	Altdorf	altdorf	Al'tdorf,Altdorf,altdraf  bablyngn,Альтдорф,Ալտդորֆ,التدراف، بابلینگن,ალტდორფი		DE	01	081	08115	08115002	4662	Europe/Berlin
6555394	Bondorf	bondorf			DE	01	081	08115	08115004	6072	Europe/Berlin
6555395	Deckenpfronn	deckenpfronn	Dekenpfron,Dekenpfronn,Dekkenpfronn,de ken pu fu long,Декенпфрон,Декенпфронн,Деккенпфронн,Դեկենպֆրոն,დეკენპფრონი,德肯普夫龙		DE	01	081	08115	08115010	3328	Europe/Berlin
6555396	Ehningen	ehningen			DE	01	081	08115	08115013	9142	Europe/Berlin
6555397	Gärtringen	gaertringen			DE	01	081	08115	08115015	12593	Europe/Berlin
6555398	Hildrizhausen	hildrizhausen			DE	01	081	08115	08115022	3577	Europe/Berlin
6555399	Magstadt	magstadt			DE	01	081	08115	08115029	9711	Europe/Berlin
6555400	Mötzingen	moetzingen			DE	01	081	08115	08115034	3693	Europe/Berlin
6555401	Nufringen	nufringen			DE	01	081	08115	08115037	5842	Europe/Berlin
6555402	Rutesheim	rutesheim			DE	01	081	08115	08115042	10912	Europe/Berlin
6555403	Schönaich	schoenaich			DE	01	081	08115	08115044	10721	Europe/Berlin
6555404	Steinenbronn	steinenbronn			DE	01	081	08115	08115046	6490	Europe/Berlin
6555405	Weil der Stadt	weil-der-stadt	Stadt Weil der Stadt,Weil der Stadt		DE	01	081	08115	08115050	19220	Europe/Berlin
6555406	Weil im Schönbuch	weil-im-schoenbuch			DE	01	081	08115	08115051	10059	Europe/Berlin
6555407	Jettingen	jettingen			DE	01	081	08115	08115053	7991	Europe/Berlin
6555408	Altbach	altbach			DE	01	081	08116	08116004	6063	Europe/Berlin
6555409	Altdorf	altdorf	Al'tdorf,Altdorf,altdraaf  aslyngn,Алтдорф,Альтдорф,Ալտդորֆ,التدرااف، اسلینگن		DE	01	081	08116	08116005	1711	Europe/Berlin
6555410	Altenriet	altenriet			DE	01	081	08116	08116006	1966	Europe/Berlin
6555411	Baltmannsweiler	baltmannsweiler			DE	01	081	08116	08116007	5750	Europe/Berlin
6555412	Bempflingen	bempflingen			DE	01	081	08116	08116008	3524	Europe/Berlin
6555413	Beuren	beuren	Bojren,Boyren,Бойрен,Бојрен,Բոյրեն		DE	01	081	08116	08116011	3689	Europe/Berlin
6555414	Bissingen an der Teck	bissingen-an-der-teck			DE	01	081	08116	08116012	3429	Europe/Berlin
6555415	Deizisau	deizisau			DE	01	081	08116	08116014	6925	Europe/Berlin
6555416	Denkendorf	denkendorf	Denkendorf,Денкендорф,Դենկենդորֆ		DE	01	081	08116	08116015	11149	Europe/Berlin
6555417	Dettingen unter Teck	dettingen-unter-teck			DE	01	081	08116	08116016	6149	Europe/Berlin
6555418	Erkenbrechtsweiler	erkenbrechtsweiler			DE	01	081	08116	08116018	2191	Europe/Berlin
6555419	Frickenhausen	frickenhausen	Frikenkhauzen,Frikkengauzen,Frikkenkhauzen,fu li ken hao sen,Фрикенхаузен,Фриккенхаузен,Фріккенгаузен,Ֆրիքենհաուզեն,弗里肯豪森		DE	01	081	08116	08116020	9130	Europe/Berlin
6555420	Großbettlingen	grossbettlingen			DE	01	081	08116	08116022	4412	Europe/Berlin
6555421	Hochdorf	hochdorf	Gokhdorf,Hoxdorf,Khokhdorf,Гохдорф,Хохдорф,Հոխդորֆ		DE	01	081	08116	08116027	4756	Europe/Berlin
6555422	Holzmaden	holzmaden			DE	01	081	08116	08116029	2296	Europe/Berlin
6555423	Köngen	koengen			DE	01	081	08116	08116035	9819	Europe/Berlin
6555424	Kohlberg	kohlberg	Kol'berg,Kolberg,ke er bei ge,Колберг,Кольберг,Կոլբերգ,科尔贝格		DE	01	081	08116	08116036	2308	Europe/Berlin
6555425	Neckartailfingen	neckartailfingen			DE	01	081	08116	08116041	3883	Europe/Berlin
6555426	Neckartenzlingen	neckartenzlingen			DE	01	081	08116	08116042	6454	Europe/Berlin
6555427	Neidlingen	neidlingen			DE	01	081	08116	08116043	1803	Europe/Berlin
6555428	Neuhausen auf den Fildern	neuhausen-auf-den-fildern			DE	01	081	08116	08116047	11849	Europe/Berlin
6555429	Notzingen	notzingen			DE	01	081	08116	08116048	3637	Europe/Berlin
6555430	Oberboihingen	oberboihingen			DE	01	081	08116	08116050	5534	Europe/Berlin
6555431	Ohmden	ohmden			DE	01	081	08116	08116053	1746	Europe/Berlin
6555432	Reichenbach an der Fils	reichenbach-an-der-fils			DE	01	081	08116	08116058	8468	Europe/Berlin
6555433	Schlaitdorf	schlaitdorf			DE	01	081	08116	08116063	1947	Europe/Berlin
6555434	Unterensingen	unterensingen			DE	01	081	08116	08116068	4858	Europe/Berlin
6555435	Wolfschlugen	wolfschlugen			DE	01	081	08116	08116073	6375	Europe/Berlin
6555436	Adelberg	adelberg			DE	01	081	08117	08117001	1969	Europe/Berlin
6555437	Aichelberg	aichelberg	Ajkhel'berg,Ajkhelberg,ai xie er bei ge,ayshlbrg,Айхельберг,Ајхелберг,آیشلبرگ,艾歇尔贝格		DE	01	081	08117	08117002	1355	Europe/Berlin
6555438	Albershausen	albershausen			DE	01	081	08117	08117003	4390	Europe/Berlin
6555439	Mayen	mayen	Mayen,Stadt Mayen		DE	08	00	07137	07137068	19162	Europe/Berlin
6555441	Immenstedt	immenstedt			DE	10	00	01054	01054057	634	Europe/Berlin
6555442	Elmshorn	elmshorn	Elmshorn,Stadt Elmshorn		DE	10	00	01056	01056015	49983	Europe/Berlin
6555443	Plön	ploen	Ploen,Plön,Stadt Ploen,Stadt Plön		DE	10	00	01057	01057057	8926	Europe/Berlin
6555444	Eckernförde	eckernfoerde	Eckernfoerde,Eckernförde,Stadt Eckernfoerde,Stadt Eckernförde		DE	10	00	01058	01058043	21728	Europe/Berlin
6555445	Marktl, Markt	marktl-markt			DE	02	091	09171	09171123	2749	Europe/Berlin
6555446	Heek	heek	Gek,Kheek,Khek,hei ke,Гек,Хеек,Хек,黑克		DE	07	055	05554	05554024	8653	Europe/Berlin
6555447	Scheidt	scheidt			DE	08	00	07141	07141124	309	Europe/Berlin
6555448	Offstein	offstein			DE	08	00	07331	07331054	1876	Europe/Berlin
6555449	Bad Ditzenbach	bad-ditzenbach			DE	01	081	08117	08117006	3703	Europe/Berlin
6555450	Bad Überkingen	bad-ueberkingen			DE	01	081	08117	08117007	3844	Europe/Berlin
6555451	Birenbach	birenbach			DE	01	081	08117	08117009	1941	Europe/Berlin
6555452	Böhmenkirch	boehmenkirch			DE	01	081	08117	08117010	5536	Europe/Berlin
6555453	Börtlingen	boertlingen			DE	01	081	08117	08117011	1690	Europe/Berlin
6555454	Boll	boll	Bad Boll		DE	01	081	08117	08117012	5151	Europe/Berlin
6555455	Deggingen	deggingen			DE	01	081	08117	08117014	5333	Europe/Berlin
6555456	Dürnau	duernau	Dirnau,Djurnau,Дирнау,Дюрнау		DE	01	081	08117	08117017	2199	Europe/Berlin
6555457	Eschenbach	eschenbach	Ehshenbakh,Eshenbakh,Ешенбах,Эшенбах		DE	01	081	08117	08117020	2149	Europe/Berlin
6555458	Gammelshausen	gammelshausen			DE	01	081	08117	08117023	1408	Europe/Berlin
6555459	Gingen an der Fils	gingen-an-der-fils			DE	01	081	08117	08117025	4550	Europe/Berlin
6555460	Gruibingen	gruibingen			DE	01	081	08117	08117028	2266	Europe/Berlin
6555461	Hattenhofen	hattenhofen	Gattengofen,Khatenkhofen,Khattenkhofen,ha teng huo fen,Гаттенгофен,Хатенхофен,Хаттенхофен,哈滕霍芬		DE	01	081	08117	08117029	2968	Europe/Berlin
6555462	Heiningen	heiningen	Gajningen,Heinigen,Khajningen,hai ning gen,Гайнінген,Хайнинген,Хајнинген,海宁根		DE	01	081	08117	08117030	5170	Europe/Berlin
6555463	Hohenstadt	hohenstadt			DE	01	081	08117	08117031	822	Europe/Berlin
6555464	Kuchen	kuchen			DE	01	081	08117	08117033	5729	Europe/Berlin
6555465	Mühlhausen im Täle	muehlhausen-im-taele			DE	01	081	08117	08117035	1080	Europe/Berlin
6555466	Ottenbach	ottenbach			DE	01	081	08117	08117037	2452	Europe/Berlin
6555467	Rechberghausen	rechberghausen			DE	01	081	08117	08117038	5431	Europe/Berlin
6555468	Salach	salach			DE	01	081	08117	08117042	7942	Europe/Berlin
6555469	Schlat	schlat			DE	01	081	08117	08117043	1680	Europe/Berlin
6555470	Schlierbach	schlierbach	Shlirbakh,shi li er ba he,Шлирбах,Шлірбах,施利尔巴赫		DE	01	081	08117	08117044	3955	Europe/Berlin
6555471	Wäschenbeuren	waeschenbeuren			DE	01	081	08117	08117053	3953	Europe/Berlin
6555472	Wangen	wangen			DE	01	081	08117	08117055	3218	Europe/Berlin
6555473	Zell unter Aichelberg	zell-unter-aichelberg			DE	01	081	08117	08117060	3171	Europe/Berlin
6555474	Affalterbach	affalterbach			DE	01	081	08118	08118001	4485	Europe/Berlin
6555475	Benningen am Neckar	benningen-am-neckar			DE	01	081	08118	08118006	6485	Europe/Berlin
6555476	Eberdingen	eberdingen			DE	01	081	08118	08118012	6903	Europe/Berlin
6555477	Erdmannhausen	erdmannhausen			DE	01	081	08118	08118014	5220	Europe/Berlin
6555478	Erligheim	erligheim			DE	01	081	08118	08118015	2908	Europe/Berlin
6555479	Freudental	freudental			DE	01	081	08118	08118016	2525	Europe/Berlin
6555480	Gemmrigheim	gemmrigheim			DE	01	081	08118	08118018	4460	Europe/Berlin
6555481	Hemmingen	hemmingen	Gemmingen,Khemingen,Khemmingen,hmyngn  badn-wwrtmbrg,Геммінген,Хеминген,Хемминген,همینگن، بادن-وورتمبرگ		DE	01	081	08118	08118027	8079	Europe/Berlin
6555482	Hessigheim	hessigheim			DE	01	081	08118	08118028	2474	Europe/Berlin
6555483	Kirchheim am Neckar	kirchheim-am-neckar			DE	01	081	08118	08118040	6069	Europe/Berlin
6555484	Löchgau	loechgau			DE	01	081	08118	08118047	5599	Europe/Berlin
6555485	Möglingen	moeglingen			DE	01	081	08118	08118051	11369	Europe/Berlin
6555486	Mundelsheim	mundelsheim			DE	01	081	08118	08118053	3366	Europe/Berlin
6555487	Oberstenfeld	oberstenfeld			DE	01	081	08118	08118060	8009	Europe/Berlin
6555488	Pleidelsheim	pleidelsheim			DE	01	081	08118	08118063	6367	Europe/Berlin
6555489	Schwieberdingen	schwieberdingen			DE	01	081	08118	08118067	11390	Europe/Berlin
6555490	Sersheim	sersheim			DE	01	081	08118	08118068	5567	Europe/Berlin
6555491	Tamm	tamm			DE	01	081	08118	08118071	12731	Europe/Berlin
6555492	Walheim	walheim			DE	01	081	08118	08118074	3290	Europe/Berlin
6555493	Ingersheim	ingersheim	Ingersgajm,Ingerskhajm,ayngrshaym,yin ge er si hai mu,Інгерсгайм,Ингерсхайм,Ингерсхајм,اینگرسهایم,因格尔斯海姆		DE	01	081	08118	08118077	6421	Europe/Berlin
6555494	Alfdorf	alfdorf			DE	01	081	08119	08119001	7136	Europe/Berlin
6555495	Allmersbach im Tal	allmersbach-im-tal			DE	01	081	08119	08119003	4913	Europe/Berlin
6555496	Althütte	althuette			DE	01	081	08119	08119004	4242	Europe/Berlin
6555497	Großerlach	grosserlach			DE	01	081	08119	08119024	2495	Europe/Berlin
6555498	Kaisersbach	kaisersbach			DE	01	081	08119	08119037	2461	Europe/Berlin
6555499	Kirchberg an der Murr	kirchberg-an-der-murr			DE	01	081	08119	08119038	3878	Europe/Berlin
6555500	Korb	korb	Korb,ke er bu,kwrb,Корб,کورب,科尔布		DE	01	081	08119	08119041	10770	Europe/Berlin
6555501	Leutenbach	leutenbach	Lojtenbakh,luo yi teng ba he,Лойтенбах,Лојтенбах,洛伊滕巴赫		DE	01	081	08119	08119042	11703	Europe/Berlin
6555502	Oppenweiler	oppenweiler			DE	01	081	08119	08119053	4369	Europe/Berlin
6555503	Plüderhausen	pluederhausen			DE	01	081	08119	08119055	9604	Europe/Berlin
6555504	Rudersberg	rudersberg			DE	01	081	08119	08119061	11348	Europe/Berlin
6555505	Schwaikheim	schwaikheim			DE	01	081	08119	08119068	9438	Europe/Berlin
6555506	Spiegelberg	spiegelberg			DE	01	081	08119	08119069	2142	Europe/Berlin
6555507	Sulzbach an der Murr	sulzbach-an-der-murr			DE	01	081	08119	08119075	5378	Europe/Berlin
6555508	Urbach	urbach	Urbakh,Урбах		DE	01	081	08119	08119076	8844	Europe/Berlin
6555509	Winterbach	winterbach	Vinterbakh,Винтербах,Вінтербах		DE	01	081	08119	08119086	7583	Europe/Berlin
6555510	Aspach	aspach	Allmersbach,Ashpakh,Aspakh,Аспах,Ашпах		DE	01	081	08119	08119087	8291	Europe/Berlin
6555511	Heilbronn	heilbronn	Heilbronn,Stadt Heilbronn		DE	01	081	08121	08121000	126592	Europe/Berlin
6555512	Abstatt	abstatt			DE	01	081	08125	08125001	4844	Europe/Berlin
6555513	Cleebronn	cleebronn			DE	01	081	08125	08125017	3053	Europe/Berlin
6555514	Eberstadt	eberstadt	Ebershtadt,Ebershtat,Ehbershtadt,ai bei er si ta te,ebashutatto,Еберштадт,Еберштат,Эберштадт,エーバーシュタット,埃贝尔斯塔特		DE	01	081	08125	08125021	3121	Europe/Berlin
6555515	Ellhofen	ellhofen			DE	01	081	08125	08125024	3706	Europe/Berlin
6555516	Erlenbach	erlenbach	Ehrlenbakh,Erlenbakh,ai er lun ba he,earenbahha,Ерленбах,Эрленбах,エアレンバッハ,埃尔伦巴赫		DE	01	081	08125	08125027	5159	Europe/Berlin
6555517	Flein	flein			DE	01	081	08125	08125030	7130	Europe/Berlin
6555518	Gemmingen	gemmingen			DE	01	081	08125	08125034	5267	Europe/Berlin
6555519	Ilsfeld	ilsfeld			DE	01	081	08125	08125046	9573	Europe/Berlin
6555520	Ittlingen	ittlingen			DE	01	081	08125	08125047	2588	Europe/Berlin
6555521	Jagsthausen	jagsthausen			DE	01	081	08125	08125048	1885	Europe/Berlin
6555522	Kirchardt	kirchardt			DE	01	081	08125	08125049	5997	Europe/Berlin
6555523	Lehrensteinsfeld	lehrensteinsfeld			DE	01	081	08125	08125057	2590	Europe/Berlin
6555524	Leingarten	leingarten			DE	01	081	08125	08125058	11725	Europe/Berlin
6555525	Massenbachhausen	massenbachhausen			DE	01	081	08125	08125061	3518	Europe/Berlin
6555526	Neckarwestheim	neckarwestheim			DE	01	081	08125	08125066	3935	Europe/Berlin
6555527	Nordheim	nordheim			DE	01	081	08125	08125074	8320	Europe/Berlin
6555528	Oedheim	oedheim			DE	01	081	08125	08125078	6463	Europe/Berlin
6555529	Offenau	offenau			DE	01	081	08125	08125079	2909	Europe/Berlin
6555530	Pfaffenhofen	pfaffenhofen			DE	01	081	08125	08125081	2397	Europe/Berlin
6555531	Roigheim	roigheim			DE	01	081	08125	08125084	1451	Europe/Berlin
6555532	Siegelsbach	siegelsbach			DE	01	081	08125	08125087	1691	Europe/Berlin
6555533	Talheim	talheim	Tal'gajm,Tal'khajm,Talkhajm,ta er hai mu,taruhaimu,Талхајм,Тальгайм,Тальхайм,טאלהיים,タールハイム,塔尔海姆		DE	01	081	08125	08125094	4953	Europe/Berlin
6555534	Untereisesheim	untereisesheim			DE	01	081	08125	08125096	4161	Europe/Berlin
6555535	Untergruppenbach	untergruppenbach			DE	01	081	08125	08125098	8385	Europe/Berlin
6555536	Wüstenrot	wuestenrot			DE	01	081	08125	08125107	6727	Europe/Berlin
6555537	Zaberfeld	zaberfeld			DE	01	081	08125	08125108	4097	Europe/Berlin
6555538	Bretzfeld	bretzfeld	Brecfeld,Bretcfel'd,bu lei ci fei er de,burettsuferuto,Бретцфельд,Брецфелд,ブレッツフェルト,布雷茨费尔德		DE	01	081	08126	08126011	12600	Europe/Berlin
6555539	Dörzbach	doerzbach			DE	01	081	08126	08126020	2476	Europe/Berlin
6555540	Kupferzell	kupferzell			DE	01	081	08126	08126047	6247	Europe/Berlin
6555541	Mulfingen	mulfingen			DE	01	081	08126	08126056	3657	Europe/Berlin
6555542	Pfedelbach	pfedelbach			DE	01	081	08126	08126069	9219	Europe/Berlin
6555543	Weißbach	weissbach	Vajsbakh,vu~aisubahha,wei si ba he,Вайсбах,Вајсбах,ヴァイスバッハ,魏斯巴赫		DE	01	081	08126	08126086	2030	Europe/Berlin
6555544	Zweiflingen	zweiflingen			DE	01	081	08126	08126094	1697	Europe/Berlin
6555545	Blaufelden	blaufelden			DE	01	081	08127	08127008	5286	Europe/Berlin
6555546	Braunsbach	braunsbach			DE	01	081	08127	08127009	2482	Europe/Berlin
6555547	Bühlertann	buehlertann			DE	01	081	08127	08127012	3058	Europe/Berlin
6555548	Bühlerzell	buehlerzell			DE	01	081	08127	08127013	2025	Europe/Berlin
6555549	Fichtenberg	fichtenberg	Fikhtenberg,fei xi teng bei ge,fihitenberuku,Фихтенберг,Фіхтенберг,フィヒテンベルク,菲希滕贝格		DE	01	081	08127	08127023	2990	Europe/Berlin
6555550	Mainhardt	mainhardt			DE	01	081	08127	08127052	6006	Europe/Berlin
6555551	Michelbach an der Bilz	michelbach-an-der-bilz			DE	01	081	08127	08127056	3445	Europe/Berlin
6555552	Michelfeld	michelfeld			DE	01	081	08127	08127059	3798	Europe/Berlin
6555553	Oberrot	oberrot			DE	01	081	08127	08127062	3609	Europe/Berlin
6555554	Obersontheim	obersontheim			DE	01	081	08127	08127063	5184	Europe/Berlin
6555555	Rot am See	rot-am-see			DE	01	081	08127	08127071	5398	Europe/Berlin
6555556	Satteldorf	satteldorf			DE	01	081	08127	08127073	5579	Europe/Berlin
6555557	Sulzbach-Laufen	sulzbach-laufen			DE	01	081	08127	08127079	2506	Europe/Berlin
6555558	Untermünkheim	untermuenkheim			DE	01	081	08127	08127086	3005	Europe/Berlin
6555559	Wallhausen	wallhausen	Val'khauzen,Valkhauzen,Vall'gauzen,vu~aruhauzen,Валльгаузен,Валхаузен,Вальхаузен,ヴァルハウゼン		DE	01	081	08127	08127091	3736	Europe/Berlin
6555560	Wolpertshausen	wolpertshausen			DE	01	081	08127	08127099	2297	Europe/Berlin
6555561	Stimpfach	stimpfach			DE	01	081	08127	08127104	3098	Europe/Berlin
6555562	Assamstadt	assamstadt			DE	01	081	08128	08128006	2220	Europe/Berlin
6555563	Großrinderfeld	grossrinderfeld			DE	01	081	08128	08128045	4031	Europe/Berlin
6555564	Igersheim	igersheim			DE	01	081	08128	08128058	5565	Europe/Berlin
6555565	Königheim	koenigheim			DE	01	081	08128	08128061	2983	Europe/Berlin
6555566	Werbach	werbach			DE	01	081	08128	08128128	3291	Europe/Berlin
6555567	Dischingen	dischingen			DE	01	081	08135	08135010	4347	Europe/Berlin
6555568	Gerstetten	gerstetten			DE	01	081	08135	08135015	11585	Europe/Berlin
6555569	Hermaringen	hermaringen			DE	01	081	08135	08135021	2204	Europe/Berlin
6555570	Königsbronn	koenigsbronn			DE	01	081	08135	08135025	7149	Europe/Berlin
6555571	Nattheim	nattheim			DE	01	081	08135	08135026	6197	Europe/Berlin
6555572	Sontheim an der Brenz	sontheim-an-der-brenz	Sontheim,Zontgajm,Zontkhajm an der Brenc,Zontkhajm-na-Brence,bu lun ci he pan song tai mu,Зонтгайм,Зонтхайм-на-Бренце,Зонтхајм ан дер Бренц,布伦茨河畔松泰姆		DE	01	081	08135	08135031	5581	Europe/Berlin
6555573	Steinheim am Albuch	steinheim-am-albuch			DE	01	081	08135	08135032	8639	Europe/Berlin
6555574	Abtsgmünd	abtsgmuend			DE	01	081	08136	08136002	7420	Europe/Berlin
6555575	Adelmannsfelden	adelmannsfelden			DE	01	081	08136	08136003	1710	Europe/Berlin
6555576	Bartholomä	bartholomae			DE	01	081	08136	08136007	2021	Europe/Berlin
6555577	Böbingen an der Rems	boebingen-an-der-rems			DE	01	081	08136	08136009	4547	Europe/Berlin
6555578	Durlangen	durlangen			DE	01	081	08136	08136015	2848	Europe/Berlin
6555579	Ellenberg	ellenberg	Ehllenberg,Elenberg,Ellenberg,elenbergi,Еленберг,Елленберг,Элленберг,ელენბერგი		DE	01	081	08136	08136018	1744	Europe/Berlin
6555580	Eschach	eschach	Ehshakh,Eshakh,ai sha he,eshakhi,Ешах,Эшах,ეშახი,埃沙赫		DE	01	081	08136	08136020	1776	Europe/Berlin
6555581	Essingen	essingen	Ehssingen,Esingen,ai xin gen,Есинген,Эссинген,埃辛根		DE	01	081	08136	08136021	6377	Europe/Berlin
6555582	Göggingen	goeggingen	Geggingen,Gegingen,Gjoggingen,ge jin gen,gegingeni,Геггінген,Гегинген,Гёггинген,გეგინგენი,格金根		DE	01	081	08136	08136024	2480	Europe/Berlin
6555583	Gschwend	gschwend			DE	01	081	08136	08136027	4891	Europe/Berlin
6555584	Heuchlingen	heuchlingen			DE	01	081	08136	08136029	1873	Europe/Berlin
6555585	Hüttlingen	huettlingen	Gjuttlingen,Khitlingen,Khjuttlingen,xu te lin gen,Гюттлінген,Хитлинген,Хюттлинген,ჰიუტლინგენი,许特林根		DE	01	081	08136	08136033	6155	Europe/Berlin
6555586	Iggingen	iggingen			DE	01	081	08136	08136034	2549	Europe/Berlin
6555587	Jagstzell	jagstzell			DE	01	081	08136	08136035	2309	Europe/Berlin
6555588	Kirchheim am Ries	kirchheim-am-ries			DE	01	081	08136	08136037	1790	Europe/Berlin
6555589	Leinzell	leinzell			DE	01	081	08136	08136040	2057	Europe/Berlin
6555590	Mögglingen	moegglingen			DE	01	081	08136	08136043	4247	Europe/Berlin
6555591	Mutlangen	mutlangen			DE	01	081	08136	08136044	6701	Europe/Berlin
6555592	Neuler	neuler			DE	01	081	08136	08136046	3196	Europe/Berlin
6555593	Obergröningen	obergroeningen			DE	01	081	08136	08136049	452	Europe/Berlin
6555594	Rosenberg	rosenberg	Rozenberg,luo sen bei ge,rozenbergi,Розенберг,როზენბერგი,罗森贝格		DE	01	081	08136	08136060	2653	Europe/Berlin
6555595	Ruppertshofen	ruppertshofen	Rupertskhofen,Ruppertsgofen,Ruppertskhofen,Рупертсхофен,Руппертсгофен,Руппертсхофен,რუპერტსჰოფენი		DE	01	081	08136	08136061	1884	Europe/Berlin
6555596	Schechingen	schechingen			DE	01	081	08136	08136062	2233	Europe/Berlin
6555597	Spraitbach	spraitbach			DE	01	081	08136	08136066	3325	Europe/Berlin
6555598	Stödtlen	stoedtlen			DE	01	081	08136	08136068	1872	Europe/Berlin
6555599	Täferrot	taeferrot			DE	01	081	08136	08136070	1008	Europe/Berlin
6555600	Tannhausen	tannhausen			DE	01	081	08136	08136071	1789	Europe/Berlin
6555601	Unterschneidheim	unterschneidheim			DE	01	081	08136	08136075	4755	Europe/Berlin
6555602	Waldstetten	waldstetten	Val'dshtetten,Valdshteten,wa er ci te teng,Валдштетен,Вальдштеттен,ვალდშტეტენი,瓦尔茨特滕		DE	01	081	08136	08136079	7075	Europe/Berlin
6555603	Westhausen	westhausen	Vestgauzen,Vestkhauzen,Вестгаузен,Вестхаузен,ვესტჰაუზენი		DE	01	081	08136	08136082	6057	Europe/Berlin
6555604	Wört	woert			DE	01	081	08136	08136084	1477	Europe/Berlin
6555605	Baden-Baden	baden-baden	Baden-Baden,Stadt Baden-Baden		DE	01	082	08211	08211000	55185	Europe/Berlin
6555606	Karlsruhe	karlsruhe	Administrativnyj okrug Karlsrueh,Distretto governativo di Karlsruhe,District de Karlsruhe,Distriktaro Karlsruhe,Karlsrue,Karlsruhe,Karlsruhe ringkond,Karlsruhen hallintopiiri,Provincia Carolsruha,Regierungsbezierk Karlsruhe,Regierungsbezirk Karlsruhe,Region de Karlsruhe,Región de Karlsruhe,Rejencja Karlsruhe,Rexion de Karlsruhe,Rexión de Karlsruhe,Stadt Karlsruhe,Vladni obvod Karlsruhe,Vládní obvod Karlsruhe,ka er si lu e xing zheng qu,kaleulseulue hyeon,karlsrwhh,karusurue xing zheng guan qu,Административный округ Карлсруэ,Карлсруе,کارلسروهه,კარლსრუეს ადმინისტრაციული ოლქი,カールスルーエ行政管区,卡尔斯鲁厄行政区,카를스루에 현		DE	01	082	08212	08212000	312060	Europe/Berlin
6555607	Forst	forst			DE	01	082	08215	08215021	8092	Europe/Berlin
6555608	Gondelsheim	gondelsheim			DE	01	082	08215	08215025	4023	Europe/Berlin
6555609	Hambrücken	hambruecken			DE	01	082	08215	08215029	5578	Europe/Berlin
6555610	Kronau	kronau	Kronau,ke luo nao,Кронау,克罗瑙		DE	01	082	08215	08215039	5880	Europe/Berlin
6555611	Kürnbach	kuernbach			DE	01	082	08215	08215040	2390	Europe/Berlin
6555612	Malsch	malsch	Mal'sh,Malsh,ma er shi,Малш,Мальш,马尔施		DE	01	082	08215	08215046	14656	Europe/Berlin
6555613	Oberderdingen	oberderdingen			DE	01	082	08215	08215059	11119	Europe/Berlin
6555614	Sulzfeld	sulzfeld	Zul'cfel'd,Zulcfeld,su er ci fei er de,Зулцфелд,Зульцфельд,苏尔茨费尔德		DE	01	082	08215	08215082	4814	Europe/Berlin
6555615	Ubstadt-Weiher	ubstadt-weiher			DE	01	082	08215	08215084	13131	Europe/Berlin
6555616	Zaisenhausen	zaisenhausen			DE	01	082	08215	08215094	1776	Europe/Berlin
6555617	Graben-Neudorf	graben-neudorf			DE	01	082	08215	08215099	12185	Europe/Berlin
6555618	Eggenstein-Leopoldshafen	eggenstein-leopoldshafen			DE	01	082	08215	08215102	16430	Europe/Berlin
6555619	Karlsdorf-Neuthard	karlsdorf-neuthard			DE	01	082	08215	08215103	10627	Europe/Berlin
6555620	Linkenheim-Hochstetten	linkenheim-hochstetten			DE	01	082	08215	08215105	11897	Europe/Berlin
6555621	Oberhausen-Rheinhausen	oberhausen-rheinhausen			DE	01	082	08215	08215107	9549	Europe/Berlin
6555622	Au am Rhein	au-am-rhein			DE	01	082	08216	08216002	3396	Europe/Berlin
6555623	Bietigheim	bietigheim	Bitigajm,Bitigkhajm,bi di ge hai mu,Битигхайм,Битигхајм,Бітігайм,比蒂格海姆		DE	01	082	08216	08216005	6507	Europe/Berlin
6555624	Bischweier	bischweier			DE	01	082	08216	08216006	3018	Europe/Berlin
6555625	Bühlertal	buehlertal			DE	01	082	08216	08216008	8072	Europe/Berlin
6555626	Durmersheim	durmersheim			DE	01	082	08216	08216009	12093	Europe/Berlin
6555627	Elchesheim-Illingen	elchesheim-illingen			DE	01	082	08216	08216012	3253	Europe/Berlin
6555628	Forbach	forbach			DE	01	082	08216	08216013	4684	Europe/Berlin
6555629	Hügelsheim	huegelsheim			DE	01	082	08216	08216022	5120	Europe/Berlin
6555630	Iffezheim	iffezheim			DE	01	082	08216	08216023	5184	Europe/Berlin
6555631	Loffenau	loffenau			DE	01	082	08216	08216029	2491	Europe/Berlin
6555632	Muggensturm	muggensturm			DE	01	082	08216	08216033	6235	Europe/Berlin
6555633	Ötigheim	oetigheim			DE	01	082	08216	08216039	4918	Europe/Berlin
6555634	Ottersweier	ottersweier			DE	01	082	08216	08216041	6367	Europe/Berlin
6555635	Sinzheim	sinzheim			DE	01	082	08216	08216049	11337	Europe/Berlin
6555636	Steinmauern	steinmauern			DE	01	082	08216	08216052	3126	Europe/Berlin
6555637	Weisenbach	weisenbach			DE	01	082	08216	08216059	2509	Europe/Berlin
6555638	Heidelberg	heidelberg	Heidelberg,Stadt Heidelberg		DE	01	082	08221	08221000	161485	Europe/Berlin
6555639	Aglasterhausen	aglasterhausen	Aglasterkhauzen,a ge la si te lao sen,agurasutahauzen,Агластерхаузен,アグラスターハウゼン,阿格拉斯特劳森		DE	01	082	08225	08225002	4827	Europe/Berlin
6555640	Billigheim	billigheim			DE	01	082	08225	08225009	5900	Europe/Berlin
6555641	Binau	binau			DE	01	082	08225	08225010	1422	Europe/Berlin
6555642	Fahrenbach	fahrenbach			DE	01	082	08225	08225024	2767	Europe/Berlin
6555643	Hardheim	hardheim			DE	01	082	08225	08225032	6647	Europe/Berlin
6555644	Haßmersheim	hassmersheim			DE	01	082	08225	08225033	4986	Europe/Berlin
6555645	Höpfingen	hoepfingen			DE	01	082	08225	08225039	2979	Europe/Berlin
6555646	Hüffenhardt	hueffenhardt			DE	01	082	08225	08225042	2069	Europe/Berlin
6555647	Limbach	limbach	Limbakh,rimubahha,Лимбах,Лімбах,リムバッハ		DE	01	082	08225	08225052	4476	Europe/Berlin
6555648	Mudau	mudau			DE	01	082	08225	08225060	4865	Europe/Berlin
6555649	Neckargerach	neckargerach			DE	01	082	08225	08225064	2325	Europe/Berlin
6555650	Neckarzimmern	neckarzimmern			DE	01	082	08225	08225067	1509	Europe/Berlin
6555651	Neunkirchen	neunkirchen	Nojnkirkhen,noinkiruhyen,nwykyrshn  badn-wwrtmbrg,Нойнкирхен,Нойнкірхен,Нојнкирхен,نویکیرشن، بادن-وورتمبرگ,ノインキルヒェン		DE	01	082	08225	08225068	1836	Europe/Berlin
6555652	Obrigheim	obrigheim	Obrigajm,Obrigkhajm,ao bu li ge hai mu,opurihihaimu,Обригхайм,Обригхајм,Обрігайм,オプリヒハイム,奥布里格海姆		DE	01	082	08225	08225074	5387	Europe/Berlin
6555653	Rosenberg	rosenberg			DE	01	082	08225	08225082	2067	Europe/Berlin
6555654	Seckach	seckach			DE	01	082	08225	08225091	4110	Europe/Berlin
6555655	Zwingenberg	zwingenberg			DE	01	082	08225	08225113	681	Europe/Berlin
6555656	Altlußheim	altlussheim			DE	01	082	08226	08226003	6181	Europe/Berlin
6555657	Bammental	bammental			DE	01	082	08226	08226006	6565	Europe/Berlin
6555658	Brühl	bruehl			DE	01	082	08226	08226009	14321	Europe/Berlin
6555659	Dielheim	dielheim			DE	01	082	08226	08226010	9039	Europe/Berlin
6555660	Dossenheim	dossenheim			DE	01	082	08226	08226012	12651	Europe/Berlin
6555661	Eschelbronn	eschelbronn			DE	01	082	08226	08226020	2693	Europe/Berlin
6555662	Heddesbach	heddesbach			DE	01	082	08226	08226027	459	Europe/Berlin
6555663	Heddesheim	heddesheim			DE	01	082	08226	08226028	11683	Europe/Berlin
6555664	Heiligkreuzsteinach	heiligkreuzsteinach			DE	01	082	08226	08226029	2621	Europe/Berlin
6555665	Ilvesheim	ilvesheim			DE	01	082	08226	08226036	9350	Europe/Berlin
6555666	Ketsch	ketsch			DE	01	082	08226	08226037	12875	Europe/Berlin
6555667	Laudenbach	laudenbach			DE	01	082	08226	08226040	6367	Europe/Berlin
6555668	Malsch	malsch			DE	01	082	08226	08226046	3468	Europe/Berlin
6555669	Meckesheim	meckesheim			DE	01	082	08226	08226049	5171	Europe/Berlin
6555670	Mühlhausen	muehlhausen			DE	01	082	08226	08226054	8535	Europe/Berlin
6555671	Neidenstein	neidenstein			DE	01	082	08226	08226058	1743	Europe/Berlin
6555672	Neulußheim	neulussheim			DE	01	082	08226	08226059	7107	Europe/Berlin
6555673	Oftersheim	oftersheim			DE	01	082	08226	08226062	12205	Europe/Berlin
6555674	Plankstadt	plankstadt			DE	01	082	08226	08226063	10377	Europe/Berlin
6555675	Reichartshausen	reichartshausen			DE	01	082	08226	08226066	2088	Europe/Berlin
6555676	Reilingen	reilingen			DE	01	082	08226	08226068	7672	Europe/Berlin
6555677	Sandhausen	sandhausen			DE	01	082	08226	08226076	15242	Europe/Berlin
6555678	Spechbach	spechbach			DE	01	082	08226	08226086	1720	Europe/Berlin
6555679	Wilhelmsfeld	wilhelmsfeld			DE	01	082	08226	08226099	3168	Europe/Berlin
6555680	Zuzenhausen	zuzenhausen			DE	01	082	08226	08226101	2212	Europe/Berlin
6555681	St. Leon-Rot	st-leon-rot			DE	01	082	08226	08226103	13766	Europe/Berlin
6555682	Edingen-Neckarhausen	edingen-neckarhausen			DE	01	082	08226	08226105	14129	Europe/Berlin
6555683	Helmstadt-Bargen	helmstadt-bargen			DE	01	082	08226	08226106	3795	Europe/Berlin
6555684	Althengstett	althengstett			DE	01	082	08235	08235007	7936	Europe/Berlin
6555685	Dobel	dobel			DE	01	082	08235	08235018	2372	Europe/Berlin
6555686	Ebhausen	ebhausen			DE	01	082	08235	08235020	4807	Europe/Berlin
6555687	Egenhausen	egenhausen			DE	01	082	08235	08235022	2046	Europe/Berlin
6555688	Enzklösterle	enzkloesterle			DE	01	082	08235	08235025	1236	Europe/Berlin
6555689	Gechingen	gechingen			DE	01	082	08235	08235029	3638	Europe/Berlin
6555690	Höfen an der Enz	hoefen-an-der-enz			DE	01	082	08235	08235035	1730	Europe/Berlin
6555691	Neuweiler	neuweiler			DE	01	082	08235	08235050	3124	Europe/Berlin
6555692	Oberreichenbach	oberreichenbach	Oberajkhenbakh,Oberayxenbax,Oberrajkhenbakh,shang lai xing ba he,Оберајхенбах,Оберрайхенбах,Օբերայխենբախ,上赖兴巴赫		DE	01	082	08235	08235055	2836	Europe/Berlin
6555693	Ostelsheim	ostelsheim			DE	01	082	08235	08235057	2453	Europe/Berlin
6555694	Rohrdorf	rohrdorf			DE	01	082	08235	08235060	1967	Europe/Berlin
6555695	Schömberg	schoemberg	Schoemberg im Schwarzwald,Schömberg im Schwarzwald,Shemberg,Shjomberg,Syomberg,Шемберг,Шёмберг,Շյոմբերգ		DE	01	082	08235	08235065	8041	Europe/Berlin
6555696	Simmersfeld	simmersfeld			DE	01	082	08235	08235066	2107	Europe/Berlin
6555697	Simmozheim	simmozheim			DE	01	082	08235	08235067	2884	Europe/Berlin
6555698	Unterreichenbach	unterreichenbach			DE	01	082	08235	08235073	2435	Europe/Berlin
6555699	Birkenfeld	birkenfeld	Birkenfel'd,Birkenfeld,Биркенфелд,Биркенфельд,Біркенфельд,Բիրկենֆելդ		DE	01	082	08236	08236004	10304	Europe/Berlin
6555700	Eisingen	eisingen	Ajzingen,Ayzingen,ai xin gen,Айзинген,Айзінген,Ајзинген,Այզինգեն,艾辛根		DE	01	082	08236	08236011	4724	Europe/Berlin
6555701	Engelsbrand	engelsbrand			DE	01	082	08236	08236013	4471	Europe/Berlin
6555702	Friolzheim	friolzheim			DE	01	082	08236	08236019	4153	Europe/Berlin
6555703	Illingen	illingen	Ilingen,Illingen,Illingeni vald,Іллінген,Илинген,Иллинген,Իլինգեն		DE	01	082	08236	08236028	7777	Europe/Berlin
6555704	Ispringen	ispringen			DE	01	082	08236	08236030	6000	Europe/Berlin
6555705	Kieselbronn	kieselbronn			DE	01	082	08236	08236031	3029	Europe/Berlin
6555706	Mönsheim	moensheim			DE	01	082	08236	08236039	2861	Europe/Berlin
6555707	Neuhausen	neuhausen	Nojgauzen,Nojkhauzen,Noyhauzen,nuo yi hao sen,Нойгаузен,Нойхаузен,Нојхаузен,Նոյհաուզեն,诺伊豪森		DE	01	082	08236	08236044	5216	Europe/Berlin
6555708	Niefern-Öschelbronn	niefern-oeschelbronn			DE	01	082	08236	08236046	12052	Europe/Berlin
6555709	Ötisheim	oetisheim			DE	01	082	08236	08236050	4735	Europe/Berlin
6555710	Sternenfels	sternenfels			DE	01	082	08236	08236061	2846	Europe/Berlin
6555711	Tiefenbronn	tiefenbronn			DE	01	082	08236	08236062	5375	Europe/Berlin
6555712	Wiernsheim	wiernsheim			DE	01	082	08236	08236065	6815	Europe/Berlin
6555713	Wimsheim	wimsheim			DE	01	082	08236	08236067	2877	Europe/Berlin
6555714	Wurmberg	wurmberg			DE	01	082	08236	08236068	3241	Europe/Berlin
6555715	Ölbronn-Dürrn	oelbronn-duerrn			DE	01	082	08236	08236075	3464	Europe/Berlin
6555716	Königsbach-Stein	koenigsbach-stein			DE	01	082	08236	08236076	10028	Europe/Berlin
6555717	Baiersbronn	baiersbronn	Baiersbronn,Bairsbronn,Bajersbron,Bajrsbron,Bayrsbron,bai er si bu long,Байрсброн,Баїрсбронн,Бајерсброн,Бајрсброн,Բայրսբրոն,拜尔斯布龙		DE	01	082	08237	08237004	14705	Europe/Berlin
6555719	Empfingen	empfingen			DE	01	082	08237	08237024	4103	Europe/Berlin
6555720	Eutingen im Gäu	eutingen-im-gaeu			DE	01	082	08237	08237027	5795	Europe/Berlin
6555721	Glatten	glatten			DE	01	082	08237	08237030	2404	Europe/Berlin
6555722	Grömbach	groembach	Grembakh,Grjombakh,Gryombax,Грембах,Грёмбах,Գրյոմբախ		DE	01	082	08237	08237032	602	Europe/Berlin
6555723	Loßburg	lossburg			DE	01	082	08237	08237045	7435	Europe/Berlin
6555724	Pfalzgrafenweiler	pfalzgrafenweiler			DE	01	082	08237	08237054	7171	Europe/Berlin
6555725	Schopfloch	schopfloch	Shopflokh,Sopflox,shao pu fu luo,Шопфлох,Շոպֆլոխ,绍普夫洛		DE	01	082	08237	08237061	2571	Europe/Berlin
6555726	Wörnersberg	woernersberg			DE	01	082	08237	08237072	219	Europe/Berlin
6555727	Bad Rippoldsau-Schapbach	bad-rippoldsau-schapbach			DE	01	082	08237	08237075	2061	Europe/Berlin
6555728	Freiburg im Breisgau	freiburg-im-breisgau	Freiburg im Breisgau,Stadt Freiburg im Breisgau		DE	01	083	08311	08311000	231195	Europe/Berlin
6555729	Auggen	auggen			DE	01	083	08315	08315004	2796	Europe/Berlin
6555730	Bad Krozingen	bad-krozingen			DE	01	083	08315	08315006	20377	Europe/Berlin
6555731	Badenweiler	badenweiler			DE	01	083	08315	08315007	4432	Europe/Berlin
6555732	Ballrechten-Dottingen	ballrechten-dottingen			DE	01	083	08315	08315008	2440	Europe/Berlin
6555733	Bötzingen	boetzingen			DE	01	083	08315	08315013	5331	Europe/Berlin
6555734	Bollschweil	bollschweil			DE	01	083	08315	08315014	2338	Europe/Berlin
6555735	Breitnau	breitnau			DE	01	083	08315	08315016	1751	Europe/Berlin
6555736	Buchenbach	buchenbach			DE	01	083	08315	08315020	3129	Europe/Berlin
6555737	Buggingen	buggingen			DE	01	083	08315	08315022	4387	Europe/Berlin
6555738	Ebringen	ebringen			DE	01	083	08315	08315028	2867	Europe/Berlin
6555739	Eichstetten am Kaiserstuhl	eichstetten-am-kaiserstuhl			DE	01	083	08315	08315030	3632	Europe/Berlin
6555740	Eisenbach (Hochschwarzwald)	eisenbach-hochschwarzwald			DE	01	083	08315	08315031	2131	Europe/Berlin
6555741	Eschbach	eschbach	Ehshbakh,Esbax,Eshbakh,Ешбах,Эшбах,Էշբախ		DE	01	083	08315	08315033	2491	Europe/Berlin
6555742	Friedenweiler	friedenweiler			DE	01	083	08315	08315039	2007	Europe/Berlin
6555743	Gottenheim	gottenheim			DE	01	083	08315	08315043	2912	Europe/Berlin
6555744	Gundelfingen	gundelfingen			DE	01	083	08315	08315047	11683	Europe/Berlin
6555745	Hartheim	hartheim			DE	01	083	08315	08315048	4768	Europe/Berlin
6555746	Heuweiler	heuweiler			DE	01	083	08315	08315051	1141	Europe/Berlin
6555747	Hinterzarten	hinterzarten			DE	01	083	08315	08315052	2631	Europe/Berlin
6555748	Horben	horben			DE	01	083	08315	08315056	1166	Europe/Berlin
6555749	Ihringen	ihringen			DE	01	083	08315	08315059	6152	Europe/Berlin
6555750	Kirchzarten	kirchzarten			DE	01	083	08315	08315064	9743	Europe/Berlin
6555751	Lenzkirch	lenzkirch			DE	01	083	08315	08315068	5064	Europe/Berlin
6555752	Merdingen	merdingen			DE	01	083	08315	08315072	2582	Europe/Berlin
6555753	Merzhausen	merzhausen			DE	01	083	08315	08315073	5288	Europe/Berlin
6555754	Oberried	oberried			DE	01	083	08315	08315084	2892	Europe/Berlin
6555755	Pfaffenweiler	pfaffenweiler			DE	01	083	08315	08315089	2589	Europe/Berlin
6555756	St. Märgen	st-maergen			DE	01	083	08315	08315094	1863	Europe/Berlin
6555757	St. Peter	st-peter			DE	01	083	08315	08315095	2626	Europe/Berlin
6555758	Schallstadt	schallstadt			DE	01	083	08315	08315098	6351	Europe/Berlin
6555759	Schluchsee	schluchsee	Shlukhze,Шлухзе		DE	01	083	08315	08315102	2508	Europe/Berlin
6555760	Sölden	soelden	Zel'den,Zelden,Zjol'den,se er deng,Зелден,Зельден,Зёльден,瑟尔登		DE	01	083	08315	08315107	1275	Europe/Berlin
6555761	Stegen	stegen			DE	01	083	08315	08315109	4511	Europe/Berlin
6555762	Umkirch	umkirch			DE	01	083	08315	08315115	5763	Europe/Berlin
6555763	Wittnau	wittnau	Vitnau,Vittnau,Витнау,Виттнау,Віттнау,Վիթնաու		DE	01	083	08315	08315125	1516	Europe/Berlin
6555764	Bahlingen am Kaiserstuhl	bahlingen-am-kaiserstuhl			DE	01	083	08316	08316002	4236	Europe/Berlin
6555765	Denzlingen	denzlingen			DE	01	083	08316	08316009	13624	Europe/Berlin
6555766	Forchheim	forchheim	Forchheim am Kaiserstuhl,Forkhgajm,Forkhgajm-am-Kajzershtul',Forkhkhajm,Forxhaym,Форхгайм,Форхгайм-ам-Кайзерштуль,Форххайм,Форххајм,Ֆորխհայմ		DE	01	083	08316	08316013	1416	Europe/Berlin
6555767	Gutach im Breisgau	gutach-im-breisgau			DE	01	083	08316	08316014	4580	Europe/Berlin
6555768	Malterdingen	malterdingen			DE	01	083	08316	08316024	3236	Europe/Berlin
6555769	Riegel am Kaiserstuhl	riegel-am-kaiserstuhl			DE	01	083	08316	08316037	4006	Europe/Berlin
6555770	Sasbach am Kaiserstuhl	sasbach-am-kaiserstuhl			DE	01	083	08316	08316038	3397	Europe/Berlin
6555771	Sexau	sexau			DE	01	083	08316	08316039	3397	Europe/Berlin
6555772	Teningen	teningen			DE	01	083	08316	08316043	12111	Europe/Berlin
6555773	Vörstetten	voerstetten			DE	01	083	08316	08316045	3104	Europe/Berlin
6555774	Weisweil	weisweil			DE	01	083	08316	08316049	2144	Europe/Berlin
6555775	Wyhl am Kaiserstuhl	wyhl-am-kaiserstuhl			DE	01	083	08316	08316051	3853	Europe/Berlin
6555776	Winden im Elztal	winden-im-elztal			DE	01	083	08316	08316055	2886	Europe/Berlin
6555777	Appenweier	appenweier			DE	01	083	08317	08317005	10244	Europe/Berlin
6555778	Bad Peterstal-Griesbach	bad-peterstal-griesbach			DE	01	083	08317	08317008	2748	Europe/Berlin
6555779	Berghaupten	berghaupten			DE	01	083	08317	08317009	2389	Europe/Berlin
6555780	Biberach	biberach	Biberach/Baden,Biberakh,Биберах,Біберах		DE	01	083	08317	08317011	3697	Europe/Berlin
6555781	Fischerbach	fischerbach			DE	01	083	08317	08317029	1784	Europe/Berlin
6555782	Friesenheim	friesenheim			DE	01	083	08317	08317031	13262	Europe/Berlin
6555783	Gutach (Schwarzwaldbahn)	gutach-schwarzwaldbahn			DE	01	083	08317	08317039	2314	Europe/Berlin
6555784	Hofstetten	hofstetten	Gofshtetten,Khofshteten,Khofshtetten,huo fu si te teng,Гофштеттен,Хофштетен,Хофштеттен,霍夫斯特滕		DE	01	083	08317	08317046	1802	Europe/Berlin
6555785	Kappelrodeck	kappelrodeck			DE	01	083	08317	08317056	6128	Europe/Berlin
6555786	Kippenheim	kippenheim			DE	01	083	08317	08317059	5552	Europe/Berlin
6555787	Lautenbach	lautenbach	Lautenbakh,lao teng ba he,Лаутенбах,劳滕巴赫		DE	01	083	08317	08317067	1861	Europe/Berlin
6555788	Lauf	lauf			DE	01	083	08317	08317068	3980	Europe/Berlin
6555789	Meißenheim	meissenheim			DE	01	083	08317	08317075	4030	Europe/Berlin
6555790	Mühlenbach	muehlenbach	Milenbakh,Mjulenbakh,mi he lun ba,Миленбах,Мюленбах,米赫伦巴		DE	01	083	08317	08317078	1674	Europe/Berlin
6555791	Nordrach	nordrach			DE	01	083	08317	08317085	1802	Europe/Berlin
6555792	Oberharmersbach	oberharmersbach			DE	01	083	08317	08317088	2481	Europe/Berlin
6555793	Oberwolfach	oberwolfach			DE	01	083	08317	08317093	2641	Europe/Berlin
6555794	Ohlsbach	ohlsbach			DE	01	083	08317	08317097	3292	Europe/Berlin
6555795	Ortenberg	ortenberg	Ortenberg,Ортенберг		DE	01	083	08317	08317100	3435	Europe/Berlin
6555796	Ottenhöfen im Schwarzwald	ottenhoefen-im-schwarzwald			DE	01	083	08317	08317102	3221	Europe/Berlin
6555797	Ringsheim	ringsheim			DE	01	083	08317	08317113	2422	Europe/Berlin
6555798	Rust	rust	Rust,rwst,Руст,روست		DE	01	083	08317	08317114	4258	Europe/Berlin
6555799	Sasbach	sasbach	Zasbakh,Засбах		DE	01	083	08317	08317116	5227	Europe/Berlin
6555800	Sasbachwalden	sasbachwalden			DE	01	083	08317	08317118	2596	Europe/Berlin
6555801	Schuttertal	schuttertal			DE	01	083	08317	08317121	3176	Europe/Berlin
6555802	Schutterwald	schutterwald			DE	01	083	08317	08317122	7217	Europe/Berlin
6555803	Seebach	seebach	Zebakh,Zeebakh,Зебах,Зеебах		DE	01	083	08317	08317126	1422	Europe/Berlin
6555804	Seelbach	seelbach	Zeel'bakh,Zel'bakh,Zelbakh,sai er ba he,Зеельбах,Зелбах,Зельбах,塞爾巴赫		DE	01	083	08317	08317127	4928	Europe/Berlin
6555805	Steinach	steinach	Shtajnakh,Штайнах,Штајнах		DE	01	083	08317	08317129	3984	Europe/Berlin
6555806	Willstätt	willstaett			DE	01	083	08317	08317141	10013	Europe/Berlin
6555807	Kappel-Grafenhausen	kappel-grafenhausen			DE	01	083	08317	08317152	5016	Europe/Berlin
6555808	Aichhalden	aichhalden			DE	01	083	08325	08325001	4201	Europe/Berlin
6555809	Bösingen	boesingen	Besingen,Bezingen,Bjozingen,Безінген,Бесинген,Бёзинген		DE	01	083	08325	08325009	3336	Europe/Berlin
6555810	Dietingen	dietingen			DE	01	083	08325	08325011	4115	Europe/Berlin
6555811	Dunningen	dunningen			DE	01	083	08325	08325014	6383	Europe/Berlin
6555812	Epfendorf	epfendorf			DE	01	083	08325	08325015	3288	Europe/Berlin
6555813	Hardt	hardt	Gardt,Khardt,Гардт,Хардт		DE	01	083	08325	08325024	2528	Europe/Berlin
6555814	Lauterbach/Schwarzwald	lauterbach-schwarzwald			DE	01	083	08325	08325036	2879	Europe/Berlin
6555816	Villingendorf	villingendorf			DE	01	083	08325	08325060	3395	Europe/Berlin
6555817	Vöhringen	voehringen	Feringen,Fjoringen,Феринген,Ферінген,Фёринген		DE	01	083	08325	08325061	4359	Europe/Berlin
6555818	Zimmern ob Rottweil	zimmern-ob-rottweil			DE	01	083	08325	08325069	6325	Europe/Berlin
6555819	Fluorn-Winzeln	fluorn-winzeln			DE	01	083	08325	08325070	3097	Europe/Berlin
6555820	Deißlingen	deisslingen			DE	01	083	08325	08325072	6108	Europe/Berlin
6555821	Dauchingen	dauchingen			DE	01	083	08326	08326010	3799	Europe/Berlin
6555822	Gütenbach	guetenbach			DE	01	083	08326	08326020	1136	Europe/Berlin
6555823	Königsfeld im Schwarzwald	koenigsfeld-im-schwarzwald			DE	01	083	08326	08326031	6040	Europe/Berlin
6555824	Mönchweiler	moenchweiler			DE	01	083	08326	08326037	3000	Europe/Berlin
6555825	Niedereschach	niedereschach			DE	01	083	08326	08326041	5913	Europe/Berlin
6555826	Schönwald im Schwarzwald	schoenwald-im-schwarzwald			DE	01	083	08326	08326054	2477	Europe/Berlin
6555827	Schonach im Schwarzwald	schonach-im-schwarzwald			DE	01	083	08326	08326055	4031	Europe/Berlin
6555828	Unterkirnach	unterkirnach			DE	01	083	08326	08326065	2565	Europe/Berlin
6555829	Aldingen	aldingen			DE	01	083	08327	08327002	7592	Europe/Berlin
6555830	Bärenthal	baerenthal			DE	01	083	08327	08327004	486	Europe/Berlin
6555831	Balgheim	balgheim			DE	01	083	08327	08327005	1244	Europe/Berlin
6555832	Böttingen	boettingen			DE	01	083	08327	08327006	1392	Europe/Berlin
6555833	Bubsheim	bubsheim			DE	01	083	08327	08327007	1369	Europe/Berlin
6555834	Buchheim	buchheim	Bukhajm,Bukhgajm,Bukhkhajm,bu hai mu,Бухајм,Бухгайм,Буххайм,布海姆		DE	01	083	08327	08327008	686	Europe/Berlin
6555835	Deilingen	deilingen			DE	01	083	08327	08327009	1777	Europe/Berlin
6555836	Denkingen	denkingen			DE	01	083	08327	08327010	2702	Europe/Berlin
6555837	Dürbheim	duerbheim			DE	01	083	08327	08327011	1698	Europe/Berlin
6555838	Durchhausen	durchhausen			DE	01	083	08327	08327012	1004	Europe/Berlin
6555839	Egesheim	egesheim			DE	01	083	08327	08327013	652	Europe/Berlin
6555840	Frittlingen	frittlingen			DE	01	083	08327	08327017	2149	Europe/Berlin
6555841	Gosheim	gosheim			DE	01	083	08327	08327019	3807	Europe/Berlin
6555842	Gunningen	gunningen			DE	01	083	08327	08327020	750	Europe/Berlin
6555843	Hausen ob Verena	hausen-ob-verena			DE	01	083	08327	08327023	770	Europe/Berlin
6555844	Immendingen	immendingen			DE	01	083	08327	08327025	6353	Europe/Berlin
6555845	Irndorf	irndorf			DE	01	083	08327	08327027	695	Europe/Berlin
6555846	Königsheim	koenigsheim			DE	01	083	08327	08327029	572	Europe/Berlin
6555847	Kolbingen	kolbingen			DE	01	083	08327	08327030	1263	Europe/Berlin
6555848	Mahlstetten	mahlstetten			DE	01	083	08327	08327033	795	Europe/Berlin
6555849	Neuhausen ob Eck	neuhausen-ob-eck			DE	01	083	08327	08327038	3810	Europe/Berlin
6555850	Reichenbach am Heuberg	reichenbach-am-heuberg	Rajkhenbakh am Khojberg,Rajkhenbakh-am-Khojberg,huo yi bei ge shan lu lai xing ba he,Райхенбах-ам-Хойберг,Рајхенбах ам Хојберг,霍伊贝格山麓赖兴巴赫		DE	01	083	08327	08327040	515	Europe/Berlin
6555851	Renquishausen	renquishausen			DE	01	083	08327	08327041	758	Europe/Berlin
6555852	Talheim	talheim	Tal'gajm,Tal'khajm,Talkhajm,Thalheim,Талхајм,Тальгайм,Тальхайм		DE	01	083	08327	08327048	1247	Europe/Berlin
6555853	Wehingen	wehingen			DE	01	083	08327	08327051	3667	Europe/Berlin
6555854	Wurmlingen	wurmlingen	Vurmlingen,wu er mu lin gen,Вурмлинген,武尔姆林根		DE	01	083	08327	08327054	3822	Europe/Berlin
6555855	Seitingen-Oberflacht	seitingen-oberflacht			DE	01	083	08327	08327055	2551	Europe/Berlin
6555856	Rietheim-Weilheim	rietheim-weilheim			DE	01	083	08327	08327056	2829	Europe/Berlin
6555857	Emmingen-Liptingen	emmingen-liptingen			DE	01	083	08327	08327057	4748	Europe/Berlin
6555858	Allensbach	allensbach			DE	01	083	08335	08335002	7084	Europe/Berlin
6555859	Büsingen am Hochrhein	buesingen-am-hochrhein			DE	01	083	08335	08335015	1536	Europe/Busingen
6555860	Eigeltingen	eigeltingen			DE	01	083	08335	08335021	3862	Europe/Berlin
6555861	Gaienhofen	gaienhofen			DE	01	083	08335	08335025	3388	Europe/Berlin
6555862	Gailingen am Hochrhein	gailingen-am-hochrhein			DE	01	083	08335	08335026	2915	Europe/Berlin
6555863	Gottmadingen	gottmadingen			DE	01	083	08335	08335028	10760	Europe/Berlin
6555864	Hilzingen	hilzingen			DE	01	083	08335	08335035	8766	Europe/Berlin
6555865	Moos	moos	Mos,Мос		DE	01	083	08335	08335055	3295	Europe/Berlin
6555866	Mühlingen	muehlingen			DE	01	083	08335	08335057	2518	Europe/Berlin
6555867	Öhningen	oehningen			DE	01	083	08335	08335061	3688	Europe/Berlin
6555868	Steißlingen	steisslingen			DE	01	083	08335	08335077	4865	Europe/Berlin
6555869	Volkertshausen	volkertshausen			DE	01	083	08335	08335081	3153	Europe/Berlin
6555870	Mühlhausen-Ehingen	muehlhausen-ehingen			DE	01	083	08335	08335097	3880	Europe/Berlin
6555871	Bodman-Ludwigshafen	bodman-ludwigshafen			DE	01	083	08335	08335098	4661	Europe/Berlin
6555872	Orsingen-Nenzingen	orsingen-nenzingen			DE	01	083	08335	08335099	3524	Europe/Berlin
6555873	Aitern	aitern			DE	01	083	08336	08336004	532	Europe/Berlin
6555874	Bad Bellingen	bad-bellingen			DE	01	083	08336	08336006	4600	Europe/Berlin
6555875	Binzen	binzen			DE	01	083	08336	08336008	3024	Europe/Berlin
6555876	Böllen	boellen	Belen,Bellen,Bjollen,bo lun,Белен,Беллен,Бёллен,伯伦		DE	01	083	08336	08336010	97	Europe/Berlin
6555878	Efringen-Kirchen	efringen-kirchen			DE	01	083	08336	08336014	8669	Europe/Berlin
6555879	Eimeldingen	eimeldingen			DE	01	083	08336	08336019	2563	Europe/Berlin
6555881	Fischingen	fischingen	Fishingen,Фишинген,Фішинген		DE	01	083	08336	08336024	787	Europe/Berlin
6555882	Hasel	hasel	Gazel',Khazel,Khazel',Газель,Хазел,Хазель		DE	01	083	08336	08336034	1103	Europe/Berlin
6555883	Hausen im Wiesental	hausen-im-wiesental			DE	01	083	08336	08336036	2376	Europe/Berlin
6555884	Inzlingen	inzlingen			DE	01	083	08336	08336043	2516	Europe/Berlin
6555885	Maulburg	maulburg			DE	01	083	08336	08336057	4278	Europe/Berlin
6555888	Rümmingen	ruemmingen			DE	01	083	08336	08336073	1893	Europe/Berlin
6555890	Schallbach	schallbach	Shal'bakh,Shalbakh,Shall'bakh,sha er ba he,Шалбах,Шалльбах,Шальбах,沙尔巴赫		DE	01	083	08336	08336075	771	Europe/Berlin
6555891	Schliengen	schliengen			DE	01	083	08336	08336078	5718	Europe/Berlin
6555892	Schönenberg	schoenenberg	Shenenberg,Shjonenberg,she nen bei ge,Шененберг,Шёненберг,舍嫩贝格		DE	01	083	08336	08336080	346	Europe/Berlin
6555893	Schwörstadt	schwoerstadt			DE	01	083	08336	08336082	2579	Europe/Berlin
6555894	Steinen	steinen			DE	01	083	08336	08336084	9988	Europe/Berlin
6555896	Tunau	tunau	Tunau,tu nao,Тунау,图瑙		DE	01	083	08336	08336089	185	Europe/Berlin
6555897	Utzenfeld	utzenfeld			DE	01	083	08336	08336090	618	Europe/Berlin
6555898	Wembach	wembach	Vembakh,wen ba he,Вембах,文巴赫		DE	01	083	08336	08336094	334	Europe/Berlin
6555899	Wieden	wieden	Viden,vu~iden,Виден,Віден,ヴィーデン		DE	01	083	08336	08336096	533	Europe/Berlin
6555901	Wittlingen	wittlingen			DE	01	083	08336	08336100	927	Europe/Berlin
6555902	Malsburg-Marzell	malsburg-marzell			DE	01	083	08336	08336104	1471	Europe/Berlin
6555903	Grenzach-Wyhlen	grenzach-wyhlen			DE	01	083	08336	08336105	14723	Europe/Berlin
6555904	Häg-Ehrsberg	haeg-ehrsberg			DE	01	083	08336	08336106	838	Europe/Berlin
6555905	Albbruck	albbruck			DE	01	083	08337	08337002	7365	Europe/Berlin
6555906	Dettighofen	dettighofen	Detigkhofen,Dettigkhofen,Dettigofen,de di ge huo fen,Детигхофен,Деттигхофен,Деттігофен,德蒂格霍芬		DE	01	083	08337	08337030	1150	Europe/Berlin
6555907	Dogern	dogern			DE	01	083	08337	08337032	2298	Europe/Berlin
6555908	Görwihl	goerwihl			DE	01	083	08337	08337038	4209	Europe/Berlin
6555909	Grafenhausen	grafenhausen			DE	01	083	08337	08337039	2209	Europe/Berlin
6555910	Häusern	haeusern			DE	01	083	08337	08337045	1301	Europe/Berlin
6555911	Herrischried	herrischried			DE	01	083	08337	08337049	2734	Europe/Berlin
6555912	Höchenschwand	hoechenschwand			DE	01	083	08337	08337051	2634	Europe/Berlin
6555913	Hohentengen am Hochrhein	hohentengen-am-hochrhein			DE	01	083	08337	08337053	3887	Europe/Berlin
6555914	Ibach	ibach	Ibakh,Ібах,Ибах		DE	01	083	08337	08337059	356	Europe/Berlin
6555915	Jestetten	jestetten			DE	01	083	08337	08337060	5227	Europe/Berlin
6555916	Lauchringen	lauchringen			DE	01	083	08337	08337065	7862	Europe/Berlin
6555917	Lottstetten	lottstetten			DE	01	083	08337	08337070	2276	Europe/Berlin
6555918	Murg	murg	Murg,Murg am Hochrhein,Мург		DE	01	083	08337	08337076	6968	Europe/Berlin
6555919	Rickenbach	rickenbach	Rikenbakh,Rikkenbakh,li ken ba he,Рикенбах,Ріккенбах,里肯巴赫		DE	01	083	08337	08337090	3968	Europe/Berlin
6555920	Todtmoos	todtmoos			DE	01	083	08337	08337108	1938	Europe/Berlin
6555921	Weilheim	weilheim	Vajl'gajm,Vajl'khajm,Vajlkhajm,wei er hai mu,Вайльгайм,Вайльхайм,Вајлхајм,魏尔海姆		DE	01	083	08337	08337118	3129	Europe/Berlin
6555922	Wutöschingen	wutoeschingen	Vuteshingen,Vutjoshingen,wu te xin gen,Вутешинген,Вутёшинген,武特欣根		DE	01	083	08337	08337123	6637	Europe/Berlin
6555923	Ühlingen-Birkendorf	uehlingen-birkendorf			DE	01	083	08337	08337128	5289	Europe/Berlin
6555924	Dettingen an der Erms	dettingen-an-der-erms			DE	01	084	08415	08415014	9690	Europe/Berlin
6555925	Eningen unter Achalm	eningen-unter-achalm			DE	01	084	08415	08415019	11167	Europe/Berlin
6555926	Gomadingen	gomadingen			DE	01	084	08415	08415027	2243	Europe/Berlin
6555927	Grabenstetten	grabenstetten			DE	01	084	08415	08415028	1672	Europe/Berlin
6555928	Hülben	huelben			DE	01	084	08415	08415039	2991	Europe/Berlin
6555929	Mehrstetten	mehrstetten			DE	01	084	08415	08415048	1439	Europe/Berlin
6555930	Pfronstetten	pfronstetten			DE	01	084	08415	08415058	1514	Europe/Berlin
6555931	Pliezhausen	pliezhausen			DE	01	084	08415	08415060	9725	Europe/Berlin
6555932	Riederich	riederich			DE	01	084	08415	08415062	4354	Europe/Berlin
6555933	Wannweil	wannweil			DE	01	084	08415	08415080	5357	Europe/Berlin
6555934	Zwiefalten	zwiefalten			DE	01	084	08415	08415085	2249	Europe/Berlin
6555935	St. Johann	st-johann	Sankt Johann,Sankt Jokhan,Sankt-Jokhann,Zankt-Jogann,Занкт-Йоганн,Санкт Јохан,Санкт-Йоханн		DE	01	084	08415	08415093	5201	Europe/Berlin
6555936	Bodelshausen	bodelshausen			DE	01	084	08416	08416006	5850	Europe/Berlin
6555937	Dettenhausen	dettenhausen			DE	01	084	08416	08416009	5390	Europe/Berlin
6555938	Dußlingen	dusslingen			DE	01	084	08416	08416011	6241	Europe/Berlin
6555939	Gomaringen	gomaringen			DE	01	084	08416	08416015	9077	Europe/Berlin
6555940	Hirrlingen	hirrlingen			DE	01	084	08416	08416018	3135	Europe/Berlin
6555941	Kirchentellinsfurt	kirchentellinsfurt			DE	01	084	08416	08416022	5642	Europe/Berlin
6555942	Kusterdingen	kusterdingen			DE	01	084	08416	08416023	8629	Europe/Berlin
6555943	Nehren	nehren	Neren,Нерен		DE	01	084	08416	08416026	4376	Europe/Berlin
6555944	Ofterdingen	ofterdingen			DE	01	084	08416	08416031	5182	Europe/Berlin
6555945	Bisingen	bisingen			DE	01	084	08417	08417008	9467	Europe/Berlin
6555946	Bitz	bitz			DE	01	084	08417	08417010	3665	Europe/Berlin
6555947	Dautmergen	dautmergen			DE	01	084	08417	08417014	443	Europe/Berlin
6555948	Dormettingen	dormettingen			DE	01	084	08417	08417015	1112	Europe/Berlin
6555949	Dotternhausen	dotternhausen			DE	01	084	08417	08417016	1873	Europe/Berlin
6555950	Grosselfingen	grosselfingen			DE	01	084	08417	08417023	2230	Europe/Berlin
6555951	Hausen am Tann	hausen-am-tann			DE	01	084	08417	08417029	486	Europe/Berlin
6555952	Jungingen	jungingen			DE	01	084	08417	08417036	1350	Europe/Berlin
6555953	Nusplingen	nusplingen			DE	01	084	08417	08417045	1850	Europe/Berlin
6555954	Obernheim	obernheim			DE	01	084	08417	08417047	1445	Europe/Berlin
6555955	Rangendingen	rangendingen			DE	01	084	08417	08417051	5242	Europe/Berlin
6555956	Ratshausen	ratshausen			DE	01	084	08417	08417052	762	Europe/Berlin
6556322	Planegg	planegg			DE	02	091	09184	09184138	11100	Europe/Berlin
6555957	Straßberg	strassberg	Shtrasberg,shi te la si bei ge,Штрасберг,施特拉斯贝格		DE	01	084	08417	08417063	2462	Europe/Berlin
6555958	Weilen unter den Rinnen	weilen-unter-den-rinnen			DE	01	084	08417	08417071	589	Europe/Berlin
6555959	Winterlingen	winterlingen			DE	01	084	08417	08417075	6324	Europe/Berlin
6555960	Zimmern unter der Burg	zimmern-unter-der-burg	Cimern unter der Burg,Cimmern-unter-der-Burg,qi mei er en weng te er de er bao,Цимерн унтер дер Бург,Циммерн-унтер-дер-Бург,齐梅尔恩翁特尔德尔堡		DE	01	084	08417	08417078	473	Europe/Berlin
6555961	Allmendingen	allmendingen	Al'mendingen,All'mendingen,Almendingen,almendingeni,almndyngn  badn-wrtmbrg,Алльмендінген,Алмендинген,Альмендинген,Ալմենդինգեն,المندینگن، بادن-ورتمبرگ,ალმენდინგენი		DE	01	084	08425	08425002	4500	Europe/Berlin
6555962	Altheim	altheim	Al'tajm,Al'tgajm,Al'tkhajm,Altkhajm,altym,Алтхајм,Альтайм,Альтгайм,Альтхайм,Ալթհայմ,التیم,ალტჰაიმი		DE	01	084	08425	08425004	641	Europe/Berlin
6555963	Altheim (Alb)	altheim-alb			DE	01	084	08425	08425005	1720	Europe/Berlin
6555964	Amstetten	amstetten			DE	01	084	08425	08425008	4041	Europe/Berlin
6555965	Asselfingen	asselfingen			DE	01	084	08425	08425011	1042	Europe/Berlin
6555966	Ballendorf	ballendorf			DE	01	084	08425	08425013	639	Europe/Berlin
6555967	Beimerstetten	beimerstetten			DE	01	084	08425	08425014	2495	Europe/Berlin
6555968	Bernstadt	bernstadt			DE	01	084	08425	08425019	2225	Europe/Berlin
6555969	Börslingen	boerslingen			DE	01	084	08425	08425022	163	Europe/Berlin
6555970	Breitingen	breitingen	Brajtingen,Braytingen,bu lai ting gen,Брайтинген,Брайтінген,Брајтинген,Բրայտինգեն,ბრაიტინგენი,布赖廷根		DE	01	084	08425	08425024	350	Europe/Berlin
6555971	Emeringen	emeringen	Ehmeringen,Emeringen,ai mei lin gen,emeringeni,Емеринген,Емерінген,Эмеринген,Էմերինգեն,ემერინგენი,埃梅林根		DE	01	084	08425	08425035	142	Europe/Berlin
6555972	Emerkingen	emerkingen			DE	01	084	08425	08425036	851	Europe/Berlin
6555973	Griesingen	griesingen			DE	01	084	08425	08425050	1026	Europe/Berlin
6555974	Grundsheim	grundsheim			DE	01	084	08425	08425052	217	Europe/Berlin
6555975	Hausen am Bussen	hausen-am-bussen	Gauzen-am-Bussen,Hauzen am Busen,Khauzen am Busen,Khauzen-am-Bussen,hao sen a mu bu sen,hauzen-am-buseni,Гаузен-ам-Буссен,Хаузен ам Бусен,Хаузен-ам-Буссен,Հաուզեն ամ Բուսեն,ჰაუზენ-ამ-ბუსენი,豪森阿姆布森		DE	01	084	08425	08425055	249	Europe/Berlin
6555976	Holzkirch	holzkirch	Gol'ckirkh,Khol'ckirkh,Kholckirkh,huo er ci ji er xi,Гольцкірх,Холцкирх,Хольцкирх,Հոլցկիրխ,ჰოლცკირხი,霍尔茨基尔希		DE	01	084	08425	08425062	265	Europe/Berlin
6555977	Hüttisheim	huettisheim			DE	01	084	08425	08425064	1480	Europe/Berlin
6555978	Illerrieden	illerrieden			DE	01	084	08425	08425066	3358	Europe/Berlin
6555979	Lauterach	lauterach	Lauterakh,Lauterax,Лаутерах,Լաուտերախ,ლაუტერახი		DE	01	084	08425	08425073	579	Europe/Berlin
6555980	Lonsee	lonsee			DE	01	084	08425	08425075	5031	Europe/Berlin
6555981	Neenstetten	neenstetten			DE	01	084	08425	08425083	830	Europe/Berlin
6555982	Nerenstetten	nerenstetten	Nerenshteten,Nerenshtetten,nei lun si te teng,Неренштетен,Неренштеттен,Ներենշտեթեն,ნერენშტეტენი,内伦斯特滕		DE	01	084	08425	08425085	336	Europe/Berlin
6555983	Oberdischingen	oberdischingen			DE	01	084	08425	08425088	2152	Europe/Berlin
6555984	Obermarchtal	obermarchtal			DE	01	084	08425	08425090	1311	Europe/Berlin
6555985	Oberstadion	oberstadion			DE	01	084	08425	08425091	1571	Europe/Berlin
6555986	Öllingen	oellingen	Ehllingen,Elingen,Ellingen,e lin gen,elingeni,Елинген,Еллінген,Эллинген,Էլինգեն,ელინგენი,厄林根		DE	01	084	08425	08425092	535	Europe/Berlin
6555987	Öpfingen	oepfingen			DE	01	084	08425	08425093	2362	Europe/Berlin
6555988	Rammingen	rammingen	Ramingen,Rammingen,la ming gen,ramingeni,Раминген,Рамминген,Раммінген,Ռամինգեն,რამინგენი,拉明根		DE	01	084	08425	08425097	1322	Europe/Berlin
6555989	Rechtenstein	rechtenstein			DE	01	084	08425	08425098	298	Europe/Berlin
6555990	Rottenacker	rottenacker			DE	01	084	08425	08425104	2195	Europe/Berlin
6555991	Schnürpflingen	schnuerpflingen			DE	01	084	08425	08425110	1429	Europe/Berlin
6555992	Setzingen	setzingen			DE	01	084	08425	08425112	702	Europe/Berlin
6555993	Untermarchtal	untermarchtal			DE	01	084	08425	08425123	878	Europe/Berlin
6555994	Unterstadion	unterstadion			DE	01	084	08425	08425124	773	Europe/Berlin
6555995	Unterwachingen	unterwachingen			DE	01	084	08425	08425125	200	Europe/Berlin
6555996	Weidenstetten	weidenstetten			DE	01	084	08425	08425130	1405	Europe/Berlin
6555997	Westerheim	westerheim	Vestergajm,Vesterkhajm,Вестергайм,Вестерхайм,Вестерхајм,Վեսթերհայմ,ვესტერჰაიმი		DE	01	084	08425	08425134	3075	Europe/Berlin
6555998	Westerstetten	westerstetten			DE	01	084	08425	08425135	2196	Europe/Berlin
6555999	Illerkirchberg	illerkirchberg			DE	01	084	08425	08425137	4840	Europe/Berlin
6556000	Staig	staig			DE	01	084	08425	08425138	3184	Europe/Berlin
6556001	Achstetten	achstetten			DE	01	084	08426	08426001	5013	Europe/Berlin
6556002	Alleshausen	alleshausen			DE	01	084	08426	08426005	540	Europe/Berlin
6556003	Allmannsweiler	allmannsweiler	Al'mannsvajler,All'mannsvajler,Almansvajler,Almansvayler,a er man si wei lei,almansvaileri,Алльманнсвайлер,Алмансвајлер,Альманнсвайлер,Ալմանսվայլեր,المن‌سویلر,ალმანსვაილერი,阿尔曼斯韦勒		DE	01	084	08426	08426006	314	Europe/Berlin
6556004	Altheim	altheim	Al'tajm,Al'tgajm,Al'tkhajm,Altkhajm,a er tai mu,altym  bybrakh,Алтхајм,Альтайм,Альтгайм,Альтхайм,Ալթհայմ,التیم، بیبراخ,ალტჰაიმი,阿尔泰姆		DE	01	084	08426	08426008	2090	Europe/Berlin
6556005	Attenweiler	attenweiler			DE	01	084	08426	08426011	1952	Europe/Berlin
6556006	Berkheim	berkheim			DE	01	084	08426	08426019	2917	Europe/Berlin
6556007	Betzenweiler	betzenweiler			DE	01	084	08426	08426020	763	Europe/Berlin
6556008	Burgrieden	burgrieden			DE	01	084	08426	08426028	4103	Europe/Berlin
6556009	Dettingen an der Iller	dettingen-an-der-iller			DE	01	084	08426	08426031	2545	Europe/Berlin
6556010	Dürmentingen	duermentingen			DE	01	084	08426	08426035	2575	Europe/Berlin
6556011	Dürnau	duernau			DE	01	084	08426	08426036	449	Europe/Berlin
6556012	Erlenmoos	erlenmoos	Ehrlenmos,Erlenmos,ai er lun mo si,erlenmoosi,Ерленмос,Эрленмос,Էրլենմոս,ერლენმოოსი,埃尔伦莫斯		DE	01	084	08426	08426043	1801	Europe/Berlin
6556013	Erolzheim	erolzheim			DE	01	084	08426	08426044	3381	Europe/Berlin
6556014	Hochdorf	hochdorf			DE	01	084	08426	08426058	2348	Europe/Berlin
6556015	Ingoldingen	ingoldingen			DE	01	084	08426	08426062	3000	Europe/Berlin
6556016	Kanzach	kanzach	Kancakh,kan cha,Канцах,Կանցախ,კანცახი,坎察		DE	01	084	08426	08426064	508	Europe/Berlin
6556017	Kirchberg an der Iller	kirchberg-an-der-iller			DE	01	084	08426	08426065	2109	Europe/Berlin
6556018	Kirchdorf an der Iller	kirchdorf-an-der-iller			DE	01	084	08426	08426066	3813	Europe/Berlin
6556019	Langenenslingen	langenenslingen			DE	01	084	08426	08426067	3518	Europe/Berlin
6556020	Maselheim	maselheim			DE	01	084	08426	08426071	4620	Europe/Berlin
6556021	Mietingen	mietingen			DE	01	084	08426	08426073	4395	Europe/Berlin
6556022	Mittelbiberach	mittelbiberach			DE	01	084	08426	08426074	4406	Europe/Berlin
6556023	Moosburg	moosburg			DE	01	084	08426	08426078	214	Europe/Berlin
6556024	Oggelshausen	oggelshausen			DE	01	084	08426	08426090	954	Europe/Berlin
6556025	Rot an der Rot	rot-an-der-rot			DE	01	084	08426	08426100	4574	Europe/Berlin
6556026	Schwendi	schwendi	Shvendi,Svendi,shi wen di,shvendi,Швенди,Швенді,Շվենդի,შვენდი,施文迪		DE	01	084	08426	08426108	6772	Europe/Berlin
6556027	Seekirch	seekirch			DE	01	084	08426	08426109	306	Europe/Berlin
6556028	Steinhausen an der Rottum	steinhausen-an-der-rottum			DE	01	084	08426	08426113	2174	Europe/Berlin
6556029	Tannheim	tannheim	Tanhaym,Tankhajm,Tanngajm,tan hai mu,Таннгайм,Танхайм,Танхајм,Տանհայմ,ტანჰაიმი,坦海姆		DE	01	084	08426	08426117	2482	Europe/Berlin
6556030	Tiefenbach	tiefenbach			DE	01	084	08426	08426118	540	Europe/Berlin
6556031	Ummendorf	ummendorf	Owmendorf,Umendorf,Ummendorf,umendorpi,wu men duo fu,Умендорф,Уммендорф,Ումենդորֆ,უმენდორფი,乌门多夫		DE	01	084	08426	08426120	4352	Europe/Berlin
6556032	Unlingen	unlingen			DE	01	084	08426	08426121	2439	Europe/Berlin
6556033	Uttenweiler	uttenweiler			DE	01	084	08426	08426124	3655	Europe/Berlin
6556034	Wain	wain	Vajn,Vayn,vaini,wei yin,Вайн,Вајн,Վայն,ვაინი,韦因		DE	01	084	08426	08426125	1630	Europe/Berlin
6556035	Warthausen	warthausen			DE	01	084	08426	08426128	5350	Europe/Berlin
6556036	Gutenzell-Hürbel	gutenzell-huerbel			DE	01	084	08426	08426135	1848	Europe/Berlin
6556037	Bermatingen	bermatingen			DE	01	084	08435	08435005	4003	Europe/Berlin
6556038	Daisendorf	daisendorf			DE	01	084	08435	08435010	1597	Europe/Berlin
6556039	Eriskirch	eriskirch			DE	01	084	08435	08435013	4879	Europe/Berlin
6556040	Frickingen	frickingen			DE	01	084	08435	08435015	3020	Europe/Berlin
6556041	Hagnau am Bodensee	hagnau-am-bodensee			DE	01	084	08435	08435018	1410	Europe/Berlin
6556042	Heiligenberg	heiligenberg	Gajligenberg,Hayligenberg,Khajligenberg,hai li gen bei ge,hailigenbergi,haylygnbrg,Гайлігенберг,Хайлигенберг,Хајлигенберг,Հայլիգենբերգ,هایلیگنبرگ,ჰაილიგენბერგი,海利根贝格		DE	01	084	08435	08435020	3094	Europe/Berlin
6556043	Immenstaad am Bodensee	immenstaad-am-bodensee			DE	01	084	08435	08435024	6574	Europe/Berlin
6556044	Kressbronn am Bodensee	kressbronn-am-bodensee			DE	01	084	08435	08435029	8693	Europe/Berlin
6556045	Langenargen	langenargen			DE	01	084	08435	08435030	7654	Europe/Berlin
6556046	Meckenbeuren	meckenbeuren			DE	01	084	08435	08435035	13639	Europe/Berlin
6556047	Neukirch	neukirch	Nojkirkh,Noykirx,Нойкирх,Нойкірх,Нојкирх,Նոյկիրխ,ნოიკირხი		DE	01	084	08435	08435042	2683	Europe/Berlin
6556048	Oberteuringen	oberteuringen			DE	01	084	08435	08435045	5012	Europe/Berlin
6556049	Owingen	owingen			DE	01	084	08435	08435047	4489	Europe/Berlin
6556050	Sipplingen	sipplingen			DE	01	084	08435	08435053	2099	Europe/Berlin
6556051	Stetten	stetten	Shteten,Shtetten,Штетен,Штеттен,Շտեթեն,შტეტენი		DE	01	084	08435	08435054	1036	Europe/Berlin
6556052	Uhldingen-Mühlhofen	uhldingen-muehlhofen			DE	01	084	08435	08435066	8379	Europe/Berlin
6556053	Aichstetten	aichstetten			DE	01	084	08436	08436003	2817	Europe/Berlin
6556054	Aitrach	aitrach			DE	01	084	08436	08436004	2695	Europe/Berlin
6556055	Altshausen	altshausen			DE	01	084	08436	08436005	4103	Europe/Berlin
6556056	Amtzell	amtzell			DE	01	084	08436	08436006	4230	Europe/Berlin
6556057	Baindt	baindt			DE	01	084	08436	08436012	5288	Europe/Berlin
6556058	Berg	berg	Berg,Берг		DE	01	084	08436	08436013	4541	Europe/Berlin
6556059	Bergatreute	bergatreute			DE	01	084	08436	08436014	3129	Europe/Berlin
6556060	Bodnegg	bodnegg			DE	01	084	08436	08436018	3233	Europe/Berlin
6556061	Boms	boms			DE	01	084	08436	08436019	675	Europe/Berlin
6556062	Ebenweiler	ebenweiler			DE	01	084	08436	08436024	1211	Europe/Berlin
6556063	Eichstegen	eichstegen			DE	01	084	08436	08436027	513	Europe/Berlin
6556064	Fleischwangen	fleischwangen			DE	01	084	08436	08436032	683	Europe/Berlin
6556065	Grünkraut	gruenkraut			DE	01	084	08436	08436039	3202	Europe/Berlin
6556066	Guggenhausen	guggenhausen			DE	01	084	08436	08436040	182	Europe/Berlin
6556067	Hoßkirch	hosskirch			DE	01	084	08436	08436047	755	Europe/Berlin
6556068	Kißlegg	kisslegg			DE	01	084	08436	08436052	9134	Europe/Berlin
6556069	Königseggwald	koenigseggwald			DE	01	084	08436	08436053	683	Europe/Berlin
6556070	Riedhausen	riedhausen			DE	01	084	08436	08436067	696	Europe/Berlin
6556071	Schlier	schlier	Shlir,shi li er,Шлир,Шлір,施利尔		DE	01	084	08436	08436069	3886	Europe/Berlin
6556072	Unterwaldhausen	unterwaldhausen			DE	01	084	08436	08436077	287	Europe/Berlin
6556073	Vogt	vogt	Fogt,fu ge te,Фогт,福格特		DE	01	084	08436	08436078	4582	Europe/Berlin
6556074	Waldburg	waldburg	Val'dburg,Valdburg,wa er de bao,Валдбург,Вальдбург,瓦尔德堡		DE	01	084	08436	08436079	3159	Europe/Berlin
6556075	Wilhelmsdorf	wilhelmsdorf	Vil'gel'msdorf,Vilkhelmsdorf,wei lian si duo fu,wylhlmsdwrf,Вилхелмсдорф,Вильгельмсдорф,Вільгельмсдорф,ویلهلمسدورف,威廉斯多夫		DE	01	084	08436	08436083	5119	Europe/Berlin
6556076	Wolfegg	wolfegg			DE	01	084	08436	08436085	3881	Europe/Berlin
6556077	Wolpertswende	wolpertswende			DE	01	084	08436	08436087	4191	Europe/Berlin
6556078	Ebersbach-Musbach	ebersbach-musbach			DE	01	084	08436	08436093	1689	Europe/Berlin
6556079	Horgenzell	horgenzell			DE	01	084	08436	08436095	5416	Europe/Berlin
6556080	Beuron	beuron			DE	01	084	08437	08437005	650	Europe/Berlin
6556081	Bingen	bingen	Bingen,Bingen bei Sigmaringen,bin gen,Бинген,Бінген,賓根		DE	01	084	08437	08437008	2767	Europe/Berlin
6556082	Herbertingen	herbertingen			DE	01	084	08437	08437044	4825	Europe/Berlin
6556083	Hohentengen	hohentengen	Goentengen,Khoehntengen,Khoentengen,huo heng teng gen,Гоентенген,Хоентенген,Хоэнтенген,霍亨滕根		DE	01	084	08437	08437053	4201	Europe/Berlin
6556084	Illmensee	illmensee			DE	01	084	08437	08437056	2067	Europe/Berlin
6556085	Inzigkofen	inzigkofen			DE	01	084	08437	08437059	2819	Europe/Berlin
6556086	Krauchenwies	krauchenwies			DE	01	084	08437	08437065	5001	Europe/Berlin
6556087	Leibertingen	leibertingen			DE	01	084	08437	08437072	2087	Europe/Berlin
6556088	Neufra	neufra			DE	01	084	08437	08437082	1825	Europe/Berlin
6556089	Ostrach	ostrach			DE	01	084	08437	08437086	6731	Europe/Berlin
6556090	Schwenningen	schwenningen	Shveningen,Shvenningen,Швенинген,Швеннинген,Швеннінген		DE	01	084	08437	08437102	1670	Europe/Berlin
6556091	Sigmaringendorf	sigmaringendorf			DE	01	084	08437	08437105	3646	Europe/Berlin
6556092	Stetten am kalten Markt	stetten-am-kalten-markt			DE	01	084	08437	08437107	4748	Europe/Berlin
6556093	Wald	wald	Val'd,Vald,wa er de,Валд,Вальд,瓦尔德		DE	01	084	08437	08437118	2674	Europe/Berlin
6556094	Sauldorf	sauldorf			DE	01	084	08437	08437123	2543	Europe/Berlin
6556095	Herdwangen-Schönach	herdwangen-schoenach			DE	01	084	08437	08437124	3492	Europe/Berlin
6556096	Ingolstadt	ingolstadt	Ingolstadt,Stadt Ingolstadt		DE	02	091	09161	09161000	137392	Europe/Berlin
6556097	Rosenheim	rosenheim	Rosenheim,Stadt Rosenheim		DE	02	091	09163	09163000	63551	Europe/Berlin
6556098	Erlbach	erlbach	Ehrl'bakh,Erl'bakh,Erlbakh,Erlbax,ai er ba he,arlbakh,Ерлбах,Ерльбах,Эрльбах,Էռլբախ,ارلباخ,埃尔巴赫		DE	02	091	09171	09171115	1179	Europe/Berlin
6556099	Haiming	haiming	Gajming,Hayming,Khajming,Khaming,haymyng,Гаймінг,Хайминг,Хаминг,Հայմինգ,هایمینگ		DE	02	091	09171	09171118	2515	Europe/Berlin
6556100	Kastl	kastl			DE	02	091	09171	09171121	2798	Europe/Berlin
6556101	Kirchweidach	kirchweidach			DE	02	091	09171	09171122	2638	Europe/Berlin
6556102	Perach	perach			DE	02	091	09171	09171126	1273	Europe/Berlin
6556103	Pleiskirchen	pleiskirchen			DE	02	091	09171	09171127	2455	Europe/Berlin
6556104	Reischach	reischach			DE	02	091	09171	09171129	2615	Europe/Berlin
6556105	Teising	teising			DE	02	091	09171	09171131	1870	Europe/Berlin
6556106	Tyrlaching	tyrlaching			DE	02	091	09171	09171134	1042	Europe/Berlin
6556107	Unterneukirchen	unterneukirchen			DE	02	091	09171	09171135	3281	Europe/Berlin
6556108	Winhöring	winhoering			DE	02	091	09171	09171137	4785	Europe/Berlin
6556109	Ainring	ainring			DE	02	091	09172	09172111	9791	Europe/Berlin
6556110	Anger	anger	Anger,angr,Ангер,Անգեր,انگر		DE	02	091	09172	09172112	4528	Europe/Berlin
6556111	Bayerisch Gmain	bayerisch-gmain			DE	02	091	09172	09172115	3056	Europe/Berlin
6556112	Bischofswiesen	bischofswiesen			DE	02	091	09172	09172117	7341	Europe/Berlin
6556113	Piding	piding			DE	02	091	09172	09172128	5444	Europe/Berlin
6556114	Saaldorf-Surheim	saaldorf-surheim			DE	02	091	09172	09172130	5519	Europe/Berlin
6556115	Schneizlreuth	schneizlreuth			DE	02	091	09172	09172131	1284	Europe/Berlin
6556116	Bad Heilbrunn	bad-heilbrunn			DE	02	091	09173	09173111	3961	Europe/Berlin
6556117	Benediktbeuern	benediktbeuern			DE	02	091	09173	09173113	3602	Europe/Berlin
6556118	Bichl	bichl			DE	02	091	09173	09173115	2261	Europe/Berlin
6556119	Dietramszell	dietramszell			DE	02	091	09173	09173118	5505	Europe/Berlin
6556120	Egling	egling			DE	02	091	09173	09173120	5466	Europe/Berlin
6556121	Eurasburg	eurasburg	Ojrasburg,Oyrasburg,ao yi la si bao,awyrasbwrg,Ойрасбург,Ојрасбург,Օյրասբուրգ,اویراسبورگ,奥伊拉斯堡		DE	02	091	09173	09173123	4283	Europe/Berlin
6556122	Gaißach	gaissach			DE	02	091	09173	09173124	3097	Europe/Berlin
6556123	Greiling	greiling			DE	02	091	09173	09173127	1474	Europe/Berlin
6556124	Icking	icking			DE	02	091	09173	09173130	3688	Europe/Berlin
6556125	Jachenau	jachenau			DE	02	091	09173	09173131	861	Europe/Berlin
6556126	Königsdorf	koenigsdorf	Kenigsdorf,Kjonigsdorf,Kyonigsdorf,ke ni xi si duo fu,kwnygsdwrf,Кенигсдорф,Кенігсдорф,Кёнигсдорф,Կյոնիգսդորֆ,کونیگسدورف,柯尼希斯多夫		DE	02	091	09173	09173134	3132	Europe/Berlin
6556127	Lenggries	lenggries			DE	02	091	09173	09173135	10048	Europe/Berlin
6556128	Münsing	muensing			DE	02	091	09173	09173137	4277	Europe/Berlin
6556129	Reichersbeuern	reichersbeuern			DE	02	091	09173	09173140	2452	Europe/Berlin
6556130	Sachsenkam	sachsenkam			DE	02	091	09173	09173141	1288	Europe/Berlin
6556131	Schlehdorf	schlehdorf			DE	02	091	09173	09173142	1295	Europe/Berlin
6556132	Wackersberg	wackersberg			DE	02	091	09173	09173145	3502	Europe/Berlin
6556133	Bergkirchen	bergkirchen			DE	02	091	09174	09174113	7774	Europe/Berlin
6556134	Haimhausen	haimhausen			DE	02	091	09174	09174121	5731	Europe/Berlin
6556135	Hebertshausen	hebertshausen			DE	02	091	09174	09174122	5722	Europe/Berlin
6556136	Karlsfeld	karlsfeld			DE	02	091	09174	09174126	21832	Europe/Berlin
6556137	Markt Indersdorf, Markt	markt-indersdorf-markt			DE	02	091	09174	09174131	10508	Europe/Berlin
6556138	Odelzhausen	odelzhausen			DE	02	091	09174	09174135	5127	Europe/Berlin
6556139	Petershausen	petershausen			DE	02	091	09174	09174136	6540	Europe/Berlin
6556140	Röhrmoos	roehrmoos			DE	02	091	09174	09174141	6451	Europe/Berlin
6556141	Schwabhausen	schwabhausen	Shvabgauzen,Shvabkhauzen,Svabhauzen,shi wa bu hao sen,shwabhawzn,Швабгаузен,Швабхаузен,Շվաբհաուզեն,شوابهاوزن,施瓦布豪森		DE	02	091	09174	09174143	6507	Europe/Berlin
6556142	Sulzemoos	sulzemoos			DE	02	091	09174	09174146	3090	Europe/Berlin
6556143	Hilgertshausen-Tandern	hilgertshausen-tandern			DE	02	091	09174	09174147	3427	Europe/Berlin
6556144	Vierkirchen	vierkirchen	Firkirkhen,Firkirxen,fei er ji er xing,fyrkyrshn,Фиркирхен,Фіркірхен,Ֆիրկիրխեն,فیرکیرشن,菲尔基尔兴		DE	02	091	09174	09174150	4636	Europe/Berlin
6556145	Weichs	weichs			DE	02	091	09174	09174151	3527	Europe/Berlin
6556146	Anzing	anzing			DE	02	091	09175	09175111	4386	Europe/Berlin
6556147	Aßling	assling			DE	02	091	09175	09175112	4529	Europe/Berlin
6556148	Bruck	bruck	Bruk,brwk,Брук,بروک		DE	02	091	09175	09175114	1288	Europe/Berlin
6556149	Egmating	egmating	Egmating,Ehgmating,agmatyng,ai ge ma ting,Егматинг,Егматінг,Эгматинг,اگماتینگ,埃格马廷		DE	02	091	09175	09175116	2364	Europe/Berlin
6556150	Forstinning	forstinning			DE	02	091	09175	09175118	3861	Europe/Berlin
6556151	Frauenneuharting	frauenneuharting			DE	02	091	09175	09175119	1577	Europe/Berlin
6556152	Hohenlinden	hohenlinden			DE	02	091	09175	09175123	3214	Europe/Berlin
6556153	Markt Schwaben, Markt	markt-schwaben-markt			DE	02	091	09175	09175127	13818	Europe/Berlin
6556154	Moosach	moosach	Mozakh,mwzakh,Мозах,موزاخ		DE	02	091	09175	09175128	1507	Europe/Berlin
6556155	Oberpframmern	oberpframmern			DE	02	091	09175	09175131	2444	Europe/Berlin
6556156	Vaterstetten	vaterstetten			DE	02	091	09175	09175132	24404	Europe/Berlin
6556157	Pliening	pliening			DE	02	091	09175	09175133	5690	Europe/Berlin
6556158	Poing	poing	Poing,Pojng,bo yin ge,pwyyng,Поинг,Пойнг,پوئینگ,波因格		DE	02	091	09175	09175135	16122	Europe/Berlin
6556159	Emmering	emmering			DE	02	091	09175	09175136	1508	Europe/Berlin
6556160	Steinhöring	steinhoering			DE	02	091	09175	09175137	4124	Europe/Berlin
6556161	Zorneding	zorneding			DE	02	091	09175	09175139	9358	Europe/Berlin
6556162	Adelschlag	adelschlag			DE	02	091	09176	09176111	3020	Europe/Berlin
6556163	Böhmfeld	boehmfeld			DE	02	091	09176	09176116	1684	Europe/Berlin
6556164	Buxheim	buxheim	Buksgajm,Bukskhajm,bu ke si hai mu,bwkshaym,Буксгайм,Буксхайм,Буксхајм,Բուքսհայմ,بوکسهایم,布克斯海姆		DE	02	091	09176	09176118	3655	Europe/Berlin
6556165	Denkendorf	denkendorf	Dengadorf,Denkendorf,dnkndwrf,Денкендорф,Դենկենդորֆ,دنکندورف		DE	02	091	09176	09176120	4922	Europe/Berlin
6556166	Egweil	egweil			DE	02	091	09176	09176122	1178	Europe/Berlin
6556167	Eitensheim	eitensheim			DE	02	091	09176	09176124	3055	Europe/Berlin
6556168	Großmehring	grossmehring			DE	02	091	09176	09176129	7278	Europe/Berlin
6556169	Hepberg	hepberg			DE	02	091	09176	09176131	2924	Europe/Berlin
6556170	Hitzhofen	hitzhofen			DE	02	091	09176	09176132	2947	Europe/Berlin
6556171	Lenting	lenting			DE	02	091	09176	09176143	4947	Europe/Berlin
6556172	Mindelstetten	mindelstetten			DE	02	091	09176	09176147	1680	Europe/Berlin
6556173	Oberdolling	oberdolling			DE	02	091	09176	09176150	1295	Europe/Berlin
6556174	Pollenfeld	pollenfeld			DE	02	091	09176	09176155	2984	Europe/Berlin
6556175	Schernfeld	schernfeld			DE	02	091	09176	09176160	3272	Europe/Berlin
6556176	Stammham	stammham	Shtamkham,Shtammgam,Stamham,ashtamham,Штаммгам,Штамхам,Շտամհամ,اشتامهام		DE	02	091	09176	09176161	4063	Europe/Berlin
6556177	Walting	walting			DE	02	091	09176	09176165	2327	Europe/Berlin
6556178	Berglern	berglern			DE	02	091	09177	09177112	2982	Europe/Berlin
6556179	Bockhorn	bockhorn	Bocking,Bokgorn,Bokkhorn,bwkhwrn,Бокгорн,Бокхорн,بوکهورن		DE	02	091	09177	09177113	4064	Europe/Berlin
6556180	Eitting	eitting			DE	02	091	09177	09177116	2880	Europe/Berlin
6556181	Finsing	finsing			DE	02	091	09177	09177118	4693	Europe/Berlin
6556182	Forstern	forstern			DE	02	091	09177	09177119	3695	Europe/Berlin
6556183	Fraunberg	fraunberg	Fraunberg,frawnbrg,fu luo yin bei ge,Фраунберг,فراونبرگ,弗罗因贝格		DE	02	091	09177	09177120	3742	Europe/Berlin
6556184	Hohenpolding	hohenpolding			DE	02	091	09177	09177121	1587	Europe/Berlin
6556185	Kirchberg	kirchberg			DE	02	091	09177	09177124	1069	Europe/Berlin
6556186	Langenpreising	langenpreising			DE	02	091	09177	09177126	2864	Europe/Berlin
6556187	Lengdorf	lengdorf			DE	02	091	09177	09177127	2736	Europe/Berlin
6556188	Moosinning	moosinning			DE	02	091	09177	09177130	5994	Europe/Berlin
6556189	Oberding	oberding			DE	02	091	09177	09177133	6392	Europe/Berlin
6556190	Ottenhofen	ottenhofen			DE	02	091	09177	09177134	1939	Europe/Berlin
6556191	Pastetten	pastetten			DE	02	091	09177	09177135	2755	Europe/Berlin
6556192	Sankt Wolfgang	sankt-wolfgang	Sankt Volfgang,Sankt-Vol'fgang,Zankt-Vol'fgang,sankt wlfgang,sheng wo er fu gang,Занкт-Вольфганг,Санкт Волфганг,Санкт-Вольфганг,سانکت ولفگانگ,圣沃尔夫冈		DE	02	091	09177	09177137	4480	Europe/Berlin
6556193	Steinkirchen	steinkirchen	Shtajnkirkhen,ashtayn kyrshn,shi tai yin ji xing,Штайнкирхен,Штайнкірхен,Штајнкирхен,اشتاین کیرشن,施泰因基兴		DE	02	091	09177	09177138	1262	Europe/Berlin
6556194	Taufkirchen (Vils)	taufkirchen-vils			DE	02	091	09177	09177139	10290	Europe/Berlin
6556195	Walpertskirchen	walpertskirchen			DE	02	091	09177	09177142	2152	Europe/Berlin
6556196	Wörth	woerth	Vert,Vjort,wwrt,Верт,Вёрт,وورت		DE	02	091	09177	09177144	4413	Europe/Berlin
6556197	Allershausen	allershausen			DE	02	091	09178	09178113	5840	Europe/Berlin
6556198	Attenkirchen	attenkirchen			DE	02	091	09178	09178115	2817	Europe/Berlin
6556199	Eching	eching			DE	02	091	09178	09178120	14015	Europe/Berlin
6556200	Rudelzhausen	rudelzhausen			DE	02	091	09178	09178122	3475	Europe/Berlin
6556201	Fahrenzhausen	fahrenzhausen			DE	02	091	09178	09178123	5026	Europe/Berlin
6556202	Gammelsdorf	gammelsdorf			DE	02	091	09178	09178125	1461	Europe/Berlin
6556203	Hallbergmoos	hallbergmoos			DE	02	091	09178	09178130	11094	Europe/Berlin
6556204	Hörgertshausen	hoergertshausen			DE	02	091	09178	09178132	1994	Europe/Berlin
6556205	Hohenkammer	hohenkammer			DE	02	091	09178	09178133	2634	Europe/Berlin
6556206	Kranzberg	kranzberg			DE	02	091	09178	09178137	4152	Europe/Berlin
6556207	Langenbach	langenbach			DE	02	091	09178	09178138	4040	Europe/Berlin
6556208	Marzling	marzling			DE	02	091	09178	09178140	3224	Europe/Berlin
6556209	Mauern	mauern			DE	02	091	09178	09178142	3124	Europe/Berlin
6556210	Paunzhausen	paunzhausen			DE	02	091	09178	09178150	1515	Europe/Berlin
6556211	Wang	wang	Vang,wang,wang zhen,Ванг,Վանգ,وانگ,旺镇		DE	02	091	09178	09178155	2530	Europe/Berlin
6556212	Wolfersdorf	wolfersdorf			DE	02	091	09178	09178156	2602	Europe/Berlin
6556213	Zolling	zolling			DE	02	091	09178	09178157	4859	Europe/Berlin
6556214	Adelshofen	adelshofen	Adel'sgofen,Adel'skhofen,Adelshofen,Adelskhofen,Odlshofa,adelshopeni,adlshwfn  apr bawarya,Аделсхофен,Адельсгофен,Адельсхофен,Ադելսհոֆեն,ادلشوفن، آپر باواریا,ადელსჰოფენი		DE	02	091	09179	09179111	1749	Europe/Berlin
6556215	Alling	alling			DE	02	091	09179	09179113	3941	Europe/Berlin
6556216	Althegnenberg	althegnenberg			DE	02	091	09179	09179114	2062	Europe/Berlin
6556217	Egenhofen	egenhofen			DE	02	091	09179	09179117	3498	Europe/Berlin
6556218	Eichenau	eichenau			DE	02	091	09179	09179118	11922	Europe/Berlin
6556219	Emmering	emmering			DE	02	091	09179	09179119	6782	Europe/Berlin
6556220	Grafrath	grafrath			DE	02	091	09179	09179125	3875	Europe/Berlin
6556221	Gröbenzell	groebenzell			DE	02	091	09179	09179126	20029	Europe/Berlin
6556222	Hattenhofen	hattenhofen	Gattengofen,Hattnhofn,Khatenkhofen,Khattenkhofen,hatnhwfn,Гаттенгофен,Хатенхофен,Хаттенхофен,Հաթենհոֆեն,هاتنهوفن		DE	02	091	09179	09179128	1547	Europe/Berlin
6556223	Jesenwang	jesenwang			DE	02	091	09179	09179130	1571	Europe/Berlin
6556224	Kottgeisering	kottgeisering	Kotgajzering,Kottgajzering,ke te gai se ling,kwtgayzryng,Котгайзеринг,Котгајзеринг,Коттгайзерінг,کوتگایزرینگ,科特盖瑟灵		DE	02	091	09179	09179131	1608	Europe/Berlin
6556225	Landsberied	landsberied			DE	02	091	09179	09179132	1613	Europe/Berlin
6556226	Maisach	maisach			DE	02	091	09179	09179134	14293	Europe/Berlin
6556227	Mammendorf	mammendorf			DE	02	091	09179	09179136	4830	Europe/Berlin
6556228	Mittelstetten	mittelstetten	Mitelshteten,Mittel'shtetten,mi te er si te teng,mytlshttn,Мителштетен,Миттельштеттен,Міттельштеттен,Միթելշթեթեն,میتلشتتن,米特尔斯特滕		DE	02	091	09179	09179137	1713	Europe/Berlin
6556229	Moorenweis	moorenweis			DE	02	091	09179	09179138	4159	Europe/Berlin
6556230	Oberschweinbach	oberschweinbach			DE	02	091	09179	09179140	1718	Europe/Berlin
6556231	Olching	olching			DE	02	091	09179	09179142	27985	Europe/Berlin
6556232	Puchheim	puchheim			DE	02	091	09179	09179145	21417	Europe/Berlin
6556233	Schöngeising	schoengeising			DE	02	091	09179	09179147	1907	Europe/Berlin
6556234	Türkenfeld	tuerkenfeld			DE	02	091	09179	09179149	3689	Europe/Berlin
6556235	Bad Kohlgrub	bad-kohlgrub			DE	02	091	09180	09180112	2854	Europe/Berlin
6556236	Bad Bayersoien	bad-bayersoien			DE	02	091	09180	09180113	1221	Europe/Berlin
6556237	Eschenlohe	eschenlohe			DE	02	091	09180	09180114	1582	Europe/Berlin
6556238	Ettal	ettal			DE	02	091	09180	09180115	758	Europe/Berlin
6556239	Farchant	farchant			DE	02	091	09180	09180116	3611	Europe/Berlin
6556240	Grainau	grainau			DE	02	091	09180	09180118	3441	Europe/Berlin
6556241	Großweil	grossweil			DE	02	091	09180	09180119	1495	Europe/Berlin
6556242	Krün	kruen			DE	02	091	09180	09180122	1918	Europe/Berlin
6556243	Oberammergau	oberammergau			DE	02	091	09180	09180125	5514	Europe/Berlin
6556244	Oberau	oberau			DE	02	091	09180	09180126	3253	Europe/Berlin
6556245	Ohlstadt	ohlstadt			DE	02	091	09180	09180127	3278	Europe/Berlin
6556247	Saulgrub	saulgrub			DE	02	091	09180	09180129	1657	Europe/Berlin
6556248	Schwaigen	schwaigen			DE	02	091	09180	09180131	593	Europe/Berlin
6556249	Spatzenhausen	spatzenhausen			DE	02	091	09180	09180133	736	Europe/Berlin
6556250	Unterammergau	unterammergau			DE	02	091	09180	09180135	1585	Europe/Berlin
6556251	Wallgau	wallgau			DE	02	091	09180	09180136	1529	Europe/Berlin
6556252	Apfeldorf	apfeldorf	Apfel'dorf,Apfeldorf,a pu fu er duo fu,apfldwrf,apuferudorufu,Апфелдорф,Апфельдорф,Ափֆելդորֆ,اپفلدورف,アプフェルドルフ,阿普弗尔多夫		DE	02	091	09181	09181111	1144	Europe/Berlin
6556253	Denklingen	denklingen			DE	02	091	09181	09181113	2836	Europe/Berlin
6556254	Eresing	eresing			DE	02	091	09181	09181118	1933	Europe/Berlin
6556255	Geltendorf	geltendorf			DE	02	091	09181	09181122	5593	Europe/Berlin
6556256	Greifenberg	greifenberg			DE	02	091	09181	09181123	2263	Europe/Berlin
6556257	Hofstetten	hofstetten			DE	02	091	09181	09181124	1886	Europe/Berlin
6556258	Hurlach	hurlach			DE	02	091	09181	09181126	1942	Europe/Berlin
6556259	Kaufering	kaufering	Kaufering,kao fei lin ge,kauferingu,Кауферинг,カウフェリング,考费林格		DE	02	091	09181	09181128	10251	Europe/Berlin
6556260	Kinsau	kinsau			DE	02	091	09181	09181129	1043	Europe/Berlin
6556323	Putzbrunn	putzbrunn			DE	02	091	09184	09184140	6689	Europe/Berlin
6556261	Obermeitingen	obermeitingen	Obermajtingen,awbrmaytyngn,obamaitingen,shang mai ting gen,Обермайтинген,Обермайтінген,Обермајтинген,Օբերմայթինգեն,اوبرمایتینگن,オーバーマイティンゲン,上迈廷根		DE	02	091	09181	09181131	1755	Europe/Berlin
6556262	Penzing	penzing			DE	02	091	09181	09181132	3622	Europe/Berlin
6556263	Vilgertshofen	vilgertshofen			DE	02	091	09181	09181133	2721	Europe/Berlin
6556264	Prittriching	prittriching			DE	02	091	09181	09181134	2517	Europe/Berlin
6556265	Reichling	reichling			DE	02	091	09181	09181135	1701	Europe/Berlin
6556266	Rott	rott			DE	02	091	09181	09181137	1651	Europe/Berlin
6556267	Scheuring	scheuring			DE	02	091	09181	09181138	1945	Europe/Berlin
6556268	Schwifting	schwifting			DE	02	091	09181	09181140	1030	Europe/Berlin
6556269	Pürgen	puergen			DE	02	091	09181	09181141	3552	Europe/Berlin
6556270	Thaining	thaining	Tajning,Tkhajning,tai ning,tainingu,taynyng,Тайнинг,Тайнінг,Тхајнинг,Թայնինգ,تاینینگ,タイニング,泰宁		DE	02	091	09181	09181142	1044	Europe/Berlin
6556271	Unterdießen	unterdiessen	Unterdisen,Unterdissen,awntrdysn,untadisen,weng te er di sen,Унтердисен,Унтердиссен,Унтердісен,Ունթերդիսեն,اونتردیسن,ウンターディーセン,翁特尔迪森		DE	02	091	09181	09181143	1453	Europe/Berlin
6556272	Weil	weil	Vajl,Vajl',Vayl,vu~airu,wyl,Вайль,Вајл,Վայլ,ویل,ヴァイル		DE	02	091	09181	09181145	3854	Europe/Berlin
6556273	Windach	windach			DE	02	091	09181	09181146	3814	Europe/Berlin
6556274	Bad Wiessee	bad-wiessee			DE	02	091	09182	09182111	5095	Europe/Berlin
6556275	Bayrischzell	bayrischzell			DE	02	091	09182	09182112	1595	Europe/Berlin
6556276	Fischbachau	fischbachau	Fishbakhau,Фишбахау		DE	02	091	09182	09182114	5631	Europe/Berlin
6556277	Hausham	hausham			DE	02	091	09182	09182119	8452	Europe/Berlin
6556278	Irschenberg	irschenberg			DE	02	091	09182	09182123	3204	Europe/Berlin
6556279	Otterfing	otterfing			DE	02	091	09182	09182127	4831	Europe/Berlin
6556280	Rottach-Egern	rottach-egern			DE	02	091	09182	09182129	5803	Europe/Berlin
6556281	Valley	valley	Falaj,Faley,Fallaj,Fallej,falay,falayy  bwarya,Фалај,Фаллай,Фаллей,Ֆալեյ,فالائی، بواریا,فالای		DE	02	091	09182	09182133	3378	Europe/Berlin
6556282	Waakirchen	waakirchen			DE	02	091	09182	09182134	5809	Europe/Berlin
6556283	Warngau	warngau			DE	02	091	09182	09182136	3867	Europe/Berlin
6556284	Weyarn	weyarn			DE	02	091	09182	09182137	3897	Europe/Berlin
6556285	Ampfing	ampfing			DE	02	091	09183	09183112	6694	Europe/Berlin
6556286	Egglkofen	egglkofen			DE	02	091	09183	09183115	1194	Europe/Berlin
6556287	Erharting	erharting			DE	02	091	09183	09183116	919	Europe/Berlin
6556288	Jettenbach	jettenbach	Ettenbakh,Jetenbakh,ye teng ba he,ytnbakh,Єттенбах,Јетенбах,Еттенбах,Եթենբախ,یتنباخ,耶滕巴赫		DE	02	091	09183	09183122	703	Europe/Berlin
6556289	Kirchdorf	kirchdorf			DE	02	091	09183	09183123	1340	Europe/Berlin
6556290	Lohkirchen	lohkirchen			DE	02	091	09183	09183125	753	Europe/Berlin
6556291	Maitenbeth	maitenbeth			DE	02	091	09183	09183126	2037	Europe/Berlin
6556292	Mettenheim	mettenheim	Metenkhajm,Mettengajm,Mettenkhajm,mei teng hai mu,mtnhaym,Метенхајм,Меттенгайм,Меттенхайм,Մեթենհայմ,متنهایم,梅滕海姆		DE	02	091	09183	09183127	3540	Europe/Berlin
6556293	Niederbergkirchen	niederbergkirchen			DE	02	091	09183	09183130	1229	Europe/Berlin
6556294	Niedertaufkirchen	niedertaufkirchen			DE	02	091	09183	09183131	1419	Europe/Berlin
6556295	Oberbergkirchen	oberbergkirchen			DE	02	091	09183	09183132	1726	Europe/Berlin
6556296	Oberneukirchen	oberneukirchen			DE	02	091	09183	09183134	851	Europe/Berlin
6556297	Obertaufkirchen	obertaufkirchen			DE	02	091	09183	09183135	2584	Europe/Berlin
6556298	Polling	polling			DE	02	091	09183	09183136	3295	Europe/Berlin
6556299	Rattenkirchen	rattenkirchen			DE	02	091	09183	09183138	979	Europe/Berlin
6556300	Rechtmehring	rechtmehring			DE	02	091	09183	09183139	1959	Europe/Berlin
6556301	Reichertsheim	reichertsheim			DE	02	091	09183	09183140	1635	Europe/Berlin
6556302	Schönberg	schoenberg			DE	02	091	09183	09183143	1113	Europe/Berlin
6556303	Schwindegg	schwindegg			DE	02	091	09183	09183144	3577	Europe/Berlin
6556304	Taufkirchen	taufkirchen			DE	02	091	09183	09183145	1374	Europe/Berlin
6556305	Unterreit	unterreit			DE	02	091	09183	09183147	1725	Europe/Berlin
6556306	Zangberg	zangberg			DE	02	091	09183	09183151	1122	Europe/Berlin
6556307	Aschheim	aschheim			DE	02	091	09184	09184112	9306	Europe/Berlin
6556309	Brunnthal	brunnthal			DE	02	091	09184	09184114	5527	Europe/Berlin
6556310	Feldkirchen	feldkirchen	Fejdkira,Fel'dkirkhen,Feldkirkhen,Feldkirxen,fldkyrshn,Фелдкирхен,Фельдкирхен,Фельдкірхен,Ֆելդկիրխեն,فلدکیرشن		DE	02	091	09184	09184118	7552	Europe/Berlin
6556311	Gräfelfing	graefelfing			DE	02	091	09184	09184120	13766	Europe/Berlin
6556312	Grasbrunn	grasbrunn			DE	02	091	09184	09184121	6927	Europe/Berlin
6556313	Grünwald	gruenwald	Greawoid,Grinvald,Grjunval'd,Grjunvald,Gryunvald,ge lin wa er de,grwnwald,Гринвалд,Грюнвалд,Грюнвальд,Գրյունվալդ,گرونوالد,格林瓦尔德		DE	02	091	09184	09184122	11270	Europe/Berlin
6556314	Haar	haar	Gaar,Haar,Khar,ha er,har,Гаар,Хар,Հաար,هار,哈尔		DE	02	091	09184	09184123	21476	Europe/Berlin
6556315	Höhenkirchen-Siegertsbrunn	hoehenkirchen-siegertsbrunn			DE	02	091	09184	09184127	10880	Europe/Berlin
6556316	Hohenbrunn	hohenbrunn			DE	02	091	09184	09184129	8786	Europe/Berlin
6556317	Ismaning	ismaning			DE	02	091	09184	09184130	17376	Europe/Berlin
6556318	Neuried	neuried	Neiriad,Nojrid,Noyrid,nwyryd,Нойрид,Нойрід,Нојрид,Նոյրիդ,نویرید		DE	02	091	09184	09184132	8623	Europe/Berlin
6556319	Oberhaching	oberhaching			DE	02	091	09184	09184134	13745	Europe/Berlin
6556320	Oberschleißheim	oberschleissheim			DE	02	091	09184	09184135	11833	Europe/Berlin
6556321	Ottobrunn	ottobrunn			DE	02	091	09184	09184136	21694	Europe/Berlin
6556324	Sauerlach	sauerlach			DE	02	091	09184	09184141	8228	Europe/Berlin
6556325	Schäftlarn	schaeftlarn			DE	02	091	09184	09184142	5846	Europe/Berlin
6556326	Straßlach-Dingharting	strasslach-dingharting			DE	02	091	09184	09184144	3254	Europe/Berlin
6556327	Taufkirchen	taufkirchen			DE	02	091	09184	09184145	18001	Europe/Berlin
6556328	Neubiberg	neubiberg			DE	02	091	09184	09184146	14785	Europe/Berlin
6556329	Unterföhring	unterfoehring			DE	02	091	09184	09184147	11284	Europe/Berlin
6556330	Unterhaching	unterhaching			DE	02	091	09184	09184148	25285	Europe/Berlin
6556331	Aresing	aresing			DE	02	091	09185	09185113	2852	Europe/Berlin
6556332	Berg im Gau	berg-im-gau			DE	02	091	09185	09185116	1305	Europe/Berlin
6556333	Bergheim	bergheim	Berggajm,Bergkhajm,brghaym,Берггайм,Бергхайм,Бергхајм,برگهایم		DE	02	091	09185	09185118	1878	Europe/Berlin
6556334	Brunnen	brunnen			DE	02	091	09185	09185123	1714	Europe/Berlin
6556335	Ehekirchen	ehekirchen			DE	02	091	09185	09185127	3822	Europe/Berlin
6556336	Gachenbach	gachenbach			DE	02	091	09185	09185131	2537	Europe/Berlin
6556337	Karlshuld	karlshuld			DE	02	091	09185	09185139	5927	Europe/Berlin
6556338	Karlskron	karlskron			DE	02	091	09185	09185140	4983	Europe/Berlin
6556339	Langenmosen	langenmosen			DE	02	091	09185	09185143	1591	Europe/Berlin
6556340	Oberhausen	oberhausen	Obergauzen,Oberhauzen,Oberkhauzen,awbrhawzn,Обергаузен,Оберхаузен,Օբերհաուզեն,اوبرهاوزن		DE	02	091	09185	09185150	3017	Europe/Berlin
6556341	Rohrenfels	rohrenfels			DE	02	091	09185	09185157	1548	Europe/Berlin
6556342	Waidhofen	waidhofen	Vajdgofen,Vajdkhofen,Vaydhofen,waydhwfn,Вайдгофен,Вайдхофен,Вајдхофен,Վայդհոֆեն,وایدهوفن		DE	02	091	09185	09185166	2323	Europe/Berlin
6556343	Weichering	weichering			DE	02	091	09185	09185168	2445	Europe/Berlin
6556344	Baar-Ebenhausen	baar-ebenhausen			DE	02	091	09186	09186113	5465	Europe/Berlin
6556345	Ernsgaden	ernsgaden			DE	02	091	09186	09186116	1710	Europe/Berlin
6556346	Gerolsbach	gerolsbach			DE	02	091	09186	09186125	3636	Europe/Berlin
6556347	Hettenshausen	hettenshausen			DE	02	091	09186	09186126	2088	Europe/Berlin
6556348	Ilmmünster	ilmmuenster			DE	02	091	09186	09186130	2268	Europe/Berlin
6556349	Jetzendorf	jetzendorf			DE	02	091	09186	09186132	3152	Europe/Berlin
6556350	Münchsmünster	muenchsmuenster			DE	02	091	09186	09186139	3071	Europe/Berlin
6556351	Pörnbach	poernbach			DE	02	091	09186	09186144	2175	Europe/Berlin
6556352	Reichertshausen	reichertshausen			DE	02	091	09186	09186146	5054	Europe/Berlin
6556353	Rohrbach	rohrbach	Rorbakh,Rorbax,rwrbakh,Рорбах,Ռորբախ,رورباخ		DE	02	091	09186	09186149	6104	Europe/Berlin
6556354	Scheyern	scheyern			DE	02	091	09186	09186151	4867	Europe/Berlin
6556355	Schweitenkirchen	schweitenkirchen			DE	02	091	09186	09186152	5305	Europe/Berlin
6556356	Babensham	babensham			DE	02	091	09187	09187116	3186	Europe/Berlin
6556357	Brannenburg	brannenburg			DE	02	091	09187	09187120	6473	Europe/Berlin
6556358	Chiemsee	chiemsee			DE	02	091	09187	09187123	203	Europe/Berlin
6556359	Edling	edling	Edling,Ehdling,adlyng,ai de ling,Едлинг,Едлінг,Эдлинг,Էդլինգ,ادلینگ,埃德灵		DE	02	091	09187	09187124	4546	Europe/Berlin
6556360	Eggstätt	eggstaett			DE	02	091	09187	09187125	2976	Europe/Berlin
6556361	Eiselfing	eiselfing			DE	02	091	09187	09187126	3129	Europe/Berlin
6556362	Bad Feilnbach	bad-feilnbach			DE	02	091	09187	09187129	8233	Europe/Berlin
6556363	Feldkirchen-Westerham	feldkirchen-westerham			DE	02	091	09187	09187130	10932	Europe/Berlin
6556364	Frasdorf	frasdorf			DE	02	091	09187	09187132	3111	Europe/Berlin
6556365	Griesstätt	griesstaett			DE	02	091	09187	09187134	2933	Europe/Berlin
6556366	Großkarolinenfeld	grosskarolinenfeld			DE	02	091	09187	09187137	7374	Europe/Berlin
6556367	Halfing	halfing			DE	02	091	09187	09187139	2791	Europe/Berlin
6556368	Schechen	schechen			DE	02	091	09187	09187142	5018	Europe/Berlin
6556369	Höslwang	hoeslwang			DE	02	091	09187	09187145	1272	Europe/Berlin
6556370	Kiefersfelden	kiefersfelden			DE	02	091	09187	09187148	6844	Europe/Berlin
6556371	Oberaudorf	oberaudorf			DE	02	091	09187	09187157	5236	Europe/Berlin
6556372	Pfaffing	pfaffing	Pfaffing,Pfafing,fafyng,pu fa fen,Пфафинг,Пфаффинг,Пфаффінг,Պֆաֆինգ,فافینگ,普法芬		DE	02	091	09187	09187159	4207	Europe/Berlin
6556373	Prutting	prutting			DE	02	091	09187	09187163	2885	Europe/Berlin
6556374	Ramerberg	ramerberg			DE	02	091	09187	09187164	1370	Europe/Berlin
6556375	Raubling	raubling			DE	02	091	09187	09187165	11472	Europe/Berlin
6556376	Riedering	riedering			DE	02	091	09187	09187167	5562	Europe/Berlin
6556377	Rimsting	rimsting			DE	02	091	09187	09187168	3969	Europe/Berlin
6556378	Rohrdorf	rohrdorf	Rordorf,rwhrdwrf,Рордорф,روهردورف		DE	02	091	09187	09187169	5853	Europe/Berlin
6556379	Samerberg	samerberg			DE	02	091	09187	09187172	2793	Europe/Berlin
6556380	Schonstett	schonstett			DE	02	091	09187	09187173	1369	Europe/Berlin
6556381	Söchtenau	soechtenau			DE	02	091	09187	09187174	2677	Europe/Berlin
6556382	Soyen	soyen			DE	02	091	09187	09187176	2862	Europe/Berlin
6556383	Stephanskirchen	stephanskirchen			DE	02	091	09187	09187177	10593	Europe/Berlin
6556384	Tuntenhausen	tuntenhausen			DE	02	091	09187	09187179	7213	Europe/Berlin
6556385	Vogtareuth	vogtareuth			DE	02	091	09187	09187181	3049	Europe/Berlin
6556386	Feldafing	feldafing			DE	02	091	09188	09188118	4241	Europe/Berlin
6556387	Gauting	gauting			DE	02	091	09188	09188120	20764	Europe/Berlin
6556388	Gilching	gilching			DE	02	091	09188	09188121	19159	Europe/Berlin
6556389	Krailling	krailling			DE	02	091	09188	09188127	7867	Europe/Berlin
6556390	Seefeld	seefeld	Seefoejd,Seeföjd,Zeefel'd,Zefel'd,Zefeld,zyfyld,Зеефельд,Зефелд,Зефельд,زیفیلد		DE	02	091	09188	09188132	7553	Europe/Berlin
6556391	Pöcking	poecking			DE	02	091	09188	09188137	5598	Europe/Berlin
6556392	Tutzing	tutzing			DE	02	091	09188	09188141	9918	Europe/Berlin
6556393	Weßling	wessling			DE	02	091	09188	09188144	5485	Europe/Berlin
6556394	Wörthsee	woerthsee	Vertze,Vjortzee,wei er ce,wrtzy,Вертзе,Вёртзее,ورتزی,韦尔策		DE	02	091	09188	09188145	4971	Europe/Berlin
6556395	Bergen	bergen	Bergen,Bergn,brgn,Берген,Բերգեն,برگن		DE	02	091	09189	09189113	4892	Europe/Berlin
6556396	Chieming	chieming			DE	02	091	09189	09189114	4976	Europe/Berlin
6556397	Engelsberg	engelsberg			DE	02	091	09189	09189115	2561	Europe/Berlin
6556398	Fridolfing	fridolfing			DE	02	091	09189	09189118	4401	Europe/Berlin
6556399	Grabenstätt	grabenstaett			DE	02	091	09189	09189119	4381	Europe/Berlin
6556400	Inzell	inzell			DE	02	091	09189	09189124	4826	Europe/Berlin
6556401	Kienberg	kienberg	Keanberg,Kinberg,kynbrg,Кинберг,Кінберг,Քինբերգ,کینبرگ		DE	02	091	09189	09189126	1414	Europe/Berlin
6556402	Kirchanschöring	kirchanschoering			DE	02	091	09189	09189127	3329	Europe/Berlin
6556403	Marquartstein	marquartstein			DE	02	091	09189	09189129	3273	Europe/Berlin
6556404	Nußdorf	nussdorf			DE	02	091	09189	09189130	2457	Europe/Berlin
6556405	Obing	obing			DE	02	091	09189	09189133	4332	Europe/Berlin
6556406	Palling	palling			DE	02	091	09189	09189134	3492	Europe/Berlin
6556407	Petting	petting	Peting,Petting,pei ting,ptyng,Петинг,Петтинг,Петтінг,Փեթինգ,پتینگ,佩廷		DE	02	091	09189	09189135	2323	Europe/Berlin
6556408	Pittenhart	pittenhart			DE	02	091	09189	09189137	1827	Europe/Berlin
6556409	Reit im Winkl	reit-im-winkl			DE	02	091	09189	09189139	2328	Europe/Berlin
6556410	Ruhpolding	ruhpolding			DE	02	091	09189	09189140	7065	Europe/Berlin
6556411	Schleching	schleching			DE	02	091	09189	09189141	1856	Europe/Berlin
6556412	Schnaitsee	schnaitsee			DE	02	091	09189	09189142	3648	Europe/Berlin
6556413	Seeon-Seebruck	seeon-seebruck			DE	02	091	09189	09189143	4488	Europe/Berlin
6556414	Siegsdorf	siegsdorf			DE	02	091	09189	09189145	8310	Europe/Berlin
6556415	Staudach-Egerndach	staudach-egerndach	Shtaudakh-Egerndakh,Shtaudakh-Ehgerndakh,ashtawdakh-agrndakh,shi tao da-ai ge er en da,Штаудах-Егерндах,Штаудах-Эгерндах,Շթաուդախ Էգերնդախ,اشتاوداخ-اگرنداخ,施陶达-埃格尔恩达		DE	02	091	09189	09189146	1152	Europe/Berlin
6556416	Surberg	surberg			DE	02	091	09189	09189148	3420	Europe/Berlin
6556417	Tacherting	tacherting			DE	02	091	09189	09189149	5768	Europe/Berlin
6556418	Übersee	uebersee	Iberze,Juberze,Owberzee,UEbasee,awbrzy,awbyrsy,yu bei er sai,Übasee,Иберзе,Юберзе,Ուբերզեե,اوبرزی,اوبیرسی,于贝尔塞		DE	02	091	09189	09189159	4997	Europe/Berlin
6556419	Unterwössen	unterwoessen			DE	02	091	09189	09189160	3577	Europe/Berlin
6556420	Vachendorf	vachendorf			DE	02	091	09189	09189161	1812	Europe/Berlin
6556421	Altenstadt	altenstadt	Al'tenshtadt,Altenshtat,Altenstadt,altnstad  apr bawarya,arutenshutatto,Алтенштат,Альтенштадт,Ալտենշտադտ,التنستاد، آپر باواریا,アルテンシュタット		DE	02	091	09190	09190111	3305	Europe/Berlin
6556422	Antdorf	antdorf			DE	02	091	09190	09190113	1322	Europe/Berlin
6556423	Bernbeuren	bernbeuren			DE	02	091	09190	09190114	2416	Europe/Berlin
6556424	Bernried	bernried			DE	02	091	09190	09190115	2348	Europe/Berlin
6556425	Böbing	boebing			DE	02	091	09190	09190117	1884	Europe/Berlin
6556426	Burggen	burggen	Burgen,Burggen,buruggen,bwrgn,Бургген,Бурген,Բուրգեն,بورگن,ブルッゲン		DE	02	091	09190	09190118	1698	Europe/Berlin
6556427	Eberfing	eberfing			DE	02	091	09190	09190120	1461	Europe/Berlin
6556428	Eglfing	eglfing			DE	02	091	09190	09190121	1085	Europe/Berlin
6556429	Habach	habach			DE	02	091	09190	09190126	1161	Europe/Berlin
6556430	Hohenfurch	hohenfurch			DE	02	091	09190	09190129	1682	Europe/Berlin
6556431	Hohenpeißenberg	hohenpeissenberg			DE	02	091	09190	09190130	3853	Europe/Berlin
6556432	Huglfing	huglfing	Gugl'fing,Huglfing,Khugl'fing,Khuglfing,fugurufingu,hu ge er fen ge,hwglfyng,Гугльфінг,Хуглфинг,Хугльфинг,Հուգլֆինգ,هوگلفینگ,フーグルフィング,胡格尔芬格		DE	02	091	09190	09190131	2884	Europe/Berlin
6556433	Iffeldorf	iffeldorf			DE	02	091	09190	09190132	2682	Europe/Berlin
6556434	Ingenried	ingenried			DE	02	091	09190	09190133	1089	Europe/Berlin
6556435	Oberhausen	oberhausen			DE	02	091	09190	09190135	2097	Europe/Berlin
6556436	Obersöchering	obersoechering			DE	02	091	09190	09190136	1529	Europe/Berlin
6556437	Pähl	paehl			DE	02	091	09190	09190138	2446	Europe/Berlin
6556438	Polling	polling	Poling,Polling,poringu,pwlyng,Полинг,Поллинг,Поллінг,Պոլինգ,پولینگ,ポリング		DE	02	091	09190	09190142	3539	Europe/Berlin
6556439	Prem	prem			DE	02	091	09190	09190143	896	Europe/Berlin
6556440	Raisting	raisting			DE	02	091	09190	09190144	2328	Europe/Berlin
6556441	Rottenbuch	rottenbuch			DE	02	091	09190	09190145	1797	Europe/Berlin
6556442	Schwabbruck	schwabbruck			DE	02	091	09190	09190149	964	Europe/Berlin
6556443	Schwabsoien	schwabsoien			DE	02	091	09190	09190151	1394	Europe/Berlin
6556444	Seeshaupt	seeshaupt			DE	02	091	09190	09190152	3253	Europe/Berlin
6556445	Sindelsdorf	sindelsdorf	Zindel'sdorf,Zindelsdorf,jinderusudorufu,xin de er si duo fu,zyndlsdwrf,Зинделсдорф,Зиндельсдорф,Зіндельсдорф,Զինդելսդորֆ,زیندلسدورف,ジンデルスドルフ,辛德尔斯多夫		DE	02	091	09190	09190153	1214	Europe/Berlin
6556446	Steingaden	steingaden			DE	02	091	09190	09190154	2888	Europe/Berlin
6556447	Wessobrunn	wessobrunn	Vesobrun,Vessobrunn,vu~essoburun,wswbrwn,Весобрун,Вессобрунн,Վեսոբրուն,وسوبرون,ヴェッソブルン		DE	02	091	09190	09190158	2269	Europe/Berlin
6556448	Wielenbach	wielenbach			DE	02	091	09190	09190159	3208	Europe/Berlin
6556449	Wildsteig	wildsteig			DE	02	091	09190	09190160	1310	Europe/Berlin
6556450	Landshut	landshut	Landshut,Stadt Landshut		DE	02	092	09261	09261000	73411	Europe/Berlin
6556451	Passau	passau	Passau,Stadt Passau		DE	02	092	09262	09262000	52803	Europe/Berlin
6556452	Straubing	straubing	Stadt Straubing,Straubing		DE	02	092	09263	09263000	47791	Europe/Berlin
6556453	Aholming	aholming			DE	02	092	09271	09271111	2291	Europe/Berlin
6556454	Auerbach	auerbach			DE	02	092	09271	09271113	2118	Europe/Berlin
6556455	Bernried	bernried	Bernriad,Bernrid,bei er en li de,brnryd,Бернрид,Бернрід,Բերնրիդ,برنرید,贝尔恩里德		DE	02	092	09271	09271116	4776	Europe/Berlin
6556456	Buchhofen	buchhofen			DE	02	092	09271	09271118	896	Europe/Berlin
6556457	Grafling	grafling			DE	02	092	09271	09271122	2771	Europe/Berlin
6556458	Grattersdorf	grattersdorf			DE	02	092	09271	09271123	1278	Europe/Berlin
6556459	Hunding	hunding			DE	02	092	09271	09271126	1157	Europe/Berlin
6556460	Iggensbach	iggensbach			DE	02	092	09271	09271127	2113	Europe/Berlin
6556461	Künzing	kuenzing			DE	02	092	09271	09271128	3165	Europe/Berlin
6556462	Lalling	lalling			DE	02	092	09271	09271130	1562	Europe/Berlin
6556463	Niederalteich	niederalteich			DE	02	092	09271	09271138	1770	Europe/Berlin
6556464	Oberpöring	oberpoering			DE	02	092	09271	09271139	1187	Europe/Berlin
6556465	Offenberg	offenberg			DE	02	092	09271	09271140	3431	Europe/Berlin
6556466	Schaufling	schaufling			DE	02	092	09271	09271148	1574	Europe/Berlin
6556467	Stephansposching	stephansposching			DE	02	092	09271	09271151	3090	Europe/Berlin
6556468	Wallerfing	wallerfing			DE	02	092	09271	09271152	1281	Europe/Berlin
6556469	Eppenschlag	eppenschlag			DE	02	092	09272	09272116	933	Europe/Berlin
6556470	Fürsteneck	fuersteneck			DE	02	092	09272	09272119	849	Europe/Berlin
6556471	Grainet	grainet			DE	02	092	09272	09272121	2473	Europe/Berlin
6556472	Haidmühle	haidmuehle			DE	02	092	09272	09272122	1319	Europe/Berlin
6556473	Hinterschmiding	hinterschmiding			DE	02	092	09272	09272126	2425	Europe/Berlin
6556474	Hohenau	hohenau	Goenau,Hohenau,Khoehnau,Khoenau,huo hei nao,hwhnaw,Гоенау,Хоенау,Хоэнау,Հոհենաու,هوهناو,霍黑瑙		DE	02	092	09272	09272127	3283	Europe/Berlin
6556475	Innernzell	innernzell			DE	02	092	09272	09272128	1546	Europe/Berlin
6556476	Jandelsbrunn	jandelsbrunn			DE	02	092	09272	09272129	3315	Europe/Berlin
6556477	Mauth	mauth			DE	02	092	09272	09272134	2181	Europe/Berlin
6556478	Neureichenau	neureichenau			DE	02	092	09272	09272136	4437	Europe/Berlin
6556479	Philippsreut	philippsreut			DE	02	092	09272	09272139	631	Europe/Berlin
6556480	Ringelai	ringelai			DE	02	092	09272	09272140	1883	Europe/Berlin
6556481	Saldenburg	saldenburg			DE	02	092	09272	09272142	2028	Europe/Berlin
6556482	Sankt Oswald-Riedlhütte	sankt-oswald-riedlhuette			DE	02	092	09272	09272143	2899	Europe/Berlin
6556483	Schöfweg	schoefweg			DE	02	092	09272	09272145	1307	Europe/Berlin
6556484	Neuschönau	neuschoenau			DE	02	092	09272	09272146	2199	Europe/Berlin
6556485	Spiegelau	spiegelau			DE	02	092	09272	09272149	3897	Europe/Berlin
6556486	Thurmansbang	thurmansbang			DE	02	092	09272	09272150	2435	Europe/Berlin
6556487	Zenting	zenting			DE	02	092	09272	09272152	1145	Europe/Berlin
6556488	Aiglsbach	aiglsbach			DE	02	092	09273	09273113	1828	Europe/Berlin
6556489	Attenhofen	attenhofen			DE	02	092	09273	09273115	1337	Europe/Berlin
6556490	Biburg	biburg	Biburg,bi bao,Бибург,Бібург,Բիբուրգ,比堡		DE	02	092	09273	09273119	1287	Europe/Berlin
6556491	Hausen	hausen			DE	02	092	09273	09273125	2175	Europe/Berlin
6556492	Herrngiersdorf	herrngiersdorf			DE	02	092	09273	09273127	1295	Europe/Berlin
6556493	Kirchdorf	kirchdorf			DE	02	092	09273	09273139	932	Europe/Berlin
6556494	Elsendorf	elsendorf			DE	02	092	09273	09273163	2163	Europe/Berlin
6556495	Teugn	teugn			DE	02	092	09273	09273175	1682	Europe/Berlin
6556496	Train	train			DE	02	092	09273	09273177	1888	Europe/Berlin
6556497	Volkenschwand	volkenschwand			DE	02	092	09273	09273178	1755	Europe/Berlin
6556498	Wildenberg	wildenberg			DE	02	092	09273	09273181	1391	Europe/Berlin
6556499	Adlkofen	adlkofen			DE	02	092	09274	09274111	4407	Europe/Berlin
6556500	Aham	aham			DE	02	092	09274	09274112	1916	Europe/Berlin
6556501	Altfraunhofen	altfraunhofen			DE	02	092	09274	09274114	2438	Europe/Berlin
6556502	Baierbach	baierbach			DE	02	092	09274	09274118	780	Europe/Berlin
6556503	Bodenkirchen	bodenkirchen			DE	02	092	09274	09274120	5341	Europe/Berlin
6556504	Eching	eching	Ehkhing,Ekhing,Exing,ashyng,Ехинг,Ехінг,Эхинг,Էխինգ,اشینگ		DE	02	092	09274	09274124	4142	Europe/Berlin
6556505	Furth	furth	Furt,fwrt,Фурт,Ֆուրթ,فورت		DE	02	092	09274	09274132	3586	Europe/Berlin
6556506	Gerzen	gerzen			DE	02	092	09274	09274135	1860	Europe/Berlin
6556507	Hohenthann	hohenthann			DE	02	092	09274	09274141	4189	Europe/Berlin
6556508	Kumhausen	kumhausen			DE	02	092	09274	09274146	5463	Europe/Berlin
6556509	Neufraunhofen	neufraunhofen			DE	02	092	09274	09274154	1103	Europe/Berlin
6556510	Niederaichbach	niederaichbach			DE	02	092	09274	09274156	4008	Europe/Berlin
6556511	Obersüßbach	obersuessbach			DE	02	092	09274	09274165	1742	Europe/Berlin
6556512	Postau	postau			DE	02	092	09274	09274174	1629	Europe/Berlin
6556513	Schalkham	schalkham			DE	02	092	09274	09274179	937	Europe/Berlin
6556514	Tiefenbach	tiefenbach	Tifenbakh,Тифенбах,Тіфенбах,Թիֆենբախ		DE	02	092	09274	09274182	3859	Europe/Berlin
6556515	Vilsheim	vilsheim			DE	02	092	09274	09274185	2592	Europe/Berlin
6556516	Weihmichl	weihmichl			DE	02	092	09274	09274187	2513	Europe/Berlin
6556517	Weng	weng			DE	02	092	09274	09274188	1443	Europe/Berlin
6556518	Wurmsham	wurmsham			DE	02	092	09274	09274193	1388	Europe/Berlin
6556519	Bruckberg	bruckberg	Brukberg,brwkbrg,bu lu ke bei ge,Брукберг,Բրուքբերգ,بروکبرگ,布鲁克贝格		DE	02	092	09274	09274194	5564	Europe/Berlin
6556520	Aicha vorm Wald	aicha-vorm-wald			DE	02	092	09275	09275111	2371	Europe/Berlin
6556521	Aldersbach	aldersbach			DE	02	092	09275	09275114	4330	Europe/Berlin
6556522	Bad Füssing	bad-fuessing			DE	02	092	09275	09275116	7658	Europe/Berlin
6556523	Beutelsbach	beutelsbach	Beidlschbo,Bojtel'sbakh,Bojtelsbakh,bo yi te er si ba he,bwytlsbakh,Бойтелсбах,Бойтельсбах,Бојтелсбах,Բոյթելսբախ,بویتلسباخ,博伊特尔斯巴赫		DE	02	092	09275	09275117	1176	Europe/Berlin
6556524	Breitenberg	breitenberg	Brajtenberg,braytnbrg,bu lai teng bei ge,Брайтенберг,Брајтенберг,Բրայթենբերգ,برایتنبرگ,布赖滕贝格		DE	02	092	09275	09275118	2031	Europe/Berlin
6556525	Büchlberg	buechlberg			DE	02	092	09275	09275119	4143	Europe/Berlin
6556526	Fürstenstein	fuerstenstein			DE	02	092	09275	09275121	3428	Europe/Berlin
6556527	Haarbach	haarbach			DE	02	092	09275	09275125	2574	Europe/Berlin
6556528	Kirchham	kirchham	Kirkham,Kirkhgam,Kirkhkham,Kirxham,ji er xia mu,kyrshham,Кирхам,Кирххам,Кірхгам,Կիրխհամ,کیرشهام,基尔夏姆		DE	02	092	09275	09275130	2409	Europe/Berlin
6556529	Malching	malching			DE	02	092	09275	09275132	1282	Europe/Berlin
6556530	Neukirchen vorm Wald	neukirchen-vorm-wald			DE	02	092	09275	09275135	2901	Europe/Berlin
6556531	Ruderting	ruderting			DE	02	092	09275	09275144	3170	Europe/Berlin
6556532	Salzweg	salzweg			DE	02	092	09275	09275146	6875	Europe/Berlin
6556533	Sonnen	sonnen			DE	02	092	09275	09275148	1405	Europe/Berlin
6556534	Tettenweis	tettenweis			DE	02	092	09275	09275149	1774	Europe/Berlin
6556535	Thyrnau	thyrnau			DE	02	092	09275	09275150	4203	Europe/Berlin
6556536	Tiefenbach	tiefenbach	Tifenbakh,tyfnbakh,Тифенбах,Тіфенбах,Թիֆենբախ,تیفنباخ		DE	02	092	09275	09275151	6772	Europe/Berlin
6556537	Witzmannsberg	witzmannsberg	Vicmannsberg,Vicmansberg,wei ci man si bei ge,wytsmansbrg,Вицмансберг,Віцманнсберг,Վիցմանսբերգ,ویتسمانسبرگ,维茨曼斯贝格		DE	02	092	09275	09275160	1496	Europe/Berlin
6556538	Achslach	achslach			DE	02	092	09276	09276111	939	Europe/Berlin
6556539	Arnbruck	arnbruck			DE	02	092	09276	09276113	1944	Europe/Berlin
6556540	Bayerisch Eisenstein	bayerisch-eisenstein			DE	02	092	09276	09276115	1006	Europe/Berlin
6556541	Bischofsmais	bischofsmais			DE	02	092	09276	09276116	3157	Europe/Berlin
6556542	Böbrach	boebrach			DE	02	092	09276	09276118	1629	Europe/Berlin
6556543	Drachselsried	drachselsried			DE	02	092	09276	09276120	2443	Europe/Berlin
6556544	Frauenau	frauenau			DE	02	092	09276	09276121	2684	Europe/Berlin
6556545	Geiersthal	geiersthal			DE	02	092	09276	09276122	2234	Europe/Berlin
6556546	Gotteszell	gotteszell			DE	02	092	09276	09276123	1213	Europe/Berlin
6556547	Kollnburg	kollnburg			DE	02	092	09276	09276128	2759	Europe/Berlin
6556548	Langdorf	langdorf			DE	02	092	09276	09276129	1800	Europe/Berlin
6556549	Lindberg	lindberg			DE	02	092	09276	09276130	2294	Europe/Berlin
6556550	Patersdorf	patersdorf			DE	02	092	09276	09276134	1751	Europe/Berlin
6556551	Prackenbach	prackenbach			DE	02	092	09276	09276135	2741	Europe/Berlin
6556552	Rinchnach	rinchnach			DE	02	092	09276	09276139	3039	Europe/Berlin
6556553	Zachenberg	zachenberg			DE	02	092	09276	09276146	2060	Europe/Berlin
6556554	Bayerbach	bayerbach			DE	02	092	09277	09277112	1689	Europe/Berlin
6556555	Dietersburg	dietersburg			DE	02	092	09277	09277114	3156	Europe/Berlin
6556556	Egglham	egglham			DE	02	092	09277	09277117	2364	Europe/Berlin
6556557	Ering	ering			DE	02	092	09277	09277118	1784	Europe/Berlin
6556558	Falkenberg	falkenberg	Fal'kenberg,Falkenberg,Foikaberg,falknbrg,falkynbyrg  lwyr bwarya,Фалкенберг,Фалькенберг,فالکنبرگ,فالکینبیرگ، لوئر بواریا		DE	02	092	09277	09277119	3797	Europe/Berlin
6556559	Geratskirchen	geratskirchen			DE	02	092	09277	09277122	850	Europe/Berlin
6556560	Hebertsfelden	hebertsfelden			DE	02	092	09277	09277124	3653	Europe/Berlin
6556561	Johanniskirchen	johanniskirchen			DE	02	092	09277	09277126	2517	Europe/Berlin
6556562	Julbach	julbach			DE	02	092	09277	09277127	2392	Europe/Berlin
6556563	Malgersdorf	malgersdorf			DE	02	092	09277	09277131	1234	Europe/Berlin
6556564	Mitterskirchen	mitterskirchen			DE	02	092	09277	09277134	2155	Europe/Berlin
6556565	Postmünster	postmuenster			DE	02	092	09277	09277139	2365	Europe/Berlin
6556566	Reut	reut			DE	02	092	09277	09277140	1681	Europe/Berlin
6556567	Rimbach	rimbach			DE	02	092	09277	09277141	908	Europe/Berlin
6556568	Roßbach	rossbach			DE	02	092	09277	09277142	2948	Europe/Berlin
6556569	Stubenberg	stubenberg			DE	02	092	09277	09277147	1414	Europe/Berlin
6556570	Unterdietfurt	unterdietfurt			DE	02	092	09277	09277151	2089	Europe/Berlin
6556571	Wittibreut	wittibreut			DE	02	092	09277	09277152	1993	Europe/Berlin
6556572	Zeilarn	zeilarn			DE	02	092	09277	09277154	2173	Europe/Berlin
6556573	Aholfing	aholfing			DE	02	092	09278	09278112	1864	Europe/Berlin
6556574	Aiterhofen	aiterhofen			DE	02	092	09278	09278113	3378	Europe/Berlin
6556575	Ascha	ascha			DE	02	092	09278	09278116	1646	Europe/Berlin
6556576	Falkenfels	falkenfels			DE	02	092	09278	09278120	1040	Europe/Berlin
6556577	Feldkirchen	feldkirchen			DE	02	092	09278	09278121	1989	Europe/Berlin
6556578	Haibach	haibach	Gajbakh,Hoiboch,Khajbakh,haybakh,Гайбах,Хайбах,Хајбах,هایباخ		DE	02	092	09278	09278129	2058	Europe/Berlin
6556579	Haselbach	haselbach	Gazel'bakh,Hoslbo,Khazel'bakh,Khazelbakh,hazlbakh,Газельбах,Хазелбах,Хазельбах,هازلباخ		DE	02	092	09278	09278134	1888	Europe/Berlin
6556580	Hunderdorf	hunderdorf			DE	02	092	09278	09278139	3292	Europe/Berlin
6556581	Irlbach	irlbach			DE	02	092	09278	09278140	1139	Europe/Berlin
6556582	Kirchroth	kirchroth			DE	02	092	09278	09278141	3805	Europe/Berlin
6556583	Konzell	konzell			DE	02	092	09278	09278143	1789	Europe/Berlin
6556584	Laberweinting	laberweinting			DE	02	092	09278	09278144	3379	Europe/Berlin
6556585	Leiblfing	leiblfing			DE	02	092	09278	09278146	4182	Europe/Berlin
6556586	Loitzendorf	loitzendorf			DE	02	092	09278	09278147	606	Europe/Berlin
6556587	Mariaposching	mariaposching			DE	02	092	09278	09278149	1429	Europe/Berlin
6556843	Insingen	insingen			DE	02	095	09571	09571169	1166	Europe/Berlin
6556588	Neukirchen	neukirchen	Neukirchen-Haggn		DE	02	092	09278	09278154	1735	Europe/Berlin
6556589	Niederwinkling	niederwinkling			DE	02	092	09278	09278159	2814	Europe/Berlin
6556590	Oberschneiding	oberschneiding			DE	02	092	09278	09278167	3093	Europe/Berlin
6556591	Parkstetten	parkstetten			DE	02	092	09278	09278170	3238	Europe/Berlin
6556592	Perasdorf	perasdorf			DE	02	092	09278	09278171	538	Europe/Berlin
6556593	Rain	rain			DE	02	092	09278	09278177	2880	Europe/Berlin
6556594	Rattenberg	rattenberg	Ratenberg,Rattenberg,la teng bei ge,rtnbrg,Ратенберг,Раттенберг,رتنبرگ,拉滕贝格		DE	02	092	09278	09278178	1723	Europe/Berlin
6556595	Rattiszell	rattiszell			DE	02	092	09278	09278179	1492	Europe/Berlin
6556596	Salching	salching			DE	02	092	09278	09278182	2623	Europe/Berlin
6556597	Sankt Englmar	sankt-englmar	St. Englmar		DE	02	092	09278	09278184	1868	Europe/Berlin
6556598	Stallwang	stallwang			DE	02	092	09278	09278189	1377	Europe/Berlin
6556599	Steinach	steinach	Shtajnakh,ashtaynakh,Штайнах,Штајнах,اشتایناخ		DE	02	092	09278	09278190	3179	Europe/Berlin
6556600	Straßkirchen	strasskirchen			DE	02	092	09278	09278192	3263	Europe/Berlin
6556601	Wiesenfelden	wiesenfelden			DE	02	092	09278	09278197	3755	Europe/Berlin
6556602	Windberg	windberg			DE	02	092	09278	09278198	1139	Europe/Berlin
6556603	Gottfrieding	gottfrieding			DE	02	092	09279	09279116	2251	Europe/Berlin
6556604	Loiching	loiching			DE	02	092	09279	09279124	3606	Europe/Berlin
6556605	Mamming	mamming			DE	02	092	09279	09279125	3232	Europe/Berlin
6556606	Marklkofen	marklkofen			DE	02	092	09279	09279126	3699	Europe/Berlin
6556607	Mengkofen	mengkofen			DE	02	092	09279	09279127	6035	Europe/Berlin
6556608	Moosthenning	moosthenning			DE	02	092	09279	09279128	4921	Europe/Berlin
6556609	Niederviehbach	niederviehbach			DE	02	092	09279	09279130	2642	Europe/Berlin
6556610	Amberg	amberg	Amberg,Stadt Amberg		DE	02	093	09361	09361000	42207	Europe/Berlin
6556611	Regensburg	regensburg	Regensburg,Stadt Regensburg		DE	02	093	09362	09362000	153094	Europe/Berlin
6556612	Ammerthal	ammerthal			DE	02	093	09371	09371111	2092	Europe/Berlin
6556613	Ebermannsdorf	ebermannsdorf			DE	02	093	09371	09371118	2421	Europe/Berlin
6556614	Edelsfeld	edelsfeld			DE	02	093	09371	09371119	1937	Europe/Berlin
6556615	Ensdorf	ensdorf	Ehnsdorf,Ensdorf,en si duo fu,Енсдорф,Энсдорф,Էնսդորֆ,恩斯多夫		DE	02	093	09371	09371120	2066	Europe/Berlin
6556616	Freudenberg	freudenberg	Frojdenberg,Froydenberg,Фройденберг,Фројденберг,Ֆրոյդենբերգ		DE	02	093	09371	09371122	4138	Europe/Berlin
6556617	Gebenbach	gebenbach			DE	02	093	09371	09371123	891	Europe/Berlin
6556618	Hirschbach	hirschbach	Girshbakh,Hirsbax,Khirshbakh,Гіршбах,Хиршбах,Հիրշբախ		DE	02	093	09371	09371128	1189	Europe/Berlin
6556619	Illschwang	illschwang			DE	02	093	09371	09371131	1985	Europe/Berlin
6556620	Kümmersbruck	kuemmersbruck			DE	02	093	09371	09371136	9838	Europe/Berlin
6556621	Etzelwang	etzelwang			DE	02	093	09371	09371140	1402	Europe/Berlin
6556622	Poppenricht	poppenricht			DE	02	093	09371	09371144	3383	Europe/Berlin
6556623	Ursensollen	ursensollen			DE	02	093	09371	09371154	3710	Europe/Berlin
6556624	Weigendorf	weigendorf			DE	02	093	09371	09371157	1230	Europe/Berlin
6556625	Arnschwang	arnschwang			DE	02	093	09372	09372112	1998	Europe/Berlin
6556626	Arrach	arrach			DE	02	093	09372	09372113	2433	Europe/Berlin
6556627	Blaibach	blaibach			DE	02	093	09372	09372115	1972	Europe/Berlin
6556628	Chamerau	chamerau			DE	02	093	09372	09372117	2589	Europe/Berlin
6556629	Gleißenberg	gleissenberg			DE	02	093	09372	09372128	904	Europe/Berlin
6556630	Grafenwiesen	grafenwiesen			DE	02	093	09372	09372130	1503	Europe/Berlin
6556631	Hohenwarth	hohenwarth			DE	02	093	09372	09372135	1917	Europe/Berlin
6556632	Michelsneukirchen	michelsneukirchen			DE	02	093	09372	09372142	1726	Europe/Berlin
6556633	Miltach	miltach			DE	02	093	09372	09372143	2309	Europe/Berlin
6556634	Pemfling	pemfling			DE	02	093	09372	09372146	2241	Europe/Berlin
6556635	Reichenbach	reichenbach			DE	02	093	09372	09372149	1316	Europe/Berlin
6556636	Rettenbach	rettenbach	Retenbakh,Rettenbakh,Ретенбах,Реттенбах		DE	02	093	09372	09372150	1837	Europe/Berlin
6556637	Rimbach	rimbach	Rimbakh,Rimbax,Римбах,Рімбах,Ռիմբախ		DE	02	093	09372	09372151	1824	Europe/Berlin
6556638	Runding	runding			DE	02	093	09372	09372155	2303	Europe/Berlin
6556639	Schönthal	schoenthal			DE	02	093	09372	09372157	1934	Europe/Berlin
6556640	Schorndorf	schorndorf	Shorndorf,Sorndorf,Шорндорф,Շորնդորֆ		DE	02	093	09372	09372158	2768	Europe/Berlin
6556641	Traitsching	traitsching			DE	02	093	09372	09372164	4208	Europe/Berlin
6556642	Treffelstein	treffelstein			DE	02	093	09372	09372165	942	Europe/Berlin
6556643	Wald	wald			DE	02	093	09372	09372169	2877	Europe/Berlin
6556644	Walderbach	walderbach			DE	02	093	09372	09372170	2253	Europe/Berlin
6556645	Weiding	weiding			DE	02	093	09372	09372174	2484	Europe/Berlin
6556646	Willmering	willmering			DE	02	093	09372	09372175	1977	Europe/Berlin
6556647	Zandt	zandt			DE	02	093	09372	09372177	1989	Europe/Berlin
6556648	Lohberg	lohberg	Loberg,luo bei ge,Лоберг,Լոբերգ,洛贝格		DE	02	093	09372	09372178	1841	Europe/Berlin
6556649	Deining	deining			DE	02	093	09373	09373119	4879	Europe/Berlin
6556650	Mühlhausen	muehlhausen	Milkhauzen,Mjul'gauzen,Mjul'khauzen,Myulhauzen,Милхаузен,Мюльгаузен,Мюльхаузен,Մյուլհաուզեն		DE	02	093	09373	09373146	5037	Europe/Berlin
6556651	Pilsach	pilsach			DE	02	093	09373	09373153	2854	Europe/Berlin
6556652	Postbauer-Heng	postbauer-heng			DE	02	093	09373	09373155	7867	Europe/Berlin
6556653	Sengenthal	sengenthal			DE	02	093	09373	09373159	3735	Europe/Berlin
6556654	Etzenricht	etzenricht			DE	02	093	09374	09374119	1555	Europe/Berlin
6556655	Flossenbürg	flossenbuerg			DE	02	093	09374	09374122	1485	Europe/Berlin
6556657	Irchenrieth	irchenrieth			DE	02	093	09374	09374127	1519	Europe/Berlin
6556658	Kirchendemenreuth	kirchendemenreuth			DE	02	093	09374	09374128	858	Europe/Berlin
6556659	Pirk	pirk			DE	02	093	09374	09374146	1878	Europe/Berlin
6556660	Trabitz	trabitz			DE	02	093	09374	09374148	1302	Europe/Berlin
6556661	Püchersreuth	puechersreuth			DE	02	093	09374	09374150	1640	Europe/Berlin
6556662	Schirmitz	schirmitz			DE	02	093	09374	09374154	1980	Europe/Berlin
6556663	Schlammersdorf	schlammersdorf			DE	02	093	09374	09374155	862	Europe/Berlin
6556664	Schwarzenbach	schwarzenbach			DE	02	093	09374	09374156	1152	Europe/Berlin
6556665	Speinshart	speinshart			DE	02	093	09374	09374157	1101	Europe/Berlin
6556666	Störnstein	stoernstein			DE	02	093	09374	09374158	1510	Europe/Berlin
6556667	Theisseil	theisseil			DE	02	093	09374	09374160	1188	Europe/Berlin
6556668	Vorbach	vorbach			DE	02	093	09374	09374163	998	Europe/Berlin
6556669	Weiherhammer	weiherhammer			DE	02	093	09374	09374166	3831	Europe/Berlin
6556670	Bechtsrieth	bechtsrieth			DE	02	093	09374	09374170	1089	Europe/Berlin
6556671	Alteglofsheim	alteglofsheim			DE	02	093	09375	09375113	3295	Europe/Berlin
6556672	Altenthann	altenthann			DE	02	093	09375	09375114	1471	Europe/Berlin
6556673	Aufhausen	aufhausen			DE	02	093	09375	09375115	1882	Europe/Berlin
6556674	Barbing	barbing			DE	02	093	09375	09375117	5429	Europe/Berlin
6556675	Bernhardswald	bernhardswald			DE	02	093	09375	09375119	5419	Europe/Berlin
6556676	Brennberg	brennberg			DE	02	093	09375	09375120	2037	Europe/Berlin
6556677	Brunn	brunn			DE	02	093	09375	09375122	1426	Europe/Berlin
6556678	Deuerling	deuerling			DE	02	093	09375	09375127	2001	Europe/Berlin
6556679	Duggendorf	duggendorf			DE	02	093	09375	09375131	1577	Europe/Berlin
6556680	Hagelstadt	hagelstadt			DE	02	093	09375	09375143	1978	Europe/Berlin
6556681	Köfering	koefering			DE	02	093	09375	09375161	2727	Europe/Berlin
6556682	Mintraching	mintraching			DE	02	093	09375	09375170	4867	Europe/Berlin
6556683	Mötzing	moetzing			DE	02	093	09375	09375171	1353	Europe/Berlin
6556684	Obertraubling	obertraubling			DE	02	093	09375	09375179	8442	Europe/Berlin
6556685	Pentling	pentling			DE	02	093	09375	09375180	6142	Europe/Berlin
6556686	Pettendorf	pettendorf			DE	02	093	09375	09375181	3489	Europe/Berlin
6556687	Pfakofen	pfakofen			DE	02	093	09375	09375182	1598	Europe/Berlin
6556688	Pfatter	pfatter			DE	02	093	09375	09375183	3216	Europe/Berlin
6556689	Pielenhofen	pielenhofen			DE	02	093	09375	09375184	1620	Europe/Berlin
6556690	Riekofen	riekofen			DE	02	093	09375	09375191	768	Europe/Berlin
6556691	Sinzing	sinzing			DE	02	093	09375	09375199	7449	Europe/Berlin
6556692	Sünching	suenching			DE	02	093	09375	09375201	2180	Europe/Berlin
6556693	Tegernheim	tegernheim			DE	02	093	09375	09375204	5600	Europe/Berlin
6556694	Thalmassing	thalmassing			DE	02	093	09375	09375205	3535	Europe/Berlin
6556695	Wenzenbach	wenzenbach			DE	02	093	09375	09375208	8727	Europe/Berlin
6556696	Wiesent	wiesent	Vizent,wyznt,Визент,Візент,Վիզենթ,ویزنت		DE	02	093	09375	09375209	2616	Europe/Berlin
6556697	Wolfsegg	wolfsegg			DE	02	093	09375	09375211	1525	Europe/Berlin
6556698	Zeitlarn	zeitlarn			DE	02	093	09375	09375213	5867	Europe/Berlin
6556699	Altendorf	altendorf	Al'tendorf,Altendorf,a er teng duo fu,altndraf  apr platynyt,Алтендорф,Альтендорф,التندراف، آپر پلاتینیت,阿尔滕多夫		DE	02	093	09376	09376112	852	Europe/Berlin
6556700	Bodenwöhr	bodenwoehr			DE	02	093	09376	09376116	4341	Europe/Berlin
6556701	Dieterskirchen	dieterskirchen			DE	02	093	09376	09376122	996	Europe/Berlin
6556702	Gleiritsch	gleiritsch			DE	02	093	09376	09376131	623	Europe/Berlin
6556703	Guteneck	guteneck			DE	02	093	09376	09376133	819	Europe/Berlin
6556704	Niedermurach	niedermurach			DE	02	093	09376	09376148	1242	Europe/Berlin
6556705	Schmidgaden	schmidgaden			DE	02	093	09376	09376159	2948	Europe/Berlin
6556706	Stadlern	stadlern			DE	02	093	09376	09376167	513	Europe/Berlin
6556707	Steinberg	steinberg			DE	02	093	09376	09376168	1956	Europe/Berlin
6556708	Stulln	stulln			DE	02	093	09376	09376169	1647	Europe/Berlin
6556709	Teunz	teunz			DE	02	093	09376	09376171	1815	Europe/Berlin
6556710	Thanstein	thanstein			DE	02	093	09376	09376172	951	Europe/Berlin
6556711	Trausnitz	trausnitz			DE	02	093	09376	09376173	965	Europe/Berlin
6556712	Wackersdorf	wackersdorf			DE	02	093	09376	09376175	5245	Europe/Berlin
6556713	Weiding	weiding	Vajding,waydyng,Вайдинг,Вайдінг,Вајдинг,وایدینگ		DE	02	093	09376	09376176	455	Europe/Berlin
6556714	Brand	brand			DE	02	093	09377	09377113	1138	Europe/Berlin
6556715	Ebnath	ebnath			DE	02	093	09377	09377115	1269	Europe/Berlin
6556716	Friedenfels	friedenfels			DE	02	093	09377	09377118	1223	Europe/Berlin
6556717	Immenreuth	immenreuth			DE	02	093	09377	09377127	1858	Europe/Berlin
6556718	Kastl	kastl			DE	02	093	09377	09377128	1410	Europe/Berlin
6556719	Krummennaab	krummennaab			DE	02	093	09377	09377132	1457	Europe/Berlin
6556720	Kulmain	kulmain			DE	02	093	09377	09377133	2241	Europe/Berlin
6556721	Leonberg	leonberg			DE	02	093	09377	09377137	1022	Europe/Berlin
6556722	Neusorg	neusorg			DE	02	093	09377	09377143	1919	Europe/Berlin
6556723	Pechbrunn	pechbrunn			DE	02	093	09377	09377145	1354	Europe/Berlin
6556724	Pullenreuth	pullenreuth	Boinaraad,Pulenrojt,Pullenrojt,pu lun luo yi te,Пуленројт,Пулленройт,普伦罗伊特		DE	02	093	09377	09377148	1663	Europe/Berlin
6556725	Bamberg	bamberg	Bamberg,Stadt Bamberg		DE	02	094	09461	09461000	77373	Europe/Berlin
6556726	Bayreuth	bayreuth	Bayreuth,Stadt Bayreuth		DE	02	094	09462	09462000	74783	Europe/Berlin
6556727	Coburg	coburg	Coburg,Stadt Coburg		DE	02	094	09463	09463000	41072	Europe/Berlin
6556785	Kirchehrenbach	kirchehrenbach			DE	02	094	09474	09474143	2208	Europe/Berlin
6556728	Hof	hof	Curia Variscorum,Dworc,Dwórc,Gof,Hof,Hofas,Khof,Stadt Hof,hofu,hopeu,huo fu,hwf,hwf  alman,Гоф,Хоф,هوف,هوف، آلمان,ホーフ,霍夫,호프		DE	02	094	09464	09464000	45825	Europe/Berlin
6556729	Altendorf	altendorf	Al'tendorf,Altendorf,altndraf  apr frankanya,arutendorufu,Алтендорф,Альтендорф,Ալտենդորֆ,التندراف، آپر فرانکانیا,アルテンドルフ		DE	02	094	09471	09471111	2111	Europe/Berlin
6556730	Bischberg	bischberg			DE	02	094	09471	09471117	6111	Europe/Berlin
6556731	Breitengüßbach	breitenguessbach			DE	02	094	09471	09471119	4454	Europe/Berlin
6556732	Frensdorf	frensdorf			DE	02	094	09471	09471131	5149	Europe/Berlin
6556733	Gerach	gerach			DE	02	094	09471	09471133	960	Europe/Berlin
6556734	Gundelsheim	gundelsheim			DE	02	094	09471	09471137	3524	Europe/Berlin
6556735	Kemmern	kemmern			DE	02	094	09471	09471150	2533	Europe/Berlin
6556736	Königsfeld	koenigsfeld	Kenigsfel'd,Kenigsfeld,Kjonigsfel'd,kenihisuferuto,Кенигсфелд,Кенігсфельд,Кёнигсфельд,Քյոնիգսֆելդ,ケーニヒスフェルト		DE	02	094	09471	09471151	1267	Europe/Berlin
6556737	Lauter	lauter			DE	02	094	09471	09471152	1140	Europe/Berlin
6556738	Lisberg	lisberg			DE	02	094	09471	09471154	1716	Europe/Berlin
6556739	Litzendorf	litzendorf			DE	02	094	09471	09471155	6143	Europe/Berlin
6556740	Memmelsdorf	memmelsdorf			DE	02	094	09471	09471159	8850	Europe/Berlin
6556741	Oberhaid	oberhaid	Obergajd,Oberhayd,Oberkhajd,obahaito,shang hai de,Обергайд,Оберхайд,Оберхајд,Օբերհայդ,オーバーハイト,上海德		DE	02	094	09471	09471165	4699	Europe/Berlin
6556742	Pettstadt	pettstadt			DE	02	094	09471	09471169	2023	Europe/Berlin
6556743	Pommersfelden	pommersfelden			DE	02	094	09471	09471172	3058	Europe/Berlin
6556744	Priesendorf	priesendorf			DE	02	094	09471	09471173	1490	Europe/Berlin
6556745	Reckendorf	reckendorf			DE	02	094	09471	09471175	2017	Europe/Berlin
6556746	Stadelhofen	stadelhofen			DE	02	094	09471	09471189	1245	Europe/Berlin
6556747	Stegaurach	stegaurach			DE	02	094	09471	09471191	7073	Europe/Berlin
6556748	Strullendorf	strullendorf			DE	02	094	09471	09471195	7989	Europe/Berlin
6556749	Viereth-Trunstadt	viereth-trunstadt			DE	02	094	09471	09471207	3547	Europe/Berlin
6556750	Walsdorf	walsdorf	Val'sdorf,Valsdorf,vu~arusudorufu,wa er si duo fu,Валсдорф,Вальсдорф,Վալսդորֆ,ヴァルスドルフ,瓦尔斯多夫		DE	02	094	09471	09471208	2614	Europe/Berlin
6556751	Wattendorf	wattendorf			DE	02	094	09471	09471209	639	Europe/Berlin
6556752	Aufseß	aufsess			DE	02	094	09472	09472115	1291	Europe/Berlin
6556753	Bindlach	bindlach			DE	02	094	09472	09472119	7355	Europe/Berlin
6556754	Bischofsgrün	bischofsgruen			DE	02	094	09472	09472121	1815	Europe/Berlin
6556755	Eckersdorf	eckersdorf			DE	02	094	09472	09472131	5092	Europe/Berlin
6556756	Emtmannsberg	emtmannsberg			DE	02	094	09472	09472133	1049	Europe/Berlin
6556757	Fichtelberg	fichtelberg	Fikhtel'berg,Fikhtelberg,Fixtelberg,fihiteruberuku,Фихтелберг,Фихтельберг,Фіхтельберг,Ֆիխտելբերգ,フィヒテルベルク		DE	02	094	09472	09472138	1793	Europe/Berlin
6556758	Gesees	gesees			DE	02	094	09472	09472140	1259	Europe/Berlin
6556759	Glashütten	glashuetten			DE	02	094	09472	09472141	1394	Europe/Berlin
6556760	Haag	haag	Gaag,Hag,Khag,haku,Гааг,Хаг,Հագ,ハーク		DE	02	094	09472	09472146	954	Europe/Berlin
6556761	Heinersreuth	heinersreuth			DE	02	094	09472	09472150	3783	Europe/Berlin
6556762	Kirchenpingarten	kirchenpingarten	Kirkhenpingarten,Kirxenpingarten,ji xing ping jia teng,kiruhyenpingaruten,Кирхенпингартен,Кірхенпінгартен,Կիրխենպինգարտեն,キルヒェンピンガルテン,基兴平加滕		DE	02	094	09472	09472156	1280	Europe/Berlin
6556763	Mehlmeisel	mehlmeisel			DE	02	094	09472	09472164	1321	Europe/Berlin
6556764	Mistelbach	mistelbach	Mistel'bakh,Mistelbakh,mi si te er ba he,misuterubahha,Мистелбах,Мистельбах,Містельбах,Միսթելբախ,ミステルバッハ,米斯特尔巴赫		DE	02	094	09472	09472166	1571	Europe/Berlin
6556765	Mistelgau	mistelgau			DE	02	094	09472	09472167	3848	Europe/Berlin
6556766	Prebitz	prebitz			DE	02	094	09472	09472180	990	Europe/Berlin
6556767	Seybothenreuth	seybothenreuth			DE	02	094	09472	09472188	1266	Europe/Berlin
6556768	Speichersdorf	speichersdorf			DE	02	094	09472	09472190	5823	Europe/Berlin
6556769	Warmensteinach	warmensteinach			DE	02	094	09472	09472198	2187	Europe/Berlin
6556770	Ahorn	ahorn	Agorn,Ahorn,Akhorn,ahorun,ahwrn  bawarya,Агорн,Ахорн,Ահորն,اهورن، باواریا,アホルン		DE	02	094	09473	09473112	4226	Europe/Berlin
6556771	Dörfles-Esbach	doerfles-esbach			DE	02	094	09473	09473120	3560	Europe/Berlin
6556772	Großheirath	grossheirath			DE	02	094	09473	09473132	2667	Europe/Berlin
6556773	Lautertal	lautertal	Lautertal,Lautertal',rautataru,Лаутертал,Лаутерталь,Լաութերթալ,ラウタータール		DE	02	094	09473	09473141	4330	Europe/Berlin
6556774	Meeder	meeder			DE	02	094	09473	09473144	3656	Europe/Berlin
6556775	Niederfüllbach	niederfuellbach			DE	02	094	09473	09473153	1524	Europe/Berlin
6556776	Sonnefeld	sonnefeld			DE	02	094	09473	09473166	4622	Europe/Berlin
6556777	Untersiemau	untersiemau			DE	02	094	09473	09473170	4155	Europe/Berlin
6556778	Weitramsdorf	weitramsdorf	Vajtramsdorf,vu~aitoramusudorufu,wei te la mu si duo fu,Вайтрамсдорф,Вајтрамсдорф,Վայթրամսդորֆ,ヴァイトラムスドルフ,魏特拉姆斯多夫		DE	02	094	09473	09473175	5076	Europe/Berlin
6556779	Dormitz	dormitz	Dormic,dorumittsu,duo er mi ci,Дормиц,Дорміц,Դորմից,ドルミッツ,多尔米茨		DE	02	094	09474	09474119	2059	Europe/Berlin
6556780	Effeltrich	effeltrich			DE	02	094	09474	09474122	2550	Europe/Berlin
6556781	Hallerndorf	hallerndorf			DE	02	094	09474	09474133	4202	Europe/Berlin
6556782	Hausen	hausen	Gauzen,Khauzen,hauzen,Гаузен,Хаузен,ハウゼン		DE	02	094	09474	09474134	3792	Europe/Berlin
6556783	Heroldsbach	heroldsbach			DE	02	094	09474	09474135	5061	Europe/Berlin
6556784	Hetzles	hetzles			DE	02	094	09474	09474137	1350	Europe/Berlin
6556786	Kleinsendelbach	kleinsendelbach	Klajnsendelbakh,Klajnzendel'bakh,Kljajnzendel'bakh,kurainzenderubahha,xiao sen de er ba he,Клайнзендельбах,Клајнсенделбах,Кляйнзендельбах,Քլայնզենդելբախ,クラインゼンデルバッハ,小森德尔巴赫		DE	02	094	09474	09474144	1459	Europe/Berlin
6556787	Kunreuth	kunreuth			DE	02	094	09474	09474145	1429	Europe/Berlin
6556788	Langensendelbach	langensendelbach			DE	02	094	09474	09474146	3124	Europe/Berlin
6556789	Leutenbach	leutenbach	Lojtenbakh,roitenbahha,Лойтенбах,Лојтенбах,Լոյթենբախ,ロイテンバッハ		DE	02	094	09474	09474147	1662	Europe/Berlin
6556790	Obertrubach	obertrubach			DE	02	094	09474	09474156	2211	Europe/Berlin
6556791	Pinzberg	pinzberg			DE	02	094	09474	09474158	1970	Europe/Berlin
6556792	Poxdorf	poxdorf	Poksdorf,bo ke si duo fu,pokkusudorufu,Поксдорф,Փոքսդորֆ,ポックスドルフ,波克斯多夫		DE	02	094	09474	09474160	1494	Europe/Berlin
6556793	Unterleinleiter	unterleinleiter			DE	02	094	09474	09474168	1192	Europe/Berlin
6556794	Weilersbach	weilersbach	Vajlersbakh,Vaylersbax,vu~airasubahha,wei lei si ba he,Вайлерсбах,Вајлерсбах,Վայլերսբախ,ヴァイラースバッハ,魏勒斯巴赫		DE	02	094	09474	09474171	1997	Europe/Berlin
6556795	Weißenohe	weissenohe			DE	02	094	09474	09474173	1171	Europe/Berlin
6556796	Wiesenthau	wiesenthau			DE	02	094	09474	09474175	1607	Europe/Berlin
6556797	Berg	berg	Berg,beruku,brg,Берг,برگ,ベルク		DE	02	094	09475	09475113	2116	Europe/Berlin
6556798	Döhlau	doehlau			DE	02	094	09475	09475120	3845	Europe/Berlin
6556799	Feilitzsch	feilitzsch			DE	02	094	09475	09475123	2807	Europe/Berlin
6556800	Gattendorf	gattendorf	Gatendorf,Gattendorf,gatndwrf,gattendorufu,jia teng duo fu,Гатендорф,Гаттендорф,گاتندورف,ガッテンドルフ,加滕多夫		DE	02	094	09475	09475127	1023	Europe/Berlin
6556801	Geroldsgrün	geroldsgruen			DE	02	094	09475	09475128	2711	Europe/Berlin
6556802	Issigau	issigau			DE	02	094	09475	09475137	1011	Europe/Berlin
6556803	Köditz	koeditz			DE	02	094	09475	09475141	2453	Europe/Berlin
6556804	Konradsreuth	konradsreuth			DE	02	094	09475	09475142	3137	Europe/Berlin
6556805	Leupoldsgrün	leupoldsgruen			DE	02	094	09475	09475145	1201	Europe/Berlin
6556806	Regnitzlosau	regnitzlosau			DE	02	094	09475	09475161	2316	Europe/Berlin
6556807	Töpen	toepen			DE	02	094	09475	09475181	1018	Europe/Berlin
6556808	Weißdorf	weissdorf			DE	02	094	09475	09475184	1149	Europe/Berlin
6556809	Reichenbach	reichenbach			DE	02	094	09476	09476166	657	Europe/Berlin
6556810	Schneckenlohe	schneckenlohe			DE	02	094	09476	09476171	1031	Europe/Berlin
6556811	Stockheim	stockheim	Shtokgajm,Shtokkhajm,shi tuo ke hai mu,shutokkuhaimu,Штокгайм,Штокхайм,Штокхајм,Շթոկհայմ,シュトックハイム,施托克海姆		DE	02	094	09476	09476178	4850	Europe/Berlin
6556812	Tschirn	tschirn			DE	02	094	09476	09476182	526	Europe/Berlin
6556813	Weißenbrunn	weissenbrunn			DE	02	094	09476	09476185	2855	Europe/Berlin
6556814	Wilhelmsthal	wilhelmsthal			DE	02	094	09476	09476189	3620	Europe/Berlin
6556815	Guttenberg	guttenberg	Gutenberg,Guttenberg,guttenberuku,gwtnbrg,Гутенберг,Гуттенберг,Գութենբերգ,گوتنبرگ,グッテンベルク		DE	02	094	09477	09477118	474	Europe/Berlin
6556816	Harsdorf	harsdorf			DE	02	094	09477	09477119	987	Europe/Berlin
6556817	Himmelkron	himmelkron			DE	02	094	09477	09477121	3520	Europe/Berlin
6556818	Ködnitz	koednitz			DE	02	094	09477	09477127	1534	Europe/Berlin
6556819	Neudrossenfeld	neudrossenfeld			DE	02	094	09477	09477142	3739	Europe/Berlin
6556820	Neuenmarkt	neuenmarkt			DE	02	094	09477	09477143	2946	Europe/Berlin
6556821	Rugendorf	rugendorf			DE	02	094	09477	09477151	957	Europe/Berlin
6556822	Trebgast	trebgast			DE	02	094	09477	09477158	1569	Europe/Berlin
6556823	Untersteinach	untersteinach			DE	02	094	09477	09477159	1810	Europe/Berlin
6556824	Altenkunstadt	altenkunstadt			DE	02	094	09478	09478111	5397	Europe/Berlin
6556825	Bad Alexandersbad	bad-alexandersbad			DE	02	094	09479	09479111	966	Europe/Berlin
6556826	Nagel	nagel			DE	02	094	09479	09479138	1692	Europe/Berlin
6556827	Röslau	roeslau			DE	02	094	09479	09479145	2126	Europe/Berlin
6556828	Tröstau	troestau	Trestau,Trjostau,te lei si tao,toresutau,trwstayw,Трестау,Трёстау,Տրյոսթաու,تروستائو,トレスタウ,特勒斯陶		DE	02	094	09479	09479161	2228	Europe/Berlin
6556829	Ansbach	ansbach	Ansbach,Stadt Ansbach		DE	02	095	09561	09561000	41798	Europe/Berlin
6556830	Erlangen	erlangen	Erlangen,Stadt Erlangen		DE	02	095	09562	09562000	112528	Europe/Berlin
6556831	Fürth	fuerth	Fuerth,Fürth,Stadt Fuerth,Stadt Fürth		DE	02	095	09563	09563000	128497	Europe/Berlin
6556832	Nürnberg	nuernberg	Nuernberg,Nuremberg,Nürnberg,Stadt Nuernberg,Stadt Nürnberg		DE	02	095	09564	09564000	518370	Europe/Berlin
6556833	Schwabach	schwabach	Schwabach,Stadt Schwabach		DE	02	095	09565	09565000	40981	Europe/Berlin
6556834	Adelshofen	adelshofen	Adel'sgofen,Adel'skhofen,Adelshofen,Adelskhofen,Adlshofa,adelshopeni,aderusuhofen,adlshwfn  mydl frankwnya,Аделсхофен,Адельсгофен,Адельсхофен,Ադելսհոֆեն,ادلشوفن، میدل فرانکونیا,ადელსჰოფენი,アーデルスホーフェン		DE	02	095	09571	09571111	931	Europe/Berlin
6556835	Aurach	aurach	Aurakh,Aurax,ao la,auraha,Аурах,Աուրախ,アウラハ,奥拉		DE	02	095	09571	09571114	2982	Europe/Berlin
6556836	Bruckberg	bruckberg	Brukberg,burukkuberuku,Брукберг,Բրուկբերգ,ブルックベルク		DE	02	095	09571	09571122	1329	Europe/Berlin
6556837	Burgoberbach	burgoberbach			DE	02	095	09571	09571127	3473	Europe/Berlin
6556838	Diebach	diebach			DE	02	095	09571	09571134	1131	Europe/Berlin
6556839	Ehingen	ehingen	Egingen,Ehingen,Ehkhingen,Ekhingen,Exingen,eingen,Егінген,Ехинген,Эинген,Эхинген,Էխինգեն,エーインゲン		DE	02	095	09571	09571141	1913	Europe/Berlin
6556840	Gebsattel	gebsattel			DE	02	095	09571	09571152	1719	Europe/Berlin
6556841	Gerolfingen	gerolfingen			DE	02	095	09571	09571154	968	Europe/Berlin
6556842	Geslau	geslau			DE	02	095	09571	09571155	1322	Europe/Berlin
6556844	Langfurth	langfurth			DE	02	095	09571	09571170	2027	Europe/Berlin
6556845	Mitteleschenbach	mitteleschenbach			DE	02	095	09571	09571178	1632	Europe/Berlin
6556846	Mönchsroth	moenchsroth			DE	02	095	09571	09571179	1604	Europe/Berlin
6556847	Neuendettelsau	neuendettelsau			DE	02	095	09571	09571180	7955	Europe/Berlin
6556848	Oberdachstetten	oberdachstetten			DE	02	095	09571	09571183	1638	Europe/Berlin
6556849	Ohrenbach	ohrenbach			DE	02	095	09571	09571188	625	Europe/Berlin
6556850	Petersaurach	petersaurach			DE	02	095	09571	09571190	4932	Europe/Berlin
6556851	Röckingen	roeckingen			DE	02	095	09571	09571192	726	Europe/Berlin
6556852	Rügland	ruegland			DE	02	095	09571	09571194	1250	Europe/Berlin
6556853	Schnelldorf	schnelldorf			DE	02	095	09571	09571199	3641	Europe/Berlin
6556854	Steinsfeld	steinsfeld			DE	02	095	09571	09571205	1225	Europe/Berlin
6556855	Unterschwaningen	unterschwaningen			DE	02	095	09571	09571208	881	Europe/Berlin
6556856	Weihenzell	weihenzell			DE	02	095	09571	09571217	2898	Europe/Berlin
6556857	Wettringen	wettringen	Vetringen,Vettringen,vu~etoringen,Ветринген,Веттрінген,Վետրինգեն,ヴェトリンゲン		DE	02	095	09571	09571222	1007	Europe/Berlin
6556858	Wieseth	wieseth			DE	02	095	09571	09571223	1325	Europe/Berlin
6556859	Wilburgstetten	wilburgstetten			DE	02	095	09571	09571224	2151	Europe/Berlin
6556860	Windelsbach	windelsbach			DE	02	095	09571	09571225	1051	Europe/Berlin
6556861	Wittelshofen	wittelshofen			DE	02	095	09571	09571227	1284	Europe/Berlin
6556862	Adelsdorf	adelsdorf	Adel'sdorf,Adelsdorf,a de er si duo fu,adelsdorpi,aderusudorufu,adlsdraf  bawarya,Аделсдорф,Адельсдорф,ادلسدراف، باواریا,قلع ایڈلزڈورف,ადელსდორფი,アーデルスドルフ,阿德尔斯多夫		DE	02	095	09572	09572111	8745	Europe/Berlin
6556863	Bubenreuth	bubenreuth			DE	02	095	09572	09572119	4612	Europe/Berlin
6556864	Buckenhof	buckenhof			DE	02	095	09572	09572120	3101	Europe/Berlin
6556865	Gremsdorf	gremsdorf			DE	02	095	09572	09572126	1616	Europe/Berlin
6556866	Großenseebach	grossenseebach			DE	02	095	09572	09572127	2443	Europe/Berlin
6556867	Hemhofen	hemhofen			DE	02	095	09572	09572130	5336	Europe/Berlin
6556868	Heßdorf	hessdorf			DE	02	095	09572	09572133	3612	Europe/Berlin
6556869	Kalchreuth	kalchreuth			DE	02	095	09572	09572137	3066	Europe/Berlin
6556870	Marloffstein	marloffstein			DE	02	095	09572	09572141	1542	Europe/Berlin
6556871	Möhrendorf	moehrendorf			DE	02	095	09572	09572142	4847	Europe/Berlin
6556872	Oberreichenbach	oberreichenbach			DE	02	095	09572	09572147	1315	Europe/Berlin
6556873	Röttenbach	roettenbach			DE	02	095	09572	09572149	4750	Europe/Berlin
6556874	Spardorf	spardorf			DE	02	095	09572	09572154	2231	Europe/Berlin
6556875	Uttenreuth	uttenreuth			DE	02	095	09572	09572158	5045	Europe/Berlin
6556876	Großhabersdorf	grosshabersdorf			DE	02	095	09573	09573115	4243	Europe/Berlin
6556877	Obermichelbach	obermichelbach			DE	02	095	09573	09573123	3314	Europe/Berlin
6556878	Puschendorf	puschendorf	Pushendorf,pu shen duo fu,Пушендорф,Փուշենդորֆ,普申多夫		DE	02	095	09573	09573124	2331	Europe/Berlin
6556879	Seukendorf	seukendorf			DE	02	095	09573	09573126	3153	Europe/Berlin
6556880	Tuchenbach	tuchenbach			DE	02	095	09573	09573129	1383	Europe/Berlin
6556881	Veitsbronn	veitsbronn			DE	02	095	09573	09573130	6678	Europe/Berlin
6556882	Alfeld	alfeld	Al'fel'd,Alfeld,alfld  bawarya,Алфелд,Альфельд,Ալֆելդ,الفلد، باواریا		DE	02	095	09574	09574111	1086	Europe/Berlin
6556883	Burgthann	burgthann			DE	02	095	09574	09574117	11433	Europe/Berlin
6556884	Engelthal	engelthal			DE	02	095	09574	09574120	1085	Europe/Berlin
6556885	Happurg	happurg			DE	02	095	09574	09574128	3766	Europe/Berlin
6556886	Hartenstein	hartenstein	Gartenshtajn,Khartenshtajn,Гартенштайн,Хартенштайн,Хартенштајн		DE	02	095	09574	09574129	1459	Europe/Berlin
6556887	Henfenfeld	henfenfeld			DE	02	095	09574	09574131	1822	Europe/Berlin
6556888	Kirchensittenbach	kirchensittenbach			DE	02	095	09574	09574135	2123	Europe/Berlin
6556889	Leinburg	leinburg			DE	02	095	09574	09574139	6630	Europe/Berlin
6556890	Offenhausen	offenhausen	Ofenhauzen,Ofenkhauzen,Offengauzen,Offenkhauzen,ao fen hao sen,Офенхаузен,Оффенгаузен,Оффенхаузен,Օֆենհաուզեն,奥芬豪森		DE	02	095	09574	09574145	1596	Europe/Berlin
6556891	Ottensoos	ottensoos			DE	02	095	09574	09574146	2094	Europe/Berlin
6556892	Pommelsbrunn	pommelsbrunn			DE	02	095	09574	09574147	5325	Europe/Berlin
6556893	Reichenschwand	reichenschwand			DE	02	095	09574	09574150	2390	Europe/Berlin
6556894	Rückersdorf	rueckersdorf	Rikersdorf,Rjukkersdorf,Рикерсдорф,Рюккерсдорф		DE	02	095	09574	09574154	4732	Europe/Berlin
6556895	Schwarzenbruck	schwarzenbruck			DE	02	095	09574	09574157	8451	Europe/Berlin
6556896	Simmelsdorf	simmelsdorf			DE	02	095	09574	09574158	3328	Europe/Berlin
6556897	Vorra	vorra			DE	02	095	09574	09574161	1771	Europe/Berlin
6556898	Winkelhaid	winkelhaid			DE	02	095	09574	09574164	4296	Europe/Berlin
6556899	Diespeck	diespeck			DE	02	095	09575	09575118	3812	Europe/Berlin
6556900	Dietersheim	dietersheim			DE	02	095	09575	09575119	2203	Europe/Berlin
6556901	Ergersheim	ergersheim	Ehrgerskhajm,Ergersgajm,Ergershajm,Ergershaym,Ергерсгайм,Ергершајм,Эргерсхайм,Էրգերսհայմ		DE	02	095	09575	09575122	1043	Europe/Berlin
6556902	Gallmersgarten	gallmersgarten			DE	02	095	09575	09575124	800	Europe/Berlin
6556903	Gerhardshofen	gerhardshofen			DE	02	095	09575	09575125	2491	Europe/Berlin
6556904	Gollhofen	gollhofen			DE	02	095	09575	09575127	860	Europe/Berlin
6556905	Gutenstetten	gutenstetten			DE	02	095	09575	09575128	1278	Europe/Berlin
6556906	Hagenbüchach	hagenbuechach			DE	02	095	09575	09575129	1524	Europe/Berlin
6556907	Hemmersheim	hemmersheim			DE	02	095	09575	09575130	641	Europe/Berlin
6556908	Illesheim	illesheim			DE	02	095	09575	09575133	928	Europe/Berlin
6556909	Langenfeld	langenfeld	Langenfel'd,Langenfeld,lang-enpelteu,Лангенфелд,Лангенфельд,Լանգենֆելդ,랑엔펠트		DE	02	095	09575	09575138	1056	Europe/Berlin
6556910	Markt Bibart, Markt	markt-bibart-markt			DE	02	095	09575	09575144	1893	Europe/Berlin
6556911	Markt Erlbach, Markt	markt-erlbach-markt			DE	02	095	09575	09575145	5672	Europe/Berlin
6556912	Markt Nordheim, Markt	markt-nordheim-markt			DE	02	095	09575	09575146	1127	Europe/Berlin
6556913	Markt Taschendorf, Markt	markt-taschendorf-markt			DE	02	095	09575	09575147	989	Europe/Berlin
6556914	Münchsteinach	muenchsteinach			DE	02	095	09575	09575150	1312	Europe/Berlin
6556915	Oberickelsheim	oberickelsheim			DE	02	095	09575	09575155	708	Europe/Berlin
6556916	Simmershofen	simmershofen			DE	02	095	09575	09575163	926	Europe/Berlin
6556917	Trautskirchen	trautskirchen			DE	02	095	09575	09575166	1304	Europe/Berlin
6556918	Weigenheim	weigenheim	Vajgengajm,Vajgenkhajm,Vaygenhaym,wei gen hai mu,Вайгенгайм,Вайгенхайм,Вајгенхајм,Վայգենհայմ,魏根海姆		DE	02	095	09575	09575179	956	Europe/Berlin
6556919	Wilhelmsdorf	wilhelmsdorf	Vil'gel'msdorf,Vilgelmsdorf,Vilkhelmsdorf,Вилхелмсдорф,Вильгельмсдорф,Вільгельмсдорф,Վիլգելմսդորֆ		DE	02	095	09575	09575181	1517	Europe/Berlin
6556920	Büchenbach	buechenbach			DE	02	095	09576	09576117	5233	Europe/Berlin
6556921	Georgensgmünd	georgensgmuend			DE	02	095	09576	09576121	6741	Europe/Berlin
6556922	Kammerstein	kammerstein			DE	02	095	09576	09576128	3063	Europe/Berlin
6556923	Rednitzhembach	rednitzhembach			DE	02	095	09576	09576137	6846	Europe/Berlin
6556924	Röttenbach	roettenbach	Retenbakh,Rettenbakh,Rjottenbakh,rettenbahha,Ретенбах,Реттенбах,Рёттенбах,Ռյոթենբախ,レッテンバッハ		DE	02	095	09576	09576141	3145	Europe/Berlin
6556925	Rohr	rohr	Rohr,Ror,roru,Рор,Ռոհր,ロール		DE	02	095	09576	09576142	3755	Europe/Berlin
6556926	Alesheim	alesheim			DE	02	095	09577	09577113	956	Europe/Berlin
6556927	Bergen	bergen	Bergen,Берген,Բերգեն		DE	02	095	09577	09577115	1139	Europe/Berlin
6556928	Burgsalach	burgsalach			DE	02	095	09577	09577120	1156	Europe/Berlin
6556929	Dittenheim	dittenheim			DE	02	095	09577	09577122	1815	Europe/Berlin
6556930	Haundorf	haundorf			DE	02	095	09577	09577138	2686	Europe/Berlin
6556931	Höttingen	hoettingen			DE	02	095	09577	09577141	1074	Europe/Berlin
6556932	Langenaltheim	langenaltheim			DE	02	095	09577	09577148	2200	Europe/Berlin
6556933	Markt Berolzheim, Markt	markt-berolzheim-markt			DE	02	095	09577	09577149	1281	Europe/Berlin
6556934	Pfofeld	pfofeld			DE	02	095	09577	09577159	1529	Europe/Berlin
6556935	Polsingen	polsingen			DE	02	095	09577	09577162	1827	Europe/Berlin
6556936	Raitenbuch	raitenbuch			DE	02	095	09577	09577163	1195	Europe/Berlin
6556937	Solnhofen	solnhofen			DE	02	095	09577	09577168	1748	Europe/Berlin
6556938	Theilenhofen	theilenhofen			DE	02	095	09577	09577172	1119	Europe/Berlin
6556939	Westheim	westheim	Vestajm,Vestgajm,Vestkhajm,wei si tai mu,Вестайм,Вестгайм,Вестхайм,Вестхајм,Վեսթհայմ,韦斯泰姆		DE	02	095	09577	09577179	1169	Europe/Berlin
6556940	Aschaffenburg	aschaffenburg	Aschaffenburg,Stadt Aschaffenburg		DE	02	096	09661	09661000	71002	Europe/Berlin
6556941	Schweinfurt	schweinfurt	Schweinfurt,Stadt Schweinfurt		DE	02	096	09662	09662000	53426	Europe/Berlin
6556942	Würzburg	wuerzburg	Stadt Wuerzburg,Stadt Würzburg,Vjurcburg,Wuerzburg,Wurtzbourg,Wurzburg,Würzburg,Вюрцбург		DE	02	096	09663	09663000	127934	Europe/Berlin
6556943	Blankenbach	blankenbach			DE	02	096	09671	09671113	1516	Europe/Berlin
6556944	Geiselbach	geiselbach			DE	02	096	09671	09671119	2003	Europe/Berlin
6556945	Glattbach	glattbach			DE	02	096	09671	09671120	3328	Europe/Berlin
6556946	Haibach	haibach	Gajbakh,Haybax,Khajbakh,haibahha,Гайбах,Хайбах,Хајбах,Հայբախ,ハイバッハ		DE	02	096	09671	09671124	8461	Europe/Berlin
6556947	Heigenbrücken	heigenbruecken			DE	02	096	09671	09671126	2307	Europe/Berlin
6556948	Heimbuchenthal	heimbuchenthal			DE	02	096	09671	09671127	2180	Europe/Berlin
6556949	Heinrichsthal	heinrichsthal			DE	02	096	09671	09671128	838	Europe/Berlin
6556950	Johannesberg	johannesberg	Jogannesberg,Jokhanesberg,Jokhannesberg,Yohannesberg,yohanesuberuku,yue han nei si bei ge,Јоханесберг,Йоганнесберг,Йоханнесберг,Յոհաննեսբերգ,ヨハネスベルク,约翰内斯贝格		DE	02	096	09671	09671133	3923	Europe/Berlin
6556951	Kleinostheim	kleinostheim			DE	02	096	09671	09671136	8206	Europe/Berlin
6556952	Krombach	krombach	Krombakh,Krombax,ke long ba he,kuromubahha,Кромбах,Կրոմբախ,クロムバッハ,克龙巴赫		DE	02	096	09671	09671138	2104	Europe/Berlin
6556953	Laufach	laufach			DE	02	096	09671	09671139	5149	Europe/Berlin
6556954	Mainaschaff	mainaschaff			DE	02	096	09671	09671140	8936	Europe/Berlin
6556955	Mespelbrunn	mespelbrunn			DE	02	096	09671	09671141	2194	Europe/Berlin
6556956	Rothenbuch	rothenbuch			DE	02	096	09671	09671148	1770	Europe/Berlin
6556957	Sailauf	sailauf			DE	02	096	09671	09671150	3596	Europe/Berlin
6556958	Sommerkahl	sommerkahl			DE	02	096	09671	09671153	1247	Europe/Berlin
6556959	Waldaschaff	waldaschaff			DE	02	096	09671	09671156	4145	Europe/Berlin
6556960	Weibersbrunn	weibersbrunn			DE	02	096	09671	09671157	2001	Europe/Berlin
6556961	Wiesen	wiesen	Vizen,vu~izen,Визен,Візен,Վիզեն,ヴィーゼン		DE	02	096	09671	09671162	1016	Europe/Berlin
6556962	Fuchsstadt	fuchsstadt			DE	02	096	09672	09672124	1857	Europe/Berlin
6556963	Motten	motten	Moten,Motten,mo teng,Мотен,Моттен,Մոթեն,莫滕		DE	02	096	09672	09672134	1665	Europe/Berlin
6556964	Nüdlingen	nuedlingen			DE	02	096	09672	09672136	3909	Europe/Berlin
6556965	Oberleichtersbach	oberleichtersbach			DE	02	096	09672	09672138	2072	Europe/Berlin
6556966	Oerlenbach	oerlenbach			DE	02	096	09672	09672140	5012	Europe/Berlin
6556967	Ramsthal	ramsthal			DE	02	096	09672	09672142	1121	Europe/Berlin
6556968	Rannungen	rannungen			DE	02	096	09672	09672143	1133	Europe/Berlin
6556969	Riedenberg	riedenberg			DE	02	096	09672	09672145	994	Europe/Berlin
6556970	Wartmannsroth	wartmannsroth			DE	02	096	09672	09672161	2115	Europe/Berlin
6556971	Aubstadt	aubstadt			DE	02	096	09673	09673113	707	Europe/Berlin
6556972	Bastheim	bastheim			DE	02	096	09673	09673116	2106	Europe/Berlin
6556973	Großbardorf	grossbardorf			DE	02	096	09673	09673126	879	Europe/Berlin
6556974	Großeibstadt	grosseibstadt			DE	02	096	09673	09673127	1080	Europe/Berlin
6556975	Hausen	hausen	Gauzen,Hauzen,Khauzen,Гаузен,Хаузен,Հաուզեն		DE	02	096	09673	09673129	675	Europe/Berlin
6556976	Hendungen	hendungen			DE	02	096	09673	09673130	876	Europe/Berlin
6556977	Herbstadt	herbstadt			DE	02	096	09673	09673131	583	Europe/Berlin
6556978	Heustreu	heustreu			DE	02	096	09673	09673133	1291	Europe/Berlin
6556979	Höchheim	hoechheim			DE	02	096	09673	09673134	1081	Europe/Berlin
6556980	Hohenroth	hohenroth			DE	02	096	09673	09673135	3621	Europe/Berlin
6556981	Hollstadt	hollstadt			DE	02	096	09673	09673136	1439	Europe/Berlin
6556982	Niederlauer	niederlauer			DE	02	096	09673	09673146	1683	Europe/Berlin
6556983	Oberstreu	oberstreu			DE	02	096	09673	09673151	1492	Europe/Berlin
6556984	Rödelmaier	roedelmaier			DE	02	096	09673	09673156	964	Europe/Berlin
6556985	Salz	salz			DE	02	096	09673	09673161	2303	Europe/Berlin
6556986	Sandberg	sandberg	Zandberg,sang de bei ge,Зандберг,桑德贝格		DE	02	096	09673	09673162	2391	Europe/Berlin
6556987	Stockheim	stockheim	Shtokgajm,Shtokkhajm,Stokhaym,Штокгайм,Штокхайм,Штокхајм,Շտոկհայմ		DE	02	096	09673	09673170	1064	Europe/Berlin
6556988	Strahlungen	strahlungen			DE	02	096	09673	09673171	930	Europe/Berlin
6556989	Sulzfeld	sulzfeld	Zul'cfel'd,Zulcfeld,Зулцфелд,Зульцфельд,Զուլցֆելդ		DE	02	096	09673	09673173	1710	Europe/Berlin
6556990	Unsleben	unsleben			DE	02	096	09673	09673175	906	Europe/Berlin
6556991	Willmars	willmars			DE	02	096	09673	09673182	581	Europe/Berlin
6556992	Wollbach	wollbach			DE	02	096	09673	09673183	1361	Europe/Berlin
6556993	Burglauer	burglauer			DE	02	096	09673	09673186	1712	Europe/Berlin
6556994	Aidhausen	aidhausen			DE	02	096	09674	09674111	1699	Europe/Berlin
6556995	Breitbrunn	breitbrunn	Brajtbrun,Brajtbrunn,bu lai te bu lun,Брайтбрунн,Брајтбрун,Բրայթբրուն,布赖特布伦		DE	02	096	09674	09674118	1023	Europe/Berlin
6556996	Bundorf	bundorf			DE	02	096	09674	09674120	888	Europe/Berlin
6556997	Ebelsbach	ebelsbach			DE	02	096	09674	09674129	3749	Europe/Berlin
6556998	Gädheim	gaedheim			DE	02	096	09674	09674139	1242	Europe/Berlin
6556999	Oberaurach	oberaurach			DE	02	096	09674	09674159	3954	Europe/Berlin
6557000	Kirchlauter	kirchlauter			DE	02	096	09674	09674160	1308	Europe/Berlin
6557001	Knetzgau	knetzgau			DE	02	096	09674	09674163	6485	Europe/Berlin
6557002	Theres	theres			DE	02	096	09674	09674180	2705	Europe/Berlin
6557003	Pfarrweisach	pfarrweisach			DE	02	096	09674	09674184	1472	Europe/Berlin
6557004	Stettfeld	stettfeld			DE	02	096	09674	09674201	1154	Europe/Berlin
6557005	Untermerzbach	untermerzbach			DE	02	096	09674	09674210	1703	Europe/Berlin
6557006	Wonfurt	wonfurt			DE	02	096	09674	09674219	1989	Europe/Berlin
6557007	Ermershausen	ermershausen			DE	02	096	09674	09674223	554	Europe/Berlin
6557008	Albertshofen	albertshofen			DE	02	096	09675	09675112	2286	Europe/Berlin
6557009	Biebelried	biebelried			DE	02	096	09675	09675113	1193	Europe/Berlin
6557010	Buchbrunn	buchbrunn			DE	02	096	09675	09675114	1095	Europe/Berlin
6557011	Castell	castell			DE	02	096	09675	09675116	811	Europe/Berlin
6557012	Mainstockheim	mainstockheim			DE	02	096	09675	09675146	1941	Europe/Berlin
6557013	Markt Einersheim, Markt	markt-einersheim-markt			DE	02	096	09675	09675148	1195	Europe/Berlin
6557014	Martinsheim	martinsheim			DE	02	096	09675	09675150	1000	Europe/Berlin
6557015	Rödelsee	roedelsee			DE	02	096	09675	09675161	1822	Europe/Berlin
6557016	Segnitz	segnitz			DE	02	096	09675	09675166	822	Europe/Berlin
6557017	Sommerach	sommerach			DE	02	096	09675	09675169	1339	Europe/Berlin
6557018	Wiesenbronn	wiesenbronn			DE	02	096	09675	09675177	1074	Europe/Berlin
6557019	Altenbuch	altenbuch			DE	02	096	09676	09676111	1253	Europe/Berlin
6557020	Dorfprozelten	dorfprozelten			DE	02	096	09676	09676118	1770	Europe/Berlin
6557021	Eichenbühl	eichenbuehl			DE	02	096	09676	09676119	2483	Europe/Berlin
6557022	Faulbach	faulbach			DE	02	096	09676	09676124	2560	Europe/Berlin
6557023	Großwallstadt	grosswallstadt			DE	02	096	09676	09676126	4117	Europe/Berlin
6557024	Hausen	hausen			DE	02	096	09676	09676128	1878	Europe/Berlin
6557025	Laudenbach	laudenbach			DE	02	096	09676	09676135	1461	Europe/Berlin
6557026	Leidersbach	leidersbach			DE	02	096	09676	09676136	4767	Europe/Berlin
6557027	Mömlingen	moemlingen			DE	02	096	09676	09676140	4889	Europe/Berlin
6557028	Neunkirchen	neunkirchen			DE	02	096	09676	09676143	1463	Europe/Berlin
6557029	Niedernberg	niedernberg			DE	02	096	09676	09676144	4913	Europe/Berlin
6557030	Rüdenau	ruedenau			DE	02	096	09676	09676153	740	Europe/Berlin
6557031	Birkenfeld	birkenfeld	Birkenfel'd,Birkenfeld,Биркенфелд,Биркенфельд,Біркенфельд,Բիրքենֆելդ		DE	02	096	09677	09677119	2148	Europe/Berlin
6557032	Bischbrunn	bischbrunn			DE	02	096	09677	09677120	1816	Europe/Berlin
6557033	Esselbach	esselbach			DE	02	096	09677	09677126	2077	Europe/Berlin
6557034	Eußenheim	eussenheim			DE	02	096	09677	09677127	3103	Europe/Berlin
6557035	Fellen	fellen			DE	02	096	09677	09677128	849	Europe/Berlin
6557036	Gössenheim	goessenheim			DE	02	096	09677	09677132	1118	Europe/Berlin
6557037	Gräfendorf	graefendorf			DE	02	096	09677	09677133	1351	Europe/Berlin
6557038	Hafenlohr	hafenlohr			DE	02	096	09677	09677135	1851	Europe/Berlin
6557039	Hasloch	hasloch			DE	02	096	09677	09677137	1407	Europe/Berlin
6557040	Himmelstadt	himmelstadt			DE	02	096	09677	09677142	1562	Europe/Berlin
6557041	Karsbach	karsbach			DE	02	096	09677	09677149	1721	Europe/Berlin
6557042	Mittelsinn	mittelsinn			DE	02	096	09677	09677159	814	Europe/Berlin
6557043	Neuendorf	neuendorf	Noendorf,Nojendorf,Noyendorf,nuo yi en duo fu,Нойендорф,Ноєндорф,Нојендорф,Նոյենդորֆ,诺伊恩多夫		DE	02	096	09677	09677164	822	Europe/Berlin
6557044	Neuhütten	neuhuetten	Nojgjutten,Nojkhiten,Nojkhjutten,nuo yi xu teng,Нойгюттен,Нойхюттен,Нојхитен,Նոյհյութեն,诺伊许滕		DE	02	096	09677	09677165	1138	Europe/Berlin
6557045	Partenstein	partenstein			DE	02	096	09677	09677170	2802	Europe/Berlin
6557046	Rechtenbach	rechtenbach			DE	02	096	09677	09677172	1004	Europe/Berlin
6557047	Retzstadt	retzstadt			DE	02	096	09677	09677175	1565	Europe/Berlin
6557048	Roden	roden			DE	02	096	09677	09677178	987	Europe/Berlin
6557049	Schollbrunn	schollbrunn			DE	02	096	09677	09677182	899	Europe/Berlin
6557050	Steinfeld	steinfeld			DE	02	096	09677	09677186	2117	Europe/Berlin
6557051	Urspringen	urspringen			DE	02	096	09677	09677193	1400	Europe/Berlin
6557052	Bergrheinfeld	bergrheinfeld			DE	02	096	09678	09678115	5328	Europe/Berlin
6557053	Dingolshausen	dingolshausen			DE	02	096	09678	09678122	1325	Europe/Berlin
6557054	Dittelbrunn	dittelbrunn			DE	02	096	09678	09678123	7347	Europe/Berlin
6557055	Donnersdorf	donnersdorf			DE	02	096	09678	09678124	1971	Europe/Berlin
6557056	Euerbach	euerbach			DE	02	096	09678	09678128	3054	Europe/Berlin
6557057	Frankenwinheim	frankenwinheim			DE	02	096	09678	09678130	969	Europe/Berlin
6557058	Geldersheim	geldersheim			DE	02	096	09678	09678132	2908	Europe/Berlin
6557059	Gochsheim	gochsheim			DE	02	096	09678	09678135	6433	Europe/Berlin
6557060	Grafenrheinfeld	grafenrheinfeld			DE	02	096	09678	09678136	3426	Europe/Berlin
6557061	Grettstadt	grettstadt			DE	02	096	09678	09678138	4226	Europe/Berlin
6557062	Kolitzheim	kolitzheim			DE	02	096	09678	09678150	5610	Europe/Berlin
6557063	Lülsfeld	luelsfeld			DE	02	096	09678	09678153	844	Europe/Berlin
6557064	Niederwerrn	niederwerrn			DE	02	096	09678	09678160	8289	Europe/Berlin
6557065	Poppenhausen	poppenhausen	Popenkhauzen,Poppengauzen,Poppenkhauzen,bo peng hao sen,pwpnhawzn,Попенхаузен,Поппенгаузен,Поппенхаузен,پوپنهاوزن,波彭豪森		DE	02	096	09678	09678168	4373	Europe/Berlin
6557066	Röthlein	roethlein			DE	02	096	09678	09678170	4505	Europe/Berlin
6557067	Schonungen	schonungen			DE	02	096	09678	09678174	7679	Europe/Berlin
6557068	Schwanfeld	schwanfeld			DE	02	096	09678	09678175	1799	Europe/Berlin
6557069	Schwebheim	schwebheim			DE	02	096	09678	09678176	4206	Europe/Berlin
6557070	Sennfeld	sennfeld			DE	02	096	09678	09678178	4568	Europe/Berlin
6557071	Sulzheim	sulzheim			DE	02	096	09678	09678183	2011	Europe/Berlin
6557072	Üchtelhausen	uechtelhausen			DE	02	096	09678	09678186	3812	Europe/Berlin
6557073	Waigolshausen	waigolshausen			DE	02	096	09678	09678190	2712	Europe/Berlin
6557074	Wasserlosen	wasserlosen			DE	02	096	09678	09678192	3363	Europe/Berlin
6557075	Wipfeld	wipfeld			DE	02	096	09678	09678196	1038	Europe/Berlin
6557076	Bergtheim	bergtheim			DE	02	096	09679	09679117	3815	Europe/Berlin
6557077	Bieberehren	bieberehren			DE	02	096	09679	09679118	909	Europe/Berlin
6557078	Eisingen	eisingen			DE	02	096	09679	09679126	3398	Europe/Berlin
6557079	Erlabrunn	erlabrunn			DE	02	096	09679	09679128	1792	Europe/Berlin
6557080	Estenfeld	estenfeld			DE	02	096	09679	09679130	5239	Europe/Berlin
6557081	Gaukönigshofen	gaukoenigshofen			DE	02	096	09679	09679134	2461	Europe/Berlin
6557082	Gerbrunn	gerbrunn			DE	02	096	09679	09679136	6492	Europe/Berlin
6557083	Geroldshausen	geroldshausen			DE	02	096	09679	09679137	1337	Europe/Berlin
6557084	Greußenheim	greussenheim			DE	02	096	09679	09679141	1584	Europe/Berlin
6557085	Güntersleben	guentersleben			DE	02	096	09679	09679142	4481	Europe/Berlin
6557086	Hettstadt	hettstadt			DE	02	096	09679	09679146	3625	Europe/Berlin
6557087	Holzkirchen	holzkirchen			DE	02	096	09679	09679149	950	Europe/Berlin
6557088	Kirchheim	kirchheim			DE	02	096	09679	09679153	2126	Europe/Berlin
6557089	Kist	kist	Kist,kisuto,Кист,Кіст,Կիսթ,キスト		DE	02	096	09679	09679154	2648	Europe/Berlin
6557090	Kleinrinderfeld	kleinrinderfeld	Klajnrinderfel'd,Klajnrinderfeld,Klaynrinderfeld,Kljajnrinderfel'd,kurainrindaferuto,xiao lin de er fei er de,Клайнриндерфельд,Клајнриндерфелд,Кляйнріндерфельд,Կլայնրինդերֆելդ,クラインリンダーフェルト,小林德尔费尔德		DE	02	096	09679	09679155	2099	Europe/Berlin
6557091	Kürnach	kuernach			DE	02	096	09679	09679156	4767	Europe/Berlin
6557092	Margetshöchheim	margetshoechheim			DE	02	096	09679	09679161	3133	Europe/Berlin
6557093	Altertheim	altertheim			DE	02	096	09679	09679165	1988	Europe/Berlin
6557094	Oberpleichfeld	oberpleichfeld			DE	02	096	09679	09679169	1126	Europe/Berlin
6557095	Prosselsheim	prosselsheim			DE	02	096	09679	09679174	1177	Europe/Berlin
6557096	Riedenheim	riedenheim			DE	02	096	09679	09679179	702	Europe/Berlin
6557097	Rottendorf	rottendorf			DE	02	096	09679	09679185	5340	Europe/Berlin
6557098	Sonderhofen	sonderhofen			DE	02	096	09679	09679188	832	Europe/Berlin
6557099	Tauberrettersheim	tauberrettersheim			DE	02	096	09679	09679192	866	Europe/Berlin
6557100	Theilheim	theilheim			DE	02	096	09679	09679193	2371	Europe/Berlin
6557101	Thüngersheim	thuengersheim			DE	02	096	09679	09679194	2704	Europe/Berlin
6557102	Uettingen	uettingen			DE	02	096	09679	09679196	1861	Europe/Berlin
6557103	Unterpleichfeld	unterpleichfeld			DE	02	096	09679	09679201	3038	Europe/Berlin
6557104	Veitshöchheim	veitshoechheim			DE	02	096	09679	09679202	9525	Europe/Berlin
6557105	Waldbrunn	waldbrunn			DE	02	096	09679	09679204	2852	Europe/Berlin
6557106	Waldbüttelbrunn	waldbuettelbrunn			DE	02	096	09679	09679205	4905	Europe/Berlin
6557107	Augsburg	augsburg	Augsbourg,Augsburg,Stadt Augsburg		DE	02	097	09761	09761000	296582	Europe/Berlin
6557108	Kaufbeuren	kaufbeuren	Kaufbeuren,Stadt Kaufbeuren		DE	02	097	09762	09762000	44398	Europe/Berlin
6557109	Memmingen	memmingen	Memmingen,Stadt Memmingen		DE	02	097	09764	09764000	44100	Europe/Berlin
6557110	Adelzhausen	adelzhausen			DE	02	097	09771	09771111	1726	Europe/Berlin
6557111	Affing	affing			DE	02	097	09771	09771112	5498	Europe/Berlin
6557112	Dasing	dasing			DE	02	097	09771	09771122	5812	Europe/Berlin
6557113	Eurasburg	eurasburg	Ojrasburg,Oyrasburg,oirasuburuku,Ойрасбург,Ојрасбург,Օյրասբուրգ,オイラスブルク		DE	02	097	09771	09771129	1743	Europe/Berlin
6557114	Hollenbach	hollenbach			DE	02	097	09771	09771140	2401	Europe/Berlin
6557115	Kissing	kissing	Kising,Kissing,kisshingu,Кисинг,Киссинг,Кіссінг,Կիսինգ,キッシング		DE	02	097	09771	09771142	11621	Europe/Berlin
6557116	Merching	merching			DE	02	097	09771	09771145	3218	Europe/Berlin
6557117	Obergriesbach	obergriesbach			DE	02	097	09771	09771149	1963	Europe/Berlin
6557118	Petersdorf	petersdorf	Bedaschdoaf,Petersdorf,bi de si duo fu,petasudorufu,Петерсдорф,Պետերսդորֆ,ペータースドルフ,彼得斯多夫		DE	02	097	09771	09771155	1694	Europe/Berlin
6557119	Rehling	rehling	Reaing,Reling,lei ling,reringu,Релинг,Релінг,Ռելինգ,レーリング,雷灵		DE	02	097	09771	09771158	2581	Europe/Berlin
6557120	Ried	ried	Rid,rito,Рид,Рід,Ռիդ,リート		DE	02	097	09771	09771160	3131	Europe/Berlin
6557121	Schiltberg	schiltberg			DE	02	097	09771	09771162	1966	Europe/Berlin
6557122	Schmiechen	schmiechen			DE	02	097	09771	09771163	1373	Europe/Berlin
6557123	Sielenbach	sielenbach			DE	02	097	09771	09771165	1732	Europe/Berlin
6557124	Steindorf	steindorf	Shtajndorf,Stayndorf,shi tai yin duo fu,shutaindorufu,Штайндорф,Штајндорф,Շտայնդորֆ,シュタインドルフ,施泰因多夫		DE	02	097	09771	09771168	976	Europe/Berlin
6557125	Todtenweis	todtenweis			DE	02	097	09771	09771169	1420	Europe/Berlin
6557126	Adelsried	adelsried			DE	02	097	09772	09772111	2379	Europe/Berlin
6557127	Allmannshofen	allmannshofen			DE	02	097	09772	09772114	936	Europe/Berlin
6557128	Altenmünster	altenmuenster			DE	02	097	09772	09772115	4211	Europe/Berlin
6557129	Aystetten	aystetten			DE	02	097	09772	09772117	2940	Europe/Berlin
6557130	Bonstetten	bonstetten	Bonshteten,Bonshtetten,Bonsteten,bwnshttn  bayrn,Бонштетен,Бонштеттен,Բոնշտետեն,بونشتتن، بایرن		DE	02	097	09772	09772126	1462	Europe/Berlin
6557131	Ehingen	ehingen	Egingen,Ehingen,Ehkhingen,Eingen,Егінген,Еинген,Эинген,Эхинген,Էհինգեն		DE	02	097	09772	09772134	1110	Europe/Berlin
6557132	Ellgau	ellgau	Ehll'gau,Elgau,Ell'gau,ai er gao,Елгау,Елльгау,Элльгау,Էլգաու,埃尔高		DE	02	097	09772	09772136	1156	Europe/Berlin
6557133	Emersacker	emersacker			DE	02	097	09772	09772137	1425	Europe/Berlin
6557134	Gablingen	gablingen			DE	02	097	09772	09772145	4733	Europe/Berlin
6557135	Gessertshausen	gessertshausen			DE	02	097	09772	09772148	4362	Europe/Berlin
6557136	Großaitingen	grossaitingen			DE	02	097	09772	09772151	5192	Europe/Berlin
6557137	Heretsried	heretsried	Geretsrid,Herestrid,Kheretsrid,hei lei ci li de,Геретсрід,Херетсрид,Հերեստրիդ,黑雷茨里德		DE	02	097	09772	09772156	1008	Europe/Berlin
6557138	Hiltenfingen	hiltenfingen			DE	02	097	09772	09772157	1580	Europe/Berlin
6557139	Horgau	horgau			DE	02	097	09772	09772159	2889	Europe/Berlin
6557140	Kleinaitingen	kleinaitingen	Klajnajtingen,Klaynaytingen,Kljajnajtingen,ke lai nai ting gen,Клайнайтинген,Клајнајтинген,Кляйнайтінген,Կլայնայտինգեն,克莱奈廷根		DE	02	097	09772	09772160	1295	Europe/Berlin
6557141	Klosterlechfeld	klosterlechfeld	Klosterlekhfel'd,Klosterlekhfeld,Klosterlexfeld,ke luo si te lai xi fei er de,Клостерлехфелд,Клостерлехфельд,Կլոստերլեխֆելդ,克洛斯特莱希费尔德		DE	02	097	09772	09772162	2960	Europe/Berlin
6557142	Kühlenthal	kuehlenthal			DE	02	097	09772	09772166	823	Europe/Berlin
6557143	Kutzenhausen	kutzenhausen	Kucenkhauzen,Kutcengauzen,Kutcenkhauzen,ku cen hao sen,Кутценгаузен,Кутценхаузен,Куценхаузен,Կուտցենհաուզեն,库岑豪森		DE	02	097	09772	09772167	2498	Europe/Berlin
6557144	Langenneufnach	langenneufnach			DE	02	097	09772	09772168	1766	Europe/Berlin
6557145	Langerringen	langerringen			DE	02	097	09772	09772170	3909	Europe/Berlin
6557146	Mickhausen	mickhausen			DE	02	097	09772	09772178	1438	Europe/Berlin
6557147	Mittelneufnach	mittelneufnach			DE	02	097	09772	09772179	1027	Europe/Berlin
6557148	Nordendorf	nordendorf			DE	02	097	09772	09772185	2479	Europe/Berlin
6557149	Oberottmarshausen	oberottmarshausen			DE	02	097	09772	09772186	1737	Europe/Berlin
6557150	Scherstetten	scherstetten	Sersteten,Shershteten,Shershtetten,she er si te teng,Шерштетен,Шерштеттен,Շերշտետեն,舍尔斯特滕		DE	02	097	09772	09772197	1047	Europe/Berlin
6557151	Untermeitingen	untermeitingen	Owntermaytingen,Untermajtingen,weng te er mai ting gen,Унтермайтинген,Унтермайтінген,Унтермајтинген,Ունտերմայտինգեն,翁特尔迈廷根		DE	02	097	09772	09772209	6990	Europe/Berlin
6557152	Ustersbach	ustersbach			DE	02	097	09772	09772211	1164	Europe/Berlin
6557153	Walkertshofen	walkertshofen			DE	02	097	09772	09772214	1092	Europe/Berlin
6557154	Wehringen	wehringen			DE	02	097	09772	09772215	2961	Europe/Berlin
6557155	Westendorf	westendorf	Vestendorf,wei si teng duo fu,Вестендорф,Վեստենդորֆ,韦斯滕多夫		DE	02	097	09772	09772217	1645	Europe/Berlin
6557156	Bachhagel	bachhagel			DE	02	097	09773	09773112	2237	Europe/Berlin
6557157	Blindheim	blindheim			DE	02	097	09773	09773119	1694	Europe/Berlin
6557158	Buttenwiesen	buttenwiesen			DE	02	097	09773	09773122	5936	Europe/Berlin
6557159	Glött	gloett	Glet,Glett,Gljott,ge lei te,glwt,Глет,Глетт,Глётт,Գլյոթ,گلوت,格勒特		DE	02	097	09773	09773133	1097	Europe/Berlin
6557160	Haunsheim	haunsheim			DE	02	097	09773	09773137	1596	Europe/Berlin
6557161	Holzheim	holzheim	Gol'cgajm,Khol'ckhajm,Kholckhajm,hwltshaym,Гольцгайм,Холцхајм,Хольцхайм,هولتسهایم		DE	02	097	09773	09773140	3679	Europe/Berlin
6557162	Laugna	laugna			DE	02	097	09773	09773143	1601	Europe/Berlin
6557163	Lutzingen	lutzingen			DE	02	097	09773	09773146	999	Europe/Berlin
6557164	Mödingen	moedingen			DE	02	097	09773	09773147	1354	Europe/Berlin
6557165	Finningen	finningen			DE	02	097	09773	09773150	1708	Europe/Berlin
6557166	Medlingen	medlingen			DE	02	097	09773	09773153	1022	Europe/Berlin
6557167	Schwenningen	schwenningen	Shveningen,Shvenningen,shwnyngn,Швенинген,Швеннинген,Швеннінген,شونینگن		DE	02	097	09773	09773164	1419	Europe/Berlin
6557168	Ziertheim	ziertheim			DE	02	097	09773	09773186	1019	Europe/Berlin
6557169	Zöschingen	zoeschingen			DE	02	097	09773	09773187	733	Europe/Berlin
6557170	Aletshausen	aletshausen			DE	02	097	09774	09774111	1183	Europe/Berlin
6557171	Balzhausen	balzhausen			DE	02	097	09774	09774115	1200	Europe/Berlin
6557172	Breitenthal	breitenthal	Brajtental,Brajtental',bu lai teng ta er,Брайтенталь,Брајтентал,Բրայտենթալ,布赖滕塔尔		DE	02	097	09774	09774117	1244	Europe/Berlin
6557173	Bubesheim	bubesheim			DE	02	097	09774	09774118	1552	Europe/Berlin
6557174	Deisenhausen	deisenhausen			DE	02	097	09774	09774124	1470	Europe/Berlin
6557175	Dürrlauingen	duerrlauingen			DE	02	097	09774	09774127	1629	Europe/Berlin
6557176	Ebershausen	ebershausen			DE	02	097	09774	09774129	599	Europe/Berlin
6557177	Ellzee	ellzee			DE	02	097	09774	09774133	1158	Europe/Berlin
6557178	Haldenwang	haldenwang	Gal'denvang,Haldenvang,Khal'denvang,Khaldenvang,ha er deng wang,Гальденванг,Халденванг,Хальденванг,Հալդենվանգ,哈尔登旺		DE	02	097	09774	09774140	1972	Europe/Berlin
6557179	Landensberg	landensberg			DE	02	097	09774	09774151	726	Europe/Berlin
6557180	Aichen	aichen			DE	02	097	09774	09774166	1141	Europe/Berlin
6557181	Rettenbach	rettenbach	Retenbakh,Rettenbakh,Ретенбах,Реттенбах,Ռեթենբախ		DE	02	097	09774	09774174	1650	Europe/Berlin
6557182	Röfingen	roefingen			DE	02	097	09774	09774178	1154	Europe/Berlin
6557183	Waltenhausen	waltenhausen			DE	02	097	09774	09774192	740	Europe/Berlin
6557184	Winterbach	winterbach	Vinterbakh,Vinterbax,Винтербах,Вінтербах,Վինտերբախ		DE	02	097	09774	09774196	739	Europe/Berlin
6557185	Bellenberg	bellenberg	Belenberg,Bellenberg,bei lun bei ge,Беленберг,Белленберг,Բելենբերգ,贝伦贝格		DE	02	097	09775	09775115	4531	Europe/Berlin
6557186	Holzheim	holzheim			DE	02	097	09775	09775126	1952	Europe/Berlin
6557187	Nersingen	nersingen			DE	02	097	09775	09775134	9512	Europe/Berlin
6557188	Oberroth	oberroth			DE	02	097	09775	09775141	909	Europe/Berlin
6557189	Osterberg	osterberg			DE	02	097	09775	09775142	918	Europe/Berlin
6557190	Roggenburg	roggenburg	Rogenburg,Rogenburgas,Roggenburg,Роггенбург,Рогенбург,Ռոգենբուրգ		DE	02	097	09775	09775149	2758	Europe/Berlin
6557191	Unterroth	unterroth			DE	02	097	09775	09775161	1112	Europe/Berlin
6557192	Bodolz	bodolz			DE	02	097	09776	09776111	3046	Europe/Berlin
6557193	Gestratz	gestratz			DE	02	097	09776	09776112	1283	Europe/Berlin
6557194	Grünenbach	gruenenbach			DE	02	097	09776	09776113	1510	Europe/Berlin
6557195	Hergensweiler	hergensweiler			DE	02	097	09776	09776115	1893	Europe/Berlin
6557196	Maierhöfen	maierhoefen			DE	02	097	09776	09776118	1611	Europe/Berlin
6557197	Nonnenhorn	nonnenhorn			DE	02	097	09776	09776120	1764	Europe/Berlin
6557198	Oberreute	oberreute			DE	02	097	09776	09776121	1672	Europe/Berlin
6557199	Opfenbach	opfenbach			DE	02	097	09776	09776122	2306	Europe/Berlin
6557200	Röthenbach (Allgäu)	roethenbach-allgaeu			DE	02	097	09776	09776124	1885	Europe/Berlin
6557201	Sigmarszell	sigmarszell			DE	02	097	09776	09776126	2974	Europe/Berlin
6557202	Stiefenhofen	stiefenhofen			DE	02	097	09776	09776127	1886	Europe/Berlin
6557203	Wasserburg (Bodensee)	wasserburg-bodensee			DE	02	097	09776	09776128	3846	Europe/Berlin
6557204	Weißensberg	weissensberg			DE	02	097	09776	09776130	2638	Europe/Berlin
6557205	Hergatz	hergatz			DE	02	097	09776	09776131	2422	Europe/Berlin
6557206	Aitrang	aitrang			DE	02	097	09777	09777111	2035	Europe/Berlin
6557207	Biessenhofen	biessenhofen			DE	02	097	09777	09777112	4117	Europe/Berlin
6557208	Baisweil	baisweil			DE	02	097	09777	09777114	1300	Europe/Berlin
6557209	Bidingen	bidingen			DE	02	097	09777	09777118	1786	Europe/Berlin
6557210	Eggenthal	eggenthal			DE	02	097	09777	09777124	1357	Europe/Berlin
6557211	Eisenberg (Allgäu)	eisenberg-allgaeu	Eisenberg,Eisenberg (Allgaeu),Eisenberg (Allgäu)		DE	02	097	09777	09777125	1180	Europe/Berlin
6557212	Friesenried	friesenried			DE	02	097	09777	09777128	1580	Europe/Berlin
6557213	Görisried	goerisried			DE	02	097	09777	09777131	1316	Europe/Berlin
6557214	Hopferau	hopferau			DE	02	097	09777	09777135	1205	Europe/Berlin
6557215	Günzach	guenzach			DE	02	097	09777	09777138	1446	Europe/Berlin
6557216	Jengen	jengen			DE	02	097	09777	09777140	2491	Europe/Berlin
6557217	Kraftisried	kraftisried			DE	02	097	09777	09777144	846	Europe/Berlin
6557218	Lamerdingen	lamerdingen			DE	02	097	09777	09777145	2035	Europe/Berlin
6557219	Lengenwang	lengenwang			DE	02	097	09777	09777149	1490	Europe/Berlin
6557220	Mauerstetten	mauerstetten			DE	02	097	09777	09777152	3173	Europe/Berlin
6557221	Oberostendorf	oberostendorf			DE	02	097	09777	09777155	1479	Europe/Berlin
6557222	Osterzell	osterzell			DE	02	097	09777	09777157	714	Europe/Berlin
6557223	Pforzen	pforzen			DE	02	097	09777	09777158	2321	Europe/Berlin
6557224	Rieden am Forggensee	rieden-am-forggensee			DE	02	097	09777	09777163	1324	Europe/Berlin
6557225	Rieden	rieden			DE	02	097	09777	09777164	1302	Europe/Berlin
6557226	Roßhaupten	rosshaupten			DE	02	097	09777	09777166	2234	Europe/Berlin
6557227	Ruderatshofen	ruderatshofen			DE	02	097	09777	09777167	1763	Europe/Berlin
6557228	Rückholz	rueckholz			DE	02	097	09777	09777168	878	Europe/Berlin
6557229	Schwangau	schwangau	Shvangau,Svangau,shi wan gao,shuvu~angau,shwangaw,Швангау,Շվանգաու,شوانگاؤ,シュヴァンガウ,施万高		DE	02	097	09777	09777169	3331	Europe/Berlin
6557230	Seeg	seeg			DE	02	097	09777	09777170	2997	Europe/Berlin
6557231	Stöttwang	stoettwang			DE	02	097	09777	09777172	1873	Europe/Berlin
6557232	Halblech	halblech			DE	02	097	09777	09777173	3520	Europe/Berlin
6557233	Untrasried	untrasried			DE	02	097	09777	09777176	1584	Europe/Berlin
6557234	Wald	wald			DE	02	097	09777	09777179	1156	Europe/Berlin
6557235	Westendorf	westendorf			DE	02	097	09777	09777182	1826	Europe/Berlin
6557236	Amberg	amberg			DE	02	097	09778	09778111	1473	Europe/Berlin
6557237	Apfeltrach	apfeltrach			DE	02	097	09778	09778113	950	Europe/Berlin
6557238	Benningen	benningen			DE	02	097	09778	09778118	2042	Europe/Berlin
6557239	Böhen	boehen			DE	02	097	09778	09778119	772	Europe/Berlin
6557240	Boos	boos	Bos,Бос,Բոս		DE	02	097	09778	09778120	2014	Europe/Berlin
6557241	Breitenbrunn	breitenbrunn	Brajtenbrun,Brajtenbrunn,Braytenbrun,Брайтенбрунн,Брајтенбрун,Բրայտենբրուն		DE	02	097	09778	09778121	2361	Europe/Berlin
6557242	Buxheim	buxheim	Buksgajm,Bukskhajm,Буксгайм,Буксхайм,Буксхајм,Բուքսհայմ		DE	02	097	09778	09778123	3245	Europe/Berlin
6557243	Eppishausen	eppishausen			DE	02	097	09778	09778134	1875	Europe/Berlin
6557244	Ettringen	ettringen			DE	02	097	09778	09778137	3492	Europe/Berlin
6557245	Hawangen	hawangen			DE	02	097	09778	09778149	1315	Europe/Berlin
6557246	Heimertingen	heimertingen			DE	02	097	09778	09778150	1811	Europe/Berlin
6557247	Holzgünz	holzguenz			DE	02	097	09778	09778151	1364	Europe/Berlin
6557248	Kirchhaslach	kirchhaslach			DE	02	097	09778	09778157	1298	Europe/Berlin
6557249	Lachen	lachen			DE	02	097	09778	09778162	1688	Europe/Berlin
6557250	Lauben	lauben			DE	02	097	09778	09778163	1372	Europe/Berlin
6557251	Lautrach	lautrach			DE	02	097	09778	09778164	1278	Europe/Berlin
6557252	Markt Rettenbach, Markt	markt-rettenbach-markt			DE	02	097	09778	09778168	3859	Europe/Berlin
6557253	Markt Wald, Markt	markt-wald-markt			DE	02	097	09778	09778169	2189	Europe/Berlin
6557254	Memmingerberg	memmingerberg			DE	02	097	09778	09778171	3164	Europe/Berlin
6557255	Niederrieden	niederrieden			DE	02	097	09778	09778177	1443	Europe/Berlin
6557256	Oberrieden	oberrieden	Oberiden,Oberriden,Обериден,Оберриден,Оберріден,Օբերիդեն		DE	02	097	09778	09778183	1208	Europe/Berlin
6557257	Oberschönegg	oberschoenegg			DE	02	097	09778	09778184	978	Europe/Berlin
6557258	Salgen	salgen			DE	02	097	09778	09778190	1441	Europe/Berlin
6557259	Sontheim	sontheim	Zontajm,Zontgajm,Zontkhajm,song tai mu,Зонтайм,Зонтгайм,Зонтхайм,Зонтхајм,Զոնթայմ,松泰姆		DE	02	097	09778	09778196	2698	Europe/Berlin
6557260	Stetten	stetten	Shteten,Shtetten,Штетен,Штеттен,Շտեթեն		DE	02	097	09778	09778199	1421	Europe/Berlin
6557261	Trunkelsberg	trunkelsberg			DE	02	097	09778	09778202	1707	Europe/Berlin
6557262	Ungerhausen	ungerhausen			DE	02	097	09778	09778205	1121	Europe/Berlin
6557263	Westerheim	westerheim			DE	02	097	09778	09778214	2219	Europe/Berlin
6557264	Wiedergeltingen	wiedergeltingen			DE	02	097	09778	09778216	1443	Europe/Berlin
6557265	Winterrieden	winterrieden			DE	02	097	09778	09778217	959	Europe/Berlin
6557266	Wolfertschwenden	wolfertschwenden			DE	02	097	09778	09778218	2070	Europe/Berlin
6557267	Woringen	woringen			DE	02	097	09778	09778219	2102	Europe/Berlin
6557268	Kettershausen	kettershausen			DE	02	097	09778	09778221	1754	Europe/Berlin
6557269	Alerheim	alerheim			DE	02	097	09779	09779111	1666	Europe/Berlin
6557270	Amerdingen	amerdingen			DE	02	097	09779	09779112	849	Europe/Berlin
6557271	Asbach-Bäumenheim	asbach-baeumenheim			DE	02	097	09779	09779115	4727	Europe/Berlin
6557272	Auhausen	auhausen			DE	02	097	09779	09779117	1014	Europe/Berlin
6557273	Buchdorf	buchdorf	Bukhdorf,Buxdorf,bu he duo fu,bufudorufu,Бухдорф,Բուխդորֆ,ブーフドルフ,布赫多夫		DE	02	097	09779	09779126	1849	Europe/Berlin
6557274	Daiting	daiting			DE	02	097	09779	09779129	794	Europe/Berlin
6557275	Deiningen	deiningen			DE	02	097	09779	09779130	1814	Europe/Berlin
6557276	Ederheim	ederheim			DE	02	097	09779	09779136	1138	Europe/Berlin
6557277	Forheim	forheim			DE	02	097	09779	09779146	557	Europe/Berlin
6557278	Fremdingen	fremdingen			DE	02	097	09779	09779147	2067	Europe/Berlin
6557279	Fünfstetten	fuenfstetten			DE	02	097	09779	09779148	1304	Europe/Berlin
6557280	Genderkingen	genderkingen			DE	02	097	09779	09779149	1202	Europe/Berlin
6557281	Hainsfarth	hainsfarth	Gajnsfart,Khajnsfart,hai en si fa er te,hainsufaruto,Гайнсфарт,Хайнсфарт,Хајнсфарт,Հայնսֆարթ,ハインスファルト,海恩斯法尔特		DE	02	097	09779	09779154	1423	Europe/Berlin
6557282	Hohenaltheim	hohenaltheim			DE	02	097	09779	09779162	589	Europe/Berlin
6557283	Holzheim	holzheim	Gol'cgajm,Huiza,Khol'ckhajm,Kholckhajm,horutsuhaimu,Гольцгайм,Холцхајм,Хольцхайм,Հոլցհայմ,ホルツハイム		DE	02	097	09779	09779163	1150	Europe/Berlin
6557284	Huisheim	huisheim			DE	02	097	09779	09779167	1640	Europe/Berlin
6557285	Maihingen	maihingen	Majgingen,Majingen,Majkhingen,Mayhingen,mai xin gen,maihingen,Майгінген,Майинген,Мајхинген,Մայհինգեն,マイヒンゲン,迈欣根		DE	02	097	09779	09779176	1212	Europe/Berlin
6557286	Marktoffingen	marktoffingen			DE	02	097	09779	09779177	1311	Europe/Berlin
6557287	Marxheim	marxheim			DE	02	097	09779	09779178	2608	Europe/Berlin
6557288	Megesheim	megesheim			DE	02	097	09779	09779180	808	Europe/Berlin
6557289	Mertingen	mertingen			DE	02	097	09779	09779181	4045	Europe/Berlin
6557290	Mönchsdeggingen	moenchsdeggingen			DE	02	097	09779	09779184	1415	Europe/Berlin
6557291	Möttingen	moettingen			DE	02	097	09779	09779185	2605	Europe/Berlin
6557292	Münster	muenster	Minschda am Leech,Minster,Mjunster,myunsuta,Минстер,Мюнстер,Մյունսթեր,ミュンスター		DE	02	097	09779	09779187	1187	Europe/Berlin
6557293	Munningen	munningen			DE	02	097	09779	09779188	1745	Europe/Berlin
6557294	Niederschönenfeld	niederschoenenfeld			DE	02	097	09779	09779192	1515	Europe/Berlin
6557295	Otting	otting			DE	02	097	09779	09779198	785	Europe/Berlin
6557296	Reimlingen	reimlingen			DE	02	097	09779	09779203	1306	Europe/Berlin
6557297	Rögling	roegling	Raigli,Regling,Rjogling,Ryogling,lei ge ling,rekuringu,Реглинг,Реглінг,Рёглинг,Ռյոգլինգ,レクリング,勒格灵		DE	02	097	09779	09779206	660	Europe/Berlin
6557298	Tagmersheim	tagmersheim	Tagmersgajm,Tagmerskhajm,ta ge mei er si hai mu,takumasuhaimu,Тагмерсгайм,Тагмерсхайм,Тагмерсхајм,Թագմերսհայմ,タークマースハイム,塔格梅尔斯海姆		DE	02	097	09779	09779217	1098	Europe/Berlin
6557299	Tapfheim	tapfheim			DE	02	097	09779	09779218	3828	Europe/Berlin
6557300	Wechingen	wechingen			DE	02	097	09779	09779226	1432	Europe/Berlin
6557301	Wolferstadt	wolferstadt			DE	02	097	09779	09779231	1098	Europe/Berlin
6557302	Balderschwang	balderschwang			DE	02	097	09780	09780113	366	Europe/Berlin
6557303	Betzigau	betzigau			DE	02	097	09780	09780114	2939	Europe/Berlin
6557304	Blaichach	blaichach			DE	02	097	09780	09780115	5818	Europe/Berlin
6557305	Bolsterlang	bolsterlang			DE	02	097	09780	09780116	1135	Europe/Berlin
6557306	Durach	durach			DE	02	097	09780	09780120	7244	Europe/Berlin
6557307	Haldenwang	haldenwang			DE	02	097	09780	09780122	3814	Europe/Berlin
6557308	Lauben	lauben			DE	02	097	09780	09780125	3439	Europe/Berlin
6557309	Missen-Wilhams	missen-wilhams			DE	02	097	09780	09780127	1442	Europe/Berlin
6557310	Oy-Mittelberg	oy-mittelberg			DE	02	097	09780	09780128	4706	Europe/Berlin
6557311	Obermaiselstein	obermaiselstein			DE	02	097	09780	09780131	1010	Europe/Berlin
6557312	Ofterschwang	ofterschwang			DE	02	097	09780	09780134	2068	Europe/Berlin
6557313	Rettenberg	rettenberg			DE	02	097	09780	09780137	4458	Europe/Berlin
6557314	Waltenhofen	waltenhofen			DE	02	097	09780	09780143	9482	Europe/Berlin
6557315	Wildpoldsried	wildpoldsried			DE	02	097	09780	09780147	2567	Europe/Berlin
6557316	Damme	damme	Damme,Stadt Damme		DE	06	00	03460	03460002	17241	Europe/Berlin
6557317	Neuwied	neuwied	Neuwied,Stadt Neuwied		DE	08	00	07138	07138045	64765	Europe/Berlin
6557318	Dornhan	dornhan	Dornhan,Stadt Dornhan		DE	01	083	08325	08325012	6039	Europe/Berlin
6557319	Buchloe	buchloe	Buchloe,Stadt Buchloe		DE	02	097	09777	09777121	13273	Europe/Berlin
6557320	Niebüll	niebuell	Niebuell,Niebüll,Stadt Niebuell,Stadt Niebüll		DE	10	00	01054	01054088	9992	Europe/Berlin
6557321	Jülich	juelich	Juelich,Jülich,Stadt Juelich,Stadt Jülich		DE	07	053	05358	05358024	32653	Europe/Berlin
6557322	Raunheim	raunheim	Raunheim,Stadt Raunheim		DE	05	064	06433	06433010	16312	Europe/Berlin
6557323	Wehr	wehr	Stadt Wehr,Ver,Wehr,fyr,wr,Вер,فير,ور		DE	01	083	08337	08337116	13135	Europe/Berlin
6557324	Brunsbüttel	brunsbuettel	Brunsbuettel,Brunsbüttel,Stadt Brunsbuettel,Stadt Brunsbüttel		DE	10	00	01051	01051011	12380	Europe/Berlin
6557325	Heide	heide	Heid,Heide,Khajde,Stadt Heide,haide,haydh,haydt,Хайде,Хајде,هايدة,هایده,ハイデ		DE	10	00	01051	01051044	21852	Europe/Berlin
6557326	Marne	marne	Marne,Stadt Marne,ma er nei,marnh,marnt,Марне,مارنة,مارنه,马尔内		DE	10	00	01051	01051072	5951	Europe/Berlin
6557327	Meldorf	meldorf	Meldoerp,Meldorf,Meldörp,Stadt Meldorf		DE	10	00	01051	01051074	7247	Europe/Berlin
6557328	Wesselburen	wesselburen	Stadt Wesselburen,Wesselburen		DE	10	00	01051	01051127	3415	Europe/Berlin
6557329	Geesthacht	geesthacht	Geesthacht,Stadt Geesthacht		DE	10	00	01053	01053032	30688	Europe/Berlin
6557330	Mölln	moelln	Gorad Mjol'n,Meln,Mjol'n,Moelln,Mölln,Stadt Moelln,Stadt Mölln,mo er en,mwln,Горад Мёльн,Мелн,Мёльн,مولن,默尔恩		DE	10	00	01053	01053090	19131	Europe/Berlin
6557331	Ratzeburg	ratzeburg	Ratzeburg,Stadt Ratzeburg		DE	10	00	01053	01053100	14525	Europe/Berlin
6557332	Schwarzenbek	schwarzenbek	Schwarzenbek,Stadt Schwarzenbek		DE	10	00	01053	01053116	16551	Europe/Berlin
6557333	Bredstedt	bredstedt	Bredstedt,Stadt Bredstedt		DE	10	00	01054	01054019	5543	Europe/Berlin
6557334	Friedrichstadt	friedrichstadt	Friedrichstadt,Stadt Friedrichstadt		DE	10	00	01054	01054033	2653	Europe/Berlin
6557335	Husum	husum	Husum,Stadt Husum		DE	10	00	01054	01054056	23189	Europe/Berlin
6557336	Tönning	toenning	Stadt Toenning,Stadt Tönning,Toenning,Tönning		DE	10	00	01054	01054138	4984	Europe/Berlin
6557338	Wyk auf Föhr	wyk-auf-foehr	Stadt Wyk auf Foehr,Stadt Wyk auf Föhr,Wyk auf Foehr,Wyk auf Föhr		DE	10	00	01054	01054164	4222	Europe/Berlin
6557339	Bad Schwartau	bad-schwartau	Bad Schwartau,Stadt Bad Schwartau		DE	10	00	01055	01055004	20044	Europe/Berlin
6557340	Eutin	eutin	Eutin,Stadt Eutin		DE	10	00	01055	01055012	17013	Europe/Berlin
6557341	Heiligenhafen	heiligenhafen	Heiligenhafen,Stadt Heiligenhafen		DE	10	00	01055	01055021	9122	Europe/Berlin
6557342	Neustadt in Holstein	neustadt-in-holstein	Neustadt in Holstein,Stadt Neustadt in Holstein		DE	10	00	01055	01055032	15043	Europe/Berlin
6557343	Oldenburg in Holstein	oldenburg-in-holstein	Oldenburg in Holstein,Stadt Oldenburg in Holstein		DE	10	00	01055	01055033	9794	Europe/Berlin
6557344	Fehmarn	fehmarn	Fehmarn,Stadt Fehmarn		DE	10	00	01055	01055046	12638	Europe/Berlin
6557345	Barmstedt	barmstedt	Barmstedt,Stadt Barmstedt		DE	10	00	01056	01056002	10356	Europe/Berlin
6557346	Pinneberg	pinneberg	Pinneberg,Stadt Pinneberg		DE	10	00	01056	01056039	43667	Europe/Berlin
6557347	Quickborn	quickborn	Quickborn,Stadt Quickborn		DE	10	00	01056	01056041	21331	Europe/Berlin
6557348	Schenefeld	schenefeld	Scheenfeld,Schenefeld,Shenefel'd,Shenefeld,Stadt Schenefeld,ashnyfld,she nei fei er de,shynhfld,Шенефелд,Шенефельд,اشنیفلد,شينهفلد,舍内费尔德		DE	10	00	01056	01056044	19332	Europe/Berlin
6557349	Uetersen	uetersen	Stadt Uetersen,Uetersen		DE	10	00	01056	01056049	18567	Europe/Berlin
6557405	Pattensen	pattensen	Pattensen,Stadt Pattensen		DE	06	00	03241	03241013	14542	Europe/Berlin
6557350	Lütjenburg	luetjenburg	Luetjenburg,Lütjenburg,Stadt Luetjenburg,Stadt Lütjenburg		DE	10	00	01057	01057048	5269	Europe/Berlin
6557351	Preetz	preetz	Preetz,Stadt Preetz		DE	10	00	01057	01057062	15952	Europe/Berlin
6557352	Büdelsdorf	buedelsdorf	Buedelsdorf,Büdelsdorf,Stadt Buedelsdorf,Stadt Büdelsdorf		DE	10	00	01058	01058034	10466	Europe/Berlin
6557353	Rendsburg	rendsburg	Rendsburg,Stadt Rendsburg		DE	10	00	01058	01058135	28896	Europe/Berlin
6557354	Kappeln	kappeln	Kappeln,Stadt Kappeln		DE	10	00	01059	01059045	8567	Europe/Berlin
6557355	Schleswig	schleswig	Gorad Shlezvig,Schleswig,Shlezvig,Sleeswyk,Slesvich,Slesvig,Slesvig by,Sleswig,Sliasvig,Sliasvigu,Stadt Schleswig,Szlezwik,ashlswyg,shi lei su yi ge,shlsfygh,shuresuvu~ihi,syulleseubihi,Σλέσβιχ,Горад Шлезвіг,Шлезвиг,اشلسویگ,شلسفيغ,シュレースヴィヒ,石勒苏益格,슐레스비히		DE	10	00	01059	01059075	25416	Europe/Berlin
6557356	Bad Bramstedt	bad-bramstedt	Bad Bramstedt,Stadt Bad Bramstedt		DE	10	00	01060	01060004	14773	Europe/Berlin
6557357	Bad Segeberg	bad-segeberg	Bad Segeberg,Stadt Bad Segeberg		DE	10	00	01060	01060005	17381	Europe/Berlin
6557358	Kaltenkirchen	kaltenkirchen	Kaltenkirchen,Stadt Kaltenkirchen		DE	10	00	01060	01060044	22109	Europe/Berlin
6557359	Norderstedt	norderstedt	Norderstedt,Stadt Norderstedt		DE	10	00	01060	01060063	79357	Europe/Berlin
6557360	Wahlstedt	wahlstedt	Stadt Wahlstedt,Wahlstedt		DE	10	00	01060	01060092	9751	Europe/Berlin
6557361	Glückstadt	glueckstadt	Glueckstadt,Glückstadt,Stadt Glueckstadt,Stadt Glückstadt		DE	10	00	01061	01061029	10931	Europe/Berlin
6557362	Itzehoe	itzehoe	Itzehoe,Stadt Itzehoe		DE	10	00	01061	01061046	31803	Europe/Berlin
6557363	Kellinghusen	kellinghusen	Kellinghusen,Stadt Kellinghusen		DE	10	00	01061	01061049	8133	Europe/Berlin
6557364	Krempe	krempe	Krempe,Stadt Krempe,ke lun pei,krmbt,krph,Кремпе,كرمبة,کرپه,克伦佩		DE	10	00	01061	01061055	2357	Europe/Berlin
6557365	Ahrensburg	ahrensburg	Ahrensburg,Stadt Ahrensburg		DE	10	00	01062	01062001	33728	Europe/Berlin
6557366	Bad Oldesloe	bad-oldesloe	Bad Oldesloe,Stadt Bad Oldesloe		DE	10	00	01062	01062004	24690	Europe/Berlin
6557367	Bargteheide	bargteheide	Bargteheide,Stadt Bargteheide		DE	10	00	01062	01062006	16077	Europe/Berlin
6557368	Reinfeld (Holstein)	reinfeld-holstein	Reinfeld (Holstein),Stadt Reinfeld (Holstein)		DE	10	00	01062	01062061	9041	Europe/Berlin
6557369	Gifhorn	gifhorn	Gifhorn,Stadt Gifhorn		DE	06	00	03151	03151009	42837	Europe/Berlin
6557370	Wittingen	wittingen	Stadt Wittingen,Wittingen		DE	06	00	03151	03151040	11421	Europe/Berlin
6557371	Dransfeld	dransfeld	Dransfeld,Stadt Dransfeld		DE	06	00	03159	03159009	4438	Europe/Berlin
6557372	Duderstadt	duderstadt	Duderstadt,Stadt Duderstadt		DE	06	00	03159	03159010	20363	Europe/Berlin
6557373	Göttingen	goettingen	Goettingen,Göttingen,Stadt Goettingen,Stadt Göttingen		DE	06	00	03159	03159016	118911	Europe/Berlin
6557374	Braunlage	braunlage	Braunlage,Stadt Braunlage		DE	06	00	03153	03153016	5795	Europe/Berlin
6557375	Langelsheim	langelsheim	Langelsheim,Stadt Langelsheim		DE	06	00	03153	03153007	11285	Europe/Berlin
6557376	Seesen	seesen	Seesen,Stadt Seesen		DE	06	00	03153	03153012	19240	Europe/Berlin
6557378	Helmstedt	helmstedt	Helmstedt,Stadt Helmstedt		DE	06	00	03154	03154028	25712	Europe/Berlin
6557379	Königslutter am Elm	koenigslutter-am-elm	Koenigslutter am Elm,Königslutter am Elm,Stadt Koenigslutter am Elm,Stadt Königslutter am Elm		DE	06	00	03154	03154013	15704	Europe/Berlin
6557380	Schöningen	schoeningen	Schoeningen,Schöningen,Stadt Schoeningen,Stadt Schöningen		DE	06	00	03154	03154019	11212	Europe/Berlin
6557381	Bad Gandersheim	bad-gandersheim	Bad Gandersheim,Stadt Bad Gandersheim		DE	06	00	03155	03155001	9623	Europe/Berlin
6557382	Dassel	dassel	Dassel,Stadt Dassel		DE	06	00	03155	03155003	9569	Europe/Berlin
6557383	Einbeck	einbeck	Einbeck,Stadt Einbeck		DE	06	00	03155	03155013	30689	Europe/Berlin
6557384	Hardegsen	hardegsen	Hardegsen,Stadt Hardegsen		DE	06	00	03155	03155005	7612	Europe/Berlin
6557385	Moringen	moringen	Moringen,Stadt Moringen		DE	06	00	03155	03155009	6955	Europe/Berlin
6557386	Northeim	northeim	Northeim,Stadt Northeim		DE	06	00	03155	03155011	29098	Europe/Berlin
6557387	Uslar	uslar	Stadt Uslar,Uslar		DE	06	00	03155	03155012	14115	Europe/Berlin
6557388	Bad Lauterberg im Harz	bad-lauterberg-im-harz	Bad Lauterberg im Harz,Stadt Bad Lauterberg im Harz		DE	06	00	03159	03159003	10265	Europe/Berlin
6557389	Bad Sachsa	bad-sachsa	Bad Sachsa,Stadt Bad Sachsa		DE	06	00	03159	03159004	7372	Europe/Berlin
6557390	Herzberg am Harz	herzberg-am-harz	Herzberg am Harz,Stadt Herzberg am Harz		DE	06	00	03159	03159019	12837	Europe/Berlin
6557391	Osterode am Harz	osterode-am-harz	Osterode am Harz,Stadt Osterode am Harz		DE	06	00	03159	03159026	21563	Europe/Berlin
6557392	Peine	peine	Peine		DE	06	00	03157	03157006	49990	Europe/Berlin
6557394	Schöppenstedt	schoeppenstedt	Schoeppenstedt,Schöppenstedt,Stadt Schoeppenstedt,Stadt Schöppenstedt		DE	06	00	03158	03158027	5477	Europe/Berlin
6557395	Wolfenbüttel	wolfenbuettel	Stadt Wolfenbuettel,Stadt Wolfenbüttel,Wolfenbuettel,Wolfenbüttel		DE	06	00	03158	03158037	52165	Europe/Berlin
6557396	Barsinghausen	barsinghausen	Barsinghausen,Stadt Barsinghausen		DE	06	00	03241	03241002	34187	Europe/Berlin
6557397	Burgdorf	burgdorf	BU,Burgdorf,Burgdorfas,Stadt Burgdorf,bwrgdwrf,bwrghdwrf,Бургдорф,بورغدورف,بورگدورف		DE	06	00	03241	03241003	30727	Europe/Berlin
6557398	Garbsen	garbsen	Garbsen,Stadt Garbsen		DE	06	00	03241	03241005	61032	Europe/Berlin
6557399	Gehrden	gehrden	Gehrden,Stadt Gehrden		DE	06	00	03241	03241006	14962	Europe/Berlin
6557400	Hemmingen	hemmingen	Hemmingen,Khemingen,Khemmingen,Stadt Hemmingen,hei ming gen,hmynghn,hmyngn,Хеминген,Хемминген,همينغن,همینگن,黑明根		DE	06	00	03241	03241007	18974	Europe/Berlin
6557401	Laatzen	laatzen	Laatzen,Stadt Laatzen		DE	06	00	03241	03241009	41606	Europe/Berlin
6557402	Langenhagen	langenhagen	Langenhagen,Stadt Langenhagen		DE	06	00	03241	03241010	54652	Europe/Berlin
6557403	Lehrte	lehrte	Lehrte,Stadt Lehrte		DE	06	00	03241	03241011	44030	Europe/Berlin
6557404	Neustadt am Rübenberge	neustadt-am-ruebenberge	Neustadt am Ruebenberge,Neustadt am Rübenberge,Stadt Neustadt am Ruebenberge,Stadt Neustadt am Rübenberge		DE	06	00	03241	03241012	44386	Europe/Berlin
6557406	Ronnenberg	ronnenberg	Ronnenberg,Stadt Ronnenberg		DE	06	00	03241	03241014	24393	Europe/Berlin
6557407	Sehnde	sehnde	Sehnde,Stadt Sehnde		DE	06	00	03241	03241016	23384	Europe/Berlin
6557408	Springe	springe	Springe,Stadt Springe		DE	06	00	03241	03241017	29013	Europe/Berlin
6557409	Wunstorf	wunstorf	Stadt Wunstorf,Wunstorf		DE	06	00	03241	03241021	41477	Europe/Berlin
6557410	Bassum	bassum	Bassum,Stadt Bassum		DE	06	00	03251	03251007	15964	Europe/Berlin
6557411	Diepholz	diepholz	Diepholz,Stadt Diepholz		DE	06	00	03251	03251012	16974	Europe/Berlin
6557412	Sulingen	sulingen	Stadt Sulingen,Sulingen		DE	06	00	03251	03251040	12778	Europe/Berlin
6557413	Syke	syke	Stadt Syke,Syke		DE	06	00	03251	03251041	24295	Europe/Berlin
6557414	Twistringen	twistringen	Stadt Twistringen,Twistringen		DE	06	00	03251	03251042	12367	Europe/Berlin
6557415	Bad Münder am Deister	bad-muender-am-deister	Bad Muender am Deister,Bad Münder am Deister,Stadt Bad Muender am Deister,Stadt Bad Münder am Deister		DE	06	00	03252	03252002	17445	Europe/Berlin
6557416	Bad Pyrmont	bad-pyrmont	Bad Pyrmont,Stadt Bad Pyrmont		DE	06	00	03252	03252003	19130	Europe/Berlin
6557417	Hameln	hameln	Hameln,Stadt Hameln		DE	06	00	03252	03252006	57434	Europe/Berlin
6557418	Hessisch Oldendorf	hessisch-oldendorf	Hessisch Oldendorf,Stadt Hessisch Oldendorf		DE	06	00	03252	03252007	18112	Europe/Berlin
6557419	Alfeld (Leine)	alfeld-leine	Alfeld (Leine),Stadt Alfeld (Leine)		DE	06	00	03254	03254002	18535	Europe/Berlin
6557420	Bad Salzdetfurth	bad-salzdetfurth	Bad Salzdetfurth,Stadt Bad Salzdetfurth		DE	06	00	03254	03254005	13139	Europe/Berlin
6557421	Bockenem	bockenem	Bockenem,Stadt Bockenem		DE	06	00	03254	03254008	9855	Europe/Berlin
6557422	Elze	elze	Elze,Stadt Elze		DE	06	00	03254	03254014	8989	Europe/Berlin
6557423	Gronau (Leine)	gronau-leine	Gronau (Leine),Stadt Gronau (Leine)		DE	06	00	03254	03254043	10736	Europe/Berlin
6557424	Hildesheim	hildesheim	Hildesheim,Stadt Hildesheim		DE	06	00	03254	03254021	101693	Europe/Berlin
6557425	Sarstedt	sarstedt	Sarstedt,Stadt Sarstedt		DE	06	00	03254	03254028	19391	Europe/Berlin
6557426	Bodenwerder	bodenwerder	Bodenwerder,Stadt Bodenwerder		DE	06	00	03255	03255003	5573	Europe/Berlin
6557427	Eschershausen	eschershausen	Eschershausen,Stadt Eschershausen		DE	06	00	03255	03255013	3464	Europe/Berlin
6557428	Holzminden	holzminden	Holzminden,Stadt Holzminden		DE	06	00	03255	03255023	19841	Europe/Berlin
6557429	Stadtoldendorf	stadtoldendorf	Shtadtol'dendorf,Shtatoldendorf,Stadt Stadtoldendorf,Stadtoldendorf,shi ta tuo deng duo fu,shutattoorudendorufu,Штадтольдендорф,Штатолдендорф,اشتات‌اولدندورف,シュタットオルデンドルフ,施塔托登多夫		DE	06	00	03255	03255034	5697	Europe/Berlin
6557430	Hoya	hoya	Hoya,Stadt Hoya		DE	06	00	03256	03256014	3898	Europe/Berlin
6557431	Bergen	bergen	Berga,Bergen,Stadt Bergen,bo gen,brghn,brgn,Берген,برغن,برگن,伯根		DE	06	00	03351	03351004	13430	Europe/Berlin
6557432	Celle	celle	Celle,Stadt Celle		DE	06	00	03351	03351006	69540	Europe/Berlin
6557433	Cuxhaven	cuxhaven	Cuxhaven,Stadt Cuxhaven		DE	06	00	03352	03352011	48164	Europe/Berlin
6557434	Hemmoor	hemmoor	Hemmoor,Stadt Hemmoor		DE	06	00	03352	03352022	8663	Europe/Berlin
6557436	Otterndorf	otterndorf	Otterndorf,Stadt Otterndorf		DE	06	00	03352	03352046	7311	Europe/Berlin
6557437	Buchholz in der Nordheide	buchholz-in-der-nordheide	Buchholz in der Nordheide,Stadt Buchholz in der Nordheide		DE	06	00	03353	03353005	39729	Europe/Berlin
6557438	Winsen (Luhe)	winsen-luhe	Stadt Winsen (Luhe),Winsen (Luhe)		DE	06	00	03353	03353040	35227	Europe/Berlin
6557439	Schnackenburg	schnackenburg	Schnackenburg,Stadt Schnackenburg		DE	06	00	03354	03354021	544	Europe/Berlin
6557440	Bleckede	bleckede	Bleckede,Stadt Bleckede		DE	06	00	03355	03355009	9471	Europe/Berlin
6557441	Lüneburg	lueneburg	Lueneburg,Lüneburg,Stadt Lueneburg,Stadt Lüneburg		DE	06	00	03355	03355022	75711	Europe/Berlin
6557442	Osterholz-Scharmbeck	osterholz-scharmbeck	Osterholz-Scharmbeck,Stadt Osterholz-Scharmbeck		DE	06	00	03356	03356007	30256	Europe/Berlin
6557443	Bremervörde	bremervoerde	Bremervoerde,Bremervörde,Stadt Bremervoerde,Stadt Bremervörde		DE	06	00	03357	03357008	18582	Europe/Berlin
6557444	Rotenburg (Wümme)	rotenburg-wuemme	Rotenburg (Wuemme),Rotenburg (Wümme),Stadt Rotenburg (Wuemme),Stadt Rotenburg (Wümme)		DE	06	00	03357	03357039	21956	Europe/Berlin
6557445	Visselhövede	visselhoevede	Stadt Visselhoevede,Stadt Visselhövede,Visselhoevede,Visselhövede		DE	06	00	03357	03357051	9598	Europe/Berlin
6557446	Zeven	zeven	Stadt Zeven,Zeven		DE	06	00	03357	03357057	13822	Europe/Berlin
6557447	Munster	munster	Mounster,Munste,Munster,Stadt Munster,meng si te,mwnstr,mwnstr  nydrzaksn,Μούνστερ,Мунстер,مونستر,مونستر، نیدرزاکسن,蒙斯特		DE	06	00	03358	03358016	15160	Europe/Berlin
6557448	Rethem (Aller)	rethem-aller	Rethem (Aller),Stadt Rethem (Aller)		DE	06	00	03358	03358018	2298	Europe/Berlin
6557449	Schneverdingen	schneverdingen	Schneverdingen,Stadt Schneverdingen		DE	06	00	03358	03358019	18750	Europe/Berlin
6557450	Soltau	soltau	Soltau,Stadt Soltau		DE	06	00	03358	03358021	21268	Europe/Berlin
6557452	Buxtehude	buxtehude	Buxtehude,Stadt Buxtehude		DE	06	00	03359	03359010	40193	Europe/Berlin
6557453	Stade	stade	Stade,Stadt Stade		DE	06	00	03359	03359038	47703	Europe/Berlin
6557454	Bad Bevensen	bad-bevensen	Bad Bevensen,Stadt Bad Bevensen		DE	06	00	03360	03360002	9248	Europe/Berlin
6557455	Uelzen	uelzen	Stadt Uelzen,Uelzen		DE	06	00	03360	03360025	33536	Europe/Berlin
6557456	Achim	achim	Achim,Stadt Achim		DE	06	00	03361	03361001	31923	Europe/Berlin
6557457	Verden (Aller)	verden-aller	Stadt Verden (Aller),Verden (Aller)		DE	06	00	03361	03361012	27706	Europe/Berlin
6557458	Westerstede	westerstede	Stadt Westerstede,Westerstede		DE	06	00	03451	03451007	22952	Europe/Berlin
6557459	Aurich	aurich	Aurich,Stadt Aurich		DE	06	00	03452	03452001	42040	Europe/Berlin
6557460	Norderney	norderney	Norderney,Stadt Norderney		DE	06	00	03452	03452020	6090	Europe/Berlin
6557461	Cloppenburg	cloppenburg	Cloppenburg,Stadt Cloppenburg		DE	06	00	03453	03453004	35451	Europe/Berlin
6557462	Friesoythe	friesoythe	Friesoythe,Stadt Friesoythe		DE	06	00	03453	03453007	22368	Europe/Berlin
6557520	Rheinberg	rheinberg	Rheinberg,Stadt Rheinberg		DE	07	051	05170	05170032	30854	Europe/Berlin
6557463	Löningen	loeningen	Loeningen,Löningen,Stadt Loeningen,Stadt Löningen		DE	06	00	03453	03453011	13477	Europe/Berlin
6557464	Freren	freren	Freren,Stadt Freren		DE	06	00	03454	03454012	5085	Europe/Berlin
6557465	Haselünne	haseluenne	Haseluenne,Haselünne,Stadt Haseluenne,Stadt Haselünne		DE	06	00	03454	03454019	13029	Europe/Berlin
6557466	Meppen	meppen	Meppen,Stadt Meppen		DE	06	00	03454	03454035	35313	Europe/Berlin
6557467	Papenburg	papenburg	Papenburg,Stadt Papenburg		DE	06	00	03454	03454041	37766	Europe/Berlin
6557468	Bad Bentheim	bad-bentheim	Bad Bentheim,Stadt Bad Bentheim		DE	06	00	03456	03456001	15609	Europe/Berlin
6557469	Neuenhaus	neuenhaus	Neuenhaus,Stadt Neuenhaus		DE	06	00	03456	03456014	10049	Europe/Berlin
6557470	Nordhorn	nordhorn	Nordhorn,Stadt Nordhorn		DE	06	00	03456	03456015	53711	Europe/Berlin
6557471	Schüttorf	schuettorf	Schuettorf,Schüttorf,Stadt Schuettorf,Stadt Schüttorf		DE	06	00	03456	03456027	12876	Europe/Berlin
6557472	Borkum	borkum	Borkum,Stadt Borkum		DE	06	00	03457	03457002	5078	Europe/Berlin
6557473	Leer (Ostfriesland)	leer-ostfriesland	Leer (Ostfriesland),Stadt Leer (Ostfriesland)		DE	06	00	03457	03457013	34786	Europe/Berlin
6557474	Weener	weener	Stadt Weener,Weener		DE	06	00	03457	03457021	15946	Europe/Berlin
6557475	Wildeshausen	wildeshausen	Stadt Wildeshausen,Wildeshausen		DE	06	00	03458	03458014	20129	Europe/Berlin
6557476	Bad Iburg	bad-iburg	Bad Iburg,Stadt Bad Iburg		DE	06	00	03459	03459004	10636	Europe/Berlin
6557477	Bersenbrück	bersenbrueck	Bersenbrueck,Bersenbrück,Stadt Bersenbrueck,Stadt Bersenbrück		DE	06	00	03459	03459010	8618	Europe/Berlin
6557478	Bramsche	bramsche	Bramsche,Stadt Bramsche		DE	06	00	03459	03459014	31141	Europe/Berlin
6557479	Dissen am Teutoburger Wald	dissen-am-teutoburger-wald	Dissen am Teutoburger Wald,Stadt Dissen am Teutoburger Wald		DE	06	00	03459	03459015	9998	Europe/Berlin
6557480	Fürstenau	fuerstenau	Firstenau,Fjurstenau,Foersnau,Fuerstenau,Försnau,Fürstenau,Stadt Fuerstenau,Stadt Fürstenau,fwrstnaw  alman,Фирстенау,Фюрстенау,فورستناو، آلمان		DE	06	00	03459	03459017	9407	Europe/Berlin
6557481	Georgsmarienhütte	georgsmarienhuette	Georgsmarienhuette,Georgsmarienhütte,Stadt Georgsmarienhuette,Stadt Georgsmarienhütte		DE	06	00	03459	03459019	31756	Europe/Berlin
6557482	Melle	melle	Melle,Stadt Melle		DE	06	00	03459	03459024	46588	Europe/Berlin
6557483	Quakenbrück	quakenbrueck	Quakenbrueck,Quakenbrück,Stadt Quakenbrueck,Stadt Quakenbrück		DE	06	00	03459	03459030	13442	Europe/Berlin
6557484	Dinklage	dinklage	Dinklage,Stadt Dinklage		DE	06	00	03460	03460003	13095	Europe/Berlin
6557485	Lohne (Oldenburg)	lohne-oldenburg	Lohne (Oldenburg),Stadt Lohne (Oldenburg)		DE	06	00	03460	03460006	26935	Europe/Berlin
6557486	Vechta	vechta	Stadt Vechta,Vechta		DE	06	00	03460	03460009	32863	Europe/Berlin
6557487	Elsfleth	elsfleth	Elsfleth,Stadt Elsfleth		DE	06	00	03461	03461004	9114	Europe/Berlin
6557488	Nordenham	nordenham	Nordenham,Stadt Nordenham		DE	06	00	03461	03461007	26139	Europe/Berlin
6557489	Esens	esens	Ehzens,Esens,Ezens,Stadt Esens,ai sen si,asnz,asnz  nydrzaksn,Езенс,Эзенс,إسنز,اسنز، نیدرزاکسن,埃森斯		DE	06	00	03462	03462003	7271	Europe/Berlin
6557490	Geldern	geldern	Geldern,Stadt Geldern		DE	07	051	05154	05154012	33730	Europe/Berlin
6557491	Goch	goch	Goch,Stadt Goch		DE	07	051	05154	05154016	34205	Europe/Berlin
6557492	Kalkar	kalkar	Kalkar,Stadt Kalkar		DE	07	051	05154	05154024	13884	Europe/Berlin
6557493	Kevelaer	kevelaer	Kevelaer,Stadt Kevelaer		DE	07	051	05154	05154032	28087	Europe/Berlin
6557494	Kleve	kleve	Cleves,Kleve,Stadt Kleve,Клеве		DE	07	051	05154	05154036	52388	Europe/Berlin
6557495	Rees	rees	Gorad Rehs,Rees,Res,Stadt Rees,lei si,ryz,ryz  alman,Горад Рэс,Рес,ريز,ریز، آلمان,雷斯		DE	07	051	05154	05154044	21100	Europe/Berlin
6557496	Straelen	straelen	Stadt Straelen,Straelen		DE	07	051	05154	05154052	16257	Europe/Berlin
6557497	Erkrath	erkrath	Erkrath,Stadt Erkrath		DE	07	051	05158	05158004	43992	Europe/Berlin
6557498	Haan	haan	Haan,Stadt Haan		DE	07	051	05158	05158008	30406	Europe/Berlin
6557499	Heiligenhaus	heiligenhaus	Heiligenhaus,Stadt Heiligenhaus		DE	07	051	05158	05158012	26345	Europe/Berlin
6557500	Hilden	hilden	Hilden,Stadt Hilden		DE	07	051	05158	05158016	55625	Europe/Berlin
6557501	Mettmann	mettmann	Mettman,Mettmann,Stadt Mettmann,Меттман		DE	07	051	05158	05158024	38757	Europe/Berlin
6557502	Ratingen	ratingen	Ratingen,Stadt Ratingen		DE	07	051	05158	05158028	87520	Europe/Berlin
6557503	Velbert	velbert	Stadt Velbert,Velbert		DE	07	051	05158	05158032	81842	Europe/Berlin
6557504	Wülfrath	wuelfrath	Stadt Wuelfrath,Stadt Wülfrath,Wuelfrath,Wülfrath		DE	07	051	05158	05158036	20957	Europe/Berlin
6557505	Dormagen	dormagen	Dormagen,Stadt Dormagen		DE	07	051	05162	05162004	64340	Europe/Berlin
6557506	Grevenbroich	grevenbroich	Grevenbroich,Stadt Grevenbroich		DE	07	051	05162	05162008	63743	Europe/Berlin
6557507	Kaarst	kaarst	Kaarst,Stadt Kaarst		DE	07	051	05162	05162016	43493	Europe/Berlin
6557508	Korschenbroich	korschenbroich	Korschenbroich,Stadt Korschenbroich		DE	07	051	05162	05162020	33251	Europe/Berlin
6557509	Meerbusch	meerbusch	Meerbusch,Stadt Meerbusch		DE	07	051	05162	05162022	56415	Europe/Berlin
6557510	Neuss	neuss	Neuss,Stadt Neuss		DE	07	051	05162	05162024	153896	Europe/Berlin
6557511	Kempen	kempen	Kempe,Kempen,Stadt Kempen,ken peng,kmbn,kmpn  alman,Кемпен,كمبن,کمپن، آلمان,肯彭		DE	07	051	05166	05166012	34514	Europe/Berlin
6557512	Tönisvorst	toenisvorst	Stadt Toenisvorst,Stadt Tönisvorst,Toenisvorst,Tönisvorst		DE	07	051	05166	05166028	29336	Europe/Berlin
6557513	Viersen	viersen	Stadt Viersen,Viersen		DE	07	051	05166	05166032	77102	Europe/Berlin
6557514	Willich	willich	Stadt Willich,Willich		DE	07	051	05166	05166036	50391	Europe/Berlin
6557515	Dinslaken	dinslaken	Dinslaken,Stadt Dinslaken		DE	07	051	05170	05170008	67373	Europe/Berlin
6557516	Hamminkeln	hamminkeln	Hamminkeln,Stadt Hamminkeln		DE	07	051	05170	05170012	26858	Europe/Berlin
6557517	Kamp-Lintfort	kamp-lintfort	Kamp-Lintfort,Stadt Kamp-Lintfort		DE	07	051	05170	05170020	37596	Europe/Berlin
6557518	Moers	moers	Moers,Stadt Moers		DE	07	051	05170	05170024	103902	Europe/Berlin
6557519	Neukirchen-Vluyn	neukirchen-vluyn	Neukirchen-Vluyn,Stadt Neukirchen-Vluyn		DE	07	051	05170	05170028	27187	Europe/Berlin
6557521	Wesel	wesel	Stadt Wesel,Vezel,Vezel',Wesel,Везел,Везель		DE	07	051	05170	05170048	60230	Europe/Berlin
6557522	Xanten	xanten	Stadt Xanten,Xanten		DE	07	051	05170	05170052	21607	Europe/Berlin
6557523	Baesweiler	baesweiler	Baesweiler,Stadt Baesweiler		DE	07	053	05334	05334008	27093	Europe/Berlin
6557524	Eschweiler	eschweiler	Eschweiler,Stadt Eschweiler		DE	07	053	05334	05334012	56482	Europe/Berlin
6557525	Herzogenrath	herzogenrath	Herzogenrath,Stadt Herzogenrath		DE	07	053	05334	05334016	46375	Europe/Berlin
6557526	Monschau	monschau	Monschau,Stadt Monschau		DE	07	053	05334	05334020	11693	Europe/Berlin
6557527	Würselen	wuerselen	Stadt Wuerselen,Stadt Würselen,Wuerselen,Würselen		DE	07	053	05334	05334036	38756	Europe/Berlin
6557528	Düren	dueren	Djuren,Dueren,Düren,Stadt Dueren,Stadt Düren,Дюрен		DE	07	053	05358	05358008	91216	Europe/Berlin
6557529	Heimbach	heimbach	Gajmbakh,Heimbach,Heimisch,Khajmbakh,Stadt Heimbach,hai en ba,haymbakh,Гаймбах,Хаймбах,Хајмбах,هايمباخ,هایمباخ,海恩巴		DE	07	053	05358	05358012	4328	Europe/Berlin
6557530	Linnich	linnich	Linnich,Stadt Linnich		DE	07	053	05358	05358036	12662	Europe/Berlin
6557531	Nideggen	nideggen	Nideggen,Stadt Nideggen		DE	07	053	05358	05358044	10001	Europe/Berlin
6557532	Bedburg	bedburg	Bedburg,Stadt Bedburg		DE	07	053	05362	05362004	23658	Europe/Berlin
6557533	Bergheim	bergheim	Berchem,Berggajm,Bergheim,Bergheim i Nordrhein-Westfalen,Bergheimas,Bergkhajm,Stadt Bergheim,bei ge hai mu,brghaym  nwrdrayn-wstfaln,brghhaym,Берггайм,Бергхайм,Бергхајм,برغهايم,برگهایم، نوردراین-وستفالن,贝格海姆		DE	07	053	05362	05362008	61601	Europe/Berlin
6557534	Brühl	bruehl	Bril,Briulis,Briūlis,Brjul',Bruehl,Brühl,Stadt Bruehl,Stadt Brühl,brwl,bryhl,Брил,Брюль,בריהל,برول		DE	07	053	05362	05362012	44126	Europe/Berlin
6557535	Erftstadt	erftstadt	Erftstadt,Stadt Erftstadt		DE	07	053	05362	05362020	50010	Europe/Berlin
6557536	Hürth	huerth	Huerth,Hürth,Stadt Huerth,Stadt Hürth		DE	07	053	05362	05362028	59731	Europe/Berlin
6557537	Kerpen	kerpen	Kerpen,Stadt Kerpen		DE	07	053	05362	05362032	66702	Europe/Berlin
6557538	Pulheim	pulheim	Pulheim,Stadt Pulheim		DE	07	053	05362	05362036	54194	Europe/Berlin
6557539	Wesseling	wesseling	Stadt Wesseling,Wesseling		DE	07	053	05362	05362040	36347	Europe/Berlin
6557540	Bad Münstereifel	bad-muenstereifel	Bad Muenstereifel,Bad Münstereifel,Stadt Bad Muenstereifel,Stadt Bad Münstereifel		DE	07	053	05366	05366004	17440	Europe/Berlin
6557541	Euskirchen	euskirchen	Euskirchen,Ojskirkhen,Stadt Euskirchen,Ойскирхен,Ойскірхен		DE	07	053	05366	05366016	58381	Europe/Berlin
6557542	Mechernich	mechernich	Mechernich,Stadt Mechernich		DE	07	053	05366	05366028	27714	Europe/Berlin
6557543	Schleiden	schleiden	Schleiden,Stadt Schleiden		DE	07	053	05366	05366036	13128	Europe/Berlin
6557544	Zülpich	zuelpich	Stadt Zuelpich,Stadt Zülpich,Zuelpich,Zülpich		DE	07	053	05366	05366044	20332	Europe/Berlin
6557545	Erkelenz	erkelenz	Erkelenz,Stadt Erkelenz		DE	07	053	05370	05370004	43206	Europe/Berlin
6557546	Geilenkirchen	geilenkirchen	Geilenkirchen,Stadt Geilenkirchen		DE	07	053	05370	05370012	27470	Europe/Berlin
6557547	Hückelhoven	hueckelhoven	Hueckelhoven,Hückelhoven,Stadt Hueckelhoven,Stadt Hückelhoven		DE	07	053	05370	05370020	40245	Europe/Berlin
6557548	Wassenberg	wassenberg	Stadt Wassenberg,Wassenberg		DE	07	053	05370	05370036	18630	Europe/Berlin
6557549	Bergneustadt	bergneustadt	Bergneustadt,Stadt Bergneustadt		DE	07	053	05374	05374004	18677	Europe/Berlin
6557550	Gummersbach	gummersbach	Gummersbach,Stadt Gummersbach		DE	07	053	05374	05374012	50952	Europe/Berlin
6557551	Hückeswagen	hueckeswagen	Hueckeswagen,Hückeswagen,Stadt Hueckeswagen,Stadt Hückeswagen		DE	07	053	05374	05374016	14958	Europe/Berlin
6557552	Radevormwald	radevormwald	Radevormwald,Stadt Radevormwald		DE	07	053	05374	05374036	21919	Europe/Berlin
6557553	Waldbröl	waldbroel	Stadt Waldbroel,Stadt Waldbröl,Waldbroel,Waldbröl		DE	07	053	05374	05374044	19553	Europe/Berlin
6557554	Wiehl	wiehl	Stadt Wiehl,Wiehl		DE	07	053	05374	05374048	25161	Europe/Berlin
6557555	Wipperfürth	wipperfuerth	Stadt Wipperfuerth,Stadt Wipperfürth,Wipperfuerth,Wipperfürth		DE	07	053	05374	05374052	20963	Europe/Berlin
6557556	Bergisch Gladbach	bergisch-gladbach	Bergis Gladbachas,Bergis Gladbax,Bergisch Gladbach,Bergish Gladbakh,Bergish-Gladbakh,Bergiš Gladbachas,Jlaebbisch,Jläbbisch,Stadt Bergisch Gladbach,bei er ji shi ge la de ba he,beleugisyugeullateubaheu,brgysh gladbakh,byrghysh ghladbakh,Бергиш Гладбах,Бергиш-Гладбах,Бергіш-Гладбах,Բերգիշ Գլադբախ,برگش گلیڈباخ,برگیش گلادباخ,بيرغيش غلادباخ,แบร์กิชกลัดบัค,ベルギッシュ・グラートバッハ,貝爾吉施格拉德巴赫,베르기슈글라트바흐		DE	07	053	05378	05378004	111846	Europe/Berlin
6557557	Burscheid	burscheid	Burscheid,Stadt Burscheid		DE	07	053	05378	05378008	18346	Europe/Berlin
6557558	Overath	overath	Overath,Stadt Overath		DE	07	053	05378	05378024	27100	Europe/Berlin
6557559	Rösrath	roesrath	Roesrath,Rösrath,Stadt Roesrath,Stadt Rösrath		DE	07	053	05378	05378028	28631	Europe/Berlin
6557560	Wermelskirchen	wermelskirchen	Stadt Wermelskirchen,Wermelskirchen		DE	07	053	05378	05378032	34719	Europe/Berlin
6557561	Bad Honnef	bad-honnef	Bad Honnef,Stadt Bad Honnef		DE	07	053	05382	05382008	25812	Europe/Berlin
6557562	Bornheim	bornheim	Bornheim,Stadt Bornheim		DE	07	053	05382	05382012	48321	Europe/Berlin
6557563	Königswinter	koenigswinter	Koenigswinter,Königswinter,Stadt Koenigswinter,Stadt Königswinter		DE	07	053	05382	05382024	41277	Europe/Berlin
6557564	Lohmar	lohmar	Lohmar,Stadt Lohmar		DE	07	053	05382	05382028	30453	Europe/Berlin
6557565	Meckenheim	meckenheim	Meckem,Meckenheim,Mekenkhajm,Mekkengajm,Mekkenkhajm,Stadt Meckenheim,mei ken hai mu,mknhaym,Мекенхајм,Меккенгайм,Меккенхайм,مكنهايم,مکنهایم,梅肯海姆		DE	07	053	05382	05382032	24817	Europe/Berlin
6557566	Niederkassel	niederkassel	Niederkassel,Stadt Niederkassel		DE	07	053	05382	05382044	38667	Europe/Berlin
6557567	Rheinbach	rheinbach	Rheinbach,Stadt Rheinbach		DE	07	053	05382	05382048	26986	Europe/Berlin
6557568	Sankt Augustin	sankt-augustin	Sankt Augustin,Stadt Sankt Augustin		DE	07	053	05382	05382056	55847	Europe/Berlin
6557569	Siegburg	siegburg	Siegburg,Stadt Siegburg		DE	07	053	05382	05382060	41554	Europe/Berlin
6557570	Troisdorf	troisdorf	Stadt Troisdorf,Troisdorf		DE	07	053	05382	05382068	74953	Europe/Berlin
6557571	Ahaus	ahaus	Ahaus,Stadt Ahaus		DE	07	055	05554	05554004	39381	Europe/Berlin
6557572	Bocholt	bocholt	Bocholt,Bokelt,Bokhol't,Bokholt,Stadt Bocholt,bo huo er te,bwkhwlt,bwshwlt  alman,Бохолт,Бохольт,بوخولت,بوشولت، آلمان,博霍爾特		DE	07	055	05554	05554008	71113	Europe/Berlin
6557573	Borken	borken	Borken,Stadt Borken,Боркен		DE	07	055	05554	05554012	42629	Europe/Berlin
6557574	Gescher	gescher	Gescher,Stadt Gescher		DE	07	055	05554	05554016	17254	Europe/Berlin
6557575	Isselburg	isselburg	Isselburg,Stadt Isselburg		DE	07	055	05554	05554032	10636	Europe/Berlin
6557576	Rhede	rhede	Rhede,Stadt Rhede		DE	07	055	05554	05554048	19299	Europe/Berlin
6557577	Stadtlohn	stadtlohn	Stadt Stadtlohn,Stadtlohn		DE	07	055	05554	05554056	20283	Europe/Berlin
6557578	Vreden	vreden	Stadt Vreden,Vreden		DE	07	055	05554	05554068	22670	Europe/Berlin
6557579	Billerbeck	billerbeck	Billerbeck,Stadt Billerbeck		DE	07	055	05558	05558008	11597	Europe/Berlin
6557580	Coesfeld	coesfeld	Coesfeld,Stadt Coesfeld		DE	07	055	05558	05558012	36257	Europe/Berlin
6557581	Dülmen	duelmen	Duelmen,Dülmen,Stadt Duelmen,Stadt Dülmen		DE	07	055	05558	05558016	46657	Europe/Berlin
6557582	Lüdinghausen	luedinghausen	Luedinghausen,Lüdinghausen,Stadt Luedinghausen,Stadt Lüdinghausen		DE	07	055	05558	05558024	24822	Europe/Berlin
6557583	Olfen	olfen	Olfen,Stadt Olfen		DE	07	055	05558	05558036	12923	Europe/Berlin
6557584	Castrop-Rauxel	castrop-rauxel	Castrop-Rauxel,Stadt Castrop-Rauxel		DE	07	055	05562	05562004	73343	Europe/Berlin
6557585	Datteln	datteln	Datteln,Stadt Datteln		DE	07	055	05562	05562008	34596	Europe/Berlin
6557586	Dorsten	dorsten	Dorsten,Stadt Dorsten		DE	07	055	05562	05562012	74704	Europe/Berlin
6557587	Gladbeck	gladbeck	Gladbeck,Stadt Gladbeck		DE	07	055	05562	05562014	75610	Europe/Berlin
6557588	Herten	herten	Herten,Stadt Herten		DE	07	055	05562	05562020	61821	Europe/Berlin
6557589	Marl	marl	Marl,Marl',Stadt Marl,ma er,marl,marl  alman,Марл,Марль,מארל,مارل,مارل، آلمان,马尔		DE	07	055	05562	05562024	84067	Europe/Berlin
6557590	Oer-Erkenschwick	oer-erkenschwick	Oer-Erkenschwick,Stadt Oer-Erkenschwick		DE	07	055	05562	05562028	31421	Europe/Berlin
6557591	Recklinghausen	recklinghausen	Recklinghausen,Reklingkhauzen,Stadt Recklinghausen,Реклингхаузен		DE	07	055	05562	05562032	111397	Europe/Berlin
6557592	Waltrop	waltrop	Stadt Waltrop,Waltrop		DE	07	055	05562	05562036	29328	Europe/Berlin
6557593	Emsdetten	emsdetten	Emsdetten,Stadt Emsdetten		DE	07	055	05566	05566008	36029	Europe/Berlin
6557594	Greven	greven	Greven,Stadt Greven		DE	07	055	05566	05566012	37753	Europe/Berlin
6557595	Hörstel	hoerstel	Hoerstel,Hörstel,Stadt Hoerstel,Stadt Hörstel		DE	07	055	05566	05566016	20344	Europe/Berlin
6557596	Horstmar	horstmar	Horstmar,Stadt Horstmar		DE	07	055	05566	05566024	6545	Europe/Berlin
6557597	Ibbenbüren	ibbenbueren	Ibbenbueren,Ibbenbüren,Stadt Ibbenbueren,Stadt Ibbenbüren		DE	07	055	05566	05566028	51822	Europe/Berlin
6557598	Lengerich	lengerich	Lengerich,Lengerikh,Stadt Lengerich,lnghrysh,lngrysh  wstfaln,lun ge li xi,Ленгерих,Ленгеріх,لنغريش,لنگریش، وستفالن,伦格里希		DE	07	055	05566	05566040	22660	Europe/Berlin
6557599	Ochtrup	ochtrup	Ochtrup,Stadt Ochtrup		DE	07	055	05566	05566068	19662	Europe/Berlin
6557600	Rheine	rheine	Rheine,Stadt Rheine		DE	07	055	05566	05566076	76218	Europe/Berlin
6557601	Steinfurt	steinfurt	Stadt Steinfurt,Steinfurt		DE	07	055	05566	05566084	34325	Europe/Berlin
6557602	Tecklenburg	tecklenburg	Stadt Tecklenburg,Tecklenburg		DE	07	055	05566	05566088	9070	Europe/Berlin
6557603	Ahlen	ahlen	Ahlen,Stadt Ahlen		DE	07	055	05570	05570004	52503	Europe/Berlin
6557604	Beckum	beckum	Beckum,Bekkum,Bekum,Biaekem,Biäkem,Stadt Beckum,bei ku mu,bkwm  alman,bykwm,Беккум,Бекум,بيكوم,بکوم، آلمان,贝库姆		DE	07	055	05570	05570008	36815	Europe/Berlin
6557605	Drensteinfurt	drensteinfurt	Drensteinfurt,Stadt Drensteinfurt		DE	07	055	05570	05570016	15556	Europe/Berlin
6557606	Ennigerloh	ennigerloh	Ennigerloh,Stadt Ennigerloh		DE	07	055	05570	05570020	19810	Europe/Berlin
6557607	Oelde	oelde	Oelde,Stadt Oelde		DE	07	055	05570	05570028	29238	Europe/Berlin
6557608	Sassenberg	sassenberg	Sassenberg,Stadt Sassenberg		DE	07	055	05570	05570036	14193	Europe/Berlin
6557609	Sendenhorst	sendenhorst	Sendenhorst,Stadt Sendenhorst		DE	07	055	05570	05570040	13193	Europe/Berlin
6557610	Telgte	telgte	Stadt Telgte,Telgte		DE	07	055	05570	05570044	19911	Europe/Berlin
6557611	Warendorf	warendorf	Stadt Warendorf,Varendorf,Warendorf,Варендорф		DE	07	055	05570	05570052	37157	Europe/Berlin
6557612	Borgholzhausen	borgholzhausen	Borgholzhausen,Stadt Borgholzhausen		DE	07	057	05754	05754004	8968	Europe/Berlin
6557613	Gütersloh	guetersloh	Gjuterslo,Guetersloh,Gütersloh,Stadt Guetersloh,Stadt Gütersloh,Гютерсло		DE	07	057	05754	05754008	100861	Europe/Berlin
6557614	Harsewinkel	harsewinkel	Harsewinkel,Stadt Harsewinkel		DE	07	057	05754	05754016	25163	Europe/Berlin
6557615	Rheda-Wiedenbrück	rheda-wiedenbrueck	Rheda-Wiedenbrueck,Rheda-Wiedenbrück,Stadt Rheda-Wiedenbrueck,Stadt Rheda-Wiedenbrück		DE	07	057	05754	05754028	48644	Europe/Berlin
6557616	Rietberg	rietberg	Rietberg,Stadt Rietberg		DE	07	057	05754	05754032	29545	Europe/Berlin
6557617	Schloß Holte-Stukenbrock	schloss-holte-stukenbrock	Schloss Holte-Stukenbrock,Schloß Holte-Stukenbrock,Stadt Schloss Holte-Stukenbrock,Stadt Schloß Holte-Stukenbrock		DE	07	057	05754	05754036	26872	Europe/Berlin
6557618	Versmold	versmold	Stadt Versmold,Versmold		DE	07	057	05754	05754048	21603	Europe/Berlin
6557619	Bünde	buende	Buende,Bünde,Stadt Buende,Stadt Bünde		DE	07	057	05758	05758004	45187	Europe/Berlin
6557620	Enger	enger	Ehnger,Enger,Stadt Enger,enga,Енгер,Энгер,エンガー		DE	07	057	05758	05758008	20490	Europe/Berlin
6557621	Herford	herford	Gerford,Herford,Kherford,Stadt Herford,Герфорд,Херфорд		DE	07	057	05758	05758012	66638	Europe/Berlin
6557622	Löhne	loehne	Loehne,Löhne,Stadt Loehne,Stadt Löhne		DE	07	057	05758	05758024	39915	Europe/Berlin
6557623	Spenge	spenge	Spenge,Stadt Spenge		DE	07	057	05758	05758032	14482	Europe/Berlin
6557624	Vlotho	vlotho	Stadt Vlotho,Vlotho		DE	07	057	05758	05758036	18380	Europe/Berlin
6557625	Bad Driburg	bad-driburg	Bad Driburg,Stadt Bad Driburg		DE	07	057	05762	05762004	18959	Europe/Berlin
6557626	Beverungen	beverungen	Beverungen,Stadt Beverungen		DE	07	057	05762	05762008	13103	Europe/Berlin
6557627	Borgentreich	borgentreich	Borgentreich,Stadt Borgentreich		DE	07	057	05762	05762012	8543	Europe/Berlin
6557628	Brakel	brakel	Brakel,Brakel',Stadt Brakel,brakl,brakl  alman,burakeru,Бракел,Бракель,براكل,براکل، آلمان,ブラーケル		DE	07	057	05762	05762016	16137	Europe/Berlin
6557629	Höxter	hoexter	Gekster,Hoexter,Höxter,Khjokster,Stadt Hoexter,Stadt Höxter,Гекстер,Хёкстер		DE	07	057	05762	05762020	28808	Europe/Berlin
6557630	Nieheim	nieheim	Nieheim,Stadt Nieheim		DE	07	057	05762	05762028	6084	Europe/Berlin
6557631	Steinheim	steinheim	Shtajngajm,Shtajnkhajm,Stadt Steinheim,Staime,Steinheim,ashtaynhaym  wstfaln,shi tai yin hai mu,shtaynhaym,shutainhaimu,Штайнгайм,Штайнхайм,Штајнхајм,اشتاینهایم، وستفالن,شتاينهايم,シュタインハイム,施泰因海姆		DE	07	057	05762	05762032	12528	Europe/Berlin
6557632	Warburg	warburg	Stadt Warburg,Warburg		DE	07	057	05762	05762036	23076	Europe/Berlin
6557633	Willebadessen	willebadessen	Stadt Willebadessen,Willebadessen		DE	07	057	05762	05762040	8111	Europe/Berlin
6557634	Bad Salzuflen	bad-salzuflen	Bad Salzuflen,Stadt Bad Salzuflen		DE	07	057	05766	05766008	54254	Europe/Berlin
6557635	Barntrup	barntrup	Barntrup,Stadt Barntrup		DE	07	057	05766	05766012	8501	Europe/Berlin
6557636	Blomberg	blomberg	Blomberg,Stadt Blomberg,blmbrg,blwmbrgh,buromuberuku,Бломберг,بلمبرگ,بلومبرغ,ブロムベルク		DE	07	057	05766	05766016	15115	Europe/Berlin
6557637	Horn-Bad Meinberg	horn-bad-meinberg	Gorn-Bad-Majnberg,Horn-Bad Meinberg,Khorn-Bad Majnberg,Khorn-Bad-Majnberg,Stadt Horn-Bad Meinberg,huo en-ba te mai en bei ge,hwrn-bad maynbrg,hwrn-bad maynbrgh,Горн-Бад-Майнберг,Хорн-Бад Мајнберг,Хорн-Бад-Майнберг,هورن-باد ماينبرغ,هورن-باد ماینبرگ,ホルン＝バート・マインベルク,霍恩-巴特迈恩贝格		DE	07	057	05766	05766032	17263	Europe/Berlin
6557638	Lage	lage	Lage,Stadt Lage		DE	07	057	05766	05766040	34858	Europe/Berlin
6557639	Lemgo	lemgo	Lemgo,Stadt Lemgo		DE	07	057	05766	05766044	40619	Europe/Berlin
6557640	Lügde	luegde	Luegde,Lügde,Stadt Luegde,Stadt Lügde		DE	07	057	05766	05766052	9390	Europe/Berlin
6557641	Oerlinghausen	oerlinghausen	Oerlinghausen,Stadt Oerlinghausen		DE	07	057	05766	05766056	17142	Europe/Berlin
6557642	Schieder-Schwalenberg	schieder-schwalenberg	Schieder-Schwalenberg,Shider-Shvalenberg,Stadt Schieder-Schwalenberg,shida=shuvu~arenberuku,shydr-ashwalnbrg,shydr-shfalnbrgh,xi de er-shi wa lun bei ge,Шидер-Шваленберг,شيدر-شفالنبرغ,شیدر-اشوالنبرگ,シーダー＝シュヴァーレンベルク,席德尔-施瓦伦贝格		DE	07	057	05766	05766060	8344	Europe/Berlin
6557643	Bad Oeynhausen	bad-oeynhausen	Bad Oeynhausen,Stadt Bad Oeynhausen		DE	07	057	05770	05770004	48604	Europe/Berlin
6557644	Espelkamp	espelkamp	Espelkamp,Stadt Espelkamp		DE	07	057	05770	05770008	24782	Europe/Berlin
6557645	Lübbecke	luebbecke	Luebbecke,Lübbecke,Stadt Luebbecke,Stadt Lübbecke		DE	07	057	05770	05770020	25541	Europe/Berlin
6557646	Minden	minden	Minden,Stadt Minden		DE	07	057	05770	05770024	81716	Europe/Berlin
6557647	Petershagen	petershagen	Petershagen,Stadt Petershagen		DE	07	057	05770	05770028	25119	Europe/Berlin
6557648	Porta Westfalica	porta-westfalica	Porta Vestfalika,Porta Westfalica,Porta-Vestfalika,Stadt Porta Westfalica,bo er ta wei si te fa li ka,bwrta fstfalyka,prta wstfalyka,Порта Вестфалика,Порта-Вестфалика,Порта-Вестфаліка,بورتا فستفاليكا,پرتا وستفالیکا,ポルタ・ヴェストファーリカ,波尔塔韦斯特法利卡		DE	07	057	05770	05770032	35631	Europe/Berlin
6557649	Preußisch Oldendorf	preussisch-oldendorf	Preussisch Oldendorf,Preußisch Oldendorf,Stadt Preussisch Oldendorf,Stadt Preußisch Oldendorf		DE	07	057	05770	05770036	12188	Europe/Berlin
6557650	Rahden	rahden	Rahden,Stadt Rahden		DE	07	057	05770	05770040	15402	Europe/Berlin
6557651	Bad Lippspringe	bad-lippspringe	Bad Lippspringe,Stadt Bad Lippspringe		DE	07	057	05774	05774008	16237	Europe/Berlin
6557652	Büren	bueren	Biren,Bjuren,Bueren,Büren,Stadt Bueren,Stadt Büren,bwrn,bywrn,Бирен,Бюрен,بورن,بيورن		DE	07	057	05774	05774016	21515	Europe/Berlin
6557653	Delbrück	delbrueck	Delbrueck,Delbrück,Stadt Delbrueck,Stadt Delbrück		DE	07	057	05774	05774020	31989	Europe/Berlin
6557654	Lichtenau	lichtenau	Lichtenau,Likhtenau,Stadt Lichtenau,lyshtnaw,rihitenau,Лихтенау,Ліхтенау,ليشتناو,لیشتناو,リヒテナウ		DE	07	057	05774	05774028	10570	Europe/Berlin
6557655	Paderborn	paderborn	Paderborn,Stadt Paderborn		DE	07	057	05774	05774032	151633	Europe/Berlin
6557656	Salzkotten	salzkotten	Salzkotten,Stadt Salzkotten		DE	07	057	05774	05774036	24956	Europe/Berlin
6557657	Bad Wünnenberg	bad-wuennenberg	Bad Wuennenberg,Bad Wünnenberg,Stadt Bad Wuennenberg,Stadt Bad Wünnenberg		DE	07	057	05774	05774040	12152	Europe/Berlin
6557658	Breckerfeld	breckerfeld	Breckerfeld,Stadt Breckerfeld		DE	07	059	05954	05954004	8943	Europe/Berlin
6557659	Ennepetal	ennepetal	Ennepetal,Stadt Ennepetal		DE	07	059	05954	05954008	30142	Europe/Berlin
6557660	Gevelsberg	gevelsberg	Gevelsberg,Stadt Gevelsberg		DE	07	059	05954	05954012	30701	Europe/Berlin
6557661	Hattingen	hattingen	Hattingen,Khatingen,Khattingen,Stadt Hattingen,ha ting gen,hatynghn,hatyngn,Хатинген,Хаттинген,هاتينغن,هاتینگن,ہیٹنگن,哈廷根		DE	07	059	05954	05954016	54438	Europe/Berlin
6557662	Herdecke	herdecke	Herdecke,Stadt Herdecke		DE	07	059	05954	05954020	22755	Europe/Berlin
6557663	Schwelm	schwelm	Schwelm,Stadt Schwelm,mdynt shwlm,shwlm,شولم,مدينة شولم		DE	07	059	05954	05954024	28537	Europe/Berlin
6557664	Sprockhövel	sprockhoevel	Sprockhoevel,Sprockhövel,Stadt Sprockhoevel,Stadt Sprockhövel		DE	07	059	05954	05954028	24739	Europe/Berlin
6557665	Wetter (Ruhr)	wetter-ruhr	Stadt Wetter (Ruhr),Wetter (Ruhr)		DE	07	059	05954	05954032	27392	Europe/Berlin
6557666	Witten	witten	Stadt Witten,Witten		DE	07	059	05954	05954036	96459	Europe/Berlin
6557667	Arnsberg	arnsberg	Arnsberg,Stadt Arnsberg		DE	07	059	05958	05958004	73456	Europe/Berlin
6557668	Brilon	brilon	Brilon,Stadt Brilon		DE	07	059	05958	05958012	25451	Europe/Berlin
6557669	Hallenberg	hallenberg	Hallenberg,Stadt Hallenberg		DE	07	059	05958	05958020	4465	Europe/Berlin
6557670	Marsberg	marsberg	Marsberg,Stadt Marsberg		DE	07	059	05958	05958024	19540	Europe/Berlin
6557671	Medebach	medebach	Medebach,Stadt Medebach		DE	07	059	05958	05958028	8000	Europe/Berlin
6557672	Meschede	meschede	Meschede,Stadt Meschede		DE	07	059	05958	05958032	29786	Europe/Berlin
6557673	Olsberg	olsberg	Ol'sberg,Olsberg,Stadt Olsberg,alsbrg  alman,ao er si bei ge,awlsbrgh,Олсберг,Ольсберг,أولسبرغ,السبرگ، آلمان,奥尔斯贝格		DE	07	059	05958	05958036	14430	Europe/Berlin
6557674	Schmallenberg	schmallenberg	Schmallenberg,Stadt Schmallenberg		DE	07	059	05958	05958040	24852	Europe/Berlin
6557675	Winterberg	winterberg	Stadt Winterberg,Winterberg		DE	07	059	05958	05958048	12638	Europe/Berlin
6557676	Altena	altena	Altena,Stadt Altena		DE	07	059	05962	05962004	16718	Europe/Berlin
6557677	Balve	balve	Balve,Stadt Balve		DE	07	059	05962	05962008	11201	Europe/Berlin
6557678	Halver	halver	Halver,Stadt Halver		DE	07	059	05962	05962012	16083	Europe/Berlin
6557679	Hemer	hemer	Hemer,Stadt Hemer		DE	07	059	05962	05962016	34062	Europe/Berlin
6557680	Iserlohn	iserlohn	Iserlohn,Stadt Iserlohn		DE	07	059	05962	05962024	92174	Europe/Berlin
6557681	Kierspe	kierspe	Kierspe,Stadt Kierspe		DE	07	059	05962	05962028	16119	Europe/Berlin
6557682	Lüdenscheid	luedenscheid	Luedenscheid,Lüdenscheid,Stadt Luedenscheid,Stadt Lüdenscheid		DE	07	059	05962	05962032	72313	Europe/Berlin
6557683	Meinerzhagen	meinerzhagen	Meinerzhagen,Stadt Meinerzhagen		DE	07	059	05962	05962036	20367	Europe/Berlin
6557684	Neuenrade	neuenrade	Neuenrade,Stadt Neuenrade		DE	07	059	05962	05962048	11889	Europe/Berlin
6557685	Plettenberg	plettenberg	Plettenberg,Stadt Plettenberg		DE	07	059	05962	05962052	25237	Europe/Berlin
6557686	Werdohl	werdohl	Stadt Werdohl,Werdohl		DE	07	059	05962	05962060	17657	Europe/Berlin
6557687	Attendorn	attendorn	Attendorn,Stadt Attendorn		DE	07	059	05966	05966004	24264	Europe/Berlin
6557688	Drolshagen	drolshagen	Drolshagen,Stadt Drolshagen		DE	07	059	05966	05966008	11783	Europe/Berlin
6557689	Lennestadt	lennestadt	Lennestadt,Stadt Lennestadt		DE	07	059	05966	05966020	25308	Europe/Berlin
6557690	Olpe	olpe	Ol'pe,Olpe,Stadt Olpe,alph  alman,ao er po,awlbh,Олпе,Ольпе,أولبه,الپه، آلمان,奧爾珀		DE	07	059	05966	05966024	24551	Europe/Berlin
6557691	Freudenberg	freudenberg	Freudenberg,Frojdenberg,Stadt Freudenberg,frwydnbrgh,fu luo yi deng bei ge,Фройденберг,Фројденберг,فرويدنبرغ,فرویدن‌برگ,弗罗伊登贝格		DE	07	059	05970	05970016	17711	Europe/Berlin
6557692	Hilchenbach	hilchenbach	Hilchenbach,Stadt Hilchenbach		DE	07	059	05970	05970020	14801	Europe/Berlin
6557693	Kreuztal	kreuztal	Kreuztal,Stadt Kreuztal		DE	07	059	05970	05970024	31122	Europe/Berlin
6557694	Bad Laasphe	bad-laasphe	Bad Laasphe,Stadt Bad Laasphe		DE	07	059	05970	05970028	13504	Europe/Berlin
6557695	Netphen	netphen	Netphen,Stadt Netphen		DE	07	059	05970	05970032	23081	Europe/Berlin
6557696	Siegen	siegen	Siegen,Stadt Siegen		DE	07	059	05970	05970040	102770	Europe/Berlin
6557697	Erwitte	erwitte	Erwitte,Stadt Erwitte		DE	07	059	05974	05974016	16065	Europe/Berlin
6557698	Geseke	geseke	Geseke,Stadt Geseke		DE	07	059	05974	05974020	21422	Europe/Berlin
6557699	Lippstadt	lippstadt	Lippstadt,Stadt Lippstadt		DE	07	059	05974	05974028	67952	Europe/Berlin
6557700	Rüthen	ruethen	Ruethen,Rüthen,Stadt Ruethen,Stadt Rüthen		DE	07	059	05974	05974036	10826	Europe/Berlin
6557701	Soest	soest	Gorad Zost,Saust,Soest,Stadt Soest,Zest,Zost,suo si te,zosuto,zwst,zwyst  alman,Горад Зост,Зест,Зост,زوئست، آلمان,زوست,ゾースト,索斯特		DE	07	059	05974	05974040	47514	Europe/Berlin
6557702	Warstein	warstein	Stadt Warstein,Warstein		DE	07	059	05974	05974044	24643	Europe/Berlin
6557703	Werl	werl	Stadt Werl,Werl		DE	07	059	05974	05974052	30767	Europe/Berlin
6557704	Bergkamen	bergkamen	Bergkamen,Stadt Bergkamen		DE	07	059	05978	05978004	48740	Europe/Berlin
6557705	Kamen	kamen	Kamen,Stadt Kamen		DE	07	059	05978	05978020	43023	Europe/Berlin
6557706	Lünen	luenen	Luenen,Lünen,Stadt Luenen,Stadt Lünen		DE	07	059	05978	05978024	86348	Europe/Berlin
6557707	Schwerte	schwerte	Schwerte,Stadt Schwerte		DE	07	059	05978	05978028	46195	Europe/Berlin
6557708	Unna	unna	Stadt Unna,Unna		DE	07	059	05978	05978036	58936	Europe/Berlin
6557709	Werne	werne	Stadt Werne,Werne		DE	07	059	05978	05978040	29717	Europe/Berlin
6557710	Bensheim	bensheim	Bensheim,Stadt Bensheim		DE	05	064	06431	06431002	40756	Europe/Berlin
6557711	Bürstadt	buerstadt	Buerstadt,Bürstadt,Stadt Buerstadt,Stadt Bürstadt		DE	05	064	06431	06431005	16453	Europe/Berlin
6557712	Lampertheim	lampertheim	Lampertheim,Stadt Lampertheim		DE	05	064	06431	06431013	32598	Europe/Berlin
6557713	Lindenfels	lindenfels	Lindenfels,Stadt Lindenfels		DE	05	064	06431	06431015	5105	Europe/Berlin
6557714	Lorsch	lorsch	Lorsch,Stadt Lorsch		DE	05	064	06431	06431016	13703	Europe/Berlin
6557715	Neckarsteinach	neckarsteinach	Neckarsteinach,Stadt Neckarsteinach		DE	05	064	06431	06431018	3860	Europe/Berlin
6557716	Viernheim	viernheim	Stadt Viernheim,Viernheim		DE	05	064	06431	06431020	34315	Europe/Berlin
6557717	Zwingenberg	zwingenberg	Cvingenberg,Stadt Zwingenberg,Zwingenberg,ci wen gen bei ge,tsfynghnbrgh,tsuvu~ingenberuku,tswyngnbrg,Цвингенберг,Цвінгенберг,تسفينغنبرغ,تسوینگنبرگ,ツヴィンゲンベルク,茨温根贝格		DE	05	064	06431	06431022	7213	Europe/Berlin
6557718	Babenhausen	babenhausen	Babengauzen,Babenhausen,Babenkhauzen,Stadt Babenhausen,ba ben hao sen,babenhauzen,babnhawzn,Бабенгаузен,Бабенхаузен,بابنهاوزن,بابن‌هاوزن,バーベンハウゼン,巴本豪森		DE	05	064	06432	06432002	16940	Europe/Berlin
6557719	Dieburg	dieburg	Dieburg,Stadt Dieburg		DE	05	064	06432	06432004	15566	Europe/Berlin
6557720	Griesheim	griesheim	Gorad Gryskhajm,Griesheim,Grisgajm,Griskhajm,Stadt Griesheim,ge li si hai mu,ghryshaym,gryzhaym,gurisuhaimu,Горад Грысхайм,Грисхайм,Грисхајм,Грісгайм,غريسهايم,گریزهایم,グリースハイム,格里斯海姆		DE	05	064	06432	06432008	27473	Europe/Berlin
6557721	Groß-Bieberau	gross-bieberau	Gross-Bieberau,Groß-Bieberau,Stadt Gross-Bieberau,Stadt Groß-Bieberau		DE	05	064	06432	06432009	4656	Europe/Berlin
6557722	Groß-Umstadt	gross-umstadt	Gross-Umstadt,Groß-Umstadt,Stadt Gross-Umstadt,Stadt Groß-Umstadt		DE	05	064	06432	06432010	21251	Europe/Berlin
6557723	Ober-Ramstadt	ober-ramstadt	Ober-Ramstadt,Stadt Ober-Ramstadt		DE	05	064	06432	06432016	15166	Europe/Berlin
6557724	Pfungstadt	pfungstadt	Pfungstadt,Stadt Pfungstadt		DE	05	064	06432	06432018	25096	Europe/Berlin
6557725	Reinheim	reinheim	Reinheim,Stadt Reinheim		DE	05	064	06432	06432019	16416	Europe/Berlin
6557726	Weiterstadt	weiterstadt	Stadt Weiterstadt,Weiterstadt		DE	05	064	06432	06432023	26052	Europe/Berlin
6557727	Groß-Gerau	gross-gerau	Gross-Gerau,Groß-Gerau,Stadt Gross-Gerau,Stadt Groß-Gerau		DE	05	064	06433	06433006	25559	Europe/Berlin
6557728	Kelsterbach	kelsterbach	Kelsterbach,Stadt Kelsterbach		DE	05	064	06433	06433007	17029	Europe/Berlin
6557729	Mörfelden-Walldorf	moerfelden-walldorf	Gorad Mjorfel'dehn-Val'dorf,Merfelden-Valdorf,Mjorfel'den-Val'dorf,Moerfelden-Walldorf,Mörfelden-Walldorf,Stadt Moerfelden-Walldorf,Stadt Mörfelden-Walldorf,meruferuden=vu~arudorufu,mo er fei er deng-wa er duo er fu,mwrfldn-waldwrf,Горад Мёрфельдэн-Вальдорф,Мерфелден-Валдорф,Мёрфельден-Вальдорф,مورفلدن-والدورف,メルフェルデン＝ヴァルドルフ,默尔费尔登-瓦尔多尔夫		DE	05	064	06433	06433008	34891	Europe/Berlin
6557730	Rüsselsheim	ruesselsheim	Ruesselsheim,Rüsselsheim,Stadt Ruesselsheim,Stadt Rüsselsheim		DE	05	064	06433	06433012	65881	Europe/Berlin
6557731	Friedrichsdorf	friedrichsdorf	Friedrichsdorf,Stadt Friedrichsdorf		DE	05	064	06434	06434002	25234	Europe/Berlin
6557732	Kronberg im Taunus	kronberg-im-taunus	Cronberg im Taunus,Kronberg,Kronberg im Taunus,Stadt Kronberg im Taunus		DE	05	064	06434	06434006	18255	Europe/Berlin
6557733	Steinbach (Taunus)	steinbach-taunus	Stadt Steinbach (Taunus),Steinbach (Taunus)		DE	05	064	06434	06434010	10665	Europe/Berlin
6557734	Usingen	usingen	Stadt Usingen,Usingen		DE	05	064	06434	06434011	14743	Europe/Berlin
6557735	Bad Orb	bad-orb	Bad Orb,Bad-Orb,Stadt Bad Orb,ba de ao er bu,bad awrb,Бад Орб,Бад-Орб,باد اورب,バート・オルプ,巴德奥尔布		DE	05	064	06435	06435001	10172	Europe/Berlin
6557736	Bad Soden-Salmünster	bad-soden-salmuenster	Bad Soden-Salmuenster,Bad Soden-Salmünster,Stadt Bad Soden-Salmuenster,Stadt Bad Soden-Salmünster		DE	05	064	06435	06435002	13439	Europe/Berlin
6557737	Bruchköbel	bruchkoebel	Bruchkoebel,Bruchköbel,Stadt Bruchkoebel,Stadt Bruchköbel		DE	05	064	06435	06435006	20471	Europe/Berlin
6557738	Hanau	hanau	Hanau,Stadt Hanau,hanaw,hanw,mdynt hanw,مدينة هانو,هانو,هَانَو		DE	05	064	06435	06435014	96492	Europe/Berlin
6557739	Langenselbold	langenselbold	Langenselbold,Stadt Langenselbold		DE	05	064	06435	06435017	14127	Europe/Berlin
6557740	Maintal	maintal	Maintal,Stadt Maintal		DE	05	064	06435	06435019	39553	Europe/Berlin
6557741	Nidderau	nidderau	Nidderau,Stadt Nidderau		DE	05	064	06435	06435021	20601	Europe/Berlin
6557742	Schlüchtern	schluechtern	Schluechtern,Schlüchtern,Stadt Schluechtern,Stadt Schlüchtern		DE	05	064	06435	06435025	15894	Europe/Berlin
6557743	Steinau an der Straße	steinau-an-der-strasse	Stadt Steinau an der Strasse,Stadt Steinau an der Straße,Steinau an der Strasse,Steinau an der Straße		DE	05	064	06435	06435028	10190	Europe/Berlin
6557744	Wächtersbach	waechtersbach	Stadt Waechtersbach,Stadt Wächtersbach,Vekhtersbakh,Waechtersbach,Wächtersbach,vu~ehitasubahha,wei xi te er si ba he,wstrzbakh,Вехтерсбах,وسترزباخ,ヴェヒタースバッハ,韦希特尔斯巴赫		DE	05	064	06435	06435029	12640	Europe/Berlin
6557745	Bad Soden am Taunus	bad-soden-am-taunus	Bad Soden am Taunus,Stadt Bad Soden am Taunus		DE	05	064	06436	06436001	22855	Europe/Berlin
6557746	Eppstein	eppstein	Eppstein,Stadt Eppstein		DE	05	064	06436	06436002	13692	Europe/Berlin
6557747	Eschborn	eschborn	Eschborn,Stadt Eschborn		DE	05	064	06436	06436003	21609	Europe/Berlin
6557748	Hochheim am Main	hochheim-am-main	Hochheim am Main,Stadt Hochheim am Main		DE	05	064	06436	06436006	17945	Europe/Berlin
6557749	Kelkheim (Taunus)	kelkheim-taunus	Kelkheim (Taunus),Stadt Kelkheim (Taunus)		DE	05	064	06436	06436008	29075	Europe/Berlin
6557750	Schwalbach am Taunus	schwalbach-am-taunus	Schwalbach am Taunus,Shval'bakh,Shvalbakh am Taunus,Stadt Schwalbach am Taunus,shwalbakh am tanws,si xi wa er ba a mu tao nu si,Швалбах ам Таунус,Швальбах,شوالباخ آم تانوس,シュヴァルバッハ・アム・タウヌス,斯希瓦尔巴阿姆陶努斯		DE	05	064	06436	06436011	15300	Europe/Berlin
6557751	Bad König	bad-koenig	Bad Koenig,Bad König,Stadt Bad Koenig,Stadt Bad König		DE	05	064	06437	06437001	9759	Europe/Berlin
6557753	Michelstadt	michelstadt	Michelstadt,Stadt Michelstadt		DE	05	064	06437	06437011	16007	Europe/Berlin
6557754	Dreieich	dreieich	Dreieich,Stadt Dreieich		DE	05	064	06438	06438002	42102	Europe/Berlin
6557755	Heusenstamm	heusenstamm	Heusenstamm,Stadt Heusenstamm		DE	05	064	06438	06438005	18956	Europe/Berlin
6557756	Neu-Isenburg	neu-isenburg	Neu-Isenburg,Stadt Neu-Isenburg		DE	05	064	06438	06438009	38105	Europe/Berlin
6557757	Obertshausen	obertshausen	Obertshausen,Stadt Obertshausen		DE	05	064	06438	06438010	24982	Europe/Berlin
6557758	Seligenstadt	seligenstadt	Seligenstadt,Stadt Seligenstadt		DE	05	064	06438	06438013	21267	Europe/Berlin
6557759	Eltville am Rhein	eltville-am-rhein	Eltville am Rhein,Stadt Eltville am Rhein		DE	05	064	06439	06439003	16971	Europe/Berlin
6557760	Geisenheim	geisenheim	Geisenheim,Stadt Geisenheim		DE	05	064	06439	06439004	11634	Europe/Berlin
6557761	Idstein	idstein	Idstein,Stadt Idstein		DE	05	064	06439	06439008	24997	Europe/Berlin
6557762	Lorch	lorch	Lorch,Lorkh,Stadt Lorch,lrsh,luo he,Лорх,لرش,洛赫		DE	05	064	06439	06439010	3798	Europe/Berlin
6557763	Oestrich-Winkel	oestrich-winkel	Oestrich-Winkel,Stadt Oestrich-Winkel		DE	05	064	06439	06439012	11849	Europe/Berlin
6557764	Rüdesheim am Rhein	ruedesheim-am-rhein	Rudesheim,Ruedesheim am Rhein,Rüdesheim am Rhein,Stadt Ruedesheim am Rhein,Stadt Rüdesheim am Rhein		DE	05	064	06439	06439013	9949	Europe/Berlin
6557765	Taunusstein	taunusstein	Stadt Taunusstein,Taunusstein		DE	05	064	06439	06439015	30050	Europe/Berlin
6557766	Bad Nauheim	bad-nauheim	Bad Nauhaym,Bad Nauheim,Bad Naukhajm,Bad-Naugajm,Bad-Naukhajm,Stadt Bad Nauheim,ba te nao hai mu,bad nawhaym,bad nwahaym,Бад Наухајм,Бад-Наугайм,Бад-Наухайм,Բադ Նաուհայմ,باد ناوهايم,باد نواهایم,バート・ナウハイム,巴特瑙海姆		DE	05	064	06440	06440002	32447	Europe/Berlin
6557767	Bad Vilbel	bad-vilbel	Bad Vilbel,Stadt Bad Vilbel		DE	05	064	06440	06440003	34216	Europe/Berlin
6557768	Büdingen	buedingen	Budingen,Buedingen,Büdingen,Stadt Buedingen,Stadt Büdingen		DE	05	064	06440	06440004	22436	Europe/Berlin
6557769	Butzbach	butzbach	Butzbach,Stadt Butzbach		DE	05	064	06440	06440005	26432	Europe/Berlin
6557770	Gedern	gedern	Gedern,Stadt Gedern		DE	05	064	06440	06440009	7277	Europe/Berlin
6557771	Karben	karben	Karben,Stadt Karben		DE	05	064	06440	06440012	22436	Europe/Berlin
6557772	Münzenberg	muenzenberg	Muenzenberg,Münzenberg,Stadt Muenzenberg,Stadt Münzenberg		DE	05	064	06440	06440015	5777	Europe/Berlin
6557773	Nidda	nidda	Nida,Nidda,Stadt Nidda,ni da,nidda,nyda,nyda  hsn,Нида,Нидда,Нідда,نيدا,نیدا، هسن,ニッダ,尼达		DE	05	064	06440	06440016	17203	Europe/Berlin
6557774	Ortenberg	ortenberg	Ortenberg,Stadt Ortenberg,ao er teng bei ge,artnbrg,awrtnbrgh,orutenberuku,Ортенберг,أورتنبرغ,ارتنبرگ,オルテンベルク,奥尔滕贝格		DE	05	064	06440	06440019	8970	Europe/Berlin
6557775	Allendorf (Lumda)	allendorf-lumda	Allendorf (Lumda),Stadt Allendorf (Lumda)		DE	05	065	06531	06531001	4067	Europe/Berlin
6557776	Grünberg	gruenberg	Grinberg,Grjunberg,Gruenberg,Grünberg,Stadt Gruenberg,Stadt Grünberg,ge lin bei ge,ghrwnbrgh,grwnbrg  hsn,guryunberuku,Гринберг,Грюнберг,غرونبرغ,گرونبرگ، هسن,グリューンベルク,格林贝格		DE	05	065	06531	06531006	13612	Europe/Berlin
6557777	Hungen	hungen	Hungen,Stadt Hungen		DE	05	065	06531	06531008	12596	Europe/Berlin
6557778	Laubach	laubach	Laubach,Stadt Laubach		DE	05	065	06531	06531010	9598	Europe/Berlin
6557779	Lich	lich	Lich,Likh,Stadt Lich,li xi,lysh,rihi,Лих,Ліх,ليش,لیش,リヒ,利希		DE	05	065	06531	06531011	13795	Europe/Berlin
6557780	Lollar	lollar	Lollar,Stadt Lollar		DE	05	065	06531	06531013	10309	Europe/Berlin
6557781	Staufenberg	staufenberg	Shtaufenberg,Stadt Staufenberg,Staufenberg,ashtawfnbrg,shtawfnbrgh,shutaufenberuku,Штауфенберг,اشتاوفنبرگ,شتاوفنبرغ,シュタウフェンベルク		DE	05	065	06531	06531017	8471	Europe/Berlin
6557782	Aßlar	asslar	Asslar,Aßlar,Stadt Asslar,Stadt Aßlar		DE	05	065	06532	06532001	13682	Europe/Berlin
6557783	Dillenburg	dillenburg	Dillenburg,Stadt Dillenburg		DE	05	065	06532	06532006	23209	Europe/Berlin
6557784	Haiger	haiger	Haiger,Stadt Haiger		DE	05	065	06532	06532011	19382	Europe/Berlin
6557785	Herborn	herborn	Herborn,Stadt Herborn		DE	05	065	06532	06532012	20543	Europe/Berlin
6557786	Leun	leun	Leun,Stadt Leun		DE	05	065	06532	06532016	5749	Europe/Berlin
6557787	Wetzlar	wetzlar	Stadt Wetzlar,Wetzlar		DE	05	065	06532	06532023	52955	Europe/Berlin
6557788	Bad Camberg	bad-camberg	Bad Camberg,Stadt Bad Camberg		DE	05	065	06533	06533003	14221	Europe/Berlin
6557789	Hadamar	hadamar	Hadamar,Stadt Hadamar		DE	05	065	06533	06533007	12528	Europe/Berlin
6557790	Runkel	runkel	Runkel,Stadt Runkel		DE	05	065	06533	06533013	9343	Europe/Berlin
6557791	Weilburg	weilburg	Stadt Weilburg,Weilburg		DE	05	065	06533	06533017	12973	Europe/Berlin
6557792	Amöneburg	amoeneburg	Amoeneburg,Amöneburg,Stadt Amoeneburg,Stadt Amöneburg		DE	05	065	06534	06534001	5047	Europe/Berlin
6557793	Biedenkopf	biedenkopf	Biedenkopf,Stadt Biedenkopf		DE	05	065	06534	06534004	13588	Europe/Berlin
6557794	Gladenbach	gladenbach	Gladenbach,Stadt Gladenbach		DE	05	065	06534	06534010	12264	Europe/Berlin
6557795	Kirchhain	kirchhain	Kirchhain,Stadt Kirchhain		DE	05	065	06534	06534011	16290	Europe/Berlin
6557796	Neustadt (Hessen)	neustadt-hessen	Neustadt (Hessen),Stadt Neustadt (Hessen)		DE	05	065	06534	06534016	9945	Europe/Berlin
6557797	Rauschenberg	rauschenberg	Rauschenberg,Stadt Rauschenberg		DE	05	065	06534	06534017	4408	Europe/Berlin
6557798	Stadtallendorf	stadtallendorf	Stadt Stadtallendorf,Stadtallendorf		DE	05	065	06534	06534018	21391	Europe/Berlin
6557799	Alsfeld	alsfeld	Alsfeld,Stadt Alsfeld		DE	05	065	06535	06535001	16037	Europe/Berlin
6557800	Grebenau	grebenau	Grebenau,Stadt Grebenau		DE	05	065	06535	06535006	2381	Europe/Berlin
6557801	Herbstein	herbstein	Herbstein,Stadt Herbstein		DE	05	065	06535	06535008	4692	Europe/Berlin
6557802	Homberg (Ohm)	homberg-ohm	Homberg (Ohm),Stadt Homberg (Ohm)		DE	05	065	06535	06535009	7427	Europe/Berlin
6557803	Kirtorf	kirtorf	Kirtorf,Stadt Kirtorf		DE	05	065	06535	06535010	3150	Europe/Berlin
6557804	Romrod	romrod	Romrod,Stadt Romrod		DE	05	065	06535	06535014	2627	Europe/Berlin
6557805	Schlitz	schlitz	Schlitz,Stadt Schlitz		DE	05	065	06535	06535015	9702	Europe/Berlin
6557806	Schotten	schotten	Schotten,Shoten,Shotten,Stadt Schotten,shao teng,shotten,shtn,shwtn,Шотен,Шоттен,شتن,شوتن,ショッテン,绍滕		DE	05	065	06535	06535016	10073	Europe/Berlin
6557807	Ulrichstein	ulrichstein	Stadt Ulrichstein,Ul'rikhshtajn,Ulrichstein,Ulrikhshtajn,awlryshtayn,ururihishutain,wu er li xi si tai yin,Улрихштајн,Ульрихштайн,Ульріхштайн,أولريشتاين,اولریش‌اشتاین,ウルリヒシュタイン,乌尔里希斯泰因		DE	05	065	06535	06535018	2946	Europe/Berlin
6557808	Fulda	fulda	Ful'da,Fulda,Stadt Fulda,Фульда		DE	05	066	06631	06631009	68635	Europe/Berlin
6557809	Hünfeld	huenfeld	Huenfeld,Hünfeld,Stadt Huenfeld,Stadt Hünfeld		DE	05	066	06631	06631015	16616	Europe/Berlin
6557810	Bebra	bebra	Bebra,Stadt Bebra		DE	05	066	06632	06632003	13934	Europe/Berlin
6557811	Heringen (Werra)	heringen-werra	Heringen (Werra),Stadt Heringen (Werra)		DE	05	066	06632	06632009	7153	Europe/Berlin
6557812	Bad Karlshafen	bad-karlshafen	Bad Karlshafen,Stadt Bad Karlshafen		DE	05	066	06633	06633002	3644	Europe/Berlin
6557813	Baunatal	baunatal	Baunatal,Stadt Baunatal		DE	05	066	06633	06633003	27755	Europe/Berlin
6557814	Grebenstein	grebenstein	Grebenstein,Stadt Grebenstein		DE	05	066	06633	06633010	5730	Europe/Berlin
6557815	Hofgeismar	hofgeismar	Hofgeismar,Stadt Hofgeismar		DE	05	066	06633	06633013	15268	Europe/Berlin
6557816	Immenhausen	immenhausen	Immenhausen,Stadt Immenhausen		DE	05	066	06633	06633014	7053	Europe/Berlin
6557817	Liebenau	liebenau	Lebenogge,Libenau,Liebenau,Stadt Liebenau,lybnaw,lybnaw  hsn,ribenau,Либенау,Лібенау,ليبناو,لیبناو، هسن,リーベナウ		DE	05	066	06633	06633016	3005	Europe/Berlin
6557818	Naumburg	naumburg	Gorad Naumburg,Naumburg,Stadt Naumburg,naumuburuku,nawmbwrg,nawmbwrgh,nuo yin bao,Горад Наўмбург,Наумбург,ناومبورغ,ناومبورگ,ナウムブルク,诺因堡		DE	05	066	06633	06633018	5026	Europe/Berlin
6557819	Trendelburg	trendelburg	Stadt Trendelburg,Trendelburg		DE	05	066	06633	06633025	4892	Europe/Berlin
6557820	Vellmar	vellmar	Stadt Vellmar,Vellmar		DE	05	066	06633	06633026	18207	Europe/Berlin
6557821	Wolfhagen	wolfhagen	Stadt Wolfhagen,Wolfhagen		DE	05	066	06633	06633028	13022	Europe/Berlin
6557822	Zierenberg	zierenberg	Stadt Zierenberg,Zierenberg		DE	05	066	06633	06633029	6572	Europe/Berlin
6557823	Felsberg	felsberg	Fel'sberg,Felsberg,Stadt Felsberg,ferusuberuku,flsbrg,flsbrgh,Фелсберг,Фельсберг,فلسبرغ,فلسبرگ,フェルスベルク		DE	05	066	06634	06634003	10669	Europe/Berlin
6557824	Gudensberg	gudensberg	Gudensberg,Stadt Gudensberg		DE	05	066	06634	06634007	9710	Europe/Berlin
6557825	Melsungen	melsungen	Melsungen,Stadt Melsungen		DE	05	066	06634	06634014	13689	Europe/Berlin
6557826	Neukirchen	neukirchen	Neukirchen,Nojkirkhen,Stadt Neukirchen,noikiruhyen,nwykyrshn,Нойкирхен,Нойкірхен,Нојкирхен,نويكيرشن,نویکیرشن,ノイキルヒェン		DE	05	066	06634	06634017	6946	Europe/Berlin
6557827	Niedenstein	niedenstein	Niedenstein,Stadt Niedenstein		DE	05	066	06634	06634018	5299	Europe/Berlin
6557828	Schwalmstadt	schwalmstadt	Schwalmstadt,Stadt Schwalmstadt		DE	05	066	06634	06634022	18019	Europe/Berlin
6557829	Schwarzenborn	schwarzenborn	Schwarzenborn,Shvarcenborn,Stadt Schwarzenborn,shfartsnbwrn,shuvu~arutsu~enborun,shwartsnbwrn,Шварценборн,شفارتسنبورن,شوارتسنبورن,シュヴァルツェンボルン		DE	05	066	06634	06634023	1159	Europe/Berlin
6557830	Bad Arolsen	bad-arolsen	Bad Arolsen,Stadt Bad Arolsen		DE	05	066	06635	06635002	15382	Europe/Berlin
6557831	Bad Wildungen	bad-wildungen	Bad Wildungen,Stadt Bad Wildungen		DE	05	066	06635	06635003	17264	Europe/Berlin
6557832	Battenberg (Eder)	battenberg-eder	Battenberg (Eder),Stadt Battenberg (Eder)		DE	05	066	06635	06635004	5325	Europe/Berlin
6557833	Frankenau	frankenau	Frankenau,Stadt Frankenau		DE	05	066	06635	06635010	2902	Europe/Berlin
6557834	Frankenberg (Eder)	frankenberg-eder	Frankenberg (Eder),Stadt Frankenberg (Eder)		DE	05	066	06635	06635011	17689	Europe/Berlin
6557835	Gemünden (Wohra)	gemuenden-wohra	Gemuenden (Wohra),Gemünden (Wohra),Stadt Gemuenden (Wohra),Stadt Gemünden (Wohra)		DE	05	066	06635	06635012	3830	Europe/Berlin
6557836	Hatzfeld (Eder)	hatzfeld-eder	Hatzfeld (Eder),Stadt Hatzfeld (Eder)		DE	05	066	06635	06635014	2940	Europe/Berlin
6557837	Rosenthal	rosenthal	Rosenthal,Rozental,Rozental',Stadt Rosenthal,rozentaru,rwzntal,rzntal,Розентал,Розенталь,رزنتال,روزنتال,ローゼンタール		DE	05	066	06635	06635017	2165	Europe/Berlin
6557838	Volkmarsen	volkmarsen	Stadt Volkmarsen,Volkmarsen		DE	05	066	06635	06635020	6746	Europe/Berlin
6557839	Waldeck	waldeck	Stadt Waldeck,Val'dek,Valdek,Waldeck,faldk,vu~arudekku,wa er de ke,waldk  hsn,Валдек,Вальдек,فالدك,والدک، هسن,ヴァルデック,瓦尔德克		DE	05	066	06635	06635021	6742	Europe/Berlin
6557840	Bad Sooden-Allendorf	bad-sooden-allendorf	Bad Sooden-Allendorf,Stadt Bad Sooden-Allendorf		DE	05	066	06636	06636001	8631	Europe/Berlin
6557841	Großalmerode	grossalmerode	Grossalmerode,Großalmerode,Stadt Grossalmerode,Stadt Großalmerode		DE	05	066	06636	06636004	6408	Europe/Berlin
6557842	Hessisch Lichtenau	hessisch-lichtenau	Hessisch Lichtenau,Stadt Hessisch Lichtenau		DE	05	066	06636	06636006	12431	Europe/Berlin
6557843	Sontra	sontra	Sontra,Stadt Sontra,mdynt zwntra,zwntra,زونترا,مدينة زونترا		DE	05	066	06636	06636011	7826	Europe/Berlin
6557844	Waldkappel	waldkappel	Stadt Waldkappel,Waldkappel		DE	05	066	06636	06636012	4234	Europe/Berlin
6557845	Wanfried	wanfried	Stadt Wanfried,Vanfrid,Wanfried,vu~anfurito,wan fu li de,wanfryd,Ванфрид,وانفرید,ヴァンフリート,万夫里德		DE	05	066	06636	06636013	4174	Europe/Berlin
6557846	Witzenhausen	witzenhausen	Stadt Witzenhausen,Witzenhausen		DE	05	066	06636	06636016	15126	Europe/Berlin
6557847	Adenau	adenau	Adenau,Stadt Adenau		DE	08	00	07131	07131001	2943	Europe/Berlin
6557848	Bad Breisig	bad-breisig	Bad Breisig,Stadt Bad Breisig		DE	08	00	07131	07131006	9531	Europe/Berlin
6557849	Bad Neuenahr-Ahrweiler	bad-neuenahr-ahrweiler	Bad Neuenahr-Ahrweiler,Stadt Bad Neuenahr-Ahrweiler		DE	08	00	07131	07131007	28468	Europe/Berlin
6557850	Remagen	remagen	Remagen,Stadt Remagen		DE	08	00	07131	07131070	17116	Europe/Berlin
6557851	Sinzig	sinzig	Sinzig,Stadt Sinzig		DE	08	00	07131	07131077	17630	Europe/Berlin
6557852	Betzdorf	betzdorf	Becdorf,Betzdorf,Stadt Betzdorf,bettsudorufu,btsdwrf,btzdwrf,Бецдорф,بتزدورف,بتسدورف,ベッツドルフ		DE	08	00	07132	07132006	10064	Europe/Berlin
6557853	Herdorf	herdorf	Herdorf,Stadt Herdorf		DE	08	00	07132	07132050	6546	Europe/Berlin
6557854	Wissen	wissen	Stadt Wissen,Visen,Vissen,Wissen,fysn,wei sen,wysn,Висен,Виссен,فيسن,ویسن,维森		DE	08	00	07132	07132117	8315	Europe/Berlin
6557855	Bad Kreuznach	bad-kreuznach	Bad Kreuznach,Stadt Bad Kreuznach		DE	08	00	07133	07133006	51170	Europe/Berlin
6557857	Kirn	kirn	Kirn,Stadt Kirn		DE	08	00	07133	07133052	8162	Europe/Berlin
6557858	Meisenheim	meisenheim	Meisenheim,Stadt Meisenheim		DE	08	00	07133	07133065	2796	Europe/Berlin
6557859	Stromberg	stromberg	Stadt Stromberg,Stromberg		DE	08	00	07133	07133103	3342	Europe/Berlin
6557860	Bad Sobernheim	bad-sobernheim	Bad Sobernheim,Stadt Bad Sobernheim		DE	08	00	07133	07133501	6560	Europe/Berlin
6557861	Baumholder	baumholder	Baumholder,Stadt Baumholder		DE	08	00	07134	07134005	4257	Europe/Berlin
6557862	Idar-Oberstein	idar-oberstein	Idar-Oberstein,Stadt Idar-Oberstein		DE	08	00	07134	07134045	28520	Europe/Berlin
6557863	Kaisersesch	kaisersesch	Kaisersesch,Stadt Kaisersesch		DE	08	00	07135	07135045	3137	Europe/Berlin
6557864	Andernach	andernach	Andernach,Stadt Andernach		DE	08	00	07137	07137003	29922	Europe/Berlin
6557865	Mendig	mendig	Mendig,Stadt Mendig		DE	08	00	07137	07137069	8928	Europe/Berlin
6557866	Polch	polch	Polch,Stadt Polch		DE	08	00	07137	07137089	6837	Europe/Berlin
6557867	Bendorf	bendorf	Bendorf,Stadt Bendorf		DE	08	00	07137	07137203	16888	Europe/Berlin
6557868	Mülheim-Kärlich	muelheim-kaerlich	Muelheim-Kaerlich,Mülheim-Kärlich,Stadt Muelheim-Kaerlich,Stadt Mülheim-Kärlich		DE	08	00	07137	07137216	11215	Europe/Berlin
6557869	Rhens	rhens	Rhens,Stadt Rhens		DE	08	00	07137	07137221	2946	Europe/Berlin
6557870	Vallendar	vallendar	Stadt Vallendar,Vallendar		DE	08	00	07137	07137226	8843	Europe/Berlin
6557923	Edenkoben	edenkoben	Edenkoben,Stadt Edenkoben		DE	08	00	07337	07337020	6655	Europe/Berlin
6557871	Weißenthurm	weissenthurm	Stadt Weissenthurm,Stadt Weißenthurm,Weissenthurm,Weißenthurm		DE	08	00	07137	07137228	9157	Europe/Berlin
6557872	Münstermaifeld	muenstermaifeld	Muenstermaifeld,Münstermaifeld,Stadt Muenstermaifeld,Stadt Münstermaifeld		DE	08	00	07137	07137501	3449	Europe/Berlin
6557873	Bad Hönningen	bad-hoenningen	Bad Hoenningen,Bad Hönningen,Stadt Bad Hoenningen,Stadt Bad Hönningen		DE	08	00	07138	07138004	6009	Europe/Berlin
6557874	Dierdorf	dierdorf	Dierdorf,Stadt Dierdorf		DE	08	00	07138	07138012	5741	Europe/Berlin
6557875	Linz am Rhein	linz-am-rhein	Linz am Rhein,Stadt Linz am Rhein		DE	08	00	07138	07138041	6204	Europe/Berlin
6557876	Unkel	unkel	Stadt Unkel,Unkel		DE	08	00	07138	07138073	5004	Europe/Berlin
6557877	Kastellaun	kastellaun	Kastellaun,Stadt Kastellaun		DE	08	00	07140	07140064	5463	Europe/Berlin
6557878	Oberwesel	oberwesel	Oberwesel,Stadt Oberwesel		DE	08	00	07140	07140112	2781	Europe/Berlin
6557879	Sankt Goar	sankt-goar	Sankt Goar,Stadt Sankt Goar		DE	08	00	07140	07140133	2779	Europe/Berlin
6557880	Simmern/Hunsrück	simmern-hunsrueck	Simmern,Simmern/ Hunsrueck,Simmern/ Hunsrück,Stadt Simmern/ Hunsrueck,Stadt Simmern/ Hunsrück		DE	08	00	07140	07140144	7899	Europe/Berlin
6557881	Boppard	boppard	Boppard,Stadt Boppard		DE	08	00	07140	07140501	15413	Europe/Berlin
6557882	Bad Ems	bad-ems	Bad Ems,Stadt Bad Ems		DE	08	00	07141	07141006	9689	Europe/Berlin
6557883	Diez	diez	Dic,Diez,Stadt Diez,di ci,ditsu,dyts,dyz  alman,Диц,ديتس,دیز، آلمان,ディーツ,迪茨		DE	08	00	07141	07141029	11084	Europe/Berlin
6557884	Katzenelnbogen	katzenelnbogen	Katzenelnbogen,Stadt Katzenelnbogen		DE	08	00	07141	07141068	2144	Europe/Berlin
6557885	Kaub	kaub	Kaub,Stadt Kaub		DE	08	00	07141	07141069	834	Europe/Berlin
6557886	Lahnstein	lahnstein	Lahnstein,Stadt Lahnstein		DE	08	00	07141	07141075	18042	Europe/Berlin
6557887	Nassau	nassau	Nasau,Nassau,Nassovia,Stadt Nassau,na sao,nasau,nasaw,nassau,Насау,Нассау,ناساو,ナッサウ,拿骚,나사우		DE	08	00	07141	07141091	4535	Europe/Berlin
6557888	Nastätten	nastaetten			DE	08	00	07141	07141092	4202	Europe/Berlin
6557889	Braubach	braubach	Braubach,Stadt Braubach		DE	08	00	07141	07141501	3002	Europe/Berlin
6557890	Höhr-Grenzhausen	hoehr-grenzhausen	Hoehr-Grenzhausen,Höhr-Grenzhausen,Stadt Hoehr-Grenzhausen,Stadt Höhr-Grenzhausen		DE	08	00	07143	07143032	9261	Europe/Berlin
6557891	Montabaur	montabaur	Montabaur,Stadt Montabaur		DE	08	00	07143	07143048	13998	Europe/Berlin
6557892	Ransbach-Baumbach	ransbach-baumbach	Ransbach-Baumbach,Stadt Ransbach-Baumbach		DE	08	00	07143	07143062	7783	Europe/Berlin
6557893	Wirges	wirges	Stadt Wirges,Wirges		DE	08	00	07143	07143081	5420	Europe/Berlin
6557894	Hachenburg	hachenburg	Hachenburg,Stadt Hachenburg		DE	08	00	07143	07143229	6122	Europe/Berlin
6557895	Westerburg	westerburg	Stadt Westerburg,Westerburg		DE	08	00	07143	07143308	5657	Europe/Berlin
6557896	Bernkastel-Kues	bernkastel-kues	Bernkastel-Kues,Stadt Bernkastel-Kues		DE	08	00	07231	07231008	7133	Europe/Berlin
6557897	Manderscheid	manderscheid	Manderscheid,Mandershajd,Stadt Manderscheid,man de sha yi de,mandashaito,mandrshayd,mandshayd  brnkastl-wytlysh,Мандершайд,Мандершајд,ماندرشايد,ماندشاید، برنکاستل-ویتلیش,マンダーシャイト,曼德沙伊德		DE	08	00	07231	07231080	1402	Europe/Berlin
6557898	Traben-Trarbach	traben-trarbach	Stadt Traben-Trarbach,Traben-Trarbach		DE	08	00	07231	07231124	5664	Europe/Berlin
6557899	Kyllburg	kyllburg	Kyllburg,Stadt Kyllburg		DE	08	00	07232	07232070	920	Europe/Berlin
6557900	Gerolstein	gerolstein	Gerolstein,Stadt Gerolstein		DE	08	00	07233	07233026	7757	Europe/Berlin
6557901	Hillesheim	hillesheim	Hillesheim,Stadt Hillesheim		DE	08	00	07233	07233029	3235	Europe/Berlin
6557902	Daun	daun	Daun,Stadt Daun,daun,dawn,dawn  alman,duo yin,Даун,דאון,داون,داون، آلمان,ダウン,多因		DE	08	00	07233	07233501	8010	Europe/Berlin
6557903	Hermeskeil	hermeskeil	Hermeskeil,Stadt Hermeskeil		DE	08	00	07235	07235045	6638	Europe/Berlin
6557904	Konz	konz	Konz,Stadt Konz		DE	08	00	07235	07235068	18332	Europe/Berlin
6557905	Schweich	schweich	Schweich,Stadt Schweich		DE	08	00	07235	07235125	7848	Europe/Berlin
6557906	Osthofen	osthofen	Osthofen,Stadt Osthofen		DE	08	00	07331	07331055	9521	Europe/Berlin
6557907	Bad Dürkheim	bad-duerkheim	Bad Duerkheim,Bad Dürkheim,Stadt Bad Duerkheim,Stadt Bad Dürkheim		DE	08	00	07332	07332002	18575	Europe/Berlin
6557908	Deidesheim	deidesheim	Deidesheim,Stadt Deidesheim		DE	08	00	07332	07332009	3705	Europe/Berlin
6557909	Freinsheim	freinsheim	Freinsheim,Stadt Freinsheim		DE	08	00	07332	07332019	4884	Europe/Berlin
6557910	Grünstadt	gruenstadt	Gruenstadt,Grünstadt,Stadt Gruenstadt,Stadt Grünstadt		DE	08	00	07332	07332024	13504	Europe/Berlin
6557911	Wachenheim an der Weinstraße	wachenheim-an-der-weinstrasse	Stadt Wachenheim an der Weinstrasse,Stadt Wachenheim an der Weinstraße,Wachenheim an der Weinstrasse,Wachenheim an der Weinstraße		DE	08	00	07332	07332046	4592	Europe/Berlin
6557912	Kirchheimbolanden	kirchheimbolanden	Kirchheimbolanden,Stadt Kirchheimbolanden		DE	08	00	07333	07333039	7898	Europe/Berlin
6557913	Obermoschel	obermoschel	Obermoschel,Stadt Obermoschel		DE	08	00	07333	07333054	1051	Europe/Berlin
6557914	Rockenhausen	rockenhausen	Rockenhausen,Stadt Rockenhausen		DE	08	00	07333	07333502	5365	Europe/Berlin
6557915	Germersheim	germersheim	Germersheim,Stadt Germersheim		DE	08	00	07334	07334007	20798	Europe/Berlin
6557916	Kandel	kandel	Kandel,Kandel',Kannel,Stadt Kandel,kan de er,kandl,Кандел,Кандель,كاندل,کاندل,坎德尔		DE	08	00	07334	07334013	9034	Europe/Berlin
6557917	Wörth am Rhein	woerth-am-rhein	Stadt Woerth am Rhein,Stadt Wörth am Rhein,Woerth am Rhein,Wörth am Rhein		DE	08	00	07334	07334501	18120	Europe/Berlin
6557918	Otterberg	otterberg	Otterberg,Stadt Otterberg		DE	08	00	07335	07335035	5317	Europe/Berlin
6557919	Ramstein-Miesenbach	ramstein-miesenbach	Ramstein,Ramstein Air Base,Ramstein+afb,Ramstein-Miesenbach,Stadt Ramstein-Miesenbach		DE	08	00	07335	07335038	7930	Europe/Berlin
6557920	Lauterecken	lauterecken	Lauterecken,Stadt Lauterecken		DE	08	00	07336	07336058	1984	Europe/Berlin
6557921	Wolfstein	wolfstein	Stadt Wolfstein,Wolfstein		DE	08	00	07336	07336105	1903	Europe/Berlin
6557922	Bad Bergzabern	bad-bergzabern	Bad Bergzabern,Stadt Bad Bergzabern		DE	08	00	07337	07337005	8285	Europe/Berlin
6557924	Annweiler am Trifels	annweiler-am-trifels	Annweiler am Trifels,Stadt Annweiler am Trifels		DE	08	00	07337	07337501	7077	Europe/Berlin
6557925	Schifferstadt	schifferstadt	Schifferstadt,Stadt Schifferstadt		DE	08	00	07338	07338025	20412	Europe/Berlin
6557926	Bacharach	bacharach	Bacharach,Stadt Bacharach		DE	08	00	07339	07339003	1867	Europe/Berlin
6557927	Bingen am Rhein	bingen-am-rhein	Bingen am Rhein,Stadt Bingen am Rhein		DE	08	00	07339	07339005	25899	Europe/Berlin
6557928	Gau-Algesheim	gau-algesheim	Gau-Algesheim,Stadt Gau-Algesheim		DE	08	00	07339	07339019	6865	Europe/Berlin
6557929	Ingelheim am Rhein	ingelheim-am-rhein	Ingelheim,Ingelheim am Rhein,Stadt Ingelheim am Rhein		DE	08	00	07339	07339030	35193	Europe/Berlin
6557930	Oppenheim	oppenheim	Oppenheim,Stadt Oppenheim		DE	08	00	07339	07339049	7582	Europe/Berlin
6557931	Dahn	dahn	Dahn,Stadt Dahn		DE	08	00	07340	07340004	4553	Europe/Berlin
6557932	Rodalben	rodalben	Rodalben,Stadt Rodalben		DE	08	00	07340	07340038	6711	Europe/Berlin
6557933	Hornbach	hornbach	Hornbach,Stadt Hornbach		DE	08	00	07340	07340211	1430	Europe/Berlin
6557934	Böblingen	boeblingen	Boeblingen,Böblingen,Stadt Boeblingen,Stadt Böblingen		DE	01	081	08115	08115003	50161	Europe/Berlin
6557935	Herrenberg	herrenberg	Herrenberg,Stadt Herrenberg		DE	01	081	08115	08115021	31738	Europe/Berlin
6557936	Holzgerlingen	holzgerlingen	Holzgerlingen,Stadt Holzgerlingen		DE	01	081	08115	08115024	13247	Europe/Berlin
6557937	Leonberg	leonberg	Leonberg,Stadt Leonberg		DE	01	081	08115	08115028	48848	Europe/Berlin
6557938	Renningen	renningen	Renningen,Stadt Renningen		DE	01	081	08115	08115041	18487	Europe/Berlin
6557939	Sindelfingen	sindelfingen	Sindelfingen,Stadt Sindelfingen		DE	01	081	08115	08115045	64905	Europe/Berlin
6557940	Waldenbuch	waldenbuch	Stadt Waldenbuch,Waldenbuch		DE	01	081	08115	08115048	8742	Europe/Berlin
6557941	Esslingen am Neckar	esslingen-am-neckar	Esslingen am Neckar,Stadt Esslingen am Neckar		DE	01	081	08116	08116019	94145	Europe/Berlin
6557942	Kirchheim unter Teck	kirchheim-unter-teck	Kirchheim unter Teck,Stadt Kirchheim unter Teck		DE	01	081	08116	08116033	40783	Europe/Berlin
6557943	Neuffen	neuffen	Neuffen,Stadt Neuffen		DE	01	081	08116	08116046	6260	Europe/Berlin
6557944	Nürtingen	nuertingen	Nuertingen,Nürtingen,Stadt Nuertingen,Stadt Nürtingen		DE	01	081	08116	08116049	41223	Europe/Berlin
6557945	Plochingen	plochingen	Plochingen,Stadt Plochingen		DE	01	081	08116	08116056	14551	Europe/Berlin
6557946	Weilheim an der Teck	weilheim-an-der-teck	Stadt Weilheim an der Teck,Weilheim an der Teck		DE	01	081	08116	08116070	10326	Europe/Berlin
6557947	Wendlingen am Neckar	wendlingen-am-neckar	Stadt Wendlingen am Neckar,Wendlingen am Neckar		DE	01	081	08116	08116071	16227	Europe/Berlin
6557948	Leinfelden-Echterdingen	leinfelden-echterdingen	Leinfelden,Leinfelden-Echterdingen,Stadt Leinfelden-Echterdingen		DE	01	081	08116	08116078	40165	Europe/Berlin
6557949	Donzdorf	donzdorf	Donzdorf,Stadt Donzdorf		DE	01	081	08117	08117015	10627	Europe/Berlin
6557950	Ebersbach an der Fils	ebersbach-an-der-fils	Ebersbach an der Fils,Stadt Ebersbach an der Fils		DE	01	081	08117	08117018	15562	Europe/Berlin
6557951	Göppingen	goeppingen	Goeppingen,Göppingen,Stadt Goeppingen,Stadt Göppingen		DE	01	081	08117	08117026	57813	Europe/Berlin
6557952	Uhingen	uhingen	Stadt Uhingen,Uhingen		DE	01	081	08117	08117051	14416	Europe/Berlin
6557953	Wiesensteig	wiesensteig	Stadt Wiesensteig,Wiesensteig		DE	01	081	08117	08117058	2046	Europe/Berlin
6557954	Asperg	asperg	Asperg,Stadt Asperg		DE	01	081	08118	08118003	13502	Europe/Berlin
6557955	Besigheim	besigheim	Besigheim,Stadt Besigheim		DE	01	081	08118	08118007	12711	Europe/Berlin
6557956	Bönnigheim	boennigheim	Boennigheim,Bönnigheim,Stadt Boennigheim,Stadt Bönnigheim		DE	01	081	08118	08118010	8141	Europe/Berlin
6557957	Gerlingen	gerlingen	Gerlingen,Stadt Gerlingen		DE	01	081	08118	08118019	19817	Europe/Berlin
6557958	Großbottwar	grossbottwar	Grossbottwar,Großbottwar,Stadt Grossbottwar,Stadt Großbottwar		DE	01	081	08118	08118021	8495	Europe/Berlin
6557959	Kornwestheim	kornwestheim	Kornwestheim,Stadt Kornwestheim		DE	01	081	08118	08118046	33825	Europe/Berlin
6557960	Ludwigsburg	ludwigsburg	Ludwigsburg,Stadt Ludwigsburg		DE	01	081	08118	08118048	93584	Europe/Berlin
6557961	Marbach am Neckar	marbach-am-neckar	Marbach am Neckar,Stadt Marbach am Neckar		DE	01	081	08118	08118049	15924	Europe/Berlin
6557962	Markgröningen	markgroeningen	Markgroeningen,Markgröningen,Stadt Markgroeningen,Stadt Markgröningen		DE	01	081	08118	08118050	14799	Europe/Berlin
6557963	Oberriexingen	oberriexingen	Oberriexingen,Stadt Oberriexingen		DE	01	081	08118	08118059	3297	Europe/Berlin
6557964	Steinheim an der Murr	steinheim-an-der-murr	Stadt Steinheim an der Murr,Steinheim an der Murr		DE	01	081	08118	08118070	12139	Europe/Berlin
6557965	Vaihingen an der Enz	vaihingen-an-der-enz	Stadt Vaihingen an der Enz,Vaihingen an der Enz		DE	01	081	08118	08118073	29547	Europe/Berlin
6557966	Freiberg am Neckar	freiberg-am-neckar	Freiberg am Neckar,Stadt Freiberg am Neckar		DE	01	081	08118	08118078	15924	Europe/Berlin
6557967	Bietigheim-Bissingen	bietigheim-bissingen	Bietigheim-Bissingen,Stadt Bietigheim-Bissingen		DE	01	081	08118	08118079	43227	Europe/Berlin
6557968	Korntal-Münchingen	korntal-muenchingen	Korntal-Muenchingen,Korntal-Münchingen,Stadt Korntal-Muenchingen,Stadt Korntal-Münchingen		DE	01	081	08118	08118080	19718	Europe/Berlin
6557969	Backnang	backnang	Backnang,Stadt Backnang		DE	01	081	08119	08119008	37348	Europe/Berlin
6557970	Fellbach	fellbach	Fellbach,Stadt Fellbach		DE	01	081	08119	08119020	45669	Europe/Berlin
6557971	Murrhardt	murrhardt	Murrhardt,Stadt Murrhardt		DE	01	081	08119	08119044	14031	Europe/Berlin
6557972	Schorndorf	schorndorf	Schorndorf,Stadt Schorndorf		DE	01	081	08119	08119067	39775	Europe/Berlin
6557973	Waiblingen	waiblingen	Stadt Waiblingen,Waiblingen		DE	01	081	08119	08119079	55604	Europe/Berlin
6557974	Welzheim	welzheim	Stadt Welzheim,Welzheim		DE	01	081	08119	08119084	11170	Europe/Berlin
6557975	Winnenden	winnenden	Stadt Winnenden,Winnenden		DE	01	081	08119	08119085	28240	Europe/Berlin
6557976	Bad Rappenau	bad-rappenau	Bad Rappenau,Stadt Bad Rappenau		DE	01	081	08125	08125006	21557	Europe/Berlin
6557977	Bad Wimpfen	bad-wimpfen	Bad Wimpfen,Stadt Bad Wimpfen		DE	01	081	08125	08125007	7225	Europe/Berlin
6558129	Vöhrenbach	voehrenbach			DE	01	083	08326	08326068	3858	Europe/Berlin
6557978	Beilstein	beilstein	Bajl'shtajn,Bajlshtajn,Beilstein,Stadt Beilstein,bairushutain,baylshtayn,Байльштайн,Бајлштајн,بايلشتاين,بایل‌اشاین,バイルシュタイン		DE	01	081	08125	08125008	6241	Europe/Berlin
6557979	Brackenheim	brackenheim	Brackenheim,Stadt Brackenheim		DE	01	081	08125	08125013	16147	Europe/Berlin
6557980	Eppingen	eppingen	Eppingen,Stadt Eppingen		DE	01	081	08125	08125026	21784	Europe/Berlin
6557981	Güglingen	gueglingen	Gueglingen,Güglingen,Stadt Gueglingen,Stadt Güglingen		DE	01	081	08125	08125038	6396	Europe/Berlin
6557982	Gundelsheim	gundelsheim	Gundel'sgajm,Gundel'skhajm,Gundelsheim,Gundelskhajm,Stadt Gundelsheim,ghwndlshaym,gunderusuhaimu,gwndlzhaym  badn-wwrtmbrg,Гунделсхајм,Гундельсгайм,Гундельсхайм,غوندلسهايم,گوندلزهایم، بادن-وورتمبرگ,グンデルスハイム		DE	01	081	08125	08125039	7424	Europe/Berlin
6557983	Lauffen am Neckar	lauffen-am-neckar	Lauffen am Neckar,Stadt Lauffen am Neckar		DE	01	081	08125	08125056	11831	Europe/Berlin
6557984	Löwenstein	loewenstein	Loewenstein,Löwenstein,Stadt Loewenstein,Stadt Löwenstein		DE	01	081	08125	08125059	3373	Europe/Berlin
6557985	Möckmühl	moeckmuehl	Moeckmuehl,Möckmühl,Stadt Moeckmuehl,Stadt Möckmühl		DE	01	081	08125	08125063	8144	Europe/Berlin
6557986	Neckarsulm	neckarsulm	Neckarsulm,Stadt Neckarsulm		DE	01	081	08125	08125065	26528	Europe/Berlin
6557987	Neudenau	neudenau	Neudenau,Stadt Neudenau		DE	01	081	08125	08125068	5305	Europe/Berlin
6557988	Neuenstadt am Kocher	neuenstadt-am-kocher	Neuenstadt,Neuenstadt am Kocher,Nojenshtadt-am-Kokher,Nojenshtat am Kokher,Stadt Neuenstadt am Kocher,nuo yi en si ta te a mu ke hei er,Нойенштадт-ам-Кохер,Нојенштат ам Кохер,نوین‌اشتات آم کوخر,ノイエンシュタット・アム・コッハー,诺伊恩斯塔特阿姆科黑尔		DE	01	081	08125	08125069	10141	Europe/Berlin
6557989	Schwaigern	schwaigern	Schwaigern,Stadt Schwaigern		DE	01	081	08125	08125086	11441	Europe/Berlin
6557990	Weinsberg	weinsberg	Stadt Weinsberg,Weinsberg		DE	01	081	08125	08125102	12285	Europe/Berlin
6557991	Widdern	widdern	Stadt Widdern,Widdern		DE	01	081	08125	08125103	1776	Europe/Berlin
6557992	Forchtenberg	forchtenberg	Forchtenberg,Stadt Forchtenberg		DE	01	081	08126	08126028	5062	Europe/Berlin
6557993	Ingelfingen	ingelfingen	Ingelfingen,Stadt Ingelfingen		DE	01	081	08126	08126039	5491	Europe/Berlin
6557994	Krautheim	krautheim	Krautgajm,Krautheim,Krautkhajm,Stadt Krautheim,ke lao tai mu,krawthaym,krwathaym,kurautohaimu,Краутгайм,Краутхайм,Краутхајм,كراوتهايم,کرواتهایم,クラウトハイム,克劳泰姆		DE	01	081	08126	08126045	4662	Europe/Berlin
6557995	Künzelsau	kuenzelsau	Kuenzelsau,Künzelsau,Stadt Kuenzelsau,Stadt Künzelsau		DE	01	081	08126	08126046	15450	Europe/Berlin
6557996	Neuenstein	neuenstein	Neuenstein,Noenshtajn,Nojenshhajn,Nojenshtajn,Stadt Neuenstein,noienshutain,nwynshtayn,Нойенштайн,Нойенщайн,Ноєнштайн,Нојенштајн,نوينشتاين,نوین‌اشتاین,ノイエンシュタイン		DE	01	081	08126	08126058	6607	Europe/Berlin
6557997	Niedernhall	niedernhall	Niedernhall,Stadt Niedernhall		DE	01	081	08126	08126060	4091	Europe/Berlin
6557998	Öhringen	oehringen	OEhringen,Stadt OEhringen,Stadt Öhringen,Öhringen		DE	01	081	08126	08126066	24663	Europe/Berlin
6557999	Waldenburg	waldenburg	Stadt Waldenburg,Val'denburg,Valdenburg,Waldenbourg,Waldenburg,faldnbwrgh,vu~arudenburuku,waldnbwrg  badn-wwrtmbrg,Валденбург,Вальденбург,فالدنبورغ,والدنبورگ، بادن-وورتمبرگ,ヴァルデンブルク		DE	01	081	08126	08126085	3090	Europe/Berlin
6558000	Crailsheim	crailsheim	Crailsheim,Stadt Crailsheim		DE	01	081	08127	08127014	34536	Europe/Berlin
6558001	Gaildorf	gaildorf	Gaildorf,Stadt Gaildorf		DE	01	081	08127	08127025	12058	Europe/Berlin
6558002	Gerabronn	gerabronn	Gerabronn,Stadt Gerabronn		DE	01	081	08127	08127032	4272	Europe/Berlin
6558003	Ilshofen	ilshofen	Ilshofen,Stadt Ilshofen		DE	01	081	08127	08127043	6682	Europe/Berlin
6558004	Kirchberg an der Jagst	kirchberg-an-der-jagst	Kirchberg an der Jagst,Stadt Kirchberg an der Jagst		DE	01	081	08127	08127046	4417	Europe/Berlin
6558005	Langenburg	langenburg	Langenburg,Stadt Langenburg		DE	01	081	08127	08127047	1872	Europe/Berlin
6558006	Schrozberg	schrozberg	Schrozberg,Stadt Schrozberg		DE	01	081	08127	08127075	5819	Europe/Berlin
6558007	Schwäbisch Hall	schwaebisch-hall	Schwaebisch Hall,Schwäbisch Hall,Stadt Schwaebisch Hall,Stadt Schwäbisch Hall		DE	01	081	08127	08127076	40538	Europe/Berlin
6558008	Vellberg	vellberg	Stadt Vellberg,Vellberg		DE	01	081	08127	08127089	4477	Europe/Berlin
6558009	Bad Mergentheim	bad-mergentheim	Bad Mergentheim,Stadt Bad Mergentheim		DE	01	081	08128	08128007	23883	Europe/Berlin
6558010	Boxberg	boxberg	Boksberg,Boxberg,Stadt Boxberg,bokkusuberuku,bwksbrg,bwksbrgh,Боксберг,بوكسبرغ,بوکسبرگ,ボックスベルク		DE	01	081	08128	08128014	6700	Europe/Berlin
6558011	Creglingen	creglingen	Creglingen,Stadt Creglingen		DE	01	081	08128	08128020	4681	Europe/Berlin
6558012	Freudenberg	freudenberg	Freudenberg,Freudenberg am Main,Frojdenberg,Stadt Freudenberg,frwydnbrg am mayn,furoidenberuku,Фройденберг,Фројденберг,فرویدنبرگ آم ماین,フロイデンベルク		DE	01	081	08128	08128039	3727	Europe/Berlin
6558013	Grünsfeld	gruensfeld	Gruensfeld,Grünsfeld,Stadt Gruensfeld,Stadt Grünsfeld		DE	01	081	08128	08128047	3601	Europe/Berlin
6558014	Külsheim	kuelsheim	Kuelsheim,Külsheim,Stadt Kuelsheim,Stadt Külsheim		DE	01	081	08128	08128064	5267	Europe/Berlin
6558015	Niederstetten	niederstetten	Niederstetten,Stadt Niederstetten		DE	01	081	08128	08128082	4774	Europe/Berlin
6558016	Tauberbischofsheim	tauberbischofsheim	Stadt Tauberbischofsheim,Tauberbischofsheim		DE	01	081	08128	08128115	13172	Europe/Berlin
6558017	Weikersheim	weikersheim	Stadt Weikersheim,Weikersheim		DE	01	081	08128	08128126	7358	Europe/Berlin
6558018	Wertheim	wertheim	Stadt Wertheim,Wertheim		DE	01	081	08128	08128131	22832	Europe/Berlin
6558019	Lauda-Königshofen	lauda-koenigshofen	Lauda,Lauda-Koenigshofen,Lauda-Königshofen,Stadt Lauda-Koenigshofen,Stadt Lauda-Königshofen		DE	01	081	08128	08128139	14493	Europe/Berlin
6558020	Giengen an der Brenz	giengen-an-der-brenz	Giengen an der Brenz,Stadt Giengen an der Brenz		DE	01	081	08135	08135016	19760	Europe/Berlin
6558021	Heidenheim an der Brenz	heidenheim-an-der-brenz	Heidenheim an der Brenz,Stadt Heidenheim an der Brenz		DE	01	081	08135	08135019	49573	Europe/Berlin
6558022	Herbrechtingen	herbrechtingen	Herbrechtingen,Stadt Herbrechtingen		DE	01	081	08135	08135020	13025	Europe/Berlin
6558023	Niederstotzingen	niederstotzingen	Niederstotzingen,Stadt Niederstotzingen		DE	01	081	08135	08135027	4717	Europe/Berlin
6558024	Bopfingen	bopfingen	Bopfingen,Stadt Bopfingen		DE	01	081	08136	08136010	11701	Europe/Berlin
6558025	Ellwangen (Jagst)	ellwangen-jagst	Ellwangen (Jagst),Stadt Ellwangen (Jagst)		DE	01	081	08136	08136019	24549	Europe/Berlin
6558026	Heubach	heubach	Heubach,Stadt Heubach		DE	01	081	08136	08136028	9856	Europe/Berlin
6558027	Lauchheim	lauchheim	Lauchheim,Stadt Lauchheim		DE	01	081	08136	08136038	4698	Europe/Berlin
6558028	Lorch	lorch	Lorch,Stadt Lorch		DE	01	081	08136	08136042	10964	Europe/Berlin
6558029	Neresheim	neresheim	Neresheim,Stadt Neresheim		DE	01	081	08136	08136045	7940	Europe/Berlin
6558030	Oberkochen	oberkochen	Oberkochen,Stadt Oberkochen		DE	01	081	08136	08136050	7890	Europe/Berlin
6558031	Schwäbisch Gmünd	schwaebisch-gmuend	Schwaebisch Gmuend,Schwäbisch Gmünd,Stadt Schwaebisch Gmuend,Stadt Schwäbisch Gmünd		DE	01	081	08136	08136065	61137	Europe/Berlin
6558032	Aalen	aalen	Aalen,Stadt Aalen		DE	01	081	08136	08136088	68393	Europe/Berlin
6558033	Bretten	bretten	Bretten,Stadt Bretten		DE	01	082	08215	08215007	29566	Europe/Berlin
6558034	Bruchsal	bruchsal	Bruchsal,Stadt Bruchsal		DE	01	082	08215	08215009	44776	Europe/Berlin
6558035	Ettlingen	ettlingen	Ettlingen,Stadt Ettlingen		DE	01	082	08215	08215017	39373	Europe/Berlin
6558036	Östringen	oestringen	OEstringen,Stadt OEstringen,Stadt Östringen,Östringen		DE	01	082	08215	08215064	12917	Europe/Berlin
6558037	Philippsburg	philippsburg	Philippsburg,Stadt Philippsburg		DE	01	082	08215	08215066	13627	Europe/Berlin
6558038	Waghäusel	waghaeusel	Stadt Waghaeusel,Stadt Waghäusel,Waghaeusel,Waghäusel		DE	01	082	08215	08215106	20950	Europe/Berlin
6558040	Bühl	buehl	Buehl,Bühl,Stadt Buehl,Stadt Bühl		DE	01	082	08216	08216007	28864	Europe/Berlin
6558041	Gaggenau	gaggenau	Gaggenau,Stadt Gaggenau		DE	01	082	08216	08216015	29884	Europe/Berlin
6558042	Gernsbach	gernsbach	Gernsbach,Stadt Gernsbach		DE	01	082	08216	08216017	14157	Europe/Berlin
6558043	Kuppenheim	kuppenheim	Kuppenheim,Stadt Kuppenheim		DE	01	082	08216	08216024	8359	Europe/Berlin
6558044	Lichtenau	lichtenau	Lichtenau,Stadt Lichtenau		DE	01	082	08216	08216028	5013	Europe/Berlin
6558045	Rastatt	rastatt	Rastatt,Stadt Rastatt		DE	01	082	08216	08216043	49918	Europe/Berlin
6558046	Adelsheim	adelsheim	Adelsheim,Stadt Adelsheim		DE	01	082	08225	08225001	5053	Europe/Berlin
6558047	Buchen (Odenwald)	buchen-odenwald	Buchen (Odenwald),Stadt Buchen (Odenwald)		DE	01	082	08225	08225014	17772	Europe/Berlin
6558048	Mosbach	mosbach	Mosbach,Stadt Mosbach		DE	01	082	08225	08225058	23497	Europe/Berlin
6558049	Osterburken	osterburken	Osterburken,Stadt Osterburken		DE	01	082	08225	08225075	6555	Europe/Berlin
6558050	Walldürn	wallduern	Stadt Wallduern,Stadt Walldürn,Wallduern,Walldürn		DE	01	082	08225	08225109	11611	Europe/Berlin
6558051	Eberbach	eberbach	Eberbach,Eberbakh,Ehberbakh,Ewwerbach,Stadt Eberbach,abrbakh,ai bei er ba he,ebabahha,Ебербах,Эбербах,إبرباخ,ابرباخ,エーバーバッハ,埃贝尔巴赫		DE	01	082	08226	08226013	14428	Europe/Berlin
6558052	Eppelheim	eppelheim	Eppelheim,Stadt Eppelheim		DE	01	082	08226	08226018	15268	Europe/Berlin
6558053	Hemsbach	hemsbach	Hemsbach,Stadt Hemsbach		DE	01	082	08226	08226031	11788	Europe/Berlin
6558054	Hockenheim	hockenheim	Hockenheim,Stadt Hockenheim		DE	01	082	08226	08226032	21700	Europe/Berlin
6558055	Ladenburg	ladenburg	Ladenburg,Stadt Ladenburg		DE	01	082	08226	08226038	11661	Europe/Berlin
6558056	Leimen	leimen	Leimen,Stadt Leimen		DE	01	082	08226	08226041	27044	Europe/Berlin
6558057	Neckarbischofsheim	neckarbischofsheim	Neckarbischofsheim,Stadt Neckarbischofsheim		DE	01	082	08226	08226055	4037	Europe/Berlin
6558058	Neckargemünd	neckargemuend	Neckargemuend,Neckargemünd,Stadt Neckargemuend,Stadt Neckargemünd		DE	01	082	08226	08226056	13344	Europe/Berlin
6558059	Rauenberg	rauenberg	Rauehnberg,Rauenberg,Stadt Rauenberg,lao en bei ge,rauenberuku,rawnbrg,rawnbrgh,Рауенберг,Рауэнберг,راونبرغ,راونبرگ,ラウエンベルク,劳恩贝格		DE	01	082	08226	08226065	8756	Europe/Berlin
6558060	Schönau	schoenau	Schoenau,Schönau,Stadt Schoenau,Stadt Schönau		DE	01	082	08226	08226080	4404	Europe/Berlin
6558061	Schriesheim	schriesheim	Schriesheim,Stadt Schriesheim		DE	01	082	08226	08226082	14948	Europe/Berlin
6558062	Schwetzingen	schwetzingen	Schwetzingen,Stadt Schwetzingen		DE	01	082	08226	08226084	21644	Europe/Berlin
6558063	Sinsheim	sinsheim	Sinsheim,Stadt Sinsheim		DE	01	082	08226	08226085	35399	Europe/Berlin
6558064	Waibstadt	waibstadt	Stadt Waibstadt,Waibstadt		DE	01	082	08226	08226091	5666	Europe/Berlin
6558065	Walldorf	walldorf	Stadt Walldorf,Val'dorf,Valdorf,Vall'dorf,Walldoaf,Walldorf,baldoleupeu,faldwrf,vu~arudorufu,wa er duo fu,waldwrf,Валдорф,Валльдорф,Вальдорф,فالدورف,والدورف,ヴァルドルフ,瓦尔多夫,발도르프		DE	01	082	08226	08226095	15420	Europe/Berlin
6558066	Weinheim	weinheim	Stadt Weinheim,Weinheim		DE	01	082	08226	08226096	45425	Europe/Berlin
6558067	Wiesloch	wiesloch	Stadt Wiesloch,Wiesloch		DE	01	082	08226	08226098	26799	Europe/Berlin
6558068	Altensteig	altensteig	Altensteig,Stadt Altensteig		DE	01	082	08235	08235006	10834	Europe/Berlin
6558069	Bad Liebenzell	bad-liebenzell	Bad Liebenzell,Stadt Bad Liebenzell		DE	01	082	08235	08235008	9582	Europe/Berlin
6558070	Haiterbach	haiterbach	Haiterbach,Stadt Haiterbach		DE	01	082	08235	08235032	5848	Europe/Berlin
6558071	Bad Herrenalb	bad-herrenalb	Bad Herrenalb,Stadt Bad Herrenalb		DE	01	082	08235	08235033	8000	Europe/Berlin
6558072	Nagold	nagold	Nagol'd,Nagold,Stadt Nagold,na ge er de,naghwld,nagld,Наголд,Нагольд,Նագոլդ,ناغولد,ناگلد,纳戈尔德		DE	01	082	08235	08235046	22540	Europe/Berlin
6558073	Neubulach	neubulach	Neubulach,Stadt Neubulach		DE	01	082	08235	08235047	5646	Europe/Berlin
6558074	Bad Wildbad	bad-wildbad	Bad Wildbad,Stadt Bad Wildbad		DE	01	082	08235	08235079	10202	Europe/Berlin
6558075	Wildberg	wildberg	Stadt Wildberg,Vil'dberg,Vildberg,Wildberg,fyldbrgh,wei er de bei ge,wyldbrg  badn-wwrtmbrg,Вилдберг,Вильдберг,Вільдберг,Վիլդբերգ,فيلدبرغ,ویلدبرگ، بادن-وورتمبرگ,维尔德贝格		DE	01	082	08235	08235080	10212	Europe/Berlin
6558076	Bad Teinach-Zavelstein	bad-teinach-zavelstein	Bad Teinach-Zavelstein,Stadt Bad Teinach-Zavelstein		DE	01	082	08235	08235084	3147	Europe/Berlin
6558077	Calw	calw	Calw,Stadt Calw		DE	01	082	08235	08235085	23578	Europe/Berlin
6558078	Heimsheim	heimsheim	Heimsheim,Stadt Heimsheim		DE	01	082	08236	08236025	5130	Europe/Berlin
6558079	Knittlingen	knittlingen	Knittlingen,Stadt Knittlingen		DE	01	082	08236	08236033	8090	Europe/Berlin
6558080	Maulbronn	maulbronn	Maulbronn,Stadt Maulbronn		DE	01	082	08236	08236038	6616	Europe/Berlin
6558081	Mühlacker	muehlacker	Muehlacker,Mühlacker,Stadt Muehlacker,Stadt Mühlacker		DE	01	082	08236	08236040	26130	Europe/Berlin
6558082	Neuenbürg	neuenbuerg	Neuenbuerg,Neuenbürg,Stadt Neuenbuerg,Stadt Neuenbürg		DE	01	082	08236	08236043	8362	Europe/Berlin
6558083	Alpirsbach	alpirsbach	Alpirsbach,Stadt Alpirsbach		DE	01	082	08237	08237002	6296	Europe/Berlin
6558084	Dornstetten	dornstetten	Dornstetten,Stadt Dornstetten		DE	01	082	08237	08237019	8040	Europe/Berlin
6558085	Freudenstadt	freudenstadt	Freudenstadt,Frojdenshtadt,Stadt Freudenstadt,Фройденштадт		DE	01	082	08237	08237028	23635	Europe/Berlin
6558086	Horb am Neckar	horb-am-neckar	Horb am Neckar,Stadt Horb am Neckar		DE	01	082	08237	08237040	25082	Europe/Berlin
6558087	Breisach am Rhein	breisach-am-rhein	Breisach am Rhein,Stadt Breisach am Rhein		DE	01	083	08315	08315015	15488	Europe/Berlin
6558088	Heitersheim	heitersheim	Heitersheim,Stadt Heitersheim		DE	01	083	08315	08315050	6354	Europe/Berlin
6558089	Löffingen	loeffingen	Loeffingen,Löffingen,Stadt Loeffingen,Stadt Löffingen		DE	01	083	08315	08315070	7617	Europe/Berlin
6558090	Müllheim	muellheim	Milkhajm,Mjull'gajm,Mjull'khajm,Muellheim,Myulhaym,Müllheim,Stadt Muellheim,Stadt Müllheim,mi er hai mu,mwlhaym,Милхајм,Мюлльгайм,Мюлльхайм,Մյուլհայմ,مولهایم,米尔海姆		DE	01	083	08315	08315074	19077	Europe/Berlin
6558091	Neuenburg am Rhein	neuenburg-am-rhein	Neuenburg am Rhein,Stadt Neuenburg am Rhein		DE	01	083	08315	08315076	12273	Europe/Berlin
6558092	Staufen im Breisgau	staufen-im-breisgau	Stadt Staufen im Breisgau,Staufen im Breisgau		DE	01	083	08315	08315108	8187	Europe/Berlin
6558093	Sulzburg	sulzburg	Stadt Sulzburg,Sulzburg		DE	01	083	08315	08315111	2817	Europe/Berlin
6558094	Titisee-Neustadt	titisee-neustadt	Stadt Titisee-Neustadt,Titisee-Neustadt		DE	01	083	08315	08315113	12197	Europe/Berlin
6558095	Vogtsburg im Kaiserstuhl	vogtsburg-im-kaiserstuhl	Stadt Vogtsburg im Kaiserstuhl,Vogtsburg im Kaiserstuhl		DE	01	083	08315	08315133	6097	Europe/Berlin
6558096	Elzach	elzach	Elzach,Stadt Elzach		DE	01	083	08316	08316010	7274	Europe/Berlin
6558097	Emmendingen	emmendingen	Ehmmendingen,Emendingen,Emmendingen,Stadt Emmendingen,ai men ding gen,amndynghn,amndyngn,Емендинген,Еммендінген,Эммендинген,Էմենդինգեն,אמנדינגן,إمندينغن,امندینگن,埃门丁根		DE	01	083	08316	08316011	27977	Europe/Berlin
6558098	Endingen am Kaiserstuhl	endingen-am-kaiserstuhl	Endingen am Kaiserstuhl,Stadt Endingen am Kaiserstuhl		DE	01	083	08316	08316012	10068	Europe/Berlin
6558099	Herbolzheim	herbolzheim	Herbolzheim,Stadt Herbolzheim		DE	01	083	08316	08316017	11126	Europe/Berlin
6558100	Kenzingen	kenzingen	Kenzingen,Stadt Kenzingen		DE	01	083	08316	08316020	10340	Europe/Berlin
6558101	Waldkirch	waldkirch	Stadt Waldkirch,Waldkirch		DE	01	083	08316	08316056	21850	Europe/Berlin
6558102	Achern	achern	Achern,Stadt Achern		DE	01	083	08317	08317001	25642	Europe/Berlin
6558103	Ettenheim	ettenheim	Ettenheim,Stadt Ettenheim		DE	01	083	08317	08317026	13369	Europe/Berlin
6558104	Gengenbach	gengenbach	Gengenbach,Stadt Gengenbach		DE	01	083	08317	08317034	11025	Europe/Berlin
6558105	Haslach im Kinzigtal	haslach-im-kinzigtal	Haslach im Kinzigtal,Stadt Haslach im Kinzigtal		DE	01	083	08317	08317040	7164	Europe/Berlin
6558106	Hausach	hausach	Hausach,Stadt Hausach		DE	01	083	08317	08317041	5775	Europe/Berlin
6558107	Hornberg	hornberg	Hornberg,Stadt Hornberg		DE	01	083	08317	08317051	4274	Europe/Berlin
6558108	Kehl	kehl	Kehl,Stadt Kehl		DE	01	083	08317	08317057	36664	Europe/Berlin
6558109	Mahlberg	mahlberg	Mahlberg,Stadt Mahlberg		DE	01	083	08317	08317073	5104	Europe/Berlin
6558110	Oberkirch	oberkirch	Oberkirch,Stadt Oberkirch		DE	01	083	08317	08317089	20036	Europe/Berlin
6558111	Offenburg	offenburg	Offenburg,Stadt Offenburg		DE	01	083	08317	08317096	59967	Europe/Berlin
6558112	Oppenau	oppenau	Oppenau,Stadt Oppenau		DE	01	083	08317	08317098	4722	Europe/Berlin
6558113	Renchen	renchen	Renchen,Stadt Renchen		DE	01	083	08317	08317110	7381	Europe/Berlin
6558114	Wolfach	wolfach	Stadt Wolfach,Wolfach		DE	01	083	08317	08317145	5785	Europe/Berlin
6558115	Zell am Harmersbach	zell-am-harmersbach	Stadt Zell am Harmersbach,Zell am Harmersbach		DE	01	083	08317	08317146	8130	Europe/Berlin
6558116	Rheinau	rheinau	Rheinau,Stadt Rheinau		DE	01	083	08317	08317153	11273	Europe/Berlin
6558117	Oberndorf am Neckar	oberndorf-am-neckar	Oberndorf am Neckar,Stadt Oberndorf am Neckar		DE	01	083	08325	08325045	14077	Europe/Berlin
6558118	Rottweil	rottweil	Rottweil,Stadt Rottweil		DE	01	083	08325	08325049	25182	Europe/Berlin
6558119	Schiltach	schiltach	Schiltach,Stadt Schiltach		DE	01	083	08325	08325051	3847	Europe/Berlin
6558120	Schramberg	schramberg	Schramberg,Stadt Schramberg		DE	01	083	08325	08325053	21148	Europe/Berlin
6558121	Sulz am Neckar	sulz-am-neckar	Stadt Sulz am Neckar,Sulz am Neckar		DE	01	083	08325	08325057	12394	Europe/Berlin
6558122	Bad Dürrheim	bad-duerrheim	Bad Duerrheim,Bad Dürrheim,Stadt Bad Duerrheim,Stadt Bad Dürrheim		DE	01	083	08326	08326003	13292	Europe/Berlin
6558123	Blumberg	blumberg	Blumberg,Stadt Blumberg		DE	01	083	08326	08326005	10063	Europe/Berlin
6558124	Bräunlingen	braeunlingen	Braeunlingen,Bräunlingen,Stadt Braeunlingen,Stadt Bräunlingen		DE	01	083	08326	08326006	5834	Europe/Berlin
6558125	Donaueschingen	donaueschingen	Donaueschingen,Stadt Donaueschingen		DE	01	083	08326	08326012	22118	Europe/Berlin
6558126	Furtwangen im Schwarzwald	furtwangen-im-schwarzwald	Furtwangen im Schwarzwald,Stadt Furtwangen im Schwarzwald		DE	01	083	08326	08326017	8984	Europe/Berlin
6558127	Hüfingen	huefingen	Huefingen,Hüfingen,Stadt Huefingen,Stadt Hüfingen		DE	01	083	08326	08326027	7921	Europe/Berlin
6558128	St. Georgen im Schwarzwald	st-georgen-im-schwarzwald	St. Georgen im Schwarzwald,Stadt St. Georgen im Schwarzwald		DE	01	083	08326	08326052	12945	Europe/Berlin
6558130	Villingen-Schwenningen	villingen-schwenningen	Stadt Villingen-Schwenningen,Villingen-Schwenningen		DE	01	083	08326	08326074	85707	Europe/Berlin
6558131	Fridingen an der Donau	fridingen-an-der-donau	Fridingen an der Donau,Stadt Fridingen an der Donau		DE	01	083	08327	08327016	3141	Europe/Berlin
6558132	Geisingen	geisingen	Geisingen,Stadt Geisingen		DE	01	083	08327	08327018	6286	Europe/Berlin
6558133	Mühlheim an der Donau	muehlheim-an-der-donau	Muehlheim an der Donau,Mühlheim an der Donau,Stadt Muehlheim an der Donau,Stadt Mühlheim an der Donau		DE	01	083	08327	08327036	3615	Europe/Berlin
6558134	Spaichingen	spaichingen	Spaichingen,Stadt Spaichingen		DE	01	083	08327	08327046	13063	Europe/Berlin
6558135	Trossingen	trossingen	Stadt Trossingen,Trossingen		DE	01	083	08327	08327049	16856	Europe/Berlin
6558136	Tuttlingen	tuttlingen	Stadt Tuttlingen,Tuttlingen		DE	01	083	08327	08327050	36102	Europe/Berlin
6558137	Engen	engen	Ehngen,Engen,Stadt Engen,anghn,angn  badn-wwrtmbrg,en gen,Енген,Энген,إنغن,انگن، بادن-وورتمبرگ,恩根		DE	01	083	08335	08335022	10738	Europe/Berlin
6558138	Radolfzell am Bodensee	radolfzell-am-bodensee	Radolfzell am Bodensee,Stadt Radolfzell am Bodensee		DE	01	083	08335	08335063	31496	Europe/Berlin
6558139	Stockach	stockach	Stadt Stockach,Stockach		DE	01	083	08335	08335079	17183	Europe/Berlin
6558140	Tengen	tengen	Stadt Tengen,Tengen,teng gen,tnghn,tngn  alman,Тенген,تنغن,تنگن، آلمان,滕根		DE	01	083	08335	08335080	4657	Europe/Berlin
6558141	Kandern	kandern	Kandern,Stadt Kandern		DE	01	083	08336	08336045	8273	Europe/Berlin
6558142	Lörrach	loerrach	Loerrach,Lörrach,Stadt Loerrach,Stadt Lörrach		DE	01	083	08336	08336050	49291	Europe/Berlin
6558143	Schönau im Schwarzwald	schoenau-im-schwarzwald	Schoenau im Schwarzwald,Schönau im Schwarzwald,Stadt Schoenau im Schwarzwald,Stadt Schönau im Schwarzwald		DE	01	083	08336	08336079	2415	Europe/Berlin
6558144	Schopfheim	schopfheim	Schopfheim,Stadt Schopfheim		DE	01	083	08336	08336081	19573	Europe/Berlin
6558145	Todtnau	todtnau	Stadt Todtnau,Todtnau		DE	01	083	08336	08336087	4849	Europe/Berlin
6558146	Weil am Rhein	weil-am-rhein	Stadt Weil am Rhein,Weil am Rhein		DE	01	083	08336	08336091	30150	Europe/Berlin
6558147	Zell im Wiesental	zell-im-wiesental	Stadt Zell im Wiesental,Zell im Wiesental		DE	01	083	08336	08336103	6290	Europe/Berlin
6558148	Bonndorf im Schwarzwald	bonndorf-im-schwarzwald	Bonndorf im Schwarzwald,Stadt Bonndorf im Schwarzwald		DE	01	083	08337	08337022	6939	Europe/Berlin
6558149	Bad Säckingen	bad-saeckingen	Bad Saeckingen,Bad Säckingen,Stadt Bad Saeckingen,Stadt Bad Säckingen		DE	01	083	08337	08337096	17508	Europe/Berlin
6558150	St. Blasien	st-blasien	St. Blasien,Stadt St. Blasien		DE	01	083	08337	08337097	3984	Europe/Berlin
6558151	Stühlingen	stuehlingen	Stadt Stuehlingen,Stadt Stühlingen,Stuehlingen,Stühlingen		DE	01	083	08337	08337106	5372	Europe/Berlin
6558152	Waldshut-Tiengen	waldshut-tiengen	Stadt Waldshut-Tiengen,Waldshut-Tiengen		DE	01	083	08337	08337126	24202	Europe/Berlin
6558153	Hayingen	hayingen	Hayingen,Stadt Hayingen		DE	01	084	08415	08415034	2211	Europe/Berlin
6558154	Metzingen	metzingen	Metzingen,Stadt Metzingen		DE	01	084	08415	08415050	22069	Europe/Berlin
6558155	Münsingen	muensingen	Minsingen,Mjunzingen,Muensingen,Münsingen,Stadt Muensingen,Stadt Münsingen,mwnzynghn,mwnzyngn,Минсинген,Мюнзинген,Мюнзінген,مونزينغن,مونزینگن		DE	01	084	08415	08415053	14392	Europe/Berlin
6558156	Pfullingen	pfullingen	Pfullingen,Stadt Pfullingen		DE	01	084	08415	08415059	18657	Europe/Berlin
6558157	Reutlingen	reutlingen	Reutlingen,Rojtlingen,Stadt Reutlingen,Ройтлинген,Ройтлінген		DE	01	084	08415	08415061	115865	Europe/Berlin
6558158	Trochtelfingen	trochtelfingen	Stadt Trochtelfingen,Trochtelfingen		DE	01	084	08415	08415073	6354	Europe/Berlin
6558159	Bad Urach	bad-urach	Bad Urach,Stadt Bad Urach		DE	01	084	08415	08415078	12530	Europe/Berlin
6558160	Mössingen	moessingen	Moessingen,Mössingen,Stadt Moessingen,Stadt Mössingen		DE	01	084	08416	08416025	20455	Europe/Berlin
6558161	Rottenburg am Neckar	rottenburg-am-neckar	Rottenburg am Neckar,Stadt Rottenburg am Neckar		DE	01	084	08416	08416036	43843	Europe/Berlin
6558162	Balingen	balingen	Balingen,Stadt Balingen		DE	01	084	08417	08417002	34332	Europe/Berlin
6558163	Burladingen	burladingen	Burladingen,Stadt Burladingen		DE	01	084	08417	08417013	12206	Europe/Berlin
6558164	Geislingen	geislingen	Gajslingen,Gajzlingen,Geislingen,Stadt Geislingen,gayzlyngn,ghayzlynghn,Гайслинген,Гайслінген,Гајзлинген,غايزلينغن,گایزلینگن		DE	01	084	08417	08417022	5903	Europe/Berlin
6558165	Haigerloch	haigerloch	Haigerloch,Stadt Haigerloch		DE	01	084	08417	08417025	10735	Europe/Berlin
6558166	Hechingen	hechingen	Hechingen,Stadt Hechingen		DE	01	084	08417	08417031	19259	Europe/Berlin
6558167	Meßstetten	messstetten	Messstetten,Meßstetten,Stadt Messstetten,Stadt Meßstetten		DE	01	084	08417	08417044	10671	Europe/Berlin
6558168	Rosenfeld	rosenfeld	Rosenfeld,Rozenfel'd,Rozenfeld,Stadt Rosenfeld,rwznfld,Розенфелд,Розенфельд,روزنفلد		DE	01	084	08417	08417054	6332	Europe/Berlin
6558169	Schömberg	schoemberg	Schoemberg,Schömberg,Shemberg,Shjomberg,Stadt Schoemberg,Stadt Schömberg,shmbwrg,shwmbrgh,Шемберг,Шёмберг,شمبورگ,شومبرغ		DE	01	084	08417	08417057	4687	Europe/Berlin
6558170	Albstadt	albstadt	Albstadt,Stadt Albstadt		DE	01	084	08417	08417079	45465	Europe/Berlin
6558171	Dietenheim	dietenheim	Dietenheim,Stadt Dietenheim		DE	01	084	08425	08425028	6764	Europe/Berlin
6558172	Erbach	erbach	Ehrbakh,Erbach,Erbach an der Donau,Erbakh,Erbakh-an-der-Donau,Erbax,Stadt Erbach,arbakh,duo nao he pan ai er ba he,erbakhi,Ербах,Ербах-ан-дер-Донау,Эрбах,Էրբախ,إرباخ,ارباخ,ერბახი,多瑙河畔埃爾巴赫		DE	01	084	08425	08425039	13684	Europe/Berlin
6558173	Langenau	langenau	Langenau,Stadt Langenau		DE	01	084	08425	08425072	15343	Europe/Berlin
6558174	Munderkingen	munderkingen	Munderkingen,Stadt Munderkingen		DE	01	084	08425	08425081	5384	Europe/Berlin
6558175	Schelklingen	schelklingen	Schelklingen,Stadt Schelklingen		DE	01	084	08425	08425108	6811	Europe/Berlin
6558176	Bad Buchau	bad-buchau	Bad Buchau,Stadt Bad Buchau		DE	01	084	08426	08426013	4336	Europe/Berlin
6558177	Laupheim	laupheim	Laupheim,Stadt Laupheim		DE	01	084	08426	08426070	22429	Europe/Berlin
6558178	Ochsenhausen	ochsenhausen	Ochsenhausen,Stadt Ochsenhausen		DE	01	084	08426	08426087	8981	Europe/Berlin
6558179	Riedlingen	riedlingen	Riedlingen,Stadt Riedlingen		DE	01	084	08426	08426097	10580	Europe/Berlin
6558180	Friedrichshafen	friedrichshafen	Friedrichshafen,Stadt Friedrichshafen		DE	01	084	08435	08435016	61283	Europe/Berlin
6558181	Markdorf	markdorf	Markdorf,Stadt Markdorf		DE	01	084	08435	08435034	14170	Europe/Berlin
6558182	Meersburg	meersburg	Meersburg,Stadt Meersburg		DE	01	084	08435	08435036	6044	Europe/Berlin
6558183	Tettnang	tettnang	Stadt Tettnang,Tetnang,Tettnan'nk,Tettnang,te nan,ttnang,tytnangh,Τέττνανγκ,Тетнанг,Теттнанг,Տետնանգ,تتنانگ,تيتنانغ,ტეტნანგი,特南		DE	01	084	08435	08435057	19437	Europe/Berlin
6558184	Überlingen	ueberlingen	Stadt UEberlingen,Stadt Überlingen,UEberlingen,Überlingen		DE	01	084	08435	08435059	22475	Europe/Berlin
6558185	Aulendorf	aulendorf	Aulendorf,Stadt Aulendorf		DE	01	084	08436	08436008	10130	Europe/Berlin
6558186	Bad Waldsee	bad-waldsee	Bad Waldsee,Stadt Bad Waldsee		DE	01	084	08436	08436009	20149	Europe/Berlin
6558187	Bad Wurzach	bad-wurzach	Bad Wurzach,Stadt Bad Wurzach		DE	01	084	08436	08436010	14607	Europe/Berlin
6558188	Isny im Allgäu	isny-im-allgaeu	Isny im Allgaeu,Isny im Allgäu,Stadt Isny im Allgaeu,Stadt Isny im Allgäu		DE	01	084	08436	08436049	14191	Europe/Berlin
6558189	Leutkirch im Allgäu	leutkirch-im-allgaeu	Leutkirch im Allgaeu,Leutkirch im Allgäu,Stadt Leutkirch im Allgaeu,Stadt Leutkirch im Allgäu		DE	01	084	08436	08436055	22939	Europe/Berlin
6558190	Ravensburg	ravensburg	Ravensburg,Stadt Ravensburg		DE	01	084	08436	08436064	50897	Europe/Berlin
6558191	Wangen im Allgäu	wangen-im-allgaeu	Stadt Wangen im Allgaeu,Stadt Wangen im Allgäu,Wangen im Allgaeu,Wangen im Allgäu		DE	01	084	08436	08436081	26917	Europe/Berlin
6558192	Weingarten	weingarten	Stadt Weingarten,Vajngarten,Weingarten,faynghartn,wayngartn,wei yin jia er teng,Вайнгартен,Вајнгартен,فاينغارتن,واینگارتن,韦因加尔滕		DE	01	084	08436	08436082	25155	Europe/Berlin
6558193	Gammertingen	gammertingen	Gammertingen,Stadt Gammertingen		DE	01	084	08437	08437031	6318	Europe/Berlin
6558194	Hettingen	hettingen	Hettingen,Stadt Hettingen		DE	01	084	08437	08437047	1776	Europe/Berlin
6558195	Mengen	mengen	Mengen,Stadt Mengen,men gen,mnghn,mngn  alman,Менген,منغن,منگن، آلمان,门根		DE	01	084	08437	08437076	9933	Europe/Berlin
6558196	Meßkirch	messkirch	Messkirch,Meßkirch,Stadt Messkirch,Stadt Meßkirch		DE	01	084	08437	08437078	8426	Europe/Berlin
6558197	Pfullendorf	pfullendorf	Pfullendorf,Stadt Pfullendorf		DE	01	084	08437	08437088	13446	Europe/Berlin
6558198	Bad Saulgau	bad-saulgau	Bad Saulgau,Stadt Bad Saulgau		DE	01	084	08437	08437100	17458	Europe/Berlin
6558199	Scheer	scheer	Scheer,Sher,Stadt Scheer,she er,shyr,Шер,شير,شیر,舍尔		DE	01	084	08437	08437101	2498	Europe/Berlin
6558200	Sigmaringen	sigmaringen	Sigmaringen,Stadt Sigmaringen,Zigmaringen,Зигмаринген,Зігмарінген		DE	01	084	08437	08437104	17125	Europe/Berlin
6558201	Veringenstadt	veringenstadt	Stadt Veringenstadt,Veringenstadt		DE	01	084	08437	08437114	2123	Europe/Berlin
6558202	Altötting	altoetting	Altoetting,Altötting,Stadt Altoetting,Stadt Altötting		DE	02	091	09171	09171111	13001	Europe/Berlin
6558203	Burghausen	burghausen	Burggauzen,Burghausen,Burghausn,Burghauzen,Burgkhauzen,Stadt Burghausen,bu er ge hao sen,burukuhauzen,bwrghhawzn,Бурггаузен,Бургхаузен,Բուրգհաուզեն,بورغهاوزن,بورگ‌هاوزن، التوتیگ,ブルクハウゼン,布尔格豪森		DE	02	091	09171	09171112	18713	Europe/Berlin
6558204	Neuötting	neuoetting	Neuoetting,Neuötting,Stadt Neuoetting,Stadt Neuötting		DE	02	091	09171	09171125	8989	Europe/Berlin
6558205	Bad Reichenhall	bad-reichenhall	Bad Reichenhall,Stadt Bad Reichenhall		DE	02	091	09172	09172114	18443	Europe/Berlin
6558206	Freilassing	freilassing	Freilassing,Stadt Freilassing		DE	02	091	09172	09172118	17147	Europe/Berlin
6558207	Laufen	laufen	Laufen,Stadt Laufen		DE	02	091	09172	09172122	7316	Europe/Berlin
6558208	Geretsried	geretsried	Geretsried,Stadt Geretsried		DE	02	091	09173	09173126	25438	Europe/Berlin
6558209	Wolfratshausen	wolfratshausen	Stadt Wolfratshausen,Wolfratshausen		DE	02	091	09173	09173147	19033	Europe/Berlin
6558210	Dachau	dachau	Dachau,Stadt Dachau		DE	02	091	09174	09174115	47721	Europe/Berlin
6558211	Ebersberg	ebersberg	Ebersberg,Stadt Ebersberg		DE	02	091	09175	09175115	12193	Europe/Berlin
6558212	Beilngries	beilngries	Beilngries,Stadt Beilngries		DE	02	091	09176	09176114	9867	Europe/Berlin
6558213	Eichstätt	eichstaett	Eichstaett,Eichstätt,Stadt Eichstaett,Stadt Eichstätt		DE	02	091	09176	09176123	13377	Europe/Berlin
6558214	Dorfen	dorfen	Dorfen,Stadt Dorfen		DE	02	091	09177	09177115	14697	Europe/Berlin
6558215	Erding	erding	Arrdeng,Ehrding,Erding,Erdingas,Stadt Erding,ai er ding,ardyng,ardyngh,eleuding,Ėrdingas,Ердинг,Ердінґ,Эрдинг,إردينغ,اردینگ,ارڈنگ,埃尔丁,에르딩		DE	02	091	09177	09177117	36437	Europe/Berlin
6558216	Freising	freising	Freising,Stadt Freising		DE	02	091	09178	09178124	49126	Europe/Berlin
6558217	Fürstenfeldbruck	fuerstenfeldbruck	Fuerstenfeldbruck,Fürstenfeldbruck,Stadt Fuerstenfeldbruck,Stadt Fürstenfeldbruck		DE	02	091	09179	09179121	37004	Europe/Berlin
6558218	Germering	germering	Germering,Stadt Germering		DE	02	091	09179	09179123	40399	Europe/Berlin
6558219	Landsberg am Lech	landsberg-am-lech	Landsberg am Lech,Stadt Landsberg am Lech		DE	02	091	09181	09181130	29228	Europe/Berlin
6558220	Miesbach	miesbach	Miesbach,Stadt Miesbach		DE	02	091	09182	09182125	11471	Europe/Berlin
6558221	Tegernsee	tegernsee	Stadt Tegernsee,Tegernsee		DE	02	091	09182	09182132	3682	Europe/Berlin
6558222	Neumarkt-Sankt Veit	neumarkt-sankt-veit	Neumarkt-Sankt Veit,Stadt Neumarkt-Sankt Veit		DE	02	091	09183	09183129	6285	Europe/Berlin
6558223	Waldkraiburg	waldkraiburg	Stadt Waldkraiburg,Waldkraiburg		DE	02	091	09183	09183148	23392	Europe/Berlin
6558224	Unterschleißheim	unterschleissheim	Stadt Unterschleissheim,Stadt Unterschleißheim,Unterschleissheim,Unterschleißheim		DE	02	091	09184	09184149	28950	Europe/Berlin
6558225	Schrobenhausen	schrobenhausen	Schrobenhausen,Stadt Schrobenhausen		DE	02	091	09185	09185158	17226	Europe/Berlin
6558226	Geisenfeld	geisenfeld	Geisenfeld,Stadt Geisenfeld		DE	02	091	09186	09186122	11473	Europe/Berlin
6558227	Bad Aibling	bad-aibling	Bad Aibling,Stadt Bad Aibling		DE	02	091	09187	09187117	19056	Europe/Berlin
6558228	Kolbermoor	kolbermoor	Kolbermoor,Stadt Kolbermoor		DE	02	091	09187	09187150	18532	Europe/Berlin
6558229	Starnberg	starnberg	Stadt Starnberg,Starnberg		DE	02	091	09188	09188139	23488	Europe/Berlin
6558230	Tittmoning	tittmoning	Stadt Tittmoning,Tittmoning		DE	02	091	09189	09189152	5823	Europe/Berlin
6558231	Traunreut	traunreut	Stadt Traunreut,Traunreut		DE	02	091	09189	09189154	20931	Europe/Berlin
6558232	Traunstein	traunstein	Stadt Traunstein,Traunstein		DE	02	091	09189	09189155	20599	Europe/Berlin
6558233	Trostberg	trostberg	Stadt Trostberg,Trostberg		DE	02	091	09189	09189157	11295	Europe/Berlin
6558234	Penzberg	penzberg	Penzberg,Stadt Penzberg		DE	02	091	09190	09190141	16514	Europe/Berlin
6558235	Schongau	schongau	Schongau,Schongium,Shongau,Songau,Stadt Schongau,shongau,shwngaw  bayrn,shwnghaw,Шонгау,Շոնգաու,شونغاو,شونگاو، بایرن,ショーンガウ		DE	02	091	09190	09190148	12377	Europe/Berlin
6558236	Deggendorf	deggendorf	Deggendorf,Stadt Deggendorf		DE	02	092	09271	09271119	33721	Europe/Berlin
6558237	Osterhofen	osterhofen	Osterhofen,Stadt Osterhofen		DE	02	092	09271	09271141	11764	Europe/Berlin
6558238	Plattling	plattling	Plattling,Stadt Plattling		DE	02	092	09271	09271146	13028	Europe/Berlin
6558239	Freyung	freyung	Frajung,Frejung,Freyung,Stadt Freyung,fraywngh,frywng  bayrn,fu lai weng,Фрайунг,Фрайунґ,Фрајунг,Фрейунг,Ֆրեյունգ,فرايونغ,فریونگ، بایرن,弗赖翁		DE	02	092	09272	09272118	7171	Europe/Berlin
6558240	Grafenau	grafenau	Grafenau,Stadt Grafenau,ghrafnaw,grfnaw  bayrn,Графенау,Ґрафенау,Գրաֆենաու,غرافناو,گرفناو، بایرن		DE	02	092	09272	09272120	8247	Europe/Berlin
6558241	Waldkirchen	waldkirchen	Stadt Waldkirchen,Waldkirchen		DE	02	092	09272	09272151	10704	Europe/Berlin
6558242	Abensberg	abensberg	Abensberg,Stadt Abensberg		DE	02	092	09273	09273111	13996	Europe/Berlin
6558243	Kelheim	kelheim	Kelheim,Stadt Kelheim		DE	02	092	09273	09273137	16842	Europe/Berlin
6558244	Mainburg	mainburg	Mainburg,Stadt Mainburg		DE	02	092	09273	09273147	15163	Europe/Berlin
6558245	Riedenburg	riedenburg	Riedenburg,Stadt Riedenburg		DE	02	092	09273	09273164	6066	Europe/Berlin
6558246	Vilsbiburg	vilsbiburg	Stadt Vilsbiburg,Vilsbiburg		DE	02	092	09274	09274184	12203	Europe/Berlin
6558247	Hauzenberg	hauzenberg	Hauzenberg,Stadt Hauzenberg		DE	02	092	09275	09275126	11703	Europe/Berlin
6558248	Pocking	pocking	Pocking,Stadt Pocking		DE	02	092	09275	09275141	16041	Europe/Berlin
6558249	Viechtach	viechtach	Stadt Viechtach,Viechtach		DE	02	092	09276	09276144	8374	Europe/Berlin
6558250	Zwiesel	zwiesel	Stadt Zwiesel,Zwiesel		DE	02	092	09276	09276148	9306	Europe/Berlin
6558251	Eggenfelden	eggenfelden	Eggenfelden,Stadt Eggenfelden		DE	02	092	09277	09277116	13840	Europe/Berlin
6558252	Pfarrkirchen	pfarrkirchen	Pfarrkirchen,Stadt Pfarrkirchen		DE	02	092	09277	09277138	12953	Europe/Berlin
6558253	Bogen	bogen	Bogen,Boong,Stadt Bogen,bo gen,bwghn,bwgn,Боген,بوغن,بوگن,博根		DE	02	092	09278	09278118	10197	Europe/Berlin
6558254	Geiselhöring	geiselhoering	Geiselhoering,Geiselhöring,Stadt Geiselhoering,Stadt Geiselhöring		DE	02	092	09278	09278123	6824	Europe/Berlin
6558255	Dingolfing	dingolfing	Dingolfing,Stadt Dingolfing		DE	02	092	09279	09279112	19985	Europe/Berlin
6558256	Hirschau	hirschau	Hirschau,Stadt Hirschau		DE	02	093	09371	09371127	5630	Europe/Berlin
6558257	Schnaittenbach	schnaittenbach	Schnaittenbach,Stadt Schnaittenbach		DE	02	093	09371	09371150	4232	Europe/Berlin
6558258	Sulzbach-Rosenberg	sulzbach-rosenberg	Stadt Sulzbach-Rosenberg,Sulzbach-Rosenberg		DE	02	093	09371	09371151	19410	Europe/Berlin
6558259	Vilseck	vilseck	Stadt Vilseck,Vilseck		DE	02	093	09371	09371156	6306	Europe/Berlin
6558260	Furth im Wald	furth-im-wald	Furth im Wald,Stadt Furth im Wald		DE	02	093	09372	09372126	9084	Europe/Berlin
6558261	Kötzting	koetzting	Koetzting,Kötzting,Stadt Koetzting,Stadt Kötzting		DE	02	093	09372	09372137	7480	Europe/Berlin
6558262	Roding	roding	Roding,Stadt Roding,luo ding,rdyng  alman,rwdyngh,Родинг,Родінг,Ռոդինգ,ردینگ، آلمان,رودينغ,罗丁		DE	02	093	09372	09372153	12142	Europe/Berlin
6558263	Rötz	roetz	Roetz,Rötz,Stadt Roetz,Stadt Rötz		DE	02	093	09372	09372154	3396	Europe/Berlin
6558264	Waldmünchen	waldmuenchen	Stadt Waldmuenchen,Stadt Waldmünchen,Waldmuenchen,Waldmünchen		DE	02	093	09372	09372171	6677	Europe/Berlin
6558265	Berching	berching	Berching,Stadt Berching		DE	02	093	09373	09373112	8745	Europe/Berlin
6558266	Freystadt	freystadt	Freystadt,Stadt Freystadt		DE	02	093	09373	09373126	9114	Europe/Berlin
6558267	Parsberg	parsberg	Parsberg,Stadt Parsberg		DE	02	093	09373	09373151	7292	Europe/Berlin
6558268	Velburg	velburg	Stadt Velburg,Velburg		DE	02	093	09373	09373167	5352	Europe/Berlin
6558269	Grafenwöhr	grafenwoehr	Grafenwoehr,Grafenwöhr,Stadt Grafenwoehr,Stadt Grafenwöhr		DE	02	093	09374	09374124	6383	Europe/Berlin
6558270	Neustadt am Kulm	neustadt-am-kulm	Neustadt am Kulm,Stadt Neustadt am Kulm		DE	02	093	09374	09374140	1113	Europe/Berlin
6558271	Pleystein	pleystein	Pleystein,Stadt Pleystein		DE	02	093	09374	09374147	2337	Europe/Berlin
6558272	Pressath	pressath	Pressath,Stadt Pressath		DE	02	093	09374	09374149	4271	Europe/Berlin
6558273	Vohenstrauß	vohenstrauss	Stadt Vohenstrauss,Stadt Vohenstrauß,Vohenstrauss,Vohenstrauß		DE	02	093	09374	09374162	7407	Europe/Berlin
6558274	Windischeschenbach	windischeschenbach	Stadt Windischeschenbach,Windischeschenbach		DE	02	093	09374	09374168	4975	Europe/Berlin
6558275	Hemau	hemau	Hemau,Stadt Hemau		DE	02	093	09375	09375148	9326	Europe/Berlin
6558276	Neutraubling	neutraubling	Neutraubling,Stadt Neutraubling		DE	02	093	09375	09375174	13997	Europe/Berlin
6558277	Burglengenfeld	burglengenfeld	Burglengenfeld,Stadt Burglengenfeld		DE	02	093	09376	09376119	13687	Europe/Berlin
6558278	Maxhütte-Haidhof	maxhuette-haidhof	Maxhuette-Haidhof,Maxhütte-Haidhof,Stadt Maxhuette-Haidhof,Stadt Maxhütte-Haidhof		DE	02	093	09376	09376141	11787	Europe/Berlin
6558279	Nabburg	nabburg	Nabburg,Stadt Nabburg		DE	02	093	09376	09376144	6142	Europe/Berlin
6558280	Neunburg vorm Wald	neunburg-vorm-wald	Neunburg vorm Wald,Stadt Neunburg vorm Wald		DE	02	093	09376	09376147	8312	Europe/Berlin
6558281	Nittenau	nittenau	Nittenau,Stadt Nittenau		DE	02	093	09376	09376149	9027	Europe/Berlin
6558282	Oberviechtach	oberviechtach	Oberviechtach,Stadt Oberviechtach		DE	02	093	09376	09376151	5051	Europe/Berlin
6558283	Schönsee	schoensee	Schoensee,Schönsee,Stadt Schoensee,Stadt Schönsee		DE	02	093	09376	09376160	2404	Europe/Berlin
6558284	Schwandorf	schwandorf	Schwandorf,Stadt Schwandorf		DE	02	093	09376	09376161	29130	Europe/Berlin
6558285	Teublitz	teublitz	Stadt Teublitz,Teublitz		DE	02	093	09376	09376170	7550	Europe/Berlin
6558286	Bärnau	baernau	Baernau,Bärnau,Stadt Baernau,Stadt Bärnau		DE	02	093	09377	09377112	3105	Europe/Berlin
6558287	Erbendorf	erbendorf	Erbendorf,Stadt Erbendorf		DE	02	093	09377	09377116	5033	Europe/Berlin
6558288	Kemnath	kemnath	Kemnath,Stadt Kemnath		DE	02	093	09377	09377129	5494	Europe/Berlin
6558289	Mitterteich	mitterteich	Mitterteich,Stadt Mitterteich		DE	02	093	09377	09377141	6580	Europe/Berlin
6558290	Tirschenreuth	tirschenreuth	Stadt Tirschenreuth,Tirschenreuth		DE	02	093	09377	09377154	8712	Europe/Berlin
6558291	Waldershof	waldershof	Stadt Waldershof,Waldershof		DE	02	093	09377	09377157	4261	Europe/Berlin
6558292	Waldsassen	waldsassen	Stadt Waldsassen,Waldsassen		DE	02	093	09377	09377158	6668	Europe/Berlin
6558293	Baunach	baunach	Baunach,Stadt Baunach		DE	02	094	09471	09471115	3984	Europe/Berlin
6558294	Hallstadt	hallstadt	Hallstadt,Stadt Hallstadt		DE	02	094	09471	09471140	8583	Europe/Berlin
6558295	Scheßlitz	schesslitz	Schesslitz,Scheßlitz,Stadt Schesslitz,Stadt Scheßlitz		DE	02	094	09471	09471185	7228	Europe/Berlin
6558296	Schlüsselfeld	schluesselfeld	Schluesselfeld,Schlüsselfeld,Stadt Schluesselfeld,Stadt Schlüsselfeld		DE	02	094	09471	09471220	5925	Europe/Berlin
6558297	Betzenstein	betzenstein	Betzenstein,Stadt Betzenstein		DE	02	094	09472	09472118	2443	Europe/Berlin
6558298	Creußen	creussen	Creussen,Creußen,Stadt Creussen,Stadt Creußen		DE	02	094	09472	09472127	4992	Europe/Berlin
6558299	Gefrees	gefrees	Gefrees,Stadt Gefrees		DE	02	094	09472	09472139	4295	Europe/Berlin
6558300	Goldkronach	goldkronach	Goldkronach,Stadt Goldkronach		DE	02	094	09472	09472143	3469	Europe/Berlin
6558301	Hollfeld	hollfeld	Hollfeld,Stadt Hollfeld		DE	02	094	09472	09472154	5050	Europe/Berlin
6558302	Pegnitz	pegnitz	Pegnic,Pegnitz,Stadt Pegnitz,bghnyts,pegunittsu,pei ge ni ci,pgnyts,Пегниц,Пегніц,Պեգնից,بغنيتس,پگنیتس,ペグニッツ,佩格尼茨		DE	02	094	09472	09472175	13263	Europe/Berlin
6558303	Pottenstein	pottenstein	Potenshtajn,Pottenshtajn,Pottenstein,Stadt Pottenstein,pottenshutain,Потенштајн,Поттенштайн,Պոթենշտայն,پتن‌اشتاین,ポッテンシュタイン		DE	02	094	09472	09472179	5171	Europe/Berlin
6558304	Waischenfeld	waischenfeld	Stadt Waischenfeld,Waischenfeld		DE	02	094	09472	09472197	3066	Europe/Berlin
6558305	Bad Rodach	bad-rodach	Bad Rodach,Stadt Bad Rodach		DE	02	094	09473	09473158	6418	Europe/Berlin
6558306	Rödental	roedental	Roedental,Rödental,Stadt Roedental,Stadt Rödental		DE	02	094	09473	09473159	13169	Europe/Berlin
6558307	Seßlach	sesslach	Sesslach,Seßlach,Stadt Sesslach,Stadt Seßlach		DE	02	094	09473	09473165	3922	Europe/Berlin
6558308	Ebermannstadt	ebermannstadt	Ebermannstadt,Stadt Ebermannstadt		DE	02	094	09474	09474121	6978	Europe/Berlin
6558309	Forchheim	forchheim	Forchheim,Stadt Forchheim		DE	02	094	09474	09474126	32260	Europe/Berlin
6558310	Gräfenberg	graefenberg	Graefenberg,Grefenberg,Gräfenberg,Stadt Graefenberg,Stadt Gräfenberg,ge la fen bei ge,ghryfnbrgh,grfnbrg  bayrn,gurefenberuku,Грефенберг,Գրեֆենբերգ,غريفنبرغ,گرفنبرگ، بایرن,グレーフェンベルク,格拉芬贝格		DE	02	094	09474	09474132	4152	Europe/Berlin
6558311	Helmbrechts	helmbrechts	Helmbrechts,Stadt Helmbrechts		DE	02	094	09475	09475136	8369	Europe/Berlin
6558312	Lichtenberg	lichtenberg	Lichtenberg,Likhtenberg,Stadt Lichtenberg,li xi teng bei ge,lyshtnbrg,lyshtnbrgh,rihitenberuku,Лихтенберг,Ліхтенберг,ليشتنبرغ,لیشتنبرگ,リヒテンベルク,利希滕贝格		DE	02	094	09475	09475146	1037	Europe/Berlin
6558313	Münchberg	muenchberg	Muenchberg,Münchberg,Stadt Muenchberg,Stadt Münchberg		DE	02	094	09475	09475154	10107	Europe/Berlin
6558314	Naila	naila	Naila,Stadt Naila		DE	02	094	09475	09475156	7647	Europe/Berlin
6558315	Rehau	rehau	Rehau,Stadt Rehau		DE	02	094	09475	09475162	9398	Europe/Berlin
6558316	Schauenstein	schauenstein	Schauenstein,Stadt Schauenstein		DE	02	094	09475	09475165	1899	Europe/Berlin
6558317	Selbitz	selbitz	Selbitz,Stadt Selbitz,Zel'bic,Zelbic,sai er bi ci,zbyts,zerubittsu,zylbyts,Зелбиц,Зельбиц,Зельбіц,زبیتس,زيلبيتس,ゼルビッツ,塞尔比茨		DE	02	094	09475	09475171	4250	Europe/Berlin
6558318	Kronach	kronach	Kronach,Stadt Kronach		DE	02	094	09476	09476145	16815	Europe/Berlin
6558319	Ludwigsstadt	ludwigsstadt	Ludwigsstadt,Stadt Ludwigsstadt		DE	02	094	09476	09476152	3431	Europe/Berlin
6558320	Teuschnitz	teuschnitz	Stadt Teuschnitz,Teuschnitz		DE	02	094	09476	09476180	1973	Europe/Berlin
6558321	Wallenfels	wallenfels	Stadt Wallenfels,Wallenfels		DE	02	094	09476	09476184	2627	Europe/Berlin
6558322	Kulmbach	kulmbach	Kulmbach,Stadt Kulmbach		DE	02	094	09477	09477128	25866	Europe/Berlin
6558323	Kupferberg	kupferberg	Kupferberg,Stadt Kupferberg		DE	02	094	09477	09477129	1057	Europe/Berlin
6558324	Stadtsteinach	stadtsteinach	Stadt Stadtsteinach,Stadtsteinach		DE	02	094	09477	09477156	3095	Europe/Berlin
6558325	Burgkunstadt	burgkunstadt	Burgkunstadt,Stadt Burgkunstadt		DE	02	094	09478	09478116	6446	Europe/Berlin
6558326	Lichtenfels	lichtenfels	Lichtenfels,Likhtenfel's,Likhtenfels,Lixtenfels,Stadt Lichtenfels,li xi teng fei er si,lyshtnflz,lyshtnflz  bayrn,rihitenferusu,Лихтенфелс,Лихтенфельс,Ліхтенфельс,Լիխտենֆելս,ليشتنفلز,لیشتنفلز، بایرن,リヒテンフェルス,利希滕费尔斯		DE	02	094	09478	09478139	20142	Europe/Berlin
6558327	Bad Staffelstein	bad-staffelstein	Bad Staffelstein,Stadt Bad Staffelstein		DE	02	094	09478	09478165	10434	Europe/Berlin
6558328	Weismain	weismain	Stadt Weismain,Weismain		DE	02	094	09478	09478176	4751	Europe/Berlin
6558329	Arzberg	arzberg	Arcberg,Arzberg,Stadt Arzberg,a zi bei ge,artsbrgh,arutsuberuku,arzbrg,Арцберг,Արցբերգ,آرتسبرغ,آرزبرگ,アルツベルク,阿茲貝格		DE	02	094	09479	09479112	5127	Europe/Berlin
6558330	Kirchenlamitz	kirchenlamitz	Kirchenlamitz,Stadt Kirchenlamitz		DE	02	094	09479	09479129	3189	Europe/Berlin
6558331	Marktleuthen	marktleuthen	Marktleuthen,Stadt Marktleuthen		DE	02	094	09479	09479135	3013	Europe/Berlin
6558332	Marktredwitz	marktredwitz	Marktredwitz,Stadt Marktredwitz		DE	02	094	09479	09479136	17228	Europe/Berlin
6558333	Schönwald	schoenwald	Schoenwald,Schönwald,Shenval'd,Shenvald,Shjonval'd,Stadt Schoenwald,Stadt Schönwald,Syonvald,shen'vu~aruto,shwnfald,shwnwald  bayrn,Шенвалд,Шенвальд,Шёнвальд,Շյոնվալդ,شونفالد,شونوالد، بایرن,シェーンヴァルト		DE	02	094	09479	09479150	3221	Europe/Berlin
6558334	Selb	selb	Selb,Stadt Selb		DE	02	094	09479	09479152	14895	Europe/Berlin
6558335	Weißenstadt	weissenstadt	Stadt Weissenstadt,Stadt Weißenstadt,Weissenstadt,Weißenstadt		DE	02	094	09479	09479166	3099	Europe/Berlin
6558336	Wunsiedel	wunsiedel	Stadt Wunsiedel,Wunsiedel		DE	02	094	09479	09479169	9295	Europe/Berlin
6558337	Dinkelsbühl	dinkelsbuehl	Dinkelsbuehl,Dinkelsbühl,Stadt Dinkelsbuehl,Stadt Dinkelsbühl		DE	02	095	09571	09571136	11836	Europe/Berlin
6558338	Feuchtwangen	feuchtwangen	Feuchtwangen,Stadt Feuchtwangen		DE	02	095	09571	09571145	12479	Europe/Berlin
6558339	Heilsbronn	heilsbronn	Heilsbronn,Stadt Heilsbronn		DE	02	095	09571	09571165	9702	Europe/Berlin
6558340	Herrieden	herrieden	Herrieden,Stadt Herrieden		DE	02	095	09571	09571166	8048	Europe/Berlin
6558341	Leutershausen	leutershausen	Leutershausen,Stadt Leutershausen		DE	02	095	09571	09571174	5633	Europe/Berlin
6558342	Merkendorf	merkendorf	Merkendorf,Merkendorf i Mittelfranken,Stadt Merkendorf,mei er ken duo fu,merukendorufu,mrkndwrf,Меркендорф,Մերկենդորֆ,مركندورف,مرکندورف,メルケンドルフ,梅尔肯多夫		DE	02	095	09571	09571177	3000	Europe/Berlin
6558343	Ornbau	ornbau	Ornbau,Stadt Ornbau		DE	02	095	09571	09571189	1619	Europe/Berlin
6558344	Rothenburg ob der Tauber	rothenburg-ob-der-tauber	Rothenburg ob der Tauber,Stadt Rothenburg ob der Tauber		DE	02	095	09571	09571193	11391	Europe/Berlin
6558345	Schillingsfürst	schillingsfuerst	Schillingsfuerst,Schillingsfürst,Stadt Schillingsfuerst,Stadt Schillingsfürst		DE	02	095	09571	09571198	2850	Europe/Berlin
6558346	Wassertrüdingen	wassertruedingen	Stadt Wassertruedingen,Stadt Wassertrüdingen,Wassertruedingen,Wassertrüdingen		DE	02	095	09571	09571214	6053	Europe/Berlin
6558347	Windsbach	windsbach	Stadt Windsbach,Windsbach		DE	02	095	09571	09571226	6050	Europe/Berlin
6558348	Wolframs-Eschenbach	wolframs-eschenbach	Stadt Wolframs-Eschenbach,Wolframs-Eschenbach		DE	02	095	09571	09571229	3119	Europe/Berlin
6558349	Baiersdorf	baiersdorf	Baiersdorf,Stadt Baiersdorf		DE	02	095	09572	09572115	7854	Europe/Berlin
6558350	Herzogenaurach	herzogenaurach	Herzogenaurach,Stadt Herzogenaurach		DE	02	095	09572	09572132	23373	Europe/Berlin
6558351	Langenzenn	langenzenn	Langenzenn,Stadt Langenzenn		DE	02	095	09573	09573120	10601	Europe/Berlin
6558352	Oberasbach	oberasbach	Oberasbach,Stadt Oberasbach		DE	02	095	09573	09573122	17681	Europe/Berlin
6558353	Stein	stein	Shtajn,Stadt Stein,Stein,ashtayn,shtayn,Штайн,Штајн,Շթայն,اشتاین,شتاين		DE	02	095	09573	09573127	14128	Europe/Berlin
6558354	Zirndorf	zirndorf	Stadt Zirndorf,Zirndorf		DE	02	095	09573	09573134	25588	Europe/Berlin
6558355	Hersbruck	hersbruck	Hersbruck,Stadt Hersbruck		DE	02	095	09574	09574132	12436	Europe/Berlin
6558356	Velden	velden	Stadt Velden,Velden		DE	02	095	09574	09574160	1822	Europe/Berlin
6558357	Bad Windsheim	bad-windsheim	Bad Windsheim,Stadt Bad Windsheim		DE	02	095	09575	09575112	12369	Europe/Berlin
6558358	Burgbernheim	burgbernheim	Burgbernheim,Stadt Burgbernheim		DE	02	095	09575	09575115	3342	Europe/Berlin
6558359	Scheinfeld	scheinfeld	Scheinfeld,Stadt Scheinfeld		DE	02	095	09575	09575161	4724	Europe/Berlin
6558360	Uffenheim	uffenheim	Stadt Uffenheim,Uffenheim		DE	02	095	09575	09575168	6502	Europe/Berlin
6558361	Abenberg	abenberg	Abenberg,Stadt Abenberg		DE	02	095	09576	09576111	5503	Europe/Berlin
6558362	Greding	greding	Greding,Stadt Greding		DE	02	095	09576	09576122	7163	Europe/Berlin
6558363	Heideck	heideck	Heideck,Stadt Heideck		DE	02	095	09576	09576126	4642	Europe/Berlin
6558364	Hilpoltstein	hilpoltstein	Hilpoltstein,Stadt Hilpoltstein		DE	02	095	09576	09576127	13731	Europe/Berlin
6558365	Roth	roth	Rot,Roth,Roth bei Nuernberg,Roth bei Nürnberg,Stadt Roth,luo te,roto,rwt,rwth bay nwrnbrg,Рот,روت,روث بای نورنبرگ,ロート,罗特		DE	02	095	09576	09576143	25238	Europe/Berlin
6558366	Spalt	spalt	Spalt,Stadt Spalt		DE	02	095	09576	09576147	5047	Europe/Berlin
6558367	Ellingen	ellingen	Ellingen,Stadt Ellingen		DE	02	095	09577	09577125	3851	Europe/Berlin
6558368	Gunzenhausen	gunzenhausen	Gunzenhausen,Stadt Gunzenhausen		DE	02	095	09577	09577136	16616	Europe/Berlin
6558369	Pappenheim	pappenheim	Pappenheim,Stadt Pappenheim		DE	02	095	09577	09577158	4039	Europe/Berlin
6558370	Treuchtlingen	treuchtlingen	Stadt Treuchtlingen,Treuchtlingen		DE	02	095	09577	09577173	12952	Europe/Berlin
6558371	Bad Brückenau	bad-brueckenau	Bad Brueckenau,Bad Brückenau,Stadt Bad Brueckenau,Stadt Bad Brückenau		DE	02	096	09672	09672113	6462	Europe/Berlin
6558372	Bad Kissingen	bad-kissingen	Bad Kissingen,Stadt Bad Kissingen		DE	02	096	09672	09672114	22443	Europe/Berlin
6558373	Hammelburg	hammelburg	Hammelburg,Stadt Hammelburg		DE	02	096	09672	09672127	11023	Europe/Berlin
6558374	Münnerstadt	muennerstadt	Muennerstadt,Münnerstadt,Stadt Muennerstadt,Stadt Münnerstadt		DE	02	096	09672	09672135	7598	Europe/Berlin
6558375	Fladungen	fladungen	Fladungen,Stadt Fladungen		DE	02	096	09673	09673123	2212	Europe/Berlin
6558376	Mellrichstadt	mellrichstadt	Mellrichstadt,Stadt Mellrichstadt		DE	02	096	09673	09673142	5551	Europe/Berlin
6558377	Ebern	ebern	Ebern,Stadt Ebern		DE	02	096	09674	09674130	7317	Europe/Berlin
6558378	Eltmann	eltmann	Eltmann,Stadt Eltmann		DE	02	096	09674	09674133	5357	Europe/Berlin
6558379	Haßfurt	hassfurt	Hassfurt,Haßfurt,Stadt Hassfurt,Stadt Haßfurt		DE	02	096	09674	09674147	13501	Europe/Berlin
6558380	Dettelbach	dettelbach	Dettelbach,Stadt Dettelbach		DE	02	096	09675	09675117	7295	Europe/Berlin
6558381	Iphofen	iphofen	Iphofen,Stadt Iphofen		DE	02	096	09675	09675139	4667	Europe/Berlin
6558382	Mainbernheim	mainbernheim	Mainbernheim,Stadt Mainbernheim		DE	02	096	09675	09675144	2219	Europe/Berlin
6558383	Marktbreit	marktbreit	Marktbreit,Stadt Marktbreit		DE	02	096	09675	09675147	3953	Europe/Berlin
6558384	Marktsteft	marktsteft	Marktsteft,Stadt Marktsteft		DE	02	096	09675	09675149	1993	Europe/Berlin
6558385	Prichsenstadt	prichsenstadt	Prichsenstadt,Stadt Prichsenstadt		DE	02	096	09675	09675158	3058	Europe/Berlin
6558386	Volkach	volkach	Stadt Volkach,Volkach		DE	02	096	09675	09675174	8852	Europe/Berlin
6558387	Amorbach	amorbach	Amorbach,Stadt Amorbach		DE	02	096	09676	09676112	3971	Europe/Berlin
6558388	Miltenberg	miltenberg	Miltenberg,Stadt Miltenberg		DE	02	096	09676	09676139	9304	Europe/Berlin
6558389	Stadtprozelten	stadtprozelten	Stadt Stadtprozelten,Stadtprozelten		DE	02	096	09676	09676158	1539	Europe/Berlin
6558390	Arnstein	arnstein	Arnshtajn,Arnstein,Stadt Arnstein,a er en si tai yin,arnashtayn,arnshtayn,Арнштайн,Арнштајн,Արնշթայն,آرناشتاین,آرنسٹین,آرنشتاين,არნშტაინი,阿尔恩斯泰因		DE	02	096	09677	09677114	8116	Europe/Berlin
6558391	Karlstadt	karlstadt	Karlstadt,Stadt Karlstadt		DE	02	096	09677	09677148	14983	Europe/Berlin
6558392	Marktheidenfeld	marktheidenfeld	Marktheidenfeld,Stadt Marktheidenfeld		DE	02	096	09677	09677157	11213	Europe/Berlin
6558393	Rieneck	rieneck	Rieneck,Stadt Rieneck		DE	02	096	09677	09677177	1914	Europe/Berlin
6558394	Rothenfels	rothenfels	Rothenfels,Stadt Rothenfels		DE	02	096	09677	09677181	1022	Europe/Berlin
6558395	Gerolzhofen	gerolzhofen	Gerolzhofen,Stadt Gerolzhofen		DE	02	096	09678	09678134	6868	Europe/Berlin
6558396	Aub	aub	Aub,Stadt Aub		DE	02	096	09679	09679114	1447	Europe/Berlin
6558397	Eibelstadt	eibelstadt	Eibelstadt,Stadt Eibelstadt		DE	02	096	09679	09679124	3065	Europe/Berlin
6558398	Ochsenfurt	ochsenfurt	Ochsenfurt,Stadt Ochsenfurt		DE	02	096	09679	09679170	11296	Europe/Berlin
6558399	Röttingen	roettingen	Roettingen,Röttingen,Stadt Roettingen,Stadt Röttingen		DE	02	096	09679	09679182	1668	Europe/Berlin
6558400	Aichach	aichach	Aichach,Stadt Aichach		DE	02	097	09771	09771113	21470	Europe/Berlin
6558401	Friedberg	friedberg	Friedberg,Stadt Friedberg		DE	02	097	09771	09771130	29979	Europe/Berlin
6558402	Bobingen	bobingen	Bobingen,Stadt Bobingen		DE	02	097	09772	09772125	17307	Europe/Berlin
6558403	Gersthofen	gersthofen	Gersthofen,Stadt Gersthofen		DE	02	097	09772	09772147	22451	Europe/Berlin
6558404	Königsbrunn	koenigsbrunn	Kenigsbrun,Kjonigsbrunn,Koenigsbrunn,Königsbrunn,Stadt Koenigsbrunn,Stadt Königsbrunn,ke ni ge si bu lun,kwnygzbrwn,Кенигсбрун,Кёнигсбрунн,کونیگزبرون,克尼格斯布伦		DE	02	097	09772	09772163	28059	Europe/Berlin
6558405	Neusäß	neusaess	Neusaess,Neusäß,Stadt Neusaess,Stadt Neusäß		DE	02	097	09772	09772184	22335	Europe/Berlin
6558406	Schwabmünchen	schwabmuenchen	Schwabmuenchen,Schwabmünchen,Stadt Schwabmuenchen,Stadt Schwabmünchen		DE	02	097	09772	09772200	14312	Europe/Berlin
6558407	Lauingen (Donau)	lauingen-donau	Lauingen (Donau),Stadt Lauingen (Donau)		DE	02	097	09773	09773144	11060	Europe/Berlin
6558408	Wertingen	wertingen	Stadt Wertingen,Wertingen		DE	02	097	09773	09773182	9346	Europe/Berlin
6558409	Burgau	burgau	Burgau,Stadt Burgau		DE	02	097	09774	09774121	10123	Europe/Berlin
6558410	Günzburg	guenzburg	Guenzburg,Günzburg,Stadt Guenzburg,Stadt Günzburg		DE	02	097	09774	09774135	21028	Europe/Berlin
6558411	Ichenhausen	ichenhausen	Ichenhausen,Stadt Ichenhausen		DE	02	097	09774	09774143	9213	Europe/Berlin
6558412	Leipheim	leipheim	Leipheim,Stadt Leipheim		DE	02	097	09774	09774155	7307	Europe/Berlin
6558413	Thannhausen	thannhausen	Stadt Thannhausen,Tankhauzen,Tanngauzen,Tannkhauzen,Thannhausen,tan hao sen,tanhawzn,Таннгаузен,Таннхаузен,Танхаузен,تانهاوزن,تان‌هاوزن,坦豪森		DE	02	097	09774	09774185	6250	Europe/Berlin
6558414	Illertissen	illertissen	Illertissen,Stadt Illertissen		DE	02	097	09775	09775129	17482	Europe/Berlin
6558415	Neu-Ulm	neu-ulm	Neu-Ulm,Stadt Neu-Ulm		DE	02	097	09775	09775135	58978	Europe/Berlin
6558416	Senden	senden	Senden,Stadt Senden,Zenden,sen deng,zndn,Зенден,Զենդեն,زندن,森登		DE	02	097	09775	09775152	22529	Europe/Berlin
6558417	Vöhringen	voehringen	Feringen,Fjoringen,Fyoringen,Stadt Voehringen,Stadt Vöhringen,Voehringen,Vöhringen,fwrynghn,fwryngn,Феринген,Ферінген,Фёринген,Ֆյորինգեն,فورينغن,فورینگن		DE	02	097	09775	09775162	13630	Europe/Berlin
6558418	Weißenhorn	weissenhorn	Stadt Weissenhorn,Stadt Weißenhorn,Weissenhorn,Weißenhorn		DE	02	097	09775	09775164	13521	Europe/Berlin
6558419	Füssen	fuessen	Fuessen,Füssen,Stadt Fuessen,Stadt Füssen		DE	02	097	09777	09777129	15508	Europe/Berlin
6558420	Marktoberdorf	marktoberdorf	Marktoberdorf,Stadt Marktoberdorf		DE	02	097	09777	09777151	18725	Europe/Berlin
6558421	Bad Wörishofen	bad-woerishofen	Bad Woerishofen,Bad Wörishofen,Stadt Bad Woerishofen,Stadt Bad Wörishofen		DE	02	097	09778	09778116	16328	Europe/Berlin
6558422	Mindelheim	mindelheim	Mindelheim,Stadt Mindelheim		DE	02	097	09778	09778173	15137	Europe/Berlin
6558423	Donauwörth	donauwoerth	Donauwoerth,Donauwörth,Stadt Donauwoerth,Stadt Donauwörth		DE	02	097	09779	09779131	19590	Europe/Berlin
6558424	Monheim	monheim	Monheim,Stadt Monheim		DE	02	097	09779	09779186	5149	Europe/Berlin
6558425	Nördlingen	noerdlingen	Noerdlingen,Nördlingen,Stadt Noerdlingen,Stadt Nördlingen		DE	02	097	09779	09779194	20546	Europe/Berlin
6558426	Rain	rain	Rain,Rajn,Rayn,Roa am Leech,Stadt Rain,rain,rayn,Райн,Рајн,Ռայն,راين,راین,ライン		DE	02	097	09779	09779201	8891	Europe/Berlin
6558427	Wemding	wemding	Stadt Wemding,Wemding		DE	02	097	09779	09779228	5828	Europe/Berlin
6558428	Sonthofen	sonthofen	Sonthofen,Stadt Sonthofen		DE	02	097	09780	09780139	21619	Europe/Berlin
6558429	Hohenwestedt	hohenwestedt			DE	10	00	01058	01058077	5357	Europe/Berlin
6558430	Neuendorf-Sachsenbande	neuendorf-sachsenbande			DE	10	00	01061	01061119	444	Europe/Berlin
6558431	Salzgitter	salzgitter	Salzgitter,Stadt Salzgitter		DE	06	00	03102	03102000	104291	Europe/Berlin
6558432	Bad Harzburg	bad-harzburg	Bad Harzburg,Stadt Bad Harzburg		DE	06	00	03153	03153002	21926	Europe/Berlin
6558434	Estorf	estorf	Ehstorf,Estorf,ai si tuo er fu,esutorufu,Есторф,Эсторф,エストルフ,埃斯托尔夫		DE	06	00	03256	03256006	1711	Europe/Berlin
6558435	Heemsen	heemsen			DE	06	00	03256	03256012	1729	Europe/Berlin
6558436	Landesbergen	landesbergen			DE	06	00	03256	03256017	2717	Europe/Berlin
6558437	Nienburg/Weser	nienburg-weser	Nienburg/Weser,Stadt Nienburg/Weser		DE	06	00	03256	03256022	31448	Europe/Berlin
6558438	Rehburg-Loccum	rehburg-loccum	Rehburg-Loccum,Stadt Rehburg-Loccum		DE	06	00	03256	03256025	10161	Europe/Berlin
6558439	Steimbke	steimbke			DE	06	00	03256	03256029	2499	Europe/Berlin
6558440	Stolzenau	stolzenau			DE	06	00	03256	03256032	7468	Europe/Berlin
6558441	Apelern	apelern			DE	06	00	03257	03257002	2415	Europe/Berlin
6558442	Auetal	auetal			DE	06	00	03257	03257003	6202	Europe/Berlin
6558443	Auhagen	auhagen			DE	06	00	03257	03257004	1227	Europe/Berlin
6558444	Bad Nenndorf	bad-nenndorf	Bad Nenndorf,Stadt Bad Nenndorf		DE	06	00	03257	03257006	11226	Europe/Berlin
6558445	Bückeburg	bueckeburg	Bueckeburg,Bückeburg,Stadt Bueckeburg,Stadt Bückeburg		DE	06	00	03257	03257009	19330	Europe/Berlin
6558446	Heuerßen	heuerssen			DE	06	00	03257	03257015	885	Europe/Berlin
6558447	Hohnhorst	hohnhorst			DE	06	00	03257	03257016	2088	Europe/Berlin
6558448	Hülsede	huelsede			DE	06	00	03257	03257017	1054	Europe/Berlin
6558449	Lauenhagen	lauenhagen			DE	06	00	03257	03257019	1314	Europe/Berlin
6558450	Lindhorst	lindhorst			DE	06	00	03257	03257020	4292	Europe/Berlin
6558451	Lüdersfeld	luedersfeld			DE	06	00	03257	03257021	1075	Europe/Berlin
6558452	Meerbeck	meerbeck			DE	06	00	03257	03257023	1939	Europe/Berlin
6558453	Messenkamp	messenkamp	Messenkamp (Samtgemeinde Rodenberg)		DE	06	00	03257	03257024	747	Europe/Berlin
6558454	Obernkirchen	obernkirchen	Obernkirchen,Stadt Obernkirchen		DE	06	00	03257	03257028	9206	Europe/Berlin
6558455	Rinteln	rinteln	Rinteln,Stadt Rinteln		DE	06	00	03257	03257031	25424	Europe/Berlin
6558456	Rodenberg	rodenberg	Rodenberg,Stadt Rodenberg		DE	06	00	03257	03257032	6596	Europe/Berlin
6558457	Sachsenhagen	sachsenhagen	Sachsenhagen,Stadt Sachsenhagen		DE	06	00	03257	03257033	1996	Europe/Berlin
6558458	Seggebruch	seggebruch			DE	06	00	03257	03257034	1552	Europe/Berlin
6558459	Stadthagen	stadthagen	Stadt Stadthagen,Stadthagen		DE	06	00	03257	03257035	22262	Europe/Berlin
6558460	Suthfeld	suthfeld			DE	06	00	03257	03257036	1499	Europe/Berlin
6558461	Wölpinghausen	woelpinghausen			DE	06	00	03257	03257038	1608	Europe/Berlin
6558462	Damnatz	damnatz			DE	06	00	03354	03354003	297	Europe/Berlin
6558463	Dannenberg (Elbe)	dannenberg-elbe	Dannenberg (Elbe),Stadt Dannenberg (Elbe)		DE	06	00	03354	03354004	8181	Europe/Berlin
6558464	Göhrde	goehrde			DE	06	00	03354	03354006	582	Europe/Berlin
6558465	Gorleben	gorleben			DE	06	00	03354	03354007	602	Europe/Berlin
6558466	Jameln	jameln			DE	06	00	03354	03354011	1088	Europe/Berlin
6558467	Karwitz	karwitz			DE	06	00	03354	03354012	732	Europe/Berlin
6558468	Küsten	kuesten			DE	06	00	03354	03354013	1361	Europe/Berlin
6558469	Schnega	schnega			DE	06	00	03354	03354022	1302	Europe/Berlin
6558470	Waddeweitz	waddeweitz			DE	06	00	03354	03354024	886	Europe/Berlin
6558471	Großefehn	grossefehn			DE	06	00	03452	03452006	13982	Europe/Berlin
6558472	Hinte	hinte			DE	06	00	03452	03452011	7106	Europe/Berlin
6558473	Ihlow	ihlow			DE	06	00	03452	03452012	12467	Europe/Berlin
6558474	Krummhörn	krummhoern			DE	06	00	03452	03452014	11977	Europe/Berlin
6558475	Norden	norden	Noerden,Norden,Nörden,Stadt Norden,nuo er deng,nwrdn,Норден,نوردن,诺尔登		DE	06	00	03452	03452019	24873	Europe/Berlin
6558476	Südbrookmerland	suedbrookmerland	Suedbrookmerland,Südbrookmerland		DE	06	00	03452	03452023	18319	Europe/Berlin
6558477	Wiesmoor	wiesmoor			DE	06	00	03452	03452025	13236	Europe/Berlin
6558478	Dornum	dornum			DE	06	00	03452	03452027	4427	Europe/Berlin
6558479	Jever	jever	Jever,Stadt Jever		DE	06	00	03455	03455007	14413	Europe/Berlin
6558480	Sande	sande	Zande,sang de,Занде,桑德		DE	06	00	03455	03455014	8792	Europe/Berlin
6558481	Schortens	schortens			DE	06	00	03455	03455015	20381	Europe/Berlin
6558482	Zetel	zetel			DE	06	00	03455	03455027	11813	Europe/Berlin
6558483	Friedeburg	friedeburg			DE	06	00	03462	03462005	10154	Europe/Berlin
6558484	Ochtersum	ochtersum	Ochtersum (Samtgemeinde Holtriem)		DE	06	00	03462	03462012	882	Europe/Berlin
6558485	Wittmund	wittmund	Stadt Wittmund,Wittmund		DE	06	00	03462	03462019	20313	Europe/Berlin
6558486	Monheim am Rhein	monheim-am-rhein	Monheim am Rhein,Stadt Monheim am Rhein		DE	07	051	05158	05158026	40948	Europe/Berlin
6558487	Heinsberg	heinsberg	Gajnsberg,Heinsberg,Khajnsberg,Stadt Heinsberg,Гайнсберг,Хайнсберг		DE	07	053	05370	05370016	42236	Europe/Berlin
6558488	Bad Berleburg	bad-berleburg	Bad Berleburg,Stadt Bad Berleburg		DE	07	059	05970	05970004	18914	Europe/Berlin
6558489	Königstein im Taunus	koenigstein-im-taunus	Koenigstein im Taunus,Königstein im Taunus,Stadt Koenigstein im Taunus,Stadt Königstein im Taunus		DE	05	064	06434	06434005	16722	Europe/Berlin
6558490	Allendorf (Eder)	allendorf-eder			DE	05	066	06635	06635001	5581	Europe/Berlin
6558491	Birkenfeld	birkenfeld	Birkenfeld,Stadt Birkenfeld		DE	08	00	07134	07134010	7016	Europe/Berlin
6558492	Cochem	cochem	Cochem,Stadt Cochem		DE	08	00	07135	07135020	5240	Europe/Berlin
6558493	Rennerod	rennerod	Rennerod,Stadt Rennerod		DE	08	00	07143	07143286	4398	Europe/Berlin
6558494	Wallmerod	wallmerod			DE	08	00	07143	07143304	1438	Europe/Berlin
6558495	Wied	wied			DE	08	00	07143	07143310	486	Europe/Berlin
6558496	Wittlich	wittlich	Stadt Wittlich,Wittlich		DE	08	00	07231	07231134	19069	Europe/Berlin
6558497	Bitburg	bitburg	Bitburg,Stadt Bitburg		DE	08	00	07232	07232018	15047	Europe/Berlin
6558498	Neuerburg	neuerburg	Neuerburg,Stadt Neuerburg		DE	08	00	07232	07232088	1491	Europe/Berlin
6558499	Prüm	pruem	Pruem,Prüm,Stadt Pruem,Stadt Prüm		DE	08	00	07232	07232296	5510	Europe/Berlin
6558500	Saarburg	saarburg	Saarburg,Stadt Saarburg		DE	08	00	07235	07235118	7381	Europe/Berlin
6558501	Alzey	alzey	Alzey,Stadt Alzey		DE	08	00	07331	07331003	18627	Europe/Berlin
6558502	Geislingen an der Steige	geislingen-an-der-steige	Geislingen an der Steige,Stadt Geislingen an der Steige		DE	01	081	08117	08117024	28328	Europe/Berlin
6558503	Murr	murr	Mur,Murr,mwr  badn-wwrtmbrg,Мур,Мурр,مور، بادن-وورتمبرگ		DE	01	081	08118	08118054	6686	Europe/Berlin
6558504	Berghülen	berghuelen			DE	01	084	08425	08425017	1956	Europe/Berlin
6558505	Blaubeuren	blaubeuren	Blaubeuren,Blaubojren,Blauboyren,Stadt Blaubeuren,blauboireni,blawbwyrn,blwabwyrn,Блаубойрен,Блаубојрен,Բլաուբոյրեն,بلاوبويرن,بلوابویرن,ბლაუბოირენი		DE	01	084	08425	08425020	12422	Europe/Berlin
6558506	Dornstadt	dornstadt			DE	01	084	08425	08425031	8738	Europe/Berlin
6558507	Laichingen	laichingen	Laichingen,Stadt Laichingen		DE	01	084	08425	08425071	11798	Europe/Berlin
6558508	Merklingen	merklingen			DE	01	084	08425	08425079	2004	Europe/Berlin
6558509	Nellingen	nellingen			DE	01	084	08425	08425084	2047	Europe/Berlin
6558510	Bad Schussenried	bad-schussenried	Bad Schussenried,Stadt Bad Schussenried		DE	01	084	08426	08426014	8808	Europe/Berlin
6558511	Biberach an der Riß	biberach-an-der-riss	Biberach an der Riss,Biberach an der Riß,Stadt Biberach an der Riss,Stadt Biberach an der Riß		DE	01	084	08426	08426021	33265	Europe/Berlin
6558512	Eberhardzell	eberhardzell			DE	01	084	08426	08426038	4557	Europe/Berlin
6558513	Bad Tölz	bad-toelz	Bad Toelz,Bad Tölz,Stadt Bad Toelz,Stadt Bad Tölz		DE	02	091	09173	09173112	19155	Europe/Berlin
6558514	Pfreimd	pfreimd	Pfreimd,Stadt Pfreimd		DE	02	093	09376	09376153	5349	Europe/Berlin
6558515	Kitzingen	kitzingen	Kitzingen,Stadt Kitzingen		DE	02	096	09675	09675141	21940	Europe/Berlin
6558516	Lindau (Bodensee)	lindau-bodensee	Lindau (Bodensee),Stadt Lindau (Bodensee)		DE	02	097	09776	09776116	25512	Europe/Berlin
6558517	Berchtesgaden, Markt	berchtesgaden-markt			DE	02	091	09172	09172116	7698	Europe/Berlin
6558518	Glonn, Markt	glonn-markt			DE	02	091	09175	09175121	5337	Europe/Berlin
6558519	Grassau, Markt	grassau-markt			DE	02	091	09189	09189120	6878	Europe/Berlin
6558520	Siegenburg, Markt	siegenburg-markt			DE	02	092	09273	09273172	4030	Europe/Berlin
6558521	Altdorf, Markt	altdorf-markt			DE	02	092	09274	09274113	11178	Europe/Berlin
6558522	Ergolding, Markt	ergolding-markt			DE	02	092	09274	09274126	12720	Europe/Berlin
6558523	Aidenbach, Markt	aidenbach-markt			DE	02	092	09275	09275112	3004	Europe/Berlin
6558524	Rotthalmünster, Markt	rotthalmuenster-markt			DE	02	092	09275	09275143	4974	Europe/Berlin
6558525	Tittling, Markt	tittling-markt			DE	02	092	09275	09275152	4241	Europe/Berlin
6558526	Wegscheid, Markt	wegscheid-markt			DE	02	092	09275	09275156	5529	Europe/Berlin
6558527	Windorf, Markt	windorf-markt			DE	02	092	09275	09275159	4899	Europe/Berlin
6558528	Bodenmais, Markt	bodenmais-markt			DE	02	092	09276	09276117	3562	Europe/Berlin
6558529	Ruhmannsfelden, Markt	ruhmannsfelden-markt			DE	02	092	09276	09276142	2047	Europe/Berlin
6558530	Teisnach, Markt	teisnach-markt			DE	02	092	09276	09276143	2978	Europe/Berlin
6558531	Arnstorf, Markt	arnstorf-markt			DE	02	092	09277	09277111	7148	Europe/Berlin
6558532	Bad Birnbach, Markt	bad-birnbach-markt			DE	02	092	09277	09277113	5846	Europe/Berlin
6558533	Gangkofen, Markt	gangkofen-markt			DE	02	092	09277	09277121	6510	Europe/Berlin
6558534	Massing, Markt	massing-markt			DE	02	092	09277	09277133	4054	Europe/Berlin
6558535	Tann, Markt	tann-markt			DE	02	092	09277	09277148	3960	Europe/Berlin
6558536	Triftern, Markt	triftern-markt			DE	02	092	09277	09277149	5211	Europe/Berlin
6558537	Wurmannsquick, Markt	wurmannsquick-markt			DE	02	092	09277	09277153	3520	Europe/Berlin
6558538	Mallersdorf-Pfaffenberg, Markt	mallersdorf-pfaffenberg-markt			DE	02	092	09278	09278148	6977	Europe/Berlin
6558539	Mitterfels, Markt	mitterfels-markt			DE	02	092	09278	09278151	2823	Europe/Berlin
6558540	Schwarzach, Markt	schwarzach-markt			DE	02	092	09278	09278187	2841	Europe/Berlin
6558541	Eichendorf, Markt	eichendorf-markt			DE	02	092	09279	09279113	6580	Europe/Berlin
6558542	Frontenhausen, Markt	frontenhausen-markt			DE	02	092	09279	09279115	4681	Europe/Berlin
6558543	Pilsting, Markt	pilsting-markt			DE	02	092	09279	09279132	6661	Europe/Berlin
6558544	Reisbach, Markt	reisbach-markt			DE	02	092	09279	09279134	7771	Europe/Berlin
6558545	Simbach, Markt	simbach-markt			DE	02	092	09279	09279135	4044	Europe/Berlin
6558546	Wallersdorf, Markt	wallersdorf-markt			DE	02	092	09279	09279137	7013	Europe/Berlin
6558547	Freihung, Markt	freihung-markt			DE	02	093	09371	09371121	2466	Europe/Berlin
6558548	Hahnbach, Markt	hahnbach-markt			DE	02	093	09371	09371126	4886	Europe/Berlin
6558549	Hohenburg, Markt	hohenburg-markt			DE	02	093	09371	09371129	1532	Europe/Berlin
6558550	Kastl, Markt	kastl-markt			DE	02	093	09371	09371132	2502	Europe/Berlin
6558551	Königstein, Markt	koenigstein-markt			DE	02	093	09371	09371135	1717	Europe/Berlin
6558552	Rieden, Markt	rieden-markt			DE	02	093	09371	09371146	2660	Europe/Berlin
6558553	Schmidmühlen, Markt	schmidmuehlen-markt			DE	02	093	09371	09371148	2336	Europe/Berlin
6558554	Eschlkam, Markt	eschlkam-markt			DE	02	093	09372	09372124	3355	Europe/Berlin
6558555	Falkenstein, Markt	falkenstein-markt			DE	02	093	09372	09372125	3399	Europe/Berlin
6558556	Lam, Markt	lam-markt			DE	02	093	09372	09372138	2650	Europe/Berlin
6558557	Stamsried, Markt	stamsried-markt			DE	02	093	09372	09372161	2236	Europe/Berlin
6558558	Breitenbrunn, Markt	breitenbrunn-markt			DE	02	093	09373	09373115	3487	Europe/Berlin
6558559	Hohenfels, Markt	hohenfels-markt			DE	02	093	09373	09373134	2197	Europe/Berlin
6558560	Lauterhofen, Markt	lauterhofen-markt			DE	02	093	09373	09373140	3704	Europe/Berlin
6558561	Lupburg, Markt	lupburg-markt			DE	02	093	09373	09373143	2401	Europe/Berlin
6558562	Pyrbaum, Markt	pyrbaum-markt			DE	02	093	09373	09373156	5810	Europe/Berlin
6558563	Eslarn, Markt	eslarn-markt			DE	02	093	09374	09374118	2686	Europe/Berlin
6558564	Floß, Markt	floss-markt			DE	02	093	09374	09374121	3408	Europe/Berlin
6558565	Kirchenthumbach, Markt	kirchenthumbach-markt			DE	02	093	09374	09374129	3231	Europe/Berlin
6558566	Kohlberg, Markt	kohlberg-markt			DE	02	093	09374	09374131	1199	Europe/Berlin
6558567	Leuchtenberg, Markt	leuchtenberg-markt			DE	02	093	09374	09374132	1127	Europe/Berlin
6558568	Luhe-Wildenau, Markt	luhe-wildenau-markt			DE	02	093	09374	09374133	3397	Europe/Berlin
6558569	Mantel, Markt	mantel-markt			DE	02	093	09374	09374134	2730	Europe/Berlin
6558570	Moosbach, Markt	moosbach-markt			DE	02	093	09374	09374137	2354	Europe/Berlin
6558571	Parkstein, Markt	parkstein-markt			DE	02	093	09374	09374144	2318	Europe/Berlin
6558572	Tännesberg, Markt	taennesberg-markt			DE	02	093	09374	09374159	1483	Europe/Berlin
6558573	Waidhaus, Markt	waidhaus-markt			DE	02	093	09374	09374164	2180	Europe/Berlin
6558574	Waldthurn, Markt	waldthurn-markt			DE	02	093	09374	09374165	1916	Europe/Berlin
6558575	Beratzhausen, Markt	beratzhausen-markt			DE	02	093	09375	09375118	5560	Europe/Berlin
6558576	Donaustauf, Markt	donaustauf-markt			DE	02	093	09375	09375130	4190	Europe/Berlin
6558577	Kallmünz, Markt	kallmuenz-markt			DE	02	093	09375	09375156	2799	Europe/Berlin
6558578	Laaber, Markt	laaber-markt			DE	02	093	09375	09375162	5286	Europe/Berlin
6558579	Lappersdorf, Markt	lappersdorf-markt			DE	02	093	09375	09375165	13338	Europe/Berlin
6558580	Nittendorf, Markt	nittendorf-markt			DE	02	093	09375	09375175	9301	Europe/Berlin
6558581	Regenstauf, Markt	regenstauf-markt			DE	02	093	09375	09375190	16253	Europe/Berlin
6558582	Schierling, Markt	schierling-markt			DE	02	093	09375	09375196	8108	Europe/Berlin
6558583	Neukirchen-Balbini, Markt	neukirchen-balbini-markt			DE	02	093	09376	09376146	1116	Europe/Berlin
6558584	Wernberg-Köblitz, Markt	wernberg-koeblitz-markt			DE	02	093	09376	09376150	5618	Europe/Berlin
6558585	Schwarzenfeld, Markt	schwarzenfeld-markt			DE	02	093	09376	09376163	6316	Europe/Berlin
6558586	Schwarzhofen, Markt	schwarzhofen-markt			DE	02	093	09376	09376164	1407	Europe/Berlin
6558587	Winklarn, Markt	winklarn-markt			DE	02	093	09376	09376178	1375	Europe/Berlin
6558588	Falkenberg, Markt	falkenberg-markt			DE	02	093	09377	09377117	934	Europe/Berlin
6558589	Fuchsmühl, Markt	fuchsmuehl-markt			DE	02	093	09377	09377119	1527	Europe/Berlin
6558590	Konnersreuth, Markt	konnersreuth-markt			DE	02	093	09377	09377131	1729	Europe/Berlin
6558591	Mähring, Markt	maehring-markt			DE	02	093	09377	09377139	1751	Europe/Berlin
6558592	Neualbenreuth, Markt	neualbenreuth-markt			DE	02	093	09377	09377142	1348	Europe/Berlin
6558593	Plößberg, Markt	ploessberg-markt			DE	02	093	09377	09377146	3220	Europe/Berlin
6558594	Wiesau, Markt	wiesau-markt			DE	02	093	09377	09377159	4012	Europe/Berlin
6558595	Burgebrach, Markt	burgebrach-markt			DE	02	094	09471	09471120	6934	Europe/Berlin
6558596	Burgwindheim, Markt	burgwindheim-markt			DE	02	094	09471	09471122	1306	Europe/Berlin
6558597	Buttenheim, Markt	buttenheim-markt			DE	02	094	09471	09471123	3642	Europe/Berlin
6558598	Ebrach, Markt	ebrach-markt			DE	02	094	09471	09471128	1888	Europe/Berlin
6558599	Hirschaid, Markt	hirschaid-markt			DE	02	094	09471	09471145	12380	Europe/Berlin
6558600	Rattelsdorf, Markt	rattelsdorf-markt			DE	02	094	09471	09471174	4609	Europe/Berlin
6558601	Zapfendorf, Markt	zapfendorf-markt			DE	02	094	09471	09471214	5005	Europe/Berlin
6558602	Plech, Markt	plech-markt			DE	02	094	09472	09472177	1352	Europe/Berlin
6558603	Schnabelwaid, Markt	schnabelwaid-markt			DE	02	094	09472	09472184	968	Europe/Berlin
6558604	Weidenberg, Markt	weidenberg-markt			DE	02	094	09472	09472199	5799	Europe/Berlin
6558605	Eggolsheim, Markt	eggolsheim-markt			DE	02	094	09474	09474123	6587	Europe/Berlin
6558606	Egloffstein, Markt	egloffstein-markt			DE	02	094	09474	09474124	2061	Europe/Berlin
6558607	Gößweinstein, Markt	goessweinstein-markt			DE	02	094	09474	09474129	4044	Europe/Berlin
6558608	Hiltpoltstein, Markt	hiltpoltstein-markt			DE	02	094	09474	09474138	1542	Europe/Berlin
6558609	Igensdorf, Markt	igensdorf-markt			DE	02	094	09474	09474140	5084	Europe/Berlin
6558610	Pretzfeld, Markt	pretzfeld-markt			DE	02	094	09474	09474161	2356	Europe/Berlin
6558611	Bad Steben, Markt	bad-steben-markt			DE	02	094	09475	09475112	3398	Europe/Berlin
6558612	Oberkotzau, Markt	oberkotzau-markt			DE	02	094	09475	09475158	5362	Europe/Berlin
6558613	Sparneck, Markt	sparneck-markt			DE	02	094	09475	09475174	1572	Europe/Berlin
6558614	Stammbach, Markt	stammbach-markt			DE	02	094	09475	09475175	2381	Europe/Berlin
6558615	Küps, Markt	kueps-markt			DE	02	094	09476	09476146	7759	Europe/Berlin
6558616	Mitwitz, Markt	mitwitz-markt			DE	02	094	09476	09476154	2779	Europe/Berlin
6558617	Nordhalben, Markt	nordhalben-markt			DE	02	094	09476	09476159	1622	Europe/Berlin
6558618	Pressig, Markt	pressig-markt			DE	02	094	09476	09476164	3890	Europe/Berlin
6558619	Steinwiesen, Markt	steinwiesen-markt			DE	02	094	09476	09476177	3435	Europe/Berlin
6558620	Tettau, Markt	tettau-markt			DE	02	094	09476	09476179	2022	Europe/Berlin
6558621	Marktrodach, Markt	marktrodach-markt			DE	02	094	09476	09476183	3764	Europe/Berlin
6558622	Grafengehaig, Markt	grafengehaig-markt			DE	02	094	09477	09477117	869	Europe/Berlin
6558623	Kasendorf, Markt	kasendorf-markt			DE	02	094	09477	09477124	2418	Europe/Berlin
6558624	Ludwigschorgast, Markt	ludwigschorgast-markt			DE	02	094	09477	09477135	983	Europe/Berlin
6558625	Mainleus, Markt	mainleus-markt			DE	02	094	09477	09477136	6449	Europe/Berlin
6558626	Marktleugast, Markt	marktleugast-markt			DE	02	094	09477	09477138	3113	Europe/Berlin
6558627	Marktschorgast, Markt	marktschorgast-markt			DE	02	094	09477	09477139	1360	Europe/Berlin
6558628	Presseck, Markt	presseck-markt			DE	02	094	09477	09477148	1764	Europe/Berlin
6558629	Thurnau, Markt	thurnau-markt			DE	02	094	09477	09477157	4046	Europe/Berlin
6558630	Wirsberg, Markt	wirsberg-markt			DE	02	094	09477	09477163	1842	Europe/Berlin
6558631	Wonsees, Markt	wonsees-markt			DE	02	094	09477	09477164	1168	Europe/Berlin
6558632	Ebensfeld, Markt	ebensfeld-markt			DE	02	094	09478	09478120	5596	Europe/Berlin
6558633	Marktgraitz, Markt	marktgraitz-markt			DE	02	094	09478	09478143	1134	Europe/Berlin
6558634	Marktzeuln, Markt	marktzeuln-markt			DE	02	094	09478	09478144	1544	Europe/Berlin
6558635	Schirnding, Markt	schirnding-markt			DE	02	094	09479	09479147	1120	Europe/Berlin
6558636	Thiersheim, Markt	thiersheim-markt			DE	02	094	09479	09479158	1775	Europe/Berlin
6558637	Thierstein, Markt	thierstein-markt			DE	02	094	09479	09479159	1162	Europe/Berlin
6558638	Arberg, Markt	arberg-markt			DE	02	095	09571	09571113	2254	Europe/Berlin
6558639	Bechhofen, Markt	bechhofen-markt			DE	02	095	09571	09571115	6005	Europe/Berlin
6558640	Colmberg, Markt	colmberg-markt			DE	02	095	09571	09571130	2036	Europe/Berlin
6558641	Dietenhofen, Markt	dietenhofen-markt			DE	02	095	09571	09571135	5561	Europe/Berlin
6558642	Dombühl, Markt	dombuehl-markt			DE	02	095	09571	09571137	1786	Europe/Berlin
6558643	Dürrwangen, Markt	duerrwangen-markt			DE	02	095	09571	09571139	2575	Europe/Berlin
6558644	Flachslanden, Markt	flachslanden-markt			DE	02	095	09571	09571146	2328	Europe/Berlin
6558645	Lehrberg, Markt	lehrberg-markt			DE	02	095	09571	09571171	3131	Europe/Berlin
6558646	Lichtenau, Markt	lichtenau-markt			DE	02	095	09571	09571175	3897	Europe/Berlin
6558647	Schopfloch, Markt	schopfloch-markt			DE	02	095	09571	09571200	2909	Europe/Berlin
6558648	Weidenbach, Markt	weidenbach-markt			DE	02	095	09571	09571216	2270	Europe/Berlin
6558649	Weiltingen, Markt	weiltingen-markt			DE	02	095	09571	09571218	1383	Europe/Berlin
6558650	Heroldsberg, Markt	heroldsberg-markt			DE	02	095	09572	09572131	8427	Europe/Berlin
6558651	Lonnerstadt, Markt	lonnerstadt-markt			DE	02	095	09572	09572139	2042	Europe/Berlin
6558652	Mühlhausen, Markt	muehlhausen-markt			DE	02	095	09572	09572143	1783	Europe/Berlin
6558653	Vestenbergsgreuth, Markt	vestenbergsgreuth-markt			DE	02	095	09572	09572159	1558	Europe/Berlin
6558654	Wachenroth, Markt	wachenroth-markt			DE	02	095	09572	09572160	2234	Europe/Berlin
6558655	Weisendorf, Markt	weisendorf-markt			DE	02	095	09572	09572164	6614	Europe/Berlin
6558656	Ammerndorf, Markt	ammerndorf-markt			DE	02	095	09573	09573111	2064	Europe/Berlin
6558657	Cadolzburg, Markt	cadolzburg-markt			DE	02	095	09573	09573114	11249	Europe/Berlin
6558658	Roßtal, Markt	rosstal-markt			DE	02	095	09573	09573125	10010	Europe/Berlin
6558659	Wilhermsdorf, Markt	wilhermsdorf-markt			DE	02	095	09573	09573133	5430	Europe/Berlin
6558660	Feucht, Markt	feucht-markt			DE	02	095	09574	09574123	14050	Europe/Berlin
6558661	Schnaittach, Markt	schnaittach-markt			DE	02	095	09574	09574155	8507	Europe/Berlin
6558662	Baudenbach, Markt	baudenbach-markt			DE	02	095	09575	09575113	1184	Europe/Berlin
6558663	Burghaslach, Markt	burghaslach-markt			DE	02	095	09575	09575116	2583	Europe/Berlin
6558664	Dachsbach, Markt	dachsbach-markt			DE	02	095	09575	09575117	1809	Europe/Berlin
6558665	Emskirchen, Markt	emskirchen-markt			DE	02	095	09575	09575121	6081	Europe/Berlin
6558666	Ippesheim, Markt	ippesheim-markt			DE	02	095	09575	09575134	1098	Europe/Berlin
6558667	Marktbergel, Markt	marktbergel-markt			DE	02	095	09575	09575143	1584	Europe/Berlin
6558668	Obernzenn, Markt	obernzenn-markt			DE	02	095	09575	09575156	2641	Europe/Berlin
6558669	Oberscheinfeld, Markt	oberscheinfeld-markt			DE	02	095	09575	09575157	1132	Europe/Berlin
6558670	Sugenheim, Markt	sugenheim-markt			DE	02	095	09575	09575165	2324	Europe/Berlin
6558671	Uehlfeld, Markt	uehlfeld-markt			DE	02	095	09575	09575167	3001	Europe/Berlin
6558672	Allersberg, Markt	allersberg-markt			DE	02	095	09576	09576113	8374	Europe/Berlin
6558673	Thalmässing, Markt	thalmaessing-markt			DE	02	095	09576	09576148	5217	Europe/Berlin
6558674	Wendelstein, Markt	wendelstein-markt			DE	02	095	09576	09576151	15757	Europe/Berlin
6558675	Absberg, Markt	absberg-markt			DE	02	095	09577	09577111	1382	Europe/Berlin
6558676	Gnotzheim, Markt	gnotzheim-markt			DE	02	095	09577	09577133	824	Europe/Berlin
6558677	Heidenheim, Markt	heidenheim-markt			DE	02	095	09577	09577140	2564	Europe/Berlin
6558678	Nennslingen, Markt	nennslingen-markt			DE	02	095	09577	09577151	1396	Europe/Berlin
6558679	Pleinfeld, Markt	pleinfeld-markt			DE	02	095	09577	09577161	7556	Europe/Berlin
6558680	Goldbach, Markt	goldbach-markt			DE	02	096	09671	09671121	10010	Europe/Berlin
6558681	Großostheim, Markt	grossostheim-markt			DE	02	096	09671	09671122	16365	Europe/Berlin
6558682	Hösbach, Markt	hoesbach-markt			DE	02	096	09671	09671130	13240	Europe/Berlin
6558683	Mömbris, Markt	moembris-markt			DE	02	096	09671	09671143	11487	Europe/Berlin
6558684	Schöllkrippen, Markt	schoellkrippen-markt			DE	02	096	09671	09671152	4263	Europe/Berlin
6558685	Bad Bocklet, Markt	bad-bocklet-markt			DE	02	096	09672	09672112	4591	Europe/Berlin
6558686	Burkardroth, Markt	burkardroth-markt			DE	02	096	09672	09672117	7420	Europe/Berlin
6558687	Elfershausen, Markt	elfershausen-markt			DE	02	096	09672	09672121	2794	Europe/Berlin
6558688	Euerdorf, Markt	euerdorf-markt			DE	02	096	09672	09672122	1486	Europe/Berlin
6558689	Geroda, Markt	geroda-markt			DE	02	096	09672	09672126	799	Europe/Berlin
6558690	Maßbach, Markt	massbach-markt			DE	02	096	09672	09672131	4334	Europe/Berlin
6558691	Oberthulba, Markt	oberthulba-markt			DE	02	096	09672	09672139	5054	Europe/Berlin
6558692	Schondra, Markt	schondra-markt			DE	02	096	09672	09672149	1703	Europe/Berlin
6558693	Sulzthal, Markt	sulzthal-markt			DE	02	096	09672	09672155	852	Europe/Berlin
6558694	Wildflecken, Markt	wildflecken-markt			DE	02	096	09672	09672163	2869	Europe/Berlin
6558695	Zeitlofs, Markt	zeitlofs-markt			DE	02	096	09672	09672166	2036	Europe/Berlin
6558696	Oberelsbach, Markt	oberelsbach-markt			DE	02	096	09673	09673149	2678	Europe/Berlin
6558697	Trappstadt, Markt	trappstadt-markt			DE	02	096	09673	09673174	953	Europe/Berlin
6558698	Burgpreppach, Markt	burgpreppach-markt			DE	02	096	09674	09674121	1349	Europe/Berlin
6558699	Maroldsweisach, Markt	maroldsweisach-markt			DE	02	096	09674	09674171	3265	Europe/Berlin
6558700	Rentweinsdorf, Markt	rentweinsdorf-markt			DE	02	096	09674	09674190	1598	Europe/Berlin
6558701	Abtswind, Markt	abtswind-markt			DE	02	096	09675	09675111	841	Europe/Berlin
6558702	Geiselwind, Markt	geiselwind-markt			DE	02	096	09675	09675127	2501	Europe/Berlin
6558703	Großlangheim, Markt	grosslangheim-markt			DE	02	096	09675	09675131	1553	Europe/Berlin
6558704	Kleinlangheim, Markt	kleinlangheim-markt			DE	02	096	09675	09675142	1692	Europe/Berlin
6558705	Obernbreit, Markt	obernbreit-markt			DE	02	096	09675	09675156	1720	Europe/Berlin
6558706	Rüdenhausen, Markt	ruedenhausen-markt			DE	02	096	09675	09675162	886	Europe/Berlin
6558707	Seinsheim, Markt	seinsheim-markt			DE	02	096	09675	09675167	1071	Europe/Berlin
6558708	Wiesentheid, Markt	wiesentheid-markt			DE	02	096	09675	09675178	4834	Europe/Berlin
6558709	Willanzheim, Markt	willanzheim-markt			DE	02	096	09675	09675179	1597	Europe/Berlin
6558710	Bürgstadt, Markt	buergstadt-markt			DE	02	096	09676	09676116	4242	Europe/Berlin
6558711	Elsenfeld, Markt	elsenfeld-markt			DE	02	096	09676	09676121	9138	Europe/Berlin
6558712	Eschau, Markt	eschau-markt			DE	02	096	09676	09676123	3832	Europe/Berlin
6558713	Großheubach, Markt	grossheubach-markt			DE	02	096	09676	09676125	5079	Europe/Berlin
6558714	Kirchzell, Markt	kirchzell-markt			DE	02	096	09676	09676131	2211	Europe/Berlin
6558715	Kleinheubach, Markt	kleinheubach-markt			DE	02	096	09676	09676132	3731	Europe/Berlin
6558716	Kleinwallstadt, Markt	kleinwallstadt-markt			DE	02	096	09676	09676133	5724	Europe/Berlin
6558717	Mönchberg, Markt	moenchberg-markt			DE	02	096	09676	09676141	2576	Europe/Berlin
6558718	Schneeberg, Markt	schneeberg-markt			DE	02	096	09676	09676156	1769	Europe/Berlin
6558719	Weilbach, Markt	weilbach-markt			DE	02	096	09676	09676165	2208	Europe/Berlin
6558720	Burgsinn, Markt	burgsinn-markt			DE	02	096	09677	09677122	2367	Europe/Berlin
6558721	Frammersbach, Markt	frammersbach-markt			DE	02	096	09677	09677129	4466	Europe/Berlin
6558722	Karbach, Markt	karbach-markt			DE	02	096	09677	09677146	1456	Europe/Berlin
6558723	Kreuzwertheim, Markt	kreuzwertheim-markt			DE	02	096	09677	09677151	3952	Europe/Berlin
6558724	Obersinn, Markt	obersinn-markt			DE	02	096	09677	09677169	931	Europe/Berlin
6558725	Thüngen, Markt	thuengen-markt			DE	02	096	09677	09677189	1334	Europe/Berlin
6558726	Zellingen, Markt	zellingen-markt			DE	02	096	09677	09677203	6373	Europe/Berlin
6558727	Oberschwarzach, Markt	oberschwarzach-markt			DE	02	096	09678	09678164	1422	Europe/Berlin
6558728	Stadtlauringen, Markt	stadtlauringen-markt			DE	02	096	09678	09678181	4087	Europe/Berlin
6558729	Werneck, Markt	werneck-markt			DE	02	096	09678	09678193	10157	Europe/Berlin
6558730	Bütthard, Markt	buetthard-markt			DE	02	096	09679	09679122	1305	Europe/Berlin
6558731	Gelchsheim, Markt	gelchsheim-markt			DE	02	096	09679	09679135	812	Europe/Berlin
6558732	Giebelstadt, Markt	giebelstadt-markt			DE	02	096	09679	09679138	5538	Europe/Berlin
6558733	Helmstadt, Markt	helmstadt-markt			DE	02	096	09679	09679144	2702	Europe/Berlin
6558734	Höchberg, Markt	hoechberg-markt			DE	02	096	09679	09679147	9503	Europe/Berlin
6558735	Neubrunn, Markt	neubrunn-markt			DE	02	096	09679	09679164	2304	Europe/Berlin
6558736	Randersacker, Markt	randersacker-markt			DE	02	096	09679	09679175	3402	Europe/Berlin
6558737	Reichenberg, Markt	reichenberg-markt			DE	02	096	09679	09679176	4115	Europe/Berlin
6558738	Remlingen, Markt	remlingen-markt			DE	02	096	09679	09679177	1505	Europe/Berlin
6558739	Rimpar, Markt	rimpar-markt			DE	02	096	09679	09679180	7653	Europe/Berlin
6558740	Sommerhausen, Markt	sommerhausen-markt			DE	02	096	09679	09679187	1897	Europe/Berlin
6558741	Winterhausen, Markt	winterhausen-markt			DE	02	096	09679	09679206	1367	Europe/Berlin
6558742	Aindling, Markt	aindling-markt			DE	02	097	09771	09771114	4485	Europe/Berlin
6558743	Inchenhofen, Markt	inchenhofen-markt			DE	02	097	09771	09771141	2647	Europe/Berlin
6558744	Kühbach, Markt	kuehbach-markt			DE	02	097	09771	09771144	4326	Europe/Berlin
6558745	Mering, Markt	mering-markt			DE	02	097	09771	09771146	14852	Europe/Berlin
6558746	Pöttmes, Markt	poettmes-markt			DE	02	097	09771	09771156	6853	Europe/Berlin
6558747	Biberbach, Markt	biberbach-markt			DE	02	097	09772	09772121	3534	Europe/Berlin
6558748	Dinkelscherben, Markt	dinkelscherben-markt			DE	02	097	09772	09772131	6412	Europe/Berlin
6558749	Fischach, Markt	fischach-markt			DE	02	097	09772	09772141	4856	Europe/Berlin
6558750	Meitingen, Markt	meitingen-markt			DE	02	097	09772	09772177	11727	Europe/Berlin
6558751	Stadtbergen, Markt	stadtbergen-markt			DE	02	097	09772	09772202	15096	Europe/Berlin
6558752	Thierhaupten, Markt	thierhaupten-markt			DE	02	097	09772	09772207	4043	Europe/Berlin
6558753	Welden, Markt	welden-markt			DE	02	097	09772	09772216	3853	Europe/Berlin
6558754	Zusmarshausen, Markt	zusmarshausen-markt			DE	02	097	09772	09772223	6436	Europe/Berlin
6558755	Aislingen, Markt	aislingen-markt			DE	02	097	09773	09773111	1305	Europe/Berlin
6558756	Bissingen, Markt	bissingen-markt			DE	02	097	09773	09773117	3691	Europe/Berlin
6558757	Wittislingen, Markt	wittislingen-markt			DE	02	097	09773	09773183	2387	Europe/Berlin
6558758	Burtenbach, Markt	burtenbach-markt			DE	02	097	09774	09774122	3451	Europe/Berlin
6558759	Jettingen-Scheppach, Markt	jettingen-scheppach-markt			DE	02	097	09774	09774144	7131	Europe/Berlin
6558760	Münsterhausen, Markt	muensterhausen-markt			DE	02	097	09774	09774160	1972	Europe/Berlin
6558761	Offingen, Markt	offingen-markt			DE	02	097	09774	09774171	4312	Europe/Berlin
6558762	Waldstetten, Markt	waldstetten-markt			DE	02	097	09774	09774191	1220	Europe/Berlin
6558763	Ziemetshausen, Markt	ziemetshausen-markt			DE	02	097	09774	09774198	3122	Europe/Berlin
6558764	Altenstadt, Markt	altenstadt-markt			DE	02	097	09775	09775111	5141	Europe/Berlin
6558765	Buch, Markt	buch-markt			DE	02	097	09775	09775118	4024	Europe/Berlin
6558766	Heimenkirch, Markt	heimenkirch-markt			DE	02	097	09776	09776114	3581	Europe/Berlin
6558767	Scheidegg, Markt	scheidegg-markt			DE	02	097	09776	09776125	4302	Europe/Berlin
6558768	Weiler-Simmerberg, Markt	weiler-simmerberg-markt			DE	02	097	09776	09776129	6325	Europe/Berlin
6558769	Irsee, Markt	irsee-markt			DE	02	097	09777	09777139	1532	Europe/Berlin
6558770	Nesselwang, Markt	nesselwang-markt			DE	02	097	09777	09777153	3753	Europe/Berlin
6558771	Obergünzburg, Markt	oberguenzburg-markt			DE	02	097	09777	09777154	6357	Europe/Berlin
6558772	Ronsberg, Markt	ronsberg-markt			DE	02	097	09777	09777165	1734	Europe/Berlin
6558773	Unterthingau, Markt	unterthingau-markt			DE	02	097	09777	09777175	2891	Europe/Berlin
6558774	Waal, Markt	waal-markt			DE	02	097	09777	09777177	2342	Europe/Berlin
6558775	Babenhausen, Markt	babenhausen-markt			DE	02	097	09778	09778115	5611	Europe/Berlin
6558776	Dirlewang, Markt	dirlewang-markt			DE	02	097	09778	09778127	2193	Europe/Berlin
6558777	Erkheim, Markt	erkheim-markt			DE	02	097	09778	09778136	3148	Europe/Berlin
6558778	Bad Grönenbach, Markt	bad-groenenbach-markt	Bad Groenenbach,Bad Groenenbach  Markt,Bad Grönenbach,Bad Grönenbach  Markt		DE	02	097	09778	09778144	5675	Europe/Berlin
6558779	Legau, Markt	legau-markt			DE	02	097	09778	09778165	3290	Europe/Berlin
6558780	Ottobeuren, Markt	ottobeuren-markt			DE	02	097	09778	09778186	8416	Europe/Berlin
6558781	Pfaffenhausen, Markt	pfaffenhausen-markt			DE	02	097	09778	09778187	2626	Europe/Berlin
6558782	Türkheim, Markt	tuerkheim-markt			DE	02	097	09778	09778203	7332	Europe/Berlin
6558783	Tussenhausen, Markt	tussenhausen-markt			DE	02	097	09778	09778204	3047	Europe/Berlin
6558784	Kaisheim, Markt	kaisheim-markt			DE	02	097	09779	09779169	3888	Europe/Berlin
6558785	Wallerstein, Markt	wallerstein-markt			DE	02	097	09779	09779224	3390	Europe/Berlin
6558786	Altusried, Markt	altusried-markt			DE	02	097	09780	09780112	10149	Europe/Berlin
6558787	Buchenberg, Markt	buchenberg-markt			DE	02	097	09780	09780117	4157	Europe/Berlin
6558788	Dietmannsried, Markt	dietmannsried-markt			DE	02	097	09780	09780119	8260	Europe/Berlin
6558789	Oberstaufen, Markt	oberstaufen-markt			DE	02	097	09780	09780132	7822	Europe/Berlin
6558790	Oberstdorf, Markt	oberstdorf-markt			DE	02	097	09780	09780133	9696	Europe/Berlin
6558791	Sulzberg, Markt	sulzberg-markt			DE	02	097	09780	09780140	4949	Europe/Berlin
6558792	Weitnau, Markt	weitnau-markt			DE	02	097	09780	09780144	5328	Europe/Berlin
6558793	Wertach, Markt	wertach-markt			DE	02	097	09780	09780145	2516	Europe/Berlin
6558794	Wiggensbach, Markt	wiggensbach-markt			DE	02	097	09780	09780146	5039	Europe/Berlin
6558795	Tüßling, Markt	tuessling-markt			DE	02	091	09171	09171133	3305	Europe/Berlin
6558796	Marktschellenberg, Markt	marktschellenberg-markt			DE	02	091	09172	09172124	1757	Europe/Berlin
6558797	Teisendorf, Markt	teisendorf-markt			DE	02	091	09172	09172134	9320	Europe/Berlin
6558798	Altomünster, Markt	altomuenster-markt			DE	02	091	09174	09174111	7960	Europe/Berlin
6558799	Kirchseeon, Markt	kirchseeon-markt			DE	02	091	09175	09175124	10648	Europe/Berlin
6558800	Altmannstein, Markt	altmannstein-markt			DE	02	091	09176	09176112	7076	Europe/Berlin
6558801	Dollnstein, Markt	dollnstein-markt			DE	02	091	09176	09176121	2854	Europe/Berlin
6558802	Gaimersheim, Markt	gaimersheim-markt			DE	02	091	09176	09176126	12182	Europe/Berlin
6558803	Kinding, Markt	kinding-markt			DE	02	091	09176	09176137	2506	Europe/Berlin
6558804	Kipfenberg, Markt	kipfenberg-markt			DE	02	091	09176	09176138	5868	Europe/Berlin
6558805	Kösching, Markt	koesching-markt			DE	02	091	09176	09176139	9808	Europe/Berlin
6558806	Mörnsheim, Markt	moernsheim-markt			DE	02	091	09176	09176148	1563	Europe/Berlin
6558807	Nassenfels, Markt	nassenfels-markt			DE	02	091	09176	09176149	2242	Europe/Berlin
6558808	Pförring, Markt	pfoerring-markt			DE	02	091	09176	09176153	3849	Europe/Berlin
6558809	Titting, Markt	titting-markt			DE	02	091	09176	09176164	2663	Europe/Berlin
6558810	Wellheim, Markt	wellheim-markt			DE	02	091	09176	09176166	2690	Europe/Berlin
6558811	Isen, Markt	isen-markt			DE	02	091	09177	09177123	5836	Europe/Berlin
6558812	Wartenberg, Markt	wartenberg-markt			DE	02	091	09177	09177143	5550	Europe/Berlin
6558813	Nandlstadt, Markt	nandlstadt-markt			DE	02	091	09178	09178144	5306	Europe/Berlin
6558814	Garmisch-Partenkirchen, Markt	garmisch-partenkirchen-markt	Garmisch-Partenkirchen		DE	02	091	09180	09180117	27215	Europe/Berlin
6558815	Mittenwald, Markt	mittenwald-markt			DE	02	091	09180	09180123	7327	Europe/Berlin
6558816	Holzkirchen, Markt	holzkirchen-markt			DE	02	091	09182	09182120	16640	Europe/Berlin
6558817	Schliersee, Markt	schliersee-markt			DE	02	091	09182	09182131	6933	Europe/Berlin
6558818	Buchbach, Markt	buchbach-markt			DE	02	091	09183	09183114	3185	Europe/Berlin
6558819	Burgheim, Markt	burgheim-markt			DE	02	091	09185	09185125	4551	Europe/Berlin
6558820	Rennertshofen, Markt	rennertshofen-markt			DE	02	091	09185	09185153	4966	Europe/Berlin
6558821	Hohenwart, Markt	hohenwart-markt			DE	02	091	09186	09186128	4771	Europe/Berlin
6558822	Manching, Markt	manching-markt			DE	02	091	09186	09186137	12639	Europe/Berlin
6558823	Reichertshofen, Markt	reichertshofen-markt			DE	02	091	09186	09186147	8268	Europe/Berlin
6558824	Wolnzach, Markt	wolnzach-markt			DE	02	091	09186	09186162	11658	Europe/Berlin
6558825	Bruckmühl, Markt	bruckmuehl-markt			DE	02	091	09187	09187122	16606	Europe/Berlin
6558826	Bad Endorf, Markt	bad-endorf-markt			DE	02	091	09187	09187128	8376	Europe/Berlin
6558827	Neubeuern, Markt	neubeuern-markt			DE	02	091	09187	09187154	4300	Europe/Berlin
6558828	Peißenberg, Markt	peissenberg-markt			DE	02	091	09190	09190139	12589	Europe/Berlin
6558829	Peiting, Markt	peiting-markt			DE	02	091	09190	09190140	11425	Europe/Berlin
6558830	Hengersberg, Markt	hengersberg-markt			DE	02	092	09271	09271125	7837	Europe/Berlin
6558831	Metten, Markt	metten-markt			DE	02	092	09271	09271132	4222	Europe/Berlin
6558832	Schöllnach, Markt	schoellnach-markt			DE	02	092	09271	09271149	4842	Europe/Berlin
6558833	Winzer, Markt	winzer-markt			DE	02	092	09271	09271153	3812	Europe/Berlin
6558834	Röhrnbach, Markt	roehrnbach-markt			DE	02	092	09272	09272141	4314	Europe/Berlin
6558835	Schönberg, Markt	schoenberg-markt			DE	02	092	09272	09272147	3812	Europe/Berlin
6558836	Bad Abbach, Markt	bad-abbach-markt			DE	02	092	09273	09273116	12430	Europe/Berlin
6558837	Langquaid, Markt	langquaid-markt			DE	02	092	09273	09273141	5792	Europe/Berlin
6558838	Painten, Markt	painten-markt			DE	02	092	09273	09273159	2296	Europe/Berlin
6558839	Ergoldsbach, Markt	ergoldsbach-markt			DE	02	092	09274	09274127	8121	Europe/Berlin
6558840	Essenbach, Markt	essenbach-markt			DE	02	092	09274	09274128	11999	Europe/Berlin
6558841	Geisenhausen, Markt	geisenhausen-markt			DE	02	092	09274	09274134	7391	Europe/Berlin
6558842	Pfeffenhausen, Markt	pfeffenhausen-markt			DE	02	092	09274	09274172	5115	Europe/Berlin
6558843	Velden, Markt	velden-markt			DE	02	092	09274	09274183	6605	Europe/Berlin
6558844	Fürstenzell, Markt	fuerstenzell-markt			DE	02	092	09275	09275122	8156	Europe/Berlin
6558845	Hofkirchen, Markt	hofkirchen-markt			DE	02	092	09275	09275127	3710	Europe/Berlin
6558846	Hutthurm, Markt	hutthurm-markt			DE	02	092	09275	09275128	6189	Europe/Berlin
6558847	Niendorf bei Berkenthin	niendorf-bei-berkenthin			DE	10	00	01053	01053094	196	Europe/Berlin
6558848	Wentorf (Amt Sandesneben)	wentorf-amt-sandesneben			DE	10	00	01053	01053130	732	Europe/Berlin
6558849	Ostenfeld (Husum)	ostenfeld-husum			DE	10	00	01054	01054099	1521	Europe/Berlin
6558851	Ascheberg (Holstein)	ascheberg-holstein			DE	10	00	01057	01057001	2895	Europe/Berlin
6558852	Behrensdorf (Ostsee)	behrensdorf-ostsee			DE	10	00	01057	01057004	632	Europe/Berlin
6558853	Hohwacht (Ostsee)	hohwacht-ostsee			DE	10	00	01057	01057030	839	Europe/Berlin
6558854	Ostenfeld (Rendsburg)	ostenfeld-rendsburg			DE	10	00	01058	01058122	588	Europe/Berlin
6558855	Rade b. Hohenwestedt	rade-b-hohenwestedt			DE	10	00	01058	01058131	95	Europe/Berlin
6558856	Rade b. Rendsburg	rade-b-rendsburg			DE	10	00	01058	01058132	192	Europe/Berlin
6558857	Schülp b. Nortorf	schuelp-b-nortorf	Schuelp bei Nortorf,Schülp bei Nortorf		DE	10	00	01058	01058147	763	Europe/Berlin
6558858	Glücksburg (Ostsee)	gluecksburg-ostsee	Gluecksburg (Ostsee),Glücksburg (Ostsee),Stadt Gluecksburg (Ostsee),Stadt Glücksburg (Ostsee)		DE	10	00	01059	01059113	6114	Europe/Berlin
6558859	Neuendorf b. Elmshorn	neuendorf-b-elmshorn			DE	10	00	01061	01061074	841	Europe/Berlin
6558860	Gieboldehausen, Flecken	gieboldehausen-flecken			DE	06	00	03159	03159014	3988	Europe/Berlin
6558862	Lutter am Barenberge, Flecken	lutter-am-barenberge-flecken			DE	06	00	03153	03153009	2302	Europe/Berlin
6558863	Bodenfelde, Flecken	bodenfelde-flecken			DE	06	00	03155	03155002	3039	Europe/Berlin
6558866	Veltheim (Ohe)	veltheim-ohe			DE	06	00	03158	03158033	985	Europe/Berlin
6558867	Barenburg, Flecken	barenburg-flecken			DE	06	00	03251	03251004	1239	Europe/Berlin
6558868	Barnstorf, Flecken	barnstorf-flecken			DE	06	00	03251	03251005	6465	Europe/Berlin
6558869	Bruchhausen-Vilsen, Flecken	bruchhausen-vilsen-flecken			DE	06	00	03251	03251049	9118	Europe/Berlin
6558870	Lemförde, Flecken	lemfoerde-flecken			DE	06	00	03251	03251023	3333	Europe/Berlin
6558871	Siedenburg, Flecken	siedenburg-flecken			DE	06	00	03251	03251034	1265	Europe/Berlin
6558872	Lamspringe	lamspringe	Lamspringe Flecken		DE	06	00	03254	03254044	5592	Europe/Berlin
6558873	Polle, Flecken	polle-flecken			DE	06	00	03255	03255033	1184	Europe/Berlin
6558874	Bücken, Flecken	buecken-flecken			DE	06	00	03256	03256003	2101	Europe/Berlin
6558876	Beverstedt	beverstedt			DE	06	00	03352	03352059	13545	Europe/Berlin
6558877	Neuhaus (Oste), Flecken	neuhaus-oste-flecken			DE	06	00	03352	03352039	1114	Europe/Berlin
6558878	Bardowick	bardowick			DE	06	00	03355	03355004	7013	Europe/Berlin
6558879	Dahlenburg, Flecken	dahlenburg-flecken			DE	06	00	03355	03355013	3295	Europe/Berlin
6558880	Ahlden (Aller), Flecken	ahlden-aller-flecken			DE	06	00	03358	03358001	1552	Europe/Berlin
6558881	Harsefeld, Flecken	harsefeld-flecken			DE	06	00	03359	03359023	13894	Europe/Berlin
6558882	Horneburg, Flecken	horneburg-flecken			DE	06	00	03359	03359027	6257	Europe/Berlin
6558883	Hage, Flecken	hage-flecken			DE	06	00	03452	03452008	6272	Europe/Berlin
6558884	Marienhafe, Flecken	marienhafe-flecken			DE	06	00	03452	03452017	2397	Europe/Berlin
6558885	Harpstedt, Flecken	harpstedt-flecken			DE	06	00	03458	03458008	4727	Europe/Berlin
6558886	Hirschhorn (Neckar)	hirschhorn-neckar	Hirschhorn (Neckar),Stadt Hirschhorn (Neckar)		DE	05	064	06431	06431012	3455	Europe/Berlin
6558887	Bad Hersfeld, Kreisstadt	bad-hersfeld-kreisstadt			DE	05	066	06632	06632002	29944	Europe/Berlin
6558888	Hamm (Sieg)	hamm-sieg			DE	08	00	07132	07132044	3483	Europe/Berlin
6558889	Horhausen (Westerwald)	horhausen-westerwald			DE	08	00	07132	07132055	2026	Europe/Berlin
6558890	Michelbach (Westerwald)	michelbach-westerwald			DE	08	00	07132	07132070	532	Europe/Berlin
6558891	Obererbach (Westerwald)	obererbach-westerwald			DE	08	00	07132	07132081	548	Europe/Berlin
6558892	Rosenheim	rosenheim			DE	08	00	07132	07132095	755	Europe/Berlin
6558893	Seelbach bei Hamm (Sieg)	seelbach-bei-hamm-sieg			DE	08	00	07132	07132102	124	Europe/Berlin
6558894	Seelbach (Westerwald)	seelbach-westerwald			DE	08	00	07132	07132103	294	Europe/Berlin
6558895	Berod bei Hachenburg	berod-bei-hachenburg			DE	08	00	07132	07132201	562	Europe/Berlin
6558896	Altenkirchen (Westerwald)	altenkirchen-westerwald	Altenkirchen (Westerwald),Stadt Altenkirchen (Westerwald)		DE	08	00	07132	07132501	6305	Europe/Berlin
6558897	Oberhausen bei Kirn	oberhausen-bei-kirn			DE	08	00	07133	07133073	853	Europe/Berlin
6558898	Berschweiler bei Baumholder	berschweiler-bei-baumholder			DE	08	00	07134	07134008	524	Europe/Berlin
6558899	Berschweiler bei Kirn	berschweiler-bei-kirn			DE	08	00	07134	07134009	266	Europe/Berlin
6558900	Rodenbach bei Puderbach	rodenbach-bei-puderbach			DE	08	00	07138	07138064	688	Europe/Berlin
6558901	Bell (Hunsrück)	bell-hunsrueck			DE	08	00	07140	07140009	1431	Europe/Berlin
6558902	Ellern (Hunsrück)	ellern-hunsrueck			DE	08	00	07140	07140035	897	Europe/Berlin
6558903	Hirschfeld (Hunsrück)	hirschfeld-hunsrueck			DE	08	00	07140	07140053	277	Europe/Berlin
6558904	Kirchberg (Hunsrück)	kirchberg-hunsrueck	Kirchberg (Hunsrueck),Kirchberg (Hunsrück),Stadt Kirchberg (Hunsrueck),Stadt Kirchberg (Hunsrück)		DE	08	00	07140	07140067	3993	Europe/Berlin
6558905	Külz (Hunsrück)	kuelz-hunsrueck			DE	08	00	07140	07140076	472	Europe/Berlin
6558906	Sankt Goarshausen, Loreleystadt	sankt-goarshausen-loreleystadt	Sankt Goarshausen  Loreleystadt,Stadt Sankt Goarshausen  Loreleystadt		DE	08	00	07141	07141121	1285	Europe/Berlin
6558907	Selters (Westerwald)	selters-westerwald	Selters (Westerwald),Stadt Selters (Westerwald)		DE	08	00	07143	07143067	2814	Europe/Berlin
6558908	Graach an der Mosel	graach-an-der-mosel			DE	08	00	07231	07231041	640	Europe/Berlin
6558909	Biersdorf am See	biersdorf-am-see			DE	08	00	07232	07232015	534	Europe/Berlin
6558910	Hüttingen bei Lahr	huettingen-bei-lahr			DE	08	00	07232	07232059	145	Europe/Berlin
6558911	Sevenig bei Neuerburg	sevenig-bei-neuerburg			DE	08	00	07232	07232121	50	Europe/Berlin
6558912	Roth bei Prüm	roth-bei-pruem			DE	08	00	07232	07232302	452	Europe/Berlin
6558913	Kerpen (Eifel)	kerpen-eifel			DE	08	00	07233	07233038	473	Europe/Berlin
6558914	Winkel (Eifel)	winkel-eifel			DE	08	00	07233	07233084	142	Europe/Berlin
6558915	Naurath (Wald)	naurath-wald			DE	08	00	07235	07235092	218	Europe/Berlin
6558916	Eisenberg (Pfalz)	eisenberg-pfalz	Eisenberg (Pfalz),Stadt Eisenberg (Pfalz)		DE	08	00	07333	07333019	9316	Europe/Berlin
6558917	Erlenbach bei Kandel	erlenbach-bei-kandel			DE	08	00	07334	07334004	705	Europe/Berlin
6558918	Ottersheim bei Landau	ottersheim-bei-landau			DE	08	00	07334	07334023	1825	Europe/Berlin
6558919	Brücken (Pfalz)	bruecken-pfalz			DE	08	00	07336	07336011	2075	Europe/Berlin
6558920	Freimersheim (Pfalz)	freimersheim-pfalz			DE	08	00	07337	07337027	961	Europe/Berlin
6558921	Herxheim bei Landau/ Pfalz	herxheim-bei-landau-pfalz			DE	08	00	07337	07337038	10577	Europe/Berlin
6558922	Hochstadt (Pfalz)	hochstadt-pfalz			DE	08	00	07337	07337041	2530	Europe/Berlin
6558923	Jugenheim in Rheinhessen	jugenheim-in-rheinhessen			DE	08	00	07339	07339031	1582	Europe/Berlin
6558924	Weiler bei Bingen	weiler-bei-bingen			DE	08	00	07339	07339063	2576	Europe/Berlin
6558925	Erlenbach bei Dahn	erlenbach-bei-dahn			DE	08	00	07340	07340010	331	Europe/Berlin
6558926	Schönau (Pfalz)	schoenau-pfalz			DE	08	00	07340	07340045	408	Europe/Berlin
6558927	Ehingen (Donau)	ehingen-donau	Ehingen (Donau),Stadt Ehingen (Donau)		DE	01	084	08425	08425033	26293	Europe/Berlin
6558928	Töging a.Inn	toeging-a-inn	Stadt Toeging a.Inn,Stadt Töging a.Inn,Toeging a.Inn,Töging a.Inn		DE	02	091	09171	09171132	9276	Europe/Berlin
6558929	Schönau am Königssee	schoenau-am-koenigssee			DE	02	091	09172	09172132	5585	Europe/Berlin
6558930	Pfaffenhofen a.d.Glonn	pfaffenhofen-a-d-glonn			DE	02	091	09174	09174137	2246	Europe/Berlin
6558931	Grafing b.München	grafing-b-muenchen	Grafing b.Muenchen,Grafing b.München,Stadt Grafing b.Muenchen,Stadt Grafing b.München		DE	02	091	09175	09175122	13775	Europe/Berlin
6558932	Inning a.Holz	inning-a-holz			DE	02	091	09177	09177122	1486	Europe/Berlin
6558933	Moosburg a.d.Isar	moosburg-a-d-isar	Moosburg a.d.Isar,Stadt Moosburg a.d.Isar		DE	02	091	09178	09178143	18656	Europe/Berlin
6558934	Murnau a.Staffelsee, Markt	murnau-a-staffelsee-markt			DE	02	091	09180	09180124	12180	Europe/Berlin
6558936	Haag i.OB, Markt	haag-i-ob-markt			DE	02	091	09183	09183119	6602	Europe/Berlin
6558937	Waging a.See, Markt	waging-a-see-markt			DE	02	091	09189	09189162	7027	Europe/Berlin
6558938	Vilshofen an der Donau	vilshofen-an-der-donau	Stadt Vilshofen an der Donau,Vilshofen an der Donau		DE	02	092	09275	09275154	16758	Europe/Berlin
6558939	Kirchberg i.Wald	kirchberg-i-wald			DE	02	092	09276	09276126	4362	Europe/Berlin
6558940	Kirchdorf i.Wald	kirchdorf-i-wald			DE	02	092	09276	09276127	2100	Europe/Berlin
6558941	Kirchdorf a.Inn	kirchdorf-a-inn			DE	02	092	09277	09277128	5396	Europe/Berlin
6558942	Simbach a.Inn	simbach-a-inn	Simbach a.Inn,Stadt Simbach a.Inn		DE	02	092	09277	09277145	9954	Europe/Berlin
6558943	Landau a.d.Isar	landau-a-d-isar	Landau a.d.Isar,Stadt Landau a.d.Isar		DE	02	092	09279	09279122	13562	Europe/Berlin
6558944	Weiden i.d.OPf.	weiden-i-d-opf	Stadt Weiden i.d.OPf.,Weiden i.d.OPf.		DE	02	093	09363	09363000	42743	Europe/Berlin
6558945	Auerbach i.d.OPf.	auerbach-i-d-opf	Auerbach i.d.OPf.,Stadt Auerbach i.d.OPf.		DE	02	093	09371	09371113	8781	Europe/Berlin
6558946	Neukirchen b.Sulzbach-Rosenberg	neukirchen-b-sulzbach-rosenberg			DE	02	093	09371	09371141	2512	Europe/Berlin
6558947	Neukirchen b.Hl.Blut, Markt	neukirchen-b-hl-blut-markt			DE	02	093	09372	09372144	3696	Europe/Berlin
6558948	Berg bei Neumarkt in der Oberpfalz	berg-bei-neumarkt-in-der-oberpfalz	Berg b.Neumarkt i.d.OPf,Neumarkt in der Oberpfalz		DE	02	093	09373	09373113	7900	Europe/Berlin
6558949	Dietfurt a.d.Altmühl	dietfurt-a-d-altmuehl	Dietfurt a.d.Altmuehl,Dietfurt a.d.Altmühl,Stadt Dietfurt a.d.Altmuehl,Stadt Dietfurt a.d.Altmühl		DE	02	093	09373	09373121	6167	Europe/Berlin
6558950	Neumarkt i.d.OPf.	neumarkt-i-d-opf	Neumarkt i.d.OPf.,Stadt Neumarkt i.d.OPf.		DE	02	093	09373	09373147	40277	Europe/Berlin
6558951	Seubersdorf i.d.OPf.	seubersdorf-i-d-opf			DE	02	093	09373	09373160	5161	Europe/Berlin
6558952	Altenstadt a.d.Waldnaab	altenstadt-a-d-waldnaab			DE	02	093	09374	09374111	4795	Europe/Berlin
6558953	Eschenbach i.d.OPf.	eschenbach-i-d-opf	Eschenbach i.d.OPf.,Stadt Eschenbach i.d.OPf.		DE	02	093	09374	09374117	4189	Europe/Berlin
6558954	Neustadt a.d.Waldnaab	neustadt-a-d-waldnaab	Neustadt a.d.Waldnaab,Stadt Neustadt a.d.Waldnaab		DE	02	093	09374	09374139	5685	Europe/Berlin
6558955	Bach a.d.Donau	bach-a-d-donau			DE	02	093	09375	09375116	1799	Europe/Berlin
6558956	Holzheim a.Forst	holzheim-a-forst			DE	02	093	09375	09375153	968	Europe/Berlin
6558957	Wörth a.d.Donau	woerth-a-d-donau	Stadt Woerth a.d.Donau,Stadt Wörth a.d.Donau,Woerth a.d.Donau,Wörth a.d.Donau		DE	02	093	09375	09375210	4909	Europe/Berlin
6558958	Bruck i.d.OPf., Markt	bruck-i-d-opf-markt			DE	02	093	09376	09376117	4446	Europe/Berlin
6558959	Schwarzach b.Nabburg	schwarzach-b-nabburg			DE	02	093	09376	09376162	1423	Europe/Berlin
6558960	Reuth b.Erbendorf	reuth-b-erbendorf			DE	02	093	09377	09377149	1118	Europe/Berlin
6558961	Heiligenstadt i.OFr., Markt	heiligenstadt-i-ofr-markt			DE	02	094	09471	09471142	3473	Europe/Berlin
6558962	Schönbrunn i.Steigerwald	schoenbrunn-i-steigerwald			DE	02	094	09471	09471186	1854	Europe/Berlin
6558963	Bad Berneck i.Fichtelgebirge	bad-berneck-i-fichtelgebirge	Bad Berneck i.Fichtelgebirge,Stadt Bad Berneck i.Fichtelgebirge		DE	02	094	09472	09472116	4336	Europe/Berlin
6558964	Ebersdorf b.Coburg	ebersdorf-b-coburg			DE	02	094	09473	09473121	6009	Europe/Berlin
6558965	Grub a.Forst	grub-a-forst			DE	02	094	09473	09473134	2825	Europe/Berlin
6558966	Neustadt b.Coburg	neustadt-b-coburg	Neustadt b.Coburg,Stadt Neustadt b.Coburg		DE	02	094	09473	09473151	15173	Europe/Berlin
6558967	Weidhausen b.Coburg	weidhausen-b-coburg			DE	02	094	09473	09473174	3123	Europe/Berlin
6558968	Neunkirchen a.Brand, Markt	neunkirchen-a-brand-markt			DE	02	094	09474	09474154	8121	Europe/Berlin
6558969	Schwarzenbach a.d.Saale	schwarzenbach-a-d-saale	Schwarzenbach a.d.Saale,Stadt Schwarzenbach a.d.Saale		DE	02	094	09475	09475168	6926	Europe/Berlin
6558970	Schwarzenbach a.Wald	schwarzenbach-a-wald	Schwarzenbach a.Wald,Stadt Schwarzenbach a.Wald		DE	02	094	09475	09475169	4323	Europe/Berlin
6558971	Steinbach a.Wald	steinbach-a-wald			DE	02	094	09476	09476175	3087	Europe/Berlin
6558972	Hochstadt a.Main	hochstadt-a-main			DE	02	094	09478	09478127	1622	Europe/Berlin
6558973	Michelau i.OFr.	michelau-i-ofr	Michelau in Oberfranken		DE	02	094	09478	09478145	6329	Europe/Berlin
6558974	Redwitz a.d.Rodach	redwitz-a-d-rodach			DE	02	094	09478	09478155	3381	Europe/Berlin
6558975	Höchstädt i.Fichtelgebirge	hoechstaedt-i-fichtelgebirge			DE	02	094	09479	09479126	1063	Europe/Berlin
6558976	Hohenberg a.d.Eger	hohenberg-a-d-eger	Hohenberg a.d.Eger,Stadt Hohenberg a.d.Eger		DE	02	094	09479	09479127	1456	Europe/Berlin
6558977	Buch a.Wald	buch-a-wald			DE	02	095	09571	09571125	1039	Europe/Berlin
6558978	Dentlein a.Forst, Markt	dentlein-a-forst-markt			DE	02	095	09571	09571132	2346	Europe/Berlin
6558979	Sachsen b.Ansbach	sachsen-b-ansbach			DE	02	095	09571	09571196	3526	Europe/Berlin
6558980	Höchstadt a.d.Aisch	hoechstadt-a-d-aisch	Hoechstadt a.d.Aisch,Höchstadt a.d.Aisch,Stadt Hoechstadt a.d.Aisch,Stadt Höchstadt a.d.Aisch		DE	02	095	09572	09572135	13551	Europe/Berlin
6558981	Altdorf b.Nürnberg	altdorf-b-nuernberg	Altdorf b.Nuernberg,Altdorf b.Nürnberg,Stadt Altdorf b.Nuernberg,Stadt Altdorf b.Nürnberg		DE	02	095	09574	09574112	15276	Europe/Berlin
6558982	Lauf a.d.Pegnitz	lauf-a-d-pegnitz	Lauf a.d.Pegnitz,Stadt Lauf a.d.Pegnitz		DE	02	095	09574	09574138	26483	Europe/Berlin
6558983	Neuhaus a.d.Pegnitz, Markt	neuhaus-a-d-pegnitz-markt			DE	02	095	09574	09574140	2837	Europe/Berlin
6558984	Neunkirchen a.Sand	neunkirchen-a-sand			DE	02	095	09574	09574141	4671	Europe/Berlin
6558985	Röthenbach a.d.Pegnitz	roethenbach-a-d-pegnitz	Roethenbach a.d.Pegnitz,Röthenbach a.d.Pegnitz,Stadt Roethenbach a.d.Pegnitz,Stadt Röthenbach a.d.Pegnitz		DE	02	095	09574	09574152	12306	Europe/Berlin
6558986	Schwaig b.Nürnberg	schwaig-b-nuernberg			DE	02	095	09574	09574156	9017	Europe/Berlin
6558987	Neuhof a.d.Zenn, Markt	neuhof-a-d-zenn-markt			DE	02	095	09575	09575152	2175	Europe/Berlin
6558988	Neustadt a.d.Aisch	neustadt-a-d-aisch	Neustadt a.d.Aisch,Stadt Neustadt a.d.Aisch		DE	02	095	09575	09575153	13259	Europe/Berlin
6558989	Muhr a.See	muhr-a-see			DE	02	095	09577	09577114	2338	Europe/Berlin
6558990	Weißenburg i.Bay.	weissenburg-i-bay	Stadt Weissenburg i.Bay.,Stadt Weißenburg i.Bay.,Weissenburg i.Bay.,Weißenburg i.Bay.		DE	02	095	09577	09577177	18645	Europe/Berlin
6558991	Alzenau i.UFr.	alzenau-i-ufr	Alzenau i.UFr.,Stadt Alzenau i.UFr.		DE	02	096	09671	09671111	18505	Europe/Berlin
6558992	Karlstein a.Main	karlstein-a-main			DE	02	096	09671	09671114	8087	Europe/Berlin
6558993	Kahl a.Main	kahl-a-main			DE	02	096	09671	09671134	8033	Europe/Berlin
6558994	Stockstadt a.Main, Markt	stockstadt-a-main-markt			DE	02	096	09671	09671155	8002	Europe/Berlin
6558995	Aura a.d.Saale	aura-a-d-saale			DE	02	096	09672	09672111	863	Europe/Berlin
6558996	Thundorf i.UFr.	thundorf-i-ufr			DE	02	096	09672	09672157	1030	Europe/Berlin
6558997	Bad Neustadt a.d.Saale	bad-neustadt-a-d-saale	Bad Neustadt a.d.Saale,Stadt Bad Neustadt a.d.Saale		DE	02	096	09673	09673114	15358	Europe/Berlin
6558998	Bischofsheim a.d.Rhön	bischofsheim-a-d-rhoen	Bischofsheim a.d.Rhoen,Bischofsheim a.d.Rhön,Stadt Bischofsheim a.d.Rhoen,Stadt Bischofsheim a.d.Rhön		DE	02	096	09673	09673117	4822	Europe/Berlin
6558999	Bad Königshofen i.Grabfeld	bad-koenigshofen-i-grabfeld	Bad Koenigshofen i.Grabfeld,Bad Königshofen i.Grabfeld,Stadt Bad Koenigshofen i.Grabfeld,Stadt Bad Königshofen i.Grabfeld		DE	02	096	09673	09673141	6013	Europe/Berlin
6559000	Nordheim v.d.Rhön	nordheim-v-d-rhoen			DE	02	096	09673	09673147	1110	Europe/Berlin
6559001	Ostheim v.d.Rhön	ostheim-v-d-rhoen	Ostheim v.d.Rhoen,Ostheim v.d.Rhön,Stadt Ostheim v.d.Rhoen,Stadt Ostheim v.d.Rhön		DE	02	096	09673	09673153	3305	Europe/Berlin
6559002	Saal a.d.Saale, Markt	saal-a-d-saale-markt			DE	02	096	09673	09673160	1476	Europe/Berlin
6559003	Schönau a.d.Brend	schoenau-a-d-brend			DE	02	096	09673	09673163	1231	Europe/Berlin
6559004	Sondheim v.d.Rhön	sondheim-v-d-rhoen			DE	02	096	09673	09673167	921	Europe/Berlin
6559005	Sulzdorf a.d.Lederhecke	sulzdorf-a-d-lederhecke			DE	02	096	09673	09673172	1098	Europe/Berlin
6559006	Wülfershausen a.d.Saale	wuelfershausen-a-d-saale			DE	02	096	09673	09673184	1472	Europe/Berlin
6559007	Hofheim i.UFr.	hofheim-i-ufr	Hofheim i.UFr.,Stadt Hofheim i.UFr.		DE	02	096	09674	09674149	5095	Europe/Berlin
6559008	Königsberg i.Bay.	koenigsberg-i-bay	Koenigsberg i.Bay.,Königsberg i.Bay.,Stadt Koenigsberg i.Bay.,Stadt Königsberg i.Bay.		DE	02	096	09674	09674164	3588	Europe/Berlin
6559009	Sand a.Main	sand-a-main			DE	02	096	09674	09674195	3142	Europe/Berlin
6559010	Zeil a.Main	zeil-a-main	Stadt Zeil a.Main,Zeil a.Main		DE	02	096	09674	09674221	5624	Europe/Berlin
6559011	Nordheim a.Main	nordheim-a-main			DE	02	096	09675	09675155	1026	Europe/Berlin
6559012	Sulzfeld a.Main	sulzfeld-a-main			DE	02	096	09675	09675170	1259	Europe/Berlin
6559013	Erlenbach a.Main	erlenbach-a-main	Erlenbach a.Main,Stadt Erlenbach a.Main		DE	02	096	09676	09676122	10258	Europe/Berlin
6559014	Klingenberg a.Main	klingenberg-a-main	Klingenberg a.Main,Stadt Klingenberg a.Main		DE	02	096	09676	09676134	6150	Europe/Berlin
6559015	Obernburg a.Main	obernburg-a-main	Obernburg a.Main,Stadt Obernburg a.Main		DE	02	096	09676	09676145	8659	Europe/Berlin
6559016	Sulzbach a.Main, Markt	sulzbach-a-main-markt			DE	02	096	09676	09676160	7290	Europe/Berlin
6559017	Wörth a.Main	woerth-a-main	Stadt Woerth a.Main,Stadt Wörth a.Main,Woerth a.Main,Woerth am Main,Wörth a.Main,Wörth am Main		DE	02	096	09676	09676169	4706	Europe/Berlin
6559018	Aura i.Sinngrund	aura-i-sinngrund			DE	02	096	09677	09677116	954	Europe/Berlin
6559019	Erlenbach b.Marktheidenfeld	erlenbach-b-marktheidenfeld			DE	02	096	09677	09677125	2390	Europe/Berlin
6559020	Gemünden a.Main	gemuenden-a-main	Gemuenden a.Main,Gemuenden am Main,Gemünden a.Main,Gemünden am Main,Stadt Gemuenden a.Main,Stadt Gemünden a.Main		DE	02	096	09677	09677131	10039	Europe/Berlin
6559021	Lohr a.Main	lohr-a-main	Lohr a.Main,Lohr am Main,Stadt Lohr a.Main		DE	02	096	09677	09677155	15189	Europe/Berlin
6559022	Neustadt a.Main	neustadt-a-main			DE	02	096	09677	09677166	1240	Europe/Berlin
6559023	Michelau i.Steigerwald	michelau-i-steigerwald			DE	02	096	09678	09678157	1115	Europe/Berlin
6559024	Frickenhausen a.Main, Markt	frickenhausen-a-main-markt			DE	02	096	09679	09679131	1244	Europe/Berlin
6559025	Hausen b.Würzburg	hausen-b-wuerzburg			DE	02	096	09679	09679143	2451	Europe/Berlin
6559026	Zell a.Main, Markt	zell-a-main-markt			DE	02	096	09679	09679209	4428	Europe/Berlin
6559027	Kempten (Allgäu)	kempten-allgaeu	Kempten (Allgaeu),Kempten (Allgäu),Stadt Kempten (Allgaeu),Stadt Kempten (Allgäu)		DE	02	097	09763	09763000	69151	Europe/Berlin
6559028	Baar (Schwaben)	baar-schwaben			DE	02	097	09771	09771176	1188	Europe/Berlin
6559029	Langweid a.Lech	langweid-a-lech			DE	02	097	09772	09772171	8256	Europe/Berlin
6559030	Bächingen a.d.Brenz	baechingen-a-d-brenz			DE	02	097	09773	09773113	1358	Europe/Berlin
6559031	Dillingen a.d.Donau	dillingen-a-d-donau	Dillingen a.d.Donau,Stadt Dillingen a.d.Donau		DE	02	097	09773	09773125	19149	Europe/Berlin
6559032	Gundelfingen a.d.Donau	gundelfingen-a-d-donau	Gundelfingen a.d.Donau,Stadt Gundelfingen a.d.Donau		DE	02	097	09773	09773136	7808	Europe/Berlin
6559033	Höchstädt a.d.Donau	hoechstaedt-a-d-donau	Hoechstaedt a.d.Donau,Höchstädt a.d.Donau,Stadt Hoechstaedt a.d.Donau,Stadt Höchstädt a.d.Donau		DE	02	097	09773	09773139	6774	Europe/Berlin
6559034	Krumbach (Schwaben)	krumbach-schwaben	Krumbach (Schwaben),Stadt Krumbach (Schwaben)		DE	02	097	09774	09774150	13522	Europe/Berlin
6559035	Neuburg a.d.Kammel, Markt	neuburg-a-d-kammel-markt			DE	02	097	09774	09774162	3140	Europe/Berlin
6559036	Kellmünz a.d.Iller, Markt	kellmuenz-a-d-iller-markt			DE	02	097	09775	09775132	1421	Europe/Berlin
6559037	Pfaffenhofen a.d.Roth, Markt	pfaffenhofen-a-d-roth-markt			DE	02	097	09775	09775143	7243	Europe/Berlin
6559038	Lindenberg i.Allgäu	lindenberg-i-allgaeu	Lindenberg i.Allgaeu,Lindenberg i.Allgäu,Stadt Lindenberg i.Allgaeu,Stadt Lindenberg i.Allgäu		DE	02	097	09776	09776117	11525	Europe/Berlin
6559039	Lechbruck am See	lechbruck-am-see			DE	02	097	09777	09777147	2718	Europe/Berlin
6559040	Stötten a.Auerberg	stoetten-a-auerberg			DE	02	097	09777	09777171	1890	Europe/Berlin
6559041	Rettenbach a.Auerberg	rettenbach-a-auerberg			DE	02	097	09777	09777183	886	Europe/Berlin
6559042	Egg a.d.Günz	egg-a-d-guenz			DE	02	097	09778	09778130	1176	Europe/Berlin
6559043	Kirchheim i.Schw., Markt	kirchheim-i-schw-markt			DE	02	097	09778	09778158	2689	Europe/Berlin
6559044	Ehingen a.Ries	ehingen-a-ries			DE	02	097	09779	09779138	776	Europe/Berlin
6559045	Harburg (Schwaben)	harburg-schwaben	Harburg (Schwaben),Stadt Harburg (Schwaben)		DE	02	097	09779	09779155	5561	Europe/Berlin
6559046	Oberndorf a.Lech	oberndorf-a-lech			DE	02	097	09779	09779196	2572	Europe/Berlin
6559047	Oettingen i.Bay.	oettingen-i-bay	Oettingen i.Bay.,Stadt Oettingen i.Bay.		DE	02	097	09779	09779197	5151	Europe/Berlin
6559048	Burgberg i.Allgäu	burgberg-i-allgaeu			DE	02	097	09780	09780118	3301	Europe/Berlin
6559049	Fischen i.Allgäu	fischen-i-allgaeu			DE	02	097	09780	09780121	3194	Europe/Berlin
6559050	Bad Hindelang, M	bad-hindelang-m			DE	02	097	09780	09780123	5176	Europe/Berlin
6559051	Immenstadt i.Allgäu	immenstadt-i-allgaeu	Immenstadt i.Allgaeu,Immenstadt i.Allgäu,Stadt Immenstadt i.Allgaeu,Stadt Immenstadt i.Allgäu		DE	02	097	09780	09780124	14314	Europe/Berlin
6559052	Kiel, Landeshauptstadt	kiel-landeshauptstadt			DE	10	00	01002	01002000	246794	Europe/Berlin
6559053	Hörnum (Sylt)	hoernum-sylt			DE	10	00	01054	01054046	893	Europe/Berlin
6559054	Kampen (Sylt)	kampen-sylt			DE	10	00	01054	01054061	461	Europe/Berlin
6559055	Wenningstedt-Braderup (Sylt)	wenningstedt-braderup-sylt			DE	10	00	01054	01054149	1582	Europe/Berlin
6559056	Kellenhusen (Ostsee)	kellenhusen-ostsee			DE	10	00	01055	01055025	1125	Europe/Berlin
6559057	Schülp b. Rendsburg	schuelp-b-rendsburg	Schuelp bei Rendsburg,Schülp bei Rendsburg		DE	10	00	01058	01058148	1086	Europe/Berlin
6559058	Brome, Flecken	brome-flecken			DE	06	00	03151	03151005	3278	Europe/Berlin
6559059	Adelebsen, Flecken	adelebsen-flecken			DE	06	00	03159	03159001	6245	Europe/Berlin
6559060	Bovenden, Flecken	bovenden-flecken			DE	06	00	03159	03159007	13651	Europe/Berlin
6559064	Nörten-Hardenberg, Flecken	noerten-hardenberg-flecken			DE	06	00	03155	03155010	8379	Europe/Berlin
6559065	Hannover, Landeshauptstadt	hannover-landeshauptstadt	Hannover,Hanover,Hanovre		DE	06	00	03241	03241001	536925	Europe/Berlin
6559066	Wennigsen (Deister)	wennigsen-deister			DE	06	00	03241	03241020	14017	Europe/Berlin
6559067	Aerzen, Flecken	aerzen-flecken			DE	06	00	03252	03252001	10524	Europe/Berlin
6559068	Coppenbrügge, Flecken	coppenbruegge-flecken			DE	06	00	03252	03252004	7040	Europe/Berlin
6559069	Salzhemmendorf, Flecken	salzhemmendorf-flecken			DE	06	00	03252	03252008	9136	Europe/Berlin
6559070	Eime, Flecken	eime-flecken			DE	06	00	03254	03254013	2553	Europe/Berlin
6559071	Duingen, Flecken	duingen-flecken			DE	06	00	03254	03254041	4892	Europe/Berlin
6559072	Bevern, Flecken	bevern-flecken			DE	06	00	03255	03255002	3839	Europe/Berlin
6559073	Delligsen, Flecken	delligsen-flecken			DE	06	00	03255	03255008	7762	Europe/Berlin
6559074	Lauenförde, Flecken	lauenfoerde-flecken			DE	06	00	03255	03255026	2350	Europe/Berlin
6559075	Ottenstein, Flecken	ottenstein-flecken			DE	06	00	03255	03255031	1170	Europe/Berlin
6559076	Diepenau, Flecken	diepenau-flecken			DE	06	00	03256	03256004	3893	Europe/Berlin
6559077	Drakenburg, Flecken	drakenburg-flecken			DE	06	00	03256	03256005	1760	Europe/Berlin
6559078	Liebenau, Flecken	liebenau-flecken			DE	06	00	03256	03256019	3844	Europe/Berlin
6559079	Uchte, Flecken	uchte-flecken			DE	06	00	03256	03256033	4999	Europe/Berlin
6559080	Wiedensahl, Flecken	wiedensahl-flecken			DE	06	00	03257	03257037	930	Europe/Berlin
6559081	Luckau (Wendland)	luckau-wendland			DE	06	00	03354	03354016	557	Europe/Berlin
6559082	Lüchow (Wendland)	luechow-wendland	Luechow (Wendland),Lüchow (Wendland),Stadt Luechow (Wendland),Stadt Lüchow (Wendland)		DE	06	00	03354	03354018	9428	Europe/Berlin
6559083	Wustrow (Wendland)	wustrow-wendland	Stadt Wustrow (Wendland),Wustrow (Wendland)		DE	06	00	03354	03354026	2774	Europe/Berlin
6559084	Artlenburg, Flecken	artlenburg-flecken			DE	06	00	03355	03355003	1707	Europe/Berlin
6559085	Freiburg (Elbe), Flecken	freiburg-elbe-flecken			DE	06	00	03359	03359018	1869	Europe/Berlin
6559086	Bad Bodenteich, Flecken	bad-bodenteich-flecken			DE	06	00	03360	03360005	3741	Europe/Berlin
6559087	Ebstorf, Flecken	ebstorf-flecken			DE	06	00	03360	03360006	5383	Europe/Berlin
6559088	Langwedel, Flecken	langwedel-flecken			DE	06	00	03361	03361006	14432	Europe/Berlin
6559089	Ottersberg, Flecken	ottersberg-flecken			DE	06	00	03361	03361008	12957	Europe/Berlin
6559090	Haren (Ems)	haren-ems	Haren (Ems),Stadt Haren (Ems)		DE	06	00	03454	03454018	23881	Europe/Berlin
6559091	Lingen (Ems)	lingen-ems	Lingen (Ems),Stadt Lingen (Ems)		DE	06	00	03454	03454032	54708	Europe/Berlin
6559092	Rhede (Ems)	rhede-ems			DE	06	00	03454	03454044	4292	Europe/Berlin
6559093	Wangerooge, Nordseebad	wangerooge-nordseebad			DE	06	00	03455	03455021	1214	Europe/Berlin
6559094	Detern, Flecken	detern-flecken			DE	06	00	03457	03457006	2760	Europe/Berlin
6559095	Brake (Unterweser)	brake-unterweser	Brake,Brake (Unterweser),Stadt Brake (Unterweser)		DE	06	00	03461	03461002	14860	Europe/Berlin
6559096	Emmerich am Rhein	emmerich-am-rhein	Emmerich am Rhein,Stadt Emmerich am Rhein		DE	07	051	05154	05154008	30961	Europe/Berlin
6559097	Langenfeld (Rheinland)	langenfeld-rheinland	Langenfeld (Rheinland),Stadt Langenfeld (Rheinland)		DE	07	051	05158	05158020	59178	Europe/Berlin
6559098	Voerde (Niederrhein)	voerde-niederrhein	Stadt Voerde (Niederrhein),Voerde (Niederrhein)		DE	07	051	05170	05170044	36017	Europe/Berlin
6559099	Stolberg (Rhld.)	stolberg-rhld	Stadt Stolberg (Rhld.),Stolberg (Rhld.)		DE	07	053	05334	05334032	56466	Europe/Berlin
6559100	Leichlingen (Rheinland)	leichlingen-rheinland	Leichlingen (Rheinland),Stadt Leichlingen (Rheinland)		DE	07	053	05378	05378016	28000	Europe/Berlin
6559101	Hennef (Sieg)	hennef-sieg	Hennef (Sieg),Stadt Hennef (Sieg)		DE	07	053	05382	05382020	47290	Europe/Berlin
6559102	Gronau (Westf.)	gronau-westf	Gronau (Westf.),Stadt Gronau (Westf.)		DE	07	055	05554	05554020	48321	Europe/Berlin
6559103	Halle (Westf.)	halle-westf	Halle (Westf.),Stadt Halle (Westf.)		DE	07	057	05754	05754012	21577	Europe/Berlin
6559104	Werther (Westf.)	werther-westf	Stadt Werther (Westf.),Werther (Westf.)		DE	07	057	05754	05754052	11150	Europe/Berlin
6559105	Eslohe (Sauerland)	eslohe-sauerland			DE	07	059	05958	05958016	8811	Europe/Berlin
6559106	Sundern (Sauerland)	sundern-sauerland	Stadt Sundern (Sauerland),Sundern (Sauerland)		DE	07	059	05958	05958044	27725	Europe/Berlin
6559107	Menden (Sauerland)	menden-sauerland	Menden (Sauerland),Stadt Menden (Sauerland)		DE	07	059	05962	05962040	52608	Europe/Berlin
6559108	Wickede (Ruhr)	wickede-ruhr			DE	07	059	05974	05974056	12682	Europe/Berlin
6559109	Darmstadt, Wissenschaftsstadt	darmstadt-wissenschaftsstadt			DE	05	064	06411	06411000	159878	Europe/Berlin
6559110	Offenbach am Main	offenbach-am-main	Gorad Afenbakh,Ofenbachas,Ofenbakh,Ofenbakh na Majn,Ofenbakh na Majni,Ofenmpach,Offenbach,Offenbach am Main,Offenbach del Meno,Offenbach na Majni,Offenbach nanta u Menu,Offenbach nantà u Menu,Offenbach sel Men,Offenbach sël Men,Offenbach-sur-le-Main,Offenbachium ad Moenum,Offenbakh,Offenbakh-na-Majni,Offenbax am Main,Stadt Offenbach am Main,afnbakh am mayn,awfnbakh,awfnbakh am mayn,mainis openbakhi,mei yin he pan ao fen ba he,openbaheu,Όφενμπαχ,Горад Афенбах,Офенбах,Офенбах на Майн,Офенбах на Мајни,Оффенбах,Оффенбах-на-Майні,אופנבך,أوفنباخ أم ماين,افنباخ آم ماین,اوفنباخ,მაინის ოფენბახი,オッフェンバッハ・アム・マイン,美因河畔奥芬巴赫,오펜바흐		DE	05	064	06413	06413000	130280	Europe/Berlin
6559111	Wiesbaden, Landeshauptstadt	wiesbaden-landeshauptstadt	Wiesbaden		DE	05	064	06414	06414000	278474	Europe/Berlin
6559112	Heppenheim (Bergstraße), Kreisstadt	heppenheim-bergstrasse-kreisstadt			DE	05	064	06431	06431011	26097	Europe/Berlin
6559113	Gernsheim, Schöfferstadt	gernsheim-schoefferstadt			DE	05	064	06433	06433004	10558	Europe/Berlin
6559114	Bad Homburg v.d. Höhe	bad-homburg-v-d-hoehe	Bad Homburg v.d. Hoehe,Bad Homburg v.d. Höhe,Stadt Bad Homburg v.d. Hoehe,Stadt Bad Homburg v.d. Höhe		DE	05	064	06434	06434001	54227	Europe/Berlin
6559115	Oberursel (Taunus)	oberursel-taunus	Oberursel (Taunus),Stadt Oberursel (Taunus)		DE	05	064	06434	06434008	46545	Europe/Berlin
6559116	Gelnhausen, Barbarossastadt	gelnhausen-barbarossastadt			DE	05	064	06435	06435010	23202	Europe/Berlin
6559117	Flörsheim am Main	floersheim-am-main	Floersheim am Main,Flörsheim am Main,Stadt Floersheim am Main,Stadt Flörsheim am Main		DE	05	064	06436	06436004	21659	Europe/Berlin
6559118	Hattersheim am Main	hattersheim-am-main	Hattersheim am Main,Stadt Hattersheim am Main		DE	05	064	06436	06436005	27674	Europe/Berlin
6559119	Hofheim am Taunus, Kreisstadt	hofheim-am-taunus-kreisstadt			DE	05	064	06436	06436007	39647	Europe/Berlin
6559120	Sulzbach (Taunus)	sulzbach-taunus			DE	05	064	06436	06436012	9027	Europe/Berlin
6559121	Erbach, Kreisstadt	erbach-kreisstadt			DE	05	064	06437	06437006	13697	Europe/Berlin
6559122	Höchst i. Odw.	hoechst-i-odw			DE	05	064	06437	06437009	10199	Europe/Berlin
6559123	Reichelsheim (Odenwald)	reichelsheim-odenwald			DE	05	064	06437	06437013	8543	Europe/Berlin
6559124	Dietzenbach, Kreisstadt	dietzenbach-kreisstadt			DE	05	064	06438	06438001	34298	Europe/Berlin
6559125	Langen (Hessen)	langen-hessen	Langen (Hessen),Stadt Langen (Hessen)		DE	05	064	06438	06438006	38229	Europe/Berlin
6559126	Mühlheim am Main	muehlheim-am-main	Muehlheim am Main,Mühlheim am Main,Stadt Muehlheim am Main,Stadt Mühlheim am Main		DE	05	064	06438	06438008	28652	Europe/Berlin
6559127	Bad Schwalbach, Kreisstadt	bad-schwalbach-kreisstadt			DE	05	064	06439	06439002	11191	Europe/Berlin
6559128	Friedberg (Hessen), Kreisstadt	friedberg-hessen-kreisstadt			DE	05	064	06440	06440008	29401	Europe/Berlin
6559129	Reichelsheim (Wetterau)	reichelsheim-wetterau	Reichelsheim (Wetterau),Stadt Reichelsheim (Wetterau)		DE	05	064	06440	06440021	6706	Europe/Berlin
6559130	Gießen, Universitätsstadt	giessen-universitaetsstadt	Giessen,Gießen		DE	05	065	06531	06531005	89802	Europe/Berlin
6559131	Limburg a.d. Lahn, Kreisstadt	limburg-a-d-lahn-kreisstadt			DE	05	065	06533	06533009	35514	Europe/Berlin
6559132	Marburg, Universitätsstadt	marburg-universitaetsstadt			DE	05	065	06534	06534014	77129	Europe/Berlin
6559133	Weimar (Lahn)	weimar-lahn			DE	05	065	06534	06534020	7167	Europe/Berlin
6559134	Wetter (Hessen)	wetter-hessen	Stadt Wetter (Hessen),Wetter (Hessen)		DE	05	065	06534	06534021	8803	Europe/Berlin
6559135	Lauterbach (Hessen), Kreisstadt	lauterbach-hessen-kreisstadt			DE	05	065	06535	06535011	13612	Europe/Berlin
6559136	Gersfeld (Rhön)	gersfeld-rhoen	Gersfeld (Rhoen),Gersfeld (Rhön),Stadt Gersfeld (Rhoen),Stadt Gersfeld (Rhön)		DE	05	066	06631	06631010	5460	Europe/Berlin
6559137	Poppenhausen (Wasserkuppe)	poppenhausen-wasserkuppe			DE	05	066	06631	06631021	2662	Europe/Berlin
6559138	Tann (Rhön)	tann-rhoen	Stadt Tann (Rhoen),Stadt Tann (Rhön),Tann (Rhoen),Tann (Rhön)		DE	05	066	06631	06631023	4405	Europe/Berlin
6559139	Breitenbach a. Herzberg	breitenbach-a-herzberg			DE	05	066	06632	06632004	1658	Europe/Berlin
6559140	Rotenburg a.d. Fulda	rotenburg-a-d-fulda	Rotenburg a.d. Fulda,Stadt Rotenburg a.d. Fulda		DE	05	066	06632	06632018	14555	Europe/Berlin
6559141	Borken (Hessen)	borken-hessen	Borken (Hessen),Stadt Borken (Hessen)		DE	05	066	06634	06634001	12610	Europe/Berlin
6559142	Fritzlar, Dom- und Kaiserstadt	fritzlar-dom-und-kaiserstadt	Fritzlar		DE	05	066	06634	06634005	14733	Europe/Berlin
6559143	Homberg (Efze), Kreisstadt	homberg-efze-kreisstadt			DE	05	066	06634	06634009	14001	Europe/Berlin
6559144	Spangenberg, Liebenbachstadt	spangenberg-liebenbachstadt			DE	05	066	06634	06634024	6046	Europe/Berlin
6559145	Korbach, Kreisstadt	korbach-kreisstadt			DE	05	066	06635	06635015	23458	Europe/Berlin
6559146	Eschwege	eschwege			DE	05	066	06636	06636003	19412	Europe/Berlin
6559147	Kirchen (Sieg)	kirchen-sieg	Kirchen (Sieg),Stadt Kirchen (Sieg)		DE	08	00	07132	07132063	8492	Europe/Berlin
6559148	Katzwinkel (Sieg)	katzwinkel-sieg			DE	08	00	07132	07132080	1776	Europe/Berlin
6559149	Zell (Mosel)	zell-mosel	Stadt Zell (Mosel),Zell (Mosel),Zell an der Mosel		DE	08	00	07135	07135092	4073	Europe/Berlin
6559150	Sankt Katharinen	sankt-katharinen			DE	08	00	07138	07138068	3348	Europe/Berlin
6559151	Bad Marienberg (Westerwald)	bad-marienberg-westerwald	Bad Marienberg (Westerwald),Stadt Bad Marienberg (Westerwald)		DE	08	00	07143	07143206	6098	Europe/Berlin
6559152	Mülheim (Mosel)	muelheim-mosel			DE	08	00	07231	07231090	1027	Europe/Berlin
6559153	Hamm am Rhein	hamm-am-rhein			DE	08	00	07331	07331038	2028	Europe/Berlin
6559154	Bockenheim an der Weinstraße	bockenheim-an-der-weinstrasse			DE	08	00	07332	07332006	2194	Europe/Berlin
6559155	Lambrecht (Pfalz)	lambrecht-pfalz	Lambrecht (Pfalz),Stadt Lambrecht (Pfalz)		DE	08	00	07332	07332032	4050	Europe/Berlin
6559156	Obrigheim (Pfalz)	obrigheim-pfalz			DE	08	00	07332	07332041	2806	Europe/Berlin
6559157	Weingarten (Pfalz)	weingarten-pfalz			DE	08	00	07334	07334032	1878	Europe/Berlin
6559158	Westheim (Pfalz)	westheim-pfalz			DE	08	00	07334	07334033	1796	Europe/Berlin
6559159	Landstuhl, Sickingenstadt	landstuhl-sickingenstadt	Landstuhl		DE	08	00	07335	07335022	8368	Europe/Berlin
6559160	Wernau (Neckar)	wernau-neckar	Stadt Wernau (Neckar),Wernau (Neckar)		DE	01	081	08116	08116072	12303	Europe/Berlin
6559161	Weingarten (Baden)	weingarten-baden			DE	01	082	08215	08215090	10422	Europe/Berlin
6559162	Mannheim, Universitätsstadt	mannheim-universitaetsstadt	Mannheim		DE	01	082	08222	08222000	310658	Europe/Berlin
6559163	Triberg im Schwarzwald	triberg-im-schwarzwald	Stadt Triberg im Schwarzwald,Triberg im Schwarzwald		DE	01	083	08326	08326060	4727	Europe/Berlin
6559164	Konstanz, Universitätsstadt	konstanz-universitaetsstadt	Constance,Konstanz		DE	01	083	08335	08335043	84911	Europe/Berlin
6559165	Singen (Hohentwiel)	singen-hohentwiel	Singen (Hohentwiel),Stadt Singen (Hohentwiel)		DE	01	083	08335	08335075	47643	Europe/Berlin
6559166	Rheinfelden (Baden)	rheinfelden-baden	Rheinfelden (Baden),Stadt Rheinfelden (Baden)		DE	01	083	08336	08336069	33083	Europe/Berlin
6559167	Bernau im Schwarzwald	bernau-im-schwarzwald			DE	01	083	08337	08337013	1995	Europe/Berlin
6559168	Laufenburg (Baden)	laufenburg-baden	Laufenburg (Baden),Stadt Laufenburg (Baden)		DE	01	083	08337	08337066	9066	Europe/Berlin
6559169	Tübingen, Universitätsstadt	tuebingen-universitaetsstadt			DE	01	084	08416	08416041	91506	Europe/Berlin
6559170	Ulm, Universitätsstadt	ulm-universitaetsstadt			DE	01	084	08421	08421000	126790	Europe/Berlin
6559171	München, Landeshauptstadt	muenchen-landeshauptstadt	Muenchen,Munich,München		DE	02	091	09162	09162000	1484226	Europe/Berlin
6559172	Burgkirchen a.d.Alz	burgkirchen-a-d-alz			DE	02	091	09171	09171113	10504	Europe/Berlin
6559173	Feichten a.d.Alz	feichten-a-d-alz			DE	02	091	09171	09171116	1217	Europe/Berlin
6559174	Garching a.d.Alz	garching-a-d-alz			DE	02	091	09171	09171117	8645	Europe/Berlin
6559175	Ramsau b.Berchtesgaden	ramsau-b-berchtesgaden			DE	02	091	09172	09172129	1700	Europe/Berlin
6559176	Kochel am See	kochel-am-see			DE	02	091	09173	09173133	4099	Europe/Berlin
6559177	Buch a.Buchrain	buch-a-buchrain			DE	02	091	09177	09177114	1521	Europe/Berlin
6559178	Au i.d.Hallertau, Markt	au-i-d-hallertau-markt			DE	02	091	09178	09178116	6131	Europe/Berlin
6559179	Haag a.d.Amper	haag-a-d-amper			DE	02	091	09178	09178129	2965	Europe/Berlin
6559180	Kirchdorf a.d.Amper	kirchdorf-a-d-amper			DE	02	091	09178	09178136	3256	Europe/Berlin
6559181	Neufahrn b.Freising	neufahrn-b-freising			DE	02	091	09178	09178145	20165	Europe/Berlin
6559244	Plattenburg	plattenburg			DE	11	00	12070	12070302	3274	Europe/Berlin
6559182	Uffing am Staffelsee	uffing-am-staffelsee	Uffing am Staffelsee		DE	02	091	09180	09180134	3006	Europe/Berlin
6559183	Dießen a.Ammersee, Markt	diessen-a-ammersee-markt			DE	02	091	09181	09181114	10526	Europe/Berlin
6559184	Eching a.Ammersee	eching-a-ammersee			DE	02	091	09181	09181115	1709	Europe/Berlin
6559185	Egling a.d.Paar	egling-a-d-paar			DE	02	091	09181	09181116	2357	Europe/Berlin
6559186	Schondorf a.Ammersee	schondorf-a-ammersee			DE	02	091	09181	09181139	3954	Europe/Berlin
6559187	Utting a.Ammersee	utting-a-ammersee			DE	02	091	09181	09181144	4551	Europe/Berlin
6559188	Gmund a.Tegernsee	gmund-a-tegernsee			DE	02	091	09182	09182116	6114	Europe/Berlin
6559189	Aschau a.Inn	aschau-a-inn			DE	02	091	09183	09183113	3318	Europe/Berlin
6559190	Gars a.Inn, Markt	gars-a-inn-markt			DE	02	091	09183	09183118	3930	Europe/Berlin
6559191	Kraiburg a.Inn, Markt	kraiburg-a-inn-markt			DE	02	091	09183	09183124	3935	Europe/Berlin
6559192	Mühldorf a. Inn	muehldorf-a-inn	Muehldorf a.Inn,Mühldorf a.Inn,Stadt Muehldorf a.Inn,Stadt Mühldorf a.Inn		DE	02	091	09183	09183128	20779	Europe/Berlin
6559193	Garching b.München	garching-b-muenchen	Garching b.Muenchen,Garching b.München,Stadt Garching b.Muenchen,Stadt Garching b.München		DE	02	091	09184	09184119	17760	Europe/Berlin
6559194	Kirchheim b.München	kirchheim-b-muenchen			DE	02	091	09184	09184131	12811	Europe/Berlin
6559195	Pullach i.Isartal	pullach-i-isartal			DE	02	091	09184	09184139	9030	Europe/Berlin
6559196	Neuburg a.d.Donau	neuburg-a-d-donau	Neuburg a.d.Donau,Stadt Neuburg a.d.Donau		DE	02	091	09185	09185149	29793	Europe/Berlin
6559197	Vohburg a.d.Donau	vohburg-a-d-donau	Stadt Vohburg a.d.Donau,Vohburg a.d.Donau		DE	02	091	09186	09186158	8399	Europe/Berlin
6559198	Aschau i.Chiemgau	aschau-i-chiemgau			DE	02	091	09187	09187114	5760	Europe/Berlin
6559199	Bernau a.Chiemsee	bernau-a-chiemsee			DE	02	091	09187	09187118	6977	Europe/Berlin
6559200	Breitbrunn a.Chiemsee	breitbrunn-a-chiemsee			DE	02	091	09187	09187121	1603	Europe/Berlin
6559201	Flintsbach a.Inn	flintsbach-a-inn			DE	02	091	09187	09187131	3025	Europe/Berlin
6559202	Gstadt a.Chiemsee	gstadt-a-chiemsee			DE	02	091	09187	09187138	1206	Europe/Berlin
6559203	Nußdorf a.Inn	nussdorf-a-inn			DE	02	091	09187	09187156	2657	Europe/Berlin
6559204	Prien a.Chiemsee, Markt	prien-a-chiemsee-markt			DE	02	091	09187	09187162	10789	Europe/Berlin
6559205	Rott a.Inn	rott-a-inn			DE	02	091	09187	09187170	4098	Europe/Berlin
6559206	Wasserburg a.Inn	wasserburg-a-inn	Stadt Wasserburg a.Inn,Wasserburg a.Inn		DE	02	091	09187	09187182	12796	Europe/Berlin
6559207	Herrsching a.Ammersee	herrsching-a-ammersee			DE	02	091	09188	09188124	10711	Europe/Berlin
6559208	Inning a.Ammersee	inning-a-ammersee			DE	02	091	09188	09188126	4830	Europe/Berlin
6559209	Altenmarkt a.d.Alz	altenmarkt-a-d-alz			DE	02	091	09189	09189111	4146	Europe/Berlin
6559210	Taching a.See	taching-a-see			DE	02	091	09189	09189150	2145	Europe/Berlin
6559211	Weilheim i.OB	weilheim-i-ob	Stadt Weilheim i.OB,Weilheim i.OB		DE	02	091	09190	09190157	22571	Europe/Berlin
6559212	Neustadt a.d.Donau	neustadt-a-d-donau	Neustadt a.d.Donau,Stadt Neustadt a.d.Donau		DE	02	092	09273	09273152	14604	Europe/Berlin
6559213	Rohr i.NB, Markt	rohr-i-nb-markt			DE	02	092	09273	09273165	3350	Europe/Berlin
6559214	Saal a.d.Donau	saal-a-d-donau	Saal an der Donau		DE	02	092	09273	09273166	5397	Europe/Berlin
6559215	Bayerbach b.Ergoldsbach	bayerbach-b-ergoldsbach			DE	02	092	09274	09274119	1929	Europe/Berlin
6559216	Buch a.Erlbach	buch-a-erlbach			DE	02	092	09274	09274121	3981	Europe/Berlin
6559217	Neufahrn i.NB	neufahrn-i-nb			DE	02	092	09274	09274153	4253	Europe/Berlin
6559218	Rottenburg a.d.Laaber	rottenburg-a-d-laaber	Rottenburg a.d.Laaber,Stadt Rottenburg a.d.Laaber		DE	02	092	09274	09274176	8411	Europe/Berlin
6559219	Wörth a.d.Isar	woerth-a-d-isar			DE	02	092	09274	09274191	3030	Europe/Berlin
6559220	Eging a.See, Markt	eging-a-see-markt			DE	02	092	09275	09275120	4275	Europe/Berlin
6559221	Bad Griesbach i.Rottal	bad-griesbach-i-rottal	Bad Griesbach i.Rottal,Stadt Bad Griesbach i.Rottal		DE	02	092	09275	09275124	9069	Europe/Berlin
6559222	Neustadt/ Westerwald	neustadt-westerwald			DE	08	00	07143	07143272	577	Europe/Berlin
6559223	Fröndenberg/Ruhr	froendenberg-ruhr	Froendenberg/Ruhr,Fröndenberg/Ruhr,Stadt Froendenberg/Ruhr,Stadt Fröndenberg/Ruhr		DE	07	059	05978	05978012	20760	Europe/Berlin
6559225	Panketal	panketal			DE	11	00	12060	12060181	20596	Europe/Berlin
6559226	Schorfheide	schorfheide	Shorfkhajde,Sorfhayde,shao er fu hai de,Шорфхайде,Шорфхајде,Շորֆհայդե,绍尔夫海德		DE	11	00	12060	12060198	10143	Europe/Berlin
6559227	Bersteland	bersteland			DE	11	00	12061	12061017	902	Europe/Berlin
6559228	Märkische Heide	maerkische-heide			DE	11	00	12061	12061329	3894	Europe/Berlin
6559229	Schönefeld	schoenefeld	Schoenefeld bei Berlin,Schönefeld bei Berlin		DE	11	00	12061	12061433	16270	Europe/Berlin
6559230	Schwielochsee	schwielochsee	Shvilokhze,Svilohse,shi wei luo he sai,Швилохзе,Շվիլոհսե,施维洛赫塞		DE	11	00	12061	12061450	1488	Europe/Berlin
6559231	Spreewaldheide	spreewaldheide			DE	11	00	12061	12061470	459	Europe/Berlin
6559232	Fichtwald	fichtwald			DE	11	00	12062	12062134	614	Europe/Berlin
6559233	Heideland	heideland			DE	11	00	12062	12062219	501	Europe/Berlin
6559234	Kremitzaue	kremitzaue			DE	11	00	12062	12062282	801	Europe/Berlin
6559235	Milower Land	milower-land			DE	11	00	12063	12063189	4322	Europe/Berlin
6559236	Zeschdorf	zeschdorf			DE	11	00	12064	12064539	1240	Europe/Berlin
6559237	Mühlenbecker Land	muehlenbecker-land			DE	11	00	12065	12065225	15308	Europe/Berlin
6559238	Frauendorf	frauendorf			DE	11	00	12066	12066064	702	Europe/Berlin
6559239	Vielitzsee	vielitzsee			DE	11	00	12068	12068437	487	Europe/Berlin
6559240	Nuthetal	nuthetal			DE	11	00	12069	12069454	9072	Europe/Berlin
6559241	Groß Pankow (Prignitz)	gross-pankow-prignitz			DE	11	00	12070	12070125	3789	Europe/Berlin
6559242	Legde/Quitzöbel	legde-quitzoebel			DE	11	00	12070	12070241	601	Europe/Berlin
6559243	Lenzerwische	lenzerwische			DE	11	00	12070	12070246	455	Europe/Berlin
6559245	Schenkendöbern	schenkendoebern			DE	11	00	12071	12071337	3572	Europe/Berlin
6559246	Am Mellensee	am-mellensee			DE	11	00	12072	12072002	6818	Europe/Berlin
6559247	Nuthe-Urstromtal	nuthe-urstromtal			DE	11	00	12072	12072312	6564	Europe/Berlin
6559248	Schwedt/Oder	schwedt-oder	Schwedt/Oder,Stadt Schwedt/Oder		DE	11	00	12073	12073532	30483	Europe/Berlin
6559249	Biendorf	biendorf	Bindorf,bin duo fu,Биндорф,宾多夫		DE	12	00	13072	13072014	1205	Europe/Berlin
6559250	Hohenfelde	hohenfelde			DE	12	00	13072	13072047	779	Europe/Berlin
6559251	Retschow	retschow			DE	12	00	13072	13072086	943	Europe/Berlin
6559252	Am Salzhaff	am-salzhaff			DE	12	00	13072	13072005	515	Europe/Berlin
6559253	Carinerland	carinerland			DE	12	00	13072	13072022	1247	Europe/Berlin
6559254	Verchen	verchen			DE	12	00	13071	13071150	387	Europe/Berlin
6559255	Baumgarten	baumgarten	Baumgarten,bao mu jia er teng,Баумгартен,鲍姆加尔滕		DE	12	00	13072	13072009	785	Europe/Berlin
6559256	Bernitt	bernitt			DE	12	00	13072	13072013	1585	Europe/Berlin
6559257	Plaaz	plaaz			DE	12	00	13072	13072079	769	Europe/Berlin
6559258	Sarmstorf	sarmstorf			DE	12	00	13072	13072092	479	Europe/Berlin
6559259	Schorssow	schorssow			DE	12	00	13072	13072094	451	Europe/Berlin
6559260	Schwasdorf	schwasdorf			DE	12	00	13072	13072096	440	Europe/Berlin
6559261	Boizenburg/Elbe	boizenburg-elbe	Boizenburg/ Elbe,Stadt Boizenburg/ Elbe		DE	12	00	13076	13076014	10730	Europe/Berlin
6559262	Dettmannsdorf	dettmannsdorf			DE	12	00	13073	13073015	1028	Europe/Berlin
6559263	Lindholz	lindholz			DE	12	00	13073	13073050	636	Europe/Berlin
6559264	Lübstorf	luebstorf			DE	12	00	13074	13074048	1476	Europe/Berlin
6559265	Königsfeld	koenigsfeld			DE	12	00	13074	13074042	960	Europe/Berlin
6559266	Barkhagen	barkhagen			DE	12	00	13076	13076006	585	Europe/Berlin
6559268	Reichenbach im Vogtland	reichenbach-im-vogtland	Reichenbach im Vogtland,Stadt Reichenbach im Vogtland		DE	13	00	14523	14523340	20487	Europe/Berlin
6559269	Drebach	drebach			DE	13	00	14521	14521150	5127	Europe/Berlin
6559271	Neukirchen/Pleiße	neukirchen-pleisse	Neukirchen,Nojkirkhen,Нойкирхен,Нојкирхен		DE	13	00	14524	14524210	3872	Europe/Berlin
6559272	Röderaue	roederaue			DE	13	00	14627	14627240	2611	Europe/Berlin
6559273	Königstein/Sächs. Schw.	koenigstein-saechs-schw	Koenigstein/Saechs. Schw.,Königstein/Sächs. Schw.,Stadt Koenigstein/Saechs. Schw.,Stadt Königstein/Sächs. Schw.		DE	13	00	14628	14628210	2087	Europe/Berlin
6559274	Hermsdorf/Erzgeb.	hermsdorf-erzgeb			DE	13	00	14628	14628170	768	Europe/Berlin
6559275	Naundorf	naundorf			DE	13	00	14730	14730210	2247	Europe/Berlin
6559281	Elsteraue	elsteraue			DE	14	00	15084	15084130	8108	Europe/Berlin
6559284	Niedere Börde	niedere-boerde			DE	14	00	15083	15083390	7087	Europe/Berlin
6559287	Wingerode	wingerode			DE	15	00	16061	16061107	1169	Europe/Berlin
6559291	Gierstädt	gierstaedt			DE	15	00	16067	16067026	822	Europe/Berlin
6559293	Grub	grub			DE	15	00	16069	16069017	160	Europe/Berlin
6559295	Schlechtsart	schlechtsart			DE	15	00	16069	16069041	156	Europe/Berlin
6559296	Schweickershausen	schweickershausen			DE	15	00	16069	16069046	160	Europe/Berlin
6559301	Kospoda	kospoda			DE	15	00	16075	16075051	377	Europe/Berlin
6559302	Moßbach	mossbach			DE	15	00	16075	16075068	413	Europe/Berlin
6559304	Bocka	bocka			DE	15	00	16076	16076007	443	Europe/Berlin
6559305	Heyersdorf	heyersdorf			DE	15	00	16077	16077017	120	Europe/Berlin
6559306	Immenstedt	immenstedt			DE	10	00	01051	01051054	97	Europe/Berlin
6559307	Hamfelde	hamfelde	Hamfelde (Lauenburg)		DE	10	00	01053	01053049	500	Europe/Berlin
6559308	Lauenburg/Elbe	lauenburg-elbe	Lauenburg/ Elbe,Stadt Lauenburg/ Elbe		DE	10	00	01053	01053083	11402	Europe/Berlin
6559309	Bornholt	bornholt			DE	10	00	01058	01058025	167	Europe/Berlin
6559310	Delingsdorf	delingsdorf			DE	10	00	01062	01062014	2246	Europe/Berlin
6559312	Hammoor	hammoor			DE	10	00	01062	01062027	1281	Europe/Berlin
6559313	Selbach (Sieg)	selbach-sieg			DE	08	00	07132	07132105	748	Europe/Berlin
6559314	Steinebach/Sieg	steinebach-sieg			DE	08	00	07132	07132107	1211	Europe/Berlin
6559315	Rümmelsheim	ruemmelsheim			DE	08	00	07133	07133087	1347	Europe/Berlin
6559316	Elsoff (Westerwald)	elsoff-westerwald			DE	08	00	07143	07143218	910	Europe/Berlin
6559317	Welcherath	welcherath			DE	08	00	07233	07233244	126	Europe/Berlin
6559318	Greimerath	greimerath			DE	08	00	07235	07235033	944	Europe/Berlin
6559319	Relsberg	relsberg			DE	08	00	07336	07336086	183	Europe/Berlin
6559320	Halsbach	halsbach			DE	02	091	09171	09171119	1015	Europe/Berlin
6559321	Albaching	albaching			DE	02	091	09187	09187186	1759	Europe/Berlin
6559322	Binswangen	binswangen			DE	02	097	09773	09773116	1325	Europe/Berlin
6559323	Villenbach	villenbach			DE	02	097	09773	09773179	1294	Europe/Berlin
6559324	Zusamaltheim	zusamaltheim			DE	02	097	09773	09773188	1212	Europe/Berlin
6559325	Wielen	wielen			DE	06	00	03456	03456024	516	Europe/Berlin
6559326	Lahr/Schwarzwald	lahr-schwarzwald	Lahr/Schwarzwald,Stadt Lahr/Schwarzwald		DE	01	083	08317	08317065	47201	Europe/Berlin
6690189	Stuttgart	stuttgart	Stadt Stuttgart,Stuttgart		DE	01	081	08111	08111000	635911	Europe/Berlin
7602233	Köthel (Lauenburg)	koethel-lauenburg			DE	10	00	01053	01053070	262	Europe/Berlin
7602243	Hamfelde	hamfelde	Hamfelde (Stormarn)		DE	10	00	01062	01062026	513	Europe/Berlin
7602288	Grabfeld	grabfeld	Grabfeld,ge la bu fei er de,Грабфелд,格拉布费尔德		DE	15	00	16066	16066094	5632	Europe/Berlin
7602289	Boltenhagen	boltenhagen			DE	12	00	13074	13074010	2454	Europe/Berlin
7602390	Zehrental	zehrental			DE	14	00	15090	15090635	883	Europe/Berlin
7602396	Ingersleben	ingersleben			DE	14	00	15083	15083323	1356	Europe/Berlin
7602398	Kenz-Küstrow	kenz-kuestrow			DE	12	00	13073	13073043	534	Europe/Berlin
7602400	Au	au	Au,au,Ау,Աու,აუ		DE	01	083	08315	08315003	1480	Europe/Berlin
7602401	An der Poststraße	an-der-poststrasse			DE	14	00	15084	15084012	1689	Europe/Berlin
7602402	Pluwig	pluwig			DE	08	00	07235	07235107	1681	Europe/Berlin
7602403	Ülsby	uelsby			DE	10	00	01059	01059093	437	Europe/Berlin
7602404	Gusterath	gusterath			DE	08	00	07235	07235037	2025	Europe/Berlin
7602405	Korlingen	korlingen			DE	08	00	07235	07235070	822	Europe/Berlin
7602406	Pellingen	pellingen			DE	08	00	07235	07235106	1177	Europe/Berlin
7602407	Eislingen/Fils	eislingen-fils	Eislingen/ Fils,Stadt Eislingen/ Fils		DE	01	081	08117	08117019	21124	Europe/Berlin
7602408	Goldbeck	goldbeck			DE	14	00	15090	15090180	1389	Europe/Berlin
7602409	Poggensee	poggensee			DE	10	00	01053	01053099	351	Europe/Berlin
7602410	Bad Fallingbostel	bad-fallingbostel	Bad Fallingbostel,Stadt Bad Fallingbostel		DE	06	00	03358	03358008	11926	Europe/Berlin
7602411	Schmißberg	schmissberg			DE	08	00	07134	07134078	216	Europe/Berlin
7602412	Langweiler	langweiler			DE	08	00	07134	07134502	238	Europe/Berlin
7602413	Sulzbach/Saar	sulzbach-saar	Stadt Sulzbach/ Saar,Sulzbach/ Saar		DE	09	00	10041	10041518	16334	Europe/Berlin
7602414	Müncheberg	muencheberg	Muencheberg,Müncheberg,Stadt Muencheberg,Stadt Müncheberg		DE	11	00	12064	12064317	6945	Europe/Berlin
7602415	Borkwalde	borkwalde			DE	11	00	12069	12069056	1578	Europe/Berlin
7602416	Röbel/Müritz	roebel-mueritz	Roebel/Mueritz,Röbel/Müritz,Stadt Roebel/Mueritz,Stadt Röbel/Müritz		DE	12	00	13071	13071124	4998	Europe/Berlin
7602417	Sietow	sietow			DE	12	00	13071	13071137	625	Europe/Berlin
7602418	Gelenau/Erzgeb.	gelenau-erzgeb			DE	13	00	14521	14521200	4133	Europe/Berlin
7602419	Thermalbad Wiesenbad	thermalbad-wiesenbad			DE	13	00	14521	14521630	3242	Europe/Berlin
7602420	Frankenberg/Sa.	frankenberg-sa	Frankenberg/Sa.,Stadt Frankenberg/Sa.		DE	13	00	14522	14522150	13940	Europe/Berlin
7602421	Falkenstein/Vogtl.	falkenstein-vogtl	Falkenstein/Vogtl.,Stadt Falkenstein/Vogtl.		DE	13	00	14523	14523120	7947	Europe/Berlin
7602422	Neustadt/Vogtl.	neustadt-vogtl			DE	13	00	14523	14523290	959	Europe/Berlin
7602423	Lichtenstein/Sa.	lichtenstein-sa	Lichtenstein/Sa.,Stadt Lichtenstein/Sa.		DE	13	00	14524	14524160	11177	Europe/Berlin
7602424	Reichenbach/O.L.	reichenbach-o-l	Reichenbach/O.L.,Stadt Reichenbach/O.L.		DE	13	00	14626	14626450	4915	Europe/Berlin
7602425	Berga/Elster	berga-elster	Berga/Elster,Stadt Berga/Elster		DE	15	00	16076	16076004	3258	Europe/Berlin
7602426	Rantzau	rantzau			DE	10	00	01057	01057065	336	Europe/Berlin
7602427	Pöschendorf	poeschendorf			DE	10	00	01061	01061085	266	Europe/Berlin
7602428	Schweringen	schweringen			DE	06	00	03256	03256028	788	Europe/Berlin
7602429	Steyerberg, Flecken	steyerberg-flecken			DE	06	00	03256	03256030	5191	Europe/Berlin
7602430	Lauenau, Flecken	lauenau-flecken			DE	06	00	03257	03257018	4249	Europe/Berlin
7602431	Riedstadt	riedstadt	Riedstadt,Stadt Riedstadt		DE	05	064	06433	06433011	23801	Europe/Berlin
7602432	Merenberg, Marktflecken	merenberg-marktflecken			DE	05	065	06533	06533012	3233	Europe/Berlin
7602433	Weilmünster, Marktflecken	weilmuenster-marktflecken			DE	05	065	06533	06533018	8649	Europe/Berlin
7602434	Schiersfeld	schiersfeld			DE	08	00	07333	07333067	225	Europe/Berlin
7602435	Riegsee	riegsee	Rigze,Rigzee,Rigzey,li ge sai,rygzy,Ригзе,Ригзее,Рігзе,Ռիգզեյ,ریگزی,里格塞		DE	02	091	09180	09180128	1193	Europe/Berlin
7602436	Seehausen a.Staffelsee	seehausen-a-staffelsee			DE	02	091	09180	09180132	2478	Europe/Berlin
7602437	Baierbrunn	baierbrunn			DE	02	091	09184	09184113	3269	Europe/Berlin
7602438	Pösing	poesing			DE	02	093	09372	09372147	980	Europe/Berlin
7602439	Schönewalde	schoenewalde	Schoenewalde,Schönewalde,Stadt Schoenewalde,Stadt Schönewalde		DE	11	00	12062	12062461	3006	Europe/Berlin
7602440	Löbnitz	loebnitz			DE	12	00	13073	13073051	585	Europe/Berlin
7602442	Hohenkirchen	hohenkirchen			DE	12	00	13074	13074032	1257	Europe/Berlin
7602443	Rossow	rossow			DE	12	00	13075	13075117	427	Europe/Berlin
7602444	Schwarzenberg/Erzgeb.	schwarzenberg-erzgeb	Schwarzenberg/Erzgeb.,Stadt Schwarzenberg/Erzgeb.		DE	13	00	14521	14521550	16447	Europe/Berlin
7602445	Stollberg/Erzgeb.	stollberg-erzgeb	Stadt Stollberg/Erzgeb.,Stollberg/Erzgeb.		DE	13	00	14521	14521590	11300	Europe/Berlin
7602446	Thalheim/Erzgeb.	thalheim-erzgeb	Stadt Thalheim/Erzgeb.,Thalheim/Erzgeb.,Thalheim/Erzgebirge		DE	13	00	14521	14521620	5952	Europe/Berlin
7602447	Auerbach/Vogtl.	auerbach-vogtl	Auehrbakh,Auerbach,Auerbach/Vogtl.,Auerbaha,Auerbakh,Stadt Auerbach/Vogtl.,awrbakh,Ауербах,Ауэрбах,آورباخ		DE	13	00	14523	14523020	18237	Europe/Berlin
7602449	Schöneck/Vogtl.	schoeneck-vogtl	Schoeneck/Vogtl.,Schöneck/Vogtl.,Stadt Schoeneck/Vogtl.,Stadt Schöneck/Vogtl.		DE	13	00	14523	14523370	3142	Europe/Berlin
7602450	Triebel/Vogtl.	triebel-vogtl			DE	13	00	14523	14523440	1222	Europe/Berlin
7602451	Dürrhennersdorf	duerrhennersdorf			DE	13	00	14626	14626070	986	Europe/Berlin
7602453	Trebsen/Mulde	trebsen-mulde	Stadt Trebsen/Mulde,Trebsen/Mulde		DE	13	00	14729	14729400	3817	Europe/Berlin
7602456	Heringen/Helme	heringen-helme	Heringen/Helme,Stadt Heringen/Helme		DE	15	00	16062	16062064	4720	Europe/Berlin
7602457	Ponitz	ponitz			DE	15	00	16077	16077039	1522	Europe/Berlin
7602458	Pogeez	pogeez			DE	10	00	01053	01053098	495	Europe/Berlin
7602459	Hagenburg, Flecken	hagenburg-flecken			DE	06	00	03257	03257010	4569	Europe/Berlin
7602460	Clenze, Flecken	clenze-flecken			DE	06	00	03354	03354002	2276	Europe/Berlin
7602461	Hitzacker (Elbe)	hitzacker-elbe	Hitzacker (Elbe),Stadt Hitzacker (Elbe)		DE	06	00	03354	03354009	4936	Europe/Berlin
7602462	Mengerskirchen, Marktflecken	mengerskirchen-marktflecken			DE	05	065	06533	06533011	5639	Europe/Berlin
7602463	Reichenau	reichenau	Rajkhenau,Rajkhnau,Райхенау,Рајхнау		DE	01	083	08335	08335066	5355	Europe/Berlin
7602464	Baruth/Mark	baruth-mark	Baruth/Mark,Stadt Baruth/Mark		DE	11	00	12072	12072014	4217	Europe/Berlin
7602465	Börnichen/Erzgeb.	boernichen-erzgeb			DE	13	00	14521	14521090	985	Europe/Berlin
7602466	Gornau/Erzgeb.	gornau-erzgeb			DE	13	00	14521	14521220	3767	Europe/Berlin
7602467	Jahnsdorf/Erzgeb.	jahnsdorf-erzgeb			DE	13	00	14521	14521310	5476	Europe/Berlin
7602469	Lugau/Erzgeb.	lugau-erzgeb	Lugau/Erzgeb.,Stadt Lugau/Erzgeb.		DE	13	00	14521	14521380	8005	Europe/Berlin
7602470	Neukirchen/Erzgeb.	neukirchen-erzgeb	Neukirchen,Neukirchen/Erzgebirgskreis,Nojkirkhen,Нойкирхен,Нојкирхен		DE	13	00	14521	14521410	6907	Europe/Berlin
7602471	Neuhausen/Erzgeb.	neuhausen-erzgeb			DE	13	00	14522	14522400	2592	Europe/Berlin
7602472	Muldenhammer	muldenhammer			DE	13	00	14523	14523245	3025	Europe/Berlin
7602473	Großpostwitz/O.L.	grosspostwitz-o-l	Budestecy		DE	13	00	14625	14625190	2741	Europe/Berlin
7602474	Sollstedt	sollstedt			DE	15	00	16062	16062049	2889	Europe/Berlin
7602475	Pfaffenhofen an der Ilm	pfaffenhofen-an-der-ilm	Pfaffenhofen a.d.Ilm  St,Pfaffenhofen an der Ilm		DE	02	091	09186	09186143	26124	Europe/Berlin
7602476	Arnis	arnis	Arnaes,Arnis,Arnæs,Stadt Arnis,a er ni si,arnys,Арнис,آرنيس,آرنیس,阿尔尼斯		DE	10	00	01059	01059002	281	Europe/Berlin
7602477	Groß Rheide	gross-rheide			DE	10	00	01059	01059035	872	Europe/Berlin
7602478	Wingst	wingst			DE	06	00	03352	03352056	3320	Europe/Berlin
7602479	Gartow, Flecken	gartow-flecken			DE	06	00	03354	03354005	1446	Europe/Berlin
7602480	Georgenberg	georgenberg	Georgenberg,ge ao er gen bei ge,Георгенберг,Գեորգենբերգ,格奥尔根贝格		DE	02	093	09374	09374123	1318	Europe/Berlin
7602481	Falkenberg/Elster	falkenberg-elster	Falkenberg/Elster,Stadt Falkenberg/Elster		DE	11	00	12062	12062128	6315	Europe/Berlin
7602482	Glienicke/Nordbahn	glienicke-nordbahn			DE	11	00	12065	12065096	12358	Europe/Berlin
7602483	Spremberg	spremberg	Spremberg,Stadt Spremberg		DE	11	00	12071	12071372	21998	Europe/Berlin
7602484	Wittendörp	wittendoerp			DE	12	00	13076	13076153	2886	Europe/Berlin
7602485	Breitenbrunn/Erzgeb.	breitenbrunn-erzgeb			DE	13	00	14521	14521110	5204	Europe/Berlin
7602486	Oelsnitz/Erzgeb.	oelsnitz-erzgeb	Ehl'snic,Elsnic,Elsnica/Rudu kalni,Elsnica/Rūdu kalni,Oelsnitz,Oelsnitz/Erzgeb.,Oelsnitz/Erzgebirge,Stadt Oelsnitz/Erzgeb.,ao ai er si ni ci,awlsnyts,Елсниц,Эльсниц,أولسنيتس,اولن‌نیتز/ارتسگبیرگه,奥埃尔斯尼茨		DE	13	00	14521	14521450	10951	Europe/Berlin
7602487	Klingenthal	klingenthal	Klingenthal,Stadt Klingenthal		DE	13	00	14523	14523160	8184	Europe/Berlin
7602488	Barleben	barleben			DE	14	00	15083	15083040	9180	Europe/Berlin
7602489	Garding, Kirchspiel	garding-kirchspiel			DE	10	00	01054	01054035	277	Europe/Berlin
7602491	Kabelsketal	kabelsketal			DE	14	00	15088	15088150	8837	Europe/Berlin
7602559	Lübeck, Hansestadt	luebeck-hansestadt			DE	10	00	01003	01003000	216530	Europe/Berlin
7602560	Potsdam	potsdam	Potsdam,Stadt Potsdam		DE	11	00	12054	12054000	180334	Europe/Berlin
7602561	Wismar, Hansestadt	wismar-hansestadt			DE	12	00	13074	13074087	42963	Europe/Berlin
7602562	Sylt	sylt			DE	10	00	01054	01054168	13689	Europe/Berlin
7602563	Hann. Münden	hann-muenden	Hann. Muenden,Hann. Münden,Stadt Hann. Muenden,Stadt Hann. Münden		DE	06	00	03159	03159017	23609	Europe/Berlin
7602564	Dallgow-Döberitz	dallgow-doeberitz			DE	11	00	12063	12063056	10019	Europe/Berlin
7602565	Fürstenberg/Havel	fuerstenberg-havel	Fuerstenberg/Havel,Fürstenberg/Havel,Stadt Fuerstenberg/Havel,Stadt Fürstenberg/Havel		DE	11	00	12065	12065084	5827	Europe/Berlin
7602566	Lübbenau/Spreewald	luebbenau-spreewald	Luebbenau/Spreewald,Lübbenau/Spreewald,Stadt Luebbenau/Spreewald,Stadt Lübbenau/Spreewald		DE	11	00	12066	12066196	15977	Europe/Berlin
7602567	Wittstock/Dosse	wittstock-dosse	Stadt Wittstock/Dosse,Wittstock/Dosse		DE	11	00	12068	12068468	14131	Europe/Berlin
7602568	Dahme/Mark	dahme-mark	Dahme/Mark,Stadt Dahme/Mark		DE	11	00	12072	12072053	4881	Europe/Berlin
7602569	Neubukow	neubukow	Neubukow,Stadt Neubukow		DE	12	00	13072	13072074	3952	Europe/Berlin
7602570	Brunow	brunow			DE	12	00	13076	13076021	296	Europe/Berlin
7602571	Galenbeck	galenbeck			DE	12	00	13071	13071037	1057	Europe/Berlin
7602572	Grambow	grambow	Grambov,Грамбов		DE	12	00	13075	13075038	849	Europe/Berlin
7602573	Krackow	krackow			DE	12	00	13075	13075067	620	Europe/Berlin
7602574	Seiffen/Erzgeb., Kurort	seiffen-erzgeb-kurort			DE	13	00	14521	14521570	2098	Europe/Berlin
7602575	Lichtenberg/Erzgeb.	lichtenberg-erzgeb			DE	13	00	14522	14522340	2692	Europe/Berlin
7602576	Mulda/Sa.	mulda-sa	Mul'da,Mulda,Mulda vald,mu er da,Мулда,Мульда,穆尔达		DE	13	00	14522	14522390	2464	Europe/Berlin
7602577	Weißenborn/Erzgeb.	weissenborn-erzgeb			DE	13	00	14522	14522590	2468	Europe/Berlin
7602578	Bertsdorf-Hörnitz	bertsdorf-hoernitz			DE	13	00	14626	14626050	2086	Europe/Berlin
7602579	Boxberg/O.L.	boxberg-o-l	Hamor		DE	13	00	14626	14626060	4402	Europe/Berlin
7602580	Rothenburg/O.L.	rothenburg-o-l	Rothenburg/O.L.,Stadt Rothenburg/O.L.		DE	13	00	14626	14626480	4458	Europe/Berlin
7602581	Weißkeißel	weisskeissel			DE	13	00	14626	14626590	1284	Europe/Berlin
7602582	Bergen an der Dumme, Flecken	bergen-an-der-dumme-flecken			DE	06	00	03354	03354001	1428	Europe/Berlin
7602585	Hamburg, Freie und Hansestadt	hamburg-freie-und-hansestadt	Hambourg,Hamburg		DE	04	00	02000	02000000	1847253	Europe/Berlin
7602586	Schwentinental	schwentinental	Schwentinental,Stadt Schwentinental		DE	10	00	01057	01057091	13762	Europe/Berlin
7602587	Rosbach v. d. Höhe	rosbach-v-d-hoehe	Rosbach v. d. Hoehe,Rosbach v. d. Höhe,Stadt Rosbach v. d. Hoehe,Stadt Rosbach v. d. Höhe		DE	05	064	06440	06440023	12565	Europe/Berlin
7602588	Kleines Wiesental	kleines-wiesental			DE	01	083	08336	08336107	2871	Europe/Berlin
7602589	St. Wendel, Kreisstadt	st-wendel-kreisstadt	Sankt Wendel,St. Wendel		DE	09	00	10046	10046117	25809	Europe/Berlin
7602590	Sydower Fließ	sydower-fliess			DE	11	00	12060	12060250	973	Europe/Berlin
7602591	Heidesee	heidesee			DE	11	00	12061	12061217	7091	Europe/Berlin
7602592	Röderland	roederland			DE	11	00	12062	12062410	3853	Europe/Berlin
7602593	Wiesenaue	wiesenaue			DE	11	00	12063	12063142	776	Europe/Berlin
7602594	Reichenow-Möglin	reichenow-moeglin			DE	11	00	12064	12064417	552	Europe/Berlin
7602595	Fünfseen	fuenfseen	Finfzen,Fjunfzeen,fen fu sen,Финфзен,Фюнфзеен,芬夫森		DE	12	00	13071	13071036	1070	Europe/Berlin
7602597	Sundhagen	sundhagen			DE	12	00	13073	13073090	5149	Europe/Berlin
7602598	Schildetal	schildetal			DE	12	00	13074	13074072	770	Europe/Berlin
7602599	Dobin am See	dobin-am-see			DE	12	00	13076	13076033	1982	Europe/Berlin
7602600	Lewitzrand	lewitzrand			DE	12	00	13076	13076085	1367	Europe/Berlin
7602601	Raschau-Markersbach	raschau-markersbach			DE	13	00	14521	14521500	4997	Europe/Berlin
7602602	Mühlental	muehlental			DE	13	00	14523	14523230	1276	Europe/Berlin
7602603	Hartmannsdorf-Reichenau	hartmannsdorf-reichenau			DE	13	00	14628	14628150	1017	Europe/Berlin
7602604	Dessau-Roßlau	dessau-rosslau	Dessau-Rosslau,Dessau-Roßlau,Stadt Dessau-Rosslau,Stadt Dessau-Roßlau		DE	14	00	15001	15001000	80103	Europe/Berlin
7602605	Apenburg-Winterfeld, Flecken	apenburg-winterfeld-flecken			DE	14	00	15081	15081026	1715	Europe/Berlin
7602606	Bitterfeld-Wolfen	bitterfeld-wolfen	Biterfeld-Volfen,Bitterfel'd-Vol'fen,Bitterfeld-Vol'fen,Bitterfeld-Wolfen,Stadt Bitterfeld-Wolfen,bi te fei er de-wo er fen,bytrfld-fwlfn,bytrfld-wlfn,bytrpld-wwlpn,Битерфелд-Волфен,Биттерфелд-Вольфен,Биттерфельд-Вольфен,Біттерфельд-Вольфен,ביטרפלד-וולפן,بيترفلد-فولفن,بیترفلد-ولفن,比特费尔德-沃尔芬		DE	14	00	15082	15082015	38159	Europe/Berlin
7602607	Muldestausee	muldestausee	Muldeshtauze,mu er de si tao sai,Мулдештаузе,穆尔德斯陶塞		DE	14	00	15082	15082241	11558	Europe/Berlin
7602608	Osternienburger Land	osternienburger-land			DE	14	00	15082	15082256	8498	Europe/Berlin
7602609	Raguhn-Jeßnitz	raguhn-jessnitz	Raguhn-Jessnitz,Raguhn-Jeßnitz,Ragun-Jesnic,Stadt Raguhn-Jessnitz,Stadt Raguhn-Jeßnitz,la gu en-ye si ni ci,raghwn-ysnyts,ragwn-ysnyts,Рагун-Јесниц,راغون-يسنيتس,راگون-یسنیتس,拉古恩-耶斯尼茨		DE	14	00	15082	15082301	8909	Europe/Berlin
7602610	Sandersdorf-Brehna	sandersdorf-brehna	Sandersdorf-Brehna,Stadt Sandersdorf-Brehna		DE	14	00	15082	15082340	14310	Europe/Berlin
7602611	Südliches Anhalt	suedliches-anhalt	Stadt Suedliches Anhalt,Stadt Südliches Anhalt,Suedliches Anhalt,Südliches Anhalt		DE	14	00	15082	15082377	13275	Europe/Berlin
7602612	Hohe Börde	hohe-boerde			DE	14	00	15083	15083298	18544	Europe/Berlin
7602613	Loitsche-Heinrichsberg	loitsche-heinrichsberg			DE	14	00	15083	15083361	962	Europe/Berlin
7602614	Wanzleben-Börde	wanzleben-boerde	Stadt Wanzleben-Boerde,Stadt Wanzleben-Börde,Wanzleben-Boerde,Wanzleben-Börde		DE	14	00	15083	15083531	13860	Europe/Berlin
7602615	Meineweh	meineweh	Anhalt Sued,Anhalt Süd		DE	14	00	15084	15084013	1032	Europe/Berlin
7602616	Finne	finne			DE	14	00	15084	15084132	1161	Europe/Berlin
7602617	Finneland	finneland			DE	14	00	15084	15084133	1045	Europe/Berlin
7602618	Gutenborn	gutenborn			DE	14	00	15084	15084207	1728	Europe/Berlin
7602619	Kaiserpfalz	kaiserpfalz			DE	14	00	15084	15084246	1533	Europe/Berlin
7602620	Lanitz-Hassel-Tal	lanitz-hassel-tal			DE	14	00	15084	15084282	1069	Europe/Berlin
7602621	Molauer Land	molauer-land			DE	14	00	15084	15084341	1046	Europe/Berlin
7602622	Schnaudertal	schnaudertal			DE	14	00	15084	15084442	917	Europe/Berlin
7602623	Nordharz	nordharz			DE	14	00	15085	15085227	7781	Europe/Berlin
7602624	Selke-Aue	selke-aue			DE	14	00	15085	15085287	1391	Europe/Berlin
7602625	Brücken-Hackpfüffel	bruecken-hackpfueffel			DE	14	00	15087	15087101	982	Europe/Berlin
7602626	Seegebiet Mansfelder Land	seegebiet-mansfelder-land			DE	14	00	15087	15087386	8880	Europe/Berlin
7602627	Südharz	suedharz			DE	14	00	15087	15087412	9307	Europe/Berlin
7602628	Salzatal	salzatal			DE	14	00	15088	15088319	11412	Europe/Berlin
7602629	Bördeaue	boerdeaue			DE	14	00	15089	15089041	1790	Europe/Berlin
7602630	Bördeland	boerdeland			DE	14	00	15089	15089042	7535	Europe/Berlin
7602631	Börde-Hakel	boerde-hakel			DE	14	00	15089	15089043	3005	Europe/Berlin
7602632	Aland	aland			DE	14	00	15090	15090003	1346	Europe/Berlin
7602633	Altmärkische Höhe	altmaerkische-hoehe	Altmerkishe Khee,a er te mei er ji she he hei,altmarkysch hwl,Алтмеркише Хее,التمارکیسچ هول,阿尔特梅尔基舍赫黑		DE	14	00	15090	15090007	1834	Europe/Berlin
7602634	Altmärkische Wische	altmaerkische-wische			DE	14	00	15090	15090008	853	Europe/Berlin
7602635	Wust-Fischbeck	wust-fischbeck			DE	14	00	15090	15090631	1228	Europe/Berlin
7602636	Leinefelde-Worbis	leinefelde-worbis	Leinefelde-Worbis,Stadt Leinefelde-Worbis		DE	15	00	16061	16061115	20115	Europe/Berlin
7602637	Hörselberg-Hainich	hoerselberg-hainich			DE	15	00	16063	16063098	6101	Europe/Berlin
7602639	Nesse-Apfelstädt	nesse-apfelstaedt			DE	15	00	16067	16067087	5962	Europe/Berlin
7602640	Heideland	heideland	Khajdeland,hai de lan,Хайделанд,Хајделанд,海德兰		DE	15	00	16074	16074039	1776	Europe/Berlin
7602663	Rabenstein/Fläming	rabenstein-flaeming			DE	11	00	12069	12069485	801	Europe/Berlin
7602664	Westheide	westheide			DE	14	00	15083	15083557	1710	Europe/Berlin
7602665	Falkenstein/Harz	falkenstein-harz	Falkenstein/Harz,Stadt Falkenstein/Harz		DE	14	00	15085	15085110	5273	Europe/Berlin
7602666	Arnstein	arnstein	Arnshtajn,Arnstein,Stadt Arnstein,arnashtayn  zaksn-anhalt,arnshtayn,Арнштайн,Арнштајн,آرناشتاین، زاکسن-آنهالت,آرنشتاين		DE	14	00	15087	15087031	6553	Europe/Berlin
7602667	Seeland	seeland	Seeland,Stadt Seeland,Zeland,zyland,Зеланд,زيلاند,زی‌لند، آلمان		DE	14	00	15089	15089307	7903	Europe/Berlin
8051234	Neukirch/Lausitz	neukirch-lausitz	Wjazonca,Wjazońca		DE	13	00	14625	14625380	4847	Europe/Berlin
8658959	Peenehagen	peenehagen			DE	12	00	13071	13071172	1074	Europe/Berlin
8658960	Kuckssee	kuckssee			DE	12	00	13071	13071173	523	Europe/Berlin
8658961	Dratow-Schloen	dratow-schloen			DE	12	00	13071	13071174	865	Europe/Berlin
8658965	Bad Grund (Harz)	bad-grund-harz	Bad Grund (Harz)		DE	06	00	03159	03159002	8238	Europe/Berlin
8658967	Wedendorfersee	wedendorfersee			DE	12	00	13074	13074092	653	Europe/Berlin
8658973	Obere Warnow	obere-warnow			DE	12	00	13076	13076164	775	Europe/Berlin
8658974	Lauter-Bernsbach	lauter-bernsbach			DE	13	00	14521	14521355	8628	Europe/Berlin
8658975	Bobritzsch-Hilbersdorf	bobritzsch-hilbersdorf			DE	13	00	14522	14522035	5714	Europe/Berlin
8658979	Schirgiswalde-Kirschau	schirgiswalde-kirschau	Serachow-Korzym,Šěrachow-Korzym		DE	13	00	14625	14625525	6185	Europe/Berlin
8658980	Rosenbach/Vogtl.	rosenbach-vogtl			DE	13	00	14523	14523365	4133	Europe/Berlin
8658981	Ebersbach-Neugersdorf	ebersbach-neugersdorf			DE	13	00	14626	14626085	11853	Europe/Berlin
8658982	Kottmar	kottmar			DE	13	00	14626	14626245	7236	Europe/Berlin
8658983	Klingenberg	klingenberg			DE	13	00	14628	14628205	6781	Europe/Berlin
8658984	Lossatal	lossatal			DE	13	00	14729	14729245	6049	Europe/Berlin
8658985	Belgern-Schildau	belgern-schildau			DE	13	00	14730	14730045	7719	Europe/Berlin
8658986	Wettin-Löbejün	wettin-loebejuen			DE	14	00	15088	15088216	9807	Europe/Berlin
8658987	Oranienbaum-Wörlitz	oranienbaum-woerlitz			DE	14	00	15091	15091241	8242	Europe/Berlin
8658988	Zahna-Elster	zahna-elster			DE	14	00	15091	15091391	9222	Europe/Berlin
8658989	Am Ohmberg	am-ohmberg			DE	15	00	16061	16061116	3621	Europe/Berlin
8658990	Sonnenstein	sonnenstein			DE	15	00	16061	16061117	4505	Europe/Berlin
8658991	Harztor	harztor			DE	15	00	16062	16062065	7577	Europe/Berlin
8658992	Südeichsfeld	suedeichsfeld			DE	15	00	16064	16064074	6604	Europe/Berlin
8658993	Vogtei	vogtei			DE	15	00	16064	16064075	4353	Europe/Berlin
8658994	Kyffhäuserland	kyffhaeuserland			DE	15	00	16065	16065085	3843	Europe/Berlin
8658996	Hörsel	hoersel			DE	15	00	16067	16067088	4699	Europe/Berlin
8658998	Frankenblick	frankenblick			DE	15	00	16072	16072023	5729	Europe/Berlin
8658999	Königsee-Rottenbach	koenigsee-rottenbach			DE	15	00	16073	16073112	7350	Europe/Berlin
8659000	Auma-Weidatal	auma-weidatal			DE	15	00	16076	16076092	3441	Europe/Berlin
8659001	Mohlsdorf-Teichwolframsdorf	mohlsdorf-teichwolframsdorf			DE	15	00	16076	16076093	4734	Europe/Berlin
8659002	Mittelangeln	mittelangeln			DE	10	00	01059	01059185	5239	Europe/Berlin
10942642	Lahr	lahr			DE	08	00	07140	07140502	167	Europe/Berlin
10942643	Goslar	goslar			DE	06	00	03153	03153017	50554	Europe/Berlin
10942644	Zilshausen	zilshausen			DE	08	00	07140	07140504	291	Europe/Berlin
10942645	Clausthal-Zellerfeld	clausthal-zellerfeld			DE	06	00	03153	03153018	15727	Europe/Berlin
10942646	Schladen-Werla	schladen-werla			DE	06	00	03158	03158039	8744	Europe/Berlin
10942647	Wurster Nordseeküste	wurster-nordseekueste			DE	06	00	03352	03352061	17095	Europe/Berlin
10942648	Stepenitztal	stepenitztal			DE	12	00	13074	13074093	1672	Europe/Berlin
10942649	Neetzow-Liepen	neetzow-liepen			DE	12	00	13075	13075155	815	Europe/Berlin
10942650	Ganzlin	ganzlin			DE	12	00	13076	13076166	1387	Europe/Berlin
10942652	Ilmtal-Weinstraße	ilmtal-weinstrasse			DE	15	00	16071	16071101	6348	Europe/Berlin
10942653	Eschede	eschede			DE	06	00	03351	03351025	5739	Europe/Berlin
10942654	Ilsede	ilsede	Il'zede,Ilsede,yi er sai de,Илседе,Ильзеде,伊尔塞德		DE	06	00	03157	03157009	21738	Europe/Berlin
10942655	Südheide	suedheide			DE	06	00	03351	03351026	11594	Europe/Berlin
10942656	Hagen im Bremischen	hagen-im-bremischen			DE	06	00	03352	03352060	10947	Europe/Berlin
10942657	Mörsdorf	moersdorf			DE	08	00	07140	07140503	596	Europe/Berlin
10942658	Gehlsbach	gehlsbach			DE	12	00	13076	13076165	510	Europe/Berlin
10942659	Krayenberggemeinde	krayenberggemeinde			DE	15	00	16063	16063101	5105	Europe/Berlin
10942660	Pockau-Lengefeld	pockau-lengefeld			DE	13	00	14521	14521495	7539	Europe/Berlin
10942661	Geestland	geestland			DE	06	00	03352	03352062	30847	Europe/Berlin
11789864	Mönchgut	moenchgut			DE	12	00	13073	13073107	1360	Europe/Berlin
11856350	Stapel	stapel			DE	10	00	01059	01059188	1818	Europe/Berlin
11856353	Brodersby-Goltoft	brodersby-goltoft			DE	10	00	01059	01059189	688	Europe/Berlin
11856394	Oberzent	oberzent			DE	05	064	06437	06437016	10194	Europe/Berlin
11856413	Remlingen-Semmenstedt	remlingen-semmenstedt			DE	06	00	03158	03158040	2395	Europe/Berlin
11856414	Kloster Tempzin	kloster-tempzin			DE	12	00	13076	13076167	543	Europe/Berlin
12032316	Föritztal	foeritztal			DE	15	00	16072	16072024	8741	Europe/Berlin
12032317	Stadt Bleicherode	stadt-bleicherode			DE	15	00	16062	16062066	10327	Europe/Berlin
12032318	Drei Gleichen	drei-gleichen			DE	15	00	16067	16067089	7934	Europe/Berlin
12032319	Stadt Schwarzatal	stadt-schwarzatal			DE	15	00	16073	16073113	3543	Europe/Berlin
12032320	Stadt Kindelbrück	stadt-kindelbrueck			DE	15	00	16068	16068064	3791	Europe/Berlin
12032321	Stadt An der Schmücke	stadt-an-der-schmuecke			DE	15	00	16065	16065088	5967	Europe/Berlin
12032322	Stadt Artern	stadt-artern			DE	15	00	16065	16065086	6688	Europe/Berlin
12032323	Stadt Werra-Suhl-Tal	stadt-werra-suhl-tal			DE	15	00	16063	16063103	6398	Europe/Berlin
12032324	Stadt Dingelstädt	stadt-dingelstaedt			DE	15	00	16061	16061118	6887	Europe/Berlin
12032325	Stadt Kaltennordheim	stadt-kaltennordheim			DE	15	00	16066	16066095	5802	Europe/Berlin
12032326	Stadt Großbreitenbach	stadt-grossbreitenbach			DE	15	00	16070	16070058	6253	Europe/Berlin
12032327	Stadt Aue-Bad Schlema	stadt-aue-bad-schlema			DE	13	00	14521	14521035	20353	Europe/Berlin
12032328	Stadt Buttstädt	stadt-buttstaedt			DE	15	00	16068	16068063	6660	Europe/Berlin
12032329	Rosenthal am Rennsteig	rosenthal-am-rennsteig			DE	15	00	16075	16075136	3989	Europe/Berlin
12032330	Unstrut-Hainich	unstrut-hainich			DE	15	00	16064	16064076	5181	Europe/Berlin
12032331	Nessetal	nessetal			DE	15	00	16067	16067091	7939	Europe/Berlin
12032332	Stadt Heldburg	stadt-heldburg			DE	15	00	16069	16069063	3404	Europe/Berlin
12032333	Stadt Roßleben-Wiehe	stadt-rossleben-wiehe			DE	15	00	16065	16065087	7476	Europe/Berlin
12032334	Ruhner Berge	ruhner-berge			DE	12	00	13076	13076168	1837	Europe/Berlin
12032335	Stadt Am Ettersberg	stadt-am-ettersberg			DE	15	00	16071	16071102	7098	Europe/Berlin
12032336	Geratal	geratal			DE	15	00	16070	16070057	8884	Europe/Berlin
12165977	Grammetal	grammetal			DE	15	00	16071	16071103	6519	Europe/Berlin
12166098	Wesertal	wesertal			DE	05	066	06633	06633030	5144	Europe/Berlin
12166099	Georgenthal	georgenthal			DE	15	00	16067	16067092	7261	Europe/Berlin
12166100	Siemz-Niendorf	siemz-niendorf			DE	12	00	13074	13074094	635	Europe/Berlin
12166101	Eldetal	eldetal			DE	12	00	13071	13071175	907	Europe/Berlin
12166102	Nottertal-Heilinger Höhen	nottertal-heilinger-hoehen			DE	15	00	16064	16064077	5760	Europe/Berlin
12166103	Südmüritz	suedmueritz			DE	12	00	13071	13071176	892	Europe/Berlin
12166104	Amt Creuzburg	amt-creuzburg			DE	15	00	16063	16063104	4748	Europe/Berlin
12166279	Karlsburg	karlsburg			DE	12	00	13075	13075156	1824	Europe/Berlin
12166280	Toddin	toddin			DE	12	00	13076	13076169	932	Europe/Berlin
12166281	Walsrode	walsrode			DE	06	00	03358	03358024	30081	Europe/Berlin
12232550	Greußen	greussen			DE	15	00	16065	16065089	5870	Europe/Berlin
12232551	Neitersen	neitersen			DE	08	00	07132	07132502	1047	Europe/Berlin
\.


--
-- Data for Name: cities; Type: TABLE DATA; Schema: de; Owner: g5
--

COPY de.cities (geoid, name, slug, country_code, postal_code, population, timezone, latitude, longitude, altitude, alternatenames, capital_of, admin1_code, admin2_code, admin3_code, admin4_code) FROM stdin;
2657946	Wyhlen	wyhlen	DE		0	Europe/Berlin	47.54729	7.69331		Wyhlen		01	083	08336	08336105
2803468	Zyfflich	zyfflich	DE		0	Europe/Berlin	51.82342	5.97297		Zyfflich		07	051	05154	05154040
2803469	Zwuschwitz	zwuschwitz	DE		0	Europe/Berlin	51.11667	13.4				13	00	14627	14627080
2803470	Zwötzen	zwoetzen	DE		0	Europe/Berlin	50.84858	12.08635		Gera-Zwotzen,Gera-Zwötzen,Zwotzen,Zwötzen		15	00	16052	16052000
2803472	Zwotental	zwotental	DE		0	Europe/Berlin	50.36103	12.36468				13	00	14523	14523370
2803475	Zwoschwitz	zwoschwitz	DE		0	Europe/Berlin	50.51187	12.08973				13	00	14523	14523320
2803476	Zwönitz	zwoenitz	DE		11547	Europe/Berlin	50.63027	12.80999		Cvenic,Cvenica,Cvjonic,Cvēnica,Zwoenitz,Zwonitz,Zwönitz,ci wei ni ci,tsfwnyts,tswnytz,Цвениц,Цвёниц,تسفونيتس,تسونیتز,茨韦尼茨		13	00	14521	14521710
2803478	Zwölfling	zwolfling	DE		0	Europe/Berlin	48.60715	13.5694				02	092	09275	09275150
2803479	Zwölfhäuser	zwolfhauser	DE		0	Europe/Berlin	48.90159	13.58417				02	092	09272	09272134
2803487	Zwochau-Grebehna	zwochau-grebehna	DE		0	Europe/Berlin	51.45717	12.25909				13	00	14730	14730340
2803488	Zwochau-Grabschütz	zwochau-grabschuetz	DE		0	Europe/Berlin	51.47205	12.27766		Grabschutz,Grabschütz,Zwochau-Grabschutz,Zwochau-Grabschütz		13	00	14730	14730340
2803495	Zwischenmooren	zwischenmooren	DE		0	Europe/Berlin	53.41503	7.63663				06	00	03452	03452006
2803496	Zwischenlethe	zwischenlethe	DE		0	Europe/Berlin	53.08752	8.17685				06	00	03458	03458013
2803499	Zwischendeich	zwischendeich	DE		0	Europe/Berlin	52.96839	11.80202				11	00	12070	12070424
2803500	Zwischenbergen	zwischenbergen	DE		0	Europe/Berlin	53.36774	7.68431				06	00	03452	03452025
2803504	Zwischenahnerfeld	zwischenahnerfeld	DE		0	Europe/Berlin	53.18333	8				06	00	03451	03451002
2803505	Zwirtzschen	zwirtzschen	DE		0	Europe/Berlin	50.76676	12.21749				15	00	16076	16076069
2803508	Zwirkenberg	zwirkenberg	DE		0	Europe/Berlin	47.65	9.96667				02	097	09776	09776112
2803510	Zwintschöna	zwintschoena	DE		0	Europe/Berlin	51.44711	12.04462				14	00	15088	15088150
2803511	Zwings	zwings	DE		0	Europe/Berlin	47.88601	9.80911				01	084	08436	08436010
2803518	Zwingelhausen	zwingelhausen	DE		0	Europe/Berlin	48.95466	9.36615				01	081	08119	08119038
2803522	Zwillbrock	zwillbrock	DE		0	Europe/Berlin	52.05512	6.70744				07	055	05554	05554068
2803524	Zwietow	zwietow	DE		0	Europe/Berlin	51.68702	13.96281		Zwietow		11	00	12066	12066202
2803525	Zwieslerwaldhaus	zwieslerwaldhaus	DE		0	Europe/Berlin	49.09264	13.24866				02	092	09276	09276130
2803526	Zwieslerbruck	zwieslerbruck	DE		0	Europe/Berlin	48.85907	13.00833				02	092	09271	09271119
2803531	Zwiesele	zwiesele	DE		0	Europe/Berlin	47.64048	9.86867				02	097	09776	09776114
2803532	Zwieselberg	zwieselberg	DE		0	Europe/Berlin	49.00162	13.21012				02	092	09276	09276148
2803540	Zwiefelhof	zwiefelhof	DE		0	Europe/Berlin	49.22892	11.18857		Zwiefelhof		02	095	09576	09576143
2803543	Zwiefaltendorf	zwiefaltendorf	DE		0	Europe/Berlin	48.21484	9.51764				01	084	08426	08426097
2803546	Zwiedorf	zwiedorf	DE		0	Europe/Berlin	53.69287	13.05317				12	00	13071	13071163
2803553	Zwickgabel	zwickgabel	DE		0	Europe/Berlin	48.58702	8.31723				01	082	08237	08237004
2803562	Zwethau	zwethau	DE		0	Europe/Berlin	51.58262	13.04266				13	00	14730	14730030
2803566	Zwernberg	zwernberg	DE		0	Europe/Berlin	49.11279	10.27742				02	095	09571	09571200
2803567	Zweribach	zweribach	DE		0	Europe/Berlin	48.03333	8.1				01	083	08315	08315094
2803572	Zwergern	zwergern	DE		0	Europe/Berlin	47.5847	11.32346				02	091	09173	09173133
2803573	Zwergen	zwergen	DE		0	Europe/Berlin	51.48246	9.29778		Zwergen		05	066	06633	06633016
2803577	Zwergau	zwergau	DE		0	Europe/Berlin	49.86548	11.97313				02	093	09377	09377129
2803578	Zwerenberg	zwerenberg	DE		0	Europe/Berlin	49.0119	9.5453				01	081	08119	08119075
2803579	Zwerenberg	zwerenberg	DE		0	Europe/Berlin	48.63383	8.5903				01	082	08235	08235050
2803582	Zwerchstraß	zwerchstrass	DE		0	Europe/Berlin	48.91862	10.80612				02	097	09779	09779231
2803587	Zwenzow	zwenzow	DE		0	Europe/Berlin	53.32113	12.9455				12	00	13071	13071147
2803590	Zweitschen	zweitschen	DE		0	Europe/Berlin	50.96809	12.30563		Zweitschen		15	00	16077	16077031
2803596	Zweinig	zweinig	DE		0	Europe/Berlin	51.09602	13.157				13	00	14522	14522510
2803597	Zweinaundorf	zweinaundorf	DE		0	Europe/Berlin	51.32512	12.45417				13	00	14713	14713000
2803599	Zweikirchen	zweikirchen	DE		0	Europe/Berlin	48.48318	12.13178				02	092	09274	09274182
2803605	Zweifelsheim	zweifelsheim	DE		0	Europe/Berlin	49.54454	10.82977				02	095	09572	09572132
2803607	Zweifelsberg	zweifelsberg	DE		0	Europe/Berlin	48.07249	9.71509				01	084	08426	08426074
2803611	Zweifelbach	zweifelbach	DE		0	Europe/Berlin	50.80685	11.50657				15	00	16074	16074076
2803612	Zweifelau	zweifelau	DE		0	Europe/Berlin	49.91261	11.86349				02	093	09377	09377127
2803614	Zweifall	zweifall	DE		0	Europe/Berlin	50.71838	6.25583		Zweifall		07	053	05334	05334032
2803616	Zweidorf	zweidorf	DE		0	Europe/Berlin	52.32758	10.37659				06	00	03157	03157008
2803619	Zweibrüggen	zweibrueggen	DE		0	Europe/Berlin	50.93577	6.10198				07	053	05370	05370028
2803620	Zweibrücken	zweibruecken	DE		35221	Europe/Berlin	49.24686	7.36977		Bipontium,Cvajbriken,Cvajbrjukken,Deux Ponts,Deux-Ponts,Dos Puentes,Two Bridges,Zweebrigge,Zweibrucken,Zweibruecken,Zweibrücken,ci wei bu lu ken,tsuvu~aiburyukken,tswaybrwkn,Цвайбрюккен,Цвајбрикен,تسوایبروکن,ツヴァイブリュッケン,茨魏布吕肯	07320	08	00	07320	07320000
2803621	Zweibrücken	zweibruecken	DE		0	Europe/Berlin	51.40614	14.70991		Zamosty,Zweibruck,Zweibrucken,Zweibrück,Zweibrücken		13	00	14626	14626460
2803622	Zweibach	zweibach	DE		0	Europe/Berlin	50.44959	12.8696		Zweibach		13	00	14521	14521110
2803624	Zweenfurth	zweenfurth	DE		0	Europe/Berlin	51.33565	12.54939		Zweenfurth		13	00	14729	14729060
2803625	Zweedorf	zweedorf	DE		0	Europe/Berlin	54.08067	11.6762				12	00	13072	13072008
2803626	Zweedorf	zweedorf	DE		0	Europe/Berlin	53.43076	10.63288				12	00	13076	13076122
2803627	Zweckstätt	zweckstatt	DE		0	Europe/Berlin	47.90599	12.04402				02	091	09187	09187137
2803631	Zweckham	zweckham	DE		0	Europe/Berlin	47.94076	12.64522				02	091	09189	09189154
2803632	Zweckel	zweckel	DE		0	Europe/Berlin	51.59229	6.98527		Zweckel		07	055	05562	05562014
2803635	Zwebendorf	zwebendorf	DE		0	Europe/Berlin	51.50018	12.09836				14	00	15088	15088195
2803636	Zwätzen	zwaetzen	DE		0	Europe/Berlin	50.95862	11.61745				15	00	16053	16053000
2803639	Zwalbach	zwalbach	DE		0	Europe/Berlin	49.55038	6.78456				09	00	10042	10042117
2803640	Zwackau	zwackau	DE		0	Europe/Berlin	50.76846	11.80672				15	00	16075	16075093
2803641	Zwabitz	zwabitz	DE		0	Europe/Berlin	50.8138	11.54878				15	00	16074	16074004
2803645	Zuwald	zuwald	DE		0	Europe/Berlin	48.3979	8.18287				01	083	08317	08317088
2803646	Zützschdorf	zuetzschdorf	DE		0	Europe/Berlin	51.3	11.9				14	00	15088	15088065
2803647	Zützen	zuetzen	DE		0	Europe/Berlin	53.0263	14.23485				11	00	12073	12073532
2803648	Zützen	zuetzen	DE		0	Europe/Berlin	51.94965	13.64231				11	00	12061	12061164
2803649	Züttlingen	zuttlingen	DE		0	Europe/Berlin	49.29625	9.3313				01	081	08125	08125063
2803650	Zustorf	zustorf	DE		0	Europe/Berlin	48.41425	11.94104				02	091	09177	09177126
2803651	Züssow	zuessow	DE		1274	Europe/Berlin	53.97709	13.54855		Cisov,Cjussov,Цисов,Цюссов		12	00	13075	13075154
2803652	Zußdorf	zussdorf	DE		0	Europe/Berlin	47.84893	9.43139		Zussdorf,Zußdorf		01	084	08436	08436083
2803654	Züsow	zuesow	DE		365	Europe/Berlin	53.92221	11.67451				12	00	13074	13074091
2803656	Zusenhofen	zusenhofen	DE		0	Europe/Berlin	48.54696	8.02024				01	083	08317	08317089
2803657	Züsedom	zuesedom	DE		287	Europe/Berlin	53.4443	14.01813				12	00	13075	13075115
2803661	Zuschendorf	zuschendorf	DE		0	Europe/Berlin	50.93306	13.91514		Zuschendorf		13	00	14628	14628270
2803662	Züschen	zueschen	DE		0	Europe/Berlin	51.17271	9.22752		Zuschen,Züschen		05	066	06634	06634005
2803663	Züschen	zueschen	DE		0	Europe/Berlin	51.15373	8.56543				07	059	05958	05958048
2803665	Zusamzell	zusamzell	DE		0	Europe/Berlin	48.4825	10.60528		Zusamzell		02	097	09772	09772115
2803669	Zurstraße	zurstrasse	DE		0	Europe/Berlin	51.29968	7.46544				07	059	05954	05954004
2803671	Zurnhausen	zurnhausen	DE		0	Europe/Berlin	48.43385	11.77581				02	091	09178	09178124
2803677	Zurlberg	zurlberg	DE		0	Europe/Berlin	48.50819	12.37679				02	092	09274	09274145
2803678	Zürkvitz	zuerkvitz	DE		0	Europe/Berlin	54.60984	13.28079				12	00	13073	13073101
2803680	Zurheiden	zurheiden	DE		0	Europe/Berlin	50.66676	7.44472				08	00	07138	07138003
2803681	Zürchel	zuerchel	DE		0	Europe/Berlin	51.6105	13.84285				11	00	12062	12062425
2803682	Zürchau	zuerchau	DE		0	Europe/Berlin	50.92143	12.43119				15	00	16077	16077036
2803683	Zürbach	zuerbach	DE		0	Europe/Berlin	50.55205	7.82225				08	00	07143	07143046
2803684	Zunzingen	zunzingen	DE		0	Europe/Berlin	47.82163	7.65181				01	083	08315	08315074
2803685	Züntersbach	zuentersbach	DE		0	Europe/Berlin	50.31258	9.7308				05	064	06435	06435027
2803686	Zunsweier	zunsweier	DE		0	Europe/Berlin	48.42385	7.94689				01	083	08317	08317096
2803687	Zunschwitz	zunschwitz	DE		0	Europe/Berlin	51.18306	13.17444				13	00	14522	14522620
2803689	Zunham	zunham	DE		0	Europe/Berlin	47.94676	12.32855				02	091	09187	09187145
2803692	Zündorf	zundorf	DE		0	Europe/Berlin	50.86781	7.04714		Zundorf,Zündorf		07	053	05315	05315000
2803703	Zumweiler	zumweiler	DE		0	Europe/Berlin	48.59902	8.59068				01	082	08235	08235006
2803704	Zum Wagner	zum-wagner	DE		0	Europe/Berlin	49.06667	10				01	081	08127	08127103
2803705	Zum Stein	zum-stein	DE		0	Europe/Berlin	48.11667	9.88333				01	084	08426	08426071
2803707	Zumroda	zumroda	DE		0	Europe/Berlin	50.89851	12.50151		Zumroda		15	00	16077	16077036
2803711	Zumholz	zumholz	DE		0	Europe/Berlin	48.99379	10.04069				01	081	08136	08136060
2803713	Zumhof	zumhof	DE		0	Europe/Berlin	50.72613	7.33363				07	053	05382	05382020
2803714	Zumhof	zumhof	DE		0	Europe/Berlin	49.06167	12.43227				02	093	09375	09375120
2803715	Zumhof	zumhof	DE		0	Europe/Berlin	48.886	9.54675				01	081	08119	08119061
2803716	Zumhaus	zumhaus	DE		0	Europe/Berlin	49.21189	10.2479		Zumhaus		02	095	09571	09571145
2803721	Zumberg	zumberg	DE		0	Europe/Berlin	49.17176	10.37406				02	095	09571	09571145
2803722	Zultenberg	zultenberg	DE		0	Europe/Berlin	50.05113	11.31995				02	094	09477	09477124
2803723	Zülpich	zuelpich	DE		20208	Europe/Berlin	50.69447	6.65414		Cjul'pikh,Slaget vid Tulpiacum,Tolbiac,Zuelpich,Zulpich,Zülpich,Цюльпих		07	053	05366	05366044
2803726	Zülow	zuelow	DE		150	Europe/Berlin	53.70405	11.9135				12	00	13076	13076128
2803727	Zülow	zuelow	DE		0	Europe/Berlin	53.57742	11.27146				12	00	13076	13076163
2803729	Züllsdorf	zuellsdorf	DE		0	Europe/Berlin	51.6393	13.11921				11	00	12062	12062224
2803730	Zulling	zulling	DE		0	Europe/Berlin	48.66619	12.66629				02	092	09279	09279122
2803731	Züllighoven	zuellighoven	DE		0	Europe/Berlin	50.61866	7.15613				07	053	05382	05382072
2803732	Zülichendorf	zuelichendorf	DE		0	Europe/Berlin	52.11811	13.02476				11	00	12072	12072312
2803733	Zühr	zuehr	DE		0	Europe/Berlin	53.43746	11.0277				12	00	13076	13076152
2803737	Zühlsdorf	zuehlsdorf	DE		0	Europe/Berlin	52.73	13.38761		Zuehlsdorf,Zühlsdorf		11	00	12065	12065225
2803739	Zühlitz	zuehlitz	DE		0	Europe/Berlin	54.64868	13.36493				12	00	13073	13073004
2803742	Zühlen	zuehlen	DE		0	Europe/Berlin	53.07484	12.81804				11	00	12068	12068353
2803743	Zühlen	zuehlen	DE		0	Europe/Berlin	52.84515	11.50775				14	00	15081	15081030
2803750	Zuggelrade	zuggelrade	DE		0	Europe/Berlin	53.14338	11.47815		Zuggelrade		12	00	13076	13076050
2803754	Zug	zug	DE		0	Europe/Berlin	50.8892	13.34604		Zug		13	00	14522	14522180
2803756	Zuffenhausen	zuffenhausen	DE		0	Europe/Berlin	48.83224	9.17024				01	081	08111	08111000
2803757	Zueding	zueding	DE		0	Europe/Berlin	48.84492	13.1483				02	092	09271	09271126
2803760	Zückshut	zuckshut	DE		0	Europe/Berlin	49.96691	10.92616				02	094	09471	09471119
2803768	Zuckelhausen	zuckelhausen	DE		0	Europe/Berlin	51.30345	12.4508				13	00	14713	14713000
2803769	Zuchering	zuchering	DE		0	Europe/Berlin	48.71228	11.4061				02	091	09161	09161000
2803773	Zubzow	zubzow	DE		0	Europe/Berlin	54.52254	13.24006				12	00	13073	13073092
2803775	Zuben	zuben	DE		0	Europe/Berlin	47.99048	9.79622				01	084	08426	08426038
2803777	Zschorta	zschorta	DE		0	Europe/Berlin	50.77705	12.08935				15	00	16076	16076084
2803779	Zschorno	zschorno	DE		0	Europe/Berlin	51.57752	14.6683		Hirschwinkel,Zschorno		11	00	12071	12071189
2803782	Zschornau	zschornau	DE		0	Europe/Berlin	51.3029	14.12307		Cornow,Zschornau,Čornow		13	00	14625	14625250
2803783	Zschorna	zschorna	DE		0	Europe/Berlin	51.39171	12.80491		Luptitz-Zschorna,Lüptitz-Zschorna		13	00	14729	14729245
2803784	Zschorna	zschorna	DE		0	Europe/Berlin	51.25375	13.73857				13	00	14627	14627290
2803785	Zschorna	zschorna	DE		0	Europe/Berlin	51.15797	14.62149		Cornjow,Zschorna,Čornjow		13	00	14625	14625230
2803787	Zschorgula	zschorgula	DE		85	Europe/Berlin	51.04312	11.87056				15	00	16074	16074116
2803789	Zschöppichen	zschoeppichen	DE		0	Europe/Berlin	50.95025	12.99217				13	00	14522	14522360
2803790	Zschöpperitz	zschoepperitz	DE		0	Europe/Berlin	50.95	11.3				15	00	16055	16055000
2803792	Zschoppelshain	zschoppelshain	DE		0	Europe/Berlin	50.99501	12.83805				13	00	14522	14522580
2803793	Zschoppach	zschoppach	DE		0	Europe/Berlin	51.21516	12.88689		Zschoppach		13	00	14729	14729160
2803794	Zschopenthal	zschopenthal	DE		0	Europe/Berlin	50.76667	13.1		Zschopenthal		13	00	14521	14521270
2803796	Zschöpel	zschoepel	DE		0	Europe/Berlin	50.8687	12.41285		Zschopel,Zschöpel		15	00	16077	16077039
2803799	Zschöllau	zschoellau	DE		0	Europe/Berlin	51.31585	13.11176				13	00	14730	14730230
2803800	Zschölkau	zschoelkau	DE		0	Europe/Berlin	51.43871	12.40794				13	00	14730	14730150
2803801	Zschocken	zschocken	DE		0	Europe/Berlin	50.68574	12.66907				13	00	14524	14524090
2803802	Zschockau	zschockau	DE		0	Europe/Berlin	51.19249	12.89656				13	00	14522	14522310
2803803	Zschockau	zschockau	DE		0	Europe/Berlin	50.48829	12.25537				13	00	14523	14523270
2803804	Zschöchergen	zschoechergen	DE		0	Europe/Berlin	51.35038	12.1574				14	00	15088	15088205
2803805	Zschochau	zschochau	DE		0	Europe/Berlin	51.19727	13.19685		Zschochau		13	00	14522	14522450
2803806	Zschirla	zschirla	DE		0	Europe/Berlin	51.12893	12.84779		Kaltenborn-Zschirla,Zschirla		13	00	14729	14729080
2803807	Zschippern	zschippern	DE		0	Europe/Berlin	50.86584	12.10913				15	00	16052	16052000
2803808	Zschippach	zschippach	DE		0	Europe/Berlin	50.9193	12.15008				15	00	16076	16076008
2803809	Zschillichau	zschillichau	DE		0	Europe/Berlin	51.25195	14.48745		Celchow,Čelchow		13	00	14625	14625160
2803810	Zschießdorf	zschiessdorf	DE		0	Europe/Berlin	51.54767	12.13367				14	00	15088	15088195
2803811	Zschiesewitz	zschiesewitz	DE		0	Europe/Berlin	51.7532	12.41828				14	00	15091	15091110
2803812	Zschieschen	zschieschen	DE		0	Europe/Berlin	51.28305	13.52105				13	00	14627	14627060
2803813	Zschieren	zschieren	DE		0	Europe/Berlin	50.9909	13.86658				13	00	14612	14612000
2803814	Zschetzsch	zschetzsch	DE		0	Europe/Berlin	51.15	12.78333		Zschetzsch		13	00	14729	14729080
2803815	Zschettgau	zschettgau	DE		0	Europe/Berlin	51.46085	12.55274		Kospa-Zschettgau,Zschettgau		13	00	14730	14730110
2803816	Zschernitzsch	zschernitzsch	DE		0	Europe/Berlin	51.00683	12.42974				15	00	16077	16077001
2803817	Zschernitzsch	zschernitzsch	DE		0	Europe/Berlin	50.9066	12.37212		Zschernitzsch		15	00	16077	16077043
2803818	Zschernitz	zschernitz	DE		0	Europe/Berlin	51.5268	12.2283		Zschernitz		13	00	14730	14730340
2803819	Zschernick	zschernick	DE		0	Europe/Berlin	51.71667	13.11667		Kolonie Zschernick,Zschernick		11			
2803820	Zschernichen	zschernichen	DE		0	Europe/Berlin	50.95647	12.54748				15	00	16077	16077023
2803821	Zscherneddel	zscherneddel	DE		0	Europe/Berlin	51.34723	12.11433				14	00	15088	15088205
2803822	Zscherne	zscherne	DE		0	Europe/Berlin	51.58333	12.33333				13			
2803823	Zscherndorf	zscherndorf	DE		1852	Europe/Berlin	51.61087	12.26755		Zscherndorf		14	00	15082	15082340
2803826	Zschepplitz	zschepplitz	DE		0	Europe/Berlin	51.1488	13.08801		Zschepplitz		13	00	14522	14522220
2803828	Zschepkau	zschepkau	DE		0	Europe/Berlin	51.65439	12.1946				14	00	15082	15082015
2803829	Zschepen	zschepen	DE		0	Europe/Berlin	51.50642	12.35936				13	00	14730	14730070
2803830	Zschepa	zschepa	DE		0	Europe/Berlin	51.35255	13.26593				13	00	14627	14627360
2803831	Zscheiplitz	zscheiplitz	DE		0	Europe/Berlin	51.21534	11.7358		Zscheiplitz		14	00	15084	15084135
2803832	Zscheilitz	zscheilitz	DE		0	Europe/Berlin	51.20701	13.3565				13	00	14627	14627130
2803833	Zscheila	zscheila	DE		0	Europe/Berlin	51.17614	13.49479		Zscheila		13	00	14627	14627140
2803834	Zscheckwitz	zscheckwitz	DE		0	Europe/Berlin	50.95368	13.7554				13	00	14628	14628220
2803835	Zschechwitz	zschechwitz	DE		0	Europe/Berlin	50.9632	12.45047		Zschechwitz		15	00	16077	16077001
2803836	Zschauitz	zschauitz	DE		0	Europe/Berlin	51.26715	13.5323				13	00	14627	14627060
2803837	Zschauitz	zschauitz	DE		0	Europe/Berlin	51.03333	12.83333				13	00	14522	14522530
2803838	Zschäschütz	zschaeschuetz	DE		0	Europe/Berlin	51.123	13.15408				13	00	14522	14522080
2803839	Zschaschelwitz	zschaschelwitz	DE		0	Europe/Berlin	51.02796	12.45519		Zschaschelwitz		15	00	16077	16077052
2803840	Zscharnitz	zscharnitz	DE		0	Europe/Berlin	51.21515	14.29124		Cornecy,Zscharnitz,Čornecy		13	00	14625	14625150
2803842	Zschannewitz	zschannewitz	DE		0	Europe/Berlin	51.23333	12.95				13	00	14730	14730200
2803844	Zschaitz	zschaitz	DE		0	Europe/Berlin	51.16974	13.1766				13	00	14522	14522620
2803845	Zschaiten	zschaiten	DE		0	Europe/Berlin	51.29912	13.40856				13	00	14627	14627190
2803846	Zschaiga	zschaiga	DE		0	Europe/Berlin	50.93756	12.48775				15	00	16077	16077001
2803847	Zschagast	zschagast	DE		0	Europe/Berlin	51.1	12.3		Michelwitz-Zschagast,Zschagast		13	00	14729	14729170
2803849	Zschackwitz	zschackwitz	DE		0	Europe/Berlin	51.12353	13.14031		Dobeln-Zschackwitz,Döbeln-Zschackwitz,Zschackwitz		13	00	14522	14522080
2803850	Zschachwitz	zschachwitz	DE		0	Europe/Berlin	51	13.85				13	00	14612	14612000
2803851	Zschachenmühle	zschachenmuehle	DE		0	Europe/Berlin	50.50213	11.53953				15	00	16075	16075134
2803852	Zschaagwitz	zschaagwitz	DE		0	Europe/Berlin	51.06667	12.85		Zschaagwitz		13	00	14522	14522530
2803853	Zoznegg	zoznegg	DE		0	Europe/Berlin	47.89409	9.3397		Zoznegg		01	084	08437	08437086
2803854	Zoznegg	zoznegg	DE		0	Europe/Berlin	47.89954	9.04218		Zoznegg		01	083	08335	08335057
2803859	Zotzenbach	zotzenbach	DE		0	Europe/Berlin	49.60244	8.76419				05	064	06431	06431019
2803860	Zötzelhofen	zotzelhofen	DE		0	Europe/Berlin	48.25777	11.25871				02	091	09179	09179134
2803861	Zöttnitz	zoettnitz	DE		0	Europe/Berlin	50.89941	11.68593				15	00	16074	16074085
2803863	Zottishofen	zottishofen	DE		0	Europe/Berlin	49.23049	9.81702				01	081	08127	08127009
2803864	Zottewitz	zottewitz	DE		0	Europe/Berlin	51.24711	13.44619				13	00	14627	14627200
2803865	Zottelstedt	zottelstedt	DE		0	Europe/Berlin	51.05519	11.49427		Zottelstedt		15	00	16071	16071001
2803867	Zöthen	zoethen	DE		0	Europe/Berlin	51.0561	11.73346				15	00	16074	16074011
2803868	Zöthain	zoethain	DE		0	Europe/Berlin	51.18496	13.33442				13	00	14627	14627130
2803872	Zoss	zoss	DE		0	Europe/Berlin	47.94513	12.10908				02	091	09187	09187142
2803873	Zöschlingsweiler	zoschlingsweiler	DE		0	Europe/Berlin	48.61146	10.44362				02	097	09773	09773183
2803874	Zöschingen	zoeschingen	DE		743	Europe/Berlin	48.67365	10.32522			09773187	02	097	09773	09773187
2803875	Zöschen	zoeschen	DE		1074	Europe/Berlin	51.35802	12.11652		Zoschen,Zöschen		14	00	15088	15088205
2803876	Zöschau	zoeschau	DE		0	Europe/Berlin	51.27521	13.14034		Lonnewitz-Zoschau,Lonnewitz-Zöschau,Zoschau,Zöschau		13	00	14730	14730230
2803877	Zornow	zornow	DE		0	Europe/Berlin	54.19328	12.65183				12	00	13073	13073085
2803878	Zörnitz	zoernitz	DE		0	Europe/Berlin	51.56571	11.76541				14	00	15088	15088319
2803879	Zörnigall	zoernigall	DE		991	Europe/Berlin	51.86997	12.75507				14	00	15091	15091391
2803887	Zorn	zorn	DE		0	Europe/Berlin	50.1606	7.91729				05	064	06439	06439005
2803890	Zörbitz	zoerbitz	DE		0	Europe/Berlin	51.19664	12.03333				14	00	15084	15084315
2803891	Zörbig	zoerbig	DE		4052	Europe/Berlin	51.62894	12.1174		Cerbig,Cjorbig,Zoerbig,Zorbig,Zörbig,ce er bi xi,tswrbygh,tswrbyrg,Цербиг,Цёрбиг,تسوربيغ,تسوربیرگ,策尔比希		14	00	15082	15082440
2803893	Zopten	zopten	DE		0	Europe/Berlin	50.52808	11.34837				15	00	16073	16073067
2803895	Zoppoten	zoppoten	DE		0	Europe/Berlin	50.4909	11.69788				15	00	16075	16075135
2803897	Zoppaten	zoppaten	DE		0	Europe/Berlin	50.02019	11.69783				02	094	09472	09472143
2803898	Zopp	zopp	DE		0	Europe/Berlin	50.86787	6.13639		Zopp		07	053	05334	05334004
2803901	Zöpen	zoepen	DE		0	Europe/Berlin	51.16784	12.43413				13	00	14729	14729320
2803908	Zons	zons	DE		0	Europe/Berlin	51.12364	6.84468		Feste Zons,Zons,tsu~onsu,ツォンス		07	051	05162	05162004
2803909	Zoltingen	zoltingen	DE		0	Europe/Berlin	48.72364	10.51838				02	097	09773	09773117
2803911	Zollwitz	zollwitz	DE		0	Europe/Berlin	51.11667	12.83333		Hausdorf-Zollwitz,Zollwitz		13	00	14729	14729080
2803912	Zollstock	zollstock	DE		0	Europe/Berlin	50.91131	6.9413				07	053	05315	05315000
2803913	Zollschwitz	zollschwitz	DE		0	Europe/Berlin	51.17065	12.94314		Zollschwitz		13	00	14522	14522310
2803915	Zöllschen	zoellschen	DE		0	Europe/Berlin	51.27262	12.11917				14	00	15088	15088020
2803916	Zöllnitz	zoellnitz	DE		0	Europe/Berlin	51.01667	12.81667				13	00	14522	14522530
2803917	Zöllnitz	zoellnitz	DE		724	Europe/Berlin	50.87334	11.64137		Zoellnitz,Zöllnitz	16074114	15	00	16074	16074114
2803918	Zöllmersdorf	zoellmersdorf	DE		0	Europe/Berlin	51.85282	13.66429				11	00	12061	12061320
2803919	Zöllmen	zoellmen	DE		0	Europe/Berlin	51.04139	13.61143		Gompitz-Zollmen,Gompitz-Zöllmen,Zollmen,Zöllmen		13	00	14612	14612000
2803924	Zollhof	zollhof	DE		0	Europe/Berlin	49.02822	9.99231				01	081	08136	08136060
2803928	Zollhaus	zollhaus	DE		0	Europe/Berlin	50.64318	11.46364				15	00	16073	16073111
2803929	Zollhaus	zollhaus	DE		0	Europe/Berlin	50.28725	8.06023		Zollhaus		08	00	07141	07141051
2803930	Zollhaus	zollhaus	DE		0	Europe/Berlin	47.83713	8.55487				01	083	08326	08326005
2803932	Zollgrün	zollgruen	DE		0	Europe/Berlin	50.51418	11.83017				15	00	16075	16075132
2803937	Zollenspieker	zollenspieker	DE		0	Europe/Berlin	53.4003	10.18644		Kirchwarder,Kirchwärder,Zollenspieker		04	00	02000	02000000
2803938	Zollenreute	zollenreute	DE		0	Europe/Berlin	47.92953	9.6408		Zollenreute		01	084	08436	08436008
2803944	Zollbrunn	zollbrunn	DE		0	Europe/Berlin	50.23333	10.28333				02	096	09672	09672135
2803945	Zollbrück	zollbrueck	DE		0	Europe/Berlin	50.4875	10.69296				15	00	16069	16069043
2803949	Zollbaum	zollbaum	DE		0	Europe/Berlin	53.77138	9.18706				06	00	03352	03352042
2803953	Zölkow	zoelkow	DE		698	Europe/Berlin	53.56325	11.8206		Zoelkow,Zölkow		12	00	13076	13076162
2803954	Zolkendorf	zolkendorf	DE		0	Europe/Berlin	53.72144	13.00965				12	00	13071	13071068
2803958	Zoghaus	zoghaus	DE		0	Europe/Berlin	50.66264	12.12868				15	00	16076	16076039
2803959	Zoggendorf	zoggendorf	DE		0	Europe/Berlin	49.86905	11.15369		Zoggendorf		02	094	09471	09471142
2803960	Zogenweiler	zogenweiler	DE		0	Europe/Berlin	47.83355	9.50201		Zogenweiler		01	084	08436	08436095
2803961	Zogenreuth	zogenreuth	DE		0	Europe/Berlin	49.70685	11.65789				02	093	09371	09371113
2803964	Zodel	zodel	DE		0	Europe/Berlin	51.23914	15.01076				13	00	14626	14626330
2803965	Zockau	zockau	DE		0	Europe/Berlin	51.15077	14.29988		Cokow,Zockau		13	00	14625	14625110
2803966	Zochenreuth	zochenreuth	DE		0	Europe/Berlin	49.87112	11.28054		Zochenreuth		02	094	09472	09472115
2803968	Zochau	zochau	DE		0	Europe/Berlin	51.33333	13.83333				13	00	14625	14625270
2803972	Zöblitz	zoeblitz	DE		3134	Europe/Berlin	50.65912	13.22981		Ceblic,Cjoblic,Zoblitz,Zöblitz,ce bu li ci,tswblytz,Цеблиц,Цёблиц,تسوبليتز,تسوبلیتز,策布利茨		13	00	14521	14521390
2803973	Zöbisch	zoebisch	DE		0	Europe/Berlin	50.48541	12.45222				13	00	14523	14523020
2803975	Zöbingen	zoebingen	DE		0	Europe/Berlin	48.92759	10.32472				01	081	08136	08136075
2803976	Zöbigker	zoebigker	DE		0	Europe/Berlin	51.26678	12.35559				13	00	14729	14729260
2803977	Zobes	zobes	DE		0	Europe/Berlin	50.50987	12.25526		Zobes		13	00	14523	14523270
2803978	Zobersdorf	zobersdorf	DE		0	Europe/Berlin	51.49442	13.40574				11	00	12062	12062024
2803979	Zöberitz	zoeberitz	DE		0	Europe/Berlin	51.50728	12.03377				14	00	15088	15088195
2803984	Zizishausen	zizishausen	DE		0	Europe/Berlin	48.64119	9.34825				01	081	08116	08116049
2803985	Zizingen	zizingen	DE		0	Europe/Berlin	47.78614	7.61854				01	083	08315	08315074
2803986	Zizenhausen	zizenhausen	DE		0	Europe/Berlin	47.87405	9.00393		Zizenhausen		01	083	08335	08335079
2803987	Zixdorf	zixdorf	DE		0	Europe/Berlin	52.02614	12.68056				11	00	12069	12069485
2803989	Zitzschewig	zitzschewig	DE		0	Europe/Berlin	51.11888	13.60262		Zitzschewig		13	00	14627	14627210
2803990	Zitzschen	zitzschen	DE		0	Europe/Berlin	51.22064	12.2655		Zitzschen		13	00	14729	14729430
2803992	Zitz	zitz	DE		0	Europe/Berlin	52.32352	12.32002		Zitz		11	00	12069	12069537
2803993	Zittvitz	zittvitz	DE		0	Europe/Berlin	54.41724	13.46394				12	00	13073	13073010
2803994	Zittow	zittow	DE		0	Europe/Berlin	53.6778	11.52766				12	00	13076	13076082
2803996	Zitters	zitters	DE		0	Europe/Berlin	50.69956	10.01717		Zitters		15	00	16063	16063068
2803997	Zitterpenningshagen	zitterpenningshagen	DE		0	Europe/Berlin	54.25921	13.08858				12	00	13073	13073099
2803998	Zitterhuck	zitterhuck	DE		0	Europe/Berlin	51.55421	6.40921				07	051	05154	05154020
2804004	Zittenfelden	zittenfelden	DE		0	Europe/Berlin	49.60223	9.24789				02	096	09676	09676156
2804009	Ziswingen	ziswingen	DE		0	Europe/Berlin	48.78606	10.58704				02	097	09779	09779184
2804013	Zissenhof	zissenhof	DE		0	Europe/Berlin	49.7259	11.76715				02	093	09374	09374124
2804014	Zissenhausen	zissenhausen	DE		0	Europe/Berlin	53.6207	7.89192				06	00	03455	03455020
2804020	Zischkowitz	zischkowitz	DE		0	Europe/Berlin	51.204	14.28274		Ceskecy,Zischkowitz,Čěškecy		13	00	14625	14625150
2804021	Zischendorf	zischendorf	DE		0	Europe/Berlin	49.22014	10.25456				02	095	09571	09571145
2804023	Zirzevitz	zirzevitz	DE		0	Europe/Berlin	54.4167	13.48894				12	00	13073	13073010
2804027	Zirtow	zirtow	DE		0	Europe/Berlin	53.27035	12.90155				12	00	13071	13071159
2804028	Zirsen	zirsen	DE		0	Europe/Berlin	53.50399	8.40945				06	00	03461	03461007
2804031	Zirre	zirre	DE		0	Europe/Berlin	50.93333	7.55				07	053	05374	05374032
2804037	Zirnberg	zirnberg	DE		0	Europe/Berlin	49.07128	12.60192				02	092	09278	09278197
2804038	Zirmoisel	zirmoisel	DE		0	Europe/Berlin	54.5014	13.33806				12	00	13073	13073074
2804043	Zirkenreuth	zirkenreuth	DE		0	Europe/Berlin	49.95442	12.30623				02	093	09377	09377137
2804044	Zirkenbach	zirkenbach	DE		0	Europe/Berlin	50.5203	9.64359				05	066	06631	06631009
2804049	Zirkel	zirkel	DE		0	Europe/Berlin	50.60678	11.09114				15	00	16073	16073113
2804055	Zipsendorf	zipsendorf	DE		0	Europe/Berlin	51.05034	12.28382				14			
2804057	Zips	zips	DE		0	Europe/Berlin	49.7796	11.57753				02	094	09472	09472175
2804059	Zipplingen	zipplingen	DE		0	Europe/Berlin	48.92271	10.40586				01	081	08136	08136075
2804061	Zippfeld	zippfeld	DE		0	Europe/Berlin	53.85	11.38333				12	00	13074	13074003
2804062	Zippern	zippern	DE		0	Europe/Berlin	47.88284	9.49419				01	084	08436	08436032
2804063	Zippendorf	zippendorf	DE		0	Europe/Berlin	53.6031	11.46114				12	00	13004	13004000
2804066	Zippelsförde	zippelsfoerde	DE		0	Europe/Berlin	52.99283	12.89984		Zippelsfoerde,Zippelsförde		11	00	12068	12068320
2804068	Zippelow	zippelow	DE		0	Europe/Berlin	53.46281	13.12581				12	00	13071	13071066
2804073	Zipkeleben	zipkeleben	DE		0	Europe/Berlin	52.10381	11.7152				14	00	15003	15003000
2804074	Zipke	zipke	DE		0	Europe/Berlin	54.34295	12.77916				12	00	13073	13073043
2804078	Zipfen	zipfen	DE		0	Europe/Berlin	49.82978	8.91936				05	064	06432	06432017
2804089	Zinzenzell	zinzenzell	DE		0	Europe/Berlin	49.07753	12.57916		Zinzenzell		02	092	09278	09278197
2804090	Zinzendorf	zinzendorf	DE		0	Europe/Berlin	48.98277	12.47234				02	093	09375	09375210
2804091	Zintlhammer	zintlhammer	DE		0	Europe/Berlin	49.77761	11.92172				02	093	09374	09374149
2804093	Zinst	zinst	DE		0	Europe/Berlin	49.89737	11.92374				02	093	09377	09377133
2804094	Zinskenfehn	zinskenfehn	DE		0	Europe/Berlin	53.27067	7.72909				06	00	03457	03457020
2804096	Zinsershütten	zinsershuetten	DE		0	Europe/Berlin	49.65021	7.02929		Zinserhutten,Zinserhütten,Zinsershutten,Zinsershütten		08	00	07235	07235093
2804100	Zinse	zinse	DE		0	Europe/Berlin	51.00595	8.21136				07	059	05970	05970012
2804101	Zinsdorf	zinsdorf	DE		0	Europe/Berlin	51.54799	13.33337		Zinsdorf		11	00	12062	12062500
2804106	Zinow	zinow	DE		0	Europe/Berlin	53.3622	13.1718				12	00	13071	13071025
2804107	Zinnwald-Georgenfeld	zinnwald-georgenfeld	DE		0	Europe/Berlin	50.73708	13.76553				13	00	14628	14628010
2804108	Zinnwald	zinnwald	DE		0	Europe/Berlin	50.73579	13.76323		Cinvald		13	00	14628	14628010
2804109	Ostseebad Zinnowitz	ostseebad-zinnowitz	DE		3736	Europe/Berlin	54.07668	13.91127		Ostseebad Zinnowitz,Zinnowitz		12	00	13075	13075151
2804112	Zinnitz	zinnitz	DE		0	Europe/Berlin	51.79195	13.84812		Synjence,Synjeńce,Zinnitz		11	00	12066	12066052
2804113	Zinneberg	zinneberg	DE		0	Europe/Berlin	47.99366	11.8818				02	091	09175	09175121
2804115	Zinnberg	zinnberg	DE		0	Europe/Berlin	50.9152	12.6887				13	00	14522	14522460
2804116	Zinnberg	zinnberg	DE		0	Europe/Berlin	50.44609	12.51366				13	00	14523	14523245
2804126	Zinklmiltach	zinklmiltach	DE		0	Europe/Berlin	48.39349	11.58043				02	091	09178	09178137
2804127	Zinken	zinken	DE		0	Europe/Berlin	48.13549	7.97072		Zinken,Zinkle		01	083	08316	08316014
2804128	Zinkenried	zinkenried	DE		0	Europe/Berlin	49.00821	13.05588				02	092	09276	09276143
2804131	Zinken	zinken	DE		0	Europe/Berlin	48.10201	8.01013				01	083	08316	08316056
2804133	Zinhain	zinhain	DE		0	Europe/Berlin	50.64385	7.92775				08	00	07143	07143206
2804138	Zingsheim	zingsheim	DE		0	Europe/Berlin	50.51105	6.65544		Zingsheim		07	053	05366	05366032
2804142	Zindelstein	zindelstein	DE		0	Europe/Berlin	47.98644	8.38366				01	083	08326	08326012
2804143	Zimpel-Tauer	zimpel-tauer	DE		0	Europe/Berlin	51.31667	14.63333				13	00	14626	14626060
2804144	Zimpel	zimpel	DE		0	Europe/Berlin	51.32603	14.61339		Cympl,Zimpel		13	00	14626	14626060
2804145	Zimmritz	zimmritz	DE		0	Europe/Berlin	50.85657	11.49942				15	00	16074	16074057
2804149	Zimmert	zimmert	DE		0	Europe/Berlin	54.5604	9.86374				10	00	01058	01058137
2804151	Zimmersrode	zimmersrode	DE		0	Europe/Berlin	51.00803	9.22639				05	066	06634	06634016
2804153	Zimmerseifen	zimmerseifen	DE		0	Europe/Berlin	50.99674	7.64759		Zimmerseifen		07	053	05374	05374040
2804154	Zimmersdorf	zimmersdorf	DE		0	Europe/Berlin	49.15559	10.48667		Zimmersdorf		02	095	09571	09571223
2804173	Zimmering	zimmering	DE		0	Europe/Berlin	49.1626	12.48258				02	093	09372	09372153
2804174	Zimmerholz	zimmerholz	DE		0	Europe/Berlin	47.86801	8.74055		Zimmerholz		01	083	08335	08335022
2804175	Zimmerhof	zimmerhof	DE		0	Europe/Berlin	49.25103	9.11926		Zimmerhof		01	081	08125	08125006
2804181	Zimmerberg	zimmerberg	DE		0	Europe/Berlin	48.94984	9.97065				01	081	08136	08136002
2804182	Zimmerberg	zimmerberg	DE		0	Europe/Berlin	47.7	9.9				01	084	08436	08436094
2804183	Zimmerberg	zimmerberg	DE		0	Europe/Berlin	47.66146	9.6072				01	084	08435	08435057
2804200	Zimmerbach	zimmerbach	DE		0	Europe/Berlin	48.86117	9.77632				01	081	08136	08136015
2804201	Zimmerau	zimmerau	DE		0	Europe/Berlin	50.26107	10.58709				02	096	09673	09673172
2804202	Zimmerau	zimmerau	DE		0	Europe/Berlin	48.96315	13.23312				02	092	09276	09276139
2804203	Zimmerau	zimmerau	DE		0	Europe/Berlin	47.65373	12.14075				02	091	09187	09187157
2804204	Zimkendorf	zimkendorf	DE		0	Europe/Berlin	54.28492	12.96758				12	00	13073	13073061
2804209	Zilsdorf	zilsdorf	DE		0	Europe/Berlin	50.27923	6.73602				08	00	07233	07233080
2804211	Zillofen	zillofen	DE		0	Europe/Berlin	48.36897	11.41261				02	091	09174	09174151
2804213	Zillishausen	zillishausen	DE		0	Europe/Berlin	48.13363	9.94253				01	084	08426	08426135
2804215	Zilling	zilling	DE		0	Europe/Berlin	48.78328	13.08529				02	092	09271	09271125
2804219	Zillhausen	zillhausen	DE		0	Europe/Berlin	48.2556	8.9233				01	084	08417	08417002
2804220	Zillhardtshof	zillhardtshof	DE		0	Europe/Berlin	48.87115	9.32859				01	081	08119	08119079
2804222	Zillham	zillham	DE		0	Europe/Berlin	47.98526	12.26922				02	091	09187	09187173
2804223	Zillendorf	zillendorf	DE		0	Europe/Berlin	49.35088	12.66776				02	093	09372	09372171
2804224	Zillenberg	zillenberg	DE		0	Europe/Berlin	48.29353	11.07011				02	097	09771	09771160
2804225	Zillbeck	zillbeck	DE		0	Europe/Berlin	52.38405	11.16769				14	00	15083	15083411
2804227	Zillbach	zillbach	DE		0	Europe/Berlin	50.70574	10.29759				15	00	16066	16066064
2804228	Zillbach	zillbach	DE		0	Europe/Berlin	50.4281	9.72239				05	066	06631	06631006
2804229	Zilgendorf	zilgendorf	DE		0	Europe/Berlin	50.16821	10.96393				02	094	09478	09478165
2804230	Zilchenricht	zilchenricht	DE		0	Europe/Berlin	49.38718	12.18143				02	093	09376	09376163
2804231	Ziggelmark	ziggelmark	DE		0	Europe/Berlin	53.50741	11.04968				12	00	13076	13076152
2804241	Zifling	zifling	DE		0	Europe/Berlin	49.23713	12.67909				02	093	09372	09372175
2804243	Ziezow	ziezow	DE		0	Europe/Berlin	52.13957	12.71811				11	00	12069	12069474
2804244	Zieverich	zieverich	DE		0	Europe/Berlin	50.95107	6.62446				07	053	05362	05362008
2804247	Zietsch	zietsch	DE		0	Europe/Berlin	51.31667	13.9				13	00	14625	14625370
2804248	Zietlitz	zietlitz	DE		0	Europe/Berlin	53.63283	12.34812				12	00	13072	13072026
2804249	Zietlitz	zietlitz	DE		0	Europe/Berlin	53.57137	11.54651				12	00	13076	13076133
2804251	Ziethnitz	ziethnitz	DE		0	Europe/Berlin	52.82489	11.12733				14	00	15081	15081455
2804257	Zietensaue	zietensaue	DE		0	Europe/Berlin	52.76196	12.46279				11	00	12068	12068109
2804258	Zietenhof	zietenhof	DE		0	Europe/Berlin	51.5682	12.90404				13	00	14730	14730100
2804264	Zießau	ziessau	DE		0	Europe/Berlin	52.90138	11.4676		Ziessau,Zießau		14	00	15081	15081030
2804265	Zieslübbe	ziesluebbe	DE		0	Europe/Berlin	53.47211	11.7758				12	00	13076	13076035
2804269	Zieselsmaar	zieselsmaar	DE		0	Europe/Berlin	50.83333	6.78333				07	053	05362	05362020
2804277	Zieschütz	zieschuetz	DE		0	Europe/Berlin	51.1764	14.48357		Cyzecy,Cyžecy		13	00	14625	14625290
2804284	Zierstorf	zierstorf	DE		0	Europe/Berlin	53.80233	12.46326				12	00	13072	13072038
2804286	Zierolshofen	zierolshofen	DE		0	Europe/Berlin	48.60864	7.90481		Zierolshofen		01	083	08317	08317057
2804290	Zierling	zierling	DE		0	Europe/Berlin	49.06211	12.7432				02	092	09278	09278178
2804293	Zierke	zierke	DE		0	Europe/Berlin	53.37534	13.04773				12	00	13071	13071110
2804294	Zieritz	zieritz	DE		0	Europe/Berlin	53.06827	10.79744				06	00	03360	03360022
2804295	Ziering	ziering	DE		0	Europe/Berlin	48.60579	13.65084				02	092	09275	09275153
2804298	Zierbach	zierbach	DE		0	Europe/Berlin	48.96995	13.0461				02	092	09276	09276146
2804299	Zierau	zierau	DE		0	Europe/Berlin	52.7533	11.31599				14	00	15081	15081240
2804304	Zienken	zienken	DE		0	Europe/Berlin	47.84283	7.5773				01	083	08315	08315076
2804307	Zienau	zienau	DE		0	Europe/Berlin	52.51728	11.42747				14	00	15081	15081135
2804311	Ziemkendorf	ziemkendorf	DE		0	Europe/Berlin	53.3199	14.01778				11	00	12073	12073458
2804312	Ziemitz	ziemitz	DE		0	Europe/Berlin	54.02005	13.77546				12	00	13075	13075124
2804316	Zielow	zielow	DE		0	Europe/Berlin	53.35491	12.68921				12	00	13071	13071176
2804317	Ziellechen	ziellechen	DE		0	Europe/Berlin	47.90415	12.15573				02	091	09187	09187181
2804319	Zielheim	zielheim	DE		0	Europe/Berlin	49.27266	12.10305				02	093	09376	09376161
2804320	Zielfingen	zielfingen	DE		0	Europe/Berlin	48.0401	9.27847				01	084	08437	08437076
2804322	Zielberg	zielberg	DE		0	Europe/Berlin	48.74566	13.70647				02	092	09272	09272129
2804325	Ziehring	ziehring	DE		0	Europe/Berlin	49.18335	12.51411				02	093	09372	09372153
2804329	Ziegwebersberg	ziegwebersberg	DE		0	Europe/Berlin	51.11796	7.00446				07	053	05378	05378016
2804330	Ziegra	ziegra	DE		0	Europe/Berlin	51.10429	13.05739		Zeigra,Ziegra		13	00	14522	14522080
2804331	Ziegolz	ziegolz	DE		0	Europe/Berlin	47.92981	9.85404				01	084	08436	08436010
2804333	Zieglstadl	zieglstadl	DE		0	Europe/Berlin	48.86788	12.89406				02	092	09271	09271140
2804334	Zieglstadl	zieglstadl	DE		0	Europe/Berlin	48.69195	12.12944				02	092	09274	09274141
2804335	Zieglreuth	zieglreuth	DE		0	Europe/Berlin	48.6046	11.90852				02	092	09274	09274165
2804337	Zieglhof	zieglhof	DE		0	Europe/Berlin	49.06813	11.96754				02	093	09375	09375184
2804340	Zieglertal	zieglertal	DE		0	Europe/Berlin	51.08973	14.51002		Zieglertal		13	00	14625	14625090
2804347	Ziegler	ziegler	DE		0	Europe/Berlin	48	10.36667				02	097	09778	09778196
2804354	Ziegetsdorf	ziegetsdorf	DE		0	Europe/Berlin	48.99554	12.07264				02	093	09362	09362000
2804357	Ziegerhof	ziegerhof	DE		0	Europe/Berlin	48.77087	9.75339				01	081	08136	08136065
2804368	Ziegenrück	ziegenrueck	DE		784	Europe/Berlin	50.60754	11.64983		Cigenrik,Cigenrjuk,Ziegenruck,Ziegenrueck,Ziegenrück,qi gen lu ke,tsyghnrwk,tsygnbrg,Цигенрик,Цигенрюк,تسيغنروك,تسیگنبرگ,齐根吕克		15	00	16075	16075127
2804374	Ziegenkrug	ziegenkrug	DE		0	Europe/Berlin	54.11667	12.01667				12	00	13072	13072064
2804381	Ziegenhocken	ziegenhocken	DE		0	Europe/Berlin	52.54908	8.97852				06	00	03256	03256030
2804383	Ziegenhardt	ziegenhardt	DE		0	Europe/Berlin	50.85976	7.5594		Ziegenhardt		07	053	05374	05374044
2804385	Ziegenhals	ziegenhals	DE		0	Europe/Berlin	52.35454	13.67336		Ziegenhals		11	00	12061	12061260
2804392	Ziegenhahn	ziegenhahn	DE		0	Europe/Berlin	50.67551	7.52639				08	00	07132	07132119
2804393	Ziegenhagen	ziegenhagen	DE		0	Europe/Berlin	52.72445	11.77857				14	00	15090	15090435
2804394	Ziegenhagen	ziegenhagen	DE		0	Europe/Berlin	51.36647	9.75755		Ziegenhagen		05	066	06636	06636016
2804401	Ziegenburg	ziegenburg	DE		0	Europe/Berlin	50.11112	11.65146				02	094	09477	09477139
2804405	Ziegenberg	ziegenberg	DE		0	Europe/Berlin	52.04649	10.01322				06	00	03254	03254005
2804406	Ziegenberg	ziegenberg	DE		0	Europe/Berlin	51.36667	9.76667				05	066	06636	06636016
2804407	Ziegenberg	ziegenberg	DE		0	Europe/Berlin	50.36628	8.63195		Langenhain-Ziegenberg,Ziegenberg		05	064	06440	06440018
2804452	Ziegenbach	ziegenbach	DE		0	Europe/Berlin	49.69823	10.3643				02	095	09575	09575144
2804453	Ziegelwiese	ziegelwiese	DE		0	Europe/Berlin	51.32042	8.40439				07	059	05958	05958008
2804455	Ziegelweiler	ziegelweiler	DE		0	Europe/Berlin	48.44161	10.007				01	084	08421	08421000
2804457	Ziegelwasen	ziegelwasen	DE		0	Europe/Berlin	48.23333	8.85				01	084	08417	08417002
2804461	Ziegelviehbig	ziegelviehbig	DE		0	Europe/Berlin	50.88333	14.76667				13	00	14626	14626400
2804464	Ziegelstein	ziegelstein	DE		0	Europe/Berlin	49.48675	11.10254				02	095	09564	09564000
2804465	Ziegelstadl	ziegelstadl	DE		0	Europe/Berlin	47.93308	11.09027				02	091	09181	09181114
2804466	Ziegelstadel	ziegelstadel	DE		0	Europe/Berlin	48.31667	12.28333				02	091	09183	09183114
2804467	Ziegelstadel	ziegelstadel	DE		0	Europe/Berlin	48.15034	11.83476				02	091	09175	09175111
2804468	Ziegelstadel	ziegelstadel	DE		0	Europe/Berlin	48.06667	9.93333				01	084	08426	08426087
2804471	Ziegelsham	ziegelsham	DE		0	Europe/Berlin	48.2639	12.31829				02	091	09183	09183138
2804474	Ziegelsdorf	ziegelsdorf	DE		0	Europe/Berlin	52.26374	11.98004				14	00	15086	15086140
2804475	Ziegelsdorf	ziegelsdorf	DE		0	Europe/Berlin	50.19267	10.92991				02	094	09473	09473170
2804478	Ziegelscheune	ziegelscheune	DE		0	Europe/Berlin	51.55204	13.48745				11	00	12062	12062024
2804479	Ziegelscheune	ziegelscheune	DE		0	Europe/Berlin	51.51667	13.75				11	00	12066	12066176
2804482	Ziegelsambach	ziegelsambach	DE		0	Europe/Berlin	49.7746	10.58015		Ziegelsambach		02	094	09471	09471220
2804483	Ziegelrode	ziegelrode	DE		0	Europe/Berlin	51.55251	11.46557				14	00	15087	15087010
2804486	Zieglreuth	zieglreuth	DE		0	Europe/Berlin	48.59879	13.50476				02	092	09262	09262000
2804487	Ziegelreuth	ziegelreuth	DE		0	Europe/Berlin	47.94412	12.11397				02	091	09187	09187142
2804488	Ziegelplatz	ziegelplatz	DE		0	Europe/Berlin	47.85	7.78333				01	083	08315	08315130
2804491	Ziegelnöbach	ziegelnobach	DE		0	Europe/Berlin	48.4772	11.45194				02	091	09186	09186151
2804494	Ziegelkamp	ziegelkamp	DE		0	Europe/Berlin	53.6807	9.16217				06	00	03352	03352022
2804495	Ziegelkamp	ziegelkamp	DE		0	Europe/Berlin	53.51667	10.26667				10	00	01062	01062060
2804496	Ziegelhütten	ziegelhutten	DE		0	Europe/Berlin	50.37426	11.9693				02	094	09475	09475182
2804497	Ziegelhütten	ziegelhutten	DE		0	Europe/Berlin	50.12011	11.4427				02	094	09477	09477128
2804499	Ziegelhütte	ziegelhuette	DE		0	Europe/Berlin	50.43469	9.8928				05	066	06631	06631010
2804501	Ziegelhütte	ziegelhuette	DE		0	Europe/Berlin	50.33333	9.38333				05	064	06435	06435002
2804502	Ziegelhütte	ziegelhuette	DE		0	Europe/Berlin	50.28333	9.58333				05	064	06435	06435027
2804503	Ziegelhütte	ziegelhutte	DE		0	Europe/Berlin	49.99161	12.06628				02	094	09479	09479136
2804504	Ziegelhütte	ziegelhutte	DE		0	Europe/Berlin	49.48893	12.15011				02	093	09376	09376153
2804505	Ziegelhütte	ziegelhutte	DE		0	Europe/Berlin	49.39988	11.35042		Ziegelhutte,Ziegelhütte		02	095	09574	09574112
2804506	Ziegelhütte	ziegelhutte	DE		0	Europe/Berlin	49.36667	12.4		Ziegelhutte,Ziegelhütte		02	093	09376	09376147
2804507	Ziegelhütte	ziegelhutte	DE		0	Europe/Berlin	49.28381	10.28412				02	095	09571	09571198
2804508	Ziegelhütte	ziegelhutte	DE		0	Europe/Berlin	48.46667	9.86667				01	084	08425	08425141
2804509	Ziegelhütte	ziegelhutte	DE		0	Europe/Berlin	48.40685	8.66933				01	082	08237	08237040
2804522	Ziegelhof	ziegelhof	DE		0	Europe/Berlin	53.0969	11.45158				11	00	12070	12070244
2804523	Ziegelhof	ziegelhof	DE		0	Europe/Berlin	48.01565	9.54109				01	084	08437	08437100
2804524	Ziegelhof	ziegelhof	DE		0	Europe/Berlin	47.85	7.71667				01	083	08315	08315008
2804550	Ziegelheide	ziegelheide	DE		0	Europe/Berlin	51.37133	6.38401				07	051	05166	05166012
2804551	Ziegelhäuser	ziegelhauser	DE		0	Europe/Berlin	48.40039	9.48811				01	084	08415	08415053
2804554	Ziegelhausen	ziegelhausen	DE		0	Europe/Berlin	49.42317	8.75398		Ziegelhausen		01	082	08221	08221000
2804555	Ziegelhaus	ziegelhaus	DE		0	Europe/Berlin	49.2706	10.30016				02	095	09571	09571137
2804556	Ziegelhaus	ziegelhaus	DE		0	Europe/Berlin	47.63333	9.53333				01	084	08435	08435013
2804560	Ziegelerden	ziegelerden	DE		0	Europe/Berlin	50.23172	11.30613				15			
2804566	Ziegelei	ziegelei	DE		0	Europe/Berlin	52.78333	11.36667				14	00	15081	15081030
2804568	Ziegelbronn	ziegelbronn	DE		0	Europe/Berlin	49.09127	9.57696				01	081	08127	08127052
2804570	Ziegelberg	ziegelberg	DE		0	Europe/Berlin	51.08333	14.25				13	00	14625	14625530
2804571	Ziegelberg	ziegelberg	DE		0	Europe/Berlin	48.40328	11.45002				02	091	09174	09174136
2804572	Ziegelberg	ziegelberg	DE		0	Europe/Berlin	47.85994	10.2469		Ziegelberg		02	097	09778	09778144
2804598	Ziegelbach	ziegelbach	DE		0	Europe/Berlin	47.89024	9.86342		Ziegelbach		01	084	08436	08436010
2804600	Ziegelanger	ziegelanger	DE		0	Europe/Berlin	49.99979	10.61638				02	096	09674	09674221
2804602	Ziegel	ziegel	DE		0	Europe/Berlin	50.51037	9.66522				05	066	06631	06631009
2804603	Zieflesberg	zieflesberg	DE		0	Europe/Berlin	48.76739	8.43686				01	082	08235	08235033
2804604	Zieckau	zieckau	DE		0	Europe/Berlin	51.89307	13.64416				11	00	12061	12061320
2804605	Ziebigk	ziebigk	DE		0	Europe/Berlin	51.85011	12.21747		Dessau-Ziebigk,Ziebigk		14	00	15001	15001000
2804606	Ziebigk	ziebigk	DE		0	Europe/Berlin	51.70779	12.08225				14	00	15082	15082377
2804610	Ziebach	ziebach	DE		0	Europe/Berlin	50.94305	9.88427				05	066	06632	06632017
2804611	Ziddorf	ziddorf	DE		0	Europe/Berlin	53.67241	12.54313				12	00	13072	13072023
2804612	Zidderich	zidderich	DE		0	Europe/Berlin	53.60002	12.01692				12	00	13076	13076135
2804613	Zickra	zickra	DE		0	Europe/Berlin	50.7458	12.13206				15	00	16076	16076004
2804614	Zickra	zickra	DE		0	Europe/Berlin	50.66399	11.90815				13			
2804623	Zicker	zicker	DE		0	Europe/Berlin	54.25182	13.39026				12	00	13073	13073027
2804625	Zichtow	zichtow	DE		0	Europe/Berlin	52.92241	12.19538				11	00	12070	12070302
2804631	Zicherie	zicherie	DE		0	Europe/Berlin	52.57052	10.9364				06	00	03151	03151005
2804632	Zibühl	zibuehl	DE		0	Europe/Berlin	53.79351	11.99173				12	00	13072	13072028
2804634	Zibberick	zibberick	DE		0	Europe/Berlin	52.37355	11.77086				14	00	15083	15083030
2804635	Ziallerns	ziallerns	DE		0	Europe/Berlin	53.64795	7.87479				06	00	03455	03455020
2804637	Zeyern	zeyern	DE		0	Europe/Berlin	50.26526	11.40853				02	094	09476	09476183
2804638	Zewen-Oberkirch	zewen-oberkirch	DE		0	Europe/Berlin	49.71667	6.58333				08	00	07211	07211000
2804639	Zewen	zewen	DE		0	Europe/Berlin	49.71985	6.57681				08	00	07211	07211000
2804643	Zeuzleben	zeuzleben	DE		0	Europe/Berlin	49.97583	10.07687				02	096	09678	09678193
2804644	Zeutsch	zeutsch	DE		0	Europe/Berlin	50.75353	11.50382				15	00	16073	16073109
2804647	Zeutern	zeutern	DE		0	Europe/Berlin	49.17615	8.6747		Zeutern		01	082	08215	08215084
2804650	Zeust	zeust	DE		0	Europe/Berlin	52.13335	14.26853				11	00	12067	12067137
2804652	Zeunitz	zeunitz	DE		0	Europe/Berlin	51.2158	12.81189		Zeunitz		13	00	14729	14729160
2804653	Zeulsdorf	zeulsdorf	DE		0	Europe/Berlin	50.84193	12.04795		Zeulsdorf		15	00	16052	16052000
2804655	Zeulenreuth	zeulenreuth	DE		0	Europe/Berlin	49.88105	11.76932				02	094	09472	09472190
2804657	Zeughaus	zeughaus	DE		0	Europe/Berlin	50.44161	12.50224				13	00	14523	14523245
2804659	Zeuendorf	zeuendorf	DE		0	Europe/Berlin	51.64899	12.03567				14	00	15082	15082440
2804662	Zeuden	zeuden	DE		0	Europe/Berlin	52.0257	12.73994				11	00	12069	12069632
2804663	Zeuckritz	zeuckritz	DE		0	Europe/Berlin	51.39075	13.06049		Bucha-Zeuckritz,Zeuckritz		13	00	14730	14730050
2804665	Zeublitz	zeublitz	DE		0	Europe/Berlin	50.13598	11.20056				02	094	09478	09478111
2804666	Zeubelried	zeubelried	DE		0	Europe/Berlin	49.68762	10.08579				02	096	09679	09679170
2804668	Zeubach	zeubach	DE		0	Europe/Berlin	49.84706	11.37222				02	094	09472	09472197
2804669	Zetzsch	zetzsch	DE		0	Europe/Berlin	51.16328	12.10877				14	00	15084	15084235
2804670	Zettweil	zettweil	DE		0	Europe/Berlin	51.00089	12.25404				14	00	15084	15084590
2804672	Zettmeisel	zettmeisel	DE		0	Europe/Berlin	50.03611	11.58247				02	094	09477	09477119
2804673	Zettmannsdorf	zettmannsdorf	DE		0	Europe/Berlin	49.86665	10.6556		Zettmannsdorf		02	094	09471	09471186
2804680	Zettlarsgrün	zettlarsgruen	DE		0	Europe/Berlin	50.37022	12.03055				13	00	14523	14523060
2804682	Zettl	zettl	DE		0	Europe/Berlin	48.22996	12.18014				02	091	09177	09177115
2804683	Zettisch	zettisch	DE		0	Europe/Berlin	49.24076	12.84381				02	093	09372	09372151
2804685	Zetteritz	zetteritz	DE		0	Europe/Berlin	51.02283	12.88073				13	00	14522	14522120
2804687	Zettelsdorf	zettelsdorf	DE		0	Europe/Berlin	49.87661	10.76474		Zettelsdorf		02	094	09471	09471208
2804689	Zetta	zetta	DE		0	Europe/Berlin	51.1156	13.33667				13	00	14627	14627180
2804690	Zetschdorf	zetschdorf	DE		0	Europe/Berlin	51.00305	12.1407				14	00	15084	15084207
2804693	Zethau	zethau	DE		0	Europe/Berlin	50.7764	13.38339		Zethau		13	00	14522	14522390
2804698	Zessmannsrieth	zessmannsrieth	DE		0	Europe/Berlin	49.6601	12.27126				02	093	09374	09374162
2804699	Zessin	zessin	DE		0	Europe/Berlin	54.52613	13.31302				12	00	13073	13073059
2804700	Zessau	zessau	DE		0	Europe/Berlin	49.79425	11.92242				02	093	09374	09374148
2804701	Zeselberg	zeselberg	DE		0	Europe/Berlin	49.33946	7.60479				08	00	07340	07340055
2804703	Zeschwitz	zeschwitz	DE		0	Europe/Berlin	51.19276	12.92644				13	00	14522	14522310
2804704	Zeschnig	zeschnig	DE		0	Europe/Berlin	50.99388	14.08696				13	00	14628	14628190
2804706	Zescha	zescha	DE		0	Europe/Berlin	51.28785	14.31982		Sesow,Šešow		13	00	14625	14625360
2804707	Zesch	zesch	DE		0	Europe/Berlin	52.11465	13.52263				11	00	12072	12072477
2804708	Zerzabelshof	zerzabelshof	DE		0	Europe/Berlin	49.44853	11.12542				02	095	09564	09564000
2804711	Zersen	zersen	DE		0	Europe/Berlin	52.18183	9.29581				06	00	03252	03252007
2804716	Zerre	zerre	DE		0	Europe/Berlin	51.53002	14.38485		Dretwja,Drětwja,Zerre		13	00	14625	14625570
2804727	Zernin	zernin	DE		0	Europe/Berlin	53.79516	11.92855				12	00	13072	13072104
2804728	Zernikow	zernikow	DE		0	Europe/Berlin	52.9656	12.07689				11	00	12070	12070302
2804730	Zernickow	zernickow	DE		0	Europe/Berlin	53.39404	13.73814				11	00	12073	12073429
2804731	Zernikow	zernikow	DE		0	Europe/Berlin	53.09103	13.09381		Zernickow		11	00	12065	12065117
2804732	Zernickow	zernickow	DE		0	Europe/Berlin	52.52186	14.37964				11	00	12064	12064448
2804734	Zerna	zerna	DE		0	Europe/Berlin	51.28133	14.23751		Sernjany		13	00	14625	14625500
2804736	Zermützel	zermuetzel	DE		0	Europe/Berlin	53.00626	12.83358				11	00	12068	12068320
2804737	Zermüllen	zermuellen	DE		0	Europe/Berlin	50.29984	6.91807				08	00	07233	07233218
2804740	Zerkwitz	zerkwitz	DE		0	Europe/Berlin	51.86181	13.93015		Cerkwica,Zerkwitz		11	00	12066	12066196
2804741	Zerkall	zerkall	DE		0	Europe/Berlin	50.69232	6.45141		Zerkall		07	053	05358	05358016
2804742	Zerhusen	zerhusen	DE		0	Europe/Berlin	52.65006	8.23043				06	00	03460	03460006
2804749	Zerben	zerben	DE		0	Europe/Berlin	52.35652	11.95124				14	00	15086	15086035
2804752	Zeppenheim	zeppenheim	DE		0	Europe/Berlin	51.3018	6.75771				07	051	05111	05111000
2804753	Zeppenfeld	zeppenfeld	DE		0	Europe/Berlin	50.78347	8.02667		Zeppenfeld		07	059	05970	05970036
2804754	Zeppelinheim	zeppelinheim	DE		0	Europe/Berlin	50.03538	8.61333		Zeppelinheim		05	064	06438	06438009
2804755	Zeppelindorf	zeppelindorf	DE		0	Europe/Berlin	47.66667	9.46667				01	084	08435	08435016
2804757	Zepfenhan	zepfenhan	DE		0	Europe/Berlin	48.19138	8.71409				01	083	08325	08325049
2804762	Zenzing	zenzing	DE		0	Europe/Berlin	49.18373	12.43631				02	093	09372	09372153
2804765	Zentendorf	zentendorf	DE		0	Europe/Berlin	51.28042	15.02895				13	00	14626	14626330
2804766	Zentbechhofen	zentbechhofen	DE		0	Europe/Berlin	49.76144	10.89398				02	095	09572	09572135
2804770	Zennhusen	zennhusen	DE		0	Europe/Berlin	54.27692	8.97505				10	00	01051	01051047
2804771	Zennewitz	zennewitz	DE		0	Europe/Berlin	51.18764	12.93011				13	00	14522	14522310
2804773	Zennern	zennern	DE		0	Europe/Berlin	51.10996	9.31324		Zennern		05	066	06634	06634025
2804776	Zenkenlohe	zenkenlohe	DE		0	Europe/Berlin	49.90101	11.7924				02	094	09472	09472156
2804778	Zengerott	zengerott	DE		0	Europe/Berlin	51.63491	7.89102				07	059	05915	05915000
2804779	Zengeröd	zengerod	DE		0	Europe/Berlin	49.43333	12.46667				02	093	09376	09376178
2804780	Zengermoos	zengermoos	DE		0	Europe/Berlin	48.27485	11.74747				02	091	09177	09177130
2804782	Zengerhof	zengerhof	DE		0	Europe/Berlin	49.63436	12.44847				02	093	09374	09374147
2804785	Zenching	zenching	DE		0	Europe/Berlin	49.24564	12.82379				02	093	09372	09372112
2804786	Zempow	zempow	DE		0	Europe/Berlin	53.20953	12.73436				11	00	12068	12068468
2804790	Zemmin	zemmin	DE		0	Europe/Berlin	53.92223	13.2593				12	00	13075	13075009
2804793	Zembschen	zembschen	DE		0	Europe/Berlin	51.14152	12.09397				14	00	15084	15084235
2804794	Zelz	zelz	DE		0	Europe/Berlin	51.61882	14.76073		Zeiz-Bahren,Zelz,Zelz-Bahren		11	00	12071	12071294
2804795	Zelz	zelz	DE		0	Europe/Berlin	49.27359	12.75974				02	093	09372	09372174
2804796	Zeltingen	zeltingen	DE		0	Europe/Berlin	49.95575	7.01432				08	00	07231	07231008
2804797	Zeltendorf	zeltendorf	DE		0	Europe/Berlin	49.18715	12.84877				02	093	09372	09372137
2804799	Zellwies	zellwies	DE		0	Europe/Berlin	47.8	11.46667				02	091	09173	09173134
2804801	Zell-Weierbach	zell-weierbach	DE		0	Europe/Berlin	48.47377	7.98337		Weierbach,Zell		01	083	08317	08317096
2804805	Zellsee	zellsee	DE		0	Europe/Berlin	47.86945	11.05844				02	091	09190	09190158
2804806	Zellschen	zellschen	DE		0	Europe/Berlin	51.09396	11.97352				14	00	15084	15084013
2804807	Zellrüglingen	zellruglingen	DE		0	Europe/Berlin	49.36187	10.61901				02	095	09571	09571217
2804809	Zelliner Loose	zelliner-loose	DE		0	Europe/Berlin	52.74196	14.33209				11	00	12064	12064274
2804811	Zellhub	zellhub	DE		0	Europe/Berlin	48.41252	12.78295				02	092	09277	09277116
2804816	Zellhausen	zellhausen	DE		0	Europe/Berlin	48.4245	11.75691		Zellhausen		02	091	09178	09178124
2804818	Zellewitz	zellewitz	DE		0	Europe/Berlin	51.64584	11.72398				14	00	15089	15089195
2804824	Zellershub	zellershub	DE		0	Europe/Berlin	48.19569	12.03847				02	091	09177	09177123
2804825	Zeller See	zeller-see	DE		0	Europe/Berlin	47.71667	8.98333				01			
2804829	Zeller Schweinegg	zeller-schweinegg	DE		0	Europe/Berlin	47.61445	10.56579				02	097	09777	09777125
2804831	Zellers	zellers	DE		0	Europe/Berlin	47.53616	9.96116				02	097	09776	09776121
2804834	Zellerreit	zellerreit	DE		0	Europe/Berlin	48.02627	12.14178				02	091	09187	09187164
2804840	Zellerhof	zellerhof	DE		0	Europe/Berlin	48	9.65				01	084	08426	08426014
2804850	Zelleracker	zelleracker	DE		0	Europe/Berlin	48.33151	8.4614				01	082	08237	08237002
2804854	Zellendorf	zellendorf	DE		0	Europe/Berlin	51.89311	13.06795		Zellendorf		11	00	12072	12072297
2804856	Zelle	zelle	DE		0	Europe/Berlin	50.58908	12.70877				13	00	14521	14521035
2804860	Zellberg	zellberg	DE		0	Europe/Berlin	52.38333	10.53333				06	00	03151	03151016
2804862	Zell an der Speck	zell-an-der-speck	DE		0	Europe/Berlin	48.80456	11.19983				02	091	09176	09176149
2804863	Zell an der Rot	zell-an-der-rot	DE		0	Europe/Berlin	48.02598	10.04107				01	084	08426	08426100
2804864	Zell am Neckar	zell-am-neckar	DE		0	Europe/Berlin	48.72506	9.35992		Zell		01	081	08116	08116019
2804868	Zell am Andelsbach	zell-am-andelsbach	DE		0	Europe/Berlin	47.96915	9.25967		Zell,Zell am Andelsbach		01	084	08437	08437088
2804880	Zell im Fichtelgebirge	zell-im-fichtelgebirge	DE		2275	Europe/Berlin	50.13532	11.82266		Cel im Fikhtelgebirge,Cel'-im-Fikhtel'gebirge,Cell',Zell,fei xi te er ge bi er ge shan lu ce er,zl aym fyshtl gbyrgh,Цел им Фихтелгебирге,Целль,Цель-ім-Фіхтельгебірге,زل ایم فیشتل گبیرگه,ツェル・イム・フィヒテルゲビルゲ,菲希特尔格比尔格山麓策尔		02	094	09475	09475189
2804924	Zeitlow	zeitlow	DE		0	Europe/Berlin	53.95396	13.11098				12	00	13075	13075082
2804929	Zeitldorf	zeitldorf	DE		0	Europe/Berlin	48.84376	12.87297				02	092	09271	09271132
2804938	Zeititz	zeititz	DE		0	Europe/Berlin	51.34593	12.66248		Altenbach-Zeititz,Zeititz		13	00	14729	14729030
2804942	Zeitenbach	zeitenbach	DE		0	Europe/Berlin	50.88333	7.91667				07	059	05970	05970016
2804943	Zeiten	zeiten	DE		0	Europe/Berlin	54.30782	13.31155				12	00	13073	13073065
2804945	Zeißigschenkriehbig	zeissigschenkriehbig	DE		0	Europe/Berlin	50.86667	14.76667				13	00	14626	14626400
2804946	Zeißig	zeissig	DE		0	Europe/Berlin	51.42366	14.27598		Cisk,Zeissig,Zeißig,Ćisk		13	00	14625	14625240
2804947	Zeißholz	zeissholz	DE		0	Europe/Berlin	51.38094	14.1467		Cisow,Ćisow		13	00	14625	14625030
2804948	Zeißau	zeissau	DE		0	Europe/Berlin	49.60814	12.20087				02	093	09374	09374146
2804950	Zeislhof	zeislhof	DE		0	Europe/Berlin	48.81049	12.26477				02	092	09278	09278144
2804962	Zeisholz	zeisholz	DE		0	Europe/Berlin	51.36926	13.89998				13	00	14625	14625550
2804963	Zeisertsweiler	zeisertsweiler	DE		0	Europe/Berlin	47.57653	9.7401				02	097	09776	09776126
2804964	Zeisenried	zeisenried	DE		0	Europe/Berlin	48.54529	10.78				02	097	09772	09772177
2804965	Zeisenbronn	zeisenbronn	DE		0	Europe/Berlin	49.69436	10.4721				02	095	09575	09575161
2804967	Zeisdorf	zeisdorf	DE		0	Europe/Berlin	51.24132	11.44388				14	00	15084	15084246
2804968	Zeischa	zeischa	DE		0	Europe/Berlin	51.50005	13.42434		Zeischa		11	00	12062	12062024
2804972	Zeinried	zeinried	DE		0	Europe/Berlin	49.49996	12.36057		Zeinried,Zeinrieth		02	093	09376	09376171
2804979	Zeilsheim	zeilsheim	DE		0	Europe/Berlin	50.1	8.5		Frankfurt-Zeilsheim		05	064	06412	06412000
2804981	Zeilling	zeilling	DE		0	Europe/Berlin	48.50652	12.75857				02	092	09277	09277111
2804982	Zeilitzheim	zeilitzheim	DE		0	Europe/Berlin	49.89846	10.27126		Zeilitzheim		02	096	09678	09678150
2804983	Zeiling	zeiling	DE		0	Europe/Berlin	48.44005	12.38306				02	092	09274	09274184
2804984	Zeiling	zeiling	DE		0	Europe/Berlin	48.13232	12.43199				02	091	09183	09183145
2804989	Zeilhofen	zeilhofen	DE		0	Europe/Berlin	48.28186	12.10697				02	091	09177	09177115
2804991	Zeilhard	zeilhard	DE		0	Europe/Berlin	49.84611	8.79162				05	064	06432	06432019
2804992	Zeilfeld	zeilfeld	DE		0	Europe/Berlin	50.41427	10.632				15	00	16069	16069062
2804993	Zeilern	zeilern	DE		0	Europe/Berlin	48.20763	11.92317				02	091	09177	09177135
2804997	Zeilding	zeilding	DE		0	Europe/Berlin	48.33333	12				02	091	09177	09177113
2805003	Zeilbach	zeilbach	DE		0	Europe/Berlin	50.63834	9.15331				05	065	06535	06535003
2805008	Zeil	zeil	DE		6016	Europe/Berlin	50.00986	10.5947		Zeil,Zeil am Main		02	096	09674	09674221
2805009	Zeil	zeil	DE		0	Europe/Berlin	48.5601	12.86902		Zeil		02	092	09277	09277111
2805012	Zieglbach	zieglbach	DE		0	Europe/Berlin	48.36469	11.10722		Zeiglbach		02	097	09771	09771122
2805013	Zeigerheim	zeigerheim	DE		0	Europe/Berlin	50.70101	11.29824				15	00	16073	16073005
2805017	Zeidelweide	zeidelweide	DE		0	Europe/Berlin	50.55	12.03333				13			
2805018	Zeickhorn	zeickhorn	DE		0	Europe/Berlin	50.22647	11.04382				02	094	09473	09473134
2805019	Zeichen	zeichen	DE		0	Europe/Berlin	50.94631	14.00723				13	00	14628	14628370
2805020	Zeicha	zeicha	DE		0	Europe/Berlin	51.2361	13.1113		Hohenwussen-Zeicha,Zeicha		13	00	14730	14730210
2805022	Zehringen	zehringen	DE		0	Europe/Berlin	51.76472	12.0234		Zehringen		14	00	15082	15082180
2805023	Zehrerhof	zehrerhof	DE		0	Europe/Berlin	48.85303	13.31376				02	092	09272	09272147
2805025	Zehrensdorf	zehrensdorf	DE		0	Europe/Berlin	52.16667	13.5		Zehrensdorf		11	00	12072	12072477
2805027	Zehren	zehren	DE		0	Europe/Berlin	52.8925	11.62494		Zehren		14	00	15081	15081030
2805028	Zehren	zehren	DE		0	Europe/Berlin	51.20172	13.40202		Zehren		13	00	14627	14627020
2805029	Zeholfing	zeholfing	DE		0	Europe/Berlin	48.68374	12.76091				02	092	09279	09279122
2805033	Zehntel	zehntel	DE		0	Europe/Berlin	50.80994	13.32825				13	00	14522	14522200
2805038	Zehnruthenplan	zehnruthenplan	DE		0	Europe/Berlin	52.4	13.28333				11	00	12069	12069616
2805040	Zehnmorgan	zehnmorgan	DE		0	Europe/Berlin	54.35	13.45				12	00	13073	13073070
2805047	Zehnebeck	zehnebeck	DE		0	Europe/Berlin	53.21379	14.04696				11	00	12073	12073225
2805051	Zehmitz	zehmitz	DE		0	Europe/Berlin	51.6595	12.11082				14	00	15082	15082377
2805053	Zehmigkau	zehmigkau	DE		0	Europe/Berlin	51.72973	12.09852				14	00	15082	15082377
2805054	Zehmen	zehmen	DE		0	Europe/Berlin	53.82645	11.03431				12	00	13074	13074027
2805055	Zehmen	zehmen	DE		0	Europe/Berlin	51.2305	12.4055				13	00	14729	14729040
2805057	Zehma	zehma	DE		0	Europe/Berlin	50.9246	12.44496		Zehma		15	00	16077	16077036
2805059	Zehlendorf	zehlendorf-bezirk	DE		58469	Europe/Berlin	52.43333	13.25		Berlin-Zehlendorf,Celendorf,Zehlendorf,zlndwrp,Целендорф,צלנדורף		16	00	11000	11000000
2805063	Zehista	zehista	DE		0	Europe/Berlin	50.93903	13.92556		Zehista		13	00	14628	14628270
2805071	Zehdorf	zehdorf	DE		0	Europe/Berlin	49.13792	10.34972				02	095	09571	09571145
2805078	Zegast	zegast	DE		0	Europe/Berlin	50.20462	11.64968				02	094	09477	09477117
2805079	Zeez	zeez	DE		0	Europe/Berlin	53.96309	12.14438				12	00	13072	13072116
2805082	Zeetze	zeetze	DE		0	Europe/Berlin	53.22633	10.98959				06	00	03355	03355049
2805083	Zeetze	zeetze	DE		0	Europe/Berlin	52.94476	11.01439				06	00	03354	03354016
2805089	Zeegendorf	zeegendorf	DE		0	Europe/Berlin	49.87373	11.06564		Zeegendorf		02	094	09471	09471195
2805090	Zedtwitz	zedtwitz	DE		0	Europe/Berlin	50.3607	11.90455		Zedtwitz		02	094	09475	09475123
2805092	Zedtlitz	zedtlitz	DE		0	Europe/Berlin	51.1034	12.5141		Zedtlitz		13	00	14729	14729050
2805097	Zedlig	zedlig	DE		0	Europe/Berlin	51.36887	14.77539		Sedlik,Zedlig		13	00	14626	14626370
2805098	Zedersitz	zedersitz	DE		0	Europe/Berlin	49.99151	11.29475				02	094	09477	09477164
2805099	Zedersdorf	zedersdorf	DE		0	Europe/Berlin	50.24777	11.15222				02	094	09473	09473166
2805101	Zeddenbach	zeddenbach	DE		0	Europe/Berlin	51.21667	11.75				14	00	15084	15084135
2805102	Zedau	zedau	DE		0	Europe/Berlin	52.79163	11.72204				14	00	15090	15090415
2805103	Zeckern	zeckern	DE		0	Europe/Berlin	49.69395	10.93637				02	095	09572	09572130
2805105	Zeckendorf	zeckendorf	DE		0	Europe/Berlin	49.95968	11.05877				02	094	09471	09471185
2805106	Zeckenberg	zeckenberg	DE		0	Europe/Berlin	49.96267	11.93783				02	093	09377	09377115
2805111	Zechow	zechow	DE		0	Europe/Berlin	53.05442	12.911				11	00	12068	12068353
2805114	Zechlinerhütte	zechlinerhuette	DE		0	Europe/Berlin	53.15593	12.87357				11	00	12068	12068353
2805115	Zechlin Dorf	zechlin-dorf	DE		0	Europe/Berlin	53.13904	12.78084		Dorf-Zechlin,Zechlin Dorf		11	00	12068	12068353
2805118	Zechiner Loose	zechiner-loose	DE		0	Europe/Berlin	52.62921	14.45217				11	00	12064	12064538
2805121	Zeche Waltrop	zeche-waltrop	DE		0	Europe/Berlin	51.61667	7.41667				07	055	05562	05562036
2805122	Zecherin	zecherin	DE		0	Europe/Berlin	54.07687	13.80932				12	00	13075	13075092
2805123	Zecherin	zecherin	DE		0	Europe/Berlin	53.85942	13.83702		Zecherin		12	00	13075	13075137
2805124	Zechenwihl	zechenwihl	DE		0	Europe/Berlin	47.57253	8.03063				01	083	08337	08337076
2805126	Zechenhäuser	zechenhaeuser	DE		0	Europe/Berlin	50.63333	11.46667				15	00	16073	16073111
2805127	Zechendorf	zechendorf	DE		0	Europe/Berlin	50.93518	13.21018				13	00	14522	14522430
2805128	Zechenbach	zechenbach	DE		0	Europe/Berlin	50.35372	12.398				13	00	14523	14523160
2805131	Zechau	zechau	DE		0	Europe/Berlin	51.0117	12.33267				15	00	16077	16077022
2805132	Zech	zech	DE		0	Europe/Berlin	50.32361	12.081				02	094	09475	09475161
2805134	Zebelin	zebelin	DE		0	Europe/Berlin	52.99247	11.01043				06	00	03354	03354024
2805136	Zazenhausen	zazenhausen	DE		0	Europe/Berlin	48.84074	9.19813				01	081	08111	08111000
2805137	Zävertitz	zaevertitz	DE		0	Europe/Berlin	51.20697	13.03557				13	00	14730	14730200
2805138	Zavelstein	zavelstein	DE		0	Europe/Berlin	48.69396	8.68907				01	082	08235	08235084
2805139	Zautendorf	zautendorf	DE		0	Europe/Berlin	49.44233	10.82051				02	095	09573	09573114
2805140	Zaußwitz	zausswitz	DE		0	Europe/Berlin	51.33853	13.1926				13	00	14730	14730170
2805141	Zauppenberg	zauppenberg	DE		0	Europe/Berlin	49.82023	11.37942		Zauppenberg		02	094	09472	09472111
2805142	Zaunswinkel	zaunswinkel	DE		0	Europe/Berlin	51.07894	6.88645				07	051	05158	05158026
2805145	Zaunröden	zaunroeden	DE		0	Europe/Berlin	51.33461	10.4872				15	00	16064	16064014
2805148	Zaunhaus	zaunhaus	DE		0	Europe/Berlin	50.73333	13.7				13	00	14628	14628010
2805150	Zaundorf	zaundorf	DE		0	Europe/Berlin	48.67583	13.16306				02	092	09275	09275127
2805160	Zaumberg	zaumberg	DE		0	Europe/Berlin	47.58453	10.19288				02	097	09780	09780124
2805161	Zaulsdorf	zaulsdorf	DE		0	Europe/Berlin	50.42044	12.23147				13	00	14523	14523230
2805162	Zaugendorf	zaugendorf	DE		0	Europe/Berlin	50.04871	10.87157				02	094	09471	09471174
2805163	Zaue	zaue	DE		0	Europe/Berlin	52.0402	14.1802				11	00	12061	12061450
2805164	Zauckerode	zauckerode	DE		0	Europe/Berlin	51.01535	13.63662		Zauckerode		13	00	14628	14628110
2805166	Zauchwitz	zauchwitz	DE		0	Europe/Berlin	52.21551	13.05213		Zauchwitz		11	00	12069	12069017
2805169	Zauche	zauche	DE		0	Europe/Berlin	51.92403	13.70223				11	00	12061	12061244
2805170	Zaubach	zaubach	DE		0	Europe/Berlin	49.70383	7.42916		Zaubach		08	00	07134	07134019
2805171	Zatzschke	zatzschke	DE		0	Europe/Berlin	50.98129	13.95727				13	00	14628	14628270
2805173	Zastler	zastler	DE		0	Europe/Berlin	47.92083	7.98929				01	083	08315	08315084
2805174	Zaßnitz	zassnitz	DE		0	Europe/Berlin	51.05	12.8				13	00	14522	14522490
2805175	Zasenbeck	zasenbeck	DE		0	Europe/Berlin	52.67272	10.85114				06	00	03151	03151040
2805176	Zaschwitz	zaschwitz	DE		0	Europe/Berlin	51.57462	11.80789				14	00	15088	15088216
2805177	Zaschwitz	zaschwitz	DE		0	Europe/Berlin	51.24528	12.83328		Grottewitz-Zaschwitz,Zaschwitz		13	00	14729	14729160
2805178	Zaschwitz	zaschwitz	DE		0	Europe/Berlin	51.17487	13.04363				13	00	14522	14522220
2805179	Zaschendorf	zaschendorf	DE		0	Europe/Berlin	53.69661	11.6044				12	00	13076	13076078
2805180	Zaschendorf	zaschendorf	DE		0	Europe/Berlin	51.15644	13.5096		Zaschendorf		13	00	14627	14627140
2805181	Zaschendorf	zaschendorf	DE		0	Europe/Berlin	51.11759	11.97927				14	00	15084	15084490
2805182	Zaschendorf	zaschendorf	DE		0	Europe/Berlin	51.01743	13.91391				13	00	14612	14612000
2805184	Zartwitz	zartwitz	DE		0	Europe/Berlin	53.37104	12.83924				12	00	13071	13071122
2805186	Zarten	zarten	DE		0	Europe/Berlin	47.97778	7.94963				01	083	08315	08315064
2805189	Zarrenzin	zarrenzin	DE		0	Europe/Berlin	54.43603	13.00163				12	00	13073	13073044
2805194	Zarrenthin	zarrenthin	DE		0	Europe/Berlin	53.93153	13.30187				12	00	13075	13075009
2805202	Zarow	zarow	DE		0	Europe/Berlin	53.68993	13.89747				12	00	13075	13075033
2805205	Zarnitz	zarnitz	DE		0	Europe/Berlin	54.01326	13.73461				12	00	13075	13075144
2805206	Zarnewenz	zarnewenz	DE		0	Europe/Berlin	53.89209	10.91447		Zarnewenz,Zarnewenz-Hof		12	00	13074	13074076
2805214	Zarnekla	zarnekla	DE		0	Europe/Berlin	54.00777	13.02189		Zanekla,Zarekla		12	00	13075	13075082
2805215	Zarnekau	zarnekau	DE		0	Europe/Berlin	54.13514	10.68676				10	00	01055	01055041
2805217	Zargelitz	zargelitz	DE		0	Europe/Berlin	54.38038	13.57142				12	00	13073	13073106
2805218	Zarfzow	zarfzow	DE		0	Europe/Berlin	53.9946	11.688				12	00	13072	13072022
2805219	Zarenthin	zarenthin	DE		0	Europe/Berlin	53.00131	12.21972				11	00	12070	12070149
2805220	Zarenthien	zarenthien	DE		0	Europe/Berlin	53.00172	10.87526				06	00	03360	03360018
2805221	Zarchlin	zarchlin	DE		0	Europe/Berlin	53.51837	12.22418				12	00	13076	13076006
2805224	Zappenburg	zappenburg	DE		0	Europe/Berlin	52.51667	10.6				06	00	03151	03151025
2805225	Zapkendorf	zapkendorf	DE		0	Europe/Berlin	53.84324	12.31736				12	00	13072	13072079
2805237	Zant	zant	DE		0	Europe/Berlin	49.37148	11.76842				02	093	09371	09371154
2805238	Zansham	zansham	DE		0	Europe/Berlin	48.07716	12.34446				02	091	09189	09189142
2805239	Zansebuhr	zansebuhr	DE		0	Europe/Berlin	54.32243	12.94593		Gross Zansebuhr,Groß Zansebuhr		12	00	13073	13073060
2805240	Zannau	zannau	DE		0	Europe/Berlin	47.68333	9.7				01	084	08435	08435042
2805245	Zanklau	zanklau	DE		0	Europe/Berlin	48.66871	12.68108				02	092	09279	09279122
2805250	Zankenhausen	zankenhausen	DE		0	Europe/Berlin	48.10231	11.10613		Zankenhausen		02	091	09179	09179149
2805251	Zankendorf	zankendorf	DE		0	Europe/Berlin	49.43234	12.33948		Zankendorf		02	093	09376	09376148
2805256	Zangenstein	zangenstein	DE		0	Europe/Berlin	49.39737	12.30753				02	093	09376	09376164
2805257	Zangenberg	zangenberg	DE		0	Europe/Berlin	51.07273	12.15432				14	00	15084	15084590
2805260	Zange	zange	DE		0	Europe/Berlin	50.793	7.19714		Zange		07	053	05382	05382060
2805262	Zang	zang	DE		0	Europe/Berlin	48.72732	10.07163				01	081	08135	08135025
2805266	Zandershagen	zandershagen	DE		0	Europe/Berlin	54.19654	12.92198				12	00	13073	13073076
2805269	Zand	zand	DE		0	Europe/Berlin	51.43412	6.26973				07	051	05154	05154052
2805270	Zamdorf	zamdorf	DE		0	Europe/Berlin	48.14181	11.64259				02	091	09162	09162000
2805271	Zallmsdorf	zallmsdorf	DE		0	Europe/Berlin	51.90211	12.83662				14	00	15091	15091391
2805272	Zaitzkofen	zaitzkofen	DE		0	Europe/Berlin	48.8363	12.21064		Zaitzkofen		02	093	09375	09375196
2805273	Zaitzkofen	zaitzkofen	DE		0	Europe/Berlin	48.5733	12.26376		Zaitzkofen		02	092	09274	09274111
2805274	Zaißing	zaissing	DE		0	Europe/Berlin	48.10973	12.02552				02	091	09175	09175137
2805275	Zaißberg	zaissberg	DE		0	Europe/Berlin	47.91318	12.14959				02	091	09187	09187181
2805278	Zaisertshofen	zaisertshofen	DE		0	Europe/Berlin	48.1212	10.54156		Zaisertshofen		02	097	09778	09778204
2805279	Zaisersweiher	zaisersweiher	DE		0	Europe/Berlin	49.0083	8.8606				01	082	08236	08236038
2805280	Zaisering	zaisering	DE		0	Europe/Berlin	47.90322	12.14826				02	091	09187	09187181
2805281	Zaisenhofen	zaisenhofen	DE		0	Europe/Berlin	47.77229	9.8943				01	084	08436	08436052
2805284	Zaiselham	zaiselham	DE		0	Europe/Berlin	48.06555	12.69008				02	091	09171	09171134
2805285	Zainingen	zainingen	DE		0	Europe/Berlin	48.48242	9.54652				01	084	08415	08415088
2805287	Zainhammer	zainhammer	DE		0	Europe/Berlin	49.97203	11.76705				02	094	09472	09472198
2805289	Zainen	zainen	DE		0	Europe/Berlin	48.76387	8.67867				01	082	08235	08235008
2805290	Zainach	zainach	DE		0	Europe/Berlin	47.99578	12.15071				02	091	09187	09187170
2805295	Zailach	zailach	DE		0	Europe/Berlin	49.34691	10.48147				02	095	09571	09571171
2805296	Zaiertshofen	zaiertshofen	DE		0	Europe/Berlin	48.20946	10.28664				02	097	09778	09778221
2805297	Zahsow	zahsow	DE		0	Europe/Berlin	51.76983	14.26325		Cazow,Kolkwitz-Zahsow,Zahsow		11	00	12071	12071244
2805299	Zähringen	zahringen	DE		0	Europe/Berlin	48.02329	7.86458		Wildtal-Zahringen,Wildtal-Zähringen		01	083	08311	08311000
2805300	Zähringen	zahringen	DE		0	Europe/Berlin	48.58816	9.98955				01	084	08425	08425005
2805301	Zahrensen	zahrensen	DE		0	Europe/Berlin	53.11352	9.76208		Zahrensen		06	00	03358	03358019
2805305	Zahrenholz	zahrenholz	DE		0	Europe/Berlin	52.64906	10.43597				06	00	03151	03151010
2805307	Zahren	zahren	DE		0	Europe/Berlin	53.52388	12.10178				12	00	13076	13076040
2805308	Zahren	zahren	DE		0	Europe/Berlin	53.48079	12.99099				12	00	13071	13071115
2805314	Zahmen	zahmen	DE		0	Europe/Berlin	50.51239	9.43277		Zahmen		05	065	06535	06535007
2805317	Zahling	zahling	DE		0	Europe/Berlin	48.42889	11.03579				02	097	09771	09771149
2805319	Mainz-Zahlbach	mainz-zahlbach	DE		0	Europe/Berlin	49.98625	8.25318				08	00	07315	07315000
2805320	Zahlbach	zahlbach	DE		0	Europe/Berlin	50.26684	9.99427		Zahlbach		02	096	09672	09672117
2805322	Zagkwitz	zagkwitz	DE		0	Europe/Berlin	50.89346	12.29605		Zagkwitz		15	00	16077	16077043
2805324	Zagelsdorf	zagelsdorf	DE		0	Europe/Berlin	51.88477	13.4568				11	00	12072	12072053
2805325	Zadrau	zadrau	DE		0	Europe/Berlin	53.04968	11.17447				06	00	03354	03354008
2805330	Zadels	zadels	DE		0	Europe/Berlin	47.90101	10.3865				02	097	09777	09777165
2805331	Zadel	zadel	DE		0	Europe/Berlin	51.19766	13.42669		Zadel		13	00	14627	14627020
2805332	Zäckwar	zaeckwar	DE		0	Europe/Berlin	51.1374	11.63458				14	00	15084	15084282
2805333	Zackmünde	zackmuende	DE		0	Europe/Berlin	52.00792	11.79221				14	00	15089	15089305
2805334	Zacking	zacking	DE		0	Europe/Berlin	47.86064	12.31402				02	091	09187	09187168
2805335	Zäckericker Loose	zaeckericker-loose	DE		0	Europe/Berlin	52.78143	14.22094				11	00	12064	12064371
2805341	Zachstorf	zachstorf	DE		0	Europe/Berlin	48.47112	13.22308				02	092	09275	09275124
2805347	Zachersdorf	zachersdorf	DE		0	Europe/Berlin	48.99689	12.66028				02	092	09278	09278134
2805353	Zachenöd	zachenod	DE		0	Europe/Berlin	48.5852	12.8365				02	092	09277	09277111
2805355	Zachariae	zachariae	DE		0	Europe/Berlin	53.88519	13.08049		Zachariae		12	00	13071	13071136
2805356	Zach	zach	DE		0	Europe/Berlin	47.6	11.46667				02	091	09173	09173131
2805371	Zaatzke	zaatzke	DE		0	Europe/Berlin	53.18762	12.40786				11	00	12068	12068181
2805372	Zaase	zaase	DE		0	Europe/Berlin	54.52199	13.2449				12	00	13073	13073092
2805373	Zaasch-Serbitz	zaasch-serbitz	DE		0	Europe/Berlin	51.55606	12.24578				13	00	14730	14730340
2805374	Zaasch	zaasch	DE		0	Europe/Berlin	51.55188	12.27385		Zaasch		13	00	14730	14730340
2805378	Zaacko	zaacko	DE		0	Europe/Berlin	51.86711	13.72684				11	00	12061	12061320
2805382	Yach	yach	DE		0	Europe/Berlin	48.159	8.09121		Yach		01	083	08316	08316010
2805383	Xyger	xyger	DE		0	Europe/Berlin	48.41802	11.18144				02	091	09174	09174111
2805391	Wyler	wyler	DE		0	Europe/Berlin	51.80561	5.96785		Wyler		07	051	05154	05154040
2805396	Wyk auf Föhr	wyk-auf-foehr	DE		4429	Europe/Berlin	54.6914	8.56702		A Wik,De Wyk,OHR,Vik auf Fer,Vik na Fer,Vik-auf-Fjor,Vyk,Wik,Wyck,Wyk,Wyk auf Foehr,Wyk auf Föhr,Wyk op Feer,fyk awf fwr,wei ke ao fu fu he er,wyk an dr fwr,Вик ауф Фер,Вик на Фер,Вик-ауф-Фёр,فيك آوف فور,ویک آن در فور,维克奥夫弗赫尔		10	00	01054	01054164
2805399	Wyhra	wyhra	DE		0	Europe/Berlin	51.0792	12.51396		Neukirchen-Wyhra,Wyhra		13	00	14729	14729050
2805400	Wyhl	wyhl	DE		3645	Europe/Berlin	48.16617	7.64917		Wyhl		01	083	08316	08316051
2805404	Wybelsum	wybelsum	DE		0	Europe/Berlin	53.35273	7.10778		Wybelsum		06	00	03402	03402000
2805405	Wüzelbrunn	wuzelbrunn	DE		0	Europe/Berlin	49.71285	12.31336				02	093	09374	09374121
2805408	Wutzschwitz	wutzschwitz	DE		0	Europe/Berlin	51.19744	13.14982				13	00	14522	14522450
2805411	Wutzlhofen	wutzlhofen	DE		0	Europe/Berlin	49.04825	12.12566				02	093	09362	09362000
2805412	Wutzldorf	wutzldorf	DE		0	Europe/Berlin	49.13392	12.34695				02	093	09372	09372169
2805414	Wutzetz	wutzetz	DE		0	Europe/Berlin	52.80344	12.58098				11	00	12063	12063088
2805415	Wutzelskühn	wutzelskuhn	DE		0	Europe/Berlin	49.33091	12.35003				02	093	09376	09376147
2805416	Wutscherogge	wutscherogge	DE		0	Europe/Berlin	52.13074	13.92649				11	00	12061	12061510
2805417	Wutschendorf	wutschendorf	DE		0	Europe/Berlin	53.31473	13.20504				12	00	13071	13071162
2805418	Wutschdorf	wutschdorf	DE		0	Europe/Berlin	49.48045	11.98377				02	093	09371	09371122
2805419	Wutöschingen	wutoeschingen	DE		6675	Europe/Berlin	47.66019	8.36755		Vuteshingen,Vutjoshingen,Wutoeschingen,Wutoschingen,Wutöschingen,wu te xin gen,Вутешинген,Вутёшинген,武特欣根	08337123	01	083	08337	08337123
2805422	Wuthenow	wuthenow	DE		0	Europe/Berlin	52.90885	12.83641				11	00	12068	12068320
2805423	Wutha	wutha	DE		0	Europe/Berlin	50.95481	10.39549		Wutha,Wutha-Farnroda		15	00	16063	16063092
2805425	Wüstwillenroth	wuestwillenroth	DE		0	Europe/Berlin	50.42159	9.32496				05	064	06435	06435004
2805426	Wustweilerhof	wustweilerhof	DE		0	Europe/Berlin	49.38333	7.05				09	00	10043	10043112
2805427	Wustweiler	wustweiler	DE		0	Europe/Berlin	49.39691	7.03748		Wustweiler		09	00	10043	10043112
2805429	Wustviel	wustviel	DE		0	Europe/Berlin	49.88767	10.52731				02	096	09674	09674187
2805442	Wustuben	wustuben	DE		0	Europe/Berlin	50.26818	11.89669				02	094	09475	09475158
2805455	Wustrewe	wustrewe	DE		0	Europe/Berlin	52.69108	11.30208				14	00	15081	15081240
2805458	Wustrau	wustrau	DE		0	Europe/Berlin	52.84685	12.86439				11	00	12068	12068117
2805460	Wüstmark	wuestmark	DE		0	Europe/Berlin	53.57773	11.39034				12	00	13004	13004000
2805461	Wüsting	wuesting	DE		0	Europe/Berlin	53.11667	8.35				06	00	03458	03458010
2805463	Wüstheuterode	wuestheuterode	DE		675	Europe/Berlin	51.32332	10.05902		Wuestheuterode,Wüstheuterode	16061111	15	00	16061	16061111
2805464	Wüsthetzdorf	wuesthetzdorf	DE		0	Europe/Berlin	50.97547	13.44426				13	00	14522	14522240
2805468	Wüstfeld	wuestfeld	DE		0	Europe/Berlin	50.8245	9.81167				05	066	06632	06632019
2805469	Wüstfalka	wuestfalka	DE		0	Europe/Berlin	50.81249	12.1304				15	00	16052	16052000
2805470	Wüstewohlde	wuestewohlde	DE		0	Europe/Berlin	53.58257	8.90536				06	00	03352	03352062
2805479	Wüstermarke	wuestermarke	DE		0	Europe/Berlin	51.81685	13.60027				11	00	12061	12061219
2805483	Wusterhausen	wusterhausen	DE		6632	Europe/Berlin	52.8912	12.46021		Wusterhausen/Dosse		11	00	12068	12068477
2805484	Wusterdamm	wusterdamm	DE		0	Europe/Berlin	52.57831	12.14589				14	00	15090	15090631
2805488	Wüstenwetzdorf	wuestenwetzdorf	DE		0	Europe/Berlin	50.70562	11.86018				15	00	16075	16075114
2805489	Wüstenwelsberg	wustenwelsberg	DE		0	Europe/Berlin	50.14005	10.82409				02	096	09674	09674210
2805490	Wüstenweiler	wuestenweiler	DE		0	Europe/Berlin	49.1811	10.34731				02	095	09571	09571145
2805491	Wüsten-Vahrnow	wuesten-vahrnow	DE		0	Europe/Berlin	53.18857	11.92419				11	00	12070	12070145
2805492	Wüstenstraße	wuestenstrasse	DE		0	Europe/Berlin	51.15	7.03333				07	051	05122	05122000
2805493	Wüstenstein	wustenstein	DE		0	Europe/Berlin	49.85152	11.25198		Wustenstein,Wüstenstein		02	094	09474	09474176
2805494	Wüstenselbitz	wustenselbitz	DE		0	Europe/Berlin	50.2172	11.69627				02	094	09475	09475136
2805495	Wüstenschlette	wuestenschlette	DE		0	Europe/Berlin	50.64092	13.14648		Marienberg-Wustenschlette,Marienberg-Wüstenschlette,Wustenschlette,Wüstenschlette		13	00	14521	14521390
2805496	Wüstensachsen	wuestensachsen	DE		0	Europe/Berlin	50.50038	10.00382				05	066	06631	06631005
2805498	Wustenriet	wustenriet	DE		0	Europe/Berlin	48.80377	9.7679				01	081	08136	08136065
2805499	Wüstenmark	wuestenmark	DE		0	Europe/Berlin	53.7699	11.25005				12	00	13074	13074077
2805500	Wüstenländermoor	wuestenlaendermoor	DE		0	Europe/Berlin	53.12889	8.37476				06	00	03458	03458010
2805503	Wüstenjerichow	wuestenjerichow	DE		139	Europe/Berlin	52.2186	12.12065		Wustenjerichow,Wüstenjerichow		14	00	15086	15086140
2805504	Wüstenhöfen	wuestenhoefen	DE		0	Europe/Berlin	53.29532	9.68545				06	00	03353	03353035
2805505	Wüstenhof	wuestenhof	DE		0	Europe/Berlin	51.1458	7.23861				07	053	05378	05378032
2805506	Wüstenhof	wuestenhof	DE		0	Europe/Berlin	51.09626	7.31343				07	053	05374	05374052
2805509	Wüstenhof	wuestenhof	DE		0	Europe/Berlin	50.99196	7.35157				07	053	05374	05374020
2805511	Wüstenherscheid	wuestenherscheid	DE		0	Europe/Berlin	50.99185	7.22566				07	053	05378	05378004
2805512	Wüstenhausen	wustenhausen	DE		0	Europe/Berlin	49.07359	9.27159		Wustenhausen,Wüstenhausen		01	081	08125	08125046
2805514	Wüstenhain	wuestenhain	DE		0	Europe/Berlin	51.71787	14.1216		Hustan,Huštań		11	00	12066	12066320
2805515	Wüstenhain	wuestenhain	DE		0	Europe/Berlin	51.00933	12.57857				13	00	14729	14729140
2805517	Wüstenhagen	wuestenhagen	DE		0	Europe/Berlin	54.31692	12.89495				12	00	13073	13073060
2805519	Wüstenfelden	wustenfelden	DE		0	Europe/Berlin	49.73195	10.36972				02	096	09675	09675116
2805521	Wüstenfelde	wuestenfelde	DE		0	Europe/Berlin	54.23097	13.14317				12	00	13073	13073090
2805522	Wüstenfelde	wuestenfelde	DE		408	Europe/Berlin	53.94417	13.14514				12	00	13075	13075082
2805523	Wüstenfeld	wuestenfeld	DE		0	Europe/Berlin	49.67932	7.37521				08	00	07134	07134045
2805524	Wüsteney	wuesteney	DE		0	Europe/Berlin	54.07394	13.14557				12	00	13073	13073089
2805525	Wüsteneutzsch	wuesteneutzsch	DE		0	Europe/Berlin	51.32628	12.07082				14	00	15088	15088205
2805526	Wüstenei Mooräcker	wuestenei-mooraecker	DE		0	Europe/Berlin	53.26704	7.47283				06	00	03457	03457013
2805530	Wüstendorf	wustendorf	DE		0	Europe/Berlin	50.06606	11.32581				02	094	09477	09477136
2805531	Wüstendorf	wustendorf	DE		0	Europe/Berlin	49.36653	10.56965				02	095	09571	09571171
2805532	Wustendorf	wustendorf	DE		0	Europe/Berlin	49.3375	10.68289		Wustendorf		02	095	09571	09571122
2805533	Wüstendittersdorf	wuestendittersdorf	DE		0	Europe/Berlin	50.57509	11.85434				15	00	16075	16075098
2805534	Wüsten Buchholz	wuesten-buchholz	DE		0	Europe/Berlin	53.12852	11.85052				11	00	12070	12070296
2805535	Wüstenbuchau	wustenbuchau	DE		0	Europe/Berlin	50.08179	11.34031				02	094	09477	09477136
2805536	Wüstenbuch	wustenbuch	DE		0	Europe/Berlin	49.79101	10.58604		Wustenbuch,Wüstenbuch		02	094	09471	09471220
2805537	Wüstenbrunn	wustenbrunn	DE		0	Europe/Berlin	50.21529	12.03975				02	094	09475	09475162
2805538	Wüstenbruck	wustenbruck	DE		0	Europe/Berlin	49.28435	10.50186				02	095	09561	09561000
2805539	Wüstenbrand	wuestenbrand	DE		0	Europe/Berlin	50.80775	12.75418				13	00	14524	14524120
2805540	Wüstenbilow	wuestenbilow	DE		0	Europe/Berlin	54.05183	13.09244				12	00	13073	13073089
2805541	Wüstenberg	wustenberg	DE		0	Europe/Berlin	48.56423	13.7336				02	092	09275	09275156
2805542	Wüsten-Barenthin	wuesten-barenthin	DE		0	Europe/Berlin	53.04557	12.42736				11	00	12068	12068181
2805543	Wüstenbachhof	wustenbachhof	DE		0	Europe/Berlin	48.96999	9.37494				01	081	08119	08119087
2805546	Wüstenau	wustenau	DE		0	Europe/Berlin	49.14952	10.17096				01	081	08127	08127101
2805547	Wüstenahorn	wustenahorn	DE		0	Europe/Berlin	50.24957	10.94793		Wustenahorn,Wüstenahorn		02	094	09463	09463000
2805548	Wüsten	wuesten	DE		0	Europe/Berlin	52.1016	8.78949				07	057	05766	05766008
2805550	Wüstemünte	wuestemuente	DE		0	Europe/Berlin	51.1171	7.36019				07	053	05374	05374052
2805551	Wüstems	wuestems	DE		0	Europe/Berlin	50.25427	8.38703				05	064	06439	06439016
2805554	Wüstemark	wuestemark	DE		0	Europe/Berlin	51.937	12.75695				14	00	15091	15091375
2805555	Wüst Eldena	wuest-eldena	DE		0	Europe/Berlin	54.11728	13.16548				12	00	13073	13073089
2805556	Wüste Kunersdorf	wueste-kunersdorf	DE		0	Europe/Berlin	52.40597	14.51287				11	00	12064	12064268
2805566	Wüstbuch	wustbuch	DE		0	Europe/Berlin	50.21089	11.36197				02	094	09476	09476145
2805573	Wussentin	wussentin	DE		0	Europe/Berlin	53.85631	13.49273				12	00	13075	13075088
2805574	Wusseken	wusseken	DE		0	Europe/Berlin	53.75629	13.65959				12	00	13075	13075122
2805575	Wussegel	wussegel	DE		0	Europe/Berlin	53.1374	11.08023				06	00	03354	03354009
2805576	Wusse	wusse	DE		0	Europe/Berlin	54.45198	13.15424				12	00	13073	13073095
2805579	Wuschlaub	wuschlaub	DE		0	Europe/Berlin	51.18145	12.13088				14	00	15084	15084315
2805580	Wüschheim	wueschheim	DE		0	Europe/Berlin	50.68995	6.81308				07	053	05366	05366016
2805582	Wuschewier	wuschewier	DE		0	Europe/Berlin	52.65733	14.26867				11	00	12064	12064365
2805584	Wüscheid	wuescheid	DE		0	Europe/Berlin	50.54745	7.43528				08	00	07138	07138076
2805592	Wurzhof	wurzhof	DE		0	Europe/Berlin	49.31695	11.3754				02	093	09373	09373155
2805611	Wurzelbach	wurzelbach	DE		0	Europe/Berlin	49.73333	8.71667				05	064	06431	06431014
2805612	Wurzelbach	wurzelbach	DE		0	Europe/Berlin	49.45311	7.13211				09	00	10046	10046117
2805615	Würzburg	wuerzburg	DE		133731	Europe/Berlin	49.79391	9.95121		Birtsmpournk,Herbipolis,Herbopolis,QWU,Vircburg,Vircburga,Virteburh [a. 704],Virtibriga,Viurcburgas,Vjurcburg,Vuirziburga [a. 779],Vyurcʻburg,Wiazburg,Wirciburc,Wirzaburg [a. 742],Wirziburg [a. 779],Wuerzboerj,Wuerzburg,Wurtzbourg,Wurtzburgo,Wurzburg,Wurzburgo,Wûrzburg,Würzburg,Würzbörj,bwileucheubuleukeu,fwrtsbwrgh,viurtsburgi,vu~yurutsuburuku,wei er ci bao,weu xr sburk,wrzbrg,wwrtsbwrg,wyrzbwrg,Βίρτσμπουργκ,Вирцбург,Вюрцбург,Վյուրցբուրգ,וירצבורג,فورتسبورغ,ورزبرگ,وورتسبورگ,เวือร์ซบูร์ก,ვიურცბურგი,ヴュルツブルク,维尔茨堡,뷔르츠부르크	096	02	096	09663	09663000
2805617	Würzberger Eutergrund	wurzberger-eutergrund	DE		0	Europe/Berlin	49.61667	9.06667				05			
2805618	Würzberg	wuerzberg	DE		0	Europe/Berlin	49.65294	9.08225				05	064	06437	06437011
2805627	Wurzach	wurzach	DE		0	Europe/Berlin	47.99032	12.11303				02	091	09187	09187170
2805629	Wurz	wurz	DE		0	Europe/Berlin	49.77267	12.18391				02	093	09374	09374150
2805630	Wurz	wurz	DE		0	Europe/Berlin	49.13826	12.93655				02	092	09276	09276113
2805632	Württemberger Hof	wurttemberger-hof	DE		0	Europe/Berlin	49.06463	9.58138		Wurttemberger Hof,Württemberger Hof		01	081	08127	08127052
2805634	Würtingen	wurtingen	DE		0	Europe/Berlin	48.45266	9.3413				01	084	08415	08415093
2805635	Wurthfleth	wurthfleth	DE		0	Europe/Berlin	53.2962	8.52796		Wurthfleth		06	00	03352	03352060
2805641	Wursterheide	wursterheide	DE		0	Europe/Berlin	53.77572	8.63313				06	00	03352	03352061
2805644	Würselen	wuerselen	DE		37074	Europe/Berlin	50.81809	6.1347		Virselen,Vjurzelen,Woeschele,Woesjele,Wuerselen,Wurselen,Wöschele,Wösjele,Würselen,fwrsln,wei er sai lun,wwrsln,Вирселен,Вюрзелен,فورسلن,وورسلن,维尔塞伦		07	053	05334	05334036
2805645	Würschwitz	wuerschwitz	DE		0	Europe/Berlin	51.26739	12.80903				13	00	14729	14729160
2805648	Würschnitz	wuerschnitz	DE		0	Europe/Berlin	51.23547	13.79539				13	00	14627	14627290
2805649	Wurschen	wurschen	DE		0	Europe/Berlin	51.19083	14.57804		Worcyn,Wurschen		13	00	14625	14625610
2805653	Wurp	wurp	DE		0	Europe/Berlin	51.56168	12.05163				14	00	15088	15088295
2805654	Würnsreuth	wurnsreuth	DE		0	Europe/Berlin	49.89692	11.68601				02	094	09472	09472188
2805655	Wurmstorf	wurmstorf	DE		0	Europe/Berlin	48.37015	13.22416				02	092	09275	09275143
2805658	Wurmsgefäll	wurmsgefall	DE		0	Europe/Berlin	49.7849	12.24661				02	093	09377	09377146
2805660	Würmsee	wuermsee	DE		0	Europe/Berlin	52.52756	9.84795				06	00	03241	03241004
2805661	Wurmsdorf	wurmsdorf	DE		0	Europe/Berlin	47.84674	12.26519				02	091	09187	09187167
2805663	Wurms	wurms	DE		0	Europe/Berlin	47.83449	10.19416				02	097	09780	09780112
2805664	Wurmrausch	wurmrausch	DE		0	Europe/Berlin	49.46729	11.60791				02	093	09371	09371116
2805665	Wurmloh	wurmloh	DE		0	Europe/Berlin	49.98806	11.94324				02	094	09479	09479138
2805672	Wurmfeld	wurmfeld	DE		0	Europe/Berlin	48.51518	8.84983				01	081	08115	08115004
2805673	Würmertsham	wurmertsham	DE		0	Europe/Berlin	48.07795	12.23946				02	091	09187	09187116
2805674	Würmersheim	wurmersheim	DE		0	Europe/Berlin	48.93739	8.25193				01	082	08216	08216009
2805675	Wurmdorf	wurmdorf	DE		0	Europe/Berlin	48.75084	12.12639				02	092	09274	09274153
2805690	Wurmansau	wurmansau	DE		0	Europe/Berlin	47.64545	11.02998				02	091	09180	09180129
2805693	Wurmannsreit	wurmannsreit	DE		0	Europe/Berlin	48.35447	13.03861				02	092	09277	09277152
2805699	Würm	wuerm	DE		0	Europe/Berlin	50.9919	6.17917				07	053	05370	05370012
2805700	Würm	wurm	DE		0	Europe/Berlin	48.85776	8.73624		Wurm,Würm		01	082	08231	08231000
2805703	Wurlitz	wurlitz	DE		0	Europe/Berlin	50.25324	11.98986				02	094	09475	09475162
2805704	Wurlgrund	wurlgrund	DE		0	Europe/Berlin	53.22185	13.28025				11	00	12073	12073384
2805705	Wurgwitz	wurgwitz	DE		0	Europe/Berlin	51.02538	13.6265		Wurgwitz		13	00	14628	14628110
2805706	Würglberg	wurglberg	DE		0	Europe/Berlin	48.71654	12.61633		Hackla Berg,Wurglberg,Würglberg		02	092	09279	09279132
2805708	Würges	wuerges	DE		0	Europe/Berlin	50.28357	8.27716				05	065	06533	06533003
2805710	Würgendorf	wuergendorf	DE		0	Europe/Berlin	50.75977	8.12716				07	059	05970	05970008
2805713	Würgau	wurgau	DE		0	Europe/Berlin	49.97949	11.08589				02	094	09471	09471185
2805714	Würgassen	wurgassen	DE		0	Europe/Berlin	51.65	10.41667				07			
2805716	Würflau	wuerflau	DE		0	Europe/Berlin	51.77687	12.05267				14	00	15082	15082256
2805717	Würfelsdobl	wurfelsdobl	DE		0	Europe/Berlin	48.54718	13.28205				02	092	09275	09275122
2805720	Würdinghausen	wuerdinghausen	DE		0	Europe/Berlin	51.08691	8.12195				07	059	05966	05966016
2805721	Würding	wurding	DE		0	Europe/Berlin	48.52916	13.22306				02	092	09275	09275138
2805722	Würding	wurding	DE		0	Europe/Berlin	48.35391	13.3495				02	092	09275	09275116
2805723	Würdenhain	wuerdenhain	DE		0	Europe/Berlin	51.47556	13.45626				11	00	12062	12062410
2805724	Würden	wuerden	DE		0	Europe/Berlin	51.03385	7.44387				07	053	05374	05374012
2805727	Würchwitz	wuerchwitz	DE		634	Europe/Berlin	51.01905	12.22744		Wurchwitz,Würchwitz		14	00	15084	15084590
2805728	Würchhausen	wuerchhausen	DE		0	Europe/Berlin	51.0303	11.68525				15	00	16074	16074112
2805729	Wurbis	wurbis	DE		0	Europe/Berlin	51.0817	14.48182		Wjerbjez,Wjerbjež,Wurbis		13	00	14625	14625525
2805730	Wurbach	wurbach	DE		0	Europe/Berlin	50.23797	11.41647				02	094	09476	09476183
2805731	Würau	wurau	DE		0	Europe/Berlin	47.76293	12.76239				02	091	09189	09189124
2805754	Wupperhof	wupperhof	DE		0	Europe/Berlin	51.13707	7.08354				07	053	05378	05378016
2805757	Wüppelser Altendeich	wueppelser-altendeich	DE		0	Europe/Berlin	53.64993	7.99478		Altendeich,Wuppelser Altendeich,Wüppelser Altendeich		06	00	03455	03455020
2805758	Wüppels	wueppels	DE		0	Europe/Berlin	53.63734	7.97834				06	00	03455	03455020
2805764	Wünsdorf	wuensdorf	DE		0	Europe/Berlin	52.16428	13.47222		Wuensdorf,Wunsdorf,Wünsdorf		11	00	12072	12072477
2805765	Wunschwitz	wunschwitz	DE		0	Europe/Berlin	51.08713	13.36902				13	00	14627	14627180
2805766	Wünschmichelbach	wunschmichelbach	DE		0	Europe/Berlin	49.51463	8.74827		Wuestmichelbach,Wunschmichelbach,Wünschmichelbach,Wüstmichelbach		01	082	08226	08226096
2805768	Wünschensuhl	wuenschensuhl	DE		0	Europe/Berlin	50.92968	10.15501				15	00	16063	16063103
2805769	Wünschen-Moos	wuenschen-moos	DE		0	Europe/Berlin	50.50603	9.42293				05	065	06535	06535007
2805770	Wünschendorf	wuenschendorf	DE		0	Europe/Berlin	51.35623	11.85271				14	00	15088	15088025
2805771	Wünschendorf	wuenschendorf	DE		0	Europe/Berlin	51.0177	13.95461				13	00	14628	14628100
2805772	Wünschendorf	wuenschendorf	DE		0	Europe/Berlin	50.88474	12.49016				13	00	14524	14524270
2805773	Wünschendorf	wuenschendorf	DE		3257	Europe/Berlin	50.79662	12.09824		Wuenschendorf/Elster,Wünschendorf/Elster		15	00	16076	16076084
2805774	Wünschendorf	wuenschendorf	DE		0	Europe/Berlin	50.74189	13.17548				13	00	14521	14521495
2805776	Wunschenberg	wunschenberg	DE		0	Europe/Berlin	49.90143	11.95198				02	093	09377	09377133
2805781	Wunscha	wunscha	DE		0	Europe/Berlin	51.40429	14.66655		Wunschhausen,Wunsow,Wunšow		13	00	14626	14626060
2805782	Wünricht	wunricht	DE		0	Europe/Berlin	49.38818	11.47316				02	093	09373	09373113
2805785	Bad Wünnenberg	bad-wuennenberg	DE		12439	Europe/Berlin	51.52002	8.69934		Bad Wuennenberg,Bad Wünnenberg		07	057	05774	05774040
2805787	Wunne	wunne	DE		0	Europe/Berlin	51.45577	7.7762				07	059	05962	05962040
2805789	Wünn	wunn	DE		0	Europe/Berlin	49.34705	11.49788				02	093	09373	09373153
2805790	Wunkendorf	wunkendorf	DE		0	Europe/Berlin	50.04788	11.25519				02	094	09478	09478176
2805791	Wundsheim	wundsheim	DE		0	Europe/Berlin	49.36818	12.25834				02	093	09376	09376147
2805792	Wunderthausen	wunderthausen	DE		0	Europe/Berlin	51.0947	8.5141		Wunderthausen		07	059	05970	05970004
2805794	Wundersdorf	wundersdorf	DE		0	Europe/Berlin	48.46278	11.2868				02	097	09771	09771162
2805797	Wunderbüttel	wunderbuettel	DE		0	Europe/Berlin	52.6978	10.66799				06	00	03151	03151040
2805798	Wunderburg	wunderburg	DE		0	Europe/Berlin	52.93431	8.53088		Wunderburg		06	00	03458	03458012
2805802	Wunder	wunder	DE		0	Europe/Berlin	48.73019	12.49497				02	092	09279	09279127
2805803	Wunder	wunder	DE		0	Europe/Berlin	48.5836	12.57624				02	092	09279	09279126
2805804	Wundenbach	wundenbach	DE		0	Europe/Berlin	50.10705	11.76733				02	094	09472	09472139
2805806	Wunau	wunau	DE		0	Europe/Berlin	49.9408	11.61936				02	094	09462	09462000
2805807	Wümmingen	wuemmingen	DE		0	Europe/Berlin	53.0717	9.15711				06	00	03361	03361008
2805809	Wummensiede	wummensiede	DE		0	Europe/Berlin	53.161	8.76571		Wummensiede		03	00	04011	04011000
2805812	Wümme	wuemme	DE		0	Europe/Berlin	53.2474	9.61905				06	00	03353	03353041
2805814	Wümbach	wuembach	DE		0	Europe/Berlin	50.6923	10.98465				15	00	16070	16070029
2805816	Wulzen	wulzen	DE		0	Europe/Berlin	52.8167	9.13926				06	00	03256	03256013
2805820	Wulting	wulting	DE		0	Europe/Berlin	49.20089	12.58896				02	093	09372	09372158
2805823	Wulsdorf	wulsdorf	DE		0	Europe/Berlin	53.5049	8.60297		Wulsdorf		06			
2805824	Wülscheid	wuelscheid	DE		0	Europe/Berlin	50.66905	7.33664				07	053	05382	05382008
2805825	Wulsbüttel	wulsbuettel	DE		1967	Europe/Berlin	53.31667	8.66667		Gemeen Wolsbuddel,Vul'sbjuttel',Vulsbitel,Wulsbuettel,Wulsbüttel,wu er si bi te er,Вулсбител,Вульсбюттель,武尔斯比特尔	03352060	06	00	03352	03352060
2805826	Wulreiching	wulreiching	DE		0	Europe/Berlin	48.84259	13.08196				02	092	09271	09271148
2805827	Wülpke	wuelpke	DE		0	Europe/Berlin	52.23999	9.0219				07	057	05770	05770032
2805828	Wülpen	wuelpen	DE		0	Europe/Berlin	52.27227	12.16094				14	00	15086	15086040
2805829	Wulmstorfer Moor	wulmstorfer-moor	DE		0	Europe/Berlin	53.46667	9.78333				06	00	03353	03353026
2805830	Wulmstorf	wulmstorf	DE		0	Europe/Berlin	53.44348	9.80576		Wulmstorf		06	00	03353	03353026
2805831	Wulmstorf	wulmstorf	DE		0	Europe/Berlin	52.93933	9.10014				06	00	03361	03361013
2805833	Wulmersreuth	wulmersreuth	DE		0	Europe/Berlin	50.19014	11.83134		Wulmersreuth		02	094	09475	09475184
2805834	Wülmersen	wuelmersen	DE		0	Europe/Berlin	51.60746	9.43245				05	066	06633	06633025
2805835	Wulmenau	wulmenau	DE		0	Europe/Berlin	53.76919	10.51772				10	00	01062	01062083
2805836	Wulm	wulm	DE		0	Europe/Berlin	50.77855	12.49901				13	00	14524	14524200
2805838	Wüllmersen	wuellmersen	DE		0	Europe/Berlin	52.72507	10.94347				14	00	15081	15081105
2805839	Wulmeringhausen	wulmeringhausen	DE		0	Europe/Berlin	51.31432	8.48811		Wullmeringhausen,Wulmeringhausen		07	059	05958	05958036
2805840	Wüllersleben	wuellersleben	DE		0	Europe/Berlin	50.81404	11.0727				15	00	16070	16070006
2805841	Wüllersdorf	wullersdorf	DE		0	Europe/Berlin	49.46377	11.57813				02	095	09574	09574147
2805844	Wullenstetten	wullenstetten	DE		0	Europe/Berlin	48.31737	10.06999		Wulfenstetten,Wullenstetten		02	097	09775	09775152
2805845	Wüllenrath	wuellenrath	DE		0	Europe/Berlin	50.91944	6.58988				07	053	05362	05362016
2805847	Wullendorf	wullendorf	DE		0	Europe/Berlin	49.08973	12.60247				02	092	09278	09278197
2805848	Wüllen	wuellen	DE		0	Europe/Berlin	52.06827	6.97872				07	055	05554	05554004
2805849	Wullen	wullen	DE		0	Europe/Berlin	51.45636	7.35955				07	059	05954	05954036
2805851	Wullbrandt	wullbrandt	DE		0	Europe/Berlin	53.20377	8.73757				06	00	03356	03356008
2805853	Wulksfelde	wulksfelde	DE		0	Europe/Berlin	53.71832	10.11096				10	00	01062	01062076
2805863	Wulkersdorf	wulkersdorf	DE		0	Europe/Berlin	49.56667	10.83333				02	095	09572	09572114
2805864	Wulkersdorf	wulkersdorf	DE		0	Europe/Berlin	49.15241	12.29118				02	093	09375	09375119
2805872	Wülfte	wuelfte	DE		0	Europe/Berlin	51.43436	8.58406				07	059	05958	05958012
2805874	Wulfstorf	wulfstorf	DE		0	Europe/Berlin	53.17986	10.52396				06	00	03360	03360004
2805876	Wulfsode	wulfsode	DE		0	Europe/Berlin	53.06278	10.23497				06	00	03360	03360029
2805856	Wulkow	wulkow	DE	39319	0	Europe/Berlin	52.99106	12.4868				11	00	12068	12068477
2805878	Wulfskuhl	wulfskuhl	DE		0	Europe/Berlin	53.46128	11.00315				12	00	13076	13076142
2805885	Wulfshof	wulfshof	DE		0	Europe/Berlin	53.46667	10.2				04	00	02000	02000000
2805887	Wulfshagenerhütten	wulfshagenerhuetten	DE		0	Europe/Berlin	54.38024	9.96167				10	00	01058	01058165
2805888	Wulfshagen	wulfshagen	DE		0	Europe/Berlin	54.38858	10.01614				10	00	01058	01058165
2805889	Wulfsfelde	wulfsfelde	DE		0	Europe/Berlin	53.94714	10.52819				10	00	01060	01060067
2805893	Wulfsdorf	wulfsdorf	DE		0	Europe/Berlin	54.0146	10.64708				10	00	01055	01055044
2805894	Wulfsdorf	wulfsdorf	DE		0	Europe/Berlin	53.81023	10.68509				10	00	01003	01003000
2805895	Wulfsdorf	wulfsdorf	DE		0	Europe/Berlin	53.6579	10.21142				10	00	01062	01062001
2805899	Wulfsberg	wulfsberg	DE		0	Europe/Berlin	54.30602	13.31711				12	00	13073	13073065
2805905	Wulfsahl	wulfsahl	DE		0	Europe/Berlin	53.3212	11.80789				12	00	13076	13076068
2805907	Wulfringsen	wulfringsen	DE		0	Europe/Berlin	51.42552	7.69318				07	059	05962	05962024
2805908	Wulfringhausen	wulfringhausen	DE		0	Europe/Berlin	51.46667	7.91667				07	059	05958	05958004
2805909	Wülfringhausen	wuelfringhausen	DE		0	Europe/Berlin	50.95622	7.54842				07	053	05374	05374048
2805910	Wülfrath	wuelfrath	DE		22355	Europe/Berlin	51.28195	7.03821		Vilfrat,Viulfratas,Vjul'frat,Wuelfrath,Wülfrath,fwlfrat,wei er fu la te,wwlfrat,Вилфрат,Вюльфрат,فولفرات,وولفرات,维尔夫拉特		07	051	05158	05158036
2805911	Wülflingen	wulflingen	DE		0	Europe/Berlin	50.0308	10.47561				02	096	09674	09674147
2805912	Wülfinghausen	wuelfinghausen	DE		0	Europe/Berlin	52.14177	9.66622				06	00	03241	03241017
2805913	Wülfingerode	wuelfingerode	DE		0	Europe/Berlin	51.40838	10.51664				15	00	16062	16062049
2805915	Wülfingen	wuelfingen	DE		0	Europe/Berlin	52.15184	9.74153				06	00	03254	03254014
2805916	Wulfing	wulfing	DE		0	Europe/Berlin	49.21599	12.56912				02	093	09372	09372116
2805918	Wulfhorst	wulfhorst	DE		0	Europe/Berlin	51.78033	8.41377				07	057	05754	05754032
2805919	Wulfhoop	wulfhoop	DE		0	Europe/Berlin	52.97568	8.75864				06	00	03251	03251037
2805920	Wulfhagen	wulfhagen	DE		0	Europe/Berlin	52.40949	9.0414				07	057	05770	05770028
2805921	Wulfhagen	wulfhagen	DE		0	Europe/Berlin	52.35371	9.16856				06	00	03257	03257025
2805923	Wulfeshohl	wulfeshohl	DE		0	Europe/Berlin	51.27078	7.25889				07	051	05124	05124000
2805924	Wulfertshausen	wulfertshausen	DE		0	Europe/Berlin	48.38248	10.98744				02	097	09771	09771130
2805926	Wülfersreuth	wulfersreuth	DE		0	Europe/Berlin	50.05843	11.74665		Wulfersreuth,Wülfersreuth		02	094	09472	09472121
2805927	Wülfershausen	wuelfershausen	DE		0	Europe/Berlin	50.84655	11.0893				15	00	16070	16070041
2805928	Wülfershausen	wuelfershausen	DE		1469	Europe/Berlin	50.33201	10.34084		Wulfershausen,Wülfershausen		02	096	09673	09673184
2805929	Wülfershausen	wuelfershausen	DE		494	Europe/Berlin	50.05416	9.99902		Wuelfershausen,Wülfershausen		02	096	09678	09678192
2805931	Wulfersdorf	wulfersdorf	DE		0	Europe/Berlin	53.24437	12.41747				11	00	12068	12068468
2805932	Wulfersdorf	wulfersdorf	DE		0	Europe/Berlin	52.14225	14.11443				11	00	12067	12067493
2805933	Wülferode	wuelferode	DE		0	Europe/Berlin	52.32854	9.84985		Wuelferoe,Wulferode,Wülferode,Wülferoe		06	00	03241	03241001
2805934	Wülferheide	wuelferheide	DE		0	Europe/Berlin	52.04257	8.71542				07	057	05766	05766008
2805935	Wulferdingsen	wulferdingsen	DE		0	Europe/Berlin	52.25312	8.7424		Wulferdingsen		07	057	05770	05770004
2805936	Wulferding	wulferding	DE		0	Europe/Berlin	52.70812	8.70289				06	00	03251	03251015
2805938	Wülfer	wuelfer	DE		0	Europe/Berlin	52.04595	8.72211		Wuelfer-Bexten,Wülfer-Bexten		07	057	05766	05766008
2805939	Wülfentrup	wuelfentrup	DE		0	Europe/Berlin	52.00874	9.05655				07	057	05766	05766024
2805943	Wulfenau	wulfenau	DE		0	Europe/Berlin	52.69405	8.04707				06	00	03460	03460003
2805947	Wulfelade	wulfelade	DE		0	Europe/Berlin	52.57082	9.50077				06	00	03241	03241012
2805948	Wülfel	wuelfel	DE		0	Europe/Berlin	52.32905	9.77509				06	00	03241	03241001
2805950	Wulbergsheide	wulbergsheide	DE		0	Europe/Berlin	52.23424	8.27647				06	00	03459	03459024
2805954	Wuitz	wuitz	DE		0	Europe/Berlin	51.05	12.25				14	00	15084	15084130
2805955	Wuischke	wuischke	DE		0	Europe/Berlin	51.20938	14.65082		Wuischke,Wujezk,Wuježk		13	00	14625	14625610
2805956	Wuischke	wuischke	DE		0	Europe/Berlin	51.13077	14.54965		Wuischke,Wujezk,Wuježk		13	00	14625	14625230
2805957	Wuhsen	wuhsen	DE		0	Europe/Berlin	51.09985	13.37565				13	00	14627	14627180
2805960	Wührden	wuehrden	DE		0	Europe/Berlin	53.17915	8.85636				06	00	03356	03356005
2805964	Wühnried	wuhnried	DE		0	Europe/Berlin	48.93531	12.99972				02	092	09271	09271122
2805965	Wuhnitz	wuhnitz	DE		0	Europe/Berlin	51.19816	13.24108				13	00	14627	14627130
2805966	Wühn	wuhn	DE		0	Europe/Berlin	48.88492	12.97494				02	092	09271	09271122
2805967	Wuhlhorst	wuhlhorst	DE		0	Europe/Berlin	52.4	13.75				11	00	12067	12067124
2805970	Wuhlheide	wuhlheide	DE		0	Europe/Berlin	52.46254	13.5509		Berlin Wuhlheide,Wuhlheide		16	00	11000	11000000
2805971	Wuhlgarten	wuhlgarten	DE		0	Europe/Berlin	52.51667	13.56667				16	00	11000	11000000
2805972	Wuhlenburg	wuhlenburg	DE		0	Europe/Berlin	53.42328	10.10753				06	00	03353	03353032
2805976	Wuhden	wuhden	DE		0	Europe/Berlin	52.47086	14.561				11	00	12064	12064388
2805979	Wuchzenhofen	wuchzenhofen	DE		0	Europe/Berlin	47.81014	10.0739		Wuchzenhofen		01	084	08436	08436055
2805981	Wüchern	wuchern	DE		0	Europe/Berlin	49.22184	9.62035				01	081	08126	08126058
2805984	Wubrigsberg	wubrigsberg	DE		0	Europe/Berlin	52.68424	14.2606				11	00	12064	12064365
2805989	Wrohe	wrohe	DE		0	Europe/Berlin	54.26601	9.95351				10	00	01058	01058171
2805990	Wroge	wroge	DE		0	Europe/Berlin	52.90094	9.92073				06	00	03358	03358023
2805991	Wrodow	wrodow	DE		0	Europe/Berlin	53.56364	13.07383				12	00	13071	13071102
2805996	Wrissenberg	wrissenberg	DE		0	Europe/Berlin	52.80385	8.95966				06	00	03251	03251049
2805997	Wrisse	wrisse	DE		0	Europe/Berlin	53.42811	7.59066				06	00	03452	03452006
2805998	Wrisbergholzen	wrisbergholzen	DE		0	Europe/Berlin	52.02977	9.91224		Wrisbergholzen		06	00	03254	03254045
2806004	Wrexen	wrexen	DE		0	Europe/Berlin	51.5096	8.99849				05	066	06635	06635008
2806008	Wrescherode	wrescherode	DE		0	Europe/Berlin	51.86223	10.03953		Wroescheru'e,Wröscheru’e		06	00	03155	03155001
2806009	Wremertief	wremertief	DE		0	Europe/Berlin	53.64894	8.501				06	00	03352	03352061
2806010	Wremerbüttel	wremerbuettel	DE		0	Europe/Berlin	53.64614	8.50789				06	00	03352	03352061
2806013	Wreechen	wreechen	DE		0	Europe/Berlin	54.33515	13.46257		Wreechen		12	00	13073	13073070
2806017	Wrechen	wrechen	DE		0	Europe/Berlin	53.37497	13.54053				12	00	13071	13071033
2806019	Wraust	wraust	DE		0	Europe/Berlin	53.42166	10.14408				04	00	02000	02000000
2806021	Wrantepott	wrantepott	DE		0	Europe/Berlin	53.39619	7.28439				06	00	03452	03452012
2806024	Wraggenort	wraggenort	DE		0	Europe/Berlin	53.1199	8.3355				06	00	03458	03458010
2806025	Wrack	wrack	DE		0	Europe/Berlin	53.98333	9.7				10	00	01061	01061093
2806028	Wozinkel	wozinkel	DE		0	Europe/Berlin	53.50786	11.89459				12	00	13076	13076164
2806029	Wozeten	wozeten	DE		0	Europe/Berlin	53.91508	12.43836				12	00	13072	13072112
2806031	Woxdorf	woxdorf	DE		0	Europe/Berlin	53.40954	9.95695				06	00	03353	03353031
2806032	Wotzmannsreut	wotzmannsreut	DE		0	Europe/Berlin	48.75064	13.5852				02	092	09272	09272151
2806033	Wotzmannsdorf	wotzmannsdorf	DE		0	Europe/Berlin	48.84964	13.06026				02	092	09271	09271148
2806034	Wotzmannsdorf	wotzmannsdorf	DE		0	Europe/Berlin	48.65637	13.44697				02	092	09275	09275128
2806035	Wotzing	wotzing	DE		0	Europe/Berlin	48.69079	13.55146				02	092	09275	09275119
2806038	Wotzendorf	wotzendorf	DE		0	Europe/Berlin	49.99604	11.21633				02	094	09471	09471189
2806039	Wötzelsdorf	wotzelsdorf	DE		0	Europe/Berlin	50.20633	11.39466				02	094	09476	09476145
2806040	Wotzdorf	wotzdorf	DE		0	Europe/Berlin	48.64247	13.60031				02	092	09275	09275126
2806043	Wotrum	wotrum	DE		0	Europe/Berlin	53.78777	12.46589				12	00	13072	13072038
2806045	Wotersen	wotersen	DE		0	Europe/Berlin	53.54203	10.60174		Wotersen		10	00	01053	01053104
2806047	Wotenitz-Hof	wotenitz-hof	DE		0	Europe/Berlin	53.83333	11.18333				12	00	13074	13074026
2806049	Wotenitz	wotenitz	DE		0	Europe/Berlin	53.83557	11.18038				12	00	13074	13074026
2806054	Wostevitz	wostevitz	DE		0	Europe/Berlin	54.49791	13.56683				12	00	13073	13073080
2806055	Wöstendöllen	woestendoellen	DE		0	Europe/Berlin	52.81335	8.34618				06	00	03460	03460010
2806062	Wössingen	woessingen	DE		3781	Europe/Berlin	49.01205	8.60754				01	082	08215	08215089
2806063	Wössingen	wossingen	DE		0	Europe/Berlin	48.9032	10.39528				01	081	08136	08136075
2806064	Woserow	woserow	DE		0	Europe/Berlin	53.82244	13.73652				12	00	13075	13075007
2806066	Woserin	woserin	DE		0	Europe/Berlin	53.66814	12.00497				12	00	13076	13076015
2806068	Woschkow	woschkow	DE		0	Europe/Berlin	51.61195	14.04807		Woschkow		11	00	12066	12066112
2806069	Wöschbach	woschbach	DE		0	Europe/Berlin	49.0027	8.56465		Woschbach,Wöschbach		01	082	08215	08215101
2806070	Worzeldorf	worzeldorf	DE		0	Europe/Berlin	49.37021	11.09758				02	095	09564	09564000
2806072	Wörthsee	woerthsee	DE		4589	Europe/Berlin	48.0725	11.20175		Woerthsee,Wörthsee	09188145	02	091	09188	09188145
2806081	Wörth am Rhein	woerth-am-rhein	DE		17272	Europe/Berlin	49.04888	8.25959		Vert na Rajni,Vjort-am-Rajn,Vjort-na-Rejne,Woerth am Rhein,Worth,Worth am Rhein,Wörth,Wörth am Rhein,fwrth am rayn,lai yin he pan wei er te,wwrth an dr rayn,Верт на Рајни,Вёрт-ам-Райн,Вёрт-на-Рейне,فورث آم راين,وورث آن در راین,莱茵河畔韦尔特		08	00	07334	07334501
2806095	Wortelstetten	wortelstetten	DE		0	Europe/Berlin	48.58865	10.75075				02	097	09773	09773122
2806099	Wörsdorf	woersdorf	DE		0	Europe/Berlin	50.52853	7.94732				08	00	07143	07143228
2806100	Wörsdorf	woersdorf	DE		0	Europe/Berlin	50.24611	8.25433				05	064	06439	06439008
2806101	Wörschweiler	woerschweiler	DE		0	Europe/Berlin	49.28449	7.31071				09	00	10045	10045114
2806102	Wörschhausen	worschhausen	DE		0	Europe/Berlin	47.9256	11.55444				02	091	09173	09173120
2806104	Wörsbach	woersbach	DE		0	Europe/Berlin	49.55705	7.66941				08	00	07335	07335029
2806107	Worringen	worringen	DE		0	Europe/Berlin	51.065	6.85936				07	053	05315	05315000
2806109	Worpheim	worpheim	DE		0	Europe/Berlin	53.19433	8.89621				06	00	03356	03356011
2806110	Worphausen	worphausen	DE		0	Europe/Berlin	53.1869	8.95105				06	00	03356	03356005
2806113	Wörpen	woerpen	DE		301	Europe/Berlin	51.92594	12.50308		Worpen,Wörpen		14	00	15091	15091060
2806114	Wörpedorf	woerpedorf	DE		0	Europe/Berlin	53.18822	8.99248				06	00	03356	03356002
2806115	Wörpedahl	woerpedahl	DE		0	Europe/Berlin	53.21079	8.9009				06	00	03356	03356011
2806117	Wornstorf	wornstorf	DE		0	Europe/Berlin	48.58115	12.43938				02	092	09279	09279124
2806118	Wörnstorf	wornstorf	DE		0	Europe/Berlin	48.44745	12.21269				02	092	09274	09274114
2806119	Wörnsmühl	wornsmuhl	DE		0	Europe/Berlin	47.76737	11.90716				02	091	09182	09182114
2806120	Wörnitzstein	wornitzstein	DE		0	Europe/Berlin	48.73113	10.72303		Wornitzstein,Wörnitzstein		02	097	09779	09779131
2806121	Wörnitzostheim	wornitzostheim	DE		0	Europe/Berlin	48.83635	10.64226				02	097	09779	09779111
2806122	Wörnitzhofen	wornitzhofen	DE		0	Europe/Berlin	49.04561	10.4516				02	095	09571	09571218
2806125	Wornfeld	wornfeld	DE		0	Europe/Berlin	48.95405	10.6553				02	097	09779	09779154
2806126	Wörnershof	wornershof	DE		0	Europe/Berlin	48.71667	9.43333				01	081	08116	08116056
2806128	Wörnern	wornern	DE		0	Europe/Berlin	47.75191	11.47762				02	091	09173	09173111
2806132	Worndorf	worndorf	DE		0	Europe/Berlin	47.98797	8.99883				01	083	08327	08327038
2806133	Wörnbrunn	wornbrunn	DE		0	Europe/Berlin	48.03941	11.54921				02	091	09184	09184122
2806134	Wormsthal	wormsthal	DE		0	Europe/Berlin	52.25144	9.26567				06	00	03257	03257003
2806135	Wormstedt	wormstedt	DE		0	Europe/Berlin	51.03054	11.59917				15	00	16071	16071004
2806136	Wormsleben	wormsleben	DE		0	Europe/Berlin	51.50981	11.62552				14	00	15087	15087386
2806138	Wormshöft	wormshoeft	DE		0	Europe/Berlin	54.7029	9.983				10	00	01059	01059121
2806143	Wörmlitz-Böllberg	woermlitz-boellberg	DE		0	Europe/Berlin	51.45131	11.93909		Boellberg/Woermlitz,Böllberg/Wörmlitz		14	00	15002	15002000
2806144	Wörmlitz	woermlitz	DE		0	Europe/Berlin	52.17093	11.8448				14	00	15086	15086140
2806145	Wormlage	wormlage	DE		0	Europe/Berlin	51.60438	13.9032		Wormlage		11	00	12066	12066112
2806148	Wormersdorf	wormersdorf	DE		0	Europe/Berlin	50.60438	6.98911				07	053	05382	05382048
2806149	Wörmersdorf	wormersdorf	DE		0	Europe/Berlin	48.94843	11.21144				02	091	09176	09176155
2806150	Wormeln	wormeln	DE		0	Europe/Berlin	51.4732	9.13219		Wormeln		07	057	05762	05762036
2806152	Wörme	woerme	DE		0	Europe/Berlin	53.26929	9.84855				06	00	03353	03353015
2806156	Wormbach	wormbach	DE		0	Europe/Berlin	51.1664	8.26016		Wormbach		07	059	05958	05958040
2806158	Worm	worm	DE		0	Europe/Berlin	50.8879	6.08033		Merkstein-Worm		07	053	05334	05334016
2806159	Wörlsdorf	worlsdorf	DE		0	Europe/Berlin	50.26504	11.18288				02	094	09473	09473166
2806162	Wörlitz	woerlitz	DE		1681	Europe/Berlin	51.84172	12.42116		Verlic,Vjorlic,Worlitz,Wörlitz,Верлиц,Вёрлиц,Вөрлиц		14	00	15091	15091241
2806164	Wörlham	worlham	DE		0	Europe/Berlin	47.98141	12.19607				02	091	09187	09187134
2806165	Wörleschwang	worleschwang	DE		0	Europe/Berlin	48.43639	10.59917				02	097	09772	09772223
2806170	Workerszell	workerszell	DE		0	Europe/Berlin	48.92765	11.15046		Workerszell		02	091	09176	09176160
2806269	Wolthof	wolthof	DE		0	Europe/Berlin	54.01685	12.98103				12	00	13073	13073029
2806174	Worin	worin	DE		0	Europe/Berlin	52.52371	14.27234				11	00	12064	12064482
2806175	Wörglham	worglham	DE		0	Europe/Berlin	47.85228	12.58588				02	091	09189	09189161
2806176	Worfelden	worfelden	DE		0	Europe/Berlin	49.92834	8.55194				05	064	06433	06433003
2806178	Wöresbach	woresbach	DE		0	Europe/Berlin	48.47072	11.19932				02	097	09771	09771113
2806180	Wörderfeld	woerderfeld	DE		0	Europe/Berlin	51.90947	9.31999				07	057	05766	05766052
2806181	Wörden	woerden	DE		0	Europe/Berlin	51.31369	7.60627		Worden,Wörden		07	059	05962	05962044
2806183	Wördeholz	woerdeholz	DE		0	Europe/Berlin	52.09928	9.25131				06	00	03252	03252001
2806186	Wörchem	woerchem	DE		0	Europe/Berlin	51.54889	6.35296				07	051	05154	05154012
2806187	Wörbzig	woerbzig	DE		426	Europe/Berlin	51.71923	11.89388				14	00	15082	15082377
2806188	Worbscheid	worbscheid	DE		0	Europe/Berlin	51.10131	7.79992				07	059	05962	05962036
2806189	Wörblitz	woerblitz	DE		0	Europe/Berlin	51.66157	12.85131				13	00	14730	14730090
2806190	Worblingen	worblingen	DE		0	Europe/Berlin	47.72475	8.86605		Worblingen		01	083	08335	08335100
2806194	Woquard	woquard	DE		0	Europe/Berlin	53.43189	7.08917				06	00	03452	03452014
2806195	Wöpse	woepse	DE		0	Europe/Berlin	52.81399	9.02485				06	00	03251	03251049
2806197	Woppmannszell	woppmannszell	DE		0	Europe/Berlin	49.08996	12.50046				02	093	09372	09372125
2806198	Woppmannsdorf	woppmannsdorf	DE		0	Europe/Berlin	49.14237	12.50427				02	093	09372	09372142
2806199	Woppmannsdorf	woppmannsdorf	DE		0	Europe/Berlin	49.12385	12.35296				02	093	09372	09372169
2806200	Woppmannsberg	woppmannsberg	DE		0	Europe/Berlin	49.13788	12.42312				02	093	09372	09372167
2806201	Wöpplinsberg	wopplinsberg	DE		0	Europe/Berlin	48.13574	7.85419				01	083	08316	08316011
2806202	Wopping	wopping	DE		0	Europe/Berlin	48.403	13.19994				02	092	09275	09275143
2806203	Woppenthal	woppenthal	DE		0	Europe/Berlin	49.43638	11.64654				02	093	09371	09371116
2806206	Woppenrieth	woppenrieth	DE		0	Europe/Berlin	49.68285	12.33207				02	093	09374	09374165
2806207	Woppenrieth	woppenrieth	DE		0	Europe/Berlin	49.56528	12.29596				02	093	09374	09374159
2806210	Woppenhof	woppenhof	DE		0	Europe/Berlin	49.56247	12.2176				02	093	09376	09376150
2806211	Wöplitz	woeplitz	DE		0	Europe/Berlin	52.83098	12.12513				14	00	15090	15090225
2806212	Wöpkendorf	woepkendorf	DE		0	Europe/Berlin	54.12231	12.50793				12	00	13073	13073015
2806214	Wöpel	woepel	DE		0	Europe/Berlin	52.76272	11.09925				14	00	15081	15081290
2806219	Woosten	woosten	DE		0	Europe/Berlin	53.56488	12.11157				12	00	13076	13076048
2806220	Woosmer Hof	woosmer-hof	DE		0	Europe/Berlin	53.21076	11.19593		Hof,Hof Woosmer		12	00	13076	13076143
2806224	Woorke	woorke	DE		0	Europe/Berlin	54.46667	12.38333				12			
2806230	Woof	woof	DE		0	Europe/Berlin	51.15311	6.32307		Woof		07	051	05116	05116000
2806233	Wonnitz	wonnitz	DE		0	Europe/Berlin	51.05091	11.72236				15	00	16074	16074011
2806234	Wonnental	wonnental	DE		0	Europe/Berlin	48.18541	7.76673				01	083	08316	08316020
2806238	Wönkhausen	woenkhausen	DE		0	Europe/Berlin	51.23488	7.38417				07	053	05374	05374036
2806240	Wondrebhammer	wondrebhammer	DE		0	Europe/Berlin	49.90088	12.39429				02	093	09377	09377154
2806241	Wondreb	wondreb	DE		0	Europe/Berlin	49.90901	12.38451				02	093	09377	09377154
2806245	Wommen	wommen	DE		0	Europe/Berlin	51.01402	10.12038				05	066	06636	06636005
2806246	Wommelshausen	wommelshausen	DE		0	Europe/Berlin	50.76545	8.49338				05	065	06534	06534003
2806247	Womelsdorf	womelsdorf	DE		0	Europe/Berlin	51.01032	8.26302				07	059	05970	05970012
2806249	Wombach	wombach	DE		0	Europe/Berlin	49.98118	9.57004		Wombach		02	096	09677	09677155
2806250	Wombach	wombach	DE		0	Europe/Berlin	48.65792	11.78275				02	092	09273	09273147
2806251	Wölzow	woelzow	DE		0	Europe/Berlin	53.49893	11.12044				12	00	13076	13076152
2806255	Wolzhausen	wolzhausen	DE		0	Europe/Berlin	50.86593	8.47347		Wolzhausen		05	065	06534	06534005
2806257	Wolzburg	wolzburg	DE		0	Europe/Berlin	49.77753	7.08156				08	00	07231	07231502
2806258	Woltzeten	woltzeten	DE		0	Europe/Berlin	53.41148	7.09153				06	00	03452	03452014
2806259	Woltwiesche	woltwiesche	DE		0	Europe/Berlin	52.20582	10.27908				06	00	03157	03157005
2806261	Woltrup	woltrup	DE		0	Europe/Berlin	52.53413	7.94279				06	00	03459	03459010
2806262	Woltringhausen	woltringhausen	DE		0	Europe/Berlin	52.55757	8.92656				06	00	03256	03256033
2806263	Woltow	woltow	DE		0	Europe/Berlin	53.98738	12.52565				12	00	13072	13072097
2806265	Woltorf	woltorf	DE		0	Europe/Berlin	52.30512	10.30981				06	00	03157	03157006
2806266	Woltmershauser Vorstadt	woltmershauser-vorstadt	DE		0	Europe/Berlin	53.08311	8.7638				03	00	04011	04011000
2806267	Wöltingerode	woeltingerode	DE		0	Europe/Berlin	51.95907	10.53919		Woeltingerode,Woltingerode,Wöltingerode		06	00	03153	03153017
2806268	Wolthusen	wolthusen	DE		0	Europe/Berlin	53.37245	7.23139		Emden Wolthusen,Wolthusen		06	00	03402	03402000
2806270	Wolthausen	wolthausen	DE		0	Europe/Berlin	52.63512	7.85666				06	00	03459	03459028
2806271	Wolthausen	wolthausen	DE		0	Europe/Berlin	52.69467	9.98084		Wolthausen		06	00	03351	03351024
2806273	Woltersmühlen	woltersmuehlen	DE		0	Europe/Berlin	54.06667	10.66667				10	00	01055	01055041
2806274	Wolterslage	wolterslage	DE		0	Europe/Berlin	52.8182	11.85008				14	00	15090	15090415
2806277	Woltershagen	woltershagen	DE		0	Europe/Berlin	54.23708	13.18281				12	00	13073	13073090
2806279	Woltersdorfer Schleuse	woltersdorfer-schleuse	DE		0	Europe/Berlin	52.43333	13.76667				11	00	12067	12067544
2806292	Woltersburg	woltersburg	DE		0	Europe/Berlin	52.98741	10.61013				06	00	03360	03360025
2806295	Wolteritz	wolteritz	DE		0	Europe/Berlin	51.45153	12.33391				13	00	14730	14730270
2806296	Wolterdingen	wolterdingen	DE		0	Europe/Berlin	53.03079	9.83256		Wolterdingen		06	00	03358	03358021
2806297	Wolterdingen	wolterdingen	DE		0	Europe/Berlin	47.96803	8.422		Wolterdingen		01	083	08326	08326012
2806299	Wöltendorf	woltendorf	DE		0	Europe/Berlin	49.24615	10.7158				02	095	09571	09571229
2806300	Woltem	woltem	DE		0	Europe/Berlin	52.96721	9.71829				06	00	03358	03358021
2806301	Wölsting	wolsting	DE		0	Europe/Berlin	49.20554	12.73228				02	093	09372	09372117
2806302	Wolsroi	wolsroi	DE		0	Europe/Berlin	54.78333	9.76667				10	00	01059	01059186
2806303	Wölsreeg	woelsreeg	DE		0	Europe/Berlin	50.62079	7.39611				08	00	07138	07138044
2806304	Wolsier	wolsier	DE		0	Europe/Berlin	52.71545	12.26769				11	00	12063	12063134
2806305	Wölsickendorf	woelsickendorf	DE		0	Europe/Berlin	52.73842	13.93023				11	00	12064	12064222
2806306	Wolsfelderberg	wolsfelderberg	DE		0	Europe/Berlin	49.90846	6.44645				08	00	07232	07232137
2806308	Wölsendorf	wolsendorf	DE		0	Europe/Berlin	49.40969	12.16809		Wolsendorf,Wölsendorf		02	093	09376	09376162
2806309	Wölsenberg	wolsenberg	DE		0	Europe/Berlin	49.4208	12.17395				02	093	09376	09376144
2806315	Wölschendorf	woelschendorf	DE		0	Europe/Berlin	53.81482	11.07799				12	00	13074	13074005
2806316	Wölsauerhammer	wolsauerhammer	DE		0	Europe/Berlin	50.00945	12.12808				02	094	09479	09479136
2806317	Wölsau	wolsau	DE		0	Europe/Berlin	50.00653	12.11872				02	094	09479	09479136
2806318	Wölpsche	woelpsche	DE		0	Europe/Berlin	53.21116	8.60913				06	00	03356	03356009
2806319	Wölpke	woelpke	DE		0	Europe/Berlin	52.18062	8.83359				07	057	05770	05770004
2806323	Wolpertstetten	wolpertstetten	DE		0	Europe/Berlin	48.66111	10.61495		Wolpertstetten		02	097	09773	09773119
2806324	Wolpertsheim	wolpertsheim	DE		0	Europe/Berlin	47.89995	9.74938				01	084	08436	08436009
2806326	Wolpertsdorf	wolpertsdorf	DE		0	Europe/Berlin	49.1441	9.82585				01	081	08127	08127076
2806328	Wolpersreuth	wolpersreuth	DE		0	Europe/Berlin	50.08971	11.36594				02	094	09477	09477136
2806329	Wolperode	wolperode	DE		0	Europe/Berlin	51.88386	10.05797				06	00	03155	03155001
2806330	Wolperndorf	wolperndorf	DE		0	Europe/Berlin	50.9134	12.63699		Wolperndorf,Wolpersdorf		15	00	16077	16077036
2806331	Wölpern	woelpern	DE		0	Europe/Berlin	51.43914	12.58175				13	00	14730	14730140
2806332	Wolperdorf	wolperdorf	DE		0	Europe/Berlin	50.02711	6.23479				08	00	07232	07232064
2806333	Wolperath	wolperath	DE		0	Europe/Berlin	50.83136	7.32436		Wolperath		07	053	05382	05382040
2806335	Wölpe	woelpe	DE		0	Europe/Berlin	52.6687	9.25144				06	00	03256	03256022
2806336	Wolpadingen	wolpadingen	DE		0	Europe/Berlin	47.69937	8.10474		Wolpadingen		01	083	08337	08337027
2806340	Wolnhofen	wolnhofen	DE		0	Europe/Berlin	48.64281	11.45881				02	091	09186	09186147
2806341	Wölmsdorf	woelmsdorf	DE		0	Europe/Berlin	51.97086	12.96543				11	00	12072	12072297
2806344	Wolmirshorst	wolmirshorst	DE		0	Europe/Berlin	52.48522	11.00222		Kolonie Wolmirshorst,Wolmirshorst		14	00	15083	15083411
2806347	Wölm	wolm	DE		0	Europe/Berlin	49.78858	11.31008				02	094	09474	09474129
2806349	Wollup	wollup	DE		0	Europe/Berlin	52.62728	14.41243		Amt Wollup		11	00	12064	12064274
2806350	Wollstorf	wollstorf	DE		0	Europe/Berlin	48.43808	13.3025				02	092	09275	09275149
2806356	Wollseifen	wollseifen	DE		0	Europe/Berlin	50.58229	6.42817				07	053	05366	05366036
2806357	Wollsdorf	wollsdorf	DE		0	Europe/Berlin	51.18567	13.00452				13	00	14522	14522220
2806358	Wöllsdorf	woellsdorf	DE		0	Europe/Berlin	51.1238	13.03733				13	00	14522	14522080
2806359	Wollschow	wollschow	DE		0	Europe/Berlin	53.40472	14.1921				11	00	12073	12073085
2806361	Wollscheid	wollscheid	DE		0	Europe/Berlin	50.44512	7.14618				08	00	07131	07131208
2806363	Wölls	woells	DE		0	Europe/Berlin	51.53333	12.13333				14	00	15088	15088195
2806364	Wollrode	wollrode	DE		0	Europe/Berlin	51.21175	9.51353		Wollrode		05	066	06634	06634008
2806366	Wöllriederhof	wollriederhof	DE		0	Europe/Berlin	49.79091	10.00349		Wollriederhof,Wöllriederhof		02	096	09679	09679185
2806369	Wöllnitz	woellnitz	DE		0	Europe/Berlin	50.90495	11.59942				15	00	16053	16053000
2806371	Wöllnau	woellnau	DE		0	Europe/Berlin	51.54377	12.70466				13	00	14730	14730080
2806374	Wöllmetzhofen	wollmetzhofen	DE		0	Europe/Berlin	49.07215	11.04499				02	095	09577	09577127
2806375	Wollmesheim	wollmesheim	DE		0	Europe/Berlin	49.18015	8.07986				08	00	07313	07313000
2806376	Wollmershausen	wollmershausen	DE		0	Europe/Berlin	49.17399	10.03494				01	081	08127	08127014
2806377	Wollmerschied	wollmerschied	DE		0	Europe/Berlin	50.11623	7.85965				05	064	06439	06439010
2806378	Wollmering	wollmering	DE		0	Europe/Berlin	48.72391	13.18543				02	092	09271	09271127
2806379	Wollmering	wollmering	DE		0	Europe/Berlin	48.69208	13.27862				02	092	09275	09275111
2806381	Wöllmen	woellmen	DE		0	Europe/Berlin	51.41238	12.58295				13	00	14730	14730140
2806382	Wollmatingen	wollmatingen	DE		0	Europe/Berlin	47.69226	9.14595				01	083	08335	08335043
2806385	Wollmar	wollmar	DE		0	Europe/Berlin	50.97104	8.68148		Wollmar		05	065	06534	06534015
2806386	Wollmannsdorf	wollmannsdorf	DE		0	Europe/Berlin	49.06403	11.83459				02	093	09375	09375148
2806388	Wöllmannsbach	wollmannsbach	DE		0	Europe/Berlin	49.27641	12.05483				02	093	09376	09376161
2806390	Wollkofen	wollkofen	DE		0	Europe/Berlin	48.51911	12.31894				02	092	09274	09274111
2806391	Wöllkam	wollkam	DE		0	Europe/Berlin	47.82791	11.91982				02	091	09182	09182123
2806392	Wollishausen	wollishausen	DE		0	Europe/Berlin	48.32025	10.70661				02	097	09772	09772148
2806393	Wollingst	wollingst	DE		0	Europe/Berlin	53.47895	8.85524				06	00	03352	03352059
2806394	Wölling	wolling	DE		0	Europe/Berlin	48.29284	12.14186				02	091	09177	09177115
2806400	Wöllhausen	wollhausen	DE		0	Europe/Berlin	48.58685	8.67554				01	082	08235	08235020
2806401	Wollham	wollham	DE		0	Europe/Berlin	48.38752	13.32667				02	092	09275	09275141
2806405	Wolletsthal	wolletsthal	DE		0	Europe/Berlin	49.14417	12.48538				02	093	09372	09372142
2806406	Wollersum	wollersum	DE		0	Europe/Berlin	54.33264	8.99712				10	00	01051	01051065
2806407	Wollerstorf	wollerstorf	DE		0	Europe/Berlin	52.75193	10.6788				06	00	03151	03151040
2806409	Wollersleben	wollersleben	DE		0	Europe/Berlin	51.43903	10.72201		Wollersleben		15	00	16062	16062066
2806410	Wöllershof	wollershof	DE		0	Europe/Berlin	49.75221	12.1792				02	093	09374	09374158
2806412	Wöllersheim	woellersheim	DE		0	Europe/Berlin	51.99001	10.01488				06	00	03254	03254044
2806413	Wollersheim	wollersheim	DE		0	Europe/Berlin	50.67159	6.56517		Wollersheim		07	053	05358	05358044
2806415	Wollersdorf	wollersdorf	DE		0	Europe/Berlin	49.296	10.8558				02	095	09571	09571180
2806416	Wollersdorf	wollersdorf	DE		0	Europe/Berlin	48.96227	12.65486				02	092	09278	09278151
2806417	Wollersdorf	wollersdorf	DE		0	Europe/Berlin	48.52224	11.87468				02	091	09178	09178142
2806418	Wöllersdorf	wollersdorf	DE		0	Europe/Berlin	48.34645	12.60519				02	091	09171	09171127
2806419	Wöllersberg	woellersberg	DE		0	Europe/Berlin	51.11076	7.21917				07	053	05378	05378032
2806421	Wollerding	wollerding	DE		0	Europe/Berlin	48.34003	12.39593				02	091	09183	09183143
2806422	Wollenzhofen	wollenzhofen	DE		0	Europe/Berlin	49.3386	11.8097				02	093	09371	09371154
2806424	Wollenthin	wollenthin	DE		0	Europe/Berlin	53.32384	13.91579				11	00	12073	12073452
2806426	Wollenrade	wollenrade	DE		0	Europe/Berlin	52.73202	11.6456				14	00	15090	15090415
2806428	Wollenhagen	wollenhagen	DE		0	Europe/Berlin	52.6064	11.58375				14	00	15081	15081135
2806429	Wollendorf	wollendorf	DE		0	Europe/Berlin	50.45127	7.4241				08	00	07138	07138045
2806432	Wollenberg	wollenberg	DE		0	Europe/Berlin	52.72969	13.95787				11	00	12064	12064222
2806433	Wollenberg	wollenberg	DE		0	Europe/Berlin	50.48434	6.48439				07	053	05366	05366020
2806434	Wollenberg	wollenberg	DE		0	Europe/Berlin	49.291	9.03569		Wollenberg		01	081	08125	08125006
2806441	Wollbach bei Bad Kissingen	wollbach-bei-bad-kissingen	DE		0	Europe/Berlin	50.27375	10.00232		Wollbach,Wollbach bei Bad Kissingen		02	096	09672	09672117
2806445	Wollau	wollau	DE		0	Europe/Berlin	49.76679	11.96784				02	093	09374	09374149
2806446	Wölland	wolland	DE		0	Europe/Berlin	49.21036	12.05297				02	093	09376	09376119
2806447	Wollah	wollah	DE		0	Europe/Berlin	53.20016	8.68806				06	00	03356	03356008
2806449	Wollaberg	wollaberg	DE		0	Europe/Berlin	48.72007	13.67111				02	092	09272	09272129
2806450	Wolkwitz	wolkwitz	DE		0	Europe/Berlin	53.78155	12.93256				12	00	13071	13071014
2806451	Wolkshausen	wolkshausen	DE		0	Europe/Berlin	49.62611	9.97844				02	096	09679	09679134
2806454	Wolkow	wolkow	DE		0	Europe/Berlin	53.89478	12.97116				12	00	13071	13071157
2806455	Wolkow	wolkow	DE		0	Europe/Berlin	53.65633	13.16763				12	00	13071	13071160
2806457	Wölkisch	woelkisch	DE		0	Europe/Berlin	51.22516	13.36006				13	00	14627	14627020
2806458	Wölkham	wolkham	DE		0	Europe/Berlin	48.12034	12.55319				02	091	09189	09189115
2806459	Wölkham	wolkham	DE		0	Europe/Berlin	47.96901	12.26177				02	091	09187	09187139
2806460	Wolketsweiler	wolketsweiler	DE		0	Europe/Berlin	47.77963	9.49773				01	084	08436	08436095
2806461	Wolkertshofen	wolkertshofen	DE		0	Europe/Berlin	48.79935	11.26115		Wolkertshofen		02	091	09176	09176149
2806462	Wolkertsham	wolkertsham	DE		0	Europe/Berlin	48.36121	13.00017				02	092	09277	09277152
2806463	Wolkersfelden	wolkersfelden	DE		0	Europe/Berlin	49.38944	10.04185				01	081	08128	08128082
2806466	Wölkersdorf	wolkersdorf	DE		0	Europe/Berlin	49.76951	11.71177				02	093	09374	09374129
2806467	Wölkersdorf	wolkersdorf	DE		0	Europe/Berlin	49.16077	12.9013				02	093	09372	09372137
2806468	Wolkersdorf	wolkersdorf	DE		0	Europe/Berlin	47.95251	12.77761				02	091	09189	09189127
2806469	Wolkersdorf	wolkersdorf	DE		0	Europe/Berlin	47.88019	12.60813				02	091	09189	09189155
2806470	Wolkering	wolkering	DE		0	Europe/Berlin	48.932	12.1296		Wolkering		02	093	09375	09375205
2806471	Wolkering	wolkering	DE		0	Europe/Berlin	47.87969	12.18573				02	091	09187	09187163
2806472	Wolkerding	wolkerding	DE		0	Europe/Berlin	47.98492	12.04265				02	091	09175	09175136
2806473	Wolkenwehe	wolkenwehe	DE		0	Europe/Berlin	53.81667	9.35				10			
2806476	Wolkenhof	wolkenhof	DE		0	Europe/Berlin	48.98605	9.57514				01	081	08119	08119044
2806477	Wölkendorf	wolkendorf	DE		0	Europe/Berlin	50.00443	11.17872				02	094	09471	09471189
2806478	Wolkenburg	wolkenburg	DE		0	Europe/Berlin	52.76667	7.43333				06	00	03454	03454024
2806479	Wolkenburg	wolkenburg	DE		0	Europe/Berlin	50.89937	12.67083				13	00	14524	14524180
2806483	Wolkenberg-Ausbau	wolkenberg-ausbau	DE		0	Europe/Berlin	51.6	14.26667				11	00	12071	12071372
2806484	Wolkenberg	wolkenberg	DE		0	Europe/Berlin	51.60744	14.25798		Klesnik,Klěšnik		11	00	12071	12071372
2806485	Wolkenberg	wolkenberg	DE		0	Europe/Berlin	47.75361	10.40985				02	097	09780	09780147
2806490	Wölkau	woelkau	DE		0	Europe/Berlin	51.31496	12.0613				14	00	15088	15088205
2806491	Wölkau	woelkau	DE		0	Europe/Berlin	51.15313	14.24244		Wjelkowy		13	00	14625	14625100
2806492	Wolkau	wolkau	DE		0	Europe/Berlin	51.08734	13.29328				13	00	14627	14627180
2806493	Wölkau	woelkau	DE		0	Europe/Berlin	50.97551	13.83059				13	00	14628	14628160
2806495	Wolkar	wolkar	DE		0	Europe/Berlin	48.65999	13.57631				02	092	09275	09275126
2806500	Wolgasterfähre	wolgasterfaehre	DE		0	Europe/Berlin	54.05594	13.79371				12	00	13075	13075144
2806502	Wolfzennen	wolfzennen	DE		0	Europe/Berlin	47.65	9.53333				01	084	08435	08435013
2806505	Wolfterode	wolfterode	DE		0	Europe/Berlin	51.22335	9.91485				05	066	06636	06636008
2806506	Wölfterode	woelfterode	DE		0	Europe/Berlin	51.02094	10.00994				05	066	06636	06636011
2806512	Wolfswinkel	wolfswinkel	DE		0	Europe/Berlin	51.87767	12.84797				14	00	15091	15091391
2806518	Wolfstempel	wolfstempel	DE		0	Europe/Berlin	50.61667	13.46667				13	00	14521	14521140
2806520	Wolfsteinerau	wolfsteinerau	DE		0	Europe/Berlin	48.58762	12.2545				02	092	09261	09261000
2806532	Wolfstange	wolfstange	DE		0	Europe/Berlin	53.04678	7.92561				06	00	03453	03453007
2806533	Wolfstall	wolfstall	DE		0	Europe/Berlin	51.12741	7.09606				07	053	05378	05378016
2806535	Wolfsstraße	wolfsstrasse	DE		0	Europe/Berlin	53.28892	8.28259				06	00	03461	03461008
2806536	Wolfsstaud	wolfsstaud	DE		0	Europe/Berlin	50.39507	12.00077				13	00	14523	14523450
2806537	Wolfsruh	wolfsruh	DE		0	Europe/Berlin	53.05607	13.0854		Konigstadt,Konigstadt uber Gransee,Königstädt,Königstädt über Gransee,Wolfsruh		11	00	12065	12065117
2806539	Wolfsried	wolfsried	DE		0	Europe/Berlin	47.57922	10.01347				02	097	09776	09776127
2806540	Wolfsricht	wolfsricht	DE		0	Europe/Berlin	49.2468	11.35755				02	093	09373	09373114
2806542	Wolfspfütz	wolfspfuetz	DE		0	Europe/Berlin	50.56728	12.33424		Lengenfeld-Wolfspfutz,Lengenfeld-Wolfspfütz,Wolfspfutz,Wolfspfütz		13	00	14523	14523170
2806543	Wolfsort	wolfsort	DE		0	Europe/Berlin	51.07096	7.25741				07	053	05378	05378012
2806544	Wolfsölden	wolfsolden	DE		0	Europe/Berlin	49.29905	9.7753				01	081	08126	08126046
2806545	Wolfsölden	wolfsolden	DE		0	Europe/Berlin	48.91996	9.35391				01	081	08118	08118001
2806546	Wolfsöd	wolfsod	DE		0	Europe/Berlin	48.50072	13.02717				02	092	09277	09277117
2806547	Wolfsöd	wolfsod	DE		0	Europe/Berlin	47.78333	11.5				02	091	09173	09173145
2806548	Wolfsmünster	wolfsmunster	DE		0	Europe/Berlin	50.09275	9.73441				02	096	09677	09677133
2806550	Wolfslohe	wolfslohe	DE		0	Europe/Berlin	49.80067	11.54825				02	094	09472	09472175
2806553	Wolfsloch	wolfsloch	DE		0	Europe/Berlin	50.14213	11.18181				02	094	09478	09478127
2806555	Wolfslake	wolfslake	DE		0	Europe/Berlin	52.70349	13.04558				11	00	12065	12065251
2806559	Wolfskuhle	wolfskuhle	DE		0	Europe/Berlin	51.23705	7.20033				07	051	05124	05124000
2806565	Wolfskrug	wolfskrug	DE		0	Europe/Berlin	54.45442	9.64269				10	00	01058	01058030
2806566	Wolfskreut	wolfskreut	DE		0	Europe/Berlin	49.33509	10.0643				01	081	08127	08127075
2806575	Wolfskofen	wolfskofen	DE		0	Europe/Berlin	48.98357	12.25423				02	093	09375	09375170
2806576	Wolfskehlen	wolfskehlen	DE		0	Europe/Berlin	49.85306	8.49972				05	064	06433	06433011
2806577	Wolfskaute	wolfskaute	DE		0	Europe/Berlin	50.89812	8.90077		Wolfskaute		05	065	06534	06534017
2806584	Wolfsittard	wolfsittard	DE		0	Europe/Berlin	51.17406	6.37126		Wolfsittard		07	051	05116	05116000
2806586	Wolfshoven	wolfshoven	DE		0	Europe/Berlin	50.92088	6.41331				07	053	05358	05358024
2806590	Wolfshöhe	wolfshohe	DE		0	Europe/Berlin	49.54493	11.32613				02	095	09574	09574141
2806593	Wolfshof	wolfshof	DE		0	Europe/Berlin	48.56771	11.34293				02	091	09186	09186128
2806597	Wolfshausen	wolfshausen	DE		0	Europe/Berlin	50.73215	8.73872				05	065	06534	06534020
2806598	Wolfshausen	wolfshausen	DE		0	Europe/Berlin	48.68335	11.88333				02	092	09273	09273163
2806602	Wolfshahn	wolfshahn	DE		0	Europe/Berlin	51.23333	7.13333				07	051	05124	05124000
2806612	Wolfsgrund	wolfsgrund	DE		0	Europe/Berlin	50.77043	13.41133		Wolfsgrund		13	00	14522	14522090
2806613	Wolfsgrün	wolfsgruen	DE		0	Europe/Berlin	50.51814	12.61414		Blauenthal-Wolfsgrun,Blauenthal-Wolfsgrün,Wolfsgrun,Wolfsgrün		13	00	14521	14521170
2806619	Wolfsgrub	wolfsgrub	DE		0	Europe/Berlin	48.53774	12.42854				02	092	09274	09274112
2806620	Wolfsgrub	wolfsgrub	DE		0	Europe/Berlin	47.68209	11.78905				02	091	09182	09182129
2806623	Wolfsgefärth	wolfsgefaerth	DE		0	Europe/Berlin	50.81233	12.06675				15	00	16076	16076086
2806624	Wolfsgasse	wolfsgasse	DE		0	Europe/Berlin	48.64146	12.64856				02	092	09279	09279122
2806626	Wolfsgarten	wolfsgarten	DE		0	Europe/Berlin	52.46568	13.59032				16	00	11000	11000000
2806629	Wolfsfelde	wolfsfelde	DE		0	Europe/Berlin	52.07908	11.63555		Kolonie Wolfsfelde,Wolfsfelde		14	00	15003	15003000
2806630	Wolfsfeld	wolfsfeld	DE		0	Europe/Berlin	49.40797	11.69376				02	093	09371	09371132
2806640	Wolfsdorf	wolfsdorf	DE		0	Europe/Berlin	54.16022	12.89795				12	00	13073	13073034
2806641	Wolfsdorf	wolfsdorf	DE		0	Europe/Berlin	52.35	11.06667				14	00	15083	15083411
2806642	Wolfsdorf	wolfsdorf	DE		0	Europe/Berlin	50.11506	11.03078				02	094	09478	09478165
2806643	Wolfsdorf	wolfsdorf	DE		0	Europe/Berlin	48.64187	12.70517				02	092	09279	09279122
2806644	Wolfschüsser	wolfschusser	DE		0	Europe/Berlin	48.49973	13.06023				02	092	09277	09277117
2806647	Wolfscheiben	wolfscheiben	DE		0	Europe/Berlin	48.53639	13.07876				02	092	09277	09277117
2806804	Wolfgrub	wolfgrub	DE		0	Europe/Berlin	47.94547	10.99924				02	091	09181	09181114
2806657	Wolfsbühl	wolfsbuhl	DE		0	Europe/Berlin	50.01323	12.2581				02	093	09377	09377158
2806658	Wolfsbühl	wolfsbuhl	DE		0	Europe/Berlin	49.02226	10.40686				02	095	09571	09571224
2806663	Wolfsbuch	wolfsbuch	DE		0	Europe/Berlin	49.41545	10.12025				01	081	08128	08128020
2806664	Wolfsbuch	wolfsbuch	DE		0	Europe/Berlin	48.97746	11.56033				02	091	09176	09176114
2806669	Wolfsbruchermoor	wolfsbruchermoor	DE		0	Europe/Berlin	53.74089	9.31037				06	00	03359	03359040
2806670	Wolfsbruch	wolfsbruch	DE		0	Europe/Berlin	53.74569	9.33146				06	00	03359	03359040
2806674	Wolfsbronn	wolfsbronn	DE		0	Europe/Berlin	49.01363	10.79139		Wolfsbronn		02	095	09577	09577150
2806746	Wolfsbehringen	wolfsbehringen	DE		0	Europe/Berlin	51.00643	10.49175				15	00	16063	16063098
2806753	Wolfsbach	wolfsbach	DE		0	Europe/Berlin	49.90564	11.60941				02	094	09462	09462000
2806754	Wolfsbach	wolfsbach	DE		0	Europe/Berlin	49.47703	12.06555				02	093	09376	09376159
2806755	Wolfsbach	wolfsbach	DE		0	Europe/Berlin	49.3654	11.91592				02	093	09371	09371120
2806756	Wolfsbach	wolfsbach	DE		0	Europe/Berlin	48.58265	12.28695				02	092	09274	09274156
2806758	Wolfsau	wolfsau	DE		0	Europe/Berlin	49.3169	10.2143		Wolfsau		02	095	09571	09571134
2806759	Wolfsau	wolfsau	DE		0	Europe/Berlin	49.25072	10.86204		Wolfsau		02	095	09571	09571226
2806760	Wolfsanger	wolfsanger	DE		0	Europe/Berlin	51.33801	9.54669		Wolfsanger-Hasenhecke		05	066	06611	06611000
2806764	Wolfsacker	wolfsacker	DE		0	Europe/Berlin	48.68459	12.48708				02	092	09279	09279128
2806766	Wolfring	wolfring	DE		0	Europe/Berlin	49.41131	12.04049		Wolfering,Wolfring		02	093	09376	09376125
2806767	Wolfratz	wolfratz	DE		0	Europe/Berlin	47.61667	9.66667				01	084	08435	08435057
2806769	Wolframshof	wolframshof	DE		0	Europe/Berlin	49.83312	11.88745				02	093	09377	09377128
2806772	Wolframsdorf	wolframsdorf	DE		0	Europe/Berlin	50.75705	12.24618				15			
2806773	Wolfrain	wolfrain	DE		0	Europe/Berlin	48.06659	12.13013				02	091	09187	09187124
2806774	Wölfnitz	woelfnitz	DE		0	Europe/Berlin	51.03765	13.67757				13	00	14612	14612000
2806776	Wolfmannsgehau	wolfmannsgehau	DE		0	Europe/Berlin	51.08634	10.16799				15	00	16063	16063076
2806777	Wölflkofen	wolflkofen	DE		0	Europe/Berlin	48.66187	12.19797				02	092	09274	09274127
2806778	Wölflkofen	wolflkofen	DE		0	Europe/Berlin	48.54445	12.24543				02	092	09274	09274111
2806787	Wölfl	wolfl	DE		0	Europe/Berlin	47.76094	11.36154				02	091	09190	09190141
2806788	Wölfis	woelfis	DE		1662	Europe/Berlin	50.80825	10.77905		Wolfis,Wölfis	16067053	15	00	16067	16067053
2806790	Wölfing	wolfing	DE		0	Europe/Berlin	48.47522	11.69964				02	091	09178	09178156
2806791	Wolfing	wolfing	DE		0	Europe/Berlin	48.3978	13.32766				02	092	09275	09275141
2806793	Wolfholz	wolfholz	DE		0	Europe/Berlin	47.84428	10.49899				02	097	09777	09777111
2806801	Wolfhag	wolfhag	DE		0	Europe/Berlin	48.54508	8.08688				01	083	08317	08317089
2806802	Wolfgruben	wolfgruben	DE		0	Europe/Berlin	50.87276	8.54348				05	065	06534	06534007
2806803	Wolfgrub	wolfgrub	DE		0	Europe/Berlin	48.21026	12.37867				02	091	09183	09183113
2806806	Wolfgelts	wolfgelts	DE		0	Europe/Berlin	47.75462	9.89408				01	084	08436	08436052
2806807	Wolfgarten	wolfgarten	DE		0	Europe/Berlin	50.59027	6.49299		Wolfgarten		07	053	05366	05366036
2806808	Wolfgangshof	wolfgangshof	DE		0	Europe/Berlin	49.40691	10.92456				02	095	09573	09573134
2806809	Wolfgangsberg	wolfgangsberg	DE		0	Europe/Berlin	47.61667	9.8				02	097	09776	09776122
2806812	Wolfgang	wolfgang	DE		0	Europe/Berlin	50.12073	8.96869		Wolfgang		05	064	06435	06435014
2806816	Wolfradshof	wolfradshof	DE		0	Europe/Berlin	53.93275	13.56503				12	00	13075	13075125
2806820	Wolfesing	wolfesing	DE		0	Europe/Berlin	48.10944	11.8297				02	091	09175	09175139
2806824	Wolfertsried	wolfertsried	DE		0	Europe/Berlin	48.97472	12.91241				02	092	09276	09276111
2806825	Wolfertsreute	wolfertsreute	DE		0	Europe/Berlin	47.95052	9.49103				01	084	08436	08436047
2806826	Wolfertshofen	wolfertshofen	DE		0	Europe/Berlin	49.06819	11.64594				02	093	09373	09373115
2806827	Wolfertshofen	wolfertshofen	DE		0	Europe/Berlin	47.64212	9.92814				02	097	09776	09776114
2806828	Wolfertshausen	wolfertshausen	DE		0	Europe/Berlin	48.6162	11.71399		Wolfertshausen		02	092	09273	09273147
2806829	Wolfertshausen	wolfertshausen	DE		0	Europe/Berlin	48.47281	11.34785				02	091	09186	09186125
2806830	Wolfertsfeld	wolfertsfeld	DE		0	Europe/Berlin	49.42186	11.59744				02	093	09371	09371116
2806832	Wolfertschlag	wolfertschlag	DE		0	Europe/Berlin	48.9024	13.31799				02	092	09272	09272116
2806833	Wolfertsbronn	wolfertsbronn	DE		0	Europe/Berlin	49.05467	10.26712				02	095	09571	09571136
2806834	Wolferts	wolferts	DE		0	Europe/Berlin	50.53798	9.86186				05	066	06631	06631003
2806835	Wolferts	wolferts	DE		0	Europe/Berlin	47.9279	10.28353				02	097	09778	09778186
2806837	Wolferthau	wolferthau	DE		0	Europe/Berlin	48.72831	11.98235				02	092	09274	09274176
2806840	Wolferszwing	wolferszwing	DE		0	Europe/Berlin	49.11445	12.27694				02	093	09375	09375119
2806841	Wolferszell	wolferszell	DE		0	Europe/Berlin	48.96425	12.62644				02	092	09278	09278190
2806842	Wolfersweiler	wolfersweiler	DE		0	Europe/Berlin	49.56487	7.17737		Wolfersweiler		09	00	10046	10046114
2806843	Wolfersthal	wolfersthal	DE		0	Europe/Berlin	49.14416	11.49445				02	093	09373	09373112
2806844	Wolferstetten	wolferstetten	DE		0	Europe/Berlin	49.64256	9.52444				01	081	08128	08128064
2806848	Wolfersreuth	wolfersreuth	DE		0	Europe/Berlin	49.96625	12.08386				02	093	09377	09377157
2806849	Wolfersreut	wolfersreut	DE		0	Europe/Berlin	48.82093	13.48309				02	092	09272	09272140
2806850	Wolferskofen	wolferskofen	DE		0	Europe/Berlin	48.82734	12.78387				02	092	09271	09271151
2806855	Wölfershausen	woelfershausen	DE		0	Europe/Berlin	50.87369	9.99121				05	066	06632	06632009
2806856	Wölfershausen	woelfershausen	DE		449	Europe/Berlin	50.48333	10.43333			16066094	15	00	16066	16066094
2806857	Wolfersgrün	wolfersgruen	DE		0	Europe/Berlin	50.61295	12.48532				13	00	14524	14524130
2806858	Wolfersgrün	wolfersgrun	DE		0	Europe/Berlin	50.30909	11.53192				02	094	09476	09476184
2806874	Wolfersberg	wolfersberg	DE		0	Europe/Berlin	48.04791	11.81442				02	091	09175	09175131
2806882	Wolfersbach	wolfersbach	DE		0	Europe/Berlin	48.54768	8.14387				01	083	08317	08317102
2806883	Wolfersbach	wolfersbach	DE		0	Europe/Berlin	48.28376	7.93589				01	083	08317	08317127
2806891	Wolferkofen	wolferkofen	DE		0	Europe/Berlin	48.81726	12.64235				02	092	09278	09278167
2806892	Wolferkam	wolferkam	DE		0	Europe/Berlin	47.84651	12.24935				02	091	09187	09187167
2806896	Wolferdingsen	wolferdingsen	DE		0	Europe/Berlin	52.26031	8.75296				07	057	05770	05770004
2806897	Wolferding	wolferding	DE		0	Europe/Berlin	48.41714	12.33854				02	092	09274	09274184
2806898	Wölferbütt	woelferbuett	DE		436	Europe/Berlin	50.76667	10.05			16063082	15	00	16063	16063082
2806900	Wolferborn	wolferborn	DE		0	Europe/Berlin	50.32996	9.19503				05	064	06440	06440004
2806901	Wolferazhofen	wolferazhofen	DE		0	Europe/Berlin	47.77757	9.96011				01	084	08436	08436055
2806902	Wolfer	wolfer	DE		0	Europe/Berlin	52.33105	7.78039				07	055	05566	05566056
2806903	Wolfenweiler	wolfenweiler	DE		0	Europe/Berlin	47.95904	7.75903		Wolfenweiler		01	083	08315	08315098
2806911	Wolfenhausen	wolfenhausen	DE		0	Europe/Berlin	50.38194	8.31686		Wolfenhausen		05	065	06533	06533018
2806912	Wolfenhausen	wolfenhausen	DE		0	Europe/Berlin	48.48953	8.84751				01	084	08416	08416049
2806913	Wolfenbüttel	wolfenbuettel	DE		0	Europe/Berlin	54.03604	9.07897				10	00	01051	01051017
2806914	Wolfenbüttel	wolfenbuettel	DE		54740	Europe/Berlin	52.16442	10.54095		Guelpherbytum,Vol'fenbjuttel',Volfembutel,Volfenbitel,Volfenbjutel,Wolfenbuettel,Wolfenbuttel,Wolfenbüttel,Wulfenbuettel,Wulfenbüttel,fwlfnbwtl,wlfnbwtl,wo er fen bi te er,Волфенбител,Волфенбютел,Вольфенбюттель,فولفنبوتل,ولفنبوتل,沃爾芬比特爾	03158	06	00	03158	03158037
2806915	Wolfenbrück	wolfenbruck	DE		0	Europe/Berlin	49.01253	9.61106				01	081	08127	08127062
2806918	Wolfenacker	wolfenacker	DE		0	Europe/Berlin	50.52328	7.43889				08	00	07138	07138047
2806926	Wolfbusch	wolfbusch	DE		0	Europe/Berlin	48.80619	9.10526				01	081	08111	08111000
2806928	Wolfbühl	wolfbuhl	DE		0	Europe/Berlin	47.67129	10.06462				02	097	09776	09776118
2806932	Wolfaz	wolfaz	DE		0	Europe/Berlin	47.68333	9.86667				01	084	08436	08436081
2806933	Wolfau	wolfau	DE		0	Europe/Berlin	48.69623	13.69145				02	092	09272	09272129
2806934	Wolfau	wolfau	DE		0	Europe/Berlin	48.88904	13.20891				02	092	09276	09276126
2806937	Wolfartswinden	wolfartswinden	DE		0	Europe/Berlin	49.25854	10.63106				02	095	09561	09561000
2806938	Wolfartsweiler	wolfartsweiler	DE		0	Europe/Berlin	48.00143	9.43702				01	084	08437	08437100
2806939	Wolfartsweiler	wolfartsweiler	DE		0	Europe/Berlin	47.96274	9.86982				01	084	08436	08436010
2806940	Wolfartsweier	wolfartsweier	DE		0	Europe/Berlin	48.9765	8.45673		Wolfartsweier		01	082	08212	08212000
2806941	Wolfakirchen	wolfakirchen	DE		0	Europe/Berlin	48.50025	13.10412		Wolfakirchen		02	092	09275	09275125
2806947	Wolfa	wolfa	DE		0	Europe/Berlin	48.53222	13.19862				02	092	09275	09275138
2806948	Wolf	wolf	DE		0	Europe/Berlin	48.45224	8.28646				01	082	08237	08237075
2806949	Wölf	woelf	DE		0	Europe/Berlin	50.7819	9.80724				05	066	06631	06631007
2806950	Wolf	wolf	DE		0	Europe/Berlin	50.30898	9.08861				05	064	06440	06440004
2806951	Wolf	wolf	DE		0	Europe/Berlin	49.97908	7.10345				08	00	07231	07231124
2806952	Wolf	wolf	DE		0	Europe/Berlin	48.6	13.06667				02	092	09275	09275114
2806955	Woldzegarten	woldzegarten	DE		0	Europe/Berlin	53.39927	12.48687				12	00	13071	13071088
2806957	Woldhof	woldhof	DE		0	Europe/Berlin	53.63006	11.01554				12	00	13074	13074070
2806961	Woldenitz	woldenitz	DE		0	Europe/Berlin	54.5817	13.29998				12	00	13073	13073101
2806969	Woldang	woldang	DE		0	Europe/Berlin	47.77757	10.33731				02	097	09780	09780122
2806971	Wold	wold	DE		0	Europe/Berlin	53.64463	7.59193				06	00	03462	03462003
2806972	Wölchingen	wolchingen	DE		0	Europe/Berlin	49.48487	9.63377				01	081	08128	08128014
2806973	Wolbrechtshausen	wolbrechtshausen	DE		0	Europe/Berlin	51.63423	9.88411		Wolbrechtshausen		06	00	03155	03155010
2806976	Wölbersbach	wolbersbach	DE		0	Europe/Berlin	50.22399	11.84559				02	094	09475	09475142
2806979	Wolbeck	wolbeck	DE		0	Europe/Berlin	51.91749	7.7287		Kirchspiel-Wolbeck,Wolbeck		07	055	05515	05515000
2806980	Wölbattendorf	wolbattendorf	DE		0	Europe/Berlin	50.30818	11.84993				02	094	09464	09464000
2806981	Woland	woland	DE		0	Europe/Berlin	53.9101	12.2331				12	00	13072	13072046
2806982	Wokuhl	wokuhl	DE		0	Europe/Berlin	53.28362	13.20153				12	00	13071	13071162
2806983	Wokrent	wokrent	DE		0	Europe/Berlin	53.9658	11.91789				12	00	13072	13072050
2806984	Woja	woja	DE		0	Europe/Berlin	50.25933	11.97707				02	094	09475	09475162
2806985	Woitendorf	woitendorf	DE		0	Europe/Berlin	53.73377	10.96495				12	00	13074	13074042
2806988	Wohsen	wohsen	DE		0	Europe/Berlin	54.14826	12.65625				12	00	13073	13073022
2806989	Wöhrsberg	wohrsberg	DE		0	Europe/Berlin	48.91841	10.34253				01	081	08136	08136075
2806993	Wöhrhof	wohrhof	DE		0	Europe/Berlin	49.12453	12.63736				02	093	09372	09372164
2806994	Wöhrhof	wohrhof	DE		0	Europe/Berlin	49.13669	12.13879				02	093	09375	09375190
2806996	Wohrenstorf	wohrenstorf	DE		0	Europe/Berlin	54.01049	12.42863				12	00	13072	13072021
2806997	Wöhren	woehren	DE		0	Europe/Berlin	52.23819	8.81229				07	057	05770	05770004
2806998	Wöhren	woehren	DE		0	Europe/Berlin	51.95992	9.01995				07	057	05766	05766016
2807002	Wöhrden	woehrden	DE		0	Europe/Berlin	53.61033	9.51097				06	00	03359	03359026
2807005	Wohra	wohra	DE		0	Europe/Berlin	50.93337	8.94748				05	065	06534	06534022
2807006	Wöhr	wohr	DE		0	Europe/Berlin	49.80442	11.24365				02	094	09474	09474176
2807007	Wöhr	wohr	DE		0	Europe/Berlin	48.81466	11.75251		Wohr,Wöhr		02	092	09273	09273152
2807008	Wöhr	wohr	DE		0	Europe/Berlin	48.35347	11.35864				02	091	09174	09174131
2807011	Wohnsig	wohnsig	DE		0	Europe/Berlin	50.06173	11.24275				02	094	09478	09478176
2807012	Wohnsgehaig	wohnsgehaig	DE		0	Europe/Berlin	49.89099	11.39568				02	094	09472	09472167
2807013	Wohnsdorf	wohnsdorf	DE		0	Europe/Berlin	49.91796	11.42273				02	094	09472	09472167
2807014	Wohnrod	wohnrod	DE		0	Europe/Berlin	50.14166	9.54923		Wohnrod,Wohnroth		02	096	09677	09677128
2807015	Wohnroth	wohnroth	DE		0	Europe/Berlin	50.05786	7.38354		Wohnroth		08	00	07140	07140009
2807016	Wohnried	wohnried	DE		0	Europe/Berlin	47.7	9.88333				01	084	08436	08436081
2807017	Wöhningen	woehningen	DE		0	Europe/Berlin	52.89943	10.9271				06	00	03354	03354001
2807018	Wohnfeld	wohnfeld	DE		0	Europe/Berlin	50.5736	9.12401		Wohnfeld		05	065	06535	06535018
2807020	Wohnbach	wohnbach	DE		1050	Europe/Berlin	50.42864	8.82923				05	064	06440	06440024
2807021	Wohnbach	wohnbach	DE		0	Europe/Berlin	49.30216	10.2482				02	095	09571	09571198
2807022	Wohnau	wohnau	DE		0	Europe/Berlin	49.96427	10.45759				02	096	09674	09674163
2807023	Wohmbrechts	wohmbrechts	DE		0	Europe/Berlin	47.65731	9.85264				02	097	09776	09776131
2807031	Wöhlsdorf	woehlsdorf	DE		0	Europe/Berlin	50.66578	11.34089				15	00	16073	16073077
2807032	Wöhlsdorf	woehlsdorf	DE		0	Europe/Berlin	50.65229	11.54423				15	00	16075	16075103
2807035	Wohlsbach	wohlsbach	DE		0	Europe/Berlin	49.53579	12.16433				02	093	09376	09376150
2807038	Wohlmuthshüll	wohlmuthshull	DE		0	Europe/Berlin	49.77482	11.22371		Wohlmuthshull,Wohlmuthshüll		02	094	09474	09474121
2807039	Wohlmuths	wohlmuths	DE		0	Europe/Berlin	47.8254	10.32303				02	097	09780	09780119
2807040	Wohlmuthausen	wohlmuthausen	DE		0	Europe/Berlin	50.57426	10.21071				15	00	16066	16066093
2807041	Wohlmuthausen	wohlmuthausen	DE		0	Europe/Berlin	49.26194	9.57859		Wohlmuthausen		01	081	08126	08126028
2807043	Wohlmannsgesees	wohlmannsgesees	DE		0	Europe/Berlin	49.79055	11.26296		Wohlmannsgesees		02	094	09474	09474176
2807044	Wohlhausen	wohlhausen	DE		0	Europe/Berlin	50.32303	12.34692		Wohlhausen		13	00	14523	14523200
2807046	Wohlgemuth	wohlgemuth	DE		0	Europe/Berlin	52.68731	11.07591		Wohlgemuth		14	00	15081	15081045
2807048	Wohlfest	wohlfest	DE		0	Europe/Berlin	49.38604	12.08224				02	093	09376	09376125
2807050	Wohlesbostel	wohlesbostel	DE		0	Europe/Berlin	53.38153	9.68694				06	00	03353	03353019
2807051	Wohlerst	wohlerst	DE		0	Europe/Berlin	53.42297	9.40101				06	00	03359	03359008
2807055	Wohlenrode	wohlenrode	DE		0	Europe/Berlin	52.65585	10.35216				06	00	03351	03351008
2807056	Wohlenhausen	wohlenhausen	DE		0	Europe/Berlin	52.66324	9.12358				06	00	03256	03256021
2807057	Wohlenhausen	wohlenhausen	DE		0	Europe/Berlin	51.96405	10.09661				06	00	03254	03254008
2807058	Wohlenhagen	wohlenhagen	DE		0	Europe/Berlin	53.92622	11.2499				12	00	13074	13074032
2807059	Wohlendorf	wohlendorf	DE		0	Europe/Berlin	52.79103	9.36207				06	00	03358	03358018
2807060	Wohlenbüttel	wohlenbuettel	DE		0	Europe/Berlin	53.14163	10.19972				06	00	03355	03355027
2807062	Wohlenberg	wohlenberg	DE		0	Europe/Berlin	53.94004	11.24424		Wohlenberg		12	00	13074	13074039
2807063	Wohlenberg	wohlenberg	DE		0	Europe/Berlin	52.81364	11.6094				14	00	15090	15090007
2807066	Wohlenbeck	wohlenbeck	DE		0	Europe/Berlin	53.66331	9.12603				06	00	03352	03352029
2807067	Wöhle	woehle	DE		0	Europe/Berlin	52.14629	10.13051				06	00	03254	03254029
2807068	Wohldorf-Ohlstedt	wohldorf-ohlstedt	DE		4450	Europe/Berlin	53.69282	10.13117		Hamburg-Ohlstedt,Hamburg-Wohldorf,Wohldorf-Ohlstedt		04	00	02000	02000000
2807070	Wohldheide	wohldheide	DE		0	Europe/Berlin	52.76537	8.90018				06	00	03251	03251049
2807079	Wohld	wohld	DE		0	Europe/Berlin	53.73551	9.79515				10	00	01056	01056014
2807080	Wohld	wohld	DE		0	Europe/Berlin	52.66233	8.00057				06	00	03459	03459007
2807086	Wohlbedacht	wohlbedacht	DE		0	Europe/Berlin	51.49758	8.80085				07	057	05774	05774040
2807090	Wohlbach	wohlbach	DE		0	Europe/Berlin	50.35398	12.3109				13	00	14523	14523230
2807091	Wohlbach	wohlbach	DE		0	Europe/Berlin	50.20884	10.92224		Wohlbach		02	094	09473	09473112
2807092	Wohlau	wohlau	DE		0	Europe/Berlin	51.42366	13.15437		Wohlau		13	00	14730	14730045
2807095	Wohla	wohla	DE		0	Europe/Berlin	51.2326	14.11561				13	00	14625	14625130
2807096	Wohla	wohla	DE		0	Europe/Berlin	51.13939	14.64472		Walowy,Wohla		13	00	14626	14626290
2807099	Wogau	wogau	DE		0	Europe/Berlin	50.93165	11.65979				15	00	16053	16053000
2807100	Woffleben	woffleben	DE		0	Europe/Berlin	51.55861	10.72025				15	00	16062	16062005
2807101	Woffenricht	woffenricht	DE		0	Europe/Berlin	49.44147	11.67272				02	093	09371	09371131
2807102	Woffendorf	woffendorf	DE		0	Europe/Berlin	50.1148	11.23876				02	094	09478	09478111
2807103	Woffenbach	woffenbach	DE		0	Europe/Berlin	49.2762	11.43514				02	093	09373	09373147
2807104	Woffelsbach	woffelsbach	DE		0	Europe/Berlin	50.62775	6.38405				07	053	05334	05334028
2807106	Woez	woez	DE		0	Europe/Berlin	53.59138	11.08744				12	00	13076	13076153
2807107	Woeten	woeten	DE		0	Europe/Berlin	53.53011	11.8891				12	00	13076	13076164
2807109	Wodorf	wodorf	DE		0	Europe/Berlin	53.98097	11.52379				12	00	13074	13074007
2807110	Wodenhof	wodenhof	DE		0	Europe/Berlin	53.60215	11.25174				12	00	13074	13074025
2807111	Woddow	woddow	DE		0	Europe/Berlin	53.37831	14.17871				11	00	12073	12073085
2807112	Wodarg	wodarg	DE		0	Europe/Berlin	53.74333	13.35148				12	00	13071	13071158
2807116	Wocklum	wocklum	DE		0	Europe/Berlin	51.34211	7.88828				07	059	05962	05962008
2807118	Wockerath	wockerath	DE		0	Europe/Berlin	51.07527	6.34495				07	053	05370	05370004
2807122	Wochowsee	wochowsee	DE		0	Europe/Berlin	52.22596	13.90379		Wochowsee		11	00	12067	12067481
2807123	Woching	woching	DE		0	Europe/Berlin	48.41983	12.95914				02	092	09277	09277138
2807125	Wochern	wochern	DE		0	Europe/Berlin	49.50214	6.40554				09	00	10042	10042115
2807126	Wochenweis	wochenweis	DE		0	Europe/Berlin	48.64873	12.90184				02	092	09279	09279113
2807127	Wochenend West	wochenend-west	DE		0	Europe/Berlin	52.46606	13.11479				16	00	11000	11000000
2807129	Wöbs	woebs	DE		0	Europe/Berlin	54.07354	10.45915				10	00	01055	01055007
2807135	Wobeck	wobeck	DE		0	Europe/Berlin	52.1338	10.88968				06	00	03154	03154027
2807137	Wobbelkow	wobbelkow	DE		0	Europe/Berlin	54.31349	12.70783				12	00	13073	13073018
2807138	Wöbbelin	woebbelin	DE		987	Europe/Berlin	53.40264	11.50147		Vebelin,Vjobbelin,Wobbelin,Wöbbelin,wei bei lin,Вебелин,Вёббелин,韦贝林		12	00	13076	13076156
2807139	Wöbbel	woebbel	DE		0	Europe/Berlin	51.89837	9.102				07	057	05766	05766060
2807140	Wobbanz	wobbanz	DE		0	Europe/Berlin	54.34709	13.55421				12	00	13073	13073070
2807141	Wixhausen	wixhausen	DE		0	Europe/Berlin	49.93085	8.64972		Wixhausen		05	064	06411	06411000
2807142	Wixberg	wixberg	DE		0	Europe/Berlin	51.32081	7.6694				07	059	05962	05962024
2807144	Witzscherfsdorf	witzscherfsdorf	DE		0	Europe/Berlin	51.32018	12.13279				14	00	15088	15088205
2807145	Witzschdorf	witzschdorf	DE		0	Europe/Berlin	50.77504	13.07675		Witzschdorf		13	00	14521	14521220
2807147	Witznitz	witznitz	DE		0	Europe/Berlin	51.15	12.48333				13	00	14729	14729050
2807148	Witznau	witznau	DE		0	Europe/Berlin	47.67955	8.25633				01	083	08337	08337126
2807150	Witzmannsweiler	witzmannsweiler	DE		0	Europe/Berlin	49.10668	9.63034				01	081	08127	08127059
2807156	Witzmanns	witzmanns	DE		0	Europe/Berlin	47.93645	9.946				01	084	08436	08436010
2807157	Witzlricht	witzlricht	DE		0	Europe/Berlin	49.48899	12.01355		Witzlricht		02	093	09371	09371122
2807158	Witzling	witzling	DE		0	Europe/Berlin	48.68114	13.38107				02	092	09275	09275135
2807159	Witzling	witzling	DE		0	Europe/Berlin	48.32528	12.32335				02	091	09183	09183114
2807160	Witzlhof	witzlhof	DE		0	Europe/Berlin	49.75199	11.86387				02	093	09374	09374117
2807161	Witzlhof	witzlhof	DE		0	Europe/Berlin	49.47232	11.83021				02	093	09371	09371144
2807162	Witzleshofen	witzleshofen	DE		0	Europe/Berlin	50.11139	11.72601				02	094	09472	09472139
2807164	Witzlasreuth	witzlasreuth	DE		0	Europe/Berlin	49.92636	11.92703				02	093	09377	09377133
2807166	Witzlarn	witzlarn	DE		0	Europe/Berlin	49.27886	12.01223				02	093	09376	09376119
2807168	Witzke	witzke	DE		0	Europe/Berlin	52.6909	12.42298				11	00	12063	12063274
2807169	Witzingerreut	witzingerreut	DE		0	Europe/Berlin	48.74418	13.40636				02	092	09275	09275160
2807170	Witzingerreut	witzingerreut	DE		0	Europe/Berlin	48.67778	13.51764				02	092	09275	09275119
2807172	Witzigmänn	witzigmann	DE		0	Europe/Berlin	47.57046	9.73891				02	097	09776	09776126
2807173	Witzighausen	witzighausen	DE		0	Europe/Berlin	48.31478	10.10273		Witzighausen		02	097	09775	09775152
2807174	Witzhelden	witzhelden	DE		0	Europe/Berlin	51.11565	7.11064				07	053	05378	05378016
2807179	Witzersdorf	witzersdorf	DE		0	Europe/Berlin	48.64257	13.45751				02	092	09275	09275146
2807180	Witzerath	witzerath	DE		0	Europe/Berlin	50.61327	6.30828				07	053	05334	05334028
2807181	Witzenzell	witzenzell	DE		0	Europe/Berlin	49.08736	12.53077				02	093	09372	09372125
2807185	Witzendorf	witzendorf	DE		0	Europe/Berlin	50.61363	11.29242				15	00	16073	16073077
2807187	Witzelsmühle	witzelsmuhle	DE		0	Europe/Berlin	49.4032	12.60666				02	093	09372	09372165
2807189	Witzelroda	witzelroda	DE		0	Europe/Berlin	50.82409	10.28775				15	00	16063	16063003
2807190	Witzeldorf	witzeldorf	DE		0	Europe/Berlin	48.53491	12.49559				02	092	09279	09279115
2807191	Witzelberg	witzelberg	DE		0	Europe/Berlin	48.685	13.15667				02	092	09275	09275127
2807195	Wittwien	wittwien	DE		0	Europe/Berlin	53.13994	12.92248				11	00	12068	12068353
2807198	Wittum	wittum	DE		0	Europe/Berlin	49.27358	10.2493				02	095	09571	09571198
2807200	Wittstock	wittstock	DE		0	Europe/Berlin	53.37426	13.69402		Wittstock		11	00	12073	12073429
2807201	Wittstock	wittstock	DE		17361	Europe/Berlin	53.16118	12.48287				11	00	12068	12068468
2807202	Wittsteig	wittsteig	DE		0	Europe/Berlin	48.31998	9.50652				01	084	08415	08415053
2807203	Wittstedt	wittstedt	DE		0	Europe/Berlin	53.40401	8.67195		Wittstedt		06	00	03352	03352060
2807206	Wittschau	wittschau	DE		0	Europe/Berlin	49.57079	12.25393		Wittschau		02	093	09374	09374132
2807209	Wittower Posthaus	wittower-posthaus	DE		0	Europe/Berlin	54.56667	13.18333				12	00	13073	13073019
2807219	Wittmoor	wittmoor	DE		0	Europe/Berlin	53.19356	11.81008				11	00	12070	12070173
2807226	Wittmersklingen	wittmersklingen	DE		0	Europe/Berlin	49.34087	9.87295				01	081	08127	08127075
2807230	Wittmannsgereuth	wittmannsgereuth	DE		0	Europe/Berlin	50.62946	11.30106				15	00	16073	16073077
2807231	Wittmannsdorf	wittmannsdorf	DE		0	Europe/Berlin	52.07724	14.05598				11	00	12061	12061329
2807232	Wittmannsdorf	wittmannsdorf	DE		0	Europe/Berlin	51.84032	13.69256				11	00	12061	12061320
2807235	Wittlohe	wittlohe	DE		0	Europe/Berlin	52.85644	9.35078				06	00	03361	03361005
2807236	Wittloge	wittloge	DE		0	Europe/Berlin	52.37137	8.75075				07	057	05770	05770012
2807241	Wittlensweiler	wittlensweiler	DE		0	Europe/Berlin	48.47225	8.44956				01	082	08237	08237028
2807242	Wittlekofen	wittlekofen	DE		0	Europe/Berlin	47.78206	8.3452				01	083	08337	08337022
2807243	Wittland	wittland	DE		0	Europe/Berlin	54.33333	10.08333				10	00	01058	01058092
2807244	Wittlage	wittlage	DE		0	Europe/Berlin	52.32127	8.36978		Wittlage		06	00	03459	03459003
2807245	Wittlaer	wittlaer	DE		0	Europe/Berlin	51.32225	6.74115		Djussel'dorf-Vittlar,Wittlaer,Дюссельдорф-Виттлар		07	051	05111	05111000
2807246	Wittkulle	wittkulle	DE		0	Europe/Berlin	51.18333	7.03333				07	051	05122	05122000
2807247	Wittkopsbostel	wittkopsbostel	DE		0	Europe/Berlin	53.2045	9.42314				06	00	03357	03357041
2807250	Wittkiel	wittkiel	DE		0	Europe/Berlin	54.67368	9.87825				10	00	01059	01059168
2807255	Wittinghof	wittinghof	DE		0	Europe/Berlin	49.45655	10.75994				02	095	09573	09573120
2807261	Wittighöferheide	wittighoeferheide	DE		0	Europe/Berlin	52.04378	8.83704				07	057	05766	05766044
2807263	Wittigenhagen	wittigenhagen	DE		0	Europe/Berlin	52.04138	8.85103				07	057	05766	05766044
2807266	Wittichen	wittichen	DE		0	Europe/Berlin	48.33569	8.34632		Wittichen		01	083	08325	08325050
2807270	Witthecke	witthecke	DE		0	Europe/Berlin	50.70801	7.51806				08	00	07132	07132094
2807272	Witthau	witthau	DE		0	Europe/Berlin	48.47377	10.01824				01	084	08425	08425072
2807275	Wittges	wittges	DE		0	Europe/Berlin	50.58732	9.87319				05	066	06631	06631013
2807280	Wittgendorfer Feldhäuser	wittgendorfer-feldhaeuser	DE		0	Europe/Berlin	50.95157	14.86085				13	00	14626	14626610
2807286	Wittgenborn	wittgenborn	DE		0	Europe/Berlin	50.28565	9.26331		Wittgenborn		05	064	06435	06435029
2807290	Wittfeitzen	wittfeitzen	DE		0	Europe/Berlin	53.01667	10.95				06	00	03354	03354024
2807291	Wittesheim	wittesheim	DE		0	Europe/Berlin	48.86613	10.9025				02	097	09779	09779186
2807292	Wittersroda	wittersroda	DE		0	Europe/Berlin	50.81575	11.41252				15	00	16071	16071008
2807293	Wittersitt	wittersitt	DE		0	Europe/Berlin	48.78533	13.4551				02	092	09272	09272140
2807294	Wittersheim	wittersheim	DE		0	Europe/Berlin	49.18238	7.16412				09	00	10045	10045116
2807295	Wittershausen	wittershausen	DE		0	Europe/Berlin	50.18113	9.99095				02	096	09672	09672139
2807296	Wittershausen	wittershausen	DE		0	Europe/Berlin	48.31634	8.63793				01	083	08325	08325061
2807297	Wittershagen	wittershagen	DE		0	Europe/Berlin	50.84759	7.7596		Wittershagen		07	053	05374	05374028
2807298	Witterschlick	witterschlick	DE		0	Europe/Berlin	50.69257	7.0243		Witterschlick		07	053	05382	05382004
2807301	Wittenwurth	wittenwurth	DE		0	Europe/Berlin	54.26667	9.05				10	00	01051	01051107
2807302	Wittenwerder	wittenwerder	DE		0	Europe/Berlin	53.91667	13.21667		Wittenwerder		12	00	13075	13075134
2807303	Wittenweiler	wittenweiler	DE		0	Europe/Berlin	49.29029	9.95066				01	081	08127	08127008
2807304	Wittenweier	wittenweier	DE		0	Europe/Berlin	48.3275	7.75693				01	083	08317	08317150
2807305	Wittenwater	wittenwater	DE		0	Europe/Berlin	53.00053	10.41178				06	00	03360	03360019
2807307	Wittental	wittental	DE		0	Europe/Berlin	47.99008	7.94716				01	083	08315	08315109
2807309	Wittenstein	wittenstein	DE		0	Europe/Berlin	51.26939	7.35685				07	059	05954	05954008
2807312	Wittenschwand	wittenschwand	DE		0	Europe/Berlin	47.72998	8.09976		Wittenschwand		01	083	08337	08337027
2807322	Wittenhorst	wittenhorst	DE		0	Europe/Berlin	51.76796	6.51608				07	051	05154	05154044
2807323	Wittenhofen	wittenhofen	DE		0	Europe/Berlin	47.78331	9.39051		Wittenhofen		01	084	08435	08435067
2807324	Wittenhof	wittenhof	DE		0	Europe/Berlin	53.34779	13.91403				11	00	12073	12073490
2807327	Wittenförden	wittenfoerden	DE		2931	Europe/Berlin	53.62917	11.32982		Wittenfoerden,Wittenförden		12	00	13076	13076154
2807328	Wittenfelde	wittenfelde	DE		0	Europe/Berlin	54.53333	13.61667				12	00	13073	13073078
2807329	Wittenfeld	wittenfeld	DE		0	Europe/Berlin	48.83819	11.20403				02	091	09176	09176111
2807331	Wittendün	wittenduen	DE		0	Europe/Berlin	54.30282	8.66435				10	00	01054	01054113
2807333	Wittendorf	wittendorf	DE		0	Europe/Berlin	48.42097	8.49741		Wittendorf		01	082	08237	08237045
2807339	Wittenbergerpassau	wittenbergerpassau	DE		0	Europe/Berlin	54.2916	10.38459				10	00	01057	01057050
2807346	Wittenberg	wittenberg	DE		0	Europe/Berlin	54.26111	10.38341				10	00	01057	01057050
2807347	Wittenberg	wittenberg	DE		0	Europe/Berlin	53.41667	9.96667				06	00	03353	03353031
2807348	Wittenberg	wittenberg	DE		0	Europe/Berlin	47.65	9.68333		Wittenberg		01	084	08435	08435042
2807356	Wittenbach	wittenbach	DE		0	Europe/Berlin	49.01027	10.38802				02	095	09571	09571224
2807357	Wittenbach	wittenbach	DE		0	Europe/Berlin	48.20486	8.1599		Vor dem Wittenbach,Wittenbach		01	083	08316	08316010
2807360	Wittenau	wittenau	DE		29054	Europe/Berlin	52.59319	13.32127		Berlin-Wittenau		16	00	11000	11000000
2807366	Wittelsberg	wittelsberg	DE		0	Europe/Berlin	50.75894	8.85344				05	065	06534	06534008
2807368	Wittelsbach	wittelsbach	DE		0	Europe/Berlin	47.93333	7.93333				01	083	08315	08315084
2807370	Wittelbach	wittelbach	DE		0	Europe/Berlin	48.29224	7.95064		Wittelbach,Witterbach		01	083	08317	08317127
2807372	Wittekop	wittekop	DE		0	Europe/Berlin	52.5922	10.05953				06	00	03351	03351006
2807373	Wittekindshof	wittekindshof	DE		0	Europe/Berlin	52.25807	8.78826				07	057	05770	05770004
2807383	Wittchenstein	wittchenstein	DE		0	Europe/Berlin	50.77592	11.88787				15	00	16075	16075029
2807384	Wittchendorf	wittchendorf	DE		0	Europe/Berlin	50.72996	12.10701				15	00	16076	16076039
2807385	Wittbrietzen	wittbrietzen	DE		0	Europe/Berlin	52.1808	12.97449		Wittbrietzen		11	00	12069	12069017
2807386	Wittbräucke	wittbraucke	DE		0	Europe/Berlin	51.41944	7.44444				07	059	05954	05954020
2807391	Wittbeck	wittbeck	DE		0	Europe/Berlin	52.69235	10.01735				06	00	03351	03351024
2807393	Wittau	wittau	DE		0	Europe/Berlin	49.11613	10.10794				01	081	08127	08127014
2807396	Witschwende	witschwende	DE		0	Europe/Berlin	47.84476	9.75999				01	084	08436	08436014
2807407	Wiswedel	wiswedel	DE		0	Europe/Berlin	52.61552	10.8681				06	00	03151	03151005
2807408	Wistung	wistung	DE		0	Europe/Berlin	48.74848	8.12066				01	082	08216	08216007
2807410	Wistinghausen	wistinghausen	DE		0	Europe/Berlin	51.95167	8.70194				07	057	05766	05766056
2807414	Wiste	wiste	DE		0	Europe/Berlin	53.24829	8.80014				06	00	03356	03356007
2807422	Wißmar	wissmar	DE		0	Europe/Berlin	50.63732	8.67664		Wissmar,Wißmar		05	065	06531	06531018
2807426	Wißkirchen	wisskirchen	DE		0	Europe/Berlin	50.64978	6.73645		Wisskirchen,Wißkirchen		07	053	05366	05366016
2807427	Wissinghausen	wissinghausen	DE		0	Europe/Berlin	51.23341	8.64015		Wissinghausen		07	059	05958	05958028
2807428	Wissingen	wissingen	DE		0	Europe/Berlin	52.26255	8.20391				06	00	03459	03459012
2807429	Wissing	wissing	DE		0	Europe/Berlin	49.12989	11.60045				02	093	09373	09373160
2807430	Wissing	wissing	DE		0	Europe/Berlin	48.78282	12.4251				02	092	09278	09278123
2807431	Wißgoldingen	wissgoldingen	DE		0	Europe/Berlin	48.7316	9.81274				01	081	08136	08136079
2807432	Wissersheim	wissersheim	DE		0	Europe/Berlin	50.8173	6.69881		Wissersheim		07	053	05358	05358052
2807437	Wissentrup	wissentrup	DE		0	Europe/Berlin	51.98536	8.75842				07	057	05766	05766040
2807439	Wissenbach	wissenbach	DE		0	Europe/Berlin	50.79066	8.32243				05	065	06532	06532009
2807442	Wisselsrod	wisselsrod	DE		0	Europe/Berlin	50.53651	9.77826				05	066	06631	06631003
2807443	Wisselsing	wisselsing	DE		0	Europe/Berlin	48.70078	12.97355				02	092	09271	09271141
2807445	Wisselsheim	wisselsheim	DE		0	Europe/Berlin	50.37667	8.76451				05	064	06440	06440002
2807446	Wisselsdorf	wisselsdorf	DE		0	Europe/Berlin	48.66705	12.80967				02	092	09279	09279113
2807447	Wissels	wissels	DE		0	Europe/Berlin	50.54398	9.75723				05	066	06631	06631017
2807452	Wissel	wissel	DE		0	Europe/Berlin	51.77028	6.2904		Wissel		07	051	05154	05154024
2807456	Wispitz	wispitz	DE		0	Europe/Berlin	51.8761	11.77775				14	00	15089	15089235
2807458	Wisper	wisper	DE		0	Europe/Berlin	50.15635	7.97769				05	064	06439	06439005
2807459	Wispenstein	wispenstein	DE		0	Europe/Berlin	51.95096	9.84813				06	00	03254	03254002
2807460	Wispelt	wispelt	DE		0	Europe/Berlin	50.05072	6.98556				08	00	07231	07231057
2807469	Wisloh	wisloh	DE		0	Europe/Berlin	52.85877	8.83972				06	00	03251	03251041
2807471	Wischuer	wischuer	DE		0	Europe/Berlin	54.09292	11.69469				12	00	13072	13072014
2807472	Wischstauden	wischstauden	DE		0	Europe/Berlin	51.15667	12.30126				13	00	14729	14729170
2807475	Wischreihe	wischreihe	DE		0	Europe/Berlin	53.77431	9.57815				10	00	01061	01061050
2807477	Wischlingen	wischlingen	DE		0	Europe/Berlin	51.52455	7.39934		Wischlingen		07	059	05913	05913000
2807478	Wischlburg	wischlburg	DE		0	Europe/Berlin	48.82804	12.77797				02	092	09271	09271151
2807485	Wischgrund	wischgrund	DE		0	Europe/Berlin	51.53333	13.8				11	00	12066	12066176
2807488	Wischer	wischer	DE		0	Europe/Berlin	52.64046	11.96154				14	00	15090	15090220
2807489	Wischenhofen	wischenhofen	DE		0	Europe/Berlin	49.11738	11.91322				02	093	09375	09375131
2807491	Wischeid	wischeid	DE		0	Europe/Berlin	50.30535	6.31903				08	00	07232	07232202
2807506	Wirzenborn	wirzenborn	DE		0	Europe/Berlin	50.42877	7.8613		Wirzenborn,Wuerzenborn,Würzenborn		08	00	07143	07143048
2807515	Wirthsspecard	wirthsspecard	DE		0	Europe/Berlin	51.03333	7.16667				07	053	05378	05378020
2807518	Wirthshalde	wirthshalde	DE		0	Europe/Berlin	47.8325	10.32743				02	097	09780	09780119
2807521	Wirtheim	wirtheim	DE		0	Europe/Berlin	50.22283	9.26216				05	064	06435	06435003
2807522	Wirtenbach	wirtenbach	DE		0	Europe/Berlin	50.88917	7.56916		Wirtenbach		07	053	05374	05374032
2807529	Wirringen	wirringen	DE		0	Europe/Berlin	52.29704	9.91688				06	00	03241	03241016
2807530	Wirrenweiler	wirrenweiler	DE		0	Europe/Berlin	47.9851	9.95658				01	084	08426	08426100
2807531	Wirrensegel	wirrensegel	DE		0	Europe/Berlin	47.70285	9.35262				01	084	08435	08435034
2807534	Wirnsweiler	wirnsweiler	DE		0	Europe/Berlin	47.97565	9.43529		Wirnsweiler		01	084	08437	08437086
2807535	Wirnsricht	wirnsricht	DE		0	Europe/Berlin	49.46768	11.77829				02	093	09371	09371144
2807536	Wirnsing	wirnsing	DE		0	Europe/Berlin	48.72077	12.65398				02	092	09279	09279132
2807539	Wirmsthal	wirmsthal	DE		0	Europe/Berlin	50.15114	10.0656				02	096	09672	09672122
2807540	Wirminghausen	wirminghausen	DE		0	Europe/Berlin	51.30214	7.49839				07	059	05954	05954004
2807541	Wirmighausen	wirmighausen	DE		0	Europe/Berlin	51.34688	8.82679		Wirmighausen		05	066	06635	06635007
2807543	Wirme	wirme	DE		0	Europe/Berlin	51.04491	8.069		Wirme		07	059	05966	05966016
2807545	Wirlings	wirlings	DE		0	Europe/Berlin	47.69089	10.27223				02	097	09780	09780117
2807547	Wirl	wirl	DE		0	Europe/Berlin	52.95	11.46667				06			
2807550	Wirfuserbach	wirfuserbach	DE		0	Europe/Berlin	50.21049	7.19397				08	00	07135	07135090
2807559	Wirdeweg	wirdeweg	DE		0	Europe/Berlin	53.53333	7.25				06	00	03452	03452021
2807565	Wirbertshofen	wirbertshofen	DE		0	Europe/Berlin	49.10023	11.41351				02	093	09373	09373112
2807566	Wirberg	wirberg	DE		0	Europe/Berlin	50.60329	8.90699				05	065	06531	06531006
2807568	Wirbenz	wirbenz	DE		0	Europe/Berlin	49.87318	11.83502				02	094	09472	09472190
2807571	Wirbelau	wirbelau	DE		0	Europe/Berlin	50.44513	8.22329		Wirbelau		05	065	06533	06533013
2807574	Wipshausen	wipshausen	DE		0	Europe/Berlin	52.38547	10.35579		Wipshausen,Wipshusen		06	00	03157	03157001
2807576	Wippstetten	wippstetten	DE		0	Europe/Berlin	48.51513	12.37627				02	092	09274	09274145
2807577	Wippringsen	wippringsen	DE		0	Europe/Berlin	51.51186	8.08953		Wippringsen		07	059	05974	05974032
2807580	Wippling	wippling	DE		0	Europe/Berlin	48.58564	13.72639				02	092	09275	09275156
2807587	Wippertsweiler	wippertsweiler	DE		0	Europe/Berlin	47.80462	9.45197				01	084	08435	08435067
2807590	Wippershain	wippershain	DE		0	Europe/Berlin	50.8314	9.77148		Wippershain		05	066	06632	06632019
2807591	Wipperoda	wipperoda	DE		0	Europe/Berlin	50.87221	10.66151				15	00	16067	16067092
2807593	Wipperhof	wipperhof	DE		0	Europe/Berlin	51.11913	7.38194				07	053	05374	05374052
2807594	Wipperfürth	wipperfuerth	DE		23723	Europe/Berlin	51.1161	7.39865		Viperfirt,Viperfiurtas,Vipperfjurt,Wipperfuerth,Wipperfurta,Wipperfurth,Wipperfürth,fybrfwrt,wei pei er fei er te,wyprfwrth,Виперфирт,Випперфюрт,Віпперфюрт,فيبرفورت,ویپرفورث,维佩尔菲尔特		07	053	05374	05374052
2807595	Wipperfeld	wipperfeld	DE		0	Europe/Berlin	51.08859	7.32749		Wipperfeld		07	053	05374	05374052
2807605	Wippenreute	wippenreute	DE		0	Europe/Berlin	47.80431	9.51079				01	084	08436	08436064
2807607	Wippenhohn	wippenhohn	DE		0	Europe/Berlin	50.7573	7.28677				07	053	05382	05382020
2807608	Wippenhausen	wippenhausen	DE		0	Europe/Berlin	48.43897	11.68352				02	091	09178	09178136
2807609	Wippendorf	wippendorf	DE		0	Europe/Berlin	54.70956	9.8296				10	00	01059	01059109
2807610	Wippendorf	wippendorf	DE		0	Europe/Berlin	49.33558	10.62314				02	095	09571	09571217
2807611	Wippenbach	wippenbach	DE		0	Europe/Berlin	50.35738	9.04201				05	064	06440	06440019
2807612	Wippenbach	wippenbach	DE		0	Europe/Berlin	48.52309	12.35344				02	092	09274	09274111
2807613	Wippenau	wippenau	DE		0	Europe/Berlin	49.4149	10.49231				02	095	09571	09571146
2807618	Wippach	wippach	DE		0	Europe/Berlin	51.25165	11.56194				14	00	15084	15084015
2807622	Wipfra	wipfra	DE		0	Europe/Berlin	50.75605	10.96985		Wipfra		15	00	16070	16070004
2807626	Wipfel	wipfel	DE		0	Europe/Berlin	48.00505	10.45741				02	097	09778	09778199
2807627	Wipersdorf	wipersdorf	DE		0	Europe/Berlin	53.76211	11.72769				12	00	13076	13076011
2807630	Winzlar	winzlar	DE		0	Europe/Berlin	52.4478	9.25875		Winzlar		06	00	03256	03256025
2807631	Winzingen	winzingen	DE		0	Europe/Berlin	48.71311	9.82161				01	081	08117	08117015
2807633	Winzersdorf	winzersdorf	DE		0	Europe/Berlin	48.54176	12.49064				02	092	09274	09274112
2807635	Winzermark	winzermark	DE		0	Europe/Berlin	51.38743	7.12771				07	059	05954	05954016
2807636	Winzerla	winzerla	DE		0	Europe/Berlin	50.89257	11.58437				15	00	16053	16053000
2807638	Winzerhausen	winzerhausen	DE		0	Europe/Berlin	49.02306	9.26316		Winzerhausen		01	081	08118	08118021
2807639	Winzerberg	winzerberg	DE		0	Europe/Berlin	51.401	7.15278				07	059	05954	05954016
2807642	Winzenweiler	winzenweiler	DE		0	Europe/Berlin	49.01882	9.81206				01	081	08127	08127025
2807643	Winzenhohl	winzenhohl	DE		0	Europe/Berlin	49.97685	9.2309				02	096	09671	09671130
2807644	Winzenhofen	winzenhofen	DE		0	Europe/Berlin	49.35647	9.569		Winzenhofen		01	081	08126	08126072
2807645	Winzenheim	winzenheim	DE		0	Europe/Berlin	49.87022	7.86683		Winzenheim		08	00	07133	07133006
2807648	Winzeln	winzeln	DE		0	Europe/Berlin	49.18931	7.5676				08	00	07317	07317000
2807649	Winzeln	winzeln	DE		0	Europe/Berlin	48.28615	8.49346		Winzeln		01	083	08325	08325070
2807650	Winzeldorf	winzeldorf	DE		0	Europe/Berlin	53.67641	9.89837				10	00	01056	01056005
2807652	Winzberg	winzberg	DE		0	Europe/Berlin	50.03835	7.7706				08	00	07339	07339044
2807653	Winz	winz	DE		0	Europe/Berlin	51.40118	7.15803				07	059	05954	05954016
2807655	Wintzen	wintzen	DE		0	Europe/Berlin	50.53578	6.50867				07	053	05366	05366036
2807661	Winterzhofen	winterzhofen	DE		0	Europe/Berlin	49.10529	11.46921				02	093	09373	09373112
2807662	Winterweyhe	winterweyhe	DE		0	Europe/Berlin	52.91694	10.89912				06	00	03354	03354022
2807669	Winterswick	winterswick	DE		0	Europe/Berlin	51.53065	6.60428				07	051	05170	05170032
2807670	Wintersweiler	wintersweiler	DE		0	Europe/Berlin	47.67415	7.56718				01	083	08336	08336014
2807671	Wintersulgen	wintersulgen	DE		0	Europe/Berlin	47.83502	9.3385				01	084	08435	08435020
2807672	Winterstettenstadt	winterstettenstadt	DE		0	Europe/Berlin	48.00715	9.74041				01	084	08426	08426062
2807673	Winterstettendorf	winterstettendorf	DE		0	Europe/Berlin	47.98785	9.73758				01	084	08426	08426062
2807674	Winterstetten	winterstetten	DE		0	Europe/Berlin	48.56444	12.39866				02	092	09279	09279130
2807675	Winterstetten	winterstetten	DE		0	Europe/Berlin	47.76374	10.09969		Winterstetten		01	084	08436	08436055
2807678	Winterstein	winterstein	DE		0	Europe/Berlin	50.88417	10.45645				15	00	16067	16067072
2807679	Winterstein	winterstein	DE		0	Europe/Berlin	49.6295	11.33093				02	095	09574	09574158
2807682	Wintersreuth	wintersreuth	DE		0	Europe/Berlin	50.03711	12.04715				02	094	09479	09479169
2807683	Winterspüren	winterspuren	DE		0	Europe/Berlin	47.85631	9.05826		Winterspuren,Winterspüren		01	083	08335	08335079
2807690	Wintershof	wintershof	DE		0	Europe/Berlin	50.72356	7.76372				08	00	07143	07143265
2807691	Wintershof	wintershof	DE		0	Europe/Berlin	48.90675	11.17382				02	091	09176	09176123
2807694	Wintershagen	wintershagen	DE		0	Europe/Berlin	54.08222	10.77129				10	00	01055	01055039
2807700	Winterschneidbach	winterschneidbach	DE		0	Europe/Berlin	49.24388	10.62178				02	095	09561	09561000
2807701	Winterscheiderbröl	winterscheiderbroel	DE		0	Europe/Berlin	50.819	7.358				07	053	05382	05382052
2807706	Wintersberg	wintersberg	DE		0	Europe/Berlin	50.04537	12.049				02	094	09479	09479169
2807707	Wintersberg	wintersberg	DE		0	Europe/Berlin	48.52812	12.71574				02	092	09279	09279135
2807716	Wintersbach	wintersbach	DE		0	Europe/Berlin	49.86195	9.30491		Wintersbach		02	096	09671	09671160
2807720	Winterreute	winterreute	DE		0	Europe/Berlin	48.08668	9.8532				01	084	08426	08426021
2807722	Winterrain	winterrain	DE		0	Europe/Berlin	49.14351	9.6523				01	081	08127	08127059
2807727	Winternam	winternam	DE		0	Europe/Berlin	51.47131	6.34021				07	051	05154	05154028
2807729	Wintermoor an der Chaussee	wintermoor-an-der-chaussee	DE		0	Europe/Berlin	53.19367	9.83023		Wintermoor,Wintermoor an der Chaussee		06	00	03358	03358019
2807731	Wintermoor	wintermoor	DE		0	Europe/Berlin	53.18093	9.79313				06	00	03358	03358019
2807738	Winterleithen	winterleithen	DE		0	Europe/Berlin	50.26108	11.37852				02	094	09476	09476189
2807745	Winterkasten	winterkasten	DE		0	Europe/Berlin	49.70556	8.7866				05	064	06431	06431015
2807748	Winterhude	winterhude	DE		51297	Europe/Berlin	53.6	10		Hamborg-Winterhuud,Hamburg-Winterhude,Vinterkhude,Винтерхуде		04	00	02000	02000000
2807749	Winterhoff	winterhoff	DE		0	Europe/Berlin	52.89991	10.08796				06	00	03351	03351010
2807751	Winterhof	winterhof	DE		0	Europe/Berlin	51.35174	7.79275				07	059	05962	05962016
2807765	Winterhalden	winterhalden	DE		0	Europe/Berlin	48.30198	8.37166				01	083	08325	08325050
2807769	Winterhalde	winterhalde	DE		0	Europe/Berlin	47.9009	8.11949				01	083	08315	08315052
2807771	Winterhagen	winterhagen	DE		0	Europe/Berlin	51.14204	7.29927		Winterhagen		07	053	05374	05374016
2807773	Wintergrund	wintergrund	DE		0	Europe/Berlin	51.15568	11.86341				14	00	15084	15084445
2807816	Winterbek	winterbek	DE		0	Europe/Berlin	54.3	10.11667				10	00	01002	01002000
2807832	Winterazhofen	winterazhofen	DE		0	Europe/Berlin	47.7671	9.97379				01	084	08436	08436055
2807838	Wintdorf	wintdorf	DE		0	Europe/Berlin	51.7	14.25		Wintorp		11	00	12071	12071057
2807839	Winsing	winsing	DE		0	Europe/Berlin	48.79152	13.18075				02	092	09271	09271123
2807849	Winselburg	winselburg	DE		0	Europe/Berlin	50.41187	12.47098				13	00	14523	14523160
2807854	Winnings	winnings	DE		0	Europe/Berlin	47.7655	10.21686				02	097	09780	09780146
2807856	Winninghausen	winninghausen	DE		0	Europe/Berlin	52.32443	9.43734				06	00	03241	03241002
2807860	Winning	winning	DE		0	Europe/Berlin	48.05	11.61667				02	091	09184	09184145
2807863	Winnetten	winnetten	DE		0	Europe/Berlin	49.03854	10.3387				02	095	09571	09571179
2807865	Winnersbach	winnersbach	DE		0	Europe/Berlin	50.85498	7.8331				08	00	07132	07132063
2807866	Winnerod	winnerod	DE		0	Europe/Berlin	50.60749	8.86498		Winnerod		05	065	06531	06531016
2807870	Winnenthal	winnenthal	DE		0	Europe/Berlin	51.61498	6.48357				07	051	05170	05170052
2807871	Winnenhof	winnenhof	DE		0	Europe/Berlin	50.52811	9.57673				05	066	06631	06631009
2807874	Winnenberg	winnenberg	DE		0	Europe/Berlin	49.6807	7.27377				08	00	07134	07134085
2807878	Winnekendonk	winnekendonk	DE		0	Europe/Berlin	51.59836	6.28395				07	051	05154	05154032
2807882	Winneberg	winneberg	DE		0	Europe/Berlin	47.79825	10.19047				02	097	09780	09780112
2807885	Winne	winne	DE		0	Europe/Berlin	50.75652	10.36301				15	00	16066	16066013
2807887	Winnberg	winnberg	DE		0	Europe/Berlin	49.2306	11.47865				02	093	09373	09373159
2807890	Winn	winn	DE		0	Europe/Berlin	49.43972	11.34192				02	095	09574	09574139
2807891	Winn	winn	DE		0	Europe/Berlin	49.21574	10.51692		Winn		02	095	09571	09571166
2807892	Winn	winn	DE		0	Europe/Berlin	49.13219	11.67632				02	093	09373	09373160
2807893	Winkwitz	winkwitz	DE		0	Europe/Berlin	51.18165	13.47064		Winkwitz		13	00	14627	14627140
2807894	Winkum	winkum	DE		0	Europe/Berlin	52.6849	7.7641				06	00	03453	03453011
2807896	Winklsaß	winklsass	DE		0	Europe/Berlin	48.73597	12.17044				02	092	09274	09274153
2807900	Winklham	winklham	DE		0	Europe/Berlin	48.28303	13.05428				02	092	09277	09277145
2807901	Winklham	winklham	DE		0	Europe/Berlin	48.22029	12.902				02	091	09171	09171118
2807903	Winklers	winklers	DE		0	Europe/Berlin	47.78683	10.30697				02	097	09780	09780125
2807904	Winklern	winklern	DE		0	Europe/Berlin	49.00759	12.88834				02	092	09276	09276128
2807909	Winkler	winkler	DE		0	Europe/Berlin	48.53411	13.08176				02	092	09277	09277117
2807913	Winkl bei Grabenstätt	winkl-bei-grabenstatt	DE		0	Europe/Berlin	47.83229	12.53309				02	091	09189	09189119
2807917	Winkl	winkl	DE		0	Europe/Berlin	49.37947	11.75185				02	093	09371	09371154
2807918	Winkl	winkl	DE		0	Europe/Berlin	49.02898	11.78855				02	093	09375	09375148
2807919	Winkl	winkl	DE		0	Europe/Berlin	48.72984	12.53738				02	092	09279	09279128
2807920	Winkl	winkl	DE		0	Europe/Berlin	48.7116	12.55598				02	092	09279	09279132
2807921	Winkl	winkl	DE		0	Europe/Berlin	48.48459	13.13697				02	092	09275	09275125
2807922	Winkl	winkl	DE		0	Europe/Berlin	48.48791	13.01758				02	092	09277	09277114
2807923	Winkl	winkl	DE		0	Europe/Berlin	48.34769	12.22949				02	091	09177	09177139
2807924	Winkl	winkl	DE		0	Europe/Berlin	48.17349	10.92316				02	091	09181	09181134
2807925	Winkl	winkl	DE		0	Europe/Berlin	48.10254	12.00405				02	091	09175	09175137
2807927	Winkl	winkl	DE		0	Europe/Berlin	47.79644	12.14659				02	091	09187	09187154
2807928	Winkl	winkl	DE		0	Europe/Berlin	47.6677	12.95065				02	091	09172	09172117
2807940	Winkhof	winkhof	DE		0	Europe/Berlin	52.71038	7.72517				06	00	03453	03453011
2807941	Winkhausen	winkhausen	DE		0	Europe/Berlin	51.70609	8.5445				07	057	05774	05774036
2807942	Winkhausen	winkhausen	DE		0	Europe/Berlin	51.21372	7.56504				07	059	05962	05962032
2807943	Winkhausen	winkhausen	DE		0	Europe/Berlin	51.16054	8.33941		Winkhausen		07	059	05958	05958040
2807945	Winkerling	winkerling	DE		0	Europe/Berlin	49.18481	12.08744				02	093	09376	09376141
2807952	Winkelshütten	winkelshuetten	DE		0	Europe/Berlin	52.11735	8.32289				07	057	05754	05754004
2807953	Winkelsheidermoor	winkelsheidermoor	DE		0	Europe/Berlin	53.39945	8.09718				06	00	03455	03455026
2807954	Winkelsheide	winkelsheide	DE		0	Europe/Berlin	53.39876	8.08911				06	00	03455	03455026
2807955	Winkelsetten	winkelsetten	DE		0	Europe/Berlin	52.08749	8.08091				06	00	03459	03459005
2807961	Winkels	winkels	DE		0	Europe/Berlin	50.55004	8.17821		Winkels		05	065	06533	06533011
2807962	Winkels	winkels	DE		0	Europe/Berlin	50.20588	10.09994		Winkels		02	096	09672	09672114
2807963	Winkels	winkels	DE		0	Europe/Berlin	47.80868	10.24619				02	097	09780	09780112
2807965	Winkeln	winkeln	DE		0	Europe/Berlin	51.27522	7.60006				07	059	05962	05962056
2807966	Winkeln	winkeln	DE		0	Europe/Berlin	51.20679	6.372		Winkeln		07	051	05116	05116000
2807967	Winkeln	winkeln	DE		0	Europe/Berlin	51.00907	12.84573				13	00	14522	14522530
2807968	Winkeln	winkeln	DE		0	Europe/Berlin	47.99239	12.8062				02	091	09189	09189118
2807969	Winkelmühle	winkelmuehle	DE		0	Europe/Berlin	51.55914	12.73212				13	00	14730	14730080
2807971	Winkelmoor	winkelmoor	DE		0	Europe/Berlin	53.2454	8.98265				06	00	03356	03356011
2807976	Winkeling	winkeling	DE		0	Europe/Berlin	51.62484	6.57375				07	051	05170	05170048
2807981	Winkelhof	winkelhof	DE		0	Europe/Berlin	49.81542	10.50997				02	094	09471	09471128
2807984	Winkelheim	winkelheim	DE		0	Europe/Berlin	51	6.58333				07	053	05362	05362004
2807985	Winkelhäuser	winkelhaeuser	DE		0	Europe/Berlin	50.54361	12.40923				13	00	14523	14523360
2807986	Winkelhausen	winkelhausen	DE		0	Europe/Berlin	52.91133	9.76024		Winkelhausen (Dorfmark)		06	00	03358	03358008
2807987	Winkelhausen	winkelhausen	DE		0	Europe/Berlin	51.42887	6.67962				07	051	05112	05112000
2807988	Winkelhausen	winkelhausen	DE		0	Europe/Berlin	48.60028	11.20437				02	091	09185	09185143
2807995	Winkeldorf	winkeldorf	DE		0	Europe/Berlin	53.20242	9.20707				06	00	03357	03357028
2807997	Winkelbrunn	winkelbrunn	DE		0	Europe/Berlin	48.80195	13.58577				02	092	09272	09272118
2808041	Winiham	winiham	DE		0	Europe/Berlin	48.3406	12.74094				02	092	09277	09277134
2808050	Wingsbach	wingsbach	DE		0	Europe/Berlin	50.16618	8.14854				05	064	06439	06439015
2808053	Wingeshausen	wingeshausen	DE		0	Europe/Berlin	51.06914	8.28976		Wingeshausen		07	059	05970	05970004
2808054	Wingertsweilerhof	wingertsweilerhof	DE		0	Europe/Berlin	49.56548	7.80211				08	00	07333	07333030
2808065	Wingersdorf	wingersdorf	DE		0	Europe/Berlin	49.7857	10.8629				02	094	09471	09471131
2808066	Wingersdorf	wingersdorf	DE		0	Europe/Berlin	48.58333	13.55503				02	092	09275	09275150
2808068	Wingershausen	wingershausen	DE		0	Europe/Berlin	50.46766	9.13201				05	065	06535	06535016
2808070	Wingensiefen	wingensiefen	DE		0	Europe/Berlin	51.03333	7.1				07	053	05378	05378020
2808071	Wingendorf	wingendorf	DE		0	Europe/Berlin	50.91433	13.21372				13	00	14522	14522440
2808072	Wingendorf	wingendorf	DE		0	Europe/Berlin	50.85229	13.89335				13	00	14628	14628040
2808073	Wingendorf	wingendorf	DE		0	Europe/Berlin	50.82312	7.84016				08	00	07132	07132063
2808077	Wineden	wineden	DE		0	Europe/Berlin	47.93127	10.42119				02	097	09778	09778168
2808080	Windten	windten	DE		0	Europe/Berlin	48.47456	12.15066				02	092	09274	09274146
2808081	Windten	windten	DE		0	Europe/Berlin	48.40881	11.12423				02	097	09771	09771113
2808088	Windshofen	windshofen	DE		0	Europe/Berlin	49.21718	10.38684		Windshofen		02	095	09571	09571114
2808089	Windshausen	windshausen	DE		0	Europe/Berlin	50.33625	10.14251				02	096	09673	09673135
2808090	Windshausen	windshausen	DE		0	Europe/Berlin	47.70518	12.16531				02	091	09187	09187156
2808091	Windsfeld	windsfeld	DE		0	Europe/Berlin	49.0764	10.79861				02	095	09577	09577122
2808092	Windschnur	windschnur	DE		0	Europe/Berlin	49.06144	11.90248				02	093	09375	09375162
2808093	Windschnur	windschnur	DE		0	Europe/Berlin	48.63869	12.65499				02	092	09279	09279122
2808094	Windschnur	windschnur	DE		0	Europe/Berlin	47.71667	12.13333				02	091	09187	09187131
2808095	Windschläg	windschlag	DE		0	Europe/Berlin	48.5155	7.95578		Windschlag,Windschläg		01	083	08317	08317096
2808098	Windsberg	windsberg	DE		0	Europe/Berlin	49.21114	7.53446		Windsberg		08	00	07317	07317000
2808102	Windrath	windrath	DE		0	Europe/Berlin	51.31639	7.13284				07	051	05158	05158032
2808103	Windpassing	windpassing	DE		0	Europe/Berlin	48.69629	13.54331				02	092	09275	09275119
2808104	Windpassing	windpassing	DE		0	Europe/Berlin	48.61487	13.60906				02	092	09275	09275126
2808106	Windpaißing	windpaissing	DE		0	Europe/Berlin	49.47774	12.10422				02	093	09376	09376144
2808132	Windmühle	windmuhle	DE		0	Europe/Berlin	49.2778	10.49246				02	095	09561	09561000
2808135	Windmais	windmais	DE		0	Europe/Berlin	49.30196	12.34402				02	093	09376	09376116
2808137	Windloch	windloch	DE		0	Europe/Berlin	54.8	9.48333				10	00	01001	01001000
2808141	Windkreut	windkreut	DE		0	Europe/Berlin	47.81454	11.04316				02	091	09190	09190139
2808144	Windischletten	windischletten	DE		0	Europe/Berlin	49.99659	10.99319				02	094	09471	09471185
2808145	Windischholzhausen	windischholzhausen	DE		0	Europe/Berlin	50.94731	11.09265		Windischholzhausen		15	00	16051	16051000
2808146	Windischhausen	windischhausen	DE		0	Europe/Berlin	48.9705	10.8354				02	095	09577	09577173
2808147	Windischgaillenreuth	windischgaillenreuth	DE		0	Europe/Berlin	49.77639	11.27747				02	094	09474	09474121
2808016	Winkel	winkel	DE	06542	330	Europe/Berlin	51.4044	11.46363				14	00	15087	15087015
2808149	Windischenlaibach	windischenlaibach	DE		0	Europe/Berlin	49.8661	11.75399				02	094	09472	09472190
2808150	Windischenhaig	windischenhaig	DE		0	Europe/Berlin	50.06902	11.41867				02	094	09477	09477128
2808151	Windischengrün	windischengrun	DE		0	Europe/Berlin	50.27682	11.71928				02	094	09475	09475165
2808152	Windischenbernsdorf	windischenbernsdorf	DE		0	Europe/Berlin	50.86418	12.01999				15	00	16052	16052000
2808153	Windischenbach	windischenbach	DE		0	Europe/Berlin	49.18041	9.48406		Windischenbach		01	081	08126	08126069
2808155	Windischbuchen	windischbuchen	DE		0	Europe/Berlin	49.65812	9.34094				02	096	09676	09676119
2808156	Windischbuch	windischbuch	DE		0	Europe/Berlin	49.43615	9.62219		Windischbuch		01	081	08128	08128014
2808157	Windisch-Brachbach	windisch-brachbach	DE		0	Europe/Berlin	49.20077	9.85028		Windisch-Brachbach,Windischbrachbach		01	081	08127	08127043
2808158	Windisch-Bockenfeld	windisch-bockenfeld	DE		0	Europe/Berlin	49.34844	10.07675				01	081	08127	08127075
2808159	Windischbergerdorf	windischbergerdorf	DE		0	Europe/Berlin	49.23703	12.70985				02	093	09372	09372116
2808163	Windhövel	windhoevel	DE		0	Europe/Berlin	51.29884	7.25118				07	051	05124	05124000
2808164	Windhorst	windhorst	DE		0	Europe/Berlin	52.74139	7.74246				06	00	03453	03453011
2808166	Windhorn	windhorn	DE		0	Europe/Berlin	52.4174	9.28308				06	00	03257	03257038
2808168	Windhof	windhof	DE		0	Europe/Berlin	52.00116	8.77486				07	057	05766	05766040
2808169	Windhof	windhof	DE		0	Europe/Berlin	50.48333	8.28333				05	065	06533	06533017
2808170	Windhof	windhof	DE		0	Europe/Berlin	49.93868	11.44329				02	094	09472	09472131
2808171	Windhof	windhof	DE		0	Europe/Berlin	49.16772	12.34241				02	093	09372	09372149
2808172	Windhof	windhof	DE		0	Europe/Berlin	48.71667	8.71667				01	082	08235	08235085
2808179	Windheim	windheim	DE		0	Europe/Berlin	52.41379	9.01359		Windheim		07	057	05770	05770028
2808180	Windheim	windheim	DE		0	Europe/Berlin	50.42853	11.33755				02	094	09476	09476175
2808181	Windheim	windheim	DE		0	Europe/Berlin	50.26585	10.11131		Windheim		02	096	09672	09672135
2808182	Windheim	windheim	DE		0	Europe/Berlin	50.14424	9.83534				02	096	09672	09672161
2808183	Windheim	windheim	DE		0	Europe/Berlin	49.88065	9.58132		Windheim		02	096	09677	09677135
2808185	Windhäusern	windhausern	DE		0	Europe/Berlin	47.68333	9.88333				01	084	08436	08436081
2808186	Windhäuserhof	windhaeuserhof	DE		0	Europe/Berlin	49.93036	8.1269				08	00	07339	07339057
2808197	Windham	windham	DE		0	Europe/Berlin	48.62267	12.08723				02	092	09274	09274141
2808198	Windham	windham	DE		0	Europe/Berlin	48.42594	11.8634				02	091	09178	09178138
2808199	Windham	windham	DE		0	Europe/Berlin	48.31262	12.0539				02	091	09177	09177113
2808206	Windhag	windhag	DE		0	Europe/Berlin	47.65693	9.45582				01	084	08435	08435016
2808212	Windfuß	windfuss	DE		0	Europe/Berlin	50.97687	7.71396				07	053	05374	05374040
2808214	Windfeln	windfeln	DE		0	Europe/Berlin	51.16804	7.11979				07	051	05122	05122000
2808221	Winderswohlde	winderswohlde	DE		0	Europe/Berlin	53.40095	9.36074				06	00	03357	03357003
2808226	Winderatt	winderatt	DE		0	Europe/Berlin	54.73626	9.63332				10	00	01059	01059161
2808227	Windenreute	windenreute	DE		0	Europe/Berlin	48.11742	7.8813		Windenreute		01	083	08316	08316011
2808233	Winden bei Scheyern	winden-bei-scheyern	DE		0	Europe/Berlin	48.48737	11.41746				02	091	09186	09186151
2808234	Windenbach	windenbach	DE		0	Europe/Berlin	48.23603	8.15886				01	083	08317	08317078
2808235	Winden am Aign	winden-am-aign	DE		0	Europe/Berlin	48.6497	11.50784		Winden		02	091	09186	09186147
2808250	Windelsbleiche	windelsbleiche	DE		0	Europe/Berlin	51.95679	8.52316				07	057	05711	05711000
2808254	Windegg	windegg	DE		0	Europe/Berlin	47.87404	8.99006				01	083	08335	08335079
2808258	Windecken	windecken	DE		0	Europe/Berlin	50.22129	8.88074		Windecken		05	064	06435	06435021
2808264	Windebruch	windebruch	DE		0	Europe/Berlin	51.07958	7.81384				07	059	05962	05962036
2808265	Windebrak	windebrak	DE		0	Europe/Berlin	54.19709	13.03013				12	00	13073	13073102
2808266	Windeberg	windeberg	DE		0	Europe/Berlin	51.27266	10.51155				15	00	16064	16064046
2808301	Windbaising	windbaising	DE		0	Europe/Berlin	48.54655	12.92722				02	092	09277	09277126
2808307	Wind	wind	DE		0	Europe/Berlin	49.777	10.84805				02	094	09471	09471172
2808308	Wind	wind	DE		0	Europe/Berlin	48.1939	11.90077				02	091	09175	09175118
2808309	Wincherode	wincherode	DE		60	Europe/Berlin	50.84004	9.33875	321			05	066	06634	06634017
2808311	Winchen	winchen	DE		0	Europe/Berlin	48.56531	12.8201				02	092	09277	09277111
2808313	Winbuch	winbuch	DE		0	Europe/Berlin	49.29267	11.88712				02	093	09371	09371148
2808317	Wimpfen im Tal	wimpfen-im-tal	DE		0	Europe/Berlin	49.23164	9.17946				01	081	08125	08125007
2808318	Wimpfen am Berg	wimpfen-am-berg	DE		0	Europe/Berlin	49.23333	9.15		Wimpfen,Wimpfen am Berg		01	081	08125	08125007
2808319	Wimpes	wimpes	DE		0	Europe/Berlin	47.74188	10.97616				02	091	09190	09190117
2808320	Wimperstadl	wimperstadl	DE		0	Europe/Berlin	48.70315	13.52001				02	092	09275	09275128
2808322	Wimpersing	wimpersing	DE		0	Europe/Berlin	48.57807	12.39861				02	092	09279	09279130
2808329	Wimpassing	wimpassing	DE		0	Europe/Berlin	48.91784	12.84868				02	092	09278	09278187
2808330	Wimpassing	wimpassing	DE		0	Europe/Berlin	48.57083	13.14695				02	092	09275	09275117
2808331	Wimpassing	wimpassing	DE		0	Europe/Berlin	48.2857	12.92094		Wimpassing		02	092	09277	09277140
2808332	Wimpasing	wimpasing	DE		0	Europe/Berlin	49.08219	11.56938				02	093	09373	09373121
2808333	Wimpasing	wimpasing	DE		0	Europe/Berlin	48.85079	12.52199				02	092	09263	09263000
2808334	Wimpasing	wimpasing	DE		0	Europe/Berlin	48.49689	11.77859				02	091	09178	09178115
2808335	Wimpasing	wimpasing	DE		0	Europe/Berlin	48.32061	12.46688				02	091	09183	09183125
2808336	Wimpasing	wimpasing	DE		0	Europe/Berlin	48.25217	12.39902				02	091	09183	09183112
2808337	Wimpasing	wimpasing	DE		0	Europe/Berlin	48.24432	12.04573				02	091	09177	09177127
2808338	Wimpasing	wimpasing	DE		0	Europe/Berlin	47.90516	11.34441				02	091	09173	09173137
2808339	Wimpasing	wimpasing	DE		0	Europe/Berlin	47.84044	12.62609				02	091	09189	09189161
2808347	Wimmersdorf	wimmersdorf	DE		0	Europe/Berlin	49.33088	11.50869				02	093	09373	09373153
2808348	Wimmersdorf	wimmersdorf	DE		0	Europe/Berlin	48.50967	12.58313				02	092	09277	09277121
2808349	Wimmersbüll	wimmersbuell	DE		0	Europe/Berlin	54.87352	8.8809				10	00	01054	01054131
2808350	Wimmersbacherhof	wimmersbacherhof	DE		0	Europe/Berlin	49.94671	7.50502				08	00	07140	07140008
2808352	Wimmern	wimmern	DE		0	Europe/Berlin	47.87252	12.83194				02	091	09172	09172134
2808356	Wimmer	wimmer	DE		0	Europe/Berlin	52.32944	8.42989		Wimmer		06	00	03459	03459003
2808357	Wimmental	wimmental	DE		0	Europe/Berlin	49.16278	9.35192		Wimmental		01	081	08125	08125102
2808358	Wimmelrode	wimmelrode	DE		0	Europe/Berlin	51.5885	11.37841				14	00	15087	15087275
2808360	Wimmelbach	wimmelbach	DE		0	Europe/Berlin	49.70744	11.00821				02	094	09474	09474134
2808361	Wimmelbach	wimmelbach	DE		0	Europe/Berlin	49.4417	10.55134				02	095	09575	09575156
2808362	Wimm	wimm	DE		0	Europe/Berlin	48.50932	12.48215				02	092	09274	09274112
2808363	Wimm	wimm	DE		0	Europe/Berlin	48.21667	12.86667				02	091	09171	09171118
2808378	Wimbern	wimbern	DE		0	Europe/Berlin	51.47005	7.86698				07	059	05974	05974056
2808379	Wimberg	wimberg	DE		0	Europe/Berlin	48.93245	9.82914				01	081	08136	08136027
2808380	Wimberg	wimberg	DE		0	Europe/Berlin	48.28728	12.53874				02	091	09183	09183130
2808381	Wimberg	wimberg	DE		0	Europe/Berlin	47.70124	10.54889				02	097	09777	09777179
2808394	Wilzschhaus	wilzschhaus	DE		0	Europe/Berlin	50.47516	12.51526		Wilzschhaus		13	00	14521	14521540
2808396	Wilzhofen	wilzhofen	DE		0	Europe/Berlin	47.87847	11.18257				02	091	09190	09190159
2808397	Wilzenburg	wilzenburg	DE		0	Europe/Berlin	49.68768	6.7202				08	00	07235	07235107
2808398	Wilzenberg	wilzenberg	DE		0	Europe/Berlin	49.7	7.21667				08	00	07134	07134094
2808401	Wiltzsch	wiltzsch	DE		0	Europe/Berlin	50.71109	12.99897				13	00	14521	14521150
2808402	Wiltshausen	wiltshausen	DE		0	Europe/Berlin	53.21667	7.51667				06	00	03457	03457006
2808403	Wiltrop	wiltrop	DE		0	Europe/Berlin	51.63981	8.07122				07	059	05974	05974024
2808405	Wilting	wilting	DE		0	Europe/Berlin	49.16678	12.6475				02	093	09372	09372164
2808409	Wilstorf	wilstorf	DE		0	Europe/Berlin	53.45	9.98333				04	00	02000	02000000
2808414	Wilsten	wilsten	DE		0	Europe/Berlin	52.43877	7.48332				06	00	03454	03454003
2808420	Wilsingen	wilsingen	DE		0	Europe/Berlin	48.27857	9.3131				01	084	08415	08415073
2808421	Wilsickow	wilsickow	DE		0	Europe/Berlin	53.4845	13.86267				11	00	12073	12073579
2808426	Wilserhütte	wilserhuette	DE		0	Europe/Berlin	53.68298	12.41069				12	00	13072	13072059
2808427	Wilsenroth	wilsenroth	DE		0	Europe/Berlin	50.52843	8.02022		Wilsenroth		05	065	06533	06533004
2808430	Wilsen	wilsen	DE		0	Europe/Berlin	54.06095	12.02341				12	00	13072	13072098
2808431	Wilsen	wilsen	DE		0	Europe/Berlin	53.68136	12.38262				12	00	13072	13072059
2808432	Wilsen	wilsen	DE		0	Europe/Berlin	53.37749	12.06711				12	00	13076	13076075
2808434	Wilsede	wilsede	DE		0	Europe/Berlin	53.1644	9.96033		Wils		06	00	03358	03358002
2808438	Wilsdorf	wilsdorf	DE		0	Europe/Berlin	51.01797	11.64268				15	00	16074	16074011
2808439	Wilschwitz	wilschwitz	DE		0	Europe/Berlin	51.96474	14.65343				11	00	12071	12071337
2808440	Wilschwitz	wilschwitz	DE		0	Europe/Berlin	51.22486	13.21282				13	00	14627	14627260
2808443	Wilsche	wilsche	DE		0	Europe/Berlin	52.51267	10.48061				06	00	03151	03151009
2808446	Wilsberg	wilsberg	DE		0	Europe/Berlin	50.82885	6.08028				07	053	05334	05334016
2808447	Wilsberg	wilsberg	DE		0	Europe/Berlin	50.65023	7.42473				08	00	07138	07138003
2808451	Wilsbach	wilsbach	DE		0	Europe/Berlin	50.69828	8.53278		Wilsbach		05	065	06532	06532002
2808454	Wils	wils	DE		0	Europe/Berlin	51.53019	11.78078				14	00	15088	15088319
2808455	Wilperting	wilperting	DE		0	Europe/Berlin	47.92877	12.218				02	091	09187	09187174
2808457	Wilpasing	wilpasing	DE		0	Europe/Berlin	47.88987	11.99115				02	091	09187	09187117
2808463	Wilmstorf	wilmstorf	DE		0	Europe/Berlin	53.93151	10.99014				12	00	13074	13074017
2808465	Wilmshausen	wilmshausen	DE		0	Europe/Berlin	49.69651	8.66052				05	064	06431	06431002
2808468	Wilmsdorf	wilmsdorf	DE		0	Europe/Berlin	53.95667	10.7843				10	00	01055	01055035
2808469	Wilmsdorf	wilmsdorf	DE		0	Europe/Berlin	50.96999	13.70304				13	00	14628	14628050
2808470	Wilmsberg	wilmsberg	DE		0	Europe/Berlin	52.11013	7.40154				07	055	05566	05566084
2808471	Wilmerting	wilmerting	DE		0	Europe/Berlin	48.6409	13.36034				02	092	09275	09275151
2808473	Wilmersdorf	wilmersdorf-bezirk	DE		94113	Europe/Berlin	52.48333	13.31667		Berlin-Wilmersdorf,Vil'mersdorf,wylmrsdrf,wylmrsdwrp,Вильмерсдорф,וילמרסדורף,ویلمرسدرف		16	00	11000	11000000
2808489	Willwerath	willwerath	DE		0	Europe/Berlin	50.25055	6.46458		Willwerath		08	00	07232	07232226
2808493	Willstätt	willstaett	DE		9061	Europe/Berlin	48.54071	7.89314		Vil'shtet,Vill'shtett,Vilshhet,Vilshtet,Willstaett,Willstatt,Willstätt,Вилштет,Вилщет,Вильштет,Вілльштетт	08317141	01	083	08317	08317141
2808494	Willschütz	willschuetz	DE		0	Europe/Berlin	51.01828	11.82195				15	00	16074	16074116
2808495	Willscheid	willscheid	DE		0	Europe/Berlin	50.62245	7.33472		Willscheid		08	00	07138	07138075
2808496	Willsbach	willsbach	DE		0	Europe/Berlin	49.13626	9.35632		Willsbach		01	081	08125	08125110
2808500	Willringhausen	willringhausen	DE		0	Europe/Berlin	51.27929	7.3806				07	059	05954	05954008
2808501	Willprechtszell	willprechtszell	DE		0	Europe/Berlin	48.53392	10.99461				02	097	09771	09771155
2808502	Willofs	willofs	DE		0	Europe/Berlin	50.68125	9.47381				05	065	06535	06535015
2808503	Willofs	willofs	DE		0	Europe/Berlin	47.87782	10.4345				02	097	09777	09777154
2808506	Willmine	willmine	DE		0	Europe/Berlin	53.11582	13.77282		Weinberg		11	00	12073	12073201
2808408	Wilsum	wilsum	DE	49849	1608	Europe/Berlin	52.53333	6.85			03456026	06	00	03456	03456026
2808507	Willmersreuth	willmersreuth	DE		0	Europe/Berlin	50.09599	11.35584				02	094	09477	09477136
2808508	Willmersdorf	willmersdorf	DE		0	Europe/Berlin	52.66373	13.68802				11	00	12060	12060280
2808509	Willmersdorf	willmersdorf	DE		0	Europe/Berlin	51.84985	13.8219				11	00	12061	12061320
2808510	Willmersdorf	willmersdorf	DE		0	Europe/Berlin	51.81063	14.38535		Rogozno		11	00	12052	12052000
2808511	Willmersdorf	willmersdorf	DE		0	Europe/Berlin	50.61786	11.04235		Willmersdorf		15	00	16070	16070058
2808512	Willmersbach	willmersbach	DE		0	Europe/Berlin	49.6101	10.70824				02	095	09575	09575125
2808513	Willmeroth	willmeroth	DE		0	Europe/Berlin	50.69689	7.32084				07	053	05382	05382024
2808517	Willmendobel	willmendobel	DE		0	Europe/Berlin	48.03296	8.05413				01	083	08315	08315095
2808518	Willmendingen	willmendingen	DE		0	Europe/Berlin	47.63923	8.35362				01	083	08337	08337123
2808519	Willmatshofen	willmatshofen	DE		0	Europe/Berlin	48.28057	10.65511				02	097	09772	09772141
2808520	Willmating	willmating	DE		0	Europe/Berlin	48.20197	12.09045				02	091	09177	09177123
2808523	Willmannsdorf	willmannsdorf	DE		0	Europe/Berlin	49.15909	11.66173				02	093	09373	09373160
2808524	Willmannsberg	willmannsberg	DE		0	Europe/Berlin	49.10973	12.32512				02	093	09375	09375114
2808525	Willmanns	willmanns	DE		0	Europe/Berlin	50.78744	10.05995				15	00	16063	16063082
2808527	Willmandingen	willmandingen	DE		0	Europe/Berlin	48.38384	9.15224				01	084	08415	08415091
2808528	Willitzgrün	willitzgruen	DE		0	Europe/Berlin	50.40255	12.24057				13	00	14523	14523230
2808529	Willishausen	willishausen	DE		0	Europe/Berlin	48.35775	10.74647				02	097	09772	09772130
2808530	Willis	willis	DE		0	Europe/Berlin	47.93377	9.89831				01	084	08436	08436010
2808531	Willis	willis	DE		0	Europe/Berlin	47.5459	10.00371				02	097	09780	09780132
2808534	Willingshain	willingshain	DE		0	Europe/Berlin	50.86843	9.50964				05	066	06632	06632011
2808537	Willingrade	willingrade	DE		0	Europe/Berlin	54.029	10.11379		Willingrade		10	00	01060	01060028
2808538	Willinghusen	willinghusen	DE		0	Europe/Berlin	53.55931	10.20659				10	00	01062	01062009
2808541	Willingerau	willingerau	DE		0	Europe/Berlin	47.85026	12.006				02	091	09187	09187150
2808546	Willing	willing	DE		0	Europe/Berlin	48.62724	12.95545				02	092	09271	09271141
2808547	Willing	willing	DE		0	Europe/Berlin	48.37102	12.97168				02	092	09277	09277149
2808548	Willing	willing	DE		0	Europe/Berlin	47.85539	11.98574				02	091	09187	09187117
2808553	Willigrad	willigrad	DE		0	Europe/Berlin	53.73957	11.43394				12	00	13074	13074048
2808554	Willighausen	willighausen	DE		0	Europe/Berlin	52.86156	10.08579				06	00	03351	03351010
2808556	Willichslust	willichslust	DE		0	Europe/Berlin	52.32254	13.03391				11	00	12069	12069397
2808561	Willhof	willhof	DE		0	Europe/Berlin	49.41767	12.25851				02	093	09376	09376112
2808562	Willhartsberg	willhartsberg	DE		0	Europe/Berlin	48.6336	13.50704				02	092	09275	09275146
2808563	Willhartsberg	willhartsberg	DE		0	Europe/Berlin	48.14357	12.72928				02	091	09171	09171113
2808566	Willertshausen	willertshausen	DE		0	Europe/Berlin	48.47198	11.73142				02	091	09178	09178157
2808567	Willertsham	willertsham	DE		0	Europe/Berlin	48.0079	12.58604				02	091	09189	09189157
2808568	Willertshagen	willertshagen	DE		0	Europe/Berlin	51.1066	7.67883				07	059	05962	05962036
2808569	Willerszell	willerszell	DE		0	Europe/Berlin	49.01605	12.61748				02	092	09278	09278116
2808570	Willerswalde	willerswalde	DE		0	Europe/Berlin	54.12976	13.13965				12	00	13073	13073089
2808572	Willersöd	willersod	DE		0	Europe/Berlin	48.52275	12.76327				02	092	09277	09277131
2808574	Willershusen	willershusen	DE		0	Europe/Berlin	54.1046	13.20127				12	00	13073	13073089
2808575	Willershausen	willershausen	DE		0	Europe/Berlin	51.78152	10.10754		Willershausen		06	00	03155	03155006
2808576	Willershausen	willershausen	DE		0	Europe/Berlin	51.18333	8.86667				05	066	06635	06635019
2808577	Willershausen	willershausen	DE		0	Europe/Berlin	51.03579	10.18111		Willershausen		05	066	06636	06636005
2808578	Willershagen	willershagen	DE		0	Europe/Berlin	54.19594	12.324				12	00	13072	13072032
2808579	Willersdorf	willersdorf	DE		0	Europe/Berlin	51.0266	8.85154		Willersdorf		05	066	06635	06635011
2808580	Willersdorf	willersdorf	DE		0	Europe/Berlin	50.47813	11.89817		Willersdorf		15	00	16075	16075132
2808581	Willersdorf	willersdorf	DE		0	Europe/Berlin	49.74378	10.9629				02	094	09474	09474133
2808582	Willersdorf	willersdorf	DE		0	Europe/Berlin	48.72751	11.91321				02	092	09273	09273181
2808583	Willersdorf	willersdorf	DE		0	Europe/Berlin	48.5511	13.67832				02	092	09275	09275153
2808584	Willersdorf	willersdorf	DE		0	Europe/Berlin	48.53563	11.93181				02	091	09178	09178125
2808585	Willerscheid	willerscheid	DE		0	Europe/Berlin	50.49666	6.84423				07	053	05366	05366004
2808586	Willersberg	willersberg	DE		0	Europe/Berlin	48.99771	12.61357				02	092	09278	09278116
2808588	Willersbach	willersbach	DE		0	Europe/Berlin	48.89816	12.86734				02	092	09271	09271116
2808590	Willerode	willerode	DE		0	Europe/Berlin	51.65187	11.4253				14	00	15087	15087031
2808593	Willerazhofen	willerazhofen	DE		0	Europe/Berlin	47.82591	9.95481				01	084	08436	08436055
2808595	Willensen	willensen	DE		0	Europe/Berlin	51.77855	10.16901				06	00	03159	03159002
2808597	Willenreuth	willenreuth	DE		0	Europe/Berlin	49.75117	11.47232		Willenreuth		02	094	09472	09472175
2808598	Willenhofen	willenhofen	DE		0	Europe/Berlin	49.11658	11.72911				02	093	09373	09373151
2808599	Willenhofen	willenhofen	DE		0	Europe/Berlin	48.15288	9.67874				01	084	08426	08426011
2808600	Willendorf	willendorf	DE		0	Europe/Berlin	53.89542	10.44873				10	00	01062	01062059
2808601	Willendorf	willendorf	DE		0	Europe/Berlin	49.20807	10.67502				02	095	09571	09571177
2808607	Willenberg	willenberg	DE		0	Europe/Berlin	49.75111	11.50286				02	094	09472	09472175
2808610	Willenbach	willenbach	DE		0	Europe/Berlin	48.32784	12.93632				02	092	09277	09277140
2808612	Willen	willen	DE		0	Europe/Berlin	53.5611	7.73871		Willen		06	00	03462	03462019
2808614	Willeithen	willeithen	DE		0	Europe/Berlin	48.52614	13.00787				02	092	09277	09277117
2808615	Willegassen	willegassen	DE		0	Europe/Berlin	51.60879	9.18507		Willegassen		07	057	05762	05762040
2808620	Willbroksmoor	willbroksmoor	DE		0	Europe/Berlin	53.22022	7.97594				06	00	03451	03451002
2808621	Willbrok	willbrok	DE		0	Europe/Berlin	53.23443	7.97556				06	00	03451	03451002
2808622	Willatz	willatz	DE		0	Europe/Berlin	47.69416	9.93732				01	084	08436	08436094
2808623	Willaringen	willaringen	DE		0	Europe/Berlin	47.60545	7.97263				01	083	08337	08337090
2808627	Willaberg	willaberg	DE		0	Europe/Berlin	48.40562	12.43206				02	092	09274	09274120
2808628	Willa	willa	DE		0	Europe/Berlin	49.03333	10				01	081	08136	08136060
2808632	Wilkenstorf	wilkenstorf	DE		0	Europe/Berlin	53.1596	11.1107				06	00	03355	03355049
2808634	Wilkenroth	wilkenroth	DE		0	Europe/Berlin	50.90203	7.63976		Wilkenroth		07	053	05374	05374044
2808636	Wilkenhagen	wilkenhagen	DE		0	Europe/Berlin	53.83244	11.09786				12	00	13074	13074005
2808638	Wilkendorf	wilkendorf	DE		0	Europe/Berlin	52.61123	13.91195				11	00	12064	12064029
2808639	Wilkenburg	wilkenburg	DE		0	Europe/Berlin	52.31142	9.75311				06	00	03241	03241007
2808640	Wilkenberg	wilkenberg	DE		0	Europe/Berlin	51.10588	7.76013				07	059	05962	05962036
2808646	Wilischau	wilischau	DE		0	Europe/Berlin	50.72735	13.0364				13	00	14521	14521690
2808648	Wilholte	wilholte	DE		0	Europe/Berlin	52.84512	7.2504				06	00	03454	03454040
2808662	Wilhelmstadt	wilhelmstadt	DE		37624	Europe/Berlin	52.52462	13.17707		Berlin-Wilhelmstadt,Wilhelmstadt		16	00	11000	11000000
2808663	Wilhelmstadt	wilhelmstadt	DE		0	Europe/Berlin	52.13333	11.58333				14	00	15003	15003000
2808664	Wilhelmsruh	wilhelmsruh	DE		7079	Europe/Berlin	52.5871	13.36855		Berlin-Wilhelmsruh,Vil'gel'msru,Wilhelmsruh,Вильгельмсру		16	00	11000	11000000
2808665	Wilhelmsreut	wilhelmsreut	DE		0	Europe/Berlin	48.73015	13.48881				02	092	09272	09272141
2808668	Wilhelmskirch	wilhelmskirch	DE		0	Europe/Berlin	47.78293	9.51065				01	084	08436	08436095
2808671	Wilhelmshütte	wilhelmshuette	DE		0	Europe/Berlin	50.86639	8.5508				05	065	06534	06534007
2808672	Wilhelmshütte	wilhelmshutte	DE		0	Europe/Berlin	48	9.66667				01	084	08426	08426014
2808678	Wilhelmshöhe	wilhelmshoehe	DE		0	Europe/Berlin	52.31667	13.65				11	00	12061	12061260
2808679	Wilhelmshöhe	wilhelmshoehe	DE		0	Europe/Berlin	51.31066	9.43116		Kassel-Wilhelmshohe,Kassel-Wilhelmshöhe		05	066	06611	06611000
2808680	Wilhelmshöhe	wilhelmshoehe	DE		0	Europe/Berlin	51.3	7.36667				07	059	05954	05954008
2808681	Wilhelmshöhe	wilhelmshoehe	DE		0	Europe/Berlin	53.48174	13.55141				12	00	13071	13071164
2808682	Wilhelmshöhe	wilhelmshoehe	DE		0	Europe/Berlin	52.19377	14.26223				11	00	12067	12067036
2808683	Wilhelmshöhe	wilhelmshoehe	DE		0	Europe/Berlin	51.5	7.33333				07	059	05913	05913000
2808684	Wilhelmshöhe	wilhelmshoehe	DE		0	Europe/Berlin	50.8189	6.31971				07	053	05334	05334012
2808685	Wilhelmshöhe	wilhelmshoehe	DE		0	Europe/Berlin	50.69293	12.53841				13	00	14524	14524250
2808686	Wilhelmshöhe	wilhelmshohe	DE		0	Europe/Berlin	48.85	8.58333				01	082	08236	08236043
2808697	Wilhelmshöh	wilhelmshoeh	DE		0	Europe/Berlin	53.938	13.51318				12	00	13075	13075154
2808699	Wilhelmshof	wilhelmshof	DE		0	Europe/Berlin	53.98072	12.51121				12	00	13072	13072097
2808700	Wilhelmshof	wilhelmshof	DE		0	Europe/Berlin	53.8509	13.91686				12	00	13075	13075137
2808701	Wilhelmshof	wilhelmshof	DE		0	Europe/Berlin	53.80293	11.73345				12	00	13074	13074084
2808702	Wilhelmshof	wilhelmshof	DE		0	Europe/Berlin	53.33026	13.73256				11	00	12073	12073429
2808703	Wilhelmshof	wilhelmshof	DE		0	Europe/Berlin	52.75	11.8				14	00	15090	15090415
2808704	Wilhelmshof	wilhelmshof	DE		0	Europe/Berlin	52.41667	12.51667				11	00	12051	12051000
2808705	Wilhelmshof	wilhelmshof	DE		0	Europe/Berlin	48.93386	9.15839				01	081	08118	08118079
2808717	Wilhelmsheim	wilhelmsheim	DE		0	Europe/Berlin	49.00705	9.45506				01	081	08119	08119053
2808718	Wilhelmshayn	wilhelmshayn	DE		0	Europe/Berlin	53.3827	13.62795		Wilhelmshayn		11	00	12073	12073429
2808721	Wilhelmshausen	wilhelmshausen	DE		0	Europe/Berlin	53.12597	9.06613				06	00	03361	03361008
2808722	Wilhelmshausen	wilhelmshausen	DE		0	Europe/Berlin	51.40576	9.58015				05	066	06633	06633009
2808723	Wilhelmshall	wilhelmshall	DE		0	Europe/Berlin	51.9623	10.93698				14	00	15085	15085185
2808724	Wilhelmshagen	wilhelmshagen	DE		0	Europe/Berlin	52.43367	13.71511		Berlin-Wilhelmshagen,Wilhelmshagen		16	00	11000	11000000
2808725	Wilhelmsgrille	wilhelmsgrille	DE		0	Europe/Berlin	52.93318	12.32745				11	00	12068	12068264
2808726	Wilhelmsgreuth	wilhelmsgreuth	DE		0	Europe/Berlin	49.49394	10.54184				02	095	09575	09575145
2808727	Wilhelmsglücksbrunn	wilhelmsgluecksbrunn	DE		0	Europe/Berlin	51.03997	10.22972				15	00	16063	16063104
2808728	Wilhelmsglück	wilhelmsgluck	DE		0	Europe/Berlin	49.06544	9.74727				01	081	08127	08127100
2808729	Wilhelmsfelde	wilhelmsfelde	DE		0	Europe/Berlin	53.85116	13.88856				12	00	13075	13075137
2808730	Wilhelmsfelde	wilhelmsfelde	DE		0	Europe/Berlin	52.98457	14.04911				11	00	12073	12073008
2808735	Wilhelmsfehn Zwei	wilhelmsfehn-zwei	DE		0	Europe/Berlin	53.4144	7.68781				06	00	03452	03452025
2808736	Wilhelmsfehn	wilhelmsfehn	DE		0	Europe/Berlin	53.42676	7.68791				06	00	03452	03452025
2808739	Wilhelmseiche	wilhelmseiche	DE		0	Europe/Berlin	52.54483	11.62032				14	00	15090	15090535
2808759	Wilhelmsaue	wilhelmsaue	DE		0	Europe/Berlin	52.66238	14.34677				11	00	12064	12064274
2808761	Wilhelm Leuschner Siedlung	wilhelm-leuschner-siedlung	DE		0	Europe/Berlin	49.63333	8.63333				05	064	06431	06431011
2808762	Wilhelminenthal	wilhelminenthal	DE		0	Europe/Berlin	53.88747	13.30102		Wilhelminenthal		12	00	13075	13075054
2808763	Wilhelminenthal	wilhelminenthal	DE		0	Europe/Berlin	52.50317	12.29821				11	00	12063	12063189
2808764	Wilhelminental	wilhelminental	DE		0	Europe/Berlin	51.25831	14.84867				13	00	14626	14626580
2808769	Wilhelminenhof	wilhelminenhof	DE		0	Europe/Berlin	53.80813	12.10049				12	00	13072	13072042
2808770	Wilhelminenhof	wilhelminenhof	DE		0	Europe/Berlin	52.90761	11.71665				14	00	15090	15090003
2808771	Wilhelminenhof	wilhelminenhof	DE		0	Europe/Berlin	52.68333	11.71667				14	00	15090	15090070
2808772	Wilhelminenhof	wilhelminenhof	DE		0	Europe/Berlin	52.57142	12.30069				11	00	12063	12063252
2808782	Wilhelminenberg	wilhelminenberg	DE		0	Europe/Berlin	49.66792	10.55164				02	095	09575	09575147
2808785	Wilhelmhof	wilhelmhof	DE		0	Europe/Berlin	48.6343	13.23472				02	092	09275	09275159
2808786	Wilhelm	wilhelm	DE		0	Europe/Berlin	48.53269	13.03296				02	092	09277	09277117
2808788	Wilgersdorf	wilgersdorf	DE		0	Europe/Berlin	50.81428	8.14853				07	059	05970	05970044
2808793	Wilflingen	wilflingen	DE		0	Europe/Berlin	48.91528	9.99694				01	081	08136	08136002
2808794	Wilflingen	wilflingen	DE		0	Europe/Berlin	48.1528	8.7249				01	083	08325	08325064
2808795	Wilflingen	wilflingen	DE		0	Europe/Berlin	48.13743	9.35469				01	084	08426	08426067
2808796	Wilfingen	wilfingen	DE		0	Europe/Berlin	47.66786	8.10232		Wilfingen		01	083	08337	08337027
2808799	Wilfertsweiler	wilfertsweiler	DE		0	Europe/Berlin	47.98224	9.49891				01	084	08437	08437100
2808800	Wilfertshofen	wilfertshofen	DE		0	Europe/Berlin	49.3841	11.5519				02	093	09373	09373140
2808802	Wilferdingen	wilferdingen	DE		0	Europe/Berlin	48.9464	8.57838				01	082	08236	08236071
2808807	Wildthurn	wildthurn	DE		0	Europe/Berlin	48.63761	12.74924				02	092	09279	09279122
2808808	Wildtal	wildtal	DE		0	Europe/Berlin	48.0297	7.89932		Wildtal,Wildtal-Zahringen,Wildtal-Zähringen		01	083	08315	08315047
2808809	Wildstein	wildstein	DE		0	Europe/Berlin	49.52504	12.41727				02	093	09376	09376171
2808811	Wildspring	wildspring	DE		0	Europe/Berlin	51.29501	7.49176				07	059	05954	05954004
2808812	Wildsöden	wildsoeden	DE		0	Europe/Berlin	51.66667	8.65				07	057	05774	05774036
2808814	Wildshausen	wildshausen	DE		0	Europe/Berlin	51.39706	8.16902				07	059	05958	05958004
2808820	Wildschütz	wildschuetz	DE		0	Europe/Berlin	51.47653	12.85334		Wildschutz,Wildschütz,Wildshutz,Wildshütz		13	00	14730	14730190
2808821	Wildschütz	wildschuetz	DE		0	Europe/Berlin	51.12177	12.07406				14	00	15084	15084490
2808823	Wildschapbach	wildschapbach	DE		0	Europe/Berlin	48.3813	8.27181				01	082	08237	08237075
2808829	Wildsachsen	wildsachsen	DE		0	Europe/Berlin	50.11579	8.36085				05	064	06436	06436007
2808830	Wildprechtroda	wildprechtroda	DE		0	Europe/Berlin	50.8002	10.24548				15	00	16063	16063003
2808831	Wildprechting	wildprechting	DE		0	Europe/Berlin	48.49163	12.63634				02	092	09279	09279134
2808832	Wildpoltsweiler	wildpoltsweiler	DE		0	Europe/Berlin	47.65308	9.67583				01	084	08435	08435042
2808834	Wildpfal	wildpfal	DE		0	Europe/Berlin	54.21667	9.06667		Wildpfahl,Wildpfal,Wildphal		10	00	01051	01051130
2808835	Wildpark West	wildpark-west	DE		0	Europe/Berlin	52.3877	12.95237				11	00	12069	12069590
2808846	Wildnis	wildnis	DE		0	Europe/Berlin	50.8903	6.08983		Merkstein-Wildnis,Wildnis		07	053	05334	05334016
2808850	Wildkuhl	wildkuhl	DE		0	Europe/Berlin	53.32605	12.53643				12	00	13071	13071013
2808860	Wildhaus	wildhaus	DE		0	Europe/Berlin	50.75	11.68333				15	00	16075	16075054
2808866	Wildgrube	wildgrube	DE		0	Europe/Berlin	51.58758	13.38524		Wildgrube		11	00	12062	12062500
2808867	Wildgrub	wildgrub	DE		0	Europe/Berlin	47.63461	12.1275				02	091	09187	09187148
2808870	Wildgarten	wildgarten	DE		0	Europe/Berlin	48.94875	9.73736				01	081	08136	08136027
2808874	Wildewiese	wildewiese	DE		0	Europe/Berlin	51.23924	7.99637				07	059	05958	05958044
2808879	Wilde Taube	wilde-taube	DE		0	Europe/Berlin	50.53621	12.50515				13	00	14523	14523380
2808881	Wildes Ried	wildes-ried	DE		0	Europe/Berlin	47.97866	9.75243				01	084	08426	08426062
2808904	Wilde Rench	wilde-rench	DE		0	Europe/Berlin	48.46756	8.24934				01	083	08317	08317008
2808906	Wildeppenried	wildeppenried	DE		0	Europe/Berlin	49.50427	12.44026				02	093	09376	09376151
2808907	Wildenwart	wildenwart	DE		0	Europe/Berlin	47.83032	12.30925				02	091	09187	09187132
2808908	Wildentierbach	wildentierbach	DE		0	Europe/Berlin	49.395	9.98194		Wildentierbach		01	081	08128	08128082
2808909	Wildenthal	wildenthal	DE		0	Europe/Berlin	50.45106	12.63186		Wildenthal		13	00	14521	14521170
2808912	Wildenstein	wildenstein	DE		0	Europe/Berlin	50.19532	11.5582				02	094	09477	09477148
2808913	Wildenstein	wildenstein	DE		0	Europe/Berlin	49.82652	9.29291				02	096	09676	09676123
2808914	Wildenstein	wildenstein	DE		0	Europe/Berlin	49.06927	10.21208				01	081	08127	08127102
2808915	Wildenstein	wildenstein	DE		0	Europe/Berlin	49.04023	11.61504				02	093	09373	09373121
2808920	Wildensorg	wildensorg	DE		0	Europe/Berlin	49.88083	10.8591				02	094	09461	09461000
2808921	Wildensee	wildensee	DE		0	Europe/Berlin	49.82923	9.3553				02	096	09676	09676123
2808923	Wildenschönau	wildenschonau	DE		0	Europe/Berlin	48.5785	12.51039				02	092	09279	09279126
2808924	Wildenroth	wildenroth	DE		0	Europe/Berlin	50.14934	11.32778				02	094	09478	09478116
2808925	Wildenroth	wildenroth	DE		0	Europe/Berlin	48.12868	11.16351				02	091	09179	09179125
2808926	Wildenreuth	wildenreuth	DE		0	Europe/Berlin	49.80342	12.08196				02	093	09377	09377116
2808929	Wildenrath	wildenrath	DE		0	Europe/Berlin	51.12601	6.19085		Wildenrath		07	053	05370	05370040
2808930	Wildenranna	wildenranna	DE		0	Europe/Berlin	48.58081	13.73446				02	092	09275	09275156
2808933	Wildenlohsweg	wildenlohsweg	DE		0	Europe/Berlin	53.11667	8.18333				06	00	03403	03403000
2808936	Wildenholzen	wildenholzen	DE		0	Europe/Berlin	48.01743	11.89493				02	091	09175	09175114
2808937	Wildenholz	wildenholz	DE		0	Europe/Berlin	49.22051	10.20312				02	095	09571	09571199
2808939	Wildenhof	wildenhof	DE		0	Europe/Berlin	49.5896	11.63973				02	093	09371	09371135
2808940	Wildenhof	wildenhof	DE		0	Europe/Berlin	49.34737	10.24951				02	095	09571	09571152
2808941	Wildenhof	wildenhof	DE		0	Europe/Berlin	48.94281	9.97254				01	081	08136	08136002
2808943	Wildenheid	wildenheid	DE		0	Europe/Berlin	50.34489	11.12965				02	094	09473	09473151
2808944	Wildenhäusle	wildenhausle	DE		0	Europe/Berlin	48.93944	9.97284				01	081	08136	08136002
2808953	Wildenforst	wildenforst	DE		0	Europe/Berlin	48.87126	12.88731				02	092	09271	09271140
2808958	Wildeneck	wildeneck	DE		0	Europe/Berlin	48.67608	12.82434				02	092	09279	09279113
2808960	Wildenburg	wildenburg	DE		0	Europe/Berlin	50.92341	7.82425				08	00	07132	07132037
2808964	Wildenbörten	wildenboerten	DE		375	Europe/Berlin	50.91667	12.28333			16077043	15	00	16077	16077043
2808965	Wildenborn	wildenborn	DE		0	Europe/Berlin	51.0032	12.19518				14	00	15084	15084590
2808966	Wildenbergen	wildenbergen	DE		0	Europe/Berlin	49.34719	10.95986				02	095	09576	09576142
2808980	Wildenau	wildenau	DE		0	Europe/Berlin	51.78538	13.27638				11	00	12062	12062461
2808981	Wildenau	wildenau	DE		0	Europe/Berlin	50.53874	12.80047		Wildenau		13	00	14521	14521550
2808982	Wildenau	wildenau	DE		0	Europe/Berlin	50.55397	12.44961				13	00	14523	14523380
2808983	Wildenau	wildenau	DE		0	Europe/Berlin	50.20377	12.16929				02	094	09479	09479152
2808984	Wildenau	wildenau	DE		0	Europe/Berlin	49.77519	12.25964				02	093	09377	09377146
2808996	Wildeberg	wildeberg	DE		0	Europe/Berlin	50.55349	11.92961				13	00	14523	14523310
2808997	Wildebauer	wildebauer	DE		0	Europe/Berlin	51.52391	8.16629				07	059	05974	05974032
2809005	Wildböllen	wildbollen	DE		0	Europe/Berlin	47.79678	7.86003				01	083	08336	08336080
2809007	Wildbergerhütte	wildbergerhuette	DE		0	Europe/Berlin	50.93857	7.75023		Wildbergerhuette,Wildbergerhutte,Wildbergerhütte		07	053	05374	05374040
2809024	Wildbad Kreuth	wildbad-kreuth	DE		0	Europe/Berlin	47.62394	11.74166		Wildbad Kreuth		02	091	09182	09182124
2809025	Bad Wildbad	bad-wildbad	DE		9565	Europe/Berlin	48.75071	8.5504		Bad Vildbad,Bad Wildbad,Bad Wildbad im Schwarzwald,Bad-Vil'dbad,Stadt Bad Wildbad im Schwarzwald,Wildbad,Wildbad im Schwarzwald,ba te wei er de ba te,bad fyldbad,bad wyldbad,Бад Вилдбад,Бад-Вильдбад,Бад-Вільдбад,Բադ Վիլդբադ,باد فيلدباد,باد ویلدباد,バート・ヴィルトバート,巴特维尔德巴特		01	082	08235	08235079
2809030	Wildbach	wildbach	DE		0	Europe/Berlin	50.79991	6.07887				07	053	05334	05334002
2809031	Wildbach	wildbach	DE		0	Europe/Berlin	50.63071	12.65603		Wildbach		13	00	14521	14521035
2809032	Hubertusstock	hubertusstock	DE		0	Europe/Berlin	52.91853	13.66734				11	00	12060	12060100
2809040	Wilchwitz	wilchwitz	DE		0	Europe/Berlin	50.98971	12.48575				15	00	16077	16077036
2809041	Wilchenreuth	wilchenreuth	DE		0	Europe/Berlin	49.7065	12.2177				02	093	09374	09374160
2809043	Wilbringhausen	wilbringhausen	DE		0	Europe/Berlin	51.10007	7.58623				07	053	05374	05374024
2809044	Wilbrenning	wilbrenning	DE		0	Europe/Berlin	51.89363	7.58066				07	055	05515	05515000
2809045	Wilbich	wilbich	DE		0	Europe/Berlin	51.24279	10.17128				15	00	16061	16061113
2809048	Wilbersdorf	wilbersdorf	DE		0	Europe/Berlin	49.34468	12.37082				02	093	09376	09376147
2809050	Wilberhofen	wilberhofen	DE		0	Europe/Berlin	50.81082	7.54285		Wilberhofen		07	053	05382	05382076
2809051	Wilberg	wilberg	DE		0	Europe/Berlin	51.89646	8.95712				07	057	05766	05766032
2809053	Wik	wik	DE		0	Europe/Berlin	54.35555	10.12993				10	00	01002	01002000
2809054	Wihl	wihl	DE		0	Europe/Berlin	47.63333	8.11667				01	083	08337	08337002
2809055	Wigratz	wigratz	DE		0	Europe/Berlin	47.64251	9.844				02	097	09776	09776122
2809056	Wiggisrain	wiggisrain	DE		0	Europe/Berlin	48.05164	7.93123				01	083	08315	08315041
2809059	Wiggeringhausen	wiggeringhausen	DE		0	Europe/Berlin	51.62138	8.22752				07	059	05974	05974016
2809066	Wiggenreute	wiggenreute	DE		0	Europe/Berlin	47.80798	9.85918				01	084	08436	08436052
2809067	Wiggenhausen	wiggenhausen	DE		0	Europe/Berlin	47.67895	9.49168				01	084	08435	08435016
2809071	Wiflingshausen	wiflingshausen	DE		0	Europe/Berlin	48.75	9.33333				01	081	08116	08116019
2809072	Wifling	wifling	DE		0	Europe/Berlin	48.5875	13.09862				02	092	09275	09275114
2809073	Wifling	wifling	DE		0	Europe/Berlin	48.37949	12.42295				02	092	09274	09274120
2809074	Wifling	wifling	DE		0	Europe/Berlin	48.23362	11.88729				02	091	09177	09177144
2809076	Wiffertshausen	wiffertshausen	DE		0	Europe/Berlin	48.35642	11.00577				02	097	09771	09771130
2809077	Wiewohl	wiewohl	DE		0	Europe/Berlin	52.8372	10.82527		Wiewohl		14	00	15081	15081095
2809078	Wiewen	wiewen	DE		0	Europe/Berlin	52.2107	8.2807				06	00	03459	03459024
2809081	Wietzow	wietzow	DE		0	Europe/Berlin	53.82144	13.27976		Wietzow		12	00	13075	13075023
2809082	Wietzetze	wietzetze	DE		0	Europe/Berlin	53.18464	10.93028				06	00	03354	03354009
2809086	Wietzenbruch	wietzenbruch	DE		0	Europe/Berlin	52.60337	10.01551		Wietzenbruch		06	00	03351	03351006
2809095	Wietsche	wietsche	DE		0	Europe/Berlin	51.09463	7.03191				07	053	05378	05378016
2809097	Wietow	wietow	DE		0	Europe/Berlin	53.83766	11.52537				12	00	13074	13074047
2809102	Wietkamp	wietkamp	DE		0	Europe/Berlin	51.65	7.95				07	059	05974	05974048
2809104	Wietingsbeck	wietingsbeck	DE		0	Europe/Berlin	53.70875	10.83389				10	00	01053	01053136
2809105	Wietinghausen	wietinghausen	DE		0	Europe/Berlin	52.70562	8.66512				06	00	03251	03251015
2809106	Wiethop	wiethop	DE		0	Europe/Berlin	52.28117	8.80484				07	057	05770	05770012
2809110	Wiethaupt	wiethaupt	DE		0	Europe/Berlin	51.79295	8.63701				07	057	05774	05774020
2809111	Wiethagen	wiethagen	DE		0	Europe/Berlin	54.18474	12.23688		Whg		12	00	13003	13003000
2809112	Wietfeld	wietfeld	DE		0	Europe/Berlin	51.71667	10.66667				14	00	15085	15085228
2809114	Wietersheim	wietersheim	DE		0	Europe/Berlin	52.33783	8.95115		Wietersheim		07	057	05770	05770028
2809116	Wietel	wietel	DE		0	Europe/Berlin	52.23954	8.78591				07	057	05770	05770004
2809126	Wieste	wieste	DE		0	Europe/Berlin	52.81102	7.66477				06	00	03454	03454057
2809127	Wießendorf	wiessendorf	DE		0	Europe/Berlin	49.67378	12.0697				02	093	09363	09363000
2809129	Wies-Oppenheim	wies-oppenheim	DE		0	Europe/Berlin	49.60551	8.29768				08	00	07319	07319000
2809130	Wiesneck	wiesneck	DE		0	Europe/Berlin	47.96613	7.99332				01	083	08315	08315020
2809132	Wiesmühl	wiesmuhl	DE		0	Europe/Berlin	48.10553	12.56629				02	091	09189	09189115
2809133	Wiesmühl	wiesmuhl	DE		0	Europe/Berlin	48.02328	12.73753				02	091	09189	09189152
2809139	Wieslings	wieslings	DE		0	Europe/Berlin	47.89698	10.19004				02	097	09778	09778144
2809140	Wiesling	wiesling	DE		0	Europe/Berlin	48.32306	12.42162				02	091	09183	09183143
2809141	Wiesleuten	wiesleuten	DE		0	Europe/Berlin	47.65119	10.61067				02	097	09777	09777170
2809144	Wieslensdorf	wieslensdorf	DE		0	Europe/Berlin	49.14749	9.42208				01	081	08125	08125110
2809150	Wieske	wieske	DE		0	Europe/Berlin	52.03101	7.3577				07	055	05558	05558008
2809152	Wiesing	wiesing	DE		0	Europe/Berlin	49.17887	12.48465				02	093	09372	09372153
2809153	Wiesing	wiesing	DE		0	Europe/Berlin	49.10488	12.93463				02	092	09276	09276144
2809154	Wiesing	wiesing	DE		0	Europe/Berlin	48.36959	13.05528				02	092	09277	09277149
2809160	Wiesigk	wiesigk	DE		0	Europe/Berlin	51.87631	12.71712				14	00	15091	15091375
2809163	Wieshof	wieshof	DE		0	Europe/Berlin	49.05492	13.02622				02	092	09276	09276118
2809164	Wieshof	wieshof	DE		0	Europe/Berlin	48.96506	13.13699				02	092	09276	09276138
2809165	Wieshof	wieshof	DE		0	Europe/Berlin	48.95028	10.79556				02	095	09577	09577173
2809174	Wiesham	wiesham	DE		0	Europe/Berlin	48.05984	11.96342				02	091	09175	09175122
2809178	Wiesewitz	wiesewitz	DE		0	Europe/Berlin	51.55385	12.20662				14	00	15082	15082340
2809179	Wiesethbruck	wiesethbruck	DE		0	Europe/Berlin	49.16166	10.61014		Wiesethbruck		02	095	09571	09571115
2809182	Wiesertsweiler	wiesertsweiler	DE		0	Europe/Berlin	47.65	9.65				01	084	08435	08435057
2809184	Wieseris	wieseris	DE		0	Europe/Berlin	47.72169	10.38443				02	097	09780	09780114
2809201	Wiesentfels	wiesentfels	DE		0	Europe/Berlin	49.95663	11.21785		Wiesentfels		02	094	09472	09472154
2809205	Wiesental	wiesental	DE		0	Europe/Berlin	49.22692	8.51792				01	082	08215	08215106
2809206	Wiesental	wiesental	DE		0	Europe/Berlin	49.15	9.46667		Wiesental		01	081	08126	08126011
2809211	Wiesensüß	wiesensuss	DE		0	Europe/Berlin	49.48202	12.22757				02	093	09376	09376144
2809212	Wiesenstetten	wiesenstetten	DE		0	Europe/Berlin	48.39889	8.74812				01	082	08237	08237024
2809213	Wiesensteighof	wiesensteighof	DE		0	Europe/Berlin	48.91667	9.6				01	081	08119	08119037
2809216	Wiesens	wiesens	DE		0	Europe/Berlin	53.4525	7.55693		Wiesens		06	00	03452	03452001
2809217	Wiesenmühle	wiesenmuehle	DE		0	Europe/Berlin	50.99417	12.36862				15	00	16077	16077034
2809218	Wiesenmühle	wiesenmuhle	DE		0	Europe/Berlin	50.03869	12.02098				02	094	09479	09479169
2809219	Wiesenhofen	wiesenhofen	DE		0	Europe/Berlin	49.04316	11.41299				02	091	09176	09176114
2809220	Wiesenhofen	wiesenhofen	DE		0	Europe/Berlin	47.874	9.54604				01	084	08436	08436096
2809229	Wiesenhausen	wiesenhausen	DE		0	Europe/Berlin	47.75006	12.11217				02	091	09187	09187120
2809233	Wiesenhagen	wiesenhagen	DE		0	Europe/Berlin	52.17518	13.23775		Wiesenhagen		11	00	12072	12072426
2809240	Wiesengiech	wiesengiech	DE		0	Europe/Berlin	49.9626	10.99646				02	094	09471	09471185
2809249	Wiesenena-Rabutz	wiesenena-rabutz	DE		0	Europe/Berlin	51.44398	12.17016				13	00	14730	14730340
2809250	Wiesenena	wiesenena	DE		0	Europe/Berlin	51.45513	12.18303		Wiesenena		13	00	14730	14730340
2809254	Wiesendorf	wiesendorf	DE		0	Europe/Berlin	51.7291	14.14724		Nasence,Naseńce,Wiesendorf		11	00	12071	12071244
2809255	Wiesendorf	wiesendorf	DE		0	Europe/Berlin	49.7015	10.90307				02	095	09572	09572111
2809256	Wiesendorf	wiesendorf	DE		0	Europe/Berlin	48.88315	12.45872				02	092	09278	09278177
2809262	Wiesenbrück	wiesenbrueck	DE		0	Europe/Berlin	53.46667	13.25				12	00	13071	13071067
2809304	Wieselsberg	wieselsberg	DE		0	Europe/Berlin	48.56577	12.37278				02	092	09274	09274145
2809309	Wieselrieth	wieselrieth	DE		0	Europe/Berlin	49.5795	12.27379				02	093	09374	09374132
2809312	Wieselbach	wieselbach	DE		0	Europe/Berlin	49.66472	7.41516				08	00	07134	07134045
2809315	Wiesedermeer	wiesedermeer	DE		0	Europe/Berlin	53.47857	7.72604				06	00	03462	03462005
2809316	Wiesederfehn	wiesederfehn	DE		0	Europe/Berlin	53.43115	7.75995				06	00	03452	03452025
2809317	Wiesede	wiesede	DE		0	Europe/Berlin	53.44852	7.76843				06	00	03462	03462005
2809320	Wieseck	wieseck	DE		0	Europe/Berlin	50.60528	8.70238		Giessen-Wieseck,Gießen-Wieseck,Wieseck		05	065	06531	06531005
2809322	Wiesebach	wiesebach	DE		0	Europe/Berlin	50.94541	12.57693				15	00	16077	16077036
2809324	Wiese	wiese	DE		0	Europe/Berlin	52.06663	14.09876		Wiese		11	00	12061	12061329
2809325	Wiese	wiese	DE		0	Europe/Berlin	50.7	7.23333				07	053	05382	05382024
2809327	Wiescherhöfen	wiescherhoefen	DE		0	Europe/Berlin	51.64753	7.76339				07	059	05915	05915000
2809328	Wieschendorf	wieschendorf	DE		0	Europe/Berlin	53.93342	10.96648				12	00	13074	13074017
2809330	Wiescheid	wiescheid	DE		0	Europe/Berlin	51.13488	6.98795				07	051	05158	05158020
2809331	Wiescheid	wiescheid	DE		0	Europe/Berlin	50.82473	7.32518		Wiescheid		07	053	05382	05382040
2809390	Wierup	wierup	DE		0	Europe/Berlin	52.66503	7.8446				06	00	03459	03459025
2809391	Wierthe	wierthe	DE		0	Europe/Berlin	52.23358	10.3838		Wirete [a. 1318],Wirite [a. 1178]		06	00	03157	03157007
2809393	Wierstorf	wierstorf	DE		0	Europe/Berlin	52.7564	10.63099				06	00	03151	03151019
2809396	Wiershausen	wiershausen	DE		0	Europe/Berlin	51.82565	10.07159				06	00	03155	03155006
2809397	Wiershausen	wiershausen	DE		0	Europe/Berlin	51.42672	9.71457				06	00	03159	03159017
2809398	Wiersen	wiersen	DE		0	Europe/Berlin	52.2669	9.30696				06	00	03257	03257003
2809406	Wierling	wierling	DE		0	Europe/Berlin	51.9	7.45				07	055	05558	05558032
2809407	Wierlauke	wierlauke	DE		0	Europe/Berlin	51.51673	8.0643				07	059	05974	05974032
2809408	Wierigsdorf	wierigsdorf	DE		0	Europe/Berlin	51.87233	13.69724				11	00	12061	12061320
2809411	Wierenkamp	wierenkamp	DE		0	Europe/Berlin	53.88333	9.96667				10	00	01060	01060073
2809413	Wierenhorst	wierenhorst	DE		0	Europe/Berlin	53.77821	9.90905				10	00	01060	01060002
2809416	Wierde	wierde	DE		0	Europe/Berlin	53.66575	8.54436				06	00	03352	03352061
2809417	Wierborn	wierborn	DE		0	Europe/Berlin	51.9983	9.10741				07	057	05766	05766012
2809424	Wiera	wiera	DE		0	Europe/Berlin	50.88107	9.14003		Wiera		05	066	06634	06634022
2809426	Wiepkenhagen	wiepkenhagen	DE		0	Europe/Berlin	54.28056	12.60853				12	00	13073	13073094
2809430	Wiepersdorf	wiepersdorf	DE		0	Europe/Berlin	51.88181	13.24235		Wiepersdorf		11	00	12072	12072298
2809431	Wiepersdorf	wiepersdorf	DE		0	Europe/Berlin	51.80692	13.30423				11	00	12062	12062461
2809432	Wiepenkathen	wiepenkathen	DE		0	Europe/Berlin	53.58348	9.41726		Wiepenkathen		06	00	03359	03359038
2809435	Wiensen	wiensen	DE		0	Europe/Berlin	51.64615	9.62128				06	00	03155	03155012
2809438	Wienöbst	wienoebst	DE		0	Europe/Berlin	52.71451	7.72454				06	00	03453	03453011
2809442	Wieningen	wieningen	DE		0	Europe/Berlin	51.89983	7.84719				07	055	05570	05570024
2809443	Wiening	wiening	DE		0	Europe/Berlin	48.68054	13.35486				02	092	09275	09275111
2809454	Wienbergen	wienbergen	DE		0	Europe/Berlin	52.84805	9.18233				06	00	03256	03256013
2809459	Wienau	wienau	DE		0	Europe/Berlin	50.56083	7.64545				08	00	07138	07138012
2809460	Wiemsdorf	wiemsdorf	DE		0	Europe/Berlin	53.44564	8.52136				06	00	03352	03352032
2809465	Wiemerslage	wiemerslage	DE		0	Europe/Berlin	52.4581	7.59528				07	055	05566	05566020
2809466	Wiemerskamp	wiemerskamp	DE		0	Europe/Berlin	53.73737	10.1551				10	00	01062	01062076
2809471	Wiemeringhausen	wiemeringhausen	DE		0	Europe/Berlin	51.28951	8.50422		Wiemeringhausen		07	059	05958	05958036
2809473	Wiemelhausen	wiemelhausen	DE		0	Europe/Berlin	51.45318	7.23345		Wiemelhausen		07	059	05911	05911000
2809477	Wiembeck	wiembeck	DE		0	Europe/Berlin	51.99106	8.94974				07	057	05766	05766044
2809481	Wielpütz	wielpuetz	DE		0	Europe/Berlin	50.86574	7.2263				07	053	05382	05382028
2809482	Wielpütz	wielpuetz	DE		0	Europe/Berlin	50.58045	6.56477				07	053	05366	05366028
2809483	Wieling	wieling	DE		0	Europe/Berlin	47.95452	11.26648				02	091	09188	09188118
2809486	Wielenberg	wielenberg	DE		0	Europe/Berlin	47.49573	10.24653				02	097	09780	09780134
2809495	Wielazhofen	wielazhofen	DE		0	Europe/Berlin	47.834	10.06612				01	084	08436	08436055
2809496	Wielatsried	wielatsried	DE		0	Europe/Berlin	47.86807	9.54911				01	084	08436	08436096
2809497	Wielandsweiler	wielandsweiler	DE		0	Europe/Berlin	49.05353	9.6263				01	081	08127	08127076
2809498	Wielandsweiler	wielandsweiler	DE		0	Europe/Berlin	47.61667	9.63333				01	084	08435	08435057
2809500	Wielandshöfe	wielandshofe	DE		0	Europe/Berlin	48.83585	11.05276				02	091	09176	09176166
2809502	Wielage	wielage	DE		0	Europe/Berlin	52.47208	7.71781				06	00	03459	03459032
2809504	Wieladingen	wieladingen	DE		0	Europe/Berlin	47.59664	7.99558				01	083	08337	08337090
2809506	Wiekhorn	wiekhorn	DE		0	Europe/Berlin	53.03333	8.63333				06	00	03401	03401000
2809510	Wiehre	wiehre	DE		0	Europe/Berlin	47.98633	7.85764		Wiehre		01	083	08311	08311000
2809514	Wiehlmünden	wiehlmuenden	DE		0	Europe/Berlin	50.98759	7.47469				07	053	05374	05374008
2809519	Wiehelund	wiehelund	DE		0	Europe/Berlin	54.73333	9.23333				10	00	01059	01059179
2809520	Wiehekrug	wiehekrug	DE		0	Europe/Berlin	54.70399	9.2485				10	00	01059	01059115
2809527	Wiehagen	wiehagen	DE		0	Europe/Berlin	51.50218	7.85149		Wiehagen		07	059	05974	05974056
2809528	Wiehagen	wiehagen	DE		0	Europe/Berlin	51.14695	7.3164		Wiehagen		07	053	05374	05374016
2809530	Wieh	wieh	DE		0	Europe/Berlin	53.41486	9.41792				06	00	03359	03359002
2809533	Wiegmannsort	wiegmannsort	DE		0	Europe/Berlin	52.38143	8.48461				07	057	05770	05770044
2809536	Wiegleben	wiegleben	DE		0	Europe/Berlin	51.04845	10.62783		Wiegleben		15	00	16064	16064003
2809537	Wiegersen	wiegersen	DE		0	Europe/Berlin	53.38496	9.55098				06	00	03359	03359037
2809538	Wiegersdorf	wiegersdorf	DE		0	Europe/Berlin	51.57624	10.79156		Wiegersdorf,Wigradisdorp [a. 1240]		15	00	16062	16062065
2809540	Wiegboldsbur	wiegboldsbur	DE		0	Europe/Berlin	53.45076	7.3391		Wiegboldsbur		06	00	03452	03452023
2809541	Wiefhausen	wiefhausen	DE		0	Europe/Berlin	52.79973	8.85726				06	00	03251	03251038
2809542	Wieferthook	wieferthook	DE		0	Europe/Berlin	52.165	7.02976				07	055	05554	05554020
2809543	Wiefelstedermoor	wiefelstedermoor	DE		0	Europe/Berlin	53.25144	8.07961				06	00	03451	03451008
2809655	Wiechs am Randen	wiechs-am-randen	DE		0	Europe/Berlin	47.78308	8.63604		Wiechs,Wiechs am Randen		01	083	08335	08335080
2809656	Wiechs	wiechs	DE		0	Europe/Berlin	47.87093	11.90085				02	091	09187	09187122
2809545	Wiefelsdorf	wiefelsdorf	DE		0	Europe/Berlin	49.27932	12.0769				02	093	09376	09376161
2809546	Wiefelsburg	wiefelsburg	DE		0	Europe/Berlin	50.41456	11.15587				15	00	16072	16072019
2809547	Wiefels	wiefels	DE		0	Europe/Berlin	53.59841	7.87171		Wiefels		06	00	03455	03455020
2809548	Wiefeldick	wiefeldick	DE		0	Europe/Berlin	51.14844	7.01333				07	051	05122	05122000
2809551	Wiedmoos	wiedmoos	DE		0	Europe/Berlin	47.73333	11.56667				02	091	09173	09173124
2809552	Wiedmar	wiedmar	DE		0	Europe/Berlin	47.58001	10.60922				02	097	09777	09777129
2809553	Wiedmannsfelden	wiedmannsfelden	DE		0	Europe/Berlin	47.93047	12.92358				02	091	09172	09172122
2809560	Wiedingen	wiedingen	DE		0	Europe/Berlin	53.00776	9.78607				06	00	03358	03358021
2809561	Wiedigshof	wiedigshof	DE		0	Europe/Berlin	51.56384	10.63974				06	00	03159	03159036
2809566	Wiederstein	wiederstein	DE		0	Europe/Berlin	50.77764	8.04042		Wiederstein		07	059	05970	05970036
2809568	Wiedersdorf	wiedersdorf	DE		0	Europe/Berlin	51.46845	12.12415				14	00	15088	15088195
2809569	Wiedersberg	wiedersberg	DE		0	Europe/Berlin	50.36402	11.99891		Wiedersberg		13	00	14523	14523440
2809570	Wiedersbach	wiedersbach	DE		0	Europe/Berlin	50.47695	10.79919				15	00	16069	16069058
2809571	Wiedersbach	wiedersbach	DE		0	Europe/Berlin	49.29605	10.43828				02	095	09571	09571174
2809572	Wiederoda	wiederoda	DE		0	Europe/Berlin	51.25139	12.96013		Liptitz-Wiederoda,Wiederoda		13	00	14730	14730330
2809573	Wiedermuth	wiedermuth	DE		0	Europe/Berlin	51.30724	10.71425				15	00	16065	16065014
2809575	Wiederitzsch	wiederitzsch	DE		0	Europe/Berlin	51.3975	12.37272				13	00	14713	14713000
2809576	Wiederhofen	wiederhofen	DE		0	Europe/Berlin	47.59421	10.10056				02	097	09780	09780127
2809577	Wiedergrün	wiedergrun	DE		0	Europe/Berlin	48.50704	8.0091				01	083	08317	08317021
2809579	Wiederberg	wiederberg	DE		0	Europe/Berlin	50.96894	12.80097				13	00	14522	14522350
2809580	Wiederau	wiederau	DE		0	Europe/Berlin	51.63112	13.31783				11	00	12062	12062500
2809581	Wiederau	wiederau	DE		0	Europe/Berlin	51.19151	12.28529		Wiederau		13	00	14729	14729350
2809582	Wiederau	wiederau	DE		0	Europe/Berlin	50.97359	12.83866				13	00	14522	14522290
2809585	Wiedent	wiedent	DE		0	Europe/Berlin	49.89486	11.66668				02	094	09472	09472133
2809589	Wiedenrode	wiedenrode	DE		0	Europe/Berlin	52.51142	10.26501		Wendelingeroth [a. 1022],Wie'enro'e,Wie’enro’e		06	00	03351	03351017
2809593	Wiedenhof	wiedenhof	DE		0	Europe/Berlin	53.29151	9.92689				06	00	03353	03353020
2809602	Wiedenfeld	wiedenfeld	DE		0	Europe/Berlin	50.98333	6.61667				07	053	05362	05362008
2809603	Wiedenest	wiedenest	DE		0	Europe/Berlin	51.0311	7.68945		Wiedenest		07	053	05374	05374004
2809605	Wiedenbrügge	wiedenbruegge	DE		0	Europe/Berlin	52.42701	9.25907				06	00	03257	03257038
2809606	Wiedenbrück	wiedenbrueck	DE		0	Europe/Berlin	51.83518	8.31055				07	057	05754	05754028
2809609	Wiedenberg	wiedenberg	DE		0	Europe/Berlin	50.53167	12.45207				13	00	14523	14523360
2809610	Wiedenberg	wiedenberg	DE		0	Europe/Berlin	50.41139	12.26339				13	00	14523	14523370
2809613	Wiedenbach	wiedenbach	DE		0	Europe/Berlin	47.69829	9.6324				01	084	08435	08435057
2809629	Wiedemannsdorf	wiedemannsdorf	DE		0	Europe/Berlin	47.55863	10.09508				02	097	09780	09780132
2809630	Wiedelah	wiedelah	DE		0	Europe/Berlin	51.95994	10.58659		Wiedelah		06	00	03153	03153017
2809641	Wiedau	wiedau	DE		0	Europe/Berlin	53.07026	8.57247				06	00	03458	03458005
2809648	Wieckhorst	wieckhorst	DE		0	Europe/Berlin	53.08239	9.78918		Wieckhorst		06	00	03358	03358019
2809649	Wieckenberg	wieckenberg	DE		0	Europe/Berlin	52.63911	9.84602		Wieckenberg		06	00	03351	03351023
2809657	Wiechs	wiechs	DE		0	Europe/Berlin	47.81551	8.90488		Wiechs		01	083	08335	08335077
2809658	Wiechs	wiechs	DE		0	Europe/Berlin	47.77585	12.02737				02	091	09187	09187129
2809659	Wiechs	wiechs	DE		0	Europe/Berlin	47.63593	7.813		Wiechs		01	083	08336	08336081
2809662	Wiechendorf	wiechendorf	DE		0	Europe/Berlin	52.52087	9.69792		Wiechendorf		06	00	03241	03241019
2809664	Wiecheln	wiecheln	DE		0	Europe/Berlin	53.22285	10.67491				06	00	03355	03355036
2809665	Wiechel	wiechel	DE		0	Europe/Berlin	52.84913	10.20767				06	00	03351	03351010
2809667	Wiebusch	wiebusch	DE		0	Europe/Berlin	52.83287	8.70141				06	00	03251	03251007
2809668	Wiebrechtshausen	wiebrechtshausen	DE		0	Europe/Berlin	51.74018	10.01781				06	00	03155	03155011
2809671	Wieblingen	wieblingen	DE		0	Europe/Berlin	49.42533	8.64236		Wieblingen		01	082	08221	08221000
2809673	Wiebelskirchen	wiebelskirchen	DE		0	Europe/Berlin	49.37083	7.18777		Wiebelskirchen		09	00	10043	10043114
2809678	Wiebelsberg	wiebelsberg	DE		0	Europe/Berlin	49.73333	10.38333				02	096	09675	09675116
2809681	Wiebelsbach	wiebelsbach	DE		0	Europe/Berlin	49.82327	8.9428				05	064	06432	06432010
2809682	Wiebelsaat	wiebelsaat	DE		0	Europe/Berlin	51.12566	7.64506		Wiebelsaat		07	059	05962	05962036
2809684	Wiebeler	wiebeler	DE		0	Europe/Berlin	51.74887	8.44699				07	057	05774	05774020
2809685	Wiebelbach	wiebelbach	DE		0	Europe/Berlin	49.7939	9.53152		Wiebelbach		02	096	09677	09677151
2809695	Widmannstal	widmannstal	DE		0	Europe/Berlin	49.16667	9.18333				01	081	08121	08121000
2809697	Widlthal	widlthal	DE		0	Europe/Berlin	49.12718	11.98309				02	093	09375	09375153
2809700	Widey	widey	DE		0	Europe/Berlin	51.69751	8.66014		Kolonie Wieddey,Widey		07	057	05774	05774036
2809701	Wideregg	wideregg	DE		0	Europe/Berlin	48.01863	10.40348		Wideregg		02	097	09778	09778180
2809703	Widdum	widdum	DE		0	Europe/Berlin	47.63074	10.29733				02	097	09780	09780143
2809704	Widdum	widdum	DE		0	Europe/Berlin	47.6	9.81667				02	097	09776	09776126
2809706	Widdig	widdig	DE		0	Europe/Berlin	50.79462	7.02444		Widdig		07	053	05382	05382012
2809707	Widdeshoven	widdeshoven	DE		0	Europe/Berlin	51.0859	6.68913				07	051	05162	05162028
2809708	Widdert	widdert	DE		0	Europe/Berlin	51.13774	7.0653				07	051	05122	05122000
2809709	Widderstein	widderstein	DE		0	Europe/Berlin	50.68152	7.69263				08	00	07132	07132070
2809710	Widderstall	widderstall	DE		0	Europe/Berlin	48.53045	9.71148				01	084	08425	08425079
2809711	Widdershausen	widdershausen	DE		0	Europe/Berlin	50.91018	10.01387				05	066	06632	06632009
2809712	Widdersdorf	widdersdorf	DE		0	Europe/Berlin	50.96749	6.83125				07	053	05315	05315000
2809713	Widdersdorf	widdersdorf	DE		0	Europe/Berlin	48.93144	13.19947				02	092	09276	09276139
2809714	Widdersdorf	widdersdorf	DE		0	Europe/Berlin	48.54228	12.00505				02	092	09274	09274194
2809715	Widdersberg	widdersberg	DE		0	Europe/Berlin	48.01617	11.19925				02	091	09188	09188124
2809716	Widders	widders	DE		0	Europe/Berlin	53.53528	8.4553				06	00	03461	03461003
2809717	Widdernhausen	widdernhausen	DE		0	Europe/Berlin	52.8568	9.98056				06	00	03351	03351004
2809720	Widdensen	widdensen	DE		0	Europe/Berlin	52.25208	9.09132				06	00	03257	03257001
2809721	Widdendorf	widdendorf	DE		0	Europe/Berlin	50.92469	6.61942				07	053	05362	05362016
2809722	Widdelswehr	widdelswehr	DE		0	Europe/Berlin	53.33814	7.26263				06	00	03402	03402000
2809726	Widdau	widdau	DE		0	Europe/Berlin	50.5609	6.30081				07	053	05334	05334020
2809727	Wickühl	wickuehl	DE		0	Europe/Berlin	50.90487	7.23106				07	053	05382	05382028
2809728	Wickstadt	wickstadt	DE		0	Europe/Berlin	50.30606	8.84193				05	064	06440	06440017
2809729	Wickriede	wickriede	DE		0	Europe/Berlin	52.37171	8.7277				07	057	05770	05770012
2809730	Wickrathhahn	wickrathhahn	DE		0	Europe/Berlin	51.12236	6.38826		Wickrathhahn		07	051	05116	05116000
2809731	Wickrathberg	wickrathberg	DE		0	Europe/Berlin	51.11311	6.41584				07	051	05116	05116000
2809732	Wickrath	wickrath	DE		0	Europe/Berlin	51.48304	6.48903				07	051	05170	05170020
2809733	Wickrath	wickrath	DE		0	Europe/Berlin	51.13135	6.40832		Wickrath		07	051	05116	05116000
2809736	Wicklesgreuth	wicklesgreuth	DE		0	Europe/Berlin	49.31311	10.71043				02	095	09571	09571190
2809738	Wickhausen	wickhausen	DE		0	Europe/Berlin	51.11856	7.24806				07	053	05378	05378032
2809739	Wickhausen	wickhausen	DE		0	Europe/Berlin	50.76024	7.64292				08	00	07132	07132091
2809740	Wickesberg	wickesberg	DE		0	Europe/Berlin	51.1169	7.29918		Wickesberg		07	053	05374	05374016
2809742	Wickersrode	wickersrode	DE		0	Europe/Berlin	51.15398	9.7403				05	066	06636	06636006
2809745	Wickershain	wickershain	DE		0	Europe/Berlin	51.04424	12.70994				13	00	14729	14729150
2809746	Wickersdorf	wickersdorf	DE		0	Europe/Berlin	50.88489	12.55906				13	00	14524	14524240
2809747	Wickersdorf	wickersdorf	DE		0	Europe/Berlin	50.58777	11.25169				15	00	16073	16073077
2809748	Wickersdorf	wickersdorf	DE		0	Europe/Berlin	48.98464	13.11308				02	092	09276	09276138
2809752	Wickers	wickers	DE		0	Europe/Berlin	50.54344	9.98923				05	066	06631	06631012
2809757	Wicker	wicker	DE		0	Europe/Berlin	50.02892	8.40743				05	064	06436	06436004
2809759	Wickensen	wickensen	DE		0	Europe/Berlin	51.92288	9.65299		Wickensen		06	00	03255	03255013
2809763	Wickenrode	wickenrode	DE		0	Europe/Berlin	51.25702	9.73234		Wickenrode		05	066	06633	06633012
2809764	Wickenricht	wickenricht	DE		0	Europe/Berlin	49.60531	11.73984				02	093	09371	09371156
2809765	Wickenreuth	wickenreuth	DE		0	Europe/Berlin	50.07928	11.44504				02	094	09477	09477128
2809766	Wickenhaus	wickenhaus	DE		0	Europe/Berlin	47.84324	9.64115				01	084	08436	08436012
2809768	Wickendorf	wickendorf	DE		0	Europe/Berlin	53.68042	11.42947				12	00	13004	13004000
2809769	Wickendorf	wickendorf	DE		0	Europe/Berlin	50.53253	11.44282				15	00	16073	16073067
2809770	Wickendorf	wickendorf	DE		0	Europe/Berlin	50.3794	11.37608				02	094	09476	09476180
2809774	Wickelhof	wickelhof	DE		0	Europe/Berlin	49.54968	7.73093				08	00	07335	07335041
2809776	Wickeder Chaussee	wickeder-chaussee	DE		0	Europe/Berlin	51.51667	7.61667				07	059	05978	05978016
2809779	Wickbranzen	wickbranzen	DE		0	Europe/Berlin	52.84359	8.86809				06	00	03251	03251041
2809780	Wickbolsen	wickbolsen	DE		0	Europe/Berlin	52.17541	9.3001				06	00	03252	03252007
2809782	Wichum	wichum	DE		0	Europe/Berlin	52.1345	7.08084				07	055	05554	05554024
2809783	Wichtshausen	wichtshausen	DE		0	Europe/Berlin	50.60103	10.57369				15	00	16054	16054000
2809784	Wichtringhausen	wichtringhausen	DE		0	Europe/Berlin	52.33782	9.43353				06	00	03241	03241002
2809785	Wichtleiten	wichtleiten	DE		0	Europe/Berlin	48.38801	12.92106				02	092	09277	09277139
2809787	Wichterich	wichterich	DE		0	Europe/Berlin	50.70769	6.7394				07	053	05366	05366044
2809789	Wichtens	wichtens	DE		0	Europe/Berlin	53.62602	7.86407				06	00	03455	03455020
2809790	Wichtenbeck	wichtenbeck	DE		0	Europe/Berlin	52.94285	10.31608				06	00	03360	03360007
2809792	Wichte	wichte	DE		0	Europe/Berlin	53.6074	7.31828				06	00	03452	03452008
2809793	Wichte	wichte	DE		0	Europe/Berlin	51.04072	9.58412				05	066	06634	06634015
2809795	Wichsenstein	wichsenstein	DE		0	Europe/Berlin	49.73752	11.26689		Wichsenstein		02	094	09474	09474129
2809797	Wichmannshausen	wichmannshausen	DE		0	Europe/Berlin	51.10851	9.97159		Wichmannshausen		05	066	06636	06636011
2809799	Wichmannsdorf	wichmannsdorf	DE		0	Europe/Berlin	54.11289	11.73619				12	00	13072	13072058
2809800	Wichmannsdorf	wichmannsdorf	DE		0	Europe/Berlin	53.98476	11.18631				12	00	13074	13074010
2809801	Wichmannsdorf	wichmannsdorf	DE		0	Europe/Berlin	53.24272	13.64023				11	00	12073	12073069
2809802	Wichmannsburg	wichmannsburg	DE		0	Europe/Berlin	53.13481	10.50711				06	00	03360	03360004
2809804	Wichlinghofen	wichlinghofen	DE		0	Europe/Berlin	51.45327	7.49139		Wichlinghofen		07	059	05913	05913000
2809806	Wichlinghausen	wichlinghausen	DE		0	Europe/Berlin	52.09094	8.33515		Wichlinghausen		07	057	05754	05754004
2809811	Wichenhausen	wichenhausen	DE		0	Europe/Berlin	52.8533	8.70244				06	00	03251	03251007
2809812	Wichenberg	wichenberg	DE		0	Europe/Berlin	52.37281	12.12022		Kolonie Wichenberg,Wichenberg		14	00	15086	15086040
2809814	Wichel	wichel	DE		0	Europe/Berlin	52.67192	8.2555				06	00	03460	03460006
2809815	Wichdorf	wichdorf	DE		0	Europe/Berlin	51.22688	9.3025				05	066	06634	06634018
2809817	Wiblingwerde	wiblingwerde	DE		0	Europe/Berlin	51.30894	7.61711				07	059	05962	05962044
2809818	Wiblingen	wiblingen	DE		0	Europe/Berlin	48.36001	9.98898				01	084	08421	08421000
2809819	Wibbese	wibbese	DE		0	Europe/Berlin	53.05083	11.00105				06	00	03354	03354011
2809820	Wibberich	wibberich	DE		0	Europe/Berlin	51.77252	8.18679				07	055	05570	05570028
2809825	Wibbecke	wibbecke	DE		0	Europe/Berlin	51.57571	9.77966				06	00	03159	03159001
2809828	Wiarder Altendeich	wiarder-altendeich	DE		0	Europe/Berlin	53.66955	7.98593				06	00	03455	03455020
2809829	Wiarden	wiarden	DE		0	Europe/Berlin	53.66837	7.95316				06	00	03455	03455020
2809830	Weyhers	weyhers	DE		0	Europe/Berlin	50.48782	9.80032				05	066	06631	06631004
2809831	Weyhern	weyhern	DE		0	Europe/Berlin	48.33012	11.37239				02	091	09174	09174131
2809832	Weyhern	weyhern	DE		0	Europe/Berlin	48.28362	11.15071		Weyhern		02	091	09179	09179117
2809834	Weyher	weyher	DE		570	Europe/Berlin	49.26757	8.08512		Weyher		08	00	07337	07337084
2809838	Weyersfeld	weyersfeld	DE		0	Europe/Berlin	50.07756	9.79343				02	096	09677	09677149
2809839	Weyermoor	weyermoor	DE		0	Europe/Berlin	53.21774	8.89133				06	00	03356	03356011
2809840	Weyerhof	weyerhof	DE		0	Europe/Berlin	51.05438	6.38119				07	053	05370	05370004
2809855	Weyen	weyen	DE		0	Europe/Berlin	51.637	6.28601				07	051	05154	05154032
2809857	Wey	wey	DE		0	Europe/Berlin	51.13525	6.50331				07	051	05162	05162012
2809859	Wext	wext	DE		0	Europe/Berlin	52.14784	7.09293				07	055	05554	05554024
2809860	Wewer	wewer	DE		0	Europe/Berlin	51.68915	8.69334		Wewer		07	057	05774	05774032
2809862	Wewelsburg	wewelsburg	DE		0	Europe/Berlin	51.60597	8.65294		Wewelsburg		07	057	05774	05774016
2809864	Weweck	weweck	DE		0	Europe/Berlin	48.52472	13.24306				02	092	09275	09275138
2809865	Wevelinghoven	wevelinghoven	DE		0	Europe/Berlin	51.31856	6.27528				07	051	05166	05166016
2809866	Wevelinghoven	wevelinghoven	DE		0	Europe/Berlin	51.10583	6.62236		Wevelinghoven		07	051	05162	05162008
2809868	Weuste	weuste	DE		0	Europe/Berlin	51.25449	7.28433				07	059	05954	05954024
2809870	Weuspert	weuspert	DE		0	Europe/Berlin	51.22228	8.03769		Weuspert		07	059	05966	05966012
2809871	Wetzstein	wetzstein	DE		0	Europe/Berlin	48.62139	13.05083				02	092	09275	09275114
2809877	Wetzlos	wetzlos	DE		0	Europe/Berlin	50.75865	9.62971				05	066	06632	06632008
2809880	Wetzlhof	wetzlhof	DE		0	Europe/Berlin	48.41667	12.73333				02	092	09277	09277116
2809883	Wetzlers	wetzlers	DE		0	Europe/Berlin	47.71141	10.56972				02	097	09777	09777179
2809884	Wetzleberg	wetzleberg	DE		0	Europe/Berlin	47.81778	10.17145				02	097	09780	09780112
2809885	Wetzleben	wetzleben	DE		0	Europe/Berlin	52.06864	10.71081				06	00	03158	03158017
2809886	Wetzldorf	wetzldorf	DE		0	Europe/Berlin	49.8581	12.05354				02	093	09377	09377116
2809890	Wetzl	wetzl	DE		0	Europe/Berlin	47.73333	11.58333				02	091	09173	09173124
2809892	Wetzisreute	wetzisreute	DE		0	Europe/Berlin	47.7804	9.70019		Wetzisreute		01	084	08436	08436069
2809893	Wetzhausen	wetzhausen	DE		0	Europe/Berlin	50.19445	10.41116				02	096	09678	09678181
2809894	Wetzgau	wetzgau	DE		0	Europe/Berlin	48.81687	9.77637				01	081	08136	08136065
2809895	Wetzenow	wetzenow	DE		0	Europe/Berlin	53.4716	14.08602				12	00	13075	13075117
2809896	Wetzendorf	wetzendorf	DE		0	Europe/Berlin	51.27818	11.64135		Wetzendorf		14	00	15084	15084250
2809897	Wetzendorf	wetzendorf	DE		8268	Europe/Berlin	49.47056	11.04148	305			02	095	09564	09564000
2809899	Wetzenbach	wetzenbach	DE		0	Europe/Berlin	48.83817	13.08583				02	092	09271	09271148
2809900	Wetzen	wetzen	DE		0	Europe/Berlin	53.17435	10.23788				06	00	03355	03355027
2809902	Wetzelsgrün	wetzelsgruen	DE		0	Europe/Berlin	50.53983	12.28252				13	00	14523	14523430
2809903	Wetzelsdorf	wetzelsdorf	DE		0	Europe/Berlin	49.08527	12.37244				02	093	09375	09375120
2809904	Wetzelsdorf	wetzelsdorf	DE		0	Europe/Berlin	49.02268	12.9963				02	092	09276	09276143
2809905	Wetzelsberg	wetzelsberg	DE		0	Europe/Berlin	49.07844	12.62153				02	092	09278	09278189
2809907	Wetzelhübel	wetzelhuebel	DE		0	Europe/Berlin	50.62765	13.45818				13	00	14521	14521570
2809908	Wetze	wetze	DE		0	Europe/Berlin	51.74117	9.90881				06	00	03155	03155011
2809909	Wetzdorf	wetzdorf	DE		0	Europe/Berlin	51.00124	11.76584				15	00	16074	16074116
2809910	Wetzdorf	wetzdorf	DE		0	Europe/Berlin	50.74977	11.93739				15	00	16076	16076088
2809913	Wettzell	wettzell	DE		0	Europe/Berlin	49.14436	12.88696				02	093	09372	09372137
2809916	Wettsaasen	wettsaasen	DE		0	Europe/Berlin	50.63133	9.06328				05	065	06535	06535013
2809918	Wettringhof	wettringhof	DE		0	Europe/Berlin	51.23423	7.68431				07	059	05962	05962032
2809923	Wettmershagen	wettmershagen	DE		0	Europe/Berlin	52.39746	10.64953		Wettmershagen		06	00	03151	03151006
2809924	Wettmarsen	wettmarsen	DE		0	Europe/Berlin	51.38285	7.91521				07	059	05958	05958004
2809925	Wettmar	wettmar	DE		0	Europe/Berlin	52.51215	9.91954		Weppmer,Wetemer [a. 1277],Wettmar		06	00	03241	03241004
2809926	Wettmannsberg	wettmannsberg	DE		0	Europe/Berlin	47.74575	10.34612				02	097	09763	09763000
2809927	Wettlkam	wettlkam	DE		0	Europe/Berlin	47.9141	11.64662				02	091	09182	09182127
2809929	Wettis	wettis	DE		0	Europe/Berlin	47.6	9.65		Wettis		01			
2809931	Wettinhöhe	wettinhoehe	DE		0	Europe/Berlin	50.65	13.43333				13	00	14521	14521570
2809937	Wettingen	wettingen	DE		0	Europe/Berlin	48.51908	10.11927				01	084	08425	08425085
2809938	Wetting	wetting	DE		0	Europe/Berlin	48.18354	11.99381				02	091	09177	09177119
2809941	Wettges	wettges	DE		0	Europe/Berlin	50.41278	9.33915				05	064	06435	06435004
2809943	Wettesingen	wettesingen	DE		0	Europe/Berlin	51.45039	9.18584				05	066	06633	06633004
2809945	Wetterwitz	wetterwitz	DE		0	Europe/Berlin	51.08695	13.22996				13	00	14522	14522510
2809953	Wettersdorf	wettersdorf	DE		0	Europe/Berlin	51.08829	13.22482				13	00	14522	14522510
2809954	Weitersdorf	weitersdorf	DE		0	Europe/Berlin	50.75991	11.3532				15	00	16073	16073109
2809955	Wettersdorf	wettersdorf	DE		0	Europe/Berlin	49.6306	9.38577		Wettersdorf		01	082	08225	08225109
2809956	Wettersdorf	wettersdorf	DE		0	Europe/Berlin	48.4943	12.53651				02	092	09279	09279115
2809957	Wetterscheidt	wetterscheidt	DE		0	Europe/Berlin	51.10842	11.84524				14	00	15084	15084335
2809958	Wettersberg	wettersberg	DE		0	Europe/Berlin	54.15058	9.55829				10	00	01058	01058164
2809959	Wettersberg	wettersberg	DE		0	Europe/Berlin	49.44391	11.51101				02	095	09574	09574111
2809962	Wetterndorf	wetterndorf	DE		0	Europe/Berlin	53.58418	9.58977				06	00	03359	03359039
2809963	Wetterndorf	wetterndorf	DE		0	Europe/Berlin	53.90975	9.28384				10	00	01061	01061063
2809964	Wetterling	wetterling	DE		0	Europe/Berlin	47.98596	11.88523				02	091	09175	09175121
2809967	Wetteritz	wetteritz	DE		0	Europe/Berlin	51.2477	12.91018		Gottwitz-Wetteritz,Göttwitz-Wetteritz,Wetteritz		13	00	14729	14729160
2809968	Wetterfeld	wetterfeld	DE		0	Europe/Berlin	50.54805	8.95722				05	065	06531	06531010
2809969	Wetterfeld	wetterfeld	DE		0	Europe/Berlin	49.21999	12.54273				02	093	09372	09372153
2809970	Wetterburg	wetterburg	DE		0	Europe/Berlin	51.38373	9.05917				05	066	06635	06635002
2809986	Wettensen	wettensen	DE		0	Europe/Berlin	52.01643	9.80392				06	00	03254	03254002
2809987	Wettenhofen	wettenhofen	DE		0	Europe/Berlin	49.19685	11.40467				02	093	09373	09373146
2809988	Wettenhausen	wettenhausen	DE		0	Europe/Berlin	48.39718	10.3577				02	097	09774	09774145
2809989	Wettendorf	wettendorf	DE		0	Europe/Berlin	51.91667	7.78333				07	055	05570	05570024
2809990	Wettendorf	wettendorf	DE		0	Europe/Berlin	52.75593	10.58172				06	00	03151	03151019
2809991	Wettenbostel	wettenbostel	DE		0	Europe/Berlin	53.07526	10.28252				06	00	03360	03360029
2809995	Wetten	wetten	DE		0	Europe/Berlin	51.57014	6.2914		Wetten		07	051	05154	05154032
2809996	Wettelswalde	wettelswalde	DE		0	Europe/Berlin	50.84401	12.31552				15	00	16077	16077047
2809997	Wettelsheim	wettelsheim	DE		0	Europe/Berlin	48.98083	10.88305		Wettelsheim		02	095	09577	09577173
2810001	Wetteldorf	wetteldorf	DE		0	Europe/Berlin	50.15369	6.46866				08	00	07232	07232304
2810002	Wettelbrunn	wettelbrunn	DE		0	Europe/Berlin	47.87228	7.69572		Wettelbrunn		01	083	08315	08315108
2810004	Wetteborn	wetteborn	DE		0	Europe/Berlin	51.90939	9.96893				06	00	03254	03254042
2810007	Wettbergen	wettbergen	DE		0	Europe/Berlin	52.32997	9.69492				06	00	03241	03241001
2810008	Wettaburg	wettaburg	DE		0	Europe/Berlin	51.09439	11.83689		Wettaburg		14	00	15084	15084355
2810009	Wetschhausen	wetschhausen	DE		0	Europe/Berlin	49.42393	7.21364				09	00	10043	10043115
2810010	Wetschewell	wetschewell	DE		0	Europe/Berlin	51.1345	6.42063				07	051	05116	05116000
2810013	Wetscherhardt	wetscherhardt	DE		0	Europe/Berlin	52.6161	8.43625				06	00	03251	03251046
2810016	Wetro	wetro	DE		0	Europe/Berlin	51.25039	14.30974		Wetrow,Wětrow		13	00	14625	14625460
2810017	Wetitz	wetitz	DE		0	Europe/Berlin	51.24231	13.06531				13	00	14730	14730200
2810019	Wethmar	wethmar	DE		0	Europe/Berlin	51.62482	7.54731		Wethmar		07	059	05978	05978024
2810020	Wethen	wethen	DE		0	Europe/Berlin	51.49154	9.07539				05	066	06635	06635008
2810021	Wethe	wethe	DE		0	Europe/Berlin	53.68697	9.44788				06	00	03359	03359013
2810026	Weteritz	weteritz	DE		0	Europe/Berlin	52.51298	11.33549				14	00	15081	15081135
2810029	Wesuwer Brook	wesuwer-brook	DE		0	Europe/Berlin	52.76752	7.24492				06	00	03454	03454018
2810030	Wesuwe	wesuwe	DE		0	Europe/Berlin	52.75879	7.2102		Wesuwe		06	00	03454	03454018
2810031	Westwippingen	westwippingen	DE		0	Europe/Berlin	52.93333	7.4				06	00	03454	03454060
2810032	Westum	westum	DE		0	Europe/Berlin	52.17446	7.521				07	055	05566	05566008
2810033	Westum	westum	DE		0	Europe/Berlin	50.5369	7.22902		Westum		08	00	07131	07131077
2810034	Westuffeln	westuffeln	DE		0	Europe/Berlin	51.43412	9.32583				05	066	06633	06633005
2810035	Westtünnen	westtuennen	DE		0	Europe/Berlin	51.654	7.85703				07	059	05915	05915000
2810036	Westsiedlung	westsiedlung	DE		0	Europe/Berlin	52.72267	9.7193				06	00	03358	03358007
2810037	Westscheidt	westscheidt	DE		0	Europe/Berlin	52.23265	8.70356				07	057	05758	05758024
2810038	Westscheide	westscheide	DE		0	Europe/Berlin	54.63099	9.52134				10	00	01059	01059049
2810040	Westrup	westrup	DE		0	Europe/Berlin	51.77408	7.47947				07	055	05558	05558024
2810041	Westrup	westrup	DE		0	Europe/Berlin	52.52498	7.9297				06	00	03459	03459002
2810042	Westrup	westrup	DE		0	Europe/Berlin	52.49561	8.09931				06	00	03460	03460007
2810043	Westrup	westrup	DE		0	Europe/Berlin	52.42881	8.44566		Westrup		07	057	05770	05770044
2810044	Westrup	westrup	DE		0	Europe/Berlin	52.28366	8.25491				06	00	03459	03459012
2810045	Westrup	westrup	DE		0	Europe/Berlin	52.22501	8.0046				06	00	03459	03459019
2810046	Westrup	westrup	DE		0	Europe/Berlin	51.72649	7.24724				07	055	05562	05562016
2810047	Westrum	westrum	DE		0	Europe/Berlin	53.60272	7.9177				06	00	03455	03455020
2810048	Westrum	westrum	DE		0	Europe/Berlin	52.70183	7.65212				06	00	03454	03454021
2810049	Westrittrum	westrittrum	DE		0	Europe/Berlin	52.97206	8.32524				06	00	03458	03458007
2810051	Westrich	westrich	DE		0	Europe/Berlin	51.49748	8.07622				07	059	05974	05974032
2810053	Westrhauderfehn	westrhauderfehn	DE		0	Europe/Berlin	53.13364	7.55547				06	00	03457	03457018
2810061	Westorf	westorf	DE		0	Europe/Berlin	52.10608	8.9197				07	057	05766	05766036
2810063	Westönnen	westoennen	DE		0	Europe/Berlin	51.55243	7.96223				07	059	05974	05974052
2810064	Westochtersumerfeld	westochtersumerfeld	DE		0	Europe/Berlin	53.59517	7.50834				06	00	03462	03462012
2810065	Westochtersum	westochtersum	DE		0	Europe/Berlin	53.6088	7.50727		West-Ochtersum		06	00	03462	03462012
2810066	Westmoorsee	westmoorsee	DE		0	Europe/Berlin	53.50435	8.39627				06	00	03461	03461007
2810067	Westmoor	westmoor	DE		0	Europe/Berlin	53.47926	9.69071				06	00	03359	03359010
2810074	Westlintel	westlintel	DE		0	Europe/Berlin	53.6	7.18333				06	00	03452	03452019
2810082	Westleven	westleven	DE		0	Europe/Berlin	51.7167	7.26877				07	055	05562	05562016
2810084	Westlähden	westlaehden	DE		0	Europe/Berlin	52.75	7.55				06	00	03454	03454026
2810085	Westladbergen	westladbergen	DE		0	Europe/Berlin	52.15256	7.6791				07	055	05566	05566080
2810087	West Krauel	west-krauel	DE		0	Europe/Berlin	53.39955	10.22038				04	00	02000	02000000
2810088	Westkirchen	westkirchen	DE		0	Europe/Berlin	51.88314	8.03896				07	055	05570	05570020
2810089	Westkilver	westkilver	DE		0	Europe/Berlin	52.22102	8.46133				07	057	05758	05758028
2810091	West Jacobswarf	west-jacobswarf	DE		0	Europe/Berlin	54.71667	8.75				10	00	01054	01054022
2810094	Westig	westig	DE		0	Europe/Berlin	51.37547	7.75862		Westig		07	059	05962	05962016
2810095	Westick	westick	DE		0	Europe/Berlin	51.57475	7.62702		Westick		07	059	05978	05978020
2810096	Westick	westick	DE		0	Europe/Berlin	51.4732	7.78777		Westick		07	059	05978	05978012
2810097	Westhusen	westhusen	DE		0	Europe/Berlin	51.71667	7.88333				07	059	05915	05915000
2810102	Westhoyel	westhoyel	DE		0	Europe/Berlin	52.17095	8.45311				06	00	03459	03459024
2810103	Westhoven	westhoven	DE		0	Europe/Berlin	51.13745	7.30942				07	053	05374	05374016
2810104	Westhoven	westhoven	DE		0	Europe/Berlin	50.89989	7.02456				07	053	05315	05315000
2810111	Westhof	westhof	DE		0	Europe/Berlin	54.10329	11.67933				12	00	13072	13072008
2810115	Westhilbeck	westhilbeck	DE		0	Europe/Berlin	51.57878	7.84956				07	059	05974	05974052
2810116	Westherbede	westherbede	DE		0	Europe/Berlin	51.41667	7.26667				07	059	05954	05954036
2810117	Westhemmerde	westhemmerde	DE		0	Europe/Berlin	51.54798	7.78511		Westhemmerde		07	059	05978	05978036
2810120	Westheim bei Haßfurt	westheim-bei-hassfurt	DE		0	Europe/Berlin	49.97775	10.50212		Westheim,Westheim bei Hassfurt,Westheim bei Haßfurt		02	096	09674	09674163
2810130	Westheide	westheide	DE		0	Europe/Berlin	51.43178	7.61738				07	059	05978	05978028
2810138	Westhaid	westhaid	DE		0	Europe/Berlin	49.36466	11.33746				02	095	09574	09574117
2810142	Westgroßefehn	westgrossefehn	DE		0	Europe/Berlin	53.38298	7.52786		Westgrossefehn,Westgroßefehn		06	00	03452	03452006
2810146	Westgartshausen	westgartshausen	DE		0	Europe/Berlin	49.12557	10.12347				01	081	08127	08127014
2810147	Westfilderstadt	westfilderstadt	DE		0	Europe/Berlin	48.68333	9.15				01	081	08116	08116078
2810152	Westewitz	westewitz	DE		0	Europe/Berlin	51.57524	11.94367				14	00	15088	15088295
2810154	Westerwohld	westerwohld	DE		0	Europe/Berlin	54.16764	9.17073				10	00	01051	01051082
2810157	Westerwisch	westerwisch	DE		0	Europe/Berlin	53.86078	8.66653				06	00	03352	03352011
2810160	Westerwiehe	westerwiehe	DE		0	Europe/Berlin	51.81725	8.48565		Westerwiehe		07	057	05754	05754032
2810161	Westerwiede	westerwiede	DE		0	Europe/Berlin	52.11427	8.07376				06	00	03459	03459005
2810162	Westerweyhe	westerweyhe	DE		0	Europe/Berlin	52.99684	10.51357				06	00	03360	03360025
2810164	Westerwede	westerwede	DE		0	Europe/Berlin	53.19749	8.91764				06	00	03356	03356005
2810166	Westerwanna	westerwanna	DE		0	Europe/Berlin	53.74003	8.78121				06	00	03352	03352055
2810169	Westerwall	westerwall	DE		0	Europe/Berlin	54.86667	8.41667				10	00	01054	01054168
2810171	Westerwald	westerwald	DE		0	Europe/Berlin	52.2484	9.2359				06	00	03257	03257003
2810174	Westervinnen	westervinnen	DE		0	Europe/Berlin	52.06663	8.65877				07	057	05766	05766008
2810175	Westervesede	westervesede	DE		0	Europe/Berlin	53.1483	9.54531				06	00	03357	03357041
2810176	Wester-Treia	wester-treia	DE		0	Europe/Berlin	54.51079	9.30601				10	00	01059	01059092
2810179	Westertilli	westertilli	DE		0	Europe/Berlin	54.50537	8.65134				10	00	01054	01054103
2810187	Westerstederfeld	westerstederfeld	DE		0	Europe/Berlin	53.2561	7.878				06	00	03451	03451007
2810190	Westersode	westersode	DE		0	Europe/Berlin	53.69975	9.11069				06	00	03352	03352022
2810191	Westerskirchen	westerskirchen	DE		0	Europe/Berlin	48.46171	12.42263				02	092	09274	09274179
2810192	Süderwesterseite	suederwesterseite	DE		0	Europe/Berlin	53.67888	8.85772		Suderwesterseite,Süderwesterseite,Westerseite		06	00	03352	03352051
2810193	Westerschütting	westerschuetting	DE		0	Europe/Berlin	54.50353	8.60918				10	00	01054	01054103
2810194	Westerschoo	westerschoo	DE		0	Europe/Berlin	53.58823	7.52349				06	00	03462	03462008
2810195	Westerschondorf	westerschondorf	DE		0	Europe/Berlin	48.04174	10.97307				02	091	09181	09181120
2810197	Wester Schnatebüll	wester-schnatebuell	DE		0	Europe/Berlin	54.75067	8.91541				10	00	01054	01054126
2810199	Westerscheps	westerscheps	DE		0	Europe/Berlin	53.12802	7.901				06	00	03451	03451004
2810202	Westersanderfeld	westersanderfeld	DE		0	Europe/Berlin	53.39279	7.47683				06	00	03452	03452012
2810203	Westersander	westersander	DE		0	Europe/Berlin	53.41211	7.50164				06	00	03452	03452012
2810205	Westerringen	westerringen	DE		0	Europe/Berlin	48.13818	10.75413				02	097	09772	09772170
2810206	Westerried	westerried	DE		0	Europe/Berlin	47.78674	10.4602				02	097	09777	09777144
2810212	Westerort	westerort	DE		0	Europe/Berlin	52.33567	8.89286				07	057	05770	05770024
2810216	Wester-Offenbülldeich	wester-offenbuelldeich	DE		0	Europe/Berlin	54.36667	8.9				10	00	01054	01054095
2810217	Westeroden	westeroden	DE		0	Europe/Berlin	52.51215	7.80135				06	00	03459	03459026
2810218	Westerode	westerode	DE		0	Europe/Berlin	52.08057	7.56144				07	055	05566	05566012
2810219	Westerode	westerode	DE		0	Europe/Berlin	52.08457	7.51489				07	055	05566	05566064
2810220	Westerode	westerode	DE		0	Europe/Berlin	51.90181	10.5619				06	00	03153	03153002
2810221	Westerode	westerode	DE		0	Europe/Berlin	51.52023	10.22483				06	00	03159	03159010
2810224	Bad Westernkotten	bad-westernkotten	DE		0	Europe/Berlin	51.63188	8.36274		Bad Westernkotten,Westernkotten		07	059	05974	05974016
2810225	Westernholz	westernholz	DE		0	Europe/Berlin	52.23135	9.13814				06	00	03257	03257003
2810226	Westernheide	westernheide	DE		0	Europe/Berlin	52.81711	8.95186				06	00	03251	03251049
2810228	Westernhausen	westernhausen	DE		0	Europe/Berlin	49.34284	9.5621		Westernhausen		01	081	08126	08126072
2810230	Westerndorf-Sankt Peter	westerndorf-sankt-peter	DE		0	Europe/Berlin	47.87759	12.11226		Westerndorf-Sankt Peter		02	091	09163	09163000
2810231	Westerndorf	westerndorf	DE		0	Europe/Berlin	48.69164	12.79696				02	092	09279	09279137
2810232	Westerndorf	westerndorf	DE		0	Europe/Berlin	48.57241	12.85319				02	092	09277	09277111
2810233	Westerndorf	westerndorf	DE		0	Europe/Berlin	48.33748	11.52942				02	091	09174	09174121
2810234	Westerndorf	westerndorf	DE		0	Europe/Berlin	48.267	12.75245				02	091	09171	09171126
2810235	Westerndorf	westerndorf	DE		0	Europe/Berlin	47.99814	11.89073				02	091	09175	09175121
2810236	Westerndorf	westerndorf	DE		0	Europe/Berlin	47.85591	12.16161				02	091	09187	09187177
2810237	Westerndorf a. Wasen	westerndorf-a-wasen	DE		0	Europe/Berlin	47.82143	12.07827				02	091	09163	09163000
2810238	Westerndorf	westerndorf	DE		0	Europe/Berlin	47.80117	12.28379				02	091	09187	09187132
2810240	Westernbödefeld	westernboedefeld	DE		0	Europe/Berlin	51.25696	8.37121				07	059	05958	05958040
2810242	Westernbach	westernbach	DE		0	Europe/Berlin	49.23273	9.49651				01	081	08126	08126094
2810245	Westernach	westernach	DE		0	Europe/Berlin	49.19684	9.68543				01	081	08126	08126047
2810246	Westernach	westernach	DE		0	Europe/Berlin	48.07248	10.464				02	097	09778	09778173
2810247	Westernach	westernach	DE		0	Europe/Berlin	47.86982	12.3464				02	091	09187	09187162
2810249	Westermühlen	westermuehlen	DE		0	Europe/Berlin	54.26667	9.5				10	00	01058	01058047
2810252	Westermoordorf	westermoordorf	DE		0	Europe/Berlin	53.56712	7.32107				06	00	03452	03452007
2810259	Westermenghusen	westermenghusen	DE		0	Europe/Berlin	53.93278	9.03439				10	00	01051	01051103
2810260	Westermarsch Zwei	westermarsch-zwei	DE		0	Europe/Berlin	53.5937	7.12013				06	00	03452	03452019
2810262	Westermarsch Eins	westermarsch-eins	DE		0	Europe/Berlin	53.56703	7.13556				06	00	03452	03452019
2810263	Westermarkelsdorf	westermarkelsdorf	DE		0	Europe/Berlin	54.52124	11.05443				10	00	01055	01055046
2810267	Westerlutten	westerlutten	DE		0	Europe/Berlin	52.77047	8.31528				06	00	03460	03460004
2810269	Westerloyerfeld	westerloyerfeld	DE		0	Europe/Berlin	53.24297	7.85984				06	00	03451	03451007
2810270	Westerloy	westerloy	DE		0	Europe/Berlin	53.23551	7.87815		Westerloy		06	00	03451	03451007
2810271	Westerloog	westerloog	DE		0	Europe/Berlin	53.6269	7.195		Westerloog		06	00	03452	03452019
2810272	Westerlohmühlen	westerlohmuehlen	DE		0	Europe/Berlin	52.71958	7.45278				06	00	03454	03454019
2810273	Westerloh	westerloh	DE		0	Europe/Berlin	52.98333	7.9				06	00	03453	03453007
2810274	Westerloh	westerloh	DE		0	Europe/Berlin	52.73608	7.49039				06	00	03454	03454019
2810276	Westerloge	westerloge	DE		0	Europe/Berlin	53.06846	8.50906				06	00	03458	03458005
2810278	Westerlinde	westerlinde	DE		0	Europe/Berlin	52.12253	10.22449				06	00	03158	03158004
2810281	Wester Langenhorner Feld	wester-langenhorner-feld	DE		0	Europe/Berlin	54.66667	8.91667				10	00	01054	01054075
2810282	Wester Langenhorn	wester-langenhorn	DE		0	Europe/Berlin	54.66982	8.90411				10	00	01054	01054075
2810285	Wester Ladekop	wester-ladekop	DE		0	Europe/Berlin	53.52385	9.64891				06	00	03359	03359028
2810287	Westerklanxbüll	westerklanxbuell	DE		0	Europe/Berlin	54.86625	8.66616				10	00	01054	01054065
2810291	Wester-Jork	wester-jork	DE		0	Europe/Berlin	53.53315	9.67896				06	00	03359	03359028
2810292	Westerihlienworth	westerihlienworth	DE		0	Europe/Berlin	53.75	8.91667				06	00	03352	03352038
2810295	Westerhüsen	westerhuesen	DE		0	Europe/Berlin	52.06484	11.67589				14	00	15003	15003000
2810296	Westerhusen	westerhusen	DE		0	Europe/Berlin	53.41065	7.17972				06	00	03452	03452011
2810303	Westerholzhausen	westerholzhausen	DE		0	Europe/Berlin	48.36803	11.3412				02	091	09174	09174131
2810313	Westerholtsfelde Süd	westerholtsfelde-sued	DE		0	Europe/Berlin	53.18338	8.11073				06	00	03451	03451002
2810314	Westerholtsfelde Nord	westerholtsfelde-nord	DE		0	Europe/Berlin	53.19092	8.12368		Westerholtsfelde,Westerholtsfelde Nord		06	00	03451	03451008
2810316	Westerholte	westerholte	DE		0	Europe/Berlin	52.50117	7.86693				06	00	03459	03459002
2810321	Westerholm	westerholm	DE		0	Europe/Berlin	54.74201	9.74527				10	00	01059	01059186
2810322	Westerhofen	westerhofen	DE		0	Europe/Berlin	48.8733	10.22162				01	081	08136	08136082
2810323	Westerhofen	westerhofen	DE		0	Europe/Berlin	48.85481	11.44985				02	091	09176	09176161
2810324	Westerhofen	westerhofen	DE		0	Europe/Berlin	47.51403	10.26438				02	097	09780	09780139
2810326	Westerhof	westerhof	DE		0	Europe/Berlin	53.40234	9.91336				06	00	03353	03353029
2810327	Westerhof	westerhof	DE		0	Europe/Berlin	51.76791	10.11604				06	00	03155	03155006
2810338	Westerheide	westerheide	DE		0	Europe/Berlin	51.66667	6.53333				07	051	05170	05170048
2810339	Westerheide	westerheide	DE		0	Europe/Berlin	52.30353	8.1578				06	00	03459	03459008
2810341	Westerheide	westerheide	DE		0	Europe/Berlin	51.64396	7.72794				07	059	05915	05915000
2810353	Westerhart	westerhart	DE		0	Europe/Berlin	47.96506	10.11941				02	097	09778	09778123
2810354	Westerharl	westerharl	DE		0	Europe/Berlin	52.92081	9.67171		Kroge-Westerharl,Westerharl		06	00	03358	03358024
2810356	Westerhamm	westerhamm	DE		0	Europe/Berlin	53.73381	9.0378				06	00	03352	03352056
2810357	Westerham	westerham	DE		0	Europe/Berlin	48.51909	11.22503				02	091	09185	09185131
2810358	Westerham	westerham	DE		0	Europe/Berlin	48.2781	12.61946				02	091	09171	09171132
2810359	Westerham	westerham	DE		0	Europe/Berlin	48.05129	11.61349				02	091	09184	09184145
2810360	Westerham	westerham	DE		0	Europe/Berlin	47.86063	11.97269				02	091	09187	09187117
2810361	Westerham	westerham	DE		0	Europe/Berlin	47.80842	12.36715				02	091	09187	09187118
2810362	Westerham	westerham	DE		0	Europe/Berlin	47.89908	11.83022				02	091	09187	09187130
2810369	Westerflach	westerflach	DE		0	Europe/Berlin	48.23114	9.8088				01	084	08426	08426070
2810370	Westerfilde	westerfilde	DE		0	Europe/Berlin	51.54439	7.37419		Westerfilde		07	059	05913	05913000
2810371	Westerfelde	westerfelde	DE		0	Europe/Berlin	51.70218	7.5143		Westerfelde		07	059	05978	05978032
2810372	Westerfeld	westerfeld	DE		0	Europe/Berlin	53.45596	7.47251				06	00	03452	03452001
2810373	Westerfeld	westerfeld	DE		0	Europe/Berlin	53.0812	8.63881				06	00	03401	03401000
2810374	Westerfeld	westerfeld	DE		0	Europe/Berlin	52.88333	7.81667				06	00	03453	03453012
2810375	Westerfeld	westerfeld	DE		0	Europe/Berlin	52.32518	9.72122				06	00	03241	03241007
2810376	Westerfeld	westerfeld	DE		0	Europe/Berlin	50.31379	8.52436				05	064	06434	06434007
2810377	Niebywesterfeld	niebywesterfeld	DE		0	Europe/Berlin	54.78333	9.93333		Niebywesterfeld,Westerfeld		10	00	01059	01059147
2810381	Westeresch	westeresch	DE		0	Europe/Berlin	53.18867	9.45124				06	00	03357	03357041
2810382	Westerengerheide	westerengerheide	DE		0	Europe/Berlin	52.14009	8.50323		Westerenger,Westerengerheide		07	057	05758	05758008
2810384	Westerengel	westerengel	DE		0	Europe/Berlin	51.28753	10.90409		Westerengel		15	00	16065	16065089
2810386	Westerende-Otterndorf	westerende-otterndorf	DE		0	Europe/Berlin	53.81667	8.83333				06	00	03352	03352046
2810387	Westerende Kirchloog	westerende-kirchloog	DE		0	Europe/Berlin	53.44165	7.4224		Kirchloog,Westerende Kirchloog		06	00	03452	03452012
2810388	Westerende Holzloog	westerende-holzloog	DE		0	Europe/Berlin	53.43973	7.3939				06	00	03452	03452012
2810390	Westerende	westerende	DE		0	Europe/Berlin	53.61042	7.35624				06	00	03452	03452007
2810391	Westeremstek	westeremstek	DE		0	Europe/Berlin	52.83053	8.14223				06	00	03453	03453005
2810393	Westereiden	westereiden	DE		0	Europe/Berlin	51.57109	8.40549				07	059	05974	05974036
2810396	Wester Efkebüll	wester-efkebuell	DE		0	Europe/Berlin	54.7	8.85				10	00	01054	01054022
2810397	Westereck	westereck	DE		0	Europe/Berlin	54.28333	8.65				10			
2810400	Westerdeich	westerdeich	DE		0	Europe/Berlin	53.67162	7.34972				06	00	03452	03452027
2810401	Westerdeich	westerdeich	DE		0	Europe/Berlin	54.48333	8.83333				10	00	01054	01054091
2810402	Westerdeich	westerdeich	DE		0	Europe/Berlin	54.28333	8.76667				10			
2810407	Westercelle	westercelle	DE		0	Europe/Berlin	52.60032	10.07814		Westcelle,Westercelle		06	00	03351	03351006
2810408	Westercadewisch	westercadewisch	DE		0	Europe/Berlin	53.76982	9.036				10			
2810417	Westerbur	westerbur	DE		0	Europe/Berlin	53.65859	7.49471				06	00	03452	03452027
2810419	Westerbünge	westerbuenge	DE		0	Europe/Berlin	54.43333	9.33333				10	00	01059	01059020
2810421	Westerbuchberg	westerbuchberg	DE		0	Europe/Berlin	47.80999	12.46374		Westerbuchberg		02	091	09189	09189159
2810422	Westerbruch	westerbruch	DE		0	Europe/Berlin	51.45	6.66667				07	051	05170	05170024
2810424	Westerbroek	westerbroek	DE		0	Europe/Berlin	51.43665	6.24201				07	051	05154	05154052
2810425	Westerbrande	westerbrande	DE		0	Europe/Berlin	53.60307	7.35788				06	00	03452	03452007
2810427	Westerbrak	westerbrak	DE		0	Europe/Berlin	51.96923	9.56308				06	00	03255	03255025
2810429	Wester Bordelum	wester-bordelum	DE		0	Europe/Berlin	54.63333	8.93333				10	00	01054	01054014
2810430	Westerbönen	westerboenen	DE		0	Europe/Berlin	51.60016	7.77615				07	059	05978	05978008
2810431	Westerbeverstedt	westerbeverstedt	DE		0	Europe/Berlin	53.44025	8.75398				06	00	03352	03352059
2810432	Westerbergen	westerbergen	DE		0	Europe/Berlin	54.43941	11.10589				10	00	01055	01055046
2810434	Westerberg	westerberg	DE		0	Europe/Berlin	52.27954	8.02197		Westerberg		06	00	03404	03404000
2810435	Westerberg	westerberg	DE		0	Europe/Berlin	51.92942	9.95705		Glashutte Westerberg,Glashütte Westerberg,Westerberg		06	00	03254	03254042
2810436	Westerberg	westerberg	DE		0	Europe/Berlin	51.46667	7.3				07	059	05911	05911000
2810437	Westerberg	westerberg	DE		0	Europe/Berlin	47.99173	12.04548				02	091	09175	09175136
2810467	Westerbelmhusen	westerbelmhusen	DE		0	Europe/Berlin	53.91419	9.09427				10	00	01051	01051011
2810469	Westerbeck	westerbeck	DE		0	Europe/Berlin	52.14404	7.94532				07	055	05566	05566044
2810470	Westerbeck	westerbeck	DE		0	Europe/Berlin	53.83149	10.86922				12	00	13074	13074074
2810471	Westerbeck	westerbeck	DE		0	Europe/Berlin	53.24569	8.77889				06	00	03356	03356007
2810472	Westerbeck	westerbeck	DE		0	Europe/Berlin	52.51162	10.63082				06	00	03151	03151025
2810473	Westerbeck	westerbeck	DE		0	Europe/Berlin	52.32132	7.84634				07	055	05566	05566092
2810475	Westerbauerschaft	westerbauerschaft	DE		0	Europe/Berlin	52.22888	7.14596				07	055	05566	05566068
2810476	Westerbauerschaft	westerbauerschaft	DE		0	Europe/Berlin	51.76886	7.57659				07	055	05558	05558004
2810477	Westerbauerschaft	westerbauerschaft	DE		0	Europe/Berlin	51.69951	7.55208				07	055	05558	05558028
2810478	Westerbauer	westerbauer	DE		0	Europe/Berlin	52.41375	7.65834				07	055	05566	05566020
2810479	Westerbauer	westerbauer	DE		0	Europe/Berlin	51.33913	7.39696				07	059	05914	05914000
2810481	Westerbakum	westerbakum	DE		0	Europe/Berlin	52.75427	8.18013				06	00	03460	03460001
2810490	Westerbach	westerbach	DE		0	Europe/Berlin	48.55994	11.32302		Westerbach		02	091	09185	09185166
2810491	Westerbach	westerbach	DE		0	Europe/Berlin	48.35	13.16667				02	092	09275	09275143
2810495	Wester Altendeich	wester-altendeich	DE		0	Europe/Berlin	54.68333	8.85		Altendeich,Wester Altendeich		10	00	01054	01054093
2810496	Westerakeby	westerakeby	DE		0	Europe/Berlin	54.58334	9.68595				10	00	01059	01059086
2810498	Westeraccumersiel	westeraccumersiel	DE		0	Europe/Berlin	53.67149	7.47625		Westeraccumersiel		06	00	03452	03452027
2810499	Westeraccum	westeraccum	DE		0	Europe/Berlin	53.65066	7.44584		Westeraccum		06	00	03452	03452027
2810500	Wester	wester	DE		0	Europe/Berlin	52.13265	7.72717				07	055	05566	05566032
2810501	Wester	wester	DE		0	Europe/Berlin	51.88429	7.75625				07	055	05570	05570040
2810507	Westenried	westenried	DE		0	Europe/Berlin	47.74475	10.21988				02	097	09780	09780146
2810512	Westenholz	westenholz	DE		0	Europe/Berlin	52.77263	9.69954		Westenholz		06	00	03358	03358024
2810513	Westenholz	westenholz	DE		0	Europe/Berlin	51.75335	8.46924				07	057	05774	05774020
2810515	Westenhofen	westenhofen	DE		0	Europe/Berlin	47.74053	11.85186				02	091	09182	09182131
2810516	Westenhausen	westenhausen	DE		0	Europe/Berlin	48.73489	11.54891				02	091	09186	09186137
2810535	Westende	westende	DE		0	Europe/Berlin	53.75	9.36667				06	00	03359	03359013
2810536	Westende	westende	DE		0	Europe/Berlin	51.41414	7.40333				07	059	05954	05954020
2810538	Westend	westend	DE		38501	Europe/Berlin	52.51708	13.27636		Berlin-Westend		16	00	11000	11000000
2810540	Westenbrügge	westenbruegge	DE		261	Europe/Berlin	54.04405	11.73739				12	00	13072	13072014
2810542	Westenborken	westenborken	DE		0	Europe/Berlin	51.82099	6.80237		Westenborken		07	055	05554	05554012
2810543	Westenberg	westenberg	DE		0	Europe/Berlin	52.30275	7.07167				06	00	03456	03456001
2810547	Westen	westen	DE		0	Europe/Berlin	51.26667	7.16667		Westen		07	051	05124	05124000
2810548	Westen	westen	DE		0	Europe/Berlin	52.87327	9.11788				06	00	03256	03256013
2810549	Westen	westen	DE		0	Europe/Berlin	52.83886	9.30473				06	00	03361	03361003
2810550	Westen	westen	DE		0	Europe/Berlin	51.20976	7.17502		Westen		07	051	05120	05120000
2810551	Westen	westen	DE		0	Europe/Berlin	48.76375	12.23517				02	092	09278	09278148
2810552	Westen	westen	DE		0	Europe/Berlin	48.11564	12.28938				02	091	09183	09183147
2810568	Westbüdericher Haar	westbuedericher-haar	DE		0	Europe/Berlin	51.52445	7.85299		Budericher Haar,Büdericher Haar,Westbudericher Haar,Westbüdericher Haar		07	059	05974	05974056
2810569	Westbüderich	westbuederich	DE		0	Europe/Berlin	51.53333	7.86667				07	059	05974	05974052
2810571	Westbevern	westbevern	DE		0	Europe/Berlin	52.02248	7.77926		Westbevern,Westbevern-Dorf		07	055	05570	05570044
2810575	Westbense	westbense	DE		0	Europe/Berlin	53.67732	7.593				06	00	03462	03462003
2810576	Westbarthausen	westbarthausen	DE		0	Europe/Berlin	52.09053	8.23133				07	057	05754	05754004
2810578	Westach	westach	DE		0	Europe/Berlin	48.20265	12.03113				02	091	09177	09177123
2810583	Weßnitz	wessnitz	DE		0	Europe/Berlin	51.27642	13.55806				13	00	14627	14627060
2810584	Weßnig	wessnig	DE		0	Europe/Berlin	51.51826	13.04585		Wessnig,Weßnig		13	00	14730	14730310
2810585	Weßmar	wessmar	DE		0	Europe/Berlin	51.39364	12.1102				14	00	15088	15088330
2810588	Wessiszell	wessiszell	DE		0	Europe/Berlin	48.37803	11.0719				02	097	09771	09771122
2810589	Wessingen	wessingen	DE		0	Europe/Berlin	48.32778	8.93789				01	084	08417	08417008
2810591	Wesseslinden	wesseslinden	DE		0	Europe/Berlin	48.54858	13.72169		Wesseslinden		02	092	09275	09275153
2810592	Wessentin	wessentin	DE		0	Europe/Berlin	53.47037	12.14933				12	00	13076	13076089
2810593	Wessental	wessental	DE		0	Europe/Berlin	49.73014	9.41141		Wessental,Wessenthal		01	081	08128	08128039
2810594	Wessenstedt	wessenstedt	DE		0	Europe/Berlin	53.05734	10.45362				06	00	03360	03360014
2810595	Wessenhorst	wessenhorst	DE		0	Europe/Berlin	51.84994	7.89582				07	055	05570	05570020
2810596	Wessendorf	wessendorf	DE		0	Europe/Berlin	51.9837	6.8804				07	055	05554	05554056
2810597	Wessendorf	wessendorf	DE		0	Europe/Berlin	51.78306	7.01502				07	055	05562	05562012
2810601	Wessen	wessen	DE		0	Europe/Berlin	47.80217	12.25229				02	091	09187	09187132
2810603	Wesselstorf	wesselstorf	DE		0	Europe/Berlin	53.96868	12.48933				12	00	13072	13072097
2810607	Wesseloh	wesseloh	DE		0	Europe/Berlin	53.18732	9.74075				06	00	03358	03358019
2810614	Wesselin	wesselin	DE		0	Europe/Berlin	54.55	13.58333				12	00	13073	13073078
2810621	Wesselbach	wesselbach	DE		0	Europe/Berlin	51.34468	7.56528				07	059	05914	05914000
2810622	Wessel	wessel	DE		0	Europe/Berlin	51.71554	7.6787				07	059	05978	05978040
2810623	Wessel	wessel	DE		0	Europe/Berlin	51.31495	14.45501		Wessel,Wjesel		13	00	14625	14625490
2810628	Wessachhof	wessachhof	DE		0	Europe/Berlin	49.44072	10.42599		Charlottenhof,Wessachhof		02	095	09575	09575156
2810630	Wesperhöfen	wesperhoefen	DE		0	Europe/Berlin	52.20312	8.26323				06	00	03459	03459024
2810638	Wesloe	wesloe	DE		0	Europe/Berlin	53.86956	10.7453				10	00	01003	01003000
2810640	Weslarn	weslarn	DE		0	Europe/Berlin	51.61985	8.16526		Weslarn		07	059	05974	05974008
2810641	Weskow	weskow	DE		0	Europe/Berlin	51.59441	14.39845		Wjaska		11	00	12071	12071372
2810642	Weskerhok	weskerhok	DE		0	Europe/Berlin	51.81409	7.07279				07	055	05554	05554044
2810645	Weser-Elbe Kanal	weser-elbe-kanal	DE		0	Europe/Berlin	52.3	8.93333				07	057	05770	05770024
2810647	Weserdeich	weserdeich	DE		0	Europe/Berlin	53.20583	8.48823				06	00	03461	03461001
2810651	Weseram	weseram	DE		0	Europe/Berlin	52.46299	12.67421				11	00	12069	12069541
2810653	Wesenstedter Riede	wesenstedter-riede	DE		0	Europe/Berlin	52.75126	8.72486				06	00	03251	03251015
2810654	Wesenstedt	wesenstedt	DE		0	Europe/Berlin	52.75115	8.7101				06	00	03251	03251015
2810657	Wesenitz	wesenitz	DE		0	Europe/Berlin	51.39318	12.06789				14	00	15088	15088330
2810660	Wesendahl	wesendahl	DE		0	Europe/Berlin	52.60049	13.81282				11	00	12064	12064029
2810666	Weselsdorf	weselsdorf	DE		0	Europe/Berlin	53.35602	11.45657				12	00	13076	13076090
2810667	Weseloh	weseloh	DE		0	Europe/Berlin	52.80392	8.89785				06	00	03251	03251049
2810668	Weselitz	weselitz	DE		0	Europe/Berlin	53.2589	13.97538				11	00	12073	12073578
2810680	Weseke	weseke	DE		0	Europe/Berlin	51.90821	6.8554		Weseke		07	055	05554	05554012
2810682	Weseby	weseby	DE		0	Europe/Berlin	54.76215	9.52951				10	00	01059	01059126
2810683	Weseby	weseby	DE		0	Europe/Berlin	54.50387	9.71368				10	00	01058	01058090
2810684	Weseberg	weseberg	DE		0	Europe/Berlin	52.1444	9.12418				06	00	03257	03257031
2810688	Weschnitz	weschnitz	DE		0	Europe/Berlin	49.65841	8.84147		Weschnitz		05	064	06431	06431007
2810692	Wesbach	wesbach	DE		0	Europe/Berlin	48.09206	10.26538				02	097	09778	09778130
2810694	Werxhausen	werxhausen	DE		0	Europe/Berlin	51.51601	10.18761				06	00	03159	03159010
2810696	Werwe	werwe	DE		0	Europe/Berlin	52.72377	7.70787				06	00	03453	03453011
2810697	Werver Heide	werver-heide	DE		0	Europe/Berlin	51.57041	7.73273				07	059	05978	05978020
2810698	Werve	werve	DE		0	Europe/Berlin	51.58333	7.73333		Werve		07	059	05978	05978020
2810701	Wertlau	wertlau	DE		0	Europe/Berlin	51.91093	12.13838				14	00	15082	15082430
2810705	Werthhoven	werthhoven	DE		0	Europe/Berlin	50.60895	7.13899		Werthhoven		07	053	05382	05382072
2810709	Wertherbruch	wertherbruch	DE		0	Europe/Berlin	51.79212	6.52551		Wertherbruch		07	051	05170	05170012
2810805	Wernikow	wernikow	DE		0	Europe/Berlin	53.2086	12.4312				11	00	12068	12068181
2810714	Werthenbach	werthenbach	DE		0	Europe/Berlin	50.86951	8.21568		Werthenbach		07	059	05970	05970032
2810717	Werthausen	werthausen	DE		0	Europe/Berlin	51.41667	6.71667				07	051	05112	05112000
2810718	Werth	werth	DE		0	Europe/Berlin	51.81991	6.51145		Werth		07	055	05554	05554032
2810719	Werth	werth	DE		0	Europe/Berlin	50.78109	6.28572				07	053	05334	05334032
2810729	Wersterholz	wersterholz	DE		0	Europe/Berlin	52.23002	8.76073				07	057	05770	05770004
2810730	Wersten	wersten	DE		0	Europe/Berlin	51.18459	6.81249		Djussel'dorf-Versten,Duesseldorf-Wersten,Düsseldorf-Wersten,Wersten,Дюссельдорф-Верстен		07	051	05111	05111000
2810731	Werste	werste	DE		0	Europe/Berlin	52.2185	8.77845		Werste		07	057	05770	05770004
2810734	Wersen	wersen	DE		0	Europe/Berlin	52.31308	7.93448		Wersen		07	055	05566	05566048
2810737	Werse	werse	DE		0	Europe/Berlin	51.97484	7.68647				07	055	05515	05515000
2810738	Werse	werse	DE		0	Europe/Berlin	51.75057	7.97324				07	055	05570	05570008
2810739	Wersdorf	wersdorf	DE		0	Europe/Berlin	51.05169	11.46628				15	00	16071	16071101
2810740	Werschweiler	werschweiler	DE		0	Europe/Berlin	49.45104	7.22996		Werschweiler		09	00	10046	10046117
2810741	Werscheresch	werscheresch	DE		0	Europe/Berlin	52.25	8.21667				06	00	03459	03459012
2810743	Werschenrege	werschenrege	DE		0	Europe/Berlin	53.20789	8.7262		Werschenrege		06	00	03356	03356008
2810745	Wersche	wersche	DE		0	Europe/Berlin	52.24969	8.2054				06	00	03459	03459012
2810746	Werschberg	werschberg	DE		0	Europe/Berlin	50.86436	7.43396		Werschberg		07	053	05382	05382036
2810748	Werschau	werschau	DE		0	Europe/Berlin	50.34775	8.1643				05	065	06533	06533002
2810749	Wersch	wersch	DE		0	Europe/Berlin	50.89352	7.42638		Wersch		07	053	05382	05382036
2810751	Wersbach	wersbach	DE		0	Europe/Berlin	51.1078	7.11306				07	053	05378	05378016
2810753	Wersau	wersau	DE		0	Europe/Berlin	49.77663	8.86312		Wersau		05	064	06437	06437003
2810755	Wersabe	wersabe	DE		0	Europe/Berlin	53.32732	8.53103				06	00	03352	03352060
2810756	Werringsen	werringsen	DE		0	Europe/Berlin	51.45657	7.83946				07	059	05962	05962040
2810757	Werries	werries	DE		0	Europe/Berlin	51.68916	7.88466				07	059	05915	05915000
2810759	Werrich	werrich	DE		0	Europe/Berlin	51.65154	6.53937		Werrich		07	051	05170	05170048
2810764	Werpe	werpe	DE		0	Europe/Berlin	51.15539	8.25045		Werpe		07	059	05958	05958040
2810768	Werntrop	werntrop	DE		0	Europe/Berlin	51.159	8.19494				07	059	05958	05958040
2810770	Wernswig	wernswig	DE		0	Europe/Berlin	50.99415	9.36424				05	066	06634	06634009
2810771	Wernstein	wernstein	DE		0	Europe/Berlin	50.11455	11.38332				02	094	09477	09477136
2810773	Wernsreute	wernsreute	DE		0	Europe/Berlin	47.75209	9.52096				01	084	08436	08436064
2810791	Wernsbach bei Windsbach	wernsbach-bei-windsbach	DE		0	Europe/Berlin	49.26565	10.80514				02	095	09571	09571180
2810792	Wernsbach bei Ansbach	wernsbach-bei-ansbach	DE		0	Europe/Berlin	49.35403	10.595				02	095	09571	09571217
2810793	Wernsbach	wernsbach	DE		0	Europe/Berlin	49.18148	11.07173				02	095	09576	09576121
2810795	Wernrode	wernrode	DE		0	Europe/Berlin	51.40093	10.7365				15	00	16062	16062066
2810797	Wernitzgrün	wernitzgruen	DE		0	Europe/Berlin	50.29064	12.36677				13	00	14523	14523200
2810798	Wernitz	wernitz	DE		0	Europe/Berlin	52.5583	12.91288				11	00	12063	12063357
2810799	Wernitz	wernitz	DE		0	Europe/Berlin	52.48916	11.23421				14	00	15081	15081135
2810800	Werningsleben	werningsleben	DE		0	Europe/Berlin	50.88833	11.05809				15	00	16070	16070028
2810803	Werninghausen	werninghausen	DE		0	Europe/Berlin	51.30121	7.51198				07	059	05914	05914000
2810809	Wernhardsberg	wernhardsberg	DE		0	Europe/Berlin	48.20979	12.15285				02	091	09177	09177137
2810810	Wernhardsberg	wernhardsberg	DE		0	Europe/Berlin	47.88141	12.1059				02	091	09163	09163000
2810812	Wernges	wernges	DE		0	Europe/Berlin	50.67701	9.42077				05	065	06535	06535011
2810813	Wernfels	wernfels	DE		0	Europe/Berlin	49.19917	10.87861		Wernfels		02	095	09576	09576147
2810814	Wernfeld	wernfeld	DE		0	Europe/Berlin	50.02475	9.72982		Wernfeld		02	096	09677	09677131
2810818	Wernesgrün	wernesgruen	DE		0	Europe/Berlin	50.53026	12.47123				13	00	14523	14523380
2810822	Wernersreuth	wernersreuth	DE		0	Europe/Berlin	49.91885	11.9545				02	093	09377	09377143
2810823	Wernersreuth	wernersreuth	DE		0	Europe/Berlin	49.96706	12.3717				02	093	09377	09377142
2810825	Wernershausen	wernershausen	DE		0	Europe/Berlin	51.10015	10.34557				15	00	16063	16063058
2810834	Bochum-Werne	bochum-werne	DE		0	Europe/Berlin	51.48796	7.31217		Werne		07	059	05911	05911000
2810835	Werndlfing	werndlfing	DE		0	Europe/Berlin	48.28913	11.8715				02	091	09177	09177117
2810838	Wernborn	wernborn	DE		0	Europe/Berlin	50.36112	8.56899				05	064	06434	06434011
2810843	Wernarz	wernarz	DE		0	Europe/Berlin	50.28959	9.7385				02	096	09672	09672113
2810844	Werna	werna	DE		0	Europe/Berlin	51.58443	10.70749				15	00	16062	16062005
2810846	Wermutshausen	wermutshausen	DE		0	Europe/Berlin	49.41832	9.94738		Wermutshausen		01	081	08128	08128082
2810849	Wermingsen	wermingsen	DE		0	Europe/Berlin	51.37304	7.72332				07	059	05962	05962024
2810851	Werminghoff	werminghoff	DE		0	Europe/Berlin	51.55422	14.22283		Kolonie Werminghoff,Werminghoff		11	00	12071	12071408
2810853	Wermertshausen	wermertshausen	DE		0	Europe/Berlin	50.69634	8.90552				05	065	06534	06534008
2810854	Wermerichshausen	wermerichshausen	DE		0	Europe/Berlin	50.2394	10.27288				02	096	09672	09672135
2810862	Werlo	werlo	DE		0	Europe/Berlin	51.08989	6.07756				07	053	05370	05370016
2810863	Werlitzsch	werlitzsch	DE		0	Europe/Berlin	51.43673	12.19276				13	00	14730	14730340
2810864	Werleshausen	werleshausen	DE		0	Europe/Berlin	51.32494	9.91545		Werleshausen		05	066	06636	06636016
2810867	Werlenbach	werlenbach	DE		0	Europe/Berlin	50.59412	7.57611				08	00	07138	07138014
2810871	Werlau	werlau	DE		0	Europe/Berlin	50.15704	7.68699				08	00	07140	07140133
2810881	Werkleitz	werkleitz	DE		0	Europe/Berlin	51.92476	11.86312				14	00	15089	15089026
2810887	Werkel	werkel	DE		0	Europe/Berlin	51.15518	9.31138		Werkel		05	066	06634	06634005
2810892	Weringhausen	weringhausen	DE		0	Europe/Berlin	51.16947	7.99858				07	059	05966	05966012
2810895	Wergzahna	wergzahna	DE		0	Europe/Berlin	51.97262	12.78639				11	00	12072	12072297
2810898	Werftpfuhl	werftpfuhl	DE		1540	Europe/Berlin	52.66014	13.79351		Verftpful',Верфтпфуль		11	00	12060	12060280
2810906	Werfling	werfling	DE		0	Europe/Berlin	48.05043	12.1053				02	091	09187	09187159
2810909	Werfen	werfen	DE		0	Europe/Berlin	52.1829	8.55406		Werfen		07	057	05758	05758004
2810910	Werfen	werfen	DE		0	Europe/Berlin	50.77224	7.53137		Werfen		07	053	05382	05382076
2810913	Werenwag	werenwag	DE		0	Europe/Berlin	48.07543	9.01426				01	084	08437	08437005
2810914	Werenain	werenain	DE		0	Europe/Berlin	48.77715	13.57288				02	092	09272	09272151
2810915	Werdumeraltengroden	werdumeraltengroden	DE		0	Europe/Berlin	53.67043	7.7597				06	00	03462	03462019
2810916	Werdumeraltendeich	werdumeraltendeich	DE		0	Europe/Berlin	53.67449	7.7179				06	00	03462	03462017
2810918	Werdorf	werdorf	DE		0	Europe/Berlin	50.5998	8.41673				05	065	06532	06532001
2810920	Werderthau	werderthau	DE		0	Europe/Berlin	51.6247	11.99846				14	00	15088	15088295
2810921	Werdershof	werdershof	DE		0	Europe/Berlin	52.43959	12.29497				11			
2810922	Werdershausen	werdershausen	DE		0	Europe/Berlin	51.66689	11.89389				14	00	15082	15082377
2810924	Werdern	werdern	DE		0	Europe/Berlin	51.29987	8.40591				07	059	05958	05958008
2810958	Werdenstein	werdenstein	DE		0	Europe/Berlin	47.60566	10.24545				02	097	09780	09780124
2810961	Werden	werden	DE		0	Europe/Berlin	51.38829	7.00307				07	051	05113	05113000
2810964	Werdeck	werdeck	DE		0	Europe/Berlin	51.47951	14.90725		Wjertko		13	00	14626	14626250
2810974	Werbsiepen	werbsiepen	DE		0	Europe/Berlin	51.24709	7.22694				07	051	05124	05124000
2810982	Werberg	werberg	DE		0	Europe/Berlin	50.35151	9.82097				02	096	09672	09672163
2810989	Werbelow	werbelow	DE		0	Europe/Berlin	53.45435	13.87081				11	00	12073	12073579
2810990	Werbeln	werbeln	DE		0	Europe/Berlin	49.24601	6.79298				09	00	10044	10044120
2810995	Werbellin	werbellin	DE		0	Europe/Berlin	52.89021	13.70347				11	00	12060	12060198
2810996	Werbelin	werbelin	DE		0	Europe/Berlin	51.47501	12.31838				13	00	14730	14730250
2810999	Werbachhausen	werbachhausen	DE		0	Europe/Berlin	49.68021	9.68226		Werbachhausen		01	081	08128	08128128
2811001	Werafing	werafing	DE		0	Europe/Berlin	48.65915	13.00528				02	092	09271	09271141
2811002	Weppersdorf	weppersdorf	DE		0	Europe/Berlin	49.72293	10.92376				02	095	09572	09572111
2811008	Wenzingen	wenzingen	DE		0	Europe/Berlin	52.88875	9.68176				06	00	03358	03358024
2811009	Wenzigerode	wenzigerode	DE		0	Europe/Berlin	51.08608	9.17641				05	066	06634	06634027
2811010	Wenzenried	wenzenried	DE		0	Europe/Berlin	49.32702	12.56527				02	093	09372	09372154
2811016	Wenzen	wenzen	DE		0	Europe/Berlin	51.87072	9.81293				06	00	03155	03155013
2811025	Wentrup	wentrup	DE		0	Europe/Berlin	52.11314	7.62312				07	055	05566	05566012
2811028	Wentow	wentow	DE		0	Europe/Berlin	53.05535	13.22514				11	00	12065	12065100
2811038	Wentel	wentel	DE		0	Europe/Berlin	53.26908	9.15039				06	00	03357	03357030
2811039	Wentdorf	wentdorf	DE		0	Europe/Berlin	53.02611	11.67458				11	00	12070	12070060
2811040	Wentdorf	wentdorf	DE		0	Europe/Berlin	51.9	13.55				11	00	12072	12072055
2811042	Wenstrup	wenstrup	DE		0	Europe/Berlin	52.55971	8.07315				06	00	03460	03460007
2811054	Wensebrock	wensebrock	DE		0	Europe/Berlin	53.09983	9.50091				06	00	03357	03357009
2811055	Wense	wense	DE		0	Europe/Berlin	53.35916	9.365				06	00	03357	03357021
2811056	Wense	wense	DE		0	Europe/Berlin	52.91998	9.81646				06	00	03358	
2811057	Wense	wense	DE		306	Europe/Berlin	52.35977	10.36491				06	00	03157	03157008
2811059	Wenschebach	wenschebach	DE		0	Europe/Berlin	51.09653	7.2119				07	053	05378	05378032
2811060	Wenschdorf	wenschdorf	DE		0	Europe/Berlin	49.67898	9.28806				02	096	09676	09676139
2811061	Wennungen	wennungen	DE		0	Europe/Berlin	51.26659	11.63528		Wennungen		14	00	15084	15084250
2811064	Wenninghausen	wenninghausen	DE		0	Europe/Berlin	51.20283	7.70064				07	059	05962	05962032
2811066	Wenninger	wenninger	DE		0	Europe/Berlin	48.66667	13.16667				02	092	09275	09275127
2811070	Wennigser Mark	wennigser-mark	DE		0	Europe/Berlin	52.27036	9.52944				06	00	03241	03241020
2811074	Wennigloh	wennigloh	DE		0	Europe/Berlin	51.38241	8.02079				07	059	05958	05958004
2811076	Wennewick	wennewick	DE		0	Europe/Berlin	52.10176	6.77954				07	055	05554	05554068
2811077	Wennerstorf	wennerstorf	DE		0	Europe/Berlin	53.36113	9.77702				06	00	03353	03353039
2811079	Wennenkamp	wennenkamp	DE		0	Europe/Berlin	52.14529	9.14148				06	00	03257	03257031
2811080	Wennenden	wennenden	DE		0	Europe/Berlin	48.43615	9.74453				01	084	08425	08425020
2811084	Wennemen	wennemen	DE		0	Europe/Berlin	51.35308	8.19397		Wennemen		07	059	05958	05958032
2811085	Wennemannswisch	wennemannswisch	DE		0	Europe/Berlin	54.20057	9.03141				10	00	01051	01051081
2811086	Wennekath	wennekath	DE		0	Europe/Berlin	53.2365	10.62488				06	00	03355	03355036
2811087	Wennedach	wennedach	DE		0	Europe/Berlin	48.11637	9.90754		Wennedach		01	084	08426	08426087
2811089	Wennebostel	wennebostel	DE		0	Europe/Berlin	52.5323	9.75066		Wennebostel		06	00	03241	03241019
2811093	Wenndorf	wenndorf	DE		0	Europe/Berlin	51.73739	11.87922				14	00	15082	15082180
2811097	Wenkheim	wenkheim	DE		0	Europe/Berlin	49.69972	9.70308		Wenkheim		01	081	08128	08128128
2811099	Wenkendorf	wenkendorf	DE		0	Europe/Berlin	54.51133	11.11797		Wenkendorf		10	00	01055	01055046
2811100	Wenkeloh	wenkeloh	DE		0	Europe/Berlin	53.19702	9.46459				06	00	03357	03357041
2811103	Wenkbach	wenkbach	DE		0	Europe/Berlin	50.74384	8.71542				05	065	06534	06534020
2811105	Wenings	wenings	DE		0	Europe/Berlin	50.38497	9.19641		Wenings		05	064	06440	06440009
2811106	Weninghausen	weninghausen	DE		0	Europe/Berlin	51.31238	8.05699				07	059	05958	05958044
2811107	Wenigumstadt	wenigumstadt	DE		0	Europe/Berlin	49.89316	9.043		Wenigumstadt		02	096	09671	09671122
2811109	Wenigrötz	wenigrotz	DE		0	Europe/Berlin	49.32531	12.39487				02	093	09376	09376147
2811110	Wenigossa	wenigossa	DE		0	Europe/Berlin	51.01752	12.661				13	00	14729	14729150
2811111	Wenigmünchen	wenigmunchen	DE		0	Europe/Berlin	48.27269	11.21435				02	091	09179	09179117
2811115	Wenighösbach	wenighosbach	DE		0	Europe/Berlin	50.02892	9.19194				02	096	09671	09671130
2811116	Wenigerath	wenigerath	DE		0	Europe/Berlin	49.82902	7.13541				08	00	07231	07231502
2811117	Wenigentaft	wenigentaft	DE		0	Europe/Berlin	50.76478	9.93822				15	00	16063	16063011
2811118	Wenigensömmern	wenigensoemmern	DE		0	Europe/Berlin	51.17891	11.13878				15	00	16068	16068051
2811119	Wenigenlupnitz	wenigenlupnitz	DE		0	Europe/Berlin	50.98108	10.42876		Wenigenlupnitz		15	00	16063	16063098
2811120	Wenigenhasungen	wenigenhasungen	DE		0	Europe/Berlin	51.3312	9.24345				05	066	06633	06633028
2811121	Wenigenauma	wenigenauma	DE		0	Europe/Berlin	50.67862	11.92944				13			
2811123	Wenigau	wenigau	DE		0	Europe/Berlin	48.41456	12.82289				02	092	09277	09277124
2811124	Wenholthausen	wenholthausen	DE		0	Europe/Berlin	51.28513	8.18196		Wenholthausen		07	059	05958	05958016
2811126	Wengwies	wengwies	DE		0	Europe/Berlin	47.59231	11.21577				02	091	09180	09180114
2811127	Wengsel	wengsel	DE		0	Europe/Berlin	52.34317	7.13236				06	00	03456	03456010
2811129	Wenglingen	wenglingen	DE		0	Europe/Berlin	47.83787	10.55109				02	097	09777	09777111
2811132	Wengerohr	wengerohr	DE		0	Europe/Berlin	49.97528	6.94042		Wengerohr		08	00	07231	07231134
2811135	Wengern	wengern	DE		0	Europe/Berlin	51.39881	7.34812				07	059	05954	05954032
2811137	Wengenstadt	wengenstadt	DE		0	Europe/Berlin	49.32598	10.60205				02	095	09561	09561000
2811138	Wengenroth	wengenroth	DE		0	Europe/Berlin	50.5495	7.98861				08	00	07143	07143308
2811139	Wengenreute	wengenreute	DE		0	Europe/Berlin	47.89565	9.94899				01	084	08436	08436010
2811141	Wengenhausen	wengenhausen	DE		0	Europe/Berlin	48.90787	10.46749				02	097	09779	09779177
2811144	Wengen	wengen	DE		0	Europe/Berlin	49.05745	11.16949				02	095	09577	09577151
2811145	Wengen	wengen	DE		0	Europe/Berlin	48.92839	9.87377				01	081	08127	08127079
2811146	Wengen	wengen	DE		0	Europe/Berlin	48.66151	11.028		Wengen		02	091	09185	09185125
2811147	Wengen	wengen	DE		0	Europe/Berlin	48.51613	10.59529				02	097	09773	09773179
2811148	Wengen	wengen	DE		0	Europe/Berlin	47.94073	11.0792				02	091	09181	09181114
2811149	Wengen	wengen	DE		0	Europe/Berlin	47.92296	9.85236				01	084	08436	08436010
2811150	Wengen	wengen	DE		0	Europe/Berlin	47.74126	9.92427				01	084	08436	08436094
2811151	Wengen	wengen	DE		0	Europe/Berlin	47.67669	10.14671				02	097	09780	09780144
2811152	Wengen	wengen	DE		0	Europe/Berlin	47.55655	10.04528				02	097	09780	09780132
2811159	Wenge	wenge	DE		0	Europe/Berlin	51.68266	6.99302				07	055	05562	05562012
2811170	Wendung	wendung	DE		0	Europe/Berlin	51.16667	7.15				07	051	05120	05120000
2811171	Wendtshof	wendtshof	DE		0	Europe/Berlin	53.35834	14.06868				11	00	12073	12073093
2811172	Wendtshof	wendtshof	DE		0	Europe/Berlin	52.80733	14.01186				11	00	12064	12064044
2811174	Wendthöhe	wendthoehe	DE		0	Europe/Berlin	52.28333	9.2				06	00	03257	03257035
2811176	Wendthagen	wendthagen	DE		0	Europe/Berlin	52.28809	9.2003				06	00	03257	03257035
2811179	Wendsdorf	wendsdorf	DE		0	Europe/Berlin	49.38051	10.81044				02	095	09573	09573115
2811180	Wendschott	wendschott	DE		0	Europe/Berlin	52.45737	10.85054				06	00	03103	03103000
2811184	Bad Wendorf	bad-wendorf	DE		0	Europe/Berlin	53.91667	11.43333		Bad Wendorf,Lorenzhohe,Lorenzhöhe,Wendorf Seebad		12			
2811201	Wendlmuth	wendlmuth	DE		0	Europe/Berlin	48.32264	13.2302				02	092	09275	09275116
2811203	Wendlinghausen	wendlinghausen	DE		0	Europe/Berlin	52.01394	9.01772				07	057	05766	05766024
2811205	Wendlingen	wendlingen	DE		0	Europe/Berlin	47.97633	7.79896				01	083	08311	08311000
2811206	Wendlingen	wendlingen	DE		0	Europe/Berlin	47.74805	9.38858				01	084	08435	08435067
2811208	Wendling	wendling	DE		0	Europe/Berlin	47.82653	11.9006				02	091	09182	09182123
2811213	Wendlberg	wendlberg	DE		0	Europe/Berlin	48.72653	13.32744				02	092	09275	09275121
2811215	Wendishain	wendishain	DE		0	Europe/Berlin	51.13558	12.99192				13	00	14522	14522250
2811219	Wendisch Rambow	wendisch-rambow	DE		0	Europe/Berlin	53.77573	11.40785		Rambow,Wendisch Rambow		12	00	13074	13074002
2811222	Wendisch Lieps	wendisch-lieps	DE		0	Europe/Berlin	53.46667	10.71667				12	00	13076	13076055
2811223	Wendisch Langendorf	wendisch-langendorf	DE		0	Europe/Berlin	54.42332	12.97949				12	00	13073	13073037
2811224	Wendisch Kirchhof	wendisch-kirchhof	DE		0	Europe/Berlin	52.79525	12.21349				14	00	15090	15090225
2811225	Wendischhorst	wendischhorst	DE		0	Europe/Berlin	52.81221	10.8882		Wendischhorst		14	00	15081	15081095
2811226	Wendischhagen	wendischhagen	DE		0	Europe/Berlin	53.72758	12.66236				12	00	13071	13071092
2811229	Wendischenhof	wendischenhof	DE		0	Europe/Berlin	49.34475	9.71114				01	081	08126	08126020
2811231	Wendischbrome	wendischbrome	DE		0	Europe/Berlin	52.61728	10.92544				14	00	15081	15081225
2811232	Wendisch Borschütz	wendisch-borschuetz	DE		0	Europe/Berlin	51.4368	13.28119				11	00	12062	12062341
2811233	Wendisch Börgitz	wendisch-boergitz	DE		0	Europe/Berlin	52.54624	11.62508				14	00	15090	15090535
2811234	Wendischbora	wendischbora	DE		0	Europe/Berlin	51.07866	13.34139		Altenbora,Wendischbora		13	00	14627	14627180
2811235	Wendischbaselitz	wendischbaselitz	DE		0	Europe/Berlin	51.26595	14.17654		Kleinbaselitz,Serbske Pazlicy,Wendischbaselitz		13	00	14625	14625350
2811238	Wendhof	wendhof	DE		0	Europe/Berlin	53.48008	12.5498		Wendhof		12	00	13071	13071043
2811239	Wendhausen	wendhausen	DE		0	Europe/Berlin	53.24954	10.56321				06	00	03355	03355030
2811240	Wendhausen	wendhausen	DE		0	Europe/Berlin	52.31667	10.63446				06	00	03154	03154014
2811241	Wendhausen	wendhausen	DE		0	Europe/Berlin	52.13304	10.06656				06	00	03254	03254029
2811242	Wendgräben	wendgraeben	DE		0	Europe/Berlin	52.35686	12.47453		Kolonie Wendgraben,Kolonie Wendgräben,Wendgraben,Wendgräben		11	00	12051	12051000
2811243	Wendgräben	wendgraeben	DE		0	Europe/Berlin	52.14487	12.04416				14	00	15086	15086140
2811244	Wendfeld	wendfeld	DE		0	Europe/Berlin	54.08276	12.41661				12	00	13072	13072091
2811245	Wendfeld	wendfeld	DE		0	Europe/Berlin	53.4281	13.1261				12	00	13071	13071012
2811246	Wendfeld	wendfeld	DE		0	Europe/Berlin	52.03567	6.92411				07	055	05554	05554056
2811249	Wendezelle	wendezelle	DE		0	Europe/Berlin	52.32296	10.39461				06	00	03157	03157008
2811250	Wendewisch	wendewisch	DE		0	Europe/Berlin	53.354	10.64725				06	00	03355	03355009
2811253	Wendessen	wendessen	DE		0	Europe/Berlin	52.15519	10.58945				06	00	03158	03158037
2811254	Wendesse	wendesse	DE		0	Europe/Berlin	52.36661	10.23427		Wendesse		06	00	03157	03157006
2811255	Wendersreuth	wendersreuth	DE		0	Europe/Berlin	49.74985	12.1109				02	093	09374	09374128
2811256	Wendershausen	wendershausen	DE		0	Europe/Berlin	51.32026	9.87986		Wendershausen		05	066	06636	06636016
2811257	Wendershausen	wendershausen	DE		0	Europe/Berlin	50.6324	10.01755		Wendershausen		05	066	06631	06631023
2811258	Wendershagen	wendershagen	DE		0	Europe/Berlin	50.90384	7.73447		Wendershagen		07	053	05374	05374028
2811260	Wendern	wendern	DE		0	Europe/Berlin	49.83012	12.41315				02	093	09377	09377112
2811261	Wenderhütte	wenderhuette	DE		0	Europe/Berlin	51.50457	10.38458				15	00	16061	16061117
2811262	Wendenschloss	wendenschloss	DE		0	Europe/Berlin	52.42108	13.59031		Berlin-Wendenschloss,Wendenschloss		16	00	11000	11000000
2811263	Wendenreute	wendenreute	DE		0	Europe/Berlin	47.89816	9.46265				01	084	08436	08436040
2811264	Wendenhof	wendenhof	DE		0	Europe/Berlin	48.96371	9.97368				01	081	08136	08136003
2811266	Wendenheim	wendenheim	DE		0	Europe/Berlin	48.25963	12.29793				02	091	09183	09183135
2811267	Wendenhammer	wendenhammer	DE		0	Europe/Berlin	50.12389	12.05409				02	094	09479	09479135
2811269	Wendenerhütte	wendenerhuette	DE		0	Europe/Berlin	50.97076	7.82927				07	059	05966	05966028
2811271	Wendenburg	wendenburg	DE		0	Europe/Berlin	53.43333	12.26667				12	00	13076	13076114
2811272	Wendenborstel	wendenborstel	DE		0	Europe/Berlin	52.64733	9.43485				06	00	03256	03256029
2811285	Wendelstorf	wendelstorf	DE		0	Europe/Berlin	54.10908	11.68061				12	00	13072	13072008
2811286	Wendelstorf	wendelstorf	DE		0	Europe/Berlin	53.74032	11.27357		Wendelstorf		12	00	13074	13074015
2811294	Wendelskirchen	wendelskirchen	DE		0	Europe/Berlin	48.55237	12.41573				02	092	09279	09279124
2811301	Wendelins	wendelins	DE		0	Europe/Berlin	47.7905	10.12757				02	097	09780	09780112
2811302	Wendelins	wendelins	DE		0	Europe/Berlin	47.73763	10.23868				02	097	09780	09780146
2811304	Wendelhöfen	wendelhofen	DE		0	Europe/Berlin	49.95951	11.56575				02	094	09462	09462000
2811306	Wendeldorf	wendeldorf	DE		0	Europe/Berlin	48.51551	12.45768				02	092	09274	09274112
2811311	Wendehausen	wendehausen	DE		0	Europe/Berlin	51.16051	10.24944				15	00	16064	16064074
2811314	Wendefurth	wendefurth	DE		0	Europe/Berlin	51.73864	10.92101		Wendefurt,Wennefehre		14	00	15085	15085330
2811316	Wendefeld	wendefeld	DE		0	Europe/Berlin	53.03419	13.15913				11	00	12065	12065100
2811318	Wendebrück	wendebrueck	DE		0	Europe/Berlin	52.33333	10.51667				06	00	03101	03101000
2811319	Wendeberg	wendeberg	DE		0	Europe/Berlin	52.45191	12.38402				11	00	12063	12063189
2811323	Wendebach	wendebach	DE		0	Europe/Berlin	50.83483	9.71769				05	066	06632	06632007
2811333	Wenau	wenau	DE		0	Europe/Berlin	50.79003	6.33738		Wenau		07	053	05358	05358032
2811334	Wemmetsweiler	wemmetsweiler	DE		0	Europe/Berlin	49.3738	7.08465		Wemmetsweiler		09	00	10043	10043113
2811335	Wemmershof	wemmershof	DE		0	Europe/Berlin	49.40536	9.42459		Wemmershof		01	082	08225	08225001
2811337	Wemlighausen	wemlighausen	DE		0	Europe/Berlin	51.07707	8.42302		Wemlighausen,Wemlinghausen		07	059	05970	05970004
2811338	Wemkendorf	wemkendorf	DE		0	Europe/Berlin	53.26239	8.14753				06	00	03451	03451008
2811347	Wemb	wemb	DE		1000	Europe/Berlin	51.58646	6.17638		Vemb,Вемб		07	051	05154	05154064
2811350	Welzin	welzin	DE		0	Europe/Berlin	53.93066	11.10165				12	00	13074	13074016
2811351	Welzin	welzin	DE		0	Europe/Berlin	53.85451	13.95914				12	00	13075	13075137
2811352	Welzin	welzin	DE		0	Europe/Berlin	53.51721	12.03406				12	00	13076	13076109
2811356	Welze	welze	DE		0	Europe/Berlin	52.58532	9.53905				06	00	03241	03241012
2811359	Welz	welz	DE		0	Europe/Berlin	50.96005	6.2586				07	053	05358	05358036
2811360	Welxande	welxande	DE		0	Europe/Berlin	51.30057	13.75643				13	00	14627	14627290
2811362	Weltzin	weltzin	DE		0	Europe/Berlin	53.75	13.29118				12	00	13071	13071022
2811363	Weltwitz	weltwitz	DE		0	Europe/Berlin	50.72773	11.78533				15	00	16075	16075099
2811364	Weltsöden	weltsoeden	DE		0	Europe/Berlin	51.6625	8.6469				07	057	05774	05774036
2811368	Weltewitz	weltewitz	DE		0	Europe/Berlin	51.4181	12.56269		Jesewitz-Weltewitz,Weltewitz		13	00	14730	14730140
2811371	Weltersberg	weltersberg	DE		0	Europe/Berlin	49.3574	9.5303				01	081	08126	08126072
2811377	Weltersbach	weltersbach	DE		0	Europe/Berlin	49.45175	7.51826				08	00	07335	07335044
2811379	Weltenschwann	weltenschwann	DE		0	Europe/Berlin	48.71688	8.6837				01	082	08235	08235085
2811381	Weltenburg	weltenburg	DE		0	Europe/Berlin	48.89057	11.82869				02	092	09273	09273137
2811382	Welte	welte	DE		0	Europe/Berlin	51.87404	7.23478		Welte		07	055	05558	05558016
2811385	Welstorf	welstorf	DE		0	Europe/Berlin	52.09132	8.86305				07	057	05766	05766044
2811389	Welsigke	welsigke	DE		0	Europe/Berlin	52.08089	12.5004				11	00	12069	12069665
2811391	Welsickendorf	welsickendorf	DE		0	Europe/Berlin	51.90281	13.14001				11	00	12072	12072298
2811392	Welshofen	welshofen	DE		0	Europe/Berlin	48.32016	11.27069				02	091	09174	09174118
2811394	Welsenhof	welsenhof	DE		0	Europe/Berlin	49.70738	12.2319				02	093	09374	09374121
2811396	Welsede	welsede	DE		0	Europe/Berlin	52.18488	9.21101				06	00	03252	03252007
2811397	Welsede	welsede	DE		0	Europe/Berlin	51.99926	9.34044				06	00	03252	03252005
2811405	Welschingen	welschingen	DE		0	Europe/Berlin	47.82462	8.76151				01	083	08335	08335022
2811409	Welschensteinach	welschensteinach	DE		0	Europe/Berlin	48.27652	8.01992		Welschensteinach		01	083	08317	08317129
2811410	Welschenkahl	welschenkahl	DE		0	Europe/Berlin	50.01902	11.33123				02	094	09477	09477124
2811412	Welschen-Ennest	welschen-ennest	DE		0	Europe/Berlin	51.04259	8.00113				07	059	05966	05966016
2811416	Welschdorf	welschdorf	DE		0	Europe/Berlin	48.26427	8.3681				01	083	08325	08325051
2811418	Welschbollenbach	welschbollenbach	DE		0	Europe/Berlin	48.30713	8.08765				01	083	08317	08317040
2811424	Welschbach	welschbach	DE		0	Europe/Berlin	49.39729	7.09116				09	00	10043	10043112
2811425	Welsberg	welsberg	DE		0	Europe/Berlin	50.16486	10.89784				02	094	09473	09473138
2811427	Welsau	welsau	DE		0	Europe/Berlin	51.57216	12.9697				13	00	14730	14730310
2811430	Welplage	welplage	DE		0	Europe/Berlin	52.43346	8.26781				06	00	03459	03459013
2811431	Welper	welper	DE		0	Europe/Berlin	51.41008	7.20461		Welper		07	059	05954	05954016
2811433	Welpe	welpe	DE		0	Europe/Berlin	52.7141	8.30209				06	00	03460	03460009
2811434	Welpe	welpe	DE		0	Europe/Berlin	50.95061	7.74885		Welpe		07	053	05374	05374040
2811436	Welmlingen	welmlingen	DE		0	Europe/Berlin	47.69012	7.56168				01	083	08336	08336014
2811438	Welmen	welmen	DE		0	Europe/Berlin	51.64087	6.68992				07	051	05170	05170016
2811440	Wellucken	wellucken	DE		0	Europe/Berlin	49.62066	11.09018				02	094	09474	09474154
2811441	Welluck	welluck	DE		0	Europe/Berlin	49.68194	11.63928				02	093	09371	09371113
2811442	Wellstraße	wellstrasse	DE		0	Europe/Berlin	51.91667	7.41667				07	055	05558	05558032
2811444	Wellspang	wellspang	DE		0	Europe/Berlin	54.58461	9.61704				10	00	01059	01059090
2811445	Wellsee	wellsee	DE		0	Europe/Berlin	54.28983	10.16579				10	00	01002	01002000
2811447	Wellsdorf	wellsdorf	DE		0	Europe/Berlin	50.62846	12.09955				15	00	16076	16076039
2811452	Wellmutsweiler	wellmutsweiler	DE		0	Europe/Berlin	47.63333	9.65				01	084	08435	08435057
2811453	Wellmitz	wellmitz	DE		0	Europe/Berlin	52.06579	14.70898				11	00	12067	12067338
2811455	Wellmich	wellmich	DE		0	Europe/Berlin	50.17188	7.69285				08	00	07141	07141121
2811456	Wellmersdorf	wellmersdorf	DE		0	Europe/Berlin	50.28846	11.10838				02	094	09473	09473151
2811458	Wellishöfe	wellishofe	DE		0	Europe/Berlin	48.18049	8.08146				01	083	08316	08316010
2811459	Wellingshof	wellingshof	DE		0	Europe/Berlin	48.83331	9.56205				01	081	08119	08119076
2811461	Wellingsbüttel	wellingsbuettel	DE		10088	Europe/Berlin	53.64104	10.0798				04	00	02000	02000000
2811462	Wellinghusen	wellinghusen	DE		0	Europe/Berlin	54.17762	8.96595				10	00	01051	01051081
2811463	Wellingholzhausen	wellingholzhausen	DE		0	Europe/Berlin	52.15698	8.26283		Wellingholzhausen		06	00	03459	03459024
2811464	Wellinghoferheide	wellinghoferheide	DE		0	Europe/Berlin	51.46667	7.5				07	059	05913	05913000
2811465	Wellinghofen	wellinghofen	DE		0	Europe/Berlin	51.46925	7.49038		Wellinghofen		07	059	05913	05913000
2811466	Wellingerode	wellingerode	DE		0	Europe/Berlin	51.21972	9.96599				05	066	06636	06636008
2811467	Wellingerode	wellingerode	DE		0	Europe/Berlin	51.09075	9.93805				05	066	06636	06636011
2811470	Wellingen	wellingen	DE		0	Europe/Berlin	52.29436	8.1809				06	00	03459	03459008
2811471	Wellingen	wellingen	DE		0	Europe/Berlin	49.44593	6.52434				09	00	10042	10042113
2811472	Wellingen	wellingen	DE		0	Europe/Berlin	48.67458	9.48253				01	081	08116	08116048
2811473	Wellingdorf	wellingdorf	DE		0	Europe/Berlin	54.32228	10.17523				10	00	01002	01002000
2811479	Welliehausen	welliehausen	DE		0	Europe/Berlin	52.15593	9.38387				06	00	03252	03252006
2811481	Wellie	wellie	DE		0	Europe/Berlin	52.57669	9.07935		Wellie		06	00	03256	03256030
2811483	Wellesweiler	wellesweiler	DE		0	Europe/Berlin	49.34895	7.2266				09	00	10043	10043114
2811485	Wellesberg	wellesberg	DE		0	Europe/Berlin	50.71717	7.32528		Wellesberg		07	053	05382	05382020
2811486	Wellesberg	wellesberg	DE		0	Europe/Berlin	50.29069	11.51662				02	094	09476	09476184
2811487	Wellerswalde	wellerswalde	DE		0	Europe/Berlin	51.34075	13.09381				13	00	14730	14730170
2811489	Wellerstadt	wellerstadt	DE		0	Europe/Berlin	49.66461	11.03778				02	095	09572	09572115
2811492	Wellersen	wellersen	DE		0	Europe/Berlin	51.79205	9.78112		Wellersen		06	00	03155	03155003
2811494	Wellerscheid	wellerscheid	DE		0	Europe/Berlin	50.9283	7.43946				07	053	05382	05382036
2811495	Wellerode	wellerode	DE		0	Europe/Berlin	51.23776	9.57213				05	066	06633	06633024
2811497	Welleringhausen	welleringhausen	DE		0	Europe/Berlin	51.27278	8.73333		Welleringhausen		05	066	06635	06635022
2811498	Wellerhoop	wellerhoop	DE		0	Europe/Berlin	54.21248	9.32134				10	00	01051	01051139
2811502	Wellentrup	wellentrup	DE		0	Europe/Berlin	51.966	8.73164				07	057	05766	05766040
2811503	Wellentrup	wellentrup	DE		0	Europe/Berlin	51.93982	9.02518				07	057	05766	05766016
2811505	Wellenstraße	wellenstrasse	DE		0	Europe/Berlin	53.53434	9.73869				06	00	03359	03359028
2811509	Wellenheide	wellenheide	DE		0	Europe/Berlin	51.97172	8.8288				07	057	05766	05766040
2811512	Wellendorf	wellendorf	DE		0	Europe/Berlin	52.1833	8.14057				06	00	03459	03459022
2811513	Wellendorf	wellendorf	DE		0	Europe/Berlin	52.94662	10.72497				06	00	03360	03360024
2811516	Wellenburg	wellenburg	DE		0	Europe/Berlin	48.3358	10.82791				02	097	09761	09761000
2811519	Wellenberg	wellenberg	DE		0	Europe/Berlin	53.87221	9.53267				10	00	01061	01061022
2811541	Welldorf	welldorf	DE		0	Europe/Berlin	50.95021	6.41727				07	053	05358	05358024
2811550	Wellbach	wellbach	DE		0	Europe/Berlin	52.05	8.6				07	057	05711	05711000
2811551	Wellaune	wellaune	DE		0	Europe/Berlin	51.57163	12.55686				13	00	14730	14730020
2811553	Well	well	DE		0	Europe/Berlin	51.12685	7.2526				07	053	05378	05378032
2811554	Welkershausen	welkershausen	DE		0	Europe/Berlin	50.5944	10.42278				15	00	16066	16066042
2811555	Welkers	welkers	DE		0	Europe/Berlin	50.48007	9.7211				05	066	06631	06631006
2811556	Welkendorf	welkendorf	DE		0	Europe/Berlin	50.08037	10.70882				02	096	09674	09674130
2811557	Welkendorf	welkendorf	DE		0	Europe/Berlin	49.90906	11.30911				02	094	09472	09472154
2811560	Welka	welka	DE		0	Europe/Berlin	51.23062	14.11168				13	00	14625	14625130
2811561	Welitsch	welitsch	DE		0	Europe/Berlin	50.34883	11.28598				02	094	09476	09476164
2811565	Welferode	welferode	DE		0	Europe/Berlin	51.03093	9.46736				05	066	06634	06634009
2811568	Weldingsfelden	weldingsfelden	DE		0	Europe/Berlin	49.32646	9.73961				01	081	08126	08126039
2811569	Weldergoven	weldergoven	DE		0	Europe/Berlin	50.77791	7.31333				07	053	05382	05382020
2811573	Welda	welda	DE		0	Europe/Berlin	51.45219	9.10921		Welda		07	057	05762	05762036
2811577	Welcherod	welcherod	DE		0	Europe/Berlin	50.98757	9.30918		Welcherod		05	066	06634	06634004
2811579	Welchenholz	welchenholz	DE		0	Europe/Berlin	49.03553	10.41102				02	095	09571	09571224
2811580	Welchenhausen	welchenhausen	DE		0	Europe/Berlin	50.15789	6.14706				08	00	07232	07232263
2811581	Welchendorf	welchendorf	DE		0	Europe/Berlin	50.38663	11.0538				15	00	16072	16072023
2811582	Welchenberg	welchenberg	DE		0	Europe/Berlin	48.87702	12.7756				02	092	09278	09278159
2811585	Welbrechts	welbrechts	DE		0	Europe/Berlin	47.66589	9.80822				01	084	08436	08436081
2811586	Welbhausen	welbhausen	DE		0	Europe/Berlin	49.52637	10.21107				02	095	09575	09575168
2811587	Welbergen	welbergen	DE		0	Europe/Berlin	52.20172	7.25859		Welbergen		07	055	05566	05566068
2811589	Wekenborg	wekenborg	DE		0	Europe/Berlin	52.68333	7.35				06	00	03454	03454035
2811592	Weizern	weizern	DE		0	Europe/Berlin	47.6193	10.60893				02	097	09777	09777125
2811598	Weizen	weizen	DE		0	Europe/Berlin	47.77886	8.46363		Weizen		01	083	08337	08337106
2811600	Weixerau	weixerau	DE		0	Europe/Berlin	48.49847	12.03324				02	092	09274	09274124
2811604	Weitzschenhain	weitzschenhain	DE		0	Europe/Berlin	51.19555	13.22043				13	00	14627	14627130
2811605	Weitzschen	weitzschen	DE		0	Europe/Berlin	51.0992	13.42682				13	00	14627	14627100
2811606	Weitzmühlen	weitzmuehlen	DE		0	Europe/Berlin	52.92039	9.30814				06	00	03361	03361005
2811607	Weitzgrund	weitzgrund	DE		0	Europe/Berlin	52.19282	12.52656				11	00	12069	12069020
2811609	Weitsche	weitsche	DE		0	Europe/Berlin	53.02675	11.12673				06	00	03354	03354018
2811613	Weitprechts	weitprechts	DE		0	Europe/Berlin	47.84693	9.82625				01	084	08436	08436010
2811618	Weitmars	weitmars	DE		0	Europe/Berlin	48.79799	9.65964				01	081	08136	08136042
2811620	Weitmar	weitmar	DE		0	Europe/Berlin	51.45468	7.19304		Weitmar		07	059	05911	05911000
2811621	Weitisberga	weitisberga	DE		0	Europe/Berlin	50.50376	11.49633				15	00	16075	16075133
2811622	Weitingen	weitingen	DE		0	Europe/Berlin	48.45972	8.79224				01	082	08237	08237027
2811623	Weitin	weitin	DE		0	Europe/Berlin	53.56613	13.20236				12	00	13071	13071107
2811629	Weitgendorf	weitgendorf	DE		0	Europe/Berlin	53.26944	12.09208				11	00	12070	12070325
2811630	Weitgassing	weitgassing	DE		0	Europe/Berlin	47.98398	12.70631				02	091	09189	09189150
2811635	Weitewelt	weitewelt	DE		0	Europe/Berlin	54.06441	10.44286				10	00	01060	01060075
2811640	Weitesfeld	weitesfeld	DE		0	Europe/Berlin	50.4213	10.95725				15	00	16069	16069012
2811645	Weitersroda	weitersroda	DE		0	Europe/Berlin	50.43344	10.77415				15	00	16069	16069024
2811646	Weiterskirchen	weiterskirchen	DE		0	Europe/Berlin	47.97205	11.90394				02	091	09175	09175113
2811647	Weitershofen	weitershofen	DE		0	Europe/Berlin	47.81578	9.91917				01	084	08436	08436052
2811648	Weitershausen	weitershausen	DE		0	Europe/Berlin	50.80984	8.62847				05	065	06534	06534010
2811649	Weitershain	weitershain	DE		0	Europe/Berlin	50.66589	8.9621				05	065	06531	06531006
2811650	Weitersglashütte	weitersglashuette	DE		0	Europe/Berlin	50.43011	12.61487				13	00	14521	14521170
2811651	Weitersdorf	weitersdorf	DE		0	Europe/Berlin	49.40365	10.9095				02	095	09573	09573125
2811655	Weiterode	weiterode	DE		0	Europe/Berlin	50.95442	9.81011		Weiterode		05	066	06632	06632003
2811656	Weiterndorf	weiterndorf	DE		0	Europe/Berlin	49.33967	10.81311				02	095	09571	09571165
2811657	Weiterdingen	weiterdingen	DE		0	Europe/Berlin	47.7987	8.76723		Weiterdingen		01	083	08335	08335035
2811658	Weitenwinterried	weitenwinterried	DE		0	Europe/Berlin	48.43892	11.27514				02	091	09174	09174147
2811660	Weitenung	weitenung	DE		0	Europe/Berlin	48.74018	8.12908		Weitenung		01	082	08216	08216007
2811661	Weitenried	weitenried	DE		0	Europe/Berlin	48.29293	11.12792				02	091	09174	09174137
2811663	Weitenhüll	weitenhull	DE		0	Europe/Berlin	48.7454	12.52243				02	092	09279	09279127
2811666	Weiten-Gesäß	weiten-gesaess	DE		961	Europe/Berlin	49.70181	9.05006				05	064	06437	06437011
2811667	Weitenfürst	weitenfurst	DE		0	Europe/Berlin	49.16296	12.3241				02	093	09372	09372169
2811668	Weitenfeld	weitenfeld	DE		0	Europe/Berlin	53.33333	10.78333				12	00	13076	13076136
2811678	Weitenburg	weitenburg	DE		0	Europe/Berlin	48.4485	8.82069				01	084	08416	08416050
2811679	Weitenbühl	weitenbuhl	DE		0	Europe/Berlin	48.15009	9.99969				01	084	08426	08426135
2811681	Weitenau	weitenau	DE		0	Europe/Berlin	47.8119	10.1513				02	097	09780	09780112
2811682	Weitenau	weitenau	DE		0	Europe/Berlin	47.67828	7.76527				01	083	08336	08336084
2811683	Weiten	weiten	DE		1209	Europe/Berlin	49.53011	6.54064				09	00	10042	10042114
2811690	Weisweiler	weisweiler	DE		0	Europe/Berlin	50.82838	6.31731				07	053	05334	05334012
2811692	Weistropp	weistropp	DE		0	Europe/Berlin	51.08631	13.58546				13	00	14627	14627100
2811699	Weißthal	weissthal	DE		0	Europe/Berlin	51	13				13	00	14522	14522360
2811701	Weißnaußlitz	weissnausslitz	DE		78	Europe/Berlin	51.13902	14.34746		Bele Noslicy,Běłe Noslicy		13	00	14625	14625110
2811703	Weißling	weissling	DE		0	Europe/Berlin	48.39834	11.52356				02	091	09174	09174136
2811707	Weißlensburg	weisslensburg	DE		0	Europe/Berlin	49.2028	9.43088		Weisslensburg,Weißlensburg		01	081	08126	08126011
2811709	Weißlenreuth	weisslenreuth	DE		0	Europe/Berlin	50.24208	11.82095		Weisslenreuth,Weißlenreuth		02	094	09475	09475142
2811711	Weißkollm	weisskollm	DE		0	Europe/Berlin	51.41649	14.39171		Bely Cholmc,Běły Chołmc,Vajskoll'm,Weisskollm,Weißkollm,Вайсколльм		13	00	14625	14625330
2811712	Weißkirchen	weisskirchen	DE		0	Europe/Berlin	50.18302	8.60028				05	064	06434	06434008
2811714	Weißingen	weissingen	DE		0	Europe/Berlin	48.45107	10.15171				02	097	09774	09774155
2811715	Weißig	weissig	DE		1013	Europe/Berlin	51.29192	13.44117		Weissig,Weissig Ort,Weißig,Weißig Ort		13	00	14627	14627190
2811717	Weißig am Raschütz	weissig-am-raschuetz	DE		0	Europe/Berlin	51.34546	13.65581		Weissig am Raschutz,Weißig am Raschütz		13	00	14627	14627110
2811720	Weißig	weissig	DE		0	Europe/Berlin	51.34932	14.1211		Weissig,Weißig,Wysoka		13	00	14625	14625420
2811721	Weißig	weissig	DE		0	Europe/Berlin	51.33201	14.38917		Wysoka		13	00	14625	14625330
2811722	Weißig	weissig	DE		0	Europe/Berlin	51.14554	14.49907		Weissig,Weißig,Wysoka		13	00	14625	14625290
2811723	Weißig	weissig	DE		0	Europe/Berlin	51.06098	13.88423				13	00	14612	14612000
2811724	Weißig	weissig	DE		0	Europe/Berlin	51.0008	13.61186		Weissig,Weißig		13	00	14628	14628110
2811725	Weißig	weissig	DE		0	Europe/Berlin	50.94653	14.07134				13	00	14628	14628390
2811726	Weißig	weissig	DE		0	Europe/Berlin	50.83816	12.02747				15	00	16052	16052000
2811734	Weißfeld	weissfeld	DE		0	Europe/Berlin	50.53937	7.37822				08	00	07138	07138007
2811739	Weiße Taube	weisse-taube	DE		0	Europe/Berlin	52.53333	13.51667				16	00	11000	11000000
2811803	Weißer Hirsch	weisser-hirsch	DE		0	Europe/Berlin	51.06287	13.82063		Bad Weisser Hirsch,Bad Weißer Hirsch,Dresden-Bad Weisser Hirsch,Dresden-Bad Weißer Hirsch		13	00	14612	14612000
2811843	Weissenstein	weissenstein	DE		0	Europe/Berlin	49.63191	12.37664				02	093	09374	09374162
2811844	Weißenstein	weissenstein	DE		0	Europe/Berlin	48.95027	13.14351				02	092	09276	09276138
2811845	Weissenstein	weissenstein	DE		0	Europe/Berlin	48.76693	13.16983				02	092	09271	09271149
2811846	Weißenstein	weissenstein	DE		0	Europe/Berlin	48.70552	9.88667				01	081	08117	08117061
2811854	Weißenspring	weissenspring	DE		0	Europe/Berlin	52.23873	14.50367				11	00	12067	12067180
2811855	Weißenseifen	weissenseifen	DE		0	Europe/Berlin	50.15468	6.55053				08	00	07232	07232332
2811866	Weißensand	weissensand	DE		0	Europe/Berlin	50.57543	12.30927				13	00	14523	14523170
2811868	Weißenregen	weissenregen	DE		0	Europe/Berlin	49.16274	12.84293				02	093	09372	09372137
2811872	Weißenmoor	weissenmoor	DE		0	Europe/Berlin	53.57917	9.37597				06	00	03359	03359014
2811873	Weißenmoor	weissenmoor	DE		0	Europe/Berlin	53.58346	9.24096				06	00	03359	03359036
2811874	Weißenmoor	weissenmoor	DE		0	Europe/Berlin	53.23333	8.55				06	00	03356	03356009
2811875	Weißenmoor	weissenmoor	DE		0	Europe/Berlin	53.00841	9.42958				06	00	03357	03357031
2811876	Weißenkirchen	weissenkirchen	DE		0	Europe/Berlin	49.05082	11.92582				02	093	09375	09375162
2811877	Weißenkirchen	weissenkirchen	DE		0	Europe/Berlin	48.86148	11.21755				02	091	09176	09176111
2811878	Weißenkirchberg	weissenkirchberg	DE		0	Europe/Berlin	49.27158	10.33925				02	095	09571	09571174
2811882	Weißenhof	weissenhof	DE		0	Europe/Berlin	49.16521	9.29334		Weissenhof,Weißenhof		01	081	08125	08125102
2811883	Weißenhof	weissenhof	DE		0	Europe/Berlin	48.984	9.08863				01	081	08118	08118047
2811893	Weißenhaus	weissenhaus	DE		0	Europe/Berlin	54.30185	10.7672				10	00	01055	01055043
2811895	Weißenhasel	weissenhasel	DE		0	Europe/Berlin	51.0383	9.93289				05	066	06632	06632013
2811896	Weißenhaid	weissenhaid	DE		0	Europe/Berlin	50.08486	11.85125				02	094	09479	09479166
2811903	Weißenfeld	weissenfeld	DE		0	Europe/Berlin	48.13356	11.76533				02	091	09175	09175132
2811907	Weißendiez	weissendiez	DE		0	Europe/Berlin	50.86524	10.18436		Weissendiez,Weißendiez		15	00	16063	16063003
2811912	Weißenburg	weissenburg	DE		0	Europe/Berlin	51.73675	13.35653		Weissenburg,Weißenburg		11	00	12062	12062445
2811913	Weißenburg	weissenburg	DE		0	Europe/Berlin	50.73054	11.44737		Weissenburg,Weissenburg in Bayern,Weißenburg		15	00	16073	16073109
2811915	Weißenbrunn vorm Wald	weissenbrunn-vorm-wald	DE		0	Europe/Berlin	50.35604	11.01102		Weissenbrunn vorm Wald,Weißenbrunn vorm Wald		02	094	09473	09473159
2811916	Weißenbrunn am Forst	weissenbrunn-am-forst	DE		0	Europe/Berlin	50.1991	10.99079		Weissenbrunn,Weissenbrunn am Forst,Weißenbrunn,Weißenbrunn am Forst		02	094	09473	09473170
2811922	Weißenbrüchen	weissenbruechen	DE		0	Europe/Berlin	50.74661	7.63361				08	00	07132	07132007
2811925	Weißenbronn	weissenbronn	DE		0	Europe/Berlin	49.32689	10.81716				02	095	09571	09571165
2811927	Weißenborn-Lüderode	weissenborn-luederode	DE		1495	Europe/Berlin	51.5319	10.41889		Vajsenborn-Liderode,Vajsenborn-Ljuderode,Weissenborn-Luderode,Weißenborn-Lüderode,Вайсенборн-Людероде,Вајсенборн-Лидероде		15	00	16061	16061117
2811964	Weißenbach	weissenbach	DE		0	Europe/Berlin	51.25447	9.8489		Weissenbach,Weißenbach		05	066	06636	06636004
2811965	Weißenbach	weissenbach	DE		0	Europe/Berlin	50.24643	9.72868				02	096	09672	09672166
2811966	Weissenbach	weissenbach	DE		0	Europe/Berlin	50.12029	11.62947				02	094	09477	09477163
2811967	Weißenbach	weissenbach	DE		0	Europe/Berlin	49.53969	11.37136				02	095	09574	09574141
2811968	Weißenbach	weissenbach	DE		0	Europe/Berlin	47.76004	11.98166				02	091	09182	09182114
2811969	Weißenbach	weissenbach	DE		0	Europe/Berlin	47.76667	9.6				01	084	08436	08436064
2811970	Weißenbach	weissenbach	DE		0	Europe/Berlin	48.11074	8.18974		Weissenbach,Weißenbach		01	083	08326	08326054
2811974	Weißenau	weissenau	DE		0	Europe/Berlin	47.76489	9.59986				01	084	08436	08436064
2811976	Weißen	weissen	DE		0	Europe/Berlin	51.84131	13.24754				11	00	12072	12072298
2811977	Weißen	weissen	DE		0	Europe/Berlin	50.73698	11.44935				15	00	16073	16073109
2811978	Weißen	weissen	DE		0	Europe/Berlin	47.74151	10.64749				02	097	09777	09777151
2811979	Weißen	weissen	DE		0	Europe/Berlin	47.56236	9.90479				02	097	09776	09776129
2811993	Weißehütte	weissehuette	DE		0	Europe/Berlin	51.56619	9.59347				05	066	06633	06633030
2812006	Weiße Ahe	weisse-ahe	DE		0	Europe/Berlin	51.17665	7.78727		Ahe,Weisse Ahe,Weiße Ahe		07	059	05962	05962020
2812010	Weisbrem	weisbrem	DE		0	Europe/Berlin	50.08471	11.07658				02	094	09478	09478165
2812043	Weißandt-Gölzau	weissandt-goelzau	DE		1434	Europe/Berlin	51.6707	12.07338		Golzau-Weissandt,Gölzau-Weißandt,Vajsandt-Gjol'cau,Vajsant-Gelcau,Weissandt-Goelzau,Weissandt-Golzau,Weißandt-Gölzau,Вайсандт-Гёльцау,Вайсандт-Гөльцау,Вајсант-Гелцау		14	00	15082	15082377
2812045	Weißag	weissag	DE		0	Europe/Berlin	51.69124	13.96751		Weissag,Weißag		11	00	12066	12066202
2812047	Weißagk	weissagk	DE		0	Europe/Berlin	51.77081	14.55598		Weissack,Weissagk,Weißagk		11	00	12071	12071076
2812048	Weißack	weissack	DE		0	Europe/Berlin	51.75022	13.69402				11	00	12061	12061219
2812049	Weißachen	weissachen	DE		0	Europe/Berlin	47.80609	12.57807				02	091	09189	09189113
2812058	Weiß	weiss	DE		0	Europe/Berlin	50.8759	7.0264				07	053	05315	05315000
2812059	Weiss	weiss	DE		0	Europe/Berlin	48.12811	12.46174				02	091	09183	09183145
2812068	Weislitz	weislitz	DE		0	Europe/Berlin	49.41209	12.42657				02	093	09376	09376122
2812073	Weisingen	weisingen	DE		0	Europe/Berlin	48.51228	10.51426				02	097	09773	09773140
2812074	Weisin	weisin	DE		0	Europe/Berlin	53.49887	12.075				12	00	13076	13076109
2812076	Weisham	weisham	DE		0	Europe/Berlin	47.91289	12.38769				02	091	09187	09187125
2812077	Weisham	weisham	DE		0	Europe/Berlin	47.82699	12.35459				02	091	09187	09187118
2812094	Mainz-Weisenau	mainz-weisenau	DE		0	Europe/Berlin	49.97806	8.29778		Weisenau		08	00	07315	07315000
2812101	Weisdin	weisdin	DE		0	Europe/Berlin	53.40149	13.10895				12	00	13071	13071012
2812102	Weischwitz	weischwitz	DE		0	Europe/Berlin	50.60726	11.39305				15	00	16073	16073038
2812103	Weischütz	weischuetz	DE		187	Europe/Berlin	51.22112	11.70459		Weischutz,Weischütz		14	00	15084	15084135
2812105	Weisching	weisching	DE		0	Europe/Berlin	48.70206	13.36975				02	092	09275	09275135
2812106	Weischau	weischau	DE		0	Europe/Berlin	50.22691	11.15574				02	094	09473	09473166
2812107	Weisbrunn	weisbrunn	DE		0	Europe/Berlin	49.94039	10.67614				02	096	09674	09674133
2812108	Weisbrunn	weisbrunn	DE		0	Europe/Berlin	47.9693	12.57514				02	091	09189	09189154
2812112	Weisbach	weisbach	DE		0	Europe/Berlin	50.55969	11.60018				15	00	16075	16075134
2812113	Weisbach	weisbach	DE		0	Europe/Berlin	50.42021	10.07615				02	096	09673	09673149
2812114	Weisbach	weisbach	DE		0	Europe/Berlin	49.44538	9.1046		Weisbach		01	082	08225	08225118
2812115	Weis	weis	DE		0	Europe/Berlin	50.45	7.55				08	00	07138	07138045
2812116	Weirle	weirle	DE		0	Europe/Berlin	47.79367	8.07238				01	083	08337	08337013
2812119	Weipoltshausen	weipoltshausen	DE		0	Europe/Berlin	50.69985	8.60281				05	065	06534	06534013
2812120	Weipoltshausen	weipoltshausen	DE		0	Europe/Berlin	50.11574	10.27033				02	096	09678	09678186
2812121	Weipoldshofen	weipoldshofen	DE		0	Europe/Berlin	47.81247	9.97574				01	084	08436	08436055
2812122	Weipolding	weipolding	DE		0	Europe/Berlin	48.12943	12.55744				02	091	09171	09171117
2812124	Weiperz	weiperz	DE		0	Europe/Berlin	50.30656	9.5957				05	064	06435	06435027
2812126	Weipertshofen	weipertshofen	DE		0	Europe/Berlin	49.08287	10.12003		Weipertshofen		01	081	08127	08127104
2812127	Weipertshausen	weipertshausen	DE		0	Europe/Berlin	47.92359	11.35535		Weipertshausen		02	091	09173	09173137
2812128	Weipersdorf	weipersdorf	DE		0	Europe/Berlin	48.42603	12.00213		Weipersdorf		02	091	09177	09177126
2812129	Weiperfelden	weiperfelden	DE		0	Europe/Berlin	50.41978	8.55526				05	065	06532	06532022
2812131	Weiperath	weiperath	DE		0	Europe/Berlin	49.80509	7.07271				08	00	07231	07231502
2812133	Weipelsdorf	weipelsdorf	DE		0	Europe/Berlin	49.89902	10.80605				02	094	09471	09471117
2812134	Weinzlitz	weinzlitz	DE		0	Europe/Berlin	50.29062	12.01251				02	094	09475	09475161
2812135	Weinzierlein	weinzierlein	DE		0	Europe/Berlin	49.42508	10.89875				02	095	09573	09573134
2812136	Weinzierl	weinzierl	DE		0	Europe/Berlin	48.44469	13.19698				02	092	09275	09275124
2812142	Weinstetten	weinstetten	DE		0	Europe/Berlin	48.29107	9.97421				01	084	08425	08425138
2812145	Weinstadt-Endersbach	weinstadt-endersbach	DE		26166	Europe/Berlin	48.81311	9.36387		Endersbach		01	081	08119	08119091
2812152	Weinsfeld	weinsfeld	DE		0	Europe/Berlin	50.1917	6.36778				08	00	07232	07232296
2812153	Weinsfeld	weinsfeld	DE		0	Europe/Berlin	49.14461	11.26092		Weinsfeld		02	095	09576	09576127
2812154	Weinsdorf	weinsdorf	DE		0	Europe/Berlin	50.99656	13.02256				13	00	14522	14522500
2812273	Weinberg	weinberg	DE		0	Europe/Berlin	48.82013	12.96891				02	092	09271	09271119
2812274	Weinberg	weinberg	DE		0	Europe/Berlin	48.4992	12.98662				02	092	09277	09277114
2812160	Weinsbach	weinsbach	DE		0	Europe/Berlin	49.21455	9.54296				01	081	08126	08126066
2812162	Weinrieth	weinrieth	DE		0	Europe/Berlin	49.54531	12.26884				02	093	09374	09374159
2812163	Weinried	weinried	DE		0	Europe/Berlin	48.13029	10.27288				02	097	09778	09778184
2812170	Weinkaufsmoor	weinkaufsmoor	DE		0	Europe/Berlin	53.14121	9.00564				06	00	03356	03356002
2812171	Weinhübel	weinhuebel	DE		0	Europe/Berlin	51.12421	14.97746		Leschwitz,Weinhubel,Weinhübel		13	00	14626	14626110
2812172	Weinhof	weinhof	DE		0	Europe/Berlin	49.37908	11.32896				02	095	09574	09574112
2812176	Weinhausen	weinhausen	DE		0	Europe/Berlin	47.99383	10.7				02	097	09777	09777140
2812177	Weinhartsau	weinhartsau	DE		0	Europe/Berlin	49.01175	12.89271				02	092	09276	09276128
2812180	Weingartshof	weingartshof	DE		0	Europe/Berlin	47.77113	9.61404				01	084	08436	08436064
2812181	Weingartsgreuth	weingartsgreuth	DE		0	Europe/Berlin	49.73716	10.73503		Weingartsgreuth,Weingartsreuth		02	095	09572	09572160
2812182	Weingartsgasse	weingartsgasse	DE		0	Europe/Berlin	50.78838	7.28565				07	053	05382	05382020
2812186	Weingarts	weingarts	DE		0	Europe/Berlin	49.67313	11.17108		Weingarts		02	094	09474	09474145
2812217	Weinersberg	weinersberg	DE		0	Europe/Berlin	48.16952	8.04965				01	083	08316	08316010
2812219	Weinerbauerschaft	weinerbauerschaft	DE		0	Europe/Berlin	52.1816	7.18208				07	055	05566	05566068
2812220	Weine	weine	DE		0	Europe/Berlin	51.54109	8.52445		Weine		07	057	05774	05774016
2812221	Weindorf	weindorf	DE		0	Europe/Berlin	47.68157	11.20949				02	091	09180	09180124
2812223	Weinbrunnerhof	weinbrunnerhof	DE		0	Europe/Berlin	49.49091	7.80685				08	00	07335	07335035
2812236	Weinberge	weinberge	DE		0	Europe/Berlin	52.21667	13.46667				11	00	12072	12072477
2812237	Weinberge	weinberge	DE		0	Europe/Berlin	51.5706	14.39242				11	00	12071	12071372
2812238	Weinberge	weinberge	DE		0	Europe/Berlin	52.38333	14.06667				11	00	12067	12067144
2812239	Weinberge	weinberge	DE		0	Europe/Berlin	52.17941	14.22823				11	00	12067	12067036
2812240	Weinberge	weinberge	DE		0	Europe/Berlin	52.08333	13.15				11	00	12072	12072232
2812241	Weinberge	weinberge	DE		0	Europe/Berlin	51.68333	12.75				14	00	15091	15091020
2812242	Weinberge	weinberge	DE		0	Europe/Berlin	51.51763	13.41688				11	00	12062	12062024
2812243	Weinberge	weinberge	DE		0	Europe/Berlin	51.44979	13.2313				11	00	12062	12062341
2812259	Weinberg	weinberg	DE		0	Europe/Berlin	51.28333	7.16667				07	051	05124	05124000
2812260	Weinberg	weinberg	DE		0	Europe/Berlin	48.69624	13.12907				02	092	09271	09271153
2812261	Weinberg	weinberg	DE		0	Europe/Berlin	52.63603	12.90301				11	00	12063	12063208
2812262	Friedensthal	friedensthal	DE		0	Europe/Berlin	52.51105	14.43355				11	00	12064	12064290
2812263	Weinberg	weinberg	DE		0	Europe/Berlin	52.46585	12.97874				11	00	12054	12054000
2812264	Weinberg	weinberg	DE		0	Europe/Berlin	52.29088	13.29135				11	00	12072	12072240
2812265	Weinberg	weinberg	DE		0	Europe/Berlin	51.76667	12.6				14	00	15091	15091160
2812266	Weinberg	weinberg	DE		0	Europe/Berlin	51.71667	13.93333				11	00	12066	12066052
2812267	Weinberg	weinberg	DE		0	Europe/Berlin	51.6737	12.93304				14	00	15091	15091010
2812268	Weinberg	weinberg	DE		0	Europe/Berlin	51.64961	13.85472				11	00	12062	12062425
2812269	Weinberg	weinberg	DE		0	Europe/Berlin	51.45938	14.17246				13	00	14625	14625120
2812270	Weinberg	weinberg	DE		0	Europe/Berlin	50.4369	9.5545				05	066	06631	06631008
2812271	Weinberg	weinberg	DE		0	Europe/Berlin	49.31564	10.57026				02	095	09561	09561000
2812272	Weinberg	weinberg	DE		0	Europe/Berlin	49.23262	10.36365		Weinberg		02	095	09571	09571114
2812471	Weinähr	weinaehr	DE		482	Europe/Berlin	50.32278	7.8469			07141135	08	00	07141	07141135
2812472	Weimersheim	weimersheim	DE		0	Europe/Berlin	49.04023	10.91998				02	095	09577	09577177
2812473	Weimersdorf	weimersdorf	DE		0	Europe/Berlin	50.32879	11.04676				02	094	09473	09473151
2812476	Weimarschmieden	weimarschmieden	DE		0	Europe/Berlin	50.54859	10.19466				02	096	09673	09673123
2812485	Weilstetten	weilstetten	DE		0	Europe/Berlin	48.23919	8.85318				01	084	08417	08417002
2812490	Weilrode	weilrode	DE		0	Europe/Berlin	51.56991	10.46205		Weilrode		15	00	16061	16061117
2812497	Weilmünster	weilmuenster	DE		9402	Europe/Berlin	50.43143	8.37673		Vajl'mjunster,Vajlminster,Weilmuenster,Weilmünster,wei er ming si te er,Вайльмюнстер,Вајлминстер,魏尔明斯特尔		05	065	06533	06533018
2812499	Weillohe	weillohe	DE		0	Europe/Berlin	48.91529	12.11071		Weillohe		02	093	09375	09375205
2812500	Weilkirchen	weilkirchen	DE		0	Europe/Berlin	48.27774	12.43843				02	091	09183	09183151
2812501	Weiling	weiling	DE		0	Europe/Berlin	48.83279	12.52873				02	092	09278	09278121
2812503	Weilimdorf	weilimdorf	DE		0	Europe/Berlin	48.81367	9.11174		Stuttgart-Weilimdorf,വൈലിംഡോർഫ്		01	081	08111	08111000
2812508	Weilheimerbach	weilheimerbach	DE		0	Europe/Berlin	48.89639	10.80972				02	097	09779	09779198
2812517	Weilham	weilham	DE		0	Europe/Berlin	48.01434	12.73068				02	091	09189	09189152
2812518	Weiler zum Stein	weiler-zum-stein	DE		0	Europe/Berlin	48.89888	9.37405		Weiler,Weiler zum Stein		01	081	08119	08119042
2812523	Weilerstoffel	weilerstoffel	DE		0	Europe/Berlin	48.7482	9.83892				01	081	08136	08136079
2812524	Weilersteußlingen	weilersteusslingen	DE		0	Europe/Berlin	48.34099	9.65763				01	084	08425	08425002
2812531	Weilers	weilers	DE		0	Europe/Berlin	50.27871	9.31334		Weilers		05	064	06435	06435029
2812532	Weiler ob Helfenstein	weiler-ob-helfenstein	DE		0	Europe/Berlin	48.61543	9.85551				01	081	08117	08117024
2812533	Weiler ob der Fils	weiler-ob-der-fils	DE		0	Europe/Berlin	48.70543	9.50678				01	081	08117	08117018
2812534	Weiler Niederrieden	weiler-niederrieden	DE		0	Europe/Berlin	48.06317	10.18424		Niederrieden,Weiler Niederrieden		02	097	09778	09778177
2812535	Weilermühle	weilermuhle	DE		0	Europe/Berlin	47.7	9.46667				01	084	08435	08435016
2812536	Weilermerkingen	weilermerkingen	DE		0	Europe/Berlin	48.7968	10.33648				01	081	08136	08136045
2812537	Weilerle	weilerle	DE		0	Europe/Berlin	47.66437	10.18062				02	097	09780	09780144
2812538	Weiler-Landwehr	weiler-landwehr	DE		0	Europe/Berlin	51.6323	7.60382				07	059	05978	05978004
2812539	Weiler in der Ebene	weiler-in-der-ebene	DE		0	Europe/Berlin	50.74328	6.70615		Weiler,Weiler in der Ebene		07	053	05366	05366044
2812540	Weiler in den Bergen	weiler-in-den-bergen	DE		0	Europe/Berlin	48.76782	9.87594		Weiler		01	081	08136	08136065
2812541	Weiler im Allgäu	weiler-im-allgaeu	DE		0	Europe/Berlin	47.58333	9.91667		Weiler,Weiler in Allgau		02	097	09776	09776129
2812792	Weiher	weiher	DE		0	Europe/Berlin	49.91292	10.75306				02	094	09471	09471207
2812558	Weiler-Büch	weiler-buech	DE		0	Europe/Berlin	51.15138	6.20422		Buch,Büch,Weiler-Buch,Weiler-Büch		07	053	05370	05370040
2812562	Weiler bei Weinsberg	weiler-bei-weinsberg	DE		0	Europe/Berlin	49.11846	9.39778		Weiler,Weiler bei Weinsberg		01	081	08125	08125110
2812570	Weilerau	weilerau	DE		0	Europe/Berlin	49.0683	10.70254				02	095	09577	09577133
2812572	Weiler an der Zaber	weiler-an-der-zaber	DE		0	Europe/Berlin	49.05786	8.95523		Weiler,Weiler an der Zaber		01	081	08125	08125081
2812573	Weiler an der Eck	weiler-an-der-eck	DE		0	Europe/Berlin	48.98333	10.3		Weiler,Weiler an der Eck		01	081	08136	08136068
2812574	Weiler an der Ach	weiler-an-der-ach	DE		0	Europe/Berlin	47.7	9.46667		Weiler,Weiler an der Ach		01	084	08435	08435016
2812575	Weiler am See	weiler-am-see	DE		0	Europe/Berlin	49.18333	10.31667				02	095	09571	09571145
2812576	Weiler am Berge	weiler-am-berge	DE		0	Europe/Berlin	50.57911	6.70027		Weiler am Berge		07	053	05366	05366028
2812622	Weildorf	weildorf	DE		0	Europe/Berlin	48.37088	8.77722				01	084	08417	08417025
2812623	Weildorf	weildorf	DE		0	Europe/Berlin	47.86225	12.87027		Weildorf		02	091	09172	09172134
2812624	Weildorf	weildorf	DE		0	Europe/Berlin	47.7905	9.30224				01	084	08435	08435052
2812793	Weiher	weiher	DE		0	Europe/Berlin	49.841	11.40989				02	094	09472	09472111
2812794	Weiher	weiher	DE		0	Europe/Berlin	49.78387	10.82196				02	094	09471	09471172
2812795	Weiher	weiher	DE		0	Europe/Berlin	49.59486	11.09954				02	095	09572	09572158
2812640	Weilach	weilach	DE		0	Europe/Berlin	48.48743	11.26459				02	091	09185	09185131
2812646	Weiking	weiking	DE		0	Europe/Berlin	48.81461	13.15319				02	092	09271	09271123
2812648	Weikertsham	weikertsham	DE		0	Europe/Berlin	48.09866	12.28293				02	091	09187	09187116
2812649	Weikertsham	weikertsham	DE		0	Europe/Berlin	48.05554	12.24134				02	091	09187	09187182
2812650	Weikertsham	weikertsham	DE		0	Europe/Berlin	48.039	12.54706				02	091	09189	09189157
2812651	Weikerstetten	weikerstetten	DE		0	Europe/Berlin	49.61265	9.55189		Weikerstetten		01	081	08128	08128061
2812652	Weikersholz	weikersholz	DE		0	Europe/Berlin	49.25093	10.10924				01	081	08127	08127071
2812653	Weikershof	weikershof	DE		0	Europe/Berlin	49.44528	10.98798		Furth Weikersdorf,Weikershof		02	095	09563	09563000
2812654	Weikershof	weikershof	DE		0	Europe/Berlin	49.26519	10.67015				02	095	09571	09571175
2812656	Weikersdorf	weikersdorf	DE		0	Europe/Berlin	49.12022	10.38069				02	095	09571	09571145
2812657	Weikersdorf	weikersdorf	DE		0	Europe/Berlin	48.68939	11.90266				02	092	09274	09274172
2812659	Weikering	weikering	DE		0	Europe/Berlin	47.93584	12.17113				02	091	09187	09187181
2812660	Weikenhausen	weikenhausen	DE		0	Europe/Berlin	48.53914	11.65129				02	091	09186	09186152
2812662	Weihungszell	weihungszell	DE		0	Europe/Berlin	48.22736	10.02417				01	084	08426	08426108
2812666	Weihprechting	weihprechting	DE		0	Europe/Berlin	48.33682	12.32763				02	091	09183	09183132
2812668	Weihmörting	weihmorting	DE		0	Europe/Berlin	48.4493	13.418				02	092	09275	09275134
2812669	Weihmörting	weihmorting	DE		0	Europe/Berlin	48.39625	13.21361				02	092	09275	09275143
2812671	Weihmannsried	weihmannsried	DE		0	Europe/Berlin	48.95215	12.96551				02	092	09276	09276123
2812672	Weiherzant	weiherzant	DE		0	Europe/Berlin	49.42153	11.77322				02	093	09371	09371154
2812674	Weiherstobel	weiherstobel	DE		0	Europe/Berlin	47.75253	9.59595				01	084	08436	08436064
2812677	Weihershof	weihershof	DE		0	Europe/Berlin	50.58721	9.85662				05	066	06631	06631013
2812678	Weihersdorf	weihersdorf	DE		0	Europe/Berlin	49.17385	11.47264				02	093	09373	09373146
2812679	Weihersdorf	weihersdorf	DE		0	Europe/Berlin	48.51333	11.76966				02	091	09178	09178144
2812680	Weiherschneidbach	weiherschneidbach	DE		0	Europe/Berlin	49.22317	10.61283				02	095	09571	09571216
2812681	Weihersberg	weihersberg	DE		0	Europe/Berlin	49.7856	11.92976		Weihersberg		02	093	09374	09374148
2812682	Weihersberg	weihersberg	DE		0	Europe/Berlin	49.46048	11.32708				02	095	09574	09574139
2812688	Weihers	weihers	DE		0	Europe/Berlin	47.79033	10.2122				02	097	09780	09780112
2812689	Weihers	weihers	DE		0	Europe/Berlin	47.73333	9.83333				01	084	08436	08436081
2812690	Weihers	weihers	DE		0	Europe/Berlin	47.61667	9.91667				02	097	09776	09776114
2812696	Weihern	weihern	DE		0	Europe/Berlin	48.62575	12.68194				02	092	09279	09279122
2812697	Weihern	weihern	DE		0	Europe/Berlin	49.52178	12.20959				02	093	09376	09376153
2812698	Weihern	weihern	DE		0	Europe/Berlin	49.02673	12.46674				02	093	09375	09375210
2812699	Weihern	weihern	DE		0	Europe/Berlin	48.52702	12.9361				02	092	09277	09277126
2812700	Weihern	weihern	DE		0	Europe/Berlin	48.53267	11.52311				02	091	09186	09186143
2812701	Weihern	weihern	DE		0	Europe/Berlin	48.43947	12.19069				02	092	09274	09274114
2812713	Weiherhöfen	weiherhofen	DE		0	Europe/Berlin	50.10031	11.86578				02	094	09479	09479166
2812716	Weiherhof	weiherhof	DE		0	Europe/Berlin	49.63388	8.02961				08	00	07333	07333010
2812717	Weiherhof	weiherhof	DE		0	Europe/Berlin	49.56089	10.56953				02	095	09575	09575153
2812718	Weiherhof	weiherhof	DE		0	Europe/Berlin	49.45953	10.92565				02	095	09573	09573134
2812719	Weiherhof	weiherhof	DE		0	Europe/Berlin	49.31667	10.71667				02	095	09571	09571190
2812720	Weiherhof	weiherhof	DE		0	Europe/Berlin	47.75644	8.9157				01	083	08335	08335063
2812735	Weiherhäusl	weiherhausl	DE		0	Europe/Berlin	49.63659	11.85946				02	093	09371	09371156
2812736	Weiherhäusl	weiherhausl	DE		0	Europe/Berlin	49.52538	12.20313				02	093	09376	09376153
2812738	Weiherhaus	weiherhaus	DE		0	Europe/Berlin	49.99502	11.59211				02	094	09472	09472119
2812739	Weiherhaus	weiherhaus	DE		0	Europe/Berlin	49.38145	11.27131				02	095	09574	09574123
2812740	Weiherhaus	weiherhaus	DE		0	Europe/Berlin	49.37408	11.07312				02	095	09564	09564000
2812763	Weiherdorf	weiherdorf	DE		0	Europe/Berlin	49.24365	12.11377				02	093	09376	09376170
2812789	Weiher	weiher	DE		0	Europe/Berlin	48.58706	8.11164				01	083	08317	08317056
2812790	Weiher	weiher	DE		0	Europe/Berlin	50.0969	11.45676				02	094	09477	09477128
2812791	Weiher	weiher	DE		0	Europe/Berlin	49.94278	11.27996				02	094	09472	09472154
2812796	Weiher	weiher	DE		0	Europe/Berlin	49.58661	8.76438				05	064	06431	06431017
2812797	Weiher	weiher	DE		0	Europe/Berlin	49.51362	11.96961		Weiher		02	093	09371	09371127
2812798	Weiher	weiher	DE		0	Europe/Berlin	49.49654	11.42117		Weiher		02	095	09574	09574132
2812799	Weiher	weiher	DE		0	Europe/Berlin	49.27145	12.66775				02	093	09372	09372168
2812800	Weiher	weiher	DE		0	Europe/Berlin	49.1825	8.61583				01	082	08215	08215084
2812801	Weiher	weiher	DE		0	Europe/Berlin	48.93629	9.78079				01	081	08136	08136027
2812802	Weiher	weiher	DE		0	Europe/Berlin	48.84684	11.61162				02	091	09176	09176147
2812803	Weiher	weiher	DE		0	Europe/Berlin	48.55947	12.59329				02	092	09279	09279126
2812804	Weiher	weiher	DE		0	Europe/Berlin	48.19399	12.27378				02	091	09183	09183140
2812805	Weiher	weiher	DE		0	Europe/Berlin	48.16683	12.06239				02	091	09177	09177123
2812806	Weiher	weiher	DE		0	Europe/Berlin	48.10522	12.22463				02	091	09187	09187176
2812807	Weiher	weiher	DE		0	Europe/Berlin	47.98336	12.23461				02	091	09187	09187173
2812808	Weiher	weiher	DE		0	Europe/Berlin	47.96941	10.0407				01	084	08426	08426100
2812809	Weiher	weiher	DE		0	Europe/Berlin	47.86051	12.30186				02	091	09187	09187168
2812810	Weiher	weiher	DE		0	Europe/Berlin	47.57149	10.27485				02	097	09780	09780137
2812832	Weihenstephan	weihenstephan	DE		0	Europe/Berlin	48.62777	12.11354				02	092	09274	09274141
2812833	Weihenstephan	weihenstephan	DE		0	Europe/Berlin	48.39294	11.73758		Weihenstephan		02	091	09178	09178124
2812834	Weihenlinden	weihenlinden	DE		0	Europe/Berlin	47.88728	11.95776				02	091	09187	09187122
2812835	Weihenbronn	weihenbronn	DE		0	Europe/Berlin	49.0887	9.49445				01	081	08125	08125107
2812836	Weihe	weihe	DE		0	Europe/Berlin	52.72149	8.20162				06	00	03460	03460001
2812839	Weigsdorf-Köblitz	weigsdorf-koeblitz	DE		0	Europe/Berlin	51.09601	14.47888		Wuhancicy-Koblica,Wuhančicy-Koblica		13	00	14625	14625090
2812840	Weigsdorf	weigsdorf	DE		0	Europe/Berlin	51.1	14.48333		Weigsdorf,Wuhancicy,Wuhančicy		13	00	14625	14625090
2812842	Weigmannsdorf	weigmannsdorf	DE		0	Europe/Berlin	50.83907	13.38289		Weigmannsdorf		13	00	14522	14522340
2812843	Weiglpoint	weiglpoint	DE		0	Europe/Berlin	47.99585	12.53736				02	091	09189	09189111
2812845	Weiglathal	weiglathal	DE		0	Europe/Berlin	49.84549	11.51272				02	094	09472	09472155
2812846	Weiglas	weiglas	DE		0	Europe/Berlin	50.19304	11.58983				02	094	09477	09477117
2812848	Weigheim	weigheim	DE		0	Europe/Berlin	48.05884	8.60693				01	083	08326	08326074
2812849	Weigersdorf	weigersdorf	DE		0	Europe/Berlin	51.26111	14.64546		Wukrancicy,Wukrančicy		13	00	14626	14626190
2812850	Weigersdorf	weigersdorf	DE		0	Europe/Berlin	48.94015	11.19129				02	091	09176	09176155
2812851	Weigental	weigental	DE		0	Europe/Berlin	49.36464	9.447				01	081	08126	08126072
2812853	Weigenhofen	weigenhofen	DE		0	Europe/Berlin	49.48251	11.32053		Weigenhofen		02	095	09574	09574138
2812858	Weigelshofen	weigelshofen	DE		0	Europe/Berlin	49.78758	11.09138				02	094	09474	09474123
2812859	Weigelshof	weigelshof	DE		0	Europe/Berlin	49.46489	11.10959				02	095	09564	09564000
2812860	Weigelsberg	weigelsberg	DE		0	Europe/Berlin	49.09852	12.93807				02	092	09276	09276144
2812861	Weigelsberg	weigelsberg	DE		0	Europe/Berlin	49.10565	12.64608				02	093	09372	09372164
2812863	Weifenbach	weifenbach	DE		0	Europe/Berlin	50.9411	8.50071		Weifenbach		05	065	06534	06534004
2812865	Weifa	weifa	DE		700	Europe/Berlin	51.07581	14.36119		Motydlo,Motydło		13	00	14625	14625590
2812866	Weierweiler	weierweiler	DE		0	Europe/Berlin	49.52428	6.81733				09	00	10042	10042117
2812867	Weiert	weiert	DE		0	Europe/Berlin	50.89751	7.33653				07	053	05382	05382040
2812868	Weiershausen	weiershausen	DE		0	Europe/Berlin	50.7852	8.66461				05	065	06534	06534020
2812869	Weiershagen	weiershagen	DE		0	Europe/Berlin	50.97162	7.48979		Weiershagen		07	053	05374	05374048
2812873	Weiersbach	weiersbach	DE		0	Europe/Berlin	50.16349	6.81428				08	00	07233	07233501
2812874	Weiersbach	weiersbach	DE		0	Europe/Berlin	49.60612	7.19364				08	00	07134	07134042
2812885	Weierbach	weierbach	DE		0	Europe/Berlin	49.72815	7.39477				08	00	07134	07134045
2812886	Weier	weier	DE		0	Europe/Berlin	48.66673	8.11926				01	082	08216	08216041
2812887	Weier	weier	DE		0	Europe/Berlin	48.49643	7.91756		Weier		01	083	08317	08317096
2812888	Weier	weier	DE		0	Europe/Berlin	48.25468	12.98867				02	092	09277	09277128
2812894	Weidorf	weidorf	DE		0	Europe/Berlin	48.61413	11.06638				02	091	09185	09185127
2812895	Weidnitz	weidnitz	DE		0	Europe/Berlin	50.14513	11.23032				02	094	09478	09478116
2812900	Weidmes	weidmes	DE		0	Europe/Berlin	50.18062	11.59423				02	094	09477	09477117
2812903	Weidmannsgesees	weidmannsgesees	DE		0	Europe/Berlin	49.78376	11.38844				02	094	09472	09472179
2812904	Weidlwang	weidlwang	DE		0	Europe/Berlin	49.72663	11.56077				02	093	09371	09371113
2812905	Weidlitz	weidlitz	DE		0	Europe/Berlin	51.22774	14.30925		Weidlitz,Wutolcicy,Wutołčicy		13	00	14625	14625360
2812909	Weidlberg	weidlberg	DE		0	Europe/Berlin	49.7461	11.82248				02	093	09374	09374117
2812912	Weiditz	weiditz	DE		0	Europe/Berlin	51.08055	12.79695				13	00	14522	14522280
2812926	Weidigt	weidigt	DE		0	Europe/Berlin	50.33288	12.21857				13	00	14523	14523010
2812928	Weidig	weidig	DE		0	Europe/Berlin	50.62795	12.23864				15			
2812929	Weidig	weidig	DE		0	Europe/Berlin	50.38374	12.07507				13	00	14523	14523060
2812932	Weidhausen	weidhausen	DE		0	Europe/Berlin	50.33948	11.21653		Weidhausen		15	00	16072	16072024
2812936	Weidgarten	weidgarten	DE		0	Europe/Berlin	48.10988	12.19731				02	091	09187	09187176
2812941	Weidesheim	weidesheim	DE		0	Europe/Berlin	50.65993	6.83983		Weidesheim		07	053	05366	05366016
2812942	Weidesgrün	weidesgrun	DE		0	Europe/Berlin	50.30011	11.73963				02	094	09475	09475171
2812944	Weides	weides	DE		0	Europe/Berlin	50.16742	11.30978				02	094	09476	09476146
2812946	Weideroda	weideroda	DE		0	Europe/Berlin	51.17956	12.26646				13	00	14729	14729350
2812952	Weidenwang	weidenwang	DE		0	Europe/Berlin	49.1505	11.39385				02	093	09373	09373112
2812959	Weidensees	weidensees	DE		0	Europe/Berlin	49.71088	11.44321				02	094	09472	09472118
2812960	Weidensee	weidensee	DE		0	Europe/Berlin	51.18343	10.41931		Weidensee		15	00	16064	16064046
2812961	Weidensdorf	weidensdorf	DE		0	Europe/Berlin	50.84785	12.53929				13	00	14524	14524260
2812964	Weidenloh	weidenloh	DE		0	Europe/Berlin	49.75158	11.40202		Weidenloh		02	094	09472	09472179
2812966	Weidenkam	weidenkam	DE		0	Europe/Berlin	47.85921	11.35952				02	091	09173	09173123
2812967	Weidenhüll	weidenhull	DE		0	Europe/Berlin	49.74691	11.4634				02	094	09472	09472179
2812972	Weidenhof	weidenhof	DE		0	Europe/Berlin	49.50832	10.10636				01	081	08128	08128020
2812973	Weidenhof	weidenhof	DE		0	Europe/Berlin	49.14618	12.92172				02	092	09276	09276113
2812974	Weidenhof	weidenhof	DE		0	Europe/Berlin	48.9377	9.62072				01	081	08119	08119037
2812983	Weidenhausen	weidenhausen	DE		0	Europe/Berlin	50.80579	8.77586				05	065	06534	06534014
2812984	Weidenhausen	weidenhausen	DE		0	Europe/Berlin	51.20553	9.97165				05	066	06636	06636008
2812985	Weidenhausen	weidenhausen	DE		0	Europe/Berlin	50.99289	8.36359		Weidenhausen		07	059	05970	05970004
2812986	Weidenhausen	weidenhausen	DE		0	Europe/Berlin	50.7576	8.53997				05	065	06534	06534010
2812987	Weidenhausen	weidenhausen	DE		0	Europe/Berlin	50.50835	8.55165				05	065	06532	06532014
2812992	Weidenhain	weidenhain	DE		0	Europe/Berlin	51.56878	12.84838				13	00	14730	14730100
2812998	Weidenfeld	weidenfeld	DE		0	Europe/Berlin	48.85406	10.08601				01	081	08136	08136088
2812999	Weideneck	weideneck	DE		0	Europe/Berlin	48.62178	13.38963				02	092	09275	09275151
2813000	Weidendorf	weidendorf	DE		0	Europe/Berlin	49.6749	10.74935				02	095	09572	09572135
2813001	Weidendorf	weidendorf	DE		0	Europe/Berlin	49.19333	10.56964		Weidendorf		02	095	09571	09571115
2813003	Weidenbühl	weidenbuhl	DE		0	Europe/Berlin	49.60999	11.22966				02	094	09474	09474140
2813027	Weidenau	weidenau	DE		0	Europe/Berlin	50.89315	8.03736		Weidenau		07	059	05970	05970040
2813028	Weidenau	weidenau	DE		0	Europe/Berlin	50.45155	9.44215				05	065	06535	06535004
2813029	Weidenau	weidenau	DE		0	Europe/Berlin	47.7964	11.7859				02	091	09182	09182136
2813038	Weiden b. Modschiedel	weiden-b-modschiedel	DE		0	Europe/Berlin	50.02936	11.23245				02	094	09478	09478176
2813045	Weidemoor	weidemoor	DE		0	Europe/Berlin	52.3837	8.41971				07	057	05770	05770044
2813047	Weidelsberg	weidelsberg	DE		0	Europe/Berlin	48.42505	12.7938				02	092	09277	09277124
2813051	Weidelbach	weidelbach	DE		0	Europe/Berlin	51.13583	9.75164		Weidelbach		05	066	06634	06634024
2813052	Weidelbach	weidelbach	DE		0	Europe/Berlin	50.81346	8.27136				05	065	06532	06532011
2813053	Weidelbach	weidelbach	DE		0	Europe/Berlin	49.11692	10.24771		Weidelbach		02	095	09571	09571136
2813056	Weidehof	weidehof	DE		0	Europe/Berlin	54.08452	13.78145				12	00	13075	13075144
2813062	Weidebrunn	weidebrunn	DE		0	Europe/Berlin	50.73527	10.4635				15	00	16066	16066063
2813063	Weide	weide	DE		0	Europe/Berlin	53.94295	10.01871				10	00	01060	01060009
2813064	Weide	weide	DE		0	Europe/Berlin	53.48893	9.74725				06	00	03359	03359010
2813079	Weidau	weidau	DE		0	Europe/Berlin	48.33281	13.12722				02	092	09277	09277118
2813083	Weidachwies	weidachwies	DE		0	Europe/Berlin	47.77239	12.31941				02	091	09187	09187114
2813086	Weidach	weidach	DE		0	Europe/Berlin	50.26539	10.90467				02	094	09473	09473175
2813087	Weidach	weidach	DE		0	Europe/Berlin	48.66954	9.16629				01	081	08116	08116078
2813088	Weidach	weidach	DE		0	Europe/Berlin	48.4444	9.8913				01	084	08425	08425141
2813089	Weidach	weidach	DE		0	Europe/Berlin	48.16969	12.23905				02	091	09183	09183140
2813090	Weidach	weidach	DE		0	Europe/Berlin	47.95131	11.90678				02	091	09175	09175113
2813091	Weidach	weidach	DE		0	Europe/Berlin	47.91548	12.53335				02	091	09189	09189114
2813092	Weidach	weidach	DE		0	Europe/Berlin	47.92089	11.42767				02	091	09173	09173147
2813093	Weidach	weidach	DE		0	Europe/Berlin	47.89304	11.84129				02	091	09187	09187130
2813094	Weidach	weidach	DE		0	Europe/Berlin	47.86333	11.95905				02	091	09187	09187122
2813095	Weidach	weidach	DE		0	Europe/Berlin	47.76667	12.33333				02	091	09187	09187114
2813096	Weidach	weidach	DE		0	Europe/Berlin	47.73721	12.09932				02	091	09187	09187120
2813097	Weidach	weidach	DE		0	Europe/Berlin	47.69833	10.32677				02	097	09780	09780143
2813098	Weidach	weidach	DE		0	Europe/Berlin	47.4128	10.24052				02	097	09780	09780133
2813111	Weickersing	weickersing	DE		0	Europe/Berlin	47.77614	12.20401				02	091	09187	09187172
2813112	Weickersgrüben	weickersgruben	DE		0	Europe/Berlin	50.10148	9.79198				02	096	09677	09677133
2813113	Weickersdorf	weickersdorf	DE		0	Europe/Berlin	51.10968	14.15725				13	00	14625	14625040
2813114	Weickersdorf	weickersdorf	DE		0	Europe/Berlin	49.69126	10.68464				02	095	09572	09572159
2813117	Weickenricht	weickenricht	DE		0	Europe/Berlin	49.60059	11.90193				02	093	09371	09371121
2813118	Weickenreuth	weickenreuth	DE		0	Europe/Berlin	50.16706	11.66433				02	094	09475	09475175
2813119	Weickenreuth	weickenreuth	DE		0	Europe/Berlin	49.97443	11.51434				02	094	09472	09472150
2813120	Weickenbach	weickenbach	DE		0	Europe/Berlin	50.25163	11.16731				02	094	09473	09473166
2813123	Weickede	weickede	DE		0	Europe/Berlin	51.5627	8.37808		Weickede		07	059	05974	05974036
2813124	Weickartshain	weickartshain	DE		0	Europe/Berlin	50.58164	9.01516		Weickartshain		05	065	06531	06531006
2813125	Weichtungen	weichtungen	DE		0	Europe/Berlin	50.21783	10.2884				02	096	09672	09672131
2813126	Weichteritz	weichteritz	DE		0	Europe/Berlin	51.23619	13.16916				13	00	14730	14730210
2813127	Weicht	weicht	DE		0	Europe/Berlin	47.99831	10.67071				02	097	09777	09777140
2813128	Weichslöd	weichslod	DE		0	Europe/Berlin	48.62096	12.83626				02	092	09279	09279113
2813130	Weichshofen	weichshofen	DE		0	Europe/Berlin	48.71593	12.43426				02	092	09279	09279127
2813131	Weichselstein	weichselstein	DE		0	Europe/Berlin	49.24708	11.48054				02	093	09373	09373159
2813135	Weichseldorf	weichseldorf	DE		0	Europe/Berlin	49.13595	11.94632				02	093	09375	09375131
2813137	Weichselbaum	weichselbaum	DE		0	Europe/Berlin	48.51897	12.83957				02	092	09277	09277144
2813138	Weichselbaum	weichselbaum	DE		0	Europe/Berlin	48.50542	11.3234				02	091	09186	09186125
2813139	Weichselbaum	weichselbaum	DE		0	Europe/Berlin	48.0873	11.27449				02	091	09188	09188144
2813140	Weichselbaum	weichselbaum	DE		0	Europe/Berlin	47.98096	12.21181				02	091	09187	09187134
2813149	Weiching	weiching	DE		0	Europe/Berlin	47.95182	12.02668				02	091	09187	09187179
2813150	Weichersbach	weichersbach	DE		0	Europe/Berlin	50.31226	9.6714				05	064	06435	06435027
2813154	Weichenwasserlos	weichenwasserlos	DE		0	Europe/Berlin	50.01697	11.08323		Weichenwasserlos		02	094	09471	09471185
2813156	Weichensdorf	weichensdorf	DE		0	Europe/Berlin	52.08318	14.35027		Weichensdorf		11	00	12067	12067137
2813157	Weichenried	weichenried	DE		0	Europe/Berlin	48.60041	11.42709				02	091	09186	09186128
2813158	Weichendorf	weichendorf	DE		0	Europe/Berlin	49.94107	10.95242				02	094	09471	09471159
2813159	Weichenberg	weichenberg	DE		0	Europe/Berlin	48.49247	11.0117				02	097	09771	09771114
2813160	Weichelau	weichelau	DE		0	Europe/Berlin	49.41669	12.39426				02	093	09376	09376122
2813162	Weiche	weiche	DE		0	Europe/Berlin	54.75398	9.40292		Flensburg-Weiche,Weiche		10	00	01001	01001000
2813166	Weichau	weichau	DE		0	Europe/Berlin	51.14463	11.83546				14	00	15084	15084355
2813167	Weichau	weichau	DE		0	Europe/Berlin	51.09267	11.68342				14			
2813168	Weicha	weicha	DE		0	Europe/Berlin	51.20018	14.63699		Weicha,Wichowy		13	00	14625	14625610
2813169	Weiboldshausen	weiboldshausen	DE		0	Europe/Berlin	49.0546	10.99774				02	095	09577	09577141
2813170	Weiblitz	weiblitz	DE		0	Europe/Berlin	53.96648	13.7764				12	00	13075	13075147
2813171	Weibletshofen	weibletshofen	DE		0	Europe/Berlin	47.78113	10.5974				02	097	09777	09777151
2813172	Weibing	weibing	DE		0	Europe/Berlin	48.89706	12.91896				02	092	09271	09271116
2813173	Weibhausen	weibhausen	DE		0	Europe/Berlin	47.90053	12.6924				02	091	09189	09189165
2813182	Weiberhof	weiberhof	DE		0	Europe/Berlin	50.00563	9.24282				02	096	09671	09671150
2813183	Weiberg	weiberg	DE		0	Europe/Berlin	51.51376	8.59115		Weiberg		07	057	05774	05774016
2813184	Weiberg	weiberg	DE		0	Europe/Berlin	47.69434	10.31124				02	097	09780	09780143
2813189	Weibeck	weibeck	DE		0	Europe/Berlin	52.16045	9.28774				06	00	03252	03252007
2813192	Wehstetten	wehstetten	DE		0	Europe/Berlin	47.96108	8.88216				01	083	08327	08327057
2813194	Wehrstedt	wehrstedt	DE		0	Europe/Berlin	52.04595	10.01146				06	00	03254	03254005
2813195	Wehrstedt	wehrstedt	DE		0	Europe/Berlin	51.9029	11.0736				14	00	15085	15085135
2813196	Wehrstapel	wehrstapel	DE		0	Europe/Berlin	51.3529	8.34089		Wehrstapel		07	059	05958	05958032
2813197	Wehrshausen	wehrshausen	DE		0	Europe/Berlin	50.80657	9.88663				05	066	06632	06632019
2813198	Wehrshausen	wehrshausen	DE		0	Europe/Berlin	50.81204	8.72611				05	065	06534	06534014
2813200	Wehrsdorf	wehrsdorf	DE		0	Europe/Berlin	51.05483	14.38745				13	00	14625	14625560
2813204	Wehrlang	wehrlang	DE		0	Europe/Berlin	47.69791	10.08568				01	084	08436	08436049
2813205	Wehrland	wehrland	DE		0	Europe/Berlin	53.98081	13.81089				12	00	13075	13075147
2813206	Wehrkamp	wehrkamp	DE		0	Europe/Berlin	52.63348	8.45226				06	00	03251	03251011
2813210	Wehringdorf	wehringdorf	DE		0	Europe/Berlin	52.22408	8.43965				06	00	03459	03459024
2813218	Wehrhalden	wehrhalden	DE		0	Europe/Berlin	47.70049	8.00982				01	083	08337	08337049
2813225	Wehrendorferberg	wehrendorferberg	DE		0	Europe/Berlin	52.31733	8.29976				06	00	03459	03459003
2813226	Wehrendorf	wehrendorf	DE		0	Europe/Berlin	52.12485	8.82219				07	057	05758	05758036
2813227	Wehrendorf	wehrendorf	DE		0	Europe/Berlin	52.32999	8.31336				06	00	03459	03459003
2813228	Wehrenberg	wehrenberg	DE		0	Europe/Berlin	52.78576	8.69787				06	00	03251	03251028
2813229	Wehrenberg	wehrenberg	DE		0	Europe/Berlin	52.60664	8.93373				06	00	03256	03256030
2813231	Wehren	wehren	DE		0	Europe/Berlin	51.90833	8.99883				07	057	05766	05766032
2813232	Wehren	wehren	DE		0	Europe/Berlin	51.16913	9.29584		Wehren		05	066	06634	06634005
2813235	Wehre	wehre	DE		0	Europe/Berlin	52.00422	10.49795				06	00	03158	03158039
2813236	Wehrderhöhle	wehrderhoehle	DE		0	Europe/Berlin	53.20655	8.46728				06	00	03461	03461001
2813237	Wehrden	wehrden	DE		0	Europe/Berlin	51.71079	9.38639		Wehrden		07	057	05762	05762008
2813238	Wehrden	wehrden	DE		0	Europe/Berlin	49.24764	6.82423				09	00	10041	10041519
2813241	Wehrda	wehrda	DE		5718	Europe/Berlin	50.83814	8.7556		Wehrda		05	065	06534	06534014
2813242	Wehrda	wehrda	DE		0	Europe/Berlin	50.7393	9.66393		Wehrda		05	066	06632	06632008
2813248	Wehrbergen	wehrbergen	DE		0	Europe/Berlin	52.12552	9.30668				06	00	03252	03252006
2813249	Wehrberg	wehrberg	DE		0	Europe/Berlin	48.66097	13.67802				02	092	09275	09275126
2813263	Wehofen	wehofen	DE		0	Europe/Berlin	51.52688	6.76886				07	051	05112	05112000
2813264	Wehnserhorst	wehnserhorst	DE		0	Europe/Berlin	52.43137	10.26818		Wetense de horst [a. 1375]		06	00	03157	03157001
2813265	Wehnsen	wehnsen	DE		0	Europe/Berlin	52.96055	9.53679				06	00	03357	03357051
2813266	Wehnsen	wehnsen	DE		508	Europe/Berlin	52.42472	10.26398	60	Waehnssen,Wedensen [a. 1274],Wähnßen		06	00	03157	03157001
2813268	Wehnsdorf	wehnsdorf	DE		0	Europe/Berlin	51.75571	13.61609				11	00	12061	12061219
2813269	Wehnrath	wehnrath	DE		0	Europe/Berlin	50.96213	7.65583		Wehnrath		07	053	05374	05374040
2813270	Wehningen	wehningen	DE		0	Europe/Berlin	53.1724	11.16862		Junker Wehningen,Wehningen		06	00	03355	03355049
2813274	Wehnen	wehnen	DE		0	Europe/Berlin	53.17705	8.13227				06	00	03451	03451002
2813276	Wehneberg	wehneberg	DE		0	Europe/Berlin	50.88761	9.70835				05	066	06632	06632002
2813280	Wehmingen	wehmingen	DE		0	Europe/Berlin	52.29777	9.93319				06	00	03241	03241016
2813281	Wehmerhorst	wehmerhorst	DE		0	Europe/Berlin	52.25807	8.50117				07	057	05758	05758028
2813284	Wehm	wehm	DE		0	Europe/Berlin	52.83368	7.6669				06	00	03454	03454057
2813286	Wehlmäusel	wehlmausel	DE		0	Europe/Berlin	49.13206	10.39139				02	095	09571	09571145
2813287	Wehlitz	wehlitz	DE		0	Europe/Berlin	51.39096	12.19259				13	00	14730	14730270
2813289	Wehlheiden	wehlheiden	DE		0	Europe/Berlin	51.30921	9.46867				05	066	06611	06611000
2813291	Wehlens	wehlens	DE		0	Europe/Berlin	53.59004	8.03532				06	00	03405	03405000
2813292	Wehlenberg	wehlenberg	DE		0	Europe/Berlin	49.16298	10.72914		Wehlenberg		02	095	09577	09577114
2813294	Wehlen	wehlen	DE		0	Europe/Berlin	53.21345	9.87845				06	00	03353	03353036
2813295	Wehlen	wehlen	DE		0	Europe/Berlin	49.94117	7.04202		Wehlen		08	00	07231	07231008
2813297	Wehldorferholz	wehldorferholz	DE		0	Europe/Berlin	53.24388	9.27512				06	00	03357	03357018
2813298	Wehldorf	wehldorf	DE		0	Europe/Berlin	53.44288	8.82065				06	00	03352	03352059
2813299	Wehldorf	wehldorf	DE		0	Europe/Berlin	53.23552	9.285		Wehldorf		06	00	03357	03357018
2813301	Wehlau	wehlau	DE		0	Europe/Berlin	51.68729	12.14934				14	00	15082	15082377
2813302	Wehlage	wehlage	DE		0	Europe/Berlin	52.68333	7.53333				06	00	03454	03454019
2813303	Wehl	wehl	DE		0	Europe/Berlin	51.13574	6.67608				07	051	05162	05162024
2813312	Wehenöd	wehenod	DE		0	Europe/Berlin	48.5211	12.84324				02	092	09277	09277144
2813314	Wehen	wehen	DE		0	Europe/Berlin	50.15232	8.18371				05	064	06439	06439015
2813316	Wehelitz	wehelitz	DE		0	Europe/Berlin	50.05473	11.47097				02	094	09477	09477142
2813319	Wehe	wehe	DE		0	Europe/Berlin	52.45611	8.65585				07	057	05770	05770040
2813323	Wehden	wehden	DE		0	Europe/Berlin	53.60697	8.6792				06	00	03352	03352050
2813325	Wehdem	wehdem	DE		0	Europe/Berlin	52.43807	8.46456		Wehdem		07	057	05770	05770044
2813326	Wehdel	wehdel	DE		0	Europe/Berlin	53.50775	8.80357				06	00	03352	03352050
2813327	Wehdel	wehdel	DE		0	Europe/Berlin	52.63647	8.02502				06	00	03459	03459007
2813329	Wehbergen	wehbergen	DE		0	Europe/Berlin	52.52634	7.94511				06	00	03459	03459010
2813335	Wehbach	wehbach	DE		0	Europe/Berlin	50.82014	7.85769				08	00	07132	07132063
2813337	Weha	weha	DE		0	Europe/Berlin	49.82815	11.87469				02	093	09377	09377128
2813338	Wegwitz	wegwitz	DE		0	Europe/Berlin	51.36208	12.08446				14	00	15088	15088330
2813339	Wegstetten	wegstetten	DE		0	Europe/Berlin	48.94293	9.90632				01	081	08136	08136002
2813341	Wegses	wegses	DE		0	Europe/Berlin	49.11366	10.14621				01	081	08127	08127014
2813343	Wegscheidel	wegscheidel	DE		0	Europe/Berlin	47.71993	10.21738				02	097	09780	09780117
2813348	Wegnagl	wegnagl	DE		0	Europe/Berlin	48.60677	12.86036				02	092	09279	09279113
2813356	Weghorst	weghorst	DE		0	Europe/Berlin	52.36667	8.11667				06	00	03459	03459008
2813357	Wegholm	wegholm	DE		0	Europe/Berlin	52.379	8.847				07	057	05770	05770028
2813358	Weghof	weghof	DE		0	Europe/Berlin	48.98067	12.92971				02	092	09276	09276111
2813362	Weghausen	weghausen	DE		0	Europe/Berlin	48.49922	11.85051				02	091	09178	09178155
2813364	Weggun	weggun	DE		0	Europe/Berlin	53.32895	13.57747				11	00	12073	12073429
2813366	Wegfurt	wegfurt	DE		0	Europe/Berlin	50.39538	10.0865				02	096	09673	09673117
2813368	Wegezin	wegezin	DE		0	Europe/Berlin	53.803	13.50109				12	00	13075	13075068
2813369	Wegescheid	wegescheid	DE		0	Europe/Berlin	51.04591	7.50318		Wegescheid		07	053	05374	05374012
2813371	Wegern	wegern	DE		0	Europe/Berlin	48.96117	12.74096				02	092	09278	09278139
2813372	Wegeringhausen	wegeringhausen	DE		0	Europe/Berlin	51.04548	7.74308		Wegeringhausen		07	059	05966	05966008
2813374	Wegerden	wegerden	DE		0	Europe/Berlin	52.45137	8.87571				06	00	03256	03256034
2813378	Wegensen	wegensen	DE		0	Europe/Berlin	52.00686	9.55313				06	00	03255	03255016
2813379	Wegenitz	wegenitz	DE		0	Europe/Berlin	52.91963	11.76008				14	00	15090	15090520
2813380	Wegendorf	wegendorf	DE		0	Europe/Berlin	52.60096	13.75703				11	00	12064	12064029
2813384	Wegelbach	wegelbach	DE		0	Europe/Berlin	48.06765	7.95637				01	083	08316	08316056
2813386	Wegefarth	wegefarth	DE		0	Europe/Berlin	50.91908	13.24299				13	00	14522	14522430
2813387	Wegeberg	wegeberg	DE		0	Europe/Berlin	53.03333	12.55				11	00	12068	12068264
2813391	Wegacker	wegacker	DE		0	Europe/Berlin	54.78559	8.86832				10	00	01054	01054109
2813392	Wega	wega	DE		0	Europe/Berlin	51.13135	9.17529				05	066	06635	06635003
2813393	Weg	weg	DE		0	Europe/Berlin	49.11296	12.23161				02	093	09375	09375119
2813394	Weg	weg	DE		0	Europe/Berlin	48.69154	13.42752				02	092	09275	09275135
2813395	Weg	weg	DE		0	Europe/Berlin	48.58306	13.13917				02	092	09275	09275154
2813396	Weg	weg	DE		0	Europe/Berlin	47.84153	11.9563				02	091	09187	09187117
2813397	Weg	weg	DE		0	Europe/Berlin	47.69218	10.59908				02	097	09777	09777149
2813403	Weferting	weferting	DE		0	Europe/Berlin	48.67837	13.32778				02	092	09275	09275111
2813404	Weferlingsen	weferlingsen	DE		0	Europe/Berlin	52.48116	10.04725		Wewwerlingsen		06	00	03241	03241003
2813408	Wefelpütt	wefelpuett	DE		0	Europe/Berlin	51.23262	7.25537		Wefelputt,Wefelpütt		07	051	05124	05124000
2813409	Wefelen	wefelen	DE		0	Europe/Berlin	50.85592	6.11896				07	053	05334	05334016
2813411	Weetzen	weetzen	DE		0	Europe/Berlin	52.29504	9.63947				06	00	03241	03241014
2813412	Weetfeld	weetfeld	DE		0	Europe/Berlin	51.62814	7.80089				07	059	05915	05915000
2813413	Weesries	weesries	DE		0	Europe/Berlin	54.8	9.51667				10	00	01059	01059176
2813414	Weesow	weesow	DE		0	Europe/Berlin	52.65126	13.72463				11	00	12060	12060280
2813417	Weesenstein	weesenstein	DE		0	Europe/Berlin	50.93333	13.85938				13	00	14628	14628250
2813419	Weesen	weesen	DE		0	Europe/Berlin	52.83634	10.1415		Weesen		06	00	03351	03351026
2813420	Weese	weese	DE		0	Europe/Berlin	52.41298	7.7265				06	00	03459	03459032
2813424	Weesbydamm	weesbydamm	DE		0	Europe/Berlin	54.84931	9.15982				10	00	01059	01059177
2813426	Weesbach	weesbach	DE		0	Europe/Berlin	50.8685	7.31887				07	053	05382	05382040
2813428	Weertzen	weertzen	DE		0	Europe/Berlin	53.29908	9.38637				06	00	03357	03357021
2813432	Weenermoor	weenermoor	DE		0	Europe/Berlin	53.18869	7.31739				06	00	03457	03457021
2813434	Weene	weene	DE		0	Europe/Berlin	53.42542	7.51503				06	00	03452	03452012
2813436	Weende	weende	DE		0	Europe/Berlin	51.56555	9.93465		Weende		06	00	03159	03159016
2813438	Weekeborg	weekeborg	DE		0	Europe/Berlin	53.18351	7.41169				06	00	03457	03457022
2813439	Weeg	weeg	DE		0	Europe/Berlin	50.881	7.43148		Weeg		07	053	05382	05382036
2813440	Weeg	weeg	DE		0	Europe/Berlin	50.87802	7.26846		Weeg		07	053	05382	05382028
2813443	Wedtlenstedt	wedtlenstedt	DE		0	Europe/Berlin	52.27246	10.40852		Wedtlenstie,Wetelemstide [a. 1270],Wethelemstide [a. 1105],Wettelemstede [a. 1574]		06	00	03157	03157007
2813444	Wedringen	wedringen	DE		0	Europe/Berlin	52.27425	11.46509				14	00	15083	15083270
2813446	Wednig	wednig	DE		0	Europe/Berlin	51.27641	12.76457				13	00	14729	14729400
2813449	Weding	weding	DE		0	Europe/Berlin	54.74785	9.38871		Weding		10	00	01059	01059183
2813451	Wedesbüttel	wedesbuettel	DE		0	Europe/Berlin	52.38078	10.58882				06	00	03151	03151016
2813452	Wedern	wedern	DE		0	Europe/Berlin	49.56021	6.89193		Wedern		09	00	10042	10042116
2813453	Wederath	wederath	DE		0	Europe/Berlin	49.86499	7.16444				08	00	07231	07231502
2813458	Wedelwitz	wedelwitz	DE		0	Europe/Berlin	51.44259	12.6187				13	00	14730	14730110
2813461	Wedelheine	wedelheine	DE		0	Europe/Berlin	52.38661	10.58687		Wedelheine		06	00	03151	03151016
2813466	Wedehorn	wedehorn	DE		0	Europe/Berlin	52.79117	8.71633				06	00	03251	03251007
2813469	Weddinghusen	weddinghusen	DE		0	Europe/Berlin	54.22112	9.08584				10	00	01051	01051122
2813470	Weddinghofen	weddinghofen	DE		0	Europe/Berlin	51.60556	7.62139		Weddinghofen		07	059	05978	05978004
2813471	Weddingen	weddingen	DE		0	Europe/Berlin	51.97357	10.488				06	00	03153	03153017
2813472	Wedding	wedding-bezirk	DE		78290	Europe/Berlin	52.54734	13.35594		Berlin-Wedding,Vedding,Veding,wdyng,wei ding,Веддинг,Вединг,ודינג,威丁		16	00	11000	11000000
2813474	Weddin	weddin	DE		0	Europe/Berlin	51.97377	12.68187				14	00	15091	15091375
2813477	Weddewarden	weddewarden	DE		0	Europe/Berlin	53.59884	8.52111				03	00	04012	04012000
2813478	Wedderwillen	wedderwillen	DE		0	Europe/Berlin	52.00428	8.72357				07	057	05766	05766040
2813481	Weddersehl	weddersehl	DE		0	Europe/Berlin	52.73081	10.54471				06	00	03151	03151007
2813483	Weddern	weddern	DE		0	Europe/Berlin	51.86371	7.29773		Weddern		07	055	05558	05558016
2813484	Weddermöde	weddermoede	DE		0	Europe/Berlin	53.26128	10.19697				06	00	03353	03353037
2813485	Wedderien	wedderien	DE		0	Europe/Berlin	53.09871	10.94858				06	00	03354	03354006
2813486	Weddeort	weddeort	DE		0	Europe/Berlin	54.56039	13.4844				12	00	13073	13073030
2813488	Weddendorf	weddendorf	DE		0	Europe/Berlin	52.43788	11.01907		Weddendorf		14	00	15083	15083411
2813490	Weddeln	weddeln	DE		0	Europe/Berlin	54.11667	10.58333				10	00	01055	01055012
2813492	Weddelbrookerdamm	weddelbrookerdamm	DE		0	Europe/Berlin	53.9202	9.8469				10	00	01060	01060040
2813498	Weddel	weddel	DE		0	Europe/Berlin	52.27118	10.62295				06	00	03158	03158006
2813501	Weddegast	weddegast	DE		0	Europe/Berlin	51.788	11.83574				14	00	15089	15089030
2813505	Wedau	wedau	DE		0	Europe/Berlin	51.3921	6.79387		Duisburg-Wedau,Wedau		07	051	05112	05112000
2813506	Weckrieden	weckrieden	DE		0	Europe/Berlin	49.12385	9.7529				01	081	08127	08127076
2813507	Wecklingen	wecklingen	DE		0	Europe/Berlin	49.21221	7.223				09	00	10045	10045112
2813508	Weckinghausen	weckinghausen	DE		0	Europe/Berlin	51.63423	8.32203		Weckinghausen		07	059	05974	05974016
2813510	Weckhoven	weckhoven	DE		0	Europe/Berlin	51.16018	6.69213				07	051	05162	05162024
2813511	Weckhof	weckhof	DE		0	Europe/Berlin	49.24736	9.65291				01	081	08126	08126046
2813512	Weckesheim	weckesheim	DE		0	Europe/Berlin	50.36141	8.84264				05	064	06440	06440021
2813513	Weckersdorf	weckersdorf	DE		0	Europe/Berlin	50.61598	11.91791				15	00	16076	16076087
2813514	Weckerling	weckerling	DE		0	Europe/Berlin	48.30448	12.13586				02	091	09177	09177115
2813517	Weckelweiler	weckelweiler	DE		0	Europe/Berlin	49.22267	9.98241		Weckelweiler		01	081	08127	08127046
2813518	Weckbach	weckbach	DE		0	Europe/Berlin	49.67438	9.17705				02	096	09676	09676165
2813519	Wechterswinkel	wechterswinkel	DE		0	Europe/Berlin	50.38576	10.22067				02	096	09673	09673116
2813520	Wechtern	wechtern	DE		0	Europe/Berlin	53.82058	9.18247				06	00	03359	03359030
2813521	Wechte	wechte	DE		0	Europe/Berlin	52.20274	7.77709				07	055	05566	05566040
2813522	Wechsetsweiler	wechsetsweiler	DE		0	Europe/Berlin	47.8452	9.49161				01	084	08436	08436095
2813525	Wechselberg	wechselberg	DE		0	Europe/Berlin	48.12703	12.7442				02	091	09171	09171113
2813526	Wechselberg	wechselberg	DE		0	Europe/Berlin	47.98649	12.15929				02	091	09187	09187134
2813527	Wechselberg	wechselberg	DE		0	Europe/Berlin	47.65371	12.14856				02	091	09187	09187157
2813528	Wechold	wechold	DE		0	Europe/Berlin	52.85078	9.12814		Wechold		06	00	03256	03256013
2813530	Wechloy	wechloy	DE		0	Europe/Berlin	53.14976	8.1792				06	00	03403	03403000
2813532	Websweiler	websweiler	DE		0	Europe/Berlin	49.37835	7.27793				09	00	10045	10045114
2813534	Webling	webling	DE		0	Europe/Berlin	48.50148	11.48657				02	091	09186	09186126
2813535	Webling	webling	DE		0	Europe/Berlin	48.26943	11.42175				02	091	09174	09174115
2813542	Webershausen	webershausen	DE		0	Europe/Berlin	53.55264	7.66266				06	00	03462	03462019
2813543	Webersberg	webersberg	DE		0	Europe/Berlin	50.51319	12.54544				13	00	14521	14521540
2813546	Weberreuth	weberreuth	DE		0	Europe/Berlin	48.86697	13.33074				02	092	09272	09272147
2813547	Weberreut	weberreut	DE		0	Europe/Berlin	48.61366	13.33991				02	092	09275	09275151
2813548	Webern	webern	DE		0	Europe/Berlin	49.75315	8.75603				05	064	06432	06432013
2813552	Weberkoppel	weberkoppel	DE		0	Europe/Berlin	53.84531	10.71879				10	00	01003	01003000
2813554	Weberin	weberin	DE		0	Europe/Berlin	53.64863	11.64519				12	00	13076	13076078
2813556	Weberhöhe	weberhoehe	DE		0	Europe/Berlin	50.94423	7.2708				07	053	05378	05378024
2813559	Weberhäuser	weberhauser	DE		0	Europe/Berlin	49.5282	12.5819				02	093	09376	09376160
2813564	Webenheim	webenheim	DE		0	Europe/Berlin	49.24108	7.27201				09	00	10045	10045112
2813565	Webelsfelde	webelsfelde	DE		0	Europe/Berlin	53.76356	11.22877				12	00	13074	13074054
2813568	Webams	webams	DE		0	Europe/Berlin	47.90372	10.46818				02	097	09777	09777124
2813570	Waygaard	waygaard	DE		0	Europe/Berlin	54.7	8.83333		Waygaard		10	00	01054	01054022
2813571	Wayens	wayens	DE		0	Europe/Berlin	53.6555	7.95754				06	00	03455	03455020
2813577	Waxenberg	waxenberg	DE		0	Europe/Berlin	49.01667	12.48333				02	093	09375	09375210
2813579	Wawitz	wawitz	DE		0	Europe/Berlin	51.16857	14.57633		Wawicy,Wawitz		13	00	14625	14625230
2813585	Waurichen	waurichen	DE		0	Europe/Berlin	50.94469	6.15595				07	053	05370	05370012
2813586	Waukemicke	waukemicke	DE		0	Europe/Berlin	51.04858	7.88041		Waukemicke		07	059	05966	05966024
2813587	Wauden	wauden	DE		0	Europe/Berlin	51.17629	13.27549				13	00	14627	14627180
2813588	Wätzum	waetzum	DE		0	Europe/Berlin	52.27372	9.97456				06	00	03254	03254003
2813589	Watzum	watzum	DE		0	Europe/Berlin	52.1141	10.78119				06	00	03158	03158031
2813590	Watzschwitz	watzschwitz	DE		0	Europe/Berlin	51.3993	12.81951		Hohburg-Watzschwitz,Watzschwitz		13	00	14729	14729245
2813591	Watzmannsberg	watzmannsberg	DE		0	Europe/Berlin	48.5875	13.13584				02	092	09275	09275154
2813596	Watzling	watzling	DE		0	Europe/Berlin	48.25338	12.10378				02	091	09177	09177115
2813597	Watzlhof	watzlhof	DE		0	Europe/Berlin	49.20281	12.89683				02	093	09372	09372130
2813599	Watzing	watzing	DE		0	Europe/Berlin	48.83568	13.1072				02	092	09271	09271130
2813600	Watzing	watzing	DE		0	Europe/Berlin	47.93293	12.84418				02	091	09189	09189127
2813603	Watzhahn	watzhahn	DE		0	Europe/Berlin	50.16153	8.12381				05	064	06439	06439015
2813607	Watzendorf	watzendorf	DE		0	Europe/Berlin	50.18866	10.88882				02	094	09473	09473132
2813608	Watzendorf	watzendorf	DE		0	Europe/Berlin	49.28605	10.83898				02	095	09571	09571180
2813611	Watzenborn	watzenborn	DE		0	Europe/Berlin	50.5398	8.72191				05	065	06531	06531014
2813614	Watzelhain	watzelhain	DE		0	Europe/Berlin	50.13932	8.00698				05	064	06439	06439005
2813618	Watzdorf	watzdorf	DE		0	Europe/Berlin	50.69078	11.23631				15	00	16073	16073005
2813620	Wattweiler	wattweiler	DE		0	Europe/Berlin	49.23679	7.31579				08	00	07320	07320000
2813621	Wattsfeld	wattsfeld	DE		0	Europe/Berlin	54.75	9.95				10	00	01059	01059136
2813622	Wattschaukrug	wattschaukrug	DE		0	Europe/Berlin	54.76667	9.56667				10	00	01059	01059127
2813623	Wattmannstraße	wattmannstrasse	DE		0	Europe/Berlin	51.21887	6.5724				07	051	05162	05162016
2813628	Wattersdorf	wattersdorf	DE		0	Europe/Berlin	47.85665	11.81614				02	091	09182	09182137
2813629	Watterdingen	watterdingen	DE		0	Europe/Berlin	47.83834	8.69825				01	083	08335	08335080
2813630	Watterbach	watterbach	DE		0	Europe/Berlin	49.62893	9.13608				02	096	09676	09676131
2813632	Wattenweiler	wattenweiler	DE		0	Europe/Berlin	48.91243	9.50253				01	081	08119	08119083
2813633	Wattenweiler	wattenweiler	DE		0	Europe/Berlin	48.31393	10.33473		Wattenweiler		02	097	09774	09774162
2813634	Wattenweiler	wattenweiler	DE		0	Europe/Berlin	47.99371	9.72058				01	084	08426	08426062
2813635	Wattenscheid	wattenscheid	DE		0	Europe/Berlin	51.48057	7.14251		Bochum-Wattenscheid,Vattenshajd,Wattenscheid,Wattsche,Ваттеншайд		07	059	05911	05911000
2813636	Wattenreute	wattenreute	DE		0	Europe/Berlin	47.90727	9.26905				01	084	08437	08437088
2813640	Wattenham	wattenham	DE		0	Europe/Berlin	47.9682	12.43553				02	091	09189	09189143
2813643	Wattenberg	wattenberg	DE		0	Europe/Berlin	49.17239	11.5062				02	093	09373	09373112
2813644	Wattenberg	wattenberg	DE		0	Europe/Berlin	47.77313	9.42592				01	084	08435	08435067
2813648	Wattenbacherau	wattenbacherau	DE		0	Europe/Berlin	48.60774	12.27679				02	092	09274	09274128
2813649	Wattenbach	wattenbach	DE		0	Europe/Berlin	51.21333	9.59236		Wattenbach		05	066	06633	06633024
2813650	Wattenbach	wattenbach	DE		0	Europe/Berlin	49.25737	10.71015				02	095	09571	09571175
2813654	Watt	watt	DE		0	Europe/Berlin	47.68333	9.88333				01	084	08436	08436081
2813657	Watschöd	watschod	DE		0	Europe/Berlin	47.66284	12.14056				02	091	09187	09187157
2813658	Watkenstraße	watkenstrasse	DE		0	Europe/Berlin	53.25	8.45				06	00	03461	03461004
2813663	Waterneverstorf	waterneverstorf	DE		0	Europe/Berlin	54.33439	10.60644				10	00	01057	01057004
2813666	Watern	watern	DE		0	Europe/Berlin	51.12928	6.26653		Watern		07	053	05370	05370040
2813668	Waterloo	waterloo	DE		0	Europe/Berlin	53.15621	11.79321				11	00	12070	12070173
2813673	Waterhuck	waterhuck	DE		0	Europe/Berlin	51.5612	6.36333				07	051	05154	05154012
2813677	Waterende	waterende	DE		0	Europe/Berlin	53.15	8.25				06	00	03403	03403000
2813679	Watenstedt	watenstedt	DE		0	Europe/Berlin	52.08858	10.83715				06	00	03154	03154006
2813680	Watenstedt	watenstedt	DE		0	Europe/Berlin	52.14784	10.40705		Watenstedt		06	00	03102	03102000
2813681	Watenbüttel	watenbuettel	DE		2545	Europe/Berlin	52.30596	10.46551				06	00	03101	03101000
2813689	Waßmuthshausen	wassmuthshausen	DE		0	Europe/Berlin	50.9964	9.41286				05	066	06634	06634009
2813691	Wassing	wassing	DE		0	Europe/Berlin	48.54544	12.50427				02	092	09274	09274112
2813692	Wassesbühl	wassesbuhl	DE		0	Europe/Berlin	49.06653	12.76606				02	092	09278	09278178
2813693	Wasserzell	wasserzell	DE		0	Europe/Berlin	49.31834	10.53831				02	095	09561	09561000
2813694	Wasserzell	wasserzell	DE		0	Europe/Berlin	49.17578	10.95019				02	095	09576	09576147
2813695	Wasserzell	wasserzell	DE		0	Europe/Berlin	48.87551	11.16599		Wasserzell		02	091	09176	09176123
2813706	Wassersuppe	wassersuppe	DE		0	Europe/Berlin	52.6717	12.37799				11	00	12063	12063274
2813707	Wasserstrang	wasserstrang	DE		0	Europe/Berlin	51.83333	8.68333				07	057	05774	05774024
2813708	Wasserstetten	wasserstetten	DE		0	Europe/Berlin	48.36409	9.43657				01	084	08415	08415027
2813715	Wassersleben	wassersleben	DE		0	Europe/Berlin	54.82776	9.41777		Wasserleben,Wassersleben		10	00	01059	01059120
2813717	Wassers	wassers	DE		0	Europe/Berlin	47.81667	9.78333				01	084	08436	08436085
2813718	Wässerndorf	wasserndorf	DE		0	Europe/Berlin	49.63918	10.20372				02	096	09675	09675167
2813719	Wassermungenau	wassermungenau	DE		0	Europe/Berlin	49.21762	10.88489				02	095	09576	09576111
2813721	Wassermühle	wassermuehle	DE		0	Europe/Berlin	53.74495	9.08775				06	00	03352	03352056
2813725	Wasserlos	wasserlos	DE		0	Europe/Berlin	50.0719	9.07385				02	096	09671	09671111
2813726	Wasserloos	wasserloos	DE		0	Europe/Berlin	54.8	9.48333				10	00	01001	01001000
2813727	Wasserloh	wasserloh	DE		0	Europe/Berlin	50.34908	12.12732				13	00	14523	14523440
2813733	Wasserkurl	wasserkurl	DE		0	Europe/Berlin	51.55971	7.62724		Wasserkurl		07	059	05978	05978020
2813734	Wasserkuppe	wasserkuppe	DE		0	Europe/Berlin	50.49828	9.94475				05	066	06631	06631010
2813737	Wasserkraut	wasserkraut	DE		0	Europe/Berlin	49.85414	11.56203				02	094	09472	09472127
2813738	Wasserknoden	wasserknoden	DE		0	Europe/Berlin	50.0756	11.67416				02	094	09472	09472116
2813739	Wasserhorst	wasserhorst	DE		0	Europe/Berlin	53.16376	8.73948		Wasserhorst		03	00	04011	04011000
2813741	Wasserhof	wasserhof	DE		0	Europe/Berlin	48.9408	9.715				01	081	08136	08136027
2813742	Wasserheß	wasserhess	DE		0	Europe/Berlin	50.72187	7.37985				07	053	05382	05382020
2813743	Wasserhausen	wasserhausen	DE		0	Europe/Berlin	52.67354	7.89467				06	00	03459	03459025
2813744	Wassergrund	wassergrund	DE		0	Europe/Berlin	51.05834	14.48064				13	00	14625	14625560
2813745	Wasserfuhr	wasserfuhr	DE		0	Europe/Berlin	51.13301	7.44972		Wasserfuhr		07	053	05374	05374052
2813746	Wasserfuhr	wasserfuhr	DE		0	Europe/Berlin	51.03379	7.54415		Wasserfuhr		07	053	05374	05374012
2813749	Wasserfall	wasserfall	DE		0	Europe/Berlin	51.30147	8.43435		Wasserfall		07	059	05958	05958008
2813756	Wasserburg	wasserburg	DE		0	Europe/Berlin	47.57223	9.63215		Vaserburg,Vasserburg,Vasserburg-am-Bodenze,Wasserburg,Wasserburg am Bodensee,wa sai er bu er ge,Васербург,Вассербург,Вассербург-ам-Бодензе,Վասերբուրգ,瓦塞尔布尔格		02	097	09776	09776128
2813758	Wasserburg	wasserburg	DE		3238	Europe/Berlin	48.44105	10.2693				02	097	09774	09774135
2813765	Wasserberndorf	wasserberndorf	DE		0	Europe/Berlin	49.76805	10.52883				02	096	09675	09675127
2813766	Wasserberg	wasserberg	DE		0	Europe/Berlin	48.1861	10.4037				02	097	09774	09774111
2813779	Wasseralfingen	wasseralfingen	DE		0	Europe/Berlin	48.86488	10.10661		Wasseralfingen		01	081	08136	08136088
2813780	Wasser	wasser	DE		0	Europe/Berlin	48.23333	12.56667				02	091	09183	09183136
2813781	Wasser	wasser	DE		0	Europe/Berlin	48.09838	7.85673		Wasser		01	083	08316	08316011
2813782	Wasser	wasser	DE		0	Europe/Berlin	47.95918	9.10351				01	084	08437	08437123
2813784	Wassensdorf	wassensdorf	DE		0	Europe/Berlin	52.45005	10.99827		Wassensdorf		14	00	15083	15083411
2813788	Wassel	wassel	DE		0	Europe/Berlin	52.31901	9.93055				06	00	03241	03241016
2813791	Wasmuthhausen	wasmuthhausen	DE		0	Europe/Berlin	50.20753	10.74459				02	096	09674	09674171
2813792	Wasmerslage	wasmerslage	DE		0	Europe/Berlin	52.80241	11.8588				14	00	15090	15090415
2813797	Wasewitz	wasewitz	DE		0	Europe/Berlin	51.41685	12.68049				13	00	14729	14729380
2813798	Wasenweiler	wasenweiler	DE		0	Europe/Berlin	48.04967	7.68292				01	083	08315	08315059
2813799	Wasentegernbach	wasentegernbach	DE		0	Europe/Berlin	48.27517	12.21363				02	091	09177	09177115
2813801	Wasenstein	wasenstein	DE		0	Europe/Berlin	47.68333	11.56667				02	091	09173	09173135
2813810	Wasenhäuser	wasenhauser	DE		0	Europe/Berlin	48.25432	8.60138				01	083	08325	08325015
2813815	Wasenberg	wasenberg	DE		0	Europe/Berlin	50.87429	9.18935				05	066	06634	06634026
2813820	Wasen	wasen	DE		0	Europe/Berlin	47.85454	7.77973				01	083	08315	08315130
2813823	Waselsdorf	waselsdorf	DE		0	Europe/Berlin	48.75448	11.9866				02	092	09273	09273165
2813836	Waschleithe	waschleithe	DE		0	Europe/Berlin	50.56213	12.82758		Waschleithe		13	00	14521	14521260
2813837	Wasching	wasching	DE		0	Europe/Berlin	48.82452	13.47195				02	092	09272	09272140
2813838	Waschhorst	waschhorst	DE		0	Europe/Berlin	52.29789	8.7619				07	057	05770	05770012
2813843	Wäschers	waschers	DE		0	Europe/Berlin	47.78329	10.21793				02	097	09780	09780112
2813844	Wäscherhof	wascherhof	DE		0	Europe/Berlin	48.76709	9.70348				01	081	08117	08117053
2813848	Waschenbach	waschenbach	DE		0	Europe/Berlin	49.8037	8.70804		Waschenbach		05	064	06432	06432014
2813849	Wascheid	wascheid	DE		0	Europe/Berlin	50.25361	6.41272		Wascheid		08	00	07232	07232227
2813853	Wäschbacherhof	waeschbacherhof	DE		0	Europe/Berlin	49.57143	7.88551				08	00	07333	07333503
2813858	Wasch	wasch	DE		0	Europe/Berlin	49.45967	7.75346				08	00	07312	07312000
2813861	Wasbuck	wasbuck	DE		0	Europe/Berlin	54.27876	10.7466				10	00	01055	01055043
2813866	Wasach	wasach	DE		0	Europe/Berlin	47.42346	10.25171				02	097	09780	09780133
2813870	Warzfelden	warzfelden	DE		0	Europe/Berlin	49.3784	10.67717				02	095	09571	09571135
2813872	Warzenried	warzenried	DE		0	Europe/Berlin	49.29496	12.97022				02	093	09372	09372124
2813874	Warzenbach	warzenbach	DE		0	Europe/Berlin	50.88715	8.64721		Warzenbach		05	065	06534	06534021
2813875	Warzen	warzen	DE		0	Europe/Berlin	51.97764	9.78745				06	00	03254	03254002
2813879	Warwisch	warwisch	DE		0	Europe/Berlin	53.42754	10.11992				04	00	02000	02000000
2813881	Warwe	warwe	DE		0	Europe/Berlin	52.95687	8.73656				06	00	03251	03251037
2813887	Wartmoning	wartmoning	DE		0	Europe/Berlin	48.08838	12.51077				02	091	09189	09189149
2813889	Wartmanning	wartmanning	DE		0	Europe/Berlin	48.46506	13.34028				02	092	09275	09275122
2813890	Wartleiten	wartleiten	DE		0	Europe/Berlin	49.79892	11.22605				02	094	09474	09474176
2813893	Wartjenstedt	wartjenstedt	DE		0	Europe/Berlin	52.10635	10.19257				06	00	03158	03158002
2813911	Warthe	warthe	DE		0	Europe/Berlin	53.9832	13.91161		Warthe		12	00	13075	13075114
2813912	Warthe	warthe	DE		0	Europe/Berlin	53.21443	13.50754		Warthe		11	00	12073	12073069
2813918	Wartha	wartha	DE		0	Europe/Berlin	51.35001	14.32332		Stroza,Stróža,Wartha		13	00	14625	14625280
2813919	Wartha	wartha	DE		0	Europe/Berlin	51.27421	14.58431		Stroza,Stróža		13	00	14625	14625340
2813920	Wartha	wartha	DE		0	Europe/Berlin	50.99538	10.20653		Wartha		15	00	16056	16056000
2813921	Warth	warth	DE		0	Europe/Berlin	50.92249	7.30273				07	053	05378	05378024
2813922	Warth	warth	DE		0	Europe/Berlin	48.57514	12.5827				02	092	09279	09279126
2813926	Wärterdorf	waerterdorf	DE		0	Europe/Berlin	52.41667	12.48333				11	00	12051	12051000
2813929	Wartenfels	wartenfels	DE		0	Europe/Berlin	50.21198	11.49046				02	094	09477	09477148
2813974	Wartberg	wartberg	DE		0	Europe/Berlin	48.78074	13.45232				02	092	09272	09272138
2813995	Wartaweil	wartaweil	DE		0	Europe/Berlin	47.96917	11.1509				02	091	09188	09188124
2813996	Wart	wart	DE		0	Europe/Berlin	48.62011	8.64479		Altensteig-Wart,Wart		01	082	08235	08235006
2813997	Wart	wart	DE		0	Europe/Berlin	47.80436	9.47029				01	084	08436	08436095
2814007	Warstade	warstade	DE		0	Europe/Berlin	53.69147	9.15918				06	00	03352	03352022
2814013	Warsleben	warsleben	DE		0	Europe/Berlin	52.09954	11.11809				14	00	15083	15083035
2814015	Warsingsfehnpolder	warsingsfehnpolder	DE		0	Europe/Berlin	53.3	7.48333				06	00	03457	03457014
2814017	Warsingsfehn	warsingsfehn	DE		0	Europe/Berlin	53.31108	7.48756		Warsingsfehn		06	00	03457	03457014
2814019	Warsin	warsin	DE		0	Europe/Berlin	53.73078	14.18122				12	00	13075	13075139
2814028	Warpke	warpke	DE		0	Europe/Berlin	52.86188	10.86788				06	00	03354	03354022
2814032	Warnthal	warnthal	DE		0	Europe/Berlin	49.3811	12.38004				02	093	09376	09376147
2814036	Warnsdorf	warnsdorf	DE		0	Europe/Berlin	53.96727	10.82119				10	00	01055	01055035
2814037	Warnsdorf	warnsdorf	DE		0	Europe/Berlin	53.25893	12.27971				11	00	12070	12070153
2814038	Warnsather Feldstrich	warnsather-feldstrich	DE		0	Europe/Berlin	53.58623	7.69436				06	00	03462	03462019
2814039	Warnsath	warnsath	DE		0	Europe/Berlin	53.59652	7.68876				06	00	03462	03462019
2814040	Warnowrande	warnowrande	DE		0	Europe/Berlin	54.12831	12.10687				12	00	13003	13003000
2814049	Warnitz	warnitz	DE		0	Europe/Berlin	53.66536	11.34812				12	00	13004	13004000
2814050	Warnitz	warnitz	DE		0	Europe/Berlin	53.18613	13.87702				11	00	12073	12073430
2814051	Warningsacker	warningsacker	DE		0	Europe/Berlin	53.80659	8.83377				06	00	03352	03352011
2814052	Warnhofen	warnhofen	DE		0	Europe/Berlin	48.71537	10.55747		Warnhofen		02	097	09773	09773117
2814055	Warnemünde	warnemuende	DE		8441	Europe/Berlin	54.1767	12.08402		Varneminde,Varnemjunde,Warnemuende,Warnemuenn,Warnemünde,Warnemünn,Wmd,vu~anemyunde,wa er nei ming de,Варнеминде,Варнемюнде,ヴァーネミュンデ,瓦尔内明德		12	00	13003	13003000
2814056	Warnekow	warnekow	DE		0	Europe/Berlin	53.95	13.76667				12	00	13075	13075074
2814057	Warnekow	warnekow	DE		0	Europe/Berlin	53.75791	10.99841				12	00	13074	13074042
2814060	Warnberg	warnberg	DE		0	Europe/Berlin	48.06701	11.50996				02	091	09162	09162000
2814064	Warmtal	warmtal	DE		0	Europe/Berlin	48.16088	9.3349				01	084	08426	08426067
2814067	Warmse	warmse	DE		0	Europe/Berlin	52.48132	10.28355				06	00	03151	03151017
2814068	Warmsdorf	warmsdorf	DE		0	Europe/Berlin	51.77837	11.57724		Warmsdorf		14	00	15089	15089165
2814070	Warmleiten	warmleiten	DE		0	Europe/Berlin	49.28129	12.79229				02	093	09372	09372112
2814071	Warmkammer	warmkammer	DE		0	Europe/Berlin	53.98333	9.96667				10	00	01060	01060027
2814072	Warmisried	warmisried	DE		0	Europe/Berlin	47.96045	10.50554				02	097	09778	09778207
2814073	Warmhörn	warmhoern	DE		0	Europe/Berlin	54.37466	8.85936				10	00	01054	01054135
2814075	Warmersdorf	warmersdorf	DE		0	Europe/Berlin	49.72673	10.68583				02	095	09572	09572160
2814076	Warmersdorf	warmersdorf	DE		0	Europe/Berlin	49.28119	12.22889				02	093	09376	09376116
2814078	Warmenau	warmenau	DE		0	Europe/Berlin	52.45632	10.74995				06	00	03103	03103000
2814080	Warmen	warmen	DE		0	Europe/Berlin	51.48544	7.82146		Warmen		07	059	05978	05978012
2814081	Warmeloh	warmeloh	DE		0	Europe/Berlin	52.62358	9.60102				06	00	03241	03241012
2814086	Warmbüttel	warmbuettel	DE		0	Europe/Berlin	52.40279	10.47452				06	00	03151	03151022
2814088	Warmbronn	warmbronn	DE		0	Europe/Berlin	48.76282	8.98909				01	081	08115	08115028
2814091	Warmbach	warmbach	DE		0	Europe/Berlin	47.5547	7.76264				01	083	08336	08336069
2814100	Warle	warle	DE		0	Europe/Berlin	52.11557	10.81295				06	00	03158	03158031
2814101	Warkstorf	warkstorf	DE		0	Europe/Berlin	53.89914	11.57577				12	00	13074	13074004
2814102	Warksow	warksow	DE		0	Europe/Berlin	54.31112	13.22651				12	00	13073	13073038
2814108	Wargolshausen	wargolshausen	DE		0	Europe/Berlin	50.3616	10.35711				02	096	09673	09673136
2814111	Warfleth	warfleth	DE		0	Europe/Berlin	53.18284	8.52728				06	00	03461	03461001
2814113	Warferdonn	warferdonn	DE		0	Europe/Berlin	53.95808	9.15574				10	00	01051	01051024
2814117	Warf	warf	DE		0	Europe/Berlin	53.13286	8.9037		Warf		03	00	04011	04011000
2814118	Warenthin	warenthin	DE		0	Europe/Berlin	53.11684	12.85511		Warenthin		11	00	12068	12068353
2814119	Warenshof	warenshof	DE		0	Europe/Berlin	53.52563	12.65604				12	00	13071	13071156
2814131	Waren	waren	DE		21470	Europe/Berlin	53.5204	12.67985		Varen,Varene pie Mirica,Vārene pie Mīrica,Waren,farn,warn,Варен,וארן,فارن,وارن		12	00	13071	13071156
2814132	Wardt	wardt	DE		0	Europe/Berlin	51.69025	6.43505		Wardt		07	051	05170	05170052
2814135	Wardinghausen	wardinghausen	DE		0	Europe/Berlin	52.65387	8.75487				06	00	03251	03251040
2814136	Wardhausen	wardhausen	DE		0	Europe/Berlin	51.82421	6.14076				07	051	05154	05154036
2814141	Warderbrück	warderbrueck	DE		0	Europe/Berlin	53.98224	10.36692				10	00	01060	01060050
2814148	Warden	warden	DE		0	Europe/Berlin	50.86035	6.21892				07	053	05334	05334004
2814149	Wardböhmen	wardboehmen	DE		0	Europe/Berlin	52.85014	9.9156		Wardbohmen,Wardböhmen		06	00	03351	03351004
2814150	Warching	warching	DE		0	Europe/Berlin	48.83805	10.91194		Warching		02	097	09779	09779186
2814151	Warchau	warchau	DE		0	Europe/Berlin	52.36001	12.34272		Warchau		11	00	12069	12069537
2814154	Warbsen	warbsen	DE		0	Europe/Berlin	51.89588	9.52467		Warbsen		06	00	03255	03255015
2814156	Warbeyen	warbeyen	DE		0	Europe/Berlin	51.80723	6.20193		Warbeyen		07	051	05154	05154036
2814161	Warber	warber	DE		0	Europe/Berlin	52.29497	9.06247				06	00	03257	03257009
2814162	Warbende	warbende	DE		0	Europe/Berlin	53.41642	13.31528				12	00	13071	13071100
2814163	Warbende	warbende	DE		0	Europe/Berlin	53.35681	13.5421				11	00	12073	12073429
2814164	Warbelow	warbelow	DE		0	Europe/Berlin	53.98887	12.72178				12	00	13072	13072035
2814167	Wappersdorf	wappersdorf	DE		0	Europe/Berlin	49.3551	11.78661				02	093	09371	09371154
2814168	Wappersdorf	wappersdorf	DE		0	Europe/Berlin	49.18549	11.46541		Wappersdorf		02	093	09373	09373146
2814171	Wappeltshofen	wappeltshofen	DE		0	Europe/Berlin	49.40863	11.44569				02	095	09574	09574112
2814176	Wapelergroden	wapelergroden	DE		0	Europe/Berlin	53.38668	8.22489				06	00	03461	03461005
2814177	Wapeldorf	wapeldorf	DE		0	Europe/Berlin	53.31806	8.1279				06	00	03451	03451005
2814180	Wanzlitz	wanzlitz	DE		0	Europe/Berlin	53.24864	11.52634				12	00	13076	13076050
2814183	Wanzka	wanzka	DE		0	Europe/Berlin	53.40797	13.22997				12	00	13071	13071011
2814186	Wantewitz	wantewitz	DE		0	Europe/Berlin	51.2365	13.50161		Gavernitz-Wantewitz,Gävernitz-Wantewitz,Wantewitz		13	00	14627	14627200
2814187	Wansleben	wansleben	DE		1862	Europe/Berlin	51.46034	11.75135		Wansleben,Wansleben am See		14	00	15087	15087386
2814196	Wannsee	wannsee	DE		9437	Europe/Berlin	52.41915	13.15531		Berlin-Wannsee,Colonie Alsen,Stolpe (Dorf),Stolpeken,Vanze,Vanzee,Wannsee,Wendisch-Stolpe,wan hu,wanzh,Ванзе́,Ванзе́е,ואנזה,وانزه,万湖		16	00	11000	11000000
2814199	Wanninchen	wanninchen	DE		0	Europe/Berlin	51.78664	13.77107				11	00	12061	12061320
2814201	Wannhof	wannhof	DE		0	Europe/Berlin	50.38333	9.43333				05	064	06435	06435028
2814202	Wannewitz	wannewitz	DE		0	Europe/Berlin	51.53523	12.45781		Brinnis-Wannewitz,Wannewitz		13	00	14730	14730280
2814203	Wannewehmühle	wannewehmuehle	DE		0	Europe/Berlin	52.39059	11.32766				14	00	15083	15083125
2814206	Wannersdorf	wannersdorf	DE		0	Europe/Berlin	48.82874	13.15072				02	092	09271	09271123
2814207	Wannersdorf	wannersdorf	DE		0	Europe/Berlin	48.64237	12.81921				02	092	09279	09279113
2814208	Wannersberg	wannersberg	DE		0	Europe/Berlin	48.52365	12.71078				02	092	09279	09279135
2814216	Wannenhäusern	wannenhausern	DE		0	Europe/Berlin	47.71552	9.52468				01	084	08435	08435016
2814220	Wannenberg	wannenberg	DE		0	Europe/Berlin	47.95103	9.6112				01	084	08436	08436008
2814226	Wanne-Eickel	wanne-eickel	DE		0	Europe/Berlin	51.53333	7.16667		Eikel,Wanne-Eickel		07	059	05916	05916000
2814233	Wanne	wanne	DE		0	Europe/Berlin	51.43614	7.5				07	059	05913	05913000
2814238	Wannberg	wannberg	DE		0	Europe/Berlin	49.73787	11.45187		Wannberg		02	094	09472	09472179
2814240	Wannbach	wannbach	DE		0	Europe/Berlin	49.75	11.85				02	093	09374	09374117
2814242	Wanlo	wanlo	DE		0	Europe/Berlin	51.09727	6.41327				07	051	05116	05116000
2814244	Wankum	wankum	DE		0	Europe/Berlin	51.40078	6.30695		Wankum		07	051	05154	05154060
2814245	Wankheim	wankheim	DE		0	Europe/Berlin	48.49727	9.10149				01	084	08416	08416023
2814247	Wank	wank	DE		0	Europe/Berlin	47.61521	10.52127				02	097	09777	09777153
2814250	Waning	waning	DE		0	Europe/Berlin	48.63982	13.52882				02	092	09275	09275150
2814254	Wanhöden	wanhoeden	DE		0	Europe/Berlin	53.74919	8.69202				06	00	03352	03352061
2814255	Wanheimerort	wanheimerort	DE		0	Europe/Berlin	51.40298	6.76003				07	051	05112	05112000
2814256	Wanheim	wanheim	DE		0	Europe/Berlin	51.38643	6.75198				07	051	05112	05112000
2814257	Wangsaß	wangsass	DE		0	Europe/Berlin	49.06003	11.85296				02	093	09375	09375148
2814261	Wangham	wangham	DE		0	Europe/Berlin	48.40239	13.2325				02	092	09275	09275143
2814262	Wangershausen	wangershausen	DE		0	Europe/Berlin	51.08939	8.73479				05	066	06635	06635011
2814263	Wangersen	wangersen	DE		0	Europe/Berlin	53.36409	9.42416				06	00	03359	03359002
2814267	Wangern	wangern	DE		0	Europe/Berlin	53.98599	11.40982				12	00	13074	13074035
2814289	Wangelkow	wangelkow	DE		0	Europe/Berlin	53.91284	13.82145				12	00	13075	13075021
2814290	Wangelist	wangelist	DE		0	Europe/Berlin	52.08747	9.34713				06	00	03252	03252006
2814291	Wangelin	wangelin	DE		0	Europe/Berlin	53.39449	12.18384				12	00	13076	13076166
2814300	Wandrum	wandrum	DE		0	Europe/Berlin	53.64525	11.29257				12	00	13076	13076154
2814303	Wandlitzsee	wandlitzsee	DE		0	Europe/Berlin	52.75391	13.47233				11	00	12060	12060269
2814307	Wandhofen	wandhofen	DE		0	Europe/Berlin	51.42967	7.5575				07	059	05978	05978028
2814310	Wanderupfeld	wanderupfeld	DE		0	Europe/Berlin	54.68604	9.32619				10	00	01059	01059174
2814314	Wanderath	wanderath	DE		0	Europe/Berlin	50.35325	7.04735				08	00	07137	07137007
2814315	Wandelwitz	wandelwitz	DE		0	Europe/Berlin	54.33594	10.88122				10	00	01055	01055015
2814316	Wandelhof	wandelhof	DE		0	Europe/Berlin	51.47473	13.84988				11	00	12066	12066296
2814325	Wampen	wampen	DE		0	Europe/Berlin	54.12989	13.41806				12	00	13075	13075102
2814326	Wampen	wampen	DE		0	Europe/Berlin	50.06089	12.10856				02	094	09479	09479158
2814327	Wampeltsham	wampeltsham	DE		0	Europe/Berlin	48.26635	12.18305				02	091	09177	09177115
2814328	Wammetsberg	wammetsberg	DE		0	Europe/Berlin	47.82145	11.39153				02	091	09173	09173123
2814333	Wamel	wamel	DE		0	Europe/Berlin	51.49395	8.18722		Wamel		07	059	05974	05974032
2814334	Wamckow	wamckow	DE		0	Europe/Berlin	53.61503	11.83572				12	00	13076	13076072
2814336	Wamberg	wamberg	DE		0	Europe/Berlin	48.8034	13.43899				02	092	09272	09272140
2814337	Wamberg	wamberg	DE		0	Europe/Berlin	47.47913	11.15017				02	091	09180	09180117
2814339	Wambeln	wambeln	DE		0	Europe/Berlin	51.60469	7.90149				07	059	05915	05915000
2814340	Wambel	wambel	DE		0	Europe/Berlin	51.51819	7.52627		Wambel		07	059	05913	05913000
2814345	Wambach	wambach	DE		0	Europe/Berlin	50.11024	8.09799				05	064	06439	06439014
2814346	Wambach	wambach	DE		0	Europe/Berlin	48.38862	12.17723		Wambach		02	091	09177	09177139
2814347	Wambach	wambach	DE		0	Europe/Berlin	47.74209	7.75051				01	083	08336	08336107
2814349	Walzlings	walzlings	DE		0	Europe/Berlin	47.76743	10.17396				02	097	09780	09780112
2814350	Walzig	walzig	DE		0	Europe/Berlin	51.29954	12.74964				13	00	14729	14729400
2814352	Walzfeld	walzfeld	DE		0	Europe/Berlin	48.66771	8.08513				01	082	08216	08216041
2814356	Walzenack	walzenack	DE		0	Europe/Berlin	50.04977	6.3887				08	00	07232	07232285
2814360	Walxheim	walxheim	DE		0	Europe/Berlin	48.94452	10.31847				01	081	08136	08136075
2814361	Waltrup	waltrup	DE		0	Europe/Berlin	52.00758	7.48436				07	055	05566	05566004
2814364	Waltringhausen	waltringhausen	DE		0	Europe/Berlin	52.34195	9.40584				06	00	03257	03257006
2814365	Waltringhausen	waltringhausen	DE		0	Europe/Berlin	51.55437	8.28494				07	059	05974	05974004
2814366	Waltringen	waltringen	DE		0	Europe/Berlin	51.50593	7.92149		Waltringen		07	059	05974	05974012
2814367	Waltrams	waltrams	DE		0	Europe/Berlin	47.63398	10.1598		Waltrams		02	097	09780	09780144
2814368	Waltlham	waltlham	DE		0	Europe/Berlin	48.07528	12.3903				02	091	09189	09189142
2814374	Walthersdorf	walthersdorf	DE		0	Europe/Berlin	50.54181	12.95227		Walthersdorf		13	00	14521	14521130
2814376	Waltersweier	waltersweier	DE		0	Europe/Berlin	48.48447	7.91667		Waltersweier		01	083	08317	08317096
2814379	Waltersleben	waltersleben	DE		0	Europe/Berlin	50.91528	11.02398		Waltersleben		15	00	16051	16051000
2814380	Walterskirchen	walterskirchen	DE		0	Europe/Berlin	48.4628	11.56137				02	091	09178	09178150
2814384	Waltershofen	waltershofen	DE		0	Europe/Berlin	48.56472	10.8614				02	097	09772	09772177
2814385	Waltershofen	waltershofen	DE		0	Europe/Berlin	48.25228	11.19743				02	091	09179	09179117
2814386	Waltershofen	waltershofen	DE		0	Europe/Berlin	48.02394	7.721		Waltershofen		01	083	08311	08311000
2814387	Waltershofen	waltershofen	DE		0	Europe/Berlin	47.75837	9.92014				01	084	08436	08436052
2814388	Waltershof	waltershof	DE		0	Europe/Berlin	53.53333	9.91667				04	00	02000	02000000
2814395	Waltershagen	waltershagen	DE		0	Europe/Berlin	52.24662	9.41056				06	00	03252	03252002
2814416	Walterscheid	walterscheid	DE		0	Europe/Berlin	50.88276	7.4163				07	053	05382	05382036
2814417	Waltersbrück	waltersbrueck	DE		0	Europe/Berlin	50.99664	9.2142				05	066	06634	06634016
2814418	Waltersberg	waltersberg	DE		0	Europe/Berlin	49.18097	11.52414				02	093	09373	09373119
2814419	Waltersberg	waltersberg	DE		0	Europe/Berlin	48.96653	9.56077				01	081	08119	08119044
2814420	Waltersberg	waltersberg	DE		0	Europe/Berlin	48.40231	12.16189				02	091	09177	09177121
2814421	Waltersberg	waltersberg	DE		0	Europe/Berlin	47.71575	11.1953				02	091	09180	09180133
2814422	Waltersberg	waltersberg	DE		0	Europe/Berlin	47.58944	9.70763				02	097	09776	09776116
2814437	Waltenweiler	waltenweiler	DE		0	Europe/Berlin	47.70177	9.51785				01	084	08435	08435016
2814447	Waltenhof	waltenhof	DE		0	Europe/Berlin	49.26544	12.08076				02	093	09376	09376161
2814449	Waltenham	waltenham	DE		0	Europe/Berlin	48.35256	12.97686				02	092	09277	09277152
2814450	Waltenham	waltenham	DE		0	Europe/Berlin	48.05063	12.62204				02	091	09171	09171134
2814451	Waltendorf	waltendorf	DE		0	Europe/Berlin	49.27679	10.7122				02	095	09571	09571175
2814452	Waltendorf	waltendorf	DE		0	Europe/Berlin	48.84568	12.77391				02	092	09278	09278159
2814453	Waltendorf	waltendorf	DE		0	Europe/Berlin	48.74715	13.41231				02	092	09275	09275160
2814455	Waltenberg	waltenberg	DE		0	Europe/Berlin	48.20923	10.32749				02	097	09774	09774129
2814456	Waltenberg	waltenberg	DE		0	Europe/Berlin	48.19749	12.60381				02	091	09171	09171133
2814459	Walsum	walsum	DE		0	Europe/Berlin	51.53424	6.70561		Alt-Walsum,Walsum		07	051	05112	05112000
2814460	Walstedde	walstedde	DE		0	Europe/Berlin	51.76111	7.79354		Walstedde		07	055	05570	05570016
2814463	Walsmühlen	walsmuehlen	DE		0	Europe/Berlin	53.56479	11.26206				12	00	13076	13076036
2814473	Walsen	walsen	DE		0	Europe/Berlin	52.7182	8.49329				06	00	03251	03251005
2814481	Walsburg	walsburg	DE		0	Europe/Berlin	50.58011	11.67664				15	00	16075	16075023
2814483	Walporzheim	walporzheim	DE		0	Europe/Berlin	50.53298	7.08143		Walporzheim		08	00	07131	07131007
2814484	Walpertsweiler	walpertsweiler	DE		0	Europe/Berlin	47.84541	9.07936				01	084	08435	08435059
2814487	Walpertshofen	walpertshofen	DE		0	Europe/Berlin	48.29125	11.45213				02	091	09174	09174122
2814488	Walpertshofen	walpertshofen	DE		0	Europe/Berlin	48.18723	9.92468		Walpertshofen		01	084	08426	08426073
2814490	Walpersreuth	walpersreuth	DE		0	Europe/Berlin	49.7885	12.20529				02	093	09374	09374150
2814491	Walpershofen	walpershofen	DE		0	Europe/Berlin	49.32121	6.92512		Walpershofen		09	00	10041	10041517
2814492	Walpersdorf	walpersdorf	DE		0	Europe/Berlin	50.90266	8.2065		Walpersdorf		07	059	05970	05970032
2814493	Walpersdorf	walpersdorf	DE		0	Europe/Berlin	49.29815	11.05079				02	095	09576	09576137
2814494	Walpersdorf	walpersdorf	DE		0	Europe/Berlin	48.74028	12.1175				02	092	09274	09274153
2814495	Walpersdorf	walpersdorf	DE		0	Europe/Berlin	48.48652	12.16152				02	092	09274	09274146
2814496	Walpersdorf	walpersdorf	DE		0	Europe/Berlin	47.95165	11.87176				02	091	09187	09187130
2814501	Walpenreuth	walpenreuth	DE		0	Europe/Berlin	50.11432	11.79854				02	094	09475	09475189
2814504	Walmstorf	walmstorf	DE		0	Europe/Berlin	53.03333	10.58333				06	00	03360	03360008
2814505	Walmsburg	walmsburg	DE		0	Europe/Berlin	53.23974	10.84797				06	00	03355	03355009
2814510	Wallwitzhafen	wallwitzhafen	DE		0	Europe/Berlin	51.83333	12.25				14	00	15001	15001000
2814514	Wallum	wallum	DE		0	Europe/Berlin	53.66417	7.7003				06	00	03462	03462017
2814516	Wallücke	walluecke	DE		0	Europe/Berlin	52.27551	8.75559				07	057	05770	05770012
2814519	Wallstadt	wallstadt	DE		0	Europe/Berlin	49.49694	8.54528		Wallstadt		01	082	08222	08222000
2814520	Wallsdorf	wallsdorf	DE		0	Europe/Berlin	49.60596	11.43998		Wallsdorf		02	095	09574	09574135
2814526	Wallsbüll	wallsbuell	DE		892	Europe/Berlin	54.77641	9.2368			01059173	10	00	01059	01059173
2814527	Wallsbüll	wallsbuell	DE		0	Europe/Berlin	54.58333	9				10	00	01054	01054128
2814528	Wallroth	wallroth	DE		0	Europe/Berlin	50.69246	7.39584				08	00	07138	07138080
2814529	Wallroth	wallroth	DE		0	Europe/Berlin	50.39511	9.49665				05	064	06435	06435025
2814530	Wallrode	wallrode	DE		0	Europe/Berlin	51.46053	10.49143		Wallrode (Grossbodungen),Wallrode (Großbodungen)		15	00	16061	16061116
2814531	Wallroda	wallroda	DE		0	Europe/Berlin	51.19499	11.5448				14	00	15084	15084015
2814532	Wallroda	wallroda	DE		0	Europe/Berlin	51.11418	13.9571		Wallroda		13	00	14625	14625010
2814533	Wallrath	wallrath	DE		0	Europe/Berlin	51.13671	6.54819				07	051	05162	05162012
2814534	Wallrabs	wallrabs	DE		0	Europe/Berlin	50.42097	10.71534				15	00	16069	16069024
2814535	Wallrabenstein	wallrabenstein	DE		0	Europe/Berlin	50.26836	8.23058				05	064	06439	06439007
2814536	Wallnsdorf	wallnsdorf	DE		0	Europe/Berlin	49.08325	11.47788				02	093	09373	09373112
2814537	Wallner an der Osterwiese	wallner-an-der-osterwiese	DE		0	Europe/Berlin	48.20689	12.65606				02	091	09171	09171111
2814544	Wallmusried	wallmusried	DE		0	Europe/Berlin	47.75	9.86667				01	084	08436	08436052
2814545	Wallmühle	wallmuehle	DE		0	Europe/Berlin	48.91071	12.50811		Wallmuehle,Wallmühle		02	092	09278	09278117
2814546	Wallmow	wallmow	DE		0	Europe/Berlin	53.34251	14.0861				11	00	12073	12073093
2814548	Wallmoning	wallmoning	DE		0	Europe/Berlin	48.07015	12.72371				02	091	09189	09189152
2814550	Wallmichrath	wallmichrath	DE		0	Europe/Berlin	51.33521	7.12097				07	051	05158	05158032
2814551	Wallmershof	wallmershof	DE		0	Europe/Berlin	49.66226	10.63397				02	095	09575	09575167
2814552	Wallmersbach	wallmersbach	DE		0	Europe/Berlin	49.52237	10.17321				02	095	09575	09575168
2814554	Wallmering	wallmering	DE		0	Europe/Berlin	49.20588	12.74407				02	093	09372	09372117
2814556	Wallmerath	wallmerath	DE		0	Europe/Berlin	51.21667	6.18333				08			
2814558	Wallkofen	wallkofen	DE		0	Europe/Berlin	48.84664	12.31487				02	092	09278	09278123
2814559	Wallitz	wallitz	DE		0	Europe/Berlin	53.11863	12.77234				11	00	12068	12068353
2814561	Wallings	wallings	DE		0	Europe/Berlin	50.62089	9.9159				05	066	06631	06631013
2814562	Wallinghausen	wallinghausen	DE		0	Europe/Berlin	53.47572	7.51846		Wallinghausen		06	00	03452	03452001
2814564	Wallichen	wallichen	DE		0	Europe/Berlin	51.01134	11.15227				15	00	16051	16051000
2814567	Wallhöfen	wallhoefen	DE		0	Europe/Berlin	53.32279	8.88583				06	00	03356	03356010
2814575	Wallham	wallham	DE		0	Europe/Berlin	48.48307	13.34861				02	092	09275	09275122
2814584	Wallfahrtsteich	wallfahrtsteich	DE		0	Europe/Berlin	52.31667	8.91667				07	057	05770	05770024
2814585	Wallfahrt	wallfahrt	DE		0	Europe/Berlin	48.87584	10.71195				02	097	09779	09779228
2814588	Walleshausen	walleshausen	DE		0	Europe/Berlin	48.15157	10.9786				02	091	09181	09181122
2814589	Wallesau	wallesau	DE		0	Europe/Berlin	49.19012	11.10932				02	095	09576	09576143
2814590	Wallertshofen	wallertshofen	DE		0	Europe/Berlin	48.63508	11.11707				02	091	09185	09185127
2814593	Wallerstädten	wallerstaedten	DE		0	Europe/Berlin	49.90361	8.45083				05	064	06433	06433006
2814601	Wallersberg	wallersberg	DE		0	Europe/Berlin	50.04342	11.2167				02	094	09478	09478176
2814602	Wallersberg	wallersberg	DE		0	Europe/Berlin	49.36626	11.31848		Wallersberg		02	095	09574	09574157
2814604	Wallersbach	wallersbach	DE		0	Europe/Berlin	49.19991	11.14797				02	095	09576	09576143
2814605	Wallers	wallers	DE		0	Europe/Berlin	50.49386	7.25796				08	00	07131	07131006
2814607	Wallernhausen	wallernhausen	DE		0	Europe/Berlin	50.394	9.01624				05	064	06440	06440016
2814608	Wallerlange Äcker	wallerlange-aecker	DE		0	Europe/Berlin	53.48652	7.45868				06	00	03452	03452001
2814611	Wallerhausen	wallerhausen	DE		0	Europe/Berlin	50.87411	7.67841		Wallerhausen		07	053	05374	05374028
2814614	Wallerdorf	wallerdorf	DE		0	Europe/Berlin	48.65253	13.0479				02	092	09271	09271128
2814615	Wallerdorf	wallerdorf	DE		0	Europe/Berlin	48.62334	11.0025				02	097	09779	09779201
2814617	Waller	waller	DE		0	Europe/Berlin	49.42449	11.50217				02	095	09574	09574111
2814618	Wallenthal	wallenthal	DE		0	Europe/Berlin	50.56471	6.57927		Wallentahl,Wallenthal		07	053	05366	05366024
2814623	Wallenstein	wallenstein	DE		0	Europe/Berlin	50.95329	9.4864		Wallenstein		05	066	06634	06634011
2814625	Wallenstedt	wallenstedt	DE		0	Europe/Berlin	52.06628	9.79854				06	00	03254	03254043
2814627	Wallensen	wallensen	DE		0	Europe/Berlin	52.01722	9.62059				06	00	03252	03252008
2814628	Wallenrod	wallenrod	DE		0	Europe/Berlin	50.66326	9.32557				05	065	06535	06535011
2814630	Wallenreute	wallenreute	DE		0	Europe/Berlin	47.93024	9.66936				01	084	08436	08436008
2814634	Wallenhausen	wallenhausen	DE		0	Europe/Berlin	48.33663	10.21814				02	097	09775	09775164
2814635	Wallengrün	wallengruen	DE		0	Europe/Berlin	50.598	11.97796				13	00	14523	14523310
2814644	Wallenburg	wallenburg	DE		0	Europe/Berlin	47.80549	11.82798				02	091	09182	09182125
2814645	Wallenbrunn	wallenbrunn	DE		0	Europe/Berlin	49.88227	11.72029				02	094	09472	09472188
2814646	Wallenbrück	wallenbrueck	DE		0	Europe/Berlin	52.14889	8.44958				07	057	05758	05758032
2814647	Wallenbrück	wallenbrueck	DE		0	Europe/Berlin	49.91617	7.47705				08	00	07140	07140163
2814648	Wallenbrock	wallenbrock	DE		0	Europe/Berlin	52.3434	7.8581				07	055	05566	05566092
2814659	Wallefeld	wallefeld	DE		0	Europe/Berlin	51.01524	7.47057				07	053	05374	05374008
2814661	Walle	walle	DE		0	Europe/Berlin	53.10494	8.78667		Walle		03	00	04011	04011000
2814662	Walle	walle	DE		0	Europe/Berlin	54.16667	8.96667				10	00	01051	01051113
2814663	Walle	walle	DE		0	Europe/Berlin	53.4769	7.44736		Walle		06	00	03452	03452001
2814664	Walle	walle	DE		0	Europe/Berlin	52.97528	9.25556				06	00	03361	03361012
2814665	Walle	walle	DE		0	Europe/Berlin	52.73681	9.92666				06	00	03351	03351024
2814666	Walle	walle	DE		0	Europe/Berlin	52.34124	10.44671				06	00	03151	03151027
2814672	Wallburg	wallburg	DE		0	Europe/Berlin	48.26458	7.85938		Wallburg		01	083	08317	08317026
2814680	Wallbacherhof	wallbacherhof	DE		0	Europe/Berlin	48.75	10.78333				02	097	09779	09779131
2814690	Wallau	wallau	DE		0	Europe/Berlin	50.92888	8.47474		Wallau		05	065	06534	06534004
2814691	Wallau	wallau	DE		0	Europe/Berlin	50.06415	8.37079		Wallau		05	064	06436	06436007
2814693	Wallach	wallach	DE		0	Europe/Berlin	51.59612	6.57227				07	051	05170	05170032
2814694	Wall	wall	DE		0	Europe/Berlin	51.38302	6.38811				07	051	05166	05166012
2814695	Wall	wall	DE		0	Europe/Berlin	54.55	13.46667				12			
2814696	Wall	wall	DE		0	Europe/Berlin	52.8203	12.95649				11	00	12068	12068117
2814697	Wall	wall	DE		0	Europe/Berlin	49.09556	11.97106				02	093	09375	09375211
2814698	Wall	wall	DE		0	Europe/Berlin	48.11552	12.06723				02	091	09175	09175137
2814699	Wall	wall	DE		0	Europe/Berlin	47.92238	12.18513				02	091	09187	09187181
2814700	Wall	wall	DE		0	Europe/Berlin	47.83225	12.2665				02	091	09187	09187167
2814701	Wall	wall	DE		0	Europe/Berlin	47.78942	11.77121				02	091	09182	09182136
2814702	Wall	wall	DE		0	Europe/Berlin	47.6574	12.13043				02	091	09187	09187157
2814706	Walksham	walksham	DE		0	Europe/Berlin	48.39735	13.01597				02	092	09277	09277149
2814708	Walkmühlen-Häuser	walkmuehlen-haeuser	DE		0	Europe/Berlin	50.40728	12.1672				13	00	14523	14523300
2814710	Walklensweiler	walklensweiler	DE		0	Europe/Berlin	49.11667	9.51667				01	081	08126	08126011
2814711	Walking	walking	DE		0	Europe/Berlin	48.32925	13.03272				02	092	09277	09277152
2814714	Walkes	walkes	DE		0	Europe/Berlin	50.63647	9.94957				15	00	16063	16063032
2814715	Walkerzell	walkerzell	DE		0	Europe/Berlin	49.09896	10.92672				02	095	09577	09577161
2814720	Walkerting	walkerting	DE		0	Europe/Berlin	47.79574	12.26237				02	091	09187	09187132
2814721	Walkershofen	walkershofen	DE		0	Europe/Berlin	49.52424	10.12903				02	095	09575	09575163
2814722	Walkershöfe	walkershofe	DE		0	Europe/Berlin	49.07901	10.95002				02	095	09577	09577125
2814724	Walkersdorf	walkersdorf	DE		0	Europe/Berlin	49.26589	10.2216				02	095	09571	09571228
2814725	Walkersbrunn	walkersbrunn	DE		0	Europe/Berlin	49.6539	11.20914				02	094	09474	09474132
2814727	Walkersbach	walkersbach	DE		0	Europe/Berlin	48.83568	9.63827				01	081	08119	08119055
2814728	Walkersbach	walkersbach	DE		0	Europe/Berlin	48.5671	11.55885				02	091	09186	09186143
2814729	Walkersaich	walkersaich	DE		0	Europe/Berlin	48.27687	12.30226				02	091	09183	09183144
2814730	Walkenstetten	walkenstetten	DE		0	Europe/Berlin	48.83389	12.16666				02	093	09375	09375196
2814737	Walkenhagen	walkenhagen	DE		0	Europe/Berlin	54.10927	11.92259				12	00	13072	13072006
2814739	Walkenberg	walkenberg	DE		0	Europe/Berlin	47.76064	10.12206				02	097	09780	09780112
2814742	Walkarts	walkarts	DE		0	Europe/Berlin	47.6743	10.27397				02	097	09780	09780143
2814743	Walingen	walingen	DE		0	Europe/Berlin	51.98333	7.45				07	055	05558	05558020
2814750	Walhallastraße	walhallastrasse	DE		0	Europe/Berlin	49.03333	12.13333				02	093	09362	09362000
2814752	Walgern	walgern	DE		0	Europe/Berlin	51.9277	7.93612				07	055	05570	05570052
2814754	Walgenbach	walgenbach	DE		0	Europe/Berlin	50.67245	7.4225				08	00	07138	07138003
2814757	Waldzimmern	waldzimmern	DE		0	Europe/Berlin	49.26981	9.63267		Waldzimmern		01	081	08126	08126060
2814759	Waldzell	waldzell	DE		0	Europe/Berlin	49.94341	9.62805		Waldzell		02	096	09677	09677186
2814760	Waldwimmersbach	waldwimmersbach	DE		0	Europe/Berlin	49.37558	8.89259				01	082	08226	08226104
2814763	Waldvelen	waldvelen	DE		0	Europe/Berlin	51.87692	6.97835				07	055	05554	05554064
2814764	Waldulm	waldulm	DE		0	Europe/Berlin	48.58183	8.10465				01	083	08317	08317056
2814766	Waldteich	waldteich	DE		0	Europe/Berlin	51.53201	6.80575		Waldteich		07	051	05119	05119000
2814769	Waldtann	waldtann	DE		0	Europe/Berlin	49.13087	10.18582				01	081	08127	08127101
2814779	Waldstein	waldstein	DE		0	Europe/Berlin	48.31262	8.13724				01	083	08317	08317029
2814780	Waldsteig	waldsteig	DE		0	Europe/Berlin	47.84823	9.15269				01	084	08437	08437124
2814782	Waldstedt	waldstedt	DE		0	Europe/Berlin	51.09879	10.5764				15	00	16064	16064003
2814788	Waldsiedlung	waldsiedlung	DE		0	Europe/Berlin	53.11332	13.06018				11	00	12065	12065310
2814789	Waldsiedlung	waldsiedlung	DE		0	Europe/Berlin	50.18652	8.55582				05	064	06434	06434006
2814790	Waldsiedlung	waldsiedlung	DE		0	Europe/Berlin	50.15257	8.88858				05	064	06435	06435014
2814792	Waldshut	waldshut	DE		0	Europe/Berlin	48.20254	7.96367		Waldshut		01	083	08316	08316054
2814794	Waldseite	waldseite	DE		0	Europe/Berlin	52.31614	7.10299				06	00	03456	03456001
2814801	Waldschwind	waldschwind	DE		0	Europe/Berlin	49.89189	10.47224				02	096	09674	09674187
2814803	Waldschnibbe	waldschnibbe	DE		0	Europe/Berlin	52.50498	11.40082				14	00	15081	15081135
2814804	Waldschlößchen	waldschloesschen	DE		0	Europe/Berlin	51.83333	9.88333				06	00	03155	03155013
2814805	Waldschlösschen	waldschloesschen	DE		0	Europe/Berlin	51.65478	10.71597				14	00	15085	15085228
2814806	Waldschlösschen	waldschloesschen	DE		0	Europe/Berlin	51.28938	11.21573				15	00	16065	16065088
2814811	Waldscheibe	waldscheibe	DE		0	Europe/Berlin	51.16833	14.12298				13	00	14625	14625510
2814812	Waldsberg	waldsberg	DE		0	Europe/Berlin	48.24308	12.33438				02	091	09183	09183138
2814816	Waldsall	waldsall	DE		0	Europe/Berlin	49.21376	9.64825				01	081	08126	08126058
2814817	Waldsachsen	waldsachsen	DE		0	Europe/Berlin	50.8361	12.4288		Waldsachsen		13	00	14524	14524190
2814818	Waldsachsen	waldsachsen	DE		0	Europe/Berlin	50.27762	11.02887				02	094	09473	09473159
2814819	Waldsachsen	waldsachsen	DE		0	Europe/Berlin	50.05508	10.37248				02	096	09678	09678174
2814823	Waldrogäsen	waldrogaesen	DE		0	Europe/Berlin	52.22646	12.09962				14	00	15086	15086140
2814824	Waldrode	waldrode	DE		0	Europe/Berlin	50.14843	9.19723		Waldrode		05	064	06435	06435018
2814825	Waldrennach	waldrennach	DE		0	Europe/Berlin	48.83299	8.61087		Waldrennach		01	082	08236	08236043
2814826	Waldrems	waldrems	DE		0	Europe/Berlin	48.91562	9.43314				01	081	08119	08119008
2814827	Waldreichenbach	waldreichenbach	DE		0	Europe/Berlin	48.21667	10.25				02			
2814829	Waldrandsiedlung	waldrandsiedlung	DE		0	Europe/Berlin	50.0104	9.0358				05	064	06438	06438007
2814830	Waldrand	waldrand	DE		0	Europe/Berlin	51.53355	14.64734				13	00	14626	14626100
2814831	Waldram	waldram	DE		0	Europe/Berlin	47.9003	11.44565		Foehrenwald,Fohrenwald,Fuehrenwald,Föhrenwald,Waldram		02	091	09173	09173147
2814833	Waldprechtsweier	waldprechtsweier	DE		0	Europe/Berlin	48.85992	8.3315				01	082	08215	08215046
2814835	Waldperlach	waldperlach	DE		0	Europe/Berlin	48.08333	11.66667				02	091	09162	09162000
2814836	Waldow	waldow	DE		0	Europe/Berlin	51.96206	14.13172		Waldow		11	00	12061	12061470
2814837	Waldow	waldow	DE		0	Europe/Berlin	51.9867	13.69358		Waldow,Waldow/Brand		11	00	12061	12061435
2814842	Waldnielerstraße	waldnielerstrasse	DE		0	Europe/Berlin	51.23807	6.31853				07	051	05166	05166032
2814843	Waldniel	waldniel	DE		0	Europe/Berlin	51.21189	6.27639		Waldniel		07	051	05166	05166024
2814848	Waldmühle	waldmuhle	DE		0	Europe/Berlin	48.83866	9.31233				01	081	08119	08119079
2814849	Waldmühlbach	waldmuhlbach	DE		0	Europe/Berlin	49.36122	9.28235		Waldmuhlbach,Waldmühlbach		01	082	08225	08225009
2814850	Waldmössingen	waldmossingen	DE		0	Europe/Berlin	48.26812	8.48506		Waldmossingen,Waldmössingen		01	083	08325	08325053
2814855	Waldmatt	waldmatt	DE		0	Europe/Berlin	48.66933	8.14988				01	082	08216	08216007
2814858	Waldmannshofen	waldmannshofen	DE		0	Europe/Berlin	49.53256	10.06751		Waldmannshofen		01	081	08128	08128020
2814859	Waldmannshofen	waldmannshofen	DE		0	Europe/Berlin	48.91256	9.86059				01	081	08136	08136020
2814860	Waldmannshausen	waldmannshausen	DE		0	Europe/Berlin	50.51359	8.05533				05	065	06533	06533005
2814869	Wäldle	waldle	DE		0	Europe/Berlin	47.67381	11.05225				02	091	09180	09180112
2814870	Wäldle	waldle	DE		0	Europe/Berlin	47.46335	10.1193				02	097	09780	09780113
2814875	Waldkönigen	waldkoenigen	DE		0	Europe/Berlin	50.22993	6.79773				08	00	07233	07233501
2814885	Waldkatzenbach	waldkatzenbach	DE		0	Europe/Berlin	49.46476	9.05635		Waldkatzenbach		01	082	08225	08225118
2814889	Walditz	walditz	DE		0	Europe/Berlin	51.01693	12.63758		Walditz		13	00	14729	14729140
2814890	Walding	walding	DE		0	Europe/Berlin	48.66122	11.44113				02	091	09185	09185140
2814891	Walding	walding	DE		0	Europe/Berlin	48.64992	13.2777				02	092	09275	09275159
2814892	Walding	walding	DE		0	Europe/Berlin	48.60359	13.38267				02	092	09262	09262000
2814893	Walding	walding	DE		0	Europe/Berlin	48.29724	12.60648				02	091	09171	09171127
2814894	Walding	walding	DE		0	Europe/Berlin	48.17708	12.56278				02	091	09183	09183136
2814895	Walding	walding	DE		0	Europe/Berlin	47.95889	12.533				02	091	09189	09189154
2814898	Waldidylle	waldidylle	DE		0	Europe/Berlin	50.80091	13.73397				13	00	14628	14628010
2814902	Waldhusen	waldhusen	DE		0	Europe/Berlin	54.53882	8.64409				10	00	01054	01054103
2814908	Waldhörnle	waldhornle	DE		0	Europe/Berlin	48.5	9.06667				01	084	08416	08416041
2814911	Waldhölzbach	waldhoelzbach	DE		0	Europe/Berlin	49.55214	6.7621				09	00	10042	10042112
2814915	Waldhöfe	waldhoefe	DE		0	Europe/Berlin	52.82964	7.55079				06	00	03454	03454047
2814918	Waldhof	waldhof	DE		0	Europe/Berlin	49.52667	8.49862				01	082	08222	08222000
2814919	Waldhof	waldhof	DE		0	Europe/Berlin	52.38356	10.82308				06	00	03103	03103000
2814920	Waldhof	waldhof	DE		0	Europe/Berlin	51.6	12.63333				13	00	14730	14730160
2814921	Waldhof	waldhof	DE		0	Europe/Berlin	51.36388	14.04793				13	00	14625	14625030
2814922	Waldhof	waldhof	DE		0	Europe/Berlin	49.68159	10.35433				02	096	09675	09675139
2814923	Waldhof	waldhof	DE		0	Europe/Berlin	48.47893	12.98883				02	092	09277	09277138
2814924	Waldhof	waldhof	DE		0	Europe/Berlin	47.76354	11.78518				02	091	09182	09182116
2814950	Waldhilsbach	waldhilsbach	DE		0	Europe/Berlin	49.37474	8.76681		Waldhilsbach		01	082	08226	08226056
2814951	Waldhilbersheim	waldhilbersheim	DE		0	Europe/Berlin	49.89562	7.83422				08	00	07133	07133035
2814952	Waldhermes	waldhermes	DE		0	Europe/Berlin	50.19857	11.63588				02	094	09477	09477117
2814959	Waldheide	waldheide	DE		0	Europe/Berlin	51.94534	8.8284				07	057	05766	05766020
2814960	Waldhäuslein	waldhauslein	DE		0	Europe/Berlin	49.1032	10.28158				02	095	09571	09571200
2814961	Waldhäuser	waldhauser	DE		0	Europe/Berlin	48.24828	8.28386		Waldhauser,Waldhausle,Waldhäuser,Waldhäusle		01	083	08317	08317145
2814965	Waldhäuser	waldhauser	DE		0	Europe/Berlin	48.9269	13.46529				02	092	09272	09272146
2814966	Waldhäuser	waldhauser	DE		0	Europe/Berlin	48.3609	8.14495				01	083	08317	08317088
2814967	Waldhäuser	waldhaeuser	DE		0	Europe/Berlin	51.1663	14.05188				13	00	14625	14625410
2814968	Waldhäuser	waldhaeuser	DE		0	Europe/Berlin	50.68028	11.85836				15	00	16075	16075014
2814969	Waldhäuser	waldhaeuser	DE		0	Europe/Berlin	50.63486	12.17705				15	00	16076	16076022
2814970	Waldhäuser	waldhauser	DE		0	Europe/Berlin	49.51508	12.63817				02	093	09376	09376167
2814973	Waldhausen	waldhausen	DE		0	Europe/Berlin	52.34551	9.76324				06	00	03241	03241001
2814974	Waldhausen	waldhausen	DE		0	Europe/Berlin	48.78476	9.63853				01	081	08136	08136042
2814975	Waldhausen	waldhausen	DE		0	Europe/Berlin	51.5106	8.28907		Waldhausen		07	059	05974	05974044
2814976	Waldhausen	waldhausen	DE		0	Europe/Berlin	50.50144	8.25124				05	065	06533	06533017
2814977	Waldhausen	waldhausen	DE		0	Europe/Berlin	49.46758	9.25793		Waldhausen		01	082	08225	08225014
2814978	Waldhausen	waldhausen	DE		0	Europe/Berlin	49.1959	11.61718				02	093	09373	09373160
2814979	Waldhausen	waldhausen	DE		0	Europe/Berlin	48.82345	10.20437				01	081	08136	08136088
2814980	Waldhausen	waldhausen	DE		0	Europe/Berlin	48.63546	9.91061				01	081	08117	08117024
2814981	Waldhausen	waldhausen	DE		0	Europe/Berlin	48.54536	9.05582				01	084	08416	08416041
2814982	Waldhausen	waldhausen	DE		0	Europe/Berlin	48.12628	9.43764				01	084	08426	08426008
2814983	Waldhausen	waldhausen	DE		0	Europe/Berlin	48.10542	12.40768				02	091	09189	09189142
2814984	Waldhausen	waldhausen	DE		0	Europe/Berlin	47.92741	8.40079				01	083	08326	08326006
2814988	Waldhaus Einsiedel	waldhaus-einsiedel	DE		0	Europe/Berlin	49.2188	12.36174				02	093	09376	09376149
2814996	Waldhaus	waldhaus	DE		0	Europe/Berlin	53.01895	11.76613				11	00	12070	12070416
2814997	Waldhaus	waldhaus	DE		0	Europe/Berlin	51.66403	10.6936				15			
2814998	Waldhaus	waldhaus	DE		0	Europe/Berlin	48.9445	9.73904				01	081	08136	08136027
2815003	Waldhalle	waldhalle	DE		0	Europe/Berlin	54.53602	13.67393				12	00	13073	13073080
2815006	Waldgutsberg	waldgutsberg	DE		0	Europe/Berlin	50.36667	12.48333				13	00	14523	14523160
2815013	Waldgirmes	waldgirmes	DE		0	Europe/Berlin	50.58637	8.55037		Waldgirmes		05	065	06532	06532015
2815014	Wäldgen	waeldgen	DE		0	Europe/Berlin	51.32085	12.84388				13	00	14729	14729410
2815017	Waldfrieden	waldfrieden	DE		0	Europe/Berlin	52.38333	14.1				11	00	12067	12067473
2815018	Waldfrieden	waldfrieden	DE		0	Europe/Berlin	52.38333	9.38333				06	00	03257	03257011
2815019	Waldfrieden	waldfrieden	DE		0	Europe/Berlin	51.63333	13.95				11	00	12066	12066008
2815020	Waldfrieden	waldfrieden	DE		0	Europe/Berlin	50.32798	11.98114				02	094	09475	09475127
2815030	Waldfriede	waldfriede	DE		0	Europe/Berlin	49.85477	7.55081				08	00	07133	07133094
2815034	Waldfisch	waldfisch	DE		0	Europe/Berlin	50.85742	10.2871				15	00	16063	16063003
2815036	Waldfenster	waldfenster	DE		0	Europe/Berlin	50.26114	9.95695				02	096	09672	09672117
2815043	Waldeshöhe	waldeshoehe	DE		0	Europe/Berlin	53.56747	13.90453				12	00	13075	13075055
2815047	Wäldershub	waldershub	DE		0	Europe/Berlin	49.08472	10.18749		Waldershub,Wäldershub		01	081	08127	08127102
2815051	Waldersee	waldersee	DE		0	Europe/Berlin	51.84363	12.27812		Dessau-Waldersee,Waldersee		14	00	15001	15001000
2815052	Waldernbach	waldernbach	DE		0	Europe/Berlin	50.53784	8.14406		Waldernbach		05	065	06533	06533011
2815053	Wäldern	waldern	DE		0	Europe/Berlin	49.87823	12.05544				02	093	09377	09377116
2815054	Wald-Erlenbach	wald-erlenbach	DE		0	Europe/Berlin	49.644	8.72264				05	064	06431	06431011
2815055	Waldering	waldering	DE		0	Europe/Berlin	48.0358	12.79753				02	091	09189	09189152
2815056	Waldering	waldering	DE		0	Europe/Berlin	47.87004	12.17152				02	091	09187	09187177
2815062	Waldenweiler	waldenweiler	DE		0	Europe/Berlin	48.93085	9.56128				01	081	08119	08119004
2815064	Waldensberg	waldensberg	DE		0	Europe/Berlin	50.30417	9.22482		Waldensberg		05	064	06435	06435029
2815065	Waldenreut	waldenreut	DE		0	Europe/Berlin	48.7749	13.42932				02	092	09272	09272138
2815066	Waldenreut	waldenreut	DE		0	Europe/Berlin	48.69863	13.42985				02	092	09275	09275135
2815067	Waldenrath	waldenrath	DE		0	Europe/Berlin	51.01429	6.07398				07	053	05370	05370016
2815068	Waldenhofen	waldenhofen	DE		0	Europe/Berlin	48.07332	10.05369				01	084	08426	08426066
2815070	Waldenhausen	waldenhausen	DE		0	Europe/Berlin	49.74269	9.52224		Waldenhausen		01	081	08128	08128131
2815077	Waldenbrunn	waldenbrunn	DE		0	Europe/Berlin	48.29758	8.38467				01	083	08325	08325050
2815078	Wäldenbronn	waldenbronn	DE		0	Europe/Berlin	48.75975	9.31756				01	081	08116	08116019
2815079	Waldenau-Datum	waldenau-datum	DE		0	Europe/Berlin	53.62061	9.79371				10	00	01056	01056039
2815080	Waldenau	waldenau	DE		0	Europe/Berlin	53.61667	9.8				10	00	01056	01056018
2815081	Wälden	walden	DE		0	Europe/Berlin	48.47935	8.08792				01	083	08317	08317089
2815082	Waldemey	waldemey	DE		0	Europe/Berlin	51.49968	7.7973				07	059	05978	05978012
2815084	Waldemeine	waldemeine	DE		0	Europe/Berlin	52.1044	8.77172				07	057	05766	05766008
2815111	Walde	walde	DE		0	Europe/Berlin	51.77479	8.54631		Auf dem Walde,Walde		07	057	05774	05774020
2815112	Wälde	walde	DE		0	Europe/Berlin	47.78583	9.47794				01	084	08436	08436095
2815116	Walddörfchen	walddoerfchen	DE		0	Europe/Berlin	50.81067	13.86765				13	00	14628	14628020
2815117	Walddorf	walddorf	DE		0	Europe/Berlin	51.40932	14.86264				13	00	14626	14626460
2815118	Walddorf	walddorf	DE		0	Europe/Berlin	50.99818	14.63782				13	00	14626	14626245
2815119	Walddorf	walddorf	DE		0	Europe/Berlin	50.74636	12.2526				13	00	14524	14524140
2815120	Walddorf	walddorf	DE		0	Europe/Berlin	48.95415	11.84569				02	092	09273	09273133
2815121	Walddorf	walddorf	DE		0	Europe/Berlin	48.58589	9.18418				01	084	08415	08415087
2815122	Walddorf	walddorf	DE		0	Europe/Berlin	48.57685	8.65024		Walddorf		01	082	08235	08235006
2815124	Walddaßler	walddassler	DE		0	Europe/Berlin	50.68423	12.29075				15	00	16076	16076093
2815125	Walddachsbach	walddachsbach	DE		0	Europe/Berlin	49.53376	10.54065				02	095	09575	09575119
2815131	Waldbuch	waldbuch	DE		0	Europe/Berlin	49.09976	9.95619				01	081	08127	08127103
2815134	Waldbruch	waldbruch	DE		0	Europe/Berlin	51.00272	7.32744		Waldbruch		07	053	05374	05374020
2815137	Waldbröl	waldbroel	DE		19533	Europe/Berlin	50.87576	7.61688		Val'dbrel',Val'dbrjol',Valdbrel,Waldbroel,Waldbrol,Waldbröl,faldbrwl,wa er de bu lei er,waldbrwl,Валдбрел,Вальдбрель,Вальдбрёль,فالدبرول,والدبرول,瓦尔德布勒尔		07	053	05374	05374044
2815141	Waldbeuren	waldbeuren	DE		0	Europe/Berlin	47.91082	9.34834				01	084	08437	08437086
2815143	Waldberg	waldberg	DE		0	Europe/Berlin	53.92769	13.0503				12	00	13071	13071029
2815144	Waldberg	waldberg	DE		0	Europe/Berlin	53.56667	13.85				12	00	13075	13075055
2815145	Waldberg	waldberg	DE		0	Europe/Berlin	50.33706	9.99957		Waldberg		02	096	09673	09673162
2815146	Waldberg	waldberg	DE		0	Europe/Berlin	48.32046	12.72132				02	091	09171	09171129
2815147	Waldberg	waldberg	DE		0	Europe/Berlin	48.24982	10.6972		Waldberg		02	097	09772	09772125
2815152	Waldbärenburg	waldbaerenburg	DE		0	Europe/Berlin	50.79042	13.69617				13	00	14628	14628010
2815153	Waldbad	waldbad	DE		0	Europe/Berlin	47.83612	9.69769				01	084	08436	08436011
2815161	Waldbach	waldbach	DE		0	Europe/Berlin	49.60443	7.04568				09	00	10046	10046114
2815162	Waldbach	waldbach	DE		0	Europe/Berlin	49.16369	9.40657		Waldbach		01	081	08126	08126011
2815166	Waldaubach	waldaubach	DE		0	Europe/Berlin	50.65751	8.12565				05	065	06532	06532007
2815181	Waldangelloch	waldangelloch	DE		0	Europe/Berlin	49.21261	8.80423		Waldangelloch		01	082	08226	08226085
2815182	Wald an der Alz	wald-an-der-alz	DE		0	Europe/Berlin	48.12933	12.59711		Wald,Wald an der Alz		02	091	09171	09171117
2815183	Wald-Amorbach	wald-amorbach	DE		0	Europe/Berlin	49.84795	9.02368				05	064	06437	06437004
2815188	Waldacker	waldacker	DE		0	Europe/Berlin	50.00129	8.81764				05	064	06438	06438012
2815191	Walda	walda	DE		0	Europe/Berlin	51.32045	13.49403				13	00	14627	14627060
2815192	Walda	walda	DE		0	Europe/Berlin	48.60972	11.09056		Walda		02	091	09185	09185127
2815219	Walchstadt	walchstadt	DE		0	Europe/Berlin	48.07418	11.18434				02	091	09188	09188145
2815220	Walchstadt	walchstadt	DE		0	Europe/Berlin	47.94487	11.41505				02	091	09173	09173130
2815221	Walchsing	walchsing	DE		0	Europe/Berlin	48.60861	13.07751		Walchsing		02	092	09275	09275114
2815222	Walchshofen	walchshofen	DE		0	Europe/Berlin	48.48697	11.13855				02	097	09771	09771113
2815224	Walchow	walchow	DE		0	Europe/Berlin	52.83979	12.75805				11	00	12068	12068117
2815226	Walchesreute	walchesreute	DE		0	Europe/Berlin	47.66667	9.55				01	084	08435	08435057
2815228	Walchensee	walchensee	DE		0	Europe/Berlin	47.591	11.31062				02	091	09173	09173133
2815230	Walchenfeld	walchenfeld	DE		0	Europe/Berlin	50.169	10.56599				02	096	09674	09674120
2815237	Walburgskirchen	walburgskirchen	DE		0	Europe/Berlin	48.36635	12.89352				02	092	09277	09277148
2815238	Walburgisreuth	walburgisreuth	DE		0	Europe/Berlin	50.27572	11.80982				02	094	09475	09475142
2815239	Walburger	walburger	DE		0	Europe/Berlin	51.58281	8.11063				07	059	05974	05974040
2815240	Walburg	walburg	DE		0	Europe/Berlin	51.20036	9.76862				05	066	06636	06636006
2815241	Walbertsweiler	walbertsweiler	DE		0	Europe/Berlin	47.95341	9.16154		Walbertsweiler		01	084	08437	08437118
2815245	Walberngrün	walberngrun	DE		0	Europe/Berlin	50.22847	11.63875				02	094	09477	09477117
2815248	Walberberg	walberberg	DE		0	Europe/Berlin	50.79595	6.9122				07	053	05382	05382012
2815249	Walbenreuth	walbenreuth	DE		0	Europe/Berlin	49.95232	12.07507				02	093	09377	09377157
2815257	Walachei	walachei	DE		0	Europe/Berlin	54.18333	13.01667				12	00	13073	13073102
2815258	Wakenstädt	wakenstaedt	DE		0	Europe/Berlin	53.67421	11.11032				12	00	13074	13074021
2815261	Wakendorf Zwei	wakendorf-zwei	DE		0	Europe/Berlin	53.78517	10.08435		Wakendorf II,Wakendorf Zwei		10	00	01060	01060094
2815262	Wakendorf Eins	wakendorf-eins	DE		0	Europe/Berlin	53.86702	10.3609		Wakendorf Eins,Wakendorf I		10	00	01060	01060093
2815263	Wakendorf	wakendorf	DE		0	Europe/Berlin	54.33534	9.84139				10	00	01058	01058026
2815264	Wakendorf	wakendorf	DE		0	Europe/Berlin	54.25198	10.29762				10	00	01057	01057062
2815265	Wakendorf	wakendorf	DE		0	Europe/Berlin	53.94655	11.71773				12	00	13074	13074091
2815268	Wajon	wajon	DE		0	Europe/Berlin	48.06762	12.57956				02	091	09189	09189149
2815269	Waizenried	waizenried	DE		0	Europe/Berlin	48.5463	11.34405				02	091	09185	09185166
2815270	Waizenried	waizenried	DE		0	Europe/Berlin	47.81857	10.39037				02	097	09777	09777176
2815271	Waizenreuth	waizenreuth	DE		0	Europe/Berlin	49.93271	11.74505				02	094	09472	09472199
2815272	Waizenhofen	waizenhofen	DE		0	Europe/Berlin	49.06873	11.22414		Waizenhofen		02	095	09576	09576148
2815274	Waizenfeld	waizenfeld	DE		0	Europe/Berlin	49.47755	11.55496				02	095	09574	09574147
2815275	Waizendorf	waizendorf	DE		0	Europe/Berlin	50.07982	11.53763				02	094	09477	09477158
2815276	Waizendorf	waizendorf	DE		0	Europe/Berlin	49.85287	10.87827				02	094	09471	09471191
2815277	Waizendorf	waizendorf	DE		0	Europe/Berlin	49.29244	10.36576				02	095	09571	09571174
2815278	Waizendorf	waizendorf	DE		0	Europe/Berlin	49.22132	10.70632				02	095	09571	09571229
2815279	Waizendorf	waizendorf	DE		0	Europe/Berlin	49.15873	10.53322		Waizendorf		02	095	09571	09571115
2815281	Waizenbach in Unterfranken	waizenbach-in-unterfranken	DE		0	Europe/Berlin	50.14591	9.78101				02	096	09672	09672161
2815282	Waizenbach	waizenbach	DE		0	Europe/Berlin	48.6264	13.16624				02	092	09275	09275154
2815283	Waizacker	waizacker	DE		0	Europe/Berlin	47.84153	11.1106				02	091	09190	09190157
2815285	Waitzis	waitzis	DE		0	Europe/Berlin	47.63807	10.3468				02	097	09780	09780140
2815287	Waitzgraming	waitzgraming	DE		0	Europe/Berlin	48.18926	12.62906				02	091	09171	09171135
2815290	Waitzdorf	waitzdorf	DE		0	Europe/Berlin	50.95686	14.13571				13	00	14628	14628190
2815292	Waith	waith	DE		0	Europe/Berlin	47.86944	11.92111				02	091	09187	09187122
2815293	Waisenkrug	waisenkrug	DE		0	Europe/Berlin	52.9728	12.74634				11	00	12068	12068413
2815295	Waisenberg	waisenberg	DE		0	Europe/Berlin	48.37096	12.6695		Maisenberg,Waisenberg		02	092	09277	09277151
2815299	Wainding	wainding	DE		0	Europe/Berlin	48.83393	13.0921				02	092	09271	09271113
2815302	Waikersreuth	waikersreuth	DE		0	Europe/Berlin	49.31196	10.96336				02	095	09576	09576128
2815304	Waiganz	waiganz	DE		0	Europe/Berlin	49.65	11.4				02	094	09472	09472118
2815312	Waidmannsberg	waidmannsberg	DE		0	Europe/Berlin	49.15686	10.18257				01	081	08127	08127101
2815313	Waidholz	waidholz	DE		0	Europe/Berlin	48.90198	12.77997				02	092	09278	09278118
2815318	Waidenhofen	waidenhofen	DE		0	Europe/Berlin	47.75	9.61667				01	084	08436	08436064
2815320	Waidachshof	waidachshof	DE		0	Europe/Berlin	49.41499	9.34606				01	082	08225	08225091
2815321	Waidach	waidach	DE		0	Europe/Berlin	49.73068	11.42011		Waidach		02	094	09472	09472179
2815327	Waich	waich	DE		0	Europe/Berlin	47.73393	12.66061				02	091	09189	09189140
2815331	Waibling	waibling	DE		0	Europe/Berlin	48.70925	12.62761				02	092	09279	09279132
2815333	Wahrstorf	wahrstorf	DE		0	Europe/Berlin	54.00095	12.09533		Wahrstorf		12	00	13072	13072080
2815334	Wahrstorf	wahrstorf	DE		0	Europe/Berlin	53.90808	11.27967				12	00	13074	13074032
2815335	Wahrstedt	wahrstedt	DE		0	Europe/Berlin	52.41247	10.97328				06	00	03154	03154024
2815336	Wahrsow Hof	wahrsow-hof	DE		0	Europe/Berlin	53.83333	10.83333				12	00	13074	13074049
2815337	Wahrsow Dorf	wahrsow-dorf	DE		0	Europe/Berlin	53.82829	10.81149				12	00	13074	13074049
2815341	Währentrup	waehrentrup	DE		0	Europe/Berlin	51.95643	8.71113				07	057	05766	05766056
2815346	Wahrendorf	wahrendorf	DE		0	Europe/Berlin	54.19159	10.82316				10	00	01055	01055027
2815347	Wahrendahl	wahrendahl	DE		0	Europe/Berlin	52.11447	9.2097				06	00	03252	03252007
2815349	Wahrenbrück	wahrenbrueck	DE		0	Europe/Berlin	51.54975	13.36253				11	00	12062	12062500
2815353	Wahren	wahren	DE		0	Europe/Berlin	51.37574	12.32205		Leipzig-Wahren,Wahren		13	00	14713	14713000
2815356	Wahrburg	wahrburg	DE		0	Europe/Berlin	52.58996	11.82599		Wahrburg		14	00	15090	15090535
2815370	Wahnsdorf	wahnsdorf	DE		0	Europe/Berlin	51.11954	13.66744		Wahnsdorf		13	00	14627	14627210
2815371	Wahnscheid	wahnscheid	DE		0	Europe/Berlin	51.2594	7.49339				07	059	05954	05954004
2815372	Wahnscheid	wahnscheid	DE		0	Europe/Berlin	50.50914	7.93835				08	00	07143	07143239
2815374	Wahnitz	wahnitz	DE		0	Europe/Berlin	51.17442	13.31269				13	00	14627	14627180
2815375	Wahn-Heide	wahn-heide	DE		7692	Europe/Berlin	50.85891	7.10662				07	053	05315	05315000
2815376	Wahnhausen	wahnhausen	DE		0	Europe/Berlin	51.36414	9.56359				05	066	06633	06633009
2815378	Wahnebergen	wahnebergen	DE		0	Europe/Berlin	52.89475	9.23477				06	00	03361	03361003
2815379	Wahnbek	wahnbek	DE		0	Europe/Berlin	53.20595	8.23526				06	00	03451	03451005
2815381	Wahn	wahn	DE		0	Europe/Berlin	50.85666	7.08786				07	053	05315	05315000
2815382	Wahn	wahn	DE		0	Europe/Berlin	50.83518	7.296				07	053	05382	05382040
2815384	Wahmbeckerheide	wahmbeckerheide	DE		0	Europe/Berlin	51.99027	8.913				07	057	05766	05766044
2815385	Wahmbeck	wahmbeck	DE		0	Europe/Berlin	51.99381	8.9027				07	057	05766	05766044
2815386	Wahmbeck	wahmbeck	DE		0	Europe/Berlin	51.62708	9.52257				06	00	03155	03155002
2815387	Wahlwinkel	wahlwinkel	DE		0	Europe/Berlin	50.90063	10.60072		Wahlwinkel		15	00	16067	16067072
2815388	Wahlwies	wahlwies	DE		0	Europe/Berlin	47.81511	8.96735		Wahlwies		01	083	08335	08335079
2815389	Wahlweiler	wahlweiler	DE		0	Europe/Berlin	47.80648	9.40853				01	084	08435	08435067
2815390	Wahlstorf (Dorf)	wahlstorf-dorf	DE		514	Europe/Berlin	54.17836	10.29462			01057084	10	00	01057	01057084
2815393	Wahlshausen	wahlshausen	DE		0	Europe/Berlin	50.85262	9.4898		Wahlshausen		05	066	06634	06634019
2815403	Wahlschied	wahlschied	DE		0	Europe/Berlin	49.3409	6.99851		Wahlschied		09	00	10041	10041513
2815404	Wahlscheid	wahlscheid	DE		0	Europe/Berlin	51.01541	7.48698		Wahlscheid		07	053	05374	05374008
2815405	Wahlscheid	wahlscheid	DE		0	Europe/Berlin	50.88733	7.25115				07	053	05382	05382028
2815413	Wählitz	waehlitz	DE		0	Europe/Berlin	51.16373	12.08331				14	00	15084	15084235
2815414	Wahlholz	wahlholz	DE		0	Europe/Berlin	49.9673	6.95568				08	00	07231	07231134
2815417	Wahlheimer Hof	wahlheimer-hof	DE		0	Europe/Berlin	49.86732	8.22668				08	00	07339	07339025
2815420	Wahlfeld	wahlfeld	DE		0	Europe/Berlin	50.71828	7.27583		Wahlfeld		07	053	05382	05382024
2815421	Wahles	wahles	DE		0	Europe/Berlin	50.76788	10.38521				15	00	16066	16066074
2815423	Wahlert	wahlert	DE		0	Europe/Berlin	50.31726	9.36633		Wahlert		05	064	06435	06435002
2815425	Wahlershausen	wahlershausen	DE		0	Europe/Berlin	51.31693	9.43846		Kassel-Wahlershausen,Wahlershusen,Waldopheshusen [a. 1145],Warolfeshusen [a. 1123]		05	066	06611	06611000
2815429	Wahlenhof	wahlenhof	DE		0	Europe/Berlin	49.41667	6.9		Bohmen,Böhmen,Wahlenhof		09	00	10044	10044112
2815430	Wahlenheim	wahlenheim	DE		0	Europe/Berlin	48.88962	9.71294				01	081	08119	08119001
2815432	Wahlendow	wahlendow	DE		0	Europe/Berlin	53.95847	13.69735				12	00	13075	13075121
2815433	Wahlendorf	wahlendorf	DE		0	Europe/Berlin	52.95554	12.71113				11	00	12068	12068306
2815437	Wahlen	wahlen	DE		0	Europe/Berlin	50.86448	7.28282				07	053	05382	05382040
2815438	Wahlen	wahlen	DE		0	Europe/Berlin	50.8063	12.39057				13	00	14524	14524030
2815439	Wahlen	wahlen	DE		0	Europe/Berlin	50.80747	9.12641		Wahlen		05	065	06535	06535010
2815440	Wahlen	wahlen	DE		0	Europe/Berlin	50.48685	6.55891		Wahlen		07	053	05366	05366024
2815441	Wahlen	wahlen	DE		0	Europe/Berlin	49.61559	8.85747				05	064	06431	06431009
2815442	Wahlen	wahlen	DE		0	Europe/Berlin	49.48675	6.78127		Wahlen		09	00	10042	10042112
2815444	Wahle	wahle	DE		0	Europe/Berlin	52.27089	10.36182		Maior Woeledhe [a. 1258],Walede [a. 1141],Welethe [a. 1181],Wolde [a. 1369]		06	00	03157	03157007
2815445	Wahlde	wahlde	DE		0	Europe/Berlin	52.53532	8.1167				06	00	03460	03460005
2815446	Wahlburg	wahlburg	DE		0	Europe/Berlin	52.38039	8.197				06	00	03459	03459029
2815447	Wahlberg	wahlberg	DE		0	Europe/Berlin	48.68776	10.26821				01	081	08135	08135026
2815451	Wahlbachsmühle	wahlbachsmuehle	DE		0	Europe/Berlin	50.94784	8.35862				07	059	05970	05970028
2815457	Wahl	wahl	DE		0	Europe/Berlin	50.68579	7.39973				08	00	07138	07138080
2815458	Wahl	wahl	DE		0	Europe/Berlin	50.24504	11.61442				02	094	09477	09477148
2815461	Wahdorf	wahdorf	DE		0	Europe/Berlin	49.00678	12.75315				02	092	09278	09278129
2815464	Wagshurst	wagshurst	DE		0	Europe/Berlin	48.62123	7.99387				01	083	08317	08317001
2815465	Wagsberg	wagsberg	DE		0	Europe/Berlin	47.8954	10.14407				02	097	09778	09778161
2815466	Wagrain	wagrain	DE		0	Europe/Berlin	49.11667	9.66667				01	081	08127	08127059
2815471	Wagnersfehn	wagnersfehn	DE		0	Europe/Berlin	53.60711	7.59654				06	00	03462	03462008
2815474	Wagnern	wagnern	DE		0	Europe/Berlin	49.42173	12.37727				02	093	09376	09376148
2815475	Wagneritz	wagneritz	DE		0	Europe/Berlin	47.56087	10.29242				02	097	09780	09780137
2815488	Waggum	waggum	DE		3259	Europe/Berlin	52.32632	10.55803				06	00	03101	03101000
2815489	Waggershausen	waggershausen	DE		0	Europe/Berlin	47.66667	9.46667				01	084	08435	08435016
2815490	Wagesenberg	wagesenberg	DE		0	Europe/Berlin	48.56872	11.07093				02	097	09771	09771156
2815494	Wagensteig	wagensteig	DE		0	Europe/Berlin	47.98389	8.04635		Wagensteig		01	083	08315	08315020
2815495	Wagenstadt	wagenstadt	DE		0	Europe/Berlin	48.20671	7.7948				01	083	08316	08316017
2815497	Wagenschwend	wagenschwend	DE		0	Europe/Berlin	49.47175	9.14563				01	082	08225	08225052
2815499	Wagenried	wagenried	DE		0	Europe/Berlin	48.40086	11.31392				02	091	09174	09174131
2815502	Wagenitzer Zootzen	wagenitzer-zootzen	DE		0	Europe/Berlin	52.73333	12.64792				11	00	12063	12063142
2815504	Wagenitz	wagenitz	DE		0	Europe/Berlin	52.67211	12.64029				11	00	12063	12063202
2815506	Wagenholt	wagenholt	DE		0	Europe/Berlin	52.59435	6.94243				06	00	03456	03456019
2815508	Wagenhofen	wagenhofen	DE		0	Europe/Berlin	48.69667	11.16643				02	091	09185	09185157
2815509	Wagenhofen	wagenhofen	DE		0	Europe/Berlin	48.68061	10.44381				01	081	08135	08135010
2815510	Wagenhofen	wagenhofen	DE		0	Europe/Berlin	48.30154	11.17223				02	091	09174	09174137
2815517	Wagenhalden	wagenhalden	DE		0	Europe/Berlin	47.97551	9.80003				01	084	08426	08426038
2815519	Wagenfurth	wagenfurth	DE		0	Europe/Berlin	51.17846	9.49916				05	066	06634	06634012
2815528	Wagenbuch	wagenbuch	DE		0	Europe/Berlin	49.7239	9.60183		Wagenbuch,Wagenbucher Hof,Wagenbücher Hof		01	081	08128	08128131
2815535	Wagenbach	wagenbach	DE		0	Europe/Berlin	50.63333	13.2				13	00	14521	14521390
2815536	Wagenbach	wagenbach	DE		0	Europe/Berlin	49.27384	9.05183				01	081	08125	08125006
2815537	Wagenau	wagenau	DE		0	Europe/Berlin	47.79161	12.72472				02	091	09189	09189145
2815539	Wagelwitz	wagelwitz	DE		0	Europe/Berlin	51.2733	12.854				13	00	14729	14729160
2815543	Waffensen	waffensen	DE		0	Europe/Berlin	53.1144	9.32104				06	00	03357	03357039
2815544	Waffenschmiede	waffenschmiede	DE		0	Europe/Berlin	49.01613	12.38225				02	093	09375	09375209
2815545	Waffenschleif	waffenschleif	DE		0	Europe/Berlin	49.37659	12.72487				02	093	09372	09372171
2815546	Waffenrod	waffenrod	DE		0	Europe/Berlin	50.47597	10.91213				15	00	16069	16069012
2815547	Waffenried	waffenried	DE		0	Europe/Berlin	47.75817	9.87885				01	084	08436	08436052
2815548	Waffenmühle	waffenmuhle	DE		0	Europe/Berlin	49.15889	10.62429				02	095	09571	09571113
2815550	Waffenhammer	waffenhammer	DE		0	Europe/Berlin	50.1935	11.55532				02	094	09477	09477148
2815556	Wadrill	wadrill	DE		0	Europe/Berlin	49.58558	6.89375		Wadrill		09	00	10042	10042116
2815557	Wadlhausen	wadlhausen	DE		0	Europe/Berlin	47.95999	11.41934				02	091	09173	09173130
2815558	Waditz	waditz	DE		0	Europe/Berlin	51.16119	14.53201		Wadecy,Waditz		13	00	14625	14625290
2815560	Wadewitz	wadewitz	DE		0	Europe/Berlin	51.31119	13.1945		Borna-Wadewitz,Wadewitz		13	00	14730	14730170
2815561	Wadewitz	wadewitz	DE		0	Europe/Berlin	51.25152	12.97263				13	00	14730	14730330
2815562	Wadewitz	wadewitz	DE		0	Europe/Berlin	51.09085	12.21928				14	00	15084	15084130
2815568	Wadendorf	wadendorf	DE		0	Europe/Berlin	51.68082	12.17644				14	00	15082	15082440
2815569	Wadendorf	wadendorf	DE		0	Europe/Berlin	49.89827	11.32888				02	094	09472	09472176
2815570	Wadenbrunn	wadenbrunn	DE		0	Europe/Berlin	49.90898	10.243				02	096	09678	09678150
2815571	Wadenberg	wadenberg	DE		0	Europe/Berlin	48.30483	12.99764				02	092	09277	09277145
2815574	Wadelsdorf	wadelsdorf	DE		0	Europe/Berlin	51.61213	14.49177		Zakrjejc		11	00	12071	12071372
2815576	Wadelheim	wadelheim	DE		0	Europe/Berlin	52.27134	7.39366		Wadelheim		07	055	05566	05566076
2815580	Waddewarden	waddewarden	DE		0	Europe/Berlin	53.60857	7.95491		Waddewarden		06	00	03455	03455020
2815581	Waddenserwisch	waddenserwisch	DE		0	Europe/Berlin	53.52845	8.41355				06	00	03461	03461003
2815582	Waddensersiel	waddensersiel	DE		0	Europe/Berlin	53.55855	8.43664				06	00	03461	03461003
2815583	Waddenserdeich	waddenserdeich	DE		0	Europe/Berlin	53.56009	8.42987				06	00	03461	03461003
2815584	Waddens	waddens	DE		0	Europe/Berlin	53.54625	8.42585				06	00	03461	03461003
2815585	Waddenhausen	waddenhausen	DE		0	Europe/Berlin	52.01611	8.77215				07	057	05766	05766040
2815586	Waddekath	waddekath	DE		0	Europe/Berlin	52.73094	10.79365		Waddekath		14	00	15081	15081105
2815589	Wackstow	wackstow	DE		0	Europe/Berlin	53.35865	12.55154				12	00	13071	13071023
2815591	Wackerstein	wackerstein	DE		0	Europe/Berlin	48.78883	11.66891		Wackerstein		02	091	09176	09176153
2815595	Wackershofen	wackershofen	DE		0	Europe/Berlin	49.13523	9.70082				01	081	08127	08127076
2815596	Wackershofen	wackershofen	DE		0	Europe/Berlin	47.95636	9.10355				01	084	08437	08437123
2815597	Wackershausen	wackershausen	DE		0	Europe/Berlin	52.92334	9.03949				06	00	03361	03361013
2815606	Wackerling	wackerling	DE		0	Europe/Berlin	49.24556	12.65221				02	093	09372	09372116
2815607	Wackerfeld	wackerfeld	DE		0	Europe/Berlin	52.30374	9.16591				06	00	03257	03257026
2815608	Wackerberge	wackerberge	DE		0	Europe/Berlin	52.86799	13.17656				11	00	12065	12065198
2815610	Wackerballig	wackerballig	DE		0	Europe/Berlin	54.75805	9.88752		Wackerballig		10	00	01059	01059112
2815611	Wackerade	wackerade	DE		0	Europe/Berlin	54.58906	9.74847				10	00	01059	01059080
2815615	Wackenhusen	wackenhusen	DE		0	Europe/Berlin	54.15	9				10	00	01051	01051137
2815625	Wachwitz	wachwitz	DE		0	Europe/Berlin	51.04307	13.82771				13	00	14612	14612000
2815626	Wachtum	wachtum	DE		0	Europe/Berlin	52.79037	7.7153				06	00	03453	03453011
2815627	Wachtnitz	wachtnitz	DE		0	Europe/Berlin	51.19079	13.35028				13	00	14627	14627130
2815630	Wachtküppel	wachtkueppel	DE		0	Europe/Berlin	50.46887	9.88764				05	066	06631	06631010
2815642	Wächtersbach	waechtersbach	DE		12464	Europe/Berlin	50.25511	9.29564		Vekhtersbakh,Waechtersbach,Wächtersbach,fyshtrzbakh,vu~ehitasubahha,wei xi te er si ba he,wstrzbakh,Вехтерсбах,فيشترزباخ,وسترزباخ,ヴェヒタースバッハ,韦希特尔斯巴赫		05	064	06435	06435029
2815645	Wächtering	wachtering	DE		0	Europe/Berlin	48.63937	10.99492				02	097	09779	09779201
2815653	Wachtenbrink	wachtenbrink	DE		0	Europe/Berlin	51.68729	6.76556		Auf dem Wachtenbrink,Wachtenbrink		07	051	05170	05170036
2815688	Wachstein	wachstein	DE		0	Europe/Berlin	49.07556	10.83139		Wachstein		02	095	09577	09577172
2815693	Wachsenburg	wachsenburg	DE		0	Europe/Berlin	50.8582	10.87581				15	00	16070	16070028
2815694	Wachsenberg	wachsenberg	DE		0	Europe/Berlin	49.38174	10.24207				02	095	09571	09571181
2815701	Wachmecke	wachmecke	DE		0	Europe/Berlin	51.34544	7.75466				07	059	05962	05962016
2815702	Wachlkofen	wachlkofen	DE		0	Europe/Berlin	48.48736	12.54966				02	092	09279	09279115
2815717	Wachholz	wachholz	DE		0	Europe/Berlin	53.43897	8.80988				06	00	03352	03352059
2815718	Wachholderschenke	wachholderschenke	DE		0	Europe/Berlin	50.67924	12.13748				15	00	16076	16076039
2815722	Wachholderhof	wachholderhof	DE		0	Europe/Berlin	50.03485	8.06276				05	064	06439	06439003
2815723	Wachholderbusch	wachholderbusch	DE		0	Europe/Berlin	50.34276	11.77386				02	094	09475	09475171
2815729	Wachholderbaum	wachholderbaum	DE		0	Europe/Berlin	50.93331	12.09375				15	00	16052	16052000
2815732	Wachfeld	wachfeld	DE		0	Europe/Berlin	48.98454	10.63784				02	097	09779	09779117
2815733	Wacherling	wacherling	DE		0	Europe/Berlin	49.17657	12.50457				02	093	09372	09372153
2815734	Wachenzell	wachenzell	DE		0	Europe/Berlin	48.96128	11.22751				02	091	09176	09176155
2815737	Wachenhofen	wachenhofen	DE		0	Europe/Berlin	49.06667	11.85				02	093	09375	09375148
2815741	Wachenhausen	wachenhausen	DE		0	Europe/Berlin	51.66658	10.09503				06	00	03155	03155007
2815742	Wachendorf	wachendorf	DE		0	Europe/Berlin	52.8757	8.90589		Wachendorf		06	00	03251	03251041
2815743	Wachendorf	wachendorf	DE		0	Europe/Berlin	52.55714	7.25603		Wachendorf		06	00	03454	03454032
2815744	Wachendorf	wachendorf	DE		0	Europe/Berlin	50.59724	6.7404		Wachendorf		07	053	05366	05366028
2815745	Wachendorf	wachendorf	DE		0	Europe/Berlin	49.4573	10.88711				02	095	09573	09573114
2815746	Wachendorf	wachendorf	DE		0	Europe/Berlin	48.42271	8.84391				01	084	08416	08416050
2815748	Wachenbuchen	wachenbuchen	DE		0	Europe/Berlin	50.16729	8.85708		Wachenbuchen		05	064	06435	06435019
2815749	Wachenbrunn	wachenbrunn	DE		0	Europe/Berlin	50.49063	10.57273				15	00	16069	16069051
2815755	Wachelkofen	wachelkofen	DE		0	Europe/Berlin	48.63634	12.1218				02	092	09274	09274141
2815780	Wachbach	wachbach	DE		0	Europe/Berlin	49.44323	9.79185				01	081	08128	08128007
2815783	Wabetalsiedlung	wabetalsiedlung	DE		0	Europe/Berlin	52.26667	10.56667				06	00	03101	03101000
2815788	Wabel	wabel	DE		0	Europe/Berlin	53.33911	11.62385				12	00	13076	13076105
2815790	Wabach	wabach	DE		0	Europe/Berlin	48.53815	12.78185				02	092	09277	09277111
2815793	Waat	waat	DE		0	Europe/Berlin	51.14543	6.49575				07	051	05162	05162012
2815794	Waaswitz	waaswitz	DE		0	Europe/Berlin	50.92132	12.16613				15	00	16076	16076008
2815795	Waase	waase	DE		0	Europe/Berlin	54.46384	13.18189				12	00	13073	13073095
2815800	Waalhaupten	waalhaupten	DE		0	Europe/Berlin	47.97106	10.78915		Waalhaupten		02	097	09777	09777177
2815805	Waakhausen	waakhausen	DE		0	Europe/Berlin	53.2048	8.87071				06	00	03356	03356011
2815809	Waag	waag	DE		0	Europe/Berlin	51.15	7.33333				07	053	05374	05374016
2815813	Vynensche Gatt	vynensche-gatt	DE		0	Europe/Berlin	51.71667	6.4				07	051	05170	05170052
2815814	Vynen	vynen	DE		0	Europe/Berlin	51.70045	6.41534		Vynen		07	051	05170	05170052
2815816	Vussem	vussem	DE		0	Europe/Berlin	50.56704	6.66453		Vussem		07	053	05366	05366028
2815822	Vreschen-Bokel	vreschen-bokel	DE		0	Europe/Berlin	53.2188	7.7563		Bokel Vreschen,Vreschen-Bokel		06	00	03451	03451001
2815825	Vrasselt	vrasselt	DE		0	Europe/Berlin	51.52283	6.40412				07	051	05154	05154020
2815826	Vrasselt	vrasselt	DE		0	Europe/Berlin	51.8262	6.3093				07	051	05154	05154008
2815827	Voxtrup	voxtrup	DE		0	Europe/Berlin	52.2556	8.10437				06	00	03404	03404000
2815829	Vowinkel	vowinkel	DE		0	Europe/Berlin	52.04425	7.37047				07	055	05566	05566036
2815830	Voursenbeck	voursenbeck	DE		0	Europe/Berlin	51.34912	6.29084				07	051	05166	05166016
2815832	Vötting	votting	DE		0	Europe/Berlin	48.3969	11.71443		Votting,Vötting		02	091	09178	09178124
2815834	Voßwinkler Heide	vosswinkler-heide	DE		0	Europe/Berlin	51.46547	7.89528				07	059	05958	05958004
2815835	Voßwinkel	vosswinkel	DE		0	Europe/Berlin	53.31037	13.02687				12	00	13071	13071147
2815836	Voßwinkel	vosswinkel	DE		0	Europe/Berlin	51.46561	7.90973				07	059	05958	05958004
2815837	Voßwinkel	vosswinkel	DE		0	Europe/Berlin	51.33267	7.68875				07	059	05962	05962024
2815841	Vossum	vossum	DE		0	Europe/Berlin	51.46286	6.27884				07	051	05154	05154052
2815843	Voßplacke	vossplacke	DE		0	Europe/Berlin	51.84143	7.01275				07	055	05554	05554044
2815844	Voßpaß	vosspass	DE		0	Europe/Berlin	52.05	10.4				06	00	03102	03102000
2815845	Voßnacken	vossnacken	DE		0	Europe/Berlin	51.35973	7.09665				07	051	05158	05158032
2815846	Voßmoor	vossmoor	DE		0	Europe/Berlin	53.44635	10.3025				10	00	01053	01053028
2815851	Voßmar	vossmar	DE		0	Europe/Berlin	51.87683	8.028				07	055	05570	05570020
2815853	Voßloch	vossloch	DE		0	Europe/Berlin	53.78821	9.73382				10	00	01056	01056008
2815856	Voßkuhle	vosskuhle	DE		0	Europe/Berlin	51.39562	7.3707				07	059	05954	05954020
2815858	Voßkuhl	vosskuhl	DE		0	Europe/Berlin	53.87513	11.35245				12	00	13074	13074022
2815861	Vosskaten	vosskaten	DE		0	Europe/Berlin	53.85946	10.47031				10	00	01062	01062059
2815864	Voßhöven	vosshoeven	DE		0	Europe/Berlin	51.37875	7.34395				07	059	05954	05954032
2815867	Voßhöhlen	vosshoehlen	DE		0	Europe/Berlin	53.88713	10.10619				10	00	01060	01060034
2815869	Voßhof	vosshof	DE		0	Europe/Berlin	52.91471	11.74622		Gut Vosshof,Gut Voßhof,Vosshof,Voßhof		14	00	15090	15090003
2815871	Voßheide	vossheide	DE		0	Europe/Berlin	52.1206	8.38635				06	00	03459	03459024
2815872	Voßheide	vossheide	DE		0	Europe/Berlin	51.6737	6.1765				07	051	05154	05154016
2815873	Voßheide	vossheide	DE		0	Europe/Berlin	52.0093	8.95901				07	057	05766	05766044
2815875	Voßhagen	vosshagen	DE		0	Europe/Berlin	53.64886	12.88671				12	00	13071	13071070
2815876	Voßhagen	vosshagen	DE		0	Europe/Berlin	52.08446	8.82563				07	057	05766	05766008
2815881	Voßfeld	vossfeld	DE		0	Europe/Berlin	53.57432	12.983				12	00	13071	13071127
2815884	Vossenberg	vossenberg	DE		0	Europe/Berlin	51.21691	6.25637				07	051	05166	05166024
2815886	Vossenack	vossenack	DE		0	Europe/Berlin	50.68584	6.37113		Vossenack		07	053	05358	05358016
2815887	Vössen	voessen	DE		0	Europe/Berlin	52.2068	8.8618				07	057	05770	05770032
2815888	Vossem	vossem	DE		0	Europe/Berlin	51.10719	6.21085		Vossem		07	053	05370	05370004
2815892	Vosseberg	vosseberg	DE		0	Europe/Berlin	53.06667	7.41667				06	00	03454	03454041
2815893	Voßbruch	vossbruch	DE		0	Europe/Berlin	51.0098	7.36915		Vossbruch,Voßbruch		07	053	05374	05374020
2815899	Voßberg	vossberg	DE		0	Europe/Berlin	53.87179	13.87957				12	00	13075	13075137
2815900	Voßberg	vossberg	DE		0	Europe/Berlin	53.24392	8.55974				06	00	03356	03356009
2815901	Voßberg	vossberg	DE		0	Europe/Berlin	53.14945	13.82269				11	00	12073	12073157
2815902	Voßberg	vossberg	DE		0	Europe/Berlin	52.77552	8.96052				06	00	03251	03251049
2815903	Voßberg	vossberg	DE		0	Europe/Berlin	52.6327	14.39621				11	00	12064	12064274
2815939	Voßbarg	vossbarg	DE		0	Europe/Berlin	53.38951	7.69559		Vossbarg,Voßbarg		06	00	03452	03452025
2815947	Vosloge	vosloge	DE		0	Europe/Berlin	53.29198	8.66653				06	00	03352	03352060
2815948	Vöslesrieth	voslesrieth	DE		0	Europe/Berlin	49.6554	12.40459				02	093	09374	09374147
2815950	Voslapp	voslapp	DE		0	Europe/Berlin	53.5868	8.10374		Voslapp		06	00	03405	03405000
2815952	Voshövel	voshoevel	DE		0	Europe/Berlin	51.71469	6.71993				07	051	05170	05170036
2815953	Vosdiek	vosdiek	DE		0	Europe/Berlin	52.63333	8.13333				06	00	03460	03460003
2815954	Voesch	voesch	DE		0	Europe/Berlin	51.39192	6.42576		Voesch,Vosch,Vösch		07	051	05166	05166012
2815957	Vorwohle	vorwohle	DE		0	Europe/Berlin	51.88687	9.72747		Vorwohlde,Vorwohle		06	00	03255	03255012
2815958	Vorwohlde	vorwohlde	DE		0	Europe/Berlin	53.29719	8.77669				06	00	03356	03356007
2815959	Vorwohlde	vorwohlde	DE		0	Europe/Berlin	52.71238	8.81361				06	00	03251	03251040
2815961	Vorwerk Stolp	vorwerk-stolp	DE		0	Europe/Berlin	52.48333	12.9				11	00	12063	12063148
2815962	Vorwerk Steinberg	vorwerk-steinberg	DE		0	Europe/Berlin	53.93333	14.11667				12	00	13075	13075049
2815965	Russow	russow	DE		0	Europe/Berlin	54.05958	11.64861		Russow,Vorwerk Russow		12	00	13072	13072085
2815966	Vorwerk Roskow	vorwerk-roskow	DE		0	Europe/Berlin	52.48333	12.71667				11	00	12069	12069541
2815967	Vorwerk Peterhof	vorwerk-peterhof	DE		0	Europe/Berlin	51.69025	13.63455				11	00	12062	12062469
2815968	Vorwerk Neuhof	vorwerk-neuhof	DE		0	Europe/Berlin	52.5728	12.83152		Neuhof		11	00	12063	12063208
2815969	Vorwerk Müggenburg	vorwerk-mueggenburg	DE		0	Europe/Berlin	52.25745	12.60771		Muggenburg,Müggenburg,Vorwerk Muggenburg,Vorwerk Müggenburg		11	00	12069	12069216
2815970	Vorwerk Möthlitz	vorwerk-moethlitz	DE		0	Europe/Berlin	52.46667	12.41667				11	00	12063	12063189
2815971	Vorwerk Luisenhof	vorwerk-luisenhof	DE		0	Europe/Berlin	52.48274	12.37334				11	00	12063	12063189
2815972	Vorwerk Kützkow	vorwerk-kuetzkow	DE		0	Europe/Berlin	52.49314	12.4507				11	00	12069	12069270
2815973	Vorwerk Klein Loitz	vorwerk-klein-loitz	DE		0	Europe/Berlin	51.60658	14.51105				11	00	12071	12071074
2815974	Vorwerk Hornow	vorwerk-hornow	DE		0	Europe/Berlin	51.64244	14.5363				11	00	12071	12071372
2815975	Helsungen	helsungen	DE		0	Europe/Berlin	51.78781	10.99937		Helsungen,Vorwerk Helsungen		14	00	15085	15085055
2815976	Vorwerk Glien	vorwerk-glien	DE		0	Europe/Berlin	52.61667	12.96667				11	00	12063	12063208
2815977	Vorwerk Friedrichsmilde	vorwerk-friedrichsmilde	DE		0	Europe/Berlin	52.9	11.43333				14	00	15081	15081030
2815980	Vorwerk Drieschnitz	vorwerk-drieschnitz	DE		0	Europe/Berlin	51.65915	14.4927				11	00	12071	12071301
2815981	Vorwerk Bohsdorf	vorwerk-bohsdorf	DE		0	Europe/Berlin	51.64363	14.54623		Vorwerk Bohsdorf		11	00	12071	12071074
2815982	Vorwerk Bliesendorf	vorwerk-bliesendorf	DE		0	Europe/Berlin	52.33366	12.8413				11	00	12069	12069656
2815993	Vorwendorf	vorwendorf	DE		0	Europe/Berlin	53.9	11.41667				12	00	13074	13074087
2815994	Vorweiden	vorweiden	DE		0	Europe/Berlin	50.83005	6.1678		Vorweiden		07	053	05334	05334036
2815995	Vorwangern	vorwangern	DE		0	Europe/Berlin	53.98333	11.41667				12	00	13074	13074035
2815996	Vorwalsrode	vorwalsrode	DE		0	Europe/Berlin	52.85	9.58333				06	00	03358	03358024
2815997	Vorwalde	vorwalde	DE		0	Europe/Berlin	52.37906	8.15872				06	00	03459	03459029
2815998	Vorwald	vorwald	DE		0	Europe/Berlin	52.61556	6.78171				06	00	03456	03456012
2816003	Vorthan	vorthan	DE		0	Europe/Berlin	48.63909	12.03583				02	092	09274	09274187
2816008	Vortal	vortal	DE		0	Europe/Berlin	48.33128	8.35981				01	083	08325	08325050
2816009	Vorsum	vorsum	DE		0	Europe/Berlin	51.56498	6.359				07	051	05154	05154012
2816013	Vorstadt Steindamm	vorstadt-steindamm	DE		0	Europe/Berlin	54.48333	9.83333				10	00	01058	01058043
2816014	Vorstädtle	vorstadtle	DE		0	Europe/Berlin	48.03245	7.87354		Vorstadtle,Vorstadtle mit Waldacker,Vorstädtle,Vorstädtle mit Waldacker		01	083	08315	08315047
2816015	Vorstädtel	vorstadtel	DE		0	Europe/Berlin	49.35	8.78333				01	082	08226	08226006
2816016	Vorstadt Ankuhn	vorstadt-ankuhn	DE		0	Europe/Berlin	51.97196	12.07002				14	00	15082	15082430
2816020	Vorst	vorst	DE		0	Europe/Berlin	51.49658	6.40818				07	051	05154	05154020
2816021	Vorst	vorst	DE		0	Europe/Berlin	51.4819	6.25129		Vorst		07	051	05154	05154052
2816022	Vorst	vorst	DE		0	Europe/Berlin	51.30255	6.42693				07	051	05166	05166028
2816023	Vorst	vorst	DE		0	Europe/Berlin	51.29877	6.36013				07	051	05166	05166032
2816024	Vorst	vorst	DE		0	Europe/Berlin	51.21479	6.58399		Vorst		07	051	05162	05162016
2816025	Vorst	vorst	DE		0	Europe/Berlin	51.1699	7.45075				07	059	05962	05962012
2816031	Vorselaer	vorselaer	DE		0	Europe/Berlin	51.63352	6.22454				07	051	05154	05154064
2816032	Vor Seebach	vor-seebach	DE		0	Europe/Berlin	48.40372	8.31336				01	082	08237	08237075
2816033	Vorsee	vorsee	DE		0	Europe/Berlin	53.67212	14.19584				12	00	13075	13075001
2816034	Vorsee	vorsee	DE		0	Europe/Berlin	47.88854	9.58217				01	084	08436	08436087
2816036	Vorscharmbeckstotel	vorscharmbeckstotel	DE		0	Europe/Berlin	53.21667	8.75				06	00	03356	03356007
2816037	Vor Riersbach	vor-riersbach	DE		0	Europe/Berlin	48.38296	8.14446				01	083	08317	08317088
2816039	Vorrade	vorrade	DE		0	Europe/Berlin	53.81528	10.67749				10	00	01003	01003000
2816044	Vorpollitz	vorpollitz	DE		0	Europe/Berlin	52.96667	11.63333				14	00	15090	15090003
2816045	Vorpochten	vorpochten	DE		0	Europe/Berlin	50.21377	7.0175				08	00	07135	07135083
2816046	Vornwald	vornwald	DE		0	Europe/Berlin	49.00642	12.77				02	092	09278	09278129
2816047	Vornick	vornick	DE		0	Europe/Berlin	51.67033	6.18975				07	051	05154	05154064
2816048	Vornhorst	vornhorst	DE		0	Europe/Berlin	53.23333	11.38333				12	00	13076	13076093
2816049	Vornholz	vornholz	DE		0	Europe/Berlin	48.56667	13.41667				02	092	09262	09262000
2816052	Vornhagen	vornhagen	DE		0	Europe/Berlin	52.33917	9.2486				06	00	03257	03257021
2816057	Vornbach	vornbach	DE		0	Europe/Berlin	48.48666	13.44109				02	092	09275	09275134
2816058	Vorm Wäldle	vorm-waldle	DE		0	Europe/Berlin	48.26667	8.43333				01	083	08325	08325001
2816061	Vormwald	vormwald	DE		0	Europe/Berlin	50.98669	8.13784				07	059	05970	05970020
2816062	Vormwald	vormwald	DE		0	Europe/Berlin	50.07477	9.2708				02	096	09671	09671153
2816066	Vormstegen	vormstegen	DE		0	Europe/Berlin	53.75	9.65				10	00	01056	01056015
2816069	Vormholz	vormholz	DE		0	Europe/Berlin	51.40805	7.29979				07	059	05954	05954036
2816070	Vormholz	vormholz	DE		0	Europe/Berlin	47.71667	11.43333				02	091	09173	09173115
2816071	Vorm Holte	vorm-holte	DE		0	Europe/Berlin	51.1964	7.37639				07	053	05374	05374036
2816073	Vormeppen	vormeppen	DE		0	Europe/Berlin	52.7	7.31667				06	00	03454	03454035
2816074	Vormberg	vormberg	DE		0	Europe/Berlin	48.75619	8.1802				01	082	08216	08216049
2816077	Vörlinsbach	voerlinsbach	DE		0	Europe/Berlin	47.93153	7.95822	480			01	083	08315	08315084
2816078	Vorleiten	vorleiten	DE		0	Europe/Berlin	48.33625	12.79513				02	092	09277	09277153
2816080	Vorland	vorland	DE		0	Europe/Berlin	54.1197	12.90816				12	00	13073	13073086
2816081	Vorlahm	vorlahm	DE		0	Europe/Berlin	49.93189	11.40969				02	094	09472	09472131
2816083	Vor Ketzin	vor-ketzin	DE		0	Europe/Berlin	52.50784	12.846				11	00	12063	12063148
2816087	Vörie	voerie	DE		0	Europe/Berlin	52.28265	9.64565				06	00	03241	03241014
2816089	Vorhop	vorhop	DE		0	Europe/Berlin	52.64371	10.65997		Vorhop		06	00	03151	03151040
2816091	Vorholz	vorholz	DE		0	Europe/Berlin	48.55906	13.72244				02	092	09275	09275153
2816092	Vorholz	vorholz	DE		0	Europe/Berlin	47.6615	10.05153				02	097	09776	09776118
2816098	Vorhof	vorhof	DE		0	Europe/Berlin	48.16722	7.92063				01	083	08316	08316054
2816099	Vorhof	vorhof	DE		0	Europe/Berlin	49.08933	9.35647				01	081	08125	08125098
2816102	Vorhelm	vorhelm	DE		0	Europe/Berlin	51.80575	7.94337		Forehelme,Forhelme,Furelmi,Vorhelm		07	055	05570	05570004
2816104	Vorheide	vorheide	DE		0	Europe/Berlin	53.43333	13.48333				12	00	13071	13071164
2816107	Vorhäuser	vorhaeuser	DE		0	Europe/Berlin	50.70325	12.39983				13	00	14524	14524300
2816108	Vorhalle	vorhalle	DE		0	Europe/Berlin	51.38306	7.43495				07	059	05914	05914000
2816118	Vörfken	voerfken	DE		0	Europe/Berlin	51.28913	7.26464				07	059	05954	05954024
2816120	Vor Eulersbach	vor-eulersbach	DE		0	Europe/Berlin	48.2931	8.30734				01	083	08325	08325051
2816121	Vor Ernsbach	vor-ernsbach	DE		0	Europe/Berlin	48.40075	8.08322				01	083	08317	08317085
2816122	Voremberg	voremberg	DE		0	Europe/Berlin	52.07223	9.44464				06	00	03252	03252005
2816126	Vordorfermühle	vordorfermuhle	DE		0	Europe/Berlin	50.04621	11.91194				02	094	09479	09479161
2816136	Vorderwestermurr	vorderwestermurr	DE		0	Europe/Berlin	48.95514	9.58295				01	081	08119	08119044
2816138	Vorderweißenried	vorderweissenried	DE		0	Europe/Berlin	47.8	9.56667				01	084	08436	08436064
2816139	Vorderweißbuch	vorderweissbuch	DE		0	Europe/Berlin	48.85471	9.50161				01	081	08119	08119089
2816144	Vorderwald	vorderwald	DE		0	Europe/Berlin	48.97319	9.99734				01	081	08136	08136003
2816147	Vordervöhrenberg	vordervohrenberg	DE		0	Europe/Berlin	49.0028	9.37859				01	081	08119	08119087
2816148	Veserde	veserde	DE		0	Europe/Berlin	51.32827	7.59616		Veserde,Vorderveserde		07	059	05962	05962044
2816150	Vorderuhlberg	vorderuhlberg	DE		0	Europe/Berlin	49.06063	9.98307				01	081	08127	08127103
2816151	Vordertodtmoos	vordertodtmoos	DE		0	Europe/Berlin	47.74052	7.9984				01	083	08337	08337108
2816152	Vorderthürn	vorderthurn	DE		0	Europe/Berlin	49.24433	12.28439				02	093	09376	09376117
2816154	Vordertal	vordertal	DE		0	Europe/Berlin	48.13253	8.28287				01	083	08326	08326060
2816155	Vordertal	vordertal	DE		0	Europe/Berlin	48.04047	8.14858				01	083	08326	08326020
2816156	Vordertal	vordertal	DE		0	Europe/Berlin	47.89814	7.94325				01	083	08315	08315084
2816158	Vordertal	vordertal	DE		0	Europe/Berlin	48.29075	8.1272				01	083	08317	08317029
2816162	Vorder-Storchen	vorder-storchen	DE		0	Europe/Berlin	47.78333	9.58333				01	084	08436	08436064
2816163	Vorderstöcken	vorderstocken	DE		0	Europe/Berlin	50.20767	11.3847				02	094	09476	09476145
2816168	Vordersten Thüle	vordersten-thuele	DE		0	Europe/Berlin	52.97952	7.89851				06	00	03453	03453007
2816170	Vordersteinwald	vordersteinwald	DE		0	Europe/Berlin	48.42732	8.40107				01	082	08237	08237045
2816171	Vordersteinenberg	vordersteinenberg	DE		0	Europe/Berlin	48.88317	9.73007				01	081	08119	08119001
2816173	Vordersteig	vordersteig	DE		0	Europe/Berlin	47.70003	10.51105				02	097	09777	09777131
2816176	Vordersexau	vordersexau	DE		0	Europe/Berlin	48.09108	7.89407				01	083	08316	08316039
2816180	Vorderschweinhöf	vorderschweinhof	DE		0	Europe/Berlin	47.54254	9.92389				02	097	09776	09776121
2816182	Vorderschwangen	vorderschwangen	DE		0	Europe/Berlin	48.13985	8.00942		Krugshof,Vorderschwangen		01	083	08316	08316055
2816183	Vorderschützenbach	vorderschutzenbach	DE		0	Europe/Berlin	48.06667	8.21667				01	083	08326	08326017
2816185	Vorderschneid	vorderschneid	DE		0	Europe/Berlin	47.61628	10.41526				02	097	09780	09780145
2816187	Vorderschmiding	vorderschmiding	DE		0	Europe/Berlin	48.8176	13.58166		Vorderschmiding		02	092	09272	09272126
2816191	Vorderschloß	vorderschloss	DE		0	Europe/Berlin	48.55084	13.2303				02	092	09275	09275138
2816195	Vorderschellenbach	vorderschellenbach	DE		0	Europe/Berlin	48.27897	10.55014				02	097	09774	09774198
2816197	Vorderscharde	vorderscharde	DE		0	Europe/Berlin	51.08811	7.51293				07	053	05374	05374024
2816199	Vordersarling	vordersarling	DE		0	Europe/Berlin	48.39465	12.66874				02	092	09277	09277151
2816202	Vorderröhrenhof	vorderrohrenhof	DE		0	Europe/Berlin	50.02903	11.70287				02	094	09472	09472116
2816204	Vorderriß	vorderriss	DE		0	Europe/Berlin	47.55884	11.43661				02	091	09173	09173135
2816205	Vorderried	vorderried	DE		0	Europe/Berlin	48.593	10.72658				02	097	09773	09773122
2816206	Vorderreuth	vorderreuth	DE		0	Europe/Berlin	50.19078	11.49719				02	094	09477	09477156
2816207	Vorderreute	vorderreute	DE		0	Europe/Berlin	47.68921	9.65356				01	084	08435	08435057
2816208	Vorderreute	vorderreute	DE		0	Europe/Berlin	47.59653	10.43637				02	097	09780	09780145
2816209	Vorderreute	vorderreute	DE		0	Europe/Berlin	47.56246	9.99294				02	097	09780	09780132
2816210	Vorderreit	vorderreit	DE		0	Europe/Berlin	48.82475	13.09957				02	092	09271	09271113
2816211	Vorderrehberg	vorderrehberg	DE		0	Europe/Berlin	50.18662	11.62053				02	094	09477	09477138
2816212	Vorderreckenberg	vorderreckenberg	DE		0	Europe/Berlin	48.7293	13.08465				02	092	09271	09271153
2816214	Vorderrandsberg	vorderrandsberg	DE		0	Europe/Berlin	49.25873	12.31329				02	093	09376	09376117
2816215	Vorderpfeinach	vorderpfeinach	DE		0	Europe/Berlin	49.5007	10.22892				02	095	09575	09575168
2816220	Vorder-Neuendorf	vorder-neuendorf	DE		0	Europe/Berlin	53.95715	9.37518				10	00	01061	01061119
2816222	Vordermurrhärle	vordermurrharle	DE		0	Europe/Berlin	48.99976	9.56815				01	081	08119	08119044
2816223	Vordermühle	vordermuehle	DE		0	Europe/Berlin	51.08235	7.434		Vordermuhle,Vordermühle		07	053	05374	05374052
2816225	Vordermiesenbach	vordermiesenbach	DE		0	Europe/Berlin	47.77832	12.64913		Miesenbach,Vordermiesenbach		02	091	09189	09189140
2816229	Vorderlintal	vorderlintal	DE		0	Europe/Berlin	48.88944	9.76097				01	081	08136	08136066
2816230	Vorderlengenberk	vorderlengenberk	DE		0	Europe/Berlin	48.94862	10.08899				01	081	08136	08136019
2816234	Vorderlangert	vorderlangert	DE		0	Europe/Berlin	48.9781	9.68518				01	081	08127	08127023
2816235	Vorderlangenbach	vorderlangenbach	DE		0	Europe/Berlin	48.06305	8.29942				01	083	08326	08326068
2816239	Vorderkreith	vorderkreith	DE		0	Europe/Berlin	49.11214	11.81949				02	093	09375	09375118
2816241	Vorderkleebach	vorderkleebach	DE		0	Europe/Berlin	49.83182	11.47288		Vorderkleebach		02	094	09472	09472179
2816242	Vorderkirnberg	vorderkirnberg	DE		0	Europe/Berlin	47.73724	11.00337				02	091	09190	09190117
2816243	Vorderkindberg	vorderkindberg	DE		0	Europe/Berlin	47.79133	10.35539				02	097	09780	09780122
2816244	Vorderkehr	vorderkehr	DE		0	Europe/Berlin	47.67779	11.05259				02	091	09180	09180112
2816246	Vorderhundsberg	vorderhundsberg	DE		0	Europe/Berlin	48.86964	9.60675				01	081	08119	08119084
2816247	Vorderhufe	vorderhufe	DE		0	Europe/Berlin	51.12088	7.21021				07	053	05378	05378032
2816249	Vorderhönisch	vorderhoenisch	DE		0	Europe/Berlin	52.91667	9.21667				06	00	03361	03361012
2816250	Vorderholzhausen	vorderholzhausen	DE		0	Europe/Berlin	48.41866	11.99891				02	091	09177	09177126
2816251	Vorderholz	vorderholz	DE		0	Europe/Berlin	47.76469	7.90458				01	083	08336	08336025
2816256	Vorderhindelang	vorderhindelang	DE		0	Europe/Berlin	47.5062	10.34997		Vorderhindelang		02	097	09780	09780123
2816257	Vorderheubronn	vorderheubronn	DE		0	Europe/Berlin	47.79632	7.81368				01	083	08336	08336107
2816258	Vorderheubach	vorderheubach	DE		0	Europe/Berlin	48.31667	8.31667				01	083	08317	08317145
2816259	Vorderheubach	vorderheubach	DE		0	Europe/Berlin	49.48778	8.77611		Vorderheubach		01	082	08226	08226029
2816260	Vorderherberg	vorderherberg	DE		0	Europe/Berlin	48.81555	13.12467				02	092	09271	09271113
2816261	Vorderhenneberg	vorderhenneberg	DE		0	Europe/Berlin	50.55	12.76667				13	00	14521	14521550
2816263	Vordere Heimat	vordere-heimat	DE		0	Europe/Berlin	48.36925	11.0607				02	097	09771	09771122
2816264	Vor der Heide	vor-der-heide	DE		0	Europe/Berlin	51.72816	12.21202				14	00	15082	15082301
2816271	Vorderhaslach	vorderhaslach	DE		0	Europe/Berlin	49.45518	11.4626				02	095	09574	09574128
2816272	Vorderhaslach	vorderhaslach	DE		0	Europe/Berlin	48.10495	8.07145				01	083	08316	08316042
2816274	Vor der Hardt	vor-der-hardt	DE		0	Europe/Berlin	51.01234	7.54084				07	053	05374	05374012
2816275	Vorderhambach	vorderhambach	DE		0	Europe/Berlin	48.36667	8.08333				01	083	08317	08317146
2816276	Vorderhainberg	vorderhainberg	DE		0	Europe/Berlin	48.54139	13.23528				02	092	09275	09275138
2816279	Vorderhagen	vorderhagen	DE		0	Europe/Berlin	53.33048	10.80408				12	00	13076	13076136
2816280	Vorderhagen	vorderhagen	DE		0	Europe/Berlin	51.12524	7.77015				07	059	05962	05962036
2816281	Vordergründl	vordergrundl	DE		0	Europe/Berlin	47.69989	10.82529				02	091	09190	09190154
2816282	Vordergrub	vordergrub	DE		0	Europe/Berlin	49.03447	12.41873				02	093	09375	09375210
2816283	Vordergriesbach	vordergriesbach	DE		0	Europe/Berlin	48.08988	8.09232				01	083	08316	08316042
2816285	Vordergern	vordergern	DE		0	Europe/Berlin	47.65465	13.00771				02	091	09172	09172116
2816286	Vordergereuth	vordergereuth	DE		0	Europe/Berlin	49.85053	11.443		Vordergereuth		02	094	09472	09472111
2816287	Vorderer Geisberg	vorderer-geisberg	DE		0	Europe/Berlin	48.22674	7.98298		Vorderer Geisberg,Vordergeisberg		01	083	08317	08317121
2816289	Vorderfreundorf	vorderfreundorf	DE		0	Europe/Berlin	48.77561	13.67907				02	092	09272	09272121
2816290	Vorderfischen	vorderfischen	DE		0	Europe/Berlin	47.92744	11.15539				02	091	09190	09190138
2816291	Vorderfirmiansreut	vorderfirmiansreut	DE		0	Europe/Berlin	48.87781	13.66493				02	092	09272	09272139
2816293	Vorder Feldhausen	vorder-feldhausen	DE		0	Europe/Berlin	51.3	7.46667				07	059	05954	05954004
2816296	Vorderfalkau	vorderfalkau	DE		0	Europe/Berlin	47.87497	8.13774				01	083	08315	08315037
2816303	Vorderessach	vorderessach	DE		0	Europe/Berlin	47.67292	9.71163				01	084	08435	08435042
2816304	Vorderespig	vorderespig	DE		0	Europe/Berlin	49.16667	9.51667				01	081	08126	08126069
2816308	Vorderes Elend	vorderes-elend	DE		0	Europe/Berlin	47.87646	7.82304				01	083	08315	08315130
2816313	Vorderes Breitenfeld	vorderes-breitenfeld	DE		0	Europe/Berlin	48.94917	9.71028				01	081	08136	08136027
2816320	Vorderer Tonbach	vorderer-tonbach	DE		0	Europe/Berlin	48.52101	8.36682				01	082	08237	08237004
2816334	Vorderer Meßhof	vorderer-messhof	DE		0	Europe/Berlin	49.67542	9.44818				01	081	08128	08128064
2816375	Vorder Engelschwand	vorder-engelschwand	DE		0	Europe/Berlin	47.68001	8.03655				01	083	08337	08337038
2816383	Vorder Eichberg	vorder-eichberg	DE		0	Europe/Berlin	47.62639	8.4656				01	083	08337	08337030
2816384	Vordereich	vordereich	DE		0	Europe/Berlin	48.54383	12.74948		Aich,Vordereich		02	092	09279	09279135
2816389	Vordere Häslen	vordere-haslen	DE		0	Europe/Berlin	48.5165	8.37105				01	082	08237	08237004
2816391	Vordereggeten	vordereggeten	DE		0	Europe/Berlin	50.33553	12.02153				02	094	09475	09475127
2816392	Vordereggelburg	vordereggelburg	DE		0	Europe/Berlin	48.07533	11.93888				02	091	09175	09175115
2816393	Vorderegg	vorderegg	DE		0	Europe/Berlin	47.57875	10.61818				02	097	09777	09777129
2816400	Vordereben	vordereben	DE		0	Europe/Berlin	48.73881	13.64837				02	092	09272	09272129
2816403	Vordere Allmend	vordere-allmend	DE		0	Europe/Berlin	48.50982	8.09128				01	083	08317	08317089
2816405	Vorderdorf	vorderdorf	DE		0	Europe/Berlin	47.94104	8.07149				01	083	08315	08315016
2816406	Vorderdohr	vorderdohr	DE		0	Europe/Berlin	51.21402	7.14628				07	051	05124	05124000
2816407	Vorderdietzberg	vorderdietzberg	DE		0	Europe/Berlin	48.99458	13.01137				02	092	09276	09276146
2816408	Vorderdenkental	vorderdenkental	DE		0	Europe/Berlin	48.50296	9.94606				01	084	08425	08425135
2816411	Vorderburg	vorderburg	DE		0	Europe/Berlin	47.60986	10.33414				02	097	09780	09780137
2816413	Vorderbuchenbrunn	vorderbuchenbrunn	DE		0	Europe/Berlin	47.94696	10.42677				02	097	09778	09778168
2816414	Vorderbüchelberg	vorderbuchelberg	DE		0	Europe/Berlin	49.06488	9.4555				01	081	08119	08119069
2816415	Vorderbüchelberg	vorderbuchelberg	DE		0	Europe/Berlin	48.91924	9.97398				01	081	08136	08136002
2816416	Vorderbuchberg	vorderbuchberg	DE		0	Europe/Berlin	48.9632	12.69196				02	092	09278	09278151
2816419	Vorderbruch	vorderbruch	DE		0	Europe/Berlin	52.20086	8.50555				07	057	05758	05758004
2816420	Vorderbrennberg	vorderbrennberg	DE		0	Europe/Berlin	47.77352	10.10668				02	097	09780	09780112
2816421	Vorderbreitenthann	vorderbreitenthann	DE		0	Europe/Berlin	49.20846	10.35212				02	095	09571	09571145
2816422	Vorderbraunau	vorderbraunau	DE		0	Europe/Berlin	47.61012	11.14249				02	091	09180	09180131
2816425	Vorder Bollhagen	vorder-bollhagen	DE		0	Europe/Berlin	54.12091	11.84597		Vorder Bollhagen		12	00	13072	13072006
2816427	Vorderberg	vorderberg	DE		0	Europe/Berlin	47.8	11.03333				02	091	09190	09190130
2816434	Vorderbaumberg	vorderbaumberg	DE		0	Europe/Berlin	48.38076	12.01916				02	091	09177	09177120
2816436	Vorderbärental	vorderbarental	DE		0	Europe/Berlin	47.8718	8.09426				01	083	08315	08315037
2816437	Vorderauerbach	vorderauerbach	DE		0	Europe/Berlin	48.38917	12.00181				02	091	09177	09177143
2816438	Vorderau	vorderau	DE		0	Europe/Berlin	49.04642	12.88061				02	092	09276	09276128
2816442	Vorderaichhalden	vorderaichhalden	DE		0	Europe/Berlin	48.26667	8.4				01	083	08325	08325001
2816445	Vörden	voerden	DE		0	Europe/Berlin	52.47729	8.09388				06	00	03460	03460007
2816446	Vörden	voerden	DE		0	Europe/Berlin	51.82039	9.23109				07	057	05762	05762024
2816447	Vor dem Wehe	vor-dem-wehe	DE		0	Europe/Berlin	52.98547	8.37403				06	00	03458	03458003
2816448	Vor dem Walde	vor-dem-walde	DE		0	Europe/Berlin	52.25544	8.39408				06	00	03459	03459024
2816450	Vor dem Trebbiner Tor	vor-dem-trebbiner-tor	DE		0	Europe/Berlin	52.10277	13.18471				11	00	12072	12072232
2816452	Vor dem Moore	vor-dem-moore	DE		0	Europe/Berlin	53.13333	8				06	00	03451	03451004
2816453	Vor dem Moore	vor-dem-moore	DE		0	Europe/Berlin	52.6947	8.30378				06	00	03460	03460009
2816455	Vor dem Jüterborger Tor	vor-dem-jueterborger-tor	DE		0	Europe/Berlin	52.08333	13.16667				11	00	12072	12072232
2816456	Vor dem Felde	vor-dem-felde	DE		0	Europe/Berlin	52.39616	8.46028				07	057	05770	05770044
2816458	Vor dem Bruche	vor-dem-bruche	DE		0	Europe/Berlin	52.39386	8.2108				06	00	03459	03459029
2816463	Vor dem Baruther Tor	vor-dem-baruther-tor	DE		0	Europe/Berlin	52.09161	13.19069				11	00	12072	12072232
2816464	Vordamm	vordamm	DE		0	Europe/Berlin	52.03956	12.09033				14	00	15082	15082430
2816466	Vorburg	vorburg	DE		0	Europe/Berlin	53.73732	10.30305				10	00	01062	01062081
2816467	Vorburg	vorburg	DE		0	Europe/Berlin	53.6	10.4				10	00	01062	01062082
2816468	Vorburg	vorburg	DE		0	Europe/Berlin	53.4	7.93333				06	00	03455	03455027
2816471	Vorbrügge	vorbruegge	DE		0	Europe/Berlin	53.95	9.73333				10	00	01061	01061049
2816472	Vorbrück	vorbrueck	DE		0	Europe/Berlin	52.86667	9.6				06	00	03358	03358024
2816473	Vorbruch	vorbruch	DE		0	Europe/Berlin	53.2312	8.53836				06	00	03356	03356009
2816474	Vorbruch	vorbruch	DE		0	Europe/Berlin	51.28778	6.23886				07	051	05166	05166016
2816478	Vorberg	vorberg	DE		0	Europe/Berlin	53.249	8.58655		Vorberg,Vorberge		06	00	03356	03356009
2816481	Vorberg	vorberg	DE		0	Europe/Berlin	52.81101	9.0871				06	00	03256	03256015
2816482	Vorberg	vorberg	DE		0	Europe/Berlin	51.81667	13.93333				11	00	12066	12066196
2816483	Vorberg	vorberg	DE		0	Europe/Berlin	48.28376	12.58048				02	091	09183	09183116
2816492	Vorbein	vorbein	DE		0	Europe/Berlin	53.99887	13.13182				12	00	13075	13075082
2816497	Vorbachzimmern	vorbachzimmern	DE		0	Europe/Berlin	49.42374	9.91923		Vorbachzimmern		01	081	08128	08128082
2816506	Vorading	vorading	DE		0	Europe/Berlin	48.76929	13.19078				02	092	09271	09271149
2816508	Voosen	voosen	DE		0	Europe/Berlin	51.15293	6.37932		Voosen		07	051	05116	05116000
2816511	Vonhausen	vonhausen	DE		0	Europe/Berlin	50.25839	9.10156				05	064	06440	06440004
2816512	Vonderort	vonderort	DE		0	Europe/Berlin	51.50333	6.89597				07	051	05119	05119000
2816515	Volzum	volzum	DE		0	Europe/Berlin	52.19572	10.65811				06	00	03158	03158030
2816516	Volzrade	volzrade	DE		0	Europe/Berlin	53.26131	11.10701				12	00	13076	13076088
2816519	Volzenhof	volzenhof	DE		0	Europe/Berlin	47.86103	9.35572				01	084	08437	08437056
2816520	Volzendorf	volzendorf	DE		0	Europe/Berlin	52.8926	11.26204				06	00	03354	03354015
2816522	Volzel	volzel	DE		0	Europe/Berlin	52.60389	6.80661				06	00	03456	03456002
2816523	Völzberg	voelzberg	DE		0	Europe/Berlin	50.45322	9.29879				05	064	06435	06435004
2816528	Volteroda	volteroda	DE		0	Europe/Berlin	51.071	10.20328				15	00	16063	16063076
2816529	Volsvitz	volsvitz	DE		0	Europe/Berlin	54.45377	13.22205				12	00	13073	13073028
2816531	Völschow	voelschow	DE		602	Europe/Berlin	53.87783	13.33569				12	00	13075	13075140
2816532	Volsbach	volsbach	DE		0	Europe/Berlin	49.86677	11.42038		Volsbach		02	094	09472	09472111
2816533	Volpriehausen	volpriehausen	DE		0	Europe/Berlin	51.66418	9.74275				06	00	03155	03155012
2816535	Volpertshausen	volpertshausen	DE		0	Europe/Berlin	50.50491	8.54204				05	065	06532	06532014
2816537	Volperhausen	volperhausen	DE		0	Europe/Berlin	50.83715	7.70333		Volperhausen		07	053	05374	05374028
2816538	Volnsberg	volnsberg	DE		0	Europe/Berlin	50.88285	8.07956		Volnsberg		07	059	05970	05970040
2816539	Volmerswerth	volmerswerth	DE		0	Europe/Berlin	51.18692	6.76402		Volmerswerth		07	051	05111	05111000
2816540	Volmershoven	volmershoven	DE		0	Europe/Berlin	50.67935	7.01873				07	053	05382	05382004
2816541	Volmerdingsen	volmerdingsen	DE		0	Europe/Berlin	52.25222	8.78183		Vollmerdingsen,Volmerdingsen		07	057	05770	05770004
2816544	Volmarstein	volmarstein	DE		0	Europe/Berlin	51.36667	7.38333				07	059	05954	05954032
2816551	Vollradisroda	vollradisroda	DE		0	Europe/Berlin	50.91521	11.49796				15	00	16071	16071013
2816553	Vollochhof	vollochhof	DE		0	Europe/Berlin	48.06667	9.56667				01	084	08426	08426036
2816554	Vollnkirchen	vollnkirchen	DE		0	Europe/Berlin	50.49126	8.55097				05	065	06532	06532014
2816556	Vollmerz	vollmerz	DE		0	Europe/Berlin	50.33982	9.59724				05	064	06435	06435025
2816560	Vollmersdorf	vollmersdorf	DE		0	Europe/Berlin	52.91749	12.34082				11	00	12068	12068264
2816561	Vollmersdorf	vollmersdorf	DE		0	Europe/Berlin	49.63628	9.39896				01	082	08225	08225032
2816564	Vollmerhausen	vollmerhausen	DE		0	Europe/Berlin	50.9875	7.54317		Vollmerhausen		07	053	05374	05374012
2816567	Vollme	vollme	DE		0	Europe/Berlin	51.15825	7.60185		Folumannia		07	059	05962	05962028
2816569	Vollmarshausen	vollmarshausen	DE		0	Europe/Berlin	51.26208	9.56419		Vollmarshausen		05	066	06633	06633017
2816570	Vollmaringen	vollmaringen	DE		0	Europe/Berlin	48.51342	8.74838				01	082	08235	08235046
2816571	Vollmannsdorf	vollmannsdorf	DE		0	Europe/Berlin	49.82598	10.70486				02	094	09471	09471120
2816572	Völlkofen	vollkofen	DE		0	Europe/Berlin	48.01006	9.38623		Vollkofen,Völlkofen		01	084	08437	08437053
2816573	Völlinghausen	voellinghausen	DE		0	Europe/Berlin	51.59622	8.29843				07	059	05974	05974016
2816574	Völling	volling	DE		0	Europe/Berlin	49.10739	12.50427				02	093	09372	09372125
2816575	Vollhof	vollhof	DE		0	Europe/Berlin	49.96511	11.52074				02	094	09472	09472150
2816579	Vollerding	vollerding	DE		0	Europe/Berlin	48.62346	13.35771				02	092	09275	09275151
2816580	Vollenschier	vollenschier	DE		0	Europe/Berlin	52.53418	11.66622				14	00	15090	15090535
2816581	Völlenerkönigsfehn	voellenerkoenigsfehn	DE		0	Europe/Berlin	53.09903	7.45132				06	00	03457	03457022
2816582	Völlenerfehn	voellenerfehn	DE		0	Europe/Berlin	53.10603	7.41703				06	00	03457	03457022
2816585	Völlenbach	vollenbach	DE		0	Europe/Berlin	47.71347	11.11307				02	091	09180	09180134
2816586	Völlen	voellen	DE		0	Europe/Berlin	53.11026	7.38437				06	00	03457	03457022
2816588	Vollbüttel	vollbuettel	DE		0	Europe/Berlin	52.42545	10.48508				06	00	03151	03151022
2816590	Volkwig	volkwig	DE		0	Europe/Berlin	53.21149	12.38809				11	00	12068	12068181
2816591	Volkwardingen	volkwardingen	DE		0	Europe/Berlin	53.1323	9.99953				06	00	03358	03358002
2816592	Volkstorf	volkstorf	DE		0	Europe/Berlin	53.92638	10.9151				12	00	13074	13074017
2816593	Volkstorf	volkstorf	DE		0	Europe/Berlin	53.205	10.54542				06	00	03355	03355038
2816594	Volkstorf	volkstorf	DE		0	Europe/Berlin	48.58699	12.80326				02	092	09277	09277111
2816598	Volkshausen	volkshausen	DE		0	Europe/Berlin	49.35531	9.42268				01	081	08125	08125103
2816599	Volkshagen	volkshagen	DE		0	Europe/Berlin	54.4296	13.32441				12	00	13073	13073063
2816600	Völkshagen	voelkshagen	DE		0	Europe/Berlin	54.15937	12.39043				12	00	13073	13073055
2816602	Völksen	voelksen	DE		0	Europe/Berlin	52.21402	9.62694				06	00	03241	03241017
2816603	Volksen	volksen	DE		0	Europe/Berlin	51.81615	9.93451				06	00	03155	03155013
2816604	Volksen	volksen	DE		0	Europe/Berlin	52.1436	9.10732				06	00	03257	03257031
2816605	Volkse	volkse	DE		0	Europe/Berlin	52.43341	10.37676				06	00	03151	03151012
2816606	Volksdorf	volksdorf	DE		0	Europe/Berlin	53.96386	12.92971				12	00	13071	13071112
2816607	Volksdorf	volksdorf	DE		0	Europe/Berlin	53.64972	10.18417		Folksdorf,Hamburg-Volksdorf,Фолксдорф		04	00	02000	02000000
2816608	Volksdorf	volksdorf	DE		0	Europe/Berlin	52.34016	9.11934				06	00	03257	03257023
2816609	Volksdorf	volksdorf	DE		0	Europe/Berlin	48.42852	12.68226				02	092	09277	09277119
2816611	Volkringhausen	volkringhausen	DE		0	Europe/Berlin	51.35929	7.87376		Volkringhausen		07	059	05962	05962008
2816612	Volkratshofen	volkratshofen	DE		0	Europe/Berlin	47.95372	10.1124				02	097	09764	09764000
2816614	Volkmarst	volkmarst	DE		0	Europe/Berlin	53.42983	8.95182				06	00	03357	03357004
2816615	Volkmarshausen	volkmarshausen	DE		0	Europe/Berlin	51.44385	9.66219		Volkmarshausen		06	00	03159	03159017
2816617	Volkmarsdorf	volkmarsdorf	DE		0	Europe/Berlin	52.36344	10.88642				06	00	03154	03154009
2816619	Volkmarode	volkmarode	DE		4079	Europe/Berlin	52.2899	10.59872				06	00	03101	03101000
2816620	Volkmaritz	volkmaritz	DE		0	Europe/Berlin	51.52822	11.69362				14	00	15087	15087386
2816621	Volkmannsreuth	volkmannsreuth	DE		0	Europe/Berlin	49.84153	11.18185				02	094	09471	09471142
2816622	Volkmannshausen	volkmannshausen	DE		0	Europe/Berlin	50.24345	10.70141		Volkmannshausen		15	00	16069	16069063
2816623	Volkmannsgrün	volkmannsgrun	DE		0	Europe/Berlin	50.26757	11.73833				02	094	09475	09475165
2816624	Volkmannsdorferau	volkmannsdorferau	DE		0	Europe/Berlin	48.49337	11.96433				02	091	09178	09178155
2816629	Volklings	volklings	DE		0	Europe/Berlin	47.63333	9.78333				02			
2816630	Völklingen	voelklingen	DE		41132	Europe/Berlin	49.25162	6.85873		Fel'klingen,Felklingen,Fjol'klingen,Voelklingen,Volklingen,Völklingen,ferukuringen,fu er ke lin gen,fwlklynghn,fwlklyngn,plqlyngn,Фелклинген,Фельклінген,Фёльклинген,Фөльклинген,פלקלינגן,فولكلينغن,فولکلینگن,フェルクリンゲン,弗尔克林根		09	00	10041	10041519
2816632	Völkleshofen	volkleshofen	DE		0	Europe/Berlin	49.00792	9.35997				01	081	08119	08119087
2816634	Volkhoven	volkhoven	DE		0	Europe/Berlin	51.01667	6.88333				07	053	05315	05315000
2816635	Volkholz	volkholz	DE		0	Europe/Berlin	50.928	8.28127				07	059	05970	05970028
2816636	Volkhausen	volkhausen	DE		0	Europe/Berlin	52.06643	8.82005				07	057	05766	05766008
2816637	Volkhardinghausen	volkhardinghausen	DE		0	Europe/Berlin	51.3253	9.05265				05	066	06635	06635002
2816638	Volkfien	volkfien	DE		0	Europe/Berlin	53.04363	11.03122				06	00	03354	03354011
2816641	Volkertsweiler	volkertsweiler	DE		0	Europe/Berlin	47.94373	9.00762				01	083	08327	08327038
2816644	Volkertshofen	volkertshofen	DE		0	Europe/Berlin	48.34883	10.15532				02	097	09775	09775143
2816647	Volkertshaus	volkertshaus	DE		0	Europe/Berlin	47.8827	9.76131				01	084	08436	08436009
2816648	Volkertsham	volkertsham	DE		0	Europe/Berlin	48.40659	13.15372				02	092	09275	09275143
2816653	Völkersleier	volkersleier	DE		0	Europe/Berlin	50.18261	9.77615				02	096	09672	09672161
2816655	Volkersheim	volkersheim	DE		0	Europe/Berlin	52.01806	10.14965				06	00	03254	03254008
2816656	Volkersheim	volkersheim	DE		0	Europe/Berlin	48.22021	9.7268		Volkersheim		01	084	08425	08425033
2816659	Völkershausen	voelkershausen	DE		0	Europe/Berlin	51.16157	10.16126				05	066	06636	06636013
2816660	Völkershausen	voelkershausen	DE		1206	Europe/Berlin	50.8	10.05			16063082	15	00	16063	16063082
2816662	Völkershausen	voelkershausen	DE		0	Europe/Berlin	50.31094	10.70721				15	00	16069	16069063
2816665	Völkershain	voelkershain	DE		0	Europe/Berlin	50.97116	9.47658				05	066	06634	06634011
2816666	Volkersgau	volkersgau	DE		0	Europe/Berlin	49.31314	10.94519		Volkersgau		02	095	09576	09576128
2816667	Völkersen	voelkersen	DE		0	Europe/Berlin	53.00523	9.23065				06	00	03361	03361006
2816668	Volkersdorf	volkersdorf	DE		0	Europe/Berlin	49.74929	10.70402				02	095	09572	09572160
2816669	Volkersdorf	volkersdorf	DE		0	Europe/Berlin	49.28523	10.66766				02	095	09571	09571196
2816670	Volkersdorf	volkersdorf	DE		0	Europe/Berlin	48.43507	11.39737				02	091	09186	09186132
2816671	Volkersbrunn	volkersbrunn	DE		0	Europe/Berlin	49.89538	9.27149				02	096	09676	09676136
2816673	Völkersbach	volkersbach	DE		0	Europe/Berlin	48.87149	8.39355				01	082	08215	08215046
2816674	Volkers	volkers	DE		0	Europe/Berlin	53.54032	8.51946				06	00	03461	03461007
2816675	Volkers	volkers	DE		0	Europe/Berlin	50.71168	10.42118				15	00	16066	16066063
2816676	Volkers	volkers	DE		0	Europe/Berlin	50.32672	9.76582				02	096	09672	09672113
2816680	Völkerhausen	voelkerhausen	DE		0	Europe/Berlin	52.06083	9.45425				06	00	03252	03252005
2816684	Volkenshagen	volkenshagen	DE		0	Europe/Berlin	54.14887	12.26436				12	00	13072	13072012
2816685	Volkenshagen	volkenshagen	DE		0	Europe/Berlin	53.83333	11.08333				12	00	13074	13074005
2816686	Volkensen	volkensen	DE		0	Europe/Berlin	53.27713	9.41989				06	00	03357	03357013
2816688	Völkenroth	voelkenroth	DE		0	Europe/Berlin	50.03263	7.39459				08	00	07140	07140009
2816690	Völkenrode	voelkenrode	DE		1741	Europe/Berlin	52.30418	10.44079				06	00	03101	03101000
2816691	Volkenroda	volkenroda	DE		0	Europe/Berlin	51.25012	10.56383		Korner-Volkenroda,Körner-Volkenroda,Volkenroda		15	00	16064	16064037
2816692	Völkenreuth	volkenreuth	DE		0	Europe/Berlin	50.19564	11.922				02	094	09475	09475168
2816693	Volkenrath	volkenrath	DE		0	Europe/Berlin	50.96249	7.6306		Volkenrath		07	053	05374	05374040
2816694	Volkenrath	volkenrath	DE		0	Europe/Berlin	50.79796	6.28468		Volkenrath		07	053	05334	05334012
2816697	Völken	volken	DE		0	Europe/Berlin	47.90004	10.46026				02	097	09777	09777124
2816698	Völken	volken	DE		0	Europe/Berlin	47.79031	10.22023				02	097	09780	09780112
2816699	Volkartshain	volkartshain	DE		0	Europe/Berlin	50.44674	9.28035				05	065	06535	06535007
2816705	Voldewraa	voldewraa	DE		0	Europe/Berlin	54.78357	9.61092				10	00	01059	01059127
2816706	Voldering	voldering	DE		0	Europe/Berlin	48.30536	12.17885				02	091	09177	09177115
2816707	Voldagsen	voldagsen	DE		0	Europe/Berlin	51.8592	9.84018		Voldagsen		06	00	03155	03155013
2816709	Volbringen	volbringen	DE		0	Europe/Berlin	51.51662	8.00471		Volbringen		07	059	05974	05974012
2816712	Volberg	volberg	DE		0	Europe/Berlin	50.91491	7.19416				07	053	05378	05378028
2816713	Volbach	volbach	DE		0	Europe/Berlin	50.98321	7.2024				07	053	05378	05378004
2816714	Voitze	voitze	DE		0	Europe/Berlin	52.5922	10.87792				06	00	03151	03151032
2816716	Voitsumra	voitsumra	DE		0	Europe/Berlin	50.0941	11.84805		Voitsumra		02	094	09479	09479166
2816717	Voitsried	voitsried	DE		0	Europe/Berlin	49.37951	12.51888				02	093	09372	09372154
2816718	Voitsreuth	voitsreuth	DE		0	Europe/Berlin	49.88074	11.47317				02	094	09472	09472155
2816719	Voitschlag	voitschlag	DE		0	Europe/Berlin	48.86102	13.3771				02	092	09272	09272120
2816720	Voitsberg	voitsberg	DE		0	Europe/Berlin	49.56667	12.31667				02	093	09374	09374159
2816721	Voitmannsdorf	voitmannsdorf	DE		0	Europe/Berlin	49.92876	11.20399				02	094	09471	09471151
2816722	Voithenberghütte	voithenberghutte	DE		0	Europe/Berlin	49.33027	12.82329				02	093	09372	09372126
2816723	Voithenberg	voithenberg	DE		0	Europe/Berlin	49.32849	12.80749				02	093	09372	09372126
2816724	Voitenthan	voitenthan	DE		0	Europe/Berlin	49.88838	12.12546				02	093	09377	09377118
2816725	Voita	voita	DE		0	Europe/Berlin	49.82337	11.70799				02	094	09472	09472180
2816727	Voiswinkel	voiswinkel	DE		0	Europe/Berlin	51.01708	7.12449		Voiswinkel		07	053	05378	05378020
2816728	Voißel	voissel	DE		0	Europe/Berlin	50.57091	6.56036	420			07	053	05366	05366028
2816729	Voislöhe	voisloehe	DE		0	Europe/Berlin	50.97535	7.18969				07	053	05378	05378004
2816733	Voigtstieg	voigtstieg	DE		0	Europe/Berlin	51.808	10.81397		Forsterei Voigtsteig,Försterei Voigtsteig,Voigtstieg		14	00	15085	15085370
2816735	Vogtsreichenbach	vogtsreichenbach	DE		0	Europe/Berlin	49.43084	10.82503		Vogtsreichenbach,Voigtsreichenbach		02	095	09573	09573114
2816736	Voigtslach	voigtslach	DE		0	Europe/Berlin	51.07613	6.93317				07	053	05316	05316000
2816737	Voigtshain	voigtshain	DE		0	Europe/Berlin	51.40981	12.8631				13	00	14729	14729245
2816738	Voigtsgrün	voigtsgruen	DE		0	Europe/Berlin	50.63199	12.43694				13	00	14524	14524110
2816739	Voigtsgrün	voigtsgruen	DE		0	Europe/Berlin	50.51392	12.20399				13	00	14523	14523270
2816740	Voigtsfelde	voigtsfelde	DE		0	Europe/Berlin	51.7	10.68333				14	00	15085	15085228
2816746	Voigtsberg	voigtsberg	DE		0	Europe/Berlin	50.42044	12.18058				13	00	14523	14523300
2816747	Voigtlaide	voigtlaide	DE		0	Europe/Berlin	50.78923	12.55584		Voigtlaide		13	00	14524	14524080
2816749	Voigtholz	voigtholz	DE		0	Europe/Berlin	52.39153	10.32114		Vogtholte [a. 1564]		06	00	03157	03157001
2816750	Voigtei	voigtei	DE		0	Europe/Berlin	52.60623	8.92274				06	00	03256	03256030
2816751	Voigtding	voigtding	DE		0	Europe/Berlin	53.74822	9.0959				06	00	03352	03352056
2816752	Voigtdey	voigtdey	DE		0	Europe/Berlin	54.46667	13.21667				12			
2816753	Voigendorf	voigendorf	DE		0	Europe/Berlin	49.83119	11.26121				02	094	09474	09474176
2816755	Voigdehagen	voigdehagen	DE		0	Europe/Berlin	54.27029	13.08978				12	00	13073	13073088
2816756	Vohwinkel	vohwinkel	DE		0	Europe/Berlin	51.23111	7.07028		Vohwinkel,fwwnkl,فوونكل		07	051	05124	05124000
2816758	Vöhrum	vohrum	DE		0	Europe/Berlin	52.34153	10.18682		Vordem [a. 1022],Vorden [a. 1543],Vuehrm,Vuerden,Vührm,Vürden		06	00	03157	03157006
2816771	Vohenstein	vohenstein	DE		0	Europe/Berlin	49.05123	9.72586				01	081	08127	08127100
2816772	Vohenlohe	vohenlohe	DE		0	Europe/Berlin	49.06985	9.31252				01	081	08125	08125001
2816774	Vohenbronnen	vohenbronnen	DE		0	Europe/Berlin	48.35	9.76667				01	084	08425	08425108
2816782	Vogtshagen	vogtshagen	DE		0	Europe/Berlin	54.15726	12.30426				12	00	13072	13072081
2816783	Vogtsbrügge	vogtsbruegge	DE		0	Europe/Berlin	52.84091	12.24551				11	00	12068	12068052
2816790	Vogtendorf	vogtendorf	DE		0	Europe/Berlin	50.22998	11.35846				02	094	09476	09476145
2816791	Vogtendorf	vogtendorf	DE		0	Europe/Berlin	50.15949	11.55067				02	094	09477	09477156
2816799	Vögnitz	vognitz	DE		0	Europe/Berlin	49.93064	10.38963				02	096	09678	09678183
2816804	Voglsam	voglsam	DE		0	Europe/Berlin	48.50169	12.83798				02	092	09277	09277144
2816806	Voglried	voglried	DE		0	Europe/Berlin	48.51802	11.45661				02	091	09186	09186151
2816809	Voglöd	voglod	DE		0	Europe/Berlin	48.71245	13.47311				02	092	09275	09275128
2816810	Voglöd	voglod	DE		0	Europe/Berlin	48.37512	13.36882				02	092	09275	09275116
2816812	Vogling	vogling	DE		0	Europe/Berlin	47.82441	12.6825				02	091	09189	09189145
2816818	Vogler	vogler	DE		0	Europe/Berlin	48.61194	13.10055				02	092	09275	09275114
2816820	Voglen	voglen	DE		0	Europe/Berlin	47.61251	10.52958				02	097	09777	09777153
2816821	Voglegg	voglegg	DE		0	Europe/Berlin	47.71714	10.78036				02	091	09190	09190114
2816824	Voglau	voglau	DE		0	Europe/Berlin	48.56667	13.46667				02	092	09262	09262000
2816826	Voglarn	voglarn	DE		0	Europe/Berlin	48.38048	13.0085				02	092	09277	09277149
2816828	Vogl	vogl	DE		0	Europe/Berlin	47.9023	12.06273				02	091	09187	09187137
2816830	Vögisheim	vogisheim	DE		0	Europe/Berlin	47.79304	7.62144				01	083	08315	08315074
2816831	Vogging	vogging	DE		0	Europe/Berlin	48.48773	12.74339				02	092	09277	09277119
2816832	Vogging	vogging	DE		0	Europe/Berlin	48.44062	12.67094				02	092	09277	09277141
2816834	Voggersberg	voggersberg	DE		0	Europe/Berlin	48.78146	12.08957				02	092	09273	09273127
2816835	Voggenzell	voggenzell	DE		0	Europe/Berlin	49.12915	12.78925				02	092	09276	09276135
2816836	Voggenthal	voggenthal	DE		0	Europe/Berlin	49.27609	11.52878				02	093	09373	09373147
2816837	Voggenried	voggenried	DE		0	Europe/Berlin	48.93316	13.18261				02	092	09276	09276139
2816840	Voggenhof	voggenhof	DE		0	Europe/Berlin	49.30509	11.86506				02	093	09371	09371129
2816841	Voggendorf	voggendorf	DE		0	Europe/Berlin	49.67007	10.73296				02	095	09575	09575167
2816842	Voggendorf	voggendorf	DE		0	Europe/Berlin	49.47055	12.36555				02	093	09376	09376148
2816843	Voggendorf	voggendorf	DE		0	Europe/Berlin	49.21128	12.8652				02	093	09372	09372130
2816844	Voggendorf	voggendorf	DE		0	Europe/Berlin	49.16358	10.59228				02	095	09571	09571115
2816845	Voggenberg	voggenberg	DE		0	Europe/Berlin	48.87135	9.70217				01	081	08119	08119001
2816846	Voggenberg	voggenberg	DE		0	Europe/Berlin	48.75708	13.55458				02	092	09272	09272141
2816850	Vogelweh	vogelweh	DE		0	Europe/Berlin	49.45	7.75				08	00	07312	07312000
2816853	Vogelthal	vogelthal	DE		0	Europe/Berlin	49	11.56667		Vogelthal		02	093	09373	09373121
2816857	Vogelstang	vogelstang	DE		0	Europe/Berlin	49.51163	8.54433				01	082	08222	08222000
2816858	Vogelsrath	vogelsrath	DE		0	Europe/Berlin	51.23301	6.27028				07	051	05166	05166024
2816861	Vogelsmühle	vogelsmuehle	DE		0	Europe/Berlin	51.21885	7.31107				07	053	05374	05374036
2816867	Vogelsholl	vogelsholl	DE		0	Europe/Berlin	51.11667	7				07	053	05378	05378016
2816873	Vogelsgrün	vogelsgruen	DE		0	Europe/Berlin	50.49735	12.45864		Kurort Vogelsgrun,Kurort Vogelsgrün,Vogelsgrun,Vogelsgrün		13	00	14523	14523020
2816874	Vögelsen	voegelsen	DE		2299	Europe/Berlin	53.27447	10.35372		Fegelzen,Fjogel'zen,Voegelsen,Vögelsen,fu ge er sen,Фегелзен,Фёгельзен,弗格尔森	03355039	06	00	03355	03355039
2816878	Vogelsbüsch	vogelsbuesch	DE		0	Europe/Berlin	49.50439	6.90251				09	00	10042	10042116
2816900	Vogelsang-Grünholz	vogelsang-gruenholz	DE		0	Europe/Berlin	54.5659	9.93477				10	00	01058	01058082
2816960	Vogelpohl	vogelpohl	DE		0	Europe/Berlin	52.7	7.33333				06	00	03454	03454035
2816964	Vogelplatz	vogelplatz	DE		0	Europe/Berlin	47.91855	9.651				01	084	08436	08436008
2816976	Vogelhof	vogelhof	DE		0	Europe/Berlin	49.626	11.17213				02	094	09474	09474154
2816977	Vogelhof	vogelhof	DE		0	Europe/Berlin	49.52944	11.25592				02	095	09574	09574138
2816983	Vogelherd	vogelherd	DE		0	Europe/Berlin	50.30581	12.27387				13	00	14523	14523010
2816997	Vogelheim	vogelheim	DE		0	Europe/Berlin	51.48956	6.98093		Vogelheim		07	051	05113	05113000
2816998	Vogelheerd	vogelheerd	DE		0	Europe/Berlin	50.3244	11.88174				02	094	09464	09464000
2817002	Vogelhäuser	vogelhaeuser	DE		0	Europe/Berlin	51.08604	14.21494				13	00	14625	14625530
2817007	Vogelgesang	vogelgesang	DE		0	Europe/Berlin	52.55	12.2				11	00	12063	12063189
2817008	Vogelgesang	vogelgesang	DE		0	Europe/Berlin	51.73333	12.65				14	00	15091	15091160
2817009	Vogelgesang	vogelgesang	DE		0	Europe/Berlin	51.61546	12.91082				13	00	14730	14730120
2817010	Vogelgesang	vogelgesang	DE		0	Europe/Berlin	50.80395	12.236				15	00	16076	16076009
2817021	Vogelbrunn	vogelbrunn	DE		0	Europe/Berlin	49.22354	11.63984				02	093	09373	09373167
2817022	Vogelbrink	vogelbrink	DE		0	Europe/Berlin	52.36549	9.00768				07	057	05770	05770028
2817024	Vogelberg	vogelberg	DE		0	Europe/Berlin	51.51667	13.88333				11	00	12066	12066285
2817025	Vogelberg	vogelberg	DE		0	Europe/Berlin	51.31667	13.35				13	00	14627	14627360
2817026	Vogelberg	vogelberg	DE		0	Europe/Berlin	51.22969	7.64188				07	059	05962	05962032
2817053	Vogelbeck	vogelbeck	DE		0	Europe/Berlin	51.78036	9.94594		Vogelbeck		06	00	03155	03155013
2817056	Vogelbach	vogelbach	DE		0	Europe/Berlin	49.37957	7.43122				08	00	07335	07335003
2817057	Vogelbach	vogelbach	DE		0	Europe/Berlin	47.74244	7.70193				01	083	08336	08336104
2817058	Vogelbach	vogelbach	DE		0	Europe/Berlin	47.68601	8.09687				01	083	08337	08337027
2817060	Vögelas	vogelas	DE		0	Europe/Berlin	49.5905	11.67473				02	093	09371	09371119
2817063	Vogach	vogach	DE		0	Europe/Berlin	48.26465	11.11971				02	091	09179	09179137
2817067	Voddow	voddow	DE		0	Europe/Berlin	54.1033	13.72711				12	00	13075	13075120
2817070	Vöckinghausen	voeckinghausen	DE		0	Europe/Berlin	51.65259	7.91213				07	059	05915	05915000
2817071	Vocking	vocking	DE		0	Europe/Berlin	48.84305	13.29792				02	092	09272	09272128
2817072	Vocking	vocking	DE		0	Europe/Berlin	48.69046	13.39742				02	092	09275	09275135
2817073	Vocking	vocking	DE		0	Europe/Berlin	48.2476	12.11295				02	091	09177	09177115
2817076	Vockfey	vockfey	DE		0	Europe/Berlin	53.22446	10.93701				06	00	03355	03355049
2817078	Vockert	vockert	DE		0	Europe/Berlin	51.14394	7.07556				07	051	05122	05122000
2817083	Vockenweiler	vockenweiler	DE		0	Europe/Berlin	47.81673	9.56018				01	084	08436	08436013
2817084	Vockenthal	vockenthal	DE		0	Europe/Berlin	47.81893	10.28995				02	097	09780	09780119
2817085	Vockenroth	vockenroth	DE		0	Europe/Berlin	49.46422	10.63015				02	095	09575	09575152
2817086	Vockenroth	vockenroth	DE		0	Europe/Berlin	49.74876	9.48699		Vockenrot,Vockenroth		01	081	08128	08128131
2817087	Vockenrod	vockenrod	DE		0	Europe/Berlin	50.77622	9.23079				05	065	06535	06535002
2817088	Vockenhausen	vockenhausen	DE		0	Europe/Berlin	50.1487	8.37811				05	064	06436	06436002
2817093	Vocken	vocken	DE		0	Europe/Berlin	47.78441	10.3473				02	097	09780	09780122
2817094	Vocken	vocken	DE		0	Europe/Berlin	47.78755	10.2614				02	097	09780	09780112
2817096	Vöckelsbach	voeckelsbach	DE		0	Europe/Berlin	49.5679	8.7706				05	064	06431	06431017
2817099	Vochem	vochem	DE		0	Europe/Berlin	50.84145	6.89933				07	053	05362	05362012
2817100	Voccawind	voccawind	DE		0	Europe/Berlin	50.18591	10.66839				02	096	09674	09674171
2817104	Vluyn	vluyn	DE		0	Europe/Berlin	51.43796	6.53152				07	051	05170	05170028
2817108	Vlatten	vlatten	DE		0	Europe/Berlin	50.6498	6.54598				07	053	05358	05358012
2817112	Vitzke	vitzke	DE		0	Europe/Berlin	52.77741	11.11383				14	00	15081	15081290
2817113	Vitzeroda	vitzeroda	DE		0	Europe/Berlin	50.88701	10.07069				15	00	16063	16063103
2817115	Vitzdorf	vitzdorf	DE		0	Europe/Berlin	54.43549	11.23772				10	00	01055	01055046
2817122	Vitte	vitte	DE		0	Europe/Berlin	54.56534	13.10749		Vitte		12	00	13073	13073040
2817123	Vitt	vitt	DE		0	Europe/Berlin	54.66589	13.43035		Vitt		12	00	13073	13073071
2817125	Vitense Parber	vitense-parber	DE		0	Europe/Berlin	53.80696	11.05298				12	00	13074	13074065
2817130	Visselhövede	visselhoevede	DE		10808	Europe/Berlin	52.98546	9.58265		Fiselkhevede,Fissel'khjofede,Vissel'khjovede,Visselhoeoevd,Visselhoevede,Visselhovede,Visselhövede,Visselhöövd,fei sai er he fei de,fisseruhevu~ede,fyslhwfydh,fyzlhwfdh,Виссельхёведе,Фиселхеведе,Фиссельхёфеде,فيسلهوفيده,فیزلهوفده,フィッセルヘーヴェデ,菲塞尔赫费德		06	00	03357	03357051
2817131	Vissel	vissel	DE		0	Europe/Berlin	51.69877	6.48851				07	051	05170	05170048
2817133	Visquard	visquard	DE		0	Europe/Berlin	53.46579	7.105				06	00	03452	03452014
2817140	Visbeck	visbeck	DE		0	Europe/Berlin	52.13731	8.06326				06	00	03459	03459004
2817141	Visbeck	visbeck	DE		0	Europe/Berlin	51.33206	8.13082		Visbeck		07	059	05958	05958032
2817143	Virnsbergerhaag	virnsbergerhaag	DE		0	Europe/Berlin	49.58296	10.53521				02	095	09575	09575153
2817144	Virnsberg	virnsberg	DE		0	Europe/Berlin	49.42373	10.51018		Virnsberg		02	095	09571	09571146
2817153	Violau	violau	DE		0	Europe/Berlin	48.45041	10.57347		Violau		02	097	09772	09772115
2817155	Vinzier	vinzier	DE		0	Europe/Berlin	54.12101	10.71129				10	00	01055	01055024
2817156	Vinzier	vinzier	DE		0	Europe/Berlin	53.81914	10.29368		Vinzier		10	00	01062	01062092
2817160	Vinxel	vinxel	DE		0	Europe/Berlin	50.72035	7.20652		Vinxel		07	053	05382	05382024
2817161	Vintrup	vintrup	DE		0	Europe/Berlin	51.85515	8.06477				07	055	05570	05570020
2817163	Vintelen	vintelen	DE		0	Europe/Berlin	51.00817	6.00532				07	053	05370	05370008
2817164	Vinte	vinte	DE		0	Europe/Berlin	52.40778	7.84854				06	00	03459	03459027
2817165	Vinstedt	vinstedt	DE		0	Europe/Berlin	53.03843	10.48237				06	00	03360	03360014
2817166	Vinsebeck	vinsebeck	DE		0	Europe/Berlin	51.84607	9.03042		Finesbiki		07	057	05762	05762032
2817167	Vinnum	vinnum	DE		0	Europe/Berlin	51.67809	7.40856		Finhem,Finhêm		07	055	05558	05558036
2817169	Vinning	vinning	DE		0	Europe/Berlin	51.52657	7.81101				07	059	05978	05978036
2817170	Vinnhorst	vinnhorst	DE		0	Europe/Berlin	52.4242	9.70402		Vynhorst		06	00	03241	03241001
2817171	Vinnen	vinnen	DE		0	Europe/Berlin	52.77481	7.68642				06	00	03454	03454026
2817174	Vinnbrück	vinnbrueck	DE		0	Europe/Berlin	51.40442	6.49592				07	051	05166	05166012
2817175	Vinn	vinn	DE		0	Europe/Berlin	51.44086	6.62702		Moers-Vinn,Vinn		07	051	05170	05170024
2817176	Vinn	vinn	DE		0	Europe/Berlin	51.08616	6.05544				07	053	05370	05370016
2817177	Vinkrath	vinkrath	DE		0	Europe/Berlin	51.35245	6.33472		Vinkrath		07	051	05166	05166008
2817181	Vingst	vingst	DE		0	Europe/Berlin	50.93333	7.01667				07	053	05315	05315000
2817183	Vindorf	vindorf	DE		0	Europe/Berlin	53.15787	10.72191				06	00	03355	03355010
2817186	Vincenzenbronn	vincenzenbronn	DE		0	Europe/Berlin	49.41365	10.82295				02	095	09573	09573115
2817187	Vimfow	vimfow	DE		0	Europe/Berlin	53.58354	11.95879				12	00	13076	13076096
2817188	Vimbuch	vimbuch	DE		0	Europe/Berlin	48.72121	8.11297		Vimbuch		01	082	08216	08216007
2817190	Vilzing	vilzing	DE		0	Europe/Berlin	49.1768	12.67761				02	093	09372	09372116
2817192	Vilz	vilz	DE		0	Europe/Berlin	54.0235	12.49008				12	00	13072	13072105
2817193	Vilvenich	vilvenich	DE		0	Europe/Berlin	50.85261	6.41275		Vilvenich		07	053	05358	05358020
2817194	Vilswörth	vilsworth	DE		0	Europe/Berlin	49.29213	11.94699				02	093	09371	09371146
2817195	Vilssöhl	vilssohl	DE		0	Europe/Berlin	48.39877	12.30049				02	092	09274	09274183
2817196	Vilssattling	vilssattling	DE		0	Europe/Berlin	48.49568	12.38966				02	092	09274	09274135
2817199	Vilsingen	vilsingen	DE		0	Europe/Berlin	48.06234	9.14333				01	084	08437	08437059
2817200	Vilshoven	vilshoven	DE		0	Europe/Berlin	50.9227	7.31951				07	053	05378	05378024
2817205	Vilsendorf	vilsendorf	DE		0	Europe/Berlin	52.07925	8.54732		Filsinthorp,Vilsendorf		07	057	05711	05711000
2817206	Vilsen	vilsen	DE		0	Europe/Berlin	47.6	10.66667				02	097	09777	09777129
2817212	Vils	vils	DE		0	Europe/Berlin	48.46344	12.20603				02	092	09274	09274134
2817213	Vils	vils	DE		0	Europe/Berlin	48.32524	12.12907		Frauenvils,Vils		02	091	09177	09177139
2817214	Vilmnitz	vilmnitz	DE		0	Europe/Berlin	54.35574	13.51736		Vilmnitz		12	00	13073	13073070
2817218	Villiprott	villiprott	DE		0	Europe/Berlin	50.6433	7.08567				07	053	05382	05382072
2817219	Villip	villip	DE		0	Europe/Berlin	50.63682	7.09592		Villip		07	053	05382	05382072
2817221	Villingen im Schwarzwald	villingen-im-schwarzwald	DE		0	Europe/Berlin	48.05993	8.45672				01	083	08326	08326074
2817463	Viehdamm	viehdamm	DE		0	Europe/Berlin	54.35	10.08333				10	00	01002	01002000
2817223	Villingen	villingen	DE		0	Europe/Berlin	50.50447	8.93609				05	065	06531	06531008
2817224	Villigst	villigst	DE		0	Europe/Berlin	51.43302	7.58694		Villigst		07	059	05978	05978028
2817226	Villersbronn	villersbronn	DE		0	Europe/Berlin	49.05205	10.39555				02	095	09571	09571224
2817227	Viller	viller	DE		0	Europe/Berlin	51.70407	6.04605				07	051	05154	05154016
2817231	Villbach	villbach	DE		0	Europe/Berlin	50.17237	9.3945				05	064	06435	06435016
2817232	Villau	villau	DE		0	Europe/Berlin	51.09953	6.67157		Villau		07	051	05162	05162028
2817233	Villa Maria	villa-maria	DE		0	Europe/Berlin	53.78333	12.15				12	00	13072	13072043
2817235	Vilkerath	vilkerath	DE		0	Europe/Berlin	50.96167	7.3187				07	053	05378	05378024
2817236	Vilich Rheindorf	vilich-rheindorf	DE		0	Europe/Berlin	50.74544	7.12288				07	053	05314	05314000
2817237	Vilich-Müldorf	vilich-mueldorf	DE		0	Europe/Berlin	50.75722	7.14456				07	053	05314	05314000
2817238	Vilich	vilich	DE		0	Europe/Berlin	50.75263	7.12815				07	053	05314	05314000
2817240	Vilchband	vilchband	DE		0	Europe/Berlin	49.59079	9.82422		Vilchband		01	081	08128	08128137
2817242	Viezenhof	viezenhof	DE		0	Europe/Berlin	53.71304	12.72827				12	00	13071	13071092
2817243	Viezen	viezen	DE		0	Europe/Berlin	53.91587	11.88841				12	00	13072	13072013
2817244	Viez	viez	DE		0	Europe/Berlin	53.46876	11.22704				12	00	13076	13076060
2817248	Vietzke	vietzke	DE		0	Europe/Berlin	54.56667	13.58333				12	00	13073	13073052
2817249	Vietzen	vietzen	DE		0	Europe/Berlin	53.31847	12.71685				12	00	13071	13071122
2817250	Vietzen	vietzen	DE		0	Europe/Berlin	52.71139	11.39883				14	00	15081	15081240
2817251	Vietze	vietze	DE		0	Europe/Berlin	53.06975	11.40712				06	00	03354	03354010
2817253	Vietschow	vietschow	DE		0	Europe/Berlin	53.90276	12.54118				12	00	13072	13072041
2817255	Vietow	vietow	DE		0	Europe/Berlin	54.04185	12.38511				12	00	13072	13072091
2817256	Vietow	vietow	DE		0	Europe/Berlin	53.46741	10.92075				12	00	13076	13076073
2817261	Vietlübbe	vietluebbe	DE		0	Europe/Berlin	53.70955	11.19853				12	00	13074	13074020
2817262	Vietlübbe	vietluebbe	DE		0	Europe/Berlin	53.39531	12.13182				12	00	13076	13076165
2817264	Vietlipp	vietlipp	DE		0	Europe/Berlin	54.08759	13.0442				12	00	13073	13073035
2817265	Vieth	vieth	DE		0	Europe/Berlin	48.51364	11.43662				02	091	09186	09186151
2817266	Vieth	vieth	DE		0	Europe/Berlin	48.33055	12.17974				02	091	09177	09177139
2817267	Vietgest	vietgest	DE		0	Europe/Berlin	53.76403	12.35002				12	00	13072	13072063
2817268	Viet	viet	DE		0	Europe/Berlin	52.95	8.48333				06	00	03458	03458003
2817269	Viesenhäuserhof	viesenhaeuserhof	DE		0	Europe/Berlin	48.85	9.21667				01	081	08111	08111000
2817270	Viesen	viesen	DE		0	Europe/Berlin	52.32397	12.39003				11	00	12069	12069537
2817271	Vieselbach	vieselbach	DE		0	Europe/Berlin	50.99887	11.14523		Vieselbach		15	00	16051	16051000
2817273	Viesebeck	viesebeck	DE		0	Europe/Berlin	51.35785	9.13324				05	066	06633	06633028
2817274	Vierzigstücken	vierzigstuecken	DE		0	Europe/Berlin	53.51304	9.82603				04	00	02000	02000000
2817276	Vierzehnheiligen	vierzehnheiligen	DE		0	Europe/Berlin	50.97421	11.53564				15	00	16053	16053000
2817277	Vierzehnheiligen	vierzehnheiligen	DE		0	Europe/Berlin	50.11615	11.05247		Vierzehnheiligen		02	094	09478	09478165
2817278	Vierwitz	vierwitz	DE		0	Europe/Berlin	54.37741	13.53582				12	00	13073	13073106
2817279	Vierwinden	vierwinden	DE		0	Europe/Berlin	51.13407	6.61723		Vierwinden		07	051	05162	05162008
2817281	Viertshöhe	viertshoehe	DE		0	Europe/Berlin	54.1	9.8				10	00	01058	01058009
2817283	Viertlweggrub	viertlweggrub	DE		0	Europe/Berlin	49.0453	12.9839				02	092	09276	09276122
2817300	Viertel	viertel	DE		0	Europe/Berlin	48.81667	8.46667				01	082	08235	08235033
2817302	Viertbruch	viertbruch	DE		0	Europe/Berlin	53.75189	10.18997				10	00	01062	01062005
2817309	Vierst	vierst	DE		0	Europe/Berlin	50.05616	11.93061				02	094	09479	09479161
2817312	Viersdorf	viersdorf	DE		0	Europe/Berlin	54.31227	12.97142				12	00	13073	13073061
2817313	Vierschau	vierschau	DE		0	Europe/Berlin	50.29762	12.01793				02	094	09475	09475161
2817314	Viersbrücken	viersbruecken	DE		0	Europe/Berlin	50.91218	7.30145				07	053	05378	05378024
2817315	Viersbach	viersbach	DE		0	Europe/Berlin	51.0644	7.21232				07	053	05378	05378012
2817320	Vierow	vierow	DE		0	Europe/Berlin	54.11891	13.57115		Vierow		12	00	13075	13075018
2817321	Vierow	vierow	DE		0	Europe/Berlin	53.98343	13.2191				12	00	13075	13075123
2817327	Viermünden	viermuenden	DE		0	Europe/Berlin	51.10279	8.82534				05	066	06635	06635011
2817328	Viermühlen	viermuhlen	DE		0	Europe/Berlin	48.90437	11.62894				02	091	09176	09176112
2817338	Vierkotten	vierkotten	DE		0	Europe/Berlin	50.90834	7.18532				07	053	05378	05378028
2817344	Vieringhausen	vieringhausen	DE		0	Europe/Berlin	51.17488	7.16316		Vieringhausen		07	051	05120	05120000
2817345	Vierhusen	vierhusen	DE		0	Europe/Berlin	54.1	10.28333				10	00	01060	01060072
2817352	Vierhäuser	vierhaeuser	DE		0	Europe/Berlin	51.00945	13.0514				13	00	14522	14522500
2817353	Vierhäuser	vierhauser	DE		0	Europe/Berlin	48.87476	13.58047				02	092	09272	09272134
2817355	Vier Häuser	vier-hauser	DE		0	Europe/Berlin	48.23525	8.44505				01	083	08325	08325053
2817356	Vierhausendorf	vierhausendorf	DE		0	Europe/Berlin	53.72794	8.8782				06	00	03352	03352025
2817357	Vierhausen	vierhausen	DE		0	Europe/Berlin	53.18333	8.75				06	00	03356	03356008
2817358	Vierhausen	vierhausen	DE		0	Europe/Berlin	51.51828	7.91153				07	059	05974	05974012
2817361	Viergstetten	viergstetten	DE		0	Europe/Berlin	48.99535	11.89489				02	093	09375	09375175
2817363	Viereth	viereth	DE		0	Europe/Berlin	49.92367	10.77734				02	094	09471	09471207
2817365	Viererbenhof	viererbenhof	DE		0	Europe/Berlin	52.52729	11.91131				14	00	15090	15090550
2817372	Viereichen	viereichen	DE		0	Europe/Berlin	51.39859	14.73114		Styri Duby,Viereichen,Štyri Duby		13	00	14626	14626460
2817374	Vieregge	vieregge	DE		0	Europe/Berlin	54.56569	13.32942				12	00	13073	13073059
2817377	Vierde	vierde	DE		0	Europe/Berlin	52.88188	9.73074		Vierde		06	00	03358	03358008
2817380	Vierburg	vierburg	DE		0	Europe/Berlin	53.81985	11.96873				12	00	13072	13072020
2817382	Vierbergen	vierbergen	DE		0	Europe/Berlin	53.66667	10.25				10	00	01062	01062001
2817387	Vierbaumerheide	vierbaumerheide	DE		0	Europe/Berlin	51.51667	6.65				07	051	05170	05170032
2817388	Vierbaum	vierbaum	DE		0	Europe/Berlin	51.5103	6.65231				07	051	05112	05112000
2817390	Vierbach	vierbach	DE		0	Europe/Berlin	51.16824	9.93793		Vierbach		05	066	06636	06636014
2817391	Vierau	vierau	DE		0	Europe/Berlin	49.22943	12.75887				02	093	09372	09372155
2817392	Vier	vier	DE		0	Europe/Berlin	54.08333	10.23333				10	00	01057	01057069
2817393	Vier	vier	DE		0	Europe/Berlin	53.37362	10.6888		Hof Vier,Vier		12	00	13076	13076014
2817396	Veinau	veinau	DE		0	Europe/Berlin	49.13672	9.79045		Vienau		01	081	08127	08127076
2817397	Vielstedt	vielstedt	DE		0	Europe/Berlin	53.08681	8.46352				06	00	03458	03458010
2817405	Vielhub	vielhub	DE		0	Europe/Berlin	48.36373	12.34967				02	092	09274	09274193
2817407	Vielbrunn	vielbrunn	DE		0	Europe/Berlin	49.71239	9.09911		Vielbrunn		05	064	06437	06437011
2817409	Vielbaum	vielbaum	DE		0	Europe/Berlin	52.91452	11.72366				14	00	15090	15090003
2817411	Vielau	vielau	DE		0	Europe/Berlin	50.68331	12.54514				13	00	14524	14524250
2817424	Viehtrifthäuser	viehtrifthaeuser	DE		0	Europe/Berlin	50.50405	12.816				13	00	14521	14521550
2817426	Viehstrasse	viehstrasse	DE		0	Europe/Berlin	51.15977	6.38061				07	051	05116	05116000
2817427	Viehöven	viehoeven	DE		0	Europe/Berlin	50.88724	6.37712				07	053	05358	05358020
2817433	Viehle	viehle	DE		0	Europe/Berlin	53.25946	10.83529				06	00	03355	03355049
2817434	Viehland	viehland	DE		0	Europe/Berlin	53.19467	8.84601				06	00	03356	03356011
2817440	Viehhofen	viehhofen	DE		0	Europe/Berlin	49.6354	11.4761		Viehhofen		02	095	09574	09574160
2817441	Viehhof	viehhof	DE		0	Europe/Berlin	54.36913	12.7247				12	00	13073	13073009
2817444	Viehhausen	viehhausen	DE		0	Europe/Berlin	49.10849	11.35077				02	095	09576	09576122
2817445	Viehhausen	viehhausen	DE		0	Europe/Berlin	48.98338	11.96279				02	093	09375	09375199
2817446	Viehhausen	viehhausen	DE		0	Europe/Berlin	48.88578	11.62097				02	091	09176	09176112
2817447	Viehhausen	viehhausen	DE		0	Europe/Berlin	48.40067	11.64455				02	091	09178	09178137
2817448	Viehhausen	viehhausen	DE		0	Europe/Berlin	48.05232	12.17671				02	091	09187	09187182
2817449	Viehhausen	viehhausen	DE		0	Europe/Berlin	48.02627	12.52712				02	091	09189	09189157
2817450	Viehhausen	viehhausen	DE		0	Europe/Berlin	47.97263	12.19457				02	091	09187	09187134
2817451	Viehhausen	viehhausen	DE		0	Europe/Berlin	47.95136	12.21036				02	091	09187	09187181
2817452	Viehhausen	viehhausen	DE		0	Europe/Berlin	47.77603	12.45451				02	091	09189	09189120
2817459	Viehhaus	viehhaus	DE		0	Europe/Berlin	48.35859	8.60684				01	083	08325	08325057
2817462	Viehdorf	viehdorf	DE		0	Europe/Berlin	48.80275	13.06218				02	092	09271	09271125
2817464	Viehdamm	viehdamm	DE		0	Europe/Berlin	53.14047	7.99021				06	00	03451	03451004
2817467	Viehbrock	viehbrock	DE		0	Europe/Berlin	53.37831	9.36381				06	00	03357	03357021
2817468	Viehbighäuser	viehbighaeuser	DE		0	Europe/Berlin	51.09314	14.32126				13	00	14625	14625380
2817469	Viehbig	viehbig	DE		0	Europe/Berlin	51.02328	14.57275				13	00	14626	14626350
2817470	Viehbig	viehbig	DE		0	Europe/Berlin	50.9565	14.87338				13	00	14626	14626610
2817472	Viehberg	viehberg	DE		0	Europe/Berlin	49.43225	11.76292				02	093	09371	09371111
2817480	Viehbach	viehbach	DE		0	Europe/Berlin	48.35706	11.53029				02	091	09178	09178123
2817484	Viecht	viecht	DE		0	Europe/Berlin	48.49939	12.06348				02	092	09274	09274124
2817485	Viecht	viecht	DE		0	Europe/Berlin	47.9782	12.06711				02	091	09175	09175136
2817486	Viecheln	viecheln	DE		0	Europe/Berlin	54.01561	12.65222				12	00	13072	13072010
2817487	Vieburg	vieburg	DE		0	Europe/Berlin	54.3	10.11667				10	00	01002	01002000
2817488	Viebigswille	viebigswille	DE		0	Europe/Berlin	52.93333	12.31667				11	00	12068	12068264
2817494	Victorbur	victorbur	DE		0	Europe/Berlin	53.48667	7.36054				06	00	03452	03452023
2817498	Vicht	vicht	DE		0	Europe/Berlin	50.74482	6.26577		Vicht		07	053	05334	05334032
2817499	Vichel	vichel	DE		0	Europe/Berlin	52.83388	12.6214				11	00	12068	12068426
2817502	Veyervitz	veyervitz	DE		0	Europe/Berlin	54.6	13.26667				12			
2817504	Vevais	vevais	DE		0	Europe/Berlin	52.69007	14.14138				11	00	12064	12064061
2817505	Vetzberg	vetzberg	DE		0	Europe/Berlin	50.61948	8.61337				05	065	06531	06531002
2817510	Vetterhöfe	vetterhofe	DE		0	Europe/Berlin	49.04672	9.94022				01	081	08127	08127012
2817513	Vettelhoven	vettelhoven	DE		0	Europe/Berlin	50.57101	7.05652		Vettelhofen,Vettelhoven		08	00	07131	07131090
2817514	Vetteerde	vetteerde	DE		0	Europe/Berlin	51.2	6.88333				07	051	05111	05111000
2817519	Vethem	vethem	DE		0	Europe/Berlin	52.85319	9.46457		Vethem		06	00	03358	03358024
2817520	Vestrup	vestrup	DE		0	Europe/Berlin	52.7553	8.14799				06	00	03460	03460001
2817524	Vestenberg	vestenberg	DE		0	Europe/Berlin	49.32753	10.68912				02	095	09571	09571190
2817526	Vesta	vesta	DE		0	Europe/Berlin	51.27433	12.05925		Goddula-Vesta,Vesta		14	00	15088	15088020
2817527	Vesser	vesser	DE		0	Europe/Berlin	50.59519	10.78953				15	00	16054	16054000
2817529	Vesperweiler	vesperweiler	DE		0	Europe/Berlin	48.49603	8.56792		Vesperweiler		01	082	08237	08237074
2817530	Vesperbild	vesperbild	DE		0	Europe/Berlin	48.27954	10.54499				02	097	09774	09774198
2817531	Vesenbühren	vesenbuehren	DE		0	Europe/Berlin	52.82414	8.18505				06	00	03453	03453005
2817532	Vesbeck	vesbeck	DE		0	Europe/Berlin	52.60294	9.6096				06	00	03241	03241012
2817535	Verth	verth	DE		0	Europe/Berlin	51.9878	7.79348				07	055	05570	05570044
2817538	Versmar	versmar	DE		0	Europe/Berlin	51.95	7.8				07	055	05570	05570024
2817540	Versfelde	versfelde	DE		0	Europe/Berlin	52.43425	10.85192				06	00	03103	03103000
2817541	Versevörde	versevoerde	DE		0	Europe/Berlin	51.25019	7.76727				07	059	05962	05962060
2817546	Versen	versen	DE		0	Europe/Berlin	52.716	7.23511		Versen		06	00	03454	03454035
2817548	Verse	verse	DE		0	Europe/Berlin	51.19789	7.71883				07	059	05962	05962020
2817550	Verschneid	verschneid	DE		0	Europe/Berlin	50.31405	6.33139				08	00	07232	07232202
2817551	Verscheid	verscheid	DE		0	Europe/Berlin	50.55745	7.44861				08	00	07138	07138006
2817552	Versbach	versbach	DE		0	Europe/Berlin	49.82033	9.9643		Versbach		02	096	09663	09663000
2817554	Verrenberg	verrenberg	DE		0	Europe/Berlin	49.18904	9.46325		Verrenberg		01	081	08126	08126066
2817555	Verr	verr	DE		0	Europe/Berlin	50.95226	7.44212				07	053	05374	05374048
2817557	Vernum	vernum	DE		0	Europe/Berlin	51.48992	6.36846				07	051	05154	05154012
2817560	Verneis	verneis	DE		0	Europe/Berlin	51.31602	7.41123				07	059	05954	05954008
2817561	Verne	verne	DE		0	Europe/Berlin	51.68225	8.57241		Fernithi,Fėrnithi,Verne		07	057	05774	05774036
2817562	Vernawahlshausen	vernawahlshausen	DE		0	Europe/Berlin	51.62537	9.62008				05	066	06633	06633030
2817563	Verna	verna	DE		0	Europe/Berlin	50.99589	9.33818		Verna		05	066	06634	06634004
2817564	Verlüßmoor	verluessmoor	DE		0	Europe/Berlin	53.29794	8.89386				06	00	03356	03356010
2817567	Verlorenwasser	verlorenwasser	DE		7	Europe/Berlin	52.20503	12.4833		Kolonie Verlorenwasser,Verlorenwasser		11	00	12069	12069020
2817568	Verlorenort	verlorenort	DE		0	Europe/Berlin	52.77909	13.08386				11	00	12065	12065165
2817571	Verliehausen	verliehausen	DE		0	Europe/Berlin	51.61269	9.66831				06	00	03155	03155012
2817572	Verlautenheide	verlautenheide	DE		0	Europe/Berlin	50.79752	6.15403		Verlautenheide		07	053	05334	05334002
2817573	Verlar	verlar	DE		0	Europe/Berlin	51.68667	8.49202		Verlar		07	057	05774	05774036
2817578	Verklas	verklas	DE		0	Europe/Berlin	53.15	11.36667				12	00	13076	13076103
2817580	Verkält	verkaelt	DE		0	Europe/Berlin	51.70408	6.24792				07	051	05154	05154056
2817582	Veringendorf	veringendorf	DE		0	Europe/Berlin	48.15784	9.20277				01	084	08437	08437114
2817586	Vergünne	verguenne	DE		0	Europe/Berlin	53.14746	11.09575				06	00	03355	03355049
2817587	Verenmoor	verenmoor	DE		0	Europe/Berlin	53.14689	8.94805		Verenmoor		03	00	04011	04011000
2817595	Verdenermoor	verdenermoor	DE		0	Europe/Berlin	52.91335	9.39689				06	00	03361	03361005
2817599	Verden	verden	DE		26924	Europe/Berlin	52.92343	9.23491		Ferden,QVQ,Veern,Verden,Verden an der Aller,fei er deng,feruden,frdn nydrzaksn,frdn  nydrzaksn,Ферден,فردن نيدرزاكسن,فردن، نیدرزاکسن,フェルデン,费尔登	03361	06	00	03361	03361012
2817600	Verchen	verchen	DE		446	Europe/Berlin	53.85111	12.90442				12	00	13071	13071150
2817606	Verberg	verberg	DE		0	Europe/Berlin	51.36243	6.58352		Verberg		07	051	05114	05114000
2817608	Verau	verau	DE		0	Europe/Berlin	49.20542	12.10293				02	093	09376	09376141
2817609	Venzvitz	venzvitz	DE		0	Europe/Berlin	54.27215	13.25106				12	00	13073	13073065
2817610	Venzkow	venzkow	DE		0	Europe/Berlin	53.6469	11.70583				12	00	13076	13076029
2817611	Venzka	venzka	DE		0	Europe/Berlin	50.40164	11.83543				15	00	16075	16075046
2817612	Venz	venz	DE		0	Europe/Berlin	54.49844	13.2947				12	00	13073	13073092
2817613	Venwegen	venwegen	DE		0	Europe/Berlin	50.71235	6.21526				07	053	05334	05334032
2817614	Venusmühle	venusmuhle	DE		0	Europe/Berlin	48.1161	10.11396				01	084	08426	08426031
2817621	Ventschau	ventschau	DE		0	Europe/Berlin	53.20114	10.85637				06	00	03355	03355037
2817623	Venslage	venslage	DE		0	Europe/Berlin	52.49315	7.52446				06	00	03454	03454012
2817624	Venrath	venrath	DE		0	Europe/Berlin	51.09035	6.37332		Venrath		07	053	05370	05370004
2817626	Vennort	vennort	DE		0	Europe/Berlin	51.97952	8.32314				07	057	05754	05754040
2817632	Vennhausen	vennhausen	DE		0	Europe/Berlin	51.2112	6.86213		Vennhausen		07	051	05111	05111000
2817639	Vennebrügge	vennebruegge	DE		0	Europe/Berlin	52.54948	6.68768				06	00	03456	03456024
2817641	Vennebeckerbruch	vennebeckerbruch	DE		0	Europe/Berlin	52.20347	8.89799				07	057	05770	05770032
2817642	Vennebeck	vennebeck	DE		0	Europe/Berlin	52.21723	8.87133		Vennebeck		07	057	05770	05770032
2817643	Venne	venne	DE		0	Europe/Berlin	52.38477	8.16769				06	00	03459	03459029
2817644	Venne	venne	DE		0	Europe/Berlin	51.85132	7.54994		Venne		07	055	05558	05558044
2817646	Vennbruch	vennbruch	DE		0	Europe/Berlin	51.73464	8.41418				07	057	05774	05774020
2817647	Vennberg	vennberg	DE		0	Europe/Berlin	51.23153	6.19266				07	051	05166	05166020
2817650	Venn	venn	DE		0	Europe/Berlin	51.20625	6.38899		Venn		07	051	05116	05116000
2817651	Venn	venn	DE		0	Europe/Berlin	51.18324	6.25573		Venn		07	053	05370	05370040
2817654	Venheyde	venheyde	DE		0	Europe/Berlin	51.17865	6.26305		Venheyde		07	053	05370	05370040
2817655	Venhaus	venhaus	DE		0	Europe/Berlin	52.35771	7.44618		Venhaus		06	00	03454	03454049
2817657	Venenien	venenien	DE		0	Europe/Berlin	51.35857	12.01604		Venenien		14	00	15088	15088220
2817658	Venekamp	venekamp	DE		0	Europe/Berlin	52.78333	7.2		Venekamp,Venekampweg		06	00	03454	03454018
2817660	Vendelsberg	vendelsberg	DE		0	Europe/Berlin	48.70892	13.52305				02	092	09275	09275128
2817663	Veltrup	veltrup	DE		0	Europe/Berlin	52.13484	7.31605				07	055	05566	05566084
2817664	Veltrup	veltrup	DE		0	Europe/Berlin	52.20645	7.56923				07	055	05566	05566008
2817671	Veltensmühle	veltensmuehle	DE		0	Europe/Berlin	51.89204	10.98422				14	00	15085	15085135
2817673	Veltenhof	veltenhof	DE		2738	Europe/Berlin	52.30774	10.48937				06	00	03101	03101000
2817675	Velstove	velstove	DE		0	Europe/Berlin	52.47797	10.82188				06	00	03103	03103000
2817680	Velpe	velpe	DE		0	Europe/Berlin	52.27012	7.86129		Velpe		07	055	05566	05566092
2817682	Velmeden	velmeden	DE		0	Europe/Berlin	51.21457	9.79657				05	066	06636	06636006
2817683	Velmede	velmede	DE		0	Europe/Berlin	51.5949	7.61075				07	059	05978	05978004
2817684	Velmede	velmede	DE		0	Europe/Berlin	51.35517	8.37639		Felmedo,Felmithi,Fėlmedo,Fėlmithi		07	059	05958	05958008
2817685	Vellrath	vellrath	DE		0	Europe/Berlin	51.13477	6.57703				07	051	05162	05162008
2817686	Vellinghausen	vellinghausen	DE		0	Europe/Berlin	51.66324	7.9868				07	059	05974	05974048
2817687	Vellinghausen	vellinghausen	DE		0	Europe/Berlin	51.3128	8.28435		Vellinghausen		07	059	05958	05958032
2817689	Velling	velling	DE		0	Europe/Berlin	48.92284	12.81964				02	092	09278	09278187
2817690	Velligsen	velligsen	DE		0	Europe/Berlin	52.90611	10.08888				06	00	03358	03358016
2817691	Vellern	vellern	DE		0	Europe/Berlin	51.78823	8.07255		Felheren		07	055	05570	05570008
2817695	Vellbach	vellbach	DE		0	Europe/Berlin	48.89266	9.83379				01	081	08136	08136020
2817697	Vellage	vellage	DE		0	Europe/Berlin	53.11375	7.33927		Vellage		06	00	03457	03457021
2817698	Velken	velken	DE		0	Europe/Berlin	50.8479	7.50401				07	053	05382	05382052
2817699	Velgen	velgen	DE		0	Europe/Berlin	53.08994	10.39901				06	00	03360	03360010
2817701	Velgau	velgau	DE		0	Europe/Berlin	52.8	11.4				14	00	15081	15081030
2817705	Veldrom	veldrom	DE		0	Europe/Berlin	51.82835	8.93669				07	057	05766	05766032
2817708	Veldhausen	veldhausen	DE		0	Europe/Berlin	52.51825	6.99848				06	00	03456	03456014
2817709	Veldgaar	veldgaar	DE		0	Europe/Berlin	52.5272	6.98122				06	00	03456	03456014
2817710	Veldershof	veldershof	DE		0	Europe/Berlin	49.54181	11.25257				02	095	09574	09574138
2817720	Velde	velde	DE		0	Europe/Berlin	53.21295	7.65375				06	00	03457	03457006
2817725	Velber	velber	DE		0	Europe/Berlin	52.371	9.64975				06	00	03241	03241015
2817728	Veitswend	veitswend	DE		0	Europe/Berlin	49.1	10.23333		Veitswend		02	095	09571	09571136
2817729	Veitsweiler	veitsweiler	DE		0	Europe/Berlin	49.0243	10.44344				02	095	09571	09571218
2817730	Veitsteinbach	veitsteinbach	DE		0	Europe/Berlin	50.38658	9.64591				05	066	06631	06631016
2817734	Veitserlbach	veitserlbach	DE		0	Europe/Berlin	49.11141	10.91148				02	095	09577	09577161
2817735	Veitsbuch	veitsbuch	DE		0	Europe/Berlin	48.67383	12.34445				02	092	09274	09274188
2817737	Veitsberg	veitsberg	DE		0	Europe/Berlin	50.7933	12.08652				15	00	16076	16076084
2817738	Veitsberg	veitsberg	DE		0	Europe/Berlin	50.59301	8.88174				05	065	06531	06531016
2817740	Veitsaurach	veitsaurach	DE		0	Europe/Berlin	49.28943	10.88649				02	095	09571	09571226
2817741	Veits	veits	DE		0	Europe/Berlin	47.68077	10.31737				02	097	09780	09780143
2817742	Veitriedhausen	veitriedhausen	DE		0	Europe/Berlin	48.58456	10.39011				02	097	09773	09773144
2817744	Veitlahm	veitlahm	DE		0	Europe/Berlin	50.11866	11.38894				02	094	09477	09477136
2817747	Veitenhäuser	veitenhaeuser	DE		0	Europe/Berlin	50.53138	12.32205				13	00	14523	14523430
2817748	Veitenhäuser	veitenhaeuser	DE		0	Europe/Berlin	50.5082	12.45303				13	00	14523	14523020
2817753	Veilbronn	veilbronn	DE		0	Europe/Berlin	49.84031	11.19661				02	094	09471	09471142
2817754	Veikvitz	veikvitz	DE		0	Europe/Berlin	54.4676	13.35549				12	00	13073	13073064
2817756	Vehs	vehs	DE		0	Europe/Berlin	52.63822	7.94091				06	00	03459	03459007
2817757	Vehrte	vehrte	DE		0	Europe/Berlin	52.34525	8.15271		Farithi		06			
2817759	Vehrensande	vehrensande	DE		0	Europe/Berlin	52.76931	7.75059				06	00	03453	03453011
2817760	Vehra	vehra	DE		0	Europe/Berlin	51.15044	10.98788				15	00	16068	16068053
2817771	Vehlingen	vehlingen	DE		0	Europe/Berlin	51.82485	6.42005		Vehlingen		07	055	05554	05554032
2817773	Vehlgast	vehlgast	DE		0	Europe/Berlin	52.79996	12.20074				14	00	15090	15090225
2817775	Vehlenberg	vehlenberg	DE		0	Europe/Berlin	49.1	10.16667				01	081	08127	08127014
2817776	Vehlen	vehlen	DE		0	Europe/Berlin	52.43098	12.32119				11	00	12069	12069028
2817777	Vehlen	vehlen	DE		0	Europe/Berlin	52.27178	9.10732				06	00	03257	03257028
2817778	Vehlefanz	vehlefanz	DE		0	Europe/Berlin	52.72013	13.09888				11	00	12065	12065251
2817779	Vehlberg	vehlberg	DE		0	Europe/Berlin	49.23615	10.33748		Vehlberg		02	095	09571	09571114
2817780	Vehlage	vehlage	DE		0	Europe/Berlin	52.37551	8.5376		Vehlage		07	057	05770	05770008
2817781	Vegesack	vegesack	DE		0	Europe/Berlin	53.17923	8.62228				03	00	04011	04011000
2817783	Vegesack	vegesack	DE		34000	Europe/Berlin	53.16667	8.61667		Bremen-Vegesack,Vegesack		03			
2817785	Veert	veert	DE		0	Europe/Berlin	51.52654	6.29615				07	051	05154	05154012
2817787	Veerßen	veerssen	DE		0	Europe/Berlin	52.95138	10.54293				06	00	03360	03360025
2817789	Veerse	veerse	DE		0	Europe/Berlin	53.14285	9.49959				06	00	03357	03357041
2817790	Veerkamp	veerkamp	DE		0	Europe/Berlin	52.39182	7.5467				06	00	03454	03454046
2817793	Veenhusen	veenhusen	DE		0	Europe/Berlin	53.3	7.45		Veenhusen		06	00	03457	03457014
2817796	Veen	veen	DE		0	Europe/Berlin	51.61392	6.45562		Veen		07	051	05170	05170004
2817798	Veelböken	veelboeken	DE		791	Europe/Berlin	53.74893	11.18297				12	00	13074	13074081
2817799	Vedhusen	vedhusen	DE		0	Europe/Berlin	53.28952	8.39955				06	00	03461	03461008
2817805	Veckerhagen	veckerhagen	DE		0	Europe/Berlin	51.49827	9.60068				05	066	06633	06633022
2817807	Vechtrup	vechtrup	DE		0	Europe/Berlin	51.97983	7.84683				07	055	05570	05570044
2817809	Vechtel	vechtel	DE		0	Europe/Berlin	52.56711	7.63368				06	00	03459	03459011
2817814	Vechelade	vechelade	DE		0	Europe/Berlin	52.26994	10.38208		Vech'lah,Vechelah,Vecheld'sche Lage [a. 1724],Vecheld’sche Lage [a. 1724],Vech’lah		06	00	03157	03157007
2817820	Vatersham	vatersham	DE		0	Europe/Berlin	48.33136	12.39016				02	091	09183	09183132
2817821	Vatersdorf	vatersdorf	DE		0	Europe/Berlin	48.42856	12.04305				02	092	09274	09274121
2817824	Vasenthien	vasenthien	DE		0	Europe/Berlin	52.98998	11.26754		Vasenthien,Vasenthin		06	00	03354	03354023
2817825	Vaschvitz	vaschvitz	DE		0	Europe/Berlin	54.5516	13.2257				12	00	13073	13073092
2817827	Vasbühl	vasbuhl	DE		0	Europe/Berlin	50.0223	10.05163				02	096	09678	09678193
2817828	Vasbeck	vasbeck	DE		0	Europe/Berlin	51.38562	8.89241		Fassenbiki,Vasbeck		05	066	06635	06635007
2817830	Varste	varste	DE		0	Europe/Berlin	52.91839	9.14434				06	00	03361	03361002
2817831	Varste	varste	DE		0	Europe/Berlin	51.04229	8.05195		Varste		07	059	05966	05966016
2817832	Varsnevitz	varsnevitz	DE		0	Europe/Berlin	54.48333	13.33333				12	00	13073	13073045
2817833	Varrigsen	varrigsen	DE		0	Europe/Berlin	51.92394	9.8365		Varrigsen		06	00	03255	03255008
2817834	Varresbeck	varresbeck	DE		0	Europe/Berlin	51.24401	7.09563		Varresbeck		07	051	05124	05124000
2817839	Varrelbusch	varrelbusch	DE		0	Europe/Berlin	52.89521	8.00824		VAC,Varrelbusch		06	00	03453	03453008
2817843	Varnkevitz	varnkevitz	DE		0	Europe/Berlin	54.67755	13.37058				12	00	13073	13073071
2817845	Varnhövel	varnhoevel	DE		0	Europe/Berlin	51.66065	7.5852				07	059	05978	05978040
2817846	Varnhorn	varnhorn	DE		0	Europe/Berlin	52.8626	8.32695				06	00	03460	03460010
2817847	Varnhalt	varnhalt	DE		0	Europe/Berlin	48.73497	8.1846		Varnhalt		01	082	08211	08211000
2817848	Varmissen	varmissen	DE		0	Europe/Berlin	51.50503	9.79446				06	00	03159	03159009
2817850	Varlosen	varlosen	DE		0	Europe/Berlin	51.50215	9.71082				06	00	03159	03159024
2817853	Varloh	varloh	DE		0	Europe/Berlin	52.63166	7.26294				06	00	03454	03454014
2817855	Varlheide	varlheide	DE		0	Europe/Berlin	52.41371	8.57822				07	057	05770	05770040
2817859	Varl	varl	DE		0	Europe/Berlin	52.4362	8.57701		Varl		07	057	05770	05770040
2817861	Vargatz	vargatz	DE		0	Europe/Berlin	53.958	13.40057				12	00	13075	13075006
2817863	Varensell	varensell	DE		0	Europe/Berlin	51.85931	8.43435		Varensell		07	057	05754	05754032
2817864	Varenrode	varenrode	DE		0	Europe/Berlin	52.38832	7.43485				06	00	03454	03454049
2817865	Varenholz	varenholz	DE		0	Europe/Berlin	52.17188	8.98785				07	057	05766	05766036
2817867	Varenesch	varenesch	DE		0	Europe/Berlin	52.763	8.43656				06	00	03460	03460004
2817868	Varendorf	varendorf	DE		0	Europe/Berlin	53.09802	10.46576				06	00	03360	03360004
2817870	Varelerhafen	varelerhafen	DE		0	Europe/Berlin	53.40636	8.16464				06	00	03455	03455026
2817878	Vardel	vardel	DE		0	Europe/Berlin	52.74892	8.25532				06	00	03460	03460009
2817879	Vardeilsen	vardeilsen	DE		0	Europe/Berlin	51.83323	9.7971				06	00	03155	03155013
2817880	Vardegötzen	vardegoetzen	DE		0	Europe/Berlin	52.21529	9.76376				06	00	03241	03241013
2817882	Varbrügge	varbruegge	DE		0	Europe/Berlin	52.82895	7.84322				06	00	03453	03453010
2817883	Varbrook	varbrook	DE		0	Europe/Berlin	51.1834	6.227				07	051	05166	05166020
2817885	Varbitz	varbitz	DE		0	Europe/Berlin	52.88073	10.80093				06	00	03360	03360020
2817887	Varbelvitz	varbelvitz	DE		0	Europe/Berlin	54.44674	13.20162				12	00	13073	13073095
2817888	Vansenitz	vansenitz	DE		0	Europe/Berlin	54.58333	13.25				12			
2817889	Vanselow	vanselow	DE		0	Europe/Berlin	53.87988	13.17342				12	00	13071	13071136
2817891	Vanikum	vanikum	DE		0	Europe/Berlin	51.02984	6.66235				07	051	05162	05162028
2817893	Valwigerberg	valwigerberg	DE		0	Europe/Berlin	50.1505	7.22303				08	00	07135	07135086
2817899	Valme	valme	DE		0	Europe/Berlin	51.26667	8.41667				07	059	05958	05958008
2817902	Vallstedt	vallstedt	DE		0	Europe/Berlin	52.21781	10.36423		Vallste,Vallstidde,Velstede [a. 1274],groten Valstede [a. 1462],maior Veledstide [a. 1200]		06	00	03157	03157007
2817903	Vallried	vallried	DE		0	Europe/Berlin	48.40482	10.5764				02	097	09772	09772223
2817911	Valetsberg	valetsberg	DE		0	Europe/Berlin	50.05365	11.99376		Valetsberg		02	094	09479	09479169
2817914	Valepp	valepp	DE		0	Europe/Berlin	47.61678	11.89361				02	091	09182	09182131
2817916	Valdorf	valdorf	DE		0	Europe/Berlin	52.14339	8.85344				07	057	05758	05758036
2817918	Valbert	valbert	DE		0	Europe/Berlin	51.1212	7.75444				07	059	05962	05962036
2817921	Vaitshain	vaitshain	DE		0	Europe/Berlin	50.49855	9.35697				05	065	06535	06535007
2817924	Vaihinger Hof	vaihinger-hof	DE		0	Europe/Berlin	48.21226	8.70409				01	083	08325	08325049
2817929	Vaihingen	vaihingen	DE		0	Europe/Berlin	48.72984	9.10882				01	081	08111	08111000
2817930	Vahrnow	vahrnow	DE		0	Europe/Berlin	53.19481	11.91261				11	00	12070	12070145
2817931	Vahrholz	vahrholz	DE		0	Europe/Berlin	52.67959	11.38542				14	00	15081	15081240
2817932	Vahrenwald	vahrenwald	DE		0	Europe/Berlin	52.40053	9.735		Farenwohld [a. 1771],Vahrnwole,Vorenwalde [a. 1183]		06	00	03241	03241001
2817933	Vahrenkamp	vahrenkamp	DE		0	Europe/Berlin	52.46297	8.51501				07	057	05770	05770044
2817935	Vahrendorf	vahrendorf	DE		0	Europe/Berlin	53.43313	9.90244		Vahrendorf		06	00	03353	03353029
2817937	Vahren	vahren	DE		0	Europe/Berlin	52.83395	7.98201				06	00	03453	03453004
2817938	Vahr	vahr	DE		0	Europe/Berlin	53.07988	8.89024		Gartenstadt Vahr,Vahr		03	00	04011	04011000
2817939	Vahnum	vahnum	DE		0	Europe/Berlin	51.7073	6.4757				07	051	05170	05170048
2817940	Vahlzen	vahlzen	DE		0	Europe/Berlin	53.05821	9.76282		Vahlzen		06	00	03358	03358017
2817942	Vahlhausen	vahlhausen	DE		0	Europe/Berlin	51.94411	8.93901				07	057	05766	05766020
2817943	Vahlhausen	vahlhausen	DE		0	Europe/Berlin	51.88454	9.00407		Falhahuson,Falhahūson		07	057	05766	05766032
2817944	Vahlhaus	vahlhaus	DE		0	Europe/Berlin	51.74783	8.28784				07	055	05570	05570048
2817948	Vahle	vahle	DE		0	Europe/Berlin	51.67468	9.66145				06	00	03155	03155012
2817953	Vagen	vagen	DE		1792	Europe/Berlin	47.8741	11.88446	526			02	091	09187	09187130
2817955	Vaerloh	vaerloh	DE		0	Europe/Berlin	53.27825	9.61269				06	00	03353	03353018
2817956	Vaensen	vaensen	DE		0	Europe/Berlin	53.3516	9.88149				06	00	03353	03353005
2817957	Vaalserquartier	vaalserquartier	DE		0	Europe/Berlin	50.76906	6.02802		Vaelserquartier		07	053	05334	05334002
2817958	Vadrup	vadrup	DE		0	Europe/Berlin	52.03327	7.74948		Farethorp,Westbevern-Vadrup		07	055	05570	05570044
2817959	Vadersdorf	vadersdorf	DE		0	Europe/Berlin	54.48355	11.13838		Vadersdorf		10	00	01055	01055046
2817960	Vadenrod	vadenrod	DE		0	Europe/Berlin	50.6638	9.27355		Vadenrod		05	065	06535	06535017
2817962	Vaddensen	vaddensen	DE		0	Europe/Berlin	52.98007	10.88616				06	00	03354	03354002
2817964	Vachenlueg	vachenlueg	DE		0	Europe/Berlin	47.82632	12.87329				02	091	09172	09172112
2817972	Vach	vach	DE		0	Europe/Berlin	49.52348	10.96407		Vach		02	095	09563	09563000
2817973	Vaasbüttel	vaasbuettel	DE		0	Europe/Berlin	54.09501	9.67595				10	00	01058	01058077
2817978	Vaake	vaake	DE		0	Europe/Berlin	51.48096	9.61596				05	066	06633	06633022
2817981	Utzwingen	utzwingen	DE		0	Europe/Berlin	48.93944	10.50098				02	097	09779	09779176
2817982	Utzstetten	utzstetten	DE		0	Europe/Berlin	48.86588	9.84931				01	081	08136	08136070
2817983	Utzmemmingen	utzmemmingen	DE		0	Europe/Berlin	48.82801	10.43619				01	081	08136	08136087
2817984	Utzmannsdorf	utzmannsdorf	DE		0	Europe/Berlin	49.07654	12.64379				02	092	09278	09278189
2817985	Utzmannsbach	utzmannsbach	DE		0	Europe/Berlin	49.61783	11.35849				02	095	09574	09574158
2817986	Uetzing	uetzing	DE		0	Europe/Berlin	50.08603	11.06907				02	094	09478	09478165
2817987	Utzing	utzing	DE		0	Europe/Berlin	48.32816	12.38519				02	091	09183	09183132
2817989	Ützhausen	uetzhausen	DE		0	Europe/Berlin	50.64385	9.51279				05	065	06535	06535015
2817991	Utzenzell	utzenzell	DE		0	Europe/Berlin	49.03332	12.5524				02	092	09278	09278197
2817993	Utzenhofen	utzenhofen	DE		0	Europe/Berlin	49.33592	11.68834				02	093	09371	09371132
2817997	Utzenbichl	utzenbichl	DE		0	Europe/Berlin	48.09477	12.13093				02	091	09187	09187186
2818001	Ützdorf	uetzdorf	DE		0	Europe/Berlin	52.75645	13.52906				11	00	12060	12060269
2818004	Utweiler	utweiler	DE		0	Europe/Berlin	49.1261	7.30035				09	00	10045	10045113
2818005	Utwarfe	utwarfe	DE		0	Europe/Berlin	53.61054	8.03489				06	00	03405	03405000
2818007	Uttum	uttum	DE		0	Europe/Berlin	53.44926	7.15459				06	00	03452	03452014
2818008	Uttstadt	uttstadt	DE		0	Europe/Berlin	49.71839	10.90106				02	095	09572	09572111
2818010	Uttrichshausen	uttrichshausen	DE		0	Europe/Berlin	50.41344	9.72805				05	066	06631	06631016
2818011	Uttobrunn	uttobrunn	DE		0	Europe/Berlin	48.85629	12.94021				02	092	09271	09271132
2818012	Uttnach	uttnach	DE		0	Europe/Berlin	47.70974	7.60916				01	083	08336	08336045
2818015	Utting	utting	DE		0	Europe/Berlin	48.82243	13.08334				02	092	09271	09271113
2818017	Uttigkofen	uttigkofen	DE		0	Europe/Berlin	48.58083	13.03084				02	092	09275	09275114
2818020	Uttewalde	uttewalde	DE		0	Europe/Berlin	50.97664	14.03289				13	00	14628	14628240
2818021	Uttershausen	uttershausen	DE		0	Europe/Berlin	51.08244	9.33496				05	066	06634	06634025
2818022	Utters	utters	DE		0	Europe/Berlin	53.59786	8.07283				06	00	03405	03405000
2818023	Utterode	utterode	DE		0	Europe/Berlin	51.39845	10.52806				15	00	16062	16062049
2818024	Ütterlingsen	uetterlingsen	DE		0	Europe/Berlin	51.25492	7.74826				07	059	05962	05962060
2818026	Uttenstetten	uttenstetten	DE		0	Europe/Berlin	48.99028	10.43834				02	097	09779	09779147
2818028	Uttenkofen	uttenkofen	DE		0	Europe/Berlin	48.81336	12.84705				02	092	09271	09271151
2818029	Uttenhofen	uttenhofen	DE		0	Europe/Berlin	49.54366	10.26703				02	095	09575	09575168
2818030	Uttenhofen	uttenhofen	DE		0	Europe/Berlin	49.21362	11.25446				02	095	09576	09576113
2818031	Uttenhofen	uttenhofen	DE		0	Europe/Berlin	49.06829	9.72632		Uttenhofen		01	081	08127	08127100
2818032	Uttenhofen	uttenhofen	DE		0	Europe/Berlin	48.81883	12.81709				02	092	09271	09271151
2818033	Uttenhofen	uttenhofen	DE		0	Europe/Berlin	48.55959	11.53777				02	091	09186	09186143
2818034	Uttenhofen	uttenhofen	DE		0	Europe/Berlin	48.30272	10.55391				02	097	09774	09774198
2818035	Uttenhofen	uttenhofen	DE		0	Europe/Berlin	47.80785	8.63199				01	083	08335	08335080
2818036	Uttenhofen	uttenhofen	DE		0	Europe/Berlin	47.75182	9.95839				01	084	08436	08436055
2818037	Uttenhof	uttenhof	DE		0	Europe/Berlin	49.11973	11.78679				02	093	09375	09375118
2818038	Uttendorf	uttendorf	DE		0	Europe/Berlin	48.4671	12.63248				02	092	09277	09277121
2818041	Uttel	uttel	DE		0	Europe/Berlin	53.58906	7.77487				06	00	03462	03462019
2818042	Utphe	utphe	DE		0	Europe/Berlin	50.43664	8.885				05	065	06531	06531008
2818043	Utlandshörn	utlandshoern	DE		0	Europe/Berlin	53.56412	7.10695				06	00	03452	03452019
2818045	Utlande	utlande	DE		0	Europe/Berlin	53.60703	7.89191				06	00	03455	03455020
2818046	Uthwerdum	uthwerdum	DE		0	Europe/Berlin	53.48085	7.33519		Uthwerdum		06	00	03452	03452023
2818047	Uthweiler	uthweiler	DE		0	Europe/Berlin	50.73173	7.26492				07	053	05382	05382024
2818048	Uthüserdrebber	uthueserdrebber	DE		0	Europe/Berlin	52.67239	8.46337				06	00	03251	03251013
2818049	Uthuisen	uthuisen	DE		0	Europe/Berlin	52.31667	7.53333				07	055	05566	05566016
2818050	Uthörn	uthoern	DE		0	Europe/Berlin	53.54366	7.73841				06	00	03462	03462019
2818057	Uthmöden	uthmoeden	DE		0	Europe/Berlin	52.35401	11.3554				14	00	15083	15083270
2818064	Utgast	utgast	DE		0	Europe/Berlin	53.6419	7.55418				06	00	03462	03462006
2818065	Utfort	utfort	DE		0	Europe/Berlin	51.47099	6.62733		Utfort		07	051	05170	05170024
2818069	Uterhorst	uterhorst	DE		0	Europe/Berlin	52.6377	12.85375				11	00	12063	12063208
2818074	Utende	utende	DE		0	Europe/Berlin	53.11667	7.58333				06	00	03457	03457018
2818083	Usterling	usterling	DE		0	Europe/Berlin	48.66205	12.64724				02	092	09279	09279122
2818084	Üssinghausen	uessinghausen	DE		0	Europe/Berlin	52.82992	8.64835				06	00	03251	03251042
2818085	Üssinghausen	uessinghausen	DE		0	Europe/Berlin	51.69016	9.80383				06	00	03155	03155005
2818086	Ussenried	ussenried	DE		0	Europe/Berlin	47.83507	10.30679				02	097	09780	09780119
2818087	Ussenhausen	ussenhausen	DE		0	Europe/Berlin	53.63973	7.8627				06	00	03455	03455020
2818089	Usseln	usseln	DE		0	Europe/Berlin	51.28259	8.6658		Usseln		05	066	06635	06635022
2818101	Usenborn	usenborn	DE		0	Europe/Berlin	50.36237	9.11608				05	064	06440	06440019
2818103	Üselitz	ueselitz	DE		0	Europe/Berlin	54.26457	13.29324				12	00	13073	13073065
2818109	Üsdorf	usdorf	DE		0	Europe/Berlin	50.93333	6.83333				07	053	05315	05315000
2818110	Uschlberg	uschlberg	DE		0	Europe/Berlin	49.34844	11.94128				02	093	09371	09371120
2818112	Uschlag	uschlag	DE		0	Europe/Berlin	51.32997	9.62058		Uschlag		06	00	03159	03159034
2818113	Uschertsgrün	uschertsgrun	DE		0	Europe/Berlin	50.28751	11.73496				02	094	09475	09475165
2818114	Üschersdorf	uschersdorf	DE		0	Europe/Berlin	50.15453	10.60803				02	096	09674	09674121
2818118	Usadel	usadel	DE		0	Europe/Berlin	53.44357	13.18132				12	00	13071	13071012
2818123	Ürzell	uerzell	DE		0	Europe/Berlin	50.392	9.43382				05	064	06435	06435028
2818124	Urwies	urwies	DE		0	Europe/Berlin	47.76816	12.89158				02	091	09172	09172128
2818125	Urweiler	urweiler	DE		0	Europe/Berlin	49.48017	7.17991				09	00	10046	10046117
2818128	Urtlfing	urtlfing	DE		0	Europe/Berlin	48.29747	12.19652				02	091	09177	09177115
2818132	Urthal	urthal	DE		0	Europe/Berlin	47.73333	11.36667				02	091	09190	09190153
2818136	Ursulasried	ursulasried	DE		0	Europe/Berlin	47.75473	10.31988				02	097	09763	09763000
2818137	Ursulapoppenricht	ursulapoppenricht	DE		0	Europe/Berlin	49.49556	11.85193				02	093	09371	09371126
2818138	Ursprung	ursprung	DE		0	Europe/Berlin	50.7794	12.77583		Ursprung		13	00	14521	14521380
2818139	Ursprung	ursprung	DE		0	Europe/Berlin	47.99429	11.85502				02	091	09175	09175121
2818143	Urspring	urspring	DE		0	Europe/Berlin	49.75087	11.23272				02	094	09474	09474161
2818144	Urspring	urspring	DE		0	Europe/Berlin	49.51659	11.89298				02	093	09371	09371127
2818145	Urspring	urspring	DE		0	Europe/Berlin	48.54764	9.89448				01	084	08425	08425075
2818146	Urspring	urspring	DE		0	Europe/Berlin	48.38142	9.71904				01	084	08425	08425108
2818147	Urspring	urspring	DE		0	Europe/Berlin	47.70339	10.8348				02	091	09190	09190154
2818149	Ursheim	ursheim	DE		0	Europe/Berlin	48.93747	10.71351		Ursheim		02	095	09577	09577162
2818151	Ursfeld	ursfeld	DE		0	Europe/Berlin	50.82177	6.07175				07	053	05334	05334002
2818153	Ursenwang	ursenwang	DE		0	Europe/Berlin	48.66753	9.69174				01	081	08117	08117026
2818154	Ursenthal	ursenthal	DE		0	Europe/Berlin	48.43122	8.49218				01	082	08237	08237045
2818156	Ursendorf	ursendorf	DE		0	Europe/Berlin	48.00711	9.36626				01	084	08437	08437053
2818159	Ursenbach	ursenbach	DE		0	Europe/Berlin	49.49447	8.72439		Ursenbach		01	082	08226	08226082
2818163	Ursel	ursel	DE		0	Europe/Berlin	51.65627	6.4087				07	051	05170	05170052
2818168	Urschenthal	urschenthal	DE		0	Europe/Berlin	47.76382	11.68074				02	091	09182	09182134
2818169	Urschalling	urschalling	DE		0	Europe/Berlin	47.83641	12.34378		Urschalling		02	091	09187	09187162
2818171	Ursbach	ursbach	DE		0	Europe/Berlin	48.78206	11.93474				02	092	09273	09273165
2818172	Ursaul	ursaul	DE		0	Europe/Berlin	47.87864	9.04392				01	083	08335	08335079
2818174	Urphertshofen	urphertshofen	DE		0	Europe/Berlin	49.4356	10.44721				02	095	09575	09575156
2818175	Urphershofen	urphershofen	DE		0	Europe/Berlin	49.4276	10.25441				02	095	09571	09571205
2818176	Urphar	urphar	DE		0	Europe/Berlin	49.74755	9.57476		Urphar		01	081	08128	08128131
2818179	Urneburg	urneburg	DE		0	Europe/Berlin	53.04562	8.55829				06	00	03458	03458005
2818180	Urnau	urnau	DE		0	Europe/Berlin	47.76344	9.43139				01	084	08435	08435067
2818181	Urnagold	urnagold	DE		0	Europe/Berlin	48.60197	8.43189				01	082	08237	08237073
2818188	Urloffen	urloffen	DE		0	Europe/Berlin	48.5618	7.96868		Urloffen		01	083	08317	08317005
2818197	Urlau	urlau	DE		0	Europe/Berlin	47.77767	10.04095				01	084	08436	08436055
2818198	Urlading	urlading	DE		0	Europe/Berlin	48.83382	13.07888				02	092	09271	09271148
2818203	Urft	urft	DE		0	Europe/Berlin	50.5115	6.57573		Urft		07	053	05366	05366024
2818205	Urfersheim	urfersheim	DE		0	Europe/Berlin	49.47121	10.39519		Urfersheim		02	095	09575	09575133
2818206	Urfeld	urfeld	DE		0	Europe/Berlin	50.80487	7.02327				07	053	05362	05362040
2818207	Urfeld	urfeld	DE		0	Europe/Berlin	47.61644	11.34416		Urfeld		02	091	09173	09173133
2818209	Urfar	urfar	DE		0	Europe/Berlin	48.29941	13.18831				02	092	09275	09275132
2818210	Urfahrn	urfahrn	DE		0	Europe/Berlin	47.87848	12.3882				02	091	09187	09187121
2818212	Urfahrhof	urfahrhof	DE		0	Europe/Berlin	48.71251	10.82361				02	097	09779	09779149
2818213	Urexweiler	urexweiler	DE		0	Europe/Berlin	49.42806	7.07811				09	00	10046	10046112
2818216	Urenberg	urenberg	DE		0	Europe/Berlin	51.69171	8.87901				07	057	05774	05774032
2818218	Urdorf	urdorf	DE		0	Europe/Berlin	50.62043	7.98515				08	00	07143	07143242
2818219	Urdenbach	urdenbach	DE		0	Europe/Berlin	51.15015	6.88091		Urdenbach		07	051	05111	05111000
2818220	Urbich	urbich	DE		0	Europe/Berlin	50.95981	11.09575				15	00	16051	16051000
2818224	Urberg	urberg	DE		0	Europe/Berlin	47.73333	8.11667		Urberg		01	083	08337	08337027
2818225	Urberach	urberach	DE		0	Europe/Berlin	49.97273	8.79812				05	064	06438	06438012
2818227	Urbecke	urbecke	DE		0	Europe/Berlin	51.39313	7.77994				07	059	05962	05962016
2818231	Urbanstobel	urbanstobel	DE		0	Europe/Berlin	47.76667	9.46667				01	084	08436	08436095
2818232	Urbach-Überdorf	urbach-ueberdorf	DE		1577	Europe/Berlin	50.5569	7.58695		Uberdorf,Urbach-Uberdorf,Urbach-Überdorf,Überdorf		08	00	07138	07138074
2818233	Urbach-Kirchdorf	urbach-kirchdorf	DE		0	Europe/Berlin	50.56301	7.58639		Kirchdorf,Urbach-Kirchdorf		08	00	07138	07138074
2818245	Urb	urb	DE		0	Europe/Berlin	50.2456	6.20587				08	00	07232	07232329
2818247	Urach	urach	DE		0	Europe/Berlin	48.00528	8.25167				01	083	08326	08326068
2818249	Uptloh	uptloh	DE		0	Europe/Berlin	52.72314	7.99382				06	00	03453	03453006
2818250	Upstedt	upstedt	DE		0	Europe/Berlin	52.03296	10.07017				06	00	03254	03254008
2818251	Upstede	upstede	DE		0	Europe/Berlin	53.58203	7.71145				06	00	03462	03462019
2818253	Upsprunge	upsprunge	DE		0	Europe/Berlin	51.6629	8.60004		Upsprunge		07	057	05774	05774036
2818255	Uepsen	uepsen	DE		0	Europe/Berlin	52.7357	8.97284		Uepsen,Upsen,Üpsen		06	00	03251	03251002
2818256	Upschört	upschoert	DE		0	Europe/Berlin	53.46923	7.75035				06	00	03462	03462005
2818257	Upratsberg	upratsberg	DE		0	Europe/Berlin	47.83449	10.45473				02	097	09777	09777138
2818261	Uppenberg	uppenberg	DE		0	Europe/Berlin	51.98136	7.61599				07	055	05515	05515000
2818262	Uppen	uppen	DE		0	Europe/Berlin	52.1391	10.02254				06	00	03254	03254021
2818266	Üplingen	ueplingen	DE		0	Europe/Berlin	52.11842	11.13757				14	00	15083	15083035
2818268	Upleward	upleward	DE		0	Europe/Berlin	53.42134	7.04667				06	00	03452	03452014
2818279	Uphusermehren	uphusermehren	DE		0	Europe/Berlin	53.02162	8.99334				06	00	03361	03361001
2818284	Uphusen	uphusen	DE		0	Europe/Berlin	53.37662	7.25306		Uphusen		06	00	03402	03402000
2818285	Uphusen	uphusen	DE		0	Europe/Berlin	53.02888	8.97085				06	00	03361	03361001
2818286	Uphusen	uphusen	DE		0	Europe/Berlin	51.76678	7.208				07	055	05562	05562016
2818289	Uphoven	uphoven	DE		0	Europe/Berlin	51.95294	7.35552				07	055	05558	05558032
2818291	Uphoff	uphoff	DE		0	Europe/Berlin	52.34403	8.73873				07	057	05770	05770012
2818295	Uphausen	uphausen	DE		0	Europe/Berlin	52.23893	8.14417				06	00	03459	03459012
2818296	Uphausen	uphausen	DE		0	Europe/Berlin	52.26398	8.83808				07	057	05770	05770024
2818300	Upflamör	upflamor	DE		0	Europe/Berlin	48.21221	9.40138				01	084	08415	08415085
2818301	Upfkofen	upfkofen	DE		0	Europe/Berlin	48.82769	12.24396				02	092	09278	09278148
2818302	Upfingen	upfingen	DE		0	Europe/Berlin	48.45477	9.38722				01	084	08415	08415093
2818303	Upende	upende	DE		0	Europe/Berlin	53.50146	7.34626				06	00	03452	03452023
2818304	Upen	upen	DE		0	Europe/Berlin	52.00581	10.3426				06	00	03153	03153008
2818305	Updorf	updorf	DE		0	Europe/Berlin	53.569	7.76374				06	00	03462	03462019
2818306	Upberg	upberg	DE		0	Europe/Berlin	52.61204	7.74032				06	00	03459	03459009
2818307	Upatel	upatel	DE		0	Europe/Berlin	53.94326	13.45568				12	00	13075	13075044
2818310	Unzhurst	unzhurst	DE		0	Europe/Berlin	48.68749	8.05407				01	082	08216	08216041
2818314	Unwürde	unwuerde	DE		0	Europe/Berlin	51.12445	14.67584		Wujer		13	00	14626	14626290
2818315	Unwerte	unwerte	DE		0	Europe/Berlin	47.89375	9.96324				01	084	08436	08436010
2818316	Untschen	untschen	DE		0	Europe/Berlin	50.88926	12.29252		Untschen		15	00	16077	16077043
2818319	Uentrop	uentrop	DE		0	Europe/Berlin	51.69304	7.94569		Uentrop,Untrop,Üntrop		07	059	05915	05915000
2818320	Uentrop	uentrop	DE		0	Europe/Berlin	51.40338	8.0913		Uentrop,Untrop,Üntrop		07	059	05958	05958004
2818324	Untitz	untitz	DE		0	Europe/Berlin	50.81939	12.09675				15	00	16076	16076084
2818326	Unterzwieselau	unterzwieselau	DE		0	Europe/Berlin	49.02374	13.27518				02	092	09276	09276130
2818327	Unterzuckenried	unterzuckenried	DE		0	Europe/Berlin	49.01667	13				02	092	09276	09276134
2818328	Unterzolling	unterzolling	DE		0	Europe/Berlin	48.45	11.78333				02	091	09178	09178157
2818329	Unterzollhaus	unterzollhaus	DE		0	Europe/Berlin	47.66667	10.43333				02	097	09780	09780128
2818331	Unterzetzscha	unterzetzscha	DE		0	Europe/Berlin	51.01808	12.43149				15	00	16077	16077001
2818332	Unterzettlitz	unterzettlitz	DE		0	Europe/Berlin	50.09424	10.97324				02	094	09478	09478165
2818333	Unterzettlitz	unterzettlitz	DE		0	Europe/Berlin	50.07603	11.43171				02	094	09477	09477128
2818334	Unterzettling	unterzettling	DE		0	Europe/Berlin	49.21604	12.90814				02	093	09372	09372135
2818335	Unterzella	unterzella	DE		0	Europe/Berlin	50.83536	10.04437				15	00	16063	16063082
2818336	Unterzell	unterzell	DE		0	Europe/Berlin	49.15	12.41667				02	093	09372	09372167
2818337	Unterzell	unterzell	DE		0	Europe/Berlin	48.68333	11.61667				02	091	09186	09186122
2818338	Unterzell	unterzell	DE		0	Europe/Berlin	48.38989	11.01508				02	097	09771	09771122
2818339	Unterzell	unterzell	DE		0	Europe/Berlin	47.7	9.05				01	083	08335	08335066
2818340	Unterzeitldorn	unterzeitldorn	DE		0	Europe/Berlin	48.91437	12.56185				02	092	09263	09263000
2818341	Unterzeitlbach	unterzeitlbach	DE		0	Europe/Berlin	48.36432	11.26159				02	091	09174	09174111
2818342	Unterzeitlarn	unterzeitlarn	DE		0	Europe/Berlin	48.50124	12.88565				02	092	09277	09277144
2818343	Unterzeismering	unterzeismering	DE		0	Europe/Berlin	47.89028	11.26596				02	091	09188	09188141
2818345	Unterzeil	unterzeil	DE		0	Europe/Berlin	47.85844	10.00116				01	084	08436	08436055
2818346	Unterzaunsbach	unterzaunsbach	DE		0	Europe/Berlin	49.7389	11.22056				02	094	09474	09474161
2818348	Unterzaubach	unterzaubach	DE		0	Europe/Berlin	50.17485	11.4903				02	094	09477	09477156
2818349	Unterzarnham	unterzarnham	DE		0	Europe/Berlin	48.14599	12.36863				02	091	09183	09183147
2818350	Unterwürschnitz	unterwuerschnitz	DE		0	Europe/Berlin	50.37526	12.22053				13	00	14523	14523230
2818351	Unterwurmbach	unterwurmbach	DE		0	Europe/Berlin	49.10587	10.73281		Unterwurmbach		02	095	09577	09577136
2818355	Unterwörnitz	unterwornitz	DE		0	Europe/Berlin	49.25	10.25				02	095	09571	09571228
2818356	Unterwoltersgrün	unterwoltersgrun	DE		0	Europe/Berlin	50.08593	12.03069				02	094	09479	09479145
2818357	Unterwolkersdorf	unterwolkersdorf	DE		0	Europe/Berlin	49.36667	11.01667				02	095	09565	09565000
2818358	Unterwolkersdorf	unterwolkersdorf	DE		0	Europe/Berlin	48.54776	12.40643				02	092	09279	09279124
2818359	Unterwolfertsweiler	unterwolfertsweiler	DE		0	Europe/Berlin	47.6195	9.6237				01	084	08435	08435057
2818360	Unterwolfert	unterwolfert	DE		0	Europe/Berlin	50.45	6.46667				07	053	05366	05366020
2818361	Unterwöhrn	unterwohrn	DE		0	Europe/Berlin	47.96792	12.14457				02	091	09187	09187170
2818362	Unterwohlsbach	unterwohlsbach	DE		0	Europe/Berlin	50.30354	11.02099				02	094	09473	09473159
2818363	Unterwohlbach	unterwohlbach	DE		0	Europe/Berlin	48.43259	11.53794				02	091	09178	09178133
2818365	Unterwitzenberg	unterwitzenberg	DE		0	Europe/Berlin	47.86731	10.11971				02	097	09778	09778165
2818366	Unterwittstadt	unterwittstadt	DE		0	Europe/Berlin	49.41	9.54925				01	082	08225	08225114
2818367	Unterwittighausen	unterwittighausen	DE		0	Europe/Berlin	49.61333	9.83889		Unterwittighausen		01	081	08128	08128137
2818368	Unterwittelsbach	unterwittelsbach	DE		0	Europe/Berlin	48.47392	11.15554				02	097	09771	09771113
2818369	Unterwittbach	unterwittbach	DE		0	Europe/Berlin	49.8	9.55275		Unterwittbach		02	096	09677	09677151
2818370	Unterwirbach	unterwirbach	DE		0	Europe/Berlin	50.66576	11.29215				15	00	16073	16073077
2818372	Unterwinterbach	unterwinterbach	DE		0	Europe/Berlin	49.75	10.71667				02	095	09572	09572160
2818373	Unterwinstetten	unterwinstetten	DE		0	Europe/Berlin	49.05	10.3		Unterwinstetten		02	095	09571	09571136
2818376	Unterwinkelhausen	unterwinkelhausen	DE		0	Europe/Berlin	51.13313	7.16419		Unterwinkelhausen		07	053	05378	05378032
2818377	Unterwindsberg	unterwindsberg	DE		0	Europe/Berlin	49.60615	11.31866				02	095	09574	09574158
2818378	Unterwindering	unterwindering	DE		0	Europe/Berlin	47.967	12.22178				02	091	09187	09187181
2818381	Unterwindach	unterwindach	DE		0	Europe/Berlin	48.06667	11.03333				02	091	09181	09181146
2818383	Unterwimpasing	unterwimpasing	DE		0	Europe/Berlin	48.9	11.21667				02	091	09176	09176123
2818385	Unterwilzingen	unterwilzingen	DE		0	Europe/Berlin	48.26597	9.53991				01	084	08425	08425033
2818386	Unterwilflingen	unterwilflingen	DE		0	Europe/Berlin	48.92033	10.43738		Unterwilflingen		01	081	08136	08136075
2818387	Unterwildenau	unterwildenau	DE		0	Europe/Berlin	49.59913	12.13528				02	093	09374	09374133
2818388	Unterwilden	unterwilden	DE		0	Europe/Berlin	50.80734	8.06218				07	059	05970	05970044
2818389	Unterwiesing	unterwiesing	DE		0	Europe/Berlin	49.00019	12.70072				02	092	09278	09278134
2818390	Wiesenthalerhof	wiesenthalerhof	DE		0	Europe/Berlin	49.46548	7.7299		Unter Wiesenthalerhof,Wiesenthalerhof		08	00	07312	07312000
2818391	Unterwiesenthal	unterwiesenthal	DE		0	Europe/Berlin	50.42708	12.98751		Unterwiesenthal		13	00	14521	14521440
2818392	Unterwiesenbach	unterwiesenbach	DE		0	Europe/Berlin	48.30466	10.31548				02	097	09774	09774189
2818393	Unterwiesenacker	unterwiesenacker	DE		0	Europe/Berlin	49.29283	11.61384		Wiesenacker		02	093	09373	09373167
2818394	Unterwiesbach	unterwiesbach	DE		0	Europe/Berlin	48.40339	12.50278				02	091	09183	09183129
2818403	Unterwiddersheim	unterwiddersheim	DE		0	Europe/Berlin	50.4294	8.91743		Unterwiddersheim		05	064	06440	06440016
2818404	Unterwestrich	unterwestrich	DE		0	Europe/Berlin	51.08164	6.3949				07	053	05370	05370004
2818405	Unterwestern	unterwestern	DE		0	Europe/Berlin	50.10738	9.24444				02	096	09671	09671159
2818406	Unterwesterheim	unterwesterheim	DE		0	Europe/Berlin	48.02024	10.29925				02	097	09778	09778214
2818407	Unterwesterbach	unterwesterbach	DE		0	Europe/Berlin	48.35557	13.18085				02	092	09275	09275143
2818408	Unterweschnegg	unterweschnegg	DE		0	Europe/Berlin	47.7033	8.17165				01	083	08337	08337051
2818409	Unterwertach	unterwertach	DE		0	Europe/Berlin	47.90458	11.88579				02	091	09187	09187130
2818412	Unterwengen	unterwengen	DE		0	Europe/Berlin	48.52134	11.38038				02	091	09186	09186125
2818413	Unterwengen	unterwengen	DE		0	Europe/Berlin	47.79308	10.32417				02	097	09780	09780122
2818414	Unterwendling	unterwendling	DE		0	Europe/Berlin	48.87975	11.89884				02	092	09273	09273137
2818415	Unterwendling	unterwendling	DE		0	Europe/Berlin	48.32891	12.77113				02	092	09277	09277134
2818417	Unterwellitzleithen	unterwellitzleithen	DE		0	Europe/Berlin	49.40304	11.34673				02	095	09574	09574112
2818420	Unterweißig	unterweissig	DE		0	Europe/Berlin	51.00621	13.61609		Unterweissig,Unterweißig		13	00	14628	14628110
2818421	Unterweissenkirchen	unterweissenkirchen	DE		0	Europe/Berlin	47.96553	12.64306				02	091	09189	09189134
2818422	Unterweißenbrunn	unterweissenbrunn	DE		0	Europe/Berlin	50.39654	10.03408				02	096	09673	09673117
2818423	Unterweißenbach	unterweissenbach	DE		0	Europe/Berlin	50.22925	11.70505				02	094	09475	09475136
2818424	Unterweißenbach	unterweissenbach	DE		0	Europe/Berlin	50.15885	12.10378				02	094	09479	09479152
2818425	Unterweißenbach	unterweissenbach	DE		0	Europe/Berlin	49.59312	11.75933				02	093	09371	09371156
2818427	Unterweissach	unterweissach	DE		0	Europe/Berlin	48.92855	9.47925				01	081	08119	08119083
2818428	Unterweisenborn	unterweisenborn	DE		0	Europe/Berlin	50.79763	9.83348				05	066	06632	06632019
2818430	Unterweinbach	unterweinbach	DE		0	Europe/Berlin	48.36145	12.4292				02	091	09183	09183143
2818431	Unterweilnbach	unterweilnbach	DE		0	Europe/Berlin	48.60601	12.51628				02	092	09279	09279116
2818432	Unterweilersbach	unterweilersbach	DE		0	Europe/Berlin	49.74508	11.13453				02	094	09474	09474171
2818433	Unterweiler	unterweiler	DE		0	Europe/Berlin	49.83839	10.58518				02	094	09471	09471122
2818434	Unterweiler	unterweiler	DE		0	Europe/Berlin	49.27285	9.94126				01	081	08127	08127032
2818435	Unterweiler	unterweiler	DE		0	Europe/Berlin	48.49295	8.00054				01	083	08317	08317021
2818436	Unterweiler	unterweiler	DE		0	Europe/Berlin	48.33057	9.96591				01	084	08421	08421000
2818437	Unterweiler	unterweiler	DE		0	Europe/Berlin	47.94156	9.40206		Unterweiler		01	084	08437	08437086
2818440	Unterweilenbach	unterweilenbach	DE		0	Europe/Berlin	48.50677	11.29261				02	091	09185	09185113
2818441	Unterweilbach	unterweilbach	DE		0	Europe/Berlin	48.30609	11.44896				02	091	09174	09174122
2818442	Unterweikertshofen	unterweikertshofen	DE		0	Europe/Berlin	48.33272	11.27176				02	091	09174	09174118
2818443	Unterweihersbuch	unterweihersbuch	DE		0	Europe/Berlin	49.4086	10.99508				02	095	09573	09573127
2818446	Unterweigendorf	unterweigendorf	DE		0	Europe/Berlin	48.6	12.43333				02	092	09279	09279124
2818447	Unterweiden	unterweiden	DE		0	Europe/Berlin	51.36225	6.46883				07	051	05166	05166012
2818449	Unterweickenhof	unterweickenhof	DE		0	Europe/Berlin	49.27727	11.61487				02	093	09373	09373167
2818450	Unter Wegfurth	unter-wegfurth	DE		0	Europe/Berlin	50.75725	9.57786				05	065	06535	06535015
2818451	Unterweckerstell	unterweckerstell	DE		0	Europe/Berlin	48.67084	9.82581				01	081	08117	08117015
2818452	Unterwattenbach	unterwattenbach	DE		0	Europe/Berlin	48.62429	12.24148		Unterwattenbach		02	092	09274	09274128
2818453	Unterwasungen	unterwasungen	DE		0	Europe/Berlin	50.27053	11.1416				02	094	09473	09473151
2818454	Unterwasser	unterwasser	DE		0	Europe/Berlin	48.55122	8.15846				01	083	08317	08317102
2818455	Unterwasser	unterwasser	DE		0	Europe/Berlin	48.35	8.23333				01	083	08317	08317093
2818456	Unterwasser	unterwasser	DE		0	Europe/Berlin	48.02701	8.02641				01	083	08315	08315095
2818458	Unterwarlins	unterwarlins	DE		0	Europe/Berlin	47.86609	10.31809				02	097	09778	09778119
2818460	Unterwappenöst	unterwappenost	DE		0	Europe/Berlin	49.90989	11.926				02	093	09377	09377133
2818462	Unterwangenbach	unterwangenbach	DE		0	Europe/Berlin	48.67787	11.80284				02	092	09273	09273147
2818463	Unterwangen	unterwangen	DE		0	Europe/Berlin	47.78041	8.39261		Unterwangen		01	083	08337	08337106
2818464	Unterwang	unterwang	DE		0	Europe/Berlin	47.74302	10.30466				02	097	09763	09763000
2818465	Unterwaltenkofen	unterwaltenkofen	DE		0	Europe/Berlin	48.61056	12.09584				02	092	09274	09274126
2818466	Unterwallenstadt	unterwallenstadt	DE		0	Europe/Berlin	50.15474	11.07628				02	094	09478	09478139
2818467	Unterwallberg	unterwallberg	DE		0	Europe/Berlin	47.6815	11.80556				02	091	09182	09182129
2818468	Unterwall	unterwall	DE		0	Europe/Berlin	49.34224	11.46732				02	093	09373	09373113
2818469	Unterwall	unterwall	DE		0	Europe/Berlin	47.93641	11.94325				02	091	09187	09187122
2818470	Unterwaldmühle	unterwaldmuhle	DE		0	Europe/Berlin	47.88511	10.32624				02	097	09778	09778119
2818475	Unterwaldbehrungen	unterwaldbehrungen	DE		0	Europe/Berlin	50.42582	10.18232				02	096	09673	09673116
2818476	Unterwaldach	unterwaldach	DE		0	Europe/Berlin	48.50992	8.57867				01	082	08237	08237074
2818490	Unterwaiz	unterwaiz	DE		0	Europe/Berlin	49.97949	11.51899				02	094	09472	09472150
2818492	Unterwagenbach	unterwagenbach	DE		0	Europe/Berlin	47.7	9.66667				01	084	08436	08436018
2818494	Unterwachsenberg	unterwachsenberg	DE		0	Europe/Berlin	48.97698	12.72685				02	092	09278	09278154
2818497	Untervorholz	untervorholz	DE		0	Europe/Berlin	47.66667	9.96667				01	084	08436	08436094
2818498	Untervoglarn	untervoglarn	DE		0	Europe/Berlin	48.57627	13.27308				02	092	09275	09275122
2818499	Unter-Voggenhof	unter-voggenhof	DE		0	Europe/Berlin	48.91648	9.58815				01	081	08119	08119004
2818502	Untervilslern	untervilslern	DE		0	Europe/Berlin	48.38807	12.27893				02	092	09274	09274183
2818503	Untervierau	untervierau	DE		0	Europe/Berlin	49.14173	12.76458				02	093	09372	09372143
2818504	Unterviehhausen	unterviehhausen	DE		0	Europe/Berlin	48.22471	12.88052				02	091	09171	09171118
2818505	Unterviechtafell	unterviechtafell	DE		0	Europe/Berlin	49.12214	12.81109				02	092	09276	09276135
2818506	Unterviecht	unterviecht	DE		0	Europe/Berlin	48.59776	11.90002				02	092	09274	09274165
2818507	Unteruttlau	unteruttlau	DE		0	Europe/Berlin	48.48376	13.1601				02	092	09275	09275125
2818509	Unterurbach	unterurbach	DE		0	Europe/Berlin	48.81003	9.57656				01	081	08119	08119076
2818510	Unterurbach	unterurbach	DE		0	Europe/Berlin	47.90428	9.76694				01	084	08436	08436009
2818511	Unterunterach	unterunterach	DE		0	Europe/Berlin	48.08596	12.1332				02	091	09187	09187124
2818512	Unterunsbach	unterunsbach	DE		0	Europe/Berlin	48.63894	12.21057				02	092	09274	09274128
2818514	Unterumbach	unterumbach	DE		0	Europe/Berlin	48.31402	11.16519				02	091	09174	09174137
2818515	Unterulsham	unterulsham	DE		0	Europe/Berlin	47.93825	12.35953				02	091	09187	09187125
2818516	Unterulsenbach	unterulsenbach	DE		0	Europe/Berlin	49.49023	10.70179				02	095	09573	09573133
2818517	Unterullrichsberg	unterullrichsberg	DE		0	Europe/Berlin	50.40458	9.42784				05	064	06435	06435028
2818518	Unteruhldingen	unteruhldingen	DE		0	Europe/Berlin	47.71667	9.23333		Unteruhldingen		01			
2818520	Unterufhausen	unterufhausen	DE		0	Europe/Berlin	50.7701	9.87714				05	066	06631	06631007
2818522	Unterubermoos	unterubermoos	DE		0	Europe/Berlin	48.06667	12.13333				02	091	09187	09187124
2818523	Untertürkheim	untertuerkheim	DE		0	Europe/Berlin	48.78232	9.25517				01	081	08111	08111000
2818524	Untertürken	unterturken	DE		0	Europe/Berlin	48.25961	12.90156				02	092	09277	09277154
2818525	Unter Tüllingen	unter-tullingen	DE		0	Europe/Berlin	47.60457	7.64511				01	083	08336	08336050
2818526	Untertrübenbach	untertrubenbach	DE		0	Europe/Berlin	49.17185	12.54697				02	093	09372	09372153
2818527	Untertrubach	untertrubach	DE		0	Europe/Berlin	49.68329	11.30018				02	094	09474	09474156
2818528	Untertrogen	untertrogen	DE		0	Europe/Berlin	49.56667	9.91667				02	096	09679	09679179
2818529	Untertriebelbach	untertriebelbach	DE		0	Europe/Berlin	50.39303	12.11723				13	00	14523	14523060
2818531	Untertriebel	untertriebel	DE		0	Europe/Berlin	50.36693	12.11946				13	00	14523	14523440
2818532	Untertresenfeld	untertresenfeld	DE		0	Europe/Berlin	49.65152	12.31688				02	093	09374	09374162
2818533	Untertraubenbach	untertraubenbach	DE		0	Europe/Berlin	49.21364	12.58002				02	093	09372	09372116
2818535	Untertillbach	untertillbach	DE		0	Europe/Berlin	48.53778	13.11806				02	092	09275	09275117
2818536	Untertiefental	untertiefental	DE		0	Europe/Berlin	47.8	9.81667				01	084	08436	08436085
2818537	Untertiefendorf	untertiefendorf	DE		0	Europe/Berlin	50.40001	11.89266				02	094	09475	09475181
2818539	Unterthürheim	unterthurheim	DE		0	Europe/Berlin	48.59812	10.70969		Unterthuerheim,Unterthurheim,Unterthürheim		02	097	09773	09773122
2818540	Unterthölau	untertholau	DE		0	Europe/Berlin	50.02964	12.07611				02	094	09479	09479136
2818543	Untertheres	untertheres	DE		0	Europe/Berlin	50.01723	10.41687		Untertheres		02	096	09674	09674180
2818544	Unterthannet	unterthannet	DE		0	Europe/Berlin	48.56861	13.19584				02	092	09275	09275138
2818545	Unterthannen	unterthannen	DE		0	Europe/Berlin	47.67864	10.36045				02	097	09780	09780140
2818548	Unterthalhofen	unterthalhofen	DE		0	Europe/Berlin	47.60093	10.01693				02	097	09776	09776127
2818549	Unterthalhofen	unterthalhofen	DE		0	Europe/Berlin	47.47048	10.28199				02	097	09780	09780121
2818552	Unterthal	unterthal	DE		0	Europe/Berlin	47.88333	10.25				02	097	09778	09778144
2818553	Unterthal	unterthal	DE		0	Europe/Berlin	47.94429	12.21723				02	091	09187	09187174
2818557	Unterteutschenthal	unterteutschenthal	DE		0	Europe/Berlin	51.45	11.81667				14	00	15088	15088365
2818558	Unterteuringen	unterteuringen	DE		0	Europe/Berlin	47.715	9.4607		Unterteuringen		01	084	08435	08435045
2818559	Unterteuerting	unterteuerting	DE		0	Europe/Berlin	48.86082	11.89276				02	092	09273	09273166
2818560	Unter Teschnitz	unter-teschnitz	DE		0	Europe/Berlin	51.58185	14.35201				11	00	12071	12071372
2818561	Untertennenmoos	untertennenmoos	DE		0	Europe/Berlin	47.7	9.61667				01	084	08435	08435035
2818564	Unter-Tauschendorf	unter-tauschendorf	DE		0	Europe/Berlin	49.13293	12.52579		Unter-Tauschendorf		02	093	09372	09372142
2818565	Untertattenbach	untertattenbach	DE		0	Europe/Berlin	48.44314	13.06606				02	092	09277	09277113
2818566	Untertalheim	untertalheim	DE		0	Europe/Berlin	48.49422	8.66876				01	082	08237	08237040
2818567	Untertal	untertal	DE		0	Europe/Berlin	48.69447	8.1764				01	082	08216	08216008
2818568	Untertal	untertal	DE		0	Europe/Berlin	48.32786	8.01102				01	083	08317	08317011
2818569	Untertal	untertal	DE		0	Europe/Berlin	48.27179	8.22644				01	083	08317	08317145
2818570	Untertal	untertal	DE		0	Europe/Berlin	48.28402	8.02962				01	083	08317	08317129
2818571	Untertal	untertal	DE		0	Europe/Berlin	48.27952	7.9551				01	083	08317	08317121
2818572	Untertal	untertal	DE		0	Europe/Berlin	48.16113	8.24112				01	083	08326	08326060
2818573	Untertal	untertal	DE		0	Europe/Berlin	48.13647	8.21422				01	083	08326	08326055
2818574	Untertal	untertal	DE		0	Europe/Berlin	48.04827	8.2529				01	083	08326	08326017
2818577	Untertal	untertal	DE		0	Europe/Berlin	48.10543	7.98653				01	083	08316	08316056
2818579	Untertaching	untertaching	DE		0	Europe/Berlin	47.95861	12.72809				02	091	09189	09189150
2818582	Untersulzbach	untersulzbach	DE		0	Europe/Berlin	49.51667	7.66667				08	00	07335	07335046
2818583	Untersulzbach	untersulzbach	DE		0	Europe/Berlin	49.37651	10.45129				02	095	09571	09571171
2818584	Untersulz	untersulz	DE		0	Europe/Berlin	48.61667	8.78333				01	082	08235	08235080
2818585	Untersulmetingen	untersulmetingen	DE		0	Europe/Berlin	48.22817	9.82541		Untersulmetingen		01	084	08426	08426070
2818586	Untersuhl	untersuhl	DE		0	Europe/Berlin	50.95513	10.05593				15	00	16063	16063097
2818587	Unterstützengrün	unterstuetzengruen	DE		0	Europe/Berlin	50.52776	12.55115				13	00	14521	14521600
2818588	Unterstürmig	untersturmig	DE		0	Europe/Berlin	49.78775	11.04778				02	094	09474	09474123
2818590	Unterstrogn	unterstrogn	DE		0	Europe/Berlin	48.32647	11.97527				02	091	09177	09177113
2818592	Unterstrahlbach	unterstrahlbach	DE		0	Europe/Berlin	49.56775	10.62796				02	095	09575	09575153
2818594	Unterstork	unterstork	DE		0	Europe/Berlin	50.4181	9.50203				05	066	06631	06631008
2818595	Unterstoppel	unterstoppel	DE		0	Europe/Berlin	50.74571	9.70842		Unterstoppel		05	066	06632	06632008
2818596	Unterstollnkirchen	unterstollnkirchen	DE		0	Europe/Berlin	48.25567	12.18619				02	091	09177	09177115
2818598	Unterstocken	unterstocken	DE		0	Europe/Berlin	47.86116	9.74712				01	084	08436	08436014
2818602	Unterstillern	unterstillern	DE		0	Europe/Berlin	47.89961	11.0752		Stillern,Unterstillern		02	091	09190	09190144
2818603	Unterstezeit	unterstezeit	DE		0	Europe/Berlin	50.86105	7.3114				07	053	05382	05382040
2818606	Unterstenweiler	unterstenweiler	DE		0	Europe/Berlin	47.74791	9.33277				01	084	08435	08435052
2818607	Unterstelzhausen	unterstelzhausen	DE		0	Europe/Berlin	49.14052	10.23019				01	081	08127	08127101
2818608	Unterstellberg	unterstellberg	DE		0	Europe/Berlin	50.43425	9.78304				05	066	06631	06631004
2818611	Untersteinhöring	untersteinhoring	DE		0	Europe/Berlin	48.26667	12.66667				02	091	09171	09171137
2818613	Untersteinhausen	untersteinhausen	DE		0	Europe/Berlin	48.82017	13.06446				02	092	09271	09271113
2818619	Untersteinbach auf der Haide	untersteinbach-auf-der-haide	DE		0	Europe/Berlin	49.21093	11.0804				02	095	09576	09576143
2818620	Untersteinbach	untersteinbach	DE		0	Europe/Berlin	51.00052	7.21062		Untersteinbach		07	053	05378	05378004
2818621	Untersteinbach	untersteinbach	DE		0	Europe/Berlin	49.88999	10.54798				02	096	09674	09674187
2818622	Untersteinbach	untersteinbach	DE		0	Europe/Berlin	49.60274	11.97971		Untersteinbach		02	093	09371	09371127
2818623	Untersteinbach	untersteinbach	DE		0	Europe/Berlin	49.48683	12.16473				02	093	09376	09376153
2818624	Untersteinbach	untersteinbach	DE		0	Europe/Berlin	49.2093	10.97654				02	095	09576	09576121
2818625	Untersteinbach	untersteinbach	DE		0	Europe/Berlin	49.14259	9.57097		Untersteinbach		01	081	08126	08126069
2818626	Untersteinbach	untersteinbach	DE		0	Europe/Berlin	48.7	12.36667				02	092	09279	09279127
2818627	Untersteinbach	untersteinbach	DE		0	Europe/Berlin	47.73049	11.42999				02	091	09173	09173111
2818628	Untersteinbach	untersteinbach	DE		0	Europe/Berlin	47.7	11.56667				02	091	09173	09173124
2818636	Unterstein	unterstein	DE		0	Europe/Berlin	47.67865	13.05637				02	091	09172	09172124
2818637	Unterstein	unterstein	DE		0	Europe/Berlin	49.08664	12.7732				02	092	09278	09278178
2818638	Unterstein	unterstein	DE		0	Europe/Berlin	47.55355	9.83929				02	097	09776	09776125
2818641	Unter Steigenbach	unter-steigenbach	DE		0	Europe/Berlin	48.25397	8.34921				01	083	08325	08325051
2818642	Untersteig	untersteig	DE		0	Europe/Berlin	48.22879	7.9448				01	083	08317	08317121
2818643	Untersteig	untersteig	DE		0	Europe/Berlin	47.76667	9.8				01	084	08436	08436081
2818647	Untersteenrade	untersteenrade	DE		0	Europe/Berlin	54.0388	10.65888				10	00	01055	01055044
2818648	Unterstedt	unterstedt	DE		0	Europe/Berlin	53.07834	9.35884				06	00	03357	03357039
2818649	Unterstaudhausen	unterstaudhausen	DE		0	Europe/Berlin	47.85216	11.95982				02	091	09187	09187122
2818650	Unterstall	unterstall	DE		0	Europe/Berlin	48.76275	11.21189				02	091	09185	09185118
2818652	Unterstadl	unterstadl	DE		0	Europe/Berlin	48.53103	12.90472				02	092	09277	09277126
2818654	Unterspringen	unterspringen	DE		0	Europe/Berlin	47.86885	9.59858				01	084	08436	08436096
2818656	Unterspitzenbach	unterspitzenbach	DE		0	Europe/Berlin	48.16304	8.01932				01	083	08316	08316010
2818657	Unterspießwengen	unterspiesswengen	DE		0	Europe/Berlin	47.74889	10.02952				01	084	08436	08436049
2818658	Unterspiesheim	unterspiesheim	DE		0	Europe/Berlin	49.95375	10.2616		Unterspiesheim		02	096	09678	09678150
2818660	Unterspeltach	unterspeltach	DE		0	Europe/Berlin	49.0898	10.02181				01	081	08127	08127103
2818661	Unterspechtrain	unterspechtrain	DE		0	Europe/Berlin	48.56409	12.46068				02	092	09279	09279124
2818662	Unterspann	unterspann	DE		0	Europe/Berlin	49.18333	11.83333				02	093	09373	09373134
2818663	Untersotzbach	untersotzbach	DE		0	Europe/Berlin	50.33842	9.32179				05	064	06435	06435004
2818664	Untersorghof	untersorghof	DE		0	Europe/Berlin	50.8	10.23333				15	00	16063	16063003
2818665	Unter Sorg	unter-sorg	DE		0	Europe/Berlin	50.6922	9.30346				05	065	06535	06535017
2818666	Untersontheim	untersontheim	DE		0	Europe/Berlin	49.06613	9.89074				01	081	08127	08127063
2818667	Untersöllbach	untersollbach	DE		0	Europe/Berlin	49.1925	9.54657				01	081	08126	08126066
2818668	Untersölden	untersolden	DE		0	Europe/Berlin	48.58223	13.47975				02	092	09262	09262000
2818669	Untersöchering	untersochering	DE		0	Europe/Berlin	47.74355	11.20363				02	091	09190	09190136
2818671	Untersimtshausen	untersimtshausen	DE		0	Europe/Berlin	50.93257	8.69936				05	065	06534	06534015
2818675	Untersiggingen	untersiggingen	DE		0	Europe/Berlin	47.77607	9.38032		Untersiggingen		01	084	08435	08435067
2818676	Untersiffelhofen	untersiffelhofen	DE		0	Europe/Berlin	47.76174	11.28206				02	091	09190	09190113
2818678	Untersiegsdorf	untersiegsdorf	DE		0	Europe/Berlin	47.82218	12.63781				02	091	09189	09189145
2818681	Untershofen	untershofen	DE		0	Europe/Berlin	47.89249	12.24293				02	091	09187	09187174
2818683	Untersensbach	untersensbach	DE		0	Europe/Berlin	49.53357	9.01267				05	064	06437	06437016
2818684	Untersenne	untersenne	DE		0	Europe/Berlin	51.82994	8.70495				07	057	05774	05774024
2818686	Unterselbach	unterselbach	DE		0	Europe/Berlin	51.03302	7.27827				07	053	05378	05378012
2818688	Unterseilberg	unterseilberg	DE		0	Europe/Berlin	48.80151	13.62796				02	092	09272	09272121
2818689	Unterseifsieden	unterseifsieden	DE		0	Europe/Berlin	48.10624	12.06175				02	091	09175	09175137
2818690	Unter Seibertenrod	unter-seibertenrod	DE		0	Europe/Berlin	50.60521	9.1472				05	065	06535	06535018
2818691	Unterseebach	unterseebach	DE		0	Europe/Berlin	48.27708	12.11458				02	091	09177	09177115
2818693	Untersee	untersee	DE		0	Europe/Berlin	47.90699	12.1844				02	091	09187	09187181
2818697	Untersedlhof	untersedlhof	DE		0	Europe/Berlin	47.81383	11.01306				02	091	09190	09190130
2818698	Untersdorf	untersdorf	DE		0	Europe/Berlin	49.56876	11.29811		Untersdorf		02	095	09574	09574155
2818699	Untersdorf	untersdorf	DE		0	Europe/Berlin	49.23163	12.00579				02	093	09376	09376119
2818700	Unterschwöditz	unterschwoeditz	DE		0	Europe/Berlin	51.08738	12.13763				14	00	15084	15084590
2818701	Unterschwillach	unterschwillach	DE		0	Europe/Berlin	48.2185	11.90969				02	091	09177	09177134
2818702	Unterschwendt	unterschwendt	DE		0	Europe/Berlin	48.62753	12.04564				02	092	09274	09274187
2818705	Unterschweinbach	unterschweinbach	DE		0	Europe/Berlin	48.2518	11.17996				02	091	09179	09179117
2818706	Unterschweinach	unterschweinach	DE		0	Europe/Berlin	49.55692	10.59956				02	095	09575	09575153
2818710	Unterschwarzenberg	unterschwarzenberg	DE		0	Europe/Berlin	47.66695	10.4649				02	097	09780	09780128
2818711	Unterschwärzenbach	unterschwarzenbach	DE		0	Europe/Berlin	47.94466	8.21854				01	083	08315	08315113
2818712	Unterschwärzenbach	unterschwarzenbach	DE		0	Europe/Berlin	48.42487	13.29636				02	092	09275	09275149
2818713	Unterschwarzen	unterschwarzen	DE		0	Europe/Berlin	51.078	7.33751		Unterschwarzen		07	053	05374	05374052
2818714	Unterschwarzach	unterschwarzach	DE		0	Europe/Berlin	49.85763	11.69627				02	094	09472	09472127
2818715	Unterschwarzach	unterschwarzach	DE		0	Europe/Berlin	49.37395	8.98273				01	082	08225	08225116
2818716	Unterschwarzach	unterschwarzach	DE		0	Europe/Berlin	47.94989	9.8736		Unterschwarzach		01	084	08436	08436010
2818717	Unter Schwarz	unter-schwarz	DE		0	Europe/Berlin	50.7436	9.58779				05	065	06535	06535015
2818718	Unterschwappach	unterschwappach	DE		0	Europe/Berlin	49.97722	10.46623				02	096	09674	09674163
2818720	Unterschwandorf	unterschwandorf	DE		0	Europe/Berlin	48.54039	8.67616				01	082	08235	08235032
2818721	Unterschwandorf	unterschwandorf	DE		0	Europe/Berlin	47.95128	8.9959				01	083	08327	08327038
2818723	Unterschwaig	unterschwaig	DE		0	Europe/Berlin	49.49554	11.78936				02	093	09371	09371151
2818725	Unterschützen	unterschuetzen	DE		0	Europe/Berlin	50.7521	7.65246				08	00	07132	07132013
2818726	Unterschur	unterschur	DE		0	Europe/Berlin	50.07649	9.21013				02	096	09671	09671138
2818727	Unterschüpf	unterschupf	DE		0	Europe/Berlin	49.51313	9.68805		Unterschupf,Unterschüpf		01	081	08128	08128014
2818728	Unterschümmerich	unterschuemmerich	DE		0	Europe/Berlin	51.01186	7.38153				07	053	05374	05374020
2818730	Unterschrötenloh	unterschroetenloh	DE		0	Europe/Berlin	48.38063	11.19209				02	097	09771	09771165
2818733	Unterschöntal	unterschontal	DE		0	Europe/Berlin	48.94787	9.39554				01	081	08119	08119008
2818734	Unter Schönmattenwag	unter-schoenmattenwag	DE		0	Europe/Berlin	49.52602	8.86365				05	064	06431	06431021
2818735	Unterschönegg	unterschonegg	DE		0	Europe/Berlin	48.16047	10.22038				02	097	09778	09778115
2818736	Unterschöneberg	unterschoneberg	DE		0	Europe/Berlin	48.44549	10.58413				02	097	09772	09772115
2818737	Unterschondorf	unterschondorf	DE		0	Europe/Berlin	48.05	11.1				02			
2818738	Unterschönbrunn	unterschonbrunn	DE		0	Europe/Berlin	49.41667	8.93333				01	082	08226	08226081
2818739	Unterschönbach	unterschonbach	DE		0	Europe/Berlin	48.48174	11.23674				02	097	09771	09771144
2818741	Unterschönau Zwei	unterschonau-zwei	DE		0	Europe/Berlin	47.6	12.98333				02	091	09172	09172132
2818742	Unterschönau Eins	unterschonau-eins	DE		0	Europe/Berlin	47.6	12.98333				02	091	09172	09172132
2818743	Unterschönau	unterschoenau	DE		626	Europe/Berlin	50.71667	10.58333		Unterschoenau,Unterschönau	16066069	15	00	16066	16066069
2818747	Unterschöllenbach	unterschollenbach	DE		0	Europe/Berlin	49.58245	11.16177				02	095	09572	09572121
2818749	Unterschöbling	unterschoebling	DE		0	Europe/Berlin	50.65203	11.11021				15	00	16073	16073112
2818750	Unterschnitzing	unterschnitzing	DE		0	Europe/Berlin	48.08084	12.69289				02	091	09171	09171134
2818751	Unterschnittenkofen	unterschnittenkofen	DE		0	Europe/Berlin	48.55243	12.39398				02	092	09274	09274145
2818753	Unterschneitbach	unterschneitbach	DE		0	Europe/Berlin	48.44728	11.11061				02	097	09771	09771113
2818755	Unterschneidhart	unterschneidhart	DE		0	Europe/Berlin	48.8596	12.05105				02	092	09273	09273141
2818756	Unterschnatterbach	unterschnatterbach	DE		0	Europe/Berlin	48.502	11.43084				02	091	09186	09186151
2818757	Unterschnaittenbach	unterschnaittenbach	DE		0	Europe/Berlin	49.55	12.01667				02	093	09371	09371150
2818759	Unterschnaitbach	unterschnaitbach	DE		0	Europe/Berlin	48.10116	9.88423				01	084	08426	08426071
2818760	Unter Schmitten	unter-schmitten	DE		0	Europe/Berlin	50.43685	9.02128				05	064	06440	06440016
2818761	Unterschmiddorf	unterschmiddorf	DE		0	Europe/Berlin	48.44355	12.53777				02	092	09277	09277121
2818762	Unterschmerach	unterschmerach	DE		0	Europe/Berlin	49.15955	9.95822				01	081	08127	08127043
2818763	Unterschmeien	unterschmeien	DE		0	Europe/Berlin	48.09276	9.15169		Unterschmeien		01	084	08437	08437104
2818764	Unterschlottham	unterschlottham	DE		0	Europe/Berlin	48.21051	12.6816				02	091	09171	09171111
2818767	Unterschleichach	unterschleichach	DE		0	Europe/Berlin	49.94304	10.60486				02	096	09674	09674159
2818768	Unterschlechtbach	unterschlechtbach	DE		0	Europe/Berlin	48.87386	9.53021				01	081	08119	08119061
2818769	Unterschlauersbach	unterschlauersbach	DE		0	Europe/Berlin	49.40944	10.76339				02	095	09573	09573115
2818770	Unterschlag	unterschlag	DE		0	Europe/Berlin	49.11667	12.05				02	093	09375	09375190
2818771	Unterschiltern	unterschiltern	DE		0	Europe/Berlin	48.2523	12.1966				02	091	09177	09177115
2818773	Unterschilding	unterschilding	DE		0	Europe/Berlin	47.98515	12.622				02	091	09189	09189134
2818774	Unterschieda	unterschieda	DE		0	Europe/Berlin	50.19764	11.94861				02	094	09479	09479129
2818777	Unterscherm	unterscherm	DE		0	Europe/Berlin	48.34072	12.52782				02	091	09183	09183131
2818778	Unter-Scheringen	unter-scheringen	DE		0	Europe/Berlin	49.46667	9.23333				01	082	08225	08225052
2818781	Unterschelmerath	unterschelmerath	DE		0	Europe/Berlin	50.97191	7.36955				07	053	05374	05374008
2818783	Unterschellhart	unterschellhart	DE		0	Europe/Berlin	48.68975	12.4615				02	092	09279	09279128
2818784	Unterscheidental	unterscheidental	DE		0	Europe/Berlin	49.5037	9.16365				01	082	08225	08225060
2818785	Unterscheid	unterscheid	DE		0	Europe/Berlin	51.01667	7.1				07	053	05378	05378004
2818786	Unterscheibe	unterscheibe	DE		0	Europe/Berlin	50.53542	12.88131		Unterscheibe		13	00	14521	14521500
2818787	Unterschefflenz	unterschefflenz	DE		0	Europe/Berlin	49.39324	9.2696		Unterschefflenz		01	082	08225	08225115
2818788	Unterscheffach	unterscheffach	DE		0	Europe/Berlin	49.14084	9.8515		Unterscheffach		01	081	08127	08127099
2818789	Unterscharbach	unterscharbach	DE		0	Europe/Berlin	49.61273	8.83481				05	064	06431	06431009
2818790	Unterschambach	unterschambach	DE		0	Europe/Berlin	48.84425	11.93007				02	092	09273	09273166
2818791	Unterschalkenbach	unterschalkenbach	DE		0	Europe/Berlin	49.57627	11.81425				02	093	09371	09371126
2818792	Unterschäftlarn	unterschaftlarn	DE		0	Europe/Berlin	47.97738	11.4673		Kloster Schaftlarn,Kloster Schäftlarn,Unterschaftlarn,Unterschäftlarn		02	091	09184	09184142
2818793	Unterschachten	unterschachten	DE		0	Europe/Berlin	48.56036	12.83535				02	092	09277	09277111
2818794	Unterschabing	unterschabing	DE		0	Europe/Berlin	48.56673	12.76138				02	092	09279	09279135
2818798	Untersauerhof	untersauerhof	DE		0	Europe/Berlin	50.18295	11.68413				02	094	09475	09475154
2818799	Untersanding	untersanding	DE		0	Europe/Berlin	48.89058	12.17187		Untersanding		02	093	09375	09375205
2818801	Untersambach	untersambach	DE		0	Europe/Berlin	49.78687	10.38186		Untersambach		02	096	09675	09675178
2818802	Untersalzberg Zwei	untersalzberg-zwei	DE		0	Europe/Berlin	47.63386	13.01917				02	091	09172	09172116
2818803	Untersalzberg Eins	untersalzberg-eins	DE		0	Europe/Berlin	47.6429	13.04464				02	091	09172	09172116
2818804	Untersalhof	untersalhof	DE		0	Europe/Berlin	48.73991	12.42414				02	092	09279	09279127
2818805	Untersailauf	untersailauf	DE		0	Europe/Berlin	50.0181	9.25177				02	096	09671	09671150
2818806	Untersachsen	untersachsen	DE		0	Europe/Berlin	49.58456	10.6555				02	095	09575	09575118
2818807	Untersaal	untersaal	DE		0	Europe/Berlin	48.90614	11.9248				02	092	09273	09273166
2818808	Unterrussenried	unterrussenried	DE		0	Europe/Berlin	47.67068	9.67277				01	084	08435	08435042
2818809	Unterrüsselbach	unterrusselbach	DE		0	Europe/Berlin	49.60938	11.24811				02	094	09474	09474140
2818810	Unterrupsroth	unterrupsroth	DE		0	Europe/Berlin	50.55	9.93333				05	066	06631	06631012
2818811	Unterrückersbach	unterrueckersbach	DE		0	Europe/Berlin	50.61042	9.98272				05	066	06631	06631023
2818812	Unterrubendorf	unterrubendorf	DE		0	Europe/Berlin	49.10229	12.80839				02	092	09276	09276135
2818814	Unterrottmannsdorf	unterrottmannsdorf	DE		0	Europe/Berlin	49.24795	10.67206		Unterrottmannsdorf		02	095	09571	09571175
2818817	Unterrothan	unterrothan	DE		0	Europe/Berlin	48.27028	10.62417				02	097	09772	09772168
2818821	Unterrot	unterrot	DE		0	Europe/Berlin	48.98253	9.77294				01	081	08127	08127025
2818822	Unterrot	unterrot	DE		0	Europe/Berlin	47.79395	9.9437				01	084	08436	08436052
2818823	Unterroßbach	unterrossbach	DE		0	Europe/Berlin	49.54645	10.57609				02	095	09575	09575119
2818824	Unterrosphe	unterrosphe	DE		0	Europe/Berlin	50.8875	8.77287		Unterrosphe		05	065	06534	06534021
2818825	Unterröslau	unterroslau	DE		0	Europe/Berlin	50.08333	11.98333				02	094	09479	09479145
2818826	Unterröppisch	unterroeppisch	DE		0	Europe/Berlin	50.83333	12.06667				15	00	16052	16052000
2818827	Unterrombach	unterrombach	DE		0	Europe/Berlin	48.84037	10.06077				01	081	08136	08136088
2818829	Unterroidham	unterroidham	DE		0	Europe/Berlin	47.99902	12.69906				02	091	09189	09189134
2818830	Unterrohrenstadt	unterrohrenstadt	DE		0	Europe/Berlin	49.37511	11.43969				02	093	09373	09373113
2818831	Unterröhrenbach	unterrohrenbach	DE		0	Europe/Berlin	48.66009	12.25992				02	092	09274	09274128
2818832	Unterrohrbach	unterrohrbach	DE		0	Europe/Berlin	48.49221	12.67315				02	092	09277	09277141
2818834	Unterrohr	unterrohr	DE		0	Europe/Berlin	48.37718	13.25123				02	092	09275	09275141
2818835	Unterrohr	unterrohr	DE		0	Europe/Berlin	48.36492	10.35238				02	097	09774	09774145
2818836	Unterrohn	unterrohn	DE		0	Europe/Berlin	50.8297	10.19392		Unterrohn		15	00	16063	16063003
2818837	Unterrödel	unterrodel	DE		0	Europe/Berlin	49.1617	11.17185		Unterrodel,Unterrödel		02	095	09576	09576127
2818838	Unterrodach	unterrodach	DE		0	Europe/Berlin	50.24948	11.38411				02	094	09476	09476183
2818839	Unterröblingen	unterroeblingen	DE		0	Europe/Berlin	51.46531	11.69834				14	00	15087	15087386
2818841	Unterringingen	unterringingen	DE		0	Europe/Berlin	48.72676	10.53537				02	097	09773	09773117
2818842	Unterrimbach	unterrimbach	DE		0	Europe/Berlin	49.73075	10.56291				02	095	09575	09575116
2818843	Unterrimbach	unterrimbach	DE		0	Europe/Berlin	48.51147	12.72554				02	092	09277	09277119
2818844	Unterriffingen	unterriffingen	DE		0	Europe/Berlin	48.82699	10.31719				01	081	08136	08136010
2818845	Unterriexingen	unterriexingen	DE		0	Europe/Berlin	48.93758	9.06064		Unterriexingen,awntrryksyngn,اونترریکسینگن		01	081	08118	08118050
2818848	Unterriedgarten	unterriedgarten	DE		0	Europe/Berlin	47.78025	9.84262				01	084	08436	08436052
2818849	Unterriedern	unterriedern	DE		0	Europe/Berlin	47.62433	8.44385				01	083	08337	08337062
2818852	Unterrieden	unterrieden	DE		0	Europe/Berlin	51.34103	9.88396		Unterrieden		05	066	06636	06636016
2818853	Unterrieden	unterrieden	DE		0	Europe/Berlin	49.40036	11.39402				02	095	09574	09574112
2818854	Unterrieden	unterrieden	DE		0	Europe/Berlin	48.10606	10.43015				02	097	09778	09778183
2818855	Unterried	unterried	DE		0	Europe/Berlin	49.36974	11.50921				02	093	09373	09373153
2818856	Unterried	unterried	DE		0	Europe/Berlin	49.09118	13.04232				02	092	09276	09276120
2818857	Unterried	unterried	DE		0	Europe/Berlin	48.86585	12.88728				02	092	09271	09271140
2818858	Unterried	unterried	DE		0	Europe/Berlin	47.73396	10.24058				02	097	09780	09780146
2818859	Unterried	unterried	DE		0	Europe/Berlin	47.70633	9.99971				01	084	08436	08436049
2818860	Unterried	unterried	DE		0	Europe/Berlin	47.6811	10.8264				02	091	09190	09190143
2818861	Unterried	unterried	DE		0	Europe/Berlin	47.65	9.91667				02	097	09776	09776114
2818865	Unterrhena	unterrhena	DE		0	Europe/Berlin	47.84681	9.30623				01	084	08435	08435020
2818866	Unterreuten	unterreuten	DE		0	Europe/Berlin	48.36982	13.36435				02	092	09275	09275116
2818867	Unterreuten	unterreuten	DE		0	Europe/Berlin	47.63091	10.58235				02	097	09777	09777170
2818868	Unterreuten	unterreuten	DE		0	Europe/Berlin	47.60003	10.62884				02	097	09777	09777125
2818869	Unterreute	unterreute	DE		0	Europe/Berlin	48.08496	7.8122				01	083	08316	08316036
2818870	Unterreute	unterreute	DE		0	Europe/Berlin	47.56567	9.93478				02	097	09776	09776121
2818871	Unterreut	unterreut	DE		0	Europe/Berlin	48.53618	12.88293				02	092	09277	09277111
2818872	Unterreut	unterreut	DE		0	Europe/Berlin	47.71667	11.58333				02	091	09173	09173124
2818873	Unterreußen	unterreussen	DE		0	Europe/Berlin	51.33303	13.2523				13	00	14627	14627270
2818874	Unterreitzing	unterreitzing	DE		0	Europe/Berlin	48.38829	13.04807				02	092	09277	09277149
2818875	Unterreitnau	unterreitnau	DE		0	Europe/Berlin	47.59161	9.66358		Unterreitnau		02	097	09776	09776116
2818876	Unterreithen	unterreithen	DE		0	Europe/Berlin	47.65727	10.84604				02	097	09777	09777173
2818885	Unter Reichenbach	unter-reichenbach	DE		0	Europe/Berlin	48.21742	8.26106				01	083	08317	08317051
2818891	Unterreichenau	unterreichenau	DE		0	Europe/Berlin	50.5881	11.98469		Unterreichenau		15			
2818892	Unterregenbach	unterregenbach	DE		0	Europe/Berlin	49.275	9.83278		Unterregenbach		01	081	08127	08127047
2818894	Unter Rauschenthal	unter-rauschenthal	DE		0	Europe/Berlin	51.05	13.01667				13	00	14522	14522300
2818895	Unterrauhen	unterrauhen	DE		0	Europe/Berlin	47.93948	9.6556				01	084	08436	08436008
2818897	Unterratting	unterratting	DE		0	Europe/Berlin	47.97654	12.29767				02	091	09187	09187113
2818899	Unterrath	unterrath	DE		0	Europe/Berlin	51.27512	6.79226		Duesseldorf-Unterrath,Düsseldorf-Unterrath,Unterrath		07	051	05111	05111000
2818900	Unterrappendorf	unterrappendorf	DE		0	Europe/Berlin	49.28785	12.86027				02	093	09372	09372126
2818901	Unterransbach	unterransbach	DE		0	Europe/Berlin	49.18661	10.29998				02	095	09571	09571145
2818903	Unterrammingen	unterrammingen	DE		0	Europe/Berlin	48.07075	10.58116				02	097	09778	09778209
2818904	Unter-Raidelbach	unter-raidelbach	DE		0	Europe/Berlin	49.71116	8.73465				05	064	06431	06431014
2818906	Unterradlsbach	unterradlsbach	DE		0	Europe/Berlin	48.56976	12.90603				02	092	09277	09277142
2818907	Unterraderach	unterraderach	DE		0	Europe/Berlin	47.68444	9.44414				01	084	08435	08435016
2818908	Unterradach	unterradach	DE		0	Europe/Berlin	49.09027	10.26507		Unterradach		02	095	09571	09571136
2818909	Unterputting	unterputting	DE		0	Europe/Berlin	47.83378	12.21552				02	091	09187	09187167
2818911	Unterpurbach	unterpurbach	DE		0	Europe/Berlin	50.11883	11.4723				02	094	09477	09477128
2818913	Unterprombach	unterprombach	DE		0	Europe/Berlin	49.16426	12.52801				02	093	09372	09372153
2818915	Unterpreuschwitz	unterpreuschwitz	DE		0	Europe/Berlin	49.95426	11.52826				02	094	09462	09462000
2818916	Unterpreppach	unterpreppach	DE		0	Europe/Berlin	50.0968	10.75672				02	096	09674	09674130
2818917	Unterpreilipp	unterpreilipp	DE		0	Europe/Berlin	50.69282	11.33999				15	00	16073	16073076
2818918	Unterprechtal	unterprechtal	DE		0	Europe/Berlin	48.19316	8.09892				01	083	08316	08316010
2818919	Unterprechhausen	unterprechhausen	DE		0	Europe/Berlin	48.87756	12.98477				02	092	09271	09271122
2818921	Unterpörlitz	unterpoerlitz	DE		0	Europe/Berlin	50.70246	10.93074		Unterpoerlitz,Unterporlitz,Unterpörlitz		15	00	16070	16070029
2818923	Unterpöllitz	unterpollitz	DE		0	Europe/Berlin	50.0956	11.63132				02	094	09477	09477139
2818924	Unterpolling	unterpolling	DE		0	Europe/Berlin	48.70522	13.3364				02	092	09275	09275121
2818927	Unterplörnbach	unterplornbach	DE		0	Europe/Berlin	48.46936	11.81609				02	091	09178	09178129
2818930	Unter Plattenhaus	unter-plattenhaus	DE		0	Europe/Berlin	50.41667	12				13	00	14523	14523450
2818931	Unterplaika	unterplaika	DE		0	Europe/Berlin	48.40465	13.01717				02	092	09277	09277149
2818932	Unterpischlsberg	unterpischlsberg	DE		0	Europe/Berlin	48.91399	12.77612				02	092	09278	09278118
2818934	Unterpirk	unterpirk	DE		0	Europe/Berlin	50.56365	12.00521				13	00	14523	14523365
2818935	Unterpirach	unterpirach	DE		0	Europe/Berlin	48.02942	12.39822				02	091	09189	09189133
2818936	Unterpindhart	unterpindhart	DE		0	Europe/Berlin	48.67338	11.68059				02	091	09186	09186122
2818937	Unterpilghausen	unterpilghausen	DE		0	Europe/Berlin	51.1	7.25				07	053	05378	05378032
2818938	Unterpfraundorf	unterpfraundorf	DE		0	Europe/Berlin	49.13938	11.85682				02	093	09375	09375118
2818939	Unterpfingstweid	unterpfingstweid	DE		0	Europe/Berlin	47.66667	9.56667				01	084	08435	08435057
2818940	Unterpferdt	unterpferdt	DE		0	Europe/Berlin	50.24565	11.88595		Unterpferdt		02	094	09475	09475142
2818878	Unterreit	unterreit	DE	83567	0	Europe/Berlin	48.45812	11.91717				02	091	09178	09178143
2818942	Unterpfaffing	unterpfaffing	DE		0	Europe/Berlin	48.5547	12.91018				02	092	09277	09277142
2818943	Unterpfaffenhofen	unterpfaffenhofen	DE		0	Europe/Berlin	48.12487	11.35854				02	091	09179	09179123
2818945	Unterperasdorf	unterperasdorf	DE		0	Europe/Berlin	48.94559	12.79939				02	092	09278	09278171
2818946	Unterpennading	unterpennading	DE		0	Europe/Berlin	49.45016	11.98608				02	093	09371	09371122
2818947	Unterpeiching	unterpeiching	DE		0	Europe/Berlin	48.67112	10.89916				02	097	09779	09779201
2818949	Unterparkstetten	unterparkstetten	DE		0	Europe/Berlin	48.91588	12.60667				02	092	09278	09278170
2818952	Unteröwisheim	unterowisheim	DE		0	Europe/Berlin	49.14312	8.66914		Unterowisheim,Unteröwisheim		01	082	08215	08215097
2818953	Unterötzdorf	unterotzdorf	DE		0	Europe/Berlin	48.5849	13.693				02	092	09275	09275153
2818954	Unterotterbach	unterotterbach	DE		0	Europe/Berlin	48.70656	12.06584				02	092	09274	09274176
2818955	Unteroestheim	unteroestheim	DE		0	Europe/Berlin	49.2908	10.20135		Unteroestheim,Unterostheim,Unteröstheim		02	095	09571	09571134
2818956	Unter-Ostern	unter-ostern	DE		0	Europe/Berlin	49.6979	8.86201				05	064	06437	06437013
2818957	Unterostendorf	unterostendorf	DE		0	Europe/Berlin	47.95199	10.73147				02	097	09777	09777155
2818958	Unterossenbach	unterossenbach	DE		0	Europe/Berlin	51.05556	7.23771				07	053	05378	05378012
2818959	Unteropfingen	unteropfingen	DE		0	Europe/Berlin	48.05915	10.12836				01	084	08426	08426066
2818960	Unterommer	unterommer	DE		0	Europe/Berlin	51.01798	7.30321		Unterommer		07	053	05374	05374020
2818961	Unterölschnitz	unterolschnitz	DE		0	Europe/Berlin	49.87858	11.66844				02	094	09472	09472133
2818962	Unterölsbach	unterolsbach	DE		0	Europe/Berlin	49.36192	11.41737				02	093	09373	09373113
2818963	Unterohrn	unterohrn	DE		0	Europe/Berlin	49.21044	9.4741				01	081	08126	08126066
2818965	Offendorf	offendorf	DE		0	Europe/Berlin	48.85219	11.61513		Offendorf,Unteroffendorf		02	091	09176	09176147
2818967	Unteröd	unterod	DE		0	Europe/Berlin	48.83855	13.28547				02	092	09272	09272128
2818968	Unteröd	unterod	DE		0	Europe/Berlin	48.57594	13.39564				02	092	09262	09262000
2818969	Unteröd	unterod	DE		0	Europe/Berlin	48.5515	13.70399				02	092	09275	09275153
2818970	Unteröd	unterod	DE		0	Europe/Berlin	47.76882	11.91166				02	091	09182	09182114
2818973	Unterobsang	unterobsang	DE		0	Europe/Berlin	50.01525	11.47756				02	094	09477	09477142
2818974	Unteröbling	unterobling	DE		0	Europe/Berlin	48.89664	12.64463				02	092	09263	09263000
2818975	Unterobland	unterobland	DE		0	Europe/Berlin	47.81667	10.93333				02	091	09190	09190140
2818976	Unteroberndorf	unteroberndorf	DE		0	Europe/Berlin	49.97827	10.89586				02	094	09471	09471119
2818977	Unternzenn	unternzenn	DE		0	Europe/Berlin	49.45186	10.48484				02	095	09575	09575156
2818978	Unternützenbrugg	unternutzenbrugg	DE		0	Europe/Berlin	47.63333	9.8				02	097	09776	09776115
2818980	Unternumberg	unternumberg	DE		0	Europe/Berlin	48.27218	12.03719				02	091	09177	09177127
2818981	Unterntief	unterntief	DE		0	Europe/Berlin	49.54	10.41819				02	095	09575	09575112
2818982	Unternschreez	unternschreez	DE		0	Europe/Berlin	49.88585	11.58391				02	094	09472	09472146
2818983	Unternogg	unternogg	DE		0	Europe/Berlin	47.64715	10.97465				02	091	09180	09180129
2818987	Unterniebelsbach	unterniebelsbach	DE		0	Europe/Berlin	48.9	8.56667				01	082	08236	08236070
2818989	Unterneustetten	unterneustetten	DE		0	Europe/Berlin	48.96124	9.6563				01	081	08119	08119044
2818990	Unterneuses	unterneuses	DE		0	Europe/Berlin	50.08176	10.97538				02	094	09478	09478120
2818991	Unterneuses	unterneuses	DE		0	Europe/Berlin	49.82597	10.77973				02	094	09471	09471120
2818992	Unterneurode	unterneurode	DE		0	Europe/Berlin	50.86305	9.91122				05	066	06632	06632016
2818993	Unterneundorf	unterneundorf	DE		0	Europe/Berlin	50.48677	12.09676				13	00	14523	14523320
2818994	Unterneundorf	unterneundorf	DE		0	Europe/Berlin	50.44684	12.33261				13	00	14523	14523290
2818995	Unterneumark	unterneumark	DE		0	Europe/Berlin	50.66491	12.35553				13	00	14523	14523280
2818996	Unterneumais	unterneumais	DE		0	Europe/Berlin	48.89452	13.17965				02	092	09276	09276126
2818998	Unter Neulhof	unter-neulhof	DE		0	Europe/Berlin	48.40516	11.07303				02	097	09771	09771113
2819000	Unterneuhüttendorf	unterneuhuttendorf	DE		0	Europe/Berlin	50.05	11.36667				02	094	09477	09477124
2819002	Unterneuhausen	unterneuhausen	DE		0	Europe/Berlin	48.61679	11.99058				02	092	09274	09274187
2819005	Unterneudorf	unterneudorf	DE		0	Europe/Berlin	49.52865	9.27488		Unterneudorf		01	082	08225	08225014
2819007	Unterneubrunn	unterneubrunn	DE		0	Europe/Berlin	50.51931	10.87523				15	00	16069	16069042
2819008	Unternesselbach	unternesselbach	DE		0	Europe/Berlin	49.58222	10.51019				02	095	09575	09575153
2819009	Unternessa	unternessa	DE		0	Europe/Berlin	51.14908	12.01956				14	00	15084	15084490
2819010	Unterneidingen	unterneidingen	DE		0	Europe/Berlin	48.09572	9.06551				01	084	08437	08437005
2819011	Unterneger	unterneger	DE		0	Europe/Berlin	51.06675	7.88493				07	059	05966	05966024
2819012	Unternefsried	unternefsried	DE		0	Europe/Berlin	48.36625	10.69814				02	097	09772	09772167
2819013	Unternebling	unternebling	DE		0	Europe/Berlin	49.0081	12.73882				02	092	09278	09278129
2819015	Unternbibert	unternbibert	DE		0	Europe/Berlin	49.42219	10.58752				02	095	09571	09571194
2819017	Unternberg	unternberg	DE		0	Europe/Berlin	48.67472	13.045				02	092	09271	09271128
2819019	Unternbach	unternbach	DE		0	Europe/Berlin	48.80873	13.07854				02	092	09271	09271113
2819020	Unternaundorf	unternaundorf	DE		0	Europe/Berlin	50.84779	13.66699				13	00	14628	14628060
2819021	Unternankau	unternankau	DE		0	Europe/Berlin	49.58373	12.29422				02	093	09374	09374132
2819022	Unternammering	unternammering	DE		0	Europe/Berlin	48.7	13.3				02	092	09275	09275121
2819023	Unternaglbach	unternaglbach	DE		0	Europe/Berlin	48.918	13.19134				02	092	09276	09276126
2819025	Untermutschelbach	untermutschelbach	DE		0	Europe/Berlin	48.94444	8.53376				01	082	08215	08215096
2819026	Untermusbach	untermusbach	DE		0	Europe/Berlin	48.53582	12.30044				02	092	09274	09274111
2819027	Untermusbach	untermusbach	DE		0	Europe/Berlin	48.49652	8.47288				01	082	08237	08237028
2819028	Untermurbach	untermurbach	DE		0	Europe/Berlin	47.67274	11.56818				02	091	09173	09173135
2819031	Untermulten	untermulten	DE		0	Europe/Berlin	47.81959	7.85899				01	083	08336	08336004
2819032	Untermühlthal	untermuhlthal	DE		0	Europe/Berlin	47.84565	11.57959				02	091	09173	09173118
2819033	Untermühlhausen	untermuhlhausen	DE		0	Europe/Berlin	48.09241	10.91397				02	091	09181	09181132
2819035	Untermühlegg	untermuhlegg	DE		0	Europe/Berlin	47.47341	10.25154				02	097	09780	09780116
2819036	Untermühle	untermuehle	DE		0	Europe/Berlin	52.68333	13.26667				11	00	12065	12065036
2819037	Untermühle	untermuhle	DE		0	Europe/Berlin	47.96748	12.15972				02	091	09187	09187134
2819038	Untermühlbach	untermuhlbach	DE		0	Europe/Berlin	48.96529	12.78251				02	092	09278	09278154
2819040	Untermudau	untermudau	DE		0	Europe/Berlin	49.53785	9.20659				01	082	08225	08225060
2819042	Unter-Mossau	unter-mossau	DE		0	Europe/Berlin	49.64866	8.93064				05	064	06437	06437012
2819043	Untermosbach	untermosbach	DE		0	Europe/Berlin	49.15562	10.46474				02	095	09571	09571223
2819044	Untermorschreuth	untermorschreuth	DE		0	Europe/Berlin	49.75575	11.26643		Unter-Morschreuth,Untermorschreuth		02	094	09474	09474129
2819045	Untermooweiler	untermooweiler	DE		0	Europe/Berlin	47.64596	9.79218				01	084	08436	08436081
2819046	Untermoosham	untermoosham	DE		0	Europe/Berlin	48.18333	12.15				02	091	09183	09183123
2819047	Untermoosen	untermoosen	DE		0	Europe/Berlin	47.83534	12.19208				02	091	09187	09187167
2819049	Untermoos	untermoos	DE		0	Europe/Berlin	48.06994	12.08221				02	091	09187	09187159
2819050	Untermoos	untermoos	DE		0	Europe/Berlin	47.81431	11.91081				02	091	09182	09182123
2819051	Untermoos	untermoos	DE		0	Europe/Berlin	47.65229	10.3822				02	097	09780	09780140
2819054	Untermöllenbronn	untermollenbronn	DE		0	Europe/Berlin	47.92143	9.69109				01	084	08436	08436009
2819055	Untermolbitz	untermolbitz	DE		0	Europe/Berlin	51.01204	12.40586				15	00	16077	16077042
2819056	Untermödling	untermodling	DE		0	Europe/Berlin	48.17939	12.33875		Modling,Mödling,Untermodling,Untermödling		02	091	09183	09183118
2819057	Untermöckenlohe	untermockenlohe	DE		0	Europe/Berlin	48.81428	11.23059				02	091	09176	09176111
2819058	Untermittweilerhof	untermittweilerhof	DE		0	Europe/Berlin	49.64445	7.80308				08	00	07333	07333037
2819059	Untermitterdorf	untermitterdorf	DE		0	Europe/Berlin	48.87567	13.22977				02	092	09276	09276126
2819060	Untermittelried	untermittelried	DE		0	Europe/Berlin	47.99681	10.0391				01	084	08426	08426100
2819061	Untermittelberg	untermittelberg	DE		0	Europe/Berlin	50.51135	9.8804				05	066	06631	06631021
2819062	Unterminseln	unterminseln	DE		0	Europe/Berlin	47.59643	7.79423				01	083	08336	08336069
2819063	Unterminderdorf	unterminderdorf	DE		0	Europe/Berlin	47.66284	10.3405				02	097	09780	09780140
2819064	Untermimberg	untermimberg	DE		0	Europe/Berlin	49.35	11.26667				02	095	09574	09574157
2819066	Untermiethnach	untermiethnach	DE		0	Europe/Berlin	48.96758	12.52317				02	092	09278	09278141
2819067	Untermiebach	untermiebach	DE		0	Europe/Berlin	50.96156	7.33273				07	053	05378	05378024
2819068	Untermichelbach	untermichelbach	DE		0	Europe/Berlin	49.53139	10.9223				02	095	09573	09573123
2819069	Untermichelbach	untermichelbach	DE		0	Europe/Berlin	49.06639	10.46722				02	095	09571	09571227
2819070	Untermhaus	untermhaus	DE		0	Europe/Berlin	50.88509	12.06524		Untermhaus		15	00	16052	16052000
2819071	Untermettingen	untermettingen	DE		0	Europe/Berlin	47.70367	8.34735		Untermettingen		01	083	08337	08337128
2819072	Untermettenwald	untermettenwald	DE		0	Europe/Berlin	48.84806	12.91487				02	092	09271	09271132
2819073	Untermettenbach	untermettenbach	DE		0	Europe/Berlin	48.66529	11.66213				02	091	09186	09186122
2819076	Untermenzing	untermenzing	DE		0	Europe/Berlin	48.18333	12.46667				02	091	09183	09183124
2819077	Unter Mengelbach	unter-mengelbach	DE		0	Europe/Berlin	49.58333	8.78333				05	064	06431	06431017
2819078	Untermembach	untermembach	DE		0	Europe/Berlin	49.6161	10.90844				02	095	09572	09572133
2819079	Untermelsendorf	untermelsendorf	DE		0	Europe/Berlin	49.78663	10.65979				02	094	09471	09471220
2819082	Untermeissling	untermeissling	DE		0	Europe/Berlin	49.07576	10.27514				02	095	09571	09571136
2819083	Untermehnen	untermehnen	DE		0	Europe/Berlin	52.30096	8.5678		Untermehnen		07	057	05770	05770020
2819085	Untermedlingen	untermedlingen	DE		0	Europe/Berlin	48.57686	10.33324				02	097	09773	09773153
2819087	Unter’m Buch	unter-m-buch	DE		0	Europe/Berlin	47.66741	10.38269				02	097	09780	09780140
2819088	Unterm Berge	unterm-berge	DE		0	Europe/Berlin	52.27379	8.77626				07	057	05770	05770012
2819089	Untermberg	untermberg	DE		0	Europe/Berlin	48.94565	9.08368		Untermberg		01	081	08118	08118079
2819090	Untermberg	untermberg	DE		0	Europe/Berlin	47.71667	11.6				02	091	09173	09173124
2819091	Untermberg	untermberg	DE		0	Europe/Berlin	47.55884	11.1194				02	091	09180	09180126
2819092	Untermaxfeld	untermaxfeld	DE		0	Europe/Berlin	48.66883	11.23618				02	091	09185	09185149
2819094	Untermauerbach	untermauerbach	DE		0	Europe/Berlin	48.44359	11.18385				02	097	09771	09771113
2819255	Unterkenading	unterkenading	DE		0	Europe/Berlin	48.54311	12.61824				02	092	09279	09279134
2819095	Untermaubach	untermaubach	DE		0	Europe/Berlin	50.72937	6.45592		Untermaubach		07	053	05358	05358028
2819096	Untermatzen	untermatzen	DE		0	Europe/Berlin	47.70614	9.79696				01	084	08436	08436006
2819097	Untermässing	untermassing	DE		0	Europe/Berlin	49.0896	11.29924		Untermassing,Untermässing		02	095	09576	09576122
2819098	Untermassing	untermassing	DE		0	Europe/Berlin	48.91686	12.09767				02	093	09375	09375205
2819099	Untermaßholderbach	untermassholderbach	DE		0	Europe/Berlin	49.21625	9.51238				01	081	08126	08126066
2819101	Untermarxgrün	untermarxgruen	DE		0	Europe/Berlin	50.43062	12.17659				13	00	14523	14523300
2819104	Untermarchenbach	untermarchenbach	DE		0	Europe/Berlin	48.46775	11.84334		Untermarchenbach		02	091	09178	09178129
2819105	Untermarbach	untermarbach	DE		0	Europe/Berlin	48.43124	11.51315				02	091	09178	09178133
2819106	Untermantel	untermantel	DE		0	Europe/Berlin	49.65	12.03333				02	093	09374	09374134
2819107	Untermanndorf	untermanndorf	DE		0	Europe/Berlin	50.03812	10.83632				02	094	09471	09471175
2819109	Untermalching	untermalching	DE		0	Europe/Berlin	48.21169	11.2218				02	091	09179	09179134
2819110	Untermaiselstein	untermaiselstein	DE		0	Europe/Berlin	47.57899	10.26018				02	097	09780	09780137
2819111	Untermaisbach	untermaisbach	DE		0	Europe/Berlin	48.37857	12.71598				02	092	09277	09277116
2819112	Untermainshof	untermainshof	DE		0	Europe/Berlin	49.51256	11.68087				02	093	09371	09371151
2819113	Untermainsbach	untermainsbach	DE		0	Europe/Berlin	49.20166	12.2323				02	093	09376	09376149
2819114	Untermainbach	untermainbach	DE		0	Europe/Berlin	49.30017	11.05963				02	095	09576	09576137
2819116	Untermagerbein	untermagerbein	DE		0	Europe/Berlin	48.75002	10.57846				02	097	09779	09779184
2819117	Unterlüß	unterluess	DE		4158	Europe/Berlin	52.83471	10.29685		Unterlis,Unterljus,weng te er lu si,Унтерлис,Унтерлюс,翁特尔吕斯	03351026	06	00	03351	03351026
2819119	Unterluizen	unterluizen	DE		0	Europe/Berlin	47.94841	9.91688				01	084	08436	08436010
2819120	Unterlüghausen	unterlueghausen	DE		0	Europe/Berlin	50.90688	7.19991				07	053	05378	05378028
2819122	Unterlübbe	unterluebbe	DE		0	Europe/Berlin	52.29412	8.77245				07	057	05770	05770012
2819123	Unter Löwenhain	unter-loewenhain	DE		0	Europe/Berlin	50.76348	13.82812				13	00	14628	14628010
2819124	Unterlottenweiler	unterlottenweiler	DE		0	Europe/Berlin	47.7	9.48333				01	084	08435	08435016
2819125	Unterloßbruch	unterlossbruch	DE		0	Europe/Berlin	51.98333	8.88333				07	057	05766	05766020
2819126	Unterlosa	unterlosa	DE		0	Europe/Berlin	50.45395	12.14659				13	00	14523	14523320
2819128	Unterloquitz	unterloquitz	DE		0	Europe/Berlin	50.58445	11.4034		Unterloquitz		15	00	16073	16073067
2819131	Unterlohen	unterlohen	DE		0	Europe/Berlin	47.99383	12.1338				02	091	09187	09187170
2819133	Unterlödla	unterloedla	DE		0	Europe/Berlin	51.00149	12.3752				15	00	16077	16077027
2819134	Unterloch	unterloch	DE		0	Europe/Berlin	47.8158	9.5719				01	084	08436	08436013
2819137	Unterlintach	unterlintach	DE		0	Europe/Berlin	49.17054	12.51685				02	093	09372	09372153
2819140	Unterlindelburg	unterlindelburg	DE		0	Europe/Berlin	49.33245	11.27849		Unterlindelburg		02	095	09574	09574157
2819141	Unterlindelbach	unterlindelbach	DE		0	Europe/Berlin	49.61744	11.21035				02	094	09474	09474140
2819143	Unterlind	unterlind	DE		0	Europe/Berlin	50.32952	11.17018				15	00	16072	16072018
2819144	Unterlind	unterlind	DE		0	Europe/Berlin	49.97653	11.86811				02	094	09472	09472164
2819145	Unterlind	unterlind	DE		0	Europe/Berlin	49.60884	12.31107				02	093	09374	09374162
2819146	Unterlinach	unterlinach	DE		0	Europe/Berlin	48.03333	8.26667				01	083	08326	08326017
2819149	Unterliezheim	unterliezheim	DE		0	Europe/Berlin	48.68458	10.54596				02	097	09773	09773146
2819151	Unterliederbach	unterliederbach	DE		0	Europe/Berlin	50.10748	8.53312		Frankfurt-Unterliederbach		05	064	06412	06412000
2819152	Unterlichtinghagen	unterlichtinghagen	DE		0	Europe/Berlin	51.0594	7.43417		Unterlichtinghagen		07	053	05374	05374020
2819153	Unterlichtenwald	unterlichtenwald	DE		0	Europe/Berlin	49.05003	12.26065				02	093	09375	09375114
2819154	Unterlichtenberg	unterlichtenberg	DE		0	Europe/Berlin	49.10102	11.85794				02	093	09375	09375118
2819156	Unterleupoldsberg	unterleupoldsberg	DE		0	Europe/Berlin	50.26978	11.57735				02	094	09475	09475169
2819157	Unterlenzkirch	unterlenzkirch	DE		0	Europe/Berlin	47.86667	8.21667				01	083	08315	08315068
2819158	Unterlenningen	unterlenningen	DE		0	Europe/Berlin	48.56229	9.46215				01	081	08116	08116079
2819159	Unterlenghart	unterlenghart	DE		0	Europe/Berlin	48.54134	12.05383				02	092	09274	09274194
2819160	Unterlengenhardt	unterlengenhardt	DE		0	Europe/Berlin	48.78184	8.71419				01	082	08235	08235008
2819162	Unterlemnitz	unterlemnitz	DE		0	Europe/Berlin	50.47193	11.62128				15	00	16075	16075062
2819163	Unterleiterbach	unterleiterbach	DE		0	Europe/Berlin	50.03724	10.94599				02	094	09471	09471214
2819164	Unterleiten	unterleiten	DE		0	Europe/Berlin	47.81843	11.54358				02	091	09173	09173118
2819166	Unterleinsiedl	unterleinsiedl	DE		0	Europe/Berlin	49.40639	11.79734				02	093	09371	09371154
2819168	Unterleinach	unterleinach	DE		0	Europe/Berlin	49.8646	9.79869		Unterleinach		02	096	09679	09679200
2819170	Unterleimbachshof	unterleimbachshof	DE		0	Europe/Berlin	50.65055	9.73612				05	066	06631	06631015
2819171	Unterleichtersbach	unterleichtersbach	DE		0	Europe/Berlin	50.26709	9.81063				02	096	09672	09672138
2819173	Unterlehen	unterlehen	DE		0	Europe/Berlin	47.79078	8.06465				01	083	08337	08337013
2819175	Unterlauterbach	unterlauterbach	DE		0	Europe/Berlin	50.49818	12.31024				13	00	14523	14523120
2819176	Unterlauterbach	unterlauterbach	DE		0	Europe/Berlin	48.70597	11.97136				02	092	09274	09274176
2819177	Unterlauterbach	unterlauterbach	DE		0	Europe/Berlin	47.79222	11.29218		Unterlauterbach		02	091	09190	09190132
2819178	Unterlauter	unterlauter	DE		0	Europe/Berlin	50.29893	10.97761				02	094	09473	09473141
2819179	Unterlaus	unterlaus	DE		0	Europe/Berlin	47.94032	11.863				02	091	09187	09187130
2819180	Unterlaudenberg	unterlaudenberg	DE		0	Europe/Berlin	51.06667	7.28333				07	053	05378	05378012
2819181	Unterlauchringen	unterlauchringen	DE		0	Europe/Berlin	47.63068	8.30622				01	083	08337	08337065
2819182	Unterlappach	unterlappach	DE		0	Europe/Berlin	48.24151	11.24854				02	091	09179	09179134
2819185	Unterlangnau	unterlangnau	DE		0	Europe/Berlin	47.63333	9.65				01	084	08435	08435057
2819186	Unterlangfurth	unterlangfurth	DE		0	Europe/Berlin	48.83333	13.2				02	092	09272	09272145
2819187	Unterlangenstadt	unterlangenstadt	DE		0	Europe/Berlin	50.18124	11.22766				02	094	09478	09478155
2819188	Unterlangensee	unterlangensee	DE		0	Europe/Berlin	47.65	9.7		Unterlangensee		01	084	08435	08435042
2819189	Unterlangenroth	unterlangenroth	DE		0	Europe/Berlin	50.10717	11.55457				02	094	09477	09477143
2819191	Unterlangenordnach	unterlangenordnach	DE		0	Europe/Berlin	47.94918	8.19598				01	083	08315	08315113
2819192	Unterlangenelz	unterlangenelz	DE		0	Europe/Berlin	49.51667	9.21667				01	082	08225	08225060
2819194	Unterlangau	unterlangau	DE		0	Europe/Berlin	49.51178	12.47506				02	093	09376	09376151
2819197	Unterlaitsch	unterlaitsch	DE		0	Europe/Berlin	50.03782	11.54921				02	094	09477	09477142
2819198	Unter Lais	unter-lais	DE		0	Europe/Berlin	50.41035	9.09605				05	064	06440	06440016
2819199	Unterlaindern	unterlaindern	DE		0	Europe/Berlin	47.87859	11.74833				02	091	09182	09182133
2819200	Unterlaimbach	unterlaimbach	DE		0	Europe/Berlin	48.5803	12.98777				02	092	09277	09277142
2819201	Unterlaimbach	unterlaimbach	DE		0	Europe/Berlin	49.63827	10.48644				02	095	09575	09575161
2819202	Unterlaichling	unterlaichling	DE		0	Europe/Berlin	48.85556	12.15333				02	093	09375	09375196
2819205	Unterkutterau	unterkutterau	DE		0	Europe/Berlin	47.72586	8.13967				01	083	08337	08337097
2819206	Unterkürnach	unterkurnach	DE		0	Europe/Berlin	47.74403	10.16408				02	097	09780	09780146
2819207	Unterküps	unterkups	DE		0	Europe/Berlin	50.03925	11.03036				02	094	09478	09478120
2819211	Unterkrumbach	unterkrumbach	DE		0	Europe/Berlin	49.53223	11.42132				02	095	09574	09574135
2819212	Unterkriegstedt	unterkriegstedt	DE		0	Europe/Berlin	51.37034	11.88537				14	00	15088	15088025
2819215	Unterkrälingen	unterkraelingen	DE		0	Europe/Berlin	50.52658	6.94551				08	00	07131	07131011
2819216	Unterkotzau	unterkotzau	DE		0	Europe/Berlin	50.33607	11.89535				02	094	09464	09464000
2819218	Unterköst	unterkost	DE		0	Europe/Berlin	49.7821	10.78403				02	094	09471	09471172
2819219	Unterkoskau	unterkoskau	DE		0	Europe/Berlin	50.50202	11.91173		Unterkoskau		15	00	16075	16075132
2819222	Unterkonnersreuth	unterkonnersreuth	DE		0	Europe/Berlin	49.97874	11.52942				02	094	09472	09472150
2819223	Unterkonhof	unterkonhof	DE		0	Europe/Berlin	49.41164	12.26641				02	093	09376	09376112
2819224	Unterköln	unterkoln	DE		0	Europe/Berlin	47.63207	12.17631				02	091	09187	09187148
2819225	Unterköllnbach	unterkollnbach	DE		0	Europe/Berlin	48.65847	12.30663				02	092	09274	09274174
2819226	Unterkollbach	unterkollbach	DE		0	Europe/Berlin	48.75205	8.67939				01	082	08235	08235055
2819227	Unterkollbach	unterkollbach	DE		0	Europe/Berlin	48.52055	12.70328				02	092	09279	09279135
2819228	Unterkolbenhof	unterkolbenhof	DE		0	Europe/Berlin	48.83667	10.01241				01	081	08136	08136021
2819229	Unterkogl	unterkogl	DE		0	Europe/Berlin	48.98757	12.73809				02	092	09278	09278154
2819230	Unterkogl	unterkogl	DE		0	Europe/Berlin	48.63339	13.40126				02	092	09275	09275151
2819231	Unterköditz	unterkoeditz	DE		0	Europe/Berlin	50.67019	11.14402				15	00	16073	16073112
2819232	Unterkodach	unterkodach	DE		0	Europe/Berlin	50.08907	11.42131				02	094	09477	09477128
2819233	Unterkochen	unterkochen	DE		0	Europe/Berlin	48.81635	10.12686				01	081	08136	08136088
2819234	Unterköblitz	unterkoblitz	DE		0	Europe/Berlin	49.53961	12.14425				02	093	09376	09376150
2819235	Unterknöringen	unterknoringen	DE		0	Europe/Berlin	48.43205	10.38002				02	097	09774	09774121
2819236	Unterknausen	unterknausen	DE		0	Europe/Berlin	49.01908	10.05946				01	081	08136	08136060
2819238	Unterklingenthal	unterklingenthal	DE		0	Europe/Berlin	50.35	12.48333				13	00	14523	14523160
2819239	Unterklingensporn	unterklingensporn	DE		0	Europe/Berlin	50.35014	11.70252				02	094	09475	09475156
2819240	Unterklingenbach	unterklingenbach	DE		0	Europe/Berlin	48.61405	12.851				02	092	09279	09279113
2819241	Unterklingen	unterklingen	DE		0	Europe/Berlin	49.01311	10.43834				02	095	09571	09571218
2819243	Unterklausen	unterklausen	DE		0	Europe/Berlin	49.56802	11.5656		Unterklausen		02	093	09371	09371128
2819246	Unterkirneck	unterkirneck	DE		0	Europe/Berlin	48.78271	9.68007				01	081	08136	08136042
2819247	Unterkirnberg	unterkirnberg	DE		0	Europe/Berlin	47.73333	11.01667				02	091	09190	09190117
2819250	Unterkirchberg	unterkirchberg	DE		0	Europe/Berlin	48.3392	10.00304		Unterkirchberg		01	084	08425	08425137
2819251	Unterkienberg	unterkienberg	DE		0	Europe/Berlin	48.43808	11.58201				02	091	09178	09178113
2819252	Unterkettendorf	unterkettendorf	DE		0	Europe/Berlin	48.45209	12.71908				02	092	09277	09277119
2819253	Unterkesselberg	unterkesselberg	DE		0	Europe/Berlin	49.0063	11.18085				02	091	09176	09176164
2819254	Unterkessach	unterkessach	DE		0	Europe/Berlin	49.34531	9.43836		Unterkessach		01	081	08125	08125103
2819258	Unterkatzwinkel	unterkatzwinkel	DE		0	Europe/Berlin	50.81667	7.81667				08	00	07132	07132080
2819259	Unterkatzendorf	unterkatzendorf	DE		0	Europe/Berlin	48.65964	13.49804				02	092	09275	09275119
2819260	Unterkatzbach	unterkatzbach	DE		0	Europe/Berlin	49.43585	12.27327				02	093	09376	09376133
2819265	Unterkashof	unterkashof	DE		0	Europe/Berlin	48.84724	13.52988				02	092	09272	09272127
2819266	Unterkarpfsee	unterkarpfsee	DE		0	Europe/Berlin	47.76667	11.41667				02	091	09173	09173111
2819268	Unter Kamps	unter-kamps	DE		0	Europe/Berlin	52.92706	11.81112				14	00	15090	15090520
2819269	Unterkammlach	unterkammlach	DE		0	Europe/Berlin	48.06047	10.41843				02	097	09778	09778180
2819271	Unterkaltenhof	unterkaltenhof	DE		0	Europe/Berlin	49.23368	13.00485				02	093	09372	09372144
2819277	Unterkagn	unterkagn	DE		0	Europe/Berlin	48.26176	12.32192				02	091	09183	09183138
2819278	Unterkager	unterkager	DE		0	Europe/Berlin	48.53259	12.88924				02	092	09277	09277111
2819281	Unterjoch	unterjoch	DE		0	Europe/Berlin	47.54443	10.4279		Unterjoch		02	097	09780	09780123
2819282	Unterjettingen	unterjettingen	DE		4120	Europe/Berlin	48.5623	8.78445	559	Unterjettingen		01	081	08115	08115053
2819283	Unterjettenberg	unterjettenberg	DE		0	Europe/Berlin	47.67804	12.82632				02	091	09172	09172131
2819284	Unterjesingen	unterjesingen	DE		0	Europe/Berlin	48.52644	8.98021				01	084	08416	08416041
2819286	Unterjacking	unterjacking	DE		0	Europe/Berlin	48.61296	13.42148				02	092	09275	09275151
2819287	Unterisling	unterisling	DE		0	Europe/Berlin	48.98251	12.1181				02	093	09362	09362000
2819288	Unterirsingen	unterirsingen	DE		0	Europe/Berlin	48.04306	10.64159		Unterirsingen		02	097	09778	09778203
2819290	Unterinzlingen	unterinzlingen	DE		0	Europe/Berlin	47.58903	7.68411				01	083	08336	08336043
2819291	Unterigling	unterigling	DE		0	Europe/Berlin	48.08182	10.81496				02	091	09181	09181127
2819292	Unteriglbach	unteriglbach	DE		0	Europe/Berlin	48.55583	13.20195				02	092	09275	09275138
2819293	Unteriflingen	unteriflingen	DE		0	Europe/Berlin	48.421	8.54664				01	082	08237	08237061
2819294	Unterickelsheim	unterickelsheim	DE		0	Europe/Berlin	49.60659	10.16167				02	096	09675	09675150
2819295	Unteribental	unteribental	DE		0	Europe/Berlin	47.97943	8.00759				01	083	08315	08315020
2819296	Unteribach	unteribach	DE		0	Europe/Berlin	47.73262	8.0702				01	083	08337	08337059
2819298	Unterhüttensölden	unterhuttensolden	DE		0	Europe/Berlin	48.83008	13.36178				02	092	09272	09272120
2819299	Unterhütte	unterhuette	DE		0	Europe/Berlin	50.56319	11.43828				15	00	16073	16073106
2819300	Unterhütte	unterhutte	DE		0	Europe/Berlin	49.34862	12.7624				02	093	09372	09372171
2819301	Unterhütt	unterhutt	DE		0	Europe/Berlin	48.74324	9.54171				01	081	08117	08117051
2819302	Unter Hürholz	unter-huerholz	DE		0	Europe/Berlin	51.00871	7.31471				07	053	05374	05374020
2819304	Unterhuben	unterhuben	DE		0	Europe/Berlin	47.88333	12.31667				02	091	09187	09187168
2819305	Unterhub	unterhub	DE		0	Europe/Berlin	49.906	7.71541				08	00	07133	07133099
2819306	Unterhub	unterhub	DE		0	Europe/Berlin	48.07534	12.13197				02	091	09187	09187124
2819307	Unterhub	unterhub	DE		0	Europe/Berlin	47.7998	10.19991				02	097	09780	09780112
2819309	Unterhöslwang	unterhoslwang	DE		0	Europe/Berlin	47.95737	12.33461				02	091	09187	09187145
2819313	Unterhörlkofen	unterhorlkofen	DE		0	Europe/Berlin	48.23333	11.93333				02	091	09177	09177144
2819314	Unterhörlbach	unterhorlbach	DE		0	Europe/Berlin	48.78951	11.87796				02	092	09273	09273111
2819315	Unterhorgen	unterhorgen	DE		0	Europe/Berlin	47.76214	9.89635				01	084	08436	08436052
2819316	Unterhörbach	unterhorbach	DE		0	Europe/Berlin	48.51766	13.11392				02	092	09275	09275125
2819318	Unterhomberg	unterhomberg	DE		0	Europe/Berlin	47.81376	9.42362				01	084	08435	08435067
2819319	Unterhombach	unterhombach	DE		0	Europe/Berlin	50.99582	7.17521				07	053	05378	05378004
2819320	Unterholzheim	unterholzheim	DE		0	Europe/Berlin	48.25	9.9				01	084	08426	08426001
2819321	Unterholzhausen	unterholzhausen	DE		0	Europe/Berlin	48.58567	12.48297				02	092	09279	09279112
2819322	Unterholzhausen	unterholzhausen	DE		0	Europe/Berlin	48.24617	12.63427		Unterholzhausen		02	091	09171	09171111
2819323	Unterholzhäuseln	unterholzhauseln	DE		0	Europe/Berlin	48.51012	11.79536				02	091	09178	09178144
2819324	Unterholzham	unterholzham	DE		0	Europe/Berlin	47.9214	11.93253				02	091	09187	09187122
2819325	Unterholzgünz	unterholzgunz	DE		0	Europe/Berlin	48.02788	10.25903				02	097	09778	09778151
2819326	Unterholzen	unterholzen	DE		0	Europe/Berlin	48.54944	13.10417				02	092	09275	09275117
2819331	Unterholz	unterholz	DE		0	Europe/Berlin	47.86227	11.2622				02	091	09190	09190115
2819337	Unterholsbach	unterholsbach	DE		0	Europe/Berlin	48.68992	12.47147				02	092	09279	09279128
2819338	Unterhöllgrund	unterhollgrund	DE		0	Europe/Berlin	49.48143	9.06184				01	082	08225	08225118
2819339	Unterhollerau	unterhollerau	DE		0	Europe/Berlin	48.67189	12.46188				02	092	09279	09279128
2819341	Unterhöll	unterholl	DE		0	Europe/Berlin	50.33009	11.99605				02	094	09475	09475127
2819342	Unterhöll	unterholl	DE		0	Europe/Berlin	49.66057	12.22092				02	093	09363	09363000
2819344	Unterhöhenstetten	unterhohenstetten	DE		0	Europe/Berlin	48.72041	13.55687				02	092	09272	09272151
2819345	Unterhohenried	unterhohenried	DE		0	Europe/Berlin	50.05476	10.51825				02	096	09674	09674147
2819347	Unterhöger	unterhoger	DE		0	Europe/Berlin	47.78023	11.7997				02	091	09182	09182125
2819349	Unterhöft	unterhoft	DE		0	Europe/Berlin	48.47781	12.82522				02	092	09277	09277144
2819350	Unterhofkirchen	unterhofkirchen	DE		0	Europe/Berlin	48.3071	12.08047				02	091	09177	09177139
2819352	Unterhöfen	unterhofen	DE		0	Europe/Berlin	49.16527	9.53588				01	081	08126	08126069
2819356	Unterhof	unterhof	DE		313	Europe/Berlin	49.29132	8.77069				01	082	08226	08226010
2819357	Unterhof	unterhof	DE		0	Europe/Berlin	49.25397	9.67303				01	081	08126	08126046
2819368	Unterhitzling	unterhitzling	DE		0	Europe/Berlin	48.38761	13.07548				02	092	09277	09277113
2819369	Unterhirschwell	unterhirschwell	DE		0	Europe/Berlin	48.73884	12.50896				02	092	09279	09279127
2819370	Unterhirschberg	unterhirschberg	DE		0	Europe/Berlin	48.91057	12.96549				02	092	09271	09271122
2819372	Unter Hipkendahl	unter-hipkendahl	DE		0	Europe/Berlin	51.21667	7.15				07	051	05124	05124000
2819373	Unterhinterhof	unterhinterhof	DE		0	Europe/Berlin	49.11944	10.27288				02	095	09571	09571145
2819374	Unter Hiltersklingen	unter-hiltersklingen	DE		0	Europe/Berlin	49.63938	8.89693				05	064	06437	06437012
2819375	Unterheutal	unterheutal	DE		0	Europe/Berlin	48.36666	9.52699				01	084	08415	08415053
2819376	Unterheumödern	unterheumodern	DE		0	Europe/Berlin	48.95023	10.85739				02	095	09577	09577173
2819377	Unterheufeld	unterheufeld	DE		0	Europe/Berlin	47.86771	11.98059				02	091	09187	09187117
2819378	Unterheßbach	unterhessbach	DE		0	Europe/Berlin	49.35971	10.49262				02	095	09571	09571171
2819380	Unterherrnhausen	unterherrnhausen	DE		0	Europe/Berlin	47.8517	11.42432				02	091	09173	09173123
2819384	Unterheldenberg	unterheldenberg	DE		0	Europe/Berlin	48.44534	12.20315				02	092	09274	09274114
2819387	Unterheinsdorf	unterheinsdorf	DE		0	Europe/Berlin	50.61293	12.33475		Unterheinsdorf		13	00	14523	14523150
2819388	Unterheinriet	unterheinriet	DE		0	Europe/Berlin	49.08577	9.32161				01	081	08125	08125098
2819389	Unterheimbach	unterheimbach	DE		0	Europe/Berlin	49.13958	9.46457		Unterheimbach		01	081	08126	08126011
2819390	Unterhegenau	unterhegenau	DE		0	Europe/Berlin	49.38058	10.40706				02	095	09571	09571130
2819391	Unterheckenhofen	unterheckenhofen	DE		0	Europe/Berlin	49.21631	11.05989				02	095	09576	09576143
2819392	Unterhebbinghausen	unterhebbinghausen	DE		0	Europe/Berlin	51.12713	7.27001				07	053	05378	05378032
2819393	Unterhausmehring	unterhausmehring	DE		0	Europe/Berlin	48.26371	12.16339				02	091	09177	09177115
2819394	Unterhäusern	unterhausern	DE		0	Europe/Berlin	47.69839	10.92988				02	091	09190	09190160
2819396	Unterhausenthal	unterhausenthal	DE		0	Europe/Berlin	48.54006	12.43632				02	092	09274	09274112
2819397	Unterhausen	unterhausen	DE		0	Europe/Berlin	50.73333	8.85				05	065	06534	06534008
2819398	Unterhausen	unterhausen	DE		0	Europe/Berlin	48.71915	11.0926				02	091	09185	09185150
2819399	Unterhausen	unterhausen	DE		9030	Europe/Berlin	48.4298	9.25504		Likhtenshtajn-Unterkhauzen,Unterkhauzen,Лихтенштайн-Унтерхаузен,Унтерхаузен		01	084	08415	08415092
2819400	Unterhausen	unterhausen	DE		0	Europe/Berlin	47.96388	10.99343				02	091	09181	09181114
2819401	Unterhausen	unterhausen	DE		0	Europe/Berlin	47.86188	11.15321				02	091	09190	09190157
2819403	Unterhausbach	unterhausbach	DE		0	Europe/Berlin	48.47412	12.7809				02	092	09277	09277124
2819404	Unterhausbach	unterhausbach	DE		0	Europe/Berlin	48.40784	12.21182				02	092	09274	09274118
2819406	Unterhaunstadt	unterhaunstadt	DE		0	Europe/Berlin	48.78641	11.4516				02	091	09161	09161000
2819407	Unterhaun	unterhaun	DE		0	Europe/Berlin	50.8369	9.7243				05	066	06632	06632007
2819408	Unterhaugstett	unterhaugstett	DE		0	Europe/Berlin	48.76841	8.75289				01	082	08235	08235008
2819410	Niederhasling	niederhasling	DE		0	Europe/Berlin	47.8536	11.87485				02	091	09182	09182123
2819411	Unterhaslau	unterhaslau	DE		0	Europe/Berlin	48.72914	12.52947				02	092	09279	09279128
2819412	Unterhaslach	unterhaslach	DE		0	Europe/Berlin	48.44204	10.01987				01	084	08421	08421000
2819413	Unterhaslach	unterhaslach	DE		0	Europe/Berlin	47.9236	10.34297				02	097	09778	09778186
2819415	Unterhaslach	unterhaslach	DE		0	Europe/Berlin	48.38625	11.17619				02	097	09771	09771165
2819418	Unterhaselbach	unterhaselbach	DE		0	Europe/Berlin	48.77391	12.17805				02	092	09278	09278148
2819419	Unterhasel	unterhasel	DE		0	Europe/Berlin	50.72107	11.39862				15	00	16073	16073109
2819421	Unterhartmannsreuth	unterhartmannsreuth	DE		0	Europe/Berlin	50.38798	11.93165				02	094	09475	09475123
2819426	Unterhart	unterhart	DE		0	Europe/Berlin	48.14474	12.24535				02	091	09183	09183118
2819429	Unterharprechts	unterharprechts	DE		0	Europe/Berlin	47.71634	9.9784				01	084	08436	08436094
2819430	Unterharnsbach	unterharnsbach	DE		0	Europe/Berlin	49.82392	10.79596				02	094	09471	09471120
2819431	Unterharmersbach	unterharmersbach	DE		0	Europe/Berlin	48.35364	8.0896		Unterharmersbach		01	083	08317	08317146
2819433	Unterharles	unterharles	DE		0	Europe/Berlin	50.46905	10.34978				15	00	16066	16066042
2819435	Unterhandenzhofen	unterhandenzhofen	DE		0	Europe/Berlin	48.31357	11.39184				02	091	09174	09174143
2819436	Unterhammer	unterhammer	DE		0	Europe/Berlin	51.48333	13.76667				11	00	12066	12066176
2819437	Unterhammer	unterhammer	DE		0	Europe/Berlin	50.32108	12.07827				02	094	09475	09475161
2819441	Unter-Hambach	unter-hambach	DE		0	Europe/Berlin	49.31667	8.11667				08	00	07316	07316000
2819442	Unter Hambach	unter-hambach	DE		0	Europe/Berlin	49.65409	8.65071				05	064	06431	06431011
2819443	Unterhambach	unterhambach	DE		0	Europe/Berlin	49.1164	10.68137		Unterhambach		02	095	09577	09577136
2819445	Unterhalden	unterhalden	DE		0	Europe/Berlin	47.79674	9.78146				01	084	08436	08436078
2819446	Unterhalden	unterhalden	DE		0	Europe/Berlin	47.73539	10.45402				02	097	09780	09780114
2819447	Unterhalden	unterhalden	DE		0	Europe/Berlin	47.70312	10.25319				02	097	09780	09780117
2819450	Unterhaindlfing	unterhaindlfing	DE		0	Europe/Berlin	48.50811	11.69692				02	091	09178	09178156
2819451	Unter-Hainbrunn	unter-hainbrunn	DE		0	Europe/Berlin	49.48333	8.9		Unter-Hainbrunn		05	064	06431	06431012
2819452	Unterhain	unterhain	DE		0	Europe/Berlin	50.63572	11.12877				15	00	16073	16073112
2819453	Unterhaimbuch	unterhaimbuch	DE		0	Europe/Berlin	48.90836	12.39413				02	093	09375	09375171
2819455	Unterhaid	unterhaid	DE		0	Europe/Berlin	50.14157	11.80584				02	094	09475	09475189
2819456	Unterhaid	unterhaid	DE		0	Europe/Berlin	49.9352	10.79244				02	094	09471	09471165
2819457	Unterhaid	unterhaid	DE		0	Europe/Berlin	47.76667	9.88333				01	084	08436	08436052
2819461	Unterhäge	unterhage	DE		0	Europe/Berlin	48.76667	9.78333				01	081	08136	08136065
2819462	Unterhafing	unterhafing	DE		0	Europe/Berlin	48.00332	12.6719				02	091	09189	09189134
2819463	Unterhadermark	unterhadermark	DE		0	Europe/Berlin	48.13	12.77494				02	091	09171	09171112
2819468	Unterhaag	unterhaag	DE		0	Europe/Berlin	49.4	8.91667				01	082	08226	08226081
2819470	Untergut	untergut	DE		0	Europe/Berlin	53.01667	11.1				06	00	03354	03354018
2819471	Untergünzkofen	untergunzkofen	DE		0	Europe/Berlin	48.60273	12.55058				02	092	09279	09279134
2819474	Untergschwend	untergschwend	DE		0	Europe/Berlin	47.55644	10.42663		Gschwend,Untergschwend		02	097	09780	09780123
2819475	Untergschwandt	untergschwandt	DE		0	Europe/Berlin	49.103	12.72987				02	092	09278	09278178
2819476	Untergschaidt	untergschaidt	DE		0	Europe/Berlin	49.14702	12.82229				02	093	09372	09372115
2819480	Untergrüne	untergruene	DE		0	Europe/Berlin	51.36549	7.64891				07	059	05962	05962024
2819482	Untergrünberg	untergrunberg	DE		0	Europe/Berlin	47.76437	10.24487				02	097	09763	09763000
2819485	Untergrub	untergrub	DE		0	Europe/Berlin	49.03839	12.72956				02	092	09278	09278129
2819490	Untergröningen	untergroningen	DE		0	Europe/Berlin	48.91862	9.89166				01	081	08136	08136002
2819491	Untergrombach	untergrombach	DE		0	Europe/Berlin	49.08977	8.55128				01	082	08215	08215009
2819492	Untergrochlitz	untergrochlitz	DE		0	Europe/Berlin	50.64462	12.16217		Greiz-Untergrochlitz,Untergrochlitz		15	00	16076	16076022
2819494	Untergriesingen	untergriesingen	DE		0	Europe/Berlin	48.2677	9.7836				01	084	08425	08425050
2819495	Untergriesheim	untergriesheim	DE		0	Europe/Berlin	49.26691	9.22319				01	081	08125	08125005
2819499	Untergries	untergries	DE		0	Europe/Berlin	48.6072	12.65665		Gries,Untergries		02	092	09279	09279134
2819500	Untergries	untergries	DE		0	Europe/Berlin	47.7356	11.56963				02	091	09173	09173124
2819501	Untergreuth	untergreuth	DE		0	Europe/Berlin	49.83499	10.86084				02	094	09471	09471131
2819503	Untergreißlau	untergreisslau	DE		0	Europe/Berlin	51.17514	11.96067				14	00	15084	15084550
2819504	Untergraßlfing	untergrasslfing	DE		0	Europe/Berlin	48.83074	12.28086				02	092	09278	09278144
2819505	Untergrasheim	untergrasheim	DE		0	Europe/Berlin	48.651	11.25996				02	091	09185	09185139
2819506	Untergrasensee	untergrasensee	DE		0	Europe/Berlin	48.42609	12.97486				02	092	09277	09277138
2819507	Untergrainau	untergrainau	DE		0	Europe/Berlin	47.47581	11.02646				02	091	09180	09180118
2819508	Untergräfenthal	untergrafenthal	DE		0	Europe/Berlin	50.01257	11.55609				02	094	09477	09477142
2819509	Untergrafenried	untergrafenried	DE		0	Europe/Berlin	49.42085	12.68226				02	093	09372	09372171
2819510	Untergrafendorf	untergrafendorf	DE		0	Europe/Berlin	48.60251	12.96467				02	092	09277	09277142
2819511	Untergötzenhof	untergoetzenhof	DE		0	Europe/Berlin	50.5798	9.73123				05	066	06631	06631020
2819512	Untergoßzell	untergosszell	DE		0	Europe/Berlin	49.11828	12.60657				02	093	09372	09372164
2819513	Untergolzaberg	untergolzaberg	DE		0	Europe/Berlin	48.58954	11.90143				02	092	09273	09273178
2819514	Untergolding	untergolding	DE		0	Europe/Berlin	48.50503	12.13879				02	092	09274	09274182
2819515	Untergolbach	untergolbach	DE		0	Europe/Berlin	50.53333	6.53333				07	053	05366	05366024
2819516	Untergneus	untergneus	DE		0	Europe/Berlin	50.83298	11.68896				15	00	16074	16074024
2819517	Unterglottertal	unterglottertal	DE		0	Europe/Berlin	48.04991	7.94114				01	083	08315	08315041
2819518	Unterglinde	unterglinde	DE		0	Europe/Berlin	53.66557	9.70583				10	00	01056	01056001
2819519	Untergleichen	untergleichen	DE		0	Europe/Berlin	49.14054	9.52312				01	081	08126	08126069
2819520	Unterglauheim	unterglauheim	DE		0	Europe/Berlin	48.64843	10.60815				02	097	09773	09773119
2819521	Unterglashütte	unterglashutte	DE		0	Europe/Berlin	48.11667	9.03333				01	084	08437	08437107
2819522	Unterglaim	unterglaim	DE		0	Europe/Berlin	48.59669	12.12752				02	092	09274	09274126
2819524	Unterginsbach	unterginsbach	DE		0	Europe/Berlin	49.36916	9.66016				01	081	08126	08126045
2819525	Untergimpern	untergimpern	DE		0	Europe/Berlin	49.26972	9.01312		Untergimpern		01	082	08226	08226055
2819526	Untergießen	untergiessen	DE		0	Europe/Berlin	47.6	10.25				02	097	09780	09780124
2819528	Untergettengrün	untergettengruen	DE		0	Europe/Berlin	50.31741	12.18753				13	00	14523	14523010
2819529	Untergessenbach	untergessenbach	DE		0	Europe/Berlin	48.6699	12.98836				02	092	09271	09271141
2819530	Unter Gersprenz	unter-gersprenz	DE		0	Europe/Berlin	49.75	8.88333				05	064	06437	06437003
2819532	Untergermaringen	untergermaringen	DE		0	Europe/Berlin	47.9375	10.67852				02	097	09777	09777130
2819534	Untergeißendorf	untergeissendorf	DE		0	Europe/Berlin	50.73768	12.17599		Untergeissendorf,Untergeißendorf		15	00	16076	16076004
2819535	Untergeisenfelden	untergeisenfelden	DE		0	Europe/Berlin	47.98096	12.85709				02	091	09189	09189118
2819536	Untergeis	untergeis	DE		0	Europe/Berlin	50.8954	9.62253				05	066	06632	06632014
2819537	Untergeiersnest	untergeiersnest	DE		0	Europe/Berlin	50.24468	9.82073				02	096	09672	09672149
2819540	Untergebertsham	untergebertsham	DE		0	Europe/Berlin	47.96652	12.31473				02	091	09187	09187145
2819541	Untergauling	untergauling	DE		0	Europe/Berlin	48.36571	12.45315				02	091	09183	09183129
2819542	Untergassen	untergassen	DE		0	Europe/Berlin	47.65711	10.38291				02	097	09780	09780140
2819543	Untergartenhof	untergartenhof	DE		0	Europe/Berlin	49.98991	9.18859				02	096	09671	09671121
2819544	Untergartelshausen	untergartelshausen	DE		0	Europe/Berlin	48.42522	11.73332				02	091	09178	09178124
2819545	Untergarschagen	untergarschagen	DE		0	Europe/Berlin	51.20979	7.26226				07	051	05120	05120000
2819546	Untergangkofen	untergangkofen	DE		0	Europe/Berlin	48.48446	12.19891				02	092	09274	09274146
2819547	Untergammenried	untergammenried	DE		0	Europe/Berlin	47.98021	10.5794				02	097	09778	09778116
2819548	Untergambach	untergambach	DE		0	Europe/Berlin	48.67278	12.10157				02	092	09274	09274141
2819549	Untergailnau	untergailnau	DE		0	Europe/Berlin	49.26808	10.18586				02	095	09571	09571222
2819550	Untergaiching	untergaiching	DE		0	Europe/Berlin	48.42562	12.99092				02	092	09277	09277138
2819551	Untergabel	untergabel	DE		0	Europe/Berlin	50.58333	10.88333				15	00	16069	16069042
2819552	Unterfürberg	unterfurberg	DE		0	Europe/Berlin	49.47136	10.9586				02	095	09563	09563000
2819555	Unterfrohnstetten	unterfrohnstetten	DE		0	Europe/Berlin	48.81365	13.04592				02	092	09271	09271125
2819561	Unterfreiersbach	unterfreiersbach	DE		0	Europe/Berlin	48.42565	8.19285				01	083	08317	08317008
2819562	Unterfrauenholz	unterfrauenholz	DE		0	Europe/Berlin	48.67491	12.84119				02	092	09279	09279113
2819563	Unterfrauenau	unterfrauenau	DE		0	Europe/Berlin	48.98333	13.31667				02	092	09276	09276121
2819568	Unterföhring	unterfoehring	DE		10500	Europe/Berlin	48.19253	11.64293		Untafering,Unterfering,Unterfjoring,Unterfoehring,Unterfohring,Unterföhring,awntrfwryng,wen te fu ling,Унтерферинг,Унтерферінг,Унтерфёринг,Ունթերֆյորինգ,اونترفورینگ,温特弗灵	09184147	02	091	09184	09184147
2819569	Unterflossing	unterflossing	DE		0	Europe/Berlin	48.21766	12.5206				02	091	09183	09183136
2819570	Unterflockenbach	unterflockenbach	DE		0	Europe/Berlin	49.53215	8.72703				05	064	06431	06431008
2819571	Unterflintsbach	unterflintsbach	DE		0	Europe/Berlin	47.73333	12.11667				02	091	09187	09187120
2819573	Unterfischbach	unterfischbach	DE		0	Europe/Berlin	49.03899	9.50008				01	081	08119	08119024
2819575	Unterfischach	unterfischach	DE		0	Europe/Berlin	49.0245	9.87501				01	081	08127	08127063
2819576	Unterfinningen	unterfinningen	DE		0	Europe/Berlin	48.65698	10.49719		Unterfinningen		02	097	09773	09773150
2819577	Unterfinning	unterfinning	DE		0	Europe/Berlin	48.02744	11.00935				02	091	09181	09181120
2819580	Unterfilke	unterfilke	DE		0	Europe/Berlin	50.51757	10.22327				02	096	09673	09673182
2819581	Unterferrieden	unterferrieden	DE		0	Europe/Berlin	49.32571	11.30881		Unterferrieden		02	095	09574	09574117
2819582	Unterferdinandsdorf	unterferdinandsdorf	DE		0	Europe/Berlin	49.4892	9.10169				01	082	08225	08225118
2819583	Unter Fendt	unter-fendt	DE		0	Europe/Berlin	47.83127	11.05646				02	091	09190	09190139
2819584	Unterfelsberg	unterfelsberg	DE		0	Europe/Berlin	49.2901	6.69529				09	00	10044	10044119
2819585	Unterfelden	unterfelden	DE		0	Europe/Berlin	49.36239	10.38872				02	095	09571	09571130
2819586	Unterfeldbrecht	unterfeldbrecht	DE		0	Europe/Berlin	49.4345	10.64113				02	095	09575	09575152
2819588	Unterfaustern	unterfaustern	DE		0	Europe/Berlin	49.27293	12.92204				02	093	09372	09372124
2819589	Unterfarrnbach	unterfarrnbach	DE		0	Europe/Berlin	49.49099	10.95182				02	095	09563	09563000
2819590	Unterfarnstädt	unterfarnstaedt	DE		0	Europe/Berlin	51.42872	11.58628				14	00	15088	15088100
2819592	Unterfailnbach	unterfailnbach	DE		0	Europe/Berlin	48.51653	12.67653				02	092	09279	09279134
2819593	Unterfahlheim	unterfahlheim	DE		0	Europe/Berlin	48.42977	10.1615				02	097	09775	09775134
2819595	Untere Zeitelwaidt	untere-zeitelwaidt	DE		13	Europe/Berlin	50.38505	11.64216		Unterzeitelwaidt,Zeitelwaidt		02	094	09475	09475112
2819601	Untereurach	untereurach	DE		0	Europe/Berlin	47.77649	11.33601				02	091	09190	09190132
2819602	Untereuerheim	untereuerheim	DE		0	Europe/Berlin	50.013	10.35579		Untereuerheim		02	096	09678	09678138
2819603	Untereubigheim	untereubigheim	DE		0	Europe/Berlin	49.5	9.53333				01	081	08128	08128138
2819607	Untereßfeld	unteressfeld	DE		0	Europe/Berlin	50.27262	10.52542				02	096	09673	09673141
2819608	Unteressendorf	unteressendorf	DE		0	Europe/Berlin	48.00692	9.77122				01	084	08426	08426058
2819612	Unteresperstedt	unteresperstedt	DE		0	Europe/Berlin	51.43333	11.68333				14	00	15087	15087386
2819615	Unteres Moos	unteres-moos	DE		0	Europe/Berlin	47.75141	10.05748				01	084	08436	08436055
2819620	Unteres Dörfle	unteres-dorfle	DE		0	Europe/Berlin	48.35795	8.37232				01	082	08237	08237002
2819624	Untereschlbach	untereschlbach	DE		0	Europe/Berlin	48.42778	12.75332				02	092	09277	09277116
2819625	Untereschenbach	untereschenbach	DE		0	Europe/Berlin	50.11585	9.85748				02	096	09672	09672127
2819626	Untereschenbach	untereschenbach	DE		0	Europe/Berlin	49.22833	10.85749				02	095	09571	09571226
2819627	Untereschelbach	untereschelbach	DE		0	Europe/Berlin	48.25199	12.72382				02	091	09171	09171125
2819628	Untereschbach	untereschbach	DE		0	Europe/Berlin	50.94834	7.21505				07	053	05378	05378024
2819629	Untereschach	untereschach	DE		0	Europe/Berlin	47.73384	9.58911				01	084	08436	08436064
2819633	Unterer Zwieselberg	unterer-zwieselberg	DE		0	Europe/Berlin	48.42967	8.36476				01	082	08237	08237028
2819639	Untererthal	untererthal	DE		0	Europe/Berlin	50.14677	9.8786				02	096	09672	09672127
2819654	Unterer Riedhof	unterer-riedhof	DE		0	Europe/Berlin	48.36667	9.93333				01	084	08421	08421000
2819655	Unterer Railhof	unterer-railhof	DE		0	Europe/Berlin	49.31452	9.76843				01	081	08126	08126056
2819663	Untererlbach	untererlbach	DE		0	Europe/Berlin	49.19263	10.85324		Untererlbach		02	095	09576	09576147
2819679	Unterer Hammer	unterer-hammer	DE		0	Europe/Berlin	49.69661	9.0046				05	064	06437	06437011
2819684	Unterer Felsen	unterer-felsen	DE		0	Europe/Berlin	48.09477	8.06475				01	083	08316	08316042
2819695	Unterer Berg	unterer-berg	DE		0	Europe/Berlin	48.19763	7.87748		Berg,Unterer Berg		01	083	08316	08316054
2819703	Untereppenried	untereppenried	DE		0	Europe/Berlin	49.43206	12.46004		Untereppenried		02	093	09376	09376178
2819705	Untereppach	untereppach	DE		0	Europe/Berlin	49.20495	9.59943				01	081	08126	08126058
2819708	Unterenzenau	unterenzenau	DE		0	Europe/Berlin	47.73711	11.44839				02	091	09173	09173111
2819709	Unterentersbach	unterentersbach	DE		0	Europe/Berlin	48.32947	8.05379				01	083	08317	08317146
2819711	Unterenkeln	unterenkeln	DE		0	Europe/Berlin	51.06667	7.26667				07	053	05378	05378012
2819712	Unterenglberg	unterenglberg	DE		0	Europe/Berlin	48.42097	12.34328				02	092	09274	09274184
2819715	Untere Mühlbauern	untere-muhlbauern	DE		0	Europe/Berlin	48.18082	8.46306				01	083	08325	08325071
2819716	Unterempfenbach	unterempfenbach	DE		0	Europe/Berlin	48.6296	11.74506				02	092	09273	09273147
2819717	Unteremmerting	unteremmerting	DE		0	Europe/Berlin	48.20151	12.76896				02	091	09171	09171114
2819718	Unteremmendorf	unteremmendorf	DE		0	Europe/Berlin	48.99094	11.4344		Unteremmendorf		02	091	09176	09176137
2819719	Unteremmelsum	unteremmelsum	DE		0	Europe/Berlin	51.61536	6.63682				07	051	05170	05170044
2819723	Unterelsbach	unterelsbach	DE		0	Europe/Berlin	50.42455	10.14012		Unterelsbach		02	096	09673	09673149
2819724	Unterelsaff	unterelsaff	DE		0	Europe/Berlin	50.62108	7.38554				08	00	07138	07138044
2819725	Unterellenbach	unterellenbach	DE		0	Europe/Berlin	48.742	12.25713				02	092	09278	09278148
2819728	Unterellegg	unterellegg	DE		0	Europe/Berlin	47.61698	10.40592				02	097	09780	09780145
2819729	Unterelldorf	unterelldorf	DE		0	Europe/Berlin	50.18904	10.79707				02	094	09473	09473165
2819732	Unterelchingen	unterelchingen	DE		0	Europe/Berlin	48.46097	10.1045				02	097	09775	09775139
2819739	Untereisenheim	untereisenheim	DE		0	Europe/Berlin	49.88282	10.15891				02	096	09679	09679167
2819740	Untereisenbach	untereisenbach	DE		0	Europe/Berlin	47.96328	8.27196				01	083	08315	08315031
2819741	Untereisenbach	untereisenbach	DE		0	Europe/Berlin	47.66667	9.63333				01	084	08435	08435057
2819743	Untereisbach	untereisbach	DE		0	Europe/Berlin	48.43757	12.72354				02	092	09277	09277119
2819745	Untereinöden	untereinoden	DE		0	Europe/Berlin	47.66908	10.13016				02	097	09780	09780144
2819749	Untereinharz	untereinharz	DE		0	Europe/Berlin	47.57841	10.22642				02	097	09780	09780124
2819750	Untereinbuch	untereinbuch	DE		0	Europe/Berlin	49.01176	11.94764				02	093	09375	09375175
2819751	Untereichigt	untereichigt	DE		0	Europe/Berlin	50.35154	12.20066				13	00	14523	14523080
2819752	Untereichhofen	untereichhofen	DE		0	Europe/Berlin	48.00451	11.94858				02	091	09175	09175112
2819754	Untereichet	untereichet	DE		0	Europe/Berlin	48.53498	13.36086				02	092	09275	09275122
2819756	Untereichenrot	untereichenrot	DE		0	Europe/Berlin	49.37782	10.04458				01	081	08127	08127075
2819757	Untereichenbach	untereichenbach	DE		0	Europe/Berlin	49.30306	10.6193				02	095	09561	09561000
2819758	Untereichen	untereichen	DE		0	Europe/Berlin	51.71538	8.51524				07	057	05774	05774020
2819759	Untereichen	untereichen	DE		0	Europe/Berlin	48.17358	10.10854				02	097	09775	09775111
2819761	Untere Hüttental	untere-huettental	DE		0	Europe/Berlin	51.026	8.46494				07	059	05970	05970004
2819762	Unterehring	unterehring	DE		0	Europe/Berlin	48.90149	12.33559				02	093	09375	09375191
2819765	Untere Höfe	untere-hofe	DE		0	Europe/Berlin	48.1045	7.84991				01	083	08316	08316011
2819766	Unterehlenbogen	unterehlenbogen	DE		0	Europe/Berlin	48.36667	8.4				01	082	08237	08237002
2819768	Unterehesberg	unterehesberg	DE		0	Europe/Berlin	50.22254	11.47387				02	094	09477	09477148
2819775	Untere Haardt	untere-haardt	DE		0	Europe/Berlin	50.65877	12.0102				15	00	16076	16076087
2819778	Untereglfing	untereglfing	DE		0	Europe/Berlin	47.73207	11.18116				02	091	09190	09190121
2819779	Untereggingen	untereggingen	DE		0	Europe/Berlin	47.69341	8.39365				01	083	08337	08337124
2819780	Untereggatsweiler	untereggatsweiler	DE		0	Europe/Berlin	48.03255	9.56216				01	084	08437	08437100
2819791	Untereck	untereck	DE		0	Europe/Berlin	48.3194	12.78846				02	091	09171	09171115
2819792	Unterebersbach	unterebersbach	DE		0	Europe/Berlin	50.29838	10.12642				02	096	09673	09673146
2819793	Untereberfing	untereberfing	DE		0	Europe/Berlin	47.7976	11.19975				02	091	09190	09190120
2819798	Unterdüssel	unterduessel	DE		0	Europe/Berlin	51.25	7.05				07	051	05124	05124000
2819800	Unterdürrbach	unterdurrbach	DE		0	Europe/Berlin	49.81405	9.91841				02	096	09663	09663000
2819802	Unterdrackenstein	unterdrackenstein	DE		0	Europe/Berlin	48.55856	9.66827				01	081	08117	08117016
2819804	Unterdornlach	unterdornlach	DE		0	Europe/Berlin	50.14977	11.40696				02	094	09477	09477128
2819806	Unterdörnbach	unterdornbach	DE		0	Europe/Berlin	48.68651	12.19475				02	092	09274	09274127
2819809	Unterdörfl	unterdorfl	DE		0	Europe/Berlin	49.27095	12.88001				02	093	09372	09372126
2819810	Unterdorf	unterdorf	DE		0	Europe/Berlin	48.76556	8.31439				01	082	08216	08216017
2819811	Unterdorf	unterdorf	DE		0	Europe/Berlin	47.59164	7.87033		Niederschworstadt,Niederschwörstadt,Unterdorf		01	083	08336	08336082
2819812	Unterdorf	unterdorf	DE		0	Europe/Berlin	50.6772	11.36168				15	00	16073	16073111
2819813	Unterdorf	unterdorf	DE		0	Europe/Berlin	49.46396	8.772				01	082	08226	08226099
2819814	Unterdorf	unterdorf	DE		0	Europe/Berlin	48.23333	8.36667				01	083	08325	08325053
2819817	Unterdolling	unterdolling	DE		0	Europe/Berlin	48.83347	11.60962		Unterdolling		02	091	09176	09176150
2819818	Unterdolden	unterdolden	DE		0	Europe/Berlin	47.6035	10.61228				02	097	09777	09777125
2819819	Unterdill	unterdill	DE		0	Europe/Berlin	48.08333	9.48333				01	084	08426	08426045
2819820	Unterdill	unterdill	DE		0	Europe/Berlin	47.58333	10.63333				02	097	09777	09777129
2819822	Unterdigisheim	unterdigisheim	DE		0	Europe/Berlin	48.16403	8.91087		Unterdigisheim		01	084	08417	08417044
2819824	Unterdietenau	unterdietenau	DE		0	Europe/Berlin	48.6664	12.47541				02	092	09279	09279128
2819828	Unterdielbach	unterdielbach	DE		0	Europe/Berlin	49.445	9.04913				01	082	08225	08225118
2819831	Unterdeufstetten	unterdeufstetten	DE		0	Europe/Berlin	49.05319	10.23099		Unterdeufstetten,Unterdeutstetten		01	081	08127	08127102
2819832	Unterdessing	unterdessing	DE		0	Europe/Berlin	48.47227	12.16885				02	092	09274	09274146
2819833	Unterdeschenried	unterdeschenried	DE		0	Europe/Berlin	49.26993	12.57402				02	093	09372	09372161
2819835	Unterderdingen	unterderdingen	DE		0	Europe/Berlin	49.06667	8.81667				01	082	08215	08215059
2819837	Unterdeggenbach	unterdeggenbach	DE		0	Europe/Berlin	48.83862	12.18778				02	093	09375	09375196
2819838	Unterdaxenthal	unterdaxenthal	DE		0	Europe/Berlin	48.23333	12.86667				02	091	09171	09171118
2819841	Unterdarching	unterdarching	DE		0	Europe/Berlin	47.88921	11.76889				02	091	09182	09182133
2819844	Unterdahl	unterdahl	DE		0	Europe/Berlin	51.2174	7.15803				07	051	05124	05124000
2819845	Unterdaching	unterdaching	DE		0	Europe/Berlin	48.70737	12.5721				02	092	09279	09279132
2819846	Unterbüscherhof	unterbuescherhof	DE		0	Europe/Berlin	51.11365	7.08377				07	053	05378	05378016
2819847	Unter Büschem	unter-bueschem	DE		0	Europe/Berlin	51.05942	7.37807				07	053	05374	05374020
2819851	Unterbürg	unterburg	DE		0	Europe/Berlin	49.46768	11.14754				02	095	09564	09564000
2819852	Unterbürg	unterburg	DE		0	Europe/Berlin	49.06796	11.56371				02	093	09373	09373121
2819859	Unterbüchlein	unterbuchlein	DE		0	Europe/Berlin	49.39404	10.95378				02	095	09573	09573127
2819861	Unterbuchfeld	unterbuchfeld	DE		0	Europe/Berlin	49.23744	11.56002				02	093	09373	09373119
2819862	Unterbüchern	unterbuchern	DE		0	Europe/Berlin	48.24794	8.12892				01	083	08317	08317078
2819863	Unterbuchen	unterbuchen	DE		0	Europe/Berlin	47.776	11.48731				02	091	09173	09173111
2819864	Unterbüchel	unterbuechel	DE		0	Europe/Berlin	50.97298	7.37674				07	053	05374	05374008
2819865	Unterbuchbach	unterbuchbach	DE		0	Europe/Berlin	48.32261	12.5847				02	091	09171	09171127
2819868	Unterbuch	unterbuch	DE		0	Europe/Berlin	48.80723	10.85194				02	097	09779	09779129
2819872	Unterbubach	unterbubach	DE		0	Europe/Berlin	48.60217	12.48743				02	092	09279	09279112
2819873	Unterbubach	unterbubach	DE		0	Europe/Berlin	48.55654	12.95445				02	092	09277	09277126
2819874	Unterbrunnham	unterbrunnham	DE		0	Europe/Berlin	48.09426	12.55121				02	091	09189	09189149
2819876	Unterbrunnenreuth	unterbrunnenreuth	DE		0	Europe/Berlin	48.71978	11.42424				02	091	09161	09161000
2819877	Unterbrunn	unterbrunn	DE		0	Europe/Berlin	50.05115	10.92713				02	094	09478	09478120
2819878	Unterbrunn	unterbrunn	DE		0	Europe/Berlin	49.12971	11.99698				02	093	09375	09375153
2819879	Unterbrunn	unterbrunn	DE		0	Europe/Berlin	48.06716	11.32518		Unterbrunn		02	091	09188	09188120
2819880	Unterbrumberg	unterbrumberg	DE		0	Europe/Berlin	50.25592	11.61439				02	094	09475	09475136
2819881	Unterbrüden	unterbruden	DE		0	Europe/Berlin	48.93743	9.50021				01	081	08119	08119006
2819882	Unterbrücklein	unterbrucklein	DE		0	Europe/Berlin	50.03509	11.49395				02	094	09477	09477142
2819883	Unterbruck	unterbruck	DE		0	Europe/Berlin	49.82305	11.88905				02	093	09377	09377128
2819884	Unterbruck	unterbruck	DE		0	Europe/Berlin	48.34915	11.56428				02	091	09178	09178123
2819885	Unterbruch	unterbruch	DE		0	Europe/Berlin	51.23719	6.55907				07	051	05166	05166036
2819886	Unterbruch	unterbruch	DE		0	Europe/Berlin	51.07274	6.12448				07	053	05370	05370016
2819887	Unterbronnen	unterbronnen	DE		0	Europe/Berlin	48.99488	10.37032				01	081	08136	08136068
2819888	Unterbrombach	unterbrombach	DE		0	Europe/Berlin	50.97428	7.25716				07	053	05378	05378024
2819893	Unterbreitenlohe	unterbreitenlohe	DE		0	Europe/Berlin	49.15901	10.98435		Unterbreitenlohe		02	095	09576	09576141
2819894	Unterbreitenau	unterbreitenau	DE		0	Europe/Berlin	49.33695	10.2881				02	095	09571	09571155
2819897	Unterbreidbach	unterbreidbach	DE		0	Europe/Berlin	51.05079	7.16741				07	053	05378	05378020
2819900	Unterbrändl	unterbrandl	DE		0	Europe/Berlin	48.39211	8.51489				01	082	08237	08237045
2819901	Unterbränd	unterbrand	DE		0	Europe/Berlin	47.93453	8.35744				01	083	08326	08326006
2819903	Unterboschbach	unterboschbach	DE		0	Europe/Berlin	51.01303	7.13152				07	053	05378	05378004
2819904	Unterbörsch	unterboersch	DE		0	Europe/Berlin	50.99936	7.24094				07	053	05378	05378012
2819905	Unterboihingen	unterboihingen	DE		0	Europe/Berlin	48.66892	9.37258				01	081	08116	08116071
2819906	Unterböhringen	unterbohringen	DE		0	Europe/Berlin	48.62829	9.76165				01	081	08117	08117007
2819908	Unterböbingen	unterbobingen	DE		0	Europe/Berlin	48.8221	9.91928				01	081	08136	08136009
2819909	Unterbleichen	unterbleichen	DE		0	Europe/Berlin	48.28196	10.33112		Unterbleichen		02	097	09774	09774124
2819911	Unter Blauen	unter-blauen	DE		0	Europe/Berlin	47.72649	7.84667				01	083	08336	08336103
2819913	Unterbissingen	unterbissingen	DE		0	Europe/Berlin	48.70539	10.62917		Unterbissingen		02	097	09773	09773117
2819917	Unterbirken	unterbirken	DE		0	Europe/Berlin	47.97728	7.96345				01	083	08315	08315109
2819918	Unterbinnwang	unterbinnwang	DE		0	Europe/Berlin	47.88773	10.16076				02	097	09778	09778161
2819919	Unterbimbach	unterbimbach	DE		0	Europe/Berlin	50.57532	9.57918				05	066	06631	06631011
2819920	Unterbillingshausen	unterbillingshausen	DE		0	Europe/Berlin	51.6	10.01667				06	00	03159	03159007
2819923	Unterbierwang	unterbierwang	DE		0	Europe/Berlin	48.12707	12.37957				02	091	09183	09183147
2819924	Unterbierbronnen	unterbierbronnen	DE		0	Europe/Berlin	47.66667	8.18333				01	083	08337	08337118
2819925	Unterbierbach	unterbierbach	DE		0	Europe/Berlin	48.3537	12.05628				02	091	09177	09177120
2819927	Untertal	untertal	DE		0	Europe/Berlin	48.17897	8.05372		Unterbiederbach,Untertal		01	083	08316	08316003
2819928	Unterbichtlingen	unterbichtlingen	DE		0	Europe/Berlin	47.96648	9.09803				01	084	08437	08437123
2819929	Unterbichl	unterbichl	DE		0	Europe/Berlin	47.67521	12.4621				02	091	09189	09189139
2819932	Unterbibrach	unterbibrach	DE		0	Europe/Berlin	49.80156	11.76366				02	093	09374	09374163
2819933	Unterbeutelsbach	unterbeutelsbach	DE		0	Europe/Berlin	48.55	13.11667				02	092	09275	09275117
2819934	Unterbeuern	unterbeuern	DE		0	Europe/Berlin	47.98563	11.01667				02	091	09181	09181114
2819936	Unterbetenbrunn	unterbetenbrunn	DE		0	Europe/Berlin	47.82167	9.34604				01	084	08435	08435020
2819937	Unterbessenbach	unterbessenbach	DE		0	Europe/Berlin	49.98989	9.25041				02	096	09671	09671112
2819938	Unterbersten	unterbersten	DE		0	Europe/Berlin	51.03048	7.30788				07	053	05378	05378012
2819939	Unterbernstein	unterbernstein	DE		0	Europe/Berlin	49.33544	11.87617				02	093	09371	09371120
2819941	Unterbernhards	unterbernhards	DE		0	Europe/Berlin	50.59441	9.95224				05	066	06631	06631012
2819942	Unterberken	unterberken	DE		0	Europe/Berlin	48.76563	9.57078				01	081	08119	08119067
2819943	Unterberg Zwei	unterberg-zwei	DE		0	Europe/Berlin	51.71509	8.07098				07	055	05570	05570008
2819944	Unterbergscheid	unterbergscheid	DE		0	Europe/Berlin	50.9942	7.30695		Unterbergscheid		07	053	05374	05374020
2819946	Unterberging	unterberging	DE		0	Europe/Berlin	49.0305	12.98503				02	092	09276	09276122
2819947	Unterberghöfe	unterberghofe	DE		0	Europe/Berlin	48.15711	10.42256				02	097	09778	09778121
2819948	Unterberghausen	unterberghausen	DE		0	Europe/Berlin	48.43609	11.79939				02	091	09178	09178140
2819950	Unterbergen	unterbergen	DE		0	Europe/Berlin	48.23188	10.94253				02	097	09771	09771163
2819951	Unterberg Eins	unterberg-eins	DE		0	Europe/Berlin	51.72901	8.1033				07	055	05570	05570008
2819952	Unterberge	unterberge	DE		0	Europe/Berlin	51.79205	12.98398				14	00	15091	15091145
2819954	Unterberg	unterberg	DE		0	Europe/Berlin	48.58086	8.09993				01	083	08317	08317056
2819955	Unterberg	unterberg	DE		0	Europe/Berlin	51.08543	7.25005				07	053	05378	05378032
2819962	Unterbechingen	unterbechingen	DE		0	Europe/Berlin	48.61668	10.36062				02	097	09773	09773137
2819963	Unterbeberich	unterbeberich	DE		0	Europe/Berlin	51.24032	6.40481				07	051	05166	05166032
2819964	Unterbaumgarten	unterbaumgarten	DE		0	Europe/Berlin	47.65	9.53333				01	084	08435	08435013
2819965	Unterbauerschaft	unterbauerschaft	DE		0	Europe/Berlin	51.71667	6.65				07	051	05170	05170012
2819966	Unterbauern	unterbauern	DE		0	Europe/Berlin	47.69862	10.92795				02	091	09190	09190160
2819967	Unterbau	unterbau	DE		0	Europe/Berlin	47.78971	11.0203				02	091	09190	09190130
2819969	Unterbalzheim	unterbalzheim	DE		0	Europe/Berlin	48.17776	10.07627				01	084	08425	08425140
2819970	Unterbaldingen	unterbaldingen	DE		0	Europe/Berlin	47.96779	8.61382		Unterbaldingen		01	083	08326	08326003
2819971	Unterbalbach	unterbalbach	DE		0	Europe/Berlin	49.52783	9.74374		Unterbalbach		01	081	08128	08128139
2819972	Unterbaimbach	unterbaimbach	DE		0	Europe/Berlin	49.35758	10.99726				02	095	09565	09565000
2819974	Unterkrozingen	unterkrozingen	DE		15908	Europe/Berlin	47.91933	7.69045		Bad Krozingen,Unter-Bad Krozingen,Unterkrozingen		01	083	08315	08315006
2819975	Unterbachham	unterbachham	DE		0	Europe/Berlin	48.48262	12.11005				02	092	09274	09274182
2819977	Unterbachern	unterbachern	DE		0	Europe/Berlin	48.53352	11.10574				02	097	09771	09771141
2819978	Unterbachern	unterbachern	DE		0	Europe/Berlin	48.27968	11.3842				02	091	09174	09174113
2819980	Unterbach	unterbach	DE		0	Europe/Berlin	51.20303	6.89463		Unterbach		07	051	05111	05111000
2819981	Unterbach	unterbach	DE		0	Europe/Berlin	47.8278	9.16135				01	084	08435	08435047
2819982	Unterbaar	unterbaar	DE		0	Europe/Berlin	48.59239	10.95989				02	097	09771	09771176
2819983	Unteraurach	unteraurach	DE		0	Europe/Berlin	49.85591	10.86514				02	094	09471	09471191
2819984	Unteraulenbach	unteraulenbach	DE		0	Europe/Berlin	49.83724	9.27839				02	096	09676	09676123
2819986	Unteraugustenfeld	unteraugustenfeld	DE		0	Europe/Berlin	48.25632	11.45757				02	091	09174	09174115
2819988	Unteraufham	unteraufham	DE		0	Europe/Berlin	47.90915	11.86515				02	091	09187	09187130
2819990	Unterauerbach	unterauerbach	DE		0	Europe/Berlin	49.39019	12.24804				02	093	09376	09376162
2819991	Unterauerbach	unterauerbach	DE		0	Europe/Berlin	48.05281	10.45672				02	097	09778	09778173
2819993	Unterauel	unterauel	DE		0	Europe/Berlin	50.94153	7.20464				07	053	05378	05378024
2819995	Unterau	unterau	DE		0	Europe/Berlin	47.66836	11.32321				02	091	09173	09173142
2819996	Unterau	unterau	DE		0	Europe/Berlin	47.65221	13.06875				02	091	09172	09172116
2820001	Unterast	unterast	DE		0	Europe/Berlin	48.48333	12.1				02	092	09274	09274182
2820002	Unterast	unterast	DE		0	Europe/Berlin	48.41667	11.78333				02	091	09178	09178140
2820003	Unteraspach	unteraspach	DE		0	Europe/Berlin	49.1412	9.89094				01	081	08127	08127043
2820004	Unteraschau	unteraschau	DE		0	Europe/Berlin	49.35618	12.37845				02	093	09376	09376147
2820005	Unteraschau	unteraschau	DE		0	Europe/Berlin	47.922	12.698				02	091	09189	09189162
2820006	Unterasberg	unterasberg	DE		0	Europe/Berlin	48.96405	13.20891				02	092	09276	09276139
2820007	Unterasbach	unterasbach	DE		0	Europe/Berlin	49.42264	10.98101				02	095	09573	09573122
2820008	Unterasbach	unterasbach	DE		0	Europe/Berlin	49.09097	10.78806		Unterasbach		02	095	09577	09577136
2820009	Unterasbach	unterasbach	DE		0	Europe/Berlin	48.15738	11.87725				02	091	09175	09175111
2820010	Unterartelshofen	unterartelshofen	DE		0	Europe/Berlin	49.56667	11.5				02	095	09574	09574161
2820011	Unterappersdorf	unterappersdorf	DE		0	Europe/Berlin	48.50061	11.82042				02	091	09178	09178157
2820012	Unterappenberg	unterappenberg	DE		0	Europe/Berlin	48.95475	10.68892				02	097	09779	09779180
2820013	Unterapfelkam	unterapfelkam	DE		0	Europe/Berlin	47.799	12.19985				02	091	09187	09187169
2820014	Unterapfeldorf	unterapfeldorf	DE		0	Europe/Berlin	47.89905	10.9336				02	091	09181	09181111
2820015	Unteranschiessing	unteranschiessing	DE		0	Europe/Berlin	48.7615	13.40705				02	092	09272	09272138
2820016	Unterankenreute	unterankenreute	DE		0	Europe/Berlin	47.80007	9.69668				01	084	08436	08436069
2820017	Unterampfrach	unterampfrach	DE		0	Europe/Berlin	49.18438	10.22246				02	095	09571	09571199
2820018	Unterammerthal	unterammerthal	DE		0	Europe/Berlin	49.43982	11.76954				02	093	09371	09371111
2820019	Unterammersricht	unterammersricht	DE		0	Europe/Berlin	49.47182	11.85947		Ammersricht,Unterammersricht		02	093	09361	09361000
2820021	Unterambringen	unterambringen	DE		0	Europe/Berlin	47.91872	7.73125				01	083	08315	08315131
2820022	Unterambach	unterambach	DE		0	Europe/Berlin	47.87154	11.33453				02	091	09173	09173137
2820023	Unteralting	unteralting	DE		0	Europe/Berlin	48.11757	11.1652				02	091	09179	09179125
2820024	Unteraltertheim	unteraltertheim	DE		0	Europe/Berlin	49.7233	9.73799				02	096	09679	09679165
2820025	Unteraltenweg	unteraltenweg	DE		0	Europe/Berlin	47.91667	8.16667				01	083	08315	08315113
2820026	Unteraltenbernheim	unteraltenbernheim	DE		0	Europe/Berlin	49.45923	10.53715				02	095	09575	09575156
2820027	Unteralpfen	unteralpfen	DE		0	Europe/Berlin	47.64658	8.13053				01	083	08337	08337002
2820029	Unteralmsham	unteralmsham	DE		0	Europe/Berlin	48.42887	12.53199				02	092	09277	09277121
2820031	Unterallmannsbach	unterallmannsbach	DE		0	Europe/Berlin	48.71933	12.3657				02	092	09279	09279127
2820032	Unteralling	unteralling	DE		0	Europe/Berlin	48.98688	11.99905				02	093	09375	09375199
2820033	Unterallen	unterallen	DE		0	Europe/Berlin	51.60171	7.87308				07	059	05915	05915000
2820034	Unterallemühl	unterallemuhl	DE		0	Europe/Berlin	49.43333	8.96667				01	082	08226	08226081
2820035	Unteralba	unteralba	DE		0	Europe/Berlin	50.72518	10.10941				15	00	16063	16063015
2820036	Unterailsfeld	unterailsfeld	DE		0	Europe/Berlin	49.80656	11.34514				02	094	09474	09474129
2820037	Unterailingen	unterailingen	DE		0	Europe/Berlin	47.68333	9.5		Ailingen,Unterailingen		01	084	08435	08435016
2820040	Unteraigen	unteraigen	DE		0	Europe/Berlin	49.14313	12.58978				02	093	09372	09372158
2820043	Unteraichen	unteraichen	DE		0	Europe/Berlin	48.7034	9.14208				01	081	08116	08116078
2820044	Unteraicha	unteraicha	DE		0	Europe/Berlin	48.53916	13.16695		Aicha,Unteraicha		02	092	09275	09275138
2820045	Unteraich	unteraich	DE		0	Europe/Berlin	49.45491	12.25203				02	093	09376	09376133
2820047	Unterahrain	unterahrain	DE		0	Europe/Berlin	48.60406	12.27839		Unterahrain		02	092	09274	09274128
2820048	Unterahorn	unterahorn	DE		0	Europe/Berlin	49.17695	10.41243				02	095	09571	09571145
2820049	Unterahle	unterahle	DE		0	Europe/Berlin	52.18802	8.53015				07	057	05758	05758004
2820050	Unteraham	unteraham	DE		0	Europe/Berlin	48.24137	12.55026				02	091	09183	09183128
2820052	Unterafferbach	unterafferbach	DE		0	Europe/Berlin	50.01898	9.17587				02	096	09671	09671121
2820053	Unteradlhof	unteradlhof	DE		0	Europe/Berlin	49.25834	11.95038				02	093	09371	09371148
2820055	Unterachthal	unterachthal	DE		0	Europe/Berlin	47.87172	12.27709				02	091	09187	09187128
2820056	Unterachtel	unterachtel	DE		0	Europe/Berlin	49.57216	11.58655				02	093	09371	09371128
2820057	Unterach	unterach	DE		0	Europe/Berlin	48.49436	10.92209				02	097	09771	09771158
2820058	Unter-Abtsteinach	unter-abtsteinach	DE		2414	Europe/Berlin	49.52711	8.78679		Unter-Abtsteinach		05	064	06431	06431001
2820059	Unten zum Holz	unten-zum-holz	DE		0	Europe/Berlin	51.20284	7.09007				07	051	05122	05122000
2820060	Untensiebeneick	untensiebeneick	DE		0	Europe/Berlin	51.30553	7.12815				07	051	05158	05158032
2820061	Untenroth	untenroth	DE		0	Europe/Berlin	50.7728	7.4265		Untenroth		07	053	05382	05382016
2820062	Untendorf	untendorf	DE		0	Europe/Berlin	50.71091	11.87294				15	00	16076	16076092
2820067	Unshausen	unshausen	DE		0	Europe/Berlin	51.08235	9.3739				05	066	06634	06634025
2820068	Unsernherrn	unsernherrn	DE		0	Europe/Berlin	48.72871	11.43658				02	091	09161	09161000
2820069	Unsen	unsen	DE		0	Europe/Berlin	52.14729	9.39898				06	00	03252	03252006
2820073	Unrow	unrow	DE		0	Europe/Berlin	54.41923	13.25209				12	00	13073	13073095
2820075	Unnode	unnode	DE		0	Europe/Berlin	53.89601	13.2816		Unnode		12	00	13075	13075070
2820076	Ünninghausen	uenninghausen	DE		0	Europe/Berlin	51.65334	8.2665				07	059	05974	05974028
2820078	Unnersdorf	unnersdorf	DE		0	Europe/Berlin	50.12284	10.98568				02	094	09478	09478165
2820079	Unnersberg	unnersberg	DE		0	Europe/Berlin	51.15402	7.09211				07	051	05122	05122000
2820082	Unnenberg	unnenberg	DE		0	Europe/Berlin	51.05799	7.61556		Unnenberg		07	053	05374	05374012
2820090	Unlande	unlande	DE		0	Europe/Berlin	53.16027	7.49145				06	00	03457	03457022
2820093	Unkofen	unkofen	DE		0	Europe/Berlin	48.65989	12.13703				02	092	09274	09274141
2820094	Unkersdorf	unkersdorf	DE		0	Europe/Berlin	51.05649	13.59246		Unkersdorf		13	00	14612	14612000
2820095	Unkeroda	unkeroda	DE		0	Europe/Berlin	50.9425	10.27472				15	00	16063	16063097
2820096	Unkenhof	unkenhof	DE		0	Europe/Berlin	50.51667	9.98333				05	066	06631	06631005
2820100	Unkelbach	unkelbach	DE		0	Europe/Berlin	50.60062	7.18703				08	00	07131	07131070
2820103	Unholzing	unholzing	DE		0	Europe/Berlin	48.65765	12.3343				02	092	09274	09274174
2820104	Unholdenberg	unholdenberg	DE		0	Europe/Berlin	48.71215	13.57369				02	092	09272	09272151
2820105	Unhausen	unhausen	DE		0	Europe/Berlin	51.02292	10.07483				05	066	06636	06636005
2820107	Ungstein	ungstein	DE		0	Europe/Berlin	49.47926	8.17961		Ungstein		08	00	07332	07332002
2820110	Ungnade	ungnade	DE		0	Europe/Berlin	54.16826	13.00146				12	00	13073	13073062
2820112	Unglinghausen	unglinghausen	DE		0	Europe/Berlin	50.94468	8.05908		Unglinghausen		07	059	05970	05970032
2820113	Ünglert	unglert	DE		0	Europe/Berlin	49.55438	9.20966		Unglert,Ünglert		01	082	08225	08225060
2820114	Unghausen	unghausen	DE		0	Europe/Berlin	48.17098	12.80265				02	091	09171	09171124
2820115	Unggenried	unggenried	DE		0	Europe/Berlin	48.03139	10.4754				02	097	09778	09778173
2820116	Ungewiss	ungewiss	DE		0	Europe/Berlin	50.81345	12.42562				13	00	14524	14524030
2820117	Ungetsheim	ungetsheim	DE		0	Europe/Berlin	49.19982	10.25266				02	095	09571	09571145
2820125	Ungerath	ungerath	DE		0	Europe/Berlin	51.2069	6.27806				07	051	05166	05166024
2820132	Ungelstetten	ungelstetten	DE		0	Europe/Berlin	49.41112	11.29753		Ungelstetten		02	095	09574	09574164
2820134	Ungeheuerhof	ungeheuerhof	DE		0	Europe/Berlin	48.93075	9.45655		Backnang-Ungeheuerhof		01	081	08119	08119008
2820135	Ungedanken	ungedanken	DE		0	Europe/Berlin	51.12192	9.21969		Ungedanken		05	066	06634	06634005
2820137	Ungarsteig	ungarsteig	DE		0	Europe/Berlin	48.71271	13.77857				02	092	09275	09275118
2820139	Unfriedshausen	unfriedshausen	DE		0	Europe/Berlin	48.14007	10.95667		Unfriedshausen		02	091	09181	09181122
2820140	Unfriedsdorf	unfriedsdorf	DE		0	Europe/Berlin	50.20469	11.75486				02	094	09475	09475154
2820141	Unfinden	unfinden	DE		0	Europe/Berlin	50.09303	10.56819		Unfinden		02	096	09674	09674164
2820142	Unewattholz	unewattholz	DE		0	Europe/Berlin	54.8	9.66667				10	00	01059	01059137
2820143	Unewattfeld	unewattfeld	DE		0	Europe/Berlin	54.8	9.65				10	00	01059	01059137
2820144	Unewatt	unewatt	DE		0	Europe/Berlin	54.79667	9.655				10	00	01059	01059137
2820145	Unering	unering	DE		0	Europe/Berlin	48.02954	11.25249				02	091	09188	09188132
2820146	Undorf	undorf	DE		0	Europe/Berlin	49.02683	11.93519				02	093	09375	09375175
2820148	Undingen	undingen	DE		0	Europe/Berlin	48.38952	9.18015				01	084	08415	08415091
2820152	Unbesandten	unbesandten	DE		0	Europe/Berlin	53.08305	11.30189				11	00	12070	12070246
2820153	Unaften	unaften	DE		0	Europe/Berlin	54.77547	9.28968				10	00	01059	01059183
2820154	Unadingen	unadingen	DE		0	Europe/Berlin	47.87987	8.40863		Unadingen		01	083	08315	08315070
2820155	Umweg	umweg	DE		0	Europe/Berlin	48.7294	8.17639				01	082	08211	08211000
2820157	Umwangs	umwangs	DE		0	Europe/Berlin	47.83693	10.52789				02	097	09777	09777111
2820158	Umstand	umstand	DE		0	Europe/Berlin	51.3777	6.93858				07	051	05113	05113000
2820160	Umschwang	umschwang	DE		0	Europe/Berlin	53.13333	12.25				11	00	12070	12070316
2820163	Umrathshausen	umrathshausen	DE		0	Europe/Berlin	47.80761	12.32073		Umrathshausen		02	091	09187	09187132
2820167	Umpfenbach	umpfenbach	DE		0	Europe/Berlin	49.68823	9.3739				02	096	09676	09676143
2820168	Ümmingen	uemmingen	DE		0	Europe/Berlin	51.46287	7.29668				07	059	05911	05911000
2820170	Ummersberg	ummersberg	DE		0	Europe/Berlin	50.07058	10.89183				02	094	09478	09478120
2820173	Ummer	ummer	DE		0	Europe/Berlin	51.23799	6.42283		Ummer		07	051	05166	05166032
2820175	Ummenhofen	ummenhofen	DE		0	Europe/Berlin	49.07162	9.88232				01	081	08127	08127063
2820176	Ummenhofen	ummenhofen	DE		0	Europe/Berlin	47.98958	10.73587				02	097	09777	09777140
2820182	Ummeln	ummeln	DE		0	Europe/Berlin	52.28307	9.97662				06	00	03254	03254003
2820183	Ummeln	ummeln	DE		0	Europe/Berlin	51.96894	8.4595				07	057	05711	05711000
2820188	Umlag	umlag	DE		0	Europe/Berlin	51.06843	6.92658				07	053	05316	05316000
2820191	Umgangs	umgangs	DE		0	Europe/Berlin	47.61667	9.81667				02	097	09776	09776126
2820193	Umfelde	umfelde	DE		0	Europe/Berlin	52.77174	10.99314				14	00	15081	15081545
2820194	Umelsdorf	umelsdorf	DE		0	Europe/Berlin	49.33843	11.66911				02	093	09371	09371132
2820196	Umbertshausen	umbertshausen	DE		0	Europe/Berlin	48.75251	11.72087		Umbertshausen		02	092	09273	09273152
2820198	Ulzhausen	ulzhausen	DE		0	Europe/Berlin	47.90271	9.36174		Ulzhausen		01	084	08437	08437086
2820201	Ulzburg	ulzburg	DE		0	Europe/Berlin	53.79284	9.98383		Ulzburg		10	00	01060	01060039
2820204	Ulstrupfeld	ulstrupfeld	DE		0	Europe/Berlin	54.82646	9.54093				10	00	01059	01059113
2820205	Ulstrup	ulstrup	DE		0	Europe/Berlin	54.81486	9.54693				10	00	01059	01059176
2820209	Ulsnisland	ulsnisland	DE		0	Europe/Berlin	54.56317	9.75786				10	00	01059	01059094
2820211	Ulsenheim	ulsenheim	DE		0	Europe/Berlin	50.56667	10.3				02			
2820212	Ülsbyholz	uelsbyholz	DE		0	Europe/Berlin	54.63522	9.57174				10	00	01059	01059093
2820214	Ülsby	ulsby	DE		464	Europe/Berlin	54.63333	9.6			01059093	10	00	01059	01059093
2820215	Ulrikenhof	ulrikenhof	DE		0	Europe/Berlin	53.91223	11.80567				12	00	13072	13072050
2820216	Ulrichswalde	ulrichswalde	DE		0	Europe/Berlin	50.84929	11.76277		Ulrichswalde		15	00	16074	16074101
2820218	Ulrichsried	ulrichsried	DE		0	Europe/Berlin	48.61907	11.90354				02	092	09274	09274165
2820219	Ulrichsreut	ulrichsreut	DE		0	Europe/Berlin	48.73774	13.49825				02	092	09272	09272141
2820222	Ulrichshusen	ulrichshusen	DE		0	Europe/Berlin	53.62627	12.6278				12	00	13071	13071103
2820223	Ulrichshorst	ulrichshorst	DE		0	Europe/Berlin	53.91253	14.13597				12	00	13075	13075065
2820225	Ulrichshögl	ulrichshogl	DE		0	Europe/Berlin	47.81047	12.9267				02	091	09172	09172111
2820227	Ulrichshof	ulrichshof	DE		0	Europe/Berlin	53.53348	13.5549				12	00	13071	13071054
2820229	Ulrichshalben	ulrichshalben	DE		0	Europe/Berlin	51.01096	11.42219				15	00	16071	16071101
2820230	Ulrichsgrün	ulrichsgrun	DE		0	Europe/Berlin	49.36958	12.71712				02	093	09372	09372171
2820231	Ulrichschwimmbach	ulrichschwimmbach	DE		0	Europe/Berlin	48.53416	12.56344				02	092	09279	09279126
2820232	Ulrichsberg	ulrichsberg	DE		0	Europe/Berlin	49.23929	9.66425				01	081	08126	08126047
2820236	Ulrichholz	ulrichholz	DE		0	Europe/Berlin	47.68811	12.80919				02	091	09172	09172131
2820238	Ulperting	ulperting	DE		0	Europe/Berlin	47.87059	12.28267				02	091	09187	09187128
2820239	Ülpenich	uelpenich	DE		0	Europe/Berlin	50.67419	6.69502				07	053	05366	05366044
2820252	Ulmbach	ulmbach	DE		0	Europe/Berlin	50.37054	9.41923				05	064	06435	06435028
2820257	Ullstadt	ullstadt	DE		0	Europe/Berlin	49.61614	10.47635		Ullstadt		02	095	09575	09575165
2820258	Ullrichsberg	ullrichsberg	DE		0	Europe/Berlin	51.07966	13.15803				13	00	14522	14522510
2820261	Üllnitz	uellnitz	DE		0	Europe/Berlin	51.89528	11.66694				14	00	15089	15089310
2820262	Ullitz	ullitz	DE		0	Europe/Berlin	50.35796	11.97956				02	094	09475	09475182
2820263	Ullerting	ullerting	DE		0	Europe/Berlin	47.99391	12.29713				02	091	09187	09187113
2820264	Ullerting	ullerting	DE		0	Europe/Berlin	47.89223	12.22903				02	091	09187	09187174
2820265	Ullerst	ullerst	DE		0	Europe/Berlin	48.25297	8.0721				01	083	08317	08317046
2820266	Ullersricht	ullersricht	DE		0	Europe/Berlin	49.64707	12.14075				02	093	09363	09363000
2820267	Ullersreuth	ullersreuth	DE		0	Europe/Berlin	50.42607	11.81528		Ullersreuth		15	00	16075	16075046
2820268	Üllershausen	uellershausen	DE		0	Europe/Berlin	50.64487	9.57761				05	065	06535	06535015
2820273	Ullersberg	ullersberg	DE		0	Europe/Berlin	49.41896	11.79494				02	093	09371	09371154
2820275	Ullendorf	ullendorf	DE		0	Europe/Berlin	51.10594	13.48486				13	00	14627	14627100
2820276	Üllendahlerbrunnen	uellendahlerbrunnen	DE		0	Europe/Berlin	51.27784	7.15466				07	051	05124	05124000
2820277	Üllendahl	uellendahl	DE		0	Europe/Berlin	51.31911	7.29611				07	059	05954	05954028
2820279	Üllekoven	uellekoven	DE		0	Europe/Berlin	50.75319	6.95465				07	053	05382	05382012
2820280	Ulla	ulla	DE		0	Europe/Berlin	50.97454	11.25989				15	00	16071	16071103
2820287	Ulfen	ulfen	DE		0	Europe/Berlin	51.04315	10.01594		Ulfen		05	066	06636	06636011
2820291	Ulfa	ulfa	DE		0	Europe/Berlin	50.46404	9.00968		Ulfa		05	064	06440	06440016
2820292	Ulenburg	ulenburg	DE		0	Europe/Berlin	52.22669	8.68893		Ulenburg		07	057	05758	05758024
2820293	Ulegraff	ulegraff	DE		0	Europe/Berlin	54.7	9.8				10	00	01059	01059109
2820295	Ulbersdorf	ulbersdorf	DE		0	Europe/Berlin	50.96231	14.20891		Ulbersdorf		13	00	14628	14628190
2820296	Ulberndorf	ulberndorf	DE		0	Europe/Berlin	50.87472	13.67231				13	00	14628	14628060
2820297	Ulbering	ulbering	DE		0	Europe/Berlin	48.35362	13.01465				02	092	09277	09277152
2820298	Ulbargen	ulbargen	DE		0	Europe/Berlin	53.37535	7.58291				06	00	03452	03452006
2820307	Uissigheim	uissigheim	DE		0	Europe/Berlin	49.67984	9.57134		Uissigheim		01	081	08128	08128064
2820309	Uigendorf	uigendorf	DE		0	Europe/Berlin	48.18048	9.57969				01	084	08426	08426121
2820310	Uigenau	uigenau	DE		0	Europe/Berlin	49.31204	11.01731				02	095	09565	09565000
2820311	Uiffingen	uiffingen	DE		0	Europe/Berlin	49.5024	9.59269				01	081	08128	08128014
2820313	Uhyst am Taucher	uhyst-am-taucher	DE		0	Europe/Berlin	51.19249	14.21843		Horni Wujezd,Horni Wujězd,Uhyst,Uhyst am Taucher,Wujezd,Wujězd		13	00	14625	14625060
2820316	Uhsmannsdorf	uhsmannsdorf	DE		0	Europe/Berlin	51.33048	14.90316				13	00	14626	14626480
2820317	Uhry	uhry	DE		0	Europe/Berlin	52.29693	10.85758				06	00	03154	03154013
2820320	Uhrendorf	uhrendorf	DE		0	Europe/Berlin	53.86275	9.41756		Beidenflether Uhrendorf,Uhrendorf		10	00	01061	01061007
2820326	Uhlstädt	uhlstaedt	DE		0	Europe/Berlin	50.74237	11.46877				15	00	16073	16073109
2820327	Uhlsdorf	uhlsdorf	DE		0	Europe/Berlin	50.88418	12.65369				13	00	14524	14524180
2820328	Uhlsbach	uhlsbach	DE		0	Europe/Berlin	48.20984	8.01943				01	083	08316	08316003
2820329	Uhlmannsdorf	uhlmannsdorf	DE		0	Europe/Berlin	50.93192	12.55613				15	00	16077	16077036
2820330	Ühlingen	uhlingen	DE		0	Europe/Berlin	47.71998	8.32104				01	083	08337	08337128
2820331	Uhlhorn	uhlhorn	DE		0	Europe/Berlin	52.96425	8.49721				06	00	03458	03458003
2820335	Uhlersdorf	uhlersdorf	DE		0	Europe/Berlin	50.73573	11.94014				15	00	16076	16076088
2820339	Uhlental	uhlental	DE		0	Europe/Berlin	52.02657	9.1632				07	057	05766	05766012
2820343	Uhlenkrug	uhlenkrug	DE		0	Europe/Berlin	53.55397	14.07228				12	00	13075	13075138
2820350	Uhlenhorst	uhlenhorst	DE		0	Europe/Berlin	53.5725	10.01861				04	00	02000	02000000
2820351	Uhlenhorst	uhlenhorst	DE		0	Europe/Berlin	52.46667	13.58333				16	00	11000	11000000
2820362	Uhlenbusch	uhlenbusch	DE		0	Europe/Berlin	53.40757	10.25538				06	00	03353	03353007
2820363	Uhlenbusch	uhlenbusch	DE		0	Europe/Berlin	53.21348	8.37445				06	00	03461	03461004
2820366	Uhlenburg	uhlenburg	DE		0	Europe/Berlin	52.6	12.75				11	00	12063	12063208
2820370	Uhlenbruch	uhlenbruch	DE		0	Europe/Berlin	51.30384	7.25139				07	051	05124	05124000
2820371	Uhlenbrook	uhlenbrook	DE		0	Europe/Berlin	54.02904	11.72971				12	00	13072	13072014
2820372	Uhlenbrock	uhlenbrock	DE		0	Europe/Berlin	52.03248	7.57053				07	055	05515	05515000
2820373	Uhlenbrock	uhlenbrock	DE		0	Europe/Berlin	52.19716	8.54295				07	057	05758	05758004
2820381	Uhlenberg	uhlenberg	DE		0	Europe/Berlin	52.19476	8.26427				06	00	03459	03459024
2820389	Uhlenbart	uhlenbart	DE		0	Europe/Berlin	51.36638	7.2891				07	059	05954	05954028
2820395	Ühleinshof	uhleinshof	DE		0	Europe/Berlin	49.74086	11.26213				02	094	09474	09474129
2820396	Uhlebüll	uhlebuell	DE		0	Europe/Berlin	54.79855	8.83385				10	00	01054	01054088
2820397	Uhlberg	uhlberg	DE		0	Europe/Berlin	49.61937	9.7848				01	081	08128	08128047
2820405	Uhlbach	uhlbach	DE		0	Europe/Berlin	48.77514	9.2789				01	081	08111	08111000
2820408	Uhetsweiler	uhetsweiler	DE		0	Europe/Berlin	47.66667	9.71667				01	084	08435	08435042
2820412	Ugenhof	ugenhof	DE		0	Europe/Berlin	48.63358	10.10432		Ugahof,Ugenhof		01	081	08135	08135020
2820415	Üfte	uefte	DE		0	Europe/Berlin	51.71773	6.8729				07	051	05170	05170036
2820417	Üfingen	uefingen	DE		0	Europe/Berlin	52.20074	10.41126				06	00	03102	03102000
2820418	Ufhoven	ufhoven	DE		0	Europe/Berlin	51.10149	10.62798		Ufhoven		15	00	16064	16064003
2820419	Uffing	uffing	DE		2994	Europe/Berlin	47.71378	11.15034		Uffing		02	091	09180	09180134
2820420	Uffhofen	uffhofen	DE		0	Europe/Berlin	49.78282	8.0248		Uffhofen		08	00	07331	07331025
2820421	Uffhausen	uffhausen	DE		0	Europe/Berlin	50.57757	9.52961				05	066	06631	06631011
2820422	Uffhausen	uffhausen	DE		0	Europe/Berlin	47.98096	7.80649				01	083	08311	08311000
2820424	Üffeln	ueffeln	DE		0	Europe/Berlin	52.44611	7.87857		Ueffeln		06	00	03459	03459014
2820425	Uffeln	uffeln	DE		0	Europe/Berlin	52.33094	7.62818		Uffeln		07	055	05566	05566028
2820426	Uffeln	uffeln	DE		0	Europe/Berlin	52.17477	8.87833				07	057	05758	05758036
2820428	Ufersbach	ufersbach	DE		0	Europe/Berlin	48.82499	12.98588				02	092	09271	09271119
2820429	Ufering	ufering	DE		0	Europe/Berlin	47.84616	12.84859				02	091	09172	09172134
2820433	Uevekoven	uevekoven	DE		0	Europe/Berlin	51.12443	6.2888		Uevekoven		07	053	05370	05370040
2820434	Uetzingen	uetzingen	DE		0	Europe/Berlin	52.88572	9.64472		Uetzingen		06	00	03358	03358024
2820437	Ützdorf	utzdorf	DE		0	Europe/Berlin	49.9444	11.67371		Uetzdorf,Utzdorf,Ützdorf		02	094	09472	09472199
2820440	Uetteroda	uetteroda	DE		0	Europe/Berlin	51.03486	10.29485				15	00	16063	16063046
2820441	Uetterath	uetterath	DE		0	Europe/Berlin	51.02109	6.13277		Uetterath		07	053	05370	05370016
2820442	Uettelsheim	uettelsheim	DE		0	Europe/Berlin	51.46349	6.67536				07	051	05112	05112000
2820443	Ueterlande	ueterlande	DE		0	Europe/Berlin	53.47749	8.55051				06	00	03352	03352032
2820446	Uesen	uesen	DE		0	Europe/Berlin	53.00217	9.05003		Uesen		06	00	03361	03361001
2820447	Uerdingen	uerdingen	DE		0	Europe/Berlin	51.35478	6.63918		Uerdingen		07	051	05114	05114000
2820448	Uenzen	uenzen	DE		0	Europe/Berlin	52.84769	8.94438				06	00	03251	03251049
2820449	Uenze	uenze	DE		0	Europe/Berlin	53.0352	11.9245				11	00	12070	12070302
2820450	Uengsterode	uengsterode	DE		0	Europe/Berlin	51.24976	9.8269		Uengsterode		05	066	06636	06636004
2820453	Uengershausen	uengershausen	DE		0	Europe/Berlin	49.70352	9.90621				02	096	09679	09679176
2820454	Uemminghausen	uemminghausen	DE		0	Europe/Berlin	51.23166	7.36062				07	053	05374	05374036
2820459	Uelleben	uelleben	DE		0	Europe/Berlin	50.91396	10.70134				15	00	16067	16067029
2820461	Uelentrup	uelentrup	DE		0	Europe/Berlin	51.66777	8.17595				07	059	05974	05974024
2820463	Uelde	uelde	DE		0	Europe/Berlin	51.5158	8.3175		Uelde		07	059	05974	05974004
2820466	Uedding	uedding	DE		0	Europe/Berlin	51.21565	6.47919				07	051	05116	05116000
2820467	Ueckinghoven	ueckinghoven	DE		0	Europe/Berlin	51.07678	6.67771				07	051	05162	05162028
2820468	Ückertseifen	ueckertseifen	DE		0	Europe/Berlin	50.75468	7.60806		Uckertseifen,Ueckertseifen,Ückertseifen		08	00	07132	07132077
2820471	Ueckermünde	ueckermuende	DE		11003	Europe/Berlin	53.73795	14.04473		Ikerminde,Ikkermjunde,Ueckermuende,Ueckermünde,Ukkermunde,Wkra,awakrmwndh,awkrmwndh,wu ai ke er ming de,Икерминде,Иккермюнде,Уккермунде,أوكرمونده,اواکرمونده,乌埃克尔明德		12	00	13075	13075136
2820472	Ückeritz	ueckeritz	DE		0	Europe/Berlin	54.01331	14.04924		Ikeric,Ikkeric,Uckeritz,Ueckeritz,yu ke li ci,Ückeritz,Икериц,Иккериц,اکریٹز,于克里茨		12	00	13075	13075135
2820474	Uebigau	uebigau	DE		2300	Europe/Berlin	51.59415	13.29983		Ibigau,UEbigau,Uebigau,Übigau,Ибигау		11	00	12062	12062500
2820475	Uebigau	uebigau	DE		0	Europe/Berlin	51.33986	13.56147		Uebigau		13	00	14627	14627060
2820476	Uebernthal	uebernthal	DE		0	Europe/Berlin	50.72071	8.42586				05	065	06532	06532019
2820477	Überhamm	ueberhamm	DE		0	Europe/Berlin	53.24873	8.94768		Uberhamm,Ueberhamm,Überhamm		06	00	03356	03356011
2820478	Ueberau	ueberau	DE		0	Europe/Berlin	49.82231	8.84718				05	064	06432	06432019
2820479	Ueberackersdorf	ueberackersdorf	DE		0	Europe/Berlin	48.37017	12.67819				02	092	09277	09277151
2820480	Übental	ubental	DE		0	Europe/Berlin	48.10833	7.94801		Ubental,Uebental,Übental		01	083	08316	08316056
2820482	Uebbentrup	uebbentrup	DE		0	Europe/Berlin	52.04705	8.68135				07	057	05766	05766008
2820483	Udorf	udorf	DE		0	Europe/Berlin	51.42078	8.94207		Udorf		07	059	05958	05958024
2820484	Üdorf	uedorf	DE		0	Europe/Berlin	50.78275	7.03294				07	053	05382	05382012
2820487	Udlding	udlding	DE		0	Europe/Berlin	48.25886	11.42376				02	091	09174	09174115
2820489	Üdingen	uedingen	DE		0	Europe/Berlin	50.72667	6.47982				07	053	05358	05358028
2820490	Urding	urding	DE		0	Europe/Berlin	48.84391	13.09993				02	092	09271	09271130
2820492	Üdesheim	uedesheim	DE		0	Europe/Berlin	51.16418	6.79019				07	051	05162	05162024
2820493	Udert	udert	DE		0	Europe/Berlin	50.62985	7.63194				08	00	07138	07138064
2820494	Udersleben	udersleben	DE		0	Europe/Berlin	51.37638	11.16021				15	00	16065	16065003
2820500	Udenhausen	udenhausen	DE		1150	Europe/Berlin	51.46385	9.46335		Udenhausen (Grebenstein),Udenhusen		05	066	06633	06633010
2820501	Udenhausen	udenhausen	DE		0	Europe/Berlin	50.71381	9.44832				05	065	06535	06535006
2820502	Udenhausen	udenhausen	DE		0	Europe/Berlin	50.22772	7.50916		Udenhausen		08	00	07140	07140501
2820503	Udenhain	udenhain	DE		0	Europe/Berlin	50.31613	9.33297				05	064	06435	06435005
2820505	Udenbreth	udenbreth	DE		0	Europe/Berlin	50.41788	6.3898				07	053	05366	05366020
2820506	Udenborn	udenborn	DE		0	Europe/Berlin	51.09125	9.30242				05	066	06634	06634025
2820507	Üdemerfeld	uedemerfeld	DE		0	Europe/Berlin	51.66831	6.29798				07	051	05154	05154056
2820508	Üdemerbruch	uedemerbruch	DE		0	Europe/Berlin	51.65345	6.32547				07	051	05154	05154056
2820511	Uedelhoven	uedelhoven	DE		0	Europe/Berlin	50.37462	6.75765		Udelhoven,Uedelhoven,Üdelhoven		07	053	05366	05366008
2820512	Udelfangen	udelfangen	DE		0	Europe/Berlin	49.77642	6.54601				08	00	07235	07235137
2820514	Udars	udars	DE		0	Europe/Berlin	54.51797	13.20841		Udars		12	00	13073	13073081
2820515	Uckro	uckro	DE		0	Europe/Berlin	51.85317	13.61184		Uckro		11	00	12061	12061320
2820516	Ucking	ucking	DE		0	Europe/Berlin	48.82954	13.00219				02	092	09271	09271119
2820517	Ückesdorf	ueckesdorf	DE		0	Europe/Berlin	50.69239	7.06692				07	053	05314	05314000
2820519	Uckersdorf	uckersdorf	DE		0	Europe/Berlin	50.69915	8.26484				05	065	06532	06532012
2820520	Uckersdorf	uckersdorf	DE		0	Europe/Berlin	49.4032	12.31501				02	093	09376	09376164
2820522	Ückeritz	ueckeritz	DE		989	Europe/Berlin	53.92254	13.18497				12	00	13071	13071076
2820524	Ückerath	ueckerath	DE		0	Europe/Berlin	51.11139	6.75522				07	051	05162	05162004
2820525	Uckerath	uckerath	DE		0	Europe/Berlin	50.73015	7.36921				07	053	05382	05382020
2820528	Uckendorf	uckendorf	DE		0	Europe/Berlin	50.82151	7.06516		Uckendorf		07	053	05382	05382044
2820530	Uchtenhagen	uchtenhagen	DE		0	Europe/Berlin	52.77171	11.84765				14	00	15090	15090415
2820534	Uchtelfangen	uchtelfangen	DE		0	Europe/Berlin	49.37922	7.01973				09	00	10043	10043112
2820541	Uchenhofen	uchenhofen	DE		0	Europe/Berlin	50.071	10.47869				02	096	09674	09674147
2820542	Ubstadt	ubstadt	DE		0	Europe/Berlin	49.15917	8.63417		Ubstadt		01	082	08215	08215084
2820543	Übrigshausen	ubrigshausen	DE		0	Europe/Berlin	49.17558	9.71839				01	081	08127	08127086
2820547	Übigau	uebigau	DE		0	Europe/Berlin	51.25313	14.33506		Wbohow		13	00	14625	14625360
2820548	Übigau	uebigau	DE		0	Europe/Berlin	51.07193	13.69051				13	00	14612	14612000
2820551	Überwasser	ueberwasser	DE		0	Europe/Berlin	52.01667	7.83333				07	055	05570	05570032
2820553	Überstör	ueberstoer	DE		0	Europe/Berlin	53.83793	9.77252				10	00	01056	01056035
2820557	Übersetzig	uebersetzig	DE		0	Europe/Berlin	50.80634	7.55256				07	053	05382	05382076
2820558	Überseite	ueberseite	DE		0	Europe/Berlin	51.18809	6.55803				07	051	05162	05162020
2820559	Übersehn	uebersehn	DE		0	Europe/Berlin	50.77781	7.51679				07	053	05382	05382076
2820565	Überscheid	ueberscheid	DE		0	Europe/Berlin	50.04284	6.72009				08	00	07231	07231026
2820568	Überruhr	ueberruhr	DE		0	Europe/Berlin	51.41667	7.08333				07	051	05113	05113000
2820569	Überruh	uberruh	DE		0	Europe/Berlin	47.68145	10.11138		Heilenstalt,Uberruh,Überruh		01	084	08436	08436049
2820571	Übermiething	ubermiething	DE		0	Europe/Berlin	48.30994	12.03564				02	091	09177	09177113
2820572	Übermatzhofen	ubermatzhofen	DE		0	Europe/Berlin	48.91539	10.96101				02	095	09577	09577158
2820573	Überlosheim	ueberlosheim	DE		0	Europe/Berlin	49.48782	6.85554				09	00	10042	10042116
2820574	Überloh	uberloh	DE		0	Europe/Berlin	47.96033	11.86236				02	091	09175	09175121
2820576	Überlingen am Ried	uberlingen-am-ried	DE		0	Europe/Berlin	47.73834	8.8964		Uberlingen,Uberlingen am Ried,Überlingen,Überlingen am Ried		01	083	08335	08335075
2820579	Überholz	ueberholz	DE		0	Europe/Berlin	50.82619	7.66495				07	053	05374	05374028
2820581	Überhofen	ueberhofen	DE		0	Europe/Berlin	49.30899	6.932				09	00	10041	10041517
2820582	Überhöfe	ueberhoefe	DE		0	Europe/Berlin	50.92697	7.17239				07	053	05378	05378028
2820585	Überfunder	ueberfunder	DE		0	Europe/Berlin	52.27593	11.81697				14	00	15086	15086015
2820587	Überfilzen	uberfilzen	DE		0	Europe/Berlin	47.7309	12.16135				02	091	09187	09187156
2820588	Überfeld	ueberfeld	DE		0	Europe/Berlin	51.18551	7.22806		UEberfeld,Uberfeld,Überfeld		07	051	05120	05120000
2820589	Überende	ueberende	DE		0	Europe/Berlin	53.55	12.81667				12	00	13071	13071174
2820590	Überems	ueberems	DE		0	Europe/Berlin	51.95756	8.16292				07	057	05754	05754016
2820592	Überdorf	ueberdorf	DE		0	Europe/Berlin	50.93274	7.4895				07	053	05374	05374032
2820599	Überbach	uberbach	DE		0	Europe/Berlin	47.8085	10.31208				02	097	09780	09780119
2820600	Überauchen	ueberauchen	DE		0	Europe/Berlin	48.01186	8.45398		Brigachtal		01	083	08326	08326075
2820601	Überasbach	ueberasbach	DE		0	Europe/Berlin	50.89968	7.68828				07	053	05374	05374028
2820603	Überacker	uberacker	DE		0	Europe/Berlin	48.23979	11.27536				02	091	09179	09179134
2820605	Überachen	uberachen	DE		0	Europe/Berlin	47.83667	8.48037				01	083	08326	08326005
2820606	Übendorf	ubendorf	DE		0	Europe/Berlin	47.83504	9.91436				01	084	08436	08436055
2820609	Übelroda	uebelroda	DE		0	Europe/Berlin	50.78443	10.27011				15	00	16063	16063004
2820610	Übelngönne	uebelngoenne	DE		0	Europe/Berlin	51.49677	9.23676				07	057	05762	05762036
2820611	Übelmanna	ubelmanna	DE		0	Europe/Berlin	48.35998	11.20846				02	091	09174	09174111
2820615	Übelbach	ubelbach	DE		0	Europe/Berlin	48.33483	8.25332				01	083	08317	08317145
2820616	Übbenhagen	uebbenhagen	DE		0	Europe/Berlin	51.66667	7.53333				07	059	05978	05978032
2820617	Ubbendorf	ubbendorf	DE		0	Europe/Berlin	52.83782	9.14804				06	00	03256	03256013
2820618	Ubbehausen	ubbehausen	DE		0	Europe/Berlin	53.18095	7.65139				06	00	03453	03453013
2820620	Ubbedissen	ubbedissen	DE		0	Europe/Berlin	51.98638	8.62984				07	057	05711	05711000
2820621	Übach-Palenberg	uebach-palenberg	DE		25544	Europe/Berlin	50.91775	6.12336		Ibakh-Palenberg,Jubakh-Palenberg,UEbach-Palenberg,Ubach-Palenberg,abach-palynbrg,awbakh-balnbrgh,awbakh-palnbrg,yu ba he-pa lun bei ge,Übach-Palenberg,Ибах-Паленберг,Юбах-Паленберг,أوباخ-بالنبرغ,اباچ-پالینبرگ,اوباخ-پالنبرگ,于巴赫-帕伦贝格	05370028	07	053	05370	05370028
2820625	Tzschelln	tzschelln	DE		0	Europe/Berlin	51.45	14.51667		Celno,Nelkenberg,Tzschelln,Čelno		13	00	14626	14626600
2820626	Tyrolsberg	tyrolsberg	DE		0	Europe/Berlin	49.27654	11.38484				02	093	09373	09373114
2820632	Tyrlbrunn	tyrlbrunn	DE		0	Europe/Berlin	48.03838	12.63378		Tyrlbrunn		02	091	09189	09189134
2820634	Tympen	tympen	DE		0	Europe/Berlin	52.73333	11.8				14	00	15090	15090180
2820641	Twixlum	twixlum	DE		0	Europe/Berlin	53.37301	7.13417				06	00	03402	03402000
2820644	Twistenbostel	twistenbostel	DE		0	Europe/Berlin	53.34915	9.28222				06	00	03357	03357021
2820645	Twisteden	twisteden	DE		0	Europe/Berlin	51.55319	6.21281		Twisteden		07	051	05154	05154032
2820648	Twiste	twiste	DE		0	Europe/Berlin	51.33656	8.96613				05	066	06635	06635018
2820651	Twillingen	twillingen	DE		0	Europe/Berlin	52.03957	8.01727				07	055	05570	05570036
2820657	Twieströmen	twiestroemen	DE		0	Europe/Berlin	51.25	7.51667				07	059	05962	05962056
2820662	Twielenfleth	twielenfleth	DE		0	Europe/Berlin	53.59983	9.5522		Hollern-Twielenfleth,Twielen,Twielenfleth		06	00	03359	03359026
2820664	Twiehausen	twiehausen	DE		0	Europe/Berlin	52.39292	8.53249		Twiehausen		07	057	05770	05770044
2820669	Twenhusen	twenhusen	DE		0	Europe/Berlin	52.37682	7.68543				07	055	05566	05566072
2820670	Twenge	twenge	DE		0	Europe/Berlin	52.4873	9.75311				06	00	03241	03241010
2820671	Twendamm	twendamm	DE		0	Europe/Berlin	53.66334	8.52768				06	00	03352	03352061
2820672	Twemke	twemke	DE		0	Europe/Berlin	52.26346	8.85843				07	057	05770	05770024
2820673	Twellsiek	twellsiek	DE		0	Europe/Berlin	52.19944	8.88214				07	057	05770	05770032
2820674	Twelen	twelen	DE		0	Europe/Berlin	52.08767	9.13178				07	057	05766	05766028
2820679	Tweelbäke West	tweelbaeke-west	DE		0	Europe/Berlin	53.1	8.25				06	00	03403	03403000
2820680	Tweelbäke Ost	tweelbaeke-ost	DE		0	Europe/Berlin	53.09156	8.2892				06	00	03458	03458009
2820681	Tweelbäke	tweelbaeke	DE		0	Europe/Berlin	53.10901	8.26474				06	00	03403	03403000
2820683	Tweel	tweel	DE		0	Europe/Berlin	52.94212	8.06378				06	00	03453	03453008
2820684	Tweehörn	tweehoern	DE		0	Europe/Berlin	53.38333	8.15				06	00	03455	03455026
2820685	Twedterholz	twedterholz	DE		0	Europe/Berlin	54.81667	9.46667				10	00	01001	01001000
2820689	Tüzen	tuezen	DE		0	Europe/Berlin	53.94617	11.75562				12	00	13074	13074060
2820690	Tüzen	tuezen	DE		0	Europe/Berlin	53.71938	13.03754				12	00	13071	13071081
2820691	Tützpatz	tuetzpatz	DE		658	Europe/Berlin	53.72402	13.14347		Tuetzpatz,Tutzpatz,Tützpatz		12	00	13071	13071146
2820694	Tüttleben	tuettleben	DE		761	Europe/Berlin	50.94583	10.78786		Titleben,Tjutleben,Tuettleben,Tuttleben,Tyutleben,Tüttleben,di te lai ben,twtlbn,Титлебен,Тютлебен,Տյուտլեբեն,توتلبن,蒂特莱本	16067071	15	00	16067	16067071
2820695	Tutting	tutting	DE		0	Europe/Berlin	48.34946	13.25304				02	092	09275	09275130
2820700	Tutschfelden	tutschfelden	DE		0	Europe/Berlin	48.21535	7.80888				01	083	08316	08316017
2820702	Tütschengereuth	tutschengereuth	DE		0	Europe/Berlin	49.90287	10.77166				02	094	09471	09471117
2820709	Tütigmoor	tuetigmoor	DE		0	Europe/Berlin	53.9	9.68333				10	00	01061	01061005
2820714	Tüßling	tuessling	DE		3240	Europe/Berlin	48.21218	12.59954		Tisling,Tjusling,Tussling,Tuszshing,Tyusling,Tüßling,di si ling,twblyng,Тислинг,Тюслинг,Тюслінг,Տյուսլինգ,توبلینگ,蒂斯灵		02	091	09171	09171133
2820715	Tüßkendör	tuesskendoer	DE		0	Europe/Berlin	53.6	6.71667				06	00	03457	03457002
2820719	Tüschow	tueschow	DE		0	Europe/Berlin	53.45696	10.90595				12	00	13076	13076142
2820720	Tüschnitz	tuschnitz	DE		0	Europe/Berlin	50.20039	11.26238				02	094	09476	09476146
2820722	Tüschendorf	tueschendorf	DE		0	Europe/Berlin	53.22265	9.02217				06	00	03356	03356002
2820723	Tuschendorf	tuschendorf	DE		0	Europe/Berlin	52.8675	9.09192				06	00	03251	03251026
2820725	Tüschenbroich	tueschenbroich	DE		0	Europe/Berlin	51.11804	6.25195				07	053	05370	05370040
2820727	Tüschen	tueschen	DE		0	Europe/Berlin	51.35372	6.98666				07	051	05158	05158012
2820729	Tüschau	tueschau	DE		0	Europe/Berlin	53.01946	11.01922				06	00	03354	03354013
2820732	Turow	turow	DE		0	Europe/Berlin	54.03848	12.94722				12	00	13073	13073029
2820733	Turntal	turntal	DE		0	Europe/Berlin	48.14935	8.27015				01	083	08326	08326060
2820734	Turntal	turntal	DE		0	Europe/Berlin	48.13614	8.18311				01	083	08326	08326055
2820735	Turnow	turnow	DE		0	Europe/Berlin	51.87281	14.39228		Turnow		11	00	12071	12071401
2820736	Türnich	tuernich	DE		3393	Europe/Berlin	50.85892	6.75535				07	053	05362	05362032
2820737	Thurner	thurner	DE		0	Europe/Berlin	47.97161	8.12271				01	083	08315	08315094
2820748	Türkshof	tuerkshof	DE		0	Europe/Berlin	53.23412	13.33756				11	00	12073	12073384
2820750	Türkismühle	tuerkismuehle	DE		0	Europe/Berlin	49.57629	7.10999				09	00	10046	10046114
2820756	Türkenfeld	tuerkenfeld	DE		3397	Europe/Berlin	48.10531	11.08303		Tirkenfeld,Tirknfoeld,Tirknföld,Tjurkenfel'd,Tuerkenfeld,Türkenfeld,di er ken fei er de,twrknfld,Тиркенфелд,Тюркенфельд,Թյուրքենֆելդ,تورکنفلد,蒂尔肯费尔德	09179149	02	091	09179	09179149
2820757	Türkendorf	tuerkendorf	DE		0	Europe/Berlin	51.591	14.45808		Zakrjow		11	00	12071	12071372
2820762	Türkelstein	turkelstein	DE		0	Europe/Berlin	49.7529	11.321				02	094	09474	09474129
2820765	Türk	turk	DE		0	Europe/Berlin	47.75644	12.9284				02	091	09172	09172114
2820767	Türbel	tuerbel	DE		0	Europe/Berlin	50.4252	12.07646				13	00	14523	14523450
2820770	Tünzhausen	tunzhausen	DE		0	Europe/Berlin	48.43556	11.62537		Tunzhausen,Tünzhausen		02	091	09178	09178113
2820771	Tunzenhausen	tunzenhausen	DE		0	Europe/Berlin	51.15829	11.07139				15	00	16068	16068051
2820772	Tunzenberg	tunzenberg	DE		0	Europe/Berlin	48.72468	12.47114		Tunzberg,Tunzenberg		02	092	09279	09279127
2820773	Tunxdorf	tunxdorf	DE		0	Europe/Berlin	53.08859	7.31552		Tunxdorf		06	00	03454	03454041
2820777	Tuntel	tuntel	DE		0	Europe/Berlin	52.70766	7.19214				06	00	03454	03454035
2820778	Tunsel	tunsel	DE		0	Europe/Berlin	47.90342	7.66876		Tunsel		01	083	08315	08315006
2820779	Tünsdorf	tuensdorf	DE		0	Europe/Berlin	49.47471	6.49687				09	00	10042	10042114
2820780	Tünschütz	tuenschuetz	DE		0	Europe/Berlin	51.00223	11.83206				15	00	16074	16074116
2820785	Tuniswald	tuniswald	DE		0	Europe/Berlin	47.6129	9.54403				01	084	08435	08435030
2820788	Tungerloh-Pröbsting	tungerloh-proebsting	DE		0	Europe/Berlin	51.93091	7.05551				07	055	05554	05554016
2820789	Tungerloh-Capellen	tungerloh-capellen	DE		0	Europe/Berlin	51.95248	7.0602		Tungerloh-Capellen,Tungerloh-Kapellen		07	055	05554	05554016
2820790	Tüngental	tungental	DE		0	Europe/Berlin	49.12218	9.81365		Tungental,Tüngental		01	081	08127	08127076
2820791	Tungendorf	tungendorf	DE		9882	Europe/Berlin	54.09878	9.9966				10	00	01004	01004000
2820792	Tungeln	tungeln	DE		0	Europe/Berlin	53.09014	8.19001				06	00	03458	03458013
2820793	Tungelermoor	tungelermoor	DE		0	Europe/Berlin	53.08748	8.16728				06	00	03458	03458013
2820795	Tüngeda	tuengeda	DE		0	Europe/Berlin	51.03482	10.58313				15	00	16063	16063098
2820797	Tundersleben	tundersleben	DE		0	Europe/Berlin	52.1934	11.33446				14	00	15083	15083298
2820798	Tündern	tuendern	DE		0	Europe/Berlin	52.06537	9.3758				06	00	03252	03252006
2820801	Tumringen	tumringen	DE		0	Europe/Berlin	47.62638	7.65593				01	083	08336	08336050
2820802	Tümpling	tuempling	DE		0	Europe/Berlin	51.06309	11.70398				15	00	16074	16074011
2820814	Tumlingen	tumlingen	DE		0	Europe/Berlin	48.47787	8.57686		Tumlingen		01	082	08237	08237074
2820815	Tumiching	tumiching	DE		0	Europe/Berlin	48.85101	13.28408				02	092	09272	09272128
2820817	Tultewitz	tultewitz	DE		0	Europe/Berlin	51.09612	11.70511		Tultewitz		14	00	15084	15084355
2820818	Tüllinghoff	tuellinghoff	DE		0	Europe/Berlin	51.7421	7.44872				07	055	05558	05558024
2820819	Tulling	tulling	DE		0	Europe/Berlin	48.08341	12.06033				02	091	09175	09175137
2820820	Tullau	tullau	DE		0	Europe/Berlin	49.09031	9.73407		Tullau		01	081	08127	08127100
2820825	Tuifstädt	tuifstadt	DE		0	Europe/Berlin	48.74453	10.56241				02	097	09773	09773117
2820826	Tugendorf	tugendorf	DE		0	Europe/Berlin	49.97757	10.39636				02	096	09678	09678124
2820828	Tugam	tugam	DE		0	Europe/Berlin	51.74842	13.83274				11	00	12061	12061320
2820829	Tuften	tuften	DE		0	Europe/Berlin	47.69054	11.78481				02	091	09182	09182132
2820831	Tüfingen	tufingen	DE		0	Europe/Berlin	47.77489	9.23918				01	084	08435	08435052
2820832	Tuffing	tuffing	DE		0	Europe/Berlin	48.83344	12.44017				02	092	09278	09278123
2820837	Tudenswarft	tudenswarft	DE		0	Europe/Berlin	54.7	8.81667		Tudenswarf,Tudenswarft,Tundenswarft		10	00	01054	01054022
2820838	Tüddern	tueddern	DE		0	Europe/Berlin	51.01429	5.90232				07	053	05370	05370024
2820840	Tücking	tuecking	DE		0	Europe/Berlin	51.36345	7.43137				07	059	05914	05914000
2820842	Tückhude	tueckhude	DE		0	Europe/Berlin	53.81747	13.26559		Kolonie Tuckhude,Kolonie Tückhude,Tuckhude,Tückhude		12	00	13071	13071044
2820844	Tückelhausen	tuckelhausen	DE		0	Europe/Berlin	49.65307	10.02468				02	096	09679	09679170
2820845	Tuchtfeld	tuchtfeld	DE		0	Europe/Berlin	51.97949	9.57355				06	00	03255	03255016
2820846	Tüchten	tuechten	DE		0	Europe/Berlin	53.06135	9.12828				06	00	03361	03361009
2820849	Tuching	tuching	DE		0	Europe/Berlin	48.40721	11.75846				02	091	09178	09178124
2820850	Tüchersfeld	tuchersfeld	DE		0	Europe/Berlin	49.78592	11.36115				02	094	09472	09472179
2820852	Tüchen	tuechen	DE		0	Europe/Berlin	53.06211	12.09333				11	00	12070	12070125
2820860	Tübingen	tuebingen	DE		83416	Europe/Berlin	48.52266	9.05222		Cjubingen,ITuebingen,ITübingen,Tibingen,Tibingene,Tiubingenas,Tjubingen,Tubinga,Tuebinga,Tuebingen,Tybinga,Tybingen,Tympinken,Tübinga,Tübingen,Tībingene,di bin gen,te~yubingen,thu xbing ngein,tu bin gen,twbynghn,twbyngn,twibing-gen,tybyngn,tyubin'gana,Τύμπιγκεν,Тибинген,Тюбинген,Тюбінген,Түбинген,Цюбінген,טובינגן,טיבינגן,توبينغن,توبینگن,ٹوبنگن,ट्युबिन्गन,ทือบิงเงิน,テュービンゲン,图宾根,蒂宾根,튀빙겐	084	01	084	08416	08416041
2820867	Tschirma	tschirma	DE		0	Europe/Berlin	50.71649	12.1347				15	00	16076	16076004
2820871	Tschaschwitz	tschaschwitz	DE		0	Europe/Berlin	51.21484	14.24309		Casecy,Časecy		13	00	14625	14625440
2820874	Tryfle	tryfle	DE		0	Europe/Berlin	50.65	12.2				15	00	16076	16076022
2820877	Trutzhain	trutzhain	DE		0	Europe/Berlin	50.90268	9.27386		Trutzhain,Tutzhain		05	066	06634	06634022
2820878	Trutzenweiler	trutzenweiler	DE		0	Europe/Berlin	47.8	9.53333				01	084	08436	08436064
2820881	Trüstedt	truestedt	DE		0	Europe/Berlin	52.55863	11.49895				14	00	15081	15081135
2820883	Trusen	trusen	DE		0	Europe/Berlin	50.77867	10.39841				15	00	16066	16066074
2820885	Truschwende	truschwende	DE		0	Europe/Berlin	47.89211	9.90542				01	084	08436	08436010
2820887	Truppen	truppen	DE		0	Europe/Berlin	51.32655	14.28655		Trupin,Truppen		13	00	14625	14625280
2820891	Truppach	truppach	DE		0	Europe/Berlin	49.90829	11.37201				02	094	09472	09472167
2820892	Trupolding	trupolding	DE		0	Europe/Berlin	48.77446	13.15071				02	092	09271	09271149
2820894	Trupermoor	trupermoor	DE		0	Europe/Berlin	53.16152	8.93974				06	00	03356	03356005
2820895	Truperdeich	truperdeich	DE		0	Europe/Berlin	53.13491	8.89489				06	00	03356	03356005
2820896	Trupe	trupe	DE		0	Europe/Berlin	53.13939	8.89241				06	00	03356	03356005
2820897	Trupbach	trupbach	DE		0	Europe/Berlin	50.89186	7.98237		Trupbach		07	059	05970	05970040
2820899	Trünzig	truenzig	DE		0	Europe/Berlin	50.75032	12.24075				13	00	14524	14524140
2820900	Trunzen	trunzen	DE		0	Europe/Berlin	47.76837	10.22367				02	097	09780	09780146
2820901	Trunstadt	trunstadt	DE		0	Europe/Berlin	49.9273	10.75107				02	094	09471	09471207
2820906	Trumsdorf	trumsdorf	DE		0	Europe/Berlin	49.94951	11.37639				02	094	09477	09477157
2820908	Trumling	trumling	DE		0	Europe/Berlin	49.19275	12.30254				02	093	09376	09376149
2820910	Trum	trum	DE		0	Europe/Berlin	49.15	12.88333				02	093	09372	09372137
2820913	Truisdorf	truisdorf	DE		0	Europe/Berlin	49.51217	11.64783				02	093	09371	09371141
2820914	Truilz	truilz	DE		0	Europe/Berlin	47.96105	9.92792		Truilz,Tuilz		01	084	08436	08436010
2820917	Trügleben	truegleben	DE		368	Europe/Berlin	50.95129	10.63133		Trigleben,Trjugleben,Trugleben,Trügleben,trwglbn,Триглебен,Трюглебен,تروگلبن		15	00	16067	16067088
2820918	Trugenhofen	trugenhofen	DE		0	Europe/Berlin	48.77436	10.99914				02	091	09185	09185153
2820919	Trugenhofen	trugenhofen	DE		0	Europe/Berlin	48.69059	10.38598				01	081	08135	08135010
2820925	Trudering	trudering	DE		0	Europe/Berlin	48.11667	11.68333		Trudering		02	091	09162	09162000
2820926	Trudendorf	trudendorf	DE		0	Europe/Berlin	48.9406	12.66013				02	092	09278	09278118
2820928	Truckenthal	truckenthal	DE		0	Europe/Berlin	50.41717	11.01467				15	00	16072	16072015
2820929	Truckendorf	truckendorf	DE		0	Europe/Berlin	50.36816	10.97337				15	00	16072	16072015
2820930	Truchtlaching	truchtlaching	DE		0	Europe/Berlin	47.95859	12.5008		Truchtlaching		02	091	09189	09189143
2820931	Truchtelfingen	truchtelfingen	DE		0	Europe/Berlin	48.23822	9.0276		Truchtelfingen		01	084	08417	08417079
2820933	Trubenhausen	trubenhausen	DE		0	Europe/Berlin	51.26766	9.83328		Trubenhausen		05	066	06636	06636004
2820935	Trübenbrunn	trubenbrunn	DE		0	Europe/Berlin	51.26667	9.7				02			
2820936	Trübenbronn	trubenbronn	DE		0	Europe/Berlin	49.52716	10.75379				02	095	09575	09575129
2820938	Trübenbach	trubenbach	DE		0	Europe/Berlin	50.19498	11.17902				02	094	09473	09473174
2820939	Trüben	trueben	DE		0	Europe/Berlin	51.98563	12.19637				14	00	15082	15082430
2820945	Trotzenburg	trotzenburg	DE		0	Europe/Berlin	53.96907	12.40552				12	00	13072	13072112
2820946	Trotzenburg	trotzenburg	DE		0	Europe/Berlin	52.78333	11.98333				14	00	15090	15090270
2820947	Trotzenburg	trotzenburg	DE		0	Europe/Berlin	50.53333	11.56667				15	00	16075	16075134
2820953	Trotz	trotz	DE		0	Europe/Berlin	50.95323	11.8158				15	00	16074	16074091
2820955	Trottenreuth	trottenreuth	DE		0	Europe/Berlin	50.22162	11.57852				02	094	09477	09477148
2820956	Trotha	trotha	DE		0	Europe/Berlin	51.51638	11.95978		Trotha		14	00	15002	15002000
2820958	Trostling	trostling	DE		0	Europe/Berlin	48.44169	13.31944				02	092	09275	09275145
2820964	Trostberg an der Alz	trostberg-an-der-alz	DE		11676	Europe/Berlin	48.02802	12.55804		Trosburg,Trostberg,Trostberg an der Alz		02	091	09189	09189157
2820975	Trossenfurt	trossenfurt	DE		0	Europe/Berlin	49.92592	10.66069				02	096	09674	09674159
2820977	Trossau	trossau	DE		0	Europe/Berlin	49.41756	12.29439				02	093	09376	09376112
2820978	Trossalter	trossalter	DE		0	Europe/Berlin	49.44441	11.57976				02	093	09371	09371116
2820979	Trospeding	trospeding	DE		0	Europe/Berlin	48.17626	12.46141				02	091	09183	09183124
2820980	Trosendorf	trosendorf	DE		0	Europe/Berlin	49.37266	12.59268				02	093	09372	09372157
2820981	Trösel	troesel	DE		0	Europe/Berlin	49.52738	8.75764				05	064	06431	06431008
2820982	Trosdorf	trosdorf	DE		0	Europe/Berlin	49.913	10.8063				02	094	09471	09471117
2820983	Troschenreuth	troschenreuth	DE		0	Europe/Berlin	50.35	12		Troschenreuth		13	00	14523	14523440
2820984	Troschenreuth	troschenreuth	DE		0	Europe/Berlin	49.89512	11.65452				02	094	09472	09472133
2820985	Troschenreuth	troschenreuth	DE		0	Europe/Berlin	49.76685	11.60294				02	094	09472	09472175
2820987	Troschelhammer	troschelhammer	DE		0	Europe/Berlin	49.74524	11.96726				02	093	09374	09374149
2820989	Trophagen	trophagen	DE		0	Europe/Berlin	51.99651	8.86339				07	057	05766	05766044
2820991	Tronsberg	tronsberg	DE		0	Europe/Berlin	47.56261	10.05117				02	097	09780	09780132
2820994	Tronitz	tronitz	DE		0	Europe/Berlin	51.16128	13.38322		Tronitz		13	00	14627	14627080
2820995	Tronitz	tronitz	DE		0	Europe/Berlin	51.17172	13.06472				13	00	14522	14522220
2820996	Tronitz	tronitz	DE		0	Europe/Berlin	50.94475	13.81805		Gorknitz-Tronitz,Tronitz		13	00	14628	14628080
2820997	Tronetshofen	tronetshofen	DE		0	Europe/Berlin	48.26694	10.64889				02	097	09772	09772141
2820998	Trondorf	trondorf	DE		0	Europe/Berlin	49.51245	11.6619				02	093	09371	09371141
2821004	Trompete	trompete	DE		0	Europe/Berlin	51.09638	6.99253				07	053	05378	05378016
2821005	Trompet	trompet	DE		0	Europe/Berlin	51.41628	6.6698		Trompet		07	051	05112	05112000
2821009	Trommetsheim	trommetsheim	DE		0	Europe/Berlin	49.02729	10.86651				02	095	09577	09577113
2821010	Tromm	tromm	DE		0	Europe/Berlin	49.6	8.81667		Tromm		05	064	06431	06431021
2821011	Tromlitz	tromlitz	DE		0	Europe/Berlin	50.87694	11.43866				15	00	16071	16071008
2821023	Trollenberg	trollenberg	DE		0	Europe/Berlin	48.36259	8.45263				01	082	08237	08237045
2821025	Trollebüll	trollebuell	DE		0	Europe/Berlin	54.72468	8.88598				10	00	01054	01054126
2821026	Troja	troja	DE		0	Europe/Berlin	53.24745	12.72294		Krummeler Krug,Krümmeler Krug		12	00	13071	13071087
2821032	Troibach	troibach	DE		0	Europe/Berlin	48.18232	12.35127				02	091	09183	09183113
2821033	Trohe	trohe	DE		771	Europe/Berlin	50.61	8.75284	173	Trohe		05	065	06531	06531003
2821035	Tröglitz	troeglitz	DE		0	Europe/Berlin	51.05628	12.17908				14	00	15084	15084130
2821036	Tröglersricht	troglersricht	DE		0	Europe/Berlin	49.67404	12.2074				02	093	09363	09363000
2821037	Troglau	troglau	DE		0	Europe/Berlin	49.81256	11.90353				02	093	09377	09377128
2821039	Trögershäuser	trogershauser	DE		0	Europe/Berlin	50.3331	11.60033				02	094	09475	09475128
2821040	Trogenau	trogenau	DE		0	Europe/Berlin	50.31763	12.0487				02	094	09475	09475161
2821041	Trögen	troegen	DE		0	Europe/Berlin	51.68279	9.81057				06	00	03155	03155005
2821044	Trögelsby	troegelsby	DE		0	Europe/Berlin	54.78333	9.48333				10	00	01001	01001000
2821045	Trögelsberg	trogelsberg	DE		0	Europe/Berlin	48.99471	9.90218				01	081	08127	08127013
2821051	Trockhausen	trockhausen	DE		0	Europe/Berlin	50.89605	11.70722				15	00	16074	16074085
2821053	Trockenerfurth	trockenerfurth	DE		0	Europe/Berlin	51.04066	9.25277		Trockenerfurth		05	066	06634	06634001
2821055	Trockenbrück	trockenbrueck	DE		0	Europe/Berlin	51.14674	8.03078				07	059	05966	05966020
2821058	Trockenborn	trockenborn	DE		0	Europe/Berlin	50.78933	11.68894				15	00	16074	16074102
2821061	Trockenbach	trockenbach	DE		0	Europe/Berlin	50.85408	9.30272				05	066	06634	06634021
2821062	Trockau	trockau	DE		0	Europe/Berlin	49.82392	11.49427				02	094	09472	09472175
2821067	Tröbsdorf	troebsdorf	DE		0	Europe/Berlin	51.24184	11.63288				14	00	15084	15084285
2821068	Tröbsdorf	troebsdorf	DE		0	Europe/Berlin	50.98326	11.27893		Trobsdorf,Troebsdorf,Tröbsdorf		15	00	16055	16055000
2821072	Tröbigau	troebigau	DE		0	Europe/Berlin	51.1199	14.26025		Trjechow		13	00	14625	14625530
2821073	Tröbes	trobes	DE		0	Europe/Berlin	49.55717	12.43072		Trobes,Tröbes		02	093	09374	09374137
2821074	Tröbersdorf	trobersdorf	DE		0	Europe/Berlin	49.93004	11.46329				02	094	09472	09472131
2821075	Trobelsdorf	trobelsdorf	DE		0	Europe/Berlin	49.35681	12.5456				02	093	09372	09372154
2821076	Triwalk	triwalk	DE		0	Europe/Berlin	53.8634	11.49161				12	00	13074	13074047
2821078	Trittscheid	trittscheid	DE		0	Europe/Berlin	50.14908	6.82486		Trittscheid		08	00	07233	07233075
2821083	Trittauerheide	trittauerheide	DE		0	Europe/Berlin	53.6127	10.36923				10	00	01062	01062082
2821087	Tristolz	tristolz	DE		0	Europe/Berlin	47.9892	9.93481				01	084	08426	08426100
2821089	Trissow	trissow	DE		0	Europe/Berlin	53.98446	13.28153				12	00	13075	13075036
2821090	Trischlberg	trischlberg	DE		0	Europe/Berlin	49.1365	12.02381				02	093	09375	09375153
2821091	Trisching	trisching	DE		0	Europe/Berlin	49.43398	12.05492				02	093	09376	09376159
2821095	Tripsrath	tripsrath	DE		0	Europe/Berlin	50.99719	6.12528				07	053	05370	05370012
2821096	Trips	trips	DE		0	Europe/Berlin	54.41518	13.50403				12	00	13073	13073010
2821101	Trippigleben	trippigleben	DE		0	Europe/Berlin	52.53627	11.15215				14	00	15081	15081280
2821102	Trippelsdorf	trippelsdorf	DE		0	Europe/Berlin	50.7806	6.91505				07	053	05382	05382012
2821103	Trippach	trippach	DE		0	Europe/Berlin	49.65024	12.08539				02	093	09374	09374166
2821104	Tripkau	tripkau	DE		0	Europe/Berlin	53.18271	11.10458				06	00	03355	03355049
2821105	Tripkau	tripkau	DE		0	Europe/Berlin	53.10543	11.04558				06	00	03354	03354004
2821115	Trinis	trinis	DE		0	Europe/Berlin	47.67327	11.77022				02	091	09182	09182129
2821116	Tringenstein	tringenstein	DE		0	Europe/Berlin	50.76145	8.40914				05	065	06532	06532019
2821119	Trimpelshütte	trimpelshuette	DE		0	Europe/Berlin	51.15419	6.47732				07	051	05116	05116000
2821122	Trimberg	trimberg	DE		0	Europe/Berlin	50.13444	9.97541				02	096	09672	09672121
2821124	Trillup	trillup	DE		0	Europe/Berlin	53.68333	10.11667				04	00	02000	02000000
2821125	Trills	trills	DE		0	Europe/Berlin	51.21184	6.94679				07	051	05158	05158004
2821127	Trillfingen	trillfingen	DE		0	Europe/Berlin	48.38419	8.80627				01	084	08417	08417025
2821133	Triftsperre	triftsperre	DE		0	Europe/Berlin	48.6	13.45				02	092	09262	09262000
2821134	Triftshausen	triftshausen	DE		0	Europe/Berlin	49.20863	10.08622				01	081	08127	08127073
2821137	Triftlfing	triftlfing	DE		0	Europe/Berlin	48.88576	12.26184				02	093	09375	09375115
2821142	Triftersberg	triftersberg	DE		0	Europe/Berlin	49.15192	12.52946				02	093	09372	09372153
2821145	Trift	trift	DE		0	Europe/Berlin	51.69497	13.00934				14	00	15091	15091010
2821148	Trietenbroich	trietenbroich	DE		0	Europe/Berlin	51.18058	6.50785				07	051	05162	05162020
2821150	Triestewitz	triestewitz	DE		0	Europe/Berlin	51.5357	13.09914		Triestewitz		13	00	14730	14730010
2821151	Triesdorf	triesdorf	DE		0	Europe/Berlin	49.20307	10.65063		Triesdorf		02	095	09571	09571216
2821165	Trieplatz	trieplatz	DE		0	Europe/Berlin	52.927	12.5406				11	00	12068	12068477
2821166	Triepkendorf	triepkendorf	DE		0	Europe/Berlin	53.29058	13.33624				12	00	13071	13071033
2821169	Trienz	trienz	DE		0	Europe/Berlin	49.43979	9.17003				01	082	08225	08225024
2821170	Triensbach	triensbach	DE		0	Europe/Berlin	49.16818	9.99587				01	081	08127	08127014
2821171	Trienendorf	trienendorf	DE		0	Europe/Berlin	51.4039	7.32623				07	059	05954	05954032
2821172	Triendorf	triendorf	DE		0	Europe/Berlin	48.5508	12.35579				02	092	09274	09274145
2821174	Triefing	triefing	DE		0	Europe/Berlin	48.47201	11.45425				02	091	09186	09186151
2821176	Triefenried	triefenried	DE		0	Europe/Berlin	48.96501	13.06168				02	092	09276	09276146
2821178	Triefenbach	triefenbach	DE		0	Europe/Berlin	49.89719	10.74719				02	094	09471	09471154
2821179	Triefelden	triefelden	DE		0	Europe/Berlin	48.5502	12.8018				02	092	09277	09277111
2821180	Trieching	trieching	DE		0	Europe/Berlin	48.74215	12.66646				02	092	09279	09279132
2821181	Triebweg	triebweg	DE		0	Europe/Berlin	49.62728	11.82752				02	093	09371	09371156
2821182	Triebsdorf	triebsdorf	DE		0	Europe/Berlin	50.22413	10.97205		Triebsdorf		02	094	09473	09473112
2821186	Trieblings	trieblings	DE		0	Europe/Berlin	47.574	10.15801				02	097	09780	09780124
2821193	Triebenreuth	triebenreuth	DE		0	Europe/Berlin	50.1825	11.55565				02	094	09477	09477156
2821194	Triebendorf	triebendorf	DE		0	Europe/Berlin	49.92713	12.17322				02	093	09377	09377159
2821195	Triebendorf	triebendorf	DE		0	Europe/Berlin	49.30808	10.84605				02	095	09571	09571165
2821197	Triebenbach	triebenbach	DE		0	Europe/Berlin	47.90301	12.94979				02	091	09172	09172122
2821202	Trieb	trieb	DE		0	Europe/Berlin	50.56615	12.15623		Trieb		13	00	14523	14523330
2821203	Trieb	trieb	DE		0	Europe/Berlin	50.48066	12.2904		Trieb,Trieb/Vogtland		13	00	14523	14523120
2821204	Trieb	trieb	DE		0	Europe/Berlin	50.14472	11.13636				02	094	09478	09478139
2821205	Trichtingen	trichtingen	DE		0	Europe/Berlin	48.27517	8.65036				01	083	08325	08325015
2821206	Trichenricht	trichenricht	DE		0	Europe/Berlin	49.49969	12.08372				02	093	09371	09371150
2821207	Trichenricht	trichenricht	DE		0	Europe/Berlin	49.47739	12.30579				02	093	09376	09376133
2821208	Tribur	tribur	DE		0	Europe/Berlin	49.15055	10.27918				02	095	09571	09571145
2821212	Tribseer Vorstadt	tribseer-vorstadt	DE		0	Europe/Berlin	54.30077	13.06648				12	00	13073	13073088
2821214	Tribohm	tribohm	DE		0	Europe/Berlin	54.19996	12.60806				12	00	13073	13073001
2821215	Tribkevitz	tribkevitz	DE		0	Europe/Berlin	54.52804	13.26789				12	00	13073	13073092
2821217	Tribbevitz	tribbevitz	DE		0	Europe/Berlin	54.51885	13.33513				12	00	13073	13073059
2821219	Tribberatz	tribberatz	DE		0	Europe/Berlin	54.4	13.55				12	00	13073	13073106
2821220	Triangel	triangel	DE		0	Europe/Berlin	53.97793	9.00435				10	00	01051	01051046
2821221	Triangel	triangel	DE		0	Europe/Berlin	52.50901	10.58498				06	00	03151	03151025
2821230	Treysa	treysa	DE		0	Europe/Berlin	50.91205	9.1843		Treysa		05	066	06634	06634022
2821231	Trevesenhammer	trevesenhammer	DE		0	Europe/Berlin	49.88407	11.97722				02	093	09377	09377148
2821232	Trevesen	trevesen	DE		0	Europe/Berlin	49.89109	11.97603				02	093	09377	09377148
2821235	Treunitz	treunitz	DE		0	Europe/Berlin	49.96661	11.19875				02	094	09471	09471151
2821238	Treuholz	treuholz	DE		0	Europe/Berlin	53.77371	10.43974				10	00	01062	01062062
2821239	Treuhand-Siedlung	treuhand-siedlung	DE		0	Europe/Berlin	51.53333	13.9				11	00	12066	12066285
2821240	Treugeböhla	treugeboehla	DE		0	Europe/Berlin	51.36202	13.50725				13	00	14627	14627060
2821242	Treuf	treuf	DE		0	Europe/Berlin	49.58779	11.44372				02	095	09574	09574135
2821244	Treuenhagen	treuenhagen	DE		0	Europe/Berlin	51.51667	9.93333				06	00	03159	03159016
2821253	Treudelberg	treudelberg	DE		0	Europe/Berlin	53.66667	10.08333				04	00	02000	02000000
2821255	Tretzendorf	tretzendorf	DE		0	Europe/Berlin	49.931	10.65365				02	096	09674	09674159
2821256	Trettmanns	trettmanns	DE		0	Europe/Berlin	49.88587	12.09866				02	093	09377	09377118
2821257	Tretting	tretting	DE		0	Europe/Berlin	49.25396	12.83651				02	093	09372	09372112
2821259	Trettendorf	trettendorf	DE		0	Europe/Berlin	49.37676	10.89103				02	095	09573	09573125
2821267	Tressow	tressow	DE		0	Europe/Berlin	53.83847	11.32898				12	00	13074	13074008
2821268	Tressow	tressow	DE		0	Europe/Berlin	53.62807	12.67026				12	00	13071	13071103
2821269	Tressentin	tressentin	DE		0	Europe/Berlin	54.20814	12.52587				12	00	13073	13073055
2821270	Tressenried	tressenried	DE		0	Europe/Berlin	49.45833	12.44				02	093	09376	09376151
2821272	Tressau	tressau	DE		0	Europe/Berlin	49.90313	11.78035				02	094	09472	09472156
2821273	Treskowerberg	treskowerberg	DE		0	Europe/Berlin	52.9	12.8				11	00	12068	12068320
2821274	Treskow	treskow	DE		0	Europe/Berlin	52.89249	12.79787				11	00	12068	12068320
2821278	Tresdorf	tresdorf	DE		0	Europe/Berlin	49.09562	12.86923				02	092	09276	09276135
2821279	Tresdorf	tresdorf	DE		0	Europe/Berlin	48.73375	13.37493				02	092	09275	09275152
2821282	Treschklingen	treschklingen	DE		0	Europe/Berlin	49.22542	9.05651		Treschklingen		01	081	08125	08125006
2821284	Trescherberg	trescherberg	DE		0	Europe/Berlin	48.18407	12.31282				02	091	09183	09183118
2821292	Alt-Treptow	treptow-bezirk	DE		10859	Europe/Berlin	52.48863	13.4586		Berlin-Alt-Treptow,Treptow,Verwaltungsbezirk Treptow,alt-trptw,الت-ترپتو,ٹریپٹو-کوپرنک		16	00	11000	11000000
2821294	Treptow	treptow	DE		0	Europe/Berlin	53.68333	13.25				12	00	13071	13071004
2821295	Treptitz	treptitz	DE		0	Europe/Berlin	51.40084	13.12982				13	00	14730	14730050
2821296	Treppenstein	treppenstein	DE		0	Europe/Berlin	49.89271	12.53825				02	093	09377	09377139
2821300	Treppendorf	treppendorf	DE		0	Europe/Berlin	51.93733	13.85793		Ranchow,Rańchow,Treppendorf		11	00	12061	12061316
2821301	Treppendorf	treppendorf	DE		0	Europe/Berlin	51.18333	12.41667				13	00	14729	14729370
2821302	Treppendorf	treppendorf	DE		0	Europe/Berlin	50.81057	11.26562				15	00	16073	16073076
2821303	Treppendorf	treppendorf	DE		0	Europe/Berlin	49.92596	11.2993				02	094	09472	09472154
2821304	Treppendorf	treppendorf	DE		0	Europe/Berlin	49.80224	10.73152				02	094	09471	09471120
2821306	Treppeln	treppeln	DE		0	Europe/Berlin	52.07976	14.54539		Treppeln		11	00	12067	12067357
2821307	Treppach	treppach	DE		0	Europe/Berlin	48.87234	10.05811				01	081	08136	08136088
2821310	Trentrade	trentrade	DE		0	Europe/Berlin	54.28333	9.86667				10	00	01058	01058171
2821312	Trentlage	trentlage	DE		0	Europe/Berlin	52.68084	8.01363				06	00	03459	03459030
2821314	Trenthorst	trenthorst	DE		0	Europe/Berlin	53.79177	10.53242				10	00	01062	01062083
2821316	Trenthöpen	trenthoepen	DE		0	Europe/Berlin	53.21408	8.59546				06	00	03356	03356009
2821324	Trennfurt	trennfurt	DE		0	Europe/Berlin	49.77759	9.1738		Trennfurt		02	096	09676	09676134
2821325	Trennfeld	trennfeld	DE		0	Europe/Berlin	49.79498	9.61551				02	096	09677	09677154
2821327	Trennewurther Neuendeich	trennewurther-neuendeich	DE		0	Europe/Berlin	54.01667	9				10	00	01051	01051062
2821329	Trennewurther Altendeich	trennewurther-altendeich	DE		0	Europe/Berlin	54.01667	9.01667				10	00	01051	01051006
2821331	Trenkelhof	trenkelhof	DE		0	Europe/Berlin	50.97588	10.37268				15	00	16056	16056000
2821335	Trendelbusch	trendelbusch	DE		0	Europe/Berlin	52.18333	10.98333				06	00	03154	03154028
2821337	Trendel	trendel	DE		0	Europe/Berlin	52.28895	10.8914				06	00	03154	03154018
2821338	Trendel	trendel	DE		0	Europe/Berlin	48.92313	10.69624				02	095	09577	09577162
2821339	Tremt	tremt	DE		0	Europe/Berlin	54.19569	13.28384				12	00	13073	13073090
2821343	Trems	trems	DE		0	Europe/Berlin	53.90153	10.68729				10	00	01003	01003000
2821345	Tremnitz	tremnitz	DE		0	Europe/Berlin	50.62891	12.14275				15	00	16076	16076022
2821347	Tremmersdorf	tremmersdorf	DE		0	Europe/Berlin	49.7758	11.8147		Tremmersdorf		02	093	09374	09374157
2821349	Tremmelschwang	tremmelschwang	DE		0	Europe/Berlin	47.84357	10.7306				02	097	09777	09777118
2821351	Tremmelhauserhöhe	tremmelhauserhohe	DE		0	Europe/Berlin	49.04507	12.03363				02	093	09375	09375181
2821352	Tremmelhausen	tremmelhausen	DE		0	Europe/Berlin	49.0521	12.04325				02	093	09375	09375165
2821353	Tremmel	tremmel	DE		0	Europe/Berlin	48.34553	11.1578				02	097	09771	09771111
2821354	Tremersdorf	tremersdorf	DE		0	Europe/Berlin	50.36124	10.94495				02	094	09473	09473141
2821356	Tremau	tremau	DE		0	Europe/Berlin	49.82832	11.79441				02	093	09374	09374140
2821359	Trelde	trelde	DE		0	Europe/Berlin	53.3178	9.79078		Trelde		06	00	03353	03353005
2821360	Treitersberg	treitersberg	DE		0	Europe/Berlin	49.10245	12.34959				02	093	09372	09372169
2821364	Treischfeld	treischfeld	DE		0	Europe/Berlin	50.75563	9.89019				05	066	06631	06631007
2821365	Treisberg	treisberg	DE		0	Europe/Berlin	50.2957	8.43664				05	064	06434	06434009
2821376	Treisbach	treisbach	DE		0	Europe/Berlin	50.91555	8.64545		Treisbach		05	065	06534	06534021
2821378	Treis an der Lumda	treis-an-der-lumda	DE		0	Europe/Berlin	50.66713	8.78549				05	065	06531	06531017
2821380	Treis	treis	DE		0	Europe/Berlin	50.18333	7.3				08	00	07135	07135082
2821382	Treinreuth	treinreuth	DE		0	Europe/Berlin	49.73581	11.74584				02	093	09374	09374129
2821383	Treinfeld	treinfeld	DE		0	Europe/Berlin	50.06219	10.81105				02	096	09674	09674190
2821384	Treidlkofen	treidlkofen	DE		0	Europe/Berlin	48.42595	12.454				02	092	09274	09274120
2821385	Treidling	treidling	DE		0	Europe/Berlin	49.19263	12.32102				02	093	09376	09376149
2821386	Treidelheim	treidelheim	DE		0	Europe/Berlin	48.7606	11.06111				02	091	09185	09185153
2821391	Treherz	treherz	DE		0	Europe/Berlin	47.93497	10.04602		Treherz		01	084	08436	08436004
2821393	Trefnitz	trefnitz	DE		0	Europe/Berlin	49.47963	12.28088				02	093	09376	09376133
2821394	Trefling	trefling	DE		0	Europe/Berlin	49.16532	12.66174				02	093	09372	09372164
2821396	Treffisried	treffisried	DE		0	Europe/Berlin	47.66667	10.41667				02	097	09780	09780128
2821397	Treffentrill	treffentrill	DE		0	Europe/Berlin	49.04102	9.05468		Treffentrill		01	081	08125	08125017
2821398	Treffensbuch	treffensbuch	DE		0	Europe/Berlin	48.47969	9.79302				01	084	08425	08425017
2821401	Treffelhausen	treffelhausen	DE		0	Europe/Berlin	48.69124	9.8919				01	081	08117	08117010
2821414	Trebus	trebus	DE		0	Europe/Berlin	52.40387	14.0434		Trebus		11	00	12067	12067144
2821415	Trebus	trebus	DE		0	Europe/Berlin	51.34611	14.83652				13	00	14626	14626160
2821417	Trebula	trebula	DE		0	Europe/Berlin	50.92008	12.33703				15	00	16077	16077043
2821418	Trebsen	trebsen	DE		4244	Europe/Berlin	51.28898	12.75496		Trebsen/Mulde		13	00	14729	14729400
2821419	Trebsau	trebsau	DE		0	Europe/Berlin	49.63909	12.20405				02	093	09374	09374170
2821420	Trebs	trebs	DE		0	Europe/Berlin	53.28613	11.12233				12	00	13076	13076088
2821433	Treblitzsch	treblitzsch	DE		0	Europe/Berlin	51.46994	13.15165				13	00	14730	14730045
2821441	Trebishain	trebishain	DE		0	Europe/Berlin	51.11373	12.61326				13	00	14729	14729140
2821523	Traundorf	traundorf	DE		0	Europe/Berlin	47.83827	12.63788				02	091	09189	09189145
2821445	Trebesberg	trebesberg	DE		0	Europe/Berlin	50.29669	11.34699				15			
2821447	Trebersdorf	trebersdorf	DE		0	Europe/Berlin	49.12526	12.65391				02	093	09372	09372164
2821448	Trebenow	trebenow	DE		0	Europe/Berlin	53.4427	13.85177				11	00	12073	12073579
2821455	Trebelshain	trebelshain	DE		0	Europe/Berlin	51.35838	12.82894		Kuhren-Trebelshain,Kühren-Trebelshain		13	00	14729	14729410
2821463	Trebbinchen	trebbinchen	DE		0	Europe/Berlin	51.76794	13.70046				11	00	12061	12061219
2821467	Trebbichau	trebbichau	DE		0	Europe/Berlin	51.81445	12.00447				14	00	15082	15082256
2821468	Trebbichau	trebbichau	DE		0	Europe/Berlin	51.64799	11.96476				14	00	15082	15082377
2821470	Trebatsch	trebatsch	DE		0	Europe/Berlin	52.0839	14.16614		Leichhardt,Trebatsch		11	00	12067	12067493
2821471	Trebanz	trebanz	DE		0	Europe/Berlin	51.04028	12.4341		Trebanz		15	00	16077	16077048
2821472	Trebanitz	trebanitz	DE		0	Europe/Berlin	51.18225	13.16477				13	00	14522	14522450
2821474	Traxl	traxl	DE		0	Europe/Berlin	48.05961	12.01776				02	091	09175	09175115
2821475	Traxing	traxing	DE		0	Europe/Berlin	48.73675	13.62094				02	092	09272	09272151
2821480	Travemünde	travemuende	DE		13902	Europe/Berlin	53.96304	10.8709		Luebeck-Travemuende,Lübeck-Travemünde,Traveminde,Travemjunde,Travemuende,Travemuenn,Travemunda,Travemunde,Travemünde,Travemünn,te la fu ming de,toravu~emyunde,Травеминде,Травемюнде,ტრავემიუნდე,トラーヴェミュンデ,特拉弗明德		10	00	01003	01003000
2821481	Travelshof	travelshof	DE		0	Europe/Berlin	49.58465	10.75102				02	095	09575	09575181
2821484	Trauzenbach	trauzenbach	DE		0	Europe/Berlin	49.02531	9.56961		Trauzenbach		01	081	08119	08119024
2821485	Trautzschen	trautzschen	DE		0	Europe/Berlin	51.14757	12.23941		Trautschen		13	00	14729	14729100
2821486	Trautzberg	trautzberg	DE		0	Europe/Berlin	50.1056	6.94453				08	00	07233	07233070
2821489	Trautshofen	trautshofen	DE		0	Europe/Berlin	47.9405	11.82095				02	091	09184	09184137
2821490	Trautmühle	trautmuhle	DE		0	Europe/Berlin	48.22884	12.53341				02	091	09183	09183128
2821491	Trautmannsried	trautmannsried	DE		0	Europe/Berlin	49.11324	13.00406				02	092	09276	09276113
2821492	Trautmannshofen	trautmannshofen	DE		0	Europe/Berlin	49.34514	11.56457				02	093	09373	09373140
2821493	Trautmannsdorf	trautmannsdorf	DE		0	Europe/Berlin	48.75617	13.38287				02	092	09272	09272142
2821495	Trautheim	trautheim	DE		0	Europe/Berlin	49.83194	8.69139		Trautheim		05	064	06432	06432014
2821496	Trautersdorf	trautersdorf	DE		0	Europe/Berlin	47.85129	12.34065				02	091	09187	09187162
2821497	Trauterfing	trauterfing	DE		0	Europe/Berlin	48.41235	12.33293				02	092	09274	09274184
2821499	Trautenfurt	trautenfurt	DE		0	Europe/Berlin	49.18482	10.89778				02	095	09576	09576147
2821500	Trautenberg	trautenberg	DE		0	Europe/Berlin	49.82545	12.11477				02	093	09377	09377132
2821502	Trautberg	trautberg	DE		0	Europe/Berlin	49.75084	10.33293				02	096	09675	09675116
2821503	Traustadt	traustadt	DE		0	Europe/Berlin	49.94008	10.41233				02	096	09678	09678124
2821506	Trauschwitz	trauschwitz	DE		0	Europe/Berlin	51.16105	14.67406		Trauschwitz,Trusecy,Trušecy		13	00	14625	14625610
2821507	Trauschendorf	trauschendorf	DE		0	Europe/Berlin	49.63959	12.25104				02	093	09363	09363000
2821511	Traupitz	traupitz	DE		0	Europe/Berlin	51.09338	12.22372				14	00	15084	15084130
2821512	Trauperting	trauperting	DE		0	Europe/Berlin	48.39652	12.63406				02	092	09277	09277133
2821513	Traunwalchen	traunwalchen	DE		0	Europe/Berlin	47.93923	12.60358		Traunwalchen		02	091	09189	09189154
2821514	Traunstorf	traunstorf	DE		0	Europe/Berlin	47.87174	12.6203				02	091	09189	09189155
2821516	Traunricht	traunricht	DE		0	Europe/Berlin	49.38666	12.15608		Traunricht		02	093	09376	09376163
2821518	Traunhofen	traunhofen	DE		0	Europe/Berlin	48.13035	12.33332				02	091	09183	09183147
2821521	Traunfeld	traunfeld	DE		0	Europe/Berlin	49.41287	11.47779				02	093	09373	09373140
2821522	Traunen	traunen	DE		0	Europe/Berlin	49.63083	7.11421				08	00	07134	07134015
2821526	Traun	traun	DE		0	Europe/Berlin	50.72648	11.81466				15	00	16075	16075099
2821527	Traunried	traunried	DE		0	Europe/Berlin	48.1604	10.66396		Traumried,Traunried		02	097	09778	09778137
2821531	Trauen	trauen	DE		0	Europe/Berlin	52.93313	10.13612				06	00	03358	03358016
2821532	Trauchgau	trauchgau	DE		0	Europe/Berlin	47.64147	10.82937				02	097	09777	09777173
2821533	Traubing	traubing	DE		0	Europe/Berlin	47.94211	11.25549				02	091	09188	09188141
2821539	Trauben	trauben	DE		0	Europe/Berlin	47.8211	9.64999				01	084	08436	08436082
2821540	Trätzhof	traetzhof	DE		0	Europe/Berlin	50.58261	9.62746				05	066	06631	06631009
2821541	Trattendorf	trattendorf	DE		0	Europe/Berlin	51.54583	14.38062		Dubrawa,Trattendorf		11			
2821542	Tratberg	tratberg	DE		0	Europe/Berlin	47.75764	11.83336				02	091	09182	09182119
2821543	Traßmiething	trassmiething	DE		0	Europe/Berlin	48.06978	12.74657				02	091	09189	09189152
2821544	Traßlberg	trasslberg	DE		0	Europe/Berlin	49.47855	11.82678				02	093	09371	09371144
2821549	Traßdorf	trassdorf	DE		0	Europe/Berlin	50.74725	11.01584				15	00	16070	16070048
2821550	Trasham	trasham	DE		0	Europe/Berlin	48.6687	13.37828				02	092	09275	09275144
2821551	Trasgschieß	trasgschiess	DE		0	Europe/Berlin	49.6334	12.28812				02	093	09374	09374162
2821552	Trasfelden	trasfelden	DE		0	Europe/Berlin	48.73329	13.3925				02	092	09275	09275152
2821553	Trasenberg	trasenberg	DE		0	Europe/Berlin	48.67657	9.90761				01	081	08117	08117010
2821554	Trasching	trasching	DE		0	Europe/Berlin	49.15577	12.46077				02	093	09372	09372153
2821559	Trappenfelde	trappenfelde	DE		0	Europe/Berlin	52.57708	13.65352				11	00	12060	12060005
2821575	Transval	transval	DE		0	Europe/Berlin	51.62577	7.10647				07	055	05562	05562020
2821576	Trannroda	trannroda	DE		0	Europe/Berlin	50.69613	11.53788				15	00	16075	16075129
2821579	Tränkhof	traenkhof	DE		0	Europe/Berlin	50.49902	9.8931				05	066	06631	06631021
2821588	Tränke	traenke	DE		0	Europe/Berlin	51.43333	14.88333		Napojka		13	00	14626	14626250
2821590	Tranitz	tranitz	DE		0	Europe/Berlin	51.76667	14.46667		Tsawnica,Tšawnica		11	00	12071	12071301
2821592	Tranbüll	tranbuell	DE		0	Europe/Berlin	54.73333	9.86667				10	00	01059	01059163
2821593	Tramstow	tramstow	DE		0	Europe/Berlin	53.84534	13.57773				12	00	13075	13075110
2821594	Trams	trams	DE		0	Europe/Berlin	53.81131	11.62003				12	00	13074	13074036
2821595	Trampoi	trampoi	DE		0	Europe/Berlin	47.78278	10.4238				02	097	09780	09780147
2821598	Trampe	trampe	DE		0	Europe/Berlin	53.36551	14.12636				11	00	12073	12073085
2821599	Trampe	trampe	DE		0	Europe/Berlin	52.77629	13.83685				11	00	12060	12060034
2821600	Tramnitz	tramnitz	DE		0	Europe/Berlin	52.95658	12.52536				11	00	12068	12068477
2821601	Trammershof	trammershof	DE		0	Europe/Berlin	50.16074	10.8238				02	094	09473	09473165
2821609	Trametsried	trametsried	DE		0	Europe/Berlin	48.90759	13.23065				02	092	09276	09276127
2821612	Tralens	tralens	DE		0	Europe/Berlin	53.5993	7.92898				06	00	03455	03455020
2821615	Tralau	tralau	DE		0	Europe/Berlin	53.83858	10.2997		Tralau		10	00	01062	01062092
2821616	Trajuhn	trajuhn	DE		0	Europe/Berlin	51.89662	12.67221				14	00	15091	15091375
2821618	Trais-Münzenberg	trais-muenzenberg	DE		0	Europe/Berlin	50.46439	8.78838		Trais		05	064	06440	06440015
2821619	Trais-Horloff	trais-horloff	DE		0	Europe/Berlin	50.44833	8.90105				05	065	06531	06531008
2821620	Traishof	traishof	DE		0	Europe/Berlin	48.97633	8.59346				01	082	08236	08236076
2821621	Traishöchstädt	traishochstadt	DE		0	Europe/Berlin	49.64418	10.75244				02	095	09575	09575117
2821623	Traisdorf	traisdorf	DE		0	Europe/Berlin	49.30449	10.30319				02	095	09571	09571125
2821625	Traisbach	traisbach	DE		0	Europe/Berlin	50.5925	9.78693				05	066	06631	06631013
2821626	Traisa	traisa	DE		0	Europe/Berlin	49.84001	8.70194		Traisa		05	064	06432	06432014
2821627	Trainmeusel	trainmeusel	DE		0	Europe/Berlin	49.7949	11.24863				02	094	09474	09474176
2821628	Traindorf	traindorf	DE		0	Europe/Berlin	50.17611	11.60238				02	094	09477	09477138
2821629	Traindorf	traindorf	DE		0	Europe/Berlin	49.85636	11.17739				02	094	09471	09471142
2821632	Trainau	trainau	DE		0	Europe/Berlin	50.19108	11.21421				02	094	09478	09478155
2821634	Trailsdorf	trailsdorf	DE		0	Europe/Berlin	49.77317	10.99989				02	094	09474	09474133
2821637	Trailhof	trailhof	DE		0	Europe/Berlin	48.96354	9.53043				01	081	08119	08119006
2821638	Trailfingen	trailfingen	DE		0	Europe/Berlin	48.43225	9.49579				01	084	08415	08415053
2821640	Traifelberg	traifelberg	DE		0	Europe/Berlin	48.40411	9.27435				01	084	08415	08415092
2821641	Traidersdorf	traidersdorf	DE		0	Europe/Berlin	49.15392	12.92782				02	093	09372	09372137
2821642	Traidenloh	traidenloh	DE		0	Europe/Berlin	49.1534	12.02457				02	093	09375	09375153
2821643	Traidendorf	traidendorf	DE		0	Europe/Berlin	49.17182	11.94632				02	093	09375	09375156
2821644	Traich	traich	DE		0	Europe/Berlin	48.60792	11.92068				02	092	09274	09274165
2821645	Traich	traich	DE		0	Europe/Berlin	48.602	11.71283				02	091	09178	09178122
2821647	Trahweiler	trahweiler	DE		0	Europe/Berlin	49.46581	7.40427				08	00	07336	07336037
2821649	Trahe	trahe	DE		0	Europe/Berlin	52.94167	8.39306				06	00	03458	03458003
2821651	Trägweis	tragweis	DE		0	Europe/Berlin	49.74193	11.37447		Tragweis,Trägweis		02	094	09472	09472179
2821652	Tragnitz	tragnitz	DE		0	Europe/Berlin	51.16848	12.91677				13	00	14522	14522310
2821653	Träglhof	traglhof	DE		0	Europe/Berlin	49.59176	11.94427		Traglhof,Träglhof		02	093	09371	09371127
2821655	Trages	trages	DE		0	Europe/Berlin	51.1907	12.52696		Trages		13	00	14729	14729220
2821657	Tragenschwand	tragenschwand	DE		0	Europe/Berlin	49.11062	12.67554				02	093	09372	09372164
2821658	Tragenroden	tragenroden	DE		0	Europe/Berlin	48.99722	10.245				01	081	08136	08136018
2821659	Tragenreuth	tragenreuth	DE		0	Europe/Berlin	48.71217	13.48738				02	092	09275	09275128
2821660	Tragelhöchstädt	tragelhochstadt	DE		0	Europe/Berlin	49.66656	10.68683		Tragelhochstadt,Tragelhöchstädt		02	095	09575	09575167
2821661	Tragarth	tragarth	DE		0	Europe/Berlin	51.36029	12.05047				14	00	15088	15088330
2821662	Trag	trag	DE		0	Europe/Berlin	49.74497	11.86751				02	093	09374	09374117
2821664	Tradweging	tradweging	DE		0	Europe/Berlin	49.01839	12.9517				02	092	09276	09276134
2821668	Trado	trado	DE		0	Europe/Berlin	51.33996	14.20159		Trado,Tradow		13	00	14625	14625420
2821677	Tracking	tracking	DE		0	Europe/Berlin	48.67125	13.21278				02	092	09275	09275127
2821679	Trachenhöfstatt	trachenhofstatt	DE		0	Europe/Berlin	49.32223	10.84363				02	095	09571	09571165
2821680	Trachenberge	trachenberge	DE		0	Europe/Berlin	51.09425	13.72828				13	00	14612	14612000
2821681	Trachenau	trachenau	DE		0	Europe/Berlin	51.18333	12.41667				13	00	14729	14729370
2821682	Trachau	trachau	DE		0	Europe/Berlin	51.08929	13.71248				13	00	14612	14612000
2821683	Trach	trach	DE		0	Europe/Berlin	47.71584	11.93541				02	091	09182	09182114
2821684	Trabuhn	trabuhn	DE		0	Europe/Berlin	52.9116	11.27645				06	00	03354	03354015
2821688	Träbes	traebes	DE		0	Europe/Berlin	50.5806	10.28503				15	00	16066	16066042
2821689	Trabers	trabers	DE		0	Europe/Berlin	47.58893	10.04678				02	097	09776	09776127
2821691	Trabelsdorf	trabelsdorf	DE		0	Europe/Berlin	49.89611	10.72581				02	094	09471	09471154
2821692	Traar	traar	DE		0	Europe/Berlin	51.37709	6.59539				07	051	05114	05114000
2821693	Töwen	toewen	DE		0	Europe/Berlin	51.75314	6.5167				07	051	05170	05170012
2821694	Tötzham	totzham	DE		0	Europe/Berlin	48.0853	12.31128				02	091	09187	09187116
2821696	Töttleben	toettleben	DE		163	Europe/Berlin	51.01769	11.11533				15	00	16051	16051000
2821697	Töttelstädt	toettelstaedt	DE		0	Europe/Berlin	51.00817	10.88446				15	00	16051	16051000
2821710	Tötensen	toetensen	DE		0	Europe/Berlin	53.40221	9.92571		Totensen,Tötensen		06	00	03353	03353029
2821737	Tossenthal	tossenthal	DE		0	Europe/Berlin	50.4329	10.96692				15	00	16069	16069012
2821738	Tossenserdeich	tossenserdeich	DE		0	Europe/Berlin	53.58017	8.24327				06	00	03461	03461003
2821739	Tossenser Altendeich	tossenser-altendeich	DE		0	Europe/Berlin	53.57437	8.25399				06	00	03461	03461003
2821740	Tossens	tossens	DE		0	Europe/Berlin	53.57008	8.26678				06	00	03461	03461003
2821745	Tös	tos	DE		0	Europe/Berlin	48.41701	8.33024				01	082	08237	08237075
2821746	Tös	tos	DE		0	Europe/Berlin	48.31589	8.38613				01	083	08325	08325050
2821749	Törwe	toerwe	DE		0	Europe/Berlin	53.05984	10.766				06	00	03360	03360022
2821750	Törwang	torwang	DE		0	Europe/Berlin	47.78144	12.21285				02	091	09187	09187172
2821753	Törten	toerten	DE		0	Europe/Berlin	51.79169	12.25949		Dessau-Torten,Dessau-Törten,Torten,Törten		14	00	15001	15001000
2821754	Torsholterostermoor	torsholterostermoor	DE		0	Europe/Berlin	53.21186	7.94714				06	00	03451	03451007
2821755	Torsholt	torsholt	DE		0	Europe/Berlin	53.21051	7.93191				06	00	03451	03451007
2821756	Torsballig	torsballig	DE		0	Europe/Berlin	54.67151	9.55515				10	00	01059	01059185
2821757	Törring	torring	DE		0	Europe/Berlin	48.00721	12.74843				02	091	09189	09189152
2821759	Törpt	toerpt	DE		0	Europe/Berlin	53.80256	10.90629				12	00	13074	13074094
2821760	Törpla	toerpla	DE		0	Europe/Berlin	50.99046	11.85769				15	00	16074	16074039
2821761	Törpin	toerpin	DE		0	Europe/Berlin	53.78225	13.07198				12	00	13071	13071128
2821766	Tornowhof	tornowhof	DE		0	Europe/Berlin	53.35	13.48333				12	00	13071	13071033
2821776	Torno	torno	DE		0	Europe/Berlin	51.43697	14.09905		Torno,Tornow		13	00	14625	14625310
2821789	Torna	torna	DE		0	Europe/Berlin	51.54317	12.20442				14	00	15082	15082340
2821790	Torna	torna	DE		0	Europe/Berlin	51.08235	12.19959				14	00	15084	15084130
2821791	Torna	torna	DE		0	Europe/Berlin	51.00814	13.78098				13	00	14612	14612000
2821793	Torkenweiler	torkenweiler	DE		0	Europe/Berlin	47.74833	9.60091				01	084	08436	08436064
2821797	Torisdorf	torisdorf	DE		0	Europe/Berlin	53.80539	10.95914				12	00	13074	13074094
2821799	Torgelow-Holländerei	torgelow-hollaenderei	DE		444	Europe/Berlin	53.67486	14.03457		Hollanderei Torgelow,Holländerei Torgelow,Torgelow-Hollanderei,Torgelow-Holländerei		12	00	13075	13075131
2821813	Torfmühle	torfmuehle	DE		0	Europe/Berlin	52.31768	13.12033				11	00	12069	12069454
2821814	Torfmoorhölle	torfmoorholle	DE		0	Europe/Berlin	50.09681	11.81773		Torfmoorholle,Torfmoorhölle		02	094	09479	09479166
2821821	Torfhaus	torfhaus	DE		0	Europe/Berlin	52.51647	13.84226				11	00	12064	12064472
2821822	Torfhaus	torfhaus	DE		0	Europe/Berlin	51.80136	10.53726		Torfhaus		06	00	03153	03153018
2821823	Torfhaus	torfhaus	DE		0	Europe/Berlin	51.55925	12.7456		Kolonie Torfhaus,Torfhaus		13	00	14730	14730190
2821835	Törberhals	toerberhals	DE		0	Europe/Berlin	53.82194	11.03745				12	00	13074	13074065
2821837	Törber	toerber	DE		0	Europe/Berlin	53.82001	11.05626				12	00	13074	13074065
2821838	Toquard	toquard	DE		0	Europe/Berlin	53.6029	7.81633				06	00	03462	03462019
2821845	Töppeln	toeppeln	DE		0	Europe/Berlin	50.88993	12.00593				15	00	16076	16076089
2821846	Toppel	toppel	DE		0	Europe/Berlin	52.84744	12.05809				14	00	15090	15090225
2821847	Töppel	toeppel	DE		0	Europe/Berlin	51.98635	12.02923				14	00	15082	15082430
2821848	Töpingen	toepingen	DE		0	Europe/Berlin	53.02883	9.99962				06	00	03358	03358016
2821849	Topfseifersdorf	topfseifersdorf	DE		0	Europe/Berlin	50.99783	12.86698				13	00	14522	14522290
2821864	Töpen	toepen	DE		1175	Europe/Berlin	50.39067	11.87329		Tepen,Tjopen,Toepen,Töpen,te peng,tepen,tpn,Тепен,Тёпен,تپن,テーペン,特彭	09475181	02	094	09475	09475181
2821865	Töpeln	toepeln	DE		0	Europe/Berlin	51.12703	13.03557				13	00	14522	14522080
2821869	Töpchin	toepchin	DE		0	Europe/Berlin	52.17148	13.57712				11	00	12061	12061332
2821875	Tonolzbronn	tonolzbronn	DE		0	Europe/Berlin	48.88899	9.82328				01	081	08136	08136061
2821876	Tönnishäuschen	toennishaeuschen	DE		0	Europe/Berlin	51.82127	7.91779				07	055	05570	05570004
2821877	Tönningstedt	toenningstedt	DE		0	Europe/Berlin	53.81007	10.23155				10	00	01060	01060085
2821878	Tönning	toenning	DE		5008	Europe/Berlin	54.31879	8.94234		Taning,Tening,Tjonning,Toenning,Tonning,Tuenn,Tönning,Tønning,Tünn,teng ning,twnyng,twnyngh,Тенинг,Тённинг,تونينغ,تونینگ,滕宁		10	00	01054	01054138
2821884	Tönnhausen	toennhausen	DE		0	Europe/Berlin	53.37442	10.26436				06	00	03353	03353040
2821887	Tonnenheide	tonnenheide	DE		0	Europe/Berlin	52.41318	8.67065		Tonnenheide		07	057	05770	05770040
2821897	Tonkithal	tonkithal	DE		0	Europe/Berlin	53.06667	11.81667				11	00	12070	12070296
2821899	Tönisvorst	toenisvorst	DE		30296	Europe/Berlin	51.32092	6.49412		Stadt Tonisvorst,Stadt Tönisvorst,Tenisforst,Tenisvorst,Tjonisforst,Toenisvorst,Tonisvorst,Tönisvorst,te ni si fu er si te,twnysfwrst,twnysfwrth,Тенисворст,Тенісфорст,Тёнисфорст,تونيسفورست,تونیسفورث,特尼斯福尔斯特		07	051	05166	05166028
2821901	Tönisheide	tonisheide	DE		0	Europe/Berlin	51.3135	7.0661				07	051	05158	05158032
2821903	Tönisberg	toenisberg	DE		0	Europe/Berlin	51.41332	6.50456				07	051	05166	05166012
2821905	Töngeshof	toengeshof	DE		0	Europe/Berlin	49.91667	8.25				08	00	07315	07315000
2821907	Tondorf	tondorf	DE		0	Europe/Berlin	50.47337	6.71433		Tondorf		07	053	05366	05366032
2821908	Tondorf	tondorf	DE		0	Europe/Berlin	48.54219	12.02892				02	092	09274	09274194
2821909	Tönchow	toenchow	DE		0	Europe/Berlin	53.3416	12.32072				12	00	13076	13076166
2821917	Tomp	tomp	DE		0	Europe/Berlin	51.30636	6.19343				07	051	05166	05166016
2821918	Tömmern	toemmern	DE		0	Europe/Berlin	52.40915	7.91826				06	00	03459	03459014
2821783	Tornau	tornau	DE	06774	0	Europe/Berlin	52.5852	11.78876				14	00	15090	15090535
2821920	Tommelhardt	tommelhardt	DE		0	Europe/Berlin	49.16063	9.63937				01	081	08126	08126085
2821921	Tomerdingen	tomerdingen	DE		0	Europe/Berlin	48.48197	9.90928				01	084	08425	08425031
2821925	Tombach	tombach	DE		0	Europe/Berlin	49.97126	7.44342				08	00	07140	07140154
2821926	Tölzkirchen	tolzkirchen	DE		0	Europe/Berlin	48.51738	11.82752				02	091	09178	09178144
2821927	Tolzin	tolzin	DE		0	Europe/Berlin	53.82626	12.40202				12	00	13072	13072063
2821928	Tolstefanz	tolstefanz	DE		0	Europe/Berlin	53.00472	11.03094		Tolstefanz		06	00	03354	03354013
2821932	Töllschütz	toellschuetz	DE		0	Europe/Berlin	51.19141	13.05754				13	00	14522	14522450
2821934	Tollow	tollow	DE		0	Europe/Berlin	53.90509	11.65127				12	00	13074	13074091
2821935	Tollkrug	tollkrug	DE		0	Europe/Berlin	52.33329	13.49902				11	00	12061	12061433
2821937	Tollhausen	tollhausen	DE		0	Europe/Berlin	50.94658	6.52728				07	053	05362	05362016
2821938	Töllhaus	toellhaus	DE		0	Europe/Berlin	51.01667	6.55				07	053	05362	05362004
2821940	Töllern	tollern	DE		0	Europe/Berlin	47.85164	11.15086				02	091	09190	09190157
2821945	Tollendorf	tollendorf	DE		0	Europe/Berlin	53.14219	10.96161				06	00	03354	03354006
2821949	Tollbach	tollbach	DE		0	Europe/Berlin	48.74279	11.88801				02	092	09273	09273172
2821952	Tolkschuby	tolkschuby	DE		0	Europe/Berlin	54.59749	9.64684				10	00	01059	01059090
2821953	Tolkmitz	tolkmitz	DE		0	Europe/Berlin	54.34705	13.30419				12	00	13073	13073079
2821954	Tolkewitz	tolkewitz	DE		0	Europe/Berlin	51.03222	13.81763				13	00	14612	14612000
2821955	Tölkenbrück	toelkenbrueck	DE		0	Europe/Berlin	53.02009	8.71284				06	00	03251	03251037
2821958	Tökendorf	toekendorf	DE		0	Europe/Berlin	54.33049	10.29264				10	00	01057	01057016
2821960	Toitz	toitz	DE		0	Europe/Berlin	53.97386	12.98326				12	00	13071	13071112
2821961	Toitenwinkel	toitenwinkel	DE		0	Europe/Berlin	54.11842	12.13521		Twk		12	00	13003	13003000
2821964	Töging	toging	DE		0	Europe/Berlin	49.02391	11.56114				02	093	09373	09373121
2821967	Toftum	toftum	DE		0	Europe/Berlin	54.8	8.68333				10	00	01054	01054166
2821968	Toftum	toftum	DE		0	Europe/Berlin	54.72928	8.46256				10	00	01054	01054098
2821974	Todtnauberg	todtnauberg	DE		0	Europe/Berlin	47.85026	7.94003		Todtnauberg		01	083	08336	08336087
2821976	Weg	weg	DE		0	Europe/Berlin	47.75463	7.98972		Todtmoos-Weg,Weg		01	083	08337	08337108
2821982	Tödting	todting	DE		0	Europe/Berlin	48.65891	11.00558				02	097	09779	09779201
2821984	Todtglüsingen	todtgluesingen	DE		0	Europe/Berlin	53.28236	9.73704				06	00	03353	03353035
2821986	Todtenschläule	todtenschlaule	DE		0	Europe/Berlin	48.25571	10.65464				02	097	09772	09772141
2821988	Tödtenried	todtenried	DE		0	Europe/Berlin	48.3776	11.16254				02	097	09771	09771165
2821989	Todtenried	todtenried	DE		0	Europe/Berlin	48.29384	11.2017				02	091	09174	09174135
2821993	Todtenkopf	todtenkopf	DE		0	Europe/Berlin	52.83333	12.23333				14	00	15090	15090225
2821997	Todtenhügel	todtenhuegel	DE		0	Europe/Berlin	51.69737	6.29136				07	051	05154	05154056
2822000	Todtenhausen	todtenhausen	DE		0	Europe/Berlin	52.34042	8.91717		Todtenhausen		07	057	05770	05770024
2822004	Todtenberg	todtenberg	DE		0	Europe/Berlin	50.60857	7.88083				08	00	07143	07143288
2822005	Tödtenberg	todtenberg	DE		0	Europe/Berlin	48.19613	12.33347				02	091	09183	09183113
2822006	Tödtenberg	todtenberg	DE		0	Europe/Berlin	47.92911	12.18169				02	091	09187	09187181
2822007	Todtenberg	todtenberg	DE		0	Europe/Berlin	47.82752	10.34034				02	097	09780	09780119
2822013	Töding	toding	DE		0	Europe/Berlin	48.68678	12.5655				02	092	09279	09279128
2822014	Tödienwisch	toedienwisch	DE		0	Europe/Berlin	54.25	8.96667				10	00	01051	01051075
2822016	Tödheide	toedheide	DE		0	Europe/Berlin	52.07771	8.59062				07	057	05711	05711000
2822018	Todenwarth	todenwarth	DE		0	Europe/Berlin	50.71667	10.36667				15	00	16066	16066063
2822020	Todenmann	todenmann	DE		0	Europe/Berlin	52.2121	9.05178				06	00	03257	03257031
2822021	Todenhausen	todenhausen	DE		0	Europe/Berlin	50.9747	9.30263				05	066	06634	06634004
2822022	Todenhausen	todenhausen	DE		0	Europe/Berlin	50.92473	8.70494		Todenhausen		05	065	06534	06534021
2822024	Todenhagen	todenhagen	DE		0	Europe/Berlin	54.22882	12.62552				12	00	13073	13073001
2822025	Todenfeld	todenfeld	DE		0	Europe/Berlin	50.57732	6.9485		Todenfeld		07	053	05382	05382048
2822034	Tockhausen	tockhausen	DE		0	Europe/Berlin	51.6	7.45				07	059	05978	05978024
2822035	Töckelhausen	toeckelhausen	DE		0	Europe/Berlin	51.15253	7.24781				07	053	05378	05378032
2822036	Tochtermannsberg	tochtermannsberg	DE		0	Europe/Berlin	48.23538	8.05916				01	083	08317	08317046
2822038	Tochheim	tochheim	DE		0	Europe/Berlin	51.93518	11.95168				14	00	15082	15082430
2822040	Tobringen	tobringen	DE		0	Europe/Berlin	52.98436	11.29286				06	00	03354	03354023
2822044	Toberazhofen	toberazhofen	DE		0	Europe/Berlin	47.78359	9.98325		Toberazhofen,Toberzhofen		01	084	08436	08436055
2822045	Tobertitz	tobertitz	DE		0	Europe/Berlin	50.48268	11.99441		Tobertitz		13	00	14523	14523450
2822048	Tobelmühle	tobelmuhle	DE		0	Europe/Berlin	47.73333	9.98333				01	084	08436	08436094
2822055	Tobel	tobel	DE		0	Europe/Berlin	47.8974	9.69232				01	084	08436	08436009
2822056	Tobel	tobel	DE		0	Europe/Berlin	47.68822	9.68321				01	084	08436	08436018
2822057	Tobel	tobel	DE		0	Europe/Berlin	47.57026	9.72798				02	097	09776	09776126
2822060	Toba	toba	DE		0	Europe/Berlin	51.31961	10.68376				15	00	16065	16065032
2822066	Tjüche	tjueche	DE		0	Europe/Berlin	53.5276	7.27082				06	00	03452	03452017
2822067	Tjüche	tjueche	DE		0	Europe/Berlin	53.16667	7.43333				06	00	03457	03457022
2822077	Tittingdorf	tittingdorf	DE		0	Europe/Berlin	52.22913	8.42543				06	00	03459	03459024
2822079	Tittenkofen	tittenkofen	DE		0	Europe/Berlin	48.34978	11.9554				02	091	09177	09177120
2822080	Titschendorf	titschendorf	DE		0	Europe/Berlin	50.38652	11.52678		Titschendorf		15	00	16075	16075133
2822081	Titmaringhausen	titmaringhausen	DE		0	Europe/Berlin	51.25273	8.65349				07	059	05958	05958028
2822082	Titlmoos	titlmoos	DE		0	Europe/Berlin	48.11124	12.37537				02	091	09187	09187116
2822084	Titisee	titisee	DE		0	Europe/Berlin	47.90196	8.14996		Am Titisee		01	083	08315	08315113
2822091	Tischendorf	tischendorf	DE		0	Europe/Berlin	50.72962	11.92143				15	00	16076	16076092
2822094	Tischardt	tischardt	DE		0	Europe/Berlin	48.57567	9.33031				01	081	08116	08116020
2822096	Tirschnit	tirschnit	DE		0	Europe/Berlin	49.91708	12.15974				02	093	09377	09377159
2822097	Tirschheim	tirschheim	DE		0	Europe/Berlin	50.81057	12.64629				13	00	14524	14524280
2822101	Tirschendorf	tirschendorf	DE		0	Europe/Berlin	50.40398	12.23259				13	00	14523	14523230
2822109	Tippbruch	tippbruch	DE		0	Europe/Berlin	51.73333	8.68333				07	057	05774	05774032
2822110	Tipp	tipp	DE		0	Europe/Berlin	52.05091	8.85369				07	057	05766	05766044
2822112	Tinz	tinz	DE		0	Europe/Berlin	50.90055	12.07493				15	00	16052	16052000
2822113	Tintrup	tintrup	DE		0	Europe/Berlin	51.9141	9.0566				07	057	05766	05766016
2822116	Tinsdal	tinsdal	DE		0	Europe/Berlin	53.56723	9.74167		Tinsdahl,Tinsdal		04			
2822118	Tinnum	tinnum	DE		2997	Europe/Berlin	54.89932	8.33476				10	00	01054	01054168
2822123	Tinning	tinning	DE		0	Europe/Berlin	48.05087	12.55085				02	091	09189	09189157
2822124	Tinning	tinning	DE		0	Europe/Berlin	47.82586	12.21444				02	091	09187	09187167
2822126	Tinnen	tinnen	DE		0	Europe/Berlin	52.80133	7.32784		Tinnen		06	00	03454	03454018
2822127	Tinholt	tinholt	DE		0	Europe/Berlin	52.56532	6.92954				06	00	03456	03456009
2822130	Tinge	tinge	DE		0	Europe/Berlin	52.07572	7.25838				07	055	05554	05554052
2822132	Tindeln	tindeln	DE		0	Europe/Berlin	51.57079	8.7074		Tindeln		07	057	05774	05774040
2822137	Timpen	timpen	DE		0	Europe/Berlin	52.35392	9.01092				07	057	05770	05770028
2822142	Timmersloh	timmersloh	DE		0	Europe/Berlin	53.14185	8.93082		Timmersloh		03	00	04011	04011000
2822144	Timmersiek	timmersiek	DE		0	Europe/Berlin	54.77203	9.28927				10	00	01059	01059183
2822145	Timmern	timmern	DE		0	Europe/Berlin	52.12418	8.16844				06	00	03459	03459015
2822146	Timmern	timmern	DE		0	Europe/Berlin	52.08297	10.67351				06	00	03158	03158040
2822149	Timmerloh	timmerloh	DE		0	Europe/Berlin	53.06101	9.94059				06	00	03358	03358021
2822151	Timmerlah	timmerlah	DE		2282	Europe/Berlin	52.23936	10.45027		Timmerlah		06	00	03101	03101000
2822152	Timmerlage	timmerlage	DE		0	Europe/Berlin	52.82047	7.89265				06	00	03453	03453009
2822153	Timmerlade	timmerlade	DE		0	Europe/Berlin	53.58021	9.27951				06	00	03359	03359036
2822155	Timmerhorn	timmerhorn	DE		0	Europe/Berlin	53.70884	10.22077				10	00	01062	01062090
2822161	Timmendorf	timmendorf	DE		0	Europe/Berlin	53.98946	11.39015		Timmendorf		12	00	13074	13074035
2822163	Timmel	timmel	DE		0	Europe/Berlin	53.36518	7.52303				06	00	03452	03452006
2822165	Timmeitz	timmeitz	DE		0	Europe/Berlin	53.06149	10.86883				06	00	03354	03354027
2822166	Timmdorf	timmdorf	DE		0	Europe/Berlin	54.17494	10.49756				10	00	01055	01055028
2822169	Timkenberg	timkenberg	DE		0	Europe/Berlin	53.33333	10.83333				12	00	13076	13076136
2822173	Tilzow	tilzow	DE		0	Europe/Berlin	54.39165	13.42315				12	00	13073	13073010
2822176	Tillyschanz	tillyschanz	DE		0	Europe/Berlin	49.58429	12.57523				02	093	09374	09374118
2822181	Tillkausen	tillkausen	DE		0	Europe/Berlin	50.98523	7.73771		Tillkausen		07	053	05374	05374040
2822182	Tillinghausen	tillinghausen	DE		0	Europe/Berlin	50.91696	7.39523				07	053	05382	05382036
2822188	Till	till	DE		0	Europe/Berlin	51.76299	6.2573				07	051	05154	05154004
2822191	Tilkerode	tilkerode	DE		0	Europe/Berlin	51.61854	11.29697				14	00	15087	15087275
2822195	Tilbeck	tilbeck	DE		0	Europe/Berlin	51.94222	7.44249				07	055	05558	05558020
2822200	Tigerfeld	tigerfeld	DE		0	Europe/Berlin	48.25811	9.38438				01	084	08415	08415058
2822202	Tiftlingerode	tiftlingerode	DE		0	Europe/Berlin	51.50084	10.242		Tittlingerode		06	00	03159	03159010
2822206	Tietlingen	tietlingen	DE		0	Europe/Berlin	52.86748	9.6622				06	00	03358	03358024
2822208	Tietelsen	tietelsen	DE		0	Europe/Berlin	51.6577	9.27356		Tietelsen		07	057	05762	05762008
2822210	Tiessenhäusl	tiessenhausl	DE		0	Europe/Berlin	48.65848	13.59524				02	092	09275	09275126
2822211	Tießau	tiessau	DE		0	Europe/Berlin	53.1806	10.98483				06	00	03354	03354009
2822212	Tiesmesland	tiesmesland	DE		0	Europe/Berlin	53.18714	10.97908				06	00	03354	03354009
2822219	Tieringen	tieringen	DE		0	Europe/Berlin	48.20034	8.87537				01	084	08417	08417044
2822220	Tierhaupten	tierhaupten	DE		0	Europe/Berlin	48.86344	9.81944				01	081	08136	08136070
2822224	Tiergarten	tiergarten-bezirk	DE		12328	Europe/Berlin	52.51667	13.36667		Berlin-Tiergarten,Tirgarten,Tyrgartehn,di er jia teng,Тиргартен,Тыргартэн,טירגארטן,蒂尔加滕		16	00	11000	11000000
2822235	Tiergarten	tiergarten	DE		0	Europe/Berlin	54.00604	9.4863				10	00	01061	01061047
2822236	Tiergarten	tiergarten	DE		0	Europe/Berlin	52.77191	13.19919		Tiergarten,Tiergartensiedlung		11	00	12065	12065256
2822237	Tiergarten	tiergarten	DE		0	Europe/Berlin	48.5573	8.06439				01	083	08317	08317089
2822258	Tieplitz	tieplitz	DE		0	Europe/Berlin	53.73714	12.00977				12	00	13072	13072042
2822259	Tiengen	tiengen	DE		0	Europe/Berlin	47.98521	7.71314		Tiengen		01	083	08311	08311000
2822262	Tielge	tielge	DE		0	Europe/Berlin	52.4947	8.5756				07	057	05770	05770040
2822272	Tiekerhock	tiekerhock	DE		0	Europe/Berlin	52.21667	7.03333				07	055	05554	05554020
2822273	Tiegling	tiegling	DE		0	Europe/Berlin	51.43111	14.37167		Tiegling,Tyhelk		13	00	14625	14625330
2822274	Tiegen	tiegen	DE		0	Europe/Berlin	52.98474	9.89363				06	00	03358	03358021
2822277	Tiefwerder	tiefwerder	DE		0	Europe/Berlin	52.51991	13.20977				16	00	11000	11000000
2822278	Tiefweg	tiefweg	DE		0	Europe/Berlin	49.05614	10.37008		Tiefweg		02	095	09571	09571136
2822280	Tiefurt	tiefurt	DE		0	Europe/Berlin	50.99198	11.35027		Tiefurt		15	00	16055	16055000
2822281	Tiefthal	tiefthal	DE		0	Europe/Berlin	51.02257	10.94834				15	00	16051	16051000
2822282	Tiefstadt	tiefstadt	DE		0	Europe/Berlin	48.39304	12.76691				02	092	09277	09277116
2822345	Tiefental	tiefental	DE		0	Europe/Berlin	47.83608	8.3214				01	083	08337	08337022
2822351	Tiefenstürmig	tiefensturmig	DE		0	Europe/Berlin	49.82735	11.11799				02	094	09474	09474123
2822352	Tiefenstockheim	tiefenstockheim	DE		0	Europe/Berlin	49.66374	10.2063				02	096	09675	09675167
2822353	Tiefenstein	tiefenstein	DE		0	Europe/Berlin	49.7456	7.27554				08	00	07134	07134045
2822354	Tiefenstein	tiefenstein	DE		0	Europe/Berlin	47.62421	8.08621				01	083	08337	08337038
2822356	Tiefenstätt	tiefenstatt	DE		0	Europe/Berlin	48.17907	12.23608				02	091	09183	09183140
2822362	Tiefensall	tiefensall	DE		0	Europe/Berlin	49.24961	9.54127				01	081	08126	08126094
2822364	Tiefenroth	tiefenroth	DE		0	Europe/Berlin	50.16513	10.99474				02	094	09478	09478139
2822365	Tiefenried	tiefenried	DE		0	Europe/Berlin	48.19896	10.4816				02	097	09778	09778158
2822366	Tiefenpölz	tiefenpolz	DE		0	Europe/Berlin	49.88955	11.11233				02	094	09471	09471142
2822369	Tiefenmad	tiefenmad	DE		0	Europe/Berlin	48.95365	9.67119				01	081	08119	08119044
2822370	Tiefenlösau	tiefenlosau	DE		0	Europe/Berlin	49.90106	11.26722				02	094	09472	09472154
2822371	Tiefenlohe	tiefenlohe	DE		0	Europe/Berlin	49.90896	11.85008				02	093	09377	09377127
2822373	Tiefenlauter	tiefenlauter	DE		0	Europe/Berlin	50.32959	10.97073				02	094	09473	09473141
2822374	Tiefenlachen	tiefenlachen	DE		0	Europe/Berlin	48.3786	11.30802				02	091	09174	09174131
2822375	Tiefenklein	tiefenklein	DE		0	Europe/Berlin	50.18007	11.30457				02	094	09476	09476146
2822376	Tiefenhüll	tiefenhull	DE		0	Europe/Berlin	49.08837	11.72713				02	093	09375	09375148
2822377	Tiefenhülen	tiefenhulen	DE		0	Europe/Berlin	48.34955	9.60948				01	084	08425	08425033
2822378	Tiefenhof	tiefenhof	DE		0	Europe/Berlin	49.22473	12.23415				02	093	09376	09376149
2822379	Tiefenhöchstadt	tiefenhochstadt	DE		0	Europe/Berlin	49.85016	11.07748				02	094	09471	09471123
2822380	Tiefenhäusern	tiefenhausern	DE		0	Europe/Berlin	47.70186	8.14652				01	083	08337	08337051
2822381	Tiefengrün	tiefengrun	DE		0	Europe/Berlin	50.39979	11.79636				02	094	09475	09475113
2822382	Tiefengruben	tiefengruben	DE		0	Europe/Berlin	50.89767	11.23155				15	00	16071	16071003
2822383	Tiefengruben	tiefengruben	DE		0	Europe/Berlin	50.47368	9.64788				05	066	06631	06631018
2822388	Tiefenellern	tiefenellern	DE		0	Europe/Berlin	49.91829	11.07285				02	094	09471	09471155
2822389	Tiefendorf	tiefendorf	DE		0	Europe/Berlin	51.391	7.56719				07	059	05914	05914000
2822393	Tiefenbrunnen	tiefenbrunnen	DE		0	Europe/Berlin	52.03083	12.96614				11	00	12069	12069632
2822394	Tiefenbrunn	tiefenbrunn	DE		0	Europe/Berlin	53.15667	13.12333				11	00	12065	12065084
2822395	Tiefenbrunn	tiefenbrunn	DE		0	Europe/Berlin	50.32946	12.12667				13	00	14523	14523080
2822396	Tiefenbrunn	tiefenbrunn	DE		0	Europe/Berlin	48.04091	11.26485				02	091	09188	09188132
2822397	Tiefenbruck	tiefenbruck	DE		0	Europe/Berlin	47.65888	10.74854				02	097	09777	09777166
2822402	Tiefenbroich	tiefenbroich	DE		0	Europe/Berlin	51.3097	6.82873		Tiefenbroich		07	051	05158	05158028
2822403	Tiefenberg	tiefenberg	DE		0	Europe/Berlin	47.48729	10.26496				02	097	09780	09780134
2822406	Tiefenbach bei Oberstdorf	tiefenbach-bei-oberstdorf	DE		0	Europe/Berlin	47.42051	10.24658				02	097	09780	09780133
2822456	Tiefenau	tiefenau	DE		0	Europe/Berlin	51.38997	13.39657		Tiefenau		13	00	14627	14627340
2822461	Tiefbrunn	tiefbrunn	DE		0	Europe/Berlin	48.93271	12.25997				02	093	09375	09375170
2822465	Tieckow	tieckow	DE		0	Europe/Berlin	52.47405	12.45301				11	00	12069	12069270
2822466	Tiebensee	tiebensee	DE		0	Europe/Berlin	54.22163	9.01999		Tiebensee		10	00	01051	01051075
2822474	Tichling	tichling	DE		0	Europe/Berlin	48.61374	12.52886				02	092	09279	09279116
2822475	Tichelwarf	tichelwarf	DE		0	Europe/Berlin	53.16774	7.29529				06	00	03457	03457021
2822478	Tichelboe	tichelboe	DE		0	Europe/Berlin	53.48979	7.976				06	00	03455	03455014
2822489	Thüthees	thuethees	DE		0	Europe/Berlin	51.7799	6.03523				07	051	05154	05154040
2822491	Thüste	thueste	DE		0	Europe/Berlin	52.02588	9.63398				06	00	03252	03252008
2822493	Thusmühle	thusmuhle	DE		0	Europe/Berlin	50.08718	11.9589				02	094	09479	09479145
2822494	Thüsdorf	thuesdorf	DE		0	Europe/Berlin	51.10753	11.49572				14	00	15084	15084125
2822495	Thürungen	thuerungen	DE		0	Europe/Berlin	51.44684	11.03199				14	00	15087	15087250
2822497	Thürsnacht	thursnacht	DE		0	Europe/Berlin	49.33027	11.65323				02	093	09373	09373140
2822501	Thurow	thurow	DE		0	Europe/Berlin	53.96743	13.5309				12	00	13075	13075154
2822502	Thurow	thurow	DE		0	Europe/Berlin	53.80552	13.53653				12	00	13075	13075088
2822503	Thurow	thurow	DE		0	Europe/Berlin	53.73208	11.68086				12	00	13076	13076020
2822504	Thürow	thuerow	DE		0	Europe/Berlin	53.37651	13.18103				12	00	13071	13071025
2822505	Thürnthenning	thurnthenning	DE		0	Europe/Berlin	48.68318	12.51526		Thurnthenning,Thürnthenning,Turnthenning,Türnthenning		02	092	09279	09279128
2822506	Thurnstein	thurnstein	DE		0	Europe/Berlin	48.41431	12.90589				02	092	09277	09277139
2822507	Thurnsberg	thurnsberg	DE		0	Europe/Berlin	48.38881	11.58912				02	091	09178	09178137
2822509	Thurnreuth	thurnreuth	DE		0	Europe/Berlin	48.60312	13.72347				02	092	09275	09275156
2822510	Thurnhosbach	thurnhosbach	DE		0	Europe/Berlin	51.09915	9.87401		Thurnhosbach		05	066	06636	06636011
2822511	Thürnhofen	thurnhofen	DE		0	Europe/Berlin	49.21514	12.8775				02	093	09372	09372130
2822512	Thürnhofen	thurnhofen	DE		0	Europe/Berlin	49.16645	10.39736				02	095	09571	09571145
2822518	Thurneck	thurneck	DE		0	Europe/Berlin	48.74651	10.63305				02	097	09779	09779184
2822519	Thurndorf	thurndorf	DE		0	Europe/Berlin	49.77339	11.65838				02	093	09374	09374129
2822520	Thurndorf	thurndorf	DE		0	Europe/Berlin	49.3284	10.65858				02	095	09571	09571217
2822523	Thurn	thurn	DE		0	Europe/Berlin	49.68754	11.01137		Thurn		02	094	09474	09474135
2822527	Thürmsdorf	thuermsdorf	DE		0	Europe/Berlin	50.93279	14.04568				13	00	14628	14628390
2822528	Thurmgut	thurmgut	DE		0	Europe/Berlin	50.51236	10.31886		Thurmgut		15	00	16066	16066093
2822533	Thurm	thurm	DE		0	Europe/Berlin	50.76675	12.55159				13	00	14524	14524200
2822536	Thürkow	thuerkow	DE		478	Europe/Berlin	53.82518	12.56243		Thurkow,Thürkow		12	00	13072	13072109
2822538	Thürk	thuerk	DE		0	Europe/Berlin	54.11086	10.50026				10	00	01055	01055007
2822539	Thüritz	thueritz	DE		0	Europe/Berlin	52.73056	11.35057				14	00	15081	15081240
2822541	Thüringenhausen	thueringenhausen	DE		105	Europe/Berlin	51.26667	10.8		Thuringenhausen,Thüringenhausen		15	00	16065	16065014
2822544	Thürham	thurham	DE		0	Europe/Berlin	47.87396	12.00992		Thurham,Thürham		02	091	09187	09187117
2822549	Thurau	thurau	DE		0	Europe/Berlin	52.95416	11.26267				06	00	03354	03354025
2822550	Thurau	thurau	DE		0	Europe/Berlin	51.77621	11.92919		Thurau		14	00	15082	15082256
2822551	Thurau	thurau	DE		0	Europe/Berlin	49.35988	12.62526				02	093	09372	09372157
2822552	Thurasdorf	thurasdorf	DE		0	Europe/Berlin	49.01413	12.56677				02	092	09278	09278197
2822553	Thurasdorf	thurasdorf	DE		0	Europe/Berlin	49.00198	12.67955				02	092	09278	09278134
2822556	Thür	thuer	DE		1450	Europe/Berlin	50.35692	7.27689			07137101	08	00	07137	07137101
2822557	Thunum	thunum	DE		0	Europe/Berlin	53.64652	7.65799				06	00	03462	03462015
2822558	Thunstetten	thunstetten	DE		0	Europe/Berlin	47.86856	12.68642				02	091	09189	09189148
2822560	Thunpadel	thunpadel	DE		0	Europe/Berlin	53.09161	11.0279				06	00	03354	03354012
2822562	Thüngfeld	thungfeld	DE		0	Europe/Berlin	49.75	10.78333				02	095	09572	09572143
2822566	Thüngbach	thungbach	DE		0	Europe/Berlin	49.77572	10.64202				02	094	09471	09471220
2822568	Thune	thune	DE		0	Europe/Berlin	51.75942	8.70645				07	057	05774	05774032
2822569	Thune	thune	DE		0	Europe/Berlin	52.85568	10.91274				06	00	03354	03354022
2822570	Thune	thune	DE		1536	Europe/Berlin	52.33261	10.51048				06	00	03101	03101000
2822573	Thundorf	thundorf	DE		0	Europe/Berlin	48.75857	13.01743				02	092	09271	09271141
2822574	Thundorf	thundorf	DE		0	Europe/Berlin	47.82165	12.90686				02	091	09172	09172111
2822575	Thundorf	thundorf	DE		0	Europe/Berlin	49.21244	11.33935				02	093	09373	09373126
2822576	Thünahof	thunahof	DE		0	Europe/Berlin	50.49521	11.39059				02	094	09476	09476152
2822577	Thumsenreuth	thumsenreuth	DE		0	Europe/Berlin	49.85449	12.10686				02	093	09377	09377132
2822580	Thümmlitz	thuemmlitz	DE		0	Europe/Berlin	51.27169	12.82276				13	00	14729	14729160
2822582	Thumirnicht	thumirnicht	DE		0	Europe/Berlin	51.13333	12.78333		Colditz-Thumirnicht,Thumirnicht		13	00	14729	14729080
2822583	Thumhausen	thumhausen	DE		0	Europe/Berlin	49.00604	11.93107		Thumhausen		02	093	09375	09375175
2822585	Thumen	thumen	DE		0	Europe/Berlin	47.58542	9.75025				02	097	09776	09776126
2822598	Thülsfeld	thuelsfeld	DE		0	Europe/Berlin	52.93574	7.9303				06	00	03453	03453007
2822600	Thülen	thuelen	DE		0	Europe/Berlin	51.417	8.6428				07	059	05958	05958012
2822601	Thüle	thuele	DE		0	Europe/Berlin	51.70809	8.58724				07	057	05774	05774036
2822602	Thulbach	thulbach	DE		0	Europe/Berlin	48.5154	11.95877				02	091	09178	09178155
2822604	Thulba	thulba	DE		0	Europe/Berlin	50.1792	9.91943				02	096	09672	09672139
2822605	Thuisbrunn	thuisbrunn	DE		0	Europe/Berlin	49.6869	11.24786		Thuisbrunn		02	094	09474	09474132
2822606	Thuir	thuir	DE		0	Europe/Berlin	50.69284	6.53065				07	053	05358	05358044
2822610	Thüdinghausen	thuedinghausen	DE		0	Europe/Berlin	51.6676	9.86609				06	00	03155	03155009
2822611	Thronitz	thronitz	DE		0	Europe/Berlin	51.27513	12.20761				13	00	14729	14729270
2822614	Thron	thron	DE		0	Europe/Berlin	50.27228	11.66376				02	094	09475	09475169
2822617	Threna	threna	DE		0	Europe/Berlin	51.25625	12.53782		Threna		13	00	14729	14729020
2822619	Thränitz	thraenitz	DE		0	Europe/Berlin	50.86522	12.13015				15	00	16052	16052000
2822620	Thranenweier	thranenweier	DE		0	Europe/Berlin	49.70672	7.09904				08	00	07134	07134011
2822623	Thräna	thraena	DE		0	Europe/Berlin	51.07131	12.46664				13	00	14729	14729050
2822625	Thoßfell	thossfell	DE		0	Europe/Berlin	50.52328	12.24369				13	00	14523	14523270
2822627	Thossen	thossen	DE		0	Europe/Berlin	50.46636	12.00028		Thossen		13	00	14523	14523450
2822630	Thorstorf	thorstorf	DE		0	Europe/Berlin	53.90907	11.21672		Thorstorf		12	00	13074	13074085
2822632	Thorr	thorr	DE		0	Europe/Berlin	50.93966	6.63111				07	053	05362	05362008
2822640	Thöringswerder	thoeringswerder	DE		0	Europe/Berlin	52.71384	14.20944				11	00	12064	12064512
2822642	Thörey	thoerey	DE		0	Europe/Berlin	50.88687	10.94451		Thorey,Thörey		15	00	16070	16070028
2822646	Thören	thoeren	DE		0	Europe/Berlin	52.67815	9.75483				06	00	03351	03351024
2822647	Thoren	thoren	DE		0	Europe/Berlin	52.32919	8.92434				07	057	05770	05770024
2822651	Thonstetten	thonstetten	DE		0	Europe/Berlin	48.45039	11.9031				02	091	09178	09178143
2822653	Thönse	thoense	DE		0	Europe/Berlin	52.49402	9.90246		Thensen,Toeense,Töense		06	00	03241	03241004
2822654	Thonlohe	thonlohe	DE		0	Europe/Berlin	49.03321	11.68703				02	093	09375	09375148
2822666	Thongräben	thongraben	DE		0	Europe/Berlin	48.59075	11.61571				02	091	09186	09186162
2822667	Thonenburg	thonenburg	DE		0	Europe/Berlin	51.8165	9.40085				07	057	05762	05762020
2822669	Thondorf	thondorf	DE		0	Europe/Berlin	51.59865	11.53014				14	00	15087	15087165
2822670	Thonbichl	thonbichl	DE		0	Europe/Berlin	47.91838	12.07303				02	091	09187	09187137
2822671	Thonberg	thonberg	DE		0	Europe/Berlin	50.20514	11.32141				02	094	09476	09476185
2822672	Thonberg	thonberg	DE		0	Europe/Berlin	49.29083	12.65296				02	093	09372	09372168
2822678	Thonbach	thonbach	DE		0	Europe/Berlin	48.14922	12.15127				02	091	09183	09183139
2822679	Thon	thon	DE		0	Europe/Berlin	49.47982	11.05759				02	095	09564	09564000
2822681	Thomsdorf	thomsdorf	DE		0	Europe/Berlin	54.22458	11.01001		Thomsdorf		10	00	01055	01055036
2822682	Thomsdorf	thomsdorf	DE		0	Europe/Berlin	53.28342	13.46025				11	00	12073	12073069
2822685	Thomaszell	thomaszell	DE		0	Europe/Berlin	48.68984	12.06335				02	092	09274	09274176
2822686	Thomaswalde	thomaswalde	DE		0	Europe/Berlin	51.35	14.65				13	00	14626	14626060
2822688	Thomasreuth	thomasreuth	DE		0	Europe/Berlin	49.74597	11.85125				02	093	09374	09374117
2822689	Thomasplan	thomasplan	DE		0	Europe/Berlin	51.05	12.95				13	00	14522	14522120
2822690	Thomasmühle	thomasmuehle	DE		0	Europe/Berlin	50.56802	10.83115				15	00	16069	16069043
2822691	Thomashütte	thomashuette	DE		0	Europe/Berlin	49.95	8.81667				05	064	06438	06438012
2822692	Thomashof	thomashof	DE		0	Europe/Berlin	50.11165	10.2861				02	096	09678	09678186
2822693	Thomashof	thomashof	DE		0	Europe/Berlin	48.96717	8.50463				01	082	08212	08212000
2822700	Thomashardt	thomashardt	DE		0	Europe/Berlin	48.752	9.48373				01	081	08116	08116037
2822701	Thomasgschieß	thomasgschiess	DE		0	Europe/Berlin	49.59636	12.49334				02	093	09374	09374118
2822710	Thomä	thomae	DE		0	Europe/Berlin	51.5677	8.1301				07	059	05974	05974040
2822711	Thölstedt	thoelstedt	DE		0	Europe/Berlin	52.86946	8.35071				06	00	03458	03458014
2822714	Tholendorf	tholendorf	DE		0	Europe/Berlin	54.32968	8.67517				10	00	01054	01054134
2822716	Tholbath	tholbath	DE		0	Europe/Berlin	48.8193	11.56999				02	091	09176	09176129
2822718	Thingers	thingers	DE		0	Europe/Berlin	47.73409	10.2928				02	097	09763	09763000
2822719	Thimmendorf	thimmendorf	DE		0	Europe/Berlin	50.53838	11.57045				15	00	16075	16075134
2822729	Thieshope	thieshope	DE		0	Europe/Berlin	53.31203	10.0776				06	00	03353	03353004
2822732	Thiensen	thiensen	DE		0	Europe/Berlin	53.71782	9.77363				10	00	01056	01056014
2822733	Thieschitz	thieschitz	DE		0	Europe/Berlin	50.9046	12.04424				15	00	16052	16052000
2822734	Thiesburg	thiesburg	DE		0	Europe/Berlin	54.43333	9.33333				10	00	01059	01059020
2822740	Thiersbach	thiersbach	DE		0	Europe/Berlin	48.50569	13.23472				02	092	09275	09275124
2822741	Thürnstein	thuernstein	DE		0	Europe/Berlin	49.19102	13.05914				02	093	09372	09372178
2822742	Thiermietnach	thiermietnach	DE		0	Europe/Berlin	49.14261	12.52635				02	093	09372	09372142
2822743	Thiermann	thiermann	DE		0	Europe/Berlin	52.71124	8.82769				06	00	03251	03251040
2822744	Thierlstein	thierlstein	DE		0	Europe/Berlin	49.20639	12.59285				02	093	09372	09372116
2822745	Thierling	thierling	DE		0	Europe/Berlin	49.15367	12.61505				02	093	09372	09372158
2822746	Thieringhausen	thieringhausen	DE		0	Europe/Berlin	51.0027	7.89062				07	059	05966	05966024
2822750	Thierham	thierham	DE		0	Europe/Berlin	48.64669	13.72184				02	092	09275	09275148
2822751	Thierham	thierham	DE		0	Europe/Berlin	48.58582	11.39448				02	091	09186	09186128
2822752	Thierham	thierham	DE		0	Europe/Berlin	48.33822	13.28856				02	092	09275	09275116
2822755	Thiergarten	thiergarten	DE		0	Europe/Berlin	50.47021	12.10613				13	00	14523	14523320
2822756	Thiergarten	thiergarten	DE		0	Europe/Berlin	49.90322	11.58714				02	094	09462	09462000
2822757	Thiergarten	thiergarten	DE		0	Europe/Berlin	49.68947	6.98468				08	00	07231	07231079
2822758	Thiergarten	thiergarten	DE		0	Europe/Berlin	48.0893	9.09727		Thiergarten		01	084	08437	08437005
2822761	Thierfeld	thierfeld	DE		0	Europe/Berlin	50.67567	12.68767		Thierfeld		13	00	14524	14524090
2822762	Thierberg	thierberg	DE		0	Europe/Berlin	49.67198	10.49773				02	095	09575	09575161
2822764	Thierbaum	thierbaum	DE		0	Europe/Berlin	51.1057	12.73266				13	00	14729	14729010
2822768	Thierbach	thierbach	DE		0	Europe/Berlin	51.17271	12.53107		Thierbach		13	00	14729	14729220
2822769	Thierbach	thierbach	DE		0	Europe/Berlin	51.0596	11.9847				14	00	15084	15084013
2822770	Thierbach	thierbach	DE		0	Europe/Berlin	50.91852	12.68503		Thierbach		13	00	14522	14522460
2822771	Thierbach	thierbach	DE		0	Europe/Berlin	50.57983	11.94763		Thierbach		13	00	14523	14523310
2822772	Thierbach	thierbach	DE		0	Europe/Berlin	50.49668	11.55238				15	00	16075	16075134
2822773	Thierbach	thierbach	DE		0	Europe/Berlin	50.35389	11.66186				02	094	09475	09475112
2822774	Thierbach	thierbach	DE		0	Europe/Berlin	49.37704	10.63587				02	095	09571	09571217
2822775	Thierach	thierach	DE		0	Europe/Berlin	50.28078	11.07473				02	094	09473	09473159
2822777	Thier	thier	DE		0	Europe/Berlin	51.08024	7.3725				07	053	05374	05374052
2822778	Thier	thier	DE		0	Europe/Berlin	51.94057	8.10491				07	055	05570	05570012
2822782	Thienfelde	thienfelde	DE		0	Europe/Berlin	53.03294	8.49721				06	00	03458	03458005
2822785	Thiene	thiene	DE		0	Europe/Berlin	52.48595	7.93082				06	00	03459	03459001
2822787	Thienbüttel	thienbuettel	DE		0	Europe/Berlin	54.17547	9.83768				10	00	01058	01058117
2822791	Thiemitz	thiemitz	DE		0	Europe/Berlin	50.29656	11.58595				02	094	09475	09475169
2822792	Thiemendorf	thiemendorf	DE		0	Europe/Berlin	51.55538	12.19871				14	00	15082	15082340
2822793	Thiemendorf	thiemendorf	DE		0	Europe/Berlin	51.20982	14.82121		Theimendorf,Thiemendorf		13	00	14626	14626580
2822794	Thiemendorf	thiemendorf	DE		0	Europe/Berlin	51.19917	14.00528				13	00	14625	14625450
2822795	Thiemendorf	thiemendorf	DE		0	Europe/Berlin	50.98902	11.94646				15	00	16074	16074039
2822796	Thiemendorf	thiemendorf	DE		0	Europe/Berlin	50.85	13.16667				13	00	14522	14522440
2822801	Thielitz	thielitz	DE		0	Europe/Berlin	52.85161	10.77484				06	00	03360	03360020
2822813	Thiedenwiese	thiedenwiese	DE		0	Europe/Berlin	52.21568	9.74642				06	00	03241	03241013
2822814	Thiedebach	thiedebach	DE		0	Europe/Berlin	52.21667	10.5				06	00	03101	03101000
2822815	Thiede	thiede	DE		0	Europe/Berlin	52.18344	10.48469		Thiede		06	00	03102	03102000
2822818	Thie	thie	DE		0	Europe/Berlin	51.88428	11.54123				14	00	15089	15089310
2822821	Theusdorf	theusdorf	DE		0	Europe/Berlin	51.03777	12.63482				13	00	14729	14729150
2822826	Theuern	theuern	DE		0	Europe/Berlin	50.42428	11.03388				15	00	16072	16072015
2822827	Theuern	theuern	DE		0	Europe/Berlin	49.38738	11.91042		Theuern		02	093	09371	09371136
2822829	Theuerbronn	theuerbronn	DE		0	Europe/Berlin	49.23409	10.15144		Theuerbronn		02	095	09571	09571199
2822831	Theten	theten	DE		0	Europe/Berlin	51.13402	8.0337		Theten		07	059	05966	05966020
2822833	Thessen	thessen	DE		0	Europe/Berlin	52.80231	8.24803				06	00	03460	03460010
2822834	Thesingfeld	thesingfeld	DE		0	Europe/Berlin	52.48333	6.98333				06	00	03456	03456014
2822838	Thesdorf	thesdorf	DE		0	Europe/Berlin	53.64337	9.81938		Thesdorf		10	00	01056	01056039
2822839	Thesau	thesau	DE		0	Europe/Berlin	51.21346	12.22219				13	00	14729	14729350
2822840	Thermalbad Wiesenbad	thermalbad-wiesenbad	DE		0	Europe/Berlin	50.61667	13.05		Termalbad Visenbad,Termalbad Vizenbad,Thermalbad Wiesenbad,Vizenbad,Wiesenbad,te er ma er ba de wei sen ba de,Визенбад,Термалбад Визенбад,Термалбад Висенбад,特尔马尔巴德维森巴德	14521630	13	00	14521	14521630
2822841	Theresienthal	theresienthal	DE		0	Europe/Berlin	49.03022	13.23171				02	092	09276	09276148
2822845	Theresienhütte	theresienhuette	DE		0	Europe/Berlin	51.6	13.8				11	00	12062	12062293
2822846	Theresienhof	theresienhof	DE		0	Europe/Berlin	54.19021	10.4022				10	00	01057	01057067
2822855	Theodorshalle	theodorshalle	DE		0	Europe/Berlin	49.81667	7.85				08	00	07133	07133006
2822857	Theobaldshof	theobaldshof	DE		0	Europe/Berlin	50.6682	10.04131				05	066	06631	06631023
2822858	Thenried	thenried	DE		0	Europe/Berlin	49.23165	12.85758				02	093	09372	09372151
2822860	Thenn	thenn	DE		0	Europe/Berlin	48.39719	11.96447				02	091	09177	09177143
2822861	Thening	thening	DE		0	Europe/Berlin	49.24793	12.84909		Donning,Dönning,Thening		02	093	09372	09372151
2822862	Thening	thening	DE		0	Europe/Berlin	49.21142	12.92938				02	093	09372	09372135
2822863	Thenhoven	thenhoven	DE		0	Europe/Berlin	51.04344	6.84912				07	053	05315	05315000
2822864	Thenhof	thenhof	DE		0	Europe/Berlin	49.19769	12.95752				02	093	09372	09372135
2822865	Thenhausen	thenhausen	DE		0	Europe/Berlin	52.09754	8.59337				07	057	05758	05758012
2822866	Themenreuth	themenreuth	DE		0	Europe/Berlin	49.92983	12.27927				02	093	09377	09377137
2822869	Thelstorf	thelstorf	DE		0	Europe/Berlin	53.27661	9.89768				06	00	03353	03353020
2822871	Thelitz	thelitz	DE		0	Europe/Berlin	50.12993	11.16091				02	094	09478	09478127
2822872	Theley	theley	DE		0	Europe/Berlin	49.49995	7.02488		Theley		09	00	10046	10046118
2822873	Thelenberg	thelenberg	DE		0	Europe/Berlin	50.65634	7.40639		Thelenberg		08	00	07138	07138003
2822875	Thekla	thekla	DE		0	Europe/Berlin	51.37628	12.43265		Leipzig-Thekla,Thekla		13	00	14713	14713000
2822879	Theißing	theissing	DE		0	Europe/Berlin	48.81172	11.57709				02	091	09176	09176129
2822880	Theißenstein	theissenstein	DE		0	Europe/Berlin	50.27674	11.06066				02	094	09473	09473159
2822888	Theisewitz	theisewitz	DE		0	Europe/Berlin	50.9587	13.75248				13	00	14628	14628220
2822890	Theisenort	theisenort	DE		0	Europe/Berlin	50.21505	11.27849				02	094	09476	09476146
2822892	Theisbrüggermoor	theisbrueggermoor	DE		0	Europe/Berlin	53.70069	9.32338				06	00	03359	03359013
2822893	Theisbrügge	theisbruegge	DE		0	Europe/Berlin	53.71709	9.36789				06	00	03359	03359013
2822896	Theisau	theisau	DE		0	Europe/Berlin	50.12729	11.28047				02	094	09478	09478116
2822897	Theisa	theisa	DE		0	Europe/Berlin	51.54136	13.46945		Theisa		11	00	12062	12062024
2822898	Theinselberg	theinselberg	DE		0	Europe/Berlin	47.94252	10.24947				02	097	09778	09778162
2822899	Theiningsen	theiningsen	DE		0	Europe/Berlin	51.51029	8.06834				07	059	05974	05974032
2822900	Theinheim	theinheim	DE		0	Europe/Berlin	49.88457	10.58773				02	096	09674	09674187
2822901	Theinfeld	theinfeld	DE		0	Europe/Berlin	50.21809	10.33689				02	096	09672	09672157
2822906	Theilenberg	theilenberg	DE		0	Europe/Berlin	49.19596	10.87303		Theilenberg		02	095	09576	09576147
2822911	Theesen	theesen	DE		0	Europe/Berlin	52.06827	8.52239				07	057	05711	05711000
2822912	Theesdorf	theesdorf	DE		0	Europe/Berlin	51.04845	12.86946				13	00	14522	14522120
2822913	Theeschütz	theeschuetz	DE		0	Europe/Berlin	51.10744	13.20929				13	00	14522	14522080
2822918	Theerhütte	theerhuette	DE		0	Europe/Berlin	52.45722	11.50805				14	00	15081	15081135
2822923	Theenhausen	theenhausen	DE		0	Europe/Berlin	52.10979	8.3692		Theenhausen		07	057	05754	05754052
2822924	Theener	theener	DE		0	Europe/Berlin	53.66323	7.30307				06	00	03452	03452009
2822925	Theene	theene	DE		0	Europe/Berlin	53.46429	7.35256				06	00	03452	03452023
2822928	Theegarten	theegarten	DE		0	Europe/Berlin	51.17608	7.11101				07	051	05122	05122000
2822929	Theeberg	theeberg	DE		0	Europe/Berlin	53.95403	9.16371				10	00	01051	01051024
2822934	Theberath	theberath	DE		0	Europe/Berlin	51.08304	6.09561				07	053	05370	05370016
2822935	Thauernhausen	thauernhausen	DE		0	Europe/Berlin	47.93314	12.50424				02	091	09189	09189114
2822940	Thansüß	thansuss	DE		0	Europe/Berlin	49.62873	11.93888				02	093	09371	09371121
2822942	Thansen	thansen	DE		0	Europe/Berlin	53.13214	10.14229				06	00	03355	03355034
2822943	Thansau	thansau	DE		0	Europe/Berlin	47.82272	12.15414				02	091	09187	09187169
2822944	Thanried	thanried	DE		0	Europe/Berlin	49.28057	12.49008				02	093	09372	09372161
2822948	Thankirchen	thankirchen	DE		0	Europe/Berlin	47.8555	11.56809				02	091	09173	09173118
2822949	Thanning	thanning	DE		0	Europe/Berlin	48.51402	12.75959				02	092	09277	09277111
2822950	Thanning	thanning	DE		0	Europe/Berlin	47.9214	11.53513				02	091	09173	09173120
2822954	Thannhof	thannhof	DE		0	Europe/Berlin	49.59825	11.99129				02	093	09374	09374131
2822960	Thannet	thannet	DE		0	Europe/Berlin	48.63333	13.11417				02	092	09275	09275154
2822961	Thannet	thannet	DE		0	Europe/Berlin	49.1062	12.62303				02	093	09372	09372164
2822962	Thännersreuth	thannersreuth	DE		0	Europe/Berlin	49.83831	12.40437				02	093	09377	09377112
2822964	Thanners	thanners	DE		0	Europe/Berlin	47.60638	10.26176				02	097	09780	09780124
2822965	Thannermann	thannermann	DE		0	Europe/Berlin	48.54832	12.86463				02	092	09277	09277111
2822968	Thannenmais	thannenmais	DE		0	Europe/Berlin	48.538	12.63504				02	092	09279	09279134
2822971	Thannen	thannen	DE		0	Europe/Berlin	47.78838	10.22631				02	097	09780	09780112
2822973	Thanndorf	thanndorf	DE		0	Europe/Berlin	48.57429	12.91304				02	092	09277	09277142
2822975	Thannbrunn	thannbrunn	DE		0	Europe/Berlin	49.15089	11.5202				02	093	09373	09373112
2822976	Thannberg	thannberg	DE		0	Europe/Berlin	48.74151	13.27815				02	092	09272	09272150
2822977	Thannberg	thannberg	DE		0	Europe/Berlin	48.85358	12.96822				02	092	09271	09271119
2822978	Thannberg	thannberg	DE		0	Europe/Berlin	48.6497	13.07047				02	092	09271	09271128
2822982	Thann	thann	DE		0	Europe/Berlin	50.32259	11.09247				02	094	09473	09473151
2822983	Thann	thann	DE		0	Europe/Berlin	49.84307	12.24441				02	093	09377	09377117
2822984	Thann	thann	DE		0	Europe/Berlin	49.8571	12.06468				02	093	09377	09377116
2822985	Thann	thann	DE		0	Europe/Berlin	49.46043	11.94677				02	093	09371	09371122
2822986	Thann	thann	DE		0	Europe/Berlin	49.32588	12.47146				02	093	09376	09376147
2822987	Thann	thann	DE		0	Europe/Berlin	49.21535	12.27585				02	093	09376	09376149
2822988	Thann	thann	DE		0	Europe/Berlin	49.20387	10.55066		Thann		02	095	09571	09571115
2822989	Thann	thann	DE		0	Europe/Berlin	49.16274	11.5311				02	093	09373	09373112
2822990	Thann	thann	DE		0	Europe/Berlin	48.95509	11.62508				02	092	09273	09273164
2822991	Thann	thann	DE		0	Europe/Berlin	48.58192	13.39526				02	092	09262	09262000
2822992	Thann	thann	DE		0	Europe/Berlin	48.53162	12.64171				02	092	09279	09279134
2822993	Thann	thann	DE		0	Europe/Berlin	48.43103	12.04541				02	092	09274	09274121
2822994	Thann	thann	DE		0	Europe/Berlin	48.41401	11.42156				02	091	09186	09186132
2822995	Thann	thann	DE		0	Europe/Berlin	48.26587	12.04146				02	091	09177	09177127
2822996	Thann	thann	DE		0	Europe/Berlin	48.23634	12.30083				02	091	09183	09183138
2822997	Thann	thann	DE		0	Europe/Berlin	48.19935	12.37288				02	091	09183	09183113
2822998	Thann	thann	DE		0	Europe/Berlin	47.89747	12.03938				02	091	09187	09187137
2822999	Thann	thann	DE		0	Europe/Berlin	47.85861	11.70765				02	091	09182	09182120
2823009	Thanhof	thanhof	DE		0	Europe/Berlin	50.69167	12.39923		Lichtentanne-Thanhof,Thanhof		13	00	14524	14524170
2823013	Thanhöcking	thanhocking	DE		0	Europe/Berlin	48.63474	12.67782				02	092	09279	09279122
2823014	Thanheim	thanheim	DE		0	Europe/Berlin	49.33698	11.98093				02	093	09371	09371120
2823015	Thanheim	thanheim	DE		0	Europe/Berlin	48.30192	8.93515				01	084	08417	08417008
2823016	Thanhausen	thanhausen	DE		0	Europe/Berlin	48.59803	12.83636				02	092	09279	09279113
2823017	Thanhausen	thanhausen	DE		0	Europe/Berlin	49.80368	12.4003				02	093	09377	09377112
2823018	Thanhausen	thanhausen	DE		0	Europe/Berlin	49.08273	12.16954				02	093	09375	09375208
2823019	Thanhausen	thanhausen	DE		0	Europe/Berlin	48.93546	11.60498				02	091	09176	09176112
2823020	Thanham	thanham	DE		0	Europe/Berlin	48.38909	13.13999				02	092	09275	09275131
2823022	Thangelstedt	thangelstedt	DE		0	Europe/Berlin	50.84389	11.27678		Saufeld		15	00	16071	16071008
2823025	Thananger	thananger	DE		0	Europe/Berlin	48.95121	12.71521				02	092	09278	09278139
2823026	Thamsbrück	thamsbrueck	DE		0	Europe/Berlin	51.14027	10.63656				15	00	16064	16064003
2823028	Thammenhain	thammenhain	DE		0	Europe/Berlin	51.42704	12.85898				13	00	14729	14729245
2823029	Thamm	thamm	DE		0	Europe/Berlin	51.53333	14				11	00	12066	12066304
2823030	Thambach	thambach	DE		0	Europe/Berlin	48.18751	12.26199				02	091	09183	09183140
2823036	Thalveldenz	thalveldenz	DE		0	Europe/Berlin	49.88292	7.03792				08	00	07231	07231126
2823037	Thalstetten	thalstetten	DE		0	Europe/Berlin	48.95338	12.55027				02	092	09278	09278141
2823039	Thalschütz	thalschuetz	DE		0	Europe/Berlin	51.29608	12.12868				14	00	15088	15088205
2823041	Thalreit	thalreit	DE		0	Europe/Berlin	47.77769	12.11414				02	091	09187	09187165
2823042	Thalöd	thalod	DE		0	Europe/Berlin	48.52044	12.89538				02	092	09277	09277114
2823043	Thalmühl	thalmuhl	DE		0	Europe/Berlin	47.76597	10.98581				02	091	09190	09190117
2823046	Thalmannsfeld	thalmannsfeld	DE		0	Europe/Berlin	49.06909	11.15105		Thalmannsfeld		02	095	09577	09577115
2823047	Thalmannsdorf	thalmannsdorf	DE		0	Europe/Berlin	48.43102	11.37797				02	091	09174	09174147
2823048	Thalmann	thalmann	DE		0	Europe/Berlin	47.79128	12.19397				02	091	09187	09187169
2823050	Thalling	thalling	DE		0	Europe/Berlin	48.38447	13.27294				02	092	09275	09275141
2823053	Thallern	thallern	DE		0	Europe/Berlin	49.09103	12.43616				02	093	09372	09372150
2823056	Thalkofen	thalkofen	DE		0	Europe/Berlin	48.49328	12.50836				02	092	09277	09277121
2823057	Thalkleinich	thalkleinich	DE		0	Europe/Berlin	49.89748	7.18796				08	00	07231	07231070
2823058	Thalkirchen	thalkirchen	DE		0	Europe/Berlin	48.10159	11.54646				02	091	09162	09162000
2823059	Thalkirchen	thalkirchen	DE		0	Europe/Berlin	47.883	12.28658				02	091	09187	09187128
2823060	Thalkirchdorf	thalkirchdorf	DE		0	Europe/Berlin	47.55255	10.0888				02	097	09780	09780132
2823061	Thalitter	thalitter	DE		0	Europe/Berlin	51.21914	8.89687				05	066	06635	06635019
2823062	Thalingburen	thalingburen	DE		0	Europe/Berlin	54.10641	9.03189				10	00	01051	01051137
2823063	Thalhofen	thalhofen	DE		0	Europe/Berlin	47.89678	10.70546				02	097	09777	09777172
2823064	Thalhofen	thalhofen	DE		0	Europe/Berlin	47.77204	10.59715				02	097	09777	09777151
2823098	Thalhammer	thalhammer	DE		0	Europe/Berlin	47.78058	11.80987				02	091	09182	09182125
2823100	Thalham	thalham	DE		0	Europe/Berlin	48.66745	12.71521				02	092	09279	09279122
2823101	Thalham	thalham	DE		0	Europe/Berlin	48.64249	13.33808				02	092	09275	09275151
2823102	Thalham	thalham	DE		0	Europe/Berlin	48.62788	11.84641				02	092	09273	09273178
2823103	Thalham	thalham	DE		0	Europe/Berlin	48.58879	12.33447				02	092	09274	09274156
2823104	Thalham	thalham	DE		0	Europe/Berlin	48.55415	12.43877				02	092	09274	09274112
2823105	Thalham	thalham	DE		0	Europe/Berlin	48.43503	12.36252				02	092	09274	09274184
2823106	Thalham	thalham	DE		0	Europe/Berlin	48.30229	12.664				02	091	09171	09171127
2823107	Thalham	thalham	DE		0	Europe/Berlin	48.26538	12.29439				02	091	09183	09183135
2823108	Thalham	thalham	DE		0	Europe/Berlin	48.23794	12.33636				02	091	09183	09183138
2823109	Thalham	thalham	DE		0	Europe/Berlin	48.00302	12.60741				02	091	09189	09189134
2823110	Thalham	thalham	DE		0	Europe/Berlin	48.02156	12.22684				02	091	09187	09187126
2823111	Thalham	thalham	DE		0	Europe/Berlin	47.99983	12.5189				02	091	09189	09189111
2823112	Thalham	thalham	DE		0	Europe/Berlin	47.97216	12.29251				02	091	09187	09187113
2823113	Thalham	thalham	DE		0	Europe/Berlin	47.88573	11.63658				02	091	09173	09173118
2823114	Thalham	thalham	DE		0	Europe/Berlin	47.87013	11.91115				02	091	09187	09187122
2823115	Thalham	thalham	DE		0	Europe/Berlin	47.83722	12.23799				02	091	09187	09187167
2823116	Thalham	thalham	DE		0	Europe/Berlin	47.83687	11.81846				02	091	09182	09182137
2823117	Thalham	thalham	DE		0	Europe/Berlin	47.81189	12.2277				02	091	09187	09187169
2823118	Thalham	thalham	DE		0	Europe/Berlin	47.79655	11.96942				02	091	09187	09187129
2823119	Thalham	thalham	DE		0	Europe/Berlin	47.80584	11.78336				02	091	09182	09182136
2823125	Thalfröschen	thalfroeschen	DE		0	Europe/Berlin	49.25773	7.57756				08	00	07340	07340051
2823126	Thalfingen	thalfingen	DE		0	Europe/Berlin	48.43808	10.05077				02	097	09775	09775139
2823127	Thalexweiler	thalexweiler	DE		0	Europe/Berlin	49.44628	6.96335		Thalexweiler		09	00	10044	10044112
2823129	Thalersdorf	thalersdorf	DE		0	Europe/Berlin	49.13191	12.97125				02	092	09276	09276113
2823130	Thalern	thalern	DE		0	Europe/Berlin	48.515	11.36802				02	091	09186	09186125
2823133	Thälendorf	thaelendorf	DE		0	Europe/Berlin	50.71703	11.19823				15	00	16073	16073112
2823134	Thalendorf	thalendorf	DE		0	Europe/Berlin	47.63333	10		Dallendorf,Thalendorf		02	097	09776	09776113
2823138	Thaleischweiler	thaleischweiler	DE		0	Europe/Berlin	49.26667	7.56667		Thaleischweiler		08	00	07340	07340051
2823139	Thalebra	thalebra	DE		0	Europe/Berlin	51.30623	10.79584				15	00	16065	16065067
2823142	Thaldorf	thaldorf	DE		0	Europe/Berlin	51.38333	11.6				14	00	15088	15088305
2823143	Thaldorf	thaldorf	DE		0	Europe/Berlin	51.6318	11.71179				14	00	15087	15087165
2823144	Thaldorf	thaldorf	DE		0	Europe/Berlin	48.87866	11.88933				02	092	09273	09273137
2823145	Thaldorf	thaldorf	DE		0	Europe/Berlin	48.00353	12.03196				02	091	09175	09175112
2823146	Thalbürgel	thalbuergel	DE		0	Europe/Berlin	50.93444	11.75108				15	00	16074	16074009
2823147	Thalborn	thalborn	DE		0	Europe/Berlin	51.09219	11.21911				15	00	16071	16071102
2823148	Thalberg	thalberg	DE		0	Europe/Berlin	53.6755	13.2406				12	00	13071	13071004
2823149	Thalberg	thalberg	DE		0	Europe/Berlin	51.54164	13.44969		Thalberg		11	00	12062	12062024
2823150	Thalberg	thalberg	DE		0	Europe/Berlin	48.65922	13.76364				02	092	09275	09275156
2823152	Thalbach	thalbach	DE		0	Europe/Berlin	48.48807	11.92669				02	091	09178	09178155
2823153	Thalau	thalau	DE		0	Europe/Berlin	50.44078	9.77268				05	066	06631	06631004
2823156	Thalacker	thalacker	DE		0	Europe/Berlin	47.89269	12.02067				02	091	09187	09187117
2823158	Thal	thal	DE		0	Europe/Berlin	48.63252	13.42194				02	092	09275	09275151
2823159	Thal	thal	DE		0	Europe/Berlin	51.98921	9.31435				06	00	03252	03252003
2823160	Thal	thal	DE		0	Europe/Berlin	51.1326	13.22643				13	00	14522	14522080
2823161	Thal	thal	DE		0	Europe/Berlin	51.01523	7.49278		Thal		07	053	05374	05374008
2823162	Thal	thal	DE		1975	Europe/Berlin	50.91684	10.39209	308			15	00	16063	16063066
2823163	Thal	thal	DE		0	Europe/Berlin	50.75711	7.71822				08	00	07132	07132096
2823164	Thal	thal	DE		0	Europe/Berlin	49.15965	12.63883				02	093	09372	09372164
2823165	Thal	thal	DE		0	Europe/Berlin	48.79612	12.73178				02	092	09278	09278192
2823166	Thal	thal	DE		0	Europe/Berlin	48.5425	13.1082				02	092	09275	09275117
2823167	Thal	thal	DE		0	Europe/Berlin	48.53583	12.85603				02	092	09277	09277111
2823168	Thal	thal	DE		0	Europe/Berlin	48.51037	11.87571				02	091	09178	09178142
2823169	Thal	thal	DE		0	Europe/Berlin	48.47933	12.02111				02	092	09274	09274124
2823170	Thal	thal	DE		0	Europe/Berlin	48.44905	13.13779				02	092	09275	09275124
2823171	Thal	thal	DE		0	Europe/Berlin	48.4363	12.25205				02	092	09274	09274134
2823172	Thal	thal	DE		0	Europe/Berlin	48.39534	12.78706				02	092	09277	09277116
2823173	Thal	thal	DE		0	Europe/Berlin	48.40868	12.08601				02	091	09177	09177124
2823174	Thal	thal	DE		0	Europe/Berlin	48.34396	12.75777				02	092	09277	09277134
2823175	Thal	thal	DE		0	Europe/Berlin	48.30706	11.96274				02	091	09177	09177113
2823176	Thal	thal	DE		0	Europe/Berlin	48.28939	12.46667				02	091	09183	09183127
2823177	Thal	thal	DE		0	Europe/Berlin	48.28662	10.09867				02	097	09775	09775162
2823178	Thal	thal	DE		0	Europe/Berlin	48.24416	12.4987				02	091	09183	09183128
2823179	Thal	thal	DE		0	Europe/Berlin	48.24305	12.18036				02	091	09177	09177115
2823180	Thal	thal	DE		0	Europe/Berlin	48.25023	11.29854				02	091	09179	09179134
2823181	Thal	thal	DE		0	Europe/Berlin	48.20453	12.32718				02	091	09183	09183113
2823182	Thal	thal	DE		0	Europe/Berlin	48.15796	12.10367				02	091	09183	09183126
2823183	Thal	thal	DE		0	Europe/Berlin	48.09097	12.11877				02	091	09187	09187186
2823184	Thal	thal	DE		0	Europe/Berlin	48.06667	12.11667				02	091	09187	09187159
2823185	Thal	thal	DE		0	Europe/Berlin	47.97251	11.9745				02	091	09187	09187179
2823186	Thal	thal	DE		0	Europe/Berlin	47.93676	11.90326				02	091	09187	09187130
2823187	Thal	thal	DE		0	Europe/Berlin	47.908	12.33915				02	091	09187	09187128
2823188	Thal	thal	DE		0	Europe/Berlin	47.87584	10.25694				02	097	09778	09778144
2823189	Thal	thal	DE		0	Europe/Berlin	47.8263	10.4329				02	097	09777	09777138
2823190	Thal	thal	DE		0	Europe/Berlin	47.79675	12.25705				02	091	09187	09187132
2823191	Thal	thal	DE		0	Europe/Berlin	47.78332	11.52612				02	091	09173	09173145
2823192	Thal	thal	DE		0	Europe/Berlin	47.64593	10.78018				02	097	09777	09777173
2823193	Thal	thal	DE		0	Europe/Berlin	47.62682	10.51375				02	097	09777	09777153
2823194	Thal	thal	DE		0	Europe/Berlin	47.58776	10.60224				02	097	09777	09777129
2823215	Thailen	thailen	DE		0	Europe/Berlin	49.53855	6.83355		Thailen		09	00	10042	10042117
2823216	Thaiden	thaiden	DE		0	Europe/Berlin	50.54273	10.0143				05	066	06631	06631005
2823217	Thaerfelde	thaerfelde	DE		0	Europe/Berlin	52.6755	13.65163				11	00	12060	12060020
2823220	Teyendorf	teyendorf	DE		0	Europe/Berlin	52.97754	10.78943				06	00	03360	03360018
2823223	Tewel	tewel	DE		0	Europe/Berlin	53.06675	9.66378				06	00	03358	03358017
2823225	Teveren	teveren	DE		0	Europe/Berlin	50.95359	6.08027		Teveren		07	053	05370	05370012
2823226	Tevenhausen	tevenhausen	DE		0	Europe/Berlin	52.1279	8.9875				07	057	05766	05766036
2823235	Teutendorf	teutendorf	DE		0	Europe/Berlin	54.06563	12.42682				12	00	13072	13072091
2823236	Teutendorf	teutendorf	DE		0	Europe/Berlin	53.9643	10.83806				10	00	01003	01003000
2823239	Teußerbad	teusserbad	DE		0	Europe/Berlin	49.09642	9.37888				01	081	08125	08125059
2823243	Teuses	teuses	DE		0	Europe/Berlin	47.97627	9.78857				01	084	08426	08426038
2823248	Teurow	teurow	DE		0	Europe/Berlin	52.08993	13.7173				11	00	12061	12061216
2823249	Teuringshofen	teuringshofen	DE		0	Europe/Berlin	48.3674	9.67436				01	084	08425	08425108
2823252	Teurershof	teurershof	DE		0	Europe/Berlin	49.11667	9.71667				01	081	08127	08127076
2823260	Teufstetten	teufstetten	DE		0	Europe/Berlin	48.2518	11.91446				02	091	09177	09177144
2823261	Teuflöd	teuflod	DE		0	Europe/Berlin	48.38513	13.21888				02	092	09275	09275143
2823269	Teufelstein	teufelstein	DE		0	Europe/Berlin	51.71667	6.75				07	051	05170	05170036
2823292	Teufelsmoor	teufelsmoor	DE		0	Europe/Berlin	53.263	8.88443				06	00	03356	03356007
2823310	Teufelshof	teufelshof	DE		0	Europe/Berlin	52.66222	12.86585				11	00	12063	12063208
2823318	Teufelsgraben	teufelsgraben	DE		0	Europe/Berlin	49.93898	11.52121				02	094	09462	09462000
2823320	Teufelseigen	teufelseigen	DE		0	Europe/Berlin	48.33324	12.9636				02	092	09277	09277152
2823323	Teufelsbrück	teufelsbrueck	DE		0	Europe/Berlin	53.54704	9.86444				04	00	02000	02000000
2823328	Kolonie Teufelsberg	kolonie-teufelsberg	DE		0	Europe/Berlin	52.86281	13.99615				11	00	12060	12060128
2823329	Teufelsberg	teufelsberg	DE		0	Europe/Berlin	48.42245	11.22305				02	091	09174	09174111
2823351	Teufelhammer	teufelhammer	DE		0	Europe/Berlin	49.86402	11.84215				02	094	09472	09472190
2823353	Teuditz	teuditz	DE		0	Europe/Berlin	51.28287	12.09851				14	00	15088	15088020
2823358	Teuchel	teuchel	DE		1009	Europe/Berlin	51.88842	12.64587				14	00	15091	15091375
2823359	Teuchatz	teuchatz	DE		0	Europe/Berlin	49.87218	11.09276				02	094	09471	09471142
2823362	Tetzitz	tetzitz	DE		0	Europe/Berlin	54.51795	13.37864				12	00	13073	13073074
2823364	Tetz	tetz	DE		0	Europe/Berlin	50.96298	6.31457		Tetz		07	053	05358	05358036
2823366	Tettscheid	tettscheid	DE		0	Europe/Berlin	50.13742	6.82537		Tettscheid		08	00	07233	07233075
2823370	Tettingen	tettingen	DE		0	Europe/Berlin	49.51542	6.41462				09	00	10042	10042115
2823373	Tettenwang	tettenwang	DE		0	Europe/Berlin	48.90122	11.69697		Tettenwang		02	091	09176	09176112
2823378	Tettens	tettens	DE		0	Europe/Berlin	53.63779	7.88196		Tettens		06	00	03455	03455020
2823379	Tettens	tettens	DE		0	Europe/Berlin	53.54913	8.48416				06	00	03461	03461007
2823380	Tettenmoos	tettenmoos	DE		0	Europe/Berlin	47.86471	12.57921				02	091	09189	09189119
2823381	Tettenhausen	tettenhausen	DE		0	Europe/Berlin	47.95562	12.7541				02	091	09189	09189162
2823382	Tettenham	tettenham	DE		0	Europe/Berlin	48.45064	13.26406				02	092	09275	09275149
2823385	Tettenborn	tettenborn	DE		0	Europe/Berlin	51.56448	10.55237				06	00	03159	03159004
2823386	Tettenberg	tettenberg	DE		0	Europe/Berlin	47.95397	12.70674				02	091	09189	09189162
2823388	Tettenagger	tettenagger	DE		0	Europe/Berlin	48.86814	11.62887				02	091	09176	09176147
2823390	Tettelham	tettelham	DE		0	Europe/Berlin	47.94494	12.6836				02	091	09189	09189162
2823396	Tetschendorf	tetschendorf	DE		0	Europe/Berlin	53.24359	12.36312				11	00	12068	12068468
2823402	Tetendorf	tetendorf	DE		0	Europe/Berlin	52.97044	9.84457				06	00	03358	03358021
2823404	Tetelrath	tetelrath	DE		0	Europe/Berlin	51.18337	6.24476		Tetelrath		07	053	05370	05370040
2823405	Tetel	tetel	DE		0	Europe/Berlin	54.41764	13.45684				12	00	13073	13073010
2823406	Tetekum	tetekum	DE		0	Europe/Berlin	51.74334	7.40673				07	055	05558	05558024
2823410	Testorf	testorf	DE		0	Europe/Berlin	54.24825	10.77627				10	00	01055	01055043
2823411	Testorf	testorf	DE		0	Europe/Berlin	53.80345	11.26455				12	00	13074	13074077
2823412	Testorf	testorf	DE		0	Europe/Berlin	53.5527	10.86041				12	00	13076	13076159
2823413	Testorf	testorf	DE		0	Europe/Berlin	53.04601	10.71768				06	00	03360	03360026
2823416	Teßmannsdorf	tessmannsdorf	DE		0	Europe/Berlin	54.05637	11.61379				12	00	13072	13072005
2823420	Wittendörp	wittendoerp	DE		0	Europe/Berlin	53.56285	11.02461		Vitenderp,Vittendjorp,wei teng de er pu,Витендерп,Виттендёрп,维滕德尔普		12	00	13076	13076153
2823425	Tesperhude	tesperhude	DE		0	Europe/Berlin	53.40655	10.43171				10	00	01053	01053032
2823427	Teschvitz	teschvitz	DE		0	Europe/Berlin	54.46797	13.25659				12	00	13073	13073028
2823429	Teschow	teschow	DE		0	Europe/Berlin	53.99364	11.63624				12	00	13072	13072002
2823430	Teschow	teschow	DE		0	Europe/Berlin	53.98183	12.3222				12	00	13072	13072112
2823431	Teschow	teschow	DE		0	Europe/Berlin	53.91275	10.88522				12	00	13074	13074076
2823432	Teschow	teschow	DE		0	Europe/Berlin	53.84468	11.1205		Teschow		12	00	13074	13074093
2823433	Teschow	teschow	DE		0	Europe/Berlin	53.78714	12.62746				12	00	13072	13072106
2823434	Teschensudberg	teschensudberg	DE		0	Europe/Berlin	51.18333	7.11667				07	051	05122	05122000
2823436	Teschenhagen	teschenhagen	DE		0	Europe/Berlin	54.39126	13.36941				12	00	13073	13073083
2823437	Teschenhagen	teschenhagen	DE		0	Europe/Berlin	54.25485	13.11768				12	00	13073	13073099
2823447	Teschenbrügge	teschenbruegge	DE		0	Europe/Berlin	53.32214	10.86217				12	00	13076	13076136
2823449	Tesche	tesche	DE		0	Europe/Berlin	51.23827	7.07073				07	051	05124	05124000
2823453	Terpt	terpt	DE		0	Europe/Berlin	51.8824	13.84388				11	00	12061	12061320
2823455	Terpitzsch	terpitzsch	DE		0	Europe/Berlin	51.12147	12.82888				13	00	14729	14729080
2823456	Terpitz	terpitz	DE		0	Europe/Berlin	51.32916	13.1271				13	00	14730	14730170
2823457	Terpitz	terpitz	DE		0	Europe/Berlin	51.02277	12.62063				13	00	14729	14729140
2823459	Ternsche	ternsche	DE		0	Europe/Berlin	51.71416	7.44696				07	059	05978	05978032
2823460	Terkelstoft	terkelstoft	DE		0	Europe/Berlin	54.79026	9.66902				10	00	01059	01059106
2823462	Terheide	terheide	DE		0	Europe/Berlin	53.58388	7.4628				06	00	03462	03462018
2823464	Terheeg	terheeg	DE		0	Europe/Berlin	51.081	6.34387		Terheeg		07	053	05370	05370004
2823465	Terhalle	terhalle	DE		0	Europe/Berlin	53.61814	7.36646				06	00	03452	03452007
2823468	Tergast	tergast	DE		0	Europe/Berlin	53.33615	7.36986				06	00	03457	03457014
2823470	Terborg	terborg	DE		0	Europe/Berlin	53.30065	7.38969				06	00	03457	03457014
2823472	Teplitz	teplitz	DE		0	Europe/Berlin	53.93171	11.71365				12	00	13074	13074091
2823473	Teplingen	teplingen	DE		0	Europe/Berlin	52.91537	11.15241				06	00	03354	03354026
2823474	Tepfenhard	tepfenhard	DE		0	Europe/Berlin	47.77056	9.48668				01	084	08436	08436095
2823476	Tenze	tenze	DE		0	Europe/Berlin	53.83641	12.52376				12	00	13072	13072113
2823477	Tentzerow	tentzerow	DE		0	Europe/Berlin	53.81727	13.19576				12	00	13071	13071065
2823479	Tente	tente	DE		0	Europe/Berlin	51.3	7.23333				07	051	05124	05124000
2823480	Tente	tente	DE		0	Europe/Berlin	51.12044	7.18973	270			07	053	05378	05378032
2823482	Tenstedt	tenstedt	DE		0	Europe/Berlin	52.79567	8.13084				06	00	03453	03453003
2823485	Tensfelderau	tensfelderau	DE		0	Europe/Berlin	54.0573	10.33397				10	00	01060	01060075
2823487	Tensbüttel	tensbuettel	DE		0	Europe/Berlin	54.1068	9.2359				10	00	01051	01051138
2823489	Tennig	tennig	DE		0	Europe/Berlin	49.9175	11.45058		Tennig		02	094	09472	09472167
2823490	Tennhöfle	tennhofle	DE		0	Europe/Berlin	48.86555	9.74718				01	081	08119	08119001
2823492	Tennersreuth	tennersreuth	DE		0	Europe/Berlin	50.12782	11.71618				02	094	09475	09475175
2823495	Tennenlohe	tennenlohe	DE		0	Europe/Berlin	49.55061	11.02581				02	095	09562	09562000
2823496	Tennenlohe	tennenlohe	DE		0	Europe/Berlin	49.28869	11.03774				02	095	09576	09576117
2823502	Tennach	tennach	DE		0	Europe/Berlin	50.08727	11.49192				02	094	09477	09477127
2823505	Tenholt	tenholt	DE		0	Europe/Berlin	51.05467	6.31542				07	053	05370	05370004
2823507	Tengshausen	tengshausen	DE		0	Europe/Berlin	53.70363	7.93086				06	00	03455	03455020
2823509	Tengling	tengling	DE		0	Europe/Berlin	47.99426	12.72706		Dengling,Tengling		02	091	09189	09189150
2823511	Tengern	tengern	DE		0	Europe/Berlin	52.63046	8.56865				06	00	03251	03251006
2823512	Tengern	tengern	DE		0	Europe/Berlin	52.25702	8.69894				07	057	05770	05770016
2823513	Tengerholz	tengerholz	DE		0	Europe/Berlin	52.26158	8.68853				07	057	05770	05770016
2823517	Tenge	tenge	DE		0	Europe/Berlin	52.82471	7.14368				06	00	03454	03454018
2823521	Temritz	temritz	DE		0	Europe/Berlin	51.19618	14.39415		Cemjercy,Ćemjercy		13	00	14625	14625020
2823523	Tempzin	tempzin	DE		0	Europe/Berlin	53.76279	11.68651				12	00	13076	13076167
2823536	Tempelsgreuth	tempelsgreuth	DE		0	Europe/Berlin	49.80498	10.77913				02	094	09471	09471120
2823538	Tempelhof	tempelhof-bezirk	DE		56669	Europe/Berlin	52.46667	13.4		Berlin-Tempelhof,Tempel'gof,Tempel'khof,Templinum,tmplhwp,Темпельгоф,Темпельхоф,טמפלהוף,ٹیمپلہوف-شونبرگ		16	00	11000	11000000
2823540	Tempelhof	tempelhof	DE		0	Europe/Berlin	49.12627	10.20696				01	081	08127	08127101
2823541	Tempelhof	tempelhof	DE		0	Europe/Berlin	48.85465	11.16145				02	091	09176	09176111
2823544	Tempelfelde	tempelfelde	DE		0	Europe/Berlin	52.7089	13.71918				11	00	12060	12060250
2823546	Tempelberg	tempelberg	DE		0	Europe/Berlin	52.4515	14.16153		Tempelberg		11	00	12067	12067473
2823553	Tempel	tempel	DE		0	Europe/Berlin	54.26447	12.51369				12	00	13073	13073075
2823558	Temming	temming	DE		0	Europe/Berlin	52.01612	7.40441				07	055	05558	05558008
2823559	Temmenhausen	temmenhausen	DE		0	Europe/Berlin	48.49005	9.86242				01	084	08425	08425031
2823560	Temmen	temmen	DE		0	Europe/Berlin	53.09639	13.759				11	00	12073	12073569
2823565	Teltower Vorstadt	teltower-vorstadt	DE		0	Europe/Berlin	52.38864	13.07725				11	00	12054	12054000
2823572	Telschow	telschow	DE		0	Europe/Berlin	53.28482	12.08685				11	00	12070	12070325
2823573	Tellschütz	tellschuetz	DE		0	Europe/Berlin	51.19862	12.27122				13	00	14729	14729430
2823574	Tellow	tellow	DE		0	Europe/Berlin	53.84604	12.51512				12	00	13072	13072113
2823575	Tellmer	tellmer	DE		0	Europe/Berlin	53.11098	10.30204				06	00	03355	03355008
2823581	Tellerhäuser	tellerhaeuser	DE		0	Europe/Berlin	50.43618	12.89161				13	00	14521	14521110
2823598	Telbrake	telbrake	DE		0	Europe/Berlin	52.73543	8.32978				06	00	03460	03460009
2823600	Teklenburg	teklenburg	DE		0	Europe/Berlin	53.13419	8.62375				06	00	03461	03461006
2823602	Teistungenburg	teistungenburg	DE		0	Europe/Berlin	51.48333	10.26667				15	00	16061	16061114
2823610	Teisenham	teisenham	DE		0	Europe/Berlin	47.91979	12.31507				02	091	09187	09187128
2823615	Teisbach	teisbach	DE		0	Europe/Berlin	48.62083	12.45748		Teisbach		02	092	09279	09279112
2823616	Teindeln	teindeln	DE		0	Europe/Berlin	51.24977	7.8118				07	059	05962	05962052
2823629	Teichweiden	teichweiden	DE		0	Europe/Berlin	50.75095	11.34954				15	00	16073	16073109
2823631	Teichting	teichting	DE		0	Europe/Berlin	47.90132	12.79253				02	091	09189	09189135
2823632	Teichstadthäuser	teichstadthaeuser	DE		0	Europe/Berlin	50.71667	13.41667				13	00	14522	14522520
2823633	Teichröda	teichroeda	DE		0	Europe/Berlin	50.75596	11.30473				15	00	16073	16073076
2823634	Teichnitz	teichnitz	DE		0	Europe/Berlin	51.20032	14.41157		Cichonca,Ćichońca		13	00	14625	14625020
2823636	Teichlosen	teichlosen	DE		0	Europe/Berlin	53.03589	11.02325				06	00	03354	03354011
2823640	Teichhütte	teichhuette	DE		0	Europe/Berlin	51.78433	10.19445				06	00	03159	03159002
2823644	Teichhäuser	teichhaeuser	DE		0	Europe/Berlin	51.61873	14.7317				11	00	12071	12071294
2823645	Teichhäuser	teichhaeuser	DE		0	Europe/Berlin	51.53957	13.45494				11	00	12062	12062024
2823646	Teichhäuser	teichhaeuser	DE		0	Europe/Berlin	51.27222	14.23487		Haty		13	00	14625	14625470
2823647	Teichhausen	teichhausen	DE		0	Europe/Berlin	52.65	7.71667				06	00	03459	03459009
2823653	Teichel	teichel	DE		0	Europe/Berlin	50.78626	11.31277				15	00	16073	16073076
2823670	Teich	teich	DE		0	Europe/Berlin	52.5	6.96667				06	00	03456	03456014
2823671	Teich	teich	DE		0	Europe/Berlin	52.3558	9.02176				07	057	05770	05770028
2823672	Teich	teich	DE		0	Europe/Berlin	48.04219	8.13587		Deich,Teich		01	083	08326	08326020
2823674	Teglingen	teglingen	DE		0	Europe/Berlin	52.65861	7.34581				06	00	03454	03454035
2823677	Tegernseeberg	tegernseeberg	DE		0	Europe/Berlin	47.71667	11.78333				02	091	09182	09182132
2823684	Tegernbach	tegernbach	DE		0	Europe/Berlin	48.5805	11.80057				02	091	09178	09178122
2823685	Tegernbach	tegernbach	DE		0	Europe/Berlin	48.56814	11.43193				02	091	09186	09186143
2823686	Tegernbach	tegernbach	DE		0	Europe/Berlin	48.3846	12.46326				02	091	09183	09183115
2823687	Tegernbach	tegernbach	DE		0	Europe/Berlin	48.32399	12.09626		Tegernbach		02	091	09177	09177139
2823688	Tegernbach	tegernbach	DE		0	Europe/Berlin	48.27021	11.07427		Tegernbach		02	091	09179	09179137
2823694	Tegelrieden	tegelrieden	DE		0	Europe/Berlin	52.81551	8.02363				06	00	03453	03453003
2823695	Tegelort	tegelort	DE		0	Europe/Berlin	52.57191	13.23066				16	00	11000	11000000
2823696	Tegelhof	tegelhof	DE		0	Europe/Berlin	54.37156	13.40015				12	00	13073	13073083
2823708	Tegel	tegel	DE		34287	Europe/Berlin	52.57601	13.29389		Berlin-Tegel,Tegel',brlyn tyghl,tyghl,Тегель,برلين تيغل,تيغل		16	00	11000	11000000
2823711	Tefental	tefental	DE		0	Europe/Berlin	51.15857	7.27474				07	051	05120	05120000
2823713	Teetz	teetz	DE		0	Europe/Berlin	53.019	12.50872				11	00	12068	12068264
2823720	Teerofen	teerofen	DE		0	Europe/Berlin	51.9355	14.46854				11	00	12071	12071384
2823723	Teendorf	teendorf	DE		0	Europe/Berlin	53.03925	10.38397				06	00	03360	03360010
2823730	Techwitz	techwitz	DE		0	Europe/Berlin	51.05935	12.18405				14	00	15084	15084130
2823731	Techritz	techritz	DE		0	Europe/Berlin	51.15742	14.37312		Cechorjecy,Techritz,Ćěchorjecy		13	00	14625	14625110
2823732	Techow	techow	DE		0	Europe/Berlin	53.14382	12.36001				11	00	12068	12068181
2823733	Technitz	technitz	DE		0	Europe/Berlin	51.13144	13.06208				13	00	14522	14522080
2823734	Techlin	techlin	DE		0	Europe/Berlin	54.06488	12.79555				12	00	13073	13073016
2823736	Techin	techin	DE		0	Europe/Berlin	53.58181	10.95852				12	00	13076	13076159
2823739	Techelwitz	techelwitz	DE		0	Europe/Berlin	54.33479	10.895				10	00	01055	01055015
2823741	Alttechau	alttechau	DE		0	Europe/Berlin	53.97252	10.70171		Alttechau,Techau		10	00	01055	01055035
2823745	Taxöldern	taxoldern	DE		0	Europe/Berlin	49.31805	12.29524				02	093	09376	09376116
2823747	Taxis	taxis	DE		0	Europe/Berlin	48.69077	10.37212				01	081	08135	08135010
2823748	Taxern	taxern	DE		0	Europe/Berlin	47.71667	11.56667				02	091	09173	09173124
2823749	Taxenberg	taxenberg	DE		0	Europe/Berlin	47.96363	12.35684				02	091	09189	09189137
2823750	Taxberg	taxberg	DE		0	Europe/Berlin	48.51505	11.14182				02	097	09771	09771141
2823753	Taxa	taxa	DE		0	Europe/Berlin	48.31597	11.20949				02	091	09174	09174135
2823758	Tauting	tauting	DE		0	Europe/Berlin	47.74608	11.1795				02	091	09190	09190121
2823759	Tautewalde	tautewalde	DE		0	Europe/Berlin	51.10002	14.35724		Tucicy,Tućicy		13	00	14625	14625630
2823760	Tautenwind	tautenwind	DE		0	Europe/Berlin	49.14534	11.09275		Tautenwind		02	095	09576	09576126
2823761	Tautenhofen	tautenhofen	DE		0	Europe/Berlin	47.80741	9.98182		Tautenhofen		01	084	08436	08436055
2823772	Tautenbronn	tautenbronn	DE		0	Europe/Berlin	47.91106	9.23379				01	084	08437	08437088
2823773	Taußersdorf	taussersdorf	DE		0	Europe/Berlin	48.968	12.77315				02	092	09278	09278154
2823775	Tauschwitz	tauschwitz	DE		0	Europe/Berlin	51.49552	13.1495		Tauschwitz		13	00	14730	14730010
2823776	Tauschwitz	tauschwitz	DE		0	Europe/Berlin	50.62685	11.42938				15	00	16073	16073038
2823777	Tauschwitz	tauschwitz	DE		0	Europe/Berlin	50.48105	12.17749				13	00	14523	14523320
2823779	Tauschthal	tauschthal	DE		0	Europe/Berlin	50.05758	11.56171				02	094	09477	09477158
2823782	Tauschendorf	tauschendorf	DE		0	Europe/Berlin	50.21377	11.38599				02	094	09476	09476145
2823783	Tauschendorf	tauschendorf	DE		0	Europe/Berlin	50.10434	11.19505				02	094	09478	09478111
2823784	Tauschendorf	tauschendorf	DE		0	Europe/Berlin	49.13333	12.53333				02	093	09372	09372142
2823790	Tausa	tausa	DE		0	Europe/Berlin	50.62687	11.69379				15	00	16075	16075102
2823796	Tauperlitz	tauperlitz	DE		0	Europe/Berlin	50.29626	11.9639				02	094	09475	09475120
2823797	Taupadel	taupadel	DE		0	Europe/Berlin	50.94407	11.70697				15	00	16074	16074009
2823798	Taupadel	taupadel	DE		0	Europe/Berlin	50.89381	12.40129				15	00	16077	16077036
2823802	Tauhardt	tauhardt	DE		0	Europe/Berlin	51.19789	11.47668				14	00	15084	15084132
2823804	Taugenroth	taugenroth	DE		0	Europe/Berlin	49.16393	10.63686		Taugenroth		02	095	09571	09571189
2823821	Tauernfeld	tauernfeld	DE		0	Europe/Berlin	49.23161	11.50904				02	093	09373	09373119
2823822	Tauern	tauern	DE		0	Europe/Berlin	47.78358	12.2622				02	091	09187	09187132
2823826	Tauchritz	tauchritz	DE		0	Europe/Berlin	51.0684	14.95051				13	00	14626	14626110
2823828	Tauchlitz	tauchlitz	DE		0	Europe/Berlin	50.96843	11.99553		Tauchlitz		15	00	16074	16074012
2823830	Tauchersreuth	tauchersreuth	DE		0	Europe/Berlin	49.54604	11.20708				02	095	09574	09574138
2823831	Tauchersdorf	tauchersdorf	DE		0	Europe/Berlin	49.47801	12.24514				02	093	09376	09376144
2823842	Taubing	taubing	DE		0	Europe/Berlin	48.5862	13.66871				02	092	09275	09275153
2823844	Tauberzell	tauberzell	DE		0	Europe/Berlin	49.44719	10.11689		Tauberzell		02	095	09571	09571111
2823849	Tauberscheckenbach	tauberscheckenbach	DE		0	Europe/Berlin	49.43785	10.1384		Tauberscheckenbach		02	095	09571	09571111
2823850	Tauberschallbach	tauberschallbach	DE		0	Europe/Berlin	49.19054	10.35445				02	095	09571	09571145
2823853	Tauberfeld	tauberfeld	DE		0	Europe/Berlin	48.82409	11.27577				02	091	09176	09176118
2823859	Taubenthal	taubenthal	DE		0	Europe/Berlin	48.31005	12.13818				02	091	09177	09177115
2823867	Taubensee	taubensee	DE		0	Europe/Berlin	47.61537	12.88783				02	091	09172	09172129
2823872	Taubenpreskeln	taubenpreskeln	DE		0	Europe/Berlin	50.83801	12.09484				15	00	16052	16052000
2823874	Taubenöd	taubenod	DE		0	Europe/Berlin	48.5633	12.66026				02	092	09279	09279134
2823875	Taubenmühle	taubenmuehle	DE		0	Europe/Berlin	50.01667	7.46667				08	00	07140	07140095
2823881	Taubenhütte	taubenhuette	DE		0	Europe/Berlin	51.17118	6.50954				07	051	05116	05116000
2823883	Taubenhof	taubenhof	DE		0	Europe/Berlin	49.48569	10.89244				02	095	09573	09573126
2823884	Taubenhof	taubenhof	DE		0	Europe/Berlin	48.86452	9.59643				01	081	08119	08119084
2823891	Taubeneiche	taubeneiche	DE		0	Europe/Berlin	51.50368	8.28039				07	059	05974	05974044
2823893	Taubendorf	taubendorf	DE		0	Europe/Berlin	51.87691	14.62452		Dubojce		11	00	12071	12071337
2823894	Taubendorf	taubendorf	DE		0	Europe/Berlin	48.5053	12.59605				02	092	09277	09277121
2823897	Taubenberg	taubenberg	DE		0	Europe/Berlin	47.58048	9.66189				02	097	09776	09776111
2823915	Taubenbach	taubenbach	DE		0	Europe/Berlin	50.52823	11.22649				15	00	16073	16073077
2823916	Taubenbach	taubenbach	DE		0	Europe/Berlin	48.27662	12.92975				02	092	09277	09277140
2823924	Taubach	taubach	DE		0	Europe/Berlin	50.95125	11.38191				15	00	16055	16055000
2823925	Tätzschwitz	taetzschwitz	DE		0	Europe/Berlin	51.48589	14.10755		Ptacecy,Ptačecy		13	00	14625	14625120
2823927	Tattenkofen	tattenkofen	DE		0	Europe/Berlin	47.86322	11.5153				02	091	09173	09173118
2823929	Tattenhausen	tattenhausen	DE		0	Europe/Berlin	48.37264	11.0949				02	097	09771	09771122
2823930	Tattenhausen	tattenhausen	DE		0	Europe/Berlin	47.92301	12.07646				02	091	09187	09187137
2823931	Tattendorf	tattendorf	DE		0	Europe/Berlin	48.41221	12.31264				02	092	09274	09274184
2823932	Tattenberg	tattenberg	DE		0	Europe/Berlin	48.86401	13.0188				02	092	09271	09271119
2823935	Tatow	tatow	DE		0	Europe/Berlin	53.9395	11.64056				12	00	13074	13074056
2823940	Tatern	tatern	DE		0	Europe/Berlin	52.97064	10.62279				06	00	03360	03360025
2823943	Taterberg	taterberg	DE		0	Europe/Berlin	52.46595	11.09053				14	00	15081	15081135
2823947	Tatenhausen	tatenhausen	DE		0	Europe/Berlin	52.04237	8.31873				07	057	05754	05754012
2823948	Tätendorf-Eppensen	tatendorf-eppensen	DE		0	Europe/Berlin	53.04784	10.54228				06	00	03360	03360003
2823949	Tätendorf	taetendorf	DE		0	Europe/Berlin	53.03649	10.39637				06	00	03360	03360006
2823950	Tatenberg	tatenberg	DE		0	Europe/Berlin	53.49642	10.07661				04	00	02000	02000000
2823959	Tasching	tasching	DE		0	Europe/Berlin	49.19278	12.67126				02	093	09372	09372116
2823967	Taschendorf	taschendorf	DE		0	Europe/Berlin	51.17928	14.21492		Ledzborecy,Ledźborecy,Taschendorf		13	00	14625	14625060
2823969	Taschenberg	taschenberg	DE		0	Europe/Berlin	53.41913	13.77884				11	00	12073	12073579
2823970	Tarzow	tarzow	DE		0	Europe/Berlin	53.81109	11.57948				12	00	13074	13074047
2823972	Tartsberg	tartsberg	DE		0	Europe/Berlin	49.32904	11.53496				02	093	09373	09373153
2823984	Tarnewitzer Kamp	tarnewitzer-kamp	DE		0	Europe/Berlin	53.95576	11.23809				12	00	13074	13074010
2823985	Tarnewitzerhagen	tarnewitzerhagen	DE		0	Europe/Berlin	53.94064	11.20752				12	00	13074	13074039
2823986	Tarnewitz	tarnewitz	DE		0	Europe/Berlin	53.97294	11.23405				12	00	13074	13074010
2823987	Tarnefitz	tarnefitz	DE		0	Europe/Berlin	52.52207	11.2112				14	00	15081	15081135
2823990	Tarmow	tarmow	DE		0	Europe/Berlin	52.79674	12.80645				11	00	12068	12068117
2823991	Tarmitz	tarmitz	DE		0	Europe/Berlin	52.97821	11.17741				06	00	03354	03354018
2823992	Tarforst	tarforst	DE		0	Europe/Berlin	49.74157	6.69196				08	00	07211	07211000
2823994	Tarbarg	tarbarg	DE		0	Europe/Berlin	53.33738	7.88841				06	00	03451	03451007
2823996	Tappenort	tappenort	DE		0	Europe/Berlin	53.06667	8.65				06	00	03401	03401000
2824002	Tappenau	tappenau	DE		0	Europe/Berlin	52.37107	8.90589				07	057	05770	05770028
2824006	Tapfham	tapfham	DE		0	Europe/Berlin	48.44206	12.14696				02	092	09274	09274114
2824007	Tanzstadl	tanzstadl	DE		0	Europe/Berlin	49.03931	12.8866				02	092	09276	09276128
2824011	Tanzfleck	tanzfleck	DE		0	Europe/Berlin	49.63862	11.90626				02	093	09371	09371121
2824014	Tanzenhaid	tanzenhaid	DE		0	Europe/Berlin	49.59541	10.7442				02	095	09575	09575121
2824015	Tanzberg	tanzberg	DE		0	Europe/Berlin	51.2357	12.4383				13	00	14729	14729190
2824021	Tantenmühle	tantenmuhle	DE		0	Europe/Berlin	47.73333	7.7				01	083	08336	08336104
2824022	Tannweiler	tannweiler	DE		0	Europe/Berlin	48.73545	9.8407				01	081	08136	08136079
2824023	Tannweiler	tannweiler	DE		0	Europe/Berlin	47.9261	9.68514				01	084	08436	08436008
2824027	Tannroda	tannroda	DE		0	Europe/Berlin	50.85952	11.24648				15	00	16071	16071003
2824028	Tannried	tannried	DE		0	Europe/Berlin	47.82099	11.69713				02	091	09182	09182136
2824029	Tannöd	tannod	DE		0	Europe/Berlin	48.6532	13.5068				02	092	09275	09275119
2824030	Tannlohe	tannlohe	DE		0	Europe/Berlin	49.479	11.60508				02	093	09371	09371116
2824041	Tännicht	taennicht	DE		0	Europe/Berlin	51.04534	14.39932				13	00	14625	14625560
2824045	Tännich	taennich	DE		0	Europe/Berlin	50.78916	11.22028				15	00	16073	16073076
2824050	Tannhof	tannhof	DE		0	Europe/Berlin	48.86278	9.64861				01	081	08119	08119001
2824057	Tannfeld	tannfeld	DE		0	Europe/Berlin	49.98243	11.40095				02	094	09477	09477157
2824058	Tannewitz	tannewitz	DE		0	Europe/Berlin	51.15286	12.24235				13	00	14729	14729100
2824061	Tännesried	tannesried	DE		0	Europe/Berlin	49.38415	12.48098				02	093	09376	09376172
2824064	Tannern	tannern	DE		0	Europe/Berlin	47.62808	11.51669				02	091	09173	09173131
2824066	Tannepöls	tannepoels	DE		0	Europe/Berlin	51.62202	12.17175				14	00	15082	15082440
2824067	Tannenwirtshaus	tannenwirtshaus	DE		0	Europe/Berlin	50.17258	11.59602				02	094	09477	09477138
2824083	Tannenreuth	tannenreuth	DE		0	Europe/Berlin	50.10966	11.79471				02	094	09475	09475189
2824087	Tannenkrug	tannenkrug	DE		0	Europe/Berlin	52.88998	11.68059				14	00	15090	15090007
2824097	Tannenkirch	tannenkirch	DE		0	Europe/Berlin	47.71199	7.60361		Tannenkirch		01	083	08336	08336045
2824108	Tannenhof	tannenhof	DE		0	Europe/Berlin	53.52031	11.97887				12	00	13076	13076151
2824109	Tannenhof	tannenhof	DE		0	Europe/Berlin	53.15053	13.17006				11	00	12065	12065084
2824125	Tannenhausen	tannenhausen	DE		0	Europe/Berlin	53.51483	7.47251		Tannenhausen		06	00	03452	03452001
2824129	Tannenglück	tannenglueck	DE		0	Europe/Berlin	50.49779	11.28745				15	00	16073	16073028
2824145	Tannenbrunn	tannenbrunn	DE		0	Europe/Berlin	47.97475	8.97806				01	083	08327	08327038
2824148	Tannenbergsthal	tannenbergsthal	DE		1536	Europe/Berlin	50.43665	12.45754		Tanenbergstal,Tannenbergstal',Tannenbergsthal,Таненбергстал,Танненбергсталь		13	00	14523	14523245
2824183	Tannenbaum	tannenbaum	DE		0	Europe/Berlin	53.7	10.1				04	00	02000	02000000
2824184	Tannenbaum	tannenbaum	DE		0	Europe/Berlin	51.66667	8.36667				07	059	05974	05974028
2824188	Tannenbach	tannenbach	DE		0	Europe/Berlin	49.96497	11.51573				02	094	09472	09472150
2824189	Tannen	tannen	DE		0	Europe/Berlin	53.06243	8.69173				06	00	03401	03401000
2824190	Tannen	tannen	DE		0	Europe/Berlin	49.21916	9.63825				01	081	08126	08126058
2824191	Tannen	tannen	DE		0	Europe/Berlin	47.78333	9.8				01	084	08436	08436085
2824192	Tannen	tannen	DE		0	Europe/Berlin	47.7242	10.36199				02	097	09763	09763000
2824199	Tanneck	tanneck	DE		0	Europe/Berlin	48.17364	8.83147				01	084	08417	08417047
2824201	Tanneberg	tanneberg	DE		0	Europe/Berlin	51.66525	13.73488				11	00	12062	12062333
2824202	Tanneberg	tanneberg	DE		0	Europe/Berlin	51.16856	14.12988				13	00	14625	14625510
2824203	Tanneberg	tanneberg	DE		0	Europe/Berlin	51.05306	13.41201		Tanneberg		13	00	14627	14627100
2824204	Tanneberg	tanneberg	DE		0	Europe/Berlin	51.02679	12.96467				13	00	14522	14522360
2824210	Tanndorf	tanndorf	DE		0	Europe/Berlin	51.1613	12.84515				13	00	14729	14729080
2824224	Tannau	tannau	DE		0	Europe/Berlin	47.66458	9.64546		Tannau		01	084	08435	08435057
2824225	Tannach	tannach	DE		0	Europe/Berlin	47.52567	10.27956				02	097	09780	09780118
2824235	Tankow	tankow	DE		0	Europe/Berlin	54.48101	13.20814				12	00	13073	13073095
2824236	Tankham	tankham	DE		0	Europe/Berlin	48.30065	12.02332				02	091	09177	09177113
2824237	Tankenrain	tankenrain	DE		0	Europe/Berlin	47.85026	11.10218				02	091	09190	09190157
2824239	Tankenrade	tankenrade	DE		0	Europe/Berlin	53.96284	10.53124				10	00	01055	01055001
2824240	Tankenhagen	tankenhagen	DE		0	Europe/Berlin	53.93243	11.01791				12	00	13074	13074017
2824247	Tangsehl	tangsehl	DE		0	Europe/Berlin	53.17369	10.87948				06	00	03355	03355025
2824248	Tangrim	tangrim	DE		0	Europe/Berlin	54.03636	12.70826				12	00	13073	13073050
2824249	Tangnitz	tangnitz	DE		0	Europe/Berlin	54.36185	13.39663				12	00	13073	13073027
2824253	Tangersdorf	tangersdorf	DE		0	Europe/Berlin	53.16242	13.32724		Tangersdorf		11	00	12073	12073384
2824254	Tangermünde	tangermuende	DE		9912	Europe/Berlin	52.54463	11.97647		Tangerminde,Tangermjunde,Tangermuende,Tangermuenn,Tangermundum,Tangermünde,Tangermünn,Tongeremuthi,tan ge er ming de,tanghrmwndh,tangrmwndh,Тангерминде,Тангермюнде,تانغرمونده,تانگرمونده,坦格尔明德		14	00	15090	15090550
2824255	Tangerhütte	tangerhuette	DE		6039	Europe/Berlin	52.4353	11.80724		Tangerhuette,Tangerhutte,Tangerhütte,Tangerkhite,Tangerkhjutte,tan ge lu te,tanghrhwth,tangrhwth,Тангерхите,Тангерхютте,تانغرهوته,تانگرهوته,坦格吕特		14	00	15090	15090546
2824263	Tangendorf	tangendorf	DE		0	Europe/Berlin	53.29453	10.0962				06	00	03353	03353034
2824264	Tangendorf	tangendorf	DE		0	Europe/Berlin	53.1697	11.95848				11	00	12070	12070125
2824269	Tange	tange	DE		0	Europe/Berlin	53.18221	7.74544				06	00	03451	03451001
2824270	Tange	tange	DE		0	Europe/Berlin	52.78883	8.40975				06	00	03460	03460004
2824274	Tandl	tandl	DE		0	Europe/Berlin	49.13771	11.28314		Tandl		02	095	09576	09576127
2824275	Tandern	tandern	DE		0	Europe/Berlin	48.42624	11.30485				02	091	09174	09174147
2824276	Tanau	tanau	DE		0	Europe/Berlin	48.86901	9.78642				01	081	08136	08136015
2824278	Tammwarf	tammwarf	DE		0	Europe/Berlin	54.50493	8.60041				10	00	01054	01054103
2824279	Tammhausen	tammhausen	DE		0	Europe/Berlin	53.61667	8.05				06	00	03405	03405000
2824281	Tammensiel	tammensiel	DE		0	Europe/Berlin	54.52317	8.68422				10	00	01054	01054103
2824288	Tambach	tambach	DE		0	Europe/Berlin	50.23383	10.86697				02	094	09473	09473175
2824291	Taltitz	taltitz	DE		0	Europe/Berlin	50.43772	12.11595				13	00	14523	14523300
2824292	Talstraße	talstrasse	DE		0	Europe/Berlin	48.03333	7.93333				01	083	08315	08315041
2824293	Talsteußlingen	talsteusslingen	DE		0	Europe/Berlin	48.36666	9.65509				01	084	08425	08425108
2824295	Talpenberg	talpenberg	DE		0	Europe/Berlin	51.11667	14.11667				13	00	14625	14625170
2824296	Talmühle	talmuhle	DE		0	Europe/Berlin	47.88524	8.81084				01	083	08335	08335022
2824300	Tallensen	tallensen	DE		0	Europe/Berlin	52.29158	9.09685				06	00	03257	03257034
2824301	Talle	talle	DE		0	Europe/Berlin	52.09554	8.90845				07	057	05766	05766036
2824305	Talhof	talhof	DE		0	Europe/Berlin	47.95943	8.65621				01	083	08327	08327025
2824321	Talhausen	talhausen	DE		0	Europe/Berlin	48.91566	9.0633				01	081	08118	08118050
2824322	Talhausen	talhausen	DE		0	Europe/Berlin	48.22366	8.59728				01	083	08325	08325015
2824323	Talhausen	talhausen	DE		0	Europe/Berlin	47.95141	7.77564				01	083	08315	08315028
2824325	Talge	talge	DE		0	Europe/Berlin	52.5884	7.9474				06	00	03459	03459010
2824331	Täle	tale	DE		0	Europe/Berlin	48.92676	9.65449				01	081	08119	08119037
2824334	Taldorf	taldorf	DE		0	Europe/Berlin	47.74145	9.51474		Taldorf		01	084	08436	08436064
2824355	Talbach	talbach	DE		0	Europe/Berlin	50.63963	12.22319				15	00	16076	16076022
2824357	Talacker	talacker	DE		0	Europe/Berlin	47.89798	9.99504				01	084	08436	08436010
2824358	Tal	tal	DE		0	Europe/Berlin	47.83579	9.76743				01	084	08436	08436014
2824359	Tal	tal	DE		0	Europe/Berlin	47.73333	9.9				01	084	08436	08436094
2824361	Taiting	taiting	DE		0	Europe/Berlin	48.40345	11.05328				02	097	09771	09771122
2824362	Taisersdorf	taisersdorf	DE		0	Europe/Berlin	47.85008	9.21611		Taisersdorf		01	084	08435	08435047
2824363	Tairnbach	tairnbach	DE		0	Europe/Berlin	49.26405	8.75705				01	082	08226	08226054
2824364	Taing	taing	DE		0	Europe/Berlin	48.21358	11.9145				02	091	09177	09177135
2824365	Tain	tain	DE		0	Europe/Berlin	53.60866	7.98815				06	00	03455	03455020
2824366	Taimering	taimering	DE		0	Europe/Berlin	48.91785	12.31399				02	093	09375	09375191
2824369	Tailfingen	tailfingen	DE		0	Europe/Berlin	48.55167	8.87429				01	081	08115	08115016
2824370	Tailfingen	tailfingen	DE		0	Europe/Berlin	48.25725	9.00907				01	084	08417	08417079
2824371	Taigscheid	taigscheid	DE		0	Europe/Berlin	47.76376	12.1217				02	091	09187	09187165
2824373	Taiding	taiding	DE		0	Europe/Berlin	48.8033	12.66252				02	092	09278	09278167
2824374	Taiding	taiding	DE		0	Europe/Berlin	48.77487	13.18955				02	092	09271	09271149
2824375	Taiding	taiding	DE		0	Europe/Berlin	48.29451	12.76056				02	091	09171	09171115
2824376	Taiding	taiding	DE		0	Europe/Berlin	47.98221	12.32881				02	091	09187	09187113
2824377	Taibrechting	taibrechting	DE		0	Europe/Berlin	48.32682	12.51455				02	091	09183	09183130
2824380	Tagmanns	tagmanns	DE		0	Europe/Berlin	49.75887	11.69203				02	093	09374	09374129
2824381	Taglaching	taglaching	DE		0	Europe/Berlin	48.04056	11.92549				02	091	09175	09175114
2824382	Taging	taging	DE		0	Europe/Berlin	49.04029	12.94061				02	092	09276	09276128
2824387	Tafertsweiler	tafertsweiler	DE		0	Europe/Berlin	47.97633	9.4079		Tafertsweiler		01	084	08437	08437086
2824388	Tafertsried	tafertsried	DE		0	Europe/Berlin	48.96249	12.95022				02	092	09276	09276123
2824389	Tafertshofen	tafertshofen	DE		0	Europe/Berlin	48.21266	10.26621				02	097	09778	09778221
2824392	Täfertingen	tafertingen	DE		0	Europe/Berlin	48.41083	10.82615		Tafertingen,Täfertingen		02	097	09772	09772184
2824394	Täfern	tafern	DE		0	Europe/Berlin	48.40911	11.3804				02	091	09174	09174131
2824395	Tafern	tafern	DE		0	Europe/Berlin	47.86909	9.40726				01	084	08436	08436083
2824403	Tafel	tafel	DE		0	Europe/Berlin	50.21782	6.41303				08	00	07232	07232296
2824406	Tading	tading	DE		0	Europe/Berlin	48.18886	11.98368				02	091	09177	09177119
2824408	Tadenswarf	tadenswarf	DE		0	Europe/Berlin	54.66667	8.83333				10	00	01054	01054093
2824409	Tadenswarf	tadenswarf	DE		0	Europe/Berlin	54.63701	8.62004				10	00	01054	01054074
2824414	Tacken	tacken	DE		0	Europe/Berlin	53.18543	12.00111				11	00	12070	12070125
2824416	Tackau	tackau	DE		0	Europe/Berlin	51.11563	12.07221				14	00	15084	15084490
2824417	Tack	tack	DE		0	Europe/Berlin	51.31898	6.46961				07	051	05166	05166028
2824422	Tachbach	tachbach	DE		0	Europe/Berlin	50.52956	10.6159				15	00	16069	16069051
2824425	Täbingen	tabingen	DE		0	Europe/Berlin	48.24125	8.72383				01	084	08417	08417054
2824426	Tabing	tabing	DE		0	Europe/Berlin	47.93434	12.52613				02	091	09189	09189114
2824428	Tabertshauserschwaig	tabertshauserschwaig	DE		0	Europe/Berlin	48.74846	12.87973				02	092	09271	09271111
2824429	Tabertshausen	tabertshausen	DE		0	Europe/Berlin	48.73457	12.87881				02	092	09271	09271111
2824430	Tabernackel	tabernackel	DE		0	Europe/Berlin	49.53762	11.60847				02	093	09371	09371140
2824433	Taben	taben	DE		0	Europe/Berlin	53.43127	8.84567				06	00	03352	03352059
2824434	Taben	taben	DE		0	Europe/Berlin	49.55	6.6				08	00	07235	07235131
2824435	Tabeckendorf	tabeckendorf	DE		0	Europe/Berlin	48.59341	12.92437				02	092	09277	09277142
2824439	Tabakried	tabakried	DE		0	Europe/Berlin	48.66871	11.9053				02	092	09274	09274172
2824442	Taaken	taaken	DE		0	Europe/Berlin	53.15693	9.20663				06	00	03357	03357037
2824443	Syuggewarderwisch	syuggewarderwisch	DE		0	Europe/Berlin	53.55	8.33333				06	00	03461	03461003
2824445	Syuggewarden	syuggewarden	DE		0	Europe/Berlin	53.56846	8.3425				06	00	03461	03461003
2824447	Sythen	sythen	DE		0	Europe/Berlin	51.77269	7.22276				07	055	05562	05562016
2824450	Sylvin	sylvin	DE		0	Europe/Berlin	54.54726	13.339				12	00	13073	13073059
2824452	Sylvenstal	sylvenstal	DE		0	Europe/Berlin	47.89975	9.28703				01	084	08437	08437088
2824455	Sylpke	sylpke	DE		0	Europe/Berlin	52.49705	11.29431				14	00	15081	15081135
2824457	Sylbitz	sylbitz	DE		0	Europe/Berlin	51.57804	11.9085				14	00	15088	15088295
2824459	Sylbach	sylbach	DE		0	Europe/Berlin	52.0262	8.76443				07	057	05766	05766040
2824460	Sylbach	sylbach	DE		0	Europe/Berlin	50.04879	10.5159				02	096	09674	09674147
2824462	Syhra	syhra	DE		0	Europe/Berlin	51.03867	12.64551				13	00	14729	14729150
2824464	Sydowswiese	sydowswiese	DE		0	Europe/Berlin	52.64921	14.46651				11	00	12064	12064274
2824468	Sydow	sydow	DE		0	Europe/Berlin	52.7404	13.71119				11	00	12060	12060250
2824469	Sydow	sydow	DE		0	Europe/Berlin	52.52375	12.14776		Sydow		14	00	15090	15090631
2824470	Syburg	syburg	DE		0	Europe/Berlin	51.42549	7.4889				07	059	05913	05913000
2824476	Swiene	swiene	DE		0	Europe/Berlin	54.36374	13.35403				12	00	13073	13073027
2824480	Swantow	swantow	DE		0	Europe/Berlin	54.28957	13.32561		Swantow		12	00	13073	13073065
2824482	Suxdorf	suxdorf	DE		0	Europe/Berlin	54.16558	10.92646				10	00	01055	01055016
2824483	Suxdorf	suxdorf	DE		0	Europe/Berlin	51.01807	12.218				14	00	15084	15084590
2824484	Suurhusen	suurhusen	DE		0	Europe/Berlin	53.41357	7.22027		Suurhusen		06	00	03452	03452011
2824486	Suttrup	suttrup	DE		0	Europe/Berlin	52.46342	7.53036				06	00	03454	03454012
2824489	Suttrop	suttrop	DE		0	Europe/Berlin	51.45675	8.37751		Suttrop		07	059	05974	05974044
2824492	Suttorf	suttorf	DE		0	Europe/Berlin	52.10314	7.4665				07	055	05566	05566064
2824493	Süttorf	suettorf	DE		0	Europe/Berlin	53.24938	10.63481				06	00	03355	03355026
2824494	Süttorf	suettorf	DE		0	Europe/Berlin	53.01416	10.7006				06	00	03360	03360015
2824495	Suttorf	suttorf	DE		0	Europe/Berlin	52.53116	9.48481				06	00	03241	03241012
2824496	Suttorf	suttorf	DE		0	Europe/Berlin	52.11754	8.40173				06	00	03459	03459024
2824500	Sutthausen	sutthausen	DE		0	Europe/Berlin	52.23724	8.02753		Sutthausen		06	00	03404	03404000
2824503	Suttenbach	suttenbach	DE		0	Europe/Berlin	50.24693	11.66723				02	094	09475	09475136
2824510	Sutrum-Harum	sutrum-harum	DE		0	Europe/Berlin	52.24612	7.39333		Sutrum-Harum		07	055	05566	05566060
2824513	Süthen	suethen	DE		0	Europe/Berlin	52.97123	11.05752				06	00	03354	03354013
2824514	Suterode	suterode	DE		0	Europe/Berlin	51.67101	10.06135				06	00	03155	03155007
2824515	Sutern	sutern	DE		0	Europe/Berlin	51.74327	8.4613				07	057	05774	05774020
2824517	Suterballig	suterballig	DE		0	Europe/Berlin	54.75	9.9				10	00	01059	01059112
2824518	Sütel	suetel	DE		0	Europe/Berlin	54.33371	11.05036				10	00	01055	01055031
2824521	Sustrumermoor	sustrumermoor	DE		0	Europe/Berlin	52.90067	7.16594				06	00	03454	03454052
2824525	Süstedt	suestedt	DE		1533	Europe/Berlin	52.86165	8.92213		Suest,Süst,Zishtet,Zjushtedt,xu si te,Зиштет,Зюштедт,叙斯特	03251049	06	00	03251	03251049
2824526	Süsswies	susswies	DE		0	Europe/Berlin	48.73299	12.43433				02	092	09279	09279127
2824529	Süßkofen	susskofen	DE		0	Europe/Berlin	48.70907	12.37594				02	092	09279	09279127
2824536	Süßenlohe	sussenlohe	DE		0	Europe/Berlin	49.72725	12.14078				02	093	09374	09374111
2824540	Süßenborn	suessenborn	DE		0	Europe/Berlin	50.98425	11.39216				15	00	16055	16055000
2824543	Süßenbach	suessenbach	DE		0	Europe/Berlin	50.86028	13.42843				13	00	14522	14522590
2824544	Süssenbach	sussenbach	DE		0	Europe/Berlin	49.10766	12.3657				02	093	09372	09372169
2824547	Süßelheide	suesselheide	DE		0	Europe/Berlin	51.42203	6.53721				07	051	05170	05170028
2824550	Süßebach	suessebach	DE		0	Europe/Berlin	50.36182	12.15636		Ebersbach-Sussebach,Ebersbach-Süßebach,Sussebach,Süßebach		13	00	14523	14523080
2824551	Süßberg	sussberg	DE		0	Europe/Berlin	49.12453	12.076				02	093	09375	09375190
2824552	Süßbächle	sussbachle	DE		0	Europe/Berlin	48.65435	8.45296				01	082	08235	08235025
2824554	Süßbach	sussbach	DE		0	Europe/Berlin	48.60244	12.39908				02	092	09279	09279130
2824555	Süssau	suessau	DE		0	Europe/Berlin	54.27413	11.05802				10	00	01055	01055022
2824556	Süß	suess	DE		0	Europe/Berlin	50.98903	9.97171				05	066	06632	06632013
2824557	Süß	suss	DE		0	Europe/Berlin	49.55217	11.79535				02	093	09371	09371126
2824559	Susigke	susigke	DE		0	Europe/Berlin	51.83214	12.07449				14	00	15082	15082005
2824560	Sushörn	sushoern	DE		0	Europe/Berlin	53.9364	9.23261				10	00	01061	01061060
2824563	Süselerbaum	sueselerbaum	DE		0	Europe/Berlin	54.08333	10.7				10	00	01055	01055041
2824564	Süsel	suesel	DE		5338	Europe/Berlin	54.08135	10.70172		Susel,Süsel,Zizel,Zjuzel',xu sai er,Зизел,Зюзель,叙塞尔	01055041	10	00	01055	01055041
2824567	Süschendorf	sueschendorf	DE		0	Europe/Berlin	53.16689	10.7812				06	00	03355	03355025
2824568	Sürzerhof	suerzerhof	DE		0	Europe/Berlin	50.32783	7.41876		Surxerhof,Surzerhof,Sürxerhof,Sürzerhof		08	00	07137	07137212
2824569	Sürwürderwurp	suerwuerderwurp	DE		0	Europe/Berlin	53.3748	8.44212				06	00	03461	03461009
2824570	Sürwürderdeich	suerwuerderdeich	DE		0	Europe/Berlin	53.37956	8.45823				06	00	03461	03461009
2824571	Sürwürden	suerwuerden	DE		0	Europe/Berlin	53.37836	8.44969				06	00	03461	03461009
2824573	Sürth	surth	DE		0	Europe/Berlin	50.86657	7.01136				07	053	05315	05315000
2824574	Sürstedt	suerstedt	DE		0	Europe/Berlin	52.87677	8.59521				06	00	03458	03458001
2824575	Sürst	suerst	DE		0	Europe/Berlin	50.58838	6.89829				07	053	05382	05382048
2824576	Sürßen	suerssen	DE		0	Europe/Berlin	50.95008	13.83523		Gorknitz-Surssen,Gorknitz-Sürßen,Surssen,Sürßen		13	00	14628	14628080
2824578	Surrbach	surrbach	DE		0	Europe/Berlin	48.4964	8.38445				01	082	08237	08237004
2824579	Suroide	suroide	DE		0	Europe/Berlin	52.96496	9.97258				06	00	03358	03358023
2824582	Surheim	surheim	DE		0	Europe/Berlin	47.8777	12.95696		Surheim		02	091	09172	09172130
2824586	Sürenheide	suerenheide	DE		0	Europe/Berlin	51.89028	8.46753				07	057	05754	05754044
2824587	Surendorf	surendorf	DE		0	Europe/Berlin	54.47263	10.0763				10	00	01058	01058150
2824592	Surbostel	surbostel	DE		0	Europe/Berlin	53.06051	9.84945		Surbostel		06	00	03358	03358019
2824600	Süptitz	sueptitz	DE		0	Europe/Berlin	51.56556	12.9269		Sueptitz,Suptitz,Süptitz		13	00	14730	14730100
2824601	Suppo	suppo	DE		0	Europe/Berlin	51.10026	14.46409		Supow,Suppo		13	00	14625	14625525
2824606	Suppingen	suppingen	DE		0	Europe/Berlin	48.45818	9.71251				01	084	08425	08425071
2824608	Süppelbach	sueppelbach	DE		0	Europe/Berlin	51.13247	7.24694				07	053	05378	05378032
2824609	Süplingen	sueplingen	DE		1065	Europe/Berlin	52.28759	11.3245		Suplingen,Süplingen	15083270	14	00	15083	15083270
2824610	Sünzhausen	sunzhausen	DE		0	Europe/Berlin	48.51772	11.65291				02	091	09186	09186152
2824611	Sünzhausen	sunzhausen	DE		0	Europe/Berlin	48.388	11.65928				02	091	09178	09178124
2824612	Sunzendorf	sunzendorf	DE		0	Europe/Berlin	49.47158	11.63435				02	093	09371	09371116
2824614	Sunthausen	sunthausen	DE		0	Europe/Berlin	48.00049	8.59085		Sunthausen		01	083	08326	08326003
2824618	Sunstedt	sunstedt	DE		0	Europe/Berlin	52.23915	10.83733				06	00	03154	03154013
2824619	Sünsbeck	suensbeck	DE		0	Europe/Berlin	52.22843	8.17507				06	00	03459	03459012
2824620	Sünninghausen	suenninghausen	DE		0	Europe/Berlin	51.76803	8.1512				07	055	05570	05570028
2824621	Sünnerschau	suennerschau	DE		0	Europe/Berlin	54.7	9.88333				10	00	01059	01059168
2824623	Sünna	suenna	DE		0	Europe/Berlin	50.7964	9.99967				15	00	16063	16063078
2824624	Sunkenrot	sunkenrot	DE		0	Europe/Berlin	47.96133	12.16642				02	091	09187	09187181
2824628	Sungern	sungern	DE		0	Europe/Berlin	51.85859	7.70304				07	055	05570	05570040
2824629	Sundwig	sundwig	DE		0	Europe/Berlin	51.37683	7.77004		Sundwig		07	059	05962	05962016
2824631	Sundsacker	sundsacker	DE		0	Europe/Berlin	54.62541	9.94306				10	00	01058	01058174
2824632	Sundremda	sundremda	DE		0	Europe/Berlin	50.74759	11.21435		Sundremda		15	00	16073	16073076
2824639	Sundheim	sundheim	DE		0	Europe/Berlin	48.55047	7.84021		Sundheim		01	083	08317	08317057
2824640	Sundhäuser	sundhauser	DE		0	Europe/Berlin	54.43301	11.18202				10	00	01055	01055046
2824645	Sünderup	suenderup	DE		0	Europe/Berlin	54.77345	9.46145				10	00	01001	01001000
2824673	Sunderhöfe	sunderhoefe	DE		0	Europe/Berlin	52.24827	8.64206				07	057	05758	05758020
2824679	Sünder	suender	DE		0	Europe/Berlin	52.78747	8.96213				06	00	03251	03251049
2824686	Sunde	sunde	DE		0	Europe/Berlin	53.58195	9.29817				06	00	03359	03359036
2824689	Sumte	sumte	DE		0	Europe/Berlin	53.28759	10.87732				06	00	03355	03355049
2824693	Sumpfohren	sumpfohren	DE		0	Europe/Berlin	47.90847	8.53739				01	083	08326	08326027
2824700	Sumpering	sumpering	DE		0	Europe/Berlin	48.96083	13.10918				02	092	09276	09276138
2824701	Sumpering	sumpering	DE		0	Europe/Berlin	48.78333	13.33333				02	092	09272	09272142
2824704	Summt	summt	DE		0	Europe/Berlin	52.68814	13.37044				11	00	12065	12065225
2824705	Sümmern	suemmern	DE		0	Europe/Berlin	51.41629	7.70925				07	059	05962	05962024
2824708	Summerau	summerau	DE		0	Europe/Berlin	47.63784	9.69166				01	084	08435	08435042
2824713	Sulzschneid	sulzschneid	DE		0	Europe/Berlin	47.72278	10.64234				02	097	09777	09777151
2824715	Sulzrain	sulzrain	DE		0	Europe/Berlin	48.31705	11.5126				02	091	09174	09174122
2824716	Sulzmühl	sulzmuhl	DE		0	Europe/Berlin	49.22691	12.29185				02	093	09376	09376149
2824720	Sulzkirchen	sulzkirchen	DE		0	Europe/Berlin	49.16768	11.35746				02	093	09373	09373126
2824723	Sulzhof	sulzhof	DE		0	Europe/Berlin	50.49652	9.66179				05	066	06631	06631006
2824724	Sulzhof	sulzhof	DE		0	Europe/Berlin	49.63744	7.61946				08	00	07336	07336043
2824725	Sülzhof	sulzhof	DE		0	Europe/Berlin	49.33435	9.29305				01	081	08125	08125063
2824731	Sülzhayn	suelzhayn	DE		0	Europe/Berlin	51.60474	10.69783				15	00	16062	16062005
2824732	Sulzgries	sulzgries	DE		0	Europe/Berlin	48.75602	9.29804				01	081	08116	08116019
2824735	Sulzgraben	sulzgraben	DE		0	Europe/Berlin	47.77542	11.87369				02	091	09182	09182125
2824739	Sülzfeld	suelzfeld	DE		947	Europe/Berlin	50.52322	10.36005			16066073	15	00	16066	16066073
2824744	Sulzer Siedlung	sulzer-siedlung	DE		0	Europe/Berlin	51.02681	11.04146				15	00	16051	16051000
2824750	Sülzenbrücken	suelzenbruecken	DE		0	Europe/Berlin	50.88669	10.89163		Suelzenbruecken,Sulzenbrucken,Sülzenbrücken		15	00	16070	16070028
2824760	Sülze	suelze	DE		0	Europe/Berlin	53.21964	11.32505				12	00	13076	13076094
2824761	Sülze	suelze	DE		0	Europe/Berlin	52.76882	10.03508		Sulze,Sülze		06	00	03351	03351004
2824762	Sülze	suelze	DE		0	Europe/Berlin	51.02624	7.27213				07	053	05378	05378012
2824763	Sülze	suelze	DE		0	Europe/Berlin	50.92714	7.19738				07	053	05378	05378028
2824766	Sulzdorf bei Stadtlauringen	sulzdorf-bei-stadtlauringen	DE		0	Europe/Berlin	50.18249	10.37556				02	096	09678	09678181
2824768	Sülzdorf	suelzdorf	DE		0	Europe/Berlin	50.41069	10.4907				15	00	16069	16069062
2824769	Sulzdorf	sulzdorf	DE		0	Europe/Berlin	50.29866	10.93499		Sulzdorf		02	094	09473	09473144
2824770	Sulzdorf	sulzdorf	DE		1287	Europe/Berlin	49.65002	9.90389		Sulzdorf		02	096	09679	09679138
2824771	Sulzdorf	sulzdorf	DE		0	Europe/Berlin	49.10319	9.83959		Sulzdorf		01	081	08127	08127076
2824772	Sulzdorf	sulzdorf	DE		0	Europe/Berlin	48.90744	10.08983				01	081	08136	08136033
2824773	Sulzdorf	sulzdorf	DE		0	Europe/Berlin	48.79973	10.78389		Sulzdorf		02	097	09779	09779169
2824778	Sülzbühren	suelzbuehren	DE		0	Europe/Berlin	52.81589	8.218				06	00	03453	03453005
2824782	Sulzbrunn	sulzbrunn	DE		0	Europe/Berlin	47.67059	10.38512		Jodbad Sulzbrunn,Sulzbrunn		02	097	09780	09780140
2824805	Sulzbach an der Donau	sulzbach-an-der-donau	DE		0	Europe/Berlin	49.02855	12.23961				02	093	09375	09375130
2824807	Sulzbach am Kocher	sulzbach-am-kocher	DE		0	Europe/Berlin	48.96482	9.84545		Sulzbach		01	081	08127	08127079
2824808	Sulzbach am Inn	sulzbach-am-inn	DE		0	Europe/Berlin	48.46211	13.38959				02	092	09275	09275145
2824854	Sulzau	sulzau	DE		0	Europe/Berlin	48.44446	8.83563				01	084	08416	08416050
2824856	Sulzach	sulzach	DE		0	Europe/Berlin	49.12121	10.36789		Sulzach		02	095	09571	09571139
2824860	Sülz	sulz	DE		0	Europe/Berlin	50.91819	6.92156				07	053	05315	05315000
2824861	Sülz	sulz	DE		0	Europe/Berlin	49.13127	9.71797				01	081	08127	08127076
2824862	Sulz	sulz	DE		0	Europe/Berlin	48.6425	10.92167				02	097	09779	09779187
2824863	Sulz	sulz	DE		0	Europe/Berlin	48.30926	7.8618		Sulz		01	083	08317	08317065
2824864	Sulz	sulz	DE		0	Europe/Berlin	47.80043	11.05767		Sulz		02	091	09190	09190139
2824868	Sültingen	sueltingen	DE		0	Europe/Berlin	52.93638	10.1103				06	00	03358	03358016
2824872	Sülten	suelten	DE		0	Europe/Berlin	53.72886	11.75402				12	00	13076	13076148
2824873	Sülten	suelten	DE		0	Europe/Berlin	53.63081	12.94769				12	00	13071	13071018
2824874	Sültemühle	sueltemuehle	DE		0	Europe/Berlin	52.55278	7.70857				06	00	03459	03459011
2824876	Sülte	suelte	DE		0	Europe/Berlin	53.50835	11.42969				12	00	13076	13076134
2824879	Sulsdorf	sulsdorf	DE		0	Europe/Berlin	54.45831	11.04246				10	00	01055	01055046
2824880	Sulsdorf	sulsdorf	DE		0	Europe/Berlin	54.34181	10.95401				10	00	01055	01055015
2824881	Sülsdorf	suelsdorf	DE		0	Europe/Berlin	53.88379	10.89257				12	00	13074	13074076
2824884	Sulpach	sulpach	DE		0	Europe/Berlin	48.70549	9.52455				01	081	08117	08117018
2824885	Sulpach	sulpach	DE		0	Europe/Berlin	47.85762	9.65466				01	084	08436	08436012
2824886	Sulmingen	sulmingen	DE		0	Europe/Berlin	48.15394	9.87058		Sulmingen		01	084	08426	08426071
2824891	Süllwarden	suellwarden	DE		0	Europe/Berlin	53.57062	8.31069				06	00	03461	03461003
2824893	Sülldorf	suelldorf	DE		0	Europe/Berlin	52.02514	11.565		Suelldarp,Suldorp,Sülldarp		14	00	15083	15083490
2824904	Sulgen	sulgen	DE		0	Europe/Berlin	48.2233	8.41673				01	083	08325	08325053
2824905	Sulgau	sulgau	DE		0	Europe/Berlin	48.23333	8.41667				01	083	08325	08325053
2824908	Sülfeld	suelfeld	DE		0	Europe/Berlin	52.41624	10.6909				06	00	03103	03103000
2824909	Sulenbecke	sulenbecke	DE		0	Europe/Berlin	51.12141	7.65178				07	059	05962	05962036
2824911	Sulding	sulding	DE		0	Europe/Berlin	48.40356	12.13969				02	091	09177	09177121
2824920	Sülbeck	suelbeck	DE		0	Europe/Berlin	53.26541	10.55974				06	00	03355	03355030
2824921	Sülbeck	suelbeck	DE		0	Europe/Berlin	52.29006	9.14919				06	00	03257	03257026
2824922	Sülbeck	suelbeck	DE		0	Europe/Berlin	51.77294	9.91791				06	00	03155	03155013
2824927	Sükow	suekow	DE		0	Europe/Berlin	53.08092	11.79828				11	00	12070	12070296
2824928	Sükerhook	suekerhook	DE		0	Europe/Berlin	51.95774	7.19328				07	055	05558	05558012
2824932	Suhrendorf	suhrendorf	DE		0	Europe/Berlin	54.46186	13.13484				12	00	13073	13073095
2824937	Sülstorf	suelstorf	DE		1011	Europe/Berlin	53.50931	11.37463		Suhlstorf,Sulstorf,Sühlstorf,Sülstorf		12	00	13076	13076134
2824938	Suhler Neundorf	suhler-neundorf	DE		0	Europe/Berlin	50.59914	10.68988				15	00	16054	16054000
2824941	Sühlen	suehlen	DE		0	Europe/Berlin	53.86104	10.32429				10	00	01062	01062092
2824943	Suhle	suhle	DE		0	Europe/Berlin	52.78369	7.91887				06	00	03453	03453009
2824944	Suhlburg	suhlburg	DE		0	Europe/Berlin	49.14557	9.71852				01	081	08127	08127086
2824951	Süggerath	sueggerath	DE		0	Europe/Berlin	50.97635	6.14806				07	053	05370	05370012
2824956	Suffersheim	suffersheim	DE		0	Europe/Berlin	48.98233	11.01882				02	095	09577	09577177
2824957	Sufferloh	sufferloh	DE		0	Europe/Berlin	47.85095	11.69735				02	091	09182	09182120
2824960	Südwinsen	suedwinsen	DE		0	Europe/Berlin	52.67451	9.90555				06	00	03351	03351024
2824961	Sudweyhe	sudweyhe	DE		0	Europe/Berlin	52.98466	8.8826				06	00	03251	03251047
2824963	Südwesthörn	suedwesthoern	DE		0	Europe/Berlin	54.80459	8.67183				10	00	01054	01054166
2824966	Südwede	suedwede	DE		0	Europe/Berlin	53.20009	8.91219				06	00	03356	03356011
2824969	Süd-Victorbur	sued-victorbur	DE		0	Europe/Berlin	53.47594	7.37251				06	00	03452	03452023
2824970	Süd Uppum	sued-uppum	DE		0	Europe/Berlin	53.64063	7.50668				06	00	03462	03462006
2824973	Südstrand	suedstrand	DE		0	Europe/Berlin	54.67989	8.55002				10	00	01054	01054164
2824976	Südsiedlung Alhorn	suedsiedlung-alhorn	DE		0	Europe/Berlin	52.88044	8.22211				06	00	03458	03458007
2824979	Südriede	suedriede	DE		0	Europe/Berlin	52.4217	8.6025				07	057	05770	05770040
2824987	Sudmühle	sudmuehle	DE		0	Europe/Berlin	52	7.7				07	055	05515	05515000
2824988	Süd Moslesfehn	sued-moslesfehn	DE		0	Europe/Berlin	53.10748	8.14917		Moslesfehn,Sud Moslesfehn,Süd Moslesfehn		06	00	03458	03458013
2824991	Südmerzen	suedmerzen	DE		0	Europe/Berlin	52.46184	7.81063				06	00	03459	03459026
2824994	Südmentzhausen	suedmentzhausen	DE		0	Europe/Berlin	53.30824	8.30385				06	00	03461	03461005
2824996	Südlohne	suedlohne	DE		0	Europe/Berlin	52.63974	8.24629				06	00	03460	03460006
2824997	Südlohne	suedlohne	DE		0	Europe/Berlin	52.48333	7.23333				06	00	03456	03456025
2824999	Südlingen	suedlingen	DE		0	Europe/Berlin	49.57009	6.44626				08	00	07235	07235154
2825003	Südlengern	suedlengern	DE		0	Europe/Berlin	52.19159	8.60823				07	057	05758	05758020
2825004	Südlengerheide	suedlengerheide	DE		0	Europe/Berlin	52.18829	8.60253				07	057	05758	05758004
2825005	Südkirchen	suedkirchen	DE		0	Europe/Berlin	51.70862	7.54676				07	055	05558	05558028
2825006	Südkampen	suedkampen	DE		0	Europe/Berlin	52.84672	9.42342				06	00	03358	03358024
2825007	Südkamp	suedkamp	DE		0	Europe/Berlin	52.99132	7.95271				06	00	03453	03453002
2825009	Südkamen	suedkamen	DE		0	Europe/Berlin	51.57531	7.65437				07	059	05978	05978020
2825011	Südhorsten	suedhorsten	DE		0	Europe/Berlin	52.29673	9.12562				06	00	03257	03257013
2825013	Südholz	suedholz	DE		0	Europe/Berlin	51.95	8.86667				07	057	05766	05766020
2825014	Südholz	suedholz	DE		0	Europe/Berlin	52.71768	8.19032				06	00	03460	03460001
2825015	Sudholz	sudholz	DE		0	Europe/Berlin	52.64463	9.00055				06	00	03256	03256023
2825016	Südholz	suedholz	DE		0	Europe/Berlin	52.23243	8.53674				07	057	05758	05758004
2825017	Sudholz	sudholz	DE		0	Europe/Berlin	51.45	7.15				07	059	05911	05911000
2825023	Südholt	suedholt	DE		0	Europe/Berlin	53.2213	7.90644				06	00	03451	03451007
2825024	Sudhoff	sudhoff	DE		0	Europe/Berlin	51.86667	7.6				07	055	05515	05515000
2825026	Südhof	suedhof	DE		0	Europe/Berlin	54.17403	13.14231		Hildebrandshagen-Sudhof,Hildebrandshagen-Südhof,Sudhof,Südhof		12	00	13073	13073090
2825027	Sudhof	sudhof	DE		0	Europe/Berlin	52.27363	8.16394				06	00	03404	03404000
2825029	Südhemmern	suedhemmern	DE		0	Europe/Berlin	52.3201	8.78842				07	057	05770	05770012
2825033	Sudheim	sudheim	DE		0	Europe/Berlin	51.66849	9.9783				06	00	03155	03155011
2825035	Südheide	suedheide	DE		0	Europe/Berlin	53.07707	8.19266				06	00	03458	03458013
2825036	Sudheide	sudheide	DE		0	Europe/Berlin	52.04193	8.67096				07	057	05766	05766048
2825040	Sudhalenbeck	sudhalenbeck	DE		0	Europe/Berlin	52.67402	9.11332				06	00	03256	03256021
2825041	Sudhägerbruch	sudhaegerbruch	DE		0	Europe/Berlin	51.73339	8.49202				07	057	05774	05774020
2825046	Südgeorgsfehn	suedgeorgsfehn	DE		0	Europe/Berlin	53.24416	7.74513				06	00	03457	03457020
2825049	Südfelde	suedfelde	DE		0	Europe/Berlin	52.50154	8.21669				06	00	03460	03460002
2825050	Südfelde	suedfelde	DE		0	Europe/Berlin	52.36757	8.88672				07	057	05770	05770028
2825056	Süderzollhaus	suederzollhaus	DE		0	Europe/Berlin	54.64985	9.2881				10	00	01059	01059128
2825057	Süderwöhrden	suederwoehrden	DE		0	Europe/Berlin	54.16667	9				10	00	01051	01051113
2825058	Suderwittingen	suderwittingen	DE		0	Europe/Berlin	52.7094	10.76761		Suderwittingen		06	00	03151	03151040
2825059	Süderwisch	suederwisch	DE		0	Europe/Berlin	53.95931	9.07786				10	00	01051	01051119
2825060	Süderwisch	suederwisch	DE		0	Europe/Berlin	53.79289	8.85445				06	00	03352	03352046
2825064	Suderwick	suderwick	DE		0	Europe/Berlin	51.86001	6.50002		Suderwick		07	055	05554	05554008
2825065	Suderwich	suderwich	DE		0	Europe/Berlin	51.61098	7.26265				07	055	05562	05562032
2825066	Süderwaygaard	suederwaygaard	DE		0	Europe/Berlin	54.69815	8.8292				10	00	01054	01054022
2825068	Süderwarf	suederwarf	DE		0	Europe/Berlin	54.65	8.83333				10	00	01054	01054108
2825070	Süderwalsede	suederwalsede	DE		0	Europe/Berlin	53.00166	9.36832				06	00	03357	03357054
2825071	Südervorstadt	suedervorstadt	DE		0	Europe/Berlin	53.06456	8.7955				03	00	04011	04011000
2825075	Süder-Süderschwei	sueder-suederschwei	DE		0	Europe/Berlin	53.38899	8.34045				06	00	03461	03461009
2825077	Süderstapel	suederstapel	DE		1053	Europe/Berlin	54.34967	9.21907		Sonder Stabel,Suderstapel,Sønder Stabel,Süderstapel,Zidershtapel,Ziderstapel,Zjudershtapel',xu de er si ta pei er,Зидерстапел,Зидерштапел,Зюдерштапель,叙德尔斯塔佩尔		10	00	01059	01059188
2825079	Sudershausen	sudershausen	DE		0	Europe/Berlin	51.63145	10.0221				06	00	03155	03155010
2825080	Süderseefeld	suederseefeld	DE		0	Europe/Berlin	53.46399	8.34938				06	00	03461	03461009
2825081	Süderschweiburg	suederschweiburg	DE		0	Europe/Berlin	53.38774	8.27455				06	00	03461	03461005
2825082	Süderschwei	suederschwei	DE		0	Europe/Berlin	53.38892	8.3239				06	00	03461	03461009
2825085	Süderschmedeby	suederschmedeby	DE		0	Europe/Berlin	54.66155	9.45285				10	00	01059	01059159
2825086	Süderrade	suederrade	DE		0	Europe/Berlin	54.20129	9.3764				10	00	01051	01051086
2825091	Suderode	suderode	DE		0	Europe/Berlin	51.97602	10.62283				14	00	15085	15085230
2825092	Süderneuland Zwei	suederneuland-zwei	DE		0	Europe/Berlin	53.55523	7.25583				06	00	03452	03452021
2825093	Süderneuland Eins	suederneuland-eins	DE		0	Europe/Berlin	53.57773	7.21639		Suederneuland I,Süderneuland I		06	00	03452	03452019
2825097	Südermoor	suedermoor	DE		0	Europe/Berlin	53.32826	7.62292				06	00	03457	03457010
2825100	Südermittelteil	suedermittelteil	DE		0	Europe/Berlin	53.77444	8.93915				06	00	03352	03352045
2825101	Südermitteldeich	suedermitteldeich	DE		0	Europe/Berlin	54.50218	8.63517				10	00	01054	01054103
2825108	Süderlügum	suederluegum	DE		2242	Europe/Berlin	54.87391	8.91111		Laeigem,Läigem,Sonder Logum,Sønder Løgum,Ziderligum,Zjuderljugum,xu de er lu gu mu,Зидерлигум,Зюдерлюгум,叙德尔吕古姆	01054131	10	00	01054	01054131
2825111	Süderleda	suederleda	DE		0	Europe/Berlin	53.71867	8.82159				06	00	03352	03352055
2825112	Süderlandsteig	suederlandsteig	DE		0	Europe/Berlin	53.95726	9.05519				10	00	01051	01051119
2825114	Suderlage	suderlage	DE		0	Europe/Berlin	51.68335	8.28291				07	055	05570	05570048
2825118	Süderhuus	suederhuus	DE		0	Europe/Berlin	54.7	9.16667				10	00	01054	01054037
2825119	Süderhörn	suederhoern	DE		0	Europe/Berlin	54.63632	8.56508				10	00	01054	01054074
2825122	Süderholz	suederholz	DE		0	Europe/Berlin	54.78333	9.56667				10	00	01059	01059127
2825123	Süderholz	suederholz	DE		0	Europe/Berlin	54.48333	9.15		Suderholz,Suederholz,Süderholz		10	00	01054	01054118
2825128	Süderholm	suederholm	DE		0	Europe/Berlin	54.20111	9.15755				10	00	01051	01051044
2825131	Süderhöft	suederhoeft	DE		0	Europe/Berlin	54.28357	8.66555				10	00	01054	01054113
2825136	Süder Hesbüll	sueder-hesbuell	DE		0	Europe/Berlin	54.85	8.71667				10	00	01054	01054086
2825137	Süderheistedt	suederheistedt	DE		559	Europe/Berlin	54.23521	9.14721		Suderheistedt,Süderheistedt	01051141	10	00	01051	01051141
2825142	Süderhastedt	suederhastedt	DE		860	Europe/Berlin	54.0494	9.20763		Suderhastedt,Süderhastedt	01051110	10	00	01051	01051110
2825144	Süderhackstedtfeld	suederhackstedtfeld	DE		0	Europe/Berlin	54.65	9.25				10	00	01059	01059179
2825146	Südergotteskoogsdeich	suedergotteskoogsdeich	DE		0	Europe/Berlin	54.80656	8.76682				10	00	01054	01054088
2825149	Südergast	suedergast	DE		0	Europe/Berlin	53.56667	7.9				06	00	03455	03455007
2825151	Süderfrieschenmoor	suederfrieschenmoor	DE		0	Europe/Berlin	53.35844	8.38986				06	00	03461	03461008
2825154	Süderfeld	suederfeld	DE		0	Europe/Berlin	53.30025	8.45047				06	00	03461	03461002
2825157	Süderende	suederende	DE		0	Europe/Berlin	54.89779	8.31056				10	00	01054	01054168
2825159	Süderende	suederende	DE		0	Europe/Berlin	53.73139	8.97086				06	00	03352	03352008
2825160	Süderende	suederende	DE		0	Europe/Berlin	53.66672	8.89747				06	00	03352	03352051
2825164	Süderdonn	suederdonn	DE		0	Europe/Berlin	53.9702	9.12371				10	00	01051	01051097
2825168	Süderdeich	suederdeich	DE		0	Europe/Berlin	54.85	8.73333				10	00	01054	01054086
2825169	Süderdeich	suederdeich	DE		0	Europe/Berlin	54.8	8.68333				10	00	01054	01054166
2825170	Süderdeich	suederdeich	DE		0	Europe/Berlin	54.65727	8.82007				10	00	01054	01054093
2825171	Süderdeich	suederdeich	DE		0	Europe/Berlin	54.34095	8.97952				10	00	01054	01054095
2825172	Süderdeich	suederdeich	DE		0	Europe/Berlin	54.31667	8.7				10	00	01054	01054134
2825176	Süderdeich	suederdeich	DE		0	Europe/Berlin	53.80999	9.1485				06	00	03359	03359004
2825178	Süderbusch	suederbusch	DE		0	Europe/Berlin	53.71665	9.03509				06	00	03352	03352056
2825181	Suderbruch	suderbruch	DE		0	Europe/Berlin	52.67576	9.52412				06	00	03358	03358010
2825182	Süderbrok	suederbrok	DE		0	Europe/Berlin	53.12815	8.62378				06	00	03461	03461006
2825184	Süderbrarupholm	suederbrarupholm	DE		0	Europe/Berlin	54.63333	9.78333				10	00	01059	01059083
2825189	Süderaussendeich	suederaussendeich	DE		0	Europe/Berlin	53.45	8.33333				06	00	03461	03461009
2825191	Süderauerdorf	suederauerdorf	DE		0	Europe/Berlin	53.8319	9.54075				10	00	01061	01061104
2825196	Süderau	suederau	DE		776	Europe/Berlin	53.81667	9.51667		Suderau,Süderau	01061104	10	00	01061	01061104
2825198	Südensee	suedensee	DE		0	Europe/Berlin	54.69986	9.6716				10	00	01059	01059161
2825200	Sudenhof	sudenhof	DE		0	Europe/Berlin	53.44395	11.21982				12	00	13076	13076060
2825201	Sudenfeld	sudenfeld	DE		0	Europe/Berlin	52.18109	7.93676		Sunsfelle		06	00	03459	03459020
2825202	Sudendorf	sudendorf	DE		0	Europe/Berlin	52.06499	7.99687				06	00	03459	03459034
2825204	Südende	sudende	DE		0	Europe/Berlin	52.45	13.36667				16	00	11000	11000000
2825205	Südende	suedende	DE		0	Europe/Berlin	53.23415	8.20146				06	00	03451	03451005
2825207	Sudenburg	sudenburg	DE		0	Europe/Berlin	52.11025	11.60439		Magdeburg-Sudenburg,Sudenburg		14	00	15003	15003000
2825208	Südenburg	suedenburg	DE		0	Europe/Berlin	53.15	7.33333				06	00	03457	03457021
2825210	Süden	sueden	DE		0	Europe/Berlin	54.48469	8.85408				10	00	01054	01054091
2825213	Süd Edewecht	sued-edewecht	DE		0	Europe/Berlin	53.11667	7.98333				06	00	03451	03451004
2825214	Sudeck	sudeck	DE		0	Europe/Berlin	51.34374	8.76438				05	066	06635	06635007
2825216	Süd Dunum	sued-dunum	DE		0	Europe/Berlin	53.5851	7.65095				06	00	03462	03462002
2825218	Süddorf	sueddorf	DE		0	Europe/Berlin	52.22057	8.48605				07	057	05758	05758028
2825219	Süddorf	sueddorf	DE		0	Europe/Berlin	54.64116	8.35459				10	00	01054	01054085
2825220	Süddorf	sueddorf	DE		0	Europe/Berlin	53.08904	7.94641				06	00	03451	03451004
2825221	Süddinker	sueddinker	DE		0	Europe/Berlin	51.63647	7.91888				07	059	05915	05915000
2825222	Sudderwehe	sudderwehe	DE		0	Europe/Berlin	52.53	7.51455				06	00	03454	03454031
2825223	Suddersdorf	suddersdorf	DE		0	Europe/Berlin	49.2771	10.86165		Suddersdorf		02	095	09571	09571226
2825226	Suddenburg	suddenburg	DE		0	Europe/Berlin	52.91667	7.33333				06	00	03454	03454025
2825227	Südcoldinne	suedcoldinne	DE		0	Europe/Berlin	53.56885	7.38968				06	00	03452	03452007
2825228	Sudbruch	sudbruch	DE		0	Europe/Berlin	52.73327	8.68382				06	00	03251	03251015
2825229	Südbruch	suedbruch	DE		0	Europe/Berlin	52.27983	8.94736				07	057	05770	05770024
2825231	Südbrock	suedbrock	DE		0	Europe/Berlin	52.20592	8.60987				07	057	05758	05758004
2825232	Sudbrack	sudbrack	DE		0	Europe/Berlin	52.04357	8.53157				07	057	05711	05711000
2825239	Südarle	suedarle	DE		0	Europe/Berlin	53.57232	7.40744		Sudarle,Suedarle,Südarle		06	00	03452	03452007
2825240	Suckwitz	suckwitz	DE		0	Europe/Berlin	53.66412	12.14393				12	00	13072	13072084
2825250	Sückau	sueckau	DE		0	Europe/Berlin	53.31908	10.95474				06	00	03355	03355049
2825251	Süchterscheid	suechterscheid	DE		0	Europe/Berlin	50.7477	7.3868				07	053	05382	05382020
2825252	Süchteln	suechteln	DE		0	Europe/Berlin	51.28744	6.36658		Suchteln,Süchteln		07	051	05166	05166032
2825253	Suchsdorf	suchsdorf	DE		0	Europe/Berlin	54.35937	10.07947				10	00	01002	01002000
2825255	Subzow	subzow	DE		0	Europe/Berlin	54.04639	13.33191				12	00	13075	13075027
2825257	Subzin	subzin	DE		0	Europe/Berlin	53.89962	12.35133				12	00	13072	13072062
2825260	Subbern	subbern	DE		0	Europe/Berlin	52.03388	8.03662				07	055	05570	05570036
2825262	Styrum	styrum	DE		0	Europe/Berlin	51.45126	6.86418		Styrum		07	051	05117	05117000
2825269	Stützkow	stuetzkow	DE		0	Europe/Berlin	52.99294	14.17305				11	00	12073	12073532
2825270	Stützing	stutzing	DE		0	Europe/Berlin	48.31613	12.53369				02	091	09183	09183130
2825271	Stutzhaus	stutzhaus	DE		0	Europe/Berlin	50.78176	10.72288				15	00	16067	16067044
2825272	Stützersdorf	stuetzersdorf	DE		0	Europe/Berlin	48.74916	13.3707				02	092	09275	09275152
2825273	Stützerbach	stuetzerbach	DE		1698	Europe/Berlin	50.63333	10.86667		Shticerbakh,Shtjutcerbakh,Stuetzerbach,Stutzerbach,Stützerbach,shi di ce er ba he,Штицербах,Штютцербах,施蒂策尔巴赫	16070029	15	00	16070	16070029
2825278	Stützenbruck	stutzenbruck	DE		0	Europe/Berlin	48.46639	12.2189				02	092	09274	09274134
2825282	Stutz	stutz	DE		0	Europe/Berlin	47.76339	7.89599				01	083	08336	08336025
2825284	Stüttingshof	stuettingshof	DE		10	Europe/Berlin	51.5073	8.02626				07	059	05974	05974012
2825285	Stüttinghausen	stuettinghausen	DE		0	Europe/Berlin	51.21014	7.59067				07	059	05962	05962032
2825287	Stüttgen	stuettgen	DE		0	Europe/Berlin	51.15672	6.78009				07	051	05162	05162024
2825300	Stuthof	stuthof	DE		0	Europe/Berlin	54.16661	12.17257		Shf		12	00	13003	13003000
2825301	Stütgerloch	stuetgerloch	DE		0	Europe/Berlin	50.81747	6.3732				07	053	05358	05358032
2825303	Stutgarten	stutgarten	DE		0	Europe/Berlin	52.25	13.9				11	00	12067	12067481
2825305	Stuterhof	stuterhof	DE		0	Europe/Berlin	53.90301	13.02253				12	00	13071	13071029
2825306	Stüterhof	stueterhof	DE		0	Europe/Berlin	49.37511	7.84295				08	00	07335	07335048
2825310	Stütensen	stuetensen	DE		0	Europe/Berlin	53.00259	10.78877				06	00	03360	03360018
2825312	Stutenhof	stutenhof	DE		0	Europe/Berlin	48.35	8.96667				01	084	08417	08417031
2825313	Stutenhaus	stutenhaus	DE		0	Europe/Berlin	50.58777	10.78167				15	00	16069	16069043
2825314	Stütelberg	stuetelberg	DE		0	Europe/Berlin	52.88783	8.74445				06	00	03251	03251007
2825316	Stutebüll	stutebuell	DE		0	Europe/Berlin	54.68713	9.92615				10	00	01059	01059045
2825318	Stürzlham	sturzlham	DE		0	Europe/Berlin	48.07647	12.2476				02	091	09187	09187116
2825319	Stürzlham	sturzlham	DE		0	Europe/Berlin	47.9379	12.29878				02	091	09187	09187145
2825320	Stürzlham	sturzlham	DE		0	Europe/Berlin	47.85084	11.8091				02	091	09182	09182137
2825322	Sturzholz	sturzholz	DE		0	Europe/Berlin	48.39852	13.08823				02	092	09277	09277113
2825326	Stürzenhardt	sturzenhardt	DE		0	Europe/Berlin	49.55194	9.26813		Sturzenhardt,Stürzenhardt		01	082	08225	08225014
2825328	Stürzelhof	sturzelhof	DE		0	Europe/Berlin	49.38073	11.33035		Sturzelhof,Stürzelhof		02	095	09574	09574112
2825330	Stürzelberg	stuerzelberg	DE		0	Europe/Berlin	51.13762	6.8153				07	051	05162	05162004
2825338	Stürza	stuerza	DE		0	Europe/Berlin	51.01413	14.05898				13	00	14628	14628100
2825351	Sturenhagen	sturenhagen	DE		0	Europe/Berlin	54.42997	10.10918		Sturenhagen		10	00	01058	01058037
2825355	Stuppelau	stuppelau	DE		0	Europe/Berlin	48.49736	10.07163				01	084	08425	08425072
2825357	Stuppach	stuppach	DE		0	Europe/Berlin	49.44596	9.75108		Stuppach		01	081	08128	08128007
2825359	Stupferich	stupferich	DE		0	Europe/Berlin	48.95328	8.50685				01	082	08212	08212000
2825360	Stupfa	stupfa	DE		0	Europe/Berlin	47.8314	12.29501				02	091	09187	09187132
2825363	Stünzhain	stuenzhain	DE		0	Europe/Berlin	50.961	12.46194				15	00	16077	16077001
2825364	Stünzel	stuenzel	DE		0	Europe/Berlin	50.98239	8.36255				07	059	05970	05970004
2825365	Stünzbach	stunzbach	DE		0	Europe/Berlin	48.44747	12.0193				02	092	09274	09274121
2825367	Stünz	stuenz	DE		0	Europe/Berlin	51.33841	12.43335				13	00	14713	14713000
2825381	Stumpfering	stumpfering	DE		0	Europe/Berlin	48.00607	12.46429				02	091	09189	09189111
2825383	Stumpfenbach	stumpfenbach	DE		0	Europe/Berlin	48.37635	11.26562				02	091	09174	09174111
2825384	Stumpf	stumpf	DE		0	Europe/Berlin	51.10275	7.22028				07	053	05378	05378032
2825386	Stumpertenrod	stumpertenrod	DE		0	Europe/Berlin	50.61563	9.18096				05	065	06535	06535003
2825389	Stumpens	stumpens	DE		0	Europe/Berlin	53.68211	7.97794				06	00	03455	03455020
2825391	Stumpenhagen	stumpenhagen	DE		0	Europe/Berlin	52.01511	9.00278				07	057	05766	05766024
2825392	Stümpen	stuempen	DE		0	Europe/Berlin	50.90279	7.16243				07	053	05378	05378028
2825398	Stummeldorf	stummeldorf	DE		0	Europe/Berlin	53.56873	7.99123				06	00	03455	03455015
2825404	Stülpe	stuelpe	DE		0	Europe/Berlin	52.04647	13.32226				11	00	12072	12072312
2825405	Stülow	stuelow	DE		0	Europe/Berlin	54.08744	11.88459				12	00	13072	13072086
2825408	Stülinghausen	stuelinghausen	DE		0	Europe/Berlin	51.06905	7.56196				07	053	05374	05374024
2825409	Stukenhöfen	stukenhoefen	DE		0	Europe/Berlin	52.25608	8.52048				07	057	05758	05758028
2825410	Stukenbrock	stukenbrock	DE		0	Europe/Berlin	51.9114	8.65594				07	057	05754	05754036
2825411	Stukenborg	stukenborg	DE		0	Europe/Berlin	52.74003	8.26326				06	00	03460	03460009
2825418	Stuhrreihe	stuhrreihe	DE		0	Europe/Berlin	53.01767	8.74372				06	00	03251	03251037
2825420	Stühren	stuehren	DE		0	Europe/Berlin	52.8934	8.71652				06	00	03251	03251007
2825421	Stuhrbaum	stuhrbaum	DE		0	Europe/Berlin	53.02099	8.75868				06	00	03251	03251037
2825425	Stuhlrain	stuhlrain	DE		0	Europe/Berlin	47.8214	12.24332				02	091	09187	09187167
2825441	Stühkamp	stuehkamp	DE		0	Europe/Berlin	53.46632	9.4429				06	00	03359	03359005
2825444	Stühe	stuehe	DE		0	Europe/Berlin	52.99509	8.47788				06	00	03458	03458003
2825445	Stühe	stuehe	DE		0	Europe/Berlin	52.04561	8.87294				07	057	05766	05766044
2825448	Stühbusch	stuehbusch	DE		0	Europe/Berlin	53.53484	8.91523				06	00	03352	03352062
2825459	Stuer Vorwerk	stuer-vorwerk	DE		0	Europe/Berlin	53.37595	12.35429				12	00	13071	13071143
2825463	Studernheim	studernheim	DE		0	Europe/Berlin	49.50764	8.36167				08	00	07311	07311000
2825466	Stüdenitz	stuedenitz	DE		0	Europe/Berlin	52.88964	12.28031				11	00	12068	12068417
2825469	Stüde	stuede	DE		0	Europe/Berlin	52.55559	10.67614				06	00	03151	03151025
2825475	Stucksdorf	stucksdorf	DE		0	Europe/Berlin	47.91951	12.22865				02	091	09187	09187174
2825480	Stuckenbusch	stuckenbusch	DE		0	Europe/Berlin	51.59179	7.17476				07	055	05562	05562032
2825481	Stuckenborstel	stuckenborstel	DE		0	Europe/Berlin	53.10901	9.19152				06	00	03357	03357045
2825488	Stücken	stuecken	DE		0	Europe/Berlin	52.24495	13.07922				11	00	12069	12069397
2825494	Stückbrunn	stuckbrunn	DE		0	Europe/Berlin	49.92189	10.74154				02	094	09471	09471207
2825495	Stuck	stuck	DE		0	Europe/Berlin	53.20902	11.4233				12	00	13076	13076037
2825497	Stücht	stucht	DE		0	Europe/Berlin	49.87094	11.19573				02	094	09471	09471142
2825499	Stübnitz	stuebnitz	DE		0	Europe/Berlin	50.90495	11.95876				15	00	16076	16076089
2825500	Stüblhäuser	stublhauser	DE		0	Europe/Berlin	48.67469	13.74693				02	092	09275	09275148
2825502	Stublang	stublang	DE		0	Europe/Berlin	50.07783	11.04474				02	094	09478	09478165
2825503	Stublach	stublach	DE		0	Europe/Berlin	50.91699	12.04433				15	00	16052	16052000
2825504	Stübig	stubig	DE		0	Europe/Berlin	50.01105	11.07336				02	094	09471	09471185
2825507	Stubersheim	stubersheim	DE		0	Europe/Berlin	48.59461	9.91774				01	084	08425	08425008
2825512	Stubenthal	stubenthal	DE		0	Europe/Berlin	49.10316	12.32498				02	093	09375	09375114
2825529	Stuben	stuben	DE		0	Europe/Berlin	48.5	12.66667				02	092	09277	09277141
2825530	Stuben	stuben	DE		0	Europe/Berlin	48.56252	11.02639				02	097	09771	09771156
2825531	Stuben	stuben	DE		0	Europe/Berlin	47.91357	9.57827				01	084	08436	08436005
2825535	Stübeckshorn	stuebeckshorn	DE		0	Europe/Berlin	53.01592	9.96082				06	00	03358	03358021
2825536	Stübecken	stuebecken	DE		0	Europe/Berlin	51.40451	7.7573				07	059	05962	05962016
2825543	Stubbenkammer	stubbenkammer	DE		0	Europe/Berlin	54.57325	13.65974				12	00	13073	13073080
2825546	Stubbenhagen	stubbenhagen	DE		0	Europe/Berlin	54.29198	12.77092				12	00	13073	13073051
2825547	Stubbenfelde	stubbenfelde	DE		0	Europe/Berlin	54.02907	14.03262		Stubbenfelde		12	00	13075	13075080
2825554	Stubbenberg	stubbenberg	DE		0	Europe/Berlin	54.04656	10.71073				10	00	01055	01055044
2825555	Stubbenberg	stubbenberg	DE		0	Europe/Berlin	53.98205	9.23271				10	00	01051	01051012
2825566	Stübach	stubach	DE		0	Europe/Berlin	49.6084	10.58769		Stubach,Stuebach,Stübach		02	095	09575	09575118
2825569	Stryck	stryck	DE		0	Europe/Berlin	51.28061	8.6198		Stryck		05	066	06635	06635022
2825572	Struwenberg	struwenberg	DE		0	Europe/Berlin	52.82859	13.93187				11	00	12060	12060092
2825575	Struveshof	struveshof	DE		0	Europe/Berlin	52.32052	13.23126				11	00	12072	12072240
2825580	Struvenberg	struvenberg	DE		0	Europe/Berlin	52.20529	12.38212				11	00	12069	12069232
2825583	Struthütten	struthuetten	DE		0	Europe/Berlin	50.78225	7.97418				07	059	05970	05970036
2825584	Struthof	struthof	DE		0	Europe/Berlin	50.58333	9.98333				05	066	06631	06631023
2825585	Struthof	struthof	DE		0	Europe/Berlin	49.89737	7.66956				08	00	07133	07133068
2825586	Strüthof	struthof	DE		0	Europe/Berlin	49.65539	11.45072		Struthof,Strüthof		02	094	09472	09472177
2825593	Struthhöfe	struthhoefe	DE		0	Europe/Berlin	50.41962	9.53682				05	066	06631	06631008
2825594	Struth-Helmershof	struth-helmershof	DE		0	Europe/Berlin	50.74535	10.50753		Struth-Helmershof		15	00	16066	16066023
2825615	Strüssendorf	struessendorf	DE		0	Europe/Berlin	54.44494	13.44207				12	00	13073	13073014
2825617	Strusen	strusen	DE		0	Europe/Berlin	52.05682	8.63388				07	057	05711	05711000
2825619	Struppen-Siedlung	struppen-siedlung	DE		0	Europe/Berlin	50.91976	14.01581				13	00	14628	14628390
2825623	Strunkheide	strunkheide	DE		0	Europe/Berlin	52.05	8.63333				07	057	05711	05711000
2825625	Strunkeich	strunkeich	DE		0	Europe/Berlin	50.61106	7.60306				08	00	07138	07138057
2825626	Strünkede	struenkede	DE		0	Europe/Berlin	51.78487	7.16656				07	055	05562	05562016
2825629	Strümpfelbrunn	strumpfelbrunn	DE		0	Europe/Berlin	49.46425	9.07887		Strumpfelbrunn,Strümpfelbrunn		01	082	08225	08225118
2825632	Strümpfelbach	strumpfelbach	DE		0	Europe/Berlin	48.97179	9.43618				01	081	08119	08119008
2825633	Strümpfelbach	strumpfelbach	DE		0	Europe/Berlin	48.78397	9.36496				01	081	08119	08119091
2825634	Strumpelkamp	strumpelkamp	DE		0	Europe/Berlin	52.29098	8.74343				07	057	05770	05770012
2825635	Strümp	struemp	DE		0	Europe/Berlin	51.28402	6.65749		Strump,Strümp		07	051	05162	05162022
2825640	Strukkamp	strukkamp	DE		0	Europe/Berlin	54.41691	11.11879		Strukkamp		10	00	01055	01055046
2825642	Strüh	strueh	DE		0	Europe/Berlin	52.08282	8.68177		Im Struhll,Im Strühll,Struh,Strüh		07	057	05766	05766008
2825646	Strudden	strudden	DE		0	Europe/Berlin	53.44654	7.84959				06	00	03462	03462005
2825649	Strucksfeld	strucksfeld	DE		0	Europe/Berlin	51.13052	7.27974		Strucksfeld		07	053	05374	05374016
2825650	Strücklingen	struecklingen	DE		0	Europe/Berlin	53.1252	7.66631		Struecklingen,Strukelje,Strücklingen		06	00	03453	03453013
2825655	Struckhof	struckhof	DE		0	Europe/Berlin	52.27509	8.7301				07	057	05770	05770016
2825657	Strückhausermoor	strueckhausermoor	DE		0	Europe/Berlin	53.30611	8.40222				06	00	03461	03461008
2825658	Strückhauser Kirchdorf	strueckhauser-kirchdorf	DE		0	Europe/Berlin	53.33256	8.39089				06	00	03461	03461008
2825659	Strückhauser Altendorf	strueckhauser-altendorf	DE		0	Europe/Berlin	53.31845	8.38536				06	00	03461	03461008
2825661	Struckhausen	struckhausen	DE		0	Europe/Berlin	52.54086	8.99525				06	00	03256	03256030
2825665	Strücken	struecken	DE		0	Europe/Berlin	52.1685	9.11728				06	00	03257	03257031
2825667	Struck	struck	DE		0	Europe/Berlin	51.17025	7.22027				07	051	05120	05120000
2825671	Struchtrup	struchtrup	DE		0	Europe/Berlin	52.0141	9.10492				07	057	05766	05766012
2825678	Strubbergshof	strubbergshof	DE		0	Europe/Berlin	52.83865	12.40434				11	00	12068	12068324
2825681	Strübbel	struebbel	DE		84	Europe/Berlin	54.26667	8.96667		Strubbel,Strübbel	01051108	10	00	01051	01051108
2825683	Strotzbüsch	strotzbuesch	DE		370	Europe/Berlin	50.11037	6.96664		Strotzbuesch,Strotzbüsch	07233071	08	00	07233	07233071
2825684	Strötzbach	strotzbach	DE		0	Europe/Berlin	50.07864	9.15189				02	096	09671	09671143
2825688	Strotheide	strotheide	DE		0	Europe/Berlin	52.1205	8.63386		Auf der Strotheide,Strotheide		07	057	05758	05758012
2825690	Strothe	strothe	DE		0	Europe/Berlin	53.10536	10.68051				06	00	03360	03360011
2825691	Strothe	strothe	DE		0	Europe/Berlin	51.28214	8.93797				05	066	06635	06635015
2825692	Ströth	stroeth	DE		0	Europe/Berlin	52.20944	8.38383				06	00	03459	03459024
2825696	Strößwitz	stroesswitz	DE		0	Europe/Berlin	50.77278	11.75241		Breitenhain-Strosswitz,Breitenhain-Strößwitz,Strosswitz,Strößwitz		15	00	16075	16075073
2825697	Strössendorf	strossendorf	DE		0	Europe/Berlin	50.13871	11.22155				02	094	09478	09478111
2825700	Stroothook	stroothook	DE		0	Europe/Berlin	52.57186	7.47019				06	00	03454	03454015
2825702	Stromtal	stromtal	DE		0	Europe/Berlin	52.19503	12.79666				11	00	12069	12069076
2825708	Strömerdeich	stromerdeich	DE		0	Europe/Berlin	53.08333	8.68333				03			
2825711	Stromberger Neuhütte	stromberger-neuhuette	DE		0	Europe/Berlin	49.9685	7.72991				08	00	07133	07133023
2825721	Strombach	strombach	DE		0	Europe/Berlin	51.02289	7.53082		Strombach		07	053	05374	05374012
2825723	Strom	strom	DE		0	Europe/Berlin	53.08366	8.6998		Strom		03	00	04011	04011000
2825724	Strölla	stroella	DE		0	Europe/Berlin	51.15401	13.0845				13	00	14522	14522220
2825726	Stroit	stroit	DE		0	Europe/Berlin	51.88926	9.85964		Stroit		06	00	03155	03155013
2825727	Stroischen	stroischen	DE		0	Europe/Berlin	51.15112	13.38917		Stroischen		13	00	14627	14627080
2825728	Strohweiler	strohweiler	DE		0	Europe/Berlin	48.51342	9.48665				01	084	08415	08415088
2825729	Strohwalde	strohwalde	DE		0	Europe/Berlin	51.73988	12.47307				14	00	15091	15091110
2825731	Strohreit	strohreit	DE		0	Europe/Berlin	48.09062	12.21759				02	091	09187	09187176
2825741	Strohhof	strohhof	DE		0	Europe/Berlin	48.9063	9.68202				01	081	08119	08119037
2825742	Strohhof	strohhof	DE		0	Europe/Berlin	48.00577	12.81487				02	091	09189	09189118
2825746	Strohham	strohham	DE		0	Europe/Berlin	48.23915	12.96945				02	092	09277	09277128
2825749	Ströhen	stroehen	DE		0	Europe/Berlin	53.06118	8.61189				06	00	03401	03401000
2825750	Ströhen	stroehen	DE		0	Europe/Berlin	51.98623	8.38671				07	057	05754	05754040
2825751	Ströhen	stroehen	DE		0	Europe/Berlin	53.00948	8.71714				06	00	03251	03251037
2825752	Ströhen	stroehen	DE		0	Europe/Berlin	52.78	8.77768				06	00	03251	03251007
2825753	Ströhen	stroehen	DE		0	Europe/Berlin	52.53199	8.69207		Hannover Strohen,Hannover Ströhen		06	00	03251	03251044
2825754	Stroheich	stroheich	DE		0	Europe/Berlin	50.28594	6.75401				08	00	07233	07233054
2825755	Ströhe	stroehe	DE		0	Europe/Berlin	53.27574	8.82309				06	00	03356	03356003
2825756	Strohe	strohe	DE		0	Europe/Berlin	52.78221	8.21365				06	00	03460	03460009
2825757	Strohe	strohe	DE		0	Europe/Berlin	52.39274	7.99621				06	00	03459	03459014
2825761	Strohbrück	strohbrueck	DE		0	Europe/Berlin	54.34119	9.99072				10	00	01058	01058130
2825763	Strohberg	strohberg	DE		0	Europe/Berlin	48.67668	12.47294				02	092	09279	09279128
2825773	Strohbach	strohbach	DE		0	Europe/Berlin	48.38697	8.01164				01	083	08317	08317034
2825776	Strohauserdeich	strohauserdeich	DE		0	Europe/Berlin	53.4	8.46667				06	00	03461	03461009
2825777	Strohausen	strohausen	DE		0	Europe/Berlin	53.40672	8.46136				06	00	03461	03461009
2825778	Stroh	stroh	DE		0	Europe/Berlin	52.85816	8.93501				06	00	03251	03251049
2825780	Stroga	stroga	DE		0	Europe/Berlin	51.3443	13.54088		Stroga		13	00	14627	14627060
2825782	Strodthagen	strodthagen	DE		0	Europe/Berlin	51.7638	9.88787				06	00	03155	03155013
2825783	Strödt	stroedt	DE		0	Europe/Berlin	50.60023	7.36417		Strodt,Strödt		08	00	07138	07138068
2825785	Strodehne	strodehne	DE		0	Europe/Berlin	52.7619	12.22478				11	00	12063	12063134
2825787	Strocken	strocken	DE		0	Europe/Berlin	51.20194	13.00496				13	00	14522	14522220
2825788	Strock	strock	DE		0	Europe/Berlin	51.73979	7.06842				07	055	05562	05562012
2825791	Ströbitz	stroebitz	DE		0	Europe/Berlin	51.75743	14.30384		Cottbus-Strobitz,Cottbus-Ströbitz,Strobice,Strobitz,Ströbitz		11	00	12052	12052000
2825792	Ströbing	strobing	DE		0	Europe/Berlin	47.90003	12.301				02	091	09187	09187128
2825793	Strobenried	strobenried	DE		0	Europe/Berlin	48.53176	11.3523				02	091	09186	09186125
2825795	Strobels	strobels	DE		0	Europe/Berlin	47.81308	10.20048				02	097	09780	09780112
2825797	Ströbeck	stroebeck	DE		1181	Europe/Berlin	51.91406	10.94445		Strobeck,Stroebeck,Ströbeck		14	00	15085	15085135
2825800	Stritzling	stritzling	DE		0	Europe/Berlin	48.84619	13.10462				02	092	09271	09271130
2825802	Strittmatt	strittmatt	DE		0	Europe/Berlin	47.66593	8.04598				01	083	08337	08337038
2825803	Stritthof	stritthof	DE		0	Europe/Berlin	49.26602	10.65961				02	095	09571	09571175
2825805	Strittberg	strittberg	DE		0	Europe/Berlin	47.72107	8.19416				01	083	08337	08337051
2825807	Strippow	strippow	DE		0	Europe/Berlin	53.78554	13.56297				12	00	13075	13075101
2825809	Strinz-Trinitatis	strinz-trinitatis	DE		0	Europe/Berlin	50.23627	8.15559				05	064	06439	06439007
2825810	Strinz-Margarethä	strinz-margarethae	DE		0	Europe/Berlin	50.20585	8.13349				05	064	06439	06439006
2825811	Strinum	strinum	DE		0	Europe/Berlin	52.00658	12.08329				14	00	15082	15082430
2825812	Strimo	strimo	DE		0	Europe/Berlin	47.83745	10.12694				02	097	09778	09778165
2825814	Strigleben	strigleben	DE		0	Europe/Berlin	53.15207	11.93357				11	00	12070	12070125
2825815	Striggow	striggow	DE		0	Europe/Berlin	53.71571	12.29799				12	00	13072	13072048
2825817	Strietweg	strietweg	DE		0	Europe/Berlin	48.88333	8.73333				01	082	08231	08231000
2825818	Striethof	striethof	DE		0	Europe/Berlin	53.55	12.81667				12	00	13071	13071174
2825821	Strietfeld	strietfeld	DE		0	Europe/Berlin	53.97623	12.57883				12	00	13072	13072111
2825822	Strietfeld	strietfeld	DE		0	Europe/Berlin	53.41137	12.49781				12	00	13071	13071155
2825826	Strießharth	striessharth	DE		0	Europe/Berlin	50.89355	7.46285				07	053	05382	05382036
2825827	Strießendorf	striessendorf	DE		0	Europe/Berlin	49.2811	12.07376				02	093	09376	09376161
2825828	Strießen	striessen	DE		0	Europe/Berlin	51.26227	13.4954				13	00	14627	14627200
2825829	Striesow	striesow	DE		0	Europe/Berlin	51.8287	14.2603		Strjazow,Strjažow		11	00	12071	12071041
2825830	Striesenow	striesenow	DE		0	Europe/Berlin	53.85907	12.4196				12	00	13072	13072062
2825831	Striesen	striesen	DE		0	Europe/Berlin	51.04809	13.78973				13	00	14612	14612000
2825833	Striesdorf	striesdorf	DE		0	Europe/Berlin	53.93099	12.25808				12	00	13072	13072027
2825835	Striesa	striesa	DE		0	Europe/Berlin	51.78207	13.38122				11	00	12062	12062289
2825836	Striesa	striesa	DE		0	Europe/Berlin	51.30408	13.06768				13	00	14730	14730230
2825840	Striepe	striepe	DE		0	Europe/Berlin	52.48599	6.71755				06	00	03456	03456024
2825843	Striegnitz	striegnitz	DE		0	Europe/Berlin	51.22458	13.28367				13	00	14627	14627130
2825846	Striefen	striefen	DE		0	Europe/Berlin	50.75916	7.34093				07	053	05382	05382020
2825850	Strickherdicke	strickherdicke	DE		0	Europe/Berlin	51.49019	7.70867		Strickherdicke		07	059	05978	05978012
2825851	Strickhausen	strickhausen	DE		0	Europe/Berlin	50.65829	7.56583				08	00	07132	07132005
2825859	Strick	strick	DE		0	Europe/Berlin	50.84594	7.71924		Strick		07	053	05374	05374028
2825860	Strick	strick	DE		0	Europe/Berlin	47.64064	7.96011				01	083	08337	08337090
2825863	Strich	strich	DE		0	Europe/Berlin	53.68276	9.24382		Im Strich,Strich		06	00	03359	03359019
2825864	Strich	strich	DE		0	Europe/Berlin	48.18446	12.06479				02	091	09177	09177123
2825868	Streumen	streumen	DE		0	Europe/Berlin	51.35669	13.40351		Streumen		13	00	14627	14627340
2825869	Streulach	streulach	DE		0	Europe/Berlin	47.90562	12.79908				02	091	09189	09189135
2825875	Streufdorf	streufdorf	DE		0	Europe/Berlin	50.35687	10.68623				15	00	16069	16069049
2825876	Streudorf	streudorf	DE		0	Europe/Berlin	49.13791	10.69218				02	095	09577	09577136
2825881	Streuben	streuben	DE		0	Europe/Berlin	51.33126	12.85624		Kuhren-Streuben,Kühren-Streuben		13	00	14729	14729410
2825883	Streu	streu	DE		0	Europe/Berlin	54.41788	13.52351				12	00	13073	13073010
2825884	Stretense	stretense	DE		0	Europe/Berlin	53.78404	13.6547				12	00	13075	13075005
2825885	Stressenhausen	stressenhausen	DE		0	Europe/Berlin	50.3847	10.69944				15	00	16069	16069049
2825892	Stresendorf	stresendorf	DE		0	Europe/Berlin	53.30708	11.77903				12	00	13076	13076160
2825894	Stresdorf	stresdorf	DE		0	Europe/Berlin	53.74003	11.10125				12	00	13074	13074021
2825900	Strenz	strenz	DE		0	Europe/Berlin	53.82923	12.16942				12	00	13072	13072069
2825902	Strenglin	strenglin	DE		0	Europe/Berlin	53.98158	10.4716				10	00	01060	01060067
2825904	Strengenberg	strengenberg	DE		0	Europe/Berlin	49.50509	11.26287				02	095	09574	09574154
2825911	Strempt	strempt	DE		0	Europe/Berlin	50.58108	6.62289				07	053	05366	05366028
2825912	Stremmen	stremmen	DE		0	Europe/Berlin	52.13029	14.16292				11	00	12067	12067493
2825915	Stremlow	stremlow	DE		0	Europe/Berlin	54.06946	12.83864				12	00	13073	13073093
2825916	Strelow	strelow	DE		0	Europe/Berlin	54.0474	12.96421				12	00	13073	13073029
2825917	Strelln	strelln	DE		0	Europe/Berlin	51.48192	12.77916				13	00	14730	14730190
2825918	Strellin	strellin	DE		0	Europe/Berlin	53.98385	13.49001				12	00	13075	13075041
2825922	Strelitz Alt	strelitz-alt	DE		0	Europe/Berlin	53.33235	13.09548		Strelitz,Strelitz Alt		12	00	13071	13071110
2825925	Streitwald	streitwald	DE		0	Europe/Berlin	51.04038	12.57548				13	00	14729	14729140
2825936	Streitholz	streitholz	DE		0	Europe/Berlin	51.4142	10.09137		Strietholz [a. 1286]		15	00	16061	16061049
2825941	Streithof	streithof	DE		0	Europe/Berlin	49.18389	9.63042				01	081	08126	08126085
2825944	Streitheim	streitheim	DE		0	Europe/Berlin	48.41458	10.68139				02	097	09772	09772223
2825945	Streitheide	streitheide	DE		0	Europe/Berlin	53.39101	10.68747				12	00	13076	13076014
2825950	Streithaus	streithaus	DE		0	Europe/Berlin	50.40793	12.09765				13	00	14523	14523300
2825951	Streithain	streithain	DE		0	Europe/Berlin	50.43148	9.14079				05	064	06440	06440011
2825952	Streithag	streithag	DE		0	Europe/Berlin	49.11667	9.56667				01	081	08127	08127052
2825954	Streitfeld	streitfeld	DE		0	Europe/Berlin	51.091	14.58771				13	00	14626	14626270
2825956	Streitelsfingen	streitelsfingen	DE		0	Europe/Berlin	47.56683	9.71918				02	097	09776	09776116
2825958	Streitdorf	streitdorf	DE		0	Europe/Berlin	48.53519	11.53689				02	091	09186	09186143
2825959	Streitbühl	streitbuhl	DE		0	Europe/Berlin	49.60318	11.7074				02	093	09371	09371119
2825964	Streitberg	streitberg	DE		0	Europe/Berlin	52.32838	14.16381		Streitber,Streitberg		11	00	12067	12067288
2825965	Streitberg	streitberg	DE		0	Europe/Berlin	50.32316	9.25709				05	064	06435	06435005
2825966	Streitberg	streitberg	DE		0	Europe/Berlin	49.81074	11.21979				02	094	09474	09474176
2825967	Streitberg	streitberg	DE		0	Europe/Berlin	48.49319	11.55461				02	091	09186	09186126
2825968	Streitberg	streitberg	DE		0	Europe/Berlin	48.21703	7.9317				01	083	08317	08317121
2825969	Streitberg	streitberg	DE		0	Europe/Berlin	48.1	9.68333				01	084	08426	08426118
2825987	Streitau	streitau	DE		0	Europe/Berlin	50.11667	11.78333				02	094	09472	09472139
2825990	Streit	streit	DE		0	Europe/Berlin	49.9096	11.40769				02	094	09472	09472167
2825993	Streißenreuth	streissenreuth	DE		0	Europe/Berlin	49.79938	12.24383				02	093	09377	09377146
2825998	Streiflach	streiflach	DE		0	Europe/Berlin	48.12297	11.39388				02	091	09179	09179123
2826003	Streifen	streifen	DE		0	Europe/Berlin	47.87889	10.26718		Streifen		02	097	09778	09778144
2826006	Streichwitz	streichwitz	DE		0	Europe/Berlin	52.05893	14.64975				11	00	12067	12067357
2826007	Streichmühle	streichmuehle	DE		0	Europe/Berlin	54.78581	9.68842				10	00	01059	01059106
2826016	Streichental	streichental	DE		0	Europe/Berlin	49.42273	10.00598				01	081	08128	08128082
2826017	Streichenreuth	streichenreuth	DE		0	Europe/Berlin	50.15365	11.57767				02	094	09477	09477118
2826021	Streichenbach	streichenbach	DE		0	Europe/Berlin	48.01107	8.23378				01	083	08326	08326068
2826022	Streichen	streichen	DE		0	Europe/Berlin	48.26957	8.91781				01	084	08417	08417002
2826024	Streich	streich	DE		0	Europe/Berlin	48.84639	9.50189				01	081	08119	08119089
2826026	Strehlow	strehlow	DE		0	Europe/Berlin	53.8262	13.14285				12	00	13071	13071065
2826027	Strehlow	strehlow	DE		0	Europe/Berlin	53.22793	13.84295				11	00	12073	12073430
2826031	Strehlen	strehlen	DE		0	Europe/Berlin	53.17241	11.80394				11	00	12070	12070173
2826032	Strehlen	strehlen	DE		0	Europe/Berlin	51.02731	13.76784				13	00	14612	14612000
2826036	Stregda	stregda	DE		0	Europe/Berlin	51.00424	10.31322		Stregda		15	00	16056	16056000
2826037	Streganz-Ziegelei	streganz-ziegelei	DE		0	Europe/Berlin	52.11667	13.78333				11	00	12061	12061328
2826044	Streetz	streetz	DE		0	Europe/Berlin	53.10948	11.06031				06	00	03354	03354004
2826045	Streetz	streetz	DE		0	Europe/Berlin	51.93097	12.22727				14	00	15001	15001000
2826046	Streesow	streesow	DE		0	Europe/Berlin	53.2232	11.71091				11	00	12070	12070173
2826049	Streekermoor	streekermoor	DE		0	Europe/Berlin	53.06639	8.26868				06	00	03458	03458009
2826053	Streek	streek	DE		0	Europe/Berlin	53.38476	8.16018				06	00	03455	03455026
2826054	Streek	streek	DE		0	Europe/Berlin	53.05	8.23333				06	00	03458	03458013
2826060	Strecknitz	strecknitz	DE		0	Europe/Berlin	53.83333	10.7				10	00	01003	01003000
2826061	Streckewalde	streckewalde	DE		0	Europe/Berlin	50.62611	13.07355		Streckewalde		13	00	14521	14521250
2826063	Streckenthin	streckenthin	DE		0	Europe/Berlin	53.17849	12.23029				11	00	12070	12070316
2826065	Streckau	streckau	DE		0	Europe/Berlin	51.08317	12.08313		Streckau		14	00	15084	15084590
2826068	Strebendorf	strebendorf	DE		0	Europe/Berlin	50.6869	9.2421		Strebendorf		05	065	06535	06535014
2826075	Straußdorf	straussdorf	DE		0	Europe/Berlin	51.62337	14.29563		Tsuckojce,Tšuckojce		11	00	12071	12071372
2826076	Straußdorf	straussdorf	DE		0	Europe/Berlin	48.02334	11.99278				02	091	09175	09175122
2826077	Straußberg	straussberg	DE		0	Europe/Berlin	51.38769	10.74658		Straussberg,Straußberg		15	00	16065	16065067
2826078	Strauscheid	strauscheid	DE		0	Europe/Berlin	50.59801	7.39639				08	00	07138	07138044
2826079	Strausberg-Vorstadt	strausberg-vorstadt	DE		0	Europe/Berlin	52.53628	13.84209				11	00	12064	12064472
2826084	Strauppen	strauppen	DE		0	Europe/Berlin	48.63337	10.97028				02	097	09779	09779201
2826094	Strauch	strauch	DE		0	Europe/Berlin	51.36595	13.57464		Strauch		13	00	14627	14627060
2826095	Strauch	strauch	DE		0	Europe/Berlin	51.15492	6.94701				07	051	05158	05158016
2826096	Strauch	strauch	DE		0	Europe/Berlin	50.62382	6.33525				07	053	05334	05334028
2826098	Sträublingshof	straublingshof	DE		0	Europe/Berlin	50.06236	11.02084				02	094	09478	09478120
2826103	Straubenbach	straubenbach	DE		0	Europe/Berlin	47.68334	10.92822				02	091	09190	09190160
2826104	Strauben	strauben	DE		0	Europe/Berlin	48.81592	9.65771				01	081	08136	08136042
2826108	Stratwies	stratwies	DE		0	Europe/Berlin	49.28248	12.56115				02	093	09372	09372161
2826109	Stratsried	stratsried	DE		0	Europe/Berlin	49.39324	12.63302				02	093	09372	09372165
2826114	Straßweg	strassweg	DE		0	Europe/Berlin	51.11915	7.28861		Strassweg,Straßweg		07	053	05374	05374016
2826115	Straßtrudering	strasstrudering	DE		0	Europe/Berlin	48.12033	11.67868				02	091	09162	09162000
2826116	Straßöd	strassod	DE		0	Europe/Berlin	47.91646	12.17165				02	091	09187	09187181
2826117	Strassmühle	strassmuhle	DE		0	Europe/Berlin	48.23277	12.68444				02	091	09171	09171111
2826118	Straßmaier	strassmaier	DE		0	Europe/Berlin	48.15808	12.10144				02	091	09183	09183126
2826257	Strasen	strasen	DE		0	Europe/Berlin	53.20801	12.99353				12	00	13071	13071159
2826125	Straßhöfe	strasshofe	DE		0	Europe/Berlin	48.6	11.58333				02	091	09186	09186162
2826126	Strasshof	strasshof	DE		0	Europe/Berlin	49.25935	12.86154				02	093	09372	09372126
2826128	Straßhäusln	strasshausln	DE		0	Europe/Berlin	48.42142	12.72327				02	092	09277	09277116
2826129	Straßhäuser	strasshauser	DE		0	Europe/Berlin	48.34044	12.78647				02	092	09277	09277153
2826130	Straßhausen	strasshausen	DE		0	Europe/Berlin	48.81337	11.55571				02	091	09176	09176129
2826133	Straßham	strassham	DE		0	Europe/Berlin	48.18208	11.93207				02	091	09177	09177119
2826136	Straßgräbchen	strassgraebchen	DE		774	Europe/Berlin	51.35209	14.06404		Nadrozna Hrabowka,Nadrózna Hrabowka		13	00	14625	14625030
2826137	Straßgiech	strassgiech	DE		0	Europe/Berlin	49.95785	10.9992				02	094	09471	09471185
2826138	Straßfeld	strassfeld	DE		0	Europe/Berlin	50.70145	6.87149		Strassfeld,Straßfeld		07	053	05382	05382064
2826140	Straßerhof	strasserhof	DE		0	Europe/Berlin	51.06456	7.11613				07	053	05378	05378008
2826151	Straßenreuth	strassenreuth	DE		0	Europe/Berlin	50.42348	11.90053				15	00	16075	16075131
2826152	Straßenhof	strassenhof	DE		0	Europe/Berlin	49.4283	10.44894				02	095	09575	09575156
2826155	Straßenheim	strassenheim	DE		0	Europe/Berlin	49.51227	8.57556		Strassenheim,Straßenheim		01	082	08222	08222000
2826159	Strassendorf	strassendorf	DE		0	Europe/Berlin	51.35	11.65				14	00	15088	15088030
2826161	Strassen	strassen	DE		0	Europe/Berlin	53.18697	11.44622				12	00	13076	13076049
2826162	Straßen	strassen	DE		0	Europe/Berlin	50.98083	7.18948				07	053	05378	05378004
2826163	Straßen	strassen	DE		0	Europe/Berlin	50.83889	7.28995				07	053	05382	05382040
2826164	Straßen	strassen	DE		0	Europe/Berlin	50.64831	7.41646				08	00	07138	07138003
2826165	Strässel	straessel	DE		0	Europe/Berlin	50.29909	12.29765				13	00	14523	14523200
2826166	Straße	strasse	DE		0	Europe/Berlin	50.87072	7.49502				07	053	05374	05374032
2826167	Straße	strasse	DE		0	Europe/Berlin	50.58333	7.81667				08	00	07143	07143075
2826170	Straßdorf	strassdorf	DE		0	Europe/Berlin	50.29489	11.62962				02	094	09475	09475169
2826171	Straßdorf	strassdorf	DE		0	Europe/Berlin	48.93323	9.95316				01	081	08136	08136002
2826172	Straßdorf	strassdorf	DE		0	Europe/Berlin	48.77766	9.7959				01	081	08136	08136065
2826173	Straßdobl	strassdobl	DE		0	Europe/Berlin	48.49342	12.89959				02	092	09277	09277114
2826174	Straßdeich	strassdeich	DE		0	Europe/Berlin	53.71489	8.90852				06	00	03352	03352025
2826175	Sträßchen	straesschen	DE		0	Europe/Berlin	51.07318	7.12829				07	053	05378	05378008
2826176	Sträßchen	straesschen	DE		0	Europe/Berlin	51.01167	7.09007				07	053	05378	05378004
2826178	Straßburg	strassburg	DE		0	Europe/Berlin	49.55239	8.85112				05	064	06431	06431021
2826198	Straßbach	strassbach	DE		0	Europe/Berlin	48.34644	11.40986				02	091	09174	09174131
2826200	Strass	strass	DE		0	Europe/Berlin	48.51662	13.4335				02	092	09275	09275133
2826201	Straß	strass	DE		0	Europe/Berlin	50.85586	6.07934				07	053	05334	05334016
2826202	Straß	strass	DE		0	Europe/Berlin	50.7415	6.43032				07	053	05358	05358016
2826203	Straß	strass	DE		0	Europe/Berlin	48.70908	11.05525				02	091	09185	09185125
2826204	Straß	strass	DE		0	Europe/Berlin	48.54682	12.66906				02	092	09279	09279135
2826205	Straß	strass	DE		0	Europe/Berlin	48.43796	12.16484				02	092	09274	09274114
2826206	Straß	strass	DE		0	Europe/Berlin	48.41393	10.1421		Strass b. Nersingen,Straß b. Nersingen		02	097	09775	09775134
2826207	Straß	strass	DE		0	Europe/Berlin	48.38333	12.81667				02	092	09277	09277124
2826208	Straß	strass	DE		0	Europe/Berlin	48.36141	12.78895				02	092	09277	09277153
2826209	Straß	strass	DE		0	Europe/Berlin	48.35444	12.18951				02	091	09177	09177139
2826210	Strass	strass	DE		0	Europe/Berlin	48.33788	12.61086				02	091	09171	09171127
2826211	Straß	strass	DE		0	Europe/Berlin	48.31667	12.23333				02	091	09177	09177115
2826212	Straß	strass	DE		0	Europe/Berlin	48.24686	12.72831				02	091	09171	09171125
2826213	Straß	strass	DE		0	Europe/Berlin	47.99526	12.20255				02	091	09187	09187134
2826214	Straß	strass	DE		0	Europe/Berlin	47.98429	11.88154				02	091	09175	09175121
2826215	Straß	strass	DE		0	Europe/Berlin	47.96965	12.45346				02	091	09189	09189143
2826216	Straß	strass	DE		0	Europe/Berlin	47.92755	12.30185				02	091	09187	09187145
2826217	Straß	strass	DE		0	Europe/Berlin	47.9302	12.21002				02	091	09187	09187174
2826218	Straß	strass	DE		0	Europe/Berlin	47.8704	9.28465				01	084	08437	08437088
2826219	Straß	strass	DE		0	Europe/Berlin	47.84733	10.14969				02	097	09778	09778165
2826220	Straß	strass	DE		0	Europe/Berlin	47.83819	12.89394				02	091	09172	09172111
2826221	Straß	strass	DE		0	Europe/Berlin	47.82309	9.55157				01	084	08436	08436013
2826222	Straß	strass	DE		0	Europe/Berlin	47.78179	11.83391				02	091	09182	09182125
2826223	Straß	strass	DE		0	Europe/Berlin	47.72861	10.75823				02	091	09190	09190114
2826225	Straß	strass	DE		0	Europe/Berlin	47.7	9.65				01	084	08435	08435057
2826226	Straß	strass	DE		0	Europe/Berlin	47.64772	10.34291				02	097	09780	09780140
2826246	Straß	strass	DE		0	Europe/Berlin	48.1031	12.56321		Strass,Straß		02	091	09189	09189149
2826261	Stranzenbach	stranzenbach	DE		0	Europe/Berlin	50.87566	7.48223		Stranzenbach		07	053	05382	05382052
2826266	Strange	strange	DE		0	Europe/Berlin	52.64858	8.68246				06	00	03251	03251045
2826268	Strang	strang	DE		0	Europe/Berlin	51.9687	8.75336				07	057	05766	05766040
2826269	Strang	strang	DE		0	Europe/Berlin	50.96468	9.15086				05	066	06634	06634010
2826279	Strand	strand	DE		0	Europe/Berlin	50.93999	14.07254				13	00	14628	14628310
2826282	Strameuß	strameuss	DE		0	Europe/Berlin	53.89128	11.76608				12	00	13074	13074023
2826283	Stramehl	stramehl	DE		0	Europe/Berlin	53.40523	14.07228				11	00	12073	12073085
2826284	Strambach	strambach	DE		0	Europe/Berlin	49.01138	10.34832				01	081	08136	08136068
2826288	Stralsbach	stralsbach	DE		0	Europe/Berlin	50.24463	10.01127				02	096	09672	09672117
2826292	Stralau	stralau	DE		0	Europe/Berlin	52.49558	13.47091				16	00	11000	11000000
2826295	Strahlfeld	strahlfeld	DE		0	Europe/Berlin	49.24253	12.49812				02	093	09372	09372153
2826296	Strahlenfels	strahlenfels	DE		0	Europe/Berlin	49.65328	11.37608		Strahlenfels		02	095	09574	09574158
2826299	Strahle	strahle	DE		0	Europe/Berlin	52.45991	9.00564				06	00	03256	03256032
2826300	Strähberg	strahberg	DE		0	Europe/Berlin	48.77294	12.65041				02	092	09278	09278167
2826303	Straeten	straeten	DE		0	Europe/Berlin	51.01365	6.09183				07	053	05370	05370016
2826305	Stradow	stradow	DE		0	Europe/Berlin	51.80742	14.07298		Stradow,Tsadow,Tšadow		11	00	12066	12066320
2826306	Stradow	stradow	DE		0	Europe/Berlin	51.6	14.3		Tsadow,Tšadow		11	00	12071	12071372
2826307	Strackholt	strackholt	DE		0	Europe/Berlin	53.3672	7.63914		Strackholt		06	00	03452	03452006
2826309	Strachtitz	strachtitz	DE		0	Europe/Berlin	54.32787	13.38377				12	00	13073	13073070
2826310	Straching	straching	DE		0	Europe/Berlin	48.77526	13.21394				02	092	09271	09271149
2826311	Strachauer Rad	strachauer-rad	DE		0	Europe/Berlin	53.14317	11.11919				06	00	03354	03354004
2826313	Strachau	strachau	DE		0	Europe/Berlin	53.14847	11.09344				06	00	03355	03355049
2826315	Straberg	straberg	DE		0	Europe/Berlin	51.09339	6.762				07	051	05162	05162004
2826317	Straas	straas	DE		0	Europe/Berlin	50.18169	11.76543				02	094	09475	09475154
2826319	Stovern	stovern	DE		0	Europe/Berlin	52.30796	7.35162				06	00	03454	03454045
2826320	Stove	stove	DE		0	Europe/Berlin	54.00525	11.54852				12	00	13074	13074009
2826321	Stove	stove	DE		0	Europe/Berlin	53.75824	10.90857				12	00	13074	13074013
2826322	Stove	stove	DE		0	Europe/Berlin	53.42815	10.31123				06	00	03353	03353007
2826323	Stotzheim	stotzheim	DE		0	Europe/Berlin	50.89501	6.86558		Stotzheim		07	053	05362	05362028
2826324	Stotzheim	stotzheim	DE		0	Europe/Berlin	50.62808	6.81234		Stotzheim		07	053	05366	05366016
2826326	Stotzard	stotzard	DE		0	Europe/Berlin	48.49409	10.98215		Stotzard		02	097	09771	09771114
2826329	Stottoff	stottoff	DE		0	Europe/Berlin	51.86667	13.96667		Stottoff,Stotup,Štotup		11	00	12066	12066196
2826333	Stöttinghausen	stoettinghausen	DE		0	Europe/Berlin	52.78516	8.65627				06	00	03251	03251042
2826334	Stötting	stotting	DE		0	Europe/Berlin	48.64087	13.26779				02	092	09275	09275159
2826335	Stöttham	stottham	DE		0	Europe/Berlin	47.9057	12.52356				02	091	09189	09189114
2826336	Stotternheim	stotternheim	DE		0	Europe/Berlin	51.05485	11.04242		Stotternheim		15	00	16051	16051000
2826337	Stötterlingen	stoetterlingen	DE		0	Europe/Berlin	51.97811	10.67103				14	00	15085	15085230
2826338	Stötteritz	stoetteritz	DE		0	Europe/Berlin	51.31903	12.42648		Leipzig-Stotteritz,Leipzig-Stötteritz,Stotteritz,Stötteritz		13	00	14713	14713000
2826339	Stotterheck	stotterheck	DE		0	Europe/Berlin	50.71765	7.39861		Stotterheck		07	053	05382	05382020
2826340	Stottenhausen	stottenhausen	DE		0	Europe/Berlin	52.57052	7.77056				06	00	03459	03459016
2826342	Stötten	stotten	DE		0	Europe/Berlin	48.65276	9.86057				01	081	08117	08117024
2826343	Stötten	stotten	DE		0	Europe/Berlin	47.86246	12.85578				02	091	09172	09172134
2826344	Stötten	stotten	DE		0	Europe/Berlin	47.80548	12.26918				02	091	09187	09187132
2826350	Stotel	stotel	DE		0	Europe/Berlin	53.44834	8.60295		Stotel		06	00	03352	03352032
2826352	Stößwitz	stoesswitz	DE		0	Europe/Berlin	51.21974	12.09339				14	00	15084	15084315
2826353	Stoßler	stossler	DE		0	Europe/Berlin	47.89447	9.82393				01	084	08436	08436010
2826356	Stößen	stoessen	DE		1191	Europe/Berlin	51.1144	11.92405		Shtesen,Shtjosen,Shtjossen,Stossen,Stößen,ashtwsn,shi te sen,shtwsn,Штесен,Штёсен,Штёссен,Штөссен,اشتوسن,شتوسن,施特森		14	00	15084	15084470
2826359	Stoßdorf	stossdorf	DE		1739	Europe/Berlin	50.78248	7.25126	80			07	053	05382	05382020
2826363	Stösitz	stoesitz	DE		0	Europe/Berlin	51.25463	13.23582				13	00	14627	14627260
2826364	Storzingen	storzingen	DE		0	Europe/Berlin	48.13379	9.12174				01	084	08437	08437107
2826366	Storzeln	storzeln	DE		0	Europe/Berlin	47.77732	8.72352				01	083	08335	08335035
2826367	Störzelbach	storzelbach	DE		0	Europe/Berlin	49.05306	10.88848				02	095	09577	09577113
2826368	Störy	stoery	DE		0	Europe/Berlin	52.00951	10.08442				06	00	03254	03254008
2826373	Störringen	stoerringen	DE		0	Europe/Berlin	51.3194	7.38756				07	059	05954	05954008
2826376	Störpke	stoerpke	DE		0	Europe/Berlin	52.74909	11.37808				14	00	15081	15081030
2826378	Storp	storp	DE		0	Europe/Berlin	51.86667	7.7				07	055	05570	05570040
2826380	Störnstein	stoernstein	DE		1445	Europe/Berlin	49.73232	12.20547		Shternshtajn,Shtjornshtajn,Sternstein,Stornstein,Störnstein,shi te er en shi tai yin,Штернштайн,Штернштајн,Штёрнштайн,Շթյորնշթայն,施特尔恩施泰因	09374158	02	093	09374	09374158
2826381	Störnhof	stornhof	DE		0	Europe/Berlin	49.82835	11.21464				02	094	09474	09474176
2826382	Stornfels	stornfels	DE		0	Europe/Berlin	50.48666	9.03498				05	064	06440	06440016
2826384	Storndorf	storndorf	DE		0	Europe/Berlin	50.65398	9.26301		Storndorf		05	065	06535	06535017
2826385	Störmthal	stoermthal	DE		0	Europe/Berlin	51.24642	12.47293		Stoermthal,Stormthal,Störmthal		13	00	14729	14729190
2826386	Stormstorf	stormstorf	DE		0	Europe/Berlin	54.06684	12.45858				12	00	13072	13072118
2826387	Stormsdorf	stormsdorf	DE		0	Europe/Berlin	54.14484	12.67479				12	00	13073	13073022
2826390	Störmede	stoermede	DE		0	Europe/Berlin	51.6397	8.4686				07	059	05974	05974020
2826392	Stormbruch	stormbruch	DE		0	Europe/Berlin	51.3484	8.69802				05	066	06635	06635007
2826394	Storlwald	storlwald	DE		0	Europe/Berlin	51.05	12.95				13	00	14522	14522120
2826397	Storkwitz	storkwitz	DE		0	Europe/Berlin	51.53515	12.29026		Storkwitz		13	00	14730	14730070
2826398	Storkowfort	storkowfort	DE		0	Europe/Berlin	52.36534	13.84782				11	00	12067	12067201
2826411	Stork	stork	DE		0	Europe/Berlin	50.41899	9.48837				05	066	06631	06631008
2826423	Storchsnest	storchsnest	DE		0	Europe/Berlin	49.11574	9.57338		Storchsnest		01	081	08127	08127052
2826424	Storchsdorf	storchsdorf	DE		0	Europe/Berlin	50.69751	11.16469				15	00	16073	16073112
2826429	Storcha	storcha	DE		0	Europe/Berlin	51.22315	14.30062		Bacon,Baćoń,Storcha		13	00	14625	14625150
2826430	Storbeckshof	storbeckshof	DE		0	Europe/Berlin	52.9414	12.06385				11	00	12070	12070302
2826431	Storbecker Siedlung	storbecker-siedlung	DE		0	Europe/Berlin	52.96935	12.76382				11	00	12068	12068413
2826432	Storbeck	storbeck	DE		0	Europe/Berlin	52.96901	12.76384				11	00	12068	12068413
2826433	Storbeck	storbeck	DE		0	Europe/Berlin	52.7651	11.68968				14	00	15090	15090415
2826436	Stöpplin	stoepplin	DE		0	Europe/Berlin	51.17849	7.71727				07	059	05962	05962020
2826437	Stopperich	stopperich	DE		0	Europe/Berlin	50.54856	7.39306				08	00	07138	07138007
2826438	Stoppenberg	stoppenberg	DE		0	Europe/Berlin	51.48147	7.0363		Stoppenberg		07	051	05113	05113000
2826441	Stoppelmarkt	stoppelmarkt	DE		0	Europe/Berlin	52.74824	8.28695				06	00	03460	03460009
2826452	Stöppach	stoppach	DE		0	Europe/Berlin	50.21055	10.95389				02	094	09473	09473170
2826453	Stöppach	stoppach	DE		0	Europe/Berlin	49.5633	11.43754				02	095	09574	09574135
2826454	Stophel	stophel	DE		0	Europe/Berlin	52.76211	8.58201				06	00	03251	03251042
2826456	Stopfenheim	stopfenheim	DE		0	Europe/Berlin	49.07195	10.88972		Stopfenheim		02	095	09577	09577125
2826460	Stoote	stoote	DE		0	Europe/Berlin	51.13382	7.2775		Stoote		07	053	05374	05374016
2826462	Stöntzsch	stoentzsch	DE		0	Europe/Berlin	51.16667	12.23333				13	00	14729	14729350
2826464	Stönkvitz	stoenkvitz	DE		0	Europe/Berlin	54.37366	13.34616				12	00	13073	13073079
2826465	Stompen	stompen	DE		0	Europe/Berlin	50.88276	7.4096				07	053	05382	05382036
2826466	Stommeln	stommeln	DE		0	Europe/Berlin	51.02175	6.75968				07	053	05362	05362036
2826467	Stommelerbusch	stommelerbusch	DE		0	Europe/Berlin	51.04647	6.77324				07	053	05362	05362036
2826472	Stolzing	stolzing	DE		0	Europe/Berlin	48.69756	13.29089				02	092	09275	09275111
2826475	Stolzhausen	stolzhausen	DE		0	Europe/Berlin	51.094	9.78423		Stolzhausen		05	066	06636	06636012
2826478	Stolzenroth	stolzenroth	DE		0	Europe/Berlin	49.76436	10.79458				02	094	09471	09471172
2826479	Stolzenhofen	stolzenhofen	DE		0	Europe/Berlin	48.12084	10.31685				02	097	09778	09778157
2826489	Stolzeneck	stolzeneck	DE		0	Europe/Berlin	49.23616	9.56673				01	081	08126	08126058
2826491	Stolzenburg	stolzenburg	DE		0	Europe/Berlin	53.51504	13.91787				12	00	13075	13075126
2826492	Stolzenbergerhof	stolzenbergerhof	DE		0	Europe/Berlin	49.68284	7.80878				08	00	07333	07333004
2826493	Stolzenberg	stolzenberg	DE		0	Europe/Berlin	51.13482	7.16985				07	053	05378	05378032
2826494	Stolzenberg	stolzenberg	DE		0	Europe/Berlin	51.08468	6.49423				07	051	05162	05162012
2826495	Stolzenberg	stolzenberg	DE		0	Europe/Berlin	50.86326	12.22856				15	00	16077	16077041
2826502	Stolzenbach	stolzenbach	DE		0	Europe/Berlin	51.01239	9.29642		Stolzenbach		05	066	06634	06634001
2826519	Stolpe-Süd	stolpe-sued	DE		0	Europe/Berlin	52.63103	13.23132				11	00	12065	12065136
2826522	Stolperstraße	stolperstrasse	DE		0	Europe/Berlin	52.66667	13.28333				11	00	12065	12065144
2826538	Stolpe an der Peene	stolpe-an-der-peene	DE		434	Europe/Berlin	53.87247	13.56056				12	00	13075	13075128
2826545	Stölpchen	stoelpchen	DE		0	Europe/Berlin	51.31072	13.78557				13	00	14627	14627290
2826546	Stolp	stolp	DE		0	Europe/Berlin	52.48333	12.9				11	00	12063	12063148
2826547	Stolp	stolp	DE		0	Europe/Berlin	52.46396	13.76965		Kolonie Stolp,Stolp		11	00	12067	12067544
2826548	Stollsdorf	stollsdorf	DE		0	Europe/Berlin	51.04562	12.74204		Kottwitzsch-Stollsdorf,Köttwitzsch-Stollsdorf,Stollsdorf		13	00	14522	14522280
2826550	Stollnried	stollnried	DE		0	Europe/Berlin	48.62986	12.009				02	092	09274	09274187
2826551	Stöllnitz	stoellnitz	DE		0	Europe/Berlin	53.61758	11.09084				12	00	13074	13074043
2826552	Stölln	stoelln	DE		0	Europe/Berlin	52.75505	12.37344				11	00	12063	12063094
2826553	Stölln	stolln	DE		0	Europe/Berlin	48.24877	12.98033				02	092	09277	09277128
2826555	Stollhofen	stollhofen	DE		0	Europe/Berlin	48.76456	8.05027		Stollhofen		01	082	08216	08216063
2826556	Stollhammerwisch	stollhammerwisch	DE		0	Europe/Berlin	53.52252	8.38698				06	00	03461	03461003
2826557	Stollhammerdeich	stollhammerdeich	DE		0	Europe/Berlin	53.51388	8.33562				06	00	03461	03461003
2826558	Stollhamm	stollhamm	DE		0	Europe/Berlin	53.51378	8.36291				06	00	03461	03461003
2826562	Stollenhof	stollenhof	DE		0	Europe/Berlin	49.18333	10.2				02	095	09571	09571199
2826563	Stollenhof	stollenhof	DE		0	Europe/Berlin	49.09625	9.45321				01	081	08125	08125107
2826564	Stollenhof	stollenhof	DE		0	Europe/Berlin	48.73509	9.7932				01	081	08136	08136065
2826568	Stollenberg	stollenberg	DE		0	Europe/Berlin	48.49427	8.02507				01	083	08317	08317021
2826573	Stollen	stollen	DE		0	Europe/Berlin	51.2	7.21667		Stollen		07	051	05120	05120000
2826574	Stollen	stollen	DE		0	Europe/Berlin	50.23222	11.97295				02	094	09475	09475168
2826575	Stollen	stollen	DE		0	Europe/Berlin	48.11667	7.98333				01	083	08316	08316056
2826578	Stollberger Mühle	stollberger-muehle	DE		0	Europe/Berlin	54.65	8.95				10	00	01054	01054014
2826583	Stollberg	stollberg	DE		0	Europe/Berlin	54.65	8.91667		Stollberg		10	00	01054	01054014
2826584	Stollberg	stollberg	DE		12948	Europe/Berlin	50.70999	12.78034		Shtol'berg,Shtolberg,Stollberg,Stollberg/Erzgeb.,Stollberga/Rudu kalni,atwlbrg,shtwlbrgh,Štollberga/Rūdu kalni,Штолберг,Штольберг,اتولبرگ,شتولبرغ		13	00	14521	14521590
2826585	Stollberg	stollberg	DE		0	Europe/Berlin	48.54122	13.69214				02	092	09275	09275153
2826589	Stolkerfeld	stolkerfeld	DE		0	Europe/Berlin	54.60113	9.52624				10	00	01059	01059081
2826590	Stölkenplan	stoelkenplan	DE		0	Europe/Berlin	52.91866	12.06825				11	00	12070	12070302
2826594	Stolberg	stolberg	DE		1401	Europe/Berlin	51.57426	10.95582		Stolberg		14	00	15087	15087412
2826595	Stolberg	stolberg	DE		58874	Europe/Berlin	50.77368	6.22595		Shtol'berg,Shtolberg,Sjtolberg,Stolberg,Stolberg  Rheinland,Stolbersch,ashtwlbrg,shi tuo er bei ge,shtwlbrgh,shutoruberuku,Штолберг,Штольберг,اشتولبرگ,شتولبرغ,シュトルベルク,施托尔贝格		07	053	05334	05334032
2826601	Stoißberg	stoissberg	DE		0	Europe/Berlin	47.80338	12.81942				02	091	09172	09172112
2826603	Stoib	stoib	DE		0	Europe/Berlin	47.77919	11.82056				02	091	09182	09182125
2826606	Stöhna	stoehna	DE		0	Europe/Berlin	51.21667	12.4				13	00	14729	14729370
2826607	Stohl	stohl	DE		0	Europe/Berlin	54.47164	10.14708				10	00	01058	01058150
2826609	Stög	stog	DE		0	Europe/Berlin	48.24971	12.79728				02	091	09171	09171125
2826612	Stöfs	stoefs	DE		0	Europe/Berlin	54.31789	10.6016				10	00	01057	01057004
2826614	Stöffling	stoffling	DE		0	Europe/Berlin	47.94176	12.49214				02	091	09189	09189143
2826618	Stöffiner Berg	stoeffiner-berg	DE		0	Europe/Berlin	52.85788	12.77673				11	00	12068	12068320
2826619	Stöffin	stoeffin	DE		0	Europe/Berlin	52.87017	12.7432				11	00	12068	12068320
2826620	Stofferstorf	stofferstorf	DE		0	Europe/Berlin	53.8897	11.35937		Stofferstorf		12	00	13074	13074022
2826621	Stoffersberg	stoffersberg	DE		0	Europe/Berlin	48.05189	10.81325				02	091	09181	09181127
2826623	Stoffenried	stoffenried	DE		0	Europe/Berlin	48.31766	10.29472				02	097	09774	09774133
2826624	Stoffen	stoffen	DE		0	Europe/Berlin	48.00411	10.906				02	091	09181	09181141
2826626	Stoffels	stoffels	DE		0	Europe/Berlin	47.63587	10.22987				02	097	09780	09780143
2826634	Stöffel	stoffel	DE		0	Europe/Berlin	48.62985	11.52174				02	091	09186	09186147
2826640	Stödten	stoedten	DE		0	Europe/Berlin	51.18694	11.1798				15	00	16068	16068051
2826643	Stockwiese	stockwiese	DE		0	Europe/Berlin	51.76257	7.22112				07	055	05562	05562016
2826651	Stockum	stockum	DE		0	Europe/Berlin	51.46667	6.73333				07	051	05112	05112000
2826652	Stockum	stockum	DE		0	Europe/Berlin	51.25848	6.74492		Duesseldorf-Stockum,Düsseldorf-Stockum		07	051	05111	05111000
2826653	Stockum	stockum	DE		0	Europe/Berlin	52.249	8.18814				06	00	03459	03459012
2826654	Stockum	stockum	DE		0	Europe/Berlin	51.90928	7.35299				07	055	05558	05558032
2826655	Stockum	stockum	DE		0	Europe/Berlin	51.67293	7.69155				07	059	05978	05978040
2826656	Stockum	stockum	DE		0	Europe/Berlin	51.60591	6.66188		Stockum		07	051	05170	05170044
2826657	Stockum	stockum	DE		0	Europe/Berlin	51.54396	7.77486		Stockum		07	059	05978	05978036
2826658	Stockum	stockum	DE		0	Europe/Berlin	51.49603	8.15795		Stockum		07	059	05974	05974032
2826659	Stockum	stockum	DE		0	Europe/Berlin	51.46997	7.36833		Stockum		07	059	05954	05954036
2826660	Stockum	stockum	DE		0	Europe/Berlin	51.29194	7.98566		Stockum		07	059	05958	05958044
2826661	Stockum	stockum	DE		0	Europe/Berlin	50.61667	7.9				08	00	07143	07143279
2826668	Stöckte	stoeckte	DE		0	Europe/Berlin	53.38278	10.19033				06	00	03353	03353040
2826673	Stockshöhe	stockshoehe	DE		0	Europe/Berlin	50.84936	7.74959				07	053	05374	05374028
2826678	Stockseehof	stockseehof	DE		0	Europe/Berlin	54.08333	10.33333				10	00	01060	01060080
2826682	Stocksdorf	stocksdorf	DE		0	Europe/Berlin	52.76196	8.67491				06	00	03251	03251015
2826683	Stocksdorf	stocksdorf	DE		0	Europe/Berlin	51.04928	12.1829				14	00	15084	15084130
2826686	Stocksberg	stocksberg	DE		0	Europe/Berlin	49.06954	9.40818		Stocksberg		01	081	08125	08125008
2826688	Stocköd	stockod	DE		0	Europe/Berlin	48.58125	13.11195				02	092	09275	09275114
2826689	Stockmatt	stockmatt	DE		0	Europe/Berlin	47.76148	7.7548				01	083	08336	08336107
2826695	Stocklarn	stocklarn	DE		0	Europe/Berlin	51.6265	8.04939		Stocklarn		07	059	05974	05974048
2826700	Stocking	stocking	DE		0	Europe/Berlin	48.6998	13.59215				02	092	09272	09272151
2826705	Stöckigt	stoeckigt	DE		0	Europe/Berlin	50.47002	12.17743				13	00	14523	14523320
2826706	Stöckigt	stoeckigt	DE		0	Europe/Berlin	50.43333	11.95				13	00	14523	14523450
2826707	Stockigt	stockigt	DE		0	Europe/Berlin	49.90546	6.34534				08	00	07232	07232095
2826712	Stöckig	stockig	DE		0	Europe/Berlin	49.16667	9.46667				01	081	08126	08126011
2826723	Stockhof	stockhof	DE		0	Europe/Berlin	49.19569	12.37727				02	093	09372	09372170
2826724	Stockhof	stockhof	DE		0	Europe/Berlin	48.58438	12.58355				02	092	09279	09279126
2826736	Stöckheim	stoeckheim	DE		0	Europe/Berlin	52.70931	10.99478				14	00	15081	15081440
2826737	Stöckheim	stoeckheim	DE		0	Europe/Berlin	51.74843	9.92937				06	00	03155	03155011
2826749	Stöckheim	stoeckheim	DE		6393	Europe/Berlin	52.21055	10.52216		Klein Stockheim,Klein Stöckheim,Stockheim,Stöckheim		06	00	03101	03101000
2826751	Stockhäuser Hof	stockhaeuser-hof	DE		0	Europe/Berlin	50.5936	9.03486				05	065	06531	06531006
2826735	Stockheim	stockheim	DE	96342	0	Europe/Berlin	52.06153	8.18421				07	057	05754	05754048
2826756	Stockhausen	stockhausen	DE		0	Europe/Berlin	52.32191	8.58699		Stockhausen		07	057	05770	05770020
2826757	Stockhausen	stockhausen	DE		0	Europe/Berlin	51.46079	9.93362				06	00	03159	03159013
2826758	Stockhausen	stockhausen	DE		0	Europe/Berlin	51.37646	10.85281		Stockhausen		15	00	16065	16065067
2826759	Stockhausen	stockhausen	DE		0	Europe/Berlin	51.35379	8.21875		Stockhausen		07	059	05958	05958032
2826760	Stockhausen	stockhausen	DE		0	Europe/Berlin	51.11697	13.07731				13	00	14522	14522080
2826761	Stockhausen	stockhausen	DE		0	Europe/Berlin	51.03227	12.19856				14	00	15084	15084590
2826762	Stockhausen	stockhausen	DE		0	Europe/Berlin	50.98983	10.38337				15	00	16056	16056000
2826763	Stockhausen	stockhausen	DE		0	Europe/Berlin	50.65801	7.36139		Stockhausen		08	00	07138	07138077
2826764	Stockhausen	stockhausen	DE		0	Europe/Berlin	50.59213	9.03174				05	065	06531	06531006
2826765	Stockhausen	stockhausen	DE		0	Europe/Berlin	50.56361	9.44532				05	065	06535	06535008
2826766	Stockhausen	stockhausen	DE		0	Europe/Berlin	50.54518	8.32403				05	065	06532	06532016
2826767	Stockhausen	stockhausen	DE		0	Europe/Berlin	48.50273	11.34253				02	091	09186	09186125
2826771	Stockham	stockham	DE		0	Europe/Berlin	48.51583	12.96127				02	092	09277	09277126
2826772	Stockham	stockham	DE		0	Europe/Berlin	48.3981	12.28605				02	092	09274	09274183
2826773	Stockham	stockham	DE		0	Europe/Berlin	48.34478	12.30837				02	092	09274	09274193
2826774	Stockham	stockham	DE		0	Europe/Berlin	48.21539	12.21432				02	091	09177	09177137
2826775	Stockham	stockham	DE		0	Europe/Berlin	48.08567	12.7161				02	091	09189	09189152
2826776	Stockham	stockham	DE		0	Europe/Berlin	48.02672	12.43323				02	091	09189	09189133
2826777	Stockham	stockham	DE		0	Europe/Berlin	47.73333	12.3				02	091	09187	09187114
2826789	Stöckey	stoeckey	DE		448	Europe/Berlin	51.53363	10.50272		Stockey,Stöckey		15	00	16061	16061117
2826792	Stocket	stocket	DE		0	Europe/Berlin	48.19702	12.2674				02	091	09183	09183140
2826804	Stockerpoint	stockerpoint	DE		0	Europe/Berlin	48.71537	12.53665				02	092	09279	09279128
2826807	Stöckerberg	stoeckerberg	DE		0	Europe/Berlin	51.18333	7.08333				07	051	05122	05122000
2826817	Stockenweiler	stockenweiler	DE		0	Europe/Berlin	47.61244	9.79906				02	097	09776	09776126
2826819	Stockensau	stockensau	DE		0	Europe/Berlin	48.51926	11.20233				02	097	09771	09771144
2826820	Stockenroth	stockenroth	DE		0	Europe/Berlin	50.16108	11.81903		Stockenroth		02	094	09475	09475174
2826822	Stöckenhof	stockenhof	DE		0	Europe/Berlin	48.8906	9.45622				01	081	08119	08119089
2826825	Stockenhausen	stockenhausen	DE		0	Europe/Berlin	48.24734	8.90017				01	084	08417	08417002
2826827	Stöckendrebber	stoeckendrebber	DE		0	Europe/Berlin	52.66649	9.57407				06	00	03241	03241012
2826828	Stöckenburg	stockenburg	DE		0	Europe/Berlin	49.08333	9.88333				01	081	08127	08127089
2826832	Stöcken	stoecken	DE		0	Europe/Berlin	52.41101	9.65904				06	00	03241	03241001
2826833	Stöcken	stoecken	DE		0	Europe/Berlin	53.00642	10.67596				06	00	03360	03360015
2826834	Stöcken	stoecken	DE		0	Europe/Berlin	52.75905	10.70601				06	00	03151	03151040
2826835	Stöcken	stoecken	DE		0	Europe/Berlin	52.76476	9.35434				06	00	03358	03358018
2826836	Stöcken	stoecken	DE		0	Europe/Berlin	51.25553	7.34303				07	059	05954	05954008
2826837	Stöcken	stoecken	DE		0	Europe/Berlin	51.18333	7.08333				07	051	05122	05122000
2826838	Stöcken	stoecken	DE		0	Europe/Berlin	51.0998	7.05417				07	053	05378	05378016
2826839	Stöcken	stoecken	DE		0	Europe/Berlin	50.90845	7.22042				07	053	05378	05378028
2826840	Stöcken	stoecken	DE		0	Europe/Berlin	50.74697	12.28369				13	00	14524	14524140
2826841	Stöcken	stocken	DE		0	Europe/Berlin	49.93137	11.98119				02	093	09377	09377143
2826842	Stocken	stocken	DE		0	Europe/Berlin	48.99996	10.16463				01	081	08136	08136019
2826843	Stöcken	stocken	DE		0	Europe/Berlin	48.96886	9.95898				01	081	08136	08136003
2826844	Stocken	stocken	DE		0	Europe/Berlin	47.87035	10.75383				02	097	09777	09777157
2826845	Stocken	stocken	DE		0	Europe/Berlin	47.77191	9.80218				01	084	08436	08436081
2826863	Stöckelsberg	stoeckelsberg	DE		560	Europe/Berlin	49.38444	11.43763	530			02	093	09373	09373113
2826864	Stöckels	stoeckels	DE		0	Europe/Berlin	50.5695	9.73732				05	066	06631	06631020
2826870	Stockdum	stockdum	DE		0	Europe/Berlin	51.18567	7.08127				07	051	05122	05122000
2826872	Stockburg	stockburg	DE		0	Europe/Berlin	48.11146	8.39465		Stockburg		01	083	08326	08326052
2826874	Stockbrunn	stockbrunn	DE		0	Europe/Berlin	49.33268	9.16726				01	082	08225	08225067
2826875	Stockbornerhof	stockbornerhof	DE		0	Europe/Berlin	49.27426	7.48366				08	00	07340	07340220
2826877	Stockborn	stockborn	DE		0	Europe/Berlin	49.49071	7.70411				08	00	07312	07312000
2826878	Stockberg	stockberg	DE		0	Europe/Berlin	48.57367	11.65364				02	091	09186	09186162
2826889	Stockau	stockau	DE		0	Europe/Berlin	49.94094	11.9921				02	093	09377	09377143
2826890	Stockau	stockau	DE		0	Europe/Berlin	49.91787	11.66917				02	094	09472	09472199
2826891	Stockau	stockau	DE		0	Europe/Berlin	49.84145	12.0903				02	093	09377	09377132
2826892	Stockau	stockau	DE		0	Europe/Berlin	49.38187	11.76455				02	093	09371	09371154
2826893	Stöckau	stockau	DE		0	Europe/Berlin	49.10932	10.45288				02	095	09571	09571170
2826894	Stockau	stockau	DE		0	Europe/Berlin	48.85943	11.6184				02	091	09176	09176147
2826896	Stöckaten	stockaten	DE		0	Europe/Berlin	50.35758	11.84452				02	094	09475	09475141
2826897	Stockarn	stockarn	DE		0	Europe/Berlin	49.34602	12.46355				02	093	09376	09376147
2826924	Stocka	stocka	DE		0	Europe/Berlin	49.24191	12.0588				02	093	09376	09376170
2826925	Stocka	stocka	DE		0	Europe/Berlin	49.09419	12.71039				02	092	09278	09278143
2826926	Stocka	stocka	DE		0	Europe/Berlin	48.70716	12.25745				02	092	09274	09274127
2826927	Stocka	stocka	DE		0	Europe/Berlin	48.58356	12.83441				02	092	09277	09277111
2826928	Stocka	stocka	DE		0	Europe/Berlin	48.56892	12.33331				02	092	09274	09274145
2826929	Stocka	stocka	DE		0	Europe/Berlin	47.81141	12.5896				02	091	09189	09189113
2826930	Stocka	stocka	DE		0	Europe/Berlin	47.80431	12.11427				02	091	09187	09187165
2826934	Stöck	stock	DE		0	Europe/Berlin	48.50152	8.3689				01	082	08237	08237004
2826935	Stock	stock	DE		0	Europe/Berlin	47.92074	12.25503		Stocka		02	091	09187	09187128
2826936	Stock	stock	DE		0	Europe/Berlin	47.86135	12.36572				02	091	09187	09187162
2826940	Stöbritz	stoebritz	DE		0	Europe/Berlin	51.84706	13.8279				11	00	12061	12061320
2826941	Stobra	stobra	DE		0	Europe/Berlin	51.00513	11.56391				15	00	16071	16071004
2826943	Stöbnitz	stoebnitz	DE		0	Europe/Berlin	51.32206	11.8054				14	00	15088	15088235
2826944	Stöbnig	stoebnig	DE		0	Europe/Berlin	51.05	12.8				13	00	14522	14522490
2826945	Stobersreuth	stobersreuth	DE		0	Europe/Berlin	50.22477	11.90811		Stobersreuth		02	094	09475	09475168
2826951	Stoben	stoben	DE		0	Europe/Berlin	53.94743	14.06325				12	00	13075	13075010
2826952	Stöben	stoeben	DE		0	Europe/Berlin	51.07356	11.69274				15	00	16074	16074011
2826953	Stobdrup	stobdrup	DE		0	Europe/Berlin	54.73528	9.79117				10	00	01059	01059148
2826958	Stixenhof	stixenhof	DE		0	Europe/Berlin	48.91037	9.71234				01	081	08119	08119001
2826959	Stixenhof	stixenhof	DE		0	Europe/Berlin	48.74675	9.73923				01	081	08117	08117037
2826960	Stixe	stixe	DE		0	Europe/Berlin	53.20819	11.01929				06	00	03355	03355049
2826966	Stirpe	stirpe	DE		0	Europe/Berlin	52.34032	8.28641				06	00	03459	03459013
2826967	Stirpe	stirpe	DE		0	Europe/Berlin	51.62237	8.30784		Stirpe		07	059	05974	05974016
2826971	Stirn	stirn	DE		0	Europe/Berlin	49.14365	10.97852				02	095	09577	09577161
2826975	Stippich	stippich	DE		0	Europe/Berlin	48.97154	12.74367				02	092	09278	09278154
2826977	Stipfing	stipfing	DE		0	Europe/Berlin	47.76665	11.97536				02	091	09182	09182114
2826978	Stinzendorf	stinzendorf	DE		0	Europe/Berlin	49.46287	10.8022				02	095	09573	09573120
2826981	Stintenburger Hütte	stintenburger-huette	DE		0	Europe/Berlin	53.61929	10.9774				12	00	13076	13076159
2826982	Stintenburg	stintenburg	DE		0	Europe/Berlin	53.59393	10.9465				12	00	13076	13076159
2826983	Stinteck	stinteck	DE		0	Europe/Berlin	54.15929	8.83836				10	00	01051	01051132
2827002	Stilzendorf	stilzendorf	DE		0	Europe/Berlin	49.29255	10.27507				02	095	09571	09571198
2827003	Stilow	stilow	DE		0	Europe/Berlin	54.08917	13.57122				12	00	13075	13075018
2827005	Stillnau	stillnau	DE		0	Europe/Berlin	48.72942	10.62764				02	097	09773	09773117
2827008	Stillhorn	stillhorn	DE		0	Europe/Berlin	53.48333	10.03333				04	00	02000	02000000
2827009	Stillhorn	stillhorn	DE		0	Europe/Berlin	53.23333	8.6				06	00	03356	03356009
2827014	Stillern	stillern	DE		0	Europe/Berlin	48.05594	10.95912				02	091	09181	09181132
2827016	Stillenhöfen	stillenhoefen	DE		0	Europe/Berlin	52.68677	9.71726				06	00	03358	03358007
2827029	Stillau	stillau	DE		0	Europe/Berlin	48.98208	10.32723				01	081	08136	08136068
2827034	Thräna	thraena	DE		0	Europe/Berlin	51.23333	14.71667		Drenow,Drěnow,Stiftswiese		13	00	14626	14626190
2827036	Stiftshof	stiftshof	DE		0	Europe/Berlin	53.51663	14.04259				12	00	13075	13075105
2827039	Stiftsgrundhof	stiftsgrundhof	DE		0	Europe/Berlin	48.90789	9.41803				01	081	08119	08119008
2827040	Stiftsgrün	stiftsgrun	DE		0	Europe/Berlin	50.28192	11.84657				02	094	09475	09475142
2827041	Stiftsfeld	stiftsfeld	DE		0	Europe/Berlin	52.24998	8.62379				07	057	05758	05758020
2827043	Stift Quernheim	stift-quernheim	DE		0	Europe/Berlin	52.24341	8.62743		Stift Quernheim		07	057	05758	05758020
2827045	Stift Keppel	stift-keppel	DE		0	Europe/Berlin	50.97572	8.0844				07	059	05970	05970020
2827047	Stifterslohe	stifterslohe	DE		0	Europe/Berlin	49.4713	11.73554				02	093	09371	09371151
2827049	Stiftenhöfte	stiftenhoefte	DE		0	Europe/Berlin	52.93576	8.56882				06	00	03458	03458012
2827050	Stiftberg	stiftberg	DE		0	Europe/Berlin	52.11667	8.68333		Stiftberg		07	057	05758	05758012
2827052	Stift	stift	DE		0	Europe/Berlin	54.38552	10.13224				10	00	01058	01058005
2827053	Stieten	stieten	DE		0	Europe/Berlin	53.65044	11.81374				12	00	13076	13076072
2827057	Stiesberg	stiesberg	DE		0	Europe/Berlin	47.55094	10.01466				02	097	09780	09780132
2827060	Stierstadt	stierstadt	DE		0	Europe/Berlin	50.18273	8.58361				05	064	06434	06434008
2827061	Stiershof	stiershof	DE		0	Europe/Berlin	49.01662	9.69822				01	081	08127	08127062
2827065	Stierow	stierow	DE		0	Europe/Berlin	53.9185	12.56851				12	00	13072	13072096
2827068	Stiern	stiern	DE		0	Europe/Berlin	53.14775	13.70253				11	00	12073	12073201
2827070	Stierhöfstetten	stierhofstetten	DE		0	Europe/Berlin	49.72391	10.41146		Stierhofstetten,Stierhöfstetten		02	095	09575	09575157
2827071	Stierhof	stierhof	DE		0	Europe/Berlin	48.35	10.95				02	097	09761	09761000
2827073	Stierberg	stierberg	DE		0	Europe/Berlin	49.68023	11.38563				02	094	09472	09472118
2827074	Stierberg	stierberg	DE		0	Europe/Berlin	48.77534	13.63484				02	092	09272	09272151
2827075	Stierberg	stierberg	DE		0	Europe/Berlin	48.2424	12.28254				02	091	09183	09183135
2827080	Stierbaum	stierbaum	DE		0	Europe/Berlin	49.11225	11.36879				02	093	09373	09373112
2827081	Stierbach	stierbach	DE		0	Europe/Berlin	49.75	8.88333		Stierbach		05	064	06437	06437003
2827083	Stiepelse	stiepelse	DE		0	Europe/Berlin	53.28703	10.80345				06	00	03355	03355049
2827085	Stiepel	stiepel	DE		0	Europe/Berlin	51.41906	7.24182		Bochum-Stiepel,Stiepel		07	059	05911	05911000
2827088	Stielings	stielings	DE		0	Europe/Berlin	47.76912	10.34207				02	097	09780	09780122
2827089	Stieldorferhohn	stieldorferhohn	DE		0	Europe/Berlin	50.71431	7.23269				07	053	05382	05382024
2827090	Stieldorf	stieldorf	DE		0	Europe/Berlin	50.72872	7.22		Stieldorf		07	053	05382	05382024
2827094	Stieglund	stieglund	DE		0	Europe/Berlin	54.63889	9.23313				10	00	01059	01059132
2827095	Stieglmühle	stieglmuhle	DE		0	Europe/Berlin	49.96221	12.09997				02	093	09377	09377157
2827100	Stieghorst	stieghorst	DE		0	Europe/Berlin	52.00241	8.59319		Stieghorst		07	057	05711	05711000
2827102	Stiegerheide	stiegerheide	DE		0	Europe/Berlin	51.33743	6.42839				07	051	05166	05166028
2827103	Stiegen	stiegen	DE		0	Europe/Berlin	47.65643	8.88451				01	083	08335	08335061
2827111	Stieg	stieg	DE		0	Europe/Berlin	51.28333	6.18333				07	051	05166	05166004
2827123	Stiedenrode	stiedenrode	DE		0	Europe/Berlin	51.36881	9.79416				05	066	06636	06636016
2827125	Stiebsdorf	stiebsdorf	DE		0	Europe/Berlin	51.76667	13.8				11	00	12061	12061320
2827126	Stiebritz	stiebritz	DE		0	Europe/Berlin	50.99843	11.60241		Stiebritz		15	00	16074	16074036
2827128	Stiebitz	stiebitz	DE		0	Europe/Berlin	51.17486	14.39349		Scijecy,Stiebitz,Sćijecy		13	00	14625	14625020
2827134	Stiebarlimbach	stiebarlimbach	DE		0	Europe/Berlin	49.75399	10.94659				02	094	09474	09474133
2827135	Stiddien	stiddien	DE		214	Europe/Berlin	52.22443	10.45692				06	00	03101	03101000
2827140	Stickhausen	stickhausen	DE		0	Europe/Berlin	53.21627	7.6517				06	00	03457	03457006
2827141	Stickgras	stickgras	DE		0	Europe/Berlin	53.04571	8.67094				06	00	03401	03401000
2827143	Stickenbüttel	stickenbuettel	DE		0	Europe/Berlin	53.87373	8.65336				06	00	03352	03352011
2827149	Stick	stick	DE		0	Europe/Berlin	53.56505	8.26018		Kleiner Stick,Stick		06	00	03461	03461003
2827150	Sticht	sticht	DE		0	Europe/Berlin	53.64204	9.02063				06	00	03352	03352036
2827151	Sticht	sticht	DE		0	Europe/Berlin	51.17738	7.5405				07	059	05962	05962012
2827159	Stiche	stiche	DE		0	Europe/Berlin	51.03669	7.3136				07	053	05378	05378012
2827160	Stich	stich	DE		0	Europe/Berlin	50.80983	6.2513				07	053	05334	05334012
2827161	Stich	stich	DE		0	Europe/Berlin	50.94586	7.25796				07	053	05378	05378024
2827162	Stich	stich	DE		0	Europe/Berlin	47.64806	10.48894				02	097	09780	09780128
2827168	Stexwig	stexwig	DE		0	Europe/Berlin	54.50636	9.63957				10	00	01059	01059012
2827170	Stevern	stevern	DE		0	Europe/Berlin	51.94176	7.38433				07	055	05558	05558032
2827174	Stevensend	stevensend	DE		0	Europe/Berlin	51.30024	6.18965				07	051	05166	05166004
2827176	Stevelin	stevelin	DE		0	Europe/Berlin	54.11476	13.6212				12	00	13075	13075146
2827177	Stevede	stevede	DE		0	Europe/Berlin	51.90674	7.09104				07	055	05558	05558012
2827180	Steurental	steurental	DE		0	Europe/Berlin	47.99913	7.95715				01	083	08315	08315109
2827183	Steufzgen	steufzgen	DE		0	Europe/Berlin	47.71336	10.30555				02	097	09763	09763000
2827185	Steuerwald	steuerwald	DE		0	Europe/Berlin	52.16348	9.94482				06	00	03254	03254021
2827186	Steudten	steudten	DE		0	Europe/Berlin	51.21048	13.20652				13	00	14627	14627260
2827187	Steudten	steudten	DE		0	Europe/Berlin	51.01915	12.81101				13	00	14522	14522530
2827188	Steudnitz	steudnitz	DE		0	Europe/Berlin	51.00977	11.68839				15	00	16074	16074011
2827190	Steudach	steudach	DE		0	Europe/Berlin	50.41503	10.91541		Steudach		15	00	16069	16069012
2827191	Steudach	steudach	DE		0	Europe/Berlin	49.57711	10.94341				02	095	09562	09562000
2827192	Steubeln	steubeln	DE		0	Europe/Berlin	51.49624	12.56905				13	00	14730	14730360
2827193	Stetzsch	stetzsch	DE		0	Europe/Berlin	51.08455	13.65652				13	00	14612	14612000
2827200	Stetternich	stetternich	DE		0	Europe/Berlin	50.92349	6.40468				07	053	05358	05358024
2827202	Stetten unter Holstein	stetten-unter-holstein	DE		0	Europe/Berlin	48.33152	9.18165				01	084	08417	08417013
2827203	Stetten ob Rottweil	stetten-ob-rottweil	DE		0	Europe/Berlin	48.17816	8.53746		Stetten,Stetten ob Rottweil		01	083	08325	08325069
2827204	Stetten ob Lontal	stetten-ob-lontal	DE		0	Europe/Berlin	48.55272	10.20385				01	081	08135	08135027
2827205	Stetten im Remstal	stetten-im-remstal	DE		0	Europe/Berlin	48.79192	9.3407				01	081	08119	08119093
2827206	Stettenhofen	stettenhofen	DE		0	Europe/Berlin	48.46541	10.86834				02	097	09772	09772171
2827207	Stettenhof	stettenhof	DE		0	Europe/Berlin	49.05671	11.55642				02	093	09373	09373121
2827208	Stettenhof	stettenhof	DE		0	Europe/Berlin	48.65601	10.45087				02	097	09773	09773147
2827211	Stettenberg	stettenberg	DE		0	Europe/Berlin	49.53582	11.13955				02	095	09572	09572131
2827212	Stetten bei Taufkirchen	stetten-bei-taufkirchen	DE		0	Europe/Berlin	48.4427	12.69871				02	092	09277	09277119
2827213	Stetten bei Hechingen	stetten-bei-hechingen	DE		0	Europe/Berlin	48.34553	8.97978				01	084	08417	08417031
2827214	Stetten bei Falkenberg	stetten-bei-falkenberg	DE		0	Europe/Berlin	48.45682	12.72612				02	092	09277	09277119
2827215	Stetten auf den Fildern	stetten-auf-den-fildern	DE		0	Europe/Berlin	48.67209	9.16925		Stetten		01	081	08116	08116078
2827218	Stetten am Heuchelberg	stetten-am-heuchelberg	DE		0	Europe/Berlin	49.13153	9.00869		Stetten,Stetten am Heuchelberg		01	081	08125	08125086
2827264	Stettberg	stettberg	DE		0	Europe/Berlin	49.37715	10.34072				02	095	09571	09571155
2827269	Stettbach	stettbach	DE		0	Europe/Berlin	50.00108	10.06657				02	096	09678	09678193
2827270	Stettbach	stettbach	DE		0	Europe/Berlin	49.74833	8.67639				05	064	06432	06432022
2827271	Steterburg	steterburg	DE		0	Europe/Berlin	52.19027	10.47253				06	00	03102	03102000
2827272	Stessen	stessen	DE		0	Europe/Berlin	51.12098	6.55197				07	051	05162	05162012
2827273	Stesse	stesse	DE		0	Europe/Berlin	51.34282	8.20991		Stesse		07	059	05958	05958032
2827275	Sterzhausen	sterzhausen	DE		0	Europe/Berlin	50.86242	8.70392				05	065	06534	06534012
2827277	Sterzenbach	sterzenbach	DE		0	Europe/Berlin	50.91345	7.67865		Sterzenbach		07	053	05374	05374040
2827278	Sterzenbach	sterzenbach	DE		0	Europe/Berlin	50.75879	7.48238				07	053	05382	05382016
2827281	Sterz	sterz	DE		0	Europe/Berlin	47.82313	11.42518				02	091	09173	09173123
2827282	Sterupgaard	sterupgaard	DE		0	Europe/Berlin	54.71527	9.73353				10	00	01059	01059167
2827283	Sterup-Dingholz	sterup-dingholz	DE		0	Europe/Berlin	54.73333	9.71667				10	00	01059	01059167
2827292	Sterpersdorf	sterpersdorf	DE		0	Europe/Berlin	49.68629	10.77046				02	095	09572	09572135
2827293	Sternthal	sternthal	DE		0	Europe/Berlin	53.22225	13.62314				11	00	12073	12073069
2827294	Sternstein	sternstein	DE		0	Europe/Berlin	49.50644	11.72338				02	093	09371	09371151
2827295	Sternsruh	sternsruh	DE		0	Europe/Berlin	53.47855	10.85707		Sternruh,Sternsruh		12	00	13076	13076055
2827300	Sternkrug	sternkrug	DE		0	Europe/Berlin	53.86243	11.30607				12	00	13074	13074022
2827301	Sternkrug	sternkrug	DE		0	Europe/Berlin	52.7405	13.96036				11	00	12064	12064222
2827312	Sternhagen	sternhagen	DE		0	Europe/Berlin	54.26722	12.78357				12	00	13073	13073096
2827313	Sternhagen	sternhagen	DE		0	Europe/Berlin	53.24262	13.80192				11	00	12073	12073429
2827314	Sternfelde	sternfelde	DE		0	Europe/Berlin	53.00182	13.96989		Gut Sternfelde		11	00	12073	12073008
2827317	Sternfeld	sternfeld	DE		0	Europe/Berlin	53.82677	13.17224				12	00	13071	13071065
2827321	Sterneck	sterneck	DE		0	Europe/Berlin	48.3893	8.49346		Sterneck		01	082	08237	08237045
2827322	Sterneck	sterneck	DE		0	Europe/Berlin	48.29197	12.32579				02	091	09183	09183114
2827323	Sterneck	sterneck	DE		0	Europe/Berlin	47.88561	11.83395				02	091	09187	09187130
2827328	Sternebeck	sternebeck	DE		0	Europe/Berlin	52.67295	13.99392				11	00	12064	12064393
2827331	Sternberg im Grabfeld	sternberg-im-grabfeld	DE		0	Europe/Berlin	50.26584	10.57742				02	096	09673	09673172
2827333	Sternberger Burg	sternberger-burg	DE		0	Europe/Berlin	53.73528	11.83482				12	00	13076	13076128
2827352	Stern	stern	DE		0	Europe/Berlin	53.8	13.46667				12	00	13075	13075127
2827353	Stern	stern	DE		0	Europe/Berlin	50.64452	12.10351				15	00	16076	16076039
2827363	Sterkrade Nord	sterkrade-nord	DE		0	Europe/Berlin	51.54956	6.82875				07	051	05119	05119000
2827365	Sterkrade	sterkrade	DE		0	Europe/Berlin	51.51754	6.858				07	051	05119	05119000
2827366	Sterklis	sterklis	DE		0	Europe/Berlin	47.58962	10.30762				02	097	09780	09780137
2827368	Sterkelshausen	sterkelshausen	DE		0	Europe/Berlin	51.01025	9.64806		Sterkelshausen		05	066	06632	06632001
2827372	Sterdebüll	sterdebuell	DE		0	Europe/Berlin	54.64359	8.90802				10	00	01054	01054014
2827373	Sterdebüll	sterdebuell	DE		0	Europe/Berlin	54.54039	8.96772				10	00	01054	01054043
2827374	Sterbur	sterbur	DE		0	Europe/Berlin	53.66142	7.62108				06	00	03462	03462003
2827375	Sterbitz	sterbitz	DE		0	Europe/Berlin	53.118	11.52372				11	00	12070	12070244
2827376	Sterbfritz	sterbfritz	DE		0	Europe/Berlin	50.31335	9.62282				05	064	06435	06435027
2827377	Sterbeckerhammer	sterbeckerhammer	DE		0	Europe/Berlin	51.28333	7.56667				07	059	05962	05962056
2827382	Stepprath	stepprath	DE		0	Europe/Berlin	50.76794	6.52082				07	053	05358	05358028
2827383	Stepperg	stepperg	DE		0	Europe/Berlin	48.74513	11.07122				02	091	09185	09185153
2827384	Steppentrup	steppentrup	DE		0	Europe/Berlin	51.81777	8.27708				07	057	05754	05754028
2827388	Steppach	steppach	DE		0	Europe/Berlin	49.77417	10.80505				02	094	09471	09471172
2827389	Steppach	steppach	DE		0	Europe/Berlin	48.38457	10.82512		Steppach		02	097	09772	09772184
2827390	Steppach	steppach	DE		0	Europe/Berlin	48.08333	12.15				02	091	09187	09187124
2827391	Steppach	steppach	DE		0	Europe/Berlin	47.92807	12.74428				02	091	09189	09189162
2827397	Stephansried	stephansried	DE		0	Europe/Berlin	47.97951	10.3097		Stephansried		02	097	09778	09778186
2827409	Stephanshausen	stephanshausen	DE		0	Europe/Berlin	50.03581	7.94853				05	064	06439	06439004
2827410	Stephansberg	stephansberg	DE		0	Europe/Berlin	49.78718	10.24541				02	096	09675	09675142
2827411	Stephansberg	stephansberg	DE		0	Europe/Berlin	48.23359	11.22228		Stefansberg		02	091	09179	09179134
2827412	Stephanopel	stephanopel	DE		0	Europe/Berlin	51.34546	7.79055				07	059	05962	05962016
2827418	Stepenitz	stepenitz	DE		0	Europe/Berlin	53.31833	12.13972				11	00	12070	12070266
2827421	Stenzenhof	stenzenhof	DE		0	Europe/Berlin	48.95232	11.55142				02	091	09176	09176112
2827424	Stenz	stenz	DE		0	Europe/Berlin	51.26694	13.88606				13	00	14625	14625270
2827427	Stenum	stenum	DE		0	Europe/Berlin	53.07502	8.5612				06	00	03458	03458005
2827429	Stentrop	stentrop	DE		0	Europe/Berlin	51.49146	7.80565		Stentrop		07	059	05978	05978012
2827433	Stennweiler	stennweiler	DE		0	Europe/Berlin	49.3912	7.11399				09	00	10043	10043116
2827434	Stennschütz	stennschuetz	DE		0	Europe/Berlin	51.23989	13.12639		Hohenwussen-Stennschutz,Hohenwussen-Stennschütz,Stennschutz,Stennschütz		13	00	14730	14730210
2827436	Stennewitz	stennewitz	DE		0	Europe/Berlin	51.86837	13.94583		Scenojce,Stennewitz,Sćenojce		11	00	12066	12066196
2827437	Stennewitz	stennewitz	DE		0	Europe/Berlin	51.46305	12.07139				14	00	15088	15088150
2827443	Stenn	stenn	DE		0	Europe/Berlin	50.67619	12.43118		Stenn		13	00	14524	14524170
2827446	Stenglingsen	stenglingsen	DE		0	Europe/Berlin	51.35443	7.63791				07	059	05962	05962024
2827447	Stenglenz	stenglenz	DE		0	Europe/Berlin	48.40227	7.99417				01	083	08317	08317009
2827451	Stengelheim	stengelheim	DE		0	Europe/Berlin	48.67708	11.20584				02	091	09185	09185163
2827452	Stengelhaide	stengelhaide	DE		0	Europe/Berlin	50.57643	13.23249				13	00	14521	14521390
2827460	Stendorf	stendorf	DE		0	Europe/Berlin	53.20089	8.70462				06	00	03356	03356008
2827461	Stendorf	stendorf	DE		0	Europe/Berlin	51.11397	11.69355				14	00	15084	15084355
2827462	Stendorf	stendorf	DE		0	Europe/Berlin	50.71982	9.8284				05	066	06631	06631015
2827463	Stendorf	stendorf	DE		0	Europe/Berlin	54.16318	10.69457				10	00	01055	01055024
2827467	Stenderupau	stenderupau	DE		0	Europe/Berlin	54.63333	9.46667				10	00	01059	01059159
2827468	Stenderup	stenderup	DE		0	Europe/Berlin	54.73142	9.932				10	00	01059	01059112
2827469	Stenderup	stenderup	DE		0	Europe/Berlin	54.63687	9.4902				10	00	01059	01059159
2827470	Stendern	stendern	DE		0	Europe/Berlin	52.77298	9.17236				06	00	03256	03256003
2827472	Stendenitz	stendenitz	DE		0	Europe/Berlin	53.00079	12.82396		Kolonie Stendenitz		11	00	12068	12068320
2827473	Stendenbach	stendenbach	DE		0	Europe/Berlin	50.98297	7.9712		Stendenbach		07	059	05970	05970024
2827474	Stenden	stenden	DE		0	Europe/Berlin	51.41759	6.44707				07	051	05154	05154028
2827480	Stemwarde	stemwarde	DE		0	Europe/Berlin	53.57119	10.24263				10	00	01062	01062009
2827490	Stemmern	stemmern	DE		0	Europe/Berlin	51.99693	11.57255		Schtemmern		14	00	15083	15083490
2827492	Stemmermühlen	stemmermuehlen	DE		0	Europe/Berlin	53.42401	8.87266				06	00	03352	03352059
2827496	Stemmerberg	stemmerberg	DE		0	Europe/Berlin	52.27795	11.14241				14	00	15083	15083411
2827498	Stemmer	stemmer	DE		0	Europe/Berlin	52.33701	8.8738		Stemmer		07	057	05770	05770024
2827500	Stemmenreuth	stemmenreuth	DE		0	Europe/Berlin	49.77439	11.59058				02	094	09472	09472175
2827510	Stemmasgrün	stemmasgrun	DE		0	Europe/Berlin	50.08008	12.07302				02	094	09479	09479169
2827511	Stemmas	stemmas	DE		0	Europe/Berlin	50.08333	12.08333				02	094	09479	09479169
2827512	Stemel	stemel	DE		0	Europe/Berlin	51.35544	7.99108				07	059	05958	05958044
2827513	Stemberg	stemberg	DE		0	Europe/Berlin	51.8909	8.88837				07	057	05766	05766020
2827516	Stelzlhof	stelzlhof	DE		0	Europe/Berlin	48.57579	13.42151				02	092	09262	09262000
2827517	Stelzhof	stelzhof	DE		0	Europe/Berlin	48.68714	11.12718				02	091	09185	09185150
2827519	Stelzenöd	stelzenod	DE		0	Europe/Berlin	48.61342	12.78119				02	092	09279	09279113
2827520	Stelzenöd	stelzenod	DE		0	Europe/Berlin	48.56039	12.77706				02	092	09277	09277111
2827525	Stelzendorf	stelzendorf	DE		0	Europe/Berlin	50.79986	12.86334		Stelzendorf		13	00	14511	14511000
2827526	Stelzendorf	stelzendorf	DE		0	Europe/Berlin	50.65707	11.92332				15	00	16076	16076087
2827534	Stelzen	stelzen	DE		0	Europe/Berlin	50.4867	11.94502		Stelzen		15	00	16075	16075132
2827535	Stelzen	stelzen	DE		0	Europe/Berlin	50.44198	10.98963				15	00	16069	16069012
2827544	Stellshagen	stellshagen	DE		0	Europe/Berlin	53.94347	11.13944				12	00	13074	13074016
2827552	Stellingen	stellingen	DE		23472	Europe/Berlin	53.5922	9.9287				04	00	02000	02000000
2827553	Stellichte	stellichte	DE		0	Europe/Berlin	52.93646	9.52068		Stellichte		06	00	03358	03358024
2827554	Stellhorn	stellhorn	DE		0	Europe/Berlin	52.43482	8.82401				06	00	03256	03256034
2827563	Stellerort	stellerort	DE		0	Europe/Berlin	52.33333	8.68333				07	057	05770	05770020
2827564	Stellerloh	stellerloh	DE		0	Europe/Berlin	52.43937	8.63216				07	057	05770	05770040
2827568	Stellenfleth	stellenfleth	DE		0	Europe/Berlin	53.83033	9.23512				06	00	03359	03359030
2827583	Stellböken	stellboeken	DE		0	Europe/Berlin	54.2695	10.41671		Stellbaken,Stellboken,Stellböken		10	00	01057	01057050
2827596	Stellau	stellau	DE		0	Europe/Berlin	53.92888	9.72559				10	00	01061	01061116
2827597	Stellau	stellau	DE		0	Europe/Berlin	53.59164	10.23347				10	00	01062	01062009
2827598	Stelingen	stelingen	DE		0	Europe/Berlin	52.44993	9.61901		Staeljen,Stelingen,Steljen,Stäljen		06	00	03241	03241005
2827606	Steinwitz	steinwitz	DE		0	Europe/Berlin	50.98452	12.39747				15	00	16077	16077001
2827607	Steinwinkel	steinwinkel	DE		0	Europe/Berlin	51.29996	7.70764				07	059	05962	05962004
2827618	Steinwehr	steinwehr	DE		0	Europe/Berlin	54.3569	9.78628				10	00	01058	01058026
2827619	Steinweg	steinweg	DE		0	Europe/Berlin	49.0301	12.092				02	093	09362	09362000
2827620	Steinwedel	steinwedel	DE		0	Europe/Berlin	52.4121	9.99089		Steinwedel,Steinwie		06	00	03241	03241011
2827625	Steinwerder	steinwerder	DE		0	Europe/Berlin	53.53333	9.95				04	00	02000	02000000
2827627	Steinwand	steinwand	DE		0	Europe/Berlin	50.52389	9.86586				05	066	06631	06631021
2827631	Steinwalde	steinwalde	DE		0	Europe/Berlin	53.4	13.03333				12	00	13071	13071110
2827635	Steintoch	steintoch	DE		0	Europe/Berlin	52.61457	14.38479				11	00	12064	12064274
2827648	Steinsvorde	steinsvorde	DE		0	Europe/Berlin	52.76833	8.78445				06	00	03251	03251031
2827649	Steinstücken	steinstucken	DE		0	Europe/Berlin	52.3887	13.13089		Steinstucken,Steinstücken		16	00	11000	11000000
2827650	Steinstraß	steinstrass	DE		0	Europe/Berlin	50.93333	6.48333		Steinstrab,Steinstrass,Steinstraß		07	053	05358	05358048
2827655	Steinsieken	steinsieken	DE		0	Europe/Berlin	54.38365	9.64351				10	00	01058	01058127
2827656	Steinsiek	steinsiek	DE		0	Europe/Berlin	52.18333	8.71667				07	057	05758	05758024
2827658	Steinshof	steinshof	DE		0	Europe/Berlin	54.43738	13.26863				12	00	13073	13073028
2827660	Steinshardt	steinshardt	DE		0	Europe/Berlin	50.58356	7.37972		Steinshardt		08	00	07138	07138068
2827661	Steinsfürtle	steinsfurtle	DE		0	Europe/Berlin	49.23266	9.54547				01	081	08126	08126058
2827662	Steinsfurt	steinsfurt	DE		0	Europe/Berlin	49.23935	8.90646		Steinsfurt		01	082	08226	08226085
2827666	Steinselb	steinselb	DE		0	Europe/Berlin	50.17146	12.05616				02	094	09479	09479152
2827668	Steinsee	steinsee	DE		0	Europe/Berlin	51.53918	10.66069				15	00	16062	16062062
2827686	Steinsbrunn	steinsbrunn	DE		0	Europe/Berlin	47.82953	9.34272				01	084	08435	08435020
2827695	Steins	steins	DE		0	Europe/Berlin	50.44776	12.01399				13	00	14523	14523450
2827708	Steinriesl	steinriesl	DE		0	Europe/Berlin	48.8225	12.96842				02	092	09271	09271119
2827709	Steinrieden	steinrieden	DE		0	Europe/Berlin	52.76454	7.80227				06	00	03453	03453011
2827712	Steinreuth	steinreuth	DE		0	Europe/Berlin	49.78346	12.09748				02	093	09374	09374128
2827717	Steinreinach	steinreinach	DE		0	Europe/Berlin	48.83955	9.37048				01	081	08119	08119041
2827719	Steinrausch	steinrausch	DE		0	Europe/Berlin	50.07111	6.23456				08	00	07232	07232248
2827720	Steinrath	steinrath	DE		0	Europe/Berlin	51.29373	6.60271				07	051	05114	05114000
2827723	Steinrain	steinrain	DE		0	Europe/Berlin	48.76977	12.1987				02	092	09278	09278148
2827726	Steinrade	steinrade	DE		0	Europe/Berlin	53.96667	10.46667				10	00	01060	01060067
2827728	Steinpöllnitz	steinpoellnitz	DE		0	Europe/Berlin	50.74887	11.8829				15	00	16075	16075116
2827741	Steinperf	steinperf	DE		0	Europe/Berlin	50.82025	8.4802		Steinperf		05	065	06534	06534019
2827746	Steinort	steinort	DE		0	Europe/Berlin	54.26667	12.43333				12	00	13073	13073075
2827748	Steinölsa	steinoelsa	DE		0	Europe/Berlin	51.27775	14.69888		Kamjentna Wolsinka,Kamjentna Wólšinka		13	00	14626	14626440
2827752	Steinmühle	steinmuehle	DE		0	Europe/Berlin	52.03898	10.70274				14	00	15085	15085230
2827753	Steinmühle	steinmuhle	DE		0	Europe/Berlin	49.97441	12.27284				02	093	09377	09377141
2827757	Steinmehlen	steinmehlen	DE		0	Europe/Berlin	50.20488	6.37039				08	00	07232	07232296
2827762	Steinmasch	steinmasch	DE		0	Europe/Berlin	52.41667	8.6				07	057	05770	05770040
2827764	Steinmark	steinmark	DE		0	Europe/Berlin	49.86231	9.52492		Steinmark		02	096	09677	09677126
2827765	Steinmannshagen	steinmannshagen	DE		0	Europe/Berlin	53.70838	11.0236				12	00	13074	13074033
2827767	Steinlohe	steinlohe	DE		0	Europe/Berlin	49.44982	12.64562		Gross Steinlohe,Groß Steinlohe,Steinlohe		02	093	09372	09372163
2827769	Steinloge	steinloge	DE		0	Europe/Berlin	52.903	8.31644				06	00	03458	03458007
2827771	Steinlishof	steinlishof	DE		0	Europe/Berlin	47.68361	10.02572				02	097	09776	09776118
2827772	Steinling	steinling	DE		0	Europe/Berlin	49.56609	11.71082				02	093	09371	09371119
2827781	Steinlah	steinlah	DE		0	Europe/Berlin	52.08333	10.16667				06	00	03254	03254022
2827782	Steinlacke	steinlacke	DE		0	Europe/Berlin	52.18941	8.65336				07	057	05758	05758020
2827785	Steinlach	steinlach	DE		0	Europe/Berlin	48.13087	11.26192				02	091	09188	09188121
2827798	Steinkuhl	steinkuhl	DE		0	Europe/Berlin	51.45839	7.24705				07	059	05911	05911000
2827799	Steinkrug	steinkrug	DE		0	Europe/Berlin	54.25	9.25				10	00	01051	01051100
2827800	Steinkrug	steinkrug	DE		0	Europe/Berlin	52.2407	9.63405				06	00	03241	03241020
2827801	Steinkrug	steinkrug	DE		0	Europe/Berlin	51.76667	9.41667				06			
2827806	Steinkoppel	steinkoppel	DE		0	Europe/Berlin	54.59694	13.33142				12	00	13073	13073013
2827807	Steinkoppel	steinkoppel	DE		0	Europe/Berlin	53.9	10.51667				10	00	01062	01062032
2827853	Steinknippen	steinknippen	DE		0	Europe/Berlin	50.9	7.16667				07	053	05378	05378028
2827858	Steinklingen	steinklingen	DE		0	Europe/Berlin	49.51667	8.75				01	082	08226	08226096
2827876	Steinkimmen	steinkimmen	DE		0	Europe/Berlin	53.04912	8.45063				06	00	03458	03458005
2827877	Steinkenrath	steinkenrath	DE		0	Europe/Berlin	51.21185	6.18535				07	051	05166	05166020
2827878	Steinkenhöfen	steinkenhoefen	DE		0	Europe/Berlin	53.088	9.98243				06	00	03358	03358002
2827883	Steinkämperfeld	steinkaemperfeld	DE		0	Europe/Berlin	52.43169	8.55416				07	057	05770	05770040
2827885	Steinkamp	steinkamp	DE		0	Europe/Berlin	52.23235	8.82591				07	057	05770	05770004
2827897	Steinishaus	steinishaus	DE		0	Europe/Berlin	47.87588	9.50667				01	084	08436	08436096
2827898	Steiningloh	steiningloh	DE		0	Europe/Berlin	49.50617	11.88493		Steiningloh		02	093	09371	09371127
2827901	Steining	steining	DE		0	Europe/Berlin	48.8167	13.0794				02	092	09271	09271113
2827902	Steining	steining	DE		0	Europe/Berlin	48.71115	13.32522				02	092	09275	09275121
2827906	Stein im Allgäu	stein-im-allgau	DE		0	Europe/Berlin	47.57392	10.23486				02	097	09780	09780124
2827908	Steinigt	steinigt	DE		0	Europe/Berlin	50.46372	12.28512		Steinigt		13	00	14523	14523050
2827919	Steinhütten	steinhuetten	DE		0	Europe/Berlin	54.38141	8.70051				10	00	01054	01054150
2827920	Steinhütte	steinhutte	DE		0	Europe/Berlin	49.11972	13.1799				02	092	09276	09276115
2827921	Steinhügl	steinhugl	DE		0	Europe/Berlin	48.57848	13.29061				02	092	09275	09275122
2827922	Steinhügel	steinhugel	DE		0	Europe/Berlin	48.50405	13.40334				02	092	09275	09275133
2827932	Steinhude	steinhude	DE		0	Europe/Berlin	52.45772	9.37027		Steinhude		06	00	03241	03241021
2827933	Steinhübel	steinhuebel	DE		0	Europe/Berlin	50.66667	13.28333		Steinhubel,Steinhübel		13	00	14521	14521460
2827960	Steinhögl	steinhogl	DE		0	Europe/Berlin	47.8223	12.87262				02	091	09172	09172112
2827963	Steinhofen	steinhofen	DE		0	Europe/Berlin	48.31464	8.90555				01	084	08417	08417008
2827964	Steinhöfel	steinhoefel	DE		0	Europe/Berlin	53.09464	13.87865				11	00	12073	12073008
2827967	Steinhof	steinhof	DE		0	Europe/Berlin	49.25958	10.65512				02	095	09571	09571196
2827968	Steinhof	steinhof	DE		0	Europe/Berlin	49.10808	12.85614				02	092	09276	09276135
2827981	Steinhilben	steinhilben	DE		0	Europe/Berlin	48.30909	9.27954				01	084	08415	08415073
2827986	Steinheimer Hof	steinheimer-hof	DE		0	Europe/Berlin	50.03306	8.14284		Hof Steinheim,Steinheimer Hof		05	064	06439	06439003
2827987	Steinheim am Main	steinheim-am-main	DE		0	Europe/Berlin	50.11298	8.90734				05	064	06435	06435014
2827995	Steinheidel	steinheidel	DE		0	Europe/Berlin	50.47969	12.71971		Steinheidel		13	00	14521	14521110
2828001	Steinhavelmühle	steinhavelmuehle	DE		0	Europe/Berlin	53.19317	13.10559				11	00	12065	12065084
2828009	Steinhausen	steinhausen	DE		0	Europe/Berlin	53.93977	11.60778				12	00	13074	13074056
2828010	Steinhausen	steinhausen	DE		0	Europe/Berlin	53.41454	8.03518				06	00	03455	03455025
2828011	Steinhausen	steinhausen	DE		0	Europe/Berlin	51.5825	8.52342				07	057	05774	05774016
2828012	Steinhausen	steinhausen	DE		0	Europe/Berlin	51.40586	7.84036				07	059	05962	05962040
2828013	Steinhausen	steinhausen	DE		0	Europe/Berlin	51.16777	6.53403		Steinhausen		07	051	05162	05162020
2828014	Steinhausen	steinhausen	DE		0	Europe/Berlin	49.00606	9.37859				01	081	08119	08119087
2828015	Steinhausen	steinhausen	DE		0	Europe/Berlin	48.31667	12.75				02	091	09171	09171115
2828016	Steinhausen	steinhausen	DE		400	Europe/Berlin	48.02828	9.69683				01	084	08426	08426014
2828017	Steinhausen	steinhausen	DE		0	Europe/Berlin	47.9907	11.85725				02	091	09175	09175121
2828018	Steinhausen	steinhausen	DE		0	Europe/Berlin	47.87989	9.61433				01	084	08436	08436087
2828022	Steinhaus	steinhaus	DE		0	Europe/Berlin	51.03487	7.16653				07	053	05378	05378020
2828023	Steinhaus	steinhaus	DE		0	Europe/Berlin	50.59473	9.74676				05	066	06631	06631020
2828024	Steinhaus	steinhaus	DE		0	Europe/Berlin	48.89968	9.69629				01	081	08119	08119037
2828025	Steinhaus	steinhaus	DE		0	Europe/Berlin	48.66193	12.77514				02	092	09279	09279122
2828026	Steinhaus	steinhaus	DE		0	Europe/Berlin	47.7	9.66667				01	084	08436	08436018
2828033	Steinhauck	steinhauck	DE		0	Europe/Berlin	50.503	9.75586				05	066	06631	06631017
2828035	Steinhart	steinhart	DE		0	Europe/Berlin	48.96144	10.67166		Steinhart		02	097	09779	09779154
2828036	Steinhart	steinhart	DE		0	Europe/Berlin	48.04274	12.11526				02	091	09187	09187159
2828038	Steinhardterhof	steinhardterhof	DE		0	Europe/Berlin	49.80575	7.67381				08	00	07133	07133501
2828042	Steinhaldenfeld	steinhaldenfeld	DE		0	Europe/Berlin	48.82783	9.23186				01	081	08111	08111000
2828044	Steinhakel	steinhakel	DE		0	Europe/Berlin	48.58333	13.06667				02	092	09275	09275114
2828059	Steingrün	steingrun	DE		0	Europe/Berlin	48.23377	8.21155				01	083	08317	08317039
2828060	Steingruben	steingruben	DE		0	Europe/Berlin	49.67005	7.81054				08	00	07333	07333014
2828062	Steingrub	steingrub	DE		0	Europe/Berlin	47.86667	11.36667				02	091	09173	09173123
2828064	Steingrimma	steingrimma	DE		0	Europe/Berlin	51.15	12.15				14	00	15084	15084235
2828065	Steingriff	steingriff	DE		0	Europe/Berlin	48.57097	11.24627		Steingriff		02	091	09185	09185158
2828077	Steingraben	steingraben	DE		0	Europe/Berlin	47.74437	11.95845				02	091	09182	09182114
2828084	Steingebronn	steingebronn	DE		0	Europe/Berlin	48.40344	9.41221				01	084	08415	08415027
2828086	Steingau	steingau	DE		0	Europe/Berlin	47.90144	11.63328				02	091	09173	09173118
2828087	Steingasse	steingasse	DE		0	Europe/Berlin	49.73554	9.43395				01	081	08128	08128131
2828091	Steingädele	steingadele	DE		0	Europe/Berlin	47.69531	10.82974				02	091	09190	09190154
2828095	Steinfurth	steinfurth	DE		0	Europe/Berlin	50.78923	6.24133				07	053	05334	05334012
2828096	Steinfurth	steinfurth	DE		0	Europe/Berlin	54.29263	10.01583				10	00	01058	01058105
2828097	Steinfurth	steinfurth	DE		0	Europe/Berlin	53.97173	13.65164				12	00	13075	13075156
2828098	Steinfurth	steinfurth	DE		0	Europe/Berlin	53.53333	10.15				04	00	02000	02000000
2828099	Steinfurth	steinfurth	DE		0	Europe/Berlin	52.86667	13.66667				11	00	12060	12060198
2828100	Steinfurth	steinfurth	DE		0	Europe/Berlin	50.40051	8.74555		Steinfurth		05	064	06440	06440002
2828101	Steinfurth	steinfurth	DE		0	Europe/Berlin	48.81819	12.82727				02	092	09271	09271151
2828110	Steinfrankenreuth	steinfrankenreuth	DE		0	Europe/Berlin	49.68807	12.26638		Steinfrankenreuth		02	093	09374	09374121
2828112	Steinforth	steinforth	DE		0	Europe/Berlin	52.92082	8.72893				06	00	03251	03251007
2828113	Steinforth	steinforth	DE		0	Europe/Berlin	51.14624	6.5451				07	051	05162	05162020
2828115	Steinförde	steinfoerde	DE		0	Europe/Berlin	53.18732	13.08963				11	00	12065	12065084
2828116	Steinförde	steinfoerde	DE		0	Europe/Berlin	52.64607	9.86084				06	00	03351	03351023
2828118	Steinfischbach	steinfischbach	DE		0	Europe/Berlin	50.27572	8.34384				05	064	06439	06439016
2828121	Steinfels	steinfels	DE		0	Europe/Berlin	49.66244	11.99378				02	093	09374	09374134
2828122	Steinfelderwohld	steinfelderwohld	DE		0	Europe/Berlin	53.85017	10.44413				10	00	01062	01062093
2828125	Steinfelderheistert	steinfelderheistert	DE		0	Europe/Berlin	50.49566	6.54216		Heistert,Steinfelderheistert		07	053	05366	05366024
2828127	Steinfelde	steinfelde	DE		0	Europe/Berlin	52.96297	11.77426				14	00	15090	15090520
2828149	Steinfall	steinfall	DE		0	Europe/Berlin	47.79079	11.01608				02	091	09190	09190130
2828154	Steinertshaus	steinertshaus	DE		0	Europe/Berlin	49.3596	7.02429				09	00	10043	10043112
2828160	Steinerskirchen	steinerskirchen	DE		0	Europe/Berlin	48.63177	11.4114				02	091	09186	09186128
2828161	Steinerskirchen	steinerskirchen	DE		0	Europe/Berlin	48.55332	12.89162				02	092	09277	09277142
2828162	Steinersdorf	steinersdorf	DE		0	Europe/Berlin	49.31888	10.51254				02	095	09561	09561000
2828177	Steinerne Kreuz	steinerne-kreuz	DE		0	Europe/Berlin	51.6363	7.11106				07	055	05562	05562024
2828179	Steinerne Brücke	steinerne-bruecke	DE		0	Europe/Berlin	51.48333	7.46667				07	059	05913	05913000
2828181	Steinerleinbach	steinerleinbach	DE		0	Europe/Berlin	48.73649	13.54074				02	092	09272	09272141
2828183	Steinerfurth	steinerfurth	DE		0	Europe/Berlin	48.69785	13.70987				02	092	09272	09272129
2828185	Steinerbrückl	steinerbruckl	DE		0	Europe/Berlin	49.02661	11.92802				02	093	09375	09375175
2828193	Steinental	steinental	DE		0	Europe/Berlin	47.93888	10.03036				01	084	08436	08436010
2828194	Steinenstadt	steinenstadt	DE		0	Europe/Berlin	47.76849	7.55414		Steinenstadt		01	083	08315	08315076
2828195	Steinensittenbach	steinensittenbach	DE		0	Europe/Berlin	49.59397	11.41479				02	095	09574	09574135
2828196	Steinenkirch	steinenkirch	DE		0	Europe/Berlin	48.66432	9.91104				01	081	08117	08117010
2828198	Steinenfeld	steinenfeld	DE		0	Europe/Berlin	48.35562	9.78817				01	084	08425	08425039
2828200	Steinendorf	steinendorf	DE		0	Europe/Berlin	51.14701	7.0237				07	051	05122	05122000
2828201	Steinenbühl	steinenbuhl	DE		0	Europe/Berlin	48.96561	9.93879				01	081	08127	08127013
2828203	Steinenbrück	steinenbrueck	DE		0	Europe/Berlin	50.94225	7.22651				07	053	05378	05378024
2828204	Steinebrück	steinebrueck	DE		0	Europe/Berlin	50.74985	6.08738		Steinebruck,Steinebrück,Steinenbruck,Steinenbrück		07	053	05334	05334002
2828208	Steinenberg	steinenberg	DE		0	Europe/Berlin	48.86056	9.54999				01	081	08119	08119061
2828209	Steinenberg	steinenberg	DE		0	Europe/Berlin	47.9403	9.74886				01	084	08436	08436009
2828221	Steinenbach	steinenbach	DE		0	Europe/Berlin	48.48088	8.14959				01	083	08317	08317098
2828222	Steinenbach	steinenbach	DE		0	Europe/Berlin	48.2255	8.19374				01	083	08317	08317039
2828223	Steinenbach	steinenbach	DE		0	Europe/Berlin	48.89692	9.82403				01	081	08136	08136061
2828224	Steinenbach	steinenbach	DE		0	Europe/Berlin	47.93057	9.60938		Steinenbach		01	084	08436	08436008
2828225	Steinenbach	steinenbach	DE		0	Europe/Berlin	47.64067	9.6752		Steinenbach		01	084	08435	08435057
2828230	Steinekirch	steinekirch	DE		0	Europe/Berlin	48.3729	10.57863				02	097	09772	09772223
2828231	Steinekirch	steinekirch	DE		0	Europe/Berlin	48.15112	10.61034				02	097	09778	09778169
2828232	Steinehaig	steinehaig	DE		0	Europe/Berlin	49.09459	9.93377				01	081	08127	08127103
2828233	Steinegge	steinegge	DE		0	Europe/Berlin	52.15989	8.79765				07	057	05758	05758036
2828234	Steinegge	steinegge	DE		0	Europe/Berlin	52.1475	8.936				07	057	05766	05766036
2828235	Steinegge	steinegge	DE		0	Europe/Berlin	52.06526	9.05385				07	057	05766	05766028
2828238	Steinegg	steinegg	DE		0	Europe/Berlin	48.81082	8.7843				01	082	08236	08236044
2828239	Steinegaden	steinegaden	DE		0	Europe/Berlin	47.6375	9.96101				02	097	09776	09776124
2828255	Steinebach am Wörthsee	steinebach-am-worthsee	DE		0	Europe/Berlin	48.06259	11.20211		Steinebach		02	091	09188	09188145
2828258	Steinebach	steinebach	DE		0	Europe/Berlin	50.73186	7.82748		Steinebach,Steinebach/Sieg		08	00	07132	07132107
2828259	Steinebach	steinebach	DE		744	Europe/Berlin	50.60977	7.80605		Steinebach		08	00	07143	07143294
2828260	Steinebach	steinebach	DE		0	Europe/Berlin	48.04892	11.04707				02	091	09181	09181146
2828261	Steinebach	steinebach	DE		0	Europe/Berlin	47.53659	10.00207				02	097	09780	09780132
2828263	Steine	steine	DE		0	Europe/Berlin	52.93643	11.03808				06	00	03354	03354016
2828264	Steindörfel	steindoerfel	DE		0	Europe/Berlin	51.15471	14.54492		Trjebjenca,Trjebjeńca		13	00	14625	14625230
2828271	Steindöbra	steindoebra	DE		0	Europe/Berlin	50.39318	12.49474				13	00	14523	14523160
2828275	Steindl	steindl	DE		0	Europe/Berlin	49.12405	11.19206				02	095	09576	09576148
2828277	Steindamm	steindamm	DE		0	Europe/Berlin	53.9929	10.57697				10	00	01055	01055001
2828284	Steinbusch	steinbusch	DE		0	Europe/Berlin	54.11667	10.48333				10	00	01055	01055007
2828294	Steinbühl	steinbuhl	DE		0	Europe/Berlin	50.36243	11.81726				02	094	09475	09475113
2828295	Steinbühl	steinbuhl	DE		0	Europe/Berlin	50.13773	11.82003				02	094	09475	09475189
2828296	Steinbühl	steinbuhl	DE		0	Europe/Berlin	49.8392	12.10276				02	093	09377	09377132
2828297	Steinbühl	steinbuhl	DE		0	Europe/Berlin	49.15286	12.93271				02	093	09372	09372137
2828298	Steinbühl	steinbuhl	DE		0	Europe/Berlin	48.89848	10.74773				02	097	09779	09779231
2828299	Steinbühl	steinbuhl	DE		0	Europe/Berlin	48.88238	12.91025				02	092	09271	09271116
2828300	Steinbühl	steinbuhl	DE		0	Europe/Berlin	48.73479	12.49944				02	092	09279	09279127
2828339	Steinbüchl	steinbuchl	DE		0	Europe/Berlin	48.6116	13.50479				02	092	09275	09275146
2828342	Steinbüchel	steinbuechel	DE		0	Europe/Berlin	51.05609	7.06897				07	053	05316	05316000
2828345	Steinbuch	steinbuch	DE		0	Europe/Berlin	49.68302	8.95375				05	064	06437	06437011
2828346	Steinbrünning	steinbrunning	DE		0	Europe/Berlin	47.88798	12.92722				02	091	09172	09172130
2828347	Steinbründorf	steinbruendorf	DE		0	Europe/Berlin	52.1141	8.84674				07	057	05758	05758036
2828349	Steinbrücken	steinbruecken	DE		0	Europe/Berlin	51.61549	11.25973				14	00	15087	15087275
2828350	Steinbrücken	steinbruecken	DE		0	Europe/Berlin	51.45968	10.7872				15	00	16062	16062041
2828351	Steinbrücken	steinbruecken	DE		0	Europe/Berlin	50.94769	12.04211				15	00	16052	16052000
2828352	Steinbrücken	steinbruecken	DE		0	Europe/Berlin	50.83043	8.3337				05	065	06532	06532005
2828353	Steinbrücken	steinbruecken	DE		0	Europe/Berlin	50.69609	11.75898		Linda-Steinbrucken,Linda-Steinbrücken,Steinbrucken,Steinbrücken		15	00	16075	16075073
2828354	Steinbrück	steinbrueck	DE		0	Europe/Berlin	52.21681	10.2166				06	00	03254	03254032
2828355	Steinbrück	steinbruck	DE		0	Europe/Berlin	49.10934	9.54304				01	081	08127	08127052
2828356	Steinbruck	steinbruck	DE		0	Europe/Berlin	48.85541	9.58272				01	081	08119	08119084
2828357	Steinbruck	steinbruck	DE		0	Europe/Berlin	47.76472	12.06632				02	091	09187	09187165
2828364	Steinbruch	steinbruch	DE		0	Europe/Berlin	50.40135	9.51643				05	066	06631	06631008
2828367	Steinbronnen	steinbronnen	DE		0	Europe/Berlin	48.00791	9.56237				01	084	08437	08437100
2828368	Steinbrink	steinbrink	DE		0	Europe/Berlin	52.48464	8.73305		Steinbrink		06	00	03256	03256004
2828369	Steinbrink	steinbrink	DE		0	Europe/Berlin	52.38333	8.31667				06	00	03459	03459013
2828389	Steinbild	steinbild	DE		0	Europe/Berlin	52.92562	7.30376				06	00	03454	03454025
2828397	Steinbergshörn	steinbergshoern	DE		0	Europe/Berlin	53.6059	8.95266		Steinberghorne,Steinberghörne,Steinbergshorn,Steinbergshörn		06	00	03352	03352062
2828398	Steinbergholz	steinbergholz	DE		0	Europe/Berlin	54.77115	9.80788				10	00	01059	01059164
2828399	Steinberghaff	steinberghaff	DE		0	Europe/Berlin	54.76568	9.81658				10	00	01059	01059164
2828404	Steinbergen	steinbergen	DE		0	Europe/Berlin	51.66023	6.26287				07	051	05154	05154056
2828405	Steinbergen	steinbergen	DE		0	Europe/Berlin	52.20971	9.12123				06	00	03257	03257031
2828406	Steinberge	steinberge	DE		0	Europe/Berlin	53.03573	12.76193				11	00	12068	12068320
2828423	Steinberg-Deckenhardt	steinberg-deckenhardt	DE		0	Europe/Berlin	49.53844	7.11672		Steinberg-Deckenhardt		09	00	10046	10046116
2828681	Steinbek	steinbek	DE		0	Europe/Berlin	53.92174	10.40411				10	00	01060	01060096
2828683	Steinbeissen	steinbeissen	DE		0	Europe/Berlin	48.61107	12.7371				02	092	09279	09279122
2828688	Steinbecker Vorstadt	steinbecker-vorstadt	DE		0	Europe/Berlin	54.10103	13.37922				12	00	13075	13075039
2828691	Steinbeckerheide	steinbeckerheide	DE		0	Europe/Berlin	52.15681	8.58685				07	057	05758	05758008
2828696	Steinbeck	steinbeck	DE		0	Europe/Berlin	51.25	7.13333				07	051	05124	05124000
2828697	Steinbeck	steinbeck	DE		0	Europe/Berlin	54.141	11.97158				12	00	13072	13072001
2828698	Steinbeck	steinbeck	DE		0	Europe/Berlin	54.00656	11.14717				12	00	13074	13074039
2828699	Steinbeck	steinbeck	DE		0	Europe/Berlin	53.71581	12.22778				12	00	13072	13072056
2828700	Steinbeck	steinbeck	DE		0	Europe/Berlin	53.58863	12.04067				12	00	13076	13076048
2828701	Steinbeck	steinbeck	DE		0	Europe/Berlin	53.37688	11.70284				12	00	13076	13076126
2828702	Steinbeck	steinbeck	DE		0	Europe/Berlin	53.33676	9.85376				06	00	03353	03353005
2828703	Steinbeck	steinbeck	DE		0	Europe/Berlin	53.10523	10.05768		Luhe,Steinbeck		06	00	03358	03358002
2828704	Steinbeck	steinbeck	DE		0	Europe/Berlin	52.70853	13.92303				11	00	12064	12064222
2828705	Steinbeck	steinbeck	DE		0	Europe/Berlin	52.34977	7.69473		Steinbeck		07	055	05566	05566072
2828706	Steinbeck	steinbeck	DE		0	Europe/Berlin	52.14919	8.58302				07	057	05758	05758008
2828712	Steinbachweier	steinbachweier	DE		0	Europe/Berlin	49.63846	6.66223		Steinbachweier		08	00	07235	07235105
2828713	Steinbachtal	steinbachtal	DE		0	Europe/Berlin	48.01344	8.11132				01	083	08315	08315094
2828717	Steinbächlein	steinbachlein	DE		0	Europe/Berlin	49.3	10.36069				02	095	09571	09571174
2828718	Steinbächle	steinbachle	DE		0	Europe/Berlin	48.32032	7.94968				01	083	08317	08317127
2828719	Steinbächle	steinbachle	DE		0	Europe/Berlin	49.15147	9.88636				01	081	08127	08127043
2828729	Steinbacherhöfe	steinbacherhofe	DE		0	Europe/Berlin	48.7641	9.85687				01	081	08136	08136065
2828732	Steinbach bei Geroldsgrün	steinbach-bei-geroldsgrun	DE		0	Europe/Berlin	50.35235	11.59374				02	094	09475	09475128
2828733	Steinbach auf der Haide	steinbach-auf-der-haide	DE		0	Europe/Berlin	50.50638	11.4174				02	094	09476	09476152
2828734	Steinbach an der Holzecke	steinbach-an-der-holzecke	DE		0	Europe/Berlin	49.23192	10.19187		Steinbach,Steinbach an der Holzecke		02	095	09571	09571199
2828737	Steinbach am Taunus	steinbach-am-taunus	DE		10170	Europe/Berlin	50.16774	8.57278		Steinbach,Steinbach (Taunus),Steinbach am Taunus		05	064	06434	06434010
2828875	Steinasäge	steinasage	DE		0	Europe/Berlin	47.80777	8.31368				01	083	08337	08337022
2828876	Stein an der Traun	stein-an-der-traun	DE		0	Europe/Berlin	47.9835	12.54734		Stein an der Traun		02	091	09189	09189154
2828877	Steinamwasser	steinamwasser	DE		0	Europe/Berlin	49.7278	11.60589				02	093	09371	09371113
2828878	Stein am Kocher	stein-am-kocher	DE		0	Europe/Berlin	49.26159	9.2986		Stein		01	081	08125	08125069
2828881	Steinäckerle	steinackerle	DE		0	Europe/Berlin	48.4914	8.37593				01	082	08237	08237004
2828882	Steinacker	steinacker	DE		0	Europe/Berlin	51.46667	7.26667				07	059	05911	05911000
2828883	Steinacker	steinacker	DE		0	Europe/Berlin	50.96294	7.19673				07	053	05378	05378004
2828884	Steinacker	steinacker	DE		0	Europe/Berlin	49.07385	10.71871		Steinacker		02	095	09577	09577136
2828888	Steinächle	steinachle	DE		0	Europe/Berlin	48.90851	9.36404				01	081	08118	08118001
2828889	Steinachern	steinachern	DE		0	Europe/Berlin	49.06425	12.77607				02	092	09278	09278178
2828891	Steinach bei Rothenburg ob der Tauber	steinach-bei-rothenburg-ob-der-tauber	DE		0	Europe/Berlin	49.45275	10.27565		Steinach,Steinach bei Rothenburg ob der Tauber		02	095	09575	09575124
2828892	Steinach bei Mering	steinach-bei-mering	DE		0	Europe/Berlin	48.23608	11.0164				02	097	09771	09771145
2828894	Steinach an der Saale	steinach-an-der-saale	DE		0	Europe/Berlin	50.28556	10.09558				02	096	09672	09672112
2828895	Steinach an der Ens	steinach-an-der-ens	DE		0	Europe/Berlin	49.45205	10.26263		Steinach,Steinach an der Ens		02	095	09575	09575124
2828896	Steinach am Wald	steinach-am-wald	DE		0	Europe/Berlin	49.37182	10.2745				02	095	09571	09571155
2828919	Steinabühl	steinabuhl	DE		0	Europe/Berlin	49.12794	10.69762		Steinabuhl,Steinabühl		02	095	09577	09577136
2828935	Stein bei Plößberg	stein-bei-ploessberg	DE		0	Europe/Berlin	49.82403	12.3258				02	093	09377	09377146
2828981	Steimelhagen	steimelhagen	DE		0	Europe/Berlin	50.83608	7.68694		Steimelhagen,Steimelhalgen		07	053	05374	05374028
2828994	Steilshoop	steilshoop	DE		19343	Europe/Berlin	53.61028	10.05917				04	00	02000	02000000
2829006	Steigziegelhütte	steigziegelhutte	DE		0	Europe/Berlin	48.42345	9.75586				01	084	08425	08425020
2829010	Steigrain	steigrain	DE		0	Europe/Berlin	47.66877	11.06568				02	091	09180	09180112
2829019	Steighof	steighof	DE		0	Europe/Berlin	48.32961	9.4915				01	084	08415	08415053
2829034	Steigerts	steigerts	DE		0	Europe/Berlin	49.75	8.68333				05	064	06432	06432022
2829035	Steigerthal	steigerthal	DE		0	Europe/Berlin	51.5206	10.86981				15	00	16062	16062041
2829053	Steigenhaus	steigenhaus	DE		0	Europe/Berlin	49.16667	9.71667				01	081	08127	08127086
2829058	Steigen	steigen	DE		0	Europe/Berlin	47.8218	9.30134				01	084	08435	08435020
2829060	Steigberg	steigberg	DE		0	Europe/Berlin	48.97488	10.20169				01	081	08136	08136019
2829065	Steig	steig	DE		0	Europe/Berlin	48.53428	8.13733				01	083	08317	08317067
2829066	Steig	steig	DE		0	Europe/Berlin	47.95029	9.97725				01	084	08436	08436010
2829067	Steig	steig	DE		0	Europe/Berlin	47.91518	8.08337				01	083	08315	08315016
2829068	Steig	steig	DE		0	Europe/Berlin	47.82938	10.42913				02	097	09777	09777138
2829069	Steig	steig	DE		0	Europe/Berlin	47.79357	10.38918				02	097	09780	09780147
2829070	Steig	steig	DE		0	Europe/Berlin	47.76561	10.31851		Steig		02	097	09763	09763000
2829071	Steig	steig	DE		0	Europe/Berlin	47.56667	9.71667				02	097	09776	09776116
2829079	Steifling	steifling	DE		0	Europe/Berlin	49.80917	11.4093		Steifling		02	094	09472	09472179
2829084	Steide	steide	DE		0	Europe/Berlin	52.30801	7.31624				06	00	03454	03454045
2829087	Steibis	steibis	DE		0	Europe/Berlin	47.53058	10.02358		Steibis		02	097	09780	09780132
2829090	Steibach	steibach	DE		0	Europe/Berlin	51.19125	11.58333				14	00	15084	15084015
2829092	Stehlings	stehlings	DE		0	Europe/Berlin	47.9038	10.4633				02	097	09777	09777124
2829094	Stehlen	stehlen	DE		0	Europe/Berlin	52.66124	8.79982				06	00	03251	03251040
2829095	Stehle	stehle	DE		0	Europe/Berlin	47.66465	7.9826				01	083	08337	08337049
2829096	Stehla	stehla	DE		0	Europe/Berlin	51.4944	13.18497		Stehla		13	00	14730	14730010
2829097	Steherberg	steherberg	DE		0	Europe/Berlin	51.28768	7.4253				07	059	05954	05954008
2829106	Stegrot	stegrot	DE		0	Europe/Berlin	47.82992	9.93205				01	084	08436	08436055
2829109	Steglitz	steglitz-bezirk	DE		72464	Europe/Berlin	52.45606	13.332		Berlin-Steglitz,Shteglic,Штеглиц		16	00	11000	11000000
2829115	Stegham	stegham	DE		0	Europe/Berlin	48.28376	12.45748				02	091	09183	09183151
2829116	Stegh	stegh	DE		0	Europe/Berlin	50.93497	6.12006				07	053	05370	05370028
2829119	Stegenwaldhaus	stegenwaldhaus	DE		0	Europe/Berlin	50.31722	11.79503				02	094	09475	09475171
2829120	Stegenthumbach	stegenthumbach	DE		0	Europe/Berlin	49.73742	11.82035				02	093	09374	09374117
2829126	Stegenhäuser	stegenhauser	DE		0	Europe/Berlin	47.83235	12.4909				02	091	09189	09189159
2829128	Stegen bei Dieterskirchen	stegen-bei-dieterskirchen	DE		0	Europe/Berlin	49.40371	12.417				02	093	09376	09376122
2829134	Stegemannshof	stegemannshof	DE		0	Europe/Berlin	53.3361	13.92194				11	00	12073	12073452
2829135	Stegelkaten	stegelkaten	DE		0	Europe/Berlin	53.94753	10.24959				10	00	01060	01060020
2829144	Stegbruck	stegbruck	DE		0	Europe/Berlin	49.23329	10.47508		Stegbruck		02	095	09571	09571166
2829147	Steg	steg	DE		0	Europe/Berlin	47.75266	12.12015				02	091	09187	09187120
2829149	Stefling	stefling	DE		0	Europe/Berlin	49.2109	12.20657				02	093	09376	09376149
2829151	Steffin	steffin	DE		0	Europe/Berlin	53.86932	11.4527				12	00	13074	13074019
2829152	Steffenshof	steffenshof	DE		0	Europe/Berlin	50.13366	7.44135				08	00	07140	07140202
2829157	Steffenhäuser	steffenhaeuser	DE		0	Europe/Berlin	50.57761	12.46893				13	00	14524	14524040
2829164	Stefansgasse	stefansgasse	DE		0	Europe/Berlin	49.46667	8.76667				01	082	08226	08226099
2829166	Stefansfeld	stefansfeld	DE		0	Europe/Berlin	47.77629	9.29109		Stefansfeld		01	084	08435	08435052
2829172	Steensrade	steensrade	DE		0	Europe/Berlin	53.79247	10.44446				10	00	01062	01062062
2829174	Steens	steens	DE		0	Europe/Berlin	50.56667	9.9				05	066	06631	06631013
2829175	Steenodde	steenodde	DE		0	Europe/Berlin	54.63952	8.3775				10	00	01054	01054085
2829177	Steenkrütz	steenkruetz	DE		0	Europe/Berlin	54.01667	10.48333				10	00	01060	01060090
2829178	Steenhafe	steenhafe	DE		0	Europe/Berlin	53.06926	8.5665				06	00	03458	03458005
2829179	Steenfelderkloster	steenfelderkloster	DE		0	Europe/Berlin	53.12851	7.4314				06	00	03457	03457022
2829180	Steenfelderfeld	steenfelderfeld	DE		0	Europe/Berlin	53.12439	7.44449				06	00	03457	03457022
2829181	Steenfelderfehn	steenfelderfehn	DE		0	Europe/Berlin	53.11892	7.42745				06	00	03457	03457022
2829182	Steenfelde	steenfelde	DE		0	Europe/Berlin	53.13312	7.4368				06	00	03457	03457022
2829187	Steele	steele	DE		0	Europe/Berlin	51.45297	7.07907		Steele		07	051	05113	05113000
2829193	Steegen	steegen	DE		0	Europe/Berlin	49.34145	12.57059				02	093	09372	09372154
2829194	Steegen	steegen	DE		0	Europe/Berlin	47.95	9.65				01	084	08436	08436008
2829195	Steeg	steeg	DE		0	Europe/Berlin	51.69927	6.275				07	051	05154	05154056
2829196	Steeg	steeg	DE		0	Europe/Berlin	51.62322	6.17636				07	051	05154	05154064
2829197	Steeg	steeg	DE		0	Europe/Berlin	51.01177	7.22072				07	053	05378	05378012
2829198	Steeg	steeg	DE		0	Europe/Berlin	50.98641	7.40613		Steeg		07	053	05374	05374008
2829199	Steeg	steeg	DE		0	Europe/Berlin	50.88108	7.78555				08	00	07132	07132037
2829200	Steeg	steeg	DE		0	Europe/Berlin	50.61634	7.40639				08	00	07138	07138044
2829201	Steeg	steeg	DE		0	Europe/Berlin	50.054	7.74734		Steeg		08	00	07339	07339003
2829202	Steeg	steeg	DE		0	Europe/Berlin	48.30376	12.26669				02	091	09183	09183114
2829204	Steeden	steeden	DE		1526	Europe/Berlin	50.41539	8.12748		Steeden		05	065	06533	06533013
2829205	Stedum	stedum	DE		0	Europe/Berlin	52.27141	10.1112		Steven,Stidem [a. 1196],Stieme		06	00	03157	03157002
2829206	Stedtlingen	stedtlingen	DE		0	Europe/Berlin	50.52822	10.28868				15	00	16066	16066093
2829208	Stedtfeld	stedtfeld	DE		0	Europe/Berlin	50.99242	10.25949		Stedtfeld		15	00	16056	16056000
2829209	Stedten am Ettersberg	stedten-am-ettersberg	DE		0	Europe/Berlin	51.05663	11.27146		Stedten,Stedten am Ettersberg		15	00	16071	16071102
2829214	Stedorf	stedorf	DE		0	Europe/Berlin	52.85776	9.23859				06	00	03361	03361003
2829215	Stedingsmühlen	stedingsmuehlen	DE		0	Europe/Berlin	52.86678	7.94685				06	00	03453	03453012
2829220	Stederdorf	stederdorf	DE		0	Europe/Berlin	52.91175	10.59623				06	00	03360	03360030
2829221	Stederdorf	stederdorf	DE		0	Europe/Berlin	52.34981	10.24647		Stie'erdorp		06	00	03157	03157006
2829223	Steden	steden	DE		0	Europe/Berlin	53.36087	8.85858				06	00	03356	03356004
2829225	Stedefreund	stedefreund	DE		0	Europe/Berlin	52.08383	8.60933				07	057	05758	05758012
2829226	Stedebergen	stedebergen	DE		0	Europe/Berlin	52.88701	9.22422				06	00	03361	03361003
2829227	Stedebach	stedebach	DE		0	Europe/Berlin	50.7283	8.67374				05	065	06534	06534020
2829228	Steddorf	steddorf	DE		0	Europe/Berlin	53.34693	9.40101		Steddorf		06	00	03357	03357021
2829229	Steddorf	steddorf	DE		0	Europe/Berlin	53.12514	10.47392				06	00	03360	03360004
2829230	Stedden	stedden	DE		0	Europe/Berlin	52.66078	9.96195		Stedden		06	00	03351	03351024
2829232	Stedar	stedar	DE		0	Europe/Berlin	54.44521	13.48059				12	00	13073	13073014
2829233	Steckweiler	steckweiler	DE		0	Europe/Berlin	49.66667	7.8				08	00	07333	07333014
2829239	Steckenstein	steckenstein	DE		0	Europe/Berlin	50.787	7.80034				08	00	07132	07132011
2829240	Steckenroth	steckenroth	DE		0	Europe/Berlin	50.18932	8.1231				05	064	06439	06439006
2829241	Steckenried	steckenried	DE		0	Europe/Berlin	47.6915	10.20519				02	097	09780	09780117
2829244	Steckenhof	steckenhof	DE		0	Europe/Berlin	49.00858	12.67379				02	092	09278	09278134
2829246	Steckenhalt	steckenhalt	DE		0	Europe/Berlin	48.66681	8.18899				01	082	08216	08216008
2829250	Steckenborn	steckenborn	DE		0	Europe/Berlin	50.62983	6.35649		Steckenborn		07	053	05334	05334028
2829255	Stecken	stecken	DE		0	Europe/Berlin	48.1191	12.59388				02	091	09171	09171117
2829259	Steckelsdorf	steckelsdorf	DE		0	Europe/Berlin	52.60524	12.28323				11	00	12063	12063252
2829263	Steckelberg	steckelberg	DE		0	Europe/Berlin	51.16679	12.08943				14	00	15084	15084235
2829265	Steckby	steckby	DE		0	Europe/Berlin	51.89249	12.02505				14	00	15082	15082430
2829267	Stechow	stechow	DE		0	Europe/Berlin	53.94583	12.51819				12	00	13072	13072111
2829268	Stechow	stechow	DE		0	Europe/Berlin	52.63005	12.45771				11	00	12063	12063293
2829272	Stecherschleuse	stecherschleuse	DE		0	Europe/Berlin	52.83782	13.91101				11	00	12060	12060092
2829274	Stechera	stechera	DE		0	Europe/Berlin	50.24076	11.65879				02	094	09475	09475136
2829275	Stechendorf	stechendorf	DE		0	Europe/Berlin	49.90726	11.31731		Stechendorf		02	094	09472	09472154
2829279	Stebbach	stebbach	DE		0	Europe/Berlin	49.14519	8.96169		Stebbach		01	081	08125	08125034
2829281	Stawedder	stawedder	DE		0	Europe/Berlin	54.05925	10.72677				10	00	01055	01055044
2829282	Stawedder	stawedder	DE		0	Europe/Berlin	53.65	9.83333				10	00	01056	01056043
2829284	Stavenslust	stavenslust	DE		0	Europe/Berlin	53.76359	12.24339				12	00	13072	13072043
2829288	Stavenow	stavenow	DE		0	Europe/Berlin	53.14155	11.71105				11	00	12070	12070173
2829289	Stavenhof	stavenhof	DE		0	Europe/Berlin	53.68351	12.93027				12	00	13071	13071142
2829296	Stausmark	stausmark	DE		0	Europe/Berlin	54.73673	9.82296				10	00	01059	01059148
2829297	Stausebach	stausebach	DE		0	Europe/Berlin	50.84211	8.90384				05	065	06534	06534011
2829299	Stausacker	stausacker	DE		0	Europe/Berlin	48.89228	11.81932				02	092	09273	09273137
2829309	Stauffendorf	stauffendorf	DE		0	Europe/Berlin	48.81959	12.88639				02	092	09271	09271119
2829311	Stauffenburg	stauffenburg	DE		0	Europe/Berlin	51.81538	10.17738				06	00	03153	03153012
2829313	Staufersbuch	staufersbuch	DE		0	Europe/Berlin	49.11791	11.53364		Staufersbuch		02	093	09373	09373112
2829332	Staufen	staufen	DE		0	Europe/Berlin	48.65914	10.2795		Staufen		02	097	09773	09773170
2829333	Staufen	staufen	DE		7779	Europe/Berlin	47.75686	8.21078		Staufen		01	083	08337	08337039
2829339	Stauf	stauf	DE		0	Europe/Berlin	49.55184	8.02698				08	00	07333	07333019
2829340	Stauf	stauf	DE		0	Europe/Berlin	49.26428	11.43428				02	093	09373	09373147
2829341	Stauf	stauf	DE		0	Europe/Berlin	49.11703	11.21344				02	095	09576	09576148
2829342	Stauern	stauern	DE		0	Europe/Berlin	48.43476	12.5715				02	092	09277	09277121
2829347	Staudnitz	staudnitz	DE		0	Europe/Berlin	51.27792	12.64035				13	00	14729	14729340
2829349	Staudhub	staudhub	DE		0	Europe/Berlin	48.17735	12.67484				02	091	09171	09171121
2829350	Staudheim	staudheim	DE		0	Europe/Berlin	48.70009	10.97878				02	097	09779	09779201
2829351	Staudhausen	staudhausen	DE		0	Europe/Berlin	48.51396	11.73317				02	091	09178	09178115
2829352	Staudham	staudham	DE		0	Europe/Berlin	48.22452	12.65416				02	091	09171	09171111
2829355	Staudenhöfe	staudenhofe	DE		0	Europe/Berlin	48.12752	7.90298				01	083	08316	08316039
2829356	Staudenhof	staudenhof	DE		0	Europe/Berlin	50.05878	6.4144				08	00	07232	07232267
2829363	Staudenhäuser	staudenhaeuser	DE		0	Europe/Berlin	50.63003	12.56165				13	00	14524	14524130
2829366	Staudenberg	staudenberg	DE		0	Europe/Berlin	48.15	10.41667				02	097	09778	09778187
2829368	Stauden	stauden	DE		0	Europe/Berlin	48.16992	12.1229				02	091	09183	09183119
2829369	Stauden	stauden	DE		0	Europe/Berlin	48.15638	8.05733				01	083	08316	08316055
2829370	Stauden	stauden	DE		0	Europe/Berlin	47.88084	12.28426				02	091	09187	09187128
2829371	Stauden	stauden	DE		0	Europe/Berlin	47.8405	9.54429				01	084	08436	08436013
2829372	Stauden	stauden	DE		0	Europe/Berlin	47.70826	11.93184				02	091	09182	09182114
2829378	Staudach	staudach	DE		0	Europe/Berlin	48.91402	12.86758				02	092	09278	09278187
2829379	Staudach	staudach	DE		0	Europe/Berlin	48.74585	11.83455				02	092	09273	09273172
2829380	Staudach	staudach	DE		0	Europe/Berlin	48.59598	12.82025				02	092	09277	09277111
2829381	Staudach	staudach	DE		0	Europe/Berlin	48.59067	12.41178				02	092	09279	09279124
2829382	Staudach	staudach	DE		0	Europe/Berlin	48.42851	12.64535				02	092	09277	09277133
2829383	Staudach	staudach	DE		0	Europe/Berlin	48.38919	12.97639				02	092	09277	09277149
2829384	Staudach	staudach	DE		0	Europe/Berlin	48.35617	12.51129				02	091	09183	09183129
2829385	Staudach	staudach	DE		0	Europe/Berlin	47.91211	11.85644				02	091	09187	09187130
2829386	Staudach	staudach	DE		0	Europe/Berlin	47.78333	12.48333				02	091	09189	09189146
2829387	Staudach	staudach	DE		0	Europe/Berlin	47.788	11.70621				02	091	09182	09182134
2829388	Staudach	staudach	DE		0	Europe/Berlin	47.77271	10.34635				02	097	09780	09780122
2829389	Staudach	staudach	DE		0	Europe/Berlin	47.69375	11.75509				02	091	09182	09182129
2829390	Staudach	staudach	DE		0	Europe/Berlin	47.66667	9.95				01	084	08436	08436094
2829391	Staudach	staudach	DE		0	Europe/Berlin	47.66626	9.88011				02	097	09776	09776131
2829401	Stauda	stauda	DE		0	Europe/Berlin	51.24306	13.51981				13	00	14627	14627200
2829405	Staucha	staucha	DE		0	Europe/Berlin	51.22163	13.22044				13	00	14627	14627260
2829406	Staubing	staubing	DE		0	Europe/Berlin	48.88565	11.80803				02	092	09273	09273137
2829407	Staubershammer	staubershammer	DE		0	Europe/Berlin	49.71188	11.58919		Staubershammer		02	093	09371	09371113
2829414	Stätzling	statzling	DE		0	Europe/Berlin	48.39205	10.97757				02	097	09771	09771130
2829416	Stattenberg	stattenberg	DE		0	Europe/Berlin	48.29378	12.41261				02	091	09183	09183132
2829418	Stätt	statt	DE		0	Europe/Berlin	47.78833	12.26636				02	091	09187	09187132
2829423	Staschwitz	staschwitz	DE		0	Europe/Berlin	51.07642	12.25291				14	00	15084	15084130
2829428	Starzhausen	starzhausen	DE		0	Europe/Berlin	48.62186	11.6053				02	091	09186	09186162
2829430	Starzenberg	starzenberg	DE		0	Europe/Berlin	48.57704	12.76608				02	092	09279	09279135
2829437	Starzeln	starzeln	DE		0	Europe/Berlin	48.30474	9.06407		Starzeln		01	084	08417	08417013
2829438	Starzell	starzell	DE		0	Europe/Berlin	48.39648	12.13615				02	091	09177	09177121
2829442	Starzberg	starzberg	DE		0	Europe/Berlin	47.79396	11.92549				02	091	09182	09182123
2829445	Starsow	starsow	DE		0	Europe/Berlin	53.26254	12.78551				12	00	13071	13071099
2829447	Starrvitz	starrvitz	DE		0	Europe/Berlin	54.65012	13.28533				12	00	13073	13073019
2829451	Starrel	starrel	DE		0	Europe/Berlin	52.92091	10.90848				06	00	03354	03354022
2829460	Starkshorn	starkshorn	DE		0	Europe/Berlin	52.76603	10.20123				06	00	03351	03351025
2829462	Starkow	starkow	DE		0	Europe/Berlin	54.2744	12.75066				12	00	13073	13073096
2829463	Starkow	starkow	DE		0	Europe/Berlin	54.03903	12.5445				12	00	13072	13072107
2829464	Stärkmühle	staerkmuehle	DE		0	Europe/Berlin	49.7028	8.30618				08	00	07331	07331055
2829465	Stärklos	staerklos	DE		0	Europe/Berlin	50.76692	9.63381				05	066	06632	06632008
2829466	Starkholzbach	starkholzbach	DE		0	Europe/Berlin	49.08527	9.66273				01	081	08127	08127076
2829470	Starkertshofen	starkertshofen	DE		0	Europe/Berlin	48.63618	11.44719				02	091	09186	09186147
2829474	Starkenschwind	starkenschwind	DE		0	Europe/Berlin	49.97297	10.98461				02	094	09471	09471185
2829477	Starkenhofen	starkenhofen	DE		0	Europe/Berlin	47.87725	9.96781				01	084	08436	08436010
2829482	Starkenacker	starkenacker	DE		0	Europe/Berlin	49.80532	11.71752				02	093	09374	09374155
2829483	Staritz	staritz	DE		0	Europe/Berlin	51.44459	13.17241				13	00	14730	14730045
2829485	Starfling	starfling	DE		0	Europe/Berlin	48.10657	12.54676				02	091	09189	09189115
2829488	Starbach	starbach	DE		0	Europe/Berlin	51.0934	13.26988		Starbach		13	00	14627	14627180
2829490	Stappenbeck	stappenbeck	DE		423	Europe/Berlin	52.81301	11.22855		Stappenbeck		14	00	15081	15081455
2829491	Stappenbach	stappenbach	DE		0	Europe/Berlin	49.81905	10.80694				02	094	09471	09471120
2829493	Stapp	stapp	DE		0	Europe/Berlin	51.56004	6.69618				07	051	05170	05170008
2829496	Staphel	staphel	DE		0	Europe/Berlin	54.48236	13.56202				12	00	13073	13073080
2829501	Stapen	stapen	DE		0	Europe/Berlin	52.72464	11.14667		Stapen		14	00	15081	15081045
2829502	Stapelstein	stapelstein	DE		0	Europe/Berlin	53.45472	7.86965				06	00	03462	03462005
2829504	Stapelshorn	stapelshorn	DE		0	Europe/Berlin	52.82265	9.05209				06	00	03251	03251049
2829506	Stapelmoorerheide	stapelmoorerheide	DE		0	Europe/Berlin	53.13032	7.29577		Stapelmoorerheide		06	00	03457	03457021
2829507	Stapelmoor	stapelmoor	DE		0	Europe/Berlin	53.13552	7.32254		Stapelmoor		06	00	03457	03457021
2829520	Stapelage	stapelage	DE		0	Europe/Berlin	51.9467	8.73705				07	057	05766	05766040
2829521	Stapel	stapel	DE		0	Europe/Berlin	53.25078	10.95972				06	00	03355	03355049
2829522	Stapel	stapel	DE		0	Europe/Berlin	53.17922	9.20136				06	00	03357	03357028
2829523	Stapel	stapel	DE		0	Europe/Berlin	52.80707	11.63269				14	00	15090	15090007
2829524	Stapel	stapel	DE		0	Europe/Berlin	53.32569	7.81751		Stapel		06	00	03457	03457020
2829525	Stannewisch	stannewisch	DE		0	Europe/Berlin	51.35906	14.80301				13	00	14626	14626370
2829535	Stanggaß	stanggass	DE		0	Europe/Berlin	47.63936	12.98489				02	091	09172	09172117
2829537	Stangern	stangern	DE		0	Europe/Berlin	48.08647	12.39587				02	091	09189	09189142
2829542	Stangenroth	stangenroth	DE		0	Europe/Berlin	50.28663	9.98475				02	096	09672	09672117
2829543	Stangenrod	stangenrod	DE		0	Europe/Berlin	50.65742	7.9028				08	00	07143	07143300
2829544	Stangenrod	stangenrod	DE		0	Europe/Berlin	50.61659	8.96795				05	065	06531	06531006
2829545	Stangenreid	stangenreid	DE		0	Europe/Berlin	48.39488	11.34907				02	091	09174	09174131
2829547	Stangenhagen	stangenhagen	DE		0	Europe/Berlin	52.20931	13.09872		Stangenhagen		11	00	12072	12072426
2829548	Stangengrün	stangengruen	DE		0	Europe/Berlin	50.59296	12.45362				13	00	14524	14524130
2829549	Stangendorf	stangendorf	DE		0	Europe/Berlin	50.75902	12.5636				13	00	14524	14524200
2829556	Stangenbach	stangenbach	DE		0	Europe/Berlin	49.08256	9.43217				01	081	08125	08125107
2829561	Standorf	standorf	DE		0	Europe/Berlin	49.44386	9.99911				01	081	08128	08128020
2829562	Standorf	standorf	DE		0	Europe/Berlin	49.33597	10.10064				01	081	08127	08127075
2829564	Standkirchen	standkirchen	DE		0	Europe/Berlin	47.86852	11.797				02	091	09182	09182137
2829565	Standenbühl	standenbuehl	DE		220	Europe/Berlin	49.6	7.98333			07333074	08	00	07333	07333074
2829568	Stanau	stanau	DE		156	Europe/Berlin	50.78333	11.73333		Stanau	16075073	15	00	16075	16075073
2829573	Stampe	stampe	DE		0	Europe/Berlin	54.3392	10.01714				10	00	01058	01058130
2829575	Stammheim	stammheim	DE		0	Europe/Berlin	50.98698	6.99521				07	053	05315	05315000
2829576	Stammheim	stammheim	DE		0	Europe/Berlin	48.84919	9.15607				01	081	08111	08111000
2829577	Stammheim	stammheim	DE		0	Europe/Berlin	50.31116	8.9148		Stammheim		05	064	06440	06440007
2829578	Stammheim	stammheim	DE		0	Europe/Berlin	49.90489	10.19383				02	096	09678	09678150
2829579	Stammheim	stammheim	DE		0	Europe/Berlin	48.6943	8.76898				01	082	08235	08235085
2829584	Stammersfelde	stammersfelde	DE		0	Europe/Berlin	53.82096	13.42902				12	00	13075	13075068
2829587	Stammen	stammen	DE		0	Europe/Berlin	51.56213	9.41631				05	066	06633	06633025
2829597	Stambach	stambach	DE		0	Europe/Berlin	49.24454	7.45539		Stambach		08	00	07340	07340206
2829599	Staltannen	staltannen	DE		0	Europe/Berlin	47.71676	10.88402				02	091	09190	09190154
2829605	Stalling	stalling	DE		0	Europe/Berlin	48.01115	12.66666				02	091	09189	09189134
2829607	Stallham	stallham	DE		0	Europe/Berlin	48.70018	13.40956				02	092	09275	09275135
2829611	Stallenkandel	stallenkandel	DE		0	Europe/Berlin	49.58333	8.8		Stallenkandel		05	064	06431	06431021
2829612	Stalldorf	stalldorf	DE		0	Europe/Berlin	49.56577	9.93731				02	096	09679	09679179
2829614	Stallbrüggerfeld	stallbrueggerfeld	DE		0	Europe/Berlin	53.26528	7.64751				06	00	03457	03457008
2829615	Stallberg	stallberg	DE		0	Europe/Berlin	53.57402	14.06066		Gross Stallberg,Groß Stallberg,Klein Stallberg,Stallberg		12	00	13075	13075138
2829616	Stallberg	stallberg	DE		0	Europe/Berlin	50.8082	7.23318		Stallberg		07	053	05382	05382060
2829622	Stallbaum	stallbaum	DE		0	Europe/Berlin	49.48853	11.53333				02	095	09574	09574147
2829627	Stallau	stallau	DE		0	Europe/Berlin	47.74891	11.49047				02	091	09173	09173111
2829633	Stalförden	stalfoerden	DE		0	Europe/Berlin	52.86704	7.96487				06	00	03453	03453012
2829634	Stalbach	stalbach	DE		0	Europe/Berlin	50.12288	6.28221				08	00	07232	07232260
2829635	Stakerseite	stakerseite	DE		0	Europe/Berlin	51.21667	6.61667				07	051	05162	05162016
2829636	Stakendorfer Strand	stakendorfer-strand	DE		0	Europe/Berlin	54.41069	10.41953				10	00	01057	01057073
2829639	Staken	staken	DE		0	Europe/Berlin	52.59971	8.95505				06	00	03256	03256030
2829643	Staigerbach	staigerbach	DE		0	Europe/Berlin	49.37532	9.84046				01	081	08126	08126056
2829653	Stahringen	stahringen	DE		0	Europe/Berlin	47.78719	8.97424		Stahringen		01	083	08335	08335063
2829658	Stahna	stahna	DE		0	Europe/Berlin	51.12102	13.26018				13	00	14627	14627180
2829659	Stahmeln	stahmeln	DE		0	Europe/Berlin	51.37808	12.30139				13	00	14713	14713000
2829665	Stahlhöfe	stahlhofe	DE		0	Europe/Berlin	49.03048	10.53654				02	095	09571	09571214
2829666	Stahlhof	stahlhof	DE		0	Europe/Berlin	48.08333	7.96667				01	083	08316	08316056
2829667	Stahlhausen	stahlhausen	DE		0	Europe/Berlin	49.56671	7.62591				08	00	07336	07336105
2829668	Stahlhammer	stahlhammer	DE		0	Europe/Berlin	49.23333	7.06667				09	00	10041	10041100
2829669	Stahlenend	stahlenend	DE		0	Europe/Berlin	51.10521	6.41858				07	051	05116	05116000
2829673	Stahle	stahle	DE		0	Europe/Berlin	51.83472	9.42919				07	057	05762	05762020
2829675	Stahlbrode	stahlbrode	DE		0	Europe/Berlin	54.23283	13.28565				12	00	13073	13073090
2829686	Stahl	stahl	DE		0	Europe/Berlin	49.96804	6.49754		Stahl		08	00	07232	07232018
2829688	Staherheide	staherheide	DE		0	Europe/Berlin	50.98333	6				07	053	05370	05370008
2829689	Stahe	stahe	DE		0	Europe/Berlin	50.98772	6.03493				07	053	05370	05370008
2829695	Staffort	staffort	DE		0	Europe/Berlin	49.0913	8.50888		Staffort		01	082	08215	08215109
2829696	Stafflangen	stafflangen	DE		0	Europe/Berlin	48.09304	9.70653		Stafflangen		01	084	08426	08426021
2829703	Staffelhof	staffelhof	DE		0	Europe/Berlin	49.23194	7.58197				08	00	07317	07317000
2829706	Staffelde	staffelde	DE		0	Europe/Berlin	53.27076	14.43234		Staw		11	00	12073	12073393
2829707	Staffelde	staffelde	DE		0	Europe/Berlin	52.73026	12.99013				11	00	12065	12065165
2829708	Staffelde	staffelde	DE		0	Europe/Berlin	52.60326	11.95587				14	00	15090	15090535
2829716	Staffelbach	staffelbach	DE		0	Europe/Berlin	49.94498	10.75158				02	094	09471	09471165
2829719	Staffel	staffel	DE		0	Europe/Berlin	50.48317	7.05555				08	00	07131	07131039
2829720	Staffel	staffel	DE		0	Europe/Berlin	50.39764	8.03665		Staffel		05	065	06533	06533009
2829721	Staffel	staffel	DE		0	Europe/Berlin	49.74029	8.68297				05	064	06431	06431014
2829727	Staersbeck	staersbeck	DE		0	Europe/Berlin	53.38604	9.68517				06	00	03353	03353019
2829729	Stadumfeld	stadumfeld	DE		0	Europe/Berlin	54.75008	9.02717				10	00	01054	01054125
2829737	Stadtwald	stadtwald	DE		0	Europe/Berlin	50.86667	12.05				15	00	16052	16052000
2829741	Stadtveen	stadtveen	DE		0	Europe/Berlin	51.60138	6.40328				07	051	05170	05170040
2829743	Stadtsholte	stadtsholte	DE		0	Europe/Berlin	52.73388	8.04838				06	00	03453	03453006
2829749	Stadtschwarzach	stadtschwarzach	DE		0	Europe/Berlin	49.80319	10.23062				02	096	09675	09675165
2829756	Stadtmark	stadtmark	DE		0	Europe/Berlin	52.69014	7.47254				06	00	03454	03454019
2829764	Städtische Rahmede	staedtische-rahmede	DE		0	Europe/Berlin	51.27755	7.67513				07	059	05962	05962004
2829767	Stadthosbach	stadthosbach	DE		0	Europe/Berlin	51.09438	9.88971		Stadthosbach		05	066	06636	06636011
2829770	Stadthof	stadthof	DE		0	Europe/Berlin	54.44372	13.42221				12	00	13073	13073010
2829771	Stadthof	stadthof	DE		0	Europe/Berlin	53.21667	11.96667				11	00	12070	12070325
2829774	Stadtheide	stadtheide	DE		0	Europe/Berlin	54.14963	10.46439				10	00	01057	01057057
2829782	Stadt Frankfurt	stadt-frankfurt	DE		0	Europe/Berlin	52.03494	11.3927		Stadt Frankfurt		14	00	15083	15083531
2829785	Stadtfeldmark	stadtfeldmark	DE		0	Europe/Berlin	52.1844	7.84173				07	055	05566	05566040
2829787	Städten	staedten	DE		0	Europe/Berlin	51.17685	11.70448				14	00	15084	15084025
2829788	Städten	staedten	DE		0	Europe/Berlin	51.03333	12.85				13	00	14522	14522530
2829789	Stadt Blankenberg	stadt-blankenberg	DE		0	Europe/Berlin	50.76154	7.36462		Blankenberg,Stadt Blankenberg		07	053	05382	05382020
2829802	Stadtamhof	stadtamhof	DE		0	Europe/Berlin	49.02501	12.09642				02	093	09362	09362000
2829805	Stadt	stadt	DE		0	Europe/Berlin	52.69813	8.76795				06	00	03251	03251040
2829807	Stadorf	stadorf	DE		0	Europe/Berlin	52.99185	10.39392				06	00	03360	03360019
2829812	Stadlhof	stadlhof	DE		0	Europe/Berlin	49.18553	12.50164				02	093	09372	09372153
2829832	Stadldorf	stadldorf	DE		0	Europe/Berlin	48.97682	12.45439				02	092	09278	09278141
2829833	Stadlberg	stadlberg	DE		0	Europe/Berlin	47.77068	11.8532				02	091	09182	09182125
2829835	Stadla	stadla	DE		0	Europe/Berlin	49.02477	11.76746				02	093	09375	09375148
2829836	Stadl	stadl	DE		0	Europe/Berlin	49.22895	12.26916				02	093	09376	09376149
2829837	Stadl	stadl	DE		0	Europe/Berlin	49.19719	12.62175				02	093	09372	09372116
2829838	Stadl	stadl	DE		0	Europe/Berlin	48.84786	13.34985				02	092	09272	09272147
2829839	Stadl	stadl	DE		0	Europe/Berlin	48.74583	13.63369				02	092	09272	09272151
2829840	Stadl	stadl	DE		0	Europe/Berlin	48.40074	12.31918				02	092	09274	09274184
2829841	Stadl	stadl	DE		0	Europe/Berlin	48.12778	12.31598				02	091	09183	09183147
2829842	Stadl	stadl	DE		0	Europe/Berlin	47.96379	10.90722				02	091	09181	09181133
2829843	Stadl	stadl	DE		0	Europe/Berlin	47.90803	12.09367				02	091	09187	09187142
2829844	Stadl	stadl	DE		0	Europe/Berlin	47.86068	12.26164				02	091	09187	09187167
2829855	Stader Sand	stader-sand	DE		0	Europe/Berlin	53.62888	9.52596				06	00	03359	03359038
2829857	Stadermoor	stadermoor	DE		0	Europe/Berlin	53.63336	9.43292				06	00	03359	03359038
2829859	Stadenhausen	stadenhausen	DE		0	Europe/Berlin	47.5597	8.08701				01	083	08337	08337066
2829860	Stadenhausen	stadenhausen	DE		0	Europe/Berlin	51.98697	8.78811				07	057	05766	05766040
2829862	Staden	staden	DE		0	Europe/Berlin	52.3869	7.62348				07	055	05566	05566020
2829863	Staden	staden	DE		0	Europe/Berlin	50.33152	8.91247		Staden		05	064	06440	06440007
2829864	Stadelschwarzach	stadelschwarzach	DE		0	Europe/Berlin	49.83677	10.32913		Stadelschwarzach		02	096	09675	09675158
2829867	Stadels	stadels	DE		0	Europe/Berlin	47.84324	9.87297				01	084	08436	08436052
2829868	Stadels	stadels	DE		0	Europe/Berlin	47.68742	10.51592				02	097	09777	09777131
2829869	Stadels	stadels	DE		0	Europe/Berlin	47.55674	9.94073				02	097	09776	09776121
2829873	Stadeln	stadeln	DE		0	Europe/Berlin	49.51206	10.97686				02	095	09563	09563000
2829874	Stadeln	stadeln	DE		0	Europe/Berlin	49.15	10.7				02	095	09577	09577114
2829881	Stadelhof	stadelhof	DE		0	Europe/Berlin	49.55879	10.74308				02	095	09575	09575181
2829882	Stadelhof	stadelhof	DE		0	Europe/Berlin	48.77887	10.6903				02	097	09779	09779155
2829883	Stadelhof	stadelhof	DE		0	Europe/Berlin	48.65224	11.61393				02	091	09186	09186162
2829885	Stadelham	stadelham	DE		0	Europe/Berlin	48.44184	11.33017				02	091	09174	09174147
2829888	Stadel	stadel	DE		0	Europe/Berlin	50.13808	10.95036				02	094	09478	09478165
2829889	Stadel	stadel	DE		0	Europe/Berlin	49.22851	10.44368		Stadel		02	095	09571	09571166
2829890	Stadel	stadel	DE		0	Europe/Berlin	49.14718	12.1569				02	093	09375	09375190
2829891	Stadel	stadel	DE		0	Europe/Berlin	49.11667	9.86667				01	081	08127	08127076
2829892	Stadel	stadel	DE		0	Europe/Berlin	48.61682	10.95681				02	097	09779	09779163
2829893	Stadel	stadel	DE		0	Europe/Berlin	48.57581	11.36584				02	091	09185	09185166
2829894	Stadel	stadel	DE		0	Europe/Berlin	48.32931	10.59722				02	097	09772	09772131
2829895	Stadel	stadel	DE		0	Europe/Berlin	47.92455	9.67047				01	084	08436	08436009
2829896	Stadel	stadel	DE		0	Europe/Berlin	47.78881	11.24112				02	091	09190	09190120
2829897	Stadel	stadel	DE		0	Europe/Berlin	47.72948	9.44592		Stadel		01	084	08435	08435034
2829900	Stadecken	stadecken	DE		0	Europe/Berlin	49.90889	8.13028				08	00	07339	07339057
2829906	Stöckersoll	stoeckersoll	DE		0	Europe/Berlin	53.68366	12.68606		Stackersahl,Stockersoll,Stäckersahl,Stöckersoll		12	00	13071	13071007
2829907	Stackendorf	stackendorf	DE		0	Europe/Berlin	49.81949	11.08091				02	094	09471	09471123
2829908	Stackendorf	stackendorf	DE		0	Europe/Berlin	48.03196	12.71083				02	091	09189	09189152
2829915	Stachusried	stachusried	DE		0	Europe/Berlin	48.41428	11.39046				02	091	09174	09174131
2829917	Stachesried	stachesried	DE		0	Europe/Berlin	49.29255	12.94327				02	093	09372	09372124
2829918	Stachersdorf	stachersdorf	DE		0	Europe/Berlin	48.47402	12.1335				02	092	09274	09274182
2829919	Stacherding	stacherding	DE		0	Europe/Berlin	47.99179	12.32629				02	091	09187	09187113
2829920	Stachenhausen	stachenhausen	DE		0	Europe/Berlin	49.33121	9.70478				01	081	08126	08126039
2829926	Stachelau	stachelau	DE		0	Europe/Berlin	51.03762	7.89196				07	059	05966	05966024
2829927	Stacha	stacha	DE		0	Europe/Berlin	51.16714	14.23337		Stacha,Stachow		13	00	14625	14625100
2829939	Staberdorf	staberdorf	DE		0	Europe/Berlin	54.41176	11.25526				10	00	01055	01055046
2829943	Stäbelow	staebelow	DE		1250	Europe/Berlin	54.04119	12.02336		Stabelow,Staebelow,Stäbelow		12	00	13072	13072098
2829944	Stäbchen	staebchen	DE		0	Europe/Berlin	52.35967	13.80793				11	00	12067	12067469
2829949	Staatshausen	staatshausen	DE		0	Europe/Berlin	52.77308	8.81008				06	00	03251	03251032
2829952	Staatsbad Brückenau	staatsbad-brueckenau	DE		0	Europe/Berlin	50.30425	9.74889		Bad Bruckenau,Bad Brückenau,Bruckenau,Brückenau,Staatsbad Bruckenau,Staatsbad Brückenau		02	096	09672	09672113
2829958	Staakow	staakow	DE		0	Europe/Berlin	52.0286	13.69475				11	00	12061	12061405
2829959	Staakow	staakow	DE		0	Europe/Berlin	51.98374	14.41077				11	00	12071	12071337
2829960	Staakmühle	staakmuehle	DE		0	Europe/Berlin	52.04046	13.70468				11	00	12061	12061405
2829962	Staaken	staaken	DE		42566	Europe/Berlin	52.53661	13.15057		Berlin-Staaken,Staaken		16	00	11000	11000000
2829963	Staadt	staadt	DE		0	Europe/Berlin	49.56667	6.56667				08	00	07235	07235057
2829964	Staadorf	staadorf	DE		0	Europe/Berlin	49.07921	11.55581				02	093	09373	09373121
2829967	Staad	staad	DE		0	Europe/Berlin	47.68091	9.20794				01	083	08335	08335043
2829968	Spyker	spyker	DE		0	Europe/Berlin	54.55688	13.51327				12	00	13073	13073030
2829971	Spyck	spyck	DE		0	Europe/Berlin	51.7986	6.13264		Spyck		07	051	05154	05154036
2829973	Sputendorf	sputendorf	DE		0	Europe/Berlin	52.33844	13.22016				11	00	12069	12069604
2829975	Sputenberge	sputenberge	DE		0	Europe/Berlin	52.16667	13.58333				11	00	12061	12061332
2829978	Spurkenbach	spurkenbach	DE		0	Europe/Berlin	50.84161	7.59455		Spurkenbach		07	053	05374	05374044
2829984	Sprucke	sprucke	DE		0	Europe/Berlin	51.94797	14.67602				11	00	12071	12071160
2829986	Sprötze	sproetze	DE		0	Europe/Berlin	53.30918	9.80779		Sprotze,Sprötze		06	00	03353	03353005
2829988	Sprotta	sprotta	DE		0	Europe/Berlin	51.4878	12.70844				13	00	14730	14730080
2829990	Sprötau	sproetau	DE		860	Europe/Berlin	51.12461	11.19652		Sproetau,Sprötau	16068052	15	00	16068	16068052
2829991	Sprossen	sprossen	DE		0	Europe/Berlin	51.04508	12.21992				14	00	15084	15084130
2829992	Sprollenhaus	sprollenhaus	DE		0	Europe/Berlin	48.69738	8.49927				01	082	08235	08235079
2829995	Sproitz	sproitz	DE		0	Europe/Berlin	51.29238	14.74518		Sprjojcy,Sproitz		13	00	14626	14626440
2829996	Sprödhub	sprodhub	DE		0	Europe/Berlin	48.44978	13.25153				02	092	09275	09275149
2829997	Spröda	sproeda	DE		0	Europe/Berlin	51.54289	12.42691				13	00	14730	14730070
2829998	Sprockhövel	sprockhoevel	DE		26400	Europe/Berlin	51.34669	7.24343		Hasslinghausen,Haßlinghausen,Shprokkhevel,Shprokkhjofel',Sprockhoevel,Sprockhovel,Sprockhövel,ashprwkhawl,shbrwkhwfl,shi pu luo he fu,Шпрокхевел,Шпрокхёфель,اشپروکهاول,شبروكهوفل,施普洛和弗		07	059	05954	05954028
2829999	Sprockhof	sprockhof	DE		0	Europe/Berlin	52.60857	9.71689				06	00	03241	03241019
2830001	Sprittelsberg	sprittelsberg	DE		0	Europe/Berlin	47.67578	11.07362				02	091	09180	09180112
2830002	Sprinzenberg	sprinzenberg	DE		0	Europe/Berlin	48.38178	12.66986				02	092	09277	09277151
2830015	Springlbach	springlbach	DE		0	Europe/Berlin	48.08129	12.08127				02	091	09187	09187159
2830017	Springiersbach	springiersbach	DE		0	Europe/Berlin	50.02572	7.06875				08	00	07231	07231005
2830019	Springhorn	springhorn	DE		0	Europe/Berlin	52.98658	9.72702				06	00	03358	03358021
2830021	Springhoe	springhoe	DE		0	Europe/Berlin	53.98255	9.64286				10	00	01061	01061042
2830022	Springhirsch	springhirsch	DE		0	Europe/Berlin	53.85	9.9				10	00	01060	01060064
2830030	Springen	springen	DE		0	Europe/Berlin	50.91456	7.36015				07	053	05382	05382036
2830031	Springen	springen	DE		0	Europe/Berlin	50.86763	10.10128				15	00	16063	16063003
2830032	Springen	springen	DE		0	Europe/Berlin	50.14205	7.9844				05	064	06439	06439005
2830033	Springelhof	springelhof	DE		0	Europe/Berlin	50.5151	11.3665				02	094	09476	09476152
2830034	Springeberg	springeberg	DE		0	Europe/Berlin	52.43333	13.75				11	00	12067	12067124
2830038	Springbiel	springbiel	DE		0	Europe/Berlin	52.30733	7.04431				06	00	03456	03456001
2830048	Spring	spring	DE		0	Europe/Berlin	52.06636	12.43763				11	00	12069	12069665
2830051	Spriestersbacherhof	spriestersbacherhof	DE		0	Europe/Berlin	50.2472	7.9069				08	00	07141	07141104
2830052	Spriehusen	spriehusen	DE		0	Europe/Berlin	54.04398	11.64723				12	00	13072	13072074
2830053	Spriegelsbach	spriegelsbach	DE		0	Europe/Berlin	47.92057	8.1549				01	083	08315	08315113
2830054	Sprickernheide	sprickernheide	DE		0	Europe/Berlin	52.01447	8.79198				07	057	05766	05766040
2830055	Sprey	sprey	DE		0	Europe/Berlin	51.42517	14.53681		Sprey,Sprjowje		13	00	14626	14626060
2830059	Sprenklingen	sprenklingen	DE		0	Europe/Berlin	50.93333	7.68333				07	053	05374	05374040
2830064	Sprengersfelde	sprengersfelde	DE		0	Europe/Berlin	53.68859	13.89971				12	00	13075	13075033
2830066	Sprengen	sprengen	DE		0	Europe/Berlin	49.30737	6.8532				09	00	10044	10044118
2830068	Sprengelshof	sprengelshof	DE		0	Europe/Berlin	53.31676	10.84737				12	00	13076	13076136
2830071	Sprengelsbach	sprengelsbach	DE		0	Europe/Berlin	47.73242	11.04267				02	091	09190	09190117
2830073	Sprengel	sprengel	DE		0	Europe/Berlin	53.06566	9.73789		Sprengel		06	00	03358	03358017
2830075	Sprenge	sprenge	DE		0	Europe/Berlin	54.45537	10.11279				10	00	01058	01058150
2830076	Sprenge	sprenge	DE		0	Europe/Berlin	54.23333	10.03333				10	00	01058	01058018
2830077	Sprenge	sprenge	DE		0	Europe/Berlin	53.69162	10.38861				10	00	01062	01062091
2830082	Spremberger Vorstadt	spremberger-vorstadt	DE		0	Europe/Berlin	51.75	14.33333				11	00	12052	12052000
2830089	Spreiterhof	spreiterhof	DE		0	Europe/Berlin	49.59922	7.74954				08	00	07333	07333034
2830094	Spreewitz	spreewitz	DE		0	Europe/Berlin	51.50836	14.40046		Spreewitz,Sprjejcy,Šprjejcy		13	00	14625	14625570
2830095	Spreewiese	spreewiese	DE		0	Europe/Berlin	51.2776	14.5356		Klix-Spreewiese,Leichnam,Lichan,Lichań,Spreewiese		13	00	14625	14625160
2830096	Spreewerder	spreewerder	DE		0	Europe/Berlin	52.37335	13.85896				11	00	12067	12067201
2830105	Spreehammer	spreehammer	DE		0	Europe/Berlin	51.3351	14.87884				13	00	14626	14626480
2830107	Spreedorf	spreedorf	DE		0	Europe/Berlin	50.99372	14.59125				13	00	14626	14626085
2830110	Spreeaufwurf	spreeaufwurf	DE		0	Europe/Berlin	51.38975	14.92147				13	00	14626	14626480
2830111	Spreeau	spreeau	DE		0	Europe/Berlin	52.36458	13.83911				11	00	12067	12067201
2830112	Spree	spree	DE		0	Europe/Berlin	51.34929	14.88176				13	00	14626	14626160
2830113	Spreddig	spreddig	DE		0	Europe/Berlin	53.2883	8.83679				06	00	03356	03356003
2830114	Spreda	spreda	DE		0	Europe/Berlin	52.77909	8.23442				06	00	03460	03460009
2830116	Spreckens	spreckens	DE		0	Europe/Berlin	53.45088	9.1126				06	00	03357	03357008
2830117	Spreckel	spreckel	DE		0	Europe/Berlin	52.63223	8.43544				06	00	03251	03251046
2830118	Spranz	spranz	DE		0	Europe/Berlin	53.0558	10.92739				06	00	03354	03354027
2830119	Sprantal	sprantal	DE		0	Europe/Berlin	49.00409	8.68221				01	082	08215	08215007
2830122	Spraken	spraken	DE		0	Europe/Berlin	52.88	9.00918				06	00	03251	03251033
2830127	Sprakel	sprakel	DE		0	Europe/Berlin	53.38637	9.31386				06	00	03357	03357003
2830128	Sprakel	sprakel	DE		0	Europe/Berlin	52.81667	7.43333				06	00	03454	03454050
2830129	Sprakel	sprakel	DE		0	Europe/Berlin	52.03641	7.61564		Sprakel		07	055	05515	05515000
2830132	Sprakebüll	sprakebuell	DE		235	Europe/Berlin	54.78333	9.08333		Sprakebull,Sprakebüll	01054124	10	00	01054	01054124
2830134	Spradowerheide	spradowerheide	DE		0	Europe/Berlin	52.21474	8.62565				07	057	05758	05758004
2830135	Spradowerbach	spradowerbach	DE		0	Europe/Berlin	52.20816	8.59196				07	057	05758	05758004
2830136	Spradow	spradow	DE		0	Europe/Berlin	52.20916	8.60253		Spradow		07	057	05758	05758004
2830140	Spoydeich	spoydeich	DE		0	Europe/Berlin	51.8	6.15				07	051	05154	05154036
2830142	Spötting	spotting	DE		0	Europe/Berlin	48.05	10.86667				02	091	09181	09181130
2830143	Spotendorf	spotendorf	DE		0	Europe/Berlin	53.94296	12.43953				12	00	13072	13072112
2830148	Sporkholz	sporkholz	DE		0	Europe/Berlin	52.02114	9.01634				07	057	05766	05766024
2830149	Sporkenheim	sporkenheim	DE		0	Europe/Berlin	49.97728	8.00963				08	00	07339	07339030
2830151	Spörkelnbruch	spoerkelnbruch	DE		0	Europe/Berlin	51.1932	6.96929				07	051	05158	05158008
2830153	Spork-Eichholz	spork-eichholz	DE		0	Europe/Berlin	51.92156	8.90159				07	057	05766	05766020
2830154	Sporke	sporke	DE		0	Europe/Berlin	51.15517	8.00691		Sporke		07	059	05966	05966020
2830155	Spork	spork	DE		0	Europe/Berlin	52.02683	9.00673				07	057	05766	05766024
2830156	Spork	spork	DE		0	Europe/Berlin	51.92079	8.90369				07	057	05766	05766020
2830157	Spork	spork	DE		0	Europe/Berlin	51.86334	6.56111		Spork		07	055	05554	05554008
2830159	Spörerau	sporerau	DE		0	Europe/Berlin	48.49031	12.00256				02	091	09178	09178155
2830161	Spören	spoeren	DE		655	Europe/Berlin	51.60204	12.12326				14	00	15082	15082440
2830162	Sporbitz	sporbitz	DE		0	Europe/Berlin	50.99072	13.84681				13	00	14612	14612000
2830164	Sponsheim	sponsheim	DE		0	Europe/Berlin	49.92111	7.92138				08	00	07339	07339005
2830172	Spols	spols	DE		0	Europe/Berlin	53.33082	7.78997		Spols		06	00	03457	03457020
2830173	Spolierenberg	spolierenberg	DE		0	Europe/Berlin	52.56836	12.41171		Spolierenberg		11	00	12063	12063212
2830174	Spoldershagen	spoldershagen	DE		0	Europe/Berlin	54.31392	12.65814				12	00	13073	13073018
2830177	Spoitgendorf	spoitgendorf	DE		0	Europe/Berlin	53.84758	12.28716		Spoitgendorf		12	00	13072	13072079
2830178	Spohle	spohle	DE		0	Europe/Berlin	53.30421	8.06038				06	00	03451	03451008
2830179	Spohla	spohla	DE		0	Europe/Berlin	51.40526	14.26781		Brandhofen,Spale,Spohla		13	00	14625	14625640
2830180	Spöck	spock	DE		0	Europe/Berlin	47.80202	12.33972				02	091	09187	09187114
2830181	Spöck	spock	DE		0	Europe/Berlin	49.1135	8.50832		Spock,Spöck		01	082	08215	08215109
2830182	Spöck	spock	DE		0	Europe/Berlin	49.02571	9.73749				01	081	08127	08127025
2830183	Spöck	spock	DE		0	Europe/Berlin	48.41211	13.05485				02	092	09277	09277113
2830184	Spöck	spock	DE		0	Europe/Berlin	48.16517	10.49143				02	097	09778	09778158
2830185	Spöck	spock	DE		0	Europe/Berlin	47.93293	9.35368				01	084	08437	08437086
2830186	Spöck	spock	DE		0	Europe/Berlin	47.78873	10.17397				02	097	09780	09780112
2830187	Spöck	spock	DE		0	Europe/Berlin	47.77425	12.07777				02	091	09187	09187165
2830194	Splietau	splietau	DE		0	Europe/Berlin	53.09363	11.14254				06	00	03354	03354004
2830196	Splau	splau	DE		0	Europe/Berlin	51.70412	12.76211				14	00	15091	15091020
2830197	Spitzwald	spitzwald	DE		0	Europe/Berlin	47.94651	8.2782				01	083	08315	08315031
2830205	Spitzmäusing	spitzmausing	DE		0	Europe/Berlin	48.47101	12.94013				02	092	09277	09277138
2830209	Spitzkunnersdorf	spitzkunnersdorf	DE		0	Europe/Berlin	50.93685	14.67799				13	00	14626	14626280
2830210	Spitzkuhn	spitzkuhn	DE		0	Europe/Berlin	53.34092	12.60836				12	00	13071	13071013
2830214	Spitzisbui	spitzisbui	DE		0	Europe/Berlin	48.08333	10.38333				02	097	09778	09778183
2830229	Spitzhäuschen	spitzhaeuschen	DE		0	Europe/Berlin	50.48627	12.36776				13	00	14523	14523120
2830231	Spitzgrund	spitzgrund	DE		0	Europe/Berlin	51.15	13.58333				13	00	14627	14627310
2830234	Spitzfeld	spitzfeld	DE		0	Europe/Berlin	51.51966	6.24228				07	051	05154	05154012
2830270	Spitzendorf	spitzendorf	DE		0	Europe/Berlin	48.71423	13.43858				02	092	09275	09275160
2830272	Spitzenberg	spitzenberg	DE		0	Europe/Berlin	48.53213	8.12248				01	083	08317	08317067
2830285	Spitzeichen	spitzeichen	DE		0	Europe/Berlin	50.07047	11.51082				02	094	09477	09477127
2830292	Spitze	spitze	DE		0	Europe/Berlin	51.00703	7.20863		Spitze		07	053	05378	05378012
2830304	Spitzberg	spitzberg	DE		0	Europe/Berlin	50.50663	11.38235				02	094	09476	09476152
2830360	Spitz	spitz	DE		0	Europe/Berlin	49.0715	12.26737				02	093	09375	09375114
2830363	Spittwitz	spittwitz	DE		0	Europe/Berlin	51.16992	14.28084		Spittwitz,Spytecy		13	00	14625	14625150
2830365	Spittewitz	spittewitz	DE		0	Europe/Berlin	51.12676	13.47142				13	00	14627	14627100
2830367	Spittelstein	spittelstein	DE		0	Europe/Berlin	50.27351	11.06098				02	094	09473	09473159
2830372	Spittel	spittel	DE		0	Europe/Berlin	51.26667	14.11667				13	00	14625	14625250
2830373	Spittel	spittel	DE		0	Europe/Berlin	51.15175	14.64129		Spikaly,Spittel,Špikały		13	00	14625	14625610
2830374	Spithal	spithal	DE		0	Europe/Berlin	52.90549	10.91329				06	00	03354	03354001
2830396	Spitalhof	spitalhof	DE		0	Europe/Berlin	48.7275	11.41188				02	091	09161	09161000
2830406	Spirkersberg	spirkersberg	DE		0	Europe/Berlin	48.24533	12.14441				02	091	09177	09177137
2830413	Spinnerei	spinnerei	DE		0	Europe/Berlin	49.96667	11.63333				02	094	09462	09462000
2830418	Spinkebüll	spinkebuell	DE		0	Europe/Berlin	54.57899	9.112				10	00	01054	01054092
2830420	Spindlhof	spindlhof	DE		0	Europe/Berlin	49.13235	12.13292				02	093	09375	09375190
2830422	Spindlershof	spindlershof	DE		0	Europe/Berlin	48.73044	8.70967				01	082	08235	08235085
2830423	Spindlersfeld	spindlersfeld	DE		0	Europe/Berlin	52.44994	13.56316		Berlin-Spindlersfeld,Spindlersfeld		16	00	11000	11000000
2830425	Spindelwag	spindelwag	DE		0	Europe/Berlin	47.99731	10.00199		Spindelwag		01	084	08426	08426100
2830428	Spindelbach	spindelbach	DE		0	Europe/Berlin	49.36438	10.09118				01	081	08127	08127075
2830430	Spillerhäuser	spillerhauser	DE		0	Europe/Berlin	48.73893	13.77394				02	092	09272	09272136
2830431	Spillenburg	spillenburg	DE		0	Europe/Berlin	51.43333	7.05				07	051	05113	05113000
2830432	Spilburg	spilburg	DE		0	Europe/Berlin	50.55	8.51667				05	065	06532	06532023
2830439	Spießfeld	spiessfeld	DE		0	Europe/Berlin	48.76667	8.56667				01	082	08235	08235079
2830446	Spieskappel	spieskappel	DE		0	Europe/Berlin	50.96457	9.32046				05	066	06634	06634004
2830447	Spieshof	spieshof	DE		0	Europe/Berlin	49.31112	11.8744				02	093	09371	09371129
2830453	Spiesen	spiesen	DE		0	Europe/Berlin	49.31554	7.16038				09	00	10043	10043117
2830454	Spiesbrunn	spiesbrunn	DE		0	Europe/Berlin	48.67883	13.78999				02	092	09275	09275118
2830455	Spiesberg	spiesberg	DE		0	Europe/Berlin	50.1253	11.1907				02	094	09478	09478111
2830456	Spiesberg	spiesberg	DE		0	Europe/Berlin	47.69787	9.75018				01	084	08436	08436006
2830458	Spies	spies	DE		0	Europe/Berlin	49.63551	11.40171		Spies		02	094	09472	09472118
2830463	Spielweg	spielweg	DE		0	Europe/Berlin	47.87817	7.83676				01	083	08315	08315130
2830464	Spielwang	spielwang	DE		0	Europe/Berlin	47.84546	12.59949		Spielwang		02	091	09189	09189161
2830466	Spieln	spieln	DE		0	Europe/Berlin	47.87509	12.1624				02	091	09187	09187163
2830467	Spielmes	spielmes	DE		0	Europe/Berlin	50.46781	11.92935		Spielmes		15	00	16075	16075132
2830471	Spielmannsau	spielmannsau	DE		0	Europe/Berlin	47.34726	10.30535				02	097	09780	09780133
2830473	Spielhof	spielhof	DE		0	Europe/Berlin	49.88461	10.63678				02	096	09674	09674187
2830474	Spielhof	spielhof	DE		0	Europe/Berlin	49.63907	12.44802				02	093	09374	09374147
2830475	Spielhof	spielhof	DE		0	Europe/Berlin	48.95838	9.67818				01	081	08119	08119044
2830480	Spielbrink	spielbrink	DE		0	Europe/Berlin	51.35164	7.4096				07	059	05914	05914000
2830481	Spielbichl	spielbichl	DE		0	Europe/Berlin	48.13675	12.45329				02	091	09183	09183145
2830486	Spielberg	spielberg	DE		0	Europe/Berlin	51.31968	11.58615				14	00	15088	15088305
2830487	Spielberg	spielberg	DE		384	Europe/Berlin	51.14234	11.64485		Spielberg		14	00	15084	15084282
2830488	Spielberg	spielberg	DE		0	Europe/Berlin	50.30788	9.26919				05	064	06435	06435005
2830489	Spielberg	spielberg	DE		0	Europe/Berlin	50.16182	12.04665		Spielberg		02	094	09479	09479152
2830490	Spielberg	spielberg	DE		0	Europe/Berlin	49.70295	12.32804				02	093	09374	09374165
2830491	Spielberg	spielberg	DE		0	Europe/Berlin	49.40916	12.65531				02	093	09372	09372171
2830492	Spielberg	spielberg	DE		0	Europe/Berlin	49.39855	10.43199				02	095	09571	09571183
2830493	Spielberg	spielberg	DE		0	Europe/Berlin	49.29115	12.05752				02	093	09376	09376161
2830494	Spielberg	spielberg	DE		0	Europe/Berlin	49.04715	10.71954				02	095	09577	09577133
2830495	Spielberg	spielberg	DE		0	Europe/Berlin	49.01667	9.00314				01	081	08118	08118076
2830496	Spielberg	spielberg	DE		0	Europe/Berlin	48.89621	8.47089				01	082	08215	08215096
2830497	Spielberg	spielberg	DE		0	Europe/Berlin	48.75	10.65				02	097	09779	09779155
2830498	Spielberg	spielberg	DE		0	Europe/Berlin	48.56362	8.58943				01	082	08235	08235006
2830499	Spielberg	spielberg	DE		0	Europe/Berlin	48.24016	11.16084		Spielberg,Spilberg		02	091	09179	09179140
2830500	Spielberg	spielberg	DE		0	Europe/Berlin	48.03121	12.20924				02	091	09187	09187126
2830528	Spielbach	spielbach	DE		0	Europe/Berlin	49.38542	10.07074		Spielbach		01	081	08127	08127075
2830529	Spiel	spiel	DE		0	Europe/Berlin	50.97806	6.41023				07	053	05358	05358056
2830531	Spiekershausen	spiekershausen	DE		0	Europe/Berlin	51.34966	9.55994		Spiekershausen		06	00	03159	03159034
2830532	Spiekersdorf	spiekersdorf	DE		0	Europe/Berlin	54.19288	12.74174				12	00	13073	13073022
2830535	Spiekerhörn	spiekerhoern	DE		0	Europe/Berlin	53.72738	9.58526				10	00	01056	01056042
2830536	Spiekerberg	spiekerberg	DE		0	Europe/Berlin	52.34681	9.03657				07	057	05770	05770028
2830537	Spieker	spieker	DE		0	Europe/Berlin	53.22094	7.59545				06	00	03457	03457006
2830538	Spieka Norder-Marren	spieka-norder-marren	DE		0	Europe/Berlin	53.76376	8.59563		Spieka Norder-Marren,Spiekaer Nordermarren		06	00	03352	03352061
2830539	Spieka-Neufeld	spieka-neufeld	DE		0	Europe/Berlin	53.78435	8.55373				06	00	03352	03352061
2830541	Spieka Altendeich	spieka-altendeich	DE		0	Europe/Berlin	53.76667	8.58333				06	00	03352	03352061
2830542	Spieka	spieka	DE		0	Europe/Berlin	53.75044	8.57688		Spieka		06	00	03352	03352061
2830544	Spiegler	spiegler	DE		0	Europe/Berlin	47.96966	9.66827				01	084	08436	08436008
2830547	Spiegelsdorf	spiegelsdorf	DE		0	Europe/Berlin	54.08035	13.62435				12	00	13075	13075097
2830548	Spiegelsberge	spiegelsberge	DE		0	Europe/Berlin	51.86667	11.03333		Halberstadt-Spiegelsberge,Spiegelsberge		14	00	15085	15085135
2830553	Spiegelhütte	spiegelhutte	DE		0	Europe/Berlin	49.05274	13.30613				02	092	09276	09276130
2830554	Spiegelhaus	spiegelhaus	DE		0	Europe/Berlin	47.75	9.78333				01	084	08436	08436081
2830556	Spiegelhagen	spiegelhagen	DE		0	Europe/Berlin	53.08642	11.89767		Spiegelhagen		11	00	12070	12070296
2830559	Groß Spiegelberg	gross-spiegelberg	DE		0	Europe/Berlin	53.55866	13.88522		Gross Spiegelberg,Groß Spiegelberg,Spiegelberg		12	00	13075	13075055
2830566	Spiegel	spiegel	DE		0	Europe/Berlin	47.76667	11.5				02	091	09173	09173145
2830569	Spieckern	spieckern	DE		0	Europe/Berlin	51.22602	7.29046		Spieckern		07	051	05124	05124000
2830575	Spichra	spichra	DE		0	Europe/Berlin	51.0219	10.23861		Spichra		15	00	16063	16063046
2830576	Spich	spich	DE		0	Europe/Berlin	51.03309	7.33046				07	053	05374	05374020
2830577	Spich	spich	DE		0	Europe/Berlin	50.82744	7.11775		Spich		07	053	05382	05382068
2830579	Speyerdorf	speyerdorf	DE		0	Europe/Berlin	49.33425	8.2029				08	00	07316	07316000
2830580	Speyerbrunn	speyerbrunn	DE		0	Europe/Berlin	49.35017	7.87038		Speyerbrunn		08	00	07332	07332014
2830586	Spetzerfehn	spetzerfehn	DE		0	Europe/Berlin	53.38855	7.6196				06	00	03452	03452006
2830588	Speßhardt	spesshardt	DE		0	Europe/Berlin	48.71198	8.69568				01	082	08235	08235085
2830595	Spesbach	spesbach	DE		0	Europe/Berlin	49.42622	7.50289				08	00	07335	07335016
2830598	Sperrhof	sperrhof	DE		0	Europe/Berlin	49.04738	10.07468				01	081	08127	08127104
2830604	Spernsdorf	spernsdorf	DE		0	Europe/Berlin	51.06015	12.83709				13	00	14522	14522530
2830606	Sperlingshof	sperlingshof	DE		0	Europe/Berlin	52.53272	13.05433				11	00	12063	12063056
2830615	Sperlhammer	sperlhammer	DE		0	Europe/Berlin	49.6135	12.1248				02	093	09374	09374133
2830616	Sperlhammer	sperlhammer	DE		0	Europe/Berlin	49.1858	12.86748				02	093	09372	09372137
2830624	Sperberslohe	sperberslohe	DE		0	Europe/Berlin	49.32814	11.19541				02	095	09576	09576151
2830625	Sperberslohe	sperberslohe	DE		0	Europe/Berlin	48.93521	11.15559				02	091	09176	09176160
2830628	Sperbersbach	sperbersbach	DE		0	Europe/Berlin	49.19227	10.26512				02	095	09571	09571145
2830635	Spenrath	spenrath	DE		0	Europe/Berlin	51.06328	6.45359		Spenrath		07	051	05162	05162012
2830636	Spengerheide	spengerheide	DE		0	Europe/Berlin	52.12913	8.48109				07	057	05758	05758032
2830640	Speltenbach	speltenbach	DE		0	Europe/Berlin	48.8229	13.549				02	092	09272	09272118
2830645	Spelshausen	spelshausen	DE		0	Europe/Berlin	52.58779	9.06469				06	00	03256	03256002
2830646	Spelsberg	spelsberg	DE		0	Europe/Berlin	51.20143	7.18873		Spelsberg		07	051	05120	05120000
2830647	Spellhof	spellhof	DE		0	Europe/Berlin	52.26814	7.90036				07	055	05566	05566048
2830651	Spellen	spellen	DE		0	Europe/Berlin	51.60726	6.62073		Spellen		07	051	05170	05170044
2830653	Speldrop	speldrop	DE		0	Europe/Berlin	51.77819	6.37947				07	051	05154	05154044
2830655	Speldorf	speldorf	DE		0	Europe/Berlin	51.42977	6.82859				07	051	05117	05117000
2830656	Spekendorf	spekendorf	DE		0	Europe/Berlin	53.5182	7.62505		Spekendorf		06	00	03452	03452001
2830663	Speikern	speikern	DE		0	Europe/Berlin	49.52916	11.3439				02	095	09574	09574141
2830664	Speiersberg	speiersberg	DE		0	Europe/Berlin	50.06226	10.87518				02	094	09471	09471174
2830665	Speierhof	speierhof	DE		0	Europe/Berlin	49.33128	10.25896				02	095	09571	09571152
2830666	Speiden	speiden	DE		0	Europe/Berlin	47.61056	10.61275				02	097	09777	09777125
2830668	Speicherz	speicherz	DE		0	Europe/Berlin	50.35428	9.75277				02	096	09672	09672134
2830676	Speersort	speersort	DE		0	Europe/Berlin	53.60365	9.52687				06	00	03359	03359026
2830683	Speele	speele	DE		0	Europe/Berlin	51.37655	9.56394				06	00	03159	03159034
2830684	Speelberg	speelberg	DE		0	Europe/Berlin	51.85776	6.25628				07	051	05154	05154008
2830686	Speckte	speckte	DE		0	Europe/Berlin	52.41667	12.3				11	00	12069	12069028
2830687	Speckswinkel	speckswinkel	DE		0	Europe/Berlin	50.87135	9.05808		Speckswinkel		05	065	06534	06534016
2830688	Speckshof	speckshof	DE		0	Europe/Berlin	49.49216	11.8261				02	093	09371	09371144
2830691	Speckmannshof	speckmannshof	DE		0	Europe/Berlin	49.45027	11.81914				02	093	09361	09361000
2830695	Specking	specking	DE		0	Europe/Berlin	51.77766	7.05493				07	055	05562	05562012
2830696	Specking	specking	DE		0	Europe/Berlin	51.75	6.83333				07	055	05554	05554040
2830697	Speckhorn	speckhorn	DE		0	Europe/Berlin	51.64378	7.19085				07	055	05562	05562032
2830699	Speckheim	speckheim	DE		0	Europe/Berlin	49.3394	10.03329				01	081	08127	08127075
2830700	Speckheim	speckheim	DE		0	Europe/Berlin	49.22986	10.7825				02	095	09571	09571226
2830709	Specker Horst	specker-horst	DE		0	Europe/Berlin	53.43675	12.78948				12	00	13071	13071071
2830711	Speckenholz	speckenholz	DE		0	Europe/Berlin	52.99087	9.14292				06	00	03361	03361006
2830713	Speckenerfeld	speckenerfeld	DE		0	Europe/Berlin	53.16667	8				06	00	03451	03451002
2830714	Speckenbüttel	speckenbuettel	DE		0	Europe/Berlin	53.59265	8.58034		Speckenbuttel,Speckenbüttel		03	00	04012	04012000
2830718	Specken	specken	DE		0	Europe/Berlin	53.17023	8.00618				06	00	03451	03451002
2830719	Specken	specken	DE		0	Europe/Berlin	53.03333	7.88333				06	00	03453	03453007
2830720	Specken	specken	DE		0	Europe/Berlin	52.91831	9.33949				06	00	03361	03361005
2830721	Specken	specken	DE		0	Europe/Berlin	52.32945	8.78227				07	057	05770	05770012
2830730	Speckbrodi	speckbrodi	DE		0	Europe/Berlin	48.87982	10.6351				02	097	09779	09779226
2830736	Speckbach	speckbach	DE		0	Europe/Berlin	47.79205	12.23371				02	091	09187	09187169
2830737	Speck	speck	DE		0	Europe/Berlin	53.43715	12.83993				12	00	13071	13071071
2830738	Speck	speck	DE		0	Europe/Berlin	51.28581	6.24807				07	051	05166	05166016
2830739	Speck	speck	DE		0	Europe/Berlin	51.1408	6.67814				07	051	05162	05162024
2830740	Speck	speck	DE		0	Europe/Berlin	47.82209	11.3675				02	091	09173	09173123
2830741	Speck	speck	DE		0	Europe/Berlin	47.78738	9.81609				01	084	08436	08436085
2830744	Spechtshorn	spechtshorn	DE		0	Europe/Berlin	52.6	10.38333		Spechtshorn		06	00	03351	03351015
2830746	Spechtshof	spechtshof	DE		0	Europe/Berlin	48.84664	9.4412				01	081	08119	08119089
2830748	Spechtsbrunn	spechtsbrunn	DE		0	Europe/Berlin	50.49361	11.25331		Spechtsbrunn		15	00	16072	16072018
2830752	Spechting	spechting	DE		0	Europe/Berlin	48.60596	13.6906				02	092	09275	09275153
2830753	Spechtholzhock	spechtholzhock	DE		0	Europe/Berlin	52.21667	7				07	055	05554	05554020
2830754	Spechthausen	spechthausen	DE		0	Europe/Berlin	52.81086	13.77746				11	00	12060	12060052
2830758	Spechtberg	spechtberg	DE		0	Europe/Berlin	53.63668	14.03325				12	00	13075	13075131
2830759	Spechtbach	spechtbach	DE		0	Europe/Berlin	49.56667	8.83333				05	064	06431	06431021
2830760	Spechserholz	spechserholz	DE		0	Europe/Berlin	54.01399	10.61026				10	00	01055	01055001
2830763	Spatzenhof	spatzenhof	DE		0	Europe/Berlin	49.1	9.46667				01	081	08125	08125107
2830769	Spattweg	spattweg	DE		0	Europe/Berlin	47.63333	9.85				02	097	09776	09776122
2830780	Spasche	spasche	DE		0	Europe/Berlin	52.90445	8.40301				06	00	03458	03458014
2830781	Sparwiesen	sparwiesen	DE		0	Europe/Berlin	48.6833	9.58277		Sparwiesen		01	081	08117	08117051
2830782	Sparrieshoop	sparrieshoop	DE		0	Europe/Berlin	53.78453	9.68122				10	00	01056	01056030
2830786	Sparr	sparr	DE		0	Europe/Berlin	48.9969	12.7508				02	092	09278	09278154
2830787	Sparow	sparow	DE		0	Europe/Berlin	53.51429	12.38554				12	00	13071	13071113
2830788	Sparöd	sparod	DE		0	Europe/Berlin	48.49646	12.71167				02	092	09277	09277119
2830791	Sparnberg	sparnberg	DE		0	Europe/Berlin	50.41295	11.77176				15	00	16075	16075046
2830793	Sparhörn	sparhoern	DE		0	Europe/Berlin	54.38316	8.71109				10	00	01054	01054150
2830795	Sparhof	sparhof	DE		0	Europe/Berlin	50.3747	9.67707				05	066	06631	06631016
2830799	Sparrenberg	sparrenberg	DE		0	Europe/Berlin	47.77701	8.37009		Sparenberg,Sparrenberg		01	083	08337	08337106
2830804	Sparbrod	sparbrod	DE		0	Europe/Berlin	50.43909	9.91439				05	066	06631	06631010
2830809	Spansberg	spansberg	DE		0	Europe/Berlin	51.42007	13.39041		Spansberg		13	00	14627	14627050
2830819	Spannan	spannan	DE		0	Europe/Berlin	54.19588	9.64578				10	00	01058	01058086
2830825	Späningen	spaeningen	DE		0	Europe/Berlin	52.73525	11.57544				14	00	15090	15090070
2830830	Spangen	spangen	DE		0	Europe/Berlin	53.84864	8.64075				06	00	03352	03352011
2830833	Spang	spang	DE		0	Europe/Berlin	49.98287	6.68092		Spang		08	00	07232	07232311
2830835	Spänfleck	spanfleck	DE		0	Europe/Berlin	49.87571	11.54179				02	094	09472	09472140
2830837	Spandowerhagen	spandowerhagen	DE		0	Europe/Berlin	54.14512	13.69569				12	00	13075	13075069
2830840	Weinmeisterhöhe	weinmeisterhohe	DE		0	Europe/Berlin	52.50482	13.18288		Spandauer Weinberge,Weinmeisterhohe,Weinmeisterhöhe		16	00	11000	11000000
2830844	Spanberg	spanberg	DE		0	Europe/Berlin	48.41651	12.79506				02	092	09277	09277124
2830846	Spanbeck	spanbeck	DE		0	Europe/Berlin	51.60834	10.04436				06	00	03159	03159007
2830848	Spaltenstein	spaltenstein	DE		0	Europe/Berlin	47.68333	9.41667				01	084	08435	08435016
2830852	Spaichbühl	spaichbuhl	DE		0	Europe/Berlin	49.08584	9.94645				01	081	08127	08127103
2830853	Spahnsdorf	spahnsdorf	DE		0	Europe/Berlin	51.18333	12.38333				13	00	14729	14729320
2830857	Spahn	spahn	DE		0	Europe/Berlin	52.86605	7.5827				06	00	03454	03454048
2830860	Spahl	spahl	DE		0	Europe/Berlin	50.65773	9.91216				15	00	16063	16063032
2830861	Spagenweiler	spagenweiler	DE		0	Europe/Berlin	48.83333	10.06667				01	081	08136	08136088
2830862	Spädinghausen	spaedinghausen	DE		0	Europe/Berlin	51.11602	7.77708				07	059	05962	05962036
2830864	Spadenland	spadenland	DE		0	Europe/Berlin	53.48603	10.05419				04	00	02000	02000000
2830866	Spaden	spaden	DE		0	Europe/Berlin	53.57452	8.63285				06	00	03352	03352050
2830868	Spachbrücken	spachbruecken	DE		0	Europe/Berlin	49.84286	8.82875				05	064	06432	06432019
2830871	Spaatz	spaatz	DE		0	Europe/Berlin	52.70401	12.31018				11	00	12063	12063134
2830874	Soven	soven	DE		0	Europe/Berlin	53.05967	11.11823				06	00	03354	03354004
2830875	Söven	soeven	DE		0	Europe/Berlin	50.7496	7.27934				07	053	05382	05382020
2830876	Sotzweiler	sotzweiler	DE		0	Europe/Berlin	49.46715	7.00026		Sotzweiler		09	00	10046	10046118
2830877	Sotzenhausen	sotzenhausen	DE		0	Europe/Berlin	48.36629	9.77341				01	084	08425	08425020
2830883	Sottorf	sottorf	DE		0	Europe/Berlin	53.42114	9.89774				06	00	03353	03353029
2830884	Sottorf	sottorf	DE		0	Europe/Berlin	53.13329	10.21824				06	00	03355	03355002
2830885	Sottmar	sottmar	DE		0	Europe/Berlin	52.12569	10.61743				06	00	03158	03158008
2830886	Sottersbachtal	sottersbachtal	DE		0	Europe/Berlin	50.76667	7.95				08	00	07132	07132050
2830888	Sotterbach	sotterbach	DE		0	Europe/Berlin	50.95226	7.63279				07	053	05374	05374040
2830891	Sothel	sothel	DE		0	Europe/Berlin	53.22599	9.44304				06	00	03357	03357041
2830892	Sötern	soetern	DE		0	Europe/Berlin	49.59481	7.06458				09	00	10046	10046114
2830894	Sötenich	soetenich	DE		0	Europe/Berlin	50.52456	6.56047				07	053	05366	05366024
2830896	Soßmar	sossmar	DE		0	Europe/Berlin	52.24273	10.0597				06	00	03157	03157002
2830898	Sossenheim	sossenheim	DE		0	Europe/Berlin	50.11667	8.56667				05	064	06412	06412000
2830899	Sössen	soessen	DE		229	Europe/Berlin	51.21662	12.10232		Sossen,Sössen		14	00	15084	15084315
2830901	Sossau	sossau	DE		0	Europe/Berlin	48.90582	12.56213				02	092	09263	09263000
2830902	Sossau	sossau	DE		0	Europe/Berlin	48.64452	12.51438				02	092	09279	09279112
2830903	Sösmenhusen	soesmenhusen	DE		0	Europe/Berlin	53.89072	9.11156				10	00	01051	01051011
2830913	Sörzen	sorzen	DE		0	Europe/Berlin	48.49275	11.73289				02	091	09178	09178156
2830915	Sörupmühle	soerupmuehle	DE		0	Europe/Berlin	54.72554	9.65717				10	00	01059	01059161
2830916	Sörupholz	soerupholz	DE		0	Europe/Berlin	54.70042	9.70824				10	00	01059	01059161
2830918	Sörup-Dingholz	soerup-dingholz	DE		0	Europe/Berlin	54.73598	9.70926		Dingholz,Sorup-Dingholz,Sörup-Dingholz		10	00	01059	01059186
2830921	Sorsum	sorsum	DE		0	Europe/Berlin	52.28013	9.61115		Sorsum		06	00	03241	03241020
2830922	Sorsum	sorsum	DE		0	Europe/Berlin	52.14613	9.88083				06	00	03254	03254021
2830923	Sorsum	sorsum	DE		0	Europe/Berlin	52.13797	9.7223				06	00	03254	03254014
2830924	Sorsbach	sorsbach	DE		0	Europe/Berlin	48.30953	12.61223				02	091	09171	09171127
2830925	Soers	soers	DE		0	Europe/Berlin	50.79997	6.09518		Sors,Sörs		07	053	05334	05334002
2830931	Sornzig	sornzig	DE		0	Europe/Berlin	51.21219	13.01565		Sornzig		13	00	14730	14730200
2830932	Sornßig	sornssig	DE		0	Europe/Berlin	51.13074	14.58065		Sornssig,Sornßig,Zornosyki,Žornosyki		13	00	14625	14625230
2830934	Sornoer Buden	sornoer-buden	DE		0	Europe/Berlin	51.57166	14.11015				11	00	12066	12066226
2830935	Sorno	sorno	DE		0	Europe/Berlin	51.55	14.1		Sorno,Wendisch Sorno,Zarnow,Žarnow		11	00	12066	12066304
2830937	Sornitz	sornitz	DE		0	Europe/Berlin	51.15866	13.35536		Sornitz		13	00	14627	14627080
2830938	Sornhüll	sornhull	DE		0	Europe/Berlin	48.94807	11.27526				02	091	09176	09176155
2830939	Sörnewitz	soernewitz	DE		0	Europe/Berlin	51.37331	13.09856				13	00	14730	14730050
2830940	Sörnewitz	soernewitz	DE		0	Europe/Berlin	51.13719	13.52095				13	00	14627	14627010
2830941	Sorna	sorna	DE		0	Europe/Berlin	50.67325	11.86751				15	00	16075	16075014
2830942	Sörmitz	soermitz	DE		0	Europe/Berlin	51.11894	13.13415				13	00	14522	14522080
2830943	Soritz	soritz	DE		0	Europe/Berlin	51.15105	14.51211		Soritz,Sowrjecy		13	00	14625	14625290
2830946	Sörhausen	soerhausen	DE		0	Europe/Berlin	52.93062	8.75923				06	00	03251	03251041
2830947	Sorgwohld	sorgwohld	DE		0	Europe/Berlin	54.35336	9.56828				10	00	01058	01058003
2830949	Sorghof	sorghof	DE		0	Europe/Berlin	50.51057	10.31872				15	00	16066	16066093
2830951	Sorghof	sorghof	DE		0	Europe/Berlin	49.62414	11.77214				02	093	09371	09371156
2830953	Sorge-Settendorf	sorge-settendorf	DE		0	Europe/Berlin	50.73276	12.2273				15	00	16076	16076093
2830955	Sorgers	sorgers	DE		0	Europe/Berlin	47.57117	9.68116				02	097	09776	09776116
2830957	Sorgensen	sorgensen	DE		0	Europe/Berlin	52.4608	10.02711		Sorgensen,Sornsen		06	00	03241	03241003
2830958	Sorgenlos	sorgenlos	DE		0	Europe/Berlin	53.578	12.82983				12	00	13071	13071172
2830962	Sorgenfrei	sorgenfrei	DE		0	Europe/Berlin	53.85	13.68333				12	00	13075	13075005
2830984	Sorgau	sorgau	DE		0	Europe/Berlin	50.67823	13.25308		Sorgau		13	00	14521	14521390
2830986	Sorga	sorga	DE		0	Europe/Berlin	50.86857	9.7606				05	066	06632	06632002
2830987	Sorga	sorga	DE		0	Europe/Berlin	50.79394	10.34274				15	00	16063	16063099
2830988	Sorga	sorga	DE		0	Europe/Berlin	50.73946	11.71942				15	00	16075	16075073
2830989	Sorga	sorga	DE		0	Europe/Berlin	50.51242	12.41945		Auerbach-Sorga,Sorga		13	00	14523	14523020
2830991	Sorg	sorg	DE		0	Europe/Berlin	50.29083	11.59563				02	094	09475	09475169
2830992	Sorg	sorg	DE		0	Europe/Berlin	49.99336	11.49554				02	094	09472	09472150
2830993	Sorg	sorg	DE		0	Europe/Berlin	49.86383	11.59727				02	094	09472	09472127
2830994	Sorg	sorg	DE		0	Europe/Berlin	49.85367	11.76999				02	094	09472	09472190
2830998	Sören	soeren	DE		171	Europe/Berlin	54.2	10.01667		Soren,Sören	01058153	10	00	01058	01058153
2831003	Soranger	soranger	DE		0	Europe/Berlin	49.71827	11.36889		Soranger		02	094	09472	09472179
2831005	Sora	sora	DE		0	Europe/Berlin	51.07823	13.50181				13	00	14627	14627100
2831008	Soppen	soppen	DE		0	Europe/Berlin	51.10612	13.36883		Soppen		13	00	14627	14627080
2831010	Sophienthal	sophienthal	DE		0	Europe/Berlin	52.6466	14.45114				11	00	12064	12064274
2831011	Sophienthal	sophienthal	DE		0	Europe/Berlin	49.94687	11.75707				02	094	09472	09472199
2831012	Sophiental	sophiental	DE		0	Europe/Berlin	53.56183	10.8054		Sophiental,Sophienthal		10	00	01053	01053046
2831015	Sophiental	sophiental	DE		0	Europe/Berlin	52.31058	10.35015				06	00	03157	03157008
2831017	Sophienstädt	sophienstaedt	DE		0	Europe/Berlin	52.81252	13.58193				11	00	12060	12060154
2831021	Sophienreuth	sophienreuth	DE		0	Europe/Berlin	50.22172	12.08623				02	094	09479	09479150
2831027	Sophienhorst	sophienhorst	DE		0	Europe/Berlin	52.36667	12.23333				14	00	15086	15086080
2831030	Sophienhöhe	sophienhoehe	DE		0	Europe/Berlin	54.3	10.16667				10	00	01002	01002000
2831031	Sophienhöhe	sophienhoehe	DE		0	Europe/Berlin	51.88347	10.58737				06	00	03153	03153002
2831032	Sophienhöhe	sophienhoehe	DE		0	Europe/Berlin	50.91667	11.61667				15	00	16053	16053000
2831035	Sophienhof	sophienhof	DE		0	Europe/Berlin	52.68871	14.18841				11	00	12064	12064061
2831036	Sophienhof	sophienhof	DE		0	Europe/Berlin	48.87368	12.7357				02	092	09278	09278140
2831037	Sophienhof	sophienhof	DE		0	Europe/Berlin	54.02799	12.53334				12	00	13072	13072107
2831038	Sophienhof	sophienhof	DE		0	Europe/Berlin	53.95331	13.17123				12	00	13075	13075082
2831039	Sophienhof	sophienhof	DE		0	Europe/Berlin	53.71493	13.70503				12	00	13075	13075029
2831040	Sophienhof	sophienhof	DE		0	Europe/Berlin	53.59678	12.55262				12	00	13071	13071047
2831041	Sophienhof	sophienhof	DE		0	Europe/Berlin	53.6	10.06667				04	00	02000	02000000
2831042	Sophienhof	sophienhof	DE		0	Europe/Berlin	52.42608	11.85631				14	00	15090	15090546
2831043	Sophienhof	sophienhof	DE		0	Europe/Berlin	51.6343	10.79005		Sophienhof		15	00	16062	16062065
2831044	Sophienhof	sophienhof	DE		0	Europe/Berlin	51.04526	6.77973				07	053	05362	05362036
2831063	Sophiendorf	sophiendorf	DE		0	Europe/Berlin	53	11.78333				11	00	12070	12070052
2831064	Sophiendorf	sophiendorf	DE		0	Europe/Berlin	52.86491	12.24486				11	00	12068	12068052
2831071	Sophienau	sophienau	DE		0	Europe/Berlin	50.4614	10.96853				15	00	16069	16069012
2831072	Soperich	soperich	DE		0	Europe/Berlin	51.09013	6.03102				07	053	05370	05370032
2831073	Sopenhock	sopenhock	DE		0	Europe/Berlin	52.55393	7.49091				06	00	03454	03454028
2831081	Im Sood	im-sood	DE		0	Europe/Berlin	47.58781	8.01962		Im Sood,Sood		01	083	08337	08337076
2831090	Sontheim im Stubental	sontheim-im-stubental	DE		0	Europe/Berlin	48.67736	10.06777				01	081	08135	08135032
2831099	Söntgerath	soentgerath	DE		0	Europe/Berlin	50.87492	7.38251				07	053	05382	05382036
2831100	Söntgerath	soentgerath	DE		0	Europe/Berlin	50.86538	7.36297		Sontgerath,Söntgerath		07	053	05382	05382040
2831101	Sontbergen	sontbergen	DE		0	Europe/Berlin	48.60127	9.97923				01	081	08135	08135015
2831104	Sonsfeld	sonsfeld	DE		0	Europe/Berlin	51.76667	6.48333				07	051	05154	05154044
2831113	Sönnkenort	soennkenort	DE		0	Europe/Berlin	52.38492	7.84398				06	00	03459	03459027
2831114	Sonningersteig	sonningersteig	DE		0	Europe/Berlin	48.68949	13.76698				02	092	09275	09275118
2831115	Sonnhofen	sonnhofen	DE		0	Europe/Berlin	49.28623	9.81761				01	081	08126	08126046
2831119	Sonnhart	sonnhart	DE		0	Europe/Berlin	47.71201	12.16401				02	091	09187	09187156
2831122	Sonnertsham	sonnertsham	DE		0	Europe/Berlin	48.30627	12.85651				02	092	09277	09277154
2831126	Sönnern	soennern	DE		0	Europe/Berlin	51.5783	7.89906				07	059	05974	05974052
2831127	Sonnering	sonnering	DE		0	Europe/Berlin	47.95217	12.31035				02	091	09187	09187145
2831128	Sonnenwiechs	sonnenwiechs	DE		0	Europe/Berlin	47.8838	11.92785				02	091	09187	09187122
2831134	Sonnenstein	sonnenstein	DE		0	Europe/Berlin	51.49742	10.38122				15	00	16061	16061117
2831136	Sonnenschein	sonnenschein	DE		0	Europe/Berlin	51.45	7.33333				07	059	05954	05954036
2831139	Sonnenscheid	sonnenscheid	DE		0	Europe/Berlin	51.27722	7.62005				07	059	05962	05962056
2831140	Sonnenried	sonnenried	DE		0	Europe/Berlin	49.35767	12.23705				02	093	09376	09376163
2831141	Sonnenreuth	sonnenreuth	DE		0	Europe/Berlin	47.77666	11.91793				02	091	09182	09182114
2831143	Sonnenmoos	sonnenmoos	DE		0	Europe/Berlin	47.68208	11.77803				02	091	09182	09182129
2831144	Sonnenmatt	sonnenmatt	DE		0	Europe/Berlin	47.72951	7.9235				01	083	08336	08336106
2831145	Sonnenleithen	sonnenleithen	DE		0	Europe/Berlin	49.91278	11.5281				02	094	09472	09472166
2831157	Sonnenholz	sonnenholz	DE		0	Europe/Berlin	47.85527	12.20152				02	091	09187	09187177
2831158	Sonnenholz	sonnenholz	DE		0	Europe/Berlin	47.7571	12.10745				02	091	09187	09187165
2831163	Sonnenham	sonnenham	DE		0	Europe/Berlin	47.94159	11.55427				02	091	09173	09173120
2831164	Sonnenham	sonnenham	DE		0	Europe/Berlin	47.81431	11.9648				02	091	09187	09187129
2831170	Sonnendorf	sonnendorf	DE		0	Europe/Berlin	51.10818	11.6387				14			
2831171	Sonnendorf	sonnendorf	DE		0	Europe/Berlin	48.33394	12.05857				02	091	09177	09177122
2831172	Sonnendorf	sonnendorf	DE		0	Europe/Berlin	47.96228	12.24006				02	091	09187	09187139
2831174	Sonnenburg	sonnenburg	DE		0	Europe/Berlin	52.74279	14.04405				11	00	12064	12064044
2831180	Sonnenborstel	sonnenborstel	DE		0	Europe/Berlin	52.67961	9.32276				06	00	03256	03256029
2831196	Sollenberg	sollenberg	DE		0	Europe/Berlin	49.63548	11.26957				02	094	09474	09474132
2831251	Sonne	sonne	DE		0	Europe/Berlin	51.11073	7.23084				07	053	05378	05378032
2831252	Sonndorf	sonndorf	DE		0	Europe/Berlin	48.82776	13.58357				02	092	09272	09272126
2831253	Sonnborn	sonnborn	DE		0	Europe/Berlin	51.23773	7.08683				07	051	05124	05124000
2831264	Sönitz	soenitz	DE		0	Europe/Berlin	51.10725	13.43144				13	00	14627	14627100
2831265	Sonham	sonham	DE		0	Europe/Berlin	48.13461	12.43909				02	091	09183	09183145
2831266	Sondra	sondra	DE		0	Europe/Berlin	50.93246	10.48174				15	00	16063	16063098
2831267	Sondorf	sondorf	DE		0	Europe/Berlin	48.84368	13.186				02	092	09271	09271126
2831268	Sondheim	sondheim	DE		0	Europe/Berlin	50.999	9.3843				05	066	06634	06634009
2831269	Sondheim vor der Rhön	sondheim-vor-der-rhoen	DE		1025	Europe/Berlin	50.4651	10.15675		Sondheim		02	096	09673	09673167
2831270	Sondheim	sondheim	DE		0	Europe/Berlin	50.41887	10.38099				02	096	09673	09673142
2831277	Sondersfeld	sondersfeld	DE		0	Europe/Berlin	49.21311	11.38784				02	093	09373	09373126
2831280	Sondersbach	sondersbach	DE		0	Europe/Berlin	48.43294	8.0475				01	083	08317	08317034
2831281	Sonderriet	sonderriet	DE		0	Europe/Berlin	49.71845	9.4385		Sonderriet,Sonderrieth		01	081	08128	08128131
2831282	Sonderried	sonderried	DE		0	Europe/Berlin	47.81749	10.37252				02	097	09777	09777176
2831283	Sondernohe	sondernohe	DE		0	Europe/Berlin	49.43981	10.52256				02	095	09571	09571146
2831284	Sondernheim	sondernheim	DE		0	Europe/Berlin	49.19262	8.35869		Sondernheim		08	00	07334	07334007
2831285	Sondernau	sondernau	DE		0	Europe/Berlin	50.42258	10.09428				02	096	09673	09673149
2831286	Sondernach	sondernach	DE		0	Europe/Berlin	48.36704	9.61718		Sondernach		01	084	08425	08425108
2831287	Sondern	sondern	DE		0	Europe/Berlin	51.07313	7.8399		Sondern		07	059	05966	05966024
2831288	Sondern	sondern	DE		0	Europe/Berlin	51.23123	7.33821		Sondern		07	053	05374	05374036
2831289	Sondermühlen	sondermuehlen	DE		0	Europe/Berlin	52.16484	8.33638				06	00	03459	03459024
2831290	Sondermoning	sondermoning	DE		0	Europe/Berlin	47.91174	12.56055				02	091	09189	09189130
2831298	Sonderheim	sonderheim	DE		0	Europe/Berlin	48.62349	10.59614				02	097	09773	09773139
2831300	Sonderham	sonderham	DE		0	Europe/Berlin	47.86667	11.38333				02	091	09173	09173123
2831304	Sonderdorf	sonderdorf	DE		0	Europe/Berlin	47.45413	10.23173				02	097	09780	09780116
2831305	Sonderdilching	sonderdilching	DE		0	Europe/Berlin	47.89793	11.79691				02	091	09182	09182137
2831307	Sönderby	soenderby	DE		0	Europe/Berlin	54.5265	9.80411				10	00	01058	01058137
2831309	Sonderbuch	sonderbuch	DE		0	Europe/Berlin	48.41698	9.81191				01	084	08425	08425020
2831310	Sonderbuch	sonderbuch	DE		0	Europe/Berlin	48.25257	9.47824				01	084	08415	08415085
2831313	Sonderbach	sonderbach	DE		0	Europe/Berlin	49.63752	8.69011				05	064	06431	06431011
2831317	Sondelfingen	sondelfingen	DE		0	Europe/Berlin	48.51948	9.22839				01	084	08415	08415061
2831319	Somsdorf	somsdorf	DE		0	Europe/Berlin	50.97598	13.60597		Somsdorf		13	00	14628	14628110
2831320	Somplar	somplar	DE		0	Europe/Berlin	51.09763	8.66769				05	066	06635	06635005
2831321	Sömnitz	soemnitz	DE		0	Europe/Berlin	51.20535	13.09431				13	00	14522	14522450
2831327	Sommertshausen	sommertshausen	DE		0	Europe/Berlin	48.09903	8.453				01	083	08326	08326074
2831328	Sommerswalde	sommerswalde	DE		0	Europe/Berlin	52.74772	13.10789				11	00	12065	12065251
2831329	Sommerstorf	sommerstorf	DE		0	Europe/Berlin	53.5896	12.59761		Sommerstorf		12	00	13071	13071047
2831333	Sommersried	sommersried	DE		0	Europe/Berlin	47.74713	9.85141				01	084	08436	08436052
2831334	Sommershof	sommershof	DE		0	Europe/Berlin	50.72863	7.38161				07	053	05382	05382020
2831335	Sommershausen	sommershausen	DE		0	Europe/Berlin	48.60922	12.67821		Sommershausen		02	092	09279	09279134
2831338	Sommersell	sommersell	DE		0	Europe/Berlin	51.83274	7.91157				07	055	05570	05570020
2831339	Sommersell	sommersell	DE		0	Europe/Berlin	51.99561	9.05643				07	057	05766	05766012
2831340	Sommersell	sommersell	DE		0	Europe/Berlin	51.84108	9.17324				07	057	05762	05762028
2831349	Sommerschenburg	sommerschenburg	DE		0	Europe/Berlin	52.17172	11.10409		Surmersenburch		14	00	15083	15083485
2831351	Sommersberg	sommersberg	DE		0	Europe/Berlin	48.91373	13.21154				02	092	09276	09276126
2831352	Sommersberg	sommersberg	DE		0	Europe/Berlin	47.83915	10.21118				02	097	09780	09780119
2831356	Sommersbach	sommersbach	DE		0	Europe/Berlin	47.71912	9.99443				01	084	08436	08436049
2831357	Sommers	sommers	DE		0	Europe/Berlin	47.85418	9.77474				01	084	08436	08436014
2831358	Sommers	sommers	DE		0	Europe/Berlin	47.76667	9.8				01	084	08436	08436081
2831363	Sommerrain	sommerrain	DE		0	Europe/Berlin	48.81702	9.24525				01	081	08111	08111000
2831365	Sommerluga	sommerluga	DE		0	Europe/Berlin	51.26667	14.21667		Luh,Sommerluga,Łuh		13	00	14625	14625470
2831373	Sommerkeller	sommerkeller	DE		0	Europe/Berlin	49.51883	10.48643				02	095	09575	09575135
2831374	Sommerkeller	sommerkeller	DE		0	Europe/Berlin	49.01671	10.99646				02	095	09577	09577177
2831378	Sommeritz	sommeritz	DE		0	Europe/Berlin	50.87738	12.33141		Sommeritz		15	00	16077	16077043
2831379	Sommeringen	sommeringen	DE		0	Europe/Berlin	52.45331	7.39436				06	00	03454	03454032
2831383	Sommerhof	sommerhof	DE		0	Europe/Berlin	50.01869	9.65558				02	096	09677	09677155
2831397	Sommerfelde	sommerfelde	DE		0	Europe/Berlin	52.82362	13.86766				11	00	12060	12060052
2831398	Sommerfeld	sommerfeld	DE		0	Europe/Berlin	54.36628	13.00187				12	00	13073	13073068
2831399	Sommerfeld	sommerfeld	DE		0	Europe/Berlin	52.80245	13.03468				11	00	12065	12065165
2831400	Sommerfeld	sommerfeld	DE		0	Europe/Berlin	51.3467	12.48714				13	00	14713	14713000
2831403	Sömmerda	soemmerda	DE		20853	Europe/Berlin	51.15914	11.11524		Soemmerda,Sommerda,Sömmerda,Z'omerda,Zemerda,Zjommerda,se mei er da,swmrdaw,zwmrda,Земерда,Зьомерда,Зёммерда,Зөммерда,زومردا,سومرداو,瑟梅尔达	16068	15	00	16068	16068051
2831404	Sommerbostel	sommerbostel	DE		0	Europe/Berlin	52.56023	9.7332				06	00	03241	03241019
2831407	Sommerberg	sommerberg	DE		0	Europe/Berlin	51.4569	7.53194				07	059	05913	05913000
2831408	Sommerberg	sommerberg	DE		0	Europe/Berlin	50.47734	9.9107				05	066	06631	06631010
2831409	Sommerberg	sommerberg	DE		0	Europe/Berlin	50.35	12.4				13	00	14523	14523160
2831410	Sommerberg	sommerberg	DE		0	Europe/Berlin	50.06603	8.14724				05	064	06414	06414000
2831411	Sommerberg	sommerberg	DE		0	Europe/Berlin	49.24862	9.77912				01	081	08127	08127009
2831458	Sommenhardt	sommenhardt	DE		0	Europe/Berlin	48.68977	8.70958				01	082	08235	08235084
2831459	Sömgeshöfe	soemgeshoefe	DE		0	Europe/Berlin	50.63858	9.83431				05	066	06631	06631019
2831460	Somborn	somborn	DE		0	Europe/Berlin	51.48942	7.33469		Somborn		07	059	05911	05911000
2831461	Somborn	somborn	DE		0	Europe/Berlin	50.14116	9.1147				05	064	06435	06435009
2831466	Solzow	solzow	DE		0	Europe/Berlin	53.34666	12.65041				12	00	13071	13071176
2831468	Sölzerhöfe	soelzerhoefe	DE		0	Europe/Berlin	50.86667	9.75				05	066	06632	06632002
2831471	Solz	solz	DE		0	Europe/Berlin	51.006	9.88157		Solz		05	066	06632	06632003
2831472	Solz	solz	DE		0	Europe/Berlin	50.6186	10.33457				15	00	16066	16066056
2831473	Soltow	soltow	DE		0	Europe/Berlin	53.34215	10.76815				12	00	13076	13076136
2831475	Solthörn	solthoern	DE		0	Europe/Berlin	53.6849	8.48625				06	00	03352	03352061
2831476	Solterwisch	solterwisch	DE		0	Europe/Berlin	52.14747	8.79212				07	057	05758	05758036
2831480	Sölten	soelten	DE		0	Europe/Berlin	51.70626	6.97087				07	055	05562	05562012
2831487	Solsdorf	solsdorf	DE		0	Europe/Berlin	50.71596	11.16188				15	00	16073	16073112
2831488	Solschen	solschen	DE		0	Europe/Berlin	52.26667	10.15		Solschen		06	00	03157	03157009
2831489	Solscheid	solscheid	DE		0	Europe/Berlin	50.68579	7.38862				08	00	07138	07138080
2831490	Solscheid	solscheid	DE		0	Europe/Berlin	50.51745	7.40306				08	00	07138	07138007
2831501	Sollstedt	sollstedt	DE		0	Europe/Berlin	51.41667	10.53333		Sollstedt,Zol'shtedt,Zolshtet,suo er si te,Золштет,Зольштедт,索尔斯特	16062049	15	00	16062	16062049
2831502	Sollstedt	sollstedt	DE		3154	Europe/Berlin	51.30976	10.4881		Sollstedt		15	00	16064	16064072
2831503	Sollschwitz	sollschwitz	DE		0	Europe/Berlin	51.34761	14.21631		Delnje Sulsecy,Delnje Sulšecy,Sulsecy,Sulšecy		13	00	14625	14625640
2831504	Sollschwitz	sollschwitz	DE		0	Europe/Berlin	51.21524	14.31306		Sollschwitz,Sulsecy,Sulšecy		13	00	14625	14625150
2831506	Sollnitz	sollnitz	DE		0	Europe/Berlin	51.76725	12.31486				14	00	15001	15001000
2831507	Söllnitz	soellnitz	DE		0	Europe/Berlin	50.87461	11.42939				15	00	16071	16071008
2831508	Sollngriesbach	sollngriesbach	DE		0	Europe/Berlin	49.12051	11.43368				02	093	09373	09373112
2831509	Sollnes	sollnes	DE		0	Europe/Berlin	49.59269	11.79065				02	093	09371	09371156
2831511	Solln	solln	DE		0	Europe/Berlin	48.07877	11.5132				02	091	09162	09162000
2831512	Söllmnitz	soellmnitz	DE		0	Europe/Berlin	50.93795	12.14693				15	00	16052	16052000
2831513	Söllitz	sollitz	DE		0	Europe/Berlin	49.53623	12.23852				02	093	09376	09376173
2831515	Söllingen	soellingen	DE		663	Europe/Berlin	52.08984	10.92522		Soellingen,Söllingen	03154027	06	00	03154	03154027
2831519	Sölling	solling	DE		0	Europe/Berlin	48.70552	13.54657				02	092	09275	09275119
2831520	Solling	solling	DE		0	Europe/Berlin	48.47441	12.38777				02	092	09274	09274184
2831521	Solling	solling	DE		0	Europe/Berlin	48.36974	12.91817				02	092	09277	09277148
2831522	Solling	solling	DE		0	Europe/Berlin	48.31101	12.2443				02	091	09177	09177115
2831528	Söllichau	soellichau	DE		886	Europe/Berlin	51.63532	12.64725		Sollichau,Söllichau		14	00	15091	15091020
2831530	Söllhuben	sollhuben	DE		0	Europe/Berlin	47.83414	12.2532		Solhub,Sollhuben,Söllhuben		02	091	09187	09187167
2831531	Sollerupmühle	sollerupmuehle	DE		0	Europe/Berlin	54.58333	9.31667				10	00	01059	01059162
2831534	Söllerstadt	sollerstadt	DE		0	Europe/Berlin	48.25115	12.35808				02	091	09183	09183120
2831535	Sollern	sollern	DE		0	Europe/Berlin	48.90231	11.63622				02	091	09176	09176112
2831536	Sollern	sollern	DE		0	Europe/Berlin	48.46208	11.85403				02	091	09178	09178129
2831537	Sollern	sollern	DE		0	Europe/Berlin	48.41138	11.43951				02	091	09174	09174136
2831543	Soller	soller	DE		0	Europe/Berlin	50.73268	6.55495				07	053	05358	05358060
2831544	Soller	soller	DE		0	Europe/Berlin	50.50433	6.85517		Soller		07	053	05366	05366004
2831545	Söllenthin	soellenthin	DE		0	Europe/Berlin	52.94047	12.15706				11	00	12070	12070302
2831549	Sollbrück	sollbrueck	DE		0	Europe/Berlin	54.55735	9.33025				10	00	01059	01059162
2831550	Söllbot	sollbot	DE		0	Europe/Berlin	49.21664	9.85332				01	081	08127	08127043
2831556	Sollbach	sollbach	DE		0	Europe/Berlin	49.23757	12.3249				02	093	09376	09376117
2831557	Sollasöd	sollasod	DE		0	Europe/Berlin	48.61666	13.15556				02	092	09275	09275154
2831559	Sollach	sollach	DE		0	Europe/Berlin	48.21667	12.08333				02	091	09177	09177123
2831560	Sollach	sollach	DE		0	Europe/Berlin	47.90932	11.76567				02	091	09182	09182133
2831564	Solla	solla	DE		0	Europe/Berlin	48.81059	13.30071				02	092	09272	09272150
2831565	Solla	solla	DE		0	Europe/Berlin	48.79973	13.54343				02	092	09272	09272118
2831566	Solla	solla	DE		0	Europe/Berlin	48.75943	13.6448				02	092	09272	09272151
2831567	Solla	solla	DE		0	Europe/Berlin	48.65722	13.21501				02	092	09275	09275159
2831572	Solkendorf	solkendorf	DE		0	Europe/Berlin	54.41244	13.01605				12	00	13073	13073044
2831574	Solkau	solkau	DE		0	Europe/Berlin	52.91123	10.83853				06	00	03354	03354022
2831581	Solikante	solikante	DE		0	Europe/Berlin	52.67466	14.35741				11	00	12064	12064274
2831584	Sölgerding	solgerding	DE		0	Europe/Berlin	48.43727	12.49798				02	092	09277	09277121
2831585	Solg	solg	DE		0	Europe/Berlin	50.16981	11.72163				02	094	09475	09475154
2831586	Soldorf	soldorf	DE		0	Europe/Berlin	52.30785	9.32568				06	00	03257	03257002
2831588	Sölderholz	soelderholz	DE		0	Europe/Berlin	51.48246	7.59334				07	059	05913	05913000
2831589	Solder	solder	DE		0	Europe/Berlin	47.7256	10.96274				02	091	09190	09190145
2831591	Söldenhorn	soldenhorn	DE		0	Europe/Berlin	47.94007	9.84333				01	084	08436	08436010
2831593	Söldenau	soldenau	DE		0	Europe/Berlin	48.56083	13.21722		Soldenau,Söldenau		02	092	09275	09275138
2831596	Söldei	soldei	DE		0	Europe/Berlin	47.81074	11.01646				02	091	09190	09190130
2831597	Sölde	soelde	DE		0	Europe/Berlin	51.49691	7.5879				07	059	05913	05913000
2831604	Solchstorf	solchstorf	DE		0	Europe/Berlin	53.1625	10.56702				06	00	03360	03360004
2831605	Solching	solching	DE		0	Europe/Berlin	48.33036	12.13077				02	091	09177	09177139
2831610	Sölb	solb	DE		0	Europe/Berlin	47.91299	11.11639				02	091	09190	09190144
2831611	Solar	solar	DE		0	Europe/Berlin	49.18316	11.21404				02	095	09576	09576127
2831612	Solalinden	solalinden	DE		0	Europe/Berlin	48.09218	11.70671				02	091	09184	09184140
2831614	Soislieden	soislieden	DE		0	Europe/Berlin	50.78433	9.89361		Soislieden		05	066	06632	06632010
2831615	Soisdorf	soisdorf	DE		0	Europe/Berlin	50.76354	9.89598				05	066	06631	06631007
2831625	Soidtberg	soidtberg	DE		0	Europe/Berlin	51.85	14.48333				11	00	12071	12071193
2831627	Söhring	soehring	DE		0	Europe/Berlin	53.59697	11.1418				12	00	13074	13074072
2831631	Söhren	soehren	DE		0	Europe/Berlin	54.22075	10.59922				10	00	01055	01055028
2831632	Söhren	soehren	DE		0	Europe/Berlin	53.91063	10.42991				10	00	01060	01060096
2831633	Söhren	soehren	DE		0	Europe/Berlin	52.87898	9.55774				06	00	03358	03358024
2831645	Söhre	soehre	DE		0	Europe/Berlin	52.10281	9.95756				06	00	03254	03254011
2831649	Sohra	sohra	DE		0	Europe/Berlin	50.88463	13.48046		Sohra		13	00	14522	14522035
2831652	Soholmbrück	soholmbrueck	DE		0	Europe/Berlin	54.7	9.01667				10	00	01054	01054010
2831653	Söhnstetten	sohnstetten	DE		0	Europe/Berlin	48.67203	9.9864		Soehnstetten,Söhnstetten		01	081	08135	08135032
2831654	Sohnstedt	sohnstedt	DE		0	Europe/Berlin	50.96033	11.1723				15	00	16071	16071103
2831658	Söhlingen	soehlingen	DE		0	Europe/Berlin	53.08032	9.61457				06	00	03357	03357025
2831659	Sohlingen	sohlingen	DE		0	Europe/Berlin	51.672	9.60095				06	00	03155	03155012
2831664	Sohlener Straße	sohlener-strasse	DE		0	Europe/Berlin	52.05	11.65				14	00	15003	15003000
2831668	Sohlen	sohlen	DE		0	Europe/Berlin	52.047	11.64173				14	00	15003	15003000
2831672	Sohlberg	sohlberg	DE		0	Europe/Berlin	48.49487	8.36112				01	082	08237	08237004
2831681	Sohlbach	sohlbach	DE		0	Europe/Berlin	50.9511	8.16384		Sohlbach		07	059	05970	05970032
2831682	Sohlbach	sohlbach	DE		0	Europe/Berlin	50.93293	7.9925		Sohlbach		07	059	05970	05970040
2831683	Söhlbach	sohlbach	DE		0	Europe/Berlin	49.05565	9.31602				01	081	08125	08125008
2831685	Sohland	sohland	DE		7682	Europe/Berlin	51.04089	14.41897		Sohland		13	00	14625	14625560
2831686	Sohl	sohl	DE		0	Europe/Berlin	50.98136	8.34186				07	059	05970	05970004
2831687	Sohl	sohl	DE		0	Europe/Berlin	50.27567	12.28343		Sohl		13	00	14523	14523040
2831688	Sohl	sohl	DE		0	Europe/Berlin	49.00342	13.07965				02	092	09276	09276143
2831689	Söhl	sohl	DE		0	Europe/Berlin	47.96562	11.94609				02	091	09187	09187179
2831690	Sohl	sohl	DE		0	Europe/Berlin	47.88266	9.23136				01	084	08437	08437124
2831692	Söhesten	soehesten	DE		0	Europe/Berlin	51.19033	12.13164				14	00	15084	15084315
2831693	Sögtrop	soegtrop	DE		0	Europe/Berlin	51.26163	8.28889				07	059	05958	05958040
2831694	Sogritz	sogritz	DE		0	Europe/Berlin	49.73424	12.02934				02	093	09374	09374144
2831695	Söglingen	soglingen	DE		0	Europe/Berlin	48.56863	10.03794				01	084	08425	08425005
2831698	Sögeln	soegeln	DE		0	Europe/Berlin	52.45031	8.00608		Sogeln,Sögeln		06	00	03459	03459014
2831700	Sögeberg	soegeberg	DE		0	Europe/Berlin	52.51583	9.02119				06	00	03256	03256032
2831702	Söflingen	soflingen	DE		0	Europe/Berlin	48.3904	9.94941				01	084	08421	08421000
2831712	Sodingen	sodingen	DE		0	Europe/Berlin	51.53885	7.25516		Sodingen		07	059	05916	05916000
2831718	Söder	soeder	DE		0	Europe/Berlin	52.05641	10.09092				06	00	03254	03254022
2831721	Sodenberg	sodenberg	DE		0	Europe/Berlin	50.10147	9.8154				02	096	09672	09672127
2831723	Soden	soden	DE		0	Europe/Berlin	49.92636	9.21672				02	096	09676	09676160
2831726	Södelbronn	sodelbronn	DE		0	Europe/Berlin	49.35525	10.24255				02	095	09571	09571181
2831727	Södel	soedel	DE		2380	Europe/Berlin	50.39382	8.80474				05	064	06440	06440024
2831728	Socking	socking	DE		0	Europe/Berlin	48.67	13.25				02	092	09275	09275159
2831729	Söcking	soecking	DE		0	Europe/Berlin	48.00056	11.31738				02	091	09188	09188139
2831733	Söby	soeby	DE		0	Europe/Berlin	54.55501	9.92882				10	00	01058	01058082
2831734	Söbrigen	soebrigen	DE		0	Europe/Berlin	50.99609	13.87968				13	00	14612	14612000
2831735	Sobrigau	sobrigau	DE		0	Europe/Berlin	50.9807	13.78235				13	00	14628	14628220
2831741	Smuddenhoek	smuddenhoek	DE		0	Europe/Berlin	52.3	7.11667				06	00	03456	03456001
2831742	Smitershagen	smitershagen	DE		0	Europe/Berlin	54.2461	13.32538				12	00	13073	13073027
2831743	Smarso	smarso	DE		0	Europe/Berlin	51.68905	14.57956		Smarso,Smarzow,Smaržow		11	00	12071	12071414
2831744	Smarlingen	smarlingen	DE		0	Europe/Berlin	53.15	7.31667				06	00	03457	03457021
2831749	Slatterack	slatterack	DE		0	Europe/Berlin	54.39095	8.76904				10	00	01054	01054100
2831751	Slate	slate	DE		0	Europe/Berlin	53.39674	11.85305				12	00	13076	13076108
2831753	Slamen Ziegelei	slamen-ziegelei	DE		0	Europe/Berlin	51.58246	14.4137				11	00	12071	12071372
2831754	Slamen	slamen	DE		0	Europe/Berlin	51.56668	14.38705				11	00	12071	12071372
2831755	Skoplau	skoplau	DE		0	Europe/Berlin	51.15	12.85		Commichau-Skoplau,Skoplau		13	00	14729	14729080
2831757	Skerbersdorf	skerbersdorf	DE		0	Europe/Berlin	51.50158	14.81153		Skarbisecy,Skarbišecy,Skerbersdorf		13	00	14626	14626250
2831758	Skaup	skaup	DE		0	Europe/Berlin	51.32593	13.55706		Skaup		13	00	14627	14627060
2831759	Skässchen	skaesschen	DE		0	Europe/Berlin	51.3388	13.58543				13	00	14627	14627060
2831760	Skassa	skassa	DE		0	Europe/Berlin	51.28699	13.47163				13	00	14627	14627060
2831762	Skaska	skaska	DE		0	Europe/Berlin	51.34622	14.1806		Skaskow		13	00	14625	14625420
2831765	Skadow	skadow	DE		0	Europe/Berlin	51.80329	14.35291		Skadow,Skodow,Škódow		11	00	12052	12052000
2831769	Skaby	skaby	DE		0	Europe/Berlin	52.31667	13.85				11	00	12067	12067469
2831770	Sixtnitgern	sixtnitgern	DE		0	Europe/Berlin	48.33317	11.2097				02	091	09174	09174135
2831771	Sixthaselbach	sixthaselbach	DE		0	Europe/Berlin	48.49778	11.87131				02	091	09178	09178155
2831774	Sixtenberg	sixtenberg	DE		0	Europe/Berlin	49.75765	10.52352				02	096	09675	09675127
2831776	Sixenhof	sixenhof	DE		0	Europe/Berlin	48.8389	9.99168				01	081	08136	08136021
2831778	Sixdorf	sixdorf	DE		0	Europe/Berlin	51.73342	11.83278				14	00	15089	15089195
2831779	Sitzing	sitzing	DE		0	Europe/Berlin	48.35322	12.41658				02	091	09183	09183143
2831782	Sitzerath	sitzerath	DE		0	Europe/Berlin	49.60523	6.91649				09	00	10046	10046115
2831784	Sitzenroda	sitzenroda	DE		0	Europe/Berlin	51.44371	12.9701		Sitzenroda		13	00	14730	14730045
2831785	Sitzenkirch	sitzenkirch	DE		0	Europe/Berlin	47.73603	7.67223				01	083	08336	08336045
2831786	Sitzenhof	sitzenhof	DE		0	Europe/Berlin	49.33317	12.05808				02	093	09376	09376161
2831788	Sitzenberg	sitzenberg	DE		0	Europe/Berlin	49.12679	12.68217				02	093	09372	09372164
2831790	Sitzambuch	sitzambuch	DE		0	Europe/Berlin	49.51881	12.03869		Sitzambuch		02	093	09371	09371150
2831792	Sittlingen	sittlingen	DE		0	Europe/Berlin	49.0441	10.32835		Sittlingen		02	095	09571	09571136
2831793	Sittling	sittling	DE		0	Europe/Berlin	48.83303	11.772		Sittling		02	092	09273	09273152
2831795	Sittichenbach	sittichenbach	DE		0	Europe/Berlin	51.46596	11.51676		Sidekenbike [a. 1154],Sidichenbechiu,Sidikenbische [a. 1154],Sittichenbach		14	00	15087	15087130
2831801	Sitter	sitter	DE		0	Europe/Berlin	52.55938	7.90002				06	00	03459	03459010
2831803	Sittenhardt	sittenhardt	DE		0	Europe/Berlin	49.06006	9.6491				01	081	08127	08127076
2831804	Sittendorf	sittendorf	DE		0	Europe/Berlin	51.43476	11.10227		Sittendorf		14	00	15087	15087250
2831805	Sittenberg	sittenberg	DE		0	Europe/Berlin	48.66473	13.38584				02	092	09275	09275144
2831806	Sittenbach	sittenbach	DE		0	Europe/Berlin	48.33095	11.23206				02	091	09174	09174135
2831807	Sitten	sitten	DE		0	Europe/Berlin	51.2058	12.93318				13	00	14522	14522310
2831808	Sittelsdorf	sittelsdorf	DE		0	Europe/Berlin	48.77238	12.06775				02	092	09273	09273127
2831809	Sittel	sittel	DE		0	Europe/Berlin	51.20813	12.2198				13	00	14729	14729350
2831810	Sittardheide	sittardheide	DE		0	Europe/Berlin	51.13576	6.34959		Sittardheide		07	051	05116	05116000
2831813	Sittard	sittard	DE		0	Europe/Berlin	51.30301	6.28861				07	051	05166	05166016
2831814	Sittard	sittard	DE		0	Europe/Berlin	51.27701	6.38972		Sittard		07	051	05166	05166032
2831815	Sittard	sittard	DE		0	Europe/Berlin	51.1363	6.35588		Sittard		07	051	05116	05116000
2831817	Sistig	sistig	DE		0	Europe/Berlin	50.49141	6.51862				07	053	05366	05366024
2831818	Sisthal	sisthal	DE		0	Europe/Berlin	50.51667	6.53333				07	053	05366	05366024
2831819	Sissow	sissow	DE		0	Europe/Berlin	54.28642	13.23068				12	00	13073	13073038
2831820	Sirzenich	sirzenich	DE		0	Europe/Berlin	49.76375	6.59317				08	00	07235	07235137
2831826	Sirnau	sirnau	DE		0	Europe/Berlin	48.71825	9.34457		Esslingen-Sirnau,Sirnau		01	081	08116	08116019
2831829	Sirksfeld	sirksfeld	DE		0	Europe/Berlin	51.95738	7.11705				07	055	05558	05558012
2831830	Sirchingen	sirchingen	DE		0	Europe/Berlin	48.45795	9.40709				01	084	08415	08415078
2831831	Sirchenried	sirchenried	DE		0	Europe/Berlin	48.2805	11.05367				02	097	09771	09771160
2831832	Sirbis	sirbis	DE		0	Europe/Berlin	50.81019	12.04762				15	00	16076	16076086
2831835	Sipsdorf	sipsdorf	DE		0	Europe/Berlin	54.25348	10.87663				10	00	01055	01055027
2831839	Sipperhausen	sipperhausen	DE		0	Europe/Berlin	51.06373	9.47862		Sipperhausen		05	066	06634	06634013
2831841	Sippenau	sippenau	DE		0	Europe/Berlin	48.86688	11.96994				02	092	09273	09273125
2831842	Sipnitz	sipnitz	DE		0	Europe/Berlin	53.11407	11.16477				06	00	03354	03354008
2831854	Sinzenich	sinzenich	DE		0	Europe/Berlin	50.6603	6.64871				07	053	05366	05366044
2831855	Sinzenhof	sinzenhof	DE		0	Europe/Berlin	49.26394	11.94789				02	093	09371	09371148
2831856	Sinzendorf	sinzendorf	DE		0	Europe/Berlin	49.33825	12.66041				02	093	09372	09372171
2831857	Sinzenburg	sinzenburg	DE		0	Europe/Berlin	49.0001	9.34606				01	081	08119	08119087
2831859	Sinz	sinz	DE		0	Europe/Berlin	49.53301	6.43126		Sinz		09	00	10042	10042115
2831860	Sintmannsbuch	sintmannsbuch	DE		0	Europe/Berlin	49.60431	10.75476				02	095	09575	09575125
2831861	Sintmann	sintmann	DE		0	Europe/Berlin	49.61249	10.79424				02	095	09572	09572164
2831862	Sinthern	sinthern	DE		0	Europe/Berlin	50.9752	6.77911		Sinthern		07	053	05362	05362036
2831863	Sinswürden	sinswuerden	DE		0	Europe/Berlin	53.53102	8.24867				06	00	03461	03461003
2831864	Sinswinden	sinswinden	DE		0	Europe/Berlin	50.67063	9.99342				05	066	06631	06631023
2831865	Sinswang	sinswang	DE		0	Europe/Berlin	47.56655	10.00835				02	097	09780	09780132
2831866	Sinsum	sinsum	DE		0	Europe/Berlin	53.5814	8.34644				06	00	03461	03461003
2831867	Sinstorf	sinstorf	DE		0	Europe/Berlin	53.42391	9.98066				04	00	02000	02000000
2831868	Sinsteden	sinsteden	DE		0	Europe/Berlin	51.0483	6.65977				07	051	05162	05162028
2831869	Sinspert	sinspert	DE		0	Europe/Berlin	50.96795	7.67414		Sinspert		07	053	05374	05374040
2831871	Sinsleben	sinsleben	DE		0	Europe/Berlin	51.73635	11.3414				14	00	15085	15085110
2831873	Sinsenbach	sinsenbach	DE		0	Europe/Berlin	48.08459	8.31481				01	083	08326	08326052
2831874	Sinsen	sinsen	DE		0	Europe/Berlin	51.66578	7.18704		Sinsen,Sinsen-Lenkerbeck		07	055	05562	05562024
2831877	Sinnleithen	sinnleithen	DE		0	Europe/Berlin	49.56141	11.70499				02	093	09371	09371119
2831880	Sinningen	sinningen	DE		0	Europe/Berlin	52.18888	7.57267				07	055	05566	05566080
2831881	Sinningen	sinningen	DE		0	Europe/Berlin	48.14645	10.09369				01	084	08426	08426065
2831882	Sinning	sinning	DE		0	Europe/Berlin	48.69065	11.10681				02	091	09185	09185150
2831883	sinning	sinning	DE		0	Europe/Berlin	47.79315	12.18573				02	091	09187	09187169
2831885	Sinnetsbichl	sinnetsbichl	DE		0	Europe/Berlin	47.78686	11.89476				02	091	09182	09182123
2831886	Sinnerthal	sinnerthal	DE		0	Europe/Berlin	49.35187	7.14529		Sinnerthal		09	00	10043	10043114
2831887	Sinnershausen	sinnershausen	DE		0	Europe/Berlin	50.6716	10.22604				15	00	16066	16066086
2831888	Sinnersdorf	sinnersdorf	DE		5727	Europe/Berlin	51.02445	6.81787				07	053	05362	05362036
2831889	Sinnering	sinnering	DE		0	Europe/Berlin	48.41355	12.04257				02	091	09177	09177124
2831897	Sinkingen	sinkingen	DE		0	Europe/Berlin	48.156	8.50392				01	083	08326	08326041
2831898	Sinkershausen	sinkershausen	DE		0	Europe/Berlin	50.79614	8.59882				05	065	06534	06534010
2831901	Sinkenbach	sinkenbach	DE		0	Europe/Berlin	48.16517	12.12427				02	091	09183	09183119
2831902	Singwitz	singwitz	DE		0	Europe/Berlin	51.14096	14.40333		Dzeznikecy,Dźěžnikecy		13	00	14625	14625390
2831904	Singlis	singlis	DE		0	Europe/Berlin	51.05899	9.32162		Singlis		05	066	06634	06634001
2831905	Singlding	singlding	DE		0	Europe/Berlin	48.26834	11.90798				02	091	09177	09177117
2831908	Singham	singham	DE		0	Europe/Berlin	48.41619	13.19634				02	092	09275	09275124
2831912	Singern	singern	DE		0	Europe/Berlin	48.48656	11.40097				02	091	09186	09186125
2831918	Singenrain	singenrain	DE		0	Europe/Berlin	50.25434	9.88614				02	096	09672	09672149
2831921	Singenbach	singenbach	DE		0	Europe/Berlin	48.4884	11.34132				02	091	09186	09186125
2831928	Sindringen	sindringen	DE		0	Europe/Berlin	49.27917	9.47888				01	081	08126	08126028
2831929	Sindorf	sindorf	DE		0	Europe/Berlin	52.83586	9.50633				06	00	03358	03358024
2831930	Sindorf	sindorf	DE		0	Europe/Berlin	50.90506	6.67618		Sindorf		07	053	05362	05362032
2831931	Sindorf	sindorf	DE		0	Europe/Berlin	49.13401	12.96732				02	092	09276	09276113
2831933	Sindolsheim	sindolsheim	DE		0	Europe/Berlin	49.48711	9.45549				01	082	08225	08225082
2831934	Sindlingen	sindlingen	DE		0	Europe/Berlin	48.57059	8.80949				01	081	08115	08115053
2831935	Sindlhausen	sindlhausen	DE		0	Europe/Berlin	47.94596	11.99286				02	091	09187	09187179
2831937	Sindlbach	sindlbach	DE		0	Europe/Berlin	49.36326	11.45788				02	093	09373	09373113
2831938	Sindhub	sindhub	DE		0	Europe/Berlin	48.41528	12.22332				02	092	09274	09274118
2831939	Sindersfeld	sindersfeld	DE		0	Europe/Berlin	50.8688	8.87057				05	065	06534	06534011
2831940	Sindersdorf	sindersdorf	DE		0	Europe/Berlin	49.16319	11.27292				02	095	09576	09576127
2831941	Sinderlach	sinderlach	DE		0	Europe/Berlin	49.13701	10.76647		Sinderlach		02	095	09577	09577136
2831949	Sindeldorf	sindeldorf	DE		0	Europe/Berlin	49.34492	9.61158				01	081	08126	08126072
2831952	Sinbronn	sinbronn	DE		0	Europe/Berlin	49.06333	10.38861		Sinbronn		02	095	09571	09571136
2831953	Sinatengrün	sinatengrun	DE		0	Europe/Berlin	50.05928	12.04391				02	094	09479	09479169
2831954	Sinaburg	sinaburg	DE		0	Europe/Berlin	53.34944	8.46628				06	00	03461	03461002
2831955	Sinabronn	sinabronn	DE		0	Europe/Berlin	48.54011	9.95173				01	084	08425	08425075
2831956	Simtshausen	simtshausen	DE		0	Europe/Berlin	50.94135	8.70769				05	065	06534	06534015
2831957	Simssee	simssee	DE		0	Europe/Berlin	47.8638	12.21504				02	091	09187	09187177
2831959	Simserfilze	simserfilze	DE		0	Europe/Berlin	47.84879	12.16917				02	091	09187	09187177
2831961	Simselwitz	simselwitz	DE		0	Europe/Berlin	51.1434	13.16696				13	00	14522	14522080
2831963	Sims	sims	DE		0	Europe/Berlin	47.84885	12.17272				02	091	09187	09187177
2831965	Simprechtshausen	simprechtshausen	DE		0	Europe/Berlin	49.32652	9.83666				01	081	08126	08126056
2831966	Simpoln	simpoln	DE		0	Europe/Berlin	48.74396	13.46273				02	092	09272	09272119
2831967	Simpering	simpering	DE		0	Europe/Berlin	49.20194	12.9529				02	093	09372	09372135
2831968	Simonswolde	simonswolde	DE		0	Europe/Berlin	53.37483	7.40526				06	00	03452	03452012
2831972	Simonskall	simonskall	DE		0	Europe/Berlin	50.66677	6.35324		Simonskall		07	053	05358	05358016
2831974	Simonshofen	simonshofen	DE		0	Europe/Berlin	49.55005	11.26726		Simonshofen		02	095	09574	09574138
2831976	Simonshof	simonshof	DE		0	Europe/Berlin	53.24076	11.89169				11	00	12070	12070028
2831977	Simonshof	simonshof	DE		0	Europe/Berlin	50.41116	10.17891				02	096	09673	09673116
2831981	Simonshaus	simonshaus	DE		0	Europe/Berlin	51.21667	7.05				07	051	05124	05124000
2831983	Simonshagen	simonshagen	DE		0	Europe/Berlin	53.0877	12.01884				11	00	12070	12070125
2831990	Simmringen	simmringen	DE		0	Europe/Berlin	49.57901	9.90446		Simmringen		01	081	08128	08128058
2831993	Simmling	simmling	DE		0	Europe/Berlin	48.83229	12.98567				02	092	09271	09271119
2831995	Simmisweiler	simmisweiler	DE		0	Europe/Berlin	48.84049	10.17008				01	081	08136	08136088
2831996	Simmisweiler	simmisweiler	DE		0	Europe/Berlin	48.14165	9.9411				01	084	08426	08426135
2831998	Simmetshausen	simmetshausen	DE		0	Europe/Berlin	49.32255	9.87388				01	081	08127	08127008
2832000	Simmershausen	simmershausen	DE		0	Europe/Berlin	51.37049	9.51682				05	066	06633	06633009
2832001	Simmershausen	simmershausen	DE		0	Europe/Berlin	50.59203	10.03278				05	066	06631	06631012
2832002	Simmershausen	simmershausen	DE		0	Europe/Berlin	50.37248	10.64319				15	00	16069	16069062
2832004	Simmersdorf	simmersdorf	DE		0	Europe/Berlin	51.68984	14.60793		Simmersdorf,Zymjerojce,Žymjerojce		11	00	12071	12071153
2832005	Simmersdorf	simmersdorf	DE		0	Europe/Berlin	49.74839	10.75392				02	095	09572	09572143
2832008	Simmersbach	simmersbach	DE		0	Europe/Berlin	48.54813	8.13274				01	083	08317	08317102
2832009	Simmersbach	simmersbach	DE		0	Europe/Berlin	50.82244	8.37844				05	065	06532	06532009
2832016	Simmering	simmering	DE		0	Europe/Berlin	48.77324	13.23354				02	092	09272	09272152
2832017	Simmerhausen	simmerhausen	DE		0	Europe/Berlin	52.93322	8.47993		Simmerhausen		06	00	03458	03458012
2832018	Simmerberg	simmerberg	DE		0	Europe/Berlin	47.84725	10.36134				02	097	09777	09777176
2832019	Simmerberg	simmerberg	DE		0	Europe/Berlin	47.58702	9.94387		Simmerberg		02	097	09776	09776129
2832030	Simmelbuch	simmelbuch	DE		0	Europe/Berlin	49.97049	11.44003				02	094	09472	09472131
2832031	Simmelberg	simmelberg	DE		0	Europe/Berlin	49.53641	11.19404				02	095	09574	09574138
2832047	Simander	simander	DE		0	Europe/Berlin	52.92063	11.32227				06	00	03354	03354015
2832054	Silwingen	silwingen	DE		0	Europe/Berlin	49.42327	6.57209		Silwingen		09	00	10042	10042113
2832056	Silvitz	silvitz	DE		0	Europe/Berlin	54.39575	13.50323				12	00	13073	13073010
2832058	Silverbeek	silverbeek	DE		0	Europe/Berlin	51.1908	6.2375				07	051	05166	05166020
2832060	Silstedt	silstedt	DE		0	Europe/Berlin	51.86185	10.84883		Silstedt		14	00	15085	15085370
2832061	Silschede	silschede	DE		0	Europe/Berlin	51.35135	7.33275				07	059	05954	05954012
2832063	Silo	silo	DE		0	Europe/Berlin	52.43333	12.53333				11	00	12051	12051000
2832065	Silmersdorf	silmersdorf	DE		0	Europe/Berlin	53.26486	12.12444				11	00	12070	12070393
2832066	Silmenitz	silmenitz	DE		0	Europe/Berlin	54.28202	13.3864				12	00	13073	13073027
2832067	Sillium	sillium	DE		0	Europe/Berlin	52.07107	10.17231				06	00	03254	03254022
2832068	Silling	silling	DE		0	Europe/Berlin	48.66854	13.27781				02	092	09275	09275159
2832071	Sillerup	sillerup	DE		0	Europe/Berlin	54.67864	9.21365				10	00	01059	01059179
2832072	Sillertshausen	sillertshausen	DE		0	Europe/Berlin	48.53177	11.70813				02	091	09178	09178116
2832073	Sillersdorf	sillersdorf	DE		0	Europe/Berlin	47.85177	12.92182				02	091	09172	09172130
2832074	Sillerding	sillerding	DE		0	Europe/Berlin	48.07123	12.29289				02	091	09187	09187116
2832078	Sillenstede	sillenstede	DE		2220	Europe/Berlin	53.57437	7.985		Celensteda [a. 1138],Sillenstae,Sillenstä		06	00	03455	03455015
2832080	Sillenserdeich	sillenserdeich	DE		0	Europe/Berlin	53.56792	8.39302				06	00	03461	03461003
2832081	Sillens	sillens	DE		0	Europe/Berlin	53.56208	8.37839				06	00	03461	03461003
2832083	Sillenbuch	sillenbuch	DE		0	Europe/Berlin	48.74507	9.21212				01	081	08111	08111000
2832084	Sillen	sillen	DE		0	Europe/Berlin	49.1086	11.96703				02	093	09375	09375211
2832093	Silland	silland	DE		0	Europe/Berlin	53.51046	7.96736				06	00	03455	03455014
2832094	Sillading	sillading	DE		0	Europe/Berlin	48.36905	12.07059				02	091	09177	09177138
2832099	Silixen	silixen	DE		0	Europe/Berlin	52.13754	9.06372				07	057	05766	05766028
2832100	Silhöferau	silhoeferau	DE		0	Europe/Berlin	50.55	8.48333				05	065	06532	06532023
2832101	Silheim	silheim	DE		0	Europe/Berlin	48.39684	10.179				02	097	09774	09774119
2832102	Silges	silges	DE		0	Europe/Berlin	50.63702	9.81191				05	066	06631	06631019
2832103	Silenz	silenz	DE		0	Europe/Berlin	54.48383	13.29419				12	00	13073	13073045
2832104	Sildemow	sildemow	DE		0	Europe/Berlin	54.05219	12.13724				12	00	13072	13072077
2832107	Silberwäsche	silberwaesche	DE		0	Europe/Berlin	50.59716	12.99504				13	00	14521	14521020
2832110	Silbertal	silbertal	DE		0	Europe/Berlin	50.94337	11.79671				15	00	16074	16074009
2832111	Silberstraße	silberstrasse	DE		0	Europe/Berlin	50.66182	12.5513		Silberstrasse,Silberstraße		13	00	14524	14524320
2832116	Silbersee	silbersee	DE		0	Europe/Berlin	52.15	13.63333				11	00	12061	12061448
2832121	Silbersbach	silbersbach	DE		0	Europe/Berlin	49.18772	13.07781				02	093	09372	09372178
2832122	Silbersau	silbersau	DE		0	Europe/Berlin	47.74125	7.8815				01	083	08336	08336103
2832133	Silberhütte	silberhutte	DE		0	Europe/Berlin	51.81667	10.45		Altenauer Silberhutten,Altenauer Silberhütten,Silberhutte,Silberhütte		06			
2832134	Silberhütte	silberhuette	DE		0	Europe/Berlin	51.69535	10.50344				06	00	03153	03153016
2832135	Silberhütte	silberhuette	DE		0	Europe/Berlin	51.62866	11.09177		Silberhutte,Silberhütte		14	00	15085	15085145
2832136	Silberhütte	silberhutte	DE		0	Europe/Berlin	49.75884	12.3894				02	093	09377	09377112
2832141	Silberhof	silberhof	DE		0	Europe/Berlin	50.37514	9.8728				02	096	09672	09672163
2832150	Silbergasse	silbergasse	DE		0	Europe/Berlin	49.46667	8.75				01	082	08226	08226082
2832151	Silberg	silberg	DE		0	Europe/Berlin	51.03092	8.03736				07	059	05966	05966016
2832152	Silberg	silberg	DE		0	Europe/Berlin	50.85514	8.49646				05	065	06534	06534007
2832157	Silberborn	silberborn	DE		0	Europe/Berlin	51.76842	9.54416		Silberborn		06	00	03255	03255023
2832163	Silberberg	silberberg	DE		0	Europe/Berlin	52.25153	14.02595				11	00	12067	12067024
2832164	Silberberg	silberberg	DE		0	Europe/Berlin	49.06203	13.10911				02	092	09276	09276117
2832165	Silberberg	silberberg	DE		0	Europe/Berlin	48.78947	8.96384				01	081	08115	08115028
2832209	Silberbach	silberbach	DE		0	Europe/Berlin	50.25343	11.86853				02	094	09475	09475142
2832210	Silberbach	silberbach	DE		0	Europe/Berlin	50.12919	12.16398				02	094	09479	09479152
2832211	Silbecke	silbecke	DE		0	Europe/Berlin	51.14833	7.97749				07	059	05966	05966004
2832216	Silbach	silbach	DE		885	Europe/Berlin	51.22941	8.48299		Zil'bakh,Зильбах		07	059	05958	05958048
2832217	Silbach	silbach	DE		0	Europe/Berlin	50.53684	10.8033				15	00	16069	16069043
2832220	Sigrazhofen	sigrazhofen	DE		0	Europe/Berlin	47.76744	9.93098				01	084	08436	08436052
2832221	Sigratsbold	sigratsbold	DE		0	Europe/Berlin	47.71164	10.61042				02	097	09777	09777149
2832222	Sigras	sigras	DE		0	Europe/Berlin	49.60504	11.71649				02	093	09371	09371119
2832226	Sigmundsgrün	sigmundsgrun	DE		0	Europe/Berlin	50.28403	12.12122				02	094	09475	09475162
2832227	Sigmertshausen	sigmertshausen	DE		0	Europe/Berlin	48.32129	11.41414		Sigmertshausen,Simershausen		02	091	09174	09174141
2832229	Sigmarswangen	sigmarswangen	DE		0	Europe/Berlin	48.32932	8.61568				01	083	08325	08325057
2832230	Sigmarshofen	sigmarshofen	DE		0	Europe/Berlin	47.72499	9.66625				01	084	08436	08436018
2832234	Siglthann	siglthann	DE		0	Europe/Berlin	48.5403	12.88953				02	092	09277	09277111
2832235	Siglohe	siglohe	DE		0	Europe/Berlin	48.76753	11.07884				02	091	09185	09185153
2832236	Siglitzhof	siglitzhof	DE		0	Europe/Berlin	49.59635	11.45787		Siglitzhof		02	095	09574	09574135
2832237	Siglishofen	siglishofen	DE		0	Europe/Berlin	47.68333	9.55				01	084	08435	08435035
2832238	Siglisberg	siglisberg	DE		0	Europe/Berlin	47.68333	9.73333				01	084	08436	08436081
2832239	Siglingen	siglingen	DE		0	Europe/Berlin	49.29907	9.30694		Siglingen		01	081	08125	08125068
2832240	Siglhof	siglhof	DE		0	Europe/Berlin	48.54241	12.56968				02	092	09279	09279126
2832241	Siglfing	siglfing	DE		0	Europe/Berlin	48.31876	11.89812				02	091	09177	09177117
2832242	Siglershofen	siglershofen	DE		0	Europe/Berlin	49.07648	10.11014				01	081	08127	08127104
2832243	Sigl	sigl	DE		0	Europe/Berlin	49.62107	11.74871				02	093	09371	09371156
2832245	Sigisweiler	sigisweiler	DE		0	Europe/Berlin	49.32076	9.96848				01	081	08127	08127075
2832248	Sigiswang	sigiswang	DE		0	Europe/Berlin	47.48558	10.23267				02	097	09780	09780134
2832249	Sigishofen	sigishofen	DE		0	Europe/Berlin	47.50397	10.2664				02	097	09780	09780134
2832252	Siggermow	siggermow	DE		0	Europe/Berlin	54.3923	13.46452				12	00	13073	13073010
2832253	Siggenweiler	siggenweiler	DE		0	Europe/Berlin	47.69564	9.62662				01	084	08435	08435057
2832256	Siggenhofen	siggenhofen	DE		0	Europe/Berlin	48.20288	11.89725				02	091	09177	09177134
2832258	Siggenham	siggenham	DE		0	Europe/Berlin	47.85032	12.32432				02	091	09187	09187162
2832259	Siggeneben	siggeneben	DE		0	Europe/Berlin	54.2576	11.05017				10	00	01055	01055018
2832260	Siggen	siggen	DE		0	Europe/Berlin	47.78333	9.81667				01	084	08436	08436085
2832261	Siggen	siggen	DE		0	Europe/Berlin	47.71129	9.94663				01	084	08436	08436094
2832262	Siggen	siggen	DE		0	Europe/Berlin	54.29043	11.05477				10	00	01055	01055022
2832265	Sigersdorf	sigersdorf	DE		0	Europe/Berlin	48.09327	11.99475				02	091	09175	09175115
2832267	Siffelbrunn	siffelbrunn	DE		0	Europe/Berlin	48.7877	12.45839				02	092	09278	09278146
2832270	Siferling	siferling	DE		0	Europe/Berlin	47.90797	12.2183				02	091	09187	09187174
2832271	Siezbüttel	siezbuettel	DE		62	Europe/Berlin	54.05245	9.44758		Siezbuttel,Siezbüttel		10	00	01061	01061097
2832273	Siewisch	siewisch	DE		0	Europe/Berlin	51.67974	14.20247		Siewisch,Ziwize,Źiwize		11	00	12071	12071057
2832274	Sievertshagen	sievertshagen	DE		0	Europe/Berlin	54.17098	12.96026				12	00	13073	13073062
2832278	Sieverslake	sieverslake	DE		0	Europe/Berlin	52.36	13.82558				11	00	12067	12067201
2832280	Sievershütten	sievershuetten	DE		1161	Europe/Berlin	53.84238	10.11216		Sievershutten,Sievershütten	01060077	10	00	01060	01060077
2832281	Sievershausen	sievershausen	DE		0	Europe/Berlin	52.37115	10.13128		Saiiwershiusen,Siewershousen,Siewershusen,Sifrideshusen [a. 1234]		06	00	03241	03241011
2832282	Sievershausen	sievershausen	DE		0	Europe/Berlin	51.78809	9.99368				06	00	03155	03155013
2832283	Sievershausen	sievershausen	DE		0	Europe/Berlin	51.76959	9.65483				06	00	03155	03155003
2832284	Sievershagen	sievershagen	DE		0	Europe/Berlin	54.18295	10.90821				10	00	01055	01055029
2832285	Sievershagen	sievershagen	DE		0	Europe/Berlin	54.11274	12.03385				12	00	13072	13072064
2832286	Sievershagen	sievershagen	DE		0	Europe/Berlin	53.80888	11.16876				12	00	13074	13074079
2832288	Sieversfleth	sieversfleth	DE		0	Europe/Berlin	54.38707	8.82252				10	00	01054	01054135
2832289	Sieversen	sieversen	DE		0	Europe/Berlin	53.40651	9.8877				06	00	03353	03353029
2832292	Sieversdorf	sieversdorf	DE		0	Europe/Berlin	54.22801	10.22377				10	00	01057	01057058
2832293	Sieversdorf	sieversdorf	DE		0	Europe/Berlin	54.20292	10.55863				10	00	01055	01055028
2832294	Sieversdorf	sieversdorf	DE		0	Europe/Berlin	52.81993	12.39644				11	00	12068	12068409
2832295	Sieversdorf	sieversdorf	DE		0	Europe/Berlin	52.37819	14.37561				11	00	12067	12067237
2832296	Sieversbüll	sieversbuell	DE		0	Europe/Berlin	54.37871	8.68789				10	00	01054	01054150
2832297	Sievernich	sievernich	DE		0	Europe/Berlin	50.72747	6.66511				07	053	05358	05358060
2832298	Sievern	sievern	DE		0	Europe/Berlin	53.64848	8.60134				06	00	03352	03352062
2832299	Sieveringen	sieveringen	DE		0	Europe/Berlin	51.53164	8.0116		Sieveringen		07	059	05974	05974012
2832300	Sieverdingen	sieverdingen	DE		0	Europe/Berlin	52.91578	9.50412		Sieverdingen		06	00	03358	03358024
2832307	Sietwende	sietwende	DE		0	Europe/Berlin	53.71442	9.3745				06	00	03359	03359013
2832313	Sietow Dorf	sietow-dorf	DE		0	Europe/Berlin	53.43387	12.58061		Sietow,Sietow Dorf,Stetow		12	00	13071	13071137
2832314	Siethwende	siethwende	DE		0	Europe/Berlin	53.87712	9.34094				10	00	01061	01061018
2832315	Siethwende	siethwende	DE		0	Europe/Berlin	53.78756	9.57233				10	00	01061	01061101
2832320	Siethen	siethen	DE		0	Europe/Berlin	52.28397	13.21237		Siethen		11	00	12072	12072240
2832321	Sießen	siessen	DE		0	Europe/Berlin	48.21466	10.01447				01	084	08426	08426108
2832322	Sießen	siessen	DE		0	Europe/Berlin	47.99978	9.47392				01	084	08437	08437100
2832324	Siesel	siesel	DE		0	Europe/Berlin	51.22235	7.90277		Siesel		07	059	05962	05962052
2832325	Sieseby	sieseby	DE		0	Europe/Berlin	54.5937	9.86298				10	00	01058	01058162
2832329	Sierße	siersse	DE		0	Europe/Berlin	52.27278	10.33144		Sigerdessem [a. 1182]		06	00	03157	03157007
2832333	Siersdorf	siersdorf	DE		2768	Europe/Berlin	50.89827	6.22684				07	053	05358	05358004
2832334	Siersdorf	siersdorf	DE		0	Europe/Berlin	49.36787	6.65823				09	00	10044	10044114
2832339	Sieringhoek	sieringhoek	DE		0	Europe/Berlin	52.28275	7.13611				06	00	03456	03456001
2832340	Sierhausen	sierhausen	DE		0	Europe/Berlin	52.49934	8.19556				06	00	03460	03460002
2832341	Sierhagen	sierhagen	DE		0	Europe/Berlin	54.13007	10.77376				10	00	01055	01055002
2832343	Siepkwerdum	siepkwerdum	DE		0	Europe/Berlin	53.65703	7.53342				06	00	03462	03462006
2832345	Sieperting	sieperting	DE		0	Europe/Berlin	51.25879	8.14785		Sieperting		07	059	05958	05958016
2832347	Siepenbusch	siepenbusch	DE		0	Europe/Berlin	50.93997	6.08		Siepenbusch		07	053	05370	05370028
2832348	Siepen	siepen	DE		0	Europe/Berlin	51.65297	7.20696				07	055	05562	05562028
2832353	Siepe	siepe	DE		0	Europe/Berlin	52.72995	11.40707				14	00	15081	15081240
2832354	Siensbach	siensbach	DE		0	Europe/Berlin	48.10773	7.98702				01	083	08316	08316056
2832356	Sieningsen	sieningsen	DE		0	Europe/Berlin	51.61041	8.15764				07	059	05974	05974008
2832358	Sienerhöfe	sienerhoefe	DE		0	Europe/Berlin	49.7	7.51667				08	00	07134	07134082
2832360	Siendorf	siendorf	DE		0	Europe/Berlin	52.24521	8.51008				07	057	05758	05758028
2832362	Sienau	sienau	DE		0	Europe/Berlin	52.8239	11.1695				14	00	15081	15081455
2832366	Siems	siems	DE		0	Europe/Berlin	53.90724	10.77664				10	00	01003	01003000
2832367	Siems	siems	DE		0	Europe/Berlin	52.4995	11.20726				14	00	15081	15081135
2832369	Siemitz	siemitz	DE		0	Europe/Berlin	53.87571	12.19362				12	00	13072	13072071
2832370	Siemersdorf	siemersdorf	DE		0	Europe/Berlin	54.09514	12.8225				12	00	13073	13073093
2832371	Siemerode	siemerode	DE		0	Europe/Berlin	51.42281	10.12064		Selmanroth [a. 1055]	16061049	15	00	16061	16061049
2832372	Siemerkusen	siemerkusen	DE		0	Europe/Berlin	51.07892	7.49259		Siemerkusen		07	053	05374	05374024
2832373	Siemensstadt	siemensstadt	DE		11899	Europe/Berlin	52.54053	13.26294		Berlin-Siemensstadt		16	00	11000	11000000
2832374	Siemen	siemen	DE		0	Europe/Berlin	53.05411	11.22339				06	00	03354	03354008
2832381	Sielstetten	sielstetten	DE		0	Europe/Berlin	48.57673	11.87399				02	091	09178	09178132
2832382	Sielsdorf	sielsdorf	DE		0	Europe/Berlin	50.90187	6.85129		Sielsdorf		07	053	05362	05362028
2832383	Sielow	sielow	DE		0	Europe/Berlin	51.79932	14.30486		Sielow,Zylow,Žylow		11	00	12052	12052000
2832385	Sielmingen	sielmingen	DE		0	Europe/Berlin	48.67151	9.23873		Sielmingen		01	081	08116	08116077
2832386	Sielhorst	sielhorst	DE		0	Europe/Berlin	52.47054	8.5776		Sielhorst		07	057	05770	05770040
2832387	Sielhof	sielhof	DE		0	Europe/Berlin	53.66667	7.48333				06	00	03452	03452027
2832393	Sielen	sielen	DE		0	Europe/Berlin	51.55162	9.38028		Sielen		05	066	06633	06633025
2832394	Siele	siele	DE		0	Europe/Berlin	52.1643	8.54892		Siele		07	057	05758	05758008
2832396	Sielbeck	sielbeck	DE		0	Europe/Berlin	54.18108	10.62048				10	00	01055	01055012
2832397	Siekholz	siekholz	DE		0	Europe/Berlin	51.93717	9.14758				07	057	05766	05766060
2832403	Sieker	sieker	DE		0	Europe/Berlin	52.00491	8.56686				07	057	05711	05711000
2832404	Siekbüll	siekbuell	DE		0	Europe/Berlin	54.31667	8.76667				10	00	01054	01054035
2832411	Siehenfelde	siehenfelde	DE		0	Europe/Berlin	52.80438	8.1477				06	00	03453	03453003
2832414	Siehdichfür	siehdichfuer	DE		0	Europe/Berlin	50.44206	12.34869				13	00	14523	14523130
2832415	Siehdichfür	siehdichfur	DE		0	Europe/Berlin	48.7432	8.66161				01	082	08235	08235055
2832420	Siegum	siegum	DE		0	Europe/Berlin	54.82284	9.61681				10	00	01059	01059145
2832425	Siegrothsbruch	siegrothsbruch	DE		0	Europe/Berlin	52.76123	12.41223				11	00	12068	12068109
2832426	Sigrön	sigroen	DE		0	Europe/Berlin	52.98927	11.97527		Siegron,Siegrön		11	00	12070	12070008
2832427	Siegritzberg	siegritzberg	DE		0	Europe/Berlin	49.85556	11.27776				02	094	09472	09472197
2832434	Siegmar	siegmar	DE		0	Europe/Berlin	50.81667	12.85		Siegmar		13	00	14511	14511000
2832435	Siegmannsbrunn	siegmannsbrunn	DE		0	Europe/Berlin	49.76448	11.39349		Siegmannsbrunn		02	094	09472	09472179
2832437	Sieglos	sieglos	DE		0	Europe/Berlin	50.81812	9.73372				05	066	06632	06632007
2832439	Sieglitzhof	sieglitzhof	DE		0	Europe/Berlin	49.60046	11.03996				02	095	09562	09562000
2832443	Sieglitz	sieglitz	DE		0	Europe/Berlin	51.65564	11.83893				14	00	15089	15089195
2832444	Sieglitz	sieglitz	DE		0	Europe/Berlin	51.23255	13.34013				13	00	14627	14627130
2832445	Sieglitz	sieglitz	DE		0	Europe/Berlin	51.16939	13.41884		Sieglitz		13	00	14627	14627080
2832446	Sieglitz	sieglitz	DE		0	Europe/Berlin	51.0649	11.75647				14	00	15084	15084341
2832447	Sieglgut	sieglgut	DE		0	Europe/Berlin	48.59223	13.46954				02	092	09262	09262000
2832448	Sieglberg	sieglberg	DE		0	Europe/Berlin	48.58854	13.46585				02	092	09262	09262000
2832449	Sieglar	sieglar	DE		0	Europe/Berlin	50.79939	7.12156		Sieglar		07	053	05382	05382068
2832450	Siegl	siegl	DE		0	Europe/Berlin	48.58118	13.14791				02	092	09275	09275154
2832452	Siegharting	siegharting	DE		0	Europe/Berlin	48.40335	13.13612				02	092	09277	09277112
2832453	Siegharting	siegharting	DE		0	Europe/Berlin	47.8353	12.28779				02	091	09187	09187162
2832454	Siegharting	siegharting	DE		0	Europe/Berlin	47.83586	12.23341				02	091	09187	09187167
2832455	Siegharting	siegharting	DE		0	Europe/Berlin	47.768	12.19384				02	091	09187	09187172
2832460	Siegfried	siegfried	DE		0	Europe/Berlin	50.93013	13.20125		Siegfried		13	00	14522	14522230
2832466	Siegertshofen	siegertshofen	DE		0	Europe/Berlin	49.07122	11.6377				02	093	09373	09373115
2832467	Siegertshofen	siegertshofen	DE		0	Europe/Berlin	48.25653	10.64322				02	097	09772	09772141
2832468	Siegertshofen	siegertshofen	DE		0	Europe/Berlin	47.88872	11.52337				02	091	09173	09173120
2832469	Siegertsbrunn	siegertsbrunn	DE		0	Europe/Berlin	48.02013	11.72894				02	091	09184	09184127
2832470	Siegerstorf	siegerstorf	DE		0	Europe/Berlin	48.59139	12.79755				02	092	09277	09277111
2832471	Siegersleben	siegersleben	DE		0	Europe/Berlin	52.13291	11.25769				14	00	15083	15083190
2832472	Siegersdorf	siegersdorf	DE		0	Europe/Berlin	49.55339	11.37514				02	095	09574	09574155
2832473	Siegersdorf	siegersdorf	DE		0	Europe/Berlin	49.07538	12.76603				02	092	09278	09278178
2832474	Siegersdorf	siegersdorf	DE		0	Europe/Berlin	48.80268	12.06614				02	092	09273	09273127
2832476	Siegersbach	siegersbach	DE		0	Europe/Berlin	48.57504	12.65936				02	092	09279	09279134
2832480	Siegenwieden	siegenwieden	DE		0	Europe/Berlin	47.84666	9.73974				01	084	08436	08436014
2832482	Siegenthal	siegenthal	DE		0	Europe/Berlin	50.78935	7.7604				08	00	07132	07132054
2832484	Siegenstein	siegenstein	DE		0	Europe/Berlin	49.09516	12.35618				02	093	09372	09372169
2832485	Siegensdorf	siegensdorf	DE		0	Europe/Berlin	48.67923	12.20456				02	092	09274	09274127
2832486	Siegenhofen	siegenhofen	DE		0	Europe/Berlin	49.31382	11.95132				02	093	09371	09371146
2832487	Siegenhofen	siegenhofen	DE		0	Europe/Berlin	49.23957	11.53736				02	093	09373	09373119
2832488	Siegenhofen	siegenhofen	DE		0	Europe/Berlin	48.96293	10.60641				02	097	09779	09779197
2832489	Siegenhof	siegenhof	DE		0	Europe/Berlin	48.71667	9.45				01	081	08116	08116058
2832490	Siegenfurt	siegenfurt	DE		0	Europe/Berlin	49.02126	12.7021				02	092	09278	09278129
2832491	Siegendorf	siegendorf	DE		0	Europe/Berlin	49.83641	10.40603				02	096	09678	09678164
2832496	Siegelsum	siegelsum	DE		0	Europe/Berlin	53.5	7.28333				06	00	03452	03452024
2832500	Siegelsdorf	siegelsdorf	DE		0	Europe/Berlin	51.59207	12.07273				14	00	15082	15082440
2832501	Siegelsdorf	siegelsdorf	DE		0	Europe/Berlin	49.50661	10.87471				02	095	09563	09563000
2832502	Siegelsdorf	siegelsdorf	DE		0	Europe/Berlin	49.41607	12.31253				02	093	09376	09376112
2832503	Siegelsdorf	siegelsdorf	DE		0	Europe/Berlin	48.59949	12.99019				02	092	09277	09277142
2832504	Siegelsberg	siegelsberg	DE		0	Europe/Berlin	48.99486	9.59355				01	081	08119	08119044
2832507	Siegelhof	siegelhof	DE		0	Europe/Berlin	50.50419	12.81163		Siegelhof		13	00	14521	14521550
2832508	Siegelhof	siegelhof	DE		0	Europe/Berlin	49.30019	9.70432				01	081	08126	08126046
2832509	Siegelhausen	siegelhausen	DE		0	Europe/Berlin	48.90513	9.31057				01	081	08118	08118049
2832510	Siegelfeld	siegelfeld	DE		0	Europe/Berlin	50.11722	10.78162				02	096	09674	09674130
2832514	Siegelbach	siegelbach	DE		0	Europe/Berlin	50.80236	10.93323		Siegelbach		15	00	16070	16070004
2832515	Siegelbach	siegelbach	DE		0	Europe/Berlin	49.46753	7.69168		Siegelbach		08	00	07312	07312000
2832516	Siegelbach	siegelbach	DE		0	Europe/Berlin	49.32823	9.32777		Siegelbach		01	081	08125	08125063
2832517	Siegelau	siegelau	DE		0	Europe/Berlin	48.14549	7.97791				01	083	08316	08316014
2832520	Siegburg Mülldorf	siegburg-muelldorf	DE		0	Europe/Berlin	50.78333	7.2				07	053	05382	05382056
2832523	Siegadel	siegadel	DE		0	Europe/Berlin	51.99668	14.1175				11	00	12061	12061450
2832526	Siefhofen	siefhofen	DE		0	Europe/Berlin	48.63492	11.25438				02	091	09185	09185116
2832531	Siefenwang	siefenwang	DE		0	Europe/Berlin	48.33754	10.60184				02	097	09772	09772131
2832532	Siefenhoven	siefenhoven	DE		0	Europe/Berlin	50.65	7.3		Siefenhoven		07	053	05382	05382008
2832534	Siefen	siefen	DE		0	Europe/Berlin	50.99353	7.20519				07	053	05378	05378004
2832535	Siefen	siefen	DE		0	Europe/Berlin	50.94978	7.57782				07	053	05374	05374048
2832536	Siefen	siefen	DE		0	Europe/Berlin	50.88276	7.33318				07	053	05382	05382040
2832540	Siedlung Wulkow	siedlung-wulkow	DE		0	Europe/Berlin	52.39393	13.89202				11	00	12067	12067201
2832541	Siedlung Werbellinsee	siedlung-werbellinsee	DE		0	Europe/Berlin	52.92691	12.94189				11	00	12068	12068280
2832542	Weißes Moor	weisses-moor	DE		0	Europe/Berlin	52.59702	10.6733		Siedlung Weisses Moor,Siedlung Weißes Moor,Weisses Moor,Weißes Moor		06	00	03151	03151036
2832543	Siedlung Weinberge	siedlung-weinberge	DE		0	Europe/Berlin	52.2	13.46667				11	00	12072	12072477
2832544	Siedlung Waldidyll	siedlung-waldidyll	DE		0	Europe/Berlin	52.5732	13.27907				16	00	11000	11000000
2832545	Siedlung Trebnitz	siedlung-trebnitz	DE		0	Europe/Berlin	51.1	12.05				14	00	15084	15084490
2832546	Siedlung Spreetal	siedlung-spreetal	DE		0	Europe/Berlin	52.39716	13.89955				11	00	12067	12067201
2832547	Siedlung Six	siedlung-six	DE		0	Europe/Berlin	52.28717	13.00438				11	00	12069	12069596
2832548	Siedlung Schwinge	siedlung-schwinge	DE		0	Europe/Berlin	53.98855	13.14954				12	00	13075	13075082
2832549	Schönwalde-Siedlung	schoenwalde-siedlung	DE		0	Europe/Berlin	52.59906	13.13136		Schonwalde-Siedlung,Schönwalde-Siedlung,Siedlung Schonwalde,Siedlung Schönwalde		11	00	12063	12063273
2832550	Siedlung Schneckenstein	siedlung-schneckenstein	DE		0	Europe/Berlin	50.41438	12.44524				13	00	14523	14523245
2832552	Siedlung Schäperwald	siedlung-schaeperwald	DE		0	Europe/Berlin	52.23333	12.86667				11	00	12069	12069052
2832553	Siedlung Ruhebank	siedlung-ruhebank	DE		0	Europe/Berlin	50.78333	13.01667				13	00	14511	14511000
2832554	Siedlung Osterbrock	siedlung-osterbrock	DE		0	Europe/Berlin	52.63333	7.31667				06	00	03454	03454014
2832555	Siedlung Oppendorf	siedlung-oppendorf	DE		0	Europe/Berlin	54.32582	10.2102				10	00	01002	01002000
2832556	Siedlung Nord	siedlung-nord	DE		0	Europe/Berlin	52.38333	9.41667				06	00	03257	03257011
2832557	Siedlung Messeweg	siedlung-messeweg	DE		0	Europe/Berlin	52.26667	10.58333				06	00	03101	03101000
2832558	Siedlung Mastbruch	siedlung-mastbruch	DE		357	Europe/Berlin	52.25694	10.57259				06	00	03101	03101000
2832559	Siedlung Markendorf	siedlung-markendorf	DE		0	Europe/Berlin	52.31529	14.48774		Markendorf-Siedlung,Siedlung Markendorf		11	00	12053	12053000
2832560	Siedlung Leinetal	siedlung-leinetal	DE		0	Europe/Berlin	51.89779	9.93421		Leinetal,Siedlung Leinetal		06	00	03155	03155013
2832562	Siedlung Krusenbusch	siedlung-krusenbusch	DE		0	Europe/Berlin	53.1	8.25		Krusenbusch,Siedlung Krusenbusch		06	00	03403	03403000
2832563	Siedlung Horstfelde	siedlung-horstfelde	DE		0	Europe/Berlin	52.22289	13.393				11	00	12072	12072477
2832564	Siedlung Hammerschmiede	siedlung-hammerschmiede	DE		0	Europe/Berlin	48.39995	10.91184		Hammerschmiede,Siedlung Hammerschmiede		02	097	09761	09761000
2832565	Siedlung Hagholz	siedlung-hagholz	DE		0	Europe/Berlin	52.30967	11.06317				14	00	15083	15083411
2832566	Siedlung Geweke	siedlung-geweke	DE		0	Europe/Berlin	51.35857	7.42543				07	059	05914	05914000
2832567	Siedlung Gebesee	siedlung-gebesee	DE		0	Europe/Berlin	51.09719	10.89427				15	00	16068	16068014
2832568	Gartenstadt Falkenhöh	gartenstadt-falkenhoeh	DE		0	Europe/Berlin	52.55548	13.14282		Gartenstadt Falkenhoh,Gartenstadt Falkenhöh,Siedlung Falkenhoh,Siedlung Falkenhöh		11	00	12063	12063080
2832569	Siedlung Erika	siedlung-erika	DE		0	Europe/Berlin	51.64404	13.78674				11	00	12062	12062333
2832570	Siedlung Eigenheim	siedlung-eigenheim	DE		0	Europe/Berlin	52.76667	13.2		Eigenheim Siedlung,Eigenheim Siedlung Oranienburg,Siedlung Eigenheim		11	00	12065	12065256
2832571	Siedlung Deuben	siedlung-deuben	DE		0	Europe/Berlin	51.11667	12.1				14	00	15084	15084490
2832572	Siedlung Büblingshausen	siedlung-bueblingshausen	DE		0	Europe/Berlin	50.54304	8.5325		Kolonie Wetzlar-Bublingshausen,Kolonie Wetzlar-Büblingshausen,Siedlung Bublingshausen,Siedlung Büblingshausen		05	065	06532	06532023
2832573	Siedlung Branitz	siedlung-branitz	DE		0	Europe/Berlin	51.76667	14.36667				11	00	12052	12052000
2832574	Siedlung Bergheide	siedlung-bergheide	DE		0	Europe/Berlin	52.29464	13.02915				11	00	12069	12069397
2832575	Siedlung Bärenkeller	siedlung-barenkeller	DE		0	Europe/Berlin	48.39321	10.85749		Baerenkeller,Bärenkeller,Siedlung Barenkeller,Siedlung Bärenkeller		02	097	09761	09761000
2832576	Siedlung am Motzener See	siedlung-am-motzener-see	DE		0	Europe/Berlin	52.2	13.56667				11	00	12072	12072477
2832577	Siedlung am Hammergraben	siedlung-am-hammergraben	DE		0	Europe/Berlin	51.77829	14.37034				11	00	12052	12052000
2832578	Siedlung Am Hagen	siedlung-am-hagen	DE		0	Europe/Berlin	53.64263	10.21561		Am Hagen,Franz-Seldte-Siedlung,Siedlung Am Hagen		10	00	01062	01062001
2832579	Siedlung Adler	siedlung-adler	DE		0	Europe/Berlin	51.4224	14.22019				13	00	14625	14625240
2832582	Siedlinghausen	siedlinghausen	DE		0	Europe/Berlin	51.25049	8.47315		Siedlinghausen		07	059	05958	05958048
2832583	Siedling	siedling	DE		0	Europe/Berlin	49.15517	12.66527				02	093	09372	09372164
2832584	Siedinghausen	siedinghausen	DE		0	Europe/Berlin	52.05511	8.22965				07	057	05754	05754048
2832585	Siedinghausen	siedinghausen	DE		0	Europe/Berlin	52.26777	8.74151				07	057	05770	05770004
2832587	Siedersdorf	siedersdorf	DE		0	Europe/Berlin	51.49587	12.17219				14	00	15088	15088195
2832588	Siedentramm	siedentramm	DE		0	Europe/Berlin	52.67635	11.19323				14	00	15081	15081280
2832593	Siedengrieben	siedengrieben	DE		0	Europe/Berlin	52.70717	11.12073		Siedengrieben		14	00	15081	15081045
2832595	Siedendolsleben	siedendolsleben	DE		0	Europe/Berlin	52.81637	10.92432		Siedendolsleben		14	00	15081	15081095
2832596	Siedenbüssow	siedenbuessow	DE		0	Europe/Berlin	53.84649	13.25924				12	00	13075	13075002
2832598	Siedenbrünzow	siedenbruenzow	DE		396	Europe/Berlin	53.89697	13.14546		Siedenbrunzow,Siedenbrünzow,Zidenbrincov,Zidenbrjuncov,xi deng bu lin cuo,Зиденбринцов,Зиденбрюнцов,锡登布林措		12	00	13071	13071136
2832600	Siedenbögen	siedenboegen	DE		0	Europe/Berlin	52.85307	8.32146				06	00	03460	03460010
2832601	Siedenberg	siedenberg	DE		0	Europe/Berlin	50.85045	7.72409		Siedenberg		07	053	05374	05374028
2832604	Sieden	sieden	DE		0	Europe/Berlin	52.66701	8.92399				06	00	03251	03251008
2832606	Siedelsbrunn	siedelsbrunn	DE		0	Europe/Berlin	49.54986	8.80781				05	064	06431	06431021
2832609	Siedelbach	siedelbach	DE		0	Europe/Berlin	47.93956	8.13867				01	083	08315	08315016
2832610	Siedelbach	siedelbach	DE		0	Europe/Berlin	49.51064	10.69886				02	095	09575	09575145
2832615	Seidau	seidau	DE		0	Europe/Berlin	51.18704	14.4182		Zidow,Židow		13	00	14625	14625020
2832616	Siedamsdorf	siedamsdorf	DE		0	Europe/Berlin	50.08691	11.18717				02	094	09478	09478176
2832619	Siecke	siecke	DE		0	Europe/Berlin	53.16773	10.66342				06	00	03355	03355013
2832620	Siechhäusen	siechhaeusen	DE		0	Europe/Berlin	48.36016	11.38621				02	091	09174	09174131
2832622	Siechenhof	siechenhof	DE		0	Europe/Berlin	51.1	10.66667				15	00	16064	16064003
2832623	Siechenhaus	siechenhaus	DE		0	Europe/Berlin	48.73333	11.41667				02	091	09161	09161000
2832626	Siechendorf	siechendorf	DE		0	Europe/Berlin	48.46442	11.73728				02	091	09178	09178157
2832634	Siechen	siechen	DE		0	Europe/Berlin	49.22575	12.67947				02	093	09372	09372116
2832636	Sieboldshausen	sieboldshausen	DE		0	Europe/Berlin	51.47032	9.88894				06	00	03159	03159029
2832637	Siebnach	siebnach	DE		0	Europe/Berlin	48.13265	10.66215		Siebnach		02	097	09778	09778137
2832638	Siebmannshorst	siebmannshorst	DE		0	Europe/Berlin	53.15111	12.53863				11	00	12068	12068468
2832639	Sieblos	sieblos	DE		0	Europe/Berlin	50.50666	9.90967				05	066	06631	06631021
2832641	Siebleben	siebleben	DE		0	Europe/Berlin	50.94265	10.74622				15	00	16067	16067029
2832642	Siebitz	siebitz	DE		0	Europe/Berlin	51.22022	14.23639		Zejicy		13	00	14625	14625440
2832643	Siebitz	siebitz	DE		0	Europe/Berlin	51.16461	14.34602		Dziwocicy,Dźiwoćicy,Siebitz		13	00	14625	14625150
2832647	Siebetshaus	siebetshaus	DE		0	Europe/Berlin	53.54869	7.92077				06	00	03455	03455015
2832648	Siebestock	siebestock	DE		0	Europe/Berlin	53.28744	7.61315				06	00	03457	03457011
2832651	Siebertshausen	siebertshausen	DE		0	Europe/Berlin	50.97832	9.35939				05	066	06634	06634004
2832656	Siebersbach	siebersbach	DE		0	Europe/Berlin	49.01935	9.46841				01	081	08119	08119075
2832657	Siebers	siebers	DE		0	Europe/Berlin	47.55575	9.88197				02	097	09776	09776129
2832658	Sieberöd	sieberod	DE		0	Europe/Berlin	48.02625	12.67378				02	091	09189	09189134
2832661	Sieberhausen	sieberhausen	DE		0	Europe/Berlin	51.42913	9.26062				05	066	06633	06633029
2832662	Sieberding	sieberding	DE		0	Europe/Berlin	48.70875	13.17473				02	092	09271	09271127
2832664	Sieberatsreute	sieberatsreute	DE		0	Europe/Berlin	47.76001	9.70055				01	084	08436	08436079
2832667	Sieber	sieber	DE		0	Europe/Berlin	51.69899	10.42669		Sieber		06	00	03159	03159019
2832672	Siebenstern	siebenstern	DE		0	Europe/Berlin	51.70618	9.03574				07	057	05762	05762004
2832674	Siebensee	siebensee	DE		0	Europe/Berlin	48.53448	12.10762				02	092	09261	09261000
2832675	Siebensäure	siebensaeure	DE		0	Europe/Berlin	50.47527	12.94884				13	00	14521	14521560
2832678	Siebenplaneten	siebenplaneten	DE		0	Europe/Berlin	51.48329	7.34693				07	059	05911	05911000
2832680	Siebenmorgen	siebenmorgen	DE		0	Europe/Berlin	50.95	7.11667				07	053	05378	05378004
2832681	Siebenmorgen	siebenmorgen	DE		0	Europe/Berlin	50.57078	7.47				08	00	07138	07138006
2832686	Siebenkofen	siebenkofen	DE		0	Europe/Berlin	48.80585	12.64355				02	092	09278	09278167
2832687	Siebenknie	siebenknie	DE		0	Europe/Berlin	48.97802	9.53476				01	081	08119	08119044
2832690	Siebenhufen	siebenhufen	DE		0	Europe/Berlin	51.19793	14.93016				13	00	14626	14626520
2832691	Siebenhöfen	siebenhoefen	DE		0	Europe/Berlin	53.59136	9.56371				06	00	03359	03359026
2832692	Siebenhöfen	siebenhoefen	DE		0	Europe/Berlin	51.93416	9.06286				07	057	05766	05766016
2832693	Siebenhöfen	siebenhoefen	DE		0	Europe/Berlin	50.6156	12.92995				13	00	14521	14521610
2832694	Siebenhitz	siebenhitz	DE		0	Europe/Berlin	50.52752	12.01149				13	00	14523	14523365
2832695	Siebenhitz	siebenhitz	DE		0	Europe/Berlin	50.49994	12.2838				13	00	14523	14523120
2832696	Siebenhitz	siebenhitz	DE		0	Europe/Berlin	50.4749	12.33841				13	00	14523	14523290
2832697	Siebenhitz	siebenhitz	DE		0	Europe/Berlin	50.48333	12.25				13	00	14523	14523270
2832698	Siebenhitz	siebenhitz	DE		0	Europe/Berlin	50.43148	12.08288				13	00	14523	14523300
2832699	Siebenhitz	siebenhitz	DE		0	Europe/Berlin	50.35875	11.83357				02	094	09475	09475141
2832701	Siebenhausen	siebenhausen	DE		0	Europe/Berlin	51.6917	12.23123				14	00	15082	15082015
2832702	Siebenhasen	siebenhasen	DE		0	Europe/Berlin	48.72454	13.38526				02	092	09275	09275152
2832709	Siebengattern	siebengattern	DE		0	Europe/Berlin	48.34248	12.70062				02	092	09277	09277134
2832710	Siebengadern	siebengadern	DE		0	Europe/Berlin	48.44919	12.48536				02	092	09277	09277121
2832711	Siebenellen	siebenellen	DE		0	Europe/Berlin	48.90219	13.42976				02	092	09272	09272143
2832712	Siebeneichhöfe	siebeneichhofe	DE		0	Europe/Berlin	48.94306	10.82		Siebeneichhofe,Siebeneichhöfe		02	095	09577	09577173
2832716	Siebeneich	siebeneich	DE		0	Europe/Berlin	49.19265	9.3909				01	081	08126	08126011
2832717	Siebenecksknöll	siebenecksknoell	DE		0	Europe/Berlin	53.9	9.71667				10	00	01061	01061117
2832718	Siebenecken	siebenecken	DE		0	Europe/Berlin	48.52494	11.5694				02	091	09186	09186143
2832719	Siebenbrunn	siebenbrunn	DE		0	Europe/Berlin	50.3086	12.30278		Markneukirchen-Siebenbrunn,Siebenbrunn		13	00	14523	14523200
2832720	Siebenbrunn	siebenbrunn	DE		0	Europe/Berlin	50.05339	11.50804				02	094	09477	09477158
2832721	Siebenbrunn	siebenbrunn	DE		0	Europe/Berlin	48.32281	10.92664				02	097	09761	09761000
2832722	Siebenborn	siebenborn	DE		0	Europe/Berlin	50.26165	7.62667		Siebenborn		08	00	07137	07137204
2832723	Siebenborn	siebenborn	DE		0	Europe/Berlin	49.93436	6.99253				08	00	07231	07231081
2832724	Siebenbergen	siebenbergen	DE		0	Europe/Berlin	53.26949	7.52266				06	00	03457	03457013
2832725	Siebenbergen	siebenbergen	DE		0	Europe/Berlin	53.75	10.26667				10	00	01062	01062016
2832735	Siebenbauern	siebenbauern	DE		0	Europe/Berlin	52.30562	8.86942				07	057	05770	05770024
2832738	Siebenackern	siebenackern	DE		0	Europe/Berlin	52.27208	8.78547				07	057	05770	05770012
2832742	Siebels	siebels	DE		0	Europe/Berlin	51.15	7.01667				07	051	05122	05122000
2832751	Siddinghausen	siddinghausen	DE		0	Europe/Berlin	51.53126	7.79365		Siddinghausen		07	059	05978	05978036
2832752	Siddinghausen	siddinghausen	DE		0	Europe/Berlin	51.52259	8.53006		Siddinghausen		07	057	05774	05774016
2832753	Siddessen	siddessen	DE		0	Europe/Berlin	51.66302	9.14729		Siddessen		07	057	05762	05762016
2832754	Siddernhausen	siddernhausen	DE		0	Europe/Berlin	52.82828	10.0185				06	00	03351	03351004
2832756	Sickling	sickling	DE		0	Europe/Berlin	48.73021	13.58168				02	092	09272	09272151
2832757	Sickling	sickling	DE		0	Europe/Berlin	48.66828	13.67741				02	092	09275	09275126
2832758	Sicklasberg	sicklasberg	DE		0	Europe/Berlin	49.06071	12.72695				02	092	09278	09278143
2832761	Sickingmühle	sickingmuehle	DE		0	Europe/Berlin	51.7006	7.12131				07	055	05562	05562024
2832762	Sickingen	sickingen	DE		0	Europe/Berlin	49.09194	8.78833				01	082	08215	08215059
2832763	Sickingen	sickingen	DE		0	Europe/Berlin	48.38085	8.96944				01	084	08417	08417031
2832764	Sicking	sicking	DE		0	Europe/Berlin	48.82509	13.04464				02	092	09271	09271148
2832765	Sicking	sicking	DE		0	Europe/Berlin	48.48461	13.29692				02	092	09275	09275145
2832770	Sickertshofen	sickertshofen	DE		0	Europe/Berlin	48.29888	11.34928				02	091	09174	09174143
2832771	Sickershausen	sickershausen	DE		0	Europe/Berlin	49.72115	10.18381				02	096	09675	09675141
2832775	Sickenreuth	sickenreuth	DE		0	Europe/Berlin	50.0068	11.70066				02	094	09472	09472143
2832777	Sickenhofen	sickenhofen	DE		0	Europe/Berlin	49.94801	8.93052				05	064	06432	06432002
2832778	Sickenhausen	sickenhausen	DE		2000	Europe/Berlin	48.53252	9.18114				01	084	08415	08415061
2832779	Sickenhausen	sickenhausen	DE		0	Europe/Berlin	48.37795	11.64362				02	091	09178	09178137
2832780	Sickendorf	sickendorf	DE		0	Europe/Berlin	50.63737	9.34577				05	065	06535	06535011
2832782	Sickenberg	sickenberg	DE		0	Europe/Berlin	51.28678	10.01033				15	00	16061	16061002
2832783	Sickenberg	sickenberg	DE		0	Europe/Berlin	48.17198	11.95141				02	091	09177	09177119
2832784	Sickels	sickels	DE		0	Europe/Berlin	50.53558	9.64419				05	066	06631	06631009
2832786	Sichtigvor	sichtigvor	DE		0	Europe/Berlin	51.48462	8.27659		Sichtigvor		07	059	05974	05974044
2832787	Sichertshausen	sichertshausen	DE		0	Europe/Berlin	50.69342	8.72105				05	065	06534	06534009
2832788	Sichertshausen	sichertshausen	DE		0	Europe/Berlin	49.37639	9.90028				01	081	08128	08128082
2832790	Sichersreuth	sichersreuth	DE		0	Europe/Berlin	50.01946	12.02891				02	094	09479	09479111
2832791	Sichersdorf	sichersdorf	DE		0	Europe/Berlin	49.39344	10.9317				02	095	09573	09573127
2832792	Sichersdorf	sichersdorf	DE		0	Europe/Berlin	49.2013	10.43582				02	095	09571	09571166
2832794	Sichenhausen	sichenhausen	DE		0	Europe/Berlin	50.47806	9.24238				05	065	06535	06535016
2832797	Sichelreuth	sichelreuth	DE		0	Europe/Berlin	50.29894	11.22504				15	00	16072	16072024
2832798	Sichelnstein	sichelnstein	DE		0	Europe/Berlin	51.35263	9.63904				06	00	03159	03159034
2832806	Sibstin	sibstin	DE		0	Europe/Berlin	54.15389	10.83357				10	00	01055	01055002
2832807	Sibratshofen	sibratshofen	DE		0	Europe/Berlin	47.63056	10.08354				02	097	09780	09780144
2832808	Sibratshausen	sibratshausen	DE		0	Europe/Berlin	47.66667	9.53333				01	084	08435	08435035
2832811	Siboling	siboling	DE		0	Europe/Berlin	48.0313	12.44055				02	091	09189	09189126
2832812	Siblin	siblin	DE		0	Europe/Berlin	54.05002	10.55939				10	00	01055	01055001
2832816	Sibichhausen	sibichhausen	DE		0	Europe/Berlin	47.94297	11.35411				02	091	09188	09188113
2832817	Siberatsweiler	siberatsweiler	DE		0	Europe/Berlin	47.6275	9.69692				01	084	08436	08436001
2832820	Sibbesdorf	sibbesdorf	DE		0	Europe/Berlin	51.78251	12.03011				14	00	15082	15082256
2832824	Sibbersdorf	sibbersdorf	DE		0	Europe/Berlin	54.15835	10.66152				10	00	01055	01055012
2832825	Sibbentrup	sibbentrup	DE		0	Europe/Berlin	52.01389	9.08887				07	057	05766	05766024
2832828	Seyweiler	seyweiler	DE		0	Europe/Berlin	49.16091	7.2704		Seyweiler		09	00	10045	10045113
2832829	Seysdorf	seysdorf	DE		0	Europe/Berlin	48.54516	11.71955				02	091	09178	09178116
2832832	Seyen	seyen	DE		0	Europe/Berlin	50.64079	7.57583				08	00	07138	07138050
2832833	Seydewitz	seydewitz	DE		0	Europe/Berlin	51.42007	13.18149		Seydewitz		13	00	14730	14730045
2832834	Seyde	seyde	DE		0	Europe/Berlin	50.76267	13.65717		Seyde		13	00	14628	14628170
2832835	Seyda	seyda	DE		1043	Europe/Berlin	51.88163	12.90812		Seyda		14	00	15091	15091145
2832839	Seyboldsdorf	seyboldsdorf	DE		0	Europe/Berlin	48.48009	12.34091				02	092	09274	09274184
2832844	Sewekow	sewekow	DE		0	Europe/Berlin	53.24888	12.65453				11	00	12068	12068468
2832846	Sevinghausen	sevinghausen	DE		0	Europe/Berlin	51.46052	7.12391		Sevinghausen		07	059	05911	05911000
2832848	Severloh	severloh	DE		0	Europe/Berlin	52.76699	10.11849				06	00	03351	03351026
2832849	Severinghausen	severinghausen	DE		0	Europe/Berlin	52.50065	8.09105				06	00	03460	03460007
2832850	Severinghausen	severinghausen	DE		0	Europe/Berlin	51.26624	7.37694				07	059	05954	05954008
2832854	Sevenich	sevenich	DE		0	Europe/Berlin	50.97007	6.39236		Sevenich		07	053	05358	05358056
2832855	Sevenich	sevenich	DE		0	Europe/Berlin	50.2358	7.3324				08	00	07137	07137501
2832856	Sevenich	sevenich	DE		0	Europe/Berlin	50.12639	7.48316		Sevenich		08	00	07140	07140010
2832857	Sevelten	sevelten	DE		0	Europe/Berlin	52.81097	8.06125				06	00	03453	03453003
2832859	Sevelen	sevelen	DE		0	Europe/Berlin	51.49298	6.42869				07	051	05154	05154020
2832860	Seuversholz	seuversholz	DE		0	Europe/Berlin	48.95067	11.18312				02	091	09176	09176155
2832861	Seußlitz	seusslitz	DE		0	Europe/Berlin	51.24279	13.4198				13	00	14627	14627190
2832862	Seußling	seussling	DE		0	Europe/Berlin	49.79185	10.9986				02	094	09471	09471111
2832863	Seußen	seussen	DE		0	Europe/Berlin	50.03333	12.15723				02	094	09479	09479112
2832864	Seupahn	seupahn	DE		0	Europe/Berlin	51.08973	12.80194				13	00	14522	14522280
2832865	Seulohe	seulohe	DE		0	Europe/Berlin	49.34766	11.96445				02	093	09371	09371120
2832868	Seulbitz an der Sächsischen Saale	seulbitz-an-der-sachsischen-saale	DE		0	Europe/Berlin	50.21253	11.8716				02	094	09475	09475168
2832869	Seulbitz	seulbitz	DE		0	Europe/Berlin	49.94602	11.65144				02	094	09462	09462000
2832870	Seulberg	seulberg	DE		0	Europe/Berlin	50.24303	8.65105				05	064	06434	06434002
2832872	Seugenhof	seugenhof	DE		0	Europe/Berlin	49.30906	12.95202				02	093	09372	09372124
2832874	Seugen	seugen	DE		0	Europe/Berlin	48.54318	11.54655				02	091	09186	09186143
2832876	Seugast	seugast	DE		0	Europe/Berlin	49.60348	11.89562		Seugast		02	093	09371	09371121
2832877	Seufertshof	seufertshof	DE		0	Europe/Berlin	49.70589	10.377				02	095	09575	09575157
2832878	Seuchau	seuchau	DE		0	Europe/Berlin	49.31561	12.87169				02	093	09372	09372126
2832879	Seubtendorf	seubtendorf	DE		0	Europe/Berlin	50.47318	11.80889		Seubtendorf		15	00	16075	16075132
2832880	Seubrigshausen	seubrigshausen	DE		0	Europe/Berlin	50.22888	10.32488		Seubrigshausen		02	096	09672	09672135
2832881	Seubetenreuth	seubetenreuth	DE		0	Europe/Berlin	50.22349	11.51346				02	094	09477	09477148
2832882	Seubersdorf	seubersdorf	DE		0	Europe/Berlin	50.0344	11.29176				02	094	09478	09478176
2832883	Seubersdorf	seubersdorf	DE		0	Europe/Berlin	49.41922	10.73636				02	095	09571	09571135
2832884	Seubersdorf	seubersdorf	DE		5035	Europe/Berlin	49.16212	11.62714				02	093	09373	09373160
2832885	Seubelsdorf	seubelsdorf	DE		0	Europe/Berlin	50.13786	11.04967				02	094	09478	09478139
2832886	Setzsteig	setzsteig	DE		0	Europe/Berlin	52.0287	12.44157				11	00	12069	12069665
2832892	Setzelsdorf	setzelsdorf	DE		0	Europe/Berlin	50.15095	10.83939				02	094	09473	09473165
2832893	Setzelbach	setzelbach	DE		0	Europe/Berlin	50.69276	9.90684				05	066	06631	06631022
2832899	Settrup	settrup	DE		0	Europe/Berlin	52.48658	7.62551				06	00	03459	03459017
2832903	Settinchen	settinchen	DE		0	Europe/Berlin	51.70304	13.92042		Settinchen,Zytym,Žytym		11	00	12066	12066052
2832904	Settin	settin	DE		0	Europe/Berlin	53.53882	11.60883				12	00	13076	13076140
2832906	Setterich	setterich	DE		0	Europe/Berlin	50.92187	6.20401				07	053	05334	05334008
2832908	Settenbeck	settenbeck	DE		0	Europe/Berlin	52.21667	8.76667				06			
2832909	Settele	settele	DE		0	Europe/Berlin	47.76113	10.69966				02	097	09777	09777171
2832910	Settel	settel	DE		0	Europe/Berlin	52.16535	7.79468				07	055	05566	05566040
2832913	Sethlerhemm	sethlerhemm	DE		0	Europe/Berlin	53.68348	9.20632				06	00	03352	03352022
2832914	Sethe	sethe	DE		0	Europe/Berlin	52.98781	8.55036				06	00	03458	03458005
2832917	Sestewitz	sestewitz	DE		0	Europe/Berlin	51.2425	12.425				13	00	14729	14729190
2832919	Sestelin	sestelin	DE		0	Europe/Berlin	54.0232	13.32813				12	00	13075	13075025
2832923	Sessenreuth	sessenreuth	DE		0	Europe/Berlin	50.10159	11.61791				02	094	09477	09477163
2832936	Serwest	serwest	DE		0	Europe/Berlin	52.93514	13.92929				11	00	12060	12060045
2832941	Serrfeld	serrfeld	DE		0	Europe/Berlin	50.2136	10.57009				02	096	09673	09673172
2832942	Serrest	serrest	DE		0	Europe/Berlin	50.96134	6.41052				07	053	05358	05358024
2832943	Serres	serres	DE		0	Europe/Berlin	48.89372	8.87513				01	082	08236	08236065
2832946	Serrahn	serrahn	DE		0	Europe/Berlin	53.66467	12.35856		Serrahn		12	00	13072	13072059
2832949	Sernow	sernow	DE		0	Europe/Berlin	51.93736	13.22937				11	00	12072	12072298
2832953	Sermuth	sermuth	DE		0	Europe/Berlin	51.16112	12.79095		Sermuth		13	00	14729	14729080
2832956	Serm	serm	DE		0	Europe/Berlin	51.34858	6.71023				07	051	05112	05112000
2832957	Serkenrode	serkenrode	DE		0	Europe/Berlin	51.21224	8.07621		Serkenrode		07	059	05966	05966012
2832958	Serkendorf	serkendorf	DE		0	Europe/Berlin	50.08053	11.09169				02	094	09478	09478165
2832959	Serka	serka	DE		0	Europe/Berlin	51.26353	12.84147				13	00	14729	14729160
2832960	Seringhausen	seringhausen	DE		0	Europe/Berlin	51.58119	8.23748		Seringhausen		07	059	05974	05974016
2832961	Seringhausen	seringhausen	DE		0	Europe/Berlin	51.21667	7.26667		Seringhausen		07	051	05124	05124000
2832963	Seriem	seriem	DE		0	Europe/Berlin	53.68969	7.65249				06	00	03462	03462010
2832966	Sereetz	sereetz	DE		0	Europe/Berlin	53.92231	10.73802				10	00	01055	01055035
2832967	Serbitz	serbitz	DE		0	Europe/Berlin	51.06268	12.45285				15	00	16077	16077048
2832969	Serach	serach	DE		0	Europe/Berlin	48.75	9.31667				01	081	08116	08116019
2832972	Seppensen	seppensen	DE		0	Europe/Berlin	53.30105	9.87341				06	00	03353	03353005
2832973	Seppenrade	seppenrade	DE		0	Europe/Berlin	51.76315	7.39311		Seppenrade		07	055	05558	05558024
2832974	Seppenhofen	seppenhofen	DE		0	Europe/Berlin	47.87389	8.34888				01	083	08315	08315070
2832975	Seppenhausen	seppenhausen	DE		0	Europe/Berlin	48.9709	12.35852				02	093	09375	09375183
2832976	Seppenberg	seppenberg	DE		0	Europe/Berlin	48.04315	12.37619				02	091	09189	09189142
2832978	Sepel	sepel	DE		0	Europe/Berlin	54.12219	10.37243		Sepel		10	00	01057	01057053
2832980	Senzke	senzke	DE		0	Europe/Berlin	52.65665	12.61778				11	00	12063	12063202
2832983	Senzenberg	senzenberg	DE		0	Europe/Berlin	48.98215	9.92613				01	081	08127	08127013
2832984	Sentrup	sentrup	DE		0	Europe/Berlin	52.14277	8.10392				06	00	03459	03459004
2832992	Sensenhammer	sensenhammer	DE		0	Europe/Berlin	50.55111	10.78646				15	00	16069	16069043
2832993	Sensenhammer	sensenhammer	DE		0	Europe/Berlin	49.58942	10.63337				02	095	09575	09575118
2832995	Sensenbach	sensenbach	DE		0	Europe/Berlin	50.62306	7.62574				08	00	07138	07138070
2833001	Sensau	sensau	DE		0	Europe/Berlin	48.06173	12.0526				02	091	09175	09175137
2833002	Sennlich	sennlich	DE		0	Europe/Berlin	52.3055	7.88279				07	055	05566	05566092
2833013	Sennestadt	sennestadt	DE		0	Europe/Berlin	51.94548	8.58414				07	057	05711	05711000
2833014	Senne-Siewecke	senne-siewecke	DE		0	Europe/Berlin	51.90602	8.67513				07	057	05754	05754036
2833017	Sennelager	sennelager	DE		0	Europe/Berlin	51.77166	8.7113		Sennelager		07	057	05774	05774032
2833022	Stukenbrock-Senne	stukenbrock-senne	DE		0	Europe/Berlin	51.87011	8.69048		Senne,Stukenbrock-Senne		07	057	05754	05754036
2833028	Senkendorf	senkendorf	DE		0	Europe/Berlin	49.84175	11.88807				02	093	09377	09377128
2833034	Senheim	senheim	DE		606	Europe/Berlin	50.08333	7.21667		Zenkhajm,sen hai mu,Зенхайм,Зенхајм,森海姆	07135079	08	00	07135	07135079
2833035	Senhals	senhals	DE		0	Europe/Berlin	50.08681	7.20265				08	00	07135	07135079
2833037	Sengwarden	sengwarden	DE		0	Europe/Berlin	53.59336	8.04749		Sengwarden		06	00	03405	03405000
2833038	Sengscheid	sengscheid	DE		0	Europe/Berlin	49.25602	7.09798				09	00	10045	10045117
2833039	Senglingen	senglingen	DE		0	Europe/Berlin	47.73333	9.58333				01	084	08436	08436064
2833041	Sengkofen	sengkofen	DE		0	Europe/Berlin	48.92425	12.28864				02	093	09375	09375170
2833042	Senging	senging	DE		0	Europe/Berlin	48.78434	13.34319				02	092	09272	09272142
2833043	Senging	senging	DE		0	Europe/Berlin	48.55403	13.03167				02	092	09275	09275112
2833051	Sengenried	sengenried	DE		0	Europe/Berlin	48.39754	11.26642				02	091	09174	09174111
2833052	Sengenbühl	sengenbuhl	DE		0	Europe/Berlin	49.26923	12.867				02	093	09372	09372126
2833060	Sengelhof	sengelhof	DE		0	Europe/Berlin	49.31944	10.26837				02	095	09571	09571125
2833061	Sengelbusch	sengelbusch	DE		0	Europe/Berlin	50.9265	7.63197				07	053	05374	05374040
2833067	Sengach	sengach	DE		0	Europe/Berlin	48.94843	8.80847				01	082	08236	08236040
2833068	Seng	seng	DE		0	Europe/Berlin	48.1946	12.76096				02	091	09171	09171114
2833070	Senftenhütte	senftenhuette	DE		0	Europe/Berlin	52.93338	13.86003				11	00	12060	12060045
2833072	Senftenberg-West	senftenberg-west	DE		0	Europe/Berlin	51.52778	13.95388				11	00	12066	12066285
2833074	Sendschotten	sendschotten	DE		0	Europe/Berlin	51.04162	7.7653				07	059	05966	05966008
2833075	Sendling	sendling	DE		0	Europe/Berlin	48.01353	12.16736				02	091	09187	09187164
2833083	Sendelbach	sendelbach	DE		0	Europe/Berlin	48.51036	8.10944				01	083	08317	08317067
2833084	Sendelbach	sendelbach	DE		0	Europe/Berlin	50.04683	10.81012				02	096	09674	09674190
2833085	Sendelbach	sendelbach	DE		0	Europe/Berlin	49.99026	9.58953		Sendelbach		02	096	09677	09677155
2833086	Sendelbach	sendelbach	DE		0	Europe/Berlin	49.48296	11.36999				02	095	09574	09574120
2833087	Sendelbach	sendelbach	DE		0	Europe/Berlin	48.48609	8.01819				01	083	08317	08317021
2833088	Sende	sende	DE		0	Europe/Berlin	51.91503	8.58156				07	057	05754	05754036
2833091	Sempt	sempt	DE		0	Europe/Berlin	48.18286	11.89769				02	091	09175	09175118
2833093	Semper	semper	DE		0	Europe/Berlin	54.49143	13.51378				12	00	13073	13073049
2833094	Semmler	semmler	DE		0	Europe/Berlin	48.62138	13.10861				02	092	09275	09275114
2833095	Semmichau	semmichau	DE		0	Europe/Berlin	51.17172	14.30398		Semmichau,Zemichow		13	00	14625	14625150
2833096	Semmersteig	semmersteig	DE		0	Europe/Berlin	47.7	9.96667				01	084	08436	08436094
2833097	Semmersdorf	semmersdorf	DE		0	Europe/Berlin	49.01444	12.71407				02	092	09278	09278129
2833098	Semmerin	semmerin	DE		0	Europe/Berlin	53.20188	11.52825				12	00	13076	13076097
2833101	Semmelsberg	semmelsberg	DE		0	Europe/Berlin	51.125	13.43276		Semmelsberg		13	00	14627	14627100
2833111	Semlin	semlin	DE		0	Europe/Berlin	53.15046	11.75003				11	00	12070	12070173
2833112	Semlin	semlin	DE		0	Europe/Berlin	52.65962	12.3876				11	00	12063	12063252
2833115	Semig	semig	DE		0	Europe/Berlin	50.55	9.81667				05	066	06631	06631003
2833116	Semerskirchen	semerskirchen	DE		0	Europe/Berlin	48.78582	12.08034				02	092	09273	09273127
2833117	Semd	semd	DE		0	Europe/Berlin	49.87374	8.89021				05	064	06432	06432010
2833118	Sembzin	sembzin	DE		0	Europe/Berlin	53.46264	12.608		Sembzin		12	00	13071	13071077
2833119	Sembten	sembten	DE		0	Europe/Berlin	52.01349	14.63811				11	00	12071	12071337
2833120	Semberg	semberg	DE		0	Europe/Berlin	51.4269	7.43251				07	059	05954	05954020
2833124	Sembauer	sembauer	DE		0	Europe/Berlin	48.42164	13.32807				02	092	09275	09275141
2833127	Selzerbrunnen	selzerbrunnen	DE		0	Europe/Berlin	50.23333	8.75				05	064	06440	06440012
2833131	Selxen	selxen	DE		0	Europe/Berlin	52.06231	9.28293				06	00	03252	03252001
2833132	Selverderfeld	selverderfeld	DE		0	Europe/Berlin	53.27575	7.68324				06	00	03457	03457008
2833133	Selverde	selverde	DE		0	Europe/Berlin	53.29666	7.70437		Selverde		06	00	03457	03457020
2833134	Seltz	seltz	DE		0	Europe/Berlin	53.75784	13.21326				12	00	13071	13071059
2833135	Seltmoor	seltmoor	DE		0	Europe/Berlin	52.34059	8.72058				07	057	05770	05770012
2833136	Seltmanns	seltmanns	DE		0	Europe/Berlin	49.65	10.08333				02	096	09679	09679170
2833145	Seltendorf	seltendorf	DE		0	Europe/Berlin	50.38418	11.06142				15	00	16072	16072023
2833152	Selsten	selsten	DE		0	Europe/Berlin	51.04639	6.03916				07	053	05370	05370032
2833156	Selsendorf	selsendorf	DE		0	Europe/Berlin	50.38338	11.02684				15	00	16072	16072015
2833157	Selsen	selsen	DE		0	Europe/Berlin	52.09902	8.9772				07	057	05766	05766036
2833158	Selscheid	selscheid	DE		0	Europe/Berlin	51.23224	7.79452				07	059	05962	05962052
2833159	Selschede	selschede	DE		0	Europe/Berlin	51.31882	8.02488				07	059	05958	05958044
2833161	Selow	selow	DE		0	Europe/Berlin	53.90039	11.97578				12	00	13072	13072053
2833162	Selmsdorf-Hof	selmsdorf-hof	DE		0	Europe/Berlin	53.86771	10.84856		Selmsdorf-Hof		12	00	13074	13074076
2833164	Selmnau	selmnau	DE		0	Europe/Berlin	47.58666	9.62394				02	097	09776	09776128
2833165	Selmigerheide	selmigerheide	DE		0	Europe/Berlin	51.63917	7.78218				07	059	05915	05915000
2833166	Selmer Heide	selmer-heide	DE		0	Europe/Berlin	51.70087	7.44575				07	059	05978	05978032
2833171	Sellthüren	sellthuren	DE		0	Europe/Berlin	47.80185	10.41726		Sellthuren,Sellthurn,Sellthüren,Sellthürn		02	097	09777	09777138
2833172	Sellstedt	sellstedt	DE		0	Europe/Berlin	53.5175	8.72847				06	00	03352	03352050
2833173	Sellscheid	sellscheid	DE		0	Europe/Berlin	51.14358	7.17528				07	053	05378	05378032
2833174	Sellnrod	sellnrod	DE		0	Europe/Berlin	50.58094	9.09557				05	065	06535	06535013
2833177	Sellingsloh	sellingsloh	DE		0	Europe/Berlin	52.81489	9.07845				06	00	03256	03256015
2833179	Sellinghausen	sellinghausen	DE		0	Europe/Berlin	51.21292	8.26459				07	059	05958	05958040
2833180	Selling	selling	DE		0	Europe/Berlin	49.23496	12.72744				02	093	09372	09372116
2833186	Sellien	sellien	DE		0	Europe/Berlin	53.06412	10.86385				06	00	03354	03354027
2833189	Sellhorn	sellhorn	DE		0	Europe/Berlin	53.3462	9.42388				06	00	03357	03357021
2833191	Sellhausen	sellhausen	DE		0	Europe/Berlin	51.45514	7.79568				07	059	05962	05962040
2833192	Sellessen	sellessen	DE		0	Europe/Berlin	51.60654	14.40007		Sellessen,Zelezna		11	00	12071	12071372
2833194	Selleris	selleris	DE		0	Europe/Berlin	50.94065	12.41547				15	00	16077	16077036
2833197	Sellerhausen	sellerhausen	DE		0	Europe/Berlin	51.34804	12.43133		Sellerhausen,Sellerhausen-Stuenz,Sellerhausen-Stünz		13	00	14713	14713000
2833199	Sellerbach	sellerbach	DE		0	Europe/Berlin	49.30656	6.90461				09	00	10041	10041515
2833201	Sellentin	sellentin	DE		0	Europe/Berlin	54.3382	13.22222				12	00	13073	13073073
2833203	Sellenstedt	sellenstedt	DE		0	Europe/Berlin	52.01426	9.93473		Sellenstie,Sellstie		06	00	03254	03254045
2833204	Sellenrade	sellenrade	DE		0	Europe/Berlin	51.12707	7.81922				07	059	05962	05962036
2833206	Sellendorf	sellendorf	DE		0	Europe/Berlin	51.95801	13.54095				11	00	12061	12061471
2833207	Sellenbergerhof	sellenbergerhof	DE		0	Europe/Berlin	49.67645	9.84997				02	096	09679	09679153
2833210	Sellen	sellen	DE		0	Europe/Berlin	52.16672	7.31536				07	055	05566	05566084
2833215	Sellanger	sellanger	DE		0	Europe/Berlin	50.3224	11.78269				02	094	09475	09475171
2833216	Sella	sella	DE		0	Europe/Berlin	51.38715	13.98421		Lindhain,Sella		11	00	12066	12066116
2833217	Sella	sella	DE		0	Europe/Berlin	51.31667	13.83333				13	00	14625	14625270
2833220	Selkinghausen	selkinghausen	DE		0	Europe/Berlin	51.28616	7.55996				07	059	05914	05914000
2833222	Selkentrop	selkentrop	DE		0	Europe/Berlin	51.16754	8.21457		Selkentrop		07	059	05958	05958040
2833227	Selka	selka	DE		0	Europe/Berlin	50.8752	12.31016				15	00	16077	16077043
2833229	Selingstadt	selingstadt	DE		0	Europe/Berlin	49.12905	11.14966				02	095	09576	09576126
2833230	Selingsdorf	selingsdorf	DE		0	Europe/Berlin	49.20844	10.53151		Selingsdorf		02	095	09571	09571115
2833233	Selingau	selingau	DE		0	Europe/Berlin	49.95716	11.93079				02	093	09377	09377115
2833237	Seligenthal	seligenthal	DE		0	Europe/Berlin	50.79563	7.27557				07	053	05382	05382060
2833238	Seligenthal	seligenthal	DE		0	Europe/Berlin	50.76417	10.47515				15	00	16066	16066023
2833241	Seligenstädt	seligenstaedt	DE		0	Europe/Berlin	50.94686	12.09908				15	00	16052	16052000
2833244	Seligenporten	seligenporten	DE		0	Europe/Berlin	49.26372	11.31068				02	093	09373	09373156
2833245	Selhorst	selhorst	DE		0	Europe/Berlin	51.78427	8.31259				07	057	05754	05754024
2833246	Selhofe	selhofe	DE		0	Europe/Berlin	52.1775	8.35539				06	00	03459	03459024
2833248	Selhausen	selhausen	DE		0	Europe/Berlin	50.86503	6.43574				07	053	05358	05358048
2833249	Selgetsweiler	selgetsweiler	DE		0	Europe/Berlin	47.8838	9.13866		Selgetsweiler		01	083	08335	08335096
2833250	Selgersdorf	selgersdorf	DE		0	Europe/Berlin	50.88886	6.40715				07	053	05358	05358024
2833252	Selgenstadt	selgenstadt	DE		0	Europe/Berlin	49.20873	10.76887				02	095	09571	09571229
2833253	Selgenstadt	selgenstadt	DE		0	Europe/Berlin	49.16908	10.17212				01	081	08127	08127101
2833260	Seldeneck	seldeneck	DE		0	Europe/Berlin	49.41292	10.1466				01	081	08128	08128020
2833272	Selber Vorwerk	selber-vorwerk	DE		0	Europe/Berlin	50.15845	12.1441				02	094	09479	09479152
2833275	Selbensberg	selbensberg	DE		0	Europe/Berlin	47.77902	10.67801				02	097	09777	09777151
2833277	Selbenhausen	selbenhausen	DE		0	Europe/Berlin	50.53333	8.21667				05	065	06533	06533012
2833278	Selben	selben	DE		0	Europe/Berlin	51.4983	12.36563				13	00	14730	14730070
2833281	Selbecke	selbecke	DE		0	Europe/Berlin	51.09269	8.14721		Selbecke,zlbkh,زلبكه		07	059	05966	05966016
2833282	Selbecke	selbecke	DE		0	Europe/Berlin	51.33539	7.47278		Selbecke,zlbkh,زلبكه		07	059	05914	05914000
2833284	Selbeck	selbeck	DE		0	Europe/Berlin	51.36748	6.86242		Selbeck		07	051	05117	05117000
2833285	Selbeck	selbeck	DE		0	Europe/Berlin	51.98097	9.08329				07	057	05766	05766012
2833297	Selau	selau	DE		0	Europe/Berlin	51.19795	12.00374				14	00	15084	15084550
2833299	Seitzweiler	seitzweiler	DE		0	Europe/Berlin	49.50715	7.27201				09	00	10046	10046111
2833300	Seitzental	seitzental	DE		0	Europe/Berlin	48.65503	8.72246				01	082	08235	08235047
2833301	Seitzenhahn	seitzenhahn	DE		0	Europe/Berlin	50.1256	8.1198				05	064	06439	06439015
2833303	Seitschen	seitschen	DE		0	Europe/Berlin	51.16461	14.32669		Grossseitschen,Großseitschen,Seitschen,Zicen,Žičeń		13	00	14625	14625150
2833304	Seitsberg	seitsberg	DE		0	Europe/Berlin	48.88413	10.06914				01	081	08136	08136033
2833305	Seitingen	seitingen	DE		0	Europe/Berlin	48.02052	8.7298				01	083	08327	08327055
2833307	Seiterswald	seiterswald	DE		0	Europe/Berlin	49.36667	7				09	00	10043	10043112
2833308	Seitersdorf	seitersdorf	DE		0	Europe/Berlin	49.17519	10.80446				02	095	09577	09577138
2833309	Seitenthal	seitenthal	DE		0	Europe/Berlin	49.78751	11.84422				02	093	09374	09374157
2833312	Seitenschweidnitz	seitenschweidnitz	DE		0	Europe/Berlin	51.05851	14.65749				13	00	14626	14626245
2833314	Seitenhain	seitenhain	DE		0	Europe/Berlin	50.98651	12.80526				13	00	14522	14522580
2833315	Seitenhain	seitenhain	DE		0	Europe/Berlin	50.87411	13.8367				13	00	14628	14628230
2833316	Seitendorf	seitendorf	DE		0	Europe/Berlin	49.32741	10.85255				02	095	09571	09571165
2833318	Seitenbuch	seitenbuch	DE		0	Europe/Berlin	49.70803	10.4929				02	095	09575	09575116
2833319	Seitenbrück	seitenbrueck	DE		0	Europe/Berlin	50.80353	11.64502				15	00	16074	16074064
2833321	Seitenbach	seitenbach	DE		0	Europe/Berlin	49.92365	11.44818				02	094	09472	09472167
2833323	Seißen	seissen	DE		0	Europe/Berlin	48.41556	9.74517				01	084	08425	08425020
2833325	Seisrain	seisrain	DE		0	Europe/Berlin	47.93455	12.06578				02	091	09187	09187179
2833327	Seiselitz	seiselitz	DE		0	Europe/Berlin	51.05753	11.86736				14	00	15084	15084335
2833328	Seinstedt	seinstedt	DE		0	Europe/Berlin	52.0489	10.63811		Seinsti'e,Seinstidde,sainstiddə,sainstie,sainstiē,sainstiēə		06	00	03158	03158038
2833334	Seining	seining	DE		0	Europe/Berlin	48.66198	13.32808				02	092	09275	09275151
2833335	Seimerich	seimerich	DE		0	Europe/Berlin	49.91562	6.26389				08	00	07232	07232067
2833338	Seilitz	seilitz	DE		0	Europe/Berlin	51.18445	13.39556		Seilitz		13	00	14627	14627020
2833340	Seilhofen	seilhofen	DE		0	Europe/Berlin	50.6248	8.20782				05	065	06532	06532007
2833342	Seilershof	seilershof	DE		0	Europe/Berlin	53.07598	13.16772				11	00	12065	12065100
2833345	Seilerberg	seilerberg	DE		0	Europe/Berlin	47.95938	12.46401				02	091	09189	09189143
2833350	Seilbach	seilbach	DE		0	Europe/Berlin	48.86173	11.93079				02	092	09273	09273166
2833355	Seigertshausen	seigertshausen	DE		669	Europe/Berlin	50.91133	9.35836	361			05	066	06634	06634017
2833358	Seigendorf	seigendorf	DE		0	Europe/Berlin	49.82503	11.02547				02	094	09471	09471145
2833361	Seifriedswörth	seifriedsworth	DE		0	Europe/Berlin	48.33735	12.35397				02	092	09274	09274193
2833362	Seifriedsburg	seifriedsburg	DE		0	Europe/Berlin	50.07405	9.7478		Seifriedsburg		02	096	09677	09677131
2833363	Seifriedsberg	seifriedsberg	DE		0	Europe/Berlin	48.27472	10.5423				02	097	09774	09774198
2833364	Seifriedsberg	seifriedsberg	DE		0	Europe/Berlin	47.53328	10.25069				02	097	09780	09780115
2833366	Seiffnergrund	seiffnergrund	DE		0	Europe/Berlin	50.65	13.43333				13	00	14521	14521570
2833367	Seifertsreuth	seifertsreuth	DE		0	Europe/Berlin	48.84297	13.32144				02	092	09272	09272147
2833368	Seifertsmühl	seifertsmuehl	DE		0	Europe/Berlin	51.40441	13.54607				11	00	12062	12062336
2833369	Seifertshofen	seifertshofen	DE		0	Europe/Berlin	48.90851	9.83723				01	081	08136	08136020
2833370	Seifertshofen	seifertshofen	DE		0	Europe/Berlin	48.21873	10.31256				02	097	09774	09774129
2833372	Seifertshausen	seifertshausen	DE		0	Europe/Berlin	51.05033	9.76733		Seifertshausen		05	066	06632	06632018
2833373	Seifertshain	seifertshain	DE		0	Europe/Berlin	51.29409	12.51791		Seifertshain		13	00	14729	14729190
2833375	Seiferts	seiferts	DE		0	Europe/Berlin	50.52609	10.01481				05	066	06631	06631005
2833376	Seifersreuth	seifersreuth	DE		0	Europe/Berlin	50.19383	11.57732				02	094	09477	09477117
2833377	Seifersdorf	seifersdorf	DE		0	Europe/Berlin	51.15949	13.88094				13	00	14625	14625600
2833378	Seifersdorf	seifersdorf	DE		0	Europe/Berlin	51.12884	12.90461				13	00	14522	14522250
2833379	Seifersdorf	seifersdorf	DE		0	Europe/Berlin	51.07614	13.19802				13	00	14522	14522510
2833380	Seifersdorf	seifersdorf	DE		0	Europe/Berlin	51.0191	12.69836				13	00	14729	14729150
2833381	Seifersdorf	seifersdorf	DE		0	Europe/Berlin	50.97283	13.23669				13	00	14522	14522210
2833382	Seifersdorf	seifersdorf	DE		0	Europe/Berlin	50.93426	13.64145		Seifersdorf		13	00	14628	14628060
2833383	Seifersdorf	seifersdorf	DE		0	Europe/Berlin	50.80577	12.01523				15	00	16076	16076086
2833384	Seifersdorf	seifersdorf	DE		0	Europe/Berlin	50.76269	12.79876		Leukersdorf-Seifersdorf,Seifersdorf		13	00	14521	14521310
2833385	Seifersbach	seifersbach	DE		0	Europe/Berlin	50.97202	13.03396				13	00	14522	14522500
2833386	Seiferitz	seiferitz	DE		0	Europe/Berlin	50.83428	12.46984				13	00	14524	14524190
2833404	Seiersdorf	seiersdorf	DE		0	Europe/Berlin	48.64003	13.46694				02	092	09275	09275146
2833408	Seidwitz	seidwitz	DE		0	Europe/Berlin	49.84981	11.67957				02	094	09472	09472127
2833409	Seidnitz	seidnitz	DE		0	Europe/Berlin	51.02682	13.80527				13	00	14612	14612000
2833410	Seidmar	seidmar	DE		0	Europe/Berlin	49.70245	11.20237				02	094	09474	09474147
2833411	Seidmannsdorf	seidmannsdorf	DE		0	Europe/Berlin	50.24922	10.99988		Seidmannsdorf		02	094	09463	09463000
2833413	Seidlersreuth	seidlersreuth	DE		0	Europe/Berlin	49.86978	12.20134				02	093	09377	09377117
2833414	Seidingstadt	seidingstadt	DE		0	Europe/Berlin	50.33256	10.69314		Seidingstadt		15	00	16069	16069049
2833415	Seiding	seiding	DE		0	Europe/Berlin	47.86159	11.80236				02	091	09182	09182137
2833417	Seidfeld	seidfeld	DE		0	Europe/Berlin	51.30419	7.98817				07	059	05958	05958044
2833418	Seidewitzthal	seidewitzthal	DE		0	Europe/Berlin	50.89686	13.86399				13	00	14628	14628040
2833421	Seidewitz	seidewitz	DE		0	Europe/Berlin	51.17425	12.86345		Seidewitz		13	00	14729	14729160
2833422	Seidewitz	seidewitz	DE		0	Europe/Berlin	51.056	11.83543				14	00	15084	15084341
2833423	Seidewinkel	seidewinkel	DE		0	Europe/Berlin	51.4568	14.24511		Seidewinkel,Zidzino,Židźino		13	00	14625	14625120
2833424	Seiderzell	seiderzell	DE		0	Europe/Berlin	49.16224	10.24694				02	095	09571	09571145
2833426	Seidersberg	seidersberg	DE		0	Europe/Berlin	49.51624	11.7261				02	093	09371	09371151
2833428	Seidenroth	seidenroth	DE		0	Europe/Berlin	50.28802	9.45751				05	064	06435	06435028
2833429	Seidenhof	seidenhof	DE		0	Europe/Berlin	50.10265	11.40242				02	094	09477	09477128
2833431	Seidenbuch	seidenbuch	DE		0	Europe/Berlin	49.68805	8.73977				05	064	06431	06431015
2833432	Seidenbach	seidenbach	DE		0	Europe/Berlin	49.67331	8.7323				05	064	06431	06431007
2833434	Seidelsdorf	seidelsdorf	DE		0	Europe/Berlin	49.07978	10.29036		Seidelsdorf		02	095	09571	09571136
2833436	Seidelklingen	seidelklingen	DE		0	Europe/Berlin	49.33601	9.7478				01	081	08126	08126056
2833440	Seibranz	seibranz	DE		0	Europe/Berlin	47.89223	9.97028		Seibranz		01	084	08436	08436010
2833441	Seibothen	seibothen	DE		0	Europe/Berlin	47.75536	10.25415				02	097	09780	09780146
2833442	Seibotenberg	seibotenberg	DE		0	Europe/Berlin	49.23328	9.93157				01	081	08127	08127032
2833443	Seiboldsweiler	seiboldsweiler	DE		0	Europe/Berlin	48.89704	9.62692				01	081	08119	08119084
2833444	Seiboldstetten	seiboldstetten	DE		0	Europe/Berlin	49.43939	11.51196				02	095	09574	09574111
2833445	Seiboldsried vorm Wald	seiboldsried-vorm-wald	DE		0	Europe/Berlin	48.89548	13.10703				02	092	09276	09276116
2833446	Seiboldsricht	seiboldsricht	DE		0	Europe/Berlin	49.60515	11.75142				02	093	09371	09371156
2833447	Seiboldshof	seiboldshof	DE		0	Europe/Berlin	49.53368	11.2585				02	095	09574	09574138
2833448	Seiboldsdorf	seiboldsdorf	DE		0	Europe/Berlin	48.64424	11.13171				02	091	09185	09185127
2833449	Seiboldhöfe	seiboldhofe	DE		0	Europe/Berlin	47.7	11.55				02	091	09173	09173135
2833450	Seiboldenreuth	seiboldenreuth	DE		0	Europe/Berlin	48.83396	13.43898				02	092	09272	09272120
2833451	Seibis	seibis	DE		0	Europe/Berlin	50.39872	11.639				15	00	16075	16075136
2833453	Seibertshofen	seibertshofen	DE		0	Europe/Berlin	49.1459	11.77031				02	093	09373	09373143
2833454	Seibertshof	seibertshof	DE		0	Europe/Berlin	49.59269	12.18607				02	093	09374	09374133
2833455	Seibertshof	seibertshof	DE		0	Europe/Berlin	49.46944	11.68975				02	093	09371	09371131
2833457	Seibersdorf	seibersdorf	DE		0	Europe/Berlin	49.12732	12.22389				02	093	09375	09375119
2833458	Seibersdorf	seibersdorf	DE		0	Europe/Berlin	48.76573	12.51277				02	092	09278	09278146
2833459	Seibersdorf	seibersdorf	DE		0	Europe/Berlin	48.57008	11.39986				02	091	09186	09186128
2833460	Seibersdorf	seibersdorf	DE		0	Europe/Berlin	48.22831	12.92112				02	092	09277	09277128
2833462	Seibelsdorf	seibelsdorf	DE		0	Europe/Berlin	50.78149	9.19872				05	065	06535	06535002
2833463	Seibelsdorf	seibelsdorf	DE		0	Europe/Berlin	50.2235	11.42482				02	094	09476	09476183
2833467	Sehrow	sehrow	DE		0	Europe/Berlin	54.37476	13.31131				12	00	13073	13073079
2833469	Sehringen	sehringen	DE		0	Europe/Berlin	47.78029	7.67541				01	083	08315	08315007
2833471	Sehnsen	sehnsen	DE		0	Europe/Berlin	52.53527	9.02938		Sehnsen		06	00	03256	03256030
2833472	Sehnrath	sehnrath	DE		0	Europe/Berlin	50.89723	6.67595				07	053	05362	05362032
2833473	Sehningen	sehningen	DE		0	Europe/Berlin	48.63884	9.6157				01	081	08117	08117012
2833474	Sehndorf	sehndorf	DE		0	Europe/Berlin	49.47761	6.38409				09	00	10042	10042115
2833476	Sehmsdorf	sehmsdorf	DE		0	Europe/Berlin	53.81232	10.41629				10	00	01062	01062004
2833478	Sehma	sehma	DE		0	Europe/Berlin	50.53099	12.99544		Sehma		13	00	14521	14521560
2833479	Sehlsdorf	sehlsdorf	DE		0	Europe/Berlin	53.54745	12.00394				12	00	13076	13076048
2833481	Sehlitz	sehlitz	DE		0	Europe/Berlin	54.53333	13.6				12	00	13073	13073078
2833482	Sehlis	sehlis	DE		0	Europe/Berlin	51.37708	12.53703				13	00	14730	14730300
2833484	Sehlingdorf	sehlingdorf	DE		0	Europe/Berlin	52.25068	8.37943				06	00	03459	03459024
2833487	Sehlendorf	sehlendorf	DE		0	Europe/Berlin	54.29639	10.68704				10	00	01057	01057007
2833498	Sehl	sehl	DE		0	Europe/Berlin	50.13783	7.17897				08	00	07135	07135020
2833502	Sehensand	sehensand	DE		0	Europe/Berlin	48.71375	11.15852				02	091	09185	09185149
2833504	Segringen	segringen	DE		0	Europe/Berlin	49.0611	10.2905				02	095	09571	09571136
2833513	Seglohe	seglohe	DE		0	Europe/Berlin	48.99432	10.48996				02	097	09779	09779147
2833515	Seghorn	seghorn	DE		0	Europe/Berlin	53.3885	8.0571				06	00	03455	03455026
2833516	Seggern	seggern	DE		0	Europe/Berlin	53.23992	7.89485				06	00	03451	03451007
2833519	Segger	segger	DE		0	Europe/Berlin	47.7405	10.31353				02	097	09763	09763000
2833522	Segeten	segeten	DE		0	Europe/Berlin	47.66172	8.02543				01	083	08337	08337038
2833523	Segeste	segeste	DE		0	Europe/Berlin	52.03729	9.94417				06	00	03254	03254045
2833525	Segendorf	segendorf	DE		0	Europe/Berlin	50.46728	7.45983		Segendorf		08	00	07138	07138045
2833529	Segelhorst	segelhorst	DE		0	Europe/Berlin	52.51058	8.68624				07	057	05770	05770040
2833530	Segelhorst	segelhorst	DE		0	Europe/Berlin	52.18846	9.25426				06	00	03252	03252007
2833531	Segeletz	segeletz	DE		0	Europe/Berlin	52.83201	12.52271				11	00	12068	12068477
2833533	Segelbach	segelbach	DE		0	Europe/Berlin	47.90743	9.62172				01	084	08436	08436087
2833536	Segebadenhau	segebadenhau	DE		0	Europe/Berlin	54.14333	13.19475				12	00	13073	13073090
2833537	Segberg	segberg	DE		0	Europe/Berlin	52.77956	7.15318				06	00	03454	03454018
2833538	Segalen	segalen	DE		0	Europe/Berlin	47.70956	8.1874				01	083	08337	08337051
2833542	Seffent	seffent	DE		0	Europe/Berlin	50.78928	6.04033				07	053	05334	05334002
2833549	Seewies	seewies	DE		0	Europe/Berlin	48.06604	12.18448				02	091	09187	09187182
2833550	Seeweiler	seeweiler	DE		0	Europe/Berlin	47.80398	8.74024				01	083	08335	08335035
2833551	Seeweiler	seeweiler	DE		0	Europe/Berlin	47.65572	10.58634				02	097	09777	09777170
2833554	Seewangen	seewangen	DE		0	Europe/Berlin	47.73998	8.2844				01	083	08337	08337039
2833555	Seewangacker	seewangacker	DE		0	Europe/Berlin	54.8	9				10	00	01054	01054001
2833558	Seewalde	seewalde	DE		0	Europe/Berlin	53.22643	12.93303				12	00	13071	13071167
2833566	Seeverns	seeverns	DE		0	Europe/Berlin	53.55938	8.30069				06	00	03461	03461003
2833568	Seetz	seetz	DE		0	Europe/Berlin	53.17086	11.63572				11	00	12070	12070173
2833572	Seethal	seethal	DE		0	Europe/Berlin	47.84649	12.48924				02	091	09189	09189159
2833581	Seestetten	seestetten	DE		0	Europe/Berlin	48.60641	13.29943				02	092	09275	09275154
2833584	Seesteraudeich	seesteraudeich	DE		0	Europe/Berlin	53.72082	9.58716				10	00	01056	01056033
2833586	Seestedt	seestedt	DE		0	Europe/Berlin	52.91678	9.13075				06	00	03361	03361002
2833588	Seestall	seestall	DE		0	Europe/Berlin	47.96447	10.8652				02	091	09181	09181121
2833589	Seeshof	seeshof	DE		0	Europe/Berlin	50.14852	9.91648				02	096	09672	09672127
2833595	Seeseiten	seeseiten	DE		0	Europe/Berlin	47.83603	11.28837				02	091	09190	09190152
2833596	Seese	seese	DE		0	Europe/Berlin	51.8	13.93333				11	00	12066	12066196
2833602	Seershausen	seershausen	DE		0	Europe/Berlin	52.46427	10.33341		Seershausen,Siradisson [a. 1022]		06	00	03151	03151017
2833604	Seerhausen	seerhausen	DE		0	Europe/Berlin	51.26326	13.25809		Seerhausen		13	00	14627	14627260
2833607	Seerau in der Lucie	seerau-in-der-lucie	DE		0	Europe/Berlin	53.00004	11.17697		Seerau,Seerau in der Lucie		06	00	03354	03354018
2833608	Seerau im Drawehn	seerau-im-drawehn	DE		0	Europe/Berlin	52.96667	11.06667		Seerau im Drawehn		06	00	03354	03354013
2833609	Seerau	seerau	DE		0	Europe/Berlin	53.12854	11.05379				06	00	03354	03354009
2833611	Seerams	seerams	DE		0	Europe/Berlin	54.37806	13.5888				12	00	13073	13073106
2833615	Seeor	seeor	DE		0	Europe/Berlin	48.22257	12.52406				02	091	09183	09183128
2833619	Seeon	seeon	DE		0	Europe/Berlin	47.97575	12.4603		Klosterseeon,Seeon		02	091	09189	09189143
2833620	Seenheim	seenheim	DE		0	Europe/Berlin	49.52705	10.30174				02	095	09575	09575122
2833622	Seena	seena	DE		0	Europe/Berlin	51.11202	11.52168				14	00	15084	15084125
2833623	Pennin	pennin	DE		0	Europe/Berlin	54.25718	12.99339				12	00	13073	13073087
2833625	Seemoos	seemoos	DE		0	Europe/Berlin	47.65712	9.44756				01	084	08435	08435016
2833626	Seemoor	seemoor	DE		0	Europe/Berlin	53.71352	9.02395				06	00	03352	03352056
2833636	Seemannskirchen	seemannskirchen	DE		0	Europe/Berlin	48.6398	12.56531				02	092	09279	09279125
2833638	Seemannshausen	seemannshausen	DE		0	Europe/Berlin	48.46102	12.5579				02	092	09277	09277121
2833642	Seelwig	seelwig	DE		0	Europe/Berlin	52.95822	10.95385				06	00	03354	03354002
2833644	Seelvitz	seelvitz	DE		0	Europe/Berlin	54.36667	13.55				12	00	13073	13073106
2833646	Seelübbe	seeluebbe	DE		0	Europe/Berlin	53.2665	13.89985				11	00	12073	12073452
2833648	Seelscheid	seelscheid	DE		0	Europe/Berlin	50.87353	7.3254		Seelscheid		07	053	05382	05382040
2833656	Seelingstädt	seelingstaedt	DE		0	Europe/Berlin	51.27437	12.71118				13	00	14729	14729400
2833657	Seelingstädt	seelingstaedt	DE		1513	Europe/Berlin	50.77266	12.24361		Seelingstaedt,Seelingstaedt-Bahnhof,Seelingstädt,Seelingstädt-Bahnhof,Zelingshtedt,Zelingshtet,sai ling shi tai te,Зелингштедт,Зелингштет,塞灵施泰特	16076069	15	00	16076	16076069
2833659	Seeligstadt	seeligstadt	DE		0	Europe/Berlin	51.10036	14.03985		Seeligstadt		13	00	14625	14625170
2833660	Seeligstadt	seeligstadt	DE		0	Europe/Berlin	51.08547	13.44878				13	00	14627	14627100
2833661	Seelig	seelig	DE		0	Europe/Berlin	49.83659	11.28464				02	094	09472	09472197
2833665	Seelhausen	seelhausen	DE		0	Europe/Berlin	51.58138	12.3966				13	00	14730	14730180
2833666	Seelgut	seelgut	DE		0	Europe/Berlin	48.00942	8.0323				01	083	08315	08315095
2833667	Seelfingen	seelfingen	DE		0	Europe/Berlin	47.8523	9.11072		Seelfingen		01	083	08335	08335079
2833669	Seeleshof	seeleshof	DE		0	Europe/Berlin	50.63333	9.96667				15			
2833674	Seelensdorf	seelensdorf	DE		0	Europe/Berlin	52.53223	12.47971		Seelensdorf		11	00	12069	12069270
2833675	Seelenhorst	seelenhorst	DE		0	Europe/Berlin	52.73333	12.8				11	00	12068	12068117
2833676	Seelenhof	seelenhof	DE		0	Europe/Berlin	48.0775	9.57452				01	084	08426	08426064
2833678	Seelenfeld	seelenfeld	DE		0	Europe/Berlin	52.43656	9.06616		Seelenfeld		07	057	05770	05770028
2833679	Seelenberg	seelenberg	DE		0	Europe/Berlin	50.78333	7.96667				08			
2833680	Seelenberg	seelenberg	DE		0	Europe/Berlin	50.26146	8.41531				05	064	06434	06434009
2833693	Seelbronn	seelbronn	DE		0	Europe/Berlin	48.73264	10.465				02	097	09779	09779112
2833707	Seeland	seeland	DE		0	Europe/Berlin	54.65696	9.234				10	00	01059	01059179
2833708	Seeland	seeland	DE		0	Europe/Berlin	53.85113	12.69167				12	00	13072	13072066
2833714	Seelach	seelach	DE		0	Europe/Berlin	50.25029	11.30091				02	094	09476	09476145
2833715	Seelach	seelach	DE		0	Europe/Berlin	48.94102	9.93331				01	081	08136	08136002
2833716	Seelach	seelach	DE		0	Europe/Berlin	48.91943	9.72625				01	081	08136	08136027
2833733	Seekaten	seekaten	DE		0	Europe/Berlin	53.717	9.90089				10	00	01056	01056041
2833738	Seekamp	seekamp	DE		0	Europe/Berlin	54.04979	10.45986				10	00	01060	01060075
2833745	Seehölze	seeholze	DE		0	Europe/Berlin	49.03333	9.68333				01	081	08127	08127062
2833749	Seeholz	seeholz	DE		0	Europe/Berlin	54.55995	9.90375				10	00	01058	01058082
2833750	Seehöflein	seehoflein	DE		0	Europe/Berlin	49.87052	10.8357				02	094	09471	09471191
2833784	Seeheim	seeheim	DE		0	Europe/Berlin	49.775	8.65111		Seeheim		05	064	06432	06432022
2833785	Seeheim	seeheim	DE		0	Europe/Berlin	47.87812	11.34612				02	091	09173	09173137
2833807	Seehaus	seehaus	DE		0	Europe/Berlin	48.76667	9.03333				01	081	08115	08115028
2833816	Seegrube	seegrube	DE		0	Europe/Berlin	53.6632	12.31121				12	00	13072	13072059
2833817	Seegrehna	seegrehna	DE		0	Europe/Berlin	51.83099	12.55262				14	00	15091	15091375
2833833	Seeger Schweinegg	seeger-schweinegg	DE		0	Europe/Berlin	47.62396	10.57731				02	097	09777	09777170
2833834	Seegeritz	seegeritz	DE		0	Europe/Berlin	51.39471	12.47978				13	00	14730	14730300
2833837	Seegel	seegel	DE		0	Europe/Berlin	51.20215	12.24135				13	00	14729	14729350
2833838	Seegefeld-Ost	seegefeld-ost	DE		0	Europe/Berlin	52.5573	13.11125				11	00	12063	12063080
2833839	Seegefeld	seegefeld	DE		0	Europe/Berlin	52.56401	13.0824				11	00	12063	12063080
2833844	Seegalendorf	seegalendorf	DE		0	Europe/Berlin	54.31182	10.95326				10	00	01055	01055015
2833853	Seefelderschaart	seefelderschaart	DE		0	Europe/Berlin	53.46667	8.36667				06	00	03461	03461009
2833855	Seefelden	seefelden	DE		0	Europe/Berlin	47.85855	7.63927				01	083	08315	08315022
2833856	Seefelden	seefelden	DE		0	Europe/Berlin	47.73647	9.22882				01	084	08435	08435066
2833895	Seeden	seeden	DE		0	Europe/Berlin	47.89269	9.7492				01	084	08436	08436009
2833916	Seebschütz	seebschuetz	DE		0	Europe/Berlin	51.18	13.41249				13	00	14627	14627020
2833918	Seebruck	seebruck	DE		0	Europe/Berlin	47.93423	12.4754		Seebruk		02	091	09189	09189143
2833925	Seebronn	seebronn	DE		0	Europe/Berlin	49.25832	10.53737				02	095	09571	09571166
2833926	Seebronn	seebronn	DE		0	Europe/Berlin	48.50745	8.87386				01	084	08416	08416036
2833931	Seebitzschen	seebitzschen	DE		0	Europe/Berlin	51.01667	12.81667				13	00	14522	14522530
2833937	Seeberg	seeberg	DE		0	Europe/Berlin	52.54921	13.68581				11	00	12064	12064029
2833938	Seeberg	seeberg	DE		0	Europe/Berlin	48.48366	11.84465				02	091	09178	09178129
2833972	Seebenisch	seebenisch	DE		0	Europe/Berlin	51.2733	12.23212				13	00	14729	14729270
2833978	Seeben	seeben	DE		0	Europe/Berlin	52.88602	11.03354		Sebe [a. 956],Sêbe [a. 956]		14	00	15081	15081455
2833979	Seeben	seeben	DE		0	Europe/Berlin	51.53086	11.97504				14	00	15002	15002000
2833981	Seebeck	seebeck	DE		0	Europe/Berlin	53.39295	8.79091				06	00	03352	03352059
2833983	Seebarnhammer	seebarnhammer	DE		0	Europe/Berlin	49.35	12.46667				02	093	09376	09376147
2833984	Seebarn	seebarn	DE		0	Europe/Berlin	49.33136	12.45462				02	093	09376	09376147
2833985	Seebadsiedlung	seebadsiedlung	DE		0	Europe/Berlin	52.21823	13.57859				11	00	12061	12061332
2833986	Seebad Rüdersdorf	seebad-ruedersdorf	DE		0	Europe/Berlin	52.45668	13.77475				11	00	12064	12064428
2833987	Seebad Karlshagen	seebad-karlshagen	DE		0	Europe/Berlin	54.11667	13.85				12	00	13075	13075058
2833988	Seebad Heringsdorf	seebad-heringsdorf	DE		3517	Europe/Berlin	53.95379	14.16852		Heringsdorf,Seebad Heringsdorf		12	00	13075	13075049
2833989	Seebad Bansin	seebad-bansin	DE		2465	Europe/Berlin	53.97102	14.14147		Bansin,Bansin/Insel Usedom,Seebad Bansin		12	00	13075	13075049
2833992	Seebachschleife	seebachschleife	DE		0	Europe/Berlin	49.09133	13.19604				02	092	09276	09276115
2834029	Seeba	seeba	DE		0	Europe/Berlin	50.57075	10.29922				15	00	16066	16066093
2834030	Seeb	seeb	DE		0	Europe/Berlin	48.63624	11.84583				02	092	09273	09273115
2834034	See	see	DE		0	Europe/Berlin	53.78588	9.184				06	00	03359	03359035
2834035	See	see	DE		0	Europe/Berlin	51.29735	14.78348		Jezor,Jězor		13	00	14626	14626370
2834036	See	see	DE		0	Europe/Berlin	50.10599	11.54116				02	094	09477	09477143
2834037	See	see	DE		0	Europe/Berlin	49.49934	11.6857				02	093	09371	09371151
2834038	See	see	DE		0	Europe/Berlin	49.45964	11.52122				02	095	09574	09574128
2834039	See	see	DE		0	Europe/Berlin	49.1885	11.98279				02	093	09376	09376119
2834040	See	see	DE		0	Europe/Berlin	49.13601	11.7564				02	093	09373	09373143
2834041	See	see	DE		0	Europe/Berlin	49.05393	12.44119				02	093	09372	09372150
2834042	See	see	DE		0	Europe/Berlin	48.80941	11.89739				02	092	09273	09273111
2834043	See	see	DE		0	Europe/Berlin	48.76617	12.70921				02	092	09279	09279137
2834044	See	see	DE		0	Europe/Berlin	48.74369	11.96726				02	092	09273	09273165
2834045	See	see	DE		0	Europe/Berlin	47.69476	10.93731				02	091	09190	09190160
2834046	See	see	DE		0	Europe/Berlin	47.68147	10.33299				02	097	09780	09780140
2834047	See	see	DE		0	Europe/Berlin	47.57847	10.62979				02	097	09777	09777129
2834048	See	see	DE		0	Europe/Berlin	47.57131	10.19336				02	097	09780	09780124
2834051	Sedlitz	sedlitz	DE		0	Europe/Berlin	51.55107	14.05905		Sedlitz		11	00	12066	12066304
2834053	Sedlhof	sedlhof	DE		0	Europe/Berlin	49.0419	12.84411				02	092	09276	09276128
2834056	Sedlbrunn	sedlbrunn	DE		0	Europe/Berlin	48.5609	11.09964				02	097	09771	09771156
2834057	Sederndorf	sederndorf	DE		0	Europe/Berlin	48.98333	10.33333				01	081	08136	08136068
2834060	Sedelsberg	sedelsberg	DE		0	Europe/Berlin	53.04452	7.7354		Sedelsberg,Sedelsbierich		06	00	03453	03453013
2834064	Seddin	seddin	DE		0	Europe/Berlin	53.14864	11.99275				11	00	12070	12070125
2834065	Seddin	seddin	DE		0	Europe/Berlin	52.27068	13.01004				11	00	12069	12069596
2834067	Seckmauern	seckmauern	DE		0	Europe/Berlin	49.78769	9.11886				05	064	06437	06437010
2834068	Secklendorf	secklendorf	DE		0	Europe/Berlin	53.10794	10.60112				06	00	03360	03360001
2834070	Seckeritz	seckeritz	DE		0	Europe/Berlin	53.99421	13.76113				12	00	13075	13075147
2834072	Seckenheim	seckenheim	DE		0	Europe/Berlin	49.46642	8.55769		Seckenheim		01	082	08222	08222000
2834074	Seckenhausen	seckenhausen	DE		0	Europe/Berlin	52.98618	8.76102		Seckenhausen		06	00	03251	03251037
2834076	Seckendorf	seckendorf	DE		0	Europe/Berlin	49.48441	10.85053				02	095	09573	09573114
2834078	Seckbach	seckbach	DE		0	Europe/Berlin	50.14534	8.72589		Frankfurt-Seckbach		05	064	06412	06412000
2834083	Sechzehneichen	sechzehneichen	DE		0	Europe/Berlin	52.96291	12.48064				11	00	12068	12068477
2834085	Sechtenhausen	sechtenhausen	DE		0	Europe/Berlin	48.91166	10.37083				01	081	08136	08136075
2834086	Sechtem	sechtem	DE		0	Europe/Berlin	50.79122	6.95309		Sechtem		07	053	05382	05382012
2834088	Sechsthal	sechsthal	DE		0	Europe/Berlin	50.05176	10.58943				02	096	09674	09674221
2834089	Sechshöf	sechshof	DE		0	Europe/Berlin	47.7	9.9				01	084	08436	08436094
2834090	Sechshelden	sechshelden	DE		0	Europe/Berlin	50.74814	8.25022		Sechshelden		05	065	06532	06532011
2834092	Sechselberg	sechselberg	DE		0	Europe/Berlin	48.94294	9.54969				01	081	08119	08119004
2834093	Sechselbach	sechselbach	DE		0	Europe/Berlin	49.51525	10.0697				01	081	08128	08128020
2834096	Sechendorf	sechendorf	DE		0	Europe/Berlin	54.29253	10.66687				10	00	01057	01057007
2834100	Seboldshausen	seboldshausen	DE		0	Europe/Berlin	51.86536	10.06422				06	00	03155	03155001
2834103	Sebexen	sebexen	DE		0	Europe/Berlin	51.81704	10.0232		Sebexen		06	00	03155	03155006
2834104	Sebent	sebent	DE		0	Europe/Berlin	54.26034	10.89515				10	00	01055	01055011
2834105	Sebbeterode	sebbeterode	DE		0	Europe/Berlin	50.9608	9.10238				05	066	06634	06634006
2834107	Sebbenhausen	sebbenhausen	DE		0	Europe/Berlin	52.72983	9.18905				06	00	03256	03256001
2834111	Sebastiansweiler	sebastiansweiler	DE		0	Europe/Berlin	48.86667	9.91667				01	081	08136	08136062
2834112	Sebastianssaul	sebastianssaul	DE		0	Europe/Berlin	47.87817	9.99207				01	084	08436	08436055
2834114	Sebaldsbrück	sebaldsbrueck	DE		0	Europe/Berlin	53.06582	8.8985				03	00	04011	04011000
2834118	Sdier	sdier	DE		0	Europe/Berlin	51.26761	14.49534		Zdzer,Zdźěr		13	00	14625	14625160
2834119	Schwürz	schwurz	DE		0	Europe/Berlin	49.84172	11.5697				02	094	09472	09472127
2834120	Schwürbitz	schwurbitz	DE		0	Europe/Berlin	50.16871	11.15069				02	094	09478	09478145
2834124	Schwüblingsen	schwueblingsen	DE		598	Europe/Berlin	52.41179	10.13652	66	Suitbaldigehusun [a. 1053],Swuebbelingsen,Swübbelingsen		06	00	03241	03241018
2834127	Schwosdorf	schwosdorf	DE		0	Europe/Berlin	51.26758	14.02405				13	00	14625	14625250
2834128	Schwörzkirch	schworzkirch	DE		0	Europe/Berlin	48.31662	9.77697				01	084	08425	08425002
2834130	Schwörsheim	schworsheim	DE		0	Europe/Berlin	48.91183	10.61888		Schworsheim,Schwörsheim		02	097	09779	09779188
2834137	Schwöllbronn	schwollbronn	DE		0	Europe/Berlin	49.20918	9.45447		Schwollbronn,Schwöllbronn		01	081	08126	08126066
2834140	Schwolgau	schwolgau	DE		0	Europe/Berlin	48.65143	13.52016				02	092	09275	09275119
2834141	Schwoitsch	schwoitsch	DE		0	Europe/Berlin	51.43616	12.12854		Schwoitsch		14	00	15088	15088150
2834142	Schwoen	schwoen	DE		0	Europe/Berlin	52.26931	8.79162				07	057	05770	05770012
2834143	Schwochel	schwochel	DE		0	Europe/Berlin	53.99654	10.62601		Schwoche,Schwochel		10	00	01055	01055001
2834144	Schwochau	schwochau	DE		0	Europe/Berlin	51.18275	13.29145				13	00	14627	14627130
2834150	Schwöb	schwoeb	DE		0	Europe/Berlin	47.61082	12.99967				02	091	09172	09172132
2834151	Schwittersum	schwittersum	DE		0	Europe/Berlin	53.63789	7.43905		Schwittersum		06	00	03452	03452027
2834152	Schwittersdorf	schwittersdorf	DE		0	Europe/Berlin	51.56233	11.70959		Schwittersdorf,Swithardestorp [a. 1180]		14	00	15088	15088319
2834153	Schwitterknapp	schwitterknapp	DE		0	Europe/Berlin	51.4608	7.80989				07	059	05962	05962040
2834154	Schwitterberg	schwitterberg	DE		0	Europe/Berlin	51.45	7.81667				07	059	05962	05962040
2834155	Schwitten	schwitten	DE		0	Europe/Berlin	51.45945	7.79611		Schwitten		07	059	05962	05962040
2834156	Schwitschen	schwitschen	DE		0	Europe/Berlin	52.99985	9.60198				06	00	03357	03357051
2834162	Schwinz	schwinz	DE		0	Europe/Berlin	53.6144	12.12513				12	00	13076	13076032
2834163	Schwinkenrade	schwinkenrade	DE		0	Europe/Berlin	53.9671	10.61621				10	00	01055	01055001
2834167	Schwingsborn	schwingsborn	DE		0	Europe/Berlin	50.54023	6.22779				07	053	05334	05334020
2834168	Schwingham	schwingham	DE		0	Europe/Berlin	48.52552	12.58486				02	092	09279	09279126
2834170	Schwingenfeld	schwingenfeld	DE		0	Europe/Berlin	53.42568	8.5672				06	00	03352	03352032
2834171	Schwingenburg	schwingenburg	DE		0	Europe/Berlin	53.4228	8.55711				06	00	03352	03352032
2834173	Schwingen	schwingen	DE		0	Europe/Berlin	50.23271	11.9448				02	094	09475	09475168
2834174	Schwingen	schwingen	DE		0	Europe/Berlin	50.05086	11.49793				02	094	09477	09477142
2834177	Schwinge	schwinge	DE		0	Europe/Berlin	53.9949	13.15648				12	00	13075	13075082
2834178	Schwinge	schwinge	DE		0	Europe/Berlin	53.54868	9.38284				06	00	03359	03359017
2834181	Schwindkirchen	schwindkirchen	DE		0	Europe/Berlin	48.25916	12.21215				02	091	09177	09177115
2834184	Schwindebeck	schwindebeck	DE		0	Europe/Berlin	53.12496	10.1168				06	00	03355	03355034
2834186	Schwinde	schwinde	DE		0	Europe/Berlin	53.42287	10.32443				06	00	03353	03353007
2834187	Schwindach	schwindach	DE		0	Europe/Berlin	48.26178	12.23357				02	091	09183	09183144
2834192	Schwimmbach	schwimmbach	DE		0	Europe/Berlin	48.76712	12.45183				02	092	09278	09278146
2834193	Schwimbach	schwimbach	DE		0	Europe/Berlin	49.11102	11.24674				02	095	09576	09576148
2834195	Schwiggerow	schwiggerow	DE		0	Europe/Berlin	53.73649	12.31372				12	00	13072	13072048
2834198	Schwiessel	schwiessel	DE		0	Europe/Berlin	53.86581	12.4637				12	00	13072	13072082
2834201	Schwieringhausen	schwieringhausen	DE		0	Europe/Berlin	51.58454	7.3991				07	059	05913	05913000
2834202	Schwiepke	schwiepke	DE		0	Europe/Berlin	52.95846	11.04727				06	00	03354	03354013
2834203	Schwiepinghook	schwiepinghook	DE		0	Europe/Berlin	52.13486	6.92792				07	055	05554	05554004
2834205	Schwienkuhlen	schwienkuhlen	DE		0	Europe/Berlin	54.06389	10.58274				10	00	01055	01055001
2834206	Schwienkuhl	schwienkuhl	DE		0	Europe/Berlin	54.22915	10.92528		Schwienkuhl		10	00	01055	01055023
2834208	Schwienköben	schwienkoeben	DE		0	Europe/Berlin	53.76135	10.41226				10	00	01062	01062056
2834209	Schwienhusen	schwienhusen	DE		0	Europe/Berlin	54.29669	9.24774				10	00	01051	01051020
2834210	Schwienhorst	schwienhorst	DE		0	Europe/Berlin	51.97593	7.75579				07	055	05570	05570044
2834221	Schwieging	schwieging	DE		0	Europe/Berlin	48.65277	13.50998				02	092	09275	09275119
2834222	Schwiegershausen	schwiegershausen	DE		0	Europe/Berlin	51.68253	10.21531				06	00	03159	03159026
2834223	Schwiederstorf	schwiederstorf	DE		0	Europe/Berlin	53.42253	9.79932		Schwiederstorf		06	00	03353	03353026
2834231	Schwickartshausen	schwickartshausen	DE		0	Europe/Berlin	50.39261	9.07542		Schwickartshausen		05	064	06440	06440016
2834233	Schwichtenberg	schwichtenberg	DE		0	Europe/Berlin	53.8093	12.99695				12	00	13071	13071014
2834234	Schwichtenberg	schwichtenberg	DE		0	Europe/Berlin	53.68465	13.70516				12	00	13071	13071037
2834235	Schwichteler	schwichteler	DE		0	Europe/Berlin	52.77465	8.17906				06	00	03453	03453003
2834237	Schwicheldt	schwicheldt	DE		0	Europe/Berlin	52.30717	10.15304				06	00	03157	03157006
2834238	Schwibleinsberg	schwibleinsberg	DE		0	Europe/Berlin	49.0805	12.97099				02	092	09276	09276144
2834241	Schwetzin	schwetzin	DE		0	Europe/Berlin	53.85844	12.56916				12	00	13072	13072041
2834242	Schwetzendorf	schwetzendorf	DE		0	Europe/Berlin	49.06399	12.02797				02	093	09375	09375181
2834243	Schweta	schweta	DE		0	Europe/Berlin	51.2442	13.08098				13	00	14730	14730200
2834244	Schweta	schweta	DE		0	Europe/Berlin	51.12714	13.0555				13	00	14522	14522080
2834245	Schwesterberg	schwesterberg	DE		0	Europe/Berlin	47.56667	9.68333				02	097	09776	09776116
2834246	Schweßwitz	schwesswitz	DE		0	Europe/Berlin	51.25544	12.11257				14	00	15084	15084315
2834248	Schweskau	schweskau	DE		0	Europe/Berlin	52.91918	11.28721				06	00	03354	03354015
2834250	Schwesendorf	schwesendorf	DE		0	Europe/Berlin	50.30409	12.07054				02	094	09475	09475161
2834251	Schwerzko	schwerzko	DE		0	Europe/Berlin	52.06607	14.62127				11	00	12067	12067357
2834252	Schwerzfeld	schwerzfeld	DE		0	Europe/Berlin	50.6282	6.18348				07	053	05334	05334024
2834253	Schwerzen	schwerzen	DE		0	Europe/Berlin	47.64402	8.35773		Schwerzen		01	083	08337	08337123
2834255	Schwerzau	schwerzau	DE		0	Europe/Berlin	51.11146	12.16704				14	00	15084	15084590
2834258	Schwertling	schwertling	DE		0	Europe/Berlin	48.46524	13.09143				02	092	09277	09277113
2834262	Schwerterheide	schwerterheide	DE		0	Europe/Berlin	51.46218	7.56832				07	059	05978	05978028
2834273	Schweringhausen	schweringhausen	DE		0	Europe/Berlin	52.71768	8.68641				06	00	03251	03251015
2834286	Schwerfen	schwerfen	DE		0	Europe/Berlin	50.64257	6.64505				07	053	05366	05366044
2834290	Schwerborn	schwerborn	DE		0	Europe/Berlin	51.03828	11.07795		Schwerborn		15	00	16051	16051000
2834297	Schwepfing	schwepfing	DE		0	Europe/Berlin	48.24492	12.73245				02	091	09171	09171125
2834299	Schwenzin	schwenzin	DE		0	Europe/Berlin	53.53313	12.60919				12	00	13071	13071156
2834306	Schwensby	schwensby	DE		0	Europe/Berlin	54.75005	9.66088				10	00	01059	01059161
2834309	Schwenow	schwenow	DE		0	Europe/Berlin	52.14171	14.04485				11	00	12067	12067481
2834310	Schwenningen am Neckar	schwenningen-am-neckar	DE		0	Europe/Berlin	48.06667	8.53333		Schwenningen,Schwenningen am Neckar		01	083	08326	08326074
2834314	Schwenningdorf	schwenningdorf	DE		0	Europe/Berlin	52.24612	8.49528		Schwenningdorf		07	057	05758	05758028
2834317	Schwennenz	schwennenz	DE		0	Europe/Berlin	53.39971	14.35604				12	00	13075	13075038
2834318	Schwennenbach	schwennenbach	DE		0	Europe/Berlin	48.66161	10.57587		Schwennenbach		02	097	09773	09773139
2834322	Schwenksweiler	schwenksweiler	DE		0	Europe/Berlin	48.32461	9.73552				01	084	08425	08425002
2834325	Schwenke	schwenke	DE		0	Europe/Berlin	51.19149	7.43749				07	059	05962	05962012
2834331	Schwenge	schwenge	DE		0	Europe/Berlin	50.86667	10.03333				15	00	16063	16063082
2834332	Schwendreut	schwendreut	DE		0	Europe/Berlin	48.82385	13.65073				02	092	09272	09272121
2834336	Schwenderöd	schwenderod	DE		0	Europe/Berlin	49.42527	11.65349				02	093	09371	09371116
2834337	Schwenden	schwenden	DE		0	Europe/Berlin	47.74807	10.54396		Schwenden		02	097	09777	09777151
2834338	Schwenden	schwenden	DE		0	Europe/Berlin	47.73875	9.92492				01	084	08436	08436094
2834344	Schwende	schwende	DE		0	Europe/Berlin	47.85181	9.19575		Schwende		01	084	08437	08437124
2834351	Schwend	schwend	DE		0	Europe/Berlin	49.41382	11.6425				02	093	09371	09371116
2834352	Schwend	schwend	DE		0	Europe/Berlin	49.25645	11.83816		Schwend		02	093	09373	09373134
2834362	Schwemmelsbach	schwemmelsbach	DE		0	Europe/Berlin	50.06105	10.03193				02	096	09678	09678192
2834363	Schwemme	schwemme	DE		0	Europe/Berlin	47.99849	9.58616				01	084	08436	08436093
2834366	Schwemm	schwemm	DE		0	Europe/Berlin	49.04281	12.58348				02	092	09278	09278197
2834367	Schwemlitz	schwemlitz	DE		0	Europe/Berlin	53.02707	10.75459				06	00	03360	03360018
2834368	Schwemlingen	schwemlingen	DE		0	Europe/Berlin	49.46579	6.58777		Schwemlingen		09	00	10042	10042113
2834371	Schwelmerbrunnen	schwelmerbrunnen	DE		0	Europe/Berlin	51.3	7.31667				07	059	05954	05954008
2834375	Schwelle	schwelle	DE		0	Europe/Berlin	51.70566	8.52521		Schwelle		07	057	05774	05774036
2834378	Schwelgern	schwelgern	DE		0	Europe/Berlin	51.5	6.73333		Schwelgern		07	051	05112	05112000
2834380	Schwelentrup	schwelentrup	DE		0	Europe/Berlin	52.0469	9.02098				07	057	05766	05766024
2834384	Schweizerting	schweizerting	DE		0	Europe/Berlin	47.94561	12.02462				02	091	09187	09187179
2834385	Schweizerthal	schweizerthal	DE		0	Europe/Berlin	50.9303	12.84772		Mohsdorf-Schweizerthal,Schweizerthal		13	00	14522	14522060
2834387	Schweizermühle	schweizermuehle	DE		0	Europe/Berlin	50.84757	14.04392				13	00	14628	14628340
2834392	Schweizerhof	schweizerhof	DE		0	Europe/Berlin	49.7	12.41667				02	093	09374	09374123
2834393	Schweizerhof	schweizerhof	DE		0	Europe/Berlin	49.11667	9.5				01	081	08125	08125107
2834404	Schweizerhaus	schweizerhaus	DE		0	Europe/Berlin	52.56667	14.08333				11	00	12064	12064084
2834405	Schweizerhaus	schweizerhaus	DE		0	Europe/Berlin	49.98901	7.85703				08	00	07339	07339058
2834408	Schweizerberg	schweizerberg	DE		0	Europe/Berlin	47.95872	12.06393				02	091	09187	09187179
2834419	Schweißenreuth	schweissenreuth	DE		0	Europe/Berlin	49.84739	11.96903				02	093	09377	09377129
2834420	Schweisfurth	schweisfurth	DE		0	Europe/Berlin	50.97327	8.05568				07	059	05970	05970020
2834422	Schweisdorf	schweisdorf	DE		0	Europe/Berlin	50.00299	11.01671				02	094	09471	09471185
2834425	Schweinthal	schweinthal	DE		0	Europe/Berlin	49.73002	11.24391				02	094	09474	09474124
2834426	Schweinthal	schweinthal	DE		0	Europe/Berlin	47.78487	11.81236				02	091	09182	09182125
2834430	Schweinsteig	schweinsteig	DE		0	Europe/Berlin	47.75427	12.2162				02	091	09187	09187172
2834431	Schweinsteig	schweinsteig	DE		0	Europe/Berlin	47.66558	12.11941				02	091	09187	09187157
2834439	Schweinspoint	schweinspoint	DE		0	Europe/Berlin	48.75306	10.95195				02	097	09779	09779178
2834452	Schweinshaupten	schweinshaupten	DE		0	Europe/Berlin	50.18699	10.57214		Schweinshaupten		02	096	09674	09674120
2834455	Schweinsdorf	schweinsdorf	DE		0	Europe/Berlin	49.39603	10.23317				02	095	09571	09571181
2834457	Schweinsburg	schweinsburg	DE		0	Europe/Berlin	50.78895	12.37256				13	00	14524	14524210
2834458	Schweinsbühl	schweinsbuehl	DE		0	Europe/Berlin	51.31055	8.74695				05	066	06635	06635007
2834461	Schweinsberg	schweinsberg	DE		0	Europe/Berlin	50.76886	8.96417		Schweinsberg		05	065	06534	06534018
2834462	Schweinsberg	schweinsberg	DE		0	Europe/Berlin	49.11667	12.46667		Schweinsberg,Segernsberg		02	093	09372	09372125
2834474	Schweinsbach	schweinsbach	DE		0	Europe/Berlin	50.1557	11.77272				02	094	09475	09475154
2834477	Schweinrich	schweinrich	DE		0	Europe/Berlin	53.17775	12.63187				11	00	12068	12068468
2834479	Schweinlang	schweinlang	DE		0	Europe/Berlin	47.76867	10.47496				02	097	09777	09777144
2834482	Schweinkofen	schweinkofen	DE		0	Europe/Berlin	49.01491	11.63641				02	093	09373	09373121
2834483	Schweinitzer Hütten	schweinitzer-huetten	DE		0	Europe/Berlin	52.11087	12.20882				14	00	15086	15086140
2834490	Schweinhütt	schweinhutt	DE		0	Europe/Berlin	48.98669	13.1787				02	092	09276	09276138
2834491	Schweinhof	schweinhof	DE		0	Europe/Berlin	50.34955	10.17092				02	096	09673	09673114
2834492	Schweinheim	schweinheim	DE		0	Europe/Berlin	49.9588	9.16489				02	096	09661	09661000
2834493	Schweinheim	schweinheim	DE		0	Europe/Berlin	51.27855	6.60684				07	051	05162	05162022
2834494	Schweinheim	schweinheim	DE		0	Europe/Berlin	50.61374	6.8676		Schweinheim		07	053	05366	05366016
2834495	Schweinhausen	schweinhausen	DE		0	Europe/Berlin	48.03694	9.80243		Schweinhausen		01	084	08426	08426058
2834497	Schweinfurth	schweinfurth	DE		0	Europe/Berlin	51.44714	13.39138		Schweinfurth		13	00	14627	14627050
2834501	Schweineweide	schweineweide	DE		0	Europe/Berlin	53.86667	10.58333				10	00	01062	01062003
2834503	Schweinersdorf	schweinersdorf	DE		0	Europe/Berlin	48.50794	11.86853		Schweinersdorf		02	091	09178	09178155
2834504	Schweinerden	schweinerden	DE		0	Europe/Berlin	51.2262	14.21315		Schweinerden,Swinjarnja		13	00	14625	14625440
2834510	Schweinebrück	schweinebrueck	DE		0	Europe/Berlin	53.40104	7.94128				06	00	03455	03455027
2834512	Schweineberg	schweineberg	DE		0	Europe/Berlin	47.49538	10.25749				02	097	09780	09780134
2834518	Schweinebach	schweinebach	DE		0	Europe/Berlin	47.68586	10.02001				01	084	08436	08436049
2834523	Schweinberg	schweinberg	DE		0	Europe/Berlin	49.61991	9.51952				01	082	08225	08225032
2834524	Schweinberg	schweinberg	DE		0	Europe/Berlin	49.04226	12.91288				02	092	09276	09276128
2834525	Schweinberg	schweinberg	DE		0	Europe/Berlin	48.08063	12.50839				02	091	09189	09189149
2834539	Schweinbach	schweinbach	DE		0	Europe/Berlin	50.56529	11.40577		Schweinbach		15	00	16073	16073106
2834540	Schweinbach	schweinbach	DE		0	Europe/Berlin	49.76754	10.86628				02	094	09471	09471172
2834541	Schweinbach	schweinbach	DE		0	Europe/Berlin	48.71366	11.89387				02	092	09273	09273181
2834542	Schweinbach	schweinbach	DE		0	Europe/Berlin	48.54427	12.20485				02	092	09261	09261000
2834544	Schweinau	schweinau	DE		0	Europe/Berlin	49.43188	11.04989		Nuernberg Schweinau,Nürnberg Schweinau,Schweinau		02	095	09564	09564000
2834550	Schweimnitz	schweimnitz	DE		0	Europe/Berlin	51.16363	13.21794				13	00	14522	14522080
2834552	Schweimke	schweimke	DE		0	Europe/Berlin	52.76627	10.59695				06	00	03151	03151019
2834553	Schweiler	schweiler	DE		0	Europe/Berlin	50.24617	6.26009				08	00	07232	07232271
2834554	Schweikvitz	schweikvitz	DE		0	Europe/Berlin	54.48405	13.34846				12	00	13073	13073045
2834555	Schweikhof	schweikhof	DE		0	Europe/Berlin	47.59641	7.98375				01	083	08337	08337090
2834556	Schweikershain	schweikershain	DE		0	Europe/Berlin	51.04612	12.95207		Schweikershain		13	00	14522	14522120
2834557	Schweikartswinden	schweikartswinden	DE		0	Europe/Berlin	49.30109	10.27316				02	095	09571	09571125
2834559	Schweigmatt	schweigmatt	DE		0	Europe/Berlin	47.68092	7.88236		Schweigmatt		01	083	08336	08336081
2834562	Schweighof	schweighof	DE		0	Europe/Berlin	50.33139	10.79949				02	094	09473	09473158
2834563	Schweighof	schweighof	DE		0	Europe/Berlin	47.80705	7.70044				01	083	08315	08315007
2834568	Schweighausenergrund	schweighausenergrund	DE		0	Europe/Berlin	48.2363	7.88949				01	083	08317	08317026
2834570	Schwaighausen	schwaighausen	DE		0	Europe/Berlin	49.1225	10.42421				02	095	09571	09571132
2834575	Schweigfeld	schweigfeld	DE		0	Europe/Berlin	47.80537	11.9278				02	091	09187	09187129
2834576	Schweigersdorf	schweigersdorf	DE		0	Europe/Berlin	49.07038	11.48955				02	093	09373	09373112
2834577	Schweigern	schweigern	DE		0	Europe/Berlin	49.49392	9.66889				01	081	08128	08128014
2834580	Schweigen	schweigen	DE		0	Europe/Berlin	49.05055	7.95354				08	00	07337	07337071
2834581	Schweigbrunnen	schweigbrunnen	DE		0	Europe/Berlin	47.9856	8.08221				01	083	08315	08315020
2834583	Schweifeld	schweifeld	DE		0	Europe/Berlin	50.63176	7.3175		Schweifeld		08	00	07138	07138077
2834584	Schweierfeld	schweierfeld	DE		0	Europe/Berlin	53.40181	8.38521				06	00	03461	03461009
2834585	Schweieraussendeich	schweieraussendeich	DE		0	Europe/Berlin	53.42803	8.34939				06	00	03461	03461009
2834587	Schweiditz	schweiditz	DE		0	Europe/Berlin	51.44641	12.22287				13	00	14730	14730270
2834593	Schweicheln	schweicheln	DE		0	Europe/Berlin	52.15	8.66667				07	057	05758	05758016
2834596	Schweiburg	schweiburg	DE		0	Europe/Berlin	53.4	8.28333		Jade,Schweiburg		06	00	03461	03461005
2834598	Schweibern	schweibern	DE		0	Europe/Berlin	47.74105	12.20611				02	091	09187	09187172
2834602	Schweibach	schweibach	DE		0	Europe/Berlin	48.41667	12.26667				02	092	09274	09274183
2834604	Schwei	schwei	DE		0	Europe/Berlin	53.40222	8.35656				06	00	03461	03461009
2834606	Schweghaus	schweghaus	DE		0	Europe/Berlin	52.6947	8.91523				06	00	03251	03251027
2834612	Schwegen	schwegen	DE		0	Europe/Berlin	53.41752	8.57118				06	00	03352	03352032
2834613	Schwege	schwege	DE		0	Europe/Berlin	52.63884	8.09731				06	00	03460	03460003
2834614	Schwege	schwege	DE		0	Europe/Berlin	52.44525	8.26369				06	00	03459	03459013
2834615	Schwege	schwege	DE		0	Europe/Berlin	52.07621	7.93173				06	00	03459	03459034
2834616	Schweflinghausen	schweflinghausen	DE		0	Europe/Berlin	51.2587	7.40756				07	059	05954	05954008
2834618	Schwefingen	schwefingen	DE		0	Europe/Berlin	52.65006	7.27011				06	00	03454	03454035
2834620	Schwefelhütte	schwefelhutte	DE		0	Europe/Berlin	48.80855	9.65625				01	081	08136	08136042
2834621	Schwefe	schwefe	DE		0	Europe/Berlin	51.57957	8.03533		Schwefe		07	059	05974	05974048
2834622	Schweez	schweez	DE		0	Europe/Berlin	53.8918	12.4007				12	00	13072	13072062
2834623	Schweewarden	schweewarden	DE		0	Europe/Berlin	53.53348	8.46658				06	00	03461	03461007
2834626	Schwee	schwee	DE		0	Europe/Berlin	53.55	7.26667				06	00	03452	03452021
2834630	Schwednitz	schwednitz	DE		0	Europe/Berlin	51.21722	13.09387				13	00	14730	14730200
2834631	Schweditz	schweditz	DE		0	Europe/Berlin	51.41667	13.25				11	00	12062	12062341
2834648	Schweckhausen	schweckhausen	DE		0	Europe/Berlin	51.6069	9.1637		Schweckhausen,Schwenkhausen		07	057	05762	05762040
2834650	Schwechow	schwechow	DE		0	Europe/Berlin	53.38271	11.05465				12	00	13076	13076116
2834653	Schwebenried	schwebenried	DE		0	Europe/Berlin	50.01977	10.00496		Schwebenried		02	096	09677	09677114
2834654	Schwebendorf	schwebendorf	DE		0	Europe/Berlin	51.85436	13.43694				11	00	12072	12072053
2834655	Schweben	schweben	DE		0	Europe/Berlin	50.42722	9.59956				05	066	06631	06631008
2834659	Schwebda	schwebda	DE		0	Europe/Berlin	51.19646	10.10427				05	066	06636	06636007
2834661	Schwatzkofen	schwatzkofen	DE		0	Europe/Berlin	48.52127	12.28786				02	092	09274	09274111
2834662	Schwatzendorf	schwatzendorf	DE		0	Europe/Berlin	49.11991	12.82996				02	092	09276	09276135
2834663	Schwatzen	schwatzen	DE		0	Europe/Berlin	47.6042	9.73389				02	097	09776	09776130
2834666	Schwätz	schwaetz	DE		0	Europe/Berlin	51.51582	12.16179				14	00	15088	15088195
2834667	Schwastrum	schwastrum	DE		0	Europe/Berlin	54.57335	9.96967				10	00	01058	01058040
2834668	Schwastorf	schwastorf	DE		0	Europe/Berlin	53.5209	12.81808				12	00	13071	13071174
2834669	Schwasdorf	schwasdorf	DE		0	Europe/Berlin	53.89396	12.62688		Schwasdorf		12	00	13072	13072096
2834672	Schwarzwinkel	schwarzwinkel	DE		0	Europe/Berlin	50.51023	12.52654				13	00	14521	14521540
2834679	Schwarzwasser	schwarzwasser	DE		0	Europe/Berlin	52.80997	12.33765				11	00	12068	12068324
2834680	Schwarzwasser	schwarzwasser	DE		0	Europe/Berlin	51.77801	6.04842				07	051	05154	05154040
2834682	Schwarzwasen	schwarzwasen	DE		0	Europe/Berlin	48.66978	8.18357				01	082	08216	08216008
2834686	Schwarzwald	schwarzwald	DE		0	Europe/Berlin	50.77035	10.72974		Schwarzwald		15	00	16067	16067044
2834687	Schwarzwald	schwarzwald	DE		0	Europe/Berlin	50.39118	11.12309		Schwarzwald		15	00	16072	16072023
2834701	Schwarz Rheindorf	schwarz-rheindorf	DE		0	Europe/Berlin	50.75074	7.11643		Schwarz Rheindorf,Schwarzrheindorf/Vilich-Rheindorf		07	053	05314	05314000
2834703	Schwarznaußlitz	schwarznausslitz	DE		0	Europe/Berlin	51.13434	14.39278		Corne Noslicy,Čorne Noslicy		13	00	14625	14625390
2834706	Schwarzmühle	schwarzmuehle	DE		0	Europe/Berlin	50.5808	11.07751				15	00	16073	16073113
2834708	Schwarzmaar	schwarzmaar	DE		0	Europe/Berlin	50.71818	6.86818				07	053	05366	05366040
2834712	Schwärzleinsdorf	schwarzleinsdorf	DE		0	Europe/Berlin	50.1752	11.56412				02	094	09477	09477156
2834721	Schwarzkollm	schwarzkollm	DE		0	Europe/Berlin	51.43556	14.13944		Corny Cholmc,Schwarzkollm,Čorny Chołmc		13	00	14625	14625240
2834722	Schwarz im Höllthal	schwarz-im-hollthal	DE		0	Europe/Berlin	48.438	13.18213		Hollthal,Höllthal		02	092	09275	09275124
2834724	Schwarzhöring	schwarzhoring	DE		0	Europe/Berlin	48.66972	13.22472				02	092	09275	09275159
2834734	Schwarzhöfe	schwarzhofe	DE		0	Europe/Berlin	49.12085	11.97158				02	093	09375	09375131
2834742	Schwarzhausen	schwarzhausen	DE		0	Europe/Berlin	50.90197	10.471		Schwarzhausen		15	00	16067	16067072
2834745	Schwarzgrub	schwarzgrub	DE		0	Europe/Berlin	49.03404	12.9376				02	092	09276	09276128
2834796	Schwarzer Weg	schwarzer-weg	DE		0	Europe/Berlin	52.66667	9.83333				06	00	03351	03351023
2834801	Schwarzer Stamm	schwarzer-stamm	DE		0	Europe/Berlin	51.79312	12.31063				14	00	15001	15001000
2834816	Schwarzersdorf	schwarzersdorf	DE		0	Europe/Berlin	48.52988	11.91555				02	091	09178	09178142
2834826	Schwarzer Kater	schwarzer-kater	DE		0	Europe/Berlin	51.36565	12.94896		Neuvorwerk,Schwarzer Kater		13	00	14730	14730060
2834828	Schwärzerhof	schwarzerhof	DE		0	Europe/Berlin	49.31547	9.34049				01	081	08125	08125063
2834896	Schwarze Pumpe	schwarze-pumpe	DE		0	Europe/Berlin	51.53838	14.34161		Carna Plumpa,Schwarze Pumpe		11	00	12071	12071372
2834899	Schwarze Pfütze	schwarze-pfutze	DE		0	Europe/Berlin	50.17839	10.15475				02	096	09672	09672140
2834901	Schwarzenweiler	schwarzenweiler	DE		0	Europe/Berlin	49.27077	9.56756				01	081	08126	08126028
2834904	Schwarzenthonhausen	schwarzenthonhausen	DE		0	Europe/Berlin	49.12961	11.79614				02	093	09375	09375118
2834905	Schwarzenthal	schwarzenthal	DE		0	Europe/Berlin	48.86517	13.71658				02	092	09272	09272122
2834908	Schwarzenstein	schwarzenstein	DE		0	Europe/Berlin	50.27313	11.60868				02	094	09475	09475169
2834909	Schwarzenstein	schwarzenstein	DE		0	Europe/Berlin	48.93485	12.7986				02	092	09278	09278171
2834910	Schwarzenstein	schwarzenstein	DE		0	Europe/Berlin	48.46683	12.92792				02	092	09277	09277138
2834911	Schwarzenstein	schwarzenstein	DE		0	Europe/Berlin	47.74544	12.30962				02	091	09187	09187114
2834913	Schwarzenshof	schwarzenshof	DE		0	Europe/Berlin	50.70806	11.28581				15	00	16073	16073076
2834914	Schwarzensee	schwarzensee	DE		0	Europe/Berlin	53.54705	13.74152				12	00	13075	13075130
2834915	Schwarzensee	schwarzensee	DE		0	Europe/Berlin	47.66667	9.83333				02	097	09776	09776131
2834919	Schwarzenreuth	schwarzenreuth	DE		0	Europe/Berlin	50.40733	11.99425				13	00	14523	14523450
2834920	Schwarzenreuth	schwarzenreuth	DE		0	Europe/Berlin	49.95464	11.95919				02	093	09377	09377143
2834921	Schwarzenraben	schwarzenraben	DE		0	Europe/Berlin	51.64352	8.4113				07	059	05974	05974028
2834922	Schwarzenpfost	schwarzenpfost	DE		0	Europe/Berlin	54.18287	12.30207				12	00	13072	13072088
2834923	Schwarzenmoor	schwarzenmoor	DE		0	Europe/Berlin	53.75795	9.204				06	00	03352	03352042
2834925	Schwarzenlache	schwarzenlache	DE		0	Europe/Berlin	49.1	9.83333		Batzenhausle,Batzenhäusle,Schwarzenlache		01	081	08127	08127076
2834931	Schwarzenhorb	schwarzenhorb	DE		0	Europe/Berlin	49.13949	10.16095				01	081	08127	08127101
2834932	Schwarzenholz	schwarzenholz	DE		0	Europe/Berlin	49.33443	6.86154		Schwarzenholz		09	00	10044	10044116
2834933	Schwarzenhof	schwarzenhof	DE		0	Europe/Berlin	53.86688	12.79961				12	00	13071	13071027
2834934	Schwarzenhof	schwarzenhof	DE		0	Europe/Berlin	53.60768	12.7303				12	00	13071	13071172
2834935	Schwarzenhof	schwarzenhof	DE		0	Europe/Berlin	53.46348	12.79838				12	00	13071	13071071
2834938	Schwarzenhasel	schwarzenhasel	DE		0	Europe/Berlin	51.02119	9.77087		Schwarzenhasel		05	066	06632	06632018
2834939	Schwarzenhammer	schwarzenhammer	DE		0	Europe/Berlin	50.13738	12.084				02	094	09479	09479159
2834940	Schwarzenhagen	schwarzenhagen	DE		0	Europe/Berlin	52.7	11.75				14	00	15090	15090435
2834942	Schwarzengraben	schwarzengraben	DE		0	Europe/Berlin	49.6618	7.89601				08	00	07333	07333065
2834943	Schwarzenfurth	schwarzenfurth	DE		0	Europe/Berlin	50.26679	11.82856				02	094	09475	09475142
2834944	Schwarzenfels	schwarzenfels	DE		0	Europe/Berlin	50.29987	9.67466				05	064	06435	06435027
2834946	Schwarzeneck	schwarzeneck	DE		0	Europe/Berlin	49.36769	12.34549				02	093	09376	09376164
2834947	Schwarzendamm	schwarzendamm	DE		0	Europe/Berlin	52.60117	11.04057				14	00	15081	15081280
2834948	Schwarzendachsberg	schwarzendachsberg	DE		0	Europe/Berlin	48.99159	12.70337				02	092	09278	09278134
2834949	Schwarzenburg	schwarzenburg	DE		0	Europe/Berlin	51.74995	13.5534				11	00	12061	12061219
2834952	Schwarzenbrunn	schwarzenbrunn	DE		0	Europe/Berlin	50.44944	10.95784				15	00	16069	16069012
2834953	Schwarzenbrunn	schwarzenbrunn	DE		0	Europe/Berlin	50.27087	12.27647				13	00	14523	14523040
2834954	Schwarzenbrunn	schwarzenbrunn	DE		0	Europe/Berlin	49.5494	9.52811		Schwarzenbrunn		01	081	08128	08128138
2834956	Schwarzenbruch	schwarzenbruch	DE		0	Europe/Berlin	48.36921	8.2556				01	082	08237	08237075
2834957	Schwarzenbruch	schwarzenbruch	DE		0	Europe/Berlin	49.88946	6.33933				08	00	07232	07232069
2834960	Schwarzenbronn	schwarzenbronn	DE		0	Europe/Berlin	49.39373	10.11715				01	081	08128	08128020
2834975	Schwarzenberg	schwarzenberg	DE		0	Europe/Berlin	51.4	6.7				07	051	05112	05112000
2834976	Schwarzenberg	schwarzenberg	DE		0	Europe/Berlin	53.6	9.45				06	00	03359	03359038
2834977	Schwarzenberg	schwarzenberg	DE		0	Europe/Berlin	51.14764	9.56404				05	066	06634	06634014
2834978	Schwarzenberg	schwarzenberg	DE		18523	Europe/Berlin	50.53791	12.78522		Schwarzenberg,Schwarzenberg/Erzgeb.,Shvarcenberg,Svarcenberga/Rudu kalni,shfartsnbrgh,shi wa cen bei ge,shwartsnbrg  zaksn,Švarcenberga/Rūdu kalni,Шварценберг,شفارتسنبرغ,شوارتسنبرگ، زاکسن,施瓦岑贝格		13	00	14521	14521550
2834979	Schwarzenberg	schwarzenberg	DE		0	Europe/Berlin	49.6725	10.47562				02	095	09575	09575161
2834980	Schwarzenberg	schwarzenberg	DE		0	Europe/Berlin	49.27032	12.90096				02	093	09372	09372124
2834981	Schwarzenberg	schwarzenberg	DE		0	Europe/Berlin	48.79235	8.6759				01	082	08235	08235065
2834982	Schwarzenberg	schwarzenberg	DE		0	Europe/Berlin	48.7246	10.68491				02	097	09779	09779131
2834983	Schwarzenberg	schwarzenberg	DE		0	Europe/Berlin	48.6015	8.38458				01	082	08237	08237004
2834984	Schwarzenberg	schwarzenberg	DE		0	Europe/Berlin	48.16433	7.96153				01	083	08316	08316014
2834985	Schwarzenberg	schwarzenberg	DE		0	Europe/Berlin	47.75456	11.94995				02	091	09182	09182114
2834986	Schwarzenberg	schwarzenberg	DE		0	Europe/Berlin	47.66667	9.85				02	097	09776	09776131
2835056	Schwarzenau	schwarzenau	DE		0	Europe/Berlin	51.02305	8.47574				07	059	05970	05970004
2835057	Schwarzenau	schwarzenau	DE		0	Europe/Berlin	49.80377	10.21609		Schwarzenau		02	096	09675	09675165
2835065	Schwarzeln	schwarzeln	DE		0	Europe/Berlin	51.04207	7.23274				07	053	05378	05378012
2835066	Schwärzelbach	schwarzelbach	DE		0	Europe/Berlin	50.18566	9.82155				02	096	09672	09672161
2835072	Schwarzeheide	schwarzeheide	DE		0	Europe/Berlin	52.72554	9.1246				06	00	03256	03256036
2835076	Schwarze Flage	schwarze-flage	DE		0	Europe/Berlin	53.43591	9.0662				06	00	03357	03357016
2835080	Schwarzeck	schwarzeck	DE		0	Europe/Berlin	47.62344	12.90137				02	091	09172	09172129
2835094	Schwarze Ahe	schwarze-ahe	DE		0	Europe/Berlin	51.22412	7.72142		Ahe,Schwarze Ahe		07	059	05962	05962020
2835098	Schwärzdorf	schwaerzdorf	DE		0	Europe/Berlin	50.33659	11.24228				15	00	16072	16072024
2835099	Schwärzdorf	schwarzdorf	DE		0	Europe/Berlin	50.27058	11.20125				02	094	09476	09476154
2835108	Schwarzbroich	schwarzbroich	DE		0	Europe/Berlin	51.01662	7.10925				07	053	05378	05378020
2835112	Schwarzberg	schwarzberg	DE		0	Europe/Berlin	47.77484	12.74149				02	091	09189	09189124
2835113	Schwarzberg	schwarzberg	DE		0	Europe/Berlin	49.5833	12.21284				02	093	09376	09376150
2835161	Schwarzau	schwarzau	DE		0	Europe/Berlin	48.01959	12.54017				02	091	09189	09189157
2835163	Schwarzadler	schwarzadler	DE		0	Europe/Berlin	51.23634	14.37192		Corny Hodler,Čorny Hodler		13	00	14625	14625490
2835168	Schwarzachen	schwarzachen	DE		0	Europe/Berlin	47.75545	10.19394				02	097	09780	09780146
2835170	Schwarzach bei Kulmbach	schwarzach-bei-kulmbach	DE		0	Europe/Berlin	50.10936	11.35933				02	094	09477	09477136
2835205	Schwartow	schwartow	DE		0	Europe/Berlin	53.39792	10.74806				12	00	13076	13076014
2835207	Schwartmecke	schwartmecke	DE		0	Europe/Berlin	51.09136	8.16527		Schwartmecke		07	059	05966	05966016
2835209	Schwartenpohl	schwartenpohl	DE		0	Europe/Berlin	52.54306	7.16523				06	00	03456	03456025
2835211	Schwartenberg	schwartenberg	DE		0	Europe/Berlin	52.82527	7.08582				06	00	03454	03454018
2835692	Schuppenfeld	schuppenfeld	DE		0	Europe/Berlin	53.6718	9.13514				06	00	03352	03352022
2835224	Schwarbe	schwarbe	DE		0	Europe/Berlin	54.66936	13.35388				12	00	13073	13073004
2835229	Schwante	schwante	DE		0	Europe/Berlin	52.73432	13.08847				11	00	12065	12065251
2835233	Schwansee	schwansee	DE		0	Europe/Berlin	51.08084	11.08731				15	00	16068	16068021
2835236	Schwanow	schwanow	DE		0	Europe/Berlin	53.04338	12.86001				11	00	12068	12068353
2835237	Schwann	schwann	DE		0	Europe/Berlin	48.84766	8.54728				01	082	08236	08236072
2835239	Schwaningen	schwaningen	DE		0	Europe/Berlin	47.77908	8.42703				01	083	08337	08337106
2835242	Schwanhof	schwanhof	DE		0	Europe/Berlin	49.70156	12.43631				02	093	09374	09374123
2835243	Schwanhof	schwanhof	DE		0	Europe/Berlin	49.59018	12.11674				02	093	09374	09374133
2835252	Schwanhausen	schwanhausen	DE		0	Europe/Berlin	50.24102	10.5887				02	096	09673	09673172
2835253	Schwanham	schwanham	DE		0	Europe/Berlin	48.58084	13.12472				02	092	09275	09275154
2835258	Schwaney	schwaney	DE		0	Europe/Berlin	51.71561	8.93401		Schwaney		07	057	05774	05774004
2835268	Schwanenmoos	schwanenmoos	DE		0	Europe/Berlin	48.31428	8.41785				01	083	08325	08325001
2835269	Schwanenkirchen	schwanenkirchen	DE		0	Europe/Berlin	48.74849	13.10399				02	092	09271	09271125
2835276	Schwanenberg	schwanenberg	DE		0	Europe/Berlin	51.10141	6.27444		Schwanenberg		07	053	05370	05370004
2835280	Schwanenbach	schwanenbach	DE		0	Europe/Berlin	48.20581	8.256				01	083	08317	08317051
2835281	Schwanenbach	schwanenbach	DE		0	Europe/Berlin	48.0225	8.29388				01	083	08326	08326068
2835284	Schwaneburgermoor	schwaneburgermoor	DE		0	Europe/Berlin	53.05265	7.78971		Schwaneburgermoor		06	00	03453	03453007
2835286	Schwaneburg	schwaneburg	DE		0	Europe/Berlin	53.04858	7.82835				06	00	03453	03453007
2835287	Schwaneberg	schwaneberg	DE		0	Europe/Berlin	53.32303	14.11889				11	00	12073	12073458
2835288	Schwaneberg	schwaneberg	DE		0	Europe/Berlin	51.9987	11.47292		Schwanebarch,Schwaneberg,Suanuburgon,Sŭanuburgon		14	00	15083	15083490
2835296	Schwandt	schwandt	DE		0	Europe/Berlin	53.5942	13.0287				12	00	13071	13071127
2835297	Schwandorf in Bayern	schwandorf-in-bayern	DE		28235	Europe/Berlin	49.32534	12.1098		Schwandorf,Schwandorf in Bayern,Stadt Schwandorf	09376	02	093	09376	09376161
2835303	Schwanditz	schwanditz	DE		0	Europe/Berlin	50.95307	12.33922		Gollnitz-Schwanditz,Göllnitz-Schwanditz,Schwanditz		15	00	16077	16077009
2835304	Schwanden	schwanden	DE		0	Europe/Berlin	49.48224	7.53291				08	00	07335	07335020
2835305	Schwanden	schwanden	DE		0	Europe/Berlin	47.7274	10.04547				01	084	08436	08436049
2835306	Schwanden	schwanden	DE		0	Europe/Berlin	47.58893	10.03583				02	097	09776	09776127
2835307	Schwanden	schwanden	DE		0	Europe/Berlin	47.54534	10.237				02	097	09780	09780115
2835316	Schwand	schwand	DE		0	Europe/Berlin	50.43428	12.0083				13	00	14523	14523450
2835317	Schwand	schwand	DE		0	Europe/Berlin	50.20425	11.51638				02	094	09477	09477156
2835318	Schwand	schwand	DE		0	Europe/Berlin	49.75666	12.0386				02	093	09374	09374144
2835319	Schwand	schwand	DE		0	Europe/Berlin	49.50958	12.51291				02	093	09376	09376160
2835320	Schwand	schwand	DE		0	Europe/Berlin	49.48943	11.93682				02	093	09371	09371122
2835321	Schwand	schwand	DE		0	Europe/Berlin	49.49015	11.66173				02	093	09371	09371131
2835322	Schwand	schwand	DE		0	Europe/Berlin	49.30224	11.12307		Schwand		02	095	09576	09576132
2835323	Schwand	schwand	DE		0	Europe/Berlin	49.2884	10.3344				02	095	09571	09571174
2835324	Schwand	schwand	DE		0	Europe/Berlin	47.73753	7.79042				01	083	08336	08336107
2835325	Schwand	schwand	DE		0	Europe/Berlin	47.37033	10.25996				02	097	09780	09780133
2835333	Schwammhof	schwammhof	DE		0	Europe/Berlin	48.96467	9.56772				01	081	08119	08119044
2835334	Schwammham	schwammham	DE		0	Europe/Berlin	47.84897	11.91678				02	091	09182	09182123
2835336	Schwammenauel	schwammenauel	DE		0	Europe/Berlin	50.63287	6.44511				07	053	05358	05358012
2835353	Schwallschied	schwallschied	DE		0	Europe/Berlin	50.19123	7.92152				05	064	06439	06439005
2835354	Schwalldorf	schwalldorf	DE		0	Europe/Berlin	48.45001	8.8809				01	084	08416	08416036
2835358	Schwalingen	schwalingen	DE		0	Europe/Berlin	53.07107	9.70187		Schwalingen		06	00	03358	03358017
2835359	Schwalheim	schwalheim	DE		0	Europe/Berlin	50.3548	8.76292		Schwalheim		05	064	06440	06440002
2835360	Schwalenberg	schwalenberg	DE		0	Europe/Berlin	51.87728	9.19424				07	057	05766	05766060
2835363	Schwalefeld	schwalefeld	DE		0	Europe/Berlin	51.30758	8.62918		Schwalefeld		05	066	06635	06635022
2835373	Schwalbenhof	schwalbenhof	DE		0	Europe/Berlin	49.99497	12.24433				02	093	09377	09377131
2835384	Schwaim	schwaim	DE		0	Europe/Berlin	48.4206	13.18222				02	092	09275	09275124
2835387	Schwaigwall	schwaigwall	DE		0	Europe/Berlin	47.86535	11.44638				02	091	09173	09173126
2835389	Schwaighofen	schwaighofen	DE		0	Europe/Berlin	48.37703	10.00899				02	097	09775	09775135
2835390	Schwaighofen	schwaighofen	DE		0	Europe/Berlin	47.78063	11.46576				02	091	09173	09173134
2835391	Schwaighof	schwaighof	DE		0	Europe/Berlin	49.11815	12.52716				02	093	09372	09372142
2835392	Schwaighof	schwaighof	DE		0	Europe/Berlin	48.61127	10.82722				02	097	09772	09772114
2835393	Schwaighof	schwaighof	DE		0	Europe/Berlin	47.69564	11.77799				02	091	09182	09182132
2835394	Schwaighof	schwaighof	DE		0	Europe/Berlin	47.62248	12.17354				02	091	09187	09187148
2835403	Schwaighausen	schwaighausen	DE		0	Europe/Berlin	49.39349	10.78333		Schwaighausen		02	095	09573	09573115
2835404	Schwaighausen	schwaighausen	DE		0	Europe/Berlin	49.09522	12.03229				02	093	09375	09375165
2835405	Schwaighausen	schwaighausen	DE		0	Europe/Berlin	48.82198	11.82549				02	092	09273	09273111
2835406	Schwaighausen	schwaighausen	DE		0	Europe/Berlin	48.01711	10.24607				02	097	09778	09778151
2835410	Schwaigeröd	schwaigerod	DE		0	Europe/Berlin	48.52368	12.955				02	092	09277	09277126
2835417	Schwaige	schwaige	DE		0	Europe/Berlin	48.02926	11.38853				02	091	09188	09188139
2835419	Schwaiganger	schwaiganger	DE		0	Europe/Berlin	47.65669	11.25442				02	091	09180	09180127
2835445	Schwaiberg	schwaiberg	DE		0	Europe/Berlin	48.62257	13.41347				02	092	09275	09275151
2835446	Schwaibach	schwaibach	DE		0	Europe/Berlin	48.43589	13.0603				02	092	09277	09277113
2835447	Schwaibach	schwaibach	DE		0	Europe/Berlin	48.39139	8.03627		Schwaibach		01	083	08317	08317034
2835449	Schwagstorf	schwagstorf	DE		0	Europe/Berlin	52.51757	7.74954				06	00	03459	03459017
2835450	Schwagstorf	schwagstorf	DE		0	Europe/Berlin	52.37436	8.21335				06	00	03459	03459029
2835452	Schwägerhammer	schwaegerhammer	DE		0	Europe/Berlin	50.54297	11.02713				15	00	16073	16073037
2835455	Schwafheim	schwafheim	DE		0	Europe/Berlin	51.42474	6.65398		Schwafheim		07	051	05170	05170024
2835456	Schwadorf	schwadorf	DE		0	Europe/Berlin	50.80413	6.91707				07	053	05362	05362012
2835460	Schwackenreute	schwackenreute	DE		0	Europe/Berlin	47.91375	9.04087				01	083	08335	08335057
2835461	Schwackendorf	schwackendorf	DE		0	Europe/Berlin	54.70902	9.9373		Schwackendorf		10	00	01059	01059121
2835462	Schwachhausen	schwachhausen	DE		0	Europe/Berlin	53.0864	8.84914				03	00	04011	04011000
2835463	Schwachhausen	schwachhausen	DE		0	Europe/Berlin	52.57906	10.24321		Schwerhusen,Swachhusen		06	00	03351	03351022
2835464	Schwabstetten	schwabstetten	DE		0	Europe/Berlin	48.86908	11.66774				02	091	09176	09176112
2835468	Schwabstadl	schwabstadl	DE		0	Europe/Berlin	48.15249	10.85895				02	091	09181	09181131
2835469	Schwabsroth	schwabsroth	DE		0	Europe/Berlin	49.3588	10.30411				02	095	09571	09571155
2835471	Schwabsdorf	schwabsdorf	DE		0	Europe/Berlin	51.10152	11.513				15	00	16071	16071004
2835472	Schwabsdorf	schwabsdorf	DE		0	Europe/Berlin	50.99027	11.42893		Schwabsdorf,Suauirstorp [a. 1223],Sŭaŭirstorp [a. 1223]		15	00	16071	16071095
2835473	Schwabsburg	schwabsburg	DE		0	Europe/Berlin	49.8625	8.31307				08	00	07339	07339043
2835474	Schwabsberg	schwabsberg	DE		0	Europe/Berlin	48.92791	10.13815				01	081	08136	08136089
2835475	Schwabniederhofen	schwabniederhofen	DE		0	Europe/Berlin	47.83951	10.87845		Schwabniederhofen		02	091	09190	09190111
2835478	Schwabmühlhausen	schwabmuhlhausen	DE		0	Europe/Berlin	48.10548	10.77209				02	097	09772	09772170
2835479	Schwäblishausen	schwablishausen	DE		0	Europe/Berlin	47.96717	9.2692				01	084	08437	08437088
2835480	Schwäbishofen	schwabishofen	DE		0	Europe/Berlin	47.96243	10.71773				02	097	09777	09777130
2835481	Schwäbisch Hall	schwaebisch-hall	DE		36543	Europe/Berlin	49.11127	9.73908		Hale Suevice,Hall,Halla Suevica,Schwaebisch Hall,Schwäbisch Hall,シュヴェービッシュ・ハル	08127	01	081	08127	08127076
2835485	Schwabing	schwabing	DE		0	Europe/Berlin	48.1583	11.58616		Schwabing,Schwabing-Ost		02	091	09162	09162000
2835486	Schwabhof	schwabhof	DE		0	Europe/Berlin	48.33808	10.95457				02	097	09761	09761000
2835490	Schwabhausen bei Landsberg	schwabhausen-bei-landsberg	DE		0	Europe/Berlin	48.10794	10.98205		Schwabhausen bei Landsberg		02	091	09181	09181145
2835497	Schwaberwegen	schwaberwegen	DE		0	Europe/Berlin	48.1597	11.89875				02	091	09175	09175118
2835499	Schwabersberg	schwabersberg	DE		0	Europe/Berlin	48.26912	11.97341				02	091	09177	09177142
2835500	Schwaberow	schwaberow	DE		0	Europe/Berlin	53.42263	11.10065				12	00	13076	13076169
2835501	Schwabering	schwabering	DE		0	Europe/Berlin	47.90371	12.23491				02	091	09187	09187174
2835504	Schwabenrod	schwabenrod	DE		0	Europe/Berlin	50.78294	9.25861				05	065	06535	06535001
2835512	Schwabenheim	schwabenheim	DE		2555	Europe/Berlin	49.92879	8.09525		Schwabenheim		08	00	07339	07339051
2835513	Schwabenheim	schwabenheim	DE		0	Europe/Berlin	49.45	8.63333		Schwabenheim		01	082	08226	08226012
2835514	Schwabendorf	schwabendorf	DE		0	Europe/Berlin	50.90029	8.88511		Schwabendorf		05	065	06534	06534017
2835522	Schwaben	schwaben	DE		0	Europe/Berlin	50.89335	12.58206				13	00	14524	14524290
2835523	Schwaben	schwaben	DE		0	Europe/Berlin	48.9104	11.76101		Schwaben		02	092	09273	09273137
2835526	Schwabelweis	schwabelweis	DE		0	Europe/Berlin	49.02309	12.15109				02	093	09362	09362000
2835527	Schwabegg	schwabegg	DE		0	Europe/Berlin	48.18274	10.69036		Schwabegg		02	097	09772	09772200
2835528	Schwabeck	schwabeck	DE		0	Europe/Berlin	52.02389	12.81483				11	00	12069	12069632
2835529	Schwabe	schwabe	DE		0	Europe/Berlin	54.25122	9.68235				10	00	01058	01058086
2835534	Schwabbach	schwabbach	DE		0	Europe/Berlin	49.18329	9.40394		Schwabbach		01	081	08126	08126011
2835535	Schwabaich	schwabaich	DE		0	Europe/Berlin	48.11407	10.7528				02	097	09772	09772170
2835543	Schwaam	schwaam	DE		0	Europe/Berlin	51.17606	6.27639		Schwaam		07	053	05370	05370040
2835547	Schützingen	schutzingen	DE		0	Europe/Berlin	48.99626	8.89915		Schutzingen,Schützingen		01	082	08236	08236028
2835548	Schützing	schutzing	DE		0	Europe/Berlin	48.83252	13.02706				02	092	09271	09271148
2835549	Schützing	schutzing	DE		0	Europe/Berlin	48.23476	12.81585				02	091	09171	09171123
2835551	Schutzhof	schutzhof	DE		0	Europe/Berlin	48.19179	7.89865				01	083	08316	08316054
2835552	Schützheide	schuetzheide	DE		0	Europe/Berlin	50.73333	6.21667				07	053	05334	05334032
2835554	Schützenwiesenhäuser	schuetzenwiesenhaeuser	DE		0	Europe/Berlin	50.53333	12.08333				13	00	14523	14523365
2835559	Schützenkrug	schuetzenkrug	DE		0	Europe/Berlin	52.46667	9.23333				06	00	03256	03256025
2835570	Schützendorf	schuetzendorf	DE		0	Europe/Berlin	50.58791	6.59756				07	053	05366	05366028
2835571	Schutzendorf	schutzendorf	DE		0	Europe/Berlin	49.05457	11.28261		Schutzendorf		02	095	09576	09576122
2835577	Schützenau	schutzenau	DE		0	Europe/Berlin	48.18466	12.43927				02	091	09183	09183124
2835578	Schützen	schutzen	DE		0	Europe/Berlin	48.1263	12.05263				02	091	09175	09175137
2835581	Schützberg	schuetzberg	DE		157	Europe/Berlin	51.79025	12.82413				14	00	15091	15091145
2835585	Schüttwick	schuettwick	DE		0	Europe/Berlin	51.6904	6.5187				07	051	05170	05170048
2835587	Schüttorf	schuettorf	DE		11465	Europe/Berlin	52.32281	7.22176		Schuettorf,Schuettrup,Schuttorf,Schüttorf,Schüttrup,Shitorf,Shjuttorf,shwtrtwf,shwtwrf,xu tuo fu,Шиторф,Шютторф,شوترتوف,شوتورف,许托夫		06	00	03456	03456027
2835591	Schüttingdeich	schuettingdeich	DE		0	Europe/Berlin	54.26908	9.34866				10	00	01051	01051117
2835592	Schütting	schuetting	DE		0	Europe/Berlin	53.5284	8.46552				06	00	03461	03461007
2835595	Schutterzell	schutterzell	DE		0	Europe/Berlin	48.40207	7.83961				01	083	08317	08317151
2835598	Schuttern	schuttern	DE		0	Europe/Berlin	48.38297	7.85012		Schuttern		01	083	08317	08317031
2835603	Schüttentobel	schuttentobel	DE		0	Europe/Berlin	47.62112	10.04737				02	097	09776	09776113
2835610	Schüttdamm	schuettdamm	DE		0	Europe/Berlin	53.73103	9.23914				06	00	03352	03352044
2835611	Schüttberg	schuttberg	DE		0	Europe/Berlin	49.10187	10.14142				01	081	08127	08127014
2835614	Schutschur	schutschur	DE		0	Europe/Berlin	53.21528	10.93001				06	00	03354	03354019
2835615	Schutow	schutow	DE		0	Europe/Berlin	54.10792	12.06882				12	00	13003	13003000
2835616	Schuter	schuter	DE		0	Europe/Berlin	51.91667	7.85				07	055	05570	05570024
2835622	Schusterkrug	schusterkrug	DE		0	Europe/Berlin	54.38333	10.15				10	00	01002	01002000
2835638	Schüssellehen	schussellehen	DE		0	Europe/Berlin	48.7258	13.12493				02	092	09271	09271127
2835641	Schüßelhausen	schusselhausen	DE		0	Europe/Berlin	48.65	11.78333				02	092	09273	09273147
2835649	Schußbach	schussbach	DE		0	Europe/Berlin	49.47964	10.54033				02	095	09575	09575166
2835650	Schuß	schuss	DE		0	Europe/Berlin	47.74706	11.77855				02	091	09182	09182116
2835654	Schürten	schurten	DE		0	Europe/Berlin	47.66667	9.53333				01	084	08435	08435035
2835655	Schurtannen	schurtannen	DE		0	Europe/Berlin	47.76298	9.87289				01	084	08436	08436052
2835656	Schürsdorf	schuersdorf	DE		0	Europe/Berlin	54.01253	10.70146				10	00	01055	01055044
2835657	Schurrhof	schurrhof	DE		0	Europe/Berlin	48.73518	9.76766				01	081	08117	08117037
2835658	Schurrenhof	schurrenhof	DE		0	Europe/Berlin	48.72793	9.77082				01	081	08136	08136065
2835668	Schüring	schuering	DE		0	Europe/Berlin	52.91667	11.81667				14	00	15090	15090520
2835669	Schürholz	schuerholz	DE		0	Europe/Berlin	51.07051	7.7764				07	059	05966	05966008
2835675	Schürenort	schuerenort	DE		0	Europe/Berlin	52.23945	8.30165				06	00	03459	03459024
2835676	Schürenbusch	schuerenbusch	DE		0	Europe/Berlin	53.0896	8.45074				06	00	03458	03458010
2835677	Schürenberg	schuerenberg	DE		0	Europe/Berlin	51.6	8.65				07	057	05774	05774016
2835680	Schüren	schueren	DE		0	Europe/Berlin	51.49329	7.54417				07	059	05913	05913000
2835681	Schüren	schueren	DE		0	Europe/Berlin	51.29807	8.23028				07	059	05958	05958032
2835682	Schüren	schueren	DE		0	Europe/Berlin	49.30089	7.10867				09	00	10045	10045117
2835684	Schürbusch	schuerbusch	DE		0	Europe/Berlin	52.27479	8.82724				07	057	05770	05770024
2835685	Schürberg	schurberg	DE		0	Europe/Berlin	47.74441	7.94297				01	083	08336	08336106
2835686	Schurbach	schurbach	DE		0	Europe/Berlin	49.97126	11.98673				02	093	09377	09377157
2835688	Schura	schura	DE		0	Europe/Berlin	48.05267	8.64427				01	083	08327	08327049
2835689	Schüptitz	schueptitz	DE		0	Europe/Berlin	50.73152	12.0197				15	00	16076	16076079
2835693	Schuppenberg	schuppenberg	DE		0	Europe/Berlin	47.65	9.78333				01	084	08436	08436081
2835694	Schuppach	schuppach	DE		0	Europe/Berlin	49.11602	9.60188				01	081	08126	08126069
2835696	Schupfholz	schupfholz	DE		0	Europe/Berlin	48.07492	7.82162				01	083	08316	08316045
2835698	Schupfenschlag	schupfenschlag	DE		0	Europe/Berlin	49.97259	11.59333				02	094	09462	09462000
2835699	Schupfenberg	schupfenberg	DE		0	Europe/Berlin	48.19662	9.59415				01	084	08426	08426124
2835701	Schupf	schupf	DE		0	Europe/Berlin	49.44486	11.482				02	095	09574	09574128
2835702	Schupbach	schupbach	DE		0	Europe/Berlin	50.45503	8.16863				05	065	06533	06533001
2835705	Schünow	schuenow	DE		0	Europe/Berlin	52.2268	13.35328				11	00	12072	12072477
2835706	Schunkenhof	schunkenhof	DE		0	Europe/Berlin	50.98812	6.54749				07	053	05362	05362004
2835707	Schünenbusch	schuenenbusch	DE		0	Europe/Berlin	52.33969	8.88085				07	057	05770	05770024
2835708	Schündelnhöfe	schuendelnhoefe	DE		0	Europe/Berlin	51.2619	6.31639				07	051	05166	05166032
2835711	Schümm	schuemm	DE		0	Europe/Berlin	51.0178	6.00034				07	053	05370	05370008
2835714	Schümersmühle	schuemersmuehle	DE		0	Europe/Berlin	52.3397	7.26105				06	00	03454	03454045
2835776	Schulzenhöhe	schulzenhoehe	DE		0	Europe/Berlin	52.47925	13.77387				11	00	12064	12064428
2835777	Schulzenhof	schulzenhof	DE		0	Europe/Berlin	53.08707	12.99751				11	00	12065	12065310
2835792	Schulzenaue	schulzenaue	DE		0	Europe/Berlin	52.72241	13.64107				11	00	12060	12060192
2835892	Schultersdorf	schultersdorf	DE		0	Europe/Berlin	48.93486	11.9677				02	092	09273	09273137
2835895	Schultenwede	schultenwede	DE		0	Europe/Berlin	53.13067	9.69777				06	00	03358	03358019
2835897	Schultenhöfe	schultenhoefe	DE		0	Europe/Berlin	52.47626	7.4324				06	00	03454	03454036
2835898	Schultenhof	schultenhof	DE		0	Europe/Berlin	52.58855	7.60175				06	00	03454	03454059
2835902	Schultenhedfeld	schultenhedfeld	DE		0	Europe/Berlin	51.1559	7.51219				07	059	05962	05962012
2835939	Schulpforte	schulpforte	DE		0	Europe/Berlin	51.14349	11.75254		Schulpforta		14	00	15084	15084355
2835940	Schülperweide	schuelperweide	DE		0	Europe/Berlin	54.25	8.91667				10	00	01051	01051105
2835941	Schülper Neuensiel	schuelper-neuensiel	DE		0	Europe/Berlin	54.26667	8.93333				10	00	01051	01051058
2835943	Schülper Altensiel	schuelper-altensiel	DE		0	Europe/Berlin	54.25	8.95				10	00	01051	01051105
2835944	Schülp	schuelp	DE		1202	Europe/Berlin	54.25896	9.63034				10	00	01058	01058148
2835945	Schülp	schuelp	DE		483	Europe/Berlin	54.24267	8.93218			01051105	10	00	01051	01051105
2835946	Schülp	schuelp	DE		0	Europe/Berlin	54.16307	9.88674				10	00	01058	01058147
2835947	Schullwitz	schullwitz	DE		0	Europe/Berlin	51.0408	13.922				13	00	14612	14612000
2835949	Schullering	schullering	DE		0	Europe/Berlin	48.6325	13.12376				02	092	09275	09275154
2835955	Schüllar	schuellar	DE		0	Europe/Berlin	51.08049	8.4122				07	059	05970	05970004
2835957	Schülingen	schuelingen	DE		0	Europe/Berlin	52.98524	9.24329				06	00	03361	03361006
2835959	Schülernbrockhof	schuelernbrockhof	DE		0	Europe/Berlin	53.08814	9.74984				06	00	03358	03358019
2835960	Schülern	schuelern	DE		0	Europe/Berlin	53.08421	9.76664				06	00	03358	03358019
2835962	Schulerhof	schulerhof	DE		0	Europe/Berlin	48.87972	9.4441				01	081	08119	08119085
2835969	Schulenrode	schulenrode	DE		0	Europe/Berlin	52.23729	10.67974				06	00	03158	03158006
2835977	Schulenburg	schulenburg	DE		0	Europe/Berlin	53.75745	10.42806				10	00	01062	01062056
2835978	Schulenburg	schulenburg	DE		0	Europe/Berlin	52.44084	9.6714				06	00	03241	03241010
2835979	Schulenburg	schulenburg	DE		0	Europe/Berlin	52.19488	9.77663				06	00	03241	03241013
2835988	Schuldorf	schuldorf	DE		0	Europe/Berlin	52.26805	8.61337				07	057	05770	05770016
2835991	Schulbusch	schulbusch	DE		0	Europe/Berlin	54.04089	10.41328				10	00	01060	01060075
2835997	Schulau	schulau	DE		0	Europe/Berlin	53.57487	9.71277				10	00	01056	01056050
2835998	Schukenbrock	schukenbrock	DE		0	Europe/Berlin	53.00382	7.29587				06	00	03454	03454020
2835999	Schukamp	schukamp	DE		0	Europe/Berlin	53.24748	8.60955				06	00	03356	03356009
2836002	Schuir	schuir	DE		0	Europe/Berlin	51.39195	6.97214		Schuir		07	051	05113	05113000
2836003	Schuhöd	schuhod	DE		0	Europe/Berlin	48.54258	12.94576				02	092	09277	09277126
2836005	Schuhmacher-Siedlung	schuhmacher-siedlung	DE		0	Europe/Berlin	52.48293	12.81734		Schuhmacher-Siedlung,Schumachersiedlung		11	00	12063	12063148
2836014	Schugshof	schugshof	DE		0	Europe/Berlin	48.66853	8.1531				01	082	08216	08216007
2836018	Schuenhagen	schuenhagen	DE		0	Europe/Berlin	54.25149	12.82388				12	00	13073	13073096
2836019	Schudholzing	schudholzing	DE		0	Europe/Berlin	48.41852	12.92652				02	092	09277	09277138
2836023	Schückhausen	schueckhausen	DE		0	Europe/Berlin	51.11192	7.28735				07	053	05374	05374016
2836024	Schuckenhof	schuckenhof	DE		0	Europe/Berlin	52.00881	8.68883				07	057	05766	05766048
2836027	Schuckenbaum	schuckenbaum	DE		0	Europe/Berlin	52.01709	8.67941		Schuckenbaum		07	057	05766	05766048
2836037	Schrundholz	schrundholz	DE		0	Europe/Berlin	47.61667	9.83333				02	097	09776	09776122
2836041	Schrotzhofen	schrotzhofen	DE		0	Europe/Berlin	49.15233	11.83045				02	093	09375	09375118
2836043	Schröttmoos	schrottmoos	DE		0	Europe/Berlin	48.57812	12.65193				02	092	09279	09279134
2836044	Schröttinghausen	schroettinghausen	DE		0	Europe/Berlin	52.33125	8.46672				07	057	05770	05770036
2836045	Schröttinghausen	schroettinghausen	DE		0	Europe/Berlin	52.0785	8.47243				07	057	05711	05711000
2836046	Schrötting	schrotting	DE		0	Europe/Berlin	49.1331	12.53449				02	093	09372	09372142
2836049	Schröttendorf	schrottendorf	DE		0	Europe/Berlin	48.58038	12.79349				02	092	09277	09277111
2836050	Schrotsdorf	schrotsdorf	DE		0	Europe/Berlin	49.45524	11.40192				02	095	09574	09574145
2836051	Schrötersdorf	schroetersdorf	DE		0	Europe/Berlin	53.1819	8.95451				06	00	03356	03356005
2836054	Schroßlach	schrosslach	DE		0	Europe/Berlin	48.41982	11.56941				02	091	09178	09178113
2836058	Schrollbach	schrollbach	DE		0	Europe/Berlin	49.45394	7.48734		Schrollbach		08	00	07335	07335030
2836065	Schrofen	schrofen	DE		0	Europe/Berlin	48.40324	8.09032				01	083	08317	08317085
2836066	Schrofen	schrofen	DE		0	Europe/Berlin	47.8986	10.11267				02	097	09778	09778164
2836068	Schroersend	schroersend	DE		0	Europe/Berlin	51.22911	6.26889				07	051	05166	05166024
2836070	Schrodtberg	schrodtberg	DE		0	Europe/Berlin	51.18719	7.10061				07	051	05122	05122000
2836071	Schröding	schroding	DE		0	Europe/Berlin	48.40363	12.08287				02	091	09177	09177124
2836074	Schrödershof	schroedershof	DE		0	Europe/Berlin	53.89044	12.58074				12	00	13072	13072049
2836082	Schröck	schroeck	DE		0	Europe/Berlin	50.78617	8.83002		Schrock,Schröck		05	065	06534	06534014
2836083	Schröck	schrock	DE		0	Europe/Berlin	48.65335	13.64018				02	092	09275	09275126
2836090	Schricke	schricke	DE		0	Europe/Berlin	52.30355	11.66195				14	00	15083	15083580
2836091	Schrick	schrick	DE		0	Europe/Berlin	51.4295	7.24505				07	059	05911	05911000
2836092	Schrezheim	schrezheim	DE		0	Europe/Berlin	48.95176	10.11292				01	081	08136	08136019
2836094	Schreyerhof	schreyerhof	DE		0	Europe/Berlin	49	9.2				01	081	08118	08118053
2836095	Schreyahn	schreyahn	DE		0	Europe/Berlin	52.93656	11.07354		Schreyahn		06	00	03354	03354026
2836099	Schreufa	schreufa	DE		0	Europe/Berlin	51.08528	8.79909				05	066	06635	06635011
2836100	Schretzheim	schretzheim	DE		0	Europe/Berlin	48.59217	10.51169		Schretzheim		02	097	09773	09773125
2836104	Schressendorf	schressendorf	DE		0	Europe/Berlin	49.88757	11.31746		Schressendorf		02	094	09472	09472176
2836113	Schrenkersberg	schrenkersberg	DE		0	Europe/Berlin	49.88938	11.37323				02	094	09472	09472176
2836114	Schrenkenthal	schrenkenthal	DE		0	Europe/Berlin	49.18695	13.0649		Alt-Schrenkenthal,Schrenkenthal		02	093	09372	09372178
2836120	Schreindorf	schreindorf	DE		0	Europe/Berlin	48.99103	12.92722				02	092	09276	09276111
2836122	Schreiloch	schreiloch	DE		0	Europe/Berlin	47.79942	10.15182				02	097	09780	09780112
2836124	Schreihof	schreihof	DE		0	Europe/Berlin	48.42725	12.88774				02	092	09277	09277139
2836126	Schreiersgrün	schreiersgruen	DE		0	Europe/Berlin	50.5247	12.32859				13	00	14523	14523430
2836129	Schreiern	schreiern	DE		0	Europe/Berlin	47.76145	11.91605				02	091	09182	09182114
2836134	Schreibershof	schreibershof	DE		0	Europe/Berlin	51.06607	7.78123		Schreibershof		07	059	05966	05966008
2836135	Schreiberg	schreiberg	DE		0	Europe/Berlin	50.99442	8.11959				07	059	05970	05970020
2836138	Schregsberg	schregsberg	DE		0	Europe/Berlin	47.71667	9.65				01	084	08436	08436039
2836145	Schreckhof	schreckhof	DE		0	Europe/Berlin	49.3622	9.10671		Schreckhof		01	082	08225	08225058
2836146	Schreckensee	schreckensee	DE		0	Europe/Berlin	47.88655	9.54701				01	084	08436	08436096
2836148	Schreckenmanklitz	schreckenmanklitz	DE		0	Europe/Berlin	47.59688	9.90302				02	097	09776	09776129
2836151	Schreckenberg	schreckenberg	DE		0	Europe/Berlin	50.80951	7.35869				07	053	05382	05382052
2836156	Schreckelberg	schreckelberg	DE		0	Europe/Berlin	47.66667	9.83333				02	097	09776	09776131
2836158	Schreck	schreck	DE		0	Europe/Berlin	50.82547	7.27911		Schreck		07	053	05382	05382060
2836161	Schrebitz	schrebitz	DE		0	Europe/Berlin	51.20418	13.06868		Schrebitz		13	00	14522	14522450
2836162	Schrebitz	schrebitz	DE		0	Europe/Berlin	51.10963	13.34505				13	00	14627	14627180
2836166	Schravelnsche Heide	schravelnsche-heide	DE		0	Europe/Berlin	51.6	6.25				07	051	05154	05154032
2836167	Schravelen	schravelen	DE		0	Europe/Berlin	51.59084	6.25513				07	051	05154	05154032
2836170	Schraudenbach	schraudenbach	DE		0	Europe/Berlin	49.99615	10.04751				02	096	09678	09678193
2836174	Schrattenhofen	schrattenhofen	DE		0	Europe/Berlin	48.81811	10.64592				02	097	09779	09779155
2836177	Schrattenbach	schrattenbach	DE		0	Europe/Berlin	47.83988	10.30138				02	097	09780	09780119
2836181	Schrappach	schrappach	DE		0	Europe/Berlin	49.80908	10.58254				02	094	09471	09471122
2836183	Schrapfendorf	schrapfendorf	DE		0	Europe/Berlin	51.08496	10.21331				15	00	16063	16063076
2836188	Schrannen	schrannen	DE		0	Europe/Berlin	48.32632	8.21518				01	083	08317	08317093
2836189	Schrannen	schrannen	DE		0	Europe/Berlin	48.42369	12.26023				02	092	09274	09274134
2836190	Schrankbaum	schrankbaum	DE		0	Europe/Berlin	48.41484	12.24832				02	092	09274	09274154
2836191	Schrankbaum	schrankbaum	DE		0	Europe/Berlin	48.09843	12.40855				02	091	09189	09189142
2836195	Schrammlhof	schrammlhof	DE		0	Europe/Berlin	49.04973	11.90699				02	093	09375	09375162
2836202	Schramm	schramm	DE		0	Europe/Berlin	48.58333	13.41667				02	092	09262	09262000
2836206	Schralling	schralling	DE		0	Europe/Berlin	47.86957	12.26311				02	091	09187	09187167
2836208	Schrallen	schrallen	DE		0	Europe/Berlin	47.91846	10.28615		Schrallen		02	097	09778	09778186
2836211	Schrahöfe	schrahofe	DE		0	Europe/Berlin	48.18305	8.08805				01	083	08316	08316010
2836213	Schragenberg	schragenberg	DE		0	Europe/Berlin	53.49826	9.5969				06	00	03359	03359034
2836222	Schrackau	schrackau	DE		0	Europe/Berlin	51.71462	13.82293		Schrackau,Schrakau,Zrakow,Žrakow		11	00	12066	12066052
2836224	Schraberg	schraberg	DE		0	Europe/Berlin	51.42628	7.42413				07	059	05954	05954020
2836227	Schozach	schozach	DE		0	Europe/Berlin	49.06692	9.21632		Schozach		01	081	08125	08125046
2836228	Schottwarden	schottwarden	DE		0	Europe/Berlin	53.62728	8.50788				06	00	03352	03352061
2836232	Schöttlingen	schoettlingen	DE		0	Europe/Berlin	52.34707	9.27897				06	00	03257	03257020
2836233	Schöttlehof	schottlehof	DE		0	Europe/Berlin	48.74317	10.77418				02	097	09779	09779131
2836235	Schottjer Dreesche	schottjer-dreesche	DE		0	Europe/Berlin	53.51023	7.26084				06	00	03452	03452024
2836237	Schotthock	schotthock	DE		0	Europe/Berlin	52.2941	7.44667				07	055	05566	05566076
2836238	Schottheide	schottheide	DE		0	Europe/Berlin	51.76857	6.03962				07	051	05154	05154040
2836239	Schotterey	schotterey	DE		0	Europe/Berlin	51.39066	11.84113				14	00	15088	15088025
2836240	Schottenstein	schottenstein	DE		0	Europe/Berlin	50.15381	10.89587		Schottenstein		02	094	09473	09473138
2836243	Schottenhöfen	schottenhofen	DE		0	Europe/Berlin	48.38173	8.09545				01	083	08317	08317085
2836249	Schöttenau	schottenau	DE		0	Europe/Berlin	48.00727	10.72446				02	097	09777	09777121
2836256	Schöttelhorn	schoettelhorn	DE		0	Europe/Berlin	53.77851	9.79896				10	00	01056	01056022
2836260	Schötmar	schoetmar	DE		0	Europe/Berlin	52.07017	8.7543				07	057	05766	05766008
2836266	Schöten	schoeten	DE		0	Europe/Berlin	51.00177	11.52297				15	00	16071	16071001
2836267	Schostorf	schostorf	DE		0	Europe/Berlin	52.84104	10.70437				06	00	03360	03360005
2836269	Schoßrinn	schossrinn	DE		0	Europe/Berlin	47.7425	12.30194				02	091	09187	09187114
2836270	Schossow	schossow	DE		0	Europe/Berlin	53.70743	13.13593				12	00	13071	13071146
2836278	Schossaritz	schossaritz	DE		0	Europe/Berlin	49.68102	11.31806				02	094	09474	09474138
2836280	Schörzingen	schorzingen	DE		0	Europe/Berlin	48.18051	8.74795				01	084	08417	08417057
2836286	Schortau	schortau	DE		0	Europe/Berlin	51.27523	11.87313				14	00	15088	15088065
2836287	Schortau	schortau	DE		0	Europe/Berlin	51.11238	12.00755				14	00	15084	15084490
2836290	Schorssow	schorssow	DE		0	Europe/Berlin	53.68344	12.56613		Shorsov,Shorssov,shao er suo,Шорсов,Шорссов,绍尔索		12	00	13072	13072094
2836292	Schorrentin	schorrentin	DE		0	Europe/Berlin	53.85543	12.76968				12	00	13071	13071109
2836293	Schorrental	schorrental	DE		0	Europe/Berlin	48.58412	8.44001				01	082	08237	08237073
2836301	Schornweisach	schornweisach	DE		0	Europe/Berlin	49.66529	10.64978		Schornweisach		02	095	09575	09575167
2836307	Schornreute	schornreute	DE		0	Europe/Berlin	47.76667	9.61667				01	084	08436	08436064
2836316	Schorndorfsried	schorndorfsried	DE		0	Europe/Berlin	49.17044	12.58446				02	093	09372	09372158
2836322	Schornberg	schornberg	DE		0	Europe/Berlin	48.55391	12.65204				02	092	09279	09279134
2836325	Schornbach	schornbach	DE		0	Europe/Berlin	48.52002	12.97427				02	092	09277	09277126
2836326	Schornbach	schornbach	DE		0	Europe/Berlin	48.83054	9.51193				01	081	08119	08119067
2836327	Schorn	schorn	DE		0	Europe/Berlin	48.59605	11.09744				02	097	09771	09771156
2836328	Schorn	schorn	DE		0	Europe/Berlin	48.01462	11.42235				02	091	09188	09188139
2836329	Schorn	schorn	DE		0	Europe/Berlin	47.91667	11.28333				02	091	09188	09188141
2836330	Schorn	schorn	DE		0	Europe/Berlin	47.69781	11.7534				02	091	09182	09182129
2836339	Schormoor	schormoor	DE		0	Europe/Berlin	54.19929	9.42488				10	00	01051	01051086
2836340	Schorlingkamp	schorlingkamp	DE		0	Europe/Berlin	52.91867	8.77948				06	00	03251	03251041
2836341	Schorlingborstel	schorlingborstel	DE		0	Europe/Berlin	52.82793	8.7591				06	00	03251	03251007
2836346	Schorkendorf	schorkendorf	DE		0	Europe/Berlin	50.23573	10.91872		Schorkendorf		02	094	09473	09473112
2836348	Schörging	schorging	DE		0	Europe/Berlin	48.08939	12.52432				02	091	09189	09189149
2836349	Schörging	schorging	DE		0	Europe/Berlin	47.8259	12.32637				02	091	09187	09187118
2836351	Schörgendorf	schorgendorf	DE		0	Europe/Berlin	48.57536	13.56215				02	092	09275	09275150
2836365	Schoren	schoren	DE		0	Europe/Berlin	48.12382	8.39235				01	083	08326	08326052
2836366	Schoren	schoren	DE		0	Europe/Berlin	47.85068	10.26037				02	097	09780	09780119
2836367	Schoren	schoren	DE		0	Europe/Berlin	47.82153	8.91404				01	083	08335	08335077
2836373	Schörderup	schoerderup	DE		0	Europe/Berlin	54.69768	9.84954				10	00	01059	01059168
2836376	Schorbus	schorbus	DE		0	Europe/Berlin	51.68846	14.27498		Skjarbosc,Skjarbošc		11	00	12071	12071057
2836377	Schorborn	schorborn	DE		0	Europe/Berlin	51.85242	9.57697		Schorborn		06	00	03255	03255007
2836381	Schorbach	schorbach	DE		0	Europe/Berlin	50.83805	9.40956		Schorbach		05	066	06634	06634020
2836382	Schorba	schorba	DE		0	Europe/Berlin	50.87412	11.48767				15	00	16074	16074008
2836383	Schora	schora	DE		0	Europe/Berlin	52.01052	12.01107				14	00	15082	15082430
2836385	Schöpsdorf	schoepsdorf	DE		0	Europe/Berlin	51.38333	14.51667		Sepsecy,Šepšecy		13	00	14626	14626060
2836386	Schöps	schoeps	DE		0	Europe/Berlin	51.15377	14.75264				13	00	14626	14626450
2836388	Schöpplenberg	schoepplenberg	DE		0	Europe/Berlin	51.30111	7.45031				07	059	05954	05954004
2836395	Schöpperg	schopperg	DE		0	Europe/Berlin	49.12194	9.65673				01	081	08127	08127059
2836396	Schöppenstedt	schoeppenstedt	DE		5961	Europe/Berlin	52.14308	10.7745		Schoeppenstedt,Schoeppenstidde,Schöppenstedt,Schöppenstidde,Shepenshtet,Sheppenshtedt,Shjoppenshtedt,she peng si te,shwbnshtyt,Шепенштет,Шеппенштедт,Шёппенштедт,شوبنشتيت,شوپن‌اشتت,舍彭斯特		06	00	03158	03158027
2836400	Schoppendorf	schoppendorf	DE		0	Europe/Berlin	50.92847	11.26837				15	00	16071	16071003
2836404	Schophoven	schophoven	DE		0	Europe/Berlin	50.87809	6.39748		Schophoven		07	053	05358	05358020
2836405	Schöpfurth	schoepfurth	DE		0	Europe/Berlin	52.83333	13.7				11	00	12060	12060198
2836406	Schopflohe	schopflohe	DE		0	Europe/Berlin	48.97917	10.48111				02	097	09779	09779147
2836416	Schöpfendorf	schopfendorf	DE		0	Europe/Berlin	49.44232	11.71104				02	093	09371	09371131
2836421	Schoost	schoost	DE		0	Europe/Berlin	53.52171	7.91638				06	00	03455	03455015
2836431	Schönwolde	schoenwolde	DE		0	Europe/Berlin	53.75015	12.10029				12	00	13072	13072044
2836432	Schönwolde	schoenwolde	DE		0	Europe/Berlin	53.6422	11.02787				12	00	13074	13074043
2836433	Schönwohld	schoenwohld	DE		0	Europe/Berlin	54.30217	10.01478				10	00	01058	01058001
2836435	Schönwerder	schoenwerder	DE		0	Europe/Berlin	53.3727	13.84521				11	00	12073	12073452
2836436	Schönweide	schoenweide	DE		0	Europe/Berlin	54.22696	10.48573				10	00	01057	01057022
2836442	Schönwalde	schoenwalde	DE		551	Europe/Berlin	53.54354	13.9047		Schoenwalde,Schonwalde,Schönwalde		12	00	13075	13075126
2836443	Schönwalde	schoenwalde	DE		0	Europe/Berlin	52.67788	13.44004		Schoenwalde-Glien,Schonwalde,Schönwalde,Schönwalde-Glien		11	00	12060	12060269
2836444	Schönwalde	schoenwalde	DE		0	Europe/Berlin	52.61916	13.12654		Schoenwalde-Dorf,Schönwalde-Dorf		11	00	12063	12063273
2836445	Schönwalde	schoenwalde	DE		0	Europe/Berlin	52.58333	12.11667				14	00	15090	15090500
2836446	Schönwalde	schoenwalde	DE		121	Europe/Berlin	52.463	11.79443		Schonwalde,Schönwalde		14	00	15090	15090546
2836447	Schönwalde	schoenwalde	DE		0	Europe/Berlin	51.97752	13.7655		Schoenwalde,Schonwalde,Schönwalde		11	00	12061	12061435
2836450	Schönwald	schoenwald	DE		3741	Europe/Berlin	50.1997	12.08503	650	Schoenwald in Bayern,Schonwald,Schönwald,Schönwald in Bayern		02	094	09479	09479150
2836454	Schönwag	schonwag	DE		0	Europe/Berlin	47.86305	11.0441				02	091	09190	09190158
2836456	Schönthan	schonthan	DE		0	Europe/Berlin	49.81259	12.29421				02	093	09377	09377146
2836457	Schönthan	schonthan	DE		0	Europe/Berlin	49.46615	12.48333				02	093	09376	09376151
2836458	Schönthal	schoenthal	DE		0	Europe/Berlin	51.6	9.18333				07	057	05762	05762040
2836459	Schönthal	schoenthal	DE		0	Europe/Berlin	50.80362	6.3477				07	053	05358	05358032
2836465	Schöntalhöfle	schontalhofle	DE		0	Europe/Berlin	49.05	9.56667				01	081	08119	08119024
2836470	Schönstein	schoenstein	DE		0	Europe/Berlin	50.99251	9.06029				05	066	06634	06634006
2836471	Schönstein	schoenstein	DE		0	Europe/Berlin	50.77464	7.75632				08	00	07132	07132117
2836472	Schönstein	schonstein	DE		0	Europe/Berlin	49.06964	12.6126				02	092	09278	09278189
2836476	Schönstadt	schoenstadt	DE		0	Europe/Berlin	50.88372	8.83178		Schoenstaedt,Schonstadt,Schönstadt,Schönstädt		05	065	06534	06534006
2836477	Schönstädt	schonstadt	DE		0	Europe/Berlin	50.34461	11.02788				02	094	09473	09473159
2836479	Schönsreuth	schonsreuth	DE		0	Europe/Berlin	50.15568	11.02684				02	094	09478	09478139
2836486	Schönreuth	schonreuth	DE		0	Europe/Berlin	49.86724	11.93196				02	093	09377	09377129
2836488	Schönreit	schonreit	DE		0	Europe/Berlin	48.05817	12.53619				02	091	09189	09189157
2836491	Schönram	schonram	DE		0	Europe/Berlin	47.8855	12.84874		Schonram,Schönram		02	091	09189	09189135
2836492	Schönrain	schonrain	DE		0	Europe/Berlin	48.7214	12.40525				02	092	09279	09279127
2836493	Schönrain	schonrain	DE		0	Europe/Berlin	48.51467	9.99932				01	084	08425	08425024
2836494	Schönrain	schonrain	DE		0	Europe/Berlin	47.78288	11.46671				02	091	09173	09173134
2836496	Schönow	schoenow	DE		0	Europe/Berlin	53.17888	14.15297				11	00	12073	12073603
2836497	Schönow	schoenow	DE		0	Europe/Berlin	52.67706	13.53636				11	00	12060	12060020
2836501	Schönningstedt	schoenningstedt	DE		0	Europe/Berlin	53.53121	10.25491				10	00	01062	01062060
2836502	Schönnewitz	schoennewitz	DE		0	Europe/Berlin	51.31304	13.17154				13	00	14730	14730170
2836503	Schönnewitz	schoennewitz	DE		0	Europe/Berlin	51.1246	13.38877				13	00	14627	14627080
2836504	Schönnen	schoennen	DE		0	Europe/Berlin	49.62889	8.99389				05	064	06437	06437006
2836505	Schonnebeck	schonnebeck	DE		0	Europe/Berlin	51.47716	7.0634				07	051	05113	05113000
2836506	Schönmünzach	schonmunzach	DE		0	Europe/Berlin	48.60925	8.36411				01	082	08237	08237004
2836509	Schönmoor	schoenmoor	DE		0	Europe/Berlin	53.98413	10.14016				10	00	01060	01060068
2836510	Schönmoor	schoenmoor	DE		0	Europe/Berlin	53.80473	9.56803				10	00	01061	01061044
2836516	Schönlind	schoenlind	DE		0	Europe/Berlin	50.28333	11.3		Markneukirchen-Schonlind,Markneukirchen-Schönlind,Schonlind,Schönlind		02	094	09476	09476145
2836517	Schönlind	schonlind	DE		0	Europe/Berlin	50.22664	12.11684				02	094	09475	09475162
2836518	Schönlind	schonlind	DE		0	Europe/Berlin	50.08421	11.86049				02	094	09479	09479166
2836519	Schönlind	schonlind	DE		0	Europe/Berlin	50.06668	12.02642				02	094	09479	09479169
2836520	Schönlind	schonlind	DE		0	Europe/Berlin	49.57276	11.77511				02	093	09371	09371156
2836521	Schönlind	schonlind	DE		0	Europe/Berlin	49.5183	11.65358				02	093	09371	09371141
2836526	Schönleiten	schonleiten	DE		0	Europe/Berlin	49.15339	12.04087				02	093	09375	09375190
2836527	Schönleiten	schonleiten	DE		0	Europe/Berlin	48.52969	11.01057				02	097	09771	09771155
2836529	Schönlage	schoenlage	DE		0	Europe/Berlin	53.68653	11.69703				12	00	13076	13076148
2836533	Schönkirch	schonkirch	DE		0	Europe/Berlin	49.79254	12.29055		Schoenkirch,Schonkirch,Schönkirch		02	093	09377	09377146
2836534	Schönkamp	schoenkamp	DE		0	Europe/Berlin	53.8456	12.77519				12	00	13071	13071109
2836538	Schönitz	schoenitz	DE		0	Europe/Berlin	51.83467	12.46825				14	00	15091	15091241
2836540	Schöninghsdorf	schoeninghsdorf	DE		0	Europe/Berlin	52.71257	7.09663				06	00	03454	03454054
2836543	Schöningen	schoeningen	DE		13265	Europe/Berlin	52.13802	10.96745		Scahuningi,Sceninge,Schainich,Schoeningen,Schoningen,Schöningen,Sh'oningen,Sheningen,Shjoningen,she ning gen,shwnynghn,shwnyngn,Шенинген,Шьонинген,Шёнинген,شونينغن,شونینگن,舍宁根		06	00	03154	03154019
2836545	Schöning	schoening	DE		0	Europe/Berlin	51.78685	8.49371				07	057	05774	05774020
2836549	Schönhorst	schoenhorst	DE		0	Europe/Berlin	54.22644	10.10601		Schonhorst,Schönhorst		10	00	01058	01058145
2836554	Schönholz	schoenholz	DE		0	Europe/Berlin	52.78008	13.75986				11	00	12060	12060161
2836555	Schönholz	schoenholz	DE		0	Europe/Berlin	52.71987	12.41369				11	00	12063	12063094
2836559	Schönholthausen	schoenholthausen	DE		0	Europe/Berlin	51.19071	8.00674				07	059	05966	05966012
2836560	Schönhöhe	schoenhoehe	DE		0	Europe/Berlin	51.94102	14.44896		Sejnejda,Šejnejda		11	00	12071	12071384
2836561	Schönhofen	schonhofen	DE		0	Europe/Berlin	49.01145	11.96258				02	093	09375	09375175
2836564	Schönhöfe	schonhofe	DE		0	Europe/Berlin	48.04242	8.07068				01	083	08315	08315095
2836566	Schönhof	schoenhof	DE		0	Europe/Berlin	54.22545	13.16686				12	00	13073	13073090
2836567	Schönhof	schoenhof	DE		0	Europe/Berlin	53.77945	11.30029				12	00	13074	13074077
2836568	Schönhof	schoenhof	DE		0	Europe/Berlin	50.34415	9.36275				05	064	06435	06435002
2836569	Schönhof	schonhof	DE		0	Europe/Berlin	49.82266	11.34031				02	094	09472	09472197
2836575	Schönheide Süd	schoenheide-sued	DE		0	Europe/Berlin	50.46667	12.51667				13	00	14521	14521170
2836576	Schönheiderhammer	schoenheiderhammer	DE		0	Europe/Berlin	50.50843	12.55217				13	00	14521	14521540
2836577	Schönheide Ost	schoenheide-ost	DE		0	Europe/Berlin	50.5033	12.54119				13	00	14521	14521540
2836578	Schönheide Nord	schoenheide-nord	DE		0	Europe/Berlin	50.51281	12.52788				13	00	14521	14521540
2836580	Schönheide	schoenheide	DE		0	Europe/Berlin	51.57374	14.49821		Prasyjca,Prašyjca		11	00	12071	12071372
2836581	Schönheide	schoenheide	DE		5310	Europe/Berlin	50.50458	12.52158		Schoenheide,Schoenheide vald,Schönheide,Schönheide vald,Shenkhajde,Shjonkhajde,shen hai de,Шенхајде,Шёнхайде,申海德		13	00	14521	14521540
2836584	Schönhauser Damm	schoenhauser-damm	DE		0	Europe/Berlin	52.60379	12.11069				14	00	15090	15090500
2836585	Schönhausen	schoenhausen	DE		0	Europe/Berlin	51.61108	7.64175				07	059	05978	05978004
2836586	Schönhausen	schoenhausen	DE		319	Europe/Berlin	53.55414	13.70007				12	00	13071	13071132
2836587	Schönhausen	schoenhausen	DE		2100	Europe/Berlin	52.58076	12.03923		Schonhausen,Schönhausen,Sh'onkhauzen,Shenkhauzen,Shjonkhauzen,Soenhauzen,Şönhauzen,Шенхаузен,Шьонхаузен,Шёнхаузен		14	00	15090	15090500
2836588	Schönhausen	schoenhausen	DE		0	Europe/Berlin	51.12162	6.32046				07	053	05370	05370040
2836589	Schönhausen	schoenhausen	DE		0	Europe/Berlin	50.40364	9.20635				05	064	06440	06440009
2836593	Schönhardt	schonhardt	DE		0	Europe/Berlin	49.11753	9.53916				01	081	08127	08127052
2836594	Schönhardt	schonhardt	DE		0	Europe/Berlin	48.8417	9.90733				01	081	08136	08136034
2836597	Schönhaide	schoenhaide	DE		0	Europe/Berlin	50.84726	12.33314				15	00	16077	16077047
2836598	Schönhaid	schonhaid	DE		0	Europe/Berlin	49.89064	12.19783				02	093	09377	09377159
2836599	Schönhaid	schonhaid	DE		0	Europe/Berlin	49.83974	11.29666				02	094	09472	09472197
2836600	Schönhagen	schoenhagen	DE		0	Europe/Berlin	54.63197	10.0246				10	00	01058	01058032
2836601	Schönhagen	schoenhagen	DE		0	Europe/Berlin	53.16674	12.13618				11	00	12070	12070316
2836602	Schönhagen	schoenhagen	DE		0	Europe/Berlin	52.96229	12.18246				11	00	12070	12070149
2836603	Schönhagen	schoenhagen	DE		0	Europe/Berlin	52.21302	13.14645				11	00	12072	12072426
2836604	Schönhagen	schoenhagen	DE		0	Europe/Berlin	51.6899	9.55742				06	00	03155	03155012
2836611	Schöngras	schongras	DE		0	Europe/Berlin	49.26016	12.27546				02	093	09376	09376117
2836618	Schönfluß	schonfluss	DE		0	Europe/Berlin	49.88155	12.09778				02	093	09377	09377118
2836620	Schönfließ	schoenfliess	DE		0	Europe/Berlin	52.65548	13.33823				11	00	12065	12065225
2836621	Schönfließ	schoenfliess	DE		0	Europe/Berlin	52.42281	14.47025				11	00	12064	12064268
2836622	Schönfließ	schoenfliess	DE		0	Europe/Berlin	52.15593	14.61096		Schoenfliess,Schönfließ		11	00	12067	12067120
2836623	Schönfleck	schonfleck	DE		0	Europe/Berlin	48.22711	12.12398				02	091	09177	09177137
2836624	Schönficht	schonficht	DE		0	Europe/Berlin	49.81637	12.25349		Schonficht,Schönficht		02	093	09377	09377146
2836625	Schönferchen	schonferchen	DE		0	Europe/Berlin	49.17257	12.70437				02	093	09372	09372116
2836628	Schönfels	schoenfels	DE		0	Europe/Berlin	50.67706	12.40445				13	00	14524	14524170
2836639	Schönfelde	schoenfelde	DE		0	Europe/Berlin	52.46297	14.05217				11	00	12067	12067473
2836646	Schönfeld	schoenfeld	DE		0	Europe/Berlin	52.82372	12.45111		Koritz-Schonfeld,Köritz-Schönfeld		11	00	12068	12068324
2836647	Schönfeld	schoenfeld	DE		0	Europe/Berlin	50.64502	12.23681		Greiz-Schonfeld,Greiz-Schönfeld,Schonfeld,Schönfeld		15	00	16076	16076022
2836648	Schönfeld	schoenfeld	DE		473	Europe/Berlin	53.85198	12.95793				12	00	13071	13071131
2836649	Schönfeld	schoenfeld	DE		0	Europe/Berlin	53.72528	11.25708				12	00	13074	13074054
2836650	Schönfeld	schoenfeld	DE		0	Europe/Berlin	53.41362	13.98568				11	00	12073	12073520
2836651	Schönfeld	schoenfeld	DE		0	Europe/Berlin	53.27255	14.29158				11	00	12073	12073565
2836652	Schönfeld	schoenfeld	DE		0	Europe/Berlin	53.12376	11.81581				11	00	12070	12070296
2836653	Schönfeld	schoenfeld	DE		0	Europe/Berlin	52.72633	12.06147		Schonfeld,Schönfeld		14	00	15090	15090285
2836654	Schönfeld	schoenfeld	DE		0	Europe/Berlin	52.68107	13.73832				11	00	12060	12060280
2836655	Schönfeld	schoenfeld	DE		247	Europe/Berlin	52.61672	11.73803				14	00	15090	15090070
2836656	Schönfeld	schoenfeld	DE		0	Europe/Berlin	51.81685	13.9032		Tlukom,Tłukom		11	00	12066	12066196
2836657	Schönfeld	schoenfeld	DE		0	Europe/Berlin	51.36287	11.26677				15	00	16065	16065086
2836659	Schönfeld	schoenfeld	DE		0	Europe/Berlin	51.03308	13.89532				13	00	14612	14612000
2836660	Schönfeld	schoenfeld	DE		0	Europe/Berlin	50.78695	13.6488				13	00	14628	14628060
2836661	Schönfeld	schoenfeld	DE		0	Europe/Berlin	50.69135	13.36106				13	00	14521	14521460
2836662	Schönfeld	schoenfeld	DE		0	Europe/Berlin	50.61534	12.9862				13	00	14521	14521630
2836663	Schönfeld	schoenfeld	DE		0	Europe/Berlin	50.30787	6.51605				08	00	07233	07233240
2836673	Schöneworth	schoeneworth	DE		0	Europe/Berlin	53.82526	9.25573				06	00	03359	03359018
2836676	Schönewerda	schoenewerda	DE		850	Europe/Berlin	51.32353	11.36621				15	00	16065	16065087
2836678	Schöneweide	schoeneweide	DE		0	Europe/Berlin	52.10751	13.27263				11	00	12072	12072312
2836679	Schönewalde	schoenewalde	DE		0	Europe/Berlin	51.81405	13.22161		Schonewalde,Schönewalde,Shenevalde,Shjoneval'de,Syonevalde,she nei wa er de,shwnhfaldt,shwnwaldh,Шеневалде,Шёневальде,Շյոնևալդե,شونهفالدة,شونوالده,舍内瓦尔德		11	00	12062	12062461
2836680	Schönewalde	schoenewalde	DE		3740	Europe/Berlin	51.67901	13.60247		Schonewalde,Schönewalde		11	00	12062	12062469
2836681	Schönewald	schonewald	DE		0	Europe/Berlin	47.65588	10.52729				02	097	09777	09777168
2836683	Schöneshof	schoeneshof	DE		0	Europe/Berlin	50.82093	7.34365				07	053	05382	05382040
2836684	Schöneseiffen	schoeneseiffen	DE		0	Europe/Berlin	50.51986	6.39617				07	053	05366	05366036
2836685	Schöneschach	schoneschach	DE		0	Europe/Berlin	48.00284	10.56258				02	097	09778	09778116
2836686	Schönesberg	schonesberg	DE		0	Europe/Berlin	48.63085	11.09875				02	091	09185	09185127
2836689	Schönerting	schonerting	DE		0	Europe/Berlin	48.60722	13.11362				02	092	09275	09275154
2836691	Schönerstädt	schoenerstaedt	DE		0	Europe/Berlin	51.12129	12.91004				13	00	14522	14522250
2836692	Schönerstadt	schoenerstadt	DE		0	Europe/Berlin	50.88707	13.13929				13	00	14522	14522440
2836695	Schönermark	schoenermark	DE		0	Europe/Berlin	53.33038	13.70545				11	00	12073	12073429
2836696	Schönermark	schoenermark	DE		0	Europe/Berlin	53.10588	14.07795				11	00	12073	12073386
2836698	Schönermark	schoenermark	DE		0	Europe/Berlin	52.90168	12.32185				11	00	12068	12068417
2836700	Schönerlinde	schoenerlinde	DE		0	Europe/Berlin	52.65391	13.44495				11	00	12060	12060269
2836707	Schönenwalde	schoenenwalde	DE		0	Europe/Berlin	54.13926	13.02755				12	00	13073	13073062
2836708	Schönenhof	schoenenhof	DE		0	Europe/Berlin	50.43686	9.63275				05	066	06631	06631016
2836714	Schönenbuchen	schonenbuchen	DE		0	Europe/Berlin	47.79476	7.90249				01	083	08336	08336079
2836715	Schönenbuch	schonenbuch	DE		0	Europe/Berlin	48.06667	9.75				01	084	08426	08426074
2836716	Schönenborn	schoenenborn	DE		0	Europe/Berlin	50.9874	7.28492				07	053	05374	05374020
2836717	Schönenberg	schoenenberg	DE		0	Europe/Berlin	51.78218	9.04329				07	057	05762	05762028
2836718	Schönenberg	schoenenberg	DE		0	Europe/Berlin	50.88333	7.26667				07	053	05382	05382028
2836719	Schönenberg	schoenenberg	DE		0	Europe/Berlin	50.83858	7.43792		Schoenenberg,Schönenberg		07	053	05382	05382052
2836720	Schönenberg	schoenenberg	DE		0	Europe/Berlin	49.41667	7.38333				08	00	07336	07336092
2836734	Schönenbach	schoenenbach	DE		0	Europe/Berlin	50.97851	7.64651				07	053	05374	05374040
2836735	Schönenbach	schoenenbach	DE		0	Europe/Berlin	50.83801	7.60317				07	053	05374	05374044
2836736	Schönenbach	schonenbach	DE		0	Europe/Berlin	48.04723	8.24149		Schonenbach,Schönenbach		01	083	08326	08326017
2836737	Schönenbach	schonenbach	DE		0	Europe/Berlin	47.76812	8.21058				01	083	08315	08315102
2836738	Schönemoor	schoenemoor	DE		0	Europe/Berlin	53.09211	8.60429				06	00	03458	03458005
2836740	Schönemark	schoenemark	DE		0	Europe/Berlin	51.90912	8.93188				07	057	05766	05766020
2836742	Schöneicho	schoeneicho	DE		0	Europe/Berlin	51.74918	12.91721				14	00	15091	15091145
2836743	Schöneicher Plan	schoeneicher-plan	DE		0	Europe/Berlin	52.24163	13.53227				11	00	12061	12061332
2836746	Schöneiche	schoeneiche	DE		11907	Europe/Berlin	52.47286	13.69226		Schoeneiche,Schoneiche,Schöneiche		11	00	12067	12067440
2836747	Schöneiche	schoeneiche	DE		0	Europe/Berlin	52.22237	13.51413				11	00	12072	12072477
2836751	Schönegründ	schonegrund	DE		0	Europe/Berlin	48.5678	8.40031				01	082	08237	08237004
2836753	Schönegg	schonegg	DE		0	Europe/Berlin	47.85447	11.58869				02	091	09173	09173118
2836754	Schönegg	schonegg	DE		0	Europe/Berlin	47.71168	10.96536				02	091	09190	09190145
2836755	Schöne Flöte	schoene-floete	DE		0	Europe/Berlin	51.48333	7.65				07	059	05978	05978016
2836756	Schöneflieth	schoeneflieth	DE		0	Europe/Berlin	52.08333	7.61667				07	055	05566	05566012
2836760	Schönefeld	schoenefeld	DE		0	Europe/Berlin	51.35479	12.4161				13	00	14713	14713000
2836726	Schönenberg	schonenberg	DE	79677	0	Europe/Berlin	47.66667	9.88333				01			
2836761	Schönefeld	schoenefeld	DE		12015	Europe/Berlin	52.38897	13.50374		Schonefeld,Schönefeld,Shenefeld,Shjonefel'd,Syonefeld,Шенефелд,Шёнефельд,Շյոնեֆելդ	12061433	11	00	12061	12061433
2836762	Schönefeld	schoenefeld	DE		0	Europe/Berlin	52.22112	13.0018		Schoenefeld bei Berlin,Schönefeld bei Berlin		11	00	12069	12069017
2836763	Schönefeld	schoenefeld	DE		0	Europe/Berlin	52.08084	13.32502		Schoenefeld bei Berlin,Schönefeld bei Berlin		11	00	12072	12072312
2836764	Schönefeld	schoenefeld	DE		0	Europe/Berlin	51.97843	12.83056		Schoenefeld,Schoenefeld bei Berlin,Schonefeld,Schönefeld,Schönefeld bei Berlin		11	00	12072	12072297
2836772	Schöneck	schoeneck	DE		3728	Europe/Berlin	50.39052	12.32731		Schoeneck,Schoeneck/Vogtland,Schoneck,Schöneck,Schöneck/Vogtland		13	00	14523	14523370
2836780	Schönebürg	schoneburg	DE		0	Europe/Berlin	48.15649	9.94754		Schoneburg,Schönebürg		01	084	08426	08426108
2836781	Schönebühl	schonebuhl	DE		0	Europe/Berlin	47.55214	9.93644				02	097	09776	09776121
2836788	Schöneberg	schoneberg-bezirk	DE		115976	Europe/Berlin	52.46667	13.35		Schoeneberg,Schöneberg		16	00	11000	11000000
2836791	Schöneberg	schoeneberg	DE		955	Europe/Berlin	53.00853	14.14258		Sheneberg,Shjoneberg,Syoneberg,Шенеберг,Шёнеберг,Շյոնեբերգ	12073532	11	00	12073	12073532
2836792	Schöneberg	schoeneberg	DE		0	Europe/Berlin	51.51843	9.41889		Schoneberg,Schöneberg		05	066	06633	06633013
2836794	Schöneberg	schoeneberg	DE		0	Europe/Berlin	50.65467	7.45972				08	00	07138	07138003
2836801	Schönebegk	schoenebegk	DE		0	Europe/Berlin	51.8	14.08333		Wjaska,Woskalawa,Wóškalawa		11	00	12066	12066320
2836804	Schönebeck	schoenebeck	DE		0	Europe/Berlin	51.45792	6.93699				07	051	05113	05113000
2836807	Schönebeck	schoenebeck	DE		0	Europe/Berlin	53.05948	12.2331				11	00	12070	12070149
2836808	Schönebeck	schoenebeck	DE		0	Europe/Berlin	52.72434	11.5836				14	00	15090	15090070
2836809	Schönebeck	schoenebeck	DE		34301	Europe/Berlin	52.01682	11.7307		Schoenebeck (Elbe),Schoennebeck,Schonebeck,Schönebeck,Schönebeck (Elbe),Schönnebeck,Sconebeke [a. 1223],Shenebek,Shenebek (Elbe),Shjonebek,Shjonebek (Ehl'ba),she na bei ke,shwnbk,shwnhbk,Шенебек,Шенебек (Елбе),Шёнебек,Шёнебек (Эльба),شونبک,شونهبك,舍纳贝克		14	00	15089	15089305
2836812	Schönebach	schonebach	DE		0	Europe/Berlin	48.30786	10.57898				02	097	09774	09774198
2836813	Schöne Aussicht	schoene-aussicht	DE		0	Europe/Berlin	50.21768	7.11215				08	00	07135	07135045
2836818	Schöndorf	schoendorf	DE		0	Europe/Berlin	51.06227	6.03004				07	053	05370	05370032
2836819	Schöndorf	schoendorf	DE		302	Europe/Berlin	51.01428	11.35261		Schoendorf-Waldstadt,Schöndorf-Waldstadt		15	00	16055	16055000
2836825	Schönderling	schonderling	DE		0	Europe/Berlin	50.24924	9.84973		Schonderling,Schönderling		02	096	09672	09672149
2836826	Schonderfeld	schonderfeld	DE		0	Europe/Berlin	50.10562	9.72693				02	096	09677	09677133
2836827	Schöndelt	schoendelt	DE		0	Europe/Berlin	51.195	8.10167				07	059	05966	05966012
2836831	Schondelgrund	schondelgrund	DE		0	Europe/Berlin	48.23337	8.24934				01	083	08317	08317051
2836834	Schönburg	schoenburg	DE		1133	Europe/Berlin	51.16667	11.86667		Schoenburg,Schönburg	15084445	14	00	15084	15084445
2836838	Schönbühlhof	schoenbuehlhof	DE		0	Europe/Berlin	48.89093	9.03308				01	081	08118	08118067
2836839	Schönbühl	schonbuhl	DE		0	Europe/Berlin	49.41167	9.8525				01	081	08128	08128007
2836840	Schönbühl	schonbuhl	DE		0	Europe/Berlin	48.92331	12.79552				02	092	09278	09278187
2836841	Schönbühl	schonbuhl	DE		0	Europe/Berlin	48.79921	9.42109				01	081	08119	08119091
2836842	Schönbühl	schonbuhl	DE		0	Europe/Berlin	48.63499	12.4517				02	092	09279	09279112
2836843	Schönbühl	schonbuhl	DE		0	Europe/Berlin	47.5729	9.70437				02	097	09776	09776116
2836850	Schönbücher Hütte	schonbucher-hutte	DE		0	Europe/Berlin	48.66667	8.18333				01	082	08216	08216007
2836853	Schönbuch	schonbuch	DE		0	Europe/Berlin	48.60316	8.15237				01	083	08317	08317118
2836854	Schönbüch	schonbuch	DE		0	Europe/Berlin	48.67617	8.18782				01	082	08216	08216008
2836861	Schönbrunnerhäuser	schonbrunnerhauser	DE		0	Europe/Berlin	48.86534	13.52541				02	092	09272	09272127
2836863	Schönbrunn	schoenbrunn	DE		0	Europe/Berlin	51.15861	14.20703				13	00	14625	14625040
2836864	Schönbrunn	schoenbrunn	DE		0	Europe/Berlin	50.65427	13.04709				13	00	14521	14521670
2836865	Schönbrunn	schoenbrunn	DE		0	Europe/Berlin	50.58863	12.34768				13	00	14523	14523170
2836866	Schönbrunn	schoenbrunn	DE		0	Europe/Berlin	50.57875	12.05192				15	00	16076	16076087
2836867	Schönbrunn	schoenbrunn	DE		0	Europe/Berlin	50.52371	10.87888				15	00	16069	16069042
2836868	Schönbrunn	schoenbrunn	DE		0	Europe/Berlin	50.47462	11.65292				15	00	16075	16075135
2836869	Schönbrunn	schoenbrunn	DE		0	Europe/Berlin	50.40562	12.12702				13	00	14523	14523060
2836876	Schönbrunn	schoenbrunn	DE		0	Europe/Berlin	49.52079	8.8369		Schoenbrunn,Schonbrunn,Schönbrunn		05	064	06431	06431021
2836892	Schönbruch	schoenbruch	DE		0	Europe/Berlin	49.31667	6.71667				09	00	10044	10044115
2836893	Schönbronn	schonbronn	DE		0	Europe/Berlin	49.35	10.51667				02	095	09571	09571171
2836894	Schönbronn	schonbronn	DE		0	Europe/Berlin	49.3261	10.28019				02	095	09571	09571125
2836895	Schönbronn	schonbronn	DE		0	Europe/Berlin	49.2243	10.11407				01	081	08127	08127091
2836896	Schönbronn	schonbronn	DE		0	Europe/Berlin	49.11466	10.20448				01	081	08127	08127101
2836897	Schönbronn	schonbronn	DE		0	Europe/Berlin	49.05404	10.24879				01	081	08136	08136084
2836898	Schönbronn	schonbronn	DE		0	Europe/Berlin	49.04625	9.58572				01	081	08119	08119024
2836899	Schönbronn	schonbronn	DE		0	Europe/Berlin	48.98626	9.95376				01	081	08127	08127013
2836900	Schönbronn	schonbronn	DE		0	Europe/Berlin	48.94057	9.88744				01	081	08127	08127079
2836901	Schönbronn	schonbronn	DE		0	Europe/Berlin	48.77971	9.74554				01	081	08136	08136065
2836902	Schönbronn	schonbronn	DE		0	Europe/Berlin	48.6356	8.69816				01	082	08235	08235080
2836903	Schönbronn	schonbronn	DE		0	Europe/Berlin	48.20161	8.44721				01	083	08325	08325053
2836905	Schönbornerhof	schoenbornerhof	DE		0	Europe/Berlin	49.64446	7.50051				08	00	07336	07336044
2836906	Schönborn-Dreiwerden	schoenborn-dreiwerden	DE		0	Europe/Berlin	50.96196	13.00922		Dreiwerden,Dreiwerden ueber Mittweida,Dreiwerden über Mittweida,Schoenborn-Dreiwerden,Schönborn-Dreiwerden		13	00	14522	14522500
2836907	Schönbörnchen	schoenboernchen	DE		0	Europe/Berlin	50.81979	12.49712				13	00	14524	14524050
2836909	Schönborn	schoenborn	DE		0	Europe/Berlin	51.32664	13.70304				13	00	14627	14627110
2836910	Schönborn	schoenborn	DE		0	Europe/Berlin	51.14708	13.86658				13	00	14612	14612000
2836911	Schönborn	schoenborn	DE		0	Europe/Berlin	50.93052	9.28814				05	066	06634	06634004
2836912	Schönborn	schoenborn	DE		0	Europe/Berlin	50.76927	11.86194				15	00	16075	16075116
2836917	Schönböken	schoenboeken	DE		0	Europe/Berlin	54.08198	10.19625				10	00	01057	01057069
2836918	Schönböken	schoenboeken	DE		0	Europe/Berlin	53.98333	10.35				10	00	01060	01060050
2836920	Schönblick	schonblick	DE		0	Europe/Berlin	52.45	13.73333				16	00	11000	11000000
2836921	Schönblick	schoenblick	DE		0	Europe/Berlin	52.21042	13.13152				11	00	12072	12072426
2836923	Schönbichl	schonbichl	DE		0	Europe/Berlin	48.43025	11.6384				02	091	09178	09178137
2836925	Schönberg	schoenberg	DE		0	Europe/Berlin	54.395	10.37341				10	00	01057	01057073
2836928	Schönberger Strand	schoenberger-strand	DE		0	Europe/Berlin	54.41493	10.40987				10	00	01057	01057073
2836937	Schönberg am Deich	schoenberg-am-deich	DE		0	Europe/Berlin	52.90266	11.84763				14	00	15090	15090520
2836943	Schönberg	schoenberg	DE		0	Europe/Berlin	49.69183	8.64617				05	064	06431	06431002
2836944	Schönberg	schoenberg	DE		0	Europe/Berlin	53.84441	10.93265		Schoenberg,Schoenbergi vald,Schonberg,Schönberg,Schönbergi vald,Senberga,Shenberg,Shjonberg,shwnbrg,Šenberga,Шенберг,Шёнберг,شونبرگ		12	00	13074	13074074
2836946	Schönberg	schoenberg	DE		0	Europe/Berlin	52.96945	12.52169				11	00	12068	12068477
2836947	Schönberg	schoenberg	DE		0	Europe/Berlin	52.93478	12.96936				11	00	12068	12068280
2836948	Schönberg	schoenberg	DE		581	Europe/Berlin	52.88	11.82516		Schoenberg,Schonberg,Schönberg		14	00	15090	15090520
2836949	Schönberg	schoenberg	DE		0	Europe/Berlin	51.13772	10.2829		Gut Schonberg,Gut Schönberg,Schonberg,Schönberg		15	00	16064	16064074
2836950	Schönberg	schoenberg	DE		0	Europe/Berlin	51.10905	14.49602		Sumbark,Šumbark		13	00	14625	14625090
2836951	Schönberg	schoenberg	DE		0	Europe/Berlin	51.06293	13.02707				13	00	14522	14522570
2836952	Schönberg	schoenberg	DE		1013	Europe/Berlin	50.86752	12.49126			14524270	13	00	14524	14524270
2836953	Schönberg	schoenberg	DE		0	Europe/Berlin	50.85514	9.29717				05	066	06634	06634021
2836954	Schönberg	schoenberg	DE		0	Europe/Berlin	50.62147	7.97017				08	00	07143	07143242
2836955	Schönberg	schoenberg	DE		0	Europe/Berlin	50.52931	11.96684				13	00	14523	14523365
2836956	Schönberg	schoenberg	DE		0	Europe/Berlin	50.18275	12.30538				13	00	14523	14523030
2836957	Schönberg	schoenberg	DE		0	Europe/Berlin	50.18483	8.5221				05	064	06434	06434006
2836958	Schönberg	schoenberg	DE		238	Europe/Berlin	49.76667	6.91667			07231115	08	00	07231	07231115
2836964	Schönberg	schoenberg	DE		0	Europe/Berlin	48.73333	9.2				01	081	08111	08111000
2837012	Schönbeck	schoenbeck	DE		537	Europe/Berlin	53.58194	13.57187		Schonbeck,Schönbeck		12	00	13071	13071130
2837013	Schönbächle	schonbachle	DE		0	Europe/Berlin	48.08665	8.21987				01	083	08326	08326054
2837020	Schönbach	schoenbach	DE		0	Europe/Berlin	51.31605	14.02757				13	00	14625	14625250
2837021	Schönbach	schoenbach	DE		0	Europe/Berlin	51.14952	12.7574				13	00	14729	14729080
2837023	Schönbach	schoenbach	DE		0	Europe/Berlin	50.98336	14.22955				13	00	14628	14628360
2837024	Schönbach	schoenbach	DE		0	Europe/Berlin	50.83221	8.85593				05	065	06534	06534011
2837025	Schönbach	schoenbach	DE		0	Europe/Berlin	50.66882	8.22287				05	065	06532	06532012
2837026	Schönbach	schoenbach	DE		0	Europe/Berlin	50.65168	12.3333		Schoenbach,Schonbach,Schönbach		13	00	14523	14523280
2837027	Schönbach	schoenbach	DE		0	Europe/Berlin	50.57936	12.12035				15	00	16076	16076022
2837030	Schönbach	schoenbach	DE		0	Europe/Berlin	49.19587	7.0177				09	00	10041	10041100
2837035	Schönau vor dem Walde	schoenau-vor-dem-walde	DE		0	Europe/Berlin	50.8569	10.63882				15	00	16067	16067092
2837036	Schönauhof	schonauhof	DE		0	Europe/Berlin	48.50387	10.36079				02	097	09773	09773136
2837041	Schönau-Berzdorf	schoenau-berzdorf	DE		1796	Europe/Berlin	51.06402	14.88402		Berzdorf,Berzdorf auf dem Eigen,Berzdorf uber Gorlitz,Berzdorf über Görlitz,Schoenau-Berzdorf auf dem Eigen,Schoenau-Berzdorfi vald,Schonau-Berzdorf,Schönau-Berzdorf,Schönau-Berzdorf auf dem Eigen,Schönau-Berzdorfi vald,Shenau-Bercdorf,Shenau-Bercdorf auf dem Ajgen,Shjonau-Bercdorf,she nao-bei er ci duo fu,Шенау-Берцдорф,Шенау-Берцдорф ауф дем Ајген,Шёнау-Берцдорф,舍瑙-贝尔茨多夫		13	00	14626	14626500
2837047	Schönau	schoenau	DE		0	Europe/Berlin	50.81233	12.87374				13	00	14511	14511000
2837049	Schönau	schoenau	DE		0	Europe/Berlin	51.49165	7.43051		Gartenstadt Schonau,Gartenstadt Schönau,Schonau,Schönau		07	059	05913	05913000
2837050	Schönau	schoenau	DE		0	Europe/Berlin	51.41667	13.65		Schoenau im Schwarzwald,Schonau,Schönau,Schönau im Schwarzwald		11	00	12062	12062232
2837051	Schönau	schoenau	DE		0	Europe/Berlin	51.37357	10.04256				15	00	16061	16061097
2837052	Schönau	schoenau	DE		0	Europe/Berlin	51.32638	12.28704				13	00	14713	14713000
2837053	Schönau	schoenau	DE		0	Europe/Berlin	51.3223	14.22721		Sunow,Šunow		13	00	14625	14625500
2837054	Schönau	schoenau	DE		0	Europe/Berlin	51.09908	12.56053		Nenkersdorf-Schonau,Nenkersdorf-Schönau,Schonau,Schönau		13	00	14729	14729140
2837055	Schönau	schoenau	DE		0	Europe/Berlin	50.9722	9.07419				05	066	06634	06634006
2837056	Schönau	schoenau	DE		0	Europe/Berlin	50.97589	7.90613				07	059	05966	05966028
2837057	Schönau	schoenau	DE		0	Europe/Berlin	50.94506	10.42737				15	00	16063	16063092
2837058	Schönau	schoenau	DE		0	Europe/Berlin	50.65948	12.5822				13	00	14524	14524310
2837059	Schönau	schoenau	DE		0	Europe/Berlin	50.51805	10.86965				15	00	16069	16069042
2837060	Schönau	schoenau	DE		0	Europe/Berlin	50.51187	6.77897				07	053	05366	05366004
2837061	Schönau	schoenau	DE		0	Europe/Berlin	50.49418	12.2875				13	00	14523	14523120
2837068	Schönau	schoenau	DE		461	Europe/Berlin	49.06065	7.74794		Schoenau,Schönau		08	00	07340	07340045
2837073	Schönau	schoenau	DE		400	Europe/Berlin	47.94931	11.96815				02	091	09187	09187179
2837085	Schönau am Königssee	schoenau-am-koenigssee	DE		5319	Europe/Berlin	47.60055	12.98704		Scheenau am Kenigssaeae,Scheenau am Kenigssää,Schoenau a.Koenigssee,Schoenau am Koenigsee,Schonau,Schönau,Schönau a.Königssee,Schönau am Königsee,Shenau am Kenigsze,Shenau-am-Kenigze,Shjonau-am-Kjonigsze,Syonao am Kyonigsze,she nao a mu ke ni ge sai,shwnaw am kwnygzy,Шенау ам Кенигсзе,Шенау-ам-Кенігзе,Шёнау-ам-Кёнигсзе,Շյոնաո ամ Կյոնիգսզե,شوناو ام کونیگزی,舍瑙阿姆克尼格塞		02	091	09172	09172132
2837086	Schönarts	schonarts	DE		0	Europe/Berlin	49.96471	9.82214		Schonarts,Schönarts		02	096	09677	09677127
2837088	Schönanger	schonanger	DE		0	Europe/Berlin	48.93984	13.19797				02	092	09276	09276139
2837089	Schönanger	schonanger	DE		0	Europe/Berlin	48.86991	13.45975				02	092	09272	09272146
2837094	Schonach	schonach	DE		0	Europe/Berlin	49.42723	10.11469				01	081	08128	08128020
2837095	Schönach	schonach	DE		0	Europe/Berlin	48.91165	12.42312				02	093	09375	09375171
2837099	Schöna	schoena	DE		0	Europe/Berlin	51.81407	13.44748				11	00	12072	12072053
2837100	Schöna	schoena	DE		0	Europe/Berlin	51.46997	12.80794				13	00	14730	14730190
2837101	Schöna	schoena	DE		0	Europe/Berlin	51.3919	13.09134				13	00	14730	14730050
2837102	Schöna	schoena	DE		0	Europe/Berlin	50.88516	14.21267				13	00	14628	14628330
2837103	Schöna	schoena	DE		0	Europe/Berlin	50.84111	11.96536				15	00	16076	16076049
2837104	Schön	schon	DE		0	Europe/Berlin	49.45633	10.08291				01	081	08128	08128020
2837108	Schomm	schomm	DE		0	Europe/Berlin	51.22422	6.33869				07	051	05166	05166032
2837109	Schömersdorf	schomersdorf	DE		0	Europe/Berlin	49.4844	12.3493				02	093	09376	09376171
2837110	Schömering	schomering	DE		0	Europe/Berlin	47.8644	12.18405				02	091	09187	09187177
2837113	Schomburg	schomburg	DE		0	Europe/Berlin	47.68205	9.75714				01	084	08436	08436081
2837114	Schömberg	schoemberg	DE		117	Europe/Berlin	50.75962	12.02016			16076079	15	00	16076	16076079
2837120	Schömbach	schoembach	DE		0	Europe/Berlin	50.9841	12.59265				15	00	16077	16077023
2837123	Scholven	scholven	DE		0	Europe/Berlin	51.60016	7.02667		Buer-Scholven,Scholven		07	055	05513	05513000
2837125	Schöltheide	schoeltheide	DE		0	Europe/Berlin	52.35	8.9				07	057	05770	05770024
2837131	Schöllnstein	schollnstein	DE		0	Europe/Berlin	48.7	13.1675				02	092	09271	09271127
2837132	Schöllnitz	schoellnitz	DE		0	Europe/Berlin	51.66382	13.99153				11	00	12066	12066202
2837133	Schöllnhof	schollnhof	DE		0	Europe/Berlin	49.20019	11.31423		Schollnhof,Schöllnhof		02	093	09373	09373126
2837138	Schölling	schoelling	DE		0	Europe/Berlin	51.84852	7.44147				07	055	05558	05558044
2837140	Schöllhütte	schollhutte	DE		0	Europe/Berlin	48.91976	9.57561				01	081	08119	08119004
2837141	Schöllhorn	schollhorn	DE		0	Europe/Berlin	47.96586	9.98561				01	084	08436	08436010
2837144	Schollhof	schollhof	DE		0	Europe/Berlin	49.42921	9.589				01	082	08225	08225114
2837148	Schöllershammer	schoellershammer	DE		0	Europe/Berlin	50.78333	6.48333				07	053	05358	05358008
2837150	Schöller	schoeller	DE		0	Europe/Berlin	51.24546	7.03058				07	051	05124	05124000
2837151	Schollenried	schollenried	DE		0	Europe/Berlin	48.99024	13.12394				02	092	09276	09276138
2837152	Schollenreuth	schollenreuth	DE		0	Europe/Berlin	50.38665	11.91689				02	094	09475	09475123
2837157	Schöllenbach	schoellenbach	DE		0	Europe/Berlin	49.56627	9.07043				05	064	06437	06437016
2837158	Schollen	schollen	DE		0	Europe/Berlin	51.88096	13.71394				11	00	12061	12061320
2837161	Schollbruch	schollbruch	DE		0	Europe/Berlin	52.19115	7.89133				07	055	05566	05566040
2837162	Schöllbronn	schollbronn	DE		0	Europe/Berlin	48.89542	8.42016				01	082	08215	08215017
2837164	Schöllang	schollang	DE		0	Europe/Berlin	47.4599	10.29435				02	097	09780	09780133
2837167	Schollaberg	schollaberg	DE		0	Europe/Berlin	48.30805	12.68136				02	091	09171	09171127
2837168	Scholitz	scholitz	DE		0	Europe/Berlin	51.81667	12.28333				14	00	15001	15001000
2837169	Scholitz	scholitz	DE		0	Europe/Berlin	51.54652	12.4857				13	00	14730	14730280
2837171	Schölisch	schoelisch	DE		0	Europe/Berlin	53.61692	9.46809				06	00	03359	03359038
2837172	Scholis	scholis	DE		0	Europe/Berlin	51.71111	12.71465				14	00	15091	15091020
2837174	Scholerholz	scholerholz	DE		0	Europe/Berlin	52.78506	8.94896				06	00	03251	03251049
2837179	Scholenfleth	scholenfleth	DE		0	Europe/Berlin	53.64026	9.58157				10	00	01056	01056020
2837182	Scholderup	scholderup	DE		0	Europe/Berlin	54.5647	9.67756				10	00	01059	01059086
2837185	Scholas	scholas	DE		0	Europe/Berlin	50.59952	12.17849				13	00	14523	14523100
2837187	Schokland	schokland	DE		0	Europe/Berlin	52.5913	7.72517				06	00	03459	03459011
2837191	Schohusen	schohusen	DE		0	Europe/Berlin	52.9932	8.31849				06	00	03458	03458009
2837193	Schoholtensen	schoholtensen	DE		0	Europe/Berlin	52.26778	9.28619				06	00	03257	03257003
2837195	Schohasbergen	schohasbergen	DE		0	Europe/Berlin	53.07232	8.69493				06	00	03401	03401000
2837201	Schöffleiten	schoffleiten	DE		0	Europe/Berlin	47.86445	11.86918				02	091	09187	09187130
2837203	Schöffau	schoffau	DE		0	Europe/Berlin	48.39236	13.23139				02	092	09275	09275143
2837204	Schöffau	schoffau	DE		0	Europe/Berlin	47.71527	11.07549				02	091	09180	09180134
2837209	Schöfbach	schofbach	DE		0	Europe/Berlin	48.57139	13.22639				02	092	09275	09275138
2837210	Schöfbach	schofbach	DE		0	Europe/Berlin	48.48002	12.76542				02	092	09277	09277119
2837215	Schödlas	schodlas	DE		0	Europe/Berlin	50.18463	11.714				02	094	09475	09475154
2837220	Schockumerdeich	schockumerdeich	DE		0	Europe/Berlin	53.54095	8.50774				06	00	03461	03461007
2837221	Schockum	schockum	DE		0	Europe/Berlin	53.54364	8.49602				06	00	03461	03461007
2837222	Schöckingen	schockingen	DE		0	Europe/Berlin	48.84568	9.029				01	081	08118	08118011
2837223	Schockenbüll	schockenbuell	DE		0	Europe/Berlin	54.37778	8.79694				10	00	01054	01054100
2837226	Schöchleins	schochleins	DE		0	Europe/Berlin	49.88606	11.40593				02	094	09472	09472167
2837231	Schobüllhuus	schobuellhuus	DE		0	Europe/Berlin	54.7	9.23333				10	00	01059	01059115
2837235	Schobüll	schobuell	DE		0	Europe/Berlin	54.68843	9.24076				10	00	01059	01059115
2837236	Schobüll	schobuell	DE		1658	Europe/Berlin	54.5092	9.00621				10	00	01054	01054056
2837238	Schobrink	schobrink	DE		0	Europe/Berlin	52.67399	8.32472				06	00	03251	03251012
2837239	Schobertsreuth	schobertsreuth	DE		0	Europe/Berlin	49.89097	11.47579				02	094	09472	09472167
2837243	Schober	schober	DE		0	Europe/Berlin	47.65773	10.85792				02	097	09777	09777173
2837245	Schöbendorf	schoebendorf	DE		0	Europe/Berlin	52.05208	13.42963				11	00	12072	12072014
2837246	Schobdach	schobdach	DE		0	Europe/Berlin	49.03684	10.61307				02	095	09571	09571214
2837252	Schnugshaide	schnugshaide	DE		0	Europe/Berlin	51.09382	7.00236				07	053	05378	05378016
2837254	Schnufenhofen	schnufenhofen	DE		0	Europe/Berlin	49.15141	11.59812		Schnufenhofen		02	093	09373	09373160
2837255	Schnotting	schnotting	DE		0	Europe/Berlin	48.44527	11.65012				02	091	09178	09178136
2837257	Schnörringen	schnoerringen	DE		0	Europe/Berlin	50.85386	7.64923				07	053	05374	05374044
2837258	Schnörringen	schnorringen	DE		0	Europe/Berlin	47.67814	8.24066				01	083	08337	08337118
2837259	Schnorrenberg	schnorrenberg	DE		0	Europe/Berlin	50.8034	6.88015				07	053	05362	05362012
2837267	Schnöggersburg	schnoeggersburg	DE		0	Europe/Berlin	52.5	11.6				14	00	15090	15090535
2837268	Schnodsenbach	schnodsenbach	DE		0	Europe/Berlin	49.68247	10.44545				02	095	09575	09575161
2837271	Schnitzlehen	schnitzlehen	DE		0	Europe/Berlin	48.1882	12.66795				02	091	09171	09171121
2837276	Schnittlingen	schnittlingen	DE		0	Europe/Berlin	48.67464	9.87568				01	081	08117	08117010
2837277	Schnittling	schnittling	DE		0	Europe/Berlin	49.17528	10.8939		Schnittling		02	095	09576	09576147
2837279	Schnittert	schnittert	DE		0	Europe/Berlin	51.16667	7				07	051	05122	05122000
2837282	Schnipperingen	schnipperingen	DE		0	Europe/Berlin	51.08633	7.47638		Schnipperingen		07	053	05374	05374052
2837286	Schnieses Weinberg	schnieses-weinberg	DE		0	Europe/Berlin	51.73333	13.95				11	00	12066	12066052
2837287	Schniegling	schniegling	DE		0	Europe/Berlin	49.47075	11.0302				02	095	09564	09564000
2837290	Schney	schney	DE		0	Europe/Berlin	50.1617	11.07439				02	094	09478	09478139
2837292	Schnetzenhausen	schnetzenhausen	DE		0	Europe/Berlin	47.67751	9.44128		Schnetzenhausen		01	084	08435	08435016
2837297	Schnett	schnett	DE		0	Europe/Berlin	50.49782	10.90145				15	00	16069	16069061
2837298	Schnetlage	schnetlage	DE		0	Europe/Berlin	52.72399	7.73977				06	00	03453	03453011
2837300	Schnerzhofen	schnerzhofen	DE		0	Europe/Berlin	48.13237	10.61582				02	097	09778	09778169
2837302	Schnerkingen	schnerkingen	DE		0	Europe/Berlin	47.98387	9.11615		Messkirch-Schnerkingen,Meßkirch-Schnerkingen,Schnerkingen		01	084	08437	08437078
2837307	Schneppenhurth	schneppenhurth	DE		0	Europe/Berlin	50.9175	7.69167		Schneppenhurth		07	053	05374	05374040
2837308	Schneppenheim	schneppenheim	DE		0	Europe/Berlin	50.70756	6.85088				07	053	05366	05366040
2837309	Schneppenhausen	schneppenhausen	DE		0	Europe/Berlin	49.92792	8.58028				05	064	06432	06432023
2837310	Schneppendorf	schneppendorf	DE		0	Europe/Berlin	50.75668	12.50911		Schneppendorf		13	00	14524	14524330
2837311	Schneppendahl	schneppendahl	DE		0	Europe/Berlin	51.18514	7.28916				07	051	05120	05120000
2837312	Schneppendahl	schneppendahl	DE		0	Europe/Berlin	51.13481	7.31115				07	053	05374	05374016
2837313	Schneppenberg	schneppenberg	DE		0	Europe/Berlin	50.90504	7.66257		Schneppenberg		07	053	05374	05374040
2837321	Schnepke	schnepke	DE		0	Europe/Berlin	52.90589	8.87853		Schnepke		06	00	03251	03251041
2837323	Schnepfenthal	schnepfenthal	DE		0	Europe/Berlin	50.88333	10.56667		Schnepfenthal		15	00	16067	16067072
2837325	Schnepfenreuth	schnepfenreuth	DE		0	Europe/Berlin	49.48512	11.04895				02	095	09564	09564000
2837333	Schnepfendorf	schnepfendorf	DE		0	Europe/Berlin	49.36078	10.12889				02	095	09571	09571193
2837339	Schnepfenbach	schnepfenbach	DE		0	Europe/Berlin	49.83273	10.14934				02	096	09675	09675117
2837342	Schnelten	schnelten	DE		0	Europe/Berlin	52.8006	7.90129				06	00	03453	03453009
2837343	Schnelsen	schnelsen	DE		0	Europe/Berlin	53.6374	9.91829				04	00	02000	02000000
2837346	Schnellrode	schnellrode	DE		0	Europe/Berlin	51.15151	9.69659		Schnellrode		05	066	06634	06634024
2837347	Schnellroda	schnellroda	DE		0	Europe/Berlin	51.29536	11.7124				14	00	15088	15088355
2837348	Schnellmark	schnellmark	DE		0	Europe/Berlin	54.44593	9.91141				10	00	01058	01058004
2837349	Schnellmannskreuth	schnellmannskreuth	DE		0	Europe/Berlin	48.54921	11.11999				02	097	09771	09771156
2837350	Schnellmannshausen	schnellmannshausen	DE		0	Europe/Berlin	51.10468	10.22				15	00	16063	16063076
2837351	Schnellingen	schnellingen	DE		0	Europe/Berlin	48.28482	8.08309				01	083	08317	08317040
2837352	Schnelling	schnelling	DE		0	Europe/Berlin	48.6546	13.34074				02	092	09275	09275151
2837355	Schnellhöfle	schnellhofle	DE		0	Europe/Berlin	48.7836	9.72054				01	081	08136	08136042
2837356	Schnellham	schnellham	DE		0	Europe/Berlin	48.40824	13.38289				02	092	09275	09275141
2837358	Schnellertsham	schnellertsham	DE		0	Europe/Berlin	48.47641	13.15529				02	092	09275	09275125
2837361	Schnellersdorf	schnellersdorf	DE		0	Europe/Berlin	49.57182	11.67933				02	093	09371	09371119
2837362	Schnellers	schnellers	DE		0	Europe/Berlin	47.54692	9.92383				02	097	09776	09776121
2837365	Schnellenzipf	schnellenzipf	DE		0	Europe/Berlin	48.88086	13.73102				02	092	09272	09272122
2837366	Schnellenberg	schnellenberg	DE		0	Europe/Berlin	53.23614	10.37204				06	00	03355	03355022
2837367	Schnellenbach	schnellenbach	DE		0	Europe/Berlin	51.00356	7.4514		Schnellenbach		07	053	05374	05374008
2837373	Schnellbach	schnellbach	DE		0	Europe/Berlin	50.75586	10.50124				15	00	16066	16066023
2837374	Schnellbach	schnellbach	DE		0	Europe/Berlin	50.11822	7.51565		Schnellbach		08	00	07140	07140010
2837376	Schneitweg	schneitweg	DE		0	Europe/Berlin	49.12699	12.17572				02	093	09375	09375190
2837377	Schneitbügl	schneitbugl	DE		0	Europe/Berlin	49.0719	11.73057				02	093	09375	09375148
2837387	Schneidhausen	schneidhausen	DE		0	Europe/Berlin	50.75	6.48333		Schneidhausen		07	053	05358	05358028
2837388	Schneidhart	schneidhart	DE		0	Europe/Berlin	48.86667	12.05				02	092	09273	09273141
2837389	Schneidhain	schneidhain	DE		0	Europe/Berlin	50.16952	8.45125				05	064	06434	06434005
2837403	Schneiderkrug	schneiderkrug	DE		0	Europe/Berlin	52.81189	8.23769				06	00	03453	03453005
2837412	Schneiderburg	schneiderburg	DE		0	Europe/Berlin	53	9.06667				06	00	03361	03361001
2837413	Schneiderberg	schneiderberg	DE		0	Europe/Berlin	49.15364	13.10326				02	093	09372	09372178
2837416	Schneiderbenes	schneiderbenes	DE		0	Europe/Berlin	47.97587	9.77468				01	084	08426	08426038
2837421	Schneidenbach	schneidenbach	DE		0	Europe/Berlin	50.59264	12.30871				13	00	14523	14523340
2837431	Schneidbach	schneidbach	DE		0	Europe/Berlin	47.63488	10.51785				02	097	09777	09777153
2837442	Schneflingen	schneflingen	DE		0	Europe/Berlin	52.65439	10.80362				06	00	03151	03151040
2837443	Schneffelrath	schneffelrath	DE		0	Europe/Berlin	50.81635	7.28462				07	053	05382	05382060
2837444	Schneeweiderhof	schneeweiderhof	DE		0	Europe/Berlin	49.56074	7.53655				08	00	07336	07336023
2837447	Schneeren	schneeren	DE		0	Europe/Berlin	52.53453	9.33102				06	00	03241	03241012
2837452	Schneeheide	schneeheide	DE		0	Europe/Berlin	52.85077	9.53137		Schneeheide		06	00	03358	03358024
2837459	Schneefelden	schneefelden	DE		0	Europe/Berlin	47.68614	13.04327				02	091	09172	09172124
2837467	Schneebergerhof	schneebergerhof	DE		0	Europe/Berlin	49.68589	7.88781				08	00	07333	07333025
2837495	Schnee	schnee	DE		0	Europe/Berlin	53.62528	9.48655				06	00	03359	03359038
2837496	Schnedingsen	schnedingsen	DE		0	Europe/Berlin	52.23497	8.79295				07	057	05770	05770004
2837497	Schnedinghausen	schnedinghausen	DE		0	Europe/Berlin	51.6899	9.91178				06	00	03155	03155011
2837498	Schnedenhaarbach	schnedenhaarbach	DE		0	Europe/Berlin	48.42899	12.29319				02	092	09274	09274184
2837499	Schnede	schnede	DE		0	Europe/Berlin	53.26337	10.18558				06	00	03353	03353030
2837500	Schned	schned	DE		0	Europe/Berlin	48.4538	12.86952				02	092	09277	09277139
2837504	Schneckenweiler	schneckenweiler	DE		0	Europe/Berlin	49.08333	9.91667				01	081	08127	08127089
2837506	Schneckenreuth	schneckenreuth	DE		0	Europe/Berlin	49.13578	12.19943				02	093	09375	09375119
2837508	Schneckenhofen	schneckenhofen	DE		0	Europe/Berlin	48.403	10.22467				02	097	09774	09774119
2837509	Schneckenhof	schneckenhof	DE		0	Europe/Berlin	49.63351	11.06134				02	095	09572	09572141
2837510	Schneckenhof	schneckenhof	DE		0	Europe/Berlin	49.05411	11.85111				02	093	09375	09375148
2837513	Schneckengrün	schneckengruen	DE		0	Europe/Berlin	50.51167	12.05047				13	00	14523	14523365
2837521	Schneckenbach	schneckenbach	DE		0	Europe/Berlin	48.96889	11.94837				02	093	09375	09375199
2837522	Schneckenbach	schneckenbach	DE		0	Europe/Berlin	48.71923	8.17859				01	082	08211	08211000
2837526	Schnebes	schnebes	DE		0	Europe/Berlin	50.23357	11.57247				02	094	09477	09477148
2837528	Schnaupping	schnaupping	DE		0	Europe/Berlin	48.31425	12.12373				02	091	09177	09177139
2837529	Schnaupping	schnaupping	DE		0	Europe/Berlin	48.17341	12.07621				02	091	09177	09177123
2837530	Schnaudertrebnitz	schnaudertrebnitz	DE		0	Europe/Berlin	51.16445	12.28822				13	00	14729	14729170
2837531	Schnauderhainichen	schnauderhainichen	DE		0	Europe/Berlin	51.05	11.33333				15	00	16071	16071102
2837534	Schnatzling	schnatzling	DE		0	Europe/Berlin	48.4205	12.58848				02	092	09277	09277121
2837535	Schnatting	schnatting	DE		0	Europe/Berlin	48.75591	12.61926				02	092	09278	09278167
2837539	Schnathorst	schnathorst	DE		0	Europe/Berlin	52.27525	8.7095	120			07	057	05770	05770016
2837542	Schnarup	schnarup	DE		0	Europe/Berlin	54.64337	9.63602				10	00	01059	01059076
2837544	Schnarsleben	schnarsleben	DE		0	Europe/Berlin	52.14197	11.4988				14	00	15083	15083298
2837545	Schnarrtanne	schnarrtanne	DE		0	Europe/Berlin	50.50704	12.46163				13	00	14523	14523020
2837549	Schnarchenreuth	schnarchenreuth	DE		0	Europe/Berlin	50.38841	11.78069				02	094	09475	09475113
2837550	Schnapshof	schnapshof	DE		0	Europe/Berlin	51.49044	8.11576				07	059	05974	05974032
2837555	Schnappe	schnappe	DE		0	Europe/Berlin	53.35357	8.47053				06	00	03461	03461002
2837556	Schnappe	schnappe	DE		0	Europe/Berlin	51.03569	7.21164		Schnappe		07	053	05378	05378012
2837557	Schnappach	schnappach	DE		0	Europe/Berlin	49.30736	7.08332		Schnappach		09	00	10041	10041518
2837558	Schnapp	schnapp	DE		0	Europe/Berlin	53.52325	7.72495				06	00	03462	03462019
2837567	Schnaitweg	schnaitweg	DE		0	Europe/Berlin	47.79825	10.4075				02	097	09780	09780147
2837573	Schnaitt	schnaitt	DE		0	Europe/Berlin	47.80289	11.56526				02	091	09173	09173112
2837579	Schnaitheim	schnaitheim	DE		0	Europe/Berlin	48.70648	10.16274		Schnoida		01	081	08135	08135019
2837582	Schnait	schnait	DE		0	Europe/Berlin	48.78993	9.40464				01	081	08119	08119091
2837583	Schnait	schnait	DE		0	Europe/Berlin	47.71667	11.53333				02	091	09173	09173145
2837586	Schnaidt	schnaidt	DE		0	Europe/Berlin	47.68333	9.95				01	084	08436	08436094
2837589	Schnaid	schnaid	DE		0	Europe/Berlin	49.77068	10.94728				02	094	09474	09474133
2837593	Schnaditz	schnaditz	DE		0	Europe/Berlin	51.5916	12.54913				13	00	14730	14730020
2837594	Schnackenwöhr	schnackenwohr	DE		0	Europe/Berlin	49.97407	11.27102				02	094	09472	09472154
2837595	Schnackenwöhr	schnackenwohr	DE		0	Europe/Berlin	49.89727	11.35688				02	094	09472	09472167
2837596	Schnackenwerth	schnackenwerth	DE		0	Europe/Berlin	50.01392	10.12922				02	096	09678	09678193
2837598	Schnackenhof	schnackenhof	DE		0	Europe/Berlin	50.14785	11.80864		Schnackenhof		02	094	09475	09475189
2837599	Schnackenhof	schnackenhof	DE		0	Europe/Berlin	49.48333	11.23333				02	095	09574	09574152
2837602	Schnackemühlen	schnackemuehlen	DE		0	Europe/Berlin	53.23454	9.15581				06	00	03357	03357053
2837607	Schnabelstal	schnabelstal	DE		0	Europe/Berlin	48.03333	8.21667				01	083	08326	08326017
2837612	Schnabe	schnabe	DE		0	Europe/Berlin	54.71667	9.73333				10	00	01059	01059167
2837621	Schmuggerow	schmuggerow	DE		0	Europe/Berlin	53.73694	13.72508				12	00	13075	13075029
2837626	Schmücke	schmuecke	DE		0	Europe/Berlin	50.65423	10.77416				15	00	16054	16054000
2837629	Schmorsdorf	schmorsdorf	DE		0	Europe/Berlin	50.93129	13.82014		Schmorsdorf		13	00	14628	14628250
2837630	Schmörschwitz	schmoerschwitz	DE		0	Europe/Berlin	50.96896	11.78972				15	00	16074	16074073
2837631	Schmorren	schmorren	DE		0	Europe/Berlin	51.21219	13.14427				13	00	14522	14522450
2837632	Schmorkau	schmorkau	DE		0	Europe/Berlin	51.31055	13.14394				13	00	14730	14730230
2837633	Schmorkau	schmorkau	DE		0	Europe/Berlin	51.29517	13.91917		Schmorkau		13	00	14625	14625370
2837636	Schmorditz	schmorditz	DE		0	Europe/Berlin	51.2632	12.79255				13	00	14729	14729160
2837642	Schmonerbrink	schmonerbrink	DE		0	Europe/Berlin	52.61322	7.75013				06	00	03459	03459009
2837645	Schmölz	schmolz	DE		0	Europe/Berlin	50.21531	11.25125				02	094	09476	09476146
2837646	Schmölz	schmolz	DE		0	Europe/Berlin	50.13655	11.61818				02	094	09477	09477129
2837647	Schmölz	schmolz	DE		0	Europe/Berlin	47.47896	11.04837				02	091	09180	09180118
2837649	Schmolte	schmolte	DE		0	Europe/Berlin	52.72662	8.55732				06	00	03251	03251014
2837650	Schmölln	schmoelln	DE		0	Europe/Berlin	53.29682	14.10018				11	00	12073	12073458
2837651	Schmölln	schmoelln	DE		0	Europe/Berlin	51.12112	14.23146		Schmoelln,Schmolln,Schmölln,Smelna,Smělna		13	00	14625	14625530
2837652	Schmölln	schmoelln	DE		12604	Europe/Berlin	50.89678	12.35339		Schmoelln,Schmolln,Schmölln,Shmeln,Shmjol'n,ashmwln,shi mo er en,shmwln,Шмелн,Шмёльн,اشمولن,شمولن,施默尔恩		15	00	16077	16077043
2837656	Schmölen	schmoelen	DE		0	Europe/Berlin	51.34991	12.72148				13	00	14729	14729030
2837657	Schmoldow	schmoldow	DE		0	Europe/Berlin	53.97194	13.35354				12	00	13075	13075006
2837659	Schmolde	schmolde	DE		0	Europe/Berlin	53.28361	12.28084		Schmolde		11	00	12070	12070280
2837660	Schmölau	schmoelau	DE		0	Europe/Berlin	53.03141	10.85621				06	00	03360	03360018
2837661	Schmölau	schmoelau	DE		0	Europe/Berlin	52.81931	10.7769				14	00	15081	15081095
2837662	Schmokenberg	schmokenberg	DE		0	Europe/Berlin	52.83333	12.06667				14	00	15090	15090225
2837665	Schmogrow	schmogrow	DE		0	Europe/Berlin	51.85104	14.21325		Schmogrow,Smogorjow		11	00	12071	12071341
2837666	Schmogro	schmogro	DE		0	Europe/Berlin	51.58333	14.03333				11	00	12066	12066112
2837667	Schmögelsdorf	schmoegelsdorf	DE		0	Europe/Berlin	52.01302	12.79047				11	00	12069	12069632
2837670	Schmöckwitzwerder	schmockwitzwerder	DE		0	Europe/Berlin	52.371	13.69357				16	00	11000	11000000
2837672	Schmöckwitz	schmockwitz	DE		4068	Europe/Berlin	52.37513	13.64948		Berlin-Schmochwitz,Berlin-Schmoeckwitz,Berlin-Schmöchwitz,Berlin-Schmöckwitz		16	00	11000	11000000
2837675	Schmochtitz	schmochtitz	DE		0	Europe/Berlin	51.2142	14.36188		Smochcicy,Smochćicy		13	00	14625	14625020
2837676	Schmitzwipper	schmitzwipper	DE		0	Europe/Berlin	51.0949	7.52697				07	053	05374	05374024
2837677	Schmitzlöderich	schmitzloederich	DE		0	Europe/Berlin	50.93811	7.22297				07	053	05378	05378024
2837679	Schmitzingen	schmitzingen	DE		0	Europe/Berlin	47.64987	8.20058		Schmitzingen		01	083	08337	08337126
2837680	Schmitzhöhe	schmitzhoehe	DE		0	Europe/Berlin	50.98521	7.28149				07	053	05374	05374020
2837683	Schmitzheide	schmitzheide	DE		0	Europe/Berlin	51.32879	6.43245				07	051	05166	05166028
2837684	SchmitzdörFgen	schmitzdoerfgen	DE		0	Europe/Berlin	50.80628	7.41165				07	053	05382	05382052
2837685	Schmitzdorf	schmitzdorf	DE		0	Europe/Berlin	49.29843	12.64483				02	093	09372	09372146
2837686	Schmitzbüchel	schmitzbuechel	DE		0	Europe/Berlin	50.95705	7.22437				07	053	05378	05378024
2837688	Schmittweiler bei Odenbach	schmittweiler-bei-odenbach	DE		0	Europe/Berlin	49.69129	7.7034				08	00	07133	07133090
2837694	Schmittlotheim	schmittlotheim	DE		0	Europe/Berlin	51.15297	8.90159				05	066	06635	06635019
2837697	Schmitterhof	schmitterhof	DE		0	Europe/Berlin	49.53713	7.83877				08	00	07333	07333042
2837725	Schmirma	schmirma	DE		0	Europe/Berlin	51.31513	11.7761				14	00	15088	15088235
2837726	Schmirchau	schmirchau	DE		0	Europe/Berlin	50.85	12.18333				15	00	16076	16076061
2837727	Schmira	schmira	DE		0	Europe/Berlin	50.9535	10.97029				15	00	16051	16051000
2837728	Schmintrup	schmintrup	DE		0	Europe/Berlin	51.68721	7.61122				07	059	05978	05978040
2837729	Schmillinghausen	schmillinghausen	DE		0	Europe/Berlin	51.42865	9.02561				05	066	06635	06635002
2837731	Schmilka	schmilka	DE		0	Europe/Berlin	50.8919	14.23261		Schmilka		13	00	14628	14628030
2837733	Schmietkow	schmietkow	DE		0	Europe/Berlin	54.0419	13.1557				12	00	13073	13073089
2837735	Schmierofen	schmierofen	DE		0	Europe/Berlin	49.86862	12.09777				02	093	09377	09377132
2837743	Schmielsdorf	schmielsdorf	DE		0	Europe/Berlin	51.8275	13.19489				11	00	12062	12062461
2837746	Schmieheim	schmieheim	DE		0	Europe/Berlin	48.27999	7.8548				01	083	08317	08317059
2837747	Schmieh	schmieh	DE		0	Europe/Berlin	48.68643	8.65165				01	082	08235	08235084
2837753	Schmiedorf	schmiedorf	DE		0	Europe/Berlin	48.67016	12.96466				02	092	09271	09271141
2837754	Schmiedorf	schmiedorf	DE		0	Europe/Berlin	48.60345	12.92424				02	092	09277	09277142
2837758	Schmiedhausen	schmiedhausen	DE		0	Europe/Berlin	48.51442	11.60661				02	091	09186	09186152
2837760	Schmiedewalde	schmiedewalde	DE		0	Europe/Berlin	51.06588	13.44165				13	00	14627	14627100
2837761	Schmiedestraße	schmiedestrasse	DE		0	Europe/Berlin	51.31301	7.25055				07	051	05124	05124000
2837764	Schmiedenthal	schmiedenthal	DE		0	Europe/Berlin	51.06877	14.54379				13	00	14626	14626020
2837766	Schmiedenfelde	schmiedenfelde	DE		0	Europe/Berlin	53.68144	13.16243				12	00	13071	13071163
2837767	Schmiedendorf	schmiedendorf	DE		0	Europe/Berlin	54.28988	10.60781				10	00	01057	01057030
2837768	Schmieden	schmieden	DE		0	Europe/Berlin	50.79543	11.38014				15	00	16073	16073109
2837769	Schmieden	schmieden	DE		0	Europe/Berlin	47.62975	10.33189				02	097	09780	09780140
2837771	Schmiedelfeld	schmiedelfeld	DE		0	Europe/Berlin	48.96536	9.85208				01	081	08127	08127079
2837772	Schmiedelberg	schmiedelberg	DE		0	Europe/Berlin	49.6499	10.80041				02	095	09572	09572164
2837773	Schmiedel	schmiedel	DE		0	Europe/Berlin	49.97876	7.49911				08	00	07140	07140100
2837783	Schmiedeberger Weinberge	schmiedeberger-weinberge	DE		0	Europe/Berlin	51.68333	12.7				14	00	15091	15091020
2837797	Schmiedebach	schmiedebach	DE		0	Europe/Berlin	50.49309	11.4786				15	00	16073	16073046
2837814	Schmie	schmie	DE		0	Europe/Berlin	48.9835	8.83366				01	082	08236	08236038
2837816	Schmidtstadt	schmidtstadt	DE		0	Europe/Berlin	49.54799	11.56929				02	093	09371	09371140
2837823	Schmidtlerschleif	schmidtlerschleif	DE		0	Europe/Berlin	49.68787	12.38821				02	093	09374	09374123
2837825	Schmidthof	schmidthof	DE		0	Europe/Berlin	50.69159	6.16678		Schmidthof,Schmithof		07	053	05334	05334002
2837827	Schmidtheim	schmidtheim	DE		0	Europe/Berlin	50.41513	6.55915		Schmidtheim		07	053	05366	05366012
2837828	Schmidthausen	schmidthausen	DE		0	Europe/Berlin	51.1603	7.53243				07	059	05962	05962012
2837829	Schmidthahn	schmidthahn	DE		0	Europe/Berlin	50.60304	7.8102				08	00	07143	07143294
2837837	Schmidt	schmidt	DE		0	Europe/Berlin	50.66192	6.40892		Schmidt		07	053	05358	05358044
2837844	Schmidsfelden	schmidsfelden	DE		0	Europe/Berlin	47.74988	10.1159		Schmidsfelden		01	084	08436	08436055
2837848	Schmidöd	schmidod	DE		0	Europe/Berlin	48.61944	13.43085				02	092	09275	09275151
2837857	Schmiding	schmiding	DE		0	Europe/Berlin	48.62225	13.53647				02	092	09275	09275150
2837858	Schmiding	schmiding	DE		0	Europe/Berlin	48.31083	12.86862				02	092	09277	09277154
2837859	Schmiding	schmiding	DE		0	Europe/Berlin	47.97692	12.1966				02	091	09187	09187134
2837861	Schmidhub	schmidhub	DE		0	Europe/Berlin	48.59202	12.8718				02	092	09277	09277111
2837862	Schmidhub	schmidhub	DE		0	Europe/Berlin	48.3094	12.59816				02	091	09171	09171127
2837863	Schmidhub	schmidhub	DE		0	Europe/Berlin	48.1835	12.68919				02	091	09171	09171121
2837869	Schmidhofen	schmidhofen	DE		0	Europe/Berlin	47.89189	7.69223				01	083	08315	08315006
2837872	Schmidheim	schmidheim	DE		0	Europe/Berlin	49.23333	11.76667				02	093	09373	09373167
2837873	Schmidhausen	schmidhausen	DE		0	Europe/Berlin	49.04158	9.33055		Schmidhausen		01	081	08125	08125008
2837874	Schmidhausen	schmidhausen	DE		0	Europe/Berlin	48.51384	11.4208				02	091	09186	09186151
2837875	Schmidhausen	schmidhausen	DE		0	Europe/Berlin	48.42297	11.83118				02	091	09178	09178138
2837876	Schmidhausen	schmidhausen	DE		0	Europe/Berlin	47.91703	12.01063				02	091	09187	09187179
2837877	Schmidhäusen	schmidhausen	DE		0	Europe/Berlin	47.71667	9.7				01	084	08436	08436018
2837878	Schmidham	schmidham	DE		0	Europe/Berlin	48.47932	13.25724				02	092	09275	09275145
2837879	Schmidham	schmidham	DE		0	Europe/Berlin	48.12011	12.6885				02	091	09171	09171119
2837880	Schmidham	schmidham	DE		0	Europe/Berlin	48.05207	12.3988				02	091	09189	09189142
2837881	Schmidham	schmidham	DE		0	Europe/Berlin	47.85153	11.75417				02	091	09182	09182133
2837882	Schmidham	schmidham	DE		0	Europe/Berlin	47.83125	12.2392				02	091	09187	09187167
2837886	Schmiden	schmiden	DE		0	Europe/Berlin	48.83323	9.26336				01	081	08119	08119020
2837887	Schmiddorf	schmiddorf	DE		0	Europe/Berlin	48.77184	12.02116				02	092	09273	09273165
2837888	Schmiddis	schmiddis	DE		0	Europe/Berlin	47.94404	10.04999		Schmiddis		01	084	08436	08436004
2837890	Schmidberg	schmidberg	DE		0	Europe/Berlin	48.21628	12.14618				02	091	09177	09177137
2837891	Schmidberg	schmidberg	DE		0	Europe/Berlin	47.77479	10.15824				02	097	09780	09780112
2837902	Schmetzdorf	schmetzdorf	DE		0	Europe/Berlin	52.69069	13.54966				11	00	12060	12060020
2837903	Schmetzdorf	schmetzdorf	DE		0	Europe/Berlin	52.54641	12.17262		Schmetzdorf		11	00	12063	12063189
2837904	Schmetterslohe	schmetterslohe	DE		0	Europe/Berlin	49.91648	11.80656				02	094	09472	09472156
2837906	Schmessau	schmessau	DE		0	Europe/Berlin	53.12231	10.94099				06	00	03354	03354006
2837907	Schmerzke	schmerzke	DE		0	Europe/Berlin	52.38943	12.58776		Schmerzke		11	00	12051	12051000
2837908	Schmerz	schmerz	DE		0	Europe/Berlin	51.67201	12.46443				14	00	15082	15082241
2837910	Schmerwitz	schmerwitz	DE		0	Europe/Berlin	52.13948	12.48405				11	00	12069	12069665
2837912	Schmertheim	schmertheim	DE		0	Europe/Berlin	52.8514	7.9905				06	00	03453	03453004
2837915	Schmersau	schmersau	DE		0	Europe/Berlin	52.75946	11.58697				14	00	15090	15090415
2837917	Schmerlitz	schmerlitz	DE		0	Europe/Berlin	51.30256	14.21447		Schmerlitz,Smjerdzaca,Smjerdźaca		13	00	14625	14625500
2837920	Schmerlenbach	schmerlenbach	DE		0	Europe/Berlin	49.98603	9.22845				02	096	09671	09671130
2837921	Schmerlecke	schmerlecke	DE		0	Europe/Berlin	51.59971	8.24875		Schmerlecke		07	059	05974	05974016
2837922	Schmerldorf	schmerldorf	DE		0	Europe/Berlin	49.94073	10.99817				02	094	09471	09471159
2837925	Schmerkendorf	schmerkendorf	DE		0	Europe/Berlin	51.56988	13.24975		Schmerkendorf		11	00	12062	12062128
2837926	Schmerhörn	schmerhoern	DE		0	Europe/Berlin	54.49832	8.62989				10	00	01054	01054103
2837930	Schmerfeld	schmerfeld	DE		0	Europe/Berlin	50.75623	10.94363				15	00	16070	16070004
2837931	Schmerdorf	schmerdorf	DE		0	Europe/Berlin	51.12964	11.89973				14	00	15084	15084560
2837937	Schmerbach	schmerbach	DE		0	Europe/Berlin	50.90074	10.45064				15	00	16067	16067072
2837938	Schmerbach	schmerbach	DE		0	Europe/Berlin	50.53333	10.25				15	00	16066	16066093
2837939	Schmerbach	schmerbach	DE		0	Europe/Berlin	49.41181	10.06898				01	081	08128	08128020
2837940	Schmerbach	schmerbach	DE		0	Europe/Berlin	48.04773	12.7753				02	091	09189	09189152
2837941	Schmerb	schmerb	DE		0	Europe/Berlin	49.86084	10.52387				02	094	09471	09471128
2837944	Schmelzing	schmelzing	DE		0	Europe/Berlin	48.52207	13.40972				02	092	09275	09275133
2837946	Schmelzenholzham	schmelzenholzham	DE		0	Europe/Berlin	48.48778	13.13166				02	092	09275	09275125
2837947	Schmelzenhof	schmelzenhof	DE		0	Europe/Berlin	49.33299	9.27487				01	082	08225	08225009
2837949	Schmelze	schmelze	DE		0	Europe/Berlin	48.3	8.25				01	083	08317	08317145
2837950	Schmelze	schmelze	DE		0	Europe/Berlin	52.08333	13.38333				11	00	12072	12072014
2837951	Schmelze	schmelze	DE		0	Europe/Berlin	47.87854	8.99697				01	083	08335	08335079
2837959	Schmellwitz	schmellwitz	DE		0	Europe/Berlin	51.7808	14.33606		Chmelow,Chmjelow,Chḿelow,Cottbus-Schmellwitz,Schmellwitz		11	00	12052	12052000
2837960	Schmellnricht	schmellnricht	DE		0	Europe/Berlin	49.13023	11.33394				02	093	09373	09373126
2837961	Schmelling	schmelling	DE		0	Europe/Berlin	48.52175	12.41624				02	092	09274	09274145
2837962	Schmelling	schmelling	DE		0	Europe/Berlin	48.34094	12.80581				02	092	09277	09277153
2837965	Schmellenhof	schmellenhof	DE		0	Europe/Berlin	49.82095	11.56414				02	094	09472	09472184
2837966	Schmellenhof	schmellenhof	DE		0	Europe/Berlin	49.08333	9.43333				01	081	08125	08125107
2837969	Schmelendorf	schmelendorf	DE		0	Europe/Berlin	51.34858	6.46238				07	051	05166	05166012
2837970	Schmeisig	schmeisig	DE		0	Europe/Berlin	51.05916	7.15262				07	053	05378	05378020
2837971	Schmäinghook	schmaeinghook	DE		0	Europe/Berlin	52.11942	6.92172		Schmainghook,Schmeinghook,Schmäinghook		07	055	05554	05554004
2837972	Schmeilsdorf	schmeilsdorf	DE		0	Europe/Berlin	50.11404	11.35968				02	094	09477	09477136
2837977	Schmehausen	schmehausen	DE		0	Europe/Berlin	51.68112	7.97401				07	059	05915	05915000
2837979	Schmedshagen	schmedshagen	DE		0	Europe/Berlin	54.34847	13.0116		Schmedshagen		12	00	13073	13073066
2837980	Schmedissen	schmedissen	DE		0	Europe/Berlin	51.89885	8.93547		Schmedissen		07	057	05766	05766032
2837982	Schmedenstedt	schmedenstedt	DE		0	Europe/Berlin	52.27672	10.28749				06	00	03157	03157006
2837985	Schmedehausen	schmedehausen	DE		0	Europe/Berlin	52.10228	7.70143		Schmedehausen		07	055	05566	05566012
2837986	Schmede	schmede	DE		0	Europe/Berlin	53.03214	8.37207				06	00	03458	03458009
2837987	Schmeckwitz	schmeckwitz	DE		0	Europe/Berlin	51.25786	14.20085		Schmeckwitz,Smjeckecy,Smječkecy		13	00	14625	14625470
2837988	Schmechten	schmechten	DE		0	Europe/Berlin	51.68533	9.08386		Schmechten		07	057	05762	05762016
2837989	Schmaxbruch	schmaxbruch	DE		0	Europe/Berlin	51.29915	6.24779				07	051	05166	05166016
2837990	Schmauzenberg	schmauzenberg	DE		0	Europe/Berlin	47.74673	10.93479				02	091	09190	09190145
2837997	Schmatzhausen	schmatzhausen	DE		0	Europe/Berlin	48.66125	12.03303		Schmatzhausen		02	092	09274	09274141
2838002	Schmarsau	schmarsau	DE		0	Europe/Berlin	53.0868	11.05423				06	00	03354	03354004
2838003	Schmarsau	schmarsau	DE		0	Europe/Berlin	52.90806	11.35689				06	00	03354	03354015
2838004	Schmarrie	schmarrie	DE		0	Europe/Berlin	52.24194	9.3752				06	00	03257	03257017
2838005	Schmarren	schmarren	DE		0	Europe/Berlin	53.67276	8.48767				06	00	03352	03352061
2838006	Schmarnzell	schmarnzell	DE		0	Europe/Berlin	48.42321	11.27064				02	091	09174	09174111
2838008	Schmarl	schmarl	DE		0	Europe/Berlin	54.13342	12.07367		Sml		12	00	13003	13003000
2838011	Schmardau	schmardau	DE		0	Europe/Berlin	53.11233	10.9678				06	00	03354	03354006
2838013	Schmarbeck	schmarbeck	DE		0	Europe/Berlin	52.90013	10.20171		Schmarbeck		06	00	03351	03351010
2838014	Schmantevitz	schmantevitz	DE		0	Europe/Berlin	54.58907	13.31419				12	00	13073	13073013
2838015	Schmansen	schmansen	DE		0	Europe/Berlin	51.28168	6.3405				07	051	05166	05166032
2838016	Schmannewitz	schmannewitz	DE		0	Europe/Berlin	51.39769	12.98681		Schmannewitz		13	00	14730	14730060
2838018	Schmandbruch	schmandbruch	DE		0	Europe/Berlin	51.35175	7.38028				07	059	05954	05954032
2838028	Schmalzgrube	schmalzgrube	DE		0	Europe/Berlin	50.53099	13.13002		Schmalzgrube		13	00	14521	14521330
2838035	Schmalwiesen	schmalwiesen	DE		0	Europe/Berlin	49.0458	10.95182				02	095	09577	09577177
2838038	Schmalwasser	schmalwasser	DE		0	Europe/Berlin	50.34	10.03928				02	096	09673	09673162
2838041	Schmalsgotte	schmalsgotte	DE		0	Europe/Berlin	51.31667	7.48333				07	059	05914	05914000
2838047	Schmalnohe	schmalnohe	DE		0	Europe/Berlin	49.60387	11.69786				02	093	09371	09371119
2838048	Schmalnbühl	schmalnbuhl	DE		0	Europe/Berlin	49.42407	10.53859				02	095	09571	09571146
2838050	Schmalnau	schmalnau	DE		0	Europe/Berlin	50.45351	9.79294				05	066	06631	06631004
2838057	Schmalkuhl	schmalkuhl	DE		0	Europe/Berlin	51.50859	6.25422				07	051	05154	05154012
2838061	Schmalinge	schmalinge	DE		0	Europe/Berlin	52.40999	8.4739				07	057	05770	05770044
2838065	Schmalhof	schmalhof	DE		0	Europe/Berlin	48.63888	13.18917				02	092	09275	09275154
2838068	Schmalge	schmalge	DE		0	Europe/Berlin	52.39419	8.65599		Schmalge		07	057	05770	05770008
2838069	Schmalförden	schmalfoerden	DE		0	Europe/Berlin	52.74172	8.69685				06	00	03251	03251015
2838072	Schmalfelderhof	schmalfelderhof	DE		0	Europe/Berlin	49.69638	7.83947				08	00	07333	07333004
2838074	Schmalfelden	schmalfelden	DE		0	Europe/Berlin	49.32515	10.02534		Schmalfelden		01	081	08127	08127075
2838090	Schmalenfletherwurp	schmalenfletherwurp	DE		0	Europe/Berlin	53.36761	8.44342				06	00	03461	03461002
2838092	Schmalenfleth	schmalenfleth	DE		0	Europe/Berlin	53.36679	8.45999				06	00	03461	03461002
2838093	Schmalenfelde	schmalenfelde	DE		0	Europe/Berlin	53.29099	10.00323				06	00	03353	03353024
2838096	Schmalenbuche	schmalenbuche	DE		0	Europe/Berlin	50.51681	11.149				15	00	16072	16072013
2838098	Schmalenbruch	schmalenbruch	DE		0	Europe/Berlin	52.42242	9.27094				06	00	03257	03257038
2838109	Schmalenbeck	schmalenbeck	DE		0	Europe/Berlin	53.65	10.26667				10	00	01062	01062023
2838110	Schmalenbeck	schmalenbeck	DE		0	Europe/Berlin	53.16986	9.04855				06	00	03356	03356002
2838111	Schmalenbeck	schmalenbeck	DE		0	Europe/Berlin	52.24844	8.75944				07	057	05770	05770004
2838112	Schmalenbach	schmalenbach	DE		0	Europe/Berlin	51.19246	7.47055				07	059	05962	05962012
2838113	Schmalenbach	schmalenbach	DE		0	Europe/Berlin	49.32749	10.5222				02	095	09571	09571171
2838116	Schmalegg	schmalegg	DE		0	Europe/Berlin	47.80239	9.54313		Schmalegg		01	084	08436	08436064
2838123	Schmal-Beerbach	schmal-beerbach	DE		0	Europe/Berlin	49.74361	8.70639				05	064	06431	06431014
2838125	Schmalbach	schmalbach	DE		0	Europe/Berlin	51.01339	13.20198		Berbersdorf-Schmalbach,Schmalbach		13	00	14522	14522540
2838127	Schmalach	schmalach	DE		0	Europe/Berlin	49.36176	10.55573				02	095	09571	09571171
2838129	Schmähingen	schmahingen	DE		0	Europe/Berlin	48.8058	10.51595				02	097	09779	09779194
2838130	Schmagerow	schmagerow	DE		0	Europe/Berlin	53.43909	14.29321				12	00	13075	13075113
2838133	Schmachthagen	schmachthagen	DE		0	Europe/Berlin	53.87833	11.09976				12	00	13074	13074093
2838134	Schmachthagen	schmachthagen	DE		0	Europe/Berlin	53.74579	10.42084				10	00	01062	01062056
2838135	Schmachthagen	schmachthagen	DE		0	Europe/Berlin	53.53254	12.75798				12	00	13071	13071144
2838138	Schmachtenhagen Süd	schmachtenhagen-sued	DE		0	Europe/Berlin	52.75749	13.33278				11	00	12065	12065256
2838139	Schmachtenhagen Ost	schmachtenhagen-ost	DE		0	Europe/Berlin	52.75331	13.3476				11	00	12065	12065256
2838143	Schmachtenberg	schmachtenberg	DE		0	Europe/Berlin	50.00716	10.60174				02	096	09674	09674221
2838144	Schmachtenberg	schmachtenberg	DE		0	Europe/Berlin	49.78311	9.24032				02	096	09676	09676141
2838145	Schmacht	schmacht	DE		0	Europe/Berlin	54.3886	13.57595				12	00	13073	13073106
2838150	Schlutup	schlutup	DE		0	Europe/Berlin	53.88825	10.79847				10	00	01003	01003000
2838151	Schlutup	schlutup	DE		0	Europe/Berlin	53.75	10.2				10	00	01062	01062036
2838152	Schlutter	schlutter	DE		0	Europe/Berlin	53.02773	8.58172				06	00	03458	03458005
2838154	Schluttenbach	schluttenbach	DE		0	Europe/Berlin	48.89875	8.40244				01	082	08215	08215017
2838156	Schlutow	schlutow	DE		0	Europe/Berlin	53.94177	12.73672				12	00	13072	13072031
2838157	Schlüterdeich	schlueterdeich	DE		0	Europe/Berlin	53.20007	8.45744				06	00	03461	03461001
2838160	Schlüte	schluete	DE		0	Europe/Berlin	53.19191	8.46891				06	00	03461	03461001
2838162	Schlüsselsberg	schluesselsberg	DE		0	Europe/Berlin	51.0455	7.36585				07	053	05374	05374020
2838169	Schlüsselburg	schluesselburg	DE		0	Europe/Berlin	52.4815	9.06808				07	057	05770	05770028
2838170	Schlüsselau	schlusselau	DE		0	Europe/Berlin	49.7898	10.91088				02	094	09471	09471131
2838171	Schlußdorf	schlussdorf	DE		0	Europe/Berlin	53.23983	8.98002				06	00	03356	03356011
2838176	Schlüpfing	schlupfing	DE		0	Europe/Berlin	48.64912	12.76076				02	092	09279	09279122
2838177	Schlüpfing	schlupfing	DE		0	Europe/Berlin	48.59186	12.9809				02	092	09277	09277142
2838178	Schlupfing	schlupfing	DE		0	Europe/Berlin	48.40457	13.32501				02	092	09275	09275141
2838179	Schlupfen	schlupfen	DE		0	Europe/Berlin	47.93854	9.71681				01	084	08436	08436009
2838182	Schlunzig	schlunzig	DE		0	Europe/Berlin	50.79153	12.49918				13	00	14524	14524330
2838183	Schlunkendorf	schlunkendorf	DE		0	Europe/Berlin	52.24604	13.02103				11	00	12069	12069017
2838184	Schlungwitz	schlungwitz	DE		0	Europe/Berlin	51.14744	14.38557		Schlungwitz,Slonkecy,Słónkecy		13	00	14625	14625110
2838185	Schlungenhof	schlungenhof	DE		0	Europe/Berlin	49.12861	10.75083		Schlungenhof		02	095	09577	09577136
2838191	Schluifeld	schluifeld	DE		0	Europe/Berlin	48.08258	11.21914				02	091	09188	09188145
2838195	Schluft	schluft	DE		0	Europe/Berlin	52.9446	13.47095				11	00	12060	12060198
2838199	Schlückingen	schlueckingen	DE		0	Europe/Berlin	51.51941	7.86479				07	059	05974	05974056
2838201	Schlüchtern	schluechtern	DE		17260	Europe/Berlin	50.34891	9.52532		Schluechtern,Schlüchtern,Shlikhtern,Shljukhtehrn,Shljukhtern,ashlwshtrn,shi lu xi teng,shlwshtrn,shuryuhiterun,Шлихтерн,Шлюхтерн,Шлюхтэрн,اشلوشترن,شلوشترن,シュリュヒテルン,施吕希滕		05	064	06435	06435025
2838207	Schlucht	schlucht	DE		0	Europe/Berlin	47.53333	9.96667				02	097	09780	09780132
2838210	Schloyheide	schloyheide	DE		0	Europe/Berlin	52.12528	8.35379				06	00	03459	03459024
2838213	Schlowe	schlowe	DE		0	Europe/Berlin	53.65481	11.94763				12	00	13076	13076015
2838214	Schlotzau	schlotzau	DE		0	Europe/Berlin	50.68899	9.64447				05	066	06631	06631002
2838215	Schlottwitz	schlottwitz	DE		0	Europe/Berlin	50.88275	13.81314				13	00	14628	14628230
2838216	Schlottweh	schlottweh	DE		0	Europe/Berlin	51.01213	12.07843				14	00	15084	15084565
2838219	Schlottham	schlottham	DE		0	Europe/Berlin	48.48316	12.79504				02	092	09277	09277144
2838222	Schlottenhof	schlottenhof	DE		0	Europe/Berlin	50.06588	12.19548				02	094	09479	09479112
2838226	Schlott	schlott	DE		0	Europe/Berlin	48.64145	13.48015				02	092	09275	09275146
2838227	Schlott	schlott	DE		0	Europe/Berlin	48.61217	12.39886				02	092	09279	09279130
2838228	Schlott	schlott	DE		0	Europe/Berlin	48.59956	11.85843				02	092	09273	09273178
2838229	Schlott	schlott	DE		0	Europe/Berlin	48.57172	11.38398				02	091	09186	09186128
2838230	Schlott	schlott	DE		0	Europe/Berlin	48.55416	13.24806				02	092	09275	09275138
2838231	Schlott	schlott	DE		0	Europe/Berlin	48.52074	13.09392				02	092	09277	09277117
2838232	Schlott	schlott	DE		0	Europe/Berlin	48.39939	12.20717				02	092	09274	09274118
2838233	Schlott	schlott	DE		0	Europe/Berlin	48.33043	13.04063				02	092	09277	09277152
2838245	Schloß Zeil	schloss-zeil	DE		0	Europe/Berlin	47.86667	10				01	084	08436	08436055
2838249	Schloßvorstadt	schlossvorstadt	DE		0	Europe/Berlin	51.86719	12.64442				14	00	15091	15091375
2838262	Schloßreute	schlossreute	DE		0	Europe/Berlin	48.88176	10.05929				01	081	08136	08136088
2838275	Schloßkulm	schlosskulm	DE		0	Europe/Berlin	50.68898	11.37296				15	00	16073	16073109
2838277	Schloßig	schlossig	DE		0	Europe/Berlin	50.89203	12.3255				15	00	16077	16077043
2838282	Schloßhof	schlosshof	DE		0	Europe/Berlin	48.94813	9.60454				01	081	08119	08119044
2838293	Schloßheck	schlossheck	DE		0	Europe/Berlin	50.16936	6.37552				08	00	07232	07232290
2838294	Schloß Grubenhagen	schloss-grubenhagen	DE		0	Europe/Berlin	53.66083	12.48716				12	00	13071	13071154
2838296	Schloßgattendorf	schlossgattendorf	DE		0	Europe/Berlin	50.31434	12.00359				02	094	09475	09475127
2838298	Schlosserberg	schlosserberg	DE		0	Europe/Berlin	50.36667	12.4				13	00	14523	14523160
2838302	Schlössel	schloessel	DE		0	Europe/Berlin	50.51559	13.10348				13	00	14521	14521330
2838306	Schlößchen	schloesschen	DE		0	Europe/Berlin	50.73337	13.04515		Schlosschen,Schlösschen,Schlößchen		13	00	14521	14521010
2838315	Schloßborn	schlossborn	DE		0	Europe/Berlin	50.2	8.38333		Schlossborn,Schloßborn		05	064	06434	06434003
2838318	Schloßberga	schlossberga	DE		0	Europe/Berlin	50.75706	12.16518				15	00	16076	16076004
2838320	Schloßberg	schlossberg	DE		0	Europe/Berlin	49.5869	11.3762				02	095	09574	09574155
2838321	Schloßberg	schlossberg	DE		0	Europe/Berlin	49.1086	11.10314				02	095	09576	09576126
2838322	Schloßberg	schlossberg	DE		0	Europe/Berlin	48.85264	10.35653		Schlossberg,Schloßberg		01	081	08136	08136010
2838323	Schloßberg	schlossberg	DE		0	Europe/Berlin	47.85812	12.14843				02	091	09187	09187177
2838420	Schlößbach	schlossbach	DE		0	Europe/Berlin	48.77976	13.61223				02	092	09272	09272151
2838423	Schloßau	schlossau	DE		0	Europe/Berlin	49.53836	9.15316		Schlossau,Schloßau		01	082	08225	08225060
2838426	Schloß	schloss	DE		0	Europe/Berlin	48.52793	8.30239		Schloss,Schloß		01	082	08237	08237004
2838428	Schloppach	schloppach	DE		0	Europe/Berlin	50.02285	12.3428				02	093	09377	09377158
2838429	Schlopp	schlopp	DE		0	Europe/Berlin	50.19834	11.56594				02	094	09477	09477148
2838430	Schlöpitz	schloepitz	DE		0	Europe/Berlin	50.95837	12.38476				15	00	16077	16077001
2838435	Schlonsberge	schlonsberge	DE		0	Europe/Berlin	53.2006	11.15294				12	00	13076	13076143
2838436	Schlondorf	schlondorf	DE		0	Europe/Berlin	49.20934	12.72106				02	093	09372	09372116
2838437	Schlömen	schlomen	DE		0	Europe/Berlin	50.07549	11.57366				02	094	09477	09477143
2838441	Schlögelmühle	schlogelmuhle	DE		0	Europe/Berlin	47.69386	10.86303				02	091	09190	09190154
2838443	Schloditz	schloditz	DE		0	Europe/Berlin	50.45511	12.20326				13	00	14523	14523420
2838445	Schlockow	schlockow	DE		0	Europe/Berlin	53.76667	12.9				12	00	13071	13071048
2838447	Schlockenau	schlockenau	DE		0	Europe/Berlin	50.21836	11.61562				02	094	09477	09477117
2838452	Schloburg	schloburg	DE		0	Europe/Berlin	53.79928	9.61741				10	00	01061	01061044
2838455	Schlitzenhausen	schlitzenhausen	DE		0	Europe/Berlin	50.66305	10.00468		Schlitzenhausen		05	066	06631	06631023
2838462	Schlittenhart	schlittenhart	DE		0	Europe/Berlin	48.96667	10.76667				02	095	09577	09577173
2838465	Schlitten	schlitten	DE		0	Europe/Berlin	47.8535	11.04114				02	091	09190	09190158
2838468	Schlipsheim	schlipsheim	DE		0	Europe/Berlin	48.37778	10.78611		Schlipsheim		02	097	09772	09772184
2838469	Schliprüthen	schlipruethen	DE		0	Europe/Berlin	51.23318	8.0837				07	059	05966	05966012
2838470	Schlipps	schlipps	DE		0	Europe/Berlin	48.43466	11.55534				02	091	09178	09178133
2838473	Schlipfham	schlipfham	DE		0	Europe/Berlin	47.82785	12.07088				02	091	09163	09163000
2838474	Schlipfhalden	schlipfhalden	DE		0	Europe/Berlin	47.45996	10.07894				02	097	09780	09780113
2838479	Schlinghofen	schlinghofen	DE		0	Europe/Berlin	51.03333	7.1				07	053	05378	05378020
2838481	Schlingenthal	schlingenthal	DE		0	Europe/Berlin	50.95094	7.36599				07	053	05378	05378024
2838485	Schlingen	schlingen	DE		0	Europe/Berlin	47.96964	10.62092				02	097	09778	09778116
2838487	Schling	schling	DE		0	Europe/Berlin	51.90414	8.85635				07	057	05766	05766020
2838488	Schlinding	schlinding	DE		0	Europe/Berlin	48.75366	13.28058				02	092	09272	09272150
2838489	Schlimpfhof	schlimpfhof	DE		0	Europe/Berlin	50.21757	9.97304				02	096	09672	09672139
2838490	Schlimmerstätt	schlimmerstatt	DE		0	Europe/Berlin	47.90213	12.07771				02	091	09187	09187137
2838493	Schlieven	schlieven	DE		0	Europe/Berlin	53.48907	11.73409				12	00	13076	13076035
2838495	Schliestedt	schliestedt	DE		0	Europe/Berlin	52.13507	10.80488				06	00	03158	03158027
2838497	Schließkenberg	schliesskenberg	DE		0	Europe/Berlin	52.68533	14.2448				11	00	12064	12064365
2838501	Schlierstadt	schlierstadt	DE		0	Europe/Berlin	49.45515	9.36555		Schlierstadt		01	082	08225	08225075
2838507	Schlierholz	schlierholz	DE		0	Europe/Berlin	47.84652	12.2219				02	091	09187	09187167
2838509	Schlierberg	schlierberg	DE		0	Europe/Berlin	49.1168	10.48				02	095	09571	09571170
2838532	Schliepsiek	schliepsiek	DE		0	Europe/Berlin	52.21078	8.6302				07	057	05758	05758020
2838537	Schliekum	schliekum	DE		0	Europe/Berlin	52.23674	9.81937				06	00	03254	03254028
2838540	Schlieffenberg	schlieffenberg	DE		0	Europe/Berlin	53.81268	12.39162				12	00	13072	13072063
2838543	Schliecksdorf	schliecksdorf	DE		0	Europe/Berlin	52.79476	11.68205				14	00	15090	15090415
2838544	Schlieckau	schlieckau	DE		0	Europe/Berlin	52.95324	10.70566				06	00	03360	03360024
2838550	Schlickenried	schlickenried	DE		0	Europe/Berlin	47.87652	11.59813				02	091	09173	09173118
2838552	Schlickelde	schlickelde	DE		0	Europe/Berlin	52.33787	7.73839				07	055	05566	05566072
2838553	Schlickburg	schlickburg	DE		0	Europe/Berlin	53.6983	9.58763				10	00	01056	01056037
2838556	Schlichtrott	schlichtrott	DE		0	Europe/Berlin	53.97859	10.464				10	00	01060	01060067
2838561	Schlichthorst	schlichthorst	DE		0	Europe/Berlin	52.49042	7.75057				06	00	03459	03459026
2838566	Schlichtenberg	schlichtenberg	DE		0	Europe/Berlin	48.84557	13.6527				02	092	09272	09272126
2838567	Schlichten	schlichten	DE		0	Europe/Berlin	53.68112	9.19202				06	00	03352	03352022
2838568	Schlichten	schlichten	DE		0	Europe/Berlin	48.77172	9.503				01	081	08119	08119067
2838569	Schlichten	schlichten	DE		0	Europe/Berlin	48.07389	12.75425				02	091	09189	09189152
2838572	Schlicht	schlicht	DE		0	Europe/Berlin	53.36838	13.44233				12	00	13071	13071033
2838573	Schlicht	schlicht	DE		0	Europe/Berlin	49.6073	11.79265				02	093	09371	09371156
2838574	Schlicht	schlicht	DE		0	Europe/Berlin	48.16647	12.2369				02	091	09183	09183140
2838575	Schlicht	schlicht	DE		0	Europe/Berlin	47.86667	8.2				01	083	08315	08315068
2838578	Schlichow	schlichow	DE		0	Europe/Berlin	51.76184	14.41437		Schlichow,Slichow,Šlichow		11	00	12052	12052000
2838579	Schlicherum	schlicherum	DE		0	Europe/Berlin	51.14328	6.72243				07	051	05162	05162024
2838580	Schlichenweiler	schlichenweiler	DE		0	Europe/Berlin	48.93602	9.54663				01	081	08119	08119004
2838581	Schlichenreuth	schlichenreuth	DE		0	Europe/Berlin	49.66632	11.18515				02	094	09474	09474132
2838582	Schlichenhöfle	schlichenhofle	DE		0	Europe/Berlin	48.92382	9.57388				01	081	08119	08119004
2838583	Schlichenbach	schlichenbach	DE		0	Europe/Berlin	50.9056	7.31174				07	053	05382	05382036
2838586	Schlich	schlich	DE		0	Europe/Berlin	51.16874	6.55609				07	051	05162	05162020
2838587	Schlich	schlich	DE		0	Europe/Berlin	51.13865	6.53481				07	051	05162	05162012
2838588	Schlich	schlich	DE		0	Europe/Berlin	50.80013	6.39997				07	053	05358	05358032
2838589	Schlibeck	schlibeck	DE		0	Europe/Berlin	51.32134	6.32417				07	051	05166	05166008
2838590	Schleyreuth	schleyreuth	DE		0	Europe/Berlin	50.19733	11.3535				02	094	09476	09476185
2838592	Schlewecke	schlewecke	DE		0	Europe/Berlin	52.04067	10.13772				06	00	03254	03254008
2838593	Schlewecke	schlewecke	DE		0	Europe/Berlin	51.89779	10.53846				06	00	03153	03153002
2838594	Schleußig	schleussig	DE		0	Europe/Berlin	51.32342	12.34387				13	00	14713	14713000
2838595	Schleuß	schleuss	DE		0	Europe/Berlin	52.51559	11.72413				14	00	15090	15090546
2838596	Schleuskau	schleuskau	DE		0	Europe/Berlin	51.0354	11.73869				15	00	16074	16074019
2838597	Schleusingerneundorf	schleusingerneundorf	DE		0	Europe/Berlin	50.54268	10.82659				15	00	16069	16069043
2838771	Schlegldorf	schlegldorf	DE		0	Europe/Berlin	47.70088	11.55594				02	091	09173	09173135
2838605	Schleusenow	schleusenow	DE		0	Europe/Berlin	53.32667	10.77295				12	00	13076	13076136
2838613	Schleusenfeld	schleusenfeld	DE		0	Europe/Berlin	53.6897	9.22408		Im Schleusenfeld,Schleusenfeld		06	00	03359	03359019
2838617	Schleuer	schleuer	DE		0	Europe/Berlin	53.76141	9.43923				10	00	01061	01061118
2838620	Schletzenrod	schletzenrod	DE		0	Europe/Berlin	50.75438	9.63927				05	066	06632	06632008
2838621	Schletzenhausen	schletzenhausen	DE		0	Europe/Berlin	50.52019	9.49202				05	066	06631	06631014
2838622	Schlettwein	schlettwein	DE		0	Europe/Berlin	50.69494	11.56371				15	00	16075	16075085
2838629	Schlettach	schlettach	DE		0	Europe/Berlin	50.2726	10.86146		Schlettach		02	094	09473	09473175
2838630	Schletta	schletta	DE		0	Europe/Berlin	51.15519	13.42981		Schletta		13	00	14627	14627080
2838631	Schletau	schletau	DE		0	Europe/Berlin	52.91973	11.35817				06	00	03354	03354015
2838636	Schlesin	schlesin	DE		0	Europe/Berlin	53.20541	11.24046				12	00	13076	13076053
2838643	Schleptrup	schleptrup	DE		0	Europe/Berlin	52.38817	8.02428				06	00	03459	03459014
2838645	Schleppenburg	schleppenburg	DE		0	Europe/Berlin	52.48996	7.95049				06	00	03459	03459001
2838646	Schlepkow	schlepkow	DE		0	Europe/Berlin	53.42055	13.69155				11	00	12073	12073579
2838649	Schleper	schleper	DE		0	Europe/Berlin	52.7	7.43333				06	00	03454	03454019
2838652	Schlenzer	schlenzer	DE		0	Europe/Berlin	51.96136	13.24843				11	00	12072	12072298
2838659	Schlempertshof	schlempertshof	DE		0	Europe/Berlin	49.61452	9.41359				01	082	08225	08225039
2838661	Schlempenfeld	schlempenfeld	DE		0	Europe/Berlin	47.95209	7.95335				01	083	08315	08315064
2838671	Bad Schlema	bad-schlema	DE		5540	Europe/Berlin	50.60257	12.67288		Niederschlema,Schlema		13	00	14521	14521035
2838679	Schleißweiler	schleissweiler	DE		0	Europe/Berlin	48.99272	9.53708				01	081	08119	08119075
2838684	Schleißdorf	schleissdorf	DE		0	Europe/Berlin	49.47757	12.0241				02	093	09371	09371122
2838687	Schleißbach	schleissbach	DE		0	Europe/Berlin	48.65	11.78333				02	092	09273	09273147
2838690	Schleinsee	schleinsee	DE		0	Europe/Berlin	47.61667	9.63333		Schleinsee		01	084	08435	08435057
2838694	Schleinitz	schleinitz	DE		0	Europe/Berlin	51.16366	13.27414				13	00	14627	14627180
2838695	Schleinitz	schleinitz	DE		0	Europe/Berlin	51.0819	11.94998		Schleinitz		14	00	15084	15084013
2838696	Schleinhof	schleinhof	DE		0	Europe/Berlin	49.59736	11.18557				02	094	09474	09474144
2838710	Schleifhäusle	schleifhausle	DE		0	Europe/Berlin	48.94573	10.12124				01	081	08136	08136019
2838716	Schleifenhan	schleifenhan	DE		0	Europe/Berlin	50.15278	10.92096				02	094	09473	09473138
2838732	Schleif	schleif	DE		0	Europe/Berlin	49.79803	12.29085				02	093	09377	09377146
2838733	Schleierhof	schleierhof	DE		0	Europe/Berlin	49.31418	9.57				01	081	08126	08126028
2838736	Schleidweiler	schleidweiler	DE		0	Europe/Berlin	49.88147	6.66063				08	00	07235	07235151
2838751	Schleichwies	schleichwies	DE		0	Europe/Berlin	48.34867	12.29872				02	092	09274	09274193
2838755	Schleicher	schleicher	DE		0	Europe/Berlin	49.05801	13.252				02	092	09276	09276130
2838757	Schleibnitz	schleibnitz	DE		0	Europe/Berlin	52.07625	11.48518		Schleibnitz		14	00	15083	15083531
2838758	Schleibing	schleibing	DE		0	Europe/Berlin	48.41591	12.05219				02	091	09177	09177124
2838760	Schleibach	schleibach	DE		0	Europe/Berlin	50.84877	6.14779				07	053	05334	05334004
2838767	Schlehecken	schlehecken	DE		0	Europe/Berlin	50.90823	7.23475				07	053	05382	05382028
2838776	Schlegelsberg	schlegelsberg	DE		0	Europe/Berlin	48.02559	10.3491		Schlegelsberg		02	097	09778	09778136
2838777	Schlegelsberg	schlegelsberg	DE		0	Europe/Berlin	47.81043	9.80935				01	084	08436	08436085
2838781	Schlegelhaid	schlegelhaid	DE		0	Europe/Berlin	50.30955	11.51081				02	094	09476	09476177
2838782	Schlegeler Feldhäuser	schlegeler-feldhaeuser	DE		0	Europe/Berlin	50.96029	14.87716				13	00	14626	14626610
2838799	Schleeßel	schleessel	DE		0	Europe/Berlin	53.14334	9.26215				06	00	03357	03357037
2838802	Schleerieth	schleerieth	DE		0	Europe/Berlin	50.01855	10.09729				02	096	09678	09678193
2838804	Schleenhain	schleenhain	DE		0	Europe/Berlin	51.11667	12.36667		Schleenhain		13	00	14729	14729170
2838806	Schleen	schleen	DE		0	Europe/Berlin	53.61154	7.36622				06	00	03452	03452007
2838807	Schleehof	schleehof	DE		0	Europe/Berlin	49.82769	9.90278				02	096	09679	09679202
2838808	Schleehardshof	schleehardshof	DE		0	Europe/Berlin	49.20316	10.12158				01	081	08127	08127073
2838809	Schleefeld	schleefeld	DE		0	Europe/Berlin	48.1	12.16667				02	091	09183	09183139
2838810	Schleeburg	schleeburg	DE		0	Europe/Berlin	48.55445	12.82084				02	092	09277	09277111
2838811	Schleebuch	schleebuch	DE		0	Europe/Berlin	48.28456	10.23634				02	097	09775	09775149
2838812	Schleeberg	schleeberg	DE		0	Europe/Berlin	48.92241	13.14368				02	092	09276	09276126
2838817	Schlederloh	schlederloh	DE		0	Europe/Berlin	47.93325	11.42698				02	091	09173	09173130
2838818	Schledehausen	schledehausen	DE		0	Europe/Berlin	52.73286	8.22618				06	00	03460	03460001
2838819	Schledehausen	schledehausen	DE		0	Europe/Berlin	52.28143	8.24015				06	00	03459	03459012
2838825	Schleckweda	schleckweda	DE		0	Europe/Berlin	51.00962	12.02381				14	00	15084	15084565
2838826	Schleckheim	schleckheim	DE		0	Europe/Berlin	50.72054	6.15417		Schleckheim		07	053	05334	05334002
2838828	Schlechtnau	schlechtnau	DE		0	Europe/Berlin	47.81742	7.93908				01	083	08336	08336087
2838829	Schlechtingerort	schlechtingerort	DE		0	Europe/Berlin	52.4869	8.64194				07	057	05770	05770040
2838830	Schlechtingen	schlechtingen	DE		0	Europe/Berlin	50.86076	7.74975				07	053	05374	05374028
2838832	Schlechtenwegen	schlechtenwegen	DE		0	Europe/Berlin	50.54026	9.42503		Schlechtenwegen		05	065	06535	06535008
2838833	Schlechtenfeld	schlechtenfeld	DE		0	Europe/Berlin	48.2742	9.66381				01	084	08425	08425033
2838834	Schlechtenberg	schlechtenberg	DE		0	Europe/Berlin	47.68103	10.38562				02	097	09780	09780140
2838837	Schlechtbach	schlechtbach	DE		0	Europe/Berlin	48.91412	9.76599				01	081	08136	08136027
2838838	Schlechtbach	schlechtbach	DE		0	Europe/Berlin	47.69457	7.89857				01	083	08336	08336081
2838840	Schlecht	schlecht	DE		0	Europe/Berlin	47.76437	12.14594				02	091	09187	09187154
2838843	Schlebuschrath	schlebuschrath	DE		0	Europe/Berlin	51.04181	7.02269				07	053	05316	05316000
2838844	Schlebusch	schlebusch	DE		0	Europe/Berlin	51.02844	7.0507				07	053	05316	05316000
2838847	Schleben	schleben	DE		0	Europe/Berlin	51.24627	13.0114				13	00	14730	14730200
2838852	Schlausenbach	schlausenbach	DE		0	Europe/Berlin	50.28277	6.35563		Schlausenbach		08	00	07232	07232202
2838853	Schlauroth	schlauroth	DE		0	Europe/Berlin	51.1461	14.92275		Schlauroth		13	00	14626	14626110
2838855	Schlauersbach	schlauersbach	DE		0	Europe/Berlin	49.27204	10.75438		Schlauersbach		02	095	09571	09571175
2838857	Schlauditz	schlauditz	DE		0	Europe/Berlin	50.81667	12.36667				13	00	14524	14524030
2838863	Schlaubehammer	schlaubehammer	DE		0	Europe/Berlin	52.24525	14.47174				11	00	12067	12067180
2838866	Schlatzendorf	schlatzendorf	DE		0	Europe/Berlin	49.06955	12.89757				02	092	09276	09276144
2838868	Schlatt	schlatt	DE		0	Europe/Berlin	47.80527	8.8366		Schlatt,Schlatt unter Krahen,Schlatt unter Krähen		01	083	08335	08335075
2838869	Schlattstall	schlattstall	DE		0	Europe/Berlin	48.5262	9.49532				01	081	08116	08116079
2838871	Schlatthof	schlatthof	DE		0	Europe/Berlin	48.7761	9.82165				01	081	08136	08136079
2838876	Schlattein	schlattein	DE		0	Europe/Berlin	49.75859	12.28091				02	093	09374	09374121
2838878	Schlattan	schlattan	DE		0	Europe/Berlin	47.48946	11.14742				02	091	09180	09180117
2838879	Schlatt am Randen	schlatt-am-randen	DE		0	Europe/Berlin	47.7706	8.70214		Schlatt		01	083	08335	08335035
2838880	Schlatt	schlatt	DE		0	Europe/Berlin	47.65	8.13333				01	083	08337	08337002
2838881	Schlatt	schlatt	DE		0	Europe/Berlin	48.34393	9.02527				01	084	08417	08417031
2838882	Schlatt	schlatt	DE		0	Europe/Berlin	47.92566	7.67192		Schlatt		01	083	08315	08315006
2838883	Schlatt	schlatt	DE		0	Europe/Berlin	47.62369	9.53986				01	084	08435	08435013
2838887	Schlatkow	schlatkow	DE		0	Europe/Berlin	53.92153	13.58116				12	00	13075	13075125
2838890	Schlarpe	schlarpe	DE		0	Europe/Berlin	51.65024	9.75623				06	00	03155	03155012
2838896	Schlapphörn	schlapphoern	DE		0	Europe/Berlin	54.35	8.93333				10	00	01054	01054095
2838898	Schlappenreuth	schlappenreuth	DE		0	Europe/Berlin	49.98589	11.06083				02	094	09471	09471185
2838899	Schlappach	schlappach	DE		0	Europe/Berlin	49.99794	11.47457				02	094	09477	09477142
2838900	Schlanzschwitz	schlanzschwitz	DE		0	Europe/Berlin	51.24915	13.07878				13	00	14730	14730200
2838901	Schlanze	schlanze	DE		0	Europe/Berlin	52.97925	10.98156				06	00	03354	03354024
2838903	Schlannau	schlannau	DE		0	Europe/Berlin	52.95226	10.89732				06	00	03354	03354002
2838906	Schlankau	schlankau	DE		0	Europe/Berlin	53.06943	10.76634				06	00	03360	03360022
2838907	Schlänitzsee	schlaenitzsee	DE		0	Europe/Berlin	52.45101	12.96178				11	00	12054	12054000
2838911	Schlangenluch	schlangenluch	DE		0	Europe/Berlin	52.42047	13.82484				11	00	12067	12067201
2838912	Schlangenhäuser	schlangenhaeuser	DE		0	Europe/Berlin	51.40874	14.87676				13	00	14626	14626460
2838926	Schlammering	schlammering	DE		0	Europe/Berlin	49.2532	12.71408				02	093	09372	09372116
2838930	Schlamersdorf	schlamersdorf	DE		0	Europe/Berlin	54.03967	10.3924				10	00	01060	01060075
2838931	Schlamersdorf	schlamersdorf	DE		0	Europe/Berlin	53.83533	10.34187		Schlamersdorf		10	00	01062	01062092
2838932	Schlamberg	schlamberg	DE		0	Europe/Berlin	48.69496	12.06306				02	092	09274	09274176
2838933	Schlamau	schlamau	DE		0	Europe/Berlin	52.13182	12.44789				11	00	12069	12069665
2838936	Schlalach	schlalach	DE		0	Europe/Berlin	52.14576	12.84488		Schlalach		11	00	12069	12069402
2838937	Schlakendorf	schlakendorf	DE		0	Europe/Berlin	53.81041	12.75681				12	00	13071	13071109
2838942	Schlaifhausen	schlaifhausen	DE		0	Europe/Berlin	49.70744	11.15378				02	094	09474	09474175
2838944	Schlahe	schlahe	DE		0	Europe/Berlin	52.64598	8.78563				06	00	03251	03251040
2838945	Schlagwitz	schlagwitz	DE		0	Europe/Berlin	51.23188	13.05974				13	00	14730	14730200
2838946	Schlagwitz	schlagwitz	DE		0	Europe/Berlin	51.18287	13.09577				13	00	14522	14522450
2838947	Schlagwitz	schlagwitz	DE		0	Europe/Berlin	50.8956	12.62791		Durrenuhlsdorf-Schlagwitz,Dürrenuhlsdorf-Schlagwitz,Schlagwitz		13	00	14524	14524290
2838949	Schlagtow	schlagtow	DE		0	Europe/Berlin	54.00888	13.50168				12	00	13075	13075041
2838950	Schlagte	schlagte	DE		0	Europe/Berlin	53.05231	10.74051				06	00	03360	03360026
2838951	Schlagsülsdorf	schlagsuelsdorf	DE		0	Europe/Berlin	53.77966	10.82256				12	00	13074	13074078
2838952	Schlagstein	schlagstein	DE		0	Europe/Berlin	50.72314	6.45669		Schlagstein		07	053	05358	05358028
2838957	Schlagresdorf	schlagresdorf	DE		0	Europe/Berlin	53.74668	10.85157				12	00	13074	13074073
2838958	Schlagpfütze	schlagpfuetze	DE		0	Europe/Berlin	50.93333	8.7				05	065	06534	06534015
2838964	Schlaghäuseln	schlaghauseln	DE		0	Europe/Berlin	48.50947	11.85081				02	091	09178	09178155
2838967	Schlageten	schlageten	DE		0	Europe/Berlin	47.70721	8.12316				01	083	08337	08337097
2838977	Schlagenhofen	schlagenhofen	DE		0	Europe/Berlin	48.04297	11.16091				02	091	09188	09188126
2838982	Schlage	schlage	DE		0	Europe/Berlin	54.01704	12.2682				12	00	13072	13072029
2838983	Schlagbrügge	schlagbruegge	DE		0	Europe/Berlin	53.72231	10.84402				12	00	13074	13074073
2838991	Schlaga	schlaga	DE		0	Europe/Berlin	50.54442	11.41731				15	00	16073	16073067
2838992	Schlag	schlag	DE		0	Europe/Berlin	48.9241	13.24323				02	092	09276	09276127
2838993	Schlag	schlag	DE		0	Europe/Berlin	48.84955	13.39353				02	092	09272	09272120
2838994	Schlag	schlag	DE		0	Europe/Berlin	48.83487	13.26427				02	092	09272	09272128
2838995	Schlag	schlag	DE		0	Europe/Berlin	47.81004	11.05691				02	091	09190	09190139
2839006	Schladitz	schladitz	DE		0	Europe/Berlin	51.4653	12.26448				13	00	14730	14730340
2839007	Schladitz	schladitz	DE		0	Europe/Berlin	51.43382	12.35662				13	00	14730	14730250
2839008	Schladern	schladern	DE		0	Europe/Berlin	50.80951	7.59087				07	053	05382	05382076
2839012	Schladebach	schladebach	DE		0	Europe/Berlin	51.3191	12.11389				14	00	15088	15088205
2839013	Schlade	schlade	DE		0	Europe/Berlin	52.98333	8.83333				06	00	03251	03251047
2839018	Schlackenhof	schlackenhof	DE		0	Europe/Berlin	49.85973	11.85245				02	093	09377	09377129
2839019	Schlackendorf	schlackendorf	DE		0	Europe/Berlin	53.9	12.58333				12	00	13072	13072049
2839024	Schlachtham	schlachtham	DE		0	Europe/Berlin	47.8233	11.94059				02	091	09182	09182123
2839025	Schlachters	schlachters	DE		0	Europe/Berlin	47.58816	9.74645				02	097	09776	09776126
2839027	Schlachtensee	schlachtensee	DE		0	Europe/Berlin	52.44278	13.21667				16	00	11000	11000000
2839029	Schlächtenhaus	schlachtenhaus	DE		0	Europe/Berlin	47.69064	7.73755				01	083	08336	08336084
2839032	Schlacht	schlacht	DE		0	Europe/Berlin	48.0052	11.84403				02	091	09175	09175121
2839035	Schlaborn	schlaborn	DE		0	Europe/Berlin	53.13594	12.87721				11	00	12068	12068353
2839042	Schkortitz	schkortitz	DE		0	Europe/Berlin	51.21147	12.78713		Schkortitz		13	00	14729	14729160
2839043	Schkorlopp	schkorlopp	DE		0	Europe/Berlin	51.24332	12.23184		Gross-Schkorlopp,Groß-Schkorlopp,Klein Schkorlopp,Schkorlopp		13	00	14729	14729350
2839046	Schköna	schkoena	DE		801	Europe/Berlin	51.68101	12.53721		Schkona,Schköna		14	00	15091	15091110
2839048	Schkölen	schkoelen	DE		0	Europe/Berlin	51.26433	12.20942				13	00	14729	14729270
2839049	Schkölen	schkoelen	DE		2909	Europe/Berlin	51.04166	11.82141		Schkoelen,Schkolen,Schkölen,Shkelen,Shkjolen,ashkwln,shi ke lun,shkwln,Шкелен,Шкёлен,اشکولن,شكولن,施克伦		15	00	16074	16074116
2839051	Schkeitbar	schkeitbar	DE		0	Europe/Berlin	51.25354	12.22212				13	00	14729	14729270
2839052	Schkauditz	schkauditz	DE		0	Europe/Berlin	51.02376	12.04374				14	00	15084	15084565
2839053	Schirumer Leegmoor	schirumer-leegmoor	DE		0	Europe/Berlin	53.42362	7.48571				06	00	03452	03452001
2839055	Schirum	schirum	DE		0	Europe/Berlin	53.43487	7.51034		Schirum		06	00	03452	03452001
2839057	Schirradorf	schirradorf	DE		0	Europe/Berlin	50.00086	11.29988				02	094	09477	09477164
2839059	Schirpfentobel	schirpfentobel	DE		0	Europe/Berlin	47.54484	9.84622				02	097	09776	09776125
2839060	Schirpendhünn	schirpendhuenn	DE		0	Europe/Berlin	51.06667	7.21667				07	053	05378	05378012
2839061	Schirnsdorf	schirnsdorf	DE		0	Europe/Berlin	49.74324	10.78112				02	095	09572	09572143
2839062	Schirnrod	schirnrod	DE		0	Europe/Berlin	50.45061	10.97381				15	00	16069	16069012
2839064	Schirnewitz	schirnewitz	DE		0	Europe/Berlin	50.84497	11.55384				15	00	16074	16074002
2839065	Schirndorf	schirndorf	DE		0	Europe/Berlin	49.17898	11.99089				02	093	09375	09375156
2839067	Schirnbrunn	schirnbrunn	DE		0	Europe/Berlin	49.78328	12.2633				02	093	09377	09377146
2839071	Schirnau	schirnau	DE		0	Europe/Berlin	54.34723	9.74952				10	00	01058	01058035
2839072	Schirnaidel	schirnaidel	DE		0	Europe/Berlin	49.78471	11.06932				02	094	09474	09474123
2839075	Schirmenitz	schirmenitz	DE		0	Europe/Berlin	51.39175	13.185				13	00	14730	14730050
2839076	Schirmdorf	schirmdorf	DE		0	Europe/Berlin	49.42002	12.27997				02	093	09376	09376112
2839080	Schirmbach	schirmbach	DE		0	Europe/Berlin	49.48387	10.04202				01	081	08128	08128020
2839081	Schirmbach	schirmbach	DE		0	Europe/Berlin	48.74118	12.02483				02	092	09274	09274176
2839083	Schirl	schirl	DE		0	Europe/Berlin	52.02479	7.87887				07	055	05570	05570032
2839088	Schirick	schirick	DE		0	Europe/Berlin	51.26743	6.34763				07	051	05166	05166032
2839095	Schipphorsterfeld	schipphorsterfeld	DE		0	Europe/Berlin	54.06667	10.15				10	00	01057	01057068
2839096	Schipphorst	schipphorst	DE		0	Europe/Berlin	54.08295	10.1538				10	00	01057	01057068
2839098	Schippach	schippach	DE		0	Europe/Berlin	49.8285	9.20223				02	096	09676	09676121
2839099	Schippach	schippach	DE		0	Europe/Berlin	49.67098	9.31634				02	096	09676	09676139
2839104	Schiol	schiol	DE		0	Europe/Berlin	54.75	9.73333				10	00	01059	01059186
2839106	Schinna	schinna	DE		0	Europe/Berlin	52.53661	9.07569				06	00	03256	03256032
2839109	Schinkel über Kiel	schinkel-ueber-kiel	DE		0	Europe/Berlin	54.36667	9.95				10	00	01058	01058142
2839110	Schinkeler Hütten	schinkeler-huetten	DE		0	Europe/Berlin	54.36831	9.95325				10	00	01058	01058142
2839123	Schinditz	schinditz	DE		0	Europe/Berlin	51.06191	11.7213				15	00	16074	16074011
2839133	Schindelwald	schindelwald	DE		0	Europe/Berlin	50.20415	11.60987				02	094	09477	09477117
2839136	Schindelstatt	schindelstatt	DE		0	Europe/Berlin	48.72434	13.70721				02	092	09272	09272129
2839137	Schindelsee	schindelsee	DE		0	Europe/Berlin	49.89036	10.65344				02	096	09674	09674187
2839138	Schindeln	schindeln	DE		0	Europe/Berlin	47.77259	7.87694				01	083	08336	08336094
2839139	Schindellohe	schindellohe	DE		0	Europe/Berlin	49.93991	12.01838				02	093	09377	09377148
2839142	Schindelhöfe	schindelhoefe	DE		0	Europe/Berlin	52.86667	11.81667				14	00	15090	15090520
2839147	Schindelberg	schindelberg	DE		0	Europe/Berlin	47.52739	10.00283				02	097	09780	09780132
2839152	Schindelbach	schindelbach	DE		0	Europe/Berlin	50.60988	13.13216				13	00	14521	14521250
2839153	Schindelbach	schindelbach	DE		0	Europe/Berlin	47.91233	9.66871				01	084	08436	08436008
2839160	Schimsheim	schimsheim	DE		0	Europe/Berlin	49.81586	8.06168				08	00	07331	07331004
2839162	Schimpfhausen	schimpfhausen	DE		0	Europe/Berlin	48.54129	12.85928				02	092	09277	09277111
2839169	Schimmendorf	schimmendorf	DE		0	Europe/Berlin	50.15601	11.35858				02	094	09477	09477136
2839176	Schimmelhörn	schimmelhoern	DE		0	Europe/Berlin	54.3	8.86667				10	00	01054	01054138
2839178	Schimmelhof	schimmelhof	DE		0	Europe/Berlin	49.04724	10.0187				01	081	08136	08136060
2839181	Schimmel	schimmel	DE		0	Europe/Berlin	51.17303	11.57307				14	00	15084	15084012
2839182	Schimmel	schimmel	DE		0	Europe/Berlin	50.45	12.7		Am Schimmel,Schimmel		13	00	14521	14521320
2839186	Schimborn	schimborn	DE		0	Europe/Berlin	50.05434	9.18883		Schimborn		02	096	09671	09671143
2839188	Schimbach	schimbach	DE		0	Europe/Berlin	49.56667	8.75				05	064	06431	06431004
2839190	Schiltorn	schiltorn	DE		0	Europe/Berlin	48.78972	12.91155				02	092	09271	09271146
2839192	Schiltern	schiltern	DE		0	Europe/Berlin	49.54149	12.19968				02	093	09376	09376150
2839200	Schillwitzried	schillwitzried	DE		0	Europe/Berlin	48.70944	11.63313				02	091	09186	09186122
2839201	Schillwitzhausen	schillwitzhausen	DE		0	Europe/Berlin	48.70791	11.62478				02	091	09186	09186122
2839205	Schillöd	schillod	DE		0	Europe/Berlin	48.58583	12.96917				02	092	09277	09277142
2839208	Schillingstadt	schillingstadt	DE		0	Europe/Berlin	49.45924	9.57329		Schillingstadt		01	081	08128	08128138
2839209	Schillingsrott	schillingsrott	DE		0	Europe/Berlin	50.88333	6.98333				07	053	05315	05315000
2839210	Schillingshof	schillingshof	DE		0	Europe/Berlin	50.73333	11.16667				15	00	16070	16070048
2839211	Schillingshof	schillingshof	DE		0	Europe/Berlin	48.7	9.78333				01	081	08117	08117015
2839215	Schillingsbostel	schillingsbostel	DE		0	Europe/Berlin	53.2532	9.732				06	00	03353	03353027
2839217	Schillinghof	schillinghof	DE		0	Europe/Berlin	48.90015	9.6944				01	081	08119	08119037
2839220	Schillingerberg	schillingerberg	DE		0	Europe/Berlin	48.16755	7.96096				01	083	08316	08316054
2839228	Schillighof	schillighof	DE		0	Europe/Berlin	47.68885	7.77781				01	083	08336	08336084
2839229	Schillig	schillig	DE		2000	Europe/Berlin	53.70378	8.0217		Schillig,Shilling,Шиллинг		06	00	03455	03455020
2839231	Schillhofen	schillhofen	DE		0	Europe/Berlin	48.32395	11.44435				02	091	09174	09174141
2839234	Schillertswiesen	schillertswiesen	DE		0	Europe/Berlin	49.10812	12.39896				02	093	09372	09372167
2839236	Schillerslage	schillerslage	DE		0	Europe/Berlin	52.46668	9.9755				06	00	03241	03241003
2839238	Schillersdorf	schillersdorf	DE		0	Europe/Berlin	53.34092	12.84267				12	00	13071	13071099
2839242	Schillerhöhe	schillerhohe	DE		0	Europe/Berlin	48.78658	9.054		Gerlingen-Schillerhoehe		01	081	08118	08118019
2839255	Schillbrok	schillbrok	DE		0	Europe/Berlin	53.03544	8.59176				06	00	03401	03401000
2839258	Schilksee	schilksee	DE		0	Europe/Berlin	54.41833	10.17193		Schilksee		10	00	01002	01002000
2839263	Schilfa	schilfa	DE		0	Europe/Berlin	51.19015	10.97002				15	00	16068	16068013
2839264	Schildwende	schildwende	DE		0	Europe/Berlin	47.93127	8.14735				01	083	08315	08315113
2839265	Schildthurn	schildthurn	DE		0	Europe/Berlin	48.3014	12.86087		Schildthurn		02	092	09277	09277154
2839268	Schildorn	schildorn	DE		0	Europe/Berlin	48.45919	13.13727				02	092	09275	09275124
2839269	Schildmannsberg	schildmannsberg	DE		0	Europe/Berlin	48.39649	12.80634				02	092	09277	09277124
2839272	Schilding	schilding	DE		0	Europe/Berlin	47.76114	12.18015				02	091	09187	09187172
2839274	Schildhorst	schildhorst	DE		0	Europe/Berlin	51.91819	9.93451				06	00	03254	03254042
2839277	Schildgen	schildgen	DE		0	Europe/Berlin	51.01906	7.08244		Schildgen		07	053	05378	05378004
2839278	Schildgen	schildgen	DE		0	Europe/Berlin	50.83333	6.78333				07	053	05362	05362020
2839281	Schildesche-Bauerschaft	schildesche-bauerschaft	DE		0	Europe/Berlin	52.06667	8.56667				07	057	05711	05711000
2839282	Schildesche	schildesche	DE		0	Europe/Berlin	52.05136	8.55652				07	057	05711	05711000
2839283	Schildertschlag	schildertschlag	DE		0	Europe/Berlin	48.87341	13.36427				02	092	09272	09272120
2839284	Schilderhain	schilderhain	DE		0	Europe/Berlin	51.44524	12.93042				13	00	14730	14730045
2839289	Schildeck	schildeck	DE		0	Europe/Berlin	50.28967	9.86555				02	096	09672	09672149
2839291	Schilde	schilde	DE		0	Europe/Berlin	53.0521	11.77185				11	00	12070	12070416
2839293	Schilddorf	schilddorf	DE		0	Europe/Berlin	52.77309	11.7553				14	00	15090	15090415
2839295	Schildberg	schildberg	DE		0	Europe/Berlin	53.78667	11.20527				12	00	13074	13074071
2839185	Schimm	schimm	DE	23972	0	Europe/Berlin	52.21217	8.25457				06	00	03459	03459024
2839309	Schilchau	schilchau	DE		0	Europe/Berlin	48.04731	12.28879				02	091	09187	09187126
2839310	Schilbach	schilbach	DE		0	Europe/Berlin	50.48855	11.82519				15	00	16075	16075132
2839311	Schilbach	schilbach	DE		0	Europe/Berlin	50.39353	12.29815				13	00	14523	14523370
2839312	Schign	schign	DE		0	Europe/Berlin	47.87161	12.89093				02	091	09172	09172130
2839313	Schiggendorf	schiggendorf	DE		0	Europe/Berlin	47.7218	9.28295				01	084	08435	08435036
2839315	Schiftung	schiftung	DE		0	Europe/Berlin	48.76887	8.09714				01	082	08216	08216049
2839322	Schiffrain	schiffrain	DE		0	Europe/Berlin	49.0041	9.45168				01	081	08119	08119053
2839325	Schiffmühle	schiffmuehle	DE		0	Europe/Berlin	52.80676	14.04456				11	00	12064	12064044
2839342	Schiffenberg	schiffenberg	DE		0	Europe/Berlin	50.55554	8.72246				05	065	06531	06531005
2839343	Schiffelborn	schiffelborn	DE		0	Europe/Berlin	51.03333	9.15				05	066	06634	06634027
2839344	Schiffelbach	schiffelbach	DE		0	Europe/Berlin	50.94915	8.99389		Schiffelbach		05	066	06635	06635012
2839349	Schiffbek	schiffbek	DE		0	Europe/Berlin	53.53333	10.11667				04	00	02000	02000000
2839356	Schietingen	schietingen	DE		0	Europe/Berlin	48.50664	8.69666				01	082	08235	08235046
2839360	Schießstätte	schiessstatte	DE		0	Europe/Berlin	49.31667	12.83333				02	093	09372	09372126
2839364	Schießhaus	schiesshaus	DE		0	Europe/Berlin	51.82299	9.56588		Schiesshaus,Schießhaus		06	00	03255	03255007
2839369	Schießen	schiessen	DE		0	Europe/Berlin	48.29553	10.24218				02	097	09775	09775149
2839379	Schierwaldenrath	schierwaldenrath	DE		0	Europe/Berlin	51.01796	6.04252				07	053	05370	05370008
2839380	Schierstein	schierstein	DE		0	Europe/Berlin	50.04457	8.19788		Wiesbaden-Schierstein		05	064	06414	06414000
2839384	Schierschwende	schierschwende	DE		0	Europe/Berlin	51.15399	10.27482				15	00	16064	16064074
2839385	Schierschnitz	schierschnitz	DE		0	Europe/Berlin	50.31036	11.23383				15	00	16072	16072024
2839387	Schierneichen	schierneichen	DE		0	Europe/Berlin	52.31524	9.09562				06	00	03257	03257034
2839389	Schierloh	schierloh	DE		0	Europe/Berlin	52.27608	7.67747				07	055	05566	05566028
2839390	Schierloh	schierloh	DE		0	Europe/Berlin	52.07847	8.03712				06	00	03459	03459034
2839394	Schierlhof	schierlhof	DE		0	Europe/Berlin	48.80232	12.64358				02	092	09278	09278167
2839395	Schierlage	schierlage	DE		0	Europe/Berlin	52.37863	8.40522				07	057	05770	05770044
2839400	Schieritz	schieritz	DE		0	Europe/Berlin	51.19714	13.39422		Schieritz		13	00	14627	14627020
2839403	Schierhorn	schierhorn	DE		0	Europe/Berlin	53.27068	9.91164				06	00	03353	03353016
2839406	Schierholz	schierholz	DE		0	Europe/Berlin	52.83683	9.11727				06	00	03256	03256013
2839407	Schierholz	schierholz	DE		0	Europe/Berlin	52.70333	8.58118				06	00	03251	03251017
2839408	Schierholz	schierholz	DE		0	Europe/Berlin	52.20824	8.93036				07	057	05770	05770032
2839409	Schierholz	schierholz	DE		0	Europe/Berlin	52.2	8.51667				07	057	05758	05758004
2839418	Schierenhop	schierenhop	DE		0	Europe/Berlin	52.76177	9.04414				06	00	03251	03251002
2839419	Schierenhöhe	schierenhoehe	DE		0	Europe/Berlin	53.83333	9.73333				10	00	01056	01056010
2839420	Schierenbrink	schierenbrink	DE		0	Europe/Berlin	52.16667	8.85				07	057	05758	05758036
2839426	Schierenbalken	schierenbalken	DE		0	Europe/Berlin	52.41667	10.53333				06	00	03151	03151023
2839430	Schierbrok	schierbrok	DE		0	Europe/Berlin	53.08752	8.57964				06	00	03458	03458005
2839435	Schier	schier	DE		0	Europe/Berlin	53.08	10.44439				06	00	03360	03360014
2839436	Schier	schier	DE		0	Europe/Berlin	52.40179	9.31108				06	00	03257	03257004
2839437	Schier	schier	DE		0	Europe/Berlin	51.2174	6.25251				07	051	05166	05166024
2839439	Schiepzig	schiepzig	DE		0	Europe/Berlin	51.52655	11.84802				14	00	15088	15088319
2839441	Schienenhof	schienenhof	DE		0	Europe/Berlin	48.04152	9.67642				01	084	08426	08426014
2839442	Schienen	schienen	DE		0	Europe/Berlin	47.68793	8.89971				01	083	08335	08335061
2839447	Schielberg	schielberg	DE		0	Europe/Berlin	48.84331	8.44797				01	082	08215	08215047
2839448	Schiefweg	schiefweg	DE		0	Europe/Berlin	48.73887	13.59395				02	092	09272	09272151
2839476	Schiefenthal	schiefenthal	DE		0	Europe/Berlin	50.92473	7.30724				07	053	05378	05378024
2839478	Schiefen	schiefen	DE		0	Europe/Berlin	50.77003	7.43057				07	053	05382	05382016
2839485	Schiefbahn	schiefbahn	DE		0	Europe/Berlin	51.2416	6.53914		Schiefbahn		07	051	05166	05166036
2839486	Schiedungen	schiedungen	DE		0	Europe/Berlin	51.52275	10.58459				15	00	16062	16062062
2839487	Schiedhörn	schiedhoern	DE		0	Europe/Berlin	54.4	8.91667				10	00	01054	01054141
2839488	Schiederhof	schiederhof	DE		0	Europe/Berlin	49.02151	12.51785				02	092	09278	09278197
2839489	Schiederberg	schiederberg	DE		0	Europe/Berlin	48.27314	12.23225				02	091	09183	09183144
2839491	Schieder	schieder	DE		0	Europe/Berlin	51.91404	9.15316				07	057	05766	05766060
2839492	Schiedenhohlweg	schiedenhohlweg	DE		0	Europe/Berlin	54.85	9.55				10	00	01059	01059113
2839493	Schiedel	schiedel	DE		0	Europe/Berlin	51.31325	14.13976		Kridol,Křidoł,Schiedel		13	00	14625	14625250
2839494	Schiedel	schiedel	DE		0	Europe/Berlin	50.79365	12.38313				13	00	14524	14524210
2839496	Schiebsdorf	schiebsdorf	DE		0	Europe/Berlin	51.93967	13.74338				11	00	12061	12061244
2839502	Schieben	schieben	DE		0	Europe/Berlin	52.77885	11.14167				14	00	15081	15081290
2839503	Schieben	schieben	DE		0	Europe/Berlin	51.09067	11.70817				14	00	15084	15084355
2839504	Schiebelau	schiebelau	DE		0	Europe/Berlin	50.86242	11.63317		Schiebelau		15	00	16074	16074095
2839507	Schidlambach	schidlambach	DE		0	Europe/Berlin	48.47116	11.67063				02	091	09178	09178136
2839513	Schickenhof	schickenhof	DE		0	Europe/Berlin	49.64162	11.94214				02	093	09371	09371121
2839514	Schickenhäuser	schickenhaeuser	DE		0	Europe/Berlin	51.14153	13.14452				13	00	14522	14522080
2839515	Schickenberg	schickenberg	DE		0	Europe/Berlin	51.25753	7.07556		Schickenberg		07	051	05124	05124000
2839518	Schickelsheim	schickelsheim	DE		0	Europe/Berlin	52.25376	10.86445				06	00	03154	03154013
2839520	Schickanöd	schickanod	DE		0	Europe/Berlin	48.54767	12.81971				02	092	09277	09277111
2839522	Schichtshöhn	schichtshoehn	DE		0	Europe/Berlin	50.38408	11.11267				15	00	16072	16072023
2839523	Schicherhof	schicherhof	DE		0	Europe/Berlin	49.24884	13.01415				02	093	09372	09372144
2839525	Schiaß	schiass	DE		0	Europe/Berlin	52.2633	13.14894				11	00	12072	12072240
2839529	Schevenhütte	schevenhuette	DE		0	Europe/Berlin	50.77026	6.32545				07	053	05334	05334032
2839530	Schevenbrügg	schevenbruegg	DE		0	Europe/Berlin	54.21667	9.71667				10	00	01058	01058086
2839532	Scheven	scheven	DE		0	Europe/Berlin	51.33857	7.25805				07	059	05954	05954028
2839533	Scheven	scheven	DE		0	Europe/Berlin	50.55858	6.5907		Scheven		07	053	05366	05366024
2839540	Scheurenhof	scheurenhof	DE		0	Europe/Berlin	51.01582	7.31566		Scheurenhof		07	053	05374	05374020
2839542	Scheurenbühl	scheurenbuhl	DE		0	Europe/Berlin	48.32712	8.40684				01	082	08237	08237002
2839543	Scheuren	scheuren	DE		0	Europe/Berlin	51.03333	7.16667				07	053	05378	05378020
2839544	Scheuren	scheuren	DE		0	Europe/Berlin	50.71926	7.36856				07	053	05382	05382020
2839545	Scheuren	scheuren	DE		0	Europe/Berlin	50.55822	6.90238				07	053	05366	05366004
2839546	Scheuren	scheuren	DE		0	Europe/Berlin	50.53514	6.46547				07	053	05366	05366036
2839548	Scheurachshof	scheurachshof	DE		0	Europe/Berlin	49.28333	9.66667				01	081	08126	08126039
2839550	Scheunöd	scheunod	DE		0	Europe/Berlin	48.59083	13.2175				02	092	09275	09275154
2839552	Scheunenhof	scheunenhof	DE		0	Europe/Berlin	51.75	10.75				14	00	15085	15085228
2839567	Scheuermatt	scheuermatt	DE		0	Europe/Berlin	47.68038	7.86895				01	083	08336	08336081
2839572	Scheuering	scheuering	DE		0	Europe/Berlin	48.46492	12.54367				02	092	09277	09277121
2839578	Scheuerheck	scheuerheck	DE		0	Europe/Berlin	50.53423	6.85278				07	053	05366	05366004
2839580	Scheuerhalden	scheuerhalden	DE		0	Europe/Berlin	49.0099	9.69681				01	081	08127	08127062
2839586	Scheuereck	scheuereck	DE		0	Europe/Berlin	48.62642	13.32552				02	092	09275	09275159
2839587	Scheuereck	scheuereck	DE		0	Europe/Berlin	48.5368	13.30859				02	092	09275	09275122
2839591	Scheuerberg	scheuerberg	DE		0	Europe/Berlin	49.66899	8.7156				05	064	06431	06431011
2839599	Scheuer	scheuer	DE		0	Europe/Berlin	48.94274	12.21869				02	093	09375	09375170
2839605	Scheuen	scheuen	DE		0	Europe/Berlin	52.6755	10.08243				06	00	03351	03351006
2839610	Scheubengrobsdorf	scheubengrobsdorf	DE		0	Europe/Berlin	50.86908	12.02998				15	00	16052	16052000
2839614	Schessinghausen	schessinghausen	DE		0	Europe/Berlin	52.59335	9.25203				06	00	03256	03256016
2839615	Scherzlthambach	scherzlthambach	DE		0	Europe/Berlin	48.40841	12.54252				02	092	09277	09277121
2839617	Scherzingen	scherzingen	DE		0	Europe/Berlin	47.94621	7.73346				01	083	08315	08315131
2839618	Scherzheim	scherzheim	DE		0	Europe/Berlin	48.71111	7.99649				01	082	08216	08216028
2839624	Schersental	schersental	DE		0	Europe/Berlin	51.36667	10.88333				15	00	16065	16065067
2839625	Schersen	schersen	DE		0	Europe/Berlin	51.39386	10.91809		Gut Schersen,Schersen		15	00	16065	16065067
2839629	Scherreuth	scherreuth	DE		0	Europe/Berlin	49.77949	12.15586				02	093	09374	09374128
2839635	Scherpenseel	scherpenseel	DE		0	Europe/Berlin	50.92607	6.06527		Scherpenseel		07	053	05370	05370028
2839636	Scherpenseel	scherpenseel	DE		0	Europe/Berlin	50.79015	6.29379				07	053	05334	05334012
2839637	Scherpenberg	scherpenberg	DE		0	Europe/Berlin	51.45135	6.6679				07	051	05170	05170024
2839638	Scherpemich	scherpemich	DE		0	Europe/Berlin	50.87235	7.33949		Scherpemich		07	053	05382	05382040
2839640	Schernsdorf	schernsdorf	DE		0	Europe/Berlin	52.19026	14.46585		Schernsdorf		11	00	12067	12067458
2839641	Schernried	schernried	DE		0	Europe/Berlin	49.06403	11.86455				02	093	09375	09375162
2839648	Schernegg	schernegg	DE		0	Europe/Berlin	47.87678	9.10716				01	083	08335	08335096
2839650	Scherneck	scherneck	DE		0	Europe/Berlin	50.19912	10.95191		Scherneck		02	094	09473	09473170
2839651	Scherneck	scherneck	DE		0	Europe/Berlin	48.47935	10.92956				02	097	09771	09771158
2839655	Scherndorf	scherndorf	DE		0	Europe/Berlin	51.20174	11.12307		Scherndorf		15	00	16068	16068058
2839656	Schernbuch	schernbuch	DE		0	Europe/Berlin	48.46577	11.58391				02	091	09178	09178150
2839664	Schernbach	schernbach	DE		0	Europe/Berlin	48.56145	8.48792				01	082	08237	08237073
2839666	Schernau	schernau	DE		0	Europe/Berlin	49.82282	10.12381				02	096	09675	09675117
2839675	Schermau	schermau	DE		0	Europe/Berlin	48.59347	12.47321				02	092	09279	09279112
2839677	Scherleithen	scherleithen	DE		0	Europe/Berlin	49.89558	11.32303				02	094	09472	09472176
2839678	Scherleinsöd	scherleinsod	DE		0	Europe/Berlin	48.56099	13.67394				02	092	09275	09275153
2839679	Scherlebeck	scherlebeck	DE		0	Europe/Berlin	51.62138	7.14751		Scherlebeck		07	055	05562	05562020
2839683	Scheringen	scheringen	DE		0	Europe/Berlin	49.46808	9.23472				01	082	08225	08225052
2839689	Schergenham	schergenham	DE		0	Europe/Berlin	48.14538	12.43972				02	091	09183	09183145
2839690	Schergendorf	schergendorf	DE		0	Europe/Berlin	49.09903	12.44261				02	093	09372	09372125
2839691	Schergendorf	schergendorf	DE		0	Europe/Berlin	48.59483	13.61609				02	092	09275	09275153
2839692	Scherfhausen	scherfhausen	DE		0	Europe/Berlin	51.15706	6.57841				07	051	05162	05162020
2839694	Scherfede	scherfede	DE		0	Europe/Berlin	51.52904	9.02761		Scherfede		07	057	05762	05762036
2839696	Scherer	scherer	DE		0	Europe/Berlin	48.03805	12.35149				02	091	09187	09187113
2839697	Scherenbostel	scherenbostel	DE		0	Europe/Berlin	52.52618	9.7221		Scherenbostel		06	00	03241	03241019
2839699	Scherenau	scherenau	DE		0	Europe/Berlin	47.62808	11.01956				02	091	09180	09180135
2839703	Scherbda	scherbda	DE		0	Europe/Berlin	51.08982	10.24959		Scherbda		15	00	16063	16063104
2839708	Schepsdorf	schepsdorf	DE		0	Europe/Berlin	52.51031	7.28815		Schepsdorf		06	00	03454	03454032
2839709	Scheppern	scheppern	DE		0	Europe/Berlin	54.29296	9.28614				10	00	01059	01059024
2839713	Scheppau	scheppau	DE		0	Europe/Berlin	52.28972	10.75203		Scheppau		06	00	03154	03154013
2839716	Scheppach	scheppach	DE		0	Europe/Berlin	49.16152	9.43966		Scheppach		01	081	08126	08126011
2839717	Scheppach	scheppach	DE		0	Europe/Berlin	48.40687	10.44491				02	097	09774	09774144
2839720	Schependorf	schependorf	DE		0	Europe/Berlin	53.80988	11.83974				12	00	13072	13072009
2839721	Schepelse	schepelse	DE		0	Europe/Berlin	52.54954	10.21672		Scheipelse,Schepelse,Scheplica [a. 1022],Schęplica [a. 1022]		06	00	03351	03351007
2839725	Schenksolz	schenksolz	DE		0	Europe/Berlin	50.84257	9.82875				05	066	06632	06632019
2839731	Schenkhäuser	schenkhaeuser	DE		0	Europe/Berlin	51.11048	14.84935		Kolonie Schenkhauser,Kolonie Schenkhäuser,Schenkhauser,Schenkhäuser		13	00	14626	14626300
2839748	Schenkendöbern	schenkendoebern	DE		4455	Europe/Berlin	51.95723	14.63541		Derbno,Schenkendoebern,Schenkendöbern,Senkendyobern,Shenkendebern,Shenkendjobern,shen ken de bei er en,Шенкендеберн,Шенкендёберн,Շենկենդյոբերն,申肯德贝尔恩	12071337	11	00	12071	12071337
2839750	Schenkenberg-Rödgen	schenkenberg-roedgen	DE		0	Europe/Berlin	51.55156	12.30595		Roedgen,Rödgen		13	00	14730	14730070
2839758	Schenkenau	schenkenau	DE		0	Europe/Berlin	48.58573	11.37349				02	091	09185	09185166
2839765	Schendrich	schendrich	DE		0	Europe/Berlin	47.79178	11.00469				02	091	09190	09190130
2839767	Schempach	schempach	DE		0	Europe/Berlin	48.35764	10.64945				02	097	09772	09772131
2839768	Schemmern	schemmern	DE		0	Europe/Berlin	51.11183	9.81954		Schemmern		05	066	06636	06636012
2839769	Schemmerhausen	schemmerhausen	DE		0	Europe/Berlin	50.9508	7.65608		Schemmerhausen		07	053	05374	05374040
2839770	Schemmerberg	schemmerberg	DE		0	Europe/Berlin	48.18918	9.8247		Schemmerberg		01	084	08426	08426134
2839772	Schemmen	schemmen	DE		0	Europe/Berlin	51.06567	7.5622				07	053	05374	05374024
2839774	Schemm	schemm	DE		0	Europe/Berlin	51.22366	7.70387				07	059	05962	05962032
2839776	Schemde	schemde	DE		0	Europe/Berlin	52.56773	8.20775				06	00	03460	03460008
2839780	Schelsen	schelsen	DE		0	Europe/Berlin	51.15346	6.51927				07	051	05116	05116000
2839781	Schelrade	schelrade	DE		0	Europe/Berlin	54.2009	9.35401				10	00	01051	01051139
2839783	Schelploh	schelploh	DE		0	Europe/Berlin	52.77951	10.33994				06	00	03351	03351025
2839788	Schelmkappe	schelmkappe	DE		0	Europe/Berlin	52.7106	7.8151				06	00	03453	03453011
2839793	Schellsitz	schellsitz	DE		0	Europe/Berlin	51.15805	11.84539				14	00	15084	15084355
2839794	Schellschwang	schellschwang	DE		0	Europe/Berlin	47.89748	11.01953				02	091	09190	09190158
2839797	Schellroda	schellroda	DE		0	Europe/Berlin	50.91553	11.11311		Schellroda		15	00	16071	16071043
2839799	Schellohne	schellohne	DE		0	Europe/Berlin	52.68003	8.24644				06	00	03460	03460006
2839801	Schellnhausen	schellnhausen	DE		0	Europe/Berlin	50.66714	9.14995				05	065	06535	06535003
2839802	Schellneck	schellneck	DE		0	Europe/Berlin	48.91667	11.81667				02			
2839807	Schellinghörn	schellinghoern	DE		0	Europe/Berlin	54.87117	8.41553				10	00	01054	01054168
2839809	Schellhornerberg	schellhornerberg	DE		0	Europe/Berlin	54.23333	10.3				10	00	01057	01057070
2839820	Schellert	schellert	DE		0	Europe/Berlin	49.54176	10.62238				02	095	09575	09575153
2839821	Schellerhau	schellerhau	DE		0	Europe/Berlin	50.77642	13.68982				13	00	14628	14628010
2839822	Schellerbaum	schellerbaum	DE		0	Europe/Berlin	51.24199	6.25479				07	051	05166	05166024
2839830	Schelleneck	schelleneck	DE		0	Europe/Berlin	48.49049	11.59138				02	091	09186	09186152
2839832	Schellenbergerhof	schellenbergerhof	DE		0	Europe/Berlin	48.72185	10.79058				02	097	09779	09779131
2839836	Schellenberg	schellenberg	DE		0	Europe/Berlin	50.80517	13.12149				13	00	14522	14522320
2839837	Schellenberg	schellenberg	DE		0	Europe/Berlin	49.6037	11.16503				02	094	09474	09474144
2839838	Schellenberg	schellenberg	DE		0	Europe/Berlin	47.95631	9.76187				01	084	08436	08436009
2839839	Schellenberg	schellenberg	DE		0	Europe/Berlin	47.92116	10.29614				02	097	09778	09778186
2839840	Schellenberg	schellenberg	DE		0	Europe/Berlin	47.68333	8.01667				01	083	08337	08337049
2839872	Schellenbach	schellenbach	DE		0	Europe/Berlin	49.44251	6.96423				09	00	10044	10044112
2839879	Schellbronn	schellbronn	DE		0	Europe/Berlin	48.81694	8.74206				01	082	08236	08236044
2839881	Schellberg	schellberg	DE		0	Europe/Berlin	51.14575	7.09625				07	051	05122	05122000
2839890	Schelk	schelk	DE		0	Europe/Berlin	51.50034	7.76369				07	059	05978	05978012
2839891	Schelingen	schelingen	DE		0	Europe/Berlin	48.10425	7.68332		Schelingen		01	083	08315	08315133
2839895	Schelenburg	schelenburg	DE		0	Europe/Berlin	52.28333	8.23333				06	00	03459	03459012
2839896	Schelditz	schelditz	DE		0	Europe/Berlin	51.0104	12.38463		Schelditz		15	00	16077	16077042
2839901	Schelchwitz	schelchwitz	DE		0	Europe/Berlin	50.99734	12.47665				15	00	16077	16077052
2839902	Schelchenvils	schelchenvils	DE		0	Europe/Berlin	48.41949	12.09618				02	091	09177	09177124
2839903	Schelborn	schelborn	DE		0	Europe/Berlin	50.45972	7.12889				08	00	07131	07131059
2839915	Scheiplitz	scheiplitz	DE		0	Europe/Berlin	51.12469	11.88948				14	00	15084	15084335
2839919	Scheinbuch	scheinbuch	DE		0	Europe/Berlin	47.78333	9.23333				01	084	08435	08435052
2839927	Scheifeshütte	scheifeshuette	DE		0	Europe/Berlin	51.37072	6.44791				07	051	05166	05166012
2839928	Scheifendahl	scheifendahl	DE		0	Europe/Berlin	51.0322	6.07633				07	053	05370	05370016
2839929	Scheie	scheie	DE		0	Europe/Berlin	52.27669	9.05414				06	00	03257	03257009
2839934	Scheidterberg	scheidterberg	DE		0	Europe/Berlin	49.24248	7.06902				09	00	10041	10041100
2839950	Scheidingen	scheidingen	DE		0	Europe/Berlin	51.6	7.93333				07	059	05974	05974048
2839956	Scheideweg	scheideweg	DE		0	Europe/Berlin	51.36667	7.28333				07	059	05954	05954028
2839957	Scheideweg	scheideweg	DE		0	Europe/Berlin	51.13511	7.29349		Scheideweg		07	053	05374	05374016
2839961	Scheiderhöhe	scheiderhoehe	DE		0	Europe/Berlin	50.87249	7.22893				07	053	05382	05382028
2839962	Scheidenweiler	scheidenweiler	DE		0	Europe/Berlin	47.61667	9.76667				02	097	09776	09776115
2839963	Scheidental	scheidental	DE		0	Europe/Berlin	49.51667	9.15				01	082	08225	08225060
2839964	Scheidens	scheidens	DE		0	Europe/Berlin	51.20788	12.2447				13	00	14729	14729350
2839965	Scheiden	scheiden	DE		0	Europe/Berlin	49.54588	6.73165		Scheiden		09	00	10042	10042112
2839976	Scheideholz	scheideholz	DE		0	Europe/Berlin	53.46667	9.85				04	00	02000	02000000
2839981	Scheideck	scheideck	DE		0	Europe/Berlin	48.28892	12.13092				02	091	09177	09177115
2839987	Scheidchen	scheidchen	DE		0	Europe/Berlin	50.08682	6.32747				08	00	07232	07232258
2840017	Gut Scheibenhardt	gut-scheibenhardt	DE		0	Europe/Berlin	48.97475	8.37244				01	082	08212	08212000
2840034	Scheiben	scheiben	DE		0	Europe/Berlin	48.10824	8.03073				01	083	08316	08316042
2840040	Scheibelsgrub	scheibelsgrub	DE		0	Europe/Berlin	48.96659	12.67346				02	092	09278	09278151
2840046	Scheibe	scheibe	DE		0	Europe/Berlin	48.89982	13.09459				02	092	09276	09276116
2840047	Scheibe	scheibe	DE		0	Europe/Berlin	51.44062	14.35251		Siboj,Šiboj		13	00	14625	14625330
2840048	Scheibe	scheibe	DE		0	Europe/Berlin	50.91667	14.75				13	00	14626	14626310
2840049	Scheibe	scheibe	DE		0	Europe/Berlin	50.65	13.21667				13	00	14521	14521390
2840050	Scheibe	scheibe	DE		0	Europe/Berlin	50.65	13.06667				13	00	14521	14521670
2840051	Scheibe	scheibe	DE		0	Europe/Berlin	50.58333	12.63333				13	00	14521	14521530
2840052	Scheibe	scheibe	DE		0	Europe/Berlin	50.56667	13				13	00	14521	14521020
2840060	Scheften	scheften	DE		0	Europe/Berlin	48.37855	12.90722				02	092	09277	09277148
2840062	Schefferei	schefferei	DE		0	Europe/Berlin	50.87977	7.17546				07	053	05378	05378028
2840068	Scheffau	scheffau	DE		0	Europe/Berlin	47.54071	9.86425				02	097	09776	09776125
2840072	Scheersberg	scheersberg	DE		0	Europe/Berlin	54.76667	9.71667				10	00	01059	01059186
2840074	Scheerhorn	scheerhorn	DE		0	Europe/Berlin	52.56801	6.96264				06	00	03456	03456009
2840076	Scheergrund	scheergrund	DE		0	Europe/Berlin	51.15659	13.01162				13	00	14522	14522310
2840083	Scheeren	scheeren	DE		0	Europe/Berlin	52.41247	11.87622				14	00	15090	15090546
2840084	Scheerau	scheerau	DE		0	Europe/Berlin	51.2141	13.2996				13	00	14627	14627130
2840085	Scheerau	scheerau	DE		0	Europe/Berlin	49.4515	11.2902		Scheerau		02	095	09574	09574139
2840093	Scheel	scheel	DE		0	Europe/Berlin	51.05184	7.43937		Scheel		07	053	05374	05374020
2840095	Schee	schee	DE		0	Europe/Berlin	51.31667	7.23333				07	059	05954	05954028
2840097	Schedling	schedling	DE		0	Europe/Berlin	48.02985	12.55568				02	091	09189	09189157
2840099	Schedewitz	schedewitz	DE		0	Europe/Berlin	50.70335	12.4835				13	00	14524	14524330
2840100	Schederndorf	schederndorf	DE		0	Europe/Berlin	50.00503	11.15525				02	094	09471	09471189
2840101	Schederberge	schederberge	DE		0	Europe/Berlin	51.33231	8.34177		Schederberge		07	059	05958	05958032
2840104	Scheddebrock	scheddebrock	DE		0	Europe/Berlin	52.11517	7.45573				07	055	05566	05566064
2840105	Scheda	scheda	DE		0	Europe/Berlin	51.05982	7.74085				07	059	05966	05966008
2840107	Scheckwitz	scheckwitz	DE		0	Europe/Berlin	51.15581	14.51403		Scheckwitz,Sekecy,Šekecy		13	00	14625	14625290
2839936	Scheidt	scheidt	DE	56379	0	Europe/Berlin	51.25	7.1				07	051	05124	05124000
2840108	Scheckthal	scheckthal	DE		0	Europe/Berlin	51.37853	14.16378		Pisany Dol,Pisany Doł		13	00	14625	14625420
2840110	Scheckenhof	scheckenhof	DE		0	Europe/Berlin	49.81016	11.83775				02	093	09374	09374140
2840115	Schechstetten	schechstetten	DE		0	Europe/Berlin	48.55409	9.96576				01	084	08425	08425130
2840120	Schaven	schaven	DE		0	Europe/Berlin	50.61839	6.66864		Schaven		07	053	05366	05366028
2840121	Schauwies	schauwies	DE		0	Europe/Berlin	47.68333	9.76667				01	084	08436	08436081
2840122	Schauteshütte	schauteshuette	DE		0	Europe/Berlin	51.38014	6.43689				07	051	05166	05166012
2840127	Schausende	schausende	DE		0	Europe/Berlin	54.85478	9.56988				10	00	01059	01059113
2840131	Schaurain	schaurain	DE		0	Europe/Berlin	47.80629	12.20294				02	091	09187	09187169
2840134	Schaumburg	schaumburg	DE		0	Europe/Berlin	52.20072	9.19496		Schaumbourg,Schaumburg,Schomborch [a. 1460],Scoenburg,Scowenborch [a. 1312],Shaumburg,castrum Scowenborg [a. 1265],shao mu bao xian,shaumuburuku jun,shawmbrg,syaumbuleukeu,Шаумбург,شاؤمبرگ,シャウムブルク郡,绍姆堡县,샤움부르크		06	00	03257	03257031
2840135	Schaumburg	schaumburg	DE		0	Europe/Berlin	50.33915	7.97907				08	00	07141	07141503
2840142	Schaulings	schaulings	DE		0	Europe/Berlin	47.66667	9.93333				01	084	08436	08436094
2840143	Schauinsland	schauinsland	DE		0	Europe/Berlin	47.93547	7.89619				01	083	08311	08311000
2840152	Schaufenberg	schaufenberg	DE		0	Europe/Berlin	51.0647	6.21099		Schaufenberg		07	053	05370	05370020
2840153	Schaufenberg	schaufenberg	DE		0	Europe/Berlin	50.87627	6.17966				07	053	05334	05334004
2840155	Schäufele	schaufele	DE		0	Europe/Berlin	48.90587	9.98996				01	081	08136	08136002
2840161	Schauerschorn	schauerschorn	DE		0	Europe/Berlin	48.37923	11.24442				02	091	09174	09174111
2840163	Schauernheim	schauernheim	DE		0	Europe/Berlin	49.43917	8.30362		Schauernheim		08	00	07338	07338006
2840165	Schauerheim	schauerheim	DE		0	Europe/Berlin	49.57361	10.56102				02	095	09575	09575153
2840174	Schauerbach	schauerbach	DE		0	Europe/Berlin	48.70416	13.65523				02	092	09272	09272151
2840177	Schauenteichen	schauenteichen	DE		0	Europe/Berlin	51.91667	10.71667				14	00	15085	15085227
2840186	Schaudorf	schaudorf	DE		0	Europe/Berlin	51.15078	14.12248				13	00	14625	14625510
2840187	Schauberg	schauberg	DE		0	Europe/Berlin	50.40498	11.26387				02	094	09476	09476179
2840188	Schauberg	schauberg	DE		0	Europe/Berlin	48.66785	13.70984				02	092	09275	09275148
2840193	Schatzwinkel	schatzwinkel	DE		0	Europe/Berlin	48.12562	12.34446				02	091	09183	09183147
2840196	Schatzhofen	schatzhofen	DE		0	Europe/Berlin	48.58805	11.98894				02	092	09274	09274132
2840200	Schätzendorf	schaetzendorf	DE		0	Europe/Berlin	53.20953	10.03169				06	00	03353	03353009
2840201	Schatzendorf	schatzendorf	DE		0	Europe/Berlin	49.2967	12.56441				02	093	09372	09372154
2840206	Schatzbach	schatzbach	DE		0	Europe/Berlin	50.18921	12.15963				02	094	09479	09479152
2840207	Schatzbach	schatzbach	DE		0	Europe/Berlin	48.47195	13.05999				02	092	09277	09277113
2840209	Schatz	schatz	DE		0	Europe/Berlin	48.54031	11.82547				02	091	09178	09178144
2840213	Schattin	schattin	DE		0	Europe/Berlin	53.80329	10.79132				12	00	13074	13074049
2840214	Schatthausen	schatthausen	DE		0	Europe/Berlin	49.31767	8.75693		Schatthausen		01	082	08226	08226098
2840217	Schattenhof	schattenhof	DE		0	Europe/Berlin	49.30392	10.9744				02	095	09576	09576128
2840224	Schatteburg	schatteburg	DE		0	Europe/Berlin	53.17715	7.54082				06	00	03457	03457018
2840225	Schattbuch	schattbuch	DE		0	Europe/Berlin	47.69519	9.75312				01	084	08436	08436006
2840228	Schattberge	schattberge	DE		0	Europe/Berlin	52.31049	12.06001				14	00	15086	15086040
2840230	Schatensen	schatensen	DE		0	Europe/Berlin	53.03064	10.2837				06	00	03360	03360029
2840231	Schate	schate	DE		0	Europe/Berlin	51.4574	10.74662				15	00	16062	16062063
2840235	Scharzfeld	scharzfeld	DE		0	Europe/Berlin	51.62813	10.38215		Scharzfeld		06	00	03159	03159019
2840237	Scharthammer	scharthammer	DE		0	Europe/Berlin	49.79113	11.54989				02	094	09472	09472175
2840238	Scharteucke	scharteucke	DE		0	Europe/Berlin	52.45389	12.08448				14	00	15086	15086080
2840246	Scharten	scharten	DE		0	Europe/Berlin	50.35002	11.85079				02	094	09475	09475141
2840255	Schart	schart	DE		0	Europe/Berlin	48.11357	12.3074				02	091	09183	09183147
2840256	Scharstorf	scharstorf	DE		0	Europe/Berlin	53.97199	12.21475				12	00	13072	13072029
2840260	Scharringhausen	scharringhausen	DE		0	Europe/Berlin	52.59366	8.80812				06	00	03251	03251021
2840261	Scharrhof	scharrhof	DE		0	Europe/Berlin	49.34517	7.5452				08	00	07335	07335011
2840262	Scharrendorf	scharrendorf	DE		0	Europe/Berlin	52.78855	8.64925				06	00	03251	03251042
2840263	Scharrenbroich	scharrenbroich	DE		0	Europe/Berlin	50.88736	7.1821				07	053	05378	05378028
2840264	Scharrelerdamm	scharrelerdamm	DE		0	Europe/Berlin	53.10345	8.06875				06	00	03451	03451004
2840265	Scharrel	scharrel	DE		0	Europe/Berlin	53.18479	7.69359				06	00	03457	03457006
2840266	Scharrel	scharrel	DE		0	Europe/Berlin	53.07169	7.70399		Schaeddel,Scharrel,Schäddel		06	00	03453	03453013
2840267	Scharrel	scharrel	DE		0	Europe/Berlin	52.69501	8.61122				06	00	03251	03251017
2840268	Scharrel	scharrel	DE		0	Europe/Berlin	52.52792	9.55931				06	00	03241	03241012
2840270	Scharrau	scharrau	DE		0	Europe/Berlin	49.57639	8.37917				08	00	07338	07338004
2840273	Scharpzow	scharpzow	DE		0	Europe/Berlin	53.71005	12.82968				12	00	13071	13071092
2840274	Scharpitz	scharpitz	DE		0	Europe/Berlin	54.34185	13.15733				12	00	13073	13073003
2840275	Scharpenlohe	scharpenlohe	DE		0	Europe/Berlin	52.93682	11.82914				14	00	15090	15090520
2840276	Scharpenhufe	scharpenhufe	DE		0	Europe/Berlin	52.95373	11.6469				14	00	15090	15090003
2840282	Scharnstedt	scharnstedt	DE		0	Europe/Berlin	53.75431	8.63828				06	00	03352	03352061
2840285	Scharnhorst-Ost	scharnhorst-ost	DE		0	Europe/Berlin	51.55	7.53333		Scharnhorst-Ost		07	059	05913	05913000
2840293	Scharnhausen	scharnhausen	DE		0	Europe/Berlin	48.70739	9.26293				01	081	08116	08116080
2840294	Scharnhagen	scharnhagen	DE		0	Europe/Berlin	54.44071	10.12963				10	00	01058	01058037
2840303	Scharmede	scharmede	DE		0	Europe/Berlin	51.71607	8.6277				07	057	05774	05774036
2840304	Scharmbeckstotel	scharmbeckstotel	DE		0	Europe/Berlin	53.20432	8.75883		Scharmbeckstotel		06	00	03356	03356007
2840305	Scharmbeck	scharmbeck	DE		0	Europe/Berlin	53.34689	10.14744				06	00	03353	03353040
2840307	Scharmassing	scharmassing	DE		0	Europe/Berlin	48.96743	12.12054				02	093	09375	09375179
2840308	Scharling	scharling	DE		0	Europe/Berlin	47.66454	11.74804				02	091	09182	09182124
2840310	Scharlibbe	scharlibbe	DE		0	Europe/Berlin	52.69631	12.07082				14	00	15090	15090310
2840311	Scharleuk	scharleuk	DE		0	Europe/Berlin	52.95665	11.84306				11	00	12070	12070008
2840313	Scharlau	scharlau	DE		0	Europe/Berlin	49.19295	12.64439				02	093	09372	09372116
2840320	Scharhof	scharhof	DE		0	Europe/Berlin	49.56028	8.44918				01	082	08222	08222000
2840321	Scharhof	scharhof	DE		0	Europe/Berlin	49.53934	11.97565				02	093	09371	09371127
2840323	Scharfstorf	scharfstorf	DE		0	Europe/Berlin	53.83503	11.40994				12	00	13074	13074008
2840324	Scharfsöders	scharfsoeders	DE		0	Europe/Berlin	51.08374	14.71861				13	00	14626	14626470
2840326	Scharfoldendorf	scharfoldendorf	DE		0	Europe/Berlin	51.93802	9.63346				06	00	03255	03255013
2840328	Scharfhausen	scharfhausen	DE		0	Europe/Berlin	51.14773	7.10896				07	051	05122	05122000
2840342	Scharfenbrück	scharfenbrueck	DE		0	Europe/Berlin	52.11769	13.23953				11	00	12072	12072312
2840348	Scharfenberg	scharfenberg	DE		0	Europe/Berlin	53.15	12.86667				11	00	12068	12068353
2840349	Scharfenberg	scharfenberg	DE		0	Europe/Berlin	53.12597	12.48648				11	00	12068	12068468
2840350	Scharfenberg	scharfenberg	DE		0	Europe/Berlin	51.42492	8.52942		Scharfenberg		07	059	05958	05958012
2840351	Scharfenberg	scharfenberg	DE		0	Europe/Berlin	51.11921	13.51858				13	00	14627	14627100
2840365	Schärfen	scharfen	DE		0	Europe/Berlin	47.6693	11.75338				02	091	09182	09182124
2840377	Scharenstetten	scharenstetten	DE		0	Europe/Berlin	48.51351	9.85105				01	084	08425	08425031
2840380	Scharenberg	scharenberg	DE		0	Europe/Berlin	50.59634	7.4225				08	00	07138	07138044
2840383	Schardingen	schardingen	DE		0	Europe/Berlin	52.41846	7.49105				06	00	03454	03454003
2840386	Schardeich	schardeich	DE		0	Europe/Berlin	54.52648	8.62071				10	00	01054	01054103
2840388	Schardebüll	schardebuell	DE		0	Europe/Berlin	54.71779	9.01508				10	00	01054	01054167
2840390	Scharbow	scharbow	DE		0	Europe/Berlin	53.47272	11.19119				12	00	13076	13076060
2840398	Scharben	scharben	DE		0	Europe/Berlin	48	9.78333				01	084	08426	08426058
2840399	Scharam	scharam	DE		0	Europe/Berlin	47.80381	12.64137				02	091	09189	09189145
2840406	Schapow	schapow	DE		0	Europe/Berlin	53.35637	13.70546				11	00	12073	12073429
2840408	Schäplitz	schaeplitz	DE		128	Europe/Berlin	52.62639	11.61891		Schaplitz,Schäplitz		14	00	15090	15090070
2840409	Schäpingen	schaepingen	DE		0	Europe/Berlin	52.86581	10.83973				06	00	03354	03354022
2840410	Schaphusener Mühlentor	schaphusener-muehlentor	DE		0	Europe/Berlin	53.06667	9.06667				06	00	03361	03361009
2840411	Schaphusen	schaphusen	DE		0	Europe/Berlin	53.06442	9.05679				06	00	03361	03361009
2840412	Schaphausen	schaphausen	DE		0	Europe/Berlin	51.33967	6.31861				07	051	05166	05166008
2840422	Schäpe	schaepe	DE		0	Europe/Berlin	52.20995	12.9005				11	00	12069	12069017
2840423	Schapdick	schapdick	DE		0	Europe/Berlin	51.77513	6.45754				07	051	05154	05154044
2840424	Schapdetten	schapdetten	DE		0	Europe/Berlin	51.93536	7.41641		Schapdetten		07	055	05558	05558032
2840428	Schapbach	schapbach	DE		0	Europe/Berlin	48.38333	8.18333		Schapbach		01	083	08317	08317088
2840444	Schanzenberg	schanzenberg	DE		0	Europe/Berlin	53.85797	13.71936				12	00	13075	13075005
2840445	Schanzenberg	schanzenberg	DE		0	Europe/Berlin	51.59495	6.63829				07	051	05170	05170044
2840453	Schanze	schanze	DE		0	Europe/Berlin	54.39791	8.68553				10	00	01054	01054150
2840454	Schanze	schanze	DE		0	Europe/Berlin	51.43346	7.44674				07	059	05954	05954020
2840455	Schanze	schanze	DE		0	Europe/Berlin	51.12999	8.37368		Schanze		07	059	05958	05958040
2840456	Schanze	schanze	DE		0	Europe/Berlin	50.48333	10.33333				15			
2840467	Schanz	schanz	DE		0	Europe/Berlin	51.66348	6.09719				07	051	05154	05154016
2840468	Schanz	schanz	DE		0	Europe/Berlin	51.05247	6.17242				07	053	05370	05370016
2840469	Schanz	schanz	DE		0	Europe/Berlin	49.94015	11.45385				02	094	09472	09472131
2840475	Schannenbach	schannenbach	DE		0	Europe/Berlin	49.69039	8.7219				05	064	06431	06431014
2840478	Schank	schank	DE		0	Europe/Berlin	49.46667	6.58333				09	00	10042	10042113
2840480	Schänitz	schaenitz	DE		0	Europe/Berlin	51.28205	13.38675				13	00	14627	14627070
2840481	Schänitz	schaenitz	DE		0	Europe/Berlin	51.12789	13.34099				13	00	14627	14627180
2840483	Schandorf	schandorf	DE		0	Europe/Berlin	52.67561	7.83932				06	00	03459	03459025
2840485	Schandhof	schandhof	DE		0	Europe/Berlin	49.36295	10.17003				02	095	09571	09571193
2840490	Schandelah	schandelah	DE		0	Europe/Berlin	52.27011	10.68856		Schandelah		06	00	03158	03158006
2840491	Schanbach	schanbach	DE		0	Europe/Berlin	48.75862	9.37709				01	081	08116	08116076
2840492	Schamwege	schamwege	DE		0	Europe/Berlin	52.67919	8.93				06	00	03251	03251008
2840495	Schammesrieth	schammesrieth	DE		0	Europe/Berlin	49.68043	12.27306				02	093	09374	09374160
2840499	Schammendorf	schammendorf	DE		0	Europe/Berlin	50.06072	11.21867				02	094	09478	09478176
2840500	Schammelsdorf	schammelsdorf	DE		0	Europe/Berlin	49.92561	11.0072		Schammelsdorf		02	094	09471	09471155
2840503	Schammach	schammach	DE		0	Europe/Berlin	48.1246	9.67576				01	084	08426	08426011
2840504	Schamlesberg	schamlesberg	DE		0	Europe/Berlin	50.07767	11.74945				02	094	09472	09472139
2840506	Schamhaupten	schamhaupten	DE		0	Europe/Berlin	48.91497	11.59863				02	091	09176	09176112
2840508	Schamelsberg	schamelsberg	DE		0	Europe/Berlin	49.9037	11.63307				02	094	09472	09472133
2840509	Schameder	schameder	DE		0	Europe/Berlin	50.99919	8.29402		Schameder		07	059	05970	05970012
2840516	Schambach	schambach	DE		0	Europe/Berlin	48.96732	10.9513		Schambach		02	095	09577	09577173
2840517	Schambach	schambach	DE		0	Europe/Berlin	48.90597	11.36597				02	091	09176	09176138
2840518	Schambach	schambach	DE		0	Europe/Berlin	48.85258	12.68884		Schambach		02	092	09278	09278192
2840519	Schambach	schambach	DE		0	Europe/Berlin	48.33537	13.22685				02	092	09275	09275130
2840520	Schambach	schambach	DE		0	Europe/Berlin	48.10683	12.27766				02	091	09187	09187116
2840522	Schaltkarrendorf	schaltkarrendorf	DE		0	Europe/Berlin	48.00456	8.11624				01	083	08315	08315094
2840523	Schaltdorf	schaltdorf	DE		0	Europe/Berlin	48.74472	12.14639				02	092	09274	09274153
2840524	Schaltdorf	schaltdorf	DE		0	Europe/Berlin	48.72886	12.02175				02	092	09274	09274176
2840527	Schallsingen	schallsingen	DE		0	Europe/Berlin	47.76569	7.6596				01	083	08336	08336078
2840531	Schallkofen	schallkofen	DE		0	Europe/Berlin	47.89597	11.53865				02	091	09173	09173120
2840533	Schallhausen	schallhausen	DE		0	Europe/Berlin	51.14655	13.18602				13	00	14522	14522080
2840534	Schallfeld	schallfeld	DE		0	Europe/Berlin	49.87364	10.35725				02	096	09678	09678153
2840535	Schallersreuth	schallersreuth	DE		0	Europe/Berlin	50.25927	11.84645				02	094	09475	09475142
2840536	Schallershof	schallershof	DE		0	Europe/Berlin	49.57903	10.97513				02	095	09562	09562000
2840538	Schallern	schallern	DE		0	Europe/Berlin	51.59908	8.21447		Schallern		07	059	05974	05974016
2840540	Schäller	schaeller	DE		0	Europe/Berlin	50.77313	12.63596				13	00	14524	14524160
2840542	Schallenburg	schallenburg	DE		0	Europe/Berlin	51.14014	11.0845				15	00	16068	16068051
2840546	Schallemich	schallemich	DE		0	Europe/Berlin	51.02481	7.17282				07	053	05378	05378020
2840547	Schalldorf	schalldorf	DE		0	Europe/Berlin	48.42703	12.89677				02	092	09277	09277139
2840548	Schalldorf	schalldorf	DE		0	Europe/Berlin	47.99745	12.08024				02	091	09175	09175136
2840554	Schalkstetten	schalkstetten	DE		0	Europe/Berlin	48.61419	9.91508				01	084	08425	08425008
2840555	Schalksmühle	schalksmuehle	DE		11753	Europe/Berlin	51.2412	7.5279		Schalksmuehle,Schalksmuhle,Schalksmühle,Shal'ksmjule,Shalksmile,sha er ke si mi he lai,Шалксмиле,Шальксмюле,沙尔克斯米赫莱	05962056	07	059	05962	05962056
2840558	Schalkshofen	schalkshofen	DE		0	Europe/Berlin	48.18318	10.1819				02	097	09775	09775141
2840567	Schalkhausen	schalkhausen	DE		0	Europe/Berlin	49.30358	10.52557				02	095	09561	09561000
2840573	Schalkenthan	schalkenthan	DE		0	Europe/Berlin	49.5388	11.82961				02	093	09371	09371126
2840574	Schalkenried	schalkenried	DE		0	Europe/Berlin	47.5742	9.86782				02	097	09776	09776125
2840587	Schalken	schalken	DE		0	Europe/Berlin	50.9541	7.39157				07	053	05378	05378024
2840588	Schalke	schalke	DE		0	Europe/Berlin	51.51978	7.09681		Schalke		07	055	05513	05513000
2840592	Schälk	schaelk	DE		0	Europe/Berlin	51.38063	7.59438				07	059	05962	05962024
2840593	Schaliß	schaliss	DE		0	Europe/Berlin	53.55774	10.93846				12	00	13076	13076159
2840598	Schalense	schalense	DE		0	Europe/Berlin	54.04604	13.71386				12	00	13075	13075144
2840599	Schalenbach	schalenbach	DE		0	Europe/Berlin	50.92716	7.6784		Schalenbach		07	053	05374	05374040
2840600	Schale	schale	DE		0	Europe/Berlin	52.44547	7.6262		Schale		07	055	05566	05566020
2840601	Schalding Lddonau	schalding-lddonau	DE		0	Europe/Berlin	48.6035	13.36054				02	092	09262	09262000
2840602	Schalding Rddonau	schalding-rddonau	DE		0	Europe/Berlin	48.59649	13.36386				02	092	09262	09262000
2840603	Schalchern	schalchern	DE		0	Europe/Berlin	47.71667	11.56667				02	091	09173	09173124
2840604	Schalchen	schalchen	DE		0	Europe/Berlin	48.0679	12.56109				02	091	09189	09189149
2840607	Schäkeln	schaekeln	DE		0	Europe/Berlin	52.6341	8.76143				06	00	03251	03251043
2840608	Schaitz	schaitz	DE		0	Europe/Berlin	50.0148	11.56972				02	094	09477	09477142
2840611	Schaitdorf	schaitdorf	DE		0	Europe/Berlin	48.98276	11.71266				02	092	09273	09273164
2840612	Schaippach	schaippach	DE		0	Europe/Berlin	50.07964	9.66628				02	096	09677	09677131
2840613	Schainbach	schainbach	DE		0	Europe/Berlin	49.23163	10.06297				01	081	08127	08127091
2840614	Schainbach	schainbach	DE		0	Europe/Berlin	48.61206	11.09817				02	091	09185	09185127
2840615	Schaidt	schaidt	DE		0	Europe/Berlin	49.06025	8.08568	-1			08	00	07334	07334501
2840616	Schaidham	schaidham	DE		0	Europe/Berlin	48.79918	12.82622				02	092	09271	09271151
2840617	Schaidham	schaidham	DE		0	Europe/Berlin	48.44422	12.31914				02	092	09274	09274184
2840622	Schaiblishausen	schaiblishausen	DE		0	Europe/Berlin	48.24117	9.76856		Schaiblishausen		01	084	08425	08425033
2840623	Schaibing	schaibing	DE		0	Europe/Berlin	48.60034	13.64056				02	092	09275	09275153
2840624	Schaggenhofen	schaggenhofen	DE		0	Europe/Berlin	49.06734	11.92051				02	093	09375	09375162
2840625	Schagern	schagern	DE		0	Europe/Berlin	52.07503	7.278				07	055	05566	05566024
2840626	Schagen	schagen	DE		0	Europe/Berlin	52.38845	7.95968				06	00	03459	03459014
2840627	Schagen	schagen	DE		0	Europe/Berlin	51.22324	6.25692				07	051	05166	05166024
2840628	Schafwinkel	schafwinkel	DE		0	Europe/Berlin	52.96423	9.44277				06	00	03361	03361005
2840629	Schafwedel	schafwedel	DE		0	Europe/Berlin	52.82948	10.74102				06	00	03360	03360005
2840632	Schaftnach	schaftnach	DE		0	Europe/Berlin	49.32188	11.07963				02	095	09565	09565000
2840633	Schaftlding	schaftlding	DE		0	Europe/Berlin	48.29275	12.06399				02	091	09177	09177127
2840635	Schaftlach	schaftlach	DE		0	Europe/Berlin	47.79535	11.68279				02	091	09182	09182134
2840636	Schäftersheim	schaftersheim	DE		0	Europe/Berlin	49.49778	9.89861		Schaftersheim,Schäftersheim		01	081	08128	08128126
2840639	Schäfstoß	schafstoss	DE		0	Europe/Berlin	48.38777	10.71028				02	097	09772	09772159
2840645	Schäfstall	schafstall	DE		0	Europe/Berlin	48.72528	10.84722				02	097	09779	09779131
2840647	Schafstädt	schafstaedt	DE		2170	Europe/Berlin	51.38131	11.77302		Schafstadt,Schafstädt		14	00	15088	15088025
2840650	Schafshill	schafshill	DE		0	Europe/Berlin	48.92514	11.62886				02	091	09176	09176112
2840654	Schafpreskeln	schafpreskeln	DE		0	Europe/Berlin	50.82792	12.03757				15	00	16052	16052000
2840660	Schafmaier	schafmaier	DE		0	Europe/Berlin	47.73333	9.71667				01	084	08436	08436079
2840661	Schäflohe	schaflohe	DE		0	Europe/Berlin	49.46238	11.80953				02	093	09361	09361000
2840665	Schafkoven	schafkoven	DE		0	Europe/Berlin	53.06693	8.65337				06	00	03401	03401000
2840672	Schafhübel	schafhubel	DE		0	Europe/Berlin	50.36384	11.90757				02	094	09475	09475123
2840678	Schafhöfen	schafhofen	DE		0	Europe/Berlin	48.88378	12.4199				02	093	09375	09375171
2840680	Schafhof	schafhof	DE		0	Europe/Berlin	49.4785	11.11799				02	095	09564	09564000
2840681	Schafhof	schafhof	DE		0	Europe/Berlin	50.22016	10.92751		Schafhof		02	094	09473	09473112
2840682	Schafhof	schafhof	DE		0	Europe/Berlin	50.00093	7.8921				05	064	06439	06439013
2840683	Schafhof	schafhof	DE		0	Europe/Berlin	49.83004	9.91575				02	096	09663	09663000
2840684	Schafhof	schafhof	DE		0	Europe/Berlin	49.71804	9.55921				01	081	08128	08128131
2840685	Schafhof	schafhof	DE		0	Europe/Berlin	49.55088	10.2543				02	095	09575	09575168
2840686	Schafhof	schafhof	DE		0	Europe/Berlin	49.34989	11.3173				02	095	09574	09574117
2840687	Schafhof	schafhof	DE		0	Europe/Berlin	49.29132	11.48741				02	093	09373	09373147
2840688	Schafhof	schafhof	DE		0	Europe/Berlin	49.2175	12.90068				02	093	09372	09372151
2840689	Schafhof	schafhof	DE		0	Europe/Berlin	49.2	11.21667				02	095	09576	09576127
2840690	Schafhof	schafhof	DE		0	Europe/Berlin	48.88726	9.64409				01	081	08119	08119084
2840691	Schafhof	schafhof	DE		0	Europe/Berlin	48.7	9.56667				01	081	08117	08117003
2840692	Schafhof	schafhof	DE		0	Europe/Berlin	48.65	9.48333		Schafhof		01	081	08116	08116033
2840712	Schafhausen	schafhausen	DE		0	Europe/Berlin	51.52133	7.83905				07	059	05974	05974056
2840713	Schafhausen	schafhausen	DE		0	Europe/Berlin	51.05471	6.11825		Schafhausen		07	053	05370	05370016
2840714	Schafhausen	schafhausen	DE		0	Europe/Berlin	50.5726	10.16977				15	00	16066	16066019
2840715	Schafhausen	schafhausen	DE		0	Europe/Berlin	49.75856	8.15266				08	00	07331	07331003
2840716	Schafhausen	schafhausen	DE		0	Europe/Berlin	48.97819	11.30905				02	091	09176	09176137
2840717	Schafhausen	schafhausen	DE		0	Europe/Berlin	48.72492	8.89416				01	081	08115	08115050
2840720	Schafhaus	schafhaus	DE		0	Europe/Berlin	53.92209	10.17269				10	00	01060	01060007
2840734	Schaffhausen	schaffhausen	DE		0	Europe/Berlin	49.2562	6.80999			10044120	09	00	10044	10044120
2840735	Schaffhausen	schaffhausen	DE		0	Europe/Berlin	48.96537	10.57568				02	097	09779	09779138
2840736	Schaffhausen	schaffhausen	DE		0	Europe/Berlin	48.76066	10.6376				02	097	09779	09779184
2840737	Schaffhausen	schaffhausen	DE		0	Europe/Berlin	48.39245	11.15061				02	097	09771	09771165
2840740	Schaffelkingen	schaffelkingen	DE		0	Europe/Berlin	48.37304	9.91151				01	084	08421	08421000
2840741	Schaffeld	schaffeld	DE		0	Europe/Berlin	51.07484	7.20195				07	053	05378	05378032
2840756	Schäferkamp	schaeferkamp	DE		0	Europe/Berlin	51.62749	8.36731				07	059	05974	05974016
2840769	Schäfereihäuser	schaefereihaeuser	DE		0	Europe/Berlin	50.56914	12.17486				13	00	14523	14523330
2840772	Schäferei	schaferei	DE		0	Europe/Berlin	49.39296	12.66892				02	093	09372	09372171
2840801	Schafburg	schafburg	DE		0	Europe/Berlin	48.95765	12.74242				02	092	09278	09278139
2840804	Schafbrücke	schafbruecke	DE		0	Europe/Berlin	49.22629	7.04687				09	00	10041	10041100
2840805	Schafbruck	schafbruck	DE		0	Europe/Berlin	49.94233	12.10496				02	093	09377	09377157
2840810	Schafberg	schafberg	DE		0	Europe/Berlin	52.29326	7.72427				07	055	05566	05566028
2840811	Schafberg	schafberg	DE		0	Europe/Berlin	49.32814	12.8428				02	093	09372	09372126
2840840	Schafau	schafau	DE		0	Europe/Berlin	51.19339	11.38879				15	00	16068	16068042
2840844	Schaephuysen	schaephuysen	DE		0	Europe/Berlin	51.44065	6.48406		Schaephuysen		07	051	05154	05154048
2840846	Schadow	schadow	DE		0	Europe/Berlin	52.04541	14.27278				11	00	12067	12067137
2840848	Schadlos	schadlos	DE		0	Europe/Berlin	49.84407	10.9144				02	094	09471	09471169
2840849	Schädlichhäuser	schaedlichhaeuser	DE		0	Europe/Berlin	50.52865	12.51497				13	00	14521	14521600
2840850	Schädlichberg	schaedlichberg	DE		0	Europe/Berlin	50.5	12.55				13	00	14521	14521540
2840851	Schadhub	schadhub	DE		0	Europe/Berlin	47.75632	12.17259				02	091	09187	09187172
2840852	Schadham	schadham	DE		0	Europe/Berlin	48.73594	13.29014				02	092	09272	09272150
2840853	Schadges	schadges	DE		0	Europe/Berlin	50.56768	9.41888		Schadges		05	065	06535	06535008
2840854	Schadewohl	schadewohl	DE		0	Europe/Berlin	52.76695	10.85498		Schadewohl		14	00	15081	15081105
2840857	Schadewalde	schadewalde	DE		0	Europe/Berlin	51.87047	12.89052				14	00	15091	15091145
2840858	Schaderthal	schaderthal	DE		0	Europe/Berlin	50.57992	11.36551				15	00	16073	16073067
2840859	Schadersberg	schadersberg	DE		0	Europe/Berlin	49.92307	11.85655				02	093	09377	09377127
2840860	Schaderode	schaderode	DE		0	Europe/Berlin	51.00874	10.925				15	00	16051	16051000
2840864	Schadenreuth	schadenreuth	DE		0	Europe/Berlin	49.84667	12.01823				02	093	09377	09377116
2840867	Schadendorf	schadendorf	DE		0	Europe/Berlin	53.94999	8.94622				10	00	01051	01051062
2840868	Schadendorf	schadendorf	DE		0	Europe/Berlin	53.68598	9.59808				10	00	01056	01056037
2840869	Schadendorf	schadendorf	DE		0	Europe/Berlin	51.40121	14.64011		Pakosnica		13	00	14626	14626060
2840870	Schadendorf	schadendorf	DE		0	Europe/Berlin	51.36667	11.86667				14	00	15088	15088025
2840871	Schadendeck	schadendeck	DE		0	Europe/Berlin	50.31623	12.2804				13	00	14523	14523010
2840872	Schadenbirndorf	schadenbirndorf	DE		0	Europe/Berlin	47.61545	8.13228				01	083	08337	08337002
2840877	Schadenbach	schadenbach	DE		0	Europe/Berlin	50.69604	8.97305				05	065	06535	06535009
2840878	Schaden	schaden	DE		0	Europe/Berlin	47.70483	13.0369				02	091	09172	09172124
2840881	Schädelkamp	schaedelkamp	DE		0	Europe/Berlin	53.26221	8.58844				06	00	03356	03356009
2840883	Schadeland	schadeland	DE		0	Europe/Berlin	53.54003	10.86415				12	00	13076	13076092
2840886	Schadefähre	schadefaehre	DE		0	Europe/Berlin	53.86123	13.80346				12	00	13075	13075007
2840887	Schadeck	schadeck	DE		0	Europe/Berlin	50.41025	8.15632		Schadeck		05	065	06533	06533013
2840888	Schadebeuster	schadebeuster	DE		0	Europe/Berlin	52.96492	11.7958				11	00	12070	12070424
2840893	Schaddingsdorf	schaddingsdorf	DE		0	Europe/Berlin	53.74605	10.96926				12	00	13074	13074042
2840895	Schaddel	schaddel	DE		0	Europe/Berlin	51.2	12.75324		Grossbothen-Schaddel,Großbothen-Schaddel,Schaddel		13	00	14729	14729160
2840897	Schadberg	schadberg	DE		0	Europe/Berlin	48.90235	9.67608				01	081	08119	08119037
2840899	Schäcksdorf	schaecksdorf	DE		0	Europe/Berlin	51.93083	13.55556				11	00	12061	12061097
2840909	Schackau	schackau	DE		0	Europe/Berlin	50.56868	9.86959				05	066	06631	06631013
2840911	Schachtrup	schachtrup	DE		0	Europe/Berlin	51.70518	8.14812				07	059	05974	05974024
2840917	Schachtenbach	schachtenbach	DE		0	Europe/Berlin	49.06726	13.18035				02	092	09276	09276115
2840918	Schachten	schachten	DE		0	Europe/Berlin	51.43333	12.38333				05			
2840919	Schachten	schachten	DE		0	Europe/Berlin	49.97441	12.40949				02	093	09377	09377142
2840920	Schachten	schachten	DE		0	Europe/Berlin	49.33217	12.95013				02	093	09372	09372124
2840921	Schachten	schachten	DE		0	Europe/Berlin	48.60829	12.06863				02	092	09274	09274187
2840922	Schachten	schachten	DE		0	Europe/Berlin	48.36433	12.92638				02	092	09277	09277148
2840923	Schachten	schachten	DE		0	Europe/Berlin	48.37369	12.80801				02	092	09277	09277153
2840932	Schächtelburg	schaechtelburg	DE		0	Europe/Berlin	50.33333	9.26667				05	064	06440	06440013
2840934	Schachtberg	schachtberg	DE		0	Europe/Berlin	51.60677	11.80583				14	00	15088	15088216
2840935	Schachtberg	schachtberg	DE		0	Europe/Berlin	51.46667	11.76667				14	00	15087	15087386
2840937	Schacht	schacht	DE		0	Europe/Berlin	54.30526	9.72067				10	00	01058	01058140
2840938	Schacht	schacht	DE		0	Europe/Berlin	50.07155	12.18188				02	094	09479	09479112
2840943	Schaching	schaching	DE		0	Europe/Berlin	48.85	12.96667				02	092	09271	09271119
2840944	Schaching	schaching	DE		0	Europe/Berlin	48.49581	11.59841				02	091	09186	09186152
2840947	Schachhof	schachhof	DE		0	Europe/Berlin	48.62115	11.29986				02	091	09185	09185123
2840956	Schachenmühle	schachenmuhle	DE		0	Europe/Berlin	47.8148	9.78635				01	084	08436	08436085
2840960	Schachendorf	schachendorf	DE		0	Europe/Berlin	49.16857	12.69757				02	093	09372	09372116
2840966	Schachen	schachen	DE		0	Europe/Berlin	50.46554	9.91851				05	066	06631	06631010
2840967	Schachen	schachen	DE		0	Europe/Berlin	48.26468	8.41727				01	083	08325	08325001
2840968	Schachen	schachen	DE		0	Europe/Berlin	47.97113	10.06339				01	084	08426	08426100
2840969	Schachen	schachen	DE		0	Europe/Berlin	47.93879	10.27151				02	097	09778	09778186
2840970	Schachen	schachen	DE		0	Europe/Berlin	47.89272	10.18619		Schachen		02	097	09778	09778144
2840971	Schachen	schachen	DE		0	Europe/Berlin	47.8365	9.64229				01	084	08436	08436012
2840972	Schachen	schachen	DE		0	Europe/Berlin	47.82856	9.49648				01	084	08436	08436095
2840973	Schachen	schachen	DE		0	Europe/Berlin	47.60399	8.09878				01	083	08337	08337002
2840974	Schachen	schachen	DE		0	Europe/Berlin	47.56667	9.66667				02	097	09776	09776111
2840990	Schachach	schachach	DE		0	Europe/Berlin	48.46649	11.40647				02	091	09186	09186125
2840992	Schacha	schacha	DE		0	Europe/Berlin	48.50637	13.05534				02	092	09277	09277117
2840993	Schacha	schacha	DE		0	Europe/Berlin	49.02792	11.83924				02	093	09375	09375148
2840994	Schacha	schacha	DE		0	Europe/Berlin	48.74863	13.22176				02	092	09271	09271114
2840995	Schacha	schacha	DE		0	Europe/Berlin	48.11093	12.13986				02	091	09187	09187186
2840997	Schabringen	schabringen	DE		0	Europe/Berlin	48.60435	10.45587				02	097	09773	09773183
2840998	Schabow	schabow	DE		0	Europe/Berlin	54.08132	12.63445				12	00	13073	13073050
2841001	Schabinghof	schabinghof	DE		0	Europe/Berlin	48.06296	12.3561				02	091	09189	09189142
2841002	Schabing	schabing	DE		0	Europe/Berlin	48.10242	12.53533				02	091	09189	09189115
2841003	Schabernack	schabernack	DE		0	Europe/Berlin	54.28698	13.37644				12	00	13073	13073027
2841004	Schabernack	schabernack	DE		0	Europe/Berlin	50.77269	7.61152		Schabernack		07	053	05382	05382076
2841006	Schaberg	schaberg	DE		0	Europe/Berlin	51.16401	7.11935				07	051	05122	05122000
2841009	Schabenhausen	schabenhausen	DE		0	Europe/Berlin	48.12979	8.49131		Schabenhausen		01	083	08326	08326041
2841010	Schabenberg	schabenberg	DE		0	Europe/Berlin	48.81149	13.32415				02	092	09272	09272147
2841011	Schabenberg	schabenberg	DE		0	Europe/Berlin	48.53302	11.43895				02	091	09186	09186143
2841012	Schabelhöfe	schabelhofe	DE		0	Europe/Berlin	47.85239	8.62981				01	083	08326	08326005
2841017	Schaarreihe	schaarreihe	DE		0	Europe/Berlin	53.5317	8.07967				06	00	03405	03405000
2841020	Schaardeich	schaardeich	DE		0	Europe/Berlin	53.52462	8.05826				06	00	03405	03405000
2841021	Schaapsen	schaapsen	DE		0	Europe/Berlin	52.81622	8.89946				06	00	03251	03251049
2841022	Schaan	schaan	DE		0	Europe/Berlin	51.11202	6.48889				07	051	05162	05162012
2841024	Schaalhof	schaalhof	DE		0	Europe/Berlin	53.48333	10.91667				12	00	13076	13076073
2841029	Schaala	schaala	DE		0	Europe/Berlin	50.71578	11.29383				15	00	16073	16073076
2841030	Schaaken	schaaken	DE		0	Europe/Berlin	51.19935	8.83378				05	066	06635	06635016
2841034	Schaag	schaag	DE		0	Europe/Berlin	51.28203	6.24483				07	051	05166	05166016
2841035	Schaafwinkel	schaafwinkel	DE		0	Europe/Berlin	52.96667	9.45				06	00	03361	03361005
2841036	Schafsee	schafsee	DE		0	Europe/Berlin	51.43203	11.64874				14	00	15088	15088340
2841037	Schaafsdorf	schaafsdorf	DE		0	Europe/Berlin	51.35955	11.36243				15	00	16065	16065086
2841044	Skado	skado	DE		0	Europe/Berlin	51.5	14.11667		Scado,Skodow,Škodow		13	00	14625	14625120
2841049	Saxonia	saxonia	DE		0	Europe/Berlin	51.38705	14.11153				13	00	14625	14625030
2841051	Saxing	saxing	DE		0	Europe/Berlin	48.60499	13.67678				02	092	09275	09275153
2841052	Saxenkam	saxenkam	DE		0	Europe/Berlin	47.78303	12.17633				02	091	09187	09187154
2841053	Saxdorf	saxdorf	DE		0	Europe/Berlin	51.50119	13.2842		Saxdorf		11	00	12062	12062500
2841054	Saxberg	saxberg	DE		0	Europe/Berlin	48.96632	11.96535				02	093	09375	09375199
2841055	Saxberg	saxberg	DE		0	Europe/Berlin	48.57034	11.8886				02	091	09178	09178132
2841058	Sawall	sawall	DE		0	Europe/Berlin	52.07364	14.18123				11	00	12067	12067493
2841059	Saverwang	saverwang	DE		0	Europe/Berlin	48.93981	10.12703				01	081	08136	08136089
2841063	Sauwasen	sauwasen	DE		0	Europe/Berlin	48.05749	7.66386				01	083	08315	08315059
2841067	Sautzschen	sautzschen	DE		0	Europe/Berlin	51.02305	12.05424				14	00	15084	15084565
2841068	Sautorn	sautorn	DE		0	Europe/Berlin	48.78826	12.82498				02	092	09271	09271151
2841069	Sautmannshausen	sautmannshausen	DE		0	Europe/Berlin	52.68663	7.45283				06	00	03454	03454019
2841070	Sauters	sauters	DE		0	Europe/Berlin	47.59522	9.7141				02	097	09776	09776116
2841075	Sausthal	sausthal	DE		0	Europe/Berlin	48.95462	11.81478				02	092	09273	09273133
2841078	Sauserhof	sauserhof	DE		0	Europe/Berlin	49.01309	9.30974				01	081	08118	08118021
2841079	Sausenthal	sausenthal	DE		0	Europe/Berlin	48.31667	10.31667				02	097	09774	09774189
2841080	Sausenhofen	sausenhofen	DE		0	Europe/Berlin	49.06639	10.75888		Sausenhofen		02	095	09577	09577122
2841081	Sausenheim	sausenheim	DE		0	Europe/Berlin	49.54744	8.15769				08	00	07332	07332024
2841084	Sausedlitz	sausedlitz	DE		0	Europe/Berlin	51.57095	12.42633		Sauseditz,Sausedlitz		13	00	14730	14730180
2841085	Sauschwitz	sauschwitz	DE		0	Europe/Berlin	51.18117	12.26428				13	00	14729	14729350
2841086	Sauschwemme	sauschwemme	DE		0	Europe/Berlin	50.44306	12.65592		Sauschwemme		13	00	14521	14521320
2841095	Säuritz	saeuritz	DE		0	Europe/Berlin	51.19151	14.16775		Zuricy,Žuricy		13	00	14625	14625440
2841100	Saurenhaus	saurenhaus	DE		0	Europe/Berlin	51.25985	7.08817		Saurenhaus		07	051	05124	05124000
2841104	Saurasen	saurasen	DE		0	Europe/Berlin	51.62067	11.37836				14	00	15087	15087275
2841105	Saurach	saurach	DE		0	Europe/Berlin	49.15398	9.97538				01	081	08127	08127014
2841106	Saupsdorf	saupsdorf	DE		0	Europe/Berlin	50.94102	14.33184				13	00	14628	14628360
2841107	Saupersdorf	saupersdorf	DE		0	Europe/Berlin	50.60985	12.54236				13	00	14524	14524130
2841111	Sauo	sauo	DE		0	Europe/Berlin	51.55	13.96667				11	00	12066	12066285
2841112	Saunstorf	saunstorf	DE		0	Europe/Berlin	53.82229	11.36807				12	00	13074	13074008
2841115	Saumer	saumer	DE		0	Europe/Berlin	51.84055	9.2977				07	057	05762	05762024
2841117	Saulorn	saulorn	DE		0	Europe/Berlin	48.831	13.50344				02	092	09272	09272127
2841122	Säulnhof	saulnhof	DE		0	Europe/Berlin	49.42101	12.1158				02	093	09376	09376169
2841127	Saulengrain	saulengrain	DE		0	Europe/Berlin	47.99777	10.46009				02	097	09778	09778113
2841129	Saulburg	saulburg	DE		0	Europe/Berlin	48.99141	12.55262				02	092	09278	09278197
2841130	Saulbach	saulbach	DE		0	Europe/Berlin	48.81011	12.49828				02	092	09278	09278121
2841134	Saulach	saulach	DE		0	Europe/Berlin	48.33343	10.57074				02	097	09772	09772131
2841144	Sauingen	sauingen	DE		0	Europe/Berlin	52.19027	10.41251				06	00	03102	03102000
2841147	Sauheim	sauheim	DE		0	Europe/Berlin	49.36018	11.81099				02	093	09371	09371154
2841158	Sauggart	sauggart	DE		0	Europe/Berlin	48.17001	9.64036				01	084	08426	08426124
2841159	Saugendorf	saugendorf	DE		0	Europe/Berlin	49.82958	11.31497				02	094	09472	09472197
2841168	Sauersberg	sauersberg	DE		0	Europe/Berlin	48.36088	12.71393				02	092	09277	09277134
2841169	Sauersberg	sauersberg	DE		0	Europe/Berlin	47.7471	11.52716				02	091	09173	09173145
2841171	Sauersack	sauersack	DE		0	Europe/Berlin	50.61987	12.54803				13	00	14524	14524130
2841174	Sauernheim	sauernheim	DE		0	Europe/Berlin	49.24759	10.7614				02	095	09571	09571226
2841180	Sauerhöfle	sauerhofle	DE		0	Europe/Berlin	48.95737	9.61158				01	081	08119	08119044
2841183	Sauerheim	sauerheim	DE		0	Europe/Berlin	49.625	10.79862				02	095	09572	09572164
2841187	Sauerbrunnen	sauerbrunnen	DE		0	Europe/Berlin	51.15038	9.23241				05	066	06634	06634005
2841188	Sauerbrunnen	sauerbrunnen	DE		0	Europe/Berlin	50.1405	7.56306		Sauerbrunnen		08	00	07140	07140084
2841190	Sauerbruch	sauerbruch	DE		0	Europe/Berlin	51.31667	7.3				07	059	05954	05954012
2841201	Sauerbach	sauerbach	DE		0	Europe/Berlin	49.21223	10.51238				02	095	09571	09571166
2841208	Sauen	sauen	DE		0	Europe/Berlin	52.26121	14.21536		Sauen		11	00	12067	12067426
2841213	Saubersrieth	saubersrieth	DE		0	Europe/Berlin	49.57277	12.42038				02	093	09374	09374137
2841253	Satzvey	satzvey	DE		0	Europe/Berlin	50.62029	6.70364		Satzvey		07	053	05366	05366028
2841254	Satzung	satzung	DE		0	Europe/Berlin	50.52615	13.19613		Satzung		13	00	14521	14521390
2841257	Satzing	satzing	DE		0	Europe/Berlin	48.50418	12.56593				02	092	09277	09277121
2841258	Satzenberg	satzenberg	DE		0	Europe/Berlin	48.28464	12.96828				02	092	09277	09277145
2841260	Satzdorf	satzdorf	DE		0	Europe/Berlin	49.22079	12.71082				02	093	09372	09372155
2841262	Satzbach	satzbach	DE		0	Europe/Berlin	48.5976	13.52905				02	092	09275	09275150
2841264	Satuelle	satuelle	DE		0	Europe/Berlin	52.33475	11.37957				14	00	15083	15083270
2841266	Sattlthambach	sattlthambach	DE		0	Europe/Berlin	48.17723	12.29641				02	091	09183	09183118
2841267	Sattling	sattling	DE		0	Europe/Berlin	48.70042	13.11227				02	092	09271	09271153
2841270	Sattlern	sattlern	DE		0	Europe/Berlin	48.58573	12.86624				02	092	09277	09277111
2841272	Sattenhausen	sattenhausen	DE		0	Europe/Berlin	51.5057	10.09793		Sattenhausen		06	00	03159	03159015
2841274	Sattenbeuren	sattenbeuren	DE		0	Europe/Berlin	48.02967	9.64799				01	084	08426	08426014
2841275	Sattelweiler	sattelweiler	DE		0	Europe/Berlin	49.16961	10.07614				01	081	08127	08127073
2841276	Sättelstädt	saettelstaedt	DE		0	Europe/Berlin	50.94374	10.48028				15	00	16063	16063098
2841278	Sattelpeilnstein	sattelpeilnstein	DE		0	Europe/Berlin	49.1268	12.6694		Sattelpeilnstein		02	093	09372	09372164
2841279	Sattelpaß	sattelpass	DE		0	Europe/Berlin	50.44856	11.24537				15	00	16072	16072024
2841281	Sattelmannsburg	sattelmannsburg	DE		0	Europe/Berlin	49.73962	11.23901				02	094	09474	09474129
2841284	Sattelhof	sattelhof	DE		0	Europe/Berlin	47.67348	7.87797				01	083	08336	08336081
2841287	Sattelgrund	sattelgrund	DE		0	Europe/Berlin	50.44155	11.26419				02	094	09476	09476179
2841291	Sattelbogen	sattelbogen	DE		0	Europe/Berlin	49.11013	12.62751		Sattelbogen		02	093	09372	09372164
2841294	Sattelberg	sattelberg	DE		0	Europe/Berlin	48.48746	11.27206				02	091	09185	09185131
2841295	Sattelberg	sattelberg	DE		0	Europe/Berlin	47.74916	12.17204				02	091	09187	09187172
2841309	Sattelbach	sattelbach	DE		0	Europe/Berlin	49.41198	9.16919				01	082	08225	08225058
2841310	Sattelbach	sattelbach	DE		0	Europe/Berlin	47.77999	9.45583		Sattelbach		01	084	08436	08436095
2841313	Sattel	sattel	DE		0	Europe/Berlin	47.68333	9.81667				01	084	08436	08436081
2841318	Satrupkirchenholz	satrupkirchenholz	DE		0	Europe/Berlin	54.68146	9.5744		Kirchenholz,Satrupkirchenholz		10	00	01059	01059185
2841321	Satow-Oberhagen	satow-oberhagen	DE		5895	Europe/Berlin	53.99545	11.88466		Satow-Oberhagen		12	00	13072	13072093
2841322	Satow-Niederhagen	satow-niederhagen	DE		0	Europe/Berlin	53.98662	11.8825				12	00	13072	13072093
2841323	Satower Hütte	satower-huette	DE		0	Europe/Berlin	53.42386	12.38829				12	00	13071	13071036
2841327	Satlage	satlage	DE		0	Europe/Berlin	52.44053	8.5096				07	057	05770	05770044
2841328	Satkau	satkau	DE		0	Europe/Berlin	52.95103	10.88328				06	00	03354	03354002
2841329	Satjewitz	satjewitz	DE		0	Europe/Berlin	54.31491	11.02192				10	00	01055	01055031
2841330	Satjendorf	satjendorf	DE		0	Europe/Berlin	54.36171	10.53546				10	00	01057	01057055
2841332	Satemin	satemin	DE		0	Europe/Berlin	52.9566	11.0949				06	00	03354	03354018
2841334	Saßmicke	sassmicke	DE		0	Europe/Berlin	50.99746	7.82993				07	059	05966	05966024
2841335	Saßmannshausen	sassmannshausen	DE		0	Europe/Berlin	50.95087	8.37151				07	059	05970	05970028
2841337	Sasserath	sasserath	DE		0	Europe/Berlin	51.12209	6.46179		Sasserath		07	051	05116	05116000
2841338	Sassenweiler	sassenweiler	DE		0	Europe/Berlin	47.61667	9.68333				01	084	08435	08435057
2841339	Sassenscheid	sassenscheid	DE		0	Europe/Berlin	51.30357	7.63817				07	059	05962	05962044
2841340	Sassenroth	sassenroth	DE		0	Europe/Berlin	50.77047	7.91524				08	00	07132	07132050
2841341	Sassenreuth	sassenreuth	DE		0	Europe/Berlin	49.77583	11.70113				02	093	09374	09374129
2841342	Sasserath	sasserath	DE		0	Europe/Berlin	50.47712	6.82351		Sassenrath,Sasserath		07	053	05366	05366004
2841345	Sassenholz	sassenholz	DE		0	Europe/Berlin	53.35016	9.31194				06	00	03357	03357021
2841346	Sassenhof	sassenhof	DE		0	Europe/Berlin	49.82706	12.06321				02	093	09377	09377132
2841347	Sassenfeld	sassenfeld	DE		0	Europe/Berlin	51.31551	6.25532				07	051	05166	05166016
2841348	Sassendorf	sassendorf	DE		0	Europe/Berlin	49.9892	10.94873				02	094	09471	09471214
2841349	Sassendorf	sassendorf	DE		0	Europe/Berlin	53.35468	10.57841				06	00	03355	03355019
2841355	Sassenbach	sassenbach	DE		0	Europe/Berlin	51.10353	7.40196		Sassenbach		07	053	05374	05374052
2841364	Sassbach	sassbach	DE		0	Europe/Berlin	48.72075	13.58348				02	092	09272	09272151
2841367	Sassanfahrt	sassanfahrt	DE		0	Europe/Berlin	49.8083	10.98058				02	094	09471	09471145
2841368	Sasendorf	sasendorf	DE		0	Europe/Berlin	53.07381	10.55803				06	00	03360	03360002
2841370	Saselheide	saselheide	DE		0	Europe/Berlin	53.63333	10.13333				04	00	02000	02000000
2841371	Saselberg	saselberg	DE		0	Europe/Berlin	53.66667	10.1				04	00	02000	02000000
2841373	Sasel	sasel	DE		0	Europe/Berlin	54.21679	10.5175				10	00	01057	01057065
2841374	Sasel	sasel	DE		23131	Europe/Berlin	53.65385	10.11184				04	00	02000	02000000
2841376	Sasbachried	sasbachried	DE		0	Europe/Berlin	48.65605	8.08285				01	083	08317	08317001
2841382	Sarzen	sarzen	DE		0	Europe/Berlin	48.52527	12.92779				02	092	09277	09277126
2841384	Sarve	sarve	DE		0	Europe/Berlin	53.50571	8.44139				06	00	03461	03461007
2841385	Sartjendorf	sartjendorf	DE		0	Europe/Berlin	54.45083	11.13195				10	00	01055	01055046
2841387	Sarrod	sarrod	DE		0	Europe/Berlin	50.35231	9.3976				05	064	06435	06435028
2841392	Sarnstall	sarnstall	DE		0	Europe/Berlin	49.21089	7.93835				08	00	07337	07337501
2841396	Sarninghausen	sarninghausen	DE		0	Europe/Berlin	52.56936	8.9954				06	00	03256	03256030
2841400	Sarnau	sarnau	DE		0	Europe/Berlin	50.86604	8.75547				05	065	06534	06534012
2841401	Sarmstorf	sarmstorf	DE		0	Europe/Berlin	53.86168	12.73352				12	00	13072	13072066
2841402	Sarmstorf	sarmstorf	DE		535	Europe/Berlin	53.8421	12.20718				12	00	13072	13072092
2841404	Sarling	sarling	DE		0	Europe/Berlin	48.3256	12.50785				02	091	09183	09183130
2841408	Sarkow	sarkow	DE		0	Europe/Berlin	52.08156	14.22136				11	00	12067	12067137
2841409	Särka	saerka	DE		0	Europe/Berlin	51.17966	14.63838		Zarki,Žarki		13	00	14625	14625610
2841410	Säritz	saeritz	DE		0	Europe/Berlin	51.74564	13.91961		Zarec,Zarěc		11	00	12066	12066052
2841411	Saritsch	saritsch	DE		0	Europe/Berlin	51.23601	14.33313		Saritsch,Zarec,Zarěč		13	00	14625	14625360
2841412	Särichen	saerichen	DE		0	Europe/Berlin	51.25972	14.88629				13	00	14626	14626230
2841413	Sargstedter Siedlung	sargstedter-siedlung	DE		0	Europe/Berlin	51.91333	11.02449				14	00	15085	15085135
2841415	Sargleben	sargleben	DE		0	Europe/Berlin	53.1849	11.65145				11	00	12070	12070173
2841416	Sargenzell	sargenzell	DE		0	Europe/Berlin	50.66432	9.73929				05	066	06631	06631015
2841420	Sargau	sargau	DE		0	Europe/Berlin	47.97151	12.11419				02	091	09187	09187170
2841421	Sarenseck	sarenseck	DE		0	Europe/Berlin	53.12674	11.01791				06	00	03354	03354006
2841423	Sarching	sarching	DE		0	Europe/Berlin	49.0144	12.23113				02	093	09375	09375117
2841424	Särchen	saerchen	DE		0	Europe/Berlin	51.27577	14.51715		Zdzar,Zdźar		13	00	14625	14625160
2841425	Sarchem	sarchem	DE		0	Europe/Berlin	53.14631	11.00386				06	00	03354	03354009
2841426	Sarau	sarau	DE		0	Europe/Berlin	54.05538	10.53061				10	00	01060	01060025
2841428	Sappenfeld	sappenfeld	DE		0	Europe/Berlin	48.92154	11.1249				02	091	09176	09176160
2841430	Sapelloh	sapelloh	DE		0	Europe/Berlin	52.41903	8.84482		Sapelloh		06	00	03256	03256034
2841432	Sanzing	sanzing	DE		0	Europe/Berlin	48.69168	13.3626				02	092	09275	09275135
2841434	Sanzenhof	sanzenhof	DE		0	Europe/Berlin	48.737	13.3259				02	092	09275	09275121
2841435	Sanzenbach	sanzenbach	DE		0	Europe/Berlin	49.06178	9.68166		Sanzenbach		01	081	08127	08127100
2841437	Sanz	sanz	DE		0	Europe/Berlin	54.00787	13.44057				12	00	13075	13075041
2841439	Santow	santow	DE		0	Europe/Berlin	53.88188	11.18526				12	00	13074	13074026
2841443	Sanssouci	sanssouci	DE		0	Europe/Berlin	51.35274	7.87657		Sanssouci		07	059	05962	05962008
2841446	Sanspareil	sanspareil	DE		0	Europe/Berlin	49.98342	11.3138				02	094	09477	09477164
2841448	Sannum	sannum	DE		0	Europe/Berlin	53.00696	8.26709				06	00	03458	03458007
2841450	Sannerz	sannerz	DE		0	Europe/Berlin	50.32267	9.5933				05	064	06435	06435027
2841454	Sannau	sannau	DE		0	Europe/Berlin	53.13715	8.60221				06	00	03461	03461006
2841460	Sankt Wilhelmshütte	sankt-wilhelmshuette	DE		0	Europe/Berlin	51.45	8.36667				07	059	05974	05974044
2841465	Sankt Vit	sankt-vit	DE		0	Europe/Berlin	51.82432	8.27785				07	057	05754	05754028
2841466	Sankt Veit	sankt-veit	DE		0	Europe/Berlin	48.36076	12.50631				02	091	09183	09183129
2841467	Sankt Veit	sankt-veit	DE		0	Europe/Berlin	49.10417	10.95639				02	095	09577	09577161
2841468	Sankt Veit	sankt-veit	DE		0	Europe/Berlin	48.41929	13.11562				02	092	09277	09277112
2841469	Sankt Valentin	sankt-valentin	DE		0	Europe/Berlin	47.75817	12.65972				02	091	09189	09189140
2841471	Sankt Ulrich	sankt-ulrich	DE		0	Europe/Berlin	51.29985	11.79705				14	00	15088	15088235
2841472	Sankt Ulrich	sankt-ulrich	DE		0	Europe/Berlin	47.90884	7.83807				01	083	08315	08315014
2841473	Sankt Tönis	sankt-toenis	DE		0	Europe/Berlin	51.32547	6.49546		St. Toenis,St. Tönis		07	051	05166	05166028
2841475	Sankt Stephan	sankt-stephan	DE		0	Europe/Berlin	49.85806	8.59333				05	064	06432	06432008
2841476	Sankt Stephan	sankt-stephan	DE		0	Europe/Berlin	48.48798	10.89192				02	097	09771	09771158
2841479	Sankt Salvator	sankt-salvator	DE		0	Europe/Berlin	48.50474	13.19861				02	092	09275	09275124
2841480	Sankt Roman	sankt-roman	DE		0	Europe/Berlin	48.33136	8.29324				01	083	08317	08317145
2841481	Sankt Quirin	sankt-quirin	DE		0	Europe/Berlin	47.72766	11.74816				02	091	09182	09182116
2841491	Sankt Pauli	sankt-pauli	DE		0	Europe/Berlin	50.8	10.23333				15	00	16063	16063003
2841492	Sankt Paul	sankt-paul	DE		0	Europe/Berlin	48.31243	11.91356				02	091	09177	09177117
2841494	Sankt Ötzen	sankt-otzen	DE		0	Europe/Berlin	49.75282	12.35936				02	093	09374	09374122
2841498	Sankt Oswald	sankt-oswald	DE		0	Europe/Berlin	48.8926	13.42598				02	092	09272	09272143
2841500	Sankt Nikolaus	sankt-nikolaus	DE		0	Europe/Berlin	49.17052	6.82873				09	00	10041	10041512
2841501	Sankt Nikolaus	sankt-nikolaus	DE		0	Europe/Berlin	48.01239	7.72459				01	083	08311	08311000
2841502	Sankt Nikolaus	sankt-nikolaus	DE		0	Europe/Berlin	47.76714	11.08733		Bergerried,Sankt Nikolaus		02	091	09190	09190135
2841507	Sankt Moritz	sankt-moritz	DE		0	Europe/Berlin	48.45966	10.0143				01	084	08421	08421000
2841508	Sankt Micheln	sankt-micheln	DE		0	Europe/Berlin	51.29598	11.77947		Sankt Michelh,Sankt Micheln		14	00	15088	15088235
2841510	Sankt Michaelis	sankt-michaelis	DE		0	Europe/Berlin	50.87152	13.29458				13	00	14522	14522050
2841512	Sankt Medard	sankt-medard	DE		0	Europe/Berlin	49.73332	6.62954				08	00	07211	07211000
2841514	Sankt Mauritz	sankt-mauritz	DE		0	Europe/Berlin	51.95516	7.6779				07	055	05515	05515000
2841529	Sankt Magnus	sankt-magnus	DE		0	Europe/Berlin	53.16706	8.66171		Sankt Magnus		03	00	04011	04011000
2841530	Sankt Lorenz Süd	sankt-lorenz-sued	DE		0	Europe/Berlin	53.8588	10.66978				10	00	01003	01003000
2841531	Sankt Lorenz Nord	sankt-lorenz-nord	DE		0	Europe/Berlin	53.87247	10.66463				10	00	01003	01003000
2841535	Sankt Leonhard	sankt-leonhard	DE		0	Europe/Berlin	48.31023	13.25859				02	092	09275	09275116
2841536	Sankt Leonhard	sankt-leonhard	DE		0	Europe/Berlin	48.09287	12.33084				02	091	09187	09187116
2841537	Sankt Leonhard	sankt-leonhard	DE		0	Europe/Berlin	47.84722	11.03275				02	091	09190	09190158
2841541	Sankt Leon	sankt-leon	DE		0	Europe/Berlin	49.2675	8.59972				01	082	08226	08226103
2841542	Sankt Landolin	sankt-landolin	DE		0	Europe/Berlin	48.24233	7.87419				01	083	08317	08317026
2841543	Sankt Kuno	sankt-kuno	DE		0	Europe/Berlin	49.76805	7.08335				08	00	07231	07231502
2841549	Sankt Kastl	sankt-kastl	DE		0	Europe/Berlin	48.62826	11.53049				02	091	09186	09186147
2841553	Sankt Jürgen	sankt-juergen	DE		0	Europe/Berlin	54.52504	9.57353				10	00	01059	01059075
2841554	Sankt Jürgen	sankt-juergen	DE		0	Europe/Berlin	53.84633	10.69769				10	00	01003	01003000
2841555	Sankt Jürgen	sankt-juergen	DE		0	Europe/Berlin	53.17645	8.8331				06	00	03356	03356005
2841556	Sankt Jürgen	sankt-juergen	DE		0	Europe/Berlin	52.97604	12.66744				11	00	12068	12068306
2841560	Sankt Jöris	sankt-joeris	DE		0	Europe/Berlin	50.83617	6.20999				07	053	05334	05334012
2841561	Sankt Joostergroden	sankt-joostergroden	DE		0	Europe/Berlin	53.65702	8.02097				06	00	03455	03455020
2841562	Sankt Jooster Altendeich	sankt-jooster-altendeich	DE		0	Europe/Berlin	53.66301	7.98678				06	00	03455	03455020
2841563	Sankt Joost	sankt-joost	DE		0	Europe/Berlin	53.67507	8.97013				06	00	03352	03352052
2841564	Sankt Joost	sankt-joost	DE		0	Europe/Berlin	53.65919	7.98437				06	00	03455	03455020
2841566	Sankt Johann Nitz	sankt-johann-nitz	DE		0	Europe/Berlin	50.35	7.15				08	00	07137	07137068
2841567	Sankt Johannisrain	sankt-johannisrain	DE		0	Europe/Berlin	47.75	11.38333				02	091	09190	09190141
2841568	Sankt Johannisberg	sankt-johannisberg	DE		0	Europe/Berlin	49.79825	7.49643				08	00	07133	07133046
2841569	Sankt Johannis	sankt-johannis	DE		0	Europe/Berlin	49.94772	11.6157				02	094	09462	09462000
2841588	Sankt Jakob	sankt-jakob	DE		0	Europe/Berlin	50.5863	11.47729				15	00	16073	16073106
2841589	Sankt Jacobshof	sankt-jacobshof	DE		0	Europe/Berlin	53.9	11.43333				12	00	13074	13074087
2841592	Sankt Ilgen	sankt-ilgen	DE		0	Europe/Berlin	49.33345	8.67237		Sankt Ilgen		01	082	08226	08226041
2841593	Sankt Ilgen	sankt-ilgen	DE		0	Europe/Berlin	47.84205	7.67069				01	083	08315	08315111
2841596	Sankt Hülfer Bruch	sankt-huelfer-bruch	DE		0	Europe/Berlin	52.56378	8.4112				06	00	03251	03251012
2841597	Sankt Hülfe	sankt-huelfe	DE		0	Europe/Berlin	52.62167	8.39468				06	00	03251	03251012
2841600	Sankt Hubertus	sankt-hubertus	DE		0	Europe/Berlin	53.82021	10.72952				10	00	01053	01053041
2841602	Sankt Hubert	sankt-hubert	DE		0	Europe/Berlin	51.38365	6.45711				07	051	05166	05166012
2841603	Sankt Hermann	sankt-hermann	DE		0	Europe/Berlin	48.9169	13.07113				02	092	09276	09276116
2841604	Sankt Helena	sankt-helena	DE		0	Europe/Berlin	49.63072	11.35613				02	095	09574	09574158
2841605	Sankt Heinrich	sankt-heinrich	DE		0	Europe/Berlin	47.82469	11.33762		Sankt Heinrich		02	091	09173	09173137
2841606	Sankt Gregor	sankt-gregor	DE		0	Europe/Berlin	48.99379	11.64586				02	092	09273	09273164
2841607	Sankt Gotthardt	sankt-gotthardt	DE		0	Europe/Berlin	48.67348	9.68458				01	081	08117	08117026
2841612	Sankt Gilla	sankt-gilla	DE		0	Europe/Berlin	48.94249	12.30052				02	093	09375	09375170
2841613	Sankt Gilgenberg	sankt-gilgenberg	DE		0	Europe/Berlin	49.93045	11.50264				02	094	09472	09472131
2841614	Sankt Gilgen	sankt-gilgen	DE		0	Europe/Berlin	48.09884	11.27652				02	091	09188	09188121
2841615	Sankt Gertrud	sankt-gertrud	DE		0	Europe/Berlin	53.87782	10.69862				10	00	01003	01003000
2841616	Sankt Germannshof	sankt-germannshof	DE		0	Europe/Berlin	49.04731	7.89924				08	00	07340	07340001
2841617	Sankt Georgsberg	sankt-georgsberg	DE		0	Europe/Berlin	53.6969	10.75064				10	00	01053	01053100
2841618	Sankt Georgiwold	sankt-georgiwold	DE		0	Europe/Berlin	53.21774	7.32251				06	00	03457	03457021
2841621	Sankt Georgen	sankt-georgen	DE		0	Europe/Berlin	50.51075	8.39275				05	065	06532	06532003
2841622	Sankt Georgen	sankt-georgen	DE		0	Europe/Berlin	49.94961	11.59461				02	094	09462	09462000
2841623	Sankt Georgen	sankt-georgen	DE		0	Europe/Berlin	48.50979	12.92027				02	092	09277	09277114
2841624	Sankt Georgen	sankt-georgen	DE		0	Europe/Berlin	48.21667	12.66667				02	091	09171	09171111
2841625	Sankt Georgen	sankt-georgen	DE		0	Europe/Berlin	47.97924	7.79833		Sankt Georgen		01	083	08311	08311000
2841626	Sankt Georgen	sankt-georgen	DE		0	Europe/Berlin	47.97159	12.56261				02	091	09189	09189154
2841627	Sankt Georgen	sankt-georgen	DE		0	Europe/Berlin	47.94856	11.08438				02	091	09181	09181114
2841628	Sankt Georgen	sankt-georgen	DE		0	Europe/Berlin	47.66025	9.49445				01	084	08435	08435016
2841629	Sankt Georg-Amern	sankt-georg-amern	DE		0	Europe/Berlin	51.23316	6.26997				07	051	05166	05166024
2841630	Sankt Georg	sankt-georg	DE		0	Europe/Berlin	53.55	13.25				12	00	13071	13071107
2841631	St. Georg	st-georg	DE		12802	Europe/Berlin	53.55513	10.01231		Sankt Georg		04	00	02000	02000000
2841632	Sankt Georg	sankt-georg	DE		0	Europe/Berlin	48.03333	10.48333				02	097	09778	09778173
2841637	Sankt Franziskus	sankt-franziskus	DE		0	Europe/Berlin	48.37366	11.06113				02	097	09771	09771122
2841638	Sankt Erasmus	sankt-erasmus	DE		0	Europe/Berlin	48.19253	12.40768				02	091	09183	09183148
2841640	Sankt Dionys	sankt-dionys	DE		0	Europe/Berlin	53.33399	10.3987				06	00	03355	03355007
2841641	Sankt Colomann	sankt-colomann	DE		0	Europe/Berlin	49.25027	11.69417				02	093	09373	09373167
2841642	Sankt Christoph	sankt-christoph	DE		0	Europe/Berlin	48.11547	12.05447				02	091	09175	09175137
2841644	Sankt Bernhardt	sankt-bernhardt	DE		0	Europe/Berlin	48.75	9.33333		Sankt Bernhardt		01	081	08116	08116019
2841647	Sankt Barbara	sankt-barbara	DE		0	Europe/Berlin	49.33092	6.67947				09	00	10044	10044121
2841650	Sankt Arnual	sankt-arnual	DE		0	Europe/Berlin	49.21877	7.0128				09	00	10041	10041100
2841652	Sankt Antoniushof	sankt-antoniushof	DE		0	Europe/Berlin	49.7447	7.67922				08	00	07133	07133001
2841655	Sankt Anton-Amern	sankt-anton-amern	DE		0	Europe/Berlin	51.23163	6.24058				07	051	05166	05166024
2841656	Sankt Anton	sankt-anton	DE		0	Europe/Berlin	48.28903	12.72198				02	091	09171	09171129
2841657	Sankt Annen-Österfeld	sankt-annen-oesterfeld	DE		0	Europe/Berlin	54.35	9.1				10	00	01051	01051096
2841658	Sankt Annen-Neufeld	sankt-annen-neufeld	DE		343	Europe/Berlin	54.35	9.08333				10	00	01051	01051096
2841659	Sankt Annen-Damm	sankt-annen-damm	DE		0	Europe/Berlin	54.35	9.08333				10	00	01051	01051096
2841664	Sankt Annahof	sankt-annahof	DE		0	Europe/Berlin	48.03333	9.95				01	084	08426	08426113
2841666	Sankt Anna	sankt-anna	DE		0	Europe/Berlin	48.25	12.68333				02	091	09171	09171137
2841667	Sankt Anna	sankt-anna	DE		0	Europe/Berlin	48.31195	13.14698				02	092	09277	09277118
2841668	Sankt Anna	sankt-anna	DE		0	Europe/Berlin	48.05	10.55				02	097	09778	09778173
2841669	Sankt Anna	sankt-anna	DE		0	Europe/Berlin	47.78928	9.87273				01	084	08436	08436052
2841677	Sankt Afra	sankt-afra	DE		0	Europe/Berlin	48.33998	10.96648				02	097	09771	09771130
2841680	Sankenbach	sankenbach	DE		0	Europe/Berlin	48.49126	8.35926				01	082	08237	08237004
2841684	Alt-Sanitz	alt-sanitz	DE		5889	Europe/Berlin	53.81363	13.58786				12	00	13075	13075013
2841689	Sangerhof	sangerhof	DE		0	Europe/Berlin	49.4744	7.38801				08	00	07336	07336037
2841694	Sangenstedt	sangenstedt	DE		0	Europe/Berlin	53.34547	10.27298				06	00	03353	03353040
2841698	Sange	sange	DE		0	Europe/Berlin	51.16007	7.94151		Sange		07	059	05966	05966012
2841701	Sang	sang	DE		0	Europe/Berlin	51.41912	6.2775				07	051	05154	05154052
2841705	Saneberg	saneberg	DE		0	Europe/Berlin	47.56132	10.00274				02	097	09780	09780132
2841707	Sandwisch	sandwisch	DE		0	Europe/Berlin	52.40066	7.9886				06	00	03459	03459014
2841708	Sandwig	sandwig	DE		0	Europe/Berlin	54.8431	9.53478				10	00	01059	01059113
2841710	Sandweier	sandweier	DE		0	Europe/Berlin	48.80942	8.19471		Sandweier		01	082	08211	08211000
2841711	Sand-Wehl	sand-wehl	DE		0	Europe/Berlin	54.32705	8.75888				10	00	01054	01054035
2841712	Sandweg	sandweg	DE		0	Europe/Berlin	53.71667	9.65				10	00	01056	01056029
2841727	Sandtange	sandtange	DE		0	Europe/Berlin	53.07394	8.31145		Sandtange		06	00	03458	03458009
2841730	Sandstedtermoor	sandstedtermoor	DE		0	Europe/Berlin	53.35366	8.56677				06	00	03352	03352060
2841737	Sandschenke	sandschenke	DE		0	Europe/Berlin	51.33478	14.81107				13	00	14626	14626370
2841740	Sandsbach	sandsbach	DE		0	Europe/Berlin	48.80528	12.04944				02	092	09273	09273127
2841741	Sands	sands	DE		0	Europe/Berlin	50.52315	10.18662				02	096	09673	09673123
2841742	Sandrup	sandrup	DE		0	Europe/Berlin	52.02783	7.61887				07	055	05515	05515000
2841744	Sandreuth	sandreuth	DE		0	Europe/Berlin	50.0159	11.57733				02	094	09477	09477119
2841745	Sandraz	sandraz	DE		0	Europe/Berlin	47.7	9.95				01	084	08436	08436094
2841749	Sandow	sandow	DE		0	Europe/Berlin	51.76102	14.35085				11	00	12052	12052000
2841750	Sandort	sandort	DE		0	Europe/Berlin	54.3509	13.64978				12	00	13073	13073048
2841752	Sandoer Vorstadt	sandoer-vorstadt	DE		0	Europe/Berlin	51.8494	13.69959				11	00	12061	12061320
2841753	Sando	sando	DE		0	Europe/Berlin	51.84931	13.70545				11	00	12061	12061320
2841754	Sandmühle	sandmuhle	DE		0	Europe/Berlin	50.06909	12.16609				02	094	09479	09479112
2841757	Sandloh	sandloh	DE		0	Europe/Berlin	52.73096	7.92782				06	00	03453	03453006
2841758	Sandlofs	sandlofs	DE		0	Europe/Berlin	50.69572	9.59703				05	065	06535	06535015
2841760	Sandlingen	sandlingen	DE		0	Europe/Berlin	52.55606	10.20913		Santeln		06	00	03351	03351007
2841767	Sandkrug	sandkrug	DE		0	Europe/Berlin	54.45	9.85				10	00	01058	01058043
2841768	Sandkrug	sandkrug	DE		0	Europe/Berlin	53.54968	13.91331				12	00	13075	13075126
2841769	Sandkrug	sandkrug	DE		0	Europe/Berlin	53.51083	9.47834				06	00	03359	03359011
2841770	Sandkrug	sandkrug	DE		0	Europe/Berlin	53.28333	13.33333				12	00	13071	13071033
2841771	Sandkrug	sandkrug	DE		0	Europe/Berlin	52.9474	11.85194				11	00	12070	12070348
2841772	Sandkrug	sandkrug	DE		0	Europe/Berlin	52.88607	13.87376				11	00	12060	12060045
2841773	Sandkrug	sandkrug	DE		0	Europe/Berlin	52.58552	12.74028				11	00	12063	12063208
2841788	Sandkaten	sandkaten	DE		0	Europe/Berlin	54.14826	10.447				10	00	01057	01057057
2841789	Sandkamp	sandkamp	DE		0	Europe/Berlin	52.42765	10.75235				06	00	03103	03103000
2841790	Sandizell	sandizell	DE		0	Europe/Berlin	48.58221	11.17771				02	091	09185	09185158
2841794	Sandhorst	sandhorst	DE		0	Europe/Berlin	53.48254	7.50953		Sandhorst		06	00	03452	03452001
2841795	Sandhorst	sandhorst	DE		0	Europe/Berlin	52.70827	12.8225				11	00	12068	12068117
2841798	Sandhofen	sandhofen	DE		0	Europe/Berlin	49.54306	8.44972		Sandhofen		01	082	08222	08222000
2841801	Sandhof	sandhof	DE		0	Europe/Berlin	54.08471	13.78807				12	00	13075	13075120
2841802	Sandhof	sandhof	DE		0	Europe/Berlin	53.57437	12.19362				12	00	13076	13076104
2841803	Sandhof	sandhof	DE		0	Europe/Berlin	50.09168	10.78571				02	096	09674	09674130
2841804	Sandhof	sandhof	DE		0	Europe/Berlin	49.95945	10.81209				02	094	09471	09471165
2841805	Sandhof	sandhof	DE		0	Europe/Berlin	49.73528	8.37083				08	00	07331	07331018
2841806	Sandhof	sandhof	DE		0	Europe/Berlin	49.06253	10.03464				01	081	08127	08127103
2841807	Sandhof	sandhof	DE		0	Europe/Berlin	48.57735	11.28256				02	091	09185	09185158
2841823	Sandheim	sandheim	DE		0	Europe/Berlin	49.09793	12.1232				02	093	09375	09375213
2841824	Sandheide	sandheide	DE		0	Europe/Berlin	51.65	6.21667				07	051	05154	05154064
2841827	Sandheck	sandheck	DE		0	Europe/Berlin	51.84616	7.08067				07	055	05554	05554044
2841828	Sandhayn	sandhayn	DE		0	Europe/Berlin	53.95805	9.12696				10	00	01051	01051022
2841829	Sandhäuser	sandhaeuser	DE		0	Europe/Berlin	52.93333	7.63333				06	00	03454	03454033
2841839	Sandhatten	sandhatten	DE		0	Europe/Berlin	53.00948	8.31996				06	00	03458	03458009
2841840	Sandharlanden	sandharlanden	DE		0	Europe/Berlin	48.83943	11.82035				02	092	09273	09273111
2841842	Sandhagen	sandhagen	DE		0	Europe/Berlin	54.05839	11.74076		Sandhagen		12	00	13072	13072014
2841843	Sandhagen	sandhagen	DE		0	Europe/Berlin	53.68132	13.63542				12	00	13071	13071037
2841845	Sandgrund	sandgrund	DE		0	Europe/Berlin	52.33333	14.51667				11	00	12053	12053000
2841848	Sandgrub	sandgrub	DE		0	Europe/Berlin	48.05387	12.37214				02	091	09189	09189142
2841854	Sandgraben	sandgraben	DE		0	Europe/Berlin	47.69717	10.85299				02	091	09190	09190154
2841855	Sandfurth	sandfurth	DE		0	Europe/Berlin	53.2	8.6				06	00	03356	03356009
2841856	Sandfurth	sandfurth	DE		0	Europe/Berlin	52.3626	11.89339				14	00	15090	15090546
2841859	Sandforth	sandforth	DE		0	Europe/Berlin	52.01565	8.34342				07	057	05754	05754040
2841861	Sandfort	sandfort	DE		0	Europe/Berlin	51.88333	7.81667				07	055	05570	05570040
2841862	Sandfort	sandfort	DE		0	Europe/Berlin	52.25195	8.11084				06	00	03404	03404000
2841866	Sandförstgen	sandfoerstgen	DE		0	Europe/Berlin	51.23455	14.65265		Borstka,Borštka		13	00	14626	14626190
2841867	Sandförde	sandfoerde	DE		0	Europe/Berlin	53.56495	13.97658				12	00	13075	13075055
2841870	Sandfeld	sandfeld	DE		0	Europe/Berlin	53.66768	10.95898				12	00	13074	13074040
2841871	Sandfeld	sandfeld	DE		0	Europe/Berlin	53.29118	8.45037				06	00	03461	03461004
2841878	Sandersfeld	sandersfeld	DE		0	Europe/Berlin	53.07126	8.42192				06	00	03458	03458010
2841883	Sandergroden	sandergroden	DE		0	Europe/Berlin	53.47523	8.04573				06	00	03455	03455014
2841884	Sanderbusch	sanderbusch	DE		0	Europe/Berlin	53.50831	8.02082				06	00	03455	03455014
2841887	Sandenhof	sandenhof	DE		0	Europe/Berlin	50.57879	9.99789				05	066	06631	06631012
2841888	Sandelzhausen	sandelzhausen	DE		0	Europe/Berlin	48.62698	11.79573		Sandelzhausen		02	092	09273	09273147
2841889	Sandelsbronn	sandelsbronn	DE		0	Europe/Berlin	49.19631	9.87529				01	081	08127	08127043
2841890	Sandel	sandel	DE		0	Europe/Berlin	53.54092	7.83732				06	00	03455	03455007
2841891	Sandebeck	sandebeck	DE		0	Europe/Berlin	51.82241	8.98733				07	057	05762	05762032
2841899	Sanddorf	sanddorf	DE		0	Europe/Berlin	49.34	7.36753				09	00	10045	10045114
2841909	Sandbrink	sandbrink	DE		0	Europe/Berlin	52.49966	8.36652				06	00	03251	03251020
2841912	Sandbochum	sandbochum	DE		0	Europe/Berlin	51.65786	7.69438				07	059	05915	05915000
2841914	Sandbichl	sandbichl	DE		0	Europe/Berlin	47.71467	11.94077				02	091	09182	09182114
2842008	Sandbek	sandbek	DE		0	Europe/Berlin	54.67408	9.91293				10	00	01059	01059045
2842010	Sandbeckerbruch	sandbeckerbruch	DE		0	Europe/Berlin	53.23333	8.78333				06	00	03356	03356007
2842027	Sandbach	sandbach	DE		0	Europe/Berlin	49.81925	9.01415		Sandbach		05	064	06437	06437004
2842028	Sandbach	sandbach	DE		0	Europe/Berlin	48.606	13.27027				02	092	09275	09275154
2842033	Sandau	sandau	DE		1093	Europe/Berlin	52.78968	12.04582		Zandau,sang dao,zandaw,Зандау,زانداو,桑道		14	00	15090	15090445
2842039	Sand	sand	DE		0	Europe/Berlin	51.24609	9.25808				05	066	06633	06633006
2842040	Sand	sand	DE		0	Europe/Berlin	48.8992	12.66217				02	092	09278	09278113
2842041	Sand	sand	DE		0	Europe/Berlin	51.89025	14.30474				11	00	12071	12071052
2842042	Sand	sand	DE		0	Europe/Berlin	51.48333	6.23333				07	051	05154	05154052
2842043	Sand	sand	DE		0	Europe/Berlin	51.07405	14.59784				13	00	14626	14626270
2842044	Sand	sand	DE		0	Europe/Berlin	51.01667	7.03333				07	053	05315	05315000
2842045	Sand	sand	DE		0	Europe/Berlin	50.9616	13.34716				13	00	14522	14522240
2842046	Sand	sand	DE		0	Europe/Berlin	50.71282	7.31466				07	053	05382	05382024
2842047	Sand	sand	DE		3181	Europe/Berlin	49.98585	10.5862		Sand		02	096	09674	09674195
2842048	Sand	sand	DE		0	Europe/Berlin	49.81186	11.64515				02	094	09472	09472180
2842049	Sand	sand	DE		0	Europe/Berlin	49.41246	7.39357				08	00	07336	07336092
2842050	Sand	sand	DE		0	Europe/Berlin	48.98333	12.41667				02	093	09375	09375210
2842051	Sand	sand	DE		0	Europe/Berlin	48.53761	7.92107		Sand		01	083	08317	08317141
2842052	Sand	sand	DE		0	Europe/Berlin	48.51514	10.91286				02	097	09771	09771169
2842057	Samuelshof	samuelshof	DE		0	Europe/Berlin	49.49116	7.63626				08	00	07335	07335049
2842058	Samtholz	samtholz	DE		0	Europe/Berlin	51.87736	8.19221				07	057	05754	05754020
2842063	Samow	samow	DE		0	Europe/Berlin	54.00111	12.62329				12	00	13072	13072010
2842067	Sammletshofen	sammletshofen	DE		0	Europe/Berlin	47.68333	9.55				01	084	08435	08435035
2842069	Sammern	sammern	DE		0	Europe/Berlin	48.76717	12.96155				02	092	09271	09271135
2842070	Sammerei	sammerei	DE		0	Europe/Berlin	48.53028	13.16084				02	092	09275	09275138
2842071	Sammatz	sammatz	DE		0	Europe/Berlin	53.19378	10.90114				06	00	03354	03354019
2842072	Samkow	samkow	DE		0	Europe/Berlin	53.77526	10.9428				12	00	13074	13074013
2842076	Samhof	samhof	DE		0	Europe/Berlin	47.81615	9.78397				01	084	08436	08436085
2842080	Sametsham	sametsham	DE		0	Europe/Berlin	48.31649	12.42352				02	091	09183	09183125
2842087	Sammenheim	sammenheim	DE		0	Europe/Berlin	49.05318	10.75057		Samenheim,Sammenheim		02	095	09577	09577122
2842091	Sameister	sameister	DE		0	Europe/Berlin	47.73333	10.75				02	091	09190	09190114
2842093	Sambleben	sambleben	DE		0	Europe/Berlin	52.16235	10.78531				06	00	03158	03158027
2842094	Samberg	samberg	DE		0	Europe/Berlin	52.12624	7.20653				07	055	05566	05566052
2842095	Samberg	samberg	DE		0	Europe/Berlin	49.1278	12.2888				02	093	09375	09375119
2842101	Sambach	sambach	DE		0	Europe/Berlin	51.22499	10.42061				15	00	16064	16064046
2842102	Sambach	sambach	DE		0	Europe/Berlin	49.78187	10.84188				02	094	09471	09471172
2842103	Sambach	sambach	DE		0	Europe/Berlin	49.49366	7.71665				08	00	07335	07335034
2842106	Salzwoog	salzwoog	DE		0	Europe/Berlin	49.16747	7.72141				08	00	07340	07340028
2842118	Salzstetten	salzstetten	DE		0	Europe/Berlin	48.48611	8.60893				01	082	08237	08237074
2842121	Salzow	salzow	DE		0	Europe/Berlin	53.43333	14.25				12	00	13075	13075113
2842124	Salzmünde	salzmuende	DE		2536	Europe/Berlin	51.52662	11.8265		Salzmunde,Salzmünde		14	00	15088	15088319
2842138	Salzing	salzing	DE		0	Europe/Berlin	48.28896	12.66087				02	091	09171	09171137
2842140	Salzhub	salzhub	DE		0	Europe/Berlin	47.83355	11.90806				02	091	09182	09182123
2842141	Salzhof	salzhof	DE		0	Europe/Berlin	52.55369	13.23131				16	00	11000	11000000
2842154	Salzenweiler	salzenweiler	DE		0	Europe/Berlin	48.38387	8.48741				01	082	08237	08237045
2842156	Salzengroden	salzengroden	DE		0	Europe/Berlin	53.49043	8.02757				06	00	03455	03455014
2842157	Salzenforst	salzenforst	DE		0	Europe/Berlin	51.19708	14.37165		Salzenforst,Slona Borsc,Słona Boršć		13	00	14625	14625020
2842159	Salzelmen	salzelmen	DE		0	Europe/Berlin	52.00462	11.72531		Bad Salzelmen,Gross Salze,Groß Salze,Salzelmen,Solte		14	00	15089	15089305
2842161	Salzdorf	salzdorf	DE		0	Europe/Berlin	48.52026	12.17615				02	092	09261	09261000
2842162	Salzderhelden	salzderhelden	DE		0	Europe/Berlin	51.79843	9.91694		Salzderhelden		06	00	03155	03155013
2842163	Salzdahlum	salzdahlum	DE		0	Europe/Berlin	52.19603	10.58541				06	00	03158	03158037
2842164	Salzburghofen	salzburghofen	DE		0	Europe/Berlin	47.84606	12.98481				02	091	09172	09172118
2842172	Salzbrunn	salzbrunn	DE		0	Europe/Berlin	52.18447	12.92692		Salzbrunn		11	00	12069	12069017
2842173	Salzböden	salzboeden	DE		0	Europe/Berlin	50.68366	8.68402				05	065	06531	06531013
2842176	Salzberg	salzberg	DE		0	Europe/Berlin	50.90323	9.50428				05	066	06632	06632014
2842177	Salzberg	salzberg	DE		0	Europe/Berlin	48.60983	12.85497				02	092	09279	09279113
2842194	Salzau	salzau	DE		0	Europe/Berlin	54.33333	10.38333				10	00	01057	01057090
2842200	Salza	salza	DE		0	Europe/Berlin	51.51459	10.77239				15	00	16062	16062041
2842209	Saltendorf	saltendorf	DE		0	Europe/Berlin	49.72954	10.84097				02	095	09572	09572135
2842210	Saltendorf	saltendorf	DE		0	Europe/Berlin	49.51196	12.13801				02	093	09376	09376150
2842212	Salsitz	salsitz	DE		0	Europe/Berlin	54.57937	13.60315				12	00	13073	13073052
2842213	Salsitz	salsitz	DE		0	Europe/Berlin	51.03883	12.08961				14	00	15084	15084275
2842215	Salow	salow	DE		0	Europe/Berlin	53.6778	13.49201				12	00	13071	13071028
2842216	Salomonsborn	salomonsborn	DE		0	Europe/Berlin	50.99972	10.94832				15	00	16051	16051000
2842222	Salmshausen	salmshausen	DE		0	Europe/Berlin	50.86469	9.27003				05	066	06634	06634021
2842223	Salmsdorf	salmsdorf	DE		0	Europe/Berlin	50.03458	10.76462				02	096	09674	09674190
2842224	Salmrohr	salmrohr	DE		0	Europe/Berlin	49.92842	6.84715				08	00	07231	07231113
2842229	Salmering	salmering	DE		0	Europe/Berlin	47.88826	12.23096				02	091	09187	09187163
2842230	Salmer	salmer	DE		0	Europe/Berlin	52.05	6.76667				07	055	05554	05554068
2842231	Salmensbach	salmensbach	DE		0	Europe/Berlin	48.2433	8.05035				01	083	08317	08317046
2842232	Salmendingen	salmendingen	DE		0	Europe/Berlin	48.35802	9.12251		Salmendingen		01	084	08417	08417013
2842233	Salmdorf	salmdorf	DE		0	Europe/Berlin	48.13064	11.71718				02	091	09184	09184123
2842236	Salmbach	salmbach	DE		0	Europe/Berlin	48.82234	8.65732				01	082	08236	08236013
2842237	Salmas	salmas	DE		0	Europe/Berlin	47.55556	10.07283				02	097	09780	09780132
2842238	Salmannskirchen	salmannskirchen	DE		0	Europe/Berlin	48.30472	11.95806				02	091	09177	09177113
2842239	Salmannskirchen	salmannskirchen	DE		0	Europe/Berlin	48.27653	12.38451				02	091	09183	09183112
2842240	Salmannshofen	salmannshofen	DE		0	Europe/Berlin	48.49347	10.7607				02	097	09772	09772121
2842241	Salmannsgrub	salmannsgrub	DE		0	Europe/Berlin	49.10293	12.59246				02	093	09372	09372164
2842242	Salmading	salmading	DE		0	Europe/Berlin	48.45805	11.52268				02	091	09186	09186146
2842246	Sallmannshausen	sallmannshausen	DE		0	Europe/Berlin	51.0026	10.10545				15	00	16063	16063097
2842248	Sallmannsberg	sallmannsberg	DE		0	Europe/Berlin	48.53006	12.17527				02	092	09261	09261000
2842250	Sallitz	sallitz	DE		0	Europe/Berlin	48.99086	13.08605				02	092	09276	09276138
2842251	Sallinghausen	sallinghausen	DE		0	Europe/Berlin	51.26636	8.17364		Sallinghausen		07	059	05958	05958016
2842252	Sallingberg	sallingberg	DE		0	Europe/Berlin	48.79085	11.92547				02	092	09273	09273165
2842254	Salling	salling	DE		0	Europe/Berlin	48.04002	12.72961				02	091	09189	09189152
2842261	Sallern	sallern	DE		0	Europe/Berlin	49.03953	12.10238				02	093	09362	09362000
2842263	Sallenthin	sallenthin	DE		0	Europe/Berlin	52.75619	11.2524				14	00	15081	15081240
2842266	Sallahn	sallahn	DE		0	Europe/Berlin	53.02633	10.99708		Sallahn		06	00	03354	03354013
2842268	Sallach	sallach	DE		0	Europe/Berlin	49.42713	12.39193				02	093	09376	09376148
2842269	Sallach	sallach	DE		0	Europe/Berlin	48.81325	12.3594				02	092	09278	09278123
2842270	Sallach	sallach	DE		0	Europe/Berlin	48.66979	10.96179				02	097	09779	09779201
2842271	Sallach	sallach	DE		0	Europe/Berlin	48.47502	12.64154				02	092	09277	09277141
2842272	Sallach	sallach	DE		0	Europe/Berlin	47.70803	11.09329				02	091	09180	09180134
2842276	Salksdorf	salksdorf	DE		0	Europe/Berlin	48.49032	12.25927				02	092	09274	09274134
2842279	Saliter	saliter	DE		0	Europe/Berlin	47.70505	11.06625				02	091	09180	09180134
2842282	Salingen	salingen	DE		0	Europe/Berlin	51.47133	7.39696		Salingen		07	059	05913	05913000
2842284	Saline	saline	DE		0	Europe/Berlin	49.46667	8.18333				08	00	07332	07332002
2842288	Salgert	salgert	DE		0	Europe/Berlin	50.84848	7.25823		Salgert		07	053	05382	05382028
2842291	Salga	salga	DE		0	Europe/Berlin	51.25552	14.53096		Zalhow,Załhow		13	00	14625	14625160
2842294	Salenwang	salenwang	DE		0	Europe/Berlin	47.85461	10.53252				02	097	09777	09777128
2842299	Salenbach	salenbach	DE		0	Europe/Berlin	48.41694	10.59278				02	097	09772	09772223
2842309	Salderatzen	salderatzen	DE		0	Europe/Berlin	52.98407	11.00159				06	00	03354	03354024
2842310	Salder	salder	DE		0	Europe/Berlin	52.1364	10.33732		Salder		06	00	03102	03102000
2842312	Saldenau	saldenau	DE		0	Europe/Berlin	48.84933	13.4716				02	092	09272	09272127
2842314	Salchow	salchow	DE		0	Europe/Berlin	53.89911	13.6473				12	00	13075	13075061
2842318	Salchenried	salchenried	DE		0	Europe/Berlin	47.7241	10.72335				02	097	09777	09777171
2842320	Salchendorf	salchendorf	DE		0	Europe/Berlin	50.87062	8.16361		Salchendorf		07	059	05970	05970032
2842321	Salchendorf	salchendorf	DE		0	Europe/Berlin	50.79747	8.01498		Salchendorf		07	059	05970	05970036
2842323	Salchau	salchau	DE		0	Europe/Berlin	52.45	11.56667				14	00	15081	15081135
2842324	Salbke	salbke	DE		0	Europe/Berlin	52.07745	11.66825				14	00	15003	15003000
2842325	Salbitz	salbitz	DE		0	Europe/Berlin	51.2388	13.16844		Hof-Salbitz,Salbitz		13	00	14730	14730210
2842330	Saladorf	saladorf	DE		0	Europe/Berlin	48.86175	12.00652				02	092	09273	09273125
2842337	Saisting	saisting	DE		0	Europe/Berlin	49.28148	12.671				02	093	09372	09372168
2842338	Saiser	saiser	DE		0	Europe/Berlin	54.49459	13.52096				12	00	13073	13073049
2842339	Sainscheid	sainscheid	DE		0	Europe/Berlin	50.54151	7.95639				08	00	07143	07143308
2842340	Sainerholz	sainerholz	DE		0	Europe/Berlin	50.51633	7.85064				08	00	07143	07143060
2842341	Sainbach	sainbach	DE		0	Europe/Berlin	48.50902	11.09436				02	097	09771	09771141
2842342	Sailtheim	sailtheim	DE		0	Europe/Berlin	49.56612	9.76545				01	081	08128	08128139
2842345	Sailershausen	sailershausen	DE		0	Europe/Berlin	50.05922	10.45129				02	096	09674	09674147
2842352	Sailen	sailen	DE		0	Europe/Berlin	47.84045	12.95807				02	091	09172	09172118
2842354	Sailach	sailach	DE		0	Europe/Berlin	49.14039	9.64237				01	081	08126	08126085
2842356	Saig	saig	DE		0	Europe/Berlin	47.89304	8.17778		Saig ueber Titisee,Saig über Titisee		01	083	08315	08315068
2842363	Saida	saida	DE		0	Europe/Berlin	50.94269	13.77703		Combsen-Saida,Saida		13	00	14628	14628220
2842366	Sahrensdorf	sahrensdorf	DE		0	Europe/Berlin	54.42646	11.22712				10	00	01055	01055046
2842367	Sahrendorf	sahrendorf	DE		0	Europe/Berlin	54.15	10.11667				10	00	01058	01058064
2842368	Sahrendorf	sahrendorf	DE		0	Europe/Berlin	53.20226	10.0278				06	00	03353	03353009
2842375	Sahlenburg	sahlenburg	DE		0	Europe/Berlin	53.86186	8.62669		Sahlenburg		06	00	03352	03352011
2842378	Sahlenbach	sahlenbach	DE		0	Europe/Berlin	47.89366	9.20273				01	084	08437	08437088
2842380	Sähle	saehle	DE		0	Europe/Berlin	53.21379	13.24685				11	00	12073	12073384
2842382	Sahlassan	sahlassan	DE		0	Europe/Berlin	51.36725	13.19246		Leckwitz-Sahlassan,Sahlassan		13	00	14730	14730170
2842385	Sagstetten	sagstetten	DE		0	Europe/Berlin	48.88794	12.82148				02	092	09278	09278159
2842386	Sagsdorf	sagsdorf	DE		0	Europe/Berlin	53.72943	11.79055				12	00	13076	13076128
2842388	Sagritz	sagritz	DE		0	Europe/Berlin	51.94039	13.62195				11	00	12061	12061164
2842391	Sägmühle	sagmuhle	DE		0	Europe/Berlin	48.37788	12.53689				02	091	09183	09183129
2842392	Sagmeisterhof	sagmeisterhof	DE		0	Europe/Berlin	48.56667	13.38333				02	092	09262	09262000
2842396	Sagisdorf	sagisdorf	DE		0	Europe/Berlin	51.4884	12.04592				14	00	15002	15002000
2842397	Saghäuser	saghauser	DE		0	Europe/Berlin	48.76752	13.70046				02	092	09272	09272129
2842398	Säghalden	saghalden	DE		0	Europe/Berlin	48.99096	9.89282				01	081	08127	08127013
2842399	Saggrian	saggrian	DE		0	Europe/Berlin	53.01667	11.01667		Saggrian		06	00	03354	03354013
2842403	Sageritz	sageritz	DE		0	Europe/Berlin	51.32064	13.38255				13	00	14627	14627040
2842404	Sagerheide	sagerheide	DE		0	Europe/Berlin	54.09569	12.33799				12	00	13072	13072108
2842410	Sägendobel	sagendobel	DE		0	Europe/Berlin	48.03681	8.03226				01	083	08315	08315095
2842414	Sägemühle	saegemuehle	DE		0	Europe/Berlin	51.55153	10.88136				15	00	16062	16062065
2842416	Sagehorn	sagehorn	DE		0	Europe/Berlin	53.08032	9.01546				06	00	03361	03361009
2842421	Sage	sage	DE		0	Europe/Berlin	52.94266	8.21198		Sage		06	00	03458	03458007
2842422	Säge	sage	DE		0	Europe/Berlin	47.66285	7.99089				01	083	08337	08337049
2842427	Sagau	sagau	DE		0	Europe/Berlin	54.17682	10.67397		Sagau		10	00	01055	01055024
2842429	Sagast	sagast	DE		0	Europe/Berlin	53.26266	11.96008				11	00	12070	12070325
2842432	Sagarlugk	sagarlugk	DE		0	Europe/Berlin	51.51667	14.76667				13	00	14626	14626250
2842435	Sagar	sagar	DE		0	Europe/Berlin	51.51008	14.7576		Sagar,Zagor		13	00	14626	14626250
2842439	Safferstetten	safferstetten	DE		0	Europe/Berlin	48.3461	13.31054				02	092	09275	09275116
2842440	Saffelberg	saffelberg	DE		0	Europe/Berlin	49.10278	12.51842				02	093	09372	09372125
2842443	Saelhuysen	saelhuysen	DE		0	Europe/Berlin	51.44155	6.45974				07	051	05154	05154048
2842445	Saeffelen	saeffelen	DE		0	Europe/Berlin	51.03287	5.9612				07	053	05370	05370024
2842446	Sadisdorf	sadisdorf	DE		0	Europe/Berlin	50.84172	13.63592				13	00	14628	14628060
2842447	Sadersdorf	sadersdorf	DE		0	Europe/Berlin	53.4655	9.29894				06	00	03359	03359031
2842448	Saderreut	saderreut	DE		0	Europe/Berlin	48.68151	13.50832				02	092	09275	09275119
2842452	Sadelkow	sadelkow	DE		0	Europe/Berlin	53.60523	13.45246				12	00	13071	13071028
2842455	Sacrow	sacrow	DE		0	Europe/Berlin	52.43054	13.09899		Sacrow		11	00	12054	12054000
2842456	Sacrow	sacrow	DE		0	Europe/Berlin	51.94876	14.11458		Sacrow,Zakrjow		11	00	12061	12061470
2842457	Sacro	sacro	DE		0	Europe/Berlin	51.78016	14.64735		Forst Sacro,Sacro,Zakrjow		11	00	12071	12071076
2842459	Sackwitz	sackwitz	DE		0	Europe/Berlin	51.72152	12.67566				14	00	15091	15091020
2842475	Sackenried	sackenried	DE		0	Europe/Berlin	49.14669	12.86478				02	093	09372	09372137
2842477	Sackenheimerhöfe	sackenheimerhoefe	DE		0	Europe/Berlin	50.34249	7.41434				08	00	07137	07137086
2842478	Sackenbach	sackenbach	DE		0	Europe/Berlin	50.00788	9.59348		Sackenbach		02	096	09677	09677155
2842481	Sacka	sacka	DE		0	Europe/Berlin	51.28402	13.79158		Sacka		13	00	14627	14627290
2842482	Sack	sack	DE		0	Europe/Berlin	51.99981	9.86976				06	00	03254	03254002
2842483	Sack	sack	DE		0	Europe/Berlin	49.5022	11.0167				02	095	09563	09563000
2842488	Sachswitz	sachswitz	DE		0	Europe/Berlin	50.62282	12.18685				13			
2842492	Sachsgrün	sachsgruen	DE		0	Europe/Berlin	50.34488	12.03055				13	00	14523	14523440
2842494	Sachserhof	sachserhof	DE		0	Europe/Berlin	50.0255	9.93422				02	096	09677	09677114
2842495	Sachsenweiler	sachsenweiler	DE		0	Europe/Berlin	48.94431	9.46019				01	081	08119	08119008
2842498	Sachsenvorwerk	sachsenvorwerk	DE		0	Europe/Berlin	50.41475	11.7805				02	094	09475	09475113
2842501	Sachsenroda	sachsenroda	DE		0	Europe/Berlin	50.94256	12.20905		Sachsenroda		15	00	16076	16076058
2842504	Sachsenried	sachsenried	DE		0	Europe/Berlin	47.83412	10.79129				02	091	09190	09190151
2842505	Sachsenried	sachsenried	DE		0	Europe/Berlin	47.83356	10.22819				02	097	09780	09780119
2842506	Sachsenland-Wohnsiedlung	sachsenland-wohnsiedlung	DE		0	Europe/Berlin	52.00164	11.75442				14	00	15089	15089305
2842509	Sachsenhofen	sachsenhofen	DE		0	Europe/Berlin	49.11697	11.95673				02	093	09375	09375211
2842510	Sachsenhof	sachsenhof	DE		0	Europe/Berlin	48.79136	9.73794				01	081	08136	08136065
2842516	Sachsenhausen-Nord	sachsenhausen-nord	DE		0	Europe/Berlin	50.1008	8.68556		Sachsenhausen		05	064	06412	06412000
2842528	Sachsenham	sachsenham	DE		0	Europe/Berlin	48.52361	13.15417				02	092	09275	09275125
2842532	Sachsengrund	sachsengrund	DE		0	Europe/Berlin	50.41743	12.53313		Sachsengrund		13	00	14523	14523245
2842534	Sachsenflur	sachsenflur	DE		0	Europe/Berlin	49.52355	9.70606				01	081	08128	08128139
2842535	Sachsenfeld	sachsenfeld	DE		0	Europe/Berlin	50.54982	12.77851		Sachsenfeld		13	00	14521	14521550
2842549	Sachsenburg	sachsenburg	DE		0	Europe/Berlin	51.28802	11.16282				15	00	16065	16065088
2842550	Sachsenburg	sachsenburg	DE		0	Europe/Berlin	50.94336	13.03968		Sachsenburg		13	00	14522	14522150
2842551	Sachsenburg	sachsenburg	DE		0	Europe/Berlin	50.75346	11.74198				15	00	16075	16075073
2842554	Sachsenberg-Georgenthal	sachsenberg-georgenthal	DE		0	Europe/Berlin	50.36667	12.48333		Georgenthal,Sachsenberg-Georgenthal		13	00	14523	14523160
2842556	Sachsenberg	sachsenberg	DE		0	Europe/Berlin	51.12551	8.79002				05	066	06635	06635016
2842562	Sachsenbande	sachsenbande	DE		0	Europe/Berlin	53.9614	9.34411				10	00	01061	01061119
2842571	Sachsdorf	sachsdorf	DE		0	Europe/Berlin	51.06921	13.53656				13	00	14627	14627100
2842572	Sachsbach	sachsbach	DE		0	Europe/Berlin	49.18167	10.52417		Sachsbach		02	095	09571	09571115
2842574	Sachrang	sachrang	DE		0	Europe/Berlin	47.6907	12.26143				02	091	09187	09187114
2842581	Sachenbach	sachenbach	DE		0	Europe/Berlin	47.60745	11.37046				02	091	09173	09173131
2842586	Saccasne	saccasne	DE		0	Europe/Berlin	51.8651	14.19721		Zakaznja		11	00	12071	12071341
2842587	Sabstätte	sabstaette	DE		0	Europe/Berlin	52.0483	6.95145				07	055	05554	05554004
2842588	Sabrodt	sabrodt	DE		0	Europe/Berlin	52.08659	14.17332				11	00	12067	12067493
2842589	Sabrodt	sabrodt	DE		0	Europe/Berlin	51.52418	14.28566		Sabrodt,Zabrod		13	00	14625	14625120
2842590	Sabow	sabow	DE		0	Europe/Berlin	53.82876	10.94991				12	00	13074	13074074
2842592	Sabitz	sabitz	DE		0	Europe/Berlin	54.45	13.45				12	00	13073	13073072
2842593	Sabissa	sabissa	DE		0	Europe/Berlin	51.05	12.23333				14	00	15084	15084590
2842597	Sabershausen	sabershausen	DE		0	Europe/Berlin	50.1207	7.41306		Sabershausen		08	00	07140	07140202
2842600	Sabel	sabel	DE		0	Europe/Berlin	53.94659	12.21354				12	00	13072	13072027
2842601	Sabel	sabel	DE		0	Europe/Berlin	53.46667	13.33333				12	00	13071	13071021
2842602	Sabbenhausen	sabbenhausen	DE		0	Europe/Berlin	51.91286	9.28865		Sabbenhausen		07	057	05766	05766052
2842603	Saatwinkel	saatwinkel	DE		0	Europe/Berlin	52.56073	13.24191				16	00	11000	11000000
2842609	Saatel	saatel	DE		0	Europe/Berlin	54.30691	12.76191				12	00	13073	13073051
2842611	Saat	saat	DE		0	Europe/Berlin	51.36667	7.66667				07	059	05962	05962024
2842612	Saaße	saasse	DE		0	Europe/Berlin	52.94535	11.17211				06	00	03354	03354018
2842613	Saaß	saass	DE		0	Europe/Berlin	49.23101	12.02334				02	093	09376	09376119
2842616	Saasen	saasen	DE		0	Europe/Berlin	50.91779	9.55509				05	066	06632	06632014
2842617	Saasen	saasen	DE		0	Europe/Berlin	50.5955	8.88111		Saasen		05	065	06531	06531016
2842618	Saasdorf	saasdorf	DE		0	Europe/Berlin	51.13024	12.2613				13	00	14729	14729170
2842619	Saasa	saasa	DE		0	Europe/Berlin	50.97022	11.87776		Saasa		15	00	16074	16074018
2842620	Saas	saas	DE		0	Europe/Berlin	49.91785	11.56208				02	094	09462	09462000
2842626	Dorf Saarow	dorf-saarow	DE		0	Europe/Berlin	52.27651	14.04558		Dorf Saarow,Saarow		11	00	12067	12067024
2842628	Saarn	saarn	DE		0	Europe/Berlin	51.40343	6.87459		Saarn		07	051	05117	05117000
2842637	Saaringen	saaringen	DE		0	Europe/Berlin	52.445	12.66088		Saaringen		11	00	12051	12051000
2842638	Saarhölzbach	saarhoelzbach	DE		1737	Europe/Berlin	49.51585	6.60742				09	00	10042	10042114
2842639	Saargrund	saargrund	DE		0	Europe/Berlin	50.45835	10.99226				15	00	16069	16069012
2842641	Saarfels	saarfels	DE		0	Europe/Berlin	49.39332	6.67301		Saarfels		09	00	10042	10042111
2842647	Saarbrücken	saarbruecken	DE		181227	Europe/Berlin	49.23262	7.00982		SCN,Saarbrecken,Saarbrigge,Saarbrjuken,Saarbrjukken,Saarbrucken,Saarbruecken,Saarbruekken,Saarbruken,Saarbrécken,Saarbrücken,Saarbrükken,Saarmpryken,Saravipons,Sarbriken,Sarbriukenas,Sarbruch,Sarebryken,Sarrebruck,Sarëbryken,Sárbrúch,Zarbrikene,Zārbrikene,jaleubeulwiken,jarabryukana,sa er bu lu ken,sar brukhkhein,sarabrukena,sarbrkn,sarbrwkn,sha bo qin,zarbrwkn,zaruburyukken,Σααρμπρύκεν,Саарбрукен,Саарбрюкен,Саарбрюккен,Сарбрикен,Սաարբրյուքեն,זארבריקן,زاربروکن,ساربروكن,ساربروکن,ساربرکن,जारब्र्युकन,सारब्रुकेन,ซาร์บรึคเคิน,ზაარბრიუკენი,ザールブリュッケン,沙卜勤,萨尔布吕肯,薩爾布呂肯,자르브뤼켄	09	09	00	10041	10041100
2842652	Saarbeck	saarbeck	DE		0	Europe/Berlin	52.27906	7.92354				07	055	05566	05566048
2842653	Saarbeck	saarbeck	DE		0	Europe/Berlin	52.17249	9.11988				06	00	03257	03257031
2842658	Saamen	saamen	DE		0	Europe/Berlin	47.71667	9.83333				01	084	08436	08436081
2842662	Saaltal	saaltal	DE		0	Europe/Berlin	50.6224	11.50856				15	00	16073	16073111
2842667	Saalsdorf	saalsdorf	DE		0	Europe/Berlin	52.35841	11.05877				06	00	03154	03154001
2842672	Saalkow	saalkow	DE		0	Europe/Berlin	54.32578	13.20926				12	00	13073	13073038
2842674	Saalig	saalig	DE		0	Europe/Berlin	50.36342	12.29306		Saalig		13	00	14523	14523230
2842675	Saalhorn	saalhorn	DE		0	Europe/Berlin	51.93333	11.91667				14	00	15089	15089026
2842678	Saalhoff	saalhoff	DE		0	Europe/Berlin	51.53131	6.5249				07	051	05170	05170020
2842680	Saalhausen	saalhausen	DE		0	Europe/Berlin	51.5935	13.92532		Saalhausen		11	00	12066	12066112
2842681	Saalhausen	saalhausen	DE		0	Europe/Berlin	51.27793	13.08882				13	00	14730	14730230
2842682	Saalhausen	saalhausen	DE		0	Europe/Berlin	51.11774	8.1658		Saalhausen		07	059	05966	05966020
2842683	Saalhausen	saalhausen	DE		0	Europe/Berlin	51.01193	13.61726		Saalhausen		13	00	14628	14628110
2842684	Saalhaupt	saalhaupt	DE		0	Europe/Berlin	48.88845	12.06189				02	092	09273	09273116
2842686	Saalfeld	saalfeld	DE		0	Europe/Berlin	52.76158	11.1884		Saalfeld		14	00	15081	15081026
2842687	Saalfeld	saalfeld	DE		0	Europe/Berlin	51.2632	10.52799				15	00	16064	16064046
2842688	Saalfeld	saalfeld	DE		28023	Europe/Berlin	50.64826	11.36536		Saalfeld,Saalfeld/Saale,Zaal'fel'd,Zal'fel'd,Zalfeld,sa er fei er de,zalfld,zaruferuto,Заальфельд,Залфелд,Зальфельд,زالفلد,سالفیلڈ,ザールフェルト,萨尔费尔德	16073	15	00	16073	16073077
2842693	Saalendorf	saalendorf	DE		0	Europe/Berlin	50.86912	14.67053				13	00	14626	14626140
2842697	Saaleck	saaleck	DE		0	Europe/Berlin	51.11233	11.69937		Saaleck		14	00	15084	15084355
2842702	Saaldorf	saaldorf	DE		0	Europe/Berlin	50.45485	11.69994				15	00	16075	16075062
2842703	Saaldorf	saaldorf	DE		0	Europe/Berlin	47.86873	12.92834		Saaldorf,Saaldorf-Surheim		02	091	09172	09172130
2842706	Saalburg	saalburg	DE		0	Europe/Berlin	50.50241	11.73176		Saalburg		15	00	16075	16075135
2842708	Saalborn	saalborn	DE		0	Europe/Berlin	50.89123	11.3251	342			15	00	16071	16071008
2842716	Saalbach	saalbach	DE		0	Europe/Berlin	51.10869	13.02956				13	00	14522	14522250
2842717	Saalbach	saalbach	DE		0	Europe/Berlin	50.4	11.75				15			
2842718	Saalbach	saalbach	DE		0	Europe/Berlin	49.29937	10.01471				01	081	08127	08127008
2842719	Saalau	saalau	DE		0	Europe/Berlin	51.36321	14.23322		Kotten-Saalau,Saalau,Salow		13	00	14625	14625640
2842730	Saag	saag	DE		0	Europe/Berlin	48.69435	13.44819				02	092	09275	09275135
2842731	Saadow	saadow	DE		0	Europe/Berlin	51.65105	13.89588		Saadow		11	00	12066	12066041
2842732	Ryth	ryth	DE		0	Europe/Berlin	51.19686	6.22548				07	051	05166	05166020
2842735	Rysum	rysum	DE		0	Europe/Berlin	53.37967	7.03472		Rysum		06	00	03452	03452014
2842741	Rüxleben	ruexleben	DE		0	Europe/Berlin	51.41936	10.75707				15	00	16062	16062026
2842744	Rüxbüll	ruexbuell	DE		0	Europe/Berlin	54.31667	8.85				10	00	01054	01054138
2842747	Ruwer	ruwer	DE		0	Europe/Berlin	49.7867	6.71044		Ruwer		08	00	07211	07211000
2842749	Rützkausen	ruetzkausen	DE		0	Europe/Berlin	51.31667	7.03333				07	051	05158	05158036
2842750	Rutzkau	rutzkau	DE		0	Europe/Berlin	51.66634	13.86101		Rutzkau		11	00	12066	12066041
2842751	Rutzing	rutzing	DE		0	Europe/Berlin	48.37752	13.26599				02	092	09275	09275141
2842752	Rutzhofen	rutzhofen	DE		0	Europe/Berlin	47.59767	9.9848				02	097	09776	09776127
2842754	Rützenreuth	rutzenreuth	DE		0	Europe/Berlin	50.23417	11.60605				02	094	09477	09477148
2842755	Rutzenhof	rutzenhof	DE		0	Europe/Berlin	48.91983	10.90891		Rutzenhof		02	095	09577	09577173
2842757	Rützengrün	ruetzengruen	DE		0	Europe/Berlin	50.51829	12.43105				13	00	14523	14523360
2842759	Rützenfelde	ruetzenfelde	DE		0	Europe/Berlin	53.63333	12.85				12	00	13071	13071169
2842760	Rutzendorf	rutzendorf	DE		0	Europe/Berlin	49.28093	10.66252				02	095	09571	09571196
2842761	Rutzenbach	rutzenbach	DE		0	Europe/Berlin	48.75997	12.55027				02	092	09278	09278146
2842762	Rutzen	rutzen	DE		0	Europe/Berlin	47.66667	10				02	097	09776	09776112
2842763	Ruttscheid	ruttscheid	DE		0	Europe/Berlin	50.69356	7.27139		Ruttscheid		07	053	05382	05382024
2842764	Rüttmannsdorf	ruttmannsdorf	DE		0	Europe/Berlin	50.32863	11.06036				02	094	09473	09473151
2842765	Rüttlersberg	ruttlersberg	DE		0	Europe/Berlin	48.14215	8.03911				01	083	08316	08316055
2842767	Rutting	rutting	DE		0	Europe/Berlin	48.49937	12.41733				02	092	09274	09274135
2842770	Ruttershausen	ruttershausen	DE		0	Europe/Berlin	50.66306	8.70992				05	065	06531	06531013
2842771	Ruttersdorf	ruttersdorf	DE		0	Europe/Berlin	50.88425	11.74675				15	00	16074	16074081
2842772	Rüttenscheid	ruettenscheid	DE		0	Europe/Berlin	51.43607	7.00569				07	051	05113	05113000
2842776	Ruttelerfeld	ruttelerfeld	DE		0	Europe/Berlin	53.38683	7.90496				06	00	03455	03455027
2842777	Rütteldorf	rutteldorf	DE		0	Europe/Berlin	49.42958	10.8077				02	095	09573	09573114
2842778	Ruttel	ruttel	DE		0	Europe/Berlin	53.39259	7.92942				06	00	03455	03455027
2842779	Rüttehof	ruttehof	DE		0	Europe/Berlin	47.80353	7.96123				01	083	08336	08336079
2842781	Rütte	rutte	DE		0	Europe/Berlin	47.85832	7.95118				01	083	08336	08336087
2842782	Rütte	rutte	DE		0	Europe/Berlin	47.76192	8.0134				01	083	08337	08337108
2842783	Rütte	rutte	DE		0	Europe/Berlin	47.67186	7.98923				01	083	08337	08337049
2842786	Rutsweiler an der Glan	rutsweiler-an-der-glan	DE		0	Europe/Berlin	49.52817	7.45555				08	00	07336	07336089
2842789	Rütschenhausen	ruetschenhausen	DE		200	Europe/Berlin	50.06072	10.05657	320			02	096	09678	09678192
2842792	Rütschdorf	rutschdorf	DE		0	Europe/Berlin	49.64193	9.41418		Rutschdorf,Rütschdorf		01	082	08225	08225032
2842793	Rüting-Steinfort	rueting-steinfort	DE		0	Europe/Berlin	53.78014	11.2641				12	00	13074	13074077
2842794	Rüting	rueting	DE		0	Europe/Berlin	54.21215	10.94062				10	00	01055	01055016
2842795	Rüting	rueting	DE		604	Europe/Berlin	53.79416	11.22104				12	00	13074	13074071
2842803	Ruthmannsweiler	ruthmannsweiler	DE		0	Europe/Berlin	49.6477	10.50037				02	095	09575	09575161
2842806	Ruthenzahl	ruthenzahl	DE		0	Europe/Berlin	53.06667	9				06	00	03361	03361009
2842816	Rüthen	ruethen	DE		11299	Europe/Berlin	51.4909	8.43596	380	Riten,Rjuten,Ruethen,Ruihen,Rüthen,lu teng,rwtn,Ритен,Рютен,روتن,吕滕		07	059	05974	05974036
2842818	Ruthe	ruthe	DE		0	Europe/Berlin	52.24726	9.83284		Ruthe		06	00	03254	03254028
2842819	Rutha	rutha	DE		0	Europe/Berlin	50.87464	11.62079				15	00	16074	16074095
2842821	Rüth	rueth	DE		0	Europe/Berlin	50.47122	6.54178				07	053	05366	05366024
2842825	Rüterland	rueterland	DE		0	Europe/Berlin	54.43333	9.1				10	00	01054	01054132
2842826	Rüterberg	rueterberg	DE		167	Europe/Berlin	53.15164	11.18417		Ruterberg,Rüterberg		12	00	13076	13076034
2842830	Rütenmoor	ruetenmoor	DE		0	Europe/Berlin	52.8576	7.12551				06	00	03454	03454018
2842834	Rütenbrock	ruetenbrock	DE		0	Europe/Berlin	52.83929	7.10207				06	00	03454	03454018
2842835	Rutenberg	rutenberg	DE		0	Europe/Berlin	53.25176	13.30676				11	00	12073	12073384
2842840	Ruten	ruten	DE		0	Europe/Berlin	52.54257	7.48214				06	00	03454	03454028
2842842	Rüstungen	ruestungen	DE		0	Europe/Berlin	51.28193	10.11488				15	00	16061	16061113
2842843	Rustow	rustow	DE		0	Europe/Berlin	53.95861	13.08317				12	00	13075	13075082
2842845	Rüstingen	ruestingen	DE		0	Europe/Berlin	52.75476	8.56796				06	00	03251	03251014
2842849	Rüstersiel	ruestersiel	DE		0	Europe/Berlin	53.55741	8.10726				06	00	03405	03405000
2842856	Rustenbeck	rustenbeck	DE		0	Europe/Berlin	52.80453	10.83097				14	00	15081	15081095
2842860	Rüste	rueste	DE		0	Europe/Berlin	51.68859	6.89127				07	051	05170	05170036
2842862	Rüßwihl	russwihl	DE		0	Europe/Berlin	47.63111	8.07086		Russwihl,Rüßwihl		01	083	08337	08337038
2842863	Rußmühlerhof	russmuehlerhof	DE		0	Europe/Berlin	49.63673	7.86719				08	00	07333	07333502
2842865	Rußmaier	russmaier	DE		0	Europe/Berlin	47.76667	9.46667				01	084	08436	08436095
2842866	Rußland	russland	DE		0	Europe/Berlin	53.4504	7.81428				06	00	03462	03462005
2842870	Rußhütte	russhuette	DE		0	Europe/Berlin	49.25808	6.97582				09	00	10041	10041100
2842872	Rußheim	russheim	DE		0	Europe/Berlin	49.18693	8.4244		Russheim,Rußheim		01	082	08215	08215111
2842873	Rußheide	russheide	DE		0	Europe/Berlin	52.01667	8.56667				07	057	05711	05711000
2842875	Russenreute	russenreute	DE		0	Europe/Berlin	47.75	9.46667				01	084	08435	08435045
2842877	Russenhäuser	russenhaeuser	DE		0	Europe/Berlin	51.05366	14.79482				13	00	14626	14626030
2842879	Rüssenbach	russenbach	DE		0	Europe/Berlin	49.76957	11.16271				02	094	09474	09474121
2842880	Rüssen	ruessen	DE		0	Europe/Berlin	52.77256	8.48637				06	00	03251	03251042
2842881	Rüssen	ruessen	DE		0	Europe/Berlin	51.18858	12.30579				13	00	14729	14729430
2842884	Rüsselsheim	ruesselsheim	DE		59730	Europe/Berlin	49.98955	8.42251		Riselsheima,Riselskhajm,Rjussel'sgajm-am-Majn,Rjussel'skhajm,Rjusselskhajm,Rouselschaim,Ruesselsheim,Ruesselsheim am Main,Rusel'sgajm,Russelsheim,Rüsselsheim,Rüsselsheim am Main,lu sai er si hai mu,rwslshaym,rwslshyym,rwslzhaym,ryusserusuhaimu,Ρουσελσχάιμ,Риселсхајм,Русельсгайм,Рюсселсхайм,Рюссельсгайм-ам-Майн,Рюссельсхайм,רוסלסהיים,روسلزهایم,روسلسهايم,リュッセルスハイム,吕塞尔斯海姆		05	064	06433	06433012
2842886	Rüsselhausen	russelhausen	DE		0	Europe/Berlin	49.44222	9.85528		Russelhausen,Rüsselhausen		01	081	08128	08128082
2842887	Rüsseldorf	ruesseldorf	DE		0	Europe/Berlin	53.10765	8.04866				06	00	03451	03451004
2842891	Rüsseina	ruesseina	DE		0	Europe/Berlin	51.11003	13.26128				13	00	14627	14627180
2842892	Russee	russee	DE		0	Europe/Berlin	54.30063	10.07073				10	00	01002	01002000
2842893	Rußdorf	russdorf	DE		0	Europe/Berlin	50.84857	12.71873		Russdorf,Rußdorf		13	00	14524	14524180
2842894	Rußdorf	russdorf	DE		0	Europe/Berlin	50.82133	12.16904				15	00	16076	16076027
2842895	Rußdorf	russdorf	DE		0	Europe/Berlin	50.79487	12.30637				13	00	14524	14524030
2842896	Rußdorf	russdorf	DE		0	Europe/Berlin	50.71853	12.17071				15	00	16076	16076093
2842897	Rußdorf	russdorf	DE		0	Europe/Berlin	49.99062	6.36585				08	00	07232	07232102
2842898	Rußberg	russberg	DE		0	Europe/Berlin	48.02951	8.80041		Russberg,Rußberg		01	083	08327	08327056
2842899	Ruspen	ruspen	DE		0	Europe/Berlin	49.80926	11.63504				02	094	09472	09472180
2842900	Rüspel	ruespel	DE		0	Europe/Berlin	53.27132	9.39371				06	00	03357	03357013
2842903	Rusitz	rusitz	DE		0	Europe/Berlin	50.93599	12.07275				15	00	16052	16052000
2842907	Rüsfeld	ruesfeld	DE		0	Europe/Berlin	51.28715	7.34073				07	059	05954	05954008
2842908	Rusewase	rusewase	DE		0	Europe/Berlin	54.5413	13.61532				12	00	13073	13073080
2842910	Rusenberg	rusenberg	DE		0	Europe/Berlin	48.15579	9.70837				01	084	08426	08426011
2842912	Ruselabsatz	ruselabsatz	DE		0	Europe/Berlin	48.87642	13.06238				02	092	09271	09271148
2842913	Rusel	rusel	DE		0	Europe/Berlin	48.87573	13.08579				02	092	09271	09271148
2842914	Rüsdorf	ruesdorf	DE		0	Europe/Berlin	54.19023	9.10774				10	00	01051	01051044
2842915	Rüsdorf	ruesdorf	DE		0	Europe/Berlin	50.78581	12.64871		Bernsdorf-Rusdorf,Bernsdorf-Rüsdorf,Rusdorf,Rüsdorf		13	00	14524	14524010
2842917	Ruschweiler	ruschweiler	DE		0	Europe/Berlin	47.87457	9.37008		Ruschweiler		01	084	08437	08437056
2842918	Ruschwedel	ruschwedel	DE		0	Europe/Berlin	53.45401	9.56331		Ruschwedel		06	00	03359	03359023
2842919	Ruschvitz	ruschvitz	DE		0	Europe/Berlin	54.56937	13.51164				12	00	13073	13073030
2842921	Rusches Hof	rusches-hof	DE		0	Europe/Berlin	51.45	11.98333		Rusches Hof		14	00	15002	15002000
2842923	Rüschendorf	rueschendorf	DE		0	Europe/Berlin	52.39975	7.59326				07	055	05566	05566020
2842924	Rüschendorf	rueschendorf	DE		0	Europe/Berlin	52.52159	8.26914				06	00	03460	03460002
2842926	Rüschenbeck	rueschenbeck	DE		0	Europe/Berlin	53.86646	11.03765				12	00	13074	13074093
2842927	Rüschen	rueschen	DE		0	Europe/Berlin	52.24324	8.53645				07	057	05758	05758028
2842928	Rüscheid	ruescheid	DE		786	Europe/Berlin	50.53333	7.56667		Ruescheid,Rüscheid	07138066	08	00	07138	07138066
2842934	Rusch	rusch	DE		0	Europe/Berlin	53.47977	11.65615				12	00	13076	13076085
2842938	Rusbend	rusbend	DE		0	Europe/Berlin	52.31183	9.05999		Rusbend		06	00	03257	03257009
2842942	Rurich	rurich	DE		0	Europe/Berlin	51.01419	6.27195		Rurich		07	053	05370	05370020
2842943	Rurdorf	rurdorf	DE		0	Europe/Berlin	50.96505	6.27535				07	053	05358	05358036
2842944	Rurberg	rurberg	DE		927	Europe/Berlin	50.61372	6.38168		Rurberg,Рурберг		07	053	05334	05334028
2842945	Ruprechtsbruck	ruprechtsbruck	DE		0	Europe/Berlin	47.882	9.51756				01	084	08436	08436096
2842946	Ruprechtsberg	ruprechtsberg	DE		0	Europe/Berlin	48.37999	12.28669				02	092	09274	09274183
2842947	Rüppurr	ruppurr	DE		0	Europe/Berlin	48.96692	8.40531				01	082	08212	08212000
2842948	Rupprechtstein	rupprechtstein	DE		0	Europe/Berlin	49.53699	11.58699				02	093	09371	09371140
2842949	Rupprechtstegen	rupprechtstegen	DE		0	Europe/Berlin	49.60058	11.47986		Rupprechtstegen		02	095	09574	09574129
2842950	Rupprechtsreuth	rupprechtsreuth	DE		0	Europe/Berlin	49.66531	12.06087				02	093	09374	09374134
2842952	Rupprechtshäuser	rupprechtshaeuser	DE		0	Europe/Berlin	51.0998	14.27054				13	00	14625	14625380
2842953	Rupprechtshausen	rupprechtshausen	DE		0	Europe/Berlin	49.88397	10.01155				02	096	09679	09679201
2842954	Rupprechts	rupprechts	DE		0	Europe/Berlin	47.94985	9.97373				01	084	08436	08436010
2842955	Ruppmannsburg	ruppmannsburg	DE		0	Europe/Berlin	49.0683	11.18829				02	095	09576	09576148
2842962	Ruppertzaint	ruppertzaint	DE		0	Europe/Berlin	49.98127	10.03485				02	096	09677	09677114
2842963	Ruppertszell	ruppertszell	DE		0	Europe/Berlin	48.46389	11.28019				02	097	09771	09771162
2842966	Ruppertsstetten	ruppertsstetten	DE		0	Europe/Berlin	48.73027	9.8989				01	081	08117	08117061
2842968	Ruppertskirchen	ruppertskirchen	DE		0	Europe/Berlin	48.57213	12.77267				02	092	09277	09277111
2842969	Ruppertskirchen	ruppertskirchen	DE		30	Europe/Berlin	48.37022	11.25054	480			02	091	09174	09174111
2842970	Ruppertshütten	ruppertshutten	DE		0	Europe/Berlin	50.08206	9.54426		Ruppertshutten,Ruppertshütten		02	096	09677	09677155
2842975	Ruppertshain	ruppertshain	DE		0	Europe/Berlin	50.17359	8.40069				05	064	06436	06436008
2842976	Ruppertsgrün	ruppertsgruen	DE		0	Europe/Berlin	50.70876	12.36925				13	00	14524	14524060
2842977	Ruppertsgrün	ruppertsgruen	DE		0	Europe/Berlin	50.57569	12.18202				13	00	14523	14523330
2842978	Ruppertsgrün	ruppertsgrun	DE		0	Europe/Berlin	50.1085	11.84715				02	094	09479	09479166
2842980	Ruppertsburg	ruppertsburg	DE		0	Europe/Berlin	50.51825	8.96102				05	065	06531	06531010
2842983	Ruppertenrod	ruppertenrod	DE		0	Europe/Berlin	50.62224	9.08874				05	065	06535	06535013
2842985	Rüppershausen	rueppershausen	DE		0	Europe/Berlin	50.96008	8.30852				07	059	05970	05970028
2842986	Ruppersdorf	ruppersdorf	DE		0	Europe/Berlin	51.06707	12.36809		Ruppersdorf		15	00	16077	16077032
2842987	Ruppersdorf	ruppersdorf	DE		0	Europe/Berlin	50.99969	14.72464		Ruppersdorf,Ruppersdorf/Oberlausitz		13	00	14626	14626180
2842988	Ruppersdorf	ruppersdorf	DE		0	Europe/Berlin	50.5107	11.57618		Ruppersdorf		15	00	16075	16075134
2842989	Ruppersdorf	ruppersdorf	DE		0	Europe/Berlin	49.40043	10.55888		Ruppersdorf		02	095	09571	09571146
2842990	Ruppersbach	ruppersbach	DE		0	Europe/Berlin	49.1	10.18333				01	081	08127	08127101
2842991	Ruppers	ruppers	DE		0	Europe/Berlin	50.51667	10.26667				15	00	16066	16066093
2842992	Rupperath	rupperath	DE		0	Europe/Berlin	50.47095	6.87935				07	053	05366	05366004
2842995	Ruppenrod	ruppenrod	DE		0	Europe/Berlin	50.38309	7.87068				08	00	07141	07141064
2842996	Ruppendorf	ruppendorf	DE		0	Europe/Berlin	50.90791	13.59836		Ruppendorf		13	00	14628	14628205
2843003	Ruppach	ruppach	DE		0	Europe/Berlin	50.45	7.88333				08	00	07143	07143024
2843004	Rupolz	rupolz	DE		0	Europe/Berlin	47.61667	9.76667				02	097	09776	09776115
2843005	Ruploh	ruploh	DE		0	Europe/Berlin	51.53668	8.09699		Ruploh		07	059	05974	05974040
2843012	Rupertshofen	rupertshofen	DE		0	Europe/Berlin	48.15081	9.66819				01	084	08426	08426011
2843014	Rupertsham	rupertsham	DE		0	Europe/Berlin	48.05441	12.38079				02	091	09189	09189142
2843015	Rupertsdorf	rupertsdorf	DE		0	Europe/Berlin	48.00407	12.49072				02	091	09189	09189111
2843017	Rupertsbuch	rupertsbuch	DE		0	Europe/Berlin	48.92604	11.14358				02	091	09176	09176160
2843020	Rüper	rueper	DE		193	Europe/Berlin	52.3463	10.35307		Rieper		06	00	03157	03157008
2843022	Rupensdorf	rupensdorf	DE		0	Europe/Berlin	53.84021	10.89239				12	00	13074	13074074
2843023	Rupennest	rupennest	DE		0	Europe/Berlin	52.85437	7.38115				06	00	03454	03454029
2843025	Rupelrath	rupelrath	DE		0	Europe/Berlin	51.12507	7.00295		Rupelrath		07	051	05122	05122000
2843026	Rupel	rupel	DE		0	Europe/Berlin	54.61667	9.25				10	00	01059	01059132
2843030	Runzhausen	runzhausen	DE		0	Europe/Berlin	50.79292	8.55917		Runzhausen		05	065	06534	06534010
2843034	Runthal	runthal	DE		0	Europe/Berlin	51.12644	12.03762				14	00	15084	15084490
2843036	Runstedt	runstedt	DE		0	Europe/Berlin	52.19427	10.97586				06	00	03154	03154028
2843037	Runstedt	runstedt	DE		0	Europe/Berlin	51.3	11.93333				14	00	15088	15088065
2843038	Runsdorf	runsdorf	DE		0	Europe/Berlin	50.90695	12.48624				15	00	16077	16077036
2843039	Runow	runow	DE		0	Europe/Berlin	53.59022	11.82723				12	00	13076	13076023
2843040	Runkenreuth	runkenreuth	DE		0	Europe/Berlin	49.74101	11.86106				02	093	09374	09374117
2843043	Rüningen	rueningen	DE		2929	Europe/Berlin	52.22123	10.50405				06	00	03101	03101000
2843045	Rüngsdorf	ruengsdorf	DE		0	Europe/Berlin	50.68421	7.16771				07	053	05314	05314000
2843049	Rungatshofen	rungatshofen	DE		0	Europe/Berlin	47.77794	10.09491				02	097	09780	09780112
2843056	Rundhof	rundhof	DE		0	Europe/Berlin	54.7279	9.84793				10	00	01059	01059163
2843059	Ründeroth	ruenderoth	DE		0	Europe/Berlin	50.99086	7.46262				07	053	05374	05374008
2843061	Runder Hirschpohl	runder-hirschpohl	DE		0	Europe/Berlin	53.53333	13.91667				12	00	13075	13075126
2843065	Rundelshausen	rundelshausen	DE		0	Europe/Berlin	50.00632	10.09524				02	096	09678	09678193
2843068	Rundebusch	rundebusch	DE		0	Europe/Berlin	52.92441	8.50178				06	00	03458	03458012
2843074	Rumsdorf	rumsdorf	DE		0	Europe/Berlin	51.05806	12.22245				14	00	15084	15084130
2843075	Rumscheid	rumscheid	DE		0	Europe/Berlin	51.29477	7.54985				07	059	05914	05914000
2843077	Rumpshagen	rumpshagen	DE		0	Europe/Berlin	53.50653	12.95906				12	00	13071	13071005
2843080	Rumpin	rumpin	DE		0	Europe/Berlin	51.60135	11.74887				14	00	15088	15088319
2843085	Rumpfen	rumpfen	DE		0	Europe/Berlin	49.53457	9.24391				01	082	08225	08225060
2843087	Rumpenstadl	rumpenstadl	DE		0	Europe/Berlin	48.76024	13.54124				02	092	09272	09272141
2843088	Rumpenheim	rumpenheim	DE		0	Europe/Berlin	50.13054	8.79935		Rumpenheim		05	064	06413	06413000
2843095	Rumohrhütten	rumohrhuetten	DE		0	Europe/Berlin	54.25	10				10	00	01058	01058139
2843098	Rummler	rummler	DE		0	Europe/Berlin	51.87559	7.71562				07	055	05570	05570040
2843099	Rümmingen	ruemmingen	DE		1494	Europe/Berlin	47.6412	7.64198		Rimingen,Rjummingen,lu ming gen,Риминген,Рюмминген,Рюммінген,吕明根	08336073	01	083	08336	08336073
2843100	Rummersricht	rummersricht	DE		0	Europe/Berlin	49.53189	11.73885				02	093	09371	09371151
2843101	Rümmer	ruemmer	DE		0	Europe/Berlin	52.38136	10.89818				06	00	03154	03154009
2843102	Rummenohl	rummenohl	DE		0	Europe/Berlin	51.27717	7.52916		Rummenohl		07	059	05914	05914000
2843103	Rummeltshausen	rummeltshausen	DE		0	Europe/Berlin	48.04086	10.27932				02	097	09778	09778214
2843104	Rümmelsheim	rummelsheim	DE		1435	Europe/Berlin	49.93307	7.85977		Rimelskhajm,Rjummel'skhajm,lu mei er si hai mu,Римелсхајм,Рюммельсхайм,吕梅尔斯海姆	07133087	08	00	07133	07133087
2843106	Rummelsburg	rummelsburg	DE		20414	Europe/Berlin	52.50146	13.4934		Berlin-Rummelsburg		16	00	11000	11000000
2843107	Rummelsberg	rummelsberg	DE		0	Europe/Berlin	49.36733	11.26574		Rummelsberg		02	095	09574	09574157
2843116	Rümmelbach	ruemmelbach	DE		0	Europe/Berlin	49.43891	6.90769				09	00	10044	10044112
2843118	Rum Kogel	rum-kogel	DE		0	Europe/Berlin	53.65822	12.18401				12	00	13072	13072084
2843120	Rümkendorf	ruemkendorf	DE		0	Europe/Berlin	52.37204	8.47701				07	057	05770	05770044
2843121	Rumke	rumke	DE		0	Europe/Berlin	52.53796	7.7214				06	00	03459	03459011
2843124	Rumgraben	rumgraben	DE		0	Europe/Berlin	47.82026	12.56992				02	091	09189	09189113
2843125	Rumfleth	rumfleth	DE		0	Europe/Berlin	53.92864	9.36228				10	00	01061	01061077
2843126	Rumersham	rumersham	DE		0	Europe/Berlin	48.01461	12.39346				02	091	09189	09189133
2843127	Rumerode	rumerode	DE		0	Europe/Berlin	51.36251	10.00438				15	00	16061	16061007
2843128	Rumering	rumering	DE		0	Europe/Berlin	48.08278	12.41462				02	091	09189	09189142
2843129	Rumeltshausen	rumeltshausen	DE		0	Europe/Berlin	48.30192	11.38454				02	091	09174	09174143
2843132	Rumeln	rumeln	DE		0	Europe/Berlin	51.39533	6.67449				07	051	05112	05112000
2843143	Rumbeck	rumbeck	DE		0	Europe/Berlin	52.15646	9.19711				06	00	03252	03252007
2843144	Rumbeck	rumbeck	DE		0	Europe/Berlin	51.38689	8.10615				07	059	05958	05958004
2843146	Rülzheim	ruelzheim	DE		7917	Europe/Berlin	49.15312	8.29287		Ruelzheim,Rülzheim	07334025	08	00	07334	07334025
2843149	Rüllschau	ruellschau	DE		0	Europe/Berlin	54.78473	9.53197				10	00	01059	01059141
2843152	Rulle	rulle	DE		0	Europe/Berlin	52.33263	8.06337				06	00	03459	03459033
2843156	Rulfingen	rulfingen	DE		0	Europe/Berlin	48.02633	9.29881				01	084	08437	08437076
2843158	Rülfenrod	ruelfenrod	DE		0	Europe/Berlin	50.70381	9.08695				05	065	06535	06535005
2843168	Ruitzhof	ruitzhof	DE		0	Europe/Brussels	50.52503	6.19432				07	053	05334	05334020
2843169	Ruitsch	ruitsch	DE		0	Europe/Berlin	50.31981	7.34973				08	00	07137	07137089
2843170	Ruith	ruith	DE		0	Europe/Berlin	49.14801	12.18338				02	093	09375	09375190
2843171	Ruit auf den Fildern	ruit-auf-den-fildern	DE		0	Europe/Berlin	48.72978	9.25293		Ruit		01	081	08116	08116080
2843173	Ruit	ruit	DE		0	Europe/Berlin	49.00769	8.72444				01	082	08215	08215007
2843175	Ruif	ruif	DE		0	Europe/Berlin	50.86412	6.11417				07	053	05334	05334016
2843176	Ruiding	ruiding	DE		0	Europe/Berlin	49.34057	11.99928				02	093	09371	09371120
2843183	Ruhwarden	ruhwarden	DE		0	Europe/Berlin	53.59093	8.27777				06	00	03461	03461003
2843185	Ruhstorf	ruhstorf	DE		7098	Europe/Berlin	48.53976	12.68305		Ruhstorf		02	092	09279	09279135
2843186	Ruhstorf	ruhstorf	DE		0	Europe/Berlin	48.43617	13.3357		Ruhstorf,Ruhstorf an der Rott		02	092	09275	09275145
2843193	Ruhsam	ruhsam	DE		0	Europe/Berlin	48.61332	12.61145				02	092	09279	09279125
2843196	Ruhrort	ruhrort	DE		0	Europe/Berlin	51.45306	6.73542		Ruhrort		07	051	05112	05112000
2843199	Ruhrfeld	ruhrfeld	DE		0	Europe/Berlin	51.13333	6.45		Ruhrfeld		07	051	05116	05116000
2843200	Rührersberg	ruhrersberg	DE		0	Europe/Berlin	49.35124	11.40179				02	093	09373	09373113
2843201	Rührberg	ruhrberg	DE		0	Europe/Berlin	47.56909	7.70503		Ruhrberg,Rührberg		01	083	08336	08336105
2843205	Ruhpalzing	ruhpalzing	DE		0	Europe/Berlin	48.49536	11.70141				02	091	09178	09178156
2843208	Ruhnsberg	ruhnsberg	DE		0	Europe/Berlin	48.2992	12.64208				02	091	09171	09171127
2843209	Ruhnmark	ruhnmark	DE		0	Europe/Berlin	54.78777	9.54707				10	00	01059	01059141
2843212	Ruhne	ruhne	DE		0	Europe/Berlin	51.51406	7.95578		Ruhne		07	059	05974	05974012
2843214	Rühn	ruehn	DE		706	Europe/Berlin	53.821	11.93993		Ruhn,Rühn		12	00	13072	13072089
2843217	Rühme	ruehme	DE		0	Europe/Berlin	52.30722	10.51632		Braunschweig-Ruhme,Braunschweig-Rühme,Ruhme,Rühme		06	00	03101	03101000
2843224	Ruhmannsdorf	ruhmannsdorf	DE		0	Europe/Berlin	49.1152	12.85042				02	092	09276	09276135
2843225	Ruhmannsdorf	ruhmannsdorf	DE		0	Europe/Berlin	48.63348	13.65849				02	092	09275	09275126
2843226	Ruhmannsdorf	ruhmannsdorf	DE		0	Europe/Berlin	48.55696	12.30944				02	092	09274	09274156
2843236	Rühlow	ruehlow	DE		0	Europe/Berlin	53.56341	13.44086				12	00	13071	13071140
2843238	Ruhlkirchen	ruhlkirchen	DE		0	Europe/Berlin	50.79437	9.18451				05	065	06535	06535002
2843240	Rühlertwist	ruehlertwist	DE		0	Europe/Berlin	52.64857	7.09619				06	00	03454	03454054
2843243	Rühlermoor	ruehlermoor	DE		0	Europe/Berlin	52.6571	7.14749				06	00	03454	03454054
2843245	Rühlerfeld	ruehlerfeld	DE		0	Europe/Berlin	52.66806	7.16824				06	00	03454	03454054
2843247	Ruhleben	ruhleben	DE		0	Europe/Berlin	52.52313	13.23846		Ruhleben		16	00	11000	11000000
2843251	Rühle	ruehle	DE		0	Europe/Berlin	52.66943	7.24578				06	00	03454	03454035
2843252	Rühle	ruehle	DE		0	Europe/Berlin	51.9285	9.50978				06	00	03255	03255003
2843253	Ruhlands	ruhlands	DE		0	Europe/Berlin	47.62167	9.8206				02	097	09776	09776122
2843263	Ruhhäuser	ruhhaeuser	DE		0	Europe/Berlin	50.4	12				13	00	14523	14523450
2843264	Ruhfelden	ruhfelden	DE		0	Europe/Berlin	48.23342	10.53869				02	097	09774	09774166
2843265	Ruhethal	ruhethal	DE		0	Europe/Berlin	53.41405	11.04903				12	00	13076	13076169
2843266	Ruhethal	ruhethal	DE		0	Europe/Berlin	51.3313	14.54303		Ruhethal,Wotpocink,Wotpočink		13	00	14625	14625340
2843270	Ruhestetten	ruhestetten	DE		0	Europe/Berlin	47.9022	9.17064		Ruhestetten		01	084	08437	08437118
2843278	Ruhbühl	ruhbuhl	DE		0	Europe/Berlin	47.86667	8.21667				01	083	08315	08315068
2843282	Ruhbank	ruhbank	DE		0	Europe/Berlin	49.18311	7.63235				08	00	07317	07317000
2843285	Ruh	ruh	DE		0	Europe/Berlin	50.86735	7.59283		Ruh		07	053	05374	05374044
2843287	Rügshofen	rugshofen	DE		0	Europe/Berlin	49.90951	10.35828				02	096	09678	09678134
2843288	Rügshof	rugshof	DE		0	Europe/Berlin	50.23641	10.37075				02	096	09673	09673126
2843291	Rügkamp	ruegkamp	DE		0	Europe/Berlin	53.86526	11.6557				12	00	13074	13074057
2843292	Rugiswalde	rugiswalde	DE		0	Europe/Berlin	51.00139	14.25239		Rugiswalde		13	00	14628	14628260
2843293	Rügheim	rugheim	DE		0	Europe/Berlin	50.11088	10.51163		Rugheim,Rügheim		02	096	09674	09674149
2843294	Rüggow	rueggow	DE		0	Europe/Berlin	53.89476	11.54523				12	00	13074	13074034
2843298	Ruggen	ruggen	DE		0	Europe/Berlin	47.76667	9.76667				01	084	08436	08436078
2843300	Rüggeberg	rueggeberg	DE		0	Europe/Berlin	51.26636	7.38417				07	059	05954	05954008
2843301	Rüggebein	rueggebein	DE		0	Europe/Berlin	51.28018	7.49327				07	059	05914	05914000
2843303	Rugetsweiler	rugetsweiler	DE		0	Europe/Berlin	47.93903	9.64523		Rugetsweiler		01	084	08436	08436008
2843305	Rügersgrün	rugersgrun	DE		0	Europe/Berlin	50.09463	12.05706				02	094	09479	09479126
2843306	Rügersberg	rugersberg	DE		0	Europe/Berlin	49.95455	11.74343				02	094	09472	09472199
2843310	Rugensee	rugensee	DE		0	Europe/Berlin	53.73311	11.38876				12	00	13074	13074048
2843313	Rugenort	rugenort	DE		0	Europe/Berlin	54.00487	8.87881				10	00	01051	01051034
2843315	Rugenhof	rugenhof	DE		0	Europe/Berlin	54.38659	13.2491				12	00	13073	13073021
2843320	Rugenbergen	rugenbergen	DE		0	Europe/Berlin	53.66455	9.9017				10	00	01056	01056005
2843329	Rügeband	ruegeband	DE		0	Europe/Berlin	53.54489	12.73075				12	00	13071	13071156
2843334	Ruffenhofen	ruffenhofen	DE		0	Europe/Berlin	49.0496	10.46994				02	095	09571	09571218
2843337	Rufenried	rufenried	DE		0	Europe/Berlin	49.08629	11.78198				02	093	09375	09375118
2843339	Rufen	rufen	DE		0	Europe/Berlin	48.02314	10.39338				02	097	09778	09778180
2843341	Ruest	ruest	DE		0	Europe/Berlin	53.61532	11.94111				12	00	13076	13076096
2843342	Ruensiek	ruensiek	DE		0	Europe/Berlin	51.86526	9.17161				07	057	05766	05766060
2843350	Rudow	rudow	DE		40802	Europe/Berlin	52.42407	13.48529		Berlin-Rudow		16	00	11000	11000000
2843351	Rüdow	ruedow	DE		0	Europe/Berlin	52.9627	12.39687				11	00	12068	12068264
2843352	Rudow	rudow	DE		0	Europe/Berlin	53.38333	13.03602				12	00	13071	13071110
2843354	Rudolzhofen	rudolzhofen	DE		0	Europe/Berlin	49.52363	10.27083				02	095	09575	09575168
2843356	Rudolphstein	rudolphstein	DE		0	Europe/Berlin	50.4089	11.76928				02	094	09475	09475113
2843357	Rudolfshof	rudolfshof	DE		0	Europe/Berlin	49.52086	11.25609		Rudolphshof		02	095	09574	09574138
2843358	Rudolphshan	rudolphshan	DE		0	Europe/Berlin	50.66393	9.69938				05	066	06631	06631015
2843359	Rudolphsdorf	rudolphsdorf	DE		0	Europe/Berlin	50.75679	13.88939				13	00	14628	14628010
2843362	Rudolphskirchen	rudolphskirchen	DE		0	Europe/Berlin	49.61666	7.7138		Rudolfskirchen,Rudolphskirchen		08	00	07333	07333201
2843363	Rudolfshöhe	rudolfshoehe	DE		0	Europe/Berlin	52.62061	13.75291				11	00	12060	12060280
2843365	Rudolfsberg	rudolfsberg	DE		0	Europe/Berlin	49.15656	10.12699				01	081	08127	08127101
2843369	Rudmersbach	rudmersbach	DE		0	Europe/Berlin	48.87589	8.54093				01	082	08236	08236072
2843370	Rudlos	rudlos	DE		0	Europe/Berlin	50.59604	9.41713				05	065	06535	06535011
2843371	Rudlfing	rudlfing	DE		0	Europe/Berlin	48.40849	11.81873				02	091	09178	09178140
2843374	Rudletzholz	rudletzholz	DE		0	Europe/Berlin	49.11815	11.13224				02	095	09576	09576126
2843375	Rudisleben	rudisleben	DE		0	Europe/Berlin	50.86017	10.97146		Rudisleben		15	00	16070	16070004
2843377	Rudingshain	rudingshain	DE		0	Europe/Berlin	50.5228	9.17362				05	065	06535	06535016
2843378	Rüdingsdorf	ruedingsdorf	DE		0	Europe/Berlin	51.89894	13.67732				11	00	12061	12061320
2843381	Rüdinghausen	ruedinghausen	DE		0	Europe/Berlin	51.45008	7.40084				07	059	05954	05954036
2843382	Rüdigsdorf	ruedigsdorf	DE		0	Europe/Berlin	51.54101	10.81794				15	00	16062	16062041
2843383	Rüdigsdorf	ruedigsdorf	DE		0	Europe/Berlin	51.00943	12.60046		Kohren-Sahlis-Rudigsdorf,Kohren-Sahlis-Rüdigsdorf		13	00	14729	14729140
2843385	Rüdigheim	ruedigheim	DE		0	Europe/Berlin	50.78079	8.95279				05	065	06534	06534001
2843386	Rüdigheim	ruedigheim	DE		0	Europe/Berlin	50.2024	8.97652				05	064	06435	06435020
2843387	Rüdigershagen	ruedigershagen	DE		0	Europe/Berlin	51.34768	10.44356		Rudigershagen,Rüdigershagen		15	00	16061	16061074
2843395	Rüdesheim am Rhein	ruedesheim-am-rhein	DE		9921	Europe/Berlin	49.9789	7.92442		QSY,Rideskhajm na Rajni,Rjudesgajm-am-Rajn,Rjudeskhajm-am-Rajn,Rjudeskhajm-na-Rejne,Rudesheim,Rudesheim am Rhein,Ruedesheim am Rhein,Rüdesheim,Rüdesheim am Rhein,lai yin he pan lu de si hai mu,rwdzhaym am rayn,Ридесхајм на Рајни,Рюдесгайм-ам-Райн,Рюдесхайм-ам-Райн,Рюдесхайм-на-Рейне,رودزهایم آم راین,リューデスハイム・アム・ライン,莱茵河畔吕德斯海姆		05	064	06439	06439013
2843397	Rudertshofen	rudertshofen	DE		0	Europe/Berlin	49.10461	11.39454				02	093	09373	09373112
2843398	Rudertshausen	rudertshausen	DE		0	Europe/Berlin	48.57187	11.68704				02	091	09178	09178116
2843401	Ruderszell	ruderszell	DE		0	Europe/Berlin	49.08644	12.45271				02	093	09372	09372150
2843403	Rüdershausen	ruedershausen	DE		0	Europe/Berlin	53.30799	8.31673				06	00	03461	03461008
2843404	Rüdershausen	ruedershausen	DE		996	Europe/Berlin	51.58333	10.26667		Riderskhauzen,Rjuderskhauzen,lu de er si hao sen,ryudasuhauzen,Ридерсхаузен,Рюдерсхаузен,リューダースハウゼン,吕德尔斯豪森	03159030	06	00	03159	03159030
2843408	Rüdersdorf	ruedersdorf	DE		0	Europe/Berlin	52.46927	13.78631		Rudersdorf,Ruedersdorf,Rüdersdorf		11	00	12064	12064428
2843410	Rüdersdorf	ruedersdorf	DE		0	Europe/Berlin	50.89744	11.95811				15	00	16076	16076089
2843421	Rudersau	rudersau	DE		0	Europe/Berlin	47.73083	10.92646				02	091	09190	09190145
2843422	Rüdern	rudern	DE		0	Europe/Berlin	49.61823	10.42361				02	095	09575	09575165
2843423	Rüdern	rudern	DE		0	Europe/Berlin	49.39593	10.65887				02	095	09571	09571135
2843424	Rüdern	rudern	DE		0	Europe/Berlin	48.76468	9.28834				01	081	08116	08116019
2843427	Ruderitz	ruderitz	DE		0	Europe/Berlin	50.41896	12.01165				13	00	14523	14523450
2843428	Rudering	rudering	DE		0	Europe/Berlin	48.07343	12.16144				02	091	09187	09187124
2843430	Ruderfing	ruderfing	DE		0	Europe/Berlin	48.46843	12.725				02	092	09277	09277119
2843432	Rudenweiler	rudenweiler	DE		0	Europe/Berlin	47.61667	9.68333				01	084	08435	08435057
2843433	Rüdental	rudental	DE		0	Europe/Berlin	49.63173	9.47981		Rudental,Rudenthal,Rüdental,Rüdenthal		01	082	08225	08225032
2843434	Rudenshofen	rudenshofen	DE		0	Europe/Berlin	49.18793	11.7122				02	093	09373	09373151
2843435	Rüdenschwinden	rudenschwinden	DE		0	Europe/Berlin	50.52026	10.11374		Rudenschwinden,Rüdenschwinden		02	096	09673	09673123
2843437	Rudendorf	rudendorf	DE		0	Europe/Berlin	50.00125	10.74483				02	096	09674	09674129
2843442	Rüden	rueden	DE		0	Europe/Berlin	51.12944	7.0658				07	051	05122	05122000
2843444	Rudelzhofen	rudelzhofen	DE		0	Europe/Berlin	48.33734	11.48681				02	091	09174	09174141
2843446	Rudelswalde	rudelswalde	DE		0	Europe/Berlin	50.81145	12.36228		Crimmitschau-Rudelswalde,Rudelswalde		13	00	14524	14524030
2843447	Rudelstetten	rudelstetten	DE		0	Europe/Berlin	48.85663	10.64364				02	097	09779	09779111
2843448	Rudelsdorf	rudelsdorf	DE		0	Europe/Berlin	51.08181	13.07819				13	00	14522	14522570
2843449	Rudelsdorf	rudelsdorf	DE		0	Europe/Berlin	51.0123	11.91145				15	00	16074	16074039
2843450	Rudelsdorf	rudelsdorf	DE		0	Europe/Berlin	50.33723	10.73635				02	094	09473	09473158
2843451	Rudelsdorf	rudelsdorf	DE		0	Europe/Berlin	49.279	10.91101				02	095	09576	09576128
2843452	Rudelsdorf	rudelsdorf	DE		0	Europe/Berlin	49.16773	9.87502				01	081	08127	08127099
2843458	Rüde	ruede	DE		0	Europe/Berlin	54.82435	9.57197				10	00	01059	01059145
2843459	Rüde	ruede	DE		391	Europe/Berlin	54.68333	9.63333				10	00	01059	01059185
2843460	Rüddingshausen	ruddingshausen	DE		0	Europe/Berlin	50.68765	8.91575		Rabenau-Rueddingshausen,Rabenau-Rüddingshausen		05	065	06531	06531015
2843461	Rüddern	ruddern	DE		0	Europe/Berlin	49.1626	10.01163				01	081	08127	08127014
2843462	Rüddel	rueddel	DE		0	Europe/Berlin	50.62395	7.41021				08	00	07138	07138044
2843467	Rückmarsdorf	rueckmarsdorf	DE		0	Europe/Berlin	51.34355	12.2513				13	00	14713	14713000
2843469	Rückisch	rueckisch	DE		0	Europe/Berlin	50.60215	12.20676				13	00	14523	14523100
2843470	Rückingen	rueckingen	DE		0	Europe/Berlin	50.15788	8.98704				05	064	06435	06435007
2843471	Rucking	rucking	DE		0	Europe/Berlin	48.38848	13.16024		Rucking		02	092	09275	09275143
2843477	Ruckes	ruckes	DE		0	Europe/Berlin	51.16524	6.49182				07	051	05116	05116000
2843478	Ruckertshofen	ruckertshofen	DE		0	Europe/Berlin	49.44574	10.17428		Ruckertshofen		02	095	09571	09571111
2843479	Rückertshof	ruckertshof	DE		0	Europe/Berlin	49.4022	11.80129				02	093	09371	09371154
2843480	Rückertshausen	ruckertshausen	DE		0	Europe/Berlin	49.2035	9.7647				01	081	08127	08127009
2843481	Rückertsbronn	ruckertsbronn	DE		0	Europe/Berlin	49.18444	9.7725				01	081	08127	08127009
2843482	Ruckerting	ruckerting	DE		0	Europe/Berlin	47.79511	12.26881				02	091	09187	09187132
2843483	Rückerswind	rueckerswind	DE		0	Europe/Berlin	50.35379	11.05702				15	00	16072	16072023
2843484	Rückersrieth	ruckersrieth	DE		0	Europe/Berlin	49.54887	12.41462				02	093	09374	09374137
2843485	Rückershausen	rueckershausen	DE		183	Europe/Berlin	50.87493	9.32412	239			05	066	06634	06634017
2843486	Rückershausen	rueckershausen	DE		0	Europe/Berlin	50.53826	8.16282				05	065	06533	06533012
2843487	Rückershausen	rueckershausen	DE		0	Europe/Berlin	50.26557	8.05848				05	064	06439	06439001
2843488	Rückershausen	rueckershausen	DE		0	Europe/Berlin	50.95234	8.29274				07	059	05970	05970028
2843489	Rückershagen	ruckershagen	DE		0	Europe/Berlin	49.25286	9.94915				01	081	08127	08127032
2843490	Rückersfeld	rueckersfeld	DE		0	Europe/Berlin	50.96869	9.44611				05	066	06634	06634009
2843491	Ruckersfeld	ruckersfeld	DE		0	Europe/Berlin	50.95995	8.11531				07	059	05970	05970020
2843493	Rückersdorf	rueckersdorf	DE		1773	Europe/Berlin	51.56955	13.57226			12062417	11	00	12062	12062417
2843494	Rückersdorf	rueckersdorf	DE		0	Europe/Berlin	51.05628	14.17302				13	00	14628	14628260
2843496	Rückersdorf	rueckersdorf	DE		840	Europe/Berlin	50.73773	11.47582				15	00	16073	16073109
2843500	Rückersbach	ruckersbach	DE		0	Europe/Berlin	50.04278	9.10644		Ruckersbach,Rückersbach		02	096	09671	09671133
2843501	Rückers	rueckers	DE		0	Europe/Berlin	50.64456	9.74427				05	066	06631	06631015
2843502	Rückers	rueckers	DE		0	Europe/Berlin	50.40507	9.57896				05	066	06631	06631008
2843503	Rückeroth	rueckeroth	DE		494	Europe/Berlin	50.56167	7.74528		Rueckeroth,Rückeroth	07143064	08	00	07143	07143064
2843506	Rückenstadt	rueckenstadt	DE		0	Europe/Berlin	54.81667	8.88333				10	00	01054	01054068
2843507	Rückenhain	rueckenhain	DE		0	Europe/Berlin	50.85459	13.80513				13	00	14628	14628130
2843514	Ruckasing	ruckasing	DE		0	Europe/Berlin	48.7126	13.03373				02	092	09271	09271141
2843515	Rückamp	rueckamp	DE		0	Europe/Berlin	51.85	7.98333				07	055	05570	05570020
2843516	Rück	ruck	DE		0	Europe/Berlin	49.82977	9.21306				02	096	09676	09676121
2843518	Ruchsen	ruchsen	DE		0	Europe/Berlin	49.31923	9.37975		Ruchsen		01	081	08125	08125063
2843519	Ruchow	ruchow	DE		0	Europe/Berlin	53.71357	11.98231				12	00	13076	13076101
2843520	Ruchis	ruchis	DE		0	Europe/Berlin	47.62641	10.32044				02	097	09780	09780140
2843521	Ruchheim	ruchheim	DE		0	Europe/Berlin	49.4743	8.32804		Ruchheim		08	00	07314	07314000
2843522	Ruchenschwand	ruchenschwand	DE		0	Europe/Berlin	47.73388	8.08591				01	083	08337	08337027
2843525	Rubstock	rubstock	DE		0	Europe/Berlin	48.25702	8.38443				01	083	08325	08325051
2843526	Rübsen	ruebsen	DE		0	Europe/Berlin	51.38807	12.17251				14	00	15088	15088330
2843529	Rüblinghausen	rueblinghausen	DE		0	Europe/Berlin	51.01664	7.83393				07	059	05966	05966024
2843531	Rüblingen	rublingen	DE		0	Europe/Berlin	49.23212	9.74387				01	081	08126	08126047
2843532	Rübling	rubling	DE		0	Europe/Berlin	49.11961	11.38707				02	093	09373	09373112
2843533	Rübleinshof	rubleinshof	DE		0	Europe/Berlin	49.34347	11.31429				02	095	09574	09574117
2843534	Rüblanden	rublanden	DE		0	Europe/Berlin	49.49433	11.36252				02	095	09574	09574146
2843536	Rübker Bruch	ruebker-bruch	DE		0	Europe/Berlin	53.48895	9.75662				06	00	03353	03353026
2843537	Rübke	ruebke	DE		0	Europe/Berlin	53.49007	9.76702				06	00	03353	03353026
2843539	Rubitz	rubitz	DE		0	Europe/Berlin	54.33444	12.75135				12	00	13073	13073043
2843540	Rubitz	rubitz	DE		0	Europe/Berlin	50.89995	12.03735				15	00	16052	16052000
2843541	Rubi	rubi	DE		0	Europe/Berlin	47.43382	10.28723				02	097	09780	09780133
2843544	Rübgarten	rubgarten	DE		0	Europe/Berlin	48.92942	9.85087				01	081	08127	08127079
2843545	Rübgarten	rubgarten	DE		0	Europe/Berlin	48.56553	9.16753				01	084	08415	08415060
2843558	Rubenheim	rubenheim	DE		0	Europe/Berlin	49.1734	7.20652				09	00	10045	10045113
2843566	Rübenau	ruebenau	DE		0	Europe/Berlin	50.59882	13.30259				13	00	14521	14521390
2843568	Rübenach	ruebenach	DE		0	Europe/Berlin	50.37031	7.52113				08	00	07111	07111000
2843569	Ruben	ruben	DE		0	Europe/Berlin	51.7987	14.22003		Ruben,Rubyn		11	00	12071	12071412
2843570	Rüben	rueben	DE		0	Europe/Berlin	51.21667	12.41667				13	00	14729	14729370
2843574	Rübeland	ruebeland	DE		1201	Europe/Berlin	51.75591	10.8466		Rubeland,Rübeland		14	00	15085	15085228
2843577	Rübehorst	ruebehorst	DE		0	Europe/Berlin	53.40321	8.99481				06	00	03357	03357016
2843578	Rübehorst	ruebehorst	DE		0	Europe/Berlin	52.79186	12.32726				11	00	12063	12063112
2843581	Rubbelrath	rubbelrath	DE		0	Europe/Berlin	51.14979	6.54984				07	051	05162	05162020
2843582	Rubacker	rubacker	DE		0	Europe/Berlin	47.81745	9.40393		Rubacker		01	084	08435	08435067
2843587	Roydorf	roydorf	DE		0	Europe/Berlin	53.34197	10.19143		Roydorf		06	00	03353	03353040
2843588	Roxin	roxin	DE		0	Europe/Berlin	53.86638	11.07859				12	00	13074	13074093
2843589	Roxhüllen	roxhuellen	DE		0	Europe/Berlin	52.82642	10.00271				06	00	03351	03351004
2843593	Roxförde	roxfoerde	DE		221	Europe/Berlin	52.43439	11.40623				14	00	15081	15081135
2843594	Roxfeld	roxfeld	DE		0	Europe/Berlin	49.10191	11.08486				02	095	09577	09577161
2843595	Roxel	roxel	DE		0	Europe/Berlin	51.95229	7.53677		Roxel		07	055	05515	05515000
2843596	Röxe	roexe	DE		0	Europe/Berlin	52.5909	11.83908				14	00	15090	15090535
2843597	Röwitz	roewitz	DE		0	Europe/Berlin	52.56073	11.07472				14	00	15081	15081280
2843601	Rowa	rowa	DE		0	Europe/Berlin	53.4868	13.26784		Rowa		12	00	13071	13071067
2843603	Rövershagen	roevershagen	DE		2483	Europe/Berlin	54.17668	12.24276		Mittelrovershagen,Mittelrövershagen,Reverskhagen,Rjoverskhagen,Roevershagen,Rövershagen,lei fei er si ha gen,Реверсхаген,Рёверсхаген,勒费尔斯哈根		12	00	13072	13072088
2843604	Rövenich	roevenich	DE		0	Europe/Berlin	50.70984	6.68636				07	053	05366	05366044
2843606	Rötzum	roetzum	DE		0	Europe/Berlin	52.29	10.06811				06	00	03157	03157002
2843608	Rötzinghofen	roetzinghofen	DE		0	Europe/Berlin	51.0827	7.10016				07	053	05378	05378008
2843609	Rotzingen	rotzingen	DE		0	Europe/Berlin	47.66549	8.07609				01	083	08337	08337038
2843610	Rötzing	rotzing	DE		0	Europe/Berlin	48.65636	13.31865				02	092	09275	09275151
2843613	Rotzendorf	rotzendorf	DE		0	Europe/Berlin	49.77204	12.20984				02	093	09374	09374150
2843615	Rotzel	rotzel	DE		0	Europe/Berlin	47.59349	8.06246				01	083	08337	08337066
2843617	Rötz	roetz	DE		3548	Europe/Berlin	49.34316	12.52963		Rec,Retz,Rjoc,Rotz,Rötz,lei ci,rwts,Рец,Рёц,Ռյոց,روتس,勒茨		02	093	09372	09372154
2843623	Rotwasser	rotwasser	DE		0	Europe/Berlin	47.87165	8.07167				01	083	08315	08315052
2843631	Roturach	roturach	DE		0	Europe/Berlin	47.98333	8.2				01	083	08315	08315031
2843635	Rottwerndorf	rottwerndorf	DE		0	Europe/Berlin	50.92187	13.96362				13	00	14628	14628270
2843638	Rottum	rottum	DE		0	Europe/Berlin	52.48018	7.3597				06	00	03454	03454032
2843639	Rottum	rottum	DE		0	Europe/Berlin	51.61136	7.70491		Rottum		07	059	05978	05978020
2843640	Rottum	rottum	DE		0	Europe/Berlin	48.03343	9.92409		Rottum		01	084	08426	08426113
2843644	Rottscheidt	rottscheidt	DE		0	Europe/Berlin	51.23287	7.07497				07	051	05124	05124000
2843646	Rottorf	rottorf	DE		0	Europe/Berlin	53.33748	10.3114		Rottorf		06	00	03353	03353040
2843647	Rottorf	rottorf	DE		0	Europe/Berlin	52.29672	10.94324				06	00	03154	03154018
2843648	Rottorf	rottorf	DE		0	Europe/Berlin	52.25586	10.84076				06	00	03154	03154013
2843649	Rottnersdorf	rottnersdorf	DE		0	Europe/Berlin	49.15323	10.55562		Rottnersdorf		02	095	09571	09571115
2843651	Rottmünde	rottmunde	DE		0	Europe/Berlin	51.75	9.43333				06			
2843654	Rottmar	rottmar	DE		0	Europe/Berlin	50.32552	11.20846				15	00	16072	16072024
2843655	Rottmannshöhe	rottmannshohe	DE		0	Europe/Berlin	47.94734	11.34579				02	091	09188	09188113
2843656	Rottmannshagen	rottmannshagen	DE		0	Europe/Berlin	53.65124	12.85911		Rottmannshagen		12	00	13071	13071070
2843657	Rottmannsdorf	rottmannsdorf	DE		0	Europe/Berlin	50.66039	12.47056				13	00	14524	14524330
2843658	Rottmannsberg	rottmannsberg	DE		0	Europe/Berlin	48.9523	9.53336				01	081	08119	08119006
2843659	Rottmann	rottmann	DE		0	Europe/Berlin	52.75337	8.84844				06	00	03251	03251032
2843663	Rottluff	rottluff	DE		0	Europe/Berlin	50.83538	12.85657		Rottluff		13	00	14511	14511000
2843666	Rottlersreuth	rottlersreuth	DE		0	Europe/Berlin	50.04627	11.43787				02	094	09477	09477157
2843671	Röttis	roettis	DE		0	Europe/Berlin	50.54665	12.16311				13	00	14523	14523320
2843672	Rottinghausen	rottinghausen	DE		0	Europe/Berlin	52.4953	8.17131				06	00	03460	03460002
2843676	Rotthof	rotthof	DE		0	Europe/Berlin	48.49027	13.41499				02	092	09275	09275134
2843677	Rotthof	rotthof	DE		0	Europe/Berlin	48.42948	13.31861				02	092	09275	09275145
2843679	Rotthausen	rotthausen	DE		0	Europe/Berlin	51.4911	7.07688		Rotthausen		07	055	05513	05513000
2843680	Rotthausen	rotthausen	DE		0	Europe/Berlin	53.6902	8.53118				06	00	03352	03352061
2843681	Rotthausen	rotthausen	DE		0	Europe/Berlin	51.23274	7.51212				07	059	05962	05962056
2843688	Röttgen	roettgen	DE		0	Europe/Berlin	50.88024	7.46297				07	053	05374	05374032
2843689	Röttgen	roettgen	DE		0	Europe/Berlin	51.1296	7.31809				07	053	05374	05374016
2843690	Röttgen	roettgen	DE		0	Europe/Berlin	50.91667	6.73333				07	053	05362	05362032
2843691	Röttgen	roettgen	DE		0	Europe/Berlin	50.678	7.07132				07	053	05314	05314000
2843692	Röttgen	roettgen	DE		0	Europe/Berlin	50.55	6.23333				07	053	05334	05334020
2843697	Rottfelling	rottfelling	DE		0	Europe/Berlin	48.37099	13.18556				02	092	09275	09275143
2843698	Rottewitz	rottewitz	DE		0	Europe/Berlin	51.1832	13.46318				13	00	14627	14627140
2843699	Rottes	rottes	DE		0	Europe/Berlin	51.20721	6.57334				07	051	05162	05162016
2843701	Rotterterode	rotterterode	DE		0	Europe/Berlin	50.8724	9.56454				05	066	06632	06632011
2843702	Rotterstetten	rotterstetten	DE		0	Europe/Berlin	47.8836	12.19809				02	091	09187	09187163
2843703	Rottershausen	rottershausen	DE		0	Europe/Berlin	50.16546	10.1601				02	096	09672	09672140
2843704	Rottersham	rottersham	DE		0	Europe/Berlin	48.44612	13.34806				02	092	09275	09275145
2843705	Röttersdorf	roettersdorf	DE		0	Europe/Berlin	50.46702	11.47843				15	00	16073	16073046
2843706	Rottersdorf	rottersdorf	DE		0	Europe/Berlin	48.79855	12.77813				02	092	09271	09271151
2843707	Rottersdorf	rottersdorf	DE		0	Europe/Berlin	48.61071	12.69529				02	092	09279	09279122
2843709	Rotterheide	rotterheide	DE		0	Europe/Berlin	50.61515	7.38611		Heide,Rotterheide		08	00	07138	07138044
2843712	Rottenstuben	rottenstuben	DE		0	Europe/Berlin	48.41149	12.85935		Rottenbach,Rottenstuben		02	092	09277	09277124
2843713	Rottenstein	rottenstein	DE		0	Europe/Berlin	50.17485	10.50198				02	096	09674	09674111
2843715	Rottensdorf	rottensdorf	DE		0	Europe/Berlin	53.84755	10.99522				12	00	13074	13074052
2843716	Rottensdorf	rottensdorf	DE		0	Europe/Berlin	49.09389	12.63481				02	092	09278	09278147
2843717	Rottenried	rottenried	DE		0	Europe/Berlin	48.12299	11.25147				02	091	09188	09188121
2843718	Rottenmünster	rottenmunster	DE		0	Europe/Berlin	48.14951	8.63411				01	083	08325	08325049
2843719	Rottenmann	rottenmann	DE		0	Europe/Berlin	48.79573	12.80451				02	092	09271	09271151
2843720	Rottenhub	rottenhub	DE		0	Europe/Berlin	48.12221	12.20598				02	091	09187	09187176
2843722	Rottenfuss	rottenfuss	DE		0	Europe/Berlin	48.27157	11.17945				02	091	09179	09179117
2843723	Rottenegg	rottenegg	DE		0	Europe/Berlin	48.64973	11.66755		Rottenegg		02	091	09186	09186122
2843729	Rottenburg	rottenburg	DE		42721	Europe/Berlin	48.47629	8.93528				01	084	08416	08416036
2843733	Rottenberg	rottenberg	DE		0	Europe/Berlin	50.03895	9.23139		Rottenberg		02	096	09671	09671130
2843734	Rottenbauer	rottenbauer	DE		0	Europe/Berlin	49.72042	9.96629		Rottenbauer		02	096	09663	09663000
2843739	Rottenbach	rottenbach	DE	07422	0	Europe/Berlin	50.4	11.26667				15			
2843745	Rottenau	rottenau	DE		0	Europe/Berlin	52.10331	12.10306				14	00	15086	15086140
2843753	Röttelmisch	roettelmisch	DE		0	Europe/Berlin	50.81448	11.51354				15	00	16074	16074034
2843758	Rottdorf	rottdorf	DE		0	Europe/Berlin	50.85375	11.36184				15	00	16071	16071008
2843759	Rottbruch	rottbruch	DE		0	Europe/Berlin	51.53333	7.2				07	059	05916	05916000
2843760	Rottbitze	rottbitze	DE		0	Europe/Berlin	50.64467	7.31028		Rottbitze		07	053	05382	05382008
2843761	Rottberg	rottberg	DE		0	Europe/Berlin	51.36043	7.06885				07	051	05158	05158032
2843762	Rottberg	rottberg	DE		0	Europe/Berlin	51.72572	8.65437				07	057	05774	05774032
2843768	Röttbach	rottbach	DE		0	Europe/Berlin	49.80405	9.52683		Rottbach,Röttbach		02	096	09677	09677151
2843769	Rottbach	rottbach	DE		0	Europe/Berlin	48.25123	11.24438				02	091	09179	09179134
2843770	Rottau	rottau	DE		0	Europe/Berlin	48.42612	13.33945				02	092	09275	09275141
2843771	Rottau	rottau	DE		0	Europe/Berlin	47.7946	12.41531		Rottau		02	091	09189	09189120
2843782	Rottach	rottach	DE		0	Europe/Berlin	47.73333	10.3				02	097	09763	09763000
2843783	Rottach	rottach	DE		0	Europe/Berlin	47.60809	10.29743				02	097	09780	09780137
2843810	Rötsweiler-Nockenthal	roetsweiler-nockenthal	DE		525	Europe/Berlin	49.71667	7.26667		Roetsweiler-Nockenthal,Rötsweiler-Nockenthal	07134072	08	00	07134	07134072
2843811	Rötsweiler	roetsweiler	DE		0	Europe/Berlin	49.71667	7.26667				08	00	07134	07134052
2843812	Rötsweiler	rotsweiler	DE		0	Europe/Berlin	49.11667	10.18333				01	081	08127	08127101
2843815	Rotsold	rotsold	DE		0	Europe/Berlin	48.87557	10.02284				01	081	08136	08136088
2843818	Rotsel	rotsel	DE		0	Europe/Berlin	48.25982	8.27665				01	083	08317	08317145
2843819	Rötsee	rotsee	DE		0	Europe/Berlin	47.82352	9.91959				01	084	08436	08436052
2843822	Rotschreuth	rotschreuth	DE		0	Europe/Berlin	50.25489	11.27781				02	094	09476	09476145
2843825	Rotscherlinde	rotscherlinde	DE		0	Europe/Berlin	52.33469	12.60227				11	00	12069	12069306
2843826	Rotschau	rotschau	DE		0	Europe/Berlin	50.61341	12.28778		Rotschau		13	00	14523	14523340
2843838	Rötlen	rotlen	DE		0	Europe/Berlin	48.96271	10.21376				01	081	08136	08136019
2843839	Rötlein	rotlein	DE		0	Europe/Berlin	49.0839	10.22113				01	081	08127	08127102
2843840	Rotlake	rotlake	DE		0	Europe/Berlin	53.07007	9.16154				06	00	03361	03361008
2843844	Rotis	rotis	DE		0	Europe/Berlin	47.8589	10.10104		Rotis		01	084	08436	08436055
2843845	Rotingdorf	rotingdorf	DE		0	Europe/Berlin	52.09316	8.39203		Rotingdorf		07	057	05754	05754052
2843847	Rothwind	rothwind	DE		0	Europe/Berlin	50.11847	11.34236				02	094	09477	09477136
2843848	Rothwesten	rothwesten	DE		0	Europe/Berlin	51.38523	9.52266				05	066	06633	06633009
2843850	Rothvorwerk	rothvorwerk	DE		0	Europe/Berlin	50.81116	11.80467				15	00	16074	16074108
2843852	Rothstein	rothstein	DE		0	Europe/Berlin	51.55978	13.41775		Rothstein		11	00	12062	12062500
2843854	Rothsricht	rothsricht	DE		0	Europe/Berlin	49.4761	11.6504				02	093	09371	09371116
2843857	Rothspalk	rothspalk	DE		0	Europe/Berlin	53.71022	12.44545				12	00	13072	13072063
2843869	Rothschwaige	rothschwaige	DE		0	Europe/Berlin	48.23782	11.45608				02	091	09174	09174126
2843790	Rott	rott	DE	57632	0	Europe/Berlin	51.35	6.6				07	051	05114	05114000
2843870	Rothschwaig	rothschwaig	DE		0	Europe/Berlin	48.16268	11.20013				02	091	09179	09179121
2843871	Rothschönberg	rothschoenberg	DE		0	Europe/Berlin	51.0671	13.39298		Rothschoenberg,Rothschonberg,Rothschönberg		13	00	14627	14627100
2843887	Rothnausslitz	rothnausslitz	DE		0	Europe/Berlin	51.16667	13.26667				13	00	14627	14627180
2843891	Rothmannsthal	rothmannsthal	DE		0	Europe/Berlin	50.05108	11.14134				02	094	09478	09478139
2843895	Rothleithen	rothleithen	DE		0	Europe/Berlin	50.35483	11.7416				02	094	09475	09475113
2843896	Rothleiten	rothleiten	DE		0	Europe/Berlin	49.39829	10.72265				02	095	09571	09571135
2843900	Röthlake	roethlake	DE		0	Europe/Berlin	52.36667	12.21667				14	00	15086	15086080
2843902	Rothkreuz	rothkreuz	DE		0	Europe/Berlin	47.70982	10.27646				02	097	09763	09763000
2843903	Rothkreuz	rothkreuz	DE		0	Europe/Berlin	47.6	9.73333		Rothkreuz		02	097	09776	09776130
2843911	Rothhof	rothhof	DE		0	Europe/Berlin	49.8935	10.82814				02	094	09471	09471117
2843912	Rothof	rothof	DE		0	Europe/Berlin	49.81197	10.05493		Rothhof,Rothof		02	096	09679	09679185
2843920	Rothhelmshausen	rothhelmshausen	DE		0	Europe/Berlin	51.10249	9.22973		Rothhelmshausen		05	066	06634	06634005
2843923	Rothhausen	rothhausen	DE		0	Europe/Berlin	50.18438	10.32825		Rothhausen		02	096	09672	09672157
2843927	Rothhaar	rothhaar	DE		0	Europe/Berlin	49.63676	11.89686				02	093	09371	09371121
2843928	Röthgraben	roethgraben	DE		0	Europe/Berlin	52.82259	11.49984				14	00	15090	15090007
2843929	Röthges	roethges	DE		0	Europe/Berlin	50.53663	8.92825				05	065	06531	06531010
2843932	Rotheul	rotheul	DE		0	Europe/Berlin	50.28575	11.24479				15	00	16072	16072024
2843933	Rothesütte	rothesuette	DE		0	Europe/Berlin	51.63171	10.72292				15	00	16062	16062005
2843938	Rothertshausen	rothertshausen	DE		0	Europe/Berlin	52.38918	7.77335				06	00	03459	03459027
2843944	Rothersdorf	rothersdorf	DE		0	Europe/Berlin	51.30701	12.74122				13	00	14729	14729030
2843965	Rotherbaum	rotherbaum	DE		0	Europe/Berlin	53.56999	9.99449		Hamburg-Rotherbaum,Roterbaum,Ротербаум		04	00	02000	02000000
2843970	Rothenwörth	rothenworth	DE		0	Europe/Berlin	48.44538	12.46741				02	092	09274	09274120
2843973	Rothenuffeln	rothenuffeln	DE		0	Europe/Berlin	52.28874	8.7956		Rothenuffeln		07	057	05770	05770012
2843974	Rothenthurm	rothenthurm	DE		0	Europe/Berlin	48.73593	11.4584				02	091	09161	09161000
2843975	Rothenthal	rothenthal	DE		0	Europe/Berlin	50.63417	13.37347		Rothenthal		13	00	14521	14521460
2843976	Rothenthal	rothenthal	DE		0	Europe/Berlin	50.63539	12.19285				15	00	16076	16076022
2843983	Rothenstadt	rothenstadt	DE		0	Europe/Berlin	49.63128	12.13869				02	093	09363	09363000
2843984	Rothenspieker	rothenspieker	DE		0	Europe/Berlin	54.35294	8.97564				10	00	01054	01054095
2843985	Rothensehma	rothensehma	DE		0	Europe/Berlin	50.52421	13.01709				13	00	14521	14521560
2843986	Rothensee	rothensee	DE		0	Europe/Berlin	52.18189	11.66055		Magdeburg-Rothensee,Rothensee		14	00	15003	15003000
2843990	Rothensand	rothensand	DE		0	Europe/Berlin	49.78581	10.95646				02	094	09471	09471145
2843991	Rothenrain	rothenrain	DE		0	Europe/Berlin	47.80175	11.51584				02	091	09173	09173145
2843994	Rothenmoos	rothenmoos	DE		0	Europe/Berlin	47.56282	9.70798				02	097	09776	09776116
2843995	Rothenmoor	rothenmoor	DE		0	Europe/Berlin	53.8	11.8				12	00	13074	13074084
2843996	Rothenmoor	rothenmoor	DE		0	Europe/Berlin	53.65914	12.61565				12	00	13072	13072023
2843997	Rothenmethen	rothenmethen	DE		0	Europe/Berlin	53.16408	7.85588				06	00	03451	03451001
2843998	Rothenmeer	rothenmeer	DE		0	Europe/Berlin	53.88302	9.35417				10	00	01061	01061023
2843999	Röthenlohe	rothenlohe	DE		0	Europe/Berlin	49.75045	11.74695				02	093	09374	09374129
2844001	Rothenlachen	rothenlachen	DE		0	Europe/Berlin	47.91599	9.17572		Rothenlachen		01	084	08437	08437118
2844004	Rothenkreuz	rothenkreuz	DE		0	Europe/Berlin	48.58978	13.63386				02	092	09275	09275153
2844010	Rothenkirchen	rothenkirchen	DE		0	Europe/Berlin	54.35726	13.24299				12	00	13073	13073073
2844011	Rothenkirchen	rothenkirchen	DE		0	Europe/Berlin	50.72141	9.70353		Rothenkirchen		05	066	06631	06631002
2844012	Rothenkirchen	rothenkirchen	DE		0	Europe/Berlin	50.53965	12.50312		Rothenkirchen		13	00	14523	14523380
2844013	Rothenkirchen	rothenkirchen	DE		0	Europe/Berlin	50.36353	11.31742				02	094	09476	09476164
2844016	Röthenitz	roethenitz	DE		0	Europe/Berlin	50.93424	12.36104				15	00	16077	16077043
2844017	Rothenhuse	rothenhuse	DE		0	Europe/Berlin	54.17997	10.98181				10	00	01055	01055016
2844019	Rothenhörn	rothenhoern	DE		0	Europe/Berlin	54.36291	8.82292				10	00	01054	01054135
2844021	Rothenhof	rothenhof	DE		0	Europe/Berlin	50.96408	10.36377				15	00	16056	16056000
2844022	Rothenhof	rothenhof	DE		0	Europe/Berlin	50.28833	11.06831				02	094	09473	09473159
2844023	Rothenhof	rothenhof	DE		0	Europe/Berlin	49.90095	11.93856				02	093	09377	09377133
2844024	Rothenhof	rothenhof	DE		0	Europe/Berlin	49.72057	11.30374				02	094	09474	09474124
2844025	Rothenhof	rothenhof	DE		0	Europe/Berlin	49.4298	10.60557				02	095	09575	09575152
2844026	Röthenhof	rothenhof	DE		0	Europe/Berlin	49.13702	10.8496				02	095	09577	09577138
2844033	Rothenhausen	rothenhausen	DE		0	Europe/Berlin	53.8	9.6				10	00	01061	01061044
2844034	Rothenhaus	rothenhaus	DE		0	Europe/Berlin	54.81667	9.53333				10	00	01059	01059176
2844038	Rothengrund	rothengrund	DE		0	Europe/Berlin	50.05693	9.14033				02	096	09671	09671143
2844039	Rothenfurth	rothenfurth	DE		0	Europe/Berlin	50.96548	13.31596		Grossschirma-Rothenfurth,Großschirma-Rothenfurth,Rothenfurth		13	00	14522	14522210
2844040	Rothenfurth	rothenfurth	DE		0	Europe/Berlin	49.95421	12.04109				02	093	09377	09377148
2844041	Rothenförde	rothenfoerde	DE		0	Europe/Berlin	51.90859	11.53032				14	00	15089	15089310
2844050	Röthendorf	rothendorf	DE		0	Europe/Berlin	49.10224	10.23263		Rothendorf,Röthendorf		02	095	09571	09571136
2844052	Rothenditmold	rothenditmold	DE		0	Europe/Berlin	51.32562	9.47408				05	066	06611	06611000
2844055	Rothenburg ob der Tauber-Wildbad	rothenburg-ob-der-tauber-wildbad	DE		0	Europe/Berlin	49.36939	10.18013				02	095	09575	09575115
2844066	Rothenbühl	rothenbuhl	DE		0	Europe/Berlin	49.79088	11.20627				02	094	09474	09474121
2844070	Rothenbügl	rothenbugl	DE		0	Europe/Berlin	48.98146	11.84232				02	092	09273	09273159
2844073	Rothenbruck	rothenbruck	DE		0	Europe/Berlin	49.61972	11.54627				02	095	09574	09574140
2844076	Rothenbergerhof	rothenbergerhof	DE		0	Europe/Berlin	48.86487	10.75725				02	097	09779	09779148
2844080	Rothenbergen	rothenbergen	DE		0	Europe/Berlin	50.19899	9.11179				05	064	06435	06435012
2844081	Rothenberge	rothenberge	DE		0	Europe/Berlin	52.22231	7.26328				07	055	05566	05566096
2844082	Rothenberga	rothenberga	DE		0	Europe/Berlin	51.20067	11.42351		Rothenberga		15	00	16068	16068042
2844085	Röthenberg	roethenberg	DE		0	Europe/Berlin	52.83082	11.67224				14	00	15090	15090415
2844117	Rothenbek	rothenbek	DE		0	Europe/Berlin	53.68333	10.11667				04	00	02000	02000000
2844118	Rothenbek	rothenbek	DE		0	Europe/Berlin	53.56967	10.38528		Rotenbek,Rothenbek		10	00	01053	01053076
2844124	Röthenbach bei Sankt Wolfgang	rothenbach-bei-sankt-wolfgang	DE		0	Europe/Berlin	49.36482	11.16975				02	095	09576	09576151
2844125	Röthenbach bei Altdorf	rothenbach-bei-altdorf	DE		0	Europe/Berlin	49.40131	11.33798				02	095	09574	09574112
2844138	Röthenbach	roethenbach	DE		0	Europe/Berlin	50.85443	13.56234				13	00	14628	14628205
2844142	Röthenbach	roethenbach	DE		0	Europe/Berlin	50.56193	12.42096				13	00	14523	14523360
2844278	Rotfelden	rotfelden	DE		0	Europe/Berlin	48.60635	8.69831		Rotfelden		01	082	08235	08235020
2844154	Rothenacker	rothenacker	DE		0	Europe/Berlin	50.45942	11.9068		Rothenacker		15	00	16075	16075132
2844156	Rothen	rothen	DE		0	Europe/Berlin	53.68644	11.94351				12	00	13076	13076015
2844157	Rothen	rothen	DE		0	Europe/Berlin	47.7004	10.37806				02	097	09780	09780120
2844159	Rothemühle	rothemuehle	DE		0	Europe/Berlin	50.95218	7.81757				07	059	05966	05966028
2844160	Rothemühle	rothemuehle	DE		0	Europe/Berlin	53.21631	14.02988				11	00	12073	12073225
2844161	Rothemühle	rothemuehle	DE		0	Europe/Berlin	52.33576	10.43667		Rothemuehle,Rothemühle		06	00	03151	03151027
2844163	Rothemühl	rothemuehl	DE		348	Europe/Berlin	53.59411	13.82366		Rothemuhl,Rothemühl		12	00	13075	13075118
2844165	Rothemark	rothemark	DE		871	Europe/Berlin	51.88145	12.61771				14	00	15091	15091375
2844167	Rothemann	rothemann	DE		0	Europe/Berlin	50.4657	9.70651				05	066	06631	06631006
2844174	Röthelbach	rothelbach	DE		0	Europe/Berlin	49.99142	11.5927				02	094	09472	09472119
2844178	Rothekrug	rothekrug	DE		0	Europe/Berlin	52.60421	11.32314				14	00	15081	15081135
2844184	Rotheidlen	rotheidlen	DE		0	Europe/Berlin	47.73082	9.69863				01	084	08436	08436018
2844185	Rothehütte	rothehuette	DE		0	Europe/Berlin	51.74846	10.75609				14	00	15085	15085228
2844187	Röthehof	roethehof	DE		0	Europe/Berlin	52.55836	12.85627				11	00	12063	12063208
2844195	Rothehaus	rothehaus	DE		0	Europe/Berlin	53.36409	13.50488				12	00	13071	13071033
2844196	Rotehof	rotehof	DE		0	Europe/Berlin	51.82019	12.46825		Rotehof,Rothehaus		14	00	15091	15091241
2844199	Rotheflöte	rothefloete	DE		0	Europe/Berlin	53.74633	11.36482				12	00	13074	13074001
2844200	Rothe Erde	rothe-erde	DE		0	Europe/Berlin	50.77719	6.1407		Aachen-Rothe Erde,Rothe Erde		07	053	05334	05334002
2844204	Rothebeck	rothebeck	DE		0	Europe/Berlin	53.84139	10.67778				10	00	01003	01003000
2844206	Rothe	rothe	DE		0	Europe/Berlin	51.64988	9.2696				07	057	05762	05762008
2844209	Rothbroich	rothbroich	DE		0	Europe/Berlin	51.02175	7.08961				07	053	05378	05378004
2844212	Rothbeck	rothbeck	DE		0	Europe/Berlin	54.11316	12.33421				12	00	13072	13072019
2844224	Rothausen	rothausen	DE		0	Europe/Berlin	50.37895	10.44236		Rothausen		02	096	09673	09673134
2844225	Rothaus	rothaus	DE		0	Europe/Berlin	48.63331	12.37924				02	092	09279	09279130
2844226	Rothaus	rothaus	DE		0	Europe/Berlin	47.79588	8.24538		Rothaus		01	083	08337	08337039
2844227	Rothaus	rothaus	DE		0	Europe/Berlin	47.78333	9.78333				01	084	08436	08436078
2844230	Rothaurach	rothaurach	DE		0	Europe/Berlin	49.24136	11.05491				02	095	09576	09576143
2844231	Rothau	rothau	DE		0	Europe/Berlin	48.74156	13.35029				02	092	09275	09275152
2844233	Röthardt	rothardt	DE		0	Europe/Berlin	48.85622	10.12562				01	081	08136	08136088
2844234	Rothanschöring	rothanschoring	DE		0	Europe/Berlin	47.96613	12.81495				02	091	09189	09189127
2844235	Roth an der Saale	roth-an-der-saale	DE		0	Europe/Berlin	50.28754	10.10401		Roth an der Saale		02	096	09672	09672112
2844236	Rothammer	rothammer	DE		0	Europe/Berlin	50.8111	6.3559				07	053	05358	05358032
2844238	Roth am Forst	roth-am-forst	DE		0	Europe/Berlin	50.22178	11.01086		Roth,Roth am Forst		02	094	09473	09473134
2844245	Rötha	roetha	DE		4199	Europe/Berlin	51.19783	12.41447		Reta,Rjota,Roetha,Rotha,Rötha,Rēta,lei ta,rwta,Рета,Рёта,Рөта,روتا,勒塔		13	00	14729	14729370
2844244	Rotha	rotha	DE	04571	340	Europe/Berlin	51.54247	11.14703		Rotha		14	00	15087	15087370
2844280	Rote Warte	rote-warte	DE		0	Europe/Berlin	50.1189	8.81075				05	064	06438	06438008
2844299	Rotes Luch	rotes-luch	DE		0	Europe/Berlin	52.51972	14.0065				11	00	12064	12064408
2844305	Rotes Haus	rotes-haus	DE		0	Europe/Berlin	51.57293	11.95144				14	00	15088	15088295
2844401	Rotenzimmern	rotenzimmern	DE		0	Europe/Berlin	48.25363	8.68383				01	083	08325	08325011
2844404	Rotensol	rotensol	DE		0	Europe/Berlin	48.81694	8.46541				01	082	08235	08235033
2844405	Rotensohl	rotensohl	DE		0	Europe/Berlin	48.74156	10.20544				01	081	08135	08135019
2844406	Rotensee	rotensee	DE		0	Europe/Berlin	50.83453	9.74135		Rotensee		05	066	06632	06632007
2844407	Rotensande	rotensande	DE		0	Europe/Berlin	54.16828	10.57106				10	00	01055	01055028
2844413	Rotenkirchen	rotenkirchen	DE		0	Europe/Berlin	51.77063	9.82745				06	00	03155	03155013
2844414	Rotenkamp	rotenkamp	DE		0	Europe/Berlin	52.30194	10.7658				06	00	03154	03154013
2844416	Rötenhof	rotenhof	DE		0	Europe/Berlin	49.06282	9.62595				01	081	08127	08127076
2844419	Rotenhar	rotenhar	DE		0	Europe/Berlin	48.94149	9.78234				01	081	08136	08136027
2844420	Rotenhan	rotenhan	DE		0	Europe/Berlin	50.11119	10.78631				02	096	09674	09674130
2844422	Rotenhahn	rotenhahn	DE		0	Europe/Berlin	54.24422	10.03428				10	00	01058	01058139
2844423	Rotenhahn	rotenhahn	DE		0	Europe/Berlin	53.41045	8.07323				06	00	03455	03455026
2844428	Rotenfels	rotenfels	DE		0	Europe/Berlin	48.81106	8.31344		Bad Rotenfels,Rotenfels		01	082	08216	08216015
2844437	Rotenburg	rotenburg	DE		22139	Europe/Berlin	53.11125	9.41082		Rotenburg,Ротенбург	03357	06	00	03357	03357039
2844441	Rotenbuck	rotenbuck	DE		0	Europe/Berlin	47.84013	7.79464				01	083	08315	08315130
2844442	Rotenbrande	rotenbrande	DE		0	Europe/Berlin	52.83007	9.06339				06	00	03256	03256015
2844443	Rotenbergerhof	rotenbergerhof	DE		0	Europe/Berlin	48.99565	8.72177				01	082	08215	08215007
2844447	Rotenberg	rotenberg	DE		0	Europe/Berlin	49.25791	8.71516		Rotenberg		01	082	08226	08226065
2844448	Rötenberg	rotenberg	DE		0	Europe/Berlin	48.92147	9.91297				01	081	08136	08136002
2844449	Rötenberg	rotenberg	DE		0	Europe/Berlin	48.84247	10.09743				01	081	08136	08136088
2844450	Rotenberg	rotenberg	DE		0	Europe/Berlin	48.78363	9.27179				01	081	08111	08111000
2844451	Rötenberg	rotenberg	DE		0	Europe/Berlin	48.30534	8.42247		Rotenberg,Rötenberg		01	083	08325	08325001
2844476	Rötenbächle	rotenbachle	DE		0	Europe/Berlin	48.38656	8.38557				01	082	08237	08237002
2844485	Rotenbach	rotenbach	DE		0	Europe/Berlin	48.9583	10.11137				01	081	08136	08136019
2844486	Rotenbach	rotenbach	DE		0	Europe/Berlin	48.82845	8.57822				01	082	08236	08236043
2844487	Rötenbach	rotenbach	DE		0	Europe/Berlin	48.73907	9.96263				01	081	08136	08136007
2844488	Rötenbach	rotenbach	DE		0	Europe/Berlin	48.70592	8.66899				01	082	08235	08235084
2844489	Rötenbach	rotenbach	DE		0	Europe/Berlin	48.56909	8.73309				01	082	08235	08235046
2844490	Rötenbach	rotenbach	DE		0	Europe/Berlin	48.33402	8.39567				01	082	08237	08237002
2844491	Rötenbach	rotenbach	DE		0	Europe/Berlin	47.89356	8.29509		Rotenbach,Rötenbach		01	083	08315	08315039
2844492	Rötenbach	rotenbach	DE		0	Europe/Berlin	47.79706	9.80699				01	084	08436	08436085
2844493	Rotenbach	rotenbach	DE		0	Europe/Berlin	47.69754	10.07402				01	084	08436	08436049
2844521	Ruthenberg	ruthenberg	DE		0	Europe/Berlin	54.06667	10.01667				10	00	01004	01004000
2844522	Rote Jahne	rote-jahne	DE		0	Europe/Berlin	51.51024	12.67479				13	00	14730	14730080
2844528	Rotehaus	rotehaus	DE		0	Europe/Berlin	53.51667	9.98333				04	00	02000	02000000
2844536	Rotegg	rotegg	DE		0	Europe/Berlin	47.93462	9.96954				01	084	08436	08436010
2844551	Rotberg	rotberg	DE		0	Europe/Berlin	52.34258	13.51209				11	00	12061	12061433
2844555	Rot bei Laupheim	rot-bei-laupheim	DE		0	Europe/Berlin	48.22639	9.95035				01	084	08426	08426028
2844575	Rot	rot	DE		0	Europe/Berlin	48.3495	8.109				01	083	08317	08317146
2844576	Rot	rot	DE		0	Europe/Berlin	49.40068	9.81353				01	081	08128	08128007
2844577	Rot	rot	DE		0	Europe/Berlin	49.26389	8.63444				01	082	08226	08226103
2844578	Rot	rot	DE		0	Europe/Berlin	49.04023	10.1339				01	081	08136	08136035
2844579	Rot	rot	DE		4402	Europe/Berlin	47.92278	9.10485		Rot		01	084	08437	08437123
2844582	Rostruperfeld	rostruperfeld	DE		0	Europe/Berlin	53.18333	7.96667				06	00	03451	03451002
2844583	Rostrup	rostrup	DE		0	Europe/Berlin	53.19323	7.98543				06	00	03451	03451002
2844584	Rostocker Wulfshagen	rostocker-wulfshagen	DE		0	Europe/Berlin	54.17906	12.39472		Wulfshagen		12	00	13073	13073055
2844589	Rostingen	rostingen	DE		0	Europe/Berlin	50.68074	7.32943				07	053	05382	05382024
2844590	Rostig	rostig	DE		0	Europe/Berlin	51.28348	13.58562		Rostig		13	00	14627	14627060
2844591	Rösthusen	roesthusen	DE		0	Europe/Berlin	53.97399	9.08842				10	00	01051	01051119
2844600	Röst	roest	DE		0	Europe/Berlin	54.13333	9.25				10	00	01051	01051138
2844608	Roßwangen	rosswangen	DE		0	Europe/Berlin	48.23279	8.83108				01	084	08417	08417002
2844609	Roßwälden	rosswalden	DE		0	Europe/Berlin	48.69173	9.50279				01	081	08117	08117018
2844610	Roßwag	rosswag	DE		0	Europe/Berlin	48.9354	8.91554		Rosswag,Roßwag		01	081	08118	08118073
2844611	Rößuln	roessuln	DE		0	Europe/Berlin	51.16667	12.06667				14	00	15084	15084235
2844613	Rosstränk	rosstrank	DE		0	Europe/Berlin	49.57415	12.48552				02	093	09374	09374118
2844614	Roßthal	rossthal	DE		0	Europe/Berlin	51.03333	13.68333		Rossthal,Roßthal		13	00	14612	14612000
2844615	Roßthal	rossthal	DE		0	Europe/Berlin	49.18019	11.49934				02	093	09373	09373112
2844621	Roßsteert	rosssteert	DE		0	Europe/Berlin	53.63301	9.60959				10	00	01056	01056020
2844624	Roßstaig	rossstaig	DE		0	Europe/Berlin	49.04358	9.43244				01	081	08119	08119069
2844625	Roßstadt	rossstadt	DE		0	Europe/Berlin	49.94757	10.72266				02	096	09674	09674133
2844630	Roßrieth	rossrieth	DE		0	Europe/Berlin	50.43155	10.36297				02	096	09673	09673142
2844636	Rößnitz	roessnitz	DE		0	Europe/Berlin	50.495	12.0338				13	00	14523	14523365
2844637	Roßnagel	rossnagel	DE		0	Europe/Berlin	48.87769	9.98393				01	081	08136	08136002
2844640	Roßmoos	rossmoos	DE		0	Europe/Berlin	47.57803	10.6067				02	097	09777	09777129
2844641	Roßmeiersdorf	rossmeiersdorf	DE		0	Europe/Berlin	48.98863	10.6664				02	095	09577	09577179
2844643	Rößlings	rosslings	DE		0	Europe/Berlin	47.71651	10.35399				02	097	09763	09763000
2844652	Rößlberg	rosslberg	DE		0	Europe/Berlin	47.89102	11.19676				02	091	09188	09188141
2844656	Roßlach	rosslach	DE		0	Europe/Berlin	50.28222	11.37519				02	094	09476	09476189
2844661	Roßkopp	rosskopp	DE		0	Europe/Berlin	53.85834	9.35574				10	00	01061	01061110
2844687	Roßkampe	rosskampe	DE		0	Europe/Berlin	51.22254	7.08098				07	051	05124	05124000
2844688	Rössing	roessing	DE		0	Europe/Berlin	52.18343	9.81411				06	00	03254	03254026
2844691	Roßholzen	rossholzen	DE		0	Europe/Berlin	47.75756	12.18319				02	091	09187	09187172
2844695	Roßhof	rosshof	DE		0	Europe/Berlin	50.68042	10.19704				15	00	16066	16066061
2844696	Rosshof	rosshof	DE		0	Europe/Berlin	48.56413	12.51816				02	092	09279	09279126
2844704	Roßhart	rosshart	DE		0	Europe/Berlin	48.03741	12.16401				02	091	09187	09187124
2844711	Rößgen	roessgen	DE		0	Europe/Berlin	50.98949	12.97818				13	00	14522	14522360
2844714	Rossfelden	rossfelden	DE		0	Europe/Berlin	48.71368	13.05133				02	092	09271	09271141
2844715	Roßfelde	rossfelde	DE		0	Europe/Berlin	53.41667	7.98333				06	00	03455	03455027
2844718	Roßfeld	rossfeld	DE		0	Europe/Berlin	50.34788	10.74219				02	094	09473	09473158
2844719	Roßfeld	rossfeld	DE		0	Europe/Berlin	49.13871	10.02357				01	081	08127	08127014
2844722	Rossewitz	rossewitz	DE		0	Europe/Berlin	53.8718	12.30857				12	00	13072	13072062
2844723	Roßessing	rossessing	DE		0	Europe/Berlin	48.20706	12.3579				02	091	09183	09183113
2844728	Rossendorf	rossendorf	DE		0	Europe/Berlin	51.0633	13.94749				13	00	14612	14612000
2844729	Rossendorf	rossendorf	DE		0	Europe/Berlin	50.99979	12.00172				14	00	15084	15084565
2844730	Roßendorf	rossendorf	DE		0	Europe/Berlin	49.4715	10.82447				02	095	09573	09573114
2844733	Rossenbach	rossenbach	DE		0	Europe/Berlin	50.86174	7.57907		Rossenbach		07	053	05374	05374044
2844734	Rössen	roessen	DE		0	Europe/Berlin	51.33205	12.01896				14	00	15088	15088205
2844741	Rossel	rossel	DE		0	Europe/Berlin	50.81167	7.53309		Rossel		07	053	05382	05382076
2844743	Rossee	rossee	DE		0	Europe/Berlin	54.35	11				10	00	01055	01055015
2844748	Roßdorf am Berg	rossdorf-am-berg	DE		0	Europe/Berlin	49.99365	11.13212		Rossdorf,Roßdorf		02	094	09471	09471189
2844759	Roßdach	rossdach	DE		0	Europe/Berlin	50.02131	11.08847				02	094	09471	09471185
2844762	Roßbürg	rossburg	DE		0	Europe/Berlin	49.23296	10.08832				01	081	08127	08127091
2844767	Roßbrunn	rossbrunn	DE		0	Europe/Berlin	49.79584	9.75554				02	096	09679	09679205
2844771	Roßbergeröd	rossbergerod	DE		0	Europe/Berlin	49.18224	12.07712				02	093	09376	09376141
2844775	Roßberg	rossberg	DE		0	Europe/Berlin	50.71603	8.87627				05	065	06534	06534008
2844776	Roßberg	rossberg	DE		0	Europe/Berlin	50.70934	7.50906				08	00	07132	07132094
2844777	Roßberg	rossberg	DE		0	Europe/Berlin	49.18614	12.76949				02	093	09372	09372117
2844778	Roßberg	rossberg	DE		0	Europe/Berlin	48.38039	8.35109				01	083	08325	08325050
2844779	Roßberg	rossberg	DE		0	Europe/Berlin	47.86748	9.78193				01	084	08436	08436085
2844818	Roßbach in der Pfalz	rossbach-in-der-pfalz	DE		0	Europe/Berlin	49.57422	7.62693				08	00	07336	07336105
2844858	Rossach	rossach	DE		0	Europe/Berlin	50.16307	10.93601		Rossach		02	094	09473	09473132
2844859	Rossach	rossach	DE		0	Europe/Berlin	49.35154	9.48345				01	081	08126	08126072
2844862	Rösrath	roesrath	DE		26868	Europe/Berlin	50.89559	7.18175		Resrat,Rjosrat,Roesrath,Roesrod,Rösrath,Rösrod,lei si la te,rsrath,rwsrat,Ресрат,Рёсрат,رسراث,روسرات,勒斯拉特		07	053	05378	05378028
2844863	Rosperwenda	rosperwenda	DE		0	Europe/Berlin	51.46802	11.0265				14	00	15087	15087055
2844868	Rospe	rospe	DE		0	Europe/Berlin	51.01284	7.56301				07	053	05374	05374012
2844872	Rosna	rosna	DE		0	Europe/Berlin	48.00554	9.32585		Rosna		01	084	08437	08437076
2844873	Rosmart	rosmart	DE		0	Europe/Berlin	51.24967	7.66823				07	059	05962	05962004
2844878	Roslas	roslas	DE		0	Europe/Berlin	49.86172	11.81511				02	094	09472	09472190
2844892	Rosing	rosing	DE		0	Europe/Berlin	48.69965	11.22735				02	091	09185	09185163
2844894	Rosinendörfchen	rosinendoerfchen	DE		0	Europe/Berlin	51.037	13.95822				13	00	14612	14612000
2844896	Rosien	rosien	DE		0	Europe/Berlin	53.29811	10.9656				06	00	03355	03355049
2844898	Röshof	roshof	DE		0	Europe/Berlin	49.34622	10.56834				02	095	09571	09571171
2844899	Rosgaard	rosgaard	DE		0	Europe/Berlin	54.8	9.55				10	00	01059	01059176
2844901	Rosenwinkel	rosenwinkel	DE		0	Europe/Berlin	53.04431	12.37181				11	00	12068	12068181
2844905	Rosentitz	rosentitz	DE		0	Europe/Berlin	51.0034	13.7336				13	00	14628	14628050
2844906	Rosenthalseifen	rosenthalseifen	DE		0	Europe/Berlin	51.05536	7.67339		Rosenthalseifen		07	053	05374	05374004
2844907	Rosenthalerhof	rosenthalerhof	DE		0	Europe/Berlin	49.56127	8.01185				08	00	07333	07333038
2844870	Rosow	rosow	DE	16307	0	Europe/Berlin	53.3057	14.38625				11	00	12073	12073393
2844953	Rosenkranz	rosenkranz	DE		0	Europe/Berlin	54.8956	8.7505				10	00	01054	01054009
2844960	Rosenkamp	rosenkamp	DE		0	Europe/Berlin	54.15	9.83333				10	00	01058	01058117
2844965	Rosenhof	rosenhof	DE		0	Europe/Berlin	52.76611	12.02368				14	00	15090	15090245
2844966	Rosenhof	rosenhof	DE		0	Europe/Berlin	49.84927	11.82196				02	094	09472	09472190
2844967	Rosenhof	rosenhof	DE		0	Europe/Berlin	49.76933	11.55052				02	094	09472	09472175
2844968	Rosenhof	rosenhof	DE		0	Europe/Berlin	49.23082	10.63687				02	095	09571	09571216
2844969	Rosenhof	rosenhof	DE		0	Europe/Berlin	48.98315	12.23593		Rosenhof		02	093	09375	09375170
2844972	Rosenhof	rosenhof	DE		0	Europe/Berlin	54.25208	11.03505				10	00	01055	01055018
2844990	Rosenharz	rosenharz	DE		0	Europe/Berlin	47.71458	9.67258		Rosenharz		01	084	08436	08436018
2844991	Rosenhammer	rosenhammer	DE		0	Europe/Berlin	49.97866	12.07317				02	093	09377	09377157
2844992	Rosenhammer	rosenhammer	DE		0	Europe/Berlin	49.93801	11.7364		Rosenhammer		02	094	09472	09472199
2844994	Rosenhain	rosenhain	DE		0	Europe/Berlin	51.1216	14.72325		Gut zu Rosenhain,Rosenhain		13	00	14626	14626290
2844996	Rosenhagen	rosenhagen	DE		0	Europe/Berlin	53.97528	11.80291				12	00	13072	13072093
2844997	Rosenhagen	rosenhagen	DE		0	Europe/Berlin	53.96198	10.93946				12	00	13074	13074017
2844998	Rosenhagen	rosenhagen	DE		0	Europe/Berlin	53.80519	13.80749		Rosenhagen		12	00	13075	13075020
2844999	Rosenhagen	rosenhagen	DE		0	Europe/Berlin	53.65361	11.22991				12	00	13074	13074024
2845000	Rosenhagen	rosenhagen	DE		0	Europe/Berlin	53.46667	13.4				12	00	13071	13071090
2845001	Rosenhagen	rosenhagen	DE		0	Europe/Berlin	53.07872	11.92335		Rosenhagen		11	00	12070	12070296
2845002	Rosenhagen	rosenhagen	DE		0	Europe/Berlin	52.3952	9.09572		Rosenhagen		07	057	05770	05770028
2845005	Rosengrund	rosengrund	DE		0	Europe/Berlin	50.13754	11.40812				02	094	09477	09477128
2845021	Rosenfelde	rosenfelde	DE		0	Europe/Berlin	54.26484	11.07177		Rosenfelde		10	00	01055	01055018
2845034	Rosendahlfeld	rosendahlfeld	DE		0	Europe/Berlin	54.48333	9.13333				10	00	01054	01054118
2845042	Rosenburg	rosenburg	DE		0	Europe/Berlin	54.48333	9.08333				10	00	01054	01054056
2845043	Rosenbühl	rosenbuhl	DE		0	Europe/Berlin	50.30625	11.88657				02	094	09464	09464000
2845044	Rosenbühl	rosenbuhl	DE		0	Europe/Berlin	50.23205	12.03252				02	094	09475	09475162
2845045	Rosenbühl	rosenbuhl	DE		0	Europe/Berlin	50.07667	12.18023				02	094	09479	09479112
2845046	Rosenbühl	rosenbuhl	DE		0	Europe/Berlin	49.99174	12.23328				02	093	09377	09377131
2845047	Rosenbühl	rosenbuhl	DE		0	Europe/Berlin	49.8642	12.00197				02	093	09377	09377129
2845051	Rosenbirkach	rosenbirkach	DE		0	Europe/Berlin	49.72125	10.52249				02	095	09575	09575116
2845098	Rosenbeck	rosenbeck	DE		0	Europe/Berlin	52.87338	13.62356				11	00	12060	12060198
2845099	Rösenbeck	roesenbeck	DE		0	Europe/Berlin	51.40738	8.68426				07	059	05958	05958012
2845118	Rosen	rosen	DE		0	Europe/Berlin	51.43333	7.53333				07	059	05978	05978028
2845119	Rosemarsow	rosemarsow	DE		0	Europe/Berlin	53.73232	13.24248				12	00	13071	13071004
2845120	Rosellerheide	rosellerheide	DE		0	Europe/Berlin	51.12383	6.7341		Rosellerheide		07	051	05162	05162024
2845121	Rosellen	rosellen	DE		0	Europe/Berlin	51.13509	6.72707				07	051	05162	05162024
2845122	Rosefeld	rosefeld	DE		0	Europe/Berlin	51.78863	12.08972				14	00	15082	15082256
2845124	Rosebruch	rosebruch	DE		0	Europe/Berlin	53.0439	9.57253		Rosebruch		06	00	03357	03357051
2845127	Rösebeck	roesebeck	DE		0	Europe/Berlin	51.52199	9.24877				07	057	05762	05762012
2845129	Rosdunk	rosdunk	DE		0	Europe/Berlin	52.36667	12.58333				11	00	12051	12051000
2845132	Roschwitz	roschwitz	DE		0	Europe/Berlin	51.78198	11.76571		Roschwitz		14	00	15089	15089030
2845133	Roschütz	roschuetz	DE		0	Europe/Berlin	50.90585	12.08277		Gera-Roschutz,Gera-Roschütz,Roschutz,Roschütz		15	00	16052	16052000
2845136	Roschlaub	roschlaub	DE		0	Europe/Berlin	50.01778	11.02547				02	094	09471	09471185
2845141	Röschen	roschen	DE		0	Europe/Berlin	47.91444	9.6471				01	084	08436	08436008
2845147	Roschberg	roschberg	DE		0	Europe/Berlin	49.50922	7.19055		Roschberg		09	00	10046	10046113
2845154	Roschau	roschau	DE		0	Europe/Berlin	49.71738	12.18997				02	093	09374	09374160
2845155	Rösberg	roesberg	DE		0	Europe/Berlin	50.76608	6.91842				07	053	05382	05382012
2845160	Rosbach vor der Höhe	rosbach-vor-der-hoehe	DE		11741	Europe/Berlin	50.30332	8.68976		Rosbach,Rosbach vor der Hoehe,Rosbach vor der Höhe,Rosbakh for der Khee,Rosbakh-for-der-Gee,Rosbakh-for-der-Khjoeh,rwzbakh fwr dr hwyh,rwzbakh wr dr hwhh,shan qian luo si ba he,Росбах фор дер Хее,Росбах-фор-дер-Геє,Росбах-фор-дер-Хёэ,روزباخ فور در هويه,روزباخ ور در هوهه,ロスバッハ・フォア・デア・ヘーエ,山前罗斯巴赫		05	064	06440	06440023
2845162	Rosbach	rosbach	DE		0	Europe/Berlin	50.80005	7.61042		Rosbach		07	053	05382	05382076
2845163	Rosau	rosau	DE		0	Europe/Berlin	51.78898	6.35662				07	051	05154	05154044
2845164	Rosa-Luxemburg Siedlung	rosa-luxemburg-siedlung	DE		0	Europe/Berlin	51.01221	11.3387				15	00	16055	16055000
2845165	Rosall	rosall	DE		0	Europe/Berlin	49.93478	12.37126				02	093	09377	09377154
2845168	Rosacker	rosacker	DE		0	Europe/Berlin	54.50843	9.39365				10	00	01059	01059079
2845170	Rösa	roesa	DE		923	Europe/Berlin	51.61581	12.49065		Rosa,Rösa		14	00	15082	15082241
2845173	Rorup	rorup	DE		0	Europe/Berlin	51.89808	7.27255		Rorup		07	055	05558	05558016
2845174	Rörshain	roershain	DE		0	Europe/Berlin	50.94047	9.25672				05	066	06634	06634022
2845176	Roringen	roringen	DE		0	Europe/Berlin	51.55872	10.00717				06	00	03159	03159016
2845178	Rorichum	rorichum	DE		0	Europe/Berlin	53.32096	7.35419				06	00	03457	03457014
2845179	Rorichmoor	rorichmoor	DE		0	Europe/Berlin	53.32977	7.45256				06	00	03457	03457014
2845180	Rorgenwies	rorgenwies	DE		0	Europe/Berlin	47.90345	8.92047		Rorgenwies		01	083	08335	08335021
2845181	Rorgensteig	rorgensteig	DE		0	Europe/Berlin	48.6	9.85				01	081	08117	08117024
2845182	Rorgenmoos	rorgenmoos	DE		0	Europe/Berlin	47.57005	9.85197				02	097	09776	09776125
2845183	Röpzig	roepzig	DE		0	Europe/Berlin	51.43301	11.94353				14	00	15088	15088330
2845184	Röpsen	roepsen	DE		0	Europe/Berlin	50.91244	12.10919				15	00	16052	16052000
2845185	Röppisch	roeppisch	DE		0	Europe/Berlin	50.83158	12.07041		Gera-Roppisch,Gera-Röppisch,Roppisch,Röppisch		15	00	16052	16052000
2845186	Röppisch	roeppisch	DE		0	Europe/Berlin	50.50943	11.68133				15	00	16075	16075135
2845188	Roppertsweiler	roppertsweiler	DE		0	Europe/Berlin	48.01192	9.65133				01	084	08426	08426014
2845189	Roppershain	roppershain	DE		0	Europe/Berlin	51.03128	9.35311				05	066	06634	06634009
2845190	Ropperode	ropperode	DE		0	Europe/Berlin	51.3	9.3				05	066	06633	06633023
2845193	Röpke	roepke	DE		0	Europe/Berlin	52.69604	7.78936				06	00	03453	03453011
2845194	Ropfershof	ropfershof	DE		0	Europe/Berlin	49.03801	10.12671				01	081	08136	08136035
2845196	Röpersdorf	roepersdorf	DE		0	Europe/Berlin	53.28164	13.84518				11	00	12073	12073429
2845198	Ropenstall	ropenstall	DE		0	Europe/Berlin	51.06033	7.08859				07	053	05316	05316000
2845202	Rookhorst	rookhorst	DE		0	Europe/Berlin	54.18906	12.48768				12	00	13073	13073055
2845204	Roofwinkel	roofwinkel	DE		0	Europe/Berlin	52.94843	12.86344				11	00	12068	12068320
2845206	Roofen	roofen	DE		0	Europe/Berlin	53.11667	13.05				11	00	12065	12065310
2845208	Ronsolden	ronsolden	DE		0	Europe/Berlin	49.20498	11.69254				02	093	09373	09373167
2845210	Rönshausen	roenshausen	DE		0	Europe/Berlin	50.4781	9.7417				05	066	06631	06631006
2845211	Ronsdorf	ronsdorf	DE		0	Europe/Berlin	51.22871	7.20008				07	051	05124	05124000
2845213	Rönsahl	roensahl	DE		0	Europe/Berlin	51.10996	7.50988				07	059	05962	05962028
2845214	Ronried	ronried	DE		0	Europe/Berlin	47.74191	10.57676		Ronried		02	097	09777	09777151
2845215	Ronnweg	ronnweg	DE		0	Europe/Berlin	48.64108	11.52689				02	091	09186	09186147
2845217	Ronney	ronney	DE		0	Europe/Berlin	51.96182	11.91418				14	00	15082	15082430
2845219	Rönneter	roenneter	DE		0	Europe/Berlin	51.19348	6.39837				07	051	05116	05116000
2845225	Rönnelmoor	roennelmoor	DE		0	Europe/Berlin	53.36259	8.30661				06	00	03461	03461005
2845228	Rönneburg	roenneburg	DE		0	Europe/Berlin	53.43467	10.00231				04	00	02000	02000000
2845235	Rönnebeck	roennebeck	DE		0	Europe/Berlin	53.19129	8.54571		Ronnebeck,Rönnebeck		03	00	04011	04011000
2845236	Rönnebeck	roennebeck	DE		0	Europe/Berlin	53.00425	13.04069				11	00	12065	12065301
2845237	Rönnebeck	roennebeck	DE		0	Europe/Berlin	52.76931	11.63826				14	00	15090	15090415
2845241	Rönne	roenne	DE		0	Europe/Berlin	54.26754	10.17917				10	00	01002	01002000
2845242	Rönne	roenne	DE		0	Europe/Berlin	53.41903	10.34063				06	00	03353	03353023
2845243	Rönndeich	roenndeich	DE		0	Europe/Berlin	53.69794	9.24177				06	00	03359	03359013
2845245	Rönnau	roennau	DE		0	Europe/Berlin	53.95208	10.84379				10	00	01003	01003000
2845246	Rönkhausen	roenkhausen	DE		0	Europe/Berlin	51.21885	7.95768				07	059	05966	05966012
2845248	Rönkendorf	roenkendorf	DE		0	Europe/Berlin	54.13469	12.76354				12	00	13073	13073039
2845250	Ronheim	ronheim	DE		0	Europe/Berlin	48.79505	10.68765				02	097	09779	09779155
2845252	Ronhausen	ronhausen	DE		0	Europe/Berlin	50.75655	8.7537				05	065	06534	06534014
2845254	Rönfeldholz	roenfeldholz	DE		0	Europe/Berlin	54.28582	10.53862				10	00	01057	01057035
2845257	Rondorf	rondorf	DE		0	Europe/Berlin	50.87173	6.95473				07	053	05315	05315000
2845259	Rondel	rondel	DE		0	Europe/Berlin	49.85911	6.96044				08	00	07231	07231133
2845263	Romsthal	romsthal	DE		0	Europe/Berlin	50.31697	9.37597				05	064	06435	06435002
2845265	Romsgrund	romsgrund	DE		0	Europe/Berlin	48.40436	8.48707				01	082	08237	08237045
2845266	Romsdorf	romsdorf	DE		0	Europe/Berlin	51.04382	11.981				14	00	15084	15084115
2845267	Romschütz	romschuetz	DE		0	Europe/Berlin	50.96442	12.35605				15	00	16077	16077008
2845272	Rommerz	rommerz	DE		0	Europe/Berlin	50.451	9.57862				05	066	06631	06631018
2845277	Rommershausen	rommershausen	DE		0	Europe/Berlin	50.93192	9.18308		Rommershausen		05	066	06634	06634022
2845278	Rommerscheid	rommerscheid	DE		0	Europe/Berlin	50.99827	7.15291				07	053	05378	05378004
2845279	Rommersberg	rommersberg	DE		0	Europe/Berlin	50.99568	7.41526		Rommersberg		07	053	05374	05374008
2845280	Rommers	rommers	DE		0	Europe/Berlin	50.42967	9.89015				05	066	06631	06631010
2845281	Rommerode	rommerode	DE		0	Europe/Berlin	51.23564	9.77234		Rommerode		05	066	06636	06636004
2845282	Rommental	rommental	DE		0	Europe/Berlin	48.65259	9.73007				01	081	08117	08117007
2845283	Rommen	rommen	DE		0	Europe/Berlin	50.82675	7.60924				07	053	05382	05382076
2845285	Rommelsried	rommelsried	DE		650	Europe/Berlin	48.36909	10.71285				02	097	09772	09772167
2845287	Rommelsheim	rommelsheim	DE		0	Europe/Berlin	50.78302	6.55291				07	053	05358	05358052
2845288	Rommelshausen	rommelshausen	DE		0	Europe/Berlin	48.80587	9.321				01	081	08119	08119093
2845289	Rommelsdorf	rommelsdorf	DE		0	Europe/Berlin	50.93635	7.57599		Rommelsdorf		07	053	05374	05374032
2845294	Rommelsbach	rommelsbach	DE		0	Europe/Berlin	48.53335	9.20307				01	084	08415	08415061
2845295	Rommelhausen	rommelhausen	DE		0	Europe/Berlin	50.2617	8.96864		Rommelhausen		05	064	06440	06440014
2845296	Rommelfangen	rommelfangen	DE		0	Europe/Berlin	49.58241	6.45315				08	00	07235	07235154
2845298	Rommel	rommel	DE		0	Europe/Berlin	51.35464	7.14095				07	051	05158	05158032
2845299	Römlinsdorf	romlinsdorf	DE		0	Europe/Berlin	48.32489	8.483				01	082	08237	08237002
2845300	Römlinghoven	roemlinghoven	DE		0	Europe/Berlin	50.70696	7.18264				07	053	05382	05382024
2845301	Römke	roemke	DE		0	Europe/Berlin	52.78333	10.9				14	00	15081	15081095
2845302	Romishorn	romishorn	DE		0	Europe/Berlin	48.36336	8.42596				01	082	08237	08237045
2845304	Römhild	roemhild	DE		1888	Europe/Berlin	50.39639	10.53889		R'omkhild,Remkhild,Rjomkhil'd,Romhild,Römhild,lei mu xi er de,rwhyld,rwmhyld,Ремхилд,Рьомхилд,Рёмхильд,رومهيلد,روهیلد,勒姆希尔德		15	00	16069	16069062
2845307	Römertshofen	romertshofen	DE		0	Europe/Berlin	48.1765	11.09392				02	091	09179	09179138
2845310	Römerstadt	roemerstadt	DE		0	Europe/Berlin	50.15469	8.63306				05	064	06412	06412000
2845311	Römersreuth	romersreuth	DE		0	Europe/Berlin	50.19778	11.52621				02	094	09477	09477156
2845312	Römershofen	romershofen	DE		0	Europe/Berlin	50.07513	10.5197		Romershofen,Römershofen		02	096	09674	09674164
2845313	Römershausen	roemershausen	DE		0	Europe/Berlin	51.03508	8.8999				05	066	06635	06635013
2845314	Römershausen	roemershausen	DE		0	Europe/Berlin	50.77537	8.53323				05	065	06534	06534010
2845315	Römershagen	roemershagen	DE		0	Europe/Berlin	50.93195	7.83446				07	059	05966	05966028
2845316	Römershag	romershag	DE		0	Europe/Berlin	50.32088	9.81777				02	096	09672	09672113
2845317	Romersgrün	romersgruen	DE		0	Europe/Berlin	50.67992	12.37185		Roemersgruen,Römersgrün		13	00	14524	14524060
2845318	Römersberg	roemersberg	DE		0	Europe/Berlin	51.03135	9.22087				05	066	06634	06634016
2845323	Römerkessel	romerkessel	DE		0	Europe/Berlin	47.95715	10.86041				02	091	09181	09181121
2845328	Römerhöfe	romerhofe	DE		0	Europe/Berlin	48.37683	9.92915				01	084	08421	08421000
2845334	Romerei	romerei	DE		0	Europe/Berlin	50.94788	14.82631				13	00	14626	14626610
2845342	Römerau	romerau	DE		0	Europe/Berlin	47.89896	10.90385				02	091	09181	09181113
2845344	Romegg	romegg	DE		0	Europe/Berlin	47.76667	11.15		Rameck,Romegg		02	091	09190	09190131
2845346	Rombrock	rombrock	DE		0	Europe/Berlin	51.42566	7.7176				07	059	05962	05962024
2845348	Romberg	romberg	DE		0	Europe/Berlin	51.08999	7.06663				07	053	05316	05316000
2845366	Romatsried	romatsried	DE		0	Europe/Berlin	47.89906	10.52484				02	097	09777	09777124
2845367	Romansthal	romansthal	DE		0	Europe/Berlin	50.1014	11.0324				02	094	09478	09478165
2845368	Romaney	romaney	DE		0	Europe/Berlin	51.00725	7.15806				07	053	05378	05378004
2845375	Rölvede	roelvede	DE		0	Europe/Berlin	51.28605	7.57794				07	059	05962	05962056
2845376	Rolshagen	rolshagen	DE		0	Europe/Berlin	50.86361	7.67838		Rolshagen		07	053	05374	05374028
2845377	Rölsdorf	roelsdorf	DE		0	Europe/Berlin	50.78565	6.46549				07	053	05358	05358008
2845378	Rölscheide	roelscheide	DE		0	Europe/Berlin	51.09046	7.21515				07	053	05378	05378032
2845379	Rölscheid	roelscheid	DE		0	Europe/Berlin	51.13612	7.06897				07	051	05122	05122000
2845380	Roloven	roloven	DE		0	Europe/Berlin	52.30418	9.67672		Ihme-Roloven		06	00	03241	03241014
2845381	Rolofshagen	rolofshagen	DE		0	Europe/Berlin	53.90483	11.16866				12	00	13074	13074016
2845382	Roloffshagen	roloffshagen	DE		0	Europe/Berlin	54.13861	12.96129				12	00	13073	13073062
2845387	Rollwald	rollwald	DE		0	Europe/Berlin	49.99054	8.84815				05	064	06438	06438011
2845390	Röllshausen	roellshausen	DE		0	Europe/Berlin	50.85397	9.28334				05	066	06634	06634021
2845392	Rollsdorf	rollsdorf	DE		0	Europe/Berlin	51.49147	11.72635				14	00	15087	15087386
2845402	Röllingshain	roellingshain	DE		0	Europe/Berlin	50.94373	12.91376				13	00	14522	14522070
2845403	Röllingsen	roellingsen	DE		0	Europe/Berlin	51.53779	8.0274				07	059	05974	05974040
2845404	Röllinghausen	roellinghausen	DE		0	Europe/Berlin	51.59062	7.23982				07	055	05562	05562032
2845405	Rollinghausen	rollinghausen	DE		0	Europe/Berlin	52.85141	8.79646				06	00	03251	03251007
2845406	Röllinghausen	roellinghausen	DE		0	Europe/Berlin	51.97185	9.83796				06	00	03254	03254002
2845407	Rollhofen	rollhofen	DE		0	Europe/Berlin	49.54209	11.33703				02	095	09574	09574141
2845410	Röllhausen	roellhausen	DE		0	Europe/Berlin	50.84608	9.32688				05	066	06634	06634021
2845412	Röllfeld	rollfeld	DE		0	Europe/Berlin	49.76727	9.18918		Rollfeld,Röllfeld		02	096	09676	09676134
2845413	Rollesbroich	rollesbroich	DE		0	Europe/Berlin	50.63054	6.31618		Rollesbroich		07	053	05334	05334028
2845414	Röllersdorf	roellersdorf	DE		0	Europe/Berlin	50.04771	6.372				08	00	07232	07232285
2845416	Rollenhagen	rollenhagen	DE		0	Europe/Berlin	53.40528	13.20124				12	00	13071	13071011
2845418	Röllecken	roellecken	DE		0	Europe/Berlin	51.13856	7.98905				07	059	05966	05966004
2845424	Rollberg	rollberg	DE		0	Europe/Berlin	53.32185	14.0631				11	00	12073	12073458
2845441	Rolika	rolika	DE		0	Europe/Berlin	50.95557	12.28837				15	00	16077	16077003
2845442	Rolgenmoos	rolgenmoos	DE		0	Europe/Berlin	47.76667	9.5				01	084	08436	08436064
2845443	Rolfzen	rolfzen	DE		0	Europe/Berlin	51.84819	9.14457				07	057	05762	05762032
2845447	Rolfshagen	rolfshagen	DE		0	Europe/Berlin	52.23266	9.14947		Auetal-Rolfshagen,Rolfshagen (Auetal)		06	00	03257	03257003
2845448	Rolfsen	rolfsen	DE		0	Europe/Berlin	53.1618	10.15915				06	00	03355	03355034
2845449	Rolfsbüttel	rolfsbuettel	DE		0	Europe/Berlin	52.39634	10.42731				06	00	03151	03151001
2845452	Roleber	roleber	DE		0	Europe/Berlin	50.73942	7.18997				07	053	05314	05314000
2845453	Roldisleben	roldisleben	DE		0	Europe/Berlin	51.17577	11.38147		Roldisleben		15	00	16068	16068042
2845455	Rolandswerth	rolandswerth	DE		0	Europe/Berlin	50.64483	7.20446				08	00	07131	07131070
2845460	Rolandseck	rolandseck	DE		0	Europe/Berlin	50.62932	7.2078		Rolandseck		08	00	07131	07131070
2845467	Roja	roja	DE		0	Europe/Berlin	48.24581	12.74048				02	091	09171	09171125
2845469	Roitzschjora	roitzschjora	DE		0	Europe/Berlin	51.59046	12.48957				13	00	14730	14730180
2845470	Roitzschgen	roitzschgen	DE		0	Europe/Berlin	51.53391	12.14979				14	00	15088	15088195
2845471	Roitzschen	roitzschen	DE		0	Europe/Berlin	51.10982	13.41573				13	00	14627	14627100
2845479	Roitzheim	roitzheim	DE		0	Europe/Berlin	50.64446	6.80976		Roitzheim		07	053	05366	05366016
2845481	Roitz	roitz	DE		0	Europe/Berlin	51.56667	14.31667		Rajc,Roitz		11	00	12071	12071372
2845485	Roitham	roitham	DE		0	Europe/Berlin	48.71674	13.39215				02	092	09275	09275152
2845486	Roitham	roitham	DE		0	Europe/Berlin	48.07241	12.65375				02	091	09171	09171122
2845487	Roitham	roitham	DE		0	Europe/Berlin	47.99329	12.55012				02	091	09189	09189154
2845488	Roitham	roitham	DE		0	Europe/Berlin	48.00655	12.39278				02	091	09189	09189133
2845489	Roitham	roitham	DE		0	Europe/Berlin	47.95929	12.44946		Roitham		02	091	09189	09189143
2845491	Roith	roith	DE		0	Europe/Berlin	48.98121	12.27152		Roith		02	093	09375	09375170
2845492	Roith	roith	DE		0	Europe/Berlin	49.07713	12.17952				02	093	09375	09375208
2845493	Roith	roith	DE		0	Europe/Berlin	48.97019	12.52786				02	092	09278	09278141
2845499	Roisenberg	roisenberg	DE		0	Europe/Berlin	48.58885	12.97658				02	092	09277	09277142
2845500	Roisdorferhof	roisdorferhof	DE		0	Europe/Berlin	51.15	6.65				07	051	05162	05162024
2845501	Roisdorf	roisdorf	DE		0	Europe/Berlin	50.75536	7.00954		Roisdorf		07	053	05382	05382012
2845502	Roikier	roikier	DE		0	Europe/Berlin	54.78234	9.75577				10	00	01059	01059186
2845504	Roidin	roidin	DE		0	Europe/Berlin	53.85204	13.16866				12	00	13071	13071148
2845509	Rohstorf	rohstorf	DE		0	Europe/Berlin	53.20156	10.58112				06	00	03355	03355038
2845513	Röhrwangen	rohrwangen	DE		0	Europe/Berlin	48.14937	9.78357				01	084	08426	08426128
2845514	Röhrwang	rohrwang	DE		0	Europe/Berlin	47.89347	10.49911				02	097	09777	09777128
2845528	Rohrstorf	rohrstorf	DE		0	Europe/Berlin	53.10346	10.71802				06	00	03360	03360011
2845530	Rohrstetten	rohrstetten	DE		0	Europe/Berlin	48.84229	13.15849				02	092	09271	09271126
2845531	Röhrsteig	rohrsteig	DE		0	Europe/Berlin	50.28402	11.79472				02	094	09475	09475145
2845532	Rohrsoll	rohrsoll	DE		0	Europe/Berlin	53.78609	13.29339				12	00	13071	13071044
2845539	Röhrsen	roehrsen	DE		0	Europe/Berlin	52.80852	10.63159				06	00	03360	03360013
2845545	Röhrse	rohrse	DE		0	Europe/Berlin	52.36323	10.16836		Reursse,Reurße		06	00	03157	03157006
2845546	Röhrsdorf	roehrsdorf	DE		0	Europe/Berlin	51.2958	13.82615				13	00	14625	14625270
2845547	Röhrsdorf	roehrsdorf	DE		0	Europe/Berlin	51.09567	13.52187				13	00	14627	14627100
2845548	Röhrsdorf	roehrsdorf	DE		0	Europe/Berlin	50.96508	13.80775				13	00	14628	14628080
2845549	Röhrsdorf	roehrsdorf	DE		0	Europe/Berlin	50.89964	12.55745		Niederwiera-Rohrsdorf,Niederwiera-Röhrsdorf,Rohrsdorf,Röhrsdorf		13	00	14524	14524240
2845550	Röhrsdorf	roehrsdorf	DE		0	Europe/Berlin	50.86213	12.83389		Chemnitz-Roehrsdorf,Chemnitz-Röhrsdorf,Roehrsdorf,Röhrsdorf		13	00	14511	14511000
2845558	Röhrndlberg	rohrndlberg	DE		0	Europe/Berlin	48.76708	13.71613				02	092	09272	09272136
2845559	Röhrnbach	roehrnbach	DE		4579	Europe/Berlin	48.73859	13.52271		Rernbakh,Rjornbakh,Roehrnbach,Ryornbax,Röhrnbach,lei he er en ba he,rwrnbakh,Рернбах,Рёрнбах,Ռյորնբախ,رورنباخ,勒赫尔恩巴赫	09272141	02	092	09272	09272141
2845560	Röhrnau	rohrnau	DE		0	Europe/Berlin	48.97351	12.72067				02	092	09278	09278139
2845563	Rohrmünz	rohrmunz	DE		0	Europe/Berlin	48.88645	13.00202				02	092	09271	09271122
2845574	Röhrlhof	rohrlhof	DE		0	Europe/Berlin	49.11026	12.99222				02	092	09276	09276113
2845577	Rohrlack	rohrlack	DE		0	Europe/Berlin	52.85141	12.60372				11	00	12068	12068426
2845582	Röhrkasten	roehrkasten	DE		0	Europe/Berlin	52.25713	9.11513				06	00	03257	03257028
2845583	Röhrigshof	roehrigshof	DE		0	Europe/Berlin	50.84485	9.9626		Roehringshof,Röhringshof		05	066	06632	06632016
2845584	Röhrigshof	roehrigshof	DE		0	Europe/Berlin	50.01667	10.21667				02	096	09662	09662000
2845587	Röhrigs	roehrigs	DE		0	Europe/Berlin	50.38718	9.52094		Gomfritz-Rohrigs uber Schluchtern,Gomfritz-Röhrigs über Schlüchtern		05	064	06435	06435025
2845588	Rohrigham	rohrigham	DE		0	Europe/Berlin	48.02826	12.59817				02	091	09189	09189157
2845590	Röhrig	roehrig	DE		0	Europe/Berlin	50.16081	9.34713				05	064	06435	06435003
2845595	Rohrhof	rohrhof	DE		0	Europe/Berlin	49.40977	8.52166				01	082	08226	08226009
2845596	Rohrhof	rohrhof	DE		0	Europe/Berlin	49.19429	12.08342				02	093	09376	09376141
2845604	Rohrhammer	rohrhammer	DE		0	Europe/Berlin	50.5483	11.04733				15	00	16073	16073037
2845613	Rohrersreuth	rohrersreuth	DE		0	Europe/Berlin	50.07751	11.64991				02	094	09477	09477139
2845618	Röhrensee	roehrensee	DE		0	Europe/Berlin	50.85271	10.8512				15	00	16070	16070028
2845619	Röhrensee	rohrensee	DE		0	Europe/Berlin	49.78687	10.4494				02	096	09675	09675127
2845622	Röhrenhof	rohrenhof	DE		0	Europe/Berlin	48.72053	11.21816				02	091	09185	09185149
2845624	Röhrenfurth	roehrenfurth	DE		0	Europe/Berlin	51.15591	9.54835				05	066	06634	06634014
2845626	Rohrenfeld	rohrenfeld	DE		0	Europe/Berlin	48.72613	11.2747				02	091	09185	09185149
2845629	Röhrenbach	rohrenbach	DE		0	Europe/Berlin	47.82961	9.32446				01	084	08435	08435020
2845632	Rohren	rohren	DE		0	Europe/Berlin	50.55011	6.2864				07	053	05334	05334020
2845633	Röhren	rohren	DE		0	Europe/Berlin	49.09957	12.31707				02	093	09375	09375114
2845634	Röhren	rohren	DE		0	Europe/Berlin	47.95679	9.6679				01	084	08436	08436008
2845636	Röhre	roehre	DE		0	Europe/Berlin	51.31336	8.01657				07	059	05958	05958044
2845643	Röhrda	roehrda	DE		0	Europe/Berlin	51.1019	10.05557				05	066	06636	06636010
2845645	Rohrbrunn	rohrbrunn	DE		0	Europe/Berlin	49.89819	9.3909				02	096	09671	09671157
2845650	Rohrbronn	rohrbronn	DE		0	Europe/Berlin	48.81366	9.46489				01	081	08119	08119090
2845669	Rohrbeck	rohrbeck	DE		0	Europe/Berlin	52.77049	11.87725				14	00	15090	15090270
2845670	Rohrbeck	rohrbeck	DE		0	Europe/Berlin	52.54175	13.03682				11	00	12063	12063056
2845671	Rohrbeck	rohrbeck	DE		0	Europe/Berlin	51.96419	13.0452		Rohrbeck		11	00	12072	12072297
2845732	Rohrau	rohrau	DE		0	Europe/Berlin	48.62534	8.92382				01	081	08115	08115015
2845734	Rohracker	rohracker	DE		0	Europe/Berlin	48.75732	9.23268				01	081	08111	08111000
2845737	Röhrach	rohrach	DE		0	Europe/Berlin	49.64735	10.91552				02	095	09572	09572133
2845738	Rohrach	rohrach	DE		0	Europe/Berlin	48.99279	10.79806				02	095	09577	09577140
2845739	Röhrach	rohrach	DE		0	Europe/Berlin	48.98348	9.37683				01	081	08119	08119087
2845762	Rohnstedt	rohnstedt	DE		0	Europe/Berlin	51.22568	10.8424				15	00	16065	16065089
2845764	Rohnstadt	rohnstadt	DE		0	Europe/Berlin	50.40819	8.36077				05	065	06533	06533018
2845770	Rohne	rohne	DE		0	Europe/Berlin	51.52672	14.51029		Rohne,Rowne,Rowno		13	00	14626	14626490
2845771	Rohndorf	rohndorf	DE		0	Europe/Berlin	51.65115	11.97723				14	00	15082	15082377
2845776	Rohnbach	rohnbach	DE		0	Europe/Berlin	48.65416	8.45549				01	082	08235	08235025
2845777	Rohna	rohna	DE		0	Europe/Berlin	51.36667	13.85		Rohna		13	00	14625	14625270
2845778	Rohna	rohna	DE		0	Europe/Berlin	50.75328	11.98235		Rohna		15	00	16076	16076088
2845779	Röhn	roehn	DE		0	Europe/Berlin	52.24449	8.80057				07	057	05770	05770004
2845783	Röhmen	rohmen	DE		0	Europe/Berlin	48.98789	9.99543				01	081	08127	08127013
2845785	Rohmatt	rohmatt	DE		0	Europe/Berlin	47.72829	7.90815				01	083	08336	08336106
2845787	Rohlsdorf	rohlsdorf	DE		0	Europe/Berlin	53.96999	10.69296				10	00	01055	01055035
2845788	Rohlsdorf	rohlsdorf	DE		0	Europe/Berlin	53.2221	12.28474				11	00	12070	12070153
2845789	Rohlsdorf	rohlsdorf	DE		0	Europe/Berlin	53.1038	11.95128				11	00	12070	12070125
2845795	Röhlinghausen	roehlinghausen	DE		0	Europe/Berlin	51.51287	7.15543				07	059	05916	05916000
2845797	Röhlingen	rohlingen	DE		0	Europe/Berlin	48.94364	10.21836				01	081	08136	08136019
2845799	Rohlfshagen	rohlfshagen	DE		0	Europe/Berlin	53.76667	10.35				10	00	01062	01062065
2845800	Rohlfen	rohlfen	DE		0	Europe/Berlin	52.83278	9.09882				06	00	03256	03256015
2845808	Rohensaas	rohensaas	DE		0	Europe/Berlin	49.65207	10.76969				02	095	09575	09575167
2845813	Röhe	roehe	DE		0	Europe/Berlin	50.82377	6.23797				07	053	05334	05334012
2845814	Rohdenhaus	rohdenhaus	DE		0	Europe/Berlin	51.30255	7.01448				07	051	05158	05158036
2845815	Rohden	rohden	DE		0	Europe/Berlin	52.19298	9.24431				06	00	03252	03252007
2845817	Rohda	rohda	DE		0	Europe/Berlin	50.94498	11.12615				15	00	16051	16051000
2845819	Rohbogen	rohbogen	DE		0	Europe/Berlin	47.72397	11.71274				02	091	09182	09182111
2845823	Rögnitz	roegnitz	DE		236	Europe/Berlin	53.61097	11.0232				12	00	13074	13074070
2845824	Röglitz	roeglitz	DE		331	Europe/Berlin	51.39985	12.12976				14	00	15088	15088330
2845828	Roggow	roggow	DE		0	Europe/Berlin	54.07377	11.63209				12	00	13072	13072085
2845829	Roggow	roggow	DE		0	Europe/Berlin	53.80143	12.41784				12	00	13072	13072063
2845830	Roggow	roggow	DE		0	Europe/Berlin	53.48151	14.05495				12	00	13075	13075109
2845832	Rogglfing	rogglfing	DE		0	Europe/Berlin	48.3497	12.84248		Rogglfing		02	092	09277	09277153
2845833	Rogglfing	rogglfing	DE		0	Europe/Berlin	48.28608	12.07812				02	091	09177	09177115
2845834	Rogging	rogging	DE		0	Europe/Berlin	48.85087	12.21731				02	093	09375	09375182
2845835	Roggersing	roggersing	DE		0	Europe/Berlin	48.79004	13.14149				02	092	09271	09271123
2845836	Roggersdorf	roggersdorf	DE		0	Europe/Berlin	47.88216	11.66697		Boggersdorf		02	091	09182	09182120
2845839	Roggenzell	roggenzell	DE		0	Europe/Berlin	47.62621	9.75786				01	084	08436	08436081
2845843	Roggenthal	roggenthal	DE		0	Europe/Berlin	51.64607	9.31334				07	057	05762	05762008
2845847	Roggenstein	roggenstein	DE		0	Europe/Berlin	49.64032	12.26383				02	093	09374	09374162
2845848	Roggenstein	roggenstein	DE		0	Europe/Berlin	48.18306	11.32286				02	091	09179	09179119
2845850	Roggensteder Hammer	roggensteder-hammer	DE		0	Europe/Berlin	53.65	7.46667				06	00	03452	03452027
2845852	Roggenstede	roggenstede	DE		0	Europe/Berlin	53.63219	7.48608		Roggenstede		06	00	03452	03452027
2845853	Roggenmoor	roggenmoor	DE		0	Europe/Berlin	53.22492	7.78731				06	00	03451	03451001
2845857	Roggenhagen	roggenhagen	DE		0	Europe/Berlin	53.65986	13.41338				12	00	13071	13071019
2845864	Roggenbeuren	roggenbeuren	DE		0	Europe/Berlin	47.76667	9.4		Roggenbeuren		01	084	08435	08435067
2845865	Roggenberg	roggenberg	DE		0	Europe/Berlin	53.17741	7.67615				06	00	03453	03453001
2845871	Roggenbach	roggenbach	DE		0	Europe/Berlin	48.07631	8.36432				01	083	08326	08326065
2845874	Röggelin	roeggelin	DE		0	Europe/Berlin	53.72162	10.94114				12	00	13074	13074018
2845875	Roggden	roggden	DE		0	Europe/Berlin	48.53945	10.65588				02	097	09773	09773182
2845877	Rogendorf	rogendorf	DE		0	Europe/Berlin	48.98667	12.68389				02	092	09278	09278134
2845878	Rögen	rogen	DE		0	Europe/Berlin	50.25993	11.01321				02	094	09463	09463000
2845884	Roge	roge	DE		0	Europe/Berlin	54.0998	10.76565				10	00	01055	01055039
2845886	Rogäsen-Jerichow	rogaesen-jerichow	DE		0	Europe/Berlin	52.21667	12.1				14	00	15086	15086140
2845887	Rogäsen	rogaesen	DE		0	Europe/Berlin	52.32172	12.35329				11	00	12069	12069537
2845888	Roga	roga	DE		0	Europe/Berlin	53.64244	13.4566				12	00	13071	13071028
2845889	Röfleuten	rofleuten	DE		0	Europe/Berlin	47.58695	10.54104				02	097	09777	09777159
2845892	Roffhausen	roffhausen	DE		0	Europe/Berlin	53.52774	8.03518				06	00	03455	03455015
2845893	Roez	roez	DE		0	Europe/Berlin	53.45455	12.51865				12	00	13071	13071043
2845900	Rodt	rodt	DE		0	Europe/Berlin	51.06923	7.55877				07	053	05374	05374024
2845901	Rodt	rodt	DE		0	Europe/Berlin	51.02246	7.48971		Rodt		07	053	05374	05374012
2845902	Rodt	rodt	DE		0	Europe/Berlin	49.86956	6.66746				08	00	07235	07235151
2845903	Rodt	rodt	DE		0	Europe/Berlin	49.55059	6.58714				08	00	07235	07235131
2845904	Rodt	rodt	DE		0	Europe/Berlin	48.41667	8.36667				01	082	08237	08237002
2845906	Rödlitz	roedlitz	DE		0	Europe/Berlin	50.74364	12.65691				13	00	14524	14524160
2845907	Rödlinghausen	roedlinghausen	DE		0	Europe/Berlin	51.9322	8.91249				07	057	05766	05766020
2845909	Rödlin	roedlin	DE		0	Europe/Berlin	53.39305	13.2304				12	00	13071	13071011
2845912	Rödles	rodles	DE		0	Europe/Berlin	50.37902	10.16255				02	096	09673	09673116
2845913	Rodlera	rodlera	DE		0	Europe/Berlin	50.55323	12.20545				13	00	14523	14523330
2845916	Rödlas	rodlas	DE		0	Europe/Berlin	49.63467	11.18176				02	094	09474	09474154
2845917	Rödlas	rodlas	DE		0	Europe/Berlin	49.59265	11.95307				02	093	09371	09371127
2845920	Rödinghausen	roedinghausen	DE		0	Europe/Berlin	51.4	7.85				07	059	05962	05962040
2845922	Rödingen	roedingen	DE		0	Europe/Berlin	51.55	13.11667				13	00	14730	14730010
2845923	Rödingen	roedingen	DE		0	Europe/Berlin	50.96643	6.45859				07	053	05358	05358056
2845926	Rödigsdorf	roedigsdorf	DE		0	Europe/Berlin	51.0002	11.44544				15	00	16071	16071001
2845927	Rodigkau	rodigkau	DE		0	Europe/Berlin	51.65321	12.1527				14	00	15082	15082440
2845928	Rödigen	roedigen	DE		0	Europe/Berlin	51.10271	11.69335				14	00	15084	15084355
2845929	Rödigen	roedigen	DE		0	Europe/Berlin	51.00038	12.38622				15	00	16077	16077027
2845930	Rödigen	roedigen	DE		0	Europe/Berlin	50.98094	11.60075				15	00	16074	16074051
2845932	Rodigast	rodigast	DE		0	Europe/Berlin	50.93554	11.71751				15	00	16074	16074009
2845934	Rödichen	roedichen	DE		0	Europe/Berlin	50.88051	10.58092		Schnepfenthal-Roedichen,Schnepfenthal-Rödichen		15	00	16067	16067072
2845935	Rodias	rodias	DE		0	Europe/Berlin	50.83917	11.51462				15	00	16074	16074057
2845936	Rodholz	rodholz	DE		0	Europe/Berlin	50.4882	9.89396				05	066	06631	06631021
2845937	Rodheim vor der Höhe	rodheim-vor-der-hoehe	DE		0	Europe/Berlin	50.2658	8.70084		Rodheim vor der Hoehe,Rodheim vor der Hohe,Rodheim vor der Höhe		05	064	06440	06440023
2845939	Rodheim	rodheim	DE		0	Europe/Berlin	50.61794	8.60282		Rodheim,Rodheim-Bieber		05	065	06531	06531002
2845940	Rodheim	rodheim	DE		0	Europe/Berlin	50.44947	8.94624				05	065	06531	06531008
2845941	Rodheim	rodheim	DE		0	Europe/Berlin	49.58624	10.14074				02	095	09575	09575155
2845942	Rödgen	roedgen	DE		0	Europe/Berlin	50.60056	8.74976				05	065	06531	06531005
2845943	Rödgen	roedgen	DE		0	Europe/Berlin	50.36667	8.76667				05	064	06440	06440002
2845944	Rödgen	roedgen	DE		0	Europe/Berlin	50.84596	8.07502				07	059	05970	05970044
2845945	Rödgen	roedgen	DE		402	Europe/Berlin	51.64054	12.18596				14	00	15082	15082015
2845946	Rödgen	roedgen	DE		0	Europe/Berlin	51.48309	12.5754				13	00	14730	14730360
2845947	Rödgen	roedgen	DE		0	Europe/Berlin	51.2411	12.4671				13	00	14729	14729190
2845948	Rödgen	roedgen	DE		0	Europe/Berlin	51.17464	11.90889				14	00	15084	15084550
2845949	Rödgen	roedgen	DE		0	Europe/Berlin	51.14325	6.18607				07	053	05370	05370040
2845951	Rodewitz	rodewitz	DE		0	Europe/Berlin	51.17069	14.58603		Rodecy,Rodewitz		13	00	14625	14625230
2845952	Rodewitz	rodewitz	DE		0	Europe/Berlin	51.10464	14.44461		Rodewitz,Rozwodecy		13	00	14625	14625525
2845954	Rodewald-Untere Bauerschaft	rodewald-untere-bauerschaft	DE		0	Europe/Berlin	52.6847	9.47981				06	00	03256	03256026
2845955	Rodewald-Obere Bauerschaft	rodewald-obere-bauerschaft	DE		0	Europe/Berlin	52.64181	9.49923				06	00	03256	03256026
2845956	Rodewald-Mittlere Bauerschaft	rodewald-mittlere-bauerschaft	DE		0	Europe/Berlin	52.659	9.48309				06	00	03256	03256026
2845957	Rodetal	rodetal	DE		0	Europe/Berlin	51.61722	9.97456				06	00	03155	03155010
2845959	Rodesgrün	rodesgrun	DE		0	Europe/Berlin	50.33724	11.74257				02	094	09475	09475171
2845962	Roderwiese	roderwiese	DE		0	Europe/Berlin	51.06635	7.3911		Roderwiese		07	053	05374	05374020
2845963	Röderthal	roederthal	DE		0	Europe/Berlin	49.34006	7.92353				08	00	07332	07332014
2845964	Rodert	rodert	DE		0	Europe/Berlin	50.5508	6.77541				07	053	05366	05366004
2845965	Rödershorst	roedershorst	DE		0	Europe/Berlin	53.57661	14.12224				12	00	13075	13075138
2845966	Rödershöfen	roedershoefen	DE		0	Europe/Berlin	52.84646	9.62982				06	00	03358	03358024
2845967	Rödersheim	roedersheim	DE		0	Europe/Berlin	49.42861	8.25111				08	00	07338	07338022
2845969	Rodersdorf	rodersdorf	DE		0	Europe/Berlin	51.87737	11.21681		Rodersdorf		14	00	15085	15085365
2845970	Rödersdorf	roedersdorf	DE		0	Europe/Berlin	50.63056	11.85167				15	00	16075	16075034
2845971	Rodersdorf	rodersdorf	DE		0	Europe/Berlin	50.47149	12.02162				13	00	14523	14523450
2845972	Rödersdorf	rodersdorf	DE		0	Europe/Berlin	49.33407	10.22629				02	095	09571	09571152
2845974	Rodersberg	rodersberg	DE		0	Europe/Berlin	49.95699	11.62625				02	094	09462	09462000
2845976	Rödersbach	roedersbach	DE		0	Europe/Berlin	50.47488	9.80161				05	066	06631	06631004
2845979	Rödern	roedern	DE		0	Europe/Berlin	51.23903	13.70047				13	00	14627	14627030
2845980	Rödern	roedern	DE		0	Europe/Berlin	50.53172	11.62407				15	00	16075	16075134
2845993	Röderhof	roederhof	DE		0	Europe/Berlin	51.96584	11.00401				14	00	15085	15085185
2845994	Röderhof	roederhof	DE		0	Europe/Berlin	49.28059	7.75275				08	00	07340	07340027
2845998	Röderhäuser	roederhaeuser	DE		0	Europe/Berlin	51.16417	14.06009				13	00	14625	14625410
2845999	Röderhaid	roederhaid	DE		0	Europe/Berlin	50.48094	9.82264				05	066	06631	06631004
2846000	Rödergrund	roedergrund	DE		0	Europe/Berlin	50.59789	9.86856				05	066	06631	06631013
2846004	Röderbrunn	roederbrunn	DE		0	Europe/Berlin	51.17324	14.09403				13	00	14625	14625510
2846018	Röderau	roederau	DE		0	Europe/Berlin	51.32214	13.32092		Roederau,Röderau		13	00	14627	14627360
2846019	Roderath	roderath	DE		0	Europe/Berlin	50.50691	6.71476		Roderath		07	053	05366	05366032
2846020	Roder	roder	DE		0	Europe/Berlin	50.46486	6.53153				07	053	05366	05366024
2846021	Rodenzenreuth	rodenzenreuth	DE		0	Europe/Berlin	49.97776	12.02263				02	093	09377	09377157
2846022	Rödenweiler	roedenweiler	DE		0	Europe/Berlin	49.22779	10.31653				02	095	09571	09571145
2846026	Rödensdorf	rodensdorf	DE		0	Europe/Berlin	49.89683	11.5678				02	094	09462	09462000
2846028	Rodenroth	rodenroth	DE		0	Europe/Berlin	50.59133	8.24473		Rodenroth		05	065	06532	06532010
2846029	Rodenkircherwurp	rodenkircherwurp	DE		0	Europe/Berlin	53.40329	8.41819				06	00	03461	03461009
2846030	Rodenkircher Oberdeich	rodenkircher-oberdeich	DE		0	Europe/Berlin	53.43333	8.41667				06	00	03461	03461009
2846031	Rodenkirchen	rodenkirchen	DE		0	Europe/Berlin	53.40201	8.45321				06	00	03461	03461009
2846033	Rodenkathen	rodenkathen	DE		0	Europe/Berlin	53.93333	10.71667				10	00	01055	01055035
2846035	Rodenhausen	rodenhausen	DE		0	Europe/Berlin	50.72295	8.55828				05	065	06534	06534013
2846038	Rodenbostel	rodenbostel	DE		0	Europe/Berlin	52.58004	9.64314				06	00	03241	03241019
2846050	Rödenbeck	roedenbeck	DE		0	Europe/Berlin	52.73193	8.47458				06	00	03251	03251005
2846051	Rodenbeck	rodenbeck	DE		0	Europe/Berlin	52.2771	8.87918				07	057	05770	05770024
2846065	Redenbach	redenbach	DE		0	Europe/Berlin	49.88767	12.47937		Redenbach,Rodenbach,Rödenbach		02	093	09377	09377139
2846071	Röden	roeden	DE		0	Europe/Berlin	51.01024	12.13864				14	00	15084	15084207
2846074	Rodemühlen	rodemuehlen	DE		0	Europe/Berlin	52.60086	8.5417				06	00	03251	03251019
2846075	Rödemisfeld	roedemisfeld	DE		0	Europe/Berlin	54.46667	9.08333				10	00	01054	01054056
2846076	Rödemis	roedemis	DE		0	Europe/Berlin	54.46959	9.05866				10	00	01054	01054056
2846078	Rodemich	rodemich	DE		0	Europe/Berlin	50.98034	7.11193				07	053	05378	05378004
2846079	Rodemann	rodemann	DE		0	Europe/Berlin	50.98956	9.42138				05	066	06634	06634009
2846081	Rödelwitz	roedelwitz	DE		0	Europe/Berlin	50.78033	11.42967				15	00	16073	16073109
2846089	Rödelmaier	roedelmaier	DE		947	Europe/Berlin	50.31981	10.27703		Roedelmaier,Rödelmaier	09673156	02	096	09673	09673156
2846092	Rödelheim	roedelheim	DE		0	Europe/Berlin	50.12542	8.6089		Frankfurt-Roedelheim,Frankfurt-Rödelheim		05	064	06412	06412000
2846094	Rödelberg	rodelberg	DE		0	Europe/Berlin	49.31108	11.51178				02	093	09373	09373147
2846098	Rodeland	rodeland	DE		0	Europe/Berlin	51.28333	13.58333				13	00	14627	14627060
2846101	Rodehorst	rodehorst	DE		0	Europe/Berlin	52.87935	9.97998				06	00	03358	03358023
2846103	Rodeck	rodeck	DE		0	Europe/Berlin	50.26498	11.6383				02	094	09475	09475169
2846112	Rodebach	rodebach	DE		0	Europe/Berlin	51.1764	9.86974		Rodebach		05	066	06636	06636012
2846116	Rodderhof	rodderhof	DE		0	Europe/Berlin	50.88766	7.21012				07	053	05382	05382028
2846122	Rödder	roedder	DE		0	Europe/Berlin	51.84082	7.34423				07	055	05558	05558016
2846127	Röddenserbusch	roeddenserbusch	DE		0	Europe/Berlin	52.36686	10.12768		Roddenser Busch,Roeddenser Busch,Roeddenserbusch (Sievershausen),Röddenser Busch,Röddenserbusch (Sievershausen)		06	00	03241	03241011
2846128	Röddensen	roeddensen	DE		0	Europe/Berlin	52.41731	9.97962				06	00	03241	03241011
2846132	Röddenau	roeddenau	DE		0	Europe/Berlin	51.04659	8.75309				05	066	06635	06635011
2846136	Röddelin	roeddelin	DE		0	Europe/Berlin	53.10165	13.44418				11	00	12073	12073572
2846138	Rodde	rodde	DE		0	Europe/Berlin	53.994	12.88241				12	00	13073	13073032
2846140	Roddan	roddan	DE		0	Europe/Berlin	52.91439	12.00085				11	00	12070	12070241
2846141	Roddahn	roddahn	DE		0	Europe/Berlin	52.83018	12.30752				11	00	12068	12068324
2846142	Rodberg	rodberg	DE		0	Europe/Berlin	51.3684	7.05347				07	051	05113	05113000
2846146	Rodau	rodau	DE		0	Europe/Berlin	54.73333	9.23333				10	00	01059	01059179
2846147	Rodau	rodau	DE		0	Europe/Berlin	50.50566	11.99086				13	00	14523	14523365
2846148	Rodau	rodau	DE		0	Europe/Berlin	49.78139	8.79269				05	064	06432	06432009
2846149	Rodau	rodau	DE		0	Europe/Berlin	49.71917	8.57972				05	064	06431	06431022
2846150	Rodau	rodau	DE		0	Europe/Berlin	49.06262	12.07321				02	093	09375	09375165
2846152	Rod an der Weil	rod-an-der-weil	DE		0	Europe/Berlin	50.34141	8.37879				05	064	06434	06434013
2846153	Rodamsdörfle	rodamsdorfle	DE		0	Europe/Berlin	48.87996	10.00739				01	081	08136	08136088
2846154	Rodameuschel	rodameuschel	DE		0	Europe/Berlin	51.04198	11.71255				15	00	16074	16074019
2846155	Rodameuschel	rodameuschel	DE		0	Europe/Berlin	50.96071	12.30367				15	00	16077	16077031
2846156	Rod am Berg	rod-am-berg	DE		0	Europe/Berlin	50.30014	8.48917		Rod		05	064	06434	06434007
2846161	Rodachshof	rodachshof	DE		0	Europe/Berlin	49.31332	9.67659				01	081	08126	08126046
2846163	Rodacherbrunn	rodacherbrunn	DE		0	Europe/Berlin	50.41935	11.53076				15	00	16075	16075133
2846172	Roda	roda	DE		0	Europe/Berlin	51.30556	13.418				13	00	14627	14627190
2846173	Roda	roda	DE		0	Europe/Berlin	51.27437	12.87855				13	00	14729	14729160
2846174	Röda	roeda	DE		0	Europe/Berlin	51.16667	12.88333				13	00	14522	14522310
2846175	Roda	roda	DE		0	Europe/Berlin	51.04742	12.61473				13	00	14729	14729140
2846176	Roda	roda	DE		0	Europe/Berlin	51.04674	11.94837		Roda		14	00	15084	15084375
2846177	Roda	roda	DE		0	Europe/Berlin	50.98039	12.23198				14	00	15084	15084590
2846178	Roda	roda	DE		0	Europe/Berlin	50.97904	8.78107				05	066	06635	06635017
2846179	Roda	roda	DE		0	Europe/Berlin	50.78709	11.01361				15	00	16070	16070004
2846180	Roda	roda	DE		0	Europe/Berlin	50.69662	10.89236				15	00	16070	16070029
2846181	Roda	roda	DE		0	Europe/Berlin	50.54582	11.44929				15	00	16073	16073067
2846182	Röckwitz	roeckwitz	DE		329	Europe/Berlin	53.70703	13.10247		Rockwitz,Röckwitz		12	00	13071	13071125
2846183	Rockwinkel	rockwinkel	DE		0	Europe/Berlin	53.09965	8.89861		Rockwinkel		03	00	04011	04011000
2846189	Rockshausen	rockshausen	DE		0	Europe/Berlin	51.07786	9.41069				05	066	06634	06634025
2846190	Rocksdorf	rocksdorf	DE		0	Europe/Berlin	49.19517	11.41548				02	093	09373	09373146
2846193	Röckrath	roeckrath	DE		0	Europe/Berlin	51.16314	6.63892				07	051	05162	05162024
2846194	Rockow	rockow	DE		0	Europe/Berlin	53.52582	12.88937				12	00	13071	13071101
2846195	Rockolding	rockolding	DE		0	Europe/Berlin	48.7445	11.60178				02	091	09186	09186158
2846199	Röcknitz	roecknitz	DE		0	Europe/Berlin	51.45171	12.77787				13	00	14729	14729380
2846200	Rocklinghausen	rocklinghausen	DE		0	Europe/Berlin	51.31954	8.94133				05	066	06635	06635018
2846201	Röcklingen	roecklingen	DE		0	Europe/Berlin	50.79526	7.51934				07	053	05382	05382076
2846202	Röckinghausen	roeckinghausen	DE		0	Europe/Berlin	51.81667	8.31667				07	057	05754	05754028
2846203	Röckingen	roeckingen	DE		789	Europe/Berlin	49.05537	10.55951		Rekingen,Rekkingen,Rjokkingen,Ryokingen,lei jin gen,rekkingen,Рекинген,Реккінген,Рёккинген,Ռյոկինգեն,レッキンゲン,勒金根	09571192	02	095	09571	09571192
2846204	Bockholt	bockholt	DE		0	Europe/Berlin	52.80499	7.24738				06	00	03454	03454018
2846207	Rockhalden	rockhalden	DE		0	Europe/Berlin	49.16511	10.14119				01	081	08127	08127073
2846211	Röckerszell	rockerszell	DE		0	Europe/Berlin	48.40169	11.12184				02	097	09771	09771113
2846213	Rockershausen	rockershausen	DE		0	Europe/Berlin	49.24803	6.91546				09	00	10041	10041100
2846214	Röckersbühl	rockersbuhl	DE		0	Europe/Berlin	49.23766	11.37171				02	093	09373	09373114
2846215	Röckersberg	rockersberg	DE		0	Europe/Berlin	48.36125	11.24464				02	091	09174	09174111
2846216	Rockersbach	rockersbach	DE		0	Europe/Berlin	48.29816	12.69298				02	091	09171	09171129
2846219	Rockerfing	rockerfing	DE		0	Europe/Berlin	48.66506	13.40672				02	092	09275	09275144
2846220	Rockenthin	rockenthin	DE		0	Europe/Berlin	52.86192	11.00852				14	00	15081	15081455
2846221	Rockensußra	rockensussra	DE		0	Europe/Berlin	51.26901	10.70108		Rockensussra,Rockensußra		15	00	16065	16065014
2846222	Rockensüß	rockensuess	DE		0	Europe/Berlin	51.05364	9.85034				05	066	06632	06632005
2846225	Röckenricht	rockenricht	DE		0	Europe/Berlin	49.53039	11.67958				02	093	09371	09371141
2846227	Röckenhofen	rockenhofen	DE		0	Europe/Berlin	49.07711	11.34163		Rockenhofen,Röckenhofen		02	095	09576	09576122
2846228	Röckenhof	rockenhof	DE		0	Europe/Berlin	49.56476	11.14771				02	095	09572	09572137
2846230	Rockenfeld	rockenfeld	DE		0	Europe/Berlin	50.50032	7.39365				08	00	07138	07138045
2846231	Rockendorf	rockendorf	DE		0	Europe/Berlin	51.4251	11.92712				14	00	15088	15088330
2846232	Rockendorf	rockendorf	DE		0	Europe/Berlin	50.6728	11.52045				15	00	16075	16075129
2846234	Rockenbrunn	rockenbrunn	DE		0	Europe/Berlin	49.46667	11.2918				02	095	09574	09574152
2846236	Rockenbach	rockenbach	DE		0	Europe/Berlin	49.64435	10.63519				02	095	09575	09575128
2846237	Rockenau	rockenau	DE		0	Europe/Berlin	49.44576	8.99806				01	082	08226	08226013
2846238	Röcken	roecken	DE		600	Europe/Berlin	51.24081	12.11539		Rocken,Röcken		14	00	15084	15084315
2846243	Rockel	rockel	DE		0	Europe/Berlin	52.04982	7.27658				07	055	05558	05558040
2846244	Röcke	rocke	DE		0	Europe/Berlin	52.2629	9.00536				06	00	03257	03257009
2846245	Rockau	rockau	DE		0	Europe/Berlin	51.02866	13.86543				13	00	14612	14612000
2846246	Rockau	rockau	DE		0	Europe/Berlin	50.9936	11.7594				15	00	16074	16074116
2846248	Rochzahn	rochzahn	DE		0	Europe/Berlin	51.23656	13.16403				13	00	14730	14730210
2846249	Rochwitz	rochwitz	DE		0	Europe/Berlin	51.05089	13.84578				13	00	14612	14612000
2846251	Rochustal	rochustal	DE		0	Europe/Berlin	51.78767	13.9618		Rochusowy Dol,Rochusowy Doł,Rochustal,Rochusthal		11	00	12066	12066052
2846252	Rochusfeld	rochusfeld	DE		0	Europe/Berlin	47.67455	11.04405				02	091	09180	09180112
2846256	Rochsburg	rochsburg	DE		0	Europe/Berlin	50.94626	12.76106		Rochsburg		13	00	14522	14522350
2846258	Rochow	rochow	DE		0	Europe/Berlin	53.71482	14.05824				12	00	13075	13075136
2846259	Rochollsberg	rochollsberg	DE		0	Europe/Berlin	51.22023	7.36529		Rochollsberg		07	053	05374	05374036
2846263	Rocher	rocher	DE		0	Europe/Berlin	52.08987	14.13674				11	00	12067	12067493
2846268	Röbsdorf	roebsdorf	DE		0	Europe/Berlin	54.37429	10.25817				10	00	01057	01057063
2846269	Robschütz	robschuetz	DE		0	Europe/Berlin	51.12304	13.41997				13	00	14627	14627100
2846270	Röbschütz	roebschuetz	DE		0	Europe/Berlin	50.76666	11.47009				15	00	16073	16073109
2846271	Robringhausen	robringhausen	DE		0	Europe/Berlin	51.55614	8.27214		Robringhausen		07	059	05974	05974004
2846272	Röblitz	roeblitz	DE		0	Europe/Berlin	50.66049	11.42585				15	00	16073	16073111
2846274	Röblingen am See	roeblingen-am-see	DE		3092	Europe/Berlin	51.45944	11.68231		Roblingen,Roblingen am See,Roeblingen am See,Röblingen,Röblingen am See		14	00	15087	15087386
2846275	Robertsdorf	robertsdorf	DE		0	Europe/Berlin	53.97882	11.55183				12	00	13074	13074007
2846279	Röbersdorf	robersdorf	DE		0	Europe/Berlin	49.79944	10.92462				02	094	09471	09471145
2846280	Robern	robern	DE		0	Europe/Berlin	49.45278	9.16179				01	082	08225	08225024
2846281	Robend	robend	DE		0	Europe/Berlin	51.25687	6.41506				07	051	05166	05166032
2846282	Roben	roben	DE		0	Europe/Berlin	50.94254	12.05413				15	00	16052	16052000
2846285	Röbel	roebel	DE		0	Europe/Berlin	54.1075	10.66854				10	00	01055	01055041
2846286	Röbel	roebel	DE		5521	Europe/Berlin	53.37555	12.60372				12	00	13071	13071124
2846294	Röbbel	robbel	DE		0	Europe/Berlin	53.06835	10.64545				06	00	03360	03360002
2846296	Rixwarf	rixwarf	DE		0	Europe/Berlin	54.61813	8.54791				10	00	01054	01054074
2846301	Rixfeld	rixfeld	DE		0	Europe/Berlin	50.57928	9.38505		Rixfeld		05	065	06535	06535008
2846302	Rixen	rixen	DE		0	Europe/Berlin	51.41125	8.50613		Rixen		07	059	05958	05958012
2846304	Rixdorf	rixdorf	DE		0	Europe/Berlin	54.20735	10.42434		Rixdorf		10	00	01057	01057045
2846305	Rixbeck	rixbeck	DE		0	Europe/Berlin	51.67041	8.38509		Rixbeck		07	059	05974	05974028
2846311	Ritzmehring	ritzmehring	DE		0	Europe/Berlin	47.96958	12.1165				02	091	09187	09187170
2846312	Ritzmannshof	ritzmannshof	DE		0	Europe/Berlin	49.50922	10.93783				02	095	09563	09563000
2846313	Ritzmais	ritzmais	DE		0	Europe/Berlin	48.90744	13.09244				02	092	09276	09276116
2846315	Ritzlersreuth	ritzlersreuth	DE		0	Europe/Berlin	49.71382	12.245		Ritzlersreuth		02	093	09374	09374121
2846316	Ritzleben	ritzleben	DE		0	Europe/Berlin	52.84403	11.34812		Ritzleben		14	00	15081	15081030
2846319	Ritzisried	ritzisried	DE		0	Europe/Berlin	48.21667	10.21042				02	097	09775	09775118
2846320	Ritzing	ritzing	DE		0	Europe/Berlin	48.66558	13.34309				02	092	09275	09275151
2846321	Ritzing	ritzing	DE		0	Europe/Berlin	48.3168	12.36157				02	091	09183	09183132
2846322	Ritzing	ritzing	DE		0	Europe/Berlin	48.24026	12.97593				02	092	09277	09277128
2846324	Ritzhütte	ritzhuette	DE		0	Europe/Berlin	51.31667	6.58333				07	051	05114	05114000
2846334	Ritzenweiler	ritzenweiler	DE		0	Europe/Berlin	47.98976	9.8302				01	084	08426	08426038
2846337	Ritzenried	ritzenried	DE		0	Europe/Berlin	49.28242	12.9073				02	093	09372	09372124
2846338	Ritzenhaufe	ritzenhaufe	DE		0	Europe/Berlin	51.11147	7.36306		Ritzenhaufe		07	053	05374	05374052
2846339	Ritzenfeld	ritzenfeld	DE		0	Europe/Berlin	49.43079	11.69649				02	093	09371	09371131
2846340	Ritzenbüttel	ritzenbuettel	DE		0	Europe/Berlin	53.16569	8.58191				06	00	03461	03461006
2846341	Ritzenbergen	ritzenbergen	DE		0	Europe/Berlin	52.93909	9.17763				06	00	03361	03361002
2846345	Ritzelsdorf	ritzelsdorf	DE		0	Europe/Berlin	49.45674	11.70759				02	093	09371	09371131
2846346	Ritzebüttel	ritzebuettel	DE		0	Europe/Berlin	53.85871	8.68777				06	00	03352	03352011
2846347	Ritze	ritze	DE		0	Europe/Berlin	52.85795	11.20865				14	00	15081	15081455
2846348	Ritzbruch	ritzbruch	DE		0	Europe/Berlin	51.3061	6.24534				07	051	05166	05166016
2846352	Rittsteig	rittsteig	DE		0	Europe/Berlin	49.24923	13.04551				02	093	09372	09372144
2846353	Rittsteig	rittsteig	DE		0	Europe/Berlin	48.57975	13.36842				02	092	09262	09262000
2846357	Rittmitz	rittmitz	DE		0	Europe/Berlin	51.18062	13.11086				13	00	14522	14522450
2846358	Rittmarshausen	rittmarshausen	DE		0	Europe/Berlin	51.48208	10.10482		Rittmarshausen		06	00	03159	03159015
2846359	Rittmannshof	rittmannshof	DE		0	Europe/Berlin	49.54725	11.61248				02	093	09371	09371141
2846360	Rittmannshausen	rittmannshausen	DE		0	Europe/Berlin	51.08805	10.12939				05	066	06636	06636010
2846363	Rittleben	rittleben	DE		0	Europe/Berlin	52.69414	11.19293		Rittleben		14	00	15081	15081026
2846364	Rittierode	rittierode	DE		0	Europe/Berlin	51.81685	9.94916				06	00	03155	03155013
2846367	Rittgarten	rittgarten	DE		0	Europe/Berlin	53.37695	13.7217				11	00	12073	12073429
2846369	Ritterstraße	ritterstrasse	DE		0	Europe/Berlin	49.27858	6.90272				09	00	10041	10041515
2846370	Rittershof	rittershof	DE		0	Europe/Berlin	49.28376	11.40535				02	093	09373	09373147
2846375	Rittershausen	rittershausen	DE		0	Europe/Berlin	50.8466	8.28217		Rittershausen		05	065	06532	06532005
2846376	Rittershausen	rittershausen	DE		0	Europe/Berlin	49.61104	10.01215				02	096	09679	09679134
2846378	Rittersgrün	rittersgruen	DE		1889	Europe/Berlin	50.48031	12.79336		Rittersgruen,Rittersgrun,Rittersgrün		13	00	14521	14521110
2846385	Rittersberg	rittersberg	DE		0	Europe/Berlin	50.65601	13.20556		Rittersberg		13	00	14521	14521390
2846388	Rittersbach	rittersbach	DE		0	Europe/Berlin	49.42457	9.23546		Rittersbach		01	082	08225	08225117
2846389	Rittersbach	rittersbach	DE		0	Europe/Berlin	49.21922	11.02487				02	095	09576	09576121
2846390	Rittersbach	rittersbach	DE		0	Europe/Berlin	48.68048	8.13758				01	082	08216	08216007
2846391	Ritterrain	ritterrain	DE		0	Europe/Berlin	48.56082	8.38925				01	082	08237	08237004
2846393	Rittern	rittern	DE		0	Europe/Berlin	49.09936	10.86762				02	095	09577	09577172
2846396	Rittermannshagen	rittermannshagen	DE		0	Europe/Berlin	53.62266	12.76051				12	00	13071	13071032
2846403	Ritterhof	ritterhof	DE		0	Europe/Berlin	50.4864	10.00923				05	066	06631	06631005
2846409	Ritterbruch	ritterbruch	DE		0	Europe/Berlin	52.33485	8.73011				07	057	05770	05770012
2846414	Rittenweier	rittenweier	DE		0	Europe/Berlin	49.51056	8.70139				01	082	08226	08226096
2846415	Rittenhofen	rittenhofen	DE		0	Europe/Berlin	49.30709	6.89012				09	00	10041	10041515
2846416	Ritteln	ritteln	DE		0	Europe/Berlin	47.75657	9.66356				01	084	08436	08436039
2846417	Rittelhof	rittelhof	DE		0	Europe/Berlin	49.10227	9.37052				01	081	08125	08125059
2846419	Ritteburg	ritteburg	DE		0	Europe/Berlin	51.3444	11.32602				15	00	16065	16065042
2846421	Rittberg	rittberg	DE		0	Europe/Berlin	50.93225	7.30385				07	053	05378	05378024
2846424	Ritschweier	ritschweier	DE		0	Europe/Berlin	49.52117	8.69832		Ritschweier		01	082	08226	08226096
2846425	Ritschermoor	ritschermoor	DE		0	Europe/Berlin	53.63333	9.4				06	00	03359	03359022
2846428	Ritsch	ritsch	DE		0	Europe/Berlin	53.69657	9.4091				06	00	03359	03359013
2846430	Riswick	riswick	DE		0	Europe/Berlin	51.78573	6.1844				07	051	05154	05154004
2846431	Risum	risum	DE		0	Europe/Berlin	54.75475	8.86185				10	00	01054	01054109
2846432	Ristle	ristle	DE		0	Europe/Berlin	47.72507	10.9249				02	091	09190	09190145
2846439	Rißtorf	risstorf	DE		0	Europe/Berlin	47.83333	9				01	083	08335	08335079
2846441	Rißtissen	risstissen	DE		0	Europe/Berlin	48.27099	9.82587		Risstissen,Rißtissen		01	084	08425	08425033
2846444	Rißmannsdorf	rissmannsdorf	DE		0	Europe/Berlin	49.0882	12.64307				02	092	09278	09278147
2846445	Rißmannschallbach	rissmannschallbach	DE		0	Europe/Berlin	49.18148	10.36252				02	095	09571	09571145
2846446	Rißlersberg	risslersberg	DE		0	Europe/Berlin	48.16667	8.06667				01	083	08316	08316010
2846449	Rissing	rissing	DE		0	Europe/Berlin	49.1567	12.67688				02	093	09372	09372116
2846451	Risshöfen	risshofen	DE		0	Europe/Berlin	48.13333	9.8				01	084	08426	08426128
2846454	Rissenthal	rissenthal	DE		0	Europe/Berlin	49.46714	6.75505		Rissenthal		09	00	10042	10042112
2846455	Rissen	rissen	DE		0	Europe/Berlin	53.58453	9.76594		Hamburg-Rissen,Risen,Rissen,Рисен		04	00	02000	02000000
2846457	Rißegg	rissegg	DE		0	Europe/Berlin	48.07215	9.80503		Rissegg,Rißegg		01	084	08426	08426021
2846459	Rißdorf	rissdorf	DE		0	Europe/Berlin	50.59296	6.71477				07	053	05366	05366028
2846460	Rißbrücke	rissbruecke	DE		0	Europe/Berlin	50.43703	12.40006				13	00	14523	14523245
2846466	Rißbach	rissbach	DE		0	Europe/Berlin	49.96255	7.10529				08	00	07231	07231124
2846470	Rispelerhellmt	rispelerhellmt	DE		0	Europe/Berlin	53.49368	7.75356		Rispelerhellmt,Rispelerhelmt		06	00	03462	03462019
2846471	Rispel	rispel	DE		0	Europe/Berlin	53.51901	7.79612				06	00	03462	03462019
2846472	Riskau	riskau	DE		0	Europe/Berlin	53.10923	11.03062				06	00	03354	03354004
2846474	Risiberg	risiberg	DE		0	Europe/Berlin	48.05092	8.80905				01	083	08327	08327011
2846479	Rischgau	rischgau	DE		0	Europe/Berlin	48.50361	10.62945				02	097	09773	09773179
2846480	Rischenau	rischenau	DE		0	Europe/Berlin	51.87962	9.2831				07	057	05766	05766052
2846481	Rischden	rischden	DE		0	Europe/Berlin	50.98759	6.11593		Rischden		07	053	05370	05370012
2846486	Ripsdorf	ripsdorf	DE		0	Europe/Berlin	50.38639	6.65909				07	053	05366	05366008
2846488	Ripps	ripps	DE		0	Europe/Berlin	50.78333	13.01667				13	00	14511	14511000
2846489	Rippolingen	rippolingen	DE		0	Europe/Berlin	47.5767	7.9868				01	083	08337	08337096
2846490	Rippoldsried	rippoldsried	DE		0	Europe/Berlin	47.76444	8.2597				01	083	08337	08337039
2846492	Ripplingen	ripplingen	DE		0	Europe/Berlin	49.45851	6.59743				09	00	10042	10042113
2846493	Rippien	rippien	DE		0	Europe/Berlin	50.98188	13.73171				13	00	14628	14628050
2846494	Rippicha	rippicha	DE		0	Europe/Berlin	51.01131	12.13002				14	00	15084	15084207
2846497	Rippert	rippert	DE		0	Europe/Berlin	50.87168	7.30416				07	053	05382	05382040
2846498	Rippert	rippert	DE		0	Europe/Berlin	49.54347	7.97579				08	00	07333	07333060
2846499	Rippersroda	rippersroda	DE		0	Europe/Berlin	50.75767	10.87259				15	00	16070	16070043
2846501	Rippenweier	rippenweier	DE		0	Europe/Berlin	49.50589	8.70989				01	082	08226	08226096
2846503	Rippelbaum	rippelbaum	DE		0	Europe/Berlin	52.02613	8.06772				07	055	05570	05570036
2846504	Rippberg	rippberg	DE		0	Europe/Berlin	49.62426	9.2948				01	082	08225	08225109
2846510	Ripdorf	ripdorf	DE		0	Europe/Berlin	52.9903	10.57451				06	00	03360	03360025
2846513	Rinzeldorf	rinzeldorf	DE		0	Europe/Berlin	53.17851	7.84005				06	00	03451	03451001
2846514	Rinzeldorf	rinzeldorf	DE		0	Europe/Berlin	53.1794	7.6331				06	00	03457	03457017
2846518	Rintheim	rintheim	DE		0	Europe/Berlin	49.01215	8.4393				01	082	08212	08212000
2846519	Rinthe	rinthe	DE		0	Europe/Berlin	51.00449	8.34717		Rinthe		07	059	05970	05970004
2846525	Rinsecke	rinsecke	DE		0	Europe/Berlin	51.07362	8.15865				07	059	05966	05966016
2846527	Rinsdorf	rinsdorf	DE		0	Europe/Berlin	50.82171	8.0599		Rinsdorf		07	059	05970	05970044
2846528	Rinschheim	rinschheim	DE		0	Europe/Berlin	49.51372	9.39339		Rinschheim		01	082	08225	08225014
2846533	Rinow	rinow	DE		0	Europe/Berlin	51.82876	13.28577				11	00	12072	12072298
2846535	Rinning	rinning	DE		0	Europe/Berlin	48.28608	12.14161				02	091	09177	09177115
2846539	Rinnenthal	rinnenthal	DE		0	Europe/Berlin	48.34456	11.05096				02	097	09771	09771130
2846543	Rinnen	rinnen	DE		0	Europe/Berlin	50.51156	6.54112		Rinnen		07	053	05366	05366024
2846544	Rinnen	rinnen	DE		0	Europe/Berlin	49.12975	9.66784				01	081	08127	08127059
2846554	Rinnberg	rinnberg	DE		0	Europe/Berlin	48.60154	11.51726				02	091	09186	09186149
2846557	Rinkwasen	rinkwasen	DE		0	Europe/Berlin	48.4208	8.52374				01	082	08237	08237030
2846558	Rinkscheid	rinkscheid	DE		0	Europe/Berlin	51.11858	7.80807				07	059	05962	05962036
2846559	Rinklingen	rinklingen	DE		0	Europe/Berlin	49.03541	8.68218				01	082	08215	08215007
2846560	Rinkhöven	rinkhoeven	DE		0	Europe/Berlin	51.86072	7.86366				07	055	05570	05570040
2846562	Rinkertsham	rinkertsham	DE		0	Europe/Berlin	48.06973	12.35289				02	091	09189	09189142
2846563	Rinkerode	rinkerode	DE		0	Europe/Berlin	51.84426	7.68712		Rinkerode		07	055	05570	05570016
2846567	Rinkenbergerhof	rinkenbergerhof	DE		0	Europe/Berlin	49.35	8.41667				08	00	07318	07318000
2846569	Rinkenbach	rinkenbach	DE		0	Europe/Berlin	48.32687	8.3823				01	083	08325	08325050
2846571	Rinken	rinken	DE		0	Europe/Berlin	47.88623	8.02727				01	083	08315	08315052
2846575	Rinkam	rinkam	DE		0	Europe/Berlin	48.888	12.5053				02	092	09278	09278117
2846583	Ringsleben	ringsleben	DE		0	Europe/Berlin	53.05999	13.23501				11	00	12065	12065084
2846586	Ringsee	ringsee	DE		0	Europe/Berlin	48.73978	11.44552				02	091	09161	09161000
2846587	Ringschnait	ringschnait	DE		0	Europe/Berlin	48.0746	9.87941		Ringschnait		01	084	08426	08426021
2846596	Ringkofen	ringkofen	DE		0	Europe/Berlin	48.79296	12.8839				02	092	09271	09271146
2846598	Ringingen	ringingen	DE		0	Europe/Berlin	48.34387	9.81285				01	084	08425	08425039
2846599	Ringingen	ringingen	DE		0	Europe/Berlin	48.32383	9.10258		Ringingen		01	084	08417	08417013
2846600	Ringhuscheid	ringhuscheid	DE		0	Europe/Berlin	50.06308	6.343				08	00	07232	07232253
2846601	Ringhofen	ringhofen	DE		0	Europe/Berlin	50.87222	10.80945				15	00	16067	16067089
2846602	Ringham	ringham	DE		0	Europe/Berlin	47.89659	12.82317		Ringham		02	091	09189	09189135
2846603	Ringgenweiler	ringgenweiler	DE		0	Europe/Berlin	47.81889	9.48266		Ringgenweiler		01	084	08436	08436095
2846604	Ringgenbach	ringgenbach	DE		0	Europe/Berlin	47.99231	9.16197		Ringgenbach		01	084	08437	08437078
2846609	Ringethal	ringethal	DE		0	Europe/Berlin	51.00592	13.00115		Ringethal		13	00	14522	14522360
2846616	Ringenwalde	ringenwalde	DE		0	Europe/Berlin	53.05679	13.7154				11	00	12073	12073569
2846617	Ringenwalde	ringenwalde	DE		0	Europe/Berlin	52.61708	14.13962				11	00	12064	12064303
2846619	Ringenkuhl	ringenkuhl	DE		0	Europe/Berlin	51.2566	9.74202				05	066	06633	06633012
2846621	Ringenhausen	ringenhausen	DE		0	Europe/Berlin	47.84844	9.44806				01	084	08436	08436095
2846622	Ringenhain	ringenhain	DE		900	Europe/Berlin	51.07926	14.3339				13	00	14625	14625590
2846624	Ringenberg	ringenberg	DE		0	Europe/Berlin	51.74148	6.61128		Ringenberg		07	051	05170	05170012
2846625	Ringenberg	ringenberg	DE		0	Europe/Berlin	47.65655	10.04118				02	097	09776	09776118
2846627	Ringen	ringen	DE		0	Europe/Berlin	50.57161	7.09671		Ringen		08	00	07131	07131090
2846629	Ringelwies	ringelwies	DE		0	Europe/Berlin	48.85918	13.03313				02	092	09271	09271119
2846637	Ringelsdorf	ringelsdorf	DE		0	Europe/Berlin	52.25327	12.14529				14	00	15086	15086040
2846638	Ringelsdorf	ringelsdorf	DE		0	Europe/Berlin	48.26468	11.95141				02	091	09177	09177142
2846640	Ringelsbruch	ringelsbruch	DE		0	Europe/Berlin	51.70515	8.6848				07	057	05774	05774032
2846649	Ringelheim	ringelheim	DE		0	Europe/Berlin	52.03686	10.30878		Salzgitter-Ringelheim		06	00	03102	03102000
2846656	Ringelback	ringelback	DE		0	Europe/Berlin	48.55769	8.08774				01	083	08317	08317089
2846660	Ringel	ringel	DE		0	Europe/Berlin	52.13125	7.84452				07	055	05566	05566040
2846661	Ringebrauck	ringebrauck	DE		0	Europe/Berlin	51.51189	7.65407				07	059	05978	05978036
2846664	Ringboke	ringboke	DE		0	Europe/Berlin	51.7239	8.56398				07	057	05774	05774020
2846676	Ringau	ringau	DE		0	Europe/Berlin	49.89368	11.36331				02	094	09472	09472176
2846677	Ringang	ringang	DE		0	Europe/Berlin	47.36187	10.25728				02	097	09780	09780133
2846679	Rindtorf	rindtorf	DE		0	Europe/Berlin	52.67711	11.92223				14	00	15090	15090135
2846682	Rinding	rinding	DE		0	Europe/Berlin	48.07103	12.00694				02	091	09175	09175115
2846683	Rindhausen	rindhausen	DE		0	Europe/Berlin	50.67273	7.40473				08	00	07138	07138003
2846688	Rindern	rindern	DE		0	Europe/Berlin	51.81058	6.12488				07	051	05154	05154036
2846689	Rindermannshof	rindermannshof	DE		0	Europe/Berlin	50.51562	10.77679				15	00	16069	16069043
2846690	Rinderhof	rinderhof	DE		0	Europe/Berlin	48.56441	11.2985				02	091	09185	09185158
2846691	Rinderfeld	rinderfeld	DE		0	Europe/Berlin	49.4195	9.98859		Rinderfeld		01	081	08128	08128082
2846693	Rinderbügen	rinderbuegen	DE		0	Europe/Berlin	50.31719	9.18801				05	064	06440	06440004
2846696	Rindenmoos	rindenmoos	DE		0	Europe/Berlin	48.06416	9.78417		Rindenmoos		01	084	08426	08426021
2846703	Rindelbach	rindelbach	DE		0	Europe/Berlin	48.98802	10.12725				01	081	08136	08136019
2846704	Rindegg	rindegg	DE		0	Europe/Berlin	47.62461	10.52137				02	097	09777	09777153
2846705	Rindberg	rindberg	DE		0	Europe/Berlin	48.88024	12.93983				02	092	09271	09271116
2846712	Rinchnachmündt	rinchnachmundt	DE		0	Europe/Berlin	48.97498	13.16179				02	092	09276	09276138
2846716	Rimslrain	rimslrain	DE		0	Europe/Berlin	47.80266	11.53959				02	091	09173	09173145
2846717	Rimschweiler	rimschweiler	DE		1930	Europe/Berlin	49.2188	7.37571				08	00	07320	07320000
2846720	Rimpertsweiler	rimpertsweiler	DE		0	Europe/Berlin	47.75	9.35				01	084	08435	08435052
2846723	Rimpach	rimpach	DE		0	Europe/Berlin	47.74781	10.0701				01	084	08436	08436055
2846725	Rimmlingen	rimmlingen	DE		0	Europe/Berlin	53.52404	8.34427				06	00	03461	03461003
2846727	Rimmersberg	rimmersberg	DE		0	Europe/Berlin	47.86447	9.46414				01	084	08436	08436083
2846728	Rimmerode	rimmerode	DE		0	Europe/Berlin	51.84459	10.01243				06	00	03155	03155013
2846730	Rimmelsberg	rimmelsberg	DE		0	Europe/Berlin	54.61863	9.26562				10	00	01059	01059132
2846732	Rimmels	rimmels	DE		0	Europe/Berlin	50.6299	9.82283				05	066	06631	06631019
2846734	Rimlos	rimlos	DE		0	Europe/Berlin	50.64556	9.38036				05	065	06535	06535011
2846735	Rimlingen	rimlingen	DE		0	Europe/Berlin	49.47442	6.7237		Rimlingen		09	00	10042	10042112
2846736	Rimlas	rimlas	DE		0	Europe/Berlin	50.06112	11.65994				02	094	09472	09472116
2846737	Rimhorn	rimhorn	DE		0	Europe/Berlin	49.78498	9.03816				05	064	06437	06437010
2846746	Rimbeck	rimbeck	DE		0	Europe/Berlin	51.999	10.63082				14	00	15085	15085230
2846747	Rimbeck	rimbeck	DE		0	Europe/Berlin	51.52878	9.05164		Rimbeck		07	057	05762	05762036
2846761	Rill	rill	DE		0	Europe/Berlin	51.60046	6.54057		Rill		07	051	05170	05170004
2846762	Rilchingen-Hanweiler	rilchingen-hanweiler	DE		0	Europe/Berlin	49.1159	7.0571		Rilchingen-Hanweiler		09	00	10041	10041514
2846763	Rilchingen	rilchingen	DE		0	Europe/Berlin	49.13333	7.05				09	00	10041	10041514
2846766	Riglasreuth	riglasreuth	DE		0	Europe/Berlin	49.92216	11.96754				02	093	09377	09377143
2846767	Riglashof	riglashof	DE		0	Europe/Berlin	49.57845	11.64104				02	093	09371	09371128
2846768	Riglashof	riglashof	DE		0	Europe/Berlin	49.56442	11.73572				02	093	09371	09371119
2846769	Rigl	rigl	DE		0	Europe/Berlin	48.34486	12.82062				02	092	09277	09277153
2846770	Riggerding	riggerding	DE		0	Europe/Berlin	48.78688	13.21846				02	092	09271	09271149
2846771	Riggenbach	riggenbach	DE		0	Europe/Berlin	47.80134	8.04594		Bernau-Riggenbach,Riggenbach		01	083	08337	08337013
2846772	Riggau	riggau	DE		0	Europe/Berlin	49.77931	11.96314				02	093	09374	09374149
2846783	Riexing	riexing	DE		0	Europe/Berlin	48.25406	11.86335				02	091	09177	09177130
2846786	Riewend	riewend	DE		0	Europe/Berlin	52.53398	12.70878				11	00	12069	12069460
2846787	Rievershof	rievershof	DE		0	Europe/Berlin	53.76667	13.31667				12	00	13071	13071158
2846788	Rietzschkegrund	rietzschkegrund	DE		0	Europe/Berlin	51.13333	13.61667				13	00	14627	14627210
2846791	Rietzneuendorf	rietzneuendorf	DE		0	Europe/Berlin	52.01071	13.66575				11	00	12061	12061405
2846792	Rietzmeck	rietzmeck	DE		0	Europe/Berlin	51.87539	12.12899		Rietzmeck,Rietzmeek		14	00	15001	15001000
2846793	Rietzmar	rietzmar	DE		0	Europe/Berlin	50.58333	12.01667				15			
2846798	Rietzer Grenze	rietzer-grenze	DE		0	Europe/Berlin	52.08333	12.85				11	00	12069	12069632
2846800	Rietzer Bucht	rietzer-bucht	DE		0	Europe/Berlin	52.07496	12.82305				11	00	12069	12069632
2846802	Rietze	rietze	DE		0	Europe/Berlin	52.41205	10.33453				06	00	03157	03157001
2846803	Rietz	rietz	DE		0	Europe/Berlin	52.37289	12.63672				11	00	12069	12069306
2846804	Rietz	rietz	DE		0	Europe/Berlin	52.07593	12.80887				11	00	12069	12069632
2846817	Riether Stiege	riether-stiege	DE		0	Europe/Berlin	53.69463	14.23312				12	00	13075	13075085
2846819	Rietherbach	rietherbach	DE		0	Europe/Berlin	51.13908	6.94345				07	051	05158	05158020
2846820	Rietheim	rietheim	DE		0	Europe/Berlin	48.43401	9.44906				01	084	08415	08415053
2846821	Rietheim	rietheim	DE		0	Europe/Berlin	48.03949	8.77976				01	083	08327	08327056
2846822	Rietheim	rietheim	DE		0	Europe/Berlin	48.03086	8.45335				01	083	08326	08326074
2846824	Riethberg	riethberg	DE		0	Europe/Berlin	52.88333	11.66667				14	00	15090	15090007
2846827	Riethausen	riethausen	DE		0	Europe/Berlin	52.80347	9.05707		Riethausen		06	00	03251	03251049
2846828	Rieth	rieth	DE		0	Europe/Berlin	51.78824	7.71662				07	055	05570	05570016
2846829	Rieth	rieth	DE		0	Europe/Berlin	53.69051	14.25539		Rieth		12	00	13075	13075085
2846830	Rieth	rieth	DE		0	Europe/Berlin	51.39736	6.23805		Rieth		07	051	05154	05154052
2846832	Rieth	rieth	DE		0	Europe/Berlin	51.27556	6.23564				07	051	05166	05166016
2846833	Rieth	rieth	DE		0	Europe/Berlin	51.2166	6.24975				07	051	05166	05166024
2846834	Rieth	rieth	DE		0	Europe/Berlin	50.26431	10.63294				15	00	16069	16069063
2846837	Rieter	rieter	DE		0	Europe/Berlin	47.76667	9.48333				01	084	08436	08436095
2846838	Rietenau	rietenau	DE		0	Europe/Berlin	48.98813	9.40726				01	081	08119	08119087
2846840	Rietdorf	rietdorf	DE		0	Europe/Berlin	51.88428	13.37849				11	00	12072	12072157
2846845	Riet	riet	DE		0	Europe/Berlin	48.89204	8.9718		Riet		01	081	08118	08118073
2846856	Rießen	riessen	DE		0	Europe/Berlin	52.18972	14.53045				11	00	12067	12067458
2846858	Riessel	riessel	DE		0	Europe/Berlin	52.66099	8.22004				06	00	03460	03460006
2846859	Riess	riess	DE		0	Europe/Berlin	48.59081	13.44363				02	092	09262	09262000
2846860	Rieß	riess	DE		0	Europe/Berlin	47.48032	11.08177		Hotel Riessersee,Hotel Rießersee,Riess,Rieß		02	091	09180	09180117
2846866	Rieshofen	rieshofen	DE		0	Europe/Berlin	48.93423	11.30639		Rieshofen		02	091	09176	09176165
2846878	Riesenbrück	riesenbrueck	DE		0	Europe/Berlin	53.56831	14.10346				12	00	13075	13075138
2846880	Riesenbergerhäuser	riesenbergerhaeuser	DE		0	Europe/Berlin	50.4646	12.68193				13	00	14521	14521170
2846894	Riesenbeck	riesenbeck	DE		0	Europe/Berlin	52.26076	7.627		Riesenbeck		07	055	05566	05566016
2846898	Riesen	riesen	DE		0	Europe/Berlin	49.16242	12.37347				02	093	09372	09372170
2846899	Riesen	riesen	DE		0	Europe/Berlin	49.0993	12.10123				02	093	09375	09375213
2846900	Riesen	riesen	DE		0	Europe/Berlin	47.76667	9.56667				01	084	08436	08436064
2846901	Riesen	riesen	DE		0	Europe/Berlin	47.75393	10.85364				02	091	09190	09190154
2846919	Riesel	riesel	DE		0	Europe/Berlin	51.70069	9.16047		Riesel		07	057	05762	05762016
2846923	Rieseberg	rieseberg	DE		0	Europe/Berlin	52.29546	10.78669				06	00	03154	03154013
2846927	Rieschweiler	rieschweiler	DE		0	Europe/Berlin	49.25	7.5				08	00	07340	07340222
2846929	Rieschenhöfe	rieschenhofe	DE		0	Europe/Berlin	47.69212	11.5586				02	091	09173	09173135
2846930	Rieschen	rieschen	DE		0	Europe/Berlin	51.15327	14.48334		Rieschen,Zresin,Zrěšin		13	00	14625	14625290
2846932	Riesbriekfeld	riesbriekfeld	DE		0	Europe/Berlin	54.71369	9.10579				10	00	01059	01059179
2846933	Riesbriek	riesbriek	DE		0	Europe/Berlin	54.70219	9.10407				10	00	01059	01059179
2846937	Riesa-Göhlis	riesa-goehlis	DE		0	Europe/Berlin	51.301	13.34684				13	00	14627	14627230
2846944	Riepsterhammrich	riepsterhammrich	DE		0	Europe/Berlin	53.37594	7.31963				06	00	03452	03452012
2846949	Riepke	riepke	DE		0	Europe/Berlin	53.45	13.33333				12	00	13071	13071021
2846951	Riepholm	riepholm	DE		0	Europe/Berlin	52.97719	9.63699				06	00	03357	03357051
2846954	Rieperting	rieperting	DE		0	Europe/Berlin	47.98234	12.26407				02	091	09187	09187173
2846957	Riepenburg	riepenburg	DE		0	Europe/Berlin	53.4	10.21667				04	00	02000	02000000
2846960	Riepen	riepen	DE		0	Europe/Berlin	53.46218	7.88386				06	00	03462	03462005
2846961	Riepen	riepen	DE		0	Europe/Berlin	52.34467	9.33495				06	00	03257	03257006
2846965	Riepe	riepe	DE		0	Europe/Berlin	53.39655	7.35297		Riepe		06	00	03452	03452012
2846966	Riepe	riepe	DE		0	Europe/Berlin	53.2122	9.60308				06	00	03357	03357049
2846967	Riepe	riepe	DE		0	Europe/Berlin	52.93364	9.72616				06	00	03358	03358008
2846968	Riepach	riepach	DE		0	Europe/Berlin	48.96682	10.31605				01	081	08136	08136071
2846969	Riep	riep	DE		0	Europe/Berlin	54.31667	8.9				10	00	01054	01054138
2846973	Rienshofen	rienshofen	DE		0	Europe/Berlin	48.32414	11.33233				02	091	09174	09174143
2846975	Riensförde	riensfoerde	DE		0	Europe/Berlin	53.57537	9.47011				06	00	03359	03359038
2846976	Rienharz	rienharz	DE		0	Europe/Berlin	48.85718	9.66183				01	081	08119	08119001
2846981	Rienau	rienau	DE		0	Europe/Berlin	50.92895	10.0883				15	00	16063	16063103
2846983	Riemsloh	riemsloh	DE		0	Europe/Berlin	52.18109	8.42031		Riemsloh		06	00	03459	03459024
2846984	Riemsdorf	riemsdorf	DE		0	Europe/Berlin	51.11482	13.48256				13	00	14627	14627100
2846986	Riemke	riemke	DE		0	Europe/Berlin	51.51069	7.21149		Riemke		07	059	05911	05911000
2846987	Riemke	riemke	DE		0	Europe/Berlin	51.38995	7.82936		Riemke		07	059	05962	05962016
2846989	Riemerling	riemerling	DE		0	Europe/Berlin	48.06024	11.68242				02	091	09184	09184129
2846994	Riemading	riemading	DE		0	Europe/Berlin	48.38648	12.07059				02	091	09177	09177138
2846995	Riem	riem	DE		0	Europe/Berlin	48.13333	11.68333				02	091	09162	09162000
2846998	Rieloh	rieloh	DE		0	Europe/Berlin	53.77347	9.81274				10	00	01056	01056022
2847000	Rielingshausen	rielingshausen	DE		0	Europe/Berlin	48.9612	9.32945				01	081	08118	08118049
2847001	Rielhofen	rielhofen	DE		0	Europe/Berlin	48.21829	10.64537				02	097	09772	09772178
2847002	Rielenkamp	rielenkamp	DE		0	Europe/Berlin	51.12438	7.35118				07	053	05374	05374052
2847009	Riekenbostel	riekenbostel	DE		0	Europe/Berlin	53.0343	9.46006				06	00	03357	03357031
2847010	Riekdahl	riekdahl	DE		0	Europe/Berlin	54.09231	12.18374				12	00	13003	13003000
2847011	Riekau	riekau	DE		0	Europe/Berlin	53.0723	11.05043				06	00	03354	03354004
2847012	Riehlings	riehlings	DE		0	Europe/Berlin	47.73427	9.8772				01	084	08436	08436052
2847013	Riehl	riehl	DE		11188	Europe/Berlin	50.96686	6.97572				07	053	05315	05315000
2847015	Riehe	riehe	DE		0	Europe/Berlin	52.35317	9.40378				06	00	03257	03257036
2847019	Rieglkopf	rieglkopf	DE		0	Europe/Berlin	49.0305	12.8813				02	092	09276	09276128
2847020	Riegling	riegling	DE		0	Europe/Berlin	49.00351	12.02751				02	093	09375	09375199
2847021	Rieglersreuth	rieglersreuth	DE		0	Europe/Berlin	50.13287	11.75355				02	094	09475	09475189
2847023	Rieggis	rieggis	DE		0	Europe/Berlin	47.63043	10.20287				02	097	09780	09780143
2847025	Riegersheim	riegersheim	DE		0	Europe/Berlin	49.04968	10.15347				01	081	08136	08136035
2847027	Riegerau	riegerau	DE		0	Europe/Berlin	48.3957	11.81854				02	091	09178	09178140
2847030	Riegenhof	riegenhof	DE		0	Europe/Berlin	49.08333	9.56667				01	081	08127	08127052
2847031	Riegen	riegen	DE		0	Europe/Berlin	47.56774	9.92008				02	097	09776	09776129
2847032	Riegelstein	riegelstein	DE		0	Europe/Berlin	49.63334	11.41997		Riegelstein		02	094	09472	09472118
2847040	Riegelhof	riegelhof	DE		0	Europe/Berlin	49.03978	10.07682				01	081	08136	08136035
2847046	Riegelbach	riegelbach	DE		0	Europe/Berlin	49.12394	10.23346				01	081	08127	08127101
2847048	Riegel	riegel	DE		0	Europe/Berlin	48.67887	8.15281		Riegel		01	082	08216	08216007
2847049	Riegel	riegel	DE		3544	Europe/Berlin	48.15111	7.74915		Riege,Riegel		01	083	08316	08316037
2847051	Riege	riege	DE		0	Europe/Berlin	52.27724	7.91287				07	055	05566	05566048
2847052	Riege	riege	DE		0	Europe/Berlin	51.7593	8.52133				07	057	05774	05774020
2847053	Riege	riege	DE		0	Europe/Berlin	53.03333	7.88333				06	00	03453	03453007
2847054	Riege	riege	DE		0	Europe/Berlin	52.2506	8.74313				07	057	05770	05770004
2847055	Rieflinghausen	rieflinghausen	DE		0	Europe/Berlin	51.09439	7.92716				07	059	05966	05966004
2847057	Riefensbeek	riefensbeek	DE		0	Europe/Berlin	51.75319	10.37947				06	00	03159	03159026
2847068	Riedsend	riedsend	DE		0	Europe/Berlin	48.52399	10.59425				02	097	09773	09773179
2847069	Riedrode	riedrode	DE		0	Europe/Berlin	49.64917	8.495				05	064	06431	06431005
2847070	Riedöschingen	riedoschingen	DE		0	Europe/Berlin	47.8426	8.60787				01	083	08326	08326005
2847071	Riedmoos	riedmoos	DE		0	Europe/Berlin	48.27291	11.53279				02	091	09184	09184149
2847072	Riedmatt	riedmatt	DE		0	Europe/Berlin	47.59083	7.82236				01	083	08336	08336069
2847075	Riedlkam	riedlkam	DE		0	Europe/Berlin	48.45603	12.18317				02	092	09274	09274114
2847076	Riedlings	riedlings	DE		0	Europe/Berlin	47.86345	9.92121				01	084	08436	08436055
2847078	Riedlinger Bad	riedlinger-bad	DE		0	Europe/Berlin	47.70176	7.62171				01	083	08336	08336045
2847083	Riedling	riedling	DE		0	Europe/Berlin	48.79522	12.60561				02	092	09278	09278167
2847084	Riedlhütte	riedlhutte	DE		0	Europe/Berlin	48.90704	13.38238				02	092	09272	09272143
2847085	Riedlhof	riedlhof	DE		0	Europe/Berlin	49.60737	12.46519		Drei Hof,Drei Höf		02	093	09374	09374118
2847088	Riedlern	riedlern	DE		0	Europe/Berlin	47.64138	11.74881				02	091	09182	09182124
2847090	Riedler	riedler	DE		0	Europe/Berlin	47.69788	11.95691				02	091	09182	09182112
2847092	Riedleiten	riedleiten	DE		0	Europe/Berlin	47.6685	12.14416				02	091	09187	09187157
2847094	Riedle	riedle	DE		0	Europe/Berlin	48.47082	7.99152				01	083	08317	08317096
2847095	Riedle	riedle	DE		0	Europe/Berlin	47.50837	10.33801				02	097	09780	09780123
2847101	Riedlach	riedlach	DE		0	Europe/Berlin	47.805	12.25533				02	091	09187	09187132
2847102	Riedl	riedl	DE		0	Europe/Berlin	49.14045	12.97314				02	092	09276	09276113
2847103	Riedl	riedl	DE		0	Europe/Berlin	48.52149	13.72733				02	092	09275	09275153
2847104	Riedl	riedl	DE		0	Europe/Berlin	48.15789	12.72843				02	091	09171	09171113
2847109	Riedis	riedis	DE		0	Europe/Berlin	47.62868	10.34473				02	097	09780	09780128
2847110	Rieding	rieding	DE		0	Europe/Berlin	49.23392	12.77762				02	093	09372	09372155
2847111	Rieding	rieding	DE		0	Europe/Berlin	47.8403	11.90961				02	091	09182	09182123
2847112	Ried im Winkl	ried-im-winkl	DE		0	Europe/Berlin	47.74613	12.20427				02	091	09187	09187172
2847113	Riedichen	riedichen	DE		0	Europe/Berlin	47.70416	7.88921				01	083	08336	08336103
2847114	Riedholz	riedholz	DE		0	Europe/Berlin	47.64162	10.03773				02	097	09776	09776118
2847118	Riedhöfe	riedhofe	DE		0	Europe/Berlin	48.47801	10.14823				01	084	08425	08425072
2847119	Riedhöfe	riedhofe	DE		0	Europe/Berlin	47.93943	9.86046				01	084	08436	08436010
2847121	Riedhof	riedhof	DE		0	Europe/Berlin	49.13333	11.55				02	093	09373	09373160
2847122	Riedhof	riedhof	DE		0	Europe/Berlin	48.42917	13.30776				02	092	09275	09275149
2847123	Riedhof	riedhof	DE		0	Europe/Berlin	48.36733	11.3064				02	091	09174	09174131
2847124	Riedhof	riedhof	DE		0	Europe/Berlin	48.28707	11.10012				02	097	09771	09771160
2847125	Riedhof	riedhof	DE		0	Europe/Berlin	47.92353	11.46672				02	091	09173	09173120
2847126	Riedhof	riedhof	DE		0	Europe/Berlin	47.76855	10.68031				02	097	09777	09777171
2847127	Riedhof	riedhof	DE		0	Europe/Berlin	47.74781	10.76704				02	091	09190	09190114
2847149	Riedhirsch	riedhirsch	DE		0	Europe/Berlin	47.61925	9.92951				02	097	09776	09776114
2847150	Riedheim	riedheim	DE		0	Europe/Berlin	48.61557	10.96208				02	097	09779	09779163
2847151	Riedheim	riedheim	DE		0	Europe/Berlin	48.46114	10.18948				02	097	09774	09774155
2847152	Riedheim	riedheim	DE		0	Europe/Berlin	47.76437	8.74795				01	083	08335	08335035
2847153	Riedheim	riedheim	DE		0	Europe/Berlin	47.70366	9.40936		Riedheim		01	084	08435	08435034
2847155	Riedhausen bei Günzburg	riedhausen-bei-gunzburg	DE		0	Europe/Berlin	48.50773	10.25187				02	097	09774	09774135
2847169	Riedgasteig	riedgasteig	DE		0	Europe/Berlin	47.80716	11.8659				02	091	09182	09182123
2847170	Riedfeld	riedfeld	DE		0	Europe/Berlin	49.58336	10.59422				02	095	09575	09575153
2847171	Riedetsweiler	riedetsweiler	DE		0	Europe/Berlin	47.70416	9.29196				01	084	08435	08435036
2847172	Riedetsweiler	riedetsweiler	DE		0	Europe/Berlin	47.91845	9.18855		Riedetsweiler		01	084	08437	08437118
2847173	Riederwald	riederwald	DE		0	Europe/Berlin	50.13059	8.73516				05	064	06412	06412000
2847175	Riedertsham	riedertsham	DE		0	Europe/Berlin	48.49334	13.14639				02	092	09275	09275125
2847179	Riederszell	riederszell	DE		50	Europe/Berlin	49.01333	12.60844	495			02	092	09278	09278120
2847181	Riedersheim	riedersheim	DE		0	Europe/Berlin	48.31403	12.0109				02	091	09177	09177113
2847183	Riedersdorf	riedersdorf	DE		0	Europe/Berlin	49.20851	11.22665				02	095	09576	09576127
2847186	Riedern am Wald	riedern-am-wald	DE		0	Europe/Berlin	47.71711	8.29176		Riedern,Riedern am Wald		01	083	08337	08337128
2847187	Riedern	riedern	DE		0	Europe/Berlin	49.67059	9.39441				02	096	09676	09676119
2847188	Riedern	riedern	DE		0	Europe/Berlin	48.11193	8.00478				01	083	08316	08316014
2847189	Riedern	riedern	DE		0	Europe/Berlin	47.76714	11.70524				02	091	09182	09182134
2847190	Riedern	riedern	DE		0	Europe/Berlin	47.73333	11.35				02	091	09190	09190153
2847201	Riederfelde	riederfelde	DE		0	Europe/Berlin	53.4668	12.07415		Bauhof Riederfelde		12	00	13076	13076089
2847207	Riederau	riederau	DE		0	Europe/Berlin	47.9844	11.09401		Riederau		02	091	09181	09181114
2847219	Riedenzhofen	riedenzhofen	DE		0	Europe/Berlin	48.33891	11.4493				02	091	09174	09174141
2847223	Riedensheim	riedensheim	DE		0	Europe/Berlin	48.74612	11.1074				02	091	09185	09185153
2847237	Rieden an der Kötz	rieden-an-der-kotz	DE		3213	Europe/Berlin	48.38499	10.25711				02	097	09774	09774143
2847238	Rieden am Ammersee	rieden-am-ammersee	DE		0	Europe/Berlin	47.99547	11.08704				02	091	09181	09181114
2847258	Riedelsbach	riedelsbach	DE		0	Europe/Berlin	48.75132	13.80286				02	092	09272	09272136
2847259	Riedelhof	riedelhof	DE		0	Europe/Berlin	49.55318	10.69328				02	095	09575	09575121
2847260	Riedelhof	riedelhof	DE		0	Europe/Berlin	49.40511	11.61881				02	093	09371	09371116
2847266	Riedelbach	riedelbach	DE		0	Europe/Berlin	50.3017	8.3921				05	064	06434	06434013
2847267	Riedegg	riedegg	DE		0	Europe/Berlin	47.6539	10.62377				02	097	09777	09777170
2847268	Riedebeck	riedebeck	DE		0	Europe/Berlin	51.80363	13.67952				11	00	12061	12061219
2847275	Riedböhringen	riedbohringen	DE		0	Europe/Berlin	47.86993	8.53824				01	083	08326	08326005
2847276	Riedbichl	riedbichl	DE		0	Europe/Berlin	47.93486	11.89485				02	091	09187	09187130
2847283	Ried bei Sulzberg	ried-bei-sulzberg	DE		0	Europe/Berlin	47.67435	10.36442				02	097	09780	09780140
2847284	Ried bei Gleißenberg	ried-bei-gleissenberg	DE		0	Europe/Berlin	49.30755	12.73763				02	093	09372	09372128
2847288	Riedbahn	riedbahn	DE		0	Europe/Berlin	49.88834	8.6225				05	064	06411	06411000
2847298	Ried am Sand	ried-am-sand	DE		0	Europe/Berlin	49.17755	12.69754				02	093	09372	09372116
2847299	Ried am Pfahl	ried-am-pfahl	DE		0	Europe/Berlin	49.20145	12.6075				02	093	09372	09372116
2847300	Rieda	rieda	DE		0	Europe/Berlin	52.88404	9.19565				06	00	03361	03361012
2847301	Rieda	rieda	DE		0	Europe/Berlin	51.59837	12.06496				14	00	15082	15082440
2847314	Ried b. Neuburg/Donau	ried-b-neuburg-donau	DE		0	Europe/Berlin	48.74798	11.19138		Ried		02	091	09185	09185149
2847396	Riechheim	riechheim	DE		0	Europe/Berlin	50.87948	11.11997				15	00	16070	16070012
2847400	Riechberg	riechberg	DE		0	Europe/Berlin	50.94047	13.18397				13	00	14522	14522230
2847401	Riebrau	riebrau	DE		0	Europe/Berlin	53.09042	10.88402				06	00	03354	03354027
2847402	Rieblingen	rieblingen	DE		0	Europe/Berlin	48.53526	10.75498				02	097	09773	09773182
2847403	Riebling	riebling	DE		0	Europe/Berlin	49.32311	11.44741				02	093	09373	09373113
2847405	Rieberseck	rieberseck	DE		0	Europe/Berlin	48.39735	12.45774				02	091	09183	09183115
2847409	Rieben	rieben	DE		0	Europe/Berlin	52.19169	13.0375		Rieben		11	00	12069	12069017
2847410	Riebelsdorf	riebelsdorf	DE		752	Europe/Berlin	50.87825	9.30774	231			05	066	06634	06634017
2847414	Rieb	rieb	DE		0	Europe/Berlin	49.06273	11.75168				02	093	09375	09375148
2847415	Riding	riding	DE		0	Europe/Berlin	48.38028	11.99695				02	091	09177	09177120
2847417	Riddorf	riddorf	DE		0	Europe/Berlin	54.6145	8.98858				10	00	01054	01054020
2847419	Ridders	ridders	DE		0	Europe/Berlin	54.00238	9.60435				10	00	01061	01061042
2847420	Ridderade	ridderade	DE		0	Europe/Berlin	52.75602	8.59432				06	00	03251	03251042
2847423	Riddagshausen	riddagshausen	DE		606	Europe/Berlin	52.26924	10.57216		Riddagshausen		06	00	03101	03101000
2847427	Schloß Ricklingen	schloss-ricklingen	DE		0	Europe/Berlin	52.4297	9.50838		Ricklinge [a. 1383],Ricklingen,Ricklingen Schloss,Ricklingen Schloß,Ricklingen [a. 1654],Schloss Ricklingen,Schlote Ricklinge,Schloß Ricklingen		06	00	03241	03241005
2847428	Ricklingen	ricklingen	DE		0	Europe/Berlin	52.34608	9.72629		Ricklingen		06	00	03241	03241001
2847431	Rickertsweiler	rickertsweiler	DE		0	Europe/Berlin	47.84001	9.26872				01	084	08435	08435015
2847432	Rickertsreute	rickertsreute	DE		0	Europe/Berlin	47.85722	9.31761				01	084	08435	08435020
2847435	Rickering	rickering	DE		0	Europe/Berlin	48.73812	13.10764				02	092	09271	09271153
2847437	Rickensdorf	rickensdorf	DE		0	Europe/Berlin	52.35809	10.9683				06	00	03154	03154001
2847320	Ried	ried	DE	86510	0	Europe/Berlin	48.37381	10.46019				02	097	09774	09774144
2847446	Rickelshof	rickelshof	DE		0	Europe/Berlin	54.18333	9.06667				10	00	01051	01051069
2847448	Rickelrath	rickelrath	DE		0	Europe/Berlin	51.16848	6.28513		Rickelrath		07	053	05370	05370040
2847450	Rickbruch	rickbruch	DE		0	Europe/Berlin	52.11843	9.10027				07	057	05766	05766028
2847452	Rickatshofen	rickatshofen	DE		0	Europe/Berlin	47.59053	9.65202				02	097	09776	09776116
2847453	Richzenhain	richzenhain	DE		0	Europe/Berlin	51.08145	12.98547				13	00	14522	14522570
2847454	Richweiler	richweiler	DE		0	Europe/Berlin	49.5539	7.15745				09	00	10046	10046114
2847460	Richting	richting	DE		0	Europe/Berlin	48.68282	13.43099				02	092	09275	09275135
2847461	Richthofen	richthofen	DE		0	Europe/Berlin	49.31746	11.6413				02	093	09373	09373167
2847462	Richthof	richthof	DE		0	Europe/Berlin	49.22315	11.33738				02	093	09373	09373126
2847467	Richtheim	richtheim	DE		0	Europe/Berlin	49.35471	11.82309				02	093	09371	09371154
2847468	Richtheim	richtheim	DE		0	Europe/Berlin	49.3174	11.45479				02	093	09373	09373113
2847469	Richthausen	richthausen	DE		0	Europe/Berlin	49.38837	11.30646		Richthausen		02	095	09574	09574164
2847472	Richtervenne	richtervenne	DE		0	Europe/Berlin	52.62557	6.8512				06	00	03456	03456002
2847473	Richterswalde	richterswalde	DE		0	Europe/Berlin	52.53333	13.9				11	00	12064	12064408
2847474	Richterskeller	richterskeller	DE		0	Europe/Berlin	49.16321	12.05345				02	093	09375	09375190
2847480	Richterich	richterich	DE		0	Europe/Berlin	50.8087	6.06081							
2847481	Richterhof	richterhof	DE		0	Europe/Berlin	49.24831	11.67499		Grunthal,Grünthal,Richterhof		02	093	09373	09373167
2847499	Richt	richt	DE		0	Europe/Berlin	49.38997	12.20633				02	093	09376	09376162
2847500	Richt	richt	DE		0	Europe/Berlin	49.376	11.73469				02	093	09371	09371132
2847501	Richt	richt	DE		0	Europe/Berlin	49.34422	12.09031				02	093	09376	09376161
2847502	Richstein	richstein	DE		0	Europe/Berlin	50.98499	8.46174		Richstein		07	059	05970	05970004
2847503	Richrath	richrath	DE		0	Europe/Berlin	51.33333	7.08333				07	051	05158	05158032
2847504	Richrath	richrath	DE		0	Europe/Berlin	51.12987	6.94562		Richrath		07	051	05158	05158020
2847505	Richlisreute	richlisreute	DE		0	Europe/Berlin	47.75874	9.68047				01	084	08436	08436069
2847508	Richerzhagen	richerzhagen	DE		0	Europe/Berlin	51.05619	7.22072		Richerzhagen		07	053	05378	05378012
2847509	Richert	richert	DE		0	Europe/Berlin	50.60745	7.60278				08	00	07138	07138057
2847512	Richen	richen	DE		0	Europe/Berlin	49.88864	8.92612				05	064	06432	06432010
2847513	Richen	richen	DE		0	Europe/Berlin	49.17191	8.94079		Richen		01	081	08125	08125026
2847514	Richelsdorf	richelsdorf	DE		0	Europe/Berlin	50.97599	10.00803		Richelsdorf		05	066	06632	06632020
2847515	Richelbach	richelbach	DE		0	Europe/Berlin	49.68995	9.3991				02	096	09676	09676143
2847517	Richardswarf	richardswarf	DE		0	Europe/Berlin	54.7	8.78333				10	00	01054	01054022
2847518	Richardsreut	richardsreut	DE		0	Europe/Berlin	48.74102	13.60348				02	092	09272	09272151
2847519	Richardshöhe	richardshoehe	DE		0	Europe/Berlin	50.50584	12.37611				13	00	14523	14523020
2847525	Ribnitz	ribnitz	DE		0	Europe/Berlin	53.85	13.78333		Mehlhorns Gehoft,Mehlhorns Gehöft,Ribnitz		12	00	13075	13075007
2847527	Ribenzing	ribenzing	DE		0	Europe/Berlin	49.21305	12.92792				02	093	09372	09372135
2847528	Ribbrocker	ribbrocker	DE		0	Europe/Berlin	51.4184	6.33929				07	051	05154	05154060
2847533	Ribbeckshorst	ribbeckshorst	DE		0	Europe/Berlin	52.69407	12.80491				11	00	12068	12068117
2847541	Rhynern	rhynern	DE		0	Europe/Berlin	51.63022	7.85591				07	059	05915	05915000
2847546	Rhünda	rhuenda	DE		0	Europe/Berlin	51.1142	9.4145				05	066	06634	06634003
2847552	Rhönhaus	rhoenhaus	DE		0	Europe/Berlin	50.56667	10.06667				15	00	16066	16066052
2847554	Rhöndorf	rhoendorf	DE		0	Europe/Berlin	50.65445	7.21941				07	053	05382	05382008
2847556	Rhonard	rhonard	DE		0	Europe/Berlin	51.0137	7.885				07	059	05966	05966024
2847562	Rhode	rhode	DE		0	Europe/Berlin	52.31601	10.86786				06	00	03154	03154013
2847563	Rhode	rhode	DE		0	Europe/Berlin	51.05025	7.86275				07	059	05966	05966024
2847566	Rhöda	rhoeda	DE		0	Europe/Berlin	51.40943	9.15805				05	066	06633	06633004
2847567	Rhoda	rhoda	DE		0	Europe/Berlin	50.93159	11.01283				15	00	16051	16051000
2847570	Rhinsmühlen	rhinsmuehlen	DE		0	Europe/Berlin	52.65921	12.50004				11	00	12063	12063165
2847580	Rhina	rhina	DE		0	Europe/Berlin	47.56214	8.05238				01	083	08337	08337066
2847581	Rhina	rhina	DE		0	Europe/Berlin	50.7634	9.68212		Rhina		05	066	06632	06632008
2847584	Rhiene	rhiene	DE		0	Europe/Berlin	52.04468	8.82108				07	057	05766	05766044
2847585	Rheydt	rheydt	DE		0	Europe/Berlin	51.16363	6.45022		Rajt,Rheydt,Рајт		07	051	05116	05116000
2847589	Rhenegge	rhenegge	DE		0	Europe/Berlin	51.35981	8.77141				05	066	06635	06635007
2847591	Rhene	rhene	DE		0	Europe/Berlin	52.09496	10.20905				06	00	03158	03158002
2847592	Rhena	rhena	DE		0	Europe/Berlin	51.28924	8.7925				05	066	06635	06635015
2847596	Rheinweiler	rheinweiler	DE		0	Europe/Berlin	47.7103	7.53657				01	083	08336	08336006
2847598	Rheinufer	rheinufer	DE		0	Europe/Berlin	51.16667	6.85				07	051	05111	05111000
2847599	Rheintal	rheintal	DE		0	Europe/Berlin	47.78185	7.64837				01	083	08315	08315074
2847600	Rheinstraße	rheinstrasse	DE		0	Europe/Berlin	47.68333	9.06667				01			
2847601	Rheinstraße	rheinstrasse	DE		0	Europe/Berlin	49.45641	7.09236				09	00	10046	10046112
2847605	Rheinsheim	rheinsheim	DE		0	Europe/Berlin	49.233	8.41288		Rheinsheim		01	082	08215	08215066
2847606	Rheinshagen	rheinshagen	DE		0	Europe/Berlin	53.03995	12.90739				11	00	12068	12068353
2847608	Rheinsberg-Glienicke	rheinsberg-glienicke	DE		0	Europe/Berlin	53.06737	12.76985				11	00	12068	12068320
2847619	Rheinkassel	rheinkassel	DE		0	Europe/Berlin	51.04071	6.93393				07	053	05315	05315000
2847622	Rheinkamp	rheinkamp	DE		0	Europe/Berlin	51.48301	6.61614				07	051	05170	05170024
2847634	Rheingönheim	rheingoenheim	DE		0	Europe/Berlin	49.44514	8.41944				08	00	07314	07314000
2847641	Rheinermark	rheinermark	DE		0	Europe/Berlin	51.42889	7.63786				07	059	05962	05962024
2847642	Rheinen	rheinen	DE		0	Europe/Berlin	51.44219	7.6325				07	059	05962	05962024
2847644	Rheineck	rheineck	DE		0	Europe/Berlin	50.49613	7.30919				08	00	07131	07131006
2847646	Rhein-Dürkheimer Fahrt	rhein-duerkheimer-fahrt	DE		0	Europe/Berlin	49.68486	8.35096				08	00	07319	07319000
2847647	Rheindürkheim	rheinduerkheim	DE		0	Europe/Berlin	49.70139	8.35472				08	00	07319	07319000
2847648	Rheindorf	rheindorf	DE		0	Europe/Berlin	51.05344	6.95021		Rheindorf		07	053	05316	05316000
2847649	Rheindiebach	rheindiebach	DE		0	Europe/Berlin	50.04115	7.78941				08	00	07339	07339044
2847651	Rheindahlen	rheindahlen	DE		0	Europe/Berlin	51.14978	6.36204		Rheindahlen,Rheindalen		07	051	05116	05116000
2847656	Rheinböllerhütte	rheinboellerhuette	DE		0	Europe/Berlin	49.98639	7.69885				08	00	07140	07140125
2847659	Rheinbischofsheim	rheinbischofsheim	DE		0	Europe/Berlin	48.65298	7.92638				01	083	08317	08317153
2847660	Rheinberger Heide	rheinberger-heide	DE		0	Europe/Berlin	51.55	6.56667				07	051	05170	05170032
2847663	Rheinbay	rheinbay	DE		0	Europe/Berlin	50.17273	7.62445				08	00	07140	07140501
2847670	Rhein	rhein	DE		0	Europe/Berlin	50.85457	7.70758		Rhein		07	053	05374	05374028
2847671	Rhein	rhein	DE		0	Europe/Berlin	47.67382	9.76696				01	084	08436	08436081
2847672	Rheim	rheim	DE		0	Europe/Berlin	51.48333	6.6				07	051	05170	05170024
2847674	Rheidt	rheidt	DE		0	Europe/Berlin	51.00922	6.68621				07	053	05362	05362008
2847675	Rheidt	rheidt	DE		0	Europe/Berlin	50.78985	7.04891		Rheidt		07	053	05382	05382044
2847678	Rhedung	rhedung	DE		0	Europe/Berlin	51.20192	6.55379				07	051	05162	05162020
2847681	Rhederfeld	rhederfeld	DE		0	Europe/Berlin	53.07134	7.24083				06	00	03454	03454044
2847683	Rheder	rheder	DE		0	Europe/Berlin	51.67867	9.16414		Rheder		07	057	05762	05762016
2847684	Rheder	rheder	DE		0	Europe/Berlin	50.62284	6.79896		Rheder		07	053	05366	05366016
2847687	Rhedebrügge	rhedebruegge	DE		0	Europe/Berlin	51.8258	6.77203				07	055	05554	05554012
2847690	Rheda-Wiedenbrück	rheda-wiedenbrueck	DE		46123	Europe/Berlin	51.84967	8.30017		Red-Videnbrjuk,Reda-Videnbrik,Reda-Videnbrjuk,Rheda-Wiedenbrueck,Rheda-Wiedenbrück,lei da-wei deng bu lu ke,rda-wydnbwrk,Ред-Виденбрюк,Реда-Виденбрик,Реда-Виденбрюк,Реда-Віденбрюк,ردا-ویدنبورک,რედა-ვიდენბრიუკი,雷达-维登布吕克		07	057	05754	05754028
2847693	Rheda	rheda	DE		0	Europe/Berlin	51.98193	8.2054				07	057	05754	05754016
2847694	Rheda	rheda	DE		0	Europe/Berlin	51.85837	8.28386		Reda,Реда		07	057	05754	05754028
2847698	Rhaudermoor	rhaudermoor	DE		0	Europe/Berlin	53.13675	7.57848				06	00	03457	03457018
2847699	Rhaude	rhaude	DE		0	Europe/Berlin	53.16205	7.57185		Rhaude		06	00	03457	03457018
2847700	Rhäsa	rhaesa	DE		0	Europe/Berlin	51.0716	13.28632				13	00	14627	14627180
2847701	Rhanwalting	rhanwalting	DE		0	Europe/Berlin	49.25641	12.64917				02	093	09372	09372168
2847703	Rhan	rhan	DE		0	Europe/Berlin	49.33614	12.61752				02	093	09372	09372157
2847704	Rhadern	rhadern	DE		0	Europe/Berlin	51.17	8.79561		Rhadern		05	066	06635	06635016
2847707	Rhadereistedt	rhadereistedt	DE		0	Europe/Berlin	53.30893	9.14114				06	00	03357	03357038
2847713	Rezelsdorf	rezelsdorf	DE		0	Europe/Berlin	49.61944	10.77201				02	095	09572	09572164
2847715	Reyershausen	reyershausen	DE		0	Europe/Berlin	51.6051	9.99104				06	00	03159	03159007
2847717	Reyersbach	reyersbach	DE		0	Europe/Berlin	50.39581	10.17328				02	096	09673	09673116
2847720	Rey	rey	DE		0	Europe/Berlin	53.88065	12.7051				12	00	13072	13072004
2847721	Rexingen	rexingen	DE		0	Europe/Berlin	48.43931	8.65023				01	082	08237	08237040
2847723	Rex	rex	DE		0	Europe/Berlin	50.55931	9.75981				05	066	06631	06631020
2847725	Revensdorf	revensdorf	DE		0	Europe/Berlin	54.39489	9.93319				10	00	01058	01058096
2847726	Revenahe	revenahe	DE		0	Europe/Berlin	53.40761	9.54412				06	00	03359	03359037
2847729	Reutti	reutti	DE		0	Europe/Berlin	48.55553	9.86692				01	084	08425	08425008
2847730	Reutti	reutti	DE		0	Europe/Berlin	48.36258	10.07283				02	097	09775	09775135
2847733	Reutsachsen	reutsachsen	DE		0	Europe/Berlin	49.39085	10.13757				01	081	08128	08128020
2847735	Reutlingendorf	reutlingendorf	DE		0	Europe/Berlin	48.20872	9.56167				01	084	08425	08425090
2847738	Reutlas	reutlas	DE		0	Europe/Berlin	50.23473	11.81288				02	094	09475	09475142
2847739	Reutlas	reutlas	DE		0	Europe/Berlin	49.98819	12.12122				02	094	09479	09479136
2847740	Reuting	reuting	DE		0	Europe/Berlin	49.24596	12.16858				02	093	09376	09376149
2847741	Reutinen	reutinen	DE		0	Europe/Berlin	47.56667	9.65				02	097	09776	09776128
2847742	Reutin	reutin	DE		0	Europe/Berlin	48.6214	8.74533				01	082	08235	08235080
2847743	Reutin	reutin	DE		0	Europe/Berlin	48.33589	8.43587				01	082	08237	08237002
2847744	Reutin	reutin	DE		0	Europe/Berlin	47.55444	9.71629		Reutin		02	097	09776	09776116
2847746	Reuth unter Neuhaus	reuth-unter-neuhaus	DE		0	Europe/Berlin	49.08758	11.09593				02	095	09577	09577127
2847748	Reutholz	reutholz	DE		0	Europe/Berlin	48.64472	13.08417				02	092	09271	09271128
2847751	Reuthlos	reuthlos	DE		0	Europe/Berlin	50.02164	10.96751				02	094	09471	09471214
2847757	Reuthe	reuthe	DE		0	Europe/Berlin	47.69823	10.59851				02	097	09777	09777149
2847758	Reuth bei Kastl	reuth-bei-kastl	DE		0	Europe/Berlin	49.84498	11.90691		Reuth,Reuth bei Kastl		02	093	09377	09377128
2847761	Reuth am Wald	reuth-am-wald	DE		0	Europe/Berlin	49.00601	11.15559		Reuth		02	095	09577	09577163
2847792	Reutershof	reutershof	DE		0	Europe/Berlin	53.68022	12.90748				12	00	13071	13071142
2847794	Reutershagen	reutershagen	DE		0	Europe/Berlin	54.09897	12.07294		Rhg		12	00	13003	13003000
2847795	Reutersbrunn	reutersbrunn	DE		0	Europe/Berlin	50.07567	10.7532				02	096	09674	09674130
2847796	Reuters	reuters	DE		0	Europe/Berlin	50.6745	9.3515				05	065	06535	06535011
2847797	Reutern	reutern	DE		0	Europe/Berlin	49.23663	10.73797				02	095	09571	09571229
2847798	Reutern	reutern	DE		0	Europe/Berlin	48.46948	13.23362				02	092	09275	09275124
2847799	Reutern	reutern	DE		0	Europe/Berlin	48.45167	10.63306		Reutern		02	097	09772	09772216
2847800	Reutern	reutern	DE		0	Europe/Berlin	48.36966	13.21304				02	092	09275	09275143
2847809	Reuter	reuter	DE		0	Europe/Berlin	47.56897	10.13743				02	097	09780	09780124
2847812	Reutenhof	reutenhof	DE		0	Europe/Berlin	48.98333	9.46667				01	081	08119	08119053
2847813	Reutenhof	reutenhof	DE		0	Europe/Berlin	48.57674	10.66525				02	097	09773	09773182
2847814	Reutenen	reutenen	DE		0	Europe/Berlin	47.65258	9.59531				01	084	08435	08435057
2847819	Reutehof	reutehof	DE		0	Europe/Berlin	47.60639	8.41084				01	083	08337	08337062
2847825	Reute bei Taldorf	reute-bei-taldorf	DE		0	Europe/Berlin	47.73333	9.5		Reute,Reute bei Taldorf		01	084	08436	08436064
2847826	Reute bei Fronhofen	reute-bei-fronhofen	DE		0	Europe/Berlin	47.86136	9.51868		Reute,Reute bei Fronhofen		01	084	08436	08436096
2847877	Reusten	reusten	DE		0	Europe/Berlin	48.54159	8.92068				01	084	08416	08416048
2847879	Reust	reust	DE		0	Europe/Berlin	50.83222	12.20222		Reust		15	00	16076	16076062
2847885	Reußendorf	reussendorf	DE		0	Europe/Berlin	50.38365	9.88056				02	096	09672	09672163
2847890	Reusrath	reusrath	DE		0	Europe/Berlin	51.08533	6.97686		Reusrath		07	051	05158	05158020
2847892	Reuschenberg	reuschenberg	DE		0	Europe/Berlin	51.16793	6.68063				07	051	05162	05162024
2847899	Reuschbach	reuschbach	DE		0	Europe/Berlin	49.47767	7.48267		Reuschbach		08	00	07335	07335030
2847900	Reusch	reusch	DE		0	Europe/Berlin	49.58807	10.25162				02	095	09575	09575179
2847901	Reusch	reusch	DE		0	Europe/Berlin	49.35979	11.7322				02	093	09371	09371132
2847902	Reusch	reusch	DE		0	Europe/Berlin	49.34488	10.10896				02	095	09571	09571193
2847904	Reusa	reusa	DE		0	Europe/Berlin	50.49178	12.16061				13	00	14523	14523320
2847908	Reupoldsrot	reupoldsrot	DE		0	Europe/Berlin	49.36002	10.00658				01	081	08127	08127075
2847910	Reupelsdorf	reupelsdorf	DE		0	Europe/Berlin	49.81367	10.29148		Reupelsdorf		02	096	09675	09675178
2847911	Reundorf	reundorf	DE		0	Europe/Berlin	50.13061	11.02639				02	094	09478	09478139
2847912	Reundorf	reundorf	DE		0	Europe/Berlin	49.82348	10.88891				02	094	09471	09471131
2847913	Reumtengrün	reumtengruen	DE		0	Europe/Berlin	50.50672	12.35966				13	00	14523	14523020
2847915	Reumannswind	reumannswind	DE		0	Europe/Berlin	49.75854	10.6908				02	095	09572	09572160
2847916	Reulbach	reulbach	DE		0	Europe/Berlin	50.5203	9.96881				05	066	06631	06631005
2847917	Reukersdorf	reukersdorf	DE		0	Europe/Berlin	50.68007	13.29551		Reukersdorf		13	00	14521	14521460
2847919	Reuffelbach	reuffelbach	DE		0	Europe/Berlin	50.70958	7.67864				08	00	07132	07132067
2847920	Reuenthal	reuenthal	DE		0	Europe/Berlin	49.66288	9.23945				02	096	09676	09676165
2847921	Reuenthal	reuenthal	DE		0	Europe/Berlin	49.1	10.21667		Reuenthal		02	095	09571	09571136
2847922	Reuendorf	reuendorf	DE		0	Europe/Berlin	48.57746	10.18956				01	081	08135	08135027
2847926	Reudnitz	reudnitz	DE		0	Europe/Berlin	52.13128	14.32551		Reudnitz		11	00	12067	12067137
2847927	Reudnitz	reudnitz	DE		0	Europe/Berlin	50.67553	12.2813				15	00	16076	16076093
2847928	Reudern	reudern	DE		0	Europe/Berlin	48.62894	9.38516				01	081	08116	08116049
2847929	Reudenbach	reudenbach	DE		0	Europe/Berlin	51.02626	7.2953		Reudenbach		07	053	05374	05374020
2847936	Reuchelheim	reuchelheim	DE		0	Europe/Berlin	49.97004	9.93111		Reuchelheim		02	096	09677	09677114
2847937	Reubach	reubach	DE		0	Europe/Berlin	49.25923	10.10604				01	081	08127	08127071
2847949	Retzien	retzien	DE		0	Europe/Berlin	53.02299	10.86127				06	00	03360	03360018
2847951	Retzerheide	retzerheide	DE		0	Europe/Berlin	52.05512	8.80804				07	057	05766	05766008
2847955	Retzendorf	retzendorf	DE		0	Europe/Berlin	49.24263	10.83669		Retzendorf		02	095	09571	09571226
2847956	Retzen	retzen	DE		0	Europe/Berlin	52.84567	8.91247				06	00	03251	03251049
2847957	Retzen	retzen	DE		0	Europe/Berlin	52.05175	8.80005				07	057	05766	05766008
2847958	Retzelfembach	retzelfembach	DE		0	Europe/Berlin	49.51033	10.85449				02	095	09573	09573130
2847959	Retzbach	retzbach	DE		0	Europe/Berlin	49.9028	9.82272		Markt Retzbach,Retzbach		02	096	09677	09677203
2847961	Rettwitz	rettwitz	DE		0	Europe/Berlin	50.83191	11.30347				15	00	16071	16071008
2847964	Rettmer	rettmer	DE		0	Europe/Berlin	53.21261	10.3719				06	00	03355	03355022
2847965	Rettisweiler	rettisweiler	DE		0	Europe/Berlin	47.95444	9.84868				01	084	08436	08436010
2847966	Rettin	rettin	DE		0	Europe/Berlin	54.09777	10.88748				10	00	01055	01055032
2847967	Rettighofen	rettighofen	DE		0	Europe/Berlin	48.18957	9.67859				01	084	08425	08425091
2847968	Rettigheim	rettigheim	DE		0	Europe/Berlin	49.23812	8.69831		Rettigheim		01	082	08226	08226054
2847970	Rettgenstedt	rettgenstedt	DE		0	Europe/Berlin	51.2	11.31667				15	00	16068	16068041
2847973	Rettersheim	rettersheim	DE		0	Europe/Berlin	49.80018	9.5822				02	096	09677	09677154
2847977	Retterschen	retterschen	DE		0	Europe/Berlin	47.58822	9.61304				01	084	08435	08435029
2847978	Rettersburg	rettersburg	DE		0	Europe/Berlin	48.87266	9.47148				01	081	08119	08119089
2847979	Rettersbach	rettersbach	DE		0	Europe/Berlin	49.99008	9.63214		Rettersbach		02	096	09677	09677148
2847980	Retterode	retterode	DE		0	Europe/Berlin	51.17336	9.72228				05	066	06636	06636006
2847981	Rettern	rettern	DE		0	Europe/Berlin	49.75599	11.10134				02	094	09474	09474123
2847984	Rettenbergen	rettenbergen	DE		0	Europe/Berlin	48.42889	10.78694		Rettenbergen		02	097	09772	09772147
2848005	Rettenbach b. Pfaffing	rettenbach-b-pfaffing	DE		0	Europe/Berlin	48.02693	12.0929				02	091	09187	09187159
2848013	Rettchensdorf	rettchensdorf	DE		0	Europe/Berlin	51.65438	13.99768		Rettchensdorf		11	00	12066	12066202
2848018	Retscheroth	retscheroth	DE		0	Europe/Berlin	50.85727	7.44993				07	053	05382	05382052
2848021	Retringen	retringen	DE		0	Europe/Berlin	51.40597	7.8972				07	059	05958	05958004
2848024	Rethwischhöh	rethwischhoeh	DE		0	Europe/Berlin	53.78333	10.4				10	00	01062	01062004
2848025	Rethwischhof	rethwischhof	DE		0	Europe/Berlin	53.79509	10.40368				10	00	01062	01062004
2848026	Rethwischfeld	rethwischfeld	DE		0	Europe/Berlin	53.78333	10.4				10	00	01062	01062004
2848027	Rethwischdorf	rethwischdorf	DE		0	Europe/Berlin	53.78413	10.44278		Rethwischdorf		10	00	01062	01062062
2848040	Rethorn	rethorn	DE		0	Europe/Berlin	53.08847	8.5611				06	00	03458	03458005
2848043	Rethmar	rethmar	DE		0	Europe/Berlin	52.31535	10.00484		Rethmar		06	00	03241	03241016
2848046	Rethhausen	rethhausen	DE		0	Europe/Berlin	52.82489	11.83341				14	00	15090	15090415
2848047	Rethfurth	rethfurth	DE		0	Europe/Berlin	53.74478	10.12171				10	00	01062	01062076
2848048	Rethen	rethen	DE		1137	Europe/Berlin	52.37707	10.47855	79	Rethene [a. 1301]		06	00	03151	03151034
2848049	Rethen	rethen	DE		0	Europe/Berlin	52.28883	9.81733		Rethen		06	00	03241	03241009
2848051	Rethem	rethem	DE		2478	Europe/Berlin	52.78621	9.37862		Retem,Rethem,lei te mu,rthaym,rytm,Ретем,رتهایم,ريتم,雷特姆		06	00	03358	03358018
2848053	Rethbucht	rethbucht	DE		0	Europe/Berlin	54.23333	9.43333				10	00	01051	01051139
2848055	Retelsdorf	retelsdorf	DE		0	Europe/Berlin	53.83479	10.98405				12	00	13074	13074074
2848056	Retelitz	retelitz	DE		0	Europe/Berlin	54.52963	13.17882				12	00	13073	13073081
2848057	Restrup	restrup	DE		0	Europe/Berlin	52.58614	7.77522				06	00	03459	03459011
2848058	Restrauch	restrauch	DE		0	Europe/Berlin	51.15	6.41667				07	051	05116	05116000
2848059	Restorf	restorf	DE		0	Europe/Berlin	53.04266	11.44484				06	00	03354	03354010
2848061	Resthausen	resthausen	DE		0	Europe/Berlin	52.88161	7.96736				06	00	03453	03453012
2848063	Resten	resten	DE		0	Europe/Berlin	47.64246	13.08061				02	091	09172	09172116
2848069	Ressen	ressen	DE		0	Europe/Berlin	51.6294	14.12863		Rasyn,Rašyn,Ressen		11	00	12066	12066226
2848070	Resse	resse	DE		0	Europe/Berlin	51.57964	7.11335		Buer-Resse,Burresse,Resse		07	055	05513	05513000
2848071	Resse	resse	DE		0	Europe/Berlin	52.50189	9.62847		Resse		06	00	03241	03241019
2848073	Resle	resle	DE		0	Europe/Berlin	47.66473	10.88421				02	091	09190	09190154
2848079	Reselage	reselage	DE		0	Europe/Berlin	52.51172	8.18973				06	00	03460	03460002
2848080	Reschwitz	reschwitz	DE		0	Europe/Berlin	50.62028	11.38224				15	00	16073	16073077
2848082	Reschenberg	reschenberg	DE		0	Europe/Berlin	48.15088	8.04709				01	083	08316	08316055
2848084	Rescheid	rescheid	DE		0	Europe/Berlin	50.43401	6.43517				07	053	05366	05366020
2848091	Reschau	reschau	DE		0	Europe/Berlin	48.47348	13.3007				02	092	09275	09275145
2848092	Resau	resau	DE		0	Europe/Berlin	52.31147	12.83109				11	00	12069	12069656
2848093	Rerik West	rerik-west	DE		0	Europe/Berlin	54.09392	11.58443		Klein Wustrow,Rerik West		12	00	13072	13072085
2848095	Repzin	repzin	DE		0	Europe/Berlin	53.31842	11.73874				12	00	13076	13076068
2848096	Reptich	reptich	DE		0	Europe/Berlin	51.01218	9.17554				05	066	06634	06634010
2848097	Repten	repten	DE		0	Europe/Berlin	51.7595	14.05876		Herpna,Repten		11	00	12066	12066320
2848098	Repslöh	repsloeh	DE		0	Europe/Berlin	51.17579	7.27915				07	051	05120	05120000
2848099	Reppner	reppner	DE		0	Europe/Berlin	52.17341	10.30827				06	00	03102	03102000
2848100	Reppist	reppist	DE		0	Europe/Berlin	51.53831	14.02106		Repisco,Rěpišćo		11	00	12066	12066304
2848101	Reppis	reppis	DE		0	Europe/Berlin	51.41985	13.43974		Reppis		13	00	14627	14627050
2848102	Reppino	reppino	DE		0	Europe/Berlin	51.12708	13.53002				13	00	14627	14627100
2848103	Reppinichen	reppinichen	DE		0	Europe/Berlin	52.13856	12.31151				11	00	12069	12069665
2848104	Reppinghausen	reppinghausen	DE		0	Europe/Berlin	51.07991	7.53868				07	053	05374	05374024
2848106	Reppich	reppich	DE		0	Europe/Berlin	50.5	9.8				05	066	06631	06631017
2848107	Repperweiler	repperweiler	DE		0	Europe/Berlin	47.99709	9.36535				01	084	08437	08437053
2848108	Repperndorf	repperndorf	DE		0	Europe/Berlin	49.7502	10.12235		Repperndorf		02	096	09675	09675141
2848109	Reppentin	reppentin	DE		0	Europe/Berlin	53.43306	12.22864				12	00	13076	13076114
2848111	Reppenhagen	reppenhagen	DE		0	Europe/Berlin	53.93457	11.11928				12	00	13074	13074016
2848112	Reppen	reppen	DE		0	Europe/Berlin	51.27064	13.19755				13	00	14730	14730210
2848113	Reppelin	reppelin	DE		0	Europe/Berlin	54.09272	12.43687				12	00	13072	13072091
2848115	Repnitz	repnitz	DE		0	Europe/Berlin	54.00141	12.56819				12	00	13072	13072111
2848118	Repke	repke	DE		0	Europe/Berlin	52.70694	10.53423				06	00	03151	03151007
2848119	Repitz	repitz	DE		0	Europe/Berlin	51.58324	13.01318		Repitz		13	00	14730	14730310
2848120	Repinghofen	repinghofen	DE		0	Europe/Berlin	51.07687	7.10353				07	053	05378	05378008
2848122	Repente	repente	DE		0	Europe/Berlin	53.16763	12.81819				11	00	12068	12068353
2848123	Repelen	repelen	DE		0	Europe/Berlin	51.48723	6.60066				07	051	05170	05170024
2848124	Repe	repe	DE		0	Europe/Berlin	51.10941	7.92966		Repe		07	059	05966	05966004
2848125	Repau	repau	DE		0	Europe/Berlin	51.71426	12.06863				14	00	15082	15082377
2848128	Renzling	renzling	DE		0	Europe/Berlin	48.79522	13.17106				02	092	09271	09271123
2848129	Renzert	renzert	DE		0	Europe/Berlin	50.82719	7.33594				07	053	05382	05382040
2848130	Renzenhof	renzenhof	DE		0	Europe/Berlin	49.47186	11.26871				02	095	09574	09574152
2848132	Renzendorf	renzendorf	DE		0	Europe/Berlin	50.70181	9.309				05	065	06535	06535017
2848134	Renzen	renzen	DE		0	Europe/Berlin	49.14797	9.54877				01	081	08126	08126069
2848135	Renzelfelde	renzelfelde	DE		0	Europe/Berlin	52.77343	9.0367				06	00	03251	03251002
2848136	Renzel	renzel	DE		0	Europe/Berlin	53.7214	9.85867				10	00	01056	01056041
2848137	Renzel	renzel	DE		0	Europe/Berlin	52.57834	8.72716				06	00	03251	03251043
2848139	Renz	renz	DE		0	Europe/Berlin	54.52686	13.22806				12	00	13073	13073081
2848140	Renz	renz	DE		0	Europe/Berlin	54.3026	13.33859				12	00	13073	13073065
2848141	Rentzmühlenhäuser	rentzmuehlenhaeuser	DE		0	Europe/Berlin	50.57208	12.15965				13	00	14523	14523330
2848145	Rentrup	rentrup	DE		0	Europe/Berlin	51.81636	8.25253				07	057	05754	05754028
2848146	Rentrup	rentrup	DE		0	Europe/Berlin	52.53022	7.4682				06	00	03454	03454028
2848149	Rentrisch	rentrisch	DE		0	Europe/Berlin	49.26744	7.08406		Rentrisch		09	00	10045	10045117
2848150	Rentpoldenreuth	rentpoldenreuth	DE		0	Europe/Berlin	48.81328	13.42962				02	092	09272	09272138
2848151	Rentorf	rentorf	DE		0	Europe/Berlin	52.07033	8.936				07	057	05766	05766036
2848155	Rentfort	rentfort	DE		0	Europe/Berlin	51.57634	6.95662		Rentfort		07	055	05562	05562014
2848156	Rentershofen	rentershofen	DE		0	Europe/Berlin	47.61609	9.96181				02	097	09776	09776124
2848158	Rensow	rensow	DE		0	Europe/Berlin	53.92129	12.50955				12	00	13072	13072082
2848161	Rensing	rensing	DE		0	Europe/Berlin	53.96787	9.7303				10	00	01061	01061049
2848162	Rensing	rensing	DE		0	Europe/Berlin	52.08333	6.78333				07	055	05554	05554068
2848165	Renshausen	renshausen	DE		0	Europe/Berlin	51.60368	10.10325		Renshausen		06	00	03159	03159022
2848166	Rensefeld	rensefeld	DE		0	Europe/Berlin	53.91997	10.67609				10	00	01055	01055004
2848174	Renninghausen	renninghausen	DE		0	Europe/Berlin	51.4791	7.45054		Renninghausen		07	059	05913	05913000
2848178	Rennhofen	rennhofen	DE		0	Europe/Berlin	49.55029	10.66269				02	095	09575	09575121
2848180	Rennesberg	rennesberg	DE		0	Europe/Berlin	50.25664	11.36742				02	094	09476	09476145
2848183	Rennertehausen	rennertehausen	DE		0	Europe/Berlin	51.02562	8.69287				05	066	06635	06635001
2848184	Rennersdorf	rennersdorf	DE		0	Europe/Berlin	51.06771	14.06362				13	00	14628	14628380
2848185	Rennersdorf	rennersdorf	DE		0	Europe/Berlin	51.06902	13.60866				13	00	14612	14612000
2848186	Rennersdorf	rennersdorf	DE		0	Europe/Berlin	51.02572	14.79995		Rennersdorf,Rennersdorf/Oberlausitz		13	00	14626	14626180
2848188	Renneritz	renneritz	DE		529	Europe/Berlin	51.60169	12.22581		Renneritz		14	00	15082	15082340
2848189	Rennerde	rennerde	DE		0	Europe/Berlin	51.32547	7.62194				07	059	05962	05962044
2848190	Renneperstraße	renneperstrasse	DE		0	Europe/Berlin	51.24245	6.28472		Renneperstrasse,Renneperstraße		07	051	05166	05166024
2848192	Rennekoven	rennekoven	DE		0	Europe/Berlin	51.28134	6.32028				07	051	05166	05166016
2848198	Rennebaum	rennebaum	DE		0	Europe/Berlin	51.63002	7.05874				07	055	05562	05562024
2848199	Rennebaum	rennebaum	DE		0	Europe/Berlin	51.34534	7.2961				07	059	05954	05954028
2848200	Renne	renne	DE		0	Europe/Berlin	51.23333	6.33333				07	051	05166	05166032
2848201	Rennbothen	rennbothen	DE		0	Europe/Berlin	47.63301	10.58461				02	097	09777	09777170
2848205	Renkhausen	renkhausen	DE		0	Europe/Berlin	52.33234	8.65583				07	057	05770	05770020
2848209	Renholding	renholding	DE		0	Europe/Berlin	48.68656	13.30606				02	092	09275	09275111
2848210	Renholding	renholding	DE		0	Europe/Berlin	48.6714	13.26581		Benholding,Renholding		02	092	09275	09275159
2848211	Renhardsweiler	renhardsweiler	DE		0	Europe/Berlin	48.00373	9.57244				01	084	08437	08437100
2848212	Rengwartling	rengwartling	DE		0	Europe/Berlin	48.61755	12.94106				02	092	09279	09279113
2848213	Rengshausen	rengshausen	DE		0	Europe/Berlin	51.00719	9.53694				05	066	06634	06634011
2848218	Rengetsweiler	rengetsweiler	DE		0	Europe/Berlin	47.96779	9.17666		Rengetsweiler		01	084	08437	08437078
2848220	Rengert	rengert	DE		0	Europe/Berlin	50.87157	7.29466				07	053	05382	05382040
2848221	Rengersweiler	rengersweiler	DE		0	Europe/Berlin	47.60688	9.66517				02	097	09776	09776116
2848222	Rengersricht	rengersricht	DE		0	Europe/Berlin	49.2743	11.30261				02	093	09373	09373156
2848223	Rengerslage	rengerslage	DE		0	Europe/Berlin	52.81279	11.89382				14	00	15090	15090415
2848224	Rengershausen	rengershausen	DE		0	Europe/Berlin	51.85895	9.77867				06	00	03155	03155013
2848225	Rengershausen	rengershausen	DE		0	Europe/Berlin	51.25534	9.45346				05	066	06633	06633003
2848226	Rengershausen	rengershausen	DE		0	Europe/Berlin	51.10699	8.70191				05	066	06635	06635011
2848227	Rengershausen	rengershausen	DE		0	Europe/Berlin	49.40498	9.72463				01	081	08128	08128007
2848228	Rengersfeld	rengersfeld	DE		0	Europe/Berlin	50.4299	9.9131				05	066	06631	06631010
2848229	Rengersdorf	rengersdorf	DE		0	Europe/Berlin	48.6237	12.78525				02	092	09279	09279113
2848230	Rengersbrunn	rengersbrunn	DE		0	Europe/Berlin	50.11758	9.5472				02	096	09677	09677128
2848231	Rengers	rengers	DE		0	Europe/Berlin	47.71921	10.05606				01	084	08436	08436049
2848233	Rengering	rengering	DE		0	Europe/Berlin	51.80999	8.6162				07	057	05774	05774020
2848234	Rengental	rengental	DE		0	Europe/Berlin	47.98333	8.23333				01	083	08315	08315031
2848235	Rengen	rengen	DE		0	Europe/Berlin	50.22479	6.84185				08	00	07233	07233501
2848236	Rengelrode	rengelrode	DE		0	Europe/Berlin	51.37971	10.09347		Rengelrode		15	00	16061	16061045
2848237	Renfting	renfting	DE		0	Europe/Berlin	48.6277	13.61838				02	092	09275	09275126
2848239	Renften	renften	DE		0	Europe/Berlin	49.08972	12.75453				02	092	09278	09278178
2848240	Renfrizhausen	renfrizhausen	DE		0	Europe/Berlin	48.36902	8.70473				01	083	08325	08325057
2848247	Rensdorf	rensdorf	DE		0	Europe/Berlin	53.39904	10.66566		Rendorf		12	00	13076	13076106
2848248	Rendel	rendel	DE		0	Europe/Berlin	50.21514	8.79095				05	064	06440	06440012
2848250	Renda	renda	DE		0	Europe/Berlin	51.06799	10.07466				05	066	06636	06636010
2848255	Remtengrün	remtengruen	DE		0	Europe/Berlin	50.31232	12.27484		Adorf-Remtengrun,Adorf-Remtengrün,Remtengrun,Remtengrün		13	00	14523	14523010
2848259	Remstädt	remstaedt	DE		998	Europe/Berlin	50.97897	10.68781		Remstadt,Remstaedt,Remstädt	16067091	15	00	16067	16067091
2848260	Remshart	remshart	DE		0	Europe/Berlin	48.45175	10.37727				02	097	09774	09774174
2848262	Remshagen	remshagen	DE		0	Europe/Berlin	51.02108	7.42195		Remshagen		07	053	05374	05374020
2848263	Remsfeld	remsfeld	DE		0	Europe/Berlin	51.00212	9.47177				05	066	06634	06634011
2848266	Remsede	remsede	DE		0	Europe/Berlin	52.12959	8.10654		Hramasithi		06	00	03459	03459005
2848270	Remschütz	remschuetz	DE		0	Europe/Berlin	50.67116	11.35349				15	00	16073	16073077
2848271	Remschoß	remschoss	DE		0	Europe/Berlin	50.81605	7.32792				07	053	05382	05382040
2848272	Remschlitz	remschlitz	DE		0	Europe/Berlin	50.2737	11.39467				02	094	09476	09476189
2848274	Remsa	remsa	DE		0	Europe/Berlin	51.2436	12.95391				13	00	14730	14730200
2848275	Remsa	remsa	DE		0	Europe/Berlin	51.00423	12.47513				15	00	16077	16077052
2848281	Rempesgrün	rempesgruen	DE		0	Europe/Berlin	50.49312	12.41824		Auerbach-Rempesgrun,Auerbach-Rempesgrün		13	00	14523	14523020
2848282	Rempertshofen	rempertshofen	DE		0	Europe/Berlin	47.8085	9.87714				01	084	08436	08436052
2848283	Remperg	remperg	DE		0	Europe/Berlin	50.93647	7.60719		Remperg		07	053	05374	05374048
2848289	Remnatsried	remnatsried	DE		0	Europe/Berlin	47.75507	10.73619				02	097	09777	09777171
2848292	Remmingsheim	remmingsheim	DE		0	Europe/Berlin	48.48194	8.88463				01	084	08416	08416049
2848293	Remmighausen	remmighausen	DE		0	Europe/Berlin	51.91357	8.91111				07	057	05766	05766020
2848294	Remmesweiler	remmesweiler	DE		0	Europe/Berlin	49.44034	7.12378				09	00	10046	10046117
2848295	Remmesfürth	remmesfuerth	DE		0	Europe/Berlin	49.41456	7.25984				09	00	10043	10043115
2848298	Remmeltshofen	remmeltshofen	DE		0	Europe/Berlin	48.38236	10.1433				02	097	09775	09775143
2848299	Remmelsohl	remmelsohl	DE		0	Europe/Berlin	50.99193	7.56689		Remmelsohl		07	053	05374	05374012
2848300	Remmelsberg	remmelsberg	DE		0	Europe/Berlin	48.45811	12.7765				02	092	09277	09277119
2848301	Remmelsberg	remmelsberg	DE		0	Europe/Berlin	47.83313	10.39786				02	097	09777	09777176
2848305	Remmelberg	remmelberg	DE		0	Europe/Berlin	49.67379	12.2819				02	093	09374	09374160
2848307	Remlingrade	remlingrade	DE		0	Europe/Berlin	51.23573	7.33477		Remlingrade		07	053	05374	05374036
2848311	Remkersleben	remkersleben	DE		0	Europe/Berlin	52.0883	11.3529				14	00	15083	15083531
2848313	Remishof	remishof	DE		0	Europe/Berlin	47.77804	8.83635				01	083	08335	08335075
2848318	Remetschwiel	remetschwiel	DE		0	Europe/Berlin	47.67778	8.15257		Remetschweil,Remetschwiel		01	083	08337	08337118
2848320	Remerz	remerz	DE		0	Europe/Berlin	50.49054	9.83004				05	066	06631	06631021
2848321	Remerscheid	remerscheid	DE		0	Europe/Berlin	51.00995	7.46029		Remerscheid		07	053	05374	05374008
2848323	Remels	remels	DE		0	Europe/Berlin	53.30651	7.75124		Remels		06	00	03457	03457020
2848325	Remderoda	remderoda	DE		0	Europe/Berlin	50.93809	11.5238				15	00	16053	16053000
2848326	Remda	remda	DE		0	Europe/Berlin	50.75944	11.2272				15	00	16073	16073076
2848329	Rembrücken	rembruecken	DE		0	Europe/Berlin	50.04956	8.85241				05	064	06438	06438005
2848330	Rembrechts	rembrechts	DE		0	Europe/Berlin	47.68764	9.7385				01	084	08436	08436081
2848331	Remblinghausen	remblinghausen	DE		0	Europe/Berlin	51.30272	8.30251		Remblinghausen		07	059	05958	05958032
2848332	Remberg-Eppenhausen	remberg-eppenhausen	DE		0	Europe/Berlin	51.35849	7.50296				07	059	05914	05914000
2848334	Rembach	rembach	DE		0	Europe/Berlin	48.60504	12.90301				02	092	09277	09277142
2848336	Relzow	relzow	DE		0	Europe/Berlin	53.8866	13.70849				12	00	13075	13075094
2848339	Rellinghausen	rellinghausen	DE		0	Europe/Berlin	51.42375	7.03953		Rellinghausen		07	051	05113	05113000
2848341	Rellin	rellin	DE		0	Europe/Berlin	54.29161	10.96912				10	00	01055	01055022
2848342	Relliehausen	relliehausen	DE		0	Europe/Berlin	51.77666	9.68677				06	00	03155	03155003
2848344	Relbehausen	relbehausen	DE		0	Europe/Berlin	51.01482	9.45368				05	066	06634	06634009
2848345	Rekum	rekum	DE		0	Europe/Berlin	53.21976	8.50865				03	00	04011	04011000
2848346	Rekentin	rekentin	DE		0	Europe/Berlin	54.10787	12.83615				12	00	13073	13073093
2848349	Reizendorf	reizendorf	DE		0	Europe/Berlin	49.85098	11.42864		Reizendorf		02	094	09472	09472111
2848350	Reitzenstein	reitzenstein	DE		0	Europe/Berlin	50.37552	11.73584	569			02	094	09475	09475137
2848354	Reitzenhagen	reitzenhagen	DE		0	Europe/Berlin	51.12567	9.10526				05	066	06635	06635003
2848355	Reitzengeschwenda	reitzengeschwenda	DE		0	Europe/Berlin	50.59217	11.53779				15	00	16073	16073107
2848356	Reitzendorf	reitzendorf	DE		0	Europe/Berlin	51.02563	13.90268				13	00	14612	14612000
2848359	Reitze	reitze	DE		0	Europe/Berlin	52.98953	11.07964		Reitze		06	00	03354	03354013
2848365	Reitscheid	reitscheid	DE		0	Europe/Berlin	49.52989	7.21909				09	00	10046	10046111
2848366	Reitsch	reitsch	DE		0	Europe/Berlin	50.29754	11.29934				02	094	09476	09476178
2848368	Reitprechts	reitprechts	DE		0	Europe/Berlin	48.76335	9.7565				01	081	08136	08136065
2848369	Reitmoor	reitmoor	DE		0	Europe/Berlin	53.40682	8.56156				06	00	03352	03352032
2848372	Reitmehring	reitmehring	DE		0	Europe/Berlin	48.05651	12.18654				02	091	09187	09187182
2848375	Reitmaier	reitmaier	DE		0	Europe/Berlin	48.71667	12.51667				02	092	09279	09279128
2848379	Reitland	reitland	DE		0	Europe/Berlin	53.43062	8.31901				06	00	03461	03461009
2848380	Reitl	reitl	DE		0	Europe/Berlin	47.8319	12.26084				02	091	09187	09187167
2848381	Reiting	reiting	DE		0	Europe/Berlin	49.08495	12.26972				02	093	09375	09375119
2848384	Reitholz	reitholz	DE		0	Europe/Berlin	48.60378	12.53684				02	092	09279	09279134
2848385	Reithof	reithof	DE		0	Europe/Berlin	48.77794	12.57123				02	092	09278	09278146
2848386	Reithofen	reithofen	DE		0	Europe/Berlin	48.20022	11.96452		Reithof,Reithofen		02	091	09177	09177135
2848389	Reithen	reithen	DE		0	Europe/Berlin	48.57445	12.53956				02	092	09279	09279126
2848393	Reithannerl	reithannerl	DE		0	Europe/Berlin	48.54713	12.45519				02	092	09274	09274112
2848396	Reitham	reitham	DE		0	Europe/Berlin	47.81615	11.71949				02	091	09182	09182136
2848398	Reith	reith	DE		0	Europe/Berlin	53.43154	9.35646				06	00	03359	03359008
2848399	Reith	reith	DE		0	Europe/Berlin	50.19428	9.92452				02	096	09672	09672139
2848400	Reith	reith	DE		0	Europe/Berlin	48.74406	12.50333				02	092	09279	09279127
2848401	Reith	reith	DE		0	Europe/Berlin	48.58481	12.36928				02	092	09279	09279130
2848402	Reith	reith	DE		0	Europe/Berlin	48.56342	12.61631				02	092	09279	09279134
2848403	Reith	reith	DE		0	Europe/Berlin	48.53329	11.81331				02	091	09178	09178144
2848404	Reith	reith	DE		0	Europe/Berlin	48.51412	12.8103				02	092	09277	09277111
2848405	Reith	reith	DE		0	Europe/Berlin	48.49594	12.77219				02	092	09277	09277119
2848406	Reith	reith	DE		0	Europe/Berlin	48.42357	13.23609				02	092	09275	09275149
2848407	Reith	reith	DE		0	Europe/Berlin	48.33799	13.24059				02	092	09275	09275130
2848408	Reith	reith	DE		0	Europe/Berlin	48.32557	13.18663				02	092	09275	09275132
2848409	Reith	reith	DE		0	Europe/Berlin	48.24751	12.94902				02	092	09277	09277127
2848410	Reith	reith	DE		0	Europe/Berlin	48.17036	12.47015				02	091	09183	09183124
2848411	Reith	reith	DE		0	Europe/Berlin	48.09504	12.07691				02	091	09187	09187159
2848412	Reith	reith	DE		0	Europe/Berlin	48.09081	11.97252				02	091	09175	09175115
2848413	Reith	reith	DE		0	Europe/Berlin	47.85377	11.61753		Klosterhof		02	091	09173	09173118
2848426	Reitgesing	reitgesing	DE		0	Europe/Berlin	48.06431	11.9345				02	091	09175	09175115
2848427	Reitgarten	reitgarten	DE		0	Europe/Berlin	48.4227	12.11576				02	091	09177	09177121
2848429	Reiterswiesen	reiterswiesen	DE		0	Europe/Berlin	50.18322	10.09931				02	096	09672	09672114
2848435	Reitersau	reitersau	DE		0	Europe/Berlin	47.68883	10.84553				02	091	09190	09190154
2848436	Reitern	reitern	DE		0	Europe/Berlin	48.67695	13.1825				02	092	09275	09275127
2848437	Reiterhof	reiterhof	DE		0	Europe/Berlin	49.59873	7.84652				08	00	07333	07333069
2848450	Reitenstein	reitenstein	DE		0	Europe/Berlin	49.17884	12.88018				02	093	09372	09372137
2848451	Reitenbuch	reitenbuch	DE		0	Europe/Berlin	48.31625	10.67389				02	097	09772	09772141
2848458	Reitelshofen	reitelshofen	DE		0	Europe/Berlin	49.40013	11.55009				02	093	09373	09373140
2848461	Reitbrook	reitbrook	DE		0	Europe/Berlin	53.46787	10.14856				04	00	02000	02000000
2848463	Reitberg	reitberg	DE		0	Europe/Berlin	53.24461	8.5739				06	00	03356	03356009
2848464	Reitberg	reitberg	DE		0	Europe/Berlin	48.67823	12.8954				02	092	09271	09271152
2848474	Reit	reit	DE		0	Europe/Berlin	48.74837	12.80297				02	092	09271	09271143
2848475	Reit	reit	DE		0	Europe/Berlin	48.72283	13.19012				02	092	09271	09271127
2848476	Reit	reit	DE		0	Europe/Berlin	48.58861	12.99418				02	092	09275	09275114
2848477	Reit	reit	DE		0	Europe/Berlin	48.56365	12.4388				02	092	09279	09279124
2848478	Reit	reit	DE		0	Europe/Berlin	48.24072	12.41653				02	091	09183	09183112
2848479	Reit	reit	DE		0	Europe/Berlin	48.17531	12.2841				02	091	09183	09183118
2848480	Reit	reit	DE		0	Europe/Berlin	48.12446	12.44202				02	091	09183	09183145
2848481	Reit	reit	DE		0	Europe/Berlin	47.82628	12.31034		Reit		02	091	09187	09187132
2848482	Reit	reit	DE		0	Europe/Berlin	47.77343	11.8179				02	091	09182	09182125
2848509	Reisweiler	reisweiler	DE		0	Europe/Berlin	49.36158	6.89319				09	00	10044	10044116
2848510	Reistingen	reistingen	DE		0	Europe/Berlin	48.67641	10.41173		Reistingen		02	097	09773	09773186
2848511	Reisting	reisting	DE		0	Europe/Berlin	48.55349	12.78141				02	092	09277	09277111
2848512	Reisting	reisting	DE		0	Europe/Berlin	48.39941	13.37809				02	092	09275	09275141
2848514	Reistenhausen	reistenhausen	DE		0	Europe/Berlin	49.77294	9.31752		Reistenhausen		02	096	09676	09676117
2848516	Reiste	reiste	DE		0	Europe/Berlin	51.26402	8.2411		Reiste		07	059	05958	05958016
2848519	Reißing	reissing	DE		0	Europe/Berlin	48.87007	11.90867				02	092	09273	09273166
2848520	Reißing	reissing	DE		0	Europe/Berlin	48.75636	12.63865				02	092	09278	09278167
2848521	Reißig	reissig	DE		0	Europe/Berlin	50.52028	12.14777				13	00	14523	14523320
2848529	Reißdamm	reissdamm	DE		0	Europe/Berlin	51.44083	13.59502				11	00	12062	12062124
2848538	Reislingen	reislingen	DE		0	Europe/Berlin	52.4198	10.84351				06	00	03103	03103000
2848539	Reislas	reislas	DE		0	Europe/Berlin	49.92014	11.77608				02	094	09472	09472156
2848548	Reisiek	reisiek	DE		0	Europe/Berlin	53.75746	9.69945				10	00	01056	01056031
2848549	Reisholz	reisholz	DE		0	Europe/Berlin	51.17696	6.85933		Reisholz		07	051	05111	05111000
2848550	Reishof	reishof	DE		0	Europe/Berlin	49.06667	10				01	081	08127	08127103
2848554	Reisgang	reisgang	DE		0	Europe/Berlin	48.51549	11.5092				02	091	09186	09186126
2848555	Reisgang	reisgang	DE		0	Europe/Berlin	47.75675	10.76805				02	091	09190	09190114
2848556	Reisfeld	reisfeld	DE		0	Europe/Berlin	49.52054	9.80913				01	081	08128	08128058
2848558	Reisersberg	reisersberg	DE		0	Europe/Berlin	48.77975	13.49597				02	092	09272	09272141
2848561	Reiserhof	reiserhof	DE		0	Europe/Berlin	48.72832	13.22805				02	092	09271	09271114
2848565	Reiserdorf	reiserdorf	DE		0	Europe/Berlin	49.74722	12.18538				02	093	09374	09374158
2848572	Reiser	reiser	DE		0	Europe/Berlin	51.25218	10.46958				15	00	16064	16064071
2848576	Reisensburg	reisensburg	DE		0	Europe/Berlin	48.46108	10.30397				02	097	09774	09774135
2848582	Reisenbacher Grund	reisenbacher-grund	DE		0	Europe/Berlin	49.49098	9.10938				01	082	08225	08225060
2848584	Reisenbach	reisenbach	DE		0	Europe/Berlin	49.50452	9.12494		Reisenbach		01	082	08225	08225060
2848585	Reisen	reisen	DE		0	Europe/Berlin	49.57764	8.7203				05	064	06431	06431004
2848586	Reisen	reisen	DE		0	Europe/Berlin	48.34142	11.87029		Reisen		02	091	09177	09177116
2848588	Reiselfingen	reiselfingen	DE		0	Europe/Berlin	47.85552	8.35303				01	083	08315	08315070
2848595	Reischvitz	reischvitz	DE		0	Europe/Berlin	54.422	13.3851				12	00	13073	13073063
2848596	Reischmann	reischmann	DE		0	Europe/Berlin	47.73111	9.85586				01	084	08436	08436081
2848598	Reisching	reisching	DE		0	Europe/Berlin	48.51667	13.35				02	092	09275	09275122
2848600	Reischenhart	reischenhart	DE		0	Europe/Berlin	47.76875	12.10865				02	091	09187	09187165
2848602	Reischenau	reischenau	DE		0	Europe/Berlin	48.31893	10.58584				02	097	09772	09772131
2848610	Reisch	reisch	DE		0	Europe/Berlin	48.04349	10.91603				02	091	09181	09181130
2848612	Reisbitzen	reisbitzen	DE		0	Europe/Berlin	50.70441	7.46303				08	00	07132	07132062
2848614	Reisberg	reisberg	DE		0	Europe/Berlin	48.82648	12.4546				02	092	09278	09278123
2848624	Reisawimm	reisawimm	DE		0	Europe/Berlin	48.54805	12.90419				02	092	09277	09277142
2848625	Reisat	reisat	DE		0	Europe/Berlin	48.56838	12.8778				02	092	09277	09277111
2848627	Reisachshof	reisachshof	DE		0	Europe/Berlin	49.19124	9.75745				01	081	08127	08127009
2848628	Reisachöd	reisachod	DE		0	Europe/Berlin	48.10455	12.6909				02	091	09171	09171119
2848629	Reisachöd	reisachod	DE		0	Europe/Berlin	47.93455	11.88326				02	091	09187	09187130
2848630	Reisachmühle	reisachmuhle	DE		0	Europe/Berlin	49.01277	13.20668				02	092	09276	09276148
2848632	Reisach	reisach	DE		0	Europe/Berlin	48.64977	12.78726				02	092	09279	09279113
2848633	Reisach	reisach	DE		0	Europe/Berlin	48.58046	13.38263				02	092	09262	09262000
2848634	Reisach	reisach	DE		0	Europe/Berlin	49.74281	11.56472				02	094	09472	09472175
2848635	Reisach	reisach	DE		0	Europe/Berlin	49.60493	11.7685				02	093	09371	09371156
2848636	Reisach	reisach	DE		0	Europe/Berlin	49.53438	12.27725		Reisach		02	093	09376	09376173
2848637	Reisach	reisach	DE		0	Europe/Berlin	49.27707	12.73441				02	093	09372	09372174
2848638	Reisach	reisach	DE		0	Europe/Berlin	49.10746	9.398				01	081	08125	08125059
2848639	Reisach	reisach	DE		0	Europe/Berlin	48.65501	12.99695				02	092	09271	09271141
2848640	Reisach	reisach	DE		0	Europe/Berlin	48.59792	13.25906				02	092	09275	09275154
2848641	Reisach	reisach	DE		0	Europe/Berlin	48.5782	12.6073				02	092	09279	09279134
2848643	Reisach	reisach	DE		0	Europe/Berlin	48.51444	12.78613				02	092	09277	09277111
2848644	Reisach	reisach	DE		0	Europe/Berlin	48.48333	12.76667				02	092	09277	09277119
2848645	Reisach	reisach	DE		0	Europe/Berlin	48.04463	12.19238				02	091	09187	09187182
2848646	Reisach	reisach	DE		0	Europe/Berlin	47.81667	11.81667				02	091	09182	09182125
2848651	Reisach	reisach	DE		0	Europe/Berlin	49.09253	11.03877				02	095	09577	09577141
2848664	Reippersberg	reippersberg	DE		0	Europe/Berlin	48.96803	9.74934				01	081	08127	08127025
2848667	Reipisch	reipisch	DE		0	Europe/Berlin	51.31909	11.94075		Reipisch		14	00	15088	15088065
2848668	Reipertshofen	reipertshofen	DE		0	Europe/Berlin	48.3098	11.45767				02	091	09174	09174122
2848669	Reipertshofen	reipertshofen	DE		0	Europe/Berlin	47.80678	9.90979				01	084	08436	08436052
2848670	Reipertsgesee	reipertsgesee	DE		0	Europe/Berlin	49.66092	11.38474				02	094	09472	09472118
2848671	Reipersberg	reipersberg	DE		0	Europe/Berlin	47.92457	12.19216				02	091	09187	09187181
2848672	Reiperding	reiperding	DE		0	Europe/Berlin	48.80897	13.12661				02	092	09271	09271113
2848674	Reinwarzhofen	reinwarzhofen	DE		0	Europe/Berlin	49.07817	11.18723		Reinwarzhofen		02	095	09576	09576148
2848676	Reinting	reinting	DE		0	Europe/Berlin	48.37487	12.15083				02	091	09177	09177121
2848677	Reinthal	reinthal	DE		0	Europe/Berlin	48.72292	12.56492				02	092	09279	09279132
2848678	Reinthal	reinthal	DE		0	Europe/Berlin	48.4252	12.27472				02	092	09274	09274134
2848679	Reinthal	reinthal	DE		0	Europe/Berlin	47.85317	11.8197				02	091	09182	09182137
2848680	Reinthal	reinthal	DE		0	Europe/Berlin	47.78089	10.15314				02	097	09780	09780112
2848685	Reint	reint	DE		0	Europe/Berlin	48.30026	8.43141				01	083	08325	08325001
2848686	Reinswinden	reinswinden	DE		0	Europe/Berlin	49.35411	10.29543				02	095	09571	09571155
2848693	Reinstetten	reinstetten	DE		0	Europe/Berlin	48.11034	9.94709		Reinstetten		01	084	08426	08426087
2848700	Reinsport	reinsport	DE		0	Europe/Berlin	49.88333	6.91667				08	00	07231	07231105
2848712	Reinsen	reinsen	DE		0	Europe/Berlin	52.31475	9.27022				06	00	03257	03257035
2848714	Reinsehlen	reinsehlen	DE		0	Europe/Berlin	53.15378	9.80793		Reinsaehlen,Reinsehlen,Reinsählen		06	00	03358	03358019
2848729	Reinsbüttel	reinsbuettel	DE		416	Europe/Berlin	54.17881	8.91169		Reinsbuttel,Reinsbüttel	01051093	10	00	01051	01051093
2848730	Reinsbürg	reinsburg	DE		0	Europe/Berlin	49.26752	10.10872				01	081	08127	08127071
2848733	Reinsbüll	reinsbuell	DE		0	Europe/Berlin	54.38393	8.81343				10	00	01054	01054135
2848734	Reinsbronn	reinsbronn	DE		0	Europe/Berlin	49.49755	10.04246				01	081	08128	08128020
2848740	Reinsbek	reinsbek	DE		0	Europe/Berlin	53.92203	10.52631				10	00	01060	01060067
2848741	Reinpusch	reinpusch	DE		0	Europe/Berlin	51.68612	14.2991				11	00	12071	12071057
2848743	Reinkes Hof	reinkes-hof	DE		0	Europe/Berlin	52.98333	12.08333				11	00	12070	12070149
2848744	Reinkenort	reinkenort	DE		0	Europe/Berlin	52.22749	8.62055				07	057	05758	05758020
2848745	Reinkenhagen Dorf	reinkenhagen-dorf	DE		0	Europe/Berlin	54.19242	13.18316		Reinkenhagen		12	00	13073	13073090
2848747	Reininghausen	reininghausen	DE		0	Europe/Berlin	51.19622	7.62146				07	059	05962	05962032
2848748	Reininghausen	reininghausen	DE		0	Europe/Berlin	51.03133	7.57766		Reininghausen		07	053	05374	05374012
2848750	Reiningen	reiningen	DE		0	Europe/Berlin	52.91888	10.05539				06	00	03358	03358023
2848751	Reiningen	reiningen	DE		0	Europe/Berlin	52.44391	8.31761				07	057	05770	05770044
2848754	Reinig	reinig	DE		0	Europe/Berlin	49.70444	6.54572				08	00	07235	07235143
2848758	Reinholdshain	reinholdshain	DE		0	Europe/Berlin	50.89805	13.69351				13	00	14628	14628060
2848759	Reinholdshain	reinholdshain	DE		0	Europe/Berlin	50.83751	12.56682		Reinholdshain		13	00	14524	14524080
2848766	Reinhausen	reinhausen	DE		9207	Europe/Berlin	49.03092	12.11329		Reinhausen		02	093	09362	09362000
2848767	Reinhausen	reinhausen	DE		0	Europe/Berlin	51.46788	9.98692		Reinhausen		06	00	03159	03159015
2848769	Reinharz	reinharz	DE		0	Europe/Berlin	51.70079	12.6755		Reinharz		14	00	15091	15091020
2848771	Reinhartsmais	reinhartsmais	DE		0	Europe/Berlin	48.94865	13.10029				02	092	09276	09276138
2848772	Reinhartshofen	reinhartshofen	DE		0	Europe/Berlin	48.23474	10.73572		Reinhartshofen		02	097	09772	09772151
2848773	Reinhartshausen	reinhartshausen	DE		0	Europe/Berlin	48.25923	10.72843		Reinhartshausen		02	097	09772	09772125
2848774	Reinharts	reinharts	DE		0	Europe/Berlin	47.74097	10.33678		Reinharts		02	097	09763	09763000
2848775	Reinhardtswalde	reinhardtswalde	DE		0	Europe/Berlin	50.4437	11.96054		Reinhardtswalde		13	00	14523	14523450
2848781	Reinhardtsdorf	reinhardtsdorf	DE		0	Europe/Berlin	50.89437	14.19039				13	00	14628	14628330
2848784	Reinhardsrieth	reinhardsrieth	DE		0	Europe/Berlin	49.67879	12.46596				02	093	09374	09374164
2848785	Reinhardsried	reinhardsried	DE		0	Europe/Berlin	47.78925	10.4815				02	097	09777	09777175
2848786	Reinhardsleiten	reinhardsleiten	DE		0	Europe/Berlin	49.07505	11.98248				02	093	09375	09375184
2848787	Reinhardshofen	reinhardshofen	DE		0	Europe/Berlin	49.076	11.98291				02	093	09375	09375184
2848788	Reinhardshofen	reinhardshofen	DE		0	Europe/Berlin	49.62639	10.653				02	095	09575	09575128
2848791	Reinhardshausen	reinhardshausen	DE		1201	Europe/Berlin	51.11166	9.07514	330			05	066	06635	06635003
2848792	Reinhardshain	reinhardshain	DE		0	Europe/Berlin	50.61995	8.90596				05	065	06531	06531006
2848793	Reinhardsbrunn	reinhardsbrunn	DE		0	Europe/Berlin	50.86171	10.55912		Reinhardsbrunn,Rejnkhardsbrun,Schloss Reinhardsbrunn,Рейнхардсбрун		15	00	16067	16067019
2848797	Reinhardsachsen	reinhardsachsen	DE		0	Europe/Berlin	49.64184	9.34402		Reinhardsachsen		01	082	08225	08225109
2848798	Reinhards	reinhards	DE		0	Europe/Berlin	50.64249	9.88701				15	00	16063	16063032
2848799	Reinhards	reinhards	DE		0	Europe/Berlin	50.53187	9.61441				05	066	06631	06631009
2848800	Reinhards	reinhards	DE		0	Europe/Berlin	50.43965	9.44524		Reinhards		05	065	06535	06535004
2848804	Reingsen	reingsen	DE		0	Europe/Berlin	51.40262	7.62488		Reingsen		07	059	05978	05978028
2848805	Reingrub	reingrub	DE		0	Europe/Berlin	49.60887	11.37815				02	095	09574	09574155
2848808	Reinfeldshof	reinfeldshof	DE		0	Europe/Berlin	50.2929	10.28123				02	096	09673	09673171
2848811	Reinfeld	reinfeld	DE		8340	Europe/Berlin	53.83184	10.49126		Rajnfel'd,Rajnfeld,Reinfeld,lai yin fei er de,raynfld,Райнфельд,Рајнфелд,راينفلد,راینفلد، هول‌اشتاین,赖因费尔德		10	00	01062	01062061
2848813	Reinerzau	reinerzau	DE		0	Europe/Berlin	48.35942	8.37082		Reinerzau		01	082	08237	08237002
2848814	Reinertshof	reinertshof	DE		0	Europe/Berlin	47.60265	10.65384				02	097	09777	09777135
2848819	Reinersreuth	reinersreuth	DE		0	Europe/Berlin	50.14753	11.84418				02	094	09475	09475174
2848820	Reinersdorf	reinersdorf	DE		0	Europe/Berlin	51.25429	13.61768				13	00	14627	14627030
2848821	Reinersdorf	reinersdorf	DE		0	Europe/Berlin	49.62867	10.84994				02	095	09572	09572164
2848825	Reinerbeck	reinerbeck	DE		0	Europe/Berlin	52.04114	9.19822				06	00	03252	03252001
2848830	Reinebuld	reinebuld	DE		0	Europe/Berlin	52.31667	9.26667				06	00	03257	03257035
2848831	Reineberg	reineberg	DE		0	Europe/Berlin	52.28398	8.63517				07	057	05770	05770016
2848833	Reine	reine	DE		0	Europe/Berlin	52.05138	9.17556				06	00	03252	03252001
2848834	Reindorf	reindorf	DE		0	Europe/Berlin	53.3136	9.90748				06	00	03353	03353005
2848835	Reindlschmiede	reindlschmiede	DE		0	Europe/Berlin	47.75594	11.43831				02	091	09173	09173111
2848838	Reinbrunn	reinbrunn	DE		0	Europe/Berlin	49.36656	11.80206				02	093	09371	09371154
2848839	Reinborn	reinborn	DE		0	Europe/Berlin	50.26199	8.35598		Reinborn		05	064	06439	06439016
2848850	Reimsbach	reimsbach	DE		0	Europe/Berlin	49.45059	6.76751		Reimsbach		09	00	10042	10042111
2848852	Reimertshof	reimertshof	DE		0	Europe/Berlin	48.75381	10.6097				02	097	09773	09773117
2848853	Reimershausen	reimershausen	DE		0	Europe/Berlin	50.70478	8.64135				05	065	06534	06534013
2848856	Reimersgrün	reimersgruen	DE		0	Europe/Berlin	50.58946	12.2163				13	00	14523	14523190
2848857	Reimersbude	reimersbude	DE		0	Europe/Berlin	54.38558	9.0027				10	00	01054	01054161
2848859	Reimering	reimering	DE		0	Europe/Berlin	48.34526	12.09464				02	091	09177	09177122
2848860	Reimerdingen	reimerdingen	DE		0	Europe/Berlin	53.04949	9.80174				06	00	03358	03358019
2848862	Reimenrod	reimenrod	DE		0	Europe/Berlin	50.74301	9.42809				05	065	06535	06535006
2848863	Reimboldshausen	reimboldshausen	DE		0	Europe/Berlin	50.81864	9.53251				05	066	06632	06632011
2848864	Reilsheim	reilsheim	DE		0	Europe/Berlin	49.35048	8.77258				01	082	08226	08226006
2848866	Reilos	reilos	DE		0	Europe/Berlin	50.90742	9.73933		Reilos		05	066	06632	06632012
2848870	Reileifzen	reileifzen	DE		0	Europe/Berlin	51.89832	9.46762				06	00	03255	03255002
2848873	Reikering	reikering	DE		0	Europe/Berlin	47.85575	12.18011				02	091	09187	09187177
2848885	Reiherholz	reiherholz	DE		0	Europe/Berlin	53.11359	8.40038				06	00	03458	03458010
2848903	Reihen	reihen	DE		0	Europe/Berlin	49.21835	8.91306		Reihen		01	082	08226	08226085
2848909	Reiflding	reiflding	DE		0	Europe/Berlin	49.03471	12.21996				02	093	09375	09375130
2848910	Reifland	reifland	DE		0	Europe/Berlin	50.73909	13.21111		Reifland		13	00	14521	14521495
2848911	Reifing	reifing	DE		0	Europe/Berlin	47.77741	12.46456				02	091	09189	09189120
2848915	Reiffenhausen	reiffenhausen	DE		0	Europe/Berlin	51.40823	9.97162				06	00	03159	03159013
2848919	Reifertsweiler	reifertsweiler	DE		0	Europe/Berlin	48.37986	10.35444				02	097	09774	09774145
2848920	Reifert	reifert	DE		0	Europe/Berlin	50.56578	7.38861				08	00	07138	07138065
2848921	Reifersdorf	reifersdorf	DE		0	Europe/Berlin	48.527	11.14094				02	097	09771	09771141
2848924	Reifersbrunn	reifersbrunn	DE		0	Europe/Berlin	48.26317	11.01589				02	097	09771	09771146
2848925	Reifersberg	reifersberg	DE		0	Europe/Berlin	48.45065	12.18225				02	092	09274	09274114
2848927	Reifenthal	reifenthal	DE		0	Europe/Berlin	50.13342	7.55612				08	00	07140	07140084
2848928	Reifenthal	reifenthal	DE		0	Europe/Berlin	49.05033	12.02137		Reifenthal		02	093	09375	09375181
2848929	Reifenstein	reifenstein	DE		0	Europe/Berlin	51.34663	10.36438				15	00	16061	16061074
2848938	Reifeld	reifeld	DE		0	Europe/Berlin	50.85844	6.12926				07	053	05334	05334004
2848947	Reiersdorf	reiersdorf	DE		0	Europe/Berlin	53.04952	13.6427				11	00	12073	12073572
2848948	Reiersbach	reiersbach	DE		0	Europe/Berlin	48.57492	8.06799				01	083	08317	08317110
2848949	Reidump	reidump	DE		0	Europe/Berlin	53.64376	7.46407				06	00	03452	03452027
2848951	Reidewitz	reidewitz	DE		0	Europe/Berlin	51.60098	11.6992				14	00	15087	15087165
2848952	Reidervitz	reidervitz	DE		0	Europe/Berlin	54.63717	13.36194				12	00	13073	13073004
2848957	Reidelbach	reidelbach	DE		0	Europe/Berlin	49.5772	6.86817				09	00	10042	10042116
2848958	Reideburg	reideburg	DE		0	Europe/Berlin	51.48399	12.05047		Reideburg		14	00	15002	15002000
2848960	Reick	reick	DE		0	Europe/Berlin	51.01672	13.79033		Dresden-Reick		13	00	14612	14612000
2848963	Reichwalder Schäferei	reichwalder-schaeferei	DE		0	Europe/Berlin	51.39742	14.67321				13	00	14626	14626060
2848964	Reichwalde	reichwalde	DE		0	Europe/Berlin	51.95055	13.71921				11	00	12061	12061017
2848965	Reichwalde	reichwalde	DE		0	Europe/Berlin	51.37696	14.66399		Reichwalde,Rychwald,Rychwałd		13	00	14626	14626060
2848975	Reichstorf	reichstorf	DE		0	Europe/Berlin	48.63832	12.92689				02	092	09279	09279113
2848978	Reichstein	reichstein	DE		0	Europe/Berlin	50.87786	14.04679				13	00	14628	14628340
2848979	Reichstädt	reichstaedt	DE		412	Europe/Berlin	50.92151	12.23417				15	00	16076	16076059
2848980	Reichstädt	reichstaedt	DE		0	Europe/Berlin	50.883	13.6397		Reichstadt,Reichstädt		13	00	14628	14628060
2848982	Reichsdorf	reichsdorf	DE		0	Europe/Berlin	49.06692	12.8725				02	092	09276	09276128
2848985	Reichsberg	reichsberg	DE		0	Europe/Berlin	47.91549	12.63353				02	091	09189	09189155
2848988	Reicholzried	reicholzried	DE		0	Europe/Berlin	47.81571	10.25105				02	097	09780	09780119
2848989	Reicholzheim	reicholzheim	DE		0	Europe/Berlin	49.72815	9.5354		Reicholzheim		01	081	08128	08128131
2848990	Reicholdsgrün	reicholdsgrun	DE		0	Europe/Berlin	50.1219	11.95175				02	094	09479	09479129
2848992	Reichmannshausen	reichmannshausen	DE		0	Europe/Berlin	50.12099	10.3845		Reichmannshausen		02	096	09678	09678174
2848996	Reichlos	reichlos	DE		0	Europe/Berlin	50.46045	9.42739				05	065	06535	06535004
2848997	Reichlkofen	reichlkofen	DE		0	Europe/Berlin	48.52649	12.31439				02	092	09274	09274111
2848998	Reichlingsried	reichlingsried	DE		0	Europe/Berlin	47.93377	10.94011				02	091	09181	09181135
2849002	Reiching	reiching	DE		0	Europe/Berlin	48.1776	12.42869				02	091	09183	09183124
2849003	Reiching	reiching	DE		0	Europe/Berlin	48.12259	12.21319				02	091	09187	09187176
2849004	Reichhut	reichhut	DE		0	Europe/Berlin	48.1565	12.25321				02	091	09183	09183118
2849005	Reichholz	reichholz	DE		0	Europe/Berlin	47.8593	10.44867				02	097	09777	09777154
2849008	Reichertswinn	reichertswinn	DE		0	Europe/Berlin	49.26601	11.66997				02	093	09373	09373167
2849009	Reichertswiesen	reichertswiesen	DE		0	Europe/Berlin	49.36635	9.87384				01	081	08127	08127075
2849010	Reichertswies	reichertswies	DE		0	Europe/Berlin	48.80777	10.89417				02	097	09779	09779129
2849011	Reichertsweiler	reichertsweiler	DE		0	Europe/Berlin	48.71141	10.68639				02	097	09779	09779131
2849012	Reichertsried	reichertsried	DE		0	Europe/Berlin	48.89266	13.16634				02	092	09276	09276126
2849013	Reichertsried	reichertsried	DE		0	Europe/Berlin	48.32342	10.47791				02	097	09774	09774160
2849026	Reichertshaus	reichertshaus	DE		0	Europe/Berlin	47.9436	9.77208				01	084	08436	08436009
2849027	Reichertsham	reichertsham	DE		0	Europe/Berlin	48.42987	13.12946				02	092	09277	09277113
2849028	Reichertsham	reichertsham	DE		0	Europe/Berlin	48.06161	12.31428				02	091	09187	09187116
2849029	Reichertsfeld	reichertsfeld	DE		0	Europe/Berlin	49.43554	11.67727				02	093	09371	09371131
2849031	Reicherting	reicherting	DE		0	Europe/Berlin	48.06582	12.46676				02	091	09189	09189149
2849032	Reicherstetten	reicherstetten	DE		0	Europe/Berlin	48.66547	12.24954				02	092	09274	09274127
2849033	Reicherstein	reicherstein	DE		0	Europe/Berlin	48.60891	11.01921				02	097	09771	09771156
2849034	Reicherskreuz	reicherskreuz	DE		0	Europe/Berlin	52.02815	14.46453				11	00	12071	12071337
2849036	Reichersdorf	reichersdorf	DE		0	Europe/Berlin	49.09845	12.55777				02	093	09372	09372142
2849037	Reichersdorf	reichersdorf	DE		0	Europe/Berlin	49.05379	11.2009				02	095	09576	09576148
2849038	Reichersdorf	reichersdorf	DE		0	Europe/Berlin	48.74793	13.09004				02	092	09271	09271125
2849039	Reichersdorf	reichersdorf	DE		0	Europe/Berlin	48.6256	12.74261				02	092	09279	09279122
2849040	Reichersdorf	reichersdorf	DE		0	Europe/Berlin	48.59222	12.31552				02	092	09274	09274156
2849041	Reichersdorf	reichersdorf	DE		0	Europe/Berlin	48.55703	12.03903				02	092	09274	09274194
2849042	Reichersdorf	reichersdorf	DE		0	Europe/Berlin	48.53041	11.9406				02	091	09178	09178125
2849043	Reichersdorf	reichersdorf	DE		0	Europe/Berlin	48.42956	12.12797				02	092	09274	09274185
2849044	Reichersdorf	reichersdorf	DE		0	Europe/Berlin	47.84176	11.83425				02	091	09182	09182123
2849051	Reiche Reihe	reiche-reihe	DE		0	Europe/Berlin	54.38204	8.85012				10	00	01054	01054135
2849053	Reichenunholden	reichenunholden	DE		0	Europe/Berlin	49.44966	11.62937				02	093	09371	09371116
2849054	Reichental	reichental	DE		0	Europe/Berlin	48.72964	8.38893		Reichental		01	082	08216	08216017
2849055	Reichenstetten	reichenstetten	DE		0	Europe/Berlin	48.96013	11.95423				02	093	09375	09375199
2849056	Reichenstein Falkenburg	reichenstein-falkenburg	DE		0	Europe/Berlin	50.00682	7.85201				08	00	07339	07339058
2849058	Reichenstein	reichenstein	DE		0	Europe/Berlin	50.60301	7.59334		Reichenstein		08	00	07138	07138057
2849059	Reichenstein	reichenstein	DE		0	Europe/Berlin	48.25711	9.55733				01	084	08425	08425073
2849064	Reichensachsen	reichensachsen	DE		0	Europe/Berlin	51.15277	9.99617		Reichensachsen		05	066	06636	06636014
2849065	Reichenrott	reichenrott	DE		0	Europe/Berlin	48.32435	12.44325				02	091	09183	09183143
2849067	Reichenow	reichenow	DE		0	Europe/Berlin	52.64733	14.0698				11	00	12064	12064417
2849068	Reichenöd	reichenod	DE		0	Europe/Berlin	48.6001	12.63387				02	092	09279	09279134
2849069	Reichenöd	reichenod	DE		0	Europe/Berlin	48.54138	12.70402				02	092	09279	09279135
2849070	Reichenkirchen	reichenkirchen	DE		0	Europe/Berlin	48.35792	11.97611		Reichenkirchen		02	091	09177	09177120
2849071	Reichenkam	reichenkam	DE		0	Europe/Berlin	47.88333	11.35				02	091	09173	09173137
2849072	Reichenholz	reichenholz	DE		0	Europe/Berlin	49.35258	11.4099				02	093	09373	09373113
2849074	Reichenhofen	reichenhofen	DE		0	Europe/Berlin	47.84662	9.9676		Reichenhofen		01	084	08436	08436055
2849076	Reichenhausen	reichenhausen	DE		0	Europe/Berlin	50.58354	10.13152				15	00	16066	16066019
2849080	Reicheneibach	reicheneibach	DE		0	Europe/Berlin	48.46534	12.61852				02	092	09277	09277121
2849081	Reicheneck	reicheneck	DE		0	Europe/Berlin	49.47477	11.48648		Reicheneck		02	095	09574	09574128
2849082	Reicheneck	reicheneck	DE		0	Europe/Berlin	48.54051	9.23023				01	084	08415	08415061
2849083	Reichendorf	reichendorf	DE		0	Europe/Berlin	51.26667	14.78333		Kaana,Kanjow		13	00	14626	14626580
2849084	Reichenbuch	reichenbuch	DE		0	Europe/Berlin	50.06086	9.72973				02	096	09677	09677131
2849085	Reichenbuch	reichenbuch	DE		0	Europe/Berlin	49.39493	9.09868		Reichenbuch		01	082	08225	08225058
2849086	Reichenbrunn	reichenbrunn	DE		0	Europe/Berlin	49.25458	7.12786		Reichenbrunn		09	00	10045	10045117
2849087	Reichenborn	reichenborn	DE		0	Europe/Berlin	50.53149	8.17804		Reichenborn		05	065	06533	06533012
2849101	Reichenbach unterm Rechberg	reichenbach-unterm-rechberg	DE		0	Europe/Berlin	48.70858	9.79689		Reichenbach unter Rechberg		01	081	08117	08117015
2849104	Reichenbächle	reichenbachle	DE		0	Europe/Berlin	48.10204	7.90689				01	083	08316	08316039
2849106	Reichenbach im Täle	reichenbach-im-tale	DE		0	Europe/Berlin	48.61566	9.73612		Reichenbach		01	081	08117	08117014
2849108	Reichenbacherhöfe	reichenbacherhofe	DE		0	Europe/Berlin	48.52047	8.37663				01	082	08237	08237004
2849110	Reichenbacherhof	reichenbacherhof	DE		0	Europe/Berlin	49.49745	7.74324				08	00	07335	07335035
2849113	Reichenbach bei Winnenden	reichenbach-bei-winnenden	DE		0	Europe/Berlin	48.8404	9.44378				01	081	08119	08119089
2849115	Reichenbach bei Oberstdorf	reichenbach-bei-oberstdorf	DE		0	Europe/Berlin	47.44381	10.29376		Reichenbach,Reichenbach bei Oberstdorf		02	097	09780	09780133
2849116	Reichenbach bei Biberach	reichenbach-bei-biberach	DE		0	Europe/Berlin	48.06667	9.85		Reichenbach,Reichenbach bei Biberach		01	084	08426	08426120
2849117	Reichenbach an der Murr	reichenbach-an-der-murr	DE		0	Europe/Berlin	48.98993	9.46953				01	081	08119	08119053
2849274	Rehmerloh	rehmerloh	DE		0	Europe/Berlin	52.24321	8.65307		Rehmerloh		07	057	05758	05758020
2849276	Rehmen	rehmen	DE		0	Europe/Berlin	50.71124	11.63238				15	00	16075	16075077
2849192	Reichen	reichen	DE		0	Europe/Berlin	47.5925	10.33937				02	097	09780	09780137
2849194	Reicheltshofen	reicheltshofen	DE		0	Europe/Berlin	49.39355	11.46852				02	093	09373	09373113
2849195	Reichelshofen	reichelshofen	DE		0	Europe/Berlin	49.43978	10.20902				02	095	09571	09571205
2849196	Reichelshof	reichelshof	DE		0	Europe/Berlin	50.04251	10.29309				02	096	09678	09678174
2849199	Reichelsdorf	reichelsdorf	DE		0	Europe/Berlin	49.38407	11.03459				02	095	09564	09564000
2849205	Reichau	reichau	DE		0	Europe/Berlin	48.09282	10.22262				02	097	09778	09778120
2849206	Reichartsried	reichartsried	DE		0	Europe/Berlin	47.91463	10.45741		Reichartsried		02	097	09777	09777124
2849212	Reichardtsdorf	reichardtsdorf	DE		0	Europe/Berlin	50.91892	11.97399				15	00	16076	16076003
2849213	Reichardsroth	reichardsroth	DE		0	Europe/Berlin	49.48557	10.18629		Reichardsroth		02	095	09571	09571188
2849218	Reibschental	reibschental	DE		0	Europe/Berlin	48.07629	8.25099				01	083	08326	08326017
2849219	Reiboldsruhe	reiboldsruhe	DE		0	Europe/Berlin	50.51756	12.0428				13	00	14523	14523365
2849220	Reibitz	reibitz	DE		0	Europe/Berlin	51.55626	12.45678				13	00	14730	14730180
2849222	Reibertenrod	reibertenrod	DE		0	Europe/Berlin	50.76847	9.25306				05	065	06535	06535001
2849223	Reibersdorf	reibersdorf	DE		0	Europe/Berlin	48.90923	12.62453				02	092	09278	09278170
2849224	Reibersdorf	reibersdorf	DE		0	Europe/Berlin	48.25964	12.24696				02	091	09183	09183144
2849229	Rehwinkl	rehwinkl	DE		0	Europe/Berlin	48.50127	13.2236				02	092	09275	09275124
2849237	Rehsiepen	rehsiepen	DE		0	Europe/Berlin	51.19639	8.41232		Rehsiepen		07	059	05958	05958040
2849240	Rehschaln	rehschaln	DE		0	Europe/Berlin	48.54198	13.32832				02	092	09275	09275122
2849242	Rehrwiehe	rehrwiehe	DE		0	Europe/Berlin	52.37359	9.34653				06	00	03257	03257016
2849243	Rehrssen	rehrssen	DE		0	Europe/Berlin	52.88881	8.84287				06	00	03251	03251041
2849244	Rehrosbach	rehrosbach	DE		0	Europe/Berlin	48.34133	11.06212				02	097	09771	09771129
2849245	Rehringhausen	rehringhausen	DE		0	Europe/Berlin	51.04231	7.91864				07	059	05966	05966024
2849247	Rehrhof	rehrhof	DE		0	Europe/Berlin	53.09317	10.14781				06	00	03355	03355029
2849248	Rehren	rehren	DE		0	Europe/Berlin	52.37269	9.34082				06	00	03257	03257016
2849249	Rehren	rehren	DE		0	Europe/Berlin	52.23333	9.23333			03257003	06	00	03257	03257003
2849252	Rehr	rehr	DE		0	Europe/Berlin	53.2035	9.51613				06	00	03357	03357023
2849259	Rehnsdorf	rehnsdorf	DE		0	Europe/Berlin	51.63703	14.2823		Radusc,Radušc,Rehnsdorf		11	00	12071	12071057
2849260	Rehnsdorf	rehnsdorf	DE		0	Europe/Berlin	51.20778	14.10271				13	00	14625	14625130
2849280	Rehme	rehme	DE		0	Europe/Berlin	52.21168	8.82474		Rehme		07	057	05770	05770004
2849284	Rehm	rehm	DE		0	Europe/Berlin	54.30054	9.03933				10	00	01051	01051092
2849292	Rehlings	rehlings	DE		0	Europe/Berlin	47.57963	9.71426				02	097	09776	09776130
2849293	Rehlingerhof	rehlingerhof	DE		0	Europe/Berlin	49.61667	6.48333				08	00	07235	07235025
2849295	Rehlingen-Littdorf	rehlingen-littdorf	DE		0	Europe/Berlin	49.61667	6.48333				08	00	07235	07235025
2849317	Rehhütte	rehhutte	DE		0	Europe/Berlin	49.03333	8.71667				01	082	08215	08215007
2849325	Rehhof	rehhof	DE		0	Europe/Berlin	53.45723	12.81505				12	00	13071	13071071
2849326	Rehhof	rehhof	DE		0	Europe/Berlin	50.95	10.4				15	00	16063	16063092
2849327	Rehhof	rehhof	DE		0	Europe/Berlin	49.57476	10.44369				02	095	09575	09575112
2849345	Rehfeld	rehfeld	DE		0	Europe/Berlin	52.64249	14.43217				11	00	12064	12064274
2849348	Rehfeld	rehfeld	DE		0	Europe/Berlin	52.95012	12.32689				11	00	12068	12068264
2849349	Rehfeld	rehfeld	DE		0	Europe/Berlin	51.58432	13.1745				11	00	12062	12062128
2849350	Rehestädt	rehestaedt	DE		0	Europe/Berlin	50.86988	10.92356				15	00	16070	16070028
2849351	Rehersort	rehersort	DE		0	Europe/Berlin	52.52583	8.69019				06	00	03251	03251044
2849359	Rehenbühl	rehenbuhl	DE		0	Europe/Berlin	49.11917	10.84667		Rehenbuhl,Rehenbühl		02	095	09577	09577159
2849361	Rehehausen	rehehausen	DE		0	Europe/Berlin	51.11384	11.642				14	00	15084	15084282
2849362	Rehefeld-Zaunhaus	rehefeld-zaunhaus	DE		0	Europe/Berlin	50.73268	13.69747		Rehefeld-Zaunhaus		13	00	14628	14628010
2849365	Rehdorf	rehdorf	DE		0	Europe/Berlin	49.41432	10.95182				02	095	09573	09573122
2849366	Rehdorf	rehdorf	DE		0	Europe/Berlin	48.14156	12.63705				02	091	09171	09171113
2849381	Rehbrücke	rehbruecke	DE		0	Europe/Berlin	52.35103	13.11133				11	00	12069	12069454
2849382	Rehbrücke	rehbruecke	DE		0	Europe/Berlin	51.93333	7.11667				07	055	05558	05558012
2849389	Rehbichel	rehbichel	DE		0	Europe/Berlin	47.60593	10.56026				02	097	09777	09777159
2849391	Rehbergstraße	rehbergstrasse	DE		0	Europe/Berlin	54.68162	9.61369				10	00	01059	01059185
2849402	Rehberg	rehberg	DE		0	Europe/Berlin	53.76302	13.4174				12	00	13075	13075127
2849403	Rehberg	rehberg	DE		0	Europe/Berlin	53.43981	13.46449				12	00	13071	13071164
2849404	Rehberg	rehberg	DE		0	Europe/Berlin	52.72496	12.16693				14	00	15090	15090285
2849405	Rehberg	rehberg	DE		0	Europe/Berlin	51.53333	9.4				05	066	06633	06633013
2849406	Rehberg	rehberg	DE		0	Europe/Berlin	49.69791	12.39978				02	093	09374	09374123
2849407	Rehberg	rehberg	DE		0	Europe/Berlin	49.10383	13.0315				02	092	09276	09276120
2849408	Rehberg	rehberg	DE		0	Europe/Berlin	48.79194	13.62107				02	092	09272	09272121
2849433	Rehberg	rehberg	DE		0	Europe/Berlin	54.68333	9.61667				10	00	01059	01059185
2849436	Rehbeck	rehbeck	DE		0	Europe/Berlin	52.99986	11.15061				06	00	03354	03354018
2849448	Rehain	rehain	DE		0	Europe/Berlin	51.80844	12.92484				14	00	15091	15091145
2849449	Rehain	rehain	DE		0	Europe/Berlin	51.66579	13.82615				11	00	12062	12062333
2849451	Reh	reh	DE		0	Europe/Berlin	51.37288	7.55471				07	059	05914	05914000
2849452	Regulshausen	regulshausen	DE		0	Europe/Berlin	49.73888	7.31821				08	00	07134	07134045
2849458	Regnitz	regnitz	DE		0	Europe/Berlin	47.63333	9.73333				01	084	08436	08436001
2849460	Regniet	regniet	DE		0	Europe/Berlin	51.85515	6.44231				07	055	05554	05554032
2849461	Regmannsdorf	regmannsdorf	DE		0	Europe/Berlin	49.25413	10.49319				02	095	09571	09571166
2849466	Regglisweiler	regglisweiler	DE		0	Europe/Berlin	48.24262	10.05558	521			01	084	08425	08425028
2849470	Regenthal	regenthal	DE		0	Europe/Berlin	49.7297	11.39636		Regenthal		02	094	09472	09472179
2849472	Regente	regente	DE		0	Europe/Berlin	52.91688	8.21257				06	00	03458	03458007
2849475	Regenstein	regenstein	DE		0	Europe/Berlin	49.17144	12.83933				02	093	09372	09372137
2849484	Regensberg	regensberg	DE		0	Europe/Berlin	49.6718	11.18599				02	094	09474	09474145
2849485	Regenpeilstein	regenpeilstein	DE		0	Europe/Berlin	49.1798	12.49461				02	093	09372	09372153
2849486	Regenmantel	regenmantel	DE		0	Europe/Berlin	52.44491	14.2854				11	00	12064	12064128
2849487	Regenhütte	regenhutte	DE		0	Europe/Berlin	49.0763	13.20501				02	092	09276	09276115
2849488	Regenhütte	regenhutte	DE		0	Europe/Berlin	49.01667	13.28333				02	092	09276	09276130
2849490	Regendorf	regendorf	DE		0	Europe/Berlin	49.09463	12.10509				02	093	09375	09375213
2849496	Regelsweiler	regelsweiler	DE		0	Europe/Berlin	49.01865	10.32603				01	081	08136	08136068
2849498	Regelsrott	regelsrott	DE		0	Europe/Berlin	54.73333	9.86667				10	00	01059	01059163
2849499	Regelsmais	regelsmais	DE		0	Europe/Berlin	49.11095	12.56356				02	093	09372	09372142
2849500	Regelsberg	regelsberg	DE		0	Europe/Berlin	49.12023	10.90848				02	095	09577	09577161
2849502	Regelsbach	regelsbach	DE		0	Europe/Berlin	48.27309	7.94367				01	083	08317	08317121
2849503	Regelsbach	regelsbach	DE		0	Europe/Berlin	49.36985	10.94895				02	095	09576	09576142
2849508	Regau	regau	DE		0	Europe/Berlin	47.67215	12.1282				02	091	09187	09187157
2849511	Refrath	refrath	DE		0	Europe/Berlin	50.96183	7.11309				07	053	05378	05378004
2849513	Refflingsen	refflingsen	DE		0	Europe/Berlin	51.41728	7.64728				07	059	05962	05962024
2849515	Referinghausen	referinghausen	DE		0	Europe/Berlin	51.2478	8.68061				07	059	05958	05958028
2849516	Reez	reez	DE		0	Europe/Berlin	54.0016	12.15066		Reez		12	00	13072	13072029
2849517	Reetzow	reetzow	DE		0	Europe/Berlin	53.9322	14.09729				12	00	13075	13075010
2849519	Reetzerhütten	reetzerhuetten	DE		0	Europe/Berlin	52.10773	12.39793				11	00	12069	12069665
2849520	Reetze	reetze	DE		0	Europe/Berlin	52.95939	11.12074				06	00	03354	03354018
2849521	Reetz	reetz	DE		0	Europe/Berlin	54.53669	13.3237				12	00	13073	13073059
2849522	Reetz	reetz	DE		0	Europe/Berlin	54.48333	13.6				12	00	13073	13073080
2849523	Reetz	reetz	DE		0	Europe/Berlin	53.18025	11.87923				11	00	12070	12070145
2849524	Reetz	reetz	DE		0	Europe/Berlin	52.111	12.36938				11	00	12069	12069665
2849525	Reetz	reetz	DE		0	Europe/Berlin	50.42562	6.69367		Reetz		07	053	05366	05366008
2849527	Reestow	reestow	DE		0	Europe/Berlin	53.97711	13.94772		Reestow		12	00	13075	13075114
2849529	Reesseln	reesseln	DE		0	Europe/Berlin	53.22789	10.85451				06	00	03355	03355009
2849532	Reeserward	reeserward	DE		0	Europe/Berlin	51.78333	6.33333				07	051	05154	05154044
2849533	Reeserschanz	reeserschanz	DE		0	Europe/Berlin	51.75119	6.39404		Reeserschanz		07	051	05154	05154024
2849534	Reesereiland	reesereiland	DE		0	Europe/Berlin	51.75	6.43333				07	051	05154	05154044
2849538	Reese	reese	DE		0	Europe/Berlin	52.58175	9.06454		Reese		06	00	03256	03256030
2849549	Reersum	reersum	DE		0	Europe/Berlin	53.64014	7.44254				06	00	03452	03452027
2849550	Reer	reer	DE		0	Europe/Berlin	52.94699	9.1523				06	00	03361	03361002
2849552	Reepsholt	reepsholt	DE		0	Europe/Berlin	53.48511	7.8449		Reepsholt		06	00	03462	03462005
2849553	Reepen	reepen	DE		0	Europe/Berlin	53.41347	8.56954				06	00	03352	03352032
2849554	Reelsen	reelsen	DE		0	Europe/Berlin	52.18333	8.8				07	057	05770	05770004
2849555	Reelsen	reelsen	DE		0	Europe/Berlin	51.75984	9.02615		Reelsen		07	057	05762	05762004
2849556	Reelkirchen	reelkirchen	DE		0	Europe/Berlin	51.91479	9.02681				07	057	05766	05766016
2849564	Reecke	reecke	DE		0	Europe/Berlin	53.83318	10.57314				10	00	01003	01003000
2849658	Reckerscheid	reckerscheid	DE		0	Europe/Berlin	50.50857	6.84457				07	053	05366	05366004
2849659	Reckerode	reckerode	DE		0	Europe/Berlin	50.86208	9.59768				05	066	06632	06632011
2849660	Reckerdingsmühle	reckerdingsmuehle	DE		0	Europe/Berlin	51.54772	7.65583				07	059	05978	05978036
2849571	Redlitz	redlitz	DE		0	Europe/Berlin	51.82944	13.95213		Redlitz,Redlojce,Rědłojce		11	00	12066	12066196
2849572	Redling	redling	DE		0	Europe/Berlin	48.63333	13.58333				02	092	09275	09275126
2849574	Redlin	redlin	DE		0	Europe/Berlin	53.36295	12.02454				12	00	13076	13076125
2849575	Redlin	redlin	DE		0	Europe/Berlin	51.66922	13.29454				11	00	12062	12062224
2849576	Redlendorf	redlendorf	DE		0	Europe/Berlin	51.08912	7.63207				07	059	05962	05962036
2849577	Redlefswarf	redlefswarf	DE		0	Europe/Berlin	54.68333	8.81667				10	00	01054	01054093
2849578	Redl	redl	DE		0	Europe/Berlin	47.93961	12.84832				02	091	09189	09189127
2849580	Redingsdorf	redingsdorf	DE		0	Europe/Berlin	54.11667	10.71667				10	00	01055	01055041
2849582	Reding	reding	DE		0	Europe/Berlin	48.42515	13.39861				02	092	09275	09275134
2849584	Redewisch	redewisch	DE		0	Europe/Berlin	53.9886	11.17653				12	00	13074	13074010
2849585	Redewisch	redewisch	DE		0	Europe/Berlin	53.54908	12.20117				12	00	13076	13076104
2849587	Rederzhausen	rederzhausen	DE		0	Europe/Berlin	48.33902	11.00332				02	097	09771	09771130
2849588	Rederstall	rederstall	DE		0	Europe/Berlin	54.22745	9.21541				10	00	01051	01051114
2849589	Rederscheid	rederscheid	DE		0	Europe/Berlin	50.6369	7.32639		Rederscheid		08	00	07138	07138077
2849592	Rederank	rederank	DE		0	Europe/Berlin	54.01255	11.87153				12	00	13072	13072093
2849594	Redentin	redentin	DE		0	Europe/Berlin	53.93134	11.48588				12	00	13074	13074087
2849596	Redenfelden	redenfelden	DE		0	Europe/Berlin	47.7935	12.11775				02	091	09187	09187165
2849597	Reden	reden	DE		0	Europe/Berlin	52.28307	9.7823				06	00	03241	03241013
2849598	Redemoißel	redemoissel	DE		0	Europe/Berlin	53.04175	10.93352		Redemoissel,Redemoißel		06	00	03354	03354027
2849599	Redemitz	redemitz	DE		0	Europe/Berlin	51.15654	13.14163		Redemitz		13	00	14522	14522220
2849606	Redebas	redebas	DE		0	Europe/Berlin	54.29577	12.73633				12	00	13073	13073051
2849607	Reddingshausen	reddingshausen	DE		0	Europe/Berlin	50.98685	9.46929				05	066	06634	06634011
2849608	Reddingen	reddingen	DE		0	Europe/Berlin	52.91149	10.01438				06	00	03358	03358023
2849609	Reddighausen	reddighausen	DE		0	Europe/Berlin	51.01133	8.58861				05	066	06635	06635014
2849610	Reddigau	reddigau	DE		0	Europe/Berlin	52.76705	10.80317				14	00	15081	15081105
2849611	Reddien	reddien	DE		0	Europe/Berlin	53.05922	10.86059				06	00	03354	03354027
2849613	Redderstorf	redderstorf	DE		0	Europe/Berlin	54.10551	12.63205				12	00	13073	13073007
2849614	Reddershof	reddershof	DE		0	Europe/Berlin	54.00585	12.49678				12	00	13072	13072097
2849615	Redderse	redderse	DE		0	Europe/Berlin	52.29922	9.56527				06	00	03241	03241006
2849618	Reddern	reddern	DE		0	Europe/Berlin	51.68288	14.07971		Reddern		11	00	12066	12066008
2849623	Reddereitz	reddereitz	DE		0	Europe/Berlin	52.9657	10.90522				06	00	03354	03354002
2849625	Reddehausen	reddehausen	DE		0	Europe/Berlin	50.87969	8.80056				05	065	06534	06534006
2849627	Reddebeitz	reddebeitz	DE		0	Europe/Berlin	52.94851	11.17988				06	00	03354	03354018
2849628	Redde	redde	DE		0	Europe/Berlin	51.66608	7.3041				07	055	05562	05562008
2849629	Reckwitz	reckwitz	DE		0	Europe/Berlin	51.27052	12.93494		Reckwitz		13	00	14730	14730330
2849630	Reckweilerhof	reckweilerhof	DE		0	Europe/Berlin	49.60614	7.60745				08	00	07336	07336105
2849631	Reckum	reckum	DE		0	Europe/Berlin	52.86821	8.49736				06	00	03458	03458015
2849633	Reckrod	reckrod	DE		0	Europe/Berlin	50.77487	9.79478				05	066	06631	06631007
2849638	Recklingsen	recklingsen	DE		0	Europe/Berlin	51.62281	7.9976		Recklingsen		07	059	05974	05974048
2849642	Recklinghausen Süd	recklinghausen-sued	DE		0	Europe/Berlin	51.56667	7.21667				07	055	05562	05562032
2849644	Recklinghausen Ost	recklinghausen-ost	DE		0	Europe/Berlin	51.61667	7.21667				07	055	05562	05562032
2849649	Recklingen	recklingen	DE		0	Europe/Berlin	52.73433	11.22577		Recklingen		14	00	15081	15081026
2849650	Reckingen	reckingen	DE		0	Europe/Berlin	47.57317	8.33116				01	083	08337	08337125
2849652	Reckertshausen	reckertshausen	DE		0	Europe/Berlin	50.15048	10.51355		Reckertshausen		02	096	09674	09674149
2849654	Reckersthal	reckersthal	DE		0	Europe/Berlin	49.53584	9.82582				01	081	08128	08128058
2849657	Reckersdorf	reckersdorf	DE		0	Europe/Berlin	49.34774	10.68743		Reckersdorf		02	095	09571	09571122
2849662	Reckenzin	reckenzin	DE		0	Europe/Berlin	53.22474	11.69443				11	00	12070	12070173
2849664	Reckenthin	reckenthin	DE		0	Europe/Berlin	53.0692	12.08251				11	00	12070	12070125
2849665	Reckenthal	reckenthal	DE		0	Europe/Berlin	50.41663	7.86864				08	00	07143	07143048
2849666	Reckenstetten	reckenstetten	DE		0	Europe/Berlin	49.23839	11.29704				02	095	09576	09576113
2849668	Reckenricht	reckenricht	DE		0	Europe/Berlin	49.25604	11.2694				02	095	09576	09576113
2849669	Reckenneusig	reckenneusig	DE		0	Europe/Berlin	50.0068	10.82996				02	094	09471	09471115
2849670	Reckenhofen	reckenhofen	DE		0	Europe/Berlin	49.21667	11.65				02	093	09373	09373167
2849671	Reckendürren	reckendurren	DE		0	Europe/Berlin	47.76667	9.76667				01	084	08436	08436078
2849678	Reckenberg	reckenberg	DE		0	Europe/Berlin	49.49529	11.50115				02	095	09574	09574147
2849679	Reckenberg	reckenberg	DE		0	Europe/Berlin	47.99598	7.97285				01	083	08315	08315109
2849680	Reckenberg	reckenberg	DE		0	Europe/Berlin	47.50397	10.33499				02	097	09780	09780123
2849686	Reckelsum	reckelsum	DE		0	Europe/Berlin	51.74779	7.36388				07	055	05558	05558024
2849692	Reckahn	reckahn	DE		0	Europe/Berlin	52.33683	12.54824		Reckahn		11	00	12069	12069306
2849699	Rechtis	rechtis	DE		0	Europe/Berlin	47.6766	10.20073				02	097	09780	09780144
2849700	Rechter Sulzbach	rechter-sulzbach	DE		0	Europe/Berlin	48.24717	8.18635				01	083	08317	08317039
2849702	Rechtern	rechtern	DE		0	Europe/Berlin	52.6921	8.51784				06	00	03251	03251005
2849703	Rechterfeld	rechterfeld	DE		0	Europe/Berlin	52.8413	8.38763				06	00	03460	03460010
2849706	Rechtenflethermoor	rechtenflethermoor	DE		0	Europe/Berlin	53.37137	8.58391				06	00	03352	03352060
2849707	Rechtenfleth	rechtenfleth	DE		0	Europe/Berlin	53.3818	8.51023		Rechtenfleth		06	00	03352	03352060
2849712	Rechtebe	rechtebe	DE		0	Europe/Berlin	53.31013	8.53176				06	00	03352	03352060
2849714	Rechtebach	rechtebach	DE		0	Europe/Berlin	51.11546	9.872		Rechtebach		05	066	06636	06636012
2849720	Rechetsberg	rechetsberg	DE		0	Europe/Berlin	47.75344	11.0944				02	091	09190	09190131
2849721	Rechertsried	rechertsried	DE		0	Europe/Berlin	49.05975	12.85353				02	092	09276	09276128
2849723	Rechentshofen	rechentshofen	DE		0	Europe/Berlin	48.98856	9.03953				01	081	08118	08118076
2849724	Rechenlohe	rechenlohe	DE		0	Europe/Berlin	49.85889	12.14758				02	093	09377	09377149
2849725	Rechenhausen	rechenhausen	DE		0	Europe/Berlin	49.26293	9.91661				01	081	08127	08127032
2849727	Rechenberg-Bienenmühle	rechenberg-bienenmuehle	DE		2506	Europe/Berlin	50.73777	13.53502		Rechenberg-Bienenmuehle,Rechenberg-Bienenmühle,Rekhenberg-Binenmile,Rekhenberg-Binenmjule,lei xing bei ge-bi nen mi lei,Рехенберг-Биненмиле,Рехенберг-Биненмюле,雷兴贝格-比嫩米勒	14522470	13	00	14522	14522470
2849729	Rechenberg	rechenberg	DE		0	Europe/Berlin	49.04738	10.14085				01	081	08127	08127104
2849731	Rechenau	rechenau	DE		0	Europe/Berlin	47.66736	12.10465				02	091	09187	09187157
2849732	Rechenau	rechenau	DE		0	Europe/Berlin	47.63076	12.12777				02	091	09187	09187148
2849735	Recheldorf	recheldorf	DE		0	Europe/Berlin	50.11637	10.8569				02	096	09674	09674210
2849737	Rechberg Vorderweiler	rechberg-vorderweiler	DE		0	Europe/Berlin	48.75	9.8				01	081	08136	08136065
2849738	Rechbergreuthen	rechbergreuthen	DE		0	Europe/Berlin	48.46556	10.51306				02	097	09774	09774196
2849739	Rechberg Hinterweiler	rechberg-hinterweiler	DE		0	Europe/Berlin	48.75	9.78333				01	081	08136	08136065
2849742	Rechberg	rechberg	DE		0	Europe/Berlin	49.13736	11.86747				02	093	09375	09375118
2849743	Rechberg	rechberg	DE		0	Europe/Berlin	47.66036	7.6973				01	083	08336	08336050
2849744	Rechberg	rechberg	DE		410	Europe/Berlin	47.65084	8.40068				01	083	08337	08337062
2849750	Rechberg	rechberg	DE		0	Europe/Berlin	48.75141	9.79556				01	081	08136	08136065
2849751	Rechbach	rechbach	DE		0	Europe/Berlin	49.24284	9.67959				01	081	08126	08126047
2849752	Rechau	rechau	DE		0	Europe/Berlin	51.27963	13.14983				13	00	14730	14730230
2849756	Rebsdorf	rebsdorf	DE		0	Europe/Berlin	50.38909	9.36902				05	064	06435	06435028
2849758	Reblin	reblin	DE		0	Europe/Berlin	51.15956	7.74841		Reblin		07	059	05962	05962020
2849763	Rebgeshain	rebgeshain	DE		0	Europe/Berlin	50.57063	9.23757		Rebgeshain		05	065	06535	06535018
2849764	Rebesgrün	rebesgruen	DE		0	Europe/Berlin	50.52574	12.369				13	00	14523	14523020
2849765	Rebersreuth	rebersreuth	DE		0	Europe/Berlin	50.34883	12.22684				13	00	14523	14523010
2849767	Rebenstorf	rebenstorf	DE		0	Europe/Berlin	52.92189	11.20382				06	00	03354	03354017
2849769	Rebensdorf	rebensdorf	DE		0	Europe/Berlin	48.48013	12.28566				02	092	09274	09274134
2849770	Rebelow	rebelow	DE		0	Europe/Berlin	53.75561	13.48761				12	00	13075	13075127
2849772	Rebdorf	rebdorf	DE		0	Europe/Berlin	48.88701	11.16892				02	091	09176	09176123
2849774	Rebberlah	rebberlah	DE		0	Europe/Berlin	52.74183	10.16941				06	00	03351	03351025
2849775	Rebberg	rebberg	DE		0	Europe/Berlin	48.037	7.8778				01	083	08315	08315047
2849777	Rebbelroth	rebbelroth	DE		0	Europe/Berlin	51.00318	7.59299		Rebbelroth		07	053	05374	05374012
2849778	Rebbeke	rebbeke	DE		0	Europe/Berlin	51.70867	8.4597		Rebbeke		07	059	05974	05974028
2849781	Reatshofen	reatshofen	DE		0	Europe/Berlin	48.56166	10.69821				02	097	09773	09773182
2849785	Rayen	rayen	DE		0	Europe/Berlin	51.46619	6.53504				07	051	05170	05170028
2849788	Ravolzhausen	ravolzhausen	DE		0	Europe/Berlin	50.18899	8.99385				05	064	06435	06435020
2849793	Ravensruh	ravensruh	DE		0	Europe/Berlin	53.88074	11.62936				12	00	13074	13074057
2849801	Ravensbusch	ravensbusch	DE		0	Europe/Berlin	53.8913	10.63146				10	00	01055	01055040
2849805	Ravensbrück	ravensbrueck	DE		0	Europe/Berlin	53.19605	13.16066		Ravensbrjuk,Ravensmprik,Ράβενσμπρικ,Равенсбрюк,ראוונסבריק		11	00	12065	12065084
2849815	Ravenhorst	ravenhorst	DE		0	Europe/Berlin	54.21768	12.73479				12	00	13073	13073022
2849817	Raven	raven	DE		0	Europe/Berlin	53.17412	10.16072				06	00	03355	03355034
2849819	Rauxel	rauxel	DE		0	Europe/Berlin	51.55593	7.32094				07	055	05562	05562004
2849820	Rautzenberg	rautzenberg	DE		0	Europe/Berlin	51.10869	7.32625		Rautzenberg		07	053	05374	05374016
2849825	Rautheim	rautheim	DE		3434	Europe/Berlin	52.2402	10.58696				06	00	03101	03101000
2849829	Rautenkranz	rautenkranz	DE		0	Europe/Berlin	52.21576	14.55379				11	00	12067	12067458
2849830	Rautenkranz	rautenkranz	DE		0	Europe/Berlin	50.45929	12.49343				13	00	14523	14523245
2849831	Rautenhof	rautenhof	DE		0	Europe/Berlin	53.72384	11.5366				12	00	13076	13076033
2849832	Rautenhausen	rautenhausen	DE		0	Europe/Berlin	51.02464	9.83136		Rautenhausen		05	066	06632	06632003
2849833	Rautenham	rautenham	DE		0	Europe/Berlin	47.98714	12.79279				02	091	09189	09189118
2849834	Rautendorf	rautendorf	DE		0	Europe/Berlin	53.13616	9.02821				06	00	03356	03356002
2849835	Rautenberg	rautenberg	DE		0	Europe/Berlin	52.22002	10.03532		Rautenberg (Harsum),Riutenbarg,Rutenberghe		06	00	03254	03254020
2849836	Rautenberg	rautenberg	DE		0	Europe/Berlin	51.02282	12.41333				15	00	16077	16077001
2849846	Raut	raut	DE		0	Europe/Berlin	47.64495	11.31847				02	091	09173	09173142
2849850	Raustetten	raustetten	DE		0	Europe/Berlin	48.96708	10.43667				02	097	09779	09779147
2849852	Raußlitz	rausslitz	DE		0	Europe/Berlin	51.11024	13.31511		Rausslitz,Raußlitz		13	00	14627	14627180
2849859	Rauschwalde	rauschwalde	DE		0	Europe/Berlin	51.14125	14.94563		Rauschwalde		13	00	14626	14626110
2849861	Rausching	rausching	DE		0	Europe/Berlin	48.20826	12.44648				02	091	09183	09183148
2849866	Rauschensteig	rauschensteig	DE		0	Europe/Berlin	50.07918	12.01647				02	094	09479	09479145
2849870	Rauschengesees	rauschengesees	DE		0	Europe/Berlin	50.52312	11.52606				15	00	16075	16075134
2849872	Rauschendorf	rauschendorf	DE		0	Europe/Berlin	53.03244	13.11502				11	00	12065	12065301
2849873	Rauschendorf	rauschendorf	DE		0	Europe/Berlin	50.73811	7.2263				07	053	05382	05382024
2849888	Rauschenbach	rauschenbach	DE		0	Europe/Berlin	50.69058	13.4975		Rauschenbach		13	00	14522	14522400
2849890	Rauschelbach	rauschelbach	DE		0	Europe/Berlin	50.506	9.8719				05	066	06631	06631021
2849899	Rausch	rausch	DE		0	Europe/Berlin	48.01272	11.15859				02	091	09188	09188124
2849904	Raupolz	raupolz	DE		0	Europe/Berlin	47.89488	10.22078				02	097	09778	09778144
2849906	Raupenhain	raupenhain	DE		0	Europe/Berlin	51.10656	12.49852				13	00	14729	14729050
2849907	Raupenberg	raupenberg	DE		0	Europe/Berlin	51.21381	13.43683		Raupenberg		13	00	14627	14627020
2849910	Rauns	rauns	DE		0	Europe/Berlin	47.6682	10.31208				02	097	09780	09780143
2849911	Rauno	rauno	DE		0	Europe/Berlin	51.55	14		Rowna		11	00	12066	12066304
2849912	Raunitz	raunitz	DE		0	Europe/Berlin	51.56995	11.86811				14	00	15088	15088216
2849914	Raunertshofen	raunertshofen	DE		0	Europe/Berlin	48.38225	10.17729				02	097	09775	09775143
2849915	Raunerhammer	raunerhammer	DE		0	Europe/Berlin	50.26667	12.3				13	00	14523	14523030
2849916	Raunergrund	raunergrund	DE		0	Europe/Berlin	50.26075	12.30134				13	00	14523	14523030
2849919	Raun	raun	DE		0	Europe/Berlin	50.25523	12.28748		Raun		13	00	14523	14523030
2849921	Raumünzach	raumunzach	DE		0	Europe/Berlin	48.64029	8.34896		Raumunzach,Raumünzach		01	082	08216	08216013
2849922	Räumlas	raumlas	DE		0	Europe/Berlin	50.28636	11.58245				02	094	09475	09475169
2849923	Raumland	raumland	DE		0	Europe/Berlin	51.02871	8.37627		Raumland		07	059	05970	05970004
2849924	Raumfeld	raumfeld	DE		0	Europe/Berlin	50.67614	12.37551				13	00	14524	14524060
2849925	Raumetengrün	raumetengrun	DE		0	Europe/Berlin	50.13772	11.96653		Raumetengrun,Raumetengrün		02	094	09479	09479129
2849933	Raum	raum	DE		0	Europe/Berlin	50.8537	14.02641		Bielatal-Raum,Raum		13	00	14628	14628340
2849934	Raum	raum	DE		0	Europe/Berlin	50.65876	12.7032		Raum		13	00	14521	14521590
2849938	Rauischholzhausen	rauischholzhausen	DE		0	Europe/Berlin	50.75937	8.88039				05	065	06534	06534008
2849943	Rauhmühle	rauhmuhle	DE		0	Europe/Berlin	47.81835	10.32202				02	097	09780	09780119
2849944	Rauhleiten	rauhleiten	DE		0	Europe/Berlin	48.73786	12.3947				02	092	09279	09279127
2849947	Rauhfels	rauhfels	DE		0	Europe/Berlin	48.51399	8.35686				01	082	08237	08237004
2849977	Rauhenzell	rauhenzell	DE		0	Europe/Berlin	47.55827	10.24225				02	097	09780	09780124
2849978	Rauhenzainbach	rauhenzainbach	DE		0	Europe/Berlin	48.96802	9.71878				01	081	08127	08127023
2849979	Rauhenstein	rauhenstein	DE		0	Europe/Berlin	49.66148	11.57828				02	093	09371	09371113
2849983	Rauhenbretzingen	rauhenbretzingen	DE		0	Europe/Berlin	49.08221	9.76689				01	081	08127	08127056
2850035	Rauenzell	rauenzell	DE		0	Europe/Berlin	49.23013	10.54663				02	095	09571	09571166
2850037	Rauenthal	rauenthal	DE		0	Europe/Berlin	52.76667	12				14	00	15090	15090245
2850038	Rauenthal	rauenthal	DE		0	Europe/Berlin	50.06061	8.11231				05	064	06439	06439003
2850039	Rauental	rauental	DE		0	Europe/Berlin	51.26634	7.24083				07	051	05124	05124000
2850040	Rauental	rauental	DE		0	Europe/Berlin	48.8559	8.24714		Rauental		01	082	08216	08216043
2850041	Rauental	rauental	DE		0	Europe/Berlin	48.84246	10.02872				01	081	08136	08136088
2850044	Rauenstein	rauenstein	DE		0	Europe/Berlin	50.72863	13.20564				13	00	14521	14521495
2850045	Rauenstein	rauenstein	DE		0	Europe/Berlin	50.41818	11.05204		Rauenstein		15	00	16072	16072023
2850047	Rauenstadt	rauenstadt	DE		0	Europe/Berlin	49.08333	10.25		Rauenstadt		02	095	09571	09571136
2850048	Rauensche Ziegelei	rauensche-ziegelei	DE		0	Europe/Berlin	52.35	14.01667				11	00	12067	12067408
2850051	Rauenhahn	rauenhahn	DE		0	Europe/Berlin	50.66801	7.38195				08	00	07138	07138003
2850052	Rauendahl	rauendahl	DE		0	Europe/Berlin	51.41458	7.17839				07	059	05954	05954016
2850053	Rauenbuch	rauenbuch	DE		0	Europe/Berlin	49.2804	10.42847				02	095	09571	09571174
2850062	Raudenitz	raudenitz	DE		0	Europe/Berlin	50.87225	12.28396				15	00	16077	16077043
2850065	Rauden	rauden	DE		0	Europe/Berlin	51.33613	14.48793		Rauden,Rudej		13	00	14626	14626060
2850071	Rauchfangswerder	rauchfangswerder	DE		0	Europe/Berlin	52.34735	13.64151				16	00	11000	11000000
2850081	Rauchdobl	rauchdobl	DE		0	Europe/Berlin	48.51068	13.02127				02	092	09277	09277114
2850084	Raubühl	raubuhl	DE		0	Europe/Berlin	48.20534	7.94007				01	083	08316	08316054
2850089	Rauberweiherhaus	rauberweiherhaus	DE		0	Europe/Berlin	49.34288	12.20149				02	093	09376	09376175
2850090	Raubersried	raubersried	DE		0	Europe/Berlin	49.34263	11.14675				02	095	09576	09576151
2850091	Raubersried	raubersried	DE		0	Europe/Berlin	49.26816	12.4719				02	093	09372	09372161
2850092	Raubershof	raubershof	DE		0	Europe/Berlin	49.35403	11.01863				02	095	09565	09565000
2850100	Rauba	rauba	DE		0	Europe/Berlin	51.18811	13.30269				13	00	14627	14627130
2850105	Rätzlingen	raetzlingen	DE		835	Europe/Berlin	52.40147	11.11355		Ratzlingen,Rätzlingen		14	00	15083	15083411
2850106	Ratzing	ratzing	DE		0	Europe/Berlin	49.00714	12.76256		Ratzing,Rotzling		02	092	09278	09278129
2850107	Ratzing	ratzing	DE		0	Europe/Berlin	48.73145	13.62845				02	092	09272	09272151
2850108	Ratzing	ratzing	DE		0	Europe/Berlin	48.62784	13.44925				02	092	09275	09275146
2850109	Ratzing	ratzing	DE		0	Europe/Berlin	48.34362	12.15288				02	091	09177	09177139
2850110	Ratzing	ratzing	DE		0	Europe/Berlin	47.87315	12.29619				02	091	09187	09187168
2850115	Ratzenwinden	ratzenwinden	DE		0	Europe/Berlin	49.26369	10.64167				02	095	09571	09571196
2850116	Ratzenweiler	ratzenweiler	DE		0	Europe/Berlin	47.88743	9.08395				01	083	08335	08335096
2850117	Ratzenried	ratzenried	DE		0	Europe/Berlin	47.721	9.90064		Ratzenried		01	084	08436	08436094
2850118	Ratzenreute	ratzenreute	DE		0	Europe/Berlin	47.94209	9.47252				01	084	08436	08436047
2850119	Ratzenhofen	ratzenhofen	DE		0	Europe/Berlin	48.69345	11.80507				02	092	09273	09273163
2850120	Ratzenhofen	ratzenhofen	DE		0	Europe/Berlin	47.70905	10.07045				01	084	08436	08436049
2850121	Ratzenhof	ratzenhof	DE		0	Europe/Berlin	49.58735	11.60047				02	093	09371	09371128
2850122	Ratzendorf	ratzendorf	DE		0	Europe/Berlin	49.22744	10.25444				02	095	09571	09571145
2850123	Ratzenburg	ratzenburg	DE		0	Europe/Berlin	52.39222	8.60045				07	057	05770	05770008
2850125	Ratzenberg	ratzenberg	DE		0	Europe/Berlin	48.22102	12.24005				02	091	09183	09183135
2850126	Ratzenberg	ratzenberg	DE		0	Europe/Berlin	47.61667	9.86667				02	097	09776	09776117
2850128	Ratzen	ratzen	DE		0	Europe/Berlin	51.38333	14.43333		Radska,Ratzen		13	00	14625	14625330
2850130	Ratzel	ratzel	DE		0	Europe/Berlin	52.53095	6.77029				06	00	03456	03456011
2850133	Ratzdorf	ratzdorf	DE		0	Europe/Berlin	52.06667	14.75				11	00	12067	12067338
2850135	Ratzbek	ratzbek	DE		0	Europe/Berlin	53.83984	10.55485				10	00	01062	01062094
2850136	Rattwitz	rattwitz	DE		0	Europe/Berlin	51.18398	14.38848		Ratarjecy,Rattwitz		13	00	14625	14625020
2850137	Rattstadt	rattstadt	DE		0	Europe/Berlin	48.97348	10.1721				01	081	08136	08136019
2850139	Rattmannsdorf	rattmannsdorf	DE		0	Europe/Berlin	51.41287	11.94822				14	00	15088	15088330
2850140	Rattlar	rattlar	DE		0	Europe/Berlin	51.311	8.64705		Rattlar		05	066	06635	06635022
2850142	Rattinghausen	rattinghausen	DE		0	Europe/Berlin	52.28406	8.36552				06	00	03459	03459003
2850144	Rattey	rattey	DE		0	Europe/Berlin	53.57503	13.61782				12	00	13071	13071130
2850145	Rattersberg	rattersberg	DE		0	Europe/Berlin	49.07735	12.9264				02	092	09276	09276144
2850147	Rattenweiler	rattenweiler	DE		0	Europe/Berlin	47.63333	9.63333				01	084	08435	08435057
2850150	Rattenharz	rattenharz	DE		0	Europe/Berlin	48.77984	9.66042				01	081	08136	08136042
2850151	Rattengasse	rattengasse	DE		0	Europe/Berlin	50.58356	13.23263				13	00	14521	14521390
2850157	Rattenbach	rattenbach	DE		0	Europe/Berlin	48.47733	12.66687				02	092	09277	09277141
2850158	Rattelvitz	rattelvitz	DE		0	Europe/Berlin	54.45023	13.21562				12	00	13073	13073028
2850159	Rattelshof	rattelshof	DE		0	Europe/Berlin	49.8258	10.89749				02	094	09471	09471131
2850163	Ratsvorwerk	ratsvorwerk	DE		0	Europe/Berlin	51.93636	13.94273				11	00	12061	12061316
2850164	Ratsiek	ratsiek	DE		0	Europe/Berlin	51.91367	9.27212				07	057	05766	05766052
2850167	Ratscher	ratscher	DE		0	Europe/Berlin	50.49782	10.77254				15	00	16069	16069043
2850171	Ratjendorf	ratjendorf	DE		0	Europe/Berlin	54.36664	10.3943				10	00	01057	01057041
2850178	Rathstock	rathstock	DE		0	Europe/Berlin	52.52212	14.54186				11	00	12064	12064009
2850179	Rathsmede	rathsmede	DE		0	Europe/Berlin	54.26667	8.95				10	00	01051	01051047
2850180	Rathsmannsdorf	rathsmannsdorf	DE		0	Europe/Berlin	48.65861	13.24889				02	092	09275	09275159
2850181	Rathsleben	rathsleben	DE		0	Europe/Berlin	52.83656	11.54845				14	00	15090	15090007
2850187	Rathsfeld	rathsfeld	DE		0	Europe/Berlin	51.39514	11.07226				15	00	16065	16065085
2850188	Rathsdorf	rathsdorf	DE		0	Europe/Berlin	52.75159	14.09861		Rathsdorf		11	00	12064	12064512
2850189	Rathsbruch	rathsbruch	DE		0	Europe/Berlin	51.97879	12.25217				14	00	15082	15082430
2850191	Rathsberg	rathsberg	DE		0	Europe/Berlin	49.61794	11.02444				02	095	09572	09572141
2850193	Ratholz	ratholz	DE		0	Europe/Berlin	47.56228	10.13583				02	097	09780	09780124
2850199	Rathlosen	rathlosen	DE		0	Europe/Berlin	52.70333	8.71971				06	00	03251	03251040
2850200	Rathlau	rathlau	DE		0	Europe/Berlin	54.26041	10.67957				10	00	01057	01057007
2850206	Rathewitz	rathewitz	DE		0	Europe/Berlin	51.12101	11.87571				14	00	15084	15084335
2850207	Rathewalde	rathewalde	DE		0	Europe/Berlin	50.98256	14.07465				13	00	14628	14628190
2850208	Räthern	raethern	DE		0	Europe/Berlin	51.55943	11.96476				14	00	15088	15088295
2850209	Rather Broich	rather-broich	DE		0	Europe/Berlin	51.25787	6.81657				07	051	05111	05111000
2850210	Räther	raether	DE		0	Europe/Berlin	51.52221	11.73304				14	00	15088	15088319
2850215	Rathendorf	rathendorf	DE		0	Europe/Berlin	50.999	12.68035		Rathendorf		13	00	14729	14729150
2850218	Ratheim	ratheim	DE		0	Europe/Berlin	51.0677	6.18467		Ratheim		07	053	05370	05370020
2850221	Rathaushütte	rathaushutte	DE		0	Europe/Berlin	50.03683	12.10879				02	094	09479	09479136
2850222	Rath	rath	DE		0	Europe/Berlin	51.26208	6.81218		Rath		07	051	05111	05111000
2850223	Rath	rath	DE		0	Europe/Berlin	51.19328	7.18361				07	051	05120	05120000
2850224	Rath	rath	DE		11000	Europe/Berlin	50.92379	7.0927		Rath/Heumar		07	053	05315	05315000
2850225	Rath	rath	DE		0	Europe/Berlin	51.36667	6.6				07	051	05114	05114000
2850226	Rath	rath	DE		0	Europe/Berlin	50.70455	6.46883				07	053	05358	05358044
2850227	Rath	rath	DE		0	Europe/Berlin	51.1268	6.54099				07	051	05162	05162012
2850228	Rath	rath	DE		0	Europe/Berlin	51.11058	6.33699				07	053	05370	05370040
2850229	Rath	rath	DE		0	Europe/Berlin	51.00706	6.63746				07	053	05362	05362004
2850230	Rath	rath	DE		0	Europe/Berlin	50.81414	6.68168				07	053	05358	05358052
2850239	Rastorferpassau	rastorferpassau	DE		0	Europe/Berlin	54.281	10.34831				10	00	01057	01057066
2850251	Rastederberg	rastederberg	DE		0	Europe/Berlin	53.31905	8.18152				06	00	03451	03451005
2850255	Rastbüchl	rastbuchl	DE		0	Europe/Berlin	48.69871	13.75833				02	092	09275	09275118
2850258	Rast	rast	DE		0	Europe/Berlin	48.44042	11.85784				02	091	09178	09178138
2850259	Rast	rast	DE		0	Europe/Berlin	47.9394	9.12251		Rast		01	084	08437	08437123
2850262	Raßweiler	rassweiler	DE		0	Europe/Berlin	49.38413	7.07241				09	00	10043	10043112
2850263	Raßreuth	rassreuth	DE		0	Europe/Berlin	48.6672	13.64333				02	092	09275	09275126
2850266	Raßnitz	rassnitz	DE		1097	Europe/Berlin	51.39085	12.09406				14	00	15088	15088330
2850267	Raßmannsdorf	rassmannsdorf	DE		0	Europe/Berlin	52.2577	14.25623				11	00	12067	12067426
2850269	Raßlitz	rasslitz	DE		0	Europe/Berlin	51.15813	13.32732				13	00	14627	14627180
2850271	Raßhof	rasshof	DE		0	Europe/Berlin	47.78799	11.69526				02	091	09182	09182134
2850273	Rassenhövel	rassenhoevel	DE		0	Europe/Berlin	51.68549	8.19397				07	059	05974	05974024
2850274	Rasselstein	rasselstein	DE		0	Europe/Berlin	50.45	7.46667				08	00	07138	07138045
2850275	Rasseln	rasseln	DE		0	Europe/Berlin	51.21955	6.3635		Rasseln		07	051	05116	05116000
2850277	Raßdorf	rassdorf	DE		0	Europe/Berlin	50.94715	9.97581		Rassdorf,Raßdorf		05	066	06632	06632020
2850279	Raßberg	rassberg	DE		0	Europe/Berlin	48.67059	13.55637				02	092	09275	09275126
2850282	Raßbach	rassbach	DE		0	Europe/Berlin	48.60836	13.55278				02	092	09275	09275150
2850283	Raßbach	rassbach	DE		0	Europe/Berlin	47.68155	8.33309				01	083	08337	08337128
2850285	Rassau	rassau	DE		0	Europe/Berlin	53.18875	11.00854		Klein Rassau,Rassau		06	00	03355	03355049
2850286	Rassau	rassau	DE		0	Europe/Berlin	52.95717	10.69004				06	00	03360	03360024
2850289	Rasephas	rasephas	DE		0	Europe/Berlin	51.00823	12.44053		Rasephas		15	00	16077	16077001
2850294	Raschwitz	raschwitz	DE		0	Europe/Berlin	51.36667	11.85				14	00	15088	15088025
2850296	Raschütz	raschuetz	DE		0	Europe/Berlin	51.12236	12.87136		Erlbach-Raschutz,Erlbach-Raschütz,Raschutz,Raschütz		13	00	14729	14729080
2850301	Raschbach	raschbach	DE		0	Europe/Berlin	49.42192	11.39308				02	095	09574	09574112
2850306	Rascha	rascha	DE		0	Europe/Berlin	51.13162	14.44036		Rascha,Rasow,Rašow		13	00	14625	14625190
2850307	Rasch	rasch	DE		0	Europe/Berlin	49.36698	11.38		Rasch		02	095	09574	09574112
2850308	Rasch	rasch	DE		0	Europe/Berlin	49.11489	11.64954				02	093	09373	09373115
2850310	Rasberg	rasberg	DE		0	Europe/Berlin	51.03839	12.14057				14	00	15084	15084590
2850311	Rärin	raerin	DE		0	Europe/Berlin	51.21345	7.75862				07	059	05962	05962020
2850314	Rapshagen	rapshagen	DE		0	Europe/Berlin	53.22857	12.23695				11	00	12070	12070096
2850315	Rappweiler	rappweiler	DE		0	Europe/Berlin	49.54086	6.79791				09	00	10042	10042117
2850316	Rappolz	rappolz	DE		0	Europe/Berlin	47.63559	10.32612				02	097	09780	09780140
2850317	Rappoltskirchen	rappoltskirchen	DE		0	Europe/Berlin	48.34246	12.03413				02	091	09177	09177120
2850318	Rappoltshofen	rappoltshofen	DE		0	Europe/Berlin	49.04438	9.84103				01	081	08127	08127063
2850320	Rappoltengrün	rappoltengrun	DE		0	Europe/Berlin	50.4016	11.42015				02	094	09476	09476180
2850322	Rappoldshofen	rappoldshofen	DE		0	Europe/Berlin	49.62344	10.66893				02	095	09575	09575125
2850323	Räppoldsburg	raeppoldsburg	DE		0	Europe/Berlin	50.4	11.25				15	00	16072	16072024
2850331	Rappetenreuth	rappetenreuth	DE		0	Europe/Berlin	50.21534	11.65385				02	094	09477	09477117
2850332	Rapperzell	rapperzell	DE		0	Europe/Berlin	48.47349	11.21944				02	097	09771	09771162
2850333	Rappertsweiler	rappertsweiler	DE		0	Europe/Berlin	47.64073	9.66076				01	084	08435	08435057
2850334	Rapperszell	rapperszell	DE		0	Europe/Berlin	48.93316	11.28553				02	091	09176	09176165
2850335	Rappersweier	rappersweier	DE		0	Europe/Berlin	47.61667	7.75				01	083	08336	08336069
2850337	Rappershausen	rappershausen	DE		0	Europe/Berlin	50.38741	10.40838				02	096	09673	09673130
2850338	Rappersdorf	rappersdorf	DE		0	Europe/Berlin	49.12708	11.4499				02	093	09373	09373112
2850339	Rappersdorf	rappersdorf	DE		0	Europe/Berlin	48.79964	11.85183				02	092	09273	09273119
2850342	Rapperath	rapperath	DE		0	Europe/Berlin	49.8158	7.09936				08	00	07231	07231502
2850348	Rappenscheuchen	rappenscheuchen	DE		0	Europe/Berlin	47.7693	10.28591				02	097	09763	09763000
2850353	Rappenhohn	rappenhohn	DE		0	Europe/Berlin	50.94164	7.27926				07	053	05378	05378024
2850354	Rappenhof	rappenhof	DE		0	Europe/Berlin	49.13333	9.3		Rappenhof		01	081	08125	08125102
2850355	Rappenhof	rappenhof	DE		0	Europe/Berlin	48.73765	13.413				02	092	09275	09275160
2850362	Rappenhagen	rappenhagen	DE		0	Europe/Berlin	54.07313	13.57024				12	00	13075	13075060
2850368	Rappendorf	rappendorf	DE		0	Europe/Berlin	49.13562	12.95071				02	092	09276	09276113
2850369	Rappenbügl	rappenbugl	DE		0	Europe/Berlin	49.20459	12.10863				02	093	09376	09376141
2850372	Rappenberg	rappenberg	DE		0	Europe/Berlin	49.49384	12.23987				02	093	09376	09376153
2850378	Rappenau	rappenau	DE		0	Europe/Berlin	49.46706	10.49172				02	095	09575	09575156
2850381	Rappen	rappen	DE		0	Europe/Berlin	47.93096	10.44819				02	097	09778	09778207
2850382	Rappelshofen	rappelshofen	DE		0	Europe/Berlin	48.95951	11.81492				02	092	09273	09273133
2850383	Rappelsdorf	rappelsdorf	DE		0	Europe/Berlin	50.49646	10.72245				15	00	16069	16069043
2850384	Räppele	rappele	DE		0	Europe/Berlin	47.41937	10.24201				02	097	09780	09780133
2850387	Rappach	rappach	DE		0	Europe/Berlin	50.06547	9.14329				02	096	09671	09671143
2850388	Rappach	rappach	DE		0	Europe/Berlin	49.17268	9.42781		Rappach		01	081	08126	08126011
2850391	Räpitz	raepitz	DE		0	Europe/Berlin	51.25864	12.21371				13	00	14729	14729270
2850393	Rapen	rapen	DE		0	Europe/Berlin	51.64763	7.28577				07	055	05562	05562028
2850394	Ranzow	ranzow	DE		0	Europe/Berlin	54.57927	13.624				12	00	13073	13073052
2850395	Ranzow	ranzow	DE		0	Europe/Berlin	51.6935	14.04177		Ranzow		11	00	12066	12066008
2850397	Ranzingerberg	ranzingerberg	DE		0	Europe/Berlin	48.85816	13.14294				02	092	09271	09271130
2850398	Ranzing	ranzing	DE		0	Europe/Berlin	48.85564	13.13343				02	092	09271	09271130
2850399	Ranzing	ranzing	DE		0	Europe/Berlin	48.65754	13.36125				02	092	09275	09275151
2850400	Ranzing	ranzing	DE		0	Europe/Berlin	48.46097	12.73796				02	092	09277	09277119
2850401	Ranzing	ranzing	DE		0	Europe/Berlin	48.4328	13.28832				02	092	09275	09275149
2850405	Ranzig	ranzig	DE		0	Europe/Berlin	52.11644	14.19118				11	00	12067	12067493
2850406	Ranzenthal	ranzenthal	DE		0	Europe/Berlin	49.74821	11.61965				02	093	09371	09371113
2850407	Ranzenried	ranzenried	DE		0	Europe/Berlin	47.58177	10.00718				02	097	09776	09776127
2850409	Ranzenbüttel	ranzenbuettel	DE		0	Europe/Berlin	53.192	8.50093		Siedlung Ranzenbuttel,Siedlung Ranzenbüttel		06	00	03461	03461001
2850410	Ranzenberg	ranzenberg	DE		0	Europe/Berlin	48.30111	13.02374				02	092	09277	09277145
2850413	Ranzel	ranzel	DE		0	Europe/Berlin	50.83122	7.03382		Ranzel		07	053	05382	05382044
2850415	Ranzau	ranzau	DE		0	Europe/Berlin	53.00344	11.229				06	00	03354	03354018
2850426	Ranspach	ranspach	DE		0	Europe/Berlin	50.56275	11.97519		Ranspach		13	00	14523	14523310
2850430	Ransel	ransel	DE		0	Europe/Berlin	50.10077	7.84127				05	064	06439	06439010
2850434	Ransberg	ransberg	DE		0	Europe/Berlin	51.24455	6.34739				07	051	05166	05166032
2850439	Ransbach an der Holzecke	ransbach-an-der-holzecke	DE		0	Europe/Berlin	49.1806	10.19612				02	095	09571	09571199
2850440	Ransbach	ransbach	DE		0	Europe/Berlin	50.88688	9.22963				05	066	06634	06634026
2850441	Ransbach	ransbach	DE		0	Europe/Berlin	50.82651	9.90929		Ransbach		05	066	06632	06632010
2850442	Ransbach	ransbach	DE		0	Europe/Berlin	50.46667	7.73333				08	00	07143	07143062
2850443	Ransbach	ransbach	DE		0	Europe/Berlin	49.31964	11.74541				02	093	09371	09371129
2850444	Ranoldsberg	ranoldsberg	DE		0	Europe/Berlin	48.30833	12.3376				02	091	09183	09183114
2850448	Rannetsreit	rannetsreit	DE		0	Europe/Berlin	48.69126	13.21472		Anetsreut,Rannetsreit		02	092	09275	09275120
2850450	Rannertshofen	rannertshofen	DE		0	Europe/Berlin	48.65049	11.83828				02	092	09273	09273115
2850451	Rannertshofen	rannertshofen	DE		0	Europe/Berlin	48.59012	12.03582				02	092	09274	09274132
2850452	Rannersdorf	rannersdorf	DE		0	Europe/Berlin	49.35301	12.65983				02	093	09372	09372171
2850453	Rannersdorf	rannersdorf	DE		0	Europe/Berlin	49.26097	12.57231				02	093	09372	09372161
2850454	Rannersdorf	rannersdorf	DE		0	Europe/Berlin	49.05739	12.93902				02	092	09276	09276144
2850455	Rannersdorf	rannersdorf	DE		0	Europe/Berlin	48.63256	12.7656				02	092	09279	09279113
2850456	Rannerding	rannerding	DE		0	Europe/Berlin	48.54364	13.01697				02	092	09275	09275112
2850457	Rannenberg	rannenberg	DE		0	Europe/Berlin	52.21539	9.24671				06	00	03257	03257003
2850463	Rannaberg	rannaberg	DE		0	Europe/Berlin	48.67574	13.73211				02	092	09275	09275148
2850465	Ranna	ranna	DE		0	Europe/Berlin	49.65335	11.57088		Ranna		02	093	09371	09371113
2850467	Ranmark	ranmark	DE		0	Europe/Berlin	54.79542	9.59556				10	00	01059	01059157
2850470	Rankenhohn	rankenhohn	DE		0	Europe/Berlin	50.80507	7.46376		Rankenhohn		07	053	05382	05382016
2850471	Rankenheim	rankenheim	DE		0	Europe/Berlin	52.1643	13.6363		Rankenheim		11	00	12061	12061192
2850472	Rankendorf	rankendorf	DE		0	Europe/Berlin	53.9371	11.0619				12	00	13074	13074069
2850474	Rankenberg	rankenberg	DE		0	Europe/Berlin	50.75	6.96667				07	053	05382	05382012
2850476	Ränke	ranke	DE		0	Europe/Berlin	48.02226	8.02171				01	083	08315	08315095
2850478	Ränkam	rankam	DE		0	Europe/Berlin	49.29163	12.78878				02	093	09372	09372126
2850479	Rankam	rankam	DE		0	Europe/Berlin	48.92145	12.75052				02	092	09278	09278118
2850480	Rankach	rankach	DE		0	Europe/Berlin	48.36762	8.2193				01	083	08317	08317093
2850481	Rank	rank	DE		0	Europe/Berlin	47.92973	10.09755				01	084	08436	08436004
2850486	Ranhartstetten	ranhartstetten	DE		0	Europe/Berlin	47.79249	12.24422				02	091	09187	09187169
2850487	Ranharting	ranharting	DE		0	Europe/Berlin	48.09287	12.7383				02	091	09189	09189152
2850488	Ranham	ranham	DE		0	Europe/Berlin	48.01805	12.65581				02	091	09189	09189134
2850500	Rangen	rangen	DE		0	Europe/Berlin	51.39005	9.29383				05	066	06633	06633029
2850501	Rangen	rangen	DE		0	Europe/Berlin	49.66825	11.20344				02	094	09474	09474132
2850506	Ranfels	ranfels	DE		0	Europe/Berlin	48.76689	13.26746				02	092	09272	09272152
2850507	Ranerding	ranerding	DE		0	Europe/Berlin	48.3316	12.33795				02	091	09183	09183132
2850512	Randsburg	randsburg	DE		0	Europe/Berlin	48.98123	12.91331				02	092	09276	09276111
2850513	Randringhausen	randringhausen	DE		0	Europe/Berlin	52.23039	8.60369				07	057	05758	05758004
2850518	Randow	randow	DE		0	Europe/Berlin	53.94265	13.06343				12	00	13071	13071029
2850519	Randow	randow	DE		0	Europe/Berlin	53.19565	12.55566				11	00	12068	12068468
2850521	Randling	randling	DE		0	Europe/Berlin	48.3315	12.90918				02	092	09277	09277140
2850522	Randling	randling	DE		0	Europe/Berlin	48.0455	12.47449				02	091	09189	09189126
2850524	Randerath	randerath	DE		0	Europe/Berlin	51.01666	6.17364		Randerath		07	053	05370	05370016
2850527	Randen	randen	DE		0	Europe/Berlin	47.81996	8.57603				01	083	08326	08326005
2850528	Randelsried	randelsried	DE		0	Europe/Berlin	48.42966	11.26324				02	091	09174	09174111
2850529	Randegg	randegg	DE		0	Europe/Berlin	47.72212	8.7534				01	083	08335	08335028
2850532	Randeck	randeck	DE		0	Europe/Berlin	48.93885	11.79134				02	092	09273	09273121
2850533	Randeck	randeck	DE		0	Europe/Berlin	48.57104	9.53073				01	081	08116	08116012
2850534	Randau	randau	DE		0	Europe/Berlin	52.0626	11.72305				14	00	15003	15003000
2850539	Ramstein	ramstein	DE		0	Europe/Berlin	49.45306	7.59542		RMS,Ramstein		08	00	07335	07335038
2850541	Ramstein	ramstein	DE		0	Europe/Berlin	48.20344	8.37174				01	083	08325	08325053
2850542	Ramstedtfeld	ramstedtfeld	DE		0	Europe/Berlin	54.4	9.15				10	00	01054	01054105
2850546	Ramsried	ramsried	DE		0	Europe/Berlin	49.21198	12.84287				02	093	09372	09372137
2850547	Ramspau	ramspau	DE		0	Europe/Berlin	49.15862	12.1416		Grossramspau,Großramspau,Ramspau		02	093	09375	09375190
2850550	Ramsloh	ramsloh	DE		0	Europe/Berlin	53.10263	7.67876		Ramsloh,Roomelse		06	00	03453	03453013
2850554	Ramskamp	ramskamp	DE		0	Europe/Berlin	53.74062	9.69676				10	00	01056	01056015
2850555	Ramsin	ramsin	DE		1006	Europe/Berlin	51.61095	12.23812		Ramsin		14	00	15082	15082340
2850556	Ramshausen	ramshausen	DE		0	Europe/Berlin	53.3394	9.54191				06	00	03357	03357050
2850560	Ramsenthal	ramsenthal	DE		0	Europe/Berlin	50.00706	11.59299				02	094	09472	09472119
2850561	Ramsenstrut	ramsenstrut	DE		0	Europe/Berlin	48.92887	10.04365				01	081	08136	08136046
2850572	Ramsel	ramsel	DE		0	Europe/Berlin	52.51384	7.37834				06	00	03454	03454032
2850574	Ramsee	ramsee	DE		0	Europe/Berlin	47.8314	9.5486				01	084	08436	08436013
2850575	Ramsdorf	ramsdorf	DE		0	Europe/Berlin	54.40031	9.61108				10	00	01058	01058127
2850576	Ramsdorf	ramsdorf	DE		0	Europe/Berlin	51.88703	6.91819				07	055	05554	05554064
2850577	Ramsdorf	ramsdorf	DE		0	Europe/Berlin	51.09133	12.37477		Rahmsdorf,Ramsdorf		13	00	14729	14729360
2850578	Ramsdorf	ramsdorf	DE		0	Europe/Berlin	48.68226	12.89568				02	092	09271	09271152
2850579	Ramsdorf	ramsdorf	DE		0	Europe/Berlin	48.02998	12.75834				02	091	09189	09189152
2850580	Ramschied	ramschied	DE		0	Europe/Berlin	50.13439	8.03664		Ramschied		05	064	06439	06439002
2850581	Ramscheid	ramscheid	DE		0	Europe/Berlin	50.44369	6.40167				07	053	05366	05366020
2850583	Ramsborn	ramsborn	DE		0	Europe/Berlin	50.9957	10.28791				15	00	16056	16056000
2850585	Ramsberg	ramsberg	DE		0	Europe/Berlin	52.08545	7.20305				07	055	05554	05554052
2850586	Ramsberg	ramsberg	DE		0	Europe/Berlin	49.11807	10.935				02	095	09577	09577161
2850592	Ramsbeck	ramsbeck	DE		0	Europe/Berlin	51.30991	8.40162				07	059	05958	05958008
2850595	Ramsbächle	ramsbachle	DE		0	Europe/Berlin	48.50146	8.15882				01	083	08317	08317098
2850597	Ramsbach	ramsbach	DE		0	Europe/Berlin	49.14132	9.80749				01	081	08127	08127076
2850599	Ramsbach	ramsbach	DE		0	Europe/Berlin	48.49652	8.14182				01	083	08317	08317098
2850610	Ramsach	ramsach	DE		0	Europe/Berlin	48.08522	10.96795				02	091	09181	09181132
2850612	Ramrath	ramrath	DE		0	Europe/Berlin	51.0984	6.68132				07	051	05162	05162028
2850614	Rampoldstetten	rampoldstetten	DE		0	Europe/Berlin	48.50538	12.53077				02	092	09279	09279115
2850615	Rampoldsdorf	rampoldsdorf	DE		0	Europe/Berlin	48.47093	12.24545				02	092	09274	09274134
2850618	Rampitz	rampitz	DE		0	Europe/Berlin	51.30319	12.12767		Rampitz		14	00	15088	15088205
2850619	Rampertskirchen	rampertskirchen	DE		0	Europe/Berlin	48.02778	12.48172				02	091	09189	09189126
2850620	Rampertshofen	rampertshofen	DE		0	Europe/Berlin	47.84945	11.52972				02	091	09173	09173118
2850621	Rampertshof	rampertshof	DE		0	Europe/Berlin	49.60253	11.34905				02	095	09574	09574158
2850622	Ramperting	ramperting	DE		0	Europe/Berlin	48.39481	12.10628				02	091	09177	09177121
2850624	Rampersdorf	rampersdorf	DE		0	Europe/Berlin	48.59741	13.6577				02	092	09275	09275153
2850630	Rampe	rampe	DE		0	Europe/Berlin	53.68634	11.48621				12	00	13076	13076082
2850631	Ramoldsreuth	ramoldsreuth	DE		0	Europe/Berlin	50.38333	12.01667				13	00	14523	14523450
2850632	Rammsee	rammsee	DE		0	Europe/Berlin	54.35	10.1		Rammsee		10	00	01002	01002000
2850637	Rammetshofen	rammetshofen	DE		0	Europe/Berlin	47.71636	9.46806		Rammetshofen		01	084	08435	08435045
2850638	Rammertshofen	rammertshofen	DE		0	Europe/Berlin	48.22705	11.19245				02	091	09179	09179117
2850639	Rammertshof	rammertshof	DE		0	Europe/Berlin	49.43729	11.7998				02	093	09361	09361000
2850642	Rammersweier	rammersweier	DE		0	Europe/Berlin	48.48231	7.96809		Rammersweier		01	083	08317	08317096
2850644	Rammersberg	rammersberg	DE		0	Europe/Berlin	49.23094	11.62611				02	093	09373	09373167
2850645	Rammersberg	rammersberg	DE		0	Europe/Berlin	49.08657	12.27567				02	093	09375	09375119
2850646	Rammersberg	rammersberg	DE		0	Europe/Berlin	48.95112	12.6887				02	092	09278	09278139
2850649	Rammelstein	rammelstein	DE		0	Europe/Berlin	49.00837	11.92316				02	093	09375	09375175
2850651	Rammelsberg	rammelsberg	DE		0	Europe/Berlin	48.83797	13.32577				02	092	09272	09272147
2850652	Rammelsberg	rammelsberg	DE		0	Europe/Berlin	48.35	12.31667				02	092	09274	09274193
2850666	Rammelfangen	rammelfangen	DE		0	Europe/Berlin	49.33092	6.63288		Rammelfangen		09	00	10044	10044121
2850668	Rammelburg	rammelburg	DE		0	Europe/Berlin	51.59926	11.33139		Rammelburg		14	00	15087	15087275
2850673	Ramm	ramm	DE		0	Europe/Berlin	53.3088	11.18517				12	00	13076	13076008
2850674	Ramlingen	ramlingen	DE		0	Europe/Berlin	52.50995	9.99292		Rameln,Rammeln		06	00	03241	03241003
2850675	Ramling	ramling	DE		0	Europe/Berlin	48.69561	13.46906				02	092	09275	09275128
2850677	Ramlesreuth	ramlesreuth	DE		0	Europe/Berlin	49.84962	11.77128				02	094	09472	09472190
2850679	Ramitzow	ramitzow	DE		0	Europe/Berlin	53.91668	13.67179				12	00	13075	13075061
2850680	Ramitz	ramitz	DE		0	Europe/Berlin	54.45285	13.34876				12	00	13073	13073010
2850681	Raminsgut	raminsgut	DE		0	Europe/Berlin	52.80395	12.37361				11	00	12063	12063112
2850682	Raming	raming	DE		0	Europe/Berlin	52.54431	7.56838				06	00	03454	03454031
2850683	Raming	raming	DE		0	Europe/Berlin	48.00003	12.20564				02	091	09187	09187134
2850687	Ramhorst	ramhorst	DE		0	Europe/Berlin	52.35834	10.02024				06	00	03241	03241011
2850688	Ramholz	ramholz	DE		0	Europe/Berlin	50.33144	9.61063				05	064	06435	06435025
2850690	Ramhof	ramhof	DE		0	Europe/Berlin	48.74986	10.76583				02	097	09779	09779131
2850692	Rametsried	rametsried	DE		0	Europe/Berlin	48.3616	11.17119				02	091	09174	09174111
2850693	Rametnach	rametnach	DE		0	Europe/Berlin	48.88904	13.31363				02	092	09272	09272116
2850694	Ramesberg	ramesberg	DE		0	Europe/Berlin	48.53428	13.71712				02	092	09275	09275153
2850695	Ramertshofen	ramertshofen	DE		0	Europe/Berlin	49.39198	11.54706				02	093	09373	09373140
2850696	Ramershoven	ramershoven	DE		0	Europe/Berlin	50.64249	6.96559				07	053	05382	05382048
2850697	Ramersdorf	ramersdorf	DE		0	Europe/Berlin	48.10938	11.61736				02	091	09162	09162000
2850698	Ramersdorf	ramersdorf	DE		0	Europe/Berlin	50.72393	7.15463				07	053	05314	05314000
2850699	Ramersdorf	ramersdorf	DE		0	Europe/Berlin	49.06321	12.83452				02	092	09276	09276128
2850700	Ramersdorf	ramersdorf	DE		0	Europe/Berlin	48.68714	12.02879				02	092	09274	09274176
2850702	Ramersbach	ramersbach	DE		0	Europe/Berlin	50.48882	7.09748				08	00	07131	07131007
2850703	Ramering	ramering	DE		0	Europe/Berlin	48.22147	12.31885				02	091	09183	09183138
2850704	Ramerding	ramerding	DE		0	Europe/Berlin	48.22903	12.9536				02	092	09277	09277128
2850707	Ramelsloh	ramelsloh	DE		0	Europe/Berlin	53.34359	10.02766		Ramelsloh		06	00	03353	03353031
2850708	Ramelsbach	ramelsbach	DE		0	Europe/Berlin	48.36867	11.45941				02	091	09174	09174150
2850710	Ramelow	ramelow	DE		0	Europe/Berlin	53.73917	13.48091				12	00	13071	13071035
2850712	Rambrücken	rambruecken	DE		0	Europe/Berlin	50.88178	7.19377				07	053	05378	05378028
2850714	Rambow	rambow	DE		0	Europe/Berlin	53.83923	11.43362				12	00	13074	13074019
2850715	Rambow	rambow	DE		0	Europe/Berlin	53.63482	12.62309				12	00	13071	13071103
2850716	Rambow	rambow	DE		0	Europe/Berlin	53.14893	11.58251				11	00	12070	12070244
2850717	Rambow	rambow	DE		0	Europe/Berlin	53.03915	12.01046				11	00	12070	12070302
2850725	Rambeel	rambeel	DE		0	Europe/Berlin	53.77106	11.1725				12	00	13074	13074081
2850728	Rambach	rambach	DE		0	Europe/Berlin	51.10834	10.14856		Rambach		05	066	06636	06636015
2850729	Rambach	rambach	DE		0	Europe/Berlin	50.11688	8.27383				05	064	06414	06414000
2850730	Rambach	rambach	DE		0	Europe/Berlin	49.76079	10.60906				02	094	09471	09471220
2850731	Rambach	rambach	DE		0	Europe/Berlin	49.11916	11.10538				02	095	09576	09576126
2850736	Ralshoven	ralshoven	DE		0	Europe/Berlin	51.00458	6.3657				07	053	05358	05358056
2850737	Ralow	ralow	DE		0	Europe/Berlin	54.39721	13.23934				12	00	13073	13073021
2850738	Rallenbüschen	rallenbueschen	DE		0	Europe/Berlin	53.41424	8.11769				06	00	03455	03455026
2850740	Ralingen	ralingen	DE		1997	Europe/Berlin	49.81667	6.5		Ralingen,la lin gen,Ралинген,拉林根	07235111	08	00	07235	07235111
2850742	Ralbitz	ralbitz	DE		0	Europe/Berlin	51.30124	14.24802		Ralbicy		13	00	14625	14625500
2850743	Klein Rakow	klein-rakow	DE		0	Europe/Berlin	54.0483	13.04918		Rakow		12	00	13073	13073089
2850749	Raken	raken	DE		0	Europe/Berlin	52.80177	7.26585				06	00	03454	03454018
2850751	Rajoch	rajoch	DE		0	Europe/Berlin	51.87791	11.91145				14	00	15089	15089026
2850752	Rajenwieke	rajenwieke	DE		0	Europe/Berlin	53.13391	7.53511				06	00	03457	03457018
2850753	Rajensdorf	rajensdorf	DE		0	Europe/Berlin	54.35075	10.00322				10	00	01058	01058130
2850755	Raitzhain	raitzhain	DE		0	Europe/Berlin	50.86641	12.20739				15	00	16076	16076061
2850756	Raitzen	raitzen	DE		0	Europe/Berlin	51.26	13.18817				13	00	14730	14730210
2850757	Raitschin	raitschin	DE		0	Europe/Berlin	50.28986	12.06761				02	094	09475	09475161
2850760	Raithenbach	raithenbach	DE		0	Europe/Berlin	50.08198	12.20805				02	094	09479	09479147
2850761	Raithaslach	raithaslach	DE		0	Europe/Berlin	47.8814	8.96244				01	083	08335	08335079
2850762	Raitersaich	raitersaich	DE		0	Europe/Berlin	49.37536	10.84555		Raitersaich		02	095	09573	09573125
2850763	Raitenhaslach	raitenhaslach	DE		0	Europe/Berlin	48.13016	12.78705		Raiten Haszlach,Raitenhaslach		02	091	09171	09171112
2850770	Raitenberg	raitenberg	DE		0	Europe/Berlin	49.60314	11.47227		Raitenberg		02	095	09574	09574160
2850771	Raiten	raiten	DE		0	Europe/Berlin	47.74042	12.43777				02	091	09189	09189141
2850774	Raitbach	raitbach	DE		0	Europe/Berlin	48.59596	11.46865				02	091	09186	09186144
2850775	Raitbach	raitbach	DE		0	Europe/Berlin	47.68215	7.86003				01	083	08336	08336081
2850778	Raisach	raisach	DE		0	Europe/Berlin	49.8449	11.86779				02	093	09377	09377129
2850779	Rainting	rainting	DE		0	Europe/Berlin	48.749	12.62441				02	092	09278	09278167
2850781	Rainrod	rainrod	DE		0	Europe/Berlin	50.71533	9.33375				05	065	06535	06535017
2850782	Rainrod	rainrod	DE		0	Europe/Berlin	50.47058	9.07752				05	065	06535	06535016
2850788	Rainertshausen	rainertshausen	DE		0	Europe/Berlin	48.63011	11.90595				02	092	09274	09274172
2850793	Rainen	rainen	DE		0	Europe/Berlin	47.63437	10.49025				02	097	09780	09780128
2850795	Raindorf	raindorf	DE		0	Europe/Berlin	49.23701	12.749				02	093	09372	09372155
2850796	Raindorf	raindorf	DE		0	Europe/Berlin	48.87984	13.20394				02	092	09276	09276126
2850797	Rainding	rainding	DE		0	Europe/Berlin	48.53101	13.17632				02	092	09275	09275125
2850804	Rainbach	rainbach	DE		0	Europe/Berlin	49.39377	8.82492				01	082	08226	08226056
2850805	Rainbach	rainbach	DE		0	Europe/Berlin	48.16894	12.17567				02	091	09183	09183123
2850810	Am Rain	am-rain	DE		0	Europe/Berlin	48.03355	7.8867		Am Rain,Rain		01	083	08315	08315047
2850826	Raimundsreut	raimundsreut	DE		0	Europe/Berlin	48.86599	13.54589				02	092	09272	09272127
2850828	Raila	raila	DE		0	Europe/Berlin	50.51814	11.79251				15	00	16075	16075135
2850830	Raiggers	raiggers	DE		0	Europe/Berlin	47.7586	10.47912				02	097	09777	09777144
2850831	Raigering	raigering	DE		0	Europe/Berlin	49.45819	11.89399				02	093	09361	09361000
2850833	Raidwangen	raidwangen	DE		0	Europe/Berlin	48.60389	9.30452				01	081	08116	08116049
2850836	Raichen	raichen	DE		0	Europe/Berlin	47.63619	10.3559				02	097	09780	09780140
2850839	Rai-Breitenbach	rai-breitenbach	DE		0	Europe/Berlin	49.81502	9.05413				05	064	06437	06437004
2850840	Raibach	raibach	DE		0	Europe/Berlin	49.87302	8.96055				05	064	06432	06432010
2850841	Raibach	raibach	DE		0	Europe/Berlin	49.0913	9.71031				01	081	08127	08127100
2850842	Rahstorf	rahstorf	DE		0	Europe/Berlin	48.69695	12.11056				02	092	09274	09274176
2850843	Rahstorf	rahstorf	DE		0	Europe/Berlin	48.51917	12.68317				02	092	09279	09279135
2850846	Rahrdum	rahrdum	DE		0	Europe/Berlin	53.55093	7.88635				06	00	03455	03455007
2850847	Rahrbach	rahrbach	DE		0	Europe/Berlin	51.03742	7.97808				07	059	05966	05966016
2850849	Rahnsdorfermühle	rahnsdorfermuhle	DE		0	Europe/Berlin	52.45	13.7				16	00	11000	11000000
2850854	Rahnisdorf	rahnisdorf	DE		0	Europe/Berlin	51.67893	13.17253		Rahnisdorf		11	00	12062	12062224
2850855	Rahnhorst	rahnhorst	DE		0	Europe/Berlin	52.99075	9.36322				06	00	03357	03357054
2850857	Rahnenfelde	rahnenfelde	DE		0	Europe/Berlin	53.52218	13.07957		Rahnenfelde		12	00	13071	13071173
2850858	Rahna	rahna	DE		0	Europe/Berlin	51.21622	12.17222				14	00	15084	15084315
2850859	Rahmstorf	rahmstorf	DE		0	Europe/Berlin	53.40196	9.65957				06	00	03353	03353028
2850860	Rahms	rahms	DE		0	Europe/Berlin	50.59245	7.41139				08	00	07138	07138044
2850864	Rahmhaus	rahmhaus	DE		0	Europe/Berlin	47.83378	9.89973				01	084	08436	08436052
2850865	Rahmersee	rahmersee	DE		0	Europe/Berlin	52.74471	13.41405				11	00	12060	12060269
2850868	Rahm	rahm	DE		0	Europe/Berlin	51.3502	6.78215		Rahm		07	051	05112	05112000
2850869	Rahm	rahm	DE		0	Europe/Berlin	51.52357	7.38709		Jungferntal-Rahm,Rahm		07	059	05913	05913000
2850870	Rahm	rahm	DE		0	Europe/Berlin	51.43373	6.43015		Rahm		07	051	05154	05154028
2850871	Rahm	rahm	DE		0	Europe/Berlin	47.57542	11.04836				02	091	09180	09180115
2850872	Rahlstedt	rahlstedt	DE		0	Europe/Berlin	53.60194	10.15667		Hamburg-Rahlstedt,Ralshtet,Ралштет		04	00	02000	02000000
2850875	Rahlen	rahlen	DE		0	Europe/Berlin	47.77515	9.59864				01	084	08436	08436064
2850880	Rahe	rahe	DE		0	Europe/Berlin	53.45404	7.44563		Rahe		06	00	03452	03452001
2850881	Rahe	rahe	DE		0	Europe/Berlin	51.27694	6.25205				07	051	05166	05166016
2850888	Rähden	raehden	DE		0	Europe/Berlin	52.39315	9.28473				06	00	03257	03257004
2850889	Rahde	rahde	DE		0	Europe/Berlin	53.96507	9.42357				10	00	01061	01061052
2850891	Ragwitz	ragwitz	DE		0	Europe/Berlin	51.27549	12.11038				14	00	15088	15088020
2850892	Raguth	raguth	DE		0	Europe/Berlin	53.56866	11.05225				12	00	13076	13076153
2850901	Ragösen	ragoesen	DE		0	Europe/Berlin	52.24229	12.58103				11	00	12069	12069020
2850902	Ragösen	ragoesen	DE		227	Europe/Berlin	51.9806	12.29614		Ragosen,Ragösen		14	00	15091	15091060
2850906	Raggen	raggen	DE		0	Europe/Berlin	47.81829	10.12317				01	084	08436	08436055
2850908	Raggau	raggau	DE		0	Europe/Berlin	49.40761	12.34007				02	093	09376	09376164
2850909	Ragewitz	ragewitz	DE		0	Europe/Berlin	51.26568	13.23849		Blosswitz-Ragewitz,Bloßwitz-Ragewitz,Ragewitz		13	00	14627	14627260
2850910	Ragewitz	ragewitz	DE		0	Europe/Berlin	51.23404	12.85159		Ragewitz		13	00	14729	14729160
2850912	Ragern	ragern	DE		0	Europe/Berlin	48.3717	13.12892				02	092	09275	09275131
2850915	Ragenwies	ragenwies	DE		0	Europe/Berlin	49.56727	12.45911		Ragenwies		02	093	09374	09374137
2850916	Ragenreute	ragenreute	DE		0	Europe/Berlin	47.95184	9.51128				01	084	08436	08436027
2850917	Ragenhof	ragenhof	DE		0	Europe/Berlin	49.47406	12.13762				02	093	09376	09376144
2850920	Rägelin	raegelin	DE		0	Europe/Berlin	53.01384	12.6477				11	00	12068	12068425
2850921	Ragaul	ragaul	DE		0	Europe/Berlin	48.68139	13.23362				02	092	09275	09275159
2850922	Raffolding	raffolding	DE		0	Europe/Berlin	48.35238	12.37627				02	092	09274	09274120
2850923	Rafflenbeul	rafflenbeul	DE		0	Europe/Berlin	51.31458	7.46311		Rafflenbeul		07	059	05954	05954004
2850925	Raffenstetten	raffenstetten	DE		0	Europe/Berlin	48.50183	11.59636				02	091	09186	09186152
2850928	Raffelsdorf	raffelsdorf	DE		0	Europe/Berlin	48.67794	12.95458				02	092	09271	09271141
2850929	Raffelsberg	raffelsberg	DE		0	Europe/Berlin	48.7537	13.58125				02	092	09272	09272151
2850932	Raffelberg	raffelberg	DE		0	Europe/Berlin	48.37712	12.3018				02	092	09274	09274183
2850933	Raffatz	raffatz	DE		0	Europe/Berlin	53.15326	11.10744				06	00	03355	03355049
2850934	Raffach	raffach	DE		0	Europe/Berlin	49.3608	12.22967				02	093	09376	09376163
2850938	Rafeld	rafeld	DE		0	Europe/Berlin	52.10524	8.97394				07	057	05766	05766036
2850940	Raestrup	raestrup	DE		0	Europe/Berlin	51.96657	7.84836				07	055	05570	05570044
2850944	Radwang	radwang	DE		0	Europe/Berlin	49.05196	10.33367		Radwang		02	095	09571	09571136
2850947	Radthal	radthal	DE		0	Europe/Berlin	47.77968	11.88446				02	091	09182	09182123
2850951	Radschin	radschin	DE		0	Europe/Berlin	49.62228	12.08805				02	093	09374	09374119
2850952	Radscheid	radscheid	DE		0	Europe/Berlin	50.26278	6.2929				08	00	07232	07232283
2850954	Radolfzell	radolfzell	DE		30096	Europe/Berlin	47.74194	8.97098		Radol'fcell',Radolfcel am Bodenze,Radolfzell,Radolfzell am Bodensee,Radolphi Cella,bo deng hu pan la duo fu cai er,radwlftsl,Радолфцел ам Бодензе,Радольфцелль,رادولفتسل,رادولفتسل آم بودن‌زی,博登湖畔拉多夫采尔		01	083	08335	08335063
2850956	Radmühl	radmuehl	DE		0	Europe/Berlin	50.40532	9.36191				05	065	06535	06535004
2850958	Radmoos	radmoos	DE		0	Europe/Berlin	49.0139	12.69542				02	092	09278	09278129
2850959	Radlow	radlow	DE		0	Europe/Berlin	52.23342	14.05217				11	00	12067	12067112
2850960	Radlow	radlow	DE		0	Europe/Berlin	53.98291	13.51835				12	00	13075	13075154
2850961	Radlkofen	radlkofen	DE		0	Europe/Berlin	48.74703	12.46459				02	092	09279	09279127
2850962	Radlkofen	radlkofen	DE		0	Europe/Berlin	48.4858	12.50749				02	092	09277	09277121
2850963	Radlinghausen	radlinghausen	DE		0	Europe/Berlin	51.43202	8.66961		Radlinghausen		07	059	05958	05958012
2850964	Radling	radling	DE		0	Europe/Berlin	49.18351	12.63129				02	093	09372	09372158
2850966	Radlhöfe	radlhofe	DE		0	Europe/Berlin	48.52296	11.48138				02	091	09186	09186143
2850967	Radldorf	radldorf	DE		0	Europe/Berlin	48.87604	12.45183				02	092	09278	09278172
2850975	Radinkendorf	radinkendorf	DE		0	Europe/Berlin	52.2105	14.27073				11	00	12067	12067036
2850979	Rädigke	raedigke	DE		0	Europe/Berlin	52.05407	12.6249				11	00	12069	12069485
2850981	Radheim	radheim	DE		0	Europe/Berlin	49.8881	9.02031				05	064	06432	06432021
2850982	Radgendorf	radgendorf	DE		0	Europe/Berlin	50.92055	14.83765				13	00	14626	14626310
2850985	Radewitz	radewitz	DE		0	Europe/Berlin	53.2954	14.15463				12	00	13075	13075107
2850986	Radewitz	radewitz	DE		0	Europe/Berlin	51.33292	13.39336				13	00	14627	14627040
2850987	Radewitz	radewitz	DE		0	Europe/Berlin	51.09281	13.31733				13	00	14627	14627180
2850988	Radewiger Feldmark	radewiger-feldmark	DE		0	Europe/Berlin	52.12141	8.65716		Radewiger Feldmark		07	057	05758	05758012
2850990	Radewiese	radewiese	DE		0	Europe/Berlin	51.8353	14.50715		Heinersbruck-Radewiese,Heinersbrück-Radewiese,Radewiese,Radowiza		11	00	12071	12071176
2850991	Radewell	radewell	DE		0	Europe/Berlin	51.42977	11.99407				14	00	15002	15002000
2850992	Radeweise	radeweise	DE		0	Europe/Berlin	51.61069	14.30101		Radojz		11	00	12071	12071372
2850994	Radewege	radewege	DE		0	Europe/Berlin	52.48014	12.57725		Radewege		11	00	12069	12069018
2851000	Radertshausen	radertshausen	DE		0	Europe/Berlin	48.68161	11.74155				02	092	09273	09273113
2851001	Raderthal	raderthal	DE		0	Europe/Berlin	50.90125	6.95409				07	053	05315	05315000
2851002	Raderstetten	raderstetten	DE		0	Europe/Berlin	48.39237	11.19005				02	097	09771	09771165
2851003	Radersdorf	radersdorf	DE		0	Europe/Berlin	48.511	11.15413				02	097	09771	09771144
2851008	Räderloh	raederloh	DE		0	Europe/Berlin	52.72613	10.40673				06	00	03151	03151029
2851010	Raderhorst	raderhorst	DE		0	Europe/Berlin	52.37557	9.08591		Raderhorst		07	057	05770	05770028
2851011	Raderhof	raderhof	DE		0	Europe/Berlin	51.13041	7.10761				07	053	05378	05378016
2851012	Rädereichen	raedereichen	DE		0	Europe/Berlin	51.19596	7.38308				07	053	05374	05374036
2851013	Raderbroich	raderbroich	DE		0	Europe/Berlin	51.20715	6.52699				07	051	05162	05162020
2851014	Raderberg	raderberg	DE		0	Europe/Berlin	50.90731	6.95821				07	053	05315	05315000
2851020	Raderang	raderang	DE		0	Europe/Berlin	53.21667	12.75		Kolonie Raderang,Raderang		11	00	12068	12068468
2851021	Raderach	raderach	DE		0	Europe/Berlin	47.69531	9.44283		Raderach		01	084	08435	08435016
2851022	Radepohl	radepohl	DE		0	Europe/Berlin	53.56897	11.7529				12	00	13076	13076025
2851023	Radenzhofen	radenzhofen	DE		0	Europe/Berlin	48.37053	11.20116				02	091	09174	09174111
2851027	Radensleben	radensleben	DE		0	Europe/Berlin	52.88275	12.90979				11	00	12068	12068320
2851028	Radensee	radensee	DE		0	Europe/Berlin	53.21824	13.06457		Radensee		12	00	13071	13071119
2851029	Radensdorf	radensdorf	DE		0	Europe/Berlin	51.94243	13.98123		Radensdorf,Radom		11	00	12061	12061316
2851030	Radensdorf	radensdorf	DE		0	Europe/Berlin	51.72208	13.83596		Radensdorf,Radowank,Radowańk		11	00	12066	12066052
2851031	Radensdorf	radensdorf	DE		0	Europe/Berlin	51.65139	14.17654		Radensdorf,Radowasojce,Radowašojce		11	00	12071	12071057
2851034	Radenbeck	radenbeck	DE		0	Europe/Berlin	53.22202	10.62825				06	00	03355	03355036
2851035	Radenbeck	radenbeck	DE		0	Europe/Berlin	52.64634	10.86471		Radenbeck		06	00	03151	03151040
2851038	Raden	raden	DE		0	Europe/Berlin	53.76061	12.4328				12	00	13072	13072063
2851039	Raden	raden	DE		0	Europe/Berlin	52.2299	9.30782				06	00	03257	03257003
2851040	Raden	raden	DE		0	Europe/Berlin	51.6573	14.68953				11	00	12071	12071294
2851041	Raden	raden	DE		0	Europe/Berlin	51.37646	13.48865		Raden		13	00	14627	14627240
2851044	Radelübbe	radeluebbe	DE		0	Europe/Berlin	53.50609	11.28297				12	00	13076	13076004
2851045	Radelstetten	radelstetten	DE		0	Europe/Berlin	48.7765	9.73037				01	081	08136	08136065
2851046	Radelstetten	radelstetten	DE		0	Europe/Berlin	48.52758	9.85388				01	084	08425	08425075
2851048	Radelandsiedlung	radelandsiedlung	DE		0	Europe/Berlin	52.06403	13.5544				11	00	12072	12072014
2851050	Radeland	radeland	DE		0	Europe/Berlin	52.55948	13.1844				16	00	11000	11000000
2851051	Radeland	radeland	DE		0	Europe/Berlin	53.73468	10.40025				10	00	01053	01053124
2851052	Radeland	radeland	DE		0	Europe/Berlin	52.05504	13.55163		Radeland		11	00	12072	12072014
2851057	Rädel	raedel	DE		0	Europe/Berlin	52.28657	12.75085				11	00	12069	12069306
2851060	Radehorst	radehorst	DE		0	Europe/Berlin	52.88104	12.94601				11	00	12068	12068320
2851062	Radegundis	radegundis	DE		0	Europe/Berlin	48.34013	10.83269				02	097	09761	09761000
2851071	Radefeld	radefeld	DE		0	Europe/Berlin	51.42275	12.29724				13	00	14730	14730270
2851075	Radebrück	radebrueck	DE		0	Europe/Berlin	52.55891	13.77283				11	00	12064	12064029
2851093	Radduscher Kaupen	radduscher-kaupen	DE		0	Europe/Berlin	51.82965	14.06224				11	00	12066	12066320
2851095	Raddingsdorf	raddingsdorf	DE		0	Europe/Berlin	53.78468	10.88357				12	00	13074	13074066
2851097	Raddenfort	raddenfort	DE		0	Europe/Berlin	53.18896	11.26837				12	00	13076	13076103
2851102	Radbod	radbod	DE		0	Europe/Berlin	51.69182	7.7724		Kolonie Radbod,Radbod		07	059	05915	05915000
2851111	Radau	radau	DE		0	Europe/Berlin	48.33773	10.86145				02	097	09761	09761000
2851116	Räcknitz	raecknitz	DE		0	Europe/Berlin	51.02423	13.74235				13	00	14612	14612000
2851117	Rackling	rackling	DE		0	Europe/Berlin	48.58461	13.6312				02	092	09275	09275137
2851121	Rackertshofen	rackertshofen	DE		0	Europe/Berlin	48.82793	11.38546				02	091	09176	09176126
2851123	Rackersberg	rackersberg	DE		0	Europe/Berlin	49.7903	11.37772				02	094	09472	09472179
2851126	Rackenthal	rackenthal	DE		0	Europe/Berlin	49.49123	12.49094				02	093	09376	09376160
2851129	Räckendorf	raeckendorf	DE		0	Europe/Berlin	52.20791	12.03393				14	00	15086	15086140
2851130	Rackendorf	rackendorf	DE		0	Europe/Berlin	49.18787	11.78224				02	093	09373	09373143
2851132	Räckelwitz	raeckelwitz	DE		1216	Europe/Berlin	51.2573	14.22422		Raeckelwitz,Raeckelwitz/Worklecy,Raeckelwitzi vald,Rehkel'vic,Rekelvic,Rekkel'vic,Räckelwitz,Räckelwitz/Worklecy,Räckelwitzi vald,Worklecy,lei ke er wei ci,Рекелвиц,Реккельвиц,Рэкельвиц,雷克尔维茨	14625470	13	00	14625	14625470
2851133	Rackelsdorf	rackelsdorf	DE		0	Europe/Berlin	49.28686	12.60285				02	093	09372	09372146
2851134	Rackel	rackel	DE		0	Europe/Berlin	51.21444	14.58136		Rackel,Rakojdy		13	00	14625	14625340
2851137	Rachtig	rachtig	DE		0	Europe/Berlin	49.96308	7.00253				08	00	07231	07231136
2851138	Rachow	rachow	DE		0	Europe/Berlin	53.7999	12.45462				12	00	13072	13072038
2851139	Rachlau	rachlau	DE		0	Europe/Berlin	51.35523	14.27952		Hoske-Rachlau,Rachlau,Rachlow		13	00	14625	14625640
2851140	Rachlau	rachlau	DE		0	Europe/Berlin	51.13701	14.51535		Rachlau,Rachlow,Rachlow pod Cornobohom,Rachlow pod Čornobohom		13	00	14625	14625290
2851141	Rachertshofen	rachertshofen	DE		0	Europe/Berlin	48.64047	11.81067				02	092	09273	09273115
2851142	Rachertsfelden	rachertsfelden	DE		0	Europe/Berlin	47.96101	12.37917				02	091	09189	09189137
2851143	Racherting	racherting	DE		0	Europe/Berlin	47.92829	12.27641				02	091	09187	09187139
2851145	Rachenberg	rachenberg	DE		0	Europe/Berlin	54.53894	13.50748				12	00	13073	13073030
2851147	Rachelshausen	rachelshausen	DE		0	Europe/Berlin	50.78806	8.5296				05	065	06534	06534010
2851149	Rachelsberg	rachelsberg	DE		0	Europe/Berlin	47.94248	12.20675				02	091	09187	09187174
2851151	Rachelsbach	rachelsbach	DE		0	Europe/Berlin	48.5721	11.3296				02	091	09185	09185166
2851154	Raboldshausen	raboldshausen	DE		0	Europe/Berlin	50.91425	9.52779				05	066	06632	06632014
2851155	Raboldshausen	raboldshausen	DE		0	Europe/Berlin	49.29263	9.91751				01	081	08127	08127008
2851156	Rablinghausen	rablinghausen	DE		0	Europe/Berlin	53.09187	8.75067		Rablinghausen		03	00	04011	04011000
2851157	Rablhäuser	rablhauser	DE		0	Europe/Berlin	48.63325	13.74553				02	092	09275	09275156
2851159	Rabitz	rabitz	DE		0	Europe/Berlin	51.16277	14.47329		Jenkwitz-Rabitz,Rabocy		13	00	14625	14625020
2851162	Rabis	rabis	DE		0	Europe/Berlin	50.89573	11.67109				15	00	16074	16074085
2851165	Rabertshausen	rabertshausen	DE		0	Europe/Berlin	50.45907	8.97969				05	065	06531	06531008
2851169	Räber	raeber	DE		0	Europe/Berlin	52.87643	10.40689				06	00	03360	03360023
2851180	Rabenstein	rabenstein	DE		0	Europe/Berlin	50.82972	12.82903				13	00	14511	14511000
2851181	Rabenstein	rabenstein	DE		0	Europe/Berlin	50.3776	9.37297				05	064	06435	06435028
2851182	Rabenstein	rabenstein	DE		0	Europe/Berlin	49.04023	13.20239				02	092	09276	09276148
2851183	Rabenstein	rabenstein	DE		0	Europe/Berlin	48.74811	13.32272				02	092	09272	09272150
2851189	Rabenshof	rabenshof	DE		0	Europe/Berlin	49.55868	11.37291				02	095	09574	09574155
2851190	Rabensham	rabensham	DE		0	Europe/Berlin	48.36018	12.9564				02	092	09277	09277149
2851191	Rabensdorf	rabensdorf	DE		0	Europe/Berlin	53.82177	10.98073				12	00	13074	13074067
2851193	Rabenscheid	rabenscheid	DE		0	Europe/Berlin	50.68004	8.14725				05	065	06532	06532004
2851197	Rabenreuth	rabenreuth	DE		0	Europe/Berlin	50.22909	11.77186				02	094	09475	09475154
2851198	Rabenreuth	rabenreuth	DE		0	Europe/Berlin	49.09588	11.17742		Rabenreuth		02	095	09576	09576148
2851201	Rabennest	rabennest	DE		0	Europe/Berlin	50.47176	9.8574				05	066	06631	06631021
2851218	Rabenkirchenholz	rabenkirchenholz	DE		0	Europe/Berlin	54.66667	9.86667				10	00	01059	01059168
2851219	Rabenkirchen	rabenkirchen	DE		0	Europe/Berlin	54.65	9.85				10	00	01059	01059068
2851226	Rabenhorst	rabenhorst	DE		0	Europe/Berlin	54.11883	11.96005				12	00	13072	13072001
2851227	Rabenhorst	rabenhorst	DE		0	Europe/Berlin	53.88155	12.52391				12	00	13072	13072082
2851241	Rabeneck	rabeneck	DE		0	Europe/Berlin	49.82273	11.32785				02	094	09472	09472197
2851243	Rabendorf	rabendorf	DE		0	Europe/Berlin	54.44751	10.12691				10	00	01058	01058157
2851244	Rabenden	rabenden	DE		0	Europe/Berlin	48.00327	12.47049				02	091	09189	09189111
2851245	Rabenbrunn	rabenbrunn	DE		0	Europe/Berlin	48.54454	12.88163				02	092	09277	09277111
2851248	Rabenberg	rabenberg	DE		0	Europe/Berlin	50.95854	12.80927				13	00	14522	14522290
2851259	Rabenäußig	rabenaeussig	DE		0	Europe/Berlin	50.40319	11.0819				15	00	16072	16072023
2851264	Rabenanger	rabenanger	DE		0	Europe/Berlin	48.56771	12.36035				02	092	09274	09274145
2851266	Raben	raben	DE		0	Europe/Berlin	52.04148	12.57803				11	00	12069	12069485
2851267	Raben	raben	DE		0	Europe/Berlin	48.85959	13.33674				02	092	09272	09272147
2851268	Raben	raben	DE		0	Europe/Berlin	48.06172	8.17885				01	083	08326	08326017
2851270	Rabelsdorf	rabelsdorf	DE		0	Europe/Berlin	50.16378	10.74865				02	096	09674	09674184
2851274	Räbel	raebel	DE		0	Europe/Berlin	52.834	12.02936				14	00	15090	15090610
2851279	Rabber	rabber	DE		0	Europe/Berlin	52.31793	8.40387		Rabber		06	00	03459	03459003
2851280	Rabatz	rabatz	DE		0	Europe/Berlin	51.50873	12.06394				14	00	15088	15088195
2851282	Raba	raba	DE		0	Europe/Berlin	51.02186	12.08458				14	00	15084	15084565
2851283	Raasdorf	raasdorf	DE		0	Europe/Berlin	50.66516	12.23944		Greiz-Raasdorf,Raasdorf		15	00	16076	16076022
2851284	Raasdorf	raasdorf	DE		0	Europe/Berlin	50.40693	12.21165				13	00	14523	14523300
2851285	Raakow	raakow	DE		0	Europe/Berlin	53.3514	13.62985				11	00	12073	12073429
2851286	Raakow	raakow	DE		0	Europe/Berlin	51.64368	14.22166		Rakow		11	00	12071	12071057
2851288	Raadt	raadt	DE		0	Europe/Berlin	51.4	6.93333		Raadt		07	051	05117	05117000
2851291	Raa	raa	DE		0	Europe/Berlin	53.75	9.6				10	00	01056	01056042
2851292	Quotshausen	quotshausen	DE		0	Europe/Berlin	50.85452	8.4679		Quotshausen		05	065	06534	06534019
2851295	Quosdorf	quosdorf	DE		0	Europe/Berlin	51.3	13.86667				13	00	14625	14625270
2851296	Quoos	quoos	DE		0	Europe/Berlin	51.24968	14.36741		Chasow,Quoos		13	00	14625	14625490
2851297	Quoltitz	quoltitz	DE		0	Europe/Berlin	54.55	13.55				12	00	13073	13073078
2851298	Quolsdorf	quolsdorf	DE		0	Europe/Berlin	51.37852	14.85157				13	00	14626	14626160
2851300	Quohren	quohren	DE		0	Europe/Berlin	51.05413	13.86475				13	00	14612	14612000
2851301	Quohren	quohren	DE		0	Europe/Berlin	50.94653	13.72862				13	00	14628	14628220
2851303	Quitzow	quitzow	DE		0	Europe/Berlin	53.10046	11.82606		Quitzow		11	00	12070	12070296
2851304	Quitzöbel	quitzoebel	DE		0	Europe/Berlin	52.89254	11.98572				11	00	12070	12070241
2851306	Quitzin	quitzin	DE		0	Europe/Berlin	54.11649	12.96976		Quitzin		12	00	13073	13073086
2851308	Quitzenow	quitzenow	DE		0	Europe/Berlin	54.00172	12.75298				12	00	13072	13072010
2851310	Quitzdorf	quitzdorf	DE		1702	Europe/Berlin	51.28333	14.76667		Kwetanecy,Kwětanecy,Quitzdorf		13	00	14626	14626370
2851311	Quittelsdorf	quittelsdorf	DE		0	Europe/Berlin	50.69051	11.19866				15	00	16073	16073112
2851317	Quisdorf	quisdorf	DE		0	Europe/Berlin	54.12082	10.56977		Quisdorf		10	00	01055	01055007
2851319	Quirrenbach	quirrenbach	DE		0	Europe/Berlin	50.68248	7.31707				07	053	05382	05382024
2851327	Quint	quint	DE		0	Europe/Berlin	49.82436	6.7063				08	00	07211	07211000
2851328	Quinheide	quinheide	DE		0	Europe/Berlin	52.40792	9.08295				07	057	05770	05770028
2851330	Quingl	quingl	DE		0	Europe/Berlin	48.45695	12.90177				02	092	09277	09277139
2851332	Quingenberg	quingenberg	DE		0	Europe/Berlin	50.6664	11.96793				13			
2851333	Quilow	quilow	DE		0	Europe/Berlin	53.89622	13.57002		Quilow		12	00	13075	13075043
2851334	Quillschina	quillschina	DE		0	Europe/Berlin	51.52014	11.80964				14	00	15088	15088319
2851336	Quilitz	quilitz	DE		0	Europe/Berlin	53.95732	13.91722		Quilitz		12	00	13075	13075114
2851341	Quickbornerheide	quickbornerheide	DE		0	Europe/Berlin	53.75133	9.94189				10	00	01056	01056041
2851349	Quetzin	quetzin	DE		0	Europe/Berlin	53.49383	12.27034				12	00	13076	13076114
2851351	Quetzerfeld	quetzerfeld	DE		0	Europe/Berlin	52.36046	9.01224				07	057	05770	05770028
2851353	Quetzen	quetzen	DE		0	Europe/Berlin	52.35003	9.03408		Quetzen		07	057	05770	05770028
2851354	Quetzdölsdorf	quetzdoelsdorf	DE		439	Europe/Berlin	51.58695	12.13279				14	00	15082	15082440
2851356	Quettingen	quettingen	DE		0	Europe/Berlin	51.0641	7.04186				07	053	05316	05316000
2851359	Questin	questin	DE		0	Europe/Berlin	54.01402	11.61787				12	00	13072	13072002
2851360	Questin	questin	DE		0	Europe/Berlin	53.84377	11.13395				12	00	13074	13074026
2851367	Quesnitz	quesnitz	DE		0	Europe/Berlin	51.0641	12.01167				14	00	15084	15084013
2851368	Quesitz	quesitz	DE		0	Europe/Berlin	51.29043	12.20658				13	00	14729	14729270
2851370	Querum	querum	DE		0	Europe/Berlin	52.28856	10.56273		Querum		06	00	03101	03101000
2851376	Quersa	quersa	DE		0	Europe/Berlin	51.30218	13.64905				13	00	14627	14627110
2851384	Quern-Dingholz	quern-dingholz	DE		0	Europe/Berlin	54.73333	9.71667				10	00	01059	01059167
2851387	Quermathen	quermathen	DE		0	Europe/Berlin	52.57353	12.76165				11	00	12063	12063208
2851394	Querenstede	querenstede	DE		0	Europe/Berlin	53.15756	7.9593				06	00	03451	03451002
2851396	Querenburg	querenburg	DE		0	Europe/Berlin	51.45218	7.26628		Querenburg		07	059	05911	05911000
2851405	Querenbach	querenbach	DE		0	Europe/Berlin	50.15489	11.74373				02	094	09475	09475175
2851406	Querenbach	querenbach	DE		0	Europe/Berlin	49.99764	12.3955				02	093	09377	09377158
2851409	Querbitzsch	querbitzsch	DE		0	Europe/Berlin	51.23036	12.95969		Grossquerbitzsch,Großquerbitzsch,Querbitzsch		13	00	14730	14730200
2851422	Querbachshof	querbachshof	DE		0	Europe/Berlin	50.3376	10.16351				02	096	09673	09673135
2851424	Querbach	querbach	DE		0	Europe/Berlin	48.58778	7.86848				01	083	08317	08317057
2851429	Quentel	quentel	DE		0	Europe/Berlin	51.19983	9.64719				05	066	06636	06636006
2851432	Quenhorn	quenhorn	DE		0	Europe/Berlin	51.91704	8.26623				07	057	05754	05754020
2851440	Quellhorst	quellhorst	DE		0	Europe/Berlin	52.42388	8.79026				06	00	03256	03256034
2851441	Quellgut	quellgut	DE		0	Europe/Berlin	48.72834	10.87129				02	097	09779	09779169
2851446	Quellental	quellental	DE		0	Europe/Berlin	53.64944	9.79712				10	00	01056	01056039
2851448	Quellenreuth	quellenreuth	DE		0	Europe/Berlin	50.23612	11.98016				02	094	09475	09475168
2851451	Quellen	quellen	DE		0	Europe/Berlin	53.26194	9.69878				06	00	03353	03353041
2851452	Quelle	quelle	DE		0	Europe/Berlin	51.99735	8.48488				07	057	05711	05711000
2851453	Quelkhorn	quelkhorn	DE		0	Europe/Berlin	53.13418	9.08226				06	00	03361	03361008
2851454	Queisau	queisau	DE		0	Europe/Berlin	51.15	12.18333				14	00	15084	15084235
2851460	Queichheim	queichheim	DE		0	Europe/Berlin	49.19651	8.13889		Queichheim		08	00	07313	07313000
2851461	Queichhambach	queichhambach	DE		0	Europe/Berlin	49.2162	7.99197				08	00	07337	07337501
2851467	Queckhain	queckhain	DE		0	Europe/Berlin	51.13333	13.96667		Minkwitz-Queckhain,Queckhain		13	00	14625	14625200
2851468	Queckenberg	queckenberg	DE		0	Europe/Berlin	50.59426	6.89062				07	053	05382	05382048
2851472	Queckbronn	queckbronn	DE		0	Europe/Berlin	49.47297	9.94981				01	081	08128	08128126
2851473	Queckborn	queckborn	DE		0	Europe/Berlin	50.57526	8.93178				05	065	06531	06531006
2851474	Queck	queck	DE		0	Europe/Berlin	50.71426	9.57765				05	065	06535	06535015
2851477	Quatzendorf	quatzendorf	DE		0	Europe/Berlin	54.52915	13.57121				12	00	13073	13073078
2851478	Quatitz	quatitz	DE		0	Europe/Berlin	51.23247	14.44882		Chwacicy,Chwaćicy		13	00	14625	14625160
2851482	Quastenberg	quastenberg	DE		0	Europe/Berlin	53.49914	13.3315				12	00	13071	13071021
2851486	Quast	quast	DE		0	Europe/Berlin	53.28333	11.18333				12	00	13076	13076143
2851487	Quast	quast	DE		0	Europe/Berlin	52.05396	12.12664				14	00	15082	15082430
2851490	Quasslin	quasslin	DE		0	Europe/Berlin	53.36879	12.12376				12	00	13076	13076165
2851491	Quassel	quassel	DE		0	Europe/Berlin	53.33378	11.07722				12	00	13076	13076088
2851492	Quasnitz	quasnitz	DE		0	Europe/Berlin	51.38392	12.26843				13	00	14713	14713000
2851495	Quartzau	quartzau	DE		0	Europe/Berlin	52.94171	10.89372				06	00	03354	03354002
2851496	Quarstedt	quarstedt	DE		0	Europe/Berlin	53.2126	10.87771				06	00	03354	03354019
2851498	Quarrendorf	quarrendorf	DE		0	Europe/Berlin	53.27571	10.03499		Quarrendorf		06	00	03353	03353016
2851501	Quarnebeck	quarnebeck	DE		0	Europe/Berlin	52.56631	11.16892				14	00	15081	15081280
2851508	Quappendorf	quappendorf	DE		0	Europe/Berlin	52.61858	14.26326				11	00	12064	12064340
2851510	Quantwick	quantwick	DE		0	Europe/Berlin	52.04571	6.99422				07	055	05554	05554004
2851511	Quanthof	quanthof	DE		0	Europe/Berlin	52.09754	9.67222				06	00	03252	03252008
2851512	Quanens	quanens	DE		0	Europe/Berlin	53.60919	7.87507				06	00	03455	03455020
2851514	Qualzow	qualzow	DE		0	Europe/Berlin	53.33159	12.85984				12	00	13071	13071099
2851515	Qualzow	qualzow	DE		0	Europe/Berlin	53.11701	13.27357				11	00	12065	12065084
2851516	Quals	quals	DE		0	Europe/Berlin	54.27111	10.97952				10	00	01055	01055014
2851519	Qualitz	qualitz	DE		0	Europe/Berlin	53.82761	11.82009				12	00	13072	13072009
2851521	Qualburg	qualburg	DE		0	Europe/Berlin	51.77549	6.18113		Qualburg		07	051	05154	05154004
2851523	Quakenbrück	quakenbrueck	DE		12727	Europe/Berlin	52.67502	7.94983		IQuakenbrueck,IQuakenbrück,Kvakenbrik,Kvakenbrjuk,Quakenbruck,Quakenbrueck,Quakenbrück,Quokenbruegge,Quokenbrügge,kfaknbrwk,ku a ken bu lu ke,kwaknbwrk,Квакенбрик,Квакенбрюк,كفاكنبروك,کواکنبورک,库阿肯布吕克		06	00	03459	03459030
2851525	Quadrath-Ichendorf	quadrath-ichendorf	DE		0	Europe/Berlin	50.93355	6.67943				07	053	05362	05362008
2851526	Quadendambeck	quadendambeck	DE		0	Europe/Berlin	52.76418	11.22313		Quadendambeck		14	00	15081	15081026
2851529	Quackshof	quackshof	DE		0	Europe/Berlin	51.11689	6.48568				07	051	05162	05162012
2851530	Quackhof	quackhof	DE		0	Europe/Berlin	50.37122	9.77263				02	096	09672	09672134
2851536	Quaal	quaal	DE		0	Europe/Berlin	54.23195	10.96857				10	00	01055	01055036
2851537	Quaal	quaal	DE		0	Europe/Berlin	53.96169	10.37395		Quaal		10	00	01060	01060069
2851538	Quaal	quaal	DE		0	Europe/Berlin	53.83588	11.30841				12	00	13074	13074008
2851539	Pyrna	pyrna	DE		0	Europe/Berlin	51.31484	12.79667				13	00	14729	14729410
2851540	Pyrmonterhöfe	pyrmonterhoefe	DE		0	Europe/Berlin	50.24084	7.27329				08	00	07135	07135075
2851544	Pyras	pyras	DE		0	Europe/Berlin	49.14857	11.21843		Pyras		02	095	09576	09576148
2851545	Pyramoos	pyramoos	DE		0	Europe/Berlin	48.18829	12.12526				02	091	09177	09177137
2851547	Pye	pye	DE		0	Europe/Berlin	52.32032	8.00148		Pye		06	00	03404	03404000
2851550	Pützlohn	puetzlohn	DE		0	Europe/Berlin	50.85	6.3				07	053	05334	05334012
2851551	Pützlingen	puetzlingen	DE		0	Europe/Berlin	51.52306	10.61932				15	00	16062	16062063
2851553	Putzkau	putzkau	DE		0	Europe/Berlin	51.09975	14.23259		Nieder-Putzkau,Ober-Putzkau,Pockowy,Putzkau,Póckowy		13	00	14625	14625530
2851556	Putzhof	putzhof	DE		0	Europe/Berlin	49.55893	12.5019				02	093	09374	09374118
2851558	Pützfeld	puetzfeld	DE		0	Europe/Berlin	50.49175	6.98327				08	00	07131	07131002
2851559	Putzenstein	putzenstein	DE		0	Europe/Berlin	49.99525	11.4237				02	094	09477	09477157
2851560	Putzenrieth	putzenrieth	DE		0	Europe/Berlin	49.58662	12.49051				02	093	09374	09374118
2851561	Putzenreuth	putzenreuth	DE		0	Europe/Berlin	49.32254	10.94144				02	095	09576	09576128
2851565	Pützdorf	puetzdorf	DE		0	Europe/Berlin	50.88961	6.28349				07	053	05358	05358004
2851566	Pützchen	puetzchen	DE		0	Europe/Berlin	50.74544	7.15408		Puetzchen/Bechlinghoven,Pützchen/Bechlinghoven		07	053	05314	05314000
2851569	Pützborn	puetzborn	DE		0	Europe/Berlin	50.19253	6.80882				08	00	07233	07233501
2851576	Pütz	puetz	DE		0	Europe/Berlin	50.99684	6.51384				07	053	05362	05362004
2851580	Püttsee	puettsee	DE		0	Europe/Berlin	54.46027	11.02395				10	00	01055	01055046
2851584	Püttlingen	puettlingen	DE		21052	Europe/Berlin	49.2855	6.88723		Pitlingen,Pjutlingen,Pjuttlingen,Puettlingen,Püttlingen,bwtlynghn,pi te lin gen,pwtlyngn,Питлинген,Пютлинген,Пюттлінген,بوتلينغن,پوتلینگن,皮特林根		09	00	10041	10041515
2851587	Püttlach	puttlach	DE		0	Europe/Berlin	49.80368	11.47127				02	094	09472	09472179
2851588	Putting	putting	DE		0	Europe/Berlin	48.68548	12.90461				02	092	09271	09271118
2851590	Pütthof	puetthof	DE		0	Europe/Berlin	51.09665	7.79016				07	059	05962	05962036
2851593	Puttgolla	puttgolla	DE		0	Europe/Berlin	51.73333	14.11667				11	00	12066	12066320
2851594	Puttgarden	puttgarden	DE		0	Europe/Berlin	54.49498	11.2117		Puttgarden,QUA,Путтгарден		10	00	01055	01055046
2851596	Pütterhöfe	puetterhoefe	DE		0	Europe/Berlin	51.27719	6.29139				07	051	05166	05166032
2851598	Puttenhausen	puttenhausen	DE		0	Europe/Berlin	48.60863	11.77564				02	092	09273	09273147
2851599	Puttenham	puttenham	DE		0	Europe/Berlin	48.0806	12.23076				02	091	09187	09187116
2851601	Püttelkow	puettelkow	DE		0	Europe/Berlin	53.54021	11.08366				12	00	13076	13076153
2851602	Pütte	puette	DE		0	Europe/Berlin	54.29168	12.98429				12	00	13073	13073061
2851604	Puttball	puttball	DE		0	Europe/Berlin	52.92328	11.28248				06	00	03354	03354015
2851605	Pütt	puett	DE		0	Europe/Berlin	51.02332	6.06419				07	053	05370	05370016
2851606	Pütschbach	puetschbach	DE		0	Europe/Berlin	50.44501	7.95302				08	00	07143	07143011
2851608	Pütnitz	puetnitz	DE		0	Europe/Berlin	54.25389	12.46536				12	00	13073	13073075
2851609	Putlos	putlos	DE		0	Europe/Berlin	54.3096	10.85673				10	00	01055	01055033
2851612	Pütjen	puetjen	DE		0	Europe/Berlin	53.64451	9.87233				10	00	01056	01056043
2851614	Putensen	putensen	DE		0	Europe/Berlin	53.19692	10.19805				06	00	03353	03353030
2851616	Pustow	pustow	DE		0	Europe/Berlin	54.0235	13.24033				12	00	13075	13075123
2851617	Pustohl	pustohl	DE		0	Europe/Berlin	53.95225	11.80859				12	00	13072	13072093
2851618	Pustleben	pustleben	DE		0	Europe/Berlin	51.44909	10.67117		Pustleben		15	00	16062	16062066
2851625	Püssensheim	pussensheim	DE		0	Europe/Berlin	49.87867	10.12303				02	096	09679	09679174
2851626	Pusselsheim	pusselsheim	DE		0	Europe/Berlin	49.98369	10.38435				02	096	09678	09678124
2851627	Püsselbüren	puesselbueren	DE		0	Europe/Berlin	52.29616	7.65033				07	055	05566	05566028
2851628	Pussade	pussade	DE		0	Europe/Berlin	53.14759	10.98622				06	00	03354	03354009
2851632	Püschow	pueschow	DE		0	Europe/Berlin	54.01709	11.89941				12	00	13072	13072093
2851635	Püschen	pueschen	DE		0	Europe/Berlin	50.61667	7.91667				08	00	07143	07143216
2851636	Püscheldorf	puscheldorf	DE		0	Europe/Berlin	49.42979	11.40879				02	095	09574	09574145
2851637	Puscheid	puscheid	DE		0	Europe/Berlin	50.6569	7.49806				08	00	07132	07132060
2851638	Pusack	pusack	DE		0	Europe/Berlin	51.58879	14.72851				11	00	12071	12071294
2851641	Pürten	purten	DE		0	Europe/Berlin	48.20248	12.42142				02	091	09183	09183148
2851643	Pürstling am Parstling	purstling-am-parstling	DE		0	Europe/Berlin	48.22551	12.22002				02	091	09177	09177137
2851645	Pürsten	puersten	DE		0	Europe/Berlin	51.15751	12.43789				13	00	14729	14729320
2851646	Pürsten	puersten	DE		0	Europe/Berlin	51.03333	12.83333				13	00	14522	14522530
2851647	Pursruck	pursruck	DE		0	Europe/Berlin	49.48865	11.94617				02	093	09371	09371122
2851648	Purschwitz	purschwitz	DE		0	Europe/Berlin	51.20399	14.52605		Porsicy,Poršicy,Purschwitz		13	00	14625	14625290
2851650	Pürschläg	purschlag	DE		0	Europe/Berlin	49.45077	11.73245				02	093	09371	09371131
2851658	Pürkwang	purkwang	DE		0	Europe/Berlin	48.72814	11.89548				02	092	09273	09273181
2851659	Purkshof	purkshof	DE		0	Europe/Berlin	54.15964	12.22906				12	00	13072	13072088
2851661	Pürkelgut	purkelgut	DE		0	Europe/Berlin	49.00287	12.13291		Einhausen,Purkelgut,Pürkelgut		02	093	09362	09362000
2851662	Purk	purk	DE		0	Europe/Berlin	48.17836	11.07911				02	091	09179	09179138
2851663	Pürgl	purgl	DE		0	Europe/Berlin	49.00023	12.75667				02	092	09278	09278154
2851665	Purfing	purfing	DE		0	Europe/Berlin	48.13052	11.83348				02	091	09175	09175132
2851666	Purd	purd	DE		0	Europe/Berlin	51.10579	7.30253		Purd		07	053	05374	05374016
2851667	Purpenhalden	purpenhalden	DE		0	Europe/Berlin	48.21583	8.36785		Purbenhalden,Purpenhalden		01	083	08325	08325053
2851668	Purpen	purpen	DE		0	Europe/Berlin	48.21022	8.35876		Purben,Purpen		01	083	08325	08325053
2851671	Puppling	puppling	DE		0	Europe/Berlin	47.91899	11.45393				02	091	09173	09173120
2851676	Punzenhofen	punzenhofen	DE		0	Europe/Berlin	48.58904	11.98425				02	092	09274	09274132
2851677	Pünzendorf	punzendorf	DE		0	Europe/Berlin	49.9478	11.05585				02	094	09471	09471185
2851678	Punzendorf	punzendorf	DE		0	Europe/Berlin	49.0675	12.71789				02	092	09278	09278143
2851682	Punschrau	punschrau	DE		0	Europe/Berlin	51.14064	11.67783				14	00	15084	15084355
2851683	Punreuth	punreuth	DE		0	Europe/Berlin	49.9324	11.86956				02	093	09377	09377127
2851684	Punkewitz	punkewitz	DE		0	Europe/Berlin	51.11723	11.84656				14	00	15084	15084335
2851685	Püning	puening	DE		0	Europe/Berlin	51.91909	7.77789				07	055	05570	05570024
2851686	Pungshaus	pungshaus	DE		0	Europe/Berlin	51.16667	6.95				07	051	05158	05158016
2851687	Pungelscheid	pungelscheid	DE		0	Europe/Berlin	51.24293	7.77663				07	059	05962	05962060
2851688	Punding	punding	DE		0	Europe/Berlin	47.84663	11.54243				02	091	09173	09173118
2851689	Pünderich	puenderich	DE		953	Europe/Berlin	50.03997	7.12803		Pinderikh,Pjunderikh,Puenderich,Pünderich,ping de li xi,Пиндерих,Пюндерих,平德里希	07135073	08	00	07135	07135073
2851690	Pumstetten	pumstetten	DE		0	Europe/Berlin	48.46643	13.40735				02	092	09275	09275134
2851694	Pumpernudl	pumpernudl	DE		0	Europe/Berlin	48.57877	11.81225				02	091	09178	09178122
2851696	Pumpenberg	pumpenberg	DE		0	Europe/Berlin	48.83252	13.00979				02	092	09271	09271119
2851699	Pummerhof	pummerhof	DE		0	Europe/Berlin	48.85557	13.31582				02	092	09272	09272147
2851700	Pülzig	puelzig	DE		0	Europe/Berlin	51.94271	12.55003				14	00	15091	15091060
2851702	Pulvermühle	pulvermuehle	DE		0	Europe/Berlin	51.88333	10.7				14	00	15085	15085190
2851708	Pulverhof	pulverhof	DE		0	Europe/Berlin	53.46526	11.42149				12	00	13076	13076118
2851711	Pulverdingen	pulverdingen	DE		0	Europe/Berlin	48.9058	9.02329				01	081	08118	08118073
2851714	Pülswerda	puelswerda	DE		0	Europe/Berlin	51.52658	13.07132				13	00	14730	14730010
2851715	Pulst	pulst	DE		0	Europe/Berlin	50.08513	11.63739				02	094	09477	09477139
2851716	Pulspforde	pulspforde	DE		0	Europe/Berlin	51.9772	12.13807		Pulspforde		14	00	15082	15082430
2851717	Pülsöhde	puelsoehde	DE		0	Europe/Berlin	51.28333	7.26667				07	051	05124	05124000
2851720	Pulsitz	pulsitz	DE		0	Europe/Berlin	51.21615	13.16961				13	00	14522	14522450
2851721	Pülsen	puelsen	DE		0	Europe/Berlin	54.32394	10.45192				10	00	01057	01057039
2851722	Pulsen	pulsen	DE		0	Europe/Berlin	51.38819	13.44425		Pulsen		13	00	14627	14627240
2851723	Pülsdorf	pulsdorf	DE		0	Europe/Berlin	50.10247	10.87458				02	094	09473	09473138
2851724	Pulschnitzberg	pulschnitzberg	DE		0	Europe/Berlin	50.19166	11.72439				02	094	09475	09475154
2851726	Pulsberg	pulsberg	DE		0	Europe/Berlin	51.55363	14.31706		Lutobor,Lutoboŕ,Pulsberg		11	00	12071	12071372
2851729	Pulling	pulling	DE		0	Europe/Berlin	49.15864	12.82577				02	093	09372	09372115
2851730	Pulling	pulling	DE		0	Europe/Berlin	48.3648	11.70375				02	091	09178	09178124
2851731	Pullhausen	pullhausen	DE		0	Europe/Berlin	48.28482	11.4048				02	091	09174	09174115
2851732	Püllersreuth	pullersreuth	DE		0	Europe/Berlin	49.79137	12.12664				02	093	09374	09374128
2851733	Pullenried	pullenried	DE		0	Europe/Berlin	49.51631	12.45752				02	093	09376	09376151
2851735	Pullenhofen	pullenhofen	DE		0	Europe/Berlin	48.02977	11.91347				02	091	09175	09175114
2851736	Pullendorf	pullendorf	DE		0	Europe/Berlin	49.81367	11.46077		Pullendorf		02	094	09472	09472179
2851740	Pullach	pullach	DE		0	Europe/Berlin	48.84679	11.87359		Pullach		02	092	09273	09273111
2851741	Pullach	pullach	DE		0	Europe/Berlin	48.83554	12.30812		Pullach		02	092	09278	09278123
2851742	Pullach	pullach	DE		0	Europe/Berlin	47.84842	12.01458				02	091	09187	09187150
2851745	Pulitz	pulitz	DE		0	Europe/Berlin	54.45	13.5				12	00	13073	13073014
2851748	Pulgar	pulgar	DE		0	Europe/Berlin	51.18333	12.35				13	00	14729	14729320
2851749	Pülfringen	pulfringen	DE		0	Europe/Berlin	49.58172	9.52644		Pulfringen,Pülfringen		01	081	08128	08128061
2851753	Pühlheim	puhlheim	DE		0	Europe/Berlin	49.40997	11.38561				02	095	09574	09574112
2851755	Puhl	puhl	DE		0	Europe/Berlin	50.88998	7.59469		Puhl		07	053	05374	05374044
2851757	Püggen	pueggen	DE		0	Europe/Berlin	52.9504	11.02023				06	00	03354	03354016
2851758	Püggen	pueggen	DE		57	Europe/Berlin	52.73291	11.05979		Puggen,Püggen		14	00	15081	15081290
2851762	Puffendorf	puffendorf	DE		448	Europe/Berlin	50.9378	6.2068		Pufendorf,Puffendorf,Пуфендорф		07	053	05334	05334008
2851763	Pudripp	pudripp	DE		0	Europe/Berlin	53.08243	10.9374				06	00	03354	03354012
2851769	Pudel	pudel	DE		0	Europe/Berlin	52.33575	13.89426				11	00	12067	12067469
2851771	Puddemin	puddemin	DE		0	Europe/Berlin	54.28058	13.33704				12	00	13073	13073065
2851776	Puchschlagen	puchschlagen	DE		0	Europe/Berlin	48.28639	11.34656				02	091	09174	09174143
2851779	Püchl	puchl	DE		0	Europe/Berlin	48.57549	12.78245				02	092	09277	09277111
2851780	Püchitz	puchitz	DE		0	Europe/Berlin	50.14967	10.93923				02	094	09478	09478165
2851781	Puchhof	puchhof	DE		0	Europe/Berlin	48.92639	12.45593				02	092	09278	09278112
2851783	Puchhausen	puchhausen	DE		0	Europe/Berlin	48.75227	12.49197				02	092	09279	09279127
2851785	Puchen	puchen	DE		0	Europe/Berlin	47.71667	11.56667				02	091	09173	09173124
2851787	Püchau	puechau	DE		0	Europe/Berlin	51.39993	12.64959				13	00	14729	14729250
2851788	Puch	puch	DE		0	Europe/Berlin	48.62643	11.47463				02	091	09186	09186144
2851789	Puch	puch	DE		0	Europe/Berlin	48.42113	11.40197				02	091	09174	09174131
2851790	Puch	puch	DE		0	Europe/Berlin	48.26794	12.197				02	091	09177	09177115
2851791	Puch	puch	DE		0	Europe/Berlin	48.18935	11.22105		Puch		02	091	09179	09179121
2851792	Publik	publik	DE		0	Europe/Berlin	51.40804	14.68988				13	00	14626	14626060
2851793	Puan Klent	puan-klent	DE		0	Europe/Berlin	54.80425	8.28781				10	00	01054	01054168
2851794	Psallersöd	psallersod	DE		0	Europe/Berlin	48.42129	12.44486				02	092	09274	09274120
2851796	Prüzen	pruezen	DE		802	Europe/Berlin	53.75503	12.03376				12	00	13072	13072042
2851797	Prützmannshagen	pruetzmannshagen	DE		0	Europe/Berlin	54.10058	13.1345				12	00	13073	13073089
2851798	Prützke	pruetzke	DE		0	Europe/Berlin	52.35005	12.62866		Pruetzke,Prutzke,Prützke		11	00	12069	12069306
2851800	Prützen	pruetzen	DE		0	Europe/Berlin	53.77358	13.16099				12	00	13071	13071041
2851802	Prutdorf	prutdorf	DE		0	Europe/Berlin	47.83383	12.31064				02	091	09187	09187162
2851803	Prussendorf	prussendorf	DE		0	Europe/Berlin	51.60394	12.1114				14	00	15082	15082440
2851804	Prüßberg	prussberg	DE		0	Europe/Berlin	49.91329	10.44382				02	096	09678	09678157
2851805	Prusdorf	prusdorf	DE		0	Europe/Berlin	54.21512	12.58063				12	00	13073	13073001
2851806	Pruppach	pruppach	DE		0	Europe/Berlin	49.59059	11.62434				02	093	09371	09371128
2851807	Pruppach	pruppach	DE		0	Europe/Berlin	49.28141	11.23635				02	093	09373	09373156
2851808	Pruppach	pruppach	DE		0	Europe/Berlin	49.27517	11.09612		Pruppach		02	095	09576	09576143
2851809	Prünthal	prunthal	DE		0	Europe/Berlin	49.16262	11.78224				02	093	09373	09373143
2851810	Prünstfehlburg	prunstfehlburg	DE		0	Europe/Berlin	49.03632	12.70166				02	092	09278	09278129
2851811	Prünst	prunst	DE		0	Europe/Berlin	49.32102	10.91157				02	095	09576	09576142
2851812	Prünst	prunst	DE		0	Europe/Berlin	49.0027	12.98448				02	092	09276	09276134
2851816	Prunn	prunn	DE		0	Europe/Berlin	48.95488	11.72798				02	092	09273	09273164
2851817	Prunn	prunn	DE		0	Europe/Berlin	48.62669	12.80846				02	092	09279	09279113
2851820	Prummern	prummern	DE		0	Europe/Berlin	50.96913	6.16806				07	053	05370	05370012
2851823	Prümburg	pruemburg	DE		0	Europe/Berlin	49.41667	6.96667				09	00	10043	10043111
2851826	Prüm	pruem	DE		5471	Europe/Berlin	50.20785	6.42019		Briamhan,Prim,Prjum,Pruem,Prum,Prüm,prwm,pu lu mu,puryumu,Прим,Прюм,پروم,プリュム,普吕姆		08	00	07232	07232296
2851827	Prüllsbirkig	prullsbirkig	DE		0	Europe/Berlin	49.77986	11.44724		Prullsbirkig,Prüllsbirkig		02	094	09472	09472179
2851831	Pruihausen	pruihausen	DE		0	Europe/Berlin	49.60066	11.6721				02	093	09371	09371135
2851832	Prühlitz	pruehlitz	DE		0	Europe/Berlin	51.84616	12.74319				14	00	15091	15091391
2851835	Prühl	pruhl	DE		0	Europe/Berlin	49.73286	10.44795				02	095	09575	09575157
2851838	Prügeldorf	prugeldorf	DE		0	Europe/Berlin	49.75734	11.3574				02	094	09474	09474129
2851839	Prügel	prugel	DE		0	Europe/Berlin	50.11514	11.27281				02	094	09478	09478111
2851840	Prüfern	pruefern	DE		0	Europe/Berlin	51.13343	13.21867				13	00	14522	14522080
2851844	Provinzialmoor	provinzialmoor	DE		0	Europe/Berlin	52.70889	7.11904				06	00	03454	03454054
2851848	Protzen	protzen	DE		0	Europe/Berlin	52.84114	12.72131				11	00	12068	12068117
2851852	Pröttlin	proettlin	DE		0	Europe/Berlin	53.19695	11.57849				11	00	12070	12070173
2851853	Pröttitz	proettitz	DE		0	Europe/Berlin	51.4555	12.4324				13	00	14730	14730150
2851855	Prötschenbach	protschenbach	DE		0	Europe/Berlin	50.10743	11.39187				02	094	09477	09477136
2851856	Prosterath	prosterath	DE		0	Europe/Berlin	49.73872	6.92378				08	00	07235	07235008
2851857	Prösteln	prosteln	DE		0	Europe/Berlin	47.78095	11.53028				02	091	09173	09173145
2851862	Prossen	prossen	DE		0	Europe/Berlin	50.93058	14.1152				13	00	14628	14628030
2851864	Prößdorf	proessdorf	DE		0	Europe/Berlin	51.08746	12.30595				15	00	16077	16077028
2851865	Proß	pross	DE		0	Europe/Berlin	50.06829	11.37697				02	094	09477	09477136
2851867	Prosnitz	prosnitz	DE		0	Europe/Berlin	54.2858	13.2072				12	00	13073	13073038
2851868	Prosmering	prosmering	DE		0	Europe/Berlin	48.50665	12.49971				02	092	09274	09274112
2851869	Prösitz	proesitz	DE		0	Europe/Berlin	51.24258	12.8674				13	00	14729	14729160
2851870	Prositz	prositz	DE		0	Europe/Berlin	51.21308	13.21941				13	00	14627	14627260
2851872	Prösenkolonie	proesenkolonie	DE		0	Europe/Berlin	51.41667	13.46667				11	00	12062	12062410
2851873	Prösen	proesen	DE		0	Europe/Berlin	51.42844	13.49642				11	00	12062	12062410
2851874	Proseken	proseken	DE		0	Europe/Berlin	53.90646	11.36736				12	00	13074	13074022
2851877	Prosdorf	prosdorf	DE		0	Europe/Berlin	49.36489	12.70117				02	093	09372	09372171
2851878	Proschwitz	proschwitz	DE		0	Europe/Berlin	51.65564	12.85775		Proschwitz		13	00	14730	14730090
2851879	Proschwitz	proschwitz	DE		0	Europe/Berlin	51.17969	13.47603		Proschwitz		13	00	14627	14627140
2851882	Prosberg	prosberg	DE		0	Europe/Berlin	49.46121	11.4287				02	095	09574	09574120
2851886	Prora	prora	DE		0	Europe/Berlin	54.43883	13.5742		Prora,Seebad Prora,purora,プローラ		12	00	13073	13073011
2851895	Prönsdorf	pronsdorf	DE		0	Europe/Berlin	49.30257	11.65984				02	093	09373	09373167
2851896	Pronfelden	pronfelden	DE		0	Europe/Berlin	48.91184	13.36581				02	092	09272	09272149
2851897	Promoisel	promoisel	DE		0	Europe/Berlin	54.54295	13.60325				12	00	13073	13073078
2851898	Promnitz	promnitz	DE		0	Europe/Berlin	51.3171	13.32195				13	00	14627	14627360
2851900	Prommenhof	prommenhof	DE		0	Europe/Berlin	49.76667	12.31667				02	093	09377	09377146
2851901	Promberg	promberg	DE		0	Europe/Berlin	47.79141	11.38736				02	091	09190	09190141
2851902	Prombach	prombach	DE		0	Europe/Berlin	50.92814	7.58888		Prombach		07	053	05374	05374032
2851903	Prombach	prombach	DE		0	Europe/Berlin	48.76662	13.47986				02	092	09272	09272138
2851904	Promau	promau	DE		0	Europe/Berlin	48.79666	13.59016				02	092	09272	09272118
2851906	Prölsdorf	prolsdorf	DE		0	Europe/Berlin	49.87444	10.62488				02	096	09674	09674187
2851911	Proitze	proitze	DE		0	Europe/Berlin	52.89187	10.83612				06	00	03354	03354022
2851912	Prohof	prohof	DE		0	Europe/Berlin	49.46874	11.7249				02	093	09371	09371151
2851917	Prohlis	prohlis	DE		0	Europe/Berlin	51	13.8				13	00	14612	14612000
2851924	Prödel	proedel	DE		291	Europe/Berlin	52.03786	11.91745		Prodel,Prödel		14	00	15086	15086055
2851925	Prödel	proedel	DE		0	Europe/Berlin	51.25	12.35				13	00	14729	14729430
2851926	Pröda	proeda	DE		0	Europe/Berlin	51.18333	13.4				13	00	14627	14627020
2851927	Pröda	proeda	DE		0	Europe/Berlin	51.15084	13.28192				13	00	14627	14627180
2851929	Probstwoos	probstwoos	DE		0	Europe/Berlin	53.21413	11.28069				12	00	13076	13076094
2851930	Probstschwaig	probstschwaig	DE		0	Europe/Berlin	48.74613	12.91656				02	092	09271	09271111
2851931	Probstried	probstried	DE		0	Europe/Berlin	47.81799	10.33183				02	097	09780	09780119
2851932	Probst Jesar	probst-jesar	DE		0	Europe/Berlin	53.30111	11.11604				12	00	13076	13076088
2851938	Probstheida	probstheida	DE		0	Europe/Berlin	51.30614	12.42882				13	00	14713	14713000
2851939	Probsthain	probsthain	DE		0	Europe/Berlin	51.46584	12.89627		Probsthain		13	00	14730	14730045
2851940	Probsthagen	probsthagen	DE		0	Europe/Berlin	52.34187	9.23387				06	00	03257	03257035
2851942	Pröbsten	proebsten	DE		0	Europe/Berlin	52.83333	9.71667				06			
2851943	Pröbsten	proebsten	DE		0	Europe/Berlin	47.61212	10.6035				02	097	09777	09777125
2851944	Pröbstelsberg	probstelsberg	DE		0	Europe/Berlin	47.80062	11.02177				02	091	09190	09190130
2851949	Probstdeuben	probstdeuben	DE		0	Europe/Berlin	51.22988	12.38436				13	00	14729	14729040
2851950	Probstberg	probstberg	DE		0	Europe/Berlin	49.06461	12.19873				02	093	09375	09375208
2851957	Probien	probien	DE		0	Europe/Berlin	53.03332	10.76343				06	00	03360	03360018
2851958	Probfeld	probfeld	DE		0	Europe/Berlin	48.66924	11.36655				02	091	09185	09185140
2851959	Probbach	probbach	DE		0	Europe/Berlin	50.54494	8.20088		Probbach		05	065	06533	06533011
2851960	Priwall	priwall	DE		0	Europe/Berlin	53.95183	10.88523		Priwall		10	00	01003	01003000
2851961	Privelack	privelack	DE		0	Europe/Berlin	53.1965	10.98307				06	00	03355	03355049
2851963	Pritzwald	pritzwald	DE		0	Europe/Berlin	54.26667	13.4				12			
2851964	Pritzwald	pritzwald	DE		0	Europe/Berlin	54.10143	13.65829				12	00	13075	13075146
2851970	Pritzhagen	pritzhagen	DE		0	Europe/Berlin	52.58903	14.10168		Pritzhagen		11	00	12064	12064370
2851974	Pritzerbe	pritzerbe	DE		0	Europe/Berlin	52.49633	12.45696				11	00	12069	12069270
2851975	Pritzenow	pritzenow	DE		0	Europe/Berlin	53.83554	13.34818				12	00	13071	13071006
2851976	Pritzen	pritzen	DE		0	Europe/Berlin	51.6468	14.07999				11	00	12066	12066008
2851978	Prittlbach	prittlbach	DE		0	Europe/Berlin	48.28685	11.44672				02	091	09174	09174122
2851982	Pritschöna	pritschoena	DE		0	Europe/Berlin	51.39173	12.08878				14	00	15088	15088330
2851983	Pritschenhof	pritschenhof	DE		0	Europe/Berlin	48.94446	9.72097				01	081	08136	08136027
2851985	Pristäblich	pristaeblich	DE		0	Europe/Berlin	51.56533	12.60509				13	00	14730	14730160
2851986	Prißvitz	prissvitz	DE		0	Europe/Berlin	54.43906	13.44449				12	00	13073	13073014
2851987	Prisser	prisser	DE		0	Europe/Berlin	53.0853	11.06931		Prisser		06	00	03354	03354004
2851988	Prisselberg	prisselberg	DE		0	Europe/Berlin	50.93297	12.46941		Prisselberg		15	00	16077	16077001
2851990	Prissath	prissath	DE		0	Europe/Berlin	49.33542	12.13953				02	093	09376	09376161
2851993	Prisen	prisen	DE		0	Europe/Berlin	48.10974	8.23093				01	083	08326	08326054
2851995	Prischwitz	prischwitz	DE		0	Europe/Berlin	51.20553	14.30663		Prececy,Prischwitz,Prěčecy		13	00	14625	14625150
2851998	Priort Siedlung	priort-siedlung	DE		0	Europe/Berlin	52.51667	12.98333				11	00	12063	12063357
2852001	Priort	priort	DE		0	Europe/Berlin	52.51907	12.97801				11	00	12063	12063357
2852002	Priorshof	priorshof	DE		0	Europe/Berlin	51.01667	6.56667				07	053	05362	05362004
2852006	Priorei	priorei	DE		0	Europe/Berlin	51.28942	7.52194		Priorei		07	059	05914	05914000
2852007	Priorberg	priorberg	DE		0	Europe/Berlin	48.40057	8.62006				01	082	08237	08237040
2852008	Priorau	priorau	DE		0	Europe/Berlin	51.73261	12.28264				14	00	15082	15082301
2852018	Prinzenstein	prinzenstein	DE		0	Europe/Berlin	50.16667	7.66667				08	00	07140	07140133
2852028	Prinzbach	prinzbach	DE		0	Europe/Berlin	48.32222	8.00487				01	083	08317	08317011
2852033	Prinkhofen	prinkhofen	DE		0	Europe/Berlin	48.69891	12.20002		Prinkhofen,Prinkofen		02	092	09274	09274127
2852035	Primsweiler	primsweiler	DE		0	Europe/Berlin	49.41013	6.85553				09	00	10044	10044117
2852036	Primstal	primstal	DE		0	Europe/Berlin	49.53536	6.97707		Primstal		09	00	10046	10046115
2852037	Primsdobl	primsdobl	DE		0	Europe/Berlin	48.58412	13.29712				02	092	09275	09275154
2852040	Primmelwitz	primmelwitz	DE		0	Europe/Berlin	51.04351	12.45829		Primmelwitz		15	00	16077	16077048
2852041	Primisweiler	primisweiler	DE		0	Europe/Berlin	47.66843	9.7683				01	084	08436	08436081
2852042	Primburg	primburg	DE		0	Europe/Berlin	49.43333	6.95				09	00	10044	10044112
2852043	Primank	primank	DE		0	Europe/Berlin	53.37626	11.72344				12	00	13076	13076126
2852045	Prillwitz	prillwitz	DE		0	Europe/Berlin	53.45315	13.1363				12	00	13071	13071066
2852046	Prilipp	prilipp	DE		0	Europe/Berlin	53.18333	11.01667				06	00	03355	03355049
2852048	Priggenhagen	priggenhagen	DE		0	Europe/Berlin	52.54769	7.95245				06	00	03459	03459010
2852050	Prietzen	prietzen	DE		0	Europe/Berlin	52.73328	12.2792				11	00	12063	12063134
2852052	Prietitz	prietitz	DE		0	Europe/Berlin	51.23574	14.13405		Prietitz,Protecy		13	00	14625	14625130
2852058	Priestersberg	priestersberg	DE		0	Europe/Berlin	50.71111	7.37097				08	00	07138	07138080
2852060	Priesterhäuser	priesterhaeuser	DE		0	Europe/Berlin	50.57883	12.62264				13	00	14521	14521530
2852065	Priesterbak	priesterbak	DE		0	Europe/Berlin	53.41667	12.85				12	00	13071	13071071
2852066	Priesterath	priesterath	DE		0	Europe/Berlin	51.08333	6.5				07	051	05162	05162012
2852067	Priester	priester	DE		0	Europe/Berlin	51.59676	11.89636				14	00	15088	15088216
2852068	Priester	priester	DE		0	Europe/Berlin	51.46341	12.48728		Priester		13	00	14730	14730150
2852070	Priesteblich	priesteblich	DE		0	Europe/Berlin	51.33114	12.20398				13	00	14729	14729270
2852071	Priestädt	priestaedt	DE		0	Europe/Berlin	51.12155	11.92829				14	00	15084	15084470
2852078	Prießeck	priesseck	DE		0	Europe/Berlin	52.9667	10.97324				06	00	03354	03354002
2852083	Priesen	priesen	DE		0	Europe/Berlin	51.10851	13.22732				13	00	14627	14627180
2852084	Priesen	priesen	DE		0	Europe/Berlin	51.0819	12.00476				14	00	15084	15084013
2852085	Priesdorf	priesdorf	DE		0	Europe/Berlin	51.65366	12.05808				14	00	15082	15082440
2852086	Prieschka	prieschka	DE		0	Europe/Berlin	51.47888	13.42405		Prieschka		11	00	12062	12062024
2852087	Prieschendorf	prieschendorf	DE		0	Europe/Berlin	53.88921	10.98638				12	00	13074	13074017
2852090	Priesa	priesa	DE		0	Europe/Berlin	51.1819	13.37763		Priesa		13	00	14627	14627080
2852091	Pries	pries	DE		0	Europe/Berlin	54.40277	10.15715				10	00	01002	01002000
2852093	Prierow	prierow	DE		0	Europe/Berlin	51.97752	13.6243				11	00	12061	12061164
2852094	Prierosbrück	prierosbrueck	DE		0	Europe/Berlin	52.22952	13.76569				11	00	12061	12061217
2852098	Prienzing	prienzing	DE		0	Europe/Berlin	49.25397	12.67998				02	093	09372	09372175
2852099	Prienbach	prienbach	DE		0	Europe/Berlin	48.42796	12.80562				02	092	09277	09277124
2852100	Prienbach	prienbach	DE		0	Europe/Berlin	48.29044	13.07469				02	092	09277	09277147
2852107	Priemern	priemern	DE		0	Europe/Berlin	52.86463	11.63664				14	00	15090	15090007
2852109	Priemerburg	priemerburg	DE		0	Europe/Berlin	53.79264	12.22607				12	00	13072	13072043
2852110	Priemen	priemen	DE		0	Europe/Berlin	53.90065	13.45282		Priemen		12	00	13075	13075155
2852111	Priemen	priemen	DE		0	Europe/Berlin	47.95004	10.12158				02	097	09764	09764000
2852113	Prielip	prielip	DE		0	Europe/Berlin	52.98622	10.76051				06	00	03360	03360018
2852114	Prielhof	prielhof	DE		0	Europe/Berlin	48.82965	11.20203				02	091	09176	09176111
2852115	Priel	priel	DE		0	Europe/Berlin	48.51369	13.0133				02	092	09277	09277114
2852116	Priel	priel	DE		0	Europe/Berlin	48.55043	11.91527				02	091	09178	09178125
2852117	Priel	priel	DE		0	Europe/Berlin	48.43769	11.41617				02	091	09186	09186132
2852118	Priel	priel	DE		0	Europe/Berlin	48.39549	13.16778				02	092	09275	09275143
2852119	Priel	priel	DE		0	Europe/Berlin	48.2674	11.31733				02	091	09174	09174113
2852120	Priegendorf	priegendorf	DE		0	Europe/Berlin	50.00323	10.79157				02	094	09471	09471115
2852121	Priefing	priefing	DE		0	Europe/Berlin	48.72382	13.24842				02	092	09271	09271114
2852122	Priefel	priefel	DE		0	Europe/Berlin	50.95573	12.4814				15	00	16077	16077036
2852123	Priedel	priedel	DE		0	Europe/Berlin	52.21845	13.17413				11	00	12072	12072426
2852132	Pribbenow	pribbenow	DE		0	Europe/Berlin	53.66897	12.88662				12	00	13071	13071142
2852133	Prezier	prezier	DE		0	Europe/Berlin	52.89679	11.30635				06	00	03354	03354015
2852136	Preying	preying	DE		0	Europe/Berlin	48.76259	13.38449				02	092	09272	09272142
2852137	Preyersmühle	preyersmuehle	DE		0	Europe/Berlin	51.15536	7.20666				07	053	05378	05378032
2852138	Prex	prex	DE		0	Europe/Berlin	50.30875	12.08848				02	094	09475	09475161
2852139	Prevorst	prevorst	DE		0	Europe/Berlin	49.04995	9.39581				01	081	08118	08118060
2852140	Preußnitz	preussnitz	DE		0	Europe/Berlin	52.133	12.63418		Preussnitz,Preußnitz		11	00	12069	12069020
2852142	Preußling	preussling	DE		0	Europe/Berlin	49.82706	11.66228				02	094	09472	09472180
2852143	Preußisch Ströhen	preussisch-stroehen	DE		0	Europe/Berlin	52.51667	8.65				07	057	05770	05770040
2852147	Preuschwitz	preuschwitz	DE		0	Europe/Berlin	51.15832	14.40872		Preuschwitz,Prisecy,Přišecy		13	00	14625	14625110
2852148	Preuntsfelden	preuntsfelden	DE		0	Europe/Berlin	49.41438	10.33936				02	095	09571	09571225
2852150	Preunschen	preunschen	DE		0	Europe/Berlin	49.58745	9.18473				02	096	09676	09676131
2852151	Preungesheim	preungesheim	DE		0	Europe/Berlin	50.15458	8.6919		Frankfurt-Preungesheim		05	064	06412	06412000
2852152	Preunersfeld	preunersfeld	DE		0	Europe/Berlin	49.81142	11.61673				02	094	09472	09472184
2852163	Pretzetze	pretzetze	DE		0	Europe/Berlin	53.06907	11.30476				06	00	03354	03354014
2852164	Pretzen	pretzen	DE		0	Europe/Berlin	48.27691	11.91175				02	091	09177	09177117
2852165	Pretzdorf	pretzdorf	DE		0	Europe/Berlin	49.6982	10.59864				02	095	09572	09572159
2852166	Pretzabruck	pretzabruck	DE		0	Europe/Berlin	49.39251	12.16678				02	093	09376	09376163
2852167	Pretz	pretz	DE		0	Europe/Berlin	48.71184	13.38427				02	092	09275	09275152
2852169	Prettelshofen	prettelshofen	DE		0	Europe/Berlin	48.54243	10.73974				02	097	09773	09773182
2852171	Pretschwitz	pretschwitz	DE		0	Europe/Berlin	50.97202	11.81771				15	00	16074	16074073
2852176	Pretitz	pretitz	DE		0	Europe/Berlin	51.30685	11.56404				14	00	15088	15088305
2852178	Preten	preten	DE		0	Europe/Berlin	53.32349	10.90857				06	00	03355	03355049
2852179	Prestin	prestin	DE		0	Europe/Berlin	53.59993	11.8073		Prestin		12	00	13076	13076023
2852181	Prestewitz	prestewitz	DE		0	Europe/Berlin	51.54479	13.42038		Prestewitz		11	00	12062	12062500
2852182	Prester	prester	DE		0	Europe/Berlin	52.10281	11.67495		Magdeburg-Prester,Prester		14	00	15003	15003000
2852183	Prestenberg	prestenberg	DE		0	Europe/Berlin	47.76534	8.00688				01	083	08337	08337108
2852184	Prestenberg	prestenberg	DE		0	Europe/Berlin	47.68333	9.65				01	084	08435	08435057
2852187	Preßwitz	presswitz	DE		0	Europe/Berlin	50.607	11.497				15	00	16073	16073035
2852193	Pressen	pressen	DE		0	Europe/Berlin	51.46682	12.53504		Pressen		13	00	14730	14730110
2852196	Pressel	pressel	DE		0	Europe/Berlin	51.57942	12.70466				13	00	14730	14730160
2852199	Presnitz	presnitz	DE		0	Europe/Berlin	54.47389	13.28212				12	00	13073	13073028
2852200	Preske	preske	DE		0	Europe/Berlin	51.17492	14.34268		Praskow,Preske		13	00	14625	14625150
2852201	Presenske	presenske	DE		0	Europe/Berlin	54.63879	13.35491				12	00	13073	13073004
2852203	Presenchen	presenchen	DE		0	Europe/Berlin	51.79869	13.81165				11	00	12061	12061320
2852204	Presen	presen	DE		0	Europe/Berlin	54.47635	11.24121				10	00	01055	01055046
2852207	Preschen	preschen	DE		0	Europe/Berlin	51.64738	14.65864				11	00	12071	12071294
2852209	Presberg	presberg	DE		0	Europe/Berlin	50.05219	7.89092		Presberg		05	064	06439	06439013
2852213	Preppach	preppach	DE		0	Europe/Berlin	49.56172	12.24686				02	093	09374	09374132
2852214	Prepow	prepow	DE		0	Europe/Berlin	53.0249	10.88531				06	00	03354	03354027
2852217	Prenzlauer Berg	prenzlauer-berg-bezirk	DE		148878	Europe/Berlin	52.53878	13.42443		Berlin-Prenzlauer Berg,Prenclauehr-Berg,Prenclauer-Berg,pu lun ci lao bei ge,Пренцлауер-Берґ,Пренцлауэр-Берг,פרנצלאואר ברג,プレンツラウアー・ベルク,普伦茨劳贝格		16	00	11000	11000000
2852219	Prenzing	prenzing	DE		0	Europe/Berlin	48.39638	13.35418				02	092	09275	09275141
2852222	Prensdorf	prensdorf	DE		0	Europe/Berlin	51.89851	13.46477				11	00	12072	12072055
2852227	Premsthal	premsthal	DE		0	Europe/Berlin	49.13023	12.49256				02	093	09372	09372142
2852228	Premslin	premslin	DE		0	Europe/Berlin	53.12968	11.78664				11	00	12070	12070173
2852231	Premsdorf	premsdorf	DE		0	Europe/Berlin	52.16185	14.09099				11	00	12067	12067493
2852234	Preming	preming	DE		0	Europe/Berlin	48.71746	13.37641				02	092	09275	09275152
2852236	Premich	premich	DE		0	Europe/Berlin	50.30593	10.02072				02	096	09672	09672117
2852238	Premeusel	premeusel	DE		0	Europe/Berlin	50.21459	11.5621				02	094	09477	09477148
2852239	Premerzhofen	premerzhofen	DE		0	Europe/Berlin	49.06144	11.60706				02	093	09373	09373115
2852242	Premenreuth	premenreuth	DE		0	Europe/Berlin	49.84415	12.14099				02	093	09377	09377149
2852243	Premeischl	premeischl	DE		0	Europe/Berlin	49.36833	12.56639				02	093	09372	09372157
2852244	Premberg	premberg	DE		0	Europe/Berlin	49.2305	12.06536				02	093	09376	09376170
2852245	Premach	premach	DE		0	Europe/Berlin	48.24697	10.45006				02	097	09774	09774116
2852249	Preititz	preititz	DE		0	Europe/Berlin	51.22176	14.54481		Preititz,Priwcicy,Přiwćicy		13	00	14625	14625340
2852250	Preith	preith	DE		0	Europe/Berlin	48.91863	11.20157				02	091	09176	09176155
2852254	Preißach	preissach	DE		0	Europe/Berlin	49.8017	11.8709		Preissach,Preißach,Pressat		02	093	09374	09374148
2852257	Preisendorf	preisendorf	DE		0	Europe/Berlin	48.1709	11.98996				02	091	09177	09177119
2852258	Preisenberg	preisenberg	DE		0	Europe/Berlin	48.4957	12.1471				02	092	09274	09274146
2852259	Preisdorf	preisdorf	DE		0	Europe/Berlin	50.00128	12.19259				02	094	09479	09479112
2852264	Preinhok	preinhok	DE		0	Europe/Berlin	51.84723	7.05409				07	055	05554	05554044
2852265	Preinerszell	preinerszell	DE		0	Europe/Berlin	48.53608	11.60632				02	091	09186	09186152
2852266	Preinersdorf	preinersdorf	DE		0	Europe/Berlin	48.5039	11.62698				02	091	09186	09186152
2852267	Preinersdorf	preinersdorf	DE		0	Europe/Berlin	47.91122	12.40262				02	091	09187	09187138
2852269	Preilack	preilack	DE		0	Europe/Berlin	51.88385	14.41648		Psiluk,Pśiłuk		11	00	12071	12071401
2852270	Preil	preil	DE		0	Europe/Berlin	54.36667	9.01667				10	00	01051	01051065
2852271	Prehnsfelde	prehnsfelde	DE		0	Europe/Berlin	54.10478	9.89882				10	00	01058	01058169
2852272	Prehna	prehna	DE		0	Europe/Berlin	50.93691	12.28394				15	00	16077	16077043
2852273	Prehlitz	prehlitz	DE		0	Europe/Berlin	51.03179	12.27224				14	00	15084	15084130
2852274	Preetzerredder	preetzerredder	DE		0	Europe/Berlin	54.15	10.3				10	00	01057	01057001
2852275	Preetzen	preetzen	DE		0	Europe/Berlin	53.86782	13.47663		Preetzen		12	00	13075	13075155
2852281	Preensberg	preensberg	DE		0	Europe/Berlin	53.91667	11.63333				12	00	13074	13074004
2852283	Predöhlsau	predoehlsau	DE		0	Europe/Berlin	53.12159	11.10005				06	00	03354	03354004
2852284	Predöhl	predoehl	DE		0	Europe/Berlin	52.90354	11.26813				06	00	03354	03354015
2852286	Predlfing	predlfing	DE		0	Europe/Berlin	49.04766	11.63092				02	093	09373	09373121
2852293	Predel	predel	DE		0	Europe/Berlin	51.11557	12.20002				14	00	15084	15084130
2852295	Preddöhl	preddoehl	DE		0	Europe/Berlin	53.22364	12.15582				11	00	12070	12070222
2852298	Prechhausen	prechhausen	DE		0	Europe/Berlin	48.8245	13.09227				02	092	09271	09271113
2852300	Prebelower Breite	prebelower-breite	DE		0	Europe/Berlin	53.18333	12.88333				11			
2852302	Prebelow	prebelow	DE		0	Europe/Berlin	53.18333	12.9				11	00	12068	12068353
2852304	Prautitz	prautitz	DE		0	Europe/Berlin	51.23329	14.26234		Prautitz,Prawocicy,Prawoćicy		13	00	14625	14625080
2852306	Prausitz	prausitz	DE		0	Europe/Berlin	51.54236	13.08887		Prausitz		13	00	14730	14730010
2852307	Prausitz	prausitz	DE		0	Europe/Berlin	51.25845	13.31264				13	00	14627	14627070
2852309	Praunheim	praunheim	DE		0	Europe/Berlin	50.14369	8.61465		Frankfurt-Praunheim		05	064	06412	06412000
2852310	Pratzschwitz	pratzschwitz	DE		0	Europe/Berlin	50.96847	13.89834		Pratzschwitz,brtshwts,برتشوتس		13	00	14628	14628270
2852311	Pratschütz	pratschuetz	DE		0	Europe/Berlin	51.0328	11.86545				15	00	16074	16074116
2852312	Pratjau	pratjau	DE		0	Europe/Berlin	54.32914	10.41571				10	00	01057	01057090
2852314	Praterschütz	praterschuetz	DE		0	Europe/Berlin	51.14133	13.27171				13	00	14627	14627180
2852315	Prätenow	praetenow	DE		0	Europe/Berlin	53.88106	14.04857				12	00	13075	13075026
2852316	Pratau	pratau	DE		1861	Europe/Berlin	51.84226	12.64373		Pratau		14	00	15091	15091375
2852317	Prasting	prasting	DE		0	Europe/Berlin	47.79393	12.88163				02	091	09172	09172112
2852320	Praßreuth	prassreuth	DE		0	Europe/Berlin	48.66667	13.53333				02	092	09275	09275119
2852321	Praßreut	prassreut	DE		0	Europe/Berlin	48.75333	13.49955				02	092	09272	09272141
2852327	Prappach	prappach	DE		0	Europe/Berlin	50.05328	10.5616				02	096	09674	09674147
2852330	Pranitz	pranitz	DE		0	Europe/Berlin	51.55476	12.02322				14	00	15088	15088195
2852332	Prangershof	prangershof	DE		0	Europe/Berlin	49.51686	11.71531				02	093	09371	09371151
2852333	Prangendorf	prangendorf	DE		0	Europe/Berlin	54.01352	12.39567				12	00	13072	13072021
2852334	Prangenberg	prangenberg	DE		0	Europe/Berlin	50.63801	7.39695				08	00	07138	07138044
2852336	Pramwinkl	pramwinkl	DE		0	Europe/Berlin	48.69236	12.34959				02	092	09279	09279127
2852338	Pramsdorf	pramsdorf	DE		0	Europe/Berlin	52.22227	12.33288				11	00	12069	12069089
2852339	Pramort	pramort	DE		0	Europe/Berlin	54.43091	12.9213				12	00	13073	13073105
2852342	Pramersbuch	pramersbuch	DE		0	Europe/Berlin	48.72569	12.35748				02	092	09279	09279127
2852344	Prambach	prambach	DE		0	Europe/Berlin	48.50417	11.52576				02	091	09186	09186126
2852345	Pram	pram	DE		0	Europe/Berlin	48.69407	12.32836				02	092	09274	09274119
2852350	Prälank	praelank	DE		0	Europe/Berlin	53.3641	13.00114				12	00	13071	13071110
2852362	Prag	prag	DE		0	Europe/Berlin	48.7043	13.48269				02	092	09275	09275128
2852363	Präg	prag	DE		0	Europe/Berlin	47.77902	7.96791		Prag,Präg		01	083	08336	08336087
2852366	Praest	praest	DE		0	Europe/Berlin	51.82387	6.34358				07	051	05154	05154008
2852368	Prädikow	praedikow	DE		0	Europe/Berlin	52.63041	14.0128				11	00	12064	12064393
2852369	Prackenhof	prackenhof	DE		0	Europe/Berlin	49.55946	10.71536				02	095	09575	09575121
2852370	Prackenfels	prackenfels	DE		0	Europe/Berlin	49.37315	11.34682				02	095	09574	09574112
2852371	Prackendorf	prackendorf	DE		0	Europe/Berlin	49.39894	12.41893				02	093	09376	09376122
2852374	Prachtsried	prachtsried	DE		0	Europe/Berlin	47.73871	10.74428				02	091	09190	09190114
2852375	Prächting	prachting	DE		0	Europe/Berlin	50.04942	10.98816				02	094	09478	09478120
2852382	Prachenau	prachenau	DE		0	Europe/Berlin	51.20042	14.73543		Prachenau,Prochnow		13	00	14626	14626570
2852385	Prabstorf	prabstorf	DE		0	Europe/Berlin	53.07008	11.12014				06	00	03354	03354004
2852386	Präbschütz	praebschuetz	DE		0	Europe/Berlin	51.12605	13.20521				13	00	14522	14522080
2852387	Pozern	pozern	DE		0	Europe/Berlin	53.11667	13.2				11	00	12065	12065100
2852389	Poxstall	poxstall	DE		0	Europe/Berlin	49.7722	11.13781				02	094	09474	09474121
2852390	Poxreut	poxreut	DE		0	Europe/Berlin	48.7936	13.44251				02	092	09272	09272140
2852396	Poxau	poxau	DE		0	Europe/Berlin	48.56784	12.55496				02	092	09279	09279126
2852397	Powe	powe	DE		0	Europe/Berlin	52.31667	8.11667				06	00	03459	03459008
2852401	Potzwenden	potzwenden	DE		0	Europe/Berlin	51.52148	10.08493		Potzwenden		06	00	03159	03159023
2852402	Großpötzschau	grosspoetzschau	DE		0	Europe/Berlin	51.21003	12.48168				13	00	14729	14729370
2852403	Pötzscha	poetzscha	DE		0	Europe/Berlin	50.95572	14.03898				13	00	14628	14628370
2852404	Pötzmes	potzmes	DE		0	Europe/Berlin	48.64811	11.81976				02	092	09273	09273115
2852405	Potzlow	potzlow	DE		0	Europe/Berlin	53.21878	13.84114				11	00	12073	12073430
2852406	Pötzling	potzling	DE		0	Europe/Berlin	49.45462	11.34038				02	095	09574	09574139
2852407	Pötzing	potzing	DE		0	Europe/Berlin	47.76399	11.93411				02	091	09182	09182114
2852409	Potzham	potzham	DE		0	Europe/Berlin	48.03333	12.61667				02	091	09189	09189134
2852411	Pötzerreut	potzerreut	DE		0	Europe/Berlin	48.73182	13.51439				02	092	09272	09272141
2852412	Potzenberg	potzenberg	DE		0	Europe/Berlin	47.80171	11.85034				02	091	09182	09182125
2852413	Pötzen	poetzen	DE		0	Europe/Berlin	52.15845	9.35177				06	00	03252	03252007
2852421	Pottschapplitz	pottschapplitz	DE		0	Europe/Berlin	51.1649	14.25167		Pocaplicy,Pottschapplitz,Počaplicy		13	00	14625	14625100
2852430	Potthof	potthof	DE		0	Europe/Berlin	52.03333	8.13333				07	057	05754	05754048
2852437	Potthagen	potthagen	DE		0	Europe/Berlin	54.04971	13.39957				12	00	13075	13075142
2852439	Pottenstetten	pottenstetten	DE		0	Europe/Berlin	49.23979	12.01844				02	093	09376	09376119
2852441	Pottenhof	pottenhof	DE		0	Europe/Berlin	49.41741	12.42752				02	093	09376	09376122
2852442	Pottenhauserheide	pottenhauserheide	DE		0	Europe/Berlin	52.00264	8.73327				07	057	05766	05766040
2852443	Pottenhausen	pottenhausen	DE		0	Europe/Berlin	52.01099	8.7404				07	057	05766	05766040
2852444	Pottenau	pottenau	DE		0	Europe/Berlin	48.43628	11.9724				02	091	09177	09177126
2852449	Potshauser Leihe	potshauser-leihe	DE		0	Europe/Berlin	53.18333	7.6				06	00	03457	03457017
2852450	Potshausen	potshausen	DE		0	Europe/Berlin	53.18615	7.6117		Potshausen		06	00	03457	03457017
2852462	Pötrau	poetrau	DE		0	Europe/Berlin	53.47594	10.60661				10	00	01053	01053020
2852463	Pötnitz	poetnitz	DE		0	Europe/Berlin	51.82072	12.28603				14	00	15001	15001000
2852464	Pöting	poeting	DE		0	Europe/Berlin	51.34558	7.26471		Auf Poting,Auf Pöting,Poting,Pöting		07	059	05954	05954028
2852465	Potherbruch	potherbruch	DE		0	Europe/Berlin	51.23333	7				07	051	05158	05158024
2852466	Pöthen	poethen	DE		0	Europe/Berlin	52.10098	11.82532				14	00	15086	15086055
2852467	Pöthen	poethen	DE		0	Europe/Berlin	51.41667	7.4				07	059	05954	05954020
2852468	Pöthen	poethen	DE		0	Europe/Berlin	51.26667	10.56667				15	00	16064	16064037
2852470	Pötewitz	poetewitz	DE		0	Europe/Berlin	51.00439	11.98996				14	00	15084	15084565
2852472	Pötenitz	poetenitz	DE		519	Europe/Berlin	53.94871	10.92419				12	00	13074	13074017
2852478	Postreith	postreith	DE		0	Europe/Berlin	48.56378	12.33206				02	092	09274	09274145
2852480	Postmoor	postmoor	DE		0	Europe/Berlin	53.49762	9.585				06	00	03359	03359007
2852486	Postlin	postlin	DE		0	Europe/Berlin	53.17455	11.74695				11	00	12070	12070173
2852488	Posthof	posthof	DE		0	Europe/Berlin	52.00644	10.37487				06	00	03153	03153008
2852494	Posthausen	posthausen	DE		0	Europe/Berlin	53.05679	9.17149		Posthausen		06	00	03361	03361008
2852495	Posthausen	posthausen	DE		0	Europe/Berlin	51.35522	12.60162				13	00	14729	14729250
2852497	Postfelden	postfelden	DE		0	Europe/Berlin	49.08006	12.43821				02	093	09372	09372150
2852501	Postelwitz	postelwitz	DE		0	Europe/Berlin	50.91461	14.17013				13	00	14628	14628030
2852502	Postelitz	postelitz	DE		0	Europe/Berlin	54.5056	13.38445				12	00	13073	13073074
2852503	Posteholz	posteholz	DE		0	Europe/Berlin	52.09332	9.20586				06	00	03252	03252001
2852508	Postbauer	postbauer	DE		0	Europe/Berlin	49.31018	11.35772				02	093	09373	09373155
2852510	Posta	posta	DE		0	Europe/Berlin	50.9674	13.95332		bsta,بستا		13	00	14628	14628270
2852512	Pößneck	poessneck	DE		13624	Europe/Berlin	50.69358	11.59229		Pesnek,Pjosnek,Poessneck,Pößneck,bwsnk,po si nei ke,pwsnk,Песнек,Пёснек,بوسنك,پوسنک,珀斯内克		15	00	16075	16075085
2852513	Pößmoos	possmoos	DE		0	Europe/Berlin	48.03222	12.48947				02	091	09189	09189126
2852518	Poßfeld	possfeld	DE		0	Europe/Berlin	53.90393	9.31487				10	00	01061	01061077
2852519	Possenried	possenried	DE		0	Europe/Berlin	48.56293	10.74596				02	097	09773	09773182
2852520	Possenhofen	possenhofen	DE		0	Europe/Berlin	47.95947	11.31038				02	091	09188	09188137
2852521	Possenheim	possenheim	DE		0	Europe/Berlin	49.68412	10.31537				02	096	09675	09675139
2852522	Possenhain	possenhain	DE		0	Europe/Berlin	51.15859	11.89753		Possenhain		14	00	15084	15084445
2852523	Possenfelden	possenfelden	DE		0	Europe/Berlin	49.75118	10.66781				02	094	09471	09471220
2852524	Possendorf	possendorf	DE		0	Europe/Berlin	50.96629	13.71265				13	00	14628	14628050
2852525	Possendorf	possendorf	DE		0	Europe/Berlin	50.94015	11.31248				15	00	16055	16055000
2852526	Possen	possen	DE		0	Europe/Berlin	51.33795	10.86044				15	00	16065	16065067
2852527	Posseck in Bayern	posseck-in-bayern	DE		0	Europe/Berlin	50.33177	11.34287				02	094	09476	09476164
2852528	Posseck	posseck	DE		0	Europe/Berlin	50.33396	12.07552				13	00	14523	14523440
2852529	Poßdorf	possdorf	DE		0	Europe/Berlin	51.55844	12.43483				13	00	14730	14730070
2852531	Pösneck	poesneck	DE		0	Europe/Berlin	50.81445	12.10935				15	00	16076	16076084
2852532	Pösling	posling	DE		0	Europe/Berlin	47.8354	12.0841				02	091	09163	09163000
2852533	Pöslasberg	poslasberg	DE		0	Europe/Berlin	49.04767	12.70386				02	092	09278	09278143
2852536	Pösigk	poesigk	DE		0	Europe/Berlin	51.69422	12.08239				14	00	15082	15082377
2852538	Posewitz	posewitz	DE		0	Europe/Berlin	51.05592	11.72266				15	00	16074	16074011
2852539	Posewald	posewald	DE		0	Europe/Berlin	54.3669	13.52746				12	00	13073	13073070
2852544	Posendorf	posendorf	DE		0	Europe/Berlin	51.24572	11.95876				14	00	15084	15084550
2852545	Pösen	poesen	DE		0	Europe/Berlin	50.87022	11.50316				15	00	16074	16074008
2852546	Posen	posen	DE		0	Europe/Berlin	50.6426	11.69031				15	00	16075	16075073
2852548	Posedin	posedin	DE		0	Europe/Berlin	52.66098	14.31948				11	00	12064	12064274
2852549	Pöschwitz	poeschwitz	DE		0	Europe/Berlin	51.03379	12.44551				15	00	16077	16077007
2852550	Poschwitz	poschwitz	DE		0	Europe/Berlin	51.00397	12.45536		Poschwitz		15	00	16077	16077001
2852551	Poschmühl	poschmuhl	DE		0	Europe/Berlin	47.76915	11.8261				02	091	09182	09182119
2852554	Poschetsried	poschetsried	DE		0	Europe/Berlin	48.9623	13.15403				02	092	09276	09276138
2852558	Poschen	poschen	DE		0	Europe/Berlin	48.06619	12.43059				02	091	09189	09189142
2852563	Posa	posa	DE		0	Europe/Berlin	51.00798	12.28714				15	00	16077	16077044
2852566	Porz am Rhein	porz-am-rhein	DE		13785	Europe/Berlin	50.88637	7.0583		Koeln-Porz,Köln-Porz,Porz,Porz am Rhein		07	053	05315	05315000
2852567	Portz	portz	DE		0	Europe/Berlin	49.57782	6.49065				08	00	07235	07235154
2852569	Portsloge	portsloge	DE		0	Europe/Berlin	53.14371	8.00955				06	00	03451	03451004
2852572	Portitz	portitz	DE		0	Europe/Berlin	51.38591	12.45477				13	00	14713	14713000
2852574	Portenschmiede	portenschmiede	DE		0	Europe/Berlin	50.61688	11.55805				15	00	16075	16075035
2852575	Portenläng	portenlang	DE		0	Europe/Berlin	48.00204	11.66396				02	091	09184	09184114
2852576	Portenhagen	portenhagen	DE		0	Europe/Berlin	51.85399	9.74942		Portenhagen		06	00	03155	03155003
2852581	Porstendorf	porstendorf	DE		0	Europe/Berlin	50.97824	11.64673		Borsendorp [a. 1205],Bursendorp [a. 1209],Neuengonna-Porstendorf,Neuengönna-Porstendorf,Porstendorf		15	00	16074	16074063
2852582	Porstendorf	porstendorf	DE		0	Europe/Berlin	50.76522	11.92859				15	00	16075	16075066
2852583	Pörsten	poersten	DE		0	Europe/Berlin	51.22379	12.05385				14	00	15084	15084315
2852584	Porst	porst	DE		0	Europe/Berlin	51.7691	12.00241				14	00	15082	15082180
2852585	Porselen	porselen	DE		0	Europe/Berlin	51.04027	6.17309				07	053	05370	05370016
2852586	Pörsdorf	poersdorf	DE		0	Europe/Berlin	50.89479	11.98894				15	00	16076	16076089
2852587	Pörsdorf	porsdorf	DE		0	Europe/Berlin	48.00928	12.01063				02	091	09175	09175112
2852588	Porschütz	porschuetz	DE		0	Europe/Berlin	51.247	13.48173		Blattersleben-Porschutz,Blattersleben-Porschütz,Porschutz,Porschütz		13	00	14627	14627200
2852589	Porschnitz	porschnitz	DE		0	Europe/Berlin	51.13015	13.35793		Porschnitz		13	00	14627	14627080
2852590	Porschendorf	porschendorf	DE		0	Europe/Berlin	51.01365	13.99864				13	00	14628	14628100
2852594	Porrendeich	porrendeich	DE		0	Europe/Berlin	54.4233	8.94806				10	00	01054	01054141
2852596	Pörrbach	poerrbach	DE		0	Europe/Berlin	49.50628	7.59746				08	00	07335	07335043
2852597	Pörndorf	porndorf	DE		0	Europe/Berlin	48.59529	13.00522				02	092	09275	09275114
2852598	Pörndorf	porndorf	DE		0	Europe/Berlin	48.56367	11.98726				02	092	09274	09274194
2852601	Pöritzsch	poeritzsch	DE		0	Europe/Berlin	50.4962	11.71693				15	00	16075	16075135
2852602	Poritz	poritz	DE		0	Europe/Berlin	52.66709	11.50203				14	00	15090	15090070
2852603	Poris-Lengefeld	poris-lengefeld	DE		0	Europe/Berlin	50.83656	12.11899		Lengefeld,Poris-Lengefeld		15	00	16052	16052000
2852606	Pöring	poring	DE		0	Europe/Berlin	48.09499	11.83116				02	091	09175	09175139
2852607	Porep	porep	DE		0	Europe/Berlin	53.30872	12.03878				11	00	12070	12070325
2852608	Porbitz-Poppitz	porbitz-poppitz	DE		0	Europe/Berlin	51.3	12.06667				14	00	15088	15088020
2852609	Pörbitsch	porbitsch	DE		0	Europe/Berlin	50.11578	11.46101				02	094	09477	09477128
2852610	Poratz	poratz	DE		0	Europe/Berlin	53.06288	13.79016				11	00	12073	12073569
2852611	Pöppschen	poeppschen	DE		0	Europe/Berlin	51.00788	12.50306				15	00	16077	16077052
2852613	Poppitz	poppitz	DE		0	Europe/Berlin	51.29096	13.32401				13	00	14627	14627230
2852614	Poppitz	poppitz	DE		0	Europe/Berlin	51.23718	13.00876				13	00	14730	14730200
2852615	Poppitz	poppitz	DE		0	Europe/Berlin	51.05	12.78333				13	00	14522	14522490
2852617	Poppis	poppis	DE		0	Europe/Berlin	47.5981	9.62783		Poppis		01	084	08435	08435029
2852618	Pöppinghausen	poeppinghausen	DE		0	Europe/Berlin	51.57952	7.26711				07	055	05562	05562004
2852620	Poppholz	poppholz	DE		0	Europe/Berlin	54.61763	9.47701				10	00	01059	01059159
2852621	Popperode	popperode	DE		0	Europe/Berlin	51.58799	11.26474				14	00	15087	15087370
2852622	Popperode	popperode	DE		0	Europe/Berlin	51.20384	10.41613				15	00	16064	16064046
2852624	Poppenwind	poppenwind	DE		0	Europe/Berlin	50.45978	10.83978		Poppenwind		15	00	16069	16069058
2852625	Poppenwind	poppenwind	DE		0	Europe/Berlin	49.67079	10.84042				02	095	09572	09572126
2852628	Poppenweiler	poppenweiler	DE		0	Europe/Berlin	49.18333	10.33333				02	095	09571	09571145
2852629	Poppenweiler	poppenweiler	DE		0	Europe/Berlin	48.90626	9.26301		Poppenweiler		01	081	08118	08118048
2852632	Poppentin	poppentin	DE		0	Europe/Berlin	53.46058	12.55263				12	00	13071	13071043
2852635	Poppenroth	poppenroth	DE		0	Europe/Berlin	50.22827	9.9877		Poppenroth		02	096	09672	09672114
2852636	Poppenrod	poppenrod	DE		0	Europe/Berlin	50.49863	9.46953				05	066	06631	06631014
2852639	Poppenreuth	poppenreuth	DE		0	Europe/Berlin	50.19382	11.75062				02	094	09475	09475154
2852640	Poppenreuth	poppenreuth	DE		0	Europe/Berlin	49.94908	12.09031				02	093	09377	09377157
2852641	Poppenreuth	poppenreuth	DE		0	Europe/Berlin	49.90206	12.46853				02	093	09377	09377139
2852642	Poppenreuth	poppenreuth	DE		0	Europe/Berlin	49.48279	11.01453				02	095	09563	09563000
2852643	Poppenreuth	poppenreuth	DE		0	Europe/Berlin	49.28628	10.96041				02	095	09576	09576128
2852644	Poppenreut	poppenreut	DE		0	Europe/Berlin	48.74095	13.65867				02	092	09272	09272129
2852648	Poppenlauer	poppenlauer	DE		0	Europe/Berlin	50.21579	10.23599		Poppenlauer		02	096	09672	09672131
2852651	Poppenholz	poppenholz	DE		0	Europe/Berlin	50.17988	11.4594				02	094	09477	09477151
2852653	Poppenhof	poppenhof	DE		0	Europe/Berlin	49.57605	11.34948				02	095	09574	09574155
2852661	Poppenhaus	poppenhaus	DE		0	Europe/Berlin	47.87272	9.78074				01	084	08436	08436085
2852663	Poppengrün	poppengruen	DE		0	Europe/Berlin	50.45305	12.32544		Neustadt-Poppengrun,Neustadt-Poppengrün,Poppengrun,Poppengrün		13	00	14523	14523290
2852664	Poppengrün	poppengrun	DE		0	Europe/Berlin	50.29307	11.66753				02	094	09475	09475169
2852665	Alt Poppendorf	alt-poppendorf	DE		0	Europe/Berlin	54.18785	12.52356				12	00	13073	13073055
2852667	Pöppendorf	poeppendorf	DE		0	Europe/Berlin	53.93118	10.81698				10	00	01003	01003000
2852673	Poppenbüttel	poppenbuettel	DE		22375	Europe/Berlin	53.65917	10.08472		Hamburg-Poppenbuettel,Hamburg-Poppenbüttel,Popenbitel,Попенбител		04	00	02000	02000000
2852676	Poppenbrügge	poppenbruegge	DE		0	Europe/Berlin	54.28498	10.12787				10	00	01002	01002000
2852677	Poppenberg	poppenberg	DE		0	Europe/Berlin	48.75807	13.15964				02	092	09271	09271149
2852678	Poppenberg	poppenberg	DE		0	Europe/Berlin	50.81119	10.01979		Poppenberg		15	00	16063	16063078
2852679	Poppenberg	poppenberg	DE		0	Europe/Berlin	49.93621	11.82196				02	093	09377	09377127
2852680	Poppenberg	poppenberg	DE		0	Europe/Berlin	48.34376	12.7481				02	092	09277	09277134
2852685	Poppenbeck	poppenbeck	DE		0	Europe/Berlin	51.97678	7.38845				07	055	05558	05558020
2852686	Poppenbach	poppenbach	DE		0	Europe/Berlin	49.40377	10.37265				02	095	09571	09571130
2852687	Poppelvitz	poppelvitz	DE		0	Europe/Berlin	54.34505	13.14806				12	00	13073	13073003
2852688	Poppelvitz	poppelvitz	DE		0	Europe/Berlin	54.24747	13.36779				12	00	13073	13073027
2852689	Poppeltal	poppeltal	DE		0	Europe/Berlin	48.61667	8.35				01	082	08216	08216013
2852692	Poppelsdorf	poppelsdorf	DE		0	Europe/Berlin	50.72202	7.08956				07	053	05314	05314000
2852694	Pöppeln	poeppeln	DE		0	Europe/Berlin	50.89171	12.16779				15	00	16076	16076036
2852695	Pöppeln	poeppeln	DE		0	Europe/Berlin	50.86667	12.05				15	00	16052	16052000
2852699	Poppel	poppel	DE		0	Europe/Berlin	51.12677	11.62774				14	00	15084	15084282
2852700	Poppberg	poppberg	DE		0	Europe/Berlin	49.41097	11.59126				02	093	09371	09371116
2852702	Poppau	poppau	DE		0	Europe/Berlin	52.68022	11.13465		Poppau		14	00	15081	15081045
2852704	Poplitz	poplitz	DE		0	Europe/Berlin	51.71696	11.68512		Poplitz		14	00	15089	15089195
2852705	Pöplitz	poeplitz	DE		0	Europe/Berlin	51.70433	12.37253				14	00	15091	15091110
2852708	Popens	popens	DE		0	Europe/Berlin	53.45876	7.51093		Popens		06	00	03452	03452001
2852714	Pontewitz	pontewitz	DE		0	Europe/Berlin	50.95993	12.29337		Pontewitz		15	00	16077	16077003
2852716	Ponten	ponten	DE		0	Europe/Berlin	49.48333	6.6				09	00	10042	10042113
2852718	Pont	pont	DE		0	Europe/Berlin	51.49118	6.29626				07	051	05154	05154012
2852721	Pönning	ponning	DE		0	Europe/Berlin	48.8355	12.47555				02	092	09278	09278123
2852722	Ponleiten	ponleiten	DE		0	Europe/Berlin	47.81304	11.84803				02	091	09182	09182123
2852724	Ponlach	ponlach	DE		0	Europe/Berlin	48.05907	12.75986				02	091	09189	09189152
2852725	Pönitz am See	poenitz-am-see	DE		0	Europe/Berlin	54.03935	10.69631				10	00	01055	01055044
2852726	Pönitz	poenitz	DE		0	Europe/Berlin	54.04364	10.67193				10	00	01055	01055044
2852727	Ponitz	ponitz	DE		0	Europe/Berlin	53.0299	11.96898				11	00	12070	12070302
2852728	Pönitz	poenitz	DE		0	Europe/Berlin	51.41173	12.50553				13	00	14730	14730300
2852729	Ponitz	ponitz	DE		1808	Europe/Berlin	50.85762	12.42309		Ponic,bo ni ci,Пониц,波尼茨	16077039	15	00	16077	16077039
2852730	Ponickau	ponickau	DE		0	Europe/Berlin	51.34155	13.77119				13	00	14627	14627290
2852731	Ponholz	ponholz	DE		0	Europe/Berlin	49.16716	12.09963				02	093	09376	09376141
2852732	Ponholz	ponholz	DE		0	Europe/Berlin	49.13002	12.58466				02	093	09372	09372142
2852739	Pongs	pongs	DE		0	Europe/Berlin	51.1604	6.41619				07	051	05116	05116000
2852740	Pondorf	pondorf	DE		0	Europe/Berlin	49.45511	12.50529				02	093	09376	09376178
2852741	Pondorf	pondorf	DE		0	Europe/Berlin	48.96407	12.48699				02	092	09278	09278141
2852742	Pondorf	pondorf	DE		0	Europe/Berlin	48.94257	11.56208				02	091	09176	09176112
2852746	Pomssen	pomssen	DE		0	Europe/Berlin	51.23748	12.6121		Pomssen,Pomßen		13	00	14729	14729340
2852749	Pomnitz	pomnitz	DE		0	Europe/Berlin	51.15599	11.695				14	00	15084	15084282
2852750	Pommritz	pommritz	DE		0	Europe/Berlin	51.16122	14.56788		Pommritz,Pomorcy		13	00	14625	14625230
2852751	Pommoissel	pommoissel	DE		0	Europe/Berlin	53.16406	10.86737				06	00	03355	03355025
2852752	Pommlitz	pommlitz	DE		0	Europe/Berlin	51.23854	12.97111				13	00	14730	14730200
2852753	Pommlitz	pommlitz	DE		0	Europe/Berlin	51.13621	13.12903				13	00	14522	14522080
2852754	Pomming	pomming	DE		0	Europe/Berlin	48.28859	12.75655				02	091	09171	09171126
2852756	Pommertsweiler	pommertsweiler	DE		0	Europe/Berlin	48.93202	9.99153				01	081	08136	08136002
2852768	Pommeranz	pommeranz	DE		0	Europe/Berlin	50.67524	12.14057		Pommeranz		15	00	16076	16076022
2852769	Pommer	pommer	DE		0	Europe/Berlin	49.65307	11.1731				02	094	09474	09474140
2852770	Pommenich	pommenich	DE		0	Europe/Berlin	50.85919	6.40423		Pommenich		07	053	05358	05358020
2852771	Pömmelte	poemmelte	DE		687	Europe/Berlin	51.99419	11.83601		Pommelte,Pömmelte		14	00	15089	15089026
2852775	Pommau	pommau	DE		0	Europe/Berlin	53.21187	10.95707				06	00	03355	03355049
2852778	Pometsau	pometsau	DE		0	Europe/Berlin	48.96281	13.07234				02	092	09276	09276138
2852780	Pomellen	pomellen	DE		0	Europe/Berlin	53.34116	14.38716		Pomellen		12	00	13075	13075095
2852781	Pömbsen	poembsen	DE		0	Europe/Berlin	51.77453	9.0711				07	057	05762	05762004
2852782	Polzuhn	polzuhn	DE		0	Europe/Berlin	52.26667	11.95				14	00	15086	15086140
2852787	Pölzöd	polzod	DE		0	Europe/Berlin	48.5757	13.72913				02	092	09275	09275156
2852788	Polzing	polzing	DE		0	Europe/Berlin	48.29178	12.0115				02	091	09177	09177113
2852790	Polzhausen	polzhausen	DE		0	Europe/Berlin	49.04797	11.93313				02	093	09375	09375162
2852792	Polzen	polzen	DE		0	Europe/Berlin	51.71438	13.29927				11	00	12062	12062282
2852794	Polvitz-Neuemühle	polvitz-neuemuehle	DE		0	Europe/Berlin	52.48333	11.41667				14	00	15081	15081135
2852796	Polvitz	polvitz	DE		0	Europe/Berlin	52.46901	11.43686				14	00	15081	15081135
2852797	Pöltschen	poeltschen	DE		0	Europe/Berlin	50.74412	12.15742				15	00	16076	16076004
2852798	Poltringen	poltringen	DE		0	Europe/Berlin	48.53602	8.94639				01	084	08416	08416048
2852799	Poltnitz	poltnitz	DE		0	Europe/Berlin	53.33469	11.86882				12	00	13076	13076168
2852800	Poltersdorf	poltersdorf	DE		0	Europe/Berlin	50.11667	7.21667				08	00	07135	07135025
2852802	Pölten	polten	DE		0	Europe/Berlin	47.69467	11.30574				02	091	09180	09180119
2852804	Polte	polte	DE		0	Europe/Berlin	52.39124	11.92258				14	00	15090	15090546
2852805	Polsum	polsum	DE		0	Europe/Berlin	51.62542	7.05211		Polsum		07	055	05562	05562024
2852808	Polssen	polssen	DE		0	Europe/Berlin	53.16489	13.97315		Polssen,Polßen		11	00	12073	12073225
2852810	Polsing	polsing	DE		0	Europe/Berlin	47.98393	12.64162				02	091	09189	09189134
2852814	Pölsfeld	poelsfeld	DE		435	Europe/Berlin	51.52678	11.34428		Polsfeld,Pölsfeld		14	00	15087	15087015
2852817	Polsdorf	polsdorf	DE		0	Europe/Berlin	49.23587	11.20769				02	095	09576	09576113
2852822	Polmer	polmer	DE		0	Europe/Berlin	51.67452	8.02903				07	059	05974	05974024
2852824	Pöllwitz	poellwitz	DE		0	Europe/Berlin	50.62381	12.03802				15	00	16076	16076087
2852825	Pöllnricht	pollnricht	DE		0	Europe/Berlin	49.22152	11.84361				02	093	09373	09373134
2852830	Polln	polln	DE		0	Europe/Berlin	48.2648	11.45711				02	091	09174	09174115
2852832	Pollmoos	pollmoos	DE		0	Europe/Berlin	48.06196	12.03363				02	091	09175	09175115
2852833	Pollmannsdorf	pollmannsdorf	DE		0	Europe/Berlin	48.73604	13.61485				02	092	09272	09272151
2852842	Pollhorn	pollhorn	DE		0	Europe/Berlin	54.21776	9.68374				10	00	01058	01058086
2852843	Pollhöfen	pollhoefen	DE		0	Europe/Berlin	52.6044	10.4583				06	00	03151	03151033
2852848	Pollersham	pollersham	DE		0	Europe/Berlin	48.05396	12.28909				02	091	09187	09187126
2852793	Polz	polz	DE	19303	418	Europe/Berlin	53.12123	11.35737				12	00	13076	13076034
2852849	Pöllersdorf	pollersdorf	DE		0	Europe/Berlin	49.98908	11.67356				02	094	09472	09472143
2852850	Pollersberg	pollersberg	DE		0	Europe/Berlin	50.44	12.51497				13	00	14523	14523245
2852853	Pollenried	pollenried	DE		0	Europe/Berlin	49.18454	12.49387				02	093	09372	09372153
2852854	Pollenried	pollenried	DE		0	Europe/Berlin	49.03622	11.93988				02	093	09375	09375175
2852860	Pollanten	pollanten	DE		0	Europe/Berlin	49.1441	11.4596				02	093	09373	09373112
2852861	Pollanden	pollanden	DE		0	Europe/Berlin	49.43922	11.53848				02	095	09574	09574111
2852863	Poll	poll	DE		11311	Europe/Berlin	50.91256	6.99057		Koeln-Poll,Köln-Poll		07	053	05315	05315000
2852864	Poll	poll	DE		0	Europe/Berlin	52.24213	8.82592				07	057	05770	05770004
2852865	Poll	poll	DE		0	Europe/Berlin	50.78257	6.66731				07	053	05358	05358052
2852868	Polkvitz	polkvitz	DE		0	Europe/Berlin	54.54907	13.54872				12	00	13073	13073078
2852869	Polkritz	polkritz	DE		0	Europe/Berlin	52.75	11.96667				14	00	15090	15090245
2852870	Polkern	polkern	DE		0	Europe/Berlin	52.82866	11.71941				14	00	15090	15090415
2852871	Polkenberg	polkenberg	DE		0	Europe/Berlin	51.18116	12.91707				13	00	14522	14522310
2852872	Polkau	polkau	DE		0	Europe/Berlin	52.73587	11.75563				14	00	15090	15090415
2852875	Pölitz	poelitz	DE		0	Europe/Berlin	53.95	11.63333				12	00	13074	13074056
2852876	Pölitz	poelitz	DE		256	Europe/Berlin	53.83862	12.42569				12	00	13072	13072062
2852877	Pölitz	poelitz	DE		1166	Europe/Berlin	53.77303	10.38276			01062056	10	00	01062	01062056
2852879	Pöling	poeling	DE		0	Europe/Berlin	51.82298	7.97264				07	055	05570	05570020
2852881	Polier	polier	DE		0	Europe/Berlin	51.67356	9.53865				06	00	03155	03155002
2852887	Pölert	poelert	DE		0	Europe/Berlin	49.7	6.91667				08	00	07235	07235047
2852891	Polenz	polenz	DE		0	Europe/Berlin	51.31978	12.64355				13	00	14729	14729070
2852892	Polenz	polenz	DE		0	Europe/Berlin	51.12143	13.457				13	00	14627	14627100
2852893	Polenz	polenz	DE		0	Europe/Berlin	51.02445	14.18198				13	00	14628	14628260
2852895	Polenhäuser	polenhaeuser	DE		0	Europe/Berlin	50.65454	12.34052				13	00	14523	14523280
2852896	Polditz	polditz	DE		0	Europe/Berlin	51.18224	12.8923		Polditz		13	00	14522	14522310
2852897	Polding	polding	DE		0	Europe/Berlin	48.46838	12.86725				02	092	09277	09277139
2852898	Polding	polding	DE		0	Europe/Berlin	48.28289	12.23396				02	091	09177	09177115
2852899	Poldering	poldering	DE		0	Europe/Berlin	48.68615	12.77234				02	092	09279	09279122
2852902	Polchower Heide	polchower-heide	DE		0	Europe/Berlin	53.93747	12.46516				12	00	13072	13072112
2852905	Pölchow	poelchow	DE		0	Europe/Berlin	54	11.1				12	00	13074	13074037
2852906	Pölching	polching	DE		0	Europe/Berlin	47.78048	12.31206				02	091	09187	09187114
2852910	Polbitz	polbitz	DE		0	Europe/Berlin	51.63309	12.92644		Polbitz		13	00	14730	14730120
2852911	Polau	polau	DE		0	Europe/Berlin	53.00482	10.83698				06	00	03360	03360018
2852918	Poitzendorf	poitzendorf	DE		0	Europe/Berlin	53.25143	9.36408				06	00	03357	03357013
2852919	Poitzen	poitzen	DE		0	Europe/Berlin	52.89834	10.12785				06	00	03351	03351010
2852920	Poititz	poititz	DE		0	Europe/Berlin	51.18765	13.24563				13	00	14627	14627130
2852923	Poitendorf	poitendorf	DE		0	Europe/Berlin	53.34491	11.85615				12	00	13076	13076168
2852924	Poissow	poissow	DE		0	Europe/Berlin	54.55787	13.60462				12	00	13073	13073052
2852927	Poischwitz	poischwitz	DE		0	Europe/Berlin	51.21983	12.89422		Poischwitz		13	00	14729	14729160
2852928	Poischendorf	poischendorf	DE		0	Europe/Berlin	53.76667	11.75				12	00	13076	13076011
2852932	Point	point	DE		0	Europe/Berlin	47.77875	11.68182				02	091	09182	09182134
2852933	Point	point	DE		0	Europe/Berlin	47.71877	11.94274				02	091	09182	09182114
2852934	Point	point	DE		0	Europe/Berlin	47.66166	11.74343				02	091	09182	09182124
2852935	Point	point	DE		0	Europe/Berlin	47.6	11.45				02	091	09173	09173131
2852942	Poikam	poikam	DE		0	Europe/Berlin	48.92938	12.01503				02	092	09273	09273116
2852943	Poign	poign	DE		0	Europe/Berlin	48.92865	12.09938				02	093	09375	09375180
2852944	Poigham	poigham	DE		0	Europe/Berlin	48.4143	13.25973				02	092	09275	09275149
2852945	Poigern	poigern	DE		0	Europe/Berlin	48.271	11.16512				02	091	09179	09179117
2852946	Poigenberg	poigenberg	DE		0	Europe/Berlin	48.21272	11.93673				02	091	09177	09177135
2852948	Pöhsig	poehsig	DE		0	Europe/Berlin	51.22913	12.83485				13	00	14729	14729160
2852949	Pohrsdorf	pohrsdorf	DE		0	Europe/Berlin	50.9963	13.52789		Pohrsdorf		13	00	14628	14628400
2852950	Pohritzsch	pohritzsch	DE		0	Europe/Berlin	51.54046	12.22624				13	00	14730	14730340
2852951	Pohnstorf	pohnstorf	DE		0	Europe/Berlin	53.91114	11.09915		Pohnstorf		12	00	13074	13074016
2852952	Pohnstorf	pohnstorf	DE		0	Europe/Berlin	53.86752	12.57782				12	00	13072	13072103
2852953	Pohnstorf	pohnstorf	DE		0	Europe/Berlin	53.80197	12.68166				12	00	13072	13072003
2852955	Pohnshallig	pohnshallig	DE		0	Europe/Berlin	54.5	8.93333				10	00	01054	01054091
2852961	Pohlstadt	pohlstadt	DE		0	Europe/Berlin	51.87439	8.11917				07	055	05570	05570020
2852965	Pöhls	poehls	DE		0	Europe/Berlin	53.89216	10.48085				10	00	01062	01062059
2852969	Pohlitz	pohlitz	DE		0	Europe/Berlin	52.18414	14.57804				11	00	12067	12067458
2852970	Pohlitz	pohlitz	DE		0	Europe/Berlin	51.13576	11.88757				14	00	15084	15084560
2852971	Pohlitz	pohlitz	DE		0	Europe/Berlin	50.93905	12.02525				15	00	16076	16076003
2852972	Pohlitz	pohlitz	DE		0	Europe/Berlin	50.66486	12.22276		Greiz-Pohlitz,Pohlitz		15	00	16076	16076022
2852973	Pohlhausen	pohlhausen	DE		0	Europe/Berlin	51.14748	7.18833				07	053	05378	05378032
2852974	Pohlhausen	pohlhausen	DE		0	Europe/Berlin	50.84611	7.29718		Pohlhausen		07	053	05382	05382040
2852975	Pohl Göns	pohl-goens	DE		0	Europe/Berlin	50.46133	8.65036				05	064	06440	06440005
2852977	Pohlen	pohlen	DE		0	Europe/Berlin	50.80725	12.16456				15	00	16076	16076043
2852979	Pöhlde	poehlde	DE		0	Europe/Berlin	51.61295	10.31434		Pohlde,Pöhlde		06	00	03159	03159019
2852985	Pohlbach	pohlbach	DE		0	Europe/Berlin	49.88333	6.88333				08	00	07231	07231105
2852986	Pöhlau	poehlau	DE		0	Europe/Berlin	50.71811	12.54837				13	00	14524	14524330
2852990	Pöhla	poehla	DE		0	Europe/Berlin	50.99414	12.29794				15	00	16077	16077044
2852991	Pöhla	poehla	DE		1281	Europe/Berlin	50.51143	12.81889		Pohla,Pöhla		13	00	14521	14521550
2852995	Pöhl	poehl	DE		0	Europe/Berlin	50.39311	12.32908		Poehl,Pohl,Pöhl		13	00	14523	14523370
2853001	Pogum	pogum	DE		0	Europe/Berlin	53.31797	7.25791				06	00	03457	03457012
2853002	Pogreß	pogress	DE		0	Europe/Berlin	53.55724	11.13911				12	00	13076	13076153
2853003	Pöglitz	poeglitz	DE		0	Europe/Berlin	54.13276	12.85044				12	00	13073	13073034
2853004	Poghausen	poghausen	DE		0	Europe/Berlin	53.33729	7.78191		Poghausen		06	00	03457	03457020
2853006	Poggersdorf	poggersdorf	DE		0	Europe/Berlin	49.31396	12.38839				02	093	09376	09376147
2853010	Poggenschlatt	poggenschlatt	DE		0	Europe/Berlin	52.8	8.23333				06	00	03453	03453005
2853012	Poggenpohl	poggenpohl	DE		0	Europe/Berlin	53.84706	10.61142				10	00	01062	01062025
2853015	Poggenort	poggenort	DE		0	Europe/Berlin	52.49242	7.62369				06	00	03459	03459017
2853019	Poggenhof	poggenhof	DE		0	Europe/Berlin	54.53191	13.174				12	00	13073	13073081
2853020	Poggenhagen	poggenhagen	DE		0	Europe/Berlin	52.4679	9.46121		Poggenhagen		06	00	03241	03241012
2853021	Poggenhagen	poggenhagen	DE		0	Europe/Berlin	52.22748	9.20603				06	00	03257	03257003
2853024	Poggendorf	poggendorf	DE		0	Europe/Berlin	54.0541	13.11905				12	00	13073	13073089
2853026	Poggenburg	poggenburg	DE		0	Europe/Berlin	52.65366	8.40097				06	00	03251	03251013
2853033	Poggemühlen	poggemuehlen	DE		0	Europe/Berlin	53.45366	9.03235				06	00	03357	03357004
2853035	Pogez	pogez	DE		0	Europe/Berlin	53.77005	10.9303				12	00	13074	13074013
2853040	Pöfersdorf	pofersdorf	DE		0	Europe/Berlin	49.17525	11.77631				02	093	09373	09373143
2853044	Podrosche	podrosche	DE		0	Europe/Berlin	51.47005	14.94561		Grenzkirch,Podrosche,Podrozdz,Podroždź		13	00	14626	14626250
2853045	Podling	podling	DE		0	Europe/Berlin	47.87283	11.53187				02	091	09173	09173118
2853047	Pödinghausen	poedinghausen	DE		0	Europe/Berlin	52.11261	8.54037				07	057	05758	05758008
2853049	Podewall	podewall	DE		0	Europe/Berlin	53.62232	13.27551				12	00	13071	13071145
2853050	Podendorf	podendorf	DE		0	Europe/Berlin	53.39706	9.72262				06	00	03353	03353025
2853051	Podemus	podemus	DE		0	Europe/Berlin	51.06107	13.62725				13	00	14612	14612000
2853053	Podelwitz	podelwitz	DE		0	Europe/Berlin	51.42744	12.38152		Podelwitz		13	00	14730	14730250
2853054	Podelwitz	podelwitz	DE		0	Europe/Berlin	51.15	12.83333		Podelwitz		13	00	14729	14729080
2853055	Pödelwitz	poedelwitz	DE		0	Europe/Berlin	51.1463	12.35048				13	00	14729	14729170
2853056	Podelwitz	podelwitz	DE		0	Europe/Berlin	50.91038	12.46862				15	00	16077	16077036
2853057	Podelsatz	podelsatz	DE		0	Europe/Berlin	50.87692	11.70229				15	00	16074	16074094
2853058	Pödelist	poedelist	DE		343	Europe/Berlin	51.20795	11.83279		Podelist,Pödelist		14	00	15084	15084135
2853059	Pödeldorf	podeldorf	DE		0	Europe/Berlin	49.91022	10.99148				02	094	09471	09471155
2853060	Podebuls	podebuls	DE		0	Europe/Berlin	51.00438	12.01383				14	00	15084	15084565
2853067	Pockes Ecke	pockes-ecke	DE		0	Europe/Berlin	51.65923	8.10872				07	059	05974	05974024
2853073	Pochra	pochra	DE		0	Europe/Berlin	51.32063	13.23331				13	00	14627	14627230
2853074	Pochermühle	pochermuhle	DE		0	Europe/Berlin	49.02149	13.28934				02	092	09276	09276130
2853075	Pochenmühle	pochenmuhle	DE		0	Europe/Berlin	48.30863	8.48353				01	083	08325	08325070
2853082	Pobüll	pobuell	DE		0	Europe/Berlin	54.60804	9.23431				10	00	01054	01054123
2853083	Pobles	pobles	DE		0	Europe/Berlin	51.2024	12.10875				14	00	15084	15084315
2853086	Pöbenhausen	pobenhausen	DE		0	Europe/Berlin	48.66943	11.72029				02	092	09273	09273113
2853087	Pobenhausen	pobenhausen	DE		0	Europe/Berlin	48.66258	11.38033				02	091	09185	09185140
2853093	Plüschow	plueschow	DE		541	Europe/Berlin	53.83572	11.26856		Pluschow,Plüschow		12	00	13074	13074079
2853094	Plunkau	plunkau	DE		0	Europe/Berlin	54.13217	10.73843				10	00	01055	01055002
2853095	Plunderdorf	plunderdorf	DE		0	Europe/Berlin	48.74586	12.07567				02	092	09274	09274176
2853097	Plumsdorf	plumsdorf	DE		0	Europe/Berlin	53.76609	10.95142				12	00	13074	13074013
2853098	Plumpsfort	plumpsfort	DE		0	Europe/Berlin	53.45559	8.77992				06	00	03352	03352059
2853099	Plummendorf	plummendorf	DE		0	Europe/Berlin	54.24437	12.50969				12	00	13073	13073001
2853100	Plumhof	plumhof	DE		0	Europe/Berlin	52.59575	9.70917				06	00	03241	03241019
2853102	Plumbohm	plumbohm	DE		0	Europe/Berlin	53.11337	10.95012				06	00	03354	03354006
2853104	Plüggentin	plueggentin	DE		0	Europe/Berlin	54.36241	13.29749				12	00	13073	13073079
2853105	Plügge	pluegge	DE		0	Europe/Berlin	54.27203	10.96097				10	00	01055	01055014
2853106	Plüderwiesenhof	pluderwiesenhof	DE		0	Europe/Berlin	48.83577	9.60398				01	081	08119	08119055
2853109	Pluckow	pluckow	DE		0	Europe/Berlin	54.55	13.6				12	00	13073	13073078
2853111	Plöwen	ploewen	DE		292	Europe/Berlin	53.46393	14.26472		Pleven,Pljoven,pu lei wen,Плевен,Плёвен,普勒文		12	00	13075	13075108
2853113	Plötzky	ploetzky	DE		1040	Europe/Berlin	52.05207	11.80202		Plotzky,Plötzky		14	00	15089	15089305
2853116	Plötzin	ploetzin	DE		0	Europe/Berlin	52.36302	12.82946				11	00	12069	12069656
2853118	Plötzensee	plotzensee	DE		0	Europe/Berlin	52.54162	13.30892				16	00	11000	11000000
2853126	Plötzenhof	ploetzenhof	DE		0	Europe/Berlin	52.46667	14.4				11	00	12064	12064130
2853128	Plotzen	plotzen	DE		0	Europe/Berlin	51.13754	14.59442		Blocany,Błócany,Plotzen		13	00	14625	14625230
2853130	Plötz	ploetz	DE		341	Europe/Berlin	53.87338	13.29221				12	00	13075	13075054
2853131	Plötz	ploetz	DE		801	Europe/Berlin	51.63775	11.94925		Plotz,Plötz		14	00	15088	15088216
2853132	Plottendorf	plottendorf	DE		0	Europe/Berlin	51.05493	12.43925				15	00	16077	16077048
2853133	Plotitz	plotitz	DE		0	Europe/Berlin	51.25679	13.24211				13	00	14627	14627260
2853137	Plotha	plotha	DE		0	Europe/Berlin	51.44461	13.18997		Plotha		13	00	14730	14730045
2853138	Plotha	plotha	DE		0	Europe/Berlin	51.15059	11.91643		Plotha		14	00	15084	15084490
2853139	Plößnitz	ploessnitz	DE		0	Europe/Berlin	51.53552	12.06232				14	00	15088	15088195
2853140	Plößnitz	ploessnitz	DE		0	Europe/Berlin	51.20821	11.65657				14	00	15084	15084285
2853143	Plossen	plossen	DE		0	Europe/Berlin	51.15	13.46667				13	00	14627	14627140
2853144	Plössen	plossen	DE		0	Europe/Berlin	49.85684	11.78841				02	094	09472	09472190
2853151	Plösitz	ploesitz	DE		0	Europe/Berlin	51.37656	12.51745				13	00	14730	14730300
2853153	Plösen	plosen	DE		0	Europe/Berlin	50.17933	11.74138				02	094	09475	09475154
2853154	Plösen	plosen	DE		0	Europe/Berlin	49.89859	11.4317				02	094	09472	09472167
2853155	Ploschwitz	ploschwitz	DE		0	Europe/Berlin	50.94199	13.85178				13	00	14628	14628250
2853157	Plörnbach	plornbach	DE		0	Europe/Berlin	48.46667	11.81667				02	091	09178	09178129
2853158	Plooheide	plooheide	DE		0	Europe/Berlin	51.60187	6.36802				07	051	05170	05170040
2853160	Plönjeshausen	ploenjeshausen	DE		0	Europe/Berlin	53.42907	9.19917				06	00	03357	03357008
2853162	Plön	ploen	DE		13068	Europe/Berlin	54.16241	10.42333		Plen,Pljon,Ploen,Ploena,Ploeoen,Plon,Plön,Plöön,Pløn,blwn,plwn,pu lun,Плен,Плён,بلون,پلون,پلێڤێن,普伦	01057	10	00	01057	01057057
2853163	Plömnitz	ploemnitz	DE		0	Europe/Berlin	51.74177	11.81331				14	00	15089	15089030
2853167	Plohn	plohn	DE		0	Europe/Berlin	50.57084	12.40148				13	00	14523	14523170
2853168	Plogshagen	plogshagen	DE		0	Europe/Berlin	54.52317	13.08712				12	00	13073	13073040
2853173	Plöcking	plocking	DE		0	Europe/Berlin	48.50739	11.4764				02	091	09186	09186151
2853174	Plöcking	plocking	DE		0	Europe/Berlin	48.42291	12.67526				02	092	09277	09277119
2853175	Plockhorst	plockhorst	DE		0	Europe/Berlin	52.43906	10.28079		Plockhorst		06	00	03157	03157001
2853176	Plöckendorf	plockendorf	DE		0	Europe/Berlin	49.30436	11.06744				02	095	09576	09576137
2853182	Plixenried	plixenried	DE		0	Europe/Berlin	48.35736	11.23234				02	091	09174	09174111
2853183	Plitting	plitting	DE		0	Europe/Berlin	49.14984	12.25951				02	093	09375	09375119
2853184	Plittershagen	plittershagen	DE		0	Europe/Berlin	50.88251	7.85808		Plittershagen		07	059	05970	05970016
2853185	Plittersdorf	plittersdorf	DE		0	Europe/Berlin	50.69464	7.15832		Plittersdorf		07	053	05314	05314000
2853186	Plittersdorf	plittersdorf	DE		0	Europe/Berlin	50.4988	6.90963				08	00	07131	07131047
2853187	Plittersdorf	plittersdorf	DE		0	Europe/Berlin	48.88267	8.15572				01	082	08216	08216043
2853188	Plitschenwinkel	plitschenwinkel	DE		0	Europe/Berlin	52.51625	11.1103				14	00	15081	15081135
2853189	Plitschard	plitschard	DE		0	Europe/Berlin	50.89719	6.11139		Merkstein-Plitschard,Plitschard		07	053	05334	05334016
2853191	Plinz	plinz	DE		0	Europe/Berlin	50.83397	11.50354				15	00	16074	16074057
2853195	Pließkowitz	pliesskowitz	DE		0	Europe/Berlin	51.2278	14.50539		Plusnikecy		13	00	14625	14625340
2853196	Plieskendorf	plieskendorf	DE		0	Europe/Berlin	51.72865	13.97044		Plieskendorf,Wjelchna		11	00	12066	12066052
2853198	Pliensbach	pliensbach	DE		0	Europe/Berlin	48.65233	9.5863				01	081	08117	08117060
2853199	Plieningen	plieningen	DE		0	Europe/Berlin	48.7008	9.21664				01	081	08111	08111000
2853203	Pley	pley	DE		0	Europe/Berlin	50.84643	6.10127				07	053	05334	05334036
2853204	Pleutersbach	pleutersbach	DE		0	Europe/Berlin	49.45263	8.95132		Pleutersbach		01	082	08226	08226013
2853205	Pleußen	pleussen	DE		0	Europe/Berlin	49.9836	12.26667				02	093	09377	09377141
2853208	Plettenburg	plettenburg	DE		0	Europe/Berlin	51.09032	7.20458		Plettenburg		07	053	05378	05378032
2853215	Plesten	plesten	DE		0	Europe/Berlin	50.2668	11.15696				02	094	09473	09473151
2853216	Plessow	plessow	DE		0	Europe/Berlin	52.38564	12.87726		Plessow		11	00	12069	12069656
2853229	Plessa Süd	plessa-sued	DE		0	Europe/Berlin	51.43366	13.63072				11	00	12062	12062372
2853234	Plereit	plereit	DE		0	Europe/Berlin	47.82457	12.71781				02	091	09189	09189145
2853235	Pleofen	pleofen	DE		0	Europe/Berlin	49.98261	11.43099		Pleofen		02	094	09472	09472131
2853236	Plenting	plenting	DE		0	Europe/Berlin	49.05896	12.60424				02	092	09278	09278179
2853237	Plennschütz	plennschuetz	DE		0	Europe/Berlin	51.15365	11.91921				14	00	15084	15084490
2853238	Plennin	plennin	DE		0	Europe/Berlin	54.17412	12.61956				12	00	13073	13073085
2853243	Pleitmannswang	pleitmannswang	DE		0	Europe/Berlin	48.10923	11.11324		Pleitmannswang		02	091	09179	09179149
2853246	Pleisweiler	pleisweiler	DE		0	Europe/Berlin	49.11611	8.00361				08	00	07337	07337062
2853248	Pleißenhaus	pleissenhaus	DE		0	Europe/Berlin	50.71667	12.38333				13	00	14524	14524300
2853252	Pleismar	pleismar	DE		0	Europe/Berlin	51.17783	11.59858				14	00	15084	15084012
2853255	Pleiserhohn	pleiserhohn	DE		0	Europe/Berlin	50.72554	7.29046				07	053	05382	05382024
2853256	Pleisdorf	pleisdorf	DE		0	Europe/Berlin	49.82438	12.14274				02	093	09374	09374168
2853258	Pleinting	pleinting	DE		0	Europe/Berlin	48.65972	13.12028		Pleinting		02	092	09275	09275154
2853259	Pleining	pleining	DE		0	Europe/Berlin	48.3056	12.81748				02	091	09171	09171115
2853262	Pleiling	pleiling	DE		0	Europe/Berlin	48.80467	11.6123				02	091	09186	09186158
2853263	Pleikershof	pleikershof	DE		0	Europe/Berlin	49.44045	10.8744				02	095	09573	09573114
2853264	Pleikartshof	pleikartshof	DE		0	Europe/Berlin	49.33376	10.23677				02	095	09571	09571152
2853265	Pleikartsforst	pleikartsforst	DE		0	Europe/Berlin	49.38333	8.65		Forsterhof,Försterhof,Pleikartsforst		01	082	08221	08221000
2853268	Pleetz	pleetz	DE		0	Europe/Berlin	53.6574	13.47724				12	00	13071	13071028
2853269	Pledorf	pledorf	DE		0	Europe/Berlin	48.5061	12.83472				02	092	09277	09277144
2853270	Pledl	pledl	DE		0	Europe/Berlin	48.72517	13.07897				02	092	09271	09271153
2853273	Pleckenthal	pleckenthal	DE		0	Europe/Berlin	48.635	13.1475		Pleckental,Pleckenthal		02	092	09275	09275154
2853277	Plechhammer	plechhammer	DE		0	Europe/Berlin	49.5004	12.46634		Plechhammer		02	093	09376	09376151
2853279	Plaußig	plaussig	DE		0	Europe/Berlin	51.39228	12.45314				13	00	14713	14713000
2853287	Plauerhof	plauerhof	DE		0	Europe/Berlin	52.41098	12.45009				11	00	12051	12051000
2853299	Platzhof	platzhof	DE		0	Europe/Berlin	49.22919	9.53406				01	081	08126	08126066
2853300	Platzfelde	platzfelde	DE		0	Europe/Berlin	52.75515	13.98079				11	00	12064	12064125
2853304	Plätz	plaetz	DE		0	Europe/Berlin	52.73847	11.88669				14	00	15090	15090180
2853305	Platz	platz	DE		0	Europe/Berlin	50.27592	9.91031				02	096	09672	09672126
2853309	Platvitz	platvitz	DE		0	Europe/Berlin	54.41401	13.35647				12	00	13073	13073063
2853315	Plattenthal	plattenthal	DE		0	Europe/Berlin	50.60586	13.0554		Plattenthal		13	00	14521	14521630
2853329	Plattenhardt	plattenhardt	DE		0	Europe/Berlin	48.65403	9.19663				01	081	08116	08116077
2853332	Plattenburg	plattenburg	DE		4049	Europe/Berlin	52.95919	12.02951		Platenburg,Plattenburg,pu la teng bao,Платенбург,Платтенбург,普拉滕堡	12070302	11	00	12070	12070302
2853335	Plattenberg	plattenberg	DE		0	Europe/Berlin	51.39001	8.64733				07	059	05958	05958012
2853336	Plattenberg	plattenberg	DE		0	Europe/Berlin	48.1112	12.73914				02	091	09171	09171113
2853356	Platteheide	platteheide	DE		0	Europe/Berlin	51.435	7.76242				07	059	05962	05962040
2853392	Platschütz	platschuetz	DE		0	Europe/Berlin	50.92637	12.33966				15	00	16077	16077043
2853393	Platschow	platschow	DE		0	Europe/Berlin	53.25323	11.84201				12	00	13076	13076160
2853397	Platkow	platkow	DE		0	Europe/Berlin	52.58433	14.32282				11	00	12064	12064190
2853398	Platjenwerbe	platjenwerbe	DE		0	Europe/Berlin	53.18391	8.68248				06	00	03356	03356008
2853400	Plathe	plathe	DE		0	Europe/Berlin	52.76793	11.43822				14	00	15081	15081240
2853401	Plath	plath	DE		0	Europe/Berlin	53.46994	13.46186				12	00	13071	13071090
2853402	Platenlaase	platenlaase	DE		0	Europe/Berlin	53.03208	11.08256				06	00	03354	03354011
2853403	Platenhörn	platenhoern	DE		0	Europe/Berlin	54.43056	9.05283				10	00	01054	01054132
2853404	Platenhof	platenhof	DE		0	Europe/Berlin	53.09405	11.77362				11	00	12070	12070296
2853405	Plateka	plateka	DE		0	Europe/Berlin	51.10034	12.50605				13	00	14729	14729050
2853411	Plastau	plastau	DE		0	Europe/Berlin	52.65991	10.85388				06	00	03151	03151040
2853416	Plärn	plarn	DE		0	Europe/Berlin	49.83559	12.07579				02	093	09377	09377116
2853417	Plapphof	plapphof	DE		0	Europe/Berlin	48.98151	9.67325				01	081	08127	08127023
2853420	Plantlünne	plantluenne	DE		0	Europe/Berlin	52.43178	7.42607				06	00	03454	03454034
2853425	Plantage	plantage	DE		0	Europe/Berlin	50.8954	7.16154				07	053	05378	05378028
2853426	Plantage	plantage	DE		0	Europe/Berlin	49.91667	11.58333				02	094	09462	09462000
2853427	Plantage	plantage	DE		0	Europe/Berlin	48.58333	13.43333				02	092	09262	09262000
2853430	Planschwitz	planschwitz	DE		0	Europe/Berlin	50.41913	12.09929				13	00	14523	14523300
2853433	Plankstetten	plankstetten	DE		0	Europe/Berlin	49.0692	11.45333				02	093	09373	09373112
2853436	Plankorth	plankorth	DE		0	Europe/Berlin	52.58818	7.4092				06	00	03454	03454002
2853437	Plankenstein	plankenstein	DE		0	Europe/Berlin	49.89414	11.34983				02	094	09472	09472176
2853440	Plankenheide	plankenheide	DE		0	Europe/Berlin	51.36073	6.24871				07	051	05166	05166016
2853441	Plankenhammer	plankenhammer	DE		0	Europe/Berlin	49.72795	12.29864				02	093	09374	09374121
2853447	Plankenbach	plankenbach	DE		0	Europe/Berlin	48.50862	12.96916				02	092	09277	09277114
2853449	Planken	planken	DE		0	Europe/Berlin	52.3471	11.48562				14	00	15083	15083270
2853453	Plänitz	plaenitz	DE		0	Europe/Berlin	52.87783	12.40614				11	00	12068	12068324
2853454	Planitz	planitz	DE		0	Europe/Berlin	51.15068	13.3442				13	00	14627	14627080
2853455	Planitz	planitz	DE		0	Europe/Berlin	50.68645	12.46414				13	00	14524	14524330
2853456	Planig	planig	DE		0	Europe/Berlin	49.86204	7.9125		Planig		08	00	07133	07133006
2853460	Planena	planena	DE		0	Europe/Berlin	51.4135	11.95949		Planena		14	00	15002	15002000
2853465	Plan	plan	DE		0	Europe/Berlin	50.93807	14.12756				13	00	14628	14628320
2853467	Plaiken	plaiken	DE		0	Europe/Berlin	47.60054	11.1476		Plaicken,Plaiken		02	091	09180	09180131
2853468	Plaika	plaika	DE		0	Europe/Berlin	48.47987	12.39036				02	092	09274	09274135
2853474	Plagwitz	plagwitz	DE		0	Europe/Berlin	51.31938	12.32702		Leipzig-Plagwitz,Plagwitz		13	00	14713	14713000
2853475	Plagwitz	plagwitz	DE		0	Europe/Berlin	51.39246	12.6269				13	00	14729	14729250
2853476	Plaggenschale	plaggenschale	DE		0	Europe/Berlin	52.49407	7.78545				06	00	03459	03459026
2853478	Plaggenkrug	plaggenkrug	DE		0	Europe/Berlin	53.36707	8.06233				06	00	03455	03455026
2853481	Plaggenburg	plaggenburg	DE		0	Europe/Berlin	53.25574	7.58256				06	00	03457	03457016
2853482	Plaggenburg	plaggenburg	DE		0	Europe/Berlin	53.50966	7.53891		Plaggenburg		06	00	03452	03452001
2853485	Pladerberg	pladerberg	DE		0	Europe/Berlin	50.91892	14.08844				13	00	14628	14628210
2853487	Plackersdorf	plackersdorf	DE		0	Europe/Berlin	48.32316	12.62391				02	091	09171	09171127
2853490	Placken	placken	DE		0	Europe/Berlin	52.14589	8.44785				07	057	05758	05758032
2853491	Placke	placke	DE		0	Europe/Berlin	52.14991	8.26106				06	00	03459	03459024
2853496	Pixwaag	pixwaag	DE		0	Europe/Berlin	51.15191	7.3311		Pixwaag		07	053	05374	05374016
2853498	Pixel	pixel	DE		0	Europe/Berlin	51.89545	8.27793				07	057	05754	05754020
2853499	Pixberg	pixberg	DE		0	Europe/Berlin	51.15841	7.33672		Pixberg		07	053	05374	05374016
2853502	Pivitsort	pivitsort	DE		0	Europe/Berlin	52.03816	8.77211				07	057	05766	05766008
2853503	Pivitsheide Vogtei Lage	pivitsheide-vogtei-lage	DE		0	Europe/Berlin	51.95	8.78333				07	057	05766	05766020
2853504	Pivitsheide Vogtei Heiden	pivitsheide-vogtei-heiden	DE		0	Europe/Berlin	51.95432	8.81352				07	057	05766	05766020
2853505	Piusheim	piusheim	DE		0	Europe/Berlin	47.9582	11.89519				02	091	09175	09175113
2853506	Pitzschendorf	pitzschendorf	DE		0	Europe/Berlin	51.07281	11.91672				14	00	15084	15084375
2853509	Pitzling	pitzling	DE		0	Europe/Berlin	49.25019	12.60348				02	093	09372	09372146
2853510	Pitzling	pitzling	DE		0	Europe/Berlin	48.6536	12.87987				02	092	09279	09279113
2853511	Pitzling	pitzling	DE		0	Europe/Berlin	48.01404	10.88282				02	091	09181	09181130
2853515	Pitzeshofen	pitzeshofen	DE		0	Europe/Berlin	47.96399	11.02573				02	091	09181	09181114
2853519	Pittrichsberg	pittrichsberg	DE		0	Europe/Berlin	48.8533	13.34655				02	092	09272	09272147
2853520	Pittrich	pittrich	DE		0	Europe/Berlin	48.92658	12.52654				02	092	09278	09278141
2853522	Pittersdorf	pittersdorf	DE		0	Europe/Berlin	49.89549	11.50364				02	094	09472	09472155
2853523	Pittersdorf	pittersdorf	DE		0	Europe/Berlin	48.58589	11.7657				02	091	09178	09178122
2853524	Pittersberg	pittersberg	DE		0	Europe/Berlin	49.36906	12.02923		Pittersberg		02	093	09371	09371118
2853525	Pittersberg	pittersberg	DE		0	Europe/Berlin	48.79638	13.5632				02	092	09272	09272118
2853529	Pittchenmühle	pittchenmuehle	DE		0	Europe/Berlin	52.28333	13.53333				11	00	12061	12061332
2853530	Pitschütz	pitschuetz	DE		0	Europe/Berlin	51.19251	13.26975				13	00	14627	14627130
2853532	Pitschen	pitschen	DE		0	Europe/Berlin	51.87368	13.58606				11	00	12061	12061219
2853533	Pitscheid	pitscheid	DE		0	Europe/Berlin	50.46229	6.82937				08	00	07131	07131033
2853534	Pistre	pistre	DE		0	Europe/Berlin	48.21755	9.31027				01	084	08437	08437047
2853537	Pistlwies	pistlwies	DE		0	Europe/Berlin	49.26183	12.04139				02	093	09376	09376119
2853539	Pisterhausen	pisterhausen	DE		0	Europe/Berlin	51.03595	7.17048				07	053	05378	05378020
2853542	Pissighofen	pissighofen	DE		0	Europe/Berlin	50.21667	7.78333				08	00	07141	07141055
2853544	Pissen	pissen	DE		0	Europe/Berlin	51.32404	12.15227				14	00	15088	15088205
2853545	Pisselberg	pisselberg	DE		0	Europe/Berlin	53.11252	11.07594				06	00	03354	03354004
2853546	Pißdorf	pissdorf	DE		0	Europe/Berlin	51.79268	12.00974		Pissdorf,Pißdorf		14	00	15082	15082256
2853547	Pissau	pissau	DE		0	Europe/Berlin	49.33338	12.33186		Pissau		02	093	09376	09376147
2853549	Pisling	pisling	DE		0	Europe/Berlin	48.60811	13.60107				02	092	09275	09275126
2853550	Piskowitz	piskowitz	DE		0	Europe/Berlin	51.28386	14.18782		Peskecy,Piskowitz,Pěskecy		13	00	14625	14625350
2853551	Piskowitz	piskowitz	DE		0	Europe/Berlin	51.19624	13.37136				13	00	14627	14627130
2853552	Piskowitz	piskowitz	DE		0	Europe/Berlin	51.10396	13.4362				13	00	14627	14627100
2853555	Pisede	pisede	DE		0	Europe/Berlin	53.91389	12.78714				12	00	13071	13071027
2853556	Pisede	pisede	DE		0	Europe/Berlin	53.7588	12.73947				12	00	13071	13071092
2853557	Pischlsdorf	pischlsdorf	DE		0	Europe/Berlin	48.50218	11.74167				02	091	09178	09178115
2853559	Pischlach	pischlach	DE		0	Europe/Berlin	47.74891	10.97631				02	091	09190	09190117
2853560	Pischetsried	pischetsried	DE		0	Europe/Berlin	47.83278	11.34214		Pischetsried		02	091	09173	09173137
2853562	Pischelsdorf	pischelsdorf	DE		0	Europe/Berlin	48.57332	12.41198				02	092	09279	09279124
2853563	Pischelsdorf	pischelsdorf	DE		0	Europe/Berlin	48.5536	12.69414				02	092	09279	09279135
2853564	Pischelsdorf	pischelsdorf	DE		0	Europe/Berlin	48.44159	11.46729				02	091	09186	09186146
2853565	Pischelsberg	pischelsberg	DE		0	Europe/Berlin	48.40164	12.72343				02	092	09277	09277116
2853566	Pischeldorf	pischeldorf	DE		0	Europe/Berlin	49.61737	12.15788				02	093	09374	09374146
2853567	Pischdorf	pischdorf	DE		0	Europe/Berlin	49.46077	12.30695				02	093	09376	09376133
2853569	Pirzental	pirzental	DE		0	Europe/Berlin	50.77947	7.70552				08	00	07132	07132117
2853575	Pirloerheide	pirloerheide	DE		0	Europe/Berlin	51.59258	6.34639				07	051	05154	05154032
2853576	Pirking	pirking	DE		0	Europe/Berlin	48.70874	13.35818				02	092	09275	09275135
2853577	Pirkhof	pirkhof	DE		0	Europe/Berlin	49.48782	12.45886				02	093	09376	09376151
2853578	Pirket	pirket	DE		0	Europe/Berlin	48.43843	11.3627				02	091	09174	09174147
2853579	Pirket	pirket	DE		0	Europe/Berlin	48.37936	12.59188				02	091	09183	09183131
2853580	Pirkern	pirkern	DE		0	Europe/Berlin	48.06637	12.64627				02	091	09171	09171134
2853581	Pirkensee	pirkensee	DE		0	Europe/Berlin	49.16342	12.07703				02	093	09376	09376141
2853583	Pirkenbrunn	pirkenbrunn	DE		0	Europe/Berlin	48.845	11.71241				02	091	09176	09176153
2853584	Pirken	pirken	DE		0	Europe/Berlin	48.42676	12.33199				02	092	09274	09274184
2853586	Pirkau	pirkau	DE		0	Europe/Berlin	51.09874	12.13938				14	00	15084	15084590
2853587	Pirkachshof	pirkachshof	DE		0	Europe/Berlin	49.65317	10.62312				02	095	09575	09575150
2853588	Pirkach	pirkach	DE		0	Europe/Berlin	49.53529	10.79464				02	095	09575	09575121
2853589	Pirkach	pirkach	DE		0	Europe/Berlin	49.17553	11.57453				02	093	09373	09373119
2853590	Pirka	pirka	DE		0	Europe/Berlin	49.10421	12.88573				02	092	09276	09276144
2853591	Pirka	pirka	DE		0	Europe/Berlin	48.52983	12.68197				02	092	09279	09279135
2853592	Pirka	pirka	DE		0	Europe/Berlin	48.37519	12.05754				02	091	09177	09177138
2853601	Pirgo	pirgo	DE		0	Europe/Berlin	53.04822	7.90452				06	00	03453	03453007
2853603	Pirach	pirach	DE		0	Europe/Berlin	48.37838	12.64026				02	092	09277	09277133
2853604	Pirach	pirach	DE		0	Europe/Berlin	48.27174	12.9063				02	092	09277	09277154
2853605	Pirach	pirach	DE		0	Europe/Berlin	48.17918	12.70442				02	091	09171	09171121
2853606	Pirach	pirach	DE		0	Europe/Berlin	48.14745	12.75951				02	091	09171	09171113
2853607	Pirach	pirach	DE		0	Europe/Berlin	48.00784	12.7844				02	091	09189	09189118
2853608	Pirach	pirach	DE		0	Europe/Berlin	47.99587	12.55878				02	091	09189	09189157
2853609	Pirach	pirach	DE		0	Europe/Berlin	47.95915	12.21311				02	091	09187	09187181
2853612	Pipping	pipping	DE		0	Europe/Berlin	48.15627	11.45764				02	091	09162	09162000
2853613	Pippensen	pippensen	DE		0	Europe/Berlin	53.43791	9.69192				06	00	03359	03359010
2853614	Pippenhof	pippenhof	DE		0	Europe/Berlin	49.23113	10.90364		Pippenhof		02	095	09576	09576111
2853615	Pippelsdorf	pippelsdorf	DE		0	Europe/Berlin	50.56952	11.29592				15	00	16073	16073067
2853616	Piplockenburg	piplockenburg	DE		0	Europe/Berlin	52.42388	11.19301				14	00	15083	15083125
2853617	Pipinsried	pipinsried	DE		0	Europe/Berlin	48.40584	11.2906				02	091	09174	09174111
2853619	Piperkaten	piperkaten	DE		0	Europe/Berlin	53.45	10.7				12	00	13076	13076122
2853622	Pinzing	pinzing	DE		0	Europe/Berlin	49.26841	12.72415				02	093	09372	09372174
2853623	Pinzig	pinzig	DE		0	Europe/Berlin	50.26826	11.78167				02	094	09475	09475165
2853624	Pinzgau	pinzgau	DE		0	Europe/Berlin	48.08131	12.52815				02	091	09189	09189149
2853625	Pinzenhof	pinzenhof	DE		0	Europe/Berlin	49.852	11.94603				02	093	09377	09377129
2853629	Pinsweiler	pinsweiler	DE		0	Europe/Berlin	49.52567	7.16316		Pinsweiler		09	00	10046	10046113
2853630	Pinswang	pinswang	DE		0	Europe/Berlin	47.85851	12.3299				02	091	09187	09187168
2853631	Pinswang	pinswang	DE		0	Europe/Berlin	47.78343	12.16517				02	091	09187	09187154
2853632	Pinsmaier	pinsmaier	DE		0	Europe/Berlin	48.15639	12.62485				02	091	09171	09171135
2853636	Pinnowhof	pinnowhof	DE		0	Europe/Berlin	53.90525	11.71111				12	00	13074	13074023
2853642	Pinnower Schleuse	pinnower-schleuse	DE		0	Europe/Berlin	52.71706	13.23749				11	00	12065	12065256
2853654	Pinnewitz	pinnewitz	DE		0	Europe/Berlin	51.12251	13.30968				13	00	14627	14627180
2853656	Pinnebergerdorf	pinnebergerdorf	DE		0	Europe/Berlin	53.67357	9.7968				10	00	01056	01056039
2853660	Pinnau	pinnau	DE		0	Europe/Berlin	53.18099	11.0786				06	00	03355	03355049
2853661	Pinn	pinn	DE		0	Europe/Berlin	50.81504	7.31149				07	053	05382	05382040
2853662	Pinkowitz	pinkowitz	DE		0	Europe/Berlin	51.10472	13.5485		Pinkowitz		13	00	14627	14627100
2853663	Pinkofen	pinkofen	DE		0	Europe/Berlin	48.82551	12.21697				02	093	09375	09375196
2853664	Pinkler	pinkler	DE		0	Europe/Berlin	51.79725	9.8409				06	00	03155	03155013
2853666	Pingsheim	pingsheim	DE		0	Europe/Berlin	50.79977	6.69297				07	053	05358	05358052
2853667	Pingsdorf	pingsdorf	DE		0	Europe/Berlin	50.81478	6.88886				07	053	05362	05362012
2853670	Pingarten	pingarten	DE		0	Europe/Berlin	49.31869	12.32644				02	093	09376	09376116
2853671	Pinache	pinache	DE		0	Europe/Berlin	48.90745	8.8492		Pinache		01	082	08236	08236065
2853684	Pilzdörfel	pilzdoerfel	DE		0	Europe/Berlin	51.05519	14.40666				13	00	14625	14625560
2853688	Pilsum	pilsum	DE		0	Europe/Berlin	53.48273	7.06334				06	00	03452	03452014
2853694	Pilsheim	pilsheim	DE		0	Europe/Berlin	49.2715	11.96377				02	093	09376	09376119
2853697	Pilsdorf	pilsdorf	DE		0	Europe/Berlin	50.71829	13.39699		Pilsdorf		13	00	14522	14522520
2853701	Pilmersreuth an der Straße	pilmersreuth-an-der-strasse	DE		0	Europe/Berlin	49.83309	12.30769		Pilmersreuth,Pilmersreuth an der Strasse,Pilmersreuth an der Straße		02	093	09377	09377154
2853702	Pilmersreuth am Wald	pilmersreuth-am-wald	DE		0	Europe/Berlin	49.90763	12.4294		Pilmersreuth		02	093	09377	09377154
2853703	Pilmeroth	pilmeroth	DE		0	Europe/Berlin	49.89782	7.15121				08	00	07231	07231070
2853704	Pilm	pilm	DE		0	Europe/Berlin	52.08066	11.76906				14	00	15086	15086055
2853707	Pillnitz	pillnitz	DE		0	Europe/Berlin	51.0073	13.87565		pi er ni ci,皮尔尼茨		13	00	14612	14612000
2853708	Pillnach	pillnach	DE		0	Europe/Berlin	48.97612	12.49212				02	092	09278	09278141
2853709	Pillmersried	pillmersried	DE		0	Europe/Berlin	49.39205	12.51086				02	093	09372	09372154
2853710	Pillmersreuth	pillmersreuth	DE		0	Europe/Berlin	50.26335	11.66567				02	094	09475	09475169
2853711	Pillmansgrün	pillmansgruen	DE		0	Europe/Berlin	50.44177	12.27959				13	00	14523	14523460
2853713	Pillmannsberg	pillmannsberg	DE		0	Europe/Berlin	49.09878	12.22997				02	093	09375	09375119
2853714	Pillkofen	pillkofen	DE		0	Europe/Berlin	48.35653	11.97195				02	091	09177	09177120
2853715	Pillingsen	pillingsen	DE		0	Europe/Berlin	51.34966	7.64949				07	059	05962	05962024
2853717	Pillingerhof	pillingerhof	DE		0	Europe/Berlin	49.48566	6.40891				09	00	10042	10042115
2853718	Pilling	pilling	DE		0	Europe/Berlin	48.88977	12.88534				02	092	09271	09271140
2853719	Pilling	pilling	DE		0	Europe/Berlin	48.8666	12.44934				02	092	09278	09278172
2853720	Pilling	pilling	DE		0	Europe/Berlin	48.68235	13.37083				02	092	09275	09275135
2853723	Pillhofen	pillhofen	DE		0	Europe/Berlin	48.4824	11.91702				02	091	09178	09178143
2853725	Pillham	pillham	DE		0	Europe/Berlin	48.45264	13.31945				02	092	09275	09275145
2853726	Pillgram	pillgram	DE		0	Europe/Berlin	52.33089	14.39613		Pillgram		11	00	12067	12067237
2853727	Pillersberg	pillersberg	DE		0	Europe/Berlin	49.01209	12.76724				02	092	09278	09278129
2853728	Pillenreuth	pillenreuth	DE		0	Europe/Berlin	49.38001	11.07253				02	095	09564	09564000
2853730	Pillenbruch	pillenbruch	DE		0	Europe/Berlin	52.09375	8.83781				07	057	05766	05766008
2853732	Pilgramsreuth	pilgramsreuth	DE		0	Europe/Berlin	50.22233	12.029				02	094	09475	09475162
2853733	Pilgramsreuth	pilgramsreuth	DE		0	Europe/Berlin	49.94782	12.03186				02	093	09377	09377148
2853734	Pilgramshof	pilgramshof	DE		0	Europe/Berlin	49.50593	11.61916				02	093	09371	09371141
2853735	Pilgramsberg	pilgramsberg	DE		0	Europe/Berlin	49.03104	12.61043				02	092	09278	09278179
2853736	Pilgramsberg	pilgramsberg	DE		0	Europe/Berlin	48.76653	13.64597				02	092	09272	09272151
2853737	Pilghausen	pilghausen	DE		0	Europe/Berlin	51.15	7.05				07	051	05122	05122000
2853738	Pilgerzell	pilgerzell	DE		0	Europe/Berlin	50.52121	9.7322				05	066	06631	06631017
2853739	Pilgerndorf	pilgerndorf	DE		0	Europe/Berlin	49.93437	11.34235				02	094	09472	09472154
2853742	Pildenau	pildenau	DE		0	Europe/Berlin	48.30141	13.12725				02	092	09277	09277118
2853743	Pilchau	pilchau	DE		0	Europe/Berlin	49.51488	12.33518				02	093	09374	09374159
2853744	Pilberskofen	pilberskofen	DE		0	Europe/Berlin	48.63669	12.56564				02	092	09279	09279125
2853748	Pikard	pikard	DE		0	Europe/Berlin	49.29846	6.72897				09	00	10044	10044115
2853749	Pignet	pignet	DE		0	Europe/Berlin	49.05981	12.92765				02	092	09276	09276144
2853750	Piflitz	piflitz	DE		0	Europe/Berlin	49.05504	13.00833				02	092	09276	09276122
2853751	Piflitz	piflitz	DE		0	Europe/Berlin	48.38082	11.4965				02	091	09174	09174136
2853753	Piflas	piflas	DE		0	Europe/Berlin	48.55676	12.16677				02	092	09274	09274126
2853757	Pieverstorf	pieverstorf	DE		0	Europe/Berlin	53.81524	11.14183				12	00	13074	13074005
2853758	Pieverstorf	pieverstorf	DE		0	Europe/Berlin	53.45382	12.95408				12	00	13071	13071080
2853759	Pievens	pievens	DE		0	Europe/Berlin	53.6341	7.89676				06	00	03455	03455020
2853761	Pietzschwitz	pietzschwitz	DE		0	Europe/Berlin	51.1995	14.29534		Becicy,Běčicy,Pietzschwitz		13	00	14625	14625150
2853764	Pietzing	pietzing	DE		0	Europe/Berlin	47.86353	12.24187				02	091	09187	09187167
2853765	Pietzenkirchen	pietzenkirchen	DE		0	Europe/Berlin	47.86221	12.25133				02	091	09187	09187167
2853768	Pietsham	pietsham	DE		0	Europe/Berlin	48.26012	12.32495				02	091	09183	09183138
2853770	Pietling	pietling	DE		0	Europe/Berlin	48.01663	12.79924				02	091	09189	09189118
2853772	Pietenfeld an der Leithen	pietenfeld-an-der-leithen	DE		0	Europe/Berlin	48.87488	11.23322		Pietenfeld an der Leithen		02	091	09176	09176123
2853773	Pietenfeld	pietenfeld	DE		0	Europe/Berlin	48.86166	11.23938		Pietenfeld		02	091	09176	09176111
2853774	Pietenberg	pietenberg	DE		0	Europe/Berlin	48.16779	12.43806				02	091	09183	09183145
2853775	Piesting	piesting	DE		0	Europe/Berlin	48.47199	13.26638				02	092	09275	09275145
2853776	Piesteritz	piesteritz	DE		4000	Europe/Berlin	51.86956	12.59835		Piesteritz		14	00	15091	15091375
2853778	Pießig	piessig	DE		0	Europe/Berlin	51.67676	13.68289				11	00	12062	12062469
2853780	Pieskow	pieskow	DE		0	Europe/Berlin	52.26724	14.06813		Pieskow,Pieskow-Sud,Pieskow-Süd		11	00	12067	12067024
2853781	Pieskow	pieskow	DE		0	Europe/Berlin	52.05548	14.23089				11	00	12067	12067137
2853783	Piesing	piesing	DE		0	Europe/Berlin	48.20643	12.86096				02	091	09171	09171118
2853784	Piesigitz	piesigitz	DE		0	Europe/Berlin	50.69711	11.97021				15	00	16076	16076087
2853786	Piesenkofen	piesenkofen	DE		0	Europe/Berlin	48.96168	12.14993				02	093	09375	09375179
2853787	Piesenkofen	piesenkofen	DE		0	Europe/Berlin	48.40804	12.46489				02	091	09183	09183115
2853788	Piesenkam	piesenkam	DE		0	Europe/Berlin	47.81189	11.66765				02	091	09182	09182134
2853790	Piesenhausen	piesenhausen	DE		0	Europe/Berlin	47.76313	12.45021				02	091	09189	09189129
2853791	Piesenham	piesenham	DE		0	Europe/Berlin	48.15206	12.38811				02	091	09183	09183122
2853792	Piesenberg	piesenberg	DE		0	Europe/Berlin	48.03118	12.78122				02	091	09189	09189152
2853794	Piesdorf	piesdorf	DE		0	Europe/Berlin	51.66491	11.65439				14	00	15089	15089195
2853795	Pieschen	pieschen	DE		0	Europe/Berlin	51.07484	13.72587				13	00	14612	14612000
2853798	Piesbach	piesbach	DE		0	Europe/Berlin	49.38882	6.80354		Piesbach		09	00	10044	10044113
2853801	Piering	piering	DE		0	Europe/Berlin	48.81679	12.57897				02	092	09278	09278182
2853802	Piering	piering	DE		0	Europe/Berlin	48.38446	12.57061				02	091	09183	09183129
2853807	Pierheim	pierheim	DE		0	Europe/Berlin	49.18361	11.26099				02	095	09576	09576127
2853808	Pierburg	pierburg	DE		0	Europe/Berlin	51.38333	6.95				07	051	05113	05113000
2853810	Pier	pier	DE		0	Europe/Berlin	50.86207	6.3972		Pier		07	053	05358	05358020
2853812	Piepersberg	piepersberg	DE		0	Europe/Berlin	51.16352	7.26184				07	051	05120	05120000
2853814	Pieperhöfen	pieperhoefen	DE		0	Europe/Berlin	52.98333	10.62069				06	00	03360	03360025
2853816	Pieper	pieper	DE		0	Europe/Berlin	51.28333	6.23333				07	051	05166	05166016
2853821	Piepenstöken	piepenstoeken	DE		0	Europe/Berlin	51.33333	7.43333				07	059	05914	05914000
2853822	Piependamm	piependamm	DE		0	Europe/Berlin	53.21667	8.48333				06	00	03461	03461001
2853824	Piepenbrink	piepenbrink	DE		0	Europe/Berlin	52.18468	8.41517				06	00	03459	03459024
2853829	Piene	piene	DE		0	Europe/Berlin	51.07189	7.7036		Piene		07	053	05374	05374012
2853832	Pielweichs	pielweichs	DE		0	Europe/Berlin	48.76857	12.86175				02	092	09271	09271146
2853835	Pielkenkreuz	pielkenkreuz	DE		0	Europe/Berlin	54.39643	8.80007				10	00	01054	01054135
2853836	Pielitz	pielitz	DE		0	Europe/Berlin	51.13651	14.4889		Pielitz,Splosk,Splósk		13	00	14625	14625290
2853845	Piel	piel	DE		0	Europe/Berlin	49.0622	12.08548				02	093	09375	09375165
2853847	Piekenbrock	piekenbrock	DE		0	Europe/Berlin	51.76224	7.55969				07	055	05558	05558028
2853851	Piegendorf	piegendorf	DE		0	Europe/Berlin	48.75501	12.11639				02	092	09274	09274153
2853852	Piegendorf	piegendorf	DE		0	Europe/Berlin	48.60262	12.44657				02	092	09279	09279124
2853853	Piegel	piegel	DE		0	Europe/Berlin	51.16667	12.33333				13	00	14729	14729320
2853854	Pidingerau	pidingerau	DE		0	Europe/Berlin	47.76006	12.90667				02	091	09172	09172128
2853860	Pickhardshammer	pickhardshammer	DE		0	Europe/Berlin	51.48333	8.96667				05	066	06635	06635008
2853862	Pickenricht	pickenricht	DE		0	Europe/Berlin	49.53354	11.77696				02	093	09371	09371126
2853863	Pickenbach	pickenbach	DE		0	Europe/Berlin	48.76582	11.89417				02	092	09273	09273139
2853867	Pickel	pickel	DE		0	Europe/Berlin	51.86891	13.5906				11	00	12061	12061219
2853869	Pickau	pickau	DE		0	Europe/Berlin	51.1417	14.18181				13	00	14625	14625040
2853872	Picka	picka	DE		0	Europe/Berlin	51.0706	14.48015				13	00	14626	14626410
2853878	Pichlberg	pichlberg	DE		0	Europe/Berlin	49.77831	11.88643				02	093	09374	09374148
2853879	Pichlberg	pichlberg	DE		0	Europe/Berlin	49.02909	12.53042				02	092	09278	09278197
2853881	Pichl	pichl	DE		0	Europe/Berlin	48.70943	11.4699				02	091	09186	09186137
2853882	Pichl	pichl	DE		0	Europe/Berlin	48.53258	10.9612				02	097	09771	09771114
2853891	Pichelsdorf	pichelsdorf	DE		0	Europe/Berlin	52.51267	13.19682				16	00	11000	11000000
2853892	Pichelsberg	pichelsberg	DE		0	Europe/Berlin	52.51063	13.22321				16	00	11000	11000000
2853896	Phöben	phoeben	DE		0	Europe/Berlin	52.42747	12.88071				11	00	12069	12069656
2853898	Philippsweiler	philippsweiler	DE		0	Europe/Berlin	50.0498	6.38499				08	00	07232	07232285
2853901	Philippstein	philippstein	DE		0	Europe/Berlin	50.4917	8.38008				05	065	06532	06532003
2853904	Philippshof	philippshof	DE		0	Europe/Berlin	53.77395	13.12526				12	00	13071	13071002
2853909	Philippinenthal	philippinenthal	DE		0	Europe/Berlin	51.33302	9.2147				05	066	06633	06633028
2853910	Philippinenhof	philippinenhof	DE		0	Europe/Berlin	51.34541	9.49648		Kolonie Philippinenhof,Philippinenhof-Wartenberg		05	066	06611	06611000
2853912	Gasterfeld	gasterfeld	DE		0	Europe/Berlin	51.34026	9.13015		Gasterfeld,Philippinendorf		05	066	06633	06633028
2853913	Philippinenburg	philippinenburg	DE		0	Europe/Berlin	51.32595	9.21324				05	066	06633	06633028
2853916	Phiesewarden	phiesewarden	DE		0	Europe/Berlin	53.52189	8.47595				06	00	03461	03461007
2853918	Pfützthal	pfuetzthal	DE		0	Europe/Berlin	51.53991	11.81857				14	00	15088	15088319
2853923	Pfünz	pfunz	DE		0	Europe/Berlin	48.88743	11.26714				02	091	09176	09176165
2853926	Pfundhardthof	pfundhardthof	DE		0	Europe/Berlin	48.5933	9.56411				01	081	08116	08116070
2853934	Pfuhlsborn	pfuhlsborn	DE		0	Europe/Berlin	51.04413	11.59772		Pfuhlsborn		15	00	16071	16071004
2853940	Pfuhl	pfuhl	DE		0	Europe/Berlin	50.66214	7.97719				08	00	07143	07143277
2853941	Pfuhl	pfuhl	DE		0	Europe/Berlin	48.40687	10.03773				02	097	09775	09775135
2853943	Pfudrachöd	pfudrachod	DE		0	Europe/Berlin	48.63417	13.16806				02	092	09275	09275154
2853946	Pfrungen	pfrungen	DE		0	Europe/Berlin	47.87259	9.39856				01	084	08436	08436083
2853952	Pfrondorf	pfrondorf	DE		0	Europe/Berlin	48.59029	8.72579				01	082	08235	08235046
2853953	Pfrondorf	pfrondorf	DE		0	Europe/Berlin	48.54789	9.11071				01	084	08416	08416041
2853954	Pfrombach	pfrombach	DE		0	Europe/Berlin	48.44095	12.00257				02	091	09178	09178143
2853955	Pfrimmerhof	pfrimmerhof	DE		0	Europe/Berlin	49.55248	7.96115				08	00	07333	07333071
2853957	Pfriemsdorf	pfriemsdorf	DE		0	Europe/Berlin	51.72065	12.03948				14	00	15082	15082377
2853958	Pfrentsch	pfrentsch	DE		0	Europe/Berlin	49.61845	12.49334		Pfrentsch		02	093	09374	09374164
2853962	Pfraunstetten	pfraunstetten	DE		0	Europe/Berlin	48.31805	9.79839				01	084	08425	08425002
2853963	Pfraunfeld	pfraunfeld	DE		0	Europe/Berlin	49.05978	11.09349				02	095	09577	09577120
2853964	Pfraundorf	pfraundorf	DE		0	Europe/Berlin	48.99889	11.43938		Pfraundorf		02	091	09176	09176137
2853965	Pfraundorf	pfraundorf	DE		0	Europe/Berlin	47.80353	12.11972				02	091	09187	09187165
2853966	Pfraumbaum	pfraumbaum	DE		0	Europe/Berlin	49.03115	12.41507				02	093	09375	09375210
2853976	Pförn	pforn	DE		0	Europe/Berlin	47.67319	11.75508				02	091	09182	09182124
2853979	Pfordt	pfordt	DE		0	Europe/Berlin	50.65743	9.59783				05	065	06535	06535015
2853980	Pfohren	pfohren	DE		0	Europe/Berlin	47.93874	8.5543		Pfohren		01	083	08326	08326012
2853982	Pfohlbach	pfohlbach	DE		0	Europe/Berlin	49.67222	9.37477				02	096	09676	09676119
2853985	Pföderl	pfoderl	DE		0	Europe/Berlin	47.78333	11.46667				02	091	09173	09173134
2853986	Pflummern	pflummern	DE		0	Europe/Berlin	48.17135	9.42078				01	084	08426	08426097
2853988	Pflugscheid	pflugscheid	DE		0	Europe/Berlin	49.29541	6.93216				09	00	10041	10041517
2853989	Pflügkuff	pfluegkuff	DE		0	Europe/Berlin	52.03069	12.76044				11	00	12069	12069632
2853990	Pflugfelden	pflugfelden	DE		0	Europe/Berlin	48.8858	9.16105				01	081	08118	08118048
2853992	Pflugdorf	pflugdorf	DE		0	Europe/Berlin	47.96774	10.91909				02	091	09181	09181133
2853997	Pflochsbach	pflochsbach	DE		0	Europe/Berlin	49.96311	9.60139		Pflochsbach		02	096	09677	09677155
2853998	Pflichtendorf	pflichtendorf	DE		0	Europe/Berlin	51.04523	12.34636		Pflichtendorf		15	00	16077	16077032
2854002	Pfleg	pfleg	DE		0	Europe/Berlin	47.95429	11.92497				02	091	09175	09175113
2854003	Pflaumloch	pflaumloch	DE		0	Europe/Berlin	48.85056	10.43722				01	081	08136	08136087
2854004	Pflaumheim	pflaumheim	DE		0	Europe/Berlin	49.90878	9.0553		Pflaumheim		02	096	09671	09671122
2854005	Pflaumfeld	pflaumfeld	DE		0	Europe/Berlin	49.07661	10.73897				02	095	09577	09577136
2854007	Pflaumdorf	pflaumdorf	DE		0	Europe/Berlin	48.08694	11.05913				02	091	09181	09181118
2854010	Pflanzwirbach	pflanzwirbach	DE		0	Europe/Berlin	50.73681	11.32597		Pflanzwirbach		15	00	16073	16073076
2854014	Pfitzingen	pfitzingen	DE		0	Europe/Berlin	49.42696	9.89204		Pfitzingen		01	081	08128	08128082
2854015	Pfitzdorf	pfitzdorf	DE		0	Europe/Berlin	51.69834	11.80878				14	00	15089	15089195
2854018	Pfistersham	pfistersham	DE		0	Europe/Berlin	48.43503	12.42525				02	092	09274	09274120
2854019	Pfistern	pfistern	DE		0	Europe/Berlin	47.73333	11.56667				02	091	09173	09173124
2854022	Pfisterberg	pfisterberg	DE		0	Europe/Berlin	47.68622	11.41258				02	091	09173	09173133
2854025	Pfirschbach	pfirschbach	DE		0	Europe/Berlin	49.7909	8.95937				05	064	06437	06437009
2854026	Pfinzweiler	pfinzweiler	DE		0	Europe/Berlin	48.85291	8.51423				01	082	08236	08236072
2854031	Pfingsthorst	pfingsthorst	DE		0	Europe/Berlin	53.73984	10.16461		Pfingsthorst		10			
2854033	Pfingstberg	pfingstberg	DE		0	Europe/Berlin	54.12322	10.47498				10	00	01057	01057009
2854048	Pfingstberg	pfingstberg	DE		0	Europe/Berlin	53.12952	13.87144				11	00	12073	12073157
2854051	Pfiffligheim	pfiffligheim	DE		0	Europe/Berlin	49.63236	8.32306		Pfiffligheim		08	00	07319	07319000
2854052	Pfifferloh	pfifferloh	DE		0	Europe/Berlin	47.82336	12.28048				02	091	09187	09187132
2854055	Pfifferling	pfifferling	DE		0	Europe/Berlin	48.69639	12.07417				02	092	09274	09274176
2854061	Pfieffe	pfieffe	DE		0	Europe/Berlin	51.11156	9.73512		Pfieffe		05	066	06634	06634024
2854062	Pfetzendorf	pfetzendorf	DE		0	Europe/Berlin	49.32429	10.37643				02	095	09571	09571174
2854064	Pfettrach	pfettrach	DE		0	Europe/Berlin	48.57473	12.08111		Pfetrach,Pfettrach		02	092	09274	09274113
2854065	Pfettrach	pfettrach	DE		0	Europe/Berlin	48.52251	11.74885				02	091	09178	09178115
2854066	Pfettrach	pfettrach	DE		0	Europe/Berlin	48.49931	11.92317				02	091	09178	09178155
2854067	Pfersee	pfersee	DE		0	Europe/Berlin	48.36255	10.86921		Pfersee		02	097	09761	09761000
2854068	Pfersdorf	pfersdorf	DE		0	Europe/Berlin	51.68137	11.45753				14	00	15087	15087031
2854069	Pfersdorf	pfersdorf	DE		0	Europe/Berlin	50.72005	11.95682				15	00	16076	16076092
2854070	Pfersdorf	pfersdorf	DE		0	Europe/Berlin	50.41941	10.66897				15	00	16069	16069024
2854071	Pfersdorf	pfersdorf	DE		0	Europe/Berlin	50.12943	10.15827				02	096	09678	09678168
2854072	Pfersbach	pfersbach	DE		0	Europe/Berlin	48.84001	9.77382				01	081	08136	08136044
2854073	Pferrach	pferrach	DE		0	Europe/Berlin	49.70936	11.57747				02	093	09371	09371113
2854079	Pferdsfeld	pferdsfeld	DE		0	Europe/Berlin	50.07996	10.98978				02	094	09478	09478120
2854080	Pferdsfeld	pferdsfeld	DE		0	Europe/Berlin	49.8499	7.59017		Pferdsfeld		08	00	07133	07133501
2854081	Pferdsdorf	pferdsdorf	DE		0	Europe/Berlin	51.02206	10.22334				15	00	16063	16063046
2854082	Pferdsdorf	pferdsdorf	DE		0	Europe/Berlin	50.79801	9.96672		Pferdsdorf		15	00	16063	16063078
2854088	Pferdekrug	pferdekrug	DE		0	Europe/Berlin	54.30101	9.18452				10	00	01051	01051049
2854094	Pferdekamp	pferdekamp	DE		0	Europe/Berlin	51.61667	7.96667				07	059	05974	05974048
2854104	Pferch	pferch	DE		0	Europe/Berlin	49.98872	11.57731				02	094	09472	09472119
2854105	Pfenningshorst	pfenningshorst	DE		0	Europe/Berlin	53.67936	14.04243				12	00	13075	13075131
2854107	Pfenningbach	pfenningbach	DE		0	Europe/Berlin	48.52936	13.38344				02	092	09275	09275133
2854108	Pfennigstedterfeld	pfennigstedterfeld	DE		0	Europe/Berlin	52.92019	8.459				06	00	03458	03458003
2854114	Pfellnkofen	pfellnkofen	DE		0	Europe/Berlin	48.65987	12.17528				02	092	09274	09274127
2854115	Pfellkofen	pfellkofen	DE		0	Europe/Berlin	48.85981	12.23455				02	093	09375	09375182
2854116	Pfelling	pfelling	DE		0	Europe/Berlin	48.87893	12.75183		Pfelling		02	092	09278	09278118
2854117	Pfeisenham	pfeisenham	DE		0	Europe/Berlin	48.06439	12.38899				02	091	09189	09189142
2854119	Pfeilshof	pfeilshof	DE		0	Europe/Berlin	53.63333	10.1				04	00	02000	02000000
2854125	Pfeiffhausen	pfeiffhausen	DE		0	Europe/Berlin	51.63118	11.70404		Pfeiffhausen,Viffhusen [a. 1301]		14	00	15087	15087165
2854126	Pfeiffersheim	pfeiffersheim	DE		0	Europe/Berlin	51.48434	11.24265				14	00	15087	15087370
2854127	Pfeifferhütte	pfeifferhutte	DE		0	Europe/Berlin	49.33754	11.29455				02	095	09574	09574157
2854132	Pfeifensterz	pfeifensterz	DE		0	Europe/Berlin	50.56677	7.90569				08	00	07143	07143289
2854133	Pfeifenkrug	pfeifenkrug	DE		0	Europe/Berlin	51.82331	10.93348				14	00	15085	15085055
2854136	Pfeffingen	pfeffingen	DE		0	Europe/Berlin	49.47001	8.17606				08	00	07332	07332002
2854137	Pfeffingen	pfeffingen	DE		0	Europe/Berlin	48.25488	8.96463				01	084	08417	08417079
2854138	Pfeffertshofen	pfeffertshofen	DE		0	Europe/Berlin	49.32221	11.52929				02	093	09373	09373153
2854139	Pfeffersöd	pfeffersod	DE		0	Europe/Berlin	48.10906	12.66084				02	091	09171	09171119
2854146	Pfefferbichl	pfefferbichl	DE		0	Europe/Berlin	47.63067	10.79559				02	097	09777	09777173
2854150	Pfeffendorf	pfeffendorf	DE		0	Europe/Berlin	48.72328	12.07786				02	092	09274	09274176
2854153	Pfeddersheim	pfeddersheim	DE		0	Europe/Berlin	49.63572	8.27922		Pfeddersheim		08	00	07319	07319000
2854158	Pfauhausen	pfauhausen	DE		0	Europe/Berlin	48.7	9.41667				01	081	08116	08116072
2854162	Pfauenbach	pfauenbach	DE		0	Europe/Berlin	50.41667	11.85				15	00	16075	16075131
2854169	Pfarrsdorf	pfarrsdorf	DE		0	Europe/Berlin	50.89414	12.47952				15	00	16077	16077012
2854172	Pfarrloh	pfarrloh	DE		0	Europe/Berlin	49.98908	11.68955				02	094	09472	09472143
2854176	Pfarrkofen	pfarrkofen	DE		0	Europe/Berlin	48.65487	12.11708				02	092	09274	09274141
2854177	Pfarrkofen	pfarrkofen	DE		0	Europe/Berlin	48.59973	12.09555				02	092	09274	09274126
2854181	Pfärricherhöfe	pfarricherhofe	DE		0	Europe/Berlin	47.7	9.78333				01	084	08436	08436006
2854182	Pfärrich	pfarrich	DE		0	Europe/Berlin	47.69834	9.77253				01	084	08436	08436006
2854193	Pfarrhof	pfarrhof	DE		0	Europe/Berlin	53.81667	11.71667				12	00	13074	13074084
2854208	Pfarrhäuser	pfarrhaeuser	DE		0	Europe/Berlin	51.13333	12.95				13	00	14522	14522310
2854212	Pfarrenberg	pfarrenberg	DE		0	Europe/Berlin	47.60898	10.0526				02	097	09776	09776113
2854213	Pfärrenbach	pfarrenbach	DE		0	Europe/Berlin	47.80935	9.47297		Pfarrenbach,Pfärrenbach		01	084	08436	08436095
2854225	Pfannstiel	pfannstiel	DE		0	Europe/Berlin	47.79896	12.27494				02	091	09187	09187132
2854230	Pfannenstiel	pfannenstiel	DE		0	Europe/Berlin	50.15	12.11667				02	094	09479	09479152
2854240	Pfandlaich	pfandlaich	DE		0	Europe/Berlin	48.33298	11.08525				02	097	09771	09771129
2854241	Pfändhausen	pfandhausen	DE		0	Europe/Berlin	50.14061	10.2079				02	096	09678	09678123
2854248	Pfalzpaint	pfalzpaint	DE		0	Europe/Berlin	48.93346	11.32595				02	091	09176	09176165
2854250	Pfalzheim	pfalzheim	DE		0	Europe/Berlin	53.03303	12.6683				11	00	12068	12068425
2854257	Pfälzerhof	pfalzerhof	DE		0	Europe/Berlin	49.64562	12.50956				02	093	09374	09374164
2854261	Pfalzen	pfalzen	DE		0	Europe/Berlin	47.5598	10.02155				02	097	09780	09780132
2854262	Pfalzel	pfalzel	DE		0	Europe/Berlin	49.78104	6.69411				08	00	07211	07211000
2854265	Pfalzdorf	pfalzdorf	DE		0	Europe/Berlin	53.50345	7.57775		Pfalzdorf		06	00	03452	03452001
2854266	Pfalzdorf	pfalzdorf	DE		0	Europe/Berlin	51.70837	6.16383				07	051	05154	05154016
2854271	Pfalsau	pfalsau	DE		0	Europe/Berlin	48.52197	13.28359				02	092	09275	09275122
2854276	Pfahlhof	pfahlhof	DE		0	Europe/Berlin	49.03562	9.23886				01	081	08125	08125066
2854277	Pfahlheim	pfahlheim	DE		0	Europe/Berlin	48.96486	10.25639		Pfahlheim		01	081	08136	08136019
2854278	Pfahlhausen	pfahlhausen	DE		0	Europe/Berlin	53.12708	8.42628				06	00	03461	03461001
2854282	Pfahlenheim	pfahlenheim	DE		0	Europe/Berlin	49.55885	10.1251				02	095	09575	09575130
2854283	Pfahldorf	pfahldorf	DE		0	Europe/Berlin	48.96012	11.33137				02	091	09176	09176138
2854284	Pfahlbronn	pfahlbronn	DE		0	Europe/Berlin	48.84054	9.68157				01	081	08119	08119001
2854290	Pfahlbach	pfahlbach	DE		0	Europe/Berlin	49.25261	9.49651				01	081	08126	08126094
2854292	Pfahl	pfahl	DE		0	Europe/Berlin	49.13734	12.74087				02	093	09372	09372177
2854300	Pfäfflingen	pfafflingen	DE		0	Europe/Berlin	48.89323	10.55282				02	097	09779	09779194
2854301	Pfäffingen	pfaffingen	DE		0	Europe/Berlin	48.52576	8.96429				01	084	08416	08416048
2854318	Pfafferode	pfafferode	DE		0	Europe/Berlin	51.20972	10.40116		Pfaffenrode,Pfafferode		15	00	16064	16064046
2854319	Pfaffenzell	pfaffenzell	DE		0	Europe/Berlin	49.10846	12.94127				02	092	09276	09276144
2854320	Pfaffenzell	pfaffenzell	DE		0	Europe/Berlin	48.43421	11.00691				02	097	09771	09771112
2854322	Pfaffenwiesbach	pfaffenwiesbach	DE		0	Europe/Berlin	50.32903	8.60796				05	064	06434	06434012
2854337	Pfaffenstetten	pfaffenstetten	DE		0	Europe/Berlin	49.7663	11.71486				02	093	09374	09374129
2854340	Pfaffenstein bei Regensburg	pfaffenstein-bei-regensburg	DE		0	Europe/Berlin	49.03067	12.07844				02	093	09362	09362000
2854347	Pfaffenrot	pfaffenrot	DE		0	Europe/Berlin	48.86071	8.45973				01	082	08215	08215047
2854348	Pfaffenrod	pfaffenrod	DE		0	Europe/Berlin	50.48924	9.47133				05	066	06631	06631014
2854352	Pfaffenried	pfaffenried	DE		0	Europe/Berlin	47.97009	9.97445				01	084	08426	08426100
2854353	Pfaffenried	pfaffenried	DE		0	Europe/Berlin	47.74052	10.2457				02	097	09780	09780146
2854355	Pfaffenreuth	pfaffenreuth	DE		0	Europe/Berlin	50.15138	11.55466				02	094	09477	09477118
2854356	Pfaffenreuth	pfaffenreuth	DE		0	Europe/Berlin	49.98298	12.08328				02	094	09479	09479136
2854357	Pfaffenreuth	pfaffenreuth	DE		0	Europe/Berlin	49.96767	12.32615				02	093	09377	09377137
2854358	Pfaffenreuth	pfaffenreuth	DE		0	Europe/Berlin	49.78723	12.18172				02	093	09374	09374150
2854359	Pfaffenreuth	pfaffenreuth	DE		0	Europe/Berlin	49.75328	12.0101				02	093	09374	09374149
2854360	Pfaffenreut	pfaffenreut	DE		0	Europe/Berlin	48.61753	13.67884				02	092	09275	09275153
2854361	Pfaffenpoint	pfaffenpoint	DE		0	Europe/Berlin	48.7971	12.5696				02	092	09278	09278182
2854377	Pfaffenkirchen	pfaffenkirchen	DE		0	Europe/Berlin	48.25428	12.27293				02	091	09183	09183135
2854396	Pfaffenhofen a. Inn	pfaffenhofen-a-inn	DE		0	Europe/Berlin	47.89091	12.12427		Pfaffenhofen am Inn		02	091	09187	09187142
2854398	Pfaffenhof	pfaffenhof	DE		0	Europe/Berlin	49.46098	11.71838				02	093	09371	09371131
2854405	Pfaffenheck	pfaffenheck	DE		0	Europe/Berlin	50.23634	7.51084				08	00	07140	07140501
2854412	Pfaffenhaus	pfaffenhaus	DE		0	Europe/Berlin	50.53432	12.16122				13	00	14523	14523320
2854413	Pfaffenham	pfaffenham	DE		0	Europe/Berlin	48.06332	12.34725				02	091	09189	09189142
2854414	Pfaffenhain	pfaffenhain	DE		0	Europe/Berlin	50.75382	12.82449		Pfaffenhain		13	00	14521	14521310
2854417	Pfaffengrün	pfaffengruen	DE		0	Europe/Berlin	50.56129	12.27614		Hartmannsgrun-Pfaffengrun,Hartmannsgrün-Pfaffengrün,Pfaffengrun,Pfaffengrün		13	00	14523	14523430
2854419	Pfaffengreuth	pfaffengreuth	DE		0	Europe/Berlin	49.30143	10.59441				02	095	09561	09561000
2854420	Pfaffenfang	pfaffenfang	DE		0	Europe/Berlin	49.10604	12.31853				02	093	09375	09375114
2854421	Pfaffendorf	pfaffendorf	DE		0	Europe/Berlin	50.34197	7.61165				08	00	07111	07111000
2854422	Pfaffendorf	pfaffendorf	DE		0	Europe/Berlin	52.26554	14.1635				11	00	12067	12067426
2854423	Pfaffendorf	pfaffendorf	DE		0	Europe/Berlin	51.69826	11.90893				14	00	15082	15082377
2854424	Pfaffendorf	pfaffendorf	DE		0	Europe/Berlin	51.12246	14.91049				13	00	14626	14626300
2854425	Pfaffendorf	pfaffendorf	DE		0	Europe/Berlin	50.90958	14.07743				13	00	14628	14628210
2854426	Pfaffendorf	pfaffendorf	DE		0	Europe/Berlin	50.17023	10.71589				02	096	09674	09674171
2854427	Pfaffendorf	pfaffendorf	DE		0	Europe/Berlin	50.11749	11.21492		Pfaffendorf		02	094	09478	09478111
2854428	Pfaffendorf	pfaffendorf	DE		0	Europe/Berlin	50.01885	11.18322				02	094	09471	09471189
2854429	Pfaffendorf	pfaffendorf	DE		0	Europe/Berlin	48.64919	11.92361				02	092	09274	09274172
2854430	Pfaffendobel	pfaffendobel	DE		0	Europe/Berlin	47.95804	8.01205				01	083	08315	08315020
2854438	Pfaffenbichl	pfaffenbichl	DE		0	Europe/Berlin	47.82733	12.2575				02	091	09187	09187167
2854443	Pfaffenberg	pfaffenberg	DE		0	Europe/Berlin	51.13927	7.11598				07	051	05122	05122000
2854444	Pfaffenberg	pfaffenberg	DE		0	Europe/Berlin	50.37798	12.08387				13	00	14523	14523060
2854445	Pfaffenberg	pfaffenberg	DE		0	Europe/Berlin	48.76825	12.22338				02	092	09278	09278148
2854446	Pfaffenberg	pfaffenberg	DE		0	Europe/Berlin	48.27869	12.7545				02	091	09171	09171126
2854447	Pfaffenberg	pfaffenberg	DE		0	Europe/Berlin	47.73511	7.86978				01	083	08336	08336103
2854493	Pfaffen-Beerfurth	pfaffen-beerfurth	DE		0	Europe/Berlin	49.71667	8.86667				05	064	06437	06437013
2854497	Pfaffenbach	pfaffenbach	DE		0	Europe/Berlin	48.41486	8.0577				01	083	08317	08317034
2854498	Pfaffenbach	pfaffenbach	DE		0	Europe/Berlin	48.44176	12.29091				02	092	09274	09274184
2854500	Pfaffeggetten	pfaffeggetten	DE		0	Europe/Berlin	50.15417	11.26941				02	094	09478	09478116
2854503	Pfadendorf	pfadendorf	DE		0	Europe/Berlin	48.00709	11.96823				02	091	09175	09175112
2854504	Pfaben	pfaben	DE		0	Europe/Berlin	49.87697	12.04153				02	093	09377	09377116
2854509	Pewsum	pewsum	DE		0	Europe/Berlin	53.43259	7.09556		Pewsum		06	00	03452	03452014
2854510	Pevestorf	pevestorf	DE		0	Europe/Berlin	53.05958	11.45531				06	00	03354	03354010
2854513	Peutenhausen	peutenhausen	DE		0	Europe/Berlin	48.52268	11.23235				02	091	09185	09185131
2854515	Peute	peute	DE		0	Europe/Berlin	53.51667	10.03333				04	00	02000	02000000
2854516	Peustelsau	peustelsau	DE		0	Europe/Berlin	47.66712	10.97177				02	091	09190	09190160
2854517	Peusenhof	peusenhof	DE		0	Europe/Berlin	50.02084	10.99444				02	094	09478	09478120
2854520	Peunting	peunting	DE		0	Europe/Berlin	49.34811	11.35368				02	095	09574	09574117
2854521	Peulingen	peulingen	DE		0	Europe/Berlin	52.6558	11.79975				14	00	15090	15090535
2854522	Peulendorf	peulendorf	DE		0	Europe/Berlin	49.95042	11.0346		Peulendorf		02	094	09471	09471185
2854523	Peukendorf	peukendorf	DE		0	Europe/Berlin	51.29929	10.6491		Boykendorp [a. 1239],Peukendorf		15	00	16065	16065032
2854524	Peugenhammer	peugenhammer	DE		0	Europe/Berlin	49.65866	12.39811				02	093	09374	09374147
2854525	Peuerling	peuerling	DE		0	Europe/Berlin	49.47038	11.37033		Peuerling		02	095	09574	09574120
2854526	Petzschwitz	petzschwitz	DE		0	Europe/Berlin	51.17858	13.2639				13	00	14627	14627130
2854528	Petzow	petzow	DE		0	Europe/Berlin	52.34562	12.94361				11	00	12069	12069656
2854531	Petzmannsberg	petzmannsberg	DE		0	Europe/Berlin	50.11578	11.43845				02	094	09477	09477128
2854532	Petzlsdorf	petzlsdorf	DE		0	Europe/Berlin	48.51483	12.66085				02	092	09279	09279134
2854535	Petzlberg	petzlberg	DE		0	Europe/Berlin	48.28932	12.74056				02	091	09171	09171129
2854536	Petzkofen	petzkofen	DE		0	Europe/Berlin	48.87802	12.2888				02	093	09375	09375115
2854537	Petzkendorf	petzkendorf	DE		0	Europe/Berlin	51.3	11.86667				14	00	15088	15088065
2854539	Petzgersdorf	petzgersdorf	DE		0	Europe/Berlin	47.83759	12.22817				02	091	09187	09187167
2854542	Petzenhofen	petzenhofen	DE		0	Europe/Berlin	48.15159	11.00066				02	091	09181	09181122
2854543	Petzenhausen	petzenhausen	DE		0	Europe/Berlin	48.725	12.55686				02	092	09279	09279132
2854544	Petzenhausen	petzenhausen	DE		0	Europe/Berlin	48.12136	10.94659				02	091	09181	09181145
2854547	Petzenbrunn	petzenbrunn	DE		0	Europe/Berlin	48.57073	12.52543				02	092	09279	09279126
2854548	Petzenbichl	petzenbichl	DE		0	Europe/Berlin	47.92077	12.06844				02	091	09187	09187137
2854549	Petzenberg	petzenberg	DE		0	Europe/Berlin	48.60828	13.59421				02	092	09275	09275126
2854552	Petzen	petzen	DE		0	Europe/Berlin	52.27152	9.00364				06	00	03257	03257009
2854553	Petze	petze	DE		0	Europe/Berlin	52.05407	9.93301				06	00	03254	03254045
2854555	Pettstädt	pettstaedt	DE		0	Europe/Berlin	51.23709	11.87981				14	00	15084	15084550
2854558	Pettseifen	pettseifen	DE		0	Europe/Berlin	50.97675	7.62038		Pettseifen		07	053	05374	05374040
2854559	Pettluis	pettluis	DE		0	Europe/Berlin	54.00805	10.27962				10	00	01060	01060016
2854560	Pettling	pettling	DE		0	Europe/Berlin	48.79554	11.57739				02	091	09176	09176129
2854562	Petterweil	petterweil	DE		0	Europe/Berlin	50.24281	8.71765				05	064	06440	06440012
2854563	Pettersheim	pettersheim	DE		0	Europe/Berlin	49.46667	7.35				08	00	07336	07336041
2854564	Pettensiedel	pettensiedel	DE		0	Europe/Berlin	49.60359	11.20142				02	094	09474	09474140
2854565	Pettenreuth	pettenreuth	DE		0	Europe/Berlin	49.13341	12.25511				02	093	09375	09375119
2854567	Pettenhofen	pettenhofen	DE		0	Europe/Berlin	49.376	11.55066				02	093	09373	09373140
2854568	Pettenhofen	pettenhofen	DE		0	Europe/Berlin	48.77661	11.28605				02	091	09161	09161000
2854569	Pettenhof	pettenhof	DE		0	Europe/Berlin	49.22309	11.93866		Bettenhof		02	093	09371	09371148
2854577	Pettenbrunn	pettenbrunn	DE		0	Europe/Berlin	48.42738	11.71003				02	091	09178	09178124
2854578	Pettenau	pettenau	DE		0	Europe/Berlin	48.29736	13.10592				02	092	09277	09277118
2854580	Petschow	petschow	DE		0	Europe/Berlin	54.03676	12.2925				12	00	13072	13072029
2854590	Petkus	petkus	DE		0	Europe/Berlin	51.98732	13.35784		Petkus		11	00	12072	12072014
2854592	Petkumer Münte	petkumer-muente	DE		0	Europe/Berlin	53.32944	7.29464				06	00	03402	03402000
2854596	Petkum	petkum	DE		0	Europe/Berlin	53.33512	7.27638				06	00	03402	03402000
2854598	Pethau	pethau	DE		0	Europe/Berlin	50.90067	14.76543		Pethau		13	00	14626	14626610
2854600	Peterzell	peterzell	DE		0	Europe/Berlin	48.32556	8.46331				01	082	08237	08237002
2854601	Peterzell	peterzell	DE		0	Europe/Berlin	48.13302	8.37472		Peterzell		01	083	08326	08326052
2854602	Peterwitz	peterwitz	DE		0	Europe/Berlin	51.50072	12.23958				13	00	14730	14730340
2854604	Peterswörth	petersworth	DE		0	Europe/Berlin	48.52672	10.37298				02	097	09773	09773136
2854606	Peterswarf	peterswarf	DE		0	Europe/Berlin	54.63333	8.51667				10			
2854610	Peterswalde	peterswalde	DE		0	Europe/Berlin	53.5439	14.15589				12	00	13075	13075063
2854611	Peterswald	peterswald	DE		0	Europe/Berlin	52.94959	7.97937				06	00	03453	03453008
2854612	Peterswald	peterswald	DE		0	Europe/Berlin	50.00635	7.2869				08	00	07135	07135071
2854616	Peterswahl	peterswahl	DE		0	Europe/Berlin	48.54427	11.88684		Peterswahl		02	091	09178	09178132
2854617	Petersundern	petersundern	DE		0	Europe/Berlin	51.56667	7.6				07	059	05913	05913000
2854619	Petersthal	petersthal	DE		0	Europe/Berlin	47.63565	10.38734				02	097	09780	09780128
2854621	Peterstal	peterstal	DE		0	Europe/Berlin	49.44281	8.75237		Peterstal		01	082	08221	08221000
2854623	Petersmoor	petersmoor	DE		0	Europe/Berlin	53.46667	9.68333				06	00	03359	03359010
2854624	Petersmark	petersmark	DE		0	Europe/Berlin	52.73317	11.81462				14	00	15090	15090180
2854631	Peterskirchen	peterskirchen	DE		0	Europe/Berlin	48.51126	13.00251		Peterskirchen		02	092	09277	09277114
2854632	Peterskirchen	peterskirchen	DE		0	Europe/Berlin	48.43603	12.74732				02	092	09277	09277116
2854633	Peterskirchen	peterskirchen	DE		0	Europe/Berlin	48.0937	12.47468		Peterskirchen		02	091	09189	09189149
2854635	Petershütte	petershuette	DE		0	Europe/Berlin	51.73333	10.23333				06	00	03159	03159026
2854636	Petersholz	petersholz	DE		0	Europe/Berlin	51.13312	6.22132		Petersholz		07	053	05370	05370040
2854644	Petershäuserhof	petershaeuserhof	DE		0	Europe/Berlin	50.12211	7.37831				08	00	07140	07140504
2854645	Petershausen-Ost	petershausen-ost	DE		0	Europe/Berlin	47.67307	9.18363				01	083	08335	08335043
2854648	Petershain	petershain	DE		0	Europe/Berlin	51.61667	14.16667				11	00	12066	12066228
2854649	Petershain	petershain	DE		0	Europe/Berlin	51.32087	14.75124		Hoznica,Hóznica,Petershain		13	00	14626	14626440
2854650	Petershain	petershain	DE		0	Europe/Berlin	51.27952	14.01467		Hoznica,Hóznica,Petershain		13	00	14625	14625250
2854651	Petershagener Heide	petershagener-heide	DE		0	Europe/Berlin	52.4	8.95		Heide,Petershagener Heide		07	057	05770	05770028
2854658	Petersgroden	petersgroden	DE		0	Europe/Berlin	53.45451	8.06325				06	00	03455	03455025
2854660	Petersgmünd	petersgmund	DE		0	Europe/Berlin	49.18643	11.02507		Petersgmund,Petersgmünd		02	095	09576	09576121
2854661	Petersglaim	petersglaim	DE		0	Europe/Berlin	48.63678	12.08899				02	092	09274	09274141
2854662	Petersfelde	petersfelde	DE		0	Europe/Berlin	53.78333	10.23333				10	00	01060	01060085
2854663	Petersfeld	petersfeld	DE		0	Europe/Berlin	53.2883	8.03181				06	00	03451	03451007
2854664	Petersfeld	petersfeld	DE		0	Europe/Berlin	52.92377	7.95322				06	00	03453	03453008
2854666	Petersfehn	petersfehn	DE		0	Europe/Berlin	53.13903	8.1085				06	00	03451	03451002
2854667	Petersdose	petersdose	DE		0	Europe/Berlin	52.81885	7.11953				06	00	03454	03454018
2854686	Petersburg	petersburg	DE		0	Europe/Berlin	50.75253	8.54761				05	065	06534	06534010
2854693	Petersbuch	petersbuch	DE		0	Europe/Berlin	48.9772	11.18797		Petersbuch		02	091	09176	09176164
2854694	Petersbrunn	petersbrunn	DE		0	Europe/Berlin	48.02531	11.36098				02	091	09188	09188139
2854734	Petersbächel	petersbaechel	DE		0	Europe/Berlin	49.06685	7.70001				08	00	07340	07340011
2854736	Petersbach	petersbach	DE		0	Europe/Berlin	51.06155	14.42664		Petersbach		13	00	14625	14625525
2854739	Petersau	petersau	DE		0	Europe/Berlin	49.57111	8.415				08	00	07311	07311000
2854741	Petersackerhof	petersackerhof	DE		0	Europe/Berlin	50.03806	7.79853				08	00	07339	07339044
2854746	Petern	petern	DE		0	Europe/Berlin	47.61375	11.50344				02	091	09173	09173131
2854752	Peterhof	peterhof	DE		0	Europe/Berlin	48.44278	10.78				02	097	09772	09772147
2854757	Peterhaitzwarf	peterhaitzwarf	DE		0	Europe/Berlin	54.64742	8.64205				10	00	01054	01054074
2854758	Peterfecking	peterfecking	DE		0	Europe/Berlin	48.88442	11.93635				02	092	09273	09273166
2854760	Peterborn	peterborn	DE		0	Europe/Berlin	50.97364	10.97894				15	00	16051	16051000
2854765	Peterbauer	peterbauer	DE		0	Europe/Berlin	47.76667	11.53333				02	091	09173	09173145
2854770	Pestrup	pestrup	DE		0	Europe/Berlin	52.86525	8.46969		Pestrup		06	00	03458	03458014
2854771	Pestinghausen	pestinghausen	DE		0	Europe/Berlin	52.90626	8.7622				06	00	03251	03251007
2854772	Pesterwitz	pesterwitz	DE		0	Europe/Berlin	51.02786	13.65319		Pesterwitz		13	00	14628	14628110
2854773	Pestenrain	pestenrain	DE		0	Europe/Berlin	49.03877	11.63847				02	093	09373	09373121
2854774	Pestendorf	pestendorf	DE		0	Europe/Berlin	48.67235	12.3736				02	092	09274	09274188
2854775	Pestenacker	pestenacker	DE		0	Europe/Berlin	48.15561	10.94273				02	091	09181	09181145
2854778	Pessenhausen	pessenhausen	DE		0	Europe/Berlin	47.92068	10.96061		Pessenhausen		02	091	09181	09181137
2854779	Pessenburgheim	pessenburgheim	DE		0	Europe/Berlin	48.6287	10.95447		Pessenburgheim		02	097	09779	09779163
2854782	Pessenbach	pessenbach	DE		0	Europe/Berlin	47.67696	11.40032				02	091	09173	09173133
2854783	Pesensricht	pesensricht	DE		0	Europe/Berlin	49.44581	11.66413				02	093	09371	09371131
2854784	Pesenlern	pesenlern	DE		0	Europe/Berlin	48.39042	11.9699				02	091	09177	09177143
2854786	Pescherhöfe	pescherhoefe	DE		0	Europe/Berlin	50.88333	6.86667				07	053	05362	05362028
2854787	Pescher Engbrück	pescher-engbrueck	DE		0	Europe/Berlin	51.19226	6.54544				07	051	05162	05162020
2854788	Peschen	peschen	DE		0	Europe/Berlin	51.12609	14.61687		Peschen,Stwesin,Stwěšin		13	00	14626	14626290
2854789	Pesch-Blech	pesch-blech	DE		0	Europe/Berlin	51.18333	6.51667				07	051	05162	05162020
2854791	Pesch	pesch	DE		0	Europe/Berlin	51.1795	6.53798				07	051	05162	05162020
2854792	Pesch	pesch	DE		0	Europe/Berlin	51.0542	6.45652				07	053	05370	05370004
2854793	Pesch	pesch	DE		0	Europe/Berlin	50.99869	6.87615				07	053	05315	05315000
2854794	Pesch	pesch	DE		0	Europe/Berlin	50.53169	6.68783				07	053	05366	05366032
2854796	Perwolfing	perwolfing	DE		0	Europe/Berlin	49.22784	12.73808				02	093	09372	09372155
2854798	Perver	perver	DE		0	Europe/Berlin	52.84484	11.17056				14	00	15081	15081455
2854799	Pertolzhofen	pertolzhofen	DE		0	Europe/Berlin	49.4247	12.34475		Pertolzhofen		02	093	09376	09376148
2854801	Perterting	perterting	DE		0	Europe/Berlin	48.45408	12.75959				02	092	09277	09277119
2854802	Pertenhof	pertenhof	DE		0	Europe/Berlin	49.73885	11.58216				02	094	09472	09472175
2854804	Pertenau	pertenau	DE		0	Europe/Berlin	48.57627	11.13186				02	097	09771	09771156
2854809	Perseifen	perseifen	DE		0	Europe/Berlin	50.82737	7.64874				07	053	05382	05382076
2854810	Persebeck	persebeck	DE		0	Europe/Berlin	51.45784	7.40742				07	059	05913	05913000
2854811	Persdorf	persdorf	DE		0	Europe/Berlin	47.83246	12.2304				02	091	09187	09187167
2854812	Perschen	perschen	DE		0	Europe/Berlin	49.46941	12.18779				02	093	09376	09376144
2854814	Perrückenkrug	perrueckenkrug	DE		0	Europe/Berlin	53.75	10.85				12	00	13074	13074073
2854815	Perrich	perrich	DE		0	Europe/Berlin	51.65375	6.55119		Perrich		07	051	05170	05170048
2854816	Perow	perow	DE		0	Europe/Berlin	53.84262	12.54411				12	00	13072	13072041
2854817	Perouse	perouse	DE		0	Europe/Berlin	48.81373	8.90516		Perosa,Perouse		01	081	08115	08115042
2854819	Pernze	pernze	DE		0	Europe/Berlin	51.04245	7.70085		Pernze		07	053	05374	05374004
2854822	Pernitz	pernitz	DE		0	Europe/Berlin	52.28808	12.60241				11	00	12069	12069216
2854823	Perniek	perniek	DE		0	Europe/Berlin	53.88026	11.70316				12	00	13074	13074023
2854824	Perne	perne	DE		0	Europe/Berlin	51.06667	13.41667				13	00	14627	14627100
2854826	Permering	permering	DE		0	Europe/Berlin	48.30861	12.09486				02	091	09177	09177139
2854831	Perlkam	perlkam	DE		0	Europe/Berlin	48.43992	12.24983				02	092	09274	09274134
2854832	Perling	perling	DE		0	Europe/Berlin	48.74189	13.23084				02	092	09271	09271114
2854833	Perling	perling	DE		0	Europe/Berlin	48.6331	13.57428				02	092	09275	09275126
2854836	Perlhof	perlhof	DE		0	Europe/Berlin	53.09507	11.85887				11	00	12070	12070296
2854837	Perletzhofen	perletzhofen	DE		0	Europe/Berlin	49.00342	11.66388				02	092	09273	09273164
2854841	Perlesöd	perlesod	DE		0	Europe/Berlin	48.80726	13.57082				02	092	09272	09272118
2854842	Perlesham	perlesham	DE		0	Europe/Berlin	48.28609	12.39076				02	091	09183	09183132
2854855	Perlas	perlas	DE		0	Europe/Berlin	50.54891	12.3151				13	00	14523	14523430
2854857	Perlach	perlach	DE		0	Europe/Berlin	48.09952	11.62783				02	091	09162	09162000
2854860	Perke	perke	DE		0	Europe/Berlin	50.93711	7.59591				07	053	05374	05374048
2854863	Perka	perka	DE		0	Europe/Berlin	48.77527	11.86663				02	092	09273	09273119
2854864	Peritz	peritz	DE		0	Europe/Berlin	51.3489	13.42376		Peritz		13	00	14627	14627340
2854868	Pergenroth	pergenroth	DE		0	Europe/Berlin	50.98076	7.57012		Pergenroth		07	053	05374	05374048
2854871	Peretshofen	peretshofen	DE		0	Europe/Berlin	48.20911	11.14019				02	091	09179	09179136
2854872	Peretshofen	peretshofen	DE		0	Europe/Berlin	47.85625	11.52998				02	091	09173	09173118
2854873	Peres	peres	DE		0	Europe/Berlin	51.17388	12.33761				13	00	14729	14729320
2854874	Perebüll	perebuell	DE		0	Europe/Berlin	54.73333	8.96667				10	00	01054	01054167
2854875	Perau	perau	DE		0	Europe/Berlin	47.68693	10.94798				02	091	09190	09190160
2854876	Perdt	perdt	DE		0	Europe/Berlin	50.97753	7.36844				07	053	05374	05374008
2854878	Perdöl	perdoel	DE		0	Europe/Berlin	54.11979	10.23483				10	00	01057	01057005
2854880	Perdöhl	perdoehl	DE		0	Europe/Berlin	53.46768	11.04879				12	00	13076	13076152
2854881	Perditzenberg	perditzenberg	DE		0	Europe/Berlin	52.9	11.81667				14	00	15090	15090520
2854882	Perdenbach	perdenbach	DE		0	Europe/Berlin	49.58163	6.52651				08	00	07235	07235136
2854883	Perchting	perchting	DE		0	Europe/Berlin	48.0006	11.27455				02	091	09188	09188139
2854884	Percha	percha	DE		0	Europe/Berlin	47.99773	11.36141				02	091	09188	09188139
2854885	Percha	percha	DE		0	Europe/Berlin	47.9225	11.84378				02	091	09187	09187130
2854886	Perbing	perbing	DE		0	Europe/Berlin	48.6168	12.87167				02	092	09279	09279113
2854887	Perba	perba	DE		0	Europe/Berlin	51.15776	13.28371				13	00	14627	14627180
2854888	Perating	perating	DE		0	Europe/Berlin	48.04705	12.55468				02	091	09189	09189157
2854895	Peppinghausen	peppinghausen	DE		0	Europe/Berlin	51.10802	7.43944				07	053	05374	05374052
2854896	Peppenkum	peppenkum	DE		0	Europe/Berlin	49.14309	7.28782		Peppenkum		09	00	10045	10045113
2854897	Peppenhoven	peppenhoven	DE		0	Europe/Berlin	50.647	6.94888		Peppenhoven		07	053	05382	05382048
2854898	Peppenhöchstädt	peppenhochstadt	DE		0	Europe/Berlin	49.65641	10.7515				02	095	09575	09575167
2854902	Penzling	penzling	DE		0	Europe/Berlin	48.71716	12.90183		Penzling		02	092	09271	09271111
2854915	Penzenstadl	penzenstadl	DE		0	Europe/Berlin	48.66248	13.6634				02	092	09275	09275126
2854916	Penzenried	penzenried	DE		0	Europe/Berlin	48.89389	12.85121				02	092	09271	09271140
2854917	Penzenreuth	penzenreuth	DE		0	Europe/Berlin	49.76943	11.74211				02	093	09374	09374129
2854918	Penzenreuth	penzenreuth	DE		0	Europe/Berlin	49.73598	11.58113		Penzenreuth		02	094	09472	09472175
2854920	Penzenhofen	penzenhofen	DE		0	Europe/Berlin	49.37992	11.30647				02	095	09574	09574164
2854921	Penzenhof	penzenhof	DE		0	Europe/Berlin	49.52324	11.57791				02	093	09371	09371140
2854922	Penzendorf	penzendorf	DE		0	Europe/Berlin	49.32624	11.06323				02	095	09565	09565000
2854924	Pentz	pentz	DE		0	Europe/Berlin	53.82937	12.99451				12	00	13071	13071014
2854925	Pentrup	pentrup	DE		0	Europe/Berlin	52.13689	7.62759				07	055	05566	05566012
2854930	Pentlhof	pentlhof	DE		0	Europe/Berlin	49.07259	12.1206				02	093	09375	09375213
2854933	Penting	penting	DE		0	Europe/Berlin	49.3239	12.36145				02	093	09376	09376147
2854934	Penting	penting	DE		0	Europe/Berlin	49.18902	12.60787				02	093	09372	09372158
2854935	Pentin	pentin	DE		0	Europe/Berlin	53.91769	13.46738				12	00	13075	13075044
2854936	Penterknapp	penterknapp	DE		0	Europe/Berlin	52.38144	7.9937				06	00	03459	03459014
2854938	Pente	pente	DE		0	Europe/Berlin	52.3898	7.96862		Pente		06	00	03459	03459014
2854939	Pensin	pensin	DE		0	Europe/Berlin	53.93376	13.09296				12	00	13071	13071076
2854942	Pennrich	pennrich	DE		0	Europe/Berlin	51.0436	13.62512		Gompitz-Pennrich,Pennrich		13	00	14612	14612000
2854943	Penning	penning	DE		0	Europe/Berlin	48.40585	13.18864				02	092	09275	09275143
2854944	Penning	penning	DE		0	Europe/Berlin	48.39659	12.14714				02	091	09177	09177121
2854948	Pennigsdorf	pennigsdorf	DE		0	Europe/Berlin	52.31667	11.96667		Forsterei Pennigsdorf,Försterei Pennigsdorf,Pennigsdorf		14	00	15086	15086035
2854950	Pennigbüttel	pennigbuettel	DE		0	Europe/Berlin	53.24522	8.81521				06	00	03356	03356007
2854951	Pennigbeck	pennigbeck	DE		0	Europe/Berlin	52.91992	8.88174				06	00	03251	03251041
2854954	Pennewitt	pennewitt	DE		0	Europe/Berlin	53.82979	11.74198				12	00	13074	13074084
2854955	Penna	penna	DE		0	Europe/Berlin	51.06886	12.7924				13	00	14522	14522490
2854956	Penkwitz	penkwitz	DE		0	Europe/Berlin	51.03179	12.27928				14	00	15084	15084130
2854960	Penkhof	penkhof	DE		0	Europe/Berlin	49.41419	11.91525				02	093	09371	09371136
2854961	Penkefitz	penkefitz	DE		0	Europe/Berlin	53.13611	11.12288				06	00	03354	03354004
2854963	Penk	penk	DE		0	Europe/Berlin	49.04446	11.96638				02	093	09375	09375175
2854964	Penk	penk	DE		0	Europe/Berlin	48.82433	13.05614				02	092	09271	09271148
2854965	Penk	penk	DE		0	Europe/Berlin	48.72078	12.28997				02	092	09274	09274119
2854966	Penk	penk	DE		0	Europe/Berlin	48.40776	12.11359				02	091	09177	09177121
2854973	Pemmering	pemmering	DE		0	Europe/Berlin	48.17112	12.02917				02	091	09177	09177123
2854975	Pemeln	pemeln	DE		0	Europe/Berlin	54.13995	9.40719				10	00	01058	01058156
2854976	Pemberg	pemberg	DE		0	Europe/Berlin	48.29611	12.11669				02	091	09177	09177115
2854978	Pelzkuhl	pelzkuhl	DE		0	Europe/Berlin	53.18765	12.99129				12	00	13071	13071159
2854986	Pelzerhaken	pelzerhaken	DE		0	Europe/Berlin	54.0898	10.86086				10	00	01055	01055032
2854997	Pellndorf	pellndorf	DE		0	Europe/Berlin	49.05733	11.71887				02	093	09375	09375148
2855000	Pellheim	pellheim	DE		0	Europe/Berlin	48.29504	11.41587				02	091	09174	09174115
2855001	Pellhausen	pellhausen	DE		0	Europe/Berlin	48.3907	11.67781				02	091	09178	09178124
2855005	Pelkwitz	pelkwitz	DE		0	Europe/Berlin	51.86514	13.64759				11	00	12061	12061320
2855008	Pelkum	pelkum	DE		0	Europe/Berlin	51.66609	7.39402				07	055	05562	05562008
2855009	Pelkum	pelkum	DE		0	Europe/Berlin	51.63842	7.74631				07	059	05915	05915000
2855010	Pelkering	pelkering	DE		0	Europe/Berlin	48.37849	13.04172				02	092	09277	09277149
2855011	Pelka	pelka	DE		0	Europe/Berlin	48.40067	11.53836				02	091	09178	09178133
2855013	Pelham	pelham	DE		0	Europe/Berlin	47.93365	12.34245				02	091	09187	09187128
2855015	Pelchenhofen	pelchenhofen	DE		0	Europe/Berlin	49.28897	11.53101				02	093	09373	09373147
2855016	Peking	peking	DE		0	Europe/Berlin	52.08791	11.12571				14	00	15083	15083035
2855019	Peitzing	peitzing	DE		0	Europe/Berlin	48.3524	12.43273				02	091	09183	09183143
2855020	Peitzing	peitzing	DE		0	Europe/Berlin	48.30293	12.35407				02	091	09183	09183114
2855021	Peitzendorf	peitzendorf	DE		0	Europe/Berlin	51.67042	14.05083				11	00	12066	12066008
2855026	Peisting	peisting	DE		0	Europe/Berlin	48.49406	13.0822				02	092	09277	09277117
2855027	Peißing	peissing	DE		0	Europe/Berlin	48.46591	12.17727				02	092	09274	09274114
2855028	Peissener Pohl	peissener-pohl	DE		0	Europe/Berlin	54.01667	9.6				10	00	01061	01061042
2855034	Peißel	peissel	DE		0	Europe/Berlin	51.2	10.58333				15	00	16064	16064037
2855035	Peiß	peiss	DE		0	Europe/Berlin	47.96113	11.77863				02	091	09184	09184137
2855037	Peising	peising	DE		0	Europe/Berlin	48.92083	12.05742				02	092	09273	09273116
2855042	Peinkofen	peinkofen	DE		0	Europe/Berlin	48.78973	12.71779				02	092	09278	09278167
2855043	Peingdorf	peingdorf	DE		0	Europe/Berlin	52.17169	8.2333				06	00	03459	03459024
2855049	Peilstein	peilstein	DE		0	Europe/Berlin	49.529	11.64379				02	093	09371	09371141
2855050	Peigerting	peigerting	DE		0	Europe/Berlin	48.71667	13.33333				02	092	09275	09275121
2855051	Peigen	peigen	DE		0	Europe/Berlin	48.69271	12.64841				02	092	09279	09279132
2855055	Peickwitz	peickwitz	DE		0	Europe/Berlin	51.46448	13.9801		Cikecy,Peickwitz,Tsikojce,Tśikojce,Čikecy		11	00	12066	12066304
2855056	Pehritzsch	pehritzsch	DE		0	Europe/Berlin	51.40092	12.58793				13	00	14730	14730140
2855057	Pehmertange	pehmertange	DE		0	Europe/Berlin	52.98643	7.86088				06	00	03453	03453007
2855058	Pehmerfeld	pehmerfeld	DE		0	Europe/Berlin	54.08046	10.39794				10	00	01057	01057053
2855059	Pehmen	pehmen	DE		0	Europe/Berlin	54.08333	10.4				10	00	01057	01057053
2855060	Pehlitz	pehlitz	DE		0	Europe/Berlin	52.90911	13.99341				11	00	12060	12060045
2855063	Peheim	peheim	DE		0	Europe/Berlin	52.88242	7.8386				06	00	03453	03453012
2855067	Pegenau	pegenau	DE		0	Europe/Berlin	51.11633	13.53169				13	00	14627	14627100
2855070	Peffekoven	peffekoven	DE		0	Europe/Berlin	51.06008	7.34927		Peffekoven		07	053	05374	05374052
2855071	Peez	peez	DE		0	Europe/Berlin	54.15662	12.15184		Pez		12	00	13003	13003000
2855073	Peetzig	peetzig	DE		0	Europe/Berlin	53.07263	13.91882				11	00	12073	12073008
2855078	Peetsch	peetsch	DE		0	Europe/Berlin	53.80157	11.96173				12	00	13072	13072028
2855079	Peetsch	peetsch	DE		0	Europe/Berlin	53.2531	12.84182				12	00	13071	13071099
2855080	Peesten	peesten	DE		0	Europe/Berlin	50.06286	11.36624				02	094	09477	09477124
2855081	Peeselin	peeselin	DE		0	Europe/Berlin	53.805	13.18897		Peeselin		12	00	13071	13071065
2855082	Peertz	peertz	DE		0	Europe/Berlin	52.65739	11.10389				14	00	15081	15081045
2855084	Peenwerder	peenwerder	DE		0	Europe/Berlin	53.61676	12.82504				12	00	13071	13071169
2855085	Peenhaüser	peenhaueser	DE		0	Europe/Berlin	53.69961	12.77102				12	00	13071	13071039
2855086	Peenhäuser	peenhaeuser	DE		0	Europe/Berlin	53.66387	12.52321				12	00	13072	13072023
2855091	Peenemünde	peenemuende	DE		371	Europe/Berlin	54.13649	13.77175		PEF,Peenemuende,Peenemunde,Peenemünde,Peneminde,Penemiunde,Penemjunde,Pēneminde,Pėnemiundė,bynmwnd,pei nei ming de,pnmyndh,Пенеминде,Пенемюнде,פנמינדה,بينموند,佩内明德		12	00	13075	13075106
2855093	Peenedamm	peenedamm	DE		0	Europe/Berlin	53.86113	13.6857				12	00	13075	13075005
2855095	Peel	peel	DE		0	Europe/Berlin	51.16422	6.32378		Peel		07	051	05116	05116000
2855096	Pedingworth	pedingworth	DE		0	Europe/Berlin	53.77075	8.91758				06	00	03352	03352038
2855097	Pedinghausen	pedinghausen	DE		0	Europe/Berlin	51.59403	7.83016				07	059	05915	05915000
2855098	Peddinghausen	peddinghausen	DE		0	Europe/Berlin	51.30705	7.44743				07	059	05954	05954004
2855101	Peddenberg	peddenberg	DE		0	Europe/Berlin	51.66762	6.7431				07	051	05170	05170016
2855103	Peckrenne	peckrenne	DE		0	Europe/Berlin	52.3559	8.6888				07	057	05770	05770008
2855105	Peckensen	peckensen	DE		0	Europe/Berlin	52.76024	10.9553		Peckensen		14	00	15081	15081105
2855107	Peckelsheim	peckelsheim	DE		0	Europe/Berlin	51.59809	9.12707		Peckelsheim		07	057	05762	05762040
2855109	Peckeloh	peckeloh	DE		0	Europe/Berlin	52.26714	8.84891				07	057	05770	05770024
2855110	Peckeloh	peckeloh	DE		0	Europe/Berlin	52.01817	8.12284		Peckeloh		07	057	05754	05754048
2855112	Peckatel	peckatel	DE		0	Europe/Berlin	53.55689	11.52056				12	00	13076	13076113
2855113	Peckatel	peckatel	DE		0	Europe/Berlin	53.4487	13.05159				12	00	13071	13071075
2855114	Pechüle	pechuele	DE		0	Europe/Berlin	52.07522	12.95218		Pechule,Pechüle		11	00	12069	12069632
2855115	Pechtnersreuth	pechtnersreuth	DE		0	Europe/Berlin	50.05204	12.29978		Pechtnersreuth		02	093	09377	09377158
2855116	Pechtensweiler	pechtensweiler	DE		0	Europe/Berlin	47.60872	9.72739				01	084	08436	08436001
2855117	Pechtelsgrün	pechtelsgruen	DE		0	Europe/Berlin	50.59132	12.41277				13	00	14523	14523170
2855121	Pechseifen	pechseifen	DE		0	Europe/Berlin	50.43241	12.46129				13	00	14523	14523245
2855125	Pechreuth	pechreuth	DE		0	Europe/Berlin	50.31773	11.65643				02	094	09475	09475156
2855129	Pechofen	pechofen	DE		0	Europe/Berlin	49.96237	12.2495				02	093	09377	09377141
2855135	Pechhütte	pechhuette	DE		0	Europe/Berlin	51.8	13.53333				11	00	12072	12072053
2855136	Pechhütte	pechhuette	DE		0	Europe/Berlin	51.5	13.83333				11	00	12066	12066296
2855137	Pechhütte	pechhutte	DE		0	Europe/Berlin	49.53745	10.57108				02	095	09575	09575119
2855139	Pechhof	pechhof	DE		0	Europe/Berlin	49.71683	11.9847				02	093	09374	09374156
2855140	Pechhäusl	pechhausl	DE		0	Europe/Berlin	48.49935	12.60188				02	092	09277	09277121
2855141	Pechgraben	pechgraben	DE		0	Europe/Berlin	50.01832	11.53881				02	094	09477	09477142
2855143	Pechern	pechern	DE		0	Europe/Berlin	51.48667	14.86201		Pechc,Pěchč		13	00	14626	14626250
2855144	Pecheigen	pecheigen	DE		0	Europe/Berlin	48.34501	13.01378				02	092	09277	09277152
2855147	Pechau	pechau	DE		0	Europe/Berlin	52.08884	11.71611		Pechau		14	00	15003	15003000
2855148	Pech	pech	DE		0	Europe/Berlin	50.65319	7.11219		Pech		07	053	05382	05382072
2855150	Paxförde	paxfoerde	DE		0	Europe/Berlin	52.3	11.5				14	00	15083	15083557
2855153	Pavolding	pavolding	DE		0	Europe/Berlin	47.95765	12.43945				02	091	09189	09189143
2855157	Pavenstädt	pavenstaedt	DE		0	Europe/Berlin	51.90334	8.35341				07	057	05754	05754008
2855158	Pavelsbach	pavelsbach	DE		0	Europe/Berlin	49.26439	11.34381				02	093	09373	09373155
2855160	Pautzsch	pautzsch	DE		0	Europe/Berlin	51.10479	12.26691				13	00	14729	14729170
2855161	Pautzfeld	pautzfeld	DE		0	Europe/Berlin	49.76547	11.02864				02	094	09474	09474133
2855162	Paustenbach	paustenbach	DE		0	Europe/Berlin	50.62055	6.28107				07	053	05334	05334028
2855163	Paußnitz	paussnitz	DE		0	Europe/Berlin	51.38742	13.20005				13	00	14627	14627270
2855165	Pausmühle	pausmuhle	DE		0	Europe/Berlin	47.98567	11.96076				02	091	09175	09175112
2855166	Pausitz	pausitz	DE		0	Europe/Berlin	51.32439	12.73848				13	00	14729	14729030
2855167	Pausitz	pausitz	DE		0	Europe/Berlin	51.28996	13.28914				13	00	14627	14627230
2855169	Pausenberg	pausenberg	DE		0	Europe/Berlin	48.24716	12.09939				02	091	09177	09177115
2855170	Pausdorf	pausdorf	DE		0	Europe/Berlin	50.0105	11.04195				02	094	09471	09471185
2855171	Pauschwitz	pauschwitz	DE		0	Europe/Berlin	51.28253	12.76268				13	00	14729	14729400
2855172	Pauschütz	pauschuetz	DE		0	Europe/Berlin	51.13737	13.39287				13	00	14627	14627080
2855173	Pauschendorf	pauschendorf	DE		0	Europe/Berlin	49.70517	12.25023		Pauschendorf		02	093	09374	09374121
2855174	Pauscha	pauscha	DE		0	Europe/Berlin	51.08091	11.91204				14	00	15084	15084335
2855176	Paupitzsch	paupitzsch	DE		0	Europe/Berlin	51.58333	12.35				13	00	14730	14730070
2855178	Paunsdorf	paunsdorf	DE		0	Europe/Berlin	51.34948	12.44494				13	00	14713	14713000
2855180	Pauluszell	pauluszell	DE		0	Europe/Berlin	48.36558	12.30742		Pauluszell		02	092	09274	09274193
2855181	Paulushofen	paulushofen	DE		0	Europe/Berlin	49.01102	11.50037				02	091	09176	09176114
2855186	Paulshorst	paulshorst	DE		0	Europe/Berlin	53.11522	12.91531				11	00	12068	12068353
2855188	Paulshof	paulshof	DE		0	Europe/Berlin	52.57984	13.6972				11	00	12064	12064029
2855193	Paulshain	paulshain	DE		0	Europe/Berlin	50.91476	13.61962		Paulshain		13	00	14628	14628205
2855194	Paulshagen	paulshagen	DE		0	Europe/Berlin	53.3275	10.78643				12	00	13076	13076136
2855196	Paulsgabe	paulsgabe	DE		0	Europe/Berlin	54.61667	9.25				10	00	01059	01059132
2855199	Paulsdorf	paulsdorf	DE		0	Europe/Berlin	50.91538	13.64057		Paulsdorf		13	00	14628	14628060
2855200	Paulsdorf	paulsdorf	DE		0	Europe/Berlin	49.44028	11.94231				02	093	09371	09371122
2855204	Paulmannshavekost	paulmannshavekost	DE		0	Europe/Berlin	52.53837	10.23796				06	00	03351	03351007
2855205	Pauljürgen	pauljuergen	DE		0	Europe/Berlin	51.56667	8.56667				07	057	05774	05774016
2855208	Paulinzella	paulinzella	DE		0	Europe/Berlin	50.70274	11.10228		Paulinzella		15	00	16073	16073112
2855210	Paulinenhof	paulinenhof	DE		0	Europe/Berlin	52.35	14.51667				11	00	12053	12053000
2855211	Paulinenhof	paulinenhof	DE		0	Europe/Berlin	53.18119	13.55813				11	00	12073	12073572
2855217	Pauli	pauli	DE		0	Europe/Berlin	51.55187	8.1074				07	059	05974	05974040
2855219	Paulengrund	paulengrund	DE		0	Europe/Berlin	49.42136	7.34934				08	00	07336	07336011
2855224	Patzschwig	patzschwig	DE		0	Europe/Berlin	51.68783	12.75402				14	00	15091	15091020
2855227	Patzetz	patzetz	DE		0	Europe/Berlin	51.88141	11.87937				14	00	15089	15089026
2855231	Pätz	paetz	DE		0	Europe/Berlin	52.22507	13.65886				11	00	12061	12061020
2855232	Pattscheid	pattscheid	DE		0	Europe/Berlin	51.09117	7.04992		Pattscheid		07	053	05316	05316000
2855234	Patting	patting	DE		0	Europe/Berlin	47.85644	12.89919				02	091	09172	09172134
2855235	Patting	patting	DE		0	Europe/Berlin	47.81903	12.23628				02	091	09187	09187167
2855236	Patthorst	patthorst	DE		0	Europe/Berlin	52.01709	8.37893				07	057	05754	05754040
2855238	Pattershofen	pattershofen	DE		0	Europe/Berlin	49.37125	11.64843				02	093	09371	09371132
2855240	Pattern	pattern	DE		0	Europe/Berlin	50.95594	6.38824				07	053	05358	05358024
2855241	Pattern	pattern	DE		0	Europe/Berlin	50.88333	6.31667				07	053	05358	05358004
2855244	Pattenhofen	pattenhofen	DE		0	Europe/Berlin	49.35925	11.30325		Pattenhofen		02	095	09574	09574117
2855245	Pattenham	pattenham	DE		0	Europe/Berlin	48.37153	13.1884				02	092	09275	09275143
2855247	Pattendorf	pattendorf	DE		0	Europe/Berlin	48.72008	12.01425				02	092	09274	09274176
2855248	Pattendorf	pattendorf	DE		0	Europe/Berlin	48.52655	12.33859				02	092	09274	09274111
2855250	Pattenberg	pattenberg	DE		0	Europe/Berlin	47.7932	12.56526				02	091	09189	09189113
2855256	Pätschow	paetschow	DE		0	Europe/Berlin	53.89797	13.51653				12	00	13075	13075043
2855258	Paetrow	paetrow	DE		0	Europe/Berlin	53.72936	11.14963		Paetrow,Patrow,Pätrow		12	00	13074	13074081
2855259	Patriching	patriching	DE		0	Europe/Berlin	48.60726	13.41688				02	092	09262	09262000
2855260	Pätower Steegen	paetower-steegen	DE		0	Europe/Berlin	53.40482	11.16783				12	00	13076	13076110
2855261	Pätow	paetow	DE		0	Europe/Berlin	53.40012	11.13825		Paetow-Steegen,Pätow-Steegen		12	00	13076	13076110
2855266	Pathal	pathal	DE		0	Europe/Berlin	49.19388	11.69452				02	093	09373	09373167
2855267	Paterzell	paterzell	DE		0	Europe/Berlin	47.85329	11.05058				02	091	09190	09190158
2855268	Patersweg	patersweg	DE		0	Europe/Berlin	53.15348	7.48785				06	00	03457	03457022
2855270	Patersholz	patersholz	DE		0	Europe/Berlin	49.16676	11.21649		Patersholz		02	095	09576	09576127
2855276	Patersbach	patersbach	DE		0	Europe/Berlin	49.56506	7.45146				08	00	07336	07336003
2855279	Paterlhütte	paterlhutte	DE		0	Europe/Berlin	49.83399	12.02				02	093	09377	09377116
2855283	Pastow	pastow	DE		0	Europe/Berlin	54.08881	12.23167				12	00	13072	13072019
2855292	Pastin	pastin	DE		0	Europe/Berlin	53.70331	11.8745				12	00	13076	13076128
2855307	Passin	passin	DE		0	Europe/Berlin	53.90105	11.99934				12	00	13072	13072053
2855308	Paßhausen	passhausen	DE		0	Europe/Berlin	48.61459	12.79636				02	092	09279	09279113
2855310	Passentin	passentin	DE		0	Europe/Berlin	53.54626	13.12271		Passentin		12	00	13071	13071115
2855311	Passenrieth	passenrieth	DE		0	Europe/Berlin	49.56745	12.48759				02	093	09374	09374118
2855312	Passendorf	passendorf	DE		0	Europe/Berlin	51.46667	11.93333				14	00	15002	15002000
2855313	Passelsdorf	passelsdorf	DE		0	Europe/Berlin	49.46462	12.13044				02	093	09376	09376144
2855319	Paßditz	passditz	DE		0	Europe/Berlin	51.21605	14.27337		Passditz,Paßditz,Pozdecy		13	00	14625	14625150
2855320	Paßbruch	passbruch	DE		0	Europe/Berlin	51.55369	11.1274				14	00	15087	15087370
2855332	Paske	paske	DE		0	Europe/Berlin	53.8729	13.93131				12	00	13075	13075137
2855334	Pasing	pasing	DE		35728	Europe/Berlin	48.14146	11.45599		Pasing		02	091	09162	09162000
2855335	Pasewerk	pasewerk	DE		0	Europe/Berlin	53.85724	10.52331				10	00	01062	01062061
2855339	Paserin	paserin	DE		0	Europe/Berlin	51.861	13.62546				11	00	12061	12061320
2855340	Pasenow	pasenow	DE		0	Europe/Berlin	53.49924	13.55224				12	00	13071	13071164
2855341	Pasenbach	pasenbach	DE		0	Europe/Berlin	48.36066	11.44022				02	091	09174	09174150
2855343	Pasel	pasel	DE		0	Europe/Berlin	51.22209	7.92635				07	059	05962	05962052
2855344	Päse	paese	DE		0	Europe/Berlin	52.49271	10.30981				06	00	03151	03151017
2855345	Paschwitz	paschwitz	DE		0	Europe/Berlin	51.46524	12.72217				13	00	14730	14730080
2855346	Paschkowitz	paschkowitz	DE		0	Europe/Berlin	51.22622	13.02195				13	00	14730	14730200
2855352	Paschenburg	paschenburg	DE		0	Europe/Berlin	52.62311	8.78869				06	00	03251	03251004
2855360	Pasch	pasch	DE		0	Europe/Berlin	51.28602	6.24196				07	051	05166	05166016
2855362	Parzham	parzham	DE		0	Europe/Berlin	48.47924	13.32685				02	092	09275	09275122
2855366	Partschefeld	partschefeld	DE		0	Europe/Berlin	50.75525	11.43915		Partschefeld		15	00	16073	16073109
2855368	Parting	parting	DE		0	Europe/Berlin	48.08373	12.39806				02	091	09189	09189142
2855372	Partenkirchen	partenkirchen	DE		0	Europe/Berlin	47.49482	11.10778		Partenkirch		02	091	09180	09180117
2855374	Partenfeld	partenfeld	DE		0	Europe/Berlin	50.05464	11.44211				02	094	09477	09477157
2855377	Parstein	parstein	DE		0	Europe/Berlin	52.93322	14.03649				11	00	12060	12060185
2855378	Parst	parst	DE		0	Europe/Berlin	48.85754	13.02881				02	092	09271	09271119
2855379	Parsit	parsit	DE		0	Europe/Berlin	51.49696	7.96018		Parsit		07	059	05974	05974012
2855382	Parscheid	parscheid	DE		0	Europe/Berlin	50.66148	7.43917				08	00	07138	07138003
2855383	Parschalling	parschalling	DE		0	Europe/Berlin	48.53472	13.17139				02	092	09275	09275138
2855384	Parschalling	parschalling	DE		0	Europe/Berlin	48.25516	12.12585				02	091	09177	09177115
2855396	Parow	parow	DE		0	Europe/Berlin	54.35215	13.06944				12	00	13073	13073046
2855397	Parnsberg	parnsberg	DE		0	Europe/Berlin	47.83936	12.27193				02	091	09187	09187167
2855398	Parnkofen	parnkofen	DE		0	Europe/Berlin	48.72445	12.64123				02	092	09279	09279132
2855401	Parnham	parnham	DE		0	Europe/Berlin	48.41608	13.23362				02	092	09275	09275149
2855402	Parnewinkel	parnewinkel	DE		0	Europe/Berlin	53.38259	9.2147				06	00	03357	03357043
2855405	Parmen	parmen	DE		0	Europe/Berlin	53.35104	13.58227				11	00	12073	12073429
2855406	Parmbichl	parmbichl	DE		0	Europe/Berlin	47.85	12.81667				02	091	09172	09172134
2855407	Parlow	parlow	DE		0	Europe/Berlin	53.02542	13.76209				11	00	12060	12060068
2855408	Parleithen	parleithen	DE		0	Europe/Berlin	49.05491	11.62062				02	093	09373	09373121
2855410	Parleiten	parleiten	DE		0	Europe/Berlin	48.6634	11.59563				02	091	09186	09186122
2855411	Parleib	parleib	DE		0	Europe/Berlin	52.43634	11.33102				14	00	15081	15081135
2855412	Parlament	parlament	DE		0	Europe/Berlin	54.63333	8.6				10			
2855417	Parkow	parkow	DE		0	Europe/Berlin	53.87439	11.96763				12	00	13072	13072020
2855419	Parkentin	parkentin	DE		0	Europe/Berlin	54.07746	11.98198		Parkenthin,Parkentin		12	00	13072	13072007
2855420	Parkberg	parkberg	DE		0	Europe/Berlin	53.70104	10.09121				04	00	02000	02000000
2855421	Parishof	parishof	DE		0	Europe/Berlin	52.85356	11.91168				14	00	15090	15090008
2855422	Paring	paring	DE		0	Europe/Berlin	48.85061	12.09133				02	092	09273	09273141
2855423	Paring	paring	DE		0	Europe/Berlin	48.57651	12.33712				02	092	09274	09274156
2855426	Parin	parin	DE		0	Europe/Berlin	53.91248	11.19011		Parin		12	00	13074	13074016
2855430	Parey	parey	DE		0	Europe/Berlin	52.67841	12.24486				11	00	12063	12063134
2855431	Parey	parey	DE		0	Europe/Berlin	52.38024	11.98269		Parey		14	00	15086	15086035
2855433	Paretz	paretz	DE		0	Europe/Berlin	52.46877	12.87649		Paretz		11	00	12063	12063148
2855434	Pareszell	pareszell	DE		0	Europe/Berlin	49.10939	12.77366				02	092	09278	09278178
2855435	Parensen	parensen	DE		0	Europe/Berlin	51.61551	9.90443				06	00	03155	03155010
2855437	Parchow	parchow	DE		0	Europe/Berlin	54.5843	13.28606				12	00	13073	13073101
2855438	Parchow	parchow	DE		0	Europe/Berlin	54.0318	11.75826				12	00	13072	13072014
2855449	Paradiese	paradiese	DE		0	Europe/Berlin	51.56608	8.05276		Paradiese		07	059	05974	05974040
2855451	Paradies	paradies	DE		0	Europe/Berlin	53.17894	8.33577				06	00	03461	03461004
2855452	Paradies	paradies	DE		0	Europe/Berlin	51.53333	13.95				11	00	12066	12066285
2855453	Paradies	paradies	DE		0	Europe/Berlin	47.59217	9.70132				02	097	09776	09776116
2855459	Papstdorf	papstdorf	DE		0	Europe/Berlin	50.8967	14.12679				13	00	14628	14628140
2855460	Päpsen	paepsen	DE		0	Europe/Berlin	52.70926	8.95935				06	00	03251	03251034
2855461	Papsdorf	papsdorf	DE		0	Europe/Berlin	51.21659	12.83855		Papsdorf		13	00	14729	14729160
2855462	Papproth	papproth	DE		0	Europe/Berlin	51.62058	14.26556		Papproth,Paprotna		11	00	12071	12071057
2855463	Pappritz	pappritz	DE		0	Europe/Berlin	51.03924	13.85324				13	00	14612	14612000
2855468	Pappendorf	pappendorf	DE		0	Europe/Berlin	50.98835	13.17587		Pappendorf		13	00	14522	14522540
2855470	Pappenberg	pappenberg	DE		0	Europe/Berlin	49.70063	11.79751				02	093	09374	09374124
2855474	Pappelhof	pappelhof	DE		0	Europe/Berlin	52.53024	11.92761				14	00	15090	15090550
2855477	Pappelau	pappelau	DE		0	Europe/Berlin	48.368	9.80583				01	084	08425	08425020
2855482	Papitz	papitz	DE		0	Europe/Berlin	51.78153	14.19983		Papitz,Popojce		11	00	12071	12071244
2855483	Papitz	papitz	DE		0	Europe/Berlin	51.38788	12.24939				13	00	14730	14730270
2855484	Päpinghausen	paepinghausen	DE		0	Europe/Berlin	52.32028	8.98838				07	057	05770	05770024
2855485	Papierholz	papierholz	DE		0	Europe/Berlin	53.63362	10.40679				10	00	01062	01062021
2855487	Papferding	papferding	DE		0	Europe/Berlin	48.28279	11.96823				02	091	09177	09177113
2855496	Papenrode	papenrode	DE		0	Europe/Berlin	52.36588	10.94833		Papenrode		06	00	03154	03154009
2855499	Papenmoorland	papenmoorland	DE		0	Europe/Berlin	53.53333	7.95				06	00	03455	03455015
2855500	Papenkuhle	papenkuhle	DE		0	Europe/Berlin	51.22973	7.83714				07	059	05962	05962052
2855505	Papenhorst	papenhorst	DE		0	Europe/Berlin	52.54233	10.12115		Papenhost		06	00	03351	03351018
2855506	Papenholz	papenholz	DE		0	Europe/Berlin	51.45191	7.30214		Papenholz		07	059	05954	05954036
2855509	Papenhöhe	papenhoehe	DE		0	Europe/Berlin	53.76667	9.65				10	00	01056	01056015
2855511	Papenhöfen	papenhoefen	DE		0	Europe/Berlin	51.8432	9.2577				07	057	05762	05762024
2855524	Papenburgerweg	papenburgerweg	DE		0	Europe/Berlin	53.07159	7.37659				06	00	03454	03454041
2855526	Papenbruch	papenbruch	DE		0	Europe/Berlin	53.127	12.43069				11	00	12068	12068181
2855528	Papenbrook	papenbrook	DE		0	Europe/Berlin	54.38333	9.28333				10	00	01059	01059005
2855532	Papenberge	papenberge	DE		0	Europe/Berlin	52.59825	13.20256				11	00	12065	12065136
2855533	Papenberg	papenberg	DE		0	Europe/Berlin	52.29103	11.38116				14	00	15083	15083270
2855534	Papenberg	papenberg	DE		0	Europe/Berlin	51.40606	7.62				07	059	05978	05978028
2855535	Papenberg	papenberg	DE		0	Europe/Berlin	51.16638	7.19861				07	051	05120	05120000
2855558	Panzow	panzow	DE		0	Europe/Berlin	54.00383	11.66336				12	00	13072	13072074
2855559	Panzing	panzing	DE		0	Europe/Berlin	48.43366	12.56358				02	092	09277	09277121
2855561	Pantow	pantow	DE		0	Europe/Berlin	54.38164	13.57346				12	00	13073	13073106
2855562	Pantlitz	pantlitz	DE		0	Europe/Berlin	54.22538	12.55441				12	00	13073	13073001
2855567	Pansheide	pansheide	DE		0	Europe/Berlin	51.98625	8.67405				07	057	05766	05766048
2855570	Pansevitz	pansevitz	DE		0	Europe/Berlin	54.45447	13.3114				12	00	13073	13073045
2855572	Pansdorf	pansdorf	DE		0	Europe/Berlin	53.98139	10.70549				10	00	01055	01055035
2855573	Pansdorf	pansdorf	DE		0	Europe/Berlin	50.62902	12.11741				15	00	16076	16076022
2855576	Panschow	panschow	DE		0	Europe/Berlin	53.77372	13.62533				12	00	13075	13075122
2855578	Panschenhagen	panschenhagen	DE		0	Europe/Berlin	53.59488	12.64029				12	00	13071	13071047
2855582	Panrod	panrod	DE		0	Europe/Berlin	50.25577	8.132				05	064	06439	06439001
2855585	Pannstedt	pannstedt	DE		0	Europe/Berlin	52.80448	8.75546				06	00	03251	03251007
2855586	Pannigkau	pannigkau	DE		0	Europe/Berlin	51.81077	12.62539				14	00	15091	15091160
2855587	Pannewitz am Taucher	pannewitz-am-taucher	DE		0	Europe/Berlin	51.19979	14.24672		Panecy,Pannewitz am Taucher		13	00	14625	14625060
2855588	Pannewitz	pannewitz	DE		0	Europe/Berlin	51.23286	14.31936		Banecy,Pannewitz		13	00	14625	14625360
2855589	Pannenschöpp	pannenschoepp	DE		0	Europe/Berlin	50.96946	6.06676				07	053	05370	05370012
2855593	Pannecke	pannecke	DE		0	Europe/Berlin	53.00563	11.25213		Pannecke,Panneke		06	00	03354	03354023
2855598	Pankow	pankow	DE		57113	Europe/Berlin	52.56926	13.40186		Berlin-Pankow,Pankov,Pankow,pankw,pnqw,Панков,פנקו,پانکو		16	00	11000	11000000
2855600	Pankofen	pankofen	DE		0	Europe/Berlin	48.79219	12.89683				02	092	09271	09271146
2855604	Pankelow	pankelow	DE		0	Europe/Berlin	54.01849	12.25428				12	00	13072	13072029
2855605	Pankeborn	pankeborn	DE		0	Europe/Berlin	52.68075	13.60331				11	00	12060	12060020
2855608	Panitzsch	panitzsch	DE		0	Europe/Berlin	51.36321	12.53317				13	00	14729	14729060
2855610	Panitz	panitz	DE		0	Europe/Berlin	51.25211	13.226				13	00	14627	14627260
2855612	Panholling	panholling	DE		0	Europe/Berlin	48.85077	13.1436				02	092	09271	09271126
2855617	Pang	pang	DE		0	Europe/Berlin	47.82408	12.0923				02	091	09163	09163000
2855621	Pamsendorf	pamsendorf	DE		0	Europe/Berlin	49.4942	12.27239				02	093	09376	09376153
2855622	Pamprin	pamprin	DE		0	Europe/Berlin	53.50804	10.93367				12	00	13076	13076073
2855627	Pampin	pampin	DE		0	Europe/Berlin	53.25853	11.86428				12	00	13076	13076160
2855628	Pamitz	pamitz	DE		0	Europe/Berlin	53.95361	13.66128				12	00	13075	13075061
2855630	Palzing	palzing	DE		0	Europe/Berlin	48.45965	11.70783				02	091	09178	09178157
2855634	Paltzschen	paltzschen	DE		0	Europe/Berlin	51.21682	13.31664		Paltzschen		13	00	14627	14627130
2855635	Paltenkämpen	paltenkaempen	DE		0	Europe/Berlin	52.44241	7.59118				07	055	05566	05566020
2855636	Palsweis	palsweis	DE		0	Europe/Berlin	48.2548	11.31257				02	091	09174	09174113
2855639	Palnkam	palnkam	DE		0	Europe/Berlin	47.8962	11.66405				02	091	09182	09182127
2855640	Palmzin	palmzin	DE		0	Europe/Berlin	54.18281	12.62651				12	00	13073	13073085
2855643	Palmpohl	palmpohl	DE		60	Europe/Berlin	52.81096	8.19906				06	00	03453	03453005
2855647	Palmersheim	palmersheim	DE		0	Europe/Berlin	50.63631	6.8589		Palmersheim		07	053	05366	05366016
2855650	Palmerort	palmerort	DE		0	Europe/Berlin	54.23333	13.38333				12	00	13073	13073027
2855654	Palmberg	palmberg	DE		0	Europe/Berlin	48.94979	11.83718				02	092	09273	09273133
2855655	Palmberg	palmberg	DE		0	Europe/Berlin	48.9102	13.33869				02	092	09272	09272149
2855656	Palmberg	palmberg	DE		0	Europe/Berlin	48.2738	12.41964				02	091	09183	09183151
2855664	Palmbach	palmbach	DE		0	Europe/Berlin	48.94658	8.48222				01	082	08212	08212000
2855666	Pallien	pallien	DE		0	Europe/Berlin	49.76563	6.62759				08	00	07211	07211000
2855667	Pallhausen	pallhausen	DE		0	Europe/Berlin	48.37487	11.66057				02	091	09178	09178124
2855671	Palingen	palingen	DE		0	Europe/Berlin	53.8543	10.79874		Palingen		12	00	13074	13074049
2855677	Pakens	pakens	DE		0	Europe/Berlin	53.62495	8.00419				06	00	03455	03455020
2855678	Pakendorf	pakendorf	DE		0	Europe/Berlin	51.91819	12.1095				14	00	15082	15082430
2855679	Pakebusch	pakebusch	DE		0	Europe/Berlin	52.7879	11.82421				14	00	15090	15090415
2855680	Paitzkofen	paitzkofen	DE		0	Europe/Berlin	48.80918	12.70766				02	092	09278	09278192
2855685	Painhofen	painhofen	DE		0	Europe/Berlin	48.07968	11.09791				02	091	09181	09181123
2855687	Paindorf	paindorf	DE		0	Europe/Berlin	48.45016	11.49293				02	091	09186	09186146
2855688	Paindlkofen	paindlkofen	DE		0	Europe/Berlin	48.68442	12.26838				02	092	09274	09274127
2855689	Paimar	paimar	DE		0	Europe/Berlin	49.63864	9.75287		Paimar		01	081	08128	08128047
2855690	Pahres	pahres	DE		0	Europe/Berlin	49.61921	10.65461		Pahres		02	095	09575	09575128
2855691	Pahrenz	pahrenz	DE		0	Europe/Berlin	51.24603	13.31695				13	00	14627	14627070
2855692	Pahren	pahren	DE		0	Europe/Berlin	50.6452	11.89638				15	00	16076	16076087
2855693	Pahnstangen	pahnstangen	DE		0	Europe/Berlin	50.61588	11.77593				15	00	16075	16075072
2855695	Pahna	pahna	DE		0	Europe/Berlin	51.04982	12.48465		Pahna		15	00	16077	16077005
2855699	Pahlkrug	pahlkrug	DE		0	Europe/Berlin	54.25531	9.22317				10	00	01051	01051068
2855700	Pahlhude	pahlhude	DE		0	Europe/Berlin	54.26919	9.29753		Pahlhude		10	00	01051	01051088
2855701	Pahlhorn	pahlhorn	DE		0	Europe/Berlin	54.28333	9.31667				10	00	01059	01059088
2855709	Pagram	pagram	DE		0	Europe/Berlin	52.32424	14.45955		Pagram		11	00	12053	12053000
2855716	Pagenhard	pagenhard	DE		0	Europe/Berlin	48.98639	10.65473		Pagenhard		02	095	09577	09577179
2855725	Paffrath	paffrath	DE		0	Europe/Berlin	51.00151	7.09505		Paffrath		07	053	05378	05378004
2855728	Paffenlöh	paffenloeh	DE		0	Europe/Berlin	51.09943	7.11227				07	053	05378	05378008
2855730	Paffendorf	paffendorf	DE		0	Europe/Berlin	50.96243	6.61042				07	053	05362	05362008
2855732	Padling	padling	DE		0	Europe/Berlin	48.84289	13.16853				02	092	09271	09271126
2855734	Paditz	paditz	DE		0	Europe/Berlin	50.96609	12.45711				15	00	16077	16077001
2855737	Padingbüttel	padingbuettel	DE		480	Europe/Berlin	53.7	8.53333		Padingbitel,Padingbjuttel',Padingbueddel,Padingbüddel,pa ding bi te er,Падингбител,Падингбюттель,帕丁比特尔	03352061	06	00	03352	03352061
2855740	Padering	padering	DE		0	Europe/Berlin	48.78832	12.62389				02	092	09278	09278167
2855749	Pademack	pademack	DE		0	Europe/Berlin	51.78333	13.83333		Pademack,Podmokla,Pódmokła		11	00	12066	12066052
2855750	Padelügge	padeluegge	DE		0	Europe/Berlin	53.85407	10.62413		Buntekuh,Padelugge,Padelügge		10	00	01003	01003000
2855752	Paddewisch	paddewisch	DE		0	Europe/Berlin	53.35205	8.86033				06	00	03356	03356004
2855753	Padderow	padderow	DE		0	Europe/Berlin	53.8872	13.39431		Padderow		12	00	13075	13075155
2855759	Padberg	padberg	DE		0	Europe/Berlin	51.40406	8.76482		Padberg		07	059	05958	05958024
2855761	Packisch	packisch	DE		0	Europe/Berlin	51.51171	13.15949		Packisch		13	00	14730	14730010
2855764	Pachthof	pachthof	DE		0	Europe/Berlin	54.21667	13.28333				12	00	13073	13073090
2855767	Pachten	pachten	DE		0	Europe/Berlin	49.35619	6.71213		Pachten		09	00	10044	10044111
2855770	Pabstthum	pabstthum	DE		0	Europe/Berlin	52.85234	12.93348				11	00	12068	12068320
2855772	Pabstleithen	pabstleithen	DE		0	Europe/Berlin	50.32026	12.1253				13	00	14523	14523080
2855776	Pabsdorf	pabsdorf	DE		0	Europe/Berlin	52.19395	11.97386				14	00	15086	15086140
2855778	Paashaus	paashaus	DE		0	Europe/Berlin	51.2	7.08333				07	051	05122	05122000
2855780	Paarstadl	paarstadl	DE		0	Europe/Berlin	49.09511	11.84944				02	093	09375	09375118
2855781	Paarsch	paarsch	DE		0	Europe/Berlin	53.42733	11.93338				12	00	13076	13076120
2855783	Paaren	paaren	DE		0	Europe/Berlin	52.48879	12.93703				11	00	12054	12054000
2855785	Paar	paar	DE		0	Europe/Berlin	48.50631	11.16979				02	097	09771	09771144
2855786	Paar	paar	DE		0	Europe/Berlin	48.35899	11.03624				02	097	09771	09771130
2855788	Paalzow	paalzow	DE		0	Europe/Berlin	52.92205	12.65265				11	00	12068	12068452
2855791	Oythe	oythe	DE		0	Europe/Berlin	52.7391	8.31253				06	00	03460	03460009
2855792	Oytermühle	oytermuehle	DE		0	Europe/Berlin	53.0618	9.03612				06	00	03361	03361009
2855793	Oyterdamm	oyterdamm	DE		0	Europe/Berlin	53.05945	8.98454				06	00	03361	03361009
2855796	Oeynhausen	oeynhausen	DE		0	Europe/Berlin	51.81382	9.05222		Oeynhausen,Oynhausen,Öynhausen		07	057	05762	05762028
2855798	Oyle	oyle	DE		0	Europe/Berlin	52.64594	9.14597		Oyle		06	00	03256	03256021
2855801	Oyershausen	oyershausen	DE		0	Europe/Berlin	51.83441	10.00072				06	00	03155	03155013
2855806	Oy	oy	DE		0	Europe/Berlin	47.64757	10.45769				02	097	09780	09780128
2855809	Oxstedt	oxstedt	DE		0	Europe/Berlin	53.79648	8.61394				06	00	03352	03352011
2855810	Oxlundfeld	oxlundfeld	DE		0	Europe/Berlin	54.66667	9.25				10	00	01059	01059115
2855811	Oxlund	oxlund	DE		0	Europe/Berlin	54.67549	9.25204				10	00	01059	01059115
2855812	Öxing	oexing	DE		0	Europe/Berlin	48.05	11.96667				02	091	09175	09175122
2855813	Oxenbronn	oxenbronn	DE		0	Europe/Berlin	48.37415	10.282				02	097	09774	09774143
2855814	Öxen	oexen	DE		0	Europe/Berlin	52.23333	8.8		Oexen		07	057	05770	05770004
2855815	Oxbüll	oxbuell	DE		0	Europe/Berlin	54.80372	9.53679				10	00	01059	01059176
2855817	Owstin	owstin	DE		0	Europe/Berlin	53.92859	13.4684		Owstin		12	00	13075	13075044
2855825	Owe	owe	DE		0	Europe/Berlin	52.89023	9.42269				06	00	03358	03358024
2855827	Övinghausen	oevinghausen	DE		0	Europe/Berlin	51.5067	7.89787				07	059	05974	05974012
2855828	Överwisch	oeverwisch	DE		0	Europe/Berlin	54.18333	9.03333				10	00	01051	01051081
2855829	Overwater	overwater	DE		0	Europe/Berlin	52.46478	7.56399				06	00	03454	03454012
2855830	Overwarfersiel	overwarfersiel	DE		0	Europe/Berlin	53.46832	8.52502				06	00	03352	03352032
2855831	Overwarfe	overwarfe	DE		0	Europe/Berlin	53.46767	8.53909				06	00	03352	03352032
2855832	Overstedt	overstedt	DE		0	Europe/Berlin	52.85789	10.68163				06	00	03360	03360005
2855833	Oeverseefeld	oeverseefeld	DE		0	Europe/Berlin	54.7	9.4		Oeverseefeld,Overseefeld,Överseefeld		10	00	01059	01059184
2855836	Overrath	overrath	DE		0	Europe/Berlin	51.74222	7.25673				07	055	05562	05562016
2855837	Overndorf	overndorf	DE		0	Europe/Berlin	53.95	9.71667				10	00	01061	01061049
2855840	Overkamp Ree	overkamp-ree	DE		0	Europe/Berlin	51.72075	6.46588				07	051	05154	05154044
2855845	Oeverich	oeverich	DE		0	Europe/Berlin	50.58737	7.11452		Oeverich,Overich,Överich		08	00	07131	07131090
2855846	Overhetfeld	overhetfeld	DE		0	Europe/Berlin	51.22328	6.15145				07	051	05166	05166020
2855847	Overhaken	overhaken	DE		0	Europe/Berlin	53.43333	10.11667				04	00	02000	02000000
2855848	Overhagen	overhagen	DE		0	Europe/Berlin	51.59993	6.9359				07	055	05512	05512000
2855849	Overhagen	overhagen	DE		0	Europe/Berlin	51.65691	8.31506		Overhagen		07	059	05974	05974028
2855853	Overbruch	overbruch	DE		0	Europe/Berlin	51.54552	6.72039				07	051	05112	05112000
2855855	Overberge	overberge	DE		0	Europe/Berlin	51.46757	7.61162				07	059	05978	05978028
2855857	Overbeck	overbeck	DE		0	Europe/Berlin	52.15308	7.73661				07	055	05566	05566032
2855860	Over	over	DE		0	Europe/Berlin	53.43557	10.09491		Over		06	00	03353	03353031
2855861	Over	over	DE		0	Europe/Berlin	50.55523	7.40486				08	00	07138	07138076
2855864	Ovenstädt	ovenstaedt	DE		0	Europe/Berlin	52.42052	8.97226				07	057	05770	05770028
2855866	Ovenhausen	ovenhausen	DE		0	Europe/Berlin	51.7781	9.30053		Ovenhausen		07	057	05762	05762020
2855869	Ovendorf	ovendorf	DE		0	Europe/Berlin	53.94126	10.81492				10	00	01055	01055035
2855872	Ovelgünne	ovelguenne	DE		451	Europe/Berlin	52.1454	11.27219		Ovelgunne,Ovelgünne		14	00	15083	15083190
2855878	Övelgönne	oevelgoenne	DE		0	Europe/Berlin	54.08786	10.74443				10	00	01055	01055039
2855879	Ovelgönne	ovelgoenne	DE		0	Europe/Berlin	53.54457	9.90705				04	00	02000	02000000
2855880	Ovelgönne	ovelgoenne	DE		0	Europe/Berlin	53.44969	9.75227				06	00	03359	03359010
2855882	Ovelgönne	ovelgoenne	DE		0	Europe/Berlin	53.20292	8.75019				06	00	03356	03356007
2855883	Ovelgönne	ovelgoenne	DE		0	Europe/Berlin	52.63578	9.93472				06	00	03351	03351012
2855904	Otzhusum	otzhusum	DE		0	Europe/Berlin	54.86667	8.75				10	00	01054	01054086
2855908	Otzenrath	otzenrath	DE		0	Europe/Berlin	51.06976	6.46458		Otzenrath		07	051	05162	05162012
2855909	Otzenhausen	otzenhausen	DE		0	Europe/Berlin	49.60496	6.9918		Otzenhausen		09	00	10046	10046115
2855911	Otze	otze	DE		0	Europe/Berlin	52.48618	10.01018				06	00	03241	03241003
2855912	Otzdorf	otzdorf	DE		0	Europe/Berlin	51.06653	13.10339				13	00	14522	14522510
2855914	Otzbach	otzbach	DE		0	Europe/Berlin	50.75	10.2				15	00	16063	16063015
2855915	Ötz	otz	DE		0	Europe/Berlin	48.59162	10.88899				02	097	09772	09772207
2855916	Ötz	otz	DE		0	Europe/Berlin	48.07178	12.1269				02	091	09187	09187124
2855918	Ottwangen	ottwangen	DE		0	Europe/Berlin	47.61188	7.73897				01	083	08336	08336069
2855920	Ottstedt	ottstedt	DE		0	Europe/Berlin	51.01744	11.21376				15	00	16071	16071103
2855921	Ottstedt	ottstedt	DE		0	Europe/Berlin	50.91288	11.42097				15	00	16071	16071053
2855924	Ottowind	ottowind	DE		0	Europe/Berlin	50.35356	10.88389				02	094	09473	09473144
2855925	Ottos Hof	ottos-hof	DE		0	Europe/Berlin	52.33333	10.25				06	00	03157	03157006
2855926	Ottos Hof	ottos-hof	DE		0	Europe/Berlin	52.8005	11.79076				14	00	15090	15090415
2855927	Ottoschwanden	ottoschwanden	DE		0	Europe/Berlin	48.18521	7.89528				01	083	08316	08316054
2855928	Ottoschacht	ottoschacht	DE		0	Europe/Berlin	52.2	8.1				06	00	03459	03459019
2855929	Ottosau	ottosau	DE		0	Europe/Berlin	49.28696	11.50938				02	093	09373	09373147
2855931	Ottorfszell	ottorfszell	DE		0	Europe/Berlin	49.5949	9.15668				02	096	09676	09676131
2855933	Ottoherscheid	ottoherscheid	DE		0	Europe/Berlin	50.98093	7.21222				07	053	05378	05378004
2855936	Ottobeurerhof	ottobeurerhof	DE		0	Europe/Berlin	48.03333	9.58333				01	084	08426	08426006
2855939	Ottmarsreute	ottmarsreute	DE		0	Europe/Berlin	47.71667	9.6				01	084	08435	08435035
2855940	Ottmarsheim	ottmarsheim	DE		0	Europe/Berlin	49.01745	9.20438		Ottmarsheim		01	081	08118	08118007
2855941	Ottmarshausen	ottmarshausen	DE		0	Europe/Berlin	48.3921	11.29965				02	091	09174	09174111
2855942	Ottmarshausen	ottmarshausen	DE		0	Europe/Berlin	48.39797	10.80535		Ottmarshausen		02	097	09772	09772184
2855943	Ottmarshart	ottmarshart	DE		0	Europe/Berlin	48.33674	11.36557				02	091	09174	09174131
2855944	Ottmarsfeld	ottmarsfeld	DE		0	Europe/Berlin	49.08269	10.99422				02	095	09577	09577141
2855945	Ottmarsbocholt	ottmarsbocholt	DE		0	Europe/Berlin	51.82213	7.54183		Ottmarsbocholt		07	055	05558	05558044
2855946	Ottmaring	ottmaring	DE		0	Europe/Berlin	49.03607	11.54208				02	093	09373	09373121
2855947	Ottmaring	ottmaring	DE		0	Europe/Berlin	48.71734	12.94504				02	092	09271	09271118
2855948	Ottmaring	ottmaring	DE		0	Europe/Berlin	48.33257	11.00787				02	097	09771	09771130
2855949	Ottmannszell	ottmannszell	DE		0	Europe/Berlin	49.17632	13.00936				02	093	09372	09372113
2855950	Ottmannsreuth	ottmannsreuth	DE		0	Europe/Berlin	49.8895	11.62077				02	094	09472	09472127
2855951	Ottmannshofen	ottmannshofen	DE		0	Europe/Berlin	47.86025	10.06803				01	084	08436	08436055
2855952	Ottmannshausen	ottmannshausen	DE		0	Europe/Berlin	51.04713	11.25556		Ottmannshausen		15	00	16071	16071102
2855955	Ottmannsdorf	ottmannsdorf	DE		0	Europe/Berlin	51.91712	12.83272				14	00	15091	15091391
2855956	Ottmannsdorf	ottmannsdorf	DE		0	Europe/Berlin	50.78033	11.84553		Ottmannsdorf		15	00	16075	16075116
2855957	Ottmannsberg	ottmannsberg	DE		0	Europe/Berlin	49.14629	10.9253				02	095	09576	09576147
2855958	Ottmaning	ottmaning	DE		0	Europe/Berlin	47.82552	12.88493				02	091	09172	09172111
2855959	Ottleben	ottleben	DE		0	Europe/Berlin	52.08542	11.12219		O'etlae,O'etlewwe,O'etlä,Odenleve,Ohtleben,Ootlee,Ottleben		14	00	15083	15083035
2855960	Ottlar	ottlar	DE		0	Europe/Berlin	51.33177	8.69905				05	066	06635	06635007
2855961	Öttiswald	ottiswald	DE		0	Europe/Berlin	47.81533	8.28227				01	083	08337	08337022
2855962	Ottisried	ottisried	DE		0	Europe/Berlin	47.7943	10.34606				02	097	09780	09780122
2855963	Ottischhof	ottischhof	DE		0	Europe/Berlin	49.22848	12.24961				02	093	09376	09376149
2855966	Ottingen	ottingen	DE		0	Europe/Berlin	52.9664	9.62424		Ottingen		06	00	03357	03357051
2855977	Otticha	otticha	DE		0	Europe/Berlin	50.82454	12.11957				15	00	16052	16052000
2855979	Ottfingen	ottfingen	DE		0	Europe/Berlin	50.94977	7.84879		Ottfingen		07	059	05966	05966028
2855980	Ottewig	ottewig	DE		0	Europe/Berlin	51.17604	13.19217				13	00	14522	14522620
2855981	Otterzhofen	otterzhofen	DE		0	Europe/Berlin	49.00742	11.68868				02	092	09273	09273164
2855983	Otterwald	otterwald	DE		0	Europe/Berlin	48.06683	10.23376				02	097	09778	09778177
2855985	Otterswang	otterswang	DE		0	Europe/Berlin	47.97739	9.64387		Otterswang		01	084	08426	08426014
2855986	Otterswang	otterswang	DE		0	Europe/Berlin	47.95911	9.22901		Otterswang		01	084	08437	08437088
2855988	Otterstein	otterstein	DE		0	Europe/Berlin	53.21403	8.97445				06	00	03356	03356002
2855989	Otterstedt	otterstedt	DE		0	Europe/Berlin	53.14298	9.14761		Otterstedt		06	00	03361	03361008
2855990	Otterstedt	otterstedt	DE		0	Europe/Berlin	51.2717	10.88254				15	00	16065	16065089
2855993	Ottersried	ottersried	DE		0	Europe/Berlin	48.61683	11.53821				02	091	09186	09186149
2855994	Ottersleben	ottersleben	DE		0	Europe/Berlin	52.08953	11.57101		Magdeburg-Sudwest,Magdeburg-Südwest,Ottersleben		14	00	15003	15003000
2855996	Ottersitz	ottersitz	DE		0	Europe/Berlin	51.49302	13.13311		Ottersitz		13	00	14730	14730010
2855998	Ottershofen	ottershofen	DE		0	Europe/Berlin	47.71667	9.65				01	084	08436	08436039
2856001	Ottershausen	ottershausen	DE		0	Europe/Berlin	48.30653	11.53762				02	091	09174	09174121
2856002	Oettershagen	oettershagen	DE		0	Europe/Berlin	50.81974	7.63553		Oettershagen,Ottershagen,Öttershagen		07	053	05382	05382076
2856004	Ottersdorf	ottersdorf	DE		0	Europe/Berlin	49.29345	11.03551				02	095	09576	09576117
2856005	Ottersdorf	ottersdorf	DE		0	Europe/Berlin	48.92138	11.68053				02	091	09176	09176112
2856006	Ottersdorf	ottersdorf	DE		0	Europe/Berlin	48.85995	8.1553		Ottersdorf		01	082	08216	08216043
2856008	Otterschütz	otterschuetz	DE		0	Europe/Berlin	51.33333	13.9				13	00	14625	14625270
2856011	Ottersburg	ottersburg	DE		0	Europe/Berlin	52.51754	11.69481				14	00	15090	15090546
2856018	Öttersbach	oettersbach	DE		0	Europe/Berlin	50.5035	9.83973				05	066	06631	06631021
2856022	Otternhagen	otternhagen	DE		0	Europe/Berlin	52.51382	9.52635				06	00	03241	03241012
2856026	Otterloh	otterloh	DE		0	Europe/Berlin	47.99607	11.65907				02	091	09184	09184114
2856029	Otterkring	otterkring	DE		0	Europe/Berlin	47.86452	12.33655				02	091	09187	09187168
2856030	Ottering	ottering	DE		0	Europe/Berlin	48.7071	12.53298				02	092	09279	09279128
2856031	Ottering	ottering	DE		0	Europe/Berlin	48.33623	12.06285				02	091	09177	09177122
2856034	Otterhaus	otterhaus	DE		0	Europe/Berlin	50.40917	12.10251				13	00	14523	14523300
2856040	Otteresing	otteresing	DE		0	Europe/Berlin	54.33392	8.66045				10	00	01054	01054134
2856062	Ottenzell	ottenzell	DE		0	Europe/Berlin	49.20895	12.99335				02	093	09372	09372113
2856065	Ottenweier	ottenweier	DE		0	Europe/Berlin	48.66109	8.0801				01	083	08317	08317001
2856071	Ottensteg	ottensteg	DE		0	Europe/Berlin	48.11975	8.00197				01	083	08316	08316014
2856072	Ottenstall	ottenstall	DE		0	Europe/Berlin	47.80095	10.17695				02	097	09780	09780112
2856075	Ottensen	ottensen	DE		32757	Europe/Berlin	53.55	9.91667		Hamburg-Ottensen,Otenzen,Отензен		04	00	02000	02000000
2856076	Ottensen	ottensen	DE		0	Europe/Berlin	53.44914	9.6635		Ottensen		06	00	03359	03359010
2856077	Ottensen	ottensen	DE		0	Europe/Berlin	52.3683	9.29805				06	00	03257	03257020
2856078	Ottenrieth	ottenrieth	DE		0	Europe/Berlin	49.6844	12.31494				02	093	09374	09374165
2856079	Ottenried	ottenried	DE		0	Europe/Berlin	48.91865	9.82148				01	081	08136	08136027
2856087	Ottenhof	ottenhof	DE		0	Europe/Berlin	49.66818	11.4624		Ottenhof		02	094	09472	09472177
2856088	Ottenhof	ottenhof	DE		0	Europe/Berlin	48.96241	9.99975				01	081	08136	08136003
2856091	Ottenheim	ottenheim	DE		0	Europe/Berlin	48.38535	7.75552		Ottenheim		01	083	08317	08317150
2856092	Ottenhausen	ottenhausen	DE		0	Europe/Berlin	51.87071	9.03565				07	057	05762	05762032
2856093	Ottenhausen	ottenhausen	DE		0	Europe/Berlin	51.21386	11.00194				15	00	16068	16068058
2856094	Ottenhausen	ottenhausen	DE		0	Europe/Berlin	50.10867	10.34055				02	096	09678	09678186
2856095	Ottenhausen	ottenhausen	DE		0	Europe/Berlin	49.23822	6.9134				09	00	10041	10041100
2856096	Ottenhausen	ottenhausen	DE		0	Europe/Berlin	48.87205	8.54402				01	082	08236	08236072
2856099	Ottenhain	ottenhain	DE		0	Europe/Berlin	51.08333	12.7				13	00	14729	14729140
2856100	Ottenhain	ottenhain	DE		0	Europe/Berlin	51.06119	14.68572				13	00	14626	14626245
2856101	Ottenhagen	ottenhagen	DE		0	Europe/Berlin	53.41559	13.64542				11	00	12073	12073579
2856102	Ottengrün	ottengruen	DE		0	Europe/Berlin	50.35925	12.04854				13	00	14523	14523060
2856103	Ottengrün	ottengrun	DE		0	Europe/Berlin	50.21945	11.71855				02	094	09475	09475136
2856104	Ottengrün	ottengrun	DE		0	Europe/Berlin	49.9632	12.42313				02	093	09377	09377142
2856105	Ottenfeld	ottenfeld	DE		0	Europe/Berlin	50.86667	6.15				07	053	05334	05334004
2856123	Ottending	ottending	DE		0	Europe/Berlin	48.68572	12.39825				02	092	09279	09279127
2856124	Ottendichl	ottendichl	DE		0	Europe/Berlin	48.13132	11.73855				02	091	09184	09184123
2856126	Ottenburg	ottenburg	DE		0	Europe/Berlin	48.31791	11.59641				02	091	09178	09178120
2856128	Ottenbronn	ottenbronn	DE		0	Europe/Berlin	48.74442	8.75018				01	082	08235	08235007
2856129	Ottenberg	ottenberg	DE		0	Europe/Berlin	49.70894	11.40534				02	094	09472	09472118
2856130	Ottenberg	ottenberg	DE		0	Europe/Berlin	48.90125	12.95912				02	092	09271	09271122
2856131	Ottenberg	ottenberg	DE		0	Europe/Berlin	48.43166	13.29447				02	092	09275	09275149
2856140	Ottenau	ottenau	DE		0	Europe/Berlin	48.79386	8.34214		Ottenau		01	082	08216	08216015
2856144	Ottelmannshausen	ottelmannshausen	DE		0	Europe/Berlin	50.33273	10.47957				02	096	09673	09673131
2856147	Oettelin	oettelin	DE		0	Europe/Berlin	53.86209	12.06033		Ottelin,Öttelin		12	00	13072	13072120
2856149	Ottbergen	ottbergen	DE		0	Europe/Berlin	52.15151	10.08197				06	00	03254	03254029
2856150	Ottbergen	ottbergen	DE		0	Europe/Berlin	51.70896	9.30476		Ottbergen		07	057	05762	05762020
2856151	Ottacker	ottacker	DE		0	Europe/Berlin	47.64013	10.33327				02	097	09780	09780140
2856155	Oetmannshausen	oetmannshausen	DE		0	Europe/Berlin	51.13877	9.97165		Oetmannshausen,Otmannshausen,Ötmannshausen		05	066	06636	06636014
2856156	Ötlingen	otlingen	DE		0	Europe/Berlin	48.6569	9.42245		OEtlingen-Teck,Ötlingen-Teck		01	081	08116	08116033
2856157	Ötlingen	otlingen	DE		0	Europe/Berlin	47.6221	7.62593		Otlingen,Ötlingen		01	083	08336	08336091
2856158	Ötjendorf	oetjendorf	DE		0	Europe/Berlin	53.67968	10.33821				10	00	01062	01062035
2856160	Ötinghauserheide	oetinghauserheide	DE		0	Europe/Berlin	52.14747	8.60708		Oetinghauserheide		07	057	05758	05758016
2856161	Ötinghausen	oetinghausen	DE		0	Europe/Berlin	52.14451	8.61952		Oetinghausen		07	057	05758	05758016
2856163	Othmarschen	othmarschen	DE		0	Europe/Berlin	53.55173	9.88632		Hamburg-Othmarschen,Otmarshen,Отмаршен		04	00	02000	02000000
2856164	Othmaringhausen	othmaringhausen	DE		0	Europe/Berlin	51.22213	7.51479				07	059	05962	05962012
2856166	Othfresen	othfresen	DE		0	Europe/Berlin	52.00739	10.39238				06	00	03153	03153008
2856167	Othenstorf	othenstorf	DE		0	Europe/Berlin	53.79429	11.10731				12	00	13074	13074065
2856169	Othal	othal	DE		0	Europe/Berlin	51.46484	11.36301		Othal,Vorwerk Othal		14	00	15087	15087015
2856171	Otersen	otersen	DE		0	Europe/Berlin	52.84208	9.34662				06	00	03361	03361005
2856172	Otersen	otersen	DE		0	Europe/Berlin	52.82397	8.89607				06	00	03251	03251049
2856175	Oswaldhof	oswaldhof	DE		0	Europe/Berlin	48.23333	8.33333				01	083	08325	08325036
2856177	Ostwippingen	ostwippingen	DE		0	Europe/Berlin	52.91667	7.41667				06	00	03454	03454060
2856178	Ostwig	ostwig	DE		0	Europe/Berlin	51.36252	8.41911		Ostwig		07	059	05958	05958008
2856179	Ostwie	ostwie	DE		0	Europe/Berlin	52.49047	7.56075				06	00	03454	03454012
2856180	Ostwennemar	ostwennemar	DE		0	Europe/Berlin	51.68333	7.86667				07	059	05915	05915000
2856181	Ost Victorbur	ost-victorbur	DE		0	Europe/Berlin	53.4984	7.39143				06	00	03452	03452023
2856182	Osttünnen	osttuennen	DE		0	Europe/Berlin	51.64764	7.88462				07	059	05915	05915000
2856183	Ostsümmern	ostsuemmern	DE		0	Europe/Berlin	51.43427	7.73561				07	059	05962	05962040
2856185	Ostsiedlung Alhorn	ostsiedlung-alhorn	DE		0	Europe/Berlin	52.88342	8.24569				06	00	03458	03458007
2856186	Ostsiedlung	ostsiedlung	DE		0	Europe/Berlin	52.75	9.76667				06			
2856188	Ostseebad Wustrow	ostseebad-wustrow	DE		0	Europe/Berlin	54.35	12.4		Ostseebad Wustrow,Wustrow,Wustrow / Vorpommern		12	00	13073	13073103
2856189	Ostseebad Sellin	ostseebad-sellin	DE		2358	Europe/Berlin	54.37846	13.69394		Sellin,Zellin,Зеллин		12	00	13073	13073084
2856190	Ostseebad Rerik	ostseebad-rerik	DE		0	Europe/Berlin	54.10536	11.61275		Alt Gaarz,Ostseebad Rerik,Rerik		12	00	13072	13072085
2856191	Ostseebad Prerow	ostseebad-prerow	DE		1728	Europe/Berlin	54.44469	12.57677		Ostseebad Prerow am Darss,Ostseebad Prerow am Darß,Prerow		12	00	13073	13073067
2856192	Ostseebad Nienhagen	ostseebad-nienhagen	DE		0	Europe/Berlin	54.15998	11.96858				12	00	13072	13072075
2856193	Ostseebad Kühlungsborn	ostseebad-kuehlungsborn	DE		7453	Europe/Berlin	54.15035	11.75994		Arendsee,Kuehlungsborn,Kuhlungsborn,Kühlungsborn,Ostseebad Kuehlungsborn,Ostseebad Kuhlungsborn,Ostseebad Kühlungsborn		12	00	13072	13072060
2856194	Seeheilbad Graal-Müritz	seeheilbad-graal-mueritz	DE		4242	Europe/Berlin	54.25124	12.25139		Graal-Muritz,Graal-Müritz,Ostseebad Graal-Muritz,Ostseebad Graal-Müritz		12	00	13072	13072036
2856195	Ostseebad Göhren	ostseebad-goehren	DE		1280	Europe/Berlin	54.3414	13.73823		Gohren,Göhren		12	00	13073	13073031
2856196	Ostseebad Dierhagen	ostseebad-dierhagen	DE		1691	Europe/Berlin	54.29243	12.35799		Dierhagen		12	00	13073	13073017
2856198	Ostseebad Binz	ostseebad-binz	DE		5531	Europe/Berlin	54.39995	13.61052		Binc,Binz,Бинц		12	00	13073	13073011
2856199	Ostseebad Baabe	ostseebad-baabe	DE		846	Europe/Berlin	54.36016	13.70381		Baabe		12	00	13073	13073006
2856200	Ostseebad Ahrenshoop	ostseebad-ahrenshoop	DE		784	Europe/Berlin	54.38346	12.42425		Ahrenshoop		12	00	13073	13073002
2856201	Ostscheid	ostscheid	DE		0	Europe/Berlin	52.21412	8.7329		Ostscheid,Ostscheidt		07	057	05758	05758024
2856202	Östrum	ostrum	DE		0	Europe/Berlin	52.03296	10.00031		OEstrum (Bad Salzdetfurth),Osterim [~ a. 1225],Östrum (Bad Salzdetfurth)		06	00	03254	03254005
2856204	Ostro	ostro	DE		0	Europe/Berlin	51.21722	14.19075		Ostro,Wotrow		13	00	14625	14625440
2856206	Ostrittrum	ostrittrum	DE		0	Europe/Berlin	52.97907	8.33975				06	00	03458	03458003
2856209	Östrich	oestrich	DE		0	Europe/Berlin	51.65698	6.91561				07	055	05562	05562012
2856210	Östrich	oestrich	DE		0	Europe/Berlin	51.08333	6.31667				07	053	05370	05370004
2856211	Oestrich	oestrich	DE		0	Europe/Berlin	50.00669	8.03097		Oestrich,Ostrich,Östrich		05	064	06439	06439012
2856225	Ostorfer Hals	ostorfer-hals	DE		0	Europe/Berlin	53.6141	11.43282				12	00	13004	13004000
2856226	Ostorf	ostorf	DE		0	Europe/Berlin	53.61667	11.41667				12	00	13004	13004000
2856227	Ostorf	ostorf	DE		0	Europe/Berlin	52.92506	11.79304				14	00	15090	15090520
2856228	Ostönnerlinde	ostoennerlinde	DE		0	Europe/Berlin	51.56238	8.00749				07	059	05974	05974040
2856230	Ostönnen	ostoennen	DE		0	Europe/Berlin	51.54777	8.00077				07	059	05974	05974040
2856231	Ostochtersum	ostochtersum	DE		0	Europe/Berlin	53.60605	7.52649			03462012	06	00	03462	03462012
2856232	Ostmoorsee	ostmoorsee	DE		0	Europe/Berlin	53.49788	8.42775				06	00	03461	03461007
2856233	Ostmoor	ostmoor	DE		0	Europe/Berlin	53.46469	9.71831				06	00	03359	03359010
2856235	Ostmilte	ostmilte	DE		0	Europe/Berlin	52.0049	7.95935				07	055	05570	05570052
2856236	Ostlutter	ostlutter	DE		0	Europe/Berlin	51.98456	10.29367				06	00	03153	03153009
2856237	Ostlintel	ostlintel	DE		0	Europe/Berlin	53.61046	7.19326				06	00	03452	03452019
2856238	Ostlinnau	ostlinnau	DE		0	Europe/Berlin	54.7	9.18333				10	00	01059	01059179
2856250	Ostland	ostland	DE		0	Europe/Berlin	53.06062	8.034				06	00	03453	03453002
2856251	Ostland	ostland	DE		0	Europe/Berlin	53.60361	6.72492				06	00	03457	03457002
2856253	Ostlähden	ostlaehden	DE		0	Europe/Berlin	52.75	7.58333				06	00	03454	03454026
2856255	Ost Krauel	ost-krauel	DE		0	Europe/Berlin	53.39913	10.2264		Krauel,Ost Krauel		04	00	02000	02000000
2856256	Ostklüne	ostkluene	DE		0	Europe/Berlin	53.8488	13.93003				12	00	13075	13075137
2856257	Ostkinberg	ostkinberg	DE		0	Europe/Berlin	47.6	9.85				02	097	09776	09776125
2856258	Ostkilver	ostkilver	DE		0	Europe/Berlin	52.22579	8.48943				07	057	05758	05758028
2856260	Ost Jacobswarf	ost-jacobswarf	DE		0	Europe/Berlin	54.7	8.8				10	00	01054	01054022
2856261	Ostinghausen	ostinghausen	DE		0	Europe/Berlin	51.63531	8.1988				07	059	05974	05974008
2856264	Ostin	ostin	DE		0	Europe/Berlin	47.74521	11.76215				02	091	09182	09182116
2856265	Osthusen	osthusen	DE		0	Europe/Berlin	51.71031	8.28099				07	055	05570	05570048
2856280	Ostherbede	ostherbede	DE		0	Europe/Berlin	51.41667	7.26667				07	059	05954	05954036
2856282	Osthellermark	osthellermark	DE		0	Europe/Berlin	51.94994	7.26335				07	055	05558	05558008
2856283	Osthelden	osthelden	DE		0	Europe/Berlin	50.96009	7.94525		Osthelden		07	059	05970	05970024
2856288	Ostheim	ostheim	DE		11689	Europe/Berlin	50.93117	7.04412				07	053	05315	05315000
2856289	Ostheim	ostheim	DE		0	Europe/Berlin	51.50575	9.31984				05	066	06633	06633016
2856290	Ostheim	ostheim	DE		0	Europe/Berlin	51.07946	9.47981		Ostheim		05	066	06634	06634013
2856291	Ostheim	ostheim	DE		0	Europe/Berlin	50.40321	8.6713				05	064	06440	06440005
2856292	Ostheim	ostheim	DE		0	Europe/Berlin	50.22478	8.90986		Ostheim		05	064	06435	06435021
2856293	Ostheim	ostheim	DE		0	Europe/Berlin	50.12261	10.53274		Ostheim		02	096	09674	09674149
2856294	Ostheim	ostheim	DE		0	Europe/Berlin	49.02267	10.69057		Ostheim		02	095	09577	09577179
2856295	Oestheim	oestheim	DE		0	Europe/Berlin	49.26667	10.2		Oestheim,Ostheim,Östheim		02	095	09571	09571222
2856298	Osthausen	osthausen	DE		0	Europe/Berlin	50.85224	11.10766				15	00	16070	16070041
2856299	Osthausen	osthausen	DE		0	Europe/Berlin	49.58924	10.05386				02	096	09679	09679135
2856300	Ostharingen	ostharingen	DE		0	Europe/Berlin	51.99767	10.36182				06	00	03153	03153008
2856303	Ostgroßefehn	ostgrossefehn	DE		0	Europe/Berlin	53.4019	7.60208		Ostgrossefehn,Ostgroßefehn		06	00	03452	03452006
2856308	Ostfeld	ostfeld	DE		0	Europe/Berlin	51.66739	7.75377				07	059	05915	05915000
2856309	Ostfeld	ostfeld	DE		0	Europe/Berlin	51.36667	7.6				07	059	05962	05962024
2856314	Ostettringen	ostettringen	DE		0	Europe/Berlin	48.10766	10.66738				02	097	09778	09778137
2856316	Osterzhausen	osterzhausen	DE		0	Europe/Berlin	48.55848	10.99065				02	097	09771	09771156
2856320	Osterwohld	osterwohld	DE		0	Europe/Berlin	54.1663	9.21398				10	00	01051	01051082
2856321	Oster Wittbekfeld	oster-wittbekfeld	DE		0	Europe/Berlin	54.47639	9.2599				10	00	01054	01054159
2856324	Osterwinnert	osterwinnert	DE		0	Europe/Berlin	54.44458	9.24472				10	00	01054	01054156
2856328	Osterwiehe	osterwiehe	DE		0	Europe/Berlin	52.36425	8.36276				06	00	03459	03459013
2856329	Österwiehe	oesterwiehe	DE		0	Europe/Berlin	51.84455	8.52884				07	057	05754	05754044
2856331	Osterwick	osterwick	DE		0	Europe/Berlin	52.01923	7.21103		Osterwick		07	055	05558	05558040
2856333	Osterweiler	osterweiler	DE		0	Europe/Berlin	48.73635	10.74126				02	097	09779	09779131
2856335	Österweg	oesterweg	DE		0	Europe/Berlin	52.0341	8.19898		Oesterweg		07	057	05754	05754048
2856336	Osterwede	osterwede	DE		0	Europe/Berlin	53.41789	9.02572				06	00	03357	03357016
2856337	Osterwede	osterwede	DE		0	Europe/Berlin	53.14543	9.73806		Osterwede		06	00	03358	03358019
2856338	Osterweddingen	osterweddingen	DE		0	Europe/Berlin	52.04404	11.58371		Osterwattinge,Osterweddich		14	00	15083	15083490
2856339	Osterwarngau	osterwarngau	DE		0	Europe/Berlin	47.84076	11.73477				02	091	09182	09182136
2856340	Osterwanna	osterwanna	DE		0	Europe/Berlin	53.74236	8.80879				06	00	03352	03352055
2856341	Osterwall	osterwall	DE		0	Europe/Berlin	54.86149	8.42171				10	00	01054	01054168
2856342	Osterwald Unterende	osterwald-unterende	DE		0	Europe/Berlin	52.46228	9.55786		Osterwald Unterende,Osterwoole Niernenne		06	00	03241	03241005
2856344	Osterwald Oberende	osterwald-oberende	DE		0	Europe/Berlin	52.46166	9.59474		Osterwald Oberende,Osterwoole Obernenne		06	00	03241	03241005
2856359	Osterwaal	osterwaal	DE		0	Europe/Berlin	48.58033	11.71721				02	091	09178	09178116
2856361	Ostervesede	ostervesede	DE		0	Europe/Berlin	53.15459	9.57424				06	00	03357	03357041
2856363	Osterupgant	osterupgant	DE		0	Europe/Berlin	53.52249	7.28917				06	00	03452	03452024
2856364	Oster-Treia	oster-treia	DE		0	Europe/Berlin	54.51452	9.32357				10	00	01059	01059092
2856365	Ostertor	ostertor	DE		0	Europe/Berlin	53.07525	8.82267		Ostertor,Ostertorvorstadt		03	00	04011	04011000
2856366	Ostertimke	ostertimke	DE		0	Europe/Berlin	53.25809	9.18468				06	00	03357	03357030
2856367	Ostertilli	ostertilli	DE		0	Europe/Berlin	54.50798	8.65432				10	00	01054	01054103
2856371	Osterstetten	osterstetten	DE		0	Europe/Berlin	48.49649	10.05296				01	084	08425	08425072
2856372	Osterstein	osterstein	DE		0	Europe/Berlin	50.88333	12.06667				15	00	16052	16052000
2856379	Ostersode	ostersode	DE		0	Europe/Berlin	53.31447	8.97909				06	00	03356	03356011
2856380	Ostersiel	ostersiel	DE		0	Europe/Berlin	54.51825	8.68622				10	00	01054	01054103
2856382	Osterseeon	osterseeon	DE		0	Europe/Berlin	48.06527	11.91803				02	091	09175	09175124
2856384	Osterschütting	osterschuetting	DE		0	Europe/Berlin	54.50441	8.61629				10	00	01054	01054103
2856386	Oster Schnatebüll	oster-schnatebuell	DE		0	Europe/Berlin	54.75201	8.94572				10	00	01054	01054076
2856387	Osterscheps	osterscheps	DE		0	Europe/Berlin	53.11979	7.94436				06	00	03451	03451004
2856389	Ostersander	ostersander	DE		0	Europe/Berlin	53.42074	7.5227				06	00	03452	03452012
2856391	Osterried	osterried	DE		0	Europe/Berlin	47.74515	10.66416				02	097	09777	09777151
2856392	Osterreuten	osterreuten	DE		0	Europe/Berlin	47.61513	10.61631				02	097	09777	09777125
2856394	Osterreinen	osterreinen	DE		0	Europe/Berlin	47.61487	10.72262				02	097	09777	09777163
2856397	Oster-Popkenhöge	oster-popkenhoege	DE		0	Europe/Berlin	53.31667	8.41667				06	00	03461	03461008
2856400	Osteroffenbülldeich	osteroffenbulldeich	DE		0	Europe/Berlin	54.38333	8.88333				10	00	01054	01054135
2856401	Osteroffenbüll	osteroffenbuell	DE		0	Europe/Berlin	54.38464	8.90146				10	00	01054	01054095
2856404	Osteroden	osteroden	DE		0	Europe/Berlin	52.50608	7.81518				06	00	03459	03459026
2856409	Osteroda	osteroda	DE		0	Europe/Berlin	51.67788	13.30256				11	00	12062	12062224
2856412	Osternohe	osternohe	DE		0	Europe/Berlin	49.58779	11.36707				02	095	09574	09574155
2856414	Osternheide	osternheide	DE		0	Europe/Berlin	53.21667	8.8				06	00	03356	03356007
2856415	Osterne	osterne	DE		0	Europe/Berlin	52.98203	13.23775				11	00	12065	12065356
2856417	Osterndorf	osterndorf	DE		0	Europe/Berlin	48.59125	12.9093				02	092	09277	09277142
2856418	Osterndorf	osterndorf	DE		0	Europe/Berlin	53.44502	8.83249				06	00	03352	03352059
2856420	Osternburg	osternburg	DE		0	Europe/Berlin	53.12614	8.22848				06	00	03403	03403000
2856423	Osternach	osternach	DE		0	Europe/Berlin	47.86831	12.35906				02	091	09187	09187162
2856424	Ostern	ostern	DE		0	Europe/Berlin	47.6491	10.784				02	097	09777	09777173
2856426	Ostermunzel	ostermunzel	DE		0	Europe/Berlin	52.36826	9.50283				06	00	03241	03241002
2856427	Ostermünchen	ostermunchen	DE		0	Europe/Berlin	47.95044	12.03492				02	091	09187	09187179
2856429	Ostermühlen	ostermuehlen	DE		0	Europe/Berlin	54.1	9.56667				10	00	01058	01058125
2856431	Ostermoordorf	ostermoordorf	DE		0	Europe/Berlin	53.56594	7.36583				06	00	03452	03452007
2856432	Ostermoor	ostermoor	DE		0	Europe/Berlin	53.67378	9.90446				10	00	01056	01056005
2856433	Östermoor	oestermoor	DE		0	Europe/Berlin	54.31667	9.15				10	00	01051	01051060
2856434	Ostermoor	ostermoor	DE		0	Europe/Berlin	53.91092	9.19076		Ostermoor		10	00	01051	01051011
2856442	Ostermenghusen	ostermenghusen	DE		0	Europe/Berlin	53.93576	9.04564				10	00	01051	01051103
2856443	Ostermarsch	ostermarsch	DE		0	Europe/Berlin	54.55202	9.00961				10	00	01054	01054043
2856444	Ostermarsch	ostermarsch	DE		0	Europe/Berlin	53.63829	7.2175				06	00	03452	03452019
2856445	Ostermarkelsdorf	ostermarkelsdorf	DE		0	Europe/Berlin	54.45669	11.1689				10	00	01055	01055046
2856450	Osterloog	osterloog	DE		0	Europe/Berlin	53.63395	7.19721				06	00	03452	03452019
2856451	Osterloh	osterloh	DE		0	Europe/Berlin	51.80848	8.57569				07	057	05774	05774020
2856452	Osterloh	osterloh	DE		0	Europe/Berlin	53.0038	7.97293				06	00	03453	03453002
2856453	Osterloh	osterloh	DE		0	Europe/Berlin	52.59564	10.13789				06	00	03351	03351006
2856454	Osterloh	osterloh	DE		0	Europe/Berlin	52.46783	8.76005				06	00	03256	03256004
2856455	Osterloh	osterloh	DE		0	Europe/Berlin	52.22759	8.59423				07	057	05758	05758004
2856457	Osterlindern	osterlindern	DE		0	Europe/Berlin	52.84636	7.79949				06	00	03453	03453010
2856458	Osterlinde	osterlinde	DE		0	Europe/Berlin	52.12927	10.24904				06	00	03102	03102000
2856460	Osterlehen	osterlehen	DE		0	Europe/Berlin	47.89897	12.1795				02	091	09187	09187163
2856461	Osterledde	osterledde	DE		0	Europe/Berlin	52.26734	7.8066				07	055	05566	05566028
2856462	Osterlauchdorf	osterlauchdorf	DE		0	Europe/Berlin	47.99061	10.54353				02	097	09778	09778127
2856464	Oster Langenhorner Feld	oster-langenhorner-feld	DE		0	Europe/Berlin	54.66667	8.95				10	00	01054	01054075
2856465	Oster Langenhorn	oster-langenhorn	DE		0	Europe/Berlin	54.68099	8.93737				10	00	01054	01054075
2856468	Oster Ladekop	oster-ladekop	DE		0	Europe/Berlin	53.51435	9.68822				06	00	03359	03359028
2856469	Osterkühbach	osterkuhbach	DE		0	Europe/Berlin	48.30957	10.62476				02	097	09772	09772211
2856478	Osterklanxbüll	osterklanxbuell	DE		0	Europe/Berlin	54.87102	8.68239				10	00	01054	01054065
2856483	Osterkam	osterkam	DE		0	Europe/Berlin	47.80615	12.23212				02	091	09187	09187169
2856484	Oster-Jork	oster-jork	DE		0	Europe/Berlin	53.53199	9.68417				06	00	03359	03359028
2856485	Österitz	oesteritz	DE		0	Europe/Berlin	51.73639	12.71464				14	00	15091	15091020
2856487	Osterihlienworth	osterihlienworth	DE		0	Europe/Berlin	53.75	8.93333				06	00	03352	03352025
2856488	Osterhusumfeld	osterhusumfeld	DE		0	Europe/Berlin	54.5	9.08333				10	00	01054	01054056
2856489	Osterhusum	osterhusum	DE		0	Europe/Berlin	54.48333	9.06667				10	00	01054	01054056
2856490	Osterhusen	osterhusen	DE		0	Europe/Berlin	53.41912	7.20528				06	00	03452	03452011
2856498	Osterholzteich	osterholzteich	DE		0	Europe/Berlin	54.1	9.45				10	00	01058	01058061
2856501	Osterholzen	osterholzen	DE		0	Europe/Berlin	48.36229	13.27955				02	092	09275	09275130
2856502	Osterholzen	osterholzen	DE		0	Europe/Berlin	48.28086	11.18865		Osterholzen		02	091	09179	09179117
2856504	Osterholz	osterholz	DE		0	Europe/Berlin	53.05	8.95				03	00	04011	04011000
2856505	Osterholz	osterholz	DE		0	Europe/Berlin	52.91649	8.90296		Osterholz		06	00	03251	03251041
2856506	Osterholz	osterholz	DE		0	Europe/Berlin	52.75032	12.02694				14	00	15090	15090245
2856507	Osterholz	osterholz	DE		0	Europe/Berlin	51.22975	7.03854		Osterholz		07	051	05124	05124000
2856508	Osterholz	osterholz	DE		0	Europe/Berlin	48.86404	10.38363				01	081	08136	08136037
2856525	Osterholm	osterholm	DE		0	Europe/Berlin	54.73815	9.76508				10	00	01059	01059167
2856536	Österhof	oesterhof	DE		0	Europe/Berlin	50.19844	7.34108				08	00	07135	07135066
2856537	Osterhof	osterhof	DE		0	Europe/Berlin	48.82184	9.42749				01	081	08119	08119090
2856549	Osterheide	osterheide	DE		0	Europe/Berlin	52.3729	8.5054				07	057	05770	05770044
2856550	Osterheide	osterheide	DE		0	Europe/Berlin	54.61667	9.1		Drelsdorf Osterheide,Osterheide		10	00	01054	01054024
2856551	Osterheide	osterheide	DE		0	Europe/Berlin	52.64695	8.37651				06	00	03251	03251012
2856553	Osterheide	osterheide	DE		0	Europe/Berlin	51.97864	8.71336				07	057	05766	05766056
2856559	Osterheeslingen	osterheeslingen	DE		0	Europe/Berlin	53.31554	9.36485				06	00	03357	03357021
2856564	Osterhaun	osterhaun	DE		0	Europe/Berlin	48.66907	12.22976				02	092	09274	09274127
2856565	Osterham	osterham	DE		0	Europe/Berlin	47.80115	12.38429				02	091	09187	09187118
2856566	Osterham	osterham	DE		0	Europe/Berlin	48.76962	12.30369		Osterham		02	092	09278	09278144
2856567	Osterham	osterham	DE		0	Europe/Berlin	48.52529	11.23704				02	091	09185	09185131
2856570	Osterhahlen	osterhahlen	DE		0	Europe/Berlin	52.29996	8.86355				07	057	05770	05770024
2856571	Osterhagen-Ihlpohl	osterhagen-ihlpohl	DE		0	Europe/Berlin	53.18354	8.71365		Ihlpohl		06	00	03356	03356008
2856572	Osterhagen	osterhagen	DE		0	Europe/Berlin	52.08868	8.91953				07	057	05766	05766036
2856573	Osterhagen	osterhagen	DE		0	Europe/Berlin	51.59127	10.48381		Osterhagen		06	00	03159	03159003
2856576	Ostergehren	ostergehren	DE		0	Europe/Berlin	53.78418	8.83616				06	00	03352	03352011
2856578	Ostergaden	ostergaden	DE		0	Europe/Berlin	48.54653	12.05944				02	092	09274	09274113
2856580	Osterforde	osterforde	DE		0	Europe/Berlin	53.37751	8.03372				06	00	03455	03455025
2856581	Osterflierich	osterflierich	DE		0	Europe/Berlin	51.59731	7.84072				07	059	05915	05915000
2856583	Osterfing	osterfing	DE		0	Europe/Berlin	47.91078	12.23639				02	091	09187	09187174
2856584	Osterfeuerberg	osterfeuerberg	DE		0	Europe/Berlin	53.10317	8.794		Osterfeuerberg		03	00	04011	04011000
2856588	Osterfelde	osterfelde	DE		0	Europe/Berlin	52.23271	9.2053				06	00	03257	03257003
2856599	Osterfeine	osterfeine	DE		0	Europe/Berlin	52.54488	8.2775				06	00	03460	03460002
2856600	Osteressen	osteressen	DE		0	Europe/Berlin	52.71492	7.96753				06	00	03453	03453006
2856601	Osteresch	osteresch	DE		0	Europe/Berlin	52.79764	7.22554				06	00	03454	03454018
2856602	Osterende-Otterndorf	osterende-otterndorf	DE		0	Europe/Berlin	53.81667	8.91667				06	00	03352	03352046
2856603	Osterende	osterende	DE		0	Europe/Berlin	54.38218	8.96462				10	00	01054	01054095
2856604	Osterende	osterende	DE		0	Europe/Berlin	54.85962	8.43321				10	00	01054	01054168
2856605	Osterende	osterende	DE		0	Europe/Berlin	54.32593	8.72031				10	00	01054	01054134
2856606	Osterende	osterende	DE		0	Europe/Berlin	53.85555	9.33625				10	00	01061	01061018
2856607	Osterende	osterende	DE		0	Europe/Berlin	53.43333	7.98333				06	00	03455	03455027
2856608	Osterende	osterende	DE		0	Europe/Berlin	52.75656	8.36349				06	00	03460	03460004
2856612	Oestereiden	oestereiden	DE		0	Europe/Berlin	51.56643	8.42509		Oestereiden,Ostereiden,Östereiden		07	059	05974	05974036
2856613	Osterehlbeck	osterehlbeck	DE		0	Europe/Berlin	53.1	10.16667				06	00	03355	03355029
2856614	Oster Efkebüll	oster-efkebuell	DE		0	Europe/Berlin	54.7	8.86667				10	00	01054	01054075
2856616	Osterdorf	osterdorf	DE		0	Europe/Berlin	48.95361	10.95917		Osterdorf		02	095	09577	09577158
2856617	Osterdorf	osterdorf	DE		0	Europe/Berlin	47.55353	10.10219				02	097	09780	09780132
2856620	Osterdeich	osterdeich	DE		0	Europe/Berlin	54.49177	8.86761				10	00	01054	01054091
2856621	Osterdeich	osterdeich	DE		0	Europe/Berlin	54.86667	8.73333				10	00	01054	01054086
2856622	Osterdeich	osterdeich	DE		0	Europe/Berlin	54.8	8.7				10	00	01054	01054166
2856623	Osterdeich	osterdeich	DE		0	Europe/Berlin	54.38333	8.71667				10	00	01054	01054100
2856628	Osterdamme	osterdamme	DE		0	Europe/Berlin	52.51667	8.21667				06	00	03460	03460002
2856638	Osterburg Siedlung	osterburg-siedlung	DE		0	Europe/Berlin	52.77187	11.73613				14	00	15090	15090415
2856640	Osterbur	osterbur	DE		0	Europe/Berlin	53.66168	7.51232				06	00	03462	03462006
2856642	Osterbünge	osterbuenge	DE		0	Europe/Berlin	53.89503	9.27868				10	00	01061	01061095
2856643	Osterbuchberg	osterbuchberg	DE		0	Europe/Berlin	47.80799	12.51384				02	091	09189	09189119
2856644	Osterbuch	osterbuch	DE		0	Europe/Berlin	48.51421	10.72806				02	097	09773	09773143
2856645	Osterbrücken	osterbruecken	DE		0	Europe/Berlin	49.49361	7.26694				09	00	10046	10046117
2856652	Osterbrook	osterbrook	DE		0	Europe/Berlin	52.67992	7.6502				06	00	03454	03454021
2856653	Osterbrock	osterbrock	DE		0	Europe/Berlin	52.60403	7.32068				06	00	03454	03454014
2856655	Osterbrande	osterbrande	DE		0	Europe/Berlin	53.60486	7.36586				06	00	03452	03452007
2856656	Österborstel	oesterborstel	DE		0	Europe/Berlin	54.21667	9.31667				10	00	01051	01051139
2856657	Oster Bordelum	oster-bordelum	DE		0	Europe/Berlin	54.63333	8.95				10	00	01054	01054014
2856658	Osterbönen	osterboenen	DE		0	Europe/Berlin	51.61226	7.8027				07	059	05978	05978008
2856660	Osterbinde	osterbinde	DE		0	Europe/Berlin	52.8492	8.75708				06	00	03251	03251007
2856721	Osterbelmhusen	osterbelmhusen	DE		0	Europe/Berlin	53.91559	9.11611				10	00	01051	01051011
2856723	Osterbeck	osterbeck	DE		0	Europe/Berlin	52.32065	7.88748				07	055	05566	05566092
2856724	Osterbauerschaft	osterbauerschaft	DE		0	Europe/Berlin	52.22962	7.19343				07	055	05566	05566068
2856725	Osterbauerschaft	osterbauerschaft	DE		0	Europe/Berlin	51.71603	7.57596				07	055	05558	05558028
2856726	Osterbauer	osterbauer	DE		0	Europe/Berlin	52.41083	7.6727				07	055	05566	05566020
2856727	Ost Bargum	ost-bargum	DE		0	Europe/Berlin	54.70359	8.97				10	00	01054	01054010
2856739	Osterbach	osterbach	DE		0	Europe/Berlin	48.30346	8.18068				01	083	08317	08317041
2856743	Oesterau	oesterau	DE		0	Europe/Berlin	51.18366	7.85527		Oesterau,Osterau,Österau		07	059	05962	05962052
2856744	Osterath	osterath	DE		0	Europe/Berlin	51.26928	6.61736		Osterath		07	051	05162	05162022
2856748	Osteraccum	osteraccum	DE		0	Europe/Berlin	53.63793	7.66096				06	00	03462	03462015
2856750	Ostenwalde	ostenwalde	DE		0	Europe/Berlin	52.83629	7.58856				06	00	03454	03454057
2856751	Ostenwalde	ostenwalde	DE		0	Europe/Berlin	52.33877	7.57587		Ostenwalde		07	055	05566	05566016
2856752	Ostenwalde	ostenwalde	DE		0	Europe/Berlin	52.24367	8.34572				06	00	03459	03459024
2856753	Ostentrop	ostentrop	DE		0	Europe/Berlin	51.19259	8.0204		Ostentrop		07	059	05966	05966012
2856754	Ostenthann	ostenthann	DE		0	Europe/Berlin	48.35214	12.36216				02	092	09274	09274193
2856755	Ostenried	ostenried	DE		0	Europe/Berlin	47.82774	10.39097				02	097	09777	09777176
2856756	Ostenort	ostenort	DE		0	Europe/Berlin	52.3433	8.08359				06	00	03459	03459033
2856757	Ostenland	ostenland	DE		0	Europe/Berlin	51.78445	8.61584				07	057	05774	05774020
2856759	Ostenholz	ostenholz	DE		0	Europe/Berlin	52.77389	9.72327				06			
2856761	Ostenfeldfeld	ostenfeldfeld	DE		0	Europe/Berlin	54.45974	9.29821				10	00	01054	01054099
2856762	Ostenfelde	ostenfelde	DE		0	Europe/Berlin	52.15944	8.38998				06	00	03459	03459024
2856763	Ostenfelde	ostenfelde	DE		0	Europe/Berlin	51.8663	8.07942		Ostenfelde		07	055	05570	05570020
2856764	Ostenfelde	ostenfelde	DE		0	Europe/Berlin	52.14326	8.02123				06	00	03459	03459004
2856767	Ostendorf	ostendorf	DE		0	Europe/Berlin	52.14616	7.42109				07	055	05566	05566084
2856768	Ostendorf	ostendorf	DE		0	Europe/Berlin	53.56663	9.14942				06	00	03357	03357008
2856769	Ostendorf	ostendorf	DE		0	Europe/Berlin	52.71599	7.94718				06	00	03453	03453006
2856770	Ostendorf	ostendorf	DE		0	Europe/Berlin	52.65	8.1				06	00	03460	03460003
2856771	Ostendorf	ostendorf	DE		0	Europe/Berlin	52.46467	7.53315				06	00	03454	03454012
2856772	Ostendorf	ostendorf	DE		0	Europe/Berlin	52.19924	9.17873				06	00	03257	03257031
2856773	Ostendorf	ostendorf	DE		0	Europe/Berlin	52.10566	7.31363				07	055	05566	05566024
2856774	Ostendorf	ostendorf	DE		0	Europe/Berlin	51.87644	6.91799				07	055	05554	05554064
2856775	Ostendorf	ostendorf	DE		0	Europe/Berlin	51.4875	7.65199				07	059	05978	05978016
2856776	Ostendorf	ostendorf	DE		0	Europe/Berlin	48.57473	10.85722		Ostendorf		02	097	09772	09772177
2856778	Ostende	ostende	DE		0	Europe/Berlin	53.73333	9.4				06	00	03359	03359013
2856779	Ostende	ostende	DE		0	Europe/Berlin	51.42158	7.43762				07	059	05954	05954020
2856780	Ostende	ostende	DE		0	Europe/Berlin	49.91062	8.60316				05	064	06432	06432023
2856790	Ostenau	ostenau	DE		0	Europe/Berlin	54.62019	9.19138				10	00	01054	01054079
2856802	Ostedt	ostedt	DE		0	Europe/Berlin	52.90885	10.7224				06	00	03360	03360030
2856804	Ost Dunum	ost-dunum	DE		0	Europe/Berlin	53.59157	7.66226				06	00	03462	03462002
2856806	Ostdorf	ostdorf	DE		0	Europe/Berlin	53.68333	7				06			
2856807	Ostdorf	ostdorf	DE		0	Europe/Berlin	53.72746	7.38472				06	00	03452	03452002
2856808	Ostdorf	ostdorf	DE		0	Europe/Berlin	53.64704	7.33153				06	00	03452	03452027
2856809	Ostdorf	ostdorf	DE		0	Europe/Berlin	48.30141	8.84185				01	084	08417	08417002
2856810	Ostdolberg	ostdolberg	DE		0	Europe/Berlin	51.70714	7.93599				07	055	05570	05570004
2856811	Ostbusch	ostbusch	DE		0	Europe/Berlin	51.61667	7.96667				07	059	05974	05974048
2856812	Ostbürenerheide	ostbuerenerheide	DE		0	Europe/Berlin	51.50899	7.77326				07	059	05978	05978012
2856813	Ostbüren	ostbueren	DE		0	Europe/Berlin	51.51563	7.77193				07	059	05978	05978012
2856814	Ostbüderich	ostbuederich	DE		0	Europe/Berlin	51.55	7.88333				07	059	05974	05974052
2856817	Ostberge	ostberge	DE		0	Europe/Berlin	51.474	7.58026				07	059	05913	05913000
2856821	Ostbarthausen	ostbarthausen	DE		0	Europe/Berlin	52.09612	8.24018				07	057	05754	05754004
2856824	Ostarle	ostarle	DE		0	Europe/Berlin	53.61036	7.39897				06	00	03452	03452007
2856829	Oßweil	ossweil	DE		0	Europe/Berlin	48.89253	9.22876		Ossweil,Oßweil		01	081	08118	08118048
2856832	Ossum	ossum	DE		0	Europe/Berlin	51.30677	6.64607				07	051	05162	05162022
2856836	Oßmaritz	ossmaritz	DE		0	Europe/Berlin	50.8797	11.54586				15	00	16074	16074008
2856837	Oßmanstedt	ossmanstedt	DE		1334	Europe/Berlin	51.01815	11.42746		Ossmannstedt,Ossmanstedt,Oßmannstedt,Oßmanstedt		15	00	16071	16071101
2856844	Oßla	ossla	DE		0	Europe/Berlin	50.46393	11.50703				15	00	16075	16075133
2856846	Ossig	ossig	DE		0	Europe/Berlin	51.09872	13.18762		Hasslau-Ossig,Haßlau-Ossig,Ossig		13	00	14522	14522510
2856847	Ossig	ossig	DE		0	Europe/Berlin	50.99765	12.10014				14	00	15084	15084207
2856849	Oßhalden	osshalden	DE		0	Europe/Berlin	49.10588	10.1531				01	081	08127	08127014
2856851	Osserich	osserich	DE		0	Europe/Berlin	50.11668	11.62244				02	094	09477	09477163
2856852	Ossenzhausen	ossenzhausen	DE		0	Europe/Berlin	48.58913	11.54964				02	091	09186	09186149
2856854	Ossenheim	ossenheim	DE		0	Europe/Berlin	50.32565	8.7942				05	064	06440	06440008
2856856	Ossenfeld	ossenfeld	DE		0	Europe/Berlin	51.52679	9.7968		Ossenfeld		06	00	03159	03159009
2856857	Ossendorf	ossendorf	DE		10596	Europe/Berlin	50.97059	6.90628				07	053	05315	05315000
2856858	Ossendorf	ossendorf	DE		0	Europe/Berlin	52.06439	14.57043				11	00	12067	12067357
2856859	Ossendorf	ossendorf	DE		0	Europe/Berlin	51.51035	9.08694		Ossendorf		07	057	05762	05762036
2856860	Ossenbruch	ossenbruch	DE		0	Europe/Berlin	51.13857	6.9928				07	051	05158	05158020
2856863	Ossenberg	ossenberg	DE		0	Europe/Berlin	51.57033	6.58362		Ossenberg		07	051	05170	05170032
2856868	Ossenbeck	ossenbeck	DE		0	Europe/Berlin	51.80639	7.71034				07	055	05570	05570016
2856869	Ossenbeck	ossenbeck	DE		0	Europe/Berlin	52.63868	8.36085				06	00	03251	03251012
2856870	Ossenbeck	ossenbeck	DE		0	Europe/Berlin	52.51403	8.1564				06	00	03460	03460002
2856872	Osseltshausen	osseltshausen	DE		0	Europe/Berlin	48.5609	11.68132				02	091	09178	09178116
2856873	Ossel	ossel	DE		0	Europe/Berlin	51.22211	14.11564				13	00	14625	14625130
2856874	Osseck am Wald	osseck-am-wald	DE		0	Europe/Berlin	50.28457	12.03492				02	094	09475	09475161
2856875	Osseck	osseck	DE		0	Europe/Berlin	50.30618	11.87803				02	094	09464	09464000
2856876	Ossak	ossak	DE		0	Europe/Berlin	51.66733	13.62971				11	00	12062	12062469
2856877	Ossa	ossa	DE		0	Europe/Berlin	51.02526	12.666		Ossa		13	00	14729	14729150
2856883	Osnabrück	osnabrueck	DE		166462	Europe/Berlin	52.27264	8.0498		Asnabruk,Osnabrik,Osnabrika,Osnabriukas,Osnabrjuk,Osnabruck,Osnabrueck,Osnabruga,Osnabrugensis,Osnabrück,Ossenbruegge,Ossenbrügge,ao si na bu lu ke,asnabrwk,awsnabrwk,oseunabeulwikeu,osunaburyukku,Аснабрук,Оснабрик,Оснабрюк,אוסנבריק,أسنابروك,اسنابروک,اوسنابروک,ოსნაბრიუკი,オスナブリュック,奥斯纳布吕克,오스나브뤼크	03404	06	00	03404	03404000
2856885	Osmünde	osmuende	DE		0	Europe/Berlin	51.44659	12.11419				14	00	15088	15088150
2856886	Osminghausen	osminghausen	DE		0	Europe/Berlin	51.10839	7.23569				07	053	05378	05378032
2856887	Osmarsleben	osmarsleben	DE		0	Europe/Berlin	51.7933	11.62684				14	00	15089	15089165
2856889	Oslebshausen	oslebshausen	DE		0	Europe/Berlin	53.13638	8.73922		Oslebshausen		03			
2856892	Ösinghausen	oesinghausen	DE		0	Europe/Berlin	50.99579	7.50069				07	053	05374	05374008
2856893	Ösingen	oesingen	DE		0	Europe/Berlin	50.92169	7.67936				07	053	05374	05374040
2856895	Osewoldterkoog	osewoldterkoog	DE		0	Europe/Berlin	54.72878	8.73027				10	00	01054	01054022
2856899	Osenhorst	osenhorst	DE		0	Europe/Berlin	53.23668	9.31794				06	00	03357	03357057
2856900	Osendorf	osendorf	DE		0	Europe/Berlin	51.41971	12.00769		Osendorf,Radewell/Osendorf		14	00	15002	15002000
2856906	Osenbach	osenbach	DE		0	Europe/Berlin	49.50894	7.08787				09	00	10046	10046116
2856907	Osenau	osenau	DE		0	Europe/Berlin	51.03379	7.09974		Osenau		07	053	05378	05378020
2856912	Oesede	oesede	DE		0	Europe/Berlin	52.20502	8.06865				06	00	03459	03459019
2856914	Oese	oese	DE		0	Europe/Berlin	53.44031	9.02121		Oese,Ose,Öse		06	00	03357	03357004
2856916	Ösdorf	oesdorf	DE		0	Europe/Berlin	51.98467	9.26817				06	00	03252	03252003
2856919	Ösdorf	oesdorf	DE		0	Europe/Berlin	51.50602	8.87592		Oesdorf		07	059	05958	05958024
2856920	Oesdorf	oesdorf	DE		0	Europe/Berlin	49.70633	10.9786		Osdorf,Ösdorf		02	094	09474	09474135
2856921	Oschwitz	oschwitz	DE		0	Europe/Berlin	50.0708	12.21036				02	094	09479	09479112
2856923	Öschle	oschle	DE		0	Europe/Berlin	47.6758	10.32929				02	097	09780	09780140
2856925	Oschitz	oschitz	DE		0	Europe/Berlin	50.56536	11.78783				15	00	16075	16075098
2856926	Öschingen	oschingen	DE		0	Europe/Berlin	48.4153	9.10938				01	084	08416	08416025
2856931	Oschenberg	oschenberg	DE		0	Europe/Berlin	49.96358	11.6453				02	094	09462	09462000
2856935	Öschelbronn	oschelbronn	DE		0	Europe/Berlin	48.9	8.81667		Oschelbronn,Öschelbronn		01	082	08236	08236046
2856936	Öschelbronn	oschelbronn	DE		0	Europe/Berlin	48.88648	9.46206				01	081	08119	08119089
2856937	Öschelbronn	oschelbronn	DE		0	Europe/Berlin	48.55281	8.82365				01	081	08115	08115016
2856943	Oschätzchen	oschaetzchen	DE		0	Europe/Berlin	51.46914	13.38946				11	00	12062	12062024
2856945	Ösch	osch	DE		0	Europe/Berlin	47.76667	10.06667				01	084	08436	08436055
2856946	Ösch	osch	DE		0	Europe/Berlin	47.57311	10.55958				02	097	09777	09777159
2856951	Ösbühl	osbuhl	DE		0	Europe/Berlin	49.31242	12.88636				02	093	09372	09372126
2856953	Osberghausen	osberghausen	DE		0	Europe/Berlin	50.99113	7.49317		Osberghausen		07	053	05374	05374008
2856956	Osann	osann	DE		0	Europe/Berlin	49.91667	6.95				08	00	07231	07231103
2856958	Orxhausen	orxhausen	DE		0	Europe/Berlin	51.86748	9.97523				06	00	03155	03155013
2856960	Ortwinkel	ortwinkel	DE		0	Europe/Berlin	52.80575	11.36308				14	00	15081	15081030
2856961	Ortwiger Loose	ortwiger-loose	DE		0	Europe/Berlin	52.69714	14.34119				11	00	12064	12064274
2856964	Ortwick	ortwick	DE		0	Europe/Berlin	52.05329	7.02235				07	055	05554	05554004
2856965	Ortwang	ortwang	DE		0	Europe/Berlin	47.53879	10.27168				02	097	09780	09780118
2856966	Ortspitz	ortspitz	DE		0	Europe/Berlin	49.69946	11.18999				02	094	09474	09474147
2856967	Ortsmannsheide	ortsmannsheide	DE		0	Europe/Berlin	51.33672	6.51862		Ortmannsheide,Ortsmannsheide		07	051	05114	05114000
2856970	Ortshausen	ortshausen	DE		0	Europe/Berlin	51.98366	10.1663				06	00	03254	03254008
2856971	Ortseifen	ortseifen	DE		0	Europe/Berlin	50.8798	7.72623		Ortseifen		07	053	05374	05374028
2856977	Ortmaring	ortmaring	DE		0	Europe/Berlin	48.03257	12.46442				02	091	09189	09189126
2856979	Ortmannsdorf	ortmannsdorf	DE		0	Europe/Berlin	50.70498	12.61663				13	00	14524	14524200
2856980	Örtlingerhausen	oertlingerhausen	DE		0	Europe/Berlin	52.44752	8.62609				07	057	05770	05770040
2856981	Ortlfingen	ortlfingen	DE		0	Europe/Berlin	48.58612	10.79916				02	097	09772	09772134
2856982	Ortlfing	ortlfing	DE		0	Europe/Berlin	48.69784	11.0406				02	091	09185	09185125
2856983	Ortlesbrunn	ortlesbrunn	DE		0	Europe/Berlin	49.72968	11.63152				02	093	09371	09371113
2856986	Ortkrug	ortkrug	DE		0	Europe/Berlin	53.48468	11.47168				12	00	13076	13076086
2856991	Orthöve	orthoeve	DE		0	Europe/Berlin	51.68929	7.03543				07	055	05562	05562012
2856992	Ortholz	ortholz	DE		0	Europe/Berlin	52.97239	8.58859				06	00	03458	03458006
2856995	Orthöfen	orthoefen	DE		0	Europe/Berlin	52.15613	8.25471				06	00	03459	03459024
2856996	Orthofen	orthofen	DE		0	Europe/Berlin	48.30926	11.23489				02	091	09174	09174146
2856997	Orthofen	orthofen	DE		0	Europe/Berlin	48.01042	11.79906				02	091	09175	09175116
2856998	Orthofen	orthofen	DE		0	Europe/Berlin	47.89597	11.92497				02	091	09187	09187122
2857004	Orth	orth	DE		0	Europe/Berlin	54.44747	11.05208		Orth		10	00	01055	01055046
2857005	Orth	orth	DE		0	Europe/Berlin	51.12533	7.09255				07	053	05378	05378016
2857017	Örtelsbruch	oertelsbruch	DE		0	Europe/Berlin	50.48333	11.5				15	00	16075	16075133
2857019	Ortbruch	ortbruch	DE		0	Europe/Berlin	52.45892	9.05897		Kolonie Ortbruch,Ortbruch		07	057	05770	05770028
2857029	Ort	ort	DE		0	Europe/Berlin	50.22959	11.67356				02	094	09475	09475136
2857030	Ort	ort	DE		0	Europe/Berlin	48.86771	13.25801				02	092	09272	09272128
2857031	Ort	ort	DE		0	Europe/Berlin	48.80888	13.53113				02	092	09272	09272118
2857032	Ort	ort	DE		0	Europe/Berlin	48.34113	13.21647				02	092	09275	09275130
2857033	Ort	ort	DE		0	Europe/Berlin	47.67516	11.38795				02	091	09173	09173133
2857036	Orsoy	orsoy	DE		0	Europe/Berlin	51.52388	6.68647		Orsoy		07	051	05170	05170032
2857040	Orsenhausen	orsenhausen	DE		0	Europe/Berlin	48.20946	9.96391				01	084	08426	08426108
2857043	Orschweier	orschweier	DE		0	Europe/Berlin	48.27805	7.79901				01	083	08317	08317073
2857044	Orscholz	orscholz	DE		3609	Europe/Berlin	49.50593	6.52502				09	00	10042	10042114
2857045	Orscheid	orscheid	DE		0	Europe/Berlin	50.65904	7.32814				07	053	05382	05382008
2857048	Orsberg	orsberg	DE		0	Europe/Berlin	50.5919	7.24139		Orsberg		08	00	07138	07138019
2857049	Orsbeck	orsbeck	DE		0	Europe/Berlin	51.08692	6.15196		Orsbeck		07	053	05370	05370036
2857050	Orsbach	orsbach	DE		0	Europe/Berlin	50.79536	5.99995				07	053	05334	05334002
2857054	Oerrel	oerrel	DE		0	Europe/Berlin	52.68527	10.57503		Oerrel,Orrel,Örrel		06	00	03151	03151007
2857055	Orr	orr	DE		0	Europe/Berlin	51.00903	6.82928				07	053	05362	05362036
2857056	Orpethal	orpethal	DE		0	Europe/Berlin	51.49261	8.95935				05	066	06635	06635008
2857057	Orpensdorf	orpensdorf	DE		0	Europe/Berlin	52.76559	11.6074				14	00	15090	15090415
2857065	Ormsheimerhof	ormsheimerhof	DE		0	Europe/Berlin	49.53403	8.32667				08	00	07311	07311000
2857067	Ormesheim	ormesheim	DE		0	Europe/Berlin	49.19629	7.14369				09	00	10045	10045116
2857068	Orlishausen	orlishausen	DE		0	Europe/Berlin	51.15416	11.20095				15	00	16068	16068051
2857071	Orleshausen	orleshausen	DE		0	Europe/Berlin	50.28642	9.06792				05	064	06440	06440004
2857076	Orlen	orlen	DE		0	Europe/Berlin	50.18163	8.1868				05	064	06439	06439015
2857080	Orlamünde	orlamuende	DE		1283	Europe/Berlin	50.77486	11.51929		Orlamuende,Orlamunde,Orlamünde		15	00	16074	16074065
2857081	Orlach	orlach	DE		0	Europe/Berlin	49.2114	9.81392				01	081	08127	08127009
2857084	Orken	orken	DE		0	Europe/Berlin	51.09792	6.57103				07	051	05162	05162008
2857086	Ork	ork	DE		0	Europe/Berlin	51.59615	6.60798		Ork		07	051	05170	05170044
2857088	Öringerdamm	oeringerdamm	DE		0	Europe/Berlin	53.83333	10.13333				10	00	01060	01060065
2857091	Orhalm	orhalm	DE		0	Europe/Berlin	49.10528	12.3025				02	093	09375	09375114
2857095	Orferode	orferode	DE		0	Europe/Berlin	51.2575	9.9386				05	066	06636	06636001
2857099	Orendelsall	orendelsall	DE		0	Europe/Berlin	49.2661	9.5404				01	081	08126	08126094
2857106	Ordorf	ordorf	DE		0	Europe/Berlin	49.81667	6.63333				08	00	07235	07235094
2857107	Ording	ording	DE		0	Europe/Berlin	54.326	8.61219				10	00	01054	01054113
2857108	Orde	orde	DE		0	Europe/Berlin	52.68333	7.3				06	00	03454	03454035
2857110	Orbroich	orbroich	DE		0	Europe/Berlin	51.39165	6.49564				07	051	05114	05114000
2857112	Orbke	orbke	DE		0	Europe/Berlin	51.9576	8.84777				07	057	05766	05766020
2857119	Orbachshof	orbachshof	DE		0	Europe/Berlin	49.25008	9.57566				01	081	08126	08126028
2857123	Örath	oerath	DE		0	Europe/Berlin	51.09376	6.29978				07	053	05370	05370004
2857125	Oranienstein	oranienstein	DE		0	Europe/Berlin	50.3822	8.01275				08	00	07141	07141029
2857126	Oranienburg Süd	oranienburg-sued	DE		0	Europe/Berlin	52.73165	13.24244				11	00	12065	12065256
2857128	Oranienburger Berg	oranienburger-berg	DE		0	Europe/Berlin	52.76667	13.25				11	00	12065	12065256
2857132	Opsen	opsen	DE		0	Europe/Berlin	51.60997	7.83947				07	059	05915	05915000
2857133	Opsen	opsen	DE		0	Europe/Berlin	50.77913	7.66363				08	00	07132	07132038
2857135	Oppum	oppum	DE		0	Europe/Berlin	51.32244	6.61518		Oppum		07	051	05114	05114000
2857137	Oppitzsch	oppitzsch	DE		0	Europe/Berlin	51.34398	13.26861				13	00	14627	14627270
2857138	Oppitz	oppitz	DE		0	Europe/Berlin	51.30411	14.41775		Psowje		13	00	14625	14625280
2857139	Oppingen	oppingen	DE		0	Europe/Berlin	48.54122	9.82796				01	084	08425	08425084
2857140	Opping	opping	DE		0	Europe/Berlin	48.34802	13.02089				02	092	09277	09277152
2857144	Opperzau	opperzau	DE		0	Europe/Berlin	50.78378	7.67617		Opperzau		07	053	05382	05382076
2857145	Opperz	opperz	DE		0	Europe/Berlin	50.44791	9.6208				05	066	06631	06631018
2857146	Oppertshofen	oppertshofen	DE		0	Europe/Berlin	48.70644	10.6705				02	097	09779	09779218
2857148	Oppershofen	oppershofen	DE		0	Europe/Berlin	50.41782	8.74512				05	064	06440	06440022
2857152	Oppersdorf	oppersdorf	DE		0	Europe/Berlin	49.05728	12.06582				02	093	09375	09375165
2857155	Opperode	opperode	DE		0	Europe/Berlin	51.71695	11.25858		Opperode		14	00	15085	15085040
2857156	Opperkofen	opperkofen	DE		0	Europe/Berlin	48.82255	12.534				02	092	09278	09278121
2857158	Opperhausen	opperhausen	DE		0	Europe/Berlin	51.82684	9.99426				06	00	03155	03155013
2857160	Oppenwehe	oppenwehe	DE		0	Europe/Berlin	52.46594	8.50381		Oppenwehe		07	057	05770	05770044
2857161	Oppenroth	oppenroth	DE		0	Europe/Berlin	50.2064	11.84832				02	094	09475	09475184
2857162	Oppenrod	oppenrod	DE		0	Europe/Berlin	50.5847	8.80138				05	065	06531	06531003
2857163	Oppenried	oppenried	DE		0	Europe/Berlin	47.82846	11.25863				02	091	09190	09190152
2857164	Oppenried	oppenried	DE		0	Europe/Berlin	47.76982	11.93175				02	091	09182	09182114
2857165	Oppenreute	oppenreute	DE		0	Europe/Berlin	47.8087	9.79658				01	084	08436	08436085
2857168	Oppenhausen	oppenhausen	DE		0	Europe/Berlin	50.19971	7.48169		Oppenhausen		08	00	07140	07140501
2857169	Oppendorf	oppendorf	DE		0	Europe/Berlin	54.31545	10.21947				10	00	01057	01057074
2857170	Oppendorf	oppendorf	DE		0	Europe/Berlin	52.45486	8.48557				07	057	05770	05770044
2857171	Oppendorf	oppendorf	DE		0	Europe/Berlin	50.98929	6.55013				07	053	05362	05362004
2857173	Oppen	oppen	DE		0	Europe/Berlin	49.45518	6.78186		Oppen		09	00	10042	10042111
2857174	Oppeltshofen	oppeltshofen	DE		0	Europe/Berlin	47.78333	9.63333				01	084	08436	08436064
2857176	Oppelsbohm	oppelsbohm	DE		0	Europe/Berlin	48.86141	9.46953				01	081	08119	08119089
2857177	Oppelner Geest	oppelner-geest	DE		0	Europe/Berlin	53.71188	8.98273				06	00	03352	03352056
2857178	Oppeln	oppeln	DE		0	Europe/Berlin	53.72161	8.99336				06	00	03352	03352056
2857179	Oppeln	oppeln	DE		0	Europe/Berlin	51.13714	14.69423		Oppeln,Wopalen,Wopaleń		13	00	14626	14626290
2857184	Opmünden	opmuenden	DE		0	Europe/Berlin	51.56015	8.16189				07	059	05974	05974008
2857185	Opladen	opladen	DE		23000	Europe/Berlin	51.06863	7.00387		Opladen,Опладен		07	053	05316	05316000
2857187	Öpitz	oepitz	DE		0	Europe/Berlin	50.69075	11.57006				15	00	16075	16075085
2857189	Ophoven	ophoven	DE		0	Europe/Berlin	51.10807	6.10255				07	053	05370	05370036
2857193	Opherten	opherten	DE		0	Europe/Berlin	51.01235	6.4464				07	053	05358	05358056
2857194	Opherdicke	opherdicke	DE		0	Europe/Berlin	51.48802	7.64417		Opherdicke		07	059	05978	05978016
2857199	Opferstetten	opferstetten	DE		0	Europe/Berlin	48.4202	10.18158				02	097	09774	09774119
2857201	Opferdingen	opferdingen	DE		0	Europe/Berlin	47.87153	8.50472				01	083	08326	08326005
2857203	Opferbaum	opferbaum	DE		0	Europe/Berlin	49.9229	10.07852				02	096	09679	09679117
2857204	Opfenried	opfenried	DE		0	Europe/Berlin	49.04892	10.57271				02	095	09571	09571192
2857212	Oosscheuern	oosscheuern	DE		0	Europe/Berlin	48.77184	8.22224				01	082	08211	08211000
2857216	Oos	oos	DE		0	Europe/Berlin	48.78829	8.19324		Baden-Oos,Oos		01	082	08211	08211000
2857217	Oos	oos	DE		0	Europe/Berlin	50.23974	6.58378				08	00	07233	07233026
2857218	Oortkaten	oortkaten	DE		0	Europe/Berlin	53.44961	10.08972				04	00	02000	02000000
2857220	Ontrup	ontrup	DE		0	Europe/Berlin	51.77961	7.13217				07	055	05562	05562016
2857222	Onstmettingen	onstmettingen	DE		0	Europe/Berlin	48.28174	9.00016		Onstmettingen		01	084	08417	08417079
2857225	Önsbach	onsbach	DE		0	Europe/Berlin	48.60516	8.03555				01	083	08317	08317001
2857226	Onolzheim	onolzheim	DE		0	Europe/Berlin	49.11433	10.03507				01	081	08127	08127014
2857228	Onnert	onnert	DE		0	Europe/Berlin	51.30195	6.25859				07	051	05166	05166016
2857232	Önkfeld	oenkfeld	DE		0	Europe/Berlin	51.2225	7.35056				07	053	05374	05374036
2857233	Oening	oening	DE		0	Europe/Berlin	49.09438	11.5214		Oning,Öning		02	093	09373	09373112
2857238	Ondrup	ondrup	DE		0	Europe/Berlin	51.78662	7.36261				07	055	05558	05558024
2857239	Ondrup	ondrup	DE		0	Europe/Berlin	51.73333	7.68333				07	055	05558	05558004
2857240	Ondrup	ondrup	DE		0	Europe/Berlin	51.70253	7.48331		Ondrup		07	059	05978	05978032
2857241	Ondrup	ondrup	DE		0	Europe/Berlin	52.60565	8.22767				06	00	03460	03460008
2857242	Onatsfeld	onatsfeld	DE		0	Europe/Berlin	48.87236	10.06961				01	081	08136	08136088
2857244	Omsewitz	omsewitz	DE		0	Europe/Berlin	51.05903	13.65733		Omsewitz		13	00	14612	14612000
2857246	Ompert	ompert	DE		0	Europe/Berlin	51.22954	6.40231		Ompert		07	051	05166	05166032
2857247	Ommersheim	ommersheim	DE		0	Europe/Berlin	49.21849	7.15862				09	00	10045	10045116
2857253	Omersbach	omersbach	DE		0	Europe/Berlin	50.10896	9.19087		Omersbach		02	096	09671	09671119
2857255	Omagen	omagen	DE		0	Europe/Berlin	51.01667	6.53333				07	053	05362	05362004
2857257	Olzreute	olzreute	DE		0	Europe/Berlin	48.00732	9.68187				01	084	08426	08426014
2857261	Olympisches Dorf	olympisches-dorf	DE		0	Europe/Berlin	52.53333	12.01667				14	00	15090	15090631
2857263	Olxheim	olxheim	DE		0	Europe/Berlin	51.8316	9.94841				06	00	03155	03155013
2857265	Ölverhof	oelverhof	DE		0	Europe/Berlin	50.03097	6.16007				08	00	07232	07232294
2857266	Olvenstedt	olvenstedt	DE		0	Europe/Berlin	52.15621	11.57083		Alt Olvenstedt,Olmstae,Olmstä,Olvenstedt,Osulfstidi		14	00	15003	15003000
2857268	Oltschlott	oltschlott	DE		0	Europe/Berlin	53.46151	13.4993				12	00	13071	13071164
2857269	Oltmannsfehn	oltmannsfehn	DE		0	Europe/Berlin	53.36085	7.81311		Oltmannsfehn		06	00	03457	03457020
2857274	Oelsen	oelsen	DE		0	Europe/Berlin	52.13047	14.3844		Oelsen,Olsen,Ölsen		11	00	12067	12067137
2857275	Oelsen	oelsen	DE		0	Europe/Berlin	51.03319	12.24718		Oelsen,Olsen,Ölsen		14	00	15084	15084130
2857277	Oelsen	oelsen	DE		0	Europe/Berlin	50.65643	11.50801				15	00	16075	16075129
2857282	Ölschütz	oelschuetz	DE		0	Europe/Berlin	51.32074	12.76371				13	00	14729	14729410
2857286	Ölschnitz	olschnitz	DE		0	Europe/Berlin	50.15427	11.72718				02	094	09475	09475175
2857288	Ölsburg	oelsburg	DE		0	Europe/Berlin	52.26246	10.20724		Gross Olsburg,Groß Ölsburg,Ulsebarg,Ulseborg		06	00	03157	03157009
2857289	Olsbrücken	olsbruecken	DE		1187	Europe/Berlin	49.53884	7.65857			07335033	08	00	07335	07335033
2857299	Ölper	oelper	DE		1486	Europe/Berlin	52.28638	10.49924				06	00	03101	03101000
2857301	Olpenitzdorf	olpenitzdorf	DE		0	Europe/Berlin	54.66327	10.00305				10	00	01059	01059045
2857302	Olpenitz	olpenitz	DE		0	Europe/Berlin	54.66288	9.99079		Olpenitz		10	00	01059	01059045
2857308	Olnhausen	olnhausen	DE		0	Europe/Berlin	49.31437	9.44378		Olnhausen		01	081	08125	08125048
2857314	Ollsen	ollsen	DE		0	Europe/Berlin	53.22044	10.01074				06	00	03353	03353016
2857315	Ollndorf	ollndorf	DE		0	Europe/Berlin	53.79482	10.89143		Ollendorf,Ollndorf		12	00	13074	13074094
2857321	Ollheim	ollheim	DE		0	Europe/Berlin	50.68757	6.89489		Ollheim		07	053	05382	05382064
2857322	Ollesheim	ollesheim	DE		0	Europe/Berlin	50.81289	6.61032				07	053	05358	05358052
2857324	Ollerding	ollerding	DE		0	Europe/Berlin	48.04072	12.71554				02	091	09189	09189152
2857326	Ollenharde	ollenharde	DE		0	Europe/Berlin	53.1866	7.91814				06	00	03451	03451007
2857332	Ollen	ollen	DE		0	Europe/Berlin	53.17302	8.49663				06	00	03461	03461001
2857333	Ollarzried	ollarzried	DE		0	Europe/Berlin	47.89958	10.36205				02	097	09778	09778186
2857338	Ölkuchenmühle	olkuchenmuhle	DE		0	Europe/Berlin	49.23485	11.45163		Olkuchenmuhle,Ölkuchenmühle		02	093	09373	09373159
2857339	Ölkofen	olkofen	DE		0	Europe/Berlin	48.03557	9.38829				01	084	08437	08437053
2857340	Elkofen	elkofen	DE		0	Europe/Berlin	48.02331	11.96209		Olkofen,Ölkofen		02	091	09175	09175122
2857344	Olkenbach	olkenbach	DE		0	Europe/Berlin	50.02007	6.98429				08	00	07231	07231004
2857345	Oelkassen	oelkassen	DE		0	Europe/Berlin	51.94305	9.61089		Oelkassen,Olkassen,Ölkassen		06	00	03255	03255028
2857346	Olk	olk	DE		0	Europe/Berlin	49.81609	6.5529		Olk		08	00	07235	07235111
2857348	Oelinghoven	oelinghoven	DE		0	Europe/Berlin	50.72429	7.2248		Oelinghoven,Olinghoven,Ölinghoven		07	053	05382	05382024
2857349	Ölingen	oelingen	DE		0	Europe/Berlin	52.34473	8.27188				06	00	03459	03459013
2857351	Ölhof	olhof	DE		0	Europe/Berlin	49.57459	11.85007				02	093	09371	09371126
2857352	Ölhäuser	olhauser	DE		0	Europe/Berlin	48.8523	9.85491				01	081	08136	08136040
2857358	Olgishofen	olgishofen	DE		0	Europe/Berlin	48.16238	10.28894				02	097	09778	09778157
2857359	Ölgershausen	oelgershausen	DE		0	Europe/Berlin	50.92414	8.08856				07	059	05970	05970032
2857360	Olganitz	olganitz	DE		0	Europe/Berlin	51.4063	13.10473				13	00	14730	14730050
2857362	Olfhusum	olfhusum	DE		0	Europe/Berlin	54.83333	8.66667				10	00	01054	01054166
2857366	Olewig	olewig	DE		0	Europe/Berlin	49.74107	6.67274				08	00	07211	07211000
2857367	Oleumhütte	oleumhutte	DE		0	Europe/Berlin	48.96999	13.1015				02	092	09276	09276138
2857368	Oelerse	oelerse	DE		0	Europe/Berlin	52.38582	10.17291		OEhlsse,Olerdessen [a. 1307],Olerse,Öhlße,Ölerse		06	00	03157	03157001
2857369	Öleroth	oeleroth	DE		0	Europe/Berlin	50.85134	7.49817				07	053	05382	05382052
2857371	Olenhusen	olenhusen	DE		0	Europe/Berlin	51.50548	9.85701		Olenenhusen,Olenhusen		06	00	03159	03159029
2857372	Ölendorf	oelendorf	DE		0	Europe/Berlin	54.32458	11.04076				10	00	01055	01055031
2857377	Olef	olef	DE		0	Europe/Berlin	50.54278	6.48774				07	053	05366	05366036
2857378	Oldsum-Klintum	oldsum-klintum	DE		0	Europe/Berlin	54.73007	8.45587				10	00	01054	01054098
2857379	Oldorferwarf	oldorferwarf	DE		0	Europe/Berlin	53.63553	7.92209				06	00	03455	03455020
2857382	Oldorf	oldorf	DE		0	Europe/Berlin	54.9	8.7				10	00	01054	01054110
2857383	Oldorf	oldorf	DE		0	Europe/Berlin	53.63491	7.92591				06	00	03455	03455020
2857384	Oldorf	oldorf	DE		0	Europe/Berlin	53.4	8.15				06	00	03455	03455026
2857385	Oldorf	oldorf	DE		0	Europe/Berlin	52.53284	8.25932				06	00	03460	03460002
2857389	Oldinghausen	oldinghausen	DE		0	Europe/Berlin	52.11718	8.56136		Oldinghausen		07	057	05758	05758008
2857390	Oldinger Sundern	oldinger-sundern	DE		0	Europe/Berlin	52.11306	8.55581				07	057	05758	05758008
2857391	Oldinger Mark	oldinger-mark	DE		0	Europe/Berlin	52.1168	8.58289				07	057	05758	05758008
2857393	Oldhorst	oldhorst	DE		0	Europe/Berlin	52.47785	9.91502		Oldhorst		06	00	03241	03241004
2857394	Oldgras	oldgras	DE		0	Europe/Berlin	54.48333	9.03333				10	00	01054	01054056
2857396	Oldewage	oldewage	DE		0	Europe/Berlin	52.6265	8.55045				06	00	03251	03251006
2857397	Olderupfeld	olderupfeld	DE		0	Europe/Berlin	54.5253	9.13065				10	00	01054	01054097
2857402	Oldersum	oldersum	DE		0	Europe/Berlin	53.32767	7.3436		Oldersum		06	00	03457	03457014
2857404	Oldershausen	oldershausen	DE		0	Europe/Berlin	51.79416	10.08948				06	00	03155	03155006
2857405	Oldershausen	oldershausen	DE		0	Europe/Berlin	53.36495	10.33647				06	00	03353	03353023
2857406	Oldersbeckfeld	oldersbeckfeld	DE		0	Europe/Berlin	54.43333	9.18333				10	00	01054	01054156
2857409	Oldentrup	oldentrup	DE		0	Europe/Berlin	52.01305	8.60546				07	057	05711	05711000
2857411	Oldenstorf	oldenstorf	DE		0	Europe/Berlin	53.66295	12.10625				12	00	13072	13072067
2857412	Oldenstadt	oldenstadt	DE		0	Europe/Berlin	52.97676	10.58794				06	00	03360	03360025
2857413	Oldenrode	oldenrode	DE		0	Europe/Berlin	51.81529	10.11052				06	00	03155	03155006
2857414	Oldenrode	oldenrode	DE		0	Europe/Berlin	51.72163	9.81702				06	00	03155	03155009
2857417	Oldenhöfen	oldenhoefen	DE		0	Europe/Berlin	53.20763	9.43385				06	00	03357	03357041
2857418	Oldenhagen	oldenhagen	DE		0	Europe/Berlin	54.12825	13.36135				12	00	13075	13075102
2857421	Oldendorp	oldendorp	DE		0	Europe/Berlin	53.3082	7.29316				06	00	03457	03457012
2857422	Oldendorf II	oldendorf-ii	DE		0	Europe/Berlin	53.08469	10.44559		Oldendorf Zwei		06	00	03360	03360014
2857423	Oldendorferheide	oldendorferheide	DE		0	Europe/Berlin	52.23333	8.31667				06	00	03459	03459024
2857426	Oldendorf Eins	oldendorf-eins	DE		0	Europe/Berlin	52.9	10.45				06	00	03360	03360023
2857448	Oldenbüttel	oldenbuettel	DE		0	Europe/Berlin	53.28105	8.80685				06	00	03356	03356003
2857463	Oldenbrok	oldenbrok	DE		0	Europe/Berlin	53.28333	8.4				06	00	03461	03461008
2857469	Oldeborger Äcker	oldeborger-aecker	DE		0	Europe/Berlin	53.51667	7.31667				06	00	03452	03452024
2857470	Oldeborg	oldeborg	DE		0	Europe/Berlin	53.4984	7.32708				06	00	03452	03452023
2857471	Oldau	oldau	DE		0	Europe/Berlin	52.6551	9.93139				06	00	03351	03351012
2857473	Ölbrunn	olbrunn	DE		0	Europe/Berlin	49.93847	11.88551				02	093	09377	09377133
2857476	Ölbronn	olbronn	DE		0	Europe/Berlin	48.98051	8.75233				01	082	08236	08236075
2857478	Ölböm	oelboem	DE		0	Europe/Berlin	54.31667	10.51667				10	00	01057	01057021
2857482	Olberode	olberode	DE		0	Europe/Berlin	50.85553	9.42276		Olberode		05	066	06634	06634019
2857487	Ölberg	olberg	DE		0	Europe/Berlin	48.80662	13.21574				02	092	09271	09271149
2857488	Ölberg	olberg	DE		0	Europe/Berlin	48.14012	8.21384		Im Oelberg,Olberg,Ölberg		01	083	08326	08326055
2857489	Ölberg	olberg	DE		0	Europe/Berlin	47.7292	10.9576				02	091	09190	09190145
2857506	Oelber am weißen Wege	oelber-am-weissen-wege	DE		0	Europe/Berlin	52.09786	10.2305		Olber am weissen Wege,Ölber am weißen Wege		06	00	03158	03158002
2857516	Okriftel	okriftel	DE		0	Europe/Berlin	50.05364	8.49575				05	064	06436	06436005
2857521	Oker	oker	DE		0	Europe/Berlin	51.90508	10.48191		Oker		06	00	03153	03153017
2857526	Okel	okel	DE		0	Europe/Berlin	52.93502	8.88374		Okel		06	00	03251	03251041
2857528	Okarben	okarben	DE		0	Europe/Berlin	50.25162	8.75584		Okarben		05	064	06440	06440012
2857529	Öjendorf	oejendorf	DE		0	Europe/Berlin	53.55	10.13333				04	00	02000	02000000
2857533	Oiste	oiste	DE		0	Europe/Berlin	52.91235	9.15769				06	00	03361	03361002
2857536	Oirlich	oirlich	DE		0	Europe/Berlin	51.32496	6.29361				07	051	05166	05166016
2857537	Oie	oie	DE		0	Europe/Berlin	54.24364	13.91097		Insel Greifswalder Oie,Insel Oie,Oie		12	00	13075	13075069
2857539	Oidtweiler	oidtweiler	DE		0	Europe/Berlin	50.89421	6.18848				07	053	05334	05334008
2857540	Oib	oib	DE		0	Europe/Berlin	47.4	10.23333				02	097	09780	09780133
2857541	Ohu	ohu	DE		0	Europe/Berlin	48.59318	12.22961				02	092	09274	09274128
2857544	Ohrwegerfeld	ohrwegerfeld	DE		0	Europe/Berlin	53.18159	7.95191				06	00	03451	03451002
2857545	Ohrwege	ohrwege	DE		0	Europe/Berlin	53.16996	7.96692				06	00	03451	03451002
2857549	Ohrthausen	ohrthausen	DE		0	Europe/Berlin	52.62806	7.66211				06	00	03459	03459009
2857551	Ohrtermersch	ohrtermersch	DE		0	Europe/Berlin	52.59523	7.6676				06	00	03459	03459011
2857552	Ohrte	ohrte	DE		0	Europe/Berlin	52.58908	7.67927				06	00	03459	03459011
2857553	Ohrt	ohrt	DE		0	Europe/Berlin	53.21945	8.47269				06	00	03461	03461001
2857554	Ohrt	ohrt	DE		0	Europe/Berlin	53.04096	8.49133				06	00	03458	03458005
2857555	Ohrstedt	ohrstedt	DE		0	Europe/Berlin	54.5	9.23333				10	00	01054	01054152
2857557	Ohrsen	ohrsen	DE		0	Europe/Berlin	51.99651	8.74718				07	057	05766	05766040
2857559	Ohrsee	ohrsee	DE		0	Europe/Berlin	54.1	9.46667				10	00	01058	01058061
2857561	Ohrnberg	ohrnberg	DE		0	Europe/Berlin	49.24914	9.45684		Ohrnberg		01	081	08126	08126066
2857570	Ohrensen	ohrensen	DE		0	Europe/Berlin	53.46606	9.47254				06	00	03359	03359005
2857571	Ohrensbächle	ohrensbachle	DE		0	Europe/Berlin	48.03333	7.95				01	083	08315	08315041
2857572	Ohrensbach	ohrensbach	DE		0	Europe/Berlin	48.04171	7.94998				01	083	08315	08315041
2857576	Öhrenfeld	oehrenfeld	DE		0	Europe/Berlin	51.84529	10.72076				14	00	15085	15085190
2857585	Ohren	ohren	DE		0	Europe/Berlin	50.301	8.18737				05	065	06533	06533008
2857587	Ohrel	ohrel	DE		0	Europe/Berlin	53.40142	9.29276				06	00	03357	03357003
2857593	Ohrdorf	ohrdorf	DE		0	Europe/Berlin	52.69778	10.80805		Ohrdorf		06	00	03151	03151040
2857594	Ohrbült	ohrbuelt	DE		0	Europe/Berlin	53.41667	7.96667				06	00	03455	03455027
2857598	Ohrbeck	ohrbeck	DE		0	Europe/Berlin	52.2308	7.99416				06	00	03459	03459021
2857601	Ohr	ohr	DE		0	Europe/Berlin	52.06326	9.35263				06	00	03252	03252005
2857606	Ohof	ohof	DE		0	Europe/Berlin	52.45095	10.30865		Ohof		06	00	03151	03151017
2857607	Ohnsang	ohnsang	DE		0	Europe/Berlin	48.08538	10.44928				02	097	09778	09778183
2857613	Ohnhorst	ohnhorst	DE		0	Europe/Berlin	52.40378	10.56524				06	00	03151	03151016
2857614	Ohnholz	ohnholz	DE		0	Europe/Berlin	49.12306	9.58065				01	081	08126	08126069
2857615	Ohnewitz	ohnewitz	DE		0	Europe/Berlin	52.73094	12.43052				11	00	12063	12063094
2857621	Ohndorf	ohndorf	DE		0	Europe/Berlin	52.35621	9.35057				06	00	03257	03257016
2857622	Öhnböck	ohnbock	DE		0	Europe/Berlin	47.92635	11.5317		Oehnboeck,Oehnböck		02	091	09173	09173120
2857624	Ohnastetten	ohnastetten	DE		0	Europe/Berlin	48.43826	9.32276				01	084	08415	08415093
2857625	Oehna	oehna	DE		0	Europe/Berlin	51.92945	13.03602		Oehna,Ohna,Öhna		11	00	12072	12072297
2857627	Ohmstede	ohmstede	DE		0	Europe/Berlin	53.16304	8.24891		Ohmstede		06	00	03403	03403000
2857630	Ohmoor	ohmoor	DE		0	Europe/Berlin	53.65	9.96667				10	00	01060	01060063
2857632	Ohmes	ohmes	DE		0	Europe/Berlin	50.76875	9.17632				05	065	06535	06535002
2857634	Ohmenheim	ohmenheim	DE		0	Europe/Berlin	48.77571	10.35195				01	081	08136	08136045
2857635	Ohmenhausen	ohmenhausen	DE		0	Europe/Berlin	48.47838	9.13998				01	084	08415	08415061
2857647	Ohlum	ohlum	DE		0	Europe/Berlin	52.27309	10.07051				06	00	03157	03157002
2857650	Ohlsdorf	ohlsdorf	DE		14942	Europe/Berlin	53.62594	10.03145		Ohlsdoerp,Ohlsdorf,Ohlsdörp		04	00	02000	02000000
2857655	Öhlinsweiler	ohlinsweiler	DE		0	Europe/Berlin	47.94219	7.76038				01	083	08315	08315089
2857659	Ohligs	ohligs	DE		0	Europe/Berlin	51.15	7				07	051	05122	05122000
2857660	Ohlhof	ohlhof	DE		0	Europe/Berlin	51.92416	10.45898				06	00	03153	03153017
2857661	Ohlhagen	ohlhagen	DE		0	Europe/Berlin	50.97972	7.59765				07	053	05374	05374040
2857666	Ohlerath	ohlerath	DE		0	Europe/Berlin	50.46666	6.85391				07	053	05366	05366004
2857667	Ohler	ohler	DE		0	Europe/Berlin	51.17667	6.41902				07	051	05116	05116000
2857669	Ohlenstedt	ohlenstedt	DE		0	Europe/Berlin	53.30369	8.75902				06	00	03356	03356007
2857670	Ohlensehlen	ohlensehlen	DE		0	Europe/Berlin	52.55496	8.90974				06	00	03256	03256033
2857671	Ohlenrode	ohlenrode	DE		0	Europe/Berlin	51.91243	9.99189				06	00	03254	03254042
2857674	Ohlendorf	ohlendorf	DE		0	Europe/Berlin	53.34199	10.05036		Ohlendorf		06	00	03353	03353031
2857675	Ohlendorf	ohlendorf	DE		0	Europe/Berlin	52.70905	8.89095				06	00	03251	03251027
2857676	Ohlendorf	ohlendorf	DE		0	Europe/Berlin	52.28591	9.71672				06	00	03241	03241007
2857677	Ohlendorf	ohlendorf	DE		0	Europe/Berlin	52.06188	10.44628				06	00	03102	03102000
2857678	Ohlenbüttel	ohlenbuettel	DE		0	Europe/Berlin	53.39654	9.7782				06	00	03353	03353026
2857680	Ohlenburg	ohlenburg	DE		0	Europe/Berlin	53.51667	10.13333				04	00	02000	02000000
2857682	Ohlenberg	ohlenberg	DE		0	Europe/Berlin	50.58825	7.28207				08	00	07138	07138501
2857685	Ohlenbach	ohlenbach	DE		0	Europe/Berlin	51.17016	8.4362		Ohlenbach		07	059	05958	05958040
2857686	Ohlen	ohlen	DE		0	Europe/Berlin	53.92647	9.09025				10	00	01051	01051011
2857688	Ohle	ohle	DE		0	Europe/Berlin	51.23647	7.8332				07	059	05962	05962052
2857695	Ohlangen	ohlangen	DE		0	Europe/Berlin	49.0841	11.17962		Ohlangen		02	095	09576	09576148
2857698	Ohl	ohl	DE		0	Europe/Berlin	51.04217	7.37681		Ohl		07	053	05374	05374020
2857699	Ohl	ohl	DE		0	Europe/Berlin	50.98656	7.38384		Ohl		07	053	05374	05374008
2857714	Ohe	ohe	DE		0	Europe/Berlin	54.28358	9.76524				10	00	01058	01058146
2857715	Ohe	ohe	DE		0	Europe/Berlin	53.6577	9.95658				10	00	01060	01060063
2857716	Ohe	ohe	DE		0	Europe/Berlin	53.54563	10.28093		Ohe		10	00	01062	01062060
2857717	Ohe	ohe	DE		0	Europe/Berlin	52.97916	8.37651				06	00	03458	03458003
2857718	Ohe	ohe	DE		0	Europe/Berlin	52.67498	10.18905				06	00	03351	03351025
2857719	Ohe	ohe	DE		0	Europe/Berlin	51.09516	6.13313				07	053	05370	05370036
2857722	Oehe	oehe	DE		0	Europe/Berlin	54.70704	10.00408		Oehe,Ohe,Öhe		10	00	01059	01059142
2857725	Öhde	oehde	DE		0	Europe/Berlin	51.26414	7.23751				07	051	05124	05124000
2857726	Öhde	oehde	DE		0	Europe/Berlin	51.27551	7.28088				07	059	05954	05954024
2857729	Ohausen	ohausen	DE		0	Europe/Berlin	49.17946	11.33274				02	093	09373	09373126
2857730	Oha	oha	DE		0	Europe/Berlin	54.28743	9.47398				10	00	01058	01058154
2857736	Ogleinsmais	ogleinsmais	DE		0	Europe/Berlin	49.02631	12.86121				02	092	09276	09276128
2857737	Ogkeln	ogkeln	DE		0	Europe/Berlin	51.71842	12.71154				14	00	15091	15091020
2857738	Oggenried	oggenried	DE		0	Europe/Berlin	47.91708	10.5616				02	097	09777	09777139
2857739	Oggenhof	oggenhof	DE		0	Europe/Berlin	48.35375	10.75695				02	097	09772	09772130
2857740	Oggenhausen	oggenhausen	DE		0	Europe/Berlin	48.67152	10.23883				01	081	08135	08135019
2857742	Oggelsbeuren	oggelsbeuren	DE		0	Europe/Berlin	48.16859	9.68562				01	084	08426	08426011
2857744	Ogenbargen	ogenbargen	DE		0	Europe/Berlin	53.54853	7.61009		Ogenbargen		06	00	03452	03452001
2857748	Öge	oege	DE		0	Europe/Berlin	51.34718	7.59333				07	059	05914	05914000
2857751	Öftinghausen	oeftinghausen	DE		0	Europe/Berlin	52.73389	8.70125				06	00	03251	03251015
2857754	Ofteringen	ofteringen	DE		0	Europe/Berlin	47.67754	8.37617		Ofteringen		01	083	08337	08337123
2857757	Öftenhäven	oeftenhaeven	DE		0	Europe/Berlin	54.11731	12.28743				12	00	13072	13072019
2857761	Oflings	oflings	DE		0	Europe/Berlin	47.70654	9.84932				01	084	08436	08436081
2857762	Öflingen	oflingen	DE		0	Europe/Berlin	47.59515	7.91332		Oflingen,Öflingen		01	083	08337	08337116
2857763	Öfingen	ofingen	DE		0	Europe/Berlin	47.99088	8.63663		Ofingen,Öfingen		01	083	08326	08326003
2857764	Offweilerhof	offweilerhof	DE		0	Europe/Berlin	49.22302	7.43299				08	00	07340	07340206
2857766	Offnadingen	offnadingen	DE		0	Europe/Berlin	47.93422	7.71232				01	083	08315	08315131
2857767	Offlum	offlum	DE		0	Europe/Berlin	52.24015	7.34532		Offlum		07	055	05566	05566060
2857768	Offling	offling	DE		0	Europe/Berlin	47.97913	12.52625				02	091	09189	09189111
2857769	Offleben	offleben	DE		0	Europe/Berlin	52.13886	11.0392		Offlee		06	00	03154	03154028
2857772	Offheim	offheim	DE		0	Europe/Berlin	50.41526	8.06201				05	065	06533	06533009
2857773	Offhausen	offhausen	DE		0	Europe/Berlin	50.7996	7.91562				08	00	07132	07132063
2857774	Offersdorf	offersdorf	DE		0	Europe/Berlin	49.21069	12.88345				02	093	09372	09372130
2857775	Offermannsheide	offermannsheide	DE		0	Europe/Berlin	50.99726	7.26428				07	053	05378	05378012
2857776	Offermannsberg	offermannsberg	DE		0	Europe/Berlin	51.04694	7.27845				07	053	05378	05378012
2857778	Offenwardermoor	offenwardermoor	DE		0	Europe/Berlin	53.34612	8.5697				06	00	03352	03352060
2857779	Offenwarden	offenwarden	DE		0	Europe/Berlin	53.3372	8.53293		Offenwarden		06	00	03352	03352060
2857780	Offenwang	offenwang	DE		0	Europe/Berlin	47.87584	12.85548				02	091	09172	09172134
2857782	Offenthal	offenthal	DE		0	Europe/Berlin	50.14756	7.7573				08	00	07141	07141114
2857783	Offenthal	offenthal	DE		0	Europe/Berlin	49.98113	8.74583				05	064	06438	06438002
2857784	Offenstetten	offenstetten	DE		0	Europe/Berlin	48.80664	11.90691				02	092	09273	09273111
2857786	Offensen	offensen	DE		0	Europe/Berlin	53.31725	9.30255				06	00	03357	03357021
2857787	Offensen	offensen	DE		0	Europe/Berlin	52.57844	10.2281		Uffenhusen [a. 1255]		06	00	03351	03351022
2857788	Offensen	offensen	DE		0	Europe/Berlin	51.59222	9.67707				06	00	03155	03155012
2857789	Offenöd	offenod	DE		0	Europe/Berlin	48.47806	13.10263				02	092	09277	09277113
2857794	Offenham	offenham	DE		0	Europe/Berlin	48.1119	12.563				02	091	09189	09189115
2857796	Offendorf	offendorf	DE		0	Europe/Berlin	53.94641	10.77122				10	00	01055	01055035
2857797	Offenbüttel	offenbuettel	DE		294	Europe/Berlin	54.17035	9.355		Offenbuttel,Offenbüttel	01051085	10	00	01051	01051085
2857802	Offenbau	offenbau	DE		0	Europe/Berlin	49.1235	11.27108		Offenbau		02	095	09576	09576148
2857804	Offenbach am Glan	offenbach-am-glan	DE		0	Europe/Berlin	49.62408	7.55211		Offenbach,Offenbach am Glan		08	00	07336	07336075
2857811	Offen	offen	DE		0	Europe/Berlin	52.76829	9.98167		Offen		06	00	03351	03351004
2857812	Offelten	offelten	DE		0	Europe/Berlin	52.3024	8.50832		Offelten		07	057	05770	05770036
2857814	Offdilln	offdilln	DE		0	Europe/Berlin	50.82613	8.22973				05	065	06532	06532011
2857816	Oferdingen	oferdingen	DE		0	Europe/Berlin	48.54857	9.20869				01	084	08415	08415061
2857818	Ofenwinkel	ofenwinkel	DE		0	Europe/Berlin	48.39316	12.18446				02	092	09274	09274154
2857825	Ofenerfeld	ofenerfeld	DE		0	Europe/Berlin	53.19526	8.18999				06	00	03451	03451008
2857826	Ofenerdiek	ofenerdiek	DE		0	Europe/Berlin	53.18933	8.20532				06	00	03403	03403000
2857831	Ofenbach	ofenbach	DE		0	Europe/Berlin	49.1177	10.13008				01	081	08127	08127014
2857832	Ofen	ofen	DE		0	Europe/Berlin	47.7068	10.57699				02	097	09777	09777179
2857834	Ofden	ofden	DE		0	Europe/Berlin	50.85825	6.15273				07	053	05334	05334004
2857835	Oeverscheidt	oeverscheidt	DE		0	Europe/Berlin	51.48333	7.4				07	059	05913	05913000
2857838	Oeventrop	oeventrop	DE		0	Europe/Berlin	51.39267	8.13864				07	059	05958	05958004
2857839	Oetzsch	oetzsch	DE		0	Europe/Berlin	51.28458	12.37449		Oetzsch		13	00	14729	14729260
2857840	Oetzsch	oetzsch	DE		0	Europe/Berlin	51.28897	12.14846				14	00	15088	15088020
2857841	Oetzsch	oetzsch	DE		0	Europe/Berlin	51.24236	13.06746				13	00	14730	14730200
2857842	Oetzfelde	oetzfelde	DE		0	Europe/Berlin	53.05808	10.40658				06	00	03360	03360010
2857844	Oetzendorf	oetzendorf	DE		0	Europe/Berlin	53.04181	10.64798				06	00	03360	03360026
2857846	Oettingshausen	oettingshausen	DE		0	Europe/Berlin	50.35189	10.84446				02	094	09473	09473158
2857848	Oettershausen	oettershausen	DE		0	Europe/Berlin	49.90419	10.21562				02	096	09675	09675174
2857849	Oettershagen	oettershagen	DE		0	Europe/Berlin	50.76762	7.71526				08	00	07132	07132096
2857854	Oetenhausen	oetenhausen	DE		0	Europe/Berlin	51.96236	8.69336				07	057	05766	05766056
2857856	Oestrum	oestrum	DE		0	Europe/Berlin	51.42006	6.68811		Oestrum		07	051	05112	05112000
2857857	Oestringfelde	oestringfelde	DE		0	Europe/Berlin	53.53333	7.91667				06	00	03455	03455015
2857858	Oestrich	oestrich	DE		0	Europe/Berlin	51.37251	7.6347		Oestrich		07	059	05962	05962024
2857859	Oestrich	oestrich	DE		0	Europe/Berlin	51.73601	7.856				07	055	05570	05570004
2857860	Oestrich	oestrich	DE		0	Europe/Berlin	51.75583	6.88471				07	055	05554	05554040
2857861	Oestrich	oestrich	DE		0	Europe/Berlin	51.56413	7.37113		Oestrich		07	059	05913	05913000
2857862	Oestinghausen	oestinghausen	DE		0	Europe/Berlin	51.63693	8.10169		Oestinghausen		07	059	05974	05974024
2857864	Oesterndorf	oesterndorf	DE		0	Europe/Berlin	51.64952	8.1137				07	059	05974	05974024
2857866	Oesterholz	oesterholz	DE		0	Europe/Berlin	51.83583	8.83927				07	057	05766	05766064
2857867	Oesterheide	oesterheide	DE		0	Europe/Berlin	51.6488	8.08425				07	059	05974	05974024
2857870	Oesterberge	oesterberge	DE		0	Europe/Berlin	51.30069	8.20569		Oesterberge		07	059	05958	05958016
2857871	Oesterbehringen	oesterbehringen	DE		0	Europe/Berlin	51.02288	10.52859				15	00	16063	16063098
2857872	Oester	oester	DE		0	Europe/Berlin	51.93987	8.29856				07	057	05754	05754016
2857873	Oester	oester	DE		0	Europe/Berlin	51.92942	8.14461				07	055	05570	05570012
2857875	Oeste	oeste	DE		0	Europe/Berlin	51.60566	11.71605		Oeste,Oeste-Konigswiek,Oeste-Königswiek		14	00	15087	15087165
2857876	Oestein	oestein	DE		0	Europe/Berlin	51.0758	6.86876				07	051	05158	05158026
2857877	Oesselse	oesselse	DE		0	Europe/Berlin	52.28045	9.88461		Ingeln-Oesselse		06	00	03241	03241009
2857878	Oespel	oespel	DE		0	Europe/Berlin	51.48634	7.38251		Oespel		07	059	05913	05913000
2857879	Oeslau	oeslau	DE		0	Europe/Berlin	50.29767	11.03564				02	094	09473	09473159
2857880	Oesfeld	oesfeld	DE		0	Europe/Berlin	49.56287	9.84611				02	096	09679	09679122
2857883	Oesedium	oesedium	DE		0	Europe/Berlin	52.83281	8.90224				06	00	03251	03251049
2857886	Oese	oese	DE		0	Europe/Berlin	51.40163	7.79011		Oese		07	059	05962	05962016
2857890	Oerzen	oerzen	DE		0	Europe/Berlin	53.19255	10.32584				06	00	03355	03355016
2857891	Oertzenhof	oertzenhof	DE		0	Europe/Berlin	54.0036	11.43571				12	00	13074	13074035
2857892	Oertzenhof	oertzenhof	DE		0	Europe/Berlin	53.52	13.57245		Oertzenhof		12	00	13071	13071164
2857893	Oertelshain	oertelshain	DE		0	Europe/Berlin	50.84687	12.57683				13	00	14524	14524260
2857897	Oerrel	oerrel	DE		0	Europe/Berlin	52.95981	10.18673				06	00	03358	03358016
2857898	Oermten	oermten	DE		0	Europe/Berlin	51.49254	6.45476				07	051	05154	05154020
2857899	Örlsdorf	oerlsdorf	DE		0	Europe/Berlin	50.298	11.16966				15	00	16072	16072024
2857901	Oerlingen	oerlingen	DE		0	Europe/Berlin	48.42772	10.00275				01	084	08421	08421000
2857902	Oerkhaus	oerkhaus	DE		0	Europe/Berlin	51.14531	6.9364				07	051	05158	05158016
2857905	Oerdinghausen	oerdinghausen	DE		0	Europe/Berlin	52.78462	8.93062				06	00	03251	03251049
2857906	Oerbke	oerbke	DE		0	Europe/Berlin	52.85194	9.72517		Lager Oerbke,Oerbke,Orbke,Örbke		06			
2857907	Oer	oer	DE		0	Europe/Berlin	51.6424	7.23336		Alt Oer,Oer		07	055	05562	05562028
2857909	Oeningen	oeningen	DE		0	Europe/Berlin	53.00173	9.90476				06	00	03358	03358021
2857911	Oelzschau	oelzschau	DE		0	Europe/Berlin	51.43564	13.16009		Oelzschau		13	00	14730	14730045
2857912	Oelzschau	oelzschau	DE		0	Europe/Berlin	51.2176	12.52435		Oelzschau		13	00	14729	14729370
2857914	Oelze	oelze	DE		0	Europe/Berlin	50.54566	11.02801		Oelze,Olze,Ölze		15	00	16073	16073037
2857915	Oelstorf	oelstorf	DE		0	Europe/Berlin	53.22753	10.14345				06	00	03353	03353030
2857920	Oelsnig	oelsnig	DE		0	Europe/Berlin	51.6791	14.30691		Oelsnig,Wolsynka,Wólšynka		11	00	12071	12071057
2857921	Oelsitz	oelsitz	DE		0	Europe/Berlin	51.28039	13.27715				13	00	14627	14627230
2857922	Oelsig	oelsig	DE		0	Europe/Berlin	51.6856	13.37444				11	00	12062	12062445
2857923	Oelshausen	oelshausen	DE		0	Europe/Berlin	51.31355	9.26285				05	066	06633	06633029
2857924	Oelsengrund	oelsengrund	DE		0	Europe/Berlin	50.8	13.9				13	00	14628	14628020
2857926	Oelsen	oelsen	DE		0	Europe/Berlin	50.80772	13.92783				13	00	14628	14628020
2857928	Oelschröte	oelschroete	DE		0	Europe/Berlin	50.61261	11.05348				15	00	16070	16070058
2857930	Oelsa	oelsa	DE		0	Europe/Berlin	51.10036	14.63648		Oelsa,Wolesnica,Wolešnica		13	00	14626	14626290
2857931	Oelsa	oelsa	DE		0	Europe/Berlin	50.95089	13.66576		Oelsa		13	00	14628	14628300
2857932	Oellschütz	oellschuetz	DE		0	Europe/Berlin	51.12333	12.33568		Hohendorf-Oellschutz,Hohendorf-Oellschütz,Oellschutz,Oellschütz		13	00	14729	14729170
2857933	Oellingen	oellingen	DE		0	Europe/Berlin	50.61324	7.98788				08	00	07143	07143242
2857934	Oellingen	oellingen	DE		0	Europe/Berlin	49.57889	10.06107				02	096	09679	09679135
2857935	Oelknitz	oelknitz	DE		0	Europe/Berlin	50.84417	11.60973				15	00	16074	16074079
2857937	Oelingrath	oelingrath	DE		0	Europe/Berlin	51.2	7.18333				07	051	05120	05120000
2857938	Oelinghauserkamp	oelinghauserkamp	DE		0	Europe/Berlin	51.41667	7.86667				07	059	05962	05962040
2857939	Oelinghauserheide	oelinghauserheide	DE		0	Europe/Berlin	51.4011	7.92591				07	059	05958	05958004
2857940	Oelheim	oelheim	DE		0	Europe/Berlin	52.38267	10.23059				06	00	03157	03157001
2857942	Oeldriesch	oeldriesch	DE		0	Europe/Berlin	51.0007	6.24866				07	053	05370	05370020
2857946	Klein-Oelsa	klein-oelsa	DE		0	Europe/Berlin	51.34479	14.59976		Oelbrueck,Oelbrück,Wolesnica,Wolešnica		13	00	14626	14626060
2857949	Oeländerle	oelanderle	DE		0	Europe/Berlin	48.70274	8.73868				01	082	08235	08235085
2857950	Oekoven	oekoven	DE		0	Europe/Berlin	51.06589	6.66261				07	051	05162	05162028
2857953	Oehrenstock	oehrenstock	DE		0	Europe/Berlin	50.65993	10.94172		Oehrenstock		15	00	16070	16070029
2857954	Oehrberg	oehrberg	DE		0	Europe/Berlin	50.24802	9.92476				02	096	09672	09672117
2857955	Oehna	oehna	DE		0	Europe/Berlin	51.19909	14.44376		Wownjow		13	00	14625	14625020
2857956	Oehlisch	oehlisch	DE		0	Europe/Berlin	51.14044	14.75932				13	00	14626	14626450
2857958	Oeglitzsch	oeglitzsch	DE		0	Europe/Berlin	51.24393	12.0326				14	00	15084	15084315
2857959	Oeging	oeging	DE		0	Europe/Berlin	48.31011	12.76045				02	091	09171	09171115
2857960	Oegenbostel	oegenbostel	DE		0	Europe/Berlin	52.58167	9.69217				06	00	03241	03241019
2857961	Oegeln	oegeln	DE		0	Europe/Berlin	52.18038	14.28699				11	00	12067	12067036
2857962	Oeffingen	oeffingen	DE		0	Europe/Berlin	48.84351	9.26486				01	081	08119	08119020
2857963	Oedt	oedt	DE		0	Europe/Berlin	51.32511	6.37992				07	051	05166	05166008
2857966	Oeding	oeding	DE		0	Europe/Berlin	51.9377	6.80676		Oeding		07	055	05554	05554060
2857968	Oedesse	oedesse	DE		0	Europe/Berlin	52.38707	10.23128		Euesse,Oesedessen [a. 1323]		06	00	03157	03157001
2857971	Ödenwald	odenwald	DE		0	Europe/Berlin	48.41481	8.41061		Odenwald,Oedenwald,Ödenwald		01	082	08237	08237045
2857972	Oedengesäß	oedengesass	DE		0	Europe/Berlin	49.73333	9.46667				01	081	08128	08128131
2857974	Oedeme	oedeme	DE		0	Europe/Berlin	53.22814	10.37629				06	00	03355	03355022
2857975	Oedelum	oedelum	DE		0	Europe/Berlin	52.22622	10.12579				06	00	03254	03254029
2857977	Oedelsheim	oedelsheim	DE		0	Europe/Berlin	51.5903	9.59312		Eulzen,Oiltsen		05	066	06633	06633030
2857978	Oedekoven	oedekoven	DE		0	Europe/Berlin	50.72053	7.0177		Oedekoven		07	053	05382	05382004
2857982	Oechtringhausen	oechtringhausen	DE		0	Europe/Berlin	51.67273	8.42952				07	059	05974	05974028
2857986	Oebelitz	oebelitz	DE		0	Europe/Berlin	54.1822	12.81409				12	00	13073	13073057
2857992	Ödwang	odwang	DE		0	Europe/Berlin	47.85131	10.73674				02	097	09777	09777157
2857993	Ödwalpersreuth	odwalpersreuth	DE		0	Europe/Berlin	49.84649	12.17262				02	093	09374	09374168
2857994	Ödwaldhausen	odwaldhausen	DE		0	Europe/Berlin	49.82455	12.39588				02	093	09377	09377112
2857998	Ödschönlind	odschonlind	DE		0	Europe/Berlin	49.79982	12.35002				02	093	09377	09377146
2858000	Ödsbach	odsbach	DE		0	Europe/Berlin	48.50222	8.088				01	083	08317	08317089
2858003	Ödputzberg	odputzberg	DE		0	Europe/Berlin	49.45968	11.69573				02	093	09371	09371131
2858004	Ödpielmannsberg	odpielmannsberg	DE		0	Europe/Berlin	49.58189	12.38726				02	093	09374	09374137
2858005	Odorf	odorf	DE		0	Europe/Berlin	51.92735	10.75613				14	00	15085	15085227
2858007	Ödmühl	odmuhl	DE		0	Europe/Berlin	47.76453	12.75274				02	091	09189	09189124
2858008	Ödmiesbach	odmiesbach	DE		0	Europe/Berlin	49.50485	12.3678				02	093	09376	09376171
2858012	Ödkührieth	odkuhrieth	DE		0	Europe/Berlin	49.64471	12.47953				02	093	09374	09374164
2858014	Ödishausen	oedishausen	DE		0	Europe/Berlin	51.94712	10.17815				06	00	03153	03153012
2858016	Ödinghausen	oedinghausen	DE		0	Europe/Berlin	51.38333	9.26667				05	066	06633	06633029
2858017	Ödinghausen	oedinghausen	DE		0	Europe/Berlin	50.9012	7.55909				07	053	05374	05374032
2858018	Ödingerberg	oedingerberg	DE		0	Europe/Berlin	51.17704	8.1316				07	059	05966	05966020
2858019	Oedingen	oedingen	DE		0	Europe/Berlin	51.17524	8.12218		Odingen,Oedingen,Ödingen		07	059	05966	05966020
2858020	Oedingen	oedingen	DE		0	Europe/Berlin	50.60697	7.15789		Odingen,Oedingen,Ödingen		08	00	07131	07131070
2858026	Oedhof bei Eckental	oedhof-bei-eckental	DE		0	Europe/Berlin	49.6002	11.27008				02	095	09572	09572121
2858027	Ödhof	odhof	DE		0	Europe/Berlin	49.06897	12.7904				02	092	09278	09278178
2858028	Ödhof	odhof	DE		0	Europe/Berlin	48.70835	13.58296				02	092	09272	09272151
2858040	Ödhaag	odhaag	DE		0	Europe/Berlin	49.39193	11.63177				02	093	09371	09371116
2858041	Ödgötzendorf	odgotzendorf	DE		0	Europe/Berlin	49.35519	11.83289				02	093	09371	09371154
2858043	Ödgassen	odgassen	DE		0	Europe/Berlin	48.18937	12.2992				02	091	09183	09183140
2858049	Odesheim	odesheim	DE		0	Europe/Berlin	50.48794	6.87871				07	053	05366	05366004
2858057	Odertal	odertal	DE		0	Europe/Berlin	51.63777	10.48279				06	00	03159	03159003
2858058	Odert	odert	DE		0	Europe/Berlin	49.78881	7.07202				08	00	07231	07231502
2858062	Odershausen	odershausen	DE		0	Europe/Berlin	51.08747	9.11134				05	066	06635	06635003
2858064	Odersberg	odersberg	DE		0	Europe/Berlin	50.59235	8.20437				05	065	06532	06532010
2858065	Ödersberg	odersberg	DE		0	Europe/Berlin	48.37632	12.03656				02	091	09177	09177120
2858069	Odersbach	odersbach	DE		0	Europe/Berlin	50.47624	8.24224				05	065	06533	06533017
2858072	Ödernitz	oedernitz	DE		0	Europe/Berlin	51.27364	14.84546				13	00	14626	14626370
2858073	Odernheim	odernheim	DE		1776	Europe/Berlin	49.76511	7.70427		Odernheim,Odernheim am Glan		08	00	07133	07133076
2858074	Ödernhardt	odernhardt	DE		0	Europe/Berlin	48.85386	9.46571				01	081	08119	08119089
2858076	Odering	odering	DE		0	Europe/Berlin	48.29702	12.35402				02	091	09183	09183114
2858085	Oderding	oderding	DE		0	Europe/Berlin	47.81912	11.11238		Oderding		02	091	09190	09190142
2858098	Oder	oder	DE		0	Europe/Berlin	49.28479	12.15447				02	093	09376	09376168
2858100	Ödenwaldstetten	odenwaldstetten	DE		0	Europe/Berlin	48.34846	9.37254				01	084	08415	08415090
2858108	Ödenstockach	odenstockach	DE		0	Europe/Berlin	48.08485	11.69606				02	091	09184	09184140
2858109	Odenspiel	odenspiel	DE		0	Europe/Berlin	50.92808	7.71707		Odenspiel		07	053	05374	05374040
2858110	Odensachsen	odensachsen	DE		0	Europe/Berlin	50.798	9.71667				05	066	06632	06632008
2858112	Oedenreuth	oedenreuth	DE		0	Europe/Berlin	49.38037	10.9108		Odenreuth,Oedenreuth,Ödenreuth		02	095	09573	09573125
2858113	Ödenpullach	odenpullach	DE		0	Europe/Berlin	47.99187	11.55341				02	091	09184	09184134
2858114	Odenkirchen	odenkirchen	DE		0	Europe/Berlin	51.13192	6.45043				07	051	05116	05116000
2858116	Ödenhub	odenhub	DE		0	Europe/Berlin	47.90685	12.08015				02	091	09187	09187137
2858119	Ödenhof	odenhof	DE		0	Europe/Berlin	48.52376	8.32179				01	082	08237	08237004
2858120	Ödenhof	odenhof	DE		0	Europe/Berlin	47.7648	10.8772				02	091	09190	09190140
2858124	Odenheim	odenheim	DE		0	Europe/Berlin	49.17915	8.74935		Odenheim		01	082	08215	08215064
2858125	Odenhausen	odenhausen	DE		0	Europe/Berlin	50.67304	8.70436		Odenhausen		05	065	06531	06531013
2858126	Odenhausen	odenhausen	DE		0	Europe/Berlin	50.65947	8.88966		Rabenau-Odenhausen		05	065	06531	06531015
2858127	Ödenhaid	odenhaid	DE		0	Europe/Berlin	49.05778	11.67512				02	093	09373	09373115
2858131	Odendorf	odendorf	DE		0	Europe/Berlin	50.64708	6.87981		Odendorf		07	053	05382	05382064
2858134	Odenbüll	odenbuell	DE		0	Europe/Berlin	54.48333	8.85				10	00	01054	01054091
2858138	Oedenberg	oedenberg	DE		0	Europe/Berlin	49.53317	11.20374		Odenberg,Ödenberg		02	095	09574	09574138
2858146	Ödenahlen	odenahlen	DE		0	Europe/Berlin	48.12425	9.63939				01	084	08426	08426109
2858147	Öden	oden	DE		0	Europe/Berlin	48.04677	12.4281				02	091	09189	09189142
2858150	Odelshofen	odelshofen	DE		0	Europe/Berlin	48.55712	7.88064		Odelshofen		01	083	08317	08317057
2858151	Odelsham	odelsham	DE		0	Europe/Berlin	48.07338	12.23044				02	091	09187	09187116
2858155	Ödbraunetsrieth	odbraunetsrieth	DE		0	Europe/Berlin	49.5859	12.44966				02	093	09374	09374137
2858160	Odagsen	odagsen	DE		0	Europe/Berlin	51.78572	9.87078				06	00	03155	03155013
2858163	Öd	od	DE		0	Europe/Berlin	47.87486	12.694				02	091	09189	09189148
2858164	Öd	od	DE		0	Europe/Berlin	49.88114	12.09118				02	093	09377	09377118
2858165	Öd	od	DE		0	Europe/Berlin	49.7592	12.08118				02	093	09374	09374128
2858166	Öd	od	DE		0	Europe/Berlin	49.50687	11.57031				02	093	09371	09371157
2858167	Öd	od	DE		0	Europe/Berlin	49.40081	12.24186				02	093	09376	09376162
2858168	Öd	od	DE		0	Europe/Berlin	49.32275	12.58821				02	093	09372	09372157
2858169	Öd	od	DE		0	Europe/Berlin	49.21791	12.23709				02	093	09376	09376149
2858170	Öd	od	DE		0	Europe/Berlin	49.03465	12.49343				02	092	09278	09278197
2858171	Öd	od	DE		0	Europe/Berlin	48.59008	12.47871				02	092	09279	09279112
2858172	Öd	od	DE		0	Europe/Berlin	48.55892	11.16379				02	091	09185	09185158
2858173	Öd	od	DE		0	Europe/Berlin	48.55084	12.33903				02	092	09274	09274145
2858174	Öd	od	DE		0	Europe/Berlin	48.55122	12.28819				02	092	09274	09274111
2858175	Öd	od	DE		0	Europe/Berlin	48.42417	12.23295				02	092	09274	09274134
2858176	Öd	od	DE		0	Europe/Berlin	48.38748	13.12046				02	092	09275	09275131
2858177	Öd	od	DE		0	Europe/Berlin	48.33651	13.00318				02	092	09277	09277152
2858178	Öd	od	DE		0	Europe/Berlin	48.05556	12.45197				02	091	09189	09189126
2858179	Öd	od	DE		0	Europe/Berlin	47.98333	12.31667				02	091	09187	09187113
2858181	Öd	od	DE		0	Europe/Berlin	47.9256	12.08642				02	091	09187	09187137
2858182	Öd	od	DE		0	Europe/Berlin	47.83667	11.94398				02	091	09182	09182123
2858183	Öd	od	DE		0	Europe/Berlin	47.74195	11.77198				02	091	09182	09182116
2858226	Ockstadt	ockstadt	DE		0	Europe/Berlin	50.33219	8.72195				05	064	06440	06440008
2858228	Ockrilla	ockrilla	DE		0	Europe/Berlin	51.19496	13.50655		Ockrilla		13	00	14627	14627170
2858229	Oeckinghausen	oeckinghausen	DE		0	Europe/Berlin	51.20677	7.52317		Ockinghausen,Oeckinghausen,Öckinghausen		07	059	05962	05962012
2858234	Ockerwitz	ockerwitz	DE		0	Europe/Berlin	51.05583	13.64187				13	00	14612	14612000
2858235	Ockershausen	ockershausen	DE		0	Europe/Berlin	50.80049	8.75032		Ockershausen		05	065	06534	06534014
2858237	Ockenswarft	ockenswarft	DE		0	Europe/Berlin	54.55917	8.56245				10	00	01054	01054050
2858238	Ockensen	ockensen	DE		0	Europe/Berlin	52.03016	9.60111				06	00	03252	03252008
2858240	Ockenhausen	ockenhausen	DE		0	Europe/Berlin	53.34314	7.80842				06	00	03457	03457020
2858242	Ockelützwarft	ockeluetzwarft	DE		0	Europe/Berlin	54.56928	8.53695				10	00	01054	01054050
2858244	Ochtum	ochtum	DE		0	Europe/Berlin	53.11637	8.64515				06	00	03461	03461006
2858247	Ochtmissen	ochtmissen	DE		0	Europe/Berlin	53.27597	10.38831				06	00	03355	03355022
2858250	Ochtmannsbruch	ochtmannsbruch	DE		0	Europe/Berlin	53.34269	9.69295				06	00	03353	03353019
2858251	Ochtmannien	ochtmannien	DE		0	Europe/Berlin	52.82946	8.91175				06	00	03251	03251049
2858254	Ochtelbur	ochtelbur	DE		0	Europe/Berlin	53.4109	7.37421				06	00	03452	03452012
2858255	Öchtel	oechtel	DE		0	Europe/Berlin	52.32811	7.29946				06	00	03454	03454045
2858257	Ochsenzoll	ochsenzoll	DE		0	Europe/Berlin	53.68333	10				10	00	01060	01060063
2858261	Ochsenweide	ochsenweide	DE		0	Europe/Berlin	54.2	9.96667				10	00	01058	01058153
2858264	Ochsenweid	ochsenweid	DE		0	Europe/Berlin	49.33333	12.9				02	093	09372	09372126
2858269	Ochsenwerder	ochsenwerder	DE		0	Europe/Berlin	53.47565	10.10147		Ochsenwarder,Ochsenwerder,Ochsenwärder,Ossenwarder		04	00	02000	02000000
2858270	Ochsenwang	ochsenwang	DE		0	Europe/Berlin	48.57791	9.51107				01	081	08116	08116012
2858271	Ochsenthal	ochsenthal	DE		0	Europe/Berlin	50.11442	9.81274				02	096	09672	09672127
2858274	Ochsental	ochsental	DE		0	Europe/Berlin	49.34827	9.83473				01	081	08126	08126056
2858282	Ochsenschenkel	ochsenschenkel	DE		0	Europe/Berlin	49.71702	10.64439				02	095	09572	09572159
2858284	Ochsensaal	ochsensaal	DE		0	Europe/Berlin	51.41523	12.95222				13	00	14730	14730060
2858295	Ochsenkoppel	ochsenkoppel	DE		0	Europe/Berlin	54.15	10.23333				10	00	01057	01057080
2858301	Ochsenkopf	ochsenkopf	DE		0	Europe/Berlin	53.26443	7.75927				06	00	03457	03457020
2858316	Ochsenholz	ochsenholz	DE		0	Europe/Berlin	49.90513	11.41836				02	094	09472	09472167
2858328	Ochsenhart	ochsenhart	DE		0	Europe/Berlin	48.9137	11.04727				02	095	09577	09577158
2858334	Ochsenfeld	ochsenfeld	DE		0	Europe/Berlin	48.84467	11.15911		Ochsenfeld		02	091	09176	09176111
2858335	Ochsendorf	ochsendorf	DE		0	Europe/Berlin	52.30543	10.81432				06	00	03154	03154013
2858336	Ochsenburg	ochsenburg	DE		0	Europe/Berlin	50.75	8.73333				05	065	06534	06534020
2858337	Ochsenburg	ochsenburg	DE		0	Europe/Berlin	49.07361	8.89642		Ochsenburg		01	081	08125	08125108
2858339	Ochsenbrunn	ochsenbrunn	DE		0	Europe/Berlin	50.23597	11.6572				02	094	09475	09475136
2858346	Ochsenberg	ochsenberg	DE		0	Europe/Berlin	48.81653	13.33997				02	092	09272	09272147
2858347	Ochsenberg	ochsenberg	DE		0	Europe/Berlin	48.74801	10.14132				01	081	08135	08135025
2858385	Ochsenbach	ochsenbach	DE		0	Europe/Berlin	49.33766	8.73787		Ochsenbach		01	082	08226	08226041
2858386	Ochsenbach	ochsenbach	DE		0	Europe/Berlin	49.01981	8.98029				01	081	08118	08118076
2858387	Ochsenbach	ochsenbach	DE		0	Europe/Berlin	47.90458	9.3291				01	084	08437	08437086
2858394	Ocholterfeld	ocholterfeld	DE		0	Europe/Berlin	53.19486	7.86522				06	00	03451	03451007
2858395	Ocholt	ocholt	DE		0	Europe/Berlin	53.20476	7.88386		Ocholt		06	00	03451	03451007
2858396	Ocholt	ocholt	DE		0	Europe/Berlin	53.13769	8.44594				06	00	03461	03461001
2858398	Ochenbruck	ochenbruck	DE		0	Europe/Berlin	49.35996	11.25558				02	095	09574	09574157
2858399	Ochelmitz	ochelmitz	DE		0	Europe/Berlin	51.43582	12.52802		Liemehna-Ochelmitz,Ochelmitz		13	00	14730	14730140
2858400	Oechelhausen	oechelhausen	DE		0	Europe/Berlin	50.95358	8.12866		Ochelhausen,Oechelhausen,Öchelhausen		07	059	05970	05970020
2858403	Obstfelderschmiede	obstfelderschmiede	DE		0	Europe/Berlin	50.60582	11.12837				15	00	16073	16073113
2858404	Obstfeld	obstfeld	DE		0	Europe/Berlin	51.33277	7.65066				07	059	05962	05962044
2858406	Obstädt	obstadt	DE		0	Europe/Berlin	48.00526	12.01415				02	091	09175	09175112
2858407	Obspringen	obspringen	DE		0	Europe/Berlin	51.07427	6.02205				07	053	05370	05370032
2858408	Obslaufen	obslaufen	DE		0	Europe/Berlin	47.93576	12.93723				02	091	09172	09172122
2858409	Obslau	obslau	DE		0	Europe/Berlin	51.87215	12.00887				14	00	15082	15082005
2858410	Obschwarzbach	obschwarzbach	DE		0	Europe/Berlin	51.28739	6.98585		Oberschwarzbach		07	051	05158	05158024
2858411	Obschütz	obschuetz	DE		0	Europe/Berlin	51.2289	11.90969		Obschuetz,Obschutz,Obschütz		14	00	15084	15084550
2858412	Obristfeld	obristfeld	DE		0	Europe/Berlin	50.15885	11.22004				02	094	09478	09478155
2858413	Obringhausen	obringhausen	DE		0	Europe/Berlin	51.16797	8.28186		Obringhausen		07	059	05958	05958040
2858415	Obrighoven	obrighoven	DE		0	Europe/Berlin	51.67233	6.64746				07	051	05170	05170048
2858418	Obmettmann	obmettmann	DE		0	Europe/Berlin	51.26185	7.00456				07	051	05158	05158024
2858421	Obliers	obliers	DE		0	Europe/Berlin	50.48772	6.90867				08	00	07131	07131047
2858422	Oblfing	oblfing	DE		0	Europe/Berlin	48.75879	13.20329				02	092	09271	09271149
2858425	Obholz	obholz	DE		0	Europe/Berlin	47.82923	11.92901				02	091	09182	09182123
2858428	Oberzwota	oberzwota	DE		0	Europe/Berlin	50.35466	12.38234				13	00	14523	14523200
2858429	Oberzwieselau	oberzwieselau	DE		0	Europe/Berlin	49.01975	13.2799				02	092	09276	09276130
2858430	Oberzwehren	oberzwehren	DE		0	Europe/Berlin	51.27518	9.45004				05	066	06611	06611000
2858431	Oberzuckenried	oberzuckenried	DE		0	Europe/Berlin	49.01667	13				02	092	09276	09276134
2858432	Oberzschörnewitz	oberzschoernewitz	DE		0	Europe/Berlin	51.16667	13.1				13	00	14522	14522220
2858433	Oberzolling	oberzolling	DE		0	Europe/Berlin	48.45058	11.7578				02	091	09178	09178157
2858434	Oberzollhaus	oberzollhaus	DE		0	Europe/Berlin	47.66543	10.4227				02	097	09780	09780128
2858436	Ober Zodel	ober-zodel	DE		0	Europe/Berlin	51.22711	15.00708				13	00	14626	14626330
2858438	Oberzier	oberzier	DE		0	Europe/Berlin	50.86805	6.47404				07	053	05358	05358048
2858440	Oberziegelbach	oberziegelbach	DE		0	Europe/Berlin	47.88916	9.86904				01	084	08436	08436010
2858441	Oberzeuzheim	oberzeuzheim	DE		0	Europe/Berlin	50.47499	8.06201				05	065	06533	06533007
2858442	Oberzetzscha	oberzetzscha	DE		0	Europe/Berlin	51.01564	12.41961				15	00	16077	16077001
2858443	Oberzettlitz	oberzettlitz	DE		0	Europe/Berlin	50.06965	11.43362				02	094	09477	09477128
2858444	Oberzettling	oberzettling	DE		0	Europe/Berlin	49.21348	12.92042				02	093	09372	09372135
2858445	Oberzerf	oberzerf	DE		0	Europe/Berlin	49.58757	6.67596				08	00	07235	07235152
2858446	Oberzella	oberzella	DE		0	Europe/Berlin	50.8412	10.03894				15	00	16063	16063082
2858447	Oberzell	oberzell	DE		0	Europe/Berlin	50.33211	9.71111		Oberzell		05	064	06435	06435027
2858448	Oberzell	oberzell	DE		0	Europe/Berlin	49.13333	12.41667				02	093	09372	09372167
2858449	Oberzell	oberzell	DE		0	Europe/Berlin	48.99281	10.31398				01	081	08136	08136068
2858450	Oberzell	oberzell	DE		0	Europe/Berlin	48.85206	11.31147				02	091	09176	09176132
2858451	Oberzell	oberzell	DE		0	Europe/Berlin	48.66667	11.63333				02	091	09186	09186122
2858452	Oberzell	oberzell	DE		0	Europe/Berlin	48.37703	11.00637				02	097	09771	09771122
2858453	Oberzell	oberzell	DE		0	Europe/Berlin	47.86743	10.74826				02	097	09777	09777157
2858454	Oberzell	oberzell	DE		0	Europe/Berlin	47.74978	9.56909		Oberzell		01	084	08436	08436064
2858455	Oberzell	oberzell	DE		0	Europe/Berlin	47.68769	9.07848				01	083	08335	08335066
2858457	Oberzeitldorn	oberzeitldorn	DE		0	Europe/Berlin	48.96002	12.50515				02	092	09278	09278141
2858458	Oberzeitlbach	oberzeitlbach	DE		0	Europe/Berlin	48.37244	11.23219				02	091	09174	09174111
2858461	Oberzech	oberzech	DE		0	Europe/Berlin	50.31486	12.09501				02	094	09475	09475161
2858462	Oberzaunsbach	oberzaunsbach	DE		0	Europe/Berlin	49.73158	11.23107				02	094	09474	09474161
2858464	Oberzaubach	oberzaubach	DE		0	Europe/Berlin	50.18024	11.48943				02	094	09477	09477156
2858466	Oberzarnham	oberzarnham	DE		0	Europe/Berlin	48.13758	12.36599				02	091	09183	09183147
2858467	Oberwüsten	oberwuesten	DE		0	Europe/Berlin	52.1	8.81667				07	057	05766	05766008
2858468	Oberwürzbach	oberwuerzbach	DE		0	Europe/Berlin	49.2428	7.14192				09	00	10045	10045117
2858469	Oberwürschnitz	oberwuerschnitz	DE		0	Europe/Berlin	50.71064	12.73997				13	00	14521	14521450
2858470	Oberwürschnitz	oberwuerschnitz	DE		0	Europe/Berlin	50.38068	12.23242				13	00	14523	14523230
2858471	Oberwurmbach	oberwurmbach	DE		0	Europe/Berlin	49.10151	10.71453		Oberwurmbach		02	095	09577	09577136
2858472	Oberwünsch	oberwuensch	DE		0	Europe/Berlin	51.35038	11.77976				14	00	15088	15088235
2858474	Oberwössen	oberwossen	DE		0	Europe/Berlin	47.70832	12.47978				02	091	09189	09189160
2858475	Oberwörthaus	oberworthaus	DE		0	Europe/Berlin	48.46667	8.91667				01	084	08416	08416036
2858476	Oberwörresbach	oberwoerresbach	DE		163	Europe/Berlin	49.78333	7.31667			07134067	08	00	07134	07134067
2858477	Oberwörnitz	oberwornitz	DE		0	Europe/Berlin	49.26305	10.24343				02	095	09571	09571228
2858478	Oberwoltersgrün	oberwoltersgrun	DE		0	Europe/Berlin	50.08106	12.03492				02	094	09479	09479145
2858479	Ober-Wöllstadt	ober-woellstadt	DE		0	Europe/Berlin	50.29718	8.75222				05	064	06440	06440025
2858480	Oberwolkersdorf	oberwolkersdorf	DE		0	Europe/Berlin	49.36667	11.03333				02	095	09565	09565000
2858481	Oberwolkersdorf	oberwolkersdorf	DE		0	Europe/Berlin	48.55566	12.40966				02	092	09279	09279124
2858482	Oberwolfertsweiler	oberwolfertsweiler	DE		0	Europe/Berlin	47.6187	9.65373		Oberwolfertsweiler		01	084	08435	08435057
2858483	Oberwolfert	oberwolfert	DE		0	Europe/Berlin	50.4388	6.46599				07	053	05366	05366020
2858485	Oberwöhrn	oberwohrn	DE		0	Europe/Berlin	47.95608	12.13178				02	091	09187	09187142
2858486	Oberwöhr	oberwohr	DE		0	Europe/Berlin	48.7606	11.64865				02	091	09186	09186139
2858487	Oberwöhr	oberwohr	DE		0	Europe/Berlin	47.84271	12.10291				02	091	09163	09163000
2858488	Oberwohlsbach	oberwohlsbach	DE		0	Europe/Berlin	50.31263	11.01923				02	094	09473	09473159
2858489	Oberwohlbach	oberwohlbach	DE		0	Europe/Berlin	48.43242	11.52722				02	091	09178	09178133
2858490	Oberwitzhalden	oberwitzhalden	DE		0	Europe/Berlin	47.73995	8.327				01	083	08337	08337128
2858491	Oberwitzenberg	oberwitzenberg	DE		0	Europe/Berlin	47.86466	10.11696				02	097	09778	09778165
2858492	Oberwittstadt	oberwittstadt	DE		0	Europe/Berlin	49.42985	9.55888		Oberwittstadt		01	082	08225	08225114
2858493	Oberwittighausen	oberwittighausen	DE		0	Europe/Berlin	49.62566	9.8526		Oberwittighausen		01	081	08128	08128137
2858494	Oberwittelsbach	oberwittelsbach	DE		0	Europe/Berlin	48.4682	11.17906		Wittelsbach		02	097	09771	09771113
2858495	Oberwirbach	oberwirbach	DE		0	Europe/Berlin	50.65092	11.2766		Oberwirbach		15	00	16073	16073005
2858496	Oberwipper	oberwipper	DE		0	Europe/Berlin	51.09102	7.53379				07	053	05374	05374024
2858497	Oberwinzer	oberwinzer	DE		0	Europe/Berlin	49.03202	12.04968				02	093	09362	09362000
2858500	Oberwinterbach	oberwinterbach	DE		0	Europe/Berlin	49.70404	10.64817				02	095	09572	09572159
2858501	Oberwinter	oberwinter	DE		0	Europe/Berlin	50.61641	7.2072				08	00	07131	07131070
2858502	Oberwinstetten	oberwinstetten	DE		0	Europe/Berlin	49.05	10.28333		Oberwinstetten		02	095	09571	09571136
2858504	Oberwinkling	oberwinkling	DE		0	Europe/Berlin	48.88411	12.79177				02	092	09278	09278159
2858508	Oberwinkelhausen	oberwinkelhausen	DE		0	Europe/Berlin	51.13029	7.17134				07	053	05378	05378032
2858509	Oberwinkel	oberwinkel	DE		0	Europe/Berlin	50.85576	12.6093				13	00	14524	14524290
2858510	Oberwinkel	oberwinkel	DE		0	Europe/Berlin	50.14621	6.94234				08	00	07233	07233084
2858511	Oberwindschnur	oberwindschnur	DE		0	Europe/Berlin	48.56667	13.41667				02	092	09262	09262000
2858512	Oberwindsberg	oberwindsberg	DE		0	Europe/Berlin	49.60854	11.30407				02	095	09574	09574158
2858513	Oberwindhagen	oberwindhagen	DE		0	Europe/Berlin	50.65	7.35		Oberwindhagen		08			
2858514	Oberwindering	oberwindering	DE		0	Europe/Berlin	47.96309	12.22126				02	091	09187	09187181
2858515	Oberwinden	oberwinden	DE		0	Europe/Berlin	49.23868	10.02078				01	081	08127	08127071
2858516	Oberwinden	oberwinden	DE		0	Europe/Berlin	48.27945	11.23652				02	091	09174	09174146
2858517	Oberwinden	oberwinden	DE		0	Europe/Berlin	48.1558	8.03667		Oberwinden		01	083	08316	08316055
2858519	Oberwindach	oberwindach	DE		0	Europe/Berlin	48.06667	11.03333				02	091	09181	09181146
2858520	Oberwind	oberwind	DE		0	Europe/Berlin	50.47102	10.87537				15	00	16069	16069058
2858522	Oberwimpasing	oberwimpasing	DE		0	Europe/Berlin	48.9	11.21667				02	091	09176	09176123
2858525	Oberwilzingen	oberwilzingen	DE		0	Europe/Berlin	48.25571	9.50953				01	084	08415	08415034
2858526	Oberwillscheid	oberwillscheid	DE		0	Europe/Berlin	50.62078	7.32139		Oberwillscheid		08	00	07138	07138075
2858527	Oberwillingen	oberwillingen	DE		0	Europe/Berlin	50.76759	11.0237				15	00	16070	16070048
2858528	Oberwilflingen	oberwilflingen	DE		0	Europe/Berlin	48.92264	10.42722				01	081	08136	08136075
2858529	Oberwildenthal	oberwildenthal	DE		0	Europe/Berlin	50.43433	12.64461		Oberwildenthal		13	00	14521	14521170
2858530	Oberwildenau	oberwildenau	DE		0	Europe/Berlin	49.59981	12.12547				02	093	09374	09374133
2858531	Oberwilden	oberwilden	DE		0	Europe/Berlin	50.80841	8.08837				07	059	05970	05970044
2858532	Oberwihl	oberwihl	DE		0	Europe/Berlin	47.62123	8.04621				01	083	08337	08337038
2858533	Oberwietsche	oberwietsche	DE		0	Europe/Berlin	51.1026	7.10105				07	053	05378	05378008
2858534	Oberwiesing	oberwiesing	DE		0	Europe/Berlin	49.00089	12.70599				02	092	09278	09278134
2858536	Oberwiesenbach	oberwiesenbach	DE		0	Europe/Berlin	48.28948	10.30672				02	097	09774	09774189
2858538	Oberwiesenacker	oberwiesenacker	DE		0	Europe/Berlin	49.28617	11.6171				02	093	09373	09373167
2858540	Oberwiese	oberwiese	DE		0	Europe/Berlin	51.61253	7.33842				07	055	05562	05562036
2858541	Oberwiesbach	oberwiesbach	DE		0	Europe/Berlin	48.41131	12.49609				02	091	09183	09183129
2858542	Oberwiesa	oberwiesa	DE		0	Europe/Berlin	50.85413	13.0059				13	00	14522	14522420
2858550	Oberwiehl	oberwiehl	DE		0	Europe/Berlin	50.94553	7.57971		Oberwiehl		07	053	05374	05374048
2858554	Ober-Widdersheim	ober-widdersheim	DE		0	Europe/Berlin	50.42476	8.94089				05	064	06440	06440016
2858555	Oberwichterich	oberwichterich	DE		0	Europe/Berlin	50.69251	6.74029		Oberwichterich		07	053	05366	05366016
2858556	Oberweyer	oberweyer	DE		0	Europe/Berlin	50.45789	8.09421				05	065	06533	06533007
2858557	Oberwetz	oberwetz	DE		0	Europe/Berlin	50.4775	8.51389				05	065	06532	06532018
2858558	Oberwette	oberwette	DE		0	Europe/Berlin	51.07581	7.52134				07	053	05374	05374024
2858559	Oberwestrich	oberwestrich	DE		0	Europe/Berlin	51.07926	6.40057				07	053	05370	05370004
2858560	Oberwesterheim	oberwesterheim	DE		0	Europe/Berlin	48.0122	10.30363				02	097	09778	09778214
2858561	Oberwestern	oberwestern	DE		0	Europe/Berlin	50.11611	9.24249				02	096	09671	09671159
2858563	Oberweschnegg	oberweschnegg	DE		0	Europe/Berlin	47.70948	8.15515				01	083	08337	08337051
2858565	Oberwertach	oberwertach	DE		0	Europe/Berlin	47.90251	11.88021				02	091	09187	09187130
2858566	Oberwerschen	oberwerschen	DE		0	Europe/Berlin	51.13131	12.06125				14	00	15084	15084235
2858567	Oberwerrn	oberwerrn	DE		0	Europe/Berlin	50.07014	10.15506				02	096	09678	09678160
2858569	Ober-Werbe	ober-werbe	DE		0	Europe/Berlin	51.22538	8.98184				05	066	06635	06635021
2858571	Oberwennerscheid	oberwennerscheid	DE		0	Europe/Berlin	50.86423	7.34968		Oberwennerscheid		07	053	05382	05382040
2858572	Oberwengern	oberwengern	DE		0	Europe/Berlin	51.37578	7.37277				07	059	05954	05954032
2858573	Oberwengen	oberwengen	DE		0	Europe/Berlin	48.52124	11.36531				02	091	09186	09186125
2858574	Oberwengen	oberwengen	DE		0	Europe/Berlin	47.79425	10.33035				02	097	09780	09780122
2858575	Oberwendling	oberwendling	DE		0	Europe/Berlin	48.33515	12.76372				02	092	09277	09277134
2858577	Oberwelschenbach	oberwelschenbach	DE		0	Europe/Berlin	50.36667	7.06667				08	00	07137	07137001
2858578	Oberwellitzleithen	oberwellitzleithen	DE		0	Europe/Berlin	49.40416	11.36132				02	095	09574	09574112
2858579	Oberwellenborn	oberwellenborn	DE		0	Europe/Berlin	50.66328	11.45668				15	00	16073	16073111
2858581	Oberweissenkirchen	oberweissenkirchen	DE		0	Europe/Berlin	47.96443	12.63804				02	091	09189	09189134
2858582	Oberweißenbrunn	oberweissenbrunn	DE		0	Europe/Berlin	50.40693	9.95336				02	096	09673	09673117
2858583	Oberweißenbach	oberweissenbach	DE		0	Europe/Berlin	50.23447	11.69304				02	094	09475	09475136
2858584	Oberweißenbach	oberweissenbach	DE		0	Europe/Berlin	50.16613	12.08532				02	094	09479	09479152
2858585	Oberweißenbach	oberweissenbach	DE		0	Europe/Berlin	49.59603	11.74533				02	093	09371	09371156
2858587	Oberweissach	oberweissach	DE		0	Europe/Berlin	48.92189	9.50191				01	081	08119	08119083
2858588	Oberweisenborn	oberweisenborn	DE		0	Europe/Berlin	50.78652	9.82785				05	066	06631	06631007
2858589	Oberweischlitz	oberweischlitz	DE		0	Europe/Berlin	50.4442	12.0698				13	00	14523	14523450
2858592	Oberweinberg	oberweinberg	DE		0	Europe/Berlin	49.03825	12.67286				02	092	09278	09278179
2858593	Oberweinberg	oberweinberg	DE		0	Europe/Berlin	48.28937	13.06066				02	092	09277	09277145
2858594	Oberweinbach	oberweinbach	DE		0	Europe/Berlin	51.10215	7.38219				07	053	05374	05374052
2858595	Oberweinbach	oberweinbach	DE		0	Europe/Berlin	48.36685	12.42177				02	091	09183	09183143
2858596	Oberweimar	oberweimar	DE		0	Europe/Berlin	50.96546	11.34822		Oberweimar,Oberweimar/Ehringsdorf		15	00	16055	16055000
2858597	Oberweimar	oberweimar	DE		0	Europe/Berlin	50.75622	8.701				05	065	06534	06534020
2858598	Oberweilnbach	oberweilnbach	DE		0	Europe/Berlin	48.59407	12.51702				02	092	09279	09279116
2858599	Oberweiling	oberweiling	DE		0	Europe/Berlin	49.20515	11.6492				02	093	09373	09373167
2858600	Oberweilersbach	oberweilersbach	DE		0	Europe/Berlin	49.75294	11.12454				02	094	09474	09474171
2858620	Oberweilenbach	oberweilenbach	DE		0	Europe/Berlin	48.49898	11.2983				02	091	09185	09185113
2858621	Oberweilbach	oberweilbach	DE		0	Europe/Berlin	48.30561	11.42853				02	091	09174	09174122
2858622	Oberweikertshofen	oberweikertshofen	DE		0	Europe/Berlin	48.26494	11.18258				02	091	09179	09179117
2858623	Oberweihersbuch	oberweihersbuch	DE		0	Europe/Berlin	49.40377	10.98594				02	095	09573	09573127
2858627	Oberweigendorf	oberweigendorf	DE		0	Europe/Berlin	48.6	12.43333				02	092	09279	09279124
2858629	Oberweier	oberweier	DE		0	Europe/Berlin	48.91325	8.3812				01	082	08215	08215017
2858630	Oberweier	oberweier	DE		0	Europe/Berlin	48.84614	8.30601				01	082	08216	08216015
2858631	Oberweier	oberweier	DE		0	Europe/Berlin	48.69882	8.10989		Oberweier		01	082	08216	08216007
2858632	Oberweier	oberweier	DE		0	Europe/Berlin	48.37674	7.90183				01	083	08317	08317031
2858633	Oberweidbach	oberweidbach	DE		0	Europe/Berlin	50.72537	8.51725		Oberweidbach		05	065	06532	06532002
2858634	Oberweidach	oberweidach	DE		0	Europe/Berlin	48.08252	12.62299				02	091	09171	09171116
2858635	Oberweidach	oberweidach	DE		0	Europe/Berlin	47.76434	12.31619				02	091	09187	09187114
2858637	Oberweickenhof	oberweickenhof	DE		0	Europe/Berlin	49.28007	11.61976				02	093	09373	09373167
2858639	Oberwegfurth	oberwegfurth	DE		0	Europe/Berlin	50.74715	9.57885				05	065	06535	06535015
2858640	Oberweckerstell	oberweckerstell	DE		0	Europe/Berlin	48.67067	9.83997				01	081	08117	08117015
2858642	Oberwattenbach	oberwattenbach	DE		0	Europe/Berlin	48.63742	12.23664				02	092	09274	09274128
2858643	Oberwasungen	oberwasungen	DE		0	Europe/Berlin	50.25955	11.12117		Oberwasungen		02	094	09473	09473166
2858644	Oberwasser	oberwasser	DE		0	Europe/Berlin	48.68471	8.05349				01	082	08216	08216041
2858646	Oberwartha	oberwartha	DE		0	Europe/Berlin	51.07862	13.60125				13	00	14612	14612000
2858647	Oberwaroldern	oberwaroldern	DE		0	Europe/Berlin	51.30389	8.96814				05	066	06635	06635018
2858648	Oberwarnsbach	oberwarnsbach	DE		0	Europe/Berlin	50.88247	7.74761		Oberwarnsbach		07	053	05374	05374028
2858650	Oberwarngau	oberwarngau	DE		0	Europe/Berlin	47.83154	11.71666				02	091	09182	09182136
2858651	Oberwarmensteinach	oberwarmensteinach	DE		0	Europe/Berlin	50.00073	11.8006				02	094	09472	09472198
2858652	Oberwarlins	oberwarlins	DE		0	Europe/Berlin	47.86196	10.32163				02	097	09778	09778119
2858653	Oberwappenöst	oberwappenost	DE		0	Europe/Berlin	49.90857	11.93424				02	093	09377	09377133
2858655	Oberwangenbach	oberwangenbach	DE		0	Europe/Berlin	48.6726	11.8273				02	092	09273	09273115
2858656	Oberwangen	oberwangen	DE		0	Europe/Berlin	47.77473	8.3797		Oberwangen,Wangen		01	083	08337	08337106
2858657	Oberwang	oberwang	DE		0	Europe/Berlin	47.75	10.3				02	097	09763	09763000
2858661	Oberwalting	oberwalting	DE		0	Europe/Berlin	48.79279	12.51086				02	092	09278	09278146
2858662	Oberwaltenkofen	oberwaltenkofen	DE		0	Europe/Berlin	48.60765	12.0875				02	092	09274	09274126
2858663	Oberwalluf	oberwalluf	DE		0	Europe/Berlin	50.04225	8.14072				05	064	06439	06439017
2858666	Oberwallenstadt	oberwallenstadt	DE		0	Europe/Berlin	50.15276	11.08731				02	094	09478	09478139
2858667	Oberwall	oberwall	DE		0	Europe/Berlin	49.34514	11.47539				02	093	09373	09373113
2858668	Oberwall	oberwall	DE		0	Europe/Berlin	47.93699	11.94016				02	091	09187	09187122
2858669	Oberwalgern	oberwalgern	DE		0	Europe/Berlin	50.70956	8.6664				05	065	06534	06534009
2858670	Oberwaldhausen	oberwaldhausen	DE		0	Europe/Berlin	47.90763	9.4636				01	084	08436	08436077
2858671	Oberwaldhausen	oberwaldhausen	DE		0	Europe/Berlin	47.82937	9.51629				01	084	08436	08436095
2858673	Oberwälden	oberwalden	DE		0	Europe/Berlin	48.73907	9.61372				01	081	08117	08117055
2858675	Oberwaldbehrungen	oberwaldbehrungen	DE		0	Europe/Berlin	50.43143	10.17848				02	096	09673	09673153
2858676	Oberwaldbach	oberwaldbach	DE		0	Europe/Berlin	48.36252	10.46516				02	097	09774	09774122
2858677	Oberwaldach	oberwaldach	DE		0	Europe/Berlin	48.4997	8.58227				01	082	08237	08237074
2858700	Oberwalchen	oberwalchen	DE		0	Europe/Berlin	47.96821	12.61652				02	091	09189	09189154
2858701	Oberwaiz	oberwaiz	DE		0	Europe/Berlin	49.94062	11.46951		Oberwaiz		02	094	09472	09472131
2858702	Oberwahrberg	oberwahrberg	DE		0	Europe/Berlin	49.16285	11.86575				02	093	09375	09375156
2858703	Oberwahn	oberwahn	DE		0	Europe/Berlin	50.91843	7.43247				07	053	05382	05382036
2858704	Oberwagenbach	oberwagenbach	DE		0	Europe/Berlin	47.68333	9.68333				01	084	08436	08436018
2858705	Oberwackerstall	oberwackerstall	DE		0	Europe/Berlin	48.71061	12.48668				02	092	09279	09279127
2858706	Oberwachsenberg	oberwachsenberg	DE		0	Europe/Berlin	48.98289	12.72848				02	092	09278	09278154
2858707	Oberwachingen	oberwachingen	DE		0	Europe/Berlin	48.19441	9.60885				01	084	08426	08426124
2858709	Obervorschütz	obervorschuetz	DE		0	Europe/Berlin	51.16057	9.3521				05	066	06634	06634007
2858711	Obervorholz	obervorholz	DE		0	Europe/Berlin	47.66667	9.96667				01	084	08436	08436094
2858712	Heidstock	heidstock	DE		4550	Europe/Berlin	49.25571	6.88156	240		10041519	09	00	10041	10041519
2858713	Obervolkach	obervolkach	DE		0	Europe/Berlin	49.8731	10.25793				02	096	09675	09675174
2858714	Obervoglarn	obervoglarn	DE		0	Europe/Berlin	48.56667	13.28333				02	092	09275	09275122
2858715	Ober-Voggenhof	ober-voggenhof	DE		0	Europe/Berlin	48.92133	9.58976				01	081	08119	08119004
2858716	Obervogelgesang	obervogelgesang	DE		0	Europe/Berlin	50.95042	13.99023		awbrfwghlghzank,أوبرفوغلغزانك		13	00	14628	14628270
2858718	Obervinxt	obervinxt	DE		0	Europe/Berlin	50.49134	7.1275				08	00	07131	07131073
2858719	Obervilslern	obervilslern	DE		0	Europe/Berlin	48.38527	12.26761				02	092	09274	09274183
2858720	Obervillern	obervillern	DE		0	Europe/Berlin	47.93252	12.93738				02	091	09172	09172122
2858721	Obervierau	obervierau	DE		0	Europe/Berlin	49.13199	12.76662				02	093	09372	09372143
2858722	Oberviehmoos	oberviehmoos	DE		0	Europe/Berlin	48.67986	12.51292				02	092	09279	09279128
2858723	Oberviehhausen	oberviehhausen	DE		0	Europe/Berlin	48.70774	12.86331				02	092	09271	09271152
2858724	Oberviehhausen	oberviehhausen	DE		0	Europe/Berlin	48.49175	12.59335				02	092	09277	09277121
2858725	Oberviehhausen	oberviehhausen	DE		0	Europe/Berlin	48.22383	12.87566				02	091	09171	09171118
2858726	Ober Viehbig	ober-viehbig	DE		0	Europe/Berlin	51.24312	14.75457				13	00	14626	14626580
2858727	Oberviehbach	oberviehbach	DE		0	Europe/Berlin	48.58167	12.3763				02	092	09279	09279130
2858728	Oberviechtafell	oberviechtafell	DE		0	Europe/Berlin	49.12119	12.81273				02	092	09276	09276135
2858730	Oberviecht	oberviecht	DE		0	Europe/Berlin	48.60046	11.89504				02	092	09273	09273178
2858731	Obervellmar	obervellmar	DE		0	Europe/Berlin	51.36867	9.46343				05	066	06633	06633026
2858732	Oberveischede	oberveischede	DE		0	Europe/Berlin	51.07662	7.95142				07	059	05966	05966024
2858735	Oberuttlau	oberuttlau	DE		0	Europe/Berlin	48.48154	13.17237				02	092	09275	09275125
2858736	Oberüttfeld	oberuettfeld	DE		0	Europe/Berlin	50.14266	6.25994				08	00	07232	07232333
2858740	Oberurff	oberurff	DE		0	Europe/Berlin	51.03333	9.16667				05	066	06634	06634027
2858741	Oberurbach	oberurbach	DE		0	Europe/Berlin	48.8193	9.57656				01	081	08119	08119076
2858742	Oberurbach	oberurbach	DE		0	Europe/Berlin	47.87743	9.7689				01	084	08436	08436009
2858743	Oberunterach	oberunterach	DE		0	Europe/Berlin	48.08325	12.12631				02	091	09187	09187124
2858746	Oberumelsdorf	oberumelsdorf	DE		0	Europe/Berlin	48.72284	11.86795				02	092	09273	09273172
2858747	Oberumbach	oberumbach	DE		0	Europe/Berlin	48.31218	11.14868				02	091	09174	09174137
2858748	Oberulsham	oberulsham	DE		0	Europe/Berlin	47.9426	12.35713				02	091	09187	09187125
2858749	Oberulsenbach	oberulsenbach	DE		0	Europe/Berlin	49.50724	10.644				02	095	09575	09575145
2858750	Oberulrain	oberulrain	DE		0	Europe/Berlin	48.80128	11.80805		Oberulrain		02	092	09273	09273152
2858751	Oberullrichsberg	oberullrichsberg	DE		0	Europe/Berlin	50.4077	9.43786				05	064	06435	06435028
2858752	Oberuhna	oberuhna	DE		0	Europe/Berlin	51.20544	14.35247		Horni Wunjow,Oberuhna		13	00	14625	14625020
2858753	Oberuhldingen	oberuhldingen	DE		0	Europe/Berlin	47.73333	9.25		Oberuhldingen		01	084	08435	08435066
2858755	Oberufhausen	oberufhausen	DE		0	Europe/Berlin	50.77644	9.86283				05	066	06631	06631007
2858757	Oberübermoos	oberubermoos	DE		0	Europe/Berlin	48.06667	12.13333				02	091	09187	09187124
2858758	Obertürkheim	obertuerkheim	DE		0	Europe/Berlin	48.76422	9.26791				01	081	08111	08111000
2858759	Obertunding	obertunding	DE		0	Europe/Berlin	48.70762	12.47587				02	092	09279	09279127
2858760	Ober Tüllingen	ober-tullingen	DE		0	Europe/Berlin	47.59789	7.64103				01	083	08336	08336050
2858761	Obertsrot	obertsrot	DE		0	Europe/Berlin	48.74603	8.34455				01	082	08216	08216017
2858762	Obertsloh	obertsloh	DE		0	Europe/Berlin	48.41496	11.30957				02	091	09174	09174147
2858764	Obertrübenbach	obertrubenbach	DE		0	Europe/Berlin	49.16042	12.55917				02	093	09372	09372153
2858766	Obertrogen	obertrogen	DE		0	Europe/Berlin	47.55839	9.92407				02	097	09776	09776129
2858767	Obertriebelbach	obertriebelbach	DE		0	Europe/Berlin	50.38674	12.12573				13	00	14523	14523060
2858768	Obertriebel	obertriebel	DE		0	Europe/Berlin	50.35488	12.13303				13	00	14523	14523440
2858769	Obertresenfeld	obertresenfeld	DE		0	Europe/Berlin	49.65535	12.32554				02	093	09374	09374162
2858770	Obertrennbach	obertrennbach	DE		0	Europe/Berlin	48.48389	12.56438		Obertrennbach		02	092	09277	09277121
2858774	Obertraubing	obertraubing	DE		0	Europe/Berlin	47.91324	11.25051				02	091	09188	09188141
2858775	Obertraubenbach	obertraubenbach	DE		0	Europe/Berlin	49.19438	12.57574				02	093	09372	09372158
2858776	Obertopfstedt	obertopfstedt	DE		0	Europe/Berlin	51.2492	10.94893				15	00	16065	16065074
2858777	Obertitz	obertitz	DE		0	Europe/Berlin	51.13309	12.31545				13	00	14729	14729170
2858778	Obertirschheim	obertirschheim	DE		0	Europe/Berlin	50.81871	12.65907				13	00	14524	14524120
2858780	Obertillbach	obertillbach	DE		0	Europe/Berlin	48.53778	13.11202		Ober Tillbach,Obertillbach		02	092	09275	09275117
2858781	Obertiefental	obertiefental	DE		0	Europe/Berlin	47.8	9.83333				01	084	08436	08436052
2858782	Obertiefendorf	obertiefendorf	DE		0	Europe/Berlin	50.40064	11.90295				02	094	09475	09475181
2858786	Oberthürheim	oberthurheim	DE		0	Europe/Berlin	48.59459	10.69555		Oberthurheim,Oberthürheim		02	097	09773	09773122
2858788	Oberthölau	obertholau	DE		0	Europe/Berlin	50.03413	12.08181				02	094	09479	09479136
2858789	Oberthingau	oberthingau	DE		0	Europe/Berlin	47.75397	10.52017				02	097	09777	09777175
2858791	Obertheres	obertheres	DE		0	Europe/Berlin	50.02082	10.44749				02	096	09674	09674180
2858792	Oberthau	oberthau	DE		0	Europe/Berlin	51.38624	12.14573				14	00	15088	15088330
2858794	Oberthann	oberthann	DE		0	Europe/Berlin	48.50516	11.58084				02	091	09186	09186152
2858796	Oberthambach	oberthambach	DE		0	Europe/Berlin	48.52695	13.10362				02	092	09275	09275125
2858798	Oberthalhofen	oberthalhofen	DE		0	Europe/Berlin	47.59432	10.01251				02	097	09776	09776127
2858799	Oberthalhofen	oberthalhofen	DE		0	Europe/Berlin	47.46614	10.28583				02	097	09780	09780121
2858800	Oberthalhausen	oberthalhausen	DE		0	Europe/Berlin	50.9432	9.62548		Oberthalhausen		05	066	06632	06632012
2858804	Oberthalfingen	oberthalfingen	DE		0	Europe/Berlin	48.43202	10.03683				01	084	08421	08421000
2858810	Oberteutschenthal	oberteutschenthal	DE		0	Europe/Berlin	51.45	11.8				14	00	15088	15088365
2858812	Oberteuerting	oberteuerting	DE		0	Europe/Berlin	48.85598	11.90046				02	092	09273	09273166
2858813	Ober Teschnitz	ober-teschnitz	DE		0	Europe/Berlin	51.57856	14.34881				11	00	12071	12071372
2858816	Oberteisendorf	oberteisendorf	DE		0	Europe/Berlin	47.85181	12.78691		Oberteisendorf		02	091	09172	09172134
2858817	Oberteisbach	oberteisbach	DE		0	Europe/Berlin	48.60483	12.4568				02	092	09279	09279124
2858818	Oberteich	oberteich	DE		0	Europe/Berlin	49.94369	12.2091				02	093	09377	09377141
2858825	Obertegernau	obertegernau	DE		0	Europe/Berlin	47.72707	7.79894				01	083	08336	08336107
2858826	Ober-Tauschendorf	ober-tauschendorf	DE		0	Europe/Berlin	49.12775	12.5223		Ober-Tauschendorf		02	093	09372	09372142
2858828	Obertattenbach	obertattenbach	DE		0	Europe/Berlin	48.46404	13.06279				02	092	09277	09277113
2858829	Obertaschendorf	obertaschendorf	DE		0	Europe/Berlin	49.70505	10.54095				02	095	09575	09575147
2858831	Obertalheim	obertalheim	DE		0	Europe/Berlin	48.48831	8.6571				01	082	08237	08237040
2858832	Obertal	obertal	DE		0	Europe/Berlin	48.5332	8.28588		Obertal		01	082	08237	08237004
2858833	Obertal	obertal	DE		0	Europe/Berlin	48.48572	8.03882				01	083	08317	08317021
2858834	Obertal	obertal	DE		0	Europe/Berlin	48.26872	8.02078				01	083	08317	08317129
2858835	Obertal	obertal	DE		0	Europe/Berlin	48.26184	7.95457				01	083	08317	08317121
2858836	Obertal	obertal	DE		0	Europe/Berlin	48.26171	8.25607				01	083	08317	08317145
2858837	Obertal	obertal	DE		0	Europe/Berlin	48.16128	7.97458				01	083	08316	08316014
2858838	Obertal	obertal	DE		0	Europe/Berlin	48.15351	8.26481				01	083	08326	08326060
2858839	Obertal	obertal	DE		0	Europe/Berlin	48.14969	8.17963				01	083	08326	08326055
2858840	Obertal	obertal	DE		0	Europe/Berlin	48.09205	8.01011		Dobel,Döbel,Obertal		01	083	08316	08316056
2858841	Obertal	obertal	DE		0	Europe/Berlin	48.09584	8.26689				01	083	08326	08326017
2858843	Obertal	obertal	DE		0	Europe/Berlin	48.05555	8.10074				01	083	08316	08316042
2858844	Obertal	obertal	DE		0	Europe/Berlin	48.76667	9.31667		Obertal		01	081	08116	08116019
2858845	Obertal	obertal	DE		0	Europe/Berlin	48.68381	8.18914				01	082	08216	08216008
2858850	Obertaching	obertaching	DE		0	Europe/Berlin	47.96406	12.72695				02	091	09189	09189150
2858851	Obersynderstedt	obersynderstedt	DE		0	Europe/Berlin	50.86529	11.41771				15	00	16071	16071008
2858853	Obersurheim	obersurheim	DE		0	Europe/Berlin	47.87105	12.95326				02	091	09172	09172130
2858854	Obersur	obersur	DE		0	Europe/Berlin	48.006	12.30263				02	091	09187	09187113
2858855	Obersunzing	obersunzing	DE		0	Europe/Berlin	48.78308	12.53415				02	092	09278	09278146
2858856	Obersummering	obersummering	DE		0	Europe/Berlin	48.01628	12.619				02	091	09189	09189134
2858859	Obersulzbach	obersulzbach	DE		0	Europe/Berlin	49.51803	7.64539				08	00	07335	07335046
2858860	Obersulzbach	obersulzbach	DE		0	Europe/Berlin	49.37932	10.42846				02	095	09571	09571171
2858862	Obersulz	obersulz	DE		0	Europe/Berlin	48.6	8.78333				01	082	08235	08235080
2858863	Obersulmetingen	obersulmetingen	DE		0	Europe/Berlin	48.21534	9.82623		Obersulmetingen		01	084	08426	08426070
2858864	Obersulgen	obersulgen	DE		0	Europe/Berlin	47.71153	9.64484				01	084	08436	08436064
2858865	Obersuhl	obersuhl	DE		0	Europe/Berlin	50.94982	10.03308		Obersuhl		05	066	06632	06632020
2858866	Oberstützengrün	oberstuetzengruen	DE		0	Europe/Berlin	50.53423	12.52478				13	00	14521	14521600
2858870	Oberstrote	oberstrote	DE		0	Europe/Berlin	51.82265	7.08997				07	055	05554	05554044
2858871	Oberströmische Seite	oberstroemische-seite	DE		0	Europe/Berlin	53.28408	8.30721				06	00	03461	03461008
2858872	Oberstrogn	oberstrogn	DE		0	Europe/Berlin	48.32207	11.97347				02	091	09177	09177113
2858873	Oberstrich	oberstrich	DE		0	Europe/Berlin	53.70317	8.51916				06	00	03352	03352061
2858876	Oberstraubing	oberstraubing	DE		0	Europe/Berlin	48.39346	12.0793				02	091	09177	09177138
2858878	Oberstrahwalde	oberstrahwalde	DE		0	Europe/Berlin	51.03333	14.71667				13	00	14626	14626180
2858879	Oberstrahlbach	oberstrahlbach	DE		0	Europe/Berlin	49.56371	10.63337				02	095	09575	09575153
2858880	Oberstotzingen	oberstotzingen	DE		0	Europe/Berlin	48.5382	10.22243				01	081	08135	08135027
2858881	Oberstößwitz	oberstoesswitz	DE		0	Europe/Berlin	51.11209	13.30213				13	00	14627	14627180
2858882	Oberstork	oberstork	DE		0	Europe/Berlin	50.41339	9.48944				05	066	06631	06631008
2858884	Oberstoppel	oberstoppel	DE		0	Europe/Berlin	50.75587	9.71324				05	066	06632	06632008
2858888	Oberstocken	oberstocken	DE		0	Europe/Berlin	47.85894	9.74981				01	084	08436	08436014
2858893	Oberstimm	oberstimm	DE		0	Europe/Berlin	48.71169	11.45599				02	091	09186	09186137
2858894	Oberstiepel	oberstiepel	DE		0	Europe/Berlin	51.43333	7.23333				07	059	05911	05911000
2858895	Oberstezeit	oberstezeit	DE		0	Europe/Berlin	50.86331	7.3168				07	053	05382	05382040
2858898	Oberstetten	oberstetten	DE		0	Europe/Berlin	49.37611	9.9475		Oberstetten		01	081	08128	08128082
2858899	Oberstetten	oberstetten	DE		0	Europe/Berlin	48.32901	9.33151				01	084	08415	08415090
2858900	Oberstetten	oberstetten	DE		0	Europe/Berlin	48.04576	9.96687				01	084	08426	08426043
2858905	Oberstenweiler	oberstenweiler	DE		0	Europe/Berlin	47.7583	9.34841		Oberstenweiler		01	084	08435	08435052
2858907	Oberstelzhausen	oberstelzhausen	DE		0	Europe/Berlin	49.14444	10.22248				01	081	08127	08127101
2858908	Ober-Stellberg	ober-stellberg	DE		0	Europe/Berlin	50.43039	9.79929				05	066	06631	06631004
2858911	Obersteinhöring	obersteinhoring	DE		0	Europe/Berlin	48.26667	12.66667				02	091	09171	09171137
2858913	Obersteinhausen	obersteinhausen	DE		0	Europe/Berlin	48.82489	13.06738				02	092	09271	09271113
2858915	Obersteinhagen	obersteinhagen	DE		0	Europe/Berlin	51.98873	8.43088				07	057	05754	05754040
2858917	Obersteinenberg	obersteinenberg	DE		0	Europe/Berlin	48.87242	9.56684				01	081	08119	08119084
2858924	Obersteinbach auf der Haide	obersteinbach-auf-der-haide	DE		0	Europe/Berlin	49.2075	11.08903				02	095	09576	09576143
2858925	Obersteinbach	obersteinbach	DE		0	Europe/Berlin	51.11761	13.18396				13	00	14522	14522080
2858926	Obersteinbach	obersteinbach	DE		0	Europe/Berlin	51.04503	7.3442		Obersteinbach		07	053	05374	05374020
2858927	Obersteinbach	obersteinbach	DE		0	Europe/Berlin	50.99738	7.20828				07	053	05378	05378004
2858928	Obersteinbach	obersteinbach	DE		0	Europe/Berlin	50.93839	12.64607				13	00	14522	14522460
2858929	Obersteinbach	obersteinbach	DE		0	Europe/Berlin	49.89828	10.54087				02	096	09674	09674187
2858930	Obersteinbach	obersteinbach	DE		0	Europe/Berlin	49.66468	10.55046				02	095	09575	09575147
2858931	Obersteinbach	obersteinbach	DE		0	Europe/Berlin	49.59715	11.97137		Obersteinbach		02	093	09371	09371127
2858932	Obersteinbach	obersteinbach	DE		0	Europe/Berlin	49.47478	12.1259				02	093	09376	09376144
2858933	Obersteinbach	obersteinbach	DE		0	Europe/Berlin	49.21715	10.94479				02	095	09576	09576111
2858934	Obersteinbach	obersteinbach	DE		0	Europe/Berlin	49.15487	9.61373		Obersteinbach		01	081	08126	08126085
2858935	Obersteinbach	obersteinbach	DE		0	Europe/Berlin	48.69972	12.35191				02	092	09279	09279127
2858936	Obersteinbach	obersteinbach	DE		0	Europe/Berlin	48.47608	12.75126				02	092	09277	09277119
2858937	Obersteinbach	obersteinbach	DE		0	Europe/Berlin	47.72156	11.43161				02	091	09173	09173111
2858938	Obersteinbach	obersteinbach	DE		0	Europe/Berlin	47.7	11.56667				02	091	09173	09173124
2858939	Ober Steinach	ober-steinach	DE		0	Europe/Berlin	49.81038	10.52952				02	094	09471	09471122
2858940	Obersteinach	obersteinach	DE		0	Europe/Berlin	49.20647	9.86493		Obersteinach		01	081	08127	08127043
2858941	Obersteina	obersteina	DE		0	Europe/Berlin	51.19934	14.05729				13	00	14625	14625580
2858942	Obersteina	obersteina	DE		0	Europe/Berlin	51.19358	13.09842		Kiebitz-Obersteina,Obersteina		13	00	14522	14522450
2858943	Oberstein	oberstein	DE		0	Europe/Berlin	49.70325	7.31433				08	00	07134	07134045
2858944	Oberstein	oberstein	DE		0	Europe/Berlin	49.08995	12.77818				02	092	09278	09278178
2858945	Oberstein	oberstein	DE		0	Europe/Berlin	47.67421	13.05534				02	091	09172	09172124
2858946	Oberstein	oberstein	DE		0	Europe/Berlin	47.55519	9.8306				02	097	09776	09776125
2858948	Ober Steimel	ober-steimel	DE		0	Europe/Berlin	50.96069	7.70109				07	053	05374	05374040
2858950	Ober-Staigenbach	ober-staigenbach	DE		0	Europe/Berlin	48.24989	8.35074		Ober Steigenbach,Ober-Staigenbach		01	083	08325	08325051
2858951	Obersteig	obersteig	DE		0	Europe/Berlin	48.21821	7.95333				01	083	08317	08317121
2858954	Oberstehöhe	oberstehoehe	DE		0	Europe/Berlin	50.89627	7.28826				07	053	05382	05382028
2858958	Ober Steffenshagen	ober-steffenshagen	DE		0	Europe/Berlin	54.09766	11.83558		Ober Steffenshagen		12	00	13072	13072099
2858959	Ober Steenrade	ober-steenrade	DE		0	Europe/Berlin	54.05016	10.62214				10	00	01055	01055044
2858960	Obersteeg	obersteeg	DE		0	Europe/Berlin	50.96927	7.25741				07	053	05378	05378024
2858961	Oberstedten	oberstedten	DE		0	Europe/Berlin	50.22645	8.575				05	064	06434	06434008
2858963	Obersteben	obersteben	DE		0	Europe/Berlin	50.36528	11.61875				02	094	09475	09475112
2858967	Oberstaudhausen	oberstaudhausen	DE		0	Europe/Berlin	47.8549	11.95132				02	091	09187	09187122
2858968	Oberstaning	oberstaning	DE		0	Europe/Berlin	49.18333	12.73333				02	093	09372	09372117
2858975	Oberstadl	oberstadl	DE		0	Europe/Berlin	48.53177	12.89831				02	092	09277	09277126
2858977	Obersprucke	obersprucke	DE		0	Europe/Berlin	51.95	14.66667				11	00	12071	12071160
2858978	Obersprockhövel	obersprockhoevel	DE		0	Europe/Berlin	51.33222	7.22966				07	059	05954	05954028
2858979	Oberspringen	oberspringen	DE		0	Europe/Berlin	47.8748	9.59866				01	084	08436	08436096
2858982	Ober Spreehammer	ober-spreehammer	DE		0	Europe/Berlin	51.33333	14.88333				13	00	14626	14626480
2858983	Oberspree	oberspree	DE		0	Europe/Berlin	52.45	13.53333				16	00	11000	11000000
2858984	Oberspitzenbach	oberspitzenbach	DE		0	Europe/Berlin	48.17598	7.9886				01	083	08316	08316014
2858985	Oberspießwengen	oberspiesswengen	DE		0	Europe/Berlin	47.74466	10.02941				01	084	08436	08436049
2858986	Oberspiesheim	oberspiesheim	DE		0	Europe/Berlin	49.94709	10.27463				02	096	09678	09678150
2858987	Oberspier	oberspier	DE		0	Europe/Berlin	51.31135	10.85295				15	00	16065	16065067
2858989	Oberspeltach	oberspeltach	DE		0	Europe/Berlin	49.10506	9.98154				01	081	08127	08127103
2858990	Oberspechtrain	oberspechtrain	DE		0	Europe/Berlin	48.56962	12.44801				02	092	09279	09279124
2858991	Oberspay	oberspay	DE		0	Europe/Berlin	50.25217	7.64611				08	00	07137	07137223
2858992	Oberspaar	oberspaar	DE		0	Europe/Berlin	51.15456	13.49368				13	00	14627	14627140
2858993	Obersotzbach	obersotzbach	DE		0	Europe/Berlin	50.3489	9.32728				05	064	06435	06435004
2858994	Obersötern	obersoetern	DE		0	Europe/Berlin	49.59994	7.06985				09	00	10046	10046114
2858995	Obersöst	obersoest	DE		0	Europe/Berlin	49.62736	6.46458				08	00	07235	07235149
2858996	Obersorpe	obersorpe	DE		0	Europe/Berlin	51.19849	8.39566				07	059	05958	05958040
2858997	Obersorghof	obersorghof	DE		0	Europe/Berlin	50.8	10.23333				15	00	16063	16063003
2858998	Ober Sorg	ober-sorg	DE		0	Europe/Berlin	50.68407	9.29957				05	065	06535	06535017
2859000	Ober-Sondern	ober-sondern	DE		0	Europe/Berlin	51.23417	7.28036				07	051	05124	05124000
2859001	Obersöllbach	obersollbach	DE		0	Europe/Berlin	49.18872	9.57185				01	081	08126	08126058
2859002	Obersölden	obersolden	DE		0	Europe/Berlin	48.58069	13.48917				02	092	09262	09262000
2859009	Obersitzenhof	obersitzenhof	DE		0	Europe/Berlin	49.32759	12.05983				02	093	09376	09376161
2859011	Obersimtshausen	obersimtshausen	DE		0	Europe/Berlin	50.94372	8.70038				05	065	06534	06534015
2859015	Obersimbach	obersimbach	DE		0	Europe/Berlin	48.80839	13.0406				02	092	09271	09271125
2859016	Obersimbach	obersimbach	DE		0	Europe/Berlin	48.48319	13.32417				02	092	09275	09275122
2859017	Obersimbach	obersimbach	DE		0	Europe/Berlin	48.27305	13.02323				02	092	09277	09277145
2859018	Obersiggingen	obersiggingen	DE		0	Europe/Berlin	47.8	9.38333				01	084	08435	08435067
2859019	Obersiffelhofen	obersiffelhofen	DE		0	Europe/Berlin	47.75015	11.28777		Obersiffelhofen		02	091	09190	09190113
2859020	Obersiemau	obersiemau	DE		0	Europe/Berlin	50.18767	10.9968				02	094	09473	09473170
2859022	Obersickte	obersickte	DE		0	Europe/Berlin	52.22055	10.64188				06	00	03158	03158030
2859023	Obershausen	obershausen	DE		0	Europe/Berlin	50.56289	8.24011		Obershausen		05	065	06533	06533010
2859025	Obershagen	obershagen	DE		0	Europe/Berlin	52.49564	10.05893		Obershagen,Obershogen,Uppershagen,Upperssogen,Upperßogen		06	00	03241	03241018
2859026	Obersgegen	obersgegen	DE		0	Europe/Berlin	49.931	6.25247				08	00	07232	07232067
2859027	Obersfeld	obersfeld	DE		0	Europe/Berlin	50.02823	9.89833		Obersfeld		02	096	09677	09677127
2859028	Obersexau	obersexau	DE		0	Europe/Berlin	48.14214	7.93105				01	083	08316	08316039
2859029	Obersetzen	obersetzen	DE		0	Europe/Berlin	50.93218	8.03882		Obersetzen		07	059	05970	05970040
2859030	Obersensbach	obersensbach	DE		0	Europe/Berlin	49.56183	9.01616				05	064	06437	06437016
2859031	Obersendling	obersendling	DE		0	Europe/Berlin	48.09012	11.52758				02	091	09162	09162000
2859032	Oberselters	oberselters	DE		0	Europe/Berlin	50.32231	8.24114				05	065	06533	06533003
2859033	Oberselk	oberselk	DE		0	Europe/Berlin	54.47223	9.56889				10	00	01059	01059078
2859035	Oberselbach	oberselbach	DE		0	Europe/Berlin	51.03825	7.27354				07	053	05378	05378012
2859036	Oberseilberg	oberseilberg	DE		0	Europe/Berlin	48.81114	13.62913				02	092	09272	09272121
2859039	Oberseiffenbach	oberseiffenbach	DE		0	Europe/Berlin	50.63489	13.44791		Oberseiffenbach		13	00	14521	14521570
2859040	Oberseifersdorf	oberseifersdorf	DE		1061	Europe/Berlin	50.94314	14.80389		Oberseifersdorf		13	00	14626	14626310
2859041	Oberseidewitz	oberseidewitz	DE		0	Europe/Berlin	50.91519	13.89104				13	00	14628	14628040
2859042	Ober Seibertenrod	ober-seibertenrod	DE		0	Europe/Berlin	50.59027	9.15917				05	065	06535	06535018
2859044	Oberseemen	oberseemen	DE		0	Europe/Berlin	50.41874	9.23596				05	064	06440	06440009
2859045	Oberseelbach	oberseelbach	DE		0	Europe/Berlin	50.18726	8.29639				05	064	06439	06439011
2859054	Obersedlhof	obersedlhof	DE		0	Europe/Berlin	47.81012	11.00982				02	091	09190	09190130
2859061	Oberschwöditz	oberschwoeditz	DE		0	Europe/Berlin	51.08973	12.0449				14	00	15084	15084490
2859062	Oberschwillach	oberschwillach	DE		0	Europe/Berlin	48.21844	11.92291				02	091	09177	09177135
2859063	Oberschwesendorf	oberschwesendorf	DE		0	Europe/Berlin	50.31667	12.08333				02	094	09475	09475161
2859069	Oberschweinach	oberschweinach	DE		0	Europe/Berlin	49.55533	10.61418				02	095	09575	09575153
2859072	Oberschwarzhalden	oberschwarzhalden	DE		0	Europe/Berlin	47.7877	8.18489				01	083	08315	08315102
2859073	Oberschwarzenberg	oberschwarzenberg	DE		0	Europe/Berlin	47.67327	10.46184				02	097	09780	09780128
2859074	Oberschwärzenbach	oberschwarzenbach	DE		0	Europe/Berlin	47.96158	8.24032				01	083	08315	08315113
2859075	Oberschwärzenbach	oberschwarzenbach	DE		0	Europe/Berlin	48.44525	13.2847				02	092	09275	09275149
2859081	Oberschwappach	oberschwappach	DE		0	Europe/Berlin	49.96975	10.47605				02	096	09674	09674163
2859082	Oberschwaningen	oberschwaningen	DE		0	Europe/Berlin	49.09306	10.62858				02	095	09571	09571208
2859083	Oberschwandorf	oberschwandorf	DE		0	Europe/Berlin	48.55128	8.66228				01	082	08235	08235032
2859084	Oberschwandorf	oberschwandorf	DE		0	Europe/Berlin	47.95928	8.98316				01	083	08327	08327038
2859086	Oberschwaig	oberschwaig	DE		0	Europe/Berlin	49.49492	11.77021				02	093	09371	09371151
2859090	Oberschur	oberschur	DE		0	Europe/Berlin	50.08611	9.18803				02	096	09671	09671138
2859091	Oberschüpf	oberschupf	DE		0	Europe/Berlin	49.52329	9.6763				01	081	08128	08128014
2859093	Ober Schulenberg	ober-schulenberg	DE		356	Europe/Berlin	51.83333	10.38333		Ober Schulenberg		06			
2859095	Oberschrötenloh	oberschrotenloh	DE		0	Europe/Berlin	48.37934	11.19515				02	091	09174	09174111
2859098	Oberschoren	oberschoren	DE		0	Europe/Berlin	47.84073	9.51678				01	084	08436	08436095
2859099	Oberschopfheim	oberschopfheim	DE		0	Europe/Berlin	48.39675	7.9028		Oberschopfheim		01	083	08317	08317031
2859100	Oberschöntal	oberschontal	DE		0	Europe/Berlin	48.94288	9.40267				01	081	08119	08119008
2859101	Ober Schönmattenwag	ober-schoenmattenwag	DE		0	Europe/Berlin	49.53788	8.86119				05	064	06431	06431021
2859102	Oberschönhagen	oberschoenhagen	DE		0	Europe/Berlin	51.92685	8.97059				07	057	05766	05766020
2859103	Oberschöneweide	oberschoneweide	DE		18919	Europe/Berlin	52.46106	13.52108		Berlin-Oberschoneweide,Berlin-Oberschöneweide		16	00	11000	11000000
2859104	Oberschönenfeld	oberschonenfeld	DE		0	Europe/Berlin	48.31186	10.72652				02	097	09772	09772148
2859106	Oberschöneberg	oberschoneberg	DE		0	Europe/Berlin	48.32544	10.57898				02	097	09772	09772131
2859107	Oberschondorf	oberschondorf	DE		0	Europe/Berlin	48.05	11.08333				02	091	09181	09181139
2859109	Oberschönbrunn	oberschonbrunn	DE		0	Europe/Berlin	49.41667	8.91667				01	082	08226	08226081
2859110	Oberschönbronn	oberschonbronn	DE		0	Europe/Berlin	49.18531	10.45893				02	095	09571	09571166
2859112	Oberschönbach	oberschonbach	DE		0	Europe/Berlin	48.4842	11.2164				02	097	09771	09771144
2859114	Oberschönau Zwei	oberschonau-zwei	DE		0	Europe/Berlin	47.61667	12.96667				02	091	09172	09172132
2859115	Oberschönau Eins	oberschonau-eins	DE		0	Europe/Berlin	47.61667	12.98333		Oberschoenau,Oberschonau Eins,Oberschönau,Oberschönau Eins		02	091	09172	09172132
2859117	Oberschönau	oberschoenau	DE		928	Europe/Berlin	50.71667	10.61667		Oberschonau,Oberschönau,Obershenau,Obershjonau,shang she nao,Обершенау,Обершёнау,上舍瑙		15	00	16066	16066069
2859119	Oberschöna	oberschoena	DE		3764	Europe/Berlin	50.89759	13.25379		Oberschoena,Oberschoena vald,Oberschona,Oberschöna,Oberschöna vald,Obershena,Obershjona,shang she na,Обершена,Обершёна,Обершөна,上舍纳	14522430	13	00	14522	14522430
2859120	Oberschömbach	oberschoembach	DE		0	Europe/Berlin	50.43955	6.49758				07	053	05366	05366020
2859121	Oberschöllnach	oberschollnach	DE		0	Europe/Berlin	48.67222	13.12806				02	092	09275	09275127
2859122	Oberschöllenbach	oberschollenbach	DE		0	Europe/Berlin	49.57327	11.16735				02	095	09572	09572121
2859123	Oberschöbling	oberschoebling	DE		0	Europe/Berlin	50.64145	11.08763				15	00	16073	16073112
2859124	Oberschnitzing	oberschnitzing	DE		0	Europe/Berlin	48.07879	12.68538				02	091	09171	09171134
2859125	Oberschnittenkofen	oberschnittenkofen	DE		0	Europe/Berlin	48.55217	12.38314				02	092	09274	09274145
2859127	Oberschneitberg	oberschneitberg	DE		0	Europe/Berlin	48.42646	12.22797				02	092	09274	09274118
2859128	Oberschneitbach	oberschneitbach	DE		0	Europe/Berlin	48.44919	11.08559				02	097	09771	09771113
2859130	Oberschneidheim	oberschneidheim	DE		0	Europe/Berlin	48.94778	10.36639				01	081	08136	08136075
2859131	Oberschneidhart	oberschneidhart	DE		0	Europe/Berlin	48.85804	12.03773				02	092	09273	09273141
2859132	Oberschnatterbach	oberschnatterbach	DE		0	Europe/Berlin	48.49613	11.42469				02	091	09186	09186151
2859135	Oberschmon	oberschmon	DE		0	Europe/Berlin	51.34699	11.54179				14	00	15088	15088305
2859136	Ober Schmitten	ober-schmitten	DE		0	Europe/Berlin	50.44636	9.03445		Ober Schmitten		05	064	06440	06440016
2859137	Oberschmitte	oberschmitte	DE		0	Europe/Berlin	51.12121	7.03484				07	053	05378	05378016
2859138	Oberschmiedeberg	oberschmiedeberg	DE		0	Europe/Berlin	50.57085	13.14585		Oberschmiedeberg		13	00	14521	14521400
2859139	Oberschmiddorf	oberschmiddorf	DE		0	Europe/Berlin	48.44759	12.5261				02	092	09277	09277121
2859140	Oberschmerach	oberschmerach	DE		0	Europe/Berlin	49.15713	9.95705				01	081	08127	08127043
2859142	Oberschmeien	oberschmeien	DE		0	Europe/Berlin	48.10973	9.14077		Oberschmeien		01	084	08437	08437104
2859143	Oberschlottwitz	oberschlottwitz	DE		0	Europe/Berlin	50.87492	13.81531				13	00	14628	14628130
2859144	Oberschlottham	oberschlottham	DE		0	Europe/Berlin	48.20618	12.6778				02	091	09171	09171111
2859148	Oberschleichach	oberschleichach	DE		0	Europe/Berlin	49.94925	10.59602				02	096	09674	09674159
2859149	Oberschledorn	oberschledorn	DE		0	Europe/Berlin	51.24822	8.71753				07	059	05958	05958028
2859150	Oberschlechtbach	oberschlechtbach	DE		0	Europe/Berlin	48.8779	9.53012				01	081	08119	08119061
2859151	Oberschlauersbach	oberschlauersbach	DE		0	Europe/Berlin	49.4121	10.71337				02	095	09571	09571135
2859152	Thomashof	thomashof	DE		0	Europe/Berlin	54.11362	12.78023				12	00	13073	13073093
2859153	Oberschlag	oberschlag	DE		0	Europe/Berlin	51.01667	6.56667				07	053	05362	05362004
2859154	Oberschlag	oberschlag	DE		0	Europe/Berlin	49.11667	12.05				02	093	09375	09375190
2859155	Oberschindmaas	oberschindmaas	DE		0	Europe/Berlin	50.81556	12.48266		Dennheritz-Oberschindmaas,Oberschindmaas		13	00	14524	14524050
2859156	Oberschindelbach	oberschindelbach	DE		0	Europe/Berlin	50.61384	13.14118				13	00	14521	14521250
2859157	Oberschiltern	oberschiltern	DE		0	Europe/Berlin	48.24891	12.18662				02	091	09177	09177115
2859159	Oberschieda	oberschieda	DE		0	Europe/Berlin	50.17894	11.94706				02	094	09479	09479129
2859163	Oberscheuern	oberscheuern	DE		0	Europe/Berlin	48.36056	12.39462				02	092	09274	09274120
2859164	Oberscherm	oberscherm	DE		0	Europe/Berlin	48.34581	12.51688				02	091	09183	09183131
2859165	Ober-Scheringen	ober-scheringen	DE		0	Europe/Berlin	49.46667	9.23333				01	082	08225	08225052
2859169	Oberschelklingen	oberschelklingen	DE		0	Europe/Berlin	48.39567	9.7314				01	084	08425	08425108
2859170	Oberschelden	oberschelden	DE		0	Europe/Berlin	50.86662	7.94904		Oberschelden		07	059	05970	05970040
2859172	Oberscheld	oberscheld	DE		0	Europe/Berlin	50.73575	8.34658		Oberscheld		05	065	06532	06532006
2859249	Oberrombach	oberrombach	DE		0	Europe/Berlin	50.65844	9.68488				05	066	06631	06631015
2859250	Oberrombach	oberrombach	DE		0	Europe/Berlin	48.84492	10.04193				01	081	08136	08136088
2859175	Oberscheidental	oberscheidental	DE		0	Europe/Berlin	49.50772	9.1508				01	082	08225	08225060
2859177	Oberscheid	oberscheid	DE		0	Europe/Berlin	51.024	7.18732				07	053	05378	05378020
2859178	Oberscheid	oberscheid	DE		0	Europe/Berlin	50.88641	7.23501				07	053	05382	05382028
2859179	Oberscheid	oberscheid	DE		0	Europe/Berlin	50.69634	7.41306				08	00	07138	07138080
2859181	Oberscheibe	oberscheibe	DE		0	Europe/Berlin	50.53518	12.89382		Oberscheibe		13	00	14521	14521510
2859182	Oberschefflenz	oberschefflenz	DE		0	Europe/Berlin	49.41563	9.28235				01	082	08225	08225115
2859183	Oberscheffach	oberscheffach	DE		0	Europe/Berlin	49.12687	9.86183				01	081	08127	08127043
2859184	Oberscheden	oberscheden	DE		0	Europe/Berlin	51.46004	9.73137				06	00	03159	03159031
2859185	Oberscheckenbach	oberscheckenbach	DE		0	Europe/Berlin	49.46122	10.20125		Oberscheckenbach		02	095	09571	09571188
2859186	Oberscharbach	oberscharbach	DE		0	Europe/Berlin	49.61506	8.81975				05	064	06431	06431009
2859187	Oberschambach	oberschambach	DE		0	Europe/Berlin	48.84941	11.92538				02	092	09273	09273166
2859188	Oberschalkenbach	oberschalkenbach	DE		0	Europe/Berlin	49.57744	11.82618				02	093	09371	09371126
2859189	Oberschaffhausen	oberschaffhausen	DE		0	Europe/Berlin	48.07153	7.7176				01	083	08315	08315013
2859191	Oberschaar	oberschaar	DE		0	Europe/Berlin	50.9804	13.40646		Niederschona-Oberschaar,Oberschaar		13	00	14522	14522240
2859192	Oberschaar	oberschaar	DE		0	Europe/Berlin	50.5601	13.14769				13	00	14521	14521400
2859196	Obersayn	obersayn	DE		0	Europe/Berlin	50.5502	7.88448				08	00	07143	07143289
2859197	Obersaurenbach	obersaurenbach	DE		0	Europe/Berlin	50.85694	7.47434		Obersaurenbach		07	053	05382	05382052
2859199	Ober-Saulheim	ober-saulheim	DE		7325	Europe/Berlin	49.86376	8.13526		Ober-Saulheim		08	00	07331	07331058
2859200	Obersauerhof	obersauerhof	DE		0	Europe/Berlin	50.19081	11.67998				02	094	09475	09475154
2859201	Obersasbach	obersasbach	DE		0	Europe/Berlin	48.63042	8.10771				01	083	08317	08317001
2859202	Obersanding	obersanding	DE		0	Europe/Berlin	48.88764	12.16194		Obersanding		02	093	09375	09375205
2859203	Obersalzberg	obersalzberg	DE		0	Europe/Berlin	47.63293	13.04806		Obersalzberg,Oberzalcberg,obazarutsuberuku,Оберзалцберг,オーバーザルツベルク		02	091	09172	09172116
2859204	Obersalwey	obersalwey	DE		0	Europe/Berlin	51.24826	8.09742		Obersalwey		07	059	05958	05958016
2859206	Obersalbach	obersalbach	DE		0	Europe/Berlin	49.3448	6.8936				09	00	10041	10041513
2859207	Obersailauf	obersailauf	DE		0	Europe/Berlin	50.02884	9.27173				02	096	09671	09671150
2859208	Obersaida	obersaida	DE		0	Europe/Berlin	50.76819	13.33816				13	00	14522	14522200
2859209	Obersäckingen	obersackingen	DE		0	Europe/Berlin	47.56072	7.9638				01	083	08337	08337096
2859210	Obersachswerfen	obersachswerfen	DE		0	Europe/Berlin	51.5584	10.63408				15	00	16062	16062062
2859211	Obersachsen	obersachsen	DE		0	Europe/Berlin	49.58359	10.66297				02	095	09575	09575118
2859212	Obersaal	obersaal	DE		0	Europe/Berlin	50.77935	7.5715		Obersaal,Saal		07	053	05382	05382076
2859213	Obersaal	obersaal	DE		0	Europe/Berlin	48.89819	11.92977				02	092	09273	09273166
2859214	Oberrussenried	oberrussenried	DE		0	Europe/Berlin	47.67149	9.6796		Oberrussenried		01	084	08435	08435042
2859215	Oberrüsselbach	oberrusselbach	DE		0	Europe/Berlin	49.61221	11.27232				02	094	09474	09474140
2859216	Oberrückersbach	oberrueckersbach	DE		0	Europe/Berlin	50.61024	9.96527				05	066	06631	06631023
2859217	Oberrubendorf	oberrubendorf	DE		0	Europe/Berlin	49.10182	12.81312				02	092	09276	09276135
2859218	Oberrötzing	oberrotzing	DE		0	Europe/Berlin	48.71138	13.18473				02	092	09271	09271127
2859219	Oberrotweil	oberrotweil	DE		0	Europe/Berlin	48.08333	8.63333				01	083	08327	08327049
2859223	Oberrott	oberrott	DE		0	Europe/Berlin	48.32063	12.43738				02	091	09183	09183125
2859224	Oberrothhof	oberrothhof	DE		0	Europe/Berlin	50.68629	9.9887				15	00	16063	16063068
2859227	Oberrothenbach	oberrothenbach	DE		0	Europe/Berlin	50.76716	12.47074		Oberrothenbach		13	00	14524	14524330
2859228	Oberrothan	oberrothan	DE		0	Europe/Berlin	48.23679	10.60058				02	097	09772	09772214
2859236	Oberroßla	oberrossla	DE		0	Europe/Berlin	51.02237	11.47918		Oberrossla,Oberroßla		15	00	16071	16071001
2859242	Oberrossau	oberrossau	DE		0	Europe/Berlin	51	13.08333				13	00	14522	14522500
2859244	Oberrosphe	oberrosphe	DE		0	Europe/Berlin	50.91153	8.77596		Oberrosphe		05	065	06534	06534021
2859245	Oberröslau	oberroslau	DE		0	Europe/Berlin	50.08333	11.96667				02	094	09479	09479145
2859246	Ober-Rosbach	ober-rosbach	DE		0	Europe/Berlin	50.30453	8.6898				05	064	06440	06440023
2859247	Oberröppisch	oberroeppisch	DE		0	Europe/Berlin	50.83333	12.06667				15	00	16052	16052000
2859248	Oberroning	oberroning	DE		0	Europe/Berlin	48.74109	12.08679				02	092	09274	09274176
2859254	Oberroidham	oberroidham	DE		0	Europe/Berlin	48.01264	12.68736				02	091	09189	09189134
2859256	Oberrohrenstadt	oberrohrenstadt	DE		0	Europe/Berlin	49.38528	11.45848				02	093	09373	09373113
2859257	Oberröhrenbach	oberrohrenbach	DE		0	Europe/Berlin	48.65748	12.25797				02	092	09274	09274128
2859258	Ober-Röhre	ober-roehre	DE		0	Europe/Berlin	51.31667	8.01667				07	059	05958	05958044
2859259	Oberrohrbach	oberrohrbach	DE		0	Europe/Berlin	48.48607	12.65986				02	092	09277	09277141
2859261	Oberrohr	oberrohr	DE		0	Europe/Berlin	48.27828	10.43324				02	097	09774	09774116
2859263	Oberrohn	oberrohn	DE		0	Europe/Berlin	50.8449	10.21165				15	00	16063	16063003
2859264	Oberrödinghausen	oberroedinghausen	DE		0	Europe/Berlin	51.39643	7.84259				07	059	05962	05962040
2859265	Oberrödern	oberroedern	DE		0	Europe/Berlin	51.22894	13.70166				13	00	14627	14627030
2859266	Oberrodenbach	oberrodenbach	DE		0	Europe/Berlin	50.13765	9.06104		Oberrodenbach		05	064	06435	06435023
2859267	Ober-Roden	ober-roden	DE		0	Europe/Berlin	49.97026	8.83729				05	064	06438	06438012
2859268	Oberrödel	oberrodel	DE		0	Europe/Berlin	49.14758	11.17352				02	095	09576	09576127
2859270	Oberrode	oberrode	DE		0	Europe/Berlin	50.53853	9.58583				05	066	06631	06631009
2859272	Oberrodach	oberrodach	DE		0	Europe/Berlin	50.25244	11.39627				02	094	09476	09476183
2859277	Oberröblingen	oberroeblingen	DE		1701	Europe/Berlin	51.43705	11.3075				14	00	15087	15087370
2859278	Oberrißdorf	oberrissdorf	DE		0	Europe/Berlin	51.54074	11.61087		Oberrissdorf,Oberrißdorf,Risdorpf,Rystorp		14	00	15087	15087130
2859279	Oberringingen	oberringingen	DE		0	Europe/Berlin	48.73378	10.52791				02	097	09773	09773117
2859280	Oberrimsingen	oberrimsingen	DE		0	Europe/Berlin	47.97894	7.66283		Oberrimsingen		01	083	08315	08315015
2859281	Oberrimbach	oberrimbach	DE		0	Europe/Berlin	49.72787	10.53656				02	095	09575	09575116
2859282	Oberrimbach	oberrimbach	DE		0	Europe/Berlin	49.40815	10.05767				01	081	08128	08128020
2859283	Oberrimbach	oberrimbach	DE		0	Europe/Berlin	48.24369	12.25032				02	091	09183	09183135
2859284	Oberriffingen	oberriffingen	DE		0	Europe/Berlin	48.82917	10.30444				01	081	08136	08136010
2859286	Oberrieferath	oberrieferath	DE		0	Europe/Berlin	50.8	7.5				07	053	05382	05382076
2859289	Oberriedgarten	oberriedgarten	DE		0	Europe/Berlin	47.78319	9.84935				01	084	08436	08436052
2859290	Ober Riedern	ober-riedern	DE		0	Europe/Berlin	47.62184	8.45389				01	083	08337	08337062
2859315	Oberrhena	oberrhena	DE		0	Europe/Berlin	47.84456	9.29641				01	084	08435	08435020
2859317	Oberreuth	oberreuth	DE		0	Europe/Berlin	50.18591	11.16653				02	094	09478	09478145
2859320	Oberreuten	oberreuten	DE		0	Europe/Berlin	48.36251	13.35637				02	092	09275	09275116
2859321	Oberreuten	oberreuten	DE		0	Europe/Berlin	47.62783	10.57559				02	097	09777	09777170
2859322	Oberreuten	oberreuten	DE		0	Europe/Berlin	47.59355	10.61863				02	097	09777	09777125
2859327	Oberreut	oberreut	DE		0	Europe/Berlin	47.71667	11.58333				02	091	09173	09173124
2859329	Oberreußisches Haus	oberreussisches-haus	DE		0	Europe/Berlin	50.45	11.66667				15	00	16075	16075135
2859331	Oberrengse	oberrengse	DE		0	Europe/Berlin	51.0697	7.68587		Oberrengse		07	053	05374	05374012
2859332	Oberrengersweiler	oberrengersweiler	DE		0	Europe/Berlin	47.5806	9.69931				02	097	09776	09776116
2859333	Ober Rengersdorf	ober-rengersdorf	DE		0	Europe/Berlin	51.21624	14.89495				13	00	14626	14626230
2859335	Oberreitnau	oberreitnau	DE		0	Europe/Berlin	47.59392	9.68386		Oberreitnau		02	097	09776	09776116
2859336	Oberreithen	oberreithen	DE		0	Europe/Berlin	47.6573	10.84856				02	097	09777	09777173
2859337	Oberreith	oberreith	DE		0	Europe/Berlin	48.58077	11.86121				02	091	09178	09178122
2859338	Oberreith	oberreith	DE		0	Europe/Berlin	48.11538	12.32307				02	091	09183	09183147
2859340	Oberreit	oberreit	DE		0	Europe/Berlin	48.63945	13.14083				02	092	09275	09275154
2859341	Oberreit	oberreit	DE		0	Europe/Berlin	48.45579	11.91746				02	091	09178	09178143
2859342	Oberreit	oberreit	DE		0	Europe/Berlin	47.91232	11.81923				02	091	09187	09187130
2859346	Oberreiselberg	oberreiselberg	DE		0	Europe/Berlin	49.09084	11.77091				02	093	09375	09375148
2859347	Oberreinbach	oberreinbach	DE		0	Europe/Berlin	49.55812	11.65581				02	093	09371	09371141
2859348	Oberreihe	oberreihe	DE		0	Europe/Berlin	53.83333	9.43333				10	00	01061	01061015
2859349	Oberreifferscheid	oberreifferscheid	DE		0	Europe/Berlin	50.46626	6.45242				07	053	05366	05366020
2859351	Oberreifenberg	oberreifenberg	DE		0	Europe/Berlin	50.24341	8.43488				05	064	06434	06434009
2859363	Oberreichenau	oberreichenau	DE		0	Europe/Berlin	50.57641	11.98998		Oberreichenau		13	00	14523	14523310
2859364	Oberregenbach	oberregenbach	DE		0	Europe/Berlin	49.26458	9.83761				01	081	08127	08127047
2859366	Oberredwitz	oberredwitz	DE		0	Europe/Berlin	50.00312	12.07466				02	094	09479	09479136
2859368	Oberrautenbach	oberrautenbach	DE		0	Europe/Berlin	51.12307	7.26357				07	053	05378	05378032
2859369	Ober Rauschenthal	ober-rauschenthal	DE		0	Europe/Berlin	51.06667	13.01667				13	00	14522	14522570
2859370	Oberrauhen	oberrauhen	DE		0	Europe/Berlin	47.93238	9.6591				01	084	08436	08436008
2859371	Oberratting	oberratting	DE		0	Europe/Berlin	47.97652	12.30956				02	091	09187	09187113
2859372	Oberrathen	oberrathen	DE		0	Europe/Berlin	50.95659	14.07683				13	00	14628	14628310
2859375	Oberrarbach	oberrarbach	DE		0	Europe/Berlin	51.22856	8.32377		Oberrarbach		07	059	05958	05958040
2859376	Oberrappendorf	oberrappendorf	DE		0	Europe/Berlin	49.28724	12.87048				02	093	09372	09372126
2859377	Oberranschütz	oberranschuetz	DE		0	Europe/Berlin	51.10915	13.15979				13	00	14522	14522080
2859378	Oberransbach	oberransbach	DE		0	Europe/Berlin	49.1885	10.28489				02	095	09571	09571145
2859379	Oberranning	oberranning	DE		0	Europe/Berlin	49.18194	12.42532				02	093	09372	09372167
2859381	Oberramstadt	oberramstadt	DE		0	Europe/Berlin	49.32966	10.4393				02	095	09571	09571174
2859382	Oberrammingen	oberrammingen	DE		0	Europe/Berlin	48.05807	10.58636				02	097	09778	09778209
2859383	Oberrammenau	oberrammenau	DE		0	Europe/Berlin	51.15977	14.11549				13	00	14625	14625510
2859384	Oberramersdorf	oberramersdorf	DE		0	Europe/Berlin	49.25025	10.65383				02	095	09571	09571175
2859385	Oberrain	oberrain	DE		0	Europe/Berlin	47.93558	12.05998				02	091	09187	09187179
2859387	Oberrahmede	oberrahmede	DE		0	Europe/Berlin	51.24817	7.6196		Oberrahmede		07	059	05962	05962032
2859392	Oberradach	oberradach	DE		0	Europe/Berlin	49.09181	10.27528		Oberradach		02	095	09571	09571136
2859393	Oberquembach	oberquembach	DE		0	Europe/Berlin	50.46685	8.47921				05	065	06532	06532018
2859394	Oberputting	oberputting	DE		0	Europe/Berlin	47.83615	12.21817				02	091	09187	09187167
2859396	Oberpurbach	oberpurbach	DE		0	Europe/Berlin	50.12791	11.47039				02	094	09477	09477128
2859397	Oberprombach	oberprombach	DE		0	Europe/Berlin	49.15815	12.54598				02	093	09372	09372153
2859399	Oberpriel	oberpriel	DE		0	Europe/Berlin	48.55442	11.92346				02	091	09178	09178125
2859400	Oberprex	oberprex	DE		0	Europe/Berlin	50.3031	12.10247				02	094	09475	09475161
2859401	Oberpreuschwitz	oberpreuschwitz	DE		0	Europe/Berlin	49.94669	11.51788				02	094	09462	09462000
2859402	Oberpretz	oberpretz	DE		0	Europe/Berlin	48.70392	13.50343				02	092	09275	09275128
2859403	Oberpreilipp	oberpreilipp	DE		0	Europe/Berlin	50.69689	11.34501				15	00	16073	16073076
2859404	Oberprechtal	oberprechtal	DE		0	Europe/Berlin	48.21346	8.1407		Dorf		01	083	08316	08316010
2859405	Oberprechhausen	oberprechhausen	DE		0	Europe/Berlin	48.87517	12.98509				02	092	09271	09271122
2859406	Ober Prauske	ober-prauske	DE		0	Europe/Berlin	51.25494	14.66265		Hornje Brusy,Ober Prauske		13	00	14626	14626190
2859408	Oberpoyritz	oberpoyritz	DE		0	Europe/Berlin	51	13.9		Oberpoyritz		13	00	14612	14612000
2859410	Oberpörlitz	oberpoerlitz	DE		0	Europe/Berlin	50.70192	10.91375				15	00	16070	16070029
2859411	Oberpöringermoos	oberporingermoos	DE		0	Europe/Berlin	48.71165	12.81192				02	092	09271	09271139
2859414	Oberpöllnitz	oberpoellnitz	DE		0	Europe/Berlin	50.74484	11.88039				15	00	16075	16075116
2859415	Oberpolln	oberpolln	DE		0	Europe/Berlin	48.45462	11.97547				02	091	09178	09178143
2859416	Oberpöllitz	oberpollitz	DE		0	Europe/Berlin	50.09673	11.64324				02	094	09477	09477139
2859417	Oberpolling	oberpolling	DE		0	Europe/Berlin	48.70561	13.34746				02	092	09275	09275121
2859418	Obere Poisenhäuser	obere-poisenhaeuser	DE		0	Europe/Berlin	50.97129	13.6826		Obere Poisenhauser,Obere Poisenhäuser,Oberpoisenhauser,Oberpoisenhäuser		13	00	14628	14628050
2859420	Oberplörnbach	oberplornbach	DE		0	Europe/Berlin	48.47007	11.80344				02	091	09178	09178129
2859422	Oberpleis	oberpleis	DE		0	Europe/Berlin	50.70745	7.27389		Oberpleis		07	053	05382	05382024
2859424	Oberplaika	oberplaika	DE		0	Europe/Berlin	48.40015	13.01399				02	092	09277	09277149
2859425	Oberplag	oberplag	DE		0	Europe/Berlin	50.64356	7.41723		Oberplag		08	00	07138	07138003
2859427	Oberpirk	oberpirk	DE		0	Europe/Berlin	50.54997	12.0137				13	00	14523	14523365
2859429	Oberpindhart	oberpindhart	DE		0	Europe/Berlin	48.67042	11.70022				02	092	09273	09273113
2859430	Oberpilghausen	oberpilghausen	DE		0	Europe/Berlin	51.09837	7.25111				07	053	05378	05378032
2859431	Oberpiesing	oberpiesing	DE		0	Europe/Berlin	48.26386	12.81292				02	091	09171	09171123
2859433	Oberpierlhof	oberpierlhof	DE		0	Europe/Berlin	49.51718	12.29261				02	093	09376	09376173
2859434	Oberpiebing	oberpiebing	DE		0	Europe/Berlin	48.80152	12.58836				02	092	09278	09278182
2859435	Oberpickenhain	oberpickenhain	DE		0	Europe/Berlin	51.0106	12.67024				13	00	14729	14729150
2859437	Oberpfreimd	oberpfreimd	DE		0	Europe/Berlin	49.49717	12.20047				02	093	09376	09376153
2859438	Oberpfraundorf	oberpfraundorf	DE		0	Europe/Berlin	49.14635	11.8517				02	093	09375	09375118
2859440	Oberpferdt	oberpferdt	DE		0	Europe/Berlin	50.24246	11.86944		Oberpferdt		02	094	09475	09475142
2859442	Oberpfannenstiel	oberpfannenstiel	DE		0	Europe/Berlin	50.58728	12.74934		Bernsbach-Oberpfannenstiel,Oberpfannenstiel		13	00	14521	14521355
2859446	Oberpfaffenhofen	oberpfaffenhofen	DE		0	Europe/Berlin	48.07406	11.26365		OBF		02	091	09188	09188144
2859447	Ober Pfaffendorf	ober-pfaffendorf	DE		0	Europe/Berlin	51.11685	14.91631				13	00	14626	14626300
2859449	Oberperl	oberperl	DE		0	Europe/Berlin	49.4727	6.39318				09	00	10042	10042115
2859450	Oberpennading	oberpennading	DE		0	Europe/Berlin	49.45563	11.97913				02	093	09371	09371122
2859451	Oberpeiching	oberpeiching	DE		0	Europe/Berlin	48.66028	10.89945		Oberpeiching		02	097	09779	09779201
2859452	Oberzarnham	oberzarnham	DE		0	Europe/Berlin	48.13742	12.36614		Ober-Parzham,Oberzarnham		02	092	09275	09275124
2859453	Oberparkstetten	oberparkstetten	DE		0	Europe/Berlin	48.92118	12.59583				02	092	09278	09278170
2859456	Oberöwisheim	oberowisheim	DE		0	Europe/Berlin	49.14748	8.69092		Oberowisheim,Oberöwisheim		01	082	08215	08215097
2859457	Oberötzdorf	oberotzdorf	DE		0	Europe/Berlin	48.58331	13.7063				02	092	09275	09275153
2859462	Oberottendorf	oberottendorf	DE		0	Europe/Berlin	51.06794	14.20738				13	00	14628	14628260
2859463	Oberoestheim	oberoestheim	DE		0	Europe/Berlin	49.283	10.2063		Oberoestheim,Oberostheim,Oberöstheim		02	095	09571	09571134
2859464	Ober-Ostern	ober-ostern	DE		0	Europe/Berlin	49.67003	8.84642				05	064	06437	06437013
2859466	Oberossenbach	oberossenbach	DE		0	Europe/Berlin	51.05394	7.23142				07	053	05378	05378012
2859467	Oberoschitz	oberoschitz	DE		0	Europe/Berlin	50.55197	11.81049				15	00	16075	16075098
2859468	Oberort	oberort	DE		0	Europe/Berlin	51.93333	7.53333				07	055	05515	05515000
2859469	Oberort	oberort	DE		0	Europe/Berlin	48.09566	8.22143				01	083	08326	08326054
2859470	Oberorschel	oberorschel	DE		0	Europe/Berlin	51.35717	10.40606				15	00	16061	16061074
2859471	Oberornau	oberornau	DE		0	Europe/Berlin	48.21549	12.24412				02	091	09183	09183135
2859472	Oberorke	oberorke	DE		0	Europe/Berlin	51.13593	8.84629		Oberorke		05	066	06635	06635019
2859474	Ober Oppach	ober-oppach	DE		0	Europe/Berlin	51.06667	14.5				13	00	14626	14626410
2859475	Oberopfingen	oberopfingen	DE		0	Europe/Berlin	48.04647	10.12253				01	084	08426	08426066
2859476	Oberönsbach	oberonsbach	DE		0	Europe/Berlin	48.6	8.05				01	083	08317	08317001
2859477	Ober Önkfeld	ober-oenkfeld	DE		0	Europe/Berlin	51.2238	7.3585				07	053	05374	05374036
2859478	Oberölschnitz	oberolschnitz	DE		0	Europe/Berlin	49.87966	11.64939				02	094	09472	09472133
2859479	Oberölsbach	oberolsbach	DE		0	Europe/Berlin	49.35711	11.42853				02	093	09373	09373113
2859483	Oberölfen	oberoelfen	DE		0	Europe/Berlin	50.7	7.61667				08	00	07132	07132047
2859484	Oberölbühl	oberolbuhl	DE		0	Europe/Berlin	49.97075	11.90693				02	093	09377	09377113
2859485	Oberohrn	oberohrn	DE		0	Europe/Berlin	49.17983	9.53045		Oberohrn		01	081	08126	08126069
2859486	Ober Ohmen	ober-ohmen	DE		0	Europe/Berlin	50.61508	9.11564				05	065	06535	06535013
2859487	Oberohe	oberohe	DE		0	Europe/Berlin	52.87037	10.22552				06	00	03351	03351010
2859489	Ober Ofleiden	ober-ofleiden	DE		0	Europe/Berlin	50.73414	8.98258				05	065	06535	06535009
2859491	Oberoffendorf	oberoffendorf	DE		0	Europe/Berlin	48.8595	11.6085				02	091	09176	09176147
2859492	Oberoesbern	oberoesbern	DE		0	Europe/Berlin	51.44281	7.84914				07	059	05962	05962040
2859493	Oberoderwitz	oberoderwitz	DE		0	Europe/Berlin	50.97538	14.6981				13	00	14626	14626390
2859496	Oberode	oberode	DE		0	Europe/Berlin	51.38598	9.7489		Oberode		06	00	03159	03159017
2859497	Oberöd	oberod	DE		0	Europe/Berlin	48.83441	13.2821				02	092	09272	09272128
2859498	Oberöd	oberod	DE		0	Europe/Berlin	48.58918	13.38327				02	092	09262	09262000
2859505	Ober Ochtenhausen	ober-ochtenhausen	DE		0	Europe/Berlin	53.39009	9.14268				06	00	03357	03357040
2859506	Oberochsenbach	oberochsenbach	DE		0	Europe/Berlin	47.89694	9.33751				01	084	08437	08437086
2859507	Oberobsang	oberobsang	DE		0	Europe/Berlin	49.95375	11.54465				02	094	09462	09462000
2859508	Oberöbling	oberobling	DE		0	Europe/Berlin	48.88989	12.64167				02	092	09263	09263000
2859509	Oberobland	oberobland	DE		0	Europe/Berlin	47.82882	10.94371				02	091	09190	09190140
2859510	Oberoberndorf	oberoberndorf	DE		0	Europe/Berlin	50.01248	10.99195				02	094	09471	09471214
2859514	Obernwöhren	obernwoehren	DE		0	Europe/Berlin	52.29672	9.24191				06	00	03257	03257035
2859515	Obernwohlde	obernwohlde	DE		0	Europe/Berlin	53.92472	10.57376				10	00	01055	01055040
2859516	Obernützenbrugg	obernutzenbrugg	DE		0	Europe/Berlin	47.63333	9.81667				02	097	09776	09776122
2859517	Obernüst	obernuest	DE		0	Europe/Berlin	50.61647	9.9361				05	066	06631	06631013
2859520	Oberntudorf	oberntudorf	DE		0	Europe/Berlin	51.64319	8.66523		Oberntudorf		07	057	05774	05774036
2859521	Oberntief	oberntief	DE		0	Europe/Berlin	49.53644	10.38466				02	095	09575	09575112
2859522	Obernstein	obernstein	DE		0	Europe/Berlin	48.68121	13.7639				02	092	09275	09275118
2859523	Obernsees	obernsees	DE		0	Europe/Berlin	49.91895	11.38396		Obernsees		02	094	09472	09472167
2859525	Obernschreez	obernschreez	DE		0	Europe/Berlin	49.88579	11.56634				02	094	09472	09472146
2859526	Obernried	obernried	DE		0	Europe/Berlin	49.31214	12.66655				02	093	09372	09372168
2859527	Obernricht	obernricht	DE		0	Europe/Berlin	49.13843	11.35351				02	093	09373	09373126
2859528	Ober Nordsehl	ober-nordsehl	DE		0	Europe/Berlin	52.33333	9.18333				06	00	03257	03257035
2859529	Obernordenberg	obernordenberg	DE		0	Europe/Berlin	49.41667	10.26667				02	095	09571	09571225
2859533	Obernjesa	obernjesa	DE		0	Europe/Berlin	51.4616	9.91648				06	00	03159	03159029
2859534	Obernitz	obernitz	DE		0	Europe/Berlin	50.6279	11.38274				15	00	16073	16073077
2859535	Obernissa	obernissa	DE		0	Europe/Berlin	50.95179	11.14849				15	00	16071	16071103
2859536	Obernierendorf	obernierendorf	DE		0	Europe/Berlin	50.58333	7.15				08	00	07131	07131090
2859539	Oberniedersteinach	oberniedersteinach	DE		0	Europe/Berlin	48.97657	12.61281				02	092	09278	09278116
2859540	Oberniederndorf	oberniederndorf	DE		0	Europe/Berlin	49.56308	10.79544				02	095	09575	09575121
2859541	Oberniebelsbach	oberniebelsbach	DE		0	Europe/Berlin	48.88333	8.56667				01	082	08236	08236070
2859548	Obernheide	obernheide	DE		0	Europe/Berlin	53.00381	8.7449				06	00	03251	03251037
2859550	Obernhausen	obernhausen	DE		0	Europe/Berlin	52.91987	9.76513				06	00	03358	03358008
2859551	Obernhausen	obernhausen	DE		0	Europe/Berlin	51.96442	8.953				07	057	05766	05766020
2859552	Obernhausen	obernhausen	DE		0	Europe/Berlin	50.47996	9.94374				05	066	06631	06631010
2859554	Obernhausen	obernhausen	DE		0	Europe/Berlin	48.86864	8.59478				01	082	08236	08236004
2859556	Obernhain	obernhain	DE		0	Europe/Berlin	50.27974	8.54354				05	064	06434	06434012
2859557	Obernhagen	obernhagen	DE		0	Europe/Berlin	51.05642	7.58258				07	053	05374	05374024
2859559	Oberngschaid	oberngschaid	DE		0	Europe/Berlin	48.68944	13.16695				02	092	09275	09275127
2859560	Oberngrub	oberngrub	DE		0	Europe/Berlin	49.85603	11.11559				02	094	09471	09471142
2859561	Obernfelde	obernfelde	DE		0	Europe/Berlin	52.29375	8.60268				07	057	05770	05770020
2859565	Oberneustetten	oberneustetten	DE		0	Europe/Berlin	48.95929	9.66014				01	081	08119	08119044
2859566	Oberneuses	oberneuses	DE		0	Europe/Berlin	49.86356	10.66691				02	094	09471	09471186
2859567	Oberneuschönberg	oberneuschoenberg	DE		0	Europe/Berlin	50.64954	13.38121				13	00	14521	14521460
2859569	Oberneureutherwald	oberneureutherwald	DE		0	Europe/Berlin	48.68139	13.7056				02	092	09275	09275148
2859570	Oberneureuth	oberneureuth	DE		0	Europe/Berlin	48.67861	13.68878				02	092	09275	09275148
2859571	Ober Neundorf	ober-neundorf	DE		0	Europe/Berlin	51.21834	15.00416				13	00	14626	14626110
2859572	Oberneundorf	oberneundorf	DE		0	Europe/Berlin	50.49632	12.08975				13	00	14523	14523320
2859573	Oberneumark	oberneumark	DE		0	Europe/Berlin	50.64469	12.36766		Neumark-Oberneumark,Oberneumark		13	00	14523	14523280
2859574	Oberneumais	oberneumais	DE		0	Europe/Berlin	48.9512	13.09012				02	092	09276	09276138
2859577	Oberneuland	oberneuland	DE		0	Europe/Berlin	53.09011	8.92879				03	00	04011	04011000
2859580	Oberneuhüttendorf	oberneuhuttendorf	DE		0	Europe/Berlin	50.48901	11.38385				02	094	09476	09476152
2859581	Oberneuhof	oberneuhof	DE		0	Europe/Berlin	47.84935	7.86097				01	083	08315	08315130
2859582	Oberneuhausen	oberneuhausen	DE		0	Europe/Berlin	48.62454	11.98272				02	092	09274	09274187
2859584	Oberneufnach	oberneufnach	DE		0	Europe/Berlin	48.1562	10.59053		Oberneufnach		02	097	09778	09778169
2859586	Oberneudorf	oberneudorf	DE		0	Europe/Berlin	49.50162	9.26462		Oberneudorf		01	082	08225	08225014
2859587	Oberneuching	oberneuching	DE		0	Europe/Berlin	48.24091	11.85519				02	091	09177	09177131
2859588	Oberneubrunn	oberneubrunn	DE		0	Europe/Berlin	50.52731	10.89339		Oberneubrunn		15	00	16069	16069042
2859589	Ober Nette	ober-nette	DE		0	Europe/Berlin	51.5481	7.39806				07	059	05913	05913000
2859590	Obernetphen	obernetphen	DE		0	Europe/Berlin	50.91269	8.11371				07	059	05970	05970032
2859591	Obernesselbach	obernesselbach	DE		0	Europe/Berlin	49.5815	10.48967				02	095	09575	09575153
2859592	Obernessa	obernessa	DE		0	Europe/Berlin	51.15	12.2				13	00	14729	14729100
2859595	Obernefsried	obernefsried	DE		0	Europe/Berlin	48.36174	10.68791				02	097	09772	09772167
2859596	Obernebling	obernebling	DE		0	Europe/Berlin	49.00927	12.73708				02	092	09278	09278129
2859676	Obernburg	obernburg	DE		0	Europe/Berlin	51.2327	8.90616		Obernburg		05	066	06635	06635019
2859677	Obernburg	obernburg	DE		0	Europe/Berlin	47.8918	12.15264				02	091	09187	09187163
2859679	Obernbibert	obernbibert	DE		0	Europe/Berlin	49.42473	10.55824				02	095	09571	09571194
2859681	Obernberg	obernberg	DE		0	Europe/Berlin	48.66846	13.04026				02	092	09271	09271128
2859682	Obernbeck	obernbeck	DE		6523	Europe/Berlin	52.20178	8.70404				07	057	05758	05758024
2859685	Ober-Nauses	ober-nauses	DE		0	Europe/Berlin	49.80786	8.94734				05	064	06432	06432017
2859686	Obernaundorf	obernaundorf	DE		0	Europe/Berlin	50.9727	13.66339				13	00	14628	14628300
2859695	Obernatzschung	obernatzschung	DE		0	Europe/Berlin	50.57893	13.28874				13	00	14521	14521390
2859696	Obernankau	obernankau	DE		0	Europe/Berlin	49.58701	12.30194				02	093	09374	09374162
2859697	Obernammering	obernammering	DE		0	Europe/Berlin	48.7	13.3				02	092	09275	09275121
2859698	Obernaglbach	obernaglbach	DE		0	Europe/Berlin	48.92036	13.17755				02	092	09276	09276126
2859700	Obernackern	obernackern	DE		0	Europe/Berlin	52.20493	8.64367				07	057	05758	05758020
2859702	Obernach	obernach	DE		0	Europe/Berlin	47.56646	11.29448				02	091	09173	09173131
2859704	Obermylau	obermylau	DE		0	Europe/Berlin	50.62239	12.27207				13	00	14523	14523340
2859705	Obermützkow	obermuetzkow	DE		0	Europe/Berlin	54.28076	12.93134				12	00	13073	13073060
2859706	Obermutschelbach	obermutschelbach	DE		0	Europe/Berlin	48.9336	8.53365				01	082	08215	08215096
2859707	Obermuschütz	obermuschuetz	DE		0	Europe/Berlin	51.2141	13.37641				13	00	14627	14627020
2859708	Obermusbach	obermusbach	DE		0	Europe/Berlin	48.53137	12.29517				02	092	09274	09274111
2859709	Obermusbach	obermusbach	DE		0	Europe/Berlin	48.50716	8.46811				01	082	08237	08237028
2859710	Obermurbach	obermurbach	DE		0	Europe/Berlin	47.66342	11.57498				02	091	09173	09173135
2859711	Obermurach	obermurach	DE		0	Europe/Berlin	49.45	12.38333				02	093	09376	09376148
2859712	Obermünkheim	obermunkheim	DE		0	Europe/Berlin	49.14564	9.72711				01	081	08127	08127086
2859713	Obermünchsdorf	obermunchsdorf	DE		0	Europe/Berlin	48.59032	12.66714				02	092	09279	09279134
2859714	Obermünchen	obermunchen	DE		0	Europe/Berlin	48.58472	11.94221				02	092	09274	09274165
2859715	Ober-Mumbach	ober-mumbach	DE		0	Europe/Berlin	49.57854	8.75616				05	064	06431	06431017
2859717	Obermühlthal	obermuhlthal	DE		0	Europe/Berlin	47.84364	11.58714				02	091	09173	09173118
2859718	Obermühlhausen	obermuhlhausen	DE		0	Europe/Berlin	47.98257	10.99653				02	091	09181	09181114
2859720	Obermühlegg	obermuhlegg	DE		0	Europe/Berlin	47.46463	10.24547				02	097	09780	09780116
2859721	Obermühle	obermuhle	DE		0	Europe/Berlin	47.9824	12.06084				02	091	09175	09175136
2859725	Obermühlbach	obermuhlbach	DE		0	Europe/Berlin	48.97185	12.79345				02	092	09278	09278154
2859727	Breddin Abbau	breddin-abbau	DE		0	Europe/Berlin	52.86107	12.21916				14			
2859728	Obermühl	obermuhl	DE		0	Europe/Berlin	49.16304	10.64242		Obermuhl,Obermühl		02	095	09571	09571189
2859729	Obermühl	obermuhl	DE		0	Europe/Berlin	47.75496	11.46844				02	091	09173	09173111
2859731	Obermotzing	obermotzing	DE		0	Europe/Berlin	48.93206	12.49739				02	092	09278	09278112
2859732	Ober-Mossau	ober-mossau	DE		0	Europe/Berlin	49.67475	8.92572				05	064	06437	06437012
2859734	Obermosbach	obermosbach	DE		0	Europe/Berlin	49.14758	10.45007				02	095	09571	09571132
2859735	Obermorschreuth	obermorschreuth	DE		0	Europe/Berlin	49.75379	11.26094		Ober-Morschreuth,Obermorschreuth		02	094	09474	09474129
2859736	Obermörsbach	obermoersbach	DE		0	Europe/Berlin	50.72398	7.77833				08	00	07143	07143265
2859737	Obermörmter	obermoermter	DE		0	Europe/Berlin	51.72897	6.40069				07	051	05170	05170052
2859738	Obermörmoosen	obermormoosen	DE		0	Europe/Berlin	48.18757	12.57971				02	091	09183	09183136
2859740	Obermooweiler	obermooweiler	DE		0	Europe/Berlin	47.65097	9.79371				01	084	08436	08436081
2859741	Obermoosham	obermoosham	DE		0	Europe/Berlin	48.20385	12.493				02	091	09183	09183136
2859742	Obermoosham	obermoosham	DE		0	Europe/Berlin	48.18333	12.15				02	091	09183	09183123
2859745	Obermoosbach	obermoosbach	DE		0	Europe/Berlin	47.95	10.25				02	097	09778	09778162
2859746	Ober-Moos	ober-moos	DE		0	Europe/Berlin	50.45658	9.36722				05	065	06535	06535004
2859752	Obermöllrich	obermoellrich	DE		0	Europe/Berlin	51.12812	9.31927				05	066	06634	06634005
2859753	Obermöllern	obermoellern	DE		0	Europe/Berlin	51.16276	11.67605				14	00	15084	15084282
2859754	Obermöllenbronn	obermollenbronn	DE		0	Europe/Berlin	47.92226	9.69844				01	084	08436	08436009
2859755	Obermolbitz	obermolbitz	DE		0	Europe/Berlin	51.01096	12.39778		Molbitz,Obermolbitz		15	00	16077	16077042
2859756	Obermohr	obermohr	DE		0	Europe/Berlin	49.45807	7.50654				08	00	07335	07335044
2859757	Obermögersheim	obermogersheim	DE		0	Europe/Berlin	49.05917	10.65787				02	095	09571	09571214
2859758	Ober-Modau	ober-modau	DE		0	Europe/Berlin	49.78905	8.73909				05	064	06432	06432016
2859759	Ober-Mockstadt	ober-mockstadt	DE		0	Europe/Berlin	50.34463	8.96252				05	064	06440	06440020
2859761	Obermittweide	obermittweide	DE		0	Europe/Berlin	50.51015	12.89641				13	00	14521	14521500
2859762	Obermitterdorf	obermitterdorf	DE		0	Europe/Berlin	48.98255	13.07618				02	092	09276	09276138
2859763	Obermittelried	obermittelried	DE		0	Europe/Berlin	47.98837	10.03249				01	084	08426	08426100
2859764	Oberminseln	oberminseln	DE		0	Europe/Berlin	47.60794	7.78446				01	083	08336	08336069
2859765	Oberminderdorf	oberminderdorf	DE		0	Europe/Berlin	47.67036	10.36775				02	097	09780	09780140
2859766	Obermimberg	obermimberg	DE		0	Europe/Berlin	49.35	11.26667				02	095	09574	09574157
2859768	Obermiethnach	obermiethnach	DE		0	Europe/Berlin	48.97425	12.52171				02	092	09278	09278141
2859770	Obermiebach	obermiebach	DE		0	Europe/Berlin	50.94388	7.42856				07	053	05382	05382036
2859771	Obermiebach	obermiebach	DE		0	Europe/Berlin	50.96324	7.3384				07	053	05378	05378024
2859776	Obermettingen	obermettingen	DE		0	Europe/Berlin	47.72262	8.36147				01	083	08337	08337128
2859777	Obermettenwald	obermettenwald	DE		0	Europe/Berlin	48.86197	12.91081				02	092	09271	09271132
2859778	Obermettenbach	obermettenbach	DE		0	Europe/Berlin	48.65765	11.68294				02	091	09186	09186122
2859780	Obermerzbach	obermerzbach	DE		0	Europe/Berlin	50.13161	10.84441				02	096	09674	09674210
2859781	Obermerz	obermerz	DE		0	Europe/Berlin	50.86667	6.25		Obermerz		07	053	05358	05358004
2859782	Obermenzing	obermenzing	DE		0	Europe/Berlin	48.16946	11.46998				02	091	09162	09162000
2859783	Obermennig	obermennig	DE		0	Europe/Berlin	49.68849	6.63876				08	00	07235	07235068
2859784	Ober Mengelbach	ober-mengelbach	DE		0	Europe/Berlin	49.58333	8.8				05	064	06431	06431021
2859785	Obermendig	obermendig	DE		0	Europe/Berlin	50.37368	7.25576				08	00	07137	07137069
2859787	Obermembach	obermembach	DE		0	Europe/Berlin	49.60576	10.88385				02	095	09572	09572133
2859788	Obermelsungen	obermelsungen	DE		0	Europe/Berlin	51.11885	9.53152				05	066	06634	06634014
2859789	Obermelsendorf	obermelsendorf	DE		0	Europe/Berlin	49.78286	10.65361				02	094	09471	09471220
2859793	Obermeißling	obermeissling	DE		0	Europe/Berlin	49.08333	12.26667				02	093	09375	09375119
2859794	Obermeiser	obermeiser	DE		0	Europe/Berlin	51.43995	9.30417				05	066	06633	06633005
2859795	Obermeilingen	obermeilingen	DE		0	Europe/Berlin	50.17764	7.90918				05	064	06439	06439005
2859798	Obermeiderich	obermeiderich	DE		0	Europe/Berlin	51.47149	6.79314				07	051	05112	05112000
2859799	Obermehnen	obermehnen	DE		0	Europe/Berlin	52.28865	8.57515		Obermehnen		07	057	05770	05770020
2859801	Obermehlen	obermehlen	DE		0	Europe/Berlin	50.22906	6.39046				08	00	07232	07232227
2859802	Obermedlingen	obermedlingen	DE		0	Europe/Berlin	48.56755	10.31852				02	097	09773	09773153
2859804	Obermeckenbeuren	obermeckenbeuren	DE		0	Europe/Berlin	47.69879	9.58209		Obermeckenbeuren		01	084	08435	08435035
2859805	Obermaxfeld	obermaxfeld	DE		0	Europe/Berlin	48.69253	11.21829				02	091	09185	09185163
2859806	Obermaurach	obermaurach	DE		0	Europe/Berlin	47.75	9.23333				01	084	08435	08435066
2859807	Obermauk	obermauk	DE		0	Europe/Berlin	49.16638	11.06521		Obermauk		02	095	09576	09576121
2859808	Obermauerbach	obermauerbach	DE		0	Europe/Berlin	48.4296	11.18558				02	097	09771	09771113
2859810	Obermaubach	obermaubach	DE		0	Europe/Berlin	50.71767	6.44158				07	053	05358	05358028
2859812	Obermässing	obermassing	DE		0	Europe/Berlin	49.11276	11.30948				02	095	09576	09576122
2859813	Obermassing	obermassing	DE		0	Europe/Berlin	48.9118	12.09355				02	093	09375	09375205
2859814	Obermaßholderbach	obermassholderbach	DE		0	Europe/Berlin	49.22872	9.51388				01	081	08126	08126066
2859816	Obermassener Heide	obermassener-heide	DE		0	Europe/Berlin	51.51667	7.63333				07	059	05978	05978016
2859817	Obermassen	obermassen	DE		0	Europe/Berlin	51.5305	7.64914				07	059	05978	05978036
2859818	Obermaschwitz	obermaschwitz	DE		0	Europe/Berlin	51.53542	12.02454				14	00	15088	15088195
2859819	Obermarxloh	obermarxloh	DE		0	Europe/Berlin	51.49811	6.78025				07	051	05112	05112000
2859820	Obermarxgrün	obermarxgruen	DE		0	Europe/Berlin	50.45047	12.1892				13	00	14523	14523420
2859821	Obermarschacht	obermarschacht	DE		0	Europe/Berlin	53.40921	10.3927				06	00	03353	03353023
2859823	Obermarsberg	obermarsberg	DE		0	Europe/Berlin	51.44994	8.85292		Obermarsberg		07	059	05958	05958024
2859824	Obermarpe	obermarpe	DE		0	Europe/Berlin	51.20009	8.12658		Obermarpe		07	059	05958	05958016
2859827	Obermarchenbach	obermarchenbach	DE		0	Europe/Berlin	48.48114	11.82048				02	091	09178	09178129
2859828	Obermarbach	obermarbach	DE		0	Europe/Berlin	48.42668	11.48102				02	091	09174	09174136
2859829	Obermanndorf	obermanndorf	DE		0	Europe/Berlin	50.03855	10.8323				02	094	09471	09471175
2859831	Obermalching	obermalching	DE		0	Europe/Berlin	48.21018	11.21232				02	091	09179	09179134
2859833	Obermainshof	obermainshof	DE		0	Europe/Berlin	49.51401	11.67023				02	093	09371	09371141
2859834	Obermainsbach	obermainsbach	DE		0	Europe/Berlin	49.20086	12.25121				02	093	09376	09376149
2859835	Obermainbach	obermainbach	DE		0	Europe/Berlin	49.30285	11.02349				02	095	09565	09565000
2859837	Obermagerbein	obermagerbein	DE		0	Europe/Berlin	48.74012	10.58249				02	097	09773	09773117
2859839	Oberlützingen	oberluetzingen	DE		0	Europe/Berlin	50.46667	7.28333				08	00	07131	07131202
2859840	Oberlütter	oberluetter	DE		0	Europe/Berlin	50.483	9.80794				05	066	06631	06631004
2859844	Oberluizen	oberluizen	DE		0	Europe/Berlin	47.9456	9.92763				01	084	08436	08436010
2859845	Oberluhe	oberluhe	DE		0	Europe/Berlin	52.06352	8.90965				07	057	05766	05766044
2859846	Oberlüghausen	oberlueghausen	DE		0	Europe/Berlin	50.90165	7.20154				07	053	05378	05378028
2859848	Oberludwigsdorf	oberludwigsdorf	DE		0	Europe/Berlin	51.18599	15.00067				13	00	14626	14626110
2859849	Ober Lüdersfeld	ober-luedersfeld	DE		0	Europe/Berlin	52.35634	9.24671				06	00	03257	03257021
2859850	Oberlückerath	oberlueckerath	DE		0	Europe/Berlin	50.82215	7.44219				07	053	05382	05382052
2859851	Oberlucken	oberlucken	DE		0	Europe/Berlin	48.58207	12.76416				02	092	09279	09279135
2859853	Oberlübbe	oberluebbe	DE		0	Europe/Berlin	52.28906	8.7343				07	057	05770	05770012
2859854	Oberlottenweiler	oberlottenweiler	DE		0	Europe/Berlin	47.7	9.48333				01	084	08435	08435016
2859855	Oberlöstern	oberloestern	DE		0	Europe/Berlin	49.57533	6.9262				09	00	10042	10042116
2859856	Oberlössnitz	oberloessnitz	DE		0	Europe/Berlin	51.10319	13.68097				13	00	14627	14627210
2859857	Oberlossbruch	oberlossbruch	DE		0	Europe/Berlin	51.98086	8.89094				07	057	05766	05766020
2859858	Oberlosa	oberlosa	DE		0	Europe/Berlin	50.46084	12.16075				13	00	14523	14523320
2859859	Oberlörick	oberloerick	DE		0	Europe/Berlin	51.24501	6.72489		Lorick,Lörick,Oberlorick,Oberlörick		07	051	05111	05111000
2859860	Oberloquitz	oberloquitz	DE		0	Europe/Berlin	50.56518	11.34867				15	00	16073	16073067
2859861	Oberlommatzsch	oberlommatzsch	DE		0	Europe/Berlin	51.23548	13.3762				13	00	14627	14627020
2859862	Oberlohrgrund	oberlohrgrund	DE		0	Europe/Berlin	50.05731	9.34594				02			
2859864	Oberlohen	oberlohen	DE		0	Europe/Berlin	47.99914	12.1368				02	091	09187	09187170
2859866	Oberlohberg	oberlohberg	DE		0	Europe/Berlin	51.57238	6.77424		Oberlohberg		07	051	05170	05170008
2859871	Oberlödla	oberloedla	DE		0	Europe/Berlin	50.9953	12.38795				15	00	16077	16077027
2859872	Oberlochmühle	oberlochmuehle	DE		0	Europe/Berlin	50.61893	13.42595				13	00	14521	14521140
2859873	Oberlistingen	oberlistingen	DE		0	Europe/Berlin	51.44497	9.23409				05	066	06633	06633004
2859876	Oberlinxweiler	oberlinxweiler	DE		0	Europe/Berlin	49.45473	7.15013		Oberlinxweiler		09	00	10046	10046117
2859878	Oberlindhof	oberlindhof	DE		0	Europe/Berlin	49.06667	12.2				02	093	09375	09375208
2859880	Oberlindhart	oberlindhart	DE		0	Europe/Berlin	48.75645	12.21438				02	092	09278	09278148
2859881	Oberlindelburg	oberlindelburg	DE		0	Europe/Berlin	49.33146	11.28713		Oberlindelburg		02	095	09574	09574157
2859882	Oberlindelbach	oberlindelbach	DE		0	Europe/Berlin	49.62122	11.19507				02	094	09474	09474140
2859883	Oberlindbergmühle	oberlindbergmuhle	DE		0	Europe/Berlin	49.04828	13.26239				02	092	09276	09276130
2859885	Oberlindach	oberlindach	DE		0	Europe/Berlin	49.63462	10.8199				02	095	09572	09572164
2859887	Oberlind	oberlind	DE		0	Europe/Berlin	50.34124	11.18151				15	00	16072	16072018
2859888	Oberlind	oberlind	DE		0	Europe/Berlin	49.99244	11.85428				02	094	09472	09472164
2859889	Oberlind	oberlind	DE		0	Europe/Berlin	49.60578	12.3176				02	093	09374	09374162
2859890	Oberlinach	oberlinach	DE		0	Europe/Berlin	48.03333	8.21667				01	083	08326	08326017
2859892	Oberlimberg	oberlimberg	DE		0	Europe/Berlin	49.34279	6.6761		Oberlimberg		09	00	10044	10044121
2859895	Oberliezheim	oberliezheim	DE		0	Europe/Berlin	48.69446	10.57394		Oberliezheim		02	097	09773	09773117
2859897	Oberliederbach	oberliederbach	DE		0	Europe/Berlin	50.11768	8.49117				05	064	06436	06436010
2859899	Ober Liebersbach	ober-liebersbach	DE		0	Europe/Berlin	49.60497	8.70798				05	064	06431	06431017
2859901	Oberlichtenwald	oberlichtenwald	DE		0	Europe/Berlin	49.05695	12.26306				02	093	09375	09375114
2859906	Oberliblar	oberliblar	DE		0	Europe/Berlin	50.8	6.83333				07	053	05362	05362020
2859907	Oberlibbach	oberlibbach	DE		0	Europe/Berlin	50.20802	8.19204				05	064	06439	06439007
2859909	Oberleupten	oberleupten	DE		0	Europe/Berlin	50.96172	12.48553				15	00	16077	16077036
2859910	Oberleupoldsberg	oberleupoldsberg	DE		0	Europe/Berlin	50.2778	11.57746				02	094	09475	09475169
2859911	Oberleuken	oberleuken	DE		0	Europe/Berlin	49.50616	6.46692		Oberleuken		09	00	10042	10042115
2859912	Oberlethe	oberlethe	DE		0	Europe/Berlin	53.06858	8.1676		Oberlethe		06	00	03458	03458013
2859913	Oberlenzkirch	oberlenzkirch	DE		0	Europe/Berlin	47.86667	8.2				01	083	08315	08315068
2859914	Oberlenningen	oberlenningen	DE		0	Europe/Berlin	48.54951	9.47172				01	081	08116	08116079
2859915	Oberlenkenreuth	oberlenkenreuth	DE		0	Europe/Berlin	49.80014	11.65149				02	093	09374	09374129
2859916	Oberlengsfeld	oberlengsfeld	DE		0	Europe/Berlin	50.82156	9.85682				05	066	06632	06632019
2859917	Oberlenghart	oberlenghart	DE		0	Europe/Berlin	48.54786	12.0408				02	092	09274	09274194
2859918	Oberlengenhardt	oberlengenhardt	DE		0	Europe/Berlin	48.78069	8.66979				01	082	08235	08235065
2859919	Oberlengenfeld	oberlengenfeld	DE		0	Europe/Berlin	48.91903	10.10742				01	081	08136	08136033
2859920	Oberlemp	oberlemp	DE		0	Europe/Berlin	50.64728	8.43962				05	065	06532	06532001
2859921	Oberlemnitz	oberlemnitz	DE		0	Europe/Berlin	50.48605	11.60617		Oberlemnitz,Olem		15	00	16075	16075062
2859922	Oberleiterbach	oberleiterbach	DE		0	Europe/Berlin	50.0325	10.97277				02	094	09471	09471214
2859923	Oberleitenbach	oberleitenbach	DE		0	Europe/Berlin	48.34363	12.7702				02	092	09277	09277153
2859924	Oberleiten	oberleiten	DE		0	Europe/Berlin	49.06063	12.95778				02	092	09276	09276122
2859925	Oberleiten	oberleiten	DE		0	Europe/Berlin	48.09703	12.64014				02	091	09171	09171122
2859926	Oberleiten	oberleiten	DE		0	Europe/Berlin	48.00598	12.44209				02	091	09189	09189133
2859927	Oberleiten	oberleiten	DE		0	Europe/Berlin	47.85251	11.92416				02	091	09187	09187122
2859928	Oberleiten	oberleiten	DE		0	Europe/Berlin	47.77706	12.19371				02	091	09187	09187172
2859929	Oberleiten	oberleiten	DE		0	Europe/Berlin	47.72681	11.87119				02	091	09182	09182131
2859931	Oberleinsiedl	oberleinsiedl	DE		0	Europe/Berlin	49.40438	11.79236				02	093	09371	09371154
2859932	Oberleinleiter	oberleinleiter	DE		0	Europe/Berlin	49.8828	11.12829				02	094	09471	09471142
2859933	Oberleinbach	oberleinbach	DE		0	Europe/Berlin	48.72891	13.57146				02	092	09272	09272151
2859934	Oberleinach	oberleinach	DE		0	Europe/Berlin	49.85915	9.81053				02	096	09679	09679200
2859936	Oberleimbachshof	oberleimbachshof	DE		0	Europe/Berlin	50.64462	9.72968				05	066	06631	06631015
2859937	Oberleierndorf	oberleierndorf	DE		0	Europe/Berlin	48.82902	12.07317				02	092	09273	09273141
2859939	Oberlehmannsgrund	oberlehmannsgrund	DE		0	Europe/Berlin	48.05408	8.13191				01	083	08326	08326020
2859940	Oberlehen	oberlehen	DE		0	Europe/Berlin	47.78733	8.04663				01	083	08337	08337013
2859944	Oberlauterbach	oberlauterbach	DE		0	Europe/Berlin	50.48983	12.32063				13	00	14523	14523120
2859945	Oberlauterbach	oberlauterbach	DE		0	Europe/Berlin	48.70379	11.94807				02	092	09274	09274172
2859946	Oberlauterbach	oberlauterbach	DE		0	Europe/Berlin	48.6216	11.66624				02	091	09186	09186162
2859947	Oberlauterbach	oberlauterbach	DE		0	Europe/Berlin	48.53728	11.32694				02	091	09185	09185113
2859948	Oberlauterbach	oberlauterbach	DE		0	Europe/Berlin	47.78377	11.28563		Oberlauterbach		02	091	09190	09190132
2859949	Oberlauter	oberlauter	DE		0	Europe/Berlin	50.3098	10.97835				02	094	09473	09473141
2859952	Oberlaus	oberlaus	DE		0	Europe/Berlin	47.94073	11.84309				02	091	09187	09187130
2859953	Oberlauringen	oberlauringen	DE		0	Europe/Berlin	50.21738	10.37908		Oberlauringen		02	096	09678	09678181
2859954	Oberlauken	oberlauken	DE		0	Europe/Berlin	50.33453	8.43202				05	064	06434	06434013
2859956	Oberlaufing	oberlaufing	DE		0	Europe/Berlin	48.06999	11.9848				02	091	09175	09175115
2859957	Oberlaudenberg	oberlaudenberg	DE		0	Europe/Berlin	51.06667	7.28333				07	053	05378	05378012
2859958	Ober-Laudenbach	ober-laudenbach	DE		0	Europe/Berlin	49.61504	8.67415		Ober-Laudenbach		01	082	08226	08226040
2859959	Oberlauda	oberlauda	DE		0	Europe/Berlin	49.56963	9.67644		Oberlauda		01	081	08128	08128139
2859960	Oberlauchringen	oberlauchringen	DE		0	Europe/Berlin	47.62238	8.32547				01	083	08337	08337065
2859963	Oberlar	oberlar	DE		0	Europe/Berlin	50.81341	7.1368		Oberlar		07	053	05382	05382068
2859964	Oberlappach	oberlappach	DE		0	Europe/Berlin	48.24017	11.23159				02	091	09179	09179134
2860211	Oberholz	oberholz	DE		0	Europe/Berlin	47.61667	9.75				02			
2859965	Oberlankersberg	oberlankersberg	DE		0	Europe/Berlin	48.27289	12.95973		Lankersberg,Oberlankersberg		02	092	09277	09277128
2859968	Oberlangnau	oberlangnau	DE		0	Europe/Berlin	47.63333	9.65				01	084	08435	08435057
2859969	Oberlangheim	oberlangheim	DE		0	Europe/Berlin	50.09623	11.09362				02	094	09478	09478139
2859971	Oberlangfurth	oberlangfurth	DE		0	Europe/Berlin	48.83333	13.2				02	092	09272	09272145
2859972	Oberlanger Tenge	oberlanger-tenge	DE		0	Europe/Berlin	52.84015	7.21636				06	00	03454	03454040
2859974	Oberlangenstadt	oberlangenstadt	DE		0	Europe/Berlin	50.18915	11.25871		Oberlangenstadt		02	094	09476	09476146
2859975	Oberlangensee	oberlangensee	DE		0	Europe/Berlin	47.64387	9.70833		Oberlangensee		01	084	08435	08435042
2859977	Oberlangenroth	oberlangenroth	DE		0	Europe/Berlin	50.10445	11.54714				02	094	09477	09477143
2859979	Oberlangenordnach	oberlangenordnach	DE		0	Europe/Berlin	47.96489	8.18776				01	083	08315	08315113
2859980	Oberlangenelz	oberlangenelz	DE		0	Europe/Berlin	49.51667	9.2				01	082	08225	08225060
2859984	Oberlangau	oberlangau	DE		0	Europe/Berlin	49.53908	12.50029				02	093	09376	09376151
2859985	Oberlandscheid	oberlandscheid	DE		0	Europe/Berlin	51.07399	7.12273				07	053	05378	05378008
2859986	Oberlandholz	oberlandholz	DE		0	Europe/Berlin	47.83257	10.14668				02	097	09778	09778165
2859987	Oberlandenbeck	oberlandenbeck	DE		0	Europe/Berlin	51.2004	8.18183		Oberlandenbeck		07	059	05958	05958016
2859989	Oberlaitsch	oberlaitsch	DE		0	Europe/Berlin	50.04195	11.56635				02	094	09477	09477119
2859990	Ober Lais	ober-lais	DE		0	Europe/Berlin	50.4174	9.09874				05	064	06440	06440016
2859991	Oberlaindern	oberlaindern	DE		0	Europe/Berlin	47.87554	11.74001				02	091	09182	09182133
2859992	Oberlaimbach	oberlaimbach	DE		0	Europe/Berlin	48.58064	12.97945				02	092	09277	09277142
2859993	Oberlaimbach	oberlaimbach	DE		0	Europe/Berlin	49.64288	10.4689				02	095	09575	09575161
2859994	Oberlaichling	oberlaichling	DE		0	Europe/Berlin	48.86153	12.16194				02	093	09375	09375196
2859998	Oberlahnstein	oberlahnstein	DE		0	Europe/Berlin	50.29705	7.61543		Oberlahnstein		08	00	07141	07141075
2860000	Oberkutterau	oberkutterau	DE		0	Europe/Berlin	47.73866	8.14376				01	083	08337	08337027
2860002	Oberküps	oberkups	DE		0	Europe/Berlin	50.04237	11.04332				02	094	09478	09478120
2860003	Oberkunzenbach	oberkunzenbach	DE		0	Europe/Berlin	49.53333	8.71667				01			
2860005	Oberkümpel	oberkuempel	DE		0	Europe/Berlin	50.75	7.28333				07	053	05382	05382020
2860006	Oberkümmering	oberkummering	DE		0	Europe/Berlin	48.65582	13.5783				02	092	09275	09275126
2860007	Oberkülheim	oberkuelheim	DE		0	Europe/Berlin	50.97714	7.23731				07	053	05378	05378004
2860009	Oberkrumbach	oberkrumbach	DE		0	Europe/Berlin	49.54504	11.39849				02	095	09574	09574135
2860010	Oberkrüchten	oberkruechten	DE		0	Europe/Berlin	51.19273	6.20114				07	051	05166	05166020
2860011	Oberkrossen	oberkrossen	DE		0	Europe/Berlin	50.73682	11.46716				15	00	16073	16073109
2860013	Ober Krombach	ober-krombach	DE		0	Europe/Berlin	50.77188	7.78273				08	00	07132	07132011
2860014	Oberkriegstedt	oberkriegstedt	DE		0	Europe/Berlin	51.36701	11.87234				14	00	15088	15088025
2860015	Oberkreuzberg	oberkreuzberg	DE		0	Europe/Berlin	48.89378	13.34461				02	092	09272	09272149
2860016	Oberkreut	oberkreut	DE		0	Europe/Berlin	48.60934	11.43453				02	091	09186	09186144
2860017	Oberkreith	oberkreith	DE		0	Europe/Berlin	49.2223	12.51085				02	093	09372	09372153
2860020	Oberkrälingen	oberkraelingen	DE		0	Europe/Berlin	50.52259	6.93831				08	00	07131	07131011
2860024	Ober Kotitz	ober-kotitz	DE		0	Europe/Berlin	51.18529	14.61851		Hornje Kotecy,Ober Kotitz		13	00	14625	14625610
2860026	Oberköst	oberkost	DE		0	Europe/Berlin	49.78318	10.75247				02	094	09471	09471120
2860027	Oberkossa	oberkossa	DE		0	Europe/Berlin	50.96338	12.26231		Oberkossa		15	00	16077	16077044
2860028	Oberkoskau	oberkoskau	DE		0	Europe/Berlin	50.49075	11.91863		Oberkoskau		15	00	16075	16075132
2860034	Oberkonnersreuth	oberkonnersreuth	DE		0	Europe/Berlin	49.92495	11.59912				02	094	09462	09462000
2860035	Oberkönigshofen	oberkonigshofen	DE		0	Europe/Berlin	49.13666	10.52306		Oberkonigshofen,Oberkönigshofen		02	095	09571	09571115
2860036	Oberkonhof	oberkonhof	DE		0	Europe/Berlin	49.42173	12.3301				02	093	09376	09376112
2860037	Oberköln	oberkoln	DE		0	Europe/Berlin	47.63333	12.18333				02	091	09187	09187148
2860038	Oberkollwangen	oberkollwangen	DE		0	Europe/Berlin	48.67755	8.6182				01	082	08235	08235050
2860039	Oberköllnbach	oberkollnbach	DE		0	Europe/Berlin	48.67597	12.31246				02	092	09274	09274174
2860040	Oberkollenbach	oberkollenbach	DE		0	Europe/Berlin	51.01196	7.25427				07	053	05378	05378012
2860041	Oberkollbach	oberkollbach	DE		0	Europe/Berlin	48.74664	8.684				01	082	08235	08235055
2860042	Oberkolbenhof	oberkolbenhof	DE		0	Europe/Berlin	48.83872	10.01322				01	081	08136	08136021
2860044	Oberkögt	oberkoegt	DE		0	Europe/Berlin	53.74148	9.21754				06	00	03352	03352044
2860045	Oberkogl	oberkogl	DE		0	Europe/Berlin	48.63048	13.39777				02	092	09275	09275151
2860047	Oberköditz	oberkoeditz	DE		0	Europe/Berlin	50.6704	11.12528				15	00	16073	16073112
2860048	Oberkodach	oberkodach	DE		0	Europe/Berlin	50.08763	11.43787				02	094	09477	09477128
2860050	Oberköblitz	oberkoblitz	DE		0	Europe/Berlin	49.54701	12.15384				02	093	09376	09376150
2860051	Oberknöringen	oberknoringen	DE		0	Europe/Berlin	48.43253	10.38334		Oberknoringen,Oberknöringen		02	097	09774	09774121
2860052	Oberklütz	oberkluetz	DE		0	Europe/Berlin	53.95	11.18333				12	00	13074	13074039
2860053	Ober Klüppelberg	ober-klueppelberg	DE		0	Europe/Berlin	51.11667	7.48333				07	053	05374	05374052
2860054	Oberklöham	oberkloham	DE		0	Europe/Berlin	48.51057	12.36188				02	092	09274	09274145
2860056	Oberklobikau	oberklobikau	DE		0	Europe/Berlin	51.34939	11.8325				14	00	15088	15088025
2860057	Oberklingensporn	oberklingensporn	DE		0	Europe/Berlin	50.34428	11.70098				02	094	09475	09475156
2860058	Oberklingenbach	oberklingenbach	DE		0	Europe/Berlin	48.61317	12.83946				02	092	09279	09279113
2860059	Ober-Klingen	ober-klingen	DE		0	Europe/Berlin	49.80938	8.89081				05	064	06432	06432017
2860060	Oberklingen	oberklingen	DE		0	Europe/Berlin	49.0111	10.44058				02	095	09571	09571218
2860061	Oberkleveez	oberkleveez	DE		0	Europe/Berlin	54.15055	10.50159				10	00	01057	01057009
2860062	Ober Klenkendorf	ober-klenkendorf	DE		0	Europe/Berlin	53.41509	9.08858				06	00	03357	03357016
2860063	Oberkleinich	oberkleinich	DE		0	Europe/Berlin	49.88775	7.20741				08	00	07231	07231070
2860064	Ober Kleingumpen	ober-kleingumpen	DE		0	Europe/Berlin	49.70039	8.81744				05	064	06437	06437013
2860065	Oberkleen	oberkleen	DE		0	Europe/Berlin	50.461	8.58805				05	065	06531	06531009
2860067	Oberklausen	oberklausen	DE		0	Europe/Berlin	49.5646	11.57527		Oberklausen		02	093	09371	09371128
2860070	Oberkirneck	oberkirneck	DE		0	Europe/Berlin	48.78388	9.69505				01	081	08136	08136042
2860071	Oberkirnach	oberkirnach	DE		0	Europe/Berlin	48.09218	8.3138		Oberkirnach		01	083	08326	08326052
2860074	Oberkirchen	oberkirchen	DE		0	Europe/Berlin	51.15889	8.3735		Oberkirchen		07	059	05958	05958040
2860075	Oberkirchen	oberkirchen	DE		0	Europe/Berlin	49.52465	7.25887				09	00	10046	10046111
2860076	Oberkirchberg	oberkirchberg	DE		0	Europe/Berlin	48.5528	12.3701				02	092	09274	09274145
2860077	Oberkirchberg	oberkirchberg	DE		0	Europe/Berlin	48.32407	10.01833				01	084	08425	08425137
2860082	Ober-Kinzig	ober-kinzig	DE		0	Europe/Berlin	49.76607	8.94748				05	064	06437	06437001
2860083	Oberkienberg	oberkienberg	DE		0	Europe/Berlin	48.43727	11.56282				02	091	09178	09178113
2860084	Ober Kettendorf	ober-kettendorf	DE		0	Europe/Berlin	48.45232	12.7117				02	092	09277	09277119
2860085	Oberkestert	oberkestert	DE		0	Europe/Berlin	50.18273	7.66222				08	00	07141	07141072
2860086	Oberkesselberg	oberkesselberg	DE		0	Europe/Berlin	49.01073	11.17873				02	091	09176	09176164
2860087	Oberkessach	oberkessach	DE		0	Europe/Berlin	49.36653	9.4867		Oberkessach		01	081	08126	08126072
2860088	Oberkenading	oberkenading	DE		0	Europe/Berlin	48.54102	12.61543				02	092	09279	09279134
2860090	Oberkemmerich	oberkemmerich	DE		0	Europe/Berlin	51.07613	7.41944		Oberkemmerich		07	053	05374	05374052
2860093	Oberkaufungen	oberkaufungen	DE		0	Europe/Berlin	51.28286	9.63406				05	066	06633	06633015
2860094	Oberkatzwinkel	oberkatzwinkel	DE		0	Europe/Berlin	50.81667	7.81667				08	00	07132	07132080
2860095	Oberkatzensteig	oberkatzensteig	DE		0	Europe/Berlin	48.09615	8.17532				01	083	08326	08326017
2860096	Oberkatzendorf	oberkatzendorf	DE		0	Europe/Berlin	48.65585	13.49183				02	092	09275	09275119
2860097	Oberkatzbach	oberkatzbach	DE		0	Europe/Berlin	49.44734	12.29208				02	093	09376	09376133
2860101	Oberkastenholz	oberkastenholz	DE		0	Europe/Berlin	50.61667	6.83333				07	053	05366	05366016
2860103	Oberkassel	oberkassel	DE		0	Europe/Berlin	51.23011	6.74698		Djussel'dorf-Oberkassel',Duesseldorf-Oberkassel,Düsseldorf-Oberkassel,Дюссельдорф-Оберкассель		07	051	05111	05111000
2860104	Oberkassel	oberkassel	DE		0	Europe/Berlin	50.71379	7.16638		Oberkassel		07	053	05314	05314000
2860105	Oberkashof	oberkashof	DE		0	Europe/Berlin	48.85082	13.53571				02	092	09272	09272127
2860106	Oberkäsbach	oberkaesbach	DE		0	Europe/Berlin	51.02067	7.17341				07	053	05378	05378020
2860107	Ober Karthausen	ober-karthausen	DE		0	Europe/Berlin	51.21301	7.51448				07	059	05962	05962012
2860109	Oberkandelbach	oberkandelbach	DE		0	Europe/Berlin	48.85789	12.95407				02	092	09271	09271119
2860110	Ober Kamps	ober-kamps	DE		0	Europe/Berlin	52.9192	11.80746				14	00	15090	15090520
2860111	Oberkammlach	oberkammlach	DE		0	Europe/Berlin	48.04738	10.42062				02	097	09778	09778180
2860113	Oberkaltenhof	oberkaltenhof	DE		0	Europe/Berlin	49.23917	13.02873				02	093	09372	09372144
2860114	Oberkaltbrunn	oberkaltbrunn	DE		0	Europe/Berlin	47.82537	12.07942				02	091	09163	09163000
2860116	Oberkalbach	oberkalbach	DE		0	Europe/Berlin	50.40485	9.67492				05	066	06631	06631016
2860117	Oberkaka	oberkaka	DE		0	Europe/Berlin	51.08666	11.96609				14	00	15084	15084013
2860119	Ober-Kainsbach	ober-kainsbach	DE		0	Europe/Berlin	49.72452	8.90186				05	064	06437	06437013
2860120	Oberkaining	oberkaining	DE		0	Europe/Berlin	48.63846	13.41723				02	092	09275	09275151
2860121	Oberkaina	oberkaina	DE		0	Europe/Berlin	51.15677	14.43102		Hornja Kina,Oberkaina		13	00	14625	14625020
2860123	Oberkaging	oberkaging	DE		0	Europe/Berlin	48.15366	12.0084				02	091	09175	09175123
2860125	Oberjünne	oberjuenne	DE		0	Europe/Berlin	52.27991	12.63977				11	00	12069	12069470
2860126	Oberjulbach	oberjulbach	DE		0	Europe/Berlin	48.25434	12.94249				02	092	09277	09277127
2860128	Oberjößnitz	oberjoessnitz	DE		0	Europe/Berlin	50.53563	12.11396				13	00	14523	14523320
2860129	Oberjossa	oberjossa	DE		0	Europe/Berlin	50.77541	9.54712				05	066	06632	06632004
2860131	Oberjosbach	oberjosbach	DE		0	Europe/Berlin	50.17135	8.33592				05	064	06439	06439011
2860132	Oberjöllenbeck	oberjoellenbeck	DE		0	Europe/Berlin	52.1	8.5				07	057	05711	05711000
2860133	Oberjoch	oberjoch	DE		0	Europe/Berlin	47.51468	10.40817		Oberjoch		02	097	09780	09780123
2860134	Oberjettingen	oberjettingen	DE		3571	Europe/Berlin	48.57468	8.77636	583			01	081	08115	08115053
2860135	Oberjettenberg	oberjettenberg	DE		0	Europe/Berlin	47.67204	12.7931				02	091	09172	09172131
2860136	Oberjesingen	oberjesingen	DE		0	Europe/Berlin	48.62304	8.83215	535			01	081	08115	08115021
2860137	Oberjeckenbach	oberjeckenbach	DE		0	Europe/Berlin	49.66158	7.47363				08	00	07336	07336100
2860139	Oberissigheim	oberissigheim	DE		0	Europe/Berlin	50.19526	8.95205		Oberissigheim		05	064	06435	06435006
2860140	Oberisling	oberisling	DE		0	Europe/Berlin	48.98316	12.10756				02	093	09362	09362000
2860144	Oberinzlingen	oberinzlingen	DE		0	Europe/Berlin	47.58938	7.69974				01	083	08336	08336043
2860145	Oberingelbach	oberingelbach	DE		0	Europe/Berlin	50.68081	7.71031				08	00	07132	07132057
2860146	Oberindling	oberindling	DE		0	Europe/Berlin	48.40978	13.34633				02	092	09275	09275141
2860147	Oberilm	oberilm	DE		0	Europe/Berlin	50.7693	11.06763				15	00	16070	16070048
2860148	Oberigling	oberigling	DE		0	Europe/Berlin	48.07257	10.80777				02	091	09181	09181127
2860149	Oberiglbach	oberiglbach	DE		0	Europe/Berlin	48.56916	13.16806				02	092	09275	09275138
2860150	Oberiflingen	oberiflingen	DE		0	Europe/Berlin	48.42045	8.5554				01	082	08237	08237061
2860152	Oberibental	oberibental	DE		0	Europe/Berlin	48.00826	8.05408				01	083	08315	08315095
2860153	Oberibach	oberibach	DE		0	Europe/Berlin	47.74359	8.06714				01	083	08337	08337059
2860155	Oberhütte	oberhuette	DE		0	Europe/Berlin	51.76064	10.20861				06	00	03159	03159002
2860156	Oberhütte	oberhuette	DE		0	Europe/Berlin	51.55033	11.54761				14	00	15087	15087130
2860157	Oberhütte	oberhuette	DE		0	Europe/Berlin	50.56086	11.43597				15	00	16073	16073106
2860159	Ober Hürholz	ober-huerholz	DE		0	Europe/Berlin	51.00258	7.31828				07	053	05374	05374020
2860161	Oberhundem	oberhundem	DE		0	Europe/Berlin	51.08651	8.17542				07	059	05966	05966016
2860162	Oberhümmerich	oberhuemmerich	DE		0	Europe/Berlin	50.56856	7.49584				08	00	07138	07138030
2860163	Oberhummel	oberhummel	DE		0	Europe/Berlin	48.42585	11.87132				02	091	09178	09178138
2860164	Ober Hülshagen	ober-huelshagen	DE		0	Europe/Berlin	52.36667	9.21667				06	00	03257	03257019
2860166	Oberhülsa	oberhuelsa	DE		0	Europe/Berlin	50.93333	9.45				05	066	06634	06634011
2860167	Oberhüll	oberhuell	DE		0	Europe/Berlin	53.70701	9.28974				06	00	03359	03359013
2860169	Oberhuben	oberhuben	DE		0	Europe/Berlin	47.88333	12.31667				02	091	09187	09187168
2860170	Oberhub	oberhub	DE		0	Europe/Berlin	49.90906	7.72112				08	00	07133	07133099
2860171	Oberhub	oberhub	DE		0	Europe/Berlin	49.14442	12.07164				02	093	09375	09375190
2860172	Oberhub	oberhub	DE		0	Europe/Berlin	47.79515	10.19721				02	097	09780	09780112
2860175	Oberhövels	oberhoevels	DE		0	Europe/Berlin	50.79772	7.77996				08	00	07132	07132054
2860179	Oberhornstolz	oberhornstolz	DE		0	Europe/Berlin	47.99581	9.86237				01	084	08426	08426038
2860180	Oberhörne	oberhoerne	DE		0	Europe/Berlin	53.24764	8.3409				06	00	03461	03461004
2860181	Oberhornbach	oberhornbach	DE		0	Europe/Berlin	48.68333	11.75				02	092	09273	09273113
2860182	Oberhörlkofen	oberhorlkofen	DE		0	Europe/Berlin	48.23333	11.93333				02	091	09177	09177144
2860183	Oberhörlen	oberhoerlen	DE		0	Europe/Berlin	50.83459	8.42058				05	065	06534	06534019
2860184	Oberhörlbach	oberhorlbach	DE		0	Europe/Berlin	48.78322	11.88625				02	092	09273	09273111
2860185	Ober Hörgern	ober-hoergern	DE		0	Europe/Berlin	50.46494	8.75027				05	064	06440	06440015
2860186	Oberhorgen	oberhorgen	DE		0	Europe/Berlin	47.75867	9.90632				01	084	08436	08436052
2860189	Oberhoppen	oberhoppen	DE		0	Europe/Berlin	50.60523	7.38625				08	00	07138	07138044
2860190	Oberhone	oberhone	DE		0	Europe/Berlin	51.18948	10.00834		Oberhone		05	066	06636	06636003
2860193	Oberhomberg	oberhomberg	DE		0	Europe/Berlin	47.81214	9.41634				01	084	08435	08435067
2860194	Oberhombach	oberhombach	DE		0	Europe/Berlin	50.99258	7.17927				07	053	05378	05378004
2860196	Oberholzweiler	oberholzweiler	DE		0	Europe/Berlin	50.56667	7.05				08	00	07131	07131090
2860198	Oberholzklau	oberholzklau	DE		0	Europe/Berlin	50.92532	7.93407		Oberholzklau		07	059	05970	05970016
2860199	Oberholzheim	oberholzheim	DE		0	Europe/Berlin	48.2608	9.92443				01	084	08426	08426001
2860200	Oberholzhausen	oberholzhausen	DE		0	Europe/Berlin	48.58263	12.473				02	092	09279	09279112
2860201	Oberholzhausen	oberholzhausen	DE		0	Europe/Berlin	51.01511	8.88978				05	066	06635	06635013
2860202	Oberholzhausen	oberholzhausen	DE		0	Europe/Berlin	48.24213	12.62419		Oberholzhausen		02	091	09171	09171111
2860204	Oberholzham	oberholzham	DE		0	Europe/Berlin	47.92526	11.93699				02	091	09187	09187122
2860205	Oberholzgünz	oberholzgunz	DE		0	Europe/Berlin	48.02329	10.25908				02	097	09778	09778151
2860206	Oberholzen	oberholzen	DE		0	Europe/Berlin	50.95632	7.57404				07	053	05374	05374048
2860207	Oberholzen	oberholzen	DE		0	Europe/Berlin	48.83596	12.45481				02	092	09278	09278123
2860209	Oberholz	oberholz	DE		0	Europe/Berlin	51.26021	12.50765				13	00	14729	14729190
2860210	Oberholz	oberholz	DE		0	Europe/Berlin	47.90081	9.49755				01	084	08436	08436024
2860233	Oberholthausen	oberholthausen	DE		0	Europe/Berlin	51.38333	7.21667				07	059	05954	05954016
2860236	Oberholsten	oberholsten	DE		0	Europe/Berlin	52.26158	8.32142				06	00	03459	03459024
2860238	Oberholpe	oberholpe	DE		0	Europe/Berlin	50.84566	7.67167		Oberholpe		07	053	05374	05374028
2860239	Oberhöllsteig	oberhollsteig	DE		0	Europe/Berlin	47.91312	8.10156				01	083	08315	08315052
2860241	Oberhollerau	oberhollerau	DE		0	Europe/Berlin	48.67707	12.45852				02	092	09279	09279128
2860243	Oberholl	oberholl	DE		0	Europe/Berlin	51.08772	7.46524		Oberholl		07	053	05374	05374052
2860244	Oberhöll	oberholl	DE		0	Europe/Berlin	50.33514	12.00008				02	094	09475	09475127
2860246	Oberhohndorf	oberhohndorf	DE		0	Europe/Berlin	50.69788	12.51189				13	00	14524	14524330
2860248	Oberhöhenstetten	oberhohenstetten	DE		0	Europe/Berlin	48.71594	13.56091				02	092	09272	09272151
2860250	Oberhohenried	oberhohenried	DE		0	Europe/Berlin	50.05886	10.5241				02	096	09674	09674147
2860253	Oberhögl	oberhogl	DE		0	Europe/Berlin	47.8	12.9				02	091	09172	09172112
2860254	Oberhöger	oberhoger	DE		0	Europe/Berlin	47.77343	11.7973				02	091	09182	09182125
2860255	Oberhöft	oberhoft	DE		0	Europe/Berlin	48.46376	12.70955				02	092	09277	09277119
2860256	Oberhofkirchen	oberhofkirchen	DE		0	Europe/Berlin	48.30654	12.07332				02	091	09177	09177139
2860259	Oberhöfen	oberhoefen	DE		0	Europe/Berlin	52.27264	8.61763				07	057	05770	05770016
2860260	Oberhöfen	oberhofen	DE		0	Europe/Berlin	49.16066	9.53748				01	081	08126	08126069
2860261	Oberhofen	oberhofen	DE		0	Europe/Berlin	49.11917	8.01222				08	00	07337	07337062
2860262	Oberhofen	oberhofen	DE		0	Europe/Berlin	49.06059	12.85624				02	092	09276	09276128
2860263	Oberhöfen	oberhofen	DE		0	Europe/Berlin	49.00039	11.78108				02	093	09375	09375148
2860264	Oberhofen	oberhofen	DE		0	Europe/Berlin	48.98193	11.66704				02	092	09273	09273164
2860265	Oberhofen	oberhofen	DE		0	Europe/Berlin	48.28949	12.52836				02	091	09183	09183130
2860266	Oberhöfen	oberhofen	DE		0	Europe/Berlin	48.13067	9.81158				01	084	08426	08426128
2860267	Oberhofen	oberhofen	DE		0	Europe/Berlin	47.81119	11.95046				02	091	09187	09187129
2860268	Oberhofen	oberhofen	DE		0	Europe/Berlin	47.79259	10.16385				02	097	09780	09780112
2860269	Oberhofen	oberhofen	DE		0	Europe/Berlin	47.73542	9.60423				01	084	08436	08436064
2860318	Oberhode	oberhode	DE		0	Europe/Berlin	52.76667	9.78333				06			
2860319	Oberhöcking	oberhocking	DE		0	Europe/Berlin	48.64743	12.66123				02	092	09279	09279122
2860320	Oberhochstatt	oberhochstatt	DE		0	Europe/Berlin	49.02909	11.04778				02	095	09577	09577177
2860321	Oberhochstätt	oberhochstatt	DE		0	Europe/Berlin	47.87309	12.54193				02	091	09189	09189114
2860322	Oberhöchstadt	oberhoechstadt	DE		0	Europe/Berlin	50.18371	8.54153				05	064	06434	06434006
2860323	Oberhöchstädt	oberhochstadt	DE		0	Europe/Berlin	49.64813	10.69777				02	095	09575	09575117
2860324	Oberhochstadt	oberhochstadt	DE		0	Europe/Berlin	49.23796	8.20437		Oberhochstadt		08	00	07337	07337041
2860325	Oberhitzling	oberhitzling	DE		0	Europe/Berlin	48.39208	13.06858				02	092	09277	09277113
2860327	Oberhirschberg	oberhirschberg	DE		0	Europe/Berlin	48.91767	12.96027				02	092	09271	09271122
2860329	Ober Hipkendahl	ober-hipkendahl	DE		0	Europe/Berlin	51.23333	7.15				07	051	05124	05124000
2860330	Oberhinzing	oberhinzing	DE		0	Europe/Berlin	48.59804	11.73875				02	091	09178	09178122
2860331	Oberhinterhof	oberhinterhof	DE		0	Europe/Berlin	49.12538	10.26731				02	095	09571	09571145
2860332	Oberhinrichshagen	oberhinrichshagen	DE		0	Europe/Berlin	54.22505	13.22685				12	00	13073	13073090
2860333	Oberhinkofen	oberhinkofen	DE		0	Europe/Berlin	48.95741	12.12926		Oberhinkofen		02	093	09375	09375179
2860334	Ober-Hiltersklingen	ober-hiltersklingen	DE		0	Europe/Berlin	49.64945	8.88254				05	064	06437	06437012
2860337	Oberheutal	oberheutal	DE		0	Europe/Berlin	48.37766	9.51678				01	084	08415	08415053
2860338	Oberheuslingen	oberheuslingen	DE		0	Europe/Berlin	50.89278	7.91096		Oberheuslingen		07	059	05970	05970016
2860339	Oberheumödern	oberheumodern	DE		0	Europe/Berlin	48.95358	10.85417				02	095	09577	09577173
2860340	Ober Heukelbach	ober-heukelbach	DE		0	Europe/Berlin	51.13181	7.51719				07	059	05962	05962028
2860342	Oberheßbach	oberhessbach	DE		0	Europe/Berlin	49.36657	10.49083				02	095	09571	09571171
2860343	Oberherwigsdorf	oberherwigsdorf	DE		0	Europe/Berlin	50.93137	14.77037				13	00	14626	14626310
2860344	Ober Herweg	ober-herweg	DE		0	Europe/Berlin	51.18246	7.52081				07	059	05962	05962012
2860345	Oberhersdorf	oberhersdorf	DE		0	Europe/Berlin	50.1747	6.51637				08	00	07232	07232332
2860346	Oberherrnhausen	oberherrnhausen	DE		0	Europe/Berlin	47.84104	11.42269				02	091	09173	09173123
2860347	Oberherrlingen	oberherrlingen	DE		0	Europe/Berlin	48.43	9.88703				01	084	08425	08425141
2860348	Oberhermsgrün	oberhermsgruen	DE		0	Europe/Berlin	50.38598	12.17105				13	00	14523	14523300
2860349	Oberhermsdorf	oberhermsdorf	DE		0	Europe/Berlin	51.02093	13.5898		Oberhermsdorf		13	00	14628	14628410
2860350	Oberhepschingen	oberhepschingen	DE		0	Europe/Berlin	47.75237	7.87617				01	083	08336	08336025
2860352	Oberhenneborn	oberhenneborn	DE		0	Europe/Berlin	51.2328	8.29793		Oberhenneborn		07	059	05958	05958040
2860355	Oberhembach	oberhembach	DE		0	Europe/Berlin	49.31337	11.26004				02	093	09373	09373156
2860356	Oberhelsum	oberhelsum	DE		0	Europe/Berlin	51.641	6.15752				07	051	05154	05154064
2860357	Oberhelmsdorf	oberhelmsdorf	DE		0	Europe/Berlin	51.04161	14.04284				13	00	14628	14628380
2860360	Oberheldenstein	oberheldenstein	DE		0	Europe/Berlin	48.25	12.36667				02	091	09183	09183120
2860361	Oberheldenberg	oberheldenberg	DE		0	Europe/Berlin	48.4445	12.19471				02	092	09274	09274114
2860362	Oberhelbler	oberhelbler	DE		0	Europe/Berlin	47.73333	9.75				01	084	08436	08436006
2860366	Oberheise	oberheise	DE		0	Europe/Berlin	53.40194	8.71692				06	00	03352	03352059
2860367	Oberheinsdorf	oberheinsdorf	DE		0	Europe/Berlin	50.619	12.36706				13	00	14523	14523150
2860368	Oberheinriet	oberheinriet	DE		0	Europe/Berlin	49.09629	9.3241				01	081	08125	08125098
2860369	Oberheining	oberheining	DE		0	Europe/Berlin	47.91839	12.91923				02	091	09172	09172122
2860377	Oberheide	oberheide	DE		0	Europe/Berlin	51.29409	6.94843				07	051	05158	05158028
2860384	Oberhegenau	oberhegenau	DE		0	Europe/Berlin	49.38012	10.39077				02	095	09571	09571130
2860385	Oberheesten	oberheesten	DE		0	Europe/Berlin	51.85	8.98333				07	057	05766	05766032
2860386	Oberhees	oberhees	DE		0	Europe/Berlin	50.94065	7.93666		Oberhees		07	059	05970	05970024
2860387	Oberheckenhofen	oberheckenhofen	DE		0	Europe/Berlin	49.20216	11.04119		Oberheckenhofen		02	095	09576	09576121
2860389	Oberhebbinghausen	oberhebbinghausen	DE		0	Europe/Berlin	51.13027	7.26846				07	053	05378	05378032
2860390	Oberhaverbeck	oberhaverbeck	DE		0	Europe/Berlin	53.14353	9.92203				06	00	03358	03358002
2860392	Oberhausmehring	oberhausmehring	DE		0	Europe/Berlin	48.2636	12.1554				02	091	09177	09177115
2860395	Oberhäuser	oberhauser	DE		0	Europe/Berlin	47.63333	9.9				02	097	09776	09776114
2860396	Oberhäuser	oberhauser	DE		0	Europe/Berlin	47.61667	9.95293				02	097	09776	09776124
2860436	Oberhausbach	oberhausbach	DE		0	Europe/Berlin	48.47829	12.77837				02	092	09277	09277124
2860437	Oberhausbach	oberhausbach	DE		0	Europe/Berlin	48.4061	12.19803				02	092	09274	09274118
2860438	Oberhaus	oberhaus	DE		0	Europe/Berlin	48.57766	13.47074				02	092	09262	09262000
2860439	Oberhaus	oberhaus	DE		0	Europe/Berlin	50.9	7.23333				07	053	05382	05382028
2860442	Oberhaunstadt	oberhaunstadt	DE		0	Europe/Berlin	48.7946	11.44088				02	091	09161	09161000
2860443	Oberhaun	oberhaun	DE		0	Europe/Berlin	50.82491	9.72493				05	066	06632	06632007
2860444	Oberhaugstett	oberhaugstett	DE		0	Europe/Berlin	48.65372	8.68092				01	082	08235	08235047
2860445	Oberhauenstein	oberhauenstein	DE		0	Europe/Berlin	49.77632	11.46517		Oberhauenstein		02	094	09472	09472179
2860447	Oberhatzkofen	oberhatzkofen	DE		0	Europe/Berlin	48.69172	12.00169				02	092	09274	09274176
2860448	Oberhatzenweier	oberhatzenweier	DE		0	Europe/Berlin	48.68333	8.11667				01	082	08216	08216007
2860450	Oberhaßlau	oberhasslau	DE		0	Europe/Berlin	50.66802	12.53958				13	00	14524	14524320
2860451	Oberhasling	oberhasling	DE		0	Europe/Berlin	47.8335	11.88845				02	091	09182	09182123
2860453	Oberhäslich	oberhaeslich	DE		0	Europe/Berlin	50.9105	13.69944				13	00	14628	14628060
2860455	Oberhaslach	oberhaslach	DE		0	Europe/Berlin	48.4444	10.0158				01	084	08421	08421000
2860456	Oberhaslach	oberhaslach	DE		0	Europe/Berlin	48.38459	11.17649				02	097	09771	09771165
2860457	Oberhaslach	oberhaslach	DE		0	Europe/Berlin	47.94544	9.84449				01	084	08436	08436010
2860462	Oberhaselbach	oberhaselbach	DE		0	Europe/Berlin	48.77653	12.15639				02	092	09278	09278148
2860463	Oberhaselbach	oberhaselbach	DE		0	Europe/Berlin	48.65519	13.38259				02	092	09275	09275151
2860464	Oberhasel	oberhasel	DE		0	Europe/Berlin	50.73572	11.3764				15	00	16073	16073109
2860466	Oberhartmannsreuth	oberhartmannsreuth	DE		0	Europe/Berlin	50.3403	11.99889				02	094	09475	09475127
2860468	Oberhartheim	oberhartheim	DE		0	Europe/Berlin	48.80145	11.63005				02	091	09186	09186158
2860469	Oberharthausen	oberharthausen	DE		0	Europe/Berlin	48.84691	12.47732				02	092	09278	09278123
2860472	Oberhart	oberhart	DE		0	Europe/Berlin	48.1403	12.23399				02	091	09183	09183118
2860475	Oberharprechts	oberharprechts	DE		0	Europe/Berlin	47.71169	9.98821				01	084	08436	08436094
2860476	Oberharnsbach	oberharnsbach	DE		0	Europe/Berlin	49.82785	10.7896				02	094	09471	09471120
2860479	Oberharles	oberharles	DE		0	Europe/Berlin	50.47292	10.36038		Oberharles		15	00	16066	16066042
2860481	Oberhard	oberhard	DE		0	Europe/Berlin	49.06732	10.2617				02	095	09571	09571136
2860482	Oberhandenzhofen	oberhandenzhofen	DE		0	Europe/Berlin	48.31706	11.25006		Oberhandenzhofen		02	091	09174	09174118
2860483	Oberhammer	oberhammer	DE		0	Europe/Berlin	51.5	13.8				11	00	12066	12066176
2860484	Oberhammer	oberhammer	DE		0	Europe/Berlin	50.54131	11.02345				15	00	16073	16073037
2860485	Oberhammer	oberhammer	DE		0	Europe/Berlin	49.34584	7.76304				08	00	07335	07335047
2860486	Oberhammelwarden	oberhammelwarden	DE		0	Europe/Berlin	53.27635	8.47913		Hammel		06	00	03461	03461004
2860487	Ober-Hambach	ober-hambach	DE		0	Europe/Berlin	49.33333	8.11667				08	00	07316	07316000
2860489	Ober-Hambach	ober-hambach	DE		0	Europe/Berlin	49.66586	8.68408				05	064	06431	06431011
2860491	Oberham	oberham	DE		0	Europe/Berlin	48.44271	12.96818				02	092	09277	09277138
2860492	Oberham	oberham	DE		0	Europe/Berlin	48.42658	13.17561				02	092	09275	09275124
2860493	Oberham	oberham	DE		0	Europe/Berlin	48.34103	13.03865				02	092	09277	09277152
2860494	Oberham	oberham	DE		0	Europe/Berlin	48.33837	12.75403				02	092	09277	09277134
2860501	Oberhalbgeroldsgrün	oberhalbgeroldsgrun	DE		0	Europe/Berlin	50.33333	11.58333				02	094	09475	09475128
2860503	Oberhaindlfing	oberhaindlfing	DE		0	Europe/Berlin	48.50803	11.68924				02	091	09178	09178156
2860504	Ober Hainbrunn	ober-hainbrunn	DE		0	Europe/Berlin	49.49806	8.89889		Ober Hainbrunn,Ober-Hainbrunn		05	064	06437	06437016
2860506	Oberhaimbuch	oberhaimbuch	DE		0	Europe/Berlin	48.90369	12.39039				02	093	09375	09375171
2860507	Oberhaiderberg	oberhaiderberg	DE		0	Europe/Berlin	49.16711	13.12849				02	093	09372	09372178
2860508	Oberhaidelbach	oberhaidelbach	DE		0	Europe/Berlin	49.45027	11.34613				02	095	09574	09574139
2860519	Oberhagen	oberhagen	DE		0	Europe/Berlin	54.17357	12.26554		Gut Oberhagen,Oberhagen		12	00	13072	13072088
2860520	Oberhagen	oberhagen	DE		0	Europe/Berlin	51.10327	7.28324				07	053	05378	05378032
2860521	Oberhafing	oberhafing	DE		0	Europe/Berlin	47.99961	12.67901				02	091	09189	09189134
2860523	Oberhadermark	oberhadermark	DE		0	Europe/Berlin	48.13557	12.77965				02	091	09171	09171112
2860529	Ober Haaren	ober-haaren	DE		0	Europe/Berlin	52.32598	8.18251				06	00	03459	03459029
2860530	Oberhaarbach	oberhaarbach	DE		0	Europe/Berlin	48.44111	12.27044				02	092	09274	09274134
2860531	Ober-Haag	ober-haag	DE		0	Europe/Berlin	49.4	8.93333				01	082	08226	08226081
2860535	Obergut	obergut	DE		0	Europe/Berlin	53.00599	11.11839				06	00	03354	03354018
2860539	Obergünzkofen	obergunzkofen	DE		0	Europe/Berlin	48.59865	12.54621				02	092	09279	09279134
2860543	Obergude	obergude	DE		0	Europe/Berlin	51.06752	9.71418		Obergude		05	066	06632	06632001
2860546	Obergschwandt	obergschwandt	DE		0	Europe/Berlin	49.10783	12.73027				02	092	09278	09278178
2860547	Obergschaidt	obergschaidt	DE		0	Europe/Berlin	49.13131	12.81781				02	093	09372	09372143
2860548	Obergrützenbach	obergruetzenbach	DE		0	Europe/Berlin	50.92966	7.35028				07	053	05378	05378024
2860551	Obergruppenbach	obergruppenbach	DE		0	Europe/Berlin	49.10603	9.28749				01	081	08125	08125098
2860552	Obergrunstedt	obergrunstedt	DE		0	Europe/Berlin	50.95432	11.26665				15	00	16071	16071103
2860553	Obergrüne	obergruene	DE		0	Europe/Berlin	51.35938	7.67776				07	059	05962	05962024
2860555	Obergrünberg	obergrunberg	DE		0	Europe/Berlin	47.75999	10.246				02	097	09763	09763000
2860556	Obergrünbach	obergrunbach	DE		0	Europe/Berlin	48.7776	11.99116				02	092	09273	09273165
2860557	Obergruna	obergruna	DE		0	Europe/Berlin	51.01526	13.3159		Obergruna		13	00	14522	14522210
2860561	Obergruben	obergruben	DE		0	Europe/Berlin	50.59212	9.92143				05	066	06631	06631013
2860562	Obergrub	obergrub	DE		0	Europe/Berlin	49.04069	12.73245				02	092	09278	09278129
2860568	Obergrombach	obergrombach	DE		0	Europe/Berlin	49.07718	8.58407				01	082	08215	08215009
2860569	Obergrochlitz	obergrochlitz	DE		0	Europe/Berlin	50.64125	12.17864		Greiz-Obergrochlitz,Obergrochlitz		15	00	16076	16076022
2860571	Obergriesingen	obergriesingen	DE		0	Europe/Berlin	48.26303	9.77549				01	084	08425	08425050
2860572	Obergriesheim	obergriesheim	DE		0	Europe/Berlin	49.26427	9.20413		Obergriesheim		01	081	08125	08125039
2860576	Obergreuth	obergreuth	DE		0	Europe/Berlin	49.83333	10.8726				02	094	09471	09471131
2860578	Obergrenzebach	obergrenzebach	DE		0	Europe/Berlin	50.91897	9.3049				05	066	06634	06634004
2860579	Obergreißlau	obergreisslau	DE		0	Europe/Berlin	51.17549	11.95203				14	00	15084	15084550
2860581	Obergraßlfing	obergrasslfing	DE		0	Europe/Berlin	48.82631	12.28725				02	092	09278	09278144
2860582	Obergrashof	obergrashof	DE		0	Europe/Berlin	48.25561	11.49156		Grashof,Obergrashof		02	091	09174	09174115
2860583	Obergrasheim	obergrasheim	DE		0	Europe/Berlin	48.65728	11.24641				02	091	09185	09185163
2860584	Obergrasensee	obergrasensee	DE		0	Europe/Berlin	48.40248	12.93832				02	092	09277	09277138
2860585	Obergrainet	obergrainet	DE		0	Europe/Berlin	48.80168	13.67278				02	092	09272	09272121
2860586	Obergrainau	obergrainau	DE		0	Europe/Berlin	47.47118	11.02604				02	091	09180	09180118
2860588	Obergräfenthal	obergrafenthal	DE		0	Europe/Berlin	50.00671	11.55449				02	094	09472	09472119
2860589	Obergräfenhain	obergraefenhain	DE		0	Europe/Berlin	50.99009	12.70642				13	00	14522	14522460
2860590	Obergrafendorf	obergrafendorf	DE		0	Europe/Berlin	48.58158	12.88454				02	092	09277	09277142
2860592	Obergötzenhof	obergoetzenhof	DE		0	Europe/Berlin	50.57582	9.71972				05	066	06631	06631020
2860593	Obergoßzell	obergosszell	DE		0	Europe/Berlin	49.12044	12.61235				02	093	09372	09372164
2860594	Obergoseln	obergoseln	DE		0	Europe/Berlin	51.15338	13.10222				13	00	14522	14522220
2860595	Obergorbitz	obergorbitz	DE		0	Europe/Berlin	51.05	13.66667				13	00	14612	14612000
2860597	Obergondershausen	obergondershausen	DE		0	Europe/Berlin	50.15937	7.48336				08	00	07140	07140043
2860598	Obergolzaberg	obergolzaberg	DE		0	Europe/Berlin	48.59165	11.8864				02	092	09273	09273178
2860599	Obergölitz	obergoelitz	DE		0	Europe/Berlin	50.57763	11.32136				15	00	16073	16073067
2860600	Obergolding	obergolding	DE		0	Europe/Berlin	48.50599	12.11113				02	092	09274	09274182
2860601	Ober Golbach	ober-golbach	DE		0	Europe/Berlin	50.51667	6.51667				07	053	05366	05366024
2860604	Obergneus	obergneus	DE		0	Europe/Berlin	50.83602	11.67589				15	00	16074	16074024
2860605	Oberglottertal	oberglottertal	DE		0	Europe/Berlin	48.04118	7.98309				01	083	08315	08315041
2860606	Oberglobenstein	oberglobenstein	DE		0	Europe/Berlin	50.49674	12.78551				13	00	14521	14521110
2860607	Ober Glinde	ober-glinde	DE		0	Europe/Berlin	53.66386	9.69002				10	00	01056	01056036
2860608	Obergleichen	obergleichen	DE		0	Europe/Berlin	49.1354	9.52576				01	081	08126	08126069
2860609	Ober-Gleen	ober-gleen	DE		0	Europe/Berlin	50.75742	9.13353		Ober-Gleen		05	065	06535	06535010
2860610	Oberglauheim	oberglauheim	DE		0	Europe/Berlin	48.64715	10.57752		Oberglauheim		02	097	09773	09773139
2860611	Oberglaucha	oberglaucha	DE		0	Europe/Berlin	51.55143	12.58192				13	00	14730	14730360
2860612	Oberglashütte	oberglashutte	DE		0	Europe/Berlin	48.11667	9.03333				01	084	08437	08437107
2860613	Oberglaim	oberglaim	DE		0	Europe/Berlin	48.60891	12.1139				02	092	09274	09274126
2860614	Obergladbach	obergladbach	DE		0	Europe/Berlin	50.4	8.25				05	065	06533	06533015
2860615	Obergladbach	obergladbach	DE		0	Europe/Berlin	50.09012	8.01171				05	064	06439	06439014
2860616	Oberginsbach	oberginsbach	DE		0	Europe/Berlin	49.36343	9.67877				01	081	08126	08126045
2860617	Obergimpern	obergimpern	DE		0	Europe/Berlin	49.25624	9.03902		Obergimpern		01	081	08125	08125006
2860619	Obergiess	obergiess	DE		0	Europe/Berlin	48.17282	8.22022				01	083	08317	08317051
2860621	Obergettengrün	obergettengruen	DE		0	Europe/Berlin	50.32525	12.19548				13	00	14523	14523010
2860622	Obergessertshausen	obergessertshausen	DE		0	Europe/Berlin	48.21426	10.54979				02	097	09774	09774166
2860623	Obergessenbach	obergessenbach	DE		0	Europe/Berlin	48.65919	12.97709				02	092	09271	09271141
2860624	Obergersten	obergersten	DE		0	Europe/Berlin	52.57051	7.49525				06	00	03454	03454015
2860625	Ober Gersprenz	ober-gersprenz	DE		0	Europe/Berlin	49.73333	8.86667				05	064	06437	06437007
2860627	Obergeroldshausen	obergeroldshausen	DE		0	Europe/Berlin	48.56667	11.63333				02	091	09186	09186162
2860628	Obergern	obergern	DE		0	Europe/Berlin	47.66284	12.9924				02	091	09172	09172116
2860630	Obergermaringen	obergermaringen	DE		0	Europe/Berlin	47.92215	10.67142				02	097	09777	09777130
2860632	Obergeorgswerder	obergeorgswerder	DE		0	Europe/Berlin	53.5	10.03333		Georgswerder,Obergeorgswerder		04	00	02000	02000000
2860633	Ober Gembeck	ober-gembeck	DE		0	Europe/Berlin	51.3511	8.88743				05	066	06635	06635018
2860634	Obergelpe	obergelpe	DE		0	Europe/Berlin	51.04092	7.49387		Obergelpe		07	053	05374	05374012
2860635	Obergeißendorf	obergeissendorf	DE		0	Europe/Berlin	50.73404	12.19708				15	00	16076	16076004
2860636	Obergeislbach	obergeislbach	DE		0	Europe/Berlin	48.27347	12.01775				02	091	09177	09177127
2860638	Obergeis	obergeis	DE		0	Europe/Berlin	50.90396	9.59456		Obergeis		05	066	06632	06632014
2860640	Ober Geilenkausen	ober-geilenkausen	DE		0	Europe/Berlin	50.85	7.53333				07	053	05374	05374044
2860641	Obergeiersnest	obergeiersnest	DE		0	Europe/Berlin	50.24816	9.82941				02	096	09672	09672149
2860643	Obergeich	obergeich	DE		0	Europe/Berlin	50.8146	6.39076				07	053	05358	05358032
2860649	Obergebisbach	obergebisbach	DE		0	Europe/Berlin	47.65377	7.97899				01	083	08337	08337049
2860650	Obergebertsham	obergebertsham	DE		0	Europe/Berlin	47.96523	12.32142				02	091	09187	09187145
2860653	Obergartzem	obergartzem	DE		0	Europe/Berlin	50.63611	6.70114		Obergartzem		07	053	05366	05366028
2860654	Obergartenhof	obergartenhof	DE		0	Europe/Berlin	49.98601	9.18699				02	096	09671	09671121
2860655	Obergarschagen	obergarschagen	DE		0	Europe/Berlin	51.20357	7.25556				07	051	05120	05120000
2860656	Obergarching	obergarching	DE		0	Europe/Berlin	48.12491	12.56716				02	091	09171	09171117
2860657	Obergangkofen	obergangkofen	DE		0	Europe/Berlin	48.48726	12.18619		Gankofen,Obergangkofen		02	092	09274	09274146
2860658	Obergammenried	obergammenried	DE		0	Europe/Berlin	47.97452	10.58181		Gammenried		02	097	09778	09778116
2860659	Obergambach	obergambach	DE		0	Europe/Berlin	48.6675	12.09958				02	092	09274	09274141
2860660	Obergailnau	obergailnau	DE		0	Europe/Berlin	49.26222	10.19127				02	095	09571	09571222
2860662	Obergaiching	obergaiching	DE		0	Europe/Berlin	48.41333	12.99691				02	092	09277	09277138
2860663	Obergabel	obergabel	DE		0	Europe/Berlin	50.58333	10.9				15	00	16069	16069042
2860664	Oberg	oberg	DE		0	Europe/Berlin	52.25613	10.25153				06	00	03157	03157009
2860667	Oberfürberg	oberfurberg	DE		0	Europe/Berlin	49.47186	10.94101				02	095	09563	09563000
2860668	Oberfüllbach	oberfullbach	DE		0	Europe/Berlin	50.25244	11.05422		Oberfullbach,Oberfüllbach		02	094	09473	09473121
2860671	Oberfrohnstetten	oberfrohnstetten	DE		0	Europe/Berlin	48.81986	13.04815				02	092	09271	09271125
2860673	Oberfrielinghausen	oberfrielinghausen	DE		0	Europe/Berlin	50.99085	7.34151				07	053	05374	05374020
2860677	Oberfrauenwald	oberfrauenwald	DE		0	Europe/Berlin	48.68782	13.65109				02	092	09272	09272151
2860678	Oberfrauendorf	oberfrauendorf	DE		0	Europe/Berlin	50.86426	13.70467				13	00	14628	14628130
2860679	Oberfrauenau	oberfrauenau	DE		0	Europe/Berlin	48.99835	13.31989				02	092	09276	09276121
2860680	Oberfrankenhain	oberfrankenhain	DE		0	Europe/Berlin	51.08046	12.65722		Frankenhain-Oberfrankenhain,Oberfrankenhain		13	00	14729	14729140
2860682	Oberframmering	oberframmering	DE		0	Europe/Berlin	48.67484	12.7234				02	092	09279	09279122
2860684	Oberforstbach	oberforstbach	DE		0	Europe/Berlin	50.7209	6.14114				07	053	05334	05334002
2860685	Oberforst	oberforst	DE		0	Europe/Berlin	49.09162	12.53843				02	093	09372	09372125
2860689	Oberföhring	oberfoehring	DE		0	Europe/Berlin	48.17251	11.62863				02	091	09162	09162000
2860691	Oberflossing	oberflossing	DE		0	Europe/Berlin	48.21715	12.50588				02	091	09183	09183136
2860693	Oberflorstadt	oberflorstadt	DE		0	Europe/Berlin	50.32585	8.87474				05	064	06440	06440007
2860695	Oberflockenbach	oberflockenbach	DE		0	Europe/Berlin	49.51137	8.72893				01	082	08226	08226096
2860696	Oberflintsbach	oberflintsbach	DE		0	Europe/Berlin	47.71667	12.13333				02	091	09187	09187131
2860697	Oberfleckenberg	oberfleckenberg	DE		0	Europe/Berlin	51.13333	8.26667				07	059	05958	05958040
2860698	Oberfladungen	oberfladungen	DE		0	Europe/Berlin	50.52866	10.13798				02	096	09673	09673123
2860699	Oberflacht	oberflacht	DE		0	Europe/Berlin	48.01866	8.71233				01	083	08327	08327055
2860705	Oberfischach	oberfischach	DE		0	Europe/Berlin	49.05678	9.83277				01	081	08127	08127063
2860706	Oberfinningen	oberfinningen	DE		0	Europe/Berlin	48.65181	10.48917				02	097	09773	09773150
2860707	Oberfinning	oberfinning	DE		0	Europe/Berlin	48.01925	11.01167				02	091	09181	09181120
2860708	Oberfimbach	oberfimbach	DE		0	Europe/Berlin	48.50776	12.25247				02	092	09274	09274146
2860709	Oberfilke	oberfilke	DE		0	Europe/Berlin	50.52243	10.21764				02	096	09673	09673182
2860711	Oberferrieden	oberferrieden	DE		0	Europe/Berlin	49.32686	11.32716				02	095	09574	09574117
2860712	Ober Fendt	ober-fendt	DE		0	Europe/Berlin	47.83333	11.05				02	091	09190	09190139
2860713	Oberfembach	oberfembach	DE		0	Europe/Berlin	49.51693	10.7812				02	095	09575	09575129
2860714	Oberfelsberg	oberfelsberg	DE		0	Europe/Berlin	49.29514	6.68753				09	00	10044	10044119
2860715	Oberfellendorf	oberfellendorf	DE		0	Europe/Berlin	49.82326	11.22683				02	094	09474	09474176
2860717	Oberfeldkirchen	oberfeldkirchen	DE		0	Europe/Berlin	48.04974	12.53065				02	091	09189	09189157
2860718	Oberfelden	oberfelden	DE		0	Europe/Berlin	49.36825	10.38112				02	095	09571	09571130
2860719	Oberfeldbrecht	oberfeldbrecht	DE		0	Europe/Berlin	49.43745	10.62634				02	095	09575	09575152
2860720	Oberfeldbach	oberfeldbach	DE		0	Europe/Berlin	51.17969	7.28497				07	051	05120	05120000
2860721	Oberfeld	oberfeld	DE		0	Europe/Berlin	50.65071	9.69621				05	066	06631	06631015
2860727	Oberfecking	oberfecking	DE		0	Europe/Berlin	48.86716	11.94998				02	092	09273	09273166
2860728	Oberfaustern	oberfaustern	DE		0	Europe/Berlin	49.26708	12.92746				02	093	09372	09372124
2860730	Oberfahlheim	oberfahlheim	DE		0	Europe/Berlin	48.42943	10.14639				02	097	09775	09775134
2860732	Obereyll	obereyll	DE		0	Europe/Berlin	51.43615	6.40071				07	051	05154	05154028
2860740	Obereurach	obereurach	DE		0	Europe/Berlin	47.78737	11.34369		Obereurach		02	091	09190	09190132
2860741	Obereulenbach	obereulenbach	DE		0	Europe/Berlin	48.75043	11.97458				02	092	09273	09273165
2860742	Obereula	obereula	DE		0	Europe/Berlin	51.05682	13.33207				13	00	14627	14627180
2860743	Obereuerheim	obereuerheim	DE		0	Europe/Berlin	50.00077	10.36516				02	096	09678	09678138
2860744	Obereubigheim	obereubigheim	DE		0	Europe/Berlin	49.51062	9.55332		Obereubigheim		01	081	08128	08128138
2860745	Oberetscheid	oberetscheid	DE		0	Europe/Berlin	50.63717	7.40139				08	00	07138	07138044
2860752	Oberesslingen	oberesslingen	DE		0	Europe/Berlin	48.73012	9.33271		Esslingen-Oberesslingen		01	081	08116	08116019
2860753	Obereßfeld	oberessfeld	DE		0	Europe/Berlin	50.26785	10.53901				02	096	09673	09673172
2860754	Oberessendorf	oberessendorf	DE		0	Europe/Berlin	47.98489	9.77681		Oberessendorf		01	084	08426	08426038
2860760	Oberesperstedt	oberesperstedt	DE		0	Europe/Berlin	51.41667	11.66667				14	00	15088	15088265
2860775	Oberes Dörfle	oberes-dorfle	DE		0	Europe/Berlin	48.38178	8.37756				01	082	08237	08237002
2860780	Obereschenbach	obereschenbach	DE		0	Europe/Berlin	50.1018	9.84769		Obereschenbach		02	096	09672	09672127
2860781	Obereschelbach	obereschelbach	DE		0	Europe/Berlin	48.25301	12.70064				02	091	09171	09171125
2860782	Obereschbach	obereschbach	DE		0	Europe/Berlin	50.95722	7.19841				07	053	05378	05378004
2860783	Ober Eschbach	ober-eschbach	DE		0	Europe/Berlin	50.21613	8.64873				05	064	06434	06434001
2860784	Obereschach	obereschach	DE		0	Europe/Berlin	48.10633	8.46876				01	083	08326	08326074
2860785	Obereschach	obereschach	DE		0	Europe/Berlin	47.72911	9.60124		Eschach,Obereschach		01	084	08436	08436064
2860786	Oberesch	oberesch	DE		0	Europe/Berlin	50.56667	7.01667				08	00	07131	07131090
2860787	Oberesch	oberesch	DE		0	Europe/Berlin	49.39683	6.56594		Oberesch		09	00	10044	10044114
2860795	Obererzwieselberg	obererzwieselberg	DE		0	Europe/Berlin	48.43589	8.36125				01	082	08237	08237028
2860798	Oberer Wiesenthalerhof	oberer-wiesenthalerhof	DE		0	Europe/Berlin	49.46667	7.71667				08	00	07312	07312000
2860811	Obererthal	obererthal	DE		0	Europe/Berlin	50.15645	9.89731				02	096	09672	09672127
2860833	Oberer Riedhof	oberer-riedhof	DE		0	Europe/Berlin	48.36667	9.93333				01	084	08421	08421000
2860834	Oberer Railhof	oberer-railhof	DE		0	Europe/Berlin	49.30974	9.77217				01	081	08126	08126056
2860838	Oberer Neulhof	oberer-neulhof	DE		0	Europe/Berlin	48.40983	11.08493				02	097	09771	09771113
2860845	Ober-Erlenbach	ober-erlenbach	DE		0	Europe/Berlin	50.22645	8.6792				05	064	06434	06434001
2860846	Obererlbach	obererlbach	DE		0	Europe/Berlin	49.18868	10.832		Obererlbach		02	095	09577	09577138
2860847	Obererlbach	obererlbach	DE		0	Europe/Berlin	48.45079	12.0272				02	092	09274	09274121
2860867	Oberergoldsbach	oberergoldsbach	DE		0	Europe/Berlin	48.66672	12.15607				02	092	09274	09274141
2860871	Oberer Felsen	oberer-felsen	DE		0	Europe/Berlin	48.09216	8.06917				01	083	08316	08316042
2860881	Oberer Berg	oberer-berg	DE		0	Europe/Berlin	48.19437	7.87028				01	083	08316	08316054
2860896	Obereppenried	obereppenried	DE		0	Europe/Berlin	49.43485	12.46135		Obereppenried		02	093	09376	09376178
2860898	Obereppach	obereppach	DE		0	Europe/Berlin	49.20826	9.61261				01	081	08126	08126058
2860903	Oberenzenau	oberenzenau	DE		0	Europe/Berlin	47.74054	11.45205				02	091	09173	09173111
2860904	Oberentersbach	oberentersbach	DE		0	Europe/Berlin	48.32754	8.08018				01	083	08317	08317146
2860905	Oberensingen	oberensingen	DE		0	Europe/Berlin	48.63694	9.32563		Ensingen		01	081	08116	08116049
2860906	Oberense	oberense	DE		0	Europe/Berlin	51.50928	7.99788				07	059	05974	05974012
2860907	Oberense	oberense	DE		0	Europe/Berlin	51.23537	8.83987				05	066	06635	06635015
2860908	Oberensbach	oberensbach	DE		0	Europe/Berlin	48.33792	12.28349				02	092	09274	09274183
2860909	Oberennigloh	oberennigloh	DE		0	Europe/Berlin	52.20669	8.55584				07	057	05758	05758004
2860910	Oberenkeln	oberenkeln	DE		0	Europe/Berlin	51.06667	7.26667				07	053	05378	05378012
2860911	Oberenglberg	oberenglberg	DE		0	Europe/Berlin	48.42065	12.34926				02	092	09274	09274184
2860916	Oberende	oberende	DE		0	Europe/Berlin	53.17833	8.88026				06	00	03356	03356005
2860917	Oberems	oberems	DE		700	Europe/Berlin	50.23661	8.4042		Oberems,Оберемс		05	064	06434	06434003
2860918	Oberempfenbach	oberempfenbach	DE		0	Europe/Berlin	48.62987	11.71253				02	092	09273	09273147
2860919	Oberemmerting	oberemmerting	DE		0	Europe/Berlin	48.2	12.76667				02	091	09171	09171114
2860920	Oberemmendorf	oberemmendorf	DE		0	Europe/Berlin	48.98374	11.44632				02	091	09176	09176138
2860921	Oberemmelsum	oberemmelsum	DE		0	Europe/Berlin	51.63537	6.64712				07	051	05170	05170048
2860922	Oberemmel	oberemmel	DE		0	Europe/Berlin	49.66129	6.63081				08	00	07235	07235068
2860923	Oberembt	oberembt	DE		0	Europe/Berlin	50.95789	6.49464				07	053	05362	05362016
2860926	Oberelvenich	oberelvenich	DE		0	Europe/Berlin	50.70066	6.70934				07	053	05366	05366044
2860929	Oberelsungen	oberelsungen	DE		0	Europe/Berlin	51.37425	9.23126				05	066	06633	06633029
2860930	Oberelspe	oberelspe	DE		0	Europe/Berlin	51.15964	8.08916		Oberelspe		07	059	05966	05966020
2860931	Oberelsdorf	oberelsdorf	DE		0	Europe/Berlin	50.97211	12.70803				13	00	14522	14522350
2860933	Oberelsaff	oberelsaff	DE		0	Europe/Berlin	50.61801	7.36834		Oberelsaff		08	00	07138	07138044
2860935	Oberellingen	oberellingen	DE		0	Europe/Berlin	50.88333	7.73333				07	053	05374	05374028
2860936	Oberelles	oberelles	DE		0	Europe/Berlin	50.67745	7.38778				08	00	07138	07138080
2860937	Oberellenbach	oberellenbach	DE		0	Europe/Berlin	51.02499	9.63597		Oberellenbach		05	066	06632	06632001
2860938	Oberellenbach	oberellenbach	DE		0	Europe/Berlin	48.73758	12.25041				02	092	09278	09278148
2860942	Oberelleg	oberelleg	DE		0	Europe/Berlin	47.61955	10.40231				02	097	09780	09780145
2860943	Oberelldorf	oberelldorf	DE		0	Europe/Berlin	50.19968	10.7825		Oberelldorf		02	094	09473	09473165
2860944	Oberellbach	oberellbach	DE		0	Europe/Berlin	48.4475	12.66287				02	092	09277	09277141
2860945	Oberelfringhausen	oberelfringhausen	DE		0	Europe/Berlin	51.32478	7.18334				07	059	05954	05954016
2860947	Oberelchingen	oberelchingen	DE		0	Europe/Berlin	48.44903	10.08236		Oberelchingen		02	097	09775	09775139
2860949	Oberelben	oberelben	DE		0	Europe/Berlin	50.89121	7.51555		Oberelben		07	053	05374	05374032
2860954	Obereisesheim	obereisesheim	DE		0	Europe/Berlin	49.19561	9.1999		Obereisesheim		01	081	08125	08125065
2860955	Obereisenheim	obereisenheim	DE		0	Europe/Berlin	49.89234	10.18099				02	096	09679	09679167
2860956	Obereisenhausen	obereisenhausen	DE		0	Europe/Berlin	50.83293	8.48432		Obereisenhausen		05	065	06534	06534019
2860957	Obereisenbach	obereisenbach	DE		0	Europe/Berlin	49.61803	7.49453				08	00	07336	07336095
2860958	Obereisenbach	obereisenbach	DE		0	Europe/Berlin	47.95713	8.26427				01	083	08315	08315031
2860959	Obereisenbach	obereisenbach	DE		0	Europe/Berlin	47.68131	9.63725		Obereisenbach		01	084	08435	08435057
2860960	Obereisbeck	obereisbeck	DE		0	Europe/Berlin	48.42199	12.79731				02	092	09277	09277124
2860961	Obereisbach	obereisbach	DE		0	Europe/Berlin	48.4423	12.72071				02	092	09277	09277119
2860962	Obereip	obereip	DE		0	Europe/Berlin	50.71961	7.45238				07	053	05382	05382016
2860968	Obereinharz	obereinharz	DE		0	Europe/Berlin	47.58084	10.22392				02	097	09780	09780124
2860969	Obereinbuch	obereinbuch	DE		0	Europe/Berlin	49.01062	11.9422				02	093	09375	09375175
2860971	Obereimer	obereimer	DE		0	Europe/Berlin	51.41144	8.04794				07	059	05958	05958004
2860973	Ober Eickum	ober-eickum	DE		0	Europe/Berlin	52.10619	8.58496				07	057	05758	05758012
2860974	Obereichstätt	obereichstatt	DE		0	Europe/Berlin	48.89286	11.1348		Eichstett,Obereichstatt,Obereichstätt		02	091	09176	09176121
2860975	Obereichsel	obereichsel	DE		0	Europe/Berlin	47.59934	7.75687				01	083	08336	08336069
2860976	Obereichhofen	obereichhofen	DE		0	Europe/Berlin	48.00399	11.95467				02	091	09175	09175112
2860978	Obereichet	obereichet	DE		0	Europe/Berlin	48.56514	13.30334				02	092	09275	09275122
2860981	Obereichenrot	obereichenrot	DE		0	Europe/Berlin	49.36041	10.04806				01	081	08127	08127075
2860982	Obereichenbach	obereichenbach	DE		0	Europe/Berlin	49.31715	10.62475				02	095	09561	09561000
2860983	Obereiberg	obereiberg	DE		0	Europe/Berlin	47.76273	10.42618				02	097	09780	09780147
2860984	Obere Hüttental	obere-huettental	DE		0	Europe/Berlin	51.02989	8.46445				07	059	05970	05970004
2860985	Oberehring	oberehring	DE		0	Europe/Berlin	48.89974	12.32911				02	093	09375	09375191
2860986	Oberehrenbach	oberehrenbach	DE		0	Europe/Berlin	49.67949	11.19233				02	094	09474	09474147
2860989	Obere Höfe	obere-hofe	DE		0	Europe/Berlin	48.1	7.86667				01	083	08316	08316011
2860990	Oberehlenbogen	oberehlenbogen	DE		0	Europe/Berlin	48.38333	8.43333				01	082	08237	08237002
2860992	Oberehesberg	oberehesberg	DE		0	Europe/Berlin	50.22556	11.47053				02	094	09477	09477148
2860993	Oberehe	oberehe	DE		0	Europe/Berlin	50.28333	6.76667				08	00	07233	07233054
2861001	Oberegling	oberegling	DE		0	Europe/Berlin	47.9101	11.51191				02	091	09173	09173120
2861002	Obereglfing	obereglfing	DE		0	Europe/Berlin	47.73511	11.17748				02	091	09190	09190121
2861004	Oberegglham	oberegglham	DE		0	Europe/Berlin	48.52528	13.04972				02	092	09277	09277117
2861005	Obereggingen	obereggingen	DE		0	Europe/Berlin	47.70235	8.38696				01	083	08337	08337124
2861006	Obereggenen	obereggenen	DE		0	Europe/Berlin	47.75652	7.64657				01	083	08336	08336078
2861007	Obereggatsweiler	obereggatsweiler	DE		0	Europe/Berlin	48.02902	9.57193				01	084	08437	08437100
2861008	Oberegg	oberegg	DE		0	Europe/Berlin	48.28137	10.31393				02	097	09774	09774189
2861009	Oberegg	oberegg	DE		0	Europe/Berlin	47.94535	10.45961				02	097	09778	09778207
2861018	Obereck	obereck	DE		0	Europe/Berlin	48.31898	12.78036				02	091	09171	09171115
2861023	Blechschmiede	blechschmiede	DE		0	Europe/Berlin	47.95213	7.99078		Blechschmiede,Obere Blechschmiede		01	083	08315	08315020
2861024	Oberebersbach	oberebersbach	DE		0	Europe/Berlin	51.23226	13.66047				13	00	14627	14627030
2861025	Oberebersbach	oberebersbach	DE		0	Europe/Berlin	50.29663	10.14209				02	096	09673	09673146
2861027	Obereberfing	obereberfing	DE		0	Europe/Berlin	47.79108	11.19993				02	091	09190	09190120
2861028	Oberebenheit	oberebenheit	DE		0	Europe/Berlin	50.94452	13.96983				13	00	14628	14628390
2861034	Oberdüssel	oberduessel	DE		0	Europe/Berlin	51.28333	7.08333				07	051	05158	05158036
2861037	Oberdürrbach	oberdurrbach	DE		0	Europe/Berlin	49.82652	9.92352				02	096	09663	09663000
2861040	Oberdünzing	oberdunzing	DE		0	Europe/Berlin	48.77584	11.6195				02	091	09186	09186158
2861041	Oberdünzebach	oberduenzebach	DE		0	Europe/Berlin	51.16534	10.07494				05	066	06636	06636003
2861042	Oberdumeltshausen	oberdumeltshausen	DE		0	Europe/Berlin	48.48258	11.41141				02	091	09186	09186151
2861043	Oberdresselndorf	oberdresselndorf	DE		0	Europe/Berlin	50.71243	8.13686		Oberdresselndorf		07	059	05970	05970008
2861044	Oberdreisbach	oberdreisbach	DE		0	Europe/Berlin	50.90028	7.4552		Oberdreisbach		07	053	05382	05382036
2861045	Oberdreisbach	oberdreisbach	DE		0	Europe/Berlin	50.72162	7.93754				08	00	07132	07132113
2861047	Oberdrehsa	oberdrehsa	DE		0	Europe/Berlin	51.17382	14.56138		Horni Drozdzij,Horni Droždźij,Oberdrehsa		13	00	14625	14625610
2861048	Oberdrees	oberdrees	DE		0	Europe/Berlin	50.64064	6.9201				07	053	05382	05382048
2861049	Oberdrackenstein	oberdrackenstein	DE		0	Europe/Berlin	48.55667	9.67973				01	081	08117	08117016
2861050	Oberdottingen	oberdottingen	DE		0	Europe/Berlin	47.85118	7.69661				01	083	08315	08315008
2861051	Oberdorst	oberdorst	DE		0	Europe/Berlin	50.89332	7.33799				07	053	05382	05382040
2861052	Oberdorp	oberdorp	DE		0	Europe/Berlin	51.13746	7.29002		Oberdorp		07	053	05374	05374016
2861054	Oberdornlach	oberdornlach	DE		0	Europe/Berlin	50.14437	11.39934				02	094	09477	09477128
2861056	Oberdörnbach	oberdornbach	DE		0	Europe/Berlin	48.68794	12.17586				02	092	09274	09274127
2861061	Oberdörfl	oberdorfl	DE		0	Europe/Berlin	49.2631	12.88102				02	093	09372	09372124
2861062	Oberdorfen	oberdorfen	DE		0	Europe/Berlin	48.27329	12.12203				02	091	09177	09177115
2861063	Oberdorfelden	oberdorfelden	DE		0	Europe/Berlin	50.19613	8.82339				05	064	06435	06435026
2861064	Oberdorf-Beutha	oberdorf-beutha	DE		0	Europe/Berlin	50.66667	12.71667				13	00	14521	14521590
2861065	Oberdorf	oberdorf	DE		0	Europe/Berlin	50.18086	9.05203				05	064	06435	06435017
2861066	Oberdorf	oberdorf	DE		0	Europe/Berlin	48.76458	8.29592				01	082	08216	08216017
2861067	Oberdorf	oberdorf	DE		0	Europe/Berlin	47.59239	7.88209				01	083	08336	08336082
2861068	Oberdorf	oberdorf	DE		0	Europe/Berlin	51.7413	6.40305				07	051	05154	05154024
2861069	Oberdorf	oberdorf	DE		0	Europe/Berlin	51.4566	10.63838				15	00	16062	16062066
2861070	Oberdorf	oberdorf	DE		0	Europe/Berlin	50.93187	7.42835				07	053	05382	05382036
2861071	Oberdorf	oberdorf	DE		0	Europe/Berlin	50.88669	12.50867				13	00	14524	14524270
2861072	Oberdorf	oberdorf	DE		0	Europe/Berlin	50.86843	7.37004				07	053	05382	05382040
2861073	Oberdorf	oberdorf	DE		0	Europe/Berlin	50.85	14.68333				13	00	14626	14626210
2861074	Oberdorf	oberdorf	DE		0	Europe/Berlin	50.68088	12.74041		Oberdorf		13	00	14521	14521590
2861075	Oberdorf	oberdorf	DE		0	Europe/Berlin	50.67938	11.37106				15	00	16073	16073111
2861076	Oberdorf	oberdorf	DE		0	Europe/Berlin	49.20728	12.512				02	093	09372	09372153
2861077	Oberdorf	oberdorf	DE		0	Europe/Berlin	48.86785	10.34436				01	081	08136	08136010
2861078	Oberdorf	oberdorf	DE		0	Europe/Berlin	48.44022	11.30832				02	091	09174	09174147
2861079	Oberdorf	oberdorf	DE		0	Europe/Berlin	48.25229	11.07753				02	091	09179	09179137
2861080	Oberdorf	oberdorf	DE		0	Europe/Berlin	48.17552	12.49167				02	091	09183	09183134
2861081	Oberdorf	oberdorf	DE		0	Europe/Berlin	48.08333	9.73333				01	084	08426	08426074
2861082	Oberdorf	oberdorf	DE		0	Europe/Berlin	47.72778	9.15719				01	083	08335	08335043
2861083	Oberdorf	oberdorf	DE		0	Europe/Berlin	47.62752	10.27164				02	097	09780	09780143
2861084	Oberdorf	oberdorf	DE		0	Europe/Berlin	47.61707	9.57407		Oberdorf		01	084	08435	08435030
2861085	Oberdorf	oberdorf	DE		0	Europe/Berlin	47.44811	10.25122				02	097	09780	09780131
2861090	Oberdombach	oberdombach	DE		0	Europe/Berlin	49.28131	10.4686				02	095	09561	09561000
2861092	Oberdollendorf	oberdollendorf	DE		0	Europe/Berlin	50.69743	7.1885		Oberdollendorf,Обердоллендорф		07	053	05382	05382024
2861093	Oberdolden	oberdolden	DE		0	Europe/Berlin	47.61815	10.55535				02	097	09777	09777125
2861095	Oberdingolfing	oberdingolfing	DE		0	Europe/Berlin	48.61899	12.50544				02	092	09279	09279112
2861099	Oberdill	oberdill	DE		0	Europe/Berlin	47.62202	10.6243				02	097	09777	09777135
2861101	Oberdigisheim	oberdigisheim	DE		0	Europe/Berlin	48.17571	8.8927		Oberdigisheim		01	084	08417	08417044
2861102	Oberdietfurt	oberdietfurt	DE		0	Europe/Berlin	48.39198	12.64842				02	092	09277	09277133
2861104	Oberdieten	oberdieten	DE		0	Europe/Berlin	50.8576	8.415		Oberdieten		05	065	06534	06534005
2861105	Oberdießen	oberdiessen	DE		0	Europe/Berlin	47.96765	10.82102				02	091	09181	09181143
2861108	Oberdiendorf	oberdiendorf	DE		0	Europe/Berlin	48.62787	13.58919				02	092	09275	09275126
2861109	Oberdielfen	oberdielfen	DE		0	Europe/Berlin	50.84144	8.09407		Oberdielfen		07	059	05970	05970044
2861110	Oberdielbach	oberdielbach	DE		0	Europe/Berlin	49.44997	9.05695		Oberdielbach		01	082	08225	08225118
2861112	Oberdeusch	oberdeusch	DE		0	Europe/Berlin	47.59424	10.59855				02	097	09777	09777129
2861113	Oberdeufstetten	oberdeufstetten	DE		0	Europe/Berlin	49.05532	10.23394				01	081	08127	08127102
2861114	Oberdessing	oberdessing	DE		0	Europe/Berlin	48.47236	12.16374				02	092	09274	09274146
2861115	Oberdeschenried	oberdeschenried	DE		0	Europe/Berlin	49.27486	12.57488				02	093	09372	09372146
2861118	Oberdehme	oberdehme	DE		0	Europe/Berlin	52.24154	8.83118				07	057	05770	05770004
2861119	Oberdeggenbach	oberdeggenbach	DE		0	Europe/Berlin	48.82361	12.18528				02	093	09375	09375196
2861120	Oberdaxenthal	oberdaxenthal	DE		0	Europe/Berlin	48.23333	12.86667				02	091	09171	09171118
2861124	Ober Darfeld	ober-darfeld	DE		0	Europe/Berlin	52.01641	7.28673				07	055	05558	05558040
2861125	Oberdarching	oberdarching	DE		0	Europe/Berlin	47.86302	11.77507				02	091	09182	09182133
2861127	Oberdallersbach	oberdallersbach	DE		0	Europe/Berlin	49.20738	10.32957				02	095	09571	09571145
2861129	Oberdahl	oberdahl	DE		0	Europe/Berlin	51.22948	7.3105		Oberdahl		07	053	05374	05374036
2861130	Oberdahl	oberdahl	DE		0	Europe/Berlin	51.21696	7.15349				07	051	05124	05124000
2861134	Oberdaching	oberdaching	DE		0	Europe/Berlin	48.70006	12.56667				02	092	09279	09279128
2861137	Obercunewalde	obercunewalde	DE		0	Europe/Berlin	51.09351	14.54995		Horni Kumwald,Horni Kumwałd,Obercunewalde		13	00	14625	14625090
2861138	Obercrinitz	obercrinitz	DE		0	Europe/Berlin	50.5708	12.48419		Obercrinitz		13	00	14524	14524040
2861140	Obercolmnitz	obercolmnitz	DE		0	Europe/Berlin	50.89604	13.51166				13	00	14628	14628205
2861141	Obercastrop	obercastrop	DE		0	Europe/Berlin	51.54233	7.31143		Obercastrop		07	055	05562	05562004
2861142	Obercarsdorf	obercarsdorf	DE		0	Europe/Berlin	50.86372	13.66476				13	00	14628	14628060
2861143	Obercallenberg	obercallenberg	DE		0	Europe/Berlin	50.82695	12.64956		Callenberg-Obercallenberg,Obercallenberg		13	00	14524	14524020
2861144	Oberbüssau	oberbuessau	DE		0	Europe/Berlin	53.8172	10.61732				10	00	01003	01003000
2861146	Ober Buschhausen	ober-buschhausen	DE		0	Europe/Berlin	51.21745	7.45148				07	059	05962	05962012
2861147	Oberbüscherhof	oberbuescherhof	DE		0	Europe/Berlin	51.11866	7.08584				07	053	05378	05378016
2861148	Ober Büschem	ober-bueschem	DE		0	Europe/Berlin	51.06613	7.3813				07	053	05374	05374020
2861154	Gut Oberburkau	gut-oberburkau	DE		0	Europe/Berlin	51.18333	14.15				13	00	14625	14625060
2861156	Oberburghoff	oberburghoff	DE		0	Europe/Berlin	51.11499	7.31587				07	053	05374	05374016
2861157	Oberbürg	oberburg	DE		0	Europe/Berlin	50.24645	11.27531				02	094	09476	09476145
2861158	Oberbürg	oberburg	DE		0	Europe/Berlin	49.46804	11.16043				02	095	09564	09564000
2861159	Oberbürg	oberburg	DE		0	Europe/Berlin	49.06757	11.5577				02	093	09373	09373121
2861162	Ober-Bürchau	ober-burchau	DE		0	Europe/Berlin	47.77527	7.8166				01	083	08336	08336107
2861168	Oberbüchlein	oberbuchlein	DE		0	Europe/Berlin	49.39441	10.94488				02	095	09573	09573127
2861171	Oberbuchfeld	oberbuchfeld	DE		0	Europe/Berlin	49.25066	11.55865				02	093	09373	09373119
2861172	Oberbüchern	oberbuchern	DE		0	Europe/Berlin	48.2442	8.15263				01	083	08317	08317078
2861174	Oberbuchen	oberbuchen	DE		0	Europe/Berlin	47.76579	11.48645				02	091	09173	09173111
2861176	Oberbuch	oberbuch	DE		0	Europe/Berlin	49.27833	12.00529				02	093	09376	09376119
2861177	Oberbuch	oberbuch	DE		0	Europe/Berlin	48.73263	11.9554				02	092	09273	09273165
2861178	Oberbuch	oberbuch	DE		0	Europe/Berlin	48.18858	12.00368				02	091	09177	09177114
2861179	Oberbuch	oberbuch	DE		0	Europe/Berlin	48.05479	12.63894				02	091	09171	09171134
2861182	Oberbubach	oberbubach	DE		0	Europe/Berlin	48.55364	12.91744				02	092	09277	09277142
2861183	Oberbubach	oberbubach	DE		0	Europe/Berlin	48.59667	12.4908				02	092	09279	09279112
2861184	Oberbrunnham	oberbrunnham	DE		0	Europe/Berlin	48.09173	12.54646				02	091	09189	09189149
2861186	Oberbrunnenreuth	oberbrunnenreuth	DE		0	Europe/Berlin	48.72153	11.40092				02	091	09161	09161000
2861187	Oberbrunn	oberbrunn	DE		0	Europe/Berlin	50.06547	10.94174				02	094	09478	09478120
2861188	Oberbrunn	oberbrunn	DE		0	Europe/Berlin	48.04981	11.31588		Oberbrunn		02	091	09188	09188120
2861189	Oberbrunn	oberbrunn	DE		0	Europe/Berlin	47.96468	12.41653				02	091	09189	09189137
2861190	Oberbrumberg	oberbrumberg	DE		0	Europe/Berlin	50.25154	11.61618				02	094	09475	09475136
2861191	Oberbrügge	oberbruegge	DE		0	Europe/Berlin	51.19263	7.57123				07	059	05962	05962012
2861192	Oberbrüden	oberbruden	DE		0	Europe/Berlin	48.95455	9.50579				01	081	08119	08119006
2861193	Oberbrücklein	oberbrucklein	DE		0	Europe/Berlin	50.03885	11.502				02	094	09477	09477142
2861194	Oberbruck	oberbruck	DE		0	Europe/Berlin	49.88628	11.89045				02	093	09377	09377133
2861197	Oberbruch	oberbruch	DE		0	Europe/Berlin	51.05913	6.14376				07	053	05370	05370016
2861198	Oberbruch	oberbruch	DE		0	Europe/Berlin	48.72589	8.08733				01	082	08216	08216007
2861200	Oberbronnen	oberbronnen	DE		0	Europe/Berlin	48.99598	10.36611				01	081	08136	08136068
2861205	Oberbreunfeld	oberbreunfeld	DE		0	Europe/Berlin	50.91913	7.56682				07	053	05374	05374032
2861209	Oberbreitzbach	oberbreitzbach	DE		0	Europe/Berlin	50.8065	9.92237		Oberbreitzbach		05	066	06632	06632010
2861210	Oberbreitenlohe	oberbreitenlohe	DE		0	Europe/Berlin	49.16072	10.99152		Oberbreitenlohe		02	095	09576	09576141
2861211	Oberbreitenau	oberbreitenau	DE		0	Europe/Berlin	49.33884	10.27582				02	095	09571	09571155
2861214	Oberbreisig	oberbreisig	DE		0	Europe/Berlin	50.50079	7.27739				08	00	07131	07131006
2861215	Oberbreidenbach	oberbreidenbach	DE		0	Europe/Berlin	51.03206	7.34149		Oberbreidenbach		07	053	05374	05374020
2861216	Oberbreidenbach	oberbreidenbach	DE		0	Europe/Berlin	50.91667	7.58333				07	053	05374	05374032
2861217	Ober Breidenbach	ober-breidenbach	DE		0	Europe/Berlin	50.67766	9.23055				05	065	06535	06535014
2861218	Oberbreidbach	oberbreidbach	DE		0	Europe/Berlin	51.04909	7.17077				07	053	05378	05378020
2861219	Oberbrechen	oberbrechen	DE		0	Europe/Berlin	50.35378	8.19646				05	065	06533	06533002
2861221	Oberbrändl	oberbrandl	DE		0	Europe/Berlin	48.39509	8.50112				01	082	08237	08237045
2861222	Oberbrand	oberbrand	DE		0	Europe/Berlin	49.66686	11.56712				02	095	09574	09574140
2861223	Oberbränd	oberbrand	DE		0	Europe/Berlin	47.94922	8.29167				01	083	08315	08315031
2861224	Oberbrambach	oberbrambach	DE		0	Europe/Berlin	50.23275	12.30329				13	00	14523	14523030
2861225	Oberbrake	oberbrake	DE		0	Europe/Berlin	52.73029	8.89682				06	00	03251	03251027
2861226	Oberboshasel	oberboshasel	DE		0	Europe/Berlin	47.85082	9.34059				01	084	08435	08435020
2861227	Oberbösa	oberboesa	DE		398	Europe/Berlin	51.2893	11.017		Oberbosa,Oberbösa	16065051	15	00	16065	16065051
2861228	Oberbörsch	oberboersch	DE		0	Europe/Berlin	51.00484	7.23216				07	053	05378	05378012
2861229	Oberbonrath	oberbonrath	DE		0	Europe/Berlin	50.91667	7.61667				07	053	05374	05374044
2861230	Oberböllen	oberbollen	DE		0	Europe/Berlin	47.80346	7.83761				01	083	08336	08336010
2861231	Oberbolheim	oberbolheim	DE		0	Europe/Berlin	50.81266	6.65325				07	053	05358	05358052
2861233	Oberböhringen	oberbohringen	DE		0	Europe/Berlin	48.6177	9.78075				01	081	08117	08117007
2861234	Oberböhmsdorf	oberboehmsdorf	DE		0	Europe/Berlin	50.56123	11.83176				15	00	16075	16075098
2861235	Oberbohlscheid	oberbohlscheid	DE		0	Europe/Berlin	50.79531	7.45527				07	053	05382	05382016
2861236	Oberbocholt	oberbocholt	DE		0	Europe/Berlin	51.31134	6.31028				07	051	05166	05166016
2861237	Oberbobritzsch	oberbobritzsch	DE		0	Europe/Berlin	50.86425	13.46318		Oberbobritzsch		13	00	14522	14522035
2861238	Oberböbingen	oberbobingen	DE		0	Europe/Berlin	48.81055	9.92786				01	081	08136	08136009
2861239	Oberbleichen	oberbleichen	DE		0	Europe/Berlin	48.27462	10.33144				02	097	09774	09774124
2861240	Ober Blauen	ober-blauen	DE		0	Europe/Berlin	47.7299	7.84409				01	083	08336	08336103
2861241	Oberblätterberg	oberblatterberg	DE		0	Europe/Berlin	49.3	12.88333				02	093	09372	09372126
2861243	Oberbirnbach	oberbirnbach	DE		0	Europe/Berlin	48.47567	13.08609				02	092	09277	09277113
2861246	Oberbirken	oberbirken	DE		0	Europe/Berlin	47.97944	7.97287				01	083	08315	08315109
2861248	Oberbinnwang	oberbinnwang	DE		0	Europe/Berlin	47.87891	10.17532				02	097	09778	09778161
2861249	Oberbimbach	oberbimbach	DE		0	Europe/Berlin	50.57446	9.56636				05	066	06631	06631011
2861250	Oberbillingshausen	oberbillingshausen	DE		0	Europe/Berlin	51.59935	10.02236				06	00	03159	03159007
2861253	Bildsberg	bildsberg	DE		0	Europe/Berlin	48.31789	12.86096		Bildsberg,Ober Bildsberg,Unter Bildsberg		02	092	09277	09277154
2861254	Oberbierwang	oberbierwang	DE		0	Europe/Berlin	48.12041	12.36731				02	091	09187	09187116
2861255	Oberbierenbach	oberbierenbach	DE		0	Europe/Berlin	50.93337	7.57849		Oberbierenbach		07	053	05374	05374032
2861256	Oberbierbronnen	oberbierbronnen	DE		0	Europe/Berlin	47.68333	8.2				01	083	08337	08337118
2861257	Oberbierbach	oberbierbach	DE		0	Europe/Berlin	48.3569	12.05358				02	091	09177	09177120
2861258	Oberbiel	oberbiel	DE		2694	Europe/Berlin	50.5532	8.42797				05	065	06532	06532021
2861260	Oberbiederbach	oberbiederbach	DE		0	Europe/Berlin	48.21667	8.03333				01	083	08316	08316003
2861261	Oberbieber	oberbieber	DE		0	Europe/Berlin	50.47256	7.50086				08	00	07138	07138045
2861262	Oberbichtlingen	oberbichtlingen	DE		0	Europe/Berlin	47.96686	9.10537				01	084	08437	08437123
2861263	Oberbichl	oberbichl	DE		0	Europe/Berlin	47.67553	12.44257				02	091	09189	09189139
2861265	Oberbibrach	oberbibrach	DE		0	Europe/Berlin	49.80682	11.772				02	093	09374	09374163
2861266	Oberbiberg	oberbiberg	DE		0	Europe/Berlin	47.97947	11.57126				02	091	09184	09184134
2861268	Oberbeuren	oberbeuren	DE		0	Europe/Berlin	47.8717	10.59838		Oberbeuren		02	097	09762	09762000
2861269	Oberbeuna	oberbeuna	DE		0	Europe/Berlin	51.32134	11.94983				14	00	15088	15088220
2861270	Oberbeuern	oberbeuern	DE		0	Europe/Berlin	47.98577	11.02564				02	091	09181	09181114
2861272	Oberbetenbrunn	oberbetenbrunn	DE		0	Europe/Berlin	47.81818	9.34646				01	084	08435	08435020
2861273	Ober Bessingen	ober-bessingen	DE		0	Europe/Berlin	50.53966	8.90444				05	065	06531	06531011
2861274	Oberbessenbach	oberbessenbach	DE		0	Europe/Berlin	49.94953	9.25247				02	096	09671	09671112
2861275	Oberbersten	oberbersten	DE		0	Europe/Berlin	51.03532	7.30672				07	053	05378	05378012
2861276	Oberbernstein	oberbernstein	DE		0	Europe/Berlin	49.33971	11.88017				02	093	09371	09371120
2861277	Oberbernrieth	oberbernrieth	DE		0	Europe/Berlin	49.67609	12.36776				02	093	09374	09374165
2861278	Oberbernhards	oberbernhards	DE		0	Europe/Berlin	50.55696	9.90263				05	066	06631	06631012
2861279	Oberberndorf	oberberndorf	DE		0	Europe/Berlin	51.18199	8.22871		Oberberndorf		07	059	05958	05958040
2861280	Oberbernbach	oberbernbach	DE		0	Europe/Berlin	48.47261	11.12499				02	097	09771	09771113
2861281	Oberberken	oberberken	DE		0	Europe/Berlin	48.77684	9.55253				01	081	08119	08119067
2861282	Oberbergweiler	oberbergweiler	DE		0	Europe/Berlin	49.9721	6.81932				08	00	07231	07231007
2861283	Oberbergstraße	oberbergstrasse	DE		0	Europe/Berlin	51.56742	7.9736		Oberbergstrasse,Oberbergstraße		07	059	05974	05974052
2861284	Oberbergscheid	oberbergscheid	DE		0	Europe/Berlin	50.99797	7.3078		Oberbergscheid		07	053	05374	05374020
2861286	Oberberging	oberberging	DE		0	Europe/Berlin	49.03549	12.98563				02	092	09276	09276122
2861288	Oberberghöfe	oberberghofe	DE		0	Europe/Berlin	48.16116	10.41487				02	097	09778	09778121
2861290	Oberbergheim	oberbergheim	DE		0	Europe/Berlin	51.4914	8.22887				07	059	05974	05974044
2861292	Oberbergham	oberbergham	DE		0	Europe/Berlin	48.20189	12.24272		Bergham,Oberbergham		02	091	09183	09183135
2861294	Oberbergen	oberbergen	DE		0	Europe/Berlin	48.09562	7.65641		Oberbergen		01	083	08315	08315133
2861295	Oberbergen	oberbergen	DE		0	Europe/Berlin	48.09132	10.93603				02	091	09181	09181132
2861296	Oberberge	oberberge	DE		0	Europe/Berlin	51.80404	12.99145				14	00	15091	15091145
2861297	Oberberge	oberberge	DE		0	Europe/Berlin	51.32806	8.15752				07	059	05958	05958032
2861301	Oberberg	oberberg	DE		0	Europe/Berlin	48.57621	8.0977				01	083	08317	08317056
2861302	Oberberg	oberberg	DE		0	Europe/Berlin	51.09077	7.253				07	053	05378	05378032
2861312	Oberbelle	oberbelle	DE		0	Europe/Berlin	51.9	9.05				07	057	05766	05766032
2861314	Oberbeisheim	oberbeisheim	DE		0	Europe/Berlin	51.03495	9.50005				05	066	06634	06634011
2861315	Oberbehme	oberbehme	DE		0	Europe/Berlin	52.17848	8.65597				07	057	05758	05758020
2861316	Ober-Beerbach	ober-beerbach	DE		0	Europe/Berlin	49.76445	8.68722				05	064	06432	06432022
2861317	Oberbecksen	oberbecksen	DE		0	Europe/Berlin	52.1926	8.8369				07	057	05770	05770004
2861319	Oberbechingen	oberbechingen	DE		0	Europe/Berlin	48.63387	10.34595				02	097	09773	09773112
2861321	Oberbeberich	oberbeberich	DE		0	Europe/Berlin	51.23606	6.39613				07	051	05166	05166032
2861323	Oberbaumühle	oberbaumuhle	DE		0	Europe/Berlin	49.81007	12.15549				02	093	09374	09374168
2861324	Oberbaumgarten	oberbaumgarten	DE		0	Europe/Berlin	47.65	9.53333				01	084	08435	08435013
2861325	Oberbauerschaft	oberbauerschaft	DE		0	Europe/Berlin	51.72461	6.7024				07	051	05170	05170012
2861326	Oberbauerschaft	oberbauerschaft	DE		0	Europe/Berlin	52.26375	8.59943		Oberbauerschaft		07	057	05770	05770016
2861329	Oberbauer	oberbauer	DE		0	Europe/Berlin	51.28923	7.4178		Oberbauer		07	059	05954	05954008
2861330	Oberbauer	oberbauer	DE		0	Europe/Berlin	52.2306	7.8433				07	055	05566	05566088
2861331	Oberbarkhausen	oberbarkhausen	DE		0	Europe/Berlin	53.3652	9.03866				06	00	03357	03357016
2861333	Oberbärenstein	oberbarenstein	DE		0	Europe/Berlin	50.49967	13.0267				13	00	14521	14521060
2861334	Oberbantenberg	oberbantenberg	DE		0	Europe/Berlin	50.96956	7.5126		Oberbantenberg		07	053	05374	05374048
2861335	Oberbalzheim	oberbalzheim	DE		0	Europe/Berlin	48.16242	10.07755				01	084	08425	08425140
2861336	Oberbaldingen	oberbaldingen	DE		0	Europe/Berlin	47.97556	8.60515		Oberbaldingen		01	083	08326	08326003
2861337	Oberbalbach	oberbalbach	DE		0	Europe/Berlin	49.539	9.79273				01	081	08128	08128139
2861338	Oberbaimbach	oberbaimbach	DE		0	Europe/Berlin	49.35641	10.99034				02	095	09565	09565000
2861339	Oberkrozingen	oberkrozingen	DE		0	Europe/Berlin	47.90751	7.70956		Ober-Bad Krozingen,Oberkrozingen		01	083	08315	08315006
2861341	Oberbachham	oberbachham	DE		0	Europe/Berlin	48.48066	12.11551				02	092	09274	09274182
2861343	Oberbachern	oberbachern	DE		0	Europe/Berlin	48.53392	11.08557		Oberbachern		02	097	09771	09771141
2861344	Oberbachern	oberbachern	DE		0	Europe/Berlin	48.28211	11.36776				02	091	09174	09174113
2861345	Oberbachem	oberbachem	DE		0	Europe/Berlin	50.63728	7.15906		Oberbachem		07	053	05382	05382072
2861349	Oberbach	oberbach	DE		0	Europe/Berlin	50.34939	9.88285				02	096	09672	09672163
2861350	Oberbach	oberbach	DE		0	Europe/Berlin	48.42854	11.83909				02	091	09178	09178138
2861352	Oberbaar	oberbaar	DE		0	Europe/Berlin	50.3499	7.03137				08	00	07137	07137007
2861353	Oberbaar	oberbaar	DE		0	Europe/Berlin	48.58565	10.9663				02	097	09771	09771176
2861354	Oberaußem	oberaussem	DE		0	Europe/Berlin	50.97259	6.68261		Oberaussem-Fortuna,Oberaußem-Fortuna		07	053	05362	05362008
2861355	Oberauroff	oberauroff	DE		0	Europe/Berlin	50.21313	8.23879				05	064	06439	06439008
2861356	Oberaulenbach	oberaulenbach	DE		0	Europe/Berlin	49.83831	9.29407				02	096	09676	09676123
2861360	Oberaugustenfeld	oberaugustenfeld	DE		0	Europe/Berlin	48.2474	11.44762				02	091	09174	09174115
2861362	Oberaufham	oberaufham	DE		0	Europe/Berlin	47.91588	11.86601				02	091	09187	09187130
2861363	Oberauerort	oberauerort	DE		0	Europe/Berlin	52.5322	8.73121				06	00	03251	03251044
2861364	Oberauerkiel	oberauerkiel	DE		0	Europe/Berlin	49.02882	13.06783				02	092	09276	09276118
2861366	Oberauerbach	oberauerbach	DE		0	Europe/Berlin	49.37399	12.27688				02	093	09376	09376147
2861367	Oberauerbach	oberauerbach	DE		0	Europe/Berlin	49.27594	7.42393				08	00	07320	07320000
2861368	Oberauerbach	oberauerbach	DE		0	Europe/Berlin	48.80548	13.09017				02	092	09271	09271113
2861369	Oberauerbach	oberauerbach	DE		0	Europe/Berlin	48.0442	10.45284		Oberauerbach		02	097	09778	09778173
2861371	Oberauel	oberauel	DE		0	Europe/Berlin	50.77338	7.3514				07	053	05382	05382020
2861372	Oberauel	oberauel	DE		0	Europe/Berlin	50.9539	7.2222				07	053	05378	05378024
2861375	Oberaudenhain b. Mockrehna	oberaudenhain-b-mockrehna	DE		0	Europe/Berlin	51.49199	12.83019				13	00	14730	14730190
2861390	Oberatzenberg	oberatzenberg	DE		0	Europe/Berlin	47.99132	9.58629		Atzenberg,Oberatzenberg		01	084	08436	08436093
2861391	Oberast	oberast	DE		0	Europe/Berlin	48.48333	12.08333				02	092	09274	09274182
2861393	Oberasphe	oberasphe	DE		0	Europe/Berlin	50.95907	8.64747				05	065	06534	06534015
2861394	Oberaspach	oberaspach	DE		0	Europe/Berlin	49.14531	9.90067				01	081	08127	08127043
2861395	Oberasdorf	oberasdorf	DE		0	Europe/Berlin	50.87481	7.87437				08	00	07132	07132076
2861396	Oberaschenbach	oberaschenbach	DE		0	Europe/Berlin	50.65496	9.86538				05	066	06631	06631019
2861397	Oberaschau	oberaschau	DE		0	Europe/Berlin	49.37768	12.37669				02	093	09376	09376147
2861400	Oberasberg	oberasberg	DE		0	Europe/Berlin	48.96754	13.21659				02	092	09276	09276139
2861405	Oberartelshofen	oberartelshofen	DE		0	Europe/Berlin	49.56667	11.5				02	095	09574	09574161
2861406	Oberarnsdorf	oberarnsdorf	DE		0	Europe/Berlin	50.92509	12.52024				15	00	16077	16077036
2861410	Oberappersdorf	oberappersdorf	DE		0	Europe/Berlin	48.49796	11.79924		Oberappersdorf		02	091	09178	09178157
2861411	Oberappenfeld	oberappenfeld	DE		0	Europe/Berlin	50.93333	9.48333				05	066	06634	06634011
2861412	Oberappenberg	oberappenberg	DE		0	Europe/Berlin	48.95148	10.701				02	095	09577	09577162
2861413	Oberapfelkam	oberapfelkam	DE		0	Europe/Berlin	47.79968	12.2035				02	091	09187	09187169
2861414	Oberapfeldorf	oberapfeldorf	DE		0	Europe/Berlin	47.8951	10.93847				02	091	09181	09181111
2861416	Oberanschiessing	oberanschiessing	DE		0	Europe/Berlin	48.76456	13.41277				02	092	09272	09272138
2861417	Oberankenreute	oberankenreute	DE		0	Europe/Berlin	47.79849	9.713				01	084	08436	08436069
2861419	Oberampfrach	oberampfrach	DE		0	Europe/Berlin	49.20046	10.20644				02	095	09571	09571199
2861420	Oberammerthal	oberammerthal	DE		0	Europe/Berlin	49.4415	11.76178				02	093	09371	09371111
2861421	Oberammersricht	oberammersricht	DE		0	Europe/Berlin	49.4767	11.86956				02	093	09361	09361000
2861423	Oberambringen	oberambringen	DE		0	Europe/Berlin	47.91671	7.74101				01	083	08315	08315131
2861424	Oberambach	oberambach	DE		0	Europe/Berlin	49.68914	10.41659				02	095	09575	09575157
2861425	Oberambach	oberambach	DE		0	Europe/Berlin	48.48114	11.88875				02	091	09178	09178143
2861426	Oberambach	oberambach	DE		0	Europe/Berlin	47.86668	11.34833		Ambach,Oberambach		02	091	09173	09173137
2861428	Oberalting	oberalting	DE		0	Europe/Berlin	48.03706	11.2188				02	091	09188	09188132
2861430	Oberaltertheim	oberaltertheim	DE		0	Europe/Berlin	49.72778	9.76417				02	096	09679	09679165
2861431	Oberaltenweg	oberaltenweg	DE		0	Europe/Berlin	47.91295	8.12817				01	083	08315	08315113
2861433	Oberaltenbernheim	oberaltenbernheim	DE		0	Europe/Berlin	49.45645	10.51368				02	095	09575	09575156
2861434	Oberalteich	oberalteich	DE		0	Europe/Berlin	48.91831	12.6679				02	092	09278	09278118
2861435	Oberalsen	oberalsen	DE		0	Europe/Berlin	50.7569	7.5475				07	053	05382	05382076
2861436	Oberalpfen	oberalpfen	DE		0	Europe/Berlin	47.65718	8.1478		Oberalpfen		01	083	08337	08337126
2861440	Oberalme	oberalme	DE		0	Europe/Berlin	51.45054	8.61702				07	059	05958	05958012
2861444	Oberallen	oberallen	DE		0	Europe/Berlin	51.6178	7.86475				07	059	05915	05915000
2861445	Oberallemühl	oberallemuhl	DE		0	Europe/Berlin	49.41667	8.96667				01	082	08226	08226081
2861446	Oberalfingen	oberalfingen	DE		0	Europe/Berlin	48.88151	10.136				01	081	08136	08136088
2861447	Oberalbertsdorf	oberalbertsdorf	DE		0	Europe/Berlin	50.76549	12.29099				13	00	14524	14524140
2861449	Oberalbach	oberalbach	DE		0	Europe/Berlin	49.57944	10.72909				02	095	09575	09575181
2861450	Oberalba	oberalba	DE		0	Europe/Berlin	50.72516	10.09456				15	00	16063	16063015
2861451	Oberailsfeld	oberailsfeld	DE		0	Europe/Berlin	49.81262	11.35388		Oberailsfeld		02	094	09472	09472111
2861452	Oberailingen	oberailingen	DE		0	Europe/Berlin	47.69225	9.48993		Ailingen,Oberailingen		01	084	08435	08435016
2861453	Oberaign	oberaign	DE		0	Europe/Berlin	49.13912	12.59112				02	093	09372	09372158
2861460	Oberaichen	oberaichen	DE		0	Europe/Berlin	48.70518	9.11985				01	081	08116	08116078
2861462	Oberaichbach	oberaichbach	DE		0	Europe/Berlin	48.56843	12.31422				02	092	09274	09274156
2861463	Oberaich	oberaich	DE		0	Europe/Berlin	49.46435	12.26595				02	093	09376	09376133
2861467	Oberähren	oberaehren	DE		0	Europe/Berlin	50.61157	7.57559				08	00	07138	07138013
2861468	Oberahrain	oberahrain	DE		0	Europe/Berlin	48.60298	12.24982				02	092	09274	09274128
2861470	Oberahorn	oberahorn	DE		0	Europe/Berlin	49.17899	10.40277				02	095	09571	09571145
2861473	Oberahle	oberahle	DE		0	Europe/Berlin	52.18909	8.51375				07	057	05758	05758004
2861474	Oberaham	oberaham	DE		0	Europe/Berlin	48.25	12.53333				02	091	09183	09183128
2861476	Oberagger	oberagger	DE		0	Europe/Berlin	50.98745	7.65958		Oberagger		07	053	05374	05374040
2861477	Oberafferbach	oberafferbach	DE		0	Europe/Berlin	50.02616	9.13411				02	096	09671	09671133
2861478	Oberaffalter	oberaffalter	DE		0	Europe/Berlin	50.65	12.76667				13	00	14521	14521370
2861481	Oberaden	oberaden	DE		0	Europe/Berlin	51.61084	7.59191		Oberaden		07	059	05978	05978004
2861484	Oberacker	oberacker	DE		0	Europe/Berlin	49.10679	8.71272		Oberacker		01	082	08215	08215097
2861485	Oberachthal	oberachthal	DE		0	Europe/Berlin	47.86591	12.27099				02	091	09187	09187167
2861486	Oberachtel	oberachtel	DE		0	Europe/Berlin	49.57261	11.58289				02	093	09371	09371128
2861487	Oberachern	oberachern	DE		0	Europe/Berlin	48.61601	8.08396				01	083	08317	08317001
2861488	Oberachdorf	oberachdorf	DE		0	Europe/Berlin	48.99599	12.38899				02	093	09375	09375210
2861490	Oberach	oberach	DE		0	Europe/Berlin	48.48564	10.91902				02	097	09771	09771158
2861491	Oberach	oberach	DE		0	Europe/Berlin	47.68357	11.76776				02	091	09182	09182129
2861492	Ober-Abtsteinach	ober-abtsteinach	DE		0	Europe/Berlin	49.54399	8.78561		Ober-Abtsteinach		05	064	06431	06431001
2861493	Oben zum Holz	oben-zum-holz	DE		0	Europe/Berlin	51.20823	7.09329				07	051	05122	05122000
2861494	Obenstrohe	obenstrohe	DE		0	Europe/Berlin	53.37427	8.10246				06	00	03455	03455026
2861495	Obensiebeneick	obensiebeneick	DE		0	Europe/Berlin	51.28704	7.14023				07	051	05124	05124000
2861497	Obenroth	obenroth	DE		0	Europe/Berlin	50.7469	7.4675		Obenroth		07	053	05382	05382016
2861498	Oben im Eiberg	oben-im-eiberg	DE		0	Europe/Berlin	51.43333	7.13333				07	059	05911	05911000
2861499	Obenhausen	obenhausen	DE		0	Europe/Berlin	48.23565	10.17832				02	097	09775	09775118
2861501	Obendorf	obendorf	DE		0	Europe/Berlin	54.11667	10.16667				10	00	01057	01057071
2861502	Obendorf	obendorf	DE		0	Europe/Berlin	50.44962	10.55735				15	00	16066	16066094
2861503	Obendeich	obendeich	DE		0	Europe/Berlin	53.77045	9.46669				10	00	01061	01061037
2861505	Obenbrunn	obenbrunn	DE		0	Europe/Berlin	49.1054	10.80029				02	095	09577	09577136
2861506	Obenaltendorf	obenaltendorf	DE		0	Europe/Berlin	53.72538	9.24711				06	00	03352	03352044
2861507	Obelshof	obelshof	DE		0	Europe/Berlin	49.03416	10.72141				02	095	09577	09577140
2861508	Obelhofen	obelhofen	DE		0	Europe/Berlin	47.87089	9.49034				01	084	08436	08436096
2861510	Obelfing	obelfing	DE		0	Europe/Berlin	48.14152	11.85322				02	091	09175	09175111
2861511	Öbel	oebel	DE		0	Europe/Berlin	51.23333	6.15				07	051	05166	05166020
2861515	Obdrup	obdrup	DE		0	Europe/Berlin	54.69699	9.56838				10	00	01059	01059185
2861517	Obbornhofen	obbornhofen	DE		0	Europe/Berlin	50.43936	8.83129				05	065	06531	06531008
2861518	Obbenskoog	obbenskoog	DE		0	Europe/Berlin	54.43265	8.98555				10	00	01054	01054120
2861521	Obbach	obbach	DE		0	Europe/Berlin	50.07433	10.09438				02	096	09678	09678128
2861522	Ob	ob	DE		0	Europe/Berlin	47.79627	10.71917				02	097	09777	09777118
2861525	Nymphenburg	nymphenburg	DE		0	Europe/Berlin	48.15853	11.49857				02	091	09162	09162000
2861528	Nüxhausen	nuexhausen	DE		0	Europe/Berlin	51.10608	7.16611				07	053	05378	05378032
2861529	Nüxei	nuexei	DE		0	Europe/Berlin	51.56798	10.5219				06	00	03159	03159004
2861531	Nutzwedel	nutzwedel	DE		0	Europe/Berlin	53.82075	9.63447				10	00	01061	01061044
2861532	Nutzung	nutzung	DE		0	Europe/Berlin	50.8	12.75				13	00	14524	14524120
2861533	Nutzhorn	nutzhorn	DE		0	Europe/Berlin	53.09669	8.56942				06	00	03458	03458005
2861534	Nutzfelde	nutzfelde	DE		0	Europe/Berlin	53.26795	10.51945				06	00	03355	03355033
2861536	Nützenberg	nuetzenberg	DE		0	Europe/Berlin	51.25301	7.11467				07	051	05124	05124000
2861539	Nützelbach	nutzelbach	DE		0	Europe/Berlin	49.91167	10.69241				02	096	09674	09674159
2861540	Nutzberg	nutzberg	DE		0	Europe/Berlin	51.73526	14.39773		Kolonie Nutzberg,Nutzberg		11	00	12052	12052000
2861541	Nutzbach	nutzbach	DE		0	Europe/Berlin	48.43024	12.51573				02	092	09277	09277121
2861544	Nuttlar	nuttlar	DE		0	Europe/Berlin	51.37124	8.42395		Nuttlar		07	059	05958	05958008
2861547	Nüttermoor	nuettermoor	DE		0	Europe/Berlin	53.26219	7.43615				06	00	03457	03457013
2861548	Nütterden	nuetterden	DE		0	Europe/Berlin	51.78889	6.06496				07	051	05154	05154040
2861556	Nüttel	nuettel	DE		0	Europe/Berlin	53.30743	9.49332				06	00	03357	03357050
2861557	Nuttel	nuttel	DE		0	Europe/Berlin	53.24514	8.14213				06	00	03451	03451008
2861558	Nuttel	nuttel	DE		0	Europe/Berlin	53.01362	8.43376				06	00	03458	03458003
2861559	Nütschow	nuetschow	DE		0	Europe/Berlin	54.06191	12.69633				12	00	13073	13073050
2861561	Nütschau	nuetschau	DE		0	Europe/Berlin	53.82446	10.32603				10	00	01062	01062092
2861563	Nütheim	nuetheim	DE		0	Europe/Berlin	50.71559	6.16472				07	053	05334	05334002
2861570	Nüsterrasen	nuesterrasen	DE		0	Europe/Berlin	50.61789	9.95533				05	066	06631	06631013
2861572	Nüstenbach	nustenbach	DE		0	Europe/Berlin	49.37316	9.12575				01	082	08225	08225058
2861573	Nüstedt	nuestedt	DE		0	Europe/Berlin	52.89008	8.70344				06	00	03251	03251007
2861575	Nüst	nuest	DE		0	Europe/Berlin	50.65877	9.76127				05	066	06631	06631015
2861580	Nüßleshof	nuessleshof	DE		0	Europe/Berlin	50.76455	10.41834				15	00	16066	16066022
2861582	Nüsslenshof	nusslenshof	DE		0	Europe/Berlin	49.06667	9.55				01	081	08127	08127052
2861584	Nußlachhof	nusslachhof	DE		0	Europe/Berlin	48.42155	10.36693				02	097	09774	09774121
2861586	Nussing	nussing	DE		0	Europe/Berlin	48.39525	12.92631				02	092	09277	09277139
2861591	Nußhausen	nusshausen	DE		0	Europe/Berlin	48.94897	11.73979				02	092	09273	09273164
2861592	Nußhard	nusshard	DE		0	Europe/Berlin	48.3	8.38333				01	083	08325	08325050
2861594	Nussertsham	nussertsham	DE		0	Europe/Berlin	48.49556	13.16307				02	092	09275	09275125
2861605	Nußbühl	nussbuhl	DE		0	Europe/Berlin	48.84961	10.79653		Nussbuhl,Nußbühl		02	097	09779	09779148
2861608	Nußberg	nussberg	DE		0	Europe/Berlin	47.84419	11.26148				02	091	09190	09190152
2861627	Nüssau	nuessau	DE		0	Europe/Berlin	53.48835	10.59016				10	00	01053	01053020
2861630	Nüsenhofen	nuesenhofen	DE		0	Europe/Berlin	51.11725	7.11657				07	053	05378	05378016
2861646	Nürnberger Hof	nuernberger-hof	DE		0	Europe/Berlin	50.06145	8.16407				05	064	06414	06414000
2861650	Nürnberg	nuernberg	DE		499237	Europe/Berlin	49.45421	11.07752		NUE,Neurenberch,Neurenberg,Niamberg,Nirnberg,Nirnberga,Niurnbergas,Njurnberg,Norimberg,Norimberga,Norimberk,Norimbèrga,Norymberga,Nuernbarg,Nuernberg,Nuernberq,Nuremberg,Nuremberga,Nurembergo,Nuremburg,Nurembèrg,Nurenberg,Nurenbergo,Nurenburg,Nurnberg,Nyremberg,Nyremberge,Nyremvergi,Nyrëmberg,Nyurnberg,Nyurnbérg,Núremberg,Nürnbarg,Nürnberg,Nürnberq,n'yurnabarga,niu lun bao,niurnbergi,niyuramperk,nurem beirk,nwileunbeleukeu,nwrnbrg,nwrnbyrgh,nyrnbrg,nyurunberuku,nywrmbrg,Νυρεμβέργη,Νυρεμβεργη,Нирнберг,Нюрнберг,Нӳрнберг,נירנבערג,נירנברג,نورنبرگ,نورنبيرغ,نۆریمبێرگ,نیورمبرگ,न्युर्नबर्ग,நியூரம்பெர்க்,นูเรมเบิร์ก,เนือร์นแบร์ก,ნიურნბერგი,ニュルンベルク,纽伦堡,뉘른베르크		02	095	09564	09564000
2861652	Nurn	nurn	DE		0	Europe/Berlin	50.32393	11.47067				02	094	09476	09476177
2861654	Nuppling	nuppling	DE		0	Europe/Berlin	48.389	12.98747				02	092	09277	09277149
2861658	Nunzenried	nunzenried	DE		0	Europe/Berlin	49.45509	12.4489				02	093	09376	09376151
2861659	Nunsting	nunsting	DE		0	Europe/Berlin	49.22497	12.66773				02	093	09372	09372116
2861662	Nünschweiler	nuenschweiler	DE		827	Europe/Berlin	49.22353	7.50719			07340035	08	00	07340	07340035
2861663	Nünningen	nuenningen	DE		0	Europe/Berlin	52.87657	9.52742				06	00	03358	03358024
2861667	Nunkirchen	nunkirchen	DE		0	Europe/Berlin	49.48612	6.84046		Nunkirchen		09	00	10042	10042116
2861668	Nunkas	nunkas	DE		0	Europe/Berlin	49.68998	11.73074				02	093	09374	09374124
2861669	Nunhausen	nunhausen	DE		0	Europe/Berlin	47.94613	12.58192				02	091	09189	09189154
2861670	Nündorf	nundorf	DE		0	Europe/Berlin	48.31762	13.19535				02	092	09275	09275132
2861673	Nummer Vier	nummer-vier	DE		0	Europe/Berlin	53.73333	10.21667				10	00	01062	01062036
2861675	Nümmen	nuemmen	DE		0	Europe/Berlin	51.1969	7.06442				07	051	05122	05122000
2861676	Numburg	numburg	DE		0	Europe/Berlin	51.42412	10.98534				15	00	16065	16065085
2861677	Nümbrecht	nuembrecht	DE		17427	Europe/Berlin	50.90427	7.54063		Nimbrekht,Njumbrekht,Nuembrecht,Numbrecht,Nümbrecht,ning bu lei xi te,Нимбрехт,Нюмбрехт,宁布雷希特	05374032	07	053	05374	05374032
2861678	Numborn	numborn	DE		0	Europe/Berlin	49.34783	6.97215				09	00	10041	10041513
2861689	Nuggelsberg	nuggelsberg	DE		0	Europe/Berlin	52.21667	14.43333				11	00	12067	12067458
2861700	Nüdelshalbach	nuedelshalbach	DE		0	Europe/Berlin	51.19304	7.20221				07	051	05120	05120000
2861702	Nucknitz	nucknitz	DE		0	Europe/Berlin	51.2245	14.26546		Nucknitz,Nuknica		13	00	14625	14625080
2861704	Nückel	nueckel	DE		0	Europe/Berlin	53.49357	8.65918				06	00	03352	03352032
2861706	Nüchel	nuechel	DE		0	Europe/Berlin	54.20178	10.6515				10	00	01055	01055028
2861707	Nubhusen	nubhusen	DE		0	Europe/Berlin	53.75769	8.94264				06	00	03352	03352045
2861709	Nübelfeld	nuebelfeld	DE		0	Europe/Berlin	54.77224	9.72966				10	00	01059	01059186
2861710	Nübel	nuebel	DE		0	Europe/Berlin	54.76667	9.71667				10	00	01059	01059186
2861716	Noviand	noviand	DE		0	Europe/Berlin	49.92967	6.98785				08	00	07231	07231081
2861718	Növerhof	noeverhof	DE		0	Europe/Berlin	50.90833	7.32944				07	053	05382	05382036
2861719	Növenthien	noeventhien	DE		0	Europe/Berlin	52.93022	10.79398				06	00	03360	03360024
2861722	Notzing	notzing	DE		0	Europe/Berlin	48.30506	11.84772				02	091	09177	09177133
2861724	Notzenhausen	notzenhausen	DE		0	Europe/Berlin	48.60909	11.78753				02	091	09178	09178122
2861725	Notzenhaus	notzenhaus	DE		0	Europe/Berlin	47.66667	9.66667				01	084	08435	08435057
2861727	Notzen	notzen	DE		0	Europe/Berlin	48.24611	12.43674				02	091	09183	09183112
2861728	Notzen	notzen	DE		0	Europe/Berlin	47.73	10.23797				02	097	09780	09780146
2861731	Notwende	notwende	DE		0	Europe/Berlin	49.50306	8.37444				08	00	07314	07314000
2861734	Nottorf	nottorf	DE		0	Europe/Berlin	52.95965	9.09441				06	00	03361	03361013
2861735	Nottorf	nottorf	DE		0	Europe/Berlin	52.95264	9.79577				06	00	03358	03358021
2861737	Nöttingen	nottingen	DE		0	Europe/Berlin	48.93015	8.56923		Nottingen,Nöttingen		01	082	08236	08236071
2861738	Nötting	notting	DE		0	Europe/Berlin	48.70431	11.60881		Notting,Nötting		02	091	09186	09186122
2861740	Nottersdorf	nottersdorf	DE		0	Europe/Berlin	49.81069	12.12253				02	093	09374	09374168
2861741	Nottersdorf	nottersdorf	DE		0	Europe/Berlin	49.43854	12.37244				02	093	09376	09376148
2861745	Nötten	noetten	DE		0	Europe/Berlin	51.57516	8.08865				07	059	05974	05974040
2861749	Nottberg	nottberg	DE		0	Europe/Berlin	52.1573	9.08089				06	00	03257	03257031
2861750	Nottau	nottau	DE		0	Europe/Berlin	48.64804	13.57897				02	092	09275	09275126
2861751	Nottau	nottau	DE		0	Europe/Berlin	48.57621	13.61979				02	092	09275	09275137
2861752	Notscheid	notscheid	DE		0	Europe/Berlin	50.60162	7.33667		Notscheid		08	00	07138	07138068
2861756	Nöthschütz	noethschuetz	DE		0	Europe/Berlin	51.14484	13.07585				13	00	14522	14522080
2861757	Nöthnitz	noethnitz	DE		0	Europe/Berlin	51.12821	12.28572		Methewitz-Nothnitz,Methewitz-Nöthnitz,Nothnitz,Nöthnitz		13	00	14729	14729170
2861758	Nöthnitz	noethnitz	DE		0	Europe/Berlin	51.00349	13.72758				13	00	14628	14628050
2861691	Nudow	nudow	DE	14532	0	Europe/Berlin	52.32827	13.16468				11	00	12069	12069454
2861759	Nothgottes	nothgottes	DE		0	Europe/Berlin	50.00421	7.92619				05	064	06439	06439004
2861760	Nothfelden	nothfelden	DE		0	Europe/Berlin	51.35302	9.20946				05	066	06633	06633028
2861761	Nöthen	noethen	DE		0	Europe/Berlin	50.54709	6.72312				07	053	05366	05366004
2861764	Nothberg	nothberg	DE		0	Europe/Berlin	50.80902	6.29816		Nothberg		07	053	05334	05334012
2861766	Nothausen	nothausen	DE		0	Europe/Berlin	50.95006	7.68691		Nothausen		07	053	05374	05374040
2861767	Nothalde	nothalde	DE		0	Europe/Berlin	48.43908	7.99032				01	083	08317	08317097
2861769	Nothackersberg	nothackersberg	DE		0	Europe/Berlin	48.83333	13.05				02	092	09271	09271148
2861770	Notdeich	notdeich	DE		0	Europe/Berlin	53.55	8.45				06	00	03461	03461003
2861772	Noswendel	noswendel	DE		0	Europe/Berlin	49.52751	6.87342		Noswendel,Noswendelroth		09	00	10042	10042116
2861775	Nöstlbach	nostlbach	DE		0	Europe/Berlin	47.97273	12.35026				02	091	09189	09189137
2861776	Nostitz	nostitz	DE		0	Europe/Berlin	51.16334	14.67606		Nosacicy,Nosaćicy,Nostitz		13	00	14625	14625610
2861778	Noßwitz	nosswitz	DE		0	Europe/Berlin	51.04189	12.76634				13	00	14522	14522490
2861779	Noßwitz	nosswitz	DE		0	Europe/Berlin	50.62262	12.16972				13	00	14523	14523100
2861780	Nößwartling	nosswartling	DE		0	Europe/Berlin	49.2616	12.80677				02	093	09372	09372112
2861781	Nosslitz	nosslitz	DE		0	Europe/Berlin	51.11115	13.28017				13	00	14627	14627180
2861782	Nößling	nossling	DE		0	Europe/Berlin	49.05413	12.82263				02	092	09276	09276128
2861783	Nössige	noessige	DE		0	Europe/Berlin	51.12173	13.35216				13	00	14627	14627080
2861784	Nossentiner Hütte	nossentiner-huette	DE		737	Europe/Berlin	53.53434	12.42416				12	00	13071	13071113
2861786	Nossentin	nossentin	DE		0	Europe/Berlin	53.52087	12.46433				12	00	13071	13071138
2861792	Noßdorf	nossdorf	DE		0	Europe/Berlin	51.72174	14.61471				11	00	12071	12071076
2861793	Nösingfeld	noesingfeld	DE		0	Europe/Berlin	52.12534	9.13499				07	057	05766	05766028
2861794	Noschkowitz	noschkowitz	DE		0	Europe/Berlin	51.18935	13.13987		Noschkowitz		13	00	14522	14522450
2861795	Nöschenrode	noeschenrode	DE		0	Europe/Berlin	51.82998	10.78901				14	00	15085	15085370
2861796	Nösberts-Weidmoos	noesberts-weidmoos	DE		0	Europe/Berlin	50.51456	9.37768				05	065	06535	06535007
2861797	Nosbach	nosbach	DE		0	Europe/Berlin	50.9447	7.76583				07	053	05374	05374040
2861798	Norwegen	norwegen	DE		0	Europe/Berlin	52.75983	7.83682				06	00	03453	03453009
2861809	Nörting	norting	DE		0	Europe/Berlin	48.45868	11.62725				02	091	09178	09178136
2861811	Northen	northen	DE		0	Europe/Berlin	52.34488	9.60789				06	00	03241	03241006
2861816	Nortenhof	nortenhof	DE		0	Europe/Berlin	52.20172	10.41238				06	00	03102	03102000
2861817	Nörten-Hardenberg	noerten-hardenberg	DE		8514	Europe/Berlin	51.62878	9.93593		Nerten-Khardenberg,Njorten-Khardenberg,Noerten-Hardenberg,Noerten-Harenbarg,Nörten-Hardenberg,Nörten-Harenbarg,nei er teng-ha deng bei ge,neruten=harudenberuku,Нертен-Харденберг,Нёртен-Харденберг,Нөртен-Харденберг,ネルテン＝ハルデンベルク,内尔滕-哈登贝格		06	00	03155	03155010
2861821	Norsingen	norsingen	DE		0	Europe/Berlin	47.9385	7.72876				01	083	08315	08315131
2861823	Nornheim	nornheim	DE		0	Europe/Berlin	48.45032	10.31584				02	097	09774	09774135
2861826	Normannshausen	normannshausen	DE		0	Europe/Berlin	52.8514	9.04374				06	00	03251	03251026
2861827	Norlaching	norlaching	DE		0	Europe/Berlin	48.31742	12.14935				02	091	09177	09177115
2861831	Norgaardholz	norgaardholz	DE		0	Europe/Berlin	54.78275	9.79855				10	00	01059	01059164
2861833	Norf	norf	DE		0	Europe/Berlin	51.15706	6.72277				07	051	05162	05162024
2861836	Nordwohlde	nordwohlde	DE		0	Europe/Berlin	52.90473	8.73609				06	00	03251	03251007
2861839	Nordwiehe	nordwiehe	DE		0	Europe/Berlin	54.73333	9.25				10	00	01059	01059115
2861840	Nordwerdum	nordwerdum	DE		0	Europe/Berlin	53.67068	7.7118				06	00	03462	03462017
2861841	Nordweil	nordweil	DE		0	Europe/Berlin	48.194	7.81382		Nordweil		01	083	08316	08316020
2861842	Nordwede	nordwede	DE		0	Europe/Berlin	53.20484	8.89944				06	00	03356	03356011
2861844	Nordwarft	nordwarft	DE		0	Europe/Berlin	54.66667	8.81667		Nordwarf,Nordwarft		10	00	01054	01054093
2861846	Nord Wanderupfeld	nord-wanderupfeld	DE		0	Europe/Berlin	54.7	9.35				10	00	01059	01059174
2861848	Nordwald	nordwald	DE		0	Europe/Berlin	51.6479	8.12468		Nordwald		07	059	05974	05974024
2861850	Nordvelen	nordvelen	DE		0	Europe/Berlin	51.91902	6.96325				07	055	05554	05554064
2861851	Nord Uppum	nord-uppum	DE		0	Europe/Berlin	53.64313	7.51064				06	00	03462	03462006
2861854	Nordsulingen	nordsulingen	DE		0	Europe/Berlin	52.68939	8.80174				06	00	03251	03251040
2861861	Nordstetten	nordstetten	DE		0	Europe/Berlin	49.07569	10.70735				02	095	09577	09577136
2861862	Nordstetten	nordstetten	DE		0	Europe/Berlin	48.43692	8.70435				01	082	08237	08237040
2861863	Nordstetten	nordstetten	DE		0	Europe/Berlin	48.08255	8.47458				01	083	08326	08326074
2861864	Nordstern	nordstern	DE		0	Europe/Berlin	50.88333	6.13333				07	053	05334	05334004
2861867	Nordsteimke	nordsteimke	DE		0	Europe/Berlin	52.40111	10.83215				06	00	03103	03103000
2861868	Nordstadum	nordstadum	DE		0	Europe/Berlin	54.75	9.03333				10	00	01054	01054125
2861869	Nordspenge	nordspenge	DE		0	Europe/Berlin	52.15124	8.48575				07	057	05758	05758032
2861870	Nordsode	nordsode	DE		0	Europe/Berlin	53.32698	8.98098				06	00	03356	03356011
2861871	Nordshausen	nordshausen	DE		0	Europe/Berlin	51.28039	9.42739		Nordradeshusun [a. 1076],Nordshusen		05	066	06611	06611000
2861872	Nordseite	nordseite	DE		0	Europe/Berlin	53.16522	8.75326				06	00	03356	03356008
2861874	Nordschwaben	nordschwaben	DE		0	Europe/Berlin	47.61871	7.81713				01	083	08336	08336069
2861878	Nordrath	nordrath	DE		0	Europe/Berlin	51.31576	7.15188		Nordrath		07	051	05158	05158032
2861886	Nordosterdeich	nordosterdeich	DE		0	Europe/Berlin	54.87787	8.72975				10	00	01054	01054086
2861888	Nordorf	nordorf	DE		0	Europe/Berlin	53.65542	7.61464				06	00	03462	03462003
2861891	Nordoe	nordoe	DE		0	Europe/Berlin	53.90239	9.50309				10	00	01061	01061017
2861892	Nord Moslesfehn	nord-moslesfehn	DE		0	Europe/Berlin	53.10884	8.14331				06	00	03403	03403000
2861893	Nordmoor	nordmoor	DE		0	Europe/Berlin	53.56906	7.58294				06	00	03462	03462001
2861895	Nordmentzhausen	nordmentzhausen	DE		0	Europe/Berlin	53.33675	8.29834				06	00	03461	03461005
2861903	Nordlünern	nordluenern	DE		0	Europe/Berlin	51.55277	7.75276				07	059	05978	05978036
2861904	Nordlünen	nordluenen	DE		0	Europe/Berlin	51.63099	7.51651				07	059	05978	05978024
2861905	Nordlohne	nordlohne	DE		0	Europe/Berlin	52.68164	8.26341				06	00	03460	03460006
2861906	Nordlohne	nordlohne	DE		0	Europe/Berlin	52.52457	7.2503		Nordlohne		06	00	03456	03456025
2861910	Nordloh	nordloh	DE		0	Europe/Berlin	53.17698	7.77752				06	00	03451	03451001
2861911	Nordlinnaufeld	nordlinnaufeld	DE		0	Europe/Berlin	54.71667	9.15				10	00	01059	01059149
2861913	Nordlinnau	nordlinnau	DE		0	Europe/Berlin	54.7	9.16667				10	00	01054	01054037
2861914	Nördlingen	noerdlingen	DE		19492	Europe/Berlin	48.85122	10.48868	430	N'ordlingen,Nerdlingen,Nerntlin'nken,Njordlingen,Noerdlingen,Nyordlingen,Nördlingen,ne de lin gen,nerutoringen,noeleuteulling-gen,nwrdlynghn,nwrdlyngn,Νέρντλινγκεν,Нердлинген,Нердлінген,Ньордлинген,Нёрдлинген,Նյորդլինգեն,نوردلينغن,نوردلینگن,ネルトリンゲン,讷德林根,뇌르틀링겐		02	097	09779	09779194
2861915	Nördling	nordling	DE		0	Europe/Berlin	48.64694	10.98042				02	097	09779	09779201
2861925	Nordkampen	nordkampen	DE		0	Europe/Berlin	52.86408	9.43455		Nordkampen		06	00	03358	03358024
2861926	Nörditz	noerditz	DE		0	Europe/Berlin	50.88166	12.40922				15	00	16077	16077012
2861927	Nordick	nordick	DE		0	Europe/Berlin	51.73399	7.70365				07	055	05558	05558004
2861928	Nordick	nordick	DE		0	Europe/Berlin	51.85056	6.96657				07	055	05554	05554028
2861929	Nordhusum	nordhusum	DE		0	Europe/Berlin	54.48333	9.03333				10	00	01054	01054056
2861930	Nordhusen	nordhusen	DE		0	Europe/Berlin	53.90547	9.03586				10	00	01051	01051011
2861945	Nordholte	nordholte	DE		0	Europe/Berlin	52.7526	8.05072				06	00	03453	03453006
2861946	Nordholte	nordholte	DE		0	Europe/Berlin	52.55039	7.46812				06	00	03454	03454028
2861954	Nordhofe	nordhofe	DE		0	Europe/Berlin	52.52442	8.18052				06	00	03460	03460002
2861955	Nordhof	nordhof	DE		0	Europe/Berlin	54.19016	13.13424		Hildebrandshagen-Nordhof		12	00	13073	13073090
2861956	Nordhof	nordhof	DE		0	Europe/Berlin	47.98441	11.94016				02	091	09187	09187179
2861958	Nordhof	nordhof	DE		0	Europe/Berlin	52.71903	12.82516				11	00	12068	12068117
2861960	Nord Herringen	nord-herringen	DE		0	Europe/Berlin	51.66667	7.73333				07	059	05915	05915000
2861961	Nordhemmern	nordhemmern	DE		0	Europe/Berlin	52.33926	8.80278		Nordhemmern		07	057	05770	05770012
2861962	Nordhellen	nordhellen	DE		0	Europe/Berlin	51.09997	7.69756				07	059	05962	05962036
2861975	Nordheide	nordheide	DE		0	Europe/Berlin	54.18333	9.35				10	00	01051	01051086
2861976	Nordheide	nordheide	DE		0	Europe/Berlin	53.10721	8.47392				06	00	03458	03458010
2861989	Nordhalden	nordhalden	DE		0	Europe/Berlin	47.80716	8.60796				01	083	08326	08326005
2861991	Nordhagen	nordhagen	DE		0	Europe/Berlin	51.77287	8.51003				07	057	05774	05774020
2861992	Nordhagen	nordhagen	DE		0	Europe/Berlin	54.63351	10.01799				10	00	01058	01058032
2861997	Nordgoltern	nordgoltern	DE		0	Europe/Berlin	52.33817	9.49511				06	00	03241	03241002
2862000	Nordgeorgsfehn	nordgeorgsfehn	DE		0	Europe/Berlin	53.27382	7.70081		Nordgeorgsfehn		06	00	03457	03457020
2862004	Nordfelderhof	nordfelderhof	DE		0	Europe/Berlin	48.56082	10.52267				02	097	09773	09773125
2862006	Nordfelde	nordfelde	DE		0	Europe/Berlin	52.8	8.63333				06	00	03251	03251042
2862007	Nordfeld	nordfeld	DE		0	Europe/Berlin	54.33333	9.13333				10	00	01051	01051060
2862013	Norderwisch	norderwisch	DE		0	Europe/Berlin	53.97807	9.06989				10	00	01051	01051119
2862015	Norder Waygaard	norder-waygaard	DE		0	Europe/Berlin	54.71667	8.83333				10	00	01054	01054109
2862028	Norderseefeld	norderseefeld	DE		0	Europe/Berlin	53.48014	8.35371				06	00	03461	03461009
2862030	Norderschweiburg	norderschweiburg	DE		0	Europe/Berlin	53.41436	8.28436				06	00	03461	03461005
2862031	Norderschwei	norderschwei	DE		0	Europe/Berlin	53.41705	8.34719				06	00	03461	03461009
2862033	Norderreihe	norderreihe	DE		0	Europe/Berlin	54.4	8.85				10	00	01054	01054135
2862045	Nordermoor	nordermoor	DE		0	Europe/Berlin	53.23945	8.36565				06	00	03461	03461004
2862048	Nordermittelteil	nordermittelteil	DE		0	Europe/Berlin	53.78488	8.94539				06	00	03352	03352045
2862049	Nordermitteldeich	nordermitteldeich	DE		0	Europe/Berlin	54.53199	8.66703				10	00	01054	01054103
2862053	Norderlandsteig	norderlandsteig	DE		0	Europe/Berlin	53.9691	9.04826				10	00	01051	01051046
2862056	Norderhörn	norderhoern	DE		0	Europe/Berlin	54.63853	8.57368				10	00	01054	01054074
2862060	Norderhofschlag	norderhofschlag	DE		0	Europe/Berlin	53.32903	8.37078				06	00	03461	03461008
2862071	Nordergast	nordergast	DE		0	Europe/Berlin	53.58333	7.88333				06	00	03455	03455007
2862073	Norderfrieschenmoor	norderfrieschenmoor	DE		0	Europe/Berlin	53.37416	8.39275				06	00	03461	03461008
2862077	Norderfeld	norderfeld	DE		0	Europe/Berlin	53.30826	8.46101				06	00	03461	03461002
2862081	Norderfahrenstedt	norderfahrenstedt	DE		0	Europe/Berlin	54.6	9.6				10	00	01059	01059008
2862082	Norderende	norderende	DE		0	Europe/Berlin	53.76174	8.9815				06	00	03352	03352008
2862083	Norderende	norderende	DE		0	Europe/Berlin	53.69836	8.90076				06	00	03352	03352051
2862089	Norderdeich	norderdeich	DE		0	Europe/Berlin	54.4	8.68333				10			
2862096	Norderaussendeich	norderaussendeich	DE		0	Europe/Berlin	53.45	8.35				06	00	03461	03461009
2862098	Norderau	norderau	DE		0	Europe/Berlin	54.46667	9.38333				10	00	01059	01059023
2862099	Norderaltendeich	norderaltendeich	DE		0	Europe/Berlin	53.70996	7.96901				06	00	03455	03455020
2862100	Nordenstadt	nordenstadt	DE		0	Europe/Berlin	50.06464	8.34324		Nordenstadt		05	064	06414	06414000
2862101	Norden-Neustadt	norden-neustadt	DE		0	Europe/Berlin	53.60651	7.18077				06	00	03452	03452019
2862102	Nordenholzermoor	nordenholzermoor	DE		0	Europe/Berlin	53.11177	8.49825				06	00	03458	03458010
2862103	Nordenholz	nordenholz	DE		0	Europe/Berlin	53.09219	8.48829				06	00	03458	03458010
2862110	Nordende	nordende	DE		0	Europe/Berlin	54.4	8.98333				10	00	01054	01054161
2862111	Nordend	nordend	DE		0	Europe/Berlin	52.59141	13.39537		Berlin-Nordend,Nordend		16	00	11000	11000000
2862112	Nordenbrok	nordenbrok	DE		0	Europe/Berlin	52.77831	8.18432				06	00	03453	03453003
2862114	Nordenberg	nordenberg	DE		0	Europe/Berlin	49.41328	10.25938		Nordenberg		02	095	09571	09571225
2862115	Nordenbeck	nordenbeck	DE		0	Europe/Berlin	51.24091	8.83541				05	066	06635	06635015
2862116	Nordenau	nordenau	DE		0	Europe/Berlin	51.17574	8.42445				07	059	05958	05958040
2862121	Nordel	nordel	DE		0	Europe/Berlin	52.45298	8.72795				06	00	03256	03256004
2862123	Nord Edewecht	nord-edewecht	DE		0	Europe/Berlin	53.13333	7.98333				06	00	03451	03451004
2862124	Nordeck	nordeck	DE		0	Europe/Berlin	50.68928	8.84537				05	065	06531	06531001
2862127	Nörde	noerde	DE		0	Europe/Berlin	51.53282	9.09983				07	057	05762	05762036
2862128	Nord Dunum	nord-dunum	DE		0	Europe/Berlin	53.59958	7.64348				06	00	03462	03462002
2862130	Norddrebber	norddrebber	DE		0	Europe/Berlin	52.68231	9.57905				06	00	03358	03358010
2862133	Norddöllen	norddoellen	DE		0	Europe/Berlin	52.80089	8.32506				06	00	03460	03460010
2862134	Norddinker	norddinker	DE		0	Europe/Berlin	51.65054	7.93331		Norddinker		07	059	05915	05915000
2862138	Nordbüttel	nordbuettel	DE		0	Europe/Berlin	53.90824	9.23145				10	00	01061	01061020
2862139	Nordburg	nordburg	DE		0	Europe/Berlin	52.57698	10.28149		Nortborch [a. 1215],O'erborch,O’erborch		06	00	03351	03351022
2862140	Nordbünge	nordbuenge	DE		0	Europe/Berlin	53.91374	9.26084				10	00	01061	01061063
2862141	Nordbruch	nordbruch	DE		0	Europe/Berlin	52.3799	9.34478				06	00	03257	03257016
2862144	Nordbrock	nordbrock	DE		0	Europe/Berlin	51.76151	6.70185				07	051	05170	05170012
2862145	Nordborchen	nordborchen	DE		0	Europe/Berlin	51.67036	8.72613		Nordborchen		07	057	05774	05774012
2862147	Nordbögge	nordboegge	DE		0	Europe/Berlin	51.61247	7.74141				07	059	05978	05978008
2862153	Nordballig	nordballig	DE		0	Europe/Berlin	54.78778	9.69682				10	00	01059	01059106
2862156	Nordassel	nordassel	DE		0	Europe/Berlin	52.14982	10.19463				06	00	03158	03158004
2862158	Nordahn	nordahn	DE		0	Europe/Berlin	53.66449	9.04257				06	00	03352	03352036
2862160	Norby	norby	DE		0	Europe/Berlin	54.54404	9.8009				10	00	01058	01058137
2862161	Norby	norby	DE		0	Europe/Berlin	54.4006	9.58249				10	00	01058	01058127
2862162	Norbisrath	norbisrath	DE		0	Europe/Berlin	51.10627	6.66205				07	051	05162	05162008
2862165	Noppling	noppling	DE		0	Europe/Berlin	48.30944	12.92124				02	092	09277	09277140
2862166	Noppick	noppick	DE		0	Europe/Berlin	51.50131	6.46679				07	051	05170	05170020
2862168	Noppenberg	noppenberg	DE		0	Europe/Berlin	50.86746	6.12416				07	053	05334	05334016
2862171	Nöpke	noepke	DE		0	Europe/Berlin	52.59617	9.39571				06	00	03241	03241012
2862173	Nonrod	nonrod	DE		0	Europe/Berlin	49.75585	8.81976				05	064	06432	06432007
2862175	Nonnreit	nonnreit	DE		0	Europe/Berlin	48.10792	12.74062				02	091	09189	09189152
2862176	Nonnhof	nonnhof	DE		0	Europe/Berlin	49.45875	11.62293				02	093	09371	09371116
2862177	Nonnhof	nonnhof	DE		0	Europe/Berlin	49.41282	11.53685				02	095	09574	09574111
2862179	Nonnevitz	nonnevitz	DE		0	Europe/Berlin	54.66442	13.30672		Nonnevitz		12	00	13073	13073019
2862181	Nonnenweiler	nonnenweiler	DE		0	Europe/Berlin	48.05855	9.50522				01	084	08437	08437100
2862182	Nonnenweier	nonnenweier	DE		0	Europe/Berlin	48.34919	7.76006				01	083	08317	08317150
2862183	Nonnenwald	nonnenwald	DE		0	Europe/Berlin	50.20601	11.98836				02	094	09475	09475168
2862195	Nonnenroth	nonnenroth	DE		0	Europe/Berlin	50.51911	8.91181				05	065	06531	06531008
2862199	Nonnenmühle	nonnenmuhle	DE		0	Europe/Berlin	48.91604	9.58493				01	081	08119	08119004
2862200	Nonnenmiß	nonnenmiss	DE		0	Europe/Berlin	48.6827	8.48226				01	082	08235	08235079
2862207	Nonnenhof	nonnenhof	DE		0	Europe/Berlin	49.59462	8.36945		Littersheimer Hof,Nonnenhof		08	00	07338	07338004
2862214	Nonnendorf	nonnendorf	DE		0	Europe/Berlin	54.11897	13.69475				12	00	13075	13075120
2862215	Nonnendorf	nonnendorf	DE		0	Europe/Berlin	51.9	12.26667				14	00	15001	15001000
2862216	Nonnendorf	nonnendorf	DE		0	Europe/Berlin	50.79625	12.01559				15	00	16076	16076088
2862220	Nonnenberg	nonnenberg	DE		0	Europe/Berlin	50.69412	7.29181		Nonnenberg		07	053	05382	05382024
2862221	Nonnenberg	nonnenberg	DE		0	Europe/Berlin	50.88333	10.5				15	00	16067	16067064
2862239	Nonnenbach	nonnenbach	DE		0	Europe/Berlin	48.08152	8.12886				01	083	08316	08316042
2862240	Nonnenbach	nonnenbach	DE		0	Europe/Berlin	50.4143	6.63275		Nonnenbach		07	053	05366	05366008
2862241	Nonnenaue	nonnenaue	DE		0	Europe/Berlin	50.01371	8.11889				08	00	07339	07339030
2862244	Nonnberg	nonnberg	DE		0	Europe/Berlin	48.34744	12.6198				02	091	09171	09171127
2862246	Nonn	nonn	DE		0	Europe/Berlin	47.73872	12.85712				02	091	09172	09172114
2862254	Nollingen	nollingen	DE		0	Europe/Berlin	47.5721	7.77431				01	083	08336	08336069
2862260	Nöllenwalze	noellenwalze	DE		0	Europe/Berlin	51.23333	7.61667				07	059	05962	05962032
2862274	Nolle	nolle	DE		0	Europe/Berlin	52.12658	8.19417				06	00	03459	03459015
2862277	Noll	noll	DE		0	Europe/Berlin	50.5887	7.34167		Noll		08	00	07138	07138068
2862284	Noitzsch	noitzsch	DE		0	Europe/Berlin	51.52722	12.55634				13	00	14730	14730360
2862285	Noithausen	noithausen	DE		0	Europe/Berlin	51.10729	6.58218				07	051	05162	05162008
2862297	Nöham	noham	DE		0	Europe/Berlin	48.55327	12.45375				02	092	09274	09274112
2862298	Nöham	noham	DE		0	Europe/Berlin	48.48358	12.90083				02	092	09277	09277114
2862299	Nöham	noham	DE		0	Europe/Berlin	48.38282	13.25294				02	092	09275	09275141
2862301	Nöggenschwiel	noggenschwiel	DE		0	Europe/Berlin	47.69255	8.21342				01	083	08337	08337118
2862303	Noës	noes	DE		0	Europe/Berlin	51.34323	14.96356		Bleichenau,Noes,Noës		13	00	14626	14626480
2862306	Nödlitz	noedlitz	DE		0	Europe/Berlin	51.12768	12.08298				14	00	15084	15084490
2862307	Noderwiechs	noderwiechs	DE		0	Europe/Berlin	47.89252	11.9272				02	091	09187	09187122
2862309	Nödenitzsch	noedenitzsch	DE		0	Europe/Berlin	50.90437	12.32542				15	00	16077	16077043
2862310	Nödecke-Höften	noedecke-hoeften	DE		0	Europe/Berlin	52.68333	7.3				06	00	03454	03454035
2862312	Nockwitz	nockwitz	DE		0	Europe/Berlin	51.44381	12.23137				13	00	14730	14730270
2862314	Nockenthal	nockenthal	DE		0	Europe/Berlin	49.71667	7.25				08	00	07134	07134072
2862318	Nochten	nochten	DE		0	Europe/Berlin	51.43197	14.59971		Nochten,Wochozy		13	00	14626	14626060
2862320	Nochen	nochen	DE		0	Europe/Berlin	51.03023	7.47251		Nochen		07	053	05374	05374012
2862321	Nochen	nochen	DE		0	Europe/Berlin	50.81629	7.76655				08	00	07132	07132080
2862324	Nöben	noeben	DE		0	Europe/Berlin	50.97346	11.97092				15	00	16074	16074012
2862325	Nöbeln	noebeln	DE		0	Europe/Berlin	50.99474	12.80049				13	00	14522	14522580
2862326	Nöbdenitz	noebdenitz	DE		1025	Europe/Berlin	50.86667	12.28333		Nebdenic,Njobdenic,Noebdenitz,Nöbdenitz,nei bu de ni ci,Небдениц,Нёбдениц,内布德尼茨	16077043	15	00	16077	16077043
2862327	Nöbden	noebden	DE		0	Europe/Berlin	50.93724	12.35546				15	00	16077	16077043
2862328	Nobbin	nobbin	DE		0	Europe/Berlin	54.653	13.38479		Nobbin		12	00	13073	13073071
2862329	Nixtitz	nixtitz	DE		0	Europe/Berlin	51.09513	12.12736				14	00	15084	15084590
2862332	Nitzschka	nitzschka	DE		0	Europe/Berlin	51.30905	12.75856				13	00	14729	14729410
2862333	Nitzschka	nitzschka	DE		0	Europe/Berlin	50.885	12.38601		Nitzschka		15	00	16077	16077043
2862334	Nitzow	nitzow	DE		0	Europe/Berlin	52.87405	12.05335		Nitzow		14	00	15090	15090225
2862335	Nitzlbuch	nitzlbuch	DE		0	Europe/Berlin	49.67546	11.64968				02	093	09371	09371113
2862336	Nitzenweiler	nitzenweiler	DE		0	Europe/Berlin	47.61287	9.6266		Nitzenweiler		01	084	08435	08435029
2862337	Nitzenhausen	nitzenhausen	DE		0	Europe/Berlin	49.28407	9.79869		Nitzenhausen		01	081	08126	08126046
2862338	Nitzendorf	nitzendorf	DE		0	Europe/Berlin	50.85	10.25				15	00	16063	16063003
2862345	Nittum	nittum	DE		0	Europe/Berlin	51.02094	7.07878				07	053	05378	05378004
2862352	Nitschareuth	nitschareuth	DE		0	Europe/Berlin	50.69628	12.15212				15	00	16076	16076039
2862353	Nister Möhrendorf	nister-moehrendorf	DE		331	Europe/Berlin	50.65563	8.07764		Nister Mohrendorf,Nister Möhrendorf		08	00	07143	07143278
2862358	Nistelitz	nistelitz	DE		0	Europe/Berlin	54.36786	13.56691				12	00	13073	13073106
2862359	Nißmitz	nissmitz	DE		0	Europe/Berlin	51.20058	11.7717				14	00	15084	15084135
2862360	Nißma	nissma	DE		0	Europe/Berlin	51.01759	12.27765				14	00	15084	15084130
2862363	Nisselsbach	nisselsbach	DE		0	Europe/Berlin	48.42945	11.11661				02	097	09771	09771113
2862364	Nisdorf	nisdorf	DE		0	Europe/Berlin	54.38156	12.89752				12	00	13073	13073005
2862365	Nischwitz	nischwitz	DE		0	Europe/Berlin	51.39364	12.70929				13	00	14729	14729380
2862366	Nischwitz	nischwitz	DE		0	Europe/Berlin	50.9615	11.78298				15	00	16074	16074009
2862367	Nischwitz	nischwitz	DE		0	Europe/Berlin	50.82253	12.27425				15	00	16077	16077018
2862368	Nisbill	nisbill	DE		0	Europe/Berlin	53.79998	11.65487				12	00	13074	13074006
2862369	Nirschlkofen	nirschlkofen	DE		0	Europe/Berlin	48.54247	12.26329				02	092	09274	09274111
2862370	Nirsching	nirsching	DE		0	Europe/Berlin	48.6902	13.53902				02	092	09275	09275119
2862371	Nirnharting	nirnharting	DE		0	Europe/Berlin	47.91131	12.76104				02	091	09189	09189162
2862373	Nirm	nirm	DE		0	Europe/Berlin	51.00413	6.16695				07	053	05370	05370012
2862374	Nirkendorf	nirkendorf	DE		0	Europe/Berlin	50.94235	12.52991				15	00	16077	16077036
2862375	Nippes	nippes	DE		113487	Europe/Berlin	50.96545	6.95314				07	053	05315	05315000
2862376	Nippenburg	nippenburg	DE		0	Europe/Berlin	48.86107	9.05857				01	081	08118	08118067
2862380	Nipmerow	nipmerow	DE		0	Europe/Berlin	54.57019	13.60496				12	00	13073	13073052
2862381	Nipkendey	nipkendey	DE		0	Europe/Berlin	52.79595	10.9333				14	00	15081	15081545
2862382	Ninkoperort	ninkoperort	DE		0	Europe/Berlin	53.51927	9.77323				04	00	02000	02000000
2862383	Ninkoperdeich	ninkoperdeich	DE		0	Europe/Berlin	53.49573	9.77893				06	00	03353	03353026
2862384	Ninkop	ninkop	DE		0	Europe/Berlin	53.51468	9.79568				04	00	02000	02000000
2862387	Nindorfermoor	nindorfermoor	DE		0	Europe/Berlin	53.6146	9.13008				06	00	03352	03352029
2862401	Nimtitz	nimtitz	DE		0	Europe/Berlin	51.16667	12.38333				13	00	14729	14729320
2862404	Nimschütz	nimschuetz	DE		0	Europe/Berlin	51.21667	14.45		Hnewsecy,Hněwsecy		13	00	14625	14625020
2862408	Nimburg	nimburg	DE		0	Europe/Berlin	48.10766	7.77798				01	083	08316	08316043
2862410	Nilling	nilling	DE		0	Europe/Berlin	48.02478	12.81135				02	091	09189	09189118
2862414	Nikolsdorf	nikolsdorf	DE		0	Europe/Berlin	50.90526	14.03833		Nikolsdorf		13	00	14628	14628210
2862415	Nikolausrieth	nikolausrieth	DE		0	Europe/Berlin	51.37672	11.36228				15	00	16065	16065046
2862418	Nikolausdorf	nikolausdorf	DE		0	Europe/Berlin	52.98466	8.08952				06	00	03453	03453008
2862419	Nikolausberg	nikolausberg	DE		0	Europe/Berlin	51.56356	9.98137		Nikolausberg		06	00	03159	03159016
2862423	Nikolassee	nikolassee	DE		16194	Europe/Berlin	52.4344	13.20095		Berlin-Nikolassee,Nicolassee,Nikolassee,Nikolasze,Николасзе		16	00	11000	11000000
2862425	Niklasreuth	niklasreuth	DE		0	Europe/Berlin	47.78511	11.92115				02	091	09182	09182123
2862426	Niklashausen	niklashausen	DE		0	Europe/Berlin	49.70498	9.61707		Niklashausen		01	081	08128	08128128
2862430	Niggenbölling	niggenboelling	DE		0	Europe/Berlin	51.2961	7.56492				07	059	05914	05914000
2862432	Niggeln	niggeln	DE		0	Europe/Berlin	47.60026	11.46778				02	091	09173	09173131
2862433	Niex	niex	DE		0	Europe/Berlin	54.0252	12.15553				12	00	13072	13072029
2862435	Niewitz	niewitz	DE		0	Europe/Berlin	51.93626	13.78162				11	00	12061	12061017
2862437	Niewisch	niewisch	DE		0	Europe/Berlin	52.07553	14.22707				11	00	12067	12067137
2862438	Niewedde	niewedde	DE		0	Europe/Berlin	52.40483	8.16173				06	00	03459	03459029
2862439	Niewald	niewald	DE		0	Europe/Berlin	51.96791	8.84846		Niewald		07	057	05766	05766020
2862442	Nievenheim	nievenheim	DE		0	Europe/Berlin	51.11468	6.77213				07	051	05162	05162004
2862443	Nievelstein	nievelstein	DE		0	Europe/Berlin	50.88333	6.06667		Merkstein Nievelstein,Nievelstein		07			
2862444	Nievelitz	nievelitz	DE		0	Europe/Berlin	53.0439	10.81326				06	00	03360	03360022
2862446	Nieukerk	nieukerk	DE		0	Europe/Berlin	51.45652	6.37319				07	051	05154	05154028
2862448	Nietwerder	nietwerder	DE		0	Europe/Berlin	52.92313	12.85512				11	00	12068	12068320
2862449	Nietleben	nietleben	DE		0	Europe/Berlin	51.48669	11.90405				14	00	15002	15002000
2862450	Niethen	niethen	DE		0	Europe/Berlin	51.16317	14.58933		Necin,Niethen,Něćin		13	00	14625	14625230
2862451	Nietheim	nietheim	DE		0	Europe/Berlin	48.76188	10.19926				01	081	08135	08135019
2862455	Niesten	niesten	DE		0	Europe/Berlin	50.07136	11.26223				02	094	09478	09478176
2862456	Niestedt	niestedt	DE		0	Europe/Berlin	53.08333	11.05				06	00	03354	03354004
2862461	Nieska	nieska	DE		0	Europe/Berlin	51.42923	13.3583		Nieska		13	00	14627	14627050
2862462	Niesitz	niesitz	DE		0	Europe/Berlin	48.78436	10.19106				01	081	08136	08136088
2862463	Niesig	niesig	DE		0	Europe/Berlin	50.57533	9.67724				05	066	06631	06631009
2862468	Niesendorf	niesendorf	DE		0	Europe/Berlin	51.29845	14.31733		Niza Wjes,Niža Wjes		13	00	14625	14625360
2862471	Niese	niese	DE		0	Europe/Berlin	51.85985	9.29289				07	057	05766	05766052
2862472	Nieschütz	nieschuetz	DE		0	Europe/Berlin	51.22139	13.42051				13	00	14627	14627190
2862473	Nieschen	nieschen	DE		0	Europe/Berlin	52.62904	14.52116				11	00	12064	12064057
2862474	Niesberg	niesberg	DE		0	Europe/Berlin	48.16425	12.1005		Miesberg		02	091	09183	09183126
2862475	Niesberg	niesberg	DE		0	Europe/Berlin	47.81604	12.28881				02	091	09187	09187132
2862477	Niesau	niesau	DE		0	Europe/Berlin	51.75816	12.29363				14	00	15082	15082301
2862478	Niesassen	niesassen	DE		0	Europe/Berlin	49.22985	12.8352				02	093	09372	09372137
2862479	Niesaß	niesass	DE		0	Europe/Berlin	49.43333	12.41667				02	093	09376	09376122
2862480	Niesaß	niesass	DE		0	Europe/Berlin	49.3874	11.60826				02	093	09373	09373140
2862481	Niesaß	niesass	DE		0	Europe/Berlin	49.1083	11.78784				02	093	09375	09375118
2862483	Nierstraß	nierstrass	DE		0	Europe/Berlin	50.97024	6.07806		Nierstrass,Nierstraß		07	053	05370	05370012
2862487	Nierst	nierst	DE		0	Europe/Berlin	51.31549	6.71448		Nierst		07	051	05162	05162022
2862488	Niersken	niersken	DE		0	Europe/Berlin	51.48192	6.32994				07	051	05154	05154028
2862493	Niersbroek	niersbroek	DE		0	Europe/Berlin	51.47203	6.30564				07	051	05154	05154052
2862495	Nierow Zwei	nierow-zwei	DE		0	Europe/Berlin	52.66667	12.15				14	00	15090	15090485
2862497	Nierow	nierow	DE		0	Europe/Berlin	52.68825	12.18581				14	00	15090	15090485
2862499	Niernsdorf	niernsdorf	DE		0	Europe/Berlin	48.44338	11.5199		Niernsdorf		02	091	09178	09178133
2862502	Nierhüsen	nierhuesen	DE		0	Europe/Berlin	52.44441	8.29051				06	00	03459	03459013
2862505	Nierfeld	nierfeld	DE		0	Europe/Berlin	50.55996	6.49871				07	053	05366	05366036
2862509	Nierenhof	nierenhof	DE		0	Europe/Berlin	51.36667	7.13333		Nierenhof		07	051	05158	05158032
2862511	Nierendorf	nierendorf	DE		0	Europe/Berlin	50.57982	7.14924				08	00	07131	07131090
2862512	Nierenburg	nierenburg	DE		0	Europe/Berlin	52.32173	7.80521				07	055	05566	05566056
2862516	Nieratz	nieratz	DE		0	Europe/Berlin	47.69499	9.79753				01	084	08436	08436081
2862517	Nieps	nieps	DE		0	Europe/Berlin	52.69654	10.98048				14	00	15081	15081440
2862520	Niephauserfeld	niephauserfeld	DE		0	Europe/Berlin	51.48448	6.56585				07	051	05170	05170020
2862522	Niephagen	niephagen	DE		0	Europe/Berlin	52.80022	11.06124				14	00	15081	15081455
2862524	Nieperfitz	nieperfitz	DE		0	Europe/Berlin	53.15851	10.88016				06	00	03355	03355025
2862526	Niep	niep	DE		0	Europe/Berlin	51.40756	6.55159		Niep		07	051	05170	05170028
2862528	Nienwohlde	nienwohlde	DE		0	Europe/Berlin	52.84865	10.56636		Nienwohlde		06	00	03360	03360030
2862530	Nienwedel	nienwedel	DE		0	Europe/Berlin	53.1349	11.06654				06	00	03354	03354009
2862531	Nienwalde	nienwalde	DE		0	Europe/Berlin	53.00539	11.4879		Nienwalde		06	00	03354	03354005
2862534	Nienstedten	nienstedten	DE		0	Europe/Berlin	53.55	9.85		Hamburg-Nienstedten,Nienstedten		04	00	02000	02000000
2862542	Nienser Deichstrich	nienser-deichstrich	DE		0	Europe/Berlin	53.6	8.33333				06	00	03461	03461003
2862544	Nienrode	nienrode	DE		0	Europe/Berlin	52.05344	10.46911				06	00	03102	03102000
2862545	Nienrade	nienrade	DE		0	Europe/Berlin	54.19482	10.87362				10	00	01055	01055006
2862547	Nienover	nienover	DE		0	Europe/Berlin	51.68042	9.52522		Nienover		06	00	03155	03155002
2862548	Nienmark	nienmark	DE		0	Europe/Berlin	53.69815	11.31527				12	00	13074	13074014
2862549	Nienkattbek	nienkattbek	DE		0	Europe/Berlin	54.21059	9.70575				10	00	01058	01058086
2862552	Nienhusen	nienhusen	DE		0	Europe/Berlin	54.00194	12.03042				12	00	13072	13072121
2862555	Nienhöfen	nienhoefen	DE		0	Europe/Berlin	53.61803	9.80839				10	00	01056	01056018
2862556	Nienhof	nienhof	DE		0	Europe/Berlin	52.54858	10.32406		Nienhof,Nienhowwe		06	00	03351	03351017
2862562	Nienhausen	nienhausen	DE		0	Europe/Berlin	52.55336	8.19875				06	00	03460	03460002
2862563	Nienhaus	nienhaus	DE		0	Europe/Berlin	52.84054	8.71912				06	00	03251	03251007
2862582	Niengraben	niengraben	DE		0	Europe/Berlin	52.39388	9.34027				06	00	03241	03241021
2862583	Nienfelde	nienfelde	DE		0	Europe/Berlin	52.89977	11.77027				14	00	15090	15090520
2862585	Niendorf Zwei	niendorf-zwei	DE		0	Europe/Berlin	52.92919	10.56747				06	00	03360	03360030
2862590	Niendorf I	niendorf-i	DE		0	Europe/Berlin	53.11773	10.63846				06	00	03360	03360017
2862617	Nienburgerbruch	nienburgerbruch	DE		0	Europe/Berlin	52.59622	9.18505				06	00	03256	03256006
2862620	Nienburg	nienburg	DE		32629	Europe/Berlin	52.6461	9.22086		Nienborg,Nienburg,Nienburg/Weser,Nijnburg,Ninburg,Ninburga pie Vezeres,Nīnburga pie Vēzeres,ninburuku/vu~eza,ning bu er ge,nynbwrg,nynbwrgh,Нийнбург,Нинбург,Нінбург,نينبورغ,نینبورگ,ニーンブルク/ヴェーザー,宁布尔格	03256	06	00	03256	03256022
2862623	Nienbrügge	nienbruegge	DE		0	Europe/Berlin	54.35	10.08333				10	00	01002	01002000
2862624	Nienbrügge	nienbruegge	DE		0	Europe/Berlin	52.38458	9.22641				06	00	03257	03257033
2862627	Nienborg	nienborg	DE		0	Europe/Berlin	52.13568	7.10493		Nienborg		07	055	05554	05554024
2862630	Nienbergen	nienbergen	DE		0	Europe/Berlin	52.86257	10.94391				06	00	03354	03354001
2862632	Nienberge	nienberge	DE		0	Europe/Berlin	51.99561	7.55527		Nienberge		07	055	05515	05515000
2862635	Niemtsch	niemtsch	DE		0	Europe/Berlin	51.49298	13.98113		Niemtsch		11	00	12066	12066304
2862637	Niemerlang	niemerlang	DE		0	Europe/Berlin	53.24652	12.34995		Niemerlang		11	00	12068	12068468
2862645	Niemannsbruch	niemannsbruch	DE		0	Europe/Berlin	52.76667	9.01667				06	00	03251	03251002
2862647	Niemandsfreund	niemandsfreund	DE		0	Europe/Berlin	47.71667	9.76667				01	084	08436	08436006
2862649	Nielitz	nielitz	DE		0	Europe/Berlin	54.01665	13.09184				12	00	13075	13075082
2862653	Niel	niel	DE		0	Europe/Berlin	51.82602	6.02043				07	051	05154	05154040
2862654	Niekrenz	niekrenz	DE		0	Europe/Berlin	54.04568	12.36503				12	00	13072	13072091
2862657	Nieklitz	nieklitz	DE		0	Europe/Berlin	53.48835	10.87852				12	00	13076	13076039
2862659	Niehuus	niehuus	DE		0	Europe/Berlin	54.82606	9.38884				10	00	01059	01059120
2862666	Niehorst	niehorst	DE		0	Europe/Berlin	51.94935	8.34858		Niehorst		07	057	05754	05754008
2862667	Nieholte	nieholte	DE		0	Europe/Berlin	52.81372	7.94509				06	00	03453	03453009
2862679	Niehagen	niehagen	DE		0	Europe/Berlin	54.36346	12.41163				12	00	13073	13073002
2862683	Niegleve	niegleve	DE		0	Europe/Berlin	53.79802	12.37537				12	00	13072	13072063
2862684	Niegeroda	niegeroda	DE		0	Europe/Berlin	51.34724	13.6252				13	00	14627	14627110
2862685	Niefernheim	niefernheim	DE		0	Europe/Berlin	49.64329	8.14916		Niefernheim		08	00	07333	07333501
2862686	Niefern	niefern	DE		0	Europe/Berlin	48.91667	8.78333				01	082	08236	08236046
2862688	Niedringhausen	niedringhausen	DE		0	Europe/Berlin	52.27766	8.63402				07	057	05770	05770016
2862693	Niederzwönitz	niederzwoenitz	DE		0	Europe/Berlin	50.64062	12.81894				13	00	14521	14521710
2862694	Niederzwehren	niederzwehren	DE		0	Europe/Berlin	51.28543	9.46661				05	066	06611	06611000
2862695	Nieder Zodel	nieder-zodel	DE		0	Europe/Berlin	51.24053	15.01096				13	00	14626	14626330
2862700	Niederzeuzheim	niederzeuzheim	DE		0	Europe/Berlin	50.47094	8.03578		Niederzeuzheim		05	065	06533	06533007
2862701	Niederzerf	niederzerf	DE		0	Europe/Berlin	49.60202	6.68739				08	00	07235	07235152
2862702	Niederzell	niederzell	DE		0	Europe/Berlin	50.33094	9.50446				05	064	06435	06435025
2862703	Niederwürzbach	niederwuerzbach	DE		0	Europe/Berlin	49.24271	7.19656				09	00	10045	10045112
2862705	Niederwurmsham	niederwurmsham	DE		0	Europe/Berlin	48.33948	12.34462				02	092	09274	09274193
2862706	Niederwünsch	niederwuensch	DE		0	Europe/Berlin	51.35146	11.79998				14	00	15088	15088235
2862707	Niederwörth	niederworth	DE		0	Europe/Berlin	48.26188	11.903				02	091	09177	09177144
2862709	Nieder-Wöllstadt	nieder-woellstadt	DE		0	Europe/Berlin	50.28024	8.77083				05	064	06440	06440025
2862710	Niederwöhr	niederwohr	DE		0	Europe/Berlin	48.76697	11.668				02	091	09186	09186139
2862711	Niederwipper	niederwipper	DE		0	Europe/Berlin	51.11964	7.43226		Niederwipper		07	053	05374	05374052
2862712	Niederwinzer	niederwinzer	DE		0	Europe/Berlin	49.03303	12.06153				02	093	09362	09362000
2862715	Niederwinkel	niederwinkel	DE		0	Europe/Berlin	50.88364	12.63318				13	00	14524	14524290
2862716	Niederwinkel	niederwinkel	DE		0	Europe/Berlin	50.14713	6.95506				08	00	07233	07233084
2862717	Niederwindhagen	niederwindhagen	DE		0	Europe/Berlin	50.65	7.35		Niederwindhagen		07	053	05382	05382008
2862718	Niederwinden	niederwinden	DE		0	Europe/Berlin	49.22927	10.02827				01	081	08127	08127071
2862719	Niederwinden	niederwinden	DE		0	Europe/Berlin	48.14259	8.01989		Niederwinden		01	083	08316	08316055
2862720	Niederwillingen	niederwillingen	DE		0	Europe/Berlin	50.7727	11.03675		Niederwillingen		15	00	16070	16070048
2862721	Niederwildberg	niederwildberg	DE		0	Europe/Berlin	51.11667	13.58333				13	00	14627	14627010
2862722	Niederwihl	niederwihl	DE		0	Europe/Berlin	47.61872	8.07265				01	083	08337	08337038
2862726	Niederwiera	niederwiera	DE		0	Europe/Berlin	50.89578	12.54617				13	00	14524	14524240
2862727	Niederweyer	niederweyer	DE		0	Europe/Berlin	50.45045	8.08045				05	065	06533	06533007
2862728	Niederwetz	niederwetz	DE		0	Europe/Berlin	50.48962	8.49861				05	065	06532	06532018
2862729	Niederwetter	niederwetter	DE		0	Europe/Berlin	50.8913	8.74654				05	065	06534	06534021
2862730	Niederwette	niederwette	DE		0	Europe/Berlin	51.06926	7.51572				07	053	05374	05374024
2862734	Niederwerbig	niederwerbig	DE		0	Europe/Berlin	52.11313	12.78611		Niederwerbig		11	00	12069	12069402
2862735	Nieder-Werbe	nieder-werbe	DE		0	Europe/Berlin	51.21112	9.00726		Nieder-Werbe		05	066	06635	06635021
2862736	Niederwennerscheid	niederwennerscheid	DE		0	Europe/Berlin	50.85618	7.33997		Niederwennerscheid		07	053	05382	05382040
2862737	Niederwenigern	niederwenigern	DE		0	Europe/Berlin	51.40447	7.13913		Niederwenigern		07	059	05954	05954016
2862739	Nieder Weisel	nieder-weisel	DE		0	Europe/Berlin	50.41645	8.68293				05	064	06440	06440005
2862740	Nieder Weisched	nieder-weisched	DE		0	Europe/Berlin	51.40655	7.54006				07	059	05978	05978028
2862742	Niederweimar	niederweimar	DE		0	Europe/Berlin	50.76252	8.73327				05	065	06534	06534020
2862750	Niederweier	niederweier	DE		0	Europe/Berlin	48.84934	8.29654		Niederweier		01	082	08216	08216015
2862751	Niederweidingen	niederweidingen	DE		0	Europe/Berlin	50.00797	6.37273				08	00	07232	07232132
2862753	Niederweidbach	niederweidbach	DE		0	Europe/Berlin	50.70228	8.48491		Niederweidbach		05	065	06532	06532002
2862754	Niederwegscheid	niederwegscheid	DE		0	Europe/Berlin	48.59023	13.77634				02	092	09275	09275156
2862755	Niederwasser	niederwasser	DE		0	Europe/Berlin	48.19049	8.22827		Niederwasser		01	083	08317	08317051
2862756	Niederwartha	niederwartha	DE		0	Europe/Berlin	51.09447	13.60313				13	00	14612	14612000
2862757	Nieder-Waroldern	nieder-waroldern	DE		0	Europe/Berlin	51.30787	9.00939				05	066	06635	06635018
2862758	Niederwarnsbach	niederwarnsbach	DE		0	Europe/Berlin	50.86395	7.73978		Niederwarnsbach		07	053	05374	05374028
2862759	Niederwangen	niederwangen	DE		1635	Europe/Berlin	47.67192	9.7988	556	Niederwangen		01	084	08436	08436081
2862761	Niederwalting	niederwalting	DE		0	Europe/Berlin	48.78623	12.64732				02	092	09278	09278167
2862762	Niederwalluf	niederwalluf	DE		0	Europe/Berlin	50.03726	8.15708		Niederwalluf		05	064	06439	06439017
2862765	Niederwalgern	niederwalgern	DE		0	Europe/Berlin	50.7357	8.7013		Niederwalgern		05	065	06534	06534020
2862766	Niederwälden	niederwalden	DE		0	Europe/Berlin	48.71667	9.6				01	081	08117	08117051
2862767	Niederwald	niederwald	DE		0	Europe/Berlin	51.55696	6.42866				07	051	05154	05154020
2862768	Niederwald	niederwald	DE		0	Europe/Berlin	50.82951	8.87839				05	065	06534	06534011
2862777	Niederwahn	niederwahn	DE		0	Europe/Berlin	50.91065	7.42189				07	053	05382	05382036
2862779	Niedervorschütz	niedervorschuetz	DE		0	Europe/Berlin	51.15051	9.38153				05	066	06634	06634003
2862780	Niedervogelgesang	niedervogelgesang	DE		0	Europe/Berlin	50.95086	13.98663		nydrfwghlghzank,نيدرفوغلغزانك		13	00	14628	14628270
2862781	Niedervillern	niedervillern	DE		0	Europe/Berlin	47.92844	12.93832				02	091	09172	09172122
2862782	Niederviehbig	niederviehbig	DE		0	Europe/Berlin	50.92535	14.76935				13	00	14626	14626310
2862784	Niederviehbacherau	niederviehbacherau	DE		0	Europe/Berlin	48.62694	12.39099				02	092	09279	09279130
2862786	Nieder Viebig	nieder-viebig	DE		0	Europe/Berlin	51.24718	14.76841		Nieder Viebig,Nieder Viehbig		13	00	14626	14626580
2862787	Niedervellmar	niedervellmar	DE		0	Europe/Berlin	51.35109	9.47863				05	066	06633	06633026
2862788	Nieder Vahlefeld	nieder-vahlefeld	DE		0	Europe/Berlin	51.22459	7.4656				07	059	05962	05962012
2862790	Niederüttfeld	niederuettfeld	DE		0	Europe/Berlin	50.13627	6.24998				08	00	07232	07232333
2862791	Niederursel	niederursel	DE		0	Europe/Berlin	50.1648	8.61877				05	064	06412	06412000
2862792	Niederurff	niederurff	DE		0	Europe/Berlin	51.03524	9.19251				05	066	06634	06634027
2862793	Niederumelsdorf	niederumelsdorf	DE		0	Europe/Berlin	48.72975	11.86179				02	092	09273	09273172
2862794	Niederulrain	niederulrain	DE		0	Europe/Berlin	48.80214	11.79765		Niederulrain		02	092	09273	09273152
2862795	Niederuhna	niederuhna	DE		0	Europe/Berlin	51.20778	14.35496		Delni Wunjow,Niederuhna		13	00	14625	14625020
2862796	Niedertunding	niedertunding	DE		0	Europe/Berlin	48.71258	12.46361				02	092	09279	09279127
2862797	Niedertrennbach	niedertrennbach	DE		0	Europe/Berlin	48.51089	12.56097				02	092	09277	09277121
2862799	Niedertraubling	niedertraubling	DE		0	Europe/Berlin	48.96016	12.18092				02	093	09375	09375179
2862800	Niedertopfstedt	niedertopfstedt	DE		0	Europe/Berlin	51.24762	10.96618		Niedertopfstedt		15	00	16065	16065074
2862803	Niederthann	niederthann	DE		0	Europe/Berlin	48.49652	11.58113				02	091	09186	09186152
2862804	Niederthalhausen	niederthalhausen	DE		0	Europe/Berlin	50.94793	9.64699		Niederthalhausen		05	066	06632	06632012
2862805	Niederterhaus	niederterhaus	DE		0	Europe/Berlin	50.12486	7.54465				08	00	07140	07140108
2862808	Niedertegernau	niedertegernau	DE		0	Europe/Berlin	47.70305	7.79996				01	083	08336	08336107
2862810	Niedertal	niedertal	DE		0	Europe/Berlin	48.1802	7.91674				01	083	08316	08316054
2862812	Niedersynderstedt	niedersynderstedt	DE		0	Europe/Berlin	50.88782	11.43977				15	00	16071	16071008
2862813	Niedersweiler	niedersweiler	DE		0	Europe/Berlin	47.8879	9.60753				01	084	08436	08436087
2862814	Niedersüßbach	niedersussbach	DE		0	Europe/Berlin	48.60244	11.9674				02	092	09274	09274165
2862815	Niedersunzing	niedersunzing	DE		0	Europe/Berlin	48.79342	12.54295				02	092	09278	09278146
2862816	Niederstüter	niederstueter	DE		0	Europe/Berlin	51.36098	7.2173				07	059	05954	05954016
2862817	Niederstrote	niederstrote	DE		0	Europe/Berlin	51.82711	7.08763				07	055	05554	05554044
2862819	Niederstricherdeich	niederstricherdeich	DE		0	Europe/Berlin	53.7246	9.1514				06	00	03352	03352042
2862820	Niederstrich	niederstrich	DE		0	Europe/Berlin	53.73002	9.16272				06	00	03352	03352044
2862821	Niederstrich	niederstrich	DE		0	Europe/Berlin	53.70459	8.51375				06	00	03352	03352061
2862823	Niederstraubing	niederstraubing	DE		0	Europe/Berlin	48.39201	12.08528				02	091	09177	09177138
2862824	Niederstrahwalde	niederstrahwalde	DE		0	Europe/Berlin	51.03333	14.71667				13	00	14626	14626180
2862826	Niederstösswitz	niederstoesswitz	DE		0	Europe/Berlin	51.14411	13.3414				13	00	14627	14627080
2862827	Nieder-Stoll	nieder-stoll	DE		0	Europe/Berlin	50.65158	9.51959				05	065	06535	06535015
2862830	Niederstimm	niederstimm	DE		0	Europe/Berlin	48.71785	11.46618				02	091	09186	09186137
2862834	Niedersteinbach	niedersteinbach	DE		0	Europe/Berlin	50.94766	12.64988		Niedersteinbach		13	00	14522	14522460
2862835	Niedersteinbach	niedersteinbach	DE		0	Europe/Berlin	50.08553	9.14719				02	096	09671	09671143
2862836	Niedersteinach	niedersteinach	DE		0	Europe/Berlin	49.50374	10.05959				01	081	08128	08128020
2862837	Niedersteinach	niedersteinach	DE		0	Europe/Berlin	49.20577	9.83083				01	081	08127	08127043
2862839	Niedersteimel	niedersteimel	DE		0	Europe/Berlin	50.95828	7.69396		Niedersteimel		07	053	05374	05374040
2862841	Nieder Steffenshagen	nieder-steffenshagen	DE		0	Europe/Berlin	54.11422	11.81166				12	00	13072	13072099
2862846	Niederstaufen	niederstaufen	DE		0	Europe/Berlin	47.60169	9.7968		Niederstaufen,Nierderstaufen		02	097	09776	09776126
2862847	Niederstaning	niederstaning	DE		0	Europe/Berlin	49.18333	12.73333				02	093	09372	09372117
2862848	Niederstaffelbach	niederstaffelbach	DE		0	Europe/Berlin	50.92447	7.4836		Niederstaffelbach		07	053	05374	05374032
2862850	Niedersprockhövel	niedersprockhoevel	DE		0	Europe/Berlin	51.36702	7.24812				07	059	05954	05954028
2862851	Nieder Spreehammer	nieder-spreehammer	DE		0	Europe/Berlin	51.33333	14.88333				13	00	14626	14626480
2862852	Niederspier	niederspier	DE		0	Europe/Berlin	51.28922	10.84493		Niederspier		15	00	16065	16065089
2862853	Niederspay	niederspay	DE		0	Europe/Berlin	50.26385	7.64535				08	00	07137	07137223
2862854	Niederspaar	niederspaar	DE		0	Europe/Berlin	51.1589	13.49497				13	00	14627	14627140
2862855	Niedersöst	niedersoest	DE		0	Europe/Berlin	49.62251	6.45711				08	00	07235	07235149
2862856	Niedersorpe	niedersorpe	DE		0	Europe/Berlin	51.16965	8.35948				07	059	05958	05958040
2862858	Niedersonthofen	niedersonthofen	DE		0	Europe/Berlin	47.62921	10.2338		Niedersonthofen		02	097	09780	09780143
2862859	Nieder-Sondern	nieder-sondern	DE		0	Europe/Berlin	51.23483	7.28626				07	051	05124	05124000
2862866	Niedersimten	niedersimten	DE		0	Europe/Berlin	49.17692	7.59822				08	00	07317	07317000
2862867	Niedersickte	niedersickte	DE		0	Europe/Berlin	52.21234	10.637				06	00	03158	03158030
2862868	Niedershausen	niedershausen	DE		0	Europe/Berlin	50.53722	8.26172				05	065	06533	06533010
2862869	Niedersgegen	niedersgegen	DE		0	Europe/Berlin	49.90601	6.27517				08	00	07232	07232067
2862870	Niedersfeld	niedersfeld	DE		0	Europe/Berlin	51.25975	8.53118		Niedersfeld		07	059	05958	05958048
2862871	Niedersetzen	niedersetzen	DE		0	Europe/Berlin	50.92218	8.03607		Niedersetzen		07	059	05970	05970040
2862872	Niederseßmar	niedersessmar	DE		0	Europe/Berlin	51.00586	7.57246				07	053	05374	05374012
2862873	Niederselters	niederselters	DE		0	Europe/Berlin	50.33742	8.23382		Niederselters		05	065	06533	06533014
2862874	Niederselk	niederselk	DE		0	Europe/Berlin	54.47494	9.58618				10	00	01059	01059078
2862875	Niederseiffenbach	niederseiffenbach	DE		0	Europe/Berlin	50.66173	13.41716		Niederseiffenbach		13	00	14521	14521280
2862876	Nieder Seifersdorf	nieder-seifersdorf	DE		0	Europe/Berlin	51.21919	14.77745				13	00	14626	14626580
2862877	Niederseidewitz	niederseidewitz	DE		0	Europe/Berlin	50.92154	13.90474				13	00	14628	14628040
2862879	Niederseeon	niederseeon	DE		0	Europe/Berlin	48.02133	11.8539				02	091	09175	09175128
2862880	Niederseeon	niederseeon	DE		0	Europe/Berlin	47.96667	12.46667				02	091	09189	09189143
2862881	Niederseemen	niederseemen	DE		0	Europe/Berlin	50.38725	9.24509				05	064	06440	06440009
2862882	Niederseelbach	niederseelbach	DE		0	Europe/Berlin	50.17962	8.28187		Niederseelbach,Niederseelback		05	064	06439	06439011
2862883	Niederseefeld	niederseefeld	DE		0	Europe/Berlin	51.88612	13.30026				11	00	12072	12072298
2862884	Niedersedlitz	niedersedlitz	DE		0	Europe/Berlin	51	13.81667				13	00	14612	14612000
2862886	Niederschwarzbach	niederschwarzbach	DE		0	Europe/Berlin	51.28816	6.98562				07	051	05158	05158024
2862887	Niederschopfheim	niederschopfheim	DE		0	Europe/Berlin	48.41303	7.89647				01	083	08317	08317047
2862888	Niederschönhausen	niederschonhausen	DE		28313	Europe/Berlin	52.58483	13.40272		Berlin-Niederschonhausen,Berlin-Niederschönhausen,Nidershjonkhauzen,Нидершёнхаузен		16	00	11000	11000000
2862889	Niederschönhagen	niederschoenhagen	DE		0	Europe/Berlin	51.94601	8.96768				07	057	05766	05766020
2862890	Niederschöneweide	niederschoneweide	DE		10446	Europe/Berlin	52.45564	13.51554		Berlin-Niederschoneweide,Berlin-Niederschöneweide,Niederschoneweide,Niederschöneweide		16	00	11000	11000000
2862893	Niederschöna	niederschoena	DE		2108	Europe/Berlin	50.96671	13.4191				13	00	14522	14522240
2862894	Niederschneiding	niederschneiding	DE		0	Europe/Berlin	48.80455	12.67324				02	092	09278	09278167
2862895	Niederschmon	niederschmon	DE		0	Europe/Berlin	51.34454	11.56399		Niederschmon		14	00	15088	15088305
2862896	Niederschmiedeberg	niederschmiedeberg	DE		0	Europe/Berlin	50.5989	13.12178		Niederschmiedeberg		13	00	14521	14521250
2862897	Niederschmalkalden	niederschmalkalden	DE		0	Europe/Berlin	50.71551	10.37357		Niederschmalkalden		15	00	16066	16066063
2862900	Nieder-Schleidern	nieder-schleidern	DE		0	Europe/Berlin	51.24667	8.74831				05	066	06635	06635015
2862901	Niederschlag	niederschlag	DE		0	Europe/Berlin	50.47175	13.01902		Hammerunterwiesenthal-Niederschlag,Niederschlag		13	00	14521	14521060
2862902	Niederschindmaas	niederschindmaas	DE		0	Europe/Berlin	50.81209	12.50115				13	00	14524	14524050
2862903	Niederscheyern	niederscheyern	DE		0	Europe/Berlin	48.51813	11.48172				02	091	09186	09186143
2862904	Niederscheveling	niederscheveling	DE		0	Europe/Berlin	51.14346	7.43198		Niederscheveling		07	053	05374	05374052
2862906	Niederschelderhütte	niederschelderhuette	DE		0	Europe/Berlin	50.84155	7.96127				08	00	07132	07132072
2862907	Niederschelden	niederschelden	DE		0	Europe/Berlin	50.84525	7.97441		Niederschelden		07	059	05970	05970040
2862908	Niederscheld	niederscheld	DE		0	Europe/Berlin	50.72113	8.30586				05	065	06532	06532006
2862911	Niederscheden	niederscheden	DE		0	Europe/Berlin	51.45	9.71667				06	00	03159	03159031
2862912	Niederschärding	niederscharding	DE		0	Europe/Berlin	48.47332	13.42469				02	092	09275	09275134
2862916	Nieder-Saulheim	nieder-saulheim	DE		0	Europe/Berlin	49.87561	8.14907		Nieder-Saulheim,Saulheim		08	00	07331	07331058
2862917	Niedersaubach	niedersaubach	DE		0	Europe/Berlin	49.42074	6.91971				09	00	10044	10044112
2862918	Niedersattling	niedersattling	DE		0	Europe/Berlin	48.4472	12.41327				02	092	09274	09274184
2862919	Nieder Sandhausen	nieder-sandhausen	DE		0	Europe/Berlin	53.26836	8.84711				06	00	03356	03356007
2862920	Niedersand	niedersand	DE		0	Europe/Berlin	52.38333	10.58333				06	00	03151	03151016
2862921	Niedersalwey	niedersalwey	DE		0	Europe/Berlin	51.25197	8.12508		Niedersalwey		07	059	05958	05958016
2862923	Niedersalbach	niedersalbach	DE		0	Europe/Berlin	49.33443	6.91121		Niedersalbach		09	00	10041	10041513
2862924	Niedersaida	niedersaida	DE		0	Europe/Berlin	50.75133	13.28537				13	00	14522	14522200
2862929	Niederrunding	niederrunding	DE		0	Europe/Berlin	49.22093	12.7438				02	093	09372	09372155
2862930	Niederrotweil	niederrotweil	DE		0	Europe/Berlin	48.08546	7.61298		Niederrotweil		01	083	08315	08315133
2862931	Niederröttenscheid	niederroettenscheid	DE		0	Europe/Berlin	51.13432	7.37611				07	053	05374	05374052
2862932	Niederroth	niederroth	DE		0	Europe/Berlin	48.32316	11.38789				02	091	09174	09174131
2862936	Niederrossau	niederrossau	DE		0	Europe/Berlin	51	13.05				13	00	14522	14522500
2862937	Niederrosbach	niederrosbach	DE		0	Europe/Berlin	50.29888	8.70641				05	064	06440	06440023
2862938	Niederroning	niederroning	DE		0	Europe/Berlin	48.73361	12.09639				02	092	09274	09274176
2862940	Niederroith	niederroith	DE		0	Europe/Berlin	49.04112	12.48289				02	092	09278	09278197
2862942	Nieder-Röhre	nieder-roehre	DE		0	Europe/Berlin	51.31667	8.01667				07	059	05958	05958044
2862943	Niederröder Höhe	niederroeder-hoehe	DE		0	Europe/Berlin	50.52314	9.61621				05	066	06631	06631009
2862944	Niederrodenbach	niederrodenbach	DE		0	Europe/Berlin	50.14506	9.02266				05	064	06435	06435023
2862945	Niederroden	niederroden	DE		0	Europe/Berlin	49.99733	8.87454				05	064	06438	06438011
2862946	Niederroden	niederroden	DE		0	Europe/Berlin	49.00303	10.30675		Niederroden		01	081	08136	08136068
2862947	Niederrode	niederrode	DE		0	Europe/Berlin	50.5286	9.62033				05	066	06631	06631009
2862948	Niederrod	niederrod	DE		0	Europe/Berlin	50.22995	8.36323				05	064	06439	06439008
2862949	Niederröblingen	niederroeblingen	DE		469	Europe/Berlin	51.42555	11.33782		Niederroblingen,Niederröblingen		14	00	15087	15087015
2862950	Niederrimsingen	niederrimsingen	DE		0	Europe/Berlin	47.98632	7.67027		Niederrimsingen		01	083	08315	08315015
2862951	Niederrimbach	niederrimbach	DE		0	Europe/Berlin	49.47469	9.99661				01	081	08128	08128020
2862952	Niederrieferath	niederrieferath	DE		0	Europe/Berlin	50.8	7.48333				07	053	05382	05382076
2862954	Niederried	niederried	DE		0	Europe/Berlin	48.16042	11.89073				02	091	09175	09175118
2862955	Niederried	niederried	DE		0	Europe/Berlin	47.58116	10.6518				02	097	09777	09777129
2862956	Niederricht	niederricht	DE		0	Europe/Berlin	49.51746	11.68859				02	093	09371	09371151
2862957	Niederreutin	niederreutin	DE		0	Europe/Berlin	48.52716	8.80553				01	081	08115	08115004
2862960	Niederreutern	niederreutern	DE		0	Europe/Berlin	48.46461	13.24406				02	092	09275	09275124
2862961	Niederrengse	niederrengse	DE		0	Europe/Berlin	51.05039	7.68138		Niederrengse		07	053	05374	05374004
2862962	Niederrengersdorf	niederrengersdorf	DE		0	Europe/Berlin	51.22555	14.89404				13	00	14626	14626230
2862964	Niederreiste	niederreiste	DE		0	Europe/Berlin	51.2601	8.2313				07	059	05958	05958016
2862967	Niederreisbach	niederreisbach	DE		0	Europe/Berlin	48.57633	12.63142				02	092	09279	09279134
2862968	Niederreihe	niederreihe	DE		0	Europe/Berlin	53.84457	9.58406				10	00	01061	01061041
2862969	Niederreifenberg	niederreifenberg	DE		0	Europe/Berlin	50.24365	8.42833				05	064	06434	06434009
2862970	Niederreidenbacherhof	niederreidenbacherhof	DE		0	Europe/Berlin	49.74381	7.41277				08	00	07134	07134045
2862971	Niederreichenbach	niederreichenbach	DE		0	Europe/Berlin	51.14226	14.79721				13	00	14626	14626450
2862973	Niederrautenbach	niederrautenbach	DE		0	Europe/Berlin	51.1187	7.25639				07	053	05378	05378032
2862974	Niederraunau	niederraunau	DE		0	Europe/Berlin	48.22239	10.38397				02	097	09774	09774150
2862975	Niederrathen	niederrathen	DE		0	Europe/Berlin	50.95951	14.08233				13	00	14628	14628310
2862977	Niederranschütz	niederranschuetz	DE		0	Europe/Berlin	51.16067	13.1157				13	00	14522	14522220
2862978	Nieder-Ramstadt	nieder-ramstadt	DE		0	Europe/Berlin	49.82474	8.70084		Nieder-Ramstadt		05	064	06432	06432014
2862982	Niederquembach	niederquembach	DE		0	Europe/Berlin	50.47624	8.44909				05	065	06532	06532018
2862983	Niederprüm	niederpruem	DE		0	Europe/Berlin	50.19382	6.4095				08	00	07232	07232296
2862985	Niederpretz	niederpretz	DE		0	Europe/Berlin	48.71611	13.51018				02	092	09275	09275128
2862987	Nieder Prauske	nieder-prauske	DE		0	Europe/Berlin	51.38454	14.77423		Delnje Brusy,Nieder Prauske		13	00	14626	14626460
2862988	Niederpoyritz	niederpoyritz	DE		0	Europe/Berlin	51.03227	13.84058				13	00	14612	14612000
2862989	Niederpöring	niederporing	DE		0	Europe/Berlin	48.71388	12.84484				02	092	09271	09271139
2862990	Niederpöllnitz	niederpoellnitz	DE		0	Europe/Berlin	50.75535	11.9576				15	00	16076	16076088
2862991	Niederpöcking	niederpocking	DE		0	Europe/Berlin	47.97313	11.3268				02	091	09188	09188137
2862992	Niederpöbel	niederpoebel	DE		0	Europe/Berlin	50.82763	13.66622				13	00	14628	14628060
2862994	Niederpleis	niederpleis	DE		0	Europe/Berlin	50.77646	7.20843		Niederpleis		07	053	05382	05382056
2862996	Niederpiebing	niederpiebing	DE		0	Europe/Berlin	48.80304	12.58411				02	092	09278	09278182
2862997	Niederpframmern	niederpframmern	DE		0	Europe/Berlin	48.02598	11.817				02	091	09175	09175131
2862998	Niederpfannenstiel	niederpfannenstiel	DE		0	Europe/Berlin	50.58297	12.71814		Niederpfannenstiel		13	00	14521	14521035
2862999	Nieder Pfaffendorf	nieder-pfaffendorf	DE		0	Europe/Berlin	51.13333	14.9				13	00	14626	14626300
2863000	Niederpesterwitz	niederpesterwitz	DE		0	Europe/Berlin	51.01661	13.66005				13	00	14628	14628110
2863001	Niederperlesreut	niederperlesreut	DE		0	Europe/Berlin	48.77347	13.44543				02	092	09272	09272138
2863002	Niederperach	niederperach	DE		0	Europe/Berlin	48.26441	12.78533				02	091	09171	09171126
2863003	Niederpappenheim	niederpappenheim	DE		0	Europe/Berlin	48.92481	10.96461				02	095	09577	09577158
2863006	Niederottendorf	niederottendorf	DE		0	Europe/Berlin	51.06157	14.22232				13	00	14628	14628260
2863007	Niederoesterweg	niederoesterweg	DE		0	Europe/Berlin	52.03065	8.19205		Niederoesterweg,Niederosterweg,Niederösterweg		07	057	05754	05754048
2863008	Niederossig	niederossig	DE		0	Europe/Berlin	51.48267	12.47309		Krensitz-Nieder Ossig,Niederossig		13	00	14730	14730150
2863009	Niederort	niederort	DE		0	Europe/Berlin	51.90595	7.53397				07	055	05515	05515000
2863010	Niederort	niederort	DE		0	Europe/Berlin	53.28955	8.42688				06	00	03461	03461008
2863013	Niederorke	niederorke	DE		0	Europe/Berlin	51.14114	8.84643		Niederorke		05	066	06635	06635019
2863015	Niederölfen	niederoelfen	DE		0	Europe/Berlin	50.67356	7.60028				08	00	07132	07132502
2863016	Nieder Ohmen	nieder-ohmen	DE		0	Europe/Berlin	50.64647	9.03381				05	065	06535	06535013
2863018	Nieder-Ofleiden	nieder-ofleiden	DE		0	Europe/Berlin	50.75329	8.97363				05	065	06535	06535009
2863020	Niederoesbern	niederoesbern	DE		0	Europe/Berlin	51.45064	7.86101		Niederoesbern,Niederosbern,Niederösbern		07	059	05962	05962040
2863021	Niederoechsen	niederoechsen	DE		0	Europe/Berlin	50.74919	10.05491		Niederoechsen		15	00	16063	16063062
2863022	Niederoderwitz	niederoderwitz	DE		0	Europe/Berlin	50.94957	14.73526		Mitteloderwitz,Niederoderwitz		13	00	14626	14626390
2863024	Niederodenspiel	niederodenspiel	DE		0	Europe/Berlin	50.95	7.71667				07	053	05374	05374040
2863026	Nieder Ochtenhausen	nieder-ochtenhausen	DE		0	Europe/Berlin	53.53124	9.16795				06	00	03357	03357008
2863027	Niederoberweiler	niederoberweiler	DE		0	Europe/Berlin	50.46667	7.25				08	00	07131	07131202
2863029	Niederoberbach	niederoberbach	DE		0	Europe/Berlin	49.21249	10.58317				02	095	09571	09571127
2863030	Niedernzell	niedernzell	DE		0	Europe/Berlin	48.13922	10.00173		Niedernzell		01	084	08426	08426135
2863033	Niederntudorf	niederntudorf	DE		0	Europe/Berlin	51.63411	8.6768				07	057	05774	05774036
2863035	Niedernstöcken	niedernstoecken	DE		0	Europe/Berlin	52.64265	9.57613				06	00	03241	03241012
2863036	Nieder Nordsehl	nieder-nordsehl	DE		0	Europe/Berlin	52.36667	9.18333				06	00	03257	03257027
2863037	Niedernkirchen	niedernkirchen	DE		0	Europe/Berlin	48.46586	12.80985				02	092	09277	09277124
2863038	Niedernjesa	niedernjesa	DE		0	Europe/Berlin	51.47653	9.926		Niedernjesa		06	00	03159	03159013
2863039	Niedernissa	niedernissa	DE		0	Europe/Berlin	50.94972	11.10343				15	00	16051	16051000
2863040	Niedernierendorf	niedernierendorf	DE		0	Europe/Berlin	50.58333	7.15				08	00	07131	07131090
2863041	Niedernholz	niedernholz	DE		0	Europe/Berlin	52.3764	9.24224				06	00	03257	03257021
2863042	Niedernhöfen	niedernhoefen	DE		0	Europe/Berlin	51.2955	7.86072				07	059	05962	05962048
2863045	Niedernheede	niedernheede	DE		0	Europe/Berlin	51.2811	7.43359				07	059	05954	05954004
2863048	Niedernhart	niedernhart	DE		0	Europe/Berlin	48.61245	13.36621				02	092	09275	09275151
2863050	Niedernhagen	niedernhagen	DE		0	Europe/Berlin	51.04914	7.5752				07	053	05374	05374012
2863051	Niedernfloß	niedernfloss	DE		0	Europe/Berlin	49.73452	12.26276				02	093	09374	09374121
2863052	Niedernfels	niedernfels	DE		0	Europe/Berlin	47.76411	12.44284				02	091	09189	09189129
2863053	Niedernfeld	niedernfeld	DE		0	Europe/Berlin	51.2	7.31667		Niedernfeld		07	053	05374	05374036
2863054	Niederneureuth	niederneureuth	DE		0	Europe/Berlin	48.67456	13.6982				02	092	09275	09275148
2863055	Niederneunkirchen	niederneunkirchen	DE		0	Europe/Berlin	49.34665	7.16887				09	00	10043	10043114
2863056	Nieder Neundorf	nieder-neundorf	DE		0	Europe/Berlin	51.31186	14.99516				13	00	14626	14626480
2863057	Niederneukirch	niederneukirch	DE		0	Europe/Berlin	51.09765	14.29021				13	00	14625	14625380
2863060	Niederneuendorf	niederneuendorf	DE		0	Europe/Berlin	52.60842	13.19793				11	00	12065	12065136
2863062	Niederneuching	niederneuching	DE		0	Europe/Berlin	48.25278	11.84574		Niederneuching		02	091	09177	09177131
2863063	Nieder Nette	nieder-nette	DE		0	Europe/Berlin	51.55353	7.41127				07	059	05913	05913000
2863064	Niedernetphen	niedernetphen	DE		0	Europe/Berlin	50.91637	8.09961				07	059	05970	05970032
2863066	Niederndorf	niederndorf	DE		0	Europe/Berlin	48.67055	13.16917				02	092	09275	09275127
2863067	Niederndorf	niederndorf	DE		0	Europe/Berlin	50.88238	11.97634				15	00	16076	16076089
2863068	Niederndorf	niederndorf	DE		0	Europe/Berlin	50.86376	7.9097		Niederndorf		07	059	05970	05970016
2863069	Niederndorf	niederndorf	DE		0	Europe/Berlin	50.85	10.05				15	00	16063	16063082
2863070	Niederndorf	niederndorf	DE		0	Europe/Berlin	50.29965	10.80052				02	094	09473	09473158
2863071	Niederndorf	niederndorf	DE		0	Europe/Berlin	49.85313	10.70472				02	094	09471	09471186
2863072	Niederndorf	niederndorf	DE		0	Europe/Berlin	49.74046	12.02337				02	093	09374	09374144
2863073	Niederndorf	niederndorf	DE		0	Europe/Berlin	49.7326	10.61771				02	095	09575	09575116
2863074	Niederndorf	niederndorf	DE		0	Europe/Berlin	49.56319	10.91277				02	095	09572	09572132
2863075	Niederndorf	niederndorf	DE		0	Europe/Berlin	49.13858	12.95115				02	092	09276	09276113
2863076	Niederndorf	niederndorf	DE		0	Europe/Berlin	49.03418	9.74749				01	081	08127	08127025
2863077	Niederndorf	niederndorf	DE		0	Europe/Berlin	48.54939	13.66637				02	092	09275	09275153
2863078	Niederndorf	niederndorf	DE		0	Europe/Berlin	48.50677	11.91335				02	091	09178	09178142
2863079	Niederndorf	niederndorf	DE		0	Europe/Berlin	48.38635	12.76121				02	092	09277	09277116
2863080	Niederndorf	niederndorf	DE		0	Europe/Berlin	48.25447	12.96401				02	092	09277	09277127
2863081	Niederndorf	niederndorf	DE		0	Europe/Berlin	48.19247	12.42373				02	091	09183	09183148
2863084	Niederndobrach	niederndobrach	DE		0	Europe/Berlin	50.13025	11.42805				02	094	09477	09477128
2863085	Niedernburg	niedernburg	DE		0	Europe/Berlin	47.89514	12.1547				02	091	09187	09187163
2863090	Niedernatzschung	niedernatzschung	DE		0	Europe/Berlin	50.58194	13.30881				13	00	14521	14521390
2863091	Niedernach	niedernach	DE		0	Europe/Berlin	47.58592	11.39271				02	091	09173	09173131
2863092	Niedern	niedern	DE		0	Europe/Berlin	52.0709	7.31759				07	055	05566	05566024
2863093	Niedermützkow	niedermuetzkow	DE		0	Europe/Berlin	54.27705	12.9007				12	00	13073	13073060
2863094	Niedermuschütz	niedermuschuetz	DE		0	Europe/Berlin	51.21891	13.39832				13	00	14627	14627020
2863096	Niedermunzig	niedermunzig	DE		0	Europe/Berlin	51.09145	13.41283				13	00	14627	14627100
2863097	Niedermünchsdorf	niedermunchsdorf	DE		0	Europe/Berlin	48.71758	13.00129				02	092	09271	09271141
2863098	Niedermünchen	niedermunchen	DE		0	Europe/Berlin	48.58338	11.95994				02	092	09274	09274165
2863099	Nieder-Mumbach	nieder-mumbach	DE		0	Europe/Berlin	49.58167	8.73972		Nieder-Mumbach		05	064	06431	06431017
2863100	Niedermülsen	niedermuelsen	DE		0	Europe/Berlin	50.77736	12.52478				13	00	14524	14524200
2863101	Niedermühle	niedermuhle	DE		0	Europe/Berlin	47.67948	8.12014				01	083	08337	08337097
2863102	Niedermotzing	niedermotzing	DE		0	Europe/Berlin	48.92316	12.50486				02	092	09278	09278112
2863104	Niedermörsbach	niedermoersbach	DE		0	Europe/Berlin	50.72517	7.76834				08	00	07143	07143265
2863105	Niedermörmter	niedermoermter	DE		0	Europe/Berlin	51.74509	6.38629				07	051	05154	05154024
2863106	Nieder-Mörlen	nieder-moerlen	DE		0	Europe/Berlin	50.38083	8.72503				05	064	06440	06440002
2863107	Niedermoosen	niedermoosen	DE		0	Europe/Berlin	47.83574	12.1804				02	091	09187	09187167
2863108	Nieder-Moos	nieder-moos	DE		0	Europe/Berlin	50.47406	9.38284				05	065	06535	06535004
2863109	Niedermöllrich	niedermoellrich	DE		0	Europe/Berlin	51.11744	9.36771				05	066	06634	06634025
2863110	Niedermöllern	niedermoellern	DE		0	Europe/Berlin	51.1566	11.70608				14	00	15084	15084282
2863112	Nieder-Modau	nieder-modau	DE		0	Europe/Berlin	49.80054	8.73801				05	064	06432	06432016
2863113	Nieder Mockstadt	nieder-mockstadt	DE		0	Europe/Berlin	50.33153	8.94376				05	064	06440	06440007
2863115	Niedermittlau	niedermittlau	DE		0	Europe/Berlin	50.16908	9.12671		Niedermittlau		05	064	06435	06435015
2863116	Niedermirsberg	niedermirsberg	DE		0	Europe/Berlin	49.7837	11.14614				02	094	09474	09474121
2863117	Niedermiebach	niedermiebach	DE		0	Europe/Berlin	50.93826	7.43757				07	053	05382	05382036
2863119	Niedermerz	niedermerz	DE		1012	Europe/Berlin	50.88151	6.26651		Niedermerz		07	053	05358	05358004
2863120	Niedermennig	niedermennig	DE		0	Europe/Berlin	49.69383	6.63138				08	00	07235	07235068
2863122	Niedermenach	niedermenach	DE		0	Europe/Berlin	48.9318	12.67478				02	092	09278	09278118
2863123	Niedermelbecke	niedermelbecke	DE		0	Europe/Berlin	51.16667	8.03333				07	059	05966	05966020
2863124	Niedermeiser	niedermeiser	DE		0	Europe/Berlin	51.46	9.30731				05	066	06633	06633016
2863125	Niedermeilingen	niedermeilingen	DE		0	Europe/Berlin	50.17891	7.90099				05	064	06439	06439005
2863126	Niedermeien	niedermeien	DE		0	Europe/Berlin	52.06927	8.95781				07	057	05766	05766036
2863127	Niedermehnen	niedermehnen	DE		0	Europe/Berlin	52.40066	8.45296		Niedermehnen		07	057	05770	05770044
2863128	Niedermehlen	niedermehlen	DE		0	Europe/Berlin	50.21702	6.38943				08	00	07232	07232227
2863129	Niedermaulsbach	niedermaulsbach	DE		0	Europe/Berlin	50.68079	7.48917				08	00	07132	07132053
2863130	Niedermauck	niedermauck	DE		0	Europe/Berlin	49.16332	11.02112		Niedermauck,Niedermauk		02	095	09576	09576141
2863132	Niedermassen	niedermassen	DE		0	Europe/Berlin	51.53924	7.6548				07	059	05978	05978036
2863133	Niedermarschacht	niedermarschacht	DE		0	Europe/Berlin	53.41756	10.36729				06	00	03353	03353023
2863136	Niedermanderscheid	niedermanderscheid	DE		0	Europe/Berlin	50.09056	6.8171				08	00	07231	07231080
2863137	Niederlützschera	niederluetzschera	DE		0	Europe/Berlin	51.19726	13.12024				13	00	14522	14522450
2863138	Niederlützingen	niederluetzingen	DE		0	Europe/Berlin	50.47285	7.30164				08	00	07131	07131014
2863139	Niederlustadt	niederlustadt	DE		0	Europe/Berlin	49.2462	8.28776				08	00	07334	07334018
2863140	Niederlungwitz	niederlungwitz	DE		0	Europe/Berlin	50.81488	12.5742				13	00	14524	14524080
2863141	Niederluhe	niederluhe	DE		0	Europe/Berlin	52.06241	8.89755				07	057	05766	05766044
2863142	Niederludwigsdorf	niederludwigsdorf	DE		0	Europe/Berlin	51.2027	15.00157		Ludwigsdorf,Niederludwigsdorf		13	00	14626	14626110
2863143	Nieder Lüdersfeld	nieder-luedersfeld	DE		0	Europe/Berlin	52.36782	9.24718				06	00	03257	03257021
2863144	Niederlückerath	niederlueckerath	DE		0	Europe/Berlin	50.82708	7.44528				07	053	05382	05382052
2863146	Niederlöstern	niederloestern	DE		0	Europe/Berlin	49.54661	6.911				09	00	10042	10042116
2863147	Niederlössnitz	niederloessnitz	DE		0	Europe/Berlin	51.10966	13.64599				13	00	14627	14627210
2863148	Niederlößnitz	niederloessnitz	DE		0	Europe/Berlin	50.61542	12.72137				13	00	14521	14521370
2863149	Niederlosheim	niederlosheim	DE		0	Europe/Berlin	49.50095	6.77587		Niederlosheim		09	00	10042	10042112
2863216	Niederkirch	niederkirch	DE		0	Europe/Berlin	48.23435	9.82788				01	084	08426	08426070
2863150	Niederlörick	niederloerick	DE		0	Europe/Berlin	51.25383	6.71741		Lorick,Lörick,Niederlorick,Niederlorik,Niederlörick,Niederlörik		07	051	05162	05162022
2863151	Niederlommatzsch	niederlommatzsch	DE		0	Europe/Berlin	51.24064	13.40521				13	00	14627	14627020
2863152	Niederloh	niederloh	DE		0	Europe/Berlin	48.31639	12.25153				02	091	09183	09183114
2863153	Niederlistingen	niederlistingen	DE		0	Europe/Berlin	51.44834	9.24954				05	066	06633	06633004
2863154	Niederlinxweiler	niederlinxweiler	DE		0	Europe/Berlin	49.4336	7.16243		Niederlinxweiler		09	00	10046	10046117
2863155	Niederlindhart	niederlindhart	DE		0	Europe/Berlin	48.76554	12.2466				02	092	09278	09278148
2863156	Niederlindach	niederlindach	DE		0	Europe/Berlin	49.6464	10.89123				02	095	09572	09572133
2863157	Niederlimberg	niederlimberg	DE		0	Europe/Berlin	49.33333	6.71667				09	00	10044	10044121
2863158	Nieder Liebersbach	nieder-liebersbach	DE		0	Europe/Berlin	49.58124	8.70139				05	064	06431	06431004
2863159	Niederlichtenau	niederlichtenau	DE		0	Europe/Berlin	51.23421	13.98948				13	00	14625	14625450
2863160	Niederlichtenau	niederlichtenau	DE		0	Europe/Berlin	50.91231	13.01075				13	00	14522	14522330
2863161	Niederlibbach	niederlibbach	DE		0	Europe/Berlin	50.20919	8.16924				05	064	06439	06439015
2863163	Niederleupten	niederleupten	DE		0	Europe/Berlin	50.97075	12.49738				15	00	16077	16077036
2863164	Niederleuken	niederleuken	DE		0	Europe/Berlin	49.61658	6.55909				08	00	07235	07235118
2863165	Niederlern	niederlern	DE		0	Europe/Berlin	48.39725	11.922				02	091	09177	09177112
2863166	Niederlepte	niederlepte	DE		0	Europe/Berlin	51.96181	12.02834				14	00	15082	15082430
2863167	Niederlengerich	niederlengerich	DE		0	Europe/Berlin	52.16901	7.83246				07	055	05566	05566040
2863168	Niederlemp	niederlemp	DE		0	Europe/Berlin	50.64619	8.41868				05	065	06532	06532008
2863169	Niederleiten	niederleiten	DE		0	Europe/Berlin	48.75687	12.96061		Nieder Leithen,Niederleiten		02	092	09271	09271135
2863171	Niederleierndorf	niederleierndorf	DE		0	Europe/Berlin	48.83109	12.08928				02	092	09273	09273141
2863173	Niederlehen	niederlehen	DE		0	Europe/Berlin	48.54792	8.08034				01	083	08317	08317089
2863174	Niederlauterstein	niederlauterstein	DE		0	Europe/Berlin	50.67046	13.20105		Niederlauterstein		13	00	14521	14521390
2863175	Niederlauterbach	niederlauterbach	DE		0	Europe/Berlin	48.63481	11.64105				02	091	09186	09186162
2863177	Niederlauken	niederlauken	DE		0	Europe/Berlin	50.34498	8.4323				05	064	06434	06434013
2863180	Niederlascheid	niederlascheid	DE		0	Europe/Berlin	50.24867	6.31194				08	00	07232	07232208
2863187	Niederlandin	niederlandin	DE		0	Europe/Berlin	53.07835	14.14009				11	00	12073	12073386
2863188	Niederlandenbeck	niederlandenbeck	DE		0	Europe/Berlin	51.20885	8.18346		Niederlandenbeck		07	059	05958	05958016
2863189	Niederland	niederland	DE		0	Europe/Berlin	49.57174	12.41062				02	093	09374	09374137
2863190	Niederlamitzhammer	niederlamitzhammer	DE		0	Europe/Berlin	50.16478	11.98968				02	094	09479	09479129
2863191	Niederlamitz	niederlamitz	DE		0	Europe/Berlin	50.16079	11.97633				02	094	09479	09479129
2863193	Niederlahnstein	niederlahnstein	DE		0	Europe/Berlin	50.31268	7.60328		Niederlahnstein		08	00	07141	07141075
2863194	Niederlaasphe	niederlaasphe	DE		0	Europe/Berlin	50.91667	8.93333				05	065	06534	06534022
2863195	Niederkyll	niederkyll	DE		0	Europe/Berlin	50.35408	6.54637				08	00	07233	07233240
2863196	Niederkümpel	niederkuempel	DE		0	Europe/Berlin	50.75	7.28333				07	053	05382	05382020
2863197	Niederkümmering	niederkummering	DE		0	Europe/Berlin	48.63893	13.57499		Nieder Kumering,Nieder Kümering,Niederkummering,Niederkümmering		02	092	09275	09275126
2863200	Niederkrossen	niederkrossen	DE		0	Europe/Berlin	50.75839	11.52236				15	00	16073	16073109
2863201	Nieder Kotitz	nieder-kotitz	DE		0	Europe/Berlin	51.18879	14.63617		Delnje Kotecy,Nieder Kotitz		13	00	14625	14625610
2863203	Niederkollenbach	niederkollenbach	DE		0	Europe/Berlin	51.01483	7.25926				07	053	05378	05378012
2863204	Niederkögt	niederkoegt	DE		0	Europe/Berlin	53.73785	9.20777				06	00	03352	03352044
2863205	Niederklütz	niederkluetz	DE		0	Europe/Berlin	53.97104	11.16764				12	00	13074	13074039
2863206	Niederklüppelberg	niederklueppelberg	DE		0	Europe/Berlin	51.10997	7.48395				07	053	05374	05374052
2863207	Niederklobikau	niederklobikau	DE		0	Europe/Berlin	51.35505	11.84407		Niederclobicau,Niederklobikau		14	00	15088	15088025
2863208	Nieder-Klingen	nieder-klingen	DE		0	Europe/Berlin	49.81934	8.89125		Nieder-Klingen		05	064	06432	06432017
2863209	Niederkleveez	niederkleveez	DE		0	Europe/Berlin	54.15586	10.50108				10	00	01057	01057009
2863210	Niederklein	niederklein	DE		1650	Europe/Berlin	50.794	8.99694	211	Niederklein		05	065	06534	06534018
2863211	Niederkleen	niederkleen	DE		0	Europe/Berlin	50.47597	8.61706				05	065	06531	06531009
2863217	Nieder-Kinzig	nieder-kinzig	DE		0	Europe/Berlin	49.75563	8.97563				05	064	06437	06437001
2863219	Niederkemmerich	niederkemmerich	DE		0	Europe/Berlin	51.0712	7.4253		Niederkemmerich		07	053	05374	05374052
2863220	Niederkaufungen	niederkaufungen	DE		0	Europe/Berlin	51.28429	9.60447				05	066	06633	06633015
2863221	Niederkastenholz	niederkastenholz	DE		0	Europe/Berlin	50.62294	6.83461		Niederkastenholz		07	053	05366	05366016
2863225	Niederkandelbach	niederkandelbach	DE		0	Europe/Berlin	48.86256	12.95454		Nieder Kandlbach,Niederkandelbach		02	092	09271	09271119
2863227	Niederkam	niederkam	DE		0	Europe/Berlin	48.49633	12.16082				02	092	09274	09274146
2863228	Niederkalbach	niederkalbach	DE		0	Europe/Berlin	50.4375	9.63776				05	066	06631	06631016
2863229	Nieder-Kainsbach	nieder-kainsbach	DE		0	Europe/Berlin	49.75404	8.88303				05	064	06437	06437003
2863230	Niederkaina	niederkaina	DE		0	Europe/Berlin	51.19609	14.47493		Delnja Kina,Niederkaina		13	00	14625	14625020
2863231	Niederkail	niederkail	DE		0	Europe/Berlin	49.97788	6.74366		Niederkail		08	00	07231	07231503
2863232	Niederkaging	niederkaging	DE		0	Europe/Berlin	48.1567	12.00171				02	091	09175	09175123
2863233	Niederjossa	niederjossa	DE		0	Europe/Berlin	50.77474	9.56909				05	066	06632	06632015
2863234	Niederjosbach	niederjosbach	DE		0	Europe/Berlin	50.15452	8.35249				05	064	06436	06436002
2863235	Niederjöllenbeck	niederjoellenbeck	DE		0	Europe/Berlin	52.1	8.51667				07	057	05711	05711000
2863236	Niederjesar	niederjesar	DE		0	Europe/Berlin	52.44634	14.42879		Niederjesar		11	00	12064	12064130
2863237	Niederjahna	niederjahna	DE		0	Europe/Berlin	51.16452	13.43363		Jahna,Niederjahna		13	00	14627	14627080
2863238	Niederissigheim	niederissigheim	DE		0	Europe/Berlin	50.19363	8.93159		Niederissigheim		05	064	06435	06435006
2863240	Nieder-Ingelheim	nieder-ingelheim	DE		24596	Europe/Berlin	49.97756	8.07246		Ingelheim-Mitte,Nieder-Ingelheim		08	00	07339	07339030
2863241	Niederingelbach	niederingelbach	DE		0	Europe/Berlin	50.72719	7.70347				08	00	07132	07132092
2863242	Niederindling	niederindling	DE		0	Europe/Berlin	48.40904	13.36573				02	092	09275	09275141
2863243	Niederich	niederich	DE		0	Europe/Berlin	50.59096	7.12229		Niederich		08	00	07131	07131090
2863246	Niederhümmerich	niederhuemmerich	DE		0	Europe/Berlin	50.56523	7.48583				08	00	07138	07138030
2863247	Niederhummel	niederhummel	DE		0	Europe/Berlin	48.43385	11.88245		Nieder Hummel,Niederhummel		02	091	09178	09178138
2863248	Nieder Hülshagen	nieder-huelshagen	DE		0	Europe/Berlin	52.38333	9.23333				06	00	03257	03257033
2863250	Niederhülsa	niederhuelsa	DE		0	Europe/Berlin	50.95	9.45				05	066	06634	06634009
2863251	Niederhüll	niederhuell	DE		0	Europe/Berlin	53.69623	9.27356				06	00	03359	03359013
2863252	Niederhövels	niederhoevels	DE		0	Europe/Berlin	50.78687	7.78639				08	00	07132	07132054
2863255	Niederhörne	niederhoerne	DE		0	Europe/Berlin	53.24513	8.356				06	00	03461	03461004
2863256	Niederhornbach	niederhornbach	DE		0	Europe/Berlin	48.66667	11.76667				02	092	09273	09273147
2863257	Niederhörlen	niederhoerlen	DE		0	Europe/Berlin	50.84001	8.44258				05	065	06534	06534019
2863262	Niederhonnefeld	niederhonnefeld	DE		0	Europe/Berlin	50.54412	7.50278				08	00	07138	07138071
2863263	Niederhone	niederhone	DE		0	Europe/Berlin	51.2	10		Niederhohne,Niederhone		05	066	06636	06636003
2863264	Niederhombrechen	niederhombrechen	DE		0	Europe/Berlin	51.16906	7.33084		Niederhombrechen		07	053	05374	05374016
2863266	Niederholzweiler	niederholzweiler	DE		0	Europe/Berlin	50.56667	7.05				08	00	07131	07131090
2863267	Niederholzklau	niederholzklau	DE		0	Europe/Berlin	50.91357	7.94628		Niederholzklau		07	059	05970	05970016
2863268	Niederholzhausen	niederholzhausen	DE		0	Europe/Berlin	51.12713	11.52913				14	00	15084	15084125
2863270	Niederholtorf	niederholtorf	DE		0	Europe/Berlin	50.73222	7.18338		Niederholtdorf,Niederholtorf		07	053	05314	05314000
2863271	Niederholthausen	niederholthausen	DE		0	Europe/Berlin	51.38333	7.21667				07	059	05954	05954016
2863273	Nieder Holte	nieder-holte	DE		0	Europe/Berlin	51.17056	7.70611				07	059	05962	05962020
2863274	Niederholsten	niederholsten	DE		0	Europe/Berlin	52.25858	8.30368				06	00	03459	03459024
2863276	Niederhohndorf	niederhohndorf	DE		0	Europe/Berlin	50.75385	12.47093				13	00	14524	14524330
2863278	Niederhofheim	niederhofheim	DE		0	Europe/Berlin	50.12886	8.48563				05	064	06436	06436010
2863302	Niederhof	niederhof	DE		0	Europe/Berlin	50.95629	7.35844				07	053	05374	05374008
2863303	Niederhof	niederhof	DE		0	Europe/Berlin	54.2546	13.19252				12	00	13073	13073090
2863304	Niederhof	niederhof	DE		0	Europe/Berlin	52.57124	12.90876				11	00	12063	12063357
2863305	Niederhof	niederhof	DE		0	Europe/Berlin	50.95189	7.47976		Niederhof		07	053	05374	05374048
2863306	Niederhof	niederhof	DE		0	Europe/Berlin	49.27184	11.95742				02	093	09376	09376119
2863307	Niederhof	niederhof	DE		0	Europe/Berlin	48.3311	13.20089				02	092	09275	09275132
2863308	Niederhof	niederhof	DE		0	Europe/Berlin	48.27108	11.96729				02	091	09177	09177142
2863309	Niederhof	niederhof	DE		0	Europe/Berlin	47.56787	8.0359				01	083	08337	08337076
2863320	Niederhöcking	niederhocking	DE		0	Europe/Berlin	48.65469	12.67565				02	092	09279	09279122
2863321	Niederhöchstadt	niederhoechstadt	DE		0	Europe/Berlin	50.15714	8.54773				05	064	06436	06436003
2863322	Niederhochstadt	niederhochstadt	DE		0	Europe/Berlin	49.242	8.21828		Hochstadt (Pfalz),Niederhochstadt		08	00	07337	07337041
2863323	Niederhinzing	niederhinzing	DE		0	Europe/Berlin	48.59156	11.749				02	091	09178	09178122
2863324	Nieder Hinrichshagen	nieder-hinrichshagen	DE		0	Europe/Berlin	54.21881	13.24608				12	00	13073	13073090
2863325	Niederhinkofen	niederhinkofen	DE		0	Europe/Berlin	48.8853	12.30491				02	093	09375	09375115
2863329	Niederhersdorf	niederhersdorf	DE		0	Europe/Berlin	50.17053	6.50911				08	00	07232	07232332
2863331	Niederhepschingen	niederhepschingen	DE		0	Europe/Berlin	47.74792	7.88012				01	083	08336	08336025
2863332	Niederhenneborn	niederhenneborn	DE		0	Europe/Berlin	51.24548	8.28095		Niederhenneborn		07	059	05958	05958040
2863334	Niederhelmsdorf	niederhelmsdorf	DE		0	Europe/Berlin	51.03789	14.03289				13	00	14628	14628380
2863335	Nieder Hellinghausen	nieder-hellinghausen	DE		0	Europe/Berlin	51.66667	8.28333				07	059	05974	05974028
2863336	Niederheldenstein	niederheldenstein	DE		0	Europe/Berlin	48.2476	12.37945				02	091	09183	09183120
2863337	Niederhelden	niederhelden	DE		0	Europe/Berlin	51.12317	7.97468				07	059	05966	05966004
2863338	Niederheining	niederheining	DE		0	Europe/Berlin	47.90903	12.94075		Niederheiming,Niederheining		02	091	09172	09172122
2863342	Niederheiden	niederheiden	DE		0	Europe/Berlin	50.90925	7.35127				07	053	05382	05382036
2863343	Niederheide	niederheide	DE		0	Europe/Berlin	52.51667	13.68333				11	00	12064	12064336
2863344	Niederheide	niederheide	DE		0	Europe/Berlin	51.24824	6.5053				07	051	05166	05166036
2863350	Niederheid	niederheid	DE		0	Europe/Berlin	50.98212	6.10689		Niederheid,Niederheide		07	053	05370	05370012
2863351	Niederheesten	niederheesten	DE		0	Europe/Berlin	51.86607	8.98662				07	057	05766	05766032
2863354	Niederhaverbeck	niederhaverbeck	DE		0	Europe/Berlin	53.14867	9.9093				06	00	03358	03358002
2863365	Niederhatzkofen	niederhatzkofen	DE		0	Europe/Berlin	48.69757	12.00564				02	092	09274	09274176
2863366	Niederhattert	niederhattert	DE		0	Europe/Berlin	50.65787	7.75781				08	00	07143	07143235
2863368	Niederhäslich	niederhaeslich	DE		0	Europe/Berlin	50.9866	13.66678				13	00	14628	14628110
2863369	Niederhaslach	niederhaslach	DE		0	Europe/Berlin	49	9.01667				01	081	08118	08118076
2863370	Niederharthausen	niederharthausen	DE		0	Europe/Berlin	48.83451	12.64402				02	092	09278	09278113
2863372	Niederham	niederham	DE		0	Europe/Berlin	48.51306	13.15195				02	092	09275	09275125
2863373	Niederham	niederham	DE		0	Europe/Berlin	48.7171	13.40049				02	092	09275	09275160
2863374	Niederham	niederham	DE		0	Europe/Berlin	48.66597	13.30102				02	092	09275	09275111
2863375	Niederham	niederham	DE		0	Europe/Berlin	48.56916	13.17723				02	092	09275	09275138
2863376	Niederham	niederham	DE		0	Europe/Berlin	48.02762	12.37727				02	091	09189	09189133
2863377	Niederham	niederham	DE		0	Europe/Berlin	47.95037	12.39212				02	091	09189	09189137
2863380	Niederhalberg	niederhalberg	DE		0	Europe/Berlin	50.78261	7.3617				07	053	05382	05382020
2863381	Niederhagen	niederhagen	DE		0	Europe/Berlin	54.17962	12.20736		Nieder Rovershagen,Nieder Rövershagen,Niederhagen		12	00	13072	13072088
2863382	Niederhagen	niederhagen	DE		0	Europe/Berlin	51.0961	7.28529				07	053	05378	05378032
2863383	Niederhadamar	niederhadamar	DE		0	Europe/Berlin	50.43805	8.03255		Niederhadamar		05	065	06533	06533007
2863384	Niederhabscheid	niederhabscheid	DE		0	Europe/Berlin	50.19202	6.2658				08	00	07232	07232231
2863385	Niederhaaren	niederhaaren	DE		0	Europe/Berlin	52.33012	8.19428				06	00	03459	03459029
2863387	Nieder Gut	nieder-gut	DE		0	Europe/Berlin	51.78333	14.53333				11	00	12071	12071076
2863388	Niedergurig	niedergurig	DE		0	Europe/Berlin	51.22678	14.47861		Delnja Horka,Delnja Hórka		13	00	14625	14625340
2863390	Niedergude	niedergude	DE		0	Europe/Berlin	51.05457	9.70497		Niedergude		05	066	06632	06632001
2863391	Niedergrützenbach	niedergruetzenbach	DE		0	Europe/Berlin	50.92423	7.34679				07	053	05378	05378024
2863392	Niedergrunstedt	niedergrunstedt	DE		0	Europe/Berlin	50.95756	11.28433				15	00	16055	16055000
2863393	Nieder-Gründau	nieder-gruendau	DE		1749	Europe/Berlin	50.21097	9.10801	145	Niedergruendau,Niedergründau		05	064	06435	06435012
2863395	Niedergrenzebach	niedergrenzebach	DE		0	Europe/Berlin	50.91384	9.25732		Niedergrenzebach		05	066	06634	06634022
2863397	Niedergräfenhain	niedergraefenhain	DE		0	Europe/Berlin	51.05602	12.64797				13	00	14729	14729150
2863398	Niedergottsau	niedergottsau	DE		0	Europe/Berlin	48.24037	12.87861				02	091	09171	09171118
2863399	Niedergoseln	niedergoseln	DE		0	Europe/Berlin	51.23341	13.07497				13	00	14730	14730200
2863402	Niedergörne	niedergoerne	DE		0	Europe/Berlin	52.72226	12.00668				14	00	15090	15090010
2863403	Niedergorbitz	niedergorbitz	DE		0	Europe/Berlin	51.05	13.66667				13	00	14612	14612000
2863404	Niedergondershausen	niedergondershausen	DE		0	Europe/Berlin	50.16051	7.49698				08	00	07140	07140043
2863407	Niederglobenstein	niederglobenstein	DE		0	Europe/Berlin	50.50164	12.79118				13	00	14521	14521110
2863408	Niedergladbach	niedergladbach	DE		0	Europe/Berlin	50.10407	7.98859				05	064	06439	06439014
2863409	Niedergirmes	niedergirmes	DE		0	Europe/Berlin	50.57251	8.50202		Niedergirmes		05	065	06532	06532023
2863410	Niedergiess	niedergiess	DE		0	Europe/Berlin	48.18333	8.21667				01	083	08317	08317051
2863411	Nieder Gersten	nieder-gersten	DE		0	Europe/Berlin	52.57562	7.50813				06	00	03454	03454015
2863413	Niedergeroldshausen	niedergeroldshausen	DE		0	Europe/Berlin	48.56667	11.61667				02	091	09186	09186162
2863414	Niedergeorgswerder	niedergeorgswerder	DE		0	Europe/Berlin	53.5	10.03333				04	00	02000	02000000
2863415	Niedergemünden	niedergemuenden	DE		0	Europe/Berlin	50.69451	9.05878				05	065	06535	06535005
2863416	Niedergelpe	niedergelpe	DE		0	Europe/Berlin	51.03469	7.48183		Niedergelpe		07	053	05374	05374012
2863417	Niedergeislbach	niedergeislbach	DE		0	Europe/Berlin	48.26978	12.06208				02	091	09177	09177127
2863418	Niedergeilenkausen	niedergeilenkausen	DE		0	Europe/Berlin	50.85	7.53333				07	053	05374	05374044
2863421	Niedergebraching	niedergebraching	DE		0	Europe/Berlin	48.95814	12.06768				02	093	09375	09375180
2863423	Niedergebisbach	niedergebisbach	DE		0	Europe/Berlin	47.64851	7.99719				01	083	08337	08337049
2863424	Niedergaul	niedergaul	DE		0	Europe/Berlin	51.10737	7.41149		Niedergaul		07	053	05374	05374052
2863426	Niedergandern	niedergandern	DE		0	Europe/Berlin	51.39372	9.9364				06	00	03159	03159013
2863427	Niedergailbach	niedergailbach	DE		0	Europe/Berlin	49.13446	7.20681		Niedergailbach		09	00	10045	10045113
2863428	Niederfüllbach	niederfuellbach	DE		1672	Europe/Berlin	50.22002	10.99086		Niderfilbakh,Niderfjul'bakh,Niderfjull'bakh,Niderfyulbax,Niederfuellbach,Niederfullbach,Niederfüllbach,nidafu~yurubahha,xia fei er ba he,Нидерфилбах,Нидерфюлльбах,Нідерфюльбах,Նիդերֆյուլբախ,ニーダーフュルバッハ,下菲尔巴赫	09473153	02	094	09473	09473153
2863431	Niederfrauendorf	niederfrauendorf	DE		0	Europe/Berlin	50.87699	13.72287				13	00	14628	14628130
2863432	Niederfrankenhain	niederfrankenhain	DE		0	Europe/Berlin	51.08758	12.64342		Frankenhain-Niederfrankenhain,Niederfrankenhain		13	00	14729	14729140
2863433	Niederforstbach	niederforstbach	DE		0	Europe/Berlin	50.7441	6.16574				07	053	05334	05334002
2863434	Niederforst	niederforst	DE		0	Europe/Berlin	51.09315	13.20314				13	00	14522	14522510
2863437	Niederfloßbach	niederflossbach	DE		0	Europe/Berlin	51.07581	7.37918		Nieder Flosbach,Niederflossbach,Niederfloßbach		07	053	05374	05374052
2863438	Nieder-Florstadt	nieder-florstadt	DE		3359	Europe/Berlin	50.3162	8.86166	122			05	064	06440	06440007
2863439	Nieder-Flörsheim	nieder-floersheim	DE		0	Europe/Berlin	49.65241	8.21068				08	00	07331	07331023
2863440	Niederfleckenberg	niederfleckenberg	DE		0	Europe/Berlin	51.13333	8.25		Niederfleckenberg		07	059	05958	05958040
2863443	Niederfellendorf	niederfellendorf	DE		0	Europe/Berlin	49.80503	11.218				02	094	09474	09474176
2863445	Niederfelde	niederfelde	DE		0	Europe/Berlin	53.15429	14.24618				11	00	12073	12073532
2863446	Niederfeldbach	niederfeldbach	DE		0	Europe/Berlin	51.18138	7.29918				07	051	05120	05120000
2863447	Niederfeld	niederfeld	DE		0	Europe/Berlin	48.73326	11.4821		Bauernschwaig,Niederfeld		02	091	09161	09161000
2863450	Niedereyll	niedereyll	DE		0	Europe/Berlin	51.44202	6.39027				07	051	05154	05154028
2863451	Niedereulenbach	niedereulenbach	DE		0	Europe/Berlin	48.74468	12.00769				02	092	09274	09274176
2863452	Niedereula	niedereula	DE		0	Europe/Berlin	51.05757	13.31952				13	00	14627	14627180
2863453	Niederetscheid	niederetscheid	DE		0	Europe/Berlin	50.63134	7.39528				08	00	07138	07138044
2863455	Niedereslohe	niedereslohe	DE		0	Europe/Berlin	51.26006	8.17048				07	059	05958	05958016
2863456	Nieder-Eschbach	nieder-eschbach	DE		0	Europe/Berlin	50.2	8.66667				05	064	06412	06412000
2863458	Niederesch	niederesch	DE		0	Europe/Berlin	50.55	7.03333				08	00	07131	07131090
2863465	Nieder Erlenbach	nieder-erlenbach	DE		0	Europe/Berlin	50.20393	8.70804				05	064	06412	06412000
2863466	Niedererlbach	niedererlbach	DE		0	Europe/Berlin	48.45946	12.01558				02	092	09274	09274121
2863471	Niederense	niederense	DE		0	Europe/Berlin	51.4964	7.99925				07	059	05974	05974012
2863472	Nieder-Ense	nieder-ense	DE		0	Europe/Berlin	51.23339	8.85816				05	066	06635	06635015
2863473	Niederennigloh	niederennigloh	DE		0	Europe/Berlin	52.20215	8.55505				07	057	05758	05758004
2863474	Nieder Ennepe	nieder-ennepe	DE		0	Europe/Berlin	51.19323	7.45388				07	059	05962	05962012
2863476	Niederende	niederende	DE		0	Europe/Berlin	53.18616	8.80947				06	00	03356	03356005
2863477	Niederems	niederems	DE		0	Europe/Berlin	50.25534	8.36258				05	064	06439	06439016
2863478	Niederemmel	niederemmel	DE		0	Europe/Berlin	49.8802	6.92733				08	00	07231	07231105
2863479	Niederembt	niederembt	DE		0	Europe/Berlin	50.96332	6.54441				07	053	05362	05362016
2863480	Niederelz	niederelz	DE		0	Europe/Berlin	50.29301	7.12373				08	00	07137	07137110
2863481	Niederelvenich	niederelvenich	DE		0	Europe/Berlin	50.7055	6.7152		Niederelvenich		07	053	05366	05366044
2863482	Niederelsungen	niederelsungen	DE		0	Europe/Berlin	51.38796	9.19127				05	066	06633	06633028
2863483	Niederelsdorf	niederelsdorf	DE		0	Europe/Berlin	50.96483	12.73338				13	00	14522	14522350
2863484	Niederellingen	niederellingen	DE		0	Europe/Berlin	50.88333	7.73333				07	053	05374	05374028
2863485	Niederellenbach	niederellenbach	DE		0	Europe/Berlin	51.04062	9.65386		Niederellenbach		05	066	06632	06632001
2863486	Niederelfringhausen	niederelfringhausen	DE		0	Europe/Berlin	51.34569	7.15895				07	059	05954	05954016
2863488	Niederelben	niederelben	DE		0	Europe/Berlin	50.87835	7.51002		Niederelben		07	053	05374	05374032
2863489	Niedereisenhausen	niedereisenhausen	DE		0	Europe/Berlin	50.84235	8.47608				05	065	06534	06534019
2863490	Niedereisenbach	niedereisenbach	DE		0	Europe/Berlin	49.61226	7.52732				08	00	07336	07336030
2863492	Niedereimer	niedereimer	DE		0	Europe/Berlin	51.42002	8.04909		Niedereimer		07	059	05958	05958004
2863494	Nieder Eickum	nieder-eickum	DE		0	Europe/Berlin	52.11835	8.60794				07	057	05758	05758012
2863495	Niedereichsel	niedereichsel	DE		0	Europe/Berlin	47.5945	7.75403				01	083	08336	08336069
2863496	Niedereich	niedereich	DE		0	Europe/Berlin	50.19102	6.66372				08	00	07233	07233026
2863497	Niederehe	niederehe	DE		0	Europe/Berlin	50.31199	6.7554				08	00	07233	07233076
2863498	Niedereggenen	niedereggenen	DE		0	Europe/Berlin	47.75468	7.62786				01	083	08336	08336078
2863501	Niederebersbach	niederebersbach	DE		0	Europe/Berlin	51.25063	13.65858				13	00	14627	14627030
2863506	Niederdünzebach	niederduenzebach	DE		0	Europe/Berlin	51.17784	10.09621				05	066	06636	06636003
2863507	Niederdresselndorf	niederdresselndorf	DE		0	Europe/Berlin	50.72075	8.1363		Niederdresselndorf		07	059	05970	05970008
2863509	Niederdreis	niederdreis	DE		0	Europe/Berlin	50.59511	7.6286				08	00	07138	07138057
2863510	Niederdrees	niederdrees	DE		0	Europe/Berlin	50.65108	6.91579				07	053	05382	05382048
2863511	Niederdossenbach	niederdossenbach	DE		0	Europe/Berlin	47.60558	7.86939				01	083	08336	08336082
2863512	Niederdorp	niederdorp	DE		0	Europe/Berlin	51.14218	7.28714		Niederdorp		07	053	05374	05374016
2863513	Niederdornberg-Deppendorf	niederdornberg-deppendorf	DE		0	Europe/Berlin	52.06816	8.4619				07	057	05711	05711000
2863514	Niederdornberg	niederdornberg	DE		0	Europe/Berlin	52.0582	8.47377				07	057	05711	05711000
2863532	Niederdonk	niederdonk	DE		0	Europe/Berlin	51.24312	6.69238				07	051	05162	05162022
2863533	Niederdombach	niederdombach	DE		0	Europe/Berlin	49.27015	10.44882				02	095	09571	09571166
2863534	Niederdollendorf	niederdollendorf	DE		0	Europe/Berlin	50.69329	7.18162		Niederdollendorf		07	053	05382	05382024
2863535	Niederdobel	niederdobel	DE		0	Europe/Berlin	48.36634	8.57949				01	083	08325	08325057
2863536	Niederding	niederding	DE		0	Europe/Berlin	48.3246	11.8634				02	091	09177	09177133
2863537	Niederdieten	niederdieten	DE		0	Europe/Berlin	50.87096	8.44197		Niederdieten		05	065	06534	06534005
2863538	Niederdielfen	niederdielfen	DE		0	Europe/Berlin	50.85348	8.09031				07	059	05970	05970044
2863539	Niederdhünn	niederdhuenn	DE		0	Europe/Berlin	51.10315	7.32166				07	053	05374	05374052
2863540	Niederdehme	niederdehme	DE		0	Europe/Berlin	52.23648	8.8359				07	057	05770	05770004
2863542	Niederdarme	niederdarme	DE		0	Europe/Berlin	52.48333	7.3				06	00	03454	03454032
2863544	Niederdahl	niederdahl	DE		0	Europe/Berlin	51.2263	7.31119		Niederdahl		07	053	05374	05374036
2863546	Niedercrinitz	niedercrinitz	DE		0	Europe/Berlin	50.63874	12.49451		Niedercrinitz		13	00	14524	14524110
2863548	Niedercolmnitz	niedercolmnitz	DE		0	Europe/Berlin	50.91667	13.48333				13	00	14628	14628205
2863549	Niedercallenberg	niedercallenberg	DE		0	Europe/Berlin	50.85	12.61667				13	00	14524	14524020
2863550	Niederbüssau	niederbuessau	DE		0	Europe/Berlin	53.81993	10.63545				10	00	01003	01003000
2863551	Nieder Buschhausen	nieder-buschhausen	DE		0	Europe/Berlin	51.21371	7.45273				07	059	05962	05962012
2863552	Niederbusch	niederbusch	DE		0	Europe/Berlin	50.97995	6.03528				07	053	05370	05370008
2863554	Niederburghoff	niederburghoff	DE		0	Europe/Berlin	51.11073	7.3148				07	053	05374	05374016
2863557	Niederbüren	niederbueren	DE		0	Europe/Berlin	53.13598	8.63872		Niederbuhren,Niederburen,Niederbühren,Niederbüren		03	00	04011	04011000
2863558	Niederbühl	niederbuhl	DE		0	Europe/Berlin	48.84197	8.21902		Niederbuhl,Niederbühl		01	082	08216	08216043
2863560	Niederbuchenau	niederbuchenau	DE		0	Europe/Berlin	50.57689	7.40902				08	00	07138	07138065
2863561	Niederbuch	niederbuch	DE		0	Europe/Berlin	48.05922	12.62562				02	091	09171	09171134
2863563	Niederbrünst	niederbrunst	DE		0	Europe/Berlin	48.61674	13.62845		Nieder Bruns,Niederbrunst,Niederbrünst		02	092	09275	09275126
2863564	Niederbrunn	niederbrunn	DE		0	Europe/Berlin	47.96421	12.40726				02	091	09189	09189137
2863565	Niederbrücke	niederbrucke	DE		0	Europe/Berlin	48.11265	8.03184				01	083	08316	08316042
2863566	Niederbruchhausen	niederbruchhausen	DE		0	Europe/Berlin	50.9014	7.38104				07	053	05382	05382036
2863567	Niederbruch	niederbruch	DE		0	Europe/Berlin	51.31846	6.60081				07	051	05114	05114000
2863568	Niederbruch	niederbruch	DE		0	Europe/Berlin	51.66414	6.43661				07	051	05170	05170052
2863570	Niederbröl	niederbroel	DE		0	Europe/Berlin	50.90292	7.60593				07	053	05374	05374032
2863572	Niederbreunfeld	niederbreunfeld	DE		0	Europe/Berlin	50.91855	7.56405				07	053	05374	05374032
2863573	Niederbrelingen	niederbrelingen	DE		0	Europe/Berlin	52.76667	9.8				06			
2863575	Niederbreisig	niederbreisig	DE		0	Europe/Berlin	50.51245	7.29445		Breizig,Niederbreisig		08	00	07131	07131006
2863576	Niederbreidenbach	niederbreidenbach	DE		0	Europe/Berlin	50.88497	7.48263		Niederbreidenbach		07	053	05374	05374032
2863577	Nieder Breidenbach	nieder-breidenbach	DE		0	Europe/Berlin	50.69267	9.22366				05	065	06535	06535014
2863578	Niederbrechen	niederbrechen	DE		0	Europe/Berlin	50.36468	8.16512				05	065	06533	06533002
2863581	Niederbonsfeld	niederbonsfeld	DE		0	Europe/Berlin	51.38902	7.13242				07	059	05954	05954016
2863582	Niederbonrath	niederbonrath	DE		0	Europe/Berlin	50.9	7.61667				07	053	05374	05374044
2863583	Niederböllen	niederbollen	DE		0	Europe/Berlin	47.79263	7.84922				01	083	08336	08336010
2863584	Niederbolheim	niederbolheim	DE		0	Europe/Berlin	50.82979	6.63113		Niederbolheim		07	053	05362	05362032
2863585	Niederböhmersdorf	niederboehmersdorf	DE		0	Europe/Berlin	50.66498	12.02409				15	00	16076	16076087
2863586	Niederbohlscheid	niederbohlscheid	DE		0	Europe/Berlin	50.78679	7.45237		Niederbohlscheid,Niederkohlscheid		07	053	05382	05382016
2863587	Niederbocholt	niederbocholt	DE		0	Europe/Berlin	51.30745	6.30195				07	051	05166	05166016
2863588	Niederbobritzsch	niederbobritzsch	DE		0	Europe/Berlin	50.89913	13.43606		Niederbobritzsch,Niederbrobritzsch		13	00	14522	14522035
2863589	Niederblockland	niederblockland	DE		0	Europe/Berlin	53.16025	8.80914		Niederblockland		03	00	04011	04011000
2863591	Niederblecher	niederblecher	DE		0	Europe/Berlin	51.06132	7.10778		Niederblecher		07	053	05316	05316000
2863592	Niederbierenbach	niederbierenbach	DE		0	Europe/Berlin	50.93143	7.55371				07	053	05374	05374032
2863593	Niederbiel	niederbiel	DE		2246	Europe/Berlin	50.55505	8.39845				05	065	06532	06532021
2863594	Niederbiegen	niederbiegen	DE		0	Europe/Berlin	47.82661	9.62311				01	084	08436	08436011
2863596	Niederbieber	niederbieber	DE		0	Europe/Berlin	50.57937	9.80444				05	066	06631	06631013
2863597	Niederbieber	niederbieber	DE		0	Europe/Berlin	50.45976	7.47182		Niederbieber		08	00	07138	07138045
2863598	Niederbexbach	niederbexbach	DE		0	Europe/Berlin	49.33183	7.26162				09	00	10045	10045111
2863599	Niederbeuna	niederbeuna	DE		0	Europe/Berlin	51.32296	11.95657				14	00	15088	15088220
2863600	Niederbettingen	niederbettingen	DE		0	Europe/Berlin	50.26913	6.64438				08	00	07233	07233029
2863601	Nieder-Bessingen	nieder-bessingen	DE		0	Europe/Berlin	50.53883	8.88415		Nieder-Bessingen		05	065	06531	06531011
2863602	Niederberndorf	niederberndorf	DE		0	Europe/Berlin	51.19592	8.22124		Niederberndorf		07	059	05958	05958040
2863603	Niederbergstraße	niederbergstrasse	DE		0	Europe/Berlin	51.58129	7.97336		Niederbergstrasse,Niederbergstraße		07	059	05974	05974052
2863605	Niederbergheim	niederbergheim	DE		0	Europe/Berlin	51.47601	8.22649		Niederbergheim		07	059	05974	05974044
2863607	Niederberge	niederberge	DE		0	Europe/Berlin	51.33926	8.16745				07	059	05958	05958032
2863608	Niederberg	niederberg	DE		0	Europe/Berlin	50.36689	7.63584				08	00	07111	07111000
2863609	Niederberg	niederberg	DE		0	Europe/Berlin	50.73603	6.76917		Niederberg		07	053	05362	05362020
2863613	Niederbellwitz	niederbellwitz	DE		0	Europe/Berlin	51.13235	14.70727				13	00	14626	14626290
2863614	Niederbellinghausen	niederbellinghausen	DE		0	Europe/Berlin	50.93333	7.51667		Niederbellinghausen		07	053	05374	05374048
2863616	Niederbelle	niederbelle	DE		0	Europe/Berlin	51.89254	9.05994				07	057	05766	05766032
2863618	Niederbeisheim	niederbeisheim	DE		0	Europe/Berlin	51.04027	9.52464				05	066	06634	06634011
2863619	Nieder-Beerbach	nieder-beerbach	DE		0	Europe/Berlin	49.79196	8.67806		Nieder-Beerbach		05	064	06432	06432014
2863620	Niederbeckum	niederbeckum	DE		0	Europe/Berlin	53.43333	8.45				06	00	03461	03461009
2863623	Niederbayerbach	niederbayerbach	DE		0	Europe/Berlin	48.39526	12.24409				02	092	09274	09274154
2863624	Niederbauer	niederbauer	DE		0	Europe/Berlin	51.6559	8.10593		Niederbauer		07	059	05974	05974024
2863626	Niederbarge	niederbarge	DE		0	Europe/Berlin	51.46764	7.83978				07	059	05962	05962040
2863627	Niederbardenberg	niederbardenberg	DE		0	Europe/Berlin	50.85082	6.11269				07	053	05334	05334016
2863630	Niederbachem	niederbachem	DE		0	Europe/Berlin	50.64554	7.17986		Niederbachem		07	053	05382	05382072
2863633	Niederbach	niederbach	DE		0	Europe/Berlin	48.31014	8.02472				01	083	08317	08317129
2863634	Niederbaar	niederbaar	DE		0	Europe/Berlin	50.34087	7.04637				08	00	07137	07137007
2863635	Niederaußem	niederaussem	DE		0	Europe/Berlin	50.98362	6.66951		Niederaussem,Niederaußem,Niederossem,Niederoßem		07	053	05362	05362008
2863636	Niederauroff	niederauroff	DE		0	Europe/Berlin	50.21911	8.23321				05	064	06439	06439008
2863639	Niederauerbach	niederauerbach	DE		0	Europe/Berlin	49.2572	7.39403				08	00	07320	07320000
2863641	Niederaudorf	niederaudorf	DE		0	Europe/Berlin	47.66664	12.16826				02	091	09187	09187157
2863642	Niederaudenhain b. Mockrehna	niederaudenhain-b-mockrehna	DE		0	Europe/Berlin	51.50494	12.8617				13	00	14730	14730190
2863649	Niederast	niederast	DE		0	Europe/Berlin	48.82947	12.68268				02	092	09278	09278192
2863650	Niederasphe	niederasphe	DE		0	Europe/Berlin	50.94137	8.66698		Niederasphe		05	065	06534	06534015
2863651	Niederasdorf	niederasdorf	DE		0	Europe/Berlin	50.81502	7.85289				08	00	07132	07132063
2863653	Niederasbach	niederasbach	DE		0	Europe/Berlin	50.90587	7.68728		Niederasbach		07	053	05374	05374028
2863656	Niederarnsdorf	niederarnsdorf	DE		0	Europe/Berlin	50.93048	12.54236		Niederarnsdorf		15	00	16077	16077036
2863657	Niederärndt	niederarndt	DE		0	Europe/Berlin	49.5884	11.691				02	093	09371	09371119
2863658	Niederarnbach	niederarnbach	DE		0	Europe/Berlin	48.64278	11.32639				02	091	09185	09185123
2863659	Niederarling	niederarling	DE		0	Europe/Berlin	49.35448	12.05698				02	093	09371	09371118
2863660	Niederappenfeld	niederappenfeld	DE		0	Europe/Berlin	50.93333	9.48333				05	066	06634	06634011
2863662	Niederambach	niederambach	DE		0	Europe/Berlin	48.47413	11.90076				02	091	09178	09178143
2863663	Niederaltstadt	niederaltstadt	DE		0	Europe/Berlin	51.04112	14.05778				13	00	14628	14628380
2863664	Niederaltmannsberg	niederaltmannsberg	DE		0	Europe/Berlin	48.11226	12.03746				02	091	09175	09175137
2863666	Niederaltheim	niederaltheim	DE		0	Europe/Berlin	48.78662	10.52361				02	097	09779	09779162
2863668	Niederalsen	niederalsen	DE		0	Europe/Berlin	50.76106	7.54806		Alse,Niederalsen		07	053	05382	05382076
2863669	Niederalme	niederalme	DE		0	Europe/Berlin	51.45639	8.6198				07	059	05958	05958012
2863670	Niederalfingen	niederalfingen	DE		0	Europe/Berlin	48.89517	10.08017		Niederaltingen		01	081	08136	08136033
2863671	Niederalbertsdorf	niederalbertsdorf	DE		0	Europe/Berlin	50.7759	12.31666				13	00	14524	14524140
2863673	Niederaichbacherau	niederaichbacherau	DE		0	Europe/Berlin	48.61667	12.33333				02	092	09274	09274156
2863675	Niederaich	niederaich	DE		0	Europe/Berlin	48.43032	12.41986				02	092	09274	09274120
2863677	Niederähren	niederaehren	DE		0	Europe/Berlin	50.61902	7.57078				08	00	07132	07132104
2863679	Niederadenau	niederadenau	DE		0	Europe/Berlin	50.42996	6.93237				08	00	07131	07131501
2863680	Niederaden	niederaden	DE		0	Europe/Berlin	51.59609	7.57193		Niederaden		07	059	05978	05978024
2863681	Niederachen	niederachen	DE		0	Europe/Berlin	47.76123	12.73643		Niederachen		02	091	09189	09189124
2863682	Niederachdorf	niederachdorf	DE		0	Europe/Berlin	48.96919	12.46663				02	092	09278	09278141
2863690	Niedaltdorf	niedaltdorf	DE		0	Europe/Berlin	49.34253	6.59026		Niedaltdorf		09	00	10044	10044114
2863692	Nied	nied	DE		0	Europe/Berlin	50.1	8.56667		Francfort-Nied,Frankfurt-Nied		05	064	06412	06412000
2863696	Niebüll	niebuell	DE		8752	Europe/Berlin	54.78663	8.82854		Naibel,Nibil,Nibjull',Nibol,Nibøl,Niebuell,Niebull,Niebüll,ni bi er,nybwl,Нибил,Нибюлль,نيبول,نیبول,尼比尔		10	00	01054	01054088
2863697	Niebra	niebra	DE		0	Europe/Berlin	50.81989	12.11386				15	00	16052	16052000
2863702	Niebers	niebers	DE		0	Europe/Berlin	47.9333	10.2733				02	097	09778	09778186
2863704	Niebendorf	niebendorf	DE		0	Europe/Berlin	51.92672	13.3202				11	00	12072	12072053
2863705	Niebelsbach	niebelsbach	DE		0	Europe/Berlin	48.88579	8.56749		Niebelsbach		01	082	08236	08236070
2863706	Niebelhorst	niebelhorst	DE		0	Europe/Berlin	52.12525	12.96059				11	00	12069	12069632
2863707	Niebel	niebel	DE		0	Europe/Berlin	52.1343	12.92304				11	00	12069	12069632
2863708	Niebede	niebede	DE		0	Europe/Berlin	52.5417	12.78826				11	00	12063	12063208
2863714	Niddawitzhausen	niddawitzhausen	DE		0	Europe/Berlin	51.17829	9.98428		Niddawitzhausen		05	066	06636	06636003
2863717	Nicollschwitz	nicollschwitz	DE		0	Europe/Berlin	51.19358	12.97625		Bockelwitz-Nicollschwitz,Nicollschwitz		13	00	14522	14522310
2863721	Niclasreuth	niclasreuth	DE		0	Europe/Berlin	47.97717	11.99226				02	091	09175	09175112
2863722	Nickweiler	nickweiler	DE		0	Europe/Berlin	49.96783	7.46432				08	00	07140	07140100
2863723	Nickritz	nickritz	DE		0	Europe/Berlin	51.2748	13.29208				13	00	14627	14627230
2863724	Nicklheim	nicklheim	DE		0	Europe/Berlin	47.79171	12.07432				02	091	09187	09187165
2863729	Nickersfelden	nickersfelden	DE		0	Europe/Berlin	50.29154	10.11892				02	096	09672	09672112
2863730	Nickern	nickern	DE		0	Europe/Berlin	50.99615	13.78801				13	00	14612	14612000
2863734	Nickelswarf	nickelswarf	DE		0	Europe/Berlin	54.36667	8.73333				10	00	01054	01054104
2863737	Nickelsdorf	nickelsdorf	DE		0	Europe/Berlin	50.97787	12.00549				15	00	16074	16074012
2863741	Nichzenhain	nichzenhain	DE		0	Europe/Berlin	50.7646	12.40848		Nichtzenhain,Nichzenhain		13	00	14524	14524210
2863742	Nichtinghausen	nichtinghausen	DE		0	Europe/Berlin	51.28331	8.26253		Nichtinghausen		07	059	05958	05958016
2863743	Nichtewitz	nichtewitz	DE		0	Europe/Berlin	51.53337	13.13564		Arzberg-Nichtewitz,Gross Nichtewitz,Groß Nichtewitz,Nichtewitz		13	00	14730	14730010
2863744	Nichtern	nichtern	DE		0	Europe/Berlin	51.91667	6.8				07	055	05554	05554060
2863746	Nichel	nichel	DE		0	Europe/Berlin	52.11488	12.81954				11	00	12069	12069402
2863748	Nibelungen	nibelungen	DE		0	Europe/Berlin	52.67451	13.61309		Kolonie Neu Bernau		11	00	12060	12060020
2863752	Neye	neye	DE		0	Europe/Berlin	51.12412	7.37889		Neye		07	053	05374	05374052
2863758	Neviges	neviges	DE		0	Europe/Berlin	51.30929	7.09051		Hardenberg-Neviges,Neviges		07	051	05158	05158032
2863760	Neversfelde	neversfelde	DE		0	Europe/Berlin	54.18133	10.54063		Malente-Neversfelde,Neversfelde		10	00	01055	01055028
2863763	Neverow	neverow	DE		0	Europe/Berlin	53.87523	14.1168				12	00	13075	13075026
2863764	Nevern	nevern	DE		0	Europe/Berlin	53.88465	11.65832				12	00	13074	13074057
2863848	Neuwerker Gärten	neuwerker-gaerten	DE		0	Europe/Berlin	54.28333	9.66667				10	00	01058	01058135
2863766	Neverdorf	neverdorf	DE		0	Europe/Berlin	50.93117	7.37337				07	053	05382	05382036
2863767	Neuzweiflingen	neuzweiflingen	DE		0	Europe/Berlin	49.28821	9.45429				01	081	08126	08126028
2863768	Neu Zweedorf	neu-zweedorf	DE		0	Europe/Berlin	53.45	10.63333				12	00	13076	13076122
2863769	Neuzuckmantel	neuzuckmantel	DE		0	Europe/Berlin	51.05	14.71667				13	00	14626	14626180
2863770	Neu Zschaagwitz	neu-zschaagwitz	DE		0	Europe/Berlin	51.06667	12.86667				13	00	14522	14522530
2863772	Neu Zittau	neu-zittau	DE		0	Europe/Berlin	52.39006	13.73884				11	00	12067	12067173
2863773	Neuzirkendorf	neuzirkendorf	DE		0	Europe/Berlin	49.74956	11.66756				02	093	09374	09374129
2863774	Neu Zietlitz	neu-zietlitz	DE		0	Europe/Berlin	53.64688	12.3367				12	00	13072	13072026
2863775	Neu Zierhagen	neu-zierhagen	DE		0	Europe/Berlin	53.82542	12.36646		Kniep,Neu Zierhagen		12	00	13072	13072063
2863776	Neuziegenrück	neuziegenruck	DE		0	Europe/Berlin	49.47415	10.6404				02	095	09575	09575152
2863777	Neu Ziddorf	neu-ziddorf	DE		0	Europe/Berlin	53.68492	12.52871				12	00	13072	13072023
2863778	Neuzeschdorf	neuzeschdorf	DE		0	Europe/Berlin	52.41243	14.45282				11	00	12064	12064539
2863783	Neuzell	neuzell	DE		0	Europe/Berlin	48.99704	11.484				02	091	09176	09176114
2863787	Neu Zarrendorf	neu-zarrendorf	DE		0	Europe/Berlin	54.24131	13.10197				12	00	13073	13073104
2863788	Neu Zachun	neu-zachun	DE		0	Europe/Berlin	53.47845	11.31956				12	00	13076	13076064
2863789	Neuwustrow	neuwustrow	DE		0	Europe/Berlin	54.09729	11.58851				12	00	13072	13072085
2863790	Neuwustrow	neuwustrow	DE		0	Europe/Berlin	52.76367	14.19691				11	00	12064	12064371
2863793	Neuwürschnitz	neuwuerschnitz	DE		0	Europe/Berlin	50.7066	12.73425		Neuwurschnitz,Neuwürschnitz		13	00	14521	14521450
2863794	Neuwunschwitz	neuwunschwitz	DE		0	Europe/Berlin	51.1	13.36667				13	00	14627	14627080
2863797	Neu Wülfingen	neu-wulfingen	DE		0	Europe/Berlin	49.2929	9.55506				07			
2863798	Neuwuischke	neuwuischke	DE		0	Europe/Berlin	51.13518	14.55727		Neuwuischke,Nowy Wujezk,Nowy Wuježk		13	00	14625	14625230
2863802	Neu Woserin	neu-woserin	DE		0	Europe/Berlin	53.65756	11.99106				12	00	13076	13076015
2863803	Neuwoltersdorf	neuwoltersdorf	DE		0	Europe/Berlin	52.39483	12.36909				11	00	12069	12069028
2863805	Neu Woland	neu-woland	DE		0	Europe/Berlin	53.91667	12.25				12	00	13072	13072027
2863806	Neu Wokern	neu-wokern	DE		0	Europe/Berlin	53.7614	12.5021				12	00	13072	13072040
2863807	Neuwöhr	neuwohr	DE		0	Europe/Berlin	47.78877	12.13951				02	091	09187	09187154
2863811	Neuwirtshaus	neuwirtshaus	DE		0	Europe/Berlin	48.83732	9.14026				01	081	08111	08111000
2863812	Neuwirtshaus	neuwirtshaus	DE		0	Europe/Berlin	50.69917	9.8179				05	066	06631	06631015
2863813	Neuwirtshaus	neuwirtshaus	DE		0	Europe/Berlin	50.41586	9.0171		Margarethenburg,Neuwirtshaus		05	064	06440	06440016
2863814	Neuwirtshaus	neuwirtshaus	DE		0	Europe/Berlin	50.10858	8.97899				05	064	06435	06435014
2863815	Neuwirthshaus	neuwirthshaus	DE		0	Europe/Berlin	50.19511	9.83957		Neuwirthshaus,Neuwirtshaus		02	096	09672	09672161
2863816	Neuwirthshaus	neuwirthshaus	DE		0	Europe/Berlin	49.88889	11.33632				02	094	09472	09472176
2863817	Neuwirtheim	neuwirtheim	DE		0	Europe/Berlin	50.22953	9.25598				05	064	06435	06435003
2863819	Neuwilthen	neuwilthen	DE		0	Europe/Berlin	51.0871	14.40538				13	00	14625	14625630
2863820	Neuwildflecken	neuwildflecken	DE		0	Europe/Berlin	50.39145	9.91928				02	096	09672	09672163
2863821	Neu Wietze	neu-wietze	DE		0	Europe/Berlin	52.66667	9.83333				06	00	03351	03351023
2863827	Neuwiese	neuwiese	DE		0	Europe/Berlin	51.46268	14.20862		Neuwiese,Nowa Luka,Nowa Łuka		13	00	14625	14625120
2863828	Neuwiese	neuwiese	DE		0	Europe/Berlin	50.69769	12.72239		Neuwiese		13	00	14521	14521450
2863831	Neu Wiendorf	neu-wiendorf	DE		0	Europe/Berlin	53.94757	12.12855				12	00	13072	13072116
2863832	Neu Wiegboldsbur	neu-wiegboldsbur	DE		0	Europe/Berlin	53.44972	7.37096				06	00	03452	03452023
2863833	Neu Wiednitz	neu-wiednitz	DE		0	Europe/Berlin	51.36504	14.04309				13	00	14625	14625030
2863835	Neuwiedermuß	neuwiedermuss	DE		0	Europe/Berlin	50.23023	9.05905				05	064	06435	06435024
2863837	Neuwiederitzsch	neuwiederitzsch	DE		0	Europe/Berlin	51.4	12.38333				13	00	14713	14713000
2863838	Neu Wiedenthal	neu-wiedenthal	DE		0	Europe/Berlin	53.48333	9.88333				04	00	02000	02000000
2863841	Neuwettersdorf	neuwettersdorf	DE		0	Europe/Berlin	51.09614	13.22484				13	00	14522	14522080
2863842	Neuwesteel	neuwesteel	DE		0	Europe/Berlin	53.54189	7.16667		Neuwesteel		06	00	03452	03452019
2863843	Neuwerth	neuwerth	DE		0	Europe/Berlin	51.38011	9.9644				15	00	16061	16061057
2863845	Neu Wernstedt	neu-wernstedt	DE		0	Europe/Berlin	52.63329	11.33591				14	00	15081	15081240
2863846	Neuwernsdorf	neuwernsdorf	DE		0	Europe/Berlin	50.69725	13.52366		Neuwernsdorf		13	00	14522	14522400
2863849	Neuwerk	neuwerk	DE		0	Europe/Berlin	51.22527	6.47292				07	051	05116	05116000
2863850	Neuwerk	neuwerk	DE		0	Europe/Berlin	51.75289	10.87548				14	00	15085	15085228
2863851	Neuwerk	neuwerk	DE		0	Europe/Berlin	50.59681	10.82908				15	00	16054	16054000
2863857	Neuwerder	neuwerder	DE		0	Europe/Berlin	52.74135	12.4199				11	00	12063	12063094
2863858	Neuwerder	neuwerder	DE		0	Europe/Berlin	51.06667	12.83333				13	00	14522	14522600
2863859	Neuwerbig	neuwerbig	DE		0	Europe/Berlin	52.54901	14.38248				11	00	12064	12064448
2863860	Neu Werben	neu-werben	DE		0	Europe/Berlin	52.87416	12.02609		Kolonie Neu-Werben,Neu Werben		14	00	15090	15090610
2863861	Neu Wendorf	neu-wendorf	DE		0	Europe/Berlin	54.11301	12.43524				12	00	13072	13072091
2863862	Neu Wendischthun	neu-wendischthun	DE		0	Europe/Berlin	53.30422	10.78195				06	00	03355	03355009
2863863	Neuwelzow	neuwelzow	DE		0	Europe/Berlin	51.58333	14.16667				13			
2863864	Neuwelt	neuwelt	DE		0	Europe/Berlin	48.05311	8.05492				01	083	08315	08315095
2863865	Neuwelt	neuwelt	DE		0	Europe/Berlin	50.55466	12.76049		Neuwelt		13	00	14521	14521550
2863866	Neuwelt	neuwelt	DE		0	Europe/Berlin	49.98448	11.76996				02	094	09472	09472198
2863867	Neuwelt	neuwelt	DE		0	Europe/Berlin	49.89382	11.37463				02	094	09472	09472176
2863868	Neuwelt	neuwelt	DE		0	Europe/Berlin	47.90348	10.11879				02	097	09778	09778164
2863869	Neuwelschhufe	neuwelschhufe	DE		0	Europe/Berlin	50.97918	13.70493				13	00	14628	14628050
2863870	Neuweissig	neuweissig	DE		0	Europe/Berlin	51.06667	13.88333				13	00	14612	14612000
2863871	Neuweißenborn	neuweissenborn	DE		0	Europe/Berlin	51.30905	12.71496				13	00	14729	14729030
2863872	Neuweilnau	neuweilnau	DE		0	Europe/Berlin	50.31774	8.40797				05	064	06434	06434013
2863891	Neuweigsdorf	neuweigsdorf	DE		0	Europe/Berlin	51.08909	14.48789				13	00	14625	14625090
2863892	Neuweier	neuweier	DE		0	Europe/Berlin	48.72139	8.18372		Neuweier		01	082	08211	08211000
2863894	Neu Wehnsen	neu-wehnsen	DE		0	Europe/Berlin	52.96568	9.54456		Kolonie Wehnsen,Neu Wehnsen		06	00	03357	03357051
2863895	Neuwegersleben	neuwegersleben	DE		479	Europe/Berlin	52.03948	11.09567		Neuwegersleben		14	00	15083	15083025
2863896	Neuweg	neuweg	DE		0	Europe/Berlin	48.08591	8.17813				01	083	08326	08326017
2863897	Neuweg	neuweg	DE		0	Europe/Berlin	49.69955	7.34256				08	00	07134	07134045
2863898	Neu Wasdow	neu-wasdow	DE		0	Europe/Berlin	53.98476	12.76886				12	00	13072	13072010
2863899	Neuwartensleben	neuwartensleben	DE		0	Europe/Berlin	52.67857	12.16028				14	00	15090	15090485
2863900	Neu Warsow	neu-warsow	DE		0	Europe/Berlin	53.83833	12.8194				12	00	13071	13071109
2863901	Neu Warmbüchen	neu-warmbuechen	DE		0	Europe/Berlin	52.46618	9.89094		Neu Warmbuchen,Neu Warmbüchen,Neuwarmbuechen,Neuwarmbüchen,Nienwarmboeken [a. 1654],Nienwarmböken [a. 1654],Nigen Werenboke [a. 1400]		06	00	03241	03241008
2863902	Neuwarft	neuwarft	DE		0	Europe/Berlin	54.55	8.81667				10	00	01054	01054091
2863903	Neuwarfen	neuwarfen	DE		0	Europe/Berlin	53.63381	7.93747				06	00	03455	03455020
2863904	Neuwarfen	neuwarfen	DE		0	Europe/Berlin	53.61837	7.73578				06	00	03462	03462019
2863906	Neuwarf	neuwarf	DE		0	Europe/Berlin	54.63969	8.6445		Neuwarf,Neuwarft		10	00	01054	01054074
2863908	Neu Warendorf	neu-warendorf	DE		0	Europe/Berlin	51.95327	7.95589				07	055	05570	05570052
2863909	Neuwandrum	neuwandrum	DE		0	Europe/Berlin	53.64638	11.29436				12	00	13076	13076154
2863910	Neuwandlitz	neuwandlitz	DE		0	Europe/Berlin	52.73333	13.45				11	00	12060	12060269
2863911	Neu Waltersdorf	neu-waltersdorf	DE		0	Europe/Berlin	52.31472	13.93				11	00	12067	12067469
2863912	Neuwaltersdorf	neuwaltersdorf	DE		0	Europe/Berlin	50.78333	13.31667				13	00	14522	14522200
2863913	Neuwallwitz	neuwallwitz	DE		0	Europe/Berlin	51.06667	12.95				13	00	14522	14522190
2863914	Neuwallmoden	neuwallmoden	DE		0	Europe/Berlin	52.0113	10.26226		Neuwallmoden (Wallmoden)		06	00	03153	03153014
2863915	Neu Wallinghausen	neu-wallinghausen	DE		0	Europe/Berlin	53.48333	7.38333				06	00	03452	03452023
2863916	Neuwall	neuwall	DE		0	Europe/Berlin	53.06738	7.71584				06	00	03453	03453013
2863920	Neuwalde	neuwalde	DE		0	Europe/Berlin	53.7	13.21667				12	00	13071	13071004
2863921	Neuwalde	neuwalde	DE		0	Europe/Berlin	50.96361	14.61982				13	00	14626	14626280
2863924	Neuwahns	neuwahns	DE		0	Europe/Berlin	50.63333	10.3				15	00	16066	16066086
2863925	Neuvrees	neuvrees	DE		0	Europe/Berlin	52.97278	7.79538				06	00	03453	03453007
2863926	Neu Vorwerk	neu-vorwerk	DE		0	Europe/Berlin	53.92772	12.58029				12	00	13072	13072111
2863929	Neu Völkshagen	neu-voelkshagen	DE		0	Europe/Berlin	54.15409	12.38571				12	00	13073	13073055
2863931	Neu Vitense	neu-vitense	DE		0	Europe/Berlin	53.79349	11.07028				12	00	13074	13074065
2863932	Neu Viecheln	neu-viecheln	DE		0	Europe/Berlin	53.804	11.52386				12	00	13074	13074031
2863934	Neu Vehlefanz	neu-vehlefanz	DE		0	Europe/Berlin	52.69766	13.06764				11	00	12065	12065251
2863935	Neu Vandsburg	neu-vandsburg	DE		0	Europe/Berlin	51.76667	10.78333				14	00	15085	15085228
2863937	Neu Ungnade	neu-ungnade	DE		0	Europe/Berlin	54.06125	13.312				12	00	13075	13075050
2863938	Neu- und Neershof	neu-und-neershof	DE		0	Europe/Berlin	50.26667	11.03333		Neu- und Neershof		02	094	09463	09463000
2863939	Neu Ummendorf	neu-ummendorf	DE		0	Europe/Berlin	52.17214	11.21258				14	00	15083	15083505
2864021	Neu Steinitz	neu-steinitz	DE		0	Europe/Berlin	51.33855	14.36428		Nowa Scenca,Nowa Šćeńca		13	00	14625	14625330
2863942	Neutzkam	neutzkam	DE		0	Europe/Berlin	48.44187	12.22675				02	092	09274	09274114
2863943	Neutzenbrunn	neutzenbrunn	DE		0	Europe/Berlin	50.10158	9.76237				02	096	09677	09677131
2863944	Neutz	neutz	DE		0	Europe/Berlin	51.6062	11.84319				14	00	15088	15088216
2863945	Neu Tucheband	neu-tucheband	DE		0	Europe/Berlin	52.54995	14.49989				11	00	12064	12064009
2863948	Neutsch	neutsch	DE		0	Europe/Berlin	49.77611	8.71417				05	064	06432	06432013
2863949	Neu Trebendorf	neu-trebendorf	DE		0	Europe/Berlin	51.53374	14.53011				13	00	14626	14626490
2863951	Neu Travemünde	neu-travemunde	DE		0	Europe/Berlin	53.95937	10.85655				10	00	01003	01003000
2863952	Neutrauchburg	neutrauchburg	DE		0	Europe/Berlin	47.70834	10.03512				01	084	08436	08436049
2863954	Neutras	neutras	DE		0	Europe/Berlin	49.53493	11.54802		Neutras,Neutrus		02	093	09371	09371140
2863955	Neu Tramm	neu-tramm	DE		0	Europe/Berlin	53.05978	11.05715				06	00	03354	03354004
2863956	Neutornow	neutornow	DE		0	Europe/Berlin	53.08743	13.27903				11	00	12065	12065084
2863957	Neutornow	neutornow	DE		0	Europe/Berlin	52.81122	14.0643				11	00	12064	12064044
2863958	Neu Töplitz	neu-toeplitz	DE		0	Europe/Berlin	52.44251	12.90585				11	00	12069	12069656
2863961	Neutiefenweg	neutiefenweg	DE		0	Europe/Berlin	48.73354	12.86082				02	092	09271	09271111
2863963	Neuthymen	neuthymen	DE		0	Europe/Berlin	53.21664	13.19627				11	00	12065	12065084
2863964	Neu Thulendorf	neu-thulendorf	DE		0	Europe/Berlin	54.0972	12.31782				12	00	13072	13072108
2863966	Neuthard	neuthard	DE		0	Europe/Berlin	49.12833	8.52389				01	082	08215	08215103
2863968	Neu Teterin	neu-teterin	DE		0	Europe/Berlin	53.80095	13.64399		Neu Tetterin		12	00	13075	13075022
2863969	Neu Tetendorf	neu-tetendorf	DE		0	Europe/Berlin	52.97745	9.82389				06	00	03358	03358021
2863971	Neu Tessenow	neu-tessenow	DE		0	Europe/Berlin	53.71912	12.59948				12	00	13072	13072094
2863972	Neu Teschow	neu-teschow	DE		0	Europe/Berlin	53.99425	11.65066				12	00	13072	13072002
2863973	Neu Teschendorf	neu-teschendorf	DE		0	Europe/Berlin	54.35	10.86667				10	00	01055	01055015
2863974	Neutenkam	neutenkam	DE		0	Europe/Berlin	48.43918	12.24831				02	092	09274	09274134
2863975	Neu Temmen	neu-temmen	DE		0	Europe/Berlin	53.08676	13.77557				11	00	12073	12073569
2863976	Neu Tellin	neu-tellin	DE		0	Europe/Berlin	53.85238	13.22061		Neu Tellin		12	00	13075	13075002
2863977	Neuteichnitz	neuteichnitz	DE		0	Europe/Berlin	51.207	14.41612		Neuteichnitz,Nowa Cichonca,Nowa Ćichońca		13	00	14625	14625020
2863980	Neuteich	neuteich	DE		0	Europe/Berlin	51.21168	14.6441				13	00	14625	14625610
2863989	Neutechau	neutechau	DE		0	Europe/Berlin	53.96373	10.7139				10	00	01055	01055035
2863990	Neutauperlitz	neutauperlitz	DE		0	Europe/Berlin	50.29948	11.96703				02	094	09475	09475120
2863991	Neutaubenpreskeln	neutaubenpreskeln	DE		0	Europe/Berlin	50.83333	12.08333				15	00	16052	16052000
2863992	Neutaubenheim	neutaubenheim	DE		0	Europe/Berlin	51.03901	14.48049				13	00	14625	14625560
2863993	Neutann	neutann	DE		0	Europe/Berlin	47.83618	9.78855				01	084	08436	08436085
2863994	Neuswarts	neuswarts	DE		0	Europe/Berlin	50.65893	9.97048		Neuswarts		05	066	06631	06631023
2863996	Neusustrum	neusustrum	DE		0	Europe/Berlin	52.89284	7.2203				06	00	03454	03454052
2863998	Neu Süllitz	neu-suellitz	DE		0	Europe/Berlin	54.37733	13.61125				12	00	13073	13073106
2863999	Neu Sührkow	neu-suehrkow	DE		0	Europe/Berlin	53.81667	12.8				12	00	13071	13071109
2864000	Neusüdende	neusuedende	DE		0	Europe/Berlin	53.21084	8.20029				06	00	03451	03451005
2864001	Neu Stuer	neu-stuer	DE		0	Europe/Berlin	53.37329	12.32203				12	00	13071	13071143
2864004	Neu Strenz	neu-strenz	DE		0	Europe/Berlin	53.81484	12.15157				12	00	13072	13072043
2864006	Neustraße	neustrasse	DE		0	Europe/Berlin	51.32745	6.27528				07	051	05166	05166016
2864007	Neustraßburg	neustrassburg	DE		0	Europe/Berlin	50.11953	6.532				08	00	07232	07232210
2864008	Neustockach	neustockach	DE		0	Europe/Berlin	48.14834	11.99321				02	091	09175	09175123
2864009	Neu Stöbnitz	neu-stoebnitz	DE		0	Europe/Berlin	51.33333	11.81667				14	00	15088	15088235
2864010	Neustift	neustift	DE		0	Europe/Berlin	48.41209	11.76145				02	091	09178	09178124
2864011	Neustift	neustift	DE		0	Europe/Berlin	48.5825	13.19472		Neustif,Neustift		02	092	09275	09275138
2864012	Neustift	neustift	DE		0	Europe/Berlin	48.68176	13.6326				02	092	09275	09275126
2864013	Neustift	neustift	DE		0	Europe/Berlin	48.57237	13.38624				02	092	09262	09262000
2864015	Neu Stieten	neu-stieten	DE		0	Europe/Berlin	53.81835	11.43674				12	00	13074	13074030
2864019	Neustett	neustett	DE		0	Europe/Berlin	49.45861	10.13313		Neustett		02	095	09571	09571111
2864020	Neusteinreuth	neusteinreuth	DE		0	Europe/Berlin	49.87776	11.93561				02	093	09377	09377129
2864022	Neu Steinhorst	neu-steinhorst	DE		0	Europe/Berlin	54.13453	12.47197				12	00	13073	13073055
2864023	Neu Steinfeld	neu-steinfeld	DE		0	Europe/Berlin	54.10175	12.30829				12	00	13072	13072019
2864024	Neu Steinbrück	neu-steinbrueck	DE		0	Europe/Berlin	52.23333	10.2				06	00	03157	03157009
2864025	Neu Steinbeck	neu-steinbeck	DE		0	Europe/Berlin	53.63339	11.05392				12	00	13074	13074043
2864026	Neustedt	neustedt	DE		0	Europe/Berlin	51.09908	11.52884				15	00	16071	16071004
2864027	Neu Stassow	neu-stassow	DE		0	Europe/Berlin	54.04745	12.6093				12	00	13072	13072037
2864028	Neustall	neustall	DE		0	Europe/Berlin	50.39982	9.42344				05	064	06435	06435028
2864029	Neu Stahnsdorf	neu-stahnsdorf	DE		0	Europe/Berlin	52.30581	13.88966				11	00	12067	12067481
2864030	Neustädtles	neustadtles	DE		0	Europe/Berlin	50.49706	10.21417		Neustadtles,Neustädtles		02	096	09673	09673147
2864031	Neustädtlein am Forst	neustadtlein-am-forst	DE		0	Europe/Berlin	49.9632	11.44372		Neustadtlein,Neustädtlein		02	094	09472	09472131
2864032	Neustädtlein	neustadtlein	DE		0	Europe/Berlin	49.09419	10.21971				01	081	08127	08127102
2864033	Neustädtlein	neustadtlein	DE		0	Europe/Berlin	49.05592	10.34582		Neustadtlein,Neustädtlein		02	095	09571	09571136
2864035	Neustadtgödens	neustadtgoedens	DE		0	Europe/Berlin	53.47782	7.98772				06	00	03455	03455014
2864037	Neustädtges	neustaedtges	DE		0	Europe/Berlin	50.62022	9.99287				05	066	06631	06631023
2864040	Neustädter Vorstadt	neustaedter-vorstadt	DE		0	Europe/Berlin	53.30298	13.82338				11	00	12073	12073452
2864047	Neustädter Hammer	neustaedter-hammer	DE		0	Europe/Berlin	51.48333	14.45				13	00	14625	14625570
2864050	Neustädtel	neustaedtel	DE		0	Europe/Berlin	51.21299	14.20124		Nowe mestacko,Nowe městačko		13	00	14625	14625440
2864051	Neustädtel	neustaedtel	DE		0	Europe/Berlin	50.58458	12.63464				13	00	14521	14521530
2864058	Neustadt am Rübenberge	neustadt-am-ruebenberge	DE		45942	Europe/Berlin	52.50462	9.45871		Neustadt,Neustadt am Rbge,Neustadt am Rubenberge,Neustadt am Ruebenberge,Neustadt am Rübenberge,Niestadt,Nojshhat am Rjubenberge,Nojshtadt-am-Rjubenberge,Nojshtat am Ribenberge,lu ben shan lu nuo yi shi ta te,nwyshtat am rwbnbrghh,Нойштадт-ам-Рюбенберге,Нойщат ам Рюбенберге,Нојштат ам Рибенберге,نويشتات آم روبنبرغه,نوی‌اشتات آم روبنبرگه,吕本山麓诺伊施塔特		06	00	03241	03241012
2864072	Neue Neustadt	neue-neustadt	DE		226851	Europe/Berlin	52.15	11.63333		Hieronymusstadt,Magdeburg-Neustadt,Neue Neustadt,Nojshtadt,Нойштадт		14	00	15003	15003000
2864090	Neustädt	neustaedt	DE		0	Europe/Berlin	50.99712	10.09621				15	00	16063	16063097
2864092	Neustadt (Chemnitz)	neustadt-chemnitz	DE		0	Europe/Berlin	50.81667	12.86667				13	00	14511	14511000
2864102	Neustadt Rems Murr Kreis	neustadt-rems-murr-kreis	DE		0	Europe/Berlin	48.84747	9.32141		Neustadt		01	081	08119	08119079
2864109	Neustadl	neustadl	DE		0	Europe/Berlin	47.99825	12.45335				02	091	09189	09189111
2864112	Albrechtshof	albrechtshof	DE		0	Europe/Berlin	52.54355	13.13547		Albrechtshof,Neu Staaken		16	00	11000	11000000
2864113	Neußerweyhe	neusserweyhe	DE		0	Europe/Berlin	51.21667	6.65				07	051	05162	05162024
2864114	Neußerfurth	neusserfurth	DE		0	Europe/Berlin	51.22253	6.65602		Neusserfurth,Neußerfurth		07	051	05162	05162024
2864115	Neußerbroich	neusserbroich	DE		0	Europe/Berlin	51.2	6.66667				07	051	05162	05162024
2864117	Neußen	neussen	DE		0	Europe/Berlin	51.44946	13.11484				13	00	14730	14730045
2864119	Neuspremberg	neuspremberg	DE		0	Europe/Berlin	51.03333	14.53333				13	00	14626	14626350
2864121	Neuspittwitz	neuspittwitz	DE		0	Europe/Berlin	51.15904	14.28772		Neuspittwitz,Nowe Spytecy		13	00	14625	14625150
2864122	Neusornzig	neusornzig	DE		0	Europe/Berlin	51.21605	12.99968				13	00	14730	14730200
2864123	Neusörnewitz	neusoernewitz	DE		0	Europe/Berlin	51.14717	13.53845				13	00	14627	14627010
2864125	Neusorgefeld	neusorgefeld	DE		0	Europe/Berlin	51.78818	13.57756				11	00	12061	12061219
2864126	Neusorge	neusorge	DE		0	Europe/Berlin	51.55	12.08333				14	00	15088	15088195
2864127	Neusorge	neusorge	DE		0	Europe/Berlin	51.38103	14.93174		Neusorge		13	00	14626	14626480
2864128	Neusorge	neusorge	DE		0	Europe/Berlin	50.95233	12.99115				13	00	14522	14522360
2864129	Neusorge	neusorge	DE		0	Europe/Berlin	50.70748	13.30027				13	00	14521	14521495
2864130	Neusorge	neusorge	DE		0	Europe/Berlin	50.65161	13.21471				13	00	14521	14521390
2864133	Neu-Sommersdorf	neu-sommersdorf	DE		0	Europe/Berlin	53.77815	12.89993				12	00	13071	13071139
2864135	Neu Söcking	neu-socking	DE		0	Europe/Berlin	47.98922	11.32025				02	091	09188	09188139
2864136	Neusling	neusling	DE		0	Europe/Berlin	48.69387	12.87884				02	092	09271	09271152
2864138	Neusles	neusles	DE		0	Europe/Berlin	49.67048	11.23961				02	094	09474	09474132
2864139	Neu Skaska	neu-skaska	DE		0	Europe/Berlin	51.34987	14.19611		Neu Skaska,Nowy Skaskow		13	00	14625	14625420
2864143	Neu Silmersdorf	neu-silmersdorf	DE		0	Europe/Berlin	53.27718	12.14861				11	00	12070	12070393
2864144	Neusig	neusig	DE		0	Europe/Berlin	49.86357	11.38528				02	094	09472	09472197
2864145	Neu Siegelsum	neu-siegelsum	DE		0	Europe/Berlin	53.51432	7.31474				06	00	03452	03452024
2864147	Neusieden	neusieden	DE		0	Europe/Berlin	47.68	13.07551				02	091	09172	09172124
2864148	Neuseußlitz	neuseusslitz	DE		0	Europe/Berlin	51.25096	13.42049				13	00	14627	14627190
2864149	Neusetz	neusetz	DE		0	Europe/Berlin	49.83948	10.14729				02	096	09675	09675117
2864150	Neusessing	neusessing	DE		0	Europe/Berlin	48.68865	13.32973				02	092	09275	09275111
2864153	Neuses an den Eichen	neuses-an-den-eichen	DE		0	Europe/Berlin	50.17635	10.90616	340	Neuses a.d.Eichen		02	094	09473	09473132
2864154	Neuses am Sand	neuses-am-sand	DE		0	Europe/Berlin	49.84513	10.35344		Neuses,Neuses am Sand		02	096	09675	09675158
2864155	Neuses am Raueneck	neuses-am-raueneck	DE		0	Europe/Berlin	50.11056	10.70647		Neuses,Neuses am Raueneck		02	096	09674	09674130
2864156	Neuses am Main	neuses-am-main	DE		0	Europe/Berlin	50.15218	11.21531		Neuses		02	094	09478	09478116
2864157	Neuses am Brand	neuses-am-brand	DE		0	Europe/Berlin	50.21756	11.17043		Neuses,Neuses am Brand		02	094	09473	09473166
2864158	Neuses am Berg	neuses-am-berg	DE		0	Europe/Berlin	49.82764	10.17663		Neuses,Neuses am Berg		02	096	09675	09675117
2864159	Neuses	neuses	DE		0	Europe/Berlin	50.21432	11.30823				02	094	09476	09476145
2864160	Neuses	neuses	DE		0	Europe/Berlin	50.20236	10.56497				02	096	09674	09674120
2864161	Neuses	neuses	DE		0	Europe/Berlin	50.12768	9.13752				05	064	06435	06435009
2864162	Neuses	neuses	DE		0	Europe/Berlin	49.7741	11.14329				02	094	09474	09474121
2864163	Neuses	neuses	DE		0	Europe/Berlin	49.77406	11.03362				02	094	09474	09474123
2864164	Neuses	neuses	DE		0	Europe/Berlin	49.70543	10.50549				02	095	09575	09575161
2864165	Neuses	neuses	DE		0	Europe/Berlin	49.56397	10.92582				02	095	09562	09562000
2864166	Neuses	neuses	DE		0	Europe/Berlin	49.50722	9.85349				01	081	08128	08128058
2864167	Neuses	neuses	DE		0	Europe/Berlin	49.41527	10.85968				02	095	09573	09573125
2864168	Neuses	neuses	DE		0	Europe/Berlin	49.31382	10.55369				02	095	09561	09561000
2864169	Neuses	neuses	DE		0	Europe/Berlin	49.22938	10.58083				02	095	09571	09571127
2864170	Neuses	neuses	DE		0	Europe/Berlin	49.1048	10.35148				02	095	09571	09571139
2864171	Neuses	neuses	DE		0	Europe/Berlin	48.94855	11.58834				02	091	09176	09176112
2864172	Neuses	neuses	DE		0	Europe/Berlin	48.25	10.8				02	097	09772	09772215
2864174	Neuseriem	neuseriem	DE		0	Europe/Berlin	53.65	7.63333				06	00	03462	03462015
2864175	Neusen	neusen	DE		0	Europe/Berlin	50.83755	6.17912				07	053	05334	05334036
2864177	Neuselingsbach	neuselingsbach	DE		0	Europe/Berlin	49.46795	10.64201				02	095	09575	09575152
2864178	Neuselhalden	neuselhalden	DE		0	Europe/Berlin	48.68255	10.01695		Neuselhalden		01	081	08135	08135032
2864179	Neuseifersdorf	neuseifersdorf	DE		0	Europe/Berlin	51.08604	13.21194				13	00	14522	14522510
2864180	Neuseggebruch	neuseggebruch	DE		0	Europe/Berlin	52.30027	9.0985				06	00	03257	03257034
2864183	Neuseesen	neuseesen	DE		0	Europe/Berlin	51.34193	9.9178		Neuseesen		05	066	06636	06636016
2864185	Neuseeland	neuseeland	DE		0	Europe/Berlin	52.41829	13.74104				11	00	12067	12067124
2864187	Neuseehagen	neuseehagen	DE		0	Europe/Berlin	54.24391	12.74886				12	00	13073	13073096
2864188	Neuseegefeld	neuseegefeld	DE		0	Europe/Berlin	52.55389	13.09262				11	00	12063	12063080
2864192	Neuseddin	neuseddin	DE		0	Europe/Berlin	52.2878	12.98893				11	00	12069	12069596
2864195	Neuschwetzingen	neuschwetzingen	DE		0	Europe/Berlin	48.69509	11.31065				02	091	09185	09185139
2864197	Neu Schwante	neu-schwante	DE		0	Europe/Berlin	52.72351	13.07253				11	00	12065	12065251
2864199	Neuschwammbach	neuschwammbach	DE		0	Europe/Berlin	50.59464	9.9806				05	066	06631	06631023
2864200	Neuschwaig	neuschwaig	DE		0	Europe/Berlin	48.64372	10.68427		Neu-Schwaige,Neuschwaig		02	097	09773	09773164
2864201	Neuschulzendorf	neuschulzendorf	DE		0	Europe/Berlin	52.34788	13.59792		Kolonie Neuschulzendorf,Neuschulzendorf		11	00	12061	12061444
2864202	Neu Schrepkow	neu-schrepkow	DE		0	Europe/Berlin	52.99691	12.09131				11	00	12070	12070149
2864205	Neuschönningstedt	neuschoenningstedt	DE		0	Europe/Berlin	53.55154	10.24438				10	00	01062	01062060
2864207	Neuschönfeld	neuschoenfeld	DE		0	Europe/Berlin	53.24657	14.30205				11	00	12073	12073565
2864208	Neuschönburg	neuschoenburg	DE		0	Europe/Berlin	50.71028	12.64168				13	00	14524	14524200
2864209	Neuschönbrunn	neuschoenbrunn	DE		0	Europe/Berlin	51.14955	14.21134				13	00	14625	14625040
2864211	Neu Schönberg	neu-schoenberg	DE		0	Europe/Berlin	54.40564	10.39229				10	00	01057	01057073
2864212	Neuschönberg	neuschoenberg	DE		0	Europe/Berlin	51.06667	13				13	00	14522	14522570
2864213	Neuschönberg	neuschoenberg	DE		0	Europe/Berlin	51.04217	14.58996				13	00	14626	14626070
2864214	Neu Schönau	neu-schoenau	DE		0	Europe/Berlin	53.58798	12.70672				12	00	13071	13071172
2864215	Neuschönau	neuschoenau	DE		0	Europe/Berlin	50.88573	14.6477				13	00	14626	14626140
2864217	Neuschollene	neuschollene	DE		0	Europe/Berlin	52.65639	12.23014				14	00	15090	15090485
2864218	Neu Schoderstedt	neu-schoderstedt	DE		0	Europe/Berlin	52.26652	10.83622				06	00	03154	03154013
2864220	Neuschmölln	neuschmoelln	DE		0	Europe/Berlin	51.12409	14.25452		Nowa Smelna,Nowa Smělna		13	00	14625	14625530
2864221	Neuschmiede	neuschmiede	DE		0	Europe/Berlin	48.89491	10.01857				01	081	08136	08136002
2864222	Neuschmidtstedt	neuschmidtstedt	DE		0	Europe/Berlin	50.96667	11.08333				15	00	16051	16051000
2864224	Neuschmerlitz	neuschmerlitz	DE		0	Europe/Berlin	51.31206	14.19835		Busenka,Bušeńka,Neuschmerlitz		13	00	14625	14625500
2864225	Neuschloß	neuschloss	DE		0	Europe/Berlin	49.6025	8.51639		Neuschloss,Neuschloß		05	064	06431	06431013
2864226	Neu Schloen	neu-schloen	DE		0	Europe/Berlin	53.53438	12.7899		Neu Schloen,Neu-Schlon,Neu-Schlön		12	00	13071	13071174
2864227	Neu Schlemmin	neu-schlemmin	DE		0	Europe/Berlin	53.8588	11.84986				12	00	13072	13072013
2864228	Neuschleichach	neuschleichach	DE		0	Europe/Berlin	49.94152	10.58798				02	096	09674	09674159
2864230	Neu Schlagsdorf	neu-schlagsdorf	DE		0	Europe/Berlin	53.73754	11.5359				12	00	13076	13076033
2864237	Neuschenau	neuschenau	DE		0	Europe/Berlin	48.54528	10.76139				02	097	09773	09773182
2864239	Neuscheidenbach	neuscheidenbach	DE		0	Europe/Berlin	51.05883	14.41941				13	00	14625	14625560
2864240	Neuschaumburg	neuschaumburg	DE		0	Europe/Berlin	52.6153	14.56495				11	00	12064	12064057
2864241	Neuschauerberg	neuschauerberg	DE		0	Europe/Berlin	49.53816	10.69986				02	095	09575	09575121
2864242	Neuscharrel	neuscharrel	DE		0	Europe/Berlin	53.01081	7.76448		Neuscharrel		06	00	03453	03453007
2864243	Neu Schadow	neu-schadow	DE		0	Europe/Berlin	52.091	13.92414				11	00	12061	12061329
2864245	Neusatzeck	neusatzeck	DE		0	Europe/Berlin	48.66358	8.17316				01	082	08216	08216007
2864246	Neusatz	neusatz	DE		0	Europe/Berlin	48.81665	8.48415				01	082	08235	08235033
2864247	Neusatz	neusatz	DE		0	Europe/Berlin	48.65953	8.14871		Neusatz		01	082	08216	08216007
2864248	Neu Satow	neu-satow	DE		0	Europe/Berlin	53.99729	11.86401		Neu Satow		12	00	13072	13072093
2864249	Neusath	neusath	DE		0	Europe/Berlin	49.46489	12.21058		Neusath,Neuses		02	093	09376	09376144
2864250	Neu Sassitz	neu-sassitz	DE		0	Europe/Berlin	54.4007	13.41189				12	00	13073	13073010
2864254	Neu Sarow	neu-sarow	DE		0	Europe/Berlin	53.79485	13.1306				12	00	13071	13071128
2864255	Neu Särichen	neu-saerichen	DE		0	Europe/Berlin	51.28977	14.84398				13	00	14626	14626370
2864256	Neusärchen	neusaerchen	DE		0	Europe/Berlin	51.2809	14.50423		Nowe Zdzarki,Nowe Zdźarki		13	00	14625	14625160
2864257	Neu Sapshagen	neu-sapshagen	DE		0	Europe/Berlin	53.61745	12.56417				12	00	13071	13071078
2864259	Neu Sankt Jürgen	neu-sankt-juergen	DE		0	Europe/Berlin	53.25283	8.97499				06	00	03356	03356011
2864261	Neu Sanitz	neu-sanitz	DE		0	Europe/Berlin	53.81529	13.58091				12	00	13075	13075013
2864262	Neu Sandhorst	neu-sandhorst	DE		0	Europe/Berlin	53.48988	7.51661				06	00	03452	03452001
2864263	Neusand	neusand	DE		0	Europe/Berlin	48.54346	7.93059				01	083	08317	08317141
2864266	Neu Sallenthin	neu-sallenthin	DE		0	Europe/Berlin	53.95862	14.11704		Neu Sallenthin		12	00	13075	13075049
2864269	Neu Sagast	neu-sagast	DE		0	Europe/Berlin	53.26536	11.9195		Kolonie Neu Sagast,Neu Sagast		11	00	12070	12070325
2864270	Neusaathain	neusaathain	DE		0	Europe/Berlin	51.45859	13.45641		Kolonie Neusaathain,Neusaathain		11	00	12062	12062410
2864271	Neusaalborn	neusaalborn	DE		0	Europe/Berlin	50.88444	11.3179				15	00	16071	16071008
2864277	Neu Ruppersdorf	neu-ruppersdorf	DE		0	Europe/Berlin	53.97057	10.74574				10	00	01055	01055035
2864278	Neu Runstedt	neu-runstedt	DE		0	Europe/Berlin	51.93198	11.03785		Neu Runstedt		14	00	15085	15085135
2864280	Neu Rukieten	neu-rukieten	DE		0	Europe/Berlin	53.91667	12.11667				12	00	13072	13072095
2864282	Neurüdnitz	neuruednitz	DE		0	Europe/Berlin	52.79124	14.18155				11	00	12064	12064371
2864284	Neu Rottstock	neu-rottstock	DE		0	Europe/Berlin	52.18333	12.76667				11	00	12069	12069076
2864285	Neu Rossewitz	neu-rossewitz	DE		0	Europe/Berlin	53.88333	12.33333		Erbpacht,Neu Rossewitz		12	00	13072	13072062
2864287	Neu Rosenthal	neu-rosenthal	DE		0	Europe/Berlin	52.61924	14.30134				11	00	12064	12064274
2864289	Neu Roggentin	neu-roggentin	DE		0	Europe/Berlin	54.08007	12.20091				12	00	13072	13072019
2864290	Neu Roddahn	neu-roddahn	DE		0	Europe/Berlin	52.81425	12.34108				11	00	12068	12068324
2864291	Neuroda	neuroda	DE		0	Europe/Berlin	50.75434	10.98362				15	00	16070	16070004
2864293	Neurochwitz	neurochwitz	DE		0	Europe/Berlin	51.04506	13.83805				13	00	14612	14612000
2864295	Neurobschütz	neurobschuetz	DE		0	Europe/Berlin	51.12581	13.42712				13	00	14627	14627100
2864297	Neuringe	neuringe	DE		0	Europe/Berlin	52.63005	7.02605				06	00	03454	03454054
2864298	Neu Rietz	neu-rietz	DE		0	Europe/Berlin	52.07017	12.76792				11	00	12069	12069632
2864299	Neu Rieste	neu-rieste	DE		0	Europe/Berlin	53.12573	10.44058				06	00	03360	03360004
2864300	Neuriederhof	neuriederhof	DE		0	Europe/Berlin	49.31383	12.14187		Neuriederhof,Niederhof		02	093	09376	09376161
2864308	Neuricht	neuricht	DE		0	Europe/Berlin	49.46506	11.82601				02	093	09361	09361000
2864309	Neuricht	neuricht	DE		0	Europe/Berlin	49.24562	11.37282				02	093	09373	09373114
2864310	Neurhede	neurhede	DE		0	Europe/Berlin	53.0252	7.23142		Neu Rheede,Neurhede		06	00	03454	03454044
2864311	Neu Rhäse	neu-rhaese	DE		0	Europe/Berlin	53.51709	13.1785				12	00	13071	13071166
2864312	Neureuth	neureuth	DE		0	Europe/Berlin	49.29623	10.32883				02	095	09571	09571198
2864314	Neureut	neureut	DE		0	Europe/Berlin	49.25641	9.60422				01	081	08126	08126058
2864315	Neureut	neureut	DE		0	Europe/Berlin	48.79234	13.48923				02	092	09272	09272118
2864316	Neureut	neureut	DE		0	Europe/Berlin	48.59697	13.44307				02	092	09262	09262000
2864318	Neu Rethwisch	neu-rethwisch	DE		0	Europe/Berlin	54.13376	11.95199				12	00	13072	13072017
2864319	Neureut	neureut	DE		0	Europe/Berlin	49.04874	8.37815		Neurent,Neureut		01	082	08212	08212000
2864320	Neuremscheid	neuremscheid	DE		0	Europe/Berlin	51.01887	7.44083		Neuremscheid		07	053	05374	05374008
2864321	Neu Remlin	neu-remlin	DE		0	Europe/Berlin	53.90951	12.63904				12	00	13072	13072096
2864323	Neu Reichenwalde	neu-reichenwalde	DE		0	Europe/Berlin	52.28837	14.01028				11	00	12067	12067413
2864326	Neureetz	neureetz	DE		0	Europe/Berlin	52.77857	14.13863				11	00	12064	12064371
2864327	Neu Redlin	neu-redlin	DE		0	Europe/Berlin	53.34512	12.0411				11	00	12070	12070266
2864328	Neuredekin	neuredekin	DE		0	Europe/Berlin	52.45559	12.06249				14	00	15086	15086080
2864329	Neu Reddevitz	neu-reddevitz	DE		0	Europe/Berlin	54.33519	13.61373				12	00	13073	13073048
2864331	Neuravensburg	neuravensburg	DE		0	Europe/Berlin	47.64058	9.7623				01	084	08436	08436081
2864333	Neuratjensdorf	neuratjensdorf	DE		0	Europe/Berlin	54.34226	10.97032		Neu Rathjensdorf,Neuratjensdorf		10	00	01055	01055015
2864334	Neurath	neurath	DE		0	Europe/Berlin	51.03912	6.59596		Neurath		07	051	05162	05162008
2864335	Neurath	neurath	DE		0	Europe/Berlin	50.0701	6.26346		Neurath		08	00	07232	07232201
2864336	Neurath	neurath	DE		0	Europe/Berlin	50.05072	7.76633				08	00	07339	07339003
2864339	Neu Rapshagen	neu-rapshagen	DE		0	Europe/Berlin	53.23333	12.23333				11	00	12070	12070096
2864340	Neu Rappin	neu-rappin	DE		0	Europe/Berlin	52.59022	11.01431				14	00	15081	15081280
2864341	Neuranft	neuranft	DE		0	Europe/Berlin	52.80198	14.1388				11	00	12064	12064371
2864342	Neurandsberg	neurandsberg	DE		0	Europe/Berlin	49.10073	12.76248				02	092	09278	09278178
2864343	Bad Neuragoczy	bad-neuragoczy	DE		0	Europe/Berlin	51.53096	11.8728		Bad Neuragoczy,Neuragoczy		14	00	15088	15088319
2864346	Neu Rachow	neu-rachow	DE		0	Europe/Berlin	53.78837	12.44618				12	00	13072	13072038
2864347	Neu Quitzenow	neu-quitzenow	DE		0	Europe/Berlin	54.01251	12.7438				12	00	13072	13072010
2864349	Neupuschwitz	neupuschwitz	DE		0	Europe/Berlin	51.25975	14.29256		Neupuschwitz,Nowe Bosicy,Nowe Bóšicy		13	00	14625	14625460
2864350	Neupurschwitz	neupurschwitz	DE		0	Europe/Berlin	51.18333	14.51667		Neupurschwitz,Nowe Porsicy,Nowe Poršicy		13	00	14625	14625290
2864351	Neupullach Kolonie	neupullach-kolonie	DE		0	Europe/Berlin	48.16505	11.93416		Neupullach		02	091		
2864355	Neu Premslin	neu-premslin	DE		0	Europe/Berlin	53.11199	11.78241				11	00	12070	12070173
2864358	Neu Porschdorf	neu-porschdorf	DE		0	Europe/Berlin	50.94183	14.12498				13	00	14628	14628030
2864359	Neu Poorstorf	neu-poorstorf	DE		0	Europe/Berlin	53.97573	11.73693				12	00	13072	13072022
2864361	Neu Polchow	neu-polchow	DE		0	Europe/Berlin	53.94674	12.48603				12	00	13072	13072112
2864362	Neupoderschau	neupoderschau	DE		0	Europe/Berlin	51.02185	12.2949				15	00	16077	16077032
2864363	Neupodelzig	neupodelzig	DE		0	Europe/Berlin	52.47755	14.52719				11	00	12064	12064388
2864364	Neupochra	neupochra	DE		0	Europe/Berlin	51.31631	13.21957				13	00	14627	14627230
2864365	Neuplötzin	neuploetzin	DE		0	Europe/Berlin	52.38681	12.85877		Kolonie Neu Plotzin,Kolonie Neu Plötzin,Neuplotzin,Neuplötzin		11	00	12069	12069656
2864366	Neu Plötz	neu-ploetz	DE		0	Europe/Berlin	53.86274	13.28391				12	00	13075	13075054
2864367	Neu Plestlin	neu-plestlin	DE		0	Europe/Berlin	53.96013	13.25149				12	00	13075	13075009
2864369	Neu Plaue	neu-plaue	DE		0	Europe/Berlin	52.43811	12.39309				11	00	12051	12051000
2864371	Neu Placht	neu-placht	DE		0	Europe/Berlin	53.13905	13.4198				11	00	12073	12073572
2864375	Neupetritor	neupetritor	DE		0	Europe/Berlin	52.28333	10.48333				06	00	03101	03101000
2864376	Neupetershain Nord	neupetershain-nord	DE		0	Europe/Berlin	51.62454	14.16174		Neupetershain Nord,Petershain,Wiki		11	00	12066	12066228
2864380	Neu Pennewitt	neu-pennewitt	DE		0	Europe/Berlin	53.84004	11.76014				12	00	13074	13074084
2864381	Neu Pastitz	neu-pastitz	DE		0	Europe/Berlin	54.36667	13.48333				12	00	13073	13073070
2864382	Neu Panstorf	neu-panstorf	DE		0	Europe/Berlin	53.75496	12.66				12	00	13071	13071092
2864383	Neu Pansow	neu-pansow	DE		0	Europe/Berlin	54.03585	13.26299				12	00	13075	13075027
2864384	Neu Pannekow	neu-pannekow	DE		0	Europe/Berlin	53.90745	12.7238				12	00	13072	13072004
2864388	Neuostheim	neuostheim	DE		0	Europe/Berlin	49.4775	8.51444		Neuostheim		01	082	08222	08222000
2864392	Neuoppitz	neuoppitz	DE		0	Europe/Berlin	51.30363	14.40162		Njeradk		13	00	14625	14625280
2864393	Neuoppach	neuoppach	DE		0	Europe/Berlin	51.0569	14.50347				13	00	14626	14626410
2864394	Neuölsburg	neuoelsburg	DE		0	Europe/Berlin	52.26682	10.20973		Neu OElsburg,Neu Ölsburg		06	00	03157	03157009
2864395	Neuölling	neuolling	DE		0	Europe/Berlin	48.65262	12.91942				02	092	09279	09279113
2864396	Neuohe	neuohe	DE		0	Europe/Berlin	52.86156	10.21746				06	00	03351	03351010
2864397	Neuoelsnitz	neuoelsnitz	DE		0	Europe/Berlin	50.72431	12.7322		Neuoelsnitz,Neuolsnitz,Neuölsnitz		13	00	14521	14521450
2864398	Neuoelsa	neuoelsa	DE		0	Europe/Berlin	50.94136	13.66105				13	00	14628	14628300
2864400	Neu Ödernitz	neu-oedernitz	DE		0	Europe/Berlin	51.28747	14.83379		Neu Odernitz,Neu Oedernitz,Neu Ödernitz		13	00	14626	14626370
2864401	Neuöd	neuod	DE		0	Europe/Berlin	49.46249	11.67375				02	093	09371	09371131
2864402	Ninive	ninive	DE		0	Europe/Berlin	50.99087	14.71063		Neuoberruppersdorf,Ninive		13	00	14626	14626180
2864403	Neuoberhaus	neuoberhaus	DE		0	Europe/Berlin	50.44288	12.7366				13	00	14521	14521320
2864405	Neunzehnhain	neunzehnhain	DE		0	Europe/Berlin	50.7261	13.15385		Neunzehnhain		13	00	14521	14521495
2864406	Neunußberg	neunussberg	DE		0	Europe/Berlin	49.0848	12.94305				02	092	09276	09276144
2864408	Neunuifra	neunuifra	DE		0	Europe/Berlin	48.51383	8.59375				01	082	08237	08237054
2864409	Neunthausen	neunthausen	DE		0	Europe/Berlin	48.37175	8.57623				01	083	08325	08325057
2864413	Neunstetten	neunstetten	DE		0	Europe/Berlin	49.4125	9.61214		Neunstetten		01	081	08126	08126045
2864414	Neunstadt	neunstadt	DE		0	Europe/Berlin	48.94793	10.18244				01	081	08136	08136019
2864418	Neunkirchen bei Weiden	neunkirchen-bei-weiden	DE		0	Europe/Berlin	49.6704	12.10321		Neunkirchen,Neunkirchen bei Weiden		02	093	09363	09363000
2864419	Neunkirchen bei Leutershausen	neunkirchen-bei-leutershausen	DE		0	Europe/Berlin	49.30612	10.46067		Neunkirchen,Neunkirchen bei Leutershausen		02	095	09571	09571174
2864422	Neunkirchen am Main	neunkirchen-am-main	DE		7784	Europe/Berlin	49.923	11.64793		Neunkirchen,Neunkirchen am Main		02	094	09472	09472199
2864438	Neunitz	neunitz	DE		0	Europe/Berlin	51.22738	12.7577		Neunitz		13	00	14729	14729160
2864439	Neunimptsch	neunimptsch	DE		0	Europe/Berlin	51.03333	13.68333		Neunimptsch		13	00	14612	14612000
2864440	Neu Nieköhr	neu-niekoehr	DE		0	Europe/Berlin	53.95558	12.61591				12	00	13072	13072010
2864441	Neuniederkaina	neuniederkaina	DE		0	Europe/Berlin	51.18333	14.46667				13	00	14625	14625020
2864442	Neunhofen	neunhofen	DE		0	Europe/Berlin	50.72676	11.71443				15	00	16075	16075073
2864443	Neunhof	neunhof	DE		0	Europe/Berlin	49.55495	11.23017				02	095	09574	09574138
2864444	Neunhof	neunhof	DE		0	Europe/Berlin	49.52032	11.04838				02	095	09564	09564000
2864445	Neunheim	neunheim	DE		0	Europe/Berlin	48.95418	10.1615				01	081	08136	08136019
2864447	Neunhäuser	neunhaeuser	DE		0	Europe/Berlin	50.60144	13.29666				13	00	14521	14521390
2864448	Neunhards	neunhards	DE		0	Europe/Berlin	50.66725	9.7157				05	066	06631	06631015
2864451	Neu Negentin	neu-negentin	DE		0	Europe/Berlin	54.01009	13.33174				12	00	13075	13075025
2864452	Neu Neetze	neu-neetze	DE		0	Europe/Berlin	53.30187	10.62514				06	00	03355	03355026
2864453	Neuneck	neuneck	DE		0	Europe/Berlin	48.41981	8.52627		Neuneck		01	082	08237	08237030
2864454	Neundorf am Holz	neundorf-am-holz	DE		0	Europe/Berlin	50.22481	10.84282		Neundorf,Neundorf am Holz		02	094	09473	09473175
2864455	Neundorf	neundorf	DE		2315	Europe/Berlin	51.8208	11.57484		Neundorf		14	00	15089	15089310
2864456	Neundorf	neundorf	DE		0	Europe/Berlin	51.00775	14.82124				13	00	14626	14626180
2864457	Neundorf	neundorf	DE		0	Europe/Berlin	50.91675	13.97844		Neundorf		13	00	14628	14628270
2864458	Neundorf	neundorf	DE		0	Europe/Berlin	50.76792	11.97898				15	00	16076	16076088
2864459	Neundorf	neundorf	DE		0	Europe/Berlin	50.63107	13.02107		Neundorf		13	00	14521	14521630
2864460	Neundorf	neundorf	DE		323	Europe/Berlin	50.60132	11.76777		Neundorf		15	00	16075	16075072
2864461	Neundorf	neundorf	DE		0	Europe/Berlin	50.43785	11.60165				15	00	16075	16075136
2864462	Neundorf	neundorf	DE		0	Europe/Berlin	50.43263	11.00911				15	00	16072	16072015
2864463	Neundorf	neundorf	DE		0	Europe/Berlin	50.26117	11.2136				02	094	09476	09476154
2864464	Neundorf	neundorf	DE		0	Europe/Berlin	50.22418	10.84344				02	094	09473	09473175
2864465	Neundorf	neundorf	DE		0	Europe/Berlin	49.62198	10.40649				02	095	09575	09575165
2864466	Neundorf	neundorf	DE		0	Europe/Berlin	49.57015	10.81115				02	095	09572	09572114
2864467	Neundling	neundling	DE		0	Europe/Berlin	49.04694	12.61272				02	092	09278	09278179
2864470	Neunaundorf	neunaundorf	DE		0	Europe/Berlin	51.69701	13.26334				11	00	12062	12062224
2864471	Neunaigen	neunaigen	DE		0	Europe/Berlin	49.52209	12.09715				02	093	09376	09376150
2864473	Neumutzschwitz	neumutzschwitz	DE		0	Europe/Berlin	51.12901	13.26904				13	00	14627	14627180
2864475	Neumünster	neumuenster	DE		80196	Europe/Berlin	54.07477	9.98195		EUM,Naimuenster,Naimünster,Neumuenster,Neumunster,Neumünster,Niemuenster,Niemünster,Nojminster,Nojmjunster,Novum Monasterium,noimwinseuteo,noimyunsuta,nywmnstr,xin ming si te,Ноймюнстер,Нојминстер,نوی‌مونستر,نیومنستر,ノイミュンスター,新明斯特,노이뮌스터	01004	10	00	01004	01004000
2864476	Neumünster	neumuenster	DE		0	Europe/Berlin	49.40258	7.16916				09	00	10043	10043115
2864479	Neumummen	neumummen	DE		0	Europe/Berlin	47.54847	10.23487		Neu-Mummen,Neumummen		02	097	09780	09780115
2864480	Neu Mukran	neu-mukran	DE		0	Europe/Berlin	54.47901	13.57524				12	00	13073	13073080
2864482	Neumühlhausen	neumuhlhausen	DE		0	Europe/Berlin	48.15645	11.97729				02	091	09175	09175123
2864486	Neumühlenhäuser	neumuehlenhaeuser	DE		0	Europe/Berlin	50.46282	12.23316				13	00	14523	14523410
2864490	Neumühlen	neumuehlen	DE		0	Europe/Berlin	54.33364	10.19595				10	00	01002	01002000
2864491	Neumühlen	neumuehlen	DE		0	Europe/Berlin	53.54423	9.91533				04	00	02000	02000000
2864492	Neumühlen	neumuehlen	DE		0	Europe/Berlin	52.94391	9.25277				06	00	03361	03361012
2864493	Neumühlen	neumuehlen	DE		0	Europe/Berlin	52.88915	7.95036				06	00	03453	03453012
2864494	Neumühlen	neumuehlen	DE		0	Europe/Berlin	52.25153	9.10183				06	00	03257	03257001
2864495	Neumühlen	neumuhlen	DE		0	Europe/Berlin	49.25094	12.77386				02	093	09372	09372174
2864502	Neumühle	neumuehle	DE		2487	Europe/Berlin	53.63171	11.37085				12	00	13004	13004000
2864503	Neumühle	neumuehle	DE		0	Europe/Berlin	53.01494	10.73244				06	00	03360	03360018
2864504	Neumühle	neumuehle	DE		0	Europe/Berlin	52.96291	12.83496				11	00	12068	12068320
2864505	Neumühle	neumuehle	DE		0	Europe/Berlin	51.65	14.38333				11	00	12071	12071301
2864506	Neumühle	neumuehle	DE		478	Europe/Berlin	50.70265	12.17131				15	00	16076	16076022
2864507	Neumühle	neumuehle	DE		0	Europe/Berlin	50.66198	12.62056				13	00	14524	14524310
2864509	Neumühle	neumuehle	DE		0	Europe/Berlin	49.98748	8.04721				08	00	07339	07339030
2864512	Neumühle	neumuehle	DE		0	Europe/Berlin	49.34442	7.5704				08	00	07340	07340018
2864519	Neumühl	neumuehl	DE		0	Europe/Berlin	51.4919	6.79153				07	051	05112	05112000
2864520	Neumühl	neumuehl	DE		0	Europe/Berlin	54.14997	12.84267				12	00	13073	13073034
2864521	Neumühl	neumuhl	DE		0	Europe/Berlin	48.56809	7.84622		Neumuhl,Neumühl		01	083	08317	08317057
2864524	Neumorsum	neumorsum	DE		0	Europe/Berlin	52.92561	9.0483				06	00	03361	03361013
2864525	Neumorschen	neumorschen	DE		0	Europe/Berlin	51.06419	9.60578				05	066	06634	06634015
2864527	Neu Mooringen	neu-mooringen	DE		0	Europe/Berlin	53.20162	8.96624				06	00	03356	03356005
2864529	Neu Mönchwinkel	neu-moenchwinkel	DE		0	Europe/Berlin	52.38226	13.87097				11	00	12067	12067201
2864530	Neumolkenberg	neumolkenberg	DE		0	Europe/Berlin	52.68445	12.21122				14	00	15090	15090485
2864531	Neu Mohlis	neu-mohlis	DE		0	Europe/Berlin	51.16933	13.40708				13	00	14627	14627080
2864532	Neu Mödewitz	neu-moedewitz	DE		0	Europe/Berlin	51.7	11.75				14	00	15089	15089195
2864533	Neumittelleutersdorf	neumittelleutersdorf	DE		0	Europe/Berlin	50.95861	14.67092				13	00	14626	14626280
2864534	Neu Mistorf	neu-mistorf	DE		0	Europe/Berlin	53.89088	12.17312				12	00	13072	13072071
2864536	Neu Miltzow	neu-miltzow	DE		0	Europe/Berlin	54.1985	13.21003				12	00	13073	13073090
2864537	Neumilkau	neumilkau	DE		0	Europe/Berlin	51.05	12.98333				13	00	14522	14522570
2864538	Neu Meteln	neu-meteln	DE		0	Europe/Berlin	53.76226	11.36189				12	00	13074	13074001
2864539	Neumerl	neumerl	DE		0	Europe/Berlin	50.05079	7.13715				08	00	07135	07135019
2864541	Neumeichow	neumeichow	DE		0	Europe/Berlin	53.19287	13.96869				11	00	12073	12073225
2864543	Neumedessen	neumedessen	DE		0	Europe/Berlin	51.27494	13.45482				13	00	14627	14627200
2864544	Neu Matzlow	neu-matzlow	DE		0	Europe/Berlin	53.44001	11.73632				12	00	13076	13076108
2864546	Neumart	neumart	DE		0	Europe/Berlin	50.47516	9.85659				05	066	06631	06631021
2864625	Neulauske	neulauske	DE		0	Europe/Berlin	51.23121	14.29476		Neulauske,Nowy Lusc,Nowy Łusč		13	00	14625	14625460
2864626	Neulaudenberg	neulaudenberg	DE		0	Europe/Berlin	51.07725	7.27676				07	053	05378	05378012
2864627	Neu Laubusch	neu-laubusch	DE		0	Europe/Berlin	51.45	14.15		Neu Laubusch,Nowy Lubus,Nowy Lubuš		13	00	14625	14625310
2864628	Neulauba	neulauba	DE		0	Europe/Berlin	51.07684	14.5558				13	00	14626	14626020
2864550	Neumarkt	neumarkt	DE		0	Europe/Berlin	51.98629	13.0997				11	00	12072	12072169
2864551	Neumarkt	neumarkt	DE		0	Europe/Berlin	51.35686	12.00637		Neumarkt		14	00	15088	15088220
2864552	Neumarkhausen	neumarkhausen	DE		0	Europe/Berlin	52.91184	7.83636				06	00	03453	03453007
2864553	Neumarkersdorf	neumarkersdorf	DE		0	Europe/Berlin	50.92587	12.68378				13	00	14522	14522460
2864561	Neumanschnow	neumanschnow	DE		0	Europe/Berlin	52.53904	14.58658				11	00	12064	12064266
2864562	Neumanns Vorwerk	neumanns-vorwerk	DE		0	Europe/Berlin	52.36667	12.53333				11	00	12051	12051000
2864565	Neumannsgrund	neumannsgrund	DE		0	Europe/Berlin	50.45305	11.06949				15	00	16072	16072013
2864566	Neumalsitz	neumalsitz	DE		0	Europe/Berlin	51.20694	14.43511		Nowe Malsecy,Nowe Małsecy		13	00	14625	14625020
2864567	Neumalsch	neumalsch	DE		0	Europe/Berlin	48.90336	8.30569		Neulmalsch,Neumalsch		01	082	08215	08215046
2864568	Neumaierhof	neumaierhof	DE		0	Europe/Berlin	49.59513	12.09217				02	093	09374	09374133
2864569	Neumaier	neumaier	DE		0	Europe/Berlin	47.74903	11.93504				02	091	09182	09182114
2864570	Neu Mahlisch	neu-mahlisch	DE		0	Europe/Berlin	52.47994	14.38662				11	00	12064	12064290
2864572	Neumagen	neumagen	DE		0	Europe/Berlin	49.85	6.9				08	00	07231	07231092
2864573	Neu Madlitz	neu-madlitz	DE		0	Europe/Berlin	52.36388	14.25081				11	00	12067	12067072
2864574	Neumädewitz	neumaedewitz	DE		0	Europe/Berlin	52.7391	14.16919				11	00	12064	12064371
2864576	Neu Lutterow	neu-lutterow	DE		0	Europe/Berlin	53.15573	12.71324				11	00	12068	12068353
2864579	Neuludwigsdorf	neuludwigsdorf	DE		0	Europe/Berlin	51.07903	8.58866				05	066	06635	06635005
2864580	Neu Ludwigsaue	neu-ludwigsaue	DE		0	Europe/Berlin	52.85234	12.99202				11	00	12065	12065165
2864581	Neu Lüdershagen	neu-luedershagen	DE		0	Europe/Berlin	54.26532	13.0594				12	00	13073	13073099
2864582	Neulüdersdorf	neuluedersdorf	DE		0	Europe/Berlin	53.05055	13.17278				11	00	12065	12065100
2864583	Neu Luckwitz	neu-luckwitz	DE		0	Europe/Berlin	53.51667	11.15				12	00	13076	13076153
2864584	Neuluckow	neuluckow	DE		0	Europe/Berlin	53.24868	14.21588				11	00	12073	12073097
2864585	Neu Lübstorf	neu-luebstorf	DE		0	Europe/Berlin	53.73844	11.41413				12	00	13074	13074048
2864586	Neu Lüblow	neu-lueblow	DE		0	Europe/Berlin	53.3836	11.45658				12	00	13076	13076087
2864588	Neu Lübbenau	neu-luebbenau	DE		0	Europe/Berlin	52.07571	13.89602				11	00	12061	12061510
2864589	Neulsenburg	neulsenburg	DE		0	Europe/Berlin	50.05	8.68333				05	064	06438	06438009
2864590	Neulöwenberg	neuloewenberg	DE		0	Europe/Berlin	52.8985	13.19458				11	00	12065	12065198
2864592	Neulorup	neulorup	DE		0	Europe/Berlin	52.97873	7.73552				06	00	03453	03453007
2864595	Lokstedt	lokstedt	DE		0	Europe/Berlin	53.60306	9.95639				04	00	02000	02000000
2864596	Neu-Lohsa	neu-lohsa	DE		0	Europe/Berlin	51.38333	14.4				13	00	14625	14625330
2864597	Neulohe	neulohe	DE		0	Europe/Berlin	53.16634	7.77822				06	00	03453	03453001
2864598	Neulohe	neulohe	DE		0	Europe/Berlin	48.99007	11.81053				02	092	09273	09273159
2864600	Neulögow	neuloegow	DE		0	Europe/Berlin	53.06211	13.13519				11	00	12065	12065100
2864603	Neu Lindenberg	neu-lindenberg	DE		0	Europe/Berlin	52.60049	13.55704				11	00	12060	12060005
2864604	Neu Lindenau	neu-lindenau	DE		0	Europe/Berlin	53.23333	10.4				06	00	03355	03355022
2864605	Neu-Lindach	neu-lindach	DE		0	Europe/Berlin	48.19012	11.24891		Neu-Lindach		02	091	09179	09179121
2864607	Neulietzegöricke	neulietzegoericke	DE		0	Europe/Berlin	52.7631	14.23811				11	00	12064	12064349
2864608	Linken	linken	DE		0	Europe/Berlin	53.45269	14.36394				12	00	13075	13075113
2864609	Neuliebel	neuliebel	DE		0	Europe/Berlin	51.38191	14.7319		Neuliebel,Nowy Luboln,Nowy Lubolń		13	00	14626	14626460
2864614	Neulethe	neulethe	DE		0	Europe/Berlin	52.90167	8.19123				06	00	03458	03458007
2864617	Neulendershagen	neulendershagen	DE		0	Europe/Berlin	54.2565	12.84182				12	00	13073	13073096
2864619	Neulehn	neulehn	DE		0	Europe/Berlin	50.52488	12.53416				13	00	14521	14521600
2864623	Neulautern	neulautern	DE		0	Europe/Berlin	49.06128	9.43353		Neulautern		01	081	08125	08125107
2864624	Neulauterburg	neulauterburg	DE		0	Europe/Berlin	48.97864	8.18602		Neulauterburg		08	00	07334	07334002
2864629	Neulanschvitz	neulanschvitz	DE		0	Europe/Berlin	54.34242	13.40841				12	00	13073	13073070
2864630	Neu Lankau	neu-lankau	DE		0	Europe/Berlin	53.67275	10.63822				10	00	01053	01053081
2864631	Neulangsow	neulangsow	DE		0	Europe/Berlin	52.56753	14.40205				11	00	12064	12064448
2864632	Neu Langerwisch	neu-langerwisch	DE		0	Europe/Berlin	52.31667	13.06621				11	00	12069	12069397
2864637	Neulandermoor	neulandermoor	DE		0	Europe/Berlin	53.75773	9.29875				06	00	03359	03359040
2864638	Neulandermoor	neulandermoor	DE		0	Europe/Berlin	53.67754	9.30917		Neuland am Moore,Neulandermoor		06	00	03359	03359015
2864640	Neuland	neuland	DE		0	Europe/Berlin	53.75251	9.32424				06	00	03359	03359040
2864641	Neuland	neuland	DE		0	Europe/Berlin	53.67125	9.29733				06	00	03359	03359015
2864642	Neuland	neuland	DE		0	Europe/Berlin	53.48791	9.70655				06	00	03359	03359010
2864643	Neuland	neuland	DE		0	Europe/Berlin	53.46965	10.03287				04	00	02000	02000000
2864651	Neuküstrinchen	neukuestrinchen	DE		0	Europe/Berlin	52.79181	14.15829		Neucustrinchen,Neucüstrinchen		11	00	12064	12064371
2864652	Neukurtschau	neukurtschau	DE		0	Europe/Berlin	50.66261	12.1568				15	00	16076	16076022
2864653	Neu Kuppritz	neu-kuppritz	DE		0	Europe/Berlin	51.14234	14.58272		Neu Kuppritz,Neukuppritz,Nowe Koporcy		13	00	14625	14625230
2864654	Neukünkendorf	neukuenkendorf	DE		0	Europe/Berlin	52.97299	14.03941				11	00	12073	12073008
2864655	Neu Kuhstedtermoor	neu-kuhstedtermoor	DE		0	Europe/Berlin	53.34719	8.9476				06	00	03357	03357016
2864656	Neukuhla	neukuhla	DE		0	Europe/Berlin	53.61207	9.29727				06	00	03359	03359025
2864657	Neukubschütz	neukubschuetz	DE		0	Europe/Berlin	51.1638	14.50806		Nowe Kubsicy,Nowe Kubšicy		13	00	14625	14625290
2864658	Neu Krüssow	neu-kruessow	DE		0	Europe/Berlin	53.16895	12.28204				11	00	12070	12070316
2864660	Neukrug	neukrug	DE		0	Europe/Berlin	54.36667	8.71667				10	00	01054	01054104
2864661	Neukrug	neukrug	DE		0	Europe/Berlin	53.27609	12.50416				12	00	13071	13071175
2864662	Neukrug	neukrug	DE		0	Europe/Berlin	52.97748	8.738				06	00	03251	03251037
2864663	Neukrug	neukrug	DE		0	Europe/Berlin	52.35668	11.31361				14	00	15083	15083115
2864669	Neu Krien	neu-krien	DE		0	Europe/Berlin	53.83347	13.45856		Kolonie Neu Krien,Neu Krien		12	00	13075	13075068
2864671	Neu Krenzlin	neu-krenzlin	DE		0	Europe/Berlin	53.32276	11.34085				12	00	13076	13076001
2864673	Neukreisfeld	neukreisfeld	DE		0	Europe/Berlin	51.52995	11.48681				14	00	15087	15087210
2864677	Neu Köthen	neu-koethen	DE		0	Europe/Berlin	52.08425	13.80447				11	00	12061	12061328
2864678	Neuköslarn	neukoslarn	DE		0	Europe/Berlin	49.89676	11.99538				02	093	09377	09377148
2864680	Neu Kosel	neu-kosel	DE		0	Europe/Berlin	51.33855	14.77676				13	00	14626	14626370
2864681	Neukoppenbrück	neukoppenbrueck	DE		0	Europe/Berlin	52.84123	12.34254				11	00	12068	12068501
2864689	Neuköpernitz	neukoepernitz	DE		0	Europe/Berlin	53.06324	12.96172				11	00	12068	12068353
2864690	Neukönigsförde	neukoenigsfoerde	DE		0	Europe/Berlin	54.35	9.9				10	00	01058	01058093
2864691	Neu Königsborn	neu-koenigsborn	DE		0	Europe/Berlin	52.1347	11.77365				14	00	15086	15086005
2864692	Neuköln	neukoeln	DE		0	Europe/Berlin	51.56876	6.82976				07	051	05119	05119000
2864695	Neukölln	neukoelln	DE		167248	Europe/Berlin	52.47719	13.43126		Berlin-Neukoelln,Berlin-Neukölln		16	00	11000	11000000
2864696	Neu Cölln	neu-coelln	DE		0	Europe/Berlin	53.27435	12.37885		Neukolln,Neukölln		11	00	12068	12068468
2864697	Neukollm	neukollm	DE		0	Europe/Berlin	51.40791	14.14297		Neukollm,Nowy Cholmc,Nowy Chołmc		13	00	14625	14625240
2864698	Neu Kokendorf	neu-kokendorf	DE		0	Europe/Berlin	54.00927	12.35585				12	00	13072	13072091
2864699	Neukochen	neukochen	DE		0	Europe/Berlin	48.81667	10.11667				01	081	08136	08136088
2864700	Neuköblitz	neukoeblitz	DE		0	Europe/Berlin	51.0903	14.48413				13	00	14625	14625090
2864701	Neuklüß	neukluess	DE		0	Europe/Berlin	53.4402	11.29184				12	00	13076	13076070
2864707	Neu Klocksin	neu-klocksin	DE		0	Europe/Berlin	53.63995	12.57437				12	00	13071	13071078
2864708	Neu Klockow	neu-klockow	DE		0	Europe/Berlin	53.41076	11.78919		Neu Klokow		12	00	13076	13076108
2864709	Neu Klockenhagen	neu-klockenhagen	DE		0	Europe/Berlin	54.24707	12.33747				12	00	13073	13073075
2864710	Neuklingenberg	neuklingenberg	DE		0	Europe/Berlin	50.91464	13.52133				13	00	14628	14628205
2864711	Neu Kleinow	neu-kleinow	DE		0	Europe/Berlin	53.25592	14.01023				11	00	12073	12073578
2864712	Neu Kleinow	neu-kleinow	DE		0	Europe/Berlin	53.04318	11.97988				11	00	12070	12070302
2864713	Neukleff	neukleff	DE		0	Europe/Berlin	50.95636	7.53229		Neuklef,Neukleff		07	053	05374	05374048
2864714	Neukladow	neukladow	DE		0	Europe/Berlin	52.45469	13.15509				16	00	11000	11000000
2864716	Neu Kittlitz	neu-kittlitz	DE		0	Europe/Berlin	51.14442	14.67696				13	00	14626	14626290
2864717	Neukirnberg	neukirnberg	DE		0	Europe/Berlin	47.76667	11.38333				02	091	09190	09190141
2864720	Neukircherfeld	neukircherfeld	DE		0	Europe/Berlin	51.45	6.56667				07	051	05170	05170028
2864727	Neukirchen bei Pfarrkirchen	neukirchen-bei-pfarrkirchen	DE		0	Europe/Berlin	48.38464	12.95803		Neukirchen,Neukirchen bei Pfarrkirchen		02	092	09277	09277149
2864731	Neukirchen an der Alz	neukirchen-an-der-alz	DE		0	Europe/Berlin	48.12302	12.62725		Neukirchen,Neukirchen an der Alz		02	091	09171	09171122
2864732	Neukirchen am Teisenberg	neukirchen-am-teisenberg	DE		0	Europe/Berlin	47.82973	12.73884		Neukirchen,Neukirchen am Teisenberg		02	091	09172	09172134
2864733	Neukirchen am Inn	neukirchen-am-inn	DE		0	Europe/Berlin	48.51968	13.37376	391	Neukirchen,Neukirchen am Inn		02	092	09275	09275133
2864769	Neukirchberg	neukirchberg	DE		0	Europe/Berlin	50.74722	12.76182				13	00	14521	14521380
2864775	Neukietz	neukietz	DE		0	Europe/Berlin	52.80728	14.05452				11	00	12064	12064044
2864776	Neukietz	neukietz	DE		0	Europe/Berlin	52.72959	14.16842				11	00	12064	12064371
2864780	Neu Kentzlin	neu-kentzlin	DE		0	Europe/Berlin	53.76425	12.98462				12	00	13071	13071072
2864781	Neukenroth	neukenroth	DE		0	Europe/Berlin	50.32201	11.28365				02	094	09476	09476178
2864782	Neu Kemnitz	neu-kemnitz	DE		0	Europe/Berlin	53.14966	12.25369				11	00	12070	12070316
2864784	Neukeferloh	neukeferloh	DE		0	Europe/Berlin	48.09711	11.76507				02	091	09184	09184121
2864785	Neu Kätwin	neu-kaetwin	DE		0	Europe/Berlin	53.96073	12.34297				12	00	13072	13072112
2864786	Neukatterbach	neukatterbach	DE		0	Europe/Berlin	49.45517	10.69006				02	095	09575	09575152
2864787	Neu Käterhagen	neu-kaeterhagen	DE		0	Europe/Berlin	53.87631	11.76711				12	00	13072	13072013
2864791	Neu Karstädt	neu-karstaedt	DE		0	Europe/Berlin	53.28009	11.49028				12	00	13076	13076069
2864793	Neu Karin	neu-karin	DE		0	Europe/Berlin	54.00142	11.74606		Neu Karin		12	00	13072	13072022
2864794	Neukarcha	neukarcha	DE		0	Europe/Berlin	51.1	13.35				13	00	14627	14627180
2864795	Neukappeln	neukappeln	DE		0	Europe/Berlin	54.66667	9.91667				10	00	01059	01059045
2864796	Neukamp	neukamp	DE		0	Europe/Berlin	54.325	13.46536		Neukamp		12	00	13073	13073070
2864800	Neukammer	neukammer	DE		0	Europe/Berlin	52.59775	12.84401				11	00	12063	12063208
2864802	Neukamern	neukamern	DE		0	Europe/Berlin	52.76933	12.12504				14	00	15090	15090285
2864805	Neu Kalenberg	neu-kalenberg	DE		0	Europe/Berlin	51.46053	9.16122				07	057	05762	05762036
2864807	Neu Käbelich	neu-kaebelich	DE		177	Europe/Berlin	53.50898	13.46785		Neu-Kabelich,Neu-Käbelich		12	00	13071	13071026
2864808	Neu Jürgenstorf	neu-juergenstorf	DE		0	Europe/Berlin	53.30825	10.61697				06	00	03355	03355021
2864809	Neu Jürgenstorf	neu-juergenstorf	DE		0	Europe/Berlin	53.67941	12.91151		Neu Jurgens,Neu Jurgenstorf,Neu Jürgens,Neu Jürgenstorf		12	00	13071	13071142
2864810	Neu Jörnstorf	neu-joernstorf	DE		0	Europe/Berlin	54.05	11.73333				12	00	13072	13072014
2864812	Neujeßnitz	neujessnitz	DE		0	Europe/Berlin	51.24077	14.28318		Neujessnitz,Neujeßnitz,Nowa Jasenca,Nowa Jaseńca		13	00	14625	14625460
2864813	Neujellingsdorf	neujellingsdorf	DE		0	Europe/Berlin	54.44899	11.11145				10	00	01055	01055046
2864814	Neu Jassewitz	neu-jassewitz	DE		0	Europe/Berlin	53.90334	11.33561				12	00	13074	13074032
2864815	Neu Jargenow	neu-jargenow	DE		0	Europe/Berlin	53.97446	13.32298				12	00	13075	13075036
2864817	Neu Jabel	neu-jabel	DE		0	Europe/Berlin	53.22464	11.16451				12	00	13076	13076143
2864818	Neuiserfeld	neuiserfeld	DE		0	Europe/Berlin	53.59885	7.4128				06	00	03452	03452007
2864821	Neuis	neuis	DE		0	Europe/Berlin	53.60149	7.40634				06	00	03452	03452007
2864827	Neuhütten	neuhuetten	DE		0	Europe/Berlin	50.01363	6.25701				08	00	07232	07232056
2864828	Neuhütten	neuhuetten	DE		831	Europe/Berlin	49.64266	7.01497			07235093	08	00	07235	07235093
2864830	Neuhütte	neuhuette	DE		0	Europe/Berlin	51.76667	10.21667				06	00	03159	03159002
2864831	Neuhütte	neuhutte	DE		0	Europe/Berlin	49.12725	13.18252				02	092	09276	09276115
2864832	Neuhütte	neuhutte	DE		0	Europe/Berlin	48.92757	13.3592				02	092	09272	09272149
2864833	Neuhütte	neuhutte	DE		0	Europe/Berlin	48.86596	13.57498		Neuhutte,Neuhutte Furstenhutte,Neuhütte,Neuhütte Fürstenhütte		02	092	09272	09272134
2864835	Neuhueb	neuhueb	DE		0	Europe/Berlin	49.01667	10.21667				01	081	08136	08136018
2864836	Neuhückeswagen	neuhueckeswagen	DE		0	Europe/Berlin	51.15308	7.34588				07	053	05374	05374016
2864839	Neu Hoske	neu-hoske	DE		0	Europe/Berlin	51.37951	14.26546		Neu Elsterode,Neu Hoske,Nowy Hozk,Nowy Hózk		13	00	14625	14625640
2864840	Neuhorst	neuhorst	DE		0	Europe/Berlin	53.6127	10.77356		Neuhorst		10	00	01053	01053057
2864842	Neuhonrath	neuhonrath	DE		0	Europe/Berlin	50.90019	7.27565				07	053	05382	05382028
2864843	Neuhönow	neuhoenow	DE		0	Europe/Berlin	52.58188	13.73789		Kolonie Neuhonow,Kolonie Neuhönow		11	00	12064	12064029
2864844	Neuholzkrug	neuholzkrug	DE		0	Europe/Berlin	54.73333	9.38333				10	00	01059	01059183
2864845	Neuholtum in der Marsch	neuholtum-in-der-marsch	DE		0	Europe/Berlin	52.90537	9.08274		Neuholtum,Neuholtum in der Marsch		06	00	03361	03361002
2864847	Neuholthausen	neuholthausen	DE		0	Europe/Berlin	52.56167	7.33151				06	00	03454	03454032
2864848	Neu Holland	neu-holland	DE		0	Europe/Berlin	51.73333	14.35				11	00	12052	12052000
2864852	Neuhohenvier	neuhohenvier	DE		0	Europe/Berlin	53.16683	11.94413				11	00	12070	12070125
2864853	Neuhohenschönhausen	neuhohenschonhausen	DE		0	Europe/Berlin	52.55	13.5				16	00	11000	11000000
2864854	Neu Hohenfelde	neu-hohenfelde	DE		0	Europe/Berlin	54.06635	11.9146				12	00	13072	13072047
2864855	Neuhohelinde	neuhohelinde	DE		0	Europe/Berlin	50.84059	13.1954				13	00	14522	14522440
2864859	Neuhöflein	neuhoflein	DE		0	Europe/Berlin	49.36538	10.73283				02	095	09571	09571165
2864860	Neuhöfl	neuhofl	DE		0	Europe/Berlin	49.08595	11.82755				02	093	09375	09375118
2864862	Neuhöferthal	neuhoeferthal	DE		0	Europe/Berlin	49.35384	7.79089				08	00	07335	07335047
2864878	Neuhöfe	neuhoefe	DE		0	Europe/Berlin	50.79991	8.72413				05	065	06534	06534014
2865019	Neuhochstein	neuhochstein	DE		0	Europe/Berlin	50.62188	7.95025		Neuhochstein		08	00	07143	07143242
2865021	Neuhirschstein	neuhirschstein	DE		0	Europe/Berlin	51.25171	13.39766				13	00	14627	14627070
2865023	Neuhimmelreich	neuhimmelreich	DE		0	Europe/Berlin	48.23748	11.40541				02	091	09174	09174113
2865024	Neuhilbersdorf	neuhilbersdorf	DE		0	Europe/Berlin	50.91826	13.381				13	00	14522	14522180
2865025	Neu Herzfeld	neu-herzfeld	DE		0	Europe/Berlin	53.32911	11.78357				12	00	13076	13076068
2865027	Neuhermsdorf	neuhermsdorf	DE		0	Europe/Berlin	50.736	13.65784				13	00	14628	14628170
2865028	Neuherbrum	neuherbrum	DE		0	Europe/Berlin	53.02108	7.36402				06	00	03454	03454041
2865031	Neuherberg	neuherberg	DE		0	Europe/Berlin	49.51634	10.28361				02	095	09575	09575122
2865032	Neuherberg	neuherberg	DE		0	Europe/Berlin	48.91379	10.90358		Neuherberg		02	095	09577	09577148
2865033	Neuherberg	neuherberg	DE		0	Europe/Berlin	48.21667	11.58333				02	091	09162	09162000
2865035	Neuhengstett	neuhengstett	DE		0	Europe/Berlin	48.73723	8.78125				01	082	08235	08235007
2865038	Neu Helfta	neu-helfta	DE		0	Europe/Berlin	51.51667	11.53333				14	00	15087	15087130
2865039	Neuhelfendorf	neuhelfendorf	DE		0	Europe/Berlin	47.93333	11.8				02	091	09184	09184137
2865042	Neuheim	neuheim	DE		0	Europe/Berlin	52.02069	13.0583		Dorf Zinna,Neuheim		11	00	12072	12072169
2865043	Neuheim	neuheim	DE		0	Europe/Berlin	49.00184	10.91552				02	095	09577	09577173
2865046	Neuheiligen Kreuz	neuheiligen-kreuz	DE		0	Europe/Berlin	50.5776	12.97725				13	00	14521	14521020
2865048	Neuheikendorf	neuheikendorf	DE		0	Europe/Berlin	54.38333	10.23333				10	00	01057	01057025
2865049	Neuheide	neuheide	DE		0	Europe/Berlin	50.51202	12.51364		Neuheide		13	00	14521	14521540
2865052	Neuheede	neuheede	DE		0	Europe/Berlin	53.00436	7.23395				06	00	03454	03454020
2865060	Neuhäusle	neuhausle	DE		0	Europe/Berlin	47.65596	9.61209				01	084	08435	08435057
2865071	Neuhäuserdeich	neuhaeuserdeich	DE		0	Europe/Berlin	53.8154	9.03091				06	00	03352	03352039
2865073	Neuhäuser	neuhauser	DE		0	Europe/Berlin	47.96144	7.9268				01	083	08315	08315064
2865074	Neuhäuser	neuhaeuser	DE		0	Europe/Berlin	53.67068	12.64243				12	00	13071	13071007
2865075	Neuhäuser	neuhaeuser	DE		0	Europe/Berlin	50.99407	14.18995				13	00	14628	14628260
2865076	Neuhäuser	neuhauser	DE		0	Europe/Berlin	48.6485	13.4791				02	092	09275	09275146
2865077	Neuhäuser	neuhauser	DE		0	Europe/Berlin	48.05554	7.90986				01	083	08315	08315051
2865078	Neuhäuser	neuhauser	DE		0	Europe/Berlin	47.83333	7.8				01	083	08315	08315130
2865087	Neuhausen an der Erms	neuhausen-an-der-erms	DE		0	Europe/Berlin	48.52928	9.30776		Neuhausen		01	084	08415	08415050
2865123	Neuhäusel	neuhaeusel	DE		2081	Europe/Berlin	50.3836	7.7096		Neuhaeusel,Neuhäusel	07143052	08	00	07143	07143052
2865124	Neuhäusel	neuhaeusel	DE		0	Europe/Berlin	49.28333	7.21667				09	00	10045	10045115
2865131	Neuhaus an der Eger	neuhaus-an-der-eger	DE		0	Europe/Berlin	50.10628	12.1691		Neuhaus,Neuhaus an der Eger		02	094	09479	09479127
2865158	Neuhaus b. Aufseß	neuhaus-b-aufsess	DE		0	Europe/Berlin	49.90879	11.22391				02	094	09472	09472115
2865212	Neuhattendorf	neuhattendorf	DE		0	Europe/Berlin	50.7912	9.31053				05	065	06535	06535001
2865213	Neuhäsen	neuhaesen	DE		0	Europe/Berlin	52.92288	13.18325				11	00	12065	12065198
2865214	Neu Hartmannsdorf	neu-hartmannsdorf	DE		0	Europe/Berlin	52.35639	13.84716				11	00	12067	12067469
2865215	Neuharting	neuharting	DE		0	Europe/Berlin	48.18188	12.01158				02	091	09177	09177119
2865218	Neuharmhorst	neuharmhorst	DE		0	Europe/Berlin	54.21667	10.66667				10	00	01057	01057034
2865225	Neuhammer	neuhammer	DE		0	Europe/Berlin	51.39672	14.80452		Neuhammer,Nowy Hamor		13	00	14626	14626460
2865226	Neuhammer	neuhammer	DE		0	Europe/Berlin	50.69246	12.17504				15	00	16076	16076022
2865228	Neuhammer	neuhammer	DE		0	Europe/Berlin	49.53957	8.02979		Neuhamer,Neuhammer		08	00	07333	07333060
2865234	Neuhaidhof	neuhaidhof	DE		0	Europe/Berlin	49.82562	11.63357				02	094	09472	09472127
2865235	Neuhaid	neuhaid	DE		0	Europe/Berlin	49.19097	11.73093				02	093	09373	09373151
2865238	Neuhagen	neuhagen	DE		0	Europe/Berlin	53.24297	10.4529				06	00	03355	03355022
2865240	Neuhäder	neuhader	DE		0	Europe/Berlin	48.35917	10.63334				02	097	09772	09772131
2865241	Neu Häcklingen	neu-haecklingen	DE		0	Europe/Berlin	53.20908	10.40432				06	00	03355	03355022
2865242	Neuhaaren	neuhaaren	DE		0	Europe/Berlin	51.08735	6.03437				07	053	05370	05370032
2865243	Neu Guthendorf	neu-guthendorf	DE		0	Europe/Berlin	54.15721	12.50218				12	00	13073	13073055
2865244	Neugut	neugut	DE		0	Europe/Berlin	52.08965	11.84993				14	00	15086	15086055
2865247	Neu Gülze	neu-guelze	DE		775	Europe/Berlin	53.38009	10.78821				12	00	13076	13076102
2865249	Neugrün	neugruen	DE		0	Europe/Berlin	50.58318	12.09207				15	00	16076	16076087
2865250	Neugrün	neugrun	DE		0	Europe/Berlin	49.99075	11.83451				02	094	09472	09472164
2865251	Neugrumbach	neugrumbach	DE		0	Europe/Berlin	50.55092	13.09349				13	00	14521	14521330
2865252	Neu Grube	neu-grube	DE		0	Europe/Berlin	52.43636	12.96047				11	00	12054	12054000
2865253	Neugrub	neugrub	DE		0	Europe/Berlin	49.78228	10.50666				02	096	09675	09675127
2865256	Neugreußnig	neugreussnig	DE		0	Europe/Berlin	51.09871	13.12903				13	00	14522	14522080
2865257	Neu Greschendorf	neu-greschendorf	DE		0	Europe/Berlin	53.88333	11.08333		Neu Greschendorf		12	00	13074	13074093
2865258	Neu Grebs	neu-grebs	DE		0	Europe/Berlin	53.23582	11.29301				12	00	13076	13076053
2865260	Neugraben-Fischbek	neugraben-fischbek	DE		0	Europe/Berlin	53.46579	9.84344		Hamburg-Neugraben-Fischbek,Nojgraben-Fishbek,Нојграбен-Фишбек		04	00	02000	02000000
2865271	Neugommla	neugommla	DE		0	Europe/Berlin	50.66667	12.16667				15	00	16076	16076022
2865272	Neu Golm	neu-golm	DE		0	Europe/Berlin	52.30392	14.09131				11	00	12067	12067024
2865274	Neu Goldewin	neu-goldewin	DE		0	Europe/Berlin	53.86667	12.15				12	00	13072	13072071
2865276	Neu Göhren	neu-goehren	DE		0	Europe/Berlin	53.18543	11.36037				12	00	13076	13076093
2865277	Neugohla	neugohla	DE		0	Europe/Berlin	51.08509	13.34724				13	00	14627	14627180
2865278	Neu Godern	neu-godern	DE		0	Europe/Berlin	53.62426	11.56487				12	00	13076	13076112
2865279	Neuglück	neuglueck	DE		0	Europe/Berlin	51.48516	11.46642				14	00	15087	15087075
2865280	Neuglobsow	neuglobsow	DE		0	Europe/Berlin	53.14668	13.04978		Neuglobsow		11	00	12065	12065310
2865281	Neuglietzen	neuglietzen	DE		0	Europe/Berlin	52.83793	14.11829				11	00	12064	12064044
2865282	Neuglienicke	neuglienicke	DE		0	Europe/Berlin	53.05848	12.73293				11	00	12068	12068320
2865284	Neuglashütten	neuglashutten	DE		0	Europe/Berlin	47.85625	8.08353				01	083	08315	08315037
2865285	Neuglasau	neuglasau	DE		0	Europe/Berlin	54.0363	10.53037				10	00	01060	01060025
2865286	Neu Glansdorf	neu-glansdorf	DE		0	Europe/Berlin	53.14614	7.52135				06	00	03457	03457018
2865290	Neugilching	neugilching	DE		0	Europe/Berlin	48.09874	11.29285				02	091	09188	09188121
2865291	Neugiesenhagen	neugiesenhagen	DE		0	Europe/Berlin	53.23503	12.17943		Neu Giessenhagen,Neugiesenhagen		11	00	12070	12070096
2865292	Neugertsham	neugertsham	DE		0	Europe/Berlin	48.3908	13.15312				02	092	09275	09275143
2865295	Neugermering	neugermering	DE		0	Europe/Berlin	48.13687	11.38344				02	091	09179	09179123
2865296	Neugepülzig	neugepuelzig	DE		0	Europe/Berlin	51.01457	12.87707				13	00	14522	14522120
2865297	Neugaul	neugaul	DE		0	Europe/Berlin	52.75811	14.12164				11	00	12064	12064512
2865298	Neugaude	neugaude	DE		0	Europe/Berlin	53.59139	7.59471				06	00	03462	03462008
2865301	Neugattendorf	neugattendorf	DE		0	Europe/Berlin	50.32303	11.9984				02	094	09475	09475127
2865302	Neu Gatschow	neu-gatschow	DE		0	Europe/Berlin	53.83333	13.08333				12	00	13071	13071008
2865305	Neugarten	neugarten	DE		0	Europe/Berlin	53.40091	13.50404				12	00	13071	13071033
2865306	Neugarmssiel	neugarmssiel	DE		0	Europe/Berlin	53.6746	7.86501				06	00	03455	03455020
2865307	Neu Garge	neu-garge	DE		0	Europe/Berlin	53.27228	10.82893				06	00	03355	03355049
2865308	Neugalow	neugalow	DE		0	Europe/Berlin	52.99521	14.15872				11	00	12073	12073532
2865310	Neugalmsbüll	neugalmsbuell	DE		0	Europe/Berlin	54.77581	8.73195				10	00	01054	01054165
2865311	Neugallin	neugallin	DE		0	Europe/Berlin	53.51667	10.81667				12			
2865313	Neugablonz	neugablonz	DE		0	Europe/Berlin	47.91306	10.63751				02	097	09762	09762000
2865316	Neufürstenhütte	neufurstenhutte	DE		0	Europe/Berlin	49.06385	9.4993				01	081	08119	08119024
2865317	Neufunnixsiel	neufunnixsiel	DE		0	Europe/Berlin	53.66786	7.7875				06	00	03462	03462019
2865319	Neufriedrichsdorf	neufriedrichsdorf	DE		0	Europe/Berlin	52.60385	12.37769				11	00	12063	12063252
2865320	Neufriedland	neufriedland	DE		0	Europe/Berlin	52.64463	14.23244				11	00	12064	12064340
2865321	Neufriedersdorf	neufriedersdorf	DE		0	Europe/Berlin	51.02357	14.54017				13	00	14626	14626350
2865323	Neu Fresenburg	neu-fresenburg	DE		0	Europe/Berlin	53.83627	10.37908				10	00	01062	01062004
2865324	Neu Fresenbrügge	neu-fresenbruegge	DE		0	Europe/Berlin	53.26519	11.51008				12	00	13076	13076050
2865326	Neu Frauenmark	neu-frauenmark	DE		0	Europe/Berlin	53.73364	11.22338				12	00	13074	13074081
2865328	Neufrankenroda	neufrankenroda	DE		0	Europe/Berlin	50.96502	10.57214				15	00	16067	16067088
2865329	Neu Frankenfelde	neu-frankenfelde	DE		0	Europe/Berlin	52.10815	13.14124				11	00	12072	12072232
2865330	Neufrach	neufrach	DE		0	Europe/Berlin	47.76223	9.31211		Neufrach		01	084	08435	08435052
2865334	Neuforweiler	neuforweiler	DE		0	Europe/Berlin	49.28695	6.72971		Neuforweiler		09	00	10044	10044115
2865335	Neufolstenhausen	neufolstenhausen	DE		0	Europe/Berlin	53.6225	7.61827				06	00	03462	03462015
2865338	Neuflemmingen	neuflemmingen	DE		0	Europe/Berlin	51.11606	11.77507				14	00	15084	15084355
2865339	Neufirrel	neufirrel	DE		0	Europe/Berlin	53.34401	7.70031		Neufirrel		06	00	03457	03457020
2865340	Neufilzen	neufilzen	DE		0	Europe/Berlin	49.9	6.98333				08	00	07231	07231012
2865344	Neufels	neufels	DE		0	Europe/Berlin	49.25028	9.62594				01	081	08126	08126058
2865360	Neufechingen	neufechingen	DE		0	Europe/Berlin	49.21667	7.03333				09	00	10041	10041100
2865361	Neu Farpen	neu-farpen	DE		0	Europe/Berlin	53.9488	11.56791				12	00	13074	13074056
2865362	Neufarn	neufarn	DE		0	Europe/Berlin	48.14834	11.81897		Neufahrn		02	091	09175	09175132
2865363	Neufang	neufang	DE		0	Europe/Berlin	50.37547	11.18666				15	00	16072	16072018
2865364	Neufang	neufang	DE		0	Europe/Berlin	50.31333	11.42603				02	094	09476	09476177
2865365	Neufang	neufang	DE		0	Europe/Berlin	50.12232	11.60042				02	094	09477	09477163
2865366	Neufang	neufang	DE		0	Europe/Berlin	48.92973	10.90305		Neufang		02	095	09577	09577173
2865367	Neufang	neufang	DE		0	Europe/Berlin	48.74354	13.64637				02	092	09272	09272129
2865370	Neu Falkenrehde	neu-falkenrehde	DE		0	Europe/Berlin	52.49529	12.89127				11	00	12063	12063148
2865371	Neufalkenhagen	neufalkenhagen	DE		0	Europe/Berlin	53.21473	12.21073				11	00	12070	12070316
2865377	Neufahrn	neufahrn	DE		0	Europe/Berlin	48.26154	11.99776				02	091	09177	09177142
2865378	Neufahrn	neufahrn	DE		3899	Europe/Berlin	48.25587	12.44078		Neufahrn		02	091	09183	09183127
2865379	Neufahrn	neufahrn	DE		0	Europe/Berlin	47.99498	11.41943				02	091	09184	09184142
2865380	Neufahrn	neufahrn	DE		0	Europe/Berlin	47.91513	11.4808				02	091	09173	09173120
2865383	Neue Ziegelei	neue-ziegelei	DE		0	Europe/Berlin	53.15	12.5				11	00	12068	12068468
2865389	Neue Wieke	neue-wieke	DE		0	Europe/Berlin	53.39434	7.57871		Neu-Wieke,Neue Wieke		06	00	03452	03452006
2865394	Neue Welt	neue-welt	DE		0	Europe/Berlin	53.78333	10.88333				12	00	13074	13074066
2865395	Neue Welt	neue-welt	DE		0	Europe/Berlin	53.51356	7.19584				06	00	03452	03452014
2865396	Neue Welt	neue-welt	DE		0	Europe/Berlin	50.66667	12.88333				13	00	14521	14521710
2865397	Neue Welt	neue-welt	DE		0	Europe/Berlin	50.54621	12.29061				13	00	14523	14523430
2865405	Neue Turmwarte	neue-turmwarte	DE		0	Europe/Berlin	51.88333	10.75				14	00	15085	15085227
2865408	Neues Vorwerk	neues-vorwerk	DE		0	Europe/Berlin	52.48333	14.36667				11	00	12064	12064288
2865411	Neuesting	neuesting	DE		0	Europe/Berlin	48.21844	11.32566				02	091	09179	09179142
2865413	Neuessing	neuessing	DE		0	Europe/Berlin	48.9326	11.79309				02	092	09273	09273121
2865417	Neues Schloß	neues-schloss	DE		0	Europe/Berlin	51.6	11.25				14	00	15087	15087275
2865420	Neue Sorge	neue-sorge	DE		0	Europe/Berlin	50.84855	13.0703				13	00	14522	14522140
2865421	NeueSorge	neuesorge	DE		0	Europe/Berlin	50.68333	12.6				13	00	14524	14524310
2865422	Neue Sorge	neue-sorge	DE		0	Europe/Berlin	50.56937	12.76374				13	00	14521	14521355
2865426	Neues Lager	neues-lager	DE		0	Europe/Berlin	51.99811	13.02564				11	00	12072	12072169
2865427	Neue Siedlung	neue-siedlung	DE		0	Europe/Berlin	52.28333	13.45				11	00	12072	12072340
2865428	Neues Haus	neues-haus	DE		0	Europe/Berlin	50.5	12.61667				13	00	14521	14521170
2865429	Neues Haus	neues-haus	DE		0	Europe/Berlin	50.41272	12.9377				13	00	14521	14521440
2865437	Neues Dorf	neues-dorf	DE		0	Europe/Berlin	51.1942	14.06097				13	00	14625	14625580
2865439	Neue Schleuse	neue-schleuse	DE		0	Europe/Berlin	52.6	12.31667				11	00	12063	12063252
2865440	Neue Scheune	neue-scheune	DE		0	Europe/Berlin	52.31955	12.92687				11	00	12069	12069590
2865444	Neue Schänke	neue-schaenke	DE		0	Europe/Berlin	50.65	13.3		Neue Schanke,Neue Schenke,Neue Schänke		13	00	14521	14521390
2865460	Neuershausen	neuershausen	DE		0	Europe/Berlin	48.07025	7.77115				01	083	08315	08315132
2865463	Neuersdorf	neuersdorf	DE		0	Europe/Berlin	49.56446	12.06121		Neuersdorf		02	093	09371	09371150
2865466	Neuerode	neuerode	DE		0	Europe/Berlin	51.22167	10.05532				05	066	06636	06636007
2865467	Neuermark-Lübars	neuermark-luebars	DE		356	Europe/Berlin	52.6501	12.04212		Neuermark,Neuermark-Lubars,Neuermark-Lübars		14	00	15090	15090310
2865473	Neuerkerode	neuerkerode	DE		0	Europe/Berlin	52.21226	10.65734				06	00	03158	03158030
2865481	Neuer Haidkrug	neuer-haidkrug	DE		0	Europe/Berlin	54.18333	10.03333		Neuer Haidkrug,Neuer Heidkrug		10	00	01058	01058022
2865520	Neuer Anbau	neuer-anbau	DE		0	Europe/Berlin	51.25597	13.80198		Anbau,Neuer Anbau		13	00	14627	14627290
2865521	Neuer Anbau	neuer-anbau	DE		0	Europe/Berlin	51.19753	13.72604				13	00	14627	14627220
2865522	Neuer Anbau	neuer-anbau	DE		0	Europe/Berlin	50.75021	13.16285				13	00	14521	14521495
2865523	Neuer Anbau	neuer-anbau	DE		0	Europe/Berlin	50.5403	12.65602				13	00	14521	14521700
2865524	Neueranbau	neueranbau	DE		0	Europe/Berlin	50.53378	13.21209				13	00	14521	14521390
2865525	Neuer Anbau	neuer-anbau	DE		0	Europe/Berlin	50.46484	12.75519				13	00	14521	14521110
2865535	Neuenzoll	neuenzoll	DE		0	Europe/Berlin	52.88234	14.15357				11	00	12064	12064044
2865536	Neuenwisch	neuenwisch	DE		0	Europe/Berlin	54.18333	9				10	00	01051	01051081
2865538	Neuenwegermoor	neuenwegermoor	DE		0	Europe/Berlin	53.12096	8.2889				06	00	03458	03458010
2865539	Neuenwege	neuenwege	DE		0	Europe/Berlin	53.35097	8.13433				06	00	03455	03455026
2865540	Neuenwege	neuenwege	DE		0	Europe/Berlin	53.13545	8.28056				06	00	03403	03403000
2865545	Neuenwalde	neuenwalde	DE		0	Europe/Berlin	53.67591	8.6822				06	00	03352	03352062
2865546	Neuenwalde	neuenwalde	DE		0	Europe/Berlin	52.50265	8.15394				06	00	03460	03460002
2865548	Neuentempel	neuentempel	DE		0	Europe/Berlin	52.50256	14.32113				11	00	12064	12064482
2865554	Neuensund	neuensund	DE		0	Europe/Berlin	53.58609	13.78117				12	00	13075	13075130
2865558	Neuensteden	neuensteden	DE		0	Europe/Berlin	53.82373	9.27884				06	00	03359	03359018
2865559	Neuenstall	neuenstall	DE		0	Europe/Berlin	52.66667	11.08333				14	00	15081	15081280
2865563	Neuensorga	neuensorga	DE		0	Europe/Berlin	50.80442	11.8993				15	00	16076	16076042
2865564	Neuensorg	neuensorg	DE		0	Europe/Berlin	50.20758	11.11091				02	094	09473	09473174
2865565	Neuensorg	neuensorg	DE		0	Europe/Berlin	50.18315	11.6223				02	094	09477	09477138
2865566	Neuensorg	neuensorg	DE		0	Europe/Berlin	49.61299	11.52186				02	095	09574	09574129
2865568	Neuensien	neuensien	DE		0	Europe/Berlin	54.36061	13.65729				12	00	13073	13073084
2865569	Neuensiel	neuensiel	DE		0	Europe/Berlin	54.36667	9.06667				10	00	01054	01054070
2865570	Neuensee	neuensee	DE		0	Europe/Berlin	50.17695	11.13087				02	094	09478	09478145
2865571	Neuenschwand	neuenschwand	DE		0	Europe/Berlin	49.28641	12.25847				02	093	09376	09376116
2865572	Neuenschmidten	neuenschmidten	DE		0	Europe/Berlin	50.31377	9.28959				05	064	06435	06435005
2865574	Neuenschleuse	neuenschleuse	DE		0	Europe/Berlin	53.55473	9.66042				06	00	03359	03359028
2865576	Neuenrost	neuenrost	DE		0	Europe/Berlin	54.23323	12.65891				12	00	13073	13073082
2865577	Neuenrode	neuenrode	DE		0	Europe/Berlin	53.35581	11.14417				12	00	13076	13076088
2865581	Neuenried	neuenried	DE		0	Europe/Berlin	47.91217	10.43784		Neuenried,Neuried		02	097	09777	09777165
2865582	Neuenried	neuenried	DE		0	Europe/Berlin	47.83835	10.49685				02	097	09777	09777111
2865583	Neuenreuth am Main	neuenreuth-am-main	DE		0	Europe/Berlin	50.02119	11.47068		Neuenreuth,Neuenreuth am Main		02	094	09477	09477142
2865584	Neuenreuth	neuenreuth	DE		0	Europe/Berlin	50.33123	11.98864				02	094	09475	09475127
2865585	Neuenreuth	neuenreuth	DE		0	Europe/Berlin	50.21163	11.31716				02	094	09476	09476185
2865586	Neuenreuth	neuenreuth	DE		0	Europe/Berlin	50.09888	11.74799				02	094	09472	09472139
2865587	Neuenreuth	neuenreuth	DE		0	Europe/Berlin	50.08716	12.13328				02	094	09479	09479158
2865588	Neuenreuth	neuenreuth	DE		0	Europe/Berlin	50.08143	11.35129				02	094	09477	09477136
2865589	Neuenreuth	neuenreuth	DE		0	Europe/Berlin	49.88487	11.60413				02	094	09472	09472127
2865590	Neuenreuth	neuenreuth	DE		0	Europe/Berlin	49.83453	11.92055				02	093	09377	09377128
2865591	Neuenreuth	neuenreuth	DE		0	Europe/Berlin	49.81421	12.06995				02	093	09377	09377116
2865595	Neuenplos	neuenplos	DE		0	Europe/Berlin	49.99124	11.51287				02	094	09472	09472150
2865596	Neuenpleen	neuenpleen	DE		0	Europe/Berlin	54.34915	12.92447				12	00	13073	13073005
2865597	Neuenothe	neuenothe	DE		0	Europe/Berlin	51.01358	7.71194				07	053	05374	05374004
2865598	Neuenmuhr	neuenmuhr	DE		0	Europe/Berlin	49.16667	10.7		Neuenmuhr,Neuenmuhr (Muhr am See)		02	095	09571	09571177
2865599	Neuenmühle	neuenmuehle	DE		0	Europe/Berlin	50.31667	9.66667				05	064	06435	06435027
2865600	Neuenmühle	neuenmuhle	DE		0	Europe/Berlin	50.12217	11.97082				02	094	09479	09479135
2865601	Neuenmörbitz	neuenmoerbitz	DE		0	Europe/Berlin	50.98091	12.59952				15	00	16077	16077023
2865604	Neuenmarhorst	neuenmarhorst	DE		0	Europe/Berlin	52.79384	8.58676				06	00	03251	03251042
2865605	Neuenlübke	neuenluebke	DE		0	Europe/Berlin	54.24156	12.64561				12	00	13073	13073094
2865606	Neuenloh	neuenloh	DE		0	Europe/Berlin	51.28333	7.46667				07	059	05954	05954004
2865607	Neuenlandersiel	neuenlandersiel	DE		0	Europe/Berlin	53.41669	8.50788				06	00	03352	03352032
2865608	Neuenlandermoor	neuenlandermoor	DE		0	Europe/Berlin	53.40644	8.58977				06	00	03352	03352032
2865609	Neuenlande	neuenlande	DE		0	Europe/Berlin	53.4176	8.53191		Neuenlande		06	00	03352	03352032
2865610	Neuenlande	neuenlande	DE		0	Europe/Berlin	53.1145	8.55329				06	00	03458	03458005
2865611	Neuenlande	neuenlande	DE		0	Europe/Berlin	52.66317	7.57487				06	00	03454	03454021
2865613	Neuenland	neuenland	DE		0	Europe/Berlin	53.05832	8.78143		Neuenland		03	00	04011	04011000
2865615	Neuenkruge	neuenkruge	DE		0	Europe/Berlin	53.19866	8.12501				06	00	03451	03451008
2865617	Neuenkrug	neuenkrug	DE		0	Europe/Berlin	54.17189	9.03436				10	00	01051	01051113
2865618	Neuenkrug	neuenkrug	DE		0	Europe/Berlin	52.94042	9.39076				06	00	03361	03361005
2865620	Neuenkoop	neuenkoop	DE		0	Europe/Berlin	53.14928	8.45137				06	00	03461	03461001
2865622	Neuenknick	neuenknick	DE		0	Europe/Berlin	52.42189	9.06733		Naeinknick,Näinknick,ˈneĭnknɪk [IPA]		07	057	05770	05770028
2865623	Neuenklitsche	neuenklitsche	DE		0	Europe/Berlin	52.48179	12.23507		Neuenklitsche		14	00	15086	15086080
2865624	Neuenkleusheim	neuenkleusheim	DE		0	Europe/Berlin	51.02236	7.91529				07	059	05966	05966024
2865645	Neuenkehrsdorf	neuenkehrsdorf	DE		0	Europe/Berlin	48.95903	11.68924				02	092	09273	09273164
2865646	Neuenkämpen	neuenkaempen	DE		0	Europe/Berlin	52.85769	7.78103				06	00	03453	03453010
2865647	Neuenkamp	neuenkamp	DE		0	Europe/Berlin	51.43382	6.72781		Neuenkamp		07	051	05112	05112000
2865648	Neuenkamp	neuenkamp	DE		0	Europe/Berlin	53.59324	8.87838				06	00	03352	03352062
2865649	Neuenkamp	neuenkamp	DE		0	Europe/Berlin	52.03317	8.98325				07	057	05766	05766024
2865650	Neuenkamp	neuenkamp	DE		0	Europe/Berlin	51.64201	8.20295				07	059	05974	05974008
2865651	Neuenkamp	neuenkamp	DE		0	Europe/Berlin	51.18333	7.2				07	051	05120	05120000
2865652	Neuenkamp	neuenkamp	DE		0	Europe/Berlin	51.09054	7.03308				07	053	05316	05316000
2865655	Neuenhuntorfermoor	neuenhuntorfermoor	DE		0	Europe/Berlin	53.15325	8.43318				06	00	03461	03461001
2865656	Neuenhuntorf	neuenhuntorf	DE		0	Europe/Berlin	53.18419	8.42441				06	00	03461	03461001
2865657	Neuenhoven	neuenhoven	DE		0	Europe/Berlin	51.13364	6.52253				07	051	05162	05162012
2865658	Neuenholte	neuenholte	DE		0	Europe/Berlin	51.12608	7.33078		Neuenholte		07	053	05374	05374052
2865659	Neuenhöhe	neuenhoehe	DE		0	Europe/Berlin	51.14579	7.24583				07	053	05378	05378032
2865661	Neuenhof	neuenhof	DE		0	Europe/Berlin	50.99635	10.21362		Neuenhof		15	00	16056	16056000
2865667	Neuenhof	neuenhof	DE		0	Europe/Berlin	51.15719	7.83934				07	059	05966	05966004
2865678	Neuenhinzenhausen	neuenhinzenhausen	DE		0	Europe/Berlin	48.90544	11.62549				02	091	09176	09176112
2865681	Neuenherweg	neuenherweg	DE		0	Europe/Berlin	51.11667	7.43333				07	053	05374	05374052
2865682	Neuenheim	neuenheim	DE		0	Europe/Berlin	49.41525	8.6866		Neuenheim		01	082	08221	08221000
2865685	Neuenheerse	neuenheerse	DE		0	Europe/Berlin	51.67671	8.99832				07	057	05762	05762004
2865686	Neuenhäuser	neuenhaeuser	DE		0	Europe/Berlin	52.58333	14.35				11	00	12064	12064190
2865687	Neuenhäuser	neuenhaeuser	DE		0	Europe/Berlin	51.09165	14.55081				13	00	14625	14625090
2865688	Neuenhausen	neuenhausen	DE		0	Europe/Berlin	53.31849	8.6346				06	00	03352	03352060
2865689	Neuenhausen	neuenhausen	DE		0	Europe/Berlin	51.07066	6.59157				07	051	05162	05162008
2865699	Neuenhausen	neuenhausen	DE		0	Europe/Berlin	50.94204	7.24257				07	053	05378	05378024
2865705	Neuenhaßlau	neuenhasslau	DE		0	Europe/Berlin	50.16205	9.09101				05	064	06435	06435015
2865706	Neuenhammer	neuenhammer	DE		0	Europe/Berlin	50.73268	6.26978				07	053	05334	05334032
2865707	Neuenhammer	neuenhammer	DE		0	Europe/Berlin	49.69324	12.38608				02	093	09374	09374123
2865708	Neuenhain	neuenhain	DE		0	Europe/Berlin	50.98759	9.2677				05	066	06634	06634016
2865709	Neuenhain	neuenhain	DE		0	Europe/Berlin	50.1584	8.49207				05	064	06436	06436001
2865717	Neuengrün	neuengrun	DE		0	Europe/Berlin	50.30025	11.50801				02	094	09476	09476184
2865718	Neuengronau	neuengronau	DE		0	Europe/Berlin	50.27047	9.60463				05	064	06435	06435027
2865719	Neuengrodendeich	neuengrodendeich	DE		0	Europe/Berlin	53.55	8.11667				06	00	03405	03405000
2865720	Neuengroden	neuengroden	DE		0	Europe/Berlin	53.54778	8.11223				06	00	03405	03405000
2865723	Neuengland	neuengland	DE		0	Europe/Berlin	53.306	7.89206				06	00	03451	03451007
2865724	Neuengland	neuengland	DE		0	Europe/Berlin	53.05429	8.20201				06	00	03458	03458013
2865725	Neuengesekerheide	neuengesekerheide	DE		0	Europe/Berlin	51.54171	8.20027				07	059	05974	05974008
2865727	Neuengeseke	neuengeseke	DE		0	Europe/Berlin	51.55313	8.20466				07	059	05974	05974008
2865728	Neu Engeldorferhof	neu-engeldorferhof	DE		0	Europe/Berlin	50.85315	6.92231				07	053	05315	05315000
2865730	Neuenförde	neuenfoerde	DE		0	Europe/Berlin	52.92395	9.3625				06	00	03361	03361005
2865731	Neuenflügel	neuenfluegel	DE		0	Europe/Berlin	51.13954	7.17287				07	053	05378	05378032
2865733	Neuenfeldsdeich	neuenfeldsdeich	DE		0	Europe/Berlin	53.69913	9.56434		Am Neuenfeldsdeich,Neuenfeldsdeich		10	00	01056	01056045
2865734	Neuenfelde	neuenfelde	DE		0	Europe/Berlin	52.35095	8.47069				07	057	05770	05770036
2865735	Neuenfelde	neuenfelde	DE		0	Europe/Berlin	53.51829	9.79828		Hamburg-Neuenfelde,Neefeld,Neuenfelde,Nojenfelde,Нојенфелде		04	00	02000	02000000
2865736	Neuenfelde	neuenfelde	DE		0	Europe/Berlin	53.25489	8.42772				06	00	03461	03461004
2865737	Neuenfelde	neuenfelde	DE		0	Europe/Berlin	53.23842	8.83835		Neuenfelde		06	00	03356	03356007
2865739	Neuenfeld	neuenfeld	DE		0	Europe/Berlin	53.42631	14.01838				11	00	12073	12073520
2865740	Neuenfeld	neuenfeld	DE		0	Europe/Berlin	53.34682	14.35155				12	00	13075	13075095
2865741	Neuenfähre	neuenfaehre	DE		0	Europe/Berlin	54.2194	9.42009		Neuenfahr,Neuenfahre,Neuenfähr,Neuenfähre		10	00	01051	01051136
2865743	Neuendorf Hof	neuendorf-hof	DE		0	Europe/Berlin	54.33394	12.53145		Hof		12	00	13073	13073077
2865744	Neuendorf Heide	neuendorf-heide	DE		0	Europe/Berlin	54.34045	12.54759		Neuendorf Haide		12	00	13073	13073077
2865754	Neuendorf bei Wilster	neuendorf-bei-wilster	DE		0	Europe/Berlin	53.96193	9.32688		Neuendorf,Neuendorf Bei Wilster,Neuendorf bei Wilster		10	00	01061	01061119
2865755	Neuendorf am See	neuendorf-am-see	DE		0	Europe/Berlin	52.10656	13.901		Neuendorf am See,Neuendorf bei Markisch Buchholz,Neuendorf bei Märkisch Buchholz,Neuendorf bei Wendisch Buchholz		11	00	12061	12061510
2865756	Neuendorf am Speck	neuendorf-am-speck	DE		0	Europe/Berlin	52.66752	11.78577		Neuendorf,Neuendorf am Speck		14	00	15090	15090535
2865757	Neuendorf am See	neuendorf-am-see	DE		0	Europe/Berlin	51.90883	13.8575		Neuendorf,Neuendorf am See,Nowa Wjas		11	00	12061	12061316
2865790	Neuendorf bei Bruck	neuendorf-bei-bruck	DE		0	Europe/Berlin	52.05	12.66667				11	00	12069	12069485
2865803	Neuendeel	neuendeel	DE		0	Europe/Berlin	53.08573	8.64971				06	00	03401	03401000
2865804	Neuendamm	neuendamm	DE		0	Europe/Berlin	53.54409	9.12576				06	00	03357	03357008
2865805	Neuendamm	neuendamm	DE		0	Europe/Berlin	53.23333	8.81667				06	00	03356	03356007
2865807	Neuendambach	neuendambach	DE		0	Europe/Berlin	50.47147	10.72258				15	00	16069	16069024
2865808	Neuenburgerfeld	neuenburgerfeld	DE		0	Europe/Berlin	53.38216	7.91887		Neuenburgenfeld,Neuenburgerfeld		06	00	03455	03455027
2865914	Neudörpen	neudoerpen	DE		0	Europe/Berlin	52.95346	7.39431				06	00	03454	03454008
2865915	Neudörnfeld	neudoernfeld	DE		0	Europe/Berlin	50.84253	11.37102				15	00	16071	16071008
2865815	Neuenbunnen	neuenbunnen	DE		0	Europe/Berlin	52.7297	7.86078				06	00	03453	03453011
2865816	Bülstedt	buelstedt	DE		0	Europe/Berlin	53.21269	9.14966				06	00	03357	03357010
2865817	Neuenbuch	neuenbuch	DE		0	Europe/Berlin	49.80514	9.40893		Neuenbuch		02	096	09676	09676158
2865818	Neuenbrunslar	neuenbrunslar	DE		0	Europe/Berlin	51.16994	9.43444				05	066	06634	06634003
2865819	Neuenbrück	neuenbrueck	DE		0	Europe/Berlin	53.06667	8.65				06	00	03401	03401000
2865823	Neuenbrand	neuenbrand	DE		0	Europe/Berlin	50.20322	12.09547				02	094	09479	09479150
2865824	Neuenbeuthen	neuenbeuthen	DE		0	Europe/Berlin	50.57653	11.58946				15	00	16073	16073107
2865825	Neuenberg	neuenberg	DE		0	Europe/Berlin	50.54627	9.66145				05	066	06631	06631009
2865833	Neuenbeken	neuenbeken	DE		0	Europe/Berlin	51.74723	8.84829		Bekinun,Bėkinun		07	057	05774	05774032
2865834	Neuenbaum	neuenbaum	DE		0	Europe/Berlin	52.35042	8.71677				07	057	05770	05770012
2865835	Neuenbaum	neuenbaum	DE		0	Europe/Berlin	51.12551	6.7238				07	051	05162	05162024
2865836	Neuenbau	neuenbau	DE		0	Europe/Berlin	50.43706	11.23999				15	00	16072	16072024
2865837	Neuenbach	neuenbach	DE		0	Europe/Berlin	48.30611	8.16293				01	083	08317	08317041
2865839	Neue Mühle	neue-muehle	DE		0	Europe/Berlin	53.68333	9.68333				10	00	01056	01056049
2865840	Neuemühle	neuemuehle	DE		0	Europe/Berlin	52.66978	11.01047				14	00	15081	15081045
2865841	Neue Mühle	neue-muehle	DE		0	Europe/Berlin	52.53333	13.83333				11	00	12064	12064472
2865842	Neuemühle	neuemuehle	DE		0	Europe/Berlin	52.35	12.48333		Forsterei Neuemuhle,Försterei Neuemühle,Neuemuhle,Neuemühle		11	00	12051	12051000
2865843	Neuemühle	neuemuehle	DE		0	Europe/Berlin	52.3	13.66667		Konigs Wusterhausen-Neue Muhle,Königs Wusterhausen-Neue Mühle,Neuemuhle,Neuemühle		11	00	12061	12061260
2865844	Neue Mühle	neue-muehle	DE		0	Europe/Berlin	52.20231	14.01749				11	00	12067	12067520
2865845	Neuemühle	neuemuehle	DE		0	Europe/Berlin	51.28333	9.48333				05	066	06611	06611000
2865847	Neuemoor	neuemoor	DE		0	Europe/Berlin	53.32981	7.62874				06	00	03457	03457010
2865848	Neu Elmenhorst	neu-elmenhorst	DE		0	Europe/Berlin	54.21692	13.08781				12	00	13073	13073023
2865854	Neue Kolonie Westhausen	neue-kolonie-westhausen	DE		0	Europe/Berlin	51.55	7.36667				07	059	05913	05913000
2865856	Neue Kirche	neue-kirche	DE		0	Europe/Berlin	54.51299	8.65003				10	00	01054	01054103
2865857	Neu Ekels	neu-ekels	DE		0	Europe/Berlin	53.46628	7.37262				06	00	03452	03452023
2865861	Neueiche	neueiche	DE		0	Europe/Berlin	52.55	13.58333				16	00	11000	11000000
2865862	Neueibenberg	neueibenberg	DE		0	Europe/Berlin	50.74428	12.94562				13	00	14521	14521120
2865863	Neueibau	neueibau	DE		0	Europe/Berlin	50.97013	14.64448				13	00	14626	14626245
2865864	Neuehütten	neuehuetten	DE		0	Europe/Berlin	52.12193	12.42708				11	00	12069	12069665
2865865	Neuehütte	neuehuette	DE		0	Europe/Berlin	52.86839	13.85501		Neuehuette,Neuehutte,Neuehütte		11	00	12060	12060045
2865866	Neuehütte	neuehuette	DE		0	Europe/Berlin	51.7498	10.74967				14	00	15085	15085228
2865871	Neue Heimat	neue-heimat	DE		0	Europe/Berlin	50.73635	13.07789				13	00	14521	14521690
2865874	Neuehäuser	neuehaeuser	DE		0	Europe/Berlin	52.47052	12.28181		Kolonie Neuehauser,Kolonie Neuehäuser,Neuehauser,Neuehäuser		14	00	15086	15086080
2865875	Neue Häuser	neue-haeuser	DE		0	Europe/Berlin	52.04065	13.11572				11	00	12072	12072169
2865876	Neue Häuser	neue-haeuser	DE		0	Europe/Berlin	51.13052	14.23862				13	00	14625	14625530
2865877	Neue Häuser	neue-haeuser	DE		0	Europe/Berlin	51.00738	14.2188				13	00	14628	14628260
2865878	Neue Häuser	neue-haeuser	DE		0	Europe/Berlin	50.89102	13.77726				13	00	14628	14628130
2865879	Neue Häuser	neue-haeuser	DE		0	Europe/Berlin	50.68283	13.01974				13	00	14521	14521150
2865880	Neue Häuser	neue-haeuser	DE		0	Europe/Berlin	50.62917	13.10177				13	00	14521	14521250
2865886	Neueglofsheim	neueglofsheim	DE		0	Europe/Berlin	48.90188	12.17876				02	093	09375	09375205
2865896	Neue Buden	neue-buden	DE		0	Europe/Berlin	51.55	14.23333				11	00	12071	12071408
2865897	Neuebersbach	neuebersbach	DE		0	Europe/Berlin	49.65329	10.61631				02	095	09575	09575150
2865905	Neudürrlas	neudurrlas	DE		0	Europe/Berlin	50.10069	12.132				02	094	09479	09479159
2865908	Neu Drefahl	neu-drefahl	DE		0	Europe/Berlin	53.28248	11.88969				12	00	13076	13076160
2865909	Neudrebnitz	neudrebnitz	DE		0	Europe/Berlin	51.08767	14.16869				13	00	14625	14625040
2865910	Neudrauschkowitz	neudrauschkowitz	DE		0	Europe/Berlin	51.1457	14.34643		Nowe Druzkecy,Nowe Družkecy		13	00	14625	14625110
2865912	Neu Dragun	neu-dragun	DE		0	Europe/Berlin	53.69552	11.20378				12	00	13074	13074020
2865913	Neu Dötzingen	neu-doetzingen	DE		0	Europe/Berlin	53.15	11.05				06	00	03354	03354009
2865917	Neudorf-Platendorf	neudorf-platendorf	DE		0	Europe/Berlin	52.53565	10.60266		Neudorf,Neudorf-Platendorf,Platendorf		06	00	03151	03151025
2865918	Neudörfles	neudorfles	DE		0	Europe/Berlin	50.27375	10.98274				02	094	09463	09463000
2865920	Neudörflein	neudorflein	DE		0	Europe/Berlin	50.27332	11.84902				02	094	09475	09475142
2865921	Neudorf Klösterlich	neudorf-kloesterlich	DE		0	Europe/Berlin	51.39985	14.22781		Nowa Wjes		13	00	14625	14625640
2865925	Neudorferhof	neudorferhof	DE		0	Europe/Berlin	49.74209	7.75657				08	00	07133	07133058
2865927	Neudörfel	neudoerfel	DE		0	Europe/Berlin	51.26794	14.23294		Nojdjorfel',Nowa Wjeska,Нойдёрфель		13	00	14625	14625470
2865928	Neudörfel	neudoerfel	DE		0	Europe/Berlin	51.2539	14.59131				13	00	14625	14625340
2865929	Neudörfel	neudoerfel	DE		0	Europe/Berlin	51.0794	14.67996				13	00	14626	14626290
2865930	Neudörfel	neudoerfel	DE		0	Europe/Berlin	51.06049	14.06662				13	00	14628	14628380
2865931	Neudörfel	neudoerfel	DE		0	Europe/Berlin	50.99426	13.29575				13	00	14522	14522210
2865932	Neudörfel	neudoerfel	DE		0	Europe/Berlin	50.85963	13.81344				13	00	14628	14628130
2865933	Neudörfel	neudoerfel	DE		0	Europe/Berlin	50.74436	12.07479				15	00	16076	16076079
2865934	Neudörfel	neudoerfel	DE		0	Europe/Berlin	50.63979	12.60594				13	00	14524	14524150
2865935	Neudörfel	neudoerfel	DE		0	Europe/Berlin	50.58449	12.66233				13	00	14521	14521035
2865936	Neudörfel	neudoerfel	DE		0	Europe/Berlin	50.56113	12.20267				13	00	14523	14523330
2865939	Neudörfchen	neudoerfchen	DE		0	Europe/Berlin	51.15255	13.4802				13	00	14627	14627140
2865940	Neudörfchen	neudoerfchen	DE		0	Europe/Berlin	51.13333	12.93333				13	00	14522	14522250
2865941	Neudörfchen	neudoerfchen	DE		0	Europe/Berlin	51.05	12.98333				13	00	14522	14522570
2865942	Neudörfchen	neudoerfchen	DE		0	Europe/Berlin	51.05	12.83333				13	00	14522	14522530
2865943	Neudörfchen	neudoerfchen	DE		0	Europe/Berlin	50.98333	13				13	00	14522	14522360
2865944	Neudörfchen	neudoerfchen	DE		0	Europe/Berlin	50.9411	13.06648				13	00	14522	14522150
2865946	Neudorf bei Luhe	neudorf-bei-luhe	DE		0	Europe/Berlin	49.57532	12.09411		Neudorf,Neudorf bei Luhe		02	093	09374	09374133
2865947	Neudorf bei Ebrach	neudorf-bei-ebrach	DE		0	Europe/Berlin	49.87019	10.53014		Neudorf,Neudorf bei Ebrach		02	094	09471	09471128
2865948	Neudorf bei Ebensfeld	neudorf-bei-ebensfeld	DE		0	Europe/Berlin	50.07398	10.91067				02	094	09478	09478120
2866003	Neudorf bei Scheßlitz	neudorf-bei-schesslitz	DE		0	Europe/Berlin	49.93711	11.08074		Neudorf,Neudorf bei Schesslitz,Neudorf bei Scheßlitz		02	094	09471	09471185
2866004	Neudöbl	neudobl	DE		0	Europe/Berlin	48.46762	13.31328				02	092	09275	09275145
2866006	Neudöbern	neudoebern	DE		0	Europe/Berlin	51.6578	14.01423				11	00	12066	12066202
2866007	Neudingen	neudingen	DE		0	Europe/Berlin	47.91254	8.57059				01	083	08326	08326012
2866011	Neudieringhausen	neudieringhausen	DE		0	Europe/Berlin	50.97985	7.5293				07	053	05374	05374012
2866012	Neudiehman	neudiehman	DE		0	Europe/Berlin	51.11328	14.3333		Nowe Demjany		13	00	14625	14625110
2866013	Neudeutenbach	neudeutenbach	DE		0	Europe/Berlin	49.41667	11.01667				02	095	09573	09573127
2866014	Neudeuben	neudeuben	DE		0	Europe/Berlin	51.36667	12.71667				13	00	14729	14729410
2866015	Neudessau	neudessau	DE		0	Europe/Berlin	52.49589	12.28032				11	00	12063	12063189
2866017	Neudes	neudes	DE		0	Europe/Berlin	50.09863	11.99877				02	094	09479	09479135
2866018	Neuderting	neuderting	DE		0	Europe/Berlin	48.69097	13.18389				02	092	09275	09275127
2866019	Neudersum	neudersum	DE		0	Europe/Berlin	52.97081	7.23332				06	00	03454	03454007
2866020	Neuderben	neuderben	DE		0	Europe/Berlin	52.39348	11.9935				14	00	15086	15086035
2866026	Neudeck	neudeck	DE		0	Europe/Berlin	51.63425	13.28518		Neudeck		11	00	12062	12062500
2866027	Neudeck	neudeck	DE		0	Europe/Berlin	50.70329	11.86107				15	00	16075	16075114
2866028	Neudeck	neudeck	DE		0	Europe/Berlin	50.68465	12.29238				15	00	16076	16076093
2866029	Neudeck	neudeck	DE		0	Europe/Berlin	50.64094	11.76702				15	00	16075	16075083
2866030	Neudeck	neudeck	DE		0	Europe/Berlin	50.6	13				13	00	14521	14521630
2866031	Neudeck	neudeck	DE		0	Europe/Berlin	49.41391	12.45242				02	093	09376	09376172
2866032	Neudeck	neudeck	DE		0	Europe/Berlin	49.20819	9.42092		Neudeck		01	081	08125	08125113
2866033	Neudeck	neudeck	DE		0	Europe/Berlin	48.72404	10.75028				02	097	09779	09779131
2866034	Neudeck	neudeck	DE		0	Europe/Berlin	48.06985	12.24106				02	091	09187	09187116
2866042	Neu-Daubitz	neu-daubitz	DE		0	Europe/Berlin	51.40384	14.82048		Neu-Daubitz,Nowy Dubc		13	00	14626	14626460
2866043	Neudau	neudau	DE		0	Europe/Berlin	48.45956	13.06415				02	092	09277	09277113
2866045	Neu Dargelin	neu-dargelin	DE		0	Europe/Berlin	54.01251	13.37826				12	00	13075	13075008
2866047	Neu Darbein	neu-darbein	DE		0	Europe/Berlin	53.93477	12.8207				12	00	13071	13071027
2866048	Neu Dannenberg	neu-dannenberg	DE		0	Europe/Berlin	53.15421	9.00418				06	00	03356	03356002
2866049	Neudamm	neudamm	DE		0	Europe/Berlin	52.02932	11.09422				14	00	15083	15083025
2866052	Neu Damerow	neu-damerow	DE		0	Europe/Berlin	53.55311	12.1901		Damerow		12	00	13076	13076104
2866053	Neucunnewitz	neucunnewitz	DE		0	Europe/Berlin	51.17802	14.71737				13	00	14626	14626290
2866054	Neu Cunnersdorf	neu-cunnersdorf	DE		0	Europe/Berlin	51.04693	14.63734				13	00	14626	14626245
2866056	Neuclausnitz	neuclausnitz	DE		0	Europe/Berlin	50.73915	13.52307				13	00	14522	14522470
2866057	Neu Canow	neu-canow	DE		0	Europe/Berlin	53.22125	12.93571				12	00	13071	13071167
2866058	Neucallenberg	neucallenberg	DE		0	Europe/Berlin	51.08006	14.43616				13	00	14625	14625525
2866059	Neu-Byhleguhre	neu-byhleguhre	DE		0	Europe/Berlin	51.87151	14.19219		Neubyhleguhre,Neugeroburg,Nowa Bela Gora,Nowa Běła Góra		11	00	12061	12061061
2866060	Neuburxdorf	neuburxdorf	DE		0	Europe/Berlin	51.46891	13.29645		Neuburxdorf		11	00	12062	12062024
2866061	Neuburlage	neuburlage	DE		0	Europe/Berlin	53.05452	7.55633				06	00	03457	03457018
2866062	Neuburgweier	neuburgweier	DE		0	Europe/Berlin	48.9694	8.2679				01	082	08215	08215108
2866063	Neuburg-Steinhausen	neuburg-steinhausen	DE		0	Europe/Berlin	53.94441	11.6054		Neuburg-Steinhausen		12	00	13074	13074056
2866067	Neuburghausen	neuburghausen	DE		0	Europe/Berlin	48.16667	12.85				02			
2866154	Neubolheim	neubolheim	DE		0	Europe/Berlin	48.64024	10.15476				01	081	08135	08135020
2866155	Neubokhorst	neubokhorst	DE		0	Europe/Berlin	54.1	10.1				10	00	01057	01057071
2866088	Neu Büddenstedt	neu-bueddenstedt	DE		0	Europe/Berlin	52.17075	11.01892				06	00	03154	03154028
2866089	Neu Bücken	neu-buecken	DE		0	Europe/Berlin	53.9867	9.61459				10	00	01061	01061042
2866091	Neu Buchwalde	neu-buchwalde	DE		0	Europe/Berlin	51.37333	14.28635		Nowa Bukojna		13	00	14625	14625330
2866092	Neu Buchhorst	neu-buchhorst	DE		0	Europe/Berlin	52.41505	13.75612				11	00	12067	12067124
2866093	Neubuchholz	neubuchholz	DE		0	Europe/Berlin	52.39599	12.26125				14	00	15086	15086080
2866095	Neu Buch	neu-buch	DE		0	Europe/Berlin	52.62569	13.51536		Kolonie Neu Buch,Neu Buch		16	00	11000	11000000
2866096	Neu Brüz	neu-bruez	DE		0	Europe/Berlin	53.52589	12.05852				12	00	13076	13076109
2866097	Neu Brützkow	neu-bruetzkow	DE		0	Europe/Berlin	53.79223	11.08221				12	00	13074	13074065
2866104	Neubrücke	neubruecke	DE		0	Europe/Berlin	49.60839	7.17415		Neubrucke,Neubruecke,Neubrücke		08	00	07134	07134042
2866106	Neubrück	neubrueck	DE		0	Europe/Berlin	53.27675	13.21891				12	00	13071	13071162
2866108	Neubrück	neubrueck	DE		1367	Europe/Berlin	52.37088	10.41761		Castrum Brugghe [a. 1321],Nieenbruegge,Nieenbrügge,Nienbrigge,Nienbrueck [a. 1654],Nienbrück [a. 1654]		06	00	03157	03157008
2866109	Neubrück	neubrueck	DE		0	Europe/Berlin	52.26993	14.28231				11	00	12067	12067426
2866110	Neubrück	neubrueck	DE		51109	Europe/Berlin	51.13434	6.63857				07	051	05162	05162008
2866111	Neubruck	neubruck	DE		0	Europe/Berlin	49.34342	10.68155		Neubruck		02	095	09571	09571122
2866116	Neubruchhausen	neubruchhausen	DE		0	Europe/Berlin	52.84017	8.84146				06	00	03251	03251007
2866119	Neubronn	neubronn	DE		0	Europe/Berlin	49.46491	9.96923				01	081	08128	08128126
2866120	Neubronn	neubronn	DE		0	Europe/Berlin	49.38218	10.60481				02	095	09571	09571217
2866121	Neubronn	neubronn	DE		0	Europe/Berlin	48.88189	9.96855				01	081	08136	08136002
2866122	Neubronn	neubronn	DE		0	Europe/Berlin	47.88551	9.32868				01	084	08437	08437056
2866123	Neubrohna	neubrohna	DE		0	Europe/Berlin	51.26079	14.40192		Nowe Bronjo		13	00	14625	14625490
2866124	Neu Broderstorf	neu-broderstorf	DE		0	Europe/Berlin	54.09095	12.26283				12	00	13072	13072019
2866125	Neubriach	neubriach	DE		0	Europe/Berlin	47.81825	9.65298				01	084	08436	08436011
2866126	Neu Brenz	neu-brenz	DE		0	Europe/Berlin	53.38064	11.64807				12	00	13076	13076017
2866128	Neubreitenfelderhof	neubreitenfelderhof	DE		0	Europe/Berlin	49.38539	7.29578				09	00	10045	10045114
2866129	Neu Bredenfelde	neu-bredenfelde	DE		0	Europe/Berlin	53.60289	12.9271				12	00	13071	13071015
2866130	Neubraushain	neubraushain	DE		0	Europe/Berlin	51.03668	12.40349				15	00	16077	16077032
2866132	Neubrandsleben	neubrandsleben	DE		0	Europe/Berlin	52.05845	11.22657				14	00	15083	15083415
2866136	Neubrand	neubrand	DE		0	Europe/Berlin	49.96537	11.90499				02	093	09377	09377113
2866137	Neubrambach	neubrambach	DE		0	Europe/Berlin	50.34992	12.11478				13	00	14523	14523440
2866138	Neubourheim	neubourheim	DE		0	Europe/Berlin	50.91348	6.33448				07	053	05358	05358024
2866139	Neu Bötzow	neu-boetzow	DE		0	Europe/Berlin	52.66667	13.15				11	00	12065	12065251
2866141	Neu Boston	neu-boston	DE		0	Europe/Berlin	52.27685	13.92937				11	00	12067	12067481
2866142	Neubosse	neubosse	DE		0	Europe/Berlin	52.75666	9.45494				06	00	03358	03358009
2866143	Neubörnsen	neuboernsen	DE		0	Europe/Berlin	53.49136	10.28279				10	00	01053	01053012
2866144	Neubornitz	neubornitz	DE		0	Europe/Berlin	51.23425	14.4108		Nowe Boranecy		13	00	14625	14625490
2866145	Neuborna	neuborna	DE		0	Europe/Berlin	51.7809	11.7165		Neuborna		14	00	15089	15089030
2866149	Neubörm	neuboerm	DE		0	Europe/Berlin	54.41667	9.38333				10	00	01059	01059009
2866156	Neubokel	neubokel	DE		0	Europe/Berlin	52.49219	10.47512				06	00	03151	03151009
2866158	Neubodenbach	neubodenbach	DE		0	Europe/Berlin	51.0811	13.27878				13	00	14627	14627180
2866159	Neu Boddin	neu-boddin	DE		0	Europe/Berlin	53.95313	12.63146				12	00	13072	13072111
2866160	Neuboddenberg	neuboddenberg	DE		0	Europe/Berlin	51.05096	7.08727				07	053	05316	05316000
2866161	Neuböddeken	neuboeddeken	DE		0	Europe/Berlin	51.5911	8.72453				07	057	05774	05774040
2866162	Neu Bochow	neu-bochow	DE		0	Europe/Berlin	52.37596	12.76548				11	00	12069	12069249
2866163	Neuboblitz	neuboblitz	DE		0	Europe/Berlin	51.1436	14.41263		Neuboblitz,Nowe Bobolcy		13	00	14625	14625390
2866164	Neu Boberg	neu-boberg	DE		0	Europe/Berlin	53.5	10.18333				04	00	02000	02000000
2866166	Neubloaschütz	neubloaschuetz	DE		0	Europe/Berlin	51.17855	14.34719		Nowe Blohasecy,Nowe Błohašecy		13	00	14625	14625150
2866168	Neu-Bleesern	neu-bleesern	DE		0	Europe/Berlin	51.6142	13.01551				13	00	14730	14730030
2866169	Neu Bleckede	neu-bleckede	DE		0	Europe/Berlin	53.30034	10.74426		Bleckede,Neu Bleckede,Neu Wendisch-Bleckede		06	00	03355	03355009
2866172	Neu Biendorf	neu-biendorf	DE		0	Europe/Berlin	51.29949	11.83249				14	00	15088	15088235
2866176	Neubessingen	neubessingen	DE		0	Europe/Berlin	50.05113	9.9731				02	096	09677	09677114
2866178	Neuberzdorf	neuberzdorf	DE		0	Europe/Berlin	51.07558	14.90034				13	00	14626	14626500
2866179	Neuberthelsdorf	neuberthelsdorf	DE		0	Europe/Berlin	51.0332	14.77421				13	00	14626	14626180
2866180	Neuberthelsdorf	neuberthelsdorf	DE		0	Europe/Berlin	50.87852	13.3962				13	00	14522	14522590
2866181	Neu Bernitt	neu-bernitt	DE		0	Europe/Berlin	53.89773	11.85579				12	00	13072	13072013
2866182	Neu-Berich	neu-berich	DE		0	Europe/Berlin	51.38582	9.08072				05	066	06635	06635002
2866185	Neu Berge	neu-berge	DE		0	Europe/Berlin	52.8258	11.98632				14	00	15090	15090610
2866209	Neubensdorf	neubensdorf	DE		0	Europe/Berlin	52.41073	12.35427				11	00	12069	12069028
2866211	Neubeeren	neubeeren	DE		0	Europe/Berlin	52.3505	13.27288				11	00	12072	12072120
2866212	Neubeckum	neubeckum	DE		0	Europe/Berlin	51.79824	8.02859		Neubeckum		07	055	05570	05570008
2866216	Neubauhof	neubauhof	DE		0	Europe/Berlin	54.1859	12.90207				12	00	13073	13073024
2866217	Neubauhof	neubauhof	DE		0	Europe/Berlin	53.90896	12.87664				12	00	13071	13071027
2866234	Neubau	neubau	DE		0	Europe/Berlin	53.07429	13.2364				11	00	12065	12065084
2866235	Neubau	neubau	DE		0	Europe/Berlin	52.98333	12.31667				11	00	12070	12070149
2866236	Neubau	neubau	DE		0	Europe/Berlin	52.5808	11.28708				14	00	15081	15081135
2866237	Neubau	neubau	DE		0	Europe/Berlin	50.25263	11.23205				02	094	09476	09476154
2866238	Neubau	neubau	DE		0	Europe/Berlin	50.01	11.84961				02	094	09472	09472138
2866239	Neubau	neubau	DE		0	Europe/Berlin	49.66936	7.77695				08	00	07333	07333061
2866240	Neubäu	neubau	DE		0	Europe/Berlin	49.23714	12.41609				02	093	09372	09372153
2866241	Neubäu	neubau	DE		0	Europe/Berlin	49.23447	12.18083				02	093	09376	09376149
2866242	Neubau	neubau	DE		0	Europe/Berlin	48.13333	11.71667				02	091	09162	09162000
2866243	Neubau	neubau	DE		0	Europe/Berlin	47.98978	12.25886				02	091	09187	09187173
2866251	Neu Basedow	neu-basedow	DE		0	Europe/Berlin	53.66079	12.65921				12	00	13071	13071007
2866252	Neu Bartelstorf	neu-bartelstorf	DE		0	Europe/Berlin	54.11123	12.18414		Neu Bartelsdorf,Neu Bartelstorf		12	00	13003	13003000
2866254	Neu Barstede	neu-barstede	DE		0	Europe/Berlin	53.45301	7.38722				06	00	03452	03452012
2866259	Neubärental	neubarental	DE		0	Europe/Berlin	48.88147	8.79675		Neubaerental,Neubarental,Neubärental		01	082	08236	08236068
2866260	Neubanz	neubanz	DE		0	Europe/Berlin	50.13115	10.9949				02	094	09478	09478165
2866261	Neubannewitz	neubannewitz	DE		0	Europe/Berlin	50.98976	13.68172				13	00	14628	14628110
2866265	Neubaderitz	neubaderitz	DE		0	Europe/Berlin	51.21667	13.01667				13	00	14730	14730200
2866267	Neubachling	neubachling	DE		0	Europe/Berlin	48.67296	12.87048				02	092	09271	09271152
2866268	Neubachenbruch	neubachenbruch	DE		0	Europe/Berlin	53.64713	8.94107				06	00	03352	03352052
2866270	Neu Babst	neu-babst	DE		0	Europe/Berlin	53.9051	11.74409				12	00	13074	13074023
2866273	Neu Augustengroden	neu-augustengroden	DE		0	Europe/Berlin	53.70108	7.85673				06	00	03455	03455020
2866274	Neuaubing	neuaubing	DE		0	Europe/Berlin	48.14911	11.41765				02	091	09162	09162000
2866275	Neuastenberg	neuastenberg	DE		0	Europe/Berlin	51.16444	8.48196				07	059	05958	05958048
2866278	Neuarnsdorf	neuarnsdorf	DE		0	Europe/Berlin	51.11899	14.36958				13	00	14625	14625110
2866279	Neuarenberg	neuarenberg	DE		0	Europe/Berlin	52.969	7.76931				06	00	03453	03453007
2866281	Andreasberg	andreasberg	DE		0	Europe/Berlin	51.32353	8.43012		Neuandreasberg		07	059	05958	05958008
2866282	Neuanbau	neuanbau	DE		0	Europe/Berlin	50.53851	12.79441				13	00	14521	14521550
2866285	Neualtheim	neualtheim	DE		0	Europe/Berlin	49.16785	7.28697				09	00	10045	10045112
2866290	Neu Albertsdorf	neu-albertsdorf	DE		0	Europe/Berlin	54.1	12.25				12	00	13072	13072108
2866292	Neuaign	neuaign	DE		0	Europe/Berlin	49.31539	12.94601				02	093	09372	09372124
2866294	Neuaich	neuaich	DE		0	Europe/Berlin	48.38659	12.69809				02	092	09277	09277151
2866296	Neu Ahrendsee	neu-ahrendsee	DE		0	Europe/Berlin	54.23418	13.12609				12	00	13073	13073090
2866299	Netzstuhl	netzstuhl	DE		0	Europe/Berlin	48.93467	12.75798				02	092	09278	09278198
2866300	Netzstall	netzstall	DE		0	Europe/Berlin	49.42759	11.25572				02	095	09564	09564000
2866301	Netzstall	netzstall	DE		0	Europe/Berlin	49.01631	11.82354				02	092	09273	09273159
2866302	Netzstahl	netzstahl	DE		0	Europe/Berlin	50.0032	12.27077				02	093	09377	09377158
2866308	Netzkater	netzkater	DE		0	Europe/Berlin	51.60325	10.78394				15	00	16062	16062065
2866315	Netzen	netzen	DE		0	Europe/Berlin	52.34373	12.68337				11	00	12069	12069306
2866316	Netzelkow	netzelkow	DE		0	Europe/Berlin	54.01667	13.9		Netzelkow		12	00	13075	13075087
2866317	Netzeband	netzeband	DE		0	Europe/Berlin	54.06119	13.68589				12	00	13075	13075059
2866318	Netzeband	netzeband	DE		0	Europe/Berlin	52.99594	12.63395				11	00	12068	12068425
2866321	Netze	netze	DE		0	Europe/Berlin	51.98095	9.97302				06	00	03254	03254044
2866322	Netze	netze	DE		0	Europe/Berlin	51.2236	9.0941				05	066	06635	06635021
2866327	Netzaberg	netzaberg	DE		0	Europe/Berlin	49.73318	11.86311				02	093	09374	09374117
2866329	Nettlingen	nettlingen	DE		0	Europe/Berlin	52.16072	10.15712				06	00	03254	03254032
2866330	Nettlestrauf	nettlestrauf	DE		0	Europe/Berlin	48.51542	8.38978				01	082	08237	08237004
2866331	Nettgendorf	nettgendorf	DE		0	Europe/Berlin	52.15053	13.04965		Nettgendorf		11	00	12072	12072312
2866335	Nettesheim-Butzheim	nettesheim-butzheim	DE		0	Europe/Berlin	51.049	6.7093				07	051	05162	05162028
2866337	Nettershausen	nettershausen	DE		0	Europe/Berlin	48.26857	10.47795				02	097	09774	09774185
2866338	Netterndorf	netterndorf	DE		0	Europe/Berlin	47.95901	11.91682				02	091	09175	09175113
2866340	Netter	netter	DE		0	Europe/Berlin	52.02185	7.25242				07	055	05558	05558040
2866341	Nettenscheid	nettenscheid	DE		0	Europe/Berlin	51.29239	7.71599				07	059	05962	05962004
2866343	Nettelstedt	nettelstedt	DE		0	Europe/Berlin	52.30186	8.69774		Nettelstedt		07	057	05770	05770020
2866344	Nettelstädt	nettelstaedt	DE		0	Europe/Berlin	51.54471	8.39087				07	059	05974	05974036
2866347	Nettelrede	nettelrede	DE		0	Europe/Berlin	52.21676	9.45511				06	00	03252	03252002
2866348	Nettelnburg	nettelnburg	DE		0	Europe/Berlin	53.48333	10.2				04	00	02000	02000000
2866350	Nettelkofen	nettelkofen	DE		0	Europe/Berlin	48.05106	11.94377				02	091	09175	09175122
2866351	Nettelkamp	nettelkamp	DE		0	Europe/Berlin	52.8806	10.58439				06	00	03360	03360030
2866354	Nettelburg	nettelburg	DE		0	Europe/Berlin	53.22697	7.50654		Nettelburg		06	00	03457	03457013
2866357	Nettelbeck	nettelbeck	DE		0	Europe/Berlin	53.28728	12.04702				11	00	12070	12070325
2866361	Netteberge	netteberge	DE		0	Europe/Berlin	51.67383	7.47844				07	059	05978	05978032
2866367	Nette	nette	DE		0	Europe/Berlin	51.29571	7.68084				07	059	05962	05962004
2866368	Nette	nette	DE		0	Europe/Berlin	52.03665	10.08296		Nett,Nette		06	00	03254	03254008
2866369	Nette	nette	DE		0	Europe/Berlin	51.56079	7.38975		Nette		07	059	05913	05913000
2866374	Netra	netra	DE		0	Europe/Berlin	51.09328	10.09267		Netra		05	066	06636	06636010
2866377	Nethen	nethen	DE		0	Europe/Berlin	53.28131	8.14255				06	00	03451	03451005
2866380	Nestleinsberg	nestleinsberg	DE		0	Europe/Berlin	49.1	10.15				01	081	08127	08127014
2866382	Nesthausen	nesthausen	DE		0	Europe/Berlin	51.75087	8.68852				07	057	05774	05774032
2866389	Nestbaum	nestbaum	DE		0	Europe/Berlin	47.91182	10.03726				01	084	08436	08436003
2866390	Nestau	nestau	DE		0	Europe/Berlin	52.9415	10.78531				06	00	03360	03360024
2866393	Neßstraße	nessstrasse	DE		0	Europe/Berlin	53.5406	9.61145				06	00	03359	03359021
2866395	Neßmersiel	nessmersiel	DE		0	Europe/Berlin	53.67066	7.3561		Nessmersiel,Neßmersiel		06	00	03452	03452027
2866397	Neßmergrode	nessmergrode	DE		0	Europe/Berlin	53.66467	7.4083				06	00	03452	03452027
2866398	Neßmeraltendeich	nessmeraltendeich	DE		0	Europe/Berlin	53.66967	7.38295				06	00	03452	03452027
2866402	Nesslerhäuser	nesslerhauser	DE		0	Europe/Berlin	47.84047	7.88637				01	083	08336	08336096
2866403	Neßlbach	nesslbach	DE		0	Europe/Berlin	48.69444	13.12139				02	092	09271	09271153
2866404	Neßlau	nesslau	DE		0	Europe/Berlin	48.84633	10.0594				01	081	08136	08136088
2866405	Neßlach	nesslach	DE		0	Europe/Berlin	48.482	11.01679				02	097	09771	09771114
2866406	Neßhoven	nesshoven	DE		0	Europe/Berlin	50.8713	7.44534				07	053	05382	05382036
2866408	Nesserland	nesserland	DE		0	Europe/Berlin	53.35	7.18333				06	00	03402	03402000
2866409	Nesserdeich	nesserdeich	DE		0	Europe/Berlin	54.31327	8.98398				10	00	01051	01051038
2866412	Nessendorf	nessendorf	DE		0	Europe/Berlin	54.26252	10.70875				10	00	01057	01057007
2866414	Nessenbach	nessenbach	DE		0	Europe/Berlin	47.78309	9.52692				01	084	08436	08436064
2866415	Nesselwangen	nesselwangen	DE		0	Europe/Berlin	47.8171	9.11611		Nesselwangen		01	084	08435	08435059
2866421	Nesselröden	nesselroeden	DE		0	Europe/Berlin	51.49357	10.18141				06	00	03159	03159010
2866422	Nesselröden	nesselroeden	DE		0	Europe/Berlin	51.02642	10.11086				05	066	06636	06636005
2866423	Nesselried	nesselried	DE		0	Europe/Berlin	48.5195	8.00397				01	083	08317	08317005
2866424	Nesselrath	nesselrath	DE		0	Europe/Berlin	51.12866	7.02195				07	053	05378	05378016
2866432	Nesselbrunn	nesselbrunn	DE		0	Europe/Berlin	50.80301	8.64246				05	065	06534	06534020
2866446	Nesselbach	nesselbach	DE		0	Europe/Berlin	51.19224	8.43225		Nesselbach		07	059	05958	05958040
2866447	Nesselbach	nesselbach	DE		0	Europe/Berlin	49.22598	9.84693				01	081	08127	08127047
2866452	Nesseburg	nesseburg	DE		0	Europe/Berlin	53.11664	7.36929				06	00	03457	03457021
2866454	Nesse	nesse	DE		0	Europe/Berlin	53.65359	7.37974		Nesse		06	00	03452	03452027
2866455	Nesse	nesse	DE		0	Europe/Berlin	53.45769	8.61745				06	00	03352	03352032
2866457	Nessating	nessating	DE		0	Europe/Berlin	49.49276	12.12839				02	093	09376	09376153
2866458	Ness	ness	DE		0	Europe/Berlin	49.87112	11.49929				02	094	09472	09472155
2866459	Nespen	nespen	DE		0	Europe/Berlin	50.94361	7.72841		Nespen		07	053	05374	05374040
2866460	Nesow-Hof	nesow-hof	DE		258	Europe/Berlin	53.75711	11.05158		Hof-Nesow,Nesow,Nesow-Hof		12	00	13074	13074065
2866461	Nesow-Dorf	nesow-dorf	DE		0	Europe/Berlin	53.74794	11.03531		Dorf-Nesow,Nesow-Dorf		12	00	13074	13074065
2866462	Nesenitz	nesenitz	DE		0	Europe/Berlin	52.64156	11.1168				14	00	15081	15081280
2866464	Nesebanz	nesebanz	DE		0	Europe/Berlin	54.31102	13.19166				12	00	13073	13073038
2866467	Neschow	neschow	DE		0	Europe/Berlin	53.77424	10.90669				12	00	13074	13074013
2866469	Neschholz	neschholz	DE		0	Europe/Berlin	52.15324	12.69589				11	00	12069	12069020
2866470	Neschen	neschen	DE		0	Europe/Berlin	51.05196	7.17547				07	053	05378	05378020
2866471	Neschen	neschen	DE		0	Europe/Berlin	50.59523	7.43361				08	00	07138	07138044
2866474	Nerreth	nerreth	DE		0	Europe/Berlin	49.35178	11.19734		Nerreth		02	095	09576	09576151
2866475	Nerping	nerping	DE		0	Europe/Berlin	49.2448	12.21357				02	093	09376	09376149
2866479	Nermsdorf	nermsdorf	DE		0	Europe/Berlin	51.08496	11.37019		Nermsdorf		15	00	16071	16071102
2866481	Nerkewitz	nerkewitz	DE		0	Europe/Berlin	50.99146	11.59434				15	00	16074	16074051
2866485	Nergena	nergena	DE		0	Europe/Berlin	51.71384	6.05985				07	051	05154	05154016
2866493	Neraditz	neraditz	DE		0	Europe/Berlin	51.20662	14.23538		Njeradecy		13	00	14625	14625060
2866494	Nepzin	nepzin	DE		0	Europe/Berlin	53.97255	13.56537				12	00	13075	13075154
2866495	Nepperwitz	nepperwitz	DE		0	Europe/Berlin	51.37934	12.68387		Nepperwitz		13	00	14729	14729030
2866496	Neppersreuth	neppersreuth	DE		0	Europe/Berlin	49.28701	10.97792				02	095	09576	09576128
2866497	Neppersdorf	neppersdorf	DE		0	Europe/Berlin	48.69653	13.39908				02	092	09275	09275135
2866503	Neperstorf	neperstorf	DE		0	Europe/Berlin	53.82323	11.6161		Nepersdorf,Neperstorf		12	00	13074	13074036
2866504	Neparmitz	neparmitz	DE		0	Europe/Berlin	54.28741	13.31067				12	00	13073	13073065
2866505	Nenzhäuserhof	nenzhaeuserhof	DE		0	Europe/Berlin	50.1031	7.59954				08	00	07140	07140117
2866506	Nenzenheim	nenzenheim	DE		0	Europe/Berlin	49.64084	10.28561				02	096	09675	09675139
2866507	Nentzelsrode	nentzelsrode	DE		0	Europe/Berlin	51.41667	10.8				15	00	16062	16062026
2866508	Nentschau	nentschau	DE		0	Europe/Berlin	50.32207	12.06565				02	094	09475	09475161
2866509	Nentmannsdorf	nentmannsdorf	DE		0	Europe/Berlin	50.89972	13.87973		Nentmannsdorf		13	00	14628	14628040
2866513	Nenterode	nenterode	DE		0	Europe/Berlin	50.99233	9.53312				05	066	06634	06634011
2866515	Nenntmannsreuth	nenntmannsreuth	DE		0	Europe/Berlin	50.0293	11.61381		Nenntmannsreuth,Nentmannsreuth		02	094	09472	09472116
2866517	Nennsdorf	nennsdorf	DE		0	Europe/Berlin	50.88972	11.54157				15	00	16074	16074008
2866518	Nenningshof	nenningshof	DE		0	Europe/Berlin	48.53093	10.44285				02	097	09773	09773111
2866519	Nenningen	nenningen	DE		0	Europe/Berlin	48.71039	9.86229				01	081	08117	08117061
2866521	Nennig	nennig	DE		0	Europe/Berlin	49.5329	6.38083				09	00	10042	10042115
2866525	Nenndorferfeld	nenndorferfeld	DE		0	Europe/Berlin	53.58708	7.41781				06	00	03462	03462009
2866532	Nenkersdorf	nenkersdorf	DE		0	Europe/Berlin	51.08605	12.56361				13	00	14729	14729140
2866533	Nenkersdorf	nenkersdorf	DE		0	Europe/Berlin	50.89519	8.19241		Nenkersdorf		07	059	05970	05970032
2866536	Nendorp	nendorp	DE		0	Europe/Berlin	53.30865	7.31591		Nendorp		06	00	03457	03457012
2866537	Nendorf	nendorf	DE		0	Europe/Berlin	52.50138	8.98645				06	00	03256	03256032
2866538	Nendlnach	nendlnach	DE		0	Europe/Berlin	48.81553	13.382				02	092	09272	09272120
2866539	Nendingen	nendingen	DE		0	Europe/Berlin	48.00545	8.86267		Nendingen		01	083	08327	08327050
2866540	Nenderoth	nenderoth	DE		0	Europe/Berlin	50.58194	8.19807		Nenderoth		05	065	06532	06532010
2866541	Nemt	nemt	DE		0	Europe/Berlin	51.3468	12.76114				13	00	14729	14729410
2866542	Nemsdorf	nemsdorf	DE		0	Europe/Berlin	51.36213	11.66128		Nemennighestorp,Nemsdorf		14	00	15088	15088250
2866543	Nemsdorf	nemsdorf	DE		0	Europe/Berlin	49.37113	10.9794				02	095	09576	09576142
2866544	Nemschenreuth	nemschenreuth	DE		0	Europe/Berlin	49.73913	11.52078				02	094	09472	09472175
2866547	Nemmersdorf	nemmersdorf	DE		0	Europe/Berlin	49.99358	11.68586				02	094	09472	09472143
2866549	Nemmenich	nemmenich	DE		0	Europe/Berlin	50.68981	6.68519		Nemmenich		07	053	05366	05366044
2866551	Nemitz	nemitz	DE		0	Europe/Berlin	52.98287	11.33512				06	00	03354	03354023
2866552	Nemering	nemering	DE		0	Europe/Berlin	48.84455	13.03623				02	092	09271	09271148
2866554	Nemden	nemden	DE		0	Europe/Berlin	52.22775	8.23917				06	00	03459	03459012
2866555	Nelsbach	nelsbach	DE		0	Europe/Berlin	51.02999	7.2174				07	053	05378	05378012
2866556	Nellschütz	nellschuetz	DE		0	Europe/Berlin	51.20491	12.04958				14	00	15084	15084315
2866557	Nellmersbach	nellmersbach	DE		0	Europe/Berlin	48.90173	9.40475				01	081	08119	08119042
2866558	Nellingsheim	nellingsheim	DE		0	Europe/Berlin	48.46954	8.86335				01	084	08416	08416049
2866559	Nellinghof	nellinghof	DE		0	Europe/Berlin	52.53607	8.07825				06	00	03460	03460007
2866560	Nellingen auf den Fildern	nellingen-auf-den-fildern	DE		0	Europe/Berlin	48.71419	9.29976		Nelligen,Nellingen		01	081	08116	08116080
2866565	Nellenbruck	nellenbruck	DE		0	Europe/Berlin	47.66725	10.09984				02	097	09780	09780144
2866566	Nellenberg	nellenberg	DE		0	Europe/Berlin	47.66563	10.09674				02	097	09780	09780144
2866571	Nelkanitz	nelkanitz	DE		0	Europe/Berlin	51.1586	13.24636		Beicha-Nelkanitz,Nelkanitz		13	00	14522	14522080
2866573	Nelben	nelben	DE		0	Europe/Berlin	51.66266	11.74212		Nelben		14	00	15089	15089195
2866574	Neklade	neklade	DE		0	Europe/Berlin	54.39635	13.44521				12	00	13073	13073010
2866575	Neitzert	neitzert	DE		0	Europe/Berlin	50.64524	7.63215				08	00	07138	07138064
2866577	Neiterschen	neiterschen	DE		0	Europe/Berlin	50.66578	7.58931				08	00	07132	07132502
2866581	Neipperg	neipperg	DE		0	Europe/Berlin	49.10497	9.04942		Neipperg		01	081	08125	08125013
2866582	Neipel	neipel	DE		0	Europe/Berlin	49.48233	6.92102				09	00	10046	10046118
2866584	Neindorf	neindorf	DE		0	Europe/Berlin	52.33286	10.83279		Neindorf,Neundorf		06	00	03103	03103000
2866585	Neindorf	neindorf	DE		0	Europe/Berlin	52.12717	10.58078				06	00	03158	03158008
2866586	Neindorf	neindorf	DE		0	Europe/Berlin	52.06573	11.19075				14	00	15083	15083415
2866587	Neimen	neimen	DE		0	Europe/Berlin	51.48076	7.79832		Neimen		07	059	05978	05978012
2866590	Neidschütz	neidschuetz	DE		0	Europe/Berlin	51.10302	11.80672				14	00	15084	15084355
2866591	Neidlingerberg	neidlingerberg	DE		0	Europe/Berlin	48.69294	13.61009				02	092	09272	09272151
2866594	Neidling	neidling	DE		0	Europe/Berlin	49.01969	12.88782				02	092	09276	09276128
2866596	Neidingen	neidingen	DE		0	Europe/Berlin	48.09625	9.05709		Neidingen		01	084	08437	08437005
2866601	Neidhardtsthal	neidhardtsthal	DE		0	Europe/Berlin	50.53045	12.6055		Blauenthal-Neidhardtsthal,Neidhardtsthal		13	00	14521	14521170
2866602	Neidhardswinden	neidhardswinden	DE		0	Europe/Berlin	49.52262	10.69374				02	095	09575	09575121
2866610	Neidenberga	neidenberga	DE		0	Europe/Berlin	50.60991	11.52311				15	00	16073	16073107
2866612	Neiden	neiden	DE		0	Europe/Berlin	51.59787	12.94876				13	00	14730	14730120
2866613	Neidelsbach	neidelsbach	DE		0	Europe/Berlin	49.51534	9.53449				01	081	08128	08128138
2866618	Neidberg	neidberg	DE		0	Europe/Berlin	48.81643	13.46154				02	092	09272	09272140
2866620	Neida	neida	DE		0	Europe/Berlin	50.31023	10.8675				02	094	09473	09473144
2866627	Neibsheim	neibsheim	DE		0	Europe/Berlin	49.07043	8.68397				01	082	08215	08215007
2866628	Nehringen	nehringen	DE		0	Europe/Berlin	53.99909	12.83572				12	00	13073	13073032
2866629	Nehring	nehring	DE		0	Europe/Berlin	54.16667	9.06667				10	00	01051	01051067
2866639	Nehmetsweiler	nehmetsweiler	DE		0	Europe/Berlin	47.81282	9.51095				01	084	08436	08436095
2866641	Nehlerheide	nehlerheide	DE		0	Europe/Berlin	51.61796	8.00954				07	059	05974	05974048
2866643	Pechhütte	pechhuette	DE		0	Europe/Berlin	51.58532	13.70281		Nehesdorfer Pechhutte,Nehesdorfer Pechhütte,Pechhutte,Pechhütte		11	00	12062	12062140
2866645	Nehesdorf	nehesdorf	DE		0	Europe/Berlin	51.61667	13.71667				11	00	12062	12062140
2866647	Neheim-Hüsten	neheim-huesten	DE		0	Europe/Berlin	51.45	7.98333				07	059	05958	05958004
2866650	Neheim	neheim	DE		0	Europe/Berlin	51.45047	7.97026		Neheim		07	059	05958	05958004
2866651	Nehdorf	nehdorf	DE		0	Europe/Berlin	49.23182	10.62367				02	095	09571	09571216
2866653	Nehden	nehden	DE		0	Europe/Berlin	51.43688	8.63796		Nehden		07	059	05958	05958012
2866654	Nehbrücke	nehbruecke	DE		0	Europe/Berlin	50.73333	8.73333				05	065	06534	06534020
2866655	Nehaid	nehaid	DE		0	Europe/Berlin	48.33195	12.24854		Nehaid,Nehhaid		02	092	09274	09274183
2866656	Negis	negis	DE		0	Europe/Berlin	50.9286	12.11439		Negis		15	00	16052	16052000
2866659	Negenmeerten	negenmeerten	DE		0	Europe/Berlin	53.57673	7.53196				06	00	03462	03462011
2866661	Negenmark	negenmark	DE		0	Europe/Berlin	54.00894	13.76888				12	00	13075	13075147
2866669	Negenbargen	negenbargen	DE		0	Europe/Berlin	53.57395	7.68424				06	00	03462	03462019
2866672	Negast	negast	DE		0	Europe/Berlin	54.37136	13.28831				12	00	13073	13073079
2866673	Negast	negast	DE		0	Europe/Berlin	54.25595	13.03047				12	00	13073	13073087
2866674	Nefling	nefling	DE		0	Europe/Berlin	49.35807	12.43074				02	093	09376	09376147
2866675	Neffsend	neffsend	DE		0	Europe/Berlin	48.71667	10.85				02	097	09779	09779131
2866679	Neetzendorf	neetzendorf	DE		0	Europe/Berlin	53.16141	10.7646				06	00	03355	03355010
2866683	Neestahl	neestahl	DE		0	Europe/Berlin	53.17976	10.86503				06	00	03355	03355025
2866686	Neesen	neesen	DE		0	Europe/Berlin	52.26464	8.93067		Neesen,Neisen		07	057	05770	05770032
2866688	Neese	neese	DE		0	Europe/Berlin	53.26376	11.62507		Neese		12	00	13076	13076115
2866689	Neesbach	neesbach	DE		0	Europe/Berlin	50.33322	8.15014				05	065	06533	06533008
2866690	Neerstedt	neerstedt	DE		0	Europe/Berlin	52.9728	8.40362				06	00	03458	03458003
2866691	Neershof	neershof	DE		0	Europe/Berlin	50.26756	11.04778		Neershof		02	094	09463	09463000
2866693	Neersen	neersen	DE		0	Europe/Berlin	51.9483	9.34666				06	00	03252	03252003
2866694	Neersen	neersen	DE		0	Europe/Berlin	51.25372	6.47747		Neersen		07	051	05166	05166036
2866696	Neersbroich	neersbroich	DE		0	Europe/Berlin	51.23081	6.48185				07	051	05116	05116000
2866697	Neersbroich	neersbroich	DE		0	Europe/Berlin	51.1816	6.49584				07	051	05162	05162020
2866698	Neermoor	neermoor	DE		0	Europe/Berlin	53.30529	7.44353				06	00	03457	03457014
2866700	Neerlage	neerlage	DE		0	Europe/Berlin	52.35838	7.17437				06	00	03456	03456010
2866704	Neerdar	neerdar	DE		0	Europe/Berlin	51.29203	8.72908		Neerdar		05	066	06635	06635022
2866708	Neeken	neeken	DE		0	Europe/Berlin	51.89194	12.1634				14	00	15001	15001000
2866715	Neeberg	neeberg	DE		0	Europe/Berlin	54.03853	13.8172				12	00	13075	13075072
2866720	Nedissen	nedissen	DE		0	Europe/Berlin	50.99395	12.1551				14	00	15084	15084442
2866722	Nederndorf	nederndorf	DE		0	Europe/Berlin	50.06667	12.11667		Nederndorf,Neiderndorf		02	094	09479	09479158
2866724	Nedensdorf	nedensdorf	DE		0	Europe/Berlin	50.1156	10.96604				02	094	09478	09478165
2866725	Neddesitz	neddesitz	DE		0	Europe/Berlin	54.54897	13.57069				12	00	13073	13073078
2866731	Neddernhude	neddernhude	DE		0	Europe/Berlin	52.92082	9.18392				06	00	03361	03361002
2866732	Neddernhof	neddernhof	DE		0	Europe/Berlin	53.28379	9.7768				06	00	03353	03353035
2866733	Nedderhagen	nedderhagen	DE		0	Europe/Berlin	53.92484	11.17682				12	00	13074	13074016
2866734	Nedderby	nedderby	DE		0	Europe/Berlin	54.78333	9.58333				10	00	01059	01059127
2866737	Neddenaverbergen	neddenaverbergen	DE		0	Europe/Berlin	52.88744	9.36484				06	00	03361	03361005
2866740	Nedaschütz	nedaschuetz	DE		0	Europe/Berlin	51.18899	14.28992		Njezdasecy,Njezdašecy		13	00	14625	14625150
2866741	Necklinsberg	necklinsberg	DE		0	Europe/Berlin	48.86538	9.49935				01	081	08119	08119061
2866742	Necklenbroich	necklenbroich	DE		0	Europe/Berlin	51.2505	6.6764				07	051	05162	05162022
2866743	Neckeroda	neckeroda	DE		0	Europe/Berlin	50.81103	11.33489				15	00	16071	16071008
2866746	Neckenfurt	neckenfurt	DE		0	Europe/Berlin	47.80879	9.78993				01	084	08436	08436085
2866747	Neckendorf	neckendorf	DE		0	Europe/Berlin	51.50098	11.53618				14	00	15087	15087130
2866752	Neckarwimmersbach	neckarwimmersbach	DE		0	Europe/Berlin	49.45	8.98333				01	082	08226	08226013
2866754	Neckarweihingen	neckarweihingen	DE		0	Europe/Berlin	48.91286	9.22165		Neckarweihingen		01	081	08118	08118048
2866760	Neckarstadt	neckarstadt	DE		0	Europe/Berlin	49.5	8.46667				01	082	08222	08222000
2866761	Neckarrems	neckarrems	DE		0	Europe/Berlin	48.86954	9.27868				01	081	08118	08118081
2866763	Neckarmühlbach	neckarmuhlbach	DE		0	Europe/Berlin	49.28361	9.13539		Neckarmuhlbach,Neckarmühlbach		01	082	08225	08225033
2866764	Neckarkatzenbach	neckarkatzenbach	DE		0	Europe/Berlin	49.3836	9.03434				01	082	08225	08225068
2866766	Neckarhäuserhof	neckarhaeuserhof	DE		0	Europe/Berlin	49.4174	8.88375				05	064	06431	06431018
2866767	Neckarhausen	neckarhausen	DE		0	Europe/Berlin	49.46769	8.59915				01	082	08226	08226105
2866768	Neckarhausen	neckarhausen	DE		0	Europe/Berlin	49.41951	8.88272				05	064	06431	06431018
2866769	Neckarhausen	neckarhausen	DE		0	Europe/Berlin	48.61807	9.3101				01	081	08116	08116049
2866770	Neckarhausen	neckarhausen	DE		0	Europe/Berlin	48.39921	8.64555				01	082	08237	08237040
2866771	Neckarhaus	neckarhaus	DE		0	Europe/Berlin	49.28333	9.13333				01	082	08225	08225033
2866772	Neckargröningen	neckargroeningen	DE		0	Europe/Berlin	48.87698	9.27321		Neckargroniegen,Neckargröniegen		01	081	08118	08118081
2866775	Neckargartach	neckargartach	DE		0	Europe/Berlin	49.16843	9.20115		Neckargartach		01	081	08121	08121000
2866776	Neckarelz	neckarelz	DE		0	Europe/Berlin	49.33966	9.10689		Neckarelz		01	082	08225	08225058
2866777	Neckarburken	neckarburken	DE		0	Europe/Berlin	49.37817	9.16906				01	082	08225	08225117
2866781	Neckarau	neckarau	DE		0	Europe/Berlin	49.45792	8.48362		Neckarau		01	082	08222	08222000
2866782	Neckarau	neckarau	DE		0	Europe/Berlin	49.18333	9.2				01	081	08121	08121000
2866785	Neckanitz	neckanitz	DE		0	Europe/Berlin	51.1827	13.24446				13	00	14627	14627130
2866786	Nechtelsen	nechtelsen	DE		0	Europe/Berlin	52.71945	8.79061				06	00	03251	03251040
2866788	Nechlin	nechlin	DE		0	Europe/Berlin	53.44618	13.8893				11	00	12073	12073579
2866789	Nechern	nechern	DE		0	Europe/Berlin	51.19425	14.59867		Nechern,Njechorn,Njechorń		13	00	14625	14625610
2866790	Nechen	nechen	DE		0	Europe/Berlin	51.11659	14.64352		Nechen,Njechan,Njechań		13	00	14626	14626290
2866791	Necheln	necheln	DE		0	Europe/Berlin	53.69995	11.70165				12	00	13076	13076020
2866794	Nebling	nebling	DE		0	Europe/Berlin	48.79413	13.42257				02	092	09272	09272138
2866795	Nebling	nebling	DE		0	Europe/Berlin	48.75279	13.52901				02	092	09272	09272141
2866796	Nebling	nebling	DE		0	Europe/Berlin	48.59682	13.62511				02	092	09275	09275153
2866797	Nebitzschen	nebitzschen	DE		0	Europe/Berlin	51.24159	13.01638				13	00	14730	14730200
2866799	Nebenstedt	nebenstedt	DE		0	Europe/Berlin	53.09884	11.12528				06	00	03354	03354004
2866805	Nebendorf	nebendorf	DE		0	Europe/Berlin	51.66667	14.08333				11	00	12066	12066008
2866806	Nebenau	nebenau	DE		0	Europe/Berlin	47.67458	7.67017				01	083	08336	08336045
2866810	Nebelschütz	nebelschuetz	DE		1241	Europe/Berlin	51.26227	14.15849		Nebel'shjuc,Nebelschuetz/Njebjelcicy,Nebelschuetzi vald,Nebelschütz/Njebjelčicy,Nebelschützi vald,Nebelshic,Njebjelcicy,Njebjelčicy,nei bei er xu ci,Небелшиц,Небельшюц,内贝尔许茨	14625350	13	00	14625	14625350
2866817	Nebelberg	nebelberg	DE		0	Europe/Berlin	49.02125	13.16044				02	092	09276	09276129
2866831	Neandertal	neandertal	DE		0	Europe/Berlin	51.22712	6.95091		Neandertal,Neanderthal		07	051	05158	05158004
2866835	Nautschütz	nautschuetz	DE		0	Europe/Berlin	51.04656	11.88274				15	00	16074	16074116
2866838	Naustadt	naustadt	DE		0	Europe/Berlin	51.11335	13.50955				13	00	14627	14627100
2866839	Naußlitz	nausslitz	DE		0	Europe/Berlin	51.28643	14.24983		Nowoslicy		13	00	14625	14625500
2866840	Naußlitz	nausslitz	DE		0	Europe/Berlin	51.10438	13.17956		Hasslau-Nausslitz,Haßlau-Naußlitz,Nausslitz,Naußlitz		13	00	14522	14522510
2866841	Naußlitz	nausslitz	DE		0	Europe/Berlin	51.03333	13.68333				13	00	14612	14612000
2866844	Nausis	nausis	DE		0	Europe/Berlin	51.09036	9.72181		Nausis		05	066	06634	06634024
2866845	Nausis	nausis	DE		0	Europe/Berlin	50.97228	9.52169				05	066	06634	06634011
2866846	Nausis	nausis	DE		280	Europe/Berlin	50.84014	9.36336	271			05	066	06634	06634017
2866849	Nausen	nausen	DE		0	Europe/Berlin	53.08931	11.00298				06	00	03354	03354012
2866850	Nausdorf	nausdorf	DE		0	Europe/Berlin	53.12483	11.55418				11	00	12070	12070244
2866853	Naurod	naurod	DE		0	Europe/Berlin	50.1351	8.30265				05	064	06414	06414000
2866857	Naura	naura	DE		0	Europe/Berlin	50.96667	11.68333				15	00	16074	16074026
2866859	Naunstadt	naunstadt	DE		0	Europe/Berlin	50.37481	8.45034				05	064	06434	06434004
2866869	Naundörfel	naundoerfel	DE		0	Europe/Berlin	51.20088	13.47735		Diera-Naundorfel,Diera-Naundörfel,Naundorfel,Naundörfel		13	00	14627	14627020
2866870	Naundörfchen	naundoerfchen	DE		0	Europe/Berlin	51.2826	13.42437				13	00	14627	14627190
2866902	Naumburgerhof	naumburgerhof	DE		0	Europe/Berlin	49.65029	7.64363				08	00	07336	07336029
2866908	Naulitz	naulitz	DE		0	Europe/Berlin	52.96882	11.0659		Naulitz		06	00	03354	03354013
2866909	Naulitz	naulitz	DE		0	Europe/Berlin	50.8709	12.14543				15	00	16052	16052000
2866910	Nauleis	nauleis	DE		0	Europe/Berlin	51.24901	13.58222				13	00	14627	14627200
2866912	Nauholz	nauholz	DE		0	Europe/Berlin	50.9	8.16667				07	059	05970	05970032
2866918	Nauhain	nauhain	DE		0	Europe/Berlin	51.12667	13.00833		Nauhain		13	00	14522	14522250
2866920	Naugarten	naugarten	DE		0	Europe/Berlin	53.31049	13.67703				11	00	12073	12073429
2866922	Nauenhain	nauenhain	DE		0	Europe/Berlin	51.09	12.73032				13	00	14729	14729150
2866932	Naudin	naudin	DE		0	Europe/Berlin	53.79584	11.38321				12	00	13074	13074008
2866933	Nauden	nauden	DE		0	Europe/Berlin	52.9241	11.0725				06	00	03354	03354016
2866934	Nauborn	nauborn	DE		0	Europe/Berlin	50.531	8.49243				05	065	06532	06532023
2866936	Nauberg	nauberg	DE		0	Europe/Berlin	51.22577	12.88586		Nauberg		13	00	14729	14729160
2866938	Natzungen	natzungen	DE		0	Europe/Berlin	51.60934	9.23386		Natzungen		07	057	05762	05762012
2866940	Natzevitz	natzevitz	DE		0	Europe/Berlin	54.35891	13.27578				12	00	13073	13073079
2866941	Nattwerder	nattwerder	DE		0	Europe/Berlin	52.42548	12.93788				11	00	12054	12054000
2866943	Nattewisch	nattewisch	DE		0	Europe/Berlin	52.95	11.66667		Natewisch,Nattewisch		14	00	15090	15090003
2866944	Nattershofen	nattershofen	DE		0	Europe/Berlin	49.3376	11.6116				02	093	09373	09373140
2866945	Nattersdorf	nattersdorf	DE		0	Europe/Berlin	48.56805	12.71176				02	092	09279	09279135
2866948	Natternberg	natternberg	DE		0	Europe/Berlin	48.82338	12.91146				02	092	09271	09271119
2866950	Nattermoos	nattermoos	DE		0	Europe/Berlin	49.31635	12.1347				02	093	09376	09376161
2866951	Natterholz	natterholz	DE		0	Europe/Berlin	48.8075	10.91194				02	097	09779	09779129
2866952	Natterheide	natterheide	DE		0	Europe/Berlin	52.74494	11.61628				14	00	15090	15090415
2866956	Nattenhausen	nattenhausen	DE		0	Europe/Berlin	48.23288	10.31817				02	097	09774	09774117
2866962	Natt	natt	DE		0	Europe/Berlin	51.2954	6.22489				07	051	05166	05166016
2866964	Natrup Hagen	natrup-hagen	DE		0	Europe/Berlin	52.20457	7.93226		Natrup (Hagen am Teutoburger Wald),Natrup Hagen,Natrup-Hagen		06	00	03459	03459020
2866965	Natrup	natrup	DE		0	Europe/Berlin	52.14486	8.13234		Natrup,Natrup-Hilter		06	00	03459	03459022
2866966	Natrup	natrup	DE		0	Europe/Berlin	51.95353	7.43032				07	055	05558	05558020
2866968	Natrop	natrop	DE		0	Europe/Berlin	51.66834	7.33897				07	055	05562	05562008
2866969	Natorper Chaussee	natorper-chaussee	DE		0	Europe/Berlin	51.51667	7.61667				07	059	05978	05978016
2866970	Natorp	natorp	DE		0	Europe/Berlin	51.81467	7.74685				07	055	05570	05570016
2866971	Natorp	natorp	DE		0	Europe/Berlin	51.50997	7.62166				07	059	05978	05978016
2866972	Natingen	natingen	DE		0	Europe/Berlin	51.64269	9.23533		Natingen		07	057	05762	05762012
2866973	Natho	natho	DE		0	Europe/Berlin	51.95622	12.22817				14	00	15001	15001000
2866975	Näthern	naethern	DE		0	Europe/Berlin	51.05717	12.09602				14	00	15084	15084275
2866978	Natesbuch	natesbuch	DE		0	Europe/Berlin	47.78333	11.43333				02	091	09173	09173111
2866979	Natenstedt	natenstedt	DE		0	Europe/Berlin	52.79285	8.52058				06	00	03251	03251042
2866982	Nateln	nateln	DE		0	Europe/Berlin	52.97165	10.76059				06	00	03360	03360018
2866983	Nateln	nateln	DE		0	Europe/Berlin	51.63407	8.00279		Nateln		07	059	05974	05974048
2866985	Natbergen	natbergen	DE		0	Europe/Berlin	52.2531	8.1416				06	00	03459	03459012
2866986	Natarp	natarp	DE		0	Europe/Berlin	51.8897	7.90283				07	055	05570	05570052
2866987	Nasting	nasting	DE		0	Europe/Berlin	49.12358	12.71251				02	093	09372	09372177
2866990	Nastätten	nastaetten	DE		4310	Europe/Berlin	50.19883	7.85892		Nashteten,Nashtetten,Nastaetten,Nastätten,na si te teng,naashttn,nashtytn,nashutetten,Наштетен,Наштеттен,نااشتتن,ناشتيتن,ナシュテッテン,纳斯特滕		08	00	07141	07141092
2866991	Naßwiesen	nasswiesen	DE		0	Europe/Berlin	49.00066	10.92118				02	095	09577	09577173
2866992	Naßweiler	nassweiler	DE		0	Europe/Berlin	49.15821	6.84167		Nassweiler,Naßweiler		09	00	10041	10041512
2866995	Nassig	nassig	DE		0	Europe/Berlin	49.73418	9.44861		Nassig		01	081	08128	08128131
2867003	Nassenstein	nassenstein	DE		0	Europe/Berlin	51.06654	7.31439				07	053	05378	05378012
2867005	Nassennottorf	nassennottorf	DE		0	Europe/Berlin	53.03671	10.57625				06	00	03360	03360008
2867009	Nassenhausen	nassenhausen	DE		0	Europe/Berlin	48.19916	11.11691		Nassenhausen		02	091	09179	09179111
2867012	Nassenerfurth	nassenerfurth	DE		0	Europe/Berlin	51.02382	9.26058		Nassenerfurth		05	066	06634	06634001
2867013	Nassenbeuren	nassenbeuren	DE		0	Europe/Berlin	48.07811	10.50636				02	097	09778	09778173
2867015	Nassen	nassen	DE		0	Europe/Berlin	50.73053	7.69086				08	00	07132	07132092
2867016	Nassen	nassen	DE		0	Europe/Berlin	50.57523	7.46528				08	00	07138	07138006
2867021	Nasseböhla	nasseboehla	DE		0	Europe/Berlin	51.33697	13.52321				13	00	14627	14627060
2867027	Naßberg	nassberg	DE		0	Europe/Berlin	48.43182	13.12416				02	092	09277	09277113
2867040	Nassachmühle	nassachmuhle	DE		0	Europe/Berlin	48.72574	9.56059				01	081	08117	08117051
2867044	Nassach	nassach	DE		0	Europe/Berlin	50.1877	10.45965				02	096	09674	09674111
2867045	Nassach	nassach	DE		0	Europe/Berlin	49.0299	9.40979		Nassach		01	081	08119	08119069
2867046	Nassach	nassach	DE		0	Europe/Berlin	48.74167	9.54313				01	081	08117	08117051
2867047	Nassach	nassach	DE		0	Europe/Berlin	47.88193	9.45228				01	084	08436	08436083
2867048	Nasnitz	nasnitz	DE		0	Europe/Berlin	49.71611	11.57542		Nasnitz		02	093	09371	09371113
2867049	Naslitz	naslitz	DE		0	Europe/Berlin	49.80107	11.70667				02	093	09374	09374155
2867052	Nasgenstadt	nasgenstadt	DE		0	Europe/Berlin	48.27954	9.7617				01	084	08425	08425033
2867055	Nasenberg	nasenberg	DE		0	Europe/Berlin	51.26361	13.16687				13	00	14730	14730210
2867059	Naschhausen	naschhausen	DE		0	Europe/Berlin	50.77537	11.5353				15	00	16074	16074065
2867060	Naschendorf	naschendorf	DE		0	Europe/Berlin	53.85353	11.27072		Naschendorf		12	00	13074	13074079
2867062	Nasbach	nasbach	DE		0	Europe/Berlin	49.34117	11.02346				02	095	09565	09565000
2867063	Nartum	nartum	DE		0	Europe/Berlin	53.20251	9.24926				06	00	03357	03357018
2867064	Narthauen	narthauen	DE		0	Europe/Berlin	53.15198	9.17676				06	00	03361	03361008
2867067	Narring	narring	DE		0	Europe/Berlin	47.8802	11.82824				02	091	09182	09182137
2867073	Narperfeld	narperfeld	DE		0	Europe/Berlin	53.59271	7.49148				06	00	03462	03462016
2867074	Narp	narp	DE		0	Europe/Berlin	53.60551	7.48375		Narp		06	00	03462	03462016
2867076	Narjesbergen	narjesbergen	DE		0	Europe/Berlin	52.76667	9.78333				06			
2867080	Nardt	nardt	DE		0	Europe/Berlin	51.45729	14.19997		Elsterhorst,Narc,Nardt,Narć		13	00	14625	14625120
2867081	Nardevitz	nardevitz	DE		0	Europe/Berlin	54.575	13.56786				12	00	13073	13073052
2867082	Nardenheim	nardenheim	DE		0	Europe/Berlin	48.91023	9.7323				01	081	08136	08136027
2867083	Narberhausen	narberhausen	DE		0	Europe/Berlin	52.51178	8.07824				06	00	03460	03460007
2867091	Naphausen	naphausen	DE		0	Europe/Berlin	51.21722	6.3093				07	051	05166	05166024
2867092	Napfberg	napfberg	DE		0	Europe/Berlin	49.88723	12.05007				02	093	09377	09377116
2867093	Nanz-Willershausen	nanz-willershausen	DE		0	Europe/Berlin	50.75578	8.65248				05	065	06534	06534013
2867094	Nanzweiler	nanzweiler	DE		0	Europe/Berlin	49.44513	7.43548				08	00	07336	07336064
2867095	Nanzing	nanzing	DE		0	Europe/Berlin	49.18257	12.58051				02	093	09372	09372158
2867097	Nanzenbach	nanzenbach	DE		0	Europe/Berlin	50.77292	8.33372		Nanzenbach		05	065	06532	06532006
2867099	Nantwein	nantwein	DE		0	Europe/Berlin	47.91433	11.43497		Nantweirn		02	091	09173	09173147
2867100	Nantrow	nantrow	DE		0	Europe/Berlin	53.98577	11.62954				12	00	13074	13074056
2867101	Nantesbuch	nantesbuch	DE		0	Europe/Berlin	47.78467	11.39057				02	091	09190	09190141
2867103	Nannhofen	nannhofen	DE		0	Europe/Berlin	48.219	11.17196				02	091	09179	09179136
2867106	Nannenbach	nannenbach	DE		0	Europe/Berlin	47.7881	9.97101				01	084	08436	08436055
2867108	Nanndorf	nanndorf	DE		0	Europe/Berlin	54.32704	10.91775				10	00	01055	01055015
2867109	Nankenhof	nankenhof	DE		0	Europe/Berlin	49.58301	10.79304				02	095	09572	09572114
2867110	Nankendorf	nankendorf	DE		0	Europe/Berlin	49.86465	11.33738				02	094	09472	09472197
2867111	Nankendorf	nankendorf	DE		0	Europe/Berlin	49.60993	10.83166				02	095	09572	09572164
2867115	Namsreuth	namsreuth	DE		0	Europe/Berlin	49.59292	11.65305				02	093	09371	09371135
2867116	Namsenbach	namsenbach	DE		0	Europe/Berlin	49.45706	12.21511				02	093	09376	09376144
2867117	Nammen	nammen	DE		0	Europe/Berlin	52.24956	8.99471				07	057	05770	05770032
2867119	Namedy	namedy	DE		0	Europe/Berlin	50.45157	7.36456		Namedy		08	00	07137	07137003
2867122	Nallingen	nallingen	DE		0	Europe/Berlin	50.93521	7.50146		Nallingen		07	053	05374	05374032
2867124	Nalhof	nalhof	DE		0	Europe/Berlin	52.09156	9.09782		Nalhof		07	057	05766	05766028
2867126	Nalbacherbrücke	nalbacherbruecke	DE		0	Europe/Berlin	49.36667	6.78333				09	00	10044	10044116
2867128	Nakterhof	nakterhof	DE		0	Europe/Berlin	49.5272	8.096				08	00	07332	07332038
2867129	Nakensdorf	nakensdorf	DE		0	Europe/Berlin	53.84605	11.68354		Nakensdorf,Nakenstorf		12	00	13074	13074090
2867131	Naitschau	naitschau	DE		0	Europe/Berlin	50.65661	12.10057				15	00	16076	16076039
2867132	Naislach	naislach	DE		0	Europe/Berlin	48.72321	8.62229				01	082	08235	08235055
2867133	Naisa	naisa	DE		0	Europe/Berlin	49.91196	11.00061				02	094	09471	09471155
2867134	Nairitz	nairitz	DE		0	Europe/Berlin	49.85466	11.74973				02	094	09472	09472190
2867135	Nainsdorf	nainsdorf	DE		0	Europe/Berlin	49.70839	10.88093				02	095	09572	09572111
2867137	Nainhof	nainhof	DE		0	Europe/Berlin	49.22597	11.83155				02	093	09373	09373134
2867139	Naiers	naiers	DE		0	Europe/Berlin	47.84662	10.29305				02	097	09780	09780119
2867141	Naichen	naichen	DE		0	Europe/Berlin	48.33081	10.37075				02	097	09774	09774162
2867142	Naicha	naicha	DE		0	Europe/Berlin	49.31582	10.02941				01	081	08127	08127008
2867143	Nahwinden	nahwinden	DE		0	Europe/Berlin	50.75326	11.15091				15	00	16070	16070048
2867145	Nahrodde	nahrodde	DE		0	Europe/Berlin	52.28831	7.51541				07	055	05566	05566076
2867148	Nahne	nahne	DE		0	Europe/Berlin	52.25	8.06667		Nahne		06	00	03404	03404000
2867149	Nahmitz	nahmitz	DE		0	Europe/Berlin	52.3367	12.72509				11	00	12069	12069306
2867150	Nahmer	nahmer	DE		0	Europe/Berlin	51.32907	7.57314				07	059	05914	05914000
2867151	Nahlendorf	nahlendorf	DE		0	Europe/Berlin	51.26033	11.91094				14	00	15088	15088065
2867152	Näherstille	naeherstille	DE		0	Europe/Berlin	50.71354	10.47296				15	00	16066	16066063
2867153	Nähermittenhausen	nahermittenhausen	DE		0	Europe/Berlin	48.67266	11.11531				02	091	09185	09185127
2867154	Nähermemmingen	nahermemmingen	DE		0	Europe/Berlin	48.83786	10.45106				02	097	09779	09779194
2867157	Nahenfürst	nahenfurst	DE		0	Europe/Berlin	49.16053	12.33435				02	093	09372	09372169
2867161	Nahbollenbach	nahbollenbach	DE		0	Europe/Berlin	49.71397	7.37087		Gurdelspinner,Nahbollenbach		08	00	07134	07134045
2867166	Näglstall	naglstall	DE		0	Europe/Berlin	48.31057	12.66924				02	091	09171	09171127
2867171	Nägelstedt	naegelstedt	DE		0	Europe/Berlin	51.10965	10.70966				15	00	16064	16064003
2867173	Nagelshub	nagelshub	DE		0	Europe/Berlin	47.5833	9.9565				02	097	09776	09776129
2867174	Nagelsholz	nagelsholz	DE		0	Europe/Berlin	52.10558	8.48008		Nagelholz,Nagelsholz		07	057	05758	05758032
2867177	Nagelschmiede	nagelschmiede	DE		0	Europe/Berlin	48.13333	8.61667				01	083	08325	08325072
2867179	Nagelsberg	nagelsberg	DE		0	Europe/Berlin	51.18832	7.29601				07	051	05120	05120000
2867180	Nagelsberg	nagelsberg	DE		0	Europe/Berlin	49.29222	9.67788				01	081	08126	08126046
2867182	Nagelsbaum	nagelsbaum	DE		0	Europe/Berlin	51.09206	7.07937				07	053	05378	05378008
2867189	Nägeleshof	nageleshof	DE		0	Europe/Berlin	48.83333	10.05				01	081	08136	08136088
2867190	Nägelesee	nagelesee	DE		0	Europe/Berlin	48.1687	8.42264				01	083	08325	08325024
2867191	Nägeleried	nageleried	DE		0	Europe/Berlin	47.67974	10.36858				02	097	09780	09780140
2867200	Naffenhofen	naffenhofen	DE		0	Europe/Berlin	48.81105	11.97737				02	092	09273	09273125
2867202	Naensen	naensen	DE		0	Europe/Berlin	51.87944	9.89114		Naensen		06	00	03155	03155013
2867204	Naendorf	naendorf	DE		0	Europe/Berlin	52.16395	7.22244				07	055	05566	05566052
2867207	Nadörst	nadoerst	DE		0	Europe/Berlin	53.56607	7.24444				06	00	03452	03452019
2867208	Nadorst	nadorst	DE		0	Europe/Berlin	53.16764	8.22892				06	00	03403	03403000
2867210	Nadling	nadling	DE		0	Europe/Berlin	48.84822	13.04253				02	092	09271	09271148
2867212	Naderkau	naderkau	DE		0	Europe/Berlin	51.78601	12.46532				14	00	15091	15091160
2867214	Nadenberg	nadenberg	DE		0	Europe/Berlin	47.61667	9.9				02	097	09776	09776117
2867215	Nadelwitz	nadelwitz	DE		0	Europe/Berlin	51.17667	14.45603		Nadelwitz,Nadzanecy,Nadźanecy		13	00	14625	14625020
2867219	Nadelitz	nadelitz	DE		0	Europe/Berlin	54.35629	13.54431				12	00	13073	13073070
2867220	Nadelhöft	nadelhoeft	DE		0	Europe/Berlin	54.76667	9.93333				10	00	01059	01059147
2867226	Nadah	nadah	DE		0	Europe/Berlin	53.08697	9.1177				06	00	03361	03361009
2867230	Nackendorf	nackendorf	DE		0	Europe/Berlin	49.72632	10.80057				02	095	09572	09572135
2867231	Nackenbüttel	nackenbuettel	DE		0	Europe/Berlin	53.8138	8.92989				06	00	03352	03352046
2867232	Nackenberg	nackenberg	DE		0	Europe/Berlin	52.37277	9.80547				06	00	03241	03241001
2867236	Nackel	nackel	DE		0	Europe/Berlin	52.8246	12.5742				11	00	12068	12068477
2867241	Nachtschatten	nachtschatten	DE		0	Europe/Berlin	54.13333	10.26667				10	00	01057	01057032
2867247	Nächst-Neuendorf	naechst-neuendorf	DE		0	Europe/Berlin	52.22539	13.41555				11	00	12072	12072477
2867248	Nachstetten	nachstetten	DE		0	Europe/Berlin	48.2592	10.51735				02	097	09774	09774166
2867249	Nächstenbach	nachstenbach	DE		0	Europe/Berlin	49.56667	8.66667				01	082	08226	08226096
2867250	Nächstebreck	naechstebreck	DE		0	Europe/Berlin	51.30088	7.25185				07	051	05124	05124000
2867251	Nachsee	nachsee	DE		0	Europe/Berlin	47.70186	10.73784				02	091	09190	09190114
2867254	Nachrodt	nachrodt	DE		0	Europe/Berlin	51.33807	7.63719				07	059	05962	05962044
2867256	Nachbarsberg	nachbarsberg	DE		0	Europe/Berlin	51.2	7.01667				07	051	05158	05158008
2867257	Nachbarheid	nachbarheid	DE		0	Europe/Berlin	51.03368	5.99347		Nachbarheide		07	053	05370	05370008
2867258	Nabin	nabin	DE		0	Europe/Berlin	48.82054	13.14841				02	092	09271	09271123
2867259	Nabern	nabern	DE		0	Europe/Berlin	48.6153	9.48582		Nabern		01	081	08116	08116033
2867265	Naabsiegenhofen	naabsiegenhofen	DE		0	Europe/Berlin	49.31941	12.06673				02	093	09376	09376161
2867266	Naabeck	naabeck	DE		0	Europe/Berlin	49.29396	12.06644				02	093	09376	09376161
2867267	Naabdemenreuth	naabdemenreuth	DE		0	Europe/Berlin	49.81943	12.12678				02	093	09374	09374168
2867271	Naab	naab	DE		0	Europe/Berlin	49.79862	12.42907				02	093	09377	09377112
2867272	Myweiler	myweiler	DE		0	Europe/Berlin	47.63333	9.85				02	097	09776	09776122
2867275	Myhlerfeld	myhlerfeld	DE		0	Europe/Berlin	51.1	6.18333				07	053	05370	05370036
2867276	Myhl	myhl	DE		0	Europe/Berlin	51.09732	6.19251				07	053	05370	05370036
2867280	Muxall	muxall	DE		0	Europe/Berlin	54.34982	10.26721		Muxal,Muxall		10	00	01057	01057063
2867281	Muusbek	muusbek	DE		0	Europe/Berlin	54.8	9.4				10	00	01059	01059120
2867282	Muuks	muuks	DE		0	Europe/Berlin	54.37236	12.9879		Muucks		12	00	13073	13073068
2867283	Mutzschwitz	mutzschwitz	DE		0	Europe/Berlin	51.13031	13.28507				13	00	14627	14627180
2867284	Mutzscheroda	mutzscheroda	DE		0	Europe/Berlin	51.01123	12.74011				13	00	14522	14522580
2867288	Mützlitz	muetzlitz	DE		0	Europe/Berlin	52.55853	12.51084				11	00	12063	12063212
2867289	Mützingen	muetzingen	DE		0	Europe/Berlin	53.0542	10.97564				06	00	03354	03354027
2867291	Mutzershof	mutzershof	DE		0	Europe/Berlin	49.85594	10.85314				02	094	09471	09471191
2867293	Mutzerath	mutzerath	DE		0	Europe/Berlin	51.02788	6.78995				07	053	05362	05362036
2867294	Mutzenwinkel	mutzenwinkel	DE		0	Europe/Berlin	48.84356	13.24273				02	092	09272	09272145
2867295	Mutzenroth	mutzenroth	DE		0	Europe/Berlin	49.87427	10.40178				02	096	09678	09678164
2867296	Mützenich	muetzenich	DE		0	Europe/Berlin	50.56524	6.21805				07	053	05334	05334020
2867303	Mützen	muetzen	DE		0	Europe/Berlin	52.94052	10.93801				06	00	03354	03354002
2867304	Mützel	muetzel	DE		556	Europe/Berlin	52.37927	12.17513				14	00	15086	15086040
2867305	Mützdorf	muetzdorf	DE		0	Europe/Berlin	52.05558	12.49946				11	00	12069	12069665
2867306	Mutz	mutz	DE		0	Europe/Berlin	51.01176	7.12141				07	053	05378	05378020
2867308	Muttkuhle	muttkuhle	DE		0	Europe/Berlin	52.31912	8.93974				07	057	05770	05770024
2867311	Mutterslehen	mutterslehen	DE		0	Europe/Berlin	47.76056	8.07075				01	083	08337	08337059
2867312	Muttershofen	muttershofen	DE		0	Europe/Berlin	48.47289	10.77653				02	097	09772	09772145
2867313	Muttershofen	muttershofen	DE		0	Europe/Berlin	48.27897	10.52284				02	097	09774	09774198
2867314	Muttersham	muttersham	DE		0	Europe/Berlin	48.31698	12.38489				02	091	09183	09183132
2867317	Muttering	muttering	DE		0	Europe/Berlin	47.96718	12.84941				02	091	09189	09189118
2867320	Muttensweiler	muttensweiler	DE		0	Europe/Berlin	48.03626	9.70968				01	084	08426	08426062
2867321	Muttenshofen	muttenshofen	DE		0	Europe/Berlin	49.40477	11.55753				02	093	09373	09373140
2867322	Muttenort	muttenort	DE		0	Europe/Berlin	52.39285	8.44683				07	057	05770	05770044
2867323	Muttenhofen	muttenhofen	DE		0	Europe/Berlin	49.06785	11.57976				02	093	09373	09373121
2867327	Muttenauhof	muttenauhof	DE		0	Europe/Berlin	48.87468	10.63427				02	097	09779	09779226
2867328	Mutten	mutten	DE		0	Europe/Berlin	47.58021	10.03357				02	097	09776	09776127
2867329	Muttelsee	muttelsee	DE		0	Europe/Berlin	47.61667	9.66667				01	084	08435	08435057
2867330	Mutschlena	mutschlena	DE		0	Europe/Berlin	51.4385	12.49181		Mutschlehna,Mutschlena		13	00	14730	14730150
2867331	Mutschelbach	mutschelbach	DE		0	Europe/Berlin	48.93333	8.53333		Mutschelbach		01	082	08215	08215096
2867332	Mutscheid	mutscheid	DE		0	Europe/Berlin	50.47951	6.84326				07	053	05366	05366004
2867333	Mutschau	mutschau	DE		0	Europe/Berlin	51.11667	12.11667				14	00	15084	15084235
2867336	Muthof	muthof	DE		0	Europe/Berlin	49.30412	9.54627				01	081	08126	08126028
2867337	Muthmannsreuth	muthmannsreuth	DE		0	Europe/Berlin	49.85858	11.49312				02	094	09472	09472155
2867338	Muthmannshofen	muthmannshofen	DE		0	Europe/Berlin	47.7933	10.09669		Muthmannshofen		02	097	09780	09780112
2867339	Muthen	muthen	DE		0	Europe/Berlin	47.65	9.86667				02	097	09776	09776131
2867342	Mustitz	mustitz	DE		0	Europe/Berlin	54.4	13.53333				12	00	13073	13073106
2867347	Müstert	muestert	DE		0	Europe/Berlin	49.86667	6.93333				08	00	07231	07231086
2867349	Mussum	mussum	DE		0	Europe/Berlin	51.81496	6.55935				07	055	05554	05554008
2867350	Müssow	muessow	DE		0	Europe/Berlin	53.99818	13.41963				12	00	13075	13075008
2867351	Müssingen	muessingen	DE		0	Europe/Berlin	51.96308	7.90029				07	055	05570	05570052
2867352	Müssingen	muessingen	DE		0	Europe/Berlin	52.85908	10.82222				06	00	03360	03360020
2867353	Mussingen	mussingen	DE		0	Europe/Berlin	48.32487	9.99945				01	084	08425	08425137
2867354	Müssighof	mussighof	DE		0	Europe/Berlin	49.13618	10.85853				02	095	09577	09577111
2867356	Müssentin	muessentin	DE		0	Europe/Berlin	53.9101	13.30599				12	00	13075	13075054
2867357	Mussenmühle	mussenmuhle	DE		0	Europe/Berlin	48.04717	12.56722				02	091	09189	09189149
2867358	Mussenhausen	mussenhausen	DE		0	Europe/Berlin	47.98914	10.43641		Mussenhausen		02	097	09778	09778168
2867362	Müssen	muessen	DE		0	Europe/Berlin	51.96183	8.77722				07	057	05766	05766040
2867367	Müsselmow	muesselmow	DE		0	Europe/Berlin	53.68059	11.62346				12	00	13076	13076078
2867369	Müsse	muesse	DE		0	Europe/Berlin	51.05362	8.28175				07	059	05970	05970004
2867485	Munzing	munzing	DE		0	Europe/Berlin	48.49905	13.30279		Manzing,Munzing		02	092	09275	09275122
2867370	Mußbach an der Weinstraße	mussbach-an-der-weinstrasse	DE		0	Europe/Berlin	49.36698	8.17361		Mussbach,Mussbach an der Weinstrasse,Mußbach,Mußbach an der Weinstraße		08	00	07316	07316000
2867373	Mußbach	mussbach	DE		0	Europe/Berlin	48.17266	7.88803				01	083	08316	08316054
2867374	Mußbach	mussbach	DE		0	Europe/Berlin	48.12751	7.97572				01	083	08316	08316014
2867375	Muß	muss	DE		0	Europe/Berlin	50.67079	7.38028		Muss,Muß		08	00	07138	07138080
2867377	Müsleringen	muesleringen	DE		0	Europe/Berlin	52.4893	9.02863				06	00	03256	03256032
2867380	Müsingen	musingen	DE		0	Europe/Berlin	52.26805	9.07342				06	00	03257	03257009
2867381	Musiker Siedlung	musiker-siedlung	DE		0	Europe/Berlin	52.94362	12.80876				11	00	12068	12068320
2867390	Müsenbach	muesenbach	DE		0	Europe/Berlin	50.79021	9.70559				05	066	06632	06632008
2867391	Müsen	muesen	DE		0	Europe/Berlin	50.98723	8.04079				07	059	05970	05970020
2867394	Musdorf	musdorf	DE		0	Europe/Berlin	49.25261	10.04143				01	081	08127	08127071
2867398	Muschenried	muschenried	DE		0	Europe/Berlin	49.41759	12.51804		Muschenried		02	093	09376	09376178
2867399	Muschenried	muschenried	DE		0	Europe/Berlin	48.96604	13.01952				02	092	09276	09276146
2867400	Muschenheim	muschenheim	DE		0	Europe/Berlin	50.48468	8.79682		Muschenheim		05	065	06531	06531011
2867403	Müschen	mueschen	DE		0	Europe/Berlin	52.08327	8.11338				06	00	03459	03459005
2867404	Müschen	mueschen	DE		0	Europe/Berlin	51.81389	14.13274		Muschen,Mysyn,Myšyn,Müschen		11	00	12071	12071032
2867405	Muschelwitz	muschelwitz	DE		0	Europe/Berlin	51.21092	14.31629		Muschelwitz,Mysecy,Myšecy		13	00	14625	14625150
2867407	Muscheid	muscheid	DE		0	Europe/Berlin	50.58356	7.55542				08	00	07138	07138014
2867409	Müschede	mueschede	DE		0	Europe/Berlin	51.40487	7.99973				07	059	05958	05958004
2867410	Muschau	muschau	DE		0	Europe/Berlin	51.19043	12.87429		Muschau		13	00	14729	14729160
2867413	Müsch	muesch	DE		226	Europe/Berlin	50.28136	7.1811				08	00	07137	07137074
2867414	Musberg	musberg	DE		0	Europe/Berlin	48.69345	9.11805				01	081	08116	08116078
2867415	Musbach	musbach	DE		0	Europe/Berlin	47.97818	9.58004				01	084	08436	08436093
2867417	Müs	mues	DE		0	Europe/Berlin	50.59294	9.50472				05	066	06631	06631011
2867418	Mürwik	muerwik	DE		0	Europe/Berlin	54.81357	9.46069		Flensburg-Murwik,Flensburg-Mürwik,Mjurvik,Morvig,Murwik,Mørvig,Mürwik,Мюрвик		10	00	01001	01001000
2867421	Mursewiek	mursewiek	DE		0	Europe/Berlin	54.44788	13.1828				12	00	13073	13073095
2867423	Murschnitz	murschnitz	DE		0	Europe/Berlin	50.89916	12.86811				13	00	14511	14511000
2867424	Mürschnitz	muerschnitz	DE		0	Europe/Berlin	50.37059	11.14813				15	00	16072	16072018
2867425	Mürsbach	mursbach	DE		0	Europe/Berlin	50.06067	10.8635				02	094	09471	09471174
2867426	Mürrwarden	muerrwarden	DE		0	Europe/Berlin	53.59872	8.2873				06	00	03461	03461003
2867427	Murrwangen	murrwangen	DE		0	Europe/Berlin	48.00514	10.03335				01	084	08426	08426100
2867438	Mürow	muerow	DE		0	Europe/Berlin	53.05318	14.03332				11	00	12073	12073008
2867439	Murnthal	murnthal	DE		0	Europe/Berlin	49.36667	12.41667				02	093	09376	09376147
2867440	Mürnsee	murnsee	DE		0	Europe/Berlin	47.75392	11.42956				02	091	09173	09173111
2867449	Murn	murn	DE		0	Europe/Berlin	48.00083	12.27791				02	091	09187	09187173
2867451	Mürmeln	muermeln	DE		0	Europe/Berlin	51.12211	6.5088				07	051	05162	05162012
2867453	Mürle	murle	DE		0	Europe/Berlin	48.19361	7.89756				01	083	08316	08316054
2867455	Müritzhof	mueritzhof	DE		0	Europe/Berlin	53.45103	12.73544				12	00	13071	13071156
2867458	Müritz	mueritz	DE		0	Europe/Berlin	54.26257	12.26838		Bad Muritz,Bad Müritz		12	00	13072	13072036
2867461	Murglhof	murglhof	DE		0	Europe/Berlin	49.40078	12.28103				02	093	09376	09376112
2867462	Murghammer	murghammer	DE		0	Europe/Berlin	47.56667	8.03333				01	083	08337	08337076
2867463	Murgenbach	murgenbach	DE		0	Europe/Berlin	47.7	10.96667				02	091	09180	09180113
2867464	Murgbrücke	murgbrucke	DE		0	Europe/Berlin	48.5	8.36667				01	082	08237	08237004
2867475	Murbach	murbach	DE		0	Europe/Berlin	47.71404	8.76778				01	083	08335	08335028
2867477	Mupperg	mupperg	DE		0	Europe/Berlin	50.29236	11.15078				15	00	16072	16072024
2867479	Mupferting	mupferting	DE		0	Europe/Berlin	47.85127	12.3017				02	091	09187	09187162
2867481	Münzinghof	munzinghof	DE		0	Europe/Berlin	49.61711	11.47419		Munzinghof,Münzinghof		02	095	09574	09574160
2867482	Münzingen	muenzingen	DE		0	Europe/Berlin	49.53376	6.46883				09	00	10042	10042115
2867483	Munzingen	munzingen	DE		0	Europe/Berlin	48.90066	10.45304				02	097	09779	09779224
2867484	Munzingen	munzingen	DE		0	Europe/Berlin	47.96904	7.70073		Munzingen		01	083	08311	08311000
2867486	Munzing	munzing	DE		0	Europe/Berlin	47.85203	12.30701				02	091	09187	09187162
2867487	Munzig	munzig	DE		0	Europe/Berlin	51.08369	13.41706				13	00	14627	14627100
2867489	Münzesheim	munzesheim	DE		0	Europe/Berlin	49.12318	8.71241		Munzesheim,Münzesheim		01	082	08215	08215097
2867490	Münzenried	munzenried	DE		0	Europe/Berlin	47.83107	10.52032				02	097	09777	09777111
2867492	Münzenberg	muenzenberg	DE		5619	Europe/Berlin	50.45346	8.7743		Mincenberg,Mjuncenberg,Muenzenberg,Münzenberg,ming cen bei ge,mwntsnbrg,mwntsnbrgh,myuntsu~enberuku,Минценберг,Мюнценберг,مونتسنبرغ,مونتسنبرگ,ミュンツェンベルク,明岑贝格		05	064	06440	06440015
2867496	Münzdorf	munzdorf	DE		0	Europe/Berlin	48.30837	9.47888				01	084	08415	08415034
2867497	Münzberg	muenzberg	DE		0	Europe/Berlin	52.3	10.5				06	00	03101	03101000
2867500	Müntz	muentz	DE		0	Europe/Berlin	50.98435	6.36865				07	053	05358	05358056
2867501	Muntscha	muntscha	DE		0	Europe/Berlin	50.67547	11.89819				15	00	16076	16076092
2867502	Müntjedorf	muentjedorf	DE		0	Europe/Berlin	53.57972	7.33694				06	00	03452	03452007
2867505	Munte	munte	DE		0	Europe/Berlin	53.10434	8.8411		Munte		03	00	04011	04011000
2867506	Münte	muente	DE		0	Europe/Berlin	51.10665	7.39176				07	053	05374	05374052
2867510	Münsterschwarzach	munsterschwarzach	DE		0	Europe/Berlin	49.80591	10.23438		Munsterschwarzach,Münsterschwarzach		02	096	09675	09675165
2867511	Münster-Sarmsheim	muenster-sarmsheim	DE		2952	Europe/Berlin	49.94341	7.89426		Muenster-Sarmsheim,Münster-Sarmsheim	07339038	08	00	07339	07339038
2867512	Munster Nord	munster-nord	DE		0	Europe/Berlin	53	10.11667				06	00	03358	03358016
2867514	Münstermaifeld	muenstermaifeld	DE		3435	Europe/Berlin	50.24638	7.36208		Minstermajfeld,Mjunstehrmajfel'd,Mjunstermajfel'd,Muenstermaifeld,Munstermaifeld,Münstermaifeld,ming si te er mai fei er de,mwnstrmayfld,myunsutamaiferuto,Минстермајфелд,Мюнстермайфельд,Мюнстэрмайфельд,مونسترمايفلد,مونسترمایفلد,ミュンスターマイフェルト,明斯特尔迈费尔德		08	00	07137	07137501
2867517	Munsterlager	munsterlager	DE		0	Europe/Berlin	52.98333	10.05				06	00	03358	03358016
2867519	Münsterhof	muensterhof	DE		0	Europe/Berlin	49.59373	7.9987				08	00	07333	07333017
2867528	Münsterbusch	muensterbusch	DE		0	Europe/Berlin	50.76702	6.21789				07	053	05334	05334032
2867530	Münsterbrock	muensterbrock	DE		0	Europe/Berlin	51.83543	9.19511				07	057	05762	05762024
2867540	Münster	muenster	DE		0	Europe/Berlin	50.12513	8.46204				05	064	06436	06436008
2867541	Münster	muenster	DE		0	Europe/Berlin	48.82115	9.21667				01	081	08111	08111000
2867543	Münster	muenster	DE		270184	Europe/Berlin	51.96236	7.62571		FMO,Minster,Minstere,Miunsteris,Mjunstehr,Mjunster,Moenster,Monasterium,Muenster,Muenster / Nordrhein-Westf.,Munistri,Munster,Mynster,Mönster,Münster,Münster / Nordrhein-Westf.,ming si te,mwinseuteo,mwnstr,mynstr,myunsuta,Μύνστερ,Минстер,Мюнстер,Мюнстэр,מינסטר,مونستر,მიუნსტერი,ミュンスター,明斯特,뮌스터	055	07	055	05515	05515000
2867544	Münster	muenster	DE		0	Europe/Berlin	50.55244	8.92252				05	065	06531	06531010
2867545	Münster	muenster	DE		0	Europe/Berlin	50.39046	8.61663				05	064	06440	06440005
2867546	Münster	muenster	DE		0	Europe/Berlin	50.3698	8.26678				05	065	06533	06533014
2867553	Münster	muenster	DE		0	Europe/Berlin	48.62253	10.90172			09779187	02	097	09779	09779187
2867558	Münstedt	muenstedt	DE		0	Europe/Berlin	52.2566	10.27376				06	00	03157	03157009
2867562	Munschwitz	munschwitz	DE		0	Europe/Berlin	50.58449	11.47342				15	00	16073	16073106
2867564	Munscheid	munscheid	DE		0	Europe/Berlin	51.43904	7.16784		Manscheid,Munscheid		07	059	05911	05911000
2867565	Münschbach	muenschbach	DE		0	Europe/Berlin	49.61667	8.78333				05	064	06431	06431019
2867566	Münsa	muensa	DE		0	Europe/Berlin	50.98462	12.47521				15	00	16077	16077036
2867569	Münnigbüren	muennigbueren	DE		0	Europe/Berlin	52.52288	7.42727				06	00	03454	03454032
2867643	Münchshecke	muenchshecke	DE		0	Europe/Berlin	50.79768	7.26804				07	053	05382	05382060
2867572	Munkwolstrup	munkwolstrup	DE		0	Europe/Berlin	54.72495	9.45432				10	00	01059	01059184
2867574	Munkmarsch	munkmarsch	DE		0	Europe/Berlin	54.91797	8.35896				10	00	01054	01054168
2867575	Münklingen	munklingen	DE		0	Europe/Berlin	48.77489	8.81382				01	081	08115	08115050
2867580	Münkeboe	muenkeboe	DE		0	Europe/Berlin	53.51414	7.38291				06	00	03452	03452023
2867584	Münichham	munichham	DE		0	Europe/Berlin	48.02242	12.72694				02	091	09189	09189152
2867585	Müngsten	muengsten	DE		0	Europe/Berlin	51.16667	7.13333				07	051	05122	05122000
2867586	Müngersdorf	mungersdorf	DE		0	Europe/Berlin	50.93517	6.86199				07	053	05315	05315000
2867587	Mungenhofen	mungenhofen	DE		0	Europe/Berlin	49.07353	11.6855				02	093	09375	09375148
2867589	Mündt	muendt	DE		0	Europe/Berlin	51.01778	6.44714				07	053	05358	05358056
2867591	Mündrup	muendrup	DE		0	Europe/Berlin	52.22037	8.129				06	00	03459	03459019
2867592	Mundraching	mundraching	DE		0	Europe/Berlin	47.95858	10.87825				02	091	09181	09181133
2867594	Mündling	mundling	DE		0	Europe/Berlin	48.8006	10.74452				02	097	09779	09779155
2867595	Mundlfing	mundlfing	DE		0	Europe/Berlin	48.75512	12.56844				02	092	09278	09278146
2867596	Mundingen	mundingen	DE		0	Europe/Berlin	48.2881	9.58059				01	084	08425	08425033
2867597	Mundingen	mundingen	DE		0	Europe/Berlin	48.13568	7.83351				01	083	08316	08316011
2867602	Mundersum	mundersum	DE		0	Europe/Berlin	52.48694	7.39932				06	00	03454	03454032
2867603	Mündershausen	muendershausen	DE		0	Europe/Berlin	50.97936	9.71118				05	066	06632	06632018
2867607	Munderloh	munderloh	DE		0	Europe/Berlin	53.04813	8.35687				06	00	03458	03458009
2867609	Mundenhof	mundenhof	DE		0	Europe/Berlin	48.01566	7.7762		Mundenhof		01	083	08311	08311000
2867610	Mundenheim	mundenheim	DE		0	Europe/Berlin	49.45847	8.43		Mundenheim		08	00	07314	07314000
2867613	Hannoversch Münden	hannoversch-muenden	DE		25073	Europe/Berlin	51.41505	9.65046		Hann. Muenden,Hann. Münden,Hann.Muenden,Hann.Münden,Hannoverisch-Munden,Hannoverisch-Münden,Hannoversch Muenden,Hannoversch Münden,Muenden,Munden,Münden,Stadt Hann. Muenden,Stadt Hann. Münden,ハン・ミュンデン		06	00	03159	03159017
2867614	Münden	muenden	DE		0	Europe/Berlin	51.15314	8.74975				05	066	06635	06635016
2867617	Mündelheim	muendelheim	DE		0	Europe/Berlin	51.35553	6.68459				07	051	05112	05112000
2867618	Mundelfingen	mundelfingen	DE		0	Europe/Berlin	47.86694	8.46694		Mundelfingen		01	083	08326	08326027
2867620	Mundeldingen	mundeldingen	DE		0	Europe/Berlin	48.18957	9.70393				01	084	08425	08425091
2867622	Münchzell	munchzell	DE		0	Europe/Berlin	49.39027	10.75466		Munchzell,Münchzell		02	095	09571	09571135
2867623	Münchwies	muenchwies	DE		0	Europe/Berlin	49.39455	7.24411				09	00	10043	10043114
2867626	Münchweiler an der Rodalb	muenchweiler-an-der-rodalb	DE		3040	Europe/Berlin	49.21798	7.70295		Muenchweiler an der Rodalb,Munchweiler,Munchweiler Rodalb,Munchweiler an der Rodalbe,Münchweiler,Münchweiler Rodalb,Münchweiler an der Rodalb,Münchweiler an der Rodalbe		08	00	07340	07340032
2867629	Münchweiler	muenchweiler	DE		0	Europe/Berlin	49.4984	6.81068				09	00	10042	10042116
2867630	Münchweier	munchweier	DE		0	Europe/Berlin	48.24854	7.85316		Munchweier,Münchweier		01	083	08317	08317026
2867633	Münchsteinach	muenchsteinach	DE		1463	Europe/Berlin	49.63937	10.59502		Minkhshtajnakh,Mjunkhshtajnakh,Mjunkstajnakh,ming xi si tai na,Минхштајнах,Мюнкстайнах,Мюнхштайнах,Մյունկսթայնախ,明希斯泰纳	09575150	02	095	09575	09575150
2867634	Münchsried	munchsried	DE		0	Europe/Berlin	49.07145	11.93313				02	093	09375	09375122
2867636	Münchsreuth	munchsreuth	DE		0	Europe/Berlin	49.79795	11.79646				02	093	09374	09374157
2867639	Münchshofen	munchshofen	DE		0	Europe/Berlin	49.23902	12.08166		Munchshofen,Münchshofen		02	093	09376	09376170
2867640	Münchshöfen	munchshofen	DE		0	Europe/Berlin	49.04462	12.82774		Munchhofen,Münchhöfen		02	092	09276	09276128
2867641	Münchshofen	munchshofen	DE		0	Europe/Berlin	48.78286	12.68324				02	092	09278	09278167
2867642	Münchshöf	munchshof	DE		0	Europe/Berlin	49.36032	12.12078				02	093	09376	09376161
2867644	Münchsgrün	munchsgrun	DE		0	Europe/Berlin	49.91887	12.27721				02	093	09377	09377137
2867645	Münchsdorf	munchsdorf	DE		0	Europe/Berlin	48.78153	12.70869				02	092	09278	09278167
2867646	Münchsdorf	munchsdorf	DE		0	Europe/Berlin	48.58712	12.90257		Munchsdorf,Münchsdorf		02	092	09277	09277142
2867647	Münchsdorf	munchsdorf	DE		0	Europe/Berlin	48.45382	12.14832		Munchsdorf,Münchsdorf		02	092	09274	09274185
2867648	Münchschwanderhof	muenchschwanderhof	DE		0	Europe/Berlin	49.49923	7.80168				08	00	07335	07335035
2867651	Münchs	munchs	DE		0	Europe/Berlin	49.67609	11.36844				02	094	09472	09472118
2867652	Münchrath	muenchrath	DE		0	Europe/Berlin	51.1331	6.65703				07	051	05162	05162008
2867653	Münchnerau	munchnerau	DE		0	Europe/Berlin	48.53132	12.08752				02	092	09261	09261000
2867654	Münchleusel	muenchleusel	DE		0	Europe/Berlin	50.78347	9.27725				05	065	06535	06535001
2867655	Münchingen	munchingen	DE		0	Europe/Berlin	48.85418	9.09003				01	081	08118	08118080
2867656	Münchingen	munchingen	DE		0	Europe/Berlin	47.82399	8.39579				01	083	08337	08337127
2867657	Münchholzhausen	muenchholzhausen	DE		0	Europe/Berlin	50.55085	8.57662				05	065	06532	06532023
2867658	Münchhofe	muenchhofe	DE		0	Europe/Berlin	51.97447	14.32141				11	00	12061	12061308
2867659	Münchhof	munchhof	DE		0	Europe/Berlin	47.55501	9.70311				02	097	09776	09776116
2867660	Münchhof	muenchhof	DE		0	Europe/Berlin	50.88257	7.26102				07	053	05382	05382028
2867661	Münchhof	muenchhof	DE		0	Europe/Berlin	50.8	12.31667		Monchhof,Munchhof,Mönchhof,Münchhof		13	00	14524	14524030
2867662	Münchhof	muenchhof	DE		0	Europe/Berlin	49.4401	7.90231				08	00	07335	07335015
2867663	Münchhöf	munchhof	DE		0	Europe/Berlin	47.8807	8.95176				01	083	08335	08335021
2867669	Münchheide	muenchheide	DE		0	Europe/Berlin	51.27017	6.53284				07	051	05166	05166036
2867672	Münchhausen	muenchhausen	DE		0	Europe/Berlin	51.66732	13.64465				11	00	12062	12062469
2867673	Münchhausen	muenchhausen	DE		3594	Europe/Berlin	50.96081	8.71837		Minkhauzen,Mjunkhgauzen,Mjunkhgauzen-am-Kristenberg,Muenchhausen am Christenberg,Munchhausen,Münchhausen,Münchhausen am Christenberg,myunhihauzen,Минхаузен,Мюнхгаузен,Мюнхгаузен-ам-Крістенберг,ミュンヒハウゼン	06534015	05	065	06534	06534015
2867674	Münchhausen	muenchhausen	DE		0	Europe/Berlin	50.61829	8.19209				05	065	06532	06532007
2867676	Münchham	munchham	DE		0	Europe/Berlin	48.3307	13.12695				02	092	09277	09277118
2867677	Müncheroda	muencheroda	DE		0	Europe/Berlin	51.23331	11.73098				14	00	15084	15084150
2867678	Müncherlbach	muncherlbach	DE		0	Europe/Berlin	49.35233	10.84697		Muncherlbach,Müncherlbach		02	095	09571	09571165
2867680	Müncherath	muencherath	DE		0	Europe/Berlin	50.96432	6.07862				07	053	05370	05370012
2867685	Münchenroth	muenchenroth	DE		0	Europe/Berlin	50.174	7.87894				08	00	07141	07141502
2867686	Münchenroda	muenchenroda	DE		0	Europe/Berlin	50.9289	11.51281				15	00	16053	16053000
2867688	Münchenreuth	munchenreuth	DE		0	Europe/Berlin	50.41384	11.92121				02	094	09475	09475123
2867689	Münchenreuth	munchenreuth	DE		0	Europe/Berlin	50.0363	12.28454		Munchenreuth,Münchenreuth		02	093	09377	09377158
2867690	Münchenreute	munchenreute	DE		0	Europe/Berlin	47.91944	9.62475				01	084	08436	08436008
2867696	Münchenlohra	muenchenlohra	DE		0	Europe/Berlin	51.42241	10.66473				15	00	16062	16062009
2867699	Münchenhof	muenchenhof	DE		0	Europe/Berlin	51.82948	11.11796				14	00	15085	15085235
2867701	Münchengosserstädt	muenchengosserstaedt	DE		0	Europe/Berlin	51.04415	11.66038				15	00	16071	16071004
2867707	Münchenbernsdorf	muenchenbernsdorf	DE		3450	Europe/Berlin	50.82114	11.93226		Minkhenbernsdorf,Mjunkhenbernsdorf,Munchenbernsdorf,Münchenbernsdorf,ming xing bei er en si duo fu,mwnshnbrnzdwrf,Минхенбернсдорф,Мюнхенбернсдорф,مونشنبرنزدورف,明兴贝尔恩斯多夫		15	00	16076	16076049
2867711	München	muenchen	DE		0	Europe/Berlin	51.60698	13.31243				11	00	12062	12062500
2867714	Munich	munich	DE		1260391	Europe/Berlin	48.13743	11.57549		Lungsod ng Muenchen,Lungsod ng München,MUC,Minca,Minche,Minga,Minhen,Minhene,Minkhen,Miunchenas,Mjunkhen,Mnichov,Mnichow,Mníchov,Monachium,Monacho,Monaco de Baviera,Monaco di Baviera,Monaco e Baviera,Monacu,Monacu di Baviera,Monacum,Muenchen,Muenegh,Muenhen,Muenih,Munchen,Munhen,Munic,Munich,Munich ed Baviera,Munih,Munike,Munique,Munix,Munkeno,Munkhen,Munîh,Mynihu,Myunxen,Myunxén,Mònacu,Mùnich ëd Baviera,Múnic,Múnich,München,Münegh,Münhen,Münih,mi wnik,mi'unikha,miunkheni,miyunik,mu ni hei,mwinhen,mwnykh,mynkn,myunhen,myunik,myunikha,myunsena,mywnkh,mywnykh,Μόναχο,Минхен,Мюнхен,Мүнхен,Мүнхэн,Мӱнхен,Մյունխեն,מינכן,مونیخ,ميونخ,ميونيخ,میونخ,म्युन्शेन,म्यूनिख,মিউনিখ,மியூனிக்,ಮ್ಯೂನಿಕ್,มิวนิก,မြူးနစ်ချ်မြို့,მიუნხენი,ミュンヘン,慕尼黑,뮌헨	02	02	091	09162	09162000
2867715	Münchehofe	muenchehofe	DE		0	Europe/Berlin	52.55621	14.13757				11	00	12064	12064317
2867716	Münchehofe	muenchehofe	DE		0	Europe/Berlin	52.4896	13.67176				11	00	12064	12064227
2867717	Münchehofe	muenchehofe	DE		556	Europe/Berlin	52.14727	13.83431		Minkhekhofe,Mjunkhekhofe,Myunhehofe,ming xie huo fei,Минхехофе,Мюнхехофе,Մյունհեհոֆե,明歇霍费	12061344	11	00	12061	12061344
2867718	Münchehof	muenchehof	DE		0	Europe/Berlin	51.84907	10.18611				06	00	03153	03153012
2867719	Münchehagen	muenchehagen	DE		0	Europe/Berlin	52.43987	9.19022				06	00	03256	03256025
2867723	Müncheberg	muencheberg	DE		7214	Europe/Berlin	52.50704	14.13716		Minkheberg,Mjunkheberg,Muencheberg,Muncheberg,Myunxeberg,Müncheberg,ming xie bei ge,mwnshnbrg,mwnshnbrgh,Минхеберг,Мюнхеберг,Մյունխեբերգ,مونشنبرغ,مونشنبرگ,明歇贝格		11	00	12064	12064317
2867729	Münchaurach	munchaurach	DE		0	Europe/Berlin	49.57672	10.82651				02	095	09572	09572114
2867731	Mumsdorf	mumsdorf	DE		0	Europe/Berlin	51.06295	12.26655				15	00	16077	16077032
2867733	Mummendorf	mummendorf	DE		0	Europe/Berlin	54.44419	11.14511				10	00	01055	01055046
2867737	Mümling Grumbach	muemling-grumbach	DE		0	Europe/Berlin	49.77222	8.99167				05	064	06437	06437009
2867741	Mülverstedt	muelverstedt	DE		703	Europe/Berlin	51.11667	10.5				15	00	16064	16064076
2867742	Multhöpen	multhoepen	DE		0	Europe/Berlin	52.08088	9.24603				06	00	03252	03252001
2867743	Multham	multham	DE		0	Europe/Berlin	48.72693	12.50144				02	092	09279	09279127
2867744	Multererhof	multererhof	DE		0	Europe/Berlin	49.26107	12.92806				02	093	09372	09372124
2867747	Mulsumerberg	mulsumerberg	DE		0	Europe/Berlin	53.52989	9.3517				06	00	03359	03359031
2867750	Mülsen Sankt Niklas	muelsen-sankt-niklas	DE		0	Europe/Berlin	50.71775	12.59524		Mulsen Sankt Niclas,Mulsen Sankt Niklas,Mülsen Sankt Niclas,Mülsen Sankt Niklas		13	00	14524	14524200
2867751	Mülsen Sankt Micheln	muelsen-sankt-micheln	DE		0	Europe/Berlin	50.74904	12.5718				13	00	14524	14524200
2867752	Mülsen Sankt Jacob	muelsen-sankt-jacob	DE		0	Europe/Berlin	50.73213	12.58235				13	00	14524	14524200
2867754	Mülsborn	muelsborn	DE		0	Europe/Berlin	51.32882	8.23276				07	059	05958	05958032
2867756	Mulmshorn	mulmshorn	DE		0	Europe/Berlin	53.17582	9.29701				06	00	03357	03357039
2867757	Mulmke	mulmke	DE		0	Europe/Berlin	51.91334	10.84312				14	00	15085	15085227
2867763	Müllrose	muellrose	DE		4461	Europe/Berlin	52.24736	14.41794		Miloraz,Milrose,Milroze,Miłoraz,Mjull'roze,Muellrose,Mullrose,Myuleroze,Müllrose,mi er luo sai,mwlrwzh,Милрозе,Милросе,Мюлльрозе,Մյուլերոզե,مولروزه,米尔罗塞		11	00	12067	12067336
2867767	Müllingsen	muellingsen	DE		0	Europe/Berlin	51.54234	8.13875				07	059	05974	05974040
2867768	Müllingen	muellingen	DE		0	Europe/Berlin	52.29378	9.90726				06	00	03241	03241016
2867769	Müllhofen	mullhofen	DE		0	Europe/Berlin	48.74621	8.13801				01	082	08216	08216049
2867771	Mülles	mulles	DE		0	Europe/Berlin	49.56776	11.81022				02	093	09371	09371126
2867772	Müllerthann	mullerthann	DE		0	Europe/Berlin	48.34906	12.34816				02	092	09274	09274193
2867774	Müllerswald	mullerswald	DE		0	Europe/Berlin	48.30565	8.39604				01	083	08325	08325050
2867778	Müllersommer	muellersommer	DE		0	Europe/Berlin	51.02273	7.31566				07	053	05374	05374020
2867783	Müllershausen	muellershausen	DE		0	Europe/Berlin	51.78333	9.95				06	00	03155	03155013
2867784	Müllersdorf	mullersdorf	DE		0	Europe/Berlin	49.01871	12.91778				02	092	09276	09276128
2867785	Müllersberg	mullersberg	DE		0	Europe/Berlin	48.35099	12.98678				02	092	09277	09277152
2867793	Müllerhof	muellerhof	DE		0	Europe/Berlin	50.89359	7.46744				07	053	05382	05382036
2867796	Müllerdorf	muellerdorf	DE		0	Europe/Berlin	51.51233	11.79055				14	00	15088	15088319
2867804	Müller am Baum	muller-am-baum	DE		0	Europe/Berlin	47.78272	11.77954				02	091	09182	09182136
2867808	Müllensiefen	muellensiefen	DE		0	Europe/Berlin	51.00421	7.47452				07	053	05374	05374008
2867809	Müllendorf	muellendorf	DE		0	Europe/Berlin	50.98885	6.16862				07	053	05370	05370012
2867810	Müllenborn	muellenborn	DE		0	Europe/Berlin	50.24125	6.61145				08	00	07233	07233026
2867811	Müllenberg	muellenberg	DE		0	Europe/Berlin	51.05777	7.20809				07	053	05378	05378012
2867815	Müllenbach	muellenbach	DE		0	Europe/Berlin	51.06815	7.57765				07	053	05374	05374024
2867817	Müllenbach	muellenbach	DE		701	Europe/Berlin	50.22147	7.06613		Milenbakh,Mjullenbakh,Muellenbach,Müllenbach,Миленбах,Мюлленбах	07135067	08	00	07135	07135067
2867820	Müllenark	muellenark	DE		0	Europe/Berlin	50.87445	6.40277				07	053	05358	05358020
2867822	Müllen	muellen	DE		0	Europe/Berlin	51.18188	7.99167				07	059	05966	05966012
2867823	Müllen	mullen	DE		0	Europe/Berlin	48.46856	7.83772				01	083	08317	08317151
2867824	Müllemich	muellemich	DE		0	Europe/Berlin	50.98796	7.29973				07	053	05374	05374020
2867825	Müllem	muellem	DE		0	Europe/Berlin	51.36023	6.30237				07	051	05154	05154060
2867826	Müllekoven	muellekoven	DE		0	Europe/Berlin	50.78033	7.10691				07	053	05382	05382068
2867828	Müll	muell	DE		0	Europe/Berlin	52.95374	7.31576				06	00	03454	03454008
2867830	Mulkwitz	mulkwitz	DE		0	Europe/Berlin	51.5102	14.49584		Mulkecy,Mulkwitz,Mułkecy		13	00	14626	14626490
2867831	Mulknitz	mulknitz	DE		0	Europe/Berlin	51.7683	14.59579		Malksa,Małksa,Mulknitz		11	00	12071	12071076
2867833	Muhlitz	muhlitz	DE		0	Europe/Berlin	54.34745	13.27784		Munlitz		12	00	13073	13073079
2867834	Mülhofen	muelhofen	DE		0	Europe/Berlin	50.42591	7.5675				08	00	07137	07137203
2867838	Mülheim	muelheim	DE		171000	Europe/Berlin	51.43218	6.87967		Milchaim,Mjul'khajm-na-Rure,Moelm,Moeln,Muelheim,Muelheim (Ruhr),Muelheim an der Ruhr,Mulheim,Mulheim-on-Ruhr,Mölm,Möln,Mülheim,Mülheim (Ruhr),Mülheim an der Ruhr,Mülheim-on-Ruhr,ZOO,Μιλχάιμ,Мюльхайм-на-Руре,מילהיים על הרוהר		07	051	05117	05117000
2867840	Mülheim	muelheim	DE		0	Europe/Berlin	51.4928	8.2864				07	059	05974	05974044
2867841	Mülheim	muelheim	DE		0	Europe/Berlin	50.71344	6.73881		Muhlheim,Mulheim,Mühlheim,Mülheim		07	053	05366	05366044
2867842	Mülheim	muelheim	DE		0	Europe/Berlin	50.44887	6.68306		Muhlheim,Mulheim,Mühlheim,Mülheim		07	053	05366	05366008
2867843	Mülheim	muelheim	DE		0	Europe/Berlin	50.38333	7.5				08	00	07137	07137216
2867844	Mülheim	muelheim	DE		921	Europe/Berlin	49.91252	7.01949		Muelheim,Muelheim an der Mosel,Mulheim,Mulheim am Mosel,Mülheim,Mülheim am Mosel,Mülheim an der Mosel		08	00	07231	07231090
2867845	Mülhausen	muelhausen	DE		0	Europe/Berlin	51.34235	6.36623				07	051	05166	05166008
2867846	Mülfort	muelfort	DE		0	Europe/Berlin	51.15136	6.45936				07	051	05116	05116000
2867852	Muldenhütten	muldenhuetten	DE		0	Europe/Berlin	50.90284	13.38507				13	00	14522	14522180
2867855	Muldenhammer	muldenhammer	DE		0	Europe/Berlin	50.51667	12.6		Eibenstock-Muldenhammer,Muldenhammer		13	00	14521	14521170
2867856	Muldenhammer	muldenhammer	DE		0	Europe/Berlin	50.45	12.48333			14523245	13	00	14523	14523245
2867858	Muldenberg	muldenberg	DE		0	Europe/Berlin	50.41577	12.40116				13	00	14523	14523130
2867859	Muldenau	muldenau	DE		0	Europe/Berlin	50.68838	6.55732		Muldenau		07	053	05358	05358044
2867860	Mulden	mulden	DE		0	Europe/Berlin	47.84392	7.8026				01	083	08315	08315130
2867862	Mulde	mulde	DE		0	Europe/Berlin	50.41667	12.4				13	00	14523	14523130
2867863	Mulda	mulda	DE		2936	Europe/Berlin	50.80789	13.41477		Mulda,Mulda-Randeck,Mulda/Sachsen		13	00	14522	14522390
2867865	Mülbitz	muelbitz	DE		0	Europe/Berlin	51.28093	13.53157				13	00	14627	14627060
2867866	Mülben	mulben	DE		0	Europe/Berlin	49.46445	9.09989		Mulben,Mülben		01	082	08225	08225118
2867869	Mulartshütte	mulartshuette	DE		0	Europe/Berlin	50.69626	6.21936				07	053	05334	05334024
2867870	Mukrena	mukrena	DE		0	Europe/Berlin	51.70269	11.68435		Mukrena		14	00	15089	15089195
2867871	Mukran	mukran	DE		0	Europe/Berlin	54.49766	13.58914				12	00	13073	13073080
2867874	Mühro	muehro	DE		0	Europe/Berlin	52.0136	12.2346				14	00	15082	15082430
2867875	Mühringen	muhringen	DE		0	Europe/Berlin	48.41915	8.75525				01	082	08237	08237040
2867876	Mührich	muhrich	DE		0	Europe/Berlin	48.73218	8.16951		Muhrich,Murich,Mührich,Mürich		01	082	08211	08211000
2867878	Mühren	muehren	DE		0	Europe/Berlin	53.75	10.3				10	00	01062	01062081
2867880	Mühlwinkl	muhlwinkl	DE		0	Europe/Berlin	47.79652	12.59027				02	091	09189	09189113
2867881	Mühlwiese	muehlwiese	DE		0	Europe/Berlin	50.88923	12.66029				13	00	14524	14524180
2867885	Mühlwärts	muehlwaerts	DE		0	Europe/Berlin	50.78473	9.98136				15	00	16063	16063078
2867886	Mühlwand	muehlwand	DE		0	Europe/Berlin	50.59892	12.28608		Limbach-Muhlwand,Limbach-Mühlwand,Muhlwand,Mühlwand		13	00	14523	14523190
2867888	Mühltroff	muehltroff	DE		1949	Europe/Berlin	50.53919	11.92828		Miltrof,Mjul'trof,Muhltroff,Mühltroff,mi he er te luo fu,mwltrwf,Милтроф,Мюльтроф,مولتروف,米赫尔特罗夫		13	00	14523	14523310
2867891	Mühlthal	muhlthal	DE		0	Europe/Berlin	49.1072	12.48433				02	093	09372	09372125
2867892	Mühlthal	muhlthal	DE		0	Europe/Berlin	48.84794	11.30891				02	091	09176	09176132
2867893	Mühlthal	muhlthal	DE		0	Europe/Berlin	48.03538	11.35892				02	091	09188	09188139
2867894	Mühlthal	muhlthal	DE		0	Europe/Berlin	47.99196	11.85927				02	091	09175	09175121
2867895	Mühlthal	muhlthal	DE		0	Europe/Berlin	47.86604	11.78683		Muhltal,Mühltal		02	091	09182	09182133
2867896	Mühlthal	muhlthal	DE		0	Europe/Berlin	47.83868	12.31602				02	091	09187	09187162
2867897	Mühlthal	muhlthal	DE		0	Europe/Berlin	47.75969	11.75176				02	091	09182	09182116
2867898	Mühlthal	muhlthal	DE		0	Europe/Berlin	47.74836	12.18791		Muhltal		02	091	09187	09187172
2867908	Mühltal	muehltal	DE		0	Europe/Berlin	50.2394	7.56806		Muehltal,Muhltal,Muhlthal,Mühltal,Mühlthal		08	00	07140	07140501
2867912	Mühlstetten	muhlstetten	DE		0	Europe/Berlin	49.15308	11.01002				02	095	09576	09576141
2867915	Mühlstedt	muehlstedt	DE		0	Europe/Berlin	51.926	12.25879				14	00	15001	15001000
2867919	Mühlsdorf	muehlsdorf	DE		0	Europe/Berlin	51.94976	12.18672				14	00	15082	15082430
2867920	Mühlsdorf	muehlsdorf	DE		0	Europe/Berlin	50.99512	13.98663				13	00	14628	14628240
2867921	Mühlsdorf	muehlsdorf	DE		0	Europe/Berlin	50.9009	12.00989				15	00	16076	16076089
2867922	Mühlschlag	muhlschlag	DE		0	Europe/Berlin	49.13248	11.9658				02	093	09375	09375156
2867928	Mühlsbach	muhlsbach	DE		0	Europe/Berlin	48.26338	8.02083				01	083	08317	08317129
2867929	Mühl Rosin	muehl-rosin	DE		1168	Europe/Berlin	53.76383	12.21388		Muehl Rosin,Mühl Rosin		12	00	13072	13072073
2867931	Mühlrose	muehlrose	DE		0	Europe/Berlin	51.49101	14.51373		Mitoraz,Muhlrose,Mühlrose		13	00	14626	14626560
2867933	Mühlried	muhlried	DE		0	Europe/Berlin	48.56577	11.27961				02	091	09185	09185158
2867934	Mühlreit	muhlreit	DE		0	Europe/Berlin	48.6975	13.23195		Muhlreit,Muhlreith,Mühlreit,Mühlreith		02	092	09275	09275120
2867935	Mühlrath	muehlrath	DE		0	Europe/Berlin	51.1317	6.64493				07	051	05162	05162008
2867937	Mühlpöllnitz	muehlpoellnitz	DE		0	Europe/Berlin	50.75218	11.89818				15	00	16075	16075116
2867943	Mühlleithen	muehlleithen	DE		0	Europe/Berlin	50.40858	12.48842				13	00	14523	14523160
2867945	Mühlleiten	muhlleiten	DE		0	Europe/Berlin	50.36578	11.58436		Muhleiten,Muhlleiten,Mühleiten,Mühlleiten		02	094	09475	09475128
2867947	Mühllehen	muhllehen	DE		0	Europe/Berlin	48.16149	8.40885				01	083	08326	08326031
2867948	Mühlkreit	muhlkreit	DE		0	Europe/Berlin	47.73119	11.94468				02	091	09182	09182114
2867967	Mühlhofen	muehlhofen	DE		0	Europe/Berlin	49.13198	8.09407				08	00	07337	07337007
2867968	Mühlhofen	muehlhofen	DE		0	Europe/Berlin	47.7395	9.26104				01	084	08435	08435052
2867969	Mühlhofe	muehlhofe	DE		0	Europe/Berlin	51.11176	7.80489				07	059	05962	05962036
2867970	Mühlhof	muehlhof	DE		0	Europe/Berlin	53.31488	13.80947				11	00	12073	12073452
2867971	Mühlhof	muhlhof	DE		0	Europe/Berlin	49.90898	12.16999				02	093	09377	09377159
2867972	Mühlhof	muhlhof	DE		0	Europe/Berlin	49.82913	11.89072				02	093	09377	09377128
2867973	Mühlhof	muhlhof	DE		0	Europe/Berlin	49.48333	11.16667				02			
2867981	Mühlheim an der Eis	muehlheim-an-der-eis	DE		0	Europe/Berlin	49.58636	8.18679		Muhlheim,Muhlheim an der Eis,Mühlheim,Mühlheim an der Eis		08	00	07332	07332041
2867983	Mühlheim am Bach	muhlheim-am-bach	DE		3476	Europe/Berlin	48.37863	8.69735		Muehlheim,Mühlheim		01	083	08325	08325057
2867984	Mühlheim	muehlheim	DE		0	Europe/Berlin	53.52318	9.17204				06	00	03357	03357008
2867985	Mühlheim am Main	muehlheim-am-main	DE		26485	Europe/Berlin	50.11667	8.83333		Milkhajm na Majni,Mjul'gajm-am-Majn,Mjul'khajm-am-Majn,Mjul'khajm-na-Majne,Muehlheim,Mühlheim,mei yin he pan mi he er hai mu,mwlhaym am mayn,Милхајм на Мајни,Мюльгайм-ам-Майн,Мюльхайм-ам-Майн,Мюльхайм-на-Майне,مولهايم آم ماين,مولهایم آم ماین,ミュールハイム・アム・マイン,美因河畔米赫尔海姆		05	064	06438	06438008
2867986	Mühlheim	muehlheim	DE		0	Europe/Berlin	49.70505	8.2905				08	00	07331	07331055
2867990	Mühlhäuser	muehlhaeuser	DE		0	Europe/Berlin	51.24663	14.39063		Mlynske cheze,Młynske chěže		13	00	14625	14625490
2867992	Mühlhausen an der Enz	muhlhausen-an-der-enz	DE		0	Europe/Berlin	48.93993	8.89151		Muhlhausen,Muhlhausen an der Enz,Mühlhausen,Mühlhausen an der Enz		01	082	08236	08236040
2867993	Stuttgart Mühlhausen	stuttgart-muehlhausen	DE		26111	Europe/Berlin	48.84232	9.23028		Muehlhausen,Mühlhausen		01	081	08111	08111000
2867994	Mühlhausen	muehlhausen	DE		0	Europe/Berlin	51.54419	7.73722				07	059	05978	05978036
2867995	Mühlhausen	muehlhausen	DE		0	Europe/Berlin	51.33383	8.90785				05	066	06635	06635018
2867996	Mühlhausen	muehlhausen	DE		38108	Europe/Berlin	51.20896	10.45275		Milkhauzen,Mjul'khauzen,Mjulkhauzen,Muehlhausen,Muehlhausen/Thueringen,Muhlhausen,Mulhusa Thuringorum,Mühlhausen,Mühlhausen/Thüringen,Thomas-Muntzer-Stadt-Muhlhausen,Thomas-Müntzer-Stadt-Mühlhausen,mi er hao sen,miulhauzeni,mwilhaujen,mwlhawzn,Милхаузен,Мюлхаузен,Мюльхаузен,מילהאוזן,مولهاوزن,მიულჰაუზენი,米尔豪森,뮐하우젠	16064	15	00	16064	16064046
2867997	Mühlhausen	muehlhausen	DE		0	Europe/Berlin	51.04386	9.37473				05	066	06634	06634009
2867998	Mühlhausen	muehlhausen	DE		0	Europe/Berlin	50.29328	12.26802				13	00	14523	14523040
2868001	Mühlhausen	muehlhausen	DE		0	Europe/Berlin	49.80108	9.0496		Michlhausen,Muhlhausen,Mühlhausen		05	064	06437	06437004
2868017	Mühlham	muhlham	DE		0	Europe/Berlin	48.71889	13.01502				02	092	09271	09271141
2868018	Mühlham	muhlham	DE		0	Europe/Berlin	48.44631	13.04785				02	092	09277	09277113
2868019	Mühlham	muhlham	DE		0	Europe/Berlin	48.0472	12.74039				02	091	09189	09189152
2868020	Mühlham	muhlham	DE		0	Europe/Berlin	47.85071	12.25504				02	091	09187	09187167
2868024	Mühlhagen	muhlhagen	DE		0	Europe/Berlin	47.67085	11.22602				02	091	09180	09180124
2868027	Mühlgrün	muehlgruen	DE		0	Europe/Berlin	50.49148	12.39335				13	00	14523	14523020
2868066	Mühlfeld	muhlfeld	DE		0	Europe/Berlin	50.44684	10.34612		Muhlfeld,Mühlfeld		02	096	09673	09673142
2868067	Mühlfeld	muehlfeld	DE		0	Europe/Berlin	49.52866	6.97257				09	00	10046	10046115
2868068	Mühlfeld	muhlfeld	DE		0	Europe/Berlin	47.98954	11.17073				02	091	09188	09188124
2868070	Muhlerohl	muhlerohl	DE		0	Europe/Berlin	51.27273	7.53398				07	059	05914	05914000
2868071	Mühlenwurth	muehlenwurth	DE		0	Europe/Berlin	53.64472	9.57386				10	00	01056	01056020
2868077	Mühlen-Vorstadt	muehlen-vorstadt	DE		0	Europe/Berlin	54.08333	13.4				12	00	13075	13075039
2868084	Mühlentempel	muehlentempel	DE		0	Europe/Berlin	50.61667	13.46667				13	00	14521	14521140
2868102	Mühlenstrich	muehlenstrich	DE		0	Europe/Berlin	53.63623	7.5936				06	00	03462	03462006
2868104	Mühlenstraßen	muehlenstrassen	DE		0	Europe/Berlin	53.90363	9.05153				10	00	01051	01051011
2868106	Mühlensteg	muehlensteg	DE		0	Europe/Berlin	51.46061	6.2888				07	051	05154	05154052
2868109	Mühlensiedlung	muehlensiedlung	DE		0	Europe/Berlin	52.82218	13.23083				11	00	12065	12065198
2868110	Mühlensenne	muehlensenne	DE		0	Europe/Berlin	51.7963	8.6598				07	057	05774	05774020
2868124	Mühlen-Schmidthausen	muehlen-schmidthausen	DE		0	Europe/Berlin	51.14679	7.53472				07	059	05962	05962028
2868130	Mühlenreute	muhlenreute	DE		0	Europe/Berlin	47.76827	9.68513				01	084	08436	08436069
2868131	Mühlenreihe	muehlenreihe	DE		0	Europe/Berlin	53.66779	9.17388				06	00	03352	03352022
2868133	Mühlenrahmede	muehlenrahmede	DE		0	Europe/Berlin	51.2638	7.67101				07	059	05962	05962004
2868135	Mühlenort	muehlenort	DE		0	Europe/Berlin	52.43694	7.7386				06	00	03459	03459032
2868136	Mühlenort	muehlenort	DE		0	Europe/Berlin	52.37668	8.04839				06	00	03459	03459014
2868138	Mühlenloog	muehlenloog	DE		0	Europe/Berlin	53.51705	7.26208				06	00	03452	03452024
2868139	Mühlenland	muehlenland	DE		0	Europe/Berlin	52.76667	12.46667				11	00	12068	12068109
2868145	Mühlenkamp	muehlenkamp	DE		0	Europe/Berlin	53.98649	13.17408				12	00	13075	13075123
2868152	Mühlenholz	muehlenholz	DE		0	Europe/Berlin	54.69247	9.67422				10	00	01059	01059161
2868159	Mühlenhof	muehlenhof	DE		0	Europe/Berlin	53.86753	12.57308				12	00	13072	13072041
2868160	Mühlenhof	muehlenhof	DE		0	Europe/Berlin	53.63293	13.82175		Muhlenhof,Mühlenhof,Neu Muhlenhof,Neu Mühlenhof		12	00	13075	13075143
2868161	Mühlenhof	muehlenhof	DE		0	Europe/Berlin	53.55357	11.9557				12	00	13076	13076135
2868167	Mühlenheide	muehlenheide	DE		0	Europe/Berlin	51.73789	8.44386				07	057	05774	05774020
2868170	Mühlenhagen	muehlenhagen	DE		0	Europe/Berlin	53.73142	13.27449				12	00	13071	13071022
2868190	Mühlengeez	muehlengeez	DE		0	Europe/Berlin	53.76978	12.05207				12	00	13072	13072042
2868216	Mühlenfeld	muehlenfeld	DE		0	Europe/Berlin	51.46682	6.59523				07	051	05170	05170028
2868217	Mühlenfeld	muehlenfeld	DE		0	Europe/Berlin	51.74767	6.3491				07	051	05154	05154024
2868218	Mühlenfeld	muehlenfeld	DE		0	Europe/Berlin	51.68364	6.50753				07	051	05170	05170048
2868222	Mühlen Eichsen	muehlen-eichsen	DE		1083	Europe/Berlin	53.75775	11.25006		Milen Ajkhsen,Milen Ajkhzen,Mjulen-Ajkhzen,Muehlen Eichsen,Muhlen Eichsen,Mühlen Eichsen,mi he lun ai xi sen,Милен Ајхзен,Милен Ајхсен,Мюлен-Айхзен,米赫伦艾希森		12	00	13074	13074054
2868223	Mühlendorf	muehlendorf	DE		0	Europe/Berlin	51.88448	14.14653				11	00	12061	12061061
2868224	Mühlendorf	muehlendorf	DE		0	Europe/Berlin	51.35	7.56667				07	059	05914	05914000
2868225	Mühlendorf	muhlendorf	DE		0	Europe/Berlin	49.87106	10.81385		Muehlendorf,Mühlendorf		02	094	09471	09471191
2868227	Mühlendeich	muehlendeich	DE		0	Europe/Berlin	54.81069	8.70528				10	00	01054	01054166
2868228	Mühlendeich	muehlendeich	DE		0	Europe/Berlin	54.37645	8.76005				10	00	01054	01054100
2868229	Mühlendeich	muehlendeich	DE		0	Europe/Berlin	54.28333	8.78333				10	00	01054	01054145
2868230	Mühlendamm	muehlendamm	DE		0	Europe/Berlin	52.44268	8.59197				07	057	05770	05770040
2868233	Mühlenbrück	muehlenbrueck	DE		0	Europe/Berlin	54.71667	9.51667				10	00	01059	01059182
2868234	Mühlenbruch	muehlenbruch	DE		0	Europe/Berlin	51.08546	6.08582				07	053	05370	05370016
2868241	Mühlenbergerweg	muehlenbergerweg	DE		0	Europe/Berlin	51.85	6.23333				07	051	05154	05154008
2868246	Mühlenberg	muehlenberg	DE		0	Europe/Berlin	51.13329	7.34998				07	053	05374	05374016
2868247	Mühlenberg	muehlenberg	DE		0	Europe/Berlin	53.55397	9.82418				04	00	02000	02000000
2868248	Mühlenberg	muehlenberg	DE		0	Europe/Berlin	52.98224	7.61936				06	00	03454	03454011
2868249	Mühlenberg	muehlenberg	DE		0	Europe/Berlin	51.79387	9.51319				06	00	03255	03255023
2868250	Mühlenberg	muehlenberg	DE		0	Europe/Berlin	51.38832	6.68372				07	051	05112	05112000
2868251	Mühlenberg	muehlenberg	DE		0	Europe/Berlin	50.23333	6.28333				08	00	07232	07232206
2868252	Mühlenberg	muhlenberg	DE		0	Europe/Berlin	48.96227	9.86864				01	081	08127	08127079
2868361	Mühlenbek	muehlenbek	DE		0	Europe/Berlin	53.94253	9.7273				10	00	01061	01061049
2868365	Mühlenbeck	muehlenbeck	DE		0	Europe/Berlin	53.52611	11.24979				12	00	13076	13076121
2868366	Mühlenbeck	muehlenbeck	DE		0	Europe/Berlin	52.66466	13.37688				11	00	12065	12065225
2868467	Mühlen	muehlen	DE		0	Europe/Berlin	52.618	8.21099				06	00	03460	03460008
2868468	Mühlen	muehlen	DE		0	Europe/Berlin	50.9541	7.5081		Muhlen,Muhlen an der Bech,Mühlen,Mühlen an der Bech		07	053	05374	05374048
2868469	Mühlen	muehlen	DE		0	Europe/Berlin	50.39514	8.10232				05	065	06533	06533009
2868470	Mühlen	muhlen	DE		0	Europe/Berlin	48.94694	12.97185				02	092	09271	09271122
2868471	Mühlen	muhlen	DE		0	Europe/Berlin	48.46017	12.36987				02	092	09274	09274184
2868472	Mühlen	muhlen	DE		0	Europe/Berlin	48.45161	8.73636				01	082	08237	08237040
2868473	Mühlen	muhlen	DE		0	Europe/Berlin	48.28371	9.64758				01	084	08425	08425033
2868474	Mühlen	muhlen	DE		0	Europe/Berlin	47.85151	12.59542				02	091	09189	09189161
2868478	Mühleip	muehleip	DE		0	Europe/Berlin	50.73245	7.44861				07	053	05382	05382016
2868484	Mühlegg	muhlegg	DE		0	Europe/Berlin	47.73512	10.98524				02	091	09190	09190117
2868487	Mühleck	muhleck	DE		0	Europe/Berlin	47.70474	11.3237				02	091	09190	09190153
2868490	Mühlebächle	muhlebachle	DE		0	Europe/Berlin	48.11258	7.91257				01	083	08316	08316039
2868495	Muhle	muhle	DE		0	Europe/Berlin	51.26634	7.53246				07	059	05962	05962056
2868496	Mühle	muehle	DE		0	Europe/Berlin	51.21667	7.2				07	051	05124	05124000
2868497	Mühle	muehle	DE		0	Europe/Berlin	51.00547	7.55791				07	053	05374	05374012
2868498	Mühle	muhle	DE		0	Europe/Berlin	47.95	10.08333				01	084	08436	08436004
2868499	Mühle	muhle	DE		0	Europe/Berlin	47.73738	11.5797				02	091	09173	09173124
2868500	Mühle	muhle	DE		0	Europe/Berlin	47.65909	8.00471				01	083	08337	08337049
2868501	Mühle	muhle	DE		0	Europe/Berlin	47.59852	11.42314				02	091	09173	09173131
2868502	Mühldörfl	muhldorfl	DE		0	Europe/Berlin	47.52937	11.11795				02	091	09180	09180116
2868504	Mühldorf	muehldorf	DE		0	Europe/Berlin	50.39906	9.50128				05	064	06435	06435025
2868505	Mühldorf	muhldorf	DE		0	Europe/Berlin	50.28999	11.77825				02	094	09475	09475165
2868506	Mühldorf	muehldorf	DE		17622	Europe/Berlin	48.2467	12.52155		Muehldorf,Muhldorf,Muhldorf am Inn,Mühldorf,Mühldorf am Inn	09183	02	091	09183	09183128
2868507	Mühldorf	muhldorf	DE		0	Europe/Berlin	47.9434	12.25997				02	091	09187	09187139
2868511	Mühlburg	muhlburg	DE		0	Europe/Berlin	49.01282	8.35922		Karlsruhe-Muhlburg,Karlsruhe-Mühlburg		01	082	08212	08212000
2868512	Mühlbühl	muhlbuhl	DE		0	Europe/Berlin	49.98136	11.93548				02	094	09479	09479138
2868515	Mühlbruck	muhlbruck	DE		0	Europe/Berlin	49.23956	10.47444				02	095	09571	09571166
2868516	Mühlbolz	muhlbolz	DE		0	Europe/Berlin	47.66667	9.9				01	084	08436	08436094
2868518	Mühlbichl	muhlbichl	DE		0	Europe/Berlin	48.00474	12.06458				02	091	09175	09175136
2868526	Mühlberg bei Kirn	muhlberg-bei-kirn	DE		0	Europe/Berlin	48.33863	13.09555		Muhlberg,Muhlberg bei Kirn,Mühlberg,Mühlberg bei Kirn		02	092	09277	09277118
2868530	Mühlberg	muehlberg	DE		0	Europe/Berlin	51.58333	14.46667				11	00	12071	12071372
2868531	Mühlberg	muehlberg	DE		4758	Europe/Berlin	51.43453	13.22177		Milberg,Mjul'berg,Muehlberg ved Elben,Muehlberg/Elbe,Muhlberg,Myulberg,Mühlberg,Mühlberg ved Elben,Mühlberg/Elbe,mi he er bei ge,mwlbrg,mwlbrgh,Милберг,Мюльберг,Մյուլբերգ,مولبرغ,مولبرگ,米赫尔贝格		11	00	12062	12062341
2868532	Mühlberg	muehlberg	DE		0	Europe/Berlin	50.86826	10.82322		Muhlberg,Mühlberg		15	00	16067	16067089
2868533	Mühlberg	muehlberg	DE		0	Europe/Berlin	50.71983	12.17762				15	00	16076	16076093
2868534	Mühlberg	muehlberg	DE		0	Europe/Berlin	50.59232	12.63714				13	00	14521	14521530
2868535	Mühlberg	muehlberg	DE		0	Europe/Berlin	50.56248	12.83328				13	00	14521	14521260
2868536	Mühlberg	muehlberg	DE		0	Europe/Berlin	50.44665	11.70663				15	00	16075	16075062
2868537	Mühlberg	muehlberg	DE		0	Europe/Berlin	50.41667	11.9				15	00	16075	16075131
2868659	Mühlbeck	muehlbeck	DE		995	Europe/Berlin	51.63864	12.38107		Muehlbeck,Muhlbeck,Mühlbeck		14	00	15082	15082241
2868663	Mühlbach am Glan	muehlbach-am-glan	DE		0	Europe/Berlin	49.54251	7.46612		Muhlbach,Mühlbach		08	00	07336	07336003
2868764	Mühlbach	muehlbach	DE		0	Europe/Berlin	51.34069	12.78997				13	00	14729	14729410
2868765	Mühlbach	muehlbach	DE		0	Europe/Berlin	51.29554	13.66895				13	00	14627	14627110
2868766	Mühlbach	muehlbach	DE		0	Europe/Berlin	50.93145	9.55763				05	066	06632	06632014
2868767	Mühlbach	muehlbach	DE		0	Europe/Berlin	50.91418	13.81565				13	00	14628	14628250
2868768	Mühlbach	muehlbach	DE		0	Europe/Berlin	50.8984	13.06509				13	00	14522	14522150
2868769	Mühlbach	muhlbach	DE		0	Europe/Berlin	50.31166	10.22005				02	096	09673	09673114
2868770	Mühlbach	muhlbach	DE		0	Europe/Berlin	50.18921	12.17182				02	094	09479	09479152
2868771	Mühlbach	muhlbach	DE		0	Europe/Berlin	49.95859	9.7584		Muhlbach,Mühlbach		02	096	09677	09677148
2868772	Mühlbach	muehlbach	DE		0	Europe/Berlin	49.36667	7.13333				09	00	10043	10043116
2868773	Mühlbach	muhlbach	DE		0	Europe/Berlin	49.10029	8.90262		Muhlbach,Mühlbach		01	081	08125	08125026
2868774	Mühlbach	muhlbach	DE		0	Europe/Berlin	49.02144	11.61718				02	093	09373	09373121
2868775	Mühlbach	muhlbach	DE		0	Europe/Berlin	47.91674	12.06475				02	091	09187	09187137
2868776	Mühlbach	muhlbach	DE		0	Europe/Berlin	47.6677	11.59435				02	091	09173	09173135
2868777	Mühlbach	muhlbach	DE		0	Europe/Berlin	47.63784	12.17241				02	091	09187	09187148
2868779	Mühlauhof	muhlauhof	DE		0	Europe/Berlin	48.79327	10.52472				02	097	09779	09779162
2868789	Muhl	muhl	DE		0	Europe/Berlin	49.67601	7.04816				08	00	07235	07235093
2868887	Muckental	muckental	DE		0	Europe/Berlin	49.42562	9.20402				01	082	08225	08225117
2868791	Mühbrook	muehbrook	DE		515	Europe/Berlin	54.15678	10.01236		Muhbrook,Mühbrook	01058108	10	00	01058	01058108
2868793	Muglitz	muglitz	DE		0	Europe/Berlin	54.43154	13.35374				12	00	13073	13073063
2868794	Muglitz	muglitz	DE		0	Europe/Berlin	54.34159	13.55173		Muglitz		12	00	13073	13073070
2868795	Müglitz	mueglitz	DE		0	Europe/Berlin	50.74546	13.8595				13	00	14628	14628010
2868796	Muglhof	muglhof	DE		0	Europe/Berlin	49.6546	12.2298				02	093	09363	09363000
2868797	Müglenz	mueglenz	DE		0	Europe/Berlin	51.4037	12.8359				13	00	14729	14729245
2868801	Muggesfelde	muggesfelde	DE		0	Europe/Berlin	54.03289	10.33157				10	00	01060	01060060
2868803	Muggerkuhl	muggerkuhl	DE		0	Europe/Berlin	53.26185	11.905				11	00	12070	12070028
2868804	Müggenwalde	mueggenwalde	DE		0	Europe/Berlin	54.1294	12.99528				12	00	13073	13073086
2868808	Müggenkrug	mueggenkrug	DE		0	Europe/Berlin	53.50958	7.72332				06	00	03462	03462019
2868809	Muggenhof	muggenhof	DE		0	Europe/Berlin	49.46445	11.02507		Muggenhof		02	095	09564	09564000
2868810	Müggenhausen	mueggenhausen	DE		0	Europe/Berlin	50.71344	6.87585				07	053	05366	05366040
2868811	Müggenhall	mueggenhall	DE		0	Europe/Berlin	54.18846	12.85624				12	00	13073	13073024
2868813	Müggendorf	mueggendorf	DE		0	Europe/Berlin	53.8266	8.84228				06	00	03352	03352046
2868814	Müggendorf	mueggendorf	DE		0	Europe/Berlin	53.00974	11.65276				11	00	12070	12070060
2868815	Muggendorf	muggendorf	DE		0	Europe/Berlin	49.80306	11.26164		Muggendorf		02	094	09474	09474176
2868816	Müggendeich	mueggendeich	DE		0	Europe/Berlin	53.72267	9.54933				10	00	01061	01061074
2868817	Müggenbusch	mueggenbusch	DE		0	Europe/Berlin	52.84109	12.11474				14	00	15090	15090225
2868822	Müggenburg	mueggenburg	DE		0	Europe/Berlin	54.42617	12.74011				12	00	13073	13073105
2868823	Müggenburg	mueggenburg	DE		0	Europe/Berlin	53.91721	11.50469				12	00	13074	13074087
2868824	Müggenburg	mueggenburg	DE		0	Europe/Berlin	53.7899	13.59816				12	00	13075	13075101
2868825	Müggenburg	mueggenburg	DE		0	Europe/Berlin	53.63311	13.9492				12	00	13075	13075131
2868826	Müggenburg	mueggenburg	DE		0	Europe/Berlin	53.61698	11.76278				12	00	13076	13076029
2868827	Müggenburg	mueggenburg	DE		0	Europe/Berlin	52.9861	11.13436				06	00	03354	03354018
2868828	Müggenburg	mueggenburg	DE		0	Europe/Berlin	52.80874	8.9072				06	00	03251	03251049
2868831	Muggenbrunn	muggenbrunn	DE		0	Europe/Berlin	47.85821	7.91754				01	083	08336	08336087
2868832	Müggenbruch	mueggenbruch	DE		0	Europe/Berlin	51.16993	7.75789				07	059	05962	05962020
2868833	Muggenbach	muggenbach	DE		0	Europe/Berlin	50.21289	10.78279		Muggenbach		02	094	09473	09473165
2868837	Müggelheim	muggelheim	DE		6463	Europe/Berlin	52.41137	13.66403		Berlin-Muggelheim,Berlin-Müggelheim		16	00	11000	11000000
2868839	Muggardt	muggardt	DE		0	Europe/Berlin	47.83018	7.6891				01	083	08315	08315074
2868841	Mügeln	muegeln	DE		0	Europe/Berlin	51.85323	13.02663				14	00	15091	15091145
2868842	Mügeln	muegeln	DE		4879	Europe/Berlin	51.23619	13.04567		Migeln,Migelne,Mjugel'n,Muegeln,Mugeln,Mügeln,Mīgelne,mi ge er en,mwghln,mwgln,Мигелн,Мюгельн,موغلن,موگلن,米格尔恩		13	00	14730	14730200
2868843	Mügeln	muegeln	DE		0	Europe/Berlin	50.9811	13.86716				13	00	14628	14628160
2868844	Muffendorf	muffendorf	DE		0	Europe/Berlin	50.67171	7.15891		Muffendorf		07	053	05314	05314000
2868845	Mueß	muess	DE		0	Europe/Berlin	53.59807	11.48113				12	00	13076	13076117
2868849	Müdisdorf	muedisdorf	DE		0	Europe/Berlin	50.82552	13.35176				13	00	14522	14522340
2868850	Müdesheim	mudesheim	DE		0	Europe/Berlin	49.96807	9.9165		Mudesheim,Müdesheim		02	096	09677	09677114
2868855	Muderpolz	muderpolz	DE		0	Europe/Berlin	47.48877	10.24828		Muderbolz,Muderpolz		02	097	09780	09780134
2868858	Müdenerberg	muedenerberg	DE		0	Europe/Berlin	50.19339	7.33423				08	00	07135	07135066
2868862	Müden	mueden	DE		689	Europe/Berlin	50.18498	7.33947				08	00	07135	07135066
2868863	Müddersheim	mueddersheim	DE		0	Europe/Berlin	50.75165	6.66395				07	053	05358	05358060
2868865	Muddenhagen	muddenhagen	DE		0	Europe/Berlin	51.55912	9.32749		Muddenhagen		07	057	05762	05762012
2868869	Muckwar	muckwar	DE		0	Europe/Berlin	51.68369	14.02287		Muckwar		11	00	12066	12066202
2868870	Muckum	muckum	DE		0	Europe/Berlin	52.22436	8.53645		Muckum		07	057	05758	05758004
2868871	Muckrow	muckrow	DE		0	Europe/Berlin	51.61485	14.41463		Mokra		11	00	12071	12071372
2868872	Mücklingen	muecklingen	DE		0	Europe/Berlin	53.17806	10.78342				06	00	03355	03355025
2868874	Mückle	mueckle	DE		0	Europe/Berlin	47.63035	9.58707				01	084	08435	08435030
2868875	Muckhorst	muckhorst	DE		0	Europe/Berlin	52.3083	7.79345				07	055	05566	05566056
2868877	Muckers	muckers	DE		0	Europe/Berlin	51.8218	14.07614		Kolonie Muckers,Muckers		11	00	12066	12066320
2868878	Muckern	muckern	DE		0	Europe/Berlin	51.21408	12.46237				13	00	14729	14729190
2868879	Mückern	mueckern	DE		0	Europe/Berlin	50.90993	12.16794				15	00	16076	16076023
2868883	Mückenwiese	mueckenwiese	DE		0	Europe/Berlin	49.35488	7.8848				08	00	07332	07332014
2868884	Muckenthal	muckenthal	DE		0	Europe/Berlin	49.88641	12.14275				02	093	09377	09377159
2868888	Muckental	muckental	DE		0	Europe/Berlin	48.99522	10.19939				01	081	08136	08136018
2868891	Muckenschopf	muckenschopf	DE		0	Europe/Berlin	48.69433	7.98758		Muckenschopf		01	082	08216	08216028
2868892	Muckenreuth	muckenreuth	DE		0	Europe/Berlin	50.00518	11.49368				02	094	09477	09477142
2868893	Muckenreuth	muckenreuth	DE		0	Europe/Berlin	49.93874	11.77718				02	094	09472	09472156
2868896	Mückenloch	muckenloch	DE		0	Europe/Berlin	49.39016	8.85958		Muckenloch,Mückenloch		01	082	08226	08226056
2868900	Mückenhof	mueckenhof	DE		0	Europe/Berlin	50.68333	10.06667				15	00	16063	16063015
2868904	Mückenhain	mueckenhain	DE		0	Europe/Berlin	51.26735	14.90277				13	00	14626	14626200
2868906	Mückendorf	mueckendorf	DE		0	Europe/Berlin	53.88603	9.38723				10	00	01061	01061023
2868907	Mückendorf	mueckendorf	DE		0	Europe/Berlin	52.07662	13.48644				11	00	12072	12072014
2868908	Muckendorf	muckendorf	DE		0	Europe/Berlin	48.74189	12.06555				02	092	09274	09274176
2868912	Mückenberg	muckenberg	DE		0	Europe/Berlin	48.22108	8.33153				01	083	08325	08325036
2868919	Muckenbach	muckenbach	DE		0	Europe/Berlin	49.19954	12.30263				02	093	09376	09376149
2868925	Muchowshof	muchowshof	DE		0	Europe/Berlin	53.49066	13.81686				12			
2868928	Muchensiefen	muchensiefen	DE		0	Europe/Berlin	50.883	7.22651				07	053	05382	05382028
2868930	Muchelndorf	muchelndorf	DE		0	Europe/Berlin	53.84638	9.566				10	00	01061	01061073
2868932	Mücheln	muecheln	DE		0	Europe/Berlin	51.57574	11.82883				14	00	15088	15088216
2868933	Mücheln	muecheln	DE		6389	Europe/Berlin	51.29688	11.80759		Mikheln,Mjukhel'n,Mucheln,Muecheln,Mücheln,mi xie er en,mwshln,Михелн,Мюхельн,موشلن,米歇尔恩		14	00	15088	15088235
2868937	Mrocke	mrocke	DE		0	Europe/Berlin	51.26667	14.53333				13	00	14625	14625160
2868940	Mozenborn	mozenborn	DE		0	Europe/Berlin	50.7788	6.45681				07	053	05358	05358008
2868943	Moyland	moyland	DE		0	Europe/Berlin	51.75438	6.23941				07	051	05154	05154004
2868947	Mover	mover	DE		0	Europe/Berlin	53.36677	10.28906				06	00	03353	03353007
2868948	Mövenwerder	moevenwerder	DE		0	Europe/Berlin	52.81667	12.03333		Movenwerder,Mowenwerder,Mövenwerder,Möwenwerder		14	00	15090	15090225
2868961	Mötzow	moetzow	DE		0	Europe/Berlin	52.46416	12.59086				11	00	12069	12069019
2868962	Mötzling	motzling	DE		0	Europe/Berlin	48.68396	13.30156		Metzling,Motzling,Mötzling		02	092	09275	09275111
2868963	Mötzlich	moetzlich	DE		0	Europe/Berlin	51.51717	12.01135				14	00	15002	15002000
2868964	Motzlar	motzlar	DE		0	Europe/Berlin	50.67933	9.96525		Motzlar		15	00	16063	16063068
2868969	Motzhaucle	motzhaucle	DE		0	Europe/Berlin	50.49443	9.78648				05	066	06631	06631004
2868970	Motzgatzried	motzgatzried	DE		0	Europe/Berlin	47.6266	10.03238				02	097	09776	09776113
2868971	Motzfeld	motzfeld	DE		0	Europe/Berlin	50.85118	9.8571				05	066	06632	06632006
2868972	Motzersreuth	motzersreuth	DE		0	Europe/Berlin	49.96787	12.39045				02	093	09377	09377142
2868973	Motzenrode	motzenrode	DE		0	Europe/Berlin	51.23582	10.03988				05	066	06636	06636007
2868975	Motzenhofen	motzenhofen	DE		0	Europe/Berlin	48.48988	11.09011				02	097	09771	09771140
2868982	Mötzelbach	moetzelbach	DE		0	Europe/Berlin	50.75295	11.40563				15	00	16073	16073109
2868983	Motzach	motzach	DE		0	Europe/Berlin	47.56635	9.71202				02	097	09776	09776116
2868984	Mottschieß	mottschiess	DE		0	Europe/Berlin	47.96205	9.28581		Mottschies,Mottschiess,Mottschieß		01	084	08437	08437088
2868985	Möttlingen	mottlingen	DE		0	Europe/Berlin	48.76173	8.80035				01	082	08235	08235008
2868989	Mottgers	mottgers	DE		0	Europe/Berlin	50.29822	9.65424				05	064	06435	06435027
2868990	Motterwitz	motterwitz	DE		0	Europe/Berlin	51.19637	12.88132		Motterwitz		13	00	14729	14729160
2868995	Möttau	moettau	DE		0	Europe/Berlin	50.45357	8.40042				05	065	06533	06533018
2868996	Motschenbach	motschenbach	DE		0	Europe/Berlin	50.09213	11.33987		Motschenbach		02	094	09477	09477136
2868997	Mötsch	moetsch	DE		0	Europe/Berlin	49.9633	6.55259				08	00	07232	07232018
2868998	Motrich	motrich	DE		0	Europe/Berlin	53.0368	11.68835				11	00	12070	12070060
2868999	Möthlowshof	moethlowshof	DE		0	Europe/Berlin	52.57782	12.3033		Mothlowshof,Mothowshof,Möthlowshof,Möthowshof		11	00	12063	12063252
2869000	Möthlow	moethlow	DE		0	Europe/Berlin	52.60819	12.65432				11	00	12063	12063186
2869001	Möthlitz	moethlitz	DE		0	Europe/Berlin	52.47548	12.38988				11	00	12063	12063189
2869002	Mothen	mothen	DE		0	Europe/Berlin	47.63405	9.8717				02	097	09776	09776114
2869004	Mostviel	mostviel	DE		0	Europe/Berlin	49.71265	11.25541				02	094	09474	09474124
2869005	Mostrach	mostrach	DE		0	Europe/Berlin	50.21784	11.33972				02	094	09476	09476145
2869006	Mostholz	mostholz	DE		0	Europe/Berlin	50.28114	11.26117				02	094	09476	09476178
2869007	Mösthinsdorf	moesthinsdorf	DE		319	Europe/Berlin	51.63846	12.02366				14	00	15088	15088295
2869010	Möstenberg	mostenberg	DE		0	Europe/Berlin	47.74509	10.42759				02	097	09780	09780114
2869012	Mösten	mosten	DE		0	Europe/Berlin	47.76588	10.71225				02	097	09777	09777171
2869015	Möst	moest	DE		0	Europe/Berlin	51.76261	12.27575				14	00	15082	15082301
2869016	Mösslitz	moesslitz	DE		0	Europe/Berlin	51.62803	12.0925				14	00	15082	15082440
2869017	Mößling	moessling	DE		0	Europe/Berlin	48.26802	12.5232				02	091	09183	09183128
2869021	Mossendorf	mossendorf	DE		0	Europe/Berlin	49.19456	12.00461				02	093	09376	09376119
2869023	Mossenberg	mossenberg	DE		0	Europe/Berlin	51.95188	9.01634				07	057	05766	05766016
2869025	Moßbach	mossbach	DE		445	Europe/Berlin	50.68333	11.81667		Mossbach,Moßbach	16075068	15	00	16075	16075068
2869034	Möslberg	moeslberg	DE		0	Europe/Berlin	48.63864	13.74394		Moselberg,Moslberg,Möselberg,Möslberg		02	092	09275	09275156
2869041	Mosigreut	mosigreut	DE		0	Europe/Berlin	47.75	9.76667				01	084	08436	08436081
2869042	Mosigkau	mosigkau	DE		0	Europe/Berlin	51.80732	12.15315		Dessau-Mosigkau,Mosigkau		14	00	15001	15001000
2869043	Mosheim	mosheim	DE		0	Europe/Berlin	51.08483	9.46134		Mosheim		05	066	06634	06634013
2869044	Mosewarfen	mosewarfen	DE		0	Europe/Berlin	53.58861	7.78558				06	00	03462	03462019
2869049	Moserholz	moserholz	DE		0	Europe/Berlin	48.57319	12.96971				02	092	09277	09277142
2869056	Mösenthin	moesenthin	DE		0	Europe/Berlin	52.74846	11.28453				14	00	15081	15081240
2869057	Mosenhof	mosenhof	DE		0	Europe/Berlin	49.4578	11.48475				02	095	09574	09574128
2869058	Mosenberg	mosenberg	DE		0	Europe/Berlin	50.05504	11.19953				02	094	09478	09478176
2869059	Mosenberg	mosenberg	DE		0	Europe/Berlin	49.65	11.4				02	094	09472	09472118
2869067	Mosen	mosen	DE		0	Europe/Berlin	50.79051	12.12164		Mosen		15	00	16076	16076084
2869069	Moselsürsch	moselsuersch	DE		0	Europe/Berlin	50.25928	7.42401				08	00	07137	07137504
2869070	Möselsberg	moselsberg	DE		0	Europe/Berlin	48.05	9.86667				01	084	08426	08426087
2869072	Möseln	moeseln	DE		0	Europe/Berlin	51.11301	12.80354		Colditz-Moseln,Colditz-Möseln,Moseln,Möseln		13	00	14729	14729080
2869077	Moselerberg	moselerberg	DE		0	Europe/Berlin	52.25214	8.34266				06	00	03459	03459024
2869079	Mosel	mosel	DE		0	Europe/Berlin	50.78118	12.47556		Mosel		13	00	14524	14524330
2869082	Mosebolle	mosebolle	DE		0	Europe/Berlin	51.30559	8.35296				07	059	05958	05958032
2869086	Mosebeck	mosebeck	DE		0	Europe/Berlin	51.95675	8.95789				07	057	05766	05766020
2869088	Möse	moese	DE		0	Europe/Berlin	52.4066	8.466				07	057	05770	05770044
2869089	Mose	mose	DE		0	Europe/Berlin	52.2753	11.62457				14	00	15083	15083565
2869090	Moschwitz	moschwitz	DE		0	Europe/Berlin	50.64034	12.14803				15	00	16076	16076022
2869091	Möschwitz	moeschwitz	DE		0	Europe/Berlin	50.53001	12.17703				13	00	14523	14523330
2869092	Moschwig	moschwig	DE		0	Europe/Berlin	51.73333	12.73333				14	00	15091	15091020
2869097	Möschenfeld	moschenfeld	DE		0	Europe/Berlin	48.07504	11.77391		Moeschenfeld,Möschenfeld		02	091	09184	09184121
2869098	Moschendorf	moschendorf	DE		0	Europe/Berlin	50.28948	11.92887				02	094	09464	09464000
2869099	Moschendorf	moschendorf	DE		0	Europe/Berlin	49.79921	11.32452				02	094	09474	09474129
2869100	Moschelmühle	moschelmuehle	DE		0	Europe/Berlin	49.27712	7.63202				08	00	07340	07340054
2869110	Mosborn	mosborn	DE		0	Europe/Berlin	50.1083	9.40503		Mosborn		05	064	06435	06435008
2869112	Mosberg	mosberg	DE		0	Europe/Berlin	49.55651	7.16243				09	00	10046	10046114
2869124	Mosa	mosa	DE		0	Europe/Berlin	50.77279	9.99639				15	00	16063	16063078
2869125	Mörzheim	moerzheim	DE		0	Europe/Berlin	49.16792	8.07664				08	00	07313	07313000
2869126	Mörz	moerz	DE		0	Europe/Berlin	52.12064	12.68652				11	00	12069	12069474
2869127	Mörz	moerz	DE		0	Europe/Berlin	50.25268	7.39654				08	00	07137	07137501
2869128	Mörz	moerz	DE		0	Europe/Berlin	50.09144	7.38789		Moerz,Morz,Mörz		08	00	07140	07140021
2869054	Moser	moser	DE	39291	0	Europe/Berlin	47.79004	9.77906				01	084	08436	08436078
2869134	Mortka	mortka	DE		0	Europe/Berlin	51.36935	14.36771		Grube Ostfeld,Mortka,Mortkow		13	00	14625	14625330
2869136	Mörtitz	moertitz	DE		0	Europe/Berlin	51.50287	12.64441				13	00	14730	14730080
2869137	Mörtingen	mortingen	DE		0	Europe/Berlin	48.78941	10.39407				01	081	08136	08136045
2869138	Mörtelstein	mortelstein	DE		0	Europe/Berlin	49.35898	9.0474		Mortelstein,Mörtelstein		01	082	08225	08225074
2869139	Mortelgrund	mortelgrund	DE		0	Europe/Berlin	50.68894	13.43445				13	00	14522	14522520
2869141	Mörswinkl	morswinkl	DE		0	Europe/Berlin	49.47178	11.67947				02	093	09371	09371131
2869142	Morswiesen	morswiesen	DE		0	Europe/Berlin	50.3939	7.12473				08	00	07137	07137034
2869151	Mörslingen	morslingen	DE		0	Europe/Berlin	48.62722	10.51434		Morslingen,Mörslingen		02	097	09773	09773150
2869154	Mörsingen	morsingen	DE		0	Europe/Berlin	48.21152	9.43996				01	084	08415	08415085
2869156	Mörshausen	moershausen	DE		0	Europe/Berlin	51.113	9.60741				05	066	06634	06634024
2869157	Mörshausen	moershausen	DE		0	Europe/Berlin	51.04251	9.44445				05	066	06634	06634009
2869161	Mörsenbroich	moersenbroich	DE		0	Europe/Berlin	51.25157	6.80325		Morsenbroich,Mörsenbroich		07	051	05111	05111000
2869162	Mörsen	moersen	DE		0	Europe/Berlin	52.79127	8.62125				06	00	03251	03251042
2869163	Mörsen	moersen	DE		0	Europe/Berlin	52.52437	8.92897				06	00	03256	03256033
2869164	Mörse	moerse	DE		0	Europe/Berlin	52.39184	10.73021				06	00	03103	03103000
2869167	Mörsdorf	moersdorf	DE		426	Europe/Berlin	50.86996	11.79802			16074059	15	00	16074	16074059
2869168	Mörsdorf	moersdorf	DE		699	Europe/Berlin	50.1	7.35		Mersdorf,Mjorsdorf,Moersdorf,Mörsdorf,mo er si duo fu,Мерсдорф,Мёрсдорф,默尔斯多夫	07140503	08	00	07140	07140503
2869170	Morschreuth	morschreuth	DE		0	Europe/Berlin	49.75613	11.26651		Morschreuth		02	094	09474	09474129
2869171	Morscholz	morscholz	DE		0	Europe/Berlin	49.55949	6.85802		Morscholz		09	00	10042	10042116
2869174	Mörschied	moerschied	DE		909	Europe/Berlin	49.7881	7.30435			07134056	08	00	07134	07134056
2869177	Morschenich	morschenich	DE		0	Europe/Berlin	50.86724	6.54217		Morschenich		07	053	05358	05358040
2869178	Mörschenhardt	morschenhardt	DE		0	Europe/Berlin	49.56778	9.17096				01	082	08225	08225060
2869181	Morscheid-Riedenburg	morscheid-riedenburg	DE		0	Europe/Berlin	49.78333	7.08333				08	00	07231	07231502
2869187	Mörsch	moersch	DE		0	Europe/Berlin	49.54889	8.37667				08	00	07311	07311000
2869188	Mörsch	morsch	DE		0	Europe/Berlin	48.96196	8.29785				01	082	08215	08215108
2869189	Morsbrunn	morsbrunn	DE		0	Europe/Berlin	49.57076	11.3984				02	095	09574	09574135
2869190	Mörsbrunn	morsbrunn	DE		0	Europe/Berlin	48.91244	10.5613				02	097	09779	09779197
2869191	Morsbroich	morsbroich	DE		0	Europe/Berlin	51.03333	7.03333				07	053	05316	05316000
2869194	Morsbacherhof	morsbacherhof	DE		0	Europe/Berlin	49.69203	7.81589				08	00	07333	07333043
2869198	Mörsbach	moersbach	DE		0	Europe/Berlin	49.3036	7.39665				08	00	07320	07320000
2869201	Mörsach	morsach	DE		0	Europe/Berlin	49.1475	10.67638		Morsach,Mörsach		02	095	09571	09571113
2869202	Morrieden	morrieden	DE		0	Europe/Berlin	49.25	10.23333				02	095	09571	09571228
2869203	Morp	morp	DE		0	Europe/Berlin	51.22715	6.88894				07	051	05158	05158004
2869204	Morolding	morolding	DE		0	Europe/Berlin	48.41848	12.601				02	092	09277	09277133
2869206	Mornshausen an der Salzböde	mornshausen-an-der-salzboede	DE		0	Europe/Berlin	50.75264	8.60032		Mornshausen,Mornshausen an der Salzbode,Mornshausen an der Salzböde		05	065	06534	06534010
2869207	Mornshausen	mornshausen	DE		0	Europe/Berlin	50.83942	8.54057				05	065	06534	06534007
2869212	Mörmter	moermter	DE		0	Europe/Berlin	51.68415	6.39473				07	051	05170	05170052
2869213	Mörmoosen	mormoosen	DE		0	Europe/Berlin	48.19652	12.58637				02	091	09171	09171133
2869215	Morlitzwinden	morlitzwinden	DE		0	Europe/Berlin	49.3321	10.30144				02	095	09571	09571125
2869216	Morlinge	morlinge	DE		0	Europe/Berlin	52.42271	8.89316		Morlinge,Morlingen		06	00	03256	03256034
2869217	Mörlheim	moerlheim	DE		0	Europe/Berlin	49.18993	8.16438				08	00	07313	07313000
2869218	Morlesau	morlesau	DE		0	Europe/Berlin	50.11721	9.80307		Morlesau		02	096	09672	09672127
2869219	Morles	morles	DE		0	Europe/Berlin	50.62803	9.84935				05	066	06631	06631019
2869362	Moosing	moosing	DE		0	Europe/Berlin	49.88669	11.47917				02	094	09472	09472167
2869223	Mörlbach	morlbach	DE		0	Europe/Berlin	49.48096	10.25778				02	095	09575	09575124
2869224	Mörlbach	morlbach	DE		0	Europe/Berlin	47.96401	11.40673				02	091	09188	09188113
2869225	Morlautern	morlautern	DE		0	Europe/Berlin	49.46855	7.76605		Morlautern		08	00	07312	07312000
2869226	Mörlach	morlach	DE		0	Europe/Berlin	49.20099	11.25007				02	095	09576	09576127
2869227	Mörlach	morlach	DE		0	Europe/Berlin	49.17849	10.6129		Morlach,Mörlach		02	095	09571	09571115
2869228	Mörla	moerla	DE		0	Europe/Berlin	50.72402	11.30779				15	00	16073	16073076
2869231	Morkepütz	morkepuetz	DE		0	Europe/Berlin	50.96587	7.55427		Morkenputz,Morkenpütz,Morkeputz,Morkepütz		07	053	05374	05374048
2869232	Morken	morken	DE		0	Europe/Berlin	51.03333	6.53333				07	053	05362	05362004
2869235	Möritzsch	moeritzsch	DE		0	Europe/Berlin	51.35704	12.18538				14	00	15088	15088205
2869236	Moritzreuth	moritzreuth	DE		0	Europe/Berlin	49.84723	11.49311				02	094	09472	09472155
2869239	Moritzhagen	moritzhagen	DE		0	Europe/Berlin	54.54465	13.32092				12	00	13073	13073059
2869240	Moritzfeld	moritzfeld	DE		0	Europe/Berlin	51.03333	13				13	00	14522	14522300
2869241	Moritzdorf	moritzdorf	DE		0	Europe/Berlin	54.35228	13.68377				12	00	13073	13073084
2869242	Moritzdorf	moritzdorf	DE		0	Europe/Berlin	51.19519	13.83318		Moritzdorf		13	00	14625	14625430
2869246	Moritzbrunn	moritzbrunn	DE		0	Europe/Berlin	48.84952	11.18884				02	091	09176	09176111
2869247	Moritzberg	moritzberg	DE		0	Europe/Berlin	52.15207	9.91579		Moritzberg		06	00	03254	03254021
2869259	Mori	mori	DE		0	Europe/Berlin	53.88333	10.63333				10	00	01003	01003000
2869260	Morgensternsheide	morgensternsheide	DE		0	Europe/Berlin	51.20833	6.65103		Morgensternsheide		07	051	05162	05162024
2869262	Morgenstern	morgenstern	DE		0	Europe/Berlin	54.6	9.03333		Morgenstern		10	00	01054	01054024
2869263	Morgenstern	morgenstern	DE		0	Europe/Berlin	54.46763	9.39991				10	00	01059	01059023
2869268	Morgenröthe-Rautenkranz	morgenroethe-rautenkranz	DE		893	Europe/Berlin	50.4463	12.51308		Morgenrete-Rautenkranc,Morgenrjote-Rautenkranc,Моргенрете-Раутенкранц,Моргенрёте-Раутенкранц		13	00	14523	14523245
2869269	Morgenröthe	morgenroethe	DE		0	Europe/Berlin	50.44331	12.51413				13	00	14523	14523245
2869274	Morgenland	morgenland	DE		0	Europe/Berlin	53.45194	8.38147				06	00	03461	03461009
2869282	Morgenbachtal	morgenbachtal	DE		0	Europe/Berlin	50.00487	7.85063				08	00	07339	07339058
2869283	Mörgen	morgen	DE		0	Europe/Berlin	48.14965	10.50446				02	097	09778	09778134
2869284	Morgen	morgen	DE		0	Europe/Berlin	47.61444	10.36297				02	097	09780	09780137
2869286	Mörfelden	moerfelden	DE		0	Europe/Berlin	49.97612	8.565				05	064	06433	06433008
2869288	Morenhoven	morenhoven	DE		0	Europe/Berlin	50.66745	6.95334		Morenhoven		07	053	05382	05382064
2869305	Mörbach	moerbach	DE		0	Europe/Berlin	51.44981	10.69641		Merbeke [a. 1226],Morbach,Mörbach		15	00	16062	16062066
2869310	Moratneustetten	moratneustetten	DE		0	Europe/Berlin	49.37552	10.59719				02	095	09571	09571217
2869317	Mooswiese	mooswiese	DE		0	Europe/Berlin	48.87558	9.78169				01	081	08136	08136015
2869324	Moosvogl	moosvogl	DE		0	Europe/Berlin	48.39071	12.58472				02	092	09277	09277133
2869326	Moosthann	moosthann	DE		0	Europe/Berlin	48.66674	12.28153				02	092	09274	09274174
2869330	Moosstetten	moosstetten	DE		0	Europe/Berlin	48.21163	11.94798				02	091	09177	09177135
2869335	Moosreiten	moosreiten	DE		0	Europe/Berlin	47.66024	10.81711				02	091	09190	09190143
2869336	Moosrain	moosrain	DE		0	Europe/Berlin	47.76711	11.72026				02	091	09182	09182116
2869339	Moosmühle	moosmuhle	DE		0	Europe/Berlin	48.05895	10.30986				02	097	09778	09778136
2869344	Moosmühl	moosmuhl	DE		0	Europe/Berlin	47.76667	11.15				02	091	09190	09190131
2869347	Mooslohe	mooslohe	DE		0	Europe/Berlin	49.85008	12.31883				02	093	09377	09377154
2869353	Mooslachen	mooslachen	DE		0	Europe/Berlin	47.56667	9.63333				02			
2869355	Mooskorb	mooskorb	DE		0	Europe/Berlin	49.13203	10.70118				02	095	09577	09577136
2869365	Mooshütte	mooshutte	DE		0	Europe/Berlin	49.13607	13.1278				02	093	09372	09372178
2869370	Mooshof	mooshof	DE		0	Europe/Berlin	49.0754	13.0798				02	092	09276	09276117
2869371	Mooshof	mooshof	DE		0	Europe/Berlin	49.00344	12.95646				02	092	09276	09276134
2869372	Mooshof	mooshof	DE		0	Europe/Berlin	48.42041	12.94553				02	092	09277	09277138
2869383	Moosheim	moosheim	DE		0	Europe/Berlin	51.01348	13.09123				13	00	14522	14522500
2869384	Moosheim	moosheim	DE		0	Europe/Berlin	48.04271	9.4957				01	084	08437	08437100
2869385	Moosheide	moosheide	DE		0	Europe/Berlin	51.85893	8.71219				07	057	05754	05754036
2869386	Mooshaide	mooshaide	DE		0	Europe/Berlin	50.64645	13.13799		Mooshaide,Moosheide		13	00	14521	14521390
2869394	Mooshausen	mooshausen	DE		0	Europe/Berlin	47.9724	10.08373				01	084	08436	08436004
2869396	Moosham	moosham	DE		0	Europe/Berlin	48.92521	12.27139				02	093	09375	09375170
2869397	Moosham	moosham	DE		0	Europe/Berlin	48.83191	13.41511				02	092	09272	09272120
2869398	Moosham	moosham	DE		0	Europe/Berlin	48.71133	11.6841				02	092	09273	09273113
2869399	Moosham	moosham	DE		0	Europe/Berlin	48.54417	13.21695				02	092	09275	09275138
2869400	Moosham	moosham	DE		0	Europe/Berlin	48.39128	12.70553				02	092	09277	09277116
2869401	Moosham	moosham	DE		0	Europe/Berlin	47.99578	12.59059				02	091	09189	09189157
2869402	Moosham	moosham	DE		0	Europe/Berlin	47.99693	12.28859				02	091	09187	09187113
2869403	Moosham	moosham	DE		0	Europe/Berlin	47.92142	12.91353				02	091	09172	09172122
2869404	Moosham	moosham	DE		0	Europe/Berlin	47.90581	11.53788				02	091	09173	09173120
2869406	Moosham	moosham	DE		0	Europe/Berlin	48.00195	12.21547				02	091	09187	09187134
2869411	Moosgasse	moosgasse	DE		0	Europe/Berlin	48.18343	8.45383				01	083	08325	08325071
2869413	Moosfürth	moosfurth	DE		0	Europe/Berlin	48.7314	12.77689				02	092	09279	09279137
2869423	Moosen	moosen	DE		0	Europe/Berlin	47.82004	12.49799				02	091	09189	09189159
2869424	Moosen	moosen	DE		0	Europe/Berlin	48.34401	12.18332				02	091	09177	09177139
2869425	Moosen	moosen	DE		0	Europe/Berlin	48.27859	12.44637				02	091	09183	09183151
2869426	Moosen	moosen	DE		0	Europe/Berlin	48.11779	12.66081				02	091	09171	09171119
2869427	Moosen	moosen	DE		0	Europe/Berlin	47.88184	12.8884				02	091	09172	09172130
2869428	Moosen	moosen	DE		0	Europe/Berlin	47.88412	12.26769				02	091	09187	09187128
2869429	Moosen	moosen	DE		0	Europe/Berlin	47.73333	11.58333				02	091	09173	09173124
2869441	Mooseck	mooseck	DE		0	Europe/Berlin	48.26472	13.00101				02	092	09277	09277145
2869442	Mooseck	mooseck	DE		0	Europe/Berlin	47.74983	12.09337				02	091	09187	09187120
2869444	Moosdorf	moosdorf	DE		0	Europe/Berlin	49.35719	12.7007				02	093	09372	09372171
2869445	Moosdorf	moosdorf	DE		0	Europe/Berlin	48.87776	12.6657				02	092	09278	09278113
2869451	Moosbuch	moosbuch	DE		0	Europe/Berlin	48.34169	12.60516				02	091	09171	09171127
2869452	Moosbrunn	moosbrunn	DE		0	Europe/Berlin	49.42611	8.93139				01	082	08226	08226081
2869455	Moosbronn	moosbronn	DE		0	Europe/Berlin	48.83656	8.38836		Moosbronn		01	082	08216	08216015
2869456	Moosbichl	moosbichl	DE		0	Europe/Berlin	47.80947	11.926				02	091	09187	09187129
2869457	Moosbeuren	moosbeuren	DE		0	Europe/Berlin	48.17931	9.72582				01	084	08425	08425091
2869459	Moosberg	moosberg	DE		0	Europe/Berlin	48.65922	12.35727				02	092	09274	09274188
2869475	Moosbauer	moosbauer	DE		0	Europe/Berlin	48.50218	13.30925				02	092	09275	09275122
2869497	Mooseurach	mooseurach	DE		0	Europe/Berlin	47.80616	11.4428		Moosaurach,Mooseurach		02	091	09173	09173134
2869498	Moosau	moosau	DE		0	Europe/Berlin	49.11667	12.93333				02	092	09276	09276144
2869499	Moosau	moosau	DE		0	Europe/Berlin	48.98427	13.30333				02	092	09276	09276121
2869584	Moorwettern	moorwettern	DE		0	Europe/Berlin	53.75072	9.01182				06	00	03352	03352008
2869589	Moorweide	moorweide	DE		0	Europe/Berlin	53.11329	8.5684				06	00	03458	03458005
2869590	Moorweide	moorweide	DE		0	Europe/Berlin	52.93333	8.95				06	00	03361	03361004
2869594	Moorwarfen	moorwarfen	DE		0	Europe/Berlin	53.5547	7.9288				06	00	03455	03455007
2869595	Moorwerder	moorwerder	DE		0	Europe/Berlin	53.47856	10.05304		Moorwarder,Moorwerder,Moorwärder		04	00	02000	02000000
2869603	Moorsum	moorsum	DE		0	Europe/Berlin	53.55652	7.985				06	00	03455	03455015
2869604	Moorstrich	moorstrich	DE		0	Europe/Berlin	53.46137	7.89134				06	00	03462	03462005
2869607	Moorshoven	moorshoven	DE		0	Europe/Berlin	51.12856	6.3178		Moorshoven		07	053	05370	05370040
2869609	Moorseite	moorseite	DE		0	Europe/Berlin	53.27499	8.28172				06	00	03461	03461008
2869612	Moorsee	moorsee	DE		0	Europe/Berlin	54.26477	10.1469				10	00	01002	01002000
2869619	Moorriem	moorriem	DE		0	Europe/Berlin	53.23333	8.35				06	00	03461	03461004
2869628	Moorort	moorort	DE		0	Europe/Berlin	52.52478	8.64086				07	057	05770	05770040
2869635	Moorlage	moorlage	DE		0	Europe/Berlin	53.42469	7.63155				06	00	03452	03452006
2869636	Moorlage	moorlage	DE		0	Europe/Berlin	52.39685	7.38781				06	00	03454	03454010
2869637	Moorlage	moorlage	DE		0	Europe/Berlin	51.87835	8.96364		Am Bahnhof,Moorlage		07	057	05766	05766032
2869639	Moorkaten	moorkaten	DE		0	Europe/Berlin	53.82145	9.91209		Moorkate,Moorkaten		10	00	01060	01060044
2869644	Moorkamp	moorkamp	DE		0	Europe/Berlin	53.03333	8.63333				06	00	03401	03401000
2869645	Moorkamp	moorkamp	DE		0	Europe/Berlin	52.67136	8.21726				06	00	03460	03460006
2869647	Mooringen	mooringen	DE		0	Europe/Berlin	53.20493	8.94969				06	00	03356	03356005
2869648	Moorhüttensiedlung	moorhuettensiedlung	DE		0	Europe/Berlin	52.28333	10.58333				06	00	03101	03101000
2869654	Moorhufen	moorhufen	DE		0	Europe/Berlin	53.76872	9.52189		Moorhofen,Moorhufen		10	00	01061	01061037
2869655	Moorhörn	moorhoern	DE		0	Europe/Berlin	54.4	8.95				10	00	01054	01054095
2869659	Moorhof	moorhof	DE		0	Europe/Berlin	52.79731	13.96482				11	00	12064	12064125
2869662	Moorheide	moorheide	DE		0	Europe/Berlin	51.11128	6.23608				07	053	05370	05370004
2869664	Moorhäuser	moorhaeuser	DE		0	Europe/Berlin	52.60935	8.34296				06	00	03251	03251012
2869665	Moorhäuser	moorhaeuser	DE		0	Europe/Berlin	54.76667	8.81667				10	00	01054	01054088
2869667	Moorhausen	moorhausen	DE		0	Europe/Berlin	53.56201	7.95972				06	00	03455	03455015
2869668	Moorhausen	moorhausen	DE		0	Europe/Berlin	53.4238	8.12938				06	00	03455	03455026
2869669	Moorhausen	moorhausen	DE		0	Europe/Berlin	53.17221	8.30837				06	00	03461	03461004
2869670	Moorhausen	moorhausen	DE		0	Europe/Berlin	53.15512	8.90488				06	00	03356	03356005
2869671	Moorhausen	moorhausen	DE		0	Europe/Berlin	52.58408	8.78768				06	00	03251	03251021
2869678	Moorgarten	moorgarten	DE		0	Europe/Berlin	53.80903	10.57779		Moorgarten		10	00	01003	01003000
2869681	Moorfleet	moorfleet	DE		0	Europe/Berlin	53.50156	10.07996		Moorfleet,Moorfleth		04	00	02000	02000000
2869917	Moncaprice	moncaprice	DE		0	Europe/Berlin	52.91753	13.16674				11	00	12065	12065198
2869683	Moorende	moorende	DE		0	Europe/Berlin	53.50378	9.73191				06	00	03359	03359028
2869684	Moorende	moorende	DE		0	Europe/Berlin	53.19193	8.96242				06	00	03356	03356005
2869695	Moordeich	moordeich	DE		0	Europe/Berlin	54.47796	8.89569				10	00	01054	01054091
2869696	Moordeich	moordeich	DE		0	Europe/Berlin	53.76287	9.17957				06	00	03352	03352042
2869697	Moordeich	moordeich	DE		0	Europe/Berlin	54.71667	8.78333				10	00	01054	01054022
2869698	Moordeich	moordeich	DE		0	Europe/Berlin	54.40403	8.95188				10	00	01054	01054095
2869699	Moorburg	moorburg	DE		0	Europe/Berlin	53.28928	7.89617				06	00	03451	03451007
2869722	Moorausmoor	moorausmoor	DE		0	Europe/Berlin	53.63469	8.96025				06	00	03352	03352052
2869726	Im Moor	im-moor	DE		0	Europe/Berlin	52.48989	8.5247		Im Moor		07	057	05770	05770044
2869727	Moor	moor	DE		0	Europe/Berlin	54.54924	13.32739				12	00	13073	13073059
2869728	Moor	moor	DE		0	Europe/Berlin	53.90281	11.10805				12	00	13074	13074016
2869729	Moor	moor	DE		0	Europe/Berlin	53.12257	11.43848				11	00	12070	12070244
2869730	Moor	moor	DE		0	Europe/Berlin	52.83136	8.99409				06	00	03251	03251049
2869736	Monzel	monzel	DE		0	Europe/Berlin	49.91667	6.95				08	00	07231	07231103
2869739	Montforterhof	montforterhof	DE		0	Europe/Berlin	49.76611	7.76449				08	00	07133	07133027
2869742	Montagsend	montagsend	DE		0	Europe/Berlin	50.98333	6.61667				07	053	05362	05362008
2869747	Mönstetten	monstetten	DE		0	Europe/Berlin	48.47577	10.44491				02	097	09774	09774127
2869748	Mönstadt	moenstadt	DE		0	Europe/Berlin	50.38816	8.42566				05	064	06434	06434004
2869757	Möns	moens	DE		0	Europe/Berlin	53.53736	7.81267				06	00	03462	03462019
2869758	Sandeler Möns	sandeler-moens	DE		0	Europe/Berlin	53.52246	7.845		Mons,Möns,Sandeler Mons,Sandeler Möns		06	00	03455	03455007
2869763	Monplaisir	monplaisir	DE		0	Europe/Berlin	52.00073	11.87546		Monplaisir,Vorwerk Monplaisir		14	00	15089	15089026
2869766	Mönninghausen	moenninghausen	DE		0	Europe/Berlin	51.67576	8.45544				07	059	05974	05974020
2869770	Mönlas	monlas	DE		0	Europe/Berlin	49.60253	11.68121				02	093	09371	09371135
2869772	Mönkvitz	moenkvitz	DE		0	Europe/Berlin	54.41138	13.30391				12	00	13073	13073021
2869773	Mönkloh	moenkloh	DE		268	Europe/Berlin	53.89023	9.78771		Moenkloh,Monkloh,Mönkloh	01060056	10	00	01060	01060056
2869776	Monkeshof	monkeshof	DE		0	Europe/Berlin	53.58024	13.30451				12	00	13071	13071107
2869777	Mönkendorf	moenkendorf	DE		0	Europe/Berlin	54.52938	13.58126				12	00	13073	13073078
2869778	Mönkenbrook	moenkenbrook	DE		0	Europe/Berlin	53.75	10.28333				10	00	01062	01062016
2869779	Mönkehöfen	moenkehoefen	DE		0	Europe/Berlin	52.31391	8.28862				06	00	03459	03459029
2869781	Mönkebüll	moenkebuell	DE		0	Europe/Berlin	54.69098	8.96581				10	00	01054	01054075
2869782	Mönkebude	moenkebude	DE		808	Europe/Berlin	53.76793	13.96894		Monkebude,Mönkebude		12	00	13075	13075093
2869784	Mönkeberg	moenkeberg	DE		0	Europe/Berlin	53.70089	14.14976				12	00	13075	13075085
2869787	Möning	moning	DE		0	Europe/Berlin	49.24086	11.33154				02	093	09373	09373126
2869788	Monigottsöd	monigottsod	DE		0	Europe/Berlin	48.57547	13.79265				02	092	09275	09275156
2869790	Moniberg	moniberg	DE		0	Europe/Berlin	48.53887	12.17776				02	092	09261	09261000
2869918	Monburg	monburg	DE		0	Europe/Berlin	48.46972	10.75167				02	097	09772	09772156
2869919	Monbrunn	monbrunn	DE		0	Europe/Berlin	49.67904	9.25111		Monbrunn		02	096	09676	09676139
2869793	Monhardt	monhardt	DE		0	Europe/Berlin	48.58923	8.64687				01	082	08235	08235006
2869794	Monham	monham	DE		0	Europe/Berlin	48.21546	12.54338				02	091	09183	09183136
2869795	Mongshof	mongshof	DE		0	Europe/Berlin	51.11759	6.45242				07	051	05116	05116000
2869798	Mönekind	moenekind	DE		0	Europe/Berlin	51.26946	8.30339				07	059	05958	05958040
2869802	Mondorf	mondorf	DE		0	Europe/Berlin	50.77682	7.0697		Mondorf		07	053	05382	05382044
2869803	Mondorf	mondorf	DE		0	Europe/Berlin	49.41751	6.59773				09	00	10042	10042113
2869805	Mondfeld	mondfeld	DE		0	Europe/Berlin	49.78229	9.41731		Mondfeld		01	081	08128	08128131
2869806	Mönchzell	monchzell	DE		0	Europe/Berlin	49.33555	8.84975		Monchzell,Mönchzell		01	082	08226	08226049
2869807	Mönchwinkel	moenchwinkel	DE		0	Europe/Berlin	52.39015	13.88694				11	00	12067	12067201
2869808	Mönchweiler	moenchweiler	DE		3173	Europe/Berlin	48.1004	8.42219		Menkhvajler,Mjonkhvajler,Moenchweiler,Mönchweiler,men xi wei lei,Менхвайлер,Менхвајлер,Мёнхвайлер,门希韦勒	08326037	01	083	08326	08326037
2869815	Mönchswalde	moenchswalde	DE		0	Europe/Berlin	51.124	14.41246		Mnisonc,Mnišonc		13	00	14625	14625390
2869819	Mönchstockheim	monchstockheim	DE		0	Europe/Berlin	49.93217	10.36648				02	096	09678	09678183
2869826	Mönchsondheim	monchsondheim	DE		0	Europe/Berlin	49.66721	10.27873		Monchsondheim,Mönchsondheim		02	096	09675	09675139
2869835	Mönchshof	moenchshof	DE		0	Europe/Berlin	50.67706	10.833				15	00	16070	16070029
2869836	Mönchshof	moenchshof	DE		0	Europe/Berlin	53.28	12.54381				12	00	13071	13071175
2869840	Mönchsheu	moenchsheu	DE		0	Europe/Berlin	51.95	10.96667		Monchshai,Monchsheu,Mönchshai,Mönchsheu		14	00	15085	15085185
2869841	Mönchsheim	moenchsheim	DE		0	Europe/Berlin	52.49699	13.65585				11	00	12064	12064227
2869849	Mönchsberg	moenchsberg	DE		0	Europe/Berlin	50.35882	11.23987				15	00	16072	16072024
2869850	Mönchsberg	moenchsberg	DE		0	Europe/Berlin	49.64857	10.56571				02	095	09575	09575113
2869851	Mönchsberg	monchsberg	DE		0	Europe/Berlin	49.63411	11.26051		Fuchsberg,Monchsberg,Mönchsberg		02	094	09474	09474132
2869852	Mönchsberg	monchsberg	DE		0	Europe/Berlin	49.06163	9.56115				01	081	08127	08127052
2869863	Mönchsbad	moenchsbad	DE		0	Europe/Berlin	50.6292	12.95971				13	00	14521	14521160
2869864	Mönchsambach	monchsambach	DE		0	Europe/Berlin	49.81833	10.67644				02	094	09471	09471120
2869866	Mönchröden	monchroden	DE		0	Europe/Berlin	50.29751	11.05732				02	094	09473	09473159
2869868	Mönchow	moenchow	DE		0	Europe/Berlin	53.84343	13.87674		Kolonie Monchow,Kolonie Mönchow,Monchow,Mönchow		12	00	13075	13075137
2869869	Mönchneversdorf	monchneversdorf	DE		0	Europe/Berlin	54.21949	10.73687				10	00	01055	01055038
2869870	Mönchkröttendorf	monchkrottendorf	DE		0	Europe/Berlin	50.09476	11.14353				02	094	09478	09478139
2869871	Mönchhosbach	moenchhosbach	DE		0	Europe/Berlin	51.0384	9.89935				05	066	06632	06632013
2869873	Mönchhöfe	monchhofe	DE		0	Europe/Berlin	48.2519	9.90286				01	084	08426	08426001
2869874	Mönchhof	monchhof	DE		0	Europe/Berlin	48.93447	9.6643				01	081	08119	08119037
2869880	Mönchherrnsdorf	monchherrnsdorf	DE		0	Europe/Berlin	49.8215	10.64969				02	094	09471	09471120
2869881	Mönchhai	moenchhai	DE		0	Europe/Berlin	51.96352	10.97363				14	00	15085	15085185
2869882	Mönchhagen	moenchhagen	DE		1097	Europe/Berlin	54.15146	12.2167		Moenchhagen,Monchhagen,Mönchhagen		12	00	13072	13072072
2869885	Mönchgrün	moenchgruen	DE		0	Europe/Berlin	50.57983	11.76555				15	00	16075	16075033
2869888	Mönchevahlberg	moenchevahlberg	DE		0	Europe/Berlin	52.14813	10.6679				06	00	03158	03158009
2869891	Mönchenholzhausen	moenchenholzhausen	DE		1652	Europe/Berlin	50.96667	11.15		Menkhenkholckhauzen,Mjonkhenkhol'ckhauzen,Moenchenholzhausen,Mönchenholzhausen,men xing huo er ci hao sen,Менхенхолцхаузен,Мёнхенхольцхаузен,门兴霍尔茨豪森	16071103	15	00	16071	16071103
2869893	Mönchenhöfe	moenchenhoefe	DE		167	Europe/Berlin	51.78342	13.06296				14	00	15091	15091145
2869894	Mönchengladbach	moenchengladbach	DE		261742	Europe/Berlin	51.18539	6.44172		Jlabbach,M'onkhengladbakh,MGL,Men'chen'nklantmpach,Menchengladbachas,Menhengladbaha,Menkhengladbakh,Mjonkhengladbakh,Moenchengladbach,Monchengladbach,Muenchen-Gladbach,Mönchengladbach,mein chen klad bakh,men xing ge la de ba he,menhyenguratobahha,menkhengladbakhi,mnsngldbk,moenhengeullateubaheu,mwnshnghladbakh,myonsanagladabakha,Μενχενγκλάντμπαχ,Менхенгладбах,Мьонхенгладбах,Мёнхенгладбах,מנשנגלדבך,مونشنغلادباخ,مونشن‌گلادباخ,म्योन्शनग्लाडबाख,เมินเชนกลัดบัค,მენხენგლადბახი,メンヒェングラートバッハ,门兴格拉德巴赫,묀헨글라트바흐	05116	07	051	05116	05116000
2869900	Mönchehof	moenchehof	DE		0	Europe/Berlin	51.38694	9.45391				05	066	06633	06633007
2869907	Mönchbusch	moenchbusch	DE		0	Europe/Berlin	53.53493	12.3326				12	00	13071	13071001
2869924	Mönau	moenau	DE		0	Europe/Berlin	51.33887	14.50525		Manjow		13	00	14626	14626060
2869926	Monatshausen	monatshausen	DE		0	Europe/Berlin	47.90547	11.21932				02	091	09188	09188141
2869929	Monakam	monakam	DE		0	Europe/Berlin	48.78947	8.75026				01	082	08235	08235008
2869930	Monaise	monaise	DE		0	Europe/Berlin	49.71667	6.6				08	00	07211	07211000
2869935	Mömerzheim	moemerzheim	DE		0	Europe/Berlin	50.6814	6.88051				07	053	05382	05382064
2869938	Momberg	momberg	DE		0	Europe/Berlin	50.87887	9.10974		Momberg		05	065	06534	06534016
2869940	Mombach	mombach	DE		0	Europe/Berlin	50.01888	8.23176		Mombach		08	00	07315	07315000
2869941	Momart	momart	DE		0	Europe/Berlin	49.72685	9.01303				05	064	06437	06437001
2869942	Momansfelden	momansfelden	DE		0	Europe/Berlin	49.10603	12.54946		Momannsfelden,Momansfelden		02	093	09372	09372142
2869943	Molzig	molzig	DE		0	Europe/Berlin	50.22184	7.26093				08	00	07135	07135031
2869945	Molzen	molzen	DE		0	Europe/Berlin	53.00421	10.60571				06	00	03360	03360025
2869947	Molzbach	molzbach	DE		0	Europe/Berlin	50.66631	9.80166				05	066	06631	06631015
2869948	Moltzahn	moltzahn	DE		0	Europe/Berlin	53.77601	12.96475		Moltzahn,Molzahn		12	00	13071	13071014
2869949	Mölz	moelz	DE		0	Europe/Berlin	51.77181	11.88055				14	00	15082	15082256
2869952	Moltow	moltow	DE		0	Europe/Berlin	53.82119	11.52703				12	00	13074	13074031
2869957	Moltenow	moltenow	DE		0	Europe/Berlin	53.90879	11.82953				12	00	13072	13072050
2869958	Moltenow	moltenow	DE		0	Europe/Berlin	53.75552	11.30651				12	00	13074	13074001
2869959	Möltenort	moeltenort	DE		0	Europe/Berlin	54.37607	10.20345				10	00	01057	01057025
2869962	Molsdorf	molsdorf	DE		0	Europe/Berlin	50.90742	10.95912				15	00	16051	16051000
2869963	Mölschow	moelschow	DE		878	Europe/Berlin	54.07698	13.83226				12	00	13075	13075092
2869965	Mölschbacherhof	moelschbacherhof	DE		0	Europe/Berlin	49.23139	7.30136				08	00	07320	07320000
2869966	Mölschbach	moelschbach	DE		0	Europe/Berlin	49.38056	7.82202				08	00	07312	07312000
2869971	Molpertshaus	molpertshaus	DE		0	Europe/Berlin	47.87037	9.80596				01	084	08436	08436085
2869975	Molmke	molmke	DE		0	Europe/Berlin	52.73496	10.89309		Molmke		14	00	15081	15081105
2869979	Molmeck	molmeck	DE		0	Europe/Berlin	51.63625	11.50229				14	00	15087	15087220
2869980	Mölme	moelme	DE		0	Europe/Berlin	52.21639	10.16047				06	00	03254	03254032
2869981	Mollwitz	mollwitz	DE		0	Europe/Berlin	53.76667	13.75				12	00	13075	13075116
2869983	Mollstätten	mollstatten	DE		0	Europe/Berlin	47.9713	12.68687				02	091	09189	09189150
2869984	Mollseifen	mollseifen	DE		0	Europe/Berlin	51.15988	8.50273		Mollseifen		07	059	05958	05958048
2869987	Mölln-Medow	moelln-medow	DE		0	Europe/Berlin	54.37143	13.41703				12	00	13073	13073083
2869990	Mollnitz	mollnitz	DE		0	Europe/Berlin	53.19021	11.84493		Bresch-Mollnitz,Mollnitz		11	00	12070	12070300
2869993	Mölln	moelln	DE		0	Europe/Berlin	54.3934	13.28144				12	00	13073	13073021
2869994	Mölln	moelln	DE		18469	Europe/Berlin	53.61702	10.68742		Meln,Mjol'n,Moelln,Molln,Mölln,mo er en,mwln,Мелн,Мёльн,مولن,默尔恩		10	00	01053	01053090
2869995	Mölln	moelln	DE		604	Europe/Berlin	53.59021	13.08529				12	00	13071	13071102
2869996	Möllmicke	moellmicke	DE		0	Europe/Berlin	50.97371	7.85885				07	059	05966	05966028
2869999	Möllmark	moellmark	DE		0	Europe/Berlin	54.71667	9.7				10	00	01059	01059161
2870003	Möllingen	moellingen	DE		0	Europe/Berlin	50.55038	7.92526				08	00	07143	07143249
2870004	Möllin	moellin	DE		0	Europe/Berlin	53.70786	11.08293				12	00	13074	13074021
2870005	Mollhagen	mollhagen	DE		0	Europe/Berlin	53.70935	10.3782				10	00	01062	01062091
2870008	Möllersfelde	mollersfelde	DE		0	Europe/Berlin	52.63333	13.41667				16	00	11000	11000000
2870009	Möllersdorf	mollersdorf	DE		0	Europe/Berlin	48.4616	12.43409				02	092	09274	09274179
2870016	Möllensen	moellensen	DE		0	Europe/Berlin	52.06574	9.88983				06	00	03254	03254045
2870017	Möllensee	moellensee	DE		0	Europe/Berlin	52.4547	13.87424				11	00	12067	12067201
2870021	Möllensdorf	moellensdorf	DE		194	Europe/Berlin	51.91855	12.53555		Mollensdorf,Möllensdorf		14	00	15091	15091060
2870025	Möllenhagen	moellenhagen	DE		1984	Europe/Berlin	53.52388	12.92868		Melenkhagen,Mjollenkhagen,Moellenhagen,Möllenhagen,mo lun ha gen,Меленхаген,Мёлленхаген,默伦哈根		12	00	13071	13071101
2870027	Mollenfelde	mollenfelde	DE		0	Europe/Berlin	51.40981	9.84309				06	00	03159	03159013
2870031	Möllendorf	moellendorf	DE		0	Europe/Berlin	52.73795	11.84927				14	00	15090	15090180
2870032	Möllendorf	moellendorf	DE		0	Europe/Berlin	52.17012	14.03035				11	00	12067	12067481
2870033	Möllendorf	moellendorf	DE		0	Europe/Berlin	51.67263	13.70632				11	00	12062	12062469
2870034	Möllendorf	moellendorf	DE		311	Europe/Berlin	51.57208	11.41048				14	00	15087	15087275
2870036	Möllenbronn	mollenbronn	DE		0	Europe/Berlin	47.87814	9.53067				01	084	08436	08436096
2870037	Mollenberg	mollenberg	DE		0	Europe/Berlin	52.37331	12.17089		Mollberg,Mollenberg		14	00	15086	15086040
2870038	Mollenberg	mollenberg	DE		0	Europe/Berlin	47.6	9.75				02	097	09776	09776115
2870043	Möllenbeck	moellenbeck	DE		805	Europe/Berlin	53.38951	13.34229				12	00	13071	13071100
2870044	Möllenbeck	moellenbeck	DE		258	Europe/Berlin	53.28739	11.73742				12	00	13076	13076098
2870045	Möllenbeck	moellenbeck	DE		0	Europe/Berlin	52.71403	11.61691				14	00	15090	15090070
2870046	Möllenbeck	moellenbeck	DE		0	Europe/Berlin	52.16361	9.03763				06	00	03257	03257031
2870047	Möllen	moellen	DE		0	Europe/Berlin	53.63726	12.27825				12	00	13072	13072056
2870048	Möllen	moellen	DE		0	Europe/Berlin	52.08169	14.23806				11	00	12067	12067137
2870049	Möllen	moellen	DE		0	Europe/Berlin	51.58184	6.69468				07	051	05170	05170044
2870050	Möllen	mollen	DE		0	Europe/Berlin	47.66667	9.86667				02	097	09776	09776131
2870057	Möllbergen	moellbergen	DE		0	Europe/Berlin	52.20245	8.92691				07	057	05770	05770032
2870059	Mollberg	mollberg	DE		0	Europe/Berlin	53.27935	8.10863				06	00	03451	03451008
2870064	Molkenstraße	molkenstrasse	DE		0	Europe/Berlin	52.72582	8.18637				06	00	03460	03460001
2870069	Molkenbrunn	molkenbrunn	DE		0	Europe/Berlin	50.30826	11.70285				02	094	09475	09475156
2870071	Molkenberg	molkenberg	DE		0	Europe/Berlin	52.696	12.21371				14	00	15090	15090485
2870072	Molkenberg	molkenberg	DE		0	Europe/Berlin	52.40271	14.0661				11	00	12067	12067144
2870073	Molkenberg	molkenberg	DE		0	Europe/Berlin	50.0647	9.12703				02	096	09671	09671143
2870074	Mölkau	moelkau	DE		0	Europe/Berlin	51.33179	12.44167				13	00	14713	14713000
2870078	Molitz	molitz	DE		0	Europe/Berlin	52.76519	11.38119		Molitz		14	00	15081	15081030
2870081	Moldenit	moldenit	DE		0	Europe/Berlin	54.54281	9.61497				10	00	01059	01059073
2870085	Molden	molden	DE		0	Europe/Berlin	52.89422	10.83376				06	00	03354	03354022
2870088	Molchow	molchow	DE		0	Europe/Berlin	52.97755	12.82903				11	00	12068	12068320
2870090	Mölbitz	moelbitz	DE		0	Europe/Berlin	51.46652	12.74843				13	00	14730	14730080
2870091	Molbitz	molbitz	DE		0	Europe/Berlin	50.7423	11.76762				15	00	16075	16075073
2870092	Mölbis	moelbis	DE		0	Europe/Berlin	51.19432	12.49645				13	00	14729	14729370
2870093	Molberting	molberting	DE		0	Europe/Berlin	47.81873	12.66962				02	091	09189	09189145
2870096	Molbath	molbath	DE		0	Europe/Berlin	52.96301	10.71201				06	00	03360	03360024
2870099	Mojenhörn	mojenhoern	DE		0	Europe/Berlin	53.57659	9.61104				06	00	03359	03359020
2870101	Moitzfeld	moitzfeld	DE		0	Europe/Berlin	50.96733	7.18628				07	053	05378	05378004
2870102	Moitin	moitin	DE		0	Europe/Berlin	53.9844	11.72417				12	00	13072	13072022
2870103	Moisselbritz	moisselbritz	DE		0	Europe/Berlin	54.49801	13.40453				12	00	13073	13073074
2870104	Moislingen	moislingen	DE		0	Europe/Berlin	53.19257	10.88277				06	00	03355	03355025
2870105	Moisling	moisling	DE		0	Europe/Berlin	53.84508	10.62959				10	00	01003	01003000
2870107	Moischt	moischt	DE		0	Europe/Berlin	50.77548	8.81757		Moischt		05	065	06534	06534014
2870109	Moischeid	moischeid	DE		0	Europe/Berlin	50.96635	9.04915				05	066	06634	06634006
2870111	Moisall	moisall	DE		0	Europe/Berlin	53.8828	11.83945		Moisall		12	00	13072	13072013
2870113	Moidentin	moidentin	DE		0	Europe/Berlin	53.82047	11.48488				12	00	13074	13074019
2870114	Moide	moide	DE		0	Europe/Berlin	52.9852	9.94059		Moide		06	00	03358	03358021
2870115	Mohsdorf	mohsdorf	DE		0	Europe/Berlin	50.93427	12.82685		Mohsdorf		13	00	14522	14522060
2870116	Mohrweiler	mohrweiler	DE		0	Europe/Berlin	50.06309	6.58588				08	00	07232	07232075
2870118	Möhrsdorf	moehrsdorf	DE		0	Europe/Berlin	51.21003	14.07444				13	00	14625	14625220
2870121	Mohrkirchwesterholz	mohrkirchwesterholz	DE		0	Europe/Berlin	54.67517	9.69023				10	00	01059	01059060
2870123	Mohrkirchosterholz	mohrkirchosterholz	DE		0	Europe/Berlin	54.67363	9.73199				10	00	01059	01059060
2870127	Möhringen	moehringen	DE		0	Europe/Berlin	48.72634	9.15187				01	081	08111	08111000
2870128	Möhringen	mohringen	DE		0	Europe/Berlin	48.17607	9.53922				01	084	08426	08426121
2870129	Möhringen	mohringen	DE		0	Europe/Berlin	47.95865	8.76366				01	083	08327	08327050
2870130	Möhrig	mohrig	DE		0	Europe/Berlin	49.21105	9.48091				01	081	08126	08126066
2870132	Mohrhaus	mohrhaus	DE		0	Europe/Berlin	47.7	9.7				01	084	08436	08436018
2870133	Mohrental	mohrental	DE		0	Europe/Berlin	50.81989	11.20811		Mohrental,Mohrenthal		15	00	16071	16071079
2870137	Möhrenreuth	mohrenreuth	DE		0	Europe/Berlin	50.16329	11.57773				02	094	09477	09477118
2870141	Mohrenhausen	mohrenhausen	DE		0	Europe/Berlin	48.19642	10.27273				02	097	09778	09778221
2870142	Möhrendorf	moehrendorf	DE		0	Europe/Berlin	50.65	8.08333				08	00	07143	07143302
2870147	Möhrenbach	moehrenbach	DE		737	Europe/Berlin	50.62335	10.99565		Merenbakh,Mjorenbakh,Mohrenbach,Möhrenbach,mo he lun ba he,Меренбах,Мёренбах,默赫伦巴赫	16070029	15	00	16070	16070029
2870148	Möhren	mohren	DE		0	Europe/Berlin	48.93543	10.87277		Moehren,Mohren,Möhren		02	095	09577	09577173
2870155	Möhra	moehra	DE		0	Europe/Berlin	50.86224	10.25266				15	00	16063	16063003
2870156	Mohr	mohr	DE		0	Europe/Berlin	54.35	9.71667				10	00	01058	01058111
2870157	Hof Möhr	hof-moehr	DE		0	Europe/Berlin	53.09707	9.84976		Moehr,Möhr		06	00	03358	03358019
2870158	Mohr	mohr	DE		0	Europe/Berlin	47.98319	9.93257				01	084	08426	08426100
2870160	Mohorn	mohorn	DE		0	Europe/Berlin	51.00489	13.46569		Mohorn		13	00	14628	14628410
2870162	Moholz	moholz	DE		0	Europe/Berlin	51.30529	14.78056		Wuhelc		13	00	14626	14626370
2870167	Möhnhof	mohnhof	DE		0	Europe/Berlin	48.75228	9.97044				01	081	08136	08136007
2870168	Mohnhausen	mohnhausen	DE		0	Europe/Berlin	51.02439	8.91852				05	066	06635	06635013
2870177	Möhn	moehn	DE		0	Europe/Berlin	49.83604	6.58691				08	00	07235	07235501
2870179	Mohlscheid	mohlscheid	DE		0	Europe/Berlin	50.90225	7.31831				07	053	05382	05382040
2870180	Mohlis	mohlis	DE		0	Europe/Berlin	51.16328	13.39623		Mohlis		13	00	14627	14627080
2870181	Mohlis	mohlis	DE		0	Europe/Berlin	50.92022	12.29917				15	00	16077	16077043
2870184	Möhlenwarf	moehlenwarf	DE		0	Europe/Berlin	53.17732	7.30416				06	00	03457	03457021
2870189	Möhlau	moehlau	DE		0	Europe/Berlin	51.62075	12.17526				14	00	15082	15082440
2870190	Möhlau	moehlau	DE		2225	Europe/Berlin	51.73126	12.35282		Mohlau,Möhlau		14	00	15091	15091110
2870191	Möhla	moehla	DE		0	Europe/Berlin	51.37192	13.10247				13	00	14730	14730050
2870195	Mögling	mogling	DE		0	Europe/Berlin	48.73417	12.65369				02	092	09279	09279132
2870196	Mögling	mogling	DE		0	Europe/Berlin	48.02003	12.53304				02	091	09189	09189157
2870197	Möglin	moeglin	DE		0	Europe/Berlin	52.66509	14.10773				11	00	12064	12064417
2870200	Möglenz	moeglenz	DE		0	Europe/Berlin	51.49065	13.33528				11	00	12062	12062024
2870201	Möging	moging	DE		0	Europe/Berlin	48.67579	13.39131				02	092	09275	09275135
2870203	Möggingen	moggingen	DE		0	Europe/Berlin	48.78215	10.63622				02	097	09779	09779155
2870204	Möggingen	moggingen	DE		0	Europe/Berlin	47.76624	9.00482		Moggingen,Möggingen		01	083	08335	08335063
2870205	Mogger	mogger	DE		0	Europe/Berlin	50.28846	11.16717				15	00	16072	16072024
2870206	Möggenweiler	moggenweiler	DE		0	Europe/Berlin	47.72117	9.40409		Moggenweiler,Möggenweiler		01	084	08435	08435034
2870208	Moggendorf	moggendorf	DE		0	Europe/Berlin	49.91823	11.30296				02	094	09472	09472154
2870209	Moggenbrunn	moggenbrunn	DE		0	Europe/Berlin	50.31421	10.94861				02	094	09473	09473144
2870210	Moggast	moggast	DE		0	Europe/Berlin	49.76799	11.26179				02	094	09474	09474121
2870211	Mögersbronn	mogersbronn	DE		0	Europe/Berlin	49.13338	10.32722				02	095	09571	09571145
2870214	Mögen	moegen	DE		0	Europe/Berlin	51.18395	13.22161				13	00	14627	14627130
2870215	Mögelin	moegelin	DE		0	Europe/Berlin	52.56117	12.32631				11	00	12063	12063244
2870216	Mögeldorf	mogeldorf	DE		0	Europe/Berlin	49.45875	11.13224				02	095	09564	09564000
2870218	Moese	moese	DE		0	Europe/Berlin	51.76038	8.437				07	057	05774	05774020
2870219	Moese	moese	DE		0	Europe/Berlin	51.77332	8.37708				07	057	05754	05754032
2870222	Modschiedel	modschiedel	DE		0	Europe/Berlin	50.03222	11.26721				02	094	09478	09478176
2870223	Mödrath	moedrath	DE		0	Europe/Berlin	50.87797	6.69736		Modrath,Mödrath		07	053	05362	05362032
2870224	Mödnitz	moednitz	DE		0	Europe/Berlin	51.17208	12.14246				14	00	15084	15084235
2870225	Mödlsbach	modlsbach	DE		0	Europe/Berlin	48.55252	12.98539				02	092	09277	09277126
2870226	Modlos	modlos	DE		0	Europe/Berlin	50.26523	9.77411				02	096	09672	09672138
2870227	Modlitz	modlitz	DE		0	Europe/Berlin	50.22917	11.82635				02	094	09475	09475142
2870228	Mödlitz	modlitz	DE		0	Europe/Berlin	50.21706	11.19618				02	094	09476	09476171
2870229	Mödlich	moedlich	DE		0	Europe/Berlin	53.07825	11.39394				11	00	12070	12070246
2870230	Mödlenreuth	modlenreuth	DE		0	Europe/Berlin	50.12394	11.75722				02	094	09475	09475189
2870231	Little Berlin	little-berlin	DE		0	Europe/Berlin	50.41504	11.88359		Klein-Berlin,Little Berlin,Modlareuth,Mödlareuth		02	094	09475	09475181
2870232	Mödishofen	modishofen	DE		0	Europe/Berlin	48.32473	10.65195				02	097	09772	09772211
2870233	Mödingen	moedingen	DE		1353	Europe/Berlin	48.64327	10.43173		Medingen,Mjodingen,Myodingen,mo ding gen,mwdyngn,Мединген,Медінген,Мёдинген,Մյոդինգեն,مودینگن,默丁根	09773147	02	097	09773	09773147
2870234	Möding	moding	DE		0	Europe/Berlin	48.64704	12.72649				02	092	09279	09279122
2870236	Mödesse	moedesse	DE		0	Europe/Berlin	52.37145	10.29544		Me'esse,Moeesse,Möesse		06	00	03157	03157001
2870237	Moderwitz	moderwitz	DE		0	Europe/Berlin	50.72289	11.76014		Moderwitz,Neustadt-Moderwitz		15	00	16075	16075073
2870241	Möderitz	moederitz	DE		0	Europe/Berlin	53.44922	11.79279				12	00	13076	13076108
2870242	Möderhof	moderhof	DE		0	Europe/Berlin	48.87396	10.59705				02	097	09779	09779130
2870245	Möderau	moederau	DE		0	Europe/Berlin	51.56402	11.92316				14	00	15088	15088295
2870250	Modelwitz	modelwitz	DE		0	Europe/Berlin	50.95019	12.4672				15	00	16077	16077001
2870252	Modelshausen	modelshausen	DE		0	Europe/Berlin	48.50486	10.67862				02	097	09773	09773143
2870256	Modderort	modderort	DE		0	Europe/Berlin	53.26301	13.8947				11	00	12073	12073452
2870261	Mockzig	mockzig	DE		0	Europe/Berlin	50.93281	12.47657				15	00	16077	16077001
2870262	Möckwitz	moeckwitz	DE		0	Europe/Berlin	51.13585	13.05813				13	00	14522	14522080
2870263	Mockritz	mockritz	DE		0	Europe/Berlin	51.61339	12.96761		Mockritz		13	00	14730	14730120
2870264	Mockritz	mockritz	DE		0	Europe/Berlin	51.16472	13.07644		Mockritz		13	00	14522	14522220
2870265	Mockritz	mockritz	DE		0	Europe/Berlin	51.01546	13.74094				13	00	14612	14612000
2870267	Möckowberg	moeckowberg	DE		0	Europe/Berlin	53.99815	13.59306		Mockowberg,Moeckow Berg,Möckowberg		12	00	13075	13075156
2870268	Moeckow	moeckow	DE		0	Europe/Berlin	53.99112	13.59112		Mockow,Möckow		12	00	13075	13075156
2870270	Möcking	moecking	DE		0	Europe/Berlin	51.30882	7.4537				07	059	05954	05954004
2870272	Mockethal	mockethal	DE		0	Europe/Berlin	50.97508	13.95985				13	00	14628	14628270
2870274	Mockersdorf	mockersdorf	DE		0	Europe/Berlin	49.83416	11.82999				02	093	09374	09374140
2870275	Möckers	moeckers	DE		0	Europe/Berlin	50.70364	10.39903				15	00	16066	16066063
2870276	Möckern	moeckern	DE		0	Europe/Berlin	53.11071	12.80984				11	00	12068	12068353
2870277	Möckern	moeckern	DE		0	Europe/Berlin	52.75	11.76667				14	00	15090	15090415
2870278	Möckern	moeckern	DE		6154	Europe/Berlin	52.14099	11.95203		M'okern,Mekern,Mjokkern,Mockern,Moeckern,Möckern,Tessen,mo ke er en,mwkrn,Мекерн,Мьокерн,Мёккерн,Тессен,موكرن,موکرن,默克尔恩		14	00	15086	15086140
2870279	Möckern	moeckern	DE		0	Europe/Berlin	51.36998	12.34827				13	00	14713	14713000
2870281	Möckern	moeckern	DE		136	Europe/Berlin	50.85	11.76667			16074058	15	00	16074	16074058
2870282	Möckerling	moeckerling	DE		0	Europe/Berlin	51.3	11.83333				14	00	15088	15088235
2870283	Möckenlohe	mockenlohe	DE		0	Europe/Berlin	48.8229	11.22825		Mockenlohe,Möckenlohe		02	091	09176	09176111
2870286	Möckenau	mockenau	DE		0	Europe/Berlin	49.40095	10.44338				02	095	09571	09571183
2870288	Mockau	mockau	DE		0	Europe/Berlin	51.37637	12.40876				13	00	14713	14713000
2870289	Möchs	mochs	DE		0	Europe/Berlin	49.67672	11.33772				02	094	09474	09474138
2870293	Mochlitz	mochlitz	DE		0	Europe/Berlin	52.0038	14.33327				11	00	12061	12061224
2870294	Mochholz	mochholz	DE		0	Europe/Berlin	51.39654	14.71282		Mochowc		13	00	14626	14626460
2870298	Mocherwitz	mocherwitz	DE		0	Europe/Berlin	51.48426	12.41477				13	00	14730	14730280
2870301	Mochenwangen	mochenwangen	DE		0	Europe/Berlin	47.87559	9.635		Mochenwangen		01	084	08436	08436087
2870302	Mochental	mochental	DE		0	Europe/Berlin	48.2654	9.60488				01	084	08425	08425033
2870305	Mobschatz	mobschatz	DE		0	Europe/Berlin	51.07614	13.6421				13	00	14612	14612000
2870306	Möbiskruge	moebiskruge	DE		0	Europe/Berlin	52.10116	14.59168				11	00	12067	12067357
2870307	Möbisburg	moebisburg	DE		0	Europe/Berlin	50.92185	10.99212				15	00	16051	16051000
2870308	Möbertitz	moebertitz	DE		0	Europe/Berlin	51.16516	13.16125				13	00	14522	14522620
2870309	Mobendorf	mobendorf	DE		0	Europe/Berlin	50.97474	13.19112		Mobendorf		13	00	14522	14522540
2870310	Moabit	moabit	DE		70911	Europe/Berlin	52.52635	13.33903		Berlin-Moabit,Maabit,Moabit,Маабіт,Моабит		16	00	11000	11000000
2870316	Mitwick	mitwick	DE		0	Europe/Berlin	51.85104	7.29937				07	055	05558	05558016
2870317	Mittweide	mittweide	DE		0	Europe/Berlin	52.06321	14.14431				11	00	12067	12067493
2870322	Mittling	mittling	DE		0	Europe/Berlin	48.24666	12.78576				02	091	09171	09171125
2870324	Mittlerweilersbach	mittlerweilersbach	DE		0	Europe/Berlin	49.74859	11.12542				02	094	09474	09474171
2870326	Mittlernhammer	mittlernhammer	DE		0	Europe/Berlin	49.94098	11.74783				02	094	09472	09472199
2870334	Mittlerer Pfitzhof	mittlerer-pfitzhof	DE		0	Europe/Berlin	49.296	9.45936				01	081	08125	08125048
2870343	Herlas	herlas	DE		0	Europe/Berlin	50.08235	11.46717		Herlas,Hintere Herlas,Mittlere Herlas,Vordere Herlas		02	094	09477	09477128
2870347	Mittishaus	mittishaus	DE		0	Europe/Berlin	47.96637	9.77974				01	084	08426	08426038
2870348	Mittich	mittich	DE		0	Europe/Berlin	48.44033	13.3964				02	092	09275	09275134
2870349	Mitterwöhr	mitterwohr	DE		0	Europe/Berlin	48.76853	11.65234				02	091	09186	09186139
2870350	Mitterwindach	mitterwindach	DE		0	Europe/Berlin	48.06667	11.05				02	091	09181	09181146
2870352	Mitterweg	mitterweg	DE		0	Europe/Berlin	47.8494	12.32204				02	091	09187	09187162
2870353	Mitterwasser	mitterwasser	DE		0	Europe/Berlin	48.58155	13.76578				02	092	09275	09275156
2870354	Mitterwachsenberg	mitterwachsenberg	DE		0	Europe/Berlin	48.98371	12.72251				02	092	09278	09278154
2870356	Mittertaubenbach	mittertaubenbach	DE		0	Europe/Berlin	48.28035	12.92745				02	092	09277	09277140
2870357	Mittersthal	mittersthal	DE		0	Europe/Berlin	49.21255	11.55281		Mitterstahl		02	093	09373	09373119
2870358	Mitterstetten	mitterstetten	DE		0	Europe/Berlin	48.70071	11.83484				02	092	09273	09273163
2870360	Mittershausen	mittershausen	DE		0	Europe/Berlin	49.65766	8.71399				05	064	06431	06431011
2870361	Mittersendling	mittersendling	DE		0	Europe/Berlin	48.10772	11.53238				02	091	09162	09162000
2870364	Mitterschneidhart	mitterschneidhart	DE		0	Europe/Berlin	48.85717	12.04461				02	092	09273	09273141
2870365	Mitterschmiddorf	mitterschmiddorf	DE		0	Europe/Berlin	48.44382	12.53094				02	092	09277	09277121
2870366	Mitterschiltern	mitterschiltern	DE		0	Europe/Berlin	48.25064	12.18861				02	091	09177	09177115
2870368	Mitterscheyern	mitterscheyern	DE		0	Europe/Berlin	48.51444	11.46612		Mitterscheyern		02	091	09186	09186151
2870370	Mittersberg	mittersberg	DE		0	Europe/Berlin	49.36044	11.56722				02	093	09373	09373140
2870371	Mittersberg	mittersberg	DE		0	Europe/Berlin	48.59803	11.83352				02	092	09273	09273178
2870372	Mitterroidham	mitterroidham	DE		0	Europe/Berlin	48.00471	12.69234				02	091	09189	09189134
2870373	Mitterrohrenstadt	mitterrohrenstadt	DE		0	Europe/Berlin	49.38248	11.45222				02	093	09373	09373113
2870374	Mitterrohrbach	mitterrohrbach	DE		0	Europe/Berlin	48.49087	12.67216				02	092	09277	09277141
2870376	Mitterrimbach	mitterrimbach	DE		0	Europe/Berlin	48.25	12.08333				02	091	09177	09177127
2870377	Mitterreuten	mitterreuten	DE		0	Europe/Berlin	48.3657	13.36199				02	092	09275	09275116
2870379	Mitterpirach	mitterpirach	DE		0	Europe/Berlin	48.03085	12.38957				02	091	09189	09189133
2870380	Mitterode	mitterode	DE		0	Europe/Berlin	51.10731	9.92489		Mitterode		05	066	06636	06636011
2870383	Mitterndorf	mitterndorf	DE		0	Europe/Berlin	48.7075	13.10973				02	092	09271	09271153
2870384	Mitterndorf	mitterndorf	DE		0	Europe/Berlin	48.2576	11.416				02	091	09174	09174115
2870385	Mitterndorf	mitterndorf	DE		0	Europe/Berlin	47.90403	12.42991				02	091	09187	09187138
2870386	Mitternberg	mitternberg	DE		0	Europe/Berlin	48.28178	13.02467				02	092	09277	09277145
2870387	Mitternach	mitternach	DE		0	Europe/Berlin	48.82912	13.34802				02	092	09272	09272147
2870388	Mittermühle	mittermuhle	DE		0	Europe/Berlin	48.05683	12.57376				02	091	09189	09189149
2870389	Mittermarchenbach	mittermarchenbach	DE		0	Europe/Berlin	48.47413	11.83426				02	091	09178	09178129
2870390	Mittermarbach	mittermarbach	DE		0	Europe/Berlin	48.42686	11.50017				02	091	09174	09174136
2870394	Mitterlind	mitterlind	DE		0	Europe/Berlin	49.9857	11.86317				02	094	09472	09472164
2870395	Mitterlern	mitterlern	DE		0	Europe/Berlin	48.39159	11.92419				02	091	09177	09177112
2870396	Mitterleiten	mitterleiten	DE		0	Europe/Berlin	47.6922	12.25182				02	091	09187	09187114
2870397	Mitterleinbach	mitterleinbach	DE		0	Europe/Berlin	48.731	13.56219				02	092	09272	09272151
2870400	Mitterlangau	mitterlangau	DE		0	Europe/Berlin	49.51667	12.5		Mitterlangau		02	093	09376	09376160
2870401	Mitterkreith	mitterkreith	DE		0	Europe/Berlin	49.2083	12.49153				02	093	09372	09372153
2870402	Mitterkreith	mitterkreith	DE		0	Europe/Berlin	49.10933	11.81245				02	093	09375	09375118
2870406	Mitterkogl	mitterkogl	DE		0	Europe/Berlin	48.99761	12.73177				02	092	09278	09278154
2870407	Mitterkirnberg	mitterkirnberg	DE		0	Europe/Berlin	47.73333	11				02	091	09190	09190117
2870412	Mitterhörlbach	mitterhorlbach	DE		0	Europe/Berlin	48.78687	11.88568				02	092	09273	09273111
2870413	Mitterhöll	mitterholl	DE		0	Europe/Berlin	49.66346	12.22589				02	093	09363	09363000
2870414	Mitterhof	mitterhof	DE		0	Europe/Berlin	48.3954	12.7537				02	092	09277	09277116
2870415	Mitterhof	mitterhof	DE		0	Europe/Berlin	47.76152	12.21463				02	091	09187	09187172
2870418	Mitterheising	mitterheising	DE		0	Europe/Berlin	49	12.23333				02	093	09375	09375117
2870419	Mitterhausen	mitterhausen	DE		0	Europe/Berlin	48.54695	12.85337				02	092	09277	09277111
2870420	Mitterhausen	mitterhausen	DE		0	Europe/Berlin	48.3005	12.67564				02	091	09171	09171127
2870421	Mitterhausen	mitterhausen	DE		0	Europe/Berlin	48.24668	12.76012				02	091	09171	09171125
2870422	Mitterhaselbach	mitterhaselbach	DE		0	Europe/Berlin	48.77695	12.17306				02	092	09278	09278148
2870423	Mitterharthausen	mitterharthausen	DE		0	Europe/Berlin	48.82958	12.55291				02	092	09278	09278121
2870424	Mitterhart	mitterhart	DE		0	Europe/Berlin	47.84075	12.06936				02	091	09187	09187150
2870425	Mitterham	mitterham	DE		0	Europe/Berlin	48.44195	13.29223				02	092	09275	09275149
2870426	Mitterham	mitterham	DE		0	Europe/Berlin	47.85752	11.97973				02	091	09187	09187117
2870428	Mitterhaarbach	mitterhaarbach	DE		0	Europe/Berlin	48.42582	13.25695				02	092	09275	09275149
2870431	Mittergolding	mittergolding	DE		0	Europe/Berlin	48.50496	12.13099				02	092	09274	09274182
2870432	Mittergars	mittergars	DE		0	Europe/Berlin	48.15233	12.32966		Miter Gars,Mittergars		02	091	09183	09183118
2870433	Mitterfischen	mitterfischen	DE		0	Europe/Berlin	47.93433	11.15638				02	091	09190	09190138
2870434	Mitterfirmiansreut	mitterfirmiansreut	DE		0	Europe/Berlin	48.89136	13.65309				02	092	09272	09272139
2870550	Mittel-Stellberg	mittel-stellberg	DE		0	Europe/Berlin	50.43411	9.79586				05	066	06631	06631004
2870437	Mitterfecking	mitterfecking	DE		0	Europe/Berlin	48.87938	11.94749				02	092	09273	09273166
2870443	Mitterdorf	mitterdorf	DE		0	Europe/Berlin	48.83623	13.20964				02	092	09272	09272145
2870444	Mitterdorf	mitterdorf	DE		0	Europe/Berlin	49.20292	12.5088				02	093	09372	09372153
2870445	Mitterdorf	mitterdorf	DE		0	Europe/Berlin	49.10106	12.79656				02	092	09276	09276135
2870446	Mitterdorf	mitterdorf	DE		0	Europe/Berlin	48.49597	13.28043				02	092	09275	09275145
2870447	Mitterdarching	mitterdarching	DE		0	Europe/Berlin	47.86855	11.77151				02	091	09182	09182133
2870450	Mitterbuchbach	mitterbuchbach	DE		0	Europe/Berlin	48.3251	12.58359				02	091	09171	09171127
2870451	Mitterbuch	mitterbuch	DE		0	Europe/Berlin	48.20277	11.9993				02	091	09177	09177114
2870452	Mitterbrünst	mitterbrunst	DE		0	Europe/Berlin	48.65338	13.53084				02	092	09275	09275119
2870453	Mitterbichl	mitterbichl	DE		0	Europe/Berlin	48.90158	13.20422				02	092	09276	09276126
2870455	Mitterberg	mitterberg	DE		0	Europe/Berlin	48.99222	12.80153				02	092	09278	09278184
2870466	Mitterbach	mitterbach	DE		0	Europe/Berlin	47.61736	13.01314				02	091	09172	09172116
2870467	Mitteraufham	mitteraufham	DE		0	Europe/Berlin	47.91272	11.86605				02	091	09187	09187130
2870468	Mitterauerbach	mitterauerbach	DE		0	Europe/Berlin	49.37779	12.26915				02	093	09376	09376147
2870471	Mitteraschau	mitteraschau	DE		0	Europe/Berlin	49.37003	12.38416				02	093	09376	09376147
2870475	Mitteraich	mitteraich	DE		0	Europe/Berlin	49.46192	12.25716				02	093	09376	09376133
2870476	Mitteraham	mitteraham	DE		0	Europe/Berlin	48.24242	12.54531				02	091	09183	09183128
2870477	Mittenweiler	mittenweiler	DE		0	Europe/Berlin	48.15	9.75				01	084	08426	08426134
2870483	Mittenkirchen	mittenkirchen	DE		0	Europe/Berlin	47.87047	11.89536				02	091	09187	09187122
2870485	Mittenheim	mittenheim	DE		0	Europe/Berlin	48.26338	11.55784				02	091	09184	09184135
2870486	Mittenhausen	mittenhausen	DE		0	Europe/Berlin	48.23028	9.5357				01	084	08425	08425090
2870491	Mitten	mitten	DE		0	Europe/Berlin	47.56667	9.63333				02			
2870492	Mittelzell	mittelzell	DE		0	Europe/Berlin	47.69896	9.06132				01	083	08335	08335066
2870494	Mittelwilden	mittelwilden	DE		0	Europe/Berlin	50.8079	8.07344				07	059	05970	05970044
2870496	Mittel Wendorf	mittel-wendorf	DE		0	Europe/Berlin	53.91667	11.41667				12			
2870497	Mittelweißenbach	mittelweissenbach	DE		0	Europe/Berlin	50.16101	12.09559				02	094	09479	09479152
2870498	Mittelweißbach	mittelweissbach	DE		0	Europe/Berlin	50.58712	11.15384				15	00	16073	16073113
2870499	Mittelweiler	mittelweiler	DE		0	Europe/Berlin	48.26284	8.06892				01	083	08317	08317046
2870500	Mittelweiler	mittelweiler	DE		0	Europe/Berlin	48.8787	9.71387				01	081	08119	08119001
2870503	Mittelwasungen	mittelwasungen	DE		0	Europe/Berlin	50.26367	11.1307				02	094	09473	09473151
2870507	Mittelwald	mittelwald	DE		0	Europe/Berlin	48.97819	9.99153				01	081	08136	08136003
2870513	Mittel-Voggenhof	mittel-voggenhof	DE		0	Europe/Berlin	48.91913	9.59059				01	081	08119	08119004
2870514	Mittelvinxt	mittelvinxt	DE		0	Europe/Berlin	50.49401	7.13345				08	00	07131	07131073
2870516	Mittelurbach	mittelurbach	DE		0	Europe/Berlin	47.89866	9.768				01	084	08436	08436009
2870517	Mitteltritt	mitteltritt	DE		0	Europe/Berlin	54.57014	8.52757		Mittelrittswarft,Mitteltritt		10	00	01054	01054050
2870528	Mitteltal	mitteltal	DE		0	Europe/Berlin	48.39899	7.9745				01	083	08317	08317009
2870529	Mitteltal	mitteltal	DE		0	Europe/Berlin	48.26667	8.25				01	083	08317	08317145
2870530	Mitteltal	mitteltal	DE		0	Europe/Berlin	48.5203	8.32343				01	082	08237	08237004
2870532	Mittelsudberg	mittelsudberg	DE		0	Europe/Berlin	51.16667	7.13333				07	051	05122	05122000
2870536	Mittelstreu	mittelstreu	DE		0	Europe/Berlin	50.39235	10.27054		Mittelstreu		02	096	09673	09673151
2870537	Mittelstille	mittelstille	DE		0	Europe/Berlin	50.70178	10.48255				15	00	16066	16066063
2870538	Mittel Stiepel	mittel-stiepel	DE		0	Europe/Berlin	51.43333	7.25				07	059	05911	05911000
2870545	Mittelstenweiler	mittelstenweiler	DE		0	Europe/Berlin	47.751	9.33665		Mittelstenweiler		01	084	08435	08435052
2870546	Mittelsten Thüle	mittelsten-thuele	DE		0	Europe/Berlin	52.96128	7.91609				06	00	03453	03453007
2870547	Mittelstendorf	mittelstendorf	DE		0	Europe/Berlin	52.94791	9.79259				06	00	03358	03358021
2870551	Mittelsteinwald	mittelsteinwald	DE		0	Europe/Berlin	48.42925	8.38735				01	082	08237	08237045
2870553	Mittelsteinbach	mittelsteinbach	DE		0	Europe/Berlin	49.14861	9.5823				01	081	08126	08126069
2870555	Mittelsteinach	mittelsteinach	DE		0	Europe/Berlin	49.81347	10.54683				02	094	09471	09471122
2870556	Mittelsteinach	mittelsteinach	DE		0	Europe/Berlin	49.66009	10.571				02	095	09575	09575150
2870557	Mittelste Heide	mittelste-heide	DE		0	Europe/Berlin	53.30388	8.42315				06	00	03461	03461008
2870558	Mittelstebecke	mittelstebecke	DE		0	Europe/Berlin	51.01417	7.60023				07	053	05374	05374012
2870562	Mittelstadt	mittelstadt	DE		0	Europe/Berlin	48.56286	9.23045				01	084	08415	08415061
2870564	Mittelsorpe	mittelsorpe	DE		0	Europe/Berlin	51.19255	8.38037				07	059	05958	05958040
2870566	Mittelsmoor	mittelsmoor	DE		0	Europe/Berlin	53.14938	9.03113				06	00	03356	03356002
2870568	Mittelsimtshausen	mittelsimtshausen	DE		0	Europe/Berlin	50.93859	8.70141				05	065	06534	06534015
2870569	Mittelshuchting	mittelshuchting	DE		0	Europe/Berlin	53.0561	8.73168				03	00	04011	04011000
2870570	Mittelshof	mittelshof	DE		0	Europe/Berlin	50.99748	10.35137				15	00	16056	16056000
2870572	Mittelselbach	mittelselbach	DE		0	Europe/Berlin	51.03601	7.27701				07	053	05378	05378012
2870573	Mittelseemen	mittelseemen	DE		0	Europe/Berlin	50.39964	9.23763				05	064	06440	06440009
2870581	Mittelsdorf	mittelsdorf	DE		0	Europe/Berlin	53.6035	9.36683				06	00	03359	03359022
2870582	Mittelsdorf	mittelsdorf	DE		0	Europe/Berlin	50.60761	10.13148				15	00	16066	16066095
2870584	Mittelschöntal	mittelschontal	DE		5872	Europe/Berlin	48.94615	9.3952		Schontal,Schöntal		01	081	08119	08119008
2870585	Mittelschönbronn	mittelschonbronn	DE		0	Europe/Berlin	49.17604	10.46806				02	095	09571	09571223
2870586	Mittelschollach	mittelschollach	DE		0	Europe/Berlin	47.98462	8.24773				01	083	08315	08315031
2870589	Mittelschmiedeberg	mittelschmiedeberg	DE		0	Europe/Berlin	50.57788	13.14302		Mittelschmiedeberg		13	00	14521	14521400
2870590	Mittelschmalkalden	mittelschmalkalden	DE		0	Europe/Berlin	50.7182	10.40027				15	00	16066	16066063
2870591	Mittelschlechtbach	mittelschlechtbach	DE		0	Europe/Berlin	48.87358	9.52867				01	081	08119	08119061
2870592	Mittelschieda	mittelschieda	DE		0	Europe/Berlin	50.19307	11.93864				02	094	09479	09479129
2870593	Mittelscheid	mittelscheid	DE		0	Europe/Berlin	50.75525	7.4029				07	053	05382	05382020
2870594	Mittelschefflenz	mittelschefflenz	DE		0	Europe/Berlin	49.4016	9.27987				01	082	08225	08225115
2870595	Mittelsbüren	mittelsbueren	DE		0	Europe/Berlin	53.12872	8.65351		Mittelsburen,Mittelsbüren		03	00	04011	04011000
2870599	Mittelsaurenbach	mittelsaurenbach	DE		0	Europe/Berlin	50.85039	7.46358				07	053	05382	05382052
2870600	Mittelsauerhof	mittelsauerhof	DE		0	Europe/Berlin	50.18484	11.68396				02	094	09475	09475154
2870602	Mittelsaida	mittelsaida	DE		0	Europe/Berlin	50.76365	13.30395		Mittelsaida		13	00	14522	14522200
2870603	Mittelrüsselbach	mittelrusselbach	DE		0	Europe/Berlin	49.6079	11.2558				02	094	09474	09474140
2870604	Mittelrupsroth	mittelrupsroth	DE		0	Europe/Berlin	50.55	9.93333				05	066	06631	06631012
2870605	Mittelrot	mittelrot	DE		0	Europe/Berlin	48.98588	9.74024				01	081	08127	08127023
2870606	Mittelrode	mittelrode	DE		0	Europe/Berlin	52.2048	9.65315				06	00	03241	03241017
2870607	Mittelrode	mittelrode	DE		0	Europe/Berlin	50.54016	9.60583				05	066	06631	06631009
2870608	Mittelrieden	mittelrieden	DE		0	Europe/Berlin	48.09345	10.42688				02	097	09778	09778183
2870609	Mittelried	mittelried	DE		0	Europe/Berlin	47.7143	9.90866				01	084	08436	08436094
2870610	Mittelricht	mittelricht	DE		0	Europe/Berlin	49.23419	11.38638				02	093	09373	09373114
2870611	Mittelreinbach	mittelreinbach	DE		0	Europe/Berlin	49.56002	11.63196				02	093	09371	09371141
2870614	Mittelramstadt	mittelramstadt	DE		0	Europe/Berlin	49.32186	10.43109				02	095	09571	09571174
2870619	Mittelpöllitz	mittelpollitz	DE		0	Europe/Berlin	50.09679	11.63289				02	094	09477	09477139
2870624	Mittelort	mittelort	DE		0	Europe/Berlin	52.73333	7.55				06	00	03454	03454026
2870629	Mittelneger	mittelneger	DE		0	Europe/Berlin	51.06611	7.89375				07	059	05966	05966024
2870630	Mittelndorf	mittelndorf	DE		0	Europe/Berlin	50.93714	14.20525		Mittelndorf		13	00	14628	14628360
2870631	Mittelmutschelbach	mittelmutschelbach	DE		0	Europe/Berlin	48.94046	8.53368				01	082	08215	08215096
2870632	Mittelminseln	mittelminseln	DE		0	Europe/Berlin	47.60239	7.78863				01	083	08336	08336069
2870633	Mittelmembach	mittelmembach	DE		0	Europe/Berlin	49.61232	10.89552				02	095	09572	09572133
2870635	Mittelmarterhof	mittelmarterhof	DE		0	Europe/Berlin	48.93987	11.00521				02	095	09577	09577158
2870636	Mittellohne	mittellohne	DE		0	Europe/Berlin	52.5	7.23333				06	00	03456	03456025
2870638	Linacher Mitte	linacher-mitte	DE		0	Europe/Berlin	48.02484	8.25849		Linacher Mitte,Mittellinach		01	083	08326	08326017
2870640	Mittellengenfeld	mittellengenfeld	DE		0	Europe/Berlin	48.90989	10.10965				01	081	08136	08136033
2870642	Mittellaudenberg	mittellaudenberg	DE		0	Europe/Berlin	51.06667	7.28333				07	053	05378	05378012
2870643	Mittellangenelz	mittellangenelz	DE		0	Europe/Berlin	49.51667	9.21667				01	082	08225	08225060
2870644	Mittellangenbach	mittellangenbach	DE		0	Europe/Berlin	48.58683	8.28055				01	082	08237	08237004
2870650	Mittelklingensporn	mittelklingensporn	DE		0	Europe/Berlin	50.34684	11.70045				02	094	09475	09475156
2870652	Mittel-Kinzig	mittel-kinzig	DE		0	Europe/Berlin	49.75802	8.95087		Mittel-Kinzig		05	064	06437	06437001
2870655	Mittelkalbach	mittelkalbach	DE		0	Europe/Berlin	50.42334	9.63964				05	066	06631	06631016
2870656	Mittelirsen	mittelirsen	DE		0	Europe/Berlin	50.74166	7.58791				07	053	05382	05382076
2870658	Mittelhorst	mittelhorst	DE		0	Europe/Berlin	53.04791	11.59956				11	00	12070	12070236
2870659	Mittel Horka	mittel-horka	DE		0	Europe/Berlin	51.3	14.9		Mittel Horka,Mittel Horke,Mittelwehrkirch		13	00	14626	14626200
2870660	Mittelhombrechen	mittelhombrechen	DE		0	Europe/Berlin	51.17415	7.3323		Mittelhombrechen		07	053	05374	05374016
2870668	Mittelhöhe	mittelhoehe	DE		0	Europe/Berlin	50.60008	11.99687				13	00	14523	14523310
2870669	Mittelhofschlag	mittelhofschlag	DE		0	Europe/Berlin	53.324	8.37399				06	00	03461	03461008
2870670	Mittelhofen	mittelhofen	DE		0	Europe/Berlin	50.57078	8.10498		Mittelhofen		08	00	07143	07143218
2870671	Mittelhofen	mittelhofen	DE		0	Europe/Berlin	47.58333	9.98333				02	097	09776	09776127
2870686	Mittelheubronn	mittelheubronn	DE		0	Europe/Berlin	47.80122	7.80785				01	083	08336	08336107
2870688	Mittel Herweg	mittel-herweg	DE		0	Europe/Berlin	51.18985	7.53669				07	059	05962	05962012
2870689	Mittelhembach	mittelhembach	DE		0	Europe/Berlin	49.30287	11.1052		Mittelhembach		02	095	09576	09576132
2870690	Mittelheim	mittelheim	DE		0	Europe/Berlin	50.00276	8.01571				05	064	06439	06439012
2870699	Mittelhees	mittelhees	DE		0	Europe/Berlin	50.94638	7.95311		Mittelhees		07	059	05970	05970024
2870705	Mittelhattert	mittelhattert	DE		0	Europe/Berlin	50.66325	7.76917				08	00	07143	07143235
2870706	Mittelhaslach	mittelhaslach	DE		0	Europe/Berlin	49	9.01667				01	081	08118	08118076
2870707	Mittelhaslach	mittelhaslach	DE		0	Europe/Berlin	48.10979	8.07381				01	083	08316	08316042
2870711	Mittelhammer	mittelhammer	DE		0	Europe/Berlin	51.48333	13.78333				11	00	12066	12066176
2870712	Mittelhammer	mittelhammer	DE		0	Europe/Berlin	50.32053	12.09559				02	094	09475	09475161
2870714	Mittel-Hambach	mittel-hambach	DE		0	Europe/Berlin	49.33333	8.13333				08	00	07316	07316000
2870715	Mittelham	mittelham	DE		0	Europe/Berlin	48.48464	11.23219				02	097	09771	09771144
2870716	Mittelhagen	mittelhagen	DE		0	Europe/Berlin	51.12635	7.77647				07	059	05962	05962036
2870718	Mittel-Gründau	mittel-gruendau	DE		0	Europe/Berlin	50.2292	9.11041		Mittelgruendau,Mittelgründau		05	064	06435	06435012
2870732	Mittelgarschagen	mittelgarschagen	DE		0	Europe/Berlin	51.20991	7.25457				07	051	05120	05120000
2870735	Mittelfrohna	mittelfrohna	DE		0	Europe/Berlin	50.88543	12.73469		Frohna,Mittelfrohna		13	00	14524	14524220
2870738	Mittelfischach	mittelfischach	DE		0	Europe/Berlin	49.04158	9.8595				01	081	08127	08127063
2870739	Mittelfeld	mittelfeld	DE		0	Europe/Berlin	51.5276	7.29016				07	059	05911	05911000
2870742	Mittelfalkau	mittelfalkau	DE		0	Europe/Berlin	47.87099	8.1204				01	083	08315	08315037
2870746	Mittelenztal	mittelenztal	DE		0	Europe/Berlin	48.66029	8.46626				01	082	08235	08235025
2870747	Mittelenkeln	mittelenkeln	DE		0	Europe/Berlin	51.06667	7.26667				07	053	05378	05378012
2870748	Mittelelsaff	mittelelsaff	DE		0	Europe/Berlin	50.61967	7.37139				08	00	07138	07138044
2870749	Mittelehrenbach	mittelehrenbach	DE		0	Europe/Berlin	49.68951	11.17207				02	094	09474	09474147
2870750	Mitteledlau	mitteledlau	DE		0	Europe/Berlin	51.67273	11.83161				14	00	15089	15089195
2870752	Mittelebersbach	mittelebersbach	DE		0	Europe/Berlin	51.24064	13.66064				13	00	14627	14627030
2870754	Mitteldorf	mitteldorf	DE		0	Europe/Berlin	53.0608	9.15536		Mitteldorf,Mittelsdorf		06	00	03361	03361008
2870755	Mitteldorf	mitteldorf	DE		0	Europe/Berlin	51.45441	10.64806				15	00	16062	16062066
2870756	Mitteldorf	mitteldorf	DE		0	Europe/Berlin	50.86755	7.36649				07	053	05382	05382040
2870757	Mitteldorf	mitteldorf	DE		0	Europe/Berlin	50.69226	12.76689		Mitteldorf		13	00	14521	14521590
2870758	Mitteldorf	mitteldorf	DE		0	Europe/Berlin	49.7684	12.19156				02	093	09374	09374150
2870759	Mitteldorf	mitteldorf	DE		0	Europe/Berlin	49.61667	11.46667				02	095	09574	09574160
2870760	Mitteldorf	mitteldorf	DE		0	Europe/Berlin	49.62378	11.23859				02	094	09474	09474140
2870761	Mitteldorf	mitteldorf	DE		0	Europe/Berlin	49.61683	10.80935				02	095	09572	09572164
2870762	Mitteldorf	mitteldorf	DE		0	Europe/Berlin	49.46667	8.76667				01	082	08226	08226099
2870763	Mitteldorf	mitteldorf	DE		0	Europe/Berlin	49.05233	11.58191				02	093	09373	09373121
2870769	Mitteldeich	mitteldeich	DE		0	Europe/Berlin	54.71667	8.78333				10	00	01054	01054022
2870770	Mitteldeich	mitteldeich	DE		0	Europe/Berlin	54.5	8.83333				10	00	01054	01054091
2870773	Mitteldachstetten	mitteldachstetten	DE		0	Europe/Berlin	49.40285	10.46496				02	095	09571	09571183
2870774	Mittelbusch	mittelbusch	DE		0	Europe/Berlin	52.32443	12.92808				11	00	12069	12069590
2870775	Mittelburg	mittelburg	DE		0	Europe/Berlin	49.47783	11.53719				02	095	09574	09574147
2870777	Mittelbüg	mittelbug	DE		0	Europe/Berlin	49.48125	11.21785				02	095	09574	09574156
2870778	Mittelbuchen	mittelbuchen	DE		0	Europe/Berlin	50.17814	8.88806				05	064	06435	06435014
2870779	Mittelbuch	mittelbuch	DE		0	Europe/Berlin	48.04606	9.88059				01	084	08426	08426087
2870781	Mittelbrüden	mittelbruden	DE		0	Europe/Berlin	48.94793	9.49914				01	081	08119	08119006
2870782	Mittelbruch	mittelbruch	DE		0	Europe/Berlin	53.56667	14.03333				12	00	13075	13075138
2870787	Mittelbronn	mittelbronn	DE		0	Europe/Berlin	48.9203	9.80635				01	081	08136	08136027
2870788	Mittel Brochhagen	mittel-brochhagen	DE		0	Europe/Berlin	51.04609	7.41303				07	053	05374	05374020
2870789	Mittelbrink	mittelbrink	DE		0	Europe/Berlin	52.37613	9.14731				06	00	03257	03257025
2870791	Mittelbreese	mittelbreese	DE		0	Europe/Berlin	53.0048	11.79075		Breese,Mittelbreese		11	00	12070	12070052
2870793	Mittelbollenbach	mittelbollenbach	DE		0	Europe/Berlin	49.69867	7.39694		Mittelbollenbach,Volksemer		08	00	07134	07134045
2870796	Mittelbexbach	mittelbexbach	DE		0	Europe/Berlin	49.34839	7.25595		Hocherberg,Höcherberg,Mittelbexbach		09	00	10045	10045111
2870799	Mittelberge	mittelberge	DE		0	Europe/Berlin	51.33377	8.1595				07	059	05958	05958032
2870805	Mittelberg	mittelberg	DE		0	Europe/Berlin	51.08868	7.25228				07	053	05378	05378032
2870806	Mittelberg	mittelberg	DE		0	Europe/Berlin	50.58585	9.77509				05	066	06631	06631013
2870807	Mittelberg	mittelberg	DE		0	Europe/Berlin	50.51375	9.89224				05	066	06631	06631021
2870808	Mittelberg	mittelberg	DE		0	Europe/Berlin	50.38333	12.46667				13	00	14523	14523160
2870809	Mittelberg	mittelberg	DE		0	Europe/Berlin	50.33175	11.03211				02	094	09473	09473159
2870810	Mittelberg	mittelberg	DE		0	Europe/Berlin	50.23378	11.43911				02	094	09476	09476183
2870811	Mittelberg	mittelberg	DE		0	Europe/Berlin	48.84563	8.40523				01	082	08216	08216015
2870812	Mittelberg	mittelberg	DE		0	Europe/Berlin	47.82514	10.45654				02	097	09777	09777138
2870813	Mittelberg	mittelberg	DE		0	Europe/Berlin	47.63968	10.43392				02	097	09780	09780128
2870892	Mittelbauer	mittelbauer	DE		0	Europe/Berlin	53.18412	8.84705				06	00	03356	03356005
2870900	Mittelbach	mittelbach	DE		0	Europe/Berlin	48.44047	8.04239				01	083	08317	08317034
2870901	Mittelbach	mittelbach	DE		0	Europe/Berlin	50.7975	12.79271		Mittelbach		13	00	14511	14511000
2870902	Mittelbach	mittelbach	DE		0	Europe/Berlin	49.31204	9.87964				01	081	08127	08127008
2870903	Mittelbach	mittelbach	DE		0	Europe/Berlin	49.27113	10.50243				02	095	09561	09561000
2870904	Mittelbach	mittelbach	DE		0	Europe/Berlin	49.21352	7.34042				08	00	07320	07320000
2870907	Mittelauel	mittelauel	DE		0	Europe/Berlin	50.94476	7.2107				07	053	05378	05378024
2870908	Mittelaschenbach	mittelaschenbach	DE		0	Europe/Berlin	50.6463	9.8592				05	066	06631	06631019
2870909	Mittelagger	mittelagger	DE		0	Europe/Berlin	50.98616	7.65303		Mittelager,Mittelagger		07	053	05374	05374040
2870910	Mittel	mittel	DE		0	Europe/Berlin	50.82892	7.61603				07	053	05374	05374044
2870911	Mittegroßefehn	mittegrossefehn	DE		13314	Europe/Berlin	53.39165	7.56602		Grossefehn,Mittegrossefehn,Mittegroßefehn		06	00	03452	03452006
2870913	Mittbach	mittbach	DE		0	Europe/Berlin	48.16414	12.02977				02	091	09177	09177123
2870919	Mitlosheim	mitlosheim	DE		0	Europe/Berlin	49.53162	6.77666		Mitlosheim		09	00	10042	10042112
2870921	Mitlechtern	mitlechtern	DE		0	Europe/Berlin	49.64337	8.73538				05	064	06431	06431019
2870922	Mitgenfeld	mitgenfeld	DE		0	Europe/Berlin	50.29274	9.83027				02	096	09672	09672138
2870923	Mitbühl	mitbuhl	DE		0	Europe/Berlin	47.62736	10.37803				02	097	09780	09780128
2870928	Mistlbach	mistlbach	DE		0	Europe/Berlin	48.555	13.04472				02	092	09275	09275112
2870929	Mistlau	mistlau	DE		0	Europe/Berlin	49.19926	10.00606				01	081	08127	08127046
2870930	Mistlau	mistlau	DE		0	Europe/Berlin	49.11374	10.15596				01	081	08127	08127101
2870931	Misthilgen	misthilgen	DE		0	Europe/Berlin	48.33465	12.40321				02	091	09183	09183143
2870934	Mistendorf	mistendorf	DE		0	Europe/Berlin	49.87141	11.04589				02	094	09471	09471195
2870937	Mistelfeld	mistelfeld	DE		0	Europe/Berlin	50.1268	11.09834				02	094	09478	09478139
2870938	Mistelbrunn	mistelbrunn	DE		0	Europe/Berlin	47.95821	8.36363				01	083	08326	08326006
2870942	Missunde	missunde	DE		0	Europe/Berlin	54.51667	9.71667		Missunde		10	00	01058	01058090
2870946	Mißlareuth	misslareuth	DE		0	Europe/Berlin	50.4436	11.90807		Misslareuth,Mißlareuth		13	00	14523	14523450
2870950	Misserode	misserode	DE		0	Europe/Berlin	51.25504	10.1342				15	00	16061	16061113
2870954	Missenhardt	missenhardt	DE		0	Europe/Berlin	47.66667	9.6				01	084	08435	08435057
2870960	Misselwitz	misselwitz	DE		0	Europe/Berlin	50.97574	12.32446				15	00	16077	16077044
2870966	Mischwitz	mischwitz	DE		0	Europe/Berlin	51.18651	13.42222		Mischwitz		13	00	14627	14627020
2870967	Mischütz	mischuetz	DE		0	Europe/Berlin	51.15239	13.16638				13	00	14522	14522620
2870969	Mischenried	mischenried	DE		0	Europe/Berlin	48.08754	11.25584				02	091	09188	09188144
2870971	Mischelbach	mischelbach	DE		0	Europe/Berlin	49.11124	11.01652		Mischelbach		02	095	09577	09577161
2870974	Misburg	misburg	DE		0	Europe/Berlin	52.39006	9.85199				06	00	03241	03241001
2870975	Mirskofen	mirskofen	DE		0	Europe/Berlin	48.61332	12.19241				02	092	09274	09274128
2870977	Mirsdorf	mirsdorf	DE		0	Europe/Berlin	50.35149	10.90473		Mirsdorf		02	094	09473	09473144
2870978	Mirrenburg	mirrenburg	DE		0	Europe/Berlin	52.68398	8.87695				06	00	03251	03251024
2870984	Mirowdorf	mirowdorf	DE		0	Europe/Berlin	53.27139	12.80148				12	00	13071	13071099
2870991	Mirebüll	mirebuell	DE		0	Europe/Berlin	54.65	9.03333				10	00	01054	01054045
2870992	Mirbach	mirbach	DE		0	Europe/Berlin	50.35703	6.67895		Mirbach		08	00	07233	07233083
2870995	Mintsberg	mintsberg	DE		0	Europe/Berlin	47.90429	12.09844				02	091	09187	09187142
2870998	Mintewede	mintewede	DE		0	Europe/Berlin	52.79394	8.16353				06	00	03453	03453003
2870999	Mintenburg	mintenburg	DE		0	Europe/Berlin	53.41593	9.11445				06	00	03357	03357040
2871000	Mintenbeck	mintenbeck	DE		0	Europe/Berlin	51.18333	7.61667				07	059	05962	05962032
2871002	Mintarderberg	mintarderberg	DE		0	Europe/Berlin	51.36387	6.88777				07	051	05158	05158028
2871004	Mintard	mintard	DE		0	Europe/Berlin	51.3716	6.90271				07	051	05117	05117000
2871005	Minstedt	minstedt	DE		0	Europe/Berlin	53.43234	9.12515				06	00	03357	03357008
2871006	Minsleben	minsleben	DE		0	Europe/Berlin	51.86621	10.82864		Minsleben		14	00	15085	15085370
2871007	Minsing	minsing	DE		0	Europe/Berlin	48.6738	13.34121				02	092	09275	09275111
2871009	Minsen	minsen	DE		0	Europe/Berlin	53.70567	7.96779		Minsen		06	00	03455	03455020
2871010	Minseln	minseln	DE		0	Europe/Berlin	47.60279	7.78914		Minseln		01	083	08336	08336069
2871012	Minkwitz	minkwitz	DE		0	Europe/Berlin	51.14106	12.95325				13	00	14522	14522310
2871013	Minkwitz	minkwitz	DE		0	Europe/Berlin	51.09963	12.22948				14	00	15084	15084130
2871014	Minkel	minkel	DE		0	Europe/Berlin	51.14815	6.65896				07	051	05162	05162024
2871017	Mingolsheim	mingolsheim	DE		0	Europe/Berlin	49.22025	8.65479		Bad Mingolsheim,Mingolsheim		01	082	08215	08215100
2871018	Mingerode	mingerode	DE		0	Europe/Berlin	51.53542	10.24123		Mingerode		06	00	03159	03159010
2871021	Minettenheim	minettenheim	DE		0	Europe/Berlin	49.20694	11.24022		Burgstall		02	095	09576	09576127
2871022	Minenhof	minenhof	DE		0	Europe/Berlin	53.56178	12.80103				12	00	13071	13071172
2871024	Mindorf	mindorf	DE		0	Europe/Berlin	49.15073	11.24495		Mindorf		02	095	09576	09576127
2871025	Minderslachen	minderslachen	DE		0	Europe/Berlin	49.09543	8.18665				08	00	07334	07334013
2871026	Mindersdorf	mindersdorf	DE		0	Europe/Berlin	47.89718	9.07587				01	083	08335	08335096
2871027	Mindersbach	mindersbach	DE		0	Europe/Berlin	48.58491	8.70469				01	082	08235	08235046
2871028	Minderreuti	minderreuti	DE		0	Europe/Berlin	48.12234	9.62651				01	084	08426	08426124
2871029	Minderoffingen	minderoffingen	DE		0	Europe/Berlin	48.94264	10.46473				02	097	09779	09779177
2871031	Minderheide	minderheide	DE		0	Europe/Berlin	52.31255	8.88099		Minderheide		07	057	05770	05770024
2871032	Minderbetzigau	minderbetzigau	DE		0	Europe/Berlin	47.73347	10.37032				02	097	09780	09780114
2871036	Mindenerwald	mindenerwald	DE		0	Europe/Berlin	52.37873	8.77742		Gut Mindenerwald,Mindenerwald		07	057	05770	05770012
2871041	Mindelzell	mindelzell	DE		0	Europe/Berlin	48.23062	10.4468				02	097	09774	09774116
2871046	Mindelberg	mindelberg	DE		0	Europe/Berlin	48.1	10.46667				02	097	09778	09778187
2871047	Mindelberg	mindelberg	DE		0	Europe/Berlin	47.89266	10.44462				02	097	09777	09777154
2871048	Mindelau	mindelau	DE		0	Europe/Berlin	48.02433	10.5315		Mindelau		02	097	09778	09778173
2871049	Mindelaltheim	mindelaltheim	DE		0	Europe/Berlin	48.46347	10.41006				02	097	09774	09774127
2871052	Mindbuch	mindbuch	DE		0	Europe/Berlin	47.65	9.75				01	084	08436	08436081
2871053	Mimstede	mimstede	DE		0	Europe/Berlin	53.63989	7.54176				06	00	03462	03462006
2871054	Mimming	mimming	DE		0	Europe/Berlin	48.76974	13.07991				02	092	09271	09271125
2871056	Mimmenhausen	mimmenhausen	DE		0	Europe/Berlin	47.76259	9.28775		Mimmenhausen		01	084	08435	08435052
2871057	Mimmelheim	mimmelheim	DE		0	Europe/Berlin	48.25286	12.29044				02	091	09183	09183135
2871061	Mimbach	mimbach	DE		0	Europe/Berlin	49.52038	11.85901				02	093	09371	09371126
2871062	Mimbach	mimbach	DE		0	Europe/Berlin	49.22836	7.26728				09	00	10045	10045112
2871072	Miltitzwalde	miltitzwalde	DE		0	Europe/Berlin	53.69224	13.18038				12	00	13071	13071120
2871074	Miltitz	miltitz	DE		0	Europe/Berlin	51.32446	12.25515				13	00	14713	14713000
2871075	Miltitz	miltitz	DE		0	Europe/Berlin	51.24752	14.18166		Milocicy,Miltitz,Miłoćicy		13	00	14625	14625350
2871076	Miltitz	miltitz	DE		0	Europe/Berlin	51.10438	13.40497				13	00	14627	14627100
2871080	Milte	milte	DE		0	Europe/Berlin	51.99932	7.94516		Milte		07	055	05570	05570052
2871083	Milstrich	milstrich	DE		0	Europe/Berlin	51.32442	14.16056		Jitro		13	00	14625	14625420
2871086	Milspe	milspe	DE		0	Europe/Berlin	51.30177	7.34642		Milspe		07	059	05954	05954008
2871092	Milse	milse	DE		0	Europe/Berlin	52.05988	8.61671				07	057	05711	05711000
2871093	Milpishaus	milpishaus	DE		0	Europe/Berlin	47.95126	9.48018				01	084	08436	08436047
2871103	Millrath	millrath	DE		0	Europe/Berlin	51.21362	6.96879				07	051	05158	05158004
2871104	Millnitz	millnitz	DE		0	Europe/Berlin	53.7251	13.95317				12	00	13075	13075084
2871105	Millingsdorf	millingsdorf	DE		0	Europe/Berlin	51.1265	11.48064				14	00	15084	15084125
2871107	Millinger Heide	millinger-heide	DE		0	Europe/Berlin	51.56975	6.54474				07	051	05170	05170004
2871108	Millingerbruch	millingerbruch	DE		0	Europe/Berlin	51.82009	6.3865				07	051	05154	05154044
2871110	Millingen	millingen	DE		0	Europe/Berlin	51.8075	6.39602		Millingen		07	051	05154	05154044
2871111	Millingen	millingen	DE		0	Europe/Berlin	51.56053	6.54455				07	051	05170	05170032
2871112	Millienhagen	millienhagen	DE		0	Europe/Berlin	54.20643	12.8183				12	00	13073	13073057
2871113	Milliehausen	milliehausen	DE		0	Europe/Berlin	52.24063	9.4158				06	00	03252	03252002
2871114	Millich	millich	DE		0	Europe/Berlin	51.05783	6.19998		Millich		07	053	05370	05370020
2871115	Millerscheid	millerscheid	DE		0	Europe/Berlin	50.86501	7.44308				07	053	05382	05382052
2871116	Millers	millers	DE		0	Europe/Berlin	47.7658	10.19216				02	097	09780	09780146
2871118	Millendorf	millendorf	DE		0	Europe/Berlin	50.99366	6.55369				07	053	05362	05362004
2871119	Milkwitz	milkwitz	DE		0	Europe/Berlin	51.23048	14.35793		Mijkwitz,Milkecy,Milkwitz,Miłkecy		13	00	14625	14625490
2871120	Milkersdorf	milkersdorf	DE		0	Europe/Berlin	51.77918	14.16789		Gornej,Milkersdorf		11	00	12071	12071244
2871124	Milkel	milkel	DE		0	Europe/Berlin	51.2988	14.45749		Minakal,Minakał		13	00	14625	14625490
2871128	Mildstedthof	mildstedthof	DE		0	Europe/Berlin	54.46667	9.1				10	00	01054	01054084
2871129	Mildstedtfeld	mildstedtfeld	DE		0	Europe/Berlin	54.46667	9.13333		Mildstedterfeld,Mildstedtfeld		10	00	01054	01054106
2871131	Mildsiefen	mildsiefen	DE		0	Europe/Berlin	50.87858	7.48893		Mildsiefen		07	053	05374	05374032
2871134	Mildensee	mildensee	DE		0	Europe/Berlin	51.82538	12.28484		Dellnau,Dessau-Mildensee,Mildensee		14	00	15001	15001000
2871139	Mildenfurth	mildenfurth	DE		0	Europe/Berlin	50.78966	12.08109				15	00	16076	16076084
2871146	Mildach	mildach	DE		0	Europe/Berlin	49.27279	10.96187				02	095	09576	09576128
2871148	Milchplatz	milchplatz	DE		0	Europe/Berlin	51.56126	6.67139				07	051	05170	05170032
2871149	Milchhorst	milchhorst	DE		0	Europe/Berlin	54.00019	13.76338				12	00	13075	13075147
2871151	Milchenbach	milchenbach	DE		0	Europe/Berlin	51.11518	8.21417		Milchenbach		07	059	05966	05966020
2871156	Milbitz	milbitz	DE		0	Europe/Berlin	50.90271	12.05474				15	00	16052	16052000
2871157	Milbitz	milbitz	DE		0	Europe/Berlin	50.77592	11.28992				15	00	16073	16073076
2871158	Milbitz	milbitz	DE		0	Europe/Berlin	50.69429	11.13803				15	00	16073	16073112
2871159	Milbing	milbing	DE		0	Europe/Berlin	47.72879	12.09995				02	091	09187	09187120
2871160	Milbertshofen	milbertshofen	DE		0	Europe/Berlin	48.18194	11.56889				02	091	09162	09162000
2871161	Milbertshofen	milbertshofen	DE		0	Europe/Berlin	48.35832	11.50408				02	091	09174	09174150
2871163	Mihlberg	mihlberg	DE		0	Europe/Berlin	51.05	10.28333				15	00	16063	16063104
2871168	Mietzing	mietzing	DE		0	Europe/Berlin	48.82998	12.99365				02	092	09271	09271119
2871169	Mietzing	mietzing	DE		0	Europe/Berlin	48.58369	12.46549				02	092	09279	09279112
2871170	Mietraching	mietraching	DE		0	Europe/Berlin	48.85693	12.99048				02	092	09271	09271119
2871171	Mietraching	mietraching	DE		0	Europe/Berlin	47.88049	11.99338				02	091	09187	09187117
2871175	Mietgendorf	mietgendorf	DE		0	Europe/Berlin	52.25618	13.16052				11	00	12072	12072240
2871176	Mietersheim	mietersheim	DE		0	Europe/Berlin	48.32852	7.8414		Mietersheim		01	083	08317	08317065
2871177	Mieterkingen	mieterkingen	DE		0	Europe/Berlin	48.05002	9.45129				01	084	08437	08437044
2871179	Mietenkam	mietenkam	DE		0	Europe/Berlin	47.79605	12.47181				02	091	09189	09189120
2871180	Mieswarz	mieswarz	DE		0	Europe/Berlin	50.75648	10.02368				15	00	16063	16063011
2871190	Miesenheim	miesenheim	DE		0	Europe/Berlin	50.40109	7.41103		Miesenheim		08	00	07137	07137003
2871191	Miesenbach	miesenbach	DE		0	Europe/Berlin	49.46072	7.55632		Mesebach,Miesenbach		08	00	07335	07335038
2871192	Miesenbach	miesenbach	DE		0	Europe/Berlin	47.69998	10.34004				02	097	09780	09780120
2871193	Miescheid	miescheid	DE		0	Europe/Berlin	50.42857	6.38428				07	053	05366	05366020
2871194	Miesbrunn	miesbrunn	DE		0	Europe/Berlin	49.65468	12.43155				02	093	09374	09374147
2871195	Miesberg	miesberg	DE		0	Europe/Berlin	48.8	13.33333				02	092	09272	09272142
2871196	Miesberg	miesberg	DE		0	Europe/Berlin	48.3109	11.12915				02	091	09174	09174137
2871199	Miesau	miesau	DE		0	Europe/Berlin	49.40521	7.43724				08	00	07335	07335003
2871201	Miersdorf	miersdorf	DE		0	Europe/Berlin	52.33917	13.62679		Meiersdorf,Meirsdorf,Miersdorf		11	00	12061	12061572
2871202	Mierscheid	mierscheid	DE		0	Europe/Berlin	50.74856	7.44987		Mierscheid		07	053	05382	05382016
2871204	Mierendorf	mierendorf	DE		0	Europe/Berlin	53.81978	12.32483				12	00	13072	13072079
2871206	Miera	miera	DE		0	Europe/Berlin	51.13634	13.0734				13	00	14522	14522080
2871207	Mienenbüttel	mienenbuettel	DE		0	Europe/Berlin	53.37631	9.80192				06	00	03353	03353026
2871208	Mienenberg	mienenberg	DE		0	Europe/Berlin	52.52588	11.08474				14	00	15081	15081135
2871210	Mienbach	mienbach	DE		0	Europe/Berlin	48.60022	12.70893				02	092	09279	09279134
2871211	Mielsdorf	mielsdorf	DE		0	Europe/Berlin	53.91391	10.35593				10	00	01060	01060096
2871214	Mielitzsee	mielitzsee	DE		0	Europe/Berlin	52.14825	13.63379				11	00	12061	12061448
2871215	Mielinghausen	mielinghausen	DE		0	Europe/Berlin	51.62439	8.25197		Mielinghausen,Millinghausen		07	059	05974	05974016
2871216	Mielinghausen	mielinghausen	DE		0	Europe/Berlin	51.29989	8.25635				07	059	05958	05958032
2871217	Mielesdorf	mielesdorf	DE		0	Europe/Berlin	50.52939	11.86443		Mielesdorf		15	00	16075	16075132
2871218	Mielenhausen	mielenhausen	DE		0	Europe/Berlin	51.45549	9.70071		Mielenhausen		06	00	03159	03159017
2871222	Mielberg	mielberg	DE		0	Europe/Berlin	54.45	9.51667		Mielberg		10	00	01059	01059043
2871223	Miel	miel	DE		0	Europe/Berlin	50.67089	6.91726		Miel		07	053	05382	05382064
2871224	Miekenhagen	miekenhagen	DE		0	Europe/Berlin	53.9783	11.8483		Miekenhagen		12	00	13072	13072093
2871227	Miegersbach	miegersbach	DE		0	Europe/Berlin	48.32347	11.19395				02	091	09174	09174135
2871232	Miedering	miedering	DE		0	Europe/Berlin	48.43178	10.96575				02	097	09771	09771112
2871234	Miedelsbach	miedelsbach	DE		0	Europe/Berlin	48.84369	9.54051				01	081	08119	08119067
2871235	Mieckow	mieckow	DE		0	Europe/Berlin	53.79046	12.52317				12	00	13072	13072038
2871237	Miebach	miebach	DE		0	Europe/Berlin	51.01519	7.22966		Miebach		07	053	05378	05378012
2871238	Miebach	miebach	DE		0	Europe/Berlin	50.98107	7.41945		Miebach		07	053	05374	05374008
2871246	Midlich	midlich	DE		0	Europe/Berlin	52.00913	7.18949				07	055	05558	05558040
2871247	Middoge	middoge	DE		0	Europe/Berlin	53.63401	7.84197				06	00	03455	03455020
2871248	Middendorf	middendorf	DE		0	Europe/Berlin	52.18025	7.60789				07	055	05566	05566080
2871249	Middels-Westerloog	middels-westerloog	DE		0	Europe/Berlin	53.53475	7.60424				06	00	03452	03452001
2871253	Middelsosterloog	middelsosterloog	DE		0	Europe/Berlin	53.53852	7.63324				06	00	03452	03452001
2871254	Middelsfähr	middelsfaehr	DE		0	Europe/Berlin	53.52153	8.04002				06	00	03455	03455015
2871255	Middelsbur	middelsbur	DE		0	Europe/Berlin	53.66092	7.50204				06	00	03452	03452027
2871259	Middelfastabend	middelfastabend	DE		0	Europe/Berlin	52.59243	7.60123				06	00	03454	03454059
2871261	Middelburg	middelburg	DE		0	Europe/Berlin	54.08131	10.68262				10	00	01055	01055041
2871262	Middelburg	middelburg	DE		0	Europe/Berlin	53.4526	7.4988		Middelburg		06	00	03452	03452001
2871263	Middefeitz	middefeitz	DE		0	Europe/Berlin	53.03342	10.88822		Middeseitz		06	00	03354	03354027
2871264	Mickten	mickten	DE		0	Europe/Berlin	51.08271	13.70871				13	00	14612	14612000
2871270	Michlitz	michlitz	DE		0	Europe/Berlin	51.24735	12.11668				14	00	15084	15084315
2871272	Michlebaindt	michlebaindt	DE		0	Europe/Berlin	47.74718	10.01882				01	084	08436	08436049
2871273	Michldorf	michldorf	DE		0	Europe/Berlin	49.60981	12.23974		Michldorf		02	093	09374	09374132
2871275	Michlbach	michlbach	DE		0	Europe/Berlin	48.39748	12.42236				02	092	09274	09274120
2871276	Michholz	michholz	DE		0	Europe/Berlin	51.60008	14.26868				11	00	12071	12071372
2871277	Michendorf West	michendorf-west	DE		0	Europe/Berlin	52.31194	13.01674				11	00	12069	12069397
2871280	Michelwitz	michelwitz	DE		0	Europe/Berlin	51.10807	12.28324				13	00	14729	14729170
2871281	Michelwinnaden	michelwinnaden	DE		0	Europe/Berlin	47.96435	9.72513				01	084	08436	08436009
2871285	Michelsrombach	michelsrombach	DE		0	Europe/Berlin	50.66127	9.66239				05	066	06631	06631015
2871286	Michelsreuth	michelsreuth	DE		0	Europe/Berlin	50.05429	11.5659				02	094	09477	09477158
2871289	Michelskirchen	michelskirchen	DE		0	Europe/Berlin	48.42088	11.33669				02	091	09174	09174147
2871292	Michelsdorf	michelsdorf	DE		0	Europe/Berlin	52.30785	12.69968				11	00	12069	12069306
2871293	Michelsdorf	michelsdorf	DE		0	Europe/Berlin	49.21706	12.63627		Michelsdorf		02	093	09372	09372116
2871295	Michelsberg	michelsberg	DE		0	Europe/Berlin	50.96385	9.24107		Michelsberg		05	066	06634	06634022
2871296	Michelsberg	michelsberg	DE		0	Europe/Berlin	49.36679	7.08538				09	00	10043	10043113
2871297	Michelsberg	michelsberg	DE		0	Europe/Berlin	49.18814	12.31751				02	093	09376	09376149
2871314	Michelrieth	michelrieth	DE		0	Europe/Berlin	49.82676	9.52296		Michelrieth		02	096	09677	09677157
2871315	Michelnau	michelnau	DE		0	Europe/Berlin	50.41922	9.0428				05	064	06440	06440016
2871331	Micheldorf	micheldorf	DE		0	Europe/Berlin	50.05662	11.65131				02	094	09472	09472116
2871333	Michelbuch	michelbuch	DE		0	Europe/Berlin	48.67794	8.02583				01	083	08317	08317001
2871335	Michelbronn	michelbronn	DE		0	Europe/Berlin	48.29475	7.96531				01	083	08317	08317121
2871336	Michelberg	michelberg	DE		0	Europe/Berlin	47.96016	9.74719				01	084	08436	08436009
2871338	Michelbächle	michelbachle	DE		0	Europe/Berlin	48.99689	9.74119				01	081	08127	08127023
2871339	Michelbacherhütte	michelbacherhuette	DE		0	Europe/Berlin	50.24392	8.0659		Michelbacherhutte,Michelbacherhütte,Michelsbacher Hutte,Michelsbacher Hütte		05	064	06439	06439001
2871341	Michelbach an der Heide	michelbach-an-der-heide	DE		0	Europe/Berlin	49.24667	9.89167		Michelbach,Michelbach an der Heide		01	081	08127	08127032
2871539	Mettinghausen	mettinghausen	DE		0	Europe/Berlin	51.70909	8.43276		Mettinghausen		07	059	05974	05974028
2871343	Michelbach am Wald	michelbach-am-wald	DE		0	Europe/Berlin	49.17757	9.55506		Michelbach,Michelbach am Wald		01	081	08126	08126066
2871344	Michelbach am Heuchelberg	michelbach-am-heuchelberg	DE		0	Europe/Berlin	49.07185	8.94244		Michelbach,Michelbach am Heuchelberg		01	081	08125	08125108
2871362	Michelbach b. Freystadt	michelbach-b-freystadt	DE		0	Europe/Berlin	49.18717	11.30566				02	093	09373	09373126
2871365	Michelau an der Saale	michelau-an-der-saale	DE		0	Europe/Berlin	50.11469	9.7668		Michelau,Michelau an der Saale		02	096	09677	09677133
2871366	Michelau	michelau	DE		0	Europe/Berlin	50.32762	9.16957				05	064	06440	06440004
2871367	Michelau	michelau	DE		6839	Europe/Berlin	50.16233	11.11207				02	094	09478	09478145
2871368	Michelau	michelau	DE		1147	Europe/Berlin	49.90556	10.43064		Michelau		02	096	09678	09678157
2871369	Michelau	michelau	DE		0	Europe/Berlin	48.86096	9.53957				01	081	08119	08119061
2871370	Michelau	michelau	DE		0	Europe/Berlin	48.35465	11.16063				02	097	09771	09771111
2871372	Michalken	michalken	DE		0	Europe/Berlin	51.41512	14.19778		Michalken,Michalki,Michałki		13	00	14625	14625240
2871374	Michaelstein	michaelstein	DE		0	Europe/Berlin	51.80649	10.91264				14	00	15085	15085055
2871376	Michaelsdorf	michaelsdorf	DE		0	Europe/Berlin	54.35916	12.56158				12	00	13073	13073025
2871377	Michaelsbuch	michaelsbuch	DE		0	Europe/Berlin	48.80429	12.8536				02	092	09271	09271151
2871380	Michaelsberg	michaelsberg	DE		0	Europe/Berlin	49.3	9.15		Michaelsberg,Michelsberg		01	082	08225	08225033
2871385	Michaelisdorf	michaelisdorf	DE		0	Europe/Berlin	54.30951	11.05224		Michaelisdorf,Michaelsdorf		10	00	01055	01055031
2871386	Michaelisbruch	michaelisbruch	DE		0	Europe/Berlin	52.77992	12.51205				11	00	12068	12068109
2871389	Meynfeld	meynfeld	DE		0	Europe/Berlin	54.74199	9.2284				10	00	01059	01059144
2871390	Meynfeld	meynfeld	DE		0	Europe/Berlin	54.73333	9.21667				10	00	01059	01059179
2871395	Meyhen	meyhen	DE		0	Europe/Berlin	51.24943	12.19842				13	00	14729	14729270
2871396	Meyhen	meyhen	DE		0	Europe/Berlin	51.05	11.81667				14	00	15084	15084341
2871397	Meyfried	meyfried	DE		0	Europe/Berlin	48.67294	10.81221				02	097	09779	09779115
2871398	Meyershof	meyershof	DE		0	Europe/Berlin	53.33333	8.45				06	00	03461	03461002
2871399	Meyershäuser	meyershaeuser	DE		0	Europe/Berlin	51.1	14.33333				13	00	14625	14625380
2871400	Meyernreuth	meyernreuth	DE		0	Europe/Berlin	49.92336	11.6116				02	094	09462	09462000
2871401	Meyernberg	meyernberg	DE		0	Europe/Berlin	49.94107	11.5385				02	094	09462	09462000
2871402	Meyerich	meyerich	DE		0	Europe/Berlin	51.61029	7.94646				07	059	05974	05974048
2871403	Meyerhöfen	meyerhoefen	DE		0	Europe/Berlin	52.82642	8.26429				06	00	03460	03460010
2871404	Meyerhöfen	meyerhoefen	DE		0	Europe/Berlin	52.43283	8.29757				06	00	03459	03459013
2871405	Meyerhof	meyerhof	DE		0	Europe/Berlin	53.43333	8.81667				06	00	03352	03352059
2871408	Meyerhausen	meyerhausen	DE		0	Europe/Berlin	53.21276	8.02847				06	00	03451	03451002
2871409	Meyerdamm	meyerdamm	DE		0	Europe/Berlin	53.06738	8.98309				06	00	03361	03361009
2871414	Meyenkrebs	meyenkrebs	DE		0	Europe/Berlin	53.91794	13.02712				12	00	13071	13071029
2871416	Meyenfeld	meyenfeld	DE		0	Europe/Berlin	52.44208	9.5702		Maenfelle,Magethevelde,Meyenfeld,Meyenfelle		06	00	03241	03241005
2871417	Meyendorf	meyendorf	DE		0	Europe/Berlin	52.08767	11.33049		Meyendorf		14	00	15083	15083531
2871424	Mevenstedt	mevenstedt	DE		0	Europe/Berlin	53.24218	8.96122				06	00	03356	03356011
2871428	Meußlitz	meusslitz	DE		0	Europe/Berlin	50.99815	13.85496				13	00	14612	14612000
2871429	Meußließen	meussliessen	DE		0	Europe/Berlin	52.94057	10.88024				06	00	03354	03354002
2871430	Meußelsdorf	meusselsdorf	DE		0	Europe/Berlin	49.99856	12.05174				02	094	09479	09479136
2871432	Meuserlengefeld	meuserlengefeld	DE		0	Europe/Berlin	51.49909	11.24169				14	00	15087	15087370
2871433	Meusen	meusen	DE		0	Europe/Berlin	51	12.8				13	00	14522	14522580
2871438	Meuselsberg	meuselsberg	DE		0	Europe/Berlin	50.15048	11.2639				02	094	09478	09478116
2871440	Meuselko	meuselko	DE		0	Europe/Berlin	51.75797	13.09623		Meuselko		14	00	15091	15091010
2871441	Meuselbach	meuselbach	DE		1373	Europe/Berlin	50.57152	11.09143		Meuselbach,Meuselbach-Schwarzmuhle,Meuselbach-Schwarzmühle	16073113	15	00	16073	16073113
2871442	Meusegast	meusegast	DE		0	Europe/Berlin	50.93333	12.88333				13	00	14522	14522070
2871445	Meusdorf	meusdorf	DE		0	Europe/Berlin	51.29015	12.43513				13	00	14713	14713000
2871446	Meusdorf	meusdorf	DE		0	Europe/Berlin	50.98804	12.62527		Jahnshain-Meusdorf		13	00	14729	14729140
2871447	Meuschlitz	meuschlitz	DE		0	Europe/Berlin	49.90314	11.35338				02	094	09472	09472176
2871448	Meuschenmoos	meuschenmoos	DE		0	Europe/Berlin	47.75	9.65				01	084	08436	08436039
2871450	Meuschau	meuschau	DE		0	Europe/Berlin	51.36675	12.01106				14	00	15088	15088220
2871456	Meurich	meurich	DE		0	Europe/Berlin	49.56163	6.49153				08	00	07235	07235062
2871462	Meuchlein	meuchlein	DE		0	Europe/Berlin	49.34255	10.39723				02	095	09571	09571130
2871463	Meuchen	meuchen	DE		0	Europe/Berlin	51.18333	12.25				13	00	14729	14729350
2871465	Meuchefitz	meuchefitz	DE		0	Europe/Berlin	52.96218	11.06901		Meuchefitz		06	00	03354	03354013
2871466	Meucha	meucha	DE		0	Europe/Berlin	50.94284	12.29226				15	00	16077	16077003
2871469	Metzlos-Gehag	metzlos-gehag	DE		0	Europe/Berlin	50.49536	9.41115		Metzlos-Gehaag,Metzlos-Gehag		05	065	06535	06535007
2871470	Metzlos	metzlos	DE		0	Europe/Berlin	50.48308	9.40061				05	065	06535	06535007
2871471	Metzlinsweilerhof	metzlinsweilerhof	DE		0	Europe/Berlin	48.83333	9.53333				01	081	08119	08119067
2871472	Metzlesdorf	metzlesdorf	DE		0	Europe/Berlin	50.1389	11.7093				02	094	09475	09475175
2871473	Metzlesberg	metzlesberg	DE		0	Europe/Berlin	49.1557	10.36445				02	095	09571	09571145
2871474	Metzlersreuth	metzlersreuth	DE		0	Europe/Berlin	50.07272	11.7354				02	094	09472	09472139
2871475	Metzlers	metzlers	DE		0	Europe/Berlin	47.58632	9.71698				02	097	09776	09776130
2871476	Metzlenshof	metzlenshof	DE		0	Europe/Berlin	48.94026	9.80373				01	081	08136	08136027
2871477	Metzlasreuth	metzlasreuth	DE		0	Europe/Berlin	49.78969	11.69975				02	093	09374	09374129
2871479	Metzkausen	metzkausen	DE		0	Europe/Berlin	51.26523	6.95398				07	051	05158	05158024
2871481	Metzisweiler	metzisweiler	DE		0	Europe/Berlin	47.84051	9.82254				01	084	08436	08436010
2871482	Metzisweiler	metzisweiler	DE		0	Europe/Berlin	47.75	9.56667				01	084	08436	08436064
2871483	Metzingen Kreis Reutlingen	metzingen-kreis-reutlingen	DE		0	Europe/Berlin	48.53636	9.28551				01	084	08415	08415050
2871487	Metzholz	metzholz	DE		0	Europe/Berlin	51.10853	7.08687				07	053	05378	05378016
2871488	Metzholz	metzholz	DE		0	Europe/Berlin	49.3241	10.11056				01	081	08127	08127008
2871496	Metzgengasse	metzgengasse	DE		0	Europe/Berlin	47.85805	11.02334		Metzengasse,Metzgengasse		02	091	09190	09190158
2871502	Metzenried	metzenried	DE		0	Europe/Berlin	48.45382	11.28741				02	097	09771	09771162
2871503	Metzenleiten	metzenleiten	DE		0	Europe/Berlin	47.64666	13.01619				02	091	09172	09172116
2871504	Metzenhof	metzenhof	DE		0	Europe/Berlin	49.74362	11.76365				02	093	09374	09374129
2871508	Metzendorf	metzendorf	DE		0	Europe/Berlin	53.4	9.95		Metzendorf		06	00	03353	03353031
2871514	Metzelthin	metzelthin	DE		0	Europe/Berlin	53.17918	13.50729				11	00	12073	12073572
2871515	Metzelthin	metzelthin	DE		0	Europe/Berlin	52.8755	12.52098				11	00	12068	12068477
2871517	Metzelhof	metzelhof	DE		0	Europe/Berlin	48.81667	9.65				01	081	08136	08136042
2871522	Metzebach	metzebach	DE		0	Europe/Berlin	51.08567	9.70056		Metzebach		05	066	06634	06634024
2871523	Metze	metze	DE		0	Europe/Berlin	51.20505	9.33246				05	066	06634	06634018
2871525	Metzdorf	metzdorf	DE		0	Europe/Berlin	52.65884	14.17005				11	00	12064	12064061
2871526	Metzdorf	metzdorf	DE		0	Europe/Berlin	50.82305	13.13856		Metzdorf		13	00	14522	14522320
2871527	Metzdorf	metzdorf	DE		0	Europe/Berlin	50.12459	11.43889		Metzdorf		02	094	09477	09477128
2871528	Metzdorf	metzdorf	DE		0	Europe/Berlin	49.74842	6.50279				08	00	07235	07235073
2871529	Metzdorf	metzdorf	DE		0	Europe/Berlin	49.24493	9.56151				01	081	08126	08126028
2871533	Mettnich	mettnich	DE		0	Europe/Berlin	49.54013	6.97931				09	00	10046	10046115
2871542	Metting	metting	DE		0	Europe/Berlin	48.81006	12.47054				02	092	09278	09278146
2871544	Metterzimmern	metterzimmern	DE		0	Europe/Berlin	48.96177	9.10271		Metterzimmern		01	081	08118	08118079
2871545	Metternich	metternich	DE		0	Europe/Berlin	50.36859	7.55807				08	00	07111	07111000
2871546	Metternich	metternich	DE		0	Europe/Berlin	50.73679	6.88912				07	053	05366	05366040
2871547	Metternich	metternich	DE		0	Europe/Berlin	50.23963	7.3835				08	00	07137	07137501
2871552	Mettenhofen	mettenhofen	DE		0	Europe/Berlin	49.39254	11.49977				02	093	09373	09373140
2871557	Mettenhausen	mettenhausen	DE		0	Europe/Berlin	48.619	12.72047				02	092	09279	09279122
2871558	Mettenham	mettenham	DE		0	Europe/Berlin	47.72984	12.41055				02	091	09189	09189141
2871561	Mettenbuch	mettenbuch	DE		0	Europe/Berlin	48.86003	12.93426				02	092	09271	09271132
2871562	Mettenbuch	mettenbuch	DE		0	Europe/Berlin	47.91857	9.31221				01	084	08437	08437086
2871563	Mettenberg	mettenberg	DE		0	Europe/Berlin	48.11309	9.82258		Mettenberg		01	084	08426	08426021
2871564	Mettenberg	mettenberg	DE		0	Europe/Berlin	48.02811	10.03103				01	084	08426	08426100
2871565	Mettenberg	mettenberg	DE		0	Europe/Berlin	47.75165	8.26766				01	083	08337	08337039
2871569	Mettenbach	mettenbach	DE		0	Europe/Berlin	48.64481	12.26322				02	092	09274	09274128
2871574	Mettelwitz	mettelwitz	DE		0	Europe/Berlin	51.17415	13.33294				13	00	14627	14627180
2871575	Mettelberg	mettelberg	DE		0	Europe/Berlin	48.95007	9.62724				01	081	08119	08119044
2871576	Mettelbach	mettelbach	DE		0	Europe/Berlin	48.95579	9.63947				01	081	08119	08119044
2871577	Mettelaurach	mettelaurach	DE		0	Europe/Berlin	49.51362	10.61126				02	095	09575	09575145
2871578	Metschow	metschow	DE		0	Europe/Berlin	53.83084	12.97061		Meetschow,Metschow		12	00	13071	13071014
2871579	Metlitzhof	metlitzhof	DE		0	Europe/Berlin	53.40905	10.72933				12	00	13076	13076014
2871581	Metlangen	metlangen	DE		0	Europe/Berlin	48.76419	9.77607				01	081	08136	08136065
2871582	Metjendorf	metjendorf	DE		0	Europe/Berlin	53.18649	8.16688				06	00	03451	03451008
2871585	Methler	methler	DE		0	Europe/Berlin	51.58077	7.61102		Methler		07	059	05978	05978020
2871586	Methewitz	methewitz	DE		0	Europe/Berlin	51.11652	12.28806				13	00	14729	14729170
2871587	Methau	methau	DE		0	Europe/Berlin	51.08073	12.85261				13	00	14522	14522600
2871588	Metgesheide	metgesheide	DE		0	Europe/Berlin	51.29075	6.24586				07	051	05166	05166016
2871592	Metel	metel	DE		0	Europe/Berlin	52.54692	9.5509				06	00	03241	03241012
2871594	Mesum	mesum	DE		0	Europe/Berlin	52.22577	7.48587		Mesum		07	055	05566	05566076
2871595	Mestrup	mestrup	DE		0	Europe/Berlin	51.86667	7.93333				07	055	05570	05570052
2871600	Meßwinkel	messwinkel	DE		0	Europe/Berlin	52.43078	8.88642				06	00	03256	03256034
2871602	Meßnerskreith	messnerskreith	DE		0	Europe/Berlin	49.20379	12.12853				02	093	09376	09376141
2871603	Meßnerschlagerwaide	messnerschlagerwaide	DE		0	Europe/Berlin	48.63262	13.81127		Messnerschlagerwaide,Messnerschlagerweide,Meßnerschlagerwaide,Meßnerschlagerweide		02	092	09275	09275156
2871604	Meßnerschlag	messnerschlag	DE		0	Europe/Berlin	48.621	13.81393				02	092	09275	09275156
2871607	Meßmering	messmering	DE		0	Europe/Berlin	48.25837	12.27361				02	091	09183	09183135
2871608	Meßlingen	messlingen	DE		0	Europe/Berlin	52.37828	8.89549		Messlingen,Meßlingen		07	057	05770	05770028
2871612	Messinghausen	messinghausen	DE		0	Europe/Berlin	51.39093	8.67268		Messinghausen		07	059	05958	05958012
2871615	Meßhofen	messhofen	DE		0	Europe/Berlin	48.26434	10.22158				02	097	09775	09775149
2871616	Meßhausen	messhausen	DE		0	Europe/Berlin	52.94729	9.81766				06	00	03358	03358021
2871617	Meßhausen	messhausen	DE		0	Europe/Berlin	47.86219	9.61616				01	084	08436	08436096
2871619	Messersbacherhof	messersbacherhof	DE		0	Europe/Berlin	49.58583	7.75983				08	00	07333	07333028
2871625	Messenhausen	messenhausen	DE		0	Europe/Berlin	49.98996	8.80142				05	064	06438	06438012
2871627	Messenfeld	messenfeld	DE		0	Europe/Berlin	50.08336	10.90745				02	094	09478	09478120
2871632	Messelhausen	messelhausen	DE		0	Europe/Berlin	49.57611	9.78861		Messelhausen		01	081	08128	08128139
2871637	Meßdunk	messdunk	DE		0	Europe/Berlin	52.32318	12.53023				11	00	12069	12069306
2871640	Meßbach	messbach	DE		0	Europe/Berlin	50.45793	12.11056				13	00	14523	14523320
2871641	Meßbach	messbach	DE		0	Europe/Berlin	49.74875	8.80893				05	064	06432	06432007
2871642	Meßbach	messbach	DE		0	Europe/Berlin	49.37167	9.69471				01	081	08126	08126020
2871644	Mesmerode	mesmerode	DE		0	Europe/Berlin	52.41235	9.35472				06	00	03241	03241021
2871645	Mesloh	mesloh	DE		0	Europe/Berlin	52.67565	8.90493				06	00	03251	03251024
2871647	Mesenkamp	mesenkamp	DE		0	Europe/Berlin	52.43095	8.46672				07	057	05770	05770044
2871652	Mesekow	mesekow	DE		0	Europe/Berlin	53.12537	11.68587				11	00	12070	12070173
2871661	Meschwitz	meschwitz	DE		0	Europe/Berlin	51.14395	14.5361		Meschwitz,Mjesicy,Mješicy		13	00	14625	14625230
2871663	Meschenich	meschenich	DE		0	Europe/Berlin	50.8605	6.92727				07	053	05315	05315000
2871664	Meschendorf	meschendorf	DE		0	Europe/Berlin	54.1356	11.65577				12	00	13072	13072085
2871665	Meschenbach	meschenbach	DE		0	Europe/Berlin	50.41278	11.06008				15	00	16072	16072023
2871666	Meschenbach	meschenbach	DE		0	Europe/Berlin	50.2074	10.97723				02	094	09473	09473170
2871667	Mescheide	mescheide	DE		0	Europe/Berlin	51.72263	12.47119				14	00	15091	15091110
2871672	Merzingen	merzingen	DE		0	Europe/Berlin	48.78832	10.57091				02	097	09779	09779184
2871676	Merzien	merzien	DE		0	Europe/Berlin	51.75203	12.03819		Merzien,Merzin		14	00	15082	15082180
2871687	Merzenhausen	merzenhausen	DE		0	Europe/Berlin	50.93431	6.29328				07	053	05358	05358024
2871701	Merzbach	merzbach	DE		0	Europe/Berlin	50.60208	6.93018				07	053	05382	05382048
2871702	Merzbach	merzbach	DE		0	Europe/Berlin	49.47038	10.57975				02	095	09575	09575166
2871705	Merz	merz	DE		0	Europe/Berlin	52.19862	14.34514				11	00	12067	12067397
2871706	Merxleben	merxleben	DE		0	Europe/Berlin	51.12497	10.67307				15	00	16064	16064003
2871708	Merxhausen	merxhausen	DE		0	Europe/Berlin	51.82283	9.64042				06	00	03255	03255018
2871709	Merxhausen	merxhausen	DE		0	Europe/Berlin	51.22952	9.25675				05	066	06633	06633006
2871712	Mertsee	mertsee	DE		0	Europe/Berlin	48.4288	12.70354				02	092	09277	09277119
2871715	Mertitz	mertitz	DE		0	Europe/Berlin	51.17419	13.3254		Mertitz		13	00	14627	14627180
2871720	Mertensdorf	mertensdorf	DE		0	Europe/Berlin	53.23406	12.12028				11	00	12070	12070393
2871721	Mertener Heide	mertener-heide	DE		0	Europe/Berlin	50.77384	6.90982				07	053	05382	05382012
2871724	Mertenberg	mertenberg	DE		0	Europe/Berlin	49.50635	12.0372		Mertenberg		02	093	09371	09371150
2871725	Merten	merten	DE		0	Europe/Berlin	50.7764	6.92188		Merten		07	053	05382	05382012
2871726	Merten	merten	DE		0	Europe/Berlin	50.76725	7.39616				07	053	05382	05382016
2871735	Mersheim	mersheim	DE		0	Europe/Berlin	50.75408	6.64098		Merscheim,Mersheim		07	053	05358	05358060
2871737	Merschwitz	merschwitz	DE		0	Europe/Berlin	51.72882	12.78191				14	00	15091	15091020
2871738	Merschwitz	merschwitz	DE		0	Europe/Berlin	51.26498	13.4063		Merschwitz		13	00	14627	14627190
2871739	Merschwitz	merschwitz	DE		0	Europe/Berlin	51.24393	12.89465				13	00	14729	14729160
2871740	Merschütz	merschuetz	DE		0	Europe/Berlin	51.19232	13.13884				13	00	14522	14522450
2871743	Merschhoven	merschhoven	DE		0	Europe/Berlin	51.68187	7.7409				07	059	05915	05915000
2871745	Merscherhöhe	merscherhoehe	DE		0	Europe/Berlin	50.93769	6.36819				07	053	05358	05358024
2871746	Merscheid	merscheid	DE		0	Europe/Berlin	51.17092	7.03864				07	051	05122	05122000
2871747	Merscheid	merscheid	DE		0	Europe/Berlin	49.82364	7.06507				08	00	07231	07231502
2871751	Mersch	mersch	DE		0	Europe/Berlin	51.76787	7.73923				07	055	05570	05570016
2871752	Mersch	mersch	DE		0	Europe/Berlin	52.45571	7.61444				07	055	05566	05566020
2871753	Mersch	mersch	DE		0	Europe/Berlin	50.96054	6.37803				07	053	05358	05358024
2871754	Mersberg	mersberg	DE		0	Europe/Berlin	48.20239	8.0415				01	083	08316	08316003
2871758	Merode	merode	DE		0	Europe/Berlin	51.83333	7.18333				07	055	05558	05558016
2871759	Merode	merode	DE		0	Europe/Berlin	50.79724	6.39015				07	053	05358	05358032
2871760	Mernham	mernham	DE		0	Europe/Berlin	48.10646	12.2574				02	091	09187	09187116
2871761	Mernes	mernes	DE		0	Europe/Berlin	50.23953	9.47837		Mernes		05	064	06435	06435002
2871763	Mermicherhof	mermicherhof	DE		0	Europe/Berlin	50.18245	7.58584				08	00	07140	07140045
2871766	Merlsheim	merlsheim	DE		0	Europe/Berlin	51.79662	9.02321				07	057	05762	05762028
2871773	Merlau	merlau	DE		0	Europe/Berlin	50.62305	9.02762				05	065	06535	06535013
2871775	Merlach	merlach	DE		0	Europe/Berlin	50.86954	12.42426		Merlach		15	00	16077	16077039
2871776	Merlach	merlach	DE		0	Europe/Berlin	50.23626	10.75774				02	094	09473	09473165
2871777	Merl	merl	DE		0	Europe/Berlin	50.63008	7.05549		Merl		07	053	05382	05382032
2871778	Merl	merl	DE		0	Europe/Berlin	50.04017	7.16889		Merl		08	00	07135	07135092
2871779	Merkwitz	merkwitz	DE		0	Europe/Berlin	51.75446	12.69884				14	00	15091	15091020
2871780	Merkwitz	merkwitz	DE		0	Europe/Berlin	51.40852	12.4754				13	00	14730	14730300
2871781	Merkwitz	merkwitz	DE		0	Europe/Berlin	51.32106	13.0867				13	00	14730	14730230
2871782	Merkur	merkur	DE		0	Europe/Berlin	51.64099	14.24099				11	00	12071	12071057
2871784	Merkstein	merkstein	DE		0	Europe/Berlin	50.88051	6.10083				07	053	05334	05334016
2871785	Merklingsen	merklingsen	DE		0	Europe/Berlin	51.57246	8.00498		Merklingsen		07	059	05974	05974048
2871787	Merklinghausen	merklinghausen	DE		0	Europe/Berlin	51.61248	8.2229				07	059	05974	05974016
2871788	Merklinghausen	merklinghausen	DE		0	Europe/Berlin	51.11228	7.86175				07	059	05966	05966004
2871791	Merklinde	merklinde	DE		0	Europe/Berlin	51.52623	7.31946				07	055	05562	05562004
2871792	Merkewitz	merkewitz	DE		0	Europe/Berlin	51.57589	11.93651				14	00	15088	15088295
2871793	Merkeshausen	merkeshausen	DE		0	Europe/Berlin	50.03831	6.4172				08	00	07232	07232285
2871794	Merkershausen	merkershausen	DE		0	Europe/Berlin	50.28661	10.4447				02	096	09673	09673141
2871795	Merkers	merkers	DE		0	Europe/Berlin	50.82232	10.11777		Merkers		15	00	16063	16063101
2871797	Merkenich	merkenich	DE		0	Europe/Berlin	51.02535	6.95629				07	053	05315	05315000
2871798	Merkenfritz	merkenfritz	DE		0	Europe/Berlin	50.40023	9.1523		Merkenfritz		05	064	06440	06440011
2871804	Merkenbach	merkenbach	DE		0	Europe/Berlin	48.41705	8.09532				01	083	08317	08317085
2871805	Merkenbach	merkenbach	DE		1600	Europe/Berlin	50.65626	8.29513				05	065	06532	06532012
2871806	Merken	merken	DE		0	Europe/Berlin	50.84581	6.42372				07	053	05358	05358008
2871809	Merkausen	merkausen	DE		0	Europe/Berlin	50.98909	7.59004		Merkausen		07	053	05374	05374048
2871810	Merka	merka	DE		0	Europe/Berlin	51.24507	14.42668		Merkow,Měrkow		13	00	14625	14625490
2871811	Meringerzell	meringerzell	DE		0	Europe/Berlin	48.27061	11.02044				02	097	09771	09771146
2871814	Merheim	merheim	DE		0	Europe/Berlin	50.98333	6.93333				07	053	05315	05315000
2871815	Mergners	mergners	DE		0	Europe/Berlin	49.68592	11.43641				02	094	09472	09472118
2871816	Mergenthau	mergenthau	DE		0	Europe/Berlin	48.31471	10.99403				02	097	09771	09771142
2871818	Mergenthal	mergenthal	DE		0	Europe/Berlin	51.06723	13.36944				13	00	14627	14627180
2871819	Mergendorf	mergendorf	DE		0	Europe/Berlin	51.28672	13.31258				13	00	14627	14627230
2871820	Mergelstetten	mergelstetten	DE		0	Europe/Berlin	48.65783	10.156		Heidenheim-Mergelstetten		01	081	08135	08135019
2871822	Mergelheide	mergelheide	DE		0	Europe/Berlin	51.89632	8.64779				07	057	05754	05754036
2871826	Merfeld	merfeld	DE		0	Europe/Berlin	51.84799	7.20266		Merfeld		07	055	05558	05558016
2871833	Merchingen	merchingen	DE		0	Europe/Berlin	49.44071	6.68035		Merchingen		09	00	10042	10042113
2871834	Merchingen	merchingen	DE		0	Europe/Berlin	49.39865	9.50662				01	082	08225	08225114
2871836	Merbitz	merbitz	DE		0	Europe/Berlin	51.61492	11.88582				14	00	15088	15088216
2871837	Merbitz	merbitz	DE		0	Europe/Berlin	51.06783	13.64034		Merbitz		13	00	14612	14612000
2871838	Merbelsrod	merbelsrod	DE		0	Europe/Berlin	50.48689	10.85742		Merbelsrod		15	00	16069	16069058
2871840	Merbeck	merbeck	DE		0	Europe/Berlin	51.17442	6.24972		Merbeck		07	053	05370	05370040
2871841	Merazhofen	merazhofen	DE		0	Europe/Berlin	47.75336	9.95779				01	084	08436	08436055
2871846	Mepke	mepke	DE		0	Europe/Berlin	52.17453	8.82227				07	057	05770	05770004
2871847	Menzlis	menzlis	DE		0	Europe/Berlin	47.94149	9.89866				01	084	08436	08436010
2871848	Menzlings	menzlings	DE		0	Europe/Berlin	47.80311	9.93053				01	084	08436	08436052
2871849	Menzlingen	menzlingen	DE		0	Europe/Berlin	50.89118	7.19072				07	053	05378	05378028
2871850	Menzlin	menzlin	DE		0	Europe/Berlin	53.88546	13.62525		Menzlin		12	00	13075	13075150
2871851	Menzlhof	menzlhof	DE		0	Europe/Berlin	49.76773	12.13207				02	093	09374	09374128
2871852	Menzles	menzles	DE		0	Europe/Berlin	48.92508	9.69509				01	081	08119	08119037
2871853	Menzlas	menzlas	DE		0	Europe/Berlin	49.80818	11.73538				02	093	09374	09374155
2871854	Menzingen	menzingen	DE		0	Europe/Berlin	49.13705	8.7702		Menzingen		01	082	08215	08215097
2871856	Menzenweiler	menzenweiler	DE		0	Europe/Berlin	47.97692	9.59927				01	084	08436	08436093
2871857	Menzenschwand-Vorderdorf	menzenschwand-vorderdorf	DE		0	Europe/Berlin	47.81719	8.07186				01	083	08337	08337097
2871858	Menzenschwand-Hinterdorf	menzenschwand-hinterdorf	DE		0	Europe/Berlin	47.82917	8.06994		Hinterdorf Menzenschwand,Menzenschwand-Hinterdorf		01	083	08337	08337097
2871860	Menzenschwand	menzenschwand	DE		0	Europe/Berlin	47.82514	8.07238				01	083	08337	08337097
2871863	Menzendorf-Hof	menzendorf-hof	DE		0	Europe/Berlin	53.84759	11.00013				12	00	13074	13074052
2871867	Menzenberg	menzenberg	DE		0	Europe/Berlin	53.83495	11.0438				12	00	13074	13074027
2871868	Menzenberg	menzenberg	DE		0	Europe/Berlin	50.62977	7.24582		Menzenberg		07	053	05382	05382008
2871869	Menzenbach	menzenbach	DE		0	Europe/Berlin	48.54383	11.41207				02	091	09186	09186143
2871870	Menzen	menzen	DE		0	Europe/Berlin	47.63333	9.91667				02	097	09776	09776114
2871871	Menzelerheide	menzelerheide	DE		0	Europe/Berlin	51.60678	6.51548				07	051	05170	05170004
2871874	Menzelen	menzelen	DE		0	Europe/Berlin	51.6174	6.53003		Menzelen		07	051	05170	05170004
2871876	Menzel	menzel	DE		0	Europe/Berlin	51.52439	8.4092		Menzel		07	059	05974	05974036
2871880	Mentzelsfelde	mentzelsfelde	DE		0	Europe/Berlin	51.70283	8.34628				07	059	05974	05974028
2871881	Mentrup	mentrup	DE		0	Europe/Berlin	52.18677	7.9832				06	00	03459	03459020
2871882	Mentin	mentin	DE		0	Europe/Berlin	53.29549	11.9545				12	00	13076	13076168
2871886	Mente	mente	DE		0	Europe/Berlin	52.29272	8.74846				07	057	05770	05770012
2871891	Mensinghausen	mensinghausen	DE		0	Europe/Berlin	52.53509	8.93372				06	00	03256	03256033
2871893	Mensfelden	mensfelden	DE		0	Europe/Berlin	50.34281	8.10611				05	065	06533	06533008
2871894	Mensengesäß	mensengesass	DE		0	Europe/Berlin	50.07068	9.16831				02	096	09671	09671143
2871897	Mensdorf	mensdorf	DE		0	Europe/Berlin	51.4972	12.64252				13	00	14730	14730080
2871898	Menschhof	menschhof	DE		0	Europe/Berlin	49.6099	11.43446		Menschhof		02	095	09574	09574135
2871902	Menow	menow	DE		0	Europe/Berlin	53.2	13.08333				11	00	12065	12065084
2871903	Mennwangen	mennwangen	DE		0	Europe/Berlin	47.77565	9.34664				01	084	08435	08435067
2871904	Mennsdorf	mennsdorf	DE		0	Europe/Berlin	50.84937	12.23709				15	00	16076	16076055
2871905	Mennrathschmidt	mennrathschmidt	DE		0	Europe/Berlin	51.1398	6.38635		Mennrathschmidt		07	051	05116	05116000
2871907	Mennrath	mennrath	DE		0	Europe/Berlin	51.13714	6.38306				07	051	05116	05116000
2871908	Mennkausen	mennkausen	DE		0	Europe/Berlin	50.97143	7.63457		Mennkausen		07	053	05374	05374040
2871909	Mennisweiler	mennisweiler	DE		0	Europe/Berlin	47.88295	9.80221				01	084	08436	08436009
2871911	Menninghausen	menninghausen	DE		0	Europe/Berlin	51.84311	8.19133				07	055	05570	05570028
2871912	Menninghausen	menninghausen	DE		0	Europe/Berlin	52.81139	8.82943				06	00	03251	03251038
2871918	Menning	menning	DE		0	Europe/Berlin	48.78406	11.60166				02	091	09186	09186158
2871921	Mennewitz	mennewitz	DE		0	Europe/Berlin	51.84455	11.98498				14	00	15082	15082005
2871922	Mennewitz	mennewitz	DE		0	Europe/Berlin	50.90265	11.70027				15	00	16074	16074085
2871923	Mennersberg	mennersberg	DE		0	Europe/Berlin	49.375	11.66336				02	093	09371	09371132
2871925	Mennekrath	mennekrath	DE		0	Europe/Berlin	51.09017	6.34065		Mennekrath		07	053	05370	05370004
2871926	Menne	menne	DE		0	Europe/Berlin	51.52176	9.1196		Menne		07	057	05762	05762036
2871928	Menkin	menkin	DE		0	Europe/Berlin	53.41347	14.19743				11	00	12073	12073085
2871930	Menkhausen	menkhausen	DE		0	Europe/Berlin	51.21238	8.21451				07	059	05958	05958040
2871935	Menkendorf	menkendorf	DE		0	Europe/Berlin	53.25776	11.31128				12	00	13076	13076053
2871938	Menisreute	menisreute	DE		0	Europe/Berlin	47.75	9.63333				01	084	08436	08436039
2871942	Menhofen	menhofen	DE		0	Europe/Berlin	47.91003	10.8346				02	091	09181	09181113
2871943	Menhaupten	menhaupten	DE		0	Europe/Berlin	49.07806	12.71791				02	092	09278	09278143
2871944	Menhardsweiler	menhardsweiler	DE		0	Europe/Berlin	47.95425	9.862				01	084	08436	08436010
2871946	Mengshausen	mengshausen	DE		0	Europe/Berlin	50.79393	9.61806				05	066	06632	06632015
2871947	Mengsberg	mengsberg	DE		0	Europe/Berlin	50.90027	9.1014		Mengsberg		05	065	06534	06534016
2871948	Menglinghausen	menglinghausen	DE		0	Europe/Berlin	51.47317	7.42529		Menglinghausen		07	059	05913	05913000
2871951	Mengersreuth	mengersreuth	DE		0	Europe/Berlin	49.94305	11.74212				02	094	09472	09472199
2871952	Mengersreuth	mengersreuth	DE		0	Europe/Berlin	49.93012	11.9878				02	093	09377	09377148
2871954	Mengershausen	mengershausen	DE		0	Europe/Berlin	51.491	9.86887				06	00	03159	03159029
2871958	Mengersgereuth-Hämmern	mengersgereuth-haemmern	DE		2972	Europe/Berlin	50.3973	11.11649		Mengersgereuth,Mengersgereuth-Hammern,Mengersgereuth-Hämmern,Mengersgerojt-Khemern,Mengersgerojt-Khemmern,Менгерсгеройт-Хеммерн,Менгерсгеројт-Хемерн		15	00	16072	16072023
2871959	Mengersdorf	mengersdorf	DE		0	Europe/Berlin	49.9061	11.37503		Mengersdorf		02	094	09472	09472167
2871961	Mengers	mengers	DE		0	Europe/Berlin	50.79614	9.78556		Mengers		05	066	06631	06631007
2871962	Mengeringhausen	mengeringhausen	DE		0	Europe/Berlin	51.36701	8.98845				05	066	06635	06635002
2871963	Mengenich	mengenich	DE		10350	Europe/Berlin	50.9785	6.86737		Bocklemuend,Bocklemuend / Mengenich,Bocklemünd,Bocklemünd / Mengenich,Mengenich		07	053	05315	05315000
2871967	Mengelsdorf	mengelsdorf	DE		400	Europe/Berlin	51.15599	14.80974	270			13	00	14626	14626450
2871968	Mengelrode	mengelrode	DE		0	Europe/Berlin	51.40031	10.10194				15	00	16061	16061049
2871969	Mengeder Heide	mengeder-heide	DE		0	Europe/Berlin	51.58295	7.38413				07	059	05913	05913000
2871970	Mengede	mengede	DE		0	Europe/Berlin	51.57246	7.38392		Mengede		07	059	05913	05913000
2871971	Mengebostel	mengebostel	DE		0	Europe/Berlin	52.92132	9.7768				06	00	03358	03358008
2871972	Mengdorf	mengdorf	DE		0	Europe/Berlin	52.78333	9.76667				06			
2871974	Menelzhofen	menelzhofen	DE		0	Europe/Berlin	47.72708	10.01684				01	084	08436	08436049
2871975	Mendt	mendt	DE		0	Europe/Berlin	50.70606	7.40639				08	00	07138	07138080
2871976	Mendorferbuch	mendorferbuch	DE		0	Europe/Berlin	49.31637	11.83569				02	093	09371	09371129
2871977	Mendorf	mendorf	DE		0	Europe/Berlin	48.87388	11.60458		Mendorf		02	091	09176	09176112
2871985	Mendelbeuren	mendelbeuren	DE		0	Europe/Berlin	47.9128	9.55525				01	084	08436	08436005
2871987	Menchau	menchau	DE		0	Europe/Berlin	50.0121	11.37591		Menchau		02	094	09477	09477157
2871988	Memsen	memsen	DE		0	Europe/Berlin	52.8086	9.06894				06	00	03256	03256015
2871989	Memprechtshofen	memprechtshofen	DE		0	Europe/Berlin	48.67949	7.98669				01	083	08317	08317153
2871994	Memmhausen	memmhausen	DE		0	Europe/Berlin	53.53956	8.01846				06	00	03455	03455015
2871999	Memmenhausen	memmenhausen	DE		0	Europe/Berlin	48.24682	10.5284		Memmenhausen		02	097	09774	09774166
2872000	Memmendorf	memmendorf	DE		0	Europe/Berlin	50.8814	13.19452				13	00	14522	14522440
2872004	Memlos	memlos	DE		0	Europe/Berlin	50.47949	9.7631		Memlos,Metzlos-Lutter,Metzlos-Lütter		05	066	06631	06631006
2872006	Memhölz	memholz	DE		0	Europe/Berlin	47.64773	10.27432		Kuhnerwald		02	097	09780	09780143
2872008	Memershausen	memershausen	DE		0	Europe/Berlin	53.6	8.06667				06	00	03405	03405000
2872009	Memersch	memersch	DE		0	Europe/Berlin	47.63754	10.40686				02	097	09780	09780128
2872012	Melzwig	melzwig	DE		0	Europe/Berlin	51.82291	12.72316				14	00	15091	15091160
2872013	Melzow	melzow	DE		0	Europe/Berlin	53.16823	13.88938				11	00	12073	12073430
2872015	Melzingen	melzingen	DE		0	Europe/Berlin	53.00489	10.44439				06	00	03360	03360019
2872018	Melzdorf	melzdorf	DE		0	Europe/Berlin	50.5774	9.75534				05	066	06631	06631020
2872020	Melverode	melverode	DE		3748	Europe/Berlin	52.22969	10.52542				06	00	03101	03101000
2872022	Meltitz	meltitz	DE		0	Europe/Berlin	51.62947	12.81761				13	00	14730	14730320
2872023	Meltewitz	meltewitz	DE		0	Europe/Berlin	51.36262	12.90901				13	00	14729	14729245
2872024	Melters	melters	DE		0	Europe/Berlin	50.49137	9.7471				05	066	06631	06631006
2872025	Meltendorf	meltendorf	DE		0	Europe/Berlin	51.85454	12.87878				14	00	15091	15091391
2872029	Melstrup	melstrup	DE		0	Europe/Berlin	52.88862	7.33869				06	00	03454	03454013
2872032	Melschede	melschede	DE		0	Europe/Berlin	51.35	7.93333				07	059	05958	05958044
2872034	Melpitz	melpitz	DE		0	Europe/Berlin	51.52856	12.93803				13	00	14730	14730310
2872035	Melperts	melperts	DE		0	Europe/Berlin	50.51332	10.01232				05	066	06631	06631005
2872044	Melwitzer Siedlung	melwitzer-siedlung	DE		0	Europe/Berlin	51.74406	12.00871		Dorfstelle Mellwitz,Mellwitzer Dorfstelle,Melwitzer Siedlung		14	00	15082	15082180
2872048	Mellrich	mellrich	DE		0	Europe/Berlin	51.54165	8.29301				07	059	05974	05974004
2872049	Melloh	melloh	DE		0	Europe/Berlin	52.67081	8.74271				06	00	03251	03251040
2872051	Mellnsdorf	mellnsdorf	DE		0	Europe/Berlin	51.94767	12.86757		Mellnsdorf		11	00	12072	12072297
2872055	Mellnau	mellnau	DE		0	Europe/Berlin	50.92772	8.7537		Melinau,Mellnau		05	065	06534	06534021
2872065	Am Mellensee	am-mellensee	DE		0	Europe/Berlin	52.18333	13.4		Am Melenze,Am-Mellenze,Mellen,a mu mei lun sai,am mlnzh,Ам Мелензе,Ам-Меллензе,Ամ Մելենզե,آم ملنزه,阿姆梅伦塞		11	00	12072	12072002
2872070	Mellendorf	mellendorf	DE		0	Europe/Berlin	52.54692	9.73406				06	00	03241	03241019
2872074	Mellenbach	mellenbach	DE		0	Europe/Berlin	50.5907	11.10083				15	00	16073	16073113
2872075	Mellenau	mellenau	DE		0	Europe/Berlin	53.29881	13.5345				11	00	12073	12073069
2872078	Melleck	melleck	DE		0	Europe/Berlin	47.67205	12.7604				02	091	09172	09172131
2872081	Mellatz	mellatz	DE		0	Europe/Berlin	47.62639	9.85932				02	097	09776	09776122
2872084	Melkow	melkow	DE		0	Europe/Berlin	52.53366	12.11014				14	00	15090	15090631
2872088	Melkers	melkers	DE		0	Europe/Berlin	50.60134	10.37156				15	00	16066	16066056
2872091	Melkendorf	melkendorf	DE		0	Europe/Berlin	50.09087	11.41487		Melkendorf		02	094	09477	09477128
2872092	Melkendorf	melkendorf	DE		0	Europe/Berlin	49.94142	11.42265				02	094	09472	09472131
2872093	Melkendorf	melkendorf	DE		0	Europe/Berlin	49.89983	11.03045				02	094	09471	09471155
2872096	Melgershausen	melgershausen	DE		0	Europe/Berlin	51.14287	9.49357		Melgershausen		05	066	06634	06634003
2872098	Meldorfer Hafen	meldorfer-hafen	DE		0	Europe/Berlin	54.09221	9.03627				10	00	01051	01051074
2872101	Meldau	meldau	DE		0	Europe/Berlin	49.29136	12.21101				02	093	09376	09376175
2872103	Melchiorshausen	melchiorshausen	DE		0	Europe/Berlin	52.96791	8.79676		Melchiorshausen		06	00	03251	03251047
2872106	Melchingen	melchingen	DE		0	Europe/Berlin	48.35941	9.14724		Melchingen		01	084	08417	08417013
2872110	Melchersberg	melchersberg	DE		0	Europe/Berlin	50.40127	11.08866				15	00	16072	16072023
2872111	Melchendorf	melchendorf	DE		0	Europe/Berlin	50.95204	11.07335				15	00	16051	16051000
2872113	Melborn	melborn	DE		0	Europe/Berlin	50.97382	10.44851				15	00	16063	16063098
2872114	Melbergen	melbergen	DE		0	Europe/Berlin	52.20224	8.7811				07	057	05758	05758024
2872118	Melbach	melbach	DE		0	Europe/Berlin	50.9898	8.32692				07	059	05970	05970012
2872119	Melbach	melbach	DE		1250	Europe/Berlin	50.37908	8.80926				05	064	06440	06440024
2872120	Melaune	melaune	DE		0	Europe/Berlin	51.18889	14.74579		Melaune,Merjow,Měrjow		13	00	14626	14626570
2872121	Melau	melau	DE		0	Europe/Berlin	53.61333	9.50974				06	00	03359	03359038
2872124	Meitzendorf	meitzendorf	DE		1113	Europe/Berlin	52.21308	11.56174				14	00	15083	15083040
2872125	Meitze	meitze	DE		0	Europe/Berlin	52.56673	9.76326		Meitze		06	00	03241	03241019
2872127	Meiswinkel	meiswinkel	DE		0	Europe/Berlin	51.01995	7.2241		Meiswinkel		07	053	05378	05378012
2872128	Meiswinkel	meiswinkel	DE		0	Europe/Berlin	50.9347	7.94703		Meiswinkel		07	059	05970	05970040
2872130	Meisthof	meisthof	DE		0	Europe/Berlin	49.59169	12.178				02	093	09374	09374133
2872131	Meisterstrasse	meisterstrasse	DE		0	Europe/Berlin	52.43727	8.67519				07	057	05770	05770040
2872133	Meisterstall	meisterstall	DE		0	Europe/Berlin	48.88584	10.35167				01	081	08136	08136010
2872134	Meistershofen	meistershofen	DE		0	Europe/Berlin	47.67027	9.47755		Meistershofen		01	084	08435	08435016
2872136	Meisternthal	meisternthal	DE		0	Europe/Berlin	48.67957	12.79212				02	092	09279	09279137
2872139	Meistern	meistern	DE		0	Europe/Berlin	48.69359	8.54796				01	082	08235	08235079
2872142	Meiste	meiste	DE		0	Europe/Berlin	51.51201	8.48826		Meiste		07	059	05974	05974036
2872151	Meißendorf	meissendorf	DE		0	Europe/Berlin	52.73047	9.84959				06	00	03351	03351024
2872152	Meißenberg	meissenberg	DE		0	Europe/Berlin	49.31473	12.42957				02	093	09376	09376147
2872160	Meisheide	meisheide	DE		0	Europe/Berlin	50.96244	7.1879				07	053	05378	05378004
2872161	Meisham	meisham	DE		0	Europe/Berlin	47.94251	12.3761				02	091	09187	09187125
2872164	Meiserspring	meiserspring	DE		0	Europe/Berlin	49.31744	7.78019				08	00	07335	07335047
2872165	Meiserich	meiserich	DE		0	Europe/Berlin	50.20001	6.95954				08	00	07135	07135083
2872176	Meisenburg	meisenburg	DE		0	Europe/Berlin	51.38333	6.93333				07	051	05113	05113000
2872185	Meisenbach	meisenbach	DE		0	Europe/Berlin	50.89659	7.30927				07	053	05382	05382040
2872186	Meisenbach	meisenbach	DE		0	Europe/Berlin	50.78674	9.71379		Meisenbach		05	066	06632	06632008
2872187	Meisenbach	meisenbach	DE		0	Europe/Berlin	50.7157	7.42538				07	053	05382	05382020
2872194	Meischendorf	meischendorf	DE		0	Europe/Berlin	49.39359	12.30184				02	093	09376	09376164
2872197	Meisberg	meisberg	DE		0	Europe/Berlin	51.63799	11.46528				14	00	15087	15087220
2872198	Meisau	meisau	DE		0	Europe/Berlin	47.79084	12.71468				02	091	09189	09189145
2872199	Meisatal	meisatal	DE		0	Europe/Berlin	51.16485	13.45798				13	00	14627	14627140
2872201	Meinzing	meinzing	DE		0	Europe/Berlin	49.2023	12.78911				02	093	09372	09372117
2872207	Meinstedt	meinstedt	DE		0	Europe/Berlin	53.33379	9.31635				06	00	03357	03357021
2872209	Meinsen	meinsen	DE		0	Europe/Berlin	52.29655	9.05516				06	00	03257	03257009
2872210	Meinsen	meinsen	DE		0	Europe/Berlin	52.25513	9.3534				06	00	03257	03257017
2872211	Meinsdorf	meinsdorf	DE		0	Europe/Berlin	51.91073	12.2554				14	00	15001	15001000
2872212	Meinsdorf	meinsdorf	DE		0	Europe/Berlin	51.84884	13.26731				11	00	12072	12072298
2872213	Meinsdorf	meinsdorf	DE		0	Europe/Berlin	50.83598	12.72649				13	00	14524	14524020
2872215	Meinsberg	meinsberg	DE		0	Europe/Berlin	51.08244	13.03322		Meinsberg		13	00	14522	14522570
2872217	Meinkot	meinkot	DE		0	Europe/Berlin	52.39514	10.96324				06	00	03154	03154024
2872218	Meinkingsburg	meinkingsburg	DE		0	Europe/Berlin	52.58337	9.29029				06	00	03256	03256020
2872219	Meinkenbracht	meinkenbracht	DE		0	Europe/Berlin	51.28135	8.09013		Meinkenbracht		07	059	05958	05958044
2872220	Meinitz	meinitz	DE		0	Europe/Berlin	51.14395	12.92307				13	00	14522	14522310
2872221	Meiningsen	meiningsen	DE		0	Europe/Berlin	51.53673	8.05942				07	059	05974	05974040
2872228	Meinholz	meinholz	DE		0	Europe/Berlin	52.94129	9.98194				06	00	03358	03358023
2872229	Meinholz	meinholz	DE		0	Europe/Berlin	52.35142	10.53361		Meinholz		06	00	03151	03151016
2872232	Meinhardswinden	meinhardswinden	DE		0	Europe/Berlin	49.27741	10.56411		Meinhardswinden		02	095	09561	09561000
2872241	Meinershausen	meinershausen	DE		0	Europe/Berlin	53.15513	9.01256				06	00	03356	03356002
2872242	Meinershagen	meinershagen	DE		0	Europe/Berlin	53.32656	8.96653				06	00	03356	03356011
2872243	Meinersfehn	meinersfehn	DE		0	Europe/Berlin	53.31482	7.84387				06	00	03457	03457020
2872245	Meinersdorf	meinersdorf	DE		0	Europe/Berlin	50.72261	12.89083		Meinersdorf		13	00	14521	14521120
2872246	Meinersdorf	meinersdorf	DE		0	Europe/Berlin	50.65766	11.9975				15	00	16076	16076087
2872247	Meinersand	meinersand	DE		0	Europe/Berlin	52.38333	10.53333				06	00	03151	03151016
2872248	Meinern	meinern	DE		0	Europe/Berlin	52.95122	9.76341				06	00	03358	03358021
2872249	Meineringhausen	meineringhausen	DE		0	Europe/Berlin	51.25493	8.94442				05	066	06635	06635015
2872250	Meinerdingen	meinerdingen	DE		0	Europe/Berlin	52.86129	9.63464				06	00	03358	03358024
2872257	Meindorf	meindorf	DE		0	Europe/Berlin	50.77826	7.13782		Meindorf		07	053	05382	05382056
2872258	Meindling	meindling	DE		0	Europe/Berlin	48.79884	12.62964				02	092	09278	09278167
2872259	Meindlgrub	meindlgrub	DE		0	Europe/Berlin	49.03083	13.05321				02	092	09276	09276118
2872260	Meinbrexen	meinbrexen	DE		0	Europe/Berlin	51.68884	9.39889		Meinbrexen		06	00	03255	03255026
2872264	Meimsheim	meimsheim	DE		0	Europe/Berlin	49.06623	9.08693		Meimsheim		01	081	08125	08125013
2872265	Meimersdorf	meimersdorf	DE		0	Europe/Berlin	54.27529	10.10898				10	00	01002	01002000
2872266	Meimers	meimers	DE		0	Europe/Berlin	50.78724	10.34715				15	00	16063	16063099
2872267	Meimerhausen	meimerhausen	DE		0	Europe/Berlin	51.94795	9.8702				06	00	03254	03254042
2872268	Meimbressen	meimbressen	DE		0	Europe/Berlin	51.40413	9.35374				05	066	06633	06633005
2872269	Meilsen	meilsen	DE		0	Europe/Berlin	53.33839	9.83607				06	00	03353	03353005
2872270	Meilsdorf	meilsdorf	DE		0	Europe/Berlin	53.62978	10.26878				10	00	01062	01062069
2872271	Meilschnitz	meilschnitz	DE		0	Europe/Berlin	50.35804	11.10106		Meilschnitz		02	094	09473	09473151
2872273	Meilitz	meilitz	DE		0	Europe/Berlin	50.81572	12.08196				15	00	16076	16076084
2872274	Meilitz	meilitz	DE		0	Europe/Berlin	50.71686	11.72894		Kospoda-Meilitz,Meilitz		15	00	16075	16075051
2872275	Meilingen	meilingen	DE		0	Europe/Berlin	47.57687	10.57031		Drittel		02	097	09777	09777159
2872276	Meiling	meiling	DE		0	Europe/Berlin	48.05422	11.22382				02	091	09188	09188132
2872277	Meiling	meiling	DE		0	Europe/Berlin	47.99225	12.12492				02	091	09187	09187170
2872279	Meilham	meilham	DE		0	Europe/Berlin	47.97196	12.32093				02	091	09187	09187113
2872284	Meilenhofen	meilenhofen	DE		0	Europe/Berlin	49.34291	11.44089				02	093	09373	09373113
2872285	Meilenhofen	meilenhofen	DE		0	Europe/Berlin	48.80349	11.18738				02	091	09176	09176149
2872286	Meilenhofen	meilenhofen	DE		0	Europe/Berlin	48.68337	11.79331		Meilnhofn		02	092	09273	09273147
2872287	Meilenhausen	meilenhausen	DE		0	Europe/Berlin	48.64524	11.72468				02	092	09273	09273147
2872289	Meilenberg	meilenberg	DE		0	Europe/Berlin	47.91404	11.4002				02	091	09173	09173130
2872291	Meilenbach	meilenbach	DE		0	Europe/Berlin	49.14663	11.30176				02	095	09576	09576127
2872293	Meila	meila	DE		0	Europe/Berlin	51.15913	13.21766		Beicha-Meila,Meila		13	00	14522	14522080
2872294	Meihern	meihern	DE		0	Europe/Berlin	48.99636	11.63243				02	092	09273	09273164
2872296	Meigelsried	meigelsried	DE		0	Europe/Berlin	49.32318	12.49182				02	093	09372	09372154
2872299	Meierstorf	meierstorf	DE		0	Europe/Berlin	53.84829	11.29311		Meiersdorf,Meierstorf		12	00	13074	13074079
2872300	Meierstorf	meierstorf	DE		0	Europe/Berlin	53.30537	11.85945		Meiersdorf,Meierstorf		12	00	13076	13076160
2872301	Meiersmühlen	meiersmuehlen	DE		0	Europe/Berlin	52.41667	8.98333				07	057	05770	05770028
2872303	Meiersfeld	meiersfeld	DE		0	Europe/Berlin	51.93019	8.91901				07	057	05766	05766020
2872311	Meierndorf	meierndorf	DE		0	Europe/Berlin	49.14485	10.50167				02	095	09571	09571128
2872317	Meierhof	meierhof	DE		0	Europe/Berlin	50.28589	11.5971				02	094	09475	09475169
2872318	Meierhof	meierhof	DE		0	Europe/Berlin	50.22357	11.76219				02	094	09475	09475154
2872319	Meierhof	meierhof	DE		0	Europe/Berlin	50.07025	11.90857				02	094	09479	09479166
2872320	Meierhof	meierhof	DE		0	Europe/Berlin	49.73158	12.24589				02	093	09374	09374121
2872322	Meierhof	meierhof	DE		0	Europe/Berlin	54.41412	9.38882				10	00	01059	01059009
2872331	Meierhafe	meierhafe	DE		0	Europe/Berlin	52.98143	8.54079				06	00	03458	03458005
2872334	Meierei	meierei	DE		0	Europe/Berlin	53.92673	13.3774				12	00	13075	13075044
2872336	Maierbusch	maierbusch	DE		0	Europe/Berlin	52.79739	11.81913				14	00	15090	15090415
2872337	Meierberg	meierberg	DE		0	Europe/Berlin	52.09301	9.11608				07	057	05766	05766028
2872345	Meiendorf	meiendorf	DE		0	Europe/Berlin	53.63106	10.16465				04	00	02000	02000000
2872346	Meie	meie	DE		0	Europe/Berlin	51.11802	7.12094				07	053	05378	05378016
2872347	Meiderich	meiderich	DE		45297	Europe/Berlin	51.46667	6.76667		Meiderich,Meiderich/Beeck		07	051	05112	05112000
2872348	Meidenried	meidenried	DE		0	Europe/Berlin	49.3025	12.46209				02	093	09376	09376146
2872349	Meidengrub	meidengrub	DE		0	Europe/Berlin	49.10947	12.83739				02	092	09276	09276135
2872350	Meidendorf	meidendorf	DE		0	Europe/Berlin	48.94091	12.7761				02	092	09278	09278198
2872352	Meidelstetten	meidelstetten	DE		0	Europe/Berlin	48.34467	9.30705				01	084	08415	08415090
2872353	Meide	meide	DE		0	Europe/Berlin	51.18199	6.92453				07	051	05158	05158016
2872354	Meichow	meichow	DE		0	Europe/Berlin	53.18418	13.98688				11	00	12073	12073225
2872355	Meiches	meiches	DE		0	Europe/Berlin	50.62496	9.25452				05	065	06535	06535012
2872356	Meiborssen	meiborssen	DE		0	Europe/Berlin	51.91261	9.35846				06	00	03255	03255035
2872358	Mehrum	mehrum	DE		0	Europe/Berlin	52.30501	10.09352				06	00	03157	03157002
2872359	Mehrum	mehrum	DE		0	Europe/Berlin	51.57517	6.62555		Mehrum		07	051	05170	05170044
2872364	Mehrstedt	mehrstedt	DE		0	Europe/Berlin	51.27025	10.66634				15	00	16064	16064077
2872368	Groß Neuendorfer Loose	gross-neuendorfer-loose	DE		0	Europe/Berlin	52.67456	14.33287				11	00	12064	12064274
2872379	Mehrin	mehrin	DE		0	Europe/Berlin	52.72309	11.5008				14	00	15081	15081240
2872380	Mehrhoog	mehrhoog	DE		6520	Europe/Berlin	51.73826	6.51164	21	Mehrhoog		07	051	05170	05170012
2872385	Mehrenstetten	mehrenstetten	DE		0	Europe/Berlin	48.45653	10.4207				02	097	09774	09774140
2872386	Mehrenkamp	mehrenkamp	DE		0	Europe/Berlin	53.04947	7.85161				06	00	03453	03453007
2872387	Mehrenberg	mehrenberg	DE		0	Europe/Berlin	47.68333	9.63333				01	084	08435	08435057
2872391	Mehre	mehre	DE		0	Europe/Berlin	52.94821	10.63486				06	00	03360	03360025
2872393	Mehrbruch	mehrbruch	DE		0	Europe/Berlin	51.7305	6.47527				07	051	05154	05154044
2872396	Mehr	mehr	DE		0	Europe/Berlin	51.81136	6.05222				07	051	05154	05154040
2872397	Mehr	mehr	DE		0	Europe/Berlin	51.72682	6.47608		Mehr		07	051	05154	05154044
2872398	Mehr	mehr	DE		0	Europe/Berlin	51.60372	6.63323				07	051	05170	05170044
2872399	Mehner Masch	mehner-masch	DE		0	Europe/Berlin	52.29197	8.56545				07	057	05770	05770020
2872401	Mehnbach	mehnbach	DE		0	Europe/Berlin	48.25538	12.02897				02	091	09177	09177127
2872406	Mehlweg	mehlweg	DE		0	Europe/Berlin	47.69068	13.06901				02	091	09172	09172124
2872412	Mehlsdorf	mehlsdorf	DE		0	Europe/Berlin	52.08333	13.01667				11	00	12072	12072169
2872413	Mehlsdorf	mehlsdorf	DE		0	Europe/Berlin	51.83278	13.34735				11	00	12072	12072157
2872418	Mehlmäusl	mehlmausl	DE		0	Europe/Berlin	48.25062	12.90379				02	092	09277	09277127
2872425	Mehlis	mehlis	DE		0	Europe/Berlin	50.66309	10.64951				15	00	16066	16066092
2872427	Mehlingerhof	mehlingerhof	DE		0	Europe/Berlin	49.50213	7.87668		Mehlingerhof,Niedermehlingerhof		08	00	07335	07335026
2872429	Mehlfien	mehlfien	DE		0	Europe/Berlin	53.04417	11.00949				06	00	03354	03354011
2872435	Mehlen	mehlen	DE		0	Europe/Berlin	51.16433	9.10526				05	066	06635	06635009
2872436	Mehlem	mehlem	DE		0	Europe/Berlin	50.65885	7.1888		Mehlem		07	053	05314	05314000
2872437	Mehle	mehle	DE		0	Europe/Berlin	52.11478	9.69406				06	00	03254	03254014
2872438	Mehlby	mehlby	DE		0	Europe/Berlin	54.66435	9.91276				10	00	01059	01059045
2872439	Mehlbusch	mehlbusch	DE		0	Europe/Berlin	51.12208	6.33914		Mehlbusch		07	053	05370	05370040
2872440	Mehlbruch	mehlbruch	DE		0	Europe/Berlin	51.07462	6.95778		Mehlbruch		07	051	05158	05158020
2872441	Mehlbergen	mehlbergen	DE		0	Europe/Berlin	52.68651	9.16384				06	00	03256	03256001
2872452	Mehla	mehla	DE		0	Europe/Berlin	50.68819	12.05784				15	00	16076	16076087
2872454	Mehetsweiler	mehetsweiler	DE		0	Europe/Berlin	47.66667	9.71667				01	084	08435	08435042
2872455	Mehedorf	mehedorf	DE		0	Europe/Berlin	53.53745	9.10042		Mehedorf		06	00	03357	03357008
2872457	Mehderitzsch	mehderitzsch	DE		0	Europe/Berlin	51.50675	13.04829		Mehderitzsch		13	00	14730	14730310
2872458	Megmannsdorf	megmannsdorf	DE		0	Europe/Berlin	48.93158	11.54706				02	091	09176	09176112
2872460	Meggerkoog	meggerkoog	DE		0	Europe/Berlin	54.34687	9.38101				10	00	01059	01059058
2872464	Meggenthal	meggenthal	DE		0	Europe/Berlin	48.04561	12.6901				02	091	09189	09189152
2872465	Meggenried	meggenried	DE		0	Europe/Berlin	47.76667	10.75				02	097	09777	09777183
2872466	Meggen	meggen	DE		0	Europe/Berlin	51.12642	8.07024		Meggen		07	059	05966	05966020
2872467	Meggen	meggen	DE		0	Europe/Berlin	47.74257	9.93784				01	084	08436	08436094
2872468	Megetsweiler	megetsweiler	DE		0	Europe/Berlin	47.78333	9.46667				01	084	08436	08436095
2872472	Meetzen	meetzen	DE		0	Europe/Berlin	53.71359	11.04471				12	00	13074	13074033
2872474	Meetschow	meetschow	DE		0	Europe/Berlin	53.04844	11.3875				06	00	03354	03354007
2872477	Meesdorf	meesdorf	DE		0	Europe/Berlin	52.26445	8.4105		Meesdorf		06	00	03459	03459024
2872480	Meeschendorf	meeschendorf	DE		0	Europe/Berlin	54.42447	11.24924				10	00	01055	01055046
2872481	Meeschendorf	meeschendorf	DE		0	Europe/Berlin	54.3196	10.98656		Meeschendorf,Meschendorf,Mēschendorf		10	00	01055	01055031
2872483	Meesbalken	meesbalken	DE		0	Europe/Berlin	50.95259	7.29269				07	053	05378	05378024
2872485	Meerswinden	meerswinden	DE		0	Europe/Berlin	50.6493	9.97696				05	066	06631	06631023
2872487	Meernach	meernach	DE		0	Europe/Berlin	50.51918	11.29901				15	00	16073	16073028
2872489	Meerkirchen	meerkirchen	DE		0	Europe/Berlin	53.26667	8.31667				06	00	03461	03461008
2872493	Meerholz	meerholz	DE		0	Europe/Berlin	50.1828	9.14038		Meerholz		05	064	06435	06435010
2872494	Meerhof	meerhof	DE		0	Europe/Berlin	51.51663	8.86633		Meerhof		07	059	05958	05958024
2872495	Meerhof	meerhof	DE		0	Europe/Berlin	50.99443	6.41727				07	053	05358	05358056
2872497	Meerhausen	meerhausen	DE		0	Europe/Berlin	53.27292	7.54917				06	00	03457	03457003
2872502	Meerdorf	meerdorf	DE		0	Europe/Berlin	52.74464	7.7689				06	00	03453	03453011
2872503	Meerdorf	meerdorf	DE		1140	Europe/Berlin	52.34583	10.31745		Maerdoerp,Meerdorp,Märdörp		06	00	03157	03157008
2872509	Meerbodenreuth	meerbodenreuth	DE		0	Europe/Berlin	49.72521	12.10204				02	093	09374	09374111
2872521	Meer	meer	DE		0	Europe/Berlin	52.1	7.48333				07	055	05566	05566064
2872523	Meensen	meensen	DE		0	Europe/Berlin	51.4429	9.76033				06	00	03159	03159031
2872528	Medrow	medrow	DE		0	Europe/Berlin	53.98915	12.96198				12	00	13071	13071112
2872531	Medlitz	medlitz	DE		0	Europe/Berlin	50.04771	10.88385				02	094	09471	09471174
2872532	Medingen	medingen	DE		0	Europe/Berlin	53.08985	10.56327				06	00	03360	03360002
2872533	Medingen	medingen	DE		0	Europe/Berlin	51.18251	13.78821		Medingen		13	00	14625	14625430
2872534	Medewitzerhütten	medewitzerhuetten	DE		0	Europe/Berlin	52.06889	12.38473				11	00	12069	12069665
2872535	Medewitz	medewitz	DE		0	Europe/Berlin	52.0581	12.38433		Medewitz		11	00	12069	12069665
2872536	Medewitz	medewitz	DE		0	Europe/Berlin	51.14717	14.28318		Medewitz,Mjedzojz,Mjedźojz		13	00	14625	14625100
2872538	Medessen	medessen	DE		0	Europe/Berlin	51.26734	13.46213				13	00	14627	14627200
2872541	Mederns	mederns	DE		0	Europe/Berlin	53.68736	7.89775				06	00	03455	03455020
2872542	Medernberg	medernberg	DE		0	Europe/Berlin	48.90236	12.9066				02	092	09271	09271116
2872544	Medenscheid	medenscheid	DE		0	Europe/Berlin	50.0449	7.77283				08	00	07339	07339003
2872545	Medenbach	medenbach	DE		0	Europe/Berlin	50.69899	8.23542				05	065	06532	06532004
2872546	Medenbach	medenbach	DE		0	Europe/Berlin	50.10671	8.33837				05	064	06414	06414000
2872547	Medemstade	medemstade	DE		0	Europe/Berlin	53.7167	8.87643		Medemstade,Medemstaderteil		06	00	03352	03352025
2872550	Medelsheim	medelsheim	DE		0	Europe/Berlin	49.14436	7.26746		Medelsheim		09	00	10045	10045113
2872551	Medelon	medelon	DE		0	Europe/Berlin	51.17038	8.67096				07	059	05958	05958028
2872561	Medbach	medbach	DE		0	Europe/Berlin	49.70639	10.85432				02	095	09572	09572135
2872563	Mecklinghausen	mecklinghausen	DE		0	Europe/Berlin	51.10663	7.95754				07	059	05966	05966004
2872566	Mecklenhorst	mecklenhorst	DE		0	Europe/Berlin	52.50483	9.49871				06	00	03241	03241012
2872571	Mecklenburg	mecklenburg	DE		3088	Europe/Berlin	53.8427	11.4633		Dorf Mecklenburg,Mecklenburg,Mecklenburg Dorf		12	00	13074	13074019
2872573	Mecklenbeck	mecklenbeck	DE		0	Europe/Berlin	51.92965	7.58244		Mecklenbeck		07	055	05515	05515000
2872574	Mecklar	mecklar	DE		0	Europe/Berlin	50.91838	9.7621		Mecklar		05	066	06632	06632012
2872575	Meckingsen	meckingsen	DE		0	Europe/Berlin	51.60142	8.07532		Meckingsen		07	059	05974	05974040
2872576	Meckinghoven	meckinghoven	DE		0	Europe/Berlin	51.62669	7.31728		Meckinghoven		07	055	05562	05562008
2872577	Meckhausen	meckhausen	DE		0	Europe/Berlin	51.02603	8.41383				07	059	05970	05970004
2872578	Meckfeld	meckfeld	DE		0	Europe/Berlin	50.91665	11.18928				15	00	16071	16071003
2872579	Meckfeld	meckfeld	DE		0	Europe/Berlin	50.85127	11.43831				15	00	16071	16071008
2872581	Meckenlohe	meckenlohe	DE		0	Europe/Berlin	49.26988	11.13157		Meckenlohe		02	095	09576	09576143
2872584	Meckenhausen	meckenhausen	DE		0	Europe/Berlin	49.17149	11.28579				02	095	09576	09576127
2872589	Lienen-Meckelwege	lienen-meckelwege	DE		0	Europe/Berlin	52.11667	7.95				07	055	05566	05566044
2872590	Meckelstedt	meckelstedt	DE		0	Europe/Berlin	53.59697	8.93048				06	00	03352	03352062
2872592	Meckelfeld	meckelfeld	DE		0	Europe/Berlin	53.42272	10.01843		Meckelfeld		06	00	03353	03353031
2872593	Meckelesch	meckelesch	DE		0	Europe/Berlin	52.2762	8.18455				06	00	03459	03459012
2872595	Meckbach	meckbach	DE		0	Europe/Berlin	50.91877	9.79095		Meckbach		05	066	06632	06632012
2872596	Meckatz	meckatz	DE		0	Europe/Berlin	47.63307	9.88172				02	097	09776	09776114
2872693	Mautitz	mautitz	DE		0	Europe/Berlin	51.28393	13.22771				13	00	14627	14627230
2872598	Mechtshausen	mechtshausen	DE		0	Europe/Berlin	51.9179	10.11073		Mechtshausen		06	00	03153	03153012
2872599	Mechtildshausen	mechtildshausen	DE		0	Europe/Berlin	50.04187	8.32524				05	064	06414	06414000
2872600	Mechterstädt	mechterstaedt	DE		1154	Europe/Berlin	50.94201	10.5238		Mechterstadt,Mechterstaedt,Mechterstädt,Mekhtershtedt,Mekhtershtet,Мехтерштедт,Мехтерштет		15	00	16067	16067088
2872601	Mechtersheim	mechtersheim	DE		0	Europe/Berlin	49.26695	8.40111		Mechtersheim		08	00	07338	07338023
2872609	Mechlenreuth	mechlenreuth	DE		0	Europe/Berlin	50.17072	11.80043		Mechlenreuth		02	094	09475	09475154
2872612	Mechern	mechern	DE		0	Europe/Berlin	49.41931	6.63011		Mechern		09	00	10042	10042113
2872613	Mechenried	mechenried	DE		0	Europe/Berlin	50.09195	10.47605				02	096	09674	09674153
2872614	Mechenhard	mechenhard	DE		0	Europe/Berlin	49.79424	9.19504				02	096	09676	09676122
2872615	Mechelwind	mechelwind	DE		0	Europe/Berlin	49.65096	10.82625				02	095	09572	09572135
2872616	Mechelsdorf	mechelsdorf	DE		0	Europe/Berlin	54.11558	11.67295				12	00	13072	13072008
2872619	Mechelgrün	mechelgruen	DE		0	Europe/Berlin	50.48604	12.23663				13	00	14523	14523270
2872622	Mebritz	mebritz	DE		0	Europe/Berlin	50.72139	10.14888		Mebritz		15	00	16063	16063015
2872623	Maztlesrieth	maztlesrieth	DE		0	Europe/Berlin	49.65649	12.23645				02	093	09363	09363000
2872624	Mayweilerhof	mayweilerhof	DE		0	Europe/Berlin	49.57189	7.41379				08	00	07336	07336070
2872626	Mayrhof	mayrhof	DE		0	Europe/Berlin	48.34713	12.70567				02	092	09277	09277134
2872627	Mayrhof	mayrhof	DE		0	Europe/Berlin	47.76552	10.23513				02	097	09763	09763000
2872633	Mayerhofen	mayerhofen	DE		0	Europe/Berlin	48.02333	12.77445				02	091	09189	09189152
2872634	Mayerhofen	mayerhofen	DE		0	Europe/Berlin	47.92427	12.93833				02	091	09172	09172122
2872636	Mayerhof	mayerhof	DE		0	Europe/Berlin	48.36794	12.49151		Maierhof,Mayerhof		02	091	09183	09183129
2872644	Mayenswarf	mayenswarf	DE		0	Europe/Berlin	54.63526	8.5459		Maienswarf,Mayenswarf		10	00	01054	01054074
2872651	Maybach	maybach	DE		0	Europe/Berlin	49.32067	7.06809		Grube Maybach,Maybach		09	00	10041	10041511
2872652	May	may	DE		0	Europe/Berlin	51.33524	6.23415				07	051	05166	05166016
2872657	Maxweiler	maxweiler	DE		0	Europe/Berlin	48.72023	11.28604				02	091	09185	09185149
2872660	Maxreuth	maxreuth	DE		0	Europe/Berlin	50.2012	11.71268				02	094	09475	09475154
2872661	Maxlried	maxlried	DE		0	Europe/Berlin	47.7721	11.11105				02	091	09190	09190135
2872662	Maxlrain	maxlrain	DE		0	Europe/Berlin	47.89943	11.98892				02	091	09187	09187179
2872663	Maxkron	maxkron	DE		0	Europe/Berlin	47.76786	11.40841				02	091	09173	09173111
2872664	Maxing	maxing	DE		0	Europe/Berlin	48.26988	12.55355				02	091	09183	09183116
2872665	Maximilianshütte	maximilianshutte	DE		0	Europe/Berlin	47.79626	12.58869				02	091	09189	09189113
2872667	Maximiliansau	maximiliansau	DE		0	Europe/Berlin	49.03374	8.28908		Maximiliansau		08	00	07334	07334501
2872669	Maximilian	maximilian	DE		0	Europe/Berlin	48.18062	12.41232				02	091	09183	09183124
2872671	Maxhöhe	maxhohe	DE		0	Europe/Berlin	49.2	12.1				02	093	09376	09376141
2872672	Maxhofen	maxhofen	DE		0	Europe/Berlin	48.8564	12.99877				02	092	09271	09271119
2872673	Maxhofen	maxhofen	DE		0	Europe/Berlin	47.89776	11.91107				02	091	09187	09187122
2872674	Maxhof	maxhof	DE		0	Europe/Berlin	48.08439	11.47505				02	091	09162	09162000
2872676	Maxhof	maxhof	DE		0	Europe/Berlin	47.98528	11.30645				02	091	09188	09188137
2872677	Maxhafen	maxhafen	DE		0	Europe/Berlin	52.22286	7.3447				07	055	05566	05566096
2872678	Maxfelderhof	maxfelderhof	DE		0	Europe/Berlin	48.51558	10.33693				02	097	09773	09773136
2872680	Maxfelde	maxfelde	DE		0	Europe/Berlin	53.74231	12.85343				12	00	13071	13071084
2872682	Maxen	maxen	DE		524	Europe/Berlin	50.925	13.80157	363			13	00	14628	14628250
2872688	Maxberg	maxberg	DE		0	Europe/Berlin	48.88258	11.00647				02	091	09176	09176148
2872689	Maxau	maxau	DE		0	Europe/Berlin	49.04214	8.3134		Maxau,Moxau		01	082	08212	08212000
2872691	Mawicke	mawicke	DE		0	Europe/Berlin	51.55334	7.98181		Mawicke		07	059	05974	05974052
2872696	Mauthausen	mauthausen	DE		0	Europe/Berlin	47.75899	12.90306				02	091	09172	09172128
2872701	Mauswinkel	mauswinkel	DE		0	Europe/Berlin	51.26191	6.28				07	051	05166	05166032
2872702	Mauswinkel	mauswinkel	DE		0	Europe/Berlin	50.40204	9.28847				05	064	06435	06435004
2872705	Maust	maust	DE		0	Europe/Berlin	51.82272	14.4034		Hus		11	00	12071	12071386
2872709	Mäuskreut	mauskreut	DE		0	Europe/Berlin	48.92157	10.67784				02	095	09577	09577162
2872711	Mausheim	mausheim	DE		0	Europe/Berlin	49.11684	11.76658				02	093	09375	09375118
2872712	Mausham	mausham	DE		0	Europe/Berlin	48.69749	12.30037				02	092	09274	09274119
2872714	Mausgesees	mausgesees	DE		0	Europe/Berlin	49.59008	11.23981				02	095	09572	09572121
2872717	Mausendorf	mausendorf	DE		0	Europe/Berlin	50.43333	11				15	00	16072	16072015
2872718	Mausendorf	mausendorf	DE		0	Europe/Berlin	49.30884	10.80786				02	095	09571	09571180
2872722	Mäuseburg	maeuseburg	DE		0	Europe/Berlin	52.76922	8.97954				06	00	03251	03251002
2872732	Mausdorf	mausdorf	DE		0	Europe/Berlin	49.54702	10.80034				02	095	09575	09575121
2872733	Mausdorf	mausdorf	DE		0	Europe/Berlin	49.52278	11.86458		Mausdorf		02	093	09371	09371126
2872734	Mäusdorf	mausdorf	DE		0	Europe/Berlin	49.27265	9.77895				01	081	08126	08126046
2872735	Mauschwitz	mauschwitz	DE		0	Europe/Berlin	51.16763	14.71036		Mauschwitz,Mucnica,Mučnica		13	00	14626	14626290
2872736	Mauschendorf	mauschendorf	DE		0	Europe/Berlin	50.04096	10.78883				02	094	09471	09471133
2872740	Mäusberg	mausberg	DE		0	Europe/Berlin	49.34731	9.85246				01	081	08127	08127075
2872748	Mausbach	mausbach	DE		0	Europe/Berlin	50.90004	7.83863				07	059	05970	05970016
2872749	Mausbach	mausbach	DE		0	Europe/Berlin	50.75866	6.27679		Mausbach		07	053	05334	05334032
2872755	Maurienmühle	maurienmuehle	DE		0	Europe/Berlin	53.77965	10.91666		Maurienmuhle,Maurienmühle,Maurin Muhle,Maurin Mühle		12	00	13074	13074013
2872757	Mauren	mauren	DE		0	Europe/Berlin	48.75517	10.66971				02	097	09779	09779155
2872758	Mauren	mauren	DE		0	Europe/Berlin	48.65094	8.9784				01	081	08115	08115013
2872759	Mauren	mauren	DE		0	Europe/Berlin	47.91826	9.50384				01	084	08436	08436024
2872764	Mauna	mauna	DE		0	Europe/Berlin	51.13324	13.3725		Mauna		13	00	14627	14627080
2872765	Maumke	maumke	DE		0	Europe/Berlin	51.12128	8.047		Maumke		07	059	05966	05966020
2872769	Maulsbach	maulsbach	DE		0	Europe/Berlin	50.68606	7.48528				08	00	07132	07132053
2872770	Mauloff	mauloff	DE		0	Europe/Berlin	50.28445	8.39803				05	064	06434	06434013
2872774	Maulendorf	maulendorf	DE		0	Europe/Berlin	49.09466	12.77881				02	092	09278	09278178
2872779	Maulbeerwalde	maulbeerwalde	DE		0	Europe/Berlin	53.17754	12.3464				11	00	12068	12068181
2872781	Maulbeerkamp	maulbeerkamp	DE		0	Europe/Berlin	52.3262	8.8826				07	057	05770	05770024
2872784	Maulbach	maulbach	DE		0	Europe/Berlin	50.72757	9.05637				05	065	06535	06535009
2872785	Maulbach	maulbach	DE		0	Europe/Berlin	50.55379	6.91177				07	053	05366	05366004
2872787	Maulach	maulach	DE		0	Europe/Berlin	49.14233	9.99514				01	081	08127	08127014
2872788	Maukenreuth	maukenreuth	DE		0	Europe/Berlin	48.82399	13.34128				02	092	09272	09272147
2872789	Maukendorf	maukendorf	DE		0	Europe/Berlin	51.39899	14.2957		Mucow,Mučow		13	00	14625	14625640
2872790	Mauken	mauken	DE		0	Europe/Berlin	51.72156	12.8214		Mauken		14	00	15091	15091145
2872792	Mauk	mauk	DE		0	Europe/Berlin	49.16862	11.06624		Mauk		02	095	09576	09576121
2872793	Mauggen	mauggen	DE		0	Europe/Berlin	48.30212	11.98528				02	091	09177	09177113
2872794	Maugenhard	maugenhard	DE		0	Europe/Berlin	47.67464	7.62992				01	083	08336	08336014
2872798	Mauerschwang	mauerschwang	DE		0	Europe/Berlin	48.205	12.46828				02	091	09183	09183124
2872800	Mauersberg	mauersberg	DE		0	Europe/Berlin	50.60809	13.08855		Mauersberg		13	00	14521	14521250
2872801	Mauers	mauers	DE		0	Europe/Berlin	50.78313	9.70163				05	066	06632	06632008
2872810	Mauerkirchen im Chiemgau	mauerkirchen-im-chiemgau	DE		0	Europe/Berlin	47.89243	12.31645		Mauerkirchen,Mauerkirchen im Chiemgau		02	091	09187	09187128
2872812	Mauerham	mauerham	DE		0	Europe/Berlin	47.97599	12.73264				02	091	09189	09189150
2872814	Mauerberg	mauerberg	DE		0	Europe/Berlin	48.16562	12.57495				02	091	09171	09171117
2872821	Mauenheim	mauenheim	DE		0	Europe/Berlin	50.9734	6.94645				07	053	05315	05315000
2872822	Mauenheim	mauenheim	DE		0	Europe/Berlin	47.90046	8.75288		Mauenheim		01	083	08327	08327025
2872826	Mauderode	mauderode	DE		0	Europe/Berlin	51.54548	10.6885				15	00	16062	16062063
2872828	Maudach	maudach	DE		0	Europe/Berlin	49.45472	8.37556		Maudach		08	00	07314	07314000
2872834	Mauchen	mauchen	DE		0	Europe/Berlin	47.76379	7.59344				01	083	08336	08336078
2872835	Mauchen	mauchen	DE		0	Europe/Berlin	47.73807	8.39107				01	083	08337	08337106
2872836	Mäuchen	mauchen	DE		0	Europe/Berlin	47.63333	9.85				02	097	09776	09776122
2872840	Maubach	maubach	DE		0	Europe/Berlin	50.86218	6.0868				07	053	05334	05334016
2872841	Maubach	maubach	DE		0	Europe/Berlin	48.92446	9.42616				01	081	08119	08119008
2872842	Maua	maua	DE		0	Europe/Berlin	50.86865	11.60001		Maua		15	00	16053	16053000
2872843	Matzwitz	matzwitz	DE		0	Europe/Berlin	54.3492	10.56335				10	00	01057	01057055
2872847	Matzmannsdorf	matzmannsdorf	DE		0	Europe/Berlin	49.12038	10.46522				02	095	09571	09571170
2872849	Matzlow	matzlow	DE		0	Europe/Berlin	53.4484	11.70181				12	00	13076	13076085
2872850	Matzlesberg	matzlesberg	DE		0	Europe/Berlin	49.59288	12.21423				02	093	09374	09374146
2872852	Matzing	matzing	DE		0	Europe/Berlin	48.4914	13.00855				02	092	09277	09277114
2872853	Matzing	matzing	DE		0	Europe/Berlin	47.93731	12.59164				02	091	09189	09189154
2872857	Matzersreuth	matzersreuth	DE		0	Europe/Berlin	49.87445	12.37953				02	093	09377	09377154
2872858	Matzersdorf	matzersdorf	DE		0	Europe/Berlin	48.75916	13.37733				02	092	09272	09272142
2872861	Matzenweiler	matzenweiler	DE		0	Europe/Berlin	47.80413	9.84894		Matzenweiler		01	084	08436	08436052
2872862	Matzenweiler	matzenweiler	DE		0	Europe/Berlin	47.66029	9.73317				01	084	08435	08435042
2872867	Matzenhofen	matzenhofen	DE		0	Europe/Berlin	48.19882	10.21248				02	097	09775	09775161
2872869	Matzenhöfe	matzenhofe	DE		0	Europe/Berlin	48.6402	8.14168		Matzenhof,Matzenhofe,Matzenhöf,Matzenhöfe		01	083	08317	08317068
2872870	Matzenhof	matzenhof	DE		0	Europe/Berlin	49.39723	11.59126				02	093	09371	09371116
2872874	Matzenhaus	matzenhaus	DE		0	Europe/Berlin	47.68333	9.65				01	084	08435	08435057
2872875	Matzengehren	matzengehren	DE		0	Europe/Berlin	48.99038	10.04912				01	081	08136	08136060
2872877	Matzenberg	matzenberg	DE		0	Europe/Berlin	48.56914	13.62112				02	092	09275	09275137
2872878	Matzenberg	matzenberg	DE		0	Europe/Berlin	48.40412	11.14116				02	097	09771	09771113
2872882	Matzen	matzen	DE		0	Europe/Berlin	49.98948	6.54335		Matzen		08	00	07232	07232018
2872883	Matzen	matzen	DE		0	Europe/Berlin	47.7	9.96667				01	084	08436	08436094
2872886	Matzelsdorf	matzelsdorf	DE		0	Europe/Berlin	49.14314	12.94069				02	093	09372	09372137
2872887	Matzdorf	matzdorf	DE		0	Europe/Berlin	53.58355	13.67499				12	00	13071	13071132
2872889	Matzbach	matzbach	DE		0	Europe/Berlin	48.27992	12.04681				02	091	09177	09177127
2872893	Mattsies	mattsies	DE		0	Europe/Berlin	48.08782	10.54668		Mattsies		02	097	09778	09778204
2872897	Mättle	mattle	DE		0	Europe/Berlin	47.74527	7.99039				01	083	08337	08337108
2872898	Matting	matting	DE		0	Europe/Berlin	48.96499	12.00608		Matting,Metting		02	093	09375	09375180
2872899	Matting	matting	DE		0	Europe/Berlin	48.80845	12.59394				02	092	09278	09278182
2872900	Mattierzoll	mattierzoll	DE		0	Europe/Berlin	52.05217	10.75939				06	00	03158	03158035
2872907	Mattenzell	mattenzell	DE		0	Europe/Berlin	49.11395	12.43484				02	093	09372	09372167
2872908	Mattenkofen	mattenkofen	DE		0	Europe/Berlin	48.78097	12.73599				02	092	09279	09279137
2872909	Mattenhofen	mattenhofen	DE		0	Europe/Berlin	47.97251	11.87356				02	091	09175	09175121
2872913	Mattenhaus	mattenhaus	DE		0	Europe/Berlin	47.95079	9.76007				01	084	08436	08436009
2872915	Mattenham	mattenham	DE		0	Europe/Berlin	48.61444	13.13223				02	092	09275	09275154
2872917	Mattendorf	mattendorf	DE		0	Europe/Berlin	51.66734	14.5516		Mattendorf,Matyjojce		11	00	12071	12071414
2872925	Mattchow	mattchow	DE		0	Europe/Berlin	54.66424	13.36575				12	00	13073	13073004
2872926	Mattau	mattau	DE		0	Europe/Berlin	48.442	13.40655				02	092	09275	09275134
2872927	Matrum	matrum	DE		0	Europe/Berlin	52.81975	7.92034				06	00	03453	03453009
2872928	Matorf	matorf	DE		0	Europe/Berlin	52.07682	8.88116				07	057	05766	05766044
2872930	Matilge	matilge	DE		0	Europe/Berlin	52.24644	8.49077				07	057	05758	05758028
2872931	Mathmecke	mathmecke	DE		0	Europe/Berlin	51.28574	8.16789				07	059	05958	05958016
2872934	Mathildenhütte	mathildenhuette	DE		0	Europe/Berlin	51.90279	10.54645				06	00	03153	03153002
2872935	Mathildenhof	mathildenhof	DE		0	Europe/Berlin	53.27439	13.55925				11	00	12073	12073069
2872942	Matheshörlebach	matheshorlebach	DE		0	Europe/Berlin	49.11403	9.82653		Matheshorlebach,Matheshörlebach		01	081	08127	08127076
2872946	Mathe	mathe	DE		0	Europe/Berlin	52.36586	9.37346				06	00	03257	03257016
2872949	Matersen	matersen	DE		0	Europe/Berlin	53.98848	12.00302		Matersen		12	00	13072	13072093
2872950	Materborn	materborn	DE		0	Europe/Berlin	51.77666	6.11477		Materborn		07	051	05154	05154036
2872954	Mastholte	mastholte	DE		0	Europe/Berlin	51.7536	8.39014				07	057	05754	05754032
2873257	Marlen	marlen	DE		0	Europe/Berlin	48.52277	7.82498		Marlen		01	083	08317	08317057
2872958	Masten	masten	DE		0	Europe/Berlin	51.12462	13.06985		Dobeln-Masten,Döbeln-Masten,Masten		13	00	14522	14522080
2872959	Mastbruch	mastbruch	DE		0	Europe/Berlin	51.75537	8.73275		Mastbruch		07	057	05774	05774032
2872967	Maßnitz	massnitz	DE		0	Europe/Berlin	51.07662	12.16836				14	00	15084	15084130
2872969	Maßlow	masslow	DE		0	Europe/Berlin	53.8377	11.56175				12	00	13074	13074047
2872970	Maßlau	masslau	DE		0	Europe/Berlin	51.37143	12.17995				14	00	15088	15088205
2872974	Massiefen	massiefen	DE		0	Europe/Berlin	51.08659	7.09739				07	053	05378	05378008
2872976	Massethal	massethal	DE		0	Europe/Berlin	50.53514	11.0138				15	00	16073	16073037
2872978	Masserhammer	masserhammer	DE		0	Europe/Berlin	50.54072	11.02039				15	00	16073	16073037
2872981	Massenricht	massenricht	DE		0	Europe/Berlin	49.59701	11.95086		Massenricht		02	093	09371	09371127
2872982	Massenheim	massenheim	DE		0	Europe/Berlin	50.19042	8.72211				05	064	06440	06440003
2872983	Massenheim	massenheim	DE		0	Europe/Berlin	50.04026	8.38867				05	064	06436	06436006
2872985	Massenhausen	massenhausen	DE		0	Europe/Berlin	51.39053	8.95042				05	066	06635	06635002
2872986	Massenhausen	massenhausen	DE		0	Europe/Berlin	50.37491	10.7677				15	00	16069	16069049
2872987	Massenhausen	massenhausen	DE		0	Europe/Berlin	48.6603	11.75383				02	092	09273	09273147
2872988	Massenhausen	massenhausen	DE		0	Europe/Berlin	48.34849	11.63761		Massen		02	091	09178	09178145
2872991	Massendorf	massendorf	DE		0	Europe/Berlin	48.59566	12.44723				02	092	09279	09279124
2872992	Massendorf	massendorf	DE		0	Europe/Berlin	49.19775	10.92745				02	095	09576	09576147
2872993	Massenbuch	massenbuch	DE		0	Europe/Berlin	50.03576	9.70129				02	096	09677	09677131
2872998	Massenbach	massenbach	DE		0	Europe/Berlin	49.16363	9.06419		Massenbach		01	081	08125	08125086
2872999	Massenbach	massenbach	DE		0	Europe/Berlin	49.06605	10.9359				02	095	09577	09577125
2873006	Maßbruch	massbruch	DE		0	Europe/Berlin	52.00056	8.80324				07	057	05766	05766040
2873007	Maßbruch	massbruch	DE		0	Europe/Berlin	52.11078	9.05093				07	057	05766	05766028
2873008	Maßbruch	massbruch	DE		0	Europe/Berlin	52.00206	8.94605				07	057	05766	05766044
2873012	Massanei	massanei	DE		0	Europe/Berlin	51.06419	13.05271				13	00	14522	14522570
2873013	Maspe	maspe	DE		0	Europe/Berlin	52.49676	9.76157				06	00	03241	03241010
2873014	Maspe	maspe	DE		0	Europe/Berlin	51.92331	9.07823				07	057	05766	05766016
2873015	Masloh	masloh	DE		0	Europe/Berlin	52.34949	9.02351				07	057	05770	05770028
2873017	Masholder	masholder	DE		0	Europe/Berlin	49.94933	6.51454				08	00	07232	07232018
2873018	Masers	masers	DE		0	Europe/Berlin	47.72119	10.22987				02	097	09780	09780117
2873019	Masering	masering	DE		0	Europe/Berlin	48.72214	13.37584				02	092	09275	09275152
2873021	Masendorf	masendorf	DE		0	Europe/Berlin	53.01254	10.63099				06	00	03360	03360025
2873025	Masel	masel	DE		0	Europe/Berlin	52.75179	10.51646				06	00	03151	03151028
2873027	Maschwitz	maschwitz	DE		0	Europe/Berlin	51.53333	12.03333				14	00	15088	15088195
2873028	Maschwitz	maschwitz	DE		0	Europe/Berlin	51.19007	12.2601				13	00	14729	14729350
2873031	Maschhaupt	maschhaupt	DE		0	Europe/Berlin	52.26039	8.7701				07	057	05770	05770004
2873032	Mascherode	mascherode	DE		3851	Europe/Berlin	52.22338	10.56653				06	00	03101	03101000
2873034	Mäscher	maescher	DE		0	Europe/Berlin	52.16667	8.03333		Maescher,Mascher,Mäscher		06	00	03459	03459004
2873036	Maschenberg	maschenberg	DE		0	Europe/Berlin	48.97357	13.10579				02	092	09276	09276138
2873038	Maschen	maschen	DE		0	Europe/Berlin	53.39349	10.04132				06	00	03353	03353031
2873042	Masch	masch	DE		0	Europe/Berlin	52.45634	8.63211				07	057	05770	05770040
2873043	Masch	masch	DE		0	Europe/Berlin	52.32064	8.64895				07	057	05770	05770020
2873044	Masch	masch	DE		0	Europe/Berlin	52.16667	8.61667				07	057	05758	05758016
2873045	Masch	masch	DE		0	Europe/Berlin	49.95358	12.06044				02	093	09377	09377157
2873050	Masbrock	masbrock	DE		0	Europe/Berlin	53.0778	10.67073		Masbrock		06	00	03360	03360017
2873051	Masbeck	masbeck	DE		0	Europe/Berlin	51.96495	7.42292				07	055	05558	05558020
2873054	Märzschäferei	maerzschaeferei	DE		0	Europe/Berlin	51.55	14.35				11	00	12071	12071372
2873055	Marzoll	marzoll	DE		0	Europe/Berlin	47.75433	12.92979				02	091	09172	09172114
2873057	Märzisried	marzisried	DE		0	Europe/Berlin	47.85708	10.59675				02	097	09762	09762000
2873059	Marzill	marzill	DE		0	Europe/Berlin	48.62996	11.72732				02	092	09273	09273147
2873066	Marzelstetten	marzelstetten	DE		0	Europe/Berlin	48.51581	10.66368				02	097	09773	09773188
2873068	Marzell	marzell	DE		0	Europe/Berlin	47.77273	7.73017				01	083	08336	08336104
2873072	Marzahne	marzahne	DE		0	Europe/Berlin	52.5136	12.53504		Marzahne		11	00	12069	12069270
2873073	Marzahna	marzahna	DE		0	Europe/Berlin	52.00198	12.77928		Marzahna		11	00	12069	12069632
2873074	Marzahn	marzahn	DE		103768	Europe/Berlin	52.54525	13.56983		Berlin-Marzahn,marzaہn-ہylrzڈwrf,mrzʼn,מרצאן,مارزاہن-ہیلرزڈورف		16	00	11000	11000000
2873075	Marz	marz	DE		0	Europe/Berlin	53.67399	7.63284				06	00	03462	03462010
2873077	Marxloh	marxloh	DE		0	Europe/Berlin	51.50548	6.75926				07	051	05112	05112000
2873078	Märxle	marxle	DE		0	Europe/Berlin	48.10869	10.34792				02	097	09778	09778184
2873081	Marxhagen	marxhagen	DE		0	Europe/Berlin	53.61342	12.60245				12	00	13071	13071103
2873083	Marxgrün	marxgrun	DE		0	Europe/Berlin	50.35573	11.68568				02	094	09475	09475156
2873086	Marxen am Berge	marxen-am-berge	DE		0	Europe/Berlin	53.16077	10.24698		Marxen		06	00	03355	03355027
2873088	Marxdorf	marxdorf	DE		0	Europe/Berlin	54.17786	10.84076				10	00	01055	01055037
2873089	Marxdorf	marxdorf	DE		0	Europe/Berlin	52.48607	14.2791				11	00	12064	12064482
2873090	Marxdorf	marxdorf	DE		0	Europe/Berlin	51.54252	13.28138		Marxdorf		11	00	12062	12062500
2873091	Marx	marx	DE		0	Europe/Berlin	53.43359	7.85662		Marx		06	00	03462	03462005
2873093	Marwitz	marwitz	DE		0	Europe/Berlin	52.67721	13.14102				11	00	12065	12065251
2873094	Marwick	marwick	DE		0	Europe/Berlin	51.66773	6.49526				07	051	05170	05170048
2873095	Marwedel	marwedel	DE		0	Europe/Berlin	53.15	11.05				06	00	03354	03354009
2873096	Marwede	marwede	DE		0	Europe/Berlin	52.7378	10.34013				06	00	03351	03351025
2873097	Marwang	marwang	DE		0	Europe/Berlin	47.85285	12.56142		Marwang,Merbang		02	091	09189	09189119
2873101	Martinszell	martinszell	DE		0	Europe/Berlin	48.58895	11.91482				02	092	09274	09274165
2873102	Martinszell	martinszell	DE		0	Europe/Berlin	47.62597	10.28055		Martinszell,Waltenhofen-Martinszell		02	097	09780	09780143
2873103	Martinsweiler	martinsweiler	DE		0	Europe/Berlin	48.14802	8.40652				01	083	08326	08326031
2873105	Martinstödling	martinstodling	DE		0	Europe/Berlin	48.54001	13.08531				02	092	09277	09277117
2873106	Martinsthal	martinsthal	DE		0	Europe/Berlin	50.05267	8.12102		Martinsthal		05	064	06439	06439003
2873107	Martinstetten	martinstetten	DE		0	Europe/Berlin	48.8367	13.027				02	092	09271	09271148
2873111	Martinsried	martinsried	DE		0	Europe/Berlin	48.10732	11.45196				02	091	09184	09184138
2873112	Martinsreuth	martinsreuth	DE		0	Europe/Berlin	50.26892	11.86737		Martinsreuth		02	094	09475	09475142
2873113	Martinsreuth	martinsreuth	DE		0	Europe/Berlin	49.97263	11.53997				02	094	09472	09472150
2873115	Martinsneukirchen	martinsneukirchen	DE		0	Europe/Berlin	49.12196	12.41975				02	093	09372	09372167
2873116	Martinsmoos	martinsmoos	DE		0	Europe/Berlin	48.64074	8.62723				01	082	08235	08235047
2873119	Martinskirchen	martinskirchen	DE		0	Europe/Berlin	51.47229	13.20331		Martinskirchen		11	00	12062	12062341
2873120	Martinskirchen	martinskirchen	DE		0	Europe/Berlin	48.36131	12.838				02	092	09277	09277153
2873127	Martinshaun	martinshaun	DE		0	Europe/Berlin	48.66781	12.2179				02	092	09274	09274127
2873130	Martinsbüttel	martinsbuettel	DE		0	Europe/Berlin	52.40235	10.60561				06	00	03151	03151016
2873131	Martinsbuch	martinsbuch	DE		0	Europe/Berlin	48.74727	12.41833				02	092	09279	09279127
2873132	Martinsberg Holzwiesen	martinsberg-holzwiesen	DE		0	Europe/Berlin	48.14046	8.85653		Holzwiesen,Martinsberg,Martinsberg Holzwiesen		01	083	08327	08327040
2873133	Martinsberg	martinsberg	DE		0	Europe/Berlin	48.3892	12.30423				02	092	09274	09274183
2873143	Martinlamitz	martinlamitz	DE		0	Europe/Berlin	50.21053	11.969				02	094	09475	09475168
2873144	Martinhagen	martinhagen	DE		1500	Europe/Berlin	51.28688	9.28611	380			05	066	06633	06633023
2873146	Martinfeld	martinfeld	DE		0	Europe/Berlin	51.28755	10.1829				15	00	16061	16061113
2873152	Martfelder Heide	martfelder-heide	DE		0	Europe/Berlin	52.88432	9.0616				06	00	03251	03251026
2873154	Marterbüschel	marterbueschel	DE		0	Europe/Berlin	50.70714	13.21062				13	00	14521	14521495
2873155	Marterberg	marterberg	DE		0	Europe/Berlin	48.58808	13.24527				02	092	09275	09275154
2873162	Märtensmühle	maertensmuehle	DE		0	Europe/Berlin	52.16327	13.18354				11	00	12072	12072312
2873163	Martenshagen	martenshagen	DE		0	Europe/Berlin	54.29574	12.67333				12	00	13073	13073018
2873164	Martensdorf	martensdorf	DE		0	Europe/Berlin	53.6	7.18333				06	00	03452	03452019
2873165	Martensdorf	martensdorf	DE		0	Europe/Berlin	54.30045	12.92859				12	00	13073	13073060
2873166	Martensdorf	martensdorf	DE		0	Europe/Berlin	53.8607	11.419				12	00	13074	13074053
2873170	Martenroth	martenroth	DE		0	Europe/Berlin	50.20275	7.92136				05	064	06439	06439005
2873172	Marten	marten	DE		0	Europe/Berlin	51.51342	7.37655		Marten		07	059	05913	05913000
2873176	Marsweiler	marsweiler	DE		0	Europe/Berlin	47.85142	9.67019				01	084	08436	08436012
2873178	Marstetten	marstetten	DE		0	Europe/Berlin	47.94153	10.08416				01	084	08436	08436004
2873180	Marsow	marsow	DE		0	Europe/Berlin	53.42365	10.93225				12	00	13076	13076142
2873181	Marsmeier	marsmeier	DE		0	Europe/Berlin	48.14373	12.09816		Marsmeier,Marsmeir		02	091	09183	09183126
2873185	Marschwitz	marschwitz	DE		0	Europe/Berlin	51.17118	12.88177				13	00	14522	14522310
2873186	Marschütz	marschuetz	DE		0	Europe/Berlin	51.20221	13.22966				13	00	14627	14627130
2873190	Marschkamp	marschkamp	DE		0	Europe/Berlin	53.57712	8.72881				06	00	03352	03352062
2873191	Marschhorst	marschhorst	DE		0	Europe/Berlin	53.31975	9.43985				06	00	03357	03357032
2873195	Märschendorf	maerschendorf	DE		0	Europe/Berlin	52.70167	8.15272				06	00	03460	03460001
2873197	Marscheid	marscheid	DE		0	Europe/Berlin	51.23908	7.23536				07	051	05124	05124000
2873198	Märsche	marsche	DE		0	Europe/Berlin	52.88333	11.96667				14			
2873201	Marschau	marschau	DE		0	Europe/Berlin	51.22066	13.59365				13	00	14627	14627030
2873202	Marschallshagen	marschallshagen	DE		0	Europe/Berlin	51.57406	8.90776		Glashutte,Glashütte,Marschallshagen		07	057	05774	05774028
2873204	Marschalling	marschalling	DE		0	Europe/Berlin	48.5011	12.85618				02	092	09277	09277144
2873205	Marschall	marschall	DE		0	Europe/Berlin	47.86892	11.71177				02	091	09182	09182120
2873207	Marschalkenzimmern	marschalkenzimmern	DE		0	Europe/Berlin	48.33122	8.53933				01	083	08325	08325012
2873216	Mars	mars	DE		0	Europe/Berlin	51.67708	6.52798				07	051	05170	05170048
2873217	Marren	marren	DE		0	Europe/Berlin	52.82226	7.78176				06	00	03453	03453010
2873219	Marquede	marquede	DE		0	Europe/Berlin	52.50236	12.33038				11	00	12063	12063189
2873222	Marquardsholz	marquardsholz	DE		0	Europe/Berlin	49.17878	11.19807		Marquardsholz		02	095	09576	09576127
2873223	Marquardsburg	marquardsburg	DE		0	Europe/Berlin	49.57906	11.20375				02	095	09572	09572121
2873236	Marner Neuenkoogsdeich	marner-neuenkoogsdeich	DE		0	Europe/Berlin	53.92604	8.98525				10	00	01051	01051062
2873242	Marnbach	marnbach	DE		0	Europe/Berlin	47.82325	11.19075				02	091	09190	09190157
2873243	Marmstorf	marmstorf	DE		0	Europe/Berlin	53.43333	9.96667				04	00	02000	02000000
2873245	Marmecke	marmecke	DE		0	Europe/Berlin	51.07182	8.14226				07	059	05966	05966016
2873246	Marmagen	marmagen	DE		0	Europe/Berlin	50.47708	6.57821		Marmagen		07	053	05366	05366032
2873253	Marlin	marlin	DE		0	Europe/Berlin	52.99788	11.01649				06	00	03354	03354024
2873255	Marlesreuth	marlesreuth	DE		0	Europe/Berlin	50.29886	11.69451				02	094	09475	09475156
2873259	Marleben	marleben	DE		0	Europe/Berlin	53.01303	11.30167				06	00	03354	03354023
2873261	Marlach	marlach	DE		0	Europe/Berlin	49.35996	9.60085				01	081	08126	08126072
2873270	Markwaldsiedlung	markwaldsiedlung	DE		0	Europe/Berlin	50.16667	8.96667				05	064	06435	06435007
2873277	Markusgrün	markusgruen	DE		0	Europe/Berlin	50.4	11.98333				13	00	14523	14523450
2873281	Markttriebendorf	markttriebendorf	DE		0	Europe/Berlin	49.37606	10.7441				02	095	09571	09571165
2873282	Marktsteinach	marktsteinach	DE		0	Europe/Berlin	50.06956	10.34671				02	096	09678	09678174
2873293	Marktlustenau	marktlustenau	DE		0	Europe/Berlin	49.13252	10.23579				01	081	08127	08127101
2873303	Marktgölitz	marktgoelitz	DE		596	Europe/Berlin	50.55627	11.33519				15	00	16073	16073067
2873397	Markertshofen	markertshofen	DE		0	Europe/Berlin	49.06865	9.94081		Markertshofen		01	081	08127	08127103
2873398	Markersreuth	markersreuth	DE		0	Europe/Berlin	50.21828	11.8218				02	094	09475	09475154
2873311	Marktberg	marktberg	DE		0	Europe/Berlin	48.77822	13.48279				02	092	09272	09272138
2873314	Markt	markt	DE		0	Europe/Berlin	48.53459	10.80333				02	097	09772	09772121
2873315	Märkt	markt	DE		0	Europe/Berlin	47.62594	7.58083		Markt,Märkt		01	083	08336	08336091
2873316	Marksussra	marksussra	DE		0	Europe/Berlin	51.28813	10.74025				15	00	16065	16065014
2873320	Markstetten	markstetten	DE		0	Europe/Berlin	49.18563	11.87287				02	093	09373	09373134
2873321	Marksiedlitz	marksiedlitz	DE		0	Europe/Berlin	51.34085	13.39148				13	00	14627	14627040
2873324	Mark Schönstädt	mark-schoenstaedt	DE		0	Europe/Berlin	51.35517	12.87872				13	00	14729	14729245
2873325	Mark Schmelz	mark-schmelz	DE		0	Europe/Berlin	51.69602	12.61732				14	00	15091	15091160
2873329	Markröhlitz	markroehlitz	DE		0	Europe/Berlin	51.21667	12.86667				13	00	14729	14729160
2873330	Markritz	markritz	DE		0	Europe/Berlin	51.13064	13.24094		Luttewitz-Markritz,Lüttewitz-Markritz,Markritz		13	00	14522	14522080
2873331	Markranstädt	markranstaedt	DE		13053	Europe/Berlin	51.30146	12.2202		Markranshtedt,Markranshtet,Markranstaedt,Markranstete,Markranstädt,Markranštete,ma ke lan si tai te,markranshtd,markranshtyt,Маркранштедт,Маркранштет,ماركرانشتيت,مارکرانشتد,马克兰斯泰特		13	00	14729	14729270
2873332	Markow	markow	DE		0	Europe/Berlin	54.47622	13.16626				12	00	13073	13073095
2873333	Markow	markow	DE		0	Europe/Berlin	53.74017	13.01973				12	00	13071	13071068
2873334	Mark Ottenhain	mark-ottenhain	DE		0	Europe/Berlin	51.06572	12.71053				13	00	14729	14729150
2873336	Markoldendorf	markoldendorf	DE		0	Europe/Berlin	51.81201	9.77057				06	00	03155	03155003
2873338	Marköbel	markoebel	DE		0	Europe/Berlin	50.22448	8.99197				05	064	06435	06435013
2873341	Mark Nenz	mark-nenz	DE		0	Europe/Berlin	51.71667	12.61667				14	00	15091	15091160
2873342	Mark Naundorf	mark-naundorf	DE		0	Europe/Berlin	51.74773	12.55827		Mark Nauendorf,Mark Naundorf		14	00	15091	15091160
2873346	Marklendorf	marklendorf	DE		0	Europe/Berlin	52.67022	9.71125				06	00	03358	03358005
2873351	Markkleeberg West	markkleeberg-west	DE		0	Europe/Berlin	51.28333	12.36667		Markkleeberg West		13	00	14729	14729260
2873354	Märkisch Wilmersdorf	maerkisch-wilmersdorf	DE		0	Europe/Berlin	52.24259	13.29325				11	00	12072	12072426
2873355	Märkischheide	maerkischheide	DE		0	Europe/Berlin	51.78702	14.09832		Husoka,Weissagk,Weißagk		11	00	12066	12066320
2873356	Märkisches Viertel	markisches-viertel	DE		35230	Europe/Berlin	52.59841	13.35766		Berlin-Maerkisches Viertel,Berlin-Märkisches Viertel,Markisches Viertel,Märkisches Viertel		16	00	11000	11000000
2873359	Märkisch Buchholz	maerkisch-buchholz	DE		848	Europe/Berlin	52.10961	13.76536		Buchholz,Markisch Buchholz,Merkish Bukholc,Merkish-Bukhkhol'c,Märkisch Buchholz,Serbski Bukojc,mei er ji shi bu he huo er ci,mrkysh bwkhhwlz,myrkysh bwkhhwlts,Меркиш Бухолц,Меркиш-Буххольц,Մերկիշ Բուհոլց,مرکیش بوخهولز,ميركيش بوخهولتس,梅尔基施布赫霍尔茨		11	00	12061	12061328
2873365	Markhäuser	markhaeuser	DE		0	Europe/Berlin	54.90162	8.68999				10	00	01054	01054110
2873366	Markhausen	markhausen	DE		0	Europe/Berlin	52.94032	7.83581				06	00	03453	03453007
2873370	Markgrafpieske	markgrafpieske	DE		0	Europe/Berlin	52.32658	13.95038		Markgrafpieske		11	00	12067	12067469
2873375	Markgrafenmühle	markgrafenmuehle	DE		0	Europe/Berlin	51.75	14.35				11	00	12052	12052000
2873377	Markgrafenheide	markgrafenheide	DE		0	Europe/Berlin	54.19398	12.14487		Mgh		12	00	13003	13003000
2873388	Mark Friedersdorf	mark-friedersdorf	DE		0	Europe/Berlin	51.92235	12.91832				14	00	15091	15091145
2873390	Markfeld	markfeld	DE		0	Europe/Berlin	47.8703	11.98145				02	091	09187	09187117
2873392	Marketsried	marketsried	DE		0	Europe/Berlin	49.3136	12.53094				02	093	09372	09372154
2873396	Markerup	markerup	DE		0	Europe/Berlin	54.7521	9.59098				10	00	01059	01059127
2873734	Maresberg	maresberg	DE		0	Europe/Berlin	48.77067	13.45758				02	092	09272	09272138
2873399	Markershausen	markershausen	DE		0	Europe/Berlin	51.04065	10.11245		Markershausen		05	066	06636	06636005
2873412	Markendorf	markendorf	DE		0	Europe/Berlin	52.29385	14.4748		Frankfurt Markendorf,Markendorf		11	00	12053	12053000
2873413	Markendorf	markendorf	DE		0	Europe/Berlin	52.25078	8.43233				06	00	03459	03459024
2873414	Markendorf	markendorf	DE		0	Europe/Berlin	51.98454	13.17297		Markendorf		11	00	12072	12072169
2873416	Markelsheim	markelsheim	DE		0	Europe/Berlin	49.47334	9.83312		Markelsheim		01	081	08128	08128007
2873419	Markelfingen	markelfingen	DE		0	Europe/Berlin	47.7461	9.0096		Markelfingen		01	083	08335	08335063
2873420	Markeldissen	markeldissen	DE		0	Europe/Berlin	51.94899	9.75805				06	00	03255	03255008
2873430	Markbronn	markbronn	DE		0	Europe/Berlin	48.38892	9.86001				01	084	08425	08425141
2873437	Mark Baitz	mark-baitz	DE		0	Europe/Berlin	51.71667	12.73333				14	00	15091	15091020
2873439	Markau	markau	DE		0	Europe/Berlin	52.82185	10.80849				14	00	15081	15081095
2873440	Markau	markau	DE		0	Europe/Berlin	52.57166	12.87289				11	00	12063	12063208
2873443	Mark	mark	DE		0	Europe/Berlin	52.11114	8.43232				07	057	05758	05758032
2873444	Mark	mark	DE		0	Europe/Berlin	51.68304	7.85279				07	059	05915	05915000
2873445	Mark	mark	DE		0	Europe/Berlin	51.15	12.61667				13	00	14729	14729010
2873446	Mark	mark	DE		0	Europe/Berlin	50.32596	11.23249				15	00	16072	16072024
2873447	Mark	mark	DE		0	Europe/Berlin	48.14622	12.65373				02	091	09171	09171113
2873458	Marjoß	marjoss	DE		0	Europe/Berlin	50.25774	9.51605				05	064	06435	06435028
2873461	Maring	maring	DE		0	Europe/Berlin	49.92373	7.00436				08	00	07231	07231081
2873463	Marienwohlde	marienwohlde	DE		0	Europe/Berlin	53.65001	10.69578				10	00	01053	01053081
2873466	Marienweiher	marienweiher	DE		0	Europe/Berlin	50.1575	11.63429				02	094	09477	09477138
2873467	Marienwehr	marienwehr	DE		0	Europe/Berlin	53.4	7.25		Marienwehr		06	00	03452	03452011
2873469	Marienwalde	marienwalde	DE		0	Europe/Berlin	52.80328	13.44855				11	00	12060	12060269
2873500	Marienstein	marienstein	DE		0	Europe/Berlin	51.62561	9.9307		Marienstein (Noerten-Hardenberg),Marienstein (Nörten-Hardenberg),Steina [a. 1055]		06	00	03155	03155010
2873501	Marienstein	marienstein	DE		0	Europe/Berlin	48.89115	11.16247				02	091	09176	09176123
2873502	Marienstein	marienstein	DE		0	Europe/Berlin	47.75043	11.68462		Marienstein		02	091	09182	09182134
2873503	Marienstein	marienstein	DE		0	Europe/Berlin	49.12054	12.46205		Marienstein,Marnstein		02	093	09372	09372125
2873504	Marienstedt	marienstedt	DE		0	Europe/Berlin	53.58291	10.89135				10	00	01053	01053066
2873507	Mariensiel	mariensiel	DE		0	Europe/Berlin	53.5084	8.03987		Mariensiel		06	00	03455	03455014
2873508	Mariensee	mariensee	DE		0	Europe/Berlin	52.55976	9.48687				06	00	03241	03241012
2873509	Marienroth	marienroth	DE		0	Europe/Berlin	50.36431	11.345		Marienroth		02	094	09476	09476164
2873510	Marienrode	marienrode	DE		0	Europe/Berlin	52.11515	9.91465				06	00	03254	03254021
2873512	Marienroda	marienroda	DE		0	Europe/Berlin	51.17733	11.4923				14	00	15084	15084133
2873516	Marienloh	marienloh	DE		0	Europe/Berlin	51.76434	8.78401				07	057	05774	05774032
2873517	Marienleuchte	marienleuchte	DE		0	Europe/Berlin	54.49257	11.24025		Marienleuchte		10	00	01055	01055046
2873518	Marienkoog	marienkoog	DE		0	Europe/Berlin	54.76694	8.7122				10	00	01054	01054165
2873524	Marienhöhe	marienhoehe	DE		0	Europe/Berlin	53.78033	13.18079				12	00	13071	13071041
2873525	Marienhöhe	marienhoehe	DE		0	Europe/Berlin	53.56667	9.8				04	00	02000	02000000
2873526	Marienhöhe	marienhoehe	DE		0	Europe/Berlin	51	11.31667				15	00	16055	16055000
2873527	Marienhöhe	marienhoehe	DE		0	Europe/Berlin	50.96667	10.33333				15	00	16056	16056000
2873533	Marienhof	marienhof	DE		0	Europe/Berlin	53.8588	12.6077				12	00	13072	13072103
2873534	Marienhof	marienhof	DE		0	Europe/Berlin	53.69589	12.21508				12	00	13072	13072056
2873535	Marienhof	marienhof	DE		0	Europe/Berlin	53.50493	13.39878				12	00	13071	13071090
2873536	Marienhof	marienhof	DE		0	Europe/Berlin	53.44809	14.36823				12	00	13075	13075113
2873537	Marienhof	marienhof	DE		0	Europe/Berlin	53.32226	12.34211				12	00	13071	13071034
2873572	Marienheim	marienheim	DE		0	Europe/Berlin	48.71734	11.21623				02	091	09185	09185149
2873573	Marienheil	marienheil	DE		0	Europe/Berlin	53.15819	7.55852				06	00	03457	03457018
2873576	Marienhall	marienhall	DE		0	Europe/Berlin	51.38377	10.85737		Kolonie Marienhall,Marienhall		15	00	16065	16065067
2873583	Mariengarten	mariengarten	DE		0	Europe/Berlin	51.44524	9.86858				06	00	03159	03159029
2873584	Mariengart	mariengart	DE		0	Europe/Berlin	50.75981	10.04973				15	00	16063	16063082
2873585	Mariengaard	mariengaard	DE		0	Europe/Berlin	54.76667	9.63333				10	00	01059	01059118
2873589	Marienfelde	marienfelde	DE		30338	Europe/Berlin	52.41868	13.36723		Berlin-Marienfelde,Marienfel'de,Мариенфельде		16	00	11000	11000000
2873590	Marienfelde	marienfelde	DE		0	Europe/Berlin	54.46895	10.15936				10	00	01058	01058157
2873591	Marienfelde	marienfelde	DE		0	Europe/Berlin	53.89608	13.21128		Marienfelde		12	00	13075	13075070
2873592	Marienfelde	marienfelde	DE		0	Europe/Berlin	53.52973	13.71585				12	00	13075	13075130
2873593	Marienfelde	marienfelde	DE		0	Europe/Berlin	53.40438	12.61766				12	00	13071	13071124
2873596	Marienfeld	marienfeld	DE		0	Europe/Berlin	50.88684	7.44104		Marienfeld		07	053	05382	05382036
2873597	Marienfeld	marienfeld	DE		0	Europe/Berlin	51.95253	8.27871		Marienfeld		07	057	05754	05754016
2873602	Marieney	marieney	DE		0	Europe/Berlin	50.3722	12.26231		Marieney		13	00	14523	14523230
2873603	Marienehe	marienehe	DE		0	Europe/Berlin	54.1161	12.0847				12	00	13003	13003000
2873604	Mariendrebber	mariendrebber	DE		0	Europe/Berlin	52.65379	8.41141				06	00	03251	03251013
2873606	Mariendorf	mariendorf	DE		49917	Europe/Berlin	52.4378	13.38109		Berlin-Mariendorf,Mariendorf,Мариендорф		16	00	11000	11000000
2873607	Mariendorf	mariendorf	DE		0	Europe/Berlin	54.32919	13.6833				12	00	13073	13073107
2873608	Mariendorf	mariendorf	DE		0	Europe/Berlin	51.45304	9.49167				05	066	06633	06633014
2873609	Mariendorf	mariendorf	DE		0	Europe/Berlin	49.66667	6.45				08	00	07235	07235146
2873610	Marienchor	marienchor	DE		0	Europe/Berlin	53.25248	7.3178		Marienchor		06	00	03457	03457012
2873613	Marienburg	marienburg	DE		0	Europe/Berlin	50.90098	6.97409				07	053	05315	05315000
2873614	Marienburg	marienburg	DE		0	Europe/Berlin	52.11325	9.97679				06	00	03254	03254021
2873615	Marienburg	marienburg	DE		0	Europe/Berlin	49.23597	10.9656				02	095	09576	09576111
2873616	Marienbrunn	marienbrunn	DE		0	Europe/Berlin	49.86294	9.57664		Marienbrunn		02	096	09677	09677157
2873622	Mainz-Marienborn	mainz-marienborn	DE		0	Europe/Berlin	49.96167	8.22778		Marienborn		08	00	07315	07315000
2873624	Marienberghausen	marienberghausen	DE		0	Europe/Berlin	50.91912	7.49553		Marienberghausen		07	053	05374	05374032
2873735	Marenbach	marenbach	DE		0	Europe/Berlin	50.72245	7.57167				08	00	07132	07132082
2873737	Mardorf	mardorf	DE		0	Europe/Berlin	52.49021	9.28985				06	00	03241	03241012
2873646	Marienbaum	marienbaum	DE		0	Europe/Berlin	51.69949	6.37582		Marienbaum		07	051	05170	05170052
2873649	Marienau	marienau	DE		0	Europe/Berlin	53.20245	10.72757				06	00	03355	03355012
2873650	Marienau	marienau	DE		0	Europe/Berlin	52.10819	9.56892				06	00	03252	03252004
2873651	Marienau	marienau	DE		0	Europe/Berlin	50.72134	12.63494				13	00	14524	14524200
2873653	Märien	maerien	DE		0	Europe/Berlin	50.6424	11.99965				15	00	16076	16076087
2873655	Mariazell	mariazell	DE		0	Europe/Berlin	48.1839	8.45807		Mariazell		01	083	08325	08325071
2873656	Mariawerth	mariawerth	DE		0	Europe/Berlin	53.65254	13.8096		Mariawerth,Mariaworth		12	00	13075	13075143
2873657	Mariaweiler	mariaweiler	DE		0	Europe/Berlin	50.81623	6.44025				07	053	05358	05358008
2873659	Mariawald	mariawald	DE		0	Europe/Berlin	50.93326	6.38461		Haus Mariawald,Mariawald		07	053	05358	05358024
2873660	Mariaveen	mariaveen	DE		0	Europe/Berlin	51.83826	7.09104				07	055	05554	05554044
2873661	Maria-Thann	maria-thann	DE		0	Europe/Berlin	47.65577	9.87458		Maria-Tann,Maria-Thann		02	097	09776	09776131
2873662	Mariatal	mariatal	DE		0	Europe/Berlin	47.75426	9.59552				01	084	08436	08436064
2873664	Maria Steinbach	maria-steinbach	DE		0	Europe/Berlin	47.88947	10.13738				02	097	09778	09778165
2873665	Mariaspring	mariaspring	DE		0	Europe/Berlin	51.6	9.95				06	00	03159	03159007
2873666	Maria Rain	maria-rain	DE		0	Europe/Berlin	47.6378	10.49715				02	097	09780	09780128
2873668	Mariaort	mariaort	DE		0	Europe/Berlin	49.01728	12.02814				02	093	09375	09375181
2873672	Marialinden	marialinden	DE		0	Europe/Berlin	50.93292	7.32303				07	053	05378	05378024
2873673	Mariakirchen	mariakirchen	DE		0	Europe/Berlin	48.57633	12.86475		Mariakirchen		02	092	09277	09277111
2873674	Mariäkappel	mariakappel	DE		0	Europe/Berlin	49.16074	10.16352				01	081	08127	08127101
2873675	Mariahütte	mariahuette	DE		0	Europe/Berlin	49.59266	6.97504				09	00	10046	10046115
2873677	Mariahof	mariahof	DE		0	Europe/Berlin	49.73155	6.65857				08	00	07211	07211000
2873680	Mariahilf	mariahilf	DE		0	Europe/Berlin	48.44682	12.36342				02	092	09274	09274184
2873683	Mariadorf	mariadorf	DE		0	Europe/Berlin	50.86172	6.18992				07	053	05334	05334004
2873685	Mariaburghausen	mariaburghausen	DE		0	Europe/Berlin	50.01867	10.51515				02	096	09674	09674147
2873686	Mariabuchen	mariabuchen	DE		0	Europe/Berlin	49.98844	9.62193		Mariabuchen		02	096	09677	09677155
2873687	Mariabrunn	mariabrunn	DE		0	Europe/Berlin	48.33334	11.75855				02	091	09178	09178130
2873688	Mariabrunn	mariabrunn	DE		0	Europe/Berlin	48.3126	11.47801				02	091	09174	09174141
2873689	Mariabrunn	mariabrunn	DE		0	Europe/Berlin	47.63577	9.53995				01	084	08435	08435013
2873691	Mariaberg	mariaberg	DE		0	Europe/Berlin	48.38586	12.28821				02	092	09274	09274183
2873692	Mariaberg	mariaberg	DE		0	Europe/Berlin	48.27702	9.21332				01	084	08437	08437031
2873693	Mariaberg	mariaberg	DE		0	Europe/Berlin	47.72155	10.27675				02	097	09763	09763000
2873694	Marhördt	marhordt	DE		0	Europe/Berlin	49.03972	9.61149				01	081	08127	08127062
2873695	Marhof	marhof	DE		0	Europe/Berlin	49.22231	6.6978				09	00	10044	10044119
2873697	Margrethausen	margrethausen	DE		0	Europe/Berlin	48.23073	8.96741		Margrethausen		01	084	08417	08417079
2873698	Margretenhaun	margretenhaun	DE		0	Europe/Berlin	50.56595	9.76513				05	066	06631	06631020
2873699	Marggraffshof	marggraffshof	DE		0	Europe/Berlin	52.3602	13.23898				11	00	12069	12069604
2873702	Margertshausen	margertshausen	DE		0	Europe/Berlin	48.31014	10.70789				02	097	09772	09772148
2873704	Margarethenthann	margarethenthann	DE		0	Europe/Berlin	48.69891	11.87307		Margarethenthan,Margarethenthann		02	092	09273	09273163
2873705	Margarethental	margarethental	DE		0	Europe/Berlin	54.15	9.7		Margarethental,Margarethenthal		10	00	01058	01058101
2873706	Margarethenried b. Hörgertshausen	margarethenried-b-hoergertshausen	DE		0	Europe/Berlin	48.56616	11.87689				02	091	09178	09178132
2873709	Margarethenhof	margarethenhof	DE		0	Europe/Berlin	53.95022	10.42585				10	00	01060	01060069
2873710	Margarethenhof	margarethenhof	DE		0	Europe/Berlin	52.4074	12.42692				11	00	12051	12051000
2873717	Margarethenberg	margarethenberg	DE		0	Europe/Berlin	48.14727	12.65523				02	091	09171	09171113
2873719	Margarethen	margarethen	DE		0	Europe/Berlin	48.37356	12.37235				02	092	09274	09274120
2873720	Margarethen	margarethen	DE		0	Europe/Berlin	47.50182	10.29958				02	097	09780	09780139
2873723	Margaretenhütte	margaretenhuette	DE		0	Europe/Berlin	51.25	14.45		Margarecina heta,Margarećina hěta		13	00	14625	14625160
2873724	Margaretenhöhe	margaretenhoehe	DE		0	Europe/Berlin	51.43067	6.9761		Margaretenhohe,Margaretenhöhe,Margarethenhohe,Margarethenhöhe		07	051	05113	05113000
2873725	Margaretenhof	margaretenhof	DE		0	Europe/Berlin	51.4	14.93333		Margaretenhof,Margarethenhof		13	00	14626	14626480
2873726	Margaretenhof	margaretenhof	DE		0	Europe/Berlin	51.20707	14.72249				13	00	14626	14626570
2873729	Margarethenhof	margarethenhof	DE		0	Europe/Berlin	52.62415	14.386		Margarethenhof		11	00	12064	12064274
2873738	Mardorf	mardorf	DE		0	Europe/Berlin	51.04909	9.39617		Mardorf		05	066	06634	06634009
2873739	Mardorf	mardorf	DE		0	Europe/Berlin	50.7655	8.91781		Mardorf		05	065	06534	06534001
2873744	Marching	marching	DE		0	Europe/Berlin	48.81995	11.71454		Marching		02	092	09273	09273152
2873745	Marchhäuser	marchhauser	DE		0	Europe/Berlin	48.87719	13.69849				02	092	09272	09272139
2873746	Marchhäuser	marchhauser	DE		0	Europe/Berlin	48.85959	13.74617				02	092	09272	09272122
2873747	Marchetsreut	marchetsreut	DE		0	Europe/Berlin	48.77714	13.47004				02	092	09272	09272138
2873749	March bei Reut	march-bei-reut	DE		0	Europe/Berlin	48.31726	12.93301		March,March bei Reut		02	092	09277	09277140
2873752	Marchaney	marchaney	DE		0	Europe/Berlin	49.85864	12.42503				02	093	09377	09377154
2873756	Marcardsmoor	marcardsmoor	DE		0	Europe/Berlin	53.46175	7.71587		Marcardsmoor		06	00	03452	03452025
2873759	Marburg an der Lahn	marburg-an-der-lahn	DE		78895	Europe/Berlin	50.80904	8.77069		Marbourg,Marburg,Marburg an der Lahn,Marburgo,Marmpournk,maruburuku,Μάρμπουργκ,Марбург,マールブルク	06534	05	065	06534	06534014
2873762	Marbostel	marbostel	DE		0	Europe/Berlin	52.93953	9.82864		Marbostel bei Soltau		06	00	03358	03358021
2873763	Marbostel	marbostel	DE		0	Europe/Berlin	52.89334	9.9814				06	00	03358	03358023
2873764	Marbetshofen	marbetshofen	DE		0	Europe/Berlin	49.39371	11.57804				02	093	09373	09373140
2873772	Marbeck	marbeck	DE		0	Europe/Berlin	51.81433	6.89994		Marbeck		07	055	05554	05554012
2873774	Marbächle	marbachle	DE		0	Europe/Berlin	49.02847	9.61252				01	081	08127	08127062
2873782	Marbach	marbach	DE		0	Europe/Berlin	51.03784	13.22644				13	00	14522	14522540
2873783	Marbach	marbach	DE		0	Europe/Berlin	50.99262	10.98364				15	00	16051	16051000
2873784	Marbach	marbach	DE		0	Europe/Berlin	50.81576	8.74624		Marbach		05	065	06534	06534014
2873785	Marbach	marbach	DE		0	Europe/Berlin	50.78699	13.13389		Marbach		13	00	14522	14522320
2873786	Marbach	marbach	DE		0	Europe/Berlin	50.61941	9.72127				05	066	06631	06631020
2873787	Marbach	marbach	DE		0	Europe/Berlin	50.16656	10.678				02	096	09674	09674171
2873788	Marbach	marbach	DE		0	Europe/Berlin	49.56692	9.72694		Marbach		01	081	08128	08128139
2873789	Marbach	marbach	DE		0	Europe/Berlin	48.89903	13.29517				02	092	09272	09272116
2873790	Marbach	marbach	DE		0	Europe/Berlin	48.7696	10.72892				02	097	09779	09779155
2873791	Marbach	marbach	DE		0	Europe/Berlin	48.38425	9.41842		Marbach an der Lauter		01	084	08415	08415027
2873792	Marbach	marbach	DE		0	Europe/Berlin	48.36503	10.06142				02	097	09775	09775135
2873793	Marbach	marbach	DE		0	Europe/Berlin	48.06374	9.47644				01	084	08437	08437044
2873794	Marbach	marbach	DE		0	Europe/Berlin	48.03318	8.47134				01	083	08326	08326074
2873795	Marbach	marbach	DE		0	Europe/Berlin	47.72524	11.95141				02	091	09182	09182114
2873799	Marastorf	marastorf	DE		0	Europe/Berlin	48.49724	12.58018				02	092	09277	09277121
2873800	Mapprechts	mapprechts	DE		0	Europe/Berlin	47.64087	9.89738				02	097	09776	09776114
2873802	Mappershain	mappershain	DE		0	Europe/Berlin	50.17104	7.99581				05	064	06439	06439005
2873803	Mappenberg	mappenberg	DE		0	Europe/Berlin	49.28884	12.22346				02	093	09376	09376175
2873804	Mappach	mappach	DE		0	Europe/Berlin	49.25233	12.33596				02	093	09376	09376117
2873805	Mappach	mappach	DE		0	Europe/Berlin	47.68084	7.5986				01	083	08336	08336014
2873806	Mapferding	mapferding	DE		0	Europe/Berlin	48.81072	13.11865				02	092	09271	09271113
2873808	Manzing	manzing	DE		0	Europe/Berlin	48.75667	13.07485				02	092	09271	09271125
2873809	Manzing	manzing	DE		0	Europe/Berlin	48.74289	13.61567				02	092	09272	09272151
2873810	Manzing	manzing	DE		0	Europe/Berlin	48.07464	12.37025				02	091	09189	09189142
2873812	Manzenberg	manzenberg	DE		0	Europe/Berlin	49.98567	12.10379				02	094	09479	09479136
2873813	Manzenberg	manzenberg	DE		0	Europe/Berlin	48.67198	13.54194				02	092	09275	09275119
2873815	Manzen	manzen	DE		0	Europe/Berlin	47.6	9.91667				02	097	09776	09776117
2873818	Manzell	manzell	DE		0	Europe/Berlin	47.66539	9.42799				01	084	08435	08435016
2873822	Mantlarn	mantlarn	DE		0	Europe/Berlin	49.4166	12.34886		Mantlarn		02	093	09376	09376148
2873823	Mantlach an der Laaber	mantlach-an-der-laaber	DE		0	Europe/Berlin	49.13235	11.77196		Mantlach		02	093	09373	09373143
2873824	Mantlach	mantlach	DE		0	Europe/Berlin	49.35431	11.62345				02	093	09373	09373140
2873825	Mantlach	mantlach	DE		0	Europe/Berlin	49.21699	11.61706				02	093	09373	09373167
2873826	Mantlach	mantlach	DE		0	Europe/Berlin	49.01311	11.81169				02	092	09273	09273159
2873827	Mantlach	mantlach	DE		0	Europe/Berlin	49.01676	11.22136				02	091	09176	09176164
2873829	Mantinghausen	mantinghausen	DE		0	Europe/Berlin	51.70503	8.48578		Mantinghausen		07	057	05774	05774036
2873830	Mantershagen	mantershagen	DE		0	Europe/Berlin	52.13623	8.43979				07	057	05758	05758032
2873833	Mantelkirchen	mantelkirchen	DE		0	Europe/Berlin	48.76615	11.92639				02	092	09273	09273139
2873834	Mantelkam	mantelkam	DE		0	Europe/Berlin	48.47635	12.18778				02	092	09274	09274146
2873835	Mantelhof	mantelhof	DE		0	Europe/Berlin	48.81972	10.06371				01	081	08136	08136088
2873838	Mantelberg	mantelberg	DE		0	Europe/Berlin	48.55061	11.23555				02	091	09185	09185158
2873844	Manstedten	manstedten	DE		0	Europe/Berlin	50.98842	6.76732				07	053	05362	05362036
2873846	Manslagt	manslagt	DE		0	Europe/Berlin	53.45773	7.06361				06	00	03452	03452014
2873848	Mansie	mansie	DE		0	Europe/Berlin	53.2258	7.90203				06	00	03451	03451007
2873850	Mansholt	mansholt	DE		0	Europe/Berlin	53.20741	8.11054				06	00	03451	03451008
2873854	Manschnow	manschnow	DE		1200	Europe/Berlin	52.5499	14.55332	10			11	00	12064	12064266
2873855	Manschenhagen	manschenhagen	DE		0	Europe/Berlin	54.28216	12.7783				12	00	13073	13073096
2873859	Mansbach	mansbach	DE		0	Europe/Berlin	50.78311	9.91547		Mannsbach,Mansbach		05	066	06632	06632010
2873860	Manroth	manroth	DE		0	Europe/Berlin	50.60841	7.44796				08	00	07138	07138044
2873861	Manrode	manrode	DE		0	Europe/Berlin	51.58301	9.34194				07	057	05762	05762012
2873863	Manolzweiler	manolzweiler	DE		0	Europe/Berlin	48.78478	9.44811				01	081	08119	08119086
2873864	Mannweiler	mannweiler	DE		0	Europe/Berlin	49.7	7.8				08	00	07333	07333043
2873866	Mannshaupten	mannshaupten	DE		0	Europe/Berlin	48.83266	9.49378				01	081	08119	08119067
2873867	Mannsgereuth	mannsgereuth	DE		0	Europe/Berlin	50.19723	11.2179				02	094	09478	09478155
2873868	Mannsdorf	mannsdorf	DE		0	Europe/Berlin	51.107	13.09987				13	00	14522	14522080
2873869	Mannsdorf	mannsdorf	DE		0	Europe/Berlin	51.04117	12.07274				14	00	15084	15084275
2873870	Mannsdorf	mannsdorf	DE		0	Europe/Berlin	49.12826	11.70602				02	093	09373	09373151
2873871	Mannsdorf	mannsdorf	DE		0	Europe/Berlin	48.80945	12.14361				02	093	09375	09375196
2873873	Mannsche	mannsche	DE		0	Europe/Berlin	50.65036	13.46988				13	00	14521	14521570
2873874	Mannschatz	mannschatz	DE		0	Europe/Berlin	51.31425	13.12934		Mannschatz		13	00	14730	14730230
2873878	Mannried	mannried	DE		0	Europe/Berlin	48.43808	11.356				02	091	09174	09174147
2873880	Mannichswalde	mannichswalde	DE		0	Europe/Berlin	50.80727	12.30885		Mannichswalde		13	00	14524	14524030
2873881	Mannholz	mannholz	DE		0	Europe/Berlin	49.11709	11.0683		Manholz,Mannholz		02	095	09577	09577161
2873882	Mannholz	mannholz	DE		0	Europe/Berlin	48.86951	9.67722				01	081	08119	08119001
2873883	Mannhof	mannhof	DE		0	Europe/Berlin	49.71164	10.39575				02	095	09575	09575157
2873884	Mannhof	mannhof	DE		0	Europe/Berlin	49.52633	10.97687				02	095	09563	09563000
2873894	Mannhagen	mannhagen	DE		0	Europe/Berlin	54.17248	13.20969		Mannhagendorf		12	00	13073	13073090
2873895	Mannhagen	mannhagen	DE		0	Europe/Berlin	53.64372	10.6136				10	00	01053	01053097
2873898	Mannewitz	mannewitz	DE		0	Europe/Berlin	51.25758	12.94021				13	00	14730	14730330
2873899	Mannersdorf	mannersdorf	DE		0	Europe/Berlin	48.26894	12.88365				02	092	09277	09277154
2873901	Manner	manner	DE		0	Europe/Berlin	50.13295	6.26214				08	00	07232	07232333
2873902	Mannenweiler	mannenweiler	DE		0	Europe/Berlin	49.02194	9.60188				01	081	08119	08119024
2873904	Mannenberg	mannenberg	DE		0	Europe/Berlin	48.90851	9.55394				01	081	08119	08119061
2873906	Mannecker	mannecker	DE		0	Europe/Berlin	54.28333	9.13333				10	00	01051	01051030
2873911	Manndorf	manndorf	DE		0	Europe/Berlin	49.82339	10.68853				02	094	09471	09471120
2873912	Manndorf	manndorf	DE		0	Europe/Berlin	49.21619	10.50271				02	095	09571	09571166
2873913	Manndorf	manndorf	DE		0	Europe/Berlin	48.69881	12.94576				02	092	09271	09271118
2873915	Mankmoos	mankmoos	DE		0	Europe/Berlin	53.81363	11.75692				12	00	13074	13074084
2873916	Mankham	mankham	DE		0	Europe/Berlin	48.08398	12.58503				02	091	09171	09171116
2873917	Manker	manker	DE		0	Europe/Berlin	52.84534	12.67822				11	00	12068	12068117
2873918	Mankenbach	mankenbach	DE		0	Europe/Berlin	50.6192	11.13743				15	00	16073	16073112
2873920	Manhorn	manhorn	DE		0	Europe/Berlin	52.81667	9.85				06			
2873921	Manholding	manholding	DE		0	Europe/Berlin	48.32667	12.36177				02	091	09183	09183132
2873922	Manholding	manholding	DE		0	Europe/Berlin	47.91968	12.56699				02	091	09189	09189114
2873923	Manheim	manheim	DE		0	Europe/Berlin	50.88192	6.59803		Manheim		07	053	05362	05362032
2873925	Manhartshofen	manhartshofen	DE		0	Europe/Berlin	47.85187	11.5547				02	091	09173	09173118
2873927	Manhartsdorf	manhartsdorf	DE		0	Europe/Berlin	48.38831	11.94591				02	091	09177	09177143
2873928	Manhagenerfelde	manhagenerfelde	DE		0	Europe/Berlin	54.19478	10.93866				10	00	01055	01055029
2873934	Mangoldshausen	mangoldshausen	DE		0	Europe/Berlin	48.9935	9.95593				01	081	08127	08127013
2873935	Mangoldsall	mangoldsall	DE		0	Europe/Berlin	49.22895	9.63879				01	081	08126	08126047
2873936	Mangolding	mangolding	DE		0	Europe/Berlin	48.9499	12.24092				02	093	09375	09375170
2873937	Mangolding	mangolding	DE		0	Europe/Berlin	47.85509	12.26907				02	091	09187	09187167
2873938	Manglham	manglham	DE		0	Europe/Berlin	48.85336	13.24552		Mangelham,Manglham		02	092	09272	09272128
2873939	Manglham	manglham	DE		0	Europe/Berlin	47.97432	12.10968				02	091	09187	09187170
2873945	Mangersreuth	mangersreuth	DE		0	Europe/Berlin	50.09303	11.44636				02	094	09477	09477128
2873946	Mangern	mangern	DE		0	Europe/Berlin	48.50571	12.43				02	092	09274	09274135
2873947	Mangenberg	mangenberg	DE		0	Europe/Berlin	51.16667	7.06667				07	051	05122	05122000
2873948	Mangelshorst	mangelshorst	DE		0	Europe/Berlin	52.70624	12.78173				11	00	12068	12068117
2873954	Mangelhausen	mangelhausen	DE		0	Europe/Berlin	49.35916	6.97902				09	00	10043	10043111
2873957	Manfort	manfort	DE		0	Europe/Berlin	51.02983	7.00146		Manfort		07	053	05316	05316000
2873959	Maneberg	maneberg	DE		0	Europe/Berlin	47.83475	10.36693				02	097	09777	09777176
2873960	Manebach	manebach	DE		0	Europe/Berlin	50.67828	10.85779		Manebach		15	00	16070	16070029
2873961	Mandlhof	mandlhof	DE		0	Europe/Berlin	47.84729	11.01067				02	091	09190	09190158
2873962	Mändlfeld	mandlfeld	DE		0	Europe/Berlin	48.69538	11.42917				02	091	09185	09185140
2873964	Mandlau	mandlau	DE		0	Europe/Berlin	49.78479	11.44007		Mandlau		02	094	09472	09472179
2873966	Mandlach	mandlach	DE		0	Europe/Berlin	48.5501	11.06082				02	097	09771	09771156
2873967	Mandl	mandl	DE		0	Europe/Berlin	47.82618	11.37995				02	091	09173	09173123
2873972	Manderow	manderow	DE		0	Europe/Berlin	53.89933	11.31708				12	00	13074	13074032
2873975	Manderbach	manderbach	DE		0	Europe/Berlin	50.76887	8.26457		Manderbach		05	065	06532	06532006
2873979	Mandelsloh	mandelsloh	DE		0	Europe/Berlin	52.60472	9.56935				06	00	03241	03241012
2873981	Mandelsberg	mandelsberg	DE		0	Europe/Berlin	48.28092	12.6909				02	091	09171	09171137
2873982	Mandeln	mandeln	DE		0	Europe/Berlin	50.85078	8.33897		Mandeln		05	065	06532	06532005
2873983	Mandelholz	mandelholz	DE		0	Europe/Berlin	51.74384	10.72456				14	00	15085	15085228
2873993	Manau	manau	DE		0	Europe/Berlin	50.15694	10.56834		Manau		02	096	09674	09674149
2873996	Mammolshain	mammolshain	DE		0	Europe/Berlin	50.17162	8.49266				05	064	06434	06434005
2873997	Mammoissel	mammoissel	DE		0	Europe/Berlin	52.94067	11.0277				06	00	03354	03354016
2873998	Mammingerschwaigen	mammingerschwaigen	DE		0	Europe/Berlin	48.66314	12.59714		Mamminger Schwaigen,Mammingerschwaigen		02	092	09279	09279125
2874001	Mammhusen	mammhusen	DE		0	Europe/Berlin	53.53655	7.72874				06	00	03462	03462019
2874003	Mammerstätt	mammerstatt	DE		0	Europe/Berlin	48.1043	12.16563				02	091	09183	09183139
2874004	Mammersreuth	mammersreuth	DE		0	Europe/Berlin	50.01568	12.3591				02	093	09377	09377158
2874008	Mamhofen	mamhofen	DE		0	Europe/Berlin	48.03126	11.30888				02	091	09188	09188139
2874010	Mamerow	mamerow	DE		0	Europe/Berlin	53.73226	12.43378		Mamerow Dorf		12	00	13072	13072063
2874011	Mamburg	mamburg	DE		0	Europe/Berlin	53.62827	7.64524				06	00	03462	03462015
2874012	Mambächelerhof	mambaechelerhof	DE		0	Europe/Berlin	49.65027	7.3833				08	00	07134	07134005
2874013	Mambächel	mambaechel	DE		0	Europe/Berlin	49.63674	7.35846				08	00	07134	07134005
2874014	Mambach	mambach	DE		0	Europe/Berlin	47.72757	7.87933				01	083	08336	08336103
2874015	Malzow	malzow	DE		0	Europe/Berlin	53.87502	10.96646				12	00	13074	13074074
2874016	Malzhausen	malzhausen	DE		0	Europe/Berlin	48.60235	11.18767				02	091	09185	09185143
2874017	Malzhausen	malzhausen	DE		0	Europe/Berlin	48.36392	11.08782				02	097	09771	09771122
2874018	Malzhagen	malzhagen	DE		0	Europe/Berlin	50.90137	7.57629		Malzhagen		07	053	05374	05374032
2874022	Maltzien	maltzien	DE		0	Europe/Berlin	54.24467	13.35697				12	00	13073	13073027
2874023	Maltitz	maltitz	DE		300	Europe/Berlin	51.1823	14.67885		Malecicy,Malećicy		13	00	14625	14625610
2874024	Maltitz	maltitz	DE		0	Europe/Berlin	51.1202	13.23479				13	00	14522	14522080
2874025	Maltitz	maltitz	DE		0	Europe/Berlin	51.09801	12.29702		Maltitz		13	00	14729	14729170
2874026	Maltis	maltis	DE		0	Europe/Berlin	50.91579	12.41564				15	00	16077	16077036
2874027	Malterhausen	malterhausen	DE		0	Europe/Berlin	52.00823	12.9386		Malterhausen		11	00	12072	12072297
2874030	Malter	malter	DE		0	Europe/Berlin	50.91759	13.66176				13	00	14628	14628060
2874034	Malstedt	malstedt	DE		0	Europe/Berlin	53.4273	9.26943				06	00	03357	03357011
2874035	Malstatt-Burbach	malstatt-burbach	DE		0	Europe/Berlin	49.24801	6.95984		Burbach-Malstatt,Malstatt-Burbach		09	00	10041	10041100
2874037	Malsleben	malsleben	DE		0	Europe/Berlin	52.87462	10.92384				06	00	03354	03354001
2874038	Malsitz	malsitz	DE		0	Europe/Berlin	51.21667	14.45		Malsecy,Malsitz,Małsecy		13	00	14625	14625020
2874041	Malse	malse	DE		0	Europe/Berlin	53.47117	8.94036				06	00	03352	03352059
2874044	Malschendorf	malschendorf	DE		0	Europe/Berlin	51.02496	13.88393				13	00	14612	14612000
2874045	Malschenberg	malschenberg	DE		0	Europe/Berlin	49.25585	8.68109		Malschenberg		01	082	08226	08226065
2874046	Malschbach	malschbach	DE		0	Europe/Berlin	48.72058	8.23675		Malschbach		01	082	08211	08211000
2874049	Malsburg	malsburg	DE		0	Europe/Berlin	47.73222	7.70794				01	083	08336	08336104
2874051	Malsbenden	malsbenden	DE		0	Europe/Berlin	50.5765	6.4829				07	053	05366	05366036
2874052	Malsbach	malsbach	DE		0	Europe/Berlin	49.32921	11.76703				02	093	09371	09371129
2874053	Malpendorf	malpendorf	DE		0	Europe/Berlin	52.05	11.68333				14	00	15003	15003000
2874054	Malow	malow	DE		0	Europe/Berlin	53.34205	11.91742				12	00	13076	13076168
2874055	Malmsteg	malmsteg	DE		0	Europe/Berlin	54.38333	10.5				10	00	01057	01057029
2874056	Malmsheim	malmsheim	DE		0	Europe/Berlin	48.77438	8.90322				01	081	08115	08115041
2874057	Malmsbach	malmsbach	DE		0	Europe/Berlin	49.47182	11.19075		Malmsbach		02	095	09574	09574156
2874058	Malmishaus	malmishaus	DE		0	Europe/Berlin	47.89762	9.54115				01	084	08436	08436096
2874059	Malmerz	malmerz	DE		0	Europe/Berlin	50.34615	11.2013		Malmerz		15	00	16072	16072018
2874060	Malmershaupt	malmershaupt	DE		0	Europe/Berlin	52.10144	9.05849				07	057	05766	05766028
2874061	Malmersdorf	malmersdorf	DE		0	Europe/Berlin	49.27832	10.70676				02	095	09571	09571175
2874062	Malmeneich	malmeneich	DE		0	Europe/Berlin	50.44046	7.99519		Malmeneich		05	065	06533	06533006
2874066	Mallnow	mallnow	DE		0	Europe/Berlin	52.45722	14.48883		Mallnow		11	00	12064	12064268
2874067	Mallmersdorf	mallmersdorf	DE		0	Europe/Berlin	48.72112	11.83235				02	092	09273	09273177
2874071	Mallinkrodt	mallinkrodt	DE		0	Europe/Berlin	51.40052	7.36167		Mallingrodt,Mallinkrodt		07	059	05954	05954020
2874072	Mallinghausen	mallinghausen	DE		0	Europe/Berlin	52.74973	8.83264				06	00	03251	03251032
2874073	Malling	malling	DE		0	Europe/Berlin	48.42348	12.57681				02	092	09277	09277121
2874078	Mallerstetten	mallerstetten	DE		0	Europe/Berlin	49.04994	11.54593		Mallerstetten		02	093	09373	09373121
2874079	Mallersricht	mallersricht	DE		0	Europe/Berlin	49.64662	12.11329				02	093	09363	09363000
2874080	Mallersdorf	mallersdorf	DE		0	Europe/Berlin	49.35429	12.31795				02	093	09376	09376164
2874081	Mallersdorf	mallersdorf	DE		0	Europe/Berlin	48.77581	12.24964		Malerstorf,Mallersdorf		02	092	09278	09278148
2874083	Mallendorf	mallendorf	DE		0	Europe/Berlin	51.11988	11.55242				14	00	15084	15084125
2874084	Mallendar	mallendar	DE		0	Europe/Berlin	50.38744	7.62537				08	00	07137	07137226
2874085	Mallenchen	mallenchen	DE		0	Europe/Berlin	51.762	13.85823		Mallenchen		11	00	12066	12066052
2874086	Mallen	mallen	DE		0	Europe/Berlin	52.83125	9.07026				06	00	03256	03256015
2874091	Malkwitz	malkwitz	DE		0	Europe/Berlin	54.20673	10.59002				10	00	01055	01055028
2874092	Malkwitz	malkwitz	DE		0	Europe/Berlin	53.5	12.45				12	00	13071	13071093
2874093	Malkwitz	malkwitz	DE		0	Europe/Berlin	51.33269	12.99381		Malkwitz		13	00	14730	14730330
2874094	Malkvitz	malkvitz	DE		0	Europe/Berlin	54.45	13.26667				12	00	13073	13073028
2874095	Malkomes	malkomes	DE		0	Europe/Berlin	50.85249	9.81909				05	066	06632	06632019
2874096	Malkes	malkes	DE		0	Europe/Berlin	50.55783	9.58154				05	066	06631	06631009
2874097	Malkendorf	malkendorf	DE		0	Europe/Berlin	53.96753	10.65603				10	00	01055	01055040
2874098	Malk	malk	DE		0	Europe/Berlin	53.22154	11.37939				12	00	13076	13076093
2874102	Malges	malges	DE		0	Europe/Berlin	50.73019	9.80242				05	066	06631	06631015
2874103	Malgertsham	malgertsham	DE		0	Europe/Berlin	48.3725	13.13433				02	092	09275	09275131
2874106	Malgarten	malgarten	DE		0	Europe/Berlin	52.44782	8.02436				06	00	03459	03459014
2874110	Malente-Gremsmühlen	malente-gremsmuehlen	DE		0	Europe/Berlin	54.18333	10.56667				10	00	01055	01055028
2874114	Maleck	maleck	DE		0	Europe/Berlin	48.13039	7.88397		Maleck		01	083	08316	08316011
2874123	Altenlinden	altenlinden	DE		0	Europe/Berlin	53.47865	12.18452				12	00	13076	13076006
2874132	Malchesing	malchesing	DE		0	Europe/Berlin	48.85033	12.34505				02	092	09278	09278123
2874134	Malchen	malchen	DE		0	Europe/Berlin	49.78917	8.65195				05	064	06432	06432022
2874135	Papierfabrik	papierfabrik	DE		0	Europe/Berlin	52.7969	13.98019				11	00	12064	12064125
2874144	Malas	malas	DE		0	Europe/Berlin	47.54704	10.01394				02	097	09780	09780132
2874146	Makofen	makofen	DE		0	Europe/Berlin	48.80895	12.74474				02	092	09278	09278192
2874149	Mäkel	maekel	DE		0	Europe/Berlin	52.69199	8.4672				06	00	03251	03251005
2874152	Majenfelde	majenfelde	DE		0	Europe/Berlin	54.11201	10.54745				10	00	01055	01055007
2874156	Maitis	maitis	DE		0	Europe/Berlin	48.75742	9.71953				01	081	08117	08117026
2874158	Maiszell	maiszell	DE		0	Europe/Berlin	49.05698	12.61897				02	092	09278	09278179
2874163	Maisthal	maisthal	DE		0	Europe/Berlin	49.10191	11.96705				02	093	09375	09375211
2874166	Maisried	maisried	DE		0	Europe/Berlin	49.05392	13.04437				02	092	09276	09276118
2874167	Maispach	maispach	DE		0	Europe/Berlin	48.36667	12.65				02	092	09277	09277151
2874171	Maising	maising	DE		0	Europe/Berlin	47.9859	11.28983				02	091	09188	09188137
2874175	Maisental	maisental	DE		0	Europe/Berlin	48.58071	8.17209				01	083	08317	08317126
2874178	Maisenhausen	maisenhausen	DE		0	Europe/Berlin	50.11296	9.11765				02	096	09671	09671111
2874179	Maisenhälden	maisenhalden	DE		0	Europe/Berlin	49.30098	9.35859				01	081	08125	08125063
2874180	Maisenburg	maisenburg	DE		0	Europe/Berlin	48.28522	9.4979				01	084	08415	08415034
2874181	Maisenbühl	maisenbuhl	DE		0	Europe/Berlin	48.5286	8.04448				01	083	08317	08317089
2874182	Maisenberg	maisenberg	DE		0	Europe/Berlin	48.33725	13.10424		Maisberg,Maisenberg		02	092	09277	09277118
2874183	Maisenberg	maisenberg	DE		0	Europe/Berlin	48.11053	12.49813				02	091	09189	09189115
2874187	Maisenbachhof	maisenbachhof	DE		0	Europe/Berlin	49.688	9.85698				02	096	09679	09679155
2874188	Maisenbach	maisenbach	DE		0	Europe/Berlin	48.77032	8.68514				01	082	08235	08235008
2874190	Maisdörpe	maisdoerpe	DE		0	Europe/Berlin	51.13853	7.28294				07	053	05374	05374016
2874191	Maisbrunn	maisbrunn	DE		0	Europe/Berlin	48.40681	11.31171				02	091	09174	09174111
2874192	Maisborstel	maisborstel	DE		0	Europe/Berlin	54.12989	9.56609				10	00	01058	01058164
2874196	Maisbach	maisbach	DE		0	Europe/Berlin	49.32787	8.72864				01	082	08226	08226060
2874202	Mais	mais	DE		0	Europe/Berlin	49.23731	12.98546				02	093	09372	09372144
2874203	Mais	mais	DE		0	Europe/Berlin	49.07926	13.06755				02	092	09276	09276117
2874204	Mais	mais	DE		0	Europe/Berlin	48.21018	12.04072				02	091	09177	09177123
2874208	Mairing	mairing	DE		0	Europe/Berlin	48.62305	13.09361				02	092	09271	09271128
2874212	Mainzweiler	mainzweiler	DE		1105	Europe/Berlin	49.41714	7.11804				09	00	10043	10043115
2874215	Mainzlar	mainzlar	DE		0	Europe/Berlin	50.66307	8.74579		Mainzlar		05	065	06531	06531017
2874217	Mainzholzen	mainzholzen	DE		0	Europe/Berlin	51.88717	9.75132				06	00	03255	03255012
2874223	Mainzendorf	mainzendorf	DE		0	Europe/Berlin	48.6385	12.07082				02	092	09274	09274141
2874228	Mainwangen	mainwangen	DE		0	Europe/Berlin	47.92529	9.01079				01	083	08335	08335057
2874232	Mainsondheim	mainsondheim	DE		0	Europe/Berlin	49.79428	10.17071		Mainsondheim		02	096	09675	09675117
2874233	Mainschhorn	mainschhorn	DE		0	Europe/Berlin	52.63213	9.00621				06	00	03256	03256023
2874234	Mainsche	mainsche	DE		0	Europe/Berlin	52.62848	9.03574				06	00	03256	03256023
2874235	Mainsbauern	mainsbauern	DE		0	Europe/Berlin	49.11701	12.32527				02	093	09372	09372169
2874236	Mainroth	mainroth	DE		0	Europe/Berlin	50.12306	11.32097		Mainroth		02	094	09478	09478116
2874240	Mainkling	mainkling	DE		0	Europe/Berlin	49.05888	10.00979				01	081	08127	08127103
2874241	Mainklein	mainklein	DE		0	Europe/Berlin	50.12477	11.29607				02	094	09478	09478116
2874244	Mainhardtsall	mainhardtsall	DE		0	Europe/Berlin	49.23991	9.58252				01	081	08126	08126058
2874247	Maingründel	maingrundel	DE		0	Europe/Berlin	48.32861	10.68222				02	097	09772	09772167
2874248	Mainflingen	mainflingen	DE		0	Europe/Berlin	50.03101	9.02578				05	064	06438	06438007
2874250	Maineck	maineck	DE		0	Europe/Berlin	50.11686	11.29988		Maineck		02	094	09478	09478111
2874253	Mainbullau	mainbullau	DE		0	Europe/Berlin	49.69021	9.18655				02	096	09676	09676139
2874255	Mainberg	mainberg	DE		0	Europe/Berlin	50.05802	10.28801				02	096	09678	09678174
2874259	Mainbach	mainbach	DE		0	Europe/Berlin	48.50767	11.06301				02	097	09771	09771140
2874264	Maina	maina	DE		0	Europe/Berlin	50.90612	11.41068				15	00	16071	16071053
2874266	Mailing	mailing	DE		0	Europe/Berlin	48.77316	11.48792				02	091	09161	09161000
2874267	Mailing	mailing	DE		0	Europe/Berlin	47.93958	11.97999		Mailing,Mailling		02	091	09187	09187179
2874270	Mailheim	mailheim	DE		0	Europe/Berlin	49.50838	10.49085				02	095	09575	09575135
2874271	Mailham	mailham	DE		0	Europe/Berlin	48.14028	12.31106				02	091	09183	09183118
2874272	Mailes	mailes	DE		0	Europe/Berlin	50.20209	10.40017				02	096	09678	09678181
2874275	Mailar	mailar	DE		0	Europe/Berlin	51.20823	8.24921		Mailar		07	059	05958	05958040
2874276	Mailand	mailand	DE		0	Europe/Berlin	47.85287	10.01595				01	084	08436	08436055
2874278	Mailahn	mailahn	DE		0	Europe/Berlin	50.88199	7.27395		Mailahn		07	053	05382	05382028
2874279	Mailach	mailach	DE		0	Europe/Berlin	49.68159	10.74732				02	095	09572	09572139
2874286	Maihausen	maihausen	DE		0	Europe/Berlin	53.4415	8.5325				06	00	03352	03352032
2874288	Maign	maign	DE		0	Europe/Berlin	48.70833	13.20472				02	092	09271	09271114
2874289	Maierwald	maierwald	DE		0	Europe/Berlin	47.81563	11.38493				02	091	09173	09173123
2874290	Maiertshof	maiertshof	DE		0	Europe/Berlin	49.11962	12.34563				02	093	09372	09372169
2874291	Maiertal	maiertal	DE		0	Europe/Berlin	47.73735	9.711				01	084	08436	08436079
2874293	Maierstetten	maierstetten	DE		0	Europe/Berlin	48.07291	12.50051		Maierstetten,Mairstetten		02	091	09189	09189149
2874294	Maiersreuth	maiersreuth	DE		0	Europe/Berlin	49.98788	12.40897				02	093	09377	09377142
2874296	Maiersdorf	maiersdorf	DE		0	Europe/Berlin	48.66472	11.85905				02	092	09273	09273115
2874297	Maiersdorf	maiersdorf	DE		0	Europe/Berlin	48.3474	12.25983				02	092	09274	09274183
2874300	Maiersbach	maiersbach	DE		0	Europe/Berlin	50.46039	9.90471				05	066	06631	06631010
2874305	Maierlreith	maierlreith	DE		0	Europe/Berlin	48.08447	12.44925				02	091	09189	09189149
2874310	Maierklopfen	maierklopfen	DE		0	Europe/Berlin	48.30182	12.03815				02	091	09177	09177113
2874311	Maiering	maiering	DE		0	Europe/Berlin	49.24638	12.76749				02	093	09372	09372174
2874312	Maiering	maiering	DE		0	Europe/Berlin	47.97728	12.34216				02	091	09189	09189137
2874313	Maierholz	maierholz	DE		0	Europe/Berlin	48.57639	13.13723				02	092	09275	09275154
2874325	Maierhof	maierhof	DE		0	Europe/Berlin	50.16694	11.57028				02	094	09477	09477118
2874326	Maierhof bei Weiden i.d.OPf.	maierhof-bei-weiden-i-d-opf	DE		0	Europe/Berlin	49.64543	12.12861				02	093	09363	09363000
2874327	Maierhof	maierhof	DE		0	Europe/Berlin	49.50894	12.092				02	093	09376	09376150
2874328	Maierhof	maierhof	DE		0	Europe/Berlin	49.09363	12.81946				02	092	09276	09276135
2874329	Maierhof	maierhof	DE		0	Europe/Berlin	49.05177	12.7807				02	092	09278	09278178
2874330	Maierhof	maierhof	DE		0	Europe/Berlin	49.01578	12.92095				02	092	09276	09276128
2874331	Maierhof	maierhof	DE		0	Europe/Berlin	48.62194	13.56552				02	092	09275	09275150
2874332	Maierhof	maierhof	DE		0	Europe/Berlin	48.58019	13.41372				02	092	09262	09262000
2874333	Maierhof	maierhof	DE		0	Europe/Berlin	48.57361	13.21028				02	092	09275	09275138
2874334	Maierhof	maierhof	DE		0	Europe/Berlin	48.56803	13.76613				02	092	09275	09275156
2874335	Maierhof	maierhof	DE		0	Europe/Berlin	48.45311	13.17862				02	092	09275	09275124
2874336	Maierhof	maierhof	DE		0	Europe/Berlin	48.40736	13.1775				02	092	09275	09275143
2874337	Maierhof	maierhof	DE		0	Europe/Berlin	48.38464	13.26041		Maierhof,Mairhof		02	092	09275	09275141
2874338	Maierhof	maierhof	DE		0	Europe/Berlin	48.31728	13.07451				02	092	09277	09277147
2874339	Maierhof	maierhof	DE		0	Europe/Berlin	48.09371	12.43455				02	091	09189	09189142
2874340	Maierhof	maierhof	DE		0	Europe/Berlin	47.83396	10.20719				02	097	09780	09780119
2874341	Maierhof	maierhof	DE		0	Europe/Berlin	47.80895	9.78575				01	084	08436	08436085
2874342	Maierhof	maierhof	DE		0	Europe/Berlin	47.65	10.26667				02	097	09780	09780143
2874378	Maienswarf	maienswarf	DE		0	Europe/Berlin	54.7	8.8				10	00	01054	01054022
2874381	Maienluft	maienluft	DE		0	Europe/Berlin	50.66667	10.36667				15	00	16066	16066086
2874382	Maienfels	maienfels	DE		0	Europe/Berlin	49.11846	9.51125		Maienfels		01	081	08125	08125107
2874391	Maidbronn	maidbronn	DE		0	Europe/Berlin	49.84702	9.9742		Maidbronn		02	096	09679	09679180
2874392	Maichingen	maichingen	DE		0	Europe/Berlin	48.72262	8.96605				01	081	08115	08115045
2874393	Maibuschermoor	maibuschermoor	DE		0	Europe/Berlin	53.1288	8.47259				06	00	03458	03458010
2874394	Maibusch	maibusch	DE		0	Europe/Berlin	53.13347	8.46116				06	00	03458	03458010
2874395	Maiburg	maiburg	DE		0	Europe/Berlin	53.24405	7.52544				06	00	03457	03457013
2874397	Maibrunn	maibrunn	DE		0	Europe/Berlin	49.01617	12.7829				02	092	09278	09278184
2874399	Maiblumengehege	maiblumengehege	DE		0	Europe/Berlin	51.4478	13.41893				11	00	12062	12062410
2874402	Maiberg	maiberg	DE		0	Europe/Berlin	51.85068	14.32068		Majberk		11	00	12052	12052000
2874403	Maiberg	maiberg	DE		0	Europe/Berlin	49.26572	12.66906				02	093	09372	09372168
2874404	Maiberg	maiberg	DE		0	Europe/Berlin	49.20572	12.77263				02	093	09372	09372155
2874414	Maibach	maibach	DE		0	Europe/Berlin	50.37924	8.57183				05	064	06440	06440005
2874415	Maibach	maibach	DE		0	Europe/Berlin	50.09515	10.17454				02	096	09678	09678168
2874416	Maibach	maibach	DE		0	Europe/Berlin	49.09496	9.61223				01	081	08127	08127052
2874418	Mahris	mahris	DE		0	Europe/Berlin	51.23035	13.09065				13	00	14730	14730200
2874419	Mähris	mahris	DE		0	Europe/Berlin	47.62922	10.2219				02	097	09780	09780143
2874421	Mähringen	mahringen	DE		0	Europe/Berlin	48.48589	9.10998				01	084	08416	08416023
2874422	Mähringen	mahringen	DE		0	Europe/Berlin	48.43592	9.93894				01	084	08421	08421000
2874426	Mahrenholz	mahrenholz	DE		0	Europe/Berlin	52.6656	10.4711				06	00	03151	03151010
2874427	Mährenhausen	mahrenhausen	DE		0	Europe/Berlin	50.29012	10.82307		Mahrenhausen,Mährenhausen		02	094	09473	09473158
2874429	Mahrdorf	mahrdorf	DE		0	Europe/Berlin	53.81845	8.94289				06	00	03352	03352046
2874432	Mahnert	mahnert	DE		0	Europe/Berlin	51.20075	6.98028				07	051	05158	05158008
2874434	Mahnen	mahnen	DE		0	Europe/Berlin	52.2	8.71667				07	057	05758	05758024
2874436	Mahndorf	mahndorf	DE		0	Europe/Berlin	53.03734	8.94579		Mandorf		03	00	04011	04011000
2874437	Mahndorf	mahndorf	DE		0	Europe/Berlin	51.88638	10.9622		Mahndorf		14	00	15085	15085135
2874439	Mahnburg	mahnburg	DE		0	Europe/Berlin	52.68748	10.75876				06	00	03151	03151040
2874440	Mahnbrück	mahnbrueck	DE		0	Europe/Berlin	50.52018	12.31511				13	00	14523	14523430
2874443	Mahlzow	mahlzow	DE		0	Europe/Berlin	54.061	13.80091				12	00	13075	13075144
2874447	Mahlum	mahlum	DE		0	Europe/Berlin	52.00348	10.16828				06	00	03254	03254008
2874450	Mahlstedt	mahlstedt	DE		0	Europe/Berlin	52.90364	8.49033				06	00	03458	03458015
2874451	Mahlspüren im Tal	mahlspuren-im-tal	DE		0	Europe/Berlin	47.86471	9.09461		Mahlspuren,Mahlspuren im Tal,Mahlspüren,Mahlspüren im Tal		01	083	08335	08335079
2874452	Mahlspüren im Hegau	mahlspuren-im-hegau	DE		0	Europe/Berlin	47.87514	8.97888		Mahlspuren,Mahlspuren im Hegau,Mahlspüren,Mahlspüren im Hegau		01	083	08335	08335079
2874453	Mahlsdorf Süd	mahlsdorf-sud	DE		0	Europe/Berlin	52.49372	13.61271				16	00	11000	11000000
2874455	Mahlsdorf	mahlsdorf	DE		26954	Europe/Berlin	52.50935	13.61373		Berlin-Mahlsdorf		16	00	11000	11000000
2874456	Mahlsdorf	mahlsdorf	DE		0	Europe/Berlin	52.79274	11.23227				14	00	15081	15081455
2874457	Mahlsdorf	mahlsdorf	DE		0	Europe/Berlin	52.11833	12.37652				11	00	12069	12069665
2874458	Mahlsdorf	mahlsdorf	DE		0	Europe/Berlin	51.98427	13.54182				11	00	12061	12061164
2874460	Mahlpfuhl	mahlpfuhl	DE		0	Europe/Berlin	52.43082	11.76984				14	00	15090	15090546
2874462	Mahlitzsch	mahlitzsch	DE		0	Europe/Berlin	51.63667	12.8579		Mahlitzsch		13	00	14730	14730090
2874463	Mahlitzsch	mahlitzsch	DE		0	Europe/Berlin	51.07823	13.37026		Mahlitzsch		13	00	14627	14627180
2874464	Mahlitzsch	mahlitzsch	DE		0	Europe/Berlin	51.08868	13.13999				13	00	14522	14522510
2874466	Mahlitz	mahlitz	DE		0	Europe/Berlin	52.68382	12.14393				14	00	15090	15090485
2874467	Mahlis	mahlis	DE		0	Europe/Berlin	51.26237	12.96923		Mahlis		13	00	14730	14730330
2874469	Mahlgassing	mahlgassing	DE		0	Europe/Berlin	48.4315	12.96368				02	092	09277	09277138
2874471	Mahlerts	mahlerts	DE		0	Europe/Berlin	50.60814	9.93868				05	066	06631	06631013
2874472	Mahlerten	mahlerten	DE		0	Europe/Berlin	52.1509	9.79611				06	00	03254	03254026
2874473	Mahlert	mahlert	DE		0	Europe/Berlin	50.65462	7.62358				08	00	07132	07132109
2874474	Mahlenzien	mahlenzien	DE		0	Europe/Berlin	52.3262	12.44128		Mahlenzien		11	00	12051	12051000
2874478	Mahlendorf	mahlendorf	DE		0	Europe/Berlin	53.22716	13.45324				11	00	12073	12073069
2874479	Mahlendorf	mahlendorf	DE		0	Europe/Berlin	49.81897	6.52803				08	00	07235	07235111
2874480	Mahlen	mahlen	DE		0	Europe/Berlin	52.78748	9.19973				06	00	03256	03256007
2874481	Mahlen	mahlen	DE		0	Europe/Berlin	50.97623	12.22083				14	00	15084	15084590
2874495	Mahitzschen	mahitzschen	DE		0	Europe/Berlin	51.48833	13.07837		Mahitzschen		13	00	14730	14730045
2874500	Mahdel	mahdel	DE		0	Europe/Berlin	51.69825	13.17343				11	00	12062	12062224
2874501	Mahde	mahde	DE		0	Europe/Berlin	54.32243	9.00192		Mahde,Mahde-Wollersum		10	00	01051	01051038
2874502	Mahd	mahd	DE		0	Europe/Berlin	48.6509	13.66649		Mahd,Mahdhausl,Mahdhäusl		02	092	09275	09275126
2874503	Mahd	mahd	DE		0	Europe/Berlin	48.58511	13.28578				02	092	09275	09275154
2874508	Magwitz	magwitz	DE		0	Europe/Berlin	50.42405	12.09311				13	00	14523	14523300
2874512	Magolsheim	magolsheim	DE		0	Europe/Berlin	48.4061	9.59291				01	084	08415	08415053
2874515	Magnetsried	magnetsried	DE		0	Europe/Berlin	47.82492	11.23392				02	091	09190	09190152
2874518	Maging	maging	DE		0	Europe/Berlin	48.79807	13.11986				02	092	09271	09271123
2874519	Maging	maging	DE		0	Europe/Berlin	48.6571	13.01166				02	092	09271	09271141
2874520	Maggmannshofen	maggmannshofen	DE		0	Europe/Berlin	47.78162	10.11661				02	097	09780	09780112
2874521	Maggerhof	maggerhof	DE		0	Europe/Berlin	48.71721	10.72389				02	097	09779	09779131
2874522	Magetsweiler	magetsweiler	DE		0	Europe/Berlin	47.78333	9.41667		Magetsweiler,Magetsweiler Hofe,Magetsweiler Höfe		01	084	08435	08435067
2874524	Magersdorf	magersdorf	DE		0	Europe/Berlin	50.82656	11.64928				15	00	16074	16074104
2874525	Magersdorf	magersdorf	DE		0	Europe/Berlin	48.55428	12.3542				02	092	09274	09274145
2874526	Magernholsen	magernholsen	DE		0	Europe/Berlin	52.28478	8.69115				07	057	05770	05770016
2874528	Mägerkingen	magerkingen	DE		0	Europe/Berlin	48.28933	9.22405				01	084	08415	08415073
2874530	Magenhaus	magenhaus	DE		0	Europe/Berlin	47.92365	9.67538				01	084	08436	08436009
2874532	Magenbuch	magenbuch	DE		0	Europe/Berlin	47.96133	9.32256				01	084	08437	08437086
2874533	Magelsen	magelsen	DE		0	Europe/Berlin	52.87377	9.17159				06	00	03256	03256013
2874535	Magdlos	magdlos	DE		0	Europe/Berlin	50.42618	9.51425				05	066	06631	06631008
2874537	Mägdesprung	maegdesprung	DE		0	Europe/Berlin	51.66959	11.13112		Magdesprung,Megdeshprung,Mägdesprung,Мегдешпрунг		14	00	15085	15085145
2874546	Magdeborn	magdeborn	DE		0	Europe/Berlin	51.2363	12.4349				13	00	14729	14729190
2874550	Magdalenenhöh	magdalenenhoeh	DE		0	Europe/Berlin	53.61033	13.37903				12	00	13071	13071108
2874555	Magdalena Kappel	magdalena-kappel	DE		0	Europe/Berlin	49.80206	10.6303		Magdalena Kappel,Magdalenenkappel		02	094	09471	09471120
2874558	Magassing	magassing	DE		0	Europe/Berlin	48.47902	12.58137				02	092	09277	09277121
2874559	Maestrup	maestrup	DE		0	Europe/Berlin	52.08911	7.64719				07	055	05566	05566012
2874561	Madsow	madsow	DE		0	Europe/Berlin	53.96201	11.65329				12	00	13074	13074056
2874563	Madlow	madlow	DE		0	Europe/Berlin	51.72478	14.33299		Madlow,Modlej,Modłej,Módłej		11	00	12052	12052000
2874568	Mädle	madle	DE		0	Europe/Berlin	48.83995	10.04045				01	081	08136	08136088
2874569	Madlage	madlage	DE		0	Europe/Berlin	52.76769	7.77649				06	00	03453	03453011
2874570	Madl	madl	DE		0	Europe/Berlin	48.60329	12.7633				02	092	09279	09279113
2874573	Madfeld	madfeld	DE		0	Europe/Berlin	51.43103	8.72424				07	059	05958	05958012
2874575	Mäderstal	maderstal	DE		0	Europe/Berlin	48.02913	8.19907				01	083	08326	08326017
2874576	Madersdorf	madersdorf	DE		0	Europe/Berlin	49.24253	12.86509				02	093	09372	09372151
2874578	Mäderhöfe	maderhofe	DE		0	Europe/Berlin	48.84457	9.92967				01	081	08136	08136029
2874582	Maderhalm	maderhalm	DE		0	Europe/Berlin	47.45218	10.26246				02	097	09780	09780121
2874586	Madenhausen	madenhausen	DE		0	Europe/Berlin	50.13642	10.29951				02	096	09678	09678186
2874588	Maden	maden	DE		0	Europe/Berlin	51.16452	9.37494		Maden		05	066	06634	06634007
2874590	Mademühlen	mademuehlen	DE		0	Europe/Berlin	50.62429	8.16402				05	065	06532	06532007
2874591	Madelungen	madelungen	DE		0	Europe/Berlin	51.01706	10.28784		Madelungen		15	00	16056	16056000
2874593	Mädelhofen	madelhofen	DE		0	Europe/Berlin	49.78336	9.76954				02	096	09679	09679205
2874598	Maddau	maddau	DE		0	Europe/Berlin	53.01296	10.96121				06	00	03354	03354024
2874604	Mackenzell	mackenzell	DE		0	Europe/Berlin	50.65898	9.7865				05	066	06631	06631015
2874606	Mackenstein	mackenstein	DE		0	Europe/Berlin	51.22522	6.3241		Mackenstein		07	051	05166	05166032
2874608	Mackenstedt	mackenstedt	DE		0	Europe/Berlin	52.61378	8.53844				06	00	03251	03251019
2874609	Mackensen	mackensen	DE		0	Europe/Berlin	51.82209	9.66376				06	00	03155	03155003
2874616	Mackenheim	mackenheim	DE		0	Europe/Berlin	49.56667	8.8				05	064	06431	06431021
2874617	Mackendorf	mackendorf	DE		0	Europe/Berlin	52.35392	11.02345				06	00	03154	03154001
2874618	Mackenbruch	mackenbruch	DE		0	Europe/Berlin	51.97224	8.69285				07	057	05766	05766056
2874623	Mäckelsdorf	maeckelsdorf	DE		0	Europe/Berlin	51.13218	9.83638				05	066	06636	06636012
2874625	Machtsum	machtsum	DE		0	Europe/Berlin	52.19509	10.0312		Machtzum [a. 1807],Mackssen,Mackßen,Maghtersheim [a. 1149],Maxen		06	00	03254	03254020
2874626	Machtolsheim	machtolsheim	DE		0	Europe/Berlin	48.49431	9.73955				01	084	08425	08425071
2874627	Machtlwies	machtlwies	DE		0	Europe/Berlin	49.21423	11.96527				02	093	09376	09376119
2874629	Machtlos	machtlos	DE		0	Europe/Berlin	50.96832	9.91653				05	066	06632	06632017
2874630	Machtlos	machtlos	DE		0	Europe/Berlin	50.80317	9.48538				05	066	06632	06632004
2874631	Machtlfing	machtlfing	DE		0	Europe/Berlin	47.94797	11.2215				02	091	09188	09188117
2874632	Machtilshausen	machtilshausen	DE		0	Europe/Berlin	50.12333	9.96855				02	096	09672	09672121
2874633	Machtesberg	machtesberg	DE		0	Europe/Berlin	49.34243	12.70158				02	093	09372	09372171
2874634	Machtenstein	machtenstein	DE		0	Europe/Berlin	48.28948	11.31515				02	091	09174	09174143
2874635	Machtenhof	machtenhof	DE		0	Europe/Berlin	49.05119	12.62087				02	092	09278	09278179
2874638	Machham	machham	DE		0	Europe/Berlin	48.50178	13.15928				02	092	09275	09275125
2874641	Macherscheid	macherscheid	DE		0	Europe/Berlin	51.16667	6.78333				07	051	05162	05162024
2874645	Macherbach	macherbach	DE		0	Europe/Berlin	49.42327	6.95662				09	00	10043	10043111
2874646	Machendorf	machendorf	DE		0	Europe/Berlin	48.25019	12.98531				02	092	09277	09277128
2874649	Machelberg	machelberg	DE		0	Europe/Berlin	48.10301	10.99216				02	091	09181	09181145
2874651	Maberzell	maberzell	DE		0	Europe/Berlin	50.56127	9.63329				05	066	06631	06631009
2874652	Mäbendorf	maebendorf	DE		0	Europe/Berlin	50.60403	10.62628				15	00	16054	16054000
2874653	Mäbenberg	mabenberg	DE		0	Europe/Berlin	49.22404	11.00298				02	095	09576	09576121
2874661	Maaslingen	maaslingen	DE		0	Europe/Berlin	52.3898	8.90458		Maaslingen		07	057	05770	05770028
2874670	Maaschwitz	maaschwitz	DE		0	Europe/Berlin	51.16667	12.83333				13	00	14729	14729160
2874674	Maasbüll	maasbuell	DE		744	Europe/Berlin	54.77674	9.52424		Masbil,Masbjull',Masbol,Masbøl,Moosbel,ma si bi er,Масбил,Масбюлль,马斯比尔	01059141	10	00	01059	01059141
2874675	Maasbüll	maasbuell	DE		0	Europe/Berlin	54.75316	8.81682				10	00	01054	01054109
2874676	Maasbruch	maasbruch	DE		0	Europe/Berlin	51.62292	6.29887				07	051	05154	05154032
2874682	Maar	maar	DE		0	Europe/Berlin	50.6617	9.38741				05	065	06535	06535011
2874687	Maad	maad	DE		0	Europe/Berlin	49.05	9.36667				01	081	08125	08125008
2874689	Lynow	lynow	DE		0	Europe/Berlin	52.04769	13.39063				11	00	12072	12072312
2874692	Lyhren	lyhren	DE		0	Europe/Berlin	52.30139	9.31985				06	00	03257	03257002
2874698	Lüxheim	luexheim	DE		0	Europe/Berlin	50.77221	6.63127				07	053	05358	05358060
2874700	Luxenweiler	luxenweiler	DE		0	Europe/Berlin	48.15	9.88333				01	084	08426	08426071
2874703	Lüxem	luexem	DE		0	Europe/Berlin	49.99978	6.90393				08	00	07231	07231134
2874706	Lützschnitz	luetzschnitz	DE		0	Europe/Berlin	51.18054	13.20682				13	00	14522	14522620
2874708	Lützschena	luetzschena	DE		0	Europe/Berlin	51.38329	12.28235				13	00	14713	14713000
2874710	Lützow	luetzow	DE		1626	Europe/Berlin	53.65345	11.17582				12	00	13074	13074050
2874711	Lutzmannsdorf	lutzmannsdorf	DE		0	Europe/Berlin	48.63544	11.922				02	092	09274	09274172
2874713	Lützlow	luetzlow	DE		0	Europe/Berlin	53.24154	14.04405				11	00	12073	12073225
2874714	Lützkendorf	luetzkendorf	DE		0	Europe/Berlin	51.28907	11.84831		Luetzkendorf,Lutzkendorf,Lützkendorf		14	00	15088	15088065
2874717	Lützinghausen	luetzinghausen	DE		0	Europe/Berlin	51.02786	7.50157				07	053	05374	05374012
2874718	Lützingen	luetzingen	DE		0	Europe/Berlin	50.87145	7.64682				07	053	05374	05374044
2874722	Lutzhöft	lutzhoeft	DE		0	Europe/Berlin	54.76287	9.63481				10	00	01059	01059118
2874725	Lützeroda	luetzeroda	DE		0	Europe/Berlin	50.95983	11.55333				15	00	16053	16053000
2874727	Lützerath	luetzerath	DE		0	Europe/Berlin	51.05897	6.42737				07	053	05370	05370004
2874729	Lützensömmern	luetzensoemmern	DE		0	Europe/Berlin	51.18835	10.8962				15	00	16064	16064038
2874730	Lützenreuth	lutzenreuth	DE		0	Europe/Berlin	50.07954	11.69936				02	094	09472	09472139
2874731	Lützenkirchen	luetzenkirchen	DE		0	Europe/Berlin	51.06338	7.05491				07	053	05316	05316000
2874733	Lützenhardt	lutzenhardt	DE		0	Europe/Berlin	48.69385	8.71774				01	082	08235	08235084
2874734	Lützenhardt	lutzenhardt	DE		0	Europe/Berlin	48.48791	8.56351				01	082	08237	08237074
2874738	Lützendorf	luetzendorf	DE		0	Europe/Berlin	51.00165	11.30422				15	00	16055	16055000
2874739	Lützendorf	luetzendorf	DE		0	Europe/Berlin	50.44482	8.36592				05	065	06533	06533018
2874741	Lutzenberg	lutzenberg	DE		0	Europe/Berlin	48.91391	9.54866				01	081	08119	08119004
2874742	Lutzenberg	lutzenberg	DE		0	Europe/Berlin	48.20858	10.57858				02	097	09778	09778134
2874747	Lützen	luetzen	DE		3664	Europe/Berlin	51.25671	12.14164		Licen,Ljutcen,Luetzen,Lützen,lu cen,lwtsn,Лицен,Лютцен,لوتسن,吕岑		14	00	15084	15084315
2874748	Lützelwig	luetzelwig	DE		0	Europe/Berlin	51.00728	9.36789				05	066	06634	06634009
2874752	Lützelsdorf	lutzelsdorf	DE		0	Europe/Berlin	49.75138	11.19799				02	094	09474	09474161
2874754	Lützelsachsen	lutzelsachsen	DE		0	Europe/Berlin	49.52714	8.66648		Lutzelsachsen,Lützelsachsen		01	082	08226	08226096
2874756	Lützeln	luetzeln	DE		0	Europe/Berlin	50.72229	8.10243				07	059	05970	05970008
2874757	Lützellinden	luetzellinden	DE		0	Europe/Berlin	50.53733	8.62247				05	065	06531	06531005
2874759	Lützelhausen	luetzelhausen	DE		0	Europe/Berlin	50.1648	9.17427				05	064	06435	06435018
2874762	Lützelburg	lutzelburg	DE		0	Europe/Berlin	48.4643	10.79417		Lutzelburg,Lützelburg		02	097	09772	09772145
2874763	Lützelbuch	lutzelbuch	DE		0	Europe/Berlin	50.25658	11.0116		Lutzelbuch,Lützelbuch		02	094	09463	09463000
2874768	Lützelbach	luetzelbach	DE		7321	Europe/Berlin	49.74233	8.76687				05	064	06432	06432013
2874769	Lützelalb	lutzelalb	DE		0	Europe/Berlin	48.7	9.9				01	081	08117	08117061
2874771	Lützel	luetzel	DE		0	Europe/Berlin	50.96824	8.17236				07	059	05970	05970020
2874772	Lützel	luetzel	DE		0	Europe/Berlin	50.36966	7.60056				08	00	07111	07111000
2874774	Lutzberg	lutzberg	DE		0	Europe/Berlin	50.96667	10.11667				15	00	16063	16063097
2874776	Lützbach	luetzbach	DE		0	Europe/Berlin	50.18187	7.34452		Lutzbach,Lutzbachmuhle,Lützbach,Lützbachmühle		08	00	07135	07135082
2874779	Lutum	lutum	DE		0	Europe/Berlin	51.98049	7.23564		Lutum		07	055	05558	05558008
2874780	Luttum	luttum	DE		0	Europe/Berlin	52.89592	9.30041		Luttum		06	00	03361	03361005
2874781	Lüttstede	luettstede	DE		0	Europe/Berlin	53.57815	7.49388				06	00	03462	03462011
2874782	Luttrum	luttrum	DE		0	Europe/Berlin	52.1258	10.18364				06	00	03254	03254022
2874783	Lüttringhausen	luettringhausen	DE		0	Europe/Berlin	51.20817	7.23832		Luttringhausen,Lüttringhausen		07	051	05120	05120000
2874784	Luttringhausen	luttringhausen	DE		0	Europe/Berlin	52.32086	9.41717		Luttringhausen (Barsinghausen)		06	00	03241	03241002
2874785	Lüttringen	luettringen	DE		0	Europe/Berlin	51.48489	7.94524		Hlutteringhuson,Hlutteringhūson,Luttringen,Lüttringen		07	059	05974	05974012
2874788	Luttowitz	luttowitz	DE		0	Europe/Berlin	51.24091	14.42342		Lutobc,Lutobč		13	00	14625	14625490
2874790	Lüttow	luettow	DE		413	Europe/Berlin	53.53153	10.89088				12	00	13076	13076092
2874791	Luttolsberg	luttolsberg	DE		0	Europe/Berlin	47.79826	10.08164				01	084	08436	08436055
2874792	Lüttnitz	luettnitz	DE		0	Europe/Berlin	51.21748	13.07014		Luttnitz,Lüttnitz,Niedergoseln-Luttnitz,Niedergoseln-Lüttnitz		13	00	14730	14730200
2874793	Luttmissen	luttmissen	DE		0	Europe/Berlin	53.07278	10.42886				06	00	03360	03360014
2874794	Luttmersen	luttmersen	DE		0	Europe/Berlin	52.57364	9.56394				06	00	03241	03241012
2874795	Lüttkevitz	luettkevitz	DE		0	Europe/Berlin	54.64041	13.31067				12	00	13073	13073101
2874798	Lüttjenkamp	luettjenkamp	DE		0	Europe/Berlin	54.26667	9.3		Lutjenkamp,Luttjenkamp,Lütjenkamp,Lüttjenkamp		10	00	01051	01051088
2874799	Lüttjeloog	luettjeloog	DE		0	Europe/Berlin	53.21667	7.23333				06	00	03457	03457024
2874800	Lüttingen	luettingen	DE		0	Europe/Berlin	51.67435	6.46074				07	051	05170	05170052
2874801	Luttingen	luttingen	DE		0	Europe/Berlin	47.57256	8.09847				01	083	08337	08337066
2874803	Lüttichau	luettichau	DE		0	Europe/Berlin	51.33608	13.81311				13	00	14627	14627290
2874804	Lüttgenziatz	luettgenziatz	DE		0	Europe/Berlin	52.19583	12.01429				14	00	15086	15086140
2874805	Lüttgenrode	luettgenrode	DE		761	Europe/Berlin	51.96728	10.66488		Luttgenrode,Lüttgenrode		14	00	15085	15085230
2874809	Lüttewitz	luettewitz	DE		0	Europe/Berlin	51.16632	13.17724				13	00	14522	14522620
2874810	Lüttewitz	luettewitz	DE		0	Europe/Berlin	51.12542	13.22716				13	00	14522	14522080
2874811	Lütterz	luetterz	DE		0	Europe/Berlin	50.59504	9.59538				05	066	06631	06631011
2874813	Lutterstorf	lutterstorf	DE		0	Europe/Berlin	53.841	11.39035				12	00	13074	13074008
2874815	Lüttershausen	luettershausen	DE		0	Europe/Berlin	50.81472	7.48255				07	053	05382	05382076
2874819	Luttern	luttern	DE		0	Europe/Berlin	52.67012	10.30385				06	00	03351	03351008
2874820	Luttern	luttern	DE		0	Europe/Berlin	52.26661	8.80919				07	057	05770	05770024
2874821	Lutterloh	lutterloh	DE		0	Europe/Berlin	52.82797	10.21231				06	00	03351	03351026
2874823	Lutterhausen	lutterhausen	DE		0	Europe/Berlin	51.66013	9.84675		Lutterhausen		06	00	03155	03155005
2874826	Lutterberg	lutterberg	DE		0	Europe/Berlin	51.37312	9.6145				06	00	03159	03159034
2874829	Lutterbeck	lutterbeck	DE		0	Europe/Berlin	51.72127	9.83679		Lutterbeck		06	00	03155	03155009
2874843	Lütter	luetter	DE		0	Europe/Berlin	50.47777	9.75792				05	066	06631	06631006
2874844	Luttenwang	luttenwang	DE		0	Europe/Berlin	48.19799	11.0907				02	091	09179	09179111
2874847	Luttenried	luttenried	DE		0	Europe/Berlin	47.6887	10.57337				02	097	09777	09777149
2874848	Lüttenmark	luettenmark	DE		0	Europe/Berlin	53.45301	10.77107				12	00	13076	13076055
2874849	Lütten Klein	luetten-klein	DE		0	Europe/Berlin	54.13709	12.0501		LKl		12	00	13003	13003000
2874851	Lüttenhagen	luettenhagen	DE		0	Europe/Berlin	53.33859	13.38591				12	00	13071	13071033
2874852	Lüttenglehn	luettenglehn	DE		0	Europe/Berlin	51.16858	6.60999				07	051	05162	05162020
2874855	Luttenbach	luttenbach	DE		0	Europe/Berlin	47.76874	10.89731				02	091	09190	09190140
2874857	Lutten	lutten	DE		0	Europe/Berlin	52.76258	8.34309				06	00	03460	03460004
2874858	Lüttelforst	luettelforst	DE		0	Europe/Berlin	51.18745	6.26508				07	051	05166	05166024
2874859	Lüttelbracht	luettelbracht	DE		0	Europe/Berlin	51.25867	6.20026				07	051	05166	05166004
2874861	Lütte	luette	DE		0	Europe/Berlin	52.0104	8.97326				07	057	05766	05766044
2874862	Lütte	luette	DE		0	Europe/Berlin	52.19991	12.60689		Lutte,Lütte		11	00	12069	12069020
2874863	Lütt-Dörp	luett-doerp	DE		0	Europe/Berlin	53.89602	9.18481				10	00	01051	01051011
2874865	Lüttchen-Tucheim	luettchen-tucheim	DE		0	Europe/Berlin	52.28333	12.2				14	00	15086	15086040
2874866	Lüttchenseyda	luettchenseyda	DE		0	Europe/Berlin	51.85671	12.89421				14	00	15091	15091145
2874869	Lutstrut	lutstrut	DE		0	Europe/Berlin	48.93189	9.97067				01	081	08136	08136002
2874870	Lutschütz	lutschuetz	DE		0	Europe/Berlin	50.96788	12.34439				15	00	16077	16077008
2874872	Lütschenbach	lutschenbach	DE		0	Europe/Berlin	47.74544	7.7136				01	083	08336	08336104
2874874	Lütringhausen	luetringhausen	DE		0	Europe/Berlin	51.03748	7.87488				07	059	05966	05966024
2874877	Lütow	luetow	DE		358	Europe/Berlin	54.01151	13.87921		Litov,Ljutov,Lutov,Lutow,Lütov,Lütow,lu tuo,Литов,Лютов,吕托		12	00	13075	13075087
2874878	Lütow	luetow	DE		0	Europe/Berlin	52.81667	12.18333		Lutow,Lutow Haus,Lütow,Lütow Haus		14	00	15090	15090225
2874879	Lütnitz	luetnitz	DE		0	Europe/Berlin	52.12148	11.93445				14	00	15086	15086140
2874880	Lütmarsen	luetmarsen	DE		0	Europe/Berlin	51.7845	9.34183				07	057	05762	05762020
2874882	Lütke Uentrop	luetke-uentrop	DE		0	Europe/Berlin	51.70023	7.95376		Luetke Uentrop,Lütke Uentrop		07	059	05974	05974024
2874883	Lütkenwisch	luetkenwisch	DE		0	Europe/Berlin	53.03853	11.5868				11	00	12070	12070236
2874884	Lütkenloh	luetkenloh	DE		0	Europe/Berlin	52.45444	8.57864				07	057	05770	05770040
2874885	Lütkenheide	luetkenheide	DE		0	Europe/Berlin	51.45866	7.86297				07	059	05962	05962040
2874886	Lütkendosse	luetkendosse	DE		0	Europe/Berlin	53.05876	12.50702				11	00	12068	12068468
2874887	Lütkendorf	luetkendorf	DE		0	Europe/Berlin	53.26356	11.99787				11	00	12070	12070325
2874896	Lütkeberge	luetkeberge	DE		0	Europe/Berlin	52.51846	7.70938				06	00	03459	03459017
2874897	Lütke	luetke	DE		0	Europe/Berlin	51.76661	7.62461		Lutke,Lutkebauerschaft,Lütke,Lütkebauerschaft		07	055	05558	05558004
2874898	Lütjewolde	luetjewolde	DE		0	Europe/Berlin	53.15825	7.44984				06	00	03457	03457022
2874906	Lütjenmoor	luetjenmoor	DE		0	Europe/Berlin	54.31667	9.13333				10	00	01051	01051060
2874909	Lütjenhorn	luetjenhorn	DE		0	Europe/Berlin	54.79525	9.08824				10	00	01054	01054001
2874911	Lütjenholm	luetjenholm	DE		331	Europe/Berlin	54.68333	9.01667		Lutjenholm,Lütjenholm	01054080	10	00	01054	01054080
2874913	Lütjenheide	luetjenheide	DE		0	Europe/Berlin	52.97656	11.79537				11	00	12070	12070424
2874914	Lütgenhausen	luetgenhausen	DE		0	Europe/Berlin	51.58678	10.27581		Lutgenhausen,Lutjenhausen,Lütgenhausen,Lütjenhausen		06	00	03159	03159027
2874916	Lütjendorf	luetjendorf	DE		0	Europe/Berlin	54.26667	10.95				10	00	01055	01055014
2874917	Lütjendorf	luetjendorf	DE		0	Europe/Berlin	53.67648	8.5117				06	00	03352	03352061
2874918	Lütjenbüttel	luetjenbuettel	DE		0	Europe/Berlin	54.06667	9.05				10	00	01051	01051027
2874919	Lütjenburg	luetjenburg	DE		5814	Europe/Berlin	54.29188	10.58945		Litjenburg,Ljutenburg,lu te yan bao,lwtynbwrg,lwtynbwrgh,Литјенбург,Лютенбург,لوتينبورغ,لوتینبورگ,吕特延堡		10	00	01057	01057048
2874920	Lütjenburg	luetjenburg	DE		0	Europe/Berlin	53.40417	10.1858				04	00	02000	02000000
2874922	Lütjenbrode	luetjenbrode	DE		0	Europe/Berlin	54.3599	11.03619				10	00	01055	01055017
2874923	Lütjenbornholt	luetjenbornholt	DE		0	Europe/Berlin	54.08673	9.32703				10	00	01058	01058025
2874928	Lüthorst	luethorst	DE		0	Europe/Berlin	51.84704	9.72028				06	00	03155	03155003
2874929	Lüthkeshof	luethkeshof	DE		0	Europe/Berlin	52.94336	13.30839				11	00	12065	12065356
2874933	Luthersborn	luthersborn	DE		0	Europe/Berlin	51.17952	11.0274				15	00	16068	16068058
2874937	Luthe	luthe	DE		0	Europe/Berlin	52.42692	9.47368				06	00	03241	03241021
2874938	Luthäne	luthaene	DE		0	Europe/Berlin	52.55721	11.55468				14	00	15081	15081135
2874941	Lütgenrode	luetgenrode	DE		0	Europe/Berlin	51.63075	9.9119				06	00	03155	03155010
2874942	Lütgenholzen	luetgenholzen	DE		0	Europe/Berlin	52.00565	9.76427				06	00	03254	03254002
2874943	Lütgenholthausen	luetgenholthausen	DE		0	Europe/Berlin	51.46667	7.45				07	059	05913	05913000
2874944	Lütgenhof	luetgenhof	DE		0	Europe/Berlin	53.90124	10.97546				12	00	13074	13074017
2874945	Lütgeneder	luetgeneder	DE		0	Europe/Berlin	51.54121	9.20259				07	057	05762	05762012
2874946	Lütgendortmund	luetgendortmund	DE		0	Europe/Berlin	51.49885	7.34806				07	059	05913	05913000
2874948	Lütgendorf	luetgendorf	DE		0	Europe/Berlin	53.6085	12.52201		Hof-Lutgendorf,Hof-Lütgendorf		12	00	13071	13071078
2874952	Lütgenade	luetgenade	DE		0	Europe/Berlin	51.89629	9.50476				06	00	03255	03255002
2874956	Lütersheim	luetersheim	DE		0	Europe/Berlin	51.37066	9.11573				05	066	06635	06635020
2874957	Lütenthien	luetenthien	DE		0	Europe/Berlin	52.89575	10.86187				06	00	03354	03354022
2874961	Lüstringen	luestringen	DE		0	Europe/Berlin	52.272	8.13679				06	00	03404	03404000
2874962	Lustnau	lustnau	DE		0	Europe/Berlin	48.53021	9.08112		Lustnau		01	084	08416	08416041
2874968	Lustheim	lustheim	DE		0	Europe/Berlin	48.25048	11.58018				02	091	09184	09184135
2874969	Lustheide	lustheide	DE		0	Europe/Berlin	50.94909	7.10925				07	053	05378	05378004
2874971	Lustensbach	lustensbach	DE		0	Europe/Berlin	47.65	9.71667				01	084	08435	08435042
2874973	Lustbronn	lustbronn	DE		0	Europe/Berlin	49.44811	9.72615				01	081	08128	08128007
2874979	Lust	lust	DE		0	Europe/Berlin	52.61094	9.67555				06	00	03358	03358015
2874980	Lust	lust	DE		0	Europe/Berlin	51.89927	11.54045				14	00	15089	15089310
2874982	Lüßvitz	luessvitz	DE		0	Europe/Berlin	54.42352	13.22428				12	00	13073	13073095
2874983	Lüssum	luessum	DE		0	Europe/Berlin	53.19939	8.56592				03	00	04011	04011000
2874984	Lüssow	luessow	DE		943	Europe/Berlin	54.28176	13.03103		Lussow,Lüssow		12	00	13073	13073054
2874985	Lüssow	luessow	DE		0	Europe/Berlin	54.06881	13.17698				12	00	13073	13073089
2874986	Lüssow	luessow	DE		177	Europe/Berlin	53.914	13.49937		Lussow,Lüssow		12	00	13075	13075044
2874987	Lüssow	luessow	DE		997	Europe/Berlin	53.83855	12.14264				12	00	13072	13072069
2874988	Lüßmitz	luessmitz	DE		0	Europe/Berlin	54.48862	13.40734				12	00	13073	13073074
2874993	Lüsse	luesse	DE		0	Europe/Berlin	52.14875	12.65608				11	00	12069	12069020
2874994	Lußberg	lussberg	DE		0	Europe/Berlin	50.0132	10.73776				02	096	09674	09674118
2875003	Lüskow	lueskow	DE		0	Europe/Berlin	53.81815	13.64907				12	00	13075	13075022
2875005	Lüsen	luesen	DE		0	Europe/Berlin	52.9932	11.1213				06	00	03354	03354018
2875014	Luschendorf	luschendorf	DE		0	Europe/Berlin	54.00026	10.72038				10	00	01055	01055035
2875016	Lüsche	luesche	DE		0	Europe/Berlin	52.72568	10.4418				06	00	03151	03151029
2875017	Lüsche	luesche	DE		0	Europe/Berlin	52.7342	8.07763				06	00	03460	03460001
2875018	Lüsberg	luesberg	DE		0	Europe/Berlin	50.95193	7.73035				07	053	05374	05374040
2875019	Lusan	lusan	DE		0	Europe/Berlin	50.84372	12.06517				15	00	16052	16052000
2875023	Lurup	lurup	DE		36053	Europe/Berlin	53.59266	9.87697		Hamburg-Lurup		04	00	02000	02000000
2875028	Lürrip	luerrip	DE		0	Europe/Berlin	51.20473	6.47052				07	051	05116	05116000
2875031	Lürken	luerken	DE		0	Europe/Berlin	50.85	6.23333				07	053	05334	05334012
2875035	Lürbke	luerbke	DE		0	Europe/Berlin	51.42359	7.85885				07	059	05962	05962040
2875036	Lürade	luerade	DE		0	Europe/Berlin	53.41667	9.93333				06	00	03353	03353031
2875037	Lüptitz	lueptitz	DE		0	Europe/Berlin	51.39171	12.76989				13	00	14729	14729245
2875040	Luppertsseifen	luppertsseifen	DE		0	Europe/Berlin	50.04189	6.37073				08	00	07232	07232285
2875041	Lübbertsfehn	luebbertsfehn	DE		0	Europe/Berlin	53.38892	7.50997		Lubbertsfehn,Luppertsfehn,Lübbertsfehn,Lüppertsfehn		06	00	03452	03452012
2875042	Lupperting	lupperting	DE		0	Europe/Berlin	48.10756	12.51608				02	091	09189	09189115
2875043	Luppersricht	luppersricht	DE		0	Europe/Berlin	49.52982	11.78273				02	093	09371	09371126
2875044	Luppenhofen	luppenhofen	DE		0	Europe/Berlin	48.21875	9.61226				01	084	08425	08425090
2875045	Luppedubrau	luppedubrau	DE		0	Europe/Berlin	51.27513	14.38574		Lupjanska Dubrawka,Luppa-Dubrau,Luppedubrau,Łupjanska Dubrawka		13	00	14625	14625490
2875047	Luppath	luppath	DE		0	Europe/Berlin	54.28959	13.25764				12	00	13073	13073065
2875049	Luppa	luppa	DE		0	Europe/Berlin	51.33331	12.95822		Deutschluppa,Luppa		13	00	14730	14730330
2875050	Luppa	luppa	DE		0	Europe/Berlin	51.26648	14.39848		Lupoj,Łupoj		13	00	14625	14625490
2875051	Luplow	luplow	DE		0	Europe/Berlin	53.596	12.98709				12	00	13071	13071127
2875052	Lupitz	lupitz	DE		0	Europe/Berlin	52.58166	11.10477				14	00	15081	15081280
2875061	Lupbühl	lupbuhl	DE		0	Europe/Berlin	48.03463	8.77463				01	083	08327	08327056
2875062	Lünzum	luenzum	DE		0	Europe/Berlin	51.75823	7.14838				07	055	05562	05562016
2875066	Lünzenbrockhof	luenzenbrockhof	DE		0	Europe/Berlin	53.10479	9.72807				06	00	03358	03358019
2875068	Lünzen	luenzen	DE		0	Europe/Berlin	53.11243	9.69206				06	00	03358	03358019
2875070	Lüntorf	luentorf	DE		0	Europe/Berlin	51.98329	9.37288				06	00	03252	03252005
2875071	Lüntenbeck	luentenbeck	DE		0	Europe/Berlin	51.25028	7.08417				07	051	05124	05124000
2875072	Lünten	luenten	DE		0	Europe/Berlin	52.10079	6.8625				07	055	05554	05554068
2875073	Lunstädt	lunstaedt	DE		0	Europe/Berlin	51.26123	11.9109		Lunstadt,Lunstedt,Lunstädt		14	00	15088	15088065
2875075	Lünsfeld	luensfeld	DE		0	Europe/Berlin	52.48333	7.55				06	00	03454	03454012
2875079	Lunow	lunow	DE		0	Europe/Berlin	52.92236	14.11872				11	00	12060	12060149
2875080	Lünow	luenow	DE		0	Europe/Berlin	52.48906	12.66278				11	00	12069	12069541
2875081	Lunkenreuth	lunkenreuth	DE		0	Europe/Berlin	49.63333	11.48333				02	095	09574	09574160
2875083	Lüningshof	lueningshof	DE		0	Europe/Berlin	53.81802	9.6021				10	00	01061	01061044
2875084	Lüningshagen	lueningshagen	DE		0	Europe/Berlin	54.02657	11.87913				12	00	13072	13072093
2875085	Lüningsee	lueningsee	DE		0	Europe/Berlin	53.18399	8.92288				06	00	03356	03356005
2875086	Lüningsdorf	lueningsdorf	DE		0	Europe/Berlin	53.84351	12.40099				12	00	13072	13072062
2875088	Lüninghausen	lueninghausen	DE		0	Europe/Berlin	53.18975	8.93081				06	00	03356	03356005
2875091	Lungstraße	lungstrasse	DE		0	Europe/Berlin	51.06625	7.12097				07	053	05378	05378008
2875093	Lungsdorf	lungsdorf	DE		0	Europe/Berlin	49.60729	11.49933		Lungsdorf		02	095	09574	09574129
2875095	Lungkwitz	lungkwitz	DE		0	Europe/Berlin	50.93381	13.77385		Lungkwitz		13	00	14628	14628220
2875096	Lungham	lungham	DE		0	Europe/Berlin	47.95993	12.23396				02	091	09187	09187139
2875098	Lüngerau	luengerau	DE		0	Europe/Berlin	54.70119	9.22552				10	00	01059	01059179
2875100	Lungenstett	lungenstett	DE		0	Europe/Berlin	48.10505	12.17198				02	091	09183	09183139
2875101	Lungdorf	lungdorf	DE		0	Europe/Berlin	48.86663	13.27217				02	092	09272	09272128
2875104	Lünern	luenern	DE		0	Europe/Berlin	51.54821	7.76211				07	059	05978	05978036
2875107	Lünen	luenen	DE		91009	Europe/Berlin	51.61634	7.52872		Hliunon,Linen,Ljunen,Luenen,Lunen,Lünen,lu nen,lwinen,lwnn,ryunen,Линен,Люнен,لونن,リューネン,吕嫩,뤼넨		07	059	05978	05978024
2875115	Lüneburg	lueneburg	DE		71260	Europe/Berlin	53.2509	10.41409		Glain,Lineburg,Ljuneburg,Luemborg,Lueneburg,Luneberg,Lunebourg,Luneburg,Luneburgo,Luneburgum,Luneburk,Lyneburgu,Lynempournk,Lümborg,Lüneburg,lu ne bao,lu nei bao,lwinebuleukeu,lwnbwrg,lwnbwrgh,lynbwrg,ryuneburuku,Λύνεμπουργκ,Линебург,Люнебург,לינבורג,لونبورغ,لونبورگ,リューネブルク,吕内堡,吕讷堡,뤼네부르크	03355	06	00	03355	03355022
2875120	Lüne	luene	DE		0	Europe/Berlin	53.2579	10.42316		Hliuni,Luene-Moorfeld,Lune,Lüne,Lüne-Moorfeld		06	00	03355	03355022
2875121	Lune	lune	DE		0	Europe/Berlin	51.68333	6.96667				07	055	05562	05562012
2875125	Lundershausen	lundershausen	DE		0	Europe/Berlin	51.26759	11.26675		Lundershausen		15	00	16065	16065088
2875129	Lundenberg	lundenberg	DE		0	Europe/Berlin	54.55	9				10	00	01054	01054043
2875131	Lund	lund	DE		0	Europe/Berlin	54.71667	9.01667				10	00	01054	01054167
2875132	Lund	lund	DE		0	Europe/Berlin	54.65	8.91667		Buttjebull Lund,Lund		10	00	01054	01054014
2875133	Lund	lund	DE		0	Europe/Berlin	54.5	9.05				10	00	01054	01054056
2875136	Lunau	lunau	DE		0	Europe/Berlin	52.46856	11.32987				14	00	15081	15081135
2875143	Lummerschied	lummerschied	DE		0	Europe/Berlin	49.35475	7.00144				09	00	10041	10041513
2875150	Lumda	lumda	DE		0	Europe/Berlin	50.63469	8.9436				05	065	06531	06531006
2875153	Lümbach	luembach	DE		0	Europe/Berlin	51.08072	6.07029				07	053	05370	05370016
2875154	Lülsfeld	luelsfeld	DE		844	Europe/Berlin	49.86814	10.32132			09678153	02	096	09678	09678153
2875155	Lülsdorf	luelsdorf	DE		0	Europe/Berlin	50.83011	7.01274				07	053	05382	05382044
2875157	Lüllingen	luellingen	DE		0	Europe/Berlin	51.537	6.24092				07	051	05154	05154012
2875158	Lulle	lulle	DE		0	Europe/Berlin	52.57693	7.70592				06	00	03459	03459011
2875159	Lüllau	luellau	DE		0	Europe/Berlin	53.28814	9.91453		Luell,Lüll		06	00	03353	03353020
2875162	Luko	luko	DE		0	Europe/Berlin	51.92484	12.32453				14	00	15091	15091060
2875163	Lukka	lukka	DE		0	Europe/Berlin	48.29653	11.21073				02	091	09174	09174135
2875164	Luketsried	luketsried	DE		0	Europe/Berlin	47.71902	11.0713				02	091	09180	09180134
2875170	Lukahammer	lukahammer	DE		0	Europe/Berlin	49.49037	12.4585				02	093	09376	09376151
2875171	Luizhausen	luizhausen	DE		0	Europe/Berlin	48.52132	9.90143				01	084	08425	08425075
2875174	Luitpoldhöhe	luitpoldhohe	DE		0	Europe/Berlin	49.46682	11.82857				02	093	09361	09361000
2875175	Luitpolderhöfe	luitpolderhofe	DE		0	Europe/Berlin	47.68333	11.56667				02	091	09173	09173135
2875178	Luitharz	luitharz	DE		0	Europe/Berlin	47.59147	10.19667				02	097	09780	09780124
2875179	Luit	luit	DE		0	Europe/Berlin	51.39587	6.57195				07	051	05170	05170028
2875320	Lueg	lueg	DE		0	Europe/Berlin	48.74628	13.4163				02	092	09275	09275160
2875186	Luisenhof	luisenhof	DE		0	Europe/Berlin	53.60203	13.39465		Louisenhof		12	00	13071	13071108
2875187	Luisenhof	luisenhof	DE		0	Europe/Berlin	52.7554	13.20758				11	00	12065	12065256
2875188	Luisenhof	luisenhof	DE		0	Europe/Berlin	51.6	12.61667				13	00	14730	14730020
2875189	Luisenhof	luisenhof	DE		0	Europe/Berlin	49.73361	11.70531				02	093	09374	09374129
2875192	Louisenhof	louisenhof	DE		0	Europe/Berlin	52.63478	14.32652		Louisenhof		11	00	12064	12064274
2875195	Luisengrün	luisengruen	DE		0	Europe/Berlin	50.48333	11.46667				15	00	16073	16073046
2875196	Luisenfels	luisenfels	DE		0	Europe/Berlin	48.91022	13.35226				02	092	09272	09272149
2875203	Luisenau	luisenau	DE		0	Europe/Berlin	53.75067	13.7328				12	00	13075	13075029
2875204	Luisenau	luisenau	DE		0	Europe/Berlin	53.04684	13.77128				11	00	12073	12073569
2875205	Luippen	luippen	DE		0	Europe/Berlin	48.36321	10.11274				02	097	09775	09775143
2875208	Luigendorf	luigendorf	DE		0	Europe/Berlin	49.4357	12.26017				02	093	09376	09376133
2875209	Luigendorf	luigendorf	DE		0	Europe/Berlin	49.33883	12.30344				02	093	09376	09376147
2875210	Luidenhofen	luidenhofen	DE		0	Europe/Berlin	48.15723	11.02776				02	091	09179	09179138
2875213	Lühsdorf	luehsdorf	DE		0	Europe/Berlin	52.15644	12.97031				11	00	12069	12069632
2875214	Lührsbockel	luehrsbockel	DE		0	Europe/Berlin	52.9416	9.89594				06	00	03358	03358023
2875215	Lühringsen	luehringsen	DE		0	Europe/Berlin	51.60681	8.11106				07	059	05974	05974040
2875223	Lühnsdorf	luehnsdorf	DE		0	Europe/Berlin	52.08155	12.6427				11	00	12069	12069448
2875225	Lühnhüserdeich	luehnhueserdeich	DE		0	Europe/Berlin	53.72819	9.51439				10	00	01061	01061074
2875227	Lühnenspecken	luehnenspecken	DE		0	Europe/Berlin	53.49536	9.43675				06	00	03359	03359017
2875228	Luhne	luhne	DE		0	Europe/Berlin	53.12618	9.37025				06	00	03357	03357039
2875229	Lühnde	luehnde	DE		0	Europe/Berlin	52.27362	9.9507				06	00	03254	03254003
2875231	Luhmühlen	luhmuehlen	DE		0	Europe/Berlin	53.21955	10.19918				06	00	03353	03353030
2875232	Luhme	luhme	DE		0	Europe/Berlin	53.18474	12.84182				11	00	12068	12068353
2875233	Lühmannsdorf	luehmannsdorf	DE		721	Europe/Berlin	54.00871	13.6356		Luehmannsdorf,Luhmannsdorf,Lühmannsdorf		12	00	13075	13075156
2875236	Luherheide	luherheide	DE		0	Europe/Berlin	52.05154	8.90717				07	057	05766	05766044
2875238	Lühedeich	luehedeich	DE		0	Europe/Berlin	53.56667	9.63333				06	00	03359	03359020
2875244	Lühe	luehe	DE		0	Europe/Berlin	53.56914	9.63932				06	00	03359	03359028
2875245	Lühe	luehe	DE		0	Europe/Berlin	52.15214	11.95071				14	00	15086	15086140
2875247	Luhdorf	luhdorf	DE		0	Europe/Berlin	53.33172	10.20125				06	00	03353	03353040
2875251	Lühburg	luehburg	DE		279	Europe/Berlin	53.98633	12.59608				12	00	13072	13072111
2875258	Lugthoek	lugthoek	DE		0	Europe/Berlin	52.50443	6.99216				06	00	03456	03456014
2875264	Lüglas	luglas	DE		0	Europe/Berlin	49.73828	11.47867		Luglas,Lüglas		02	094	09472	09472175
2875266	Luginsland	luginsland	DE		0	Europe/Berlin	48.79245	9.26006				01	081	08111	08111000
2875271	Luggendorf	luggendorf	DE		0	Europe/Berlin	53.10069	12.07912				11	00	12070	12070125
2875272	Lüggau	lueggau	DE		0	Europe/Berlin	53.09749	11.074				06	00	03354	03354004
2875281	Lüge	luege	DE		0	Europe/Berlin	52.75937	11.34983				14	00	15081	15081030
2875282	Lügde	luegde	DE		11290	Europe/Berlin	51.95828	9.24706		Ligde,Ljugde,Luegde,Lügde,lu ge de,lwghdh,lwjh,ryukude,Лигде,Люгде,لوجه,لوغده,リュクデ,吕格德		07	057	05766	05766052
2875287	Luga	luga	DE		0	Europe/Berlin	51.2459	14.345		Luga,Luh,Łuh		13	00	14625	14625360
2875288	Luga	luga	DE		0	Europe/Berlin	51.11816	13.40256		Luga		13	00	14627	14627080
2875296	Luftkurort Lückendorf	luftkurort-lueckendorf	DE		0	Europe/Berlin	50.82704	14.76631		Luckendorf,Luftkurort Luckendorf,Luftkurort Lückendorf,Lückendorf		13	00	14626	14626430
2875297	Lufthütte	lufthutte	DE		0	Europe/Berlin	47.98995	9.65447				01	084	08426	08426014
2875299	Lüfteneck	lufteneck	DE		0	Europe/Berlin	48.98309	13.27672				02	092	09276	09276121
2875304	Lüftelberg	lueftelberg	DE		0	Europe/Berlin	50.65011	7.00379				07	053	05382	05382032
2875306	Luft	luft	DE		0	Europe/Berlin	47.84601	9.50248				01	084	08436	08436095
2875307	Lufling	lufling	DE		0	Europe/Berlin	49.2108	12.77797				02	093	09372	09372155
2875308	Lüffringhausen	lueffringhausen	DE		0	Europe/Berlin	51.14747	7.23222				07	053	05378	05378032
2875309	Lüffingen	lueffingen	DE		0	Europe/Berlin	52.56855	11.40856				14	00	15081	15081135
2875311	Lüerte	lueerte	DE		0	Europe/Berlin	52.87638	8.40111				06	00	03458	03458014
2875312	Lüerdisserbruch	lueerdisserbruch	DE		0	Europe/Berlin	52.05919	8.9227				07	057	05766	05766044
2875313	Lüerdissen	lueerdissen	DE		0	Europe/Berlin	52.06125	8.93051				07	057	05766	05766044
2875316	Luhenheide	luhenheide	DE		0	Europe/Berlin	52.36228	8.5003		Luenheide,Luhenheide		07	057	05770	05770044
2875318	Luegen	luegen	DE		0	Europe/Berlin	47.9102	9.48514				01	084	08436	08436040
2875319	Lueg	lueg	DE		0	Europe/Berlin	48.83055	13.3111				02	092	09272	09272147
2875323	Ludwigsthal	ludwigsthal	DE		0	Europe/Berlin	53.49088	13.76361				12	00	13075	13075130
2875324	Ludwigsthal	ludwigsthal	DE		0	Europe/Berlin	49.33004	7.22523				09	00	10043	10043114
2875325	Ludwigsthal	ludwigsthal	DE		0	Europe/Berlin	49.14391	7.62811		Glashutte,Glashütte,Ludwigsthal		08	00	07340	07340028
2875326	Ludwigsthal	ludwigsthal	DE		0	Europe/Berlin	49.05801	13.23621				02	092	09276	09276130
2875327	Ludwigsthal	ludwigsthal	DE		100	Europe/Berlin	48.00041	8.83277		Ludwigstal,Ludwigsthal		01	083	08327	08327050
2875334	Ludwigsruhe	ludwigsruhe	DE		0	Europe/Berlin	49.26241	9.89348		Ludwigsruhe		01	081	08127	08127047
2875336	Ludwigsreut	ludwigsreut	DE		0	Europe/Berlin	48.82183	13.76799				02	092	09272	09272122
2875337	Ludwigsmühle	ludwigsmuhle	DE		0	Europe/Berlin	50.16729	12.14977				02	094	09479	09479152
2875338	Ludwigsmoos	ludwigsmoos	DE		0	Europe/Berlin	48.64568	11.19074				02	091	09185	09185163
2875352	Ludwigshütte	ludwigshuette	DE		0	Europe/Berlin	50.92079	8.50642				05	065	06534	06534004
2875354	Ludwigshorst	ludwigshorst	DE		0	Europe/Berlin	53.09652	13.01841				11	00	12065	12065310
2875355	Ludwigshöhe	ludwigshoehe	DE		0	Europe/Berlin	53.79924	13.26746				12	00	13071	13071044
2875356	Ludwigshöhe	ludwigshoehe	DE		0	Europe/Berlin	53.30477	14.07443				11	00	12073	12073458
2875365	Ludwigshof	ludwigshof	DE		0	Europe/Berlin	53.66676	14.22761				12	00	13075	13075001
2875366	Ludwigshof	ludwigshof	DE		0	Europe/Berlin	52.56667	12.31667				11	00	12063	12063252
2875367	Ludwigshof	ludwigshof	DE		0	Europe/Berlin	50.6	11.65				15	00	16075	16075134
2875368	Ludwigshof	ludwigshof	DE		0	Europe/Berlin	49.33333	8.45				08	00	07318	07318000
2875374	Oppau	oppau	DE		0	Europe/Berlin	49.51861	8.39917				08	00	07314	07314000
2875375	Oggersheim	oggersheim	DE		0	Europe/Berlin	49.4925	8.36833		Ludwigshafen am Rhein-Oggersheim,Oggersheim		08	00	07314	07314000
2875377	Ludwigshafen	ludwigshafen	DE		0	Europe/Berlin	47.81663	9.06138		Ludwigschafen,Ludwigshafen,ZOE		01	083	08335	08335098
2875380	Ludwigsfeld	ludwigsfeld	DE		0	Europe/Berlin	48.36697	10.01		Ludwigsfeld		02	097	09775	09775135
2875381	Ludwigsfeld	ludwigsfeld	DE		0	Europe/Berlin	48.2	11.5				02	091	09162	09162000
2875385	Ludwigsdorf	ludwigsdorf	DE		0	Europe/Berlin	53.83964	12.69521				12	00	13072	13072066
2875386	Ludwigsdorf	ludwigsdorf	DE		0	Europe/Berlin	53.41252	7.45798				06	00	03452	03452012
2875387	Ludwigsdorf	ludwigsdorf	DE		0	Europe/Berlin	49.51055	8.84907				05	064	06431	06431021
2875396	Ludwigsbrunn	ludwigsbrunn	DE		0	Europe/Berlin	50.28992	12.1054				02	094	09475	09475162
2875397	Ludwigsberg	ludwigsberg	DE		0	Europe/Berlin	48.06667	10.63333		Ludwigberg,Ludwigsberg		02	097	09778	09778203
2875399	Ludwigsaue	ludwigsaue	DE		0	Europe/Berlin	52.8456	12.99923				11	00	12065	12065165
2875404	Ludwag	ludwag	DE		0	Europe/Berlin	49.95045	11.08744				02	094	09471	09471185
2875406	Lüdorf	luedorf	DE		0	Europe/Berlin	51.16922	7.2779				07	051	05120	05120000
2875407	Lüdorf	luedorf	DE		0	Europe/Berlin	51.08635	7.18139				07	053	05378	05378032
2875408	Ludolfshausen	ludolfshausen	DE		0	Europe/Berlin	51.42512	9.98152				06	00	03159	03159013
2875409	Ludmannsdorf	ludmannsdorf	DE		0	Europe/Berlin	48.69352	11.90017				02	092	09274	09274172
2875410	Ludlage	ludlage	DE		0	Europe/Berlin	52.79478	7.94726				06	00	03453	03453009
2875412	Luditsweiler	luditsweiler	DE		0	Europe/Berlin	47.97212	9.54239		Luditsweiler,Luditzweiler		01	084	08437	08437100
2875414	Lüdingworth Osterende	luedingworth-osterende	DE		0	Europe/Berlin	53.78333	8.8				06	00	03352	03352041
2875415	Lüdingworth	luedingworth	DE		0	Europe/Berlin	53.79912	8.76002				06	00	03352	03352011
2875416	Lüdingheim	luedingheim	DE		0	Europe/Berlin	51.22319	8.171				07	059	05958	05958016
2875417	Lüdinghausen	luedinghausen	DE		24094	Europe/Berlin	51.7683	7.44379		Lidingkhauzen,Ljudinggauzen,Ljudingkhauzen,Ludinghausen,Luedinghausen,Luenkhusen,Lüdinghausen,Lünkhusen,lu ding hao sen,lwdynghhawzn,Лидингхаузен,Людингхаузен,Людінггаузен,لودينغهاوزن,لودینگ‌هاوزن,吕丁豪森		07	055	05558	05558024
2875418	Lüdingen	luedingen	DE		0	Europe/Berlin	53.01171	9.47027				06	00	03357	03357051
2875421	Lüdershof	luedershof	DE		0	Europe/Berlin	53.57723	13.02441				12	00	13071	13071102
2875423	Ludersheim	ludersheim	DE		0	Europe/Berlin	49.39209	11.32227				02	095	09574	09574112
2875424	Lüdershausen	luedershausen	DE		0	Europe/Berlin	53.35168	10.4507				06	00	03355	03355011
2875425	Lüdershagen	luedershagen	DE		0	Europe/Berlin	54.30413	12.60857				12	00	13073	13073053
2875426	Lüdershagen	luedershagen	DE		581	Europe/Berlin	53.71926	12.26315				12	00	13072	13072048
2875428	Lüdersen	luedersen	DE		0	Europe/Berlin	52.25481	9.67003				06	00	03241	03241017
2875430	Lüdersdorf	luedersdorf	DE		4764	Europe/Berlin	53.86835	11.74902				12	00	13074	13074046
2875431	Lüdersdorf	luedersdorf	DE		0	Europe/Berlin	53.83165	10.81312		Lidersdorf,Ljudersdorf,lu de er si duo fu,Лидерсдорф,Людерсдорф,吕德尔斯多夫		12	00	13074	13074049
2875432	Lüdersdorf	luedersdorf	DE		0	Europe/Berlin	52.93291	14.074				11	00	12060	12060185
2875433	Lüdersdorf	luedersdorf	DE		0	Europe/Berlin	52.69783	14.08338				11	00	12064	12064512
2875434	Lüdersdorf	luedersdorf	DE		0	Europe/Berlin	52.18577	13.28993				11	00	12072	12072426
2875435	Lüdersdorf	luedersdorf	DE		0	Europe/Berlin	50.95902	9.76213				05	066	06632	06632003
2875437	Lüdersbüttel	luedersbuettel	DE		0	Europe/Berlin	54.22464	9.35942				10	00	01051	01051019
2875439	Lüderode	luederode	DE		0	Europe/Berlin	52.03222	10.47031				06	00	03153	03153008
2875440	Lüderode	luederode	DE		0	Europe/Berlin	51.53333	10.43333				15	00	16061	16061117
2875443	Lüdermünd	luedermuend	DE		0	Europe/Berlin	50.60778	9.61942				05	066	06631	06631009
2875445	Lüderitz	luederitz	DE		1194	Europe/Berlin	52.50912	11.74301				14	00	15090	15090546
2875447	Lüderich	luederich	DE		0	Europe/Berlin	50.91948	7.22184				07	053	05378	05378028
2875452	Lüderbach	luederbach	DE		0	Europe/Berlin	51.07356	10.13198				05	066	06636	06636010
2875453	Luderbach	luderbach	DE		0	Europe/Berlin	48.42391	13.10971				02	092	09277	09277112
2875457	Lüdenscheid	luedenscheid	DE		79386	Europe/Berlin	51.21977	7.6273		Leudenscheid,Lidenshajd,Liudolvescetha,Ljudenshajd,Ludenscheid,Luedenscheid,Luensche,Lüdenscheid,Lünsche,lu deng sha yi de,lwdnshayd,Лиденшајд,Люденшайд,لودنشايد,لودن‌شاید,吕登沙伊德	05962	07	059	05962	05962032
2875459	Lüdenhausen	luedenhausen	DE		0	Europe/Berlin	52.08394	9.01016				07	057	05766	05766036
2875460	Ludenhausen	ludenhausen	DE		0	Europe/Berlin	47.93435	10.96298				02	091	09181	09181135
2875461	Lüdendorf	luedendorf	DE		0	Europe/Berlin	52.03892	12.86685				11	00	12069	12069632
2875462	Ludendorf	ludendorf	DE		0	Europe/Berlin	50.66511	6.89326		Ludendorf,Ludendorff		07	053	05382	05382064
2875464	Lüdelsen	luedelsen	DE		286	Europe/Berlin	52.68579	10.94078		Ludelsen,Lüdelsen		14	00	15081	15081225
2875467	Lückstedt	lueckstedt	DE		603	Europe/Berlin	52.82101	11.58859		Luckstedt,Lückstedt		14	00	15090	15090007
2875468	Lucksfleiß	lucksfleiss	DE		0	Europe/Berlin	52.28009	12.54415				11	00	12069	12069216
2875472	Luckowehna	luckowehna	DE		0	Europe/Berlin	51.50778	12.44923		Brinnis-Luckowehna,Luckowehna		13	00	14730	14730280
2875477	Lucklum	lucklum	DE		0	Europe/Berlin	52.20517	10.68942		Lucklum		06	00	03158	03158012
2875479	Lückhausen	lueckhausen	DE		0	Europe/Berlin	52.02615	8.8149				07	057	05766	05766040
2875480	Lückert	lueckert	DE		0	Europe/Berlin	50.72385	7.39981				07	053	05382	05382020
2875481	Lückersdorf	lueckersdorf	DE		0	Europe/Berlin	51.26528	14.06694				13	00	14625	14625250
2875482	Lückerath	lueckerath	DE		0	Europe/Berlin	50.96751	7.14764				07	053	05378	05378004
2875483	Lückerath	lueckerath	DE		0	Europe/Berlin	50.5835	6.5847				07	053	05366	05366028
2875485	Lückenrieth	luckenrieth	DE		0	Europe/Berlin	49.58999	12.24505				02	093	09374	09374132
2875486	Luckenpaint	luckenpaint	DE		0	Europe/Berlin	48.8951	12.13643		Luckenpaint		02	093	09375	09375205
2875488	Lückenmühle	lueckenmuehle	DE		0	Europe/Berlin	50.53577	11.61907				15	00	16075	16075134
2875494	Lückenburg	lueckenburg	DE		97	Europe/Berlin	49.73333	6.96667			07231078	08	00	07231	07231078
2875498	Lückenbach	lueckenbach	DE		0	Europe/Berlin	50.42492	6.91349				08	00	07131	07131501
2875505	Luckauer Vorstadt	luckauer-vorstadt	DE		0	Europe/Berlin	51.7	13.65				11	00	12062	12062469
2875511	Luckaitz	luckaitz	DE		0	Europe/Berlin	51.67569	13.98567				11	00	12066	12066202
2875515	Lucienhof	lucienhof	DE		0	Europe/Berlin	53.7978	13.79032				12	00	13075	13075020
2875521	Lüchtringen	luechtringen	DE		0	Europe/Berlin	51.79136	9.42878				07	057	05762	05762020
2875523	Lüchtenborg	luechtenborg	DE		0	Europe/Berlin	53.17644	7.31772				06	00	03457	03457021
2875524	Luchtenberg	luchtenberg	DE		0	Europe/Berlin	51.08194	6.16001				07	053	05370	05370036
2875526	Auf der Lüchten	auf-der-luechten	DE		0	Europe/Berlin	52.32531	8.86534		Auf der Luchten,Auf der Lüchten,Luchten,Lüchten		07	057	05770	05770024
2875532	Luchsiedlung	luchsiedlung	DE		0	Europe/Berlin	52.69667	12.67908				11	00	12063	12063142
2875540	Lüchow	luechow	DE		0	Europe/Berlin	53.90295	12.69779				12	00	13072	13072004
2875542	Lüchow	luechow	DE		9678	Europe/Berlin	52.96811	11.15397		Lgauchi,Lieuschue,Lieuschü,Likhov,Ljauchuew,Ljauchüw,Ljukhov,Luchow,Luechow,Lüchow,lu xiao,lwshw,Лихов,Люхов,لوشو,呂肖	03354	06	00	03354	03354018
2875547	Lüchfeld	luechfeld	DE		0	Europe/Berlin	52.87262	12.68226				11	00	12068	12068426
2875548	Luchert	luchert	DE		0	Europe/Berlin	50.59392	7.51551				08	00	07132	07132055
2875549	Lucherberg	lucherberg	DE		0	Europe/Berlin	50.84534	6.3689		Lucherberg		07	053	05358	05358020
2875550	Luchem	luchem	DE		0	Europe/Berlin	50.83222	6.36905				07	053	05358	05358032
2875553	Luchau	luchau	DE		0	Europe/Berlin	50.86655	13.73839		Luchau		13	00	14628	14628130
2875555	Lübzow	luebzow	DE		0	Europe/Berlin	53.10613	11.90209				11	00	12070	12070296
2875556	Lübzin	luebzin	DE		0	Europe/Berlin	53.7455	11.92903				12	00	13072	13072114
2875558	Lübz	luebz	DE		6355	Europe/Berlin	53.46261	12.02917		Libc,Libca,Ljubc,Luebz,Lübz,lu bu ci,lwbts,Либц,Любц,لوبتس,吕布茨		12	00	13076	13076089
2875559	Lübtheen	luebtheen	DE		3858	Europe/Berlin	53.30118	11.08368		Libten,Libtena,Libtēna,Ljubten,Lubtheen,Lübtheen,lu bu teng,lwbtyn,Либтен,Любтен,لوبتين,لوبتین,吕布滕		12	00	13076	13076088
2875561	Lübstorf	luebstorf	DE		1570	Europe/Berlin	53.72561	11.41471		Luebstorf,Lübstorf		12	00	13074	13074048
2875563	Lübseerhagen	luebseerhagen	DE		0	Europe/Berlin	53.8401	11.01123				12	00	13074	13074052
2875564	Lübsee	luebsee	DE		0	Europe/Berlin	53.83383	11.02601				12	00	13074	13074052
2875565	Lübsee	luebsee	DE		0	Europe/Berlin	53.73236	12.36835				12	00	13072	13072063
2875566	Lübschütz	lubschutz	DE		0	Europe/Berlin	51.63333	12.66667				14			
2875568	Lübscher Kamp	luebscher-kamp	DE		0	Europe/Berlin	53.90447	9.48245				10	00	01061	01061046
2875569	Lübscher Brunnen	luebscher-brunnen	DE		0	Europe/Berlin	53.93254	9.54292				10	00	01061	01061046
2875571	Lübs	luebs	DE		432	Europe/Berlin	53.72608	13.88194		Lubs,Luebs,Lübs		12	00	13075	13075084
2875572	Lübs	luebs	DE		412	Europe/Berlin	52.02091	11.93921		Lubs,Lübs		14	00	15086	15086055
2875573	Lübrassen	luebrassen	DE		0	Europe/Berlin	52.03333	8.61667				07	057	05711	05711000
2875577	Lübow	luebow	DE		1418	Europe/Berlin	53.85256	11.5244		Lubow,Luebow,Lübow		12	00	13074	13074047
2875580	Lubochow	lubochow	DE		0	Europe/Berlin	51.61953	14.10357		Lubochow		11	00	12066	12066226
2875582	Lübnitz	luebnitz	DE		0	Europe/Berlin	52.15734	12.53021				11	00	12069	12069020
2875583	Lübnitz	lubnitz	DE		0	Europe/Berlin	50.10967	11.73935				02	094	09472	09472139
2875586	Lüblow	lueblow	DE		684	Europe/Berlin	53.41554	11.451				12	00	13076	13076087
2875589	Lubkow	lubkow	DE		0	Europe/Berlin	54.41963	13.54479				12	00	13073	13073010
2875590	Lübkow	luebkow	DE		0	Europe/Berlin	53.49168	13.11907				12	00	13071	13071115
2875591	Lubitz	lubitz	DE		0	Europe/Berlin	54.51667	13.53333				12	00	13073	13073078
2875594	Lübesse	luebesse	DE		789	Europe/Berlin	53.48876	11.46132		Luebesse,Lübesse		12	00	13076	13076086
2875595	Lüben	lueben	DE		0	Europe/Berlin	53.15521	10.85578				06	00	03355	03355025
2875596	Lüben	lueben	DE		0	Europe/Berlin	52.7726	10.74471				06	00	03151	03151040
2875599	Lübeln	luebeln	DE		0	Europe/Berlin	52.97702	11.09479				06	00	03354	03354013
2875601	Lübeck	luebeck	DE		212207	Europe/Berlin	53.86893	10.68729		Libek,Libeka,Limpek,Liubekas,Ljubek,Lubeca,Lubecca,Lubeck,Lubeck Hansestadt,Lubeka,Lubeko,Lubëcca,Luebeca,Luebeck,Lybeku,Lyypekki,Lübeca,Lübeck,Lübeck Hansestadt,Lībeka,lu bei ke,lux bekh,lwbk,lwbyk,lwibekeu,lybq,lyubeka,ryubekku,Λίμπεκ,Либек,Любек,ליבק,لوبك,لوبيك,لوبک,ल्युबेक,ลือเบค,ლიუბეკი,リューベック,吕贝克,뤼베크	01003	10	00	01003	01003000
2875602	Lübbrechtsen	luebbrechtsen	DE		0	Europe/Berlin	52.03354	9.72831		Luebbrechtsen,Lübbrechtsen		06	00	03254	03254041
2875604	Lübbinchen	luebbinchen	DE		0	Europe/Berlin	51.9691	14.57033				11	00	12071	12071337
2875606	Lübberstorf	luebberstorf	DE		287	Europe/Berlin	53.85705	11.73169				12	00	13074	13074046
2875609	Lübberstedt	luebberstedt	DE		0	Europe/Berlin	53.19653	10.09957				06	00	03353	03353013
2875610	Lübbersdorf	luebbersdorf	DE		0	Europe/Berlin	53.64662	13.60439				12	00	13071	13071037
2875611	Lübbersdorf	luebbersdorf	DE		0	Europe/Berlin	54.28051	10.86539				10	00	01055	01055033
2875613	Lübberitz	luebberitz	DE		0	Europe/Berlin	52.35092	11.41892				14	00	15083	15083270
2875614	Lübberberg	luebberberg	DE		0	Europe/Berlin	52.28946	8.73111				07	057	05770	05770012
2875615	Lübbenow	luebbenow	DE		0	Europe/Berlin	53.45085	13.80508				11	00	12073	12073579
2875619	Lübbendorf	luebbendorf	DE		0	Europe/Berlin	53.32005	11.15295				12	00	13076	13076088
2875623	Lubnjow	lubnjow	DE		17461	Europe/Berlin	51.86217	13.95168		Libenau,Ljubbenau,Lubbenau,Lubbenau/Spreewald,Lubnjow,Lubnjow/Blota,Lubnjow/Błota,Luebbenau,Luebbenau/Lubnjow,Luebbenau/Spreewald,Lyubenau,Lübbenau,Lübbenau/Lubnjow,Lübbenau/Spreewald,lu bei nao,lwbnaw,lwbynaw,Либенау,Люббенау,Լյուբենաու,لوبناو,لوبيناو,吕贝瑙		11	00	12066	12066196
2875625	Lubin	lubin	DE		14713	Europe/Berlin	51.93814	13.88826		Liben,Libene,Ljubben,Lubben,Lubben (Spreewald),Lubin,Lubin (Blota),Lubin (Błota),Luebben,Lyuben,Lübben,Lübben (Spreewald),lwbn,lwiben,Либен,Люббен,Լյուբեն,لوبن,뤼벤	12061	11	00	12061	12061316
2875626	Lübbecke	luebbecke	DE		26310	Europe/Berlin	52.30699	8.61423		Hlidbeki,Libeke,Ljubbekke,Lubbecke,Luebbecke,Lübbecke,lwbkh,lwbykh,ryubekke,Либеке,Люббекке,لوبيكه,لوبکه,リュベッケ		07	057	05770	05770020
2875627	Lübbe	luebbe	DE		0	Europe/Berlin	52.29258	8.72922				07	057	05770	05770012
2875628	Lübbars	luebbars	DE		0	Europe/Berlin	52.77563	11.41266				14	00	15081	15081030
2875629	Lübau	luebau	DE		0	Europe/Berlin	50.95361	13.61963				13	00	14628	14628300
2875630	Lubast	lubast	DE		0	Europe/Berlin	51.74683	12.62874				14	00	15091	15091160
2875632	Lübars	luebars	DE		0	Europe/Berlin	52.64424	12.04183				14	00	15090	15090310
2875633	Lübars	luebars	DE		0	Europe/Berlin	52.16832	12.12385		Grosslubars,Großlübars,Lubars,Lübars		14	00	15086	15086140
2875634	Lubachau	lubachau	DE		0	Europe/Berlin	51.21398	14.41372		Lubochow		13	00	14625	14625020
2875636	Loyermoor	loyermoor	DE		0	Europe/Berlin	53.24213	8.29114				06	00	03461	03461008
2875637	Loyerberg	loyerberg	DE		0	Europe/Berlin	53.23199	8.26367				06	00	03451	03451005
2875642	Loy	loy	DE		0	Europe/Berlin	53.23137	8.2606				06	00	03451	03451005
2875643	Loxten	loxten	DE		0	Europe/Berlin	52.59991	7.86936				06	00	03459	03459028
2875644	Loxten	loxten	DE		0	Europe/Berlin	52.06214	8.16029		Loxten		07	057	05754	05754048
2875646	Loxhub	loxhub	DE		0	Europe/Berlin	47.71663	10.75858				02	091	09190	09190114
2875649	Löwitz	loewitz	DE		188	Europe/Berlin	53.79235	11.01284				12	00	13074	13074065
2875650	Löwitz	loewitz	DE		289	Europe/Berlin	53.71669	13.72495		Lowitz,Löwitz		12	00	13075	13075029
2875651	Lowick	lowick	DE		0	Europe/Berlin	51.84329	6.59715		Lowick		07	055	05554	05554008
2875654	Löwental	lowental	DE		0	Europe/Berlin	47.66226	9.49392		Lowental,Lowenthal,Löwental,Löwenthal		01	084	08435	08435016
2875656	Löwenstein	loewenstein	DE		3070	Europe/Berlin	49.09558	9.38		L'ovenshhajn,Levenshtajn,Ljovenshtajn,Loewenstein,Lowenstein,Löwenstein,lei wen si tai yin,lwfnshtayn,lwwnstyyn,revu~enshutain,Левенштайн,Левенштајн,Льовенщайн,Лёвенштайн,לוונשטיין,لوفنشتاين,لوون‌اشتاین,レーヴェンシュタイン,勒文斯泰因		01	081	08125	08125059
2875659	Löwenstedt	loewenstedt	DE		657	Europe/Berlin	54.62163	9.17264		Joeoemst,Jöömst,Levenshtet,Ljovenshtedt,Loewenstedt,Lovensted,Lowenstedt,Löwenstedt,Løvensted,lei wen si te,Левенштет,Лёвенштедт,勒文斯特	01054079	10	00	01054	01054079
2875660	Löwensen	loewensen	DE		0	Europe/Berlin	51.98446	9.28825				06	00	03252	03252003
2875666	Löwenhain	loewenhain	DE		0	Europe/Berlin	50.761	13.81325				13	00	14628	14628010
2875667	Löwenhagen	loewenhagen	DE		0	Europe/Berlin	51.52059	9.70598				06	00	03159	03159024
2875671	Löwendorf	loewendorf	DE		0	Europe/Berlin	51.84331	9.27881				07	057	05762	05762024
2875672	Löwendorf	loewendorf	DE		0	Europe/Berlin	52.21949	13.20153				11	00	12072	12072426
2875673	Löwendorf	lowendorf	DE		0	Europe/Berlin	49.31266	12.61149				02	093	09372	09372146
2875676	Löwenbruch	loewenbruch	DE		0	Europe/Berlin	52.29391	13.31449				11	00	12072	12072240
2875680	Löwenberg	loewenberg	DE		0	Europe/Berlin	52.89756	13.15441				11	00	12065	12065198
2875688	Löwen	loewen	DE		0	Europe/Berlin	51.57912	9.10041				07	057	05762	05762040
2875693	Loverich	loverich	DE		0	Europe/Berlin	50.92933	6.18994				07	053	05334	05334008
2875694	Lövenich	loevenich	DE		0	Europe/Berlin	51.03308	6.31662				07	053	05370	05370004
2875695	Lövenich	lovenich	DE		0	Europe/Berlin	50.94796	6.8251				07	053	05315	05315000
2875696	Lövenich	loevenich	DE		0	Europe/Berlin	50.67242	6.67011				07	053	05366	05366044
2875698	Lövelingloh	loevelingloh	DE		0	Europe/Berlin	51.90502	7.59712				07	055	05515	05515000
2875699	Löveling	loeveling	DE		0	Europe/Berlin	51.16842	6.6596				07	051	05162	05162024
2875700	Lousberg	lousberg	DE		0	Europe/Berlin	51.20107	6.23696				07	051	05166	05166024
2875703	Louisfelde	louisfelde	DE		0	Europe/Berlin	53.49226	13.80698				12	00	13075	13075130
2875708	Louisenruh	louisenruh	DE		0	Europe/Berlin	48.40903	10.7775				02	097	09772	09772117
2875713	Louisenhof	louisenhof	DE		0	Europe/Berlin	53.69546	13.88826				12	00	13075	13075033
2875714	Louisenhof	louisenhof	DE		0	Europe/Berlin	53.66412	12.16856				12	00	13072	13072084
2875717	Louisenhof	louisenhof	DE		0	Europe/Berlin	53.49279	10.53559		Luisenhof,Siedlung Louisenhof		10	00	01053	01053092
2875718	Luisenhof	luisenhof	DE		0	Europe/Berlin	53.00115	13.90165				11	00	12073	12073008
2875721	Louisendorf	louisendorf	DE		0	Europe/Berlin	51.09778	8.8767				05	066	06635	06635010
2875722	Louisendorf	louisendorf	DE		0	Europe/Berlin	51.72936	6.231		Louisendorf		07	051	05154	05154004
2875723	Louisenburg	louisenburg	DE		0	Europe/Berlin	51.37686	6.25198		Louisenburg		07	051	05154	05154052
2875724	Louisenberg	louisenberg	DE		0	Europe/Berlin	54.47663	9.86493				10	00	01058	01058043
2875727	Louisenau	louisenau	DE		0	Europe/Berlin	49.24719	10.98367				02	095	09576	09576111
2875728	Lötzschen	loetzschen	DE		0	Europe/Berlin	51.27969	13.74304				13	00	14627	14627290
2875732	Lotzen	lotzen	DE		0	Europe/Berlin	51.06878	13.48662				13	00	14627	14627100
2875733	Lotzemer	lotzemer	DE		0	Europe/Berlin	51.22561	6.2526				07	051	05166	05166024
2875736	Lotzbach	lotzbach	DE		0	Europe/Berlin	48.315	11.49226				02	091	09174	09174122
2875741	Löttringhausen	loettringhausen	DE		0	Europe/Berlin	51.45497	7.44354				07	059	05913	05913000
2875743	Löttmaringhausen	loettmaringhausen	DE		0	Europe/Berlin	51.33231	8.29636				07	059	05958	05958032
2875749	Lotterhof	lotterhof	DE		0	Europe/Berlin	49.13715	10.39402				02	095	09571	09571145
2875756	Lottengrün	lottengruen	DE		0	Europe/Berlin	50.44552	12.23906				13	00	14523	14523420
2875757	Lotten	lotten	DE		0	Europe/Berlin	52.63353	7.48663				06	00	03454	03454019
2875764	Lotschen	lotschen	DE		0	Europe/Berlin	50.88668	11.72118				15	00	16074	16074081
2875765	Lotschen	lotschen	DE		0	Europe/Berlin	50.84009	11.40226				15	00	16071	16071008
2875766	Lotsche	lotsche	DE		0	Europe/Berlin	52.592	11.57132				14	00	15081	15081135
2875768	Lötsch	loetsch	DE		0	Europe/Berlin	51.28759	6.25944				07	051	05166	05166016
2875770	Lothramühle	lothramuehle	DE		0	Europe/Berlin	50.59151	11.51991				15	00	16073	16073107
2875773	Lothra	lothra	DE		0	Europe/Berlin	50.56832	11.55844				15	00	16073	16073107
2875774	Lothe	lothe	DE		0	Europe/Berlin	51.87909	9.14912				07	057	05766	05766060
2875776	Löthain	loethain	DE		0	Europe/Berlin	51.14207	13.41058				13	00	14627	14627080
2875777	Lotenberg	lotenberg	DE		0	Europe/Berlin	48.64051	9.66123				01	081	08117	08117020
2875779	Löstrup	loestrup	DE		0	Europe/Berlin	54.73333	9.68333				10	00	01059	01059161
2875781	Losten	losten	DE		0	Europe/Berlin	53.79538	11.47384				12	00	13074	13074002
2875782	Lösten	loesten	DE		0	Europe/Berlin	51.12848	13.32787				13	00	14627	14627180
2875783	Lösten	losten	DE		0	Europe/Berlin	50.14999	11.78193				02	094	09475	09475189
2875786	Loßwig	losswig	DE		0	Europe/Berlin	51.53301	13.01829		Losswig,Loßwig		13	00	14730	14730310
2875791	Lossow	lossow	DE		0	Europe/Berlin	52.28818	14.55023		Lossow		11	00	12053	12053000
2875792	Lößnitztal	loessnitztal	DE		0	Europe/Berlin	50.8456	13.02776				13	00	14511	14511000
2875797	Lößnitz	loessnitz	DE		0	Europe/Berlin	50.92734	13.32256				13	00	14522	14522180
2875799	Lößnitz	loessnitz	DE		10433	Europe/Berlin	50.62181	12.73147		Loessnitz,Lossnitz,Lößnitz		13	00	14521	14521370
2875800	Lößnig	loessnig	DE		0	Europe/Berlin	51.39213	13.22685				13	00	14627	14627270
2875801	Lößnig	loessnig	DE		0	Europe/Berlin	51.2994	12.39559				13	00	14713	14713000
2875802	Lößlberg	losslberg	DE		0	Europe/Berlin	49.69787	12.45511				02	093	09374	09374123
2875805	Lossing	lossing	DE		0	Europe/Berlin	48.31322	12.56511				02	091	09183	09183131
2875806	Lössewitz	loessewitz	DE		0	Europe/Berlin	52.40954	11.32931				14	00	15083	15083125
2875807	Lössen	loessen	DE		0	Europe/Berlin	51.44918	12.34423				13	00	14730	14730270
2875808	Lössen	loessen	DE		0	Europe/Berlin	51.3725	12.03977				14	00	15088	15088330
2875809	Lossen	lossen	DE		0	Europe/Berlin	51.15696	13.26627				13	00	14627	14627180
2875810	Lossen	lossen	DE		0	Europe/Berlin	50.98157	12.38063		Gohren-Lossen,Göhren-Lossen,Lossen		15	00	16077	16077008
2875812	Lössel	loessel	DE		0	Europe/Berlin	51.35067	7.65711				07	059	05962	05962024
2875816	Loßbruch	lossbruch	DE		0	Europe/Berlin	51.98393	8.88639				07	057	05766	05766020
2875817	Lössau	loessau	DE		0	Europe/Berlin	50.58783	11.88422				15	00	16075	16075098
2875824	Lösnich	loesnich	DE		429	Europe/Berlin	49.97455	7.04316		Lesnikh,Ljosnikh,Loesnich,Lösnich,lei si ni xi,Лесних,Лёсних,勒斯尼希	07231076	08	00	07231	07231076
2875826	Loskamp	loskamp	DE		0	Europe/Berlin	51.4	6.86667				07	051	05117	05117000
2875827	Lositz	lositz	DE		0	Europe/Berlin	50.58897	11.34266				15	00	16073	16073077
2875830	Losheim	losheim	DE		0	Europe/Berlin	50.36003	6.37396		Losheim		07	053	05366	05366020
2875831	Losheim	losheim	DE		16660	Europe/Berlin	49.5099	6.74549		Losheim,Losheim am See		09	00	10042	10042112
2875832	Loshausen	loshausen	DE		0	Europe/Berlin	50.88491	9.25057		Loshausen,Losshausen		05	066	06634	06634026
2875835	Losentitz	losentitz	DE		0	Europe/Berlin	54.24838	13.34032				12	00	13073	13073027
2875837	Losenried	losenried	DE		0	Europe/Berlin	49.21052	12.39324				02	093	09372	09372170
2875845	Lösebeck	loesebeck	DE		0	Europe/Berlin	52.25644	8.2649				06	00	03459	03459012
2875846	Loschwitz	loschwitz	DE		0	Europe/Berlin	51.05386	13.81393				13	00	14612	14612000
2875847	Löschwitz	loschwitz	DE		0	Europe/Berlin	49.84515	11.89168				02	093	09377	09377129
2875851	Löschenrod	loeschenrod	DE		0	Europe/Berlin	50.49923	9.6787				05	066	06631	06631006
2875852	Löschenhirschbach	loschenhirschbach	DE		0	Europe/Berlin	49.22207	9.60279				01	081	08126	08126058
2875854	Löschenbrand	loschenbrand	DE		0	Europe/Berlin	48.54453	12.11652				02	092	09261	09261000
2875856	Löschau	loeschau	DE		0	Europe/Berlin	51.20508	14.33196		Lesawa,Lešawa		13	00	14625	14625020
2875858	Losbergsgereuth	losbergsgereuth	DE		0	Europe/Berlin	50.07736	10.83278				02	096	09674	09674190
2875861	Losaurach	losaurach	DE		0	Europe/Berlin	49.52792	10.62868				02	095	09575	09575145
2875862	Lösau	loesau	DE		0	Europe/Berlin	51.2246	12.03056				14	00	15084	15084315
2875863	Losau	losau	DE		0	Europe/Berlin	50.21594	11.45061				02	094	09477	09477151
2875864	Lösau	losau	DE		0	Europe/Berlin	50.16226	11.41516				02	094	09477	09477128
2875865	Losau	losau	DE		0	Europe/Berlin	49.83632	11.70681				02	094	09472	09472180
2875866	Losau	losau	DE		0	Europe/Berlin	49.54194	12.22491				02	093	09376	09376150
2875867	Losa	losa	DE		0	Europe/Berlin	50.59664	12.18873				13	00	14523	14523100
2875869	Lörzenbach	loerzenbach	DE		0	Europe/Berlin	49.63722	8.75581				05	064	06431	06431007
2875876	Lörsch	loersch	DE		0	Europe/Berlin	49.80077	6.8007				08	00	07235	07235083
2875878	Lorsbeck	lorsbeck	DE		0	Europe/Berlin	50.90288	6.37639				07	053	05358	05358024
2875880	Lorsbach	lorsbach	DE		0	Europe/Berlin	50.11614	8.41983				05	064	06436	06436007
2875881	Lörrach	loerrach	DE		47002	Europe/Berlin	47.61497	7.66457		L'orrakh,Lerakh,Lerrakh,Ljorrakh,Loerrach,Lorrach,Lörrach,loerrach,lrakh,luo la he,lwrakh,lörrach,Лерах,Леррах,Льоррах,Лёррах,لراخ,لوراخ,罗拉赫	08336	01	083	08336	08336050
2875885	Lorkenhöhe	lorkenhoehe	DE		0	Europe/Berlin	50.93847	7.35449				07	053	05378	05378024
2875888	Lorich	lorich	DE		0	Europe/Berlin	49.79504	6.62808				08	00	07235	07235094
2875891	Loretto	loretto	DE		0	Europe/Berlin	48.24984	9.46116				01	084	08415	08415085
2875893	Lorenzwarft	lorenzwarft	DE		0	Europe/Berlin	54.57003	8.52631				10	00	01054	01054050
2875894	Lorenzreuth	lorenzreuth	DE		0	Europe/Berlin	50.02173	12.10671				02	094	09479	09479136
2875896	Lorenzkirch	lorenzkirch	DE		0	Europe/Berlin	51.35468	13.24372		Lorenzkirch		13	00	14627	14627360
2875899	Lorenzenzimmern	lorenzenzimmern	DE		0	Europe/Berlin	49.13131	9.93157				01	081	08127	08127089
2875902	Lorenzenberg	lorenzenberg	DE		0	Europe/Berlin	47.99782	11.97257				02	091	09175	09175112
2875903	Lorenzen	lorenzen	DE		0	Europe/Berlin	49.06927	12.08624				02	093	09375	09375165
2875907	Lorchhausen	lorchhausen	DE		0	Europe/Berlin	50.05268	7.78416				05	064	06439	06439010
2875911	Lörbrockshof	loerbrockshof	DE		0	Europe/Berlin	51.60286	8.19023				07	059	05974	05974008
2875912	Lorbach	lorbach	DE		0	Europe/Berlin	50.5595	6.63941		Lorbach		07	053	05366	05366028
2875913	Lorbach	lorbach	DE		0	Europe/Berlin	50.27194	9.0931				05	064	06440	06440004
2875916	Loquard	loquard	DE		0	Europe/Berlin	53.38967	7.04445		Loquard		06	00	03452	03452014
2875920	Löpten	loepten	DE		0	Europe/Berlin	52.14711	13.68508				11	00	12061	12061192
2875921	Lopsum	lopsum	DE		0	Europe/Berlin	53.50462	7.88826				06	00	03462	03462005
2875922	Löpsingen	lopsingen	DE		0	Europe/Berlin	48.87772	10.5382		Lopsingen,Löpsingen		02	097	09779	09779194
2875924	Lopshop	lopshop	DE		0	Europe/Berlin	54.3	9.21667				10	00	01051	01051053
2875930	Loppin	loppin	DE		0	Europe/Berlin	53.55077	12.51601				12	00	13071	13071069
2875935	Loppersum	loppersum	DE		0	Europe/Berlin	53.42536	7.23445				06	00	03452	03452011
2875936	Loppenhausen	loppenhausen	DE		0	Europe/Berlin	48.15967	10.39616				02	097	09778	09778121
2875938	Lopp	lopp	DE		0	Europe/Berlin	50.06313	11.33386				02	094	09477	09477124
2875940	Löpitz	loepitz	DE		0	Europe/Berlin	51.36819	12.04519				14	00	15088	15088330
2875941	Löpitz	loepitz	DE		0	Europe/Berlin	50.94341	12.40218				15	00	16077	16077036
2875942	Lopesettel	lopesettel	DE		0	Europe/Berlin	53.03333	10.21667				06	00	03360	03360029
2875943	Lope	lope	DE		0	Europe/Berlin	51.01537	7.52473		Lope		07	053	05374	05374012
2875944	Lopau	lopau	DE		0	Europe/Berlin	53.05578	10.20329		Lopau		06	00	03358	03358016
2875945	Loosing	loosing	DE		0	Europe/Berlin	48.68557	13.41141				02	092	09275	09275135
2875949	Loosen	loosen	DE		0	Europe/Berlin	53.2988	11.27198				12	00	13076	13076001
2875960	Losau	losau	DE		0	Europe/Berlin	54.51667	9.88333		Loosau,Losau		10	00	01058	01058099
2875961	Loopstedt	loopstedt	DE		0	Europe/Berlin	54.49383	9.58456		Loopstedt		10	00	01059	01059026
2875964	Loope	loope	DE		0	Europe/Berlin	50.97543	7.36775				07	053	05374	05374008
2875966	Loogh	loogh	DE		0	Europe/Berlin	50.30127	6.73892				08	00	07233	07233038
2875967	Loog	loog	DE		0	Europe/Berlin	53.67551	6.96306				06	00	03452	03452013
2875970	Lonzig	lonzig	DE		0	Europe/Berlin	50.98103	12.08773				14	00	15084	15084207
2875971	Lonzenburg	lonzenburg	DE		0	Europe/Berlin	49.70039	6.73774				08	00	07235	07235124
2875972	Lonvitz	lonvitz	DE		0	Europe/Berlin	54.35781	13.50213				12	00	13073	13073070
2875973	Löntrop	loentrop	DE		0	Europe/Berlin	51.64595	7.1484				07	055	05562	05562024
2875974	Lontal	lontal	DE		0	Europe/Berlin	48.57235	10.20621				01	081	08135	08135027
2875976	Lonsingen	lonsingen	DE		0	Europe/Berlin	48.43971	9.37069				01	084	08415	08415093
2875980	Lönnewitz	loennewitz	DE		0	Europe/Berlin	51.53759	13.22674		Alt Lonnewitz,Lonnewitz,Lönnewitz,Neu Lonnewitz,Neu Lönnewitz		11	00	12062	12062341
2875981	Lonnewitz	lonnewitz	DE		0	Europe/Berlin	51.28654	13.14124				13	00	14730	14730230
2875984	Lonnershof	lonnershof	DE		0	Europe/Berlin	49.78958	10.87501				02	094	09471	09471131
2875986	Lonnerbecke	lonnerbecke	DE		0	Europe/Berlin	52.54632	7.68092				06	00	03459	03459011
2875987	Löningen	loeningen	DE		13096	Europe/Berlin	52.73678	7.75809		Leningen,Ljoningen,Loeningen,Loningen,Löningen,lei ning gen,lwnnghn,lwnnyng,Ленинген,Лёнинген,لوننغن,لوننینگ,勒宁根		06	00	03453	03453011
2875991	Longerich	longerich	DE		0	Europe/Berlin	50.99609	6.91383				07	053	05315	05315000
2875995	Londorf	londorf	DE		0	Europe/Berlin	50.67416	8.86219		Rabenau-Londorf		05	065	06531	06531015
2875996	Lonauer Hammerhütte	lonauer-hammerhutte	DE		0	Europe/Berlin	51.66667	10.35				06			
2875999	Lonau	lonau	DE		0	Europe/Berlin	51.69089	10.3577		Lonau		06	00	03159	03159019
2876000	Lomske	lomske	DE		0	Europe/Berlin	51.273	14.43041		Lomsk,Łomsk		13	00	14625	14625490
2876001	Lomske	lomske	DE		0	Europe/Berlin	51.26703	14.29959		Lomsk,Lomske,Łomsk		13	00	14625	14625360
2876003	Lomnitz	lomnitz	DE		0	Europe/Berlin	51.19105	13.89954		Lomnitz		13	00	14625	14625600
2876004	Lommersum	lommersum	DE		0	Europe/Berlin	50.71086	6.79782				07	053	05366	05366040
2876005	Lommersheim	lommersheim	DE		0	Europe/Berlin	48.85868	10.74071				02	097	09779	09779167
2876007	Lommersdorf	lommersdorf	DE		0	Europe/Berlin	50.4134	6.74967				07	053	05366	05366008
2876011	Lomitz	lomitz	DE		0	Europe/Berlin	52.94469	11.39556				06	00	03354	03354020
2876012	Lömischau	loemischau	DE		0	Europe/Berlin	51.2769	14.56925		Lemisow,Lemišow,Lomischau,Lommischau,Lömischau,Lömmischau		13	00	14625	14625340
2876013	Lomersheim	lomersheim	DE		0	Europe/Berlin	48.93367	8.86884		Lomersheim		01	082	08236	08236040
2876016	Lombach	lombach	DE		0	Europe/Berlin	48.43099	8.47599		Lombach		01	082	08237	08237045
2876017	Lölsberg	loelsberg	DE		0	Europe/Berlin	50.923	7.29033				07	053	05378	05378024
2876019	Löllsanlage	lollsanlage	DE		0	Europe/Berlin	49.34234	12.08138				02	093	09376	09376161
2876021	Löllinghausen	loellinghausen	DE		0	Europe/Berlin	51.31091	8.32888				07	059	05958	05958032
2876023	Lölldorf	lolldorf	DE		0	Europe/Berlin	49.1714	10.44417				02	095	09571	09571223
2876031	Lokfeld	lokfeld	DE		0	Europe/Berlin	53.8098	10.50484		Lockfeld,Lokfeld		10	00	01062	01062008
2876032	Lokert	lokert	DE		0	Europe/Berlin	54.33333	8.71667				10	00	01054	01054134
2876033	Löja	loeja	DE		0	Europe/Berlin	54.09178	10.44597				10	00	01055	01055007
2876034	Loizersdorf	loizersdorf	DE		0	Europe/Berlin	48.74248	13.38693				02	092	09275	09275152
2876035	Loizersdorf	loizersdorf	DE		0	Europe/Berlin	48.73247	13.46246				02	092	09272	09272119
2876036	Loizenkirchen	loizenkirchen	DE		0	Europe/Berlin	48.53358	12.46747				02	092	09274	09274112
2876037	Loiz	loiz	DE		0	Europe/Berlin	53.72707	11.88479				12	00	13076	13076155
2876038	Loitzschütz	loitzschuetz	DE		0	Europe/Berlin	50.98143	12.14568				14	00	15084	15084207
2876039	Loitzsch	loitzsch	DE		0	Europe/Berlin	50.82663	12.1456		Loitzsch		15	00	16076	16076034
2876042	Loitze	loitze	DE		0	Europe/Berlin	52.90486	10.83552				06	00	03354	03354022
2876049	Loitsch	loitsch	DE		0	Europe/Berlin	51.03125	12.22195		Loitsch,Loitzsch		14	00	15084	15084590
2876050	Loitsch	loitsch	DE		0	Europe/Berlin	50.73564	12.05061				15	00	16076	16076079
2876055	Loiting	loiting	DE		0	Europe/Berlin	48.39084	12.12823				02	091	09177	09177121
2876058	Loitershofen	loitershofen	DE		0	Europe/Berlin	48.20905	11.1206		Loitershofen		02	091	09179	09179128
2876059	Loitersdorf	loitersdorf	DE		0	Europe/Berlin	48.54938	12.51365				02	092	09279	09279115
2876060	Loitersdorf	loitersdorf	DE		0	Europe/Berlin	47.99406	11.95287				02	091	09175	09175112
2876061	Loiterding	loiterding	DE		0	Europe/Berlin	48.41667	13.25				02	092	09275	09275149
2876062	Loitendorf	loitendorf	DE		0	Europe/Berlin	49.37974	12.60013				02	093	09372	09372157
2876066	Loisnitz	loisnitz	DE		0	Europe/Berlin	49.24783	12.13756				02	093	09376	09376170
2876067	Loisnitz	loisnitz	DE		0	Europe/Berlin	49.18786	11.95965		Loisnitz,Luisnitz		02	093	09376	09376119
2876070	Loipl	loipl	DE		0	Europe/Berlin	47.65268	12.9296				02	091	09172	09172117
2876072	Loipfing	loipfing	DE		0	Europe/Berlin	48.30278	12.41497				02	091	09183	09183132
2876073	Loipfing	loipfing	DE		0	Europe/Berlin	48.18892	12.03054				02	091	09177	09177123
2876074	Loipfering	loipfering	DE		0	Europe/Berlin	48.70629	13.25735				02	092	09275	09275120
2876076	Loipertshausen	loipertshausen	DE		0	Europe/Berlin	48.52979	11.65584				02	091	09186	09186152
2876079	Loiperstätt	loiperstatt	DE		0	Europe/Berlin	48.31731	12.21665		Bach,Loiperstatt,Loiperstätt		02	091	09177	09177115
2876080	Loipersdorf	loipersdorf	DE		0	Europe/Berlin	48.5065	11.63518				02	091	09186	09186152
2876081	Loiperding	loiperding	DE		0	Europe/Berlin	48.29571	12.30755				02	091	09183	09183114
2876082	Loiperding	loiperding	DE		0	Europe/Berlin	48.2197	11.97707				02	091	09177	09177114
2876084	Loikumerrott	loikumerrott	DE		0	Europe/Berlin	51.7537	6.58429				07	051	05170	05170012
2876085	Loikum	loikum	DE		0	Europe/Berlin	51.77234	6.56697		Loikum		07	051	05170	05170012
2876086	Loifling	loifling	DE		0	Europe/Berlin	49.16812	12.63762				02	093	09372	09372164
2876087	Loifing	loifing	DE		0	Europe/Berlin	48.63392	13.61615				02	092	09275	09275126
2876089	Loidersdorf	loidersdorf	DE		0	Europe/Berlin	49.01557	12.74019		Loidersdorf,Loidershof		02	092	09278	09278129
2876090	Loiderding	loiderding	DE		0	Europe/Berlin	47.8411	11.90171		Loideriding		02	091	09182	09182123
2876091	Loickenzin	loickenzin	DE		0	Europe/Berlin	53.70835	13.22282				12	00	13071	13071004
2876093	Loibling	loibling	DE		0	Europe/Berlin	49.23221	12.63171				02	093	09372	09372116
2876094	Loibling	loibling	DE		0	Europe/Berlin	49.16902	12.46186				02	093	09372	09372153
2876096	Loibersdorf	loibersdorf	DE		0	Europe/Berlin	48.0946	12.33977				02	091	09187	09187116
2876097	Loibersdorf	loibersdorf	DE		0	Europe/Berlin	47.96022	11.83657				02	091	09184	09184137
2876100	Lohwinden	lohwinden	DE		0	Europe/Berlin	48.60271	11.59475				02	091	09186	09186162
2876105	Löhsten	loehsten	DE		0	Europe/Berlin	51.61503	13.14463				11	00	12062	12062224
2876107	Lohstadt	lohstadt	DE		0	Europe/Berlin	48.95194	11.98602				02	092	09273	09273137
2876109	Lohsdorf	lohsdorf	DE		0	Europe/Berlin	50.97301	14.17082				13	00	14628	14628190
2876120	Löhrstorf	loehrstorf	DE		0	Europe/Berlin	54.33158	11.02948				10	00	01055	01055031
2876123	Lohrsdorf	lohrsdorf	DE		0	Europe/Berlin	50.55042	7.18675				08	00	07131	07131007
2876124	Lohrmannshof	lohrmannshof	DE		0	Europe/Berlin	48.95372	11.0948				02	091	09176	09176160
2876125	Löhrieth	lohrieth	DE		0	Europe/Berlin	50.29923	10.24844				02	096	09673	09673114
2876126	Lohrhof	lohrhof	DE		0	Europe/Berlin	49.50174	10.10384				01	081	08128	08128020
2876128	Lohrhaupten	lohrhaupten	DE		0	Europe/Berlin	50.12719	9.48151		Lohrhaupten		05	064	06435	06435008
2876130	Lohrermühle	lohrermuehle	DE		0	Europe/Berlin	49.84797	7.83734				08	00	07133	07133006
2876132	Lohrerhof	lohrerhof	DE		0	Europe/Berlin	49.83549	7.8267				08	00	07133	07133006
2876136	Lohre	lohre	DE		0	Europe/Berlin	51.12138	9.38741				05	066	06634	06634003
2876140	Löhrbach	loehrbach	DE		0	Europe/Berlin	49.54854	8.75813				05	064	06431	06431004
2876141	Lohrbach	lohrbach	DE		0	Europe/Berlin	49.40035	9.13784		Lohrbach		01	082	08225	08225058
2876142	Lohrbach	lohrbach	DE		0	Europe/Berlin	49.3224	10.15086				02	095	09571	09571169
2876146	Lohr	lohr	DE		0	Europe/Berlin	50.14608	10.70551				02	096	09674	09674184
2876148	Lohr	lohr	DE		0	Europe/Berlin	49.32854	10.16878				02	095	09571	09571169
2876149	Lohr	lohr	DE		0	Europe/Berlin	49.10622	10.1262				01	081	08127	08127014
2876153	Lohof	lohof	DE		0	Europe/Berlin	52.85671	9.1911				06	00	03361	03361003
2876154	Lohof	lohof	DE		0	Europe/Berlin	52.28883	8.75617				07	057	05770	05770012
2876160	Lohnsitz	lohnsitz	DE		0	Europe/Berlin	49.87738	12.35258				02	093	09377	09377154
2876162	Lohnsdorf	lohnsdorf	DE		0	Europe/Berlin	51.5001	12.17175				14	00	15088	15088195
2876164	Löhningen	lohningen	DE		0	Europe/Berlin	47.69386	8.32309				01	083	08337	08337128
2876165	Löhnhorst	loehnhorst	DE		0	Europe/Berlin	53.20638	8.63418				06	00	03356	03356009
2876166	Löhnfeld	loehnfeld	DE		0	Europe/Berlin	50.67683	8.0904				08	00	07143	07143256
2876167	Lohnerwiesen	lohnerwiesen	DE		0	Europe/Berlin	52.67895	8.2208				06	00	03460	03460006
2876173	Löhnerheide	loehnerheide	DE		0	Europe/Berlin	52.17668	8.69086				07	057	05758	05758024
2876181	Löhnen	loehnen	DE		0	Europe/Berlin	51.59087	6.65286				07	051	05170	05170044
2876182	Löhnebeck	loehnebeck	DE		0	Europe/Berlin	52.18333	8.68333				07	057	05758	05758024
2876187	Löhne	loehne	DE		39521	Europe/Berlin	52.18848	8.6922		Lene,Ljone,Loehne,Lohne,Löhne,lei ne,lwnh,lwnh  nwrdrayn-wstfaln,rene,Лене,Лёне,لونه,لونه، نوردراین-وستفالن,レーネ,勒讷		07	057	05758	05758024
2876190	Löhndorf	loehndorf	DE		0	Europe/Berlin	50.52968	7.20167				08	00	07131	07131077
2876191	Lohndorf	lohndorf	DE		0	Europe/Berlin	49.91664	11.04813				02	094	09471	09471155
2876193	Lohnde	lohnde	DE		0	Europe/Berlin	52.40219	9.559				06	00	03241	03241015
2876196	Lohn	lohn	DE		0	Europe/Berlin	50.8571	6.2935				07	053	05334	05334012
2876197	Lohmühle	lohmuehle	DE		0	Europe/Berlin	52.84695	8.44411				06	00	03458	03458014
2876198	Lohmühle	lohmuehle	DE		0	Europe/Berlin	51.5144	6.66275				07	051	05170	05170032
2876199	Lohmühle	lohmuehle	DE		0	Europe/Berlin	50.81667	13.13333				13	00	14522	14522320
2876200	Lohmühle	lohmuhle	DE		0	Europe/Berlin	48.63571	11.78372				02	092	09273	09273147
2876207	Löhmigen	loehmigen	DE		0	Europe/Berlin	50.91055	12.44074		Lohmigen,Lohmingen,Löhmigen,Löhmingen		15	00	16077	16077036
2876216	Löhme	loehme	DE		0	Europe/Berlin	52.62921	13.67455				11	00	12060	12060280
2876220	Lohmannsheide	lohmannsheide	DE		0	Europe/Berlin	51.48471	6.66848				07	051	05112	05112000
2876231	Lohm	lohm	DE		0	Europe/Berlin	52.86167	12.31636				11	00	12068	12068501
2876233	Löhlitz	lohlitz	DE		0	Europe/Berlin	49.87166	11.36126		Lohlitz,Löhlitz		02	094	09472	09472197
2876234	Löhlis	lohlis	DE		0	Europe/Berlin	47.99732	9.96166				01	084	08426	08426100
2876235	Löhlingdorf	loehlingdorf	DE		0	Europe/Berlin	52.24708	8.42161				06	00	03459	03459024
2876236	Löhlein	lohlein	DE		0	Europe/Berlin	50.17443	11.29859				02	094	09476	09476146
2876241	Löhlbach	loehlbach	DE		0	Europe/Berlin	51.0658	8.98068				05	066	06635	06635013
2876243	Löhla	loehla	DE		0	Europe/Berlin	50.48333	11.88333				15	00	16075	16075132
2876247	Lohklindt	lohklindt	DE		0	Europe/Berlin	54.21828	9.54806		Lohklindt,Lohklint		10	00	01058	01058029
2876250	Lohhude	lohhude	DE		0	Europe/Berlin	51.79922	8.62216				07	057	05774	05774020
2876251	Lohholz	lohholz	DE		0	Europe/Berlin	47.8532	12.04659				02	091	09187	09187150
2876257	Lohhof	lohhof	DE		0	Europe/Berlin	52.48362	8.87901				06	00	03256	03256033
2876258	Lohhof	lohhof	DE		0	Europe/Berlin	49.1491	11.737				02	093	09373	09373151
2876259	Lohhof	lohhof	DE		0	Europe/Berlin	48.91154	10.87083		Lohhof		02	095	09577	09577148
2876260	Lohhof	lohhof	DE		0	Europe/Berlin	48.28311	11.5879				02	091	09184	09184149
2876261	Lohhof	lohhof	DE		0	Europe/Berlin	48.0911	10.47953				02	097	09778	09778173
2876267	Lohhof	lohhof	DE		0	Europe/Berlin	49.39	11.023				02	095	09564	09564000
2876275	Loheide	loheide	DE		0	Europe/Berlin	54.68538	8.95796		Loheide,Lohheide		10	00	01054	01054075
2876276	Lohheide	lohheide	DE		0	Europe/Berlin	51.50593	6.66746				07	051	05112	05112000
2876283	Lohfeld	lohfeld	DE		0	Europe/Berlin	52.2258	8.96502				07	057	05770	05770032
2876284	Lohfeld	lohfeld	DE		0	Europe/Berlin	52.23333	8.81667				07	057	05770	05770004
2876291	Loher Moos	loher-moos	DE		0	Europe/Berlin	49.48323	11.10212				02	095	09564	09564000
2876293	Loherhof	loherhof	DE		0	Europe/Berlin	50.95961	6.14243				07	053	05370	05370012
2876294	Loherberg	loherberg	DE		0	Europe/Berlin	47.9059	11.86579				02	091	09187	09187130
2876295	Lohen	lohen	DE		0	Europe/Berlin	49.11001	11.27618				02	095	09576	09576148
2876296	Lohen	lohen	DE		0	Europe/Berlin	48.17696	12.47006				02	091	09183	09183124
2876297	Lohen	lohen	DE		0	Europe/Berlin	48.08677	12.55849		Lochen,Lohen		02	091	09189	09189149
2876298	Lohen	lohen	DE		0	Europe/Berlin	48.03021	12.70625				02	091	09189	09189152
2876299	Lohen	lohen	DE		0	Europe/Berlin	47.92135	12.12092				02	091	09187	09187142
2876300	Lohen	lohen	DE		0	Europe/Berlin	47.89971	12.22692				02	091	09187	09187174
2876307	Lohe	lohe	DE		0	Europe/Berlin	54.33333	9.55				10	00	01058	01058097
2876308	Lohe	lohe	DE		0	Europe/Berlin	54.18333	9.06667				10	00	01051	01051069
2876309	Lohe	lohe	DE		0	Europe/Berlin	53.9	10.65				10	00	01055	01055040
2876310	Löhe	loehe	DE		0	Europe/Berlin	53.63333	9.31667				06	00	03359	03359025
2876311	Lohe	lohe	DE		0	Europe/Berlin	53.47236	8.79687		Lohe,Lohe bei Beverstedt		06	00	03352	03352059
2876312	Löhe	loehe	DE		0	Europe/Berlin	53.36698	9.59275				06	00	03359	03359037
2876313	Lohe	lohe	DE		0	Europe/Berlin	53.37318	8.75398		Lohe,Lohe bei Bramstedt		06	00	03352	03352060
2876314	Lohe	lohe	DE		0	Europe/Berlin	53.14659	7.78235				06	00	03453	03453001
2876315	Lohe	lohe	DE		0	Europe/Berlin	52.78283	10.28545				06	00	03351	03351025
2876316	Lohe	lohe	DE		0	Europe/Berlin	52.76667	9.83333				06			
2876317	Lohe	lohe	DE		0	Europe/Berlin	52.75105	8.21788				06	00	03460	03460001
2876318	Lohe	lohe	DE		0	Europe/Berlin	52.7123	7.41735				06	00	03454	03454019
2876319	Lohe	lohe	DE		0	Europe/Berlin	52.64213	9.38936				06	00	03256	03256031
2876320	Lohe	lohe	DE		0	Europe/Berlin	52.48124	7.52002				06	00	03454	03454012
2876321	Lohe	lohe	DE		0	Europe/Berlin	51.63558	8.22605		Lohe		07	059	05974	05974028
2876322	Lohe	lohe	DE		0	Europe/Berlin	50.96886	8.04404				07	059	05970	05970024
2876323	Löhe	loehe	DE		0	Europe/Berlin	50.96094	7.22145				07	053	05378	05378004
2876324	Löhe	loehe	DE		0	Europe/Berlin	50.68523	7.43361				08	00	07138	07138003
2876325	Lohe	lohe	DE		0	Europe/Berlin	49.92399	11.49777				02	094	09472	09472131
2876326	Lohe	lohe	DE		0	Europe/Berlin	49.49142	10.75699				02	095	09573	09573120
2876327	Lohe	lohe	DE		0	Europe/Berlin	49.48811	11.78708				02	093	09371	09371151
2876328	Lohe	lohe	DE		296	Europe/Berlin	49.48719	11.07474	314			02	095	09564	09564000
2876329	Lohe	lohe	DE		0	Europe/Berlin	49.33172	11.8485		Lahe		02	093	09371	09371129
2876330	Lohe	lohe	DE		0	Europe/Berlin	49.21667	9.63333				01	081	08126	08126058
2876331	Lohe	lohe	DE		0	Europe/Berlin	49.08333	10.33333				02	095	09571	09571136
2876332	Lohe	lohe	DE		0	Europe/Berlin	48.98058	10.5919				02	097	09779	09779197
2876340	Löhdorf	loehdorf	DE		0	Europe/Berlin	51.14178	7.0158				07	051	05122	05122000
2876343	Lohbusch	lohbusch	DE		0	Europe/Berlin	52.42908	8.5707				07	057	05770	05770040
2876344	Lohbusch	lohbusch	DE		0	Europe/Berlin	52.23694	8.84802				07	057	05770	05770004
2876347	Lohbügl	lohbugl	DE		0	Europe/Berlin	49.22964	12.19813				02	093	09376	09376149
2876348	Lohbrügger Höhe	lohbrugger-hohe	DE		0	Europe/Berlin	53.51667	10.21667				04			
2876349	Lohbrügge	lohbruegge	DE		0	Europe/Berlin	53.50589	10.2008		Hamburg-Lohbruegge,Hamburg-Lohbrügge,Lohbrugge,Lohbrügge		04	00	02000	02000000
2876350	Lohbruck	lohbruck	DE		0	Europe/Berlin	48.3817	12.79637				02	092	09277	09277153
2876353	Lohbergerhütte	lohbergerhutte	DE		0	Europe/Berlin	49.16913	13.09115		Lohbergerhutte,Lohbergerhütte,Lohberghutte,Lohberghütte		02	093	09372	09372178
2876354	Lohbergen	lohbergen	DE		0	Europe/Berlin	53.29005	9.79208				06	00	03353	03353035
2876356	Am Löhberg	am-loehberg	DE		0	Europe/Berlin	53.65523	9.228		Am Lohberg,Am Löhberg,Lohberg,Löhberg		06	00	03352	03352020
2876400	Lohauserholz	lohauserholz	DE		0	Europe/Berlin	51.6528	7.79888				07	059	05915	05915000
2876401	Lohausen	lohausen	DE		0	Europe/Berlin	51.27953	6.72795		Lohausen		07	051	05111	05111000
2876402	Lohaus	lohaus	DE		0	Europe/Berlin	52.61618	8.50634				06	00	03251	03251030
2876404	Loham	loham	DE		0	Europe/Berlin	48.84193	12.79996				02	092	09278	09278149
2876406	Loha	loha	DE		0	Europe/Berlin	48.21479	12.68751				02	091	09171	09171111
2876408	Loh	loh	DE		0	Europe/Berlin	48.78218	13.11626				02	092	09271	09271113
2876409	Loh	loh	DE		0	Europe/Berlin	52.9596	9.83341				06	00	03358	03358021
2876410	Loh	loh	DE		0	Europe/Berlin	52.38628	9.02162				07	057	05770	05770028
2876411	Loh	loh	DE		0	Europe/Berlin	52.21246	8.36974				06	00	03459	03459024
2876412	Loh	loh	DE		0	Europe/Berlin	51.67539	6.51311				07	051	05170	05170048
2876413	Loh	loh	DE		0	Europe/Berlin	51.56286	7.94975				07	059	05974	05974052
2876414	Loh	loh	DE		0	Europe/Berlin	51.46667	7.51667		Loh		07	059	05913	05913000
2876415	Loh	loh	DE		0	Europe/Berlin	51.3637	7.37253				07	059	05954	05954032
2876416	Loh	loh	DE		0	Europe/Berlin	51.24465	7.48572		Loh		07	059	05954	05954004
2876417	Loh	loh	DE		0	Europe/Berlin	51.1978	7.66778		Loh,Piepersloh		07	059	05962	05962032
2876418	Loh	loh	DE		0	Europe/Berlin	51.17234	7.57355				07	059	05962	05962028
2876419	Löh	loeh	DE		0	Europe/Berlin	51.10914	7.18083				07	053	05378	05378032
2876420	Löh	loeh	DE		0	Europe/Berlin	51.08118	7.12492				07	053	05378	05378008
2876421	Loh	loh	DE		0	Europe/Berlin	48.82528	12.76905				02	092	09271	09271151
2876422	Loh	loh	DE		0	Europe/Berlin	48.71694	13.09305				02	092	09271	09271153
2876423	Loh	loh	DE		0	Europe/Berlin	48.46019	12.91142				02	092	09277	09277138
2876424	Loh	loh	DE		0	Europe/Berlin	48.21773	7.97621				01	083	08317	08317121
2876442	Logumer Vorwerk	logumer-vorwerk	DE		0	Europe/Berlin	53.3512	7.13278				06	00	03402	03402000
2876443	Lögow	loegow	DE		0	Europe/Berlin	52.91199	12.58958				11	00	12068	12068477
2876444	Loghöfe	loghofe	DE		0	Europe/Berlin	47.87747	9.12438		Loghofe,Loghöfe,Lohg		01	083	08335	08335096
2876447	Logeberg	logeberg	DE		0	Europe/Berlin	54.13578	10.84655		Logeberg		10	00	01055	01055037
2876449	Loge	loge	DE		0	Europe/Berlin	53.2	8.73333				06	00	03356	03356008
2876450	Loge	loge	DE		0	Europe/Berlin	52.95882	11.18291				06	00	03354	03354018
2876451	Loge	loge	DE		0	Europe/Berlin	51.85	9.08333				07	057	05762	05762032
2876454	Logaerfeld	logaerfeld	DE		0	Europe/Berlin	53.25269	7.49071				06	00	03457	03457013
2876455	Logabirumerfeld	logabirumerfeld	DE		0	Europe/Berlin	53.26259	7.51554				06	00	03457	03457013
2876456	Logabirum	logabirum	DE		0	Europe/Berlin	53.24576	7.51372		Logabirum,Loghebeerne		06	00	03457	03457013
2876457	Loga	loga	DE		0	Europe/Berlin	53.23694	7.49249		Loga		06	00	03457	03457013
2876458	Loga	loga	DE		0	Europe/Berlin	51.22914	14.33029		Lahow,Łahow		13	00	14625	14625360
2876460	Loftlund	loftlund	DE		0	Europe/Berlin	54.73575	9.26353				10	00	01059	01059115
2876463	Löffeltal	loffeltal	DE		0	Europe/Berlin	47.91076	8.08524		Loffeltal,Loffelthal,Löffeltal,Löffelthal		01	083	08315	08315052
2876464	Löffelsterz	loeffelsterz	DE		0	Europe/Berlin	50.92986	7.65729				07	053	05374	05374040
2876465	Löffelsterz	loffelsterz	DE		0	Europe/Berlin	50.09159	10.36428		Loffelsterz,Löffelsterz		02	096	09678	09678174
2876467	Löffelstelzen	loffelstelzen	DE		0	Europe/Berlin	49.50814	9.78991		Loffelstelzen,Löffelstelzen		01	081	08128	08128007
2876468	Löffelscheid	loeffelscheid	DE		0	Europe/Berlin	50.00857	7.31845				08	00	07135	07135071
2876469	Löffelsberg	loffelsberg	DE		0	Europe/Berlin	49.49501	12.23035				02	093	09376	09376153
2876476	Loffeld	loffeld	DE		0	Europe/Berlin	50.07912	11.02566				02	094	09478	09478165
2876485	Loeschen	loeschen	DE		0	Europe/Berlin	51.66239	14.25212		Leziny,Loeschen,Loschen,Löschen,Lěźiny		11	00	12071	12071057
2876488	Lodmannshagen	lodmannshagen	DE		0	Europe/Berlin	54.0682	13.64687				12	00	13075	13075097
2876491	Lödingsen	loedingsen	DE		0	Europe/Berlin	51.5962	9.78391				06	00	03159	03159001
2876496	Lodersleben	lodersleben	DE		0	Europe/Berlin	51.37766	11.53749				14	00	15088	15088305
2876497	Loderhof	loderhof	DE		0	Europe/Berlin	48.7394	13.33825				02	092	09272	09272150
2876502	Loderham	loderham	DE		0	Europe/Berlin	48.41933	13.02709				02	092	09277	09277149
2876503	Löderburg	loederburg	DE		0	Europe/Berlin	51.87611	11.5397		Loderburg,Loederburg,Löderburg		14	00	15089	15089310
2876504	Loderbach	loderbach	DE		0	Europe/Berlin	49.31113	11.46235				02	093	09373	09373113
2876508	Lodenau	lodenau	DE		0	Europe/Berlin	51.38192	14.96269				13	00	14626	14626480
2876513	Lödderitz	loedderitz	DE		238	Europe/Berlin	51.88358	11.95395		Lodderitz,Lödderitz		14	00	15089	15089026
2876514	Loddenreuth	loddenreuth	DE		0	Europe/Berlin	50.34871	12.02206				13	00	14523	14523440
2876519	Lodbergen	lodbergen	DE		0	Europe/Berlin	52.74965	7.81731				06	00	03453	03453011
2876521	Lockwitz	lockwitz	DE		0	Europe/Berlin	50.9874	13.80679				13	00	14612	14612000
2876522	Lockwisch-Dorf	lockwisch-dorf	DE		0	Europe/Berlin	53.8428	10.85264				12	00	13074	13074074
2876525	Lockweiler	lockweiler	DE		0	Europe/Berlin	49.52894	6.92727		Lockweiler		09	00	10042	10042116
2876526	Locktow	locktow	DE		0	Europe/Berlin	52.12746	12.70548				11	00	12069	12069474
2876532	Lockstädt	lockstaedt	DE		0	Europe/Berlin	53.20135	12.02629				11	00	12070	12070325
2876533	Locksiefen	locksiefen	DE		0	Europe/Berlin	50.78065	7.58369		Locksiefen		07	053	05382	05382076
2876538	Löcknitz	loecknitz	DE		0	Europe/Berlin	53.45392	14.21116		Leknic,Ljoknic,Locknitz,Locknuz,Löcknuz,lei ke ni ci,Лекниц,Лёкниц,勒克尼茨		12	00	13075	13075079
2876539	Löcknitz	loecknitz	DE		2919	Europe/Berlin	53.28694	11.78108				12	00	13076	13076021
2876540	Löcknitz	loecknitz	DE		0	Europe/Berlin	52.33078	12.93065				11	00	12069	12069656
2876541	Lockhorst	lockhorst	DE		0	Europe/Berlin	51.6	6.31667				07	051	05154	05154032
2876542	Lockhausen	lockhausen	DE		0	Europe/Berlin	52.32828	8.35687				06	00	03459	03459003
2876543	Lockhausen	lockhausen	DE		0	Europe/Berlin	52.06421	8.68349				07	057	05766	05766008
2876545	Lockenricht	lockenricht	DE		0	Europe/Berlin	49.52766	11.66611		Lokenricht		02	093	09371	09371141
2876548	Löcken	loecken	DE		0	Europe/Berlin	51.06211	6.03785				07	053	05370	05370032
2876549	Lochwitz	lochwitz	DE		0	Europe/Berlin	51.60674	11.65246				14	00	15087	15087165
2876550	Lochwiesen	lochwiesen	DE		0	Europe/Berlin	47.42069	10.23565				02	097	09780	09780133
2876553	Lochwald	lochwald	DE		0	Europe/Berlin	48.64236	8.15296				01	083	08317	08317068
2876555	Lochtum	lochtum	DE		0	Europe/Berlin	51.93082	10.59666				06	00	03153	03153017
2876556	Lochtrup	lochtrup	DE		0	Europe/Berlin	51.78034	7.14774				07	055	05562	05562016
2876557	Lochtrop	lochtrop	DE		0	Europe/Berlin	51.23146	8.20395		Lochtrop		07	059	05958	05958016
2876559	Löchte	loechte	DE		0	Europe/Berlin	51.76499	6.81087				07	055	05554	05554040
2876560	Locht	locht	DE		0	Europe/Berlin	51.33724	6.2226				07	051	05166	05166016
2876562	Lochschwab	lochschwab	DE		0	Europe/Berlin	48.00457	11.15327				02	091	09188	09188124
2876567	Lochow	lochow	DE		0	Europe/Berlin	52.68683	12.44615				11	00	12063	12063293
2876569	Lochmühle	lochmuhle	DE		0	Europe/Berlin	47.93333	10.1				01	084	08436	08436004
2876570	Lochmatt	lochmatt	DE		0	Europe/Berlin	47.65499	7.99655				01	083	08337	08337049
2876572	Löchlers	lochlers	DE		0	Europe/Berlin	47.76667	10.73333				02	097	09777	09777171
2876574	Löchle	lochle	DE		0	Europe/Berlin	47.85	9.73333				01	084	08436	08436014
2876577	Löchl	lochl	DE		0	Europe/Berlin	49.11535	12.19642				02	093	09375	09375119
2876581	Lochhofen	lochhofen	DE		0	Europe/Berlin	47.94676	11.64474				02	091	09184	09184141
2876582	Lochhof	lochhof	DE		0	Europe/Berlin	49.57463	11.32908				02	095	09574	09574155
2876587	Lochheim	lochheim	DE		0	Europe/Berlin	48.27122	12.49416				02	091	09183	09183127
2876590	Lochhäuser	lochhaeuser	DE		0	Europe/Berlin	50.55766	12.55515				13	00	14521	14521600
2876591	Lochhäuser	lochhaeuser	DE		0	Europe/Berlin	50.50922	12.6511				13	00	14521	14521170
2876592	Lochhäuser	lochhauser	DE		0	Europe/Berlin	47.69576	8.01213				01	083	08337	08337049
2876594	Lochhausen	lochhausen	DE		0	Europe/Berlin	48.17925	11.40673				02	091	09162	09162000
2876595	Lochhaus	lochhaus	DE		0	Europe/Berlin	50.57542	12.15725				13	00	14523	14523330
2876596	Lochhaus	lochhaus	DE		0	Europe/Berlin	50.53373	12.28741				13	00	14523	14523430
2876597	Lochhammer	lochhammer	DE		0	Europe/Berlin	47.68333	9.88333				01	084	08436	08436081
2876598	Lochham	lochham	DE		0	Europe/Berlin	48.13333	9.45				01	084	08426	08426008
2876599	Lochham	lochham	DE		0	Europe/Berlin	47.86069	11.71512				02	091	09182	09182136
2876605	Löcherholz	locherholz	DE		0	Europe/Berlin	49.18333	9.66667		Locherholz,Löcherholz		01	081	08126	08126047
2876606	Locherhof	locherhof	DE		0	Europe/Berlin	50.87319	7.83783				08	00	07132	07132045
2876607	Locherhof	locherhof	DE		0	Europe/Berlin	48.19596	8.47874				01	083	08325	08325071
2876608	Locherhof	locherhof	DE		0	Europe/Berlin	47.82372	9.50528				01	084	08436	08436095
2876611	Löcherberg	locherberg	DE		0	Europe/Berlin	48.43586	8.17606				01	083	08317	08317098
2876614	Locherau	locherau	DE		0	Europe/Berlin	51.70834	12.05924				14	00	15082	15082377
2876619	Lochenbach	lochenbach	DE		0	Europe/Berlin	48.99138	10.60876				02	097	09779	09779117
2876620	Lochen	lochen	DE		0	Europe/Berlin	48.06376	12.40204				02	091	09189	09189142
2876621	Lochen	lochen	DE		0	Europe/Berlin	47.90271	12.15607				02	091	09187	09187181
2876622	Lochen	lochen	DE		0	Europe/Berlin	47.88533	11.59856				02	091	09173	09173118
2876623	Lochen	lochen	DE		0	Europe/Berlin	47.78333	9.63333				01	084	08436	08436064
2876628	Lochbühl	lochbuhl	DE		0	Europe/Berlin	49.98417	11.90543				02	094	09479	09479138
2876630	Lochbrücke	lochbrucke	DE		0	Europe/Berlin	47.67491	9.53411				01	084	08435	08435035
2876632	Lochberg	lochberg	DE		0	Europe/Berlin	47.89583	12.09449				02	091	09187	09187142
2876645	Lochau	lochau	DE		1124	Europe/Berlin	51.39738	12.05303				14	00	15088	15088330
2876646	Lochau	lochau	DE		0	Europe/Berlin	50.35135	11.62461				02	094	09475	09475112
2876647	Lochau	lochau	DE		0	Europe/Berlin	49.96685	11.40776				02	094	09477	09477157
2876648	Lochau	lochau	DE		0	Europe/Berlin	49.93556	11.41299				02	094	09472	09472131
2876649	Lochau	lochau	DE		0	Europe/Berlin	49.91697	11.97544				02	093	09377	09377148
2876651	Loch	loch	DE		0	Europe/Berlin	50.59776	6.89421				07	053	05382	05382048
2876652	Loch	loch	DE		0	Europe/Berlin	50.80089	7.64086				07	053	05382	05382076
2876653	Loch	loch	DE		0	Europe/Berlin	50.19501	6.5294				08	00	07232	07232318
2876654	Loch	loch	DE		0	Europe/Berlin	49.9595	11.2388				02	094	09472	09472154
2876655	Loch	loch	DE		0	Europe/Berlin	49.73333	9.43333				01	081	08128	08128131
2876656	Loch	loch	DE		0	Europe/Berlin	49.61648	11.64529				02	093	09371	09371135
2876657	Loch	loch	DE		0	Europe/Berlin	49.56586	11.5371				02	095	09574	09574129
2876658	Loch	loch	DE		0	Europe/Berlin	49.40017	10.96485		Loch		02	095	09573	09573127
2876659	Loch	loch	DE		0	Europe/Berlin	49.10631	12.07189				02	093	09375	09375190
2876660	Loch	loch	DE		0	Europe/Berlin	49.01705	11.92742				02	093	09375	09375175
2876661	Loch	loch	DE		0	Europe/Berlin	48.55849	11.36072				02	091	09186	09186128
2876662	Loch	loch	DE		0	Europe/Berlin	48.50855	8.37945				01	082	08237	08237004
2876663	Loch	loch	DE		0	Europe/Berlin	47.78982	8.17407				01	083	08315	08315102
2876664	Loch	loch	DE		0	Europe/Berlin	47.57124	8.06041				01	083	08337	08337066
2876679	Loccum	loccum	DE		0	Europe/Berlin	52.45	9.15				06	00	03256	03256025
2876683	Löbtau	loebtau	DE		0	Europe/Berlin	51.04358	13.69444		Lobtau,Löbtau		13	00	14612	14612000
2876684	Löbstedt	loebstedt	DE		0	Europe/Berlin	50.95245	11.61509				15	00	16053	16053000
2876685	Lobstädt	lobstaedt	DE		2675	Europe/Berlin	51.13361	12.44861		Lobstadt,Lobstädt		13	00	14729	14729320
2876686	Lobsing	lobsing	DE		0	Europe/Berlin	48.85464	11.69163		Lobsing		02	091	09176	09176153
2876687	Lobsdorf	lobsdorf	DE		0	Europe/Berlin	50.81578	12.61359				13	00	14524	14524280
2876688	Löbschütz	loebschuetz	DE		0	Europe/Berlin	51.26299	12.83031				13	00	14729	14729160
2876689	Löbschütz	loebschuetz	DE		0	Europe/Berlin	51.20714	13.33546				13	00	14627	14627130
2876690	Löbschütz	loebschuetz	DE		0	Europe/Berlin	51.19843	12.31647				13	00	14729	14729430
2876691	Löbschütz	loebschuetz	DE		0	Europe/Berlin	51.14063	13.38648				13	00	14627	14627080
2876692	Löbschütz	loebschuetz	DE		0	Europe/Berlin	51.10832	11.73569				14	00	15084	15084355
2876693	Löbschütz	loebschuetz	DE		0	Europe/Berlin	50.80002	11.59244				15	00	16074	16074044
2876694	Lobscheid	lobscheid	DE		0	Europe/Berlin	51.00185	7.527		Lobscheid		07	053	05374	05374012
2876695	Löbsal	loebsal	DE		0	Europe/Berlin	51.22797	13.43399				13	00	14627	14627020
2876696	Löbnitz an der Linde	loebnitz-an-der-linde	DE		294	Europe/Berlin	51.73712	11.88466				14	00	15082	15082180
2876697	Löbnitz	loebnitz	DE		725	Europe/Berlin	54.29537	12.71929				12	00	13073	13073051
2876699	Löbnitz	loebnitz	DE		0	Europe/Berlin	51.56408	11.95565				14	00	15088	15088295
2876700	Löbnitz	loebnitz	DE		0	Europe/Berlin	51.11825	12.24619		Auligk-Lobnitz,Auligk-Löbnitz,Lobnitz,Löbnitz		13	00	14729	14729170
2876701	Lobmannswies	lobmannswies	DE		0	Europe/Berlin	49.10716	12.57775				02	093	09372	09372142
2876702	Lobmachtersen	lobmachtersen	DE		0	Europe/Berlin	52.09912	10.425				06	00	03102	03102000
2876703	Lobkevitz	lobkevitz	DE		0	Europe/Berlin	54.60112	13.32356				12	00	13073	13073013
2876705	Löbitz	loebitz	DE		467	Europe/Berlin	51.08836	11.8845		Lobitz,Löbitz		14	00	15084	15084335
2876706	Lobitsch	lobitsch	DE		0	Europe/Berlin	51.19438	11.90618		Lobitsch,Lobitzsch		14	00	15084	15084550
2876710	Lobertsried	lobertsried	DE		0	Europe/Berlin	48.98011	13.05198				02	092	09276	09276146
2876711	Löbersdorf	loebersdorf	DE		0	Europe/Berlin	51.64099	12.08254				14	00	15082	15082440
2876714	Löberitz	loeberitz	DE		1096	Europe/Berlin	51.65393	12.14655				14	00	15082	15082440
2876717	Lobeofsund	lobeofsund	DE		0	Europe/Berlin	52.72039	12.74929				11	00	12068	12068117
2876721	Bad Lobenstein	bad-lobenstein	DE		6164	Europe/Berlin	50.45223	11.6393	560	Bad Lobenshhajn,Bad Lobenshtajn,Bad Lobenstein,Bad-Lobenshtajn,Lobenstein,Moorbad Lobenstein,ba te luo ben shi tai yin,bad lwbnshtayn,Бад Лобенштајн,Бад Лобенщайн,Бад-Лобенштайн,باد لوبنشتاين,باد لوبن‌اشتاین,巴特洛本施泰因		15	00	16075	16075062
2876723	Lobensteig	lobensteig	DE		0	Europe/Berlin	49.74704	11.58787				02	094	09472	09472175
2876725	Lobenrot	lobenrot	DE		0	Europe/Berlin	48.77129	9.35593				01	081	08116	08116076
2876727	Lobenhausen	lobenhausen	DE		0	Europe/Berlin	51.16498	9.51792				05	066	06634	06634012
2876728	Lobenhausen	lobenhausen	DE		0	Europe/Berlin	49.18566	10.00331				01	081	08127	08127046
2876729	Löbenhain	loebenhain	DE		0	Europe/Berlin	50.86401	12.81496				13	00	14511	14511000
2876730	Lobenfeld	lobenfeld	DE		0	Europe/Berlin	49.35782	8.87143				01	082	08226	08226104
2876731	Lobendorf	lobendorf	DE		0	Europe/Berlin	51.76984	14.08293		Lobendorf,Lobozice,Łoboźice		11	00	12066	12066320
2876735	Löben	loeben	DE		256	Europe/Berlin	51.76544	13.07702				14	00	15091	15091010
2876736	Löben	loeben	DE		0	Europe/Berlin	51.21157	12.24001				13	00	14729	14729350
2876737	Löbelstein	lobelstein	DE		0	Europe/Berlin	50.2564	10.98909		Lobelstein,Löbelstein		02	094	09463	09463000
2876739	Löbejün	loebejuen	DE		2335	Europe/Berlin	51.63533	11.90106		Labejum,Lobejun,Löbejün		14	00	15088	15088216
2876741	Lobeda	lobeda	DE		0	Europe/Berlin	50.89562	11.60191				15	00	16053	16053000
2876743	Lobbese	lobbese	DE		0	Europe/Berlin	52.00757	12.722				11	00	12069	12069632
2876745	Lobberich	lobberich	DE		0	Europe/Berlin	51.30013	6.27085		Lobberich		07	051	05166	05166016
2876748	Fähr-Lobbendorf	fahr-lobbendorf	DE		0	Europe/Berlin	53.17747	8.60463		Fahr-Lobbendorf,Fähr-Lobbendorf,Lobbendorf		03	00	04011	04011000
2876751	Lobbe	lobbe	DE		0	Europe/Berlin	54.31883	13.71961				12	00	13073	13073107
2876755	Löbau	loebau	DE		18374	Europe/Berlin	51.09954	14.66738		L'obau,Lebau,Lebava,Ljobau,Lobau,Lobava,Lobavia,Loebau,Lubij,Löbau,Lēbava,lei bao,lwba,Лебау,Льобау,Лёбау,لوبا,勒鲍		13	00	14626	14626290
2876756	Lobas	lobas	DE		0	Europe/Berlin	51.00792	12.22761				14	00	15084	15084590
2876757	Lobacker	lobacker	DE		0	Europe/Berlin	54.58224	9.61853				10	00	01059	01059090
2876760	Lobach	lobach	DE		0	Europe/Berlin	51.8661	9.52429				06	00	03255	03255002
2876761	Löbach	loebach	DE		0	Europe/Berlin	50.85399	7.41787				07	053	05382	05382036
2876762	Lobach	lobach	DE		0	Europe/Berlin	47.66782	10.62429				02	097	09777	09777170
2876763	Loah	loah	DE		0	Europe/Berlin	48.0865	12.68451				02	091	09171	09171134
2876765	Lixfeld	lixfeld	DE		0	Europe/Berlin	50.80542	8.41193		Lixfeld		05	065	06534	06534002
2876767	Lixenried	lixenried	DE		0	Europe/Berlin	49.30899	12.76663				02	093	09372	09372126
2876769	Lixendöfering	lixendofering	DE		0	Europe/Berlin	49.33249	12.62644				02	093	09372	09372157
2876772	Litzlwalchen	litzlwalchen	DE		0	Europe/Berlin	47.92299	12.59191				02	091	09189	09189130
2876773	Litzlung	litzlung	DE		0	Europe/Berlin	48.76608	8.16204				01	082	08216	08216049
2876774	Litzlohe	litzlohe	DE		0	Europe/Berlin	49.35342	11.51041		Litzllohe		02	093	09373	09373153
2876776	Litzlkirchen	litzlkirchen	DE		0	Europe/Berlin	48.2082	12.37267				02	091	09183	09183113
2876777	Litzling	litzling	DE		0	Europe/Berlin	49.16141	12.56591				02	093	09372	09372158
2876778	Litzldorf	litzldorf	DE		0	Europe/Berlin	47.76137	12.0514				02	091	09187	09187129
2876782	Litzis	litzis	DE		0	Europe/Berlin	47.62095	9.85156				02	097	09776	09776122
2876783	Litzig	litzig	DE		0	Europe/Berlin	49.95596	7.12782				08	00	07231	07231124
2876789	Litzen	litzen	DE		0	Europe/Berlin	47.8612	10.42483				02	097	09777	09777154
2876790	Litzelstetten	litzelstetten	DE		0	Europe/Berlin	47.71409	9.17307		Konstanz-Litzelstetten		01	083	08335	08335043
2876792	Litzelsdorf	litzelsdorf	DE		0	Europe/Berlin	49.13652	12.47351		Litzeldorf,Litzelsdorf		02	093	09372	09372125
2876793	Litzelmannshof	litzelmannshof	DE		0	Europe/Berlin	47.68333	9.73333				01	084	08436	08436081
2876794	Litzelkirchen	litzelkirchen	DE		0	Europe/Berlin	48.44318	12.4451				02	092	09274	09274120
2876797	Litzelbach	litzelbach	DE		0	Europe/Berlin	49.62225	8.83308				05	064	06431	06431009
2876798	Litzelbach	litzelbach	DE		0	Europe/Berlin	47.93214	9.50869				01	084	08436	08436019
2876799	Litzelbach	litzelbach	DE		0	Europe/Berlin	47.9453	9.22165				01	084	08437	08437088
2876800	Litzau	litzau	DE		0	Europe/Berlin	47.69589	10.88414				02	091	09190	09190154
2876805	Littfeld	littfeld	DE		0	Europe/Berlin	51.00457	7.98019				07	059	05970	05970024
2876806	Litterzhofen	litterzhofen	DE		0	Europe/Berlin	49.06976	11.40853				02	091	09176	09176114
2876807	Litterscheid	litterscheid	DE		0	Europe/Berlin	50.80341	7.38405		Litterscheid		07	053	05382	05382052
2876810	Littenweiler	littenweiler	DE		0	Europe/Berlin	47.97863	7.89521		Littenweiler		01	083	08311	08311000
2876812	Littenhof	littenhof	DE		0	Europe/Berlin	49.4773	12.04446				02	093	09376	09376159
2876814	Litten	litten	DE		0	Europe/Berlin	51.19807	14.50832		Leton,Litten,Lětoń		13	00	14625	14625290
2876816	Littel	littel	DE		0	Europe/Berlin	53.02755	8.16073				06	00	03458	03458013
2876817	Littdorf	littdorf	DE		0	Europe/Berlin	51.07274	13.12419				13	00	14522	14522510
2876818	Litschental	litschental	DE		0	Europe/Berlin	48.28751	7.90951				01	083	08317	08317127
2876819	Litschen	litschen	DE		0	Europe/Berlin	51.36782	14.40827		Litschen,Zlycin,Złyčin		13	00	14625	14625330
2876822	Listrup	listrup	DE		0	Europe/Berlin	52.38676	7.35553		Listrup		06	00	03454	03454010
2876824	Listringen	listringen	DE		0	Europe/Berlin	52.10086	10.06825		Listringen		06	00	03254	03254005
2876827	Listhof	listhof	DE		0	Europe/Berlin	48.78862	10.71197				02	097	09779	09779155
2876830	Listernohl	listernohl	DE		0	Europe/Berlin	51.11347	7.87536				07	059	05966	05966004
2876835	Listenberg	listenberg	DE		0	Europe/Berlin	50.08934	11.51256				02	094	09477	09477127
2876838	Lissow	lissow	DE		0	Europe/Berlin	53.88209	12.40803				12	00	13072	13072062
2876839	Lissingen	lissingen	DE		0	Europe/Berlin	50.21583	6.6363				08	00	07233	07233026
2876841	Lissenthau	lissenthau	DE		0	Europe/Berlin	49.44709	12.12928		Lissenthan,Lissenthau		02	093	09376	09376144
2876843	Lissen	lissen	DE		0	Europe/Berlin	51.08288	11.922				14	00	15084	15084375
2876844	Lißdorf	lissdorf	DE		0	Europe/Berlin	51.12551	11.59023				14	00	15084	15084125
2876845	Lißberg	lissberg	DE		0	Europe/Berlin	50.37369	9.08143				05	064	06440	06440019
2876846	Lissa	lissa	DE		0	Europe/Berlin	51.49564	12.27338				13	00	14730	14730340
2876847	Lispenhausen	lispenhausen	DE		0	Europe/Berlin	50.9911	9.77118		Lispenhausen		05	066	06632	06632018
2876849	Lisdorf	lisdorf	DE		0	Europe/Berlin	49.3053	6.75871		Lisdorf		09	00	10044	10044115
2876851	Lischow	lischow	DE		0	Europe/Berlin	53.97527	11.60637				12	00	13074	13074056
2876853	Lischeid	lischeid	DE		0	Europe/Berlin	50.91996	9.02209				05	066	06634	06634006
2876856	Liptitz	liptitz	DE		0	Europe/Berlin	51.25561	12.93596		Liptitz		13	00	14730	14730330
2876857	Liptingen	liptingen	DE		0	Europe/Berlin	47.93851	8.90964		Liptingen		01	083	08327	08327057
2876860	Lipsitz	lipsitz	DE		0	Europe/Berlin	54.45141	13.37556				12	00	13073	13073010
2876862	Lipsa	lipsa	DE		0	Europe/Berlin	51.39155	13.90629		Lindenort		11	00	12066	12066124
2876864	Lippstädter Bruch	lippstaedter-bruch	DE		0	Europe/Berlin	51.76667	8.55				07	057	05774	05774020
2876869	Lipprichhausen	lipprichhausen	DE		0	Europe/Berlin	49.56909	10.12545				02	095	09575	09575130
2876871	Lipprandis	lipprandis	DE		0	Europe/Berlin	50.83931	12.52376				13	00	14524	14524080
2876872	Lippramsdorf	lippramsdorf	DE		0	Europe/Berlin	51.71588	7.09667		Lippramsdorf		07	055	05562	05562016
2876875	Lippoldsweiler	lippoldsweiler	DE		0	Europe/Berlin	48.93748	9.52139				01	081	08119	08119006
2876876	Lippoldsruhe	lippoldsruhe	DE		0	Europe/Berlin	50.72971	12.55378				13	00	14524	14524200
2876877	Lippoldshausen	lippoldshausen	DE		0	Europe/Berlin	51.41596	9.72608				06	00	03159	03159017
2876878	Lippoldsberg	lippoldsberg	DE		0	Europe/Berlin	51.62239	9.56017				05	066	06633	06633030
2876879	Lippling	lippling	DE		0	Europe/Berlin	51.79867	8.55225		Lippling		07	057	05774	05774020
2876883	Lippitsch	lippitsch	DE		0	Europe/Berlin	51.31181	14.4408		Lipic,Lipič,Lippitsch		13	00	14625	14625490
2876885	Lippinghausen	lippinghausen	DE		0	Europe/Berlin	52.15051	8.64353		Lippinghausen		07	057	05758	05758016
2876888	Lippholthausen	lippholthausen	DE		0	Europe/Berlin	51.61384	7.48114		Lippholthausen,Lippoltshausen		07	059	05978	05978024
2876892	Lippertsweiler	lippertsweiler	DE		0	Europe/Berlin	47.97119	9.69732				01	084	08436	08436008
2876893	Lippertsreute	lippertsreute	DE		0	Europe/Berlin	47.80444	9.23835		Lippertsreute		01	084	08435	08435059
2876894	Lippertskirchen	lippertskirchen	DE		0	Europe/Berlin	47.7841	11.99025				02	091	09187	09187129
2876895	Lippertshofen	lippertshofen	DE		0	Europe/Berlin	49.28271	11.54903				02	093	09373	09373147
2876896	Lippertshofen	lippertshofen	DE		0	Europe/Berlin	48.83544	11.3566				02	091	09176	09176126
2876897	Lippertsgrün	lippertsgrun	DE		0	Europe/Berlin	50.30622	11.64821				02	094	09475	09475156
2876898	Lipperts	lipperts	DE		0	Europe/Berlin	50.2973	11.79862		Lipperts		02	094	09475	09475145
2876900	Lippersdorf	lippersdorf	DE		0	Europe/Berlin	50.82762	11.79939				15	00	16074	16074053
2876901	Lippersdorf	lippersdorf	DE		0	Europe/Berlin	50.76216	13.25899		Lippersdorf		13	00	14521	14521495
2876903	Lipperreihe	lipperreihe	DE		0	Europe/Berlin	51.93416	8.63204				07	057	05766	05766056
2876904	Lipperode	lipperode	DE		0	Europe/Berlin	51.6929	8.37745		Lipperode		07	059	05974	05974028
2876909	Lippentrup	lippentrup	DE		0	Europe/Berlin	51.78324	8.27767				07	057	05754	05754024
2876915	Lippendorf	lippendorf	DE		0	Europe/Berlin	51.17394	12.37191		Medewitzsch		13	00	14729	14729320
2876917	Lippen	lippen	DE		0	Europe/Berlin	51.37843	14.46497		Lipiny,Lippen,Липпен		13	00	14625	14625330
2876918	Lippelsdorf	lippelsdorf	DE		0	Europe/Berlin	50.52589	11.24203				15	00	16073	16073028
2876919	Lippedorf	lippedorf	DE		0	Europe/Berlin	51.63937	6.63497		Lippedorf,Lipperdorf		07	051	05170	05170048
2876924	Lippe	lippe	DE		0	Europe/Berlin	51.68088	7.06237				07	055	05562	05562024
2876925	Lippe	lippe	DE		0	Europe/Berlin	51.64375	7.43239				07	055	05562	05562036
2876926	Lippe	lippe	DE		0	Europe/Berlin	52.18333	13.85				11	00	12061	12061344
2876927	Lippe	lippe	DE		0	Europe/Berlin	51.98333	8.65				07	057	05711	05711000
2876928	Lippe	lippe	DE		0	Europe/Berlin	51.06667	7.05				07	053	05316	05316000
2876929	Lippe	lippe	DE		0	Europe/Berlin	50.70884	8.05848				07	059	05970	05970008
2876931	Lippborg	lippborg	DE		0	Europe/Berlin	51.66391	8.04177		Lippborg		07	059	05974	05974024
2876933	Lippach	lippach	DE		0	Europe/Berlin	48.89755	10.2531				01	081	08136	08136082
2876935	Lipp	lipp	DE		0	Europe/Berlin	50.9962	6.56313				07	053	05362	05362004
2876936	Lipfersberg	lipfersberg	DE		0	Europe/Berlin	49.28947	9.65009				01	081	08126	08126039
2876937	Lipburg	lipburg	DE		0	Europe/Berlin	47.78675	7.65876				01	083	08315	08315007
2876940	Lipbach	lipbach	DE		0	Europe/Berlin	47.69864	9.39723		Lipbach		01	084	08435	08435016
2876943	Linzing	linzing	DE		0	Europe/Berlin	48.69133	12.98528				02	092	09271	09271141
2876944	Linzgis	linzgis	DE		0	Europe/Berlin	47.6759	9.94774				01	084	08436	08436094
2876948	Linzenich	linzenich	DE		0	Europe/Berlin	50.66398	6.67112				07	053	05366	05366044
2876950	Linzel	linzel	DE		0	Europe/Berlin	51.81343	8.21514				07	055	05570	05570028
2876953	Linz	linz	DE		0	Europe/Berlin	51.34252	13.7342				13	00	14627	14627250
2876954	Linx	linx	DE		0	Europe/Berlin	48.6234	7.89322				01	083	08317	08317153
2876955	Linumhorst	linumhorst	DE		0	Europe/Berlin	52.78512	12.92387				11	00	12065	12065165
2876957	Linum	linum	DE		0	Europe/Berlin	52.75957	12.87495				11	00	12068	12068117
2876958	Lintzel	lintzel	DE		0	Europe/Berlin	52.9911	10.2562				06	00	03360	03360029
2876959	Lintorf	lintorf	DE		0	Europe/Berlin	52.30688	8.43204				06	00	03459	03459003
2876960	Lintorf	lintorf	DE		0	Europe/Berlin	51.3368	6.83122		Lintorf		07	051	05158	05158028
2876966	Lintfort	lintfort	DE		0	Europe/Berlin	51.49622	6.55671				07	051	05170	05170020
2876969	Lintern	lintern	DE		0	Europe/Berlin	52.44141	7.85074				06	00	03459	03459027
2876970	Linter	linter	DE		0	Europe/Berlin	50.36833	8.09603		Linter		05	065	06533	06533009
2876973	Linteln	linteln	DE		0	Europe/Berlin	52.41839	8.68441				07	057	05770	05770040
2876974	Lintelermarsch	lintelermarsch	DE		0	Europe/Berlin	53.62273	7.19306		Lintelermarsch		06	00	03452	03452019
2876976	Lintel	lintel	DE		0	Europe/Berlin	53.21667	8.78333				06	00	03356	03356007
2876977	Lintel	lintel	DE		0	Europe/Berlin	53.09669	8.37917				06	00	03458	03458010
2876982	Lintach	lintach	DE		0	Europe/Berlin	48.94159	12.70349				02	092	09278	09278139
2876983	Lintach	lintach	DE		0	Europe/Berlin	49.47063	11.94085				02	093	09371	09371122
2876984	Linswegerfeld	linswegerfeld	DE		0	Europe/Berlin	53.29	7.98845				06	00	03451	03451007
2876985	Linswege	linswege	DE		0	Europe/Berlin	53.2793	7.9637				06	00	03451	03451007
2876987	Linstow	linstow	DE		0	Europe/Berlin	53.60921	12.38314				12	00	13072	13072026
2876989	Linslerhof	linslerhof	DE		0	Europe/Berlin	49.25201	6.73076				09	00	10044	10044119
2876990	Linsingen	linsingen	DE		0	Europe/Berlin	50.96213	9.28337		Linsingen		05	066	06634	06634004
2876994	Linsenhofen	linsenhofen	DE		0	Europe/Berlin	48.57857	9.37108				01	081	08116	08116020
2876995	Linsenhof	linsenhof	DE		0	Europe/Berlin	50.61754	10.67039				15	00	16054	16054000
2876996	Linsenhof	linsenhof	DE		0	Europe/Berlin	48.91725	9.78573				01	081	08136	08136027
2876997	Linsenhof	linsenhof	DE		0	Europe/Berlin	48.88021	9.45805				01	081	08119	08119089
2877007	Linse	linse	DE		0	Europe/Berlin	51.98477	9.53438		Linse		06	00	03255	03255003
2877008	Linscheid	linscheid	DE		0	Europe/Berlin	51.25302	7.52961				07	059	05962	05962056
2877017	Linow	linow	DE		0	Europe/Berlin	53.38333	13.95		Lindow,Linow		11	00	12073	12073452
2877018	Linow	linow	DE		0	Europe/Berlin	53.1002	12.82919		Linow		11	00	12068	12068353
2877020	Linning	linning	DE		0	Europe/Berlin	51.22269	6.58733				07	051	05162	05162016
2877025	Linnerheide	linnerheide	DE		0	Europe/Berlin	52.2898	8.39732				06	00	03459	03459003
2877030	Linneperhütte	linneperhuette	DE		0	Europe/Berlin	51.29887	8.08647				07	059	05958	05958044
2877032	Linnepe	linnepe	DE		0	Europe/Berlin	51.3119	8.07236		Linnepe		07	059	05958	05958044
2877034	Linnenkamp	linnenkamp	DE		0	Europe/Berlin	51.8622	9.66998		Linnenkamp		06	00	03255	03255036
2877035	Linnenfeld	linnenfeld	DE		0	Europe/Berlin	51.73333	7.86667				07	055	05570	05570004
2877038	Linnenbeeke	linnenbeeke	DE		0	Europe/Berlin	52.12443	8.88245		Linnenbecke		07	057	05758	05758036
2877039	Linnenbach	linnenbach	DE		0	Europe/Berlin	49.65669	8.75477				05	064	06431	06431007
2877044	Linne	linne	DE		0	Europe/Berlin	52.29465	8.40272				06	00	03459	03459003
2877045	Linne	linne	DE		0	Europe/Berlin	52.26569	8.23292				06	00	03459	03459012
2877048	Linnau	linnau	DE		0	Europe/Berlin	54.70324	9.174				10	00	01059	01059179
2877049	Linn	linn	DE		0	Europe/Berlin	51.33743	6.64241		Linn		07	051	05114	05114000
2877054	Linker Sulzbach	linker-sulzbach	DE		0	Europe/Berlin	48.24171	8.18951				01	083	08317	08317039
2877058	Linkenheim	linkenheim	DE		0	Europe/Berlin	49.12545	8.41003				01	082	08215	08215105
2877063	Linken	linken	DE		0	Europe/Berlin	52.24834	8.44946				06	00	03459	03459024
2877069	Lingwedel	lingwedel	DE		0	Europe/Berlin	52.67916	10.52239				06	00	03151	03151007
2877074	Linggen	linggen	DE		0	Europe/Berlin	47.7111	10.34335				02	097	09780	09780120
2877075	Lingeshof	lingeshof	DE		0	Europe/Berlin	50.48962	9.72908				05	066	06631	06631006
2877081	Lingenreute	lingenreute	DE		0	Europe/Berlin	47.63333	9.85				02	097	09776	09776122
2877086	Lingenau	lingenau	DE		0	Europe/Berlin	51.73961	12.20121				14	00	15082	15082301
2877092	Lingelbach	lingelbach	DE		0	Europe/Berlin	50.761	9.40292				05	065	06535	06535001
2877093	Linge	linge	DE		0	Europe/Berlin	51.09798	7.5543				07	053	05374	05374024
2877098	Lindwerder	lindwerder	DE		0	Europe/Berlin	51.82875	13.02986		Lindwerder		14	00	15091	15091145
2877102	Lindweiler	lindweiler	DE		0	Europe/Berlin	51.00393	6.88903				07	053	05315	05315000
2877103	Lindweiler	lindweiler	DE		0	Europe/Berlin	50.45879	6.74949		Lindweiler		07	053	05366	05366008
2877105	Lindum	lindum	DE		0	Europe/Berlin	48.25396	12.12857				02	091	09177	09177115
2877111	Lindstedterhorst	lindstedterhorst	DE		0	Europe/Berlin	52.60394	11.5539		Lindstedterhorst		14	00	15081	15081135
2877113	Lindschied	lindschied	DE		0	Europe/Berlin	50.16019	8.06602		Lindschied		05	064	06439	06439002
2877114	Lindscheid	lindscheid	DE		0	Europe/Berlin	51.07213	7.18507				07	053	05378	05378032
2877115	Lindscheid	lindscheid	DE		0	Europe/Berlin	50.86779	7.50582		Lindscheid		07	053	05374	05374032
2877116	Lindscheid	lindscheid	DE		0	Europe/Berlin	50.72745	7.43473		Lindscheid		07	053	05382	05382016
2877117	Lindscheid	lindscheid	DE		0	Europe/Berlin	49.4907	6.92657		Lindscheid		09	00	10046	10046118
2877124	Lindow	lindow	DE		0	Europe/Berlin	53.7953	10.92513				12	00	13074	13074094
2877125	Lindow	lindow	DE		0	Europe/Berlin	53.55651	13.59516				12	00	13071	13071054
2877126	Lindow	lindow	DE		3336	Europe/Berlin	52.96689	12.98498		Lindov,lin duo fu,lyndw,Линдов,لیندو,林多夫		11	00	12068	12068280
2877127	Lindow	lindow	DE		0	Europe/Berlin	52.10377	14.3028		Lindow		11	00	12067	12067137
2877128	Lindow	lindow	DE		0	Europe/Berlin	52.01211	12.92278		Lindow		11	00	12072	12072297
2877129	Lindorf	lindorf	DE		0	Europe/Berlin	48.92	10.26972				01	081	08136	08136082
2877130	Lindorf	lindorf	DE		0	Europe/Berlin	48.64536	9.41425				01	081	08116	08116033
2877134	Lindloh	lindloh	DE		0	Europe/Berlin	52.80681	7.08465				06	00	03454	03454018
2877141	Lindlein	lindlein	DE		0	Europe/Berlin	49.3206	10.00441				01	081	08127	08127075
2877144	Lindl	lindl	DE		0	Europe/Berlin	48.38955	11.0637				02	097	09771	09771122
2877146	Lindkirchen	lindkirchen	DE		0	Europe/Berlin	48.67288	11.79065				02	092	09273	09273147
2877148	Linding	linding	DE		0	Europe/Berlin	48.37763	13.06292				02	092	09277	09277149
2877149	Linding	linding	DE		0	Europe/Berlin	48.34529	13.21629				02	092	09275	09275143
2877151	Lindigthäuser	lindigthaeuser	DE		0	Europe/Berlin	50.94003	13.91765				13	00	14628	14628270
2877154	Lindigshof	lindigshof	DE		0	Europe/Berlin	50.8894	10.21384				15	00	16063	16063097
2877155	Lindigshof	lindigshof	DE		0	Europe/Berlin	50.71069	10.14992				15	00	16063	16063015
2877177	Lindholzfarm	lindholzfarm	DE		0	Europe/Berlin	52.65483	12.75513				11	00	12063	12063228
2877178	Lindholz	lindholz	DE		0	Europe/Berlin	53.0012	9.14952				06	00	03361	03361006
2877181	Lindholm	lindholm	DE		0	Europe/Berlin	54.7601	8.87455				10	00	01054	01054109
2877183	Lindhöft	lindhoeft	DE		0	Europe/Berlin	54.45543	9.96641				10	00	01058	01058116
2877185	Lindhof	lindhof	DE		0	Europe/Berlin	52.84856	11.71149				14	00	15090	15090007
2877186	Lindhof	lindhof	DE		0	Europe/Berlin	52.72237	10.86754		Lindhof		14	00	15081	15081105
2877193	Lindheim	lindheim	DE		0	Europe/Berlin	53.05309	9.05617				06	00	03361	03361009
2877194	Lindheim	lindheim	DE		0	Europe/Berlin	50.29045	8.98016		Lindheim		05	064	06440	06440001
2877196	Lindhardt	lindhardt	DE		0	Europe/Berlin	51.2574	12.59274		Lindhardt,Naunhof-Lindhardt		13	00	14729	14729300
2877197	Lindgraben	lindgraben	DE		0	Europe/Berlin	48.39696	10.65142				02	097	09772	09772159
2877199	Lindforst	lindforst	DE		0	Europe/Berlin	48.89848	12.8144				02	092	09278	09278187
2877201	Lindflur	lindflur	DE		0	Europe/Berlin	49.71106	9.93099				02	096	09679	09679176
2877202	Lindfeld	lindfeld	DE		0	Europe/Berlin	51.4	14.73333		Kolonie Lindfeld,Lindfeld		13	00	14626	14626460
2877208	Linderte	linderte	DE		0	Europe/Berlin	52.27635	9.6623				06	00	03241	03241014
2877213	Lindernerfeld	lindernerfeld	DE		0	Europe/Berlin	53.21655	7.86361				06	00	03451	03451007
2877215	Lindern	lindern	DE		0	Europe/Berlin	53.22194	7.88518		Lindern		06	00	03451	03451007
2877216	Lindern	lindern	DE		0	Europe/Berlin	52.84439	7.77898		Lindern,lin de er en,Линдерн,林德尔恩		06	00	03453	03453010
2877217	Lindern	lindern	DE		0	Europe/Berlin	52.66725	8.83542				06	00	03251	03251040
2877218	Lindern	lindern	DE		0	Europe/Berlin	50.99693	6.21057		Lindern		07	053	05370	05370012
2877220	Linderhofe	linderhofe	DE		0	Europe/Berlin	52.05571	9.05677		Linderhof,Linderhofe		07	057	05766	05766028
2877222	Linderhof	linderhof	DE		400	Europe/Berlin	47.5683	10.95457		Linderkhof,Линдерхоф		02			
2877225	Linderhausen	linderhausen	DE		0	Europe/Berlin	51.30524	7.29584		Linderhausen		07	059	05954	05954024
2877230	Linderbruch	linderbruch	DE		0	Europe/Berlin	52.06815	9.07789				07	057	05766	05766028
2877233	Linderbach	linderbach	DE		0	Europe/Berlin	50.97949	11.10126		Linderbach		15	00	16051	16051000
2877235	Lindenweg Siedlung	lindenweg-siedlung	DE		0	Europe/Berlin	53.18845	14.0637				11	00	12073	12073645
2877239	Lindenthal	lindenthal	DE		0	Europe/Berlin	52.50694	11.40745		Forsthaus Lindenthal,Lindenthal		14	00	15081	15081135
2877240	Lindenthal	lindenthal	DE		0	Europe/Berlin	51.39373	12.33054		Lidenthal,Lindenthal		13	00	14713	14713000
2877245	Lindental	lindental	DE		0	Europe/Berlin	48.87373	9.505				01	081	08119	08119061
2877247	Lindenstruth	lindenstruth	DE		0	Europe/Berlin	50.59302	8.8564		Lindenstruth		05	065	06531	06531016
2877248	Lindensee	lindensee	DE		0	Europe/Berlin	53.25187	13.63251				11	00	12073	12073069
2877256	Lindenloh	lindenloh	DE		0	Europe/Berlin	49.36167	12.14949				02	093	09376	09376161
2877262	Lindenhorst	lindenhorst	DE		0	Europe/Berlin	51.5474	7.45025				07	059	05913	05913000
2877264	Lindenholzhausen	lindenholzhausen	DE		0	Europe/Berlin	50.37602	8.12159		Lindenholzhausen		05	065	06533	06533009
2877267	Lindenhof	lindenhof	DE		0	Europe/Berlin	53.85116	13.00195				12	00	13071	13071014
2877268	Lindenhof	lindenhof	DE		0	Europe/Berlin	52.56952	11.87073				14	00	15090	15090535
2877269	Lindenhof	lindenhof	DE		0	Europe/Berlin	50.97355	8.51699				05	066	06635	06635014
2877270	Lindenhof	lindenhof	DE		0	Europe/Berlin	50.81667	10.75				15	00	16067	16067053
2877271	Lindenhof	lindenhof	DE		0	Europe/Berlin	49.05	9.98333				01	081	08127	08127103
2877272	Lindenhof	lindenhof	DE		0	Europe/Berlin	47.88846	9.41535				01	084	08436	08436083
2877273	Lindenhof	lindenhof	DE		0	Europe/Berlin	47.56667	9.65				02	097	09776	09776128
2877304	Lindenhayn	lindenhayn	DE		0	Europe/Berlin	51.51665	12.4966				13	00	14730	14730280
2877308	Lindenhardt	lindenhardt	DE		0	Europe/Berlin	49.8291	11.5354				02	094	09472	09472127
2877314	Lindenfurterhof	lindenfurterhof	DE		0	Europe/Berlin	49.91737	9.51364		Lindenfurterhof		02			
2877316	Lindenfelde	lindenfelde	DE		0	Europe/Berlin	53.87457	13.01589				12	00	13071	13071029
2877317	Lindenfeld	lindenfeld	DE		0	Europe/Berlin	51.57892	14.12889				11	00	12066	12066226
2877329	Lindenbuch	lindenbuch	DE		0	Europe/Berlin	48.3479	8.45264				01	082	08237	08237045
2877332	Lindenbrück	lindenbrueck	DE		0	Europe/Berlin	52.13048	13.49857				11	00	12072	12072477
2877333	Lindenbronn	lindenbronn	DE		0	Europe/Berlin	48.77366	9.70569				01	081	08117	08117053
2877334	Lindenbreite	lindenbreite	DE		0	Europe/Berlin	52.61667	11.26667				14	00	15081	15081280
2877418	Lindenbeck	lindenbeck	DE		0	Europe/Berlin	53.49989	11.96136				12	00	13076	13076051
2877438	Linden-Nord	linden-nord	DE		0	Europe/Berlin	52.37204	9.70676				06	00	03241	03241001
2877487	Lindemannsheide	lindemannsheide	DE		0	Europe/Berlin	52.05903	8.76263				07	057	05766	05766008
2877496	Lindelberg	lindelberg	DE		0	Europe/Berlin	49.17879	9.46867				01	081	08126	08126069
2877502	Lindelbach	lindelbach	DE		0	Europe/Berlin	49.75681	9.58435		Lindelbach		01	081	08128	08128131
2877503	Lindelbach	lindelbach	DE		0	Europe/Berlin	49.73329	10.03352		Lindelbach		02	096	09679	09679175
2877505	Lindegg	lindegg	DE		0	Europe/Berlin	47.67067	10.87851				02	091	09190	09190154
2877509	Linde	linde	DE		0	Europe/Berlin	52.98968	14.11572				11	00	12073	12073008
2877510	Linde	linde	DE		0	Europe/Berlin	52.89192	13.126				11	00	12065	12065198
2877511	Linde	linde	DE		0	Europe/Berlin	52.54514	12.6628				11	00	12063	12063186
2877512	Linde	linde	DE		0	Europe/Berlin	51.22257	6.24473				07	051	05166	05166024
2877513	Linde	linde	DE		0	Europe/Berlin	51.09244	7.22078				07	053	05378	05378032
2877514	Linde	linde	DE		0	Europe/Berlin	51.01967	7.32111		Linde		07	053	05374	05374020
2877515	Linde	linde	DE		0	Europe/Berlin	50.99647	7.25488				07	053	05378	05378012
2877516	Linde	linde	DE		0	Europe/Berlin	50.93315	7.2614				07	053	05378	05378024
2877521	Lindchen	lindchen	DE		0	Europe/Berlin	51.60655	14.12644		Lindchen,Lindow		11	00	12066	12066226
2877523	Lindbergmühle	lindbergmuhle	DE		0	Europe/Berlin	49.04906	13.2644				02	092	09276	09276130
2877534	Lindaunis	lindaunis	DE		0	Europe/Berlin	54.59602	9.82527				10	00	01059	01059187
2877566	Lindach	lindach	DE		0	Europe/Berlin	49.92685	10.20301		Lindach		02	096	09678	09678150
2877567	Lindach	lindach	DE		0	Europe/Berlin	49.89243	11.08469				02	094	09471	09471142
2877568	Lindach	lindach	DE		0	Europe/Berlin	49.41725	9.0077				01	082	08226	08226013
2877569	Lindach	lindach	DE		0	Europe/Berlin	49.38738	10.57919				02	095	09571	09571194
2877570	Lindach	lindach	DE		0	Europe/Berlin	48.9372	11.94882				02	092	09273	09273137
2877571	Lindach	lindach	DE		0	Europe/Berlin	48.82807	12.16361				02	093	09375	09375196
2877572	Lindach	lindach	DE		0	Europe/Berlin	48.83193	9.81731				01	081	08136	08136065
2877573	Lindach	lindach	DE		0	Europe/Berlin	48.72596	11.53822				02	091	09186	09186137
2877574	Lindach	lindach	DE		0	Europe/Berlin	48.70323	11.6614				02	092	09273	09273113
2877575	Lindach	lindach	DE		0	Europe/Berlin	48.5821	11.42922				02	091	09186	09186128
2877576	Lindach	lindach	DE		0	Europe/Berlin	48.36472	10.62695		Lindach		02	097	09772	09772131
2877577	Lindach	lindach	DE		0	Europe/Berlin	48.30526	11.3106				02	091	09174	09174143
2877578	Lindach	lindach	DE		0	Europe/Berlin	48.1923	12.3888				02	091	09183	09183148
2877579	Lindach	lindach	DE		0	Europe/Berlin	48.20068	11.23251				02	091	09179	09179121
2877580	Lindach	lindach	DE		0	Europe/Berlin	48.15722	12.80205				02	091	09171	09171112
2877581	Lindach	lindach	DE		0	Europe/Berlin	48.16832	11.84884				02	091	09175	09175111
2877582	Lindach	lindach	DE		0	Europe/Berlin	48.00365	12.57746				02	091	09189	09189157
2877583	Lindach	lindach	DE		0	Europe/Berlin	47.98053	11.82399				02	091	09175	09175116
2877605	Linda	linda	DE		604	Europe/Berlin	51.85677	13.10315				14	00	15091	15091145
2877606	Linda	linda	DE		0	Europe/Berlin	50.99761	12.62432		Jahnshain-Linda		13	00	14729	14729140
2877607	Linda	linda	DE		398	Europe/Berlin	50.91196	11.39617				15	00	16071	16071055
2877608	Linda	linda	DE		0	Europe/Berlin	50.87304	13.27595				13	00	14522	14522050
2877609	Linda	linda	DE		493	Europe/Berlin	50.80643	12.19314		Linda		15	00	16076	16076043
2877610	Linda	linda	DE		0	Europe/Berlin	50.68576	11.7827				15	00	16075	16075073
2877611	Linda	linda	DE		0	Europe/Berlin	50.57317	11.97885		Linda		13	00	14523	14523310
2877628	Limsdorf	limsdorf	DE		0	Europe/Berlin	52.15888	14.01863				11	00	12067	12067481
2877635	Limperich	limperich	DE		0	Europe/Berlin	50.72712	7.13101				07	053	05314	05314000
2877637	Limpach	limpach	DE		0	Europe/Berlin	47.7952	9.43018				01	084	08435	08435067
2877638	Limmritz	limmritz	DE		0	Europe/Berlin	51.1167	13.05008				13	00	14522	14522080
2877639	Limminghofen	limminghofen	DE		0	Europe/Berlin	51.16667	7.03333				07	051	05122	05122000
2877641	Limmersdorf	limmersdorf	DE		0	Europe/Berlin	50.0086	11.40695		Limmersdorf		02	094	09477	09477157
2877642	Limmer	limmer	DE		0	Europe/Berlin	52.37528	9.6908				06	00	03241	03241001
2877643	Limmer	limmer	DE		0	Europe/Berlin	52.00028	9.80149		Limmer		06	00	03254	03254002
2877645	Limlingerode	limlingerode	DE		0	Europe/Berlin	51.54185	10.5249				15	00	16062	16062062
2877650	Limburg	limburg	DE		0	Europe/Berlin	48.03138	12.18221		ZNW		02	091	09187	09187182
2877654	Limbergen	limbergen	DE		0	Europe/Berlin	52.3959	7.83497				06	00	03459	03459027
2877655	Limbergen	limbergen	DE		0	Europe/Berlin	51.89649	7.32173				07	055	05558	05558032
2877658	Limberg	limberg	DE		0	Europe/Berlin	51.75541	14.18708		Limbark,Limberg		11	00	12071	12071244
2877659	Limberg	limberg	DE		0	Europe/Berlin	47.97959	12.68609				02	091	09189	09189150
2877672	Limbachshof	limbachshof	DE		0	Europe/Berlin	49.73333	10.85				02	095	09572	09572135
2877704	Lillstadt	lillstadt	DE		0	Europe/Berlin	49.44935	9.77263				01	081	08128	08128007
2877705	Lillinghof	lillinghof	DE		0	Europe/Berlin	49.60331	11.29163				02	095	09574	09574155
2877706	Lilling	lilling	DE		0	Europe/Berlin	49.6359	11.29034				02	094	09474	09474132
2877707	Lilkendey	lilkendey	DE		0	Europe/Berlin	53.2388	8.70217				06	00	03356	03356007
2877713	Liliensiek	liliensiek	DE		0	Europe/Berlin	52.26823	8.80218				07	057	05770	05770024
2877719	Lilach	lilach	DE		0	Europe/Berlin	49.65182	9.82525		Hof Lilach,Lilach		01	081	08128	08128137
2877721	Liggersdorf	liggersdorf	DE		0	Europe/Berlin	47.88701	9.10974				01	083	08335	08335096
2877722	Liggeringen	liggeringen	DE		0	Europe/Berlin	47.77487	9.02724				01	083	08335	08335063
2877724	Ligenz	ligenz	DE		0	Europe/Berlin	49.74774	11.60567				02	093	09371	09371113
2877725	Liezenhofen	liezenhofen	DE		0	Europe/Berlin	47.76842	9.94821				01	084	08436	08436055
2877726	Lieversberg	lieversberg	DE		0	Europe/Berlin	51.33333	6.71667				07	051	05111	05111000
2877727	Lietzsch	lietzsch	DE		0	Europe/Berlin	50.83079	12.084				15	00	16052	16052000
2877730	Lietzo	lietzo	DE		0	Europe/Berlin	52.06285	12.10905				14	00	15082	15082430
2877731	Lietzen-Nord	lietzen-nord	DE		0	Europe/Berlin	52.48232	14.33463				11	00	12064	12064288
2877739	Liethe	liethe	DE		0	Europe/Berlin	52.44797	9.4555				06	00	03241	03241021
2877740	Liethe	liethe	DE		0	Europe/Berlin	51.61667	7.95				07	059	05974	05974048
2877756	Liessing	liessing	DE		0	Europe/Berlin	48.60416	13.14445		Liessing,Lissing		02	092	09275	09275154
2877758	Ließen	liessen	DE		0	Europe/Berlin	52.0003	13.33779		Liessen,Ließen		11	00	12072	12072014
2877761	Lieske	lieske	DE		0	Europe/Berlin	51.55655	14.13318		Leska,Lieske,Lěska		11	00	12066	12066226
2877762	Lieske	lieske	DE		0	Europe/Berlin	51.35757	14.14123		Leska,Lieske,Lěska		13	00	14625	14625420
2877763	Lieske	lieske	DE		0	Europe/Berlin	51.32768	14.52971		Leskej,Lieske,Lěskej		13	00	14625	14625340
2877774	Liesenfeld	liesenfeld	DE		0	Europe/Berlin	50.15745	7.53917				08	00	07140	07140036
2877777	Liesen	liesen	DE		0	Europe/Berlin	51.13399	8.61503		Liesen		07	059	05958	05958020
2877783	Lieschow	lieschow	DE		0	Europe/Berlin	54.43021	13.1681				12	00	13073	13073095
2877784	Liesbüttel	liesbuettel	DE		0	Europe/Berlin	54.13017	9.38882				10	00	01058	01058156
2877785	Liesborn	liesborn	DE		0	Europe/Berlin	51.71093	8.25739		Liesborn		07	055	05570	05570048
2877788	Liersberg	liersberg	DE		0	Europe/Berlin	49.72099	6.53749				08	00	07235	07235051
2877789	Liers	liers	DE		0	Europe/Berlin	50.45674	6.94387				08	00	07131	07131029
2877790	Lieritzhofen	lieritzhofen	DE		0	Europe/Berlin	49.42538	11.51032				02	095	09574	09574111
2877791	Lierheim	lierheim	DE		0	Europe/Berlin	48.81003	10.60404				02	097	09779	09779185
2877797	Lierbach	lierbach	DE		0	Europe/Berlin	48.51543	8.18279				01	083	08317	08317098
2877800	Liepolding	liepolding	DE		0	Europe/Berlin	48.89439	12.74143				02	092	09278	09278118
2877811	Liepener Teerofen	liepener-teerofen	DE		0	Europe/Berlin	53.66667	12.76667		Liepener Teerofen,Liepener Theerofen		12	00	13071	13071032
2877820	Liepehöfen	liepehoefen	DE		0	Europe/Berlin	53.06442	11.1169				06	00	03354	03354004
2877831	Lienzingen	lienzingen	DE		0	Europe/Berlin	48.97523	8.85989		Lienzingen		01	082	08236	08236040
2877832	Lienzing	lienzing	DE		0	Europe/Berlin	47.91312	12.42768				02	091	09187	09187138
2877833	Liensfeld	liensfeld	DE		0	Europe/Berlin	54.09032	10.54812		Liensfeld		10	00	01055	01055007
2877835	Lienlas	lienlas	DE		0	Europe/Berlin	49.92242	11.8237		Lienlas		02	094	09472	09472156
2877837	Lienheim	lienheim	DE		0	Europe/Berlin	47.57369	8.37651				01	083	08337	08337053
2877838	Lienewitz	lienewitz	DE		0	Europe/Berlin	52.31152	12.97451				11	00	12069	12069397
2877839	Lienerloh	lienerloh	DE		0	Europe/Berlin	52.81948	7.70679				06	00	03453	03453010
2877841	Liener	liener	DE		0	Europe/Berlin	52.82937	7.74236				06	00	03453	03453010
2877845	Lienberg	lienberg	DE		0	Europe/Berlin	48.23945	8.41126				01	083	08325	08325053
2877846	Liemke	liemke	DE		0	Europe/Berlin	51.87986	8.61324				07	057	05754	05754036
2877847	Liemersbach	liemersbach	DE		0	Europe/Berlin	49.05325	9.54185				01	081	08119	08119024
2877849	Liemehna	liemehna	DE		0	Europe/Berlin	51.43582	12.51326				13	00	14730	14730140
2877850	Lieme	lieme	DE		0	Europe/Berlin	52.02599	8.82803				07	057	05766	05766044
2877851	Liemannsklinge	liemannsklinge	DE		0	Europe/Berlin	49.03272	9.53353				01	081	08119	08119075
2877853	Liel	liel	DE		0	Europe/Berlin	47.74013	7.6046				01	083	08336	08336078
2877854	Liekwegen	liekwegen	DE		0	Europe/Berlin	52.2837	9.16271				06	00	03257	03257026
2877857	Liehenbach	liehenbach	DE		0	Europe/Berlin	48.69801	8.18679				01	082	08216	08216008
2877860	Liegenbach	liegenbach	DE		0	Europe/Berlin	49.28283	10.47868				02	095	09561	09561000
2877861	Liegau-Augustusbad	liegau-augustusbad	DE		0	Europe/Berlin	51.13701	13.87786		Liegau-Augustusbad		13	00	14625	14625480
2877862	Liega	liega	DE		0	Europe/Berlin	51.32031	13.7439				13	00	14627	14627250
2877864	Liefenroth	liefenroth	DE		0	Europe/Berlin	50.99964	7.54338		Liefenroth		07	053	05374	05374012
2877865	Liedolsheim	liedolsheim	DE		0	Europe/Berlin	49.15875	8.42222				01	082	08215	08215111
2877866	Liedling	liedling	DE		0	Europe/Berlin	48.27845	12.03059				02	091	09177	09177127
2877867	Liedingen	liedingen	DE		0	Europe/Berlin	52.24346	10.33573		Laie,Lidinge,Lithingi		06	00	03157	03157007
2877868	Liederstädt	liederstaedt	DE		0	Europe/Berlin	51.30832	11.58161				14	00	15088	15088305
2877870	Liedern	liedern	DE		0	Europe/Berlin	51.8333	6.54939		Liedern		07	055	05554	05554008
2877871	Liedering	liedering	DE		0	Europe/Berlin	48.01301	12.33981				02	091	09189	09189133
2877872	Liederberg	liederberg	DE		0	Europe/Berlin	48.85182	10.91473				02	097	09779	09779186
2877874	Liederbach	liederbach	DE		0	Europe/Berlin	50.72546	9.24704		Liederbach		05	065	06535	06535001
2877875	Liedenkummer im Süden	liedenkummer-im-sueden	DE		0	Europe/Berlin	53.51597	9.78778				04	00	02000	02000000
2877876	Liedenkummer im Norden	liedenkummer-im-norden	DE		0	Europe/Berlin	53.52699	9.77734				04	00	02000	02000000
2877877	Liedekahle	liedekahle	DE		0	Europe/Berlin	51.91	13.51927				11	00	12072	12072055
2877878	Liedberg	liedberg	DE		0	Europe/Berlin	51.16651	6.5418				07	051	05162	05162020
2877884	Lieck	lieck	DE		0	Europe/Berlin	51.06551	6.08085				07	053	05370	05370016
2877887	Liebsthal	liebsthal	DE		0	Europe/Berlin	49.48351	7.40122				08	00	07336	07336501
2877888	Liebstein	liebstein	DE		0	Europe/Berlin	51.19684	14.90439				13	00	14626	14626520
2877893	Liebsdorf	liebsdorf	DE		0	Europe/Berlin	51.90821	13.503				11	00	12072	12072055
2877894	Liebsdorf	liebsdorf	DE		0	Europe/Berlin	50.77067	12.0326				15	00	16076	16076079
2877895	Liebschwitz	liebschwitz	DE		0	Europe/Berlin	50.82786	12.09329		Gera-Liebschwitz,Liebschwitz		15	00	16052	16052000
2877897	Liebschütz	liebschuetz	DE		0	Europe/Berlin	51.34768	13.13649				13	00	14730	14730170
2877898	Liebschütz	liebschuetz	DE		0	Europe/Berlin	50.57146	11.6469				15	00	16075	16075134
2877900	Liebon	liebon	DE		0	Europe/Berlin	51.21155	14.28318		Libon,Liboń,Liebon		13	00	14625	14625150
2877904	Lieblos	lieblos	DE		0	Europe/Berlin	50.20789	9.1432				05	064	06435	06435012
2877911	Liebhof	liebhof	DE		0	Europe/Berlin	49.02425	12.90911				02	092	09276	09276128
2877913	Liebhartsberg	liebhartsberg	DE		0	Europe/Berlin	48.23071	12.48609				02	091	09183	09183136
2877914	Liebharten	liebharten	DE		0	Europe/Berlin	48.1104	12.47087				02	091	09189	09189149
2877915	Liebhards	liebhards	DE		0	Europe/Berlin	50.56626	9.95007				05	066	06631	06631012
2877918	Liebethal	liebethal	DE		0	Europe/Berlin	50.99852	13.95667				13	00	14628	14628270
2877919	Liebesdörfel	liebesdoerfel	DE		0	Europe/Berlin	51.07946	14.6683				13	00	14626	14626290
2877920	Liebesdorf	liebesdorf	DE		0	Europe/Berlin	49.23458	9.90662				01	081	08127	08127032
2877922	Liebertwolkwitz	liebertwolkwitz	DE		0	Europe/Berlin	51.28214	12.4653		Liebertowolkwitz,Liebertwolkwitz		13	00	14713	14713000
2877924	Lieberstung	lieberstung	DE		0	Europe/Berlin	48.7525	8.09817		Leiberstung,Lieberstung		01	082	08216	08216049
2877925	Liebersee	liebersee	DE		0	Europe/Berlin	51.46423	13.16609		Liebersee		13	00	14730	14730045
2877926	Liebersdorf	liebersdorf	DE		0	Europe/Berlin	49.18418	10.55305		Liebersdorf		02	095	09571	09571115
2877927	Liebersbronn	liebersbronn	DE		0	Europe/Berlin	48.74807	9.33937				01	081	08116	08116019
2877928	Liebersberg	liebersberg	DE		0	Europe/Berlin	48.83792	13.40618				02	092	09272	09272120
2877933	Lieberhausen	lieberhausen	DE		0	Europe/Berlin	51.06185	7.66555		Lieberhausen		07	053	05374	05374012
2877939	Liebenweiler	liebenweiler	DE		0	Europe/Berlin	47.61667	9.7				01	084	08436	08436001
2877954	Liebenstadt	liebenstadt	DE		0	Europe/Berlin	49.13242	11.09001				02	095	09576	09576126
2877956	Liebenrode	liebenrode	DE		0	Europe/Berlin	51.54527	10.63202				15	00	16062	16062062
2877957	Liebenried	liebenried	DE		0	Europe/Berlin	47.76667	9.9				01	084	08436	08436052
2877959	Liebenreute	liebenreute	DE		0	Europe/Berlin	47.82164	9.52378				01	084	08436	08436095
2877960	Liebenhofen	liebenhofen	DE		0	Europe/Berlin	47.73695	9.67399				01	084	08436	08436039
2877961	Liebenhof	liebenhof	DE		0	Europe/Berlin	52.55153	14.01365				11	00	12064	12064153
2877963	Liebengrün	liebengruen	DE		0	Europe/Berlin	50.56214	11.64632				15	00	16075	16075134
2877973	Liebenberg	liebenberg	DE		0	Europe/Berlin	52.89456	13.25835				11	00	12065	12065198
2877974	Liebenberg	liebenberg	DE		0	Europe/Berlin	52.4628	13.95271				11	00	12067	12067201
2877987	Liebelsberg	liebelsberg	DE		0	Europe/Berlin	48.67266	8.68203				01	082	08235	08235047
2877989	Liebegast	liebegast	DE		0	Europe/Berlin	51.36208	14.19674		Lubhozdz,Lubhozdź		13	00	14625	14625420
2877991	Liebau	liebau	DE		0	Europe/Berlin	50.56861	12.16886				13	00	14523	14523330
2877992	Liebau	liebau	DE		0	Europe/Berlin	50.28333	11.18333				15	00	16072	16072024
2877993	Liebätz	liebaetz	DE		0	Europe/Berlin	52.1481	13.19451				11	00	12072	12072312
2877994	Lidorf	lidorf	DE		0	Europe/Berlin	48.33251	12.70959		Lidorf		02	092	09277	09277134
2877996	Liddow	liddow	DE		0	Europe/Berlin	54.54621	13.36231				12	00	13073	13073059
2878000	Lichtringhausen	lichtringhausen	DE		0	Europe/Berlin	51.15051	7.84228				07	059	05966	05966004
2878002	Lichting	lichting	DE		0	Europe/Berlin	48.74651	12.61608				02	092	09278	09278167
2878006	Lichthausen	lichthausen	DE		0	Europe/Berlin	48.46313	11.39548				02	091	09186	09186125
2878007	Lichtetanne	lichtetanne	DE		0	Europe/Berlin	50.69322	12.42823				13	00	14524	14524170
2878016	Lichterfelder Pechhütte	lichterfelder-pechhuette	DE		0	Europe/Berlin	51.56667	13.8				11	00	12062	12062293
2878024	Lichtenweg	lichtenweg	DE		0	Europe/Berlin	48.17284	12.07329				02	091	09177	09177123
2878025	Lichtenwalde	lichtenwalde	DE		0	Europe/Berlin	50.88445	13.00342				13	00	14522	14522420
2878026	Lichtenthal	lichtenthal	DE		0	Europe/Berlin	49.00841	13.2443				02	092	09276	09276148
2878031	Lichtental	lichtental	DE		0	Europe/Berlin	48.74668	8.26017				01	082	08211	08211000
2878032	Lichtenstern	lichtenstern	DE		0	Europe/Berlin	49.09984	9.4089		Lichtenstern		01	081	08125	08125059
2878041	Lichtensee	lichtensee	DE		0	Europe/Berlin	51.38059	13.37469		Lichtensee		13	00	14627	14627340
2878042	Lichtensee	lichtensee	DE		0	Europe/Berlin	48.6265	12.3789				02	092	09279	09279130
2878044	Lichtenrade	lichtenrade	DE		49489	Europe/Berlin	52.39844	13.40637		Berlin-Lichtenrade,Likhtenrade,Лихтенраде		16	00	11000	11000000
2878045	Lichtenplatz	lichtenplatz	DE		0	Europe/Berlin	51.25418	7.19999				07	051	05124	05124000
2878048	Lichtenmoor	lichtenmoor	DE		0	Europe/Berlin	52.70853	9.30285				06	00	03256	03256012
2878053	Lichtenhorst	lichtenhorst	DE		0	Europe/Berlin	52.71893	9.40172				06	00	03256	03256029
2878060	Lichtenhain	lichtenhain	DE		0	Europe/Berlin	53.23152	13.59852				11	00	12073	12073069
2878061	Lichtenhain	lichtenhain	DE		0	Europe/Berlin	50.9437	14.23894		Lichtenhain		13	00	14628	14628360
2878062	Lichtenhain	lichtenhain	DE		364	Europe/Berlin	50.91629	11.57067				15	00	16053	16053000
2878063	Lichtenhain	lichtenhain	DE		0	Europe/Berlin	50.59136	11.12792				15	00	16073	16073113
2878064	Lichtenhain	lichtenhain	DE		0	Europe/Berlin	50.49943	11.31204				15	00	16073	16073028
2878066	Lichtenhagen	lichtenhagen	DE		0	Europe/Berlin	54.15133	12.06276		Lhg,Lichtenhagen		12	00	13003	13003000
2878067	Lichtenhagen	lichtenhagen	DE		0	Europe/Berlin	51.96912	9.3549				06	00	03255	03255031
2878068	Lichtenhagen	lichtenhagen	DE		0	Europe/Berlin	51.42864	10.00421		Lichtenhagen		06	00	03159	03159013
2878069	Lichtenhagen	lichtenhagen	DE		0	Europe/Berlin	51.01582	9.51307				05	066	06634	06634011
2878071	Lichtenhaag	lichtenhaag	DE		0	Europe/Berlin	48.49277	12.37406				02	092	09274	09274135
2878076	Lichteneichen	lichteneichen	DE		0	Europe/Berlin	51.21502	13.02384				13	00	14730	14730200
2878079	Lichtenegg	lichtenegg	DE		0	Europe/Berlin	49.48067	11.5941		Lichtenek		02	093	09371	09371116
2878080	Lichtenegg	lichtenegg	DE		0	Europe/Berlin	47.83197	9.38245				01	084	08437	08437056
2878082	Lichteneck	lichteneck	DE		0	Europe/Berlin	49.23453	12.87604				02	093	09372	09372151
2878083	Lichteneck	lichteneck	DE		0	Europe/Berlin	48.85113	13.41628				02	092	09272	09272120
2878085	Lichtendorf	lichtendorf	DE		0	Europe/Berlin	51.47357	7.59694		Lichtendorf		07	059	05913	05913000
2878086	Lichtenbusch	lichtenbusch	DE		0	Europe/Berlin	50.71074	6.12546				07	053	05334	05334002
2878087	Lichtenburg	lichtenburg	DE		0	Europe/Berlin	51.65717	12.93831		Lichtenburg		14	00	15091	15091010
2878088	Lichtenburg	lichtenburg	DE		0	Europe/Berlin	48.46242	12.37899				02	092	09274	09274184
2878089	Lichtenbrunn	lichtenbrunn	DE		0	Europe/Berlin	50.42184	11.64105				15	00	16075	16075062
2878090	Lichtenbroich	lichtenbroich	DE		0	Europe/Berlin	51.28312	6.79622		Lichtenbroich		07	051	05111	05111000
2878095	Lichtenböcken	lichtenboecken	DE		0	Europe/Berlin	51.39053	7.53972				07	059	05914	05914000
2878147	Lichtena	lichtena	DE		0	Europe/Berlin	51.69061	13.53509				11	00	12062	12062092
2878148	Lichtel	lichtel	DE		0	Europe/Berlin	49.41219	10.04717				01	081	08128	08128020
2878158	Lichta	lichta	DE		0	Europe/Berlin	50.65626	11.12044				15	00	16073	16073112
2878159	Lich-Steinstrab	lich-steinstrab	DE		0	Europe/Berlin	50.93333	6.48333				07	053	05358	05358048
2878160	Lichstedt	lichstedt	DE		0	Europe/Berlin	50.73032	11.26051		Lichstedt		15	00	16073	16073076
2878162	Licherode	licherode	DE		0	Europe/Berlin	51.01626	9.59113		Licherode		05	066	06632	06632001
2878164	Lichenroth	lichenroth	DE		0	Europe/Berlin	50.43732	9.32294				05	064	06435	06435004
2878167	Libur	libur	DE		0	Europe/Berlin	50.83859	7.07132				07	053	05315	05315000
2878170	Libnow	libnow	DE		0	Europe/Berlin	53.90281	13.77352				12	00	13075	13075094
2878172	Libnitz	libnitz	DE		0	Europe/Berlin	54.53305	13.27347				12	00	13073	13073092
2878175	Liblar	liblar	DE		0	Europe/Berlin	50.80813	6.82263				07	053	05362	05362020
2878177	Liebitz	liebitz	DE		0	Europe/Berlin	54.4	13.21667		Libitz,Liebitz		12	00	13073	13073021
2878180	Libehna	libehna	DE		291	Europe/Berlin	51.71724	12.05633		Libehna		14	00	15082	15082377
2878182	Libbesicke	libbesicke	DE		0	Europe/Berlin	53.05865	13.66562				11	00	12073	12073569
2878184	Libbenichen	libbenichen	DE		0	Europe/Berlin	52.47709	14.43612				11	00	12064	12064290
2878188	Leyh	leyh	DE		0	Europe/Berlin	49.45769	11.0157		Layh,Leyh		02	095	09564	09564000
2878191	Leyerhof	leyerhof	DE		0	Europe/Berlin	54.08442	12.97099				12	00	13073	13073098
2878206	Lexen	lexen	DE		0	Europe/Berlin	47.73333	11.56667				02	091	09173	09173124
2878208	Lewinghausen	lewinghausen	DE		0	Europe/Berlin	52.71554	7.66779				06	00	03453	03453011
2878209	Lewing	lewing	DE		0	Europe/Berlin	53.67213	8.56018				06	00	03352	03352061
2878213	Lewe	lewe	DE		0	Europe/Berlin	52.03333	10.45				06	00	03153	03153008
2878216	Levkenstadt	levkenstadt	DE		0	Europe/Berlin	52.35364	8.7805		Leifkenstadt,Levkenstadt		07	057	05770	05770012
2878217	Levkendorf	levkendorf	DE		0	Europe/Berlin	53.91667	12.3				12	00	13072	13072062
2878220	Levin-Werder	levin-werder	DE		0	Europe/Berlin	53.88169	12.88599		Levin-Werder,Leviner Werder		12	00	13071	13071027
2878221	Levin	levin	DE		0	Europe/Berlin	53.89898	12.89083				12	00	13071	13071027
2878222	Levetzow	levetzow	DE		0	Europe/Berlin	53.86516	11.54485				12	00	13074	13074047
2878223	Leveste	leveste	DE		0	Europe/Berlin	52.32118	9.5533				06	00	03241	03241006
2878224	Levesen	levesen	DE		0	Europe/Berlin	52.3216	9.1202				06	00	03257	03257014
2878226	Levertsweiler	levertsweiler	DE		0	Europe/Berlin	47.98296	9.31802		Levertsweiler		01	084	08437	08437086
2878228	Leversum	leversum	DE		0	Europe/Berlin	51.77307	7.35842				07	055	05558	05558024
2878230	Levershausen	levershausen	DE		0	Europe/Berlin	51.66382	10.01067				06	00	03155	03155011
2878232	Leversbach	leversbach	DE		0	Europe/Berlin	50.71722	6.46853				07	053	05358	05358028
2878233	Levern	levern	DE		0	Europe/Berlin	52.3738	8.45487		Levern		07	057	05770	05770044
2878236	Leveringhausen	leveringhausen	DE		0	Europe/Berlin	51.60096	7.37763				07	055	05562	05562036
2878237	Leveringhausen	leveringhausen	DE		0	Europe/Berlin	51.31865	7.78308				07	059	05962	05962008
2878238	Leverdingen	leverdingen	DE		0	Europe/Berlin	53.02701	9.76221				06	00	03358	03358017
2878239	Leverath	leverath	DE		0	Europe/Berlin	50.88916	7.3993				07	053	05382	05382036
2878240	Levenstorf	levenstorf	DE		0	Europe/Berlin	53.60587	12.69136				12	00	13071	13071172
2878245	Leven	leven	DE		0	Europe/Berlin	51.70885	7.29469				07	055	05562	05562008
2878246	Levedagsen	levedagsen	DE		0	Europe/Berlin	52.04236	9.61587				06	00	03252	03252008
2878247	Leuzhof	leuzhof	DE		0	Europe/Berlin	49.34963	10.17053				02	095	09571	09571169
2878249	Leuzendorf in Unterfranken	leuzendorf-in-unterfranken	DE		0	Europe/Berlin	50.13807	10.68245		Leuzendorf,Leuzendorf in Unterfranken		02	096	09674	09674121
2878250	Leuzendorf	leuzendorf	DE		0	Europe/Berlin	49.34739	10.09188				01	081	08127	08127075
2878251	Leuzenbronn	leuzenbronn	DE		0	Europe/Berlin	49.37355	10.12947		Leuzenbronn,Leuzenbrunn		02	095	09571	09571193
2878252	Leuzenberg	leuzenberg	DE		0	Europe/Berlin	49.53006	11.37832				02	095	09574	09574150
2878253	Leuzbach	leuzbach	DE		0	Europe/Berlin	50.68019	7.62422				08	00	07132	07132501
2878256	Leutzsch	leutzsch	DE		0	Europe/Berlin	51.34863	12.31361		Leipzig-Leutzsch,Leutzsch		13	00	14713	14713000
2878258	Leutzdorf	leutzdorf	DE		0	Europe/Berlin	49.76475	11.30398		Leutzdorf		02	094	09474	09474129
2878259	Leuzdorf	leuzdorf	DE		0	Europe/Berlin	49.33985	10.92314		Leutzdorf,Leuzdorf		02	095	09576	09576142
2878260	Leutwitz	leutwitz	DE		0	Europe/Berlin	51.17748	14.26004		Leutwitz,Lutyjecy		13	00	14625	14625150
2878261	Leutstetten	leutstetten	DE		0	Europe/Berlin	48.02794	11.36999				02	091	09188	09188139
2878265	Leutra	leutra	DE		0	Europe/Berlin	50.87013	11.56634		Leutra		15	00	16053	16053000
2878266	Leutnitz	leutnitz	DE		0	Europe/Berlin	50.69582	11.21022				15	00	16073	16073112
2878270	Leutkirch	leutkirch	DE		22362	Europe/Berlin	47.82672	10.0205		Leutkirch,Leutkirch im Allgaeu,Leutkirch im Allgau,Leutkirch im Allgäu,Lojtkirkh im Algoj,Lojtkirkh-im-All'goj,a er ge yi de qu luo yi te ji xi,lwytkyrsh am alghwy,lwytkyrsh aym algaw,Лойткирх-им-Алльгой,Лойткірх-ім-Алльгой,Лојткирх им Алгој,لويتكيرش إم آلغوي,لویتکیرش ایم آلگاو,阿尔戈伊地区洛伊特基希		01	084	08436	08436055
2878271	Leutherheide	leutherheide	DE		0	Europe/Berlin	51.30966	6.23758				07	051	05166	05166016
2878477	Lesumstotel	lesumstotel	DE		0	Europe/Berlin	53.20316	8.72704				06	00	03356	03356008
2878273	Leuthen	leuthen	DE		0	Europe/Berlin	51.69602	14.24715		Leuthen,Leuthen-Wintdorf,Lutol		11	00	12071	12071057
2878274	Leuthenforst	leuthenforst	DE		0	Europe/Berlin	50.13367	12.04652				02	094	09479	09479135
2878275	Leuthen	leuthen	DE		0	Europe/Berlin	48.98107	13.04333				02	092	09276	09276146
2878277	Leuthau	leuthau	DE		0	Europe/Berlin	48.20474	10.69637				02	097	09772	09772200
2878278	Leuth	leuth	DE		0	Europe/Berlin	51.33748	6.22913		Leuth		07	051	05166	05166016
2878280	Leutewitz	leutewitz	DE		0	Europe/Berlin	51.29134	13.37371				13	00	14627	14627230
2878281	Leutewitz	leutewitz	DE		0	Europe/Berlin	51.15068	13.36532		Leutewitz		13	00	14627	14627080
2878282	Leutewitz	leutewitz	DE		0	Europe/Berlin	51.05	13.68333				13	00	14612	14612000
2878283	Leutesheim	leutesheim	DE		0	Europe/Berlin	48.62446	7.85737				01	083	08317	08317057
2878285	Leuterwitz	leuterwitz	DE		0	Europe/Berlin	51.19529	12.94181				13	00	14522	14522310
2878286	Leuterstal	leuterstal	DE		0	Europe/Berlin	49.33021	9.46356				01	081	08125	08125048
2878292	Leuterschach	leuterschach	DE		0	Europe/Berlin	47.74771	10.57466		Leuterschach		02	097	09777	09777151
2878293	Leutersberg	leutersberg	DE		0	Europe/Berlin	47.96675	7.78085				01	083	08315	08315098
2878294	Leutersbach	leutersbach	DE		0	Europe/Berlin	50.6049	12.51892				13	00	14524	14524130
2878297	Leuteritz	leuteritz	DE		0	Europe/Berlin	51.06667	13.63333				13	00	14612	14612000
2878299	Leutenhofen	leutenhofen	DE		0	Europe/Berlin	47.69259	10.28931				02	097	09780	09780143
2878301	Leutenhain	leutenhain	DE		0	Europe/Berlin	51.08696	12.75566				13	00	14522	14522280
2878303	Leutendorf bei Coburg	leutendorf-bei-coburg	DE		0	Europe/Berlin	50.2189	11.21726		Leutendorf,Leutendorf bei Coburg		02	094	09476	09476154
2878304	Leutendorf	leutendorf	DE		0	Europe/Berlin	49.99053	12.0487				02	094	09479	09479136
2878305	Leutenbuch	leutenbuch	DE		0	Europe/Berlin	48.21667	10.51667				02	097	09778	09778134
2878318	Leustetten	leustetten	DE		0	Europe/Berlin	47.8892	12.90684				02	091	09172	09172130
2878319	Leustetten	leustetten	DE		0	Europe/Berlin	47.80915	9.29421				01	084	08435	08435015
2878320	Leuste	leuste	DE		0	Europe/Berlin	51.85	7.26667				07	055	05558	05558016
2878326	Leussin	leussin	DE		0	Europe/Berlin	53.94578	13.30633				12	00	13075	13075009
2878329	Leusel	leusel	DE		0	Europe/Berlin	50.7596	9.23327				05	065	06535	06535001
2878333	Leuschentin	leuschentin	DE		0	Europe/Berlin	53.74227	12.82552				12	00	13071	13071084
2878334	Leuscheid	leuscheid	DE		0	Europe/Berlin	50.76871	7.56136		Leuscheid		07	053	05382	05382076
2878335	Leups	leups	DE		0	Europe/Berlin	49.81294	11.52298		Leups		02	094	09472	09472175
2878336	Leupratsried	leupratsried	DE		0	Europe/Berlin	47.76282	10.34206				02	097	09763	09763000
2878338	Leupolz	leupolz	DE		0	Europe/Berlin	47.9137	10.28924		Leupolz		02	097	09778	09778186
2878339	Leupolz	leupolz	DE		0	Europe/Berlin	47.74971	9.82425		Leupolz		01	084	08436	08436081
2878340	Leupolz	leupolz	DE		0	Europe/Berlin	47.73667	10.35341				02	097	09763	09763000
2878341	Leupoldstein	leupoldstein	DE		0	Europe/Berlin	49.69619	11.39184				02	094	09472	09472118
2878343	Leupoldsdorferhammer	leupoldsdorferhammer	DE		0	Europe/Berlin	50.02632	11.93399		Leupoldsdorferhammer,Leupoldsdorfhammer		02	094	09479	09479161
2878344	Leupoldsdorf	leupoldsdorf	DE		0	Europe/Berlin	50.02858	11.93808		Leupoldsdorf		02	094	09479	09479161
2878345	Leupoldishain	leupoldishain	DE		0	Europe/Berlin	50.90682	14.02576				13	00	14628	14628210
2878346	Leupahn	leupahn	DE		0	Europe/Berlin	51.09854	12.75945				13	00	14522	14522280
2878349	Leuna-Ockendorf	leuna-ockendorf	DE		0	Europe/Berlin	51.33085	12.01069				14	00	15088	15088205
2878352	Leumnitz	leumnitz	DE		0	Europe/Berlin	50.88015	12.10744		Leumnitz		15	00	16052	16052000
2878354	Leulitz	leulitz	DE		0	Europe/Berlin	51.33663	12.67012		Altenbach-Leulitz,Leulitz		13	00	14729	14729030
2878355	Leukershausen	leukershausen	DE		0	Europe/Berlin	49.16354	10.18774				01	081	08127	08127101
2878356	Leukersdorf	leukersdorf	DE		0	Europe/Berlin	50.76659	12.82504		Leukersdorf,Leukersdorf/Erzgebirge		13	00	14521	14521310
2878359	Leugas	leugas	DE		0	Europe/Berlin	49.90611	12.20967				02	093	09377	09377159
2878362	Leuengarten	leuengarten	DE		0	Europe/Berlin	53.10983	11.54231				11	00	12070	12070244
2878364	Leuenberg	leuenberg	DE		0	Europe/Berlin	52.70338	13.88646				11	00	12064	12064222
2878366	Leudersdorf	leudersdorf	DE		0	Europe/Berlin	50.34295	6.74381		Leudersdorf		08	00	07233	07233076
2878367	Leuderode	leuderode	DE		0	Europe/Berlin	50.96747	9.40026				05	066	06634	06634004
2878368	Leuckersdorf	leuckersdorf	DE		0	Europe/Berlin	49.21677	10.40768				02	095	09571	09571166
2878371	Leuchtenburg	leuchtenburg	DE		0	Europe/Berlin	53.23976	8.16586				06	00	03451	03451005
2878372	Leuchtenburg	leuchtenburg	DE		0	Europe/Berlin	53.19111	8.64983		Leuchtenburg		06	00	03356	03356009
2878373	Leuchtenburg	leuchtenburg	DE		0	Europe/Berlin	50.80406	11.61259				15	00	16074	16074089
2878381	Leuchau	leuchau	DE		0	Europe/Berlin	50.06876	11.4777				02	094	09477	09477128
2878385	Leubnitz-Neuostra	leubnitz-neuostra	DE		0	Europe/Berlin	51.01667	13.76667		Leubnitz-Neuostra		13	00	14612	14612000
2878386	Leubnitzdörfel	leubnitzdoerfel	DE		0	Europe/Berlin	50.65	13.35				13	00	14521	14521460
2878390	Leubingen	leubingen	DE		0	Europe/Berlin	51.20097	11.1537		Leubingen		15	00	16068	16068051
2878391	Leubetha	leubetha	DE		0	Europe/Berlin	50.34942	12.24602		Leubetha		13	00	14523	14523010
2878393	Leubengrund	leubengrund	DE		0	Europe/Berlin	50.78347	11.62946				15	00	16074	16074052
2878394	Leuben	leuben	DE		0	Europe/Berlin	51.264	13.08353				13	00	14730	14730230
2878395	Leuben	leuben	DE		0	Europe/Berlin	51.16192	13.29616				13	00	14627	14627180
2878396	Leuben	leuben	DE		0	Europe/Berlin	51.01122	13.82029				13	00	14612	14612000
2878397	Leubeck	leubeck	DE		0	Europe/Berlin	51.31667	6.98333				07	051	05158	05158012
2878400	Leubas	leubas	DE		0	Europe/Berlin	47.76498	10.33742				02	097	09763	09763000
2878402	Leubach	leubach	DE		0	Europe/Berlin	50.5347	10.10415				02	096	09673	09673123
2878406	Letzter Heller	letzter-heller	DE		0	Europe/Berlin	53.86667	11.21667				12	00	13074	13074026
2878411	Letzin	letzin	DE		0	Europe/Berlin	53.78258	13.20299				12	00	13071	13071041
2878413	Letzendorf	letzendorf	DE		0	Europe/Berlin	50.79572	12.15595				15	00	16076	16076017
2878418	Letzau	letzau	DE		0	Europe/Berlin	49.67471	12.24066				02	093	09374	09374160
2878425	Lettmecke	lettmecke	DE		0	Europe/Berlin	51.1757	7.8588		Lettmecke		07	059	05962	05962052
2878428	Lettin	lettin	DE		0	Europe/Berlin	51.52633	11.90794				14	00	15002	15002000
2878430	Lettigenbichl	lettigenbichl	DE		0	Europe/Berlin	47.71039	10.98557				02	091	09180	09180113
2878431	Lettgenbrunn	lettgenbrunn	DE		0	Europe/Berlin	50.16757	9.41705		Lettgenbrunn,Lettgenbrunn-Villbach		05	064	06435	06435016
2878432	Lettewitz	lettewitz	DE		0	Europe/Berlin	51.58251	11.86222				14	00	15088	15088216
2878433	Letter	letter	DE		0	Europe/Berlin	52.39771	9.64033				06	00	03241	03241015
2878438	Lettenstich	lettenstich	DE		0	Europe/Berlin	48.87752	9.59834				01	081	08119	08119084
2878439	Lettenreuth	lettenreuth	DE		0	Europe/Berlin	50.17607	11.15919				02	094	09478	09478145
2878440	Lettenhof	lettenhof	DE		0	Europe/Berlin	49.87655	11.81296				02	094	09472	09472190
2878450	Letten	letten	DE		0	Europe/Berlin	49.85422	12.12737				02	093	09377	09377149
2878451	Letten	letten	DE		0	Europe/Berlin	49.83914	11.64279				02	094	09472	09472127
2878452	Letten	letten	DE		0	Europe/Berlin	49.63347	11.20736				02	094	09474	09474140
2878453	Letten	letten	DE		0	Europe/Berlin	49.4907	11.2738				02	095	09574	09574138
2878454	Letten	letten	DE		0	Europe/Berlin	48.48034	11.5511				02	091	09178	09178150
2878455	Letten	letten	DE		0	Europe/Berlin	47.87992	12.28525				02	091	09187	09187128
2878456	Letten	letten	DE		0	Europe/Berlin	47.76273	11.4372				02	091	09173	09173111
2878457	Letten	letten	DE		0	Europe/Berlin	47.71626	10.34506		Letten		02	097	09763	09763000
2878458	Letten	letten	DE		0	Europe/Berlin	47.62876	11.52888				02	091	09173	09173135
2878464	Lette	lette	DE		0	Europe/Berlin	51.89429	7.18545		Lette		07	055	05558	05558012
2878465	Lette	lette	DE		0	Europe/Berlin	51.88258	8.16043		Lette		07	055	05570	05570028
2878469	Letschow	letschow	DE		0	Europe/Berlin	53.93709	12.04908				12	00	13072	13072095
2878470	Letschiner Loose	letschiner-loose	DE		0	Europe/Berlin	52.63431	14.34196				11	00	12064	12064274
2878472	Letmathe	letmathe	DE		0	Europe/Berlin	51.36702	7.60525		Letmathe		07	059	05962	05962024
2878476	Leteln	leteln	DE		0	Europe/Berlin	52.31427	8.93225				07	057	05770	05770024
2878478	Lesumbrok	lesumbrok	DE		0	Europe/Berlin	53.15884	8.64694		Lesumbrok		03	00	04011	04011000
2878480	Lesum	lesum	DE		0	Europe/Berlin	53.17453	8.68817				03	00	04011	04011000
2878481	Leste	leste	DE		0	Europe/Berlin	51.75589	8.61463				07	057	05774	05774020
2878482	Lesslohe	lesslohe	DE		0	Europe/Berlin	49.6904	12.45918				02	093	09374	09374123
2878483	Lessingplatz	lessingplatz	DE		0	Europe/Berlin	51.81667	10.96667				14	00	15085	15085055
2878484	Lessien	lessien	DE		0	Europe/Berlin	52.56873	10.75656				06	00	03151	03151008
2878487	Lessenich	lessenich	DE		0	Europe/Berlin	50.72287	7.04143		Lessenich,Lessenich/Messdorf,Lessenich/Meßdorf		07	053	05314	05314000
2878488	Lessenich	lessenich	DE		0	Europe/Berlin	50.60897	6.72239		Lessenich		07	053	05366	05366028
2878489	Lessen	lessen	DE		0	Europe/Berlin	50.95815	12.06914				15	00	16052	16052000
2878491	Lesse	lesse	DE		0	Europe/Berlin	52.16161	10.25831				06	00	03102	03102000
2878492	Lessau	lessau	DE		0	Europe/Berlin	49.91787	11.69715				02	094	09472	09472199
2878493	Lessa	lessa	DE		0	Europe/Berlin	51.32086	13.30306				13	00	14627	14627360
2878494	Lesmannsried	lesmannsried	DE		0	Europe/Berlin	49.10135	12.99185				02	092	09276	09276120
2878499	Leschen	leschen	DE		0	Europe/Berlin	51.11346	13.226		Leschen,Luttewitz-Leschen,Lüttewitz-Leschen		13	00	14522	14522080
2878502	Leschede	leschede	DE		0	Europe/Berlin	52.40124	7.30761				06	00	03454	03454010
2878517	Lerchenhügel	lerchenhuegel	DE		0	Europe/Berlin	50.43333	11.73333				15	00	16075	16075136
2878530	Lerchenhof	lerchenhof	DE		0	Europe/Berlin	53.45	12.98333				12	00	13071	13071075
2878535	Lerchenhöchstadt	lerchenhochstadt	DE		0	Europe/Berlin	49.66089	10.53946				02	095	09575	09575147
2878536	Lerchenhausen	lerchenhausen	DE		0	Europe/Berlin	52.78933	8.54854				06	00	03251	03251042
2878539	Lerchenfeld	lerchenfeld	DE		0	Europe/Berlin	52.69621	9.13748				06	00	03256	03256001
2878540	Lerchenfeld	lerchenfeld	DE		0	Europe/Berlin	51.90541	10.6515				14	00	15085	15085227
2878541	Lerchenfeld	lerchenfeld	DE		0	Europe/Berlin	50.01667	11.5				02	094	09477	09477142
2878542	Lerchenfeld	lerchenfeld	DE		0	Europe/Berlin	48.96854	12.21175				02	093	09375	09375174
2878547	Lerchenbühl	lerchenbuhl	DE		0	Europe/Berlin	48.92827	10.6741				02	097	09779	09779180
2878551	Lerchenbergshof	lerchenbergshof	DE		0	Europe/Berlin	49.41177	10.44212				02	095	09571	09571183
2878552	Lerchenberg	lerchenberg	DE		0	Europe/Berlin	50.65	12.61667				13	00	14524	14524150
2878553	Lerchenberg	lerchenberg	DE		0	Europe/Berlin	48.73086	9.68329				01	081	08117	08117026
2878554	Lerchenberg	lerchenberg	DE		0	Europe/Berlin	48.15906	12.19771				02	091	09183	09183119
2878555	Lerchenberg	lerchenberg	DE		0	Europe/Berlin	48.04516	10.31917				02	097	09778	09778136
2878627	Lerchen	lerchen	DE		0	Europe/Berlin	48.48191	13.12533				02	092	09275	09275125
2878632	Lerche	lerche	DE		0	Europe/Berlin	51.62169	7.71086				07	059	05915	05915000
2878634	Lercha	lercha	DE		0	Europe/Berlin	51.14708	13.46871				13	00	14627	14627140
2878637	Lerbeck	lerbeck	DE		0	Europe/Berlin	52.25058	8.94192		Lerbeck		07	057	05770	05770032
2878638	Lerbach	lerbach	DE		0	Europe/Berlin	51.75438	10.29265		Lerbach		06	00	03159	03159026
2878639	Lerau	lerau	DE		0	Europe/Berlin	49.60368	12.28662				02	093	09374	09374132
2878643	Leppinsplan	leppinsplan	DE		0	Europe/Berlin	52.91667	12.4				11	00	12068	12068264
2878651	Leppershütte	leppershuette	DE		0	Europe/Berlin	51.1696	6.5191				07	051	05116	05116000
2878652	Leppersdorf	leppersdorf	DE		0	Europe/Berlin	51.15266	13.95945		Leppersdorf		13	00	14625	14625600
2878653	Leppersberg	leppersberg	DE		0	Europe/Berlin	48.75636	12.41789				02	092	09279	09279127
2878654	Lepperhof	lepperhof	DE		0	Europe/Berlin	50.97692	7.69614		Lepperhof		07	053	05374	05374040
2878656	Leppelsdorf	leppelsdorf	DE		0	Europe/Berlin	49.99088	10.75832				02	094	09471	09471152
2878660	Leplow	leplow	DE		0	Europe/Berlin	54.1807	12.76899				12	00	13073	13073022
2878661	Lepahn	lepahn	DE		0	Europe/Berlin	54.22137	10.37722		Lepahn		10	00	01057	01057046
2878662	Leoweiler	leoweiler	DE		0	Europe/Berlin	49.08333	9.65				01	081	08127	08127052
2878664	Leoprechting	leoprechting	DE		0	Europe/Berlin	48.98205	12.08974				02	093	09362	09362000
2878665	Leoprechting	leoprechting	DE		0	Europe/Berlin	48.66212	13.48265				02	092	09275	09275128
2878666	Leoprechting	leoprechting	DE		0	Europe/Berlin	48.36984	12.59489				02	091	09183	09183131
2878668	Leopoldsthal	leopoldsthal	DE		0	Europe/Berlin	53.14878	14.00105				11	00	12073	12073008
2878669	Leopoldsthal	leopoldsthal	DE		0	Europe/Berlin	49.37156	7.11174				09	00	10043	10043116
2878670	Leopoldstal	leopoldstal	DE		0	Europe/Berlin	51.85052	8.96982		Leopoldstal,Leopoldsthal		07	057	05766	05766032
2878671	Leopoldsreut	leopoldsreut	DE		0	Europe/Berlin	48.83208	13.68162				02	092	09272	09272122
2878674	Leopoldshall	leopoldshall	DE		0	Europe/Berlin	51.84636	11.60579				14	00	15089	15089310
2878676	Leopoldshafen	leopoldshafen	DE		0	Europe/Berlin	49.09624	8.39999				01	082	08215	08215102
2878678	Leopoldsdorf	leopoldsdorf	DE		0	Europe/Berlin	48.58126	13.60597				02	092	09275	09275137
2878679	Leopoldsberg	leopoldsberg	DE		0	Europe/Berlin	48.41743	13.27831		Leopoldsberg,Loipetsberg		02	092	09275	09275149
2878682	Leonsberg	leonsberg	DE		0	Europe/Berlin	48.69559	12.58601				02	092	09279	09279132
2878683	Leonrod	leonrod	DE		0	Europe/Berlin	48.4	10.66667				02	097	09772	09772159
2878684	Leoni	leoni	DE		0	Europe/Berlin	47.957	11.34484				02	091	09188	09188113
2878686	Leonhardspfunzen	leonhardspfunzen	DE		0	Europe/Berlin	47.88095	12.14607				02	091	09187	09187177
2878687	Leonhardshof	leonhardshof	DE		0	Europe/Berlin	49.55184	8.9352				05	064	06437	06437016
2878689	Leonhardsbuch	leonhardsbuch	DE		0	Europe/Berlin	48.4051	11.58628		Leonhardsbusch		02	091	09178	09178113
2878692	Leonbronn	leonbronn	DE		0	Europe/Berlin	49.06672	8.89365		Leonbronn,Leonbrunn		01	081	08125	08125108
2878698	Leofels	leofels	DE		0	Europe/Berlin	49.20695	9.91691				01	081	08127	08127043
2878699	Leobendorf	leobendorf	DE		0	Europe/Berlin	47.9217	12.89352				02	091	09172	09172122
2878704	Lenzingerberg	lenzingerberg	DE		0	Europe/Berlin	48.69203	13.4802				02	092	09275	09275128
2878709	Lenzhahn	lenzhahn	DE		0	Europe/Berlin	50.194	8.31557				05	064	06439	06439008
2878710	Lenzfried	lenzfried	DE		0	Europe/Berlin	47.72887	10.33903		Lenzfried		02	097	09763	09763000
2878711	Lenzerwiesen	lenzerwiesen	DE		0	Europe/Berlin	52.48682	11.14757				14	00	15081	15081135
2878712	Lenzersilge	lenzersilge	DE		0	Europe/Berlin	53.08052	11.64722				11	00	12070	12070173
2878713	Lenzersdorf	lenzersdorf	DE		0	Europe/Berlin	49.30586	10.37877				02	095	09571	09571174
2878714	Lenzersdorf	lenzersdorf	DE		0	Europe/Berlin	48.67882	13.45819				02	092	09275	09275128
2878724	Lenzenbrunn	lenzenbrunn	DE		0	Europe/Berlin	49.54256	9.98606				02	096	09679	09679179
2878730	Lenzen	lenzen	DE		0	Europe/Berlin	53.7089	12.01097				12	00	13076	13076101
2878731	Lenzen	lenzen	DE		2664	Europe/Berlin	53.09176	11.47453				11	00	12070	12070244
2878732	Lenzen	lenzen	DE		0	Europe/Berlin	53.09098	11.00706				06	00	03354	03354012
2878740	Lenz	lenz	DE		0	Europe/Berlin	54.51667	13.63333				12	00	13073	13073080
2878741	Lenz	lenz	DE		0	Europe/Berlin	51.25107	13.5484				13	00	14627	14627200
2878742	Lenz	lenz	DE		0	Europe/Berlin	49.8857	11.47243				02	094	09472	09472167
2878743	Lenz	lenz	DE		0	Europe/Berlin	53.46767	12.34815				12	00	13071	13071036
2878745	Lentzker Siedlung	lentzker-siedlung	DE		0	Europe/Berlin	52.81241	12.7438				11	00	12068	12068117
2878747	Lentzke	lentzke	DE		0	Europe/Berlin	52.80136	12.70311				11	00	12068	12068117
2878748	Lentschow	lentschow	DE		0	Europe/Berlin	53.92371	13.79779				12	00	13075	13075094
2878749	Lentrup	lentrup	DE		0	Europe/Berlin	51.88333	7.93333				07	055	05570	05570052
2878752	Lentholt	lentholt	DE		0	Europe/Berlin	51.09737	6.27312				07	053	05370	05370004
2878753	Lenthe	lenthe	DE		0	Europe/Berlin	52.35642	9.61424				06	00	03241	03241006
2878756	Lentersweiler	lentersweiler	DE		0	Europe/Berlin	49.31464	9.92029				01	081	08127	08127008
2878757	Lentersheim	lentersheim	DE		0	Europe/Berlin	49.07999	10.57924				02	095	09571	09571141
2878759	Lentersdorf	lentersdorf	DE		0	Europe/Berlin	49.39466	10.73474				02	095	09571	09571135
2878764	Lenste	lenste	DE		0	Europe/Berlin	54.1668	10.98279				10	00	01055	01055016
2878766	Lensian	lensian	DE		0	Europe/Berlin	52.94199	11.07248				06	00	03354	03354026
2878767	Lenschow	lenschow	DE		0	Europe/Berlin	53.8	10.78333				12	00	13074	13074049
2878768	Lenschow	lenschow	DE		0	Europe/Berlin	53.54622	11.92034				12	00	13076	13076164
2878771	Lensahnerhof	lensahnerhof	DE		0	Europe/Berlin	54.20882	10.8574				10	00	01055	01055027
2878777	Lenningsen	lenningsen	DE		0	Europe/Berlin	51.56667	7.76667		Lenningsen		07	059	05978	05978008
2878779	Lenninghausen	lenninghausen	DE		0	Europe/Berlin	51.01667	7.23333				07	053	05378	05378012
2878781	Lennewitz	lennewitz	DE		0	Europe/Berlin	52.90103	11.96651				11	00	12070	12070241
2878782	Lennewitz	lennewitz	DE		0	Europe/Berlin	51.69647	12.14422				14	00	15082	15082377
2878783	Lennewitz	lennewitz	DE		0	Europe/Berlin	51.30642	12.072				14	00	15088	15088020
2878785	Lennesrieth	lennesrieth	DE		0	Europe/Berlin	49.67543	12.31992				02	093	09374	09374165
2878787	Lenneplätze	lenneplaetze	DE		0	Europe/Berlin	51.1702	8.47987				07	059	05958	05958048
2878788	Lennep	lennep	DE		0	Europe/Berlin	51.19249	7.26		Lennep,lnb,لنب		07	051	05120	05120000
2878797	Lennach	lennach	DE		0	Europe/Berlin	49.18824	9.3093				01	081	08125	08125021
2878798	Lenklar	lenklar	DE		0	Europe/Berlin	51.65	7.6				07	059	05978	05978040
2878800	Lenkerstetten	lenkerstetten	DE		0	Europe/Berlin	49.23993	9.99134				01	081	08127	08127071
2878801	Lenkershof	lenkershof	DE		0	Europe/Berlin	49.58479	10.81896				02	095	09572	09572114
2878802	Lenkersheim	lenkersheim	DE		0	Europe/Berlin	49.50264	10.45495				02	095	09575	09575112
2878803	Lenkersdorf	lenkersdorf	DE		0	Europe/Berlin	50.63379	12.77722		Lenkersdorf		13	00	14521	14521710
2878804	Lenkerbeck	lenkerbeck	DE		0	Europe/Berlin	51.66938	7.1667		Lenkerbeck		07	055	05562	05562024
2878807	Lenkenreuth	lenkenreuth	DE		0	Europe/Berlin	49.80107	11.66594				02	093	09374	09374129
2878808	Lenkenhütte	lenkenhutte	DE		0	Europe/Berlin	49.35871	12.747				02	093	09372	09372171
2878810	Lenhausen	lenhausen	DE		0	Europe/Berlin	51.20023	7.96751		Lenhausen		07	059	05966	05966012
2878812	Lengthal	lengthal	DE		0	Europe/Berlin	48.67874	12.44957				02	092	09279	09279128
2878813	Lengthal	lengthal	DE		0	Europe/Berlin	48.18192	12.80558				02	091	09171	09171124
2878814	Lengsham	lengsham	DE		0	Europe/Berlin	48.41085	13.0289				02	092	09277	09277149
2878815	Lengsdorf	lengsdorf	DE		0	Europe/Berlin	50.71073	7.06839		Bonn-Lengsdorf,Lengsdorf		07	053	05314	05314000
2878816	Lengröden	lengroeden	DE		0	Europe/Berlin	51.02644	10.25817				15	00	16063	16063046
2878817	Lengmoos	lengmoos	DE		0	Europe/Berlin	48.14027	12.22137				02	091	09183	09183118
2878818	Lengloh	lengloh	DE		0	Europe/Berlin	48.05794	12.56857				02	091	09189	09189149
2878819	Lenglingen	lenglingen	DE		0	Europe/Berlin	48.75784	9.74022				01	081	08117	08117026
2878820	Lenglern	lenglern	DE		0	Europe/Berlin	51.58496	9.87385				06	00	03159	03159007
2878822	Lengham	lengham	DE		0	Europe/Berlin	48.43364	13.11603				02	092	09277	09277113
2878825	Lengfurt	lengfurt	DE		0	Europe/Berlin	49.8103	9.60496				02	096	09677	09677154
2878827	Lengfelden	lengfelden	DE		0	Europe/Berlin	48.61073	13.34407				02	092	09275	09275151
2878834	Lengertshofen	lengertshofen	DE		0	Europe/Berlin	47.74169	10.01858				01	084	08436	08436049
2878835	Lengersau	lengersau	DE		0	Europe/Berlin	47.66473	10.0212				02	097	09776	09776112
2878836	Lengers	lengers	DE		0	Europe/Berlin	50.86545	9.99687				05	066	06632	06632009
2878839	Bauerschaft Lengerich	bauerschaft-lengerich	DE		0	Europe/Berlin	52.5535	7.53147				06	00	03454	03454031
2878841	Lengenwies	lengenwies	DE		0	Europe/Berlin	47.84433	11.40218				02	091	09173	09173123
2878842	Lengenweiler	lengenweiler	DE		0	Europe/Berlin	47.87096	9.43867				01	084	08436	08436083
2878845	Lengenrieden	lengenrieden	DE		0	Europe/Berlin	49.528	9.64005				01	081	08128	08128014
2878846	Lengenloh	lengenloh	DE		0	Europe/Berlin	49.43598	11.81674				02	093	09361	09361000
2878847	Lengenloch	lengenloch	DE		0	Europe/Berlin	48.59669	8.56504				01	082	08235	08235006
2878848	Lengenfeld bei Tirschenreuth	lengenfeld-bei-tirschenreuth	DE		0	Europe/Berlin	49.83894	12.28528		Lengenfeld,Lengenfeld bei Tirschenreuth		02	093	09377	09377154
2878849	Lengenfeld bei Groschlattengrün	lengenfeld-bei-groschlattengrun	DE		0	Europe/Berlin	49.98045	12.11814		Lengenfeld,Lengenfeld bei Groschlattengrun,Lengenfeld bei Groschlattengrün		02	093	09377	09377157
2878860	Lengenermoor	lengenermoor	DE		0	Europe/Berlin	53.2383	7.78118		Lengelermoor,Lengenermoor		06	00	03451	03451001
2878866	Lengenbeck	lengenbeck	DE		0	Europe/Berlin	51.17533	8.40399		Lengenbeck		07	059	05958	05958040
2878870	Lengelscheid	lengelscheid	DE		0	Europe/Berlin	51.14109	7.67002				07	059	05962	05962036
2878885	Lengde	lengde	DE		0	Europe/Berlin	51.98176	10.55301		Lengde		06	00	03153	03153017
2878886	Lengau	lengau	DE		0	Europe/Berlin	49.34674	12.71227				02	093	09372	09372171
2878888	Lengatz	lengatz	DE		0	Europe/Berlin	47.65232	9.89466				02	097	09776	09776131
2878890	Lendsiedel	lendsiedel	DE		0	Europe/Berlin	49.20201	9.96441		Lendsiedel		01	081	08127	08127046
2878891	Lendringsen	lendringsen	DE		0	Europe/Berlin	51.53335	8.12747		Lendringsen		07	059	05974	05974040
2878892	Lendringsen	lendringsen	DE		0	Europe/Berlin	51.41638	7.838		Lendringsen		07	059	05962	05962040
2878893	Lendringhausen	lendringhausen	DE		0	Europe/Berlin	51.11162	7.43016		Lendringhausen		07	053	05374	05374052
2878894	Lendraß	lendrass	DE		0	Europe/Berlin	47.77978	10.13589		Landrass,Landraß,Lendrass,Lendraß		02	097	09780	09780112
2878895	Lendorf	lendorf	DE		0	Europe/Berlin	51.06238	9.34506		Lendorf		05	066	06634	06634001
2878897	Lendershausen	lendershausen	DE		0	Europe/Berlin	50.13465	10.50783				02	096	09674	09674149
2878898	Lendershagen	lendershagen	DE		0	Europe/Berlin	54.24863	12.84765				12	00	13073	13073096
2878901	Lendersdorf	lendersdorf	DE		0	Europe/Berlin	50.7672	6.47675		Lendersdorf		07	053	05358	05358008
2878902	Lenderscheid	lenderscheid	DE		0	Europe/Berlin	50.96779	9.37788				05	066	06634	06634004
2878904	Lenders	lenders	DE		0	Europe/Berlin	50.72279	10.061				15	00	16063	16063062
2878906	Lendern	lendern	DE		0	Europe/Berlin	54.19649	9.33231				10	00	01051	01051139
2878908	Lenau	lenau	DE		0	Europe/Berlin	49.91608	11.89304				02	093	09377	09377133
2878910	Lenatweiler	lenatweiler	DE		0	Europe/Berlin	47.95521	9.73552				01	084	08436	08436009
2878913	Lemshausen	lemshausen	DE		0	Europe/Berlin	51.48417	9.86535				06	00	03159	03159029
2878914	Lemsen	lemsen	DE		0	Europe/Berlin	52.90718	8.2199				06	00	03458	03458007
2878915	Lemsell	lemsell	DE		0	Europe/Berlin	52.32464	11.2809				14	00	15083	15083230
2878916	Lemsel	lemsel	DE		0	Europe/Berlin	51.46395	12.34812				13	00	14730	14730250
2878917	Lemsdorf	lemsdorf	DE		0	Europe/Berlin	52.09833	11.59761				14	00	15003	15003000
2878918	Lemsahl-Mellingstedt	lemsahl-mellingstedt	DE		6554	Europe/Berlin	53.68998	10.09648				04	00	02000	02000000
2878919	Lempfriedsweiler	lempfriedsweiler	DE		0	Europe/Berlin	47.72727	9.51088				01	084	08435	08435016
2878920	Lempertshausen	lempertshausen	DE		0	Europe/Berlin	50.35845	10.7677		Lempertshausen		02	094	09473	09473158
2878928	Lemmie	lemmie	DE		0	Europe/Berlin	52.2899	9.60789				06	00	03241	03241006
2878929	Lemmersdorf	lemmersdorf	DE		0	Europe/Berlin	53.44588	13.70077				11	00	12073	12073579
2878931	Lemmel	lemmel	DE		0	Europe/Berlin	53.095	8.35994				06	00	03458	03458010
2878935	Lemkenhafen	lemkenhafen	DE		0	Europe/Berlin	54.44747	11.09228				10	00	01055	01055046
2878936	Lemkendorf	lemkendorf	DE		0	Europe/Berlin	54.47199	11.09464				10	00	01055	01055046
2878937	Lemke	lemke	DE		0	Europe/Berlin	52.65989	9.14641		Lemke		06	00	03256	03256021
2878938	Lemke	lemke	DE		0	Europe/Berlin	52.4941	6.91238				06	00	03456	03456023
2878939	Leming	leming	DE		0	Europe/Berlin	49.28824	12.92164				02	093	09372	09372124
2878940	Lemgrabe	lemgrabe	DE		0	Europe/Berlin	53.17755	10.71564				06	00	03355	03355013
2878944	Lemförde	lemfoerde	DE		2936	Europe/Berlin	52.46557	8.37621		Lemferde,Lemfjorde,Lemfoerde,Lemforde,Lemförde,lai mu fu er de,Лемферде,Лемфёрде,莱姆弗尔德		06	00	03251	03251023
2878959	Lembeck	lembeck	DE		0	Europe/Berlin	51.75954	7.00264		Lembeck		07	055	05562	05562012
2878964	Lembach	lembach	DE		0	Europe/Berlin	51.04225	9.34797		Lembach		05	066	06634	06634009
2878965	Lembach	lembach	DE		0	Europe/Berlin	49.93122	10.69433				02	096	09674	09674133
2878966	Lembach	lembach	DE		0	Europe/Berlin	48.77409	13.39313				02	092	09272	09272142
2878967	Lembach	lembach	DE		0	Europe/Berlin	47.80405	8.43026		Lembach		01	083	08337	08337127
2878968	Leloh	leloh	DE		0	Europe/Berlin	51.18332	6.30681				07	051	05166	05166024
2878970	Lelm	lelm	DE		0	Europe/Berlin	52.22033	10.85466				06	00	03154	03154013
2878971	Lellwangen	lellwangen	DE		0	Europe/Berlin	47.8	9.36667				01	084	08435	08435067
2878972	Lellichow	lellichow	DE		0	Europe/Berlin	53.03447	12.45687		Lellichow		11	00	12068	12068264
2878977	Lelbach	lelbach	DE		0	Europe/Berlin	51.28882	8.8294				05	066	06635	06635015
2878978	Leizesberg	leizesberg	DE		0	Europe/Berlin	48.61316	13.64914				02	092	09275	09275153
2878987	Leitzingen	leitzingen	DE		0	Europe/Berlin	52.98028	9.75706				06	00	03358	03358021
2878988	Leitzing	leitzing	DE		0	Europe/Berlin	47.78992	11.53487				02	091	09173	09173145
2878993	Leitzach	leitzach	DE		0	Europe/Berlin	47.78216	11.8751				02	091	09182	09182125
2878994	Leitsweiler	leitsweiler	DE		0	Europe/Berlin	49.23937	10.12519				02	095	09571	09571199
2879001	Leitmar	leitmar	DE		0	Europe/Berlin	51.40344	8.86604		Leitmar		07	059	05958	05958024
2879002	Leitlitz	leitlitz	DE		0	Europe/Berlin	50.61553	11.96139		Leitlitz,Leitzlitz		15	00	16076	16076087
2879003	Leitishofen	leitishofen	DE		0	Europe/Berlin	48.00485	9.15901				01	084	08437	08437078
2879004	Leithof	leithof	DE		0	Europe/Berlin	49.68333	7.98333				08	00	07333	07333057
2879005	Leithof	leithof	DE		0	Europe/Berlin	49.54965	7.81471		Leithof,Leithofe,Leithöfe		08	00	07333	07333503
2879007	Leithen	leithen	DE		0	Europe/Berlin	48.91213	12.92178				02	092	09271	09271116
2879008	Leithen	leithen	DE		0	Europe/Berlin	48.68611	13.12139				02	092	09275	09275127
2879009	Leithen	leithen	DE		0	Europe/Berlin	48.61559	13.40439				02	092	09275	09275151
2879010	Leithen	leithen	DE		0	Europe/Berlin	48.57861	13.55782				02	092	09275	09275150
2879011	Leithen	leithen	DE		0	Europe/Berlin	48.51044	13.44946				02	092	09275	09275133
2879012	Leithen	leithen	DE		0	Europe/Berlin	48.44527	13.18902				02	092	09275	09275124
2879013	Leithen	leithen	DE		0	Europe/Berlin	48.43111	13.07315				02	092	09277	09277113
2879014	Leithen	leithen	DE		0	Europe/Berlin	48.36783	13.26007				02	092	09275	09275141
2879015	Leithen	leithen	DE		0	Europe/Berlin	48.3424	12.65075				02	092	09277	09277122
2879016	Leithen	leithen	DE		0	Europe/Berlin	47.76373	10.98034				02	091	09190	09190117
2879019	Leitheim	leitheim	DE		0	Europe/Berlin	48.74279	10.88389		Leitheim		02	097	09779	09779169
2879020	Leithe	leithe	DE		0	Europe/Berlin	51.48201	7.11511		Leithe		07	059	05911	05911000
2879021	Leithe	leithe	DE		0	Europe/Berlin	51.46502	7.10266		Leithe		07	051	05113	05113000
2879026	Leitgering	leitgering	DE		0	Europe/Berlin	48.07805	12.73215				02	091	09189	09189152
2879028	Leiterzhofen	leiterzhofen	DE		0	Europe/Berlin	49.06757	11.65375				02	093	09373	09373115
2879029	Leitersweiler	leitersweiler	DE		0	Europe/Berlin	49.49316	7.21012				09	00	10046	10046117
2879031	Leitershofen	leitershofen	DE		0	Europe/Berlin	48.34987	10.84226		Leitershofen		02	097	09772	09772202
2879032	Leitersdorf	leitersdorf	DE		0	Europe/Berlin	48.74875	12.30982		Leitersdorf		02	092	09278	09278144
2879033	Leitersdorf	leitersdorf	DE		0	Europe/Berlin	48.55289	11.76306				02	091	09178	09178116
2879039	Leiterkofen	leiterkofen	DE		0	Europe/Berlin	48.97423	12.2888				02	093	09375	09375183
2879043	Leiterberg	leiterberg	DE		0	Europe/Berlin	47.74523	10.39819				02	097	09780	09780114
2879051	Leitenhof	leitenhof	DE		0	Europe/Berlin	48.74747	10.6079				02	097	09773	09773117
2879052	Leitenhausen	leitenhausen	DE		0	Europe/Berlin	50.31667	10.6		Leitenhausen		15	00	16069	16069063
2879053	Leitenhausen	leitenhausen	DE		0	Europe/Berlin	48.79968	12.03287				02	092	09273	09273141
2879054	Leitendorf	leitendorf	DE		0	Europe/Berlin	48.65297	11.92962				02	092	09274	09274172
2879056	Leitenberg	leitenberg	DE		0	Europe/Berlin	47.80511	12.30792				02	091	09187	09187132
2879064	Leitenbach	leitenbach	DE		0	Europe/Berlin	48.66582	11.80291				02	092	09273	09273147
2879065	Leitenbach	leitenbach	DE		0	Europe/Berlin	48.35008	12.74426				02	092	09277	09277134
2879066	Leiten	leiten	DE		0	Europe/Berlin	48.07359	12.46912				02	091	09189	09189149
2879067	Leiten	leiten	DE		0	Europe/Berlin	47.99834	12.14122				02	091	09187	09187170
2879068	Leiten	leiten	DE		0	Europe/Berlin	47.91209	11.59976				02	091	09173	09173118
2879069	Leiten	leiten	DE		0	Europe/Berlin	47.83876	12.32617				02	091	09187	09187162
2879070	Leiten	leiten	DE		0	Europe/Berlin	47.76372	11.83197				02	091	09182	09182119
2879082	Leitelshof	leitelshof	DE		0	Europe/Berlin	49.35737	10.9438				02	095	09576	09576142
2879083	Leitelshain	leitelshain	DE		0	Europe/Berlin	50.82656	12.39545				13	00	14524	14524030
2879088	Leistrup	leistrup	DE		0	Europe/Berlin	51.9294	8.94502				07	057	05766	05766020
2879090	Leisterförde	leisterfoerde	DE		0	Europe/Berlin	53.47058	10.73536				12	00	13076	13076055
2879091	Leistenow	leistenow	DE		0	Europe/Berlin	53.84467	13.09941				12	00	13071	13071148
2879096	Leisten	leisten	DE		0	Europe/Berlin	53.51327	12.27971				12	00	13076	13076114
2879097	Leisten	leisten	DE		0	Europe/Berlin	52.87732	10.9017				06	00	03354	03354022
2879101	Leistadt	leistadt	DE		0	Europe/Berlin	49.49253	8.15712		Leistadt		08	00	07332	07332002
2879102	Leist	leist	DE		0	Europe/Berlin	54.14574	13.37508				12	00	13075	13075102
2879104	Leißnitz	leissnitz	DE		0	Europe/Berlin	52.10844	14.21726		Leissnitz,Leißnitz		11	00	12067	12067137
2879108	Leisnitz	leisnitz	DE		0	Europe/Berlin	51.35145	13.09064				13	00	14730	14730170
2879110	Leismühl	leismuhl	DE		0	Europe/Berlin	47.84531	11.56972				02	091	09173	09173118
2879112	Leising	leising	DE		0	Europe/Berlin	49.02341	11.50123				02	091	09176	09176114
2879113	Leisenwald	leisenwald	DE		0	Europe/Berlin	50.31755	9.22976		Leisenwald		05	064	06435	06435029
2879116	Leisenau	leisenau	DE		0	Europe/Berlin	51.16876	12.76355				13	00	14729	14729080
2879118	Leiselheim	leiselheim	DE		0	Europe/Berlin	49.64058	8.30735		Leiselheim		08	00	07319	07319000
2879119	Leiselheim	leiselheim	DE		0	Europe/Berlin	48.12611	7.63653				01	083	08316	08316038
2879125	Leisau	leisau	DE		0	Europe/Berlin	50.02147	11.67899				02	094	09472	09472143
2879231	Leimersdorf	leimersdorf	DE		0	Europe/Berlin	50.58584	7.1327				08	00	07131	07131090
2879143	Leippen	leippen	DE		0	Europe/Berlin	51.13182	13.33282				13	00	14627	14627180
2879144	Leippe	leippe	DE		0	Europe/Berlin	51.41908	14.07075		Leippe,Lipoj		13	00	14625	14625310
2879145	Leipoldsweiler	leipoldsweiler	DE		0	Europe/Berlin	49.18975	9.74183				01	081	08127	08127086
2879147	Leipoldsberg	leipoldsberg	DE		0	Europe/Berlin	49.28202	10.30155				02	095	09571	09571198
2879148	Leipnitz	leipnitz	DE		0	Europe/Berlin	51.63333	12.8				13	00	14730	14730320
2879149	Leipnitz	leipnitz	DE		0	Europe/Berlin	51.20328	12.83152		Leipnitz		13	00	14729	14729160
2879151	Leipgen	leipgen	DE		0	Europe/Berlin	51.28337	14.66788		Leipgen,Lipinki		13	00	14626	14626320
2879152	Leipferdingen	leipferdingen	DE		0	Europe/Berlin	47.86496	8.66824		Leipferdingen		01	083	08327	08327018
2879153	Leiperzell	leiperzell	DE		0	Europe/Berlin	49.19227	10.32134				02	095	09571	09571145
2879154	Leipersloh	leipersloh	DE		0	Europe/Berlin	49.25766	10.89165				02	095	09571	09571226
2879155	Leipen	leipen	DE		0	Europe/Berlin	51.15	12.35				13	00	14729	14729170
2879158	Leipa	leipa	DE		0	Europe/Berlin	51.83333	12.6				14	00	15091	15091160
2879160	Leinweiler	leinweiler	DE		0	Europe/Berlin	48.87045	9.94919				01	081	08136	08136062
2879163	Leinstetten	leinstetten	DE		0	Europe/Berlin	48.39333	8.54339		Leinstetten		01	083	08325	08325012
2879164	Leinschwenden	leinschwenden	DE		0	Europe/Berlin	47.76264	10.26402				02	097	09763	09763000
2879165	Leinschede	leinschede	DE		0	Europe/Berlin	51.2352	7.89369				07	059	05962	05962052
2879166	Leinroden	leinroden	DE		0	Europe/Berlin	48.88079	9.99219				01	081	08136	08136002
2879170	Leiningerhof	leiningerhof	DE		0	Europe/Berlin	49.69708	7.84329		Leinigerhof,Leiningerhof		08	00	07333	07333023
2879174	Leinhof	leinhof	DE		0	Europe/Berlin	49.41594	11.65933				02	093	09371	09371116
2879176	Leinheim	leinheim	DE		0	Europe/Berlin	48.44002	10.3244				02	097	09774	09774135
2879178	Leinhausen	leinhausen	DE		0	Europe/Berlin	52.39854	9.67054				06	00	03241	03241001
2879179	Leinhausen	leinhausen	DE		0	Europe/Berlin	48.15	9.75				01	084	08426	08426134
2879182	Leingen	leingen	DE		0	Europe/Berlin	50.71578	7.54306				08	00	07132	07132114
2879183	Leingart	leingart	DE		0	Europe/Berlin	48.54125	13.18611				02	092	09275	09275138
2879184	Leinfelderhof	leinfelderhof	DE		0	Europe/Berlin	48.92613	9.00093				01	081	08118	08118073
2879188	Leinenfirst	leinenfirst	DE		0	Europe/Berlin	48.95094	10.04262				01	081	08136	08136046
2879189	Leinemühle	leinemuehle	DE		0	Europe/Berlin	51.64177	11.26882				14	00	15087	15087275
2879193	Leinefelde-Worbis	leinefelde-worbis	DE		13740	Europe/Berlin	51.38796	10.3262				15	00	16061	16061115
2879199	Leinde	leinde	DE		0	Europe/Berlin	52.13452	10.44735		Leinde		06	00	03158	03158037
2879207	Leinau	leinau	DE		0	Europe/Berlin	47.91647	10.61015				02	097	09777	09777158
2879213	Leina	leina	DE		0	Europe/Berlin	51.27036	12.05339				14	00	15084	15084550
2879214	Leina	leina	DE		0	Europe/Berlin	50.90128	10.63117		Leina,Lena		15	00	16067	16067092
2879217	Leimweg	leimweg	DE		0	Europe/Berlin	52.05519	8.19599				07	057	05754	05754048
2879219	Leimstruth	leimstruth	DE		0	Europe/Berlin	50.981	8.32508				07	059	05970	05970012
2879220	Leimsfeld	leimsfeld	DE		0	Europe/Berlin	50.94092	9.2837				05	066	06634	06634004
2879221	Leimrieth	leimrieth	DE		0	Europe/Berlin	50.41177	10.68289		Leimrieth		15	00	16069	16069024
2879222	Leimitz	leimitz	DE		0	Europe/Berlin	50.32277	11.95187				02	094	09464	09464000
2879225	Leimgruben	leimgruben	DE		0	Europe/Berlin	49.95269	12.02419				02	093	09377	09377148
2879226	Leimgruben	leimgruben	DE		0	Europe/Berlin	48.21066	12.19711				02	091	09183	09183123
2879229	Leimershof	leimershof	DE		0	Europe/Berlin	49.98545	10.96384				02	094	09471	09471119
2879172	Leiningen	leiningen	DE	56291	0	Europe/Berlin	50.60092	12.10144				15	00	16076	16076022
2879232	Leimersberg	leimersberg	DE		0	Europe/Berlin	49.72438	11.31886				02	094	09474	09474129
2879235	Leimental	leimental	DE		0	Europe/Berlin	48.20396	8.07383				01	083	08316	08316010
2879238	Leimengrund	leimengrund	DE		0	Europe/Berlin	48.53119	8.35734				01	082	08237	08237004
2879244	Leimbühlholz	leimbuhlholz	DE		0	Europe/Berlin	49.01129	12.70441				02	092	09278	09278129
2879267	Leikenhusen	leikenhusen	DE		0	Europe/Berlin	54.37862	8.65062				10	00	01054	01054150
2879268	Leihgestern	leihgestern	DE		0	Europe/Berlin	50.52783	8.6768		Linden		05	065	06531	06531012
2879269	Leiheim	leiheim	DE		0	Europe/Berlin	48.722	10.531				02	097	09773	09773117
2879271	Leiha	leiha	DE		0	Europe/Berlin	51.26379	11.87512				14	00	15088	15088065
2879272	Leifringhausen	leifringhausen	DE		0	Europe/Berlin	51.22081	7.67243				07	059	05962	05962032
2879273	Leiffarth	leiffarth	DE		0	Europe/Berlin	50.99552	6.19111				07	053	05370	05370012
2879282	Leienhöhe	leienhoehe	DE		0	Europe/Berlin	50.98351	7.27552				07	053	05374	05374020
2879284	Leienfels	leienfels	DE		0	Europe/Berlin	49.70871	11.37194		Leienfels		02	094	09472	09472179
2879288	Leienbach	leienbach	DE		0	Europe/Berlin	51.03122	7.63418		Leienbach		07	053	05374	05374004
2879289	Leidringen	leidringen	DE		0	Europe/Berlin	48.26631	8.70456				01	084	08417	08417054
2879290	Leidling	leidling	DE		0	Europe/Berlin	48.69496	11.0759				02	091	09185	09185125
2879291	Leidingshof	leidingshof	DE		0	Europe/Berlin	49.84197	11.2088				02	094	09471	09471142
2879292	Leidingendorf	leidingendorf	DE		0	Europe/Berlin	49.18202	10.774				02	095	09577	09577138
2879293	Leidingen	leidingen	DE		0	Europe/Berlin	49.30814	6.60985		Leidingen		09	00	10044	10044121
2879294	Leidhecken	leidhecken	DE		0	Europe/Berlin	50.34603	8.8969				05	064	06440	06440007
2879297	Leidersdorf	leidersdorf	DE		0	Europe/Berlin	49.35192	11.92801				02	093	09371	09371120
2879300	Leider	leider	DE		0	Europe/Berlin	49.97569	9.12093				02	096	09661	09661000
2879302	Leidenhofen	leidenhofen	DE		0	Europe/Berlin	50.72626	8.81815				05	065	06534	06534008
2879303	Leidenhausen	leidenhausen	DE		0	Europe/Berlin	50.89636	7.09717				07	053	05315	05315000
2879305	Leideneck	leideneck	DE		0	Europe/Berlin	50.03411	7.36355				08	00	07140	07140009
2879306	Leidendorf	leidendorf	DE		0	Europe/Berlin	49.21888	10.63561				02	095	09571	09571216
2879308	Leidenberg	leidenberg	DE		0	Europe/Berlin	49.28147	10.17522		Leidenberg		02	095	09571	09571169
2879314	Leichsenhof	leichsenhof	DE		0	Europe/Berlin	49.17092	10.42817				02	095	09571	09571132
2879318	Leichendorf	leichendorf	DE		0	Europe/Berlin	49.4339	10.93424				02	095	09573	09573134
2879322	Leichau	leichau	DE		0	Europe/Berlin	49.81897	12.27034				02	093	09377	09377146
2879323	Leibsch	leibsch	DE		0	Europe/Berlin	52.08066	13.87581		Leibsch,Lubus,Lubuš		11	00	12061	12061510
2879325	Leibolz	leibolz	DE		0	Europe/Berlin	50.752	9.82277				05	066	06631	06631007
2879329	Leibis	leibis	DE		0	Europe/Berlin	50.58663	11.17679				15	00	16073	16073094
2879331	Leibi	leibi	DE		0	Europe/Berlin	48.43211	10.10974				02	097	09775	09775134
2879336	Leibersdorf	leibersdorf	DE		0	Europe/Berlin	48.62761	11.86502				02	092	09273	09273178
2879337	Leibersberg	leibersberg	DE		0	Europe/Berlin	47.71975	11.23066				02	091	09180	09180128
2879339	Leiberg	leiberg	DE		0	Europe/Berlin	51.51965	8.65639		Leiberg		07	057	05774	05774040
2879342	Leibenstadt	leibenstadt	DE		0	Europe/Berlin	49.3694	9.42019		Leibenstadt		01	082	08225	08225001
2879345	Leibelbach	leibelbach	DE		0	Europe/Berlin	49.2223	10.49128				02	095	09571	09571166
2879353	Lehstenbachmühle	lehstenbachmuhle	DE		0	Europe/Berlin	50.11667	11.88333				02	094	09479	09479166
2879356	Lehsten	lehsten	DE		0	Europe/Berlin	54.52826	13.21104				12	00	13073	13073081
2879357	Lehsten	lehsten	DE		0	Europe/Berlin	53.5658	12.91475		Lehsten		12	00	13071	13071101
2879358	Lehsten	lehsten	DE		0	Europe/Berlin	50.24849	11.656				02	094	09475	09475136
2879359	Lehsten	lehsten	DE		0	Europe/Berlin	50.11686	11.91556				02	094	09479	09479166
2879368	Lehrsbüttel	lehrsbuettel	DE		0	Europe/Berlin	54.13732	9.20295				10	00	01051	01051083
2879371	Lehringen	lehringen	DE		0	Europe/Berlin	52.88303	9.4038				06	00	03361	03361005
2879372	Lehrhub	lehrhub	DE		0	Europe/Berlin	48.32753	12.31664				02	092	09274	09274193
2879373	Lehrhof	lehrhof	DE		0	Europe/Berlin	48.96722	9.30872				01	081	08118	08118070
2879379	Lehrden	lehrden	DE		0	Europe/Berlin	52.93387	9.47294				06	00	03357	03357051
2879384	Lehrbach	lehrbach	DE		0	Europe/Berlin	50.77665	9.05531		Lehrbach		05	065	06535	06535010
2879385	Lehr	lehr	DE		0	Europe/Berlin	48.43239	9.96906				01	084	08421	08421000
2879396	Lehnsdorf	lehnsdorf	DE		0	Europe/Berlin	52.03699	12.51995				11	00	12069	12069665
2879398	Lehnmühle	lehnmuehle	DE		0	Europe/Berlin	49.94089	7.71878				08	00	07133	07133091
2879402	Lehnitzsch	lehnitzsch	DE		0	Europe/Berlin	50.95257	12.45457		Lehnitzsch		15	00	16077	16077001
2879404	Lehningen	lehningen	DE		0	Europe/Berlin	48.79567	8.8161				01	082	08236	08236062
2879409	Lehnholz	lehnholz	DE		0	Europe/Berlin	50.27446	7.15747		Lehnholz,Lehnholzer hof		08	00	07135	07135023
2879410	Lehnheim	lehnheim	DE		0	Europe/Berlin	50.61079	8.98752				05	065	06531	06531006
2879411	Lehnhäuser	lehnhaeuser	DE		0	Europe/Berlin	51.18024	14.77336				13	00	14626	14626450
2879412	Lehnhausen	lehnhausen	DE		0	Europe/Berlin	50.98739	8.92085		Lehnhausen		05	066	06635	06635012
2879417	Lehnerz	lehnerz	DE		0	Europe/Berlin	50.57582	9.70161				05	066	06631	06631009
2879419	Lehnershof	lehnershof	DE		0	Europe/Berlin	49.64274	11.57527				02	093	09371	09371113
2879421	Lehnerath	lehnerath	DE		0	Europe/Berlin	50.29686	6.5827				08	00	07233	07233241
2879426	Lehnensruhe	lehnensruhe	DE		0	Europe/Berlin	53.88333	11.48333				12	00	13074	13074087
2879427	Lehnenhof	lehnenhof	DE		0	Europe/Berlin	54.04124	11.70809				12	00	13072	13072014
2879428	Lehnenhof	lehnenhof	DE		0	Europe/Berlin	53.92642	12.84278				12	00	13071	13071027
2879429	Lehnenberg	lehnenberg	DE		0	Europe/Berlin	48.85051	9.4382				01	081	08119	08119089
2879433	Lehndörfel	lehndoerfel	DE		0	Europe/Berlin	50.89681	14.75147				13	00	14626	14626050
2879434	Lehndorf	lehndorf	DE		4933	Europe/Berlin	52.27625	10.47924				06	00	03101	03101000
2879435	Lehndorf	lehndorf	DE		0	Europe/Berlin	51.56402	11.94922				14	00	15088	15088295
2879436	Lehndorf	lehndorf	DE		0	Europe/Berlin	51.48978	13.22864		Lehndorf		11	00	12062	12062341
2879437	Lehndorf	lehndorf	DE		0	Europe/Berlin	51.21922	14.24899		Lehndorf,Lejno		13	00	14625	14625440
2879438	Lehndorf	lehndorf	DE		0	Europe/Berlin	50.93586	12.4259				15	00	16077	16077036
2879442	Lehnacker	lehnacker	DE		0	Europe/Berlin	47.70947	7.7627				01	083	08336	08336084
2879443	Lehna	lehna	DE		0	Europe/Berlin	51.26374	10.12768		Lehna,Lena		15	00	16061	16061113
2879444	Lehna	lehna	DE		0	Europe/Berlin	50.71092	12.16415				15	00	16076	16076022
2879445	Lehn	lehn	DE		0	Europe/Berlin	51.17658	7.07337				07	051	05122	05122000
2879446	Lehn	lehn	DE		0	Europe/Berlin	51.12897	14.59931		Lehn,Lejno		13	00	14625	14625230
2879447	Lehn	lehn	DE		0	Europe/Berlin	51.12282	14.42092		Lehn,Lejno		13	00	14625	14625390
2879452	Lehmsiek	lehmsiek	DE		0	Europe/Berlin	54.4191	9.82745				10	00	01058	01058080
2879453	Lehmsiek	lehmsiek	DE		0	Europe/Berlin	54.40954	9.20053				10	00	01054	01054116
2879468	Lehmkuhle	lehmkuhle	DE		0	Europe/Berlin	51.51393	6.93349		Lehmkuhle		07	055	05512	05512000
2879469	Lehmkuhle	lehmkuhle	DE		0	Europe/Berlin	52.07292	8.88175				07	057	05766	05766044
2879470	Lehmkuhl	lehmkuhl	DE		0	Europe/Berlin	53.89702	9.56528				10	00	01061	01061017
2879471	Lehmkuhl	lehmkuhl	DE		0	Europe/Berlin	52.97747	8.68985				06	00	03251	03251037
2879472	Lehmkuhl	lehmkuhl	DE		0	Europe/Berlin	51.7264	7.02093		Lehmkuhl,Lemkuhle		07	055	05562	05562012
2879479	Lehmke	lehmke	DE		0	Europe/Berlin	52.92805	10.6418				06	00	03360	03360030
2879485	Lehmingen	lehmingen	DE		0	Europe/Berlin	48.98209	10.61008		Lehmingen		02	097	09779	09779197
2879491	Lehmhegge	lehmhegge	DE		0	Europe/Berlin	51.68892	7.36168				07	055	05558	05558036
2879494	Lehmgaste	lehmgaste	DE		0	Europe/Berlin	53.24694	7.548				06	00	03457	03457016
2879495	Lehmerhöfe	lehmerhoefe	DE		0	Europe/Berlin	50.27924	7.44237				08	00	07137	07137504
2879499	Lehmdermoor	lehmdermoor	DE		0	Europe/Berlin	53.29773	8.20539				06	00	03451	03451005
2879500	Lehmden	lehmden	DE		0	Europe/Berlin	53.28604	8.16512				06	00	03451	03451005
2879501	Lehmden	lehmden	DE		0	Europe/Berlin	52.57958	8.27894				06	00	03460	03460008
2879503	Lehmbrock	lehmbrock	DE		0	Europe/Berlin	52.03134	7.81572				07	055	05570	05570032
2879504	Lehmbraken	lehmbraken	DE		0	Europe/Berlin	51.78564	7.22665				07	055	05562	05562016
2879505	Lehmberg	lehmberg	DE		0	Europe/Berlin	52.93443	9.87745				06	00	03358	03358023
2879524	Lehmbek	lehmbek	DE		0	Europe/Berlin	54.34202	9.72783		Lehmbek,Lembek		10	00	01058	01058024
2879525	Lehmbach	lehmbach	DE		0	Europe/Berlin	50.93289	7.19319				07	053	05378	05378028
2879532	Lehma	lehma	DE		0	Europe/Berlin	51.03677	12.42458				15	00	16077	16077048
2879533	Lehm	lehm	DE		0	Europe/Berlin	49.78219	11.54055				02	094	09472	09472175
2879535	Lehing	lehing	DE		0	Europe/Berlin	48.3614	12.37373				02	092	09274	09274120
2879539	Lehesterdeich	lehesterdeich	DE		0	Europe/Berlin	53.1135	8.89238		Lehester Deich,Lehesterdeich		03	00	04011	04011000
2879547	Lehern	lehern	DE		0	Europe/Berlin	47.60547	10.64009				02	097	09777	09777135
2879549	Leherheide	leherheide	DE		0	Europe/Berlin	53.59439	8.62195		Leherhaide,Leherheide		03	00	04012	04012000
2879553	Lehenweiler	lehenweiler	DE		0	Europe/Berlin	48.7009	8.88623		Lehenweiler		01	081	08115	08115001
2879556	Lehenthal	lehenthal	DE		0	Europe/Berlin	50.15525	11.45661				02	094	09477	09477128
2879557	Lehenreut	lehenreut	DE		0	Europe/Berlin	48.75861	13.16843				02	092	09271	09271149
2879564	Lehenhammer	lehenhammer	DE		0	Europe/Berlin	49.51893	11.5634				02	093	09371	09371140
2879565	Lehengütingen	lehengutingen	DE		0	Europe/Berlin	49.10514	10.30657				02	095	09571	09571200
2879568	Lehendorf	lehendorf	DE		0	Europe/Berlin	49.52225	11.57014				02	093	09371	09371140
2879571	Lehenbuch	lehenbuch	DE		0	Europe/Berlin	49.11667	10.31667				02	095	09571	09571200
2879579	Lehenbach	lehenbach	DE		0	Europe/Berlin	49.04378	12.55463				02	092	09278	09278197
2879581	Lehen	lehen	DE		0	Europe/Berlin	52.25187	7.72941				07	055	05566	05566028
2879582	Lehen	lehen	DE		0	Europe/Berlin	49.91113	11.66258				02	094	09472	09472199
2879583	Lehen	lehen	DE		0	Europe/Berlin	49.83048	12.11682				02	093	09377	09377132
2879584	Lehen	lehen	DE		0	Europe/Berlin	49.13922	12.3052				02	093	09375	09375119
2879585	Lehen	lehen	DE		0	Europe/Berlin	49.04051	13.26367				02	092	09276	09276130
2879586	Lehen	lehen	DE		0	Europe/Berlin	48.64542	11.62493				02	091	09186	09186162
2879587	Lehen	lehen	DE		0	Europe/Berlin	48.42705	12.2227				02	092	09274	09274114
2879588	Lehen	lehen	DE		0	Europe/Berlin	48.154	12.56492				02	091	09171	09171117
2879589	Lehen	lehen	DE		0	Europe/Berlin	48.10319	12.23309				02	091	09187	09187176
2879590	Lehen	lehen	DE		0	Europe/Berlin	48.01496	7.80606		Lehen		01	083	08311	08311000
2879591	Lehen	lehen	DE		0	Europe/Berlin	47.90441	12.82727				02	091	09189	09189135
2879592	Lehen	lehen	DE		0	Europe/Berlin	47.82323	9.38661		Lehen,Lehenhof		01	084	08435	08435067
2879593	Lehen	lehen	DE		0	Europe/Berlin	47.76933	11.82259				02	091	09182	09182119
2879594	Lehen	lehen	DE		0	Europe/Berlin	47.7713	11.72077				02	091	09182	09182116
2879595	Lehen	lehen	DE		0	Europe/Berlin	47.74837	7.98362				01	083	08337	08337108
2879596	Lehen	lehen	DE		0	Europe/Berlin	47.73857	11.94686				02	091	09182	09182114
2879597	Lehen	lehen	DE		0	Europe/Berlin	47.7326	11.58196				02	091	09173	09173124
2879615	Lehelitz	lehelitz	DE		0	Europe/Berlin	51.47149	12.45974		Krostitz-Lehelitz,Lehelitz		13	00	14730	14730150
2879616	Lehel	lehel	DE		0	Europe/Berlin	48.855	12.77555				02	092	09278	09278159
2879622	Lehen	lehen	DE		0	Europe/Berlin	48.15214	8.05716		Lehe,Lehen		01	083	08316	08316055
2879627	Lehdehäuser	lehdehaeuser	DE		0	Europe/Berlin	51.0852	14.79738				13	00	14626	14626030
2879628	Lehdehäuser	lehdehaeuser	DE		0	Europe/Berlin	51.07947	14.58259				13	00	14626	14626270
2879630	Lehde	lehde	DE		200	Europe/Berlin	51.86432	13.99138		Lede,Ledy,Lehde,Lědy,Леде		11	00	12066	12066196
2879635	Lehbek	lehbek	DE		0	Europe/Berlin	54.74057	9.8796				10	00	01059	01059112
2879638	Leglichheitskoog	leglichheitskoog	DE		0	Europe/Berlin	54.43333	9.03333				10	00	01054	01054161
2879641	Legerade	legerade	DE		0	Europe/Berlin	54.78333	8.85				10	00	01054	01054088
2879643	Legenhausen	legenhausen	DE		0	Europe/Berlin	52.88154	8.88987				06	00	03251	03251041
2879644	Legendorf	legendorf	DE		0	Europe/Berlin	49.46261	12.09402				02	093	09376	09376159
2879646	Legelshurst	legelshurst	DE		0	Europe/Berlin	48.5698	7.91506		Legelshurst		01	083	08317	08317141
2879652	Legefeld	legefeld	DE		0	Europe/Berlin	50.9329	11.29446		Legefeld/Holzdorf		15	00	16055	16055000
2879654	Legde	legde	DE		752	Europe/Berlin	52.91884	11.96325				11	00	12070	12070241
2879655	Legbank	legbank	DE		0	Europe/Berlin	54.35	10.41667				10	00	01057	01057006
2879658	Legan	legan	DE		0	Europe/Berlin	54.18041	9.63558				10	00	01058	01058155
2879661	Lefitz	lefitz	DE		0	Europe/Berlin	52.9459	10.92513				06	00	03354	03354002
2879662	Leffelsend	leffelsend	DE		0	Europe/Berlin	50.96297	7.2678				07	053	05378	05378024
2879669	Leetze	leetze	DE		0	Europe/Berlin	52.76159	11.0652				14	00	15081	15081290
2879672	Leeswig	leeswig	DE		0	Europe/Berlin	53.53286	9.74307				06	00	03359	03359028
2879674	Leesten	leesten	DE		0	Europe/Berlin	49.86941	11.02375				02	094	09471	09471195
2879675	Leeste	leeste	DE		0	Europe/Berlin	52.98753	8.81625		Leeste		06	00	03251	03251047
2879676	Leestahl	leestahl	DE		0	Europe/Berlin	53.20846	10.69784				06	00	03355	03355013
2879677	Leest	leest	DE		0	Europe/Berlin	52.4343	12.94285				11	00	12069	12069656
2879682	Leeseringen	leeseringen	DE		0	Europe/Berlin	52.59749	9.15479		Leeseringen		06	00	03256	03256006
2879683	Leesen	leesen	DE		0	Europe/Berlin	51.01262	12.34829				15	00	16077	16077042
2879687	Leesau	leesau	DE		0	Europe/Berlin	50.00464	11.34719				02	094	09477	09477157
2879688	Leerstetten	leerstetten	DE		0	Europe/Berlin	49.32356	11.1246				02	095	09576	09576132
2879689	Leerßen	leerssen	DE		0	Europe/Berlin	52.92774	8.78211		Leerssen,Leerßen		06	00	03251	03251041
2879690	Leerort	leerort	DE		0	Europe/Berlin	53.21582	7.43082		Leerort		06	00	03457	03457013
2879693	Leerhafe	leerhafe	DE		0	Europe/Berlin	53.5289	7.78103				06	00	03462	03462019
2879697	Leer	leer	DE		33886	Europe/Berlin	53.23157	7.461		Hleri,Leer,Ler,Leri,Lier,lr,lr  nydrzaksn,lyr,rea,Лер,לר,لر، نیدرزاکسن,لير,レーア	03457	06	00	03457	03457013
2879698	Leer	leer	DE		0	Europe/Berlin	52.11399	7.29492				07	055	05566	05566024
2879701	Leeheim	leeheim	DE		0	Europe/Berlin	49.85667	8.43944				05	064	06433	06433011
2879706	Leegmeer	leegmeer	DE		0	Europe/Berlin	51.83333	6.25				07	051	05154	05154008
2879708	Leegesee	leegesee	DE		0	Europe/Berlin	54.33333	8.8				10	00	01054	01054036
2879711	Neugarz	neugarz	DE		0	Europe/Berlin	52.76611	12.36348				11	00	12063	12063260
2879715	Leeder	leeder	DE		0	Europe/Berlin	47.93389	10.82844		Leeder		02	091	09181	09181121
2879717	Leeden	leeden	DE		0	Europe/Berlin	52.21564	7.89034		Leeden		07	055	05566	05566088
2879718	Leeberg	leeberg	DE		0	Europe/Berlin	47.7	11.76667				02	091	09182	09182132
2879721	Lederstatt	lederstatt	DE		0	Europe/Berlin	48.74029	10.80138				02	097	09779	09779131
2879724	Lederling	lederling	DE		0	Europe/Berlin	48.46182	13.02644				02	092	09277	09277113
2879725	Ledering	ledering	DE		0	Europe/Berlin	48.54722	13.1525				02	092	09275	09275117
2879729	Lederhof	lederhof	DE		0	Europe/Berlin	49.24048	12.82133				02	093	09372	09372112
2879733	Ledergaß	ledergass	DE		0	Europe/Berlin	47.63333	7.98333				01	083	08337	08337090
2879734	Lederdorn	lederdorn	DE		0	Europe/Berlin	49.19661	12.80444				02	093	09372	09372117
2879735	Lederberg	lederberg	DE		0	Europe/Berlin	48.7526	9.24242				01	081	08111	08111000
2879737	Lederbach	lederbach	DE		0	Europe/Berlin	50.4193	7.07738				08	00	07131	07131206
2879742	Ledde	ledde	DE		0	Europe/Berlin	52.23792	7.81571		Ledde		07	055	05566	05566088
2879744	Leckwitz	leckwitz	DE		0	Europe/Berlin	51.35324	13.18942				13	00	14730	14730170
2879745	Leckwitz	leckwitz	DE		0	Europe/Berlin	51.2833	13.40493		Leckwitz		13	00	14627	14627190
2879747	Leckringhausen	leckringhausen	DE		0	Europe/Berlin	51.3025	9.14595				05	066	06633	06633028
2879748	Leckmart	leckmart	DE		0	Europe/Berlin	51.18536	8.14711		Leckmart,Leckmarth		07	059	05958	05958016
2879749	Leckingsen	leckingsen	DE		0	Europe/Berlin	51.41516	7.65925		Leckingsen		07	059	05962	05962024
2879751	Leckern	leckern	DE		0	Europe/Berlin	49.15297	12.90619				02	093	09372	09372137
2879753	Leckerhölken	leckerhoelken	DE		0	Europe/Berlin	54.16667	10.13333		Leckerholken,Leckerhölken,Lekkerholken,Lekkerhölken		10	00	01057	01057011
2879755	Lecker	lecker	DE		0	Europe/Berlin	52.35482	8.26721				06	00	03459	03459013
2879760	Lechtrup	lechtrup	DE		0	Europe/Berlin	52.48407	7.81092				06	00	03459	03459026
2879762	Lechtingen	lechtingen	DE		0	Europe/Berlin	52.33075	8.02113		Lechtingen		06	00	03459	03459033
2879763	Lechterseite	lechterseite	DE		0	Europe/Berlin	53.16667	8.56667				06	00	03461	03461001
2879767	Lechstedt	lechstedt	DE		0	Europe/Berlin	52.11453	10.02636				06	00	03254	03254005
2879768	Lechsend	lechsend	DE		0	Europe/Berlin	48.7425	10.91223				02	097	09779	09779178
2879775	Lechmühlen	lechmuhlen	DE		0	Europe/Berlin	47.95282	10.86994				02	091	09181	09181121
2879776	Lechlingszell	lechlingszell	DE		0	Europe/Berlin	48.57888	10.99226				02	097	09771	09771176
2879779	Lechhausen	lechhausen	DE		0	Europe/Berlin	48.37864	10.9426				02	097	09761	09761000
2879781	Lechenroth	lechenroth	DE		0	Europe/Berlin	50.21244	10.76067				02	094	09473	09473165
2879782	Lechenich	lechenich	DE		0	Europe/Berlin	50.79956	6.76979		Lechenich		07	053	05362	05362020
2879793	Lebuser Vorstadt	lebuser-vorstadt	DE		0	Europe/Berlin	52.35	14.53333				11	00	12053	12053000
2879799	Leblich	leblich	DE		0	Europe/Berlin	51.81265	6.94855				07	055	05554	05554028
2879803	Leberskirchen	leberskirchen	DE		0	Europe/Berlin	48.48242	12.40404				02	092	09274	09274179
2879806	Lebersberg	lebersberg	DE		0	Europe/Berlin	48.68043	13.46519				02	092	09275	09275128
2879812	Lebenstedt	lebenstedt	DE		0	Europe/Berlin	52.15935	10.32883		Lebenstedt		06	00	03102	03102000
2879815	Lebensborn	lebensborn	DE		0	Europe/Berlin	53.55	7.91667				06	00	03455	03455007
2879816	Lebenhan	lebenhan	DE		0	Europe/Berlin	50.36026	10.18136		Lebenhan		02	096	09673	09673114
2879825	Lebbin	lebbin	DE		0	Europe/Berlin	54.56848	13.35813				12	00	13073	13073059
2879826	Lebbin	lebbin	DE		0	Europe/Berlin	53.61897	13.23123		Lebbin		12	00	13071	13071057
2879827	Lebbin	lebbin	DE		0	Europe/Berlin	53.47711	12.51414				12	00	13071	13071043
2879828	Lebbin	lebbin	DE		0	Europe/Berlin	52.29629	13.94276				11	00	12067	12067469
2879831	Lebatz	lebatz	DE		0	Europe/Berlin	53.97937	10.55393				10	00	01055	01055001
2879833	Leau	leau	DE		0	Europe/Berlin	51.73257	11.79484				14	00	15089	15089030
2879834	Layen Mühle	layen-muehle	DE		0	Europe/Berlin	50.13333	7.53333				08	00	07140	07140149
2879835	Layenkaul	layenkaul	DE		0	Europe/Berlin	49.91716	7.52146				08	00	07140	07140092
2879837	Lay	lay	DE		0	Europe/Berlin	50.32094	7.54002				08	00	07111	07111000
2879838	Lay	lay	DE		0	Europe/Berlin	49.151	11.27532				02	095	09576	09576127
2879839	Laxten	laxten	DE		0	Europe/Berlin	52.51838	7.34703		Laxten		06	00	03454	03454032
2879844	Läwitz	laewitz	DE		0	Europe/Berlin	50.6318	11.91204				15	00	16076	16076087
2879849	Lavesum	lavesum	DE		0	Europe/Berlin	51.77923	7.16202				07	055	05562	05562016
2879850	Lavenstedt	lavenstedt	DE		0	Europe/Berlin	53.34184	9.19144				06	00	03357	03357043
2879851	Laven	laven	DE		0	Europe/Berlin	53.57702	8.67594				06	00	03352	03352050
2879852	Lavelsloh	lavelsloh	DE		0	Europe/Berlin	52.42108	8.73918		Lavelsloh		06	00	03256	03256004
2879854	Lauxenhof	lauxenhof	DE		0	Europe/Berlin	49.1	9.48333				01	081	08125	08125107
2879855	Lauxenhof	lauxenhof	DE		0	Europe/Berlin	48.7	9.78333				01	081	08117	08117015
2879857	Lautzschen	lautzschen	DE		0	Europe/Berlin	51.22234	13.32836		Lautschen,Lautzschen		13	00	14627	14627130
2879858	Lautzkirchen	lautzkirchen	DE		0	Europe/Berlin	49.25476	7.24973		Lautzkirchen		09	00	10045	10045112
2879859	Lautzert	lautzert	DE		0	Europe/Berlin	50.64359	7.66471				08	00	07138	07138052
2879866	Lautlingen	lautlingen	DE		0	Europe/Berlin	48.21491	8.95847		Lautlingen		01	084	08417	08417079
2879867	Lautitz	lautitz	DE		0	Europe/Berlin	51.17078	14.69315		Lautitz,Luwocicy,Łuwoćicy		13	00	14626	14626290
2879868	Lauthausen	lauthausen	DE		0	Europe/Berlin	50.77585	7.32784				07	053	05382	05382020
2879876	Lautersee	lautersee	DE		0	Europe/Berlin	48.9977	11.77418				02	093	09375	09375148
2879877	Lautersee	lautersee	DE		0	Europe/Berlin	47.76667	9.86667				01	084	08436	08436052
2879878	Lautersee	lautersee	DE		0	Europe/Berlin	47.43805	11.2322				02	091	09180	09180123
2879880	Lauterschwan	lauterschwan	DE		0	Europe/Berlin	49.11531	7.90143				08	00	07340	07340010
2879884	Lautern	lautern	DE		0	Europe/Berlin	49.72142	8.71984				05	064	06431	06431014
2879885	Lautern	lautern	DE		0	Europe/Berlin	49.00921	9.48625				01	081	08119	08119075
2879886	Lautern	lautern	DE		0	Europe/Berlin	48.80048	9.97305				01	081	08136	08136028
2879887	Lautern	lautern	DE		0	Europe/Berlin	48.45	9.36667				01	084	08415	08415093
2879888	Läuterkofen	lauterkofen	DE		0	Europe/Berlin	48.53193	12.26374				02	092	09274	09274111
2879889	Lauterholz	lauterholz	DE		0	Europe/Berlin	50.59008	12.47292				13	00	14524	14524040
2879896	Lauterburg	lauterburg	DE		0	Europe/Berlin	48.78172	9.97946		Lauterburg		01	081	08136	08136021
2879897	Lauterbrunn	lauterbrunn	DE		0	Europe/Berlin	48.47139	10.71861				02	097	09772	09772156
2879902	Lauter bei Bad Kissingen	lauter-bei-bad-kissingen	DE		0	Europe/Berlin	50.24446	9.97334		Lauter,Lauter bei Bad Kissingen		02	096	09672	09672117
2879903	Lauterbad	lauterbad	DE		0	Europe/Berlin	48.44104	8.43115		Lauterbad		01	082	08237	08237028
2879944	Lauterbach/Schwarzwald	lauterbach-schwarzwald	DE		3193	Europe/Berlin	48.22999	8.3424		Lauterbach	08325036	01	083	08325	08325036
2879948	Läuterau	laeuterau	DE		0	Europe/Berlin	50.92763	14.61358				13	00	14626	14626530
2879968	Lauten-Weschnitz	lauten-weschnitz	DE		0	Europe/Berlin	49.65083	8.74226				05	064	06431	06431019
2879970	Lautenthal	lautenthal	DE		0	Europe/Berlin	51.86934	10.28741				06	00	03153	03153007
2879973	Lautenhausen	lautenhausen	DE		0	Europe/Berlin	50.87002	9.88399				05	066	06632	06632006
2879974	Lautenberg	lautenberg	DE		0	Europe/Berlin	47.58994	9.99544				02	097	09776	09776127
2879975	Lautenbächle	lautenbachle	DE		0	Europe/Berlin	48.63139	8.14856				01	083	08317	08317068
2879991	Lautawerk Süd	lautawerk-sued	DE		0	Europe/Berlin	51.44642	14.09631				13	00	14625	14625310
2879992	Lautawerk Nord	lautawerk-nord	DE		0	Europe/Berlin	51.46323	14.10506				13	00	14625	14625310
2879993	Lautawerk	lautawerk	DE		0	Europe/Berlin	51.45	14.1				13	00	14625	14625310
2879994	Lauta Dorf	lauta-dorf	DE		0	Europe/Berlin	51.46306	14.06888				13	00	14625	14625310
2880004	Lausnitz	lausnitz	DE		0	Europe/Berlin	50.7298	11.69087		Lausnitz		15	00	16075	16075056
2880005	Lausnitz	lausnitz	DE		148	Europe/Berlin	50.67145	11.49862				15	00	16073	16073111
2880007	Lauske	lauske	DE		0	Europe/Berlin	51.23799	14.27849		Lauske,Lusc,Łusč		13	00	14625	14625460
2880008	Lauske	lauske	DE		0	Europe/Berlin	51.17281	14.61662		Lauske,Lusk,Łusk		13	00	14625	14625610
2880011	Lausitz	lausitz	DE		0	Europe/Berlin	51.51313	13.34774		Lausitz,Luzyca,Łužyca		11	00	12062	12062024
2880012	Lausigk	lausigk	DE		0	Europe/Berlin	51.75727	12.08463				14	00	15082	15082377
2880016	Lausheim	lausheim	DE		0	Europe/Berlin	47.96533	9.30848				01	084	08437	08437086
2880017	Lausheim	lausheim	DE		0	Europe/Berlin	47.81229	8.45561				01	083	08337	08337106
2880022	Lausers	lausers	DE		0	Europe/Berlin	47.8479	10.1124				02	097	09778	09778165
2880025	Lausen	lausen	DE		0	Europe/Berlin	51.30489	12.25906		Lausen-Gruenau,Lausen-Grünau		13	00	14713	14713000
2880044	Lauschütz	lauschuetz	DE		0	Europe/Berlin	52.00348	14.6249				11	00	12071	12071337
2880045	Lauschka	lauschka	DE		0	Europe/Berlin	51.15	12.98333				13	00	14522	14522250
2880050	Lauschgrün	lauschgruen	DE		0	Europe/Berlin	50.59691	12.26632				13	00	14523	14523190
2880059	Lausberg	lausberg	DE		0	Europe/Berlin	51.25566	7.43105				07	059	05954	05954004
2880063	Lausbach	lausbach	DE		0	Europe/Berlin	48.2273	11.8485				02	091	09177	09177131
2880066	Lausa	lausa	DE		0	Europe/Berlin	51.4327	13.05732		Lausa		13	00	14730	14730045
2880067	Lausa	lausa	DE		0	Europe/Berlin	51.15	13.81667		Lausa		13	00	14612	14612000
2880068	Laurich	laurich	DE		0	Europe/Berlin	50.89559	13.87861		Laurich,Laurisch		13	00	14628	14628040
2880069	Laurenziberg	laurenziberg	DE		0	Europe/Berlin	49.93161	7.99742				08	00	07339	07339019
2880070	Laurenzberg	laurenzberg	DE		0	Europe/Berlin	50.86667	6.25		Laurensberg,Laurenzberg		07	053	05358	05358004
2880072	Laurensberg	laurensberg	DE		0	Europe/Berlin	50.7978	6.06282				07	053	05334	05334002
2880074	Laurach	laurach	DE		0	Europe/Berlin	49.15976	9.65248				01	081	08126	08126085
2880076	Laupin	laupin	DE		0	Europe/Berlin	53.25279	11.24485				12	00	13076	13076143
2880078	Laupertshausen	laupertshausen	DE		0	Europe/Berlin	48.11985	9.86079		Laupertshausen		01	084	08426	08426071
2880083	Launsbach	launsbach	DE		0	Europe/Berlin	50.62004	8.65713		Launsbach		05	065	06531	06531018
2880085	Launewitz	launewitz	DE		0	Europe/Berlin	51.0239	11.82356				15	00	16074	16074116
2880086	Laumühlen	laumuehlen	DE		0	Europe/Berlin	53.62367	9.18603				06	00	03352	03352020
2880093	Laulisgraben	laulisgraben	DE		0	Europe/Berlin	48.26505	7.96462				01	083	08317	08317121
2880096	Laukenmühle	laukenmuehle	DE		0	Europe/Berlin	50.09914	7.91062				05	064	06439	06439010
2880098	Lauingen	lauingen	DE		0	Europe/Berlin	52.26847	10.78484				06	00	03154	03154013
2880099	Lauingen	lauingen	DE		11029	Europe/Berlin	48.56775	10.42706		Lauingen,Lavinoen,lao yin gen,lawynghn,lawyngn,Лауинген,Лауїнген,Լաուինգեն,لاوينغن,لاوینگن,劳因根		02	097	09773	09773144
2880100	Lauhaus	lauhaus	DE		0	Europe/Berlin	48.01667	9.68333				01	084	08426	08426014
2880104	Laugendorf	laugendorf	DE		0	Europe/Berlin	50.40059	9.52369				05	066	06631	06631008
2880106	Laufzorn	laufzorn	DE		0	Europe/Berlin	48.01479	11.5535				02	091	09184	09184134
2880108	Laufing	laufing	DE		0	Europe/Berlin	48.08856	12.73197				02	091	09189	09189152
2880109	Lauffen ob Rottweil	lauffen-ob-rottweil	DE		0	Europe/Berlin	48.12528	8.62453		Lauffen		01	083	08325	08325072
2880110	Lauffenmühle	lauffenmuhle	DE		0	Europe/Berlin	47.63047	8.29131				01	083	08337	08337126
2880115	Laufenthal	laufenthal	DE		0	Europe/Berlin	49.06476	11.81786				02	093	09375	09375148
2880117	Laufenselden	laufenselden	DE		0	Europe/Berlin	50.21243	7.99547				05	064	06439	06439005
2880119	Laufenegg	laufenegg	DE		0	Europe/Berlin	47.54974	9.98969				02	097	09780	09780132
2880127	Laufen an der Eyach	laufen-an-der-eyach	DE		0	Europe/Berlin	48.2231	8.91691		Laufen		01	084	08417	08417079
2880128	Laufen am Kocher	laufen-am-kocher	DE		0	Europe/Berlin	48.94364	9.85705		Laufen		01	081	08127	08127079
2880135	Laufdorf	laufdorf	DE		1800	Europe/Berlin	50.51605	8.45982	235			05	065	06532	06532018
2880145	Laufamholz	laufamholz	DE		0	Europe/Berlin	49.37053	11.08589		Lauf		02	095	09564	09564000
2880154	Lauerhof	lauerhof	DE		0	Europe/Berlin	49.50895	7.74543				08	00	07335	07335035
2880157	Lauerbach	lauerbach	DE		0	Europe/Berlin	49.65097	8.99235				05	064	06437	06437006
2880160	Lauer	lauer	DE		0	Europe/Berlin	51.27861	12.33849				13	00	14713	14713000
2880161	Lauenstein	lauenstein	DE		0	Europe/Berlin	52.07724	9.55622				06	00	03252	03252008
2880162	Lauenstein	lauenstein	DE		0	Europe/Berlin	50.78312	13.82365		Lauenstein		13	00	14628	14628010
2880163	Lauenstein	lauenstein	DE		0	Europe/Berlin	50.51111	11.36843				02	094	09476	09476152
2880165	Lauenstadt	lauenstadt	DE		0	Europe/Berlin	52.2	9.8		Lauenstadt		06	00	03241	03241013
2880166	Lauenscheiderohl	lauenscheiderohl	DE		0	Europe/Berlin	51.2407	7.54514				07	059	05962	05962056
2880167	Lauenscheid	lauenscheid	DE		0	Europe/Berlin	51.24769	7.56658				07	059	05962	05962056
2880169	Lauenhain	lauenhain	DE		0	Europe/Berlin	51.00411	12.96872				13	00	14522	14522360
2880170	Lauenhain	lauenhain	DE		0	Europe/Berlin	50.94293	12.1491				15	00	16052	16052000
2880171	Lauenhain	lauenhain	DE		0	Europe/Berlin	50.80394	12.4262				13	00	14524	14524030
2880172	Lauenhain	lauenhain	DE		0	Europe/Berlin	50.76667	12.41667				13	00	14524	14524330
2880173	Lauenhain	lauenhain	DE		0	Europe/Berlin	50.45844	11.40181				02	094	09476	09476152
2880181	Lauenburg	lauenburg	DE		11814	Europe/Berlin	53.37199	10.55654		Lauenberg,Lauenburg		10	00	01053	01053083
2880185	Lauenberg	lauenberg	DE		0	Europe/Berlin	53.75	9.68333				10	00	01056	01056015
2880186	Lauenberg	lauenberg	DE		0	Europe/Berlin	51.76789	9.75783				06	00	03155	03155003
2880190	Lauen	lauen	DE		0	Europe/Berlin	53.87826	10.81823				12	00	13074	13074076
2880191	Laue	laue	DE		0	Europe/Berlin	51.55701	12.38869		Laue		13	00	14730	14730070
2880193	Laudorf	laudorf	DE		0	Europe/Berlin	47.7	9.88333				01	084	08436	08436081
2880194	Laudorf	laudorf	DE		0	Europe/Berlin	47.65047	10.30552				02	097	09780	09780143
2880195	Laudesfeld	laudesfeld	DE		0	Europe/Berlin	50.29473	6.31152				08	00	07232	07232202
2880197	Laudenberg	laudenberg	DE		0	Europe/Berlin	49.48156	9.21516				01	082	08225	08225052
2880206	Laudenau	laudenau	DE		0	Europe/Berlin	49.71622	8.80527				05	064	06437	06437013
2880207	Lauda	lauda	DE		0	Europe/Berlin	49.56667	9.7		Lauda		01	081	08128	08128139
2880211	Lauchröden	lauchroeden	DE		1028	Europe/Berlin	50.99371	10.15694				15	00	16063	16063097
2880222	Laucherthal	laucherthal	DE		0	Europe/Berlin	48.08313	9.27555				01	084	08437	08437105
2880224	Lauchdorf	lauchdorf	DE		0	Europe/Berlin	47.96726	10.5346				02	097	09777	09777114
2880231	Laubuseschbach	laubuseschbach	DE		0	Europe/Berlin	50.39764	8.33709				05	065	06533	06533018
2880232	Laubusch	laubusch	DE		0	Europe/Berlin	51.46669	14.13251		Labusch,Laubusch,Lubus,Lubuš		13	00	14625	14625310
2880234	Laubst	laubst	DE		0	Europe/Berlin	51.67138	14.23045		Laubst,Lubosc,Lubošc		11	00	12071	12071057
2880241	Laubke	laubke	DE		0	Europe/Berlin	52.01566	8.88026				07	057	05766	05766044
2880242	Laubhütte	laubhuette	DE		0	Europe/Berlin	51.79609	10.23479	270	Luffhuette,Luffhütte		06	00	03159	03159002
2880248	Laubersreuth	laubersreuth	DE		0	Europe/Berlin	50.21387	11.77816				02	094	09475	09475154
2880250	Laubers	laubers	DE		0	Europe/Berlin	48.01604	10.40947				02	097	09778	09778196
2880254	Lauberhart	lauberhart	DE		0	Europe/Berlin	48.0457	10.24137				02	097	09778	09778163
2880255	Lauberg	lauberg	DE		0	Europe/Berlin	47.78127	12.191				02	091	09187	09187172
2880262	Laubenzedel	laubenzedel	DE		0	Europe/Berlin	49.14223	10.74889				02	095	09577	09577136
2880263	Laubenthal	laubenthal	DE		0	Europe/Berlin	48.97785	11.04821				02	095	09577	09577177
2880266	Laubenkolonie	laubenkolonie	DE		0	Europe/Berlin	51	6.88333				07	053	05315	05315000
2880275	Laubendorf	laubendorf	DE		0	Europe/Berlin	49.49628	10.7554				02	095	09573	09573120
2880276	Laubend	laubend	DE		0	Europe/Berlin	49.95854	10.94075				02	094	09471	09471159
2880278	Laubenberg	laubenberg	DE		0	Europe/Berlin	47.62078	10.0159				02	097	09776	09776113
2880284	Laubegast	laubegast	DE		0	Europe/Berlin	51.0265	13.82913				13	00	14612	14612000
2880286	Laubbühl	laubbuhl	DE		0	Europe/Berlin	50.18385	12.1643				02	094	09479	09479152
2880287	Laubbronnen	laubbronnen	DE		0	Europe/Berlin	47.95844	9.6018				01	084	08436	08436008
2880297	Laubbach	laubbach	DE		0	Europe/Berlin	47.93123	9.39027		Laubbach		01	084	08437	08437086
2880298	Laubau	laubau	DE		0	Europe/Berlin	47.72612	12.65805				02	091	09189	09189140
2880316	Lauba	lauba	DE		0	Europe/Berlin	51.08167	14.57035				13	00	14626	14626270
2880317	Laub	laub	DE		0	Europe/Berlin	49.87113	12.45403				02	093	09377	09377139
2880318	Laub	laub	DE		0	Europe/Berlin	49.82535	10.31873				02	096	09675	09675158
2880319	Laub	laub	DE		0	Europe/Berlin	49.52415	12.52038				02	093	09376	09376160
2880320	Laub	laub	DE		0	Europe/Berlin	49.09978	12.11352				02	093	09375	09375213
2880321	Laub	laub	DE		0	Europe/Berlin	48.90357	10.65804				02	097	09779	09779188
2880322	Latzwall	latzwall	DE		0	Europe/Berlin	52.35327	13.85765				11	00	12067	12067469
2880323	Latzow	latzow	DE		0	Europe/Berlin	54.11719	13.67897				12	00	13075	13075120
2880325	Latzenhausen	latzenhausen	DE		0	Europe/Berlin	48.41154	11.0316				02	097	09771	09771122
2880326	Latzelsberg	latzelsberg	DE		0	Europe/Berlin	48.46178	12.76574				02	092	09277	09277119
2880329	Lattenweiler	lattenweiler	DE		0	Europe/Berlin	47.6	9.68333				02	097	09776	09776116
2880333	Lattenbuch	lattenbuch	DE		0	Europe/Berlin	49.19862	10.45511				02	095	09571	09571166
2880335	Lattenberg	lattenberg	DE		0	Europe/Berlin	51.41667	8.01667				07	059	05958	05958004
2880339	Latten	latten	DE		0	Europe/Berlin	47.83224	9.42805				01	084	08436	08436083
2880346	Latsch	latsch	DE		0	Europe/Berlin	49.67672	12.10804				02	093	09363	09363000
2880348	Latrop	latrop	DE		0	Europe/Berlin	51.11473	8.32146				07	059	05958	05958040
2880350	Lathwehren	lathwehren	DE		0	Europe/Berlin	52.36113	9.53957				06	00	03241	03241015
2880352	Latferde	latferde	DE		0	Europe/Berlin	52.0321	9.43106				06	00	03252	03252005
2880354	Latendorferfeld	latendorferfeld	DE		0	Europe/Berlin	53.98333	10.08333				10	00	01060	01060052
2880359	Lasthausen	lasthausen	DE		0	Europe/Berlin	51.72764	6.98527				07	055	05562	05562012
2880362	Lastau	lastau	DE		0	Europe/Berlin	51.10186	12.8217		Lastau		13	00	14729	14729080
2880363	Last	last	DE		0	Europe/Berlin	51.62989	12.98461				13	00	14730	14730030
2880365	Laßrönne	lassroenne	DE		0	Europe/Berlin	53.39092	10.22713				06	00	03353	03353040
2880366	Lässigherd	laessigherd	DE		0	Europe/Berlin	50.66667	13.43333				13	00	14522	14522400
2880367	Lassfonderfeld	lassfonderfeld	DE		0	Europe/Berlin	51.43333	6.56667				07	051	05170	05170028
2880368	Lasserg	lasserg	DE		0	Europe/Berlin	50.21887	7.37801				08	00	07137	07137501
2880369	Lassentin	lassentin	DE		0	Europe/Berlin	54.33214	12.9055				12	00	13073	13073060
2880370	Laßbruch	lassbruch	DE		0	Europe/Berlin	52.11188	9.04844				07	057	05766	05766028
2880373	Laßbach	lassbach	DE		0	Europe/Berlin	49.26489	9.81017				01	081	08126	08126046
2880381	Laske	laske	DE		0	Europe/Berlin	51.30084	14.22996		Lazk,Łazk		13	00	14625	14625500
2880382	Laskau	laskau	DE		0	Europe/Berlin	50.6598	11.66473				15	00	16075	16075081
2880383	Läsikow	laesikow	DE		0	Europe/Berlin	52.82554	12.58441				11	00	12068	12068477
2880384	Lashorster Buchholz	lashorster-buchholz	DE		0	Europe/Berlin	52.34951	8.51128				07	057	05770	05770036
2880385	Lashorst	lashorst	DE		0	Europe/Berlin	52.34257	8.50998		Lashorst		07	057	05770	05770036
2880386	Lasfelde	lasfelde	DE		0	Europe/Berlin	51.74384	10.22542				06	00	03159	03159026
2880389	Lasdorf	lasdorf	DE		0	Europe/Berlin	50.8	7.85				08	00	07132	07132006
2880392	Laschendorf	laschendorf	DE		0	Europe/Berlin	53.48151	12.46862				12	00	13071	13071093
2880394	Lascheiderhof	lascheiderhof	DE		0	Europe/Berlin	49.66685	6.90523				08	00	07235	07235045
2880402	Lasbeck	lasbeck	DE		0	Europe/Berlin	51.96786	7.40043				07	055	05558	05558020
2880403	Lasbeck	lasbeck	DE		0	Europe/Berlin	51.34463	7.6341		Lasbeck		07	059	05962	05962024
2880404	Lärz	laerz	DE		604	Europe/Berlin	53.29307	12.74658		Larz,Lerc,Lärz,lai er ci,Лерц,莱尔茨		12	00	13071	13071087
2880405	Larsbach	larsbach	DE		0	Europe/Berlin	48.58949	11.67472				02	091	09186	09186162
2880406	Larrieden	larrieden	DE		0	Europe/Berlin	49.13454	10.2824				02	095	09571	09571145
2880409	Larrelt	larrelt	DE		0	Europe/Berlin	53.36468	7.15361				06	00	03402	03402000
2880414	Lardenbach	lardenbach	DE		0	Europe/Berlin	50.58439	9.04783		Lardenbach		05	065	06531	06531006
2880421	Larberg	larberg	DE		0	Europe/Berlin	52.3911	7.92411				06	00	03459	03459014
2880428	Lapperding	lapperding	DE		0	Europe/Berlin	48.54068	12.91692				02	092	09277	09277126
2880429	Lapperding	lapperding	DE		0	Europe/Berlin	48.65568	13.3036				02	092	09275	09275151
2880435	Lappach	lappach	DE		0	Europe/Berlin	49.67801	10.78892				02	095	09572	09572135
2880436	Lappach	lappach	DE		0	Europe/Berlin	48.66641	8.47267				01	082	08235	08235025
2880437	Lappach	lappach	DE		0	Europe/Berlin	48.25854	12.1326				02	091	09177	09177115
2880438	Lappach	lappach	DE		0	Europe/Berlin	48.21847	12.11467				02	091	09177	09177137
2880439	Lappach	lappach	DE		0	Europe/Berlin	47.45794	10.0968				02	097	09780	09780113
2880442	Lapferding	lapferding	DE		0	Europe/Berlin	48.75585	13.09613				02	092	09271	09271125
2880446	Lanzingen	lanzingen	DE		0	Europe/Berlin	50.17987	9.2795				05	064	06435	06435003
2880447	Lanzing	lanzing	DE		0	Europe/Berlin	48.80989	13.14948				02	092	09271	09271123
2880448	Lanzing	lanzing	DE		0	Europe/Berlin	48.46353	12.93993				02	092	09277	09277138
2880449	Lanzing	lanzing	DE		0	Europe/Berlin	48.16273	12.45843				02	091	09183	09183145
2880450	Lanzing	lanzing	DE		0	Europe/Berlin	48.05411	12.72804				02	091	09189	09189152
2880452	Lanzesberg	lanzesberg	DE		0	Europe/Berlin	48.76545	13.49978				02	092	09272	09272141
2880454	Lanzerath	lanzerath	DE		0	Europe/Berlin	51.17991	6.64738		Lanzerath		07	051	05162	05162024
2880455	Lanzerath	lanzerath	DE		0	Europe/Berlin	50.53384	6.91619				07	053	05366	05366004
2880457	Lanzenried	lanzenried	DE		0	Europe/Berlin	49.23195	11.95398				02	093	09376	09376119
2880458	Lanzenried	lanzenried	DE		0	Europe/Berlin	48.41475	11.37955				02	091	09174	09174131
2880459	Lanzenreuth	lanzenreuth	DE		0	Europe/Berlin	50.06075	11.44577				02	094	09477	09477157
2880460	Lanzenreuth	lanzenreuth	DE		0	Europe/Berlin	48.7588	13.34656				02	092	09272	09272142
2880461	Lanzenreute	lanzenreute	DE		0	Europe/Berlin	47.78333	9.65				01	084	08436	08436064
2880463	Lanzenhofen	lanzenhofen	DE		0	Europe/Berlin	47.81227	9.96074				01	084	08436	08436055
2880464	Lanzenhain	lanzenhain	DE		0	Europe/Berlin	50.54313	9.30327		Lanzenhain		05	065	06535	06535008
2880466	Lanzenhaar	lanzenhaar	DE		0	Europe/Berlin	47.99475	11.64207				02	091	09184	09184141
2880468	Lanzendorf	lanzendorf	DE		0	Europe/Berlin	50.05048	11.60096				02	094	09477	09477121
2880469	Lanzendorf	lanzendorf	DE		0	Europe/Berlin	49.29927	10.88372				02	095	09571	09571226
2880470	Lanzendorf	lanzendorf	DE		0	Europe/Berlin	48.72804	13.39708				02	092	09275	09275152
2880471	Lanzenberg	lanzenberg	DE		0	Europe/Berlin	48.28297	12.7231				02	091	09171	09171129
2880472	Lanzenberg	lanzenberg	DE		0	Europe/Berlin	47.63657	10.33788				02	097	09780	09780140
2880478	Lanzenbach	lanzenbach	DE		0	Europe/Berlin	50.74938	7.30943				07	053	05382	05382020
2880479	Lanzen	lanzen	DE		0	Europe/Berlin	47.67838	10.3031				02	097	09780	09780143
2880487	Lantershofen	lantershofen	DE		0	Europe/Berlin	50.5559	7.10647		Lantershofen		08	00	07131	07131090
2880488	Lantenbach	lantenbach	DE		0	Europe/Berlin	51.05134	7.6214		Lantenbach		07	053	05374	05374012
2880489	Lanstrop	lanstrop	DE		4176	Europe/Berlin	51.57504	7.56752				07	059	05913	05913000
2880492	Lanneshof	lanneshof	DE		0	Europe/Berlin	50.55113	9.73869				05	066	06631	06631017
2880493	Lannesdorf	lannesdorf	DE		0	Europe/Berlin	50.66487	7.17005		Lannesdorf		07	053	05314	05314000
2880496	Lannenberg	lannenberg	DE		0	Europe/Berlin	47.95883	10.40548				02	097	09778	09778168
2880498	Lankwitz	lankwitz	DE		41242	Europe/Berlin	52.43623	13.3459		Berlin-Lankwitz,Lankvic,Ланквиц		16	00	11000	11000000
2880499	Lankum	lankum	DE		0	Europe/Berlin	52.83226	8.05819				06	00	03453	03453004
2880502	Lankow	lankow	DE		0	Europe/Berlin	53.7	10.86667				12			
2880503	Lankow	lankow	DE		10756	Europe/Berlin	53.64983	11.36913				12	00	13004	13004000
2880504	Lank-Latum	lank-latum	DE		0	Europe/Berlin	51.30731	6.67991		Lank-Latum		07	051	05162	05162022
2880507	Lankern	lankern	DE		0	Europe/Berlin	51.77657	6.61633				07	051	05170	05170012
2880508	Lankenreuth	lankenreuth	DE		0	Europe/Berlin	49.86222	11.60999				02	094	09472	09472127
2880509	Lankendorf	lankendorf	DE		0	Europe/Berlin	49.93801	11.68631				02	094	09472	09472199
2880510	Lankenau	lankenau	DE		0	Europe/Berlin	53.11667	8.73333		Lankenau		06			
2880511	Lanken	lanken	DE		0	Europe/Berlin	54.51741	13.61374		Lancken,Lanken		12	00	13073	13073080
2880512	Lanken	lanken	DE		0	Europe/Berlin	53.54638	10.50824		Lanken		10	00	01053	01053027
2880516	Lanhofen	lanhofen	DE		0	Europe/Berlin	48.26653	12.90361				02	092	09277	09277154
2880517	Lanhausen	lanhausen	DE		0	Europe/Berlin	53.48341	8.59255		Lanhausen		06	00	03352	03352032
2880519	Langwitz	langwitz	DE		0	Europe/Berlin	53.65527	12.70509				12	00	13071	13071103
2880521	Langwitz	langwitz	DE		0	Europe/Berlin	49.21684	12.73602				02	093	09372	09372155
2880522	Langwinkl	langwinkl	DE		0	Europe/Berlin	48.39832	13.14385				02	092	09277	09277112
2880523	Langwinden	langwinden	DE		0	Europe/Berlin	50.68333	10				15	00	16063	16063068
2880529	Langwied	langwied	DE		0	Europe/Berlin	48.18028	11.42338				02	091	09162	09162000
2880530	Langwied	langwied	DE		0	Europe/Berlin	48.17957	11.08787				02	091	09179	09179138
2880531	Langwied	langwied	DE		0	Europe/Berlin	48.05755	12.2483				02	091	09187	09187126
2880539	Langweid	langweid	DE		7653	Europe/Berlin	48.49095	10.8531		Langweid,Langweid am Lech		02	097	09772	09772171
2880540	Langweid	langweid	DE		0	Europe/Berlin	47.78197	12.14933				02	091	09187	09187154
2880541	Langweid	langweid	DE		0	Europe/Berlin	47.76857	12.11523				02	091	09187	09187165
2880542	Langwege	langwege	DE		0	Europe/Berlin	52.61968	8.11094				06	00	03460	03460003
2880543	Langwedelermoor	langwedelermoor	DE		0	Europe/Berlin	53.00457	9.18362				06	00	03361	03361006
2880544	Langwedelerholz	langwedelerholz	DE		0	Europe/Berlin	54.21496	9.97136		Langwedel Holz,Langwedelerholz		10	00	01058	01058094
2880545	Langwedelerfeld	langwedelerfeld	DE		0	Europe/Berlin	54.23333	9.96667		Langwedel Feld,Langwedelerfeld		10	00	01058	01058094
2880553	Langwasser	langwasser	DE		0	Europe/Berlin	49.40505	11.13147		Langwasser		02	095	09564	09564000
2880554	Langwasser	langwasser	DE		0	Europe/Berlin	50.57091	9.18054		Langwasser,Langwasserhof		05	065	06535	06535018
2880558	Langwarden	langwarden	DE		0	Europe/Berlin	53.60407	8.30635				06	00	03461	03461003
2880560	Langwaid	langwaid	DE		0	Europe/Berlin	48.45891	11.45226				02	091	09186	09186146
2880561	Langwaden	langwaden	DE		0	Europe/Berlin	51.11742	6.64879				07	051	05162	05162008
2880562	Langwaden	langwaden	DE		0	Europe/Berlin	49.71917	8.55195				05	064	06431	06431002
2880569	Langstraße	langstrasse	DE		0	Europe/Berlin	53.50255	7.87244				06	00	03462	03462005
2880570	Langstoft	langstoft	DE		0	Europe/Berlin	54.80756	8.8141				10	00	01054	01054088
2880572	Langst-Kierst	langst-kierst	DE		0	Europe/Berlin	51.29868	6.71096		Langst-Kierst		07	051	05162	05162022
2880574	Langstadt	langstadt	DE		0	Europe/Berlin	49.92882	8.95452				05	064	06432	06432002
2880575	Langst	langst	DE		0	Europe/Berlin	51.3	6.71667				07	051	05162	05162022
2880583	Langschied	langschied	DE		0	Europe/Berlin	50.1773	7.96793				05	064	06439	06439005
2880592	Langschede	langschede	DE		0	Europe/Berlin	51.47582	7.71365		Langschede		07	059	05978	05978012
2880595	Langreder	langreder	DE		0	Europe/Berlin	52.30585	9.5339				06	00	03241	03241002
2880596	Langquart	langquart	DE		0	Europe/Berlin	48.41667	12.4				02	092	09274	09274120
2880598	Langolding	langolding	DE		0	Europe/Berlin	48.30998	12.54016				02	091	09183	09183130
2880599	Langnow	langnow	DE		0	Europe/Berlin	53.09505	12.2798				11	00	12070	12070125
2880602	Langmühle	langmuehle	DE		0	Europe/Berlin	49.16108	7.67249				08	00	07340	07340028
2880605	Langmeil	langmeil	DE		0	Europe/Berlin	49.56719	7.88394				08	00	07333	07333503
2880611	Längloh	langloh	DE		0	Europe/Berlin	48.67158	11.07869				02	091	09185	09185125
2880616	Langlebenhof	langlebenhof	DE		0	Europe/Berlin	48.58333	13.45				02	092	09262	09262000
2880617	Langlau	langlau	DE		0	Europe/Berlin	49.11916	10.86098		Langlau		02	095	09577	09577159
2880618	Langkünzing	langkunzing	DE		0	Europe/Berlin	48.67963	13.07742				02	092	09271	09271128
2880620	Langkofen	langkofen	DE		0	Europe/Berlin	47.97768	11.9763				02	091	09175	09175112
2880623	Langhurst	langhurst	DE		0	Europe/Berlin	48.47305	7.8761		Langhurst		01	083	08317	08317122
2880626	Langhorst	langhorst	DE		0	Europe/Berlin	53.08339	7.7182				06	00	03453	03453013
2880630	Langholz	langholz	DE		0	Europe/Berlin	54.51625	9.98322		Langholz		10	00	01058	01058166
2880631	Längholz	langholz	DE		0	Europe/Berlin	47.99569	12.03599				02	091	09175	09175112
2880639	Langholterweg	langholterweg	DE		0	Europe/Berlin	53.13333	7.58333				06	00	03457	03457018
2880642	Langholt	langholt	DE		0	Europe/Berlin	53.11179	7.5912				06	00	03457	03457017
2880643	Langhennersdorf	langhennersdorf	DE		0	Europe/Berlin	50.95756	13.23786				13	00	14522	14522430
2880646	Langheckerhof	langheckerhof	DE		0	Europe/Berlin	49.5872	7.86046				08	00	07333	07333033
2880651	Langhausen	langhausen	DE		0	Europe/Berlin	47.88636	12.20637				02	091	09187	09187163
2880654	Langhärdle	langhardle	DE		0	Europe/Berlin	48.40887	8.15794				01	083	08317	08317088
2880655	Langhard	langhard	DE		0	Europe/Berlin	48.40321	8.16427				01	083	08317	08317088
2880670	Langgrün	langgruen	DE		0	Europe/Berlin	50.45916	11.7707				15	00	16075	16075131
2880671	Langgraben	langgraben	DE		0	Europe/Berlin	48.55457	12.73871				02	092	09279	09279135
2880673	Langgassen	langgassen	DE		0	Europe/Berlin	47.87114	9.33142				01	084	08437	08437088
2880677	Langförden	langfoerden	DE		0	Europe/Berlin	52.78688	8.25537				06	00	03460	03460009
2880678	Langfeld	langfeld	DE		0	Europe/Berlin	54.76667	9.95				10	00	01059	01059152
2880679	Langfeld	langfeld	DE		0	Europe/Berlin	53.3233	10.81253				12	00	13076	13076136
2880688	Langewiese	langewiese	DE		0	Europe/Berlin	51.15489	8.46204		Langewiese		07	059	05958	05958048
2880690	Langewerth	langewerth	DE		0	Europe/Berlin	53.53717	8.04646				06	00	03405	03405000
2880694	Langewand	langewand	DE		0	Europe/Berlin	52.24567	8.5952				07	057	05758	05758020
2880720	Langeseite	langeseite	DE		0	Europe/Berlin	52.1535	7.03935				07	055	05554	05554020
2880762	Langern	langern	DE		0	Europe/Berlin	51.64499	7.56066				07	059	05978	05978040
2880763	Langern	langern	DE		0	Europe/Berlin	52.4662	9.00537				06	00	03256	03256032
2880784	Langerfeld	langerfeld	DE		0	Europe/Berlin	51.27551	7.24472		Langerfeld		07	051	05124	05124000
2880786	Langereihe	langereihe	DE		0	Europe/Berlin	54.2	10.41667		Langeneiho,Langereihe		10	00	01057	01057045
2880787	Langereihe	langereihe	DE		0	Europe/Berlin	53.73992	10.20586				10	00	01062	01062036
2880790	Langereck	langereck	DE		0	Europe/Berlin	53.51667	7.35				06	00	03452	03452023
2880943	Langenried	langenried	DE		0	Europe/Berlin	47.75986	10.89273				02	091	09190	09190140
2880863	Langenzell	langenzell	DE		0	Europe/Berlin	49.36389	8.83917		Langenzell		01	082	08226	08226097
2880865	Langenwolmsdorf	langenwolmsdorf	DE		0	Europe/Berlin	51.04247	14.11657				13	00	14628	14628380
2880866	Langenwisch	langenwisch	DE		0	Europe/Berlin	53.04581	8.68104				06	00	03401	03401000
2880867	Langenwinkel	langenwinkel	DE		0	Europe/Berlin	48.33266	7.82391				01	083	08317	08317065
2880868	Langenwiesen	langenwiesen	DE		0	Europe/Berlin	48.55668	11.39976				02	091	09186	09186143
2880873	Langenweddingen	langenweddingen	DE		0	Europe/Berlin	52.0337	11.52569		Langenweddich,Langweddich		14	00	15083	15083490
2880874	Langenwang	langenwang	DE		0	Europe/Berlin	47.43876	10.27498				02	097	09780	09780121
2880876	Langenwald	langenwald	DE		0	Europe/Berlin	47.67917	10.74088				02	097	09777	09777166
2880877	Langenwag	langenwag	DE		0	Europe/Berlin	48.4128	9.53515				01	084	08415	08415053
2880878	Langenvils	langenvils	DE		0	Europe/Berlin	48.44773	12.12377				02	092	09274	09274185
2880879	Langentrog	langentrog	DE		0	Europe/Berlin	47.71667	9.6				01	084	08435	08435035
2880880	Langen Trechow	langen-trechow	DE		0	Europe/Berlin	53.88037	11.94133				12	00	13072	13072013
2880881	Langenthonhausen	langenthonhausen	DE		0	Europe/Berlin	49.08492	11.66582				02	093	09373	09373115
2880882	Langentheilen	langentheilen	DE		0	Europe/Berlin	49.95169	12.00506				02	093	09377	09377148
2880895	Langenstück	langenstueck	DE		0	Europe/Berlin	51.33374	7.64408				07	059	05962	05962044
2880897	Langenstriegis	langenstriegis	DE		0	Europe/Berlin	50.90791	13.1207		Langenstriegis		13	00	14522	14522150
2880899	Langenstraße	langenstrasse	DE		0	Europe/Berlin	51.5592	8.46245				07	059	05974	05974036
2880901	Langensteinbach	langensteinbach	DE		0	Europe/Berlin	49.04089	10.3116		Langensteinbach		02	095	09571	09571136
2880902	Langensteinbach	langensteinbach	DE		0	Europe/Berlin	48.91675	8.50591				01	082	08215	08215096
2880903	Langensteinach	langensteinach	DE		0	Europe/Berlin	49.49653	10.17898				02	095	09575	09575168
2880909	Langenstegham	langenstegham	DE		0	Europe/Berlin	48.28358	12.46941		Langen,Langenstegham		02	091	09183	09183127
2880910	Langenstadt	langenstadt	DE		0	Europe/Berlin	50.03423	11.455				02	094	09477	09477142
2880911	Langensohl	langensohl	DE		0	Europe/Berlin	49.36997	7.75712				08	00	07335	07335047
2880914	Langenseifen	langenseifen	DE		0	Europe/Berlin	50.95869	7.74869				07	053	05374	05374040
2880915	Langenseifen	langenseifen	DE		0	Europe/Berlin	50.12116	8.0079				05	064	06439	06439002
2880916	Langensee	langensee	DE		0	Europe/Berlin	53.80879	12.03315				12	00	13072	13072042
2880917	Langensee	langensee	DE		0	Europe/Berlin	47.74209	7.81866				01	083	08336	08336107
2880919	Langenschwarz	langenschwarz	DE		0	Europe/Berlin	50.71865	9.63258		Langenschwarz		05	066	06631	06631002
2880920	Langenschlage	langenschlage	DE		0	Europe/Berlin	53.23964	12.74989				12	00	13071	13071133
2880921	Langenschlag	langenschlag	DE		0	Europe/Berlin	52.73333	11.8				14	00	15090	15090180
2880922	Langenschiltach	langenschiltach	DE		0	Europe/Berlin	48.16359	8.31092		Langenschiltach		01	083	08326	08326052
2880924	Langenschemmern	langenschemmern	DE		0	Europe/Berlin	48.17309	9.80323				01	084	08426	08426134
2880929	Langenschade	langenschade	DE		0	Europe/Berlin	50.69615	11.39687		Langenschade		15	00	16073	16073111
2880932	Langensallach	langensallach	DE		0	Europe/Berlin	48.92585	11.1679				02	091	09176	09176160
2880933	Langensall	langensall	DE		0	Europe/Berlin	49.23553	9.62033				01	081	08126	08126058
2880935	Langenroda	langenroda	DE		0	Europe/Berlin	51.27719	11.36477		Langenroda		15	00	16065	16065087
2880936	Langenrinne	langenrinne	DE		0	Europe/Berlin	50.89004	13.35712				13	00	14522	14522180
2880938	Langenrieth	langenrieth	DE		0	Europe/Berlin	51.47394	13.26866		Langenrieth		11	00	12062	12062024
2880939	Langenriep	langenriep	DE		0	Europe/Berlin	53.47181	8.43845				06	00	03461	03461007
2880941	Langenried	langenried	DE		0	Europe/Berlin	49.09809	11.6207				02	093	09373	09373115
2880942	Langenried	langenried	DE		0	Europe/Berlin	47.57268	9.94405				02	097	09776	09776121
2880944	Langenreuth	langenreuth	DE		0	Europe/Berlin	49.79312	11.56586				02	094	09472	09472175
2880945	Langenreinsdorf	langenreinsdorf	DE		0	Europe/Berlin	50.79913	12.34472		Langenreinsdorf		13	00	14524	14524030
2880947	Langenreihe	langenreihe	DE		0	Europe/Berlin	54.11667	10.16667				10	00	01057	01057071
2880948	Langenreichenbach	langenreichenbach	DE		0	Europe/Berlin	51.49021	12.90302		Langenreichenbach		13	00	14730	14730190
2880949	Langenreichen	langenreichen	DE		0	Europe/Berlin	48.55306	10.79167		Langenreichen		02	097	09772	09772177
2880951	Langenrehm	langenrehm	DE		0	Europe/Berlin	53.39728	9.8604		Langenrehm		06	00	03353	03353029
2880954	Langenrade	langenrade	DE		0	Europe/Berlin	54.15374	10.33959				10	00	01057	01057001
2880956	Langenprozelten	langenprozelten	DE		0	Europe/Berlin	50.06237	9.65618		Langenprozelten		02	096	09677	09677131
2880958	Langenpfunzen	langenpfunzen	DE		0	Europe/Berlin	47.87992	12.12298				02	091	09163	09163000
2880959	Langenpettenbach	langenpettenbach	DE		0	Europe/Berlin	48.38208	11.35068				02	091	09174	09174131
2880966	Langennaundorf	langennaundorf	DE		0	Europe/Berlin	51.60494	13.34175		Langennaundorf		11	00	12062	12062500
2880970	Längenmoos	langenmoos	DE		0	Europe/Berlin	48.24656	11.12102				02	091	09179	09179137
2880971	Längenmoos	langenmoos	DE		0	Europe/Berlin	48	9.85				01	084	08426	08426038
2880974	Langenmoor	langenmoor	DE		0	Europe/Berlin	53.58114	9.01017				06	00	03352	03352002
2880975	Langenmoor	langenmoor	DE		0	Europe/Berlin	53.1	7.9				06	00	03453	03453007
2880980	Langenloh	langenloh	DE		0	Europe/Berlin	49.8338	11.36712				02	094	09472	09472197
2880981	Langenloh	langenloh	DE		0	Europe/Berlin	49.30196	10.71117				02	095	09571	09571190
2880982	Langenloh	langenloh	DE		0	Europe/Berlin	48.2978	12.28779				02	091	09183	09183114
2880985	Langenlipsdorf	langenlipsdorf	DE		0	Europe/Berlin	51.91783	13.08653		Langenlipsdorf		11	00	12072	12072297
2880986	Langenleuba-Oberhain	langenleuba-oberhain	DE		0	Europe/Berlin	50.96555	12.65896				13	00	14522	14522460
2880988	Langenleiten	langenleiten	DE		0	Europe/Berlin	50.3287	9.97949				02	096	09673	09673162
2880992	Längenlaich	langenlaich	DE		0	Europe/Berlin	47.81259	11.15039				02	091	09190	09190142
2880993	Langenkreith	langenkreith	DE		0	Europe/Berlin	49.05016	11.75122				02	093	09375	09375148
2880995	Langenkatzbach	langenkatzbach	DE		0	Europe/Berlin	48.46893	12.55063				02	092	09277	09277121
2880996	Langenkamp	langenkamp	DE		0	Europe/Berlin	51.86271	9.27272				07	057	05762	05762024
2881004	Langenisarhofen	langenisarhofen	DE		0	Europe/Berlin	48.73689	12.96584				02	092	09271	09271135
2881005	Langenich	langenich	DE		0	Europe/Berlin	50.86316	6.67279		Langenich		07	053	05362	05362032
2881006	Langenhorst	langenhorst	DE		0	Europe/Berlin	52.47337	8.68692				07	057	05770	05770040
2881007	Langenhorst	langenhorst	DE		0	Europe/Berlin	51.9975	7.36476				07	055	05558	05558008
2881008	Langenhorst	langenhorst	DE		0	Europe/Berlin	53.71667	10.3				10	00	01062	01062006
2881009	Langenhorst	langenhorst	DE		0	Europe/Berlin	53.04273	11.11768				06	00	03354	03354011
2881010	Langenhorst	langenhorst	DE		0	Europe/Berlin	52.19745	7.23716				07	055	05566	05566068
2881021	Langenholzhausen	langenholzhausen	DE		0	Europe/Berlin	52.14697	8.96544				07	057	05766	05766036
2881022	Langenholzen	langenholzen	DE		0	Europe/Berlin	51.9955	9.85173				06	00	03254	03254002
2881024	Langenholthausen	langenholthausen	DE		0	Europe/Berlin	51.31217	7.87956		Langenholthausen		07	059	05962	05962008
2881026	Langenholtensen	langenholtensen	DE		0	Europe/Berlin	51.72426	10.01893				06	00	03155	03155011
2881027	Langenholdinghausen	langenholdinghausen	DE		0	Europe/Berlin	50.91681	7.9695		Langenholdinghausen		07	059	05970	05970040
2881031	Langenhettenbach	langenhettenbach	DE		0	Europe/Berlin	48.71888	12.23928				02	092	09274	09274127
2881033	Langenhennersdorf	langenhennersdorf	DE		0	Europe/Berlin	50.88527	14.00852		Langen,Langenhennersdorf		13	00	14628	14628020
2881034	Langenhemme	langenhemme	DE		0	Europe/Berlin	54.348	8.95781				10	00	01054	01054095
2881035	Langenheide	langenheide	DE		0	Europe/Berlin	53.33959	11.01208				12	00	13076	13076088
2881037	Langenhausen	langenhausen	DE		0	Europe/Berlin	53.39947	9.03672		Langenhausen,Langennhausen		06	00	03357	03357016
2881038	Langenhaus	langenhaus	DE		0	Europe/Berlin	51.21237	7.18894		Langenhaus		07	051	05120	05120000
2881039	Langenhaslach	langenhaslach	DE		0	Europe/Berlin	48.31505	10.37659				02	097	09774	09774162
2881040	Langenhart	langenhart	DE		0	Europe/Berlin	48.04641	9.10325				01	084	08437	08437078
2881042	Langenharm	langenharm	DE		0	Europe/Berlin	53.71667	10				10	00	01060	01060063
2881045	Langenhard	langenhard	DE		0	Europe/Berlin	48.31372	7.90207				01	083	08317	08317065
2881048	Langenhanshagen	langenhanshagen	DE		0	Europe/Berlin	54.27755	12.65342				12	00	13073	13073094
2881050	Langenhals	langenhals	DE		0	Europe/Berlin	53.7549	9.51235				10	00	01061	01061118
2881052	Langenhain	langenhain	DE		0	Europe/Berlin	51.14268	10.03279		Langenhain		05	066	06636	06636014
2881053	Langenhain	langenhain	DE		0	Europe/Berlin	51.1229	12.32893				13	00	14729	14729170
2881054	Langenhain	langenhain	DE		0	Europe/Berlin	50.90297	10.52147				15	00	16067	16067072
2881055	Langenhain	langenhain	DE		0	Europe/Berlin	50.3669	8.63913				05	064	06440	06440018
2881056	Langenhain	langenhain	DE		0	Europe/Berlin	50.10625	8.39775		Langenhain		05	064	06436	06436007
2881068	Langengrobsdorf	langengrobsdorf	DE		0	Europe/Berlin	50.85321	12.01049		Langengrobsdorf		15	00	16052	16052000
2881069	Langengrassau	langengrassau	DE		0	Europe/Berlin	51.83735	13.63953				11	00	12061	12061219
2881070	Langengraß	langengrass	DE		0	Europe/Berlin	52.22651	8.74578				07	057	05758	05758024
2881071	Langengern	langengern	DE		0	Europe/Berlin	48.35213	11.23453				02	091	09174	09174118
2881072	Langengeisling	langengeisling	DE		0	Europe/Berlin	48.32559	11.92376		Langengeisling		02	091	09177	09177117
2881073	Langengefäll	langengefall	DE		0	Europe/Berlin	49.92228	11.75091				02	094	09472	09472156
2881074	Langenforth	langenforth	DE		0	Europe/Berlin	52.43208	9.74691				06	00	03241	03241010
2881076	Langenfelderhof	langenfelderhof	DE		0	Europe/Berlin	49.46667	7.2				09	00	10046	10046117
2881077	Langenfelde	langenfelde	DE		0	Europe/Berlin	53.58333	9.93333				04	00	02000	02000000
2881078	Langenfelde	langenfelde	DE		0	Europe/Berlin	54.00636	12.92361				12	00	13073	13073029
2881079	Langenfelde	langenfelde	DE		0	Europe/Berlin	53.38486	8.73304				06	00	03352	03352059
2881080	Langenfelde	langenfelde	DE		0	Europe/Berlin	53.31175	9.43294				06	00	03357	03357032
2881093	Langenerling	langenerling	DE		0	Europe/Berlin	48.90628	12.25478				02	093	09375	09375143
2881095	Langenelz	langenelz	DE		0	Europe/Berlin	49.51608	9.20734				01	082	08225	08225060
2881096	Langeneicke	langeneicke	DE		0	Europe/Berlin	51.63409	8.43693		Langeneicke		07	059	05974	05974020
2881097	Langeneichstädt	langeneichstaedt	DE		1520	Europe/Berlin	51.34537	11.7433				14	00	15088	15088235
2881098	Langenei	langenei	DE		0	Europe/Berlin	51.11249	8.1243		Langenei		07	059	05966	05966020
2881101	Langeneck	langeneck	DE		0	Europe/Berlin	48.37837	12.84979				02	092	09277	09277153
2881104	Langendreer	langendreer	DE		0	Europe/Berlin	51.46023	7.32584		Bochum-Langendreer,Langendreer		07	059	05911	05911000
2881114	Langendiebach	langendiebach	DE		0	Europe/Berlin	50.17177	8.97903		Langendiebach		05	064	06435	06435007
2881115	Langendernbach	langendernbach	DE		0	Europe/Berlin	50.54045	8.04814		Langendernbach		05	065	06533	06533004
2881116	Langendembach	langendembach	DE		0	Europe/Berlin	50.74464	11.63373				15	00	16075	16075054
2881117	Langendeich	langendeich	DE		0	Europe/Berlin	54.46556	8.86028				10	00	01054	01054091
2881118	Langendammsmoor	langendammsmoor	DE		0	Europe/Berlin	53.40221	8.60471				06	00	03352	03352032
2881120	Langendamm	langendamm	DE		0	Europe/Berlin	52.47232	8.58496				07	057	05770	05770040
2881121	Langendamm	langendamm	DE		0	Europe/Berlin	54.29769	12.46459				12	00	13073	13073075
2881122	Langendamm	langendamm	DE		0	Europe/Berlin	53.40191	8.11315	3			06	00	03455	03455026
2881123	Langendamm	langendamm	DE		0	Europe/Berlin	53.08333	8.05				06	00	03451	03451004
2881124	Langendamm	langendamm	DE		0	Europe/Berlin	52.61503	9.263				06	00	03256	03256022
2881125	Langenchursdorf	langenchursdorf	DE		0	Europe/Berlin	50.8537	12.67244				13	00	14524	14524020
2881129	Langenbuch	langenbuch	DE		0	Europe/Berlin	50.56679	11.90588				15	00	16075	16075098
2881130	Langen Brütz	langen-bruetz	DE		498	Europe/Berlin	53.6581	11.54685		Langen Bric,Langen Brutz,Langen Brütz,Langen-Brjuc,lan gen bu lu ci,Ланген Бриц,Ланген-Брюц,兰根布吕茨		12	00	13076	13076080
2881131	Langenbrunn-Werenwag	langenbrunn-werenwag	DE		0	Europe/Berlin	48.07322	9.0165		Langenbrunn,Langenbrunn-Werenwag		01	084	08437	08437005
2881132	Langenbrügge	langenbruegge	DE		0	Europe/Berlin	52.79903	10.70901				06	00	03360	03360013
2881134	Bad Schönborn	bad-schoenborn	DE		0	Europe/Berlin	49.20122	8.64179		Bad Langenbrucken,Bad Langenbrücken,Langenbrucken,Langenbrücken		01	082	08215	08215100
2881136	Langenbrück	langenbrueck	DE		0	Europe/Berlin	52.30833	7.81782				07	055	05566	05566092
2881137	Langenbruck	langenbruck	DE		0	Europe/Berlin	49.64904	11.7982				02	093	09371	09371156
2881138	Langenbruck	langenbruck	DE		0	Europe/Berlin	48.63824	11.5111				02	091	09186	09186147
2881139	Langenbruck	langenbruck	DE		0	Europe/Berlin	48.5625	13.12639				02	092	09275	09275117
2881140	Langenbruch	langenbruch	DE		0	Europe/Berlin	51.36667	7.98333				07	059	05958	05958044
2881142	Langenbrook	langenbrook	DE		0	Europe/Berlin	53.74418	9.50416				10	00	01061	01061118
2881143	Langen-Brombach	langen-brombach	DE		0	Europe/Berlin	49.72864	8.96172				05	064	06437	06437005
2881146	Langenbrand	langenbrand	DE		0	Europe/Berlin	48.80148	8.63271				01	082	08235	08235065
2881147	Langenbrand	langenbrand	DE		0	Europe/Berlin	48.70315	8.36384		Langenbrand		01	082	08216	08216013
2881149	Langenborn	langenborn	DE		0	Europe/Berlin	50.07833	9.23866		Langenborn		02	096	09671	09671152
2881151	Langenbochum	langenbochum	DE		0	Europe/Berlin	51.61473	7.11714		Langenbochum		07	055	05562	05562020
2881152	Langenbieber	langenbieber	DE		0	Europe/Berlin	50.57228	9.83577				05	066	06631	06631013
2881153	Langenbeutingen	langenbeutingen	DE		0	Europe/Berlin	49.215	9.40667		Langenbeutingen		01	081	08125	08125113
2881155	Langen-Bergheim	langen-bergheim	DE		0	Europe/Berlin	50.23574	8.99808				05	064	06435	06435013
2881223	Langenbek	langenbek	DE		0	Europe/Berlin	53.43333	9.98333				04	00	02000	02000000
2881224	Langenbaum	langenbaum	DE		0	Europe/Berlin	50.60688	7.81503				08	00	07143	07143294
2881226	Langenbach bei Marienberg	langenbach-bei-marienberg	DE		1052	Europe/Berlin	50.63806	7.94787		Langenbach,Langenbach bei Marienberg		08	00	07143	07143206
2881250	Langenaubach	langenaubach	DE		0	Europe/Berlin	50.71685	8.18284		Langenaubach		05	065	06532	06532011
2881265	Langenamming	langenamming	DE		0	Europe/Berlin	48.67225	13.01695				02	092	09271	09271141
2881266	Langenaltheimer Haardt	langenaltheimer-haardt	DE		0	Europe/Berlin	48.88902	10.96225				02	095	09577	09577148
2881268	Langenalb	langenalb	DE		0	Europe/Berlin	48.84427	8.49964				01	082	08236	08236072
2881270	Langenacker	langenacker	DE		0	Europe/Berlin	52.36744	7.74099				07	055	05566	05566072
2881271	Langenacker	langenacker	DE		0	Europe/Berlin	52.42503	7.6549				07	055	05566	05566020
2881272	Langenacker	langenacker	DE		0	Europe/Berlin	47.65	9.55				01	084	08435	08435013
2881293	Langelohe	langelohe	DE		0	Europe/Berlin	53.7527	9.67301				10	00	01056	01056015
2881294	Langelohe	langelohe	DE		0	Europe/Berlin	53.59408	10.26907		Langelohe		10	00	01062	01062088
2881297	Langeloh	langeloh	DE		0	Europe/Berlin	53.27558	9.77835				06	00	03353	03353035
2881298	Langeloh	langeloh	DE		0	Europe/Berlin	53.06208	9.78623		Langeloh		06	00	03358	03358019
2881305	Langeleben	langeleben	DE		0	Europe/Berlin	52.20783	10.81436		Langeleben		06	00	03154	03154013
2881306	Langeland	langeland	DE		0	Europe/Berlin	51.78335	8.99797				07	057	05762	05762004
2881307	Langelage	langelage	DE		0	Europe/Berlin	52.36898	8.24551				06	00	03459	03459013
2881310	Langel	langel	DE		0	Europe/Berlin	51.04926	6.91998				07	053	05315	05315000
2881331	Lange Grove	lange-grove	DE		0	Europe/Berlin	53.41667	10.25				04	00	02000	02000000
2881333	Langeforth	langeforth	DE		0	Europe/Berlin	53.07542	8.4684		Langefohr,Langeforth		06	00	03458	03458010
2881335	Langefeld	langefeld	DE		0	Europe/Berlin	53.54654	7.56381		Langefeld		06	00	03452	03452001
2881338	Langeck	langeck	DE		0	Europe/Berlin	48.01941	8.00606				01	083	08315	08315095
2881342	Langebrügge	langebruegge	DE		0	Europe/Berlin	53.23454	7.99316				06	00	03451	03451002
2881344	Langebrück	langebrueck	DE		0	Europe/Berlin	51.12604	13.84197		Langebruck,Langebrueck,Langebrück		13	00	14612	14612000
2881369	Langebach	langebach	DE		0	Europe/Berlin	50.68333	10.75				15	00	16054	16054000
2881370	Langebach	langebach	DE		0	Europe/Berlin	50.49836	11.00946				15	00	16072	16072006
2881382	Langd	langd	DE		0	Europe/Berlin	50.4716	8.95148				05	065	06531	06531008
2881383	Langburkersdorf	langburkersdorf	DE		0	Europe/Berlin	51.02345	14.23689		Langburkersdorf		13	00	14628	14628260
2881385	Langburg	langburg	DE		0	Europe/Berlin	48.68042	13.06789				02	092	09271	09271128
2881389	Langbruck	langbruck	DE		0	Europe/Berlin	48.72953	13.76184		Langbruck am Gern,Langbruck am Gsenget		02	092	09272	09272136
2881390	Langbruck	langbruck	DE		0	Europe/Berlin	48.92137	13.12012				02	092	09276	09276116
2881391	Langbroich	langbroich	DE		0	Europe/Berlin	51.02018	6.01544				07	053	05370	05370008
2881392	Langberg	langberg	DE		0	Europe/Berlin	54.76667	9.36667				10	00	01059	01059183
2881398	Langballigkaten	langballigkaten	DE		0	Europe/Berlin	54.81667	9.63333				10	00	01059	01059137
2881399	Langballigholz	langballigholz	DE		0	Europe/Berlin	54.81997	9.65017				10	00	01059	01059137
2881401	Langballigau	langballigau	DE		0	Europe/Berlin	54.81667	9.65				10	00	01059	01059137
2881405	Langau	langau	DE		0	Europe/Berlin	49.06199	12.46853				02	093	09372	09372150
2881406	Langau	langau	DE		0	Europe/Berlin	47.74181	11.43831				02	091	09173	09173111
2881410	Langackern	langackern	DE		0	Europe/Berlin	47.94453	7.85816				01	083	08315	08315056
2881414	Lanertshausen	lanertshausen	DE		0	Europe/Berlin	50.97103	9.35721				05	066	06634	06634004
2881416	Landwüst	landwuest	DE		0	Europe/Berlin	50.2697	12.33156				13	00	14523	14523200
2881426	Landwehrhagen	landwehrhagen	DE		0	Europe/Berlin	51.35182	9.59128				06	00	03159	03159034
2881448	Landwehr	landwehr	DE		0	Europe/Amsterdam	53.13333	7				07			
2881450	Landwehr	landwehr	DE		0	Europe/Berlin	54.35	9.98333				10	00	01058	01058112
2881451	Landwehr	landwehr	DE		0	Europe/Berlin	52.69792	8.78344				06	00	03251	03251040
2881452	Landwehr	landwehr	DE		0	Europe/Berlin	52.66125	8.27558				06	00	03460	03460006
2881453	Landwehr	landwehr	DE		0	Europe/Berlin	52.34577	10.17643				06	00	03157	03157006
2881454	Landwehr	landwehr	DE		0	Europe/Berlin	52.30492	8.69054				07	057	05770	05770020
2881455	Landwehr	landwehr	DE		0	Europe/Berlin	52.29125	8.51582				07	057	05770	05770036
2881456	Landwehr	landwehr	DE		0	Europe/Berlin	51.96053	13.58841				11	00	12061	12061164
2881457	Landwehr	landwehr	DE		0	Europe/Berlin	51.45083	7.77077				07	059	05962	05962040
2881467	Landweg	landweg	DE		0	Europe/Berlin	53.78146	9.52636				10	00	01061	01061037
2881468	Landweg	landweg	DE		0	Europe/Berlin	51.48333	7.61667				07	059	05978	05978016
2881469	Landwasser	landwasser	DE		0	Europe/Berlin	48.22325	8.1487				01	083	08316	08316010
2881471	Landthurm	landthurm	DE		0	Europe/Berlin	49.44996	10.26599				02	095	09575	09575124
2881474	Landsweiler-Reden	landsweiler-reden	DE		0	Europe/Berlin	49.35613	7.13274				09	00	10043	10043116
2881475	Landsweiler	landsweiler	DE		0	Europe/Berlin	49.39063	6.92425		Landsweiler		09	00	10044	10044112
2881478	Landstreit	landstreit	DE		0	Europe/Berlin	51.00567	10.33691		Landstreif,Landstreit		15	00	16056	16056000
2881479	Landstetten	landstetten	DE		0	Europe/Berlin	47.98625	11.24657				02	091	09188	09188139
2881488	Landshausen	landshausen	DE		0	Europe/Berlin	49.14862	8.80752		Landshausen		01	082	08215	08215097
2881489	Landshausen	landshausen	DE		0	Europe/Berlin	48.6421	10.30766				02	097	09773	09773170
2881490	Landsham	landsham	DE		0	Europe/Berlin	48.18623	11.77571				02	091	09175	09175133
2881492	Landsendorf	landsendorf	DE		0	Europe/Berlin	50.54962	11.51185				15	00	16073	16073106
2881493	Landsdorf	landsdorf	DE		0	Europe/Berlin	54.12211	12.74157				12	00	13073	13073093
2881515	Landsatz	landsatz	DE		0	Europe/Berlin	53.15277	11.16384				06	00	03354	03354003
2881516	Landringhausen	landringhausen	DE		0	Europe/Berlin	52.35453	9.46455				06	00	03241	03241002
2881517	Landringhausen	landringhausen	DE		0	Europe/Berlin	51.33022	7.3012				07	059	05954	05954028
2881521	Landow	landow	DE		0	Europe/Berlin	54.40385	13.25878				12	00	13073	13073021
2881522	Landorf	landorf	DE		0	Europe/Berlin	49.06635	12.67318				02	092	09278	09278189
2881525	Landolfsweiler	landolfsweiler	DE		0	Europe/Berlin	47.98639	9.96988		Landolfsweiler,Landoltsweiler		01	084	08426	08426100
2881528	Landmark	landmark	DE		0	Europe/Berlin	53.75147	8.95917				06	00	03352	03352008
2881531	Landmannsdorf	landmannsdorf	DE		0	Europe/Berlin	48.35271	11.09469				02	097	09771	09771111
2881538	Landkrug	landkrug	DE		0	Europe/Berlin	54.16667	12.28333				12	00	13072	13072088
2881539	Landkirchen	landkirchen	DE		0	Europe/Berlin	54.44988	11.14784				10	00	01055	01055046
2881544	Landing	landing	DE		0	Europe/Berlin	48.41667	12.33333				02	092	09274	09274184
2881545	Landing	landing	DE		0	Europe/Berlin	47.91128	12.28168				02	091	09187	09187128
2881554	Landhausen	landhausen	DE		0	Europe/Berlin	51.40074	7.74075		Landhausen		07	059	05962	05962016
2881556	Landgrafroda	landgrafroda	DE		0	Europe/Berlin	51.35128	11.4301				14	00	15088	15088305
2881580	Landgraben	landgraben	DE		0	Europe/Berlin	50.80052	12.7762				13	00	14511	14511000
2881593	Landeswarfen	landeswarfen	DE		0	Europe/Berlin	53.66179	7.90364				06	00	03455	03455020
2881600	Landerzhofen	landerzhofen	DE		0	Europe/Berlin	49.0611	11.39025				02	095	09576	09576122
2881601	Landertsham	landertsham	DE		0	Europe/Berlin	47.98941	12.45027				02	091	09189	09189133
2881604	Landersum	landersum	DE		0	Europe/Berlin	52.27023	7.36674		Landersum		07	055	05566	05566060
2881606	Landershofen	landershofen	DE		0	Europe/Berlin	48.88288	11.23381				02	091	09176	09176123
2881608	Landershausen	landershausen	DE		0	Europe/Berlin	50.80456	9.81727				05	066	06632	06632019
2881610	Landersdorf	landersdorf	DE		0	Europe/Berlin	49.0654	11.24641				02	095	09576	09576148
2881611	Landersdorf	landersdorf	DE		0	Europe/Berlin	48.70044	11.82649				02	092	09273	09273163
2881612	Landersdorf	landersdorf	DE		0	Europe/Berlin	48.29106	12.08741				02	091	09177	09177115
2881616	Landerham	landerham	DE		0	Europe/Berlin	48.41317	13.07024				02	092	09277	09277113
2881620	Lander	lander	DE		0	Europe/Berlin	53.70552	9.63374				10	00	01056	01056016
2881624	Landenhausen	landenhausen	DE		0	Europe/Berlin	50.60912	9.47748				05	065	06535	06535019
2881626	Landenbeck	landenbeck	DE		0	Europe/Berlin	51.25797	8.26249		Landenbeck		07	059	05958	05958016
2881627	Landemert	landemert	DE		0	Europe/Berlin	51.187	7.93397				07	059	05962	05962052
2881628	Landegger Tenge	landegger-tenge	DE		0	Europe/Berlin	52.83333	7.2				06	00	03454	03454018
2881629	Landegge	landegge	DE		0	Europe/Berlin	52.82436	7.25223				06	00	03454	03454018
2881630	Landefeld	landefeld	DE		0	Europe/Berlin	51.09721	9.70906		Landefeld		05	066	06634	06634024
2881634	Landeck	landeck	DE		0	Europe/Berlin	48.15003	7.83872				01	083	08316	08316043
2881643	Landberg	landberg	DE		0	Europe/Berlin	50.99976	13.49698				13	00	14628	14628410
2881651	Landau	landau	DE		0	Europe/Berlin	51.34209	9.08501				05	066	06635	06635002
2881652	Landasberg	landasberg	DE		0	Europe/Berlin	49.00399	12.72165				02	092	09278	09278129
2881653	Lanckensburg	lanckensburg	DE		0	Europe/Berlin	54.63079	13.32181				12	00	13073	13073004
2881655	Lancken	lancken	DE		0	Europe/Berlin	54.64967	13.2572		Lancken,Lancken-Wittow		12	00	13073	13073019
2881656	Lancken	lancken	DE		0	Europe/Berlin	53.46884	11.93768				12	00	13076	13076120
2881662	Lamsfuß	lamsfuss	DE		0	Europe/Berlin	51.09442	7.32304		Lamsfuss,Lamsfuß		07	053	05374	05374052
2881663	Lamsfeld	lamsfeld	DE		0	Europe/Berlin	51.98256	14.2196				11	00	12061	12061450
2881664	Lamscheid	lamscheid	DE		0	Europe/Berlin	50.14357	7.57361		Lamscheid		08	00	07140	07140084
2881669	Lamprechtsöd	lamprechtsod	DE		0	Europe/Berlin	48.54616	12.43251				02	092	09274	09274112
2881671	Lamprechts	lamprechts	DE		0	Europe/Berlin	47.55736	10.08485				02	097	09780	09780132
2881672	Lamprechten	lamprechten	DE		0	Europe/Berlin	48.34813	12.4807				02	091	09183	09183129
2881673	Lamprecht	lamprecht	DE		0	Europe/Berlin	50.53703	11.19059		Lamprecht		15	00	16072	16072013
2881674	Lampolz	lampolz	DE		0	Europe/Berlin	47.86937	10.30697				02	097	09778	09778119
2881675	Lampoldshausen	lampoldshausen	DE		0	Europe/Berlin	49.26438	9.4007		Lampoldshausen		01	081	08125	08125111
2881676	Lampoding	lampoding	DE		0	Europe/Berlin	47.94308	12.80122				02	091	09189	09189127
2881678	Lampferding	lampferding	DE		0	Europe/Berlin	47.96039	12.05526				02	091	09187	09187179
2881679	Lampertsweiler	lampertsweiler	DE		0	Europe/Berlin	48.00172	9.54608				01	084	08437	08437100
2881680	Lampertsweiler	lampertsweiler	DE		0	Europe/Berlin	47.59821	9.72864				02	097	09776	09776130
2881685	Lampertsmühle	lampertsmuehle	DE		0	Europe/Berlin	49.48423	7.71833				08	00	07312	07312000
2881686	Lampertshofen	lampertshofen	DE		0	Europe/Berlin	49.29289	11.55161				02	093	09373	09373147
2881687	Lampertshofen	lampertshofen	DE		0	Europe/Berlin	48.62894	11.22734				02	091	09185	09185116
2881688	Lampertshausen	lampertshausen	DE		0	Europe/Berlin	48.43375	11.43786		Jetzendorf-Lampertshausen,Lampertshausen		02	091	09186	09186132
2881689	Lampertsham	lampertsham	DE		0	Europe/Berlin	48.09181	12.36189				02	091	09189	09189142
2881690	Lampertsham	lampertsham	DE		0	Europe/Berlin	47.9916	12.68572				02	091	09189	09189134
2881691	Lampertsfeld	lampertsfeld	DE		0	Europe/Berlin	50.83333	9.83333				05	066	06632	06632019
2881693	Lampertsbach	lampertsbach	DE		0	Europe/Berlin	48.20829	8.15468				01	083	08316	08316010
2881696	Lamperstorf	lamperstorf	DE		0	Europe/Berlin	48.53766	12.79225		Lampersdorf,Lamperstorf		02	092	09277	09277111
2881697	Lampersdorf	lampersdorf	DE		0	Europe/Berlin	51.28428	13.03998		Lampersdorf		13	00	14730	14730330
2881698	Lampersdorf	lampersdorf	DE		0	Europe/Berlin	51.07731	13.48548		Lampersdorf		13	00	14627	14627100
2881699	Lampersdorf	lampersdorf	DE		0	Europe/Berlin	49.22584	11.22906				02	095	09576	09576113
2881700	Lampersberg	lampersberg	DE		0	Europe/Berlin	47.9179	12.21336				02	091	09187	09187174
2881703	Lampenricht	lampenricht	DE		0	Europe/Berlin	49.50792	12.32326				02	093	09376	09376131
2881704	Lampenort	lampenort	DE		0	Europe/Berlin	52.46156	8.59432				07	057	05770	05770040
2881705	Lampenhain	lampenhain	DE		0	Europe/Berlin	49.49821	8.76727		Lampenhain		01	082	08226	08226029
2881708	Lämpelberg	laempelberg	DE		0	Europe/Berlin	50.36667	12.46667				13	00	14523	14523160
2881711	Lampach	lampach	DE		0	Europe/Berlin	47.80001	9.29473				01	084	08435	08435015
2881712	Lammsdorf	lammsdorf	DE		0	Europe/Berlin	51.80765	12.67318				14	00	15091	15091160
2881720	Lammertsfehn	lammertsfehn	DE		0	Europe/Berlin	53.26915	7.66953		Lammersfehn,Lammertsfehn		06	00	03457	03457008
2881721	Lammerthal	lammerthal	DE		0	Europe/Berlin	49.30224	11.80979				02	093	09371	09371129
2881723	Lämmersreut	lammersreut	DE		0	Europe/Berlin	48.765	13.56819		Lammersreut,Lammersreuth,Lämmersreut,Lämmersreuth		02	092	09272	09272151
2881724	Lämmerspiel	laemmerspiel	DE		0	Europe/Berlin	50.09628	8.85788				05	064	06438	06438008
2881727	Lämmershof	lammershof	DE		0	Europe/Berlin	49.84244	11.81318				02	093	09374	09374140
2881729	Lammersfelde	lammersfelde	DE		0	Europe/Berlin	52.66573	7.35788				06	00	03454	03454035
2881730	Lammersdorf	lammersdorf	DE		0	Europe/Berlin	50.631	6.27883		Lammersdorf,Lammersdorf Uber Aachen,Lammersdorf Über Aachen,Lammersdorfen		07	053	05334	05334028
2881731	Lammersdorf	lammersdorf	DE		0	Europe/Berlin	50.26667	6.68333				08	00	07233	07233019
2881732	Lämmersdorf	lammersdorf	DE		0	Europe/Berlin	48.98703	13.01133		Lamersdorf,Lammersdorf,Lämersdorf,Lämmersdorf		02	092	09276	09276146
2881733	Lämmersdorf	lammersdorf	DE		0	Europe/Berlin	48.5586	13.69532				02	092	09275	09275153
2881745	Lammerbach	lammerbach	DE		0	Europe/Berlin	49.12314	12.8869				02	092	09276	09276144
2881749	Lamme	lamme	DE		5017	Europe/Berlin	52.26921	10.4413				06	00	03101	03101000
2881754	Lamitz	lamitz	DE		0	Europe/Berlin	50.38105	11.82455				02	094	09475	09475141
2881755	Lamitsch	lamitsch	DE		0	Europe/Berlin	52.25923	14.16028				11	00	12067	12067426
2881760	Lämershagen	laemershagen	DE		0	Europe/Berlin	51.97589	8.61809		Laemershagen-Graefinghagen,Lämershagen-Gräfinghagen		07	057	05711	05711000
2881761	Lamersdorf	lamersdorf	DE		0	Europe/Berlin	50.84868	6.35137				07	053	05358	05358020
2881762	Lämersdorf	lamersdorf	DE		0	Europe/Berlin	49.6441	12.27302				02	093	09374	09374162
2881763	Lamerong	lamerong	DE		0	Europe/Berlin	51.54493	6.4136				07	051	05154	05154020
2881765	Lamerbusch	lamerbusch	DE		0	Europe/Berlin	51.09006	7.16064				07	053	05378	05378008
2881766	Lambzig	lambzig	DE		0	Europe/Berlin	50.61103	12.25829				13	00	14523	14523260
2881772	Lambertsneukirchen	lambertsneukirchen	DE		0	Europe/Berlin	49.13976	12.28111				02	093	09375	09375119
2881778	Lamberg	lamberg	DE		0	Europe/Berlin	51.46667	7.6				07	059	05978	05978028
2881779	Lamberg	lamberg	DE		0	Europe/Berlin	49.24624	12.99496				02	093	09372	09372144
2881784	Lambach	lambach	DE		0	Europe/Berlin	49.21541	13.07203				02	093	09372	09372138
2881790	Lalchow	lalchow	DE		0	Europe/Berlin	53.45862	12.2065				12	00	13076	13076114
2881792	Lakoma	lakoma	DE		0	Europe/Berlin	51.79579	14.38179		Lacoma,Lakoma,Łakoma		11	00	12052	12052000
2881800	Lake	lake	DE		0	Europe/Berlin	51.78227	8.5662				07	057	05774	05774020
2881801	Lake	lake	DE		0	Europe/Berlin	52.91953	9.11715		Laake,Lake		06	00	03361	03361002
2881805	Laiz	laiz	DE		0	Europe/Berlin	48.07871	9.19581				01	084	08437	08437104
2881807	Laitenbach	laitenbach	DE		0	Europe/Berlin	47.83576	7.88854				01	083	08336	08336096
2881810	Laisacker	laisacker	DE		0	Europe/Berlin	48.74549	11.1632				02	091	09185	09185149
2881812	Laisa	laisa	DE		0	Europe/Berlin	50.99484	8.63185				05	066	06635	06635004
2881818	Laineck	laineck	DE		0	Europe/Berlin	49.96472	11.6157				02	094	09462	09462000
2881823	Lain	lain	DE		0	Europe/Berlin	47.71667	11.55				02	091	09173	09173145
2881826	Laimnau	laimnau	DE		0	Europe/Berlin	47.63822	9.63719		Laimnau		01	084	08435	08435057
2881828	Laiming	laiming	DE		0	Europe/Berlin	48.01129	12.19328				02	091	09187	09187134
2881829	Laiming	laiming	DE		0	Europe/Berlin	47.80555	12.26306				02	091	09187	09187132
2881830	Laimgruben	laimgruben	DE		0	Europe/Berlin	48.15112	12.80085				02	091	09171	09171112
2881831	Laimgrub	laimgrub	DE		0	Europe/Berlin	47.90115	12.54879				02	091	09189	09189114
2881834	Laimerstadt	laimerstadt	DE		0	Europe/Berlin	48.88167	11.71345				02	091	09176	09176112
2881835	Laimering	laimering	DE		0	Europe/Berlin	48.38889	11.08701				02	097	09771	09771122
2881836	Laimbichl	laimbichl	DE		0	Europe/Berlin	48.3492	12.80912				02	092	09277	09277153
2881841	Laimbach	laimbach	DE		0	Europe/Berlin	50.46554	8.35493				05	065	06533	06533018
2881842	Laimbach	laimbach	DE		0	Europe/Berlin	50.03366	10.82582				02	094	09471	09471175
2881843	Laimbach	laimbach	DE		0	Europe/Berlin	48.41309	11.56648				02	091	09178	09178113
2881844	Laimbach	laimbach	DE		0	Europe/Berlin	47.9759	9.67647				01	084	08426	08426014
2881846	Laim	laim	DE		0	Europe/Berlin	48.1347	11.502				02	091	09162	09162000
2881848	Lailling	lailling	DE		0	Europe/Berlin	48.74349	12.82437				02	092	09271	09271143
2881849	Lailehäuser	lailehauser	DE		0	Europe/Berlin	47.84018	7.87909				01	083	08336	08336096
2881852	Laiflitz	laiflitz	DE		0	Europe/Berlin	48.8895	13.19827				02	092	09276	09276126
2881855	Laichstätt	laichstatt	DE		0	Europe/Berlin	49.21394	12.59715				02	093	09372	09372116
2881856	Laichle	laichle	DE		0	Europe/Berlin	48.8	9.08333				01	081	08118	08118019
2881860	Laich	laich	DE		0	Europe/Berlin	48.00979	11.0279				02	091	09181	09181120
2881861	Laich	laich	DE		0	Europe/Berlin	47.66276	10.61957				02	097	09777	09777170
2881862	Laich	laich	DE		0	Europe/Berlin	47.60143	11.44815				02	091	09173	09173131
2881863	Laibstadt	laibstadt	DE		0	Europe/Berlin	49.10002	11.13303		Laibstadt		02	095	09576	09576126
2881864	Laiblachsberg	laiblachsberg	DE		0	Europe/Berlin	47.58067	9.74742				02	097	09776	09776126
2881865	Laiber	laiber	DE		0	Europe/Berlin	48.24529	10.65261				02	097	09772	09772178
2881866	Laibarös	laibaros	DE		0	Europe/Berlin	49.92089	11.12572				02	094	09471	09471151
2881867	Laibach	laibach	DE		0	Europe/Berlin	49.4002	9.69271				01	081	08126	08126020
2881872	Lahrheide	lahrheide	DE		0	Europe/Berlin	52.75022	8.44196				06	00	03460	03460004
2881874	Lahre	lahre	DE		0	Europe/Berlin	52.68236	7.42177				06	00	03454	03454019
2881875	Lahrbach	lahrbach	DE		0	Europe/Berlin	51.43333	7.78333				07	059	05962	05962040
2881876	Lahrbach	lahrbach	DE		0	Europe/Berlin	50.62468	7.60362				08	00	07138	07138050
2881877	Lahrbach	lahrbach	DE		0	Europe/Berlin	50.62053	10.00407				05	066	06631	06631023
2881887	Lahof	lahof	DE		0	Europe/Berlin	52.84494	8.66507				06	00	03251	03251007
2881913	Lahm	lahm	DE		0	Europe/Berlin	50.33684	11.39028				02	094	09476	09476189
2881914	Lahm	lahm	DE		0	Europe/Berlin	50.10123	10.86775				02	094	09473	09473138
2881915	Lahm	lahm	DE		0	Europe/Berlin	50.08058	11.13434				02	094	09478	09478139
2881916	Lahm	lahm	DE		0	Europe/Berlin	49.95122	11.44415				02	094	09472	09472131
2881920	Lahe	lahe	DE		0	Europe/Berlin	52.41979	9.82361		Lahe		06	00	03241	03241001
2881921	Lähden	laehden	DE		4429	Europe/Berlin	52.74547	7.57036		Lahden,Leden,Lekhden,Lähden,lai deng,Леден,Лехден,莱登	03454026	06	00	03454	03454026
2881922	Lahde	lahde	DE		0	Europe/Berlin	52.37058	8.99954		Lahde		07	057	05770	05770028
2881926	Lahausen	lahausen	DE		0	Europe/Berlin	52.96992	8.84319				06	00	03251	03251047
2881927	Lagnitz	lagnitz	DE		0	Europe/Berlin	51.10296	12.01574				14	00	15084	15084490
2881929	Laggenbeck	laggenbeck	DE		0	Europe/Berlin	52.26401	7.78746		Laggenbeck		07	055	05566	05566028
2881931	Lagesbüttel	lagesbuettel	DE		0	Europe/Berlin	52.34887	10.4583				06	00	03151	03151027
2881933	Lagershausen	lagershausen	DE		0	Europe/Berlin	51.74414	10.05301				06	00	03155	03155011
2881935	Lagerlechfeld	lagerlechfeld	DE		0	Europe/Berlin	48.17989	10.84368		Lager Lechfeld,Lechfeld		02	097	09772	09772149
2881948	Lageltshausen	lageltshausen	DE		0	Europe/Berlin	48.38212	11.66956				02	091	09178	09178124
2881959	Laffenthal	laffenthal	DE		0	Europe/Berlin	47.78267	11.74429				02	091	09182	09182116
2881960	Laffenau	laffenau	DE		0	Europe/Berlin	49.16088	11.12563				02	095	09576	09576126
2881961	Laffeld	laffeld	DE		0	Europe/Berlin	51.03916	6.05644		Laffeld		07	053	05370	05370016
2881963	Laeven	laeven	DE		0	Europe/Berlin	53.30585	13.38567		Laeven,Laven,Läven		12	00	13071	13071033
2881976	Ladhof	ladhof	DE		0	Europe/Berlin	48.17918	8.07586				01	083	08316	08316010
2881978	Laderholz	laderholz	DE		0	Europe/Berlin	52.62712	9.48481				06	00	03241	03241012
2881979	Ladenthin	ladenthin	DE		0	Europe/Berlin	53.37029	14.379				12	00	13075	13075038
2881981	Ladenbek	ladenbek	DE		0	Europe/Berlin	53.50004	10.17655		Ladenbek		04			
2881982	Ladelundfeld	ladelundfeld	DE		0	Europe/Berlin	54.85	9.01667				10	00	01054	01054073
2881985	Ladekop	ladekop	DE		0	Europe/Berlin	53.51797	9.67335		Ladecop,Ladekop		06	00	03359	03359028
2881986	Ladekath	ladekath	DE		0	Europe/Berlin	52.78945	11.3392		Ladekath		14	00	15081	15081030
2881989	Ladebow	ladebow	DE		0	Europe/Berlin	54.10048	13.43658		Ladebow		12	00	13075	13075039
2881997	Lackhausen	lackhausen	DE		0	Europe/Berlin	51.67952	6.62849		Lackhausen		07	051	05170	05170048
2881999	Lackerau	lackerau	DE		0	Europe/Berlin	48.75961	13.7387				02	092	09272	09272136
2882000	Lackenhäuser	lackenhauser	DE		0	Europe/Berlin	48.73995	13.80818				02	092	09272	09272136
2882001	Lackendorf	lackendorf	DE		0	Europe/Berlin	48.18956	8.53164		Lackendorf		01	083	08325	08325014
2882003	Lackenbach	lackenbach	DE		0	Europe/Berlin	47.96027	12.82783				02	091	09189	09189127
2882004	Lacken	lacken	DE		0	Europe/Berlin	48.66708	13.61458				02	092	09275	09275126
2882005	Lacken	lacken	DE		0	Europe/Berlin	48.62349	13.79814				02	092	09275	09275156
2882006	Lacken	lacken	DE		0	Europe/Berlin	48.16683	12.09655				02	091	09183	09183126
2882010	Lachweiler	lachweiler	DE		0	Europe/Berlin	49.09846	9.57741				01	081	08127	08127052
2882011	Lachtehausen	lachtehausen	DE		0	Europe/Berlin	52.62316	10.12527				06	00	03351	03351006
2882013	Lachstedt	lachstedt	DE		0	Europe/Berlin	51.08253	11.66609				15	00	16071	16071083
2882016	Lachheim	lachheim	DE		0	Europe/Berlin	49.67223	10.53611				02	095	09575	09575147
2882043	Lachem	lachem	DE		0	Europe/Berlin	52.14036	9.27196				06	00	03252	03252007
2882048	Lache	lache	DE		0	Europe/Berlin	51.13828	7.04817				07	051	05122	05122000
2882049	Lache	lache	DE		0	Europe/Berlin	50.5644	7.42084				08	00	07138	07138065
2882058	Labömitz	laboemitz	DE		0	Europe/Berlin	53.92092	14.07695				12	00	13075	13075010
2882060	Labetz	labetz	DE		416	Europe/Berlin	51.87237	12.69662				14	00	15091	15091375
2882062	Labertswend	labertswend	DE		0	Europe/Berlin	49.10542	10.37761				02	095	09571	09571139
2882064	Labersricht	labersricht	DE		0	Europe/Berlin	49.29781	11.48981				02	093	09373	09373147
2882065	Labersdorf	labersdorf	DE		0	Europe/Berlin	48.48446	11.29501				02	091	09185	09185131
2882066	Labersberg	labersberg	DE		0	Europe/Berlin	48.50688	11.34999				02	091	09186	09186125
2882068	Labering	labering	DE		0	Europe/Berlin	48.04278	12.46654				02	091	09189	09189126
2882071	Laberg	laberg	DE		0	Europe/Berlin	53.7	10.18333				10	00	01062	01062090
2882072	Laber	laber	DE		0	Europe/Berlin	48.69056	12.0975				02	092	09274	09274141
2882075	Labee	labee	DE		0	Europe/Berlin	53.30175	13.31849				12	00	13071	13071033
2882076	Labbus	labbus	DE		0	Europe/Berlin	52.69033	8.85086				06	00	03251	03251040
2882077	Labbronnen	labbronnen	DE		0	Europe/Berlin	48.517	8.34152				01	082	08237	08237004
2882078	Labbeck	labbeck	DE		0	Europe/Berlin	51.64538	6.38093				07	051	05170	05170040
2882081	Labach	labach	DE		0	Europe/Berlin	49.36068	6.87018				09	00	10044	10044116
2882082	Labach	labach	DE		0	Europe/Berlin	49.34621	7.50696				08	00	07340	07340215
2882083	Labach	labach	DE		0	Europe/Berlin	47.71727	12.16444				02	091	09187	09187156
2882085	Laave	laave	DE		0	Europe/Berlin	53.21765	11.06855				06	00	03355	03355049
2882086	Laatzke	laatzke	DE		0	Europe/Berlin	52.56205	11.36448		Laatzke		14	00	15081	15081135
2882089	Laaspherhütte	laaspherhuette	DE		0	Europe/Berlin	50.91667	8.86667				05	065	06534	06534017
2882094	Laaslich	laaslich	DE		0	Europe/Berlin	53.10038	11.69289				11	00	12070	12070173
2882095	Laaske	laaske	DE		0	Europe/Berlin	53.20199	12.0561				11	00	12070	12070325
2882097	Laasen	laasen	DE		0	Europe/Berlin	50.89216	12.12078				15	00	16052	16052000
2882098	Laasen	laasen	DE		0	Europe/Berlin	50.59434	11.39381				15	00	16073	16073067
2882099	Laase	laase	DE		0	Europe/Berlin	54.54348	13.35169				12	00	13073	13073059
2882100	Laase	laase	DE		0	Europe/Berlin	53.79865	11.82168				12	00	13072	13072009
2882101	Laase	laase	DE		0	Europe/Berlin	53.06598	11.30905				06	00	03354	03354014
2882105	Laasche	laasche	DE		0	Europe/Berlin	53.0402	11.41274				06	00	03354	03354005
2882106	Laasan	laasan	DE		0	Europe/Berlin	50.94552	11.6561		Laasan		15	00	16053	16053000
2882107	Laas	laas	DE		0	Europe/Berlin	51.36683	13.14762				13	00	14730	14730170
2882110	Laarbruch	laarbruch	DE		0	Europe/Berlin	51.60669	6.20734				07	051	05154	05154064
2882122	Laaken	laaken	DE		0	Europe/Berlin	51.25302	7.25223				07	051	05124	05124000
2882123	Laaken	laaken	DE		0	Europe/Berlin	54.03333	10.16667				10	00	01060	01060026
2882127	Laake	laake	DE		0	Europe/Berlin	53.1549	11.07576				06	00	03355	03355049
2882132	Laak	laak	DE		0	Europe/Berlin	53.78218	9.11945				06	00	03352	03352063
2882133	Laak	laak	DE		0	Europe/Berlin	51.66667	6.48333				07	051	05170	05170048
2882134	Laak	laak	DE		0	Europe/Berlin	51.1	6.06667				07	053	05370	05370016
2882142	Laag	laag	DE		0	Europe/Berlin	48.5877	11.33035				02	091	09185	09185166
2882144	Laad	laad	DE		0	Europe/Berlin	50.6519	7.74935				08	00	07143	07143235
2882150	Laach	laach	DE		0	Europe/Berlin	51.08223	6.56931				07	051	05162	05162008
2882152	Laaberberg	laaberberg	DE		0	Europe/Berlin	48.76275	12.02073		Laaberberg		02	092	09273	09273165
2882156	Laab	laab	DE		0	Europe/Berlin	48.06863	12.52801				02	091	09189	09189149
2882165	Kynitzsch	kynitzsch	DE		0	Europe/Berlin	51.14262	14.21662		Kinic,Kinič,Kynitzsch		13	00	14625	14625040
2882116	Laar	laar	DE	49824	0	Europe/Berlin	51.40638	9.28027				05	066	06633	06633029
2882170	Kyll	kyll	DE		0	Europe/Berlin	49.87797	6.60452				08	00	07235	07235501
2882171	Kyhna-Quering	kyhna-quering	DE		0	Europe/Berlin	51.5	12.2				13			
2882172	Kyhna	kyhna	DE		0	Europe/Berlin	51.51394	12.26008		Gross Kyhna,Groß Kyhna,Kyhna		13	00	14730	14730340
2882178	Kuxwinkel	kuxwinkel	DE		0	Europe/Berlin	52.48197	12.302				14	00	15086	15086080
2882180	Kuxenberghäuser	kuxenberghaeuser	DE		0	Europe/Berlin	50.52943	12.34361		Kuxenberg,Kuxenberghauser,Kuxenberghäuser		13	00	14523	14523430
2882182	Kuventhal	kuventhal	DE		0	Europe/Berlin	51.84481	9.84689				06	00	03155	03155013
2882183	Kutzow	kutzow	DE		0	Europe/Berlin	53.8854	14.12831		Kutzow		12	00	13075	13075152
2882185	Kützkow	kuetzkow	DE		0	Europe/Berlin	52.5	12.45				11	00	12069	12069270
2882187	Kutzhof	kutzhof	DE		0	Europe/Berlin	49.34729	6.98489				09	00	10041	10041513
2882189	Kutzerow	kutzerow	DE		0	Europe/Berlin	53.41383	13.76625				11	00	12073	12073579
2882191	Kützerhof	kuetzerhof	DE		0	Europe/Berlin	53.85926	12.85087				12	00	13071	13071027
2882193	Kutzenberg	kutzenberg	DE		0	Europe/Berlin	50.05095	10.9719				02	094	09478	09478120
2882194	Kützbrunn	kutzbrunn	DE		0	Europe/Berlin	49.58118	9.75826		Kutzbrunn,Kützbrunn		01	081	08128	08128047
2882195	Kützberg	kutzberg	DE		0	Europe/Berlin	50.08359	10.11474				02	096	09678	09678168
2882197	Küttig	kuettig	DE		0	Europe/Berlin	50.27299	7.36582				08	00	07137	07137501
2882198	Kuttern	kuttern	DE		0	Europe/Berlin	47.88735	10.32815				02	097	09778	09778119
2882199	Kutterling	kutterling	DE		0	Europe/Berlin	47.76241	12.029				02	091	09187	09187129
2882200	Kütterheide	kuetterheide	DE		0	Europe/Berlin	51.29391	6.5926				07	051	05114	05114000
2882203	Kuttenkofen	kuttenkofen	DE		0	Europe/Berlin	48.60614	12.60009				02	092	09279	09279125
2882208	Kütten	kuetten	DE		421	Europe/Berlin	51.58776	11.99965		Kutten,Kütten		14	00	15088	15088295
2882213	Kutt	kutt	DE		0	Europe/Berlin	48.46667	8.11667				01	083	08317	08317089
2882221	Kutmecke	kutmecke	DE		0	Europe/Berlin	51.60753	8.13011				07	059	05974	05974040
2882225	Kutenhausen	kutenhausen	DE		0	Europe/Berlin	52.33181	8.90635		Kutenhausen		07	057	05770	05770024
2882226	Küte	kuete	DE		0	Europe/Berlin	52.41102	8.64996		Kuhte,Kute,Kuthe,Kühte,Küte,Küthe		07	057	05770	05770040
2882227	Küstrow	kuestrow	DE		0	Europe/Berlin	54.35456	12.77521				12	00	13073	13073043
2882231	Küstrinchen	kuestrinchen	DE		0	Europe/Berlin	53.22325	13.38137				11	00	12073	12073384
2882232	Kustrena	kustrena	DE		0	Europe/Berlin	51.73811	11.71533				14	00	15089	15089195
2882233	Küstorf	kuestorf	DE		0	Europe/Berlin	52.67274	10.79932				06	00	03151	03151040
2882234	Küstersgreuth	kustersgreuth	DE		0	Europe/Berlin	49.79988	10.78051				02	094	09471	09471120
2882243	Küsten	kuesten	DE		1449	Europe/Berlin	52.97779	11.0624		Kisten,Kjusten,kwstn,qu si teng,Кистен,Кюстен,کوستن,屈斯滕	03354013	06	00	03354	03354013
2882244	Küstelberg	kuestelberg	DE		0	Europe/Berlin	51.2232	8.60409				07	059	05958	05958028
2882245	Kussow	kussow	DE		0	Europe/Berlin	53.90117	11.14395		Kussow		12	00	13074	13074016
2882246	Kussow	kussow	DE		0	Europe/Berlin	53.81261	12.30629				12	00	13072	13072033
2882247	Küssow	kuessow	DE		0	Europe/Berlin	53.55742	13.32768				12	00	13071	13071107
2882248	Küßnach	kussnach	DE		0	Europe/Berlin	47.59371	8.36417		Kussnach,Küssnach,Küßnach		01	083	08337	08337125
2882249	Küsserow Hof	kuesserow-hof	DE		0	Europe/Berlin	53.85987	12.68342				12	00	13072	13072066
2882250	Küsserow	kuesserow	DE		0	Europe/Berlin	53.8641	12.69558		Kusserow,Kusserow Dorf,Küsserow,Küsserow Dorf		12	00	13072	13072066
2882255	Kussebode	kussebode	DE		0	Europe/Berlin	52.92194	11.00066				06	00	03354	03354002
2882261	Kusenhorst	kusenhorst	DE		0	Europe/Berlin	51.70813	7.06676				07	055	05562	05562016
2882263	Küsel	kuesel	DE		0	Europe/Berlin	52.7568	11.9595				14	00	15090	15090245
2882264	Küsel	kuesel	DE		122	Europe/Berlin	52.22857	12.07273		Kuesel,Kusel,Küsel		14	00	15086	15086140
2882272	Kurzlipsdorf	kurzlipsdorf	DE		0	Europe/Berlin	51.96919	12.86266		Kurzlipsdorf		11	00	12072	12072297
2882276	Kurzfeld	kurzfeld	DE		0	Europe/Berlin	51.13221	7.28388		Kurzfeld		07	053	05374	05374016
2882277	Kurzewind	kurzewind	DE		0	Europe/Berlin	50.11739	10.80622				02	096	09674	09674130
2882283	Kurzen Trechow	kurzen-trechow	DE		0	Europe/Berlin	53.86971	11.91434		Kurzen,Kurzen Trechow		12	00	13072	13072013
2882284	Kurzenried	kurzenried	DE		0	Europe/Berlin	47.77625	10.90695				02	091	09190	09190140
2882285	Kurzenmoor	kurzenmoor	DE		0	Europe/Berlin	53.71553	9.62262				10	00	01056	01056033
2882286	Kurzenisarhofen	kurzenisarhofen	DE		0	Europe/Berlin	48.74589	12.95271		Klein Iserhofen,Kurzenisarhofen		02	092	09271	09271135
2882287	Kurzenhülsen	kurzenhuelsen	DE		0	Europe/Berlin	52.36066	8.56969				07	057	05770	05770008
2882289	Kurzendorf	kurzendorf	DE		0	Europe/Berlin	49.34776	10.4563				02	095	09571	09571130
2882290	Kurzendorf	kurzendorf	DE		0	Europe/Berlin	49.26861	10.54448				02	095	09561	09561000
2882293	Kurzenberg	kurzenberg	DE		0	Europe/Berlin	47.83952	11.66576				02	091	09182	09182120
2882294	Kurzenbach	kurzenbach	DE		0	Europe/Berlin	48.3714	8.20547				01	083	08317	08317093
2882295	Kurzenaltheim	kurzenaltheim	DE		0	Europe/Berlin	49.02945	10.78889		Kurzenaltheim		02	095	09577	09577150
2882296	Kürzell	kurzell	DE		0	Europe/Berlin	48.3855	7.81609		Kurzell,Kürzell		01	083	08317	08317075
2882298	Kurzeichet	kurzeichet	DE		0	Europe/Berlin	48.52859	13.36019				02	092	09275	09275133
2882300	Kurzberg	kurzberg	DE		0	Europe/Berlin	47.63398	10.27926				02	097	09780	09780143
2882302	Kurzach	kurzach	DE		0	Europe/Berlin	49.02728	9.39367				01	081	08119	08119069
2882303	Kurz	kurz	DE		0	Europe/Berlin	47.61583	12.15972				02	091	09187	09187148
2882304	Kurtsiefen	kurtsiefen	DE		0	Europe/Berlin	50.86967	7.32662				07	053	05382	05382040
2882309	Kurtschau	kurtschau	DE		0	Europe/Berlin	50.65761	12.15432		Greiz-Kurtschau,Kurtschau		15	00	16076	16076022
2882314	Kurtensiefen	kurtensiefen	DE		0	Europe/Berlin	50.98298	7.55587		Kurtensiefen		07	053	05374	05374048
2882315	Kurtenbach	kurtenbach	DE		0	Europe/Berlin	51.04116	7.33613				07	053	05374	05374020
2882316	Kurtenbach	kurtenbach	DE		0	Europe/Berlin	50.89453	7.47771		Kurtenbach		07	053	05374	05374032
2882317	Kurtenacker	kurtenacker	DE		0	Europe/Berlin	50.53254	7.43414				08	00	07138	07138047
2882321	Kursdorf	kursdorf	DE		0	Europe/Berlin	51.4188	12.23328		Cursdorf,Kursdorf		14			
2882322	Kursdorf	kursdorf	DE		0	Europe/Berlin	50.95593	11.92581		Kursdorf		15	00	16074	16074018
2882323	Kurscheid	kurscheid	DE		0	Europe/Berlin	50.72488	7.31157				07	053	05382	05382020
2882325	Kürrighoven	kuerrighoven	DE		0	Europe/Berlin	50.6326	7.15364				07	053	05382	05382072
2882327	Kürrenberg	kuerrenberg	DE		0	Europe/Berlin	50.33772	7.15897				08	00	07137	07137068
2882328	Kurort Volkersdorf	kurort-volkersdorf	DE		0	Europe/Berlin	51.14823	13.73832		Volkersdorf		13	00	14627	14627220
2882329	Seiffen	seiffen	DE		2600	Europe/Berlin	50.65	13.45		Seiffen,Seiffen/Erzgebirge,Seiffeni vald,Zajfen,sai fen,Зайфен,Зајфен,塞芬	14521570	13	00	14521	14521570
2882331	Kurort Oybin	kurort-oybin	DE		1617	Europe/Berlin	50.84105	14.74124		Kurort Oybin,Oybin		13	00	14626	14626430
2882332	Kurort Oberwiesenthal	kurort-oberwiesenthal	DE		2592	Europe/Berlin	50.41943	12.96836		Kurort Oberwiesenthal,Obervizental',Oberwiesenthal,Обервизенталь		13	00	14521	14521440
2882333	Kurort Kipsdorf	kurort-kipsdorf	DE		0	Europe/Berlin	50.80501	13.67523		Kipsdorf,Kipsdorf Kurort,Kurort Kipsdorf		13	00	14628	14628010
2882334	Kurort Jonsdorf	kurort-jonsdorf	DE		1905	Europe/Berlin	50.85751	14.70922		Johnsdorf,Jonsdorf,Kurort Jonsdorf		13	00	14626	14626210
2882335	Kurort Gohrisch	kurort-gohrisch	DE		2234	Europe/Berlin	50.91234	14.10687		Gohrisch		13	00	14628	14628140
2882336	Kurort Bärenfels	kurort-baerenfels	DE		0	Europe/Berlin	50.79443	13.67266		Barenfels,Barenfels Kurort,Bärenfels,Bärenfels Kurort,Kurort Barenfels,Kurort Bärenfels		13	00	14628	14628010
2882337	Kurort Bärenburg	kurort-baerenburg	DE		0	Europe/Berlin	50.79487	13.7124		Barenburg,Barenburg Kurort,Bärenburg,Bärenburg Kurort,Kurort Barenburg,Kurort Bärenburg		13	00	14628	14628010
2882338	Kürnberg	kurnberg	DE		0	Europe/Berlin	49.15309	12.05898				02	093	09375	09375190
2882339	Kürnberg	kurnberg	DE		0	Europe/Berlin	47.66504	7.87067				01	083	08336	08336081
2882348	Kürn	kurn	DE		0	Europe/Berlin	49.11761	12.21545				02	093	09375	09375119
2882349	Kürmreuth	kurmreuth	DE		0	Europe/Berlin	49.62089	11.68513				02	093	09371	09371135
2882351	Kurl	kurl	DE		0	Europe/Berlin	51.55608	7.5831				07	059	05913	05913000
2882352	Kurhof	kurhof	DE		0	Europe/Berlin	49.34	6.897				09	00	10041	10041513
2882353	Kurf	kurf	DE		0	Europe/Berlin	47.90072	12.29194				02	091	09187	09187128
2882354	Kürenz	kuerenz	DE		0	Europe/Berlin	49.7607	6.66252				08	00	07211	07211000
2882357	Kurburg	kurburg	DE		0	Europe/Berlin	54.46701	9.47592				10	00	01059	01059019
2882359	Kürbitz	kuerbitz	DE		0	Europe/Berlin	50.96497	12.39859				15	00	16077	16077001
2882360	Kürbitz	kuerbitz	DE		0	Europe/Berlin	50.46166	12.07567		Kurbitz,Kürbitz		13	00	14523	14523450
2882361	Kurbersdorf	kurbersdorf	DE		0	Europe/Berlin	49.79794	11.89416				02	093	09374	09374148
2882365	Kupsal	kupsal	DE		0	Europe/Berlin	51.46458	12.50149		Kupsal		13	00	14730	14730150
2882368	Kuppritz	kuppritz	DE		0	Europe/Berlin	51.15124	14.5835		Koporcy,Kuppritz		13	00	14625	14625230
2882369	Kupprichhausen	kupprichhausen	DE		0	Europe/Berlin	49.52682	9.62095		Kupprichausen,Kupprichhausen		01	081	08128	08128014
2882370	Kuppingen	kuppingen	DE		0	Europe/Berlin	48.61192	8.84262				01	081	08115	08115021
2882372	Küppersherweg	kueppersherweg	DE		0	Europe/Berlin	51.11127	7.44249				07	053	05374	05374052
2882373	Kuppentin	kuppentin	DE		0	Europe/Berlin	53.49591	12.14848				12	00	13076	13076040
2882376	Kuppendorf	kuppendorf	DE		0	Europe/Berlin	52.56531	8.87935				06	00	03251	03251021
2882379	Küppelstein	kueppelstein	DE		0	Europe/Berlin	51.15483	7.14016				07	051	05120	05120000
2882383	Kuppel	kuppel	DE		0	Europe/Berlin	50.18484	11.70402				02	094	09475	09475154
2882396	Kuppatz	kuppatz	DE		0	Europe/Berlin	51.51667	14.78333				13	00	14626	14626250
2882401	Kupfersuhl	kupfersuhl	DE		0	Europe/Berlin	50.87941	10.25456		Kupfersuhl		15	00	16063	16063003
2882403	Kupferschmelz	kupferschmelz	DE		0	Europe/Berlin	49.57578	7.84876				08	00	07333	07333503
2882405	Kupfermühle	kupfermuehle	DE		0	Europe/Berlin	54.83602	9.41309		Kupfermuhle,Kupfermühle		10	00	01059	01059120
2882407	Kupferhütte	kupferhuette	DE		0	Europe/Berlin	51.48992	11.31013				14	00	15087	15087370
2882410	Kupferhammer Grünthal	kupferhammer-gruenthal	DE		0	Europe/Berlin	50.64957	13.36719		Gruenval,Gruntal,Grunthal,Grüntal,Grünthal,Kupferhammer Grunthal,Kupferhammer Grünthal,Zeleny Dul,Zelený Dŭl		13	00	14521	14521460
2882413	Kupferdreh	kupferdreh	DE		0	Europe/Berlin	51.39354	7.0886		Kupferdreh		07	051	05113	05113000
2882425	Kupfer	kupfer	DE		0	Europe/Berlin	49.17707	9.69715				01	081	08127	08127086
2882426	Küpfendorf	kupfendorf	DE		0	Europe/Berlin	48.66131	10.08557				01	081	08135	08135032
2882429	Kunzwerda	kunzwerda	DE		0	Europe/Berlin	51.52552	13.04935		Kunzwerda		13	00	14730	14730310
2882433	Kunzenlohe	kunzenlohe	DE		0	Europe/Berlin	49.9191	12.00301				02	093	09377	09377148
2882434	Künzenhohn	kuenzenhohn	DE		0	Europe/Berlin	50.73928	7.3326				07	053	05382	05382020
2882436	Kunzenberg	kunzenberg	DE		0	Europe/Berlin	52.6304	11.08307				14	00	15081	15081280
2882438	Kunzenbach	kunzenbach	DE		0	Europe/Berlin	49.53333	8.71667				05			
2882439	Künzelsau	kuenzelsau	DE		15070	Europe/Berlin	49.2818	9.68352		Kincelsau,Kjuncel'zau,Kuenzelsau,Kunzelsau,Künzelsau,jin ce er shao,kwntsalw,kwntslzaw,kyuntsu~eruzau,Кинцелсау,Кюнцельзау,كونتسلزاو,کونتسالو,キュンツェルザウ,金策尔绍	08126	01	081	08126	08126046
2882444	Künsbach	kunsbach	DE		0	Europe/Berlin	49.25694	9.71234		Kunzbach,Künzbach		01	081	08126	08126047
2882445	Kunzach	kunzach	DE		0	Europe/Berlin	48.10227	10.39856		Konzach,Kunzach		02	097	09778	09778121
2882446	Kuntzow	kuntzow	DE		0	Europe/Berlin	53.96002	13.34084				12	00	13075	13075006
2882447	Kuntsdorf	kuntsdorf	DE		0	Europe/Berlin	49.22239	12.05968				02	093	09376	09376170
2882449	Küntrop	kuentrop	DE		0	Europe/Berlin	51.28602	7.8187		Kuntrop,Küntrop		07	059	05962	05962048
2882450	Kunst-Wittgenstein	kunst-wittgenstein	DE		0	Europe/Berlin	50.93303	8.38473				07	059	05970	05970028
2882459	Künsebeck	kuensebeck	DE		0	Europe/Berlin	52.0384	8.38224		Kuensebeck,Kunsebeck,Künsebeck		07	057	05754	05754012
2882461	Künsdorf	kuensdorf	DE		0	Europe/Berlin	50.4777	11.77404				15	00	16075	16075132
2882462	Künsche	kuensche	DE		0	Europe/Berlin	52.99285	11.20846				06	00	03354	03354018
2882470	Kunnerwitz	kunnerwitz	DE		0	Europe/Berlin	51.11789	14.94056		Kunnerwitz		13	00	14626	14626110
2882471	Kunnersdorf auf dem Eigen	kunnersdorf-auf-dem-eigen	DE		0	Europe/Berlin	51.0429	14.81094				13	00	14626	14626030
2882472	Kunnersdorf	kunnersdorf	DE		0	Europe/Berlin	51.20522	14.92422				13	00	14626	14626520
2882473	Kunnersdorf	kunnersdorf	DE		0	Europe/Berlin	50.80717	13.07131		Kunnersdorf		13	00	14522	14522020
2882476	Kunkemühle	kunkemuehle	DE		0	Europe/Berlin	52.408	7.38833				06	00	03454	03454010
2882481	Kunkelborn	kunkelborn	DE		0	Europe/Berlin	49.83208	6.54229				08	00	07235	07235501
2882482	Kunkelberg	kunkelberg	DE		0	Europe/Berlin	53.13274	12.78904				11	00	12068	12068353
2882486	Kunitz	kunitz	DE		0	Europe/Berlin	50.95469	11.6365		Kunitz		15	00	16053	16053000
2882488	Kunigundenruh	kunigundenruh	DE		0	Europe/Berlin	49.90286	10.95921		Kunigundenruh		02	094	09471	09471155
2882491	Kunersdorf	kunersdorf	DE		0	Europe/Berlin	52.67617	14.15777				11	00	12064	12064061
2882492	Kunersdorf	kunersdorf	DE		0	Europe/Berlin	52.28664	14.15391				11	00	12067	12067426
2882493	Kunersdorf	kunersdorf	DE		0	Europe/Berlin	52.27747	13.00326				11	00	12069	12069596
2882494	Kunersdorf	kunersdorf	DE		0	Europe/Berlin	51.77236	14.19382		Kosobuz,Kunersdorf		11	00	12071	12071244
2882495	Künersberg	kunersberg	DE		0	Europe/Berlin	47.99635	10.19583				02	097	09764	09764000
2882497	Kunenberg	kunenberg	DE		0	Europe/Berlin	47.95066	10.04273				01	084	08426	08426100
2882498	Kunding	kunding	DE		0	Europe/Berlin	48.67842	11.00471				02	091	09185	09185125
2882503	Fröhnd	froehnd	DE		0	Europe/Berlin	47.76448	7.8917				01	083	08336	08336025
2882504	Kumschütz	kumschuetz	DE		0	Europe/Berlin	51.18227	14.53904		Kumsicy,Kumšicy		13	00	14625	14625290
2882505	Kumreut	kumreut	DE		0	Europe/Berlin	48.77615	13.51237				02	092	09272	09272141
2882506	Kumpfmühl	kumpfmuhl	DE		0	Europe/Berlin	48.39005	12.88914				02	092	09277	09277139
2882509	Kumpfhof	kumpfhof	DE		0	Europe/Berlin	49.0191	11.74702				02	093	09375	09375148
2882512	Kümperheide	kuemperheide	DE		0	Europe/Berlin	51.58333	7.5				07	059	05913	05913000
2882513	Kümper	kuemper	DE		0	Europe/Berlin	52.02633	7.44853				07	055	05566	05566004
2882515	Kump	kump	DE		0	Europe/Berlin	51.59584	7.85213				07	059	05915	05915000
2882516	Kümmritz	kuemmritz	DE		0	Europe/Berlin	51.8931	13.60994				11	00	12061	12061320
2882517	Kümmertsweiler	kummertsweiler	DE		0	Europe/Berlin	47.59823	9.63524		Kummertsweiler,Kümmertsweiler		01	084	08435	08435029
2882519	Kummerthal	kummerthal	DE		0	Europe/Berlin	49.5207	11.69958				02	093	09371	09371151
2882521	Kümmersreuth	kummersreuth	DE		0	Europe/Berlin	50.04547	11.09505				02	094	09478	09478165
2882523	Kummersdorf Ort	kummersdorf-ort	DE		0	Europe/Berlin	52.15	13.33333				11	00	12072	12072002
2882528	Kümmersbuch	kummersbuch	DE		0	Europe/Berlin	49.52164	11.80876		Kumersbuch,Kümersbuch		02	093	09371	09371126
2882530	Kummerow Heide	kummerow-heide	DE		0	Europe/Berlin	54.30265	12.8643		Kummerow-Haide		12	00	13073	13073060
2882537	Kümmernitz	kuemmernitz	DE		0	Europe/Berlin	52.85441	12.21899				14	00	15090	15090225
2882538	Kümmern	kuemmern	DE		0	Europe/Berlin	49.63519	6.49534				08	00	07235	07235082
2882544	Kümmerdingsen	kuemmerdingsen	DE		0	Europe/Berlin	52.27417	8.69628				07	057	05770	05770016
2882547	Kümmerazhofen	kummerazhofen	DE		0	Europe/Berlin	47.89049	9.69028				01	084	08436	08436009
2882561	Kümmel	kummel	DE		0	Europe/Berlin	50.0487	11.02038				02	094	09478	09478120
2882567	Kümbdchen	kuembdchen	DE		493	Europe/Berlin	49.98333	7.51667			07140077	08	00	07140	07140077
2882570	Külz	kuelz	DE		492	Europe/Berlin	50.00665	7.49329		Kuelz,Kulz,Külz		08	00	07140	07140076
2882572	Kültzschau	kueltzschau	DE		0	Europe/Berlin	51.46667	12.65				13	00	14730	14730110
2882573	Külte	kuelte	DE		0	Europe/Berlin	51.4022	9.07625				05	066	06635	06635020
2882574	Külso	kuelso	DE		0	Europe/Berlin	51.86722	12.7823				14	00	15091	15091391
2882579	Külos	kuelos	DE		0	Europe/Berlin	50.54136	9.82066		Kielos		05	066	06631	06631003
2882580	Külmla	kuelmla	DE		0	Europe/Berlin	50.62126	11.6783				15	00	16075	16075102
2882590	Kulm	kulm	DE		0	Europe/Berlin	50.50727	11.75415				15	00	16075	16075135
2882591	Kulm	kulm	DE		0	Europe/Berlin	50.40748	12.08118				13	00	14523	14523060
2882597	Küllstedt	kuellstedt	DE		1578	Europe/Berlin	51.27582	10.2804		Kilshtet,Kjul'shtedt,Kullstadt,Kullstedt,Küllstedt,qu er si te,Килштет,Кюльштедт,屈尔斯特	16061063	15	00	16061	16061063
2882599	Kullenmühle	kullenmuhle	DE		0	Europe/Berlin	48.81122	8.44239				01	082	08235	08235033
2882600	Küllenhahn	kuellenhahn	DE		0	Europe/Berlin	51.22954	7.13445				07	051	05124	05124000
2882601	Kulle	kulle	DE		0	Europe/Berlin	51.13639	7.05728				07	051	05122	05122000
2882603	Kulkwitz	kulkwitz	DE		0	Europe/Berlin	51.28429	12.2321		Kulkwitz		13	00	14729	14729270
2882607	Külitz	kuelitz	DE		0	Europe/Berlin	52.86809	10.85896				06	00	03354	03354022
2882610	Külf	kuelf	DE		0	Europe/Berlin	51.18333	7.08333				07	051	05122	05122000
2882613	Külbingen	kulbingen	DE		0	Europe/Berlin	49.31653	10.67031				02	095	09571	09571190
2882614	Kulbing	kulbing	DE		0	Europe/Berlin	47.96392	11.90948				02	091	09175	09175113
2882615	Kulbing	kulbing	DE		0	Europe/Berlin	47.93691	12.88525				02	091	09172	09172122
2882616	Külbach	kuelbach	DE		0	Europe/Berlin	50.93333	7.66667				07	053	05374	05374040
2882617	Kukulau	kukulau	DE		0	Europe/Berlin	51.11921	11.73349		Kukulau		14	00	15084	15084355
2882622	Kukuk	kukuk	DE		0	Europe/Berlin	53.63812	11.91982				12	00	13076	13076062
2882623	Kuckuk	kuckuk	DE		0	Europe/Berlin	53.20014	12.26299		Kuckuck,Kuckuk,Kukuk		11	00	12070	12070316
2882626	Kükenmoor	kuekenmoor	DE		0	Europe/Berlin	52.92801	9.3899				06	00	03361	03361005
2882627	Kükenbruch	kuekenbruch	DE		0	Europe/Berlin	52.1268	9.06793				07	057	05766	05766028
2882628	Kükelühn	kuekeluehn	DE		0	Europe/Berlin	54.25861	10.73793				10	00	01055	01055043
2882631	Kukate	kukate	DE		0	Europe/Berlin	52.99663	10.98172				06	00	03354	03354024
2882633	Küingdorf	kueingdorf	DE		0	Europe/Berlin	52.12966	8.322				06	00	03459	03459024
2882637	Kühzagl	kuhzagl	DE		0	Europe/Berlin	47.68538	11.81372				02	091	09182	09182129
2882638	Kuhz	kuhz	DE		0	Europe/Berlin	53.22311	13.66075				11	00	12073	12073069
2882639	Kuhwinkel	kuhwinkel	DE		0	Europe/Berlin	53.08333	11.73333				11	00	12070	12070296
2882644	Kuhweide	kuhweide	DE		0	Europe/Berlin	52.95139	8.39527				06	00	03458	03458003
2882646	Kuhweg	kuhweg	DE		0	Europe/Berlin	53.45672	8.45202				06	00	03461	03461007
2882661	Kühstetten	kuhstetten	DE		0	Europe/Berlin	48.45	12.96751				02	092	09277	09277138
2882663	Kühstein	kuhstein	DE		0	Europe/Berlin	48.30626	13.16361				02	092	09277	09277118
2882665	Kuhstedtermoor	kuhstedtermoor	DE		0	Europe/Berlin	53.34576	8.96771		Kuhstedtermoor		06	00	03357	03357016
2882667	Kuhstedt	kuhstedt	DE		0	Europe/Berlin	53.3832	8.9632				06	00	03357	03357016
2882668	Kuhsiedlung	kuhsiedlung	DE		0	Europe/Berlin	52.75053	12.98893				11	00	12065	12065165
2882672	Kühschwitz	kuhschwitz	DE		0	Europe/Berlin	50.27245	12.00248				02	094	09475	09475162
2882673	Kuhschnappel	kuhschnappel	DE		0	Europe/Berlin	50.80657	12.64432				13	00	14524	14524280
2882674	Kühschlag	kuhschlag	DE		0	Europe/Berlin	49.00391	11.9516				02	093	09375	09375175
2882681	Kührstedt	kuehrstedt	DE		1149	Europe/Berlin	53.57747	8.80091			03352062	06	00	03352	03352062
2882682	Kührsdorf	kuehrsdorf	DE		0	Europe/Berlin	54.16731	10.26459				10	00	01057	01057042
2882686	Kühried	kuhried	DE		0	Europe/Berlin	49.51037	12.40465				02	093	09376	09376171
2882691	Kühren	kuehren	DE		0	Europe/Berlin	54.26898	10.57919				10	00	01057	01057026
2882693	Kühren	kuehren	DE		0	Europe/Berlin	51.86694	11.979				14	00	15082	15082005
2882694	Kühren	kuehren	DE		0	Europe/Berlin	51.34241	12.84079				13	00	14729	14729410
2882695	Kühr	kuehr	DE		0	Europe/Berlin	50.28602	7.4596				08	00	07137	07137217
2882699	Kuhnweiler	kuhnweiler	DE		0	Europe/Berlin	49.06667	9.5				01	081	08119	08119024
2882702	Kühnsdorf	kuehnsdorf	DE		0	Europe/Berlin	50.69032	11.95244				15	00	16076	16076087
2882704	Kühnried	kuhnried	DE		0	Europe/Berlin	49.30827	12.69835				02	093	09372	09372171
2882705	Kühnitzsch	kuehnitzsch	DE		0	Europe/Berlin	51.37674	12.8321				13	00	14729	14729245
2882706	Kühnicht	kuehnicht	DE		0	Europe/Berlin	51.44569	14.2782		Kinajcht		13	00	14625	14625240
2882708	Kuhnhöfen	kuhnhoefen	DE		156	Europe/Berlin	50.53333	7.86306			07143251	08	00	07143	07143251
2882710	Kuhnhof	kuhnhof	DE		0	Europe/Berlin	49.53134	11.27523				02	095	09574	09574138
2882712	Kühnhausen	kuehnhausen	DE		0	Europe/Berlin	51.03539	10.97115				15	00	16051	16051000
2882713	Kühnhausen	kuhnhausen	DE		0	Europe/Berlin	49.20476	11.77005				02	093	09373	09373151
2882714	Kühnhausen	kuhnhausen	DE		0	Europe/Berlin	48.58706	11.04426				02	097	09771	09771156
2882715	Kühnhausen	kuhnhausen	DE		0	Europe/Berlin	48.452	11.28013				02	097	09771	09771162
2882716	Kühnhausen	kuhnhausen	DE		0	Europe/Berlin	48.41551	11.63342				02	091	09178	09178137
2882717	Kühnhausen	kuhnhausen	DE		0	Europe/Berlin	47.93383	12.80542				02	091	09189	09189135
2882718	Kühnhard am Schlegel	kuhnhard-am-schlegel	DE		0	Europe/Berlin	49.15606	10.25369		Kuhnhard,Kuhnhard am Schlegel,Kuhnhardt,Kuhnhardt am Schlegel,Kühnhard,Kühnhard am Schlegel,Kühnhardt,Kühnhardt am Schlegel		02	095	09571	09571145
2882719	Kühnhard	kuhnhard	DE		0	Europe/Berlin	49.24956	10.08077				01	081	08127	08127071
2882720	Kühnham	kuhnham	DE		0	Europe/Berlin	48.40142	13.24862				02	092	09275	09275141
2882722	Kühnhaide	kuehnhaide	DE		0	Europe/Berlin	50.61926	12.80074				13	00	14521	14521710
2882723	Kühnhaide	kuehnhaide	DE		0	Europe/Berlin	50.58575	13.23875		Kuhnhaid,Kuhnhaide,Kühnhaid,Kühnhaide,Marienberg-Kuehnhaide,Marienberg-Kühnhaide		13	00	14521	14521390
2882726	Kuhnen	kuhnen	DE		0	Europe/Berlin	47.66359	10.3003				02	097	09780	09780143
2882729	Kühndorf	kuehndorf	DE		1116	Europe/Berlin	50.6086	10.4894		Kindorf,Kjundorf,qu he en duo fu,Киндорф,Кюндорф,屈赫恩多夫	16066038	15	00	16066	16066038
2882737	Kühn	kuhn	DE		0	Europe/Berlin	48.71118	13.55155		Kuehn,Kühn		02	092	09272	09272151
2882749	Kühlsen	kuehlsen	DE		0	Europe/Berlin	51.66979	9.0299				07	057	05762	05762004
2882752	Kuhlrade	kuhlrade	DE		0	Europe/Berlin	54.20277	12.48176				12	00	13073	13073055
2882753	Kuhlrade	kuhlrade	DE		0	Europe/Berlin	53.74604	10.91009				12	00	13074	13074013
2882755	Kuhlowitz	kuhlowitz	DE		0	Europe/Berlin	52.1379	12.64127				11	00	12069	12069020
2882756	Kuhlort	kuhlort	DE		0	Europe/Berlin	52.4604	7.52691				06	00	03454	03454012
2882758	Kühloh	kuhloh	DE		0	Europe/Berlin	48.52589	13.34897				02	092	09275	09275133
2882759	Kühlmorgen	kuhlmorgen	DE		0	Europe/Berlin	48.40096	8.08667				01	083	08317	08317085
2882762	Kühlingen	kuehlingen	DE		0	Europe/Berlin	53.05992	8.51317				06	00	03458	03458005
2882765	Kühlhof	kuhlhof	DE		0	Europe/Berlin	49.1	9.48333				01	081	08125	08125107
2882767	Kühlgrün	kuhlgrun	DE		0	Europe/Berlin	50.05021	11.93676				02	094	09479	09479161
2882769	Kuhlerplatz	kuhlerplatz	DE		0	Europe/Berlin	53.53333	7.38333				06	00	03452	03452007
2882770	Kuhlerort	kuhlerort	DE		0	Europe/Berlin	53.78333	13.93333				12	00	13075	13075020
2882771	Kühler Morgen	kuehler-morgen	DE		0	Europe/Berlin	50.82103	12.74398				13	00	14524	14524120
2882772	Kühler Morgen	kuehler-morgen	DE		0	Europe/Berlin	50.48333	11.63333				15	00	16075	16075135
2882773	Kuhlerkamp	kuhlerkamp	DE		0	Europe/Berlin	51.36034	7.4457				07	059	05914	05914000
2882778	Kühlenstein	kuehlenstein	DE		0	Europe/Berlin	53.94876	11.09826				12	00	13074	13074039
2882784	Kuhlenkamp	kuhlenkamp	DE		0	Europe/Berlin	52.31328	8.89256		Kuhlenkamp,Kuhlenkamp Siedlung		07	057	05770	05770024
2882788	Kühlenhagen	kuehlenhagen	DE		0	Europe/Berlin	54.05376	13.64318				12	00	13075	13075059
2882790	Kühlenfels	kuhlenfels	DE		0	Europe/Berlin	49.73771	11.42078				02	094	09472	09472179
2882791	Kuhlenfeld	kuhlenfeld	DE		0	Europe/Berlin	53.37311	10.85804				12	00	13076	13076138
2882793	Kuhlendahl	kuhlendahl	DE		0	Europe/Berlin	51.32029	7.09748				07	051	05158	05158032
2882796	Kuhlenbrook	kuhlenbrook	DE		0	Europe/Berlin	54.06007	10.42595		Kuhlenbrok,Kuhlenbrook		10	00	01060	01060075
2882798	Kühlenbronn	kuhlenbronn	DE		0	Europe/Berlin	47.77579	7.78399				01	083	08336	08336107
2882811	Kuhle	kuhle	DE		0	Europe/Berlin	54.64832	13.28327				12	00	13073	13073019
2882812	Kuhle	kuhle	DE		0	Europe/Berlin	53.73416	9.52322				10	00	01061	01061074
2882813	Kuhle	kuhle	DE		0	Europe/Berlin	51.11455	7.13533				07	053	05378	05378016
2882815	Kuhlbusch	kuhlbusch	DE		0	Europe/Berlin	54.1	10.68333				10	00	01055	01055041
2882824	Kuhlbach	kuhlbach	DE		0	Europe/Berlin	51.03749	7.42859		Kuhlbach		07	053	05374	05374020
2882827	Kuhläger	kuhlager	DE		0	Europe/Berlin	48.41013	7.98908				01	083	08317	08317009
2882829	Kuhla	kuhla	DE		0	Europe/Berlin	53.59769	9.29358				06	00	03359	03359025
2882844	Kuhkamp	kuhkamp	DE		0	Europe/Berlin	52.34572	8.04587				06	00	03459	03459033
2882847	Kühhude	kuehhude	DE		0	Europe/Berlin	51.1164	8.38665				07	059	05970	05970004
2882848	Kuhhorst	kuhhorst	DE		0	Europe/Berlin	52.71935	12.85332				11	00	12068	12068117
2882850	Kuhholzberg	kuhholzberg	DE		0	Europe/Berlin	54.44563	10.09757				10	00	01058	01058150
2882860	Kühham	kuhham	DE		0	Europe/Berlin	48.2444	12.36673				02	091	09183	09183120
2882869	Kuhfraß	kuhfrass	DE		0	Europe/Berlin	50.76342	11.38894				15	00	16073	16073109
2882870	Kuhfort	kuhfort	DE		0	Europe/Berlin	52.39503	12.98326				11	00	12054	12054000
2882877	Kühedorf	kuhedorf	DE		0	Europe/Berlin	49.27469	11.02006				02	095	09576	09576117
2882881	Kuhdamm	kuhdamm	DE		0	Europe/Berlin	53.31667	13.83333				11	00	12073	12073452
2882888	Kuhbrücke	kuhbruecke	DE		0	Europe/Berlin	52.7803	13.19485		An der Kuhbrucke,An der Kuhbrücke,Kuhbrucke,Kuhbrücke		11	00	12065	12065256
2882890	Kühbörncheshof	kuehboerncheshof	DE		0	Europe/Berlin	49.49983	7.67384				08	00	07335	07335017
2882892	Kühblei	kuhblei	DE		0	Europe/Berlin	48.55899	12.83329				02	092	09277	09277111
2882893	Kuhblankshof	kuhblankshof	DE		0	Europe/Berlin	52.93333	12.06667		Jemenn,Kuhblankshof		11	00	12070	12070302
2882895	Kuhblank	kuhblank	DE		0	Europe/Berlin	52.99299	11.84052				11	00	12070	12070052
2882899	Kuhberge	kuhberge	DE		0	Europe/Berlin	52.01834	12.09731				14	00	15082	15082430
2882901	Kuhberg	kuhberg	DE		0	Europe/Berlin	53.01475	11.72272				11	00	12070	12070424
2882902	Kuhberg	kuhberg	DE		0	Europe/Berlin	51.60736	6.96159				07	055	05512	05512000
2882903	Kuhberg	kuhberg	DE		0	Europe/Berlin	50.75	12.05				15	00	16076	16076079
2882904	Kühberg	kuehberg	DE		0	Europe/Berlin	50.51859	13.03602		Barenstein-Kuhberg,Bärenstein-Kühberg,Kuhberg,Kühberg		13	00	14521	14521060
2882905	Kühberg	kuhberg	DE		0	Europe/Berlin	48.62003	13.70982				02	092	09275	09275153
2882906	Kühberg	kuehberg	DE		0	Europe/Berlin	48.56621	13.46205				02	092	09262	09262000
2883008	Kuglthal	kuglthal	DE		0	Europe/Berlin	48.02967	12.72049				02	091	09189	09189152
2883009	Kuglstadt	kuglstadt	DE		0	Europe/Berlin	48.7703	12.99331				02	092	09271	09271141
2883010	Kuglstadt	kuglstadt	DE		0	Europe/Berlin	48.2243	12.06136		Kuglstadt,Kuglstatt		02	091	09177	09177123
2883011	Kuglmoos	kuglmoos	DE		0	Europe/Berlin	47.85	12.15				02	091	09187	09187177
2883016	Kuglern	kuglern	DE		0	Europe/Berlin	48.26594	12.00505				02	091	09177	09177142
2883019	Kuglenz	kuglenz	DE		0	Europe/Berlin	48.50196	13.04642				02	092	09277	09277117
2883020	Kugl	kugl	DE		0	Europe/Berlin	48.59047	12.71241				02	092	09279	09279135
2883026	Kugelreuth	kugelreuth	DE		0	Europe/Berlin	50.32871	12.11008				13	00	14523	14523080
2883030	Kügelhof	kugelhof	DE		0	Europe/Berlin	49.28066	9.76298				01	081	08126	08126046
2883049	Kugelau	kugelau	DE		0	Europe/Berlin	49.85425	11.38347				02	094	09472	09472197
2883052	Kufhäusern	kufhausern	DE		0	Europe/Berlin	49.04294	12.74713				02	092	09278	09278129
2883054	Kufferath	kufferath	DE		0	Europe/Berlin	50.75158	6.46488				07	053	05358	05358008
2883057	Kues	kues	DE		0	Europe/Berlin	49.9194	7.06478				08	00	07231	07231008
2883058	Küdow	kuedow	DE		0	Europe/Berlin	52.86382	12.68234				11	00	12068	12068426
2883059	Kudlhub	kudlhub	DE		0	Europe/Berlin	48.5445	12.86859				02	092	09277	09277111
2883060	Küdinghoven	kuedinghoven	DE		0	Europe/Berlin	50.72854	7.14822				07	053	05314	05314000
2883067	Kudach	kudach	DE		0	Europe/Berlin	49.51642	9.47804				01	082	08225	08225109
2883068	Kuckum	kuckum	DE		0	Europe/Berlin	51.08412	6.39267				07	053	05370	05370004
2883071	Kuckucksheim	kuckucksheim	DE		0	Europe/Berlin	53.11068	13.51911				11	00	12073	12073572
2883086	Kückshausen	kueckshausen	DE		0	Europe/Berlin	51.43187	7.51545				07	059	05978	05978028
2883087	Kuckshagen	kuckshagen	DE		0	Europe/Berlin	52.33609	9.1303				06	00	03257	03257023
2883089	Kucksdorf	kucksdorf	DE		0	Europe/Berlin	54.09393	12.6066				12	00	13073	13073015
2883090	Kucksdorf	kucksdorf	DE		0	Europe/Berlin	52.86245	10.66918		Kuckstorf		06	00	03360	03360005
2883092	Kücknitz	kuecknitz	DE		0	Europe/Berlin	53.90921	10.79061				10	00	01003	01003000
2883094	Kückhoven	kueckhoven	DE		0	Europe/Berlin	51.06086	6.34973				07	053	05370	05370004
2883095	Kuckhof	kuckhof	DE		0	Europe/Berlin	51.13578	6.75153				07	051	05162	05162024
2883096	Kückenshagen	kueckenshagen	DE		0	Europe/Berlin	54.29634	12.48665		Kucken-Hagen,Kücken-Hagen		12	00	13073	13073077
2883098	Kuckenburg	kuckenburg	DE		0	Europe/Berlin	51.41196	11.65292				14	00	15088	15088265
2883100	Kuckenberg	kuckenberg	DE		0	Europe/Berlin	51.0847	7.08451				07	053	05378	05378008
2883102	Kuckenbach	kuckenbach	DE		0	Europe/Berlin	50.89194	7.29861		Kuckenbach		07	053	05382	05382028
2883103	Kuckelvitz	kuckelvitz	DE		0	Europe/Berlin	54.50048	13.28668				12	00	13073	13073092
2883106	Kückelheim	kueckelheim	DE		0	Europe/Berlin	51.23281	8.13348				07	059	05958	05958016
2883107	Kückelheim	kueckelheim	DE		0	Europe/Berlin	51.17607	8.19503		Kuckelheim,Kukelheim,Kückelheim,Kükelheim		07	059	05958	05958040
2883108	Kückelheim	kueckelheim	DE		0	Europe/Berlin	51.16948	7.84938				07	059	05962	05962052
2883111	Kuckeland	kuckeland	DE		0	Europe/Berlin	51.21372	12.83356		Kuckeland		13	00	14729	14729160
2883112	Kückebusch	kueckebusch	DE		0	Europe/Berlin	51.81667	13.95		Grozc,Groźc		11	00	12066	12066196
2883118	Kuchlshof	kuchlshof	DE		0	Europe/Berlin	49.27576	12.92627		Kuchelshof,Kuchlshof		02	093	09372	09372124
2883119	Kuchlholz	kuchlholz	DE		0	Europe/Berlin	48.65	12.65				02	092	09279	09279122
2883123	Küchl	kuchl	DE		0	Europe/Berlin	48.59851	12.73479				02	092	09279	09279135
2883124	Kuchhausen	kuchhausen	DE		0	Europe/Berlin	51.20823	7.14441				07	051	05124	05124000
2883125	Kuchhausen	kuchhausen	DE		0	Europe/Berlin	50.74801	7.56778		Kuchhausen		07	053	05382	05382076
2883136	Kuchenreuth	kuchenreuth	DE		0	Europe/Berlin	49.86079	11.89798				02	093	09377	09377129
2883137	Kuchenheim	kuchenheim	DE		0	Europe/Berlin	50.64895	6.82885		Cuchenheim,Kuchenheim		07	053	05366	05366016
2883139	Küchenberg	kuechenberg	DE		0	Europe/Berlin	51.02652	7.11174				07	053	05378	05378020
2883150	Küchen	kuechen	DE		0	Europe/Berlin	51.1775	9.81862				05	066	06636	06636006
2883154	Kuchem	kuchem	DE		0	Europe/Berlin	50.82551	7.4253				07	053	05382	05382052
2883155	Kucheln	kucheln	DE		0	Europe/Berlin	47.7781	12.44206				02	091	09189	09189120
2883163	Kuchelbach	kuchelbach	DE		0	Europe/Berlin	47.6339	8.15677				01	083	08337	08337002
2883165	Küchel	kuchel	DE		0	Europe/Berlin	47.78333	9.76667				01	084	08436	08436078
2883166	Küche	kuche	DE		0	Europe/Berlin	48.26667	9.11667				01	084	08417	08417013
2883168	Kuchalb	kuchalb	DE		0	Europe/Berlin	48.65928	9.81749				01	081	08117	08117015
2883169	Kucha	kucha	DE		0	Europe/Berlin	49.43163	11.4178				02	095	09574	09574145
2883171	Küblingen	kueblingen	DE		0	Europe/Berlin	52.14603	10.78737				06	00	03158	03158027
2883178	Kübelstein	kubelstein	DE		0	Europe/Berlin	49.96292	11.10096		Kubelstein,Kübelstein		02	094	09471	09471185
2883183	Kübelberg	kuebelberg	DE		0	Europe/Berlin	49.4	7.36667				08	00	07336	07336092
2883188	Kubach	kubach	DE		0	Europe/Berlin	50.47379	8.30086				05	065	06533	06533017
2883189	Kubach	kubach	DE		0	Europe/Berlin	49.24134	9.70713		Kubach		01	081	08126	08126047
2883195	Krutweiler	krutweiler	DE		0	Europe/Berlin	49.59242	6.56034				08	00	07235	07235118
2883197	Krutheide	krutheide	DE		0	Europe/Berlin	52.1122	8.76898				07	057	05766	05766008
2883199	Krut	krut	DE		0	Europe/Berlin	48.90185	11.41209				02	091	09176	09176138
2883201	Krüssel	kruessel	DE		0	Europe/Berlin	52.78038	7.2187				06	00	03454	03454018
2883204	Krüssau	kruessau	DE		251	Europe/Berlin	52.27397	12.06604		Krussau,Krüssau		14	00	15086	15086140
2883205	Kruspis	kruspis	DE		0	Europe/Berlin	50.7717	9.65807				05	066	06632	06632008
2883209	Krusenkrien	krusenkrien	DE		0	Europe/Berlin	53.8361	13.40864				12	00	13075	13075073
2883210	Krusenhausen	krusenhausen	DE		0	Europe/Berlin	52.78555	9.632				06	00	03358	03358024
2883213	Krusendorf	krusendorf	DE		0	Europe/Berlin	54.4676	10.05111				10	00	01058	01058150
2883214	Krusendorf	krusendorf	DE		0	Europe/Berlin	53.29549	10.85672				06	00	03355	03355049
2883215	Krusenbusch	krusenbusch	DE		0	Europe/Berlin	54.3	9.21667				10	00	01051	01051053
2883216	Krusenbusch	krusenbusch	DE		0	Europe/Berlin	53.51667	9.95				04	00	02000	02000000
2883218	Krusemarkshagen	krusemarkshagen	DE		0	Europe/Berlin	53.76277	13.06032				12	00	13071	13071089
2883219	Krusemark	krusemark	DE		0	Europe/Berlin	52.71882	11.94567				14	00	15090	15090245
2883221	Krüselin	krueselin	DE		0	Europe/Berlin	53.28333	13.4				12	00	13071	13071033
2883226	Krupunder	krupunder	DE		0	Europe/Berlin	53.61927	9.86941				10	00	01056	01056018
2883228	Kruppach	kruppach	DE		0	Europe/Berlin	49.46829	11.4317				02	095	09574	09574120
2883229	Kruppach	kruppach	DE		0	Europe/Berlin	49.18462	11.39729				02	093	09373	09373146
2883236	Krün	kruen	DE		2032	Europe/Berlin	47.50515	11.27924		Krin,Krjun,Kruen,Krun,Krunn,Krün,Krünn,krwn,Крин,Крюн,Քրյուն,کرون	09180122	02	091	09180	09180122
2883239	Krümse	kruemse	DE		0	Europe/Berlin	53.40995	10.31337				06	00	03353	03353007
2883240	Krumscheid	krumscheid	DE		0	Europe/Berlin	50.66745	7.4675				08	00	07138	07138003
2883241	Krumscheid	krumscheid	DE		0	Europe/Berlin	50.56124	7.37418				08	00	07138	07138037
2883248	Krummwälden	krummwalden	DE		0	Europe/Berlin	48.70756	9.73372				01	081	08117	08117019
2883250	Krummsteig	krummsteig	DE		0	Europe/Berlin	48.24928	8.59377				01	083	08325	08325015
2883251	Krummsee	krummsee	DE		0	Europe/Berlin	54.19015	10.63193				10	00	01055	01055028
2883252	Krummsee	krummsee	DE		0	Europe/Berlin	53.65086	12.93224				12	00	13071	13071070
2883255	Krummlinden	krummlinden	DE		0	Europe/Berlin	47.86891	7.80913		Krummenlinden,Krummlinden		01	083	08315	08315130
2883265	Krummhardt	krummhardt	DE		0	Europe/Berlin	48.76255	9.39829				01	081	08116	08116076
2883315	Krummenpfahl	krummenpfahl	DE		0	Europe/Berlin	52.77053	13.92543				11	00	12064	12064125
2883316	Krummenort	krummenort	DE		0	Europe/Berlin	54.35717	9.59246				10	00	01058	01058003
2883319	Krummenhennersdorf	krummenhennersdorf	DE		0	Europe/Berlin	50.97796	13.36208		Krummenhennersdorf		13	00	14522	14522240
2883321	Krummenhagen	krummenhagen	DE		0	Europe/Berlin	54.23288	13.02266				12	00	13073	13073087
2883323	Krummengraben	krummengraben	DE		0	Europe/Berlin	47.75142	10.94738				02	091	09190	09190145
2883324	Krummenerl	krummenerl	DE		0	Europe/Berlin	51.07925	7.75491				07	059	05962	05962036
2883325	Krummendorf	krummendorf	DE		0	Europe/Berlin	54.1346	12.11681		Kdf		12	00	13003	13003000
2883336	Krummenacker	krummenacker	DE		0	Europe/Berlin	48.76667	9.3				01	081	08116	08116019
2883338	Krummen	krummen	DE		0	Europe/Berlin	47.99224	9.82971				01	084	08426	08426038
2883348	Krümmel	kruemmel	DE		0	Europe/Berlin	53.41667	10.41667		Krumel,Krummel,Krümel,Krümmel		10	00	01053	01053032
2883349	Krümmel	kruemmel	DE		0	Europe/Berlin	53.26624	12.72646				12	00	13071	13071087
2883234	Krunkel	krunkel	DE	56593	671	Europe/Berlin	50.58333	7.5			07132065	08	00	07132	07132065
2883361	Krummbrook	krummbrook	DE		0	Europe/Berlin	53.98333	11.08333		Krummbroock,Krummbrook		12	00	13074	13074037
2883370	Krummbeck	krummbeck	DE		0	Europe/Berlin	53.54485	11.25586				12	00	13076	13076147
2883377	Krummasel	krummasel	DE		0	Europe/Berlin	53.01266	11.04895		Krummasel		06	00	03354	03354013
2883380	Krumlengenfeld	krumlengenfeld	DE		0	Europe/Berlin	49.32399	12.04021				02	093	09376	09376161
2883381	Krumland	krumland	DE		0	Europe/Berlin	52.9681	8.23674				06	00	03458	03458007
2883383	Krumke	krumke	DE		0	Europe/Berlin	52.80016	11.7175				14	00	15090	15090415
2883384	Krumhermsdorf	krumhermsdorf	DE		0	Europe/Berlin	50.98816	14.19823		Krumhermsdorf		13	00	14628	14628260
2883385	Krumhermersdorf	krumhermersdorf	DE		0	Europe/Berlin	50.73347	13.10437		Krumhermersdorf		13	00	14521	14521690
2883387	Krumforde	krumforde	DE		0	Europe/Berlin	53.56667	7.6				06	00	03462	03462002
2883390	Krumbek	krumbek	DE		0	Europe/Berlin	53.91724	10.54924		Krumbeck,Krumbek,Krummbeck,Krummbek		10	00	01055	01055040
2883392	Krumbeck	krumbeck	DE		0	Europe/Berlin	53.4004	13.44274				12	00	13071	13071033
2883393	Krumbeck	krumbeck	DE		0	Europe/Berlin	53.28697	11.99347				11	00	12070	12070325
2883394	Krumbad	krumbad	DE		0	Europe/Berlin	48.24514	10.39204				02	097	09774	09774150
2883419	Krum	krum	DE		0	Europe/Berlin	50.03728	10.58518				02	096	09674	09674221
2883422	Krüllenkempe	kruellenkempe	DE		0	Europe/Berlin	52.87669	12.3234				11	00	12068	12068501
2883429	Krukum	krukum	DE		0	Europe/Berlin	52.18333	8.41667				06	00	03459	03459024
2883434	Krukenhorst	krukenhorst	DE		0	Europe/Berlin	51.82528	8.57235				07	057	05774	05774024
2883437	Kruichen	kruichen	DE		0	Europe/Berlin	48.43239	10.69553				02	097	09772	09772111
2883440	Krugzell	krugzell	DE		0	Europe/Berlin	47.79375	10.27616		Krugzell		02	097	09780	09780112
2883441	Krugshof	krugshof	DE		0	Europe/Berlin	49.90029	11.61007				02	094	09462	09462000
2883447	Krügling	krugling	DE		0	Europe/Berlin	47.94027	11.87613				02	091	09187	09187130
2883449	Krughütte	krughuette	DE		0	Europe/Berlin	49.22651	6.90259				09	00	10041	10041100
2883454	Krügerswerder	kruegerswerder	DE		0	Europe/Berlin	52.88333	11.95				14	00	15090	15090008
2883455	Krügershorst	kruegershorst	DE		0	Europe/Berlin	52.58333	12.4		Forsterei Krugershorst,Försterei Krügershorst,Krugershorst,Krügershorst		11	00	12063	12063212
2883460	Krügersdorf	kruegersdorf	DE		0	Europe/Berlin	52.15438	14.31658				11	00	12067	12067036
2883462	Krügerhorst	kruegerhorst	DE		0	Europe/Berlin	52.44565	11.17121				14	00	15081	15081135
2883463	Kruge	kruge	DE		0	Europe/Berlin	52.75702	13.87779				11	00	12064	12064125
2883472	Krudopp	krudopp	DE		0	Europe/Berlin	53.55849	11.60521				12	00	13076	13076025
2883473	Krüdersheide	kruedersheide	DE		0	Europe/Berlin	51.14511	6.98108				07	051	05158	05158020
2883475	Krudenburg	krudenburg	DE		0	Europe/Berlin	51.65084	6.75048		Krudenburg		07	051	05170	05170016
2883476	Krüden	krueden	DE		700	Europe/Berlin	52.92334	11.69802		Kruden,Krüden		14	00	15090	15090003
2883478	Krückling	krueckling	DE		0	Europe/Berlin	51.88368	6.9015				07	055	05554	05554064
2883484	Kruckenberg	kruckenberg	DE		0	Europe/Berlin	49.01424	12.3408				02	093	09375	09375209
2883485	Krücken	kruecken	DE		0	Europe/Berlin	53.91139	9.79521				10	00	01060	01060095
2883487	Kruckel	kruckel	DE		0	Europe/Berlin	51.45481	7.41461		Persebeck-Kruckel		07	059	05913	05913000
2883488	Krückeberg	krueckeberg	DE		0	Europe/Berlin	52.16804	9.27504				06	00	03252	03252007
2883493	Krück	krueck	DE		0	Europe/Berlin	54.41501	10.07641				10	00	01058	01058051
2883494	Krück	krueck	DE		0	Europe/Berlin	53.7533	9.62493				10	00	01056	01056042
2883497	Kruchenhausen	kruchenhausen	DE		0	Europe/Berlin	47.72434	12.46				02	091	09189	09189160
2883498	Kruberg	kruberg	DE		0	Europe/Berlin	51.03703	7.96168		Kruberg		07	059	05966	05966016
2883500	Krubberg	krubberg	DE		0	Europe/Berlin	52.06294	9.01368				07	057	05766	05766024
2883502	Krübbenberg	kruebbenberg	DE		0	Europe/Berlin	53.90929	10.50759				10	00	01062	01062048
2883503	Kroy	kroy	DE		0	Europe/Berlin	54.5	9.48333				10	00	01059	01059041
2883507	Krottorf	krottorf	DE		0	Europe/Berlin	51.97629	11.17873				14	00	15083	15083245
2883510	Krottenthal	krottenthal	DE		0	Europe/Berlin	49.16224	12.40642				02	093	09372	09372167
2883511	Krottenthal	krottenthal	DE		0	Europe/Berlin	48.72527	12.41212				02	092	09279	09279127
2883512	Krottenthal	krottenthal	DE		0	Europe/Berlin	48.53292	13.70991				02	092	09275	09275153
2883513	Krottenthal	krottenthal	DE		0	Europe/Berlin	48.39323	12.08907				02	091	09177	09177138
2883514	Krottenthal	krottenthal	DE		0	Europe/Berlin	47.798	11.71046				02	091	09182	09182134
2883524	Krottensee	krottensee	DE		0	Europe/Berlin	49.62997	11.57351		Krottensee		02	095	09574	09574140
2883526	Krottenmühl	krottenmuhl	DE		0	Europe/Berlin	47.88861	12.24495				02	091	09187	09187174
2883530	Krottenholz	krottenholz	DE		0	Europe/Berlin	49.03023	12.7073				02	092	09278	09278129
2883531	Kröttenhof	krottenhof	DE		0	Europe/Berlin	49.69076	11.41001		Krotenhof,Krottenhof,Krötenhof,Kröttenhof		02	094	09472	09472118
2883532	Krottenhof	krottenhof	DE		0	Europe/Berlin	49.25597	13.01404				02	093	09372	09372144
2883534	Krottenhill	krottenhill	DE		0	Europe/Berlin	47.79763	10.75787				02	091	09190	09190133
2883541	Krottenbach	krottenbach	DE		0	Europe/Berlin	49.38218	11.01218				02	095	09564	09564000
2883542	Kröttenbach	krottenbach	DE		0	Europe/Berlin	49.07814	10.64387				02	095	09571	09571208
2883543	Krottenbach	krottenbach	DE		0	Europe/Berlin	48.35806	12.91058				02	092	09277	09277148
2883547	Krötenhof	krotenhof	DE		0	Europe/Berlin	50.293	11.89314				02	094	09464	09464000
2883548	Krötenbruck	krotenbruck	DE		0	Europe/Berlin	50.29228	11.90458				02	094	09464	09464000
2883551	Kröte	kroete	DE		0	Europe/Berlin	52.99426	10.92919				06	00	03354	03354024
2883553	Kröstau	kroestau	DE		0	Europe/Berlin	50.46879	12.05295				13	00	14523	14523450
2883554	Krößuln	kroessuln	DE		0	Europe/Berlin	51.1229	11.99363				14	00	15084	15084490
2883556	Krossen	krossen	DE		0	Europe/Berlin	51.9198	13.59764				11	00	12061	12061097
2883559	Kröß	kroess	DE		0	Europe/Berlin	54.31856	10.88357				10	00	01055	01055033
2883560	Kröslin	kroeslin	DE		1873	Europe/Berlin	54.11662	13.75067		Kreslin,Krjoslin,Kroslin,Kröslin,ke lei si lin,Креслин,Крёслин,克勒斯林		12	00	13075	13075069
2883564	Krosewick	krosewick	DE		0	Europe/Berlin	52.06667	6.76667				07	055	05554	05554068
2883566	Krösbach	krosbach	DE		0	Europe/Berlin	48.82678	13.01197				02	092	09271	09271119
2883568	Kroptewitz	kroptewitz	DE		0	Europe/Berlin	51.21247	12.95749		Kroptewitz		13	00	14522	14522310
2883570	Kropstädt	kropstaedt	DE		1364	Europe/Berlin	51.96307	12.7455		Kropstadt,Kropstädt		14	00	15091	15091375
2883575	Kröpplingen	kroepplingen	DE		0	Europe/Berlin	50.20638	7.47029		Kropplingen,Kropplingerhof,Kröpplingen,Kröpplingerhof		08	00	07137	07137205
2883579	Kroppenthal	kroppenthal	DE		0	Europe/Berlin	51.14425	11.865				14	00	15084	15084445
2883581	Kroppenhofen	kroppenhofen	DE		0	Europe/Berlin	48.34342	8.7704				01	084	08417	08417025
2883585	Kröppelshagen-Fahrendorf	kroeppelshagen-fahrendorf	DE		1128	Europe/Berlin	53.48979	10.31697		Kroeppelshagen-Fahrendorf,Kroppelshagen,Kroppelshagen-Fahrendorf,Kroppelshausen,Kröppelshagen,Kröppelshagen-Fahrendorf,Kröppelshausen	01053072	10	00	01053	01053072
2883586	Kroppeloh	kroppeloh	DE		0	Europe/Berlin	52.25285	8.75266				07	057	05770	05770004
2883595	Kropfersricht	kropfersricht	DE		0	Europe/Berlin	49.4771	11.75117				02	093	09371	09371151
2883602	Kröpelin	kroepelin	DE		4044	Europe/Berlin	54.06963	11.79473		Krepelin,Krepeline,Krjopelin,Kroepelin,Kroeplin,Kropelin,Kröpelin,Krēpelīne,ke lei pei lin,krwblyn,krwplyng,Крепелин,Крёпелин,Крөпелин,كروبلين,کروپلینگ,克勒佩林		12	00	13072	13072058
2883604	Kropbach	kropbach	DE		0	Europe/Berlin	47.86297	7.74977				01	083	08315	08315108
2883605	Kroog	kroog	DE		0	Europe/Berlin	54.28166	10.19643				10	00	01002	01002000
2883611	Kronwittbückl	kronwittbuckl	DE		0	Europe/Berlin	48.68333	12.65				02	092	09279	09279132
2883613	Kronwitt	kronwitt	DE		0	Europe/Berlin	49.2167	12.52005		Kronwitt,Kronwitthof		02	093	09372	09372153
2883614	Kronwitt	kronwitt	DE		0	Europe/Berlin	49.10356	12.59815				02	093	09372	09372164
2883615	Kronwitt	kronwitt	DE		0	Europe/Berlin	47.77557	12.01273				02	091	09187	09187129
2883620	Kronwinkl	kronwinkl	DE		0	Europe/Berlin	48.53536	11.81463				02	091	09178	09178144
2883621	Kronwinkl	kronwinkl	DE		0	Europe/Berlin	48.49128	12.04069		Kronwinkel,Kronwinkl		02	092	09274	09274124
2883622	Kronwinkl	kronwinkl	DE		0	Europe/Berlin	48.50326	11.89739				02	091	09178	09178142
2883624	Kronwinkel	kronwinkel	DE		0	Europe/Berlin	48.77283	13.65036				02	092	09272	09272121
2883625	Kronwinkel	kronwinkel	DE		0	Europe/Berlin	47.9809	10.0809				01	084	08426	08426117
2883626	Kronwieden	kronwieden	DE		0	Europe/Berlin	48.63523	12.43081		Loichinger Muhle,Loichinger Mühle		02	092	09279	09279124
2883631	Kronungen	kronungen	DE		0	Europe/Berlin	50.08386	10.14424				02	096	09678	09678168
2883632	Kronthal	kronthal	DE		0	Europe/Berlin	50.13333	8.51667		Bad Kronthal,Kronthal		05	064	06436	06436012
2883634	Kronsundern	kronsundern	DE		0	Europe/Berlin	52.21277	8.1549				06	00	03459	03459012
2883636	Kronstetten	kronstetten	DE		0	Europe/Berlin	49.32152	12.14321				02	093	09376	09376161
2883639	Kronsnest	kronsnest	DE		0	Europe/Berlin	53.71953	9.57113				10	00	01061	01061074
2883642	Kronskamp	kronskamp	DE		0	Europe/Berlin	53.9292	12.31633		Kronskamp		12	00	13072	13072062
2883643	Kronskamp	kronskamp	DE		0	Europe/Berlin	53.40262	11.58654				12	00	13076	13076105
2883644	Kronshorst	kronshorst	DE		0	Europe/Berlin	53.58909	10.29187				10	00	01062	01062088
2883646	Kronshausen	kronshausen	DE		0	Europe/Berlin	53.41667	7.95				06	00	03455	03455027
2883649	Kronsforde	kronsforde	DE		0	Europe/Berlin	53.8026	10.62181				10	00	01003	01003000
2883652	Kronsdorf	kronsdorf	DE		0	Europe/Berlin	48.49715	11.7679				02	091	09178	09178115
2883654	Kronsburg	kronsburg	DE		0	Europe/Berlin	54.31254	9.83216		Kronsburg		10	00	01058	01058028
2883655	Kronsburg	kronsburg	DE		0	Europe/Berlin	54.28798	10.13901		Kronsburg Siedlung		10	00	01002	01002000
2883658	Kronsberg	kronsberg	DE		0	Europe/Berlin	54.32568	12.60844				12	00	13073	13073053
2883659	Kronsberg	kronsberg	DE		0	Europe/Berlin	53.90859	13.32762				12	00	13075	13075054
2883686	Krönnewitz	kroennewitz	DE		0	Europe/Berlin	54.33224	12.97125		Kroennewitz,Krönnewitz		12	00	13073	13073066
2883692	Krönkenhütte	kroenkenhuette	DE		0	Europe/Berlin	53.56667	8.91667				06	00	03352	03352062
2883693	Krönkenhagen	kroenkenhagen	DE		0	Europe/Berlin	53.85617	11.35755				12	00	13074	13074003
2883702	Kronholz	kronholz	DE		0	Europe/Berlin	48.52013	13.17776				02	092	09275	09275125
2883706	Kronhof	kronhof	DE		0	Europe/Berlin	48.91266	10.6839				02	095	09577	09577162
2883708	Kronhart	kronhart	DE		0	Europe/Berlin	48.58333	13.41667				02	092	09262	09262000
2883709	Kronhammer	kronhammer	DE		0	Europe/Berlin	49.04923	13.03971				02	092	09276	09276118
2883712	Kronförstchen	kronfoerstchen	DE		0	Europe/Berlin	51.22449	14.42638		Kriwa Borsc,Křiwa Boršć		13	00	14625	14625160
2883715	Krönerhusen	kroenerhusen	DE		0	Europe/Berlin	52.41856	8.30636				06	00	03459	03459013
2883723	Kronenburgerhütte	kronenburgerhuette	DE		0	Europe/Berlin	50.35907	6.47766				07	053	05366	05366012
2883725	Kronenburg	kronenburg	DE		0	Europe/Berlin	50.36324	6.47707		Kronburg,Kronenburg		07	053	05366	05366012
2883745	Krondorf	krondorf	DE		0	Europe/Berlin	49.52613	11.90163				02	093	09371	09371127
2883746	Krondorf	krondorf	DE		0	Europe/Berlin	49.3348	12.09852				02	093	09376	09376161
2883747	Krondorf	krondorf	DE		0	Europe/Berlin	49.27032	11.59641				02	093	09373	09373167
2883754	Kronberg	kronberg	DE		17730	Europe/Berlin	50.18424	8.5232		Cronberg in Taunus,Kronberg im Taunus		05	064	06434	06434006
2883755	Kronberg	kronberg	DE		0	Europe/Berlin	49.1131	12.91019				02	092	09276	09276144
2883756	Kronberg	kronberg	DE		0	Europe/Berlin	48.45	13.2				02	092	09275	09275124
2883757	Kronberg	kronberg	DE		0	Europe/Berlin	48.2564	12.66951				02	091	09171	09171137
2883758	Kronberg	kronberg	DE		0	Europe/Berlin	48.2064	12.57359				02	091	09183	09183136
2883772	Kronawitten	kronawitten	DE		0	Europe/Berlin	48.61942	13.47189				02	092	09275	09275146
2883785	Krommenthal	krommenthal	DE		0	Europe/Berlin	50.02001	9.4546				02	096	09677	09677200
2883786	Kromlau	kromlau	DE		0	Europe/Berlin	51.53842	14.62999		Kromlau,Kromola		13	00	14626	14626100
2883795	Krölpa	kroelpa	DE		0	Europe/Berlin	50.6739	11.87954				15	00	16076	16076092
2883797	Kröllwitz	kroellwitz	DE		0	Europe/Berlin	51.50684	11.95128				14	00	15002	15002000
2883798	Kröllwitz	kroellwitz	DE		0	Europe/Berlin	51.3056	12.04592		Crollwitz,Cröllwitz,Krollwitz,Kröllwitz,Leuna Krollwitz,Leuna Kröllwitz		14	00	15088	15088205
2883800	Krollage	krollage	DE		0	Europe/Berlin	52.27819	8.52547				07	057	05770	05770036
2883803	Kroißen	kroissen	DE		0	Europe/Berlin	48.50665	13.12416				02	092	09275	09275125
2883804	Kröhstorf	krohstorf	DE		0	Europe/Berlin	48.61601	12.94856				02	092	09279	09279113
2883805	Krohstorf	krohstorf	DE		0	Europe/Berlin	48.56636	13.01023				02	092	09277	09277126
2883806	Krohnshof	krohnshof	DE		0	Europe/Berlin	53.50362	10.90148				12	00	13076	13076073
2883810	Krohnhorst	krohnhorst	DE		0	Europe/Berlin	53.15722	13.66545				11	00	12073	12073201
2883812	Krohn	krohn	DE		0	Europe/Berlin	53.24872	11.46861				12	00	13076	13076037
2883815	Krögis	kroegis	DE		0	Europe/Berlin	51.1202	13.37916				13	00	14627	14627080
2883816	Krögerdorfermoor	kroegerdorfermoor	DE		0	Europe/Berlin	53.12393	8.5498				06	00	03461	03461006
2883817	Krögerdorf	kroegerdorf	DE		0	Europe/Berlin	53.14597	8.55183				06	00	03461	03461006
2883821	Krögelstein	krogelstein	DE		0	Europe/Berlin	49.97734	11.27413				02	094	09472	09472154
2883822	Krögelhof	krogelhof	DE		0	Europe/Berlin	50.04304	11.06317				02	094	09478	09478165
2883823	Kroge	kroge	DE		0	Europe/Berlin	52.92468	9.69514		Kroge		06	00	03358	03358024
2883824	Kröge	kroege	DE		0	Europe/Berlin	52.64899	9.16632				06	00	03256	03256021
2883825	Kroge	kroge	DE		0	Europe/Berlin	52.62096	8.26487				06	00	03460	03460006
2883826	Kröge	kroege	DE		0	Europe/Berlin	51.02734	8.63626				05	066	06635	06635004
2883828	Kröftel	kroeftel	DE		0	Europe/Berlin	50.22663	8.37856				05	064	06439	06439008
2883830	Kröffelbach	kroeffelbach	DE		0	Europe/Berlin	50.44679	8.47235				05	065	06532	06532022
2883831	Krofdorf-Gleiberg	krofdorf-gleiberg	DE		0	Europe/Berlin	50.62436	8.63477		Krofdorf-Gleiberg		05	065	06531	06531018
2883835	Krofdorf	krofdorf	DE		0	Europe/Berlin	50.61667	8.63333				05	065	06531	06531018
2883836	Kroetze	kroetze	DE		0	Europe/Berlin	52.91568	10.70961		Koetze		06	00	03360	03360030
2883837	Kroding	kroding	DE		0	Europe/Berlin	48.59852	13.68742				02	092	09275	09275153
2883839	Kröckelbach	kroeckelbach	DE		0	Europe/Berlin	49.65913	8.80199				05	064	06431	06431007
2883840	Krock	krock	DE		0	Europe/Berlin	54.6	9.73333				10	00	01059	01059080
2883843	Kröchlendorf	kroechlendorf	DE		0	Europe/Berlin	53.27425	13.69274		Krochlendorff,Kröchlendorff		11	00	12073	12073429
2883845	Krobshausen	krobshausen	DE		0	Europe/Berlin	49.20481	10.31381				02	095	09571	09571145
2883846	Krobnitz	krobnitz	DE		0	Europe/Berlin	51.17644	14.75938				13	00	14626	14626450
2883847	Kröblitz	kroblitz	DE		0	Europe/Berlin	49.36275	12.40027				02	093	09376	09376147
2883849	Kröbern	kroebern	DE		0	Europe/Berlin	51.00088	12.35466				15	00	16077	16077034
2883851	Kröbeln	kroebeln	DE		0	Europe/Berlin	51.44408	13.36779				11	00	12062	12062024
2883854	Kriwitz	kriwitz	DE		0	Europe/Berlin	52.90052	11.29028				06	00	03354	03354015
2883856	Kritzowburg	kritzowburg	DE		0	Europe/Berlin	53.8919	11.52254				12	00	13074	13074087
2883862	Kritzkow	kritzkow	DE		0	Europe/Berlin	53.886	12.24653				12	00	13072	13072062
2883865	Kritzenast	kritzenast	DE		0	Europe/Berlin	49.37157	12.63669				02	093	09372	09372171
2883867	Kriseszell	kriseszell	DE		0	Europe/Berlin	49.06633	12.75787				02	092	09278	09278178
2883872	Krippendorf	krippendorf	DE		0	Europe/Berlin	50.97432	11.55212				15	00	16053	16053000
2883874	Krippen	krippen	DE		0	Europe/Berlin	50.90823	14.16636				13	00	14628	14628030
2883875	Krippehna	krippehna	DE		0	Europe/Berlin	51.50575	12.52613				13	00	14730	14730360
2883876	Kripp	kripp	DE		0	Europe/Berlin	50.56007	7.26977				08	00	07131	07131070
2883878	Krinsend	krinsend	DE		0	Europe/Berlin	51.22468	6.26687				07	051	05166	05166024
2883879	Krinning	krinning	DE		0	Europe/Berlin	48.66686	13.6909				02	092	09275	09275126
2883880	Krinning	krinning	DE		0	Europe/Berlin	48.28114	12.02749				02	091	09177	09177127
2883883	Krinkhof	krinkhof	DE		0	Europe/Berlin	50.05255	7.00982				08	00	07231	07231057
2883888	Kringing	kringing	DE		0	Europe/Berlin	48.81724	13.44235				02	092	09272	09272140
2883889	Kringelsdorf	kringelsdorf	DE		0	Europe/Berlin	51.38787	14.6079		Kringelsdorf,Krynhelecy		13	00	14626	14626060
2883890	Kringell	kringell	DE		0	Europe/Berlin	48.67317	13.47793				02	092	09275	09275128
2883891	Kringelkrug	kringelkrug	DE		0	Europe/Berlin	54.21658	9.12693				10	00	01051	01051087
2883894	Krinau	krinau	DE		0	Europe/Berlin	52.82787	11.17715		Kricheldorf,Krinau		14	00	15081	15081455
2883896	Krin	krin	DE		0	Europe/Berlin	48.93321	12.87503				02	092	09271	09271116
2883897	Krimpenfort	krimpenfort	DE		0	Europe/Berlin	52.69503	8.26532				06	00	03460	03460006
2883898	Krimpe	krimpe	DE		0	Europe/Berlin	51.52434	11.75444				14	00	15088	15088319
2883900	Krimnitz	krimnitz	DE		0	Europe/Berlin	51.869	13.91814		Krimnitz,Ksimnice,Kśimnice		11	00	12066	12066196
2883902	Krimmlitz	krimmlitz	DE		0	Europe/Berlin	51.10232	12.1867				14	00	15084	15084130
2883903	Krimmitzschen	krimmitzschen	DE		0	Europe/Berlin	51.07189	12.22508				14	00	15084	15084130
2883904	Krimmensen	krimmensen	DE		0	Europe/Berlin	51.80372	9.73202		Krimmensen		06	00	03155	03155003
2883906	Krimmel	krimmel	DE		0	Europe/Berlin	48.01771	10.0637		Krimmel		01	084	08426	08426117
2883908	Krimm	krimm	DE		0	Europe/Berlin	54.30736	8.734				10	00	01054	01054134
2883909	Krimm	krimm	DE		0	Europe/Berlin	50.35	6.58333				08	00	07233	07233035
2883912	Krimling	krimling	DE		0	Europe/Berlin	49.38828	12.35369				02	093	09376	09376164
2883913	Krimderode	krimderode	DE		0	Europe/Berlin	51.53056	10.78352				15	00	16062	16062041
2883915	Krim	krim	DE		0	Europe/Berlin	54.23333	9.25		Krim,Krimm		10	00	01051	01051100
2883916	Krim	krim	DE		0	Europe/Berlin	53.53333	10.31667				10			
2883922	Krietzschwitz	krietzschwitz	DE		0	Europe/Berlin	50.92847	13.98062				13	00	14628	14628270
2883923	Krietzing	krietzing	DE		0	Europe/Berlin	48.64228	13.50223				02	092	09275	09275146
2883924	Kriestorf	kriestorf	DE		0	Europe/Berlin	48.74011	13.42619				02	092	09275	09275160
2883925	Kriestorf	kriestorf	DE		0	Europe/Berlin	48.60819	13.04445				02	092	09275	09275114
2883928	Krieseby	krieseby	DE		0	Europe/Berlin	54.57245	9.84103				10	00	01058	01058137
2883930	Krieschow	krieschow	DE		0	Europe/Berlin	51.75509	14.14942		Krieschow,Krieschow Wiesendorf,Ksisow,Kśišow		11	00	12071	12071244
2883933	Kriepitz	kriepitz	DE		0	Europe/Berlin	51.22451	14.15266		Krepjecy,Kriepitz,Krěpjecy		13	00	14625	14625130
2883938	Krienke	krienke	DE		0	Europe/Berlin	53.9276	13.94892				12	00	13075	13075114
2883939	Krienke	krienke	DE		0	Europe/Berlin	53.39142	12.87529				12	00	13071	13071080
2883946	Kriel	kriel	DE		0	Europe/Berlin	50.91667	6.9				07	053	05315	05315000
2883947	Kriekhausen	kriekhausen	DE		0	Europe/Berlin	51.20688	7.00819				07	051	05158	05158008
2883949	Kriegwald	kriegwald	DE		0	Europe/Berlin	50.58836	13.28518				13	00	14521	14521390
2883953	Kriegstett	kriegstett	DE		0	Europe/Berlin	48.32458	12.47521				02	091	09183	09183125
2883956	Kriegsreuth	kriegsreuth	DE		0	Europe/Berlin	50.21698	11.66057				02	094	09475	09475136
2883958	Kriegsheim	kriegsheim	DE		0	Europe/Berlin	49.63871	8.22152				08	00	07331	07331048
2883960	Kriegshaber	kriegshaber	DE		0	Europe/Berlin	48.37711	10.85369				02	097	09761	09761000
2883963	Kriegsdorf	kriegsdorf	DE		0	Europe/Berlin	50.80631	7.10222		Kriegsdorf		07	053	05382	05382068
2883967	Krieging	krieging	DE		0	Europe/Berlin	48.13971	12.69727		Krieging,Kriegling		02	091	09171	09171119
2883972	Kriegerkuhle	kriegerkuhle	DE		0	Europe/Berlin	53.74254	9.02193				06	00	03352	03352056
2883973	Kriegerheimstätten	kriegerheimstaetten	DE		0	Europe/Berlin	52.41667	12.51667				11	00	12051	12051000
2883978	Kriegenbrunn	kriegenbrunn	DE		0	Europe/Berlin	49.55562	10.95301		Kriegenbrunn		02	095	09562	09562000
2883979	Kriegberg	kriegberg	DE		0	Europe/Berlin	50.35	12.48333				13	00	14523	14523160
2883984	Kriechau	kriechau	DE		0	Europe/Berlin	51.23457	12.01282				14	00	15084	15084550
2883988	Kriebethal	kriebethal	DE		0	Europe/Berlin	51.04971	13.01916				13	00	14522	14522300
2883991	Krickow	krickow	DE		0	Europe/Berlin	53.4594	13.19964				12	00	13071	13071055
2883992	Kricklhof	kricklhof	DE		0	Europe/Berlin	49.51921	11.95013		Kricklhof		02	093	09371	09371127
2883996	Krickelsdorf	krickelsdorf	DE		0	Europe/Berlin	49.56029	11.88669		Krickelsdorf		02	093	09371	09371127
2883998	Krickelberg	krickelberg	DE		0	Europe/Berlin	51.06878	6.16515		Krickelberg		07	053	05370	05370020
2884000	Kribbe	kribbe	DE		0	Europe/Berlin	53.20332	11.80114				11	00	12070	12070173
2884006	Kreyenkamp	kreyenkamp	DE		0	Europe/Berlin	53.23235	8.03751				06	00	03451	03451002
2884007	Kreyenhoop	kreyenhoop	DE		0	Europe/Berlin	53.10141	8.55111				06	00	03458	03458005
2884009	Kreyenburg	kreyenburg	DE		0	Europe/Berlin	53.56594	7.73722				06	00	03462	03462019
2884010	Kreyenbrück	kreyenbrueck	DE		0	Europe/Berlin	53.1097	8.21873				06	00	03403	03403000
2884011	Kreyenborg	kreyenborg	DE		0	Europe/Berlin	52.68292	7.38917				06	00	03454	03454019
2884014	Krewitz	krewitz	DE		0	Europe/Berlin	53.29541	13.57174				11	00	12073	12073069
2884016	Krewinkel	krewinkel	DE		0	Europe/Berlin	51.63325	8.07869				07	059	05974	05974024
2884017	Krewinkel	krewinkel	DE		0	Europe/Berlin	50.75885	6.28938				07	053	05334	05334032
2884020	Krevtsee	krevtsee	DE		0	Europe/Berlin	53.6902	12.45678				12	00	13072	13072063
2884022	Krevinghausen	krevinghausen	DE		0	Europe/Berlin	52.55027	7.80091				06	00	03459	03459016
2884023	Krevinghausen	krevinghausen	DE		0	Europe/Berlin	52.30291	8.26137				06	00	03459	03459012
2884028	Kreuzweingarten	kreuzweingarten	DE		0	Europe/Berlin	50.61045	6.78972		Kreuzweingarten		07	053	05366	05366016
2884029	Kreuzweiler	kreuzweiler	DE		0	Europe/Berlin	49.5548	6.40672				08	00	07235	07235104
2884030	Kreuzweiher	kreuzweiher	DE		0	Europe/Berlin	49.96104	12.03347				02	093	09377	09377148
2884036	Kreuzweg	kreuzweg	DE		0	Europe/Berlin	53.51667	10.23333				10	00	01062	01062060
2884044	Kreuzthann	kreuzthann	DE		0	Europe/Berlin	48.72221	12.03831				02	092	09274	09274176
2884046	Kreuzthal	kreuzthal	DE		0	Europe/Berlin	50.10247	10.40677				02	096	09674	09674153
2884051	Kreuzstraße	kreuzstrasse	DE		0	Europe/Berlin	48.26337	11.60516				02	091	09184	09184119
2884052	Kreuzstraße	kreuzstrasse	DE		0	Europe/Berlin	47.92031	11.75597				02	091	09182	09182133
2884053	Kreuzstraße	kreuzstrasse	DE		0	Europe/Berlin	47.77866	11.72273		Hub,Kreuzstrasse,Kreuzstraße		02	091	09182	09182116
2884062	Kreuzschuh	kreuzschuh	DE		0	Europe/Berlin	49.86159	10.79986				02	094	09471	09471191
2884064	Förstgen-Ost	foerstgen-ost	DE		0	Europe/Berlin	51.29468	14.67		Dolha Borsc-Wuchod,Dołha Boršć-Wuchod,Foerstgen-Ost,Förstgen-Ost,Kreuzschenke,Oelsa,Wolsina,Wólšina		13	00	14626	14626320
2884065	Kreuzriehe	kreuzriehe	DE		0	Europe/Berlin	52.3565	9.38678				06	00	03257	03257036
2884066	Kreuzrath	kreuzrath	DE		0	Europe/Berlin	51.00555	6.02514		Krouzrath		07	053	05370	05370008
2884067	Kreuzpullach	kreuzpullach	DE		0	Europe/Berlin	47.99187	11.56277				02	091	09184	09184134
2884075	Kreuzmühle	kreuzmuhle	DE		0	Europe/Berlin	48.00279	10.03773				01	084	08426	08426100
2884076	Kreuzmoor	kreuzmoor	DE		0	Europe/Berlin	53.31667	8.2				06	00	03461	03461005
2884081	Kreuzle	kreuzle	DE		0	Europe/Berlin	49.11809	9.49343				01	081	08125	08125107
2884084	Kreuzkrug	kreuzkrug	DE		0	Europe/Berlin	53.15508	13.59818				11	00	12073	12073572
2884085	Kreuzkrug	kreuzkrug	DE		0	Europe/Berlin	53.0247	12.30557				11	00	12070	12070149
2884086	Kreuzkrug	kreuzkrug	DE		0	Europe/Berlin	52.4423	8.93343				06	00	03256	03256024
2884093	Kreuzkapelle	kreuzkapelle	DE		0	Europe/Berlin	50.88187	7.3895				07	053	05382	05382036
2884094	Kreuzkamp	kreuzkamp	DE		0	Europe/Berlin	53.93464	10.78486				10	00	01055	01055035
2884102	Kreuzholzhausen	kreuzholzhausen	DE		0	Europe/Berlin	48.27294	11.32729				02	091	09174	09174113
2884106	Kreuzhof	kreuzhof	DE		0	Europe/Berlin	49.59239	7.74192		Kreutzhof,Kreuzhof		08	00	07335	07335029
2884107	Kreuzhof	kreuzhof	DE		0	Europe/Berlin	48.73417	10.75389		Galgenhof,Kreuzhof		02	097	09779	09779131
2884122	Kreuzfelderhof	kreuzfelderhof	DE		0	Europe/Berlin	51.04217	6.69089				07	051	05162	05162028
2884123	Kreuzfeld	kreuzfeld	DE		0	Europe/Berlin	54.14225	10.52491		Kreuzfeld		10	00	01055	01055028
2884124	Kreuzfeld	kreuzfeld	DE		0	Europe/Berlin	49.36518	10.01243				01	081	08127	08127075
2884125	Kreuzfeld	kreuzfeld	DE		0	Europe/Berlin	47.7644	12.75947				02	091	09189	09189124
2884133	Kreuzenstein	kreuzenstein	DE		0	Europe/Berlin	51.89	8.96965				07	057	05766	05766032
2884137	Kreuzeiche	kreuzeiche	DE		0	Europe/Berlin	50.86667	12.78333				13	00	14524	14524180
2884139	Kreuzegg	kreuzegg	DE		0	Europe/Berlin	47.59603	10.56533				02	097	09777	09777159
2884144	Kreuzdeich	kreuzdeich	DE		0	Europe/Berlin	53.66374	9.56435				10	00	01056	01056019
2884147	Kreuzburg	kreuzburg	DE		0	Europe/Berlin	53.11557	11.97445				11	00	12070	12070125
2884149	Kreuzbühl	kreuzbuhl	DE		0	Europe/Berlin	49.58726	11.3659		Kreuzbuhl,Kreuzbühl		02	095	09574	09574155
2884150	Kreuzbühl	kreuzbuhl	DE		0	Europe/Berlin	47.7	9.98333				01	084	08436	08436094
2884161	Kreuzberg	bezirk-kreuzberg	DE		147532	Europe/Berlin	52.49973	13.40338		Berlin-Kreuzberg,Kreizberg,Krojcberg,Mons Crucis,ke luo yi ci bei ge,krayetsaberga,qrwyzbrg,Кройцберг,קרויצברג,ক্রয়েৎসবের্গ,克罗伊茨贝格		16	00	11000	11000000
2884164	Kreuzberg	kreuzberg	DE		0	Europe/Berlin	51.15234	7.45188		Kreuzberg		07	053	05374	05374052
2884165	Kreuzberg	kreuzberg	DE		0	Europe/Berlin	54.25	9.26667				10	00	01051	01051100
2884166	Kreuzberg	kreuzberg	DE		0	Europe/Berlin	52.86687	13.21194				11	00	12065	12065198
2884167	Kreuzberg	kreuzberg	DE		0	Europe/Berlin	50.50887	6.97628				08	00	07131	07131003
2884168	Kreuzberg	kreuzberg	DE		0	Europe/Berlin	50.44584	6.50433				07	053	05366	05366020
2884169	Kreuzberg	kreuzberg	DE		0	Europe/Berlin	50.22528	7.5845				08	00	07140	07140501
2884170	Kreuzberg	kreuzberg	DE		0	Europe/Berlin	49.56892	11.79763				02	093	09371	09371126
2884171	Kreuzberg	kreuzberg	DE		0	Europe/Berlin	48.83811	13.55193		Kreuzberg		02	092	09272	09272118
2884172	Kreuzberg	kreuzberg	DE		0	Europe/Berlin	48.1528	9.94738				01	084	08426	08426108
2884173	Kreuzberg	kreuzberg	DE		0	Europe/Berlin	47.67858	10.87087				02	091	09190	09190154
2884244	Kreuzbach	kreuzbach	DE		0	Europe/Berlin	49.16066	12.80616				02	093	09372	09372115
2884246	Kreuzanger	kreuzanger	DE		0	Europe/Berlin	48.25671	10.69711		Kreuzanger		02	097	09772	09772125
2884248	Kreuz	kreuz	DE		0	Europe/Berlin	54.78333	9.48333				10	00	01001	01001000
2884249	Kreuz	kreuz	DE		0	Europe/Berlin	54.21667	10.35				10	00	01057	01057070
2884250	Kreuz	kreuz	DE		0	Europe/Berlin	52.22054	8.77376				07	057	05770	05770004
2884251	Kreuz	kreuz	DE		0	Europe/Berlin	48.3589	12.22443				02	092	09274	09274183
2884252	Kreuz	kreuz	DE		0	Europe/Berlin	47.98355	11.84566				02	091	09175	09175121
2884256	Kreutzmannshagen	kreutzmannshagen	DE		0	Europe/Berlin	54.08613	13.21853				12	00	13073	13073089
2884259	Kreutzen	kreutzen	DE		0	Europe/Berlin	52.91967	10.12716				06	00	03358	03358016
2884260	Kreutzen	kreutzen	DE		0	Europe/Berlin	50.98007	12.32653				15	00	16077	16077044
2884264	Kreutles	kreutles	DE		0	Europe/Berlin	49.42717	10.96976				02	095	09573	09573122
2884265	Kreuthöfe	kreuthoefe	DE		0	Europe/Berlin	48.2488	10.04322				01	084	08425	08425028
2884266	Kreuthof	kreuthof	DE		0	Europe/Berlin	49.01667	10.3				01	081	08136	08136068
2884267	Kreuthof	kreuthof	DE		0	Europe/Berlin	48.98333	10.36667				01	081	08136	08136071
2884288	Kreutenbach	kreutenbach	DE		0	Europe/Berlin	48.52826	11.3967				02	091	09186	09186151
2884289	Kreutberg	kreutberg	DE		0	Europe/Berlin	47.82505	11.26704				02	091	09190	09190152
2884291	Kreut	kreut	DE		0	Europe/Berlin	48.85446	10.82528				02	097	09779	09779186
2884292	Kreut	kreut	DE		0	Europe/Berlin	48.71754	11.13912				02	091	09185	09185150
2884293	Kreut	kreut	DE		0	Europe/Berlin	48.57016	12.01428				02	092	09274	09274194
2884294	Kreut	kreut	DE		0	Europe/Berlin	48.46557	11.47303				02	091	09186	09186146
2884295	Kreut	kreut	DE		0	Europe/Berlin	47.86869	12.15676				02	091	09187	09187177
2884296	Kreut	kreut	DE		0	Europe/Berlin	47.79868	11.48312				02	091	09173	09173134
2884297	Kreut	kreut	DE		0	Europe/Berlin	47.77748	10.8705				02	091	09190	09190140
2884298	Kreut	kreut	DE		0	Europe/Berlin	47.68046	10.97788				02	091	09190	09190160
2884306	Kreuma	kreuma	DE		0	Europe/Berlin	51.47133	12.39309				13	00	14730	14730250
2884307	Kreudnitz	kreudnitz	DE		0	Europe/Berlin	51.18333	12.43333		Hain-Kreudnitz,Kreudnitz		13	00	14729	14729370
2884313	Krettnich	krettnich	DE		0	Europe/Berlin	49.52496	6.94364		Krettnich		09	00	10042	10042116
2884314	Krettnach	krettnach	DE		0	Europe/Berlin	49.6807	6.64018		Krettnach		08	00	07235	07235068
2884315	Krettenhof	krettenhof	DE		0	Europe/Berlin	48.74657	9.66996				01	081	08117	08117026
2884318	Krettenbach	krettenbach	DE		0	Europe/Berlin	49.71674	10.41953				02	095	09575	09575157
2884319	Krettenbach	krettenbach	DE		0	Europe/Berlin	49.06715	10.17896				01	081	08127	08127102
2884322	Kretscham Rothensehma	kretscham-rothensehma	DE		0	Europe/Berlin	50.46654	12.98841		Kretscham,Kretscham Rothensehma		13	00	14521	14521560
2884328	Kressin	kressin	DE		0	Europe/Berlin	53.53528	12.1363				12	00	13076	13076104
2884332	Kressenhof	kressenhof	DE		0	Europe/Berlin	49.31952	10.40399				02	095	09571	09571174
2884338	Kressenbach	kressenbach	DE		0	Europe/Berlin	50.37087	9.46592				05	064	06435	06435025
2884339	Kressen	kressen	DE		0	Europe/Berlin	47.64971	10.44556				02	097	09780	09780128
2884343	Kressbronn	kressbronn	DE		0	Europe/Berlin	49.06535	10.13819				01	081	08127	08127104
2884348	Kreßbach	kressbach	DE		0	Europe/Berlin	49.28096	9.31203				01	081	08125	08125068
2884350	Kresham	kresham	DE		0	Europe/Berlin	48.4444	12.43325		Kresham,Krosham,Krösham		02	092	09274	09274120
2884351	Kreptitz	kreptitz	DE		0	Europe/Berlin	54.66298	13.26907				12	00	13073	13073019
2884352	Krepta	krepta	DE		0	Europe/Berlin	51.17865	13.23699				13	00	14627	14627130
2884353	Kreppling	kreppling	DE		0	Europe/Berlin	49.59801	11.44799		Kreppling		02	095	09574	09574135
2884354	Kreppendorf	kreppendorf	DE		0	Europe/Berlin	49.50933	10.90136				02	095	09573	09573130
2884355	Kreppen	kreppen	DE		0	Europe/Berlin	48.37349	10.78576				02	097	09772	09772184
2884358	Krenzow	krenzow	DE		0	Europe/Berlin	53.9321	13.73968				12	00	13075	13075121
2884359	Krenzliner Hütte	krenzliner-huette	DE		0	Europe/Berlin	53.3081	11.31167				12	00	13076	13076001
2884360	Krentruperhagen	krentruperhagen	DE		0	Europe/Berlin	52.01463	8.71585				07	057	05766	05766048
2884361	Krentrup	krentrup	DE		0	Europe/Berlin	52.02186	8.71897		Krentrup		07	057	05766	05766048
2884362	Krensitz	krensitz	DE		0	Europe/Berlin	51.48619	12.46021		Crensitz,Krensitz		13	00	14730	14730150
2884363	Krensheim	krensheim	DE		0	Europe/Berlin	49.63794	9.78108		Krensheim		01	081	08128	08128047
2884364	Krennerhäuser	krennerhauser	DE		0	Europe/Berlin	48.63784	13.75317				02	092	09275	09275156
2884365	Krenkingen	krenkingen	DE		0	Europe/Berlin	47.68298	8.30641		Krenkingen		01	083	08337	08337126
2884368	Krems Zwei	krems-zwei	DE		0	Europe/Berlin	53.98603	10.35535				10	00	01060	01060050
2884370	Kremsdorf	kremsdorf	DE		0	Europe/Berlin	54.29795	10.94095				10	00	01055	01055014
2884372	Kremplsberg	kremplsberg	DE		0	Europe/Berlin	48.7071	13.51772				02	092	09275	09275128
2884381	Kremperhaus	kremperhaus	DE		0	Europe/Berlin	54.78333	8.86667				10	00	01054	01054109
2884386	Krempendorf	krempendorf	DE		0	Europe/Berlin	53.31514	12.17805				11	00	12070	12070266
2884387	Krempelsdorf	krempelsdorf	DE		0	Europe/Berlin	53.87751	10.64053				10	00	01003	01003000
2884404	Kremmeldorf	kremmeldorf	DE		0	Europe/Berlin	49.93694	11.01291				02	094	09471	09471159
2884405	Kremlin	kremlin	DE		0	Europe/Berlin	52.95065	11.03886				06	00	03354	03354016
2884408	Kremitz	kremitz	DE		0	Europe/Berlin	51.76255	13.10383		Kremitz		14	00	15091	15091145
2884410	Kremerberg	kremerberg	DE		0	Europe/Berlin	53.69792	10.24189				10	00	01062	01062014
2884413	Kremenhöll	kremenhoell	DE		0	Europe/Berlin	51.17135	7.17611				07	051	05120	05120000
2884417	Krell	krell	DE		0	Europe/Berlin	52.22192	8.74786				07	057	05758	05758024
2884420	Krelingen	krelingen	DE		0	Europe/Berlin	52.80401	9.66203		Krelingen		06	00	03358	03358024
2884421	Krelau	krelau	DE		0	Europe/Berlin	54.36667	9.2				10	00	01054	01054119
2884425	Krekel	krekel	DE		0	Europe/Berlin	50.47077	6.53383		Krekel		07	053	05366	05366024
2884426	Kreitz	kreitz	DE		0	Europe/Berlin	51.16984	6.65093				07	051	05162	05162024
2884428	Kreitlapperei	kreitlapperei	DE		0	Europe/Berlin	53.52551	7.19402				06	00	03452	03452021
2884429	Kreithövel	kreithoevel	DE		0	Europe/Berlin	51.2	6.15				07	051	05166	05166020
2884432	Kreithan	kreithan	DE		0	Europe/Berlin	47.96682	11.92514				02	091	09175	09175113
2884433	Kreith	kreith	DE		0	Europe/Berlin	49.35392	12.07329				02	093	09376	09376161
2884434	Kreith	kreith	DE		0	Europe/Berlin	48.14301	12.01355				02	091	09175	09175123
2884443	Kreissa	kreissa	DE		0	Europe/Berlin	51.10901	13.2972				13	00	14627	14627180
2884444	Kreisfeld	kreisfeld	DE		0	Europe/Berlin	51.52915	11.48503		Kreisfeld,Krevetenvelt		14	00	15087	15087210
2884448	Kreischau	kreischau	DE		0	Europe/Berlin	51.57099	13.02944				13	00	14730	14730030
2884449	Kreischau	kreischau	DE		0	Europe/Berlin	51.20123	12.10409				14	00	15084	15084315
2884455	Kreipke	kreipke	DE		0	Europe/Berlin	51.99902	9.53299		Kreipke		06	00	03255	03255016
2884456	Kreipitzsch	kreipitzsch	DE		0	Europe/Berlin	51.10565	11.71342				14	00	15084	15084355
2884458	Kreinitz	kreinitz	DE		0	Europe/Berlin	51.37466	13.2568		Kreinitz		13	00	14627	14627360
2884464	Kreina	kreina	DE		0	Europe/Berlin	51.26312	13.14235				13	00	14730	14730210
2884469	Kreimbach	kreimbach	DE		0	Europe/Berlin	49.55	7.63333		Kreimbach		08	00	07336	07336053
2884472	Kreiling	kreiling	DE		0	Europe/Berlin	48.45356	13.27249				02	092	09275	09275149
2884473	Kreiling	kreiling	DE		0	Europe/Berlin	48.17645	11.99561				02	091	09177	09177119
2884476	Kreilhof	kreilhof	DE		0	Europe/Berlin	47.77163	11.0889				02	091	09190	09190135
2884483	Kreienmoor	kreienmoor	DE		0	Europe/Berlin	53.21854	8.61312				06	00	03356	03356009
2884495	Kreidach	kreidach	DE		0	Europe/Berlin	49.56136	8.78706				05	064	06431	06431001
2884497	Krehwinkler Höfe	krehwinkler-hoefe	DE		0	Europe/Berlin	51.33333	7.01667		Krehwinkel,Krehwinkler Hofe,Krehwinkler Höfe		07	051	05158	05158032
2884498	Krehwinkel	krehwinkel	DE		0	Europe/Berlin	48.85962	9.51047				01	081	08119	08119061
2884499	Krehenberg	krehenberg	DE		0	Europe/Berlin	47.71777	9.50104				01	084	08435	08435016
2884502	Kreggenfeld	kreggenfeld	DE		0	Europe/Berlin	51.61667	7.95				07	059	05974	05974048
2884505	Kregelbach	kregelbach	DE		0	Europe/Berlin	48.11732	8.02506				01	083	08316	08316014
2884510	Kreershäuschen	kreershaeuschen	DE		0	Europe/Berlin	49.88595	7.62605				08	00	07133	07133115
2884511	Kreepen	kreepen	DE		0	Europe/Berlin	52.97576	9.35297		Kreepen		06	00	03361	03361005
2884513	Kreenried	kreenried	DE		0	Europe/Berlin	47.92192	9.49087				01	084	08436	08436027
2884514	Kreenheinstetten	kreenheinstetten	DE		0	Europe/Berlin	48.05732	9.05291				01	084	08437	08437072
2884515	Kreen	kreen	DE		0	Europe/Berlin	47.80335	10.64443				02	097	09777	09777112
2884516	Kredenbach	kredenbach	DE		0	Europe/Berlin	50.96385	8.0441		Kredenbach		07	059	05970	05970024
2884517	Kredenbach	kredenbach	DE		0	Europe/Berlin	49.85062	9.53107		Kredenbach		02	096	09677	09677126
2884518	Kreckwitz	kreckwitz	DE		0	Europe/Berlin	51.20229	14.49866		Krakecy,Kreckwitz		13	00	14625	14625290
2884519	Kreckow	kreckow	DE		0	Europe/Berlin	53.51812	13.64437				12	00	13071	13071054
2884520	Krecklenburg	krecklenburg	DE		0	Europe/Berlin	51.08333	6.98333				07	051	05158	05158020
2884521	Kreckersweg	kreckersweg	DE		0	Europe/Berlin	51.10635	7.22555				07	053	05378	05378032
2884524	Krechting	krechting	DE		0	Europe/Berlin	51.82198	6.69587		Krechting		07	055	05554	05554048
2884527	Krebsweiler	krebsweiler	DE		0	Europe/Berlin	49.75558	7.48704				08	00	07133	07133041
2884528	Krebsstein	krebsstein	DE		0	Europe/Berlin	48.539	9.51628				01	081	08116	08116079
2884543	Krebsow	krebsow	DE		0	Europe/Berlin	53.99978	13.54594		Krebsow		12	00	13075	13075041
2884544	Krebsöge	krebsoege	DE		0	Europe/Berlin	51.19989	7.30307				07	053	05374	05374036
2884549	Krebshagen	krebshagen	DE		0	Europe/Berlin	52.30809	9.20238				06	00	03257	03257035
2884550	Krebsförden	krebsfoerden	DE		0	Europe/Berlin	53.6	11.4				12	00	13004	13004000
2884554	Krebsburg	krebsburg	DE		0	Europe/Berlin	52.35007	8.20167				06	00	03459	03459029
2884587	Krebs	krebs	DE		0	Europe/Berlin	50.93724	13.89361		Krebs		13	00	14628	14628080
2884588	Krebs	krebs	DE		0	Europe/Berlin	47.52774	9.98114				02	097	09780	09780132
2884589	Kreblitz	kreblitz	DE		0	Europe/Berlin	51.90146	13.71292				11	00	12061	12061320
2884590	Krebitschen	krebitschen	DE		0	Europe/Berlin	50.98335	12.35587				15	00	16077	16077034
2884591	Krebes	krebes	DE		0	Europe/Berlin	50.41826	11.98647				13	00	14523	14523450
2884593	Kreben	kreben	DE		0	Europe/Berlin	49.44673	10.71012		Kreben		02	095	09573	09573133
2884598	Kreba	kreba	DE		0	Europe/Berlin	51.35067	14.68321		Chrjebja,Heideanger,Kreba		13	00	14626	14626260
2884599	Krayne	krayne	DE		0	Europe/Berlin	51.97784	14.5965				11	00	12071	12071337
2884602	Kray	kray	DE		0	Europe/Berlin	51.46106	7.07703		Kray		07	051	05113	05113000
2884603	Kray	kray	DE		0	Europe/Berlin	51.52929	7.28531				07	059	05916	05916000
2884604	Kraxenhöfen	kraxenhofen	DE		0	Europe/Berlin	48.84834	12.1825				02	093	09375	09375196
2884606	Kräwinklerbrücke	kraewinklerbruecke	DE		0	Europe/Berlin	51.18417	7.31317				07	053	05374	05374036
2884607	Krawinkel	krawinkel	DE		0	Europe/Berlin	51.20255	11.62392				14	00	15084	15084015
2884608	Krawinkel	krawinkel	DE		0	Europe/Berlin	50.84525	7.36885				07	053	05382	05382040
2884609	Krautze	krautze	DE		0	Europe/Berlin	52.98798	11.23893				06	00	03354	03354018
2884614	Krautsand	krautsand	DE		0	Europe/Berlin	53.7528	9.38559				06	00	03359	03359013
2884616	Krautostheim	krautostheim	DE		0	Europe/Berlin	49.57728	10.38537				02	095	09575	09575165
2884621	Krautheimtal	krautheimtal	DE		0	Europe/Berlin	49.38333	9.63333				01	081	08126	08126045
2884622	Krautheimberg	krautheimberg	DE		0	Europe/Berlin	49.38333	9.63333				01	081	08126	08126045
2884634	Krautenberg	krautenberg	DE		0	Europe/Berlin	47.94751	12.73049				02	091	09189	09189162
2884640	Krautdorf	krautdorf	DE		0	Europe/Berlin	51.3	11.58333				14	00	15084	15084360
2884645	Kraußnitz	kraussnitz	DE		0	Europe/Berlin	51.36299	13.75797				13	00	14627	14627250
2884647	Krausnick	krausnick	DE		0	Europe/Berlin	52.03246	13.8285		Krausnick,Ksuswica,Kšušwica		11	00	12061	12061265
2884652	Krausenbechhofen	krausenbechhofen	DE		0	Europe/Berlin	49.68535	10.8369				02	095	09572	09572126
2884653	Krausenbach	krausenbach	DE		0	Europe/Berlin	49.86145	9.33658				02	096	09671	09671160
2884654	Krausen	krausen	DE		0	Europe/Berlin	51.18333	7.01667				07	051	05122	05122000
2884658	Krauschütz	krauschuetz	DE		0	Europe/Berlin	51.45	13.53333				11	00	12062	12062124
2884659	Krauschütz	krauschuetz	DE		0	Europe/Berlin	51.34321	13.59852				13	00	14627	14627060
2884664	Kraupa	kraupa	DE		0	Europe/Berlin	51.49353	13.5058		Kraupa		11	00	12062	12062124
2884666	Kraudorf	kraudorf	DE		0	Europe/Berlin	51.00214	6.16187				07	053	05370	05370012
2884670	Kratzhof	kratzhof	DE		0	Europe/Berlin	48.78714	10.71199				02	097	09779	09779155
2884673	Kratzerimbach	kratzerimbach	DE		0	Europe/Berlin	48.4682	11.76204				02	091	09178	09178157
2884682	Krätze	kratze	DE		0	Europe/Berlin	52.45392	10.14064		Cretsinge [a. 1330]		06	00	03241	03241018
2884684	Kratzberg	kratzberg	DE		0	Europe/Berlin	51.2	7.16667				07	051	05120	05120000
2884691	Krattenweiler	krattenweiler	DE		0	Europe/Berlin	47.89312	9.86903				01	084	08436	08436010
2884692	Krattenberg	krattenberg	DE		0	Europe/Berlin	47.92498	10.00021				01	084	08436	08436010
2884696	Krastel	krastel	DE		0	Europe/Berlin	50.05075	7.39018		Krastel		08	00	07140	07140009
2884697	Krassow	krassow	DE		0	Europe/Berlin	53.87448	11.57035				12	00	13074	13074090
2884698	Krassow	krassow	DE		0	Europe/Berlin	53.81557	12.41608				12	00	13072	13072063
2884699	Krassolzheim	krassolzheim	DE		0	Europe/Berlin	49.6103	10.35579				02	095	09575	09575165
2884700	Kraßlau	krasslau	DE		0	Europe/Berlin	51.27351	12.05134				14	00	15084	15084550
2884702	Krassig	krassig	DE		0	Europe/Berlin	51.75717	13.35495		Krassig		11	00	12062	12062445
2884703	Krassbronn	krassbronn	DE		0	Europe/Berlin	48.97957	10.25314				01	081	08136	08136019
2884705	Krassach	krassach	DE		0	Europe/Berlin	50.06944	11.25091				02	094	09478	09478176
2884708	Kraschwitz	kraschwitz	DE		0	Europe/Berlin	50.99574	12.49233				15	00	16077	16077036
2884709	Krasberg	krasberg	DE		0	Europe/Berlin	48.93858	9.84319				01	081	08127	08127079
2884711	Krappenhofen	krappenhofen	DE		0	Europe/Berlin	49.16504	11.65649				02	093	09373	09373160
2884714	Krappe	krappe	DE		0	Europe/Berlin	51.14983	14.66145		Chrapow,Krappe		13	00	14626	14626290
2884717	Krapfenreut	krapfenreut	DE		0	Europe/Berlin	48.73242	9.53133				01	081	08117	08117018
2884721	Krapfenau	krapfenau	DE		0	Europe/Berlin	49.13388	10.36419				02	095	09571	09571145
2884722	Krapendorfer Kämpe	krapendorfer-kaempe	DE		0	Europe/Berlin	52.81667	8.03333		Krapendorfer Kampe,Krapendorfer Krampe,Krapendorfer Krämpe,Krapendorfer Kämpe		06	00	03453	03453003
2884723	Krapendorf	krapendorf	DE		0	Europe/Berlin	52.83333	8.03333				06	00	03453	03453004
2884724	Kräpelin	kraepelin	DE		0	Europe/Berlin	54.11483	13.59033				12	00	13075	13075018
2884725	Kransmoor	kransmoor	DE		0	Europe/Berlin	53.38855	8.71575		Kransmoor,Kranzmoor		06	00	03352	03352059
2884726	Kranzmaar	kranzmaar	DE		0	Europe/Berlin	50.85	6.86667				07	053	05362	05362028
2884727	Kränzliner Siedlung	kraenzliner-siedlung	DE		0	Europe/Berlin	52.91667	12.78333				11	00	12068	12068320
2884728	Kränzlin	kraenzlin	DE		0	Europe/Berlin	52.92914	12.74397		Kraenzlin,Kränzlin		11	00	12068	12068306
2884736	Kranzer	kranzer	DE		0	Europe/Berlin	47.7	11.56667				02	091	09173	09173124
2884737	Kranzegg	kranzegg	DE		0	Europe/Berlin	47.58499	10.32369				02	097	09780	09780137
2884743	Kranüchel	kranuechel	DE		0	Europe/Berlin	50.87708	7.37864				07	053	05382	05382036
2884745	Kransevitz	kransevitz	DE		0	Europe/Berlin	54.34887	13.42516				12	00	13073	13073070
2884746	Kransdorf	kransdorf	DE		0	Europe/Berlin	54.33029	13.19724				12	00	13073	13073003
2884747	Kransburg	kransburg	DE		0	Europe/Berlin	53.70681	8.62623		Kransburg		06	00	03352	03352061
2884748	Kransberg	kransberg	DE		0	Europe/Berlin	50.34579	8.59217				05	064	06434	06434011
2884750	Kranlucken	kranlucken	DE		0	Europe/Berlin	50.69856	9.99203				15	00	16063	16063068
2884751	Krankenhagen	krankenhagen	DE		0	Europe/Berlin	52.15406	9.08022				06	00	03257	03257031
2884752	Krankel	krankel	DE		0	Europe/Berlin	50.65301	7.43806				08	00	07138	07138003
2884757	Kranichshof	kranichshof	DE		0	Europe/Berlin	53.94809	12.70393				12	00	13072	13072035
2884763	Kranichborn	kranichborn	DE		0	Europe/Berlin	51.12053	11.0813		Cranicburne [a. 1242],Kranichborn		15	00	16068	16068021
2884766	Kranichau	kranichau	DE		0	Europe/Berlin	51.5048	13.06474		Kranichau		13	00	14730	14730310
2884767	Kranich	kranich	DE		0	Europe/Berlin	50.68478	12.00464		Kranich		15	00	16076	16076087
2884770	Krangen	krangen	DE		0	Europe/Berlin	52.98394	12.85451		Krangen		11	00	12068	12068320
2884772	Kranepuhl	kranepuhl	DE		0	Europe/Berlin	52.09874	12.61677				11	00	12069	12069474
2884775	Kranenweide	kranenweide	DE		0	Europe/Berlin	53.70904	9.227				06	00	03352	03352044
2884777	Kranenkamp	kranenkamp	DE		0	Europe/Berlin	53.40308	8.03488				06	00	03455	03455025
2884780	Kranenbruch	kranenbruch	DE		0	Europe/Berlin	51.23716	6.23308				07	051	05166	05166024
2884782	Kranen	kranen	DE		0	Europe/Berlin	51.2	7.2		Kranen,Kranenholl		07	051	05120	05120000
2884784	Krandsberg	krandsberg	DE		0	Europe/Berlin	48.35673	12.74247				02	092	09277	09277134
2884785	Krandorf	krandorf	DE		0	Europe/Berlin	49.38103	12.23242		Krandorf,Krondorf		02	093	09376	09376147
2884788	Kranawitt	kranawitt	DE		0	Europe/Berlin	47.75869	12.74675				02	091	09189	09189124
2884793	Krams	krams	DE		0	Europe/Berlin	53.0123	12.16152				11	00	12070	12070149
2884797	Krampnitz	krampnitz	DE		0	Europe/Berlin	52.46174	13.04438				11	00	12054	12054000
2884799	Krampenhöhe	krampenhoehe	DE		0	Europe/Berlin	50.9348	7.34966				07	053	05378	05378024
2884802	Krampas	krampas	DE		0	Europe/Berlin	54.51667	13.63333		Crampas,Krampas		12	00	13073	13073080
2884806	Krämgen	kraemgen	DE		0	Europe/Berlin	50.65634	7.53084				08	00	07132	07132093
2884808	Krames	krames	DE		0	Europe/Berlin	49.89981	6.87839				08	00	07231	07231069
2884814	Krämershof	kramershof	DE		0	Europe/Berlin	49.0264	10.72868				02	095	09577	09577140
2884815	Krämershäuschen	kraemershaeuschen	DE		0	Europe/Berlin	49.25	7				09	00	10041	10041100
2884816	Kramersfeld	kramersfeld	DE		0	Europe/Berlin	49.9169	10.91828				02	094	09461	09461000
2884817	Kramersdorf	kramersdorf	DE		0	Europe/Berlin	48.66474	13.65081				02	092	09275	09275126
2884819	Kramerschlag	kramerschlag	DE		0	Europe/Berlin	48.61373	13.80321				02	092	09275	09275156
2884820	Kramersbrunn	kramersbrunn	DE		0	Europe/Berlin	48.8444	13.47371				02	092	09272	09272127
2884822	Krämerpfuhl	kraemerpfuhl	DE		0	Europe/Berlin	52.692	13.02898		Forsterei Kramerpfuhl,Försterei Krämerpfuhl,Kramerpfuhl,Krämerpfuhl		11	00	12065	12065251
2884835	Kram-Brook	kram-brook	DE		0	Europe/Berlin	52.1	8.11667				06	00	03459	03459005
2884840	Krambek	krambek	DE		0	Europe/Berlin	54.15	9.55				10	00	01058	01058164
2884845	Kralenriede	kralenriede	DE		3600	Europe/Berlin	52.30701	10.52834				06	00	03101	03101000
2884846	Kralapp	kralapp	DE		0	Europe/Berlin	51.0837	12.80793				13	00	14522	14522600
2884847	Krakvitz	krakvitz	DE		0	Europe/Berlin	54.32742	13.43049		Krakvitz		12	00	13073	13073070
2884848	Kraksdorf	kraksdorf	DE		0	Europe/Berlin	54.30389	11.06012				10	00	01055	01055031
2884852	Krakow	krakow	DE		0	Europe/Berlin	54.12372	12.78276				12	00	13073	13073020
2884857	Krakendorf	krakendorf	DE		0	Europe/Berlin	50.83858	11.30433				15	00	16071	16071008
2884858	Krakebüll	krakebuell	DE		0	Europe/Berlin	54.85474	8.84272				10	00	01054	01054055
2884862	Krakau	krakau	DE		0	Europe/Berlin	51.9866	12.30375				14	00	15091	15091060
2884863	Krakau	krakau	DE		0	Europe/Berlin	51.36422	11.85798		Cracau,Krakau		14	00	15088	15088025
2884864	Krakau	krakau	DE		0	Europe/Berlin	51.31667	13.85		Krakau		13	00	14625	14625270
2884865	Krakau	krakau	DE		0	Europe/Berlin	50.87488	11.34253				15	00	16071	16071008
2884870	Kraiß	kraiss	DE		0	Europe/Berlin	48.11557	12.00883				02	091	09175	09175137
2884871	Kraisdorf	kraisdorf	DE		0	Europe/Berlin	50.13699	10.72596				02	096	09674	09674184
2884872	Krainsberg	krainsberg	DE		0	Europe/Berlin	47.72772	11.8421				02	091	09182	09182131
2884875	Krainhagen	krainhagen	DE		0	Europe/Berlin	52.25003	9.12155				06	00	03257	03257028
2884877	Krailshausen	krailshausen	DE		0	Europe/Berlin	49.36694	9.99056				01	081	08127	08127075
2884879	Krailing	krailing	DE		0	Europe/Berlin	49.11821	12.83291				02	092	09276	09276135
2884889	Krähwinkel	kraehwinkel	DE		0	Europe/Berlin	51.1115	7.09571				07	053	05378	05378016
2884890	Krahwinkel	krahwinkel	DE		0	Europe/Berlin	51.05058	6.61977				07	051	05162	05162008
2884891	Krahwinkel	krahwinkel	DE		0	Europe/Berlin	50.94561	7.35114				07	053	05378	05378024
2884892	Krahwinkel	krahwinkel	DE		0	Europe/Berlin	50.85077	7.61039				07	053	05374	05374044
2884893	Krahwinkel	krahwinkel	DE		0	Europe/Berlin	50.85207	7.2908				07	053	05382	05382028
2884894	Krahwinkel	krahwinkel	DE		0	Europe/Berlin	50.84158	7.51396				07	053	05382	05382052
2884901	Krahne	krahne	DE		0	Europe/Berlin	52.32053	12.5645				11	00	12069	12069306
2884908	Kräher	kraher	DE		0	Europe/Berlin	48.19702	8.28069				01	083	08317	08317051
2884909	Krähenwinkel	krahenwinkel	DE		0	Europe/Berlin	52.46268	9.7432		Krahenwinkel,Kraienwinkel,Krähenwinkel		06	00	03241	03241010
2884912	Krähenschwanz	kraehenschwanz	DE		0	Europe/Berlin	50.51933	12.37771				13	00	14523	14523020
2884913	Krähenriede	kraehenriede	DE		0	Europe/Berlin	52.16667	10.33333				06	00	03102	03102000
2884923	Krahenhöhe	krahenhoehe	DE		0	Europe/Berlin	51.15942	7.12141				07	051	05122	05122000
2884929	Krähenhaus	krahenhaus	DE		0	Europe/Berlin	49.80084	12.31498				02	093	09377	09377146
2884939	Krähenberg	kraehenberg	DE		0	Europe/Berlin	53.59058	12.61575				12	00	13071	13071047
2884986	Kraheck	kraheck	DE		0	Europe/Berlin	50.72968	7.41138		Kraheck		07	053	05382	05382020
2884993	Kraham	kraham	DE		0	Europe/Berlin	48.51971	12.93579				02	092	09277	09277126
2884994	Kraham	kraham	DE		0	Europe/Berlin	48.28523	12.19873				02	091	09177	09177115
2884995	Kraham	kraham	DE		0	Europe/Berlin	48.08761	12.69886				02	091	09171	09171134
2884996	Kragstedt	kragstedt	DE		0	Europe/Berlin	54.65968	9.29443				10	00	01059	01059174
2884998	Kragling	kragling	DE		0	Europe/Berlin	47.8621	12.16576				02	091	09187	09187177
2884999	Kragholm	kragholm	DE		0	Europe/Berlin	54.81667	9.58333				10	00	01059	01059145
2885001	Kraghammer	kraghammer	DE		0	Europe/Berlin	51.10845	7.86937				07	059	05966	05966004
2885002	Kraggenau	kraggenau	DE		0	Europe/Berlin	47.65899	11.03793				02	091	09180	09180112
2885006	Kragenhof	kragenhof	DE		0	Europe/Berlin	51.36481	9.53399				05	066	06611	06611000
2885008	Kragen	kragen	DE		0	Europe/Berlin	52.71145	10.28862				06	00	03351	03351025
2885009	Kragelund	kragelund	DE		0	Europe/Berlin	54.56757	9.13227				10	00	01054	01054144
2885012	Kragau	kragau	DE		0	Europe/Berlin	51.01667	7.2				07	053	05378	05378004
2885013	Kraftsolms	kraftsolms	DE		0	Europe/Berlin	50.45663	8.45879				05	065	06532	06532022
2885015	Kraftshof	kraftshof	DE		0	Europe/Berlin	49.5115	11.05144		Craphteshof,Kraftshof		02	095	09564	09564000
2885017	Kraftsbuch	kraftsbuch	DE		0	Europe/Berlin	49.03807	11.29973		Kraftsbuch		02	095	09576	09576122
2885020	Kräft	kraft	DE		0	Europe/Berlin	49.43702	10.60715				02	095	09571	09571194
2885022	Krafeld	krafeld	DE		0	Europe/Berlin	51.11011	6.1271				07	053	05370	05370036
2885025	Kradenpuhl	kradenpuhl	DE		0	Europe/Berlin	51.12335	7.01901				07	053	05378	05378016
2885034	Krachenhausen	krachenhausen	DE		0	Europe/Berlin	49.14643	11.95422				02	093	09375	09375156
2885038	Krabichl	krabichl	DE		0	Europe/Berlin	47.88678	12.04561		Krahbichl		02	091	09187	09187137
2885043	Kraatz Siedlung	kraatz-siedlung	DE		0	Europe/Berlin	52.96436	13.19578				11	00	12065	12065100
2885044	Kraatz Ausbau	kraatz-ausbau	DE		0	Europe/Berlin	52.96916	13.18454				11	00	12065	12065100
2885045	Kraatz	kraatz	DE		0	Europe/Berlin	53.39045	13.66562				11	00	12073	12073429
2885046	Kraatz	kraatz	DE		0	Europe/Berlin	52.97862	13.19149				11	00	12065	12065100
2885047	Kraatz	kraatz	DE		0	Europe/Berlin	52.85421	11.42438		Kraatz		14	00	15081	15081030
2885048	Kraase	kraase	DE		0	Europe/Berlin	53.54666	12.9007				12	00	13071	13071101
2885049	Kraasa	kraasa	DE		0	Europe/Berlin	50.97799	12.29346				15	00	16077	16077044
2885053	Kraak	kraak	DE		0	Europe/Berlin	53.45194	11.38276				12	00	13076	13076118
2885057	Kowalz	kowalz	DE		0	Europe/Berlin	54.01987	12.54167				12	00	13072	13072107
2885058	Kowall	kowall	DE		0	Europe/Berlin	54.33111	13.35491				12	00	13073	13073027
2885059	Kowall	kowall	DE		0	Europe/Berlin	54.16374	13.3077				12	00	13075	13075091
2885066	Kövenig	koevenig	DE		0	Europe/Berlin	49.98129	7.11716		Kovenich,Kovenig,Kövenich,Kövenig		08	00	07231	07231072
2885067	Köven	koeven	DE		0	Europe/Berlin	53.65	9.08333				06	00	03352	03352029
2885068	Kovelsberg	kovelsberg	DE		0	Europe/Berlin	51.13578	7.24331				07	053	05378	05378032
2885069	Kovahl	kovahl	DE		0	Europe/Berlin	53.18293	10.85923				06	00	03355	03355025
2885071	Kötzschenbroda	koetzschenbroda	DE		0	Europe/Berlin	51.10395	13.6294				13	00	14627	14627210
2885072	Kötzschen	koetzschen	DE		0	Europe/Berlin	51.3261	11.97239				14	00	15088	15088220
2885073	Kotzschbar	kotzschbar	DE		0	Europe/Berlin	51.21361	12.32704				13	00	14729	14729430
2885074	Kötzschau	koetzschau	DE		2057	Europe/Berlin	51.31244	12.13044		Kecshau,Kjochau,Kjocshau,Koetzschau,Kotzschau,Kötzschau,Кецшау,Кёцшау,Кёчау		14	00	15088	15088205
2885075	Kötzschau	koetzschau	DE		0	Europe/Berlin	51.10044	14.57726				13	00	14626	14626270
2885076	Kotzmannsreuth	kotzmannsreuth	DE		0	Europe/Berlin	49.83442	11.64115		Kotzmannsreuth		02	094	09472	09472127
2885077	Kötzlin	koetzlin	DE		0	Europe/Berlin	52.90528	12.2319				11	00	12068	12068264
2885080	Kotzheim	kotzheim	DE		0	Europe/Berlin	49.42052	11.7455				02	093	09371	09371154
2885083	Kötzersricht	kotzersricht	DE		0	Europe/Berlin	49.51262	11.81365				02	093	09371	09371126
2885084	Kötzersdorf	kotzersdorf	DE		0	Europe/Berlin	49.87495	11.8582				02	093	09377	09377129
2885087	Kotzenroth	kotzenroth	DE		0	Europe/Berlin	50.71667	7.85				08	00	07132	07132095
2885089	Kotzenhof	kotzenhof	DE		0	Europe/Berlin	49.51496	11.2597				02	095	09574	09574138
2885091	Kotzendorf	kotzendorf	DE		0	Europe/Berlin	49.93667	11.18328				02	094	09471	09471151
2885095	Kotzenbach	kotzenbach	DE		0	Europe/Berlin	49.77708	12.18275				02	093	09374	09374150
2885096	Kotzenaurach	kotzenaurach	DE		0	Europe/Berlin	49.52757	10.65534		Kotzenaurach		02	095	09575	09575145
2885100	Kotzau	kotzau	DE		0	Europe/Berlin	49.73204	12.0946				02	093	09374	09374111
2885102	Köttwitzsch	koettwitzsch	DE		0	Europe/Berlin	51.05	12.76667				13	00	14522	14522490
2885103	Köttweinsdorf	kottweinsdorf	DE		0	Europe/Berlin	49.81107	11.31729				02	094	09472	09472197
2885105	Kottweiler	kottweiler	DE		0	Europe/Berlin	49.46667	7.53333				08	00	07335	07335020
2885106	Kottweil	kottweil	DE		0	Europe/Berlin	48.84499	9.46934				01	081	08119	08119089
2885107	Kottspiel	kottspiel	DE		0	Europe/Berlin	49.019	9.91255		Kottspiel		01	081	08127	08127012
2885109	Kottmarsdorf	kottmarsdorf	DE		0	Europe/Berlin	51.03074	14.62802		Kottmarsdorf		13	00	14626	14626245
2885111	Kottmannsweiler	kottmannsweiler	DE		0	Europe/Berlin	49.32771	9.92351				01	081	08127	08127008
2885112	Kottmannshausen	kottmannshausen	DE		0	Europe/Berlin	51.17994	7.41211		Kottmannshausen		07	053	05374	05374036
2885113	Köttmannsdorf	kottmannsdorf	DE		0	Europe/Berlin	49.80814	10.96882				02	094	09471	09471145
2885115	Köttlitz	koettlitz	DE		0	Europe/Berlin	51.43923	13.20081				11	00	12062	12062341
2885116	Köttlitz	kottlitz	DE		0	Europe/Berlin	49.5248	12.24709				02	093	09376	09376173
2885118	Kottingwörth	kottingworth	DE		0	Europe/Berlin	49.01879	11.52114				02	091	09176	09176114
2885119	Kottingrohr	kottingrohr	DE		0	Europe/Berlin	48.61476	12.12473				02	092	09274	09274126
2885120	Köttinghausen	koettinghausen	DE		0	Europe/Berlin	51.28006	8.32625				07	059	05958	05958032
2885123	Köttingen	koettingen	DE		0	Europe/Berlin	50.82724	6.80804				07	053	05362	05362020
2885124	Köttingen	koettingen	DE		0	Europe/Berlin	50.76951	7.73199				08	00	07132	07132117
2885125	Köttingen	koettingen	DE		0	Europe/Berlin	50.65412	7.38861				08	00	07138	07138003
2885130	Kottigstelzham	kottigstelzham	DE		0	Europe/Berlin	48.28726	12.95082				02	092	09277	09277145
2885131	Kottigerhook	kottigerhook	DE		0	Europe/Berlin	52.18397	7.01011		Kottigerhock,Kottigerhook		07	055	05554	05554020
2885132	Köttichau	koettichau	DE		0	Europe/Berlin	51.13333	12.13333				14	00	15084	15084235
2885136	Kotthausen	kotthausen	DE		0	Europe/Berlin	51.28333	7.41667				07	059	05954	05954008
2885137	Kotthausen	kotthausen	DE		0	Europe/Berlin	51.11957	7.28525		Kotthausen		07	053	05374	05374016
2885138	Kotthausen	kotthausen	DE		0	Europe/Berlin	51.0579	7.54005				07	053	05374	05374024
2885139	Kotthausen	kotthausen	DE		0	Europe/Berlin	50.85969	7.32226				07	053	05382	05382040
2885140	Kotthausen	kotthausen	DE		0	Europe/Berlin	50.69613	7.35951				07	053	05382	05382024
2885142	Kottewitz	kottewitz	DE		0	Europe/Berlin	51.24929	13.52472				13	00	14627	14627200
2885143	Kottewitz	kottewitz	DE		0	Europe/Berlin	51.08043	13.38823		Kottewitz		13	00	14627	14627180
2885144	Köttewitz	koettewitz	DE		0	Europe/Berlin	50.9382	13.87281				13	00	14628	14628080
2885145	Kottersreuth	kottersreuth	DE		0	Europe/Berlin	50.01193	11.65951				02	094	09472	09472143
2885147	Köttern	koettern	DE		0	Europe/Berlin	51.06667	12.81667				13	00	14522	14522600
2885148	Kottern	kottern	DE		0	Europe/Berlin	47.69831	10.32658		Kottern		02	097	09780	09780120
2885151	Kötteritzsch	koetteritzsch	DE		0	Europe/Berlin	51.16667	12.8				13	00	14729	14729160
2885153	Kotteritz	kotteritz	DE		0	Europe/Berlin	50.97502	12.46796				15	00	16077	16077036
2885154	Kötteringe	koetteringe	DE		0	Europe/Berlin	52.48809	7.43833				06	00	03454	03454036
2885156	Kötterhook	koetterhook	DE		0	Europe/Berlin	52.58376	7.58578				06	00	03454	03454059
2885159	Köttensdorf	kottensdorf	DE		0	Europe/Berlin	49.95553	11.01826				02	094	09471	09471185
2885160	Kottensdorf	kottensdorf	DE		0	Europe/Berlin	49.33739	10.95334				02	095	09576	09576142
2885163	Köttenich	koettenich	DE		0	Europe/Berlin	50.90333	6.28967				07	053	05358	05358004
2885168	Kottenheide	kottenheide	DE		0	Europe/Berlin	50.37924	12.40151		Kottenheide,Muldenberg-Kottenheide		13	00	14523	14523370
2885170	Kottenhain	kottenhain	DE		0	Europe/Berlin	50.82909	11.38718				15	00	16071	16071008
2885171	Kottengrün	kottengruen	DE		0	Europe/Berlin	50.43568	12.28563				13	00	14523	14523460
2885175	Köttendorf	koettendorf	DE		0	Europe/Berlin	50.93366	11.36982				15	00	16071	16071056
2885176	Kottendorf	kottendorf	DE		0	Europe/Berlin	50.02258	10.73158				02	096	09674	09674118
2885177	Kottenbrunn	kottenbrunn	DE		0	Europe/Berlin	50.05031	10.63982				02	096	09674	09674164
2885184	Kotten	kotten	DE		0	Europe/Berlin	51.62891	7.08265				07	055	05562	05562024
2885185	Kötten	koetten	DE		0	Europe/Berlin	51.54202	13.17005		Blumberg-Kotten,Blumberg-Kötten,Kotten,Kötten		13	00	14730	14730010
2885186	Kotten	kotten	DE		0	Europe/Berlin	51.35064	14.24734		Kocina,Koćina		13	00	14625	14625640
2885187	Kotten	kotten	DE		0	Europe/Berlin	51.16868	7.06017				07	051	05122	05122000
2885188	Kotten	kotten	DE		0	Europe/Berlin	51.09642	7.14438				07	053	05378	05378008
2885189	Kotten	kotten	DE		0	Europe/Berlin	50.94795	7.27134				07	053	05378	05378024
2885193	Köttelbach	koettelbach	DE		0	Europe/Berlin	50.27885	6.93214				08	00	07233	07233218
2885194	Köttel	kottel	DE		0	Europe/Berlin	50.07408	11.16567				02	094	09478	09478139
2885195	Kottebrink	kottebrink	DE		0	Europe/Berlin	52.21043	8.40916				06	00	03459	03459024
2885196	Kötschlitz	koetschlitz	DE		940	Europe/Berlin	51.35506	12.17101		Kotschlitz,Kötschlitz		14	00	15088	15088205
2885197	Kotschka	kotschka	DE		0	Europe/Berlin	51.45009	13.50671		Kotschka		11	00	12062	12062124
2885198	Kötschdorf	kotschdorf	DE		0	Europe/Berlin	49.55849	12.19253				02	093	09376	09376150
2885200	Kötschau	koetschau	DE		0	Europe/Berlin	50.96167	11.48552				15	00	16071	16071025
2885201	Kötsch	kotsch	DE		0	Europe/Berlin	49.82364	10.63513				02	094	09471	09471122
2885203	Kotitz	kotitz	DE		0	Europe/Berlin	51.18451	14.62197		Kotecy,Kotitz		13	00	14625	14625610
2885204	Kötitz	koetitz	DE		0	Europe/Berlin	51.12161	13.57391				13	00	14627	14627010
2885205	Kothwies	kothwies	DE		0	Europe/Berlin	48.60667	13.21472				02	092	09275	09275154
2885210	Köthnitz	koethnitz	DE		0	Europe/Berlin	50.69078	11.81888		Kothnitz,Köthnitz,Linda-Kothnitz,Linda-Köthnitz		15	00	16075	16075073
2885212	Kothmaißling	kothmaissling	DE		0	Europe/Berlin	49.24305	12.73144				02	093	09372	09372116
2885214	Kothingrub	kothingrub	DE		0	Europe/Berlin	48.75199	13.39636				02	092	09275	09275152
2885216	Kothinghammer	kothinghammer	DE		0	Europe/Berlin	49.06439	13.07297				02	092	09276	09276117
2885217	Kothingeichendorf	kothingeichendorf	DE		0	Europe/Berlin	48.68338	12.74548				02	092	09279	09279122
2885218	Kothingdorfen	kothingdorfen	DE		0	Europe/Berlin	48.27999	12.29624				02	091	09183	09183144
2885219	Kothingbuchbach	kothingbuchbach	DE		0	Europe/Berlin	48.29849	12.62446				02	091	09171	09171127
2885221	Kothigenbibersbach	kothigenbibersbach	DE		0	Europe/Berlin	50.08287	12.15846				02	094	09479	09479158
2885224	Kötherheide	koetherheide	DE		0	Europe/Berlin	51.56002	6.28161				07	051	05154	05154032
2885228	Köthensdorf-Reitzenhain	koethensdorf-reitzenhain	DE		0	Europe/Berlin	50.90861	12.87166				13	00	14522	14522550
2885231	Kothendorf	kothendorf	DE		0	Europe/Berlin	53.54437	11.28549				12	00	13076	13076147
2885232	Kothende	kothende	DE		0	Europe/Berlin	53.1	8.45				06	00	03458	03458010
2885235	Cöthen	coethen	DE		0	Europe/Berlin	52.79368	13.9329		Kothen,Köthen		11	00	12064	12064125
2885236	Köthen	koethen	DE		0	Europe/Berlin	52.07697	13.80681		Kjoten,Kosina,Kothen,Kośina,Köthen,Кётен		11	00	12061	12061328
2885237	Köthen	koethen	DE		28710	Europe/Berlin	51.75185	11.97093		Cothen,Cothena,Cöthen,K'oten,KOQ,Keten,Kjoten,Koethen,Kothen,Kothen (Anhalt),Köthen,Köthen (Anhalt),ke teng,keten,koeten,kwtn,qtn,Кетен,Кьотен,Кётен,קטן,كوتن,کوتن,ケーテン,克滕,쾨텐	15082	14	00	15082	15082180
2885239	Köthel	koethel	DE		267	Europe/Berlin	53.60912	10.50917		Koethel,Kothel,Köthel		10	00	01053	01053070
2885240	Köthel	koethel	DE		0	Europe/Berlin	50.87815	12.48098				13	00	14524	14524270
2885244	Kothbrünning	kothbrunning	DE		0	Europe/Berlin	47.86336	12.87973				02	091	09172	09172134
2885248	Kothausen	kothausen	DE		0	Europe/Berlin	51.1632	6.37207				07	051	05116	05116000
2885249	Kothau	kothau	DE		0	Europe/Berlin	48.74855	11.44929				02	091	09161	09161000
2885253	Kothaich	kothaich	DE		0	Europe/Berlin	47.94357	12.81173		Kothaich,Kotheich		02	091	09189	09189127
2885255	Kötermoor	koetermoor	DE		0	Europe/Berlin	53.38624	8.35877				06	00	03461	03461009
2885256	Köterende	koeterende	DE		0	Europe/Berlin	53.16052	8.42571				06	00	03461	03461001
2885258	Köterberg	koeterberg	DE		0	Europe/Berlin	51.8607	9.31984				07	057	05766	05766052
2885259	Kotelow	kotelow	DE		0	Europe/Berlin	53.65028	13.65683				12	00	13071	13071037
2885265	Kostplatz	kostplatz	DE		0	Europe/Berlin	51.11633	11.97078				14	00	15084	15084490
2885266	Köstorf	koestorf	DE		0	Europe/Berlin	53.22924	10.7535				06	00	03355	03355012
2885267	Köstlbach	kostlbach	DE		0	Europe/Berlin	49.28897	11.36398				02	093	09373	09373155
2885268	Köstl	kostl	DE		0	Europe/Berlin	49.32356	11.83811				02	093	09371	09371129
2885270	Kostitz	kostitz	DE		0	Europe/Berlin	50.98493	12.30052				15	00	16077	16077044
2885271	Köstitz	koestitz	DE		0	Europe/Berlin	50.7	11.28333				15	00	16073	16073005
2885278	Kösterbeck	koesterbeck	DE		0	Europe/Berlin	54.06568	12.22083		Kosterbeck,Kösterbeck		12	00	13072	13072087
2885281	Köstenberg	kostenberg	DE		0	Europe/Berlin	50.25321	11.54019				02	094	09477	09477148
2885282	Kostenbach	kostenbach	DE		0	Europe/Berlin	49.57538	6.93329				09	00	10042	10042116
2885283	Köstenbach	kostenbach	DE		0	Europe/Berlin	47.68333	9.46667				01	084	08435	08435016
2885284	Kösten	kosten	DE		0	Europe/Berlin	50.14814	11.0392				02	094	09478	09478139
2885288	Costedt	costedt	DE		0	Europe/Berlin	52.22947	8.86899		Costedt,Kostedt		07	057	05770	05770032
2885289	Kostebrau	kostebrau	DE		0	Europe/Berlin	51.52661	13.82922				11	00	12066	12066176
2885294	Koßweda	kossweda	DE		0	Europe/Berlin	50.99812	12.01657				14	00	15084	15084565
2885295	Kössuln	koessuln	DE		0	Europe/Berlin	51.1525	12.04199				14	00	15084	15084490
2885297	Kossow	kossow	DE		0	Europe/Berlin	53.9783	12.30022				12	00	13072	13072112
2885299	Kößnach	kossnach	DE		0	Europe/Berlin	48.93036	12.55129				02	092	09278	09278141
2885300	Kößlitz-Wiedebach	koesslitz-wiedebach	DE		0	Europe/Berlin	51.17172	11.97356				14	00	15084	15084550
2885303	Kößing	kossing	DE		0	Europe/Berlin	49.58456	12.33988				02	093	09374	09374162
2885304	Kossin	kossin	DE		0	Europe/Berlin	51.86076	13.23148				11	00	12072	12072298
2885305	Kössern	koessern	DE		0	Europe/Berlin	51.18045	12.78509				13	00	14729	14729160
2885307	Kossenblatt	kossenblatt	DE		0	Europe/Berlin	52.1159	14.0759		Cossenblat,Kosomlot,Kossenblatt,Kósomłot		11	00	12067	12067493
2885308	Kossen	kossen	DE		0	Europe/Berlin	51.41247	12.63819		Groitzsch-Kossen,Kossen		13	00	14730	14730140
2885310	Kösseln	koesseln	DE		0	Europe/Berlin	51.64062	11.97855				14	00	15088	15088216
2885315	Kossebade	kossebade	DE		0	Europe/Berlin	53.53174	11.83828				12	00	13076	13076164
2885317	Koßdorf	kossdorf	DE		0	Europe/Berlin	51.5026	13.22816		Kossdorf,Koßdorf		11	00	12062	12062341
2885319	Kossau	kossau	DE		0	Europe/Berlin	54.1994	10.45031		Kossau		10	00	01057	01057045
2885325	Kössain	kossain	DE		0	Europe/Berlin	49.9774	11.99525				02	093	09377	09377157
2885327	Kospoda	kospoda	DE		450	Europe/Berlin	50.71667	11.75		Kospoda	16075051	15	00	16075	16075051
2885328	Kospa	kospa	DE		0	Europe/Berlin	51.45609	12.57428				13	00	14730	14730110
2885329	Kösnitz	koesnitz	DE		0	Europe/Berlin	51.0142	11.59699				15	00	16071	16071004
2885330	Kosma	kosma	DE		0	Europe/Berlin	50.96927	12.40295				15	00	16077	16077001
2885332	Koslar	koslar	DE		0	Europe/Berlin	50.92682	6.32176				07	053	05358	05358024
2885333	Köslar	koslar	DE		0	Europe/Berlin	50.06837	11.64115				02	094	09472	09472116
2885334	Kösingen	kosingen	DE		0	Europe/Berlin	48.75612	10.40945		Kosingen,Kösingen		01	081	08136	08136045
2885335	Kosilenzien	kosilenzien	DE		0	Europe/Berlin	51.45452	13.33846		Kosilenzien		11	00	12062	12062024
2885337	Kösfeld	kosfeld	DE		0	Europe/Berlin	50.2974	10.92034				02	094	09473	09473144
2885340	Koselstein	koselstein	DE		0	Europe/Berlin	50.61667	11.55				15	00	16075	16075125
2885343	Köselitz	koeselitz	DE		198	Europe/Berlin	51.95712	12.48655		Koselitz,Köselitz		14	00	15091	15091060
2885346	Koselbruch	koselbruch	DE		0	Europe/Berlin	51.42695	14.15555		Kolonie Koselbruch,Koselbruch,Kozlo,Kózło		13	00	14625	14625240
2885349	Koselau	koselau	DE		0	Europe/Berlin	54.24747	10.94556		Koselau		10	00	01055	01055036
2885358	Koschendorf	koschendorf	DE		0	Europe/Berlin	51.69655	14.195		Koschendorf,Kosnojce,Kóšnojce		11	00	12071	12071057
2885359	Köschbusch	koeschbusch	DE		0	Europe/Berlin	50.70461	7.35363				07	053	05382	05382020
2885360	Kosbrunn	kosbrunn	DE		0	Europe/Berlin	49.78441	11.48669		Kosbrunn		02	094	09472	09472175
2885362	Kosbach	kosbach	DE		0	Europe/Berlin	49.60048	10.93749				02	095	09562	09562000
2885364	Körzin	koerzin	DE		0	Europe/Berlin	52.21825	13.09093				11	00	12069	12069017
2885365	Korzert	korzert	DE		0	Europe/Berlin	51.21667	7.13333				07	051	05124	05124000
2885366	Körzendorf	korzendorf	DE		0	Europe/Berlin	49.8642	11.44666		Korzendorf,Körzendorf		02	094	09472	09472111
2885368	Korvin	korvin	DE		0	Europe/Berlin	52.94853	10.93809				06	00	03354	03354002
2885370	Körtlinghausen	koertlinghausen	DE		0	Europe/Berlin	51.46667	8.41667				07	059	05974	05974036
2885371	Körtingsdorf	koertingsdorf	DE		0	Europe/Berlin	52.36667	9.68333				06	00	03241	03241001
2885373	Korthausen	korthausen	DE		0	Europe/Berlin	51.65177	7.15979		Korth,Korthausen		07	055	05562	05562024
2885376	Kortendorf	kortendorf	DE		0	Europe/Berlin	53.19713	8.37928				06	00	03461	03461004
2885378	Kortenbeck	kortenbeck	DE		0	Europe/Berlin	52.83672	10.8958		Kortenbeck		14	00	15081	15081095
2885382	Kortelshütte	kortelshuette	DE		0	Europe/Berlin	49.48129	8.92218				05	064	06437	06437016
2885384	Kortebrügge	kortebruegge	DE		0	Europe/Berlin	53.26555	8.12908				06	00	03451	03451008
2885388	Korsorsberg	korsorsberg	DE		0	Europe/Berlin	53.09002	8.12722				06	00	03458	03458013
2885392	Korsika	korsika	DE		0	Europe/Berlin	49.52004	8.85634		Korsika		05	064	06431	06431021
2885394	Korseifen	korseifen	DE		0	Europe/Berlin	50.89977	7.74963		Korseifen		07	053	05374	05374028
2885395	Korseburg	korseburg	DE		0	Europe/Berlin	51.08298	11.94515				14	00	15084	15084013
2885396	Körschsiefen	koerschsiefen	DE		0	Europe/Berlin	51.07421	7.31424				07	053	05378	05378012
2885400	Körrig	koerrig	DE		0	Europe/Berlin	49.5967	6.48552				08	00	07235	07235154
2885403	Körrenzig	koerrenzig	DE		0	Europe/Berlin	51.00216	6.2803				07	053	05358	05358036
2885405	Körprich	koerprich	DE		0	Europe/Berlin	49.38973	6.83459				09	00	10044	10044113
2885406	Korpitzsch	korpitzsch	DE		0	Europe/Berlin	51.18512	12.91003				13	00	14522	14522310
2885407	Körperich	koerperich	DE		1089	Europe/Berlin	49.92449	6.25973		Kerperikh,Kjorperikh,ke er pei li xi,Керперих,Кёрперих,克尔佩里希	07232067	08	00	07232	07232067
2885411	Kornthan	kornthan	DE		0	Europe/Berlin	49.9008	12.16283				02	093	09377	09377159
2885412	Korntal	korntal	DE		18081	Europe/Berlin	48.83218	9.1214				01	081	08118	08118080
2885419	Körnitz	koernitz	DE		0	Europe/Berlin	51.70725	12.10817				14	00	15082	15082377
2885420	Körnick	koernick	DE		0	Europe/Berlin	54.15	10.93333		Kornick,Kornik,Körnick,Körnik		10	00	01055	01055016
2885422	Kornhorst	kornhorst	DE		0	Europe/Berlin	53.30949	12.45224				12	00	13071	13071175
2885423	Kornhöfstadt	kornhofstadt	DE		0	Europe/Berlin	49.68752	10.50683				02	095	09575	09575161
2885424	Kornhofen	kornhofen	DE		0	Europe/Berlin	47.85401	10.23061				02	097	09778	09778144
2885426	Kornhochheim	kornhochheim	DE		0	Europe/Berlin	50.90135	10.9158				15	00	16067	16067087
2885427	Kornharpen	kornharpen	DE		0	Europe/Berlin	51.48957	7.26482				07	059	05911	05911000
2885432	Körnersdorf	kornersdorf	DE		0	Europe/Berlin	49.1667	11.41749		Kornersdorf,Körnersdorf		02	093	09373	09373146
2885438	Kornelimünster	kornelimuenster	DE		0	Europe/Berlin	50.72818	6.17733		Kornelimunster,Kornelimünster,Moenster,Mönster		07	053	05334	05334002
2885441	Körne	koerne	DE		0	Europe/Berlin	51.50847	7.5099				07	059	05913	05913000
2885442	Körndlhof	korndlhof	DE		0	Europe/Berlin	49.16488	11.56676		Korndlhof,Körndlhof		02	093	09373	09373119
2885443	Kornburg	kornburg	DE		0	Europe/Berlin	49.35521	11.09885				02	095	09564	09564000
2885446	Kornberg	kornberg	DE		0	Europe/Berlin	49.03708	9.64402				01	081	08127	08127062
2885447	Kornberg	kornberg	DE		0	Europe/Berlin	48.03798	12.18143				02	091	09187	09187182
2885462	Kornbeck	kornbeck	DE		0	Europe/Berlin	53.5	9.1				06	00	03357	03357008
2885465	Körnbach	koernbach	DE		0	Europe/Berlin	50.75319	9.76498				05	066	06631	06631007
2885466	Kornbach	kornbach	DE		0	Europe/Berlin	50.51688	11.94809		Kornbach		13	00	14523	14523310
2885467	Kornbach	kornbach	DE		0	Europe/Berlin	50.09572	11.79124				02	094	09472	09472139
2885470	Cornau	cornau	DE		0	Europe/Berlin	52.67014	8.45467		Kornau		06	00	03251	03251013
2885471	Kornau	kornau	DE		0	Europe/Berlin	47.97948	12.20271				02	091	09187	09187134
2885472	Kornau	kornau	DE		0	Europe/Berlin	47.40516	10.24172				02	097	09780	09780133
2885473	Kornangers	kornangers	DE		0	Europe/Berlin	47.76472	10.25354				02	097	09763	09763000
2885474	Korna	korna	DE		0	Europe/Berlin	50.41316	12.3028				13	00	14523	14523370
2885476	Körlitz	koerlitz	DE		0	Europe/Berlin	51.36899	12.80383				13	00	14729	14729245
2885478	Korleput	korleput	DE		0	Europe/Berlin	53.88372	12.36101				12	00	13072	13072062
2885481	Dorf Körkwitz	dorf-koerkwitz	DE		0	Europe/Berlin	54.25404	12.387		Korkwitz,Korkwitz-Dorf,Körkwitz,Körkwitz-Dorf		12	00	13073	13073075
2885483	Kork	kork	DE		0	Europe/Berlin	48.56773	7.87039		Kork		01	083	08317	08317057
2885484	Köritz	koeritz	DE		0	Europe/Berlin	52.84529	12.44751				11	00	12068	12068324
2885486	Korgitzsch	korgitzsch	DE		0	Europe/Berlin	51.4973	13.1187		Gut Korgitzsch,Korgitzsch		13	00	14730	14730010
2885488	Korfskamp	korfskamp	DE		0	Europe/Berlin	52.28468	8.75604				07	057	05770	05770012
2885496	Korde	korde	DE		0	Europe/Berlin	52.63227	7.22497				06	00	03454	03454014
2885498	Körchow	koerchow	DE		0	Europe/Berlin	54.06565	11.72159				12	00	13072	13072014
2885499	Körchow	koerchow	DE		886	Europe/Berlin	53.44296	11.0626		Kerkhov,Kjorkhov,Koerchow,Körchow,ke er xiao,Керхов,Кёрхов,克尔肖		12	00	13076	13076152
2885501	Korbsee	korbsee	DE		0	Europe/Berlin	47.79858	10.69879				02	097	09777	09777118
2885506	Körbitz	koerbitz	DE		0	Europe/Berlin	53.1	11.48333				11	00	12070	12070244
2885507	Körbitz	koerbitz	DE		0	Europe/Berlin	51.89381	13.11292				11	00	12072	12072298
2885508	Korbitz	korbitz	DE		0	Europe/Berlin	51.15386	13.44952				13	00	14627	14627140
2885509	Körbiskrug	koerbiskrug	DE		0	Europe/Berlin	52.25816	13.65169				11	00	12061	12061260
2885510	Körbisdorf	koerbisdorf	DE		0	Europe/Berlin	51.31667	11.9				14	00	15088	15088065
2885512	Körbigsdorf	koerbigsdorf	DE		0	Europe/Berlin	51.11667	14.68333				13	00	14626	14626290
2885514	Korbetha	korbetha	DE		280	Europe/Berlin	51.40469	11.9655		Corbetha,Korbetha		14	00	15088	15088330
2885516	Korbersdorf	korbersdorf	DE		0	Europe/Berlin	50.03432	12.13424				02	094	09479	09479136
2885517	Korberoth	korberoth	DE		0	Europe/Berlin	50.35907	11.07759		Korberoth		15	00	16072	16072023
2885524	Körbelitz	koerbelitz	DE		511	Europe/Berlin	52.18079	11.78306		Koerbelitz,Korbelitz,Körbelitz		14	00	15086	15086145
2885525	Körbeldorf	korbeldorf	DE		0	Europe/Berlin	49.77302	11.49617		Korbeldorf,Körbeldorf		02	094	09472	09472175
2885528	Körbecke	koerbecke	DE		0	Europe/Berlin	51.5337	9.28139		Koerbecke,Korbecke,Körbecke		07	057	05762	05762012
2885529	Körbecke	koerbecke	DE		0	Europe/Berlin	51.49683	8.13005				07	059	05974	05974032
2885537	Körba	koerba	DE		0	Europe/Berlin	51.80471	13.38774				11	00	12062	12062289
2885545	Köpsen	koepsen	DE		0	Europe/Berlin	51.16533	12.05692		Koepson,Kopsen,Köpsen		14	00	15084	15084235
2885546	Kopschin	kopschin	DE		0	Europe/Berlin	51.22632	14.25105		Kopschien,Kopschin,Kopsin,Kopšin		13	00	14625	14625080
2885547	Kopscheid	kopscheid	DE		0	Europe/Berlin	50.10822	6.32688				08	00	07232	07232260
2885548	Köpplhof	kopplhof	DE		0	Europe/Berlin	48.83658	13.36369				02	092	09272	09272120
2885551	Kopperpahl	kopperpahl	DE		0	Europe/Berlin	54.35	10.1				10	00	01002	01002000
2885552	Köppern	koeppern	DE		0	Europe/Berlin	50.27431	8.64967				05	064	06434	06434002
2885553	Kopperby	kopperby	DE		0	Europe/Berlin	54.63988	9.9506				10	00	01059	01059045
2885555	Koppenzell	koppenzell	DE		0	Europe/Berlin	48.52708	11.05921				02	097	09771	09771156
2885556	Koppenwind	koppenwind	DE		0	Europe/Berlin	49.87262	10.56868				02	096	09674	09674187
2885557	Koppenwall	koppenwall	DE		0	Europe/Berlin	48.64784	11.90559				02	092	09274	09274172
2885561	Koppenschallbach	koppenschallbach	DE		0	Europe/Berlin	49.15037	10.34963				02	095	09571	09571145
2885562	Köppenreut	koppenreut	DE		0	Europe/Berlin	48.80222	13.51413				02	092	09272	09272118
2885569	Koppenbrück	koppenbrueck	DE		0	Europe/Berlin	52.84602	12.34383		Alt Koppenbruck,Alt Koppenbrück,Koppenbruck,Koppenbrück		11	00	12068	12068501
2885576	Koppenbach	koppenbach	DE		0	Europe/Berlin	48.56684	11.36312				02	091	09186	09186128
2885582	Köppelsdorf	koeppelsdorf	DE		0	Europe/Berlin	50.35828	11.20892		Koeppelsdorf,Koppelsdorf,Köppelsdorf		15	00	16072	16072018
2885583	Koppelsberg	koppelsberg	DE		0	Europe/Berlin	54.14845	10.39184		Kaisersburg,Koppelsberg		10	00	01057	01057057
2885584	Koppelow	koppelow	DE		0	Europe/Berlin	53.69945	12.31482				12	00	13072	13072048
2885587	Koppelheck	koppelheck	DE		0	Europe/Berlin	54.75539	9.83484				10	00	01059	01059148
2885591	Koppelberg	koppelberg	DE		0	Europe/Berlin	53.83119	13.77232				12	00	13075	13075007
2885592	Koppelberg	koppelberg	DE		0	Europe/Berlin	53.24083	8.59214				06	00	03356	03356009
2885597	Koppel	koppel	DE		0	Europe/Berlin	53.63746	9.21942				06	00	03352	03352020
2885598	Koppel	koppel	DE		0	Europe/Berlin	53.14869	12.23231				11	00	12070	12070316
2885599	Koppel	koppel	DE		0	Europe/Berlin	52.31723	8.99524				07			
2885607	Koppehof	koppehof	DE		0	Europe/Berlin	52.71893	13.11193				11	00	12065	12065251
2885626	Köpnick	koepnick	DE		0	Europe/Berlin	51.93901	12.7089				14	00	15091	15091375
2885628	Koplin	koplin	DE		0	Europe/Berlin	52.11667	13.91667		Koplin,Kopplin		11	00	12061	12061510
2885629	Kopitzsch	kopitzsch	DE		0	Europe/Berlin	50.74177	11.82254				15	00	16075	16075065
2885633	Kopfsburg	kopfsburg	DE		0	Europe/Berlin	48.25285	12.0812				02	091	09177	09177127
2885634	Kopfsberg	kopfsberg	DE		0	Europe/Berlin	48.49215	13.42868				02	092	09275	09275133
2885637	Köpfingerhof	kopfingerhof	DE		0	Europe/Berlin	48.20954	10.61843				02	097	09772	09772178
2885638	Köpfingen	kopfingen	DE		0	Europe/Berlin	47.81739	9.67259		Kopfingen,Kopflingen,Köpfingen,Köpflingen		01	084	08436	08436011
2885639	Kopfham	kopfham	DE		0	Europe/Berlin	48.5894	12.14436				02	092	09274	09274126
2885652	Köpernitzer Mühle	koepernitzer-muehle	DE		0	Europe/Berlin	53.06837	12.95456				11	00	12068	12068353
2885653	Köpernitz	koepernitz	DE		0	Europe/Berlin	53.05989	12.94215				11	00	12068	12068353
2885654	Köpernitz	koepernitz	DE		0	Europe/Berlin	52.24557	12.30933		Koepernitz,Kopernitz,Köpernitz		11	00	12069	12069696
2885656	Köpenick	kopenick-bezirk	DE		60128	Europe/Berlin	52.4455	13.57455		Berlin-Koepenick,Berlin-Köpenick,Copenicum,Kjopenik,Kopenik,Verwaltungsbezirk Kopenick,Verwaltungsbezirk Köpenick,Копенік,Кёпеник		16	00	11000	11000000
2885657	Berlin Köpenick	berlin-koepenick	DE		59561	Europe/Berlin	52.44254	13.58228		Berlin-Kopenick,Berlin-Köpenick,Koepenick,Köpenick		16	00	11000	11000000
2885658	Kopendorf	kopendorf	DE		0	Europe/Berlin	54.47616	11.05319				10	00	01055	01055046
2885663	Koosdorf	koosdorf	DE		0	Europe/Berlin	54.58333	13.53333				12			
2885664	Koosbüsch	koosbuesch	DE		0	Europe/Berlin	50.00356	6.42444				08	00	07232	07232501
2885667	Konzendorf	konzendorf	DE		0	Europe/Berlin	50.8092	6.41933		Konzendorf		07	053	05358	05358008
2885669	Konzenberg	konzenberg	DE		0	Europe/Berlin	48.44957	10.43194		Konzenberg		02	097	09774	09774140
2885670	Konzen	konzen	DE		0	Europe/Berlin	50.58692	6.25444		Konzen		07	053	05334	05334020
2885673	Köntrup	koentrup	DE		0	Europe/Berlin	51.86271	8.11443				07	055	05570	05570020
2885675	Konstein	konstein	DE		0	Europe/Berlin	48.82767	11.07341		Konstein		02	091	09176	09176166
2885677	Konstanzer	konstanzer	DE		0	Europe/Berlin	47.55695	10.10819				02	097	09780	09780132
2885684	Konsages	konsages	DE		0	Europe/Berlin	53.90353	13.61738				12	00	13075	13075043
2885685	Konrode	konrode	DE		0	Europe/Berlin	50.81614	9.82942		Conrode,Konrode		05	066	06632	06632019
2885687	Konradsweiler	konradsweiler	DE		0	Europe/Berlin	47.98142	9.9941				01	084	08426	08426100
2885689	Konradshöhe	konradshohe	DE		5939	Europe/Berlin	52.58535	13.22758				16	00	11000	11000000
2885690	Konradshofen	konradshofen	DE		0	Europe/Berlin	48.20718	10.64806		Konradshofen		02	097	09772	09772197
2885692	Konradsheim	konradsheim	DE		0	Europe/Berlin	50.8126	6.76657		Konradsheim		07	053	05362	05362020
2885694	Konradsburg	konradsburg	DE		0	Europe/Berlin	51.71406	11.34717		Konradsburg		14	00	15085	15085110
2885695	Konradsbronn	konradsbronn	DE		0	Europe/Berlin	49.02647	10.25205				01	081	08136	08136084
2885698	Konradinsgrund	konradinsgrund	DE		0	Europe/Berlin	49.63017	11.95107				02	093	09371	09371121
2885699	Konrading	konrading	DE		0	Europe/Berlin	48.78953	13.1627				02	092	09271	09271123
2885700	Konrading	konrading	DE		0	Europe/Berlin	48.32219	12.33419				02	091	09183	09183114
2885704	Könparn	konparn	DE		0	Europe/Berlin	47.95429	12.21937		Konbarn,Könbarn		02	091	09187	09187174
2885706	Konow	konow	DE		0	Europe/Berlin	54.05861	11.98319				12	00	13072	13072093
2885710	Könnigde	koennigde	DE		189	Europe/Berlin	52.63437	11.57588		Konnigde,Könnigde		14	00	15090	15090070
2885716	Könnern	koennern	DE		5339	Europe/Berlin	51.6712	11.77068		Kenern,Kjonnern,Koennern,Konnern,Könnern,ke nei er en,kwnrn,Кенерн,Кённерн,كونرن,کونرن,克内尔恩		14	00	15089	15089195
2885718	Konnefeld	konnefeld	DE		0	Europe/Berlin	51.04586	9.62615		Connefeld,Konnefeld		05	066	06634	06634015
2885721	Könkendorf	koenkendorf	DE		0	Europe/Berlin	53.18407	12.3047				11	00	12070	12070316
2886077	Kölsa	koelsa	DE		0	Europe/Berlin	51.58143	13.20989				11	00	12062	12062128
2885723	Könitz	koenitz	DE		1719	Europe/Berlin	50.64979	11.48809				15	00	16073	16073111
2885729	Konikow	konikow	DE		0	Europe/Berlin	53.23477	11.99535				11	00	12070	12070325
2885732	Königs Wusterhausen	koenigs-wusterhausen	DE		32513	Europe/Berlin	52.30141	13.633		Kenigs Vusterkhauzen,Kenigs-Vusterkhauzen,Kenigsvusterhauzene,Kjonigs-Vusterkhauzen,Koenigs Wusterhausen,Konigs Wusterhausen,Königs Wusterhausen,Kēnigsvusterhauzene,Parsk,ke ni xi si wu si te hao sen,kwnyghz fwstrhawzn,kwnygz wwstrhawzn,Кенигс Вустерхаузен,Кенігс-Вустерхаузен,Кёнигс-Вустерхаузен,Քյոնիգս Վուստերհաուզեն,קניגס ווסטרהאוזן,كونيغز فوسترهاوزن,کونیگز ووسترهاوزن,柯尼希斯武斯特豪森		11	00	12061	12061260
2885734	Königswinter	koenigswinter	DE		41164	Europe/Berlin	50.68376	7.18675		K'onigsvinter,Kenigsvinter,Kjonigsvinter,Koenigsvinter,Koenigswinter,Konigswinter,Königsvinter,Königswinter,ke ni ge si wen te er,kwnyghsfyntr,kwnygzwyntr,Кенигсвинтер,Кенігсвінтер,Кьонигсвинтер,Кёнигсвинтер,كونيغسفينتر,کونیگزوینتر,克尼格斯温特尔		07	053	05382	05382024
2885738	Königswiesen	konigswiesen	DE		0	Europe/Berlin	49.00716	12.0702				02	093	09362	09362000
2885745	Königswalde	koenigswalde	DE		0	Europe/Berlin	50.74844	12.41371				13	00	14524	14524300
2885747	Königswald	koenigswald	DE		0	Europe/Berlin	51.11667	13.78333				13	00	14612	14612000
2885748	Königswald	koenigswald	DE		0	Europe/Berlin	51.06746	9.81804				05	066	06632	06632005
2885758	Königsthal	koenigsthal	DE		0	Europe/Berlin	50.56264	11.31262				15	00	16073	16073067
2885760	Königstein im Taunus	koenigstein-im-taunus	DE		15661	Europe/Berlin	50.17943	8.47132	364	Kenigshtajn na Taunusu,Kenigshtajn-im-Taunus,Kjonigshtajn,Koenigstein im Taunus,Konigstein,Königstein,Königstein im Taunus,kwnyghshtayn am tawnws,tao nu si shan qu ke ni xi shi tai yin,Кенигштајн на Таунусу,Кенігштайн-ім-Таунус,Кёнигштайн,كونيغشتاين إم تاونوس,کونیگ‌اشتاین ایم تاونوس,陶努斯山区柯尼希施泰因		05	064	06434	06434005
2885762	Königstein	koenigstein	DE		0	Europe/Berlin	54.63333	9.91667				10	00	01059	01059034
2885763	Königstein	koenigstein	DE		0	Europe/Berlin	51.06103	14.5769				13	00	14626	14626510
2885764	Königstein	koenigstein	DE		3011	Europe/Berlin	50.9157	14.07186		K'onigshhajn,Kenigshtajn,Kenigsteina,Kjonigshtajn,Koenigstein,Koenigstein/Saechsische Schweiz,Kralowc,Königstein/Sächsische Schweiz,Kēnigšteina,kwnyghshtayn,kwnygshtayn,Кенигштајн,Кьонигщайн,Кёнигштайн,كونيغشتاين,کونیگشتاین		13	00	14628	14628210
2885765	Königstein	koenigstein	DE		1761	Europe/Berlin	49.60854	11.63143	490	Kenigshtajn,Kjonigshtajn,Koenigstein (Oberpfalz),Königstein (Oberpfalz),Кенигштајн,Кенігштайн,Кёнигштайн,Քյոնիգշտայն		02	093	09371	09371135
2885769	Königstedt	koenigstedt	DE		0	Europe/Berlin	52.81814	11.27977				14	00	15081	15081455
2885771	Königstädten	koenigstaedten	DE		0	Europe/Berlin	49.96278	8.44972	88			05	064	06433	06433012
2885776	Königsspitze	koenigsspitze	DE		0	Europe/Berlin	51.06667	7.21667				07	053	05378	05378012
2885778	Königssee	konigssee	DE		0	Europe/Berlin	47.59405	12.99564				02	091	09172	09172132
2885779	Königsrode	koenigsrode	DE		0	Europe/Berlin	52.33333	12.21667				14	00	15086	15086040
2885780	Königsried	konigsried	DE		0	Europe/Berlin	47.83142	10.75035				02	097	09777	09777118
2885785	Königsmühle	koenigsmuehle	DE		0	Europe/Berlin	54.3	9.31667				10	00	01059	01059024
2885787	Königsmoor	koenigsmoor	DE		0	Europe/Berlin	53.66667	9.35				06	00	03359	03359019
2885798	Königsmark	koenigsmark	DE		530	Europe/Berlin	52.79917	11.84328		Konigsmark,Königsmark		14	00	15090	15090415
2885800	Königslutter am Elm	koenigslutter-am-elm	DE		16419	Europe/Berlin	52.25116	10.81683		Kenigsluter am Elm,Kjonigslutehr-na-Ehl'me,Kjonigslutter-am-Ehl'm,Koenigslutter am Elm,Konigslutter,Konigslutter am Elm,Königslutter,Königslutter am Elm,Luttera Regalis,ai er mu shan lu ke ni ge si lu te er,kwnyghslwtr,kwnygzlwtr,Кенигслутер ам Елм,Кёнигслуттер-ам-Эльм,Кёнігслутэр-на-Эльме,كونيغسلوتر,کونیگزلوتر,埃尔姆山麓克尼格斯卢特尔		06	00	03154	03154013
2885802	Königslachen	konigslachen	DE		0	Europe/Berlin	48.5861	11.28445				02	091	09185	09185158
2885803	Königskrug	konigskrug	DE		0	Europe/Berlin	51.74659	10.57477				06	00	03153	03153016
2885809	Königshütte	koenigshuette	DE		0	Europe/Berlin	52.5528	12.35838		Kolonie Konigshutte,Kolonie Königshütte,Konigshutte,Königshütte		11	00	12063	12063244
2885810	Königshütte	koenigshuette	DE		563	Europe/Berlin	51.74337	10.76523		Konigshutte,Königshütte		14	00	15085	15085228
2885816	Königshoven	koenigshoven	DE		0	Europe/Berlin	51.00522	6.54179				07	053	05362	05362004
2885818	Königshorst	koenigshorst	DE		0	Europe/Berlin	52.92841	11.13833				06	00	03354	03354026
2885914	Königsborn	koenigsborn	DE		627	Europe/Berlin	52.13787	11.75389		Koenigsborn,Konigsborn,Königsborn		14	00	15086	15086005
2886078	Kölsa	koelsa	DE		0	Europe/Berlin	51.4706	12.23108				13	00	14730	14730340
2886081	Kölpinsee	koelpinsee	DE		0	Europe/Berlin	54.03747	14.02383		Kolonie Kolpinsee,Kolonie Kölpinsee,Kolpinsee,Kolpinsee auf Usedom,Kölpinsee,Kölpinsee auf Usedom		12	00	13075	13075080
2885830	Königshofen auf der Heide	konigshofen-auf-der-heide	DE		0	Europe/Berlin	49.14831	10.54207		Koenigshofen,Konigshofen,Konigshofen auf der Haide,Konigshofen auf der Heide,Königshofen,Königshofen auf der Haide,Königshofen auf der Heide		02	095	09571	09571115
2885831	Königshofen	koenigshofen	DE		0	Europe/Berlin	51.00268	11.90574				15	00	16074	16074039
2885832	Königshofen	koenigshofen	DE		0	Europe/Berlin	50.16595	8.30196		Koenigshofen,Konigshofen,Königshofen		05	064	06439	06439011
2885833	Königshofen	konigshofen	DE		0	Europe/Berlin	50.06065	9.20985				02	096	09671	09671143
2885834	Königshofen	koenigshofen	DE		0	Europe/Berlin	49.54618	9.73482				01	081	08128	08128139
2885838	Königshof	koenigshof	DE		0	Europe/Berlin	51.30911	6.58762				07	051	05114	05114000
2885839	Königshof	koenigshof	DE		0	Europe/Berlin	53.26667	9.5				06	00	03357	03357019
2885840	Königshof	koenigshof	DE		0	Europe/Berlin	51.74194	10.76583				14	00	15085	15085228
2885841	Königshof	konigshof	DE		0	Europe/Berlin	50.40148	11.87047				02	094	09475	09475181
2885842	Königshof	konigshof	DE		0	Europe/Berlin	49.38477	11.0754				02	095	09564	09564000
2885849	Königshoek	koenigshoek	DE		0	Europe/Berlin	53.34301	7.49084				06	00	03457	03457014
2885851	Königsheide	koenigsheide	DE		0	Europe/Berlin	51.27222	7.45054				07	059	05954	05954004
2885852	Königsheide	koenigsheide	DE		0	Europe/Berlin	51.09558	7.48579				07	053	05374	05374024
2885857	Königshausen	konigshausen	DE		0	Europe/Berlin	48.19971	10.70063				02	097	09772	09772200
2885858	Königshardt	koenigshardt	DE		0	Europe/Berlin	51.54703	6.86071				07	051	05119	05119000
2885859	Königshammer	konigshammer	DE		0	Europe/Berlin	49.33927	11.10778				02	095	09576	09576151
2885864	Königshain	koenigshain	DE		0	Europe/Berlin	50.96903	12.88423		Koenigshain,Konigshain,Königshain		13	00	14522	14522290
2885865	Königshagen	koenigshagen	DE		0	Europe/Berlin	51.19215	9.14723				05	066	06635	06635009
2885879	Königsförde	koenigsfoerde	DE		0	Europe/Berlin	54.35	9.9				10	00	01058	01058093
2885880	Königsförde	koenigsfoerde	DE		0	Europe/Berlin	52.06689	9.27255				06	00	03252	03252001
2885884	Königsfeld	koenigsfeld	DE		623	Europe/Berlin	50.49792	7.17712			07131041	08	00	07131	07131041
2885895	Königsee	koenigsee	DE		5666	Europe/Berlin	50.66143	11.09748		Kenigze,Kjonigzee,Koenigsee,Konigsee,Konigssee,Königsee,Königssee,ke ni ge sai,kwnyghzyh,kwnygzy,Кенигзе,Кёнигзее,كونيغزيه,کونیگزی,克尼格塞		15	00	16073	16073112
2885900	Königsdahlum	koenigsdahlum	DE		0	Europe/Berlin	51.98178	10.11582				06	00	03254	03254008
2885901	Königschalding	konigschalding	DE		0	Europe/Berlin	48.58326	13.35859				02	092	09262	09262000
2885902	Königschaffhausen	konigschaffhausen	DE		0	Europe/Berlin	48.13459	7.65678				01	083	08316	08316012
2885907	Königsbrunn	koenigsbrunn	DE		0	Europe/Berlin	48.58333	10		Koenigsbrunn,Konigsbrunn,Königsbrunn		01	084	08425	08425005
2885911	Königsbronnhof	konigsbronnhof	DE		0	Europe/Berlin	48.89445	9.49294				01	081	08119	08119061
2885913	Königsborn	koenigsborn	DE		0	Europe/Berlin	51.5607	7.68921		Koenigsborn,Konigsborn,Königsborn		07	059	05978	05978036
2885925	Königsberg	koenigsberg	DE		0	Europe/Berlin	53.06371	12.43532				11	00	12068	12068181
2885926	Königsberg	koenigsberg	DE		0	Europe/Berlin	52.27534	12.59056				11	00	12069	12069216
2885927	Königsberg	koenigsberg	DE		0	Europe/Berlin	52.25447	8.86896				07	057	05770	05770024
2885928	Königsberg	koenigsberg	DE		0	Europe/Berlin	50.64169	8.53496				05	065	06531	06531002
2885968	Königsbach an der Weinstraße	koenigsbach-an-der-weinstrasse	DE		0	Europe/Berlin	49.38515	8.15867		Konigsbach,Konigsbach an der Weinstrasse,Königsbach,Königsbach an der Weinstraße		08	00	07316	07316000
2885974	Königsbach	koenigsbach	DE		0	Europe/Berlin	50.32428	7.58639				08	00	07111	07111000
2885975	Königsbach	konigsbach	DE		0	Europe/Berlin	48.96667	8.61667				01	082	08236	08236076
2885978	Neu Königsaue	neu-koenigsaue	DE		370	Europe/Berlin	51.83416	11.402		Konigsaue,Königsaue,Neu Konigsaue,Neu Königsaue		14	00	15089	15089015
2885979	Königsau	koenigsau	DE		69	Europe/Berlin	49.85	7.48333			07133203	08	00	07133	07133203
2885986	Königreich	koenigreich	DE		0	Europe/Berlin	53.52528	9.73019				06	00	03359	03359028
2885989	Königlich Reetz	koeniglich-reetz	DE		0	Europe/Berlin	52.77857	14.13915				11	00	12064	12064371
2885994	Königerode	koenigerode	DE		817	Europe/Berlin	51.60171	11.20247		Konigerode,Königerode		14	00	15085	15085145
2886003	Konhalden	konhalden	DE		0	Europe/Berlin	49.03333	9.63333				01	081	08127	08127062
2886004	Könghausen	konghausen	DE		0	Europe/Berlin	48.18793	10.56837				02	097	09778	09778134
2886005	Köngetried	kongetried	DE		0	Europe/Berlin	47.97996	10.45521				02	097	09778	09778113
2886009	Konfeld	konfeld	DE		0	Europe/Berlin	49.55634	6.83407		Konfeld		09	00	10042	10042117
2886012	Konerow	konerow	DE		0	Europe/Berlin	54.09694	13.63959				12	00	13075	13075146
2886013	Könen	koenen	DE		0	Europe/Berlin	49.67992	6.55222				08	00	07235	07235068
2886015	Koneberg	koneberg	DE		0	Europe/Berlin	47.98463	10.72235				02	097	09777	09777140
2886017	Köndringen	kondringen	DE		0	Europe/Berlin	48.1394	7.80613				01	083	08316	08316043
2886018	Kondrau	kondrau	DE		0	Europe/Berlin	49.99086	12.28512				02	093	09377	09377158
2886019	Könderitz	koenderitz	DE		0	Europe/Berlin	51.08692	12.21144				14	00	15084	15084130
2886024	Könbronn	konbronn	DE		0	Europe/Berlin	49.35425	9.9701				01	081	08127	08127075
2886025	Konau	konau	DE		0	Europe/Berlin	53.24981	10.87859				06	00	03355	03355049
2886026	Könau	koenau	DE		0	Europe/Berlin	52.89125	10.70764				06	00	03360	03360030
2886027	Konatsried	konatsried	DE		0	Europe/Berlin	49.4514	12.45184				02	093	09376	09376151
2886028	Komturei Lietzen	komturei-lietzen	DE		0	Europe/Berlin	52.48333	14.33333				11	00	12064	12064288
2886035	Komper	komper	DE		0	Europe/Berlin	53.60218	7.40124				06	00	03452	03452007
2886038	Komp	komp	DE		0	Europe/Berlin	50.95692	7.77891				07	053	05374	05374040
2886039	Komp	komp	DE		0	Europe/Berlin	50.68773	7.36417				07	053	05382	05382024
2886040	Kömmlitz	koemmlitz	DE		0	Europe/Berlin	51.43535	12.34899				13	00	14730	14730250
2886041	Kömmlitz	koemmlitz	DE		0	Europe/Berlin	51.21667	13.53333				13	00	14627	14627200
2886042	Kommlingen	kommlingen	DE		0	Europe/Berlin	49.68226	6.60495				08	00	07235	07235068
2886044	Kommingen	kommingen	DE		0	Europe/Berlin	47.81652	8.61282				01	083	08326	08326005
2886046	Kommerscheidt	kommerscheidt	DE		0	Europe/Berlin	50.66633	6.39853		Commerscheid,Homerscheidt,Kemmerscheid,Komerscheidt,Kommerscheid,Kommerscheidt		07	053	05358	05358044
2886047	Kommern	kommern	DE		0	Europe/Berlin	50.61159	6.65076		Kommern		07	053	05366	05366028
2886049	Kommende Dommitzsch	kommende-dommitzsch	DE		0	Europe/Berlin	51.61667	12.88333		Kommende Dommitzsch		13	00	14730	14730090
2886051	Kömertshof	komertshof	DE		0	Europe/Berlin	48.71487	10.56711				02	097	09773	09773117
2886057	Kombach	kombach	DE		0	Europe/Berlin	50.87827	8.55784				05	065	06534	06534004
2886058	Kölzow	koelzow	DE		0	Europe/Berlin	54.10511	12.54278				12	00	13073	13073015
2886059	Kölzin	koelzin	DE		350	Europe/Berlin	53.96326	13.45001				12	00	13075	13075044
2886060	Kölzin	koelzin	DE		0	Europe/Berlin	53.52051	10.94376				12	00	13076	13076073
2886061	Kölzenhain	koelzenhain	DE		0	Europe/Berlin	50.5577	9.16649				05	065	06535	06535018
2886063	Kolzenburg	kolzenburg	DE		0	Europe/Berlin	52.05936	13.16612				11	00	12072	12072232
2886064	Kölzen	koelzen	DE		0	Europe/Berlin	51.21425	12.1215				14	00	15084	15084315
2886069	Koltzschen	koltzschen	DE		0	Europe/Berlin	51.10555	12.8469		Koltzschen		13	00	14729	14729080
2886071	Kölsum	koelsum	DE		0	Europe/Berlin	51.28606	6.30694				07	051	05166	05166016
2886072	Kolshorn	kolshorn	DE		0	Europe/Berlin	52.42172	9.95384		Kolshorn		06	00	03241	03241011
2886074	Kölschhausen	koelschhausen	DE		0	Europe/Berlin	50.63389	8.39684				05	065	06532	06532008
2886082	Kölpinsee	koelpinsee	DE		0	Europe/Berlin	53.51667	12.61667				12	00	13071	13071156
2886088	Kölpin	koelpin	DE		0	Europe/Berlin	53.85022	13.85035				12	00	13075	13075137
2886089	Kölpin	koelpin	DE		0	Europe/Berlin	53.70889	12.8595				12	00	13071	13071142
2886090	Kölpin	koelpin	DE		0	Europe/Berlin	53.63708	11.67154				12	00	13076	13076029
2886091	Kolpin	kolpin	DE		0	Europe/Berlin	52.29296	13.98495		Colpin,Kolpin		11	00	12067	12067413
2886094	Kolpien	kolpien	DE		0	Europe/Berlin	51.82435	13.45349				11	00	12072	12072053
2886098	Kolonie Zern	kolonie-zern	DE		0	Europe/Berlin	52.40806	12.90432				11	00	12069	12069656
2886099	Kolonie Zeche Ewald	kolonie-zeche-ewald	DE		0	Europe/Berlin	51.65	7.25				07	055	05562	05562028
2886100	Kolonie Wittstock	kolonie-wittstock	DE		0	Europe/Berlin	52.2177	12.3006				11	00	12069	12069089
2886101	Kolonie Welheim	kolonie-welheim	DE		0	Europe/Berlin	51.5292	6.98297				07	055	05512	05512000
2886102	Wasserstraße	wasserstrasse	DE		0	Europe/Berlin	52.47665	9.10218		Kolonie Wasserstrasse,Kolonie Wasserstraße,Wasserstrasse,Wasserstraße		07	057	05770	05770028
2886103	Kolonie Waldheil	kolonie-waldheil	DE		0	Europe/Berlin	51.49361	11.87				14	00	15088	15088319
2886104	Kolonie Wachendorf	kolonie-wachendorf	DE		0	Europe/Berlin	52.86624	8.87732				06	00	03251	03251041
2886105	Kolonie Vorheide	kolonie-vorheide	DE		0	Europe/Berlin	52.16868	14.22766				11	00	12067	12067036
2886106	Kolonie Vogler	kolonie-vogler	DE		0	Europe/Berlin	52.53333	13.9				11	00	12064	12064408
2886107	Kolonie Vitzke	kolonie-vitzke	DE		0	Europe/Berlin	52.77992	11.10036				14	00	15081	15081290
2886108	Kolonie Veenhusen	kolonie-veenhusen	DE		0	Europe/Berlin	53.28848	7.48287				06	00	03457	03457014
2886109	Kolonie Tieckow	kolonie-tieckow	DE		0	Europe/Berlin	52.45992	12.45697				11	00	12069	12069270
2886110	Kolonie Thyrow	kolonie-thyrow	DE		0	Europe/Berlin	52.25024	13.25501				11	00	12072	12072426
2886111	Kolonie Tannenhof	kolonie-tannenhof	DE		0	Europe/Berlin	52.32989	13.085				11	00	12069	12069397
2886112	Kolonie Tannenberg	kolonie-tannenberg	DE		0	Europe/Berlin	51.6	7.66667				07	059	05978	05978020
2886114	Kolonie Steinförde	kolonie-steinfoerde	DE		0	Europe/Berlin	52.65	9.86667				06	00	03351	03351023
2886115	Kolonie Stahldorf	kolonie-stahldorf	DE		0	Europe/Berlin	52.31667	10.25				06	00	03157	03157006
2886116	Kolonie Siegfried	kolonie-siegfried	DE		0	Europe/Berlin	51.81667	9.9				06	00	03155	03155013
2886117	Kolonie Seidewinkel	kolonie-seidewinkel	DE		0	Europe/Berlin	51.4691	14.25698				13	00	14625	14625120
2886118	Kolonie Schönburgsau	kolonie-schoenburgsau	DE		0	Europe/Berlin	51.45108	13.85032				11	00	12066	12066272
2886119	Kolonie Scholz	kolonie-scholz	DE		0	Europe/Berlin	52.53333	13.93333				11	00	12064	12064153
2886120	Kolonie Scholven	kolonie-scholven	DE		0	Europe/Berlin	51.6	7.01667				07	055	05513	05513000
2886122	Kolonie Saarmund	kolonie-saarmund	DE		0	Europe/Berlin	52.31068	13.12411				11	00	12069	12069454
2886123	Kolonie Rosenfeld	kolonie-rosenfeld	DE		0	Europe/Berlin	51.17053	14.93462				13	00	14626	14626520
2886124	Kolonie Röntgental	kolonie-roentgental	DE		0	Europe/Berlin	52.64978	13.51576		Roentgental,Röntgental		11	00	12060	12060181
2886126	Kolonie Roeske	kolonie-roeske	DE		0	Europe/Berlin	52.4	12.91667				11	00	12069	12069656
2886127	Kolonie Rietze	kolonie-rietze	DE		0	Europe/Berlin	52.01706	13.6578				11	00	12061	12061405
2886130	Kolonie Obermeitingen	kolonie-obermeitingen	DE		0	Europe/Berlin	48.13752	10.83483				02	091	09181	09181131
2886131	Kolonie Oberadenerheide	kolonie-oberadenerheide	DE		0	Europe/Berlin	51.61667	7.6				07	059	05978	05978004
2886132	Neu Rohrbeck	neu-rohrbeck	DE		0	Europe/Berlin	52.55198	13.04146				11	00	12063	12063056
2886133	Kolonie Neu Lüdershagen	kolonie-neu-luedershagen	DE		0	Europe/Berlin	54.24873	13.04523				12	00	13073	13073099
2886134	Neu Krauscha	neu-krauscha	DE		0	Europe/Berlin	51.24075	14.98449				13	00	14626	14626330
2886136	Kolonie Neu Grüneberg	kolonie-neu-grueneberg	DE		0	Europe/Berlin	52.12134	11.68472				14	00	15003	15003000
2886137	Neudöberitz	neudoeberitz	DE		0	Europe/Berlin	52.54061	13.04721				11	00	12063	12063056
2886138	Kolonie Neu Asseln	kolonie-neu-asseln	DE		0	Europe/Berlin	51.51667	7.56667				07	059	05913	05913000
2886139	Kolonie Neermoor	kolonie-neermoor	DE		0	Europe/Berlin	53.31667	7.46667		Kolonie Neermoor,Neermoor Kolonie		06	00	03457	03457014
2886140	Kolonie Naundorf	kolonie-naundorf	DE		0	Europe/Berlin	51.70532	13.01929				14	00	15091	15091010
2886141	Kolonie Mochau	kolonie-mochau	DE		0	Europe/Berlin	51.9274	12.66281				14	00	15091	15091375
2886142	Kolonie Maximilian	kolonie-maximilian	DE		0	Europe/Berlin	51.689	7.89385		Kolonie Maximilian,Maximilian Kolonie		07	059	05915	05915000
2886143	Kolonie Lühlerheim	kolonie-luehlerheim	DE		0	Europe/Berlin	51.70167	6.75117		Kolonie Luhlerheim,Kolonie Lühlerheim,Luhlerheim,Lühlerheim		07	051	05170	05170036
2886144	Kolonie Ludwigsdorf	kolonie-ludwigsdorf	DE		0	Europe/Berlin	52.14655	7.332				07	055	05566	05566084
2886145	Kolonie Lindenplan	kolonie-lindenplan	DE		0	Europe/Berlin	51.9	9.68333				06	00	03255	03255027
2886146	Kolonie Leubsdorf	kolonie-leubsdorf	DE		0	Europe/Berlin	50.78528	13.18885				13	00	14522	14522320
2886147	Kolonie Lethe	kolonie-lethe	DE		0	Europe/Berlin	52.89448	8.18609		Kolonie Lethe,Lethe Kolonie		06	00	03458	03458007
2886148	Kolonie Lerchenau	kolonie-lerchenau	DE		0	Europe/Berlin	48.2	11.55		Kolonie Lerchenau,Lerchenau		02	091	09162	09162000
2886149	Kolonie Lenz	kolonie-lenz	DE		0	Europe/Berlin	52.47034	11.16108		Kolonie Lenz,Lenz		14	00	15081	15081135
2886150	Kolonie Lehngasse	kolonie-lehngasse	DE		0	Europe/Berlin	51.17673	14.93445				13	00	14626	14626520
2886151	Saaler Bauern	saaler-bauern	DE		0	Europe/Berlin	54.29684	12.52124				12	00	13073	13073077
2886152	Kolonie Krügerhorst	kolonie-kruegerhorst	DE		0	Europe/Berlin	52.45	11.16667				14	00	15081	15081135
2886153	Kolonie Kleinsee	kolonie-kleinsee	DE		0	Europe/Berlin	51.95	14.51667				11	00	12071	12071193
2886154	Kolonie Klein Machnow	kolonie-klein-machnow	DE		0	Europe/Berlin	52.4	13.21667				11	00	12069	12069304
2886155	Kolonie Klein Kiesow	kolonie-klein-kiesow	DE		0	Europe/Berlin	54	13.51667				12	00	13075	13075041
2886156	Kolonie Klein Eichholz	kolonie-klein-eichholz	DE		0	Europe/Berlin	52.21667	13.83333				11	00	12061	12061217
2886157	Kolonie Klein Dölln	kolonie-klein-doelln	DE		0	Europe/Berlin	52.99855	13.5049				11	00	12073	12073572
2886159	Kolonie Kienitz	kolonie-kienitz	DE		0	Europe/Berlin	52.85395	13.50675				11	00	12060	12060269
2886160	Kerstheide	kerstheide	DE		0	Europe/Berlin	51.62923	7.70597		Kerstheide,Kolonie Kerstheide		07	059	05915	05915000
2886163	Kolonie Karlsfund	kolonie-karlsfund	DE		0	Europe/Berlin	51.95002	10.10676		Carlsfund,Kolonie Carlsfund,Kolonie Karlsfund		06	00	03153	03153012
2886164	Kolonie Kämeritz	kolonie-kaemeritz	DE		0	Europe/Berlin	52.45457	11.25316		Kameritz,Kolonie Kameritz,Kolonie Kämeritz,Kämeritz		14	00	15081	15081135
2886165	Kolonie Kalkwerk	kolonie-kalkwerk	DE		0	Europe/Berlin	52.05	9.68333				06	00	03254	03254013
2886166	Kaiserau	kaiserau	DE		0	Europe/Berlin	51.56576	7.61679		Kolonie Kaiserau		07	059	05978	05978020
2886167	Kolonie Jänschwalde	kolonie-jaenschwalde	DE		0	Europe/Berlin	51.86327	14.50897		Kolonie,Pipanojce		11	00	12071	12071193
2886168	Kolonie Hurlach	kolonie-hurlach	DE		0	Europe/Berlin	48.12479	10.83964		Hurlach,Kolonie Hurlach		02	091	09181	09181126
2886169	Kolonie Huntlosen	kolonie-huntlosen	DE		0	Europe/Berlin	52.98042	8.29449				06	00	03458	03458007
2886170	Kolonie Hoyerstein	kolonie-hoyerstein	DE		0	Europe/Berlin	51.63333	11.6				14	00	15087	15087165
2886171	Kolonie Horstmar	kolonie-horstmar	DE		0	Europe/Berlin	51.6	7.55				07	059	05978	05978024
2886172	Kolonie Holstein	kolonie-holstein	DE		0	Europe/Berlin	51.52234	7.59253				07	059	05913	05913000
2886173	Kolonie Hespenbusch	kolonie-hespenbusch	DE		0	Europe/Berlin	52.93333	8.31667				06	00	03458	03458007
2886174	Kolonie Herrenhorst	kolonie-herrenhorst	DE		0	Europe/Berlin	52.55	13.9				11	00	12064	12064472
2886175	Kolonie Helbra	kolonie-helbra	DE		0	Europe/Berlin	51.55	11.48333				14	00	15087	15087205
2886176	Riehe	riehe	DE		0	Europe/Berlin	52.46137	9.07363		Heimser Riehe,Kolonie Heimser Riehe,Kolonie Riehe,Riehe		07	057	05770	05770028
2886177	Kolonie Heide	kolonie-heide	DE		0	Europe/Berlin	52.28648	8.78168		Heide,Kolonie Heide		07	057	05770	05770012
2886178	Kolonie Hasenberg	kolonie-hasenberg	DE		0	Europe/Berlin	51.11667	14.93333				13	00	14626	14626110
2886179	Kolonie Harenberg	kolonie-harenberg	DE		0	Europe/Berlin	52.38006	9.62666				06	00	03241	03241015
2886180	Kolonie Grünhaus	kolonie-gruenhaus	DE		0	Europe/Berlin	51.53333	13.71667				11	00	12062	12062140
2886181	Kolonie Grunewald	kolonie-grunewald	DE		0	Europe/Berlin	51.55	7.53333				07	059	05913	05913000
2886183	Kolonie Groß Eichholz	kolonie-gross-eichholz	DE		0	Europe/Berlin	52.15194	13.8846				11	00	12067	12067481
2886184	Kolonie Groß Drewitz	kolonie-gross-drewitz	DE		0	Europe/Berlin	52.00414	14.58978				11	00	12071	12071337
2886185	Kolonie Greifenhain	kolonie-greifenhain	DE		0	Europe/Berlin	51.64114	14.15424				11	00	12071	12071057
2886186	Kolonie Gertrudenau	kolonie-gertrudenau	DE		0	Europe/Berlin	51.61667	7.15				07	055	05562	05562020
2886187	Bremsdorfer Mühle	bremsdorfer-muehle	DE		0	Europe/Berlin	52.13544	14.46213				11	00	12067	12067438
2886188	Kolonie Friesland	kolonie-friesland	DE		0	Europe/Berlin	53.35467	7.22028				06	00	03402	03402000
2886189	Kolonie Freiimfelde	kolonie-freiimfelde	DE		0	Europe/Berlin	51.3801	11.97811				14	00	15088	15088220
2886190	Kolonie Fredersdorf	kolonie-fredersdorf	DE		0	Europe/Berlin	52.50235	13.72375				11	00	12064	12064136
2886191	Kolonie Falkenhorst	kolonie-falkenhorst	DE		0	Europe/Berlin	52.39949	13.58136		Berlin-Falkenhorst,Falkenhorst,Kolonie Falkenhorst		16	00	11000	11000000
2886192	Kolonie Etzdorf	kolonie-etzdorf	DE		0	Europe/Berlin	51.42931	11.73262				14	00	15087	15087386
2886193	Kolonie Erika	kolonie-erika	DE		0	Europe/Berlin	51.48333	14.13333				13	00	14625	14625120
2886194	Kolonie Engelbert	kolonie-engelbert	DE		0	Europe/Berlin	51.51667	6.93333				07	055	05512	05512000
2886195	Kolonie Emscher	kolonie-emscher	DE		0	Europe/Berlin	51.5	6.98333				07	051	05113	05113000
2886196	Kolonie Eichenweiler	kolonie-eichenweiler	DE		0	Europe/Berlin	52.16912	11.64639		Gartenstadt Eichenweiler		14	00	15003	15003000
2886197	Kolonie Ecktanne	kolonie-ecktanne	DE		0	Europe/Berlin	53.5	12.66667				12	00	13071	13071156
2886198	Kolonie Drewitz	kolonie-drewitz	DE		0	Europe/Berlin	52.38333	13.15				11	00	12069	12069604
2886199	Kolonie Dickenbusch	kolonie-dickenbusch	DE		0	Europe/Berlin	52.41206	8.9494		Dickenbusch,Kolonie Dickenbusch		07	057	05770	05770028
2886200	Kolonie Buschow	kolonie-buschow	DE		0	Europe/Berlin	52.58504	12.65224				11	00	12063	12063186
2886201	Kolonie Britz	kolonie-britz	DE		0	Europe/Berlin	52.87374	13.82106				11	00	12060	12060036
2886202	Kolonie Breslack	kolonie-breslack	DE		0	Europe/Berlin	52.03946	14.68872				11	00	12067	12067338
2886203	Kolonie Breiteiche	kolonie-breiteiche	DE		0	Europe/Berlin	52.45559	11.21859		Breiteiche,Breiteiche Eins,Breiteiche Zwei,Gut Breiteiche,Kolonie Breiteiche		14	00	15081	15081135
2886204	Kolonie Borussia	kolonie-borussia	DE		0	Europe/Berlin	51.5	7.36667				07	059	05913	05913000
2886205	Kolonie Borgsdorf	kolonie-borgsdorf	DE		0	Europe/Berlin	52.70954	13.27629				11	00	12065	12065144
2886206	Kolonie Bomsdorf	kolonie-bomsdorf	DE		0	Europe/Berlin	52.04127	14.60067				11	00	12067	12067357
2886207	Kolonie Bommerholz	kolonie-bommerholz	DE		0	Europe/Berlin	51.389	7.3053		Bommerholz,Kolonie Bommerholz		07	059	05954	05954036
2886208	Kolonie Bloischdorf	kolonie-bloischdorf	DE		0	Europe/Berlin	51.60385	14.47112		Kolonie Bloischdorf		11	00	12071	12071074
2886209	Kolonie Bernau Süd	kolonie-bernau-sued	DE		0	Europe/Berlin	52.66667	13.55				11	00	12060	12060020
2886210	Kolonie Bergstücken	kolonie-bergstuecken	DE		0	Europe/Berlin	52.38291	13.14266				11	00	12054	12054000
2886211	Kolonie Bergmannsheimstätten	kolonie-bergmannsheimstaetten	DE		0	Europe/Berlin	51.46057	14.13195				13	00	14625	14625310
2886212	Kolonie Bergfelde	kolonie-bergfelde	DE		0	Europe/Berlin	52.66667	13.31667		Kolonie Bergfelde		11	00	12065	12065144
2886213	Kolonie Bergen	kolonie-bergen	DE		0	Europe/Berlin	51.47385	14.24662				13	00	14625	14625120
2886214	Kolonie Baruther Berg	kolonie-baruther-berg	DE		0	Europe/Berlin	51.3289	14.68444		Baruther Berg Kolonie,Kolonie Baruther Berg		13	00	14626	14626260
2886215	Kolonie Bartlinge	kolonie-bartlinge	DE		0	Europe/Berlin	52.36227	8.87268		Bartlinge,Kolonie Bartlinge		07	057	05770	05770024
2886216	Kolonie Baldham	kolonie-baldham	DE		0	Europe/Berlin	48.09901	11.78687				02	091	09175	09175132
2886217	Kolonie Ahlhorn	kolonie-ahlhorn	DE		0	Europe/Berlin	52.91039	8.20444				06	00	03458	03458007
2886218	Kolonie	kolonie	DE		0	Europe/Berlin	51.84048	14.09713		Burg Kolonie,Kolonie,Prizarske Borkowy,Prizaŕske Bórkowy		11	00	12071	12071032
2886220	Kolomann	kolomann	DE		0	Europe/Berlin	48.7062	13.38722				02	092	09275	09275152
2886231	Kölnische Höfe	koelnische-hoefe	DE		0	Europe/Berlin	50.22725	7.02453				08	00	07233	07233217
2886242	Köln	koeln	DE		963395	Europe/Berlin	50.93333	6.95		Augusta Ubiorum,CGN,Cologna,Cologne,Colonha,Colonia,Colonia Agrippina,Colonia Agrippinensis,Colonia Claudia Ara Agrippinensium,Colònia,Colônia,Cołogna,Culonia,Cwlen,K'oln,Kel'n,Keln,Kelnas,Kelne,Kelni,Keulen,Kiolns,Kjol'n,Koelle,Koeln,Kol'n,Kolin nad Rynem,Kolin nad Rynom,Koloin,Kolon,Kolonia,Kolonjo,Kolín nad Rýnem,Kolín nad Rýnom,Kyoln,Këlni,Kölle,Köln,Lungsod ng Cologne,Oppidum Ubiorum,gu long,kalana,kalon,ke long,kerun,kholoy,kln,klwn,koelleun,koln,kolon,kwln,kwlwn,kwlwnya,kyolna,qln,qlwnyt,quluniat,Ķelne,Κολωνία,Келн,Кельн,Кьолн,Кёльн,Кӧльн,Көлн,Քյոլն,קלן,קעלן,قلونية,قُلُونِيَة,كولن,كولونيا,کلن,کلون,کولون,क्योल्न,ਕਲਨ,கோல்ன்,కొలోన్,ಕಲೋನ್,โคโลญ,კელნი,ኮልን,ケルン,古龍,科隆,쾰른	053	07	053	05315	05315000
2886243	Kolmstein	kolmstein	DE		0	Europe/Berlin	49.22924	12.99123				02	093	09372	09372144
2886244	Kolmschneidbach	kolmschneidbach	DE		0	Europe/Berlin	49.21067	10.61267				02	095	09571	09571216
2886245	Kolmreuth	kolmreuth	DE		0	Europe/Berlin	49.74765	11.17207				02	094	09474	09474161
2886253	Kolmberg bei Waffenbrunn	kolmberg-bei-waffenbrunn	DE		0	Europe/Berlin	49.27244	12.69282				02	093	09372	09372168
2886254	Kolmberg	kolmberg	DE		0	Europe/Berlin	49.18939	12.80445				02	093	09372	09372117
2886255	Kolmberg	kolmberg	DE		0	Europe/Berlin	49.15801	12.35764				02	093	09372	09372169
2886256	Kolmberg	kolmberg	DE		0	Europe/Berlin	49.04969	12.80232				02	092	09278	09278184
2886262	Kolmbach	kolmbach	DE		0	Europe/Berlin	49.71055	8.75795				05	064	06431	06431015
2886268	Kollwitzhütte	kollwitzhuette	DE		0	Europe/Berlin	51.4	13.01667				13	00	14730	14730060
2886270	Kollund	kollund	DE		0	Europe/Berlin	54.60355	9.19124				10	00	01054	01054041
2886272	Kollstraße	kollstrasse	DE		0	Europe/Berlin	51.1	6.05		Kollstrasse,Kollstrasze,Kollstraße		07	053	05370	05370032
2886273	Kollstein	kollstein	DE		0	Europe/Berlin	49.01667	11.93333		Kollstein,Konstein		02	093	09375	09375175
2886275	Köllsdorf	koellsdorf	DE		0	Europe/Berlin	51.15214	12.62146				13	00	14729	14729010
2886277	Kollrunge	kollrunge	DE		0	Europe/Berlin	53.50326	7.68291				06	00	03462	03462019
2886280	Kolloge	kolloge	DE		0	Europe/Berlin	52.8283	8.74549				06	00	03251	03251007
2886286	Kollnau	kollnau	DE		0	Europe/Berlin	48.10306	7.96748		Kollnau		01	083	08316	08316056
2886287	Kölln	koelln	DE		0	Europe/Berlin	53.76059	13.34513				12	00	13071	13071158
2886288	Kölln	koelln	DE		0	Europe/Berlin	53.75658	9.71251				10	00	01056	01056031
2886289	Kölln	koelln	DE		0	Europe/Berlin	53.71774	12.27705				12	00	13072	13072048
2886290	Kölln	koelln	DE		0	Europe/Berlin	49.30286	6.8935				09	00	10041	10041515
2886295	Köllmichen	koellmichen	DE		0	Europe/Berlin	51.24042	12.8907				13	00	14729	14729160
2886300	Köllme	koellme	DE		0	Europe/Berlin	51.4982	11.81389				14	00	15088	15088319
2886301	Kollmarsreute	kollmarsreute	DE		0	Europe/Berlin	48.10118	7.87836		Kollmarsreute		01	083	08316	08316011
2886302	Kollmardeich	kollmardeich	DE		0	Europe/Berlin	53.73333	9.48333				10	00	01061	01061118
2886304	Kollmannsöd	kollmannsod	DE		0	Europe/Berlin	48.38658	13.24848				02	092	09275	09275141
2886312	Kollm	kollm	DE		0	Europe/Berlin	51.26976	14.73398		Cholm,Chołm,Kollm		13	00	14626	14626440
2886313	Köllitzsch	koellitzsch	DE		0	Europe/Berlin	51.50018	13.11908				13	00	14730	14730010
2886317	Köllingbek	koellingbek	DE		0	Europe/Berlin	54.13333	10.18333				10	00	01057	01057085
2886318	Kolling	kolling	DE		0	Europe/Berlin	48.67811	12.85509				02	092	09271	09271152
2886322	Köllig	koellig	DE		0	Europe/Berlin	49.63419	6.44363				08	00	07235	07235095
2886329	Kollhof	kollhof	DE		0	Europe/Berlin	54.34366	13.53175				12	00	13073	13073070
2886331	Kollesleuken	kollesleuken	DE		0	Europe/Berlin	49.54884	6.51235				08	00	07235	07235028
2886333	Kollerup	kollerup	DE		0	Europe/Berlin	54.711	9.55797				10	00	01059	01059116
2886334	Kollertshof	kollertshof	DE		0	Europe/Berlin	50.3553	10.13502				02	096	09673	09673163
2886337	Kollersried	kollersried	DE		0	Europe/Berlin	49.06869	11.80421				02	093	09375	09375148
2886340	Kollersdorf	kollersdorf	DE		0	Europe/Berlin	48.51279	11.82459				02	091	09178	09178144
2886341	Kollersberg	kollersberg	DE		0	Europe/Berlin	48.63559	13.67991		Kollersberg		02	092	09275	09275126
2886342	Kollersaich	kollersaich	DE		0	Europe/Berlin	48.38166	12.6441				02	092	09277	09277133
2886344	Kollerhammer	kollerhammer	DE		0	Europe/Berlin	50.25362	11.69698				02	094	09475	09475136
2886351	Kollerbeck	kollerbeck	DE		0	Europe/Berlin	51.85508	9.24027				07	057	05762	05762024
2886354	Köllerbach	koellerbach	DE		0	Europe/Berlin	49.30181	6.89696				09	00	10041	10041515
2886356	Kollenzendorf	kollenzendorf	DE		0	Europe/Berlin	49.25174	12.5491				02	093	09372	09372161
2886357	Köllentrup	koellentrup	DE		0	Europe/Berlin	51.78862	8.20394				07	055	05570	05570028
2886358	Kollendorf	kollendorf	DE		0	Europe/Berlin	53.07495	10.71424				06	00	03360	03360011
2886359	Kollenbey	kollenbey	DE		0	Europe/Berlin	51.39435	12.0052		Collenbey,Kollenbey		14	00	15088	15088330
2886362	Köllen	kollen	DE		0	Europe/Berlin	47.62333	10.38903				02	097	09780	09780128
2886363	Kölleda	koelleda	DE		5824	Europe/Berlin	51.18745	11.24488		Keleda,Kjolleda,Koelleda,Kolleda,Kölleda,ke lai da,klda,kwlyda,Келеда,Кёлледа,كوليدا,کلدا,克莱达		15	00	16068	16068034
2886365	Kollberg	kollberg	DE		0	Europe/Berlin	48.74878	13.54112				02	092	09272	09272141
2886366	Kollberg	kollberg	DE		0	Europe/Berlin	48.24552	12.8969				02	092	09277	09277127
2886375	Kollbach	kollbach	DE		0	Europe/Berlin	48.51236	12.60303				02	092	09277	09277121
2886376	Kollbach	kollbach	DE		0	Europe/Berlin	48.39303	11.49242				02	091	09174	09174136
2886378	Kollau	kollau	DE		0	Europe/Berlin	51.42747	12.66123				13	00	14729	14729380
2886379	Kollase	kollase	DE		0	Europe/Berlin	53.11505	10.89957				06	00	03354	03354006
2886387	Kolksbruch	kolksbruch	DE		0	Europe/Berlin	51.18333	6.93333				07	051	05158	05158016
2886389	Kolkhorst	kolkhorst	DE		0	Europe/Berlin	52.46563	8.56839				07	057	05770	05770040
2886390	Kolkhagen	kolkhagen	DE		0	Europe/Berlin	53.15761	10.38313				06	00	03355	03355006
2886397	Kölkebeck	koelkebeck	DE		0	Europe/Berlin	52.00918	8.28787				07	057	05754	05754012
2886400	Kolkau	kolkau	DE		0	Europe/Berlin	51.01915	12.83136				13	00	14522	14522530
2886401	Kolka	kolka	DE		0	Europe/Berlin	51.03278	12.65779				13	00	14729	14729150
2886407	Kolheim	kolheim	DE		0	Europe/Berlin	53.35825	8.99477				06	00	03357	03357016
2886409	Kolepant	kolepant	DE		0	Europe/Berlin	53.21667	10.95				06	00	03355	03355049
2886410	Kolenfeld	kolenfeld	DE		0	Europe/Berlin	52.38775	9.45356				06	00	03241	03241021
2886414	Koldingen	koldingen	DE		0	Europe/Berlin	52.27278	9.79568				06	00	03241	03241013
2886416	Koldewey	koldewey	DE		0	Europe/Berlin	52.66842	8.84296				06	00	03251	03251040
2886418	Koldenhof	koldenhof	DE		0	Europe/Berlin	53.32977	13.3401				12	00	13071	13071033
2886420	Koldehörn	koldehoern	DE		0	Europe/Berlin	53.63033	7.63849				06	00	03462	03462015
2886421	Koldehörn	koldehoern	DE		0	Europe/Berlin	53.48333	7.5				06	00	03452	03452001
2886424	Kölburg	kolburg	DE		0	Europe/Berlin	49.095	12.69856				02	092	09278	09278143
2886425	Kölburg	kolburg	DE		0	Europe/Berlin	48.81653	10.86194				02	097	09779	09779186
2886428	Kolbow	kolbow	DE		0	Europe/Berlin	53.29739	11.64762				12	00	13076	13076161
2886429	Kolborn	kolborn	DE		0	Europe/Berlin	52.96719	11.19315				06	00	03354	03354018
2886432	Kölbldorf	kolbldorf	DE		0	Europe/Berlin	49.26583	12.25497				02	093	09376	09376117
2886433	Kolbitz	kolbitz	DE		0	Europe/Berlin	51.34261	14.39482		Kolbitz,Kolpica,Kołpica		13	00	14625	14625330
2886436	Kolbing	kolbing	DE		0	Europe/Berlin	48.3693	12.40847				02	092	09274	09274120
2886437	Kolbing	kolbing	DE		0	Europe/Berlin	48.25646	12.00668				02	091	09177	09177142
2886438	Kolbing	kolbing	DE		0	Europe/Berlin	48.16752	12.41682				02	091	09183	09183124
2886439	Kolbing	kolbing	DE		0	Europe/Berlin	48.08534	12.38547				02	091	09189	09189142
2886440	Kolbing	kolbing	DE		0	Europe/Berlin	47.98686	12.19429				02	091	09187	09187134
2886445	Kolbersbach	kolbersbach	DE		0	Europe/Berlin	49.09547	12.99061				02	092	09276	09276120
2886456	Kolbenhof	kolbenhof	DE		0	Europe/Berlin	49.11214	11.17284				02	095	09576	09576148
2886467	Kölbach	koelbach	DE		0	Europe/Berlin	50.73333	7.75				08	00	07143	07143265
2886469	Kolba	kolba	DE		0	Europe/Berlin	50.71988	11.67272				15	00	16075	16075077
2886471	Kölau	koelau	DE		0	Europe/Berlin	52.91284	10.77467				06	00	03360	03360024
2886474	Kokenwahlde	kokenwahlde	DE		0	Europe/Berlin	52.52186	8.10946				06	00	03460	03460007
2886477	Koitzsch	koitzsch	DE		0	Europe/Berlin	51.27	13.96678				13	00	14625	14625370
2886479	Koitenhagen	koitenhagen	DE		0	Europe/Berlin	54.20176	12.76251				12	00	13073	13073097
2886480	Koitenhagen	koitenhagen	DE		0	Europe/Berlin	54.07756	13.42419		Koitenhagen		12	00	13075	13075039
2886482	Koitendorf	koitendorf	DE		0	Europe/Berlin	53.73826	12.19491				12	00	13072	13072073
2886484	Koisdorf	koisdorf	DE		0	Europe/Berlin	50.53037	7.24292		Coisdorf,Koisdorf		08	00	07131	07131077
2886489	Köhra	koehra	DE		0	Europe/Berlin	51.25131	12.56859				13	00	14729	14729020
2886490	Kohr	kohr	DE		0	Europe/Berlin	51.14344	6.44495				07	051	05116	05116000
2886493	Kohnsen	kohnsen	DE		0	Europe/Berlin	51.82605	9.81792		Kohnsen		06	00	03155	03155013
2886497	Köhnholz	koehnholz	DE		0	Europe/Berlin	54.66394	9.66002				10	00	01059	01059076
2886507	Kohlwessen	kohlwessen	DE		0	Europe/Berlin	48.95236	12.81354				02	092	09278	09278171
2886508	Kohlwesa	kohlwesa	DE		0	Europe/Berlin	51.15375	14.59663		Kohlwesa,Kolwaz,Kołwaz		13	00	14625	14625230
2886510	Kohlwald	kohlwald	DE		0	Europe/Berlin	48.96843	9.88014				01	081	08127	08127079
2886511	Kohlwald	kohlwald	DE		0	Europe/Berlin	48.53789	8.35739				01	082	08237	08237004
2886525	Kohlung	kohlung	DE		0	Europe/Berlin	50.98626	13.26278				13	00	14522	14522210
2886526	Kohlung	kohlung	DE		0	Europe/Berlin	50.5109	12.38342				13	00	14523	14523020
2886528	Köhlterholz	koehlterholz	DE		0	Europe/Berlin	52.29061	8.77612				07	057	05770	05770012
2886529	Köhlte	koehlte	DE		0	Europe/Berlin	52.29996	8.77934				07	057	05770	05770012
2886531	Kohlstorf	kohlstorf	DE		0	Europe/Berlin	48.57059	12.84092		Kohlstorf		02	092	09277	09277111
2886532	Kohlstöcken	kohlstoecken	DE		0	Europe/Berlin	50.48586	9.91106				05	066	06631	06631021
2886533	Kohlstetten	kohlstetten	DE		0	Europe/Berlin	48.40462	9.32885				01	084	08415	08415089
2886535	Kohlstein	kohlstein	DE		0	Europe/Berlin	49.7893	11.34647				02	094	09474	09474129
2886539	Kohlstatt	kohlstatt	DE		0	Europe/Berlin	48.82381	13.61506				02	092	09272	09272126
2886540	Kohlstatt	kohlstatt	DE		0	Europe/Berlin	48.66059	13.81419				02	092	09275	09275156
2886541	Kohlstatt	kohlstatt	DE		0	Europe/Berlin	48.6396	13.05021				02	092	09271	09271128
2886542	Kohlstatt	kohlstatt	DE		0	Europe/Berlin	47.81735	12.25184				02	091	09187	09187167
2886543	Kohlstatt	kohlstatt	DE		0	Europe/Berlin	47.61855	12.18054				02	091	09187	09187148
2886549	Kohlstädt	kohlstaedt	DE		0	Europe/Berlin	51.82634	8.87129				07	057	05766	05766064
2886550	Kohlstadt	kohlstadt	DE		0	Europe/Berlin	48.49471	11.37154				02	091	09186	09186125
2886553	Kohlsdorf	kohlsdorf	DE		0	Europe/Berlin	52.16041	14.20042				11	00	12067	12067036
2886558	Kohlscheid	kohlscheid	DE		0	Europe/Berlin	50.83489	6.08788		Kolscheid		07	053	05334	05334016
2886569	Kohlnberg	kohlnberg	DE		0	Europe/Berlin	49.00414	13.18027				02	092	09276	09276129
2886572	Kohlmetzhof	kohlmetzhof	DE		0	Europe/Berlin	52.99247	12.29363				11	00	12070	12070149
2886581	Kohlkaul	kohlkaul	DE		0	Europe/Berlin	50.75155	7.17444				07	053	05314	05314000
2886583	Köhlingen	koehlingen	DE		0	Europe/Berlin	53.21539	10.83544				06	00	03355	03355037
2886584	Kohlicht	kohlicht	DE		0	Europe/Berlin	51.18735	14.05485				13	00	14625	14625410
2886585	Kohlhütte	kohlhutte	DE		0	Europe/Berlin	49.78071	12.02145				02	093	09374	09374149
2886586	Kohlhunden	kohlhunden	DE		0	Europe/Berlin	47.7519	10.62558				02	097	09777	09777151
2886596	Kohlhof	kohlhof	DE		0	Europe/Berlin	49.32151	7.23736				09	00	10045	10045115
2886597	Kohlhof	kohlhof	DE		0	Europe/Berlin	49.254	9.10692				01	081	08125	08125006
2886605	Kohlheck	kohlheck	DE		0	Europe/Berlin	50.08212	8.19476				05	064	06414	06414000
2886606	Kohlhäusle	kohlhausle	DE		0	Europe/Berlin	48.68822	8.49113				01	082	08235	08235079
2886608	Kohlhausen	kohlhausen	DE		0	Europe/Berlin	50.83189	9.67933				05	066	06632	06632002
2886609	Kohlhaus	kohlhaus	DE		0	Europe/Berlin	50.52907	9.67984		Kohlhaus		05	066	06631	06631009
2886616	Kohlhasenbrück	kohlhasenbruck	DE		0	Europe/Berlin	52.39825	13.14074				16	00	11000	11000000
2886617	Kohlhardt	kohlhardt	DE		0	Europe/Berlin	50.73364	7.71245				08	00	07132	07132058
2886622	Kohlgrund	kohlgrund	DE		0	Europe/Berlin	51.43482	8.94192				05	066	06635	06635002
2886625	Kohlgrube	kohlgrube	DE		0	Europe/Berlin	51.03704	7.29368				07	053	05378	05378012
2886626	Kohlgrub	kohlgrub	DE		0	Europe/Berlin	47.7636	12.22093				02	091	09187	09187172
2886635	Kohlfuß	kohlfuss	DE		0	Europe/Berlin	48.17012	12.62693				02	091	09171	09171135
2886636	Kohlfurtherbrücke	kohlfurtherbruecke	DE		0	Europe/Berlin	51.18333	7.1				07	051	05122	05122000
2886637	Kohlfurth	kohlfurth	DE		0	Europe/Berlin	51.18692	7.11746				07	051	05124	05124000
2886643	Kohlerstal	kohlerstal	DE		0	Europe/Berlin	48.66648	8.72769				01	082	08235	08235047
2886646	Köhlershohn	koehlershohn	DE		0	Europe/Berlin	50.63967	7.33639		Kohlershohn,Köhlershohn		08	00	07138	07138077
2886652	Köhlerlohe	kohlerlohe	DE		0	Europe/Berlin	49.89936	12.08547				02	093	09377	09377118
2886655	Köhlergrund	koehlergrund	DE		0	Europe/Berlin	51.38333	14.38333				13	00	14625	14625330
2886665	Köhler	kohler	DE		0	Europe/Berlin	49.84873	10.16768		Kohler,Kohler-Berg,Köhler		02	096	09675	09675174
2886669	Kohlenweihe	kohlenweihe	DE		0	Europe/Berlin	52.52978	9.04317				06	00	03256	03256032
2886670	Kohlenviehbig	kohlenviehbig	DE		0	Europe/Berlin	50.88324	14.78888				13	00	14626	14626400
2886671	Kohlenstädt	kohlenstaedt	DE		0	Europe/Berlin	52.1862	9.15156				06	00	03257	03257031
2886676	Kohlenhusen	kohlenhusen	DE		0	Europe/Berlin	53.53748	9.71063				06	00	03359	03359028
2886677	Kohlenhuck	kohlenhuck	DE		0	Europe/Berlin	51.51013	6.59498				07	051	05170	05170024
2886680	Kohlenhausen	kohlenhausen	DE		0	Europe/Berlin	53.3927	9.40322				06	00	03359	03359002
2886683	Kohlenförde	kohlenfoerde	DE		0	Europe/Berlin	52.94383	9.388				06	00	03361	03361005
2886687	Kohlenbissen	kohlenbissen	DE		0	Europe/Berlin	52.97666	10.13763				06	00	03358	03358016
2886688	Kohlenberg	kohlenberg	DE		0	Europe/Berlin	47.64929	10.35951				02	097	09780	09780140
2886701	Kohlenbek	kohlenbek	DE		0	Europe/Berlin	54.04257	9.42883				10	00	01061	01061013
2886703	Kohlenbach	kohlenbach	DE		0	Europe/Berlin	48.11905	7.95548				01	083	08316	08316056
2886704	Kohlenau	kohlenau	DE		0	Europe/Berlin	50.68333	13.3				13	00	14521	14521460
2886705	Köhlen	koehlen	DE		942	Europe/Berlin	53.54107	8.87524			03352062	06	00	03352	03352062
2886706	Köhlen	koehlen	DE		0	Europe/Berlin	52.94264	11.04504				06	00	03354	03354016
2886712	Kohlbusch	kohlbusch	DE		0	Europe/Berlin	50.77736	6.20867		Kohlbusch		07	053	05334	05334032
2886713	Kohlbühl	kohlbuhl	DE		0	Europe/Berlin	50.35012	11.75395				02	094	09475	09475171
2886714	Kohlbühl	kohlbuhl	DE		0	Europe/Berlin	49.85692	12.1073				02	093	09377	09377132
2886718	Kohlbruck	kohlbruck	DE		0	Europe/Berlin	48.5573	13.41182				02	092	09262	09262000
2886781	Kohlbach	kohlbach	DE		0	Europe/Berlin	50.66667	10.05				15			
2886783	Kohlau	kohlau	DE		0	Europe/Berlin	50.55	12.58333				13	00	14521	14521600
2886785	Köhl	koehl	DE		0	Europe/Berlin	51.71111	7.00566				07	055	05562	05562012
2886788	Kohhof	kohhof	DE		0	Europe/Berlin	49.1229	12.64652				02	093	09372	09372164
2886789	Kohhaus	kohhaus	DE		0	Europe/Berlin	47.95251	9.77054				01	084	08436	08436009
2886790	Kohden	kohden	DE		0	Europe/Berlin	50.42443	9.01062				05	064	06440	06440016
2886792	Kohbach	kohbach	DE		0	Europe/Berlin	48.50998	8.38443				01	082	08237	08237004
2886793	Kögning	kogning	DE		0	Europe/Berlin	48.36427	12.09937				02	091	09177	09177138
2886795	Köglitz	koglitz	DE		0	Europe/Berlin	49.85231	11.92942				02	093	09377	09377129
2886798	Kögl	kogl	DE		0	Europe/Berlin	49.39422	12.11243				02	093	09376	09376163
2886799	Kogl	kogl	DE		0	Europe/Berlin	48.99718	12.92839				02	092	09276	09276111
2886800	Kogl	kogl	DE		0	Europe/Berlin	47.77484	11.98909		Hohenkogl		02	091	09182	09182114
2886807	Kogenbach	kogenbach	DE		0	Europe/Berlin	47.78333	9.16667				01	084	08435	08435059
2886830	Kofferen	kofferen	DE		0	Europe/Berlin	51.00044	6.31913				07	053	05358	05358036
2886833	Kofeln	kofeln	DE		0	Europe/Berlin	51.08636	7.30954		Kofeln		07	053	05374	05374052
2886834	Köfeln	koefeln	DE		0	Europe/Berlin	50.78943	12.03614				15	00	16076	16076088
2886835	Kofeld	kofeld	DE		0	Europe/Berlin	47.73333	9.7				01	084	08436	08436018
2886837	Ködritz	kodritz	DE		0	Europe/Berlin	49.61794	11.77405				02	093	09371	09371156
2886839	Ködnitz	koednitz	DE		1694	Europe/Berlin	50.1	11.53333		Kednic,Kjodnic,Koednitz,Ködnitz,ke de ni ci,kedonittsu,kwdnyts,Кедниц,Кедніц,Кёдниц,Քյոդնից,کودنیتس,ケドニッツ,克德尼茨	09477127	02	094	09477	09477127
2886840	Kodlitz	kodlitz	DE		0	Europe/Berlin	49.85206	11.74739				02	094	09472	09472190
2886841	Köditzberg	koeditzberg	DE		0	Europe/Berlin	50.66667	11.15				15	00	16073	16073112
2886842	Köditz	koeditz	DE		0	Europe/Berlin	50.63865	11.37506				15	00	16073	16073077
2886848	Ködelberg	kodelberg	DE		0	Europe/Berlin	50.3358	11.49822				02	094	09476	09476159
2886849	Köddingen	koeddingen	DE		0	Europe/Berlin	50.61829	9.21099				05	065	06535	06535003
2886850	Ködderitzsch	koedderitzsch	DE		128	Europe/Berlin	51.08333	11.5			16071004	15	00	16071	16071004
2886851	Kodden	kodden	DE		0	Europe/Berlin	50.60912	7.40251				08	00	07138	07138044
2886852	Kockwitz	kockwitz	DE		0	Europe/Berlin	51.47627	12.11404				14	00	15088	15088195
2886854	Köckte	koeckte	DE		427	Europe/Berlin	52.52541	11.12881				14	00	15081	15081135
2886855	Köckte	koeckte	DE		0	Europe/Berlin	52.49869	11.89974				14	00	15090	15090550
2886857	Köckritz	koeckritz	DE		0	Europe/Berlin	50.79035	12.04488				15	00	16076	16076088
2886858	Kockisch	kockisch	DE		0	Europe/Berlin	50.99379	13.00408				13	00	14522	14522360
2886860	Köckersried	kockersried	DE		0	Europe/Berlin	48.95457	12.98828				02	092	09276	09276146
2886861	Köckern	koeckern	DE		0	Europe/Berlin	51.60691	12.1965				14	00	15082	15082340
2886862	Köckenitzsch	koeckenitzsch	DE		0	Europe/Berlin	51.07875	11.83162				14	00	15084	15084341
2886864	Köckelwick	koeckelwick	DE		0	Europe/Berlin	52.05377	6.80779				07	055	05554	05554068
2886875	Kochstetten	kochstetten	DE		0	Europe/Berlin	48.30957	9.5297				01	084	08415	08415034
2886876	Kochstedt	kochstedt	DE		0	Europe/Berlin	51.79807	12.18509		Dessau-Kochstedt,Kochstedt		14	00	15001	15001000
2886877	Köchstedt	koechstedt	DE		0	Europe/Berlin	51.47545	11.80173				14	00	15088	15088365
2886878	Kochshof	kochshof	DE		0	Europe/Berlin	51.06837	7.16785				07	053	05378	05378020
2886879	Kochsfeld	kochsfeld	DE		0	Europe/Berlin	51.04469	7.19876				07	053	05378	05378012
2886880	Kochsdorf	kochsdorf	DE		0	Europe/Berlin	51.57155	14.34647		Kochanojce,Kochsdorf		11	00	12071	12071372
2886889	Köchlin	kochlin	DE		0	Europe/Berlin	47.55782	9.7017				02	097	09776	09776116
2886892	Köchingen	koechingen	DE		0	Europe/Berlin	52.2402	10.36783		Cochigghe,Cogginge [~ a. 1200],Koechich,Koechig,Köchich,Köchig		06	00	03157	03157007
2886893	Köching	koching	DE		0	Europe/Berlin	48.55139	13.0275				02	092	09275	09275112
2886896	Kochheim	kochheim	DE		0	Europe/Berlin	48.70152	11.28347				02	091	09185	09185139
2886900	Kochertürn	kocherturn	DE		0	Europe/Berlin	49.24652	9.30791				01	081	08125	08125069
2886901	Kocherstetten	kocherstetten	DE		0	Europe/Berlin	49.26554	9.76088				01	081	08126	08126046
2886902	Kochersteinsfeld	kochersteinsfeld	DE		0	Europe/Berlin	49.24317	9.40422		Kochersteinsfeld		01	081	08125	08125111
2886903	Kocherstein	kocherstein	DE		0	Europe/Berlin	49.3	9.66667				01	081	08126	08126039
2886904	Kocherscheid	kocherscheid	DE		0	Europe/Berlin	50.75634	7.57861		Kocherscheid		07	053	05382	05382076
2886905	Köchersberg	kochersberg	DE		0	Europe/Berlin	48.96579	9.6145				01	081	08119	08119044
2886910	Kocherbach	kocherbach	DE		0	Europe/Berlin	49.59996	8.8343				05	064	06431	06431021
2886913	Kochenthal	kochenthal	DE		0	Europe/Berlin	49.03059	11.85594				02	093	09375	09375148
2886916	Kochendorf	kochendorf	DE		0	Europe/Berlin	49.22329	9.22022		Kochendorf		01	081	08125	08125005
2886917	Kochendorf	kochendorf	DE		0	Europe/Berlin	54.47825	9.76519				10	00	01058	01058173
2886918	Köchelstorf	koechelstorf	DE		393	Europe/Berlin	53.76467	11.09635				12	00	13074	13074092
2886921	Köchelsdorf	koechelsdorf	DE		0	Europe/Berlin	53.82978	11.35401				12	00	13074	13074008
2886924	Kochel	kochel	DE		4172	Europe/Berlin	47.65926	11.36827				02	091	09173	09173133
2886927	Koch	koch	DE		0	Europe/Berlin	51.16947	6.33757		Koch		07	051	05116	05116000
2886931	Kobschütz	kobschuetz	DE		0	Europe/Berlin	51.17903	12.29363				13	00	14729	14729170
2886932	Kobscheid	kobscheid	DE		0	Europe/Berlin	50.29909	6.37231				08	00	07232	07232302
2886937	Koblpoint	koblpoint	DE		0	Europe/Berlin	48.51627	12.38664				02	092	09274	09274145
2886938	Köblitz	koeblitz	DE		0	Europe/Berlin	51.1	14.48333		Koblica		13	00	14625	14625090
2886949	Koblberg	koblberg	DE		0	Europe/Berlin	48.06969	12.20718				02	091	09187	09187176
2886951	Kobl	kobl	DE		0	Europe/Berlin	48.39397	12.22107				02	092	09274	09274154
2886956	Kobitzschwalde	kobitzschwalde	DE		0	Europe/Berlin	50.4892	12.06042				13	00	14523	14523450
2886957	Kobitzsch	kobitzsch	DE		0	Europe/Berlin	51.11009	13.46325				13	00	14627	14627100
2886965	Kobershain	kobershain	DE		0	Europe/Berlin	51.45156	12.87063		Kobershain		13	00	14730	14730045
2886968	Kobern	kobern	DE		0	Europe/Berlin	50.30856	7.45917				08	00	07137	07137212
2886980	Kobelsdorf	kobelsdorf	DE		0	Europe/Berlin	51.1025	13.17339				13	00	14522	14522510
2886981	Kobelsberg	kobelsberg	DE		0	Europe/Berlin	49.882	11.29681		Kobelsberg		02	094	09472	09472115
2886983	Köbeln	koebeln	DE		0	Europe/Berlin	51.56773	14.7095		Kobjelin		13	00	14626	14626010
2886984	Kobeln	kobeln	DE		0	Europe/Berlin	51.24824	13.33938				13	00	14627	14627070
2886990	Kobel	kobel	DE		0	Europe/Berlin	48.38333	10.81667				02	097	09772	09772184
2886991	Kobel	kobel	DE		0	Europe/Berlin	47.94306	12.14067				02	091	09187	09187142
2886996	Köbbinghausen	koebbinghausen	DE		0	Europe/Berlin	52.83405	8.60148				06	00	03251	03251042
2886997	Köbbinghausen	koebbinghausen	DE		0	Europe/Berlin	51.19287	7.82351				07	059	05962	05962052
2886999	Kobbensen	kobbensen	DE		0	Europe/Berlin	52.33817	9.29044				06	00	03257	03257015
2887000	Cobbenrode	cobbenrode	DE		0	Europe/Berlin	51.19968	8.15778		Cobbenrode,Kobbenrode		07	059	05958	05958016
2887002	Kobbeln	kobbeln	DE		0	Europe/Berlin	52.09543	14.55997				11	00	12067	12067357
2887003	Kobbellück	kobbellueck	DE		0	Europe/Berlin	54.85	9.58333				10	00	01059	01059113
2887004	Köbbelitz	koebbelitz	DE		0	Europe/Berlin	52.58517	11.09598				14	00	15081	15081280
2887006	Kobande	kobande	DE		0	Europe/Berlin	53.61518	11.69317				12	00	13076	13076029
2887007	Köbach	koebach	DE		0	Europe/Berlin	50.86301	7.39791				07	053	05382	05382036
2887008	Köbach	koebach	DE		0	Europe/Berlin	50.85735	7.38895				07	053	05382	05382040
2887012	Knutbühren	knutbuehren	DE		0	Europe/Berlin	51.53875	9.81996		Knutbuhren,Knutbühren		06	00	03159	03159016
2887018	Knüppeldamm	knueppeldamm	DE		0	Europe/Berlin	53.33887	12.40219				12	00	13071	13071034
2887025	Knüll	knuell	DE		0	Europe/Berlin	53.46649	9.45213				06	00	03359	03359005
2887030	Knuftenge	knuftenge	DE		0	Europe/Berlin	52.81667	7.15				06	00	03454	03454018
2887031	Knudtswarf	knudtswarf	DE		0	Europe/Berlin	54.63333	8.71667				10	00	01054	01054039
2887033	Knötzing	knotzing	DE		0	Europe/Berlin	49.19685	12.5996				02	093	09372	09372158
2887036	Knottenried	knottenried	DE		0	Europe/Berlin	47.59999	10.18657				02	097	09780	09780124
2887039	Knottenhof	knottenhof	DE		0	Europe/Berlin	50.66409	10.04307				05	066	06631	06631023
2887042	Knottengrund	knottengrund	DE		0	Europe/Berlin	50.70291	12.18259				15	00	16076	16076022
2887048	Knorscheid	knorscheid	DE		0	Europe/Berlin	49.39844	6.86975		Knorscheid		09	00	10044	10044112
2887050	Knorrenhof	knorrenhof	DE		0	Europe/Berlin	53.21667	11.93333				11	00	12070	12070300
2887058	Knorburg	knorburg	DE		0	Europe/Berlin	54.71118	9.07009				10	00	01054	01054167
2887064	Knopp	knopp	DE		0	Europe/Berlin	49.33333	7.5				08	00	07340	07340215
2887074	Knoop	knoop	DE		0	Europe/Berlin	54.37483	10.10192				10	00	01058	01058005
2887077	Knölling	knolling	DE		0	Europe/Berlin	49.40465	12.05038				02	093	09376	09376125
2887080	Knöllerdamm	knoellerdamm	DE		0	Europe/Berlin	53.89775	9.71009				10	00	01061	01061117
2887085	Knollengraben	knollengraben	DE		0	Europe/Berlin	47.76149	9.63216				01	084	08436	08436064
2887086	Knollenberg	knollenberg	DE		0	Europe/Berlin	48.94226	9.84987				01	081	08127	08127079
2887095	Knolle	knolle	DE		0	Europe/Berlin	52.21877	8.5999				07	057	05758	05758004
2887096	Knollbach	knollbach	DE		0	Europe/Berlin	50.75513	10.31768		Knollbach		15	00	16066	16066013
2887098	Knoglersfreude	knoglersfreude	DE		0	Europe/Berlin	48.73183	11.39495		Hackerschwaige,Knogslersfreude		02	091	09161	09161000
2887100	Knogl	knogl	DE		0	Europe/Berlin	48.29915	12.91501				02	092	09277	09277140
2887106	Knodorf	knodorf	DE		0	Europe/Berlin	48.74271	11.57068				02	091	09186	09186158
2887107	Knoden	knoden	DE		0	Europe/Berlin	49.69462	8.71766				05	064	06431	06431014
2887114	Knochenhof	knochenhof	DE		0	Europe/Berlin	49.50777	10.65712				02	095	09575	09575145
2887130	Knöbling	knobling	DE		0	Europe/Berlin	49.16515	12.60784				02	093	09372	09372158
2887131	Knoblauch	knoblauch	DE		0	Europe/Berlin	52.503	12.86601				11	00	12063	12063148
2887132	Knoblauch	knoblauch	DE		0	Europe/Berlin	52.45084	12.35342				11	00	12063	12063189
2887133	Knobelsdorf	knobelsdorf	DE		0	Europe/Berlin	51.09036	13.08596				13	00	14522	14522570
2887134	Knobelsdorf	knobelsdorf	DE		0	Europe/Berlin	50.60168	11.36714				15	00	16073	16073077
2887142	Knittelsbach	knittelsbach	DE		0	Europe/Berlin	49.04664	10.35453				02	095	09571	09571224
2887146	Knissen	knissen	DE		0	Europe/Berlin	51.53321	13.44469				11	00	12062	12062024
2887151	Knippgierscheid	knippgierscheid	DE		0	Europe/Berlin	50.71499	7.35415				07	053	05382	05382020
2887152	Knippelsdorf	knippelsdorf	DE		0	Europe/Berlin	51.82279	13.35067				11	00	12062	12062461
2887157	Kniphausersiel	kniphausersiel	DE		0	Europe/Berlin	53.56667	8.11667				06	00	03405	03405000
2887158	Kniphagen	kniphagen	DE		0	Europe/Berlin	54.17395	10.78723				10	00	01055	01055038
2887160	Knill	knill	DE		0	Europe/Berlin	53.7589	8.61056				06	00	03352	03352061
2887164	Kniestedt	kniestedt	DE		0	Europe/Berlin	52.06667	10.38333				06	00	03102	03102000
2887166	Kniereit	kniereit	DE		0	Europe/Berlin	48.83399	13.2438				02	092	09272	09272145
2887168	Knieper Vorstadt	knieper-vorstadt	DE		0	Europe/Berlin	54.33194	13.07631				12	00	13073	13073088
2887172	Kniepe	kniepe	DE		0	Europe/Berlin	53.42576	8.52645				06	00	03352	03352032
2887174	Kniendorf	kniendorf	DE		0	Europe/Berlin	52.26248	8.5936				07	057	05770	05770016
2887175	Knielingen	knielingen	DE		0	Europe/Berlin	49.03202	8.34257		Karlsruhe-Knielingen,Knielingen		01	082	08212	08212000
2887177	Kniebis	kniebis	DE		0	Europe/Berlin	48.46702	8.30343				01	082	08237	08237028
2887178	Kniebis	kniebis	DE		0	Europe/Berlin	47.64171	10.78476				02	097	09777	09777173
2887184	Knickhagen	knickhagen	DE		0	Europe/Berlin	51.39589	9.55364				05	066	06633	06633009
2887185	Knickende	knickende	DE		0	Europe/Berlin	52.95211	9.08901				06	00	03361	03361013
2887186	Knickelsdorf	knickelsdorf	DE		0	Europe/Berlin	51.24241	6.51532				07	051	05166	05166036
2887191	Knick	knick	DE		0	Europe/Berlin	53.25998	9.73886				06	00	03353	03353027
2887195	Knetzenweiler	knetzenweiler	DE		0	Europe/Berlin	47.94589	9.88776				01	084	08436	08436010
2887196	Knetterheide	knetterheide	DE		0	Europe/Berlin	52.05946	8.73482				07	057	05766	05766008
2887197	Knetterhausen	knetterhausen	DE		0	Europe/Berlin	52.05176	8.1139				07	057	05754	05754048
2887198	Knesing	knesing	DE		0	Europe/Berlin	47.94469	12.54647				02	091	09189	09189114
2887200	Knesebeck	knesebeck	DE		0	Europe/Berlin	52.67754	10.70033		Knesebeck		06	00	03151	03151040
2887204	Knellesberg	knellesberg	DE		0	Europe/Berlin	47.7	9.61667				01	084	08435	08435035
2887205	Knellendorf	knellendorf	DE		0	Europe/Berlin	50.26872	11.30407				02	094	09476	09476145
2887208	Kneiting	kneiting	DE		0	Europe/Berlin	49.02562	12.03153				02	093	09375	09375181
2887209	Kneisting	kneisting	DE		0	Europe/Berlin	48.74716	13.2714				02	092	09272	09272150
2887211	Kneifzange	kneifzange	DE		0	Europe/Berlin	53.09642	8.44121				06	00	03458	03458010
2887214	Kneheim	kneheim	DE		0	Europe/Berlin	52.80986	7.95008				06	00	03453	03453009
2887215	Knehden	knehden	DE		0	Europe/Berlin	53.1461	13.53113				11	00	12073	12073572
2887216	Knegendorf	knegendorf	DE		0	Europe/Berlin	53.85997	12.33875				12	00	13072	13072062
2887219	Kneese Hof	kneese-hof	DE		0	Europe/Berlin	53.66377	10.98669				12	00	13074	13074040
2887220	Kneese Dorf	kneese-dorf	DE		352	Europe/Berlin	53.65873	10.96873		Kneese,Kneese Dorf		12	00	13074	13074040
2887221	Kneese Dorf	kneese-dorf	DE		0	Europe/Berlin	54.125	12.62046				12	00	13073	13073055
2887224	Kneden	kneden	DE		0	Europe/Berlin	53.81747	10.4246		Kneden,Kneeden		10	00	01062	01062004
2887229	Knechtenhofen	knechtenhofen	DE		0	Europe/Berlin	47.55527	10.05936				02	097	09780	09780132
2887230	Knechtenhaus	knechtenhaus	DE		0	Europe/Berlin	47.81961	9.66043				01	084	08436	08436011
2887234	Kneblinghausen	kneblinghausen	DE		0	Europe/Berlin	51.50027	8.50584		Kneblinghausen		07	059	05974	05974036
2887240	Knautnaundorf	knautnaundorf	DE		0	Europe/Berlin	51.25375	12.27113				13	00	14713	14713000
2887241	Knautkleeberg	knautkleeberg	DE		0	Europe/Berlin	51.28053	12.30608				13	00	14713	14713000
2887242	Knauthain	knauthain	DE		0	Europe/Berlin	51.27001	12.30183		Knauthain,Leipzig-Knauthain		13	00	14713	14713000
2887243	Knausholz	knausholz	DE		0	Europe/Berlin	49.29783	6.82332				09	00	10044	10044118
2887244	Knausberg	knausberg	DE		0	Europe/Berlin	49.02802	10.09268				01	081	08136	08136035
2887248	Knatewitz	knatewitz	DE		0	Europe/Berlin	51.36487	12.9143				13	00	14729	14729245
2887249	Knatensen	knatensen	DE		0	Europe/Berlin	52.25	9.05				06	00	03257	03257009
2887251	Knapsack	knapsack	DE		0	Europe/Berlin	50.8592	6.85437		Knapsack		07	053	05362	05362028
2887252	Knappstockberg	knappstockberg	DE		0	Europe/Berlin	51.04604	7.21663				07	053	05378	05378012
2887259	Knappenrode	knappenrode	DE		713	Europe/Berlin	51.40333	14.32016		Hornikecy,Hórnikecy,Knappenroda,Knappenrode,Кнаппенроде		13	00	14625	14625240
2887260	Knappenfeld	knappenfeld	DE		0	Europe/Berlin	47.84177	12.71951				02	091	09189	09189145
2887261	Knappenburg	knappenburg	DE		0	Europe/Berlin	53.40855	8.42568				06	00	03461	03461009
2887264	Knappenacker	knappenacker	DE		0	Europe/Berlin	48.25	8.21667				01	083	08317	08317039
2887268	Knapp	knapp	DE		0	Europe/Berlin	51.33884	7.37776				07	059	05954	05954012
2887271	Knäpchen	knaepchen	DE		0	Europe/Berlin	51.33333	6.85				07	051	05158	05158028
2887273	Knallhütte	knallhutte	DE		0	Europe/Berlin	51.26026	9.45186				05	066	06633	06633003
2887282	Kmehlen	kmehlen	DE		0	Europe/Berlin	51.22808	13.48558		Kmehlen		13	00	14627	14627200
2887283	Klye	klye	DE		0	Europe/Berlin	51.93727	7.08185				07	055	05558	05558012
2887285	Klüverdamm	klueverdamm	DE		0	Europe/Berlin	53.08535	8.9825				06	00	03361	03361009
2887290	Klütz	kluetz	DE		3229	Europe/Berlin	53.9647	11.16367		Klic,Klica,Kljuc,Kluetz,Klutz,Klütz,ke lu ci,klwts,klwtz,Клиц,Клюц,كلوتس,کلوتز,克吕茨		12	00	13074	13074039
2887294	Klüterberg	klueterberg	DE		0	Europe/Berlin	51.96146	8.90167				07	057	05766	05766020
2887296	Klüt	kluet	DE		0	Europe/Berlin	51.95945	8.8876				07	057	05766	05766020
2887299	Kluste	kluste	DE		0	Europe/Berlin	53.45244	9.01362				06	00	03357	03357004
2887300	Klussiedlung	klussiedlung	DE		0	Europe/Berlin	51.86297	11.05157				14	00	15085	15085135
2887302	Klüsserath	kluesserath	DE		1099	Europe/Berlin	49.845	6.85086		Kliserat,Kljusserat,Kluesserath,Klusserath,Klüsserath,ke lu sai la te,Клисерат,Клюссерат,克吕塞拉特	07235063	08	00	07235	07235063
2887303	Klüssendorf	kluessendorf	DE		0	Europe/Berlin	53.85173	11.40348				12	00	13074	13074053
2887304	Klüß	kluess	DE		0	Europe/Berlin	53.22876	11.81067		Kluess,Klueß,Kluss,Klüß		12	00	13076	13076021
2887310	Klusenstein	klusenstein	DE		0	Europe/Berlin	51.38173	7.85071				07	059	05962	05962016
2887329	Klus	klus	DE		0	Europe/Berlin	51.97647	9.16414				07	057	05766	05766016
2887331	Kluptow	kluptow	DE		0	Europe/Berlin	54.40619	13.49344				12	00	13073	13073010
2887333	Klüppelberg	klueppelberg	DE		0	Europe/Berlin	51.11667	7.46667				07	053	05374	05374052
2887338	Klumpenhof	klumpenhof	DE		0	Europe/Berlin	49.21667	9.55				01	081	08126	08126066
2887340	Klump	klump	DE		0	Europe/Berlin	51.93238	9.91532				06	00	03254	03254042
2887343	Klughaus	klughaus	DE		0	Europe/Berlin	50.46508	12.77148		Klughaus,Klughauser,Klughäuser		13	00	14521	14521110
2887344	Klugham	klugham	DE		0	Europe/Berlin	48.20028	12.51658		Klugham		02	091	09183	09183136
2887349	Kluftern	kluftern	DE		0	Europe/Berlin	47.69167	9.40086		Kluftern		01	084	08435	08435016
2887350	Klueß	kluess	DE		0	Europe/Berlin	53.77854	12.2422				12	00	13072	13072043
2887352	Klues	klues	DE		0	Europe/Berlin	54.81667	9.41667		Klues,Klus,Kolonie Klus		10	00	01001	01001000
2887356	Klüden	klueden	DE		305	Europe/Berlin	52.40823	11.39979		Cluden,Kluden,Klueden,Klüden		14	00	15083	15083125
2887357	Kluckhof	kluckhof	DE		0	Europe/Berlin	52.00222	8.95669				07	057	05766	05766044
2887361	Klövinghausen	kloevinghausen	DE		0	Europe/Berlin	52.7642	8.91541				06	00	03251	03251049
2887363	Klövensteen	kloevensteen	DE		0	Europe/Berlin	53.68886	9.92493				10	00	01056	01056021
2887364	Klövenhausen	kloevenhausen	DE		0	Europe/Berlin	52.81302	8.71149				06	00	03251	03251007
2887365	Klove	klove	DE		0	Europe/Berlin	54.44067	9.35115				10	00	01059	01059020
2887367	Klotzow	klotzow	DE		0	Europe/Berlin	53.89295	13.83328				12	00	13075	13075021
2887368	Klötzin	kloetzin	DE		0	Europe/Berlin	54.30157	10.98844				10	00	01055	01055022
2887369	Klotzhöfe	klotzhofe	DE		0	Europe/Berlin	48.88341	9.93123				01	081	08136	08136062
2887373	Klötze Nord	kloetze-nord	DE		0	Europe/Berlin	52.64561	11.15733				14	00	15081	15081280
2887374	Klotzenhof	klotzenhof	DE		0	Europe/Berlin	49.74537	9.24448				02	096	09676	09676125
2887375	Klotzenhof	klotzenhof	DE		0	Europe/Berlin	48.82009	9.67187				01	081	08136	08136042
2887380	Klötze	kloetze	DE		5398	Europe/Berlin	52.62725	11.16424		Klece,Kljotce,Kloetze,Klotze,Klötze,ke lei ce,klwtsh,klwtzh,Клеце,Клётце,كلوتسه,کلوتزه,克勒策		14	00	15081	15081280
2887381	Klotzberg	klotzberg	DE		0	Europe/Berlin	48.68881	8.1677				01	082	08216	08216008
2887386	Klötitz	kloetitz	DE		0	Europe/Berlin	51.3628	13.11877		Klotitz,Klötitz,Laas-Klotitz,Laas-Klötitz		13	00	14730	14730170
2887387	Klotingen	klotingen	DE		0	Europe/Berlin	51.60412	7.98273				07	059	05974	05974048
2887388	Klötgen	kloetgen	DE		0	Europe/Berlin	51.80871	6.70335				07	055	05554	05554048
2887390	Kloster Zinna	kloster-zinna	DE		0	Europe/Berlin	52.02251	13.10544		Kloster Zinna		11	00	12072	12072169
2887391	Klosterzimmern	klosterzimmern	DE		0	Europe/Berlin	48.87674	10.55743				02	097	09779	09779130
2887393	Kloster Zella	kloster-zella	DE		0	Europe/Berlin	51.21834	10.2742				15	00	16064	16064055
2887394	Kloster Wulfshagen	kloster-wulfshagen	DE		0	Europe/Berlin	54.16334	12.46854				12	00	13073	13073055
2887409	Kloster Veilsdorf	kloster-veilsdorf	DE		0	Europe/Berlin	50.41761	10.80594		Kloster Veilsdorf		15	00	16069	16069053
2887412	Kloster Sulz	kloster-sulz	DE		0	Europe/Berlin	49.26034	10.30788				02	095	09571	09571137
2887415	Klosterseeon	klosterseeon	DE		0	Europe/Berlin	47.97467	12.44778				02	091	09189	09189143
2887416	Klosterseelte	klosterseelte	DE		0	Europe/Berlin	52.92847	8.67283				06	00	03458	03458011
2887417	Klostersee	klostersee	DE		0	Europe/Berlin	54.2	11.01667				10	00	01055	01055016
2887425	Kloster Rohrbach	kloster-rohrbach	DE		0	Europe/Berlin	51.43948	11.28362				14	00	15087	15087370
2887427	Klosterrode	klosterrode	DE		0	Europe/Berlin	51.49892	11.44402				14	00	15087	15087070
2887428	Klosterreichenbach	klosterreichenbach	DE		0	Europe/Berlin	48.52717	8.40215		Klosterreichenbach		01	082	08237	08237004
2887429	Kloster Oesede	kloster-oesede	DE		0	Europe/Berlin	52.20407	8.11204		Kloster Oesede,Kloster Osede,Kloster Ösede		06	00	03459	03459019
2887430	Klosterneuland	klosterneuland	DE		0	Europe/Berlin	53.55	7.93333				06	00	03455	03455015
2887431	Klosterneuenhaus	klosterneuenhaus	DE		0	Europe/Berlin	53.5289	7.75393				06	00	03462	03462019
2887433	Klosternaundorf	klosternaundorf	DE		0	Europe/Berlin	51.4162	11.41238		Klosternaundorf,Nyendorp		14	00	15087	15087015
2887434	Kloster Moosen	kloster-moosen	DE		0	Europe/Berlin	48.26676	12.17376				02	091	09177	09177115
2887435	Klostermoor	klostermoor	DE		0	Europe/Berlin	53.17052	8.93474				06	00	03356	03356005
2887438	Kloster Mödingen	kloster-modingen	DE		0	Europe/Berlin	48.63222	10.43608				02	097	09773	09773147
2887439	Klostermitteldeich	klostermitteldeich	DE		0	Europe/Berlin	54.51756	8.59416				10	00	01054	01054103
2887440	Klostermark	klostermark	DE		0	Europe/Berlin	51.32827	7.32304				07	059	05954	05954012
2887445	Kloster Malchow	kloster-malchow	DE		0	Europe/Berlin	53.47135	12.43355		Kloster Malchow		12	00	13071	13071093
2887447	Kloster Lobenfeld	kloster-lobenfeld	DE		0	Europe/Berlin	49.35066	8.86842				01	082	08226	08226104
2887450	Klösterle	klosterle	DE		0	Europe/Berlin	48.42847	8.32816				01	082	08237	08237075
2887452	Klosterlangheim	klosterlangheim	DE		0	Europe/Berlin	50.11216	11.11113		Langheim		02	094	09478	09478139
2887455	Klosterkreuzberg	klosterkreuzberg	DE		0	Europe/Berlin	50.37153	9.97765				02	096	09673	09673117
2887472	Klosterholte	klosterholte	DE		0	Europe/Berlin	52.6318	7.4189				06	00	03454	03454019
2887473	Klosterhöfe	klosterhoefe	DE		0	Europe/Berlin	50.38346	9.54206				05	064	06435	06435025
2887475	Klosterhof	klosterhof	DE		0	Europe/Berlin	52.94367	12.35327				11	00	12068	12068264
2887476	Klosterhof	klosterhof	DE		0	Europe/Berlin	49.53333	8.01667				08	00	07333	07333060
2887477	Klosterhof	klosterhof	DE		0	Europe/Berlin	48.68946	10.06725				01	081	08135	08135032
2887478	Klosterhof	klosterhof	DE		0	Europe/Berlin	47.68943	10.54182				02	097	09777	09777179
2887479	Klosterhof	klosterhof	DE		0	Europe/Berlin	47.56628	9.69712				02	097	09776	09776116
2887488	Klosterheide	klosterheide	DE		0	Europe/Berlin	52.23906	8.6138				07	057	05758	05758020
2887489	Klosterheide	klosterheide	DE		0	Europe/Berlin	52.9918	12.97202				11	00	12068	12068280
2887491	Klosterhäuser	klosterhaeuser	DE		0	Europe/Berlin	51.3	11.6				14	00	15084	15084360
2887492	Klosterhäuser	klosterhaeuser	DE		0	Europe/Berlin	51.17205	13.46198		Kloster,Klosterhauser,Klosterhäuser		13	00	14627	14627140
2887493	Klosterhardt	klosterhardt	DE		0	Europe/Berlin	51.52389	6.879		Klosterhardt		07	051	05119	05119000
2887494	Klosterhäseler	klosterhaeseler	DE		790	Europe/Berlin	51.16358	11.61195		Klosterhaeseler,Klosterhaseler,Klosterhäseler		14	00	15084	15084012
2887499	Kloster Gröningen	kloster-groeningen	DE		0	Europe/Berlin	51.93654	11.19811		Kloster Groningen,Kloster Gröningen		14	00	15083	15083245
2887501	Klostergeringswalde	klostergeringswalde	DE		0	Europe/Berlin	51.06667	12.91667				13	00	14522	14522190
2887502	Klostergars	klostergars	DE		0	Europe/Berlin	48.15	12.3				02	091	09183	09183118
2887503	Klosterfreiheit	klosterfreiheit	DE		0	Europe/Berlin	51	14.93333				13			
2887512	Klosterfehn	klosterfehn	DE		0	Europe/Berlin	53.11667	7.53333				06	00	03457	03457018
2887513	Kloster Dünebroek	kloster-duenebroek	DE		0	Europe/Berlin	53.13192	7.1942		Kloster Dunebrock,Kloster Dunebroek,Kloster Dünebrock,Kloster Dünebroek		06	00	03457	03457024
2887514	Klosterdorf	klosterdorf	DE		0	Europe/Berlin	53.59279	7.36412				06	00	03452	03452007
2887515	Klosterdorf	klosterdorf	DE		0	Europe/Berlin	52.59123	13.95447				11	00	12064	12064370
2887516	Klosterdorf	klosterdorf	DE		0	Europe/Berlin	49.67153	10.48206				02	095	09575	09575161
2887517	Kloster Donndorf	kloster-donndorf	DE		0	Europe/Berlin	51.29544	11.35847				15	00	16065	16065087
2887519	Klosterbuch	klosterbuch	DE		0	Europe/Berlin	51.15	12.98333				13	00	14522	14522250
2887523	Klosterbeuren	klosterbeuren	DE		0	Europe/Berlin	48.11904	10.25244				02	097	09778	09778115
2887527	Klosterberg	klosterberg	DE		0	Europe/Berlin	48.59735	11.37593				02	091	09186	09186128
2887553	Klosterbauerschaft	klosterbauerschaft	DE		0	Europe/Berlin	52.24619	8.60398		Klosterbauerschaft		07	057	05758	05758020
2887559	Kloster Allendorf	kloster-allendorf	DE		0	Europe/Berlin	50.81755	10.25662		Allendorf Kloster,Kloster Allendorf		15	00	16063	16063003
2887560	Kloster	kloster	DE		0	Europe/Berlin	54.58655	13.10559				12	00	13073	13073040
2887561	Kloster	kloster	DE		0	Europe/Berlin	53.53178	7.76666				06	00	03462	03462019
2887562	Kloster	kloster	DE		0	Europe/Berlin	53.49412	8.38223				06	00	03461	03461007
2887563	Kloster	kloster	DE		0	Europe/Berlin	52.96434	10.90151				06	00	03354	03354002
2887564	Kloster	kloster	DE		0	Europe/Berlin	52.18989	7.02185				07	055	05554	05554020
2887565	Kloster	kloster	DE		0	Europe/Berlin	50.02892	7.52512				08	00	07140	07140070
2887569	Klössing	klossing	DE		0	Europe/Berlin	49.15297	12.50421				02	093	09372	09372153
2887570	Klössing	klossing	DE		0	Europe/Berlin	48.66255	13.44638		Klessing,Klossing,Klössing		02	092	09275	09275128
2887574	Klossa	klossa	DE		0	Europe/Berlin	51.78115	13.04861		Klossa		14	00	15091	15091145
2887581	Klopzow	klopzow	DE		0	Europe/Berlin	53.3706	12.77886				12	00	13071	13071122
2887584	Kloppenheim	kloppenheim	DE		0	Europe/Berlin	50.23329	8.75138		Kloppenheim		05	064	06440	06440012
2887585	Kloppenheim	kloppenheim	DE		0	Europe/Berlin	50.09411	8.30544		Kloppenheim		05	064	06414	06414000
2887589	Klophaus	klophaus	DE		0	Europe/Berlin	51.15	6.95				07	051	05158	05158016
2887590	Klopfhof	klopfhof	DE		0	Europe/Berlin	49.36312	9.88151				01	081	08127	08127075
2887592	Klöpfelsberg	klopfelsberg	DE		0	Europe/Berlin	49.31897	12.88173				02	093	09372	09372126
2887595	Kloo	kloo	DE		0	Europe/Berlin	47.69768	11.96612				02	091	09182	09182112
2887599	Klöden	kloeden	DE		648	Europe/Berlin	51.76178	12.83169				14	00	15091	15091145
2887602	Klocksdorf	klocksdorf	DE		0	Europe/Berlin	53.73939	10.92928				12	00	13074	13074013
2887603	Klockries	klockries	DE		0	Europe/Berlin	54.7798	8.86589				10	00	01054	01054109
2887604	Klockow	klockow	DE		0	Europe/Berlin	53.70162	12.95351				12	00	13071	13071142
2887605	Klockow	klockow	DE		0	Europe/Berlin	53.67034	13.67985				12	00	13071	13071037
2887606	Klockow	klockow	DE		0	Europe/Berlin	53.46966	12.87254				12	00	13071	13071174
2887607	Klockow	klockow	DE		0	Europe/Berlin	53.39582	14.00757				11	00	12073	12073520
2887608	Klockow	klockow	DE		0	Europe/Berlin	53.15145	11.84349				11	00	12070	12070173
2887610	Klockenhagen	klockenhagen	DE		0	Europe/Berlin	54.24201	12.36151				12	00	13073	13073075
2887619	Klobenreuth	klobenreuth	DE		0	Europe/Berlin	49.75891	12.13762				02	093	09374	09374128
2887622	Klobbicke	klobbicke	DE		0	Europe/Berlin	52.75941	13.80123				11	00	12060	12060034
2887623	Klöbbergen	kloebbergen	DE		0	Europe/Berlin	52.82606	7.76229		Klobbergen,Klobbruggen,Klöbbergen,Klöbbrüggen		06	00	03453	03453010
2887629	Klixbüll	klixbuell	DE		983	Europe/Berlin	54.80339	8.8957		Klaegsbol,Klasbel,Kleksbel,Kliksbil,Kliksbjull',Klixbuell,Klixbull,Klixbüll,Klægsbøl,ke li ke si bi er,Кликсбил,Кликсбюлль,克利克斯比尔	01054068	10	00	01054	01054068
2887631	Klix	klix	DE		0	Europe/Berlin	51.2646	14.52599		Kluks,Klukš		13	00	14625	14625160
2887632	Klitzschena	klitzschena	DE		0	Europe/Berlin	51.81688	12.57408				14	00	15091	15091160
2887633	Klitzschen	klitzschen	DE		0	Europe/Berlin	51.51779	12.90609		Klitzschen		13	00	14730	14730190
2887639	Klitschmar	klitschmar	DE		0	Europe/Berlin	51.49811	12.22888				13	00	14730	14730340
2887640	Klitschendorf	klitschendorf	DE		0	Europe/Berlin	53.9317	13.67877				12	00	13075	13075061
2887642	Klippstein	klippstein	DE		0	Europe/Berlin	53.81667	13.03333		Klippstein,Klipstein		12	00	13071	13071008
2887643	Klippkanne	klippkanne	DE		0	Europe/Berlin	53.35	8.48333				06	00	03461	03461002
2887644	Klipphäuser	klipphaeuser	DE		0	Europe/Berlin	51.10807	14.52473				13	00	14625	14625090
2887648	Klinze	klinze	DE		0	Europe/Berlin	52.3475	11.12469				14	00	15083	15083411
2887649	Klintumfeld	klintumfeld	DE		0	Europe/Berlin	54.76667	8.96667				10	00	01054	01054076
2887651	Klintum	klintum	DE		0	Europe/Berlin	54.749	8.96736				10	00	01054	01054076
2887652	Klinten	klinten	DE		0	Europe/Berlin	53.79966	9.21991				06	00	03359	03359035
2887655	Klint	klint	DE		0	Europe/Berlin	53.93812	9.11214				10	00	01051	01051024
2887656	Klint	klint	DE		0	Europe/Berlin	54.84622	9.05124				10	00	01054	01054073
2887657	Klint	klint	DE		0	Europe/Berlin	54.2993	9.64078				10	00	01058	01058135
2887658	Klint	klint	DE		0	Europe/Berlin	53.95573	10.07746				10	00	01060	01060038
2887659	Klint	klint	DE		0	Europe/Berlin	53.63151	9.20809				06	00	03352	03352020
2887663	Klinkum	klinkum	DE		0	Europe/Berlin	51.13609	6.25156		Klinkum		07	053	05370	05370040
2887664	Klinkstein	klinkstein	DE		0	Europe/Berlin	54.33379	10.99534		Klingstein,Klinkstein		10	00	01055	01055031
2887668	Klinkow	klinkow	DE		0	Europe/Berlin	53.33546	13.80909				11	00	12073	12073452
2887669	Klinkhammer	klinkhammer	DE		0	Europe/Berlin	51.27911	6.27472				07	051	05166	05166032
2887682	Klinke	klinke	DE		0	Europe/Berlin	52.59497	11.61618		Klinke		14	00	15090	15090070
2887687	Klingsmoos	klingsmoos	DE		0	Europe/Berlin	48.61782	11.1509				02	091	09185	09185163
2887693	Klingmühl	klingmuehl	DE		0	Europe/Berlin	51.58703	13.8159				11	00	12062	12062425
2887694	Klingldorf	klingldorf	DE		0	Europe/Berlin	49.03348	12.79375				02	092	09278	09278184
2887695	Klinglbach	klinglbach	DE		0	Europe/Berlin	49.02282	12.79836				02	092	09278	09278184
2887700	Klingewalde	klingewalde	DE		0	Europe/Berlin	51.18106	14.9787		Gorlitz-Klingewalde,Görlitz-Klingewalde,Klingewalde		13	00	14626	14626110
2887701	Klingetal Siedlung	klingetal-siedlung	DE		0	Europe/Berlin	52.36667	14.51667				11	00	12053	12053000
2887713	Klingenthal	klingenthal	DE		9132	Europe/Berlin	50.35963	12.46463		Klingental,Klingental',Klingentale,Klingenthal,Klingentāle,ke lin gen ta er,klynghntal,klyngltal,Клингентал,Клингенталь,كلينغنتال,کلینگلتال,克林根塔尔		13	00	14523	14523160
2887716	Klingenstein	klingenstein	DE		15643	Europe/Berlin	48.41849	9.90812	495			01	084	08425	08425141
2887721	Klingenhof	klingenhof	DE		0	Europe/Berlin	49.43352	11.38514		Klingenhof		02	095	09574	09574145
2887722	Klingenhof	klingenhof	DE		0	Europe/Berlin	49.18333	9.33333				01	081	08125	08125021
2887723	Klingenhof	klingenhof	DE		0	Europe/Berlin	49.1	9.53333				01	081	08127	08127052
2887726	Klingenhain	klingenhain	DE		0	Europe/Berlin	51.38666	13.1554				13	00	14730	14730050
2887729	Klingendorf	klingendorf	DE		0	Europe/Berlin	53.98409	12.18149				12	00	13072	13072029
2887730	Klingenburg	klingenburg	DE		0	Europe/Berlin	48.35499	10.41058				02	097	09774	09774144
2887734	Klingenbrunn	klingenbrunn	DE		0	Europe/Berlin	48.92271	13.31902				02	092	09272	09272149
2887738	Klingenberg	klingenberg	DE		0	Europe/Berlin	50.91909	13.53348		Klingenberg,Клингенберг		13	00	14628	14628205
2887739	Klingenberg	klingenberg	DE		0	Europe/Berlin	49.11941	9.1536		Klingenberg		01	081	08121	08121000
2887751	Klingen	klingen	DE		0	Europe/Berlin	49.49179	10.01619				02	096	09679	09679118
2887752	Klingen	klingen	DE		0	Europe/Berlin	49.13889	8.05667				08	00	07337	07337040
2887753	Klingen	klingen	DE		0	Europe/Berlin	49.05865	9.37289		Klingen		01	081	08125	08125008
2887754	Klingen	klingen	DE		0	Europe/Berlin	49.04101	11.79895				02	093	09375	09375148
2887755	Klingen	klingen	DE		0	Europe/Berlin	48.96061	9.62196				01	081	08119	08119044
2887756	Klingen	klingen	DE		0	Europe/Berlin	48.43199	11.15305				02	097	09771	09771113
2887759	Klingelrain	klingelrain	DE		0	Europe/Berlin	47.97296	9.86041				01	084	08426	08426038
2887775	Klinge	klinge	DE		0	Europe/Berlin	53.16582	7.48472				06	00	03457	03457022
2887776	Klinge	klinge	DE		0	Europe/Berlin	51.74278	14.51573				11	00	12071	12071414
2887777	Klinge	klinge	DE		0	Europe/Berlin	51.08217	13.17934				13	00	14522	14522510
2887781	Klingberg	klingberg	DE		0	Europe/Berlin	54.02196	10.70146		Klingberg,Klingenberg		10	00	01055	01055044
2887787	Klinga	klinga	DE		0	Europe/Berlin	51.27278	12.63788		Klinga		13	00	14729	14729340
2887788	Kling	kling	DE		0	Europe/Berlin	48.07176	12.32439		Cling,Kling		02	091	09187	09187116
2887793	Klimmach	klimmach	DE		0	Europe/Berlin	48.21669	10.68678		Klimmach		02	097	09772	09772200
2887798	Klieversberg	klieversberg	DE		0	Europe/Berlin	52.41006	10.76797				06	00	03103	03103000
2887799	Klieve	klieve	DE		0	Europe/Berlin	51.57192	8.28755		Klieve		07	059	05974	05974004
2887800	Klietznick	klietznick	DE		0	Europe/Berlin	52.4697	12.02104				14	00	15086	15086080
2887804	Klietzen	klietzen	DE		0	Europe/Berlin	51.79412	11.97074				14	00	15082	15082256
2887807	Kliestow	kliestow	DE		0	Europe/Berlin	52.3701	14.50833		Frankfurt Kliestow,Kliestow		11	00	12053	12053000
2887808	Kliestow	kliestow	DE		0	Europe/Berlin	52.20159	13.2077				11	00	12072	12072426
2887809	Kliesberg	kliesberg	DE		0	Europe/Berlin	51.75	12.5				14	00	15091	15091160
2887811	Kliemsiedlung	kliemsiedlung	DE		0	Europe/Berlin	52.49083	12.82909				11	00	12063	12063148
2887813	Klief	klief	DE		0	Europe/Berlin	51.03318	7.19917				07	053	05378	05378012
2887821	Kley	kley	DE		0	Europe/Berlin	51.91667	7.45		Klei,Kley		07	055	05558	05558044
2887823	Klewesche Häuser	klewesche-haeuser	DE		0	Europe/Berlin	52.93017	13.19887		Klevesche Hauser,Klevesche Häuser		11	00	12065	12065198
2887824	Klever Weg	klever-weg	DE		0	Europe/Berlin	54.28887	9.14701				10	00	01051	01051049
2887826	Kleverhof	kleverhof	DE		0	Europe/Berlin	53.88551	12.73499				12	00	13072	13072004
2887830	Klevenow	klevenow	DE		0	Europe/Berlin	54.08376	13.08781				12	00	13073	13073089
2887831	Klevendeich	klevendeich	DE		0	Europe/Berlin	53.67034	9.60608				10	00	01056	01056036
2887838	Kleutsch	kleutsch	DE		0	Europe/Berlin	51.79528	12.29656				14	00	15001	15001000
2887840	Kleukheim	kleukheim	DE		0	Europe/Berlin	50.03485	11.00647				02	094	09478	09478120
2887845	Kletzen	kletzen	DE		0	Europe/Berlin	51.45235	12.41635				13	00	14730	14730150
2887846	Klettwitz	klettwitz	DE		0	Europe/Berlin	51.54216	13.89266		Klesisca,Klettwitz,Klěśišća		11	00	12066	12066285
2887848	Klettigshammer	klettigshammer	DE		0	Europe/Berlin	50.48452	11.54792				15	00	16075	16075133
2887849	Klettham	klettham	DE		0	Europe/Berlin	48.30608	11.90062				02	091	09177	09177117
2887852	Klettenberg	klettenberg	DE		0	Europe/Berlin	50.90958	6.92645				07	053	05315	05315000
2887853	Klettenberg	klettenberg	DE		0	Europe/Berlin	51.55648	10.59391		Clettenberch [a. 1235]		15	00	16062	16062062
2887859	Klethen	klethen	DE		0	Europe/Berlin	53.39465	9.43895				06	00	03359	03359002
2887860	Klessing	klessing	DE		0	Europe/Berlin	48.83942	13.01806				02	092	09271	09271148
2887861	Klessing	klessing	DE		0	Europe/Berlin	49.27852	12.68019				02	093	09372	09372168
2887862	Klessing	klessing	DE		0	Europe/Berlin	48.95497	13.20497				02	092	09276	09276139
2887863	Klessing	klessing	DE		0	Europe/Berlin	48.66841	13.35434		Klessing,Klossing,Klössing		02	092	09275	09275135
2887868	Klessin	klessin	DE		0	Europe/Berlin	52.45946	14.55405				11	00	12064	12064388
2887869	Klessig	klessig	DE		0	Europe/Berlin	51.10835	13.2762				13	00	14627	14627180
2887871	Klessener Zootzen	klessener-zootzen	DE		0	Europe/Berlin	52.77369	12.63702				11	00	12063	12063088
2887873	Kleßen	klessen	DE		0	Europe/Berlin	52.74055	12.49386		Klessen,Kleßen		11	00	12063	12063161
2887876	Kleßberg	klessberg	DE		0	Europe/Berlin	49.57183	12.28546				02	093	09374	09374132
2887878	Kleß	kless	DE		0	Europe/Berlin	49.19183	13.00539				02	093	09372	09372113
2887879	Klespe	klespe	DE		0	Europe/Berlin	51.09087	7.38953		Klespe		07	053	05374	05374052
2887880	Klespe	klespe	DE		0	Europe/Berlin	51.00055	7.34553		Klespe		07	053	05374	05374020
2887881	Klesham	klesham	DE		0	Europe/Berlin	48.37317	12.14216				02	091	09177	09177121
2887882	Klesberg	klesberg	DE		0	Europe/Berlin	50.39867	9.44635				05	064	06435	06435028
2887884	Klepzig	klepzig	DE		0	Europe/Berlin	52.02035	12.53256				11	00	12069	12069665
2887885	Klepzig	klepzig	DE		0	Europe/Berlin	51.75212	12.00768				14	00	15082	15082180
2887886	Klepzig	klepzig	DE		0	Europe/Berlin	51.48391	12.12004				14	00	15088	15088195
2887887	Kleptow	kleptow	DE		0	Europe/Berlin	53.36623	14.00139				11	00	12073	12073490
2887889	Klepsau	klepsau	DE		0	Europe/Berlin	49.38614	9.67021		Klepsau		01	081	08126	08126045
2887890	Klepps	klepps	DE		0	Europe/Berlin	52.08679	12.04826				14	00	15086	15086140
2887891	Kleppisch	kleppisch	DE		0	Europe/Berlin	50.82686	13.97993				13	00	14628	14628020
2887895	Klepelshagen	klepelshagen	DE		0	Europe/Berlin	53.56532	13.75573		Klepelshagen,Kleppelshagen		12	00	13075	13075130
2887897	Klenzenhof	klenzenhof	DE		0	Europe/Berlin	53.07696	12.09858				11	00	12070	12070125
2887898	Klenzau	klenzau	DE		0	Europe/Berlin	54.08999	10.57654		Klenzau		10	00	01055	01055007
2887900	Klenz	klenz	DE		0	Europe/Berlin	53.86195	12.64431				12	00	13072	13072049
2887903	Klensby	klensby	DE		0	Europe/Berlin	54.53298	9.59957				10	00	01059	01059073
2887904	Klennow	klennow	DE		0	Europe/Berlin	52.94181	11.12589				06	00	03354	03354026
2887907	Klenkendorf	klenkendorf	DE		0	Europe/Berlin	53.42332	9.07318				06	00	03357	03357016
2887908	Klenkenborstel	klenkenborstel	DE		0	Europe/Berlin	52.87676	8.72423				06	00	03251	03251007
2887910	Klengen	klengen	DE		0	Europe/Berlin	48.00588	8.47195				01	083	08326	08326075
2887912	Klengel	klengel	DE		0	Europe/Berlin	50.95278	11.82546				15	00	16074	16074091
2887913	Klenau	klenau	DE		0	Europe/Berlin	54.25	11.01667				10	00	01055	01055022
2887914	Klenau	klenau	DE		0	Europe/Berlin	48.47844	11.3148				02	091	09186	09186125
2887916	Klempenow	klempenow	DE		0	Europe/Berlin	53.79315	13.31182				12	00	13071	13071017
2887919	Klemmenhof	klemmenhof	DE		0	Europe/Berlin	49.82473	10.70639				02	094	09471	09471120
2887923	Klemenshof	klemenshof	DE		0	Europe/Berlin	50.84758	6.66263		Clemenshof,Klemenshof		07	053	05362	05362032
2887927	Kleistau	kleistau	DE		0	Europe/Berlin	52.81832	10.88586		Kleistau		14	00	15081	15081095
2887928	Kleisingen	kleisingen	DE		0	Europe/Berlin	51.57366	10.70377		Cleisingen,Cleysingen		15	00	16062	16062005
2887931	Kleiriehe	kleiriehe	DE		0	Europe/Berlin	52.36604	8.84202				07	057	05770	05770028
2887933	Kleinzschocher	kleinzschocher	DE		0	Europe/Berlin	51.31568	12.31979		Kleinzschocher		13	00	14713	14713000
2887934	Kleinzschepa	kleinzschepa	DE		0	Europe/Berlin	51.41409	12.78096				13	00	14729	14729245
2887935	Kleinzschachwitz	kleinzschachwitz	DE		0	Europe/Berlin	51.00776	13.84835				13	00	14612	14612000
2887936	Kleinzössen	kleinzoessen	DE		0	Europe/Berlin	51.16667	12.46667				13	00	14729	14729320
2887937	Kleinzöbern	kleinzoebern	DE		0	Europe/Berlin	50.40508	12.05004				13	00	14523	14523450
2887938	Kleinzingst	kleinzingst	DE		0	Europe/Berlin	51.3	11.56667				14	00	15088	15088305
2887939	Klein-Zimmern	klein-zimmern	DE		0	Europe/Berlin	49.86859	8.85054				05	064	06432	06432011
2887940	Klein Ziethen	klein-ziethen	DE		0	Europe/Berlin	52.96162	13.93315				11	00	12060	12060296
2887941	Klein Ziethen	klein-ziethen	DE		0	Europe/Berlin	52.71503	13.05382				11	00	12065	12065251
2887942	Klein Ziethen	klein-ziethen	DE		0	Europe/Berlin	52.38009	13.44628				11	00	12061	12061433
2887944	Klein Ziescht	klein-ziescht	DE		0	Europe/Berlin	52.03526	13.53244				11	00	12072	12072014
2887945	Kleinziegenfeld	kleinziegenfeld	DE		0	Europe/Berlin	50.01957	11.20239				02	094	09478	09478176
2887946	Klein Zicker	klein-zicker	DE		0	Europe/Berlin	54.28146	13.69377				12	00	13073	13073107
2887947	Klein Zetelwitz	klein-zetelwitz	DE		0	Europe/Berlin	54.0352	13.22333		Klein Zetelvitz		12	00	13075	13075123
2887948	Kleinzerlang	kleinzerlang	DE		0	Europe/Berlin	53.18615	12.91311		Kleinzerlang,Rheinsberg-Kleinzerlang		11	00	12068	12068353
2887949	Kleinzerbst	kleinzerbst	DE		0	Europe/Berlin	51.81426	12.05457		Kleinzerbst		14	00	15082	15082005
2887950	Kleinzerbst	kleinzerbst	DE		0	Europe/Berlin	51.74299	12.77088				14	00	15091	15091020
2887951	Klein Zeißig	klein-zeissig	DE		0	Europe/Berlin	51.4378	14.28133		Klein Zeissig,Klein Zeißig,Maly Cisk,Mały Ćisk		13	00	14625	14625240
2887953	Klein Zastrow	klein-zastrow	DE		0	Europe/Berlin	54.02234	13.2926				12	00	13075	13075027
2887954	Dersekow Hof	dersekow-hof	DE		0	Europe/Berlin	54.04432	13.27595				12	00	13075	13075027
2887956	Kleinzadel	kleinzadel	DE		0	Europe/Berlin	51.20664	13.4096		Kleinzadel		13	00	14627	14627020
2887957	Kleinwusterwitz	kleinwusterwitz	DE		0	Europe/Berlin	52.45813	12.24778				14	00	15086	15086080
2887958	Klein Wüstenfelde	klein-wuestenfelde	DE		0	Europe/Berlin	53.88802	12.67596				12	00	13072	13072049
2887959	Klein Wulmstorf	klein-wulmstorf	DE		0	Europe/Berlin	52.94699	9.10366				06	00	03361	03361013
2887960	Kleinwulm	kleinwulm	DE		0	Europe/Berlin	50.78119	12.48377				13	00	14524	14524330
2887961	Kleinwulkow	kleinwulkow	DE		0	Europe/Berlin	52.48293	12.12124				14	00	15086	15086080
2887962	Kleinwülknitz	kleinwuelknitz	DE		0	Europe/Berlin	51.73307	11.92252				14	00	15082	15082180
2887964	Kleinwudicke	kleinwudicke	DE		0	Europe/Berlin	52.59435	12.20969				11	00	12063	12063189
2887965	Kleinwörden	kleinwoerden	DE		0	Europe/Berlin	53.66137	9.25811				06	00	03352	03352020
2887970	Kleinwolstrup	kleinwolstrup	DE		0	Europe/Berlin	54.73507	9.49151				10	00	01059	01059182
2887971	Kleinwolschendorf	kleinwolschendorf	DE		0	Europe/Berlin	50.64906	11.94807				15	00	16076	16076087
2887972	Kleinwolmsdorf	kleinwolmsdorf	DE		0	Europe/Berlin	51.0961	13.94832		Kleinwolmsdorf		13	00	14625	14625010
2887974	Klein Wölkau	klein-woelkau	DE		0	Europe/Berlin	51.53589	12.32497				13	00	14730	14730070
2887975	Kleinwölkau	kleinwoelkau	DE		0	Europe/Berlin	51.49774	12.4966				13	00	14730	14730280
2887976	Kleinwolfersdorf	kleinwolfersdorf	DE		0	Europe/Berlin	48.51052	11.77993				02	091	09178	09178144
2887977	Klein Wolde	klein-wolde	DE		0	Europe/Berlin	53.47457	11.12089				12	00	13076	13076152
2887978	Klein Wokern	klein-wokern	DE		0	Europe/Berlin	53.75642	12.47515				12	00	13072	13072040
2887979	Klein Wohlerst	klein-wohlerst	DE		0	Europe/Berlin	53.428	9.37201				06	00	03359	03359008
2887980	Kleinwitzeetze	kleinwitzeetze	DE		0	Europe/Berlin	53.02584	11.00908				06	00	03354	03354013
2887982	Kleinwittenberg	kleinwittenberg	DE		906	Europe/Berlin	51.86628	12.61516				14	00	15091	15091375
2887983	Klein Wittefelder Ort	klein-wittefelder-ort	DE		0	Europe/Berlin	52.47204	8.02865				06	00	03459	03459031
2887984	Kleinwisch	kleinwisch	DE		0	Europe/Berlin	53.85782	9.44726				10	00	01061	01061006
2887986	Kleinwirschleben	kleinwirschleben	DE		0	Europe/Berlin	51.74914	11.79632				14	00	15089	15089030
2887989	Klein Winnigstedt	klein-winnigstedt	DE		0	Europe/Berlin	52.06421	10.77591				06	00	03158	03158035
2887990	Kleinwinnaden	kleinwinnaden	DE		0	Europe/Berlin	48.01589	9.66719				01	084	08426	08426014
2887991	Kleinwinklarn	kleinwinklarn	DE		0	Europe/Berlin	49.3177	12.40701				02	093	09376	09376147
2887992	Kleinwimpasing	kleinwimpasing	DE		0	Europe/Berlin	48.35591	12.07113				02	091	09177	09177122
2887995	Kleinwiesen	kleinwiesen	DE		0	Europe/Berlin	48.77984	13.5301				02	092	09272	09272141
2887998	Kleinwiehe	kleinwiehe	DE		0	Europe/Berlin	54.71984	9.21902				10	00	01059	01059179
2888001	Klein Wieblitz	klein-wieblitz	DE		0	Europe/Berlin	52.83031	11.07473				14	00	15081	15081455
2888005	Kleinwesterbeck	kleinwesterbeck	DE		0	Europe/Berlin	53.25	8.78333				06	00	03356	03356007
2888006	Kleinwessek	kleinwessek	DE		0	Europe/Berlin	54.30352	10.82989				10	00	01055	01055033
2888008	Kleinwerther	kleinwerther	DE		0	Europe/Berlin	51.47948	10.73898				15	00	16062	16062063
2888009	Kleinwernfeld	kleinwernfeld	DE		0	Europe/Berlin	50.02671	9.72027		Kleinwernfeld		02	096	09677	09677131
2888011	Klein Werdum	klein-werdum	DE		0	Europe/Berlin	53.65892	7.89601				06	00	03455	03455020
2888012	Kleinwerder	kleinwerder	DE		0	Europe/Berlin	54.48333	13.53333				12	00	13073	13073049
2888013	Kleinwenkheim	kleinwenkheim	DE		0	Europe/Berlin	50.25397	10.28167				02	096	09672	09672135
2888014	Kleinwendern	kleinwendern	DE		0	Europe/Berlin	50.00078	12.01883				02	094	09479	09479111
2888015	Kleinwenden	kleinwenden	DE		1043	Europe/Berlin	51.41611	10.65902		Grosslohra-Kleinwenden,Großlohra-Kleinwenden,Kleinwenden		15	00	16062	16062009
2888016	Klein Welzin	klein-welzin	DE		0	Europe/Berlin	53.63046	11.22138				12	00	13074	13074024
2888017	Klein Welzheim	klein-welzheim	DE		0	Europe/Berlin	50.04077	9.00527				05	064	06438	06438013
2888019	Klein Welle	klein-welle	DE		0	Europe/Berlin	53.01303	12.04514				11	00	12070	12070302
2888020	Kleinwelka	kleinwelka	DE		0	Europe/Berlin	51.21119	14.39157		Kleinwelka,Maly Wjelkow,Mały Wjelkow		13	00	14625	14625020
2888021	Kleinweitzschen	kleinweitzschen	DE		0	Europe/Berlin	51.16058	13.0382				13	00	14522	14522220
2888022	Klein Weißensand	klein-weissensand	DE		0	Europe/Berlin	50.57802	12.31425				13	00	14523	14523170
2888023	Kleinweißandt	kleinweissandt	DE		0	Europe/Berlin	51.67902	12.06087		Kleinweissand,Kleinweissandt,Kleinweißand,Kleinweißandt		14	00	15082	15082377
2888024	Kleinweismannsdorf	kleinweismannsdorf	DE		0	Europe/Berlin	49.37923	10.93736				02	095	09573	09573125
2888025	Kleinweisach	kleinweisach	DE		0	Europe/Berlin	49.69849	10.6231				02	095	09572	09572159
2888026	Kleinweis	kleinweis	DE		0	Europe/Berlin	50.04366	6.26712				08	00	07232	07232005
2888027	Kleinweingarten	kleinweingarten	DE		0	Europe/Berlin	49.1009	11.0065				02	095	09577	09577161
2888028	Kleinweinbach	kleinweinbach	DE		0	Europe/Berlin	50.40144	8.2949				05	065	06533	06533019
2888029	Kleinweiler	kleinweiler	DE		0	Europe/Berlin	47.66266	10.09948		Kleinweiler		02	097	09780	09780144
2888030	Kleinweil	kleinweil	DE		0	Europe/Berlin	47.68406	11.30264				02	091	09180	09180119
2888031	Kleinweiglareuth	kleinweiglareuth	DE		0	Europe/Berlin	49.85786	11.58942				02	094	09472	09472127
2888032	Kleinweidelbach	kleinweidelbach	DE		0	Europe/Berlin	49.99943	7.64817				08	00	07140	07140125
2888033	Kleinweichs	kleinweichs	DE		0	Europe/Berlin	48.76266	12.83559				02	092	09271	09271143
2888034	Klein Wehnendorf	klein-wehnendorf	DE		0	Europe/Berlin	54.05566	12.39361				12	00	13072	13072091
2888035	Klein Wegenitz	klein-wegenitz	DE		0	Europe/Berlin	52.91667	11.76667				14	00	15090	15090520
2888036	Kleinwechsungen	kleinwechsungen	DE		0	Europe/Berlin	51.50369	10.72024		Kleinwechsungen		15	00	16062	16062063
2888039	Kleinwasserburg	kleinwasserburg	DE		0	Europe/Berlin	52.09472	13.82703				11	00	12061	12061344
2888042	Klein Warnow	klein-warnow	DE		0	Europe/Berlin	53.23417	11.66537				11	00	12070	12070173
2888043	Klein Warin	klein-warin	DE		0	Europe/Berlin	53.83333	11.51667				12	00	13074	13074047
2888046	Klein Wardow	klein-wardow	DE		0	Europe/Berlin	53.93333	12.41667				12	00	13072	13072112
2888048	Klein Wanzer	klein-wanzer	DE		0	Europe/Berlin	53.00284	11.59747				14	00	15090	15090003
2888049	Klein Wangersen	klein-wangersen	DE		0	Europe/Berlin	53.35897	9.46899				06	00	03359	03359002
2888050	Kleinwangen	kleinwangen	DE		0	Europe/Berlin	51.27283	11.54716				14	00	15084	15084360
2888051	Klein Wangelin	klein-wangelin	DE		0	Europe/Berlin	53.53735	12.19774				12	00	13076	13076104
2888052	Kleinwaltersdorf	kleinwaltersdorf	DE		0	Europe/Berlin	50.92951	13.30087		Kleinwaltersdorf		13	00	14522	14522180
2888055	Klein Wall	klein-wall	DE		0	Europe/Berlin	52.4154	13.86939				11	00	12067	12067201
2888056	Kleinwalding	kleinwalding	DE		0	Europe/Berlin	48.85406	12.99398				02	092	09271	09271119
2888057	Kleinwaldhausen	kleinwaldhausen	DE		0	Europe/Berlin	49.23333	10.25				02	095	09571	09571228
2888059	Kleinwalbur	kleinwalbur	DE		0	Europe/Berlin	50.33162	10.88473				02	094	09473	09473144
2888061	Kleinwachenroth	kleinwachenroth	DE		0	Europe/Berlin	49.74606	10.71937		Klein Wachenroth,Kleinwachenroth		02	095	09572	09572160
2888063	Kleinvollstedt	kleinvollstedt	DE		0	Europe/Berlin	54.2457	9.83284		Kleinvollstedt		10	00	01058	01058049
2888064	Klein Vollbüttel	klein-vollbuettel	DE		0	Europe/Berlin	52.41645	10.49091				06	00	03151	03151022
2888065	Klein Volksitz	klein-volksitz	DE		0	Europe/Berlin	54.5427	13.57908				12	00	13073	13073078
2888067	Klein Voigtshagen	klein-voigtshagen	DE		0	Europe/Berlin	53.93507	11.03102				12	00	13074	13074017
2888068	Kleinvoigtsberg	kleinvoigtsberg	DE		0	Europe/Berlin	50.99918	13.30422				13	00	14522	14522210
2888070	Klein Vogelsang	klein-vogelsang	DE		0	Europe/Berlin	54.7	9.9				10	00	01059	01059168
2888071	Klein Vlotho	klein-vlotho	DE		0	Europe/Berlin	52.25677	8.79881				07	057	05770	05770004
2888074	Kleinvillars	kleinvillars	DE		0	Europe/Berlin	48.99731	8.74482		Kleinvillars		01	082	08236	08236033
2888077	Klein Vielist	klein-vielist	DE		0	Europe/Berlin	53.58333	12.66667				12	00	13071	13071047
2888079	Kleinviehberg	kleinviehberg	DE		0	Europe/Berlin	49.51925	11.46621				02	095	09574	09574147
2888080	Klein Viegeln	klein-viegeln	DE		0	Europe/Berlin	53.97509	12.16737				12	00	13072	13072029
2888081	Kleinviecht	kleinviecht	DE		0	Europe/Berlin	48.437	11.82708				02	091	09178	09178138
2888083	Kleinvichtach	kleinvichtach	DE		0	Europe/Berlin	50.24678	11.39656				02	094	09476	09476183
2888084	Klein Vernich	klein-vernich	DE		0	Europe/Berlin	50.74172	6.8265				07	053	05366	05366040
2888085	Klein Verne	klein-verne	DE		0	Europe/Berlin	51.68295	8.59038				07	057	05774	05774036
2888087	Klein Veltheim	klein-veltheim	DE		0	Europe/Berlin	52.22585	10.67774		Klein Veltheim		06	00	03158	03158033
2888088	Kleinvelden	kleinvelden	DE		0	Europe/Berlin	48.37074	12.24253				02	092	09274	09274183
2888089	Klein Varlingen	klein-varlingen	DE		0	Europe/Berlin	52.62942	9.42507				06	00	03256	03256029
2888090	Kleinvargula	kleinvargula	DE		0	Europe/Berlin	51.12799	10.80463		Kleinvargula		15	00	16064	16064022
2888091	Klein Varchow	klein-varchow	DE		0	Europe/Berlin	53.55739	12.95874				12	00	13071	13071115
2888092	Klein Vahlberg	klein-vahlberg	DE		0	Europe/Berlin	52.12337	10.71836				06	00	03158	03158032
2888093	Kleinvach	kleinvach	DE		0	Europe/Berlin	51.24836	9.99486		Kleinbach,Kleinvach		05	066	06636	06636001
2888095	Kleinurleben	kleinurleben	DE		0	Europe/Berlin	51.15295	10.76975				15	00	16064	16064064
2888096	Klein Upende	klein-upende	DE		0	Europe/Berlin	53.5	7.33333				06	00	03452	03452023
2888098	Kleinumstand	kleinumstand	DE		0	Europe/Berlin	51.35	7.03333				07	051	05158	05158032
2888099	Klein-Umstadt	klein-umstadt	DE		0	Europe/Berlin	49.89019	8.94543				05	064	06432	06432010
2888100	Kleinulrichshausen	kleinulrichshausen	DE		0	Europe/Berlin	49.23333	10.25				02	095	09571	09571228
2888102	Klein Uhyst	klein-uhyst	DE		0	Europe/Berlin	51.36667	14.51667		Klein Spreefurt,Klein Uhyst		13	00	14626	14626060
2888104	Klein Twülpstedt	klein-twuelpstedt	DE		0	Europe/Berlin	52.38555	10.9223				06	00	03154	03154009
2888105	Kleintroisdorf	kleintroisdorf	DE		0	Europe/Berlin	50.98783	6.50133				07	053	05362	05362004
2888106	Klein Triglitz	klein-triglitz	DE		0	Europe/Berlin	53.22488	12.13866				11	00	12070	12070393
2888108	Kleintrenk	kleintrenk	DE		0	Europe/Berlin	48.44253	13.22252				02	092	09275	09275124
2888109	Kleintrebnitz	kleintrebnitz	DE		0	Europe/Berlin	51.4	13.3				13	00	14627	14627360
2888110	Kleintreben	kleintreben	DE		0	Europe/Berlin	51.05269	12.45884		Kleintreben		15	00	16077	16077005
2888111	Klein Trebel	klein-trebel	DE		0	Europe/Berlin	53	11.31667				06	00	03354	03354023
2888114	Kleintossens	kleintossens	DE		0	Europe/Berlin	53.57691	8.26644				06	00	03461	03461003
2888116	Klein Toitin	klein-toitin	DE		0	Europe/Berlin	53.90224	13.36298				12	00	13075	13075054
2888117	Klein Todtshorn	klein-todtshorn	DE		0	Europe/Berlin	53.22561	9.7835				06	00	03353	03353027
2888118	Kleintobel	kleintobel	DE		0	Europe/Berlin	47.79619	9.60233				01	084	08436	08436064
2888119	Kleintissen	kleintissen	DE		0	Europe/Berlin	48.04624	9.51844				01	084	08437	08437100
2888120	Klein Timmendorf	klein-timmendorf	DE		0	Europe/Berlin	53.99012	10.76668				10	00	01055	01055042
2888122	Kleintiefenbach	kleintiefenbach	DE		0	Europe/Berlin	48.87488	12.96164				02	092	09271	09271122
2888123	Klein Thurow	klein-thurow	DE		0	Europe/Berlin	53.69506	10.96736				12	00	13074	13074068
2888124	Kleinthundorf	kleinthundorf	DE		0	Europe/Berlin	49.21667	11.33333				02	093	09373	09373126
2888125	Klein Thun	klein-thun	DE		0	Europe/Berlin	53.58647	9.45818				06	00	03359	03359038
2888126	Klein Thondorf	klein-thondorf	DE		0	Europe/Berlin	53.08593	10.74265				06	00	03360	03360011
2888127	Kleinthiemig	kleinthiemig	DE		0	Europe/Berlin	51.31496	13.50433				13	00	14627	14627060
2888128	Kleinthannensteig	kleinthannensteig	DE		0	Europe/Berlin	48.67287	13.4415		Klein Tannensteig,Kleinthannensteig		02	092	09275	09275128
2888130	Kleinthalheim	kleinthalheim	DE		0	Europe/Berlin	48.36691	12.02118				02	091	09177	09177120
2888132	Kleinthal	kleinthal	DE		0	Europe/Berlin	47.7815	11.83783				02	091	09182	09182125
2888134	Klein Tetzleben	klein-tetzleben	DE		0	Europe/Berlin	53.65206	13.23382				12	00	13071	13071057
2888136	Kleintettau	kleintettau	DE		0	Europe/Berlin	50.474	11.28787		Kleintettau		02	094	09476	09476179
2888137	Klein Tessin	klein-tessin	DE		0	Europe/Berlin	54.03242	12.44362				12	00	13072	13072105
2888141	Kleintauschwitz	kleintauschwitz	DE		0	Europe/Berlin	50.92703	12.37041				15	00	16077	16077043
2888142	Kleintauscha	kleintauscha	DE		0	Europe/Berlin	50.93821	12.26141		Kleintauscha		15	00	16077	16077043
2888144	Klein Tarup	klein-tarup	DE		0	Europe/Berlin	54.78333	9.48333		Klein Tarup,Tarup		10	00	01001	01001000
2888145	Klein Talkau	klein-talkau	DE		0	Europe/Berlin	53.56667	10.56667				10	00	01053	01053125
2888146	Klein Süstedt	klein-suestedt	DE		0	Europe/Berlin	52.93555	10.48512				06	00	03360	03360025
2888147	Kleinsüßen	kleinsussen	DE		0	Europe/Berlin	48.68393	9.76539				01	081	08117	08117049
2888148	Klein Süntel	klein-suentel	DE		0	Europe/Berlin	52.16656	9.43743				06	00	03252	03252002
2888151	Kleinstürzlham	kleinsturzlham	DE		0	Europe/Berlin	48.35953	12.01945				02	091	09177	09177120
2888152	Klein Stubben	klein-stubben	DE		0	Europe/Berlin	54.32037	13.30555				12	00	13073	13073027
2888156	Klein Strömkendorf	klein-stroemkendorf	DE		0	Europe/Berlin	54.03056	11.58834				12	00	13072	13072005
2888157	Klein Ströbitz	klein-stroebitz	DE		0	Europe/Berlin	51.74576	14.29214				11	00	12052	12052000
2888158	Klein Striepe	klein-striepe	DE		0	Europe/Berlin	52.51144	6.74085				06	00	03456	03456011
2888160	Klein Stresow	klein-stresow	DE		0	Europe/Berlin	54.35683	13.58866		Klein Stresow		12	00	13073	13073070
2888162	Kleinstover	kleinstover	DE		0	Europe/Berlin	54.1	9.96667				10	00	01004	01004000
2888163	Klein Stove	klein-stove	DE		0	Europe/Berlin	54.03697	12.06464				12	00	13072	13072057
2888164	Kleinstorkwitz	kleinstorkwitz	DE		0	Europe/Berlin	51.18488	12.30052				13	00	14729	14729430
2888165	Kleinstolpen	kleinstolpen	DE		0	Europe/Berlin	51.13333	12.31667				13	00	14729	14729170
2888166	Kleinstockach	kleinstockach	DE		0	Europe/Berlin	48.36353	12.1211				02	091	09177	09177139
2888167	Kleinstöbnitz	kleinstoebnitz	DE		0	Europe/Berlin	50.91682	12.39062				15	00	16077	16077043
2888168	Kleinsterz	kleinsterz	DE		0	Europe/Berlin	49.93147	12.23518				02	093	09377	09377141
2888171	Klein Steinheim	klein-steinheim	DE		0	Europe/Berlin	50.11667	8.91667				05	064	06435	06435014
2888173	Kleinsteinfeld	kleinsteinfeld	DE		0	Europe/Berlin	49.05875	8.04543				08	00	07337	07337076
2888174	Kleinsteinberg	kleinsteinberg	DE		0	Europe/Berlin	51.31604	12.57971				13	00	14729	14729070
2888176	Kleinsteinbach	kleinsteinbach	DE		0	Europe/Berlin	48.96664	8.55389				01	082	08215	08215101
2888177	Kleinsteinach	kleinsteinach	DE		0	Europe/Berlin	50.11092	10.44851				02	096	09674	09674153
2888178	Kleinsteinach	kleinsteinach	DE		0	Europe/Berlin	49.62823	10.61176				02	095	09575	09575128
2888179	Klein Steimke	klein-steimke	DE		0	Europe/Berlin	52.32055	10.81724				06	00	03154	03154013
2888180	Kleinstechau	kleinstechau	DE		0	Europe/Berlin	50.88809	12.27383		Kleinstechau		15	00	16077	16077026
2888181	Klein Stavern	klein-stavern	DE		0	Europe/Berlin	52.77416	7.41				06	00	03454	03454050
2888182	Klein Staritz	klein-staritz	DE		0	Europe/Berlin	51.44562	13.1766				13	00	14730	14730045
2888184	Kleinstädteln	kleinstaedteln	DE		0	Europe/Berlin	51.2549	12.38241				13	00	14729	14729260
2888185	Kleinstadelhofen	kleinstadelhofen	DE		0	Europe/Berlin	47.88079	9.28157				01	084	08437	08437088
2888186	Klein Sprenz	klein-sprenz	DE		0	Europe/Berlin	53.92355	12.19723				12	00	13072	13072046
2888187	Kleinsporkert	kleinsporkert	DE		0	Europe/Berlin	51.23177	7.24008		Kleinsporkert		07	051	05124	05124000
2888188	Klein Sperrenwalde	klein-sperrenwalde	DE		0	Europe/Berlin	53.28686	13.73063				11	00	12073	12073429
2888189	Klein Sottrum	klein-sottrum	DE		0	Europe/Berlin	53.11954	9.2264				06	00	03357	03357045
2888190	Kleinsorheim	kleinsorheim	DE		0	Europe/Berlin	48.78956	10.60636				02	097	09779	09779185
2888193	Klein Sonnendeich	klein-sonnendeich	DE		0	Europe/Berlin	53.70899	9.60653				10	00	01056	01056033
2888194	Klein Sommerbeck	klein-sommerbeck	DE		0	Europe/Berlin	53.20166	10.67871				06	00	03355	03355013
2888197	Kleinsoltborg	kleinsoltborg	DE		0	Europe/Berlin	53.23333	7.38333				06	00	03457	03457012
2888198	Kleinsolt	kleinsolt	DE		0	Europe/Berlin	54.72631	9.5172				10	00	01059	01059182
2888199	Klein Solschen	klein-solschen	DE		0	Europe/Berlin	52.2711	10.14158		Luetschen Sulschen,Luettjen Sulschen,Lütschen Sulschen,Lüttjen Sulschen		06	00	03157	03157009
2888200	Klein Sittensen	klein-sittensen	DE		0	Europe/Berlin	53.26667	9.53333				06	00	03357	03357044
2888201	Klein Sisbeck	klein-sisbeck	DE		0	Europe/Berlin	52.35275	10.90925				06	00	03154	03154009
2888203	Kleinsiep	kleinsiep	DE		0	Europe/Berlin	51.23333	6.61667				07	051	05162	05162016
2888204	Klein Sien	klein-sien	DE		0	Europe/Berlin	53.89777	11.81305				12	00	13072	13072050
2888205	Klein Siemz	klein-siemz	DE		0	Europe/Berlin	53.82672	10.91622				12	00	13074	13074094
2888206	Klein Siemen	klein-siemen	DE		0	Europe/Berlin	54.01598	11.82648				12	00	13072	13072058
2888208	Kleinsermuth	kleinsermuth	DE		0	Europe/Berlin	51.15	12.8				13	00	14729	14729080
2888211	Kleinseitschen	kleinseitschen	DE		0	Europe/Berlin	51.16093	14.33313		Kleinseitschen,Zicenk,Žičenk		13	00	14625	14625150
2888212	Kleinseidau	kleinseidau	DE		0	Europe/Berlin	51.20688	14.39421		Kleinseidau,Zajdow		13	00	14625	14625020
2888214	Kleinseelheim	kleinseelheim	DE		0	Europe/Berlin	50.80518	8.88433				05	065	06534	06534011
2888216	Kleinseeham	kleinseeham	DE		0	Europe/Berlin	47.85248	11.8364				02	091	09182	09182137
2888217	Kleinseebach	kleinseebach	DE		0	Europe/Berlin	49.6522	11.00554				02	095	09572	09572142
2888219	Kleinsee	kleinsee	DE		0	Europe/Berlin	54.38333	9.33333				10	00	01059	01059005
2888221	Kleinsedlitz	kleinsedlitz	DE		0	Europe/Berlin	50.95873	13.88138		Kleinsedlitz		13	00	14628	14628160
2888222	Klein Schwülper	klein-schwuelper	DE		6606	Europe/Berlin	52.34153	10.42903				06	00	03151	03151027
2888223	Kleinschwindau	kleinschwindau	DE		0	Europe/Berlin	48.24205	12.15262				02	091	09177	09177137
2888224	Klein Schwiesow	klein-schwiesow	DE		0	Europe/Berlin	53.82832	12.11311				12	00	13072	13072039
2888226	Kleinschweidnitz	kleinschweidnitz	DE		0	Europe/Berlin	51.07418	14.6591				13	00	14626	14626150
2888227	Kleinschwechten	kleinschwechten	DE		0	Europe/Berlin	52.70947	11.83468				14	00	15090	15090435
2888228	Klein Schwaß	klein-schwass	DE		0	Europe/Berlin	54.07533	12.03449				12	00	13072	13072057
2888229	Kleinschwarzlosen	kleinschwarzlosen	DE		0	Europe/Berlin	52.49344	11.79039				14	00	15090	15090546
2888230	Kleinschwarzenlohe	kleinschwarzenlohe	DE		0	Europe/Berlin	49.34783	11.11078				02	095	09576	09576151
2888231	Kleinschwarzenbach	kleinschwarzenbach	DE		0	Europe/Berlin	50.24733	11.70522				02	094	09475	09475136
2888232	Kleinschwarzach	kleinschwarzach	DE		0	Europe/Berlin	48.84534	12.86027				02	092	09271	09271140
2888233	Klein Schwarme	klein-schwarme	DE		0	Europe/Berlin	52.9228	9.0427				06	00	03251	03251033
2888234	Klein Schwarfs	klein-schwarfs	DE		0	Europe/Berlin	54.04032	12.22758				12	00	13072	13072029
2888235	Klein Schwansee	klein-schwansee	DE		0	Europe/Berlin	53.97582	11.00126				12	00	13074	13074037
2888236	Kleinschwand	kleinschwand	DE		0	Europe/Berlin	49.55795	12.33591				02	093	09374	09374159
2888237	Kleinschwamborn	kleinschwamborn	DE		0	Europe/Berlin	50.93458	7.25244				07	053	05378	05378024
2888241	Klein Schulzendorf	klein-schulzendorf	DE		0	Europe/Berlin	52.1919	13.24476		Klein Schulzendorf		11	00	12072	12072426
2888242	Klein Schretstaken	klein-schretstaken	DE		511	Europe/Berlin	53.58608	10.57086		Klein Schretstaken		10	00	01053	01053113
2888243	Klein Schoritz	klein-schoritz	DE		0	Europe/Berlin	54.2607	13.34861				12	00	13073	13073027
2888244	Klein Schöppenstedt	klein-schoeppenstedt	DE		0	Europe/Berlin	52.25348	10.61276		Klein Schoppenstedt,Klein Schöppenstedt,Monche,Mönche		06	00	03158	03158006
2888245	Klein Schönwalde	klein-schoenwalde	DE		0	Europe/Berlin	54.05882	13.41884				12	00	13075	13075142
2888246	Kleinschönthal	kleinschonthal	DE		0	Europe/Berlin	49.35117	12.60741				02	093	09372	09372157
2888247	Klein Schönhagen	klein-schoenhagen	DE		0	Europe/Berlin	52.98653	12.20565				11	00	12070	12070149
2888248	Kleinschönebeck	kleinschoenebeck	DE		0	Europe/Berlin	52.48033	13.71087				11	00	12067	12067440
2888249	Kleinschönbrunn	kleinschonbrunn	DE		0	Europe/Berlin	49.58232	11.8801				02	093	09371	09371121
2888250	Kleinschönberg	kleinschoenberg	DE		0	Europe/Berlin	51.0847	13.56369				13	00	14627	14627100
2888251	Kleinschönach	kleinschonach	DE		0	Europe/Berlin	47.86503	9.23848				01	084	08437	08437124
2888252	Klein Schneen	klein-schneen	DE		0	Europe/Berlin	51.44353	9.90594				06	00	03159	03159013
2888253	Klein Schmölen	klein-schmoelen	DE		0	Europe/Berlin	53.13102	11.29223				12	00	13076	13076034
2888254	Kleinschmieden	kleinschmieden	DE		0	Europe/Berlin	50.36175	11.68804		Kleinschmidten		02	094	09475	09475156
2888258	Kleinschloppen	kleinschloppen	DE		0	Europe/Berlin	50.12829	11.91971				02	094	09479	09479129
2888261	Kleinschlatitz	kleinschlatitz	DE		0	Europe/Berlin	51.2505	13.04494		Kleinschaditz,Kleinschlatitz		13	00	14730	14730200
2888262	Klein-Schlamin	klein-schlamin	DE		0	Europe/Berlin	54.16186	10.84866		Klein Schlamin,Klein-Schlamin		10	00	01055	01055037
2888263	Kleinschlaisdorf	kleinschlaisdorf	DE		0	Europe/Berlin	50.97814	12.73982				13	00	14522	14522350
2888264	Kleinschirma	kleinschirma	DE		0	Europe/Berlin	50.90676	13.28928				13	00	14522	14522430
2888265	Klein-Schierstedt	klein-schierstedt	DE		397	Europe/Berlin	51.75469	11.5446		Klein-Schierstedt		14	00	15089	15089015
2888268	Klein Schenkenberg	klein-schenkenberg	DE		0	Europe/Berlin	53.79696	10.56204				10	00	01062	01062039
2888271	Klein Schauen	klein-schauen	DE		0	Europe/Berlin	52.24349	13.86658		Klein Schauen		11	00	12067	12067481
2888272	Klein Scharrel	klein-scharrel	DE		0	Europe/Berlin	53.10128	8.0828				06	00	03451	03451004
2888274	Klein Schallun	klein-schallun	DE		0	Europe/Berlin	52.86667	11.8				14	00	15090	15090008
2888275	Kleinschafhausen	kleinschafhausen	DE		0	Europe/Berlin	48.19012	9.96022				01	084	08426	08426108
2888279	Kleinsaubernitz	kleinsaubernitz	DE		0	Europe/Berlin	51.26465	14.60478		Zubornicka,Zubornička		13	00	14625	14625340
2888281	Kleinsassen	kleinsassen	DE		0	Europe/Berlin	50.55243	9.87456				05	066	06631	06631013
2888282	Klein Sarlhusen	klein-sarlhusen	DE		0	Europe/Berlin	54.01667	9.8				10	00	01061	01061096
2888283	Klein Sarau	klein-sarau	DE		0	Europe/Berlin	53.76682	10.70574				10	00	01053	01053043
2888284	Klein Santersleben	klein-santersleben	DE		0	Europe/Berlin	52.20319	11.42115				14	00	15083	15083298
2888285	Kleinsander	kleinsander	DE		0	Europe/Berlin	53.29089	7.79495		Kleinsander		06	00	03457	03457020
2888287	Klein Sandbek	klein-sandbek	DE		0	Europe/Berlin	54.68333	9.91667				10	00	01059	01059045
2888288	Klein Sandbeiendorf	klein-sandbeiendorf	DE		0	Europe/Berlin	52.38402	11.68052				14	00	15083	15083120
2888289	Kleinsaltendorf	kleinsaltendorf	DE		0	Europe/Berlin	49.21667	12.06667				02	093	09376	09376170
2888290	Klein Salitz	klein-salitz	DE		0	Europe/Berlin	53.67322	11.01905				12	00	13074	13074068
2888291	Kleinsachsenheim	kleinsachsenheim	DE		0	Europe/Berlin	48.96983	9.06859				01	081	08118	08118076
2888292	Kleinsaara	kleinsaara	DE		0	Europe/Berlin	50.85396	11.95847		Kleinsaara		15	00	16076	16076064
2888293	Kleinrußdorf	kleinrussdorf	DE		0	Europe/Berlin	50.77901	12.32161				13	00	14524	14524140
2888295	Klein Rünz	klein-ruenz	DE		0	Europe/Berlin	53.77852	10.97133				12	00	13074	13074042
2888296	Kleinrügeln	kleinruegeln	DE		0	Europe/Berlin	51.34856	13.21901				13	00	14627	14627270
2888297	Kleinrudestedt	kleinrudestedt	DE		0	Europe/Berlin	51.0838	11.10699				15	00	16068	16068021
2888298	Klein Rüde	klein-ruede	DE		0	Europe/Berlin	54.6861	9.65753				10	00	01059	01059185
2888300	Kleinrückerswalde	kleinrueckerswalde	DE		0	Europe/Berlin	50.56813	13.01799				13	00	14521	14521020
2888301	Klein Rottmersleben	klein-rottmersleben	DE		0	Europe/Berlin	52.21495	11.3759				14	00	15083	15083298
2888302	Kleinrössen	kleinroessen	DE		0	Europe/Berlin	51.6437	13.26427				11	00	12062	12062128
2888304	Klein Rossau	klein-rossau	DE		0	Europe/Berlin	52.78823	11.63692				14	00	15090	15090415
2888305	Klein Rosenweide	klein-rosenweide	DE		0	Europe/Berlin	53.41667	10.11667				06	00	03353	03353032
2888306	Klein Rosenburg	klein-rosenburg	DE		0	Europe/Berlin	51.92817	11.88803				14	00	15089	15089026
2888307	Klein Roscharden	klein-roscharden	DE		0	Europe/Berlin	52.81175	7.86087				06	00	03453	03453009
2888308	Kleinropperhausen	kleinropperhausen	DE		0	Europe/Berlin	50.82451	9.3809		Kleinropperhausen		05	066	06634	06634020
2888309	Klein Rönnau	klein-roennau	DE		1492	Europe/Berlin	53.96667	10.31667		Klein Roennau,Klein Ronnau,Klein Rönnau	01060049	10	00	01060	01060049
2888310	Kleinromstedt	kleinromstedt	DE		0	Europe/Berlin	50.98441	11.51361		Kleinromstedt		15	00	16071	16071004
2888312	Kleinröhrsdorf	kleinroehrsdorf	DE		0	Europe/Berlin	51.12778	13.97639				13	00	14625	14625200
2888313	Kleinrohrsdorf	kleinrohrsdorf	DE		0	Europe/Berlin	47.99555	11.91484				02	091	09175	09175113
2888314	Klein-Rohrheim	klein-rohrheim	DE		0	Europe/Berlin	49.73379	8.49016				05	064	06433	06433004
2888315	Klein Roge	klein-roge	DE		0	Europe/Berlin	53.78363	12.51042				12	00	13072	13072038
2888318	Kleinroda	kleinroda	DE		0	Europe/Berlin	51.29247	11.3428				15	00	16065	16065087
2888319	Kleinröda	kleinroeda	DE		0	Europe/Berlin	51.00598	12.29565				15	00	16077	16077044
2888320	Kleinroda	kleinroda	DE		0	Europe/Berlin	51	11.31667				15	00	16055	16055000
2888321	Klein Ringmar	klein-ringmar	DE		0	Europe/Berlin	52.83863	8.66075				06	00	03251	03251007
2888322	Kleinringe	kleinringe	DE		0	Europe/Berlin	52.60944	6.90858				06	00	03456	03456019
2888324	Klein Rietz	klein-rietz	DE		0	Europe/Berlin	52.20914	14.19119				11	00	12067	12067426
2888326	Kleinried	kleinried	DE		0	Europe/Berlin	49.19135	10.58213		Kleinried		02	095	09571	09571115
2888327	Kleinried	kleinried	DE		0	Europe/Berlin	48.95896	13.01272				02	092	09276	09276146
2888328	Kleinried	kleinried	DE		0	Europe/Berlin	48.3916	10.57949				02	097	09772	09772223
2888329	Klein Ridsenow	klein-ridsenow	DE		0	Europe/Berlin	53.95401	12.43396				12	00	13072	13072112
2888330	Klein Rhüden	klein-rhueden	DE		0	Europe/Berlin	51.94244	10.13012				06	00	03153	03153012
2888331	Kleinrheinfeld	kleinrheinfeld	DE		0	Europe/Berlin	49.95492	10.38654				02	096	09678	09678124
2888336	Kleinreuth hinter der Veste	kleinreuth-hinter-der-veste	DE		0	Europe/Berlin	49.47749	11.07575		Kleinreuth,Kleinreuth hinter der Veste		02	095	09564	09564000
2888337	Kleinreuth bei Schweinau	kleinreuth-bei-schweinau	DE		0	Europe/Berlin	49.44179	11.00967	302	Cleinen Reut,Kleinreuth,Kleinreuth bei Schweinau		02	095	09564	09564000
2888339	Kleinrettbach	kleinrettbach	DE		0	Europe/Berlin	50.93462	10.88474		Kleinrettbach		15	00	16067	16067087
2888340	Klein Renzow	klein-renzow	DE		0	Europe/Berlin	53.61667	11.16667				12	00	13074	13074072
2888341	Kleinrennersdorf	kleinrennersdorf	DE		0	Europe/Berlin	51.06279	14.02172				13	00	14628	14628100
2888342	Klein Remels	klein-remels	DE		0	Europe/Berlin	53.28497	7.73084				06	00	03457	03457020
2888344	Klein Reken	klein-reken	DE		14306	Europe/Berlin	51.7871	7.04367		Klein Reken		07	055	05554	05554044
2888345	Kleinreith	kleinreith	DE		0	Europe/Berlin	53.43	9.36701				06	00	03359	03359008
2888346	Kleinreinsdorf	kleinreinsdorf	DE		0	Europe/Berlin	50.71451	12.21014				15	00	16076	16076093
2888347	Kleinreichertshofen	kleinreichertshofen	DE		0	Europe/Berlin	48.57457	11.53616				02	091	09186	09186143
2888348	Klein Rehberg	klein-rehberg	DE		0	Europe/Berlin	53.64867	12.51744				12	00	13071	13071154
2888349	Kleinrechtenbach	kleinrechtenbach	DE		0	Europe/Berlin	50.51667	8.58333				05	065	06532	06532014
2888351	Kleinraschütz	kleinraschuetz	DE		0	Europe/Berlin	51.29429	13.50714				13	00	14627	14627060
2888352	Klein Räschen	klein-raeschen	DE		0	Europe/Berlin	51.58333	14.01667				11	00	12066	12066112
2888354	Kleinramspau	kleinramspau	DE		0	Europe/Berlin	49.15524	12.15329				02	093	09375	09375190
2888356	Kleinragewitz	kleinragewitz	DE		0	Europe/Berlin	51.29849	13.16478				13	00	14730	14730170
2888357	Kleinradmeritz	kleinradmeritz	DE		0	Europe/Berlin	51.14702	14.71791		Kleinradmeritz,Male Radmercy,Małe Radměrcy		13	00	14626	14626290
2888358	Klein Radisch	klein-radisch	DE		0	Europe/Berlin	51.34183	14.64646		Klein Radisch,Radsowk,Radšowk		13	00	14626	14626060
2888359	Klein Raden	klein-raden	DE		0	Europe/Berlin	53.76667	12.85				12	00	13071	13071084
2888360	Kleinrade	kleinrade	DE		0	Europe/Berlin	54.03284	9.20933				10	00	01051	01051110
2888362	Klein Quern	klein-quern	DE		0	Europe/Berlin	54.76219	9.71027				10	00	01059	01059186
2888363	Klein Querbitzsch	klein-querbitzsch	DE		0	Europe/Berlin	51.23333	12.96667				13	00	14730	14730200
2888364	Klein Quenstedt	klein-quenstedt	DE		0	Europe/Berlin	51.92179	11.06551		Klein Quenstedt		14	00	15085	15085135
2888365	Klein Quassow	klein-quassow	DE		0	Europe/Berlin	53.30431	12.97537				12	00	13071	13071159
2888366	Kleinpürschütz	kleinpuerschuetz	DE		0	Europe/Berlin	50.82474	11.60618				15	00	16074	16074033
2888367	Kleinprüfening	kleinprufening	DE		0	Europe/Berlin	49.00691	12.0278		Kleinprufening,Kleinprusening,Kleinprüfening,Kleinprüsening		02	093	09375	09375199
2888369	Klein Pritz	klein-pritz	DE		0	Europe/Berlin	53.63975	11.9466				12	00	13076	13076062
2888370	Kleinprießnitz	kleinpriessnitz	DE		0	Europe/Berlin	51.04253	11.74639				15	00	16074	16074019
2888371	Kleinpriesligk	kleinpriesligk	DE		0	Europe/Berlin	51.11293	12.2434		Kleinpriesligk,Kleinpriessligk,Kleinprießligk		13	00	14729	14729170
2888372	Klein Priebus	klein-priebus	DE		0	Europe/Berlin	51.45384	14.95631		Klein Priebus,Pribuzk,Přibuzk		13	00	14626	14626250
2888373	Klein Pretzschendorf	klein-pretzschendorf	DE		0	Europe/Berlin	50.86667	13.56667				13	00	14628	14628205
2888374	Klein Pretzier	klein-pretzier	DE		0	Europe/Berlin	52.93224	10.70223				06	00	03360	03360030
2888375	Klein Pravtshagen	klein-pravtshagen	DE		0	Europe/Berlin	53.97709	11.11198				12	00	13074	13074037
2888376	Kleinprausitz	kleinprausitz	DE		0	Europe/Berlin	51.13467	13.35923				13	00	14627	14627080
2888377	Kleinpraga	kleinpraga	DE		0	Europe/Berlin	51.17491	14.2917		Kleinpraga,Mala Praha,Mała Praha		13	00	14625	14625150
2888378	Klein Potrems	klein-potrems	DE		0	Europe/Berlin	53.96702	12.26099				12	00	13072	13072029
2888379	Kleinpötewitz	kleinpoetewitz	DE		0	Europe/Berlin	51.00709	11.99993				14	00	15084	15084565
2888380	Kleinpostwitz	kleinpostwitz	DE		0	Europe/Berlin	51.10142	14.42453		Bojswecy,Bójswecy		13	00	14625	14625525
2888381	Kleinpösna	kleinpoesna	DE		0	Europe/Berlin	51.30942	12.5172				13	00	14713	14713000
2888383	Kleinpörthen	kleinpoerthen	DE		0	Europe/Berlin	50.9805	12.17452				14	00	15084	15084442
2888384	Kleinpoppenhof	kleinpoppenhof	DE		0	Europe/Berlin	49.61009	12.25666				02	093	09374	09374132
2888385	Kleinpönning	kleinponning	DE		0	Europe/Berlin	48.84206	12.49666				02	092	09278	09278123
2888386	Klein Polzin	klein-polzin	DE		0	Europe/Berlin	53.88532	13.60434				12	00	13075	13075043
2888387	Kleinpolen	kleinpolen	DE		0	Europe/Berlin	50.63333	12.3				13	00	14523	14523340
2888388	Klein Platendorf	klein-platendorf	DE		0	Europe/Berlin	52.51667	10.58333				06	00	03151	03151025
2888389	Klein Plasten	klein-plasten	DE		0	Europe/Berlin	53.53733	12.84709				12	00	13071	13071056
2888390	Klein Pinzing	klein-pinzing	DE		0	Europe/Berlin	49.26667	12.73333				02	093	09372	09372174
2888391	Kleinpinning	kleinpinning	DE		0	Europe/Berlin	48.75732	12.67333				02	092	09278	09278167
2888392	Kleinpillingsdorf	kleinpillingsdorf	DE		0	Europe/Berlin	50.81058	12.26025				13	00	14524	14524030
2888394	Kleinpienzenau	kleinpienzenau	DE		0	Europe/Berlin	47.82238	11.83704				02	091	09182	09182137
2888395	Klein Petershagen	klein-petershagen	DE		0	Europe/Berlin	54.12287	13.28565				12	00	13075	13075141
2888396	Kleinpelsen	kleinpelsen	DE		0	Europe/Berlin	51.2103	12.98475		Bortewitz-Kleinpelsen,Börtewitz-Kleinpelsen,Kleinpelsen		13	00	14522	14522310
2888398	Kleinpaschleben	kleinpaschleben	DE		986	Europe/Berlin	51.78396	11.88464		Kleinpaschleben		14	00	15082	15082256
2888399	Klein Partwitz	klein-partwitz	DE		0	Europe/Berlin	51.51647	14.18781		Bjezdowy,Klein Partwitz		13	00	14625	14625120
2888400	Klein Parin	klein-parin	DE		0	Europe/Berlin	53.93956	10.65691				10	00	01055	01055040
2888401	Klein Pankow	klein-pankow	DE		0	Europe/Berlin	53.37596	12.03243				12	00	13076	13076125
2888407	Klein Otze	klein-otze	DE		0	Europe/Berlin	52.48333	10.01667				06	00	03241	03241003
2888408	Kleinottweiler	kleinottweiler	DE		0	Europe/Berlin	49.34604	7.29338				09	00	10045	10045111
2888410	Klein Ostiem	klein-ostiem	DE		0	Europe/Berlin	53.52891	7.95769		Klein Ostiem,Ostiem		06	00	03455	03455015
2888412	Kleinosterhausen	kleinosterhausen	DE		0	Europe/Berlin	51.44758	11.51937				14	00	15087	15087130
2888413	Klein Ostergroden	klein-ostergroden	DE		0	Europe/Berlin	53.66667	7.86667				06	00	03455	03455020
2888414	Klein Oßnig	klein-ossnig	DE		0	Europe/Berlin	51.69989	14.27919		Klein Ossnig,Klein Oßnig,Wosenck,Wóseńck		11	00	12071	12071057
2888415	Kleinösinghausen	kleinoesinghausen	DE		0	Europe/Berlin	51.098	7.13416				07	053	05378	05378008
2888416	Kleinosida	kleinosida	DE		0	Europe/Berlin	51.04225	12.09837				14	00	15084	15084275
2888418	Kleinornach	kleinornach	DE		0	Europe/Berlin	48.00769	12.438				02	091	09189	09189133
2888419	Kleinopitz	kleinopitz	DE		0	Europe/Berlin	51.00631	13.59413		Kleinopitz		13	00	14628	14628410
2888420	Klein Olversum	klein-olversum	DE		0	Europe/Berlin	54.3	8.91667		Klein Olversum,Olversum		10	00	01054	01054138
2888422	Kleinoldendorf	kleinoldendorf	DE		0	Europe/Berlin	53.32347	7.72262		Kleinoldendorf		06	00	03457	03457020
2888424	Kleinolbersdorf	kleinolbersdorf	DE		0	Europe/Berlin	50.8	13.01667				13	00	14511	14511000
2888425	Kleinohrenbronn	kleinohrenbronn	DE		0	Europe/Berlin	49.14193	10.42836				02	095	09571	09571132
2888426	Klein Offenseth	klein-offenseth	DE		0	Europe/Berlin	53.8049	9.69161		Klein Offenseth		10	00	01056	01056030
2888427	Klein Oesingen	klein-oesingen	DE		0	Europe/Berlin	52.65637	10.48922		Klein Oesingen,Klein Osingen,Klein Ösingen		06	00	03151	03151010
2888428	Klein Oedesse	klein-oedesse	DE		0	Europe/Berlin	52.38592	10.21686				06	00	03157	03157001
2888429	Kleinoderwitz	kleinoderwitz	DE		0	Europe/Berlin	51.13333	12.23333				14	00	15084	15084130
2888430	Kleinoderscheid	kleinoderscheid	DE		0	Europe/Berlin	50.94726	7.34333				07	053	05378	05378024
2888431	Kleinochsenfurt	kleinochsenfurt	DE		0	Europe/Berlin	49.67046	10.06262				02	096	09679	09679170
2888433	Kleinoberholz	kleinoberholz	DE		0	Europe/Berlin	50.86667	7.4				07	053	05382	05382036
2888434	Kleinnottersdorf	kleinnottersdorf	DE		0	Europe/Berlin	49.10517	11.33532				02	095	09576	09576122
2888435	Klein Nordsee	klein-nordsee	DE		0	Europe/Berlin	54.31372	9.95225				10	00	01058	01058050
2888437	Kleinnöbach	kleinnobach	DE		0	Europe/Berlin	48.34097	11.58244				02	091	09178	09178123
2888438	Klein Nienhagen	klein-nienhagen	DE		0	Europe/Berlin	54.00802	11.79889				12	00	13072	13072058
2888439	Klein Niendorf	klein-niendorf	DE		0	Europe/Berlin	53.42304	11.96943				12	00	13076	13076120
2888440	Klein Nieköhr	klein-niekoehr	DE		0	Europe/Berlin	53.97689	12.64835				12	00	13072	13072010
2888442	Klein Nichtewitz	klein-nichtewitz	DE		0	Europe/Berlin	51.53333	13.13333				13	00	14730	14730010
2888444	Kleinneusslitz	kleinneusslitz	DE		0	Europe/Berlin	51.31667	13.06667				13	00	14730	14730230
2888445	Kleinneuses	kleinneuses	DE		0	Europe/Berlin	49.67629	10.80797				02	095	09572	09572135
2888446	Kleinneuschönberg	kleinneuschoenberg	DE		0	Europe/Berlin	50.67414	13.30921				13	00	14521	14521460
2888447	Klein Neundorf	klein-neundorf	DE		0	Europe/Berlin	51.10523	14.94455				13	00	14626	14626110
2888448	Kleinneundorf	kleinneundorf	DE		0	Europe/Berlin	50.5392	11.3944				15	00	16073	16073067
2888451	Klein Neuendorf	klein-neuendorf	DE		0	Europe/Berlin	52.67831	14.30463				11	00	12064	12064274
2888452	Klein Neudorf	klein-neudorf	DE		0	Europe/Berlin	52.51667	10.58333				06	00	03151	03151025
2888453	Klein Neudorf	klein-neudorf	DE		0	Europe/Berlin	54.10916	10.44479				10	00	01055	01055007
2888454	Klein Netterden	klein-netterden	DE		0	Europe/Berlin	51.84374	6.28777				07	051	05154	05154008
2888455	Klein Nethen	klein-nethen	DE		0	Europe/Berlin	53.26667	8.13333				06	00	03451	03451005
2888457	Klein Nenndorf	klein-nenndorf	DE		0	Europe/Berlin	52.32876	9.37473				06	00	03257	03257032
2888458	Klein Nemerow	klein-nemerow	DE		0	Europe/Berlin	53.48898	13.21633				12	00	13071	13071055
2888459	Klein Neida	klein-neida	DE		0	Europe/Berlin	51.42914	14.23191		Klein Neida,Kolonie Klein Weidau,Mala Nydej,Mała Nydej		13	00	14625	14625240
2888460	Kleinnaundorf	kleinnaundorf	DE		0	Europe/Berlin	51.24527	13.78982				13	00	14627	14627290
2888461	Kleinnaundorf	kleinnaundorf	DE		0	Europe/Berlin	50.99442	13.6924				13	00	14628	14628110
2888462	Kleinnadelhöft	kleinnadelhoeft	DE		0	Europe/Berlin	54.76667	9.91667				10	00	01059	01059112
2888464	Kleinmutz	kleinmutz	DE		0	Europe/Berlin	52.9656	13.28539				11	00	12065	12065356
2888466	Kleinmünster	kleinmunster	DE		0	Europe/Berlin	50.09446	10.45232				02	096	09674	09674153
2888467	Kleinmünster	kleinmunster	DE		0	Europe/Berlin	48.68333	11.63333				02	091	09186	09186122
2888469	Kleinmünchen	kleinmunchen	DE		0	Europe/Berlin	48.49681	12.80812				02	092	09277	09277144
2888470	Klein Mühlingen	klein-muehlingen	DE		648	Europe/Berlin	51.94721	11.74535		Klein Muhlingen,Klein Mühlingen		14	00	15089	15089042
2888471	Kleinmühlen	kleinmuehlen	DE		0	Europe/Berlin	53.91667	10.68333				10	00	01055	01055004
2888472	Kleinmühlen	kleinmuhlen	DE		0	Europe/Berlin	49.23333	10.23333				02	095	09571	09571228
2888473	Klein Muckrow	klein-muckrow	DE		0	Europe/Berlin	52.04199	14.42263				11	00	12067	12067137
2888474	Kleinmückern	kleinmueckern	DE		0	Europe/Berlin	50.91074	12.40448				15	00	16077	16077043
2888475	Klein Möringen	klein-moeringen	DE		0	Europe/Berlin	52.60442	11.72615				14	00	15090	15090535
2888478	Kleinmoor	kleinmoor	DE		0	Europe/Berlin	54.3	9.1				10	00	01051	01051102
2888479	Klein Moor	klein-moor	DE		0	Europe/Berlin	53.44233	10.03967				06	00	03353	03353031
2888480	Kleinmoor	kleinmoor	DE		0	Europe/Berlin	53.17447	8.92096				06	00	03356	03356005
2888481	Kleinmoor	kleinmoor	DE		0	Europe/Berlin	50.70556	9.64931				05	066	06631	06631002
2888482	Klein Mönchhof	klein-moenchhof	DE		0	Europe/Berlin	51.00125	6.67187				07	053	05362	05362008
2888483	Klein Molzahn	klein-molzahn	DE		0	Europe/Berlin	53.74546	10.88968				12	00	13074	13074013
2888485	Kleinmohrdorf	kleinmohrdorf	DE		0	Europe/Berlin	54.38543	12.94507				12	00	13073	13073037
2888486	Kleinmöhlau	kleinmoehlau	DE		0	Europe/Berlin	51.73333	12.35				14	00	15091	15091110
2888487	Kleinmockritz	kleinmockritz	DE		0	Europe/Berlin	51.15	12.21667				13	00	14729	14729100
2888489	Kleinmittersdorf	kleinmittersdorf	DE		0	Europe/Berlin	49.17402	11.87579				02	093	09373	09373134
2888493	Kleinmisselberg	kleinmisselberg	DE		0	Europe/Berlin	48.86796	13.31184				02	092	09272	09272147
2888494	Klein Mimmelage	klein-mimmelage	DE		0	Europe/Berlin	52.6505	7.84663				06	00	03459	03459025
2888495	Klein Miltzow	klein-miltzow	DE		0	Europe/Berlin	54.19955	13.1957				12	00	13073	13073090
2888496	Kleinmilkau	kleinmilkau	DE		0	Europe/Berlin	51.03333	12.88333				13	00	14522	14522120
2888498	Klein Methling	klein-methling	DE		0	Europe/Berlin	53.97083	12.81366				12	00	13071	13071027
2888499	Kleinmerbitz	kleinmerbitz	DE		0	Europe/Berlin	51.6152	11.87674				14	00	15088	15088216
2888501	Kleinmeinsdorf	kleinmeinsdorf	DE		0	Europe/Berlin	54.12849	10.50243		Kleinmeinsdorf,Meinsdorf		10	00	01057	01057009
2888502	Kleinmeinfeld	kleinmeinfeld	DE		0	Europe/Berlin	49.58052	11.53938		Kleinmeinfeld		02	095	09574	09574129
2888504	Kleinmeicking	kleinmeicking	DE		0	Europe/Berlin	48.71649	13.23682		Klein Meiking,Kleinmeicking		02	092	09271	09271114
2888505	Klein Mehßow	klein-mehssow	DE		0	Europe/Berlin	51.73889	13.85032		Klein Mehssow,Klein Mehßow,Zmesowk,Změšowk		11	00	12066	12066052
2888506	Kleinmehring	kleinmehring	DE		0	Europe/Berlin	48.7623	11.52488				02	091	09176	09176129
2888508	Klein Medewege	klein-medewege	DE		0	Europe/Berlin	53.66717	11.37823				12	00	13004	13004000
2888510	Klein Medehop	klein-medehop	DE		0	Europe/Berlin	54.3379	8.74186				10	00	01054	01054134
2888512	Kleinmecka	kleinmecka	DE		0	Europe/Berlin	50.91648	12.49665				15	00	16077	16077036
2888513	Klein Mechow	klein-mechow	DE		0	Europe/Berlin	52.96667	12.31667				11	00	12070	12070149
2888514	Klein Marzehns	klein-marzehns	DE		0	Europe/Berlin	52.0157	12.61296				11	00	12069	12069485
2888515	Klein Markow	klein-markow	DE		0	Europe/Berlin	53.84432	12.65867				12	00	13072	13072049
2888518	Kleinmangelsdorf	kleinmangelsdorf	DE		0	Europe/Berlin	52.51711	12.09166				14	00	15086	15086080
2888521	Klein Mahner	klein-mahner	DE		0	Europe/Berlin	52.04341	10.43856				06	00	03153	03153008
2888522	Klein Mackenstedt	klein-mackenstedt	DE		0	Europe/Berlin	52.99555	8.71604				06	00	03251	03251037
2888524	Klein Lüsewitz	klein-luesewitz	DE		0	Europe/Berlin	54.08257	12.32751				12	00	13072	13072108
2888526	Klein Lunow	klein-lunow	DE		0	Europe/Berlin	53.93871	12.6281				12	00	13072	13072111
2888528	Kleinluga	kleinluga	DE		0	Europe/Berlin	50.98837	13.82956				13	00	14612	14612000
2888530	Kleinlüder	kleinlueder	DE		0	Europe/Berlin	50.54753	9.51634				05	066	06631	06631011
2888535	Klein Lubolz	klein-lubolz	DE		0	Europe/Berlin	51.96062	13.83245				11	00	12061	12061316
2888536	Klein Lüben	klein-lueben	DE		0	Europe/Berlin	52.96533	11.85622				11	00	12070	12070008
2888537	Klein Lübars	klein-luebars	DE		0	Europe/Berlin	52.17094	12.10056				14	00	15086	15086140
2888538	Kleinlosnitz	kleinlosnitz	DE		0	Europe/Berlin	50.15609	11.79148		Klein Lossnitz,Kleinlosnitz		02	094	09475	09475189
2888539	Kleinloitzenried	kleinloitzenried	DE		0	Europe/Berlin	48.93175	13.13622				02	092	09276	09276138
2888540	Klein Loitz	klein-loitz	DE		0	Europe/Berlin	51.60726	14.50554		Klein Loitz,LLojojc,LŁojojc		11	00	12071	12071074
2888541	Kleinlohma	kleinlohma	DE		0	Europe/Berlin	50.87829	11.40587				15	00	16071	16071008
2888542	Klein Lobke	klein-lobke	DE		0	Europe/Berlin	52.285	10.01517				06	00	03241	03241016
2888543	Kleinlöbichau	kleinloebichau	DE		0	Europe/Berlin	50.92607	11.69851				15	00	16074	16074032
2888544	Kleinlissa	kleinlissa	DE		0	Europe/Berlin	51.49227	12.27239				13	00	14730	14730340
2888545	Klein Linteln	klein-linteln	DE		0	Europe/Berlin	52.95373	9.36428				06	00	03361	03361005
2888546	Kleinlintach	kleinlintach	DE		0	Europe/Berlin	48.92524	12.69998		Klein Lindach,Kleinlintach		02	092	09278	09278118
2888548	Kleinlindig	kleinlindig	DE		0	Europe/Berlin	49.2	9.63333				01	081	08126	08126058
2888549	Klein Linden	klein-linden	DE		0	Europe/Berlin	50.55685	8.64712		Klein Linden		05	065	06531	06531005
2888550	Klein Linde	klein-linde	DE		0	Europe/Berlin	53.10982	11.94429				11	00	12070	12070125
2888551	Klein Lieskow	klein-lieskow	DE		0	Europe/Berlin	51.77346	14.43385		Klein Lieskow,Liskowk,Liškowk		11	00	12052	12052000
2888553	Klein Liedern	klein-liedern	DE		0	Europe/Berlin	52.96539	10.61923				06	00	03360	03360025
2888555	Kleinliebringen	kleinliebringen	DE		0	Europe/Berlin	50.74184	11.12702				15	00	16070	16070048
2888556	Klein Liebitz	klein-liebitz	DE		0	Europe/Berlin	51.95366	14.26534				11	00	12061	12061450
2888557	Kleinliebenau	kleinliebenau	DE		0	Europe/Berlin	51.37036	12.2028		Kleinliebenau		13	00	14730	14730270
2888558	Kleinliebenau	kleinliebenau	DE		0	Europe/Berlin	50.78333	13.9				13			
2888559	Klein Lichtenhagen	klein-lichtenhagen	DE		0	Europe/Berlin	54.15	12.05		Klein Lichtenhagen,Lichtenhagen		12	00	13003	13003000
2888560	Klein Leversen	klein-leversen	DE		0	Europe/Berlin	53.4	9.9				06	00	03353	03353029
2888561	Klein Leuthen	klein-leuthen	DE		0	Europe/Berlin	52.0384	14.0636		Klein Leuthen,Lutolk		11	00	12061	12061329
2888562	Klein Lessen	klein-lessen	DE		0	Europe/Berlin	52.65063	8.76703				06	00	03251	03251040
2888563	Kleinlesau	kleinlesau	DE		0	Europe/Berlin	49.80027	11.38015		Kleinlesau		02	094	09472	09472179
2888564	Klein Leppin	klein-leppin	DE		0	Europe/Berlin	52.94326	12.10024				11	00	12070	12070302
2888565	Klein Lengden	klein-lengden	DE		0	Europe/Berlin	51.4972	10.007				06	00	03159	03159015
2888566	Kleinlellenfeld	kleinlellenfeld	DE		0	Europe/Berlin	49.11078	10.6403		Kleinlellenfeld		02	095	09571	09571113
2888568	Klein Leipzig	klein-leipzig	DE		0	Europe/Berlin	51.71966	12.20956				14	00	15082	15082301
2888569	Klein Leipisch	klein-leipisch	DE		0	Europe/Berlin	51.51667	13.75				11	00	12066	12066176
2888574	Kleinlehna	kleinlehna	DE		0	Europe/Berlin	51.30228	12.16604				13	00	14729	14729270
2888575	Klein Lehmhagen	klein-lehmhagen	DE		0	Europe/Berlin	54.13564	13.05725				12	00	13073	13073035
2888577	Kleinleckwitz	kleinleckwitz	DE		0	Europe/Berlin	51.27424	13.41249				13	00	14627	14627190
2888580	Kleinlaudenbach	kleinlaudenbach	DE		0	Europe/Berlin	50.10104	9.27084				02	096	09671	09671135
2888581	Kleinlauchstädt	kleinlauchstaedt	DE		0	Europe/Berlin	51.38373	11.88157				14	00	15088	15088025
2888582	Klein Lantow	klein-lantow	DE		0	Europe/Berlin	53.94204	12.3167				12	00	13072	13072062
2888585	Klein Langerwisch	klein-langerwisch	DE		0	Europe/Berlin	53.16813	12.05799				11	00	12070	12070125
2888588	Klein Lafferde	klein-lafferde	DE		0	Europe/Berlin	52.22254	10.29385				06	00	03157	03157005
2888591	Klein Labenz	klein-labenz	DE		0	Europe/Berlin	53.79164	11.75372				12	00	13074	13074084
2888592	Klein Laasch	klein-laasch	DE		0	Europe/Berlin	53.35854	11.5868				12	00	13076	13076105
2888593	Kleinkyhna	kleinkyhna	DE		0	Europe/Berlin	51.51826	12.25539				13	00	14730	14730340
2888596	Klein Kunitz	klein-kunitz	DE		0	Europe/Berlin	51.12786	14.46936		Chojnicka,Chójnička,Klein Kunitz,Kleinkunitz		13	00	14625	14625190
2888597	Kleinkundorf	kleinkundorf	DE		0	Europe/Berlin	50.75606	12.18889				15	00	16076	16076004
2888598	Klein Kummerfeld	klein-kummerfeld	DE		0	Europe/Berlin	54.03467	10.06721		Klein Kummerfeld		10	00	01060	01060028
2888599	Klein Kühren	klein-kuehren	DE		0	Europe/Berlin	54.20784	10.24784				10	00	01057	01057042
2888600	Klein Kühren	klein-kuehren	DE		0	Europe/Berlin	53.22532	10.91198				06	00	03354	03354019
2888601	Kleinkühnau	kleinkuehnau	DE		0	Europe/Berlin	51.83924	12.18318		Dessau-Kleinkuhnau,Dessau-Kleinkühnau,Kleinkuhnau,Kleinkühnau		14	00	15001	15001000
2888602	Klein Kuhlmorgen	klein-kuhlmorgen	DE		0	Europe/Berlin	53.6	14.03333				12	00	13075	13075138
2888603	Klein Kuh	klein-kuh	DE		0	Europe/Berlin	51.37505	7.21803				07	059	05954	05954016
2888604	Kleinkugel	kleinkugel	DE		0	Europe/Berlin	51.45729	12.06731				14	00	15088	15088150
2888605	Kleinkuchen	kleinkuchen	DE		0	Europe/Berlin	48.73519	10.24321				01	081	08135	08135019
2888606	Klein Kubitz	klein-kubitz	DE		0	Europe/Berlin	54.43155	13.20532				12	00	13073	13073095
2888607	Klein Kubbelkow	klein-kubbelkow	DE		0	Europe/Berlin	54.40448	13.38186				12	00	13073	13073083
2888608	Klein-Krotzenburg	klein-krotzenburg	DE		0	Europe/Berlin	50.07631	8.96793				05	064	06438	06438004
2888609	Kleinkrossen	kleinkrossen	DE		0	Europe/Berlin	50.73842	11.46833				15	00	16073	16073109
2888610	Kromsdorf Süd	kromsdorf-sued	DE		0	Europe/Berlin	50.99967	11.37188		Kleinkromsdorf		15	00	16071	16071101
2888611	Kleinkröbitz	kleinkroebitz	DE		0	Europe/Berlin	50.85007	11.49101				15	00	16074	16074057
2888613	Klein Kreutz	klein-kreutz	DE		0	Europe/Berlin	52.4359	12.62762		Klein Kreutz,Klein Kreuz		11	00	12051	12051000
2888614	Klein Krempdorf	klein-krempdorf	DE		0	Europe/Berlin	53.82498	9.45754				10	00	01061	01061054
2888615	Kleinkreischa	kleinkreischa	DE		0	Europe/Berlin	50.94118	13.76477				13	00	14628	14628220
2888619	Klein Krauscha	klein-krauscha	DE		0	Europe/Berlin	51.25305	14.95063				13	00	14626	14626330
2888620	Klein Krankow	klein-krankow	DE		0	Europe/Berlin	53.81183	11.31451				12	00	13074	13074008
2888621	Klein Kranichau	klein-kranichau	DE		0	Europe/Berlin	51.49497	13.06493		Klein Kranichau		13	00	14730	14730310
2888622	Klein Krams	klein-krams	DE		0	Europe/Berlin	53.30111	11.30515				12	00	13076	13076001
2888623	Klein Koxbüll	klein-koxbuell	DE		0	Europe/Berlin	54.58333	9.26667				10	00	01059	01059169
2888624	Kleinkotzenreuth	kleinkotzenreuth	DE		0	Europe/Berlin	49.75639	11.79704				02	093	09374	09374117
2888625	Kleinkötz	kleinkotz	DE		0	Europe/Berlin	48.41143	10.30071				02	097	09774	09774148
2888627	Klein Köthel	klein-koethel	DE		0	Europe/Berlin	53.75308	12.53969				12	00	13072	13072045
2888628	Kleinkoschen	kleinkoschen	DE		0	Europe/Berlin	51.50684	14.06873		Kleinkoschen,Kosynka,Košynka,Kóšynka		11	00	12066	12066304
2888630	Kleinköris	kleinkoeris	DE		0	Europe/Berlin	52.16581	13.69328				11	00	12061	12061192
2888631	Kleinkorgau	kleinkorgau	DE		0	Europe/Berlin	51.67659	12.76137				14	00	15091	15091020
2888633	Klein Kordshagen	klein-kordshagen	DE		0	Europe/Berlin	54.32288	13.00438				12	00	13073	13073054
2888634	Kleinkorbis	kleinkorbis	DE		0	Europe/Berlin	49.83501	11.73108				02	094	09472	09472180
2888635	Kleinkorbetha	kleinkorbetha	DE		0	Europe/Berlin	51.25625	12.04606		Kleinkorbetha,Korbetha		14	00	15084	15084550
2888636	Kleinkonreuth	kleinkonreuth	DE		0	Europe/Berlin	49.86438	12.37522				02	093	09377	09377154
2888638	Kleinkönigsförde	kleinkoenigsfoerde	DE		0	Europe/Berlin	54.34914	9.8862				10	00	01058	01058093
2888639	Kleinkönigsdorf	kleinkoenigsdorf	DE		0	Europe/Berlin	50.95	6.76667				07	053	05362	05362036
2888640	Klein Kölzig	klein-koelzig	DE		0	Europe/Berlin	51.65391	14.5806				11	00	12071	12071294
2888641	Klein Kolshorn	klein-kolshorn	DE		0	Europe/Berlin	52.4128	9.94125				06	00	03241	03241011
2888642	Klein Köhren	klein-koehren	DE		0	Europe/Berlin	52.89474	8.59182				06	00	03458	03458001
2888644	Kleinköchelham	kleinkochelham	DE		0	Europe/Berlin	48.32118	12.0658				02	091	09177	09177139
2888645	Kleinkochberg	kleinkochberg	DE		0	Europe/Berlin	50.78222	11.37253				15	00	16073	16073109
2888646	Klein Kniepow	klein-kniepow	DE		0	Europe/Berlin	54.34916	13.35194				12	00	13073	13073027
2888647	Kleinkmehlen	kleinkmehlen	DE		0	Europe/Berlin	51.37714	13.74046				11	00	12066	12066104
2888651	Klein Klessow	klein-klessow	DE		0	Europe/Berlin	51.84582	13.93966		Klein Klessow,Klesow,Klešow		11	00	12066	12066196
2888652	Kleinklenau	kleinklenau	DE		0	Europe/Berlin	49.8927	12.34983				02	093	09377	09377154
2888653	Klein Klecken	klein-klecken	DE		0	Europe/Berlin	53.36667	9.93333				06	00	03353	03353029
2888655	Kleinkitzighofen	kleinkitzighofen	DE		0	Europe/Berlin	48.08589	10.76737				02	097	09777	09777145
2888656	Kleinkissendorf	kleinkissendorf	DE		0	Europe/Berlin	48.3995	10.19649		Kleinkissendorf		02	097	09774	09774119
2888657	Klein Kirr	klein-kirr	DE		0	Europe/Berlin	54.42033	12.72165				12	00	13073	13073105
2888660	Klein Kiesow	klein-kiesow	DE		0	Europe/Berlin	53.99707	13.48005				12	00	13075	13075041
2888661	Klein Kieshof	klein-kieshof	DE		0	Europe/Berlin	54.13101	13.30805				12	00	13075	13075141
2888663	Klein Kienitz	klein-kienitz	DE		0	Europe/Berlin	52.30654	13.47931				11	00	12072	12072340
2888665	Kleinkevelaer	kleinkevelaer	DE		0	Europe/Berlin	51.55015	6.23453		Kleinkevelaer		07	051	05154	05154032
2888666	Kleinkeula	kleinkeula	DE		0	Europe/Berlin	51.31797	10.49168				15	00	16064	16064072
2888668	Kleinkems	kleinkems	DE		0	Europe/Berlin	47.68513	7.52274				01	083	08336	08336014
2888669	Kleinkemnat	kleinkemnat	DE		0	Europe/Berlin	47.88953	10.58194				02	097	09762	09762000
2888670	Kleinkellmünz	kleinkellmunz	DE		0	Europe/Berlin	48.11981	10.11991		Kellmunz,Kellmünz,Kleinkellmunz,Kleinkellmünz		01	084	08426	08426031
2888671	Klein Kedingshagen	klein-kedingshagen	DE		0	Europe/Berlin	54.34385	13.04734				12	00	13073	13073046
2888672	Kautzsch	kautzsch	DE		0	Europe/Berlin	50.96086	13.76604				13	00	14628	14628220
2888673	Kleinkatzbach	kleinkatzbach	DE		0	Europe/Berlin	48.29366	12.18309				02	091	09177	09177115
2888674	Kleinkatern	kleinkatern	DE		0	Europe/Berlin	51.12072	7.30023		Kleinkatern		07	053	05374	05374016
2888675	Kleinkarolinenfeld	kleinkarolinenfeld	DE		0	Europe/Berlin	47.93837	11.75606				02	091	09184	09184137
2888677	Klein-Karben	klein-karben	DE		0	Europe/Berlin	50.22717	8.77391				05	064	06440	06440012
2888679	Kleinkamsdorf	kleinkamsdorf	DE		0	Europe/Berlin	50.64511	11.43876				15	00	16073	16073111
2888686	Kleinjörl	kleinjoerl	DE		0	Europe/Berlin	54.5999	9.31166				10	00	01059	01059169
2888687	Klein Jerusalem	klein-jerusalem	DE		0	Europe/Berlin	51.25	6.48333				07	051	05166	05166036
2888688	Kleinjenkwitz	kleinjenkwitz	DE		0	Europe/Berlin	51.17118	14.48152		Kleinjenkwitz,Male Jenkecy,Małe Jenkecy		13	00	14625	14625290
2888689	Kleinjena	kleinjena	DE		0	Europe/Berlin	51.18107	11.77507		Kleinjena		14	00	15084	15084355
2888690	Klein Jauer	klein-jauer	DE		0	Europe/Berlin	51.639	14.05853				11	00	12066	12066008
2888691	Klein Jasmund	klein-jasmund	DE		0	Europe/Berlin	54.48333	13.55				12	00	13073	13073080
2888692	Klein Jasedow	klein-jasedow	DE		0	Europe/Berlin	53.96178	13.81616				12	00	13075	13075074
2888693	Klein Jarchow	klein-jarchow	DE		0	Europe/Berlin	53.75523	11.62361				12	00	13076	13076167
2888695	Klein Jamno	klein-jamno	DE		0	Europe/Berlin	51.73374	14.59795		Klein Jamno,Male Jamne,Małe Jamne		11	00	12071	12071076
2888696	Klein Isums	klein-isums	DE		0	Europe/Berlin	53.54351	7.78417				06	00	03462	03462019
2888697	Kleinishof	kleinishof	DE		0	Europe/Berlin	48.75197	9.77326		Kleinlishof		01	081	08136	08136065
2888698	Klein Ippensen	klein-ippensen	DE		0	Europe/Berlin	53.33837	9.45767				06	00	03357	03357050
2888699	Klein Ippener	klein-ippener	DE		0	Europe/Berlin	52.95669	8.60939				06	00	03458	03458006
2888700	Kleininzemoos	kleininzemoos	DE		0	Europe/Berlin	48.33342	11.44037				02	091	09174	09174141
2888702	Kleiningersheim	kleiningersheim	DE		0	Europe/Berlin	48.97503	9.20119				01	081	08118	08118077
2888703	Klein Ilsede	klein-ilsede	DE		0	Europe/Berlin	52.28606	10.23248		Klein Ilsede		06	00	03157	03157009
2888705	Klein Ilde	klein-ilde	DE		0	Europe/Berlin	52.01394	10.03567				06	00	03254	03254008
2888706	Klein Icker	klein-icker	DE		0	Europe/Berlin	52.34287	8.12252				06	00	03459	03459008
2888708	Klein Hutbergen	klein-hutbergen	DE		0	Europe/Berlin	52.93245	9.19796				06	00	03361	03361012
2888710	Kleinhurden	kleinhurden	DE		0	Europe/Berlin	50.95157	7.23963				07	053	05378	05378024
2888712	Klein Hundorf	klein-hundorf	DE		0	Europe/Berlin	53.72944	11.09093				12	00	13074	13074021
2888713	Kleinhündlbach	kleinhundlbach	DE		0	Europe/Berlin	48.35075	12.02048				02	091	09177	09177120
2888714	Kleinhülsberg	kleinhuelsberg	DE		0	Europe/Berlin	51.21667	7.23333				07	051	05120	05120000
2888715	Kleinhül	kleinhul	DE		0	Europe/Berlin	49.97398	11.33723				02	094	09477	09477164
2888719	Kleinhorsten	kleinhorsten	DE		0	Europe/Berlin	53.43773	7.93089				06	00	03462	03462005
2888720	Kleinhornbach	kleinhornbach	DE		0	Europe/Berlin	49.6	9.28333				01	082	08225	08225109
2888723	Kleinholzleute	kleinholzleute	DE		0	Europe/Berlin	47.68424	10.072				01	084	08436	08436049
2888724	Klein Holzhausen	klein-holzhausen	DE		0	Europe/Berlin	52.90078	11.79966				14	00	15090	15090520
2888725	Kleinholzhausen	kleinholzhausen	DE		0	Europe/Berlin	47.76858	12.06466				02	091	09187	09187165
2888726	Kleinholzen	kleinholzen	DE		0	Europe/Berlin	47.86967	12.16362		Kleinholzhausen		02	091	09187	09187177
2888730	Kleinholthuysen	kleinholthuysen	DE		0	Europe/Berlin	51.47806	6.40921				07	051	05154	05154020
2888731	Klein Holtensen	klein-holtensen	DE		0	Europe/Berlin	52.26122	9.28679				06	00	03257	03257003
2888732	Klein Hollwedel	klein-hollwedel	DE		0	Europe/Berlin	52.89436	8.65581				06	00	03251	03251007
2888733	Kleinhollen	kleinhollen	DE		0	Europe/Berlin	53.26646	7.7141				06	00	03457	03457020
2888734	Kleinholbach	kleinholbach	DE		0	Europe/Berlin	50.44548	7.90554				08	00	07143	07143021
2888736	Kleinhohenried	kleinhohenried	DE		0	Europe/Berlin	48.66763	11.32188				02	091	09185	09185139
2888737	Kleinhöhenrain	kleinhohenrain	DE		0	Europe/Berlin	47.92002	11.90454				02	091	09187	09187130
2888738	Kleinhöhenkirchen	kleinhohenkirchen	DE		0	Europe/Berlin	47.91168	11.79185				02	091	09182	09182137
2888744	Kleinhöchberg	kleinhochberg	DE		0	Europe/Berlin	49.03303	9.48039				01	081	08119	08119075
2888745	Kleinhöbing	kleinhobing	DE		0	Europe/Berlin	49.07313	11.28698		Kleinhobing,Kleinhöbing		02	095	09576	09576148
2888746	Kleinhirschbach	kleinhirschbach	DE		0	Europe/Berlin	49.22493	9.56341				01	081	08126	08126058
2888747	Klein Hindenburg	klein-hindenburg	DE		0	Europe/Berlin	52.76133	11.94454				14	00	15090	15090245
2888748	Klein Himstedt	klein-himstedt	DE		0	Europe/Berlin	52.18372	10.18965				06	00	03254	03254032
2888749	Klein Hilligsfeld	klein-hilligsfeld	DE		0	Europe/Berlin	52.12153	9.44309				06	00	03252	03252006
2888752	Kleinhettstedt	kleinhettstedt	DE		0	Europe/Berlin	50.78873	11.14397				15	00	16070	16070048
2888753	Klein Heßlingen	klein-hesslingen	DE		0	Europe/Berlin	52.13812	9.21293				06	00	03252	03252007
2888754	Kleinhessen	kleinhessen	DE		0	Europe/Berlin	50.7754	12.37023				13	00	14524	14524300
2888756	Klein Hesepe	klein-hesepe	DE		0	Europe/Berlin	52.6383	7.23595				06	00	03454	03454014
2888758	Kleinhesel	kleinhesel	DE		0	Europe/Berlin	53.29445	7.56126				06	00	03457	03457010
2888759	Klein Hesebeck	klein-hesebeck	DE		0	Europe/Berlin	53.05491	10.61442				06	00	03360	03360002
2888760	Kleinherrischwand	kleinherrischwand	DE		0	Europe/Berlin	47.68462	8.01476				01	083	08337	08337049
2888761	Kleinhermsdorf	kleinhermsdorf	DE		0	Europe/Berlin	51.10636	12.33873				13	00	14729	14729170
2888762	Kleinheringen	kleinheringen	DE		0	Europe/Berlin	51.10519	11.67298		Kleinheringen		14	00	15084	15084355
2888763	Klein Herbede	klein-herbede	DE		0	Europe/Berlin	51.45468	7.29299				07	059	05954	05954036
2888765	Kleinheppach	kleinheppach	DE		0	Europe/Berlin	48.82676	9.37494				01	081	08119	08119041
2888766	Klein Henstedt	klein-henstedt	DE		0	Europe/Berlin	52.96488	8.55579		Klein Henstedt		06	00	03458	03458012
2888768	Kleinhennersdorf	kleinhennersdorf	DE		0	Europe/Berlin	50.90693	14.14524				13	00	14628	14628140
2888770	Klein Helle	klein-helle	DE		0	Europe/Berlin	53.59592	13.10701				12	00	13071	13071102
2888771	Kleinhelfendorf	kleinhelfendorf	DE		0	Europe/Berlin	47.94268	11.80404				02	091	09184	09184137
2888772	Kleinheitzenhofen	kleinheitzenhofen	DE		0	Europe/Berlin	49.1254	11.93811		Heitzenhofen,Kleinheitzenhofen		02	093	09375	09375131
2888774	Klein Heins	klein-heins	DE		0	Europe/Berlin	52.9441	9.4274				06	00	03361	03361005
2888776	Klein Heidorn	klein-heidorn	DE		0	Europe/Berlin	52.44605	9.42034				06	00	03241	03241021
2888777	Kleinheide	kleinheide	DE		0	Europe/Berlin	53.58469	7.31569				06	00	03452	03452003
2888778	Klein Heide	klein-heide	DE		0	Europe/Berlin	53.06188	11.13296				06	00	03354	03354004
2888779	Klein Hehlen	klein-hehlen	DE		0	Europe/Berlin	52.63546	10.06099				06	00	03351	03351006
2888780	Kleinhegnach	kleinhegnach	DE		0	Europe/Berlin	48.84834	9.31345				01	081	08119	08119079
2888781	Kleinhegesdorf	kleinhegesdorf	DE		0	Europe/Berlin	52.31782	9.32241				06	00	03257	03257002
2888782	Klein Heere	klein-heere	DE		0	Europe/Berlin	52.06822	10.2408				06	00	03158	03158018
2888783	Kleinhecken	kleinhecken	DE		0	Europe/Berlin	50.89743	7.22246				07	053	05378	05378028
2888784	Klein Havighorst	klein-havighorst	DE		0	Europe/Berlin	54.23365	10.155		Havighorst Zwei,Klein Havighorst		10	00	01057	01057031
2888785	Klein Häuslingen	klein-haeuslingen	DE		0	Europe/Berlin	52.81511	9.35984				06	00	03358	03358013
2888786	Kleinhausen	kleinhausen	DE		0	Europe/Berlin	49.66667	8.55				05	064	06431	06431006
2888788	Kleinhau	kleinhau	DE		0	Europe/Berlin	50.72451	6.39411		Kleinhau		07	053	05358	05358016
2888789	Kleinhastedt	kleinhastedt	DE		0	Europe/Berlin	54.04488	9.20206				10	00	01051	01051110
2888790	Klein Haßlow	klein-hasslow	DE		0	Europe/Berlin	53.17444	12.52414				11	00	12068	12068468
2888792	Kleinhaslach	kleinhaslach	DE		0	Europe/Berlin	49.37868	10.71102				02	095	09571	09571135
2888793	Kleinhartpenning	kleinhartpenning	DE		0	Europe/Berlin	47.84836	11.65581				02	091	09182	09182120
2888794	Kleinhartmannsdorf	kleinhartmannsdorf	DE		0	Europe/Berlin	50.81467	13.25627		Kleinhartmannsdorf		13	00	14522	14522110
2888796	Kleinharrierredder	kleinharrierredder	DE		0	Europe/Berlin	54.1282	10.10256				10	00	01057	01057024
2888797	Kleinharrie	kleinharrie	DE		0	Europe/Berlin	54.12271	10.06091				10	00	01057	01057024
2888798	Kleinharl	kleinharl	DE		0	Europe/Berlin	52.9326	9.68973		Kleinenharl,Kleinharl		06	00	03358	03358024
2888799	Kleinharbach	kleinharbach	DE		0	Europe/Berlin	49.48422	10.14426				02	095	09575	09575168
2888800	Klein Hansdorf	klein-hansdorf	DE		0	Europe/Berlin	53.72149	10.21396				10	00	01062	01062036
2888801	Kleinhänchen	kleinhaenchen	DE		0	Europe/Berlin	51.20258	14.2321		Maly Wosyk,Mały Wosyk		13	00	14625	14625060
2888803	Kleinhammer	kleinhammer	DE		0	Europe/Berlin	51.23565	7.76025				07	059	05962	05962060
2888804	Kleinhamberg	kleinhamberg	DE		0	Europe/Berlin	51.07636	7.07321				07	053	05378	05378008
2888805	Klein Haltern	klein-haltern	DE		0	Europe/Berlin	52.31543	8.17071				06	00	03459	03459008
2888807	Kleinhadern	kleinhadern	DE		0	Europe/Berlin	48.12027	11.4893				02	091	09162	09162000
2888808	Klein Haddorf	klein-haddorf	DE		0	Europe/Berlin	52.26123	7.28277				07	055	05566	05566096
2888809	Klein Hackeboe	klein-hackeboe	DE		0	Europe/Berlin	53.92677	9.37668				10	00	01061	01061113
2888810	Kleinhabersdorf	kleinhabersdorf	DE		0	Europe/Berlin	49.36888	10.67862				02	095	09571	09571135
2888811	Kleinhaarbach	kleinhaarbach	DE		0	Europe/Berlin	48.42786	13.26393				02	092	09275	09275149
2888812	Klein Gusborn	klein-gusborn	DE		1294	Europe/Berlin	53.08331	11.19323		Klein Gusborn		06	00	03354	03354008
2888814	Kleingundertshausen	kleingundertshausen	DE		0	Europe/Berlin	48.6162	11.81053				02	092	09273	09273147
2888815	Klein Gumpen	klein-gumpen	DE		0	Europe/Berlin	49.70157	8.827				05	064	06437	06437013
2888816	Klein Gumnitz	klein-gumnitz	DE		0	Europe/Berlin	53.66115	14.05564				12	00	13075	13075031
2888818	Kleingsenget	kleingsenget	DE		0	Europe/Berlin	48.71904	13.75201				02	092	09272	09272136
2888820	Kleingründlach	kleingrundlach	DE		0	Europe/Berlin	49.5346	11.00082		Kleingrundlach,Kleingründlach		02	095	09564	09564000
2888821	Klein Grubnow	klein-grubnow	DE		0	Europe/Berlin	54.55103	13.33897				12	00	13073	13073059
2888822	Klein Grönland	klein-groenland	DE		0	Europe/Berlin	53.81853	9.57951				10	00	01061	01061101
2888823	Klein Grönau	klein-groenau	DE		0	Europe/Berlin	53.8119	10.74394				10	00	01053	01053041
2888824	Klein Grödersby	klein-groedersby	DE		0	Europe/Berlin	54.63333	9.9				10	00	01059	01059034
2888825	Kleingressingen	kleingressingen	DE		0	Europe/Berlin	49.65	10.48333				02	095	09575	09575161
2888826	Klein Grenz	klein-grenz	DE		0	Europe/Berlin	53.96385	12.02422		Klein Grenz		12	00	13072	13072018
2888829	Kleingräfendorf	kleingraefendorf	DE		0	Europe/Berlin	51.36512	11.86326				14	00	15088	15088025
2888831	Klein Grabow	klein-grabow	DE		0	Europe/Berlin	54.28333	13.28333				12	00	13073	13073065
2888832	Klein Grabow	klein-grabow	DE		0	Europe/Berlin	53.70473	12.24787				12	00	13072	13072056
2888833	Kleingrabenstedt	kleingrabenstedt	DE		0	Europe/Berlin	52.86739	10.96823				14	00	15081	15081455
2888834	Kleingrabe	kleingrabe	DE		0	Europe/Berlin	51.22628	10.54356				15	00	16064	16064046
2888836	Kleingörschen	kleingoerschen	DE		0	Europe/Berlin	51.22324	12.18583		Kleingoerschen,Kleingorschen,Kleingörschen		14	00	15084	15084315
2888837	Klein Görnow	klein-goernow	DE		0	Europe/Berlin	53.75776	11.8034				12	00	13076	13076128
2888838	Kleingornitz	kleingornitz	DE		0	Europe/Berlin	50.41322	12.22581				13	00	14523	14523230
2888839	Klein Görigk	klein-goerigk	DE		0	Europe/Berlin	51.60942	14.19754		Gorki,Górki		11	00	12066	12066228
2888841	Kleingölitz	kleingoelitz	DE		0	Europe/Berlin	50.69915	11.24759				15	00	16073	16073005
2888843	Klein Göhren	klein-goehren	DE		0	Europe/Berlin	51.22216	12.08197				14	00	15084	15084315
2888844	Klein Godems	klein-godems	DE		0	Europe/Berlin	53.37344	11.80173				12	00	13076	13076056
2888845	Klein Gnemern	klein-gnemern	DE		0	Europe/Berlin	53.93217	11.80564				12	00	13072	13072050
2888846	Klein Glienicke	klein-glienicke	DE		0	Europe/Berlin	52.41076	13.10897		Klein Glienicke		11	00	12054	12054000
2888847	Klein Glien	klein-glien	DE		0	Europe/Berlin	52.13184	12.51643				11	00	12069	12069020
2888850	Klein Gleidingen	klein-gleidingen	DE		0	Europe/Berlin	52.25581	10.42127		Klein Gleidingen,Luetschen Glei,Lütschen Glei		06	00	03157	03157007
2889516	Kleineichberg	kleineichberg	DE		0	Europe/Berlin	48.80653	13.01675				02	092	09271	09271119
2888851	Kleinglattbach	kleinglattbach	DE		0	Europe/Berlin	48.95236	8.97723		Kleinglattbach		01	081	08118	08118073
2888852	Kleingladenbach	kleingladenbach	DE		0	Europe/Berlin	50.88505	8.42934		Kleingladenbach		05	065	06534	06534005
2888854	Kleingladbach	kleingladbach	DE		0	Europe/Berlin	51.07632	6.22353		Gladbach,Kleingladbach		07	053	05370	05370020
2888855	Klein Gischow	klein-gischow	DE		0	Europe/Berlin	53.93479	11.86457				12	00	13072	13072050
2888856	Klein Gischau	klein-gischau	DE		0	Europe/Berlin	52.74218	11.12912		Klein Gischau		14	00	15081	15081045
2888858	Klein Gievitz	klein-gievitz	DE		0	Europe/Berlin	53.57323	12.75885				12	00	13071	13071172
2888859	Kleingießhübel	kleingiesshuebel	DE		0	Europe/Berlin	50.87585	14.15897		Kleingiessubel,Kleingießübel		13	00	14628	14628330
2888860	Kleingiersdorf	kleingiersdorf	DE		0	Europe/Berlin	48.85642	11.95921				02	092	09273	09273166
2888861	Kleingestewitz	kleingestewitz	DE		0	Europe/Berlin	51.07639	11.75328				14	00	15084	15084341
2888862	Kleingesee	kleingesee	DE		0	Europe/Berlin	49.72783	11.33948		Kleingesee		02	094	09474	09474129
2888863	Kleingeschwenda	kleingeschwenda	DE		0	Europe/Berlin	50.59413	11.30913				15	00	16073	16073077
2888864	Kleingeschwenda	kleingeschwenda	DE		0	Europe/Berlin	50.57795	11.5117				15	00	16073	16073106
2888865	Kleingeschaidt	kleingeschaidt	DE		0	Europe/Berlin	49.55751	11.18159				02	095	09572	09572131
2888867	Klein Gerstedt	klein-gerstedt	DE		0	Europe/Berlin	52.83847	11.07473				14	00	15081	15081455
2888868	Kleingern	kleingern	DE		0	Europe/Berlin	48.53858	13.36186				02	092	09275	09275122
2888869	Klein Germersleben	klein-germersleben	DE		0	Europe/Berlin	52.0179	11.40637	79	Klein Germersleben,Littjen Garmslae,Littjen Garmslä		14	00	15083	15083531
2888870	Kleingerichhausen	kleingerichhausen	DE		0	Europe/Berlin	51.13333	6.28333				07	053	05370	05370040
2888871	Klein-Gerau	klein-gerau	DE		0	Europe/Berlin	49.91988	8.52193				05	064	06433	06433003
2888872	Kleingeraszell	kleingeraszell	DE		0	Europe/Berlin	49.09884	12.57976				02	093	09372	09372142
2888873	Kleingera	kleingera	DE		0	Europe/Berlin	50.62209	12.19769				13	00	14523	14523100
2888874	Kleingemünden	kleingemunden	DE		0	Europe/Berlin	50.06363	9.70394				02	096	09677	09677131
2888875	Kleingemünd	kleingemund	DE		0	Europe/Berlin	49.39914	8.80326		Kleingemund,Kleingemünd		01	082	08226	08226056
2888876	Klein Gelm	klein-gelm	DE		0	Europe/Berlin	54.56587	13.45262				12	00	13073	13073030
2888878	Kleingaußig	kleingaussig	DE		0	Europe/Berlin	51.14115	14.31936		Kleingaussig,Kleingaußig,Mala Huska,Mała Huska		13	00	14625	14625110
2888880	Klein Gastrose	klein-gastrose	DE		0	Europe/Berlin	51.89691	14.67859		Gastrose,Klein Gastrose,Maly Gosceraz,Mały Gósćeraz		11	00	12071	12071337
2888882	Kleingartach	kleingartach	DE		0	Europe/Berlin	49.09958	8.97326		Kleingartach		01	081	08125	08125026
2888884	Kleingarnstadt	kleingarnstadt	DE		0	Europe/Berlin	50.25379	11.08411		Kleingarnstadt		02	094	09473	09473121
2888885	Klein Garnholt	klein-garnholt	DE		0	Europe/Berlin	53.24018	7.99358				06	00	03451	03451002
2888886	Klein Gammelby	klein-gammelby	DE		0	Europe/Berlin	54.5	9.8				10	00	01058	01058057
2888887	Klein Gaglow	klein-gaglow	DE		0	Europe/Berlin	51.72038	14.29387		Gogolowk,Klein Gaglow		11	00	12071	12071244
2888888	Kleingaderoth	kleingaderoth	DE		0	Europe/Berlin	50.91667	7.56667				07	053	05374	05374032
2888889	Klein Gaddau	klein-gaddau	DE		0	Europe/Berlin	52.98392	10.98876				06	00	03354	03354024
2888892	Klein Fullen	klein-fullen	DE		0	Europe/Berlin	52.68884	7.22997				06	00	03454	03454035
2888893	Klein Fulkum	klein-fulkum	DE		0	Europe/Berlin	53.63316	7.5307				06	00	03462	03462006
2888894	Kleinfriesen	kleinfriesen	DE		0	Europe/Berlin	50.49384	12.18014		Kleinfriesen		13	00	14523	14523320
2888895	Klein Friesa	klein-friesa	DE		0	Europe/Berlin	50.44765	11.668				15	00	16075	16075062
2888896	Klein Frenkhausen	klein-frenkhausen	DE		0	Europe/Berlin	51.08333	7.21667				07	053	05378	05378032
2888897	Klein Freienholz	klein-freienholz	DE		0	Europe/Berlin	54.10103	12.39069				12	00	13072	13072091
2888898	Klein Fredenwalde	klein-fredenwalde	DE		0	Europe/Berlin	53.12787	13.77033				11	00	12073	12073201
2888899	Klein Fredenbeck	klein-fredenbeck	DE		0	Europe/Berlin	53.52449	9.39719		Klein Fredenbeck,Klein-Fredenbek		06	00	03359	03359017
2888900	Kleinfreden	kleinfreden	DE		0	Europe/Berlin	51.93333	9.9				06	00	03254	03254042
2888902	Klein Förste	klein-forste	DE		0	Europe/Berlin	52.21408	9.92477		Luetschen  Fueerste,Luettjenfueeste,Lütschen  Füerste,Lüttjenfüeste,Vorsete Minor [a. 1321]		06	00	03254	03254020
2888903	Kleinförstchen	kleinfoerstchen	DE		0	Europe/Berlin	51.17028	14.35217		Mala Borsc,Mała Boršć		13	00	14625	14625150
2888904	Kleinforst	kleinforst	DE		0	Europe/Berlin	51.2871	13.1056				13	00	14730	14730230
2888905	Kleinforst	kleinforst	DE		0	Europe/Berlin	49.22329	9.87804				01	081	08127	08127032
2888907	Klein Flottbek	klein-flottbek	DE		0	Europe/Berlin	53.55	9.86667				04	00	02000	02000000
2888908	Klein Flotow	klein-flotow	DE		0	Europe/Berlin	53.55426	12.96468				12	00	13071	13071115
2888909	Klein Flöthe	klein-floethe	DE		0	Europe/Berlin	52.07576	10.48817				06	00	03158	03158014
2888911	Kleinflintbek	kleinflintbek	DE		0	Europe/Berlin	54.25927	10.08658				10	00	01058	01058053
2888913	Kleinfischbach	kleinfischbach	DE		0	Europe/Berlin	50.93732	7.5403		Kleinfischbach		07	053	05374	05374048
2888914	Kleinfischbach	kleinfischbach	DE		0	Europe/Berlin	50.62467	10.07445				05	066	06631	06631023
2888916	Kleinfilling	kleinfilling	DE		0	Europe/Berlin	48.84913	12.99207				02	092	09271	09271119
2888919	Klein Felda	klein-felda	DE		0	Europe/Berlin	50.63333	9.15				05	065	06535	06535003
2888920	Kleinfeld	kleinfeld	DE		0	Europe/Berlin	53.87159	10.93796				12	00	13074	13074074
2888922	Klein Fedderwarden	klein-fedderwarden	DE		0	Europe/Berlin	53.58655	8.36379				06	00	03461	03461003
2888923	Kleinfastenrath	kleinfastenrath	DE		0	Europe/Berlin	51.12082	7.4747		Kleinfastenrath		07	053	05374	05374052
2888924	Kleinfalz	kleinfalz	DE		0	Europe/Berlin	49.52699	11.71065				02	093	09371	09371151
2888925	Kleinfalka	kleinfalka	DE		0	Europe/Berlin	50.8111	12.13672				15	00	16052	16052000
2888926	Kleinfahner	kleinfahner	DE		0	Europe/Berlin	51.03811	10.84609				15	00	16067	16067026
2888938	Kleinetzenberg	kleinetzenberg	DE		0	Europe/Berlin	49.04945	11.893				02	093	09375	09375162
2888951	Kleinesterndorf	kleinesterndorf	DE		0	Europe/Berlin	47.94694	11.92197				02	091	09175	09175113
2888958	Kleines Tal	kleines-tal	DE		0	Europe/Berlin	47.95703	7.89791				01	083	08311	08311000
2888961	Klein Esserden	klein-esserden	DE		0	Europe/Berlin	51.778	6.36542				07	051	05154	05154044
2888987	Kleine Sehma	kleine-sehma	DE		0	Europe/Berlin	50.56667	12.96667				13	00	14521	14521520
2888992	Klein Escherde	klein-escherde	DE		0	Europe/Berlin	52.16074	9.83723				06	00	03254	03254026
2889041	Klein Erve	klein-erve	DE		0	Europe/Berlin	53.21667	8.71667				06	00	03356	03356008
2889172	Klein Ernsthof	klein-ernsthof	DE		0	Europe/Berlin	54.10038	13.57896				12	00	13075	13075018
2889179	Kleinern	kleinern	DE		0	Europe/Berlin	51.14188	9.06183				05	066	06635	06635009
2889214	Kleinerlbach	kleinerlbach	DE		0	Europe/Berlin	49.58457	10.63016				02	095	09575	09575153
2889221	Kleinerlach	kleinerlach	DE		0	Europe/Berlin	49.05	9.5				01	081	08119	08119024
2889248	Kleinerkmannsdorf	kleinerkmannsdorf	DE		0	Europe/Berlin	51.08333	13.93333		Kleinerkmannsdorf		13	00	14625	14625480
2889357	Kleinerdlingen	kleinerdlingen	DE		0	Europe/Berlin	48.83667	10.47584				02	097	09779	09779194
2889425	Kleinenwieden	kleinenwieden	DE		0	Europe/Berlin	52.17793	9.16397				06	00	03252	03252007
2889428	Kleinensiel	kleinensiel	DE		0	Europe/Berlin	53.44357	8.47493				06	00	03461	03461009
2889429	Kleinensee	kleinensee	DE		0	Europe/Berlin	50.92847	9.97473				05	066	06632	06632009
2889432	Kleinenmarpe	kleinenmarpe	DE		0	Europe/Berlin	51.96971	8.99454				07	057	05766	05766016
2889433	Kleinenleese	kleinenleese	DE		0	Europe/Berlin	52.45235	8.99686				07	057	05770	05770028
2889434	Kleinenkoogsdeich	kleinenkoogsdeich	DE		0	Europe/Berlin	54.80172	8.71748				10	00	01054	01054166
2889435	Kleinenkneten	kleinenkneten	DE		0	Europe/Berlin	52.8485	8.4199				06	00	03458	03458014
2889437	Kleinenheerse	kleinenheerse	DE		0	Europe/Berlin	52.44336	8.97299				06	00	03256	03256024
2889438	Kleinenhain	kleinenhain	DE		0	Europe/Berlin	53.55704	8.95874				06	00	03352	03352062
2889440	Kleinengstingen	kleinengstingen	DE		0	Europe/Berlin	48.38521	9.29761				01	084	08415	08415089
2889442	Kleinenglis	kleinenglis	DE		0	Europe/Berlin	51.07244	9.25488		Kleinenglis		05	066	06634	06634001
2889443	Kleinenging	kleinenging	DE		0	Europe/Berlin	52.82415	7.80916				06	00	03453	03453010
2889444	Klein Engersen	klein-engersen	DE		0	Europe/Berlin	52.6208	11.36345				14	00	15081	15081240
2889445	Kleinenfelde	kleinenfelde	DE		0	Europe/Berlin	53.23916	8.17408				06	00	03451	03451008
2889448	Kleinendrescheid	kleinendrescheid	DE		0	Europe/Berlin	51.27423	7.65931				07	059	05962	05962004
2889451	Kleinendorf	kleinendorf	DE		0	Europe/Berlin	52.45498	8.61378		Kleinendorf		07	057	05770	05770040
2889454	Kleinenbroich	kleinenbroich	DE		0	Europe/Berlin	51.19333	6.5597				07	051	05162	05162020
2889455	Kleinenbremen	kleinenbremen	DE		0	Europe/Berlin	52.23479	9.04218				07	057	05770	05770032
2889456	Kleinenbreden	kleinenbreden	DE		0	Europe/Berlin	51.83727	9.24324		Kleinenbreden		07	057	05762	05762024
2889458	Kleinenborstel	kleinenborstel	DE		0	Europe/Berlin	52.85947	9.02894				06	00	03251	03251026
2889459	Kleinenbernberg	kleinenbernberg	DE		0	Europe/Berlin	51.03333	7.6				07	053	05374	05374012
2889462	Kleinenberg	kleinenberg	DE		0	Europe/Berlin	51.95897	9.29976				06	00	03252	03252003
2889463	Kleinenberg	kleinenberg	DE		0	Europe/Berlin	51.58488	8.97502		Kleinenberg		07	057	05774	05774028
2889469	Klein Ellingen	klein-ellingen	DE		0	Europe/Berlin	52.71352	11.98248				14	00	15090	15090245
2889470	Klein Ellerbüll	klein-ellerbuell	DE		0	Europe/Berlin	54.55	8.98333				10	00	01054	01054043
2889471	Klein Ellenberg	klein-ellenberg	DE		0	Europe/Berlin	52.92681	10.73896				06	00	03360	03360024
2889475	Kleine-Ledder	kleine-ledder	DE		0	Europe/Berlin	51.09555	7.22801				07	053	05378	05378032
2889476	Kleinelbersdorf	kleinelbersdorf	DE		0	Europe/Berlin	51.01667	13.98333				13	00	14628	14628100
2889477	Klein Elbe	klein-elbe	DE		0	Europe/Berlin	52.07666	10.26192				06	00	03158	03158011
2889498	Klein Eissel	klein-eissel	DE		0	Europe/Berlin	52.95264	9.18863				06	00	03361	03361012
2889500	Kleineisenbach	kleineisenbach	DE		0	Europe/Berlin	47.93918	8.24954		Kleineisenbach,Kleineisenbachle,Kleineisenbächle		01	083	08315	08315039
2889501	Kleineisenbach	kleineisenbach	DE		0	Europe/Berlin	48.36463	11.59573				02	091	09178	09178123
2889502	Kleineinzenried	kleineinzenried	DE		0	Europe/Berlin	49.32572	12.53254				02	093	09372	09372154
2889503	Klein Eilstorf	klein-eilstorf	DE		0	Europe/Berlin	52.81408	9.47734		Klein Eilstorf		06	00	03358	03358024
2889506	Eigen	eigen	DE		0	Europe/Berlin	50.91291	7.23239				07	053	05382	05382028
2889507	Klein Eicklingen	klein-eicklingen	DE		0	Europe/Berlin	52.55	10.18333		Klein Eicklingen,Luettjen Eikeln,Lüttjen Eikeln		06	00	03351	03351007
2889508	Kleineichstädt	kleineichstaedt	DE		0	Europe/Berlin	51.32815	11.54997				14	00	15088	15088305
2889509	Kleineicholzheim	kleineicholzheim	DE		0	Europe/Berlin	49.42885	9.29158				01	082	08225	08225115
2889511	Klein Eichholz	klein-eichholz	DE		0	Europe/Berlin	52.21796	13.82878				11	00	12061	12061217
2889512	Kleineichenhausen	kleineichenhausen	DE		0	Europe/Berlin	47.95424	11.59667				02	091	09184	09184141
2889513	Kleineichen	kleineichen	DE		0	Europe/Berlin	50.90606	7.1497				07	053	05378	05378028
2889514	Klein-Eichen	klein-eichen	DE		0	Europe/Berlin	50.5861	9.049				05	065	06531	06531006
2889518	Kleineibstadt	kleineibstadt	DE		0	Europe/Berlin	50.29399	10.37213				02	096	09673	09673127
2889524	Kleinehöhe	kleinehoehe	DE		0	Europe/Berlin	51.30281	7.10207				07	051	05158	05158032
2889542	Kleineglsee	kleineglsee	DE		0	Europe/Berlin	47.87387	11.545				02	091	09173	09173118
2889544	Kleinegglkofen	kleinegglkofen	DE		0	Europe/Berlin	48.52937	12.27229				02	092	09274	09274111
2889545	Kleineggenberg	kleineggenberg	DE		0	Europe/Berlin	48.35563	12.67624				02	092	09277	09277122
2889562	Klein Eddesse	klein-eddesse	DE		0	Europe/Berlin	52.40294	10.21737		Luettschen Edersse,Lüttschen Ederße		06	00	03157	03157001
2889563	Kleineckwarden	kleineckwarden	DE		0	Europe/Berlin	53.54581	8.42966				06	00	03461	03461003
2889564	Kleine Bünsche	kleine-buensche	DE		0	Europe/Berlin	52.56667	12.21667				11	00	12063	12063189
2889589	Klein Dunzig	klein-dunzig	DE		0	Europe/Berlin	53.69134	14.0572				12	00	13075	13075131
2889590	Klein Dunsum	klein-dunsum	DE		0	Europe/Berlin	54.72933	8.42995				10	00	01054	01054129
2889591	Klein Düngen	klein-duengen	DE		0	Europe/Berlin	52.09343	10.03229		Klein Dungen,Klein Düngen		06	00	03254	03254005
2889593	Kleinduggendorf	kleinduggendorf	DE		0	Europe/Berlin	49.10877	11.93636		Duggendorf,Kleinduggendorf		02	093	09375	09375131
2889594	Kleindubrau	kleindubrau	DE		0	Europe/Berlin	51.24317	14.46213		Mala Dubrawa,Mała Dubrawa		13	00	14625	14625160
2889595	Klein Düben	klein-dueben	DE		0	Europe/Berlin	51.56493	14.61646				11	00	12071	12071189
2889596	Kleindröben	kleindroeben	DE		0	Europe/Berlin	51.74385	12.83941				14	00	15091	15091145
2889597	Kleindresbach	kleindresbach	DE		0	Europe/Berlin	50.93333	7.23333				07	053	05378	05378024
2889598	Klein Drehle	klein-drehle	DE		0	Europe/Berlin	52.543	8.01014				06	00	03459	03459018
2889599	Kleindrebnitz	kleindrebnitz	DE		0	Europe/Berlin	51.10356	14.15245				13	00	14625	14625040
2889600	Kleindraxdorf	kleindraxdorf	DE		0	Europe/Berlin	50.74508	12.09426				15	00	16076	16076079
2889602	Klein Dratow	klein-dratow	DE		0	Europe/Berlin	53.50592	12.86825				12	00	13071	13071174
2889603	Klein Dradenau	klein-dradenau	DE		0	Europe/Berlin	53.51667	9.9				04	00	02000	02000000
2889604	Klein Dörgen	klein-doergen	DE		0	Europe/Berlin	52.69612	7.40442				06	00	03454	03454019
2889607	Klein Dohren	klein-dohren	DE		0	Europe/Berlin	52.65	7.58333				06	00	03454	03454009
2889608	Klein Döhren	klein-doehren	DE		0	Europe/Berlin	51.99492	10.45177				06	00	03153	03153008
2889609	Kleindöbschütz	kleindoebschuetz	DE		0	Europe/Berlin	51.12663	14.41531		Male Debsecy,Małe Debsecy		13	00	14625	14625390
2889610	Kleindöbra	kleindobra	DE		0	Europe/Berlin	50.28447	11.63928				02	094	09475	09475169
2889611	Klein Döbbern	klein-doebbern	DE		357	Europe/Berlin	51.66822	14.345		Male Dobrynje,Małe Dobrynje		11	00	12071	12071301
2889612	Kleindittmannsdorf	kleindittmannsdorf	DE		0	Europe/Berlin	51.17549	13.93448				13	00	14625	14625320
2889613	Klein Disnack	klein-disnack	DE		0	Europe/Berlin	53.73076	10.71438				10	00	01053	01053098
2889614	Kleindingharting	kleindingharting	DE		0	Europe/Berlin	47.9693	11.51505				02	091	09184	09184144
2889615	Klein Dieksand	klein-dieksand	DE		0	Europe/Berlin	53.96765	8.94157				10	00	01051	01051062
2889616	Kleinderschau	kleinderschau	DE		0	Europe/Berlin	52.79155	12.35241				11	00	12063	12063112
2889617	Klein Denkte	klein-denkte	DE		0	Europe/Berlin	52.14234	10.58584				06	00	03158	03158008
2889618	Kleindemsin	kleindemsin	DE		0	Europe/Berlin	52.44852	12.2548				14	00	15086	15086080
2889619	Kleindembach	kleindembach	DE		0	Europe/Berlin	50.73376	11.59578				15	00	16075	16075054
2889620	Kleindeinbach	kleindeinbach	DE		0	Europe/Berlin	48.79407	9.7503				01	081	08136	08136065
2889621	Kleindehsa	kleindehsa	DE		0	Europe/Berlin	51.10518	14.59419		Dazink,Dažink,Kleindehsa		13	00	14626	14626270
2889622	Kleindechsendorf	kleindechsendorf	DE		0	Europe/Berlin	49.63333	10.93333				02	095	09562	09562000
2889623	Klein-Dannewerk	klein-dannewerk	DE		0	Europe/Berlin	54.48486	9.49511				10	00	01059	01059019
2889624	Klein Dammerow	klein-dammerow	DE		0	Europe/Berlin	53.37309	12.14968		Dammerow		12	00	13076	13076166
2889625	Klein Damitz	klein-damitz	DE		0	Europe/Berlin	54.37411	13.04867				12	00	13073	13073068
2889626	Kleindalzig	kleindalzig	DE		0	Europe/Berlin	51.20733	12.28839				13	00	14729	14729430
2889627	Klein Dahlum	klein-dahlum	DE		0	Europe/Berlin	52.12411	10.84694				06	00	03158	03158007
2889628	Klein Daberkow	klein-daberkow	DE		0	Europe/Berlin	53.53558	13.65552				12	00	13071	13071054
2889629	Kleincotta	kleincotta	DE		0	Europe/Berlin	50.90342	13.97674				13	00	14628	14628070
2889630	Kleincomburg	kleincomburg	DE		0	Europe/Berlin	49.09816	9.75007				01	081	08127	08127076
2889632	Kleinchursdorf	kleinchursdorf	DE		0	Europe/Berlin	50.8617	12.56184		Kleinchursdorf		13	00	14524	14524260
2889633	Klein Chüden	klein-chueden	DE		0	Europe/Berlin	52.87457	11.21867				14	00	15081	15081455
2889635	Kleincarsdorf	kleincarsdorf	DE		0	Europe/Berlin	50.95324	13.73034				13	00	14628	14628220
2889637	Klein Bützin	klein-buetzin	DE		0	Europe/Berlin	53.88747	12.45388				12	00	13072	13072082
2889641	Kleinburgwedel	kleinburgwedel	DE		0	Europe/Berlin	52.5087	9.87825		Luettje Boorwee,Lüttje Boorwee,lutteken Borchwede [a. 1310]		06	00	03241	03241004
2889642	Klein Bünzow	klein-buenzow	DE		904	Europe/Berlin	53.93016	13.63253		Klajn Bincov,Klajn-Bjuncov,Kljajn-Bjuncov,xiao bin cuo,Клайн-Бюнцов,Клајн Бинцов,Кляйн-Бюнцов,小宾措		12	00	13075	13075061
2889643	Klein Bünstorf	klein-buenstorf	DE		0	Europe/Berlin	53.06041	10.58464				06	00	03360	03360002
2889644	Klein Bünsdorf	klein-buensdorf	DE		0	Europe/Berlin	53.85562	10.96458				12	00	13074	13074074
2889646	Klein Bümmerstede	klein-buemmerstede	DE		0	Europe/Berlin	53.08104	8.22505				06	00	03458	03458013
2889647	Bülten	buelten	DE		0	Europe/Berlin	52.27803	10.19806		Klein Bulten,Klein Bülten		06	00	03157	03157009
2889648	Kleinbüllesheim	kleinbuellesheim	DE		0	Europe/Berlin	50.67453	6.82514				07	053	05366	05366016
2889651	Kleinbuckow	kleinbuckow	DE		0	Europe/Berlin	52.57731	12.24367				11	00	12063	12063189
2889652	Klein Buckow	klein-buckow	DE		0	Europe/Berlin	51.6275	14.32346		Bukojc		11	00	12071	12071372
2889653	Kleinbuchwald	kleinbuchwald	DE		0	Europe/Berlin	54.15508	10.1275				10	00	01057	01057011
2889654	Kleinbüchlberg	kleinbuchlberg	DE		0	Europe/Berlin	49.95923	12.21585				02	093	09377	09377141
2889655	Klein Buchholz	klein-buchholz	DE		0	Europe/Berlin	52.41083	9.80971		Klein Buchholz,Luetjen-Baukholte,Lütjen-Baukholte		06	00	03241	03241001
2889657	Kleinbuchfeld	kleinbuchfeld	DE		0	Europe/Berlin	49.77927	10.95509				02	094	09471	09471145
2889658	Kleinbucha	kleinbucha	DE		0	Europe/Berlin	50.78689	11.47947				15	00	16074	16074016
2889659	Klein Brunsrode	klein-brunsrode	DE		0	Europe/Berlin	52.37158	10.67519				06	00	03154	03154014
2889661	Kleinbrüchter	kleinbruechter	DE		0	Europe/Berlin	51.31072	10.64494				15	00	16065	16065032
2889662	Kleinbruch	kleinbruch	DE		0	Europe/Berlin	51.10964	7.15799				07	053	05378	05378008
2889663	Kleinbrösern	kleinbroesern	DE		0	Europe/Berlin	51.22528	14.36625		Maly Prezdren,Mały Přezdrěń,Prezdrenk,Přezdrěńk		13	00	14625	14625490
2889664	Kleinbroich	kleinbroich	DE		0	Europe/Berlin	51.15	6.88333				07	051	05111	05111000
2889665	Klein Brodersby	klein-brodersby	DE		0	Europe/Berlin	54.53333	9.7				10	00	01059	01059189
2889667	Klein Briesnig	klein-briesnig	DE		0	Europe/Berlin	51.78968	14.57359				11	00	12071	12071076
2889668	Klein Briesen	klein-briesen	DE		0	Europe/Berlin	52.23851	12.51249				11	00	12069	12069020
2889669	Klein Briesen	klein-briesen	DE		0	Europe/Berlin	52.10718	14.37327				11	00	12067	12067137
2889670	Kleinbrettheim	kleinbrettheim	DE		0	Europe/Berlin	49.25629	9.9846				01	081	08127	08127071
2889672	Klein Bremerhagen	klein-bremerhagen	DE		0	Europe/Berlin	54.15459	13.12798				12	00	13073	13073090
2889674	Kleinbreitenbronn	kleinbreitenbronn	DE		0	Europe/Berlin	49.21598	10.66844				02	095	09571	09571177
2889675	Kleinbreitenbach	kleinbreitenbach	DE		0	Europe/Berlin	50.76972	10.91595				15	00	16070	16070043
2889676	Kleinbreitenbach	kleinbreitenbach	DE		0	Europe/Berlin	49.6	8.73333				05	064	06431	06431017
2889677	Klein Breesen	klein-breesen	DE		0	Europe/Berlin	53.6899	12.13594				12	00	13072	13072119
2889678	Klein Breese	klein-breese	DE		0	Europe/Berlin	53.01667	11.78333				11	00	12070	12070416
2889679	Klein Breese	klein-breese	DE		0	Europe/Berlin	52.96513	11.26176		Klein Breese		06	00	03354	03354025
2889680	Klein Brebel	klein-brebel	DE		0	Europe/Berlin	54.63333	9.73333				10	00	01059	01059083
2889681	Klein Bramstedt	klein-bramstedt	DE		0	Europe/Berlin	52.88127	8.77711				06	00	03251	03251007
2889682	Kleinbrach	kleinbrach	DE		0	Europe/Berlin	50.23678	10.07197		Kleinbrach		02	096	09672	09672114
2889683	Kleinbottwar	kleinbottwar	DE		0	Europe/Berlin	48.97917	9.28938		Kleinbottwar		01	081	08118	08118070
2889684	Kleinbothen	kleinbothen	DE		0	Europe/Berlin	51.18935	12.76525				13	00	14729	14729160
2889686	Klein Bosseborn	klein-bosseborn	DE		0	Europe/Berlin	51.75	9.3				07	057	05762	05762020
2889687	Kleinborthen	kleinborthen	DE		0	Europe/Berlin	50.96667	13.8				13	00	14628	14628080
2889688	Klein Borstel	klein-borstel	DE		0	Europe/Berlin	53.63335	10.05479				04	00	02000	02000000
2889689	Klein Bornhorst	klein-bornhorst	DE		0	Europe/Berlin	53.16727	8.27571				06	00	03403	03403000
2889692	Klein Boren	klein-boren	DE		0	Europe/Berlin	54.6	9.8				10	00	01059	01059187
2889693	Klein Bollhagen	klein-bollhagen	DE		0	Europe/Berlin	54.13575	11.79362				12	00	13072	13072117
2889694	Südbollenhagen	suedbollenhagen	DE		0	Europe/Berlin	53.3106	8.27967		Klein Bollenhagen,Sudbollenhagen,Südbollenhagen		06	00	03461	03461005
2889695	Klein Bölkow	klein-boelkow	DE		0	Europe/Berlin	54.01108	11.97183				12	00	13072	13072093
2889696	Klein Bokern	klein-bokern	DE		0	Europe/Berlin	52.53498	7.76895				06	00	03459	03459011
2889697	Klein Bohrau	klein-bohrau	DE		0	Europe/Berlin	51.78279	14.5692		Klein Bohrau		11	00	12071	12071076
2889700	Kleinböhla	kleinboehla	DE		0	Europe/Berlin	51.34572	13.03455		Grossbohla-Kleinbohla,Großböhla-Kleinböhla,Kleinbohla,Kleinböhla		13	00	14730	14730060
2889703	Kleinbockenheim	kleinbockenheim	DE		0	Europe/Berlin	49.61667	8.18333		Kleinbockenheim		08	00	07332	07332006
2889705	Kleinbocka	kleinbocka	DE		0	Europe/Berlin	50.81144	11.96667				15	00	16076	16076007
2889706	Kleinbobritzsch	kleinbobritzsch	DE		0	Europe/Berlin	50.81928	13.53945				13	00	14522	14522170
2889707	Kleinboblitz	kleinboblitz	DE		0	Europe/Berlin	51.13333	14.41667				13	00	14625	14625390
2889708	Klein Blumenhagen	klein-blumenhagen	DE		0	Europe/Berlin	52.39875	10.29608				06	00	03157	03157001
2889710	Klein Bliersbach	klein-bliersbach	DE		0	Europe/Berlin	50.90341	7.21467				07	053	05378	05378028
2889711	Kleinblankenbach	kleinblankenbach	DE		0	Europe/Berlin	50.06509	9.23662				02	096	09671	09671113
2889713	Klein Bisdorf	klein-bisdorf	DE		0	Europe/Berlin	54.07238	13.19681				12	00	13073	13073089
2889716	Kleinbirkach	kleinbirkach	DE		0	Europe/Berlin	49.79145	10.48176		Kleinbirkach		02	094	09471	09471128
2889717	Klein Biewende	klein-biewende	DE		0	Europe/Berlin	52.10281	10.65794				06	00	03158	03158040
2889718	Klein Biesehof	klein-biesehof	DE		0	Europe/Berlin	52.86667	11.76667				14	00	15090	15090008
2889719	Kleinbierstedt	kleinbierstedt	DE		0	Europe/Berlin	52.72337	11.01598				14	00	15081	15081440
2889720	Klein-Bieberau	klein-bieberau	DE		0	Europe/Berlin	49.75943	8.76663				05	064	06432	06432013
2889721	Kleinbeuthen	kleinbeuthen	DE		0	Europe/Berlin	52.26047	13.19284		Kleinbeuthen		11	00	12072	12072426
2889722	Klein Beuster	klein-beuster	DE		0	Europe/Berlin	52.93333	11.8				14	00	15090	15090520
2889723	Kleinbeuren	kleinbeuren	DE		0	Europe/Berlin	48.39866	10.37024				02	097	09774	09774145
2889724	Klein Beuchow	klein-beuchow	DE		0	Europe/Berlin	51.85219	13.91595		Buchojc,Klein Beuchow		11	00	12066	12066196
2889725	Kleinbeucha	kleinbeucha	DE		0	Europe/Berlin	51.158	12.59102				13	00	14729	14729010
2889726	Kleinbettlingen	kleinbettlingen	DE		0	Europe/Berlin	48.57116	9.28692				01	081	08116	08116008
2889727	Kleinbettenrain	kleinbettenrain	DE		0	Europe/Berlin	48.53883	12.37068				02	092	09274	09274145
2889728	Kleinbesten	kleinbesten	DE		0	Europe/Berlin	52.23333	13.63333				11	00	12061	12061020
2889730	Kleinbernsdorf	kleinbernsdorf	DE		0	Europe/Berlin	50.84913	12.56265				13	00	14524	14524080
2889731	Kleinbernsdorf	kleinbernsdorf	DE		0	Europe/Berlin	50.83122	11.93884				15	00	16076	16076049
2889732	Kleinbernsdorf	kleinbernsdorf	DE		0	Europe/Berlin	50.77895	12.33391				13	00	14524	14524140
2889733	Kleinberndten	kleinberndten	DE		0	Europe/Berlin	51.37548	10.66155		Kleinberndten		15	00	16065	16065067
2889734	Kleinberkenthin	kleinberkenthin	DE		0	Europe/Berlin	53.73333	10.65				10	00	01053	01053009
2889735	Klein Berkel	klein-berkel	DE		0	Europe/Berlin	52.0774	9.34284				06	00	03252	03252006
2889736	Kleinberghofen	kleinberghofen	DE		0	Europe/Berlin	48.35552	11.27596				02	091	09174	09174118
2889738	Kleinberghausen	kleinberghausen	DE		0	Europe/Berlin	51.15119	7.35642		Kleinberghausen		07	053	05374	05374016
2889739	Kleinberghausen	kleinberghausen	DE		0	Europe/Berlin	49.15606	11.36484				02	093	09373	09373126
2889740	Kleinbergham	kleinbergham	DE		0	Europe/Berlin	47.99627	12.43687				02	091	09189	09189133
2889742	Klein Berge	klein-berge	DE		0	Europe/Berlin	53.23333	11.86667				11	00	12070	12070028
2889745	Klein Bentwisch	klein-bentwisch	DE		0	Europe/Berlin	54.12719	12.2226				12	00	13072	13072012
2889748	Klein Below	klein-below	DE		0	Europe/Berlin	53.86964	13.39457				12	00	13075	13075155
2889749	Kleinbellhofen	kleinbellhofen	DE		0	Europe/Berlin	49.56415	11.3198		Kleinbellhofen		02	095	09574	09574155
2889751	Klein Behnkenhagen	klein-behnkenhagen	DE		0	Europe/Berlin	54.19714	13.12729		Klein Behnkendorf		12	00	13073	13073090
2889753	Kleinbeeren	kleinbeeren	DE		0	Europe/Berlin	52.36149	13.33296				11	00	12072	12072120
2889754	Kleinbautzen	kleinbautzen	DE		0	Europe/Berlin	51.2119	14.52959		Budysink,Budyšink,Kleinbautzen		13	00	14625	14625340
2889755	Kleinbauchlitz	kleinbauchlitz	DE		0	Europe/Berlin	51.13333	13.1				13	00	14522	14522080
2889757	Klein Bartelstorf	klein-bartelstorf	DE		0	Europe/Berlin	54.10547	12.20243		Klein Bartelsdorf,Klein Bartelstorf		12	00	13072	13072012
2889758	Kleinbarop	kleinbarop	DE		0	Europe/Berlin	51.48826	7.42522				07	059	05913	05913000
2889759	Klein Barnitz	klein-barnitz	DE		0	Europe/Berlin	53.81139	10.48213				10	00	01062	01062008
2889761	Kleinbarnim	kleinbarnim	DE		0	Europe/Berlin	52.68211	14.2721				11	00	12064	12064365
2889762	Klein Barnekow	klein-barnekow	DE		0	Europe/Berlin	54.15	12.91667				12	00	13073	13073034
2889767	Kleinbärenweiler	kleinbarenweiler	DE		0	Europe/Berlin	49.32317	10.06078				01	081	08127	08127075
2889768	Kleinbardau	kleinbardau	DE		0	Europe/Berlin	51.18127	12.68944		Kleinbardau		13	00	14729	14729160
2889769	Klein Banratz	klein-banratz	DE		0	Europe/Berlin	53.24684	10.92657		Klein Banratz,Klein Banrutz		06	00	03355	03355049
2889770	Klein Bandelvitz	klein-bandelvitz	DE		0	Europe/Berlin	54.31512	13.15956				12	00	13073	13073003
2889771	Kleinballhausen	kleinballhausen	DE		0	Europe/Berlin	51.15429	10.87713				15	00	16064	16064005
2889772	Kleinballerstedt	kleinballerstedt	DE		0	Europe/Berlin	52.74529	11.70082				14	00	15090	15090415
2889774	Klein Bahrenfleth	klein-bahrenfleth	DE		0	Europe/Berlin	53.86708	9.44002				10	00	01061	01061006
2889775	Kleinbahren	kleinbahren	DE		0	Europe/Berlin	51.70625	13.72083				11	00	12062	12062469
2889776	Klein Bademeusel	klein-bademeusel	DE		0	Europe/Berlin	51.67234	14.74497		Klein Bademeusel,Male Bozemysle,Małe Bóžemysle		11	00	12071	12071076
2889777	Kleinbadegast	kleinbadegast	DE		0	Europe/Berlin	51.72586	12.03231				14	00	15082	15082377
2889779	Klein Bäbelin	klein-baebelin	DE		0	Europe/Berlin	53.63558	12.39826				12	00	13072	13072026
2889781	Klein Ausgedinge	klein-ausgedinge	DE		0	Europe/Berlin	51.36667	14.4				13	00	14625	14625330
2889783	Klein-Auheim	klein-auheim	DE		0	Europe/Berlin	50.09823	8.92862				05	064	06435	06435014
2889786	Klein Aspe	klein-aspe	DE		0	Europe/Berlin	53.46992	9.3392				06	00	03359	03359031
2889787	Kleinaspach	kleinaspach	DE		0	Europe/Berlin	48.99048	9.36145				01	081	08119	08119087
2889789	Klein Aschen	klein-aschen	DE		0	Europe/Berlin	52.17443	8.50687				07	057	05758	05758032
2889790	Kleinaschau	kleinaschau	DE		0	Europe/Berlin	48.02041	12.06402				02	091	09175	09175119
2889791	Kleinaschau	kleinaschau	DE		0	Europe/Berlin	47.63616	11.20556				02	091	09180	09180127
2889793	Kleinarzberg	kleinarzberg	DE		0	Europe/Berlin	51.53333	13.13333				13	00	14730	14730010
2889794	Kleinarreshausen	kleinarreshausen	DE		0	Europe/Berlin	48.54164	11.58526				02	091	09186	09186152
2889795	Kleinarmschlag	kleinarmschlag	DE		0	Europe/Berlin	48.87177	13.28908				02	092	09272	09272116
2889796	Klein Arentsee	klein-arentsee	DE		0	Europe/Berlin	53.88082	9.3082				10	00	01061	01061018
2889797	Kleinapenburg	kleinapenburg	DE		0	Europe/Berlin	52.72572	11.17831				14	00	15081	15081026
2889798	Kleinansbach	kleinansbach	DE		0	Europe/Berlin	49.27579	10.1406				01	081	08127	08127071
2889799	Kleinanhausen	kleinanhausen	DE		0	Europe/Berlin	48.43717	10.37109				02	097	09774	09774121
2889800	Kleinanglhof	kleinanglhof	DE		0	Europe/Berlin	49.17328	12.16218				02	093	09375	09375190
2889802	Klein Altenstädten	klein-altenstaedten	DE		0	Europe/Berlin	50.58204	8.46256				05	065	06532	06532001
2889803	Klein Altendorf	klein-altendorf	DE		0	Europe/Berlin	50.6136	6.99332				07	053	05382	05382048
2889804	Kleinaltdorf	kleinaltdorf	DE		0	Europe/Berlin	49.1189	9.89846				01	081	08127	08127089
2889805	Kleinalsleben	kleinalsleben	DE		0	Europe/Berlin	51.98265	11.25915				14	00	15083	15083415
2889807	Kleinalmerode	kleinalmerode	DE		0	Europe/Berlin	51.33061	9.78873				05	066	06636	06636016
2889808	Kleinallmerspann	kleinallmerspann	DE		0	Europe/Berlin	49.17545	9.95355				01	081	08127	08127046
2889809	Kleinallmendingen	kleinallmendingen	DE		0	Europe/Berlin	48.33001	9.71921				01	084	08425	08425002
2889810	Klein Algermissen	klein-algermissen	DE		0	Europe/Berlin	52.25324	9.96439		Klein-Algermissen [a. 1807],Luettjen Algermissen,Lüttjen Algermissen		06	00	03254	03254003
2889811	Kleinalfalterbach	kleinalfalterbach	DE		0	Europe/Berlin	49.19876	11.5771				02	093	09373	09373119
2889813	Kleinalbershof	kleinalbershof	DE		0	Europe/Berlin	49.59641	11.69632				02	093	09371	09371119
2889815	Kleinaign	kleinaign	DE		0	Europe/Berlin	49.30364	12.90524				02	093	09372	09372124
2889817	Kleinaich	kleinaich	DE		0	Europe/Berlin	48.83751	12.3272				02	092	09278	09278123
2889818	Klein Ahrenshöft	klein-ahrenshoeft	DE		0	Europe/Berlin	54.56667	9.06667				10	00	01054	01054002
2889819	Klein Ahlerstedt	klein-ahlerstedt	DE		0	Europe/Berlin	53.4	9.51667				06	00	03359	03359037
2889820	Kleinaga	kleinaga	DE		0	Europe/Berlin	50.96003	12.09221				15	00	16052	16052000
2889821	Klein Adelbylund	klein-adelbylund	DE		0	Europe/Berlin	54.78333	9.46667				10	00	01001	01001000
2889822	Kleinabenberg	kleinabenberg	DE		0	Europe/Berlin	49.2459	10.98547				02	095	09576	09576111
2889823	Kleina	kleina	DE		0	Europe/Berlin	50.68384	11.76161		Kleina,Linda-Kleina		15	00	16075	16075073
2889826	Kleiloh	kleiloh	DE		0	Europe/Berlin	51.65	7.98333				07	059	05974	05974048
2889829	Kleihörn	kleihoern	DE		0	Europe/Berlin	54.35	8.88333				10	00	01054	01054072
2889833	Kleihausen	kleihausen	DE		0	Europe/Berlin	53.55111	8.25374				06	00	03461	03461003
2889835	Kleidorf	kleidorf	DE		0	Europe/Berlin	48.51657	11.86985				02	091	09178	09178142
2889837	Kleibrok	kleibrok	DE		0	Europe/Berlin	53.26195	8.20744				06	00	03451	03451005
2889838	Kleiberg	kleiberg	DE		0	Europe/Berlin	53.25	8.11667				06	00	03451	03451008
2889844	Klei	klei	DE		0	Europe/Berlin	51.56474	7.81277				07	059	05978	05978036
2889847	Kleft	kleft	DE		0	Europe/Berlin	52.21667	8.33333				06	00	03459	03459024
2889849	Klefhaus	klefhaus	DE		0	Europe/Berlin	50.88765	7.27254				07	053	05382	05382028
2889851	Kleff	kleff	DE		0	Europe/Berlin	51.43333	7.3				07	059	05954	05954036
2889853	Kleetzhöfe	kleetzhofe	DE		0	Europe/Berlin	49.99448	11.39817				02	094	09477	09477157
2889856	Kleeth	kleeth	DE		0	Europe/Berlin	53.61293	13.07312				12	00	13071	13071079
2889858	Kleesten	kleesten	DE		0	Europe/Berlin	53.63767	12.12298				12	00	13076	13076032
2889859	Kleeste	kleeste	DE		0	Europe/Berlin	53.24512	11.83965				11	00	12070	12070028
2889860	Kleestadt	kleestadt	DE		0	Europe/Berlin	49.90217	8.95412				05	064	06432	06432010
2889861	Kleerhof	kleerhof	DE		0	Europe/Berlin	51.08333	6.2				07	053	05370	05370020
2889869	Kleekamp	kleekamp	DE		0	Europe/Berlin	53.80096	11.5554				12	00	13074	13074082
2889870	Kleekamp	kleekamp	DE		0	Europe/Berlin	52.10111	8.24274		Kleekamp		07	057	05754	05754004
2889874	Kleehof	kleehof	DE		0	Europe/Berlin	51.71682	8.68367				07	057	05774	05774032
2889875	Kleehof	kleehof	DE		0	Europe/Berlin	49.60535	10.72438				02	095	09575	09575125
2889882	Kleeham	kleeham	DE		0	Europe/Berlin	48.65144	13.45592				02	092	09275	09275128
2889886	Kleegarten	kleegarten	DE		0	Europe/Berlin	48.69479	12.75378				02	092	09279	09279122
2889887	Kleefeld	kleefeld	DE		0	Europe/Berlin	52.37429	9.79071				06	00	03241	03241001
2889888	Kleefeld	kleefeld	DE		0	Europe/Berlin	53.69452	11.56501				12	00	13076	13076024
2889889	Kleefeld	kleefeld	DE		0	Europe/Berlin	53.14486	8.06166				06	00	03451	03451002
2889891	Kleef	kleef	DE		0	Europe/Berlin	51.17836	6.93832				07	051	05158	05158016
2889892	Kleedorf	kleedorf	DE		0	Europe/Berlin	50.23418	12.27364				13	00	14523	14523030
2889893	Kleedorf	kleedorf	DE		0	Europe/Berlin	49.53623	11.44393		Kleedorf		02	095	09574	09574135
2889894	Kleedorf	kleedorf	DE		0	Europe/Berlin	48.84447	11.87952				02	092	09273	09273111
2889895	Kleeden	kleeden	DE		0	Europe/Berlin	51.86667	13.93333		Kleeden,Klodna,Kłodna		11	00	12066	12066196
2889898	Kleeberg	kleeberg	DE		0	Europe/Berlin	51.21667	14.9				13	00	14626	14626230
2889899	Kleeberg	kleeberg	DE		0	Europe/Berlin	48.44613	13.3089				02	092	09275	09275145
2889917	Kleebach	kleebach	DE		0	Europe/Berlin	51.18747	7.28679				07	051	05120	05120000
2889918	Kleckewitz	kleckewitz	DE		0	Europe/Berlin	51.713	12.30007				14	00	15082	15082301
2889921	Klecken	klecken	DE		0	Europe/Berlin	53.36877	9.93875		Klecken		06	00	03353	03353029
2889924	Klebstein	klebstein	DE		0	Europe/Berlin	48.84489	13.34573				02	092	09272	09272147
2889925	Klebitz	klebitz	DE		0	Europe/Berlin	51.94783	12.83849				14	00	15091	15091391
2889926	Klebing	klebing	DE		0	Europe/Berlin	48.29933	12.59417				02	091	09171	09171127
2889927	Klebing	klebing	DE		0	Europe/Berlin	48.25043	12.3156				02	091	09183	09183138
2889930	Klebheim	klebheim	DE		0	Europe/Berlin	49.65635	10.88788				02	095	09572	09572133
2889931	Klebham	klebham	DE		0	Europe/Berlin	47.99928	12.79804				02	091	09189	09189118
2889934	Kleben	kleben	DE		0	Europe/Berlin	51.20086	12.01632				14	00	15084	15084550
2889935	Klebe	klebe	DE		0	Europe/Berlin	53.46066	12.22349				12	00	13076	13076114
2889937	Kleba	kleba	DE		0	Europe/Berlin	50.82033	9.57571				05	066	06632	06632015
2889940	Klautzenbach	klautzenbach	DE		0	Europe/Berlin	49.03258	13.22093				02	092	09276	09276148
2889941	Klautze	klautze	DE		0	Europe/Berlin	53.01034	11.30527				06	00	03354	03354023
2889943	Klaustorf	klaustorf	DE		0	Europe/Berlin	54.35028	11.01366				10	00	01055	01055017
2889945	Klausmen	klausmen	DE		0	Europe/Berlin	47.69449	10.76644				02	097	09777	09777147
2889947	Klausiushof	klausiushof	DE		0	Europe/Berlin	52.78091	12.37121				11	00	12063	12063112
2889948	Klausing	klausing	DE		0	Europe/Berlin	52.64369	8.552				06	00	03251	03251017
2889949	Klaushorn	klaushorn	DE		0	Europe/Berlin	53.90821	9.93927		Klashorn,Klaushorn		10	00	01060	01060004
2889951	Klaushof	klaushof	DE		0	Europe/Berlin	49.46791	10.79925				02	095	09573	09573120
2889954	Klausheide	klausheide	DE		0	Europe/Berlin	52.14485	8.52108				07	057	05758	05758008
2889955	Klausheide	klausheide	DE		0	Europe/Berlin	51.80831	8.6846				07	057	05774	05774024
2889956	Klausheide	klausheide	DE		0	Europe/Berlin	52.46067	7.15192				06	00	03456	03456015
2889958	Klaushagen	klaushagen	DE		0	Europe/Berlin	53.23016	13.58079				11	00	12073	12073069
2889968	Klausenhäusl	klausenhausl	DE		0	Europe/Berlin	49.97074	11.84924				02	094	09472	09472164
2889970	Klausenberg	klausenberg	DE		0	Europe/Berlin	50.95	7.08333				07	053	05315	05315000
2889981	Klause	klause	DE		0	Europe/Berlin	49.99603	7.98091				05	064	06439	06439004
2889991	Clausdorf	clausdorf	DE		0	Europe/Berlin	53.98557	11.67812				12	00	13072	13072022
2889994	Klausberg	klausberg	DE		0	Europe/Berlin	49.65685	11.42991				02	094	09472	09472118
2890010	Klausaurach	klausaurach	DE		0	Europe/Berlin	49.51156	10.5969				02	095	09575	09575145
2890011	Klausa	klausa	DE		0	Europe/Berlin	50.95843	12.51188				15	00	16077	16077036
2890012	Klaus	klaus	DE		0	Europe/Berlin	48.2072	12.14414				02	091	09177	09177137
2890015	Klauhörn	klauhoern	DE		0	Europe/Berlin	53.24904	7.80772		Klauhorn,Klauhornermoor,Klauhörn,Klauhörnermoor		06	00	03451	03451001
2890016	Klauenburg	klauenburg	DE		0	Europe/Berlin	53.34845	9.7952				06	00	03353	03353039
2890019	Klauen	klauen	DE		0	Europe/Berlin	53.01667	7.85				06	00	03453	03453007
2890020	Klauberg	klauberg	DE		0	Europe/Berlin	51.17857	7.09387				07	051	05122	05122000
2890021	Klatzow	klatzow	DE		0	Europe/Berlin	53.71167	13.25199				12	00	13071	13071004
2890023	Klattenhof	klattenhof	DE		0	Europe/Berlin	52.98798	8.46205				06	00	03458	03458003
2890028	Klaswipper	klaswipper	DE		0	Europe/Berlin	51.11246	7.47031		Klaswipper		07	053	05374	05374052
2890034	Klasmühle	klasmuehle	DE		0	Europe/Berlin	51.03469	7.162				07	053	05378	05378020
2890035	Klasdorf	klasdorf	DE		0	Europe/Berlin	52.02366	13.5556				11	00	12072	12072014
2890036	Klasberg	klasberg	DE		0	Europe/Berlin	50.8786	7.21677		Klasberg		07	053	05382	05382028
2890051	Klarenthal	klarenthal	DE		0	Europe/Berlin	50.08826	8.202		Klarenthal		05	064	06414	06414000
2890052	Klarenthal	klarenthal	DE		0	Europe/Berlin	49.23027	6.89469		Clarenthal,Klarenthal		09	00	10041	10041100
2890053	Klarenberg	klarenberg	DE		0	Europe/Berlin	48.8	9.81667				01	081	08136	08136065
2890055	Klarenbach	klarenbach	DE		0	Europe/Berlin	51.19995	7.19669				07	051	05120	05120000
2890056	Klaren	klaren	DE		0	Europe/Berlin	47.84564	9.83891				01	084	08436	08436010
2890058	Klardorf	klardorf	DE		0	Europe/Berlin	49.26942	12.11184				02	093	09376	09376161
2890067	Klappholttal	klappholttal	DE		0	Europe/Berlin	54.98904	8.36669				10	00	01054	01054061
2890080	Klappendorf	klappendorf	DE		0	Europe/Berlin	51.23108	13.33307				13	00	14627	14627130
2890083	Klapfenberg	klapfenberg	DE		0	Europe/Berlin	49.1886	11.67881				02	093	09373	09373151
2890084	Klapfenberg	klapfenberg	DE		0	Europe/Berlin	49.07032	11.82893				02	093	09375	09375148
2890086	Klanxbüll	klanxbuell	DE		969	Europe/Berlin	54.86369	8.67706		Klangsbel,Klangsbol,Klangsbøl,Klanksbil,Klanksbjull',ke lan ke si bi er,Кланксбил,Кланксбюлль,克兰克斯比尔	01054065	10	00	01054	01054065
2890088	Klandorf	klandorf	DE		0	Europe/Berlin	52.87325	13.56584		Klandorf		11	00	12060	12060198
2890092	Klampen	klampen	DE		0	Europe/Berlin	53.22955	7.83614				06	00	03451	03451001
2890097	Klammer	klammer	DE		0	Europe/Berlin	49.04168	12.25421				02	093	09375	09375119
2890106	Klaistow	klaistow	DE		200	Europe/Berlin	52.28965	12.85158		Beelitz (Mark) OT Klaistow		11	00	12069	12069017
2890110	Kläham	klaham	DE		0	Europe/Berlin	48.67077	12.17923				02	092	09274	09274127
2890113	Klageholz	klageholz	DE		0	Europe/Berlin	52.78307	8.85183				06	00	03251	03251038
2890114	Klagebach	klagebach	DE		0	Europe/Berlin	51.24655	7.5455		Klagebach		07	059	05962	05962056
2890128	Klaffenbach	klaffenbach	DE		0	Europe/Berlin	50.7593	12.90676		Klaffenbach		13	00	14511	14511000
2890129	Klaffenbach	klaffenbach	DE		0	Europe/Berlin	48.89755	9.57497				01	081	08119	08119061
2890130	Klaffenbach	klaffenbach	DE		0	Europe/Berlin	47.63333	11.6				02	091	09173	09173135
2890134	Klafeld	klafeld	DE		0	Europe/Berlin	50.9	8.01667		Klafeld,Klafled		07	059	05970	05970040
2890135	Kladrum	kladrum	DE		0	Europe/Berlin	53.55928	11.79623				12	00	13076	13076162
2890136	Kladow	kladow	DE		14022	Europe/Berlin	52.45423	13.14445		Berlin-Kladow,Cladow		16	00	11000	11000000
2890137	Kladow	kladow	DE		0	Europe/Berlin	53.61444	11.60285				12	00	13076	13076025
2890138	Kläden	klaeden	DE		0	Europe/Berlin	53.64549	12.05418				12	00	13076	13076032
2890139	Kläden	klaeden	DE		247	Europe/Berlin	52.86467	11.43472		Kladen,Kläden		14	00	15081	15081030
2890140	Kläden	klaeden	DE		765	Europe/Berlin	52.63211	11.66053		Kladen,Kleden,Kläden,Кледен		14	00	15090	15090070
2890141	Kladdingen	kladdingen	DE		0	Europe/Berlin	53.03151	8.75588				06	00	03251	03251037
2890142	Klaber	klaber	DE		0	Europe/Berlin	53.72119	12.4712				12	00	13072	13072063
2890150	Kiwittsheide	kiwittsheide	DE		0	Europe/Berlin	52.00721	8.19369				07	057	05754	05754048
2890154	Kius	kius	DE		0	Europe/Berlin	54.58217	9.75277				10	00	01059	01059094
2890162	Kitzenried	kitzenried	DE		0	Europe/Berlin	49.30519	12.41461				02	093	09376	09376146
2890165	Kitzenhofen	kitzenhofen	DE		0	Europe/Berlin	48.79207	12.03802				02	092	09273	09273141
2890167	Kitzendorf	kitzendorf	DE		0	Europe/Berlin	51.55709	12.21804				14	00	15082	15082340
2890173	Kitzeberg	kitzeberg	DE		0	Europe/Berlin	54.35612	10.18517				10	00	01057	01057025
2890174	Kitzburg	kitzburg	DE		0	Europe/Berlin	50.78902	6.91394				07	053	05382	05382012
2890182	Kittersburg	kittersburg	DE		0	Europe/Berlin	48.50137	7.83801				01	083	08317	08317057
2890185	Kittenhausen	kittenhausen	DE		0	Europe/Berlin	49.2218	11.36244				02	093	09373	09373126
2890188	Kittenberg	kittenberg	DE		0	Europe/Berlin	49.64017	11.78843				02	093	09371	09371156
2890190	Kittelsthal	kittelsthal	DE		0	Europe/Berlin	50.92377	10.38097				15	00	16063	16063066
2890194	Kitschendorf	kitschendorf	DE		0	Europe/Berlin	49.30555	10.87573				02	095	09571	09571226
2890195	Kistritz	kistritz	DE		0	Europe/Berlin	51.10536	11.9677		Kistritz,Kustritz,Küstritz		14	00	15084	15084490
2890200	Kißleberfeld	kissleberfeld	DE		0	Europe/Berlin	52.17625	10.94788				06	00	03154	03154025
2890201	Kissingerhöfen	kissingerhoefen	DE		0	Europe/Berlin	51.66122	7.77085				07	059	05915	05915000
2890203	Kisserow	kisserow	DE		0	Europe/Berlin	53.44823	12.46459				12	00	13071	13071114
2890205	Kisselhof	kisselhof	DE		0	Europe/Berlin	49.5414	8.03158				08	00	07333	07333060
2890213	Kislau	kislau	DE		0	Europe/Berlin	49.21667	8.65		Kislau,Kisslau,Kißlau		01	082	08215	08215100
2890214	Kisker	kisker	DE		0	Europe/Berlin	52.10967	8.46376				07	057	05758	05758032
2890216	Kisdorferwohld	kisdorferwohld	DE		0	Europe/Berlin	53.81921	10.08007		Kisdorferwohld		10	00	01060	01060047
2890219	Kischlitz	kischlitz	DE		0	Europe/Berlin	50.98875	11.82136		Kischlitz		15	00	16074	16074067
2890224	Kirspenich	kirspenich	DE		0	Europe/Berlin	50.60083	6.79724				07	053	05366	05366004
2890225	Kirsel	kirsel	DE		0	Europe/Berlin	51.68321	6.29188				07	051	05154	05154056
2890229	Kirschseiffen	kirschseiffen	DE		0	Europe/Berlin	50.48333	6.45				07	053	05366	05366020
2890236	Kirschhofen	kirschhofen	DE		0	Europe/Berlin	50.47291	8.24327				05	065	06533	06533017
2890237	Kirschhof	kirschhof	DE		0	Europe/Berlin	49.35196	6.93948				09	00	10041	10041513
2890239	Kirschhausen	kirschhausen	DE		0	Europe/Berlin	49.64615	8.68689				05	064	06431	06431011
2890241	Kirschgarten	kirschgarten	DE		0	Europe/Berlin	51.03836	8.9488				05	066	06635	06635013
2890242	Kirschgarten	kirschgarten	DE		0	Europe/Berlin	50.63106	9.04833				05	065	06535	06535013
2890243	Kirschfurt	kirschfurt	DE		0	Europe/Berlin	49.74345	9.31927		Kirschfurt		02	096	09676	09676117
2890251	Kirschenhardthof	kirschenhardthof	DE		0	Europe/Berlin	48.91745	9.37039				01	081	08119	08119018
2890252	Kirschendorf	kirschendorf	DE		0	Europe/Berlin	49.26276	10.76346				02	095	09571	09571175
2890271	Kirschbaumwasen	kirschbaumwasen	DE		0	Europe/Berlin	48.62627	8.35438		Kirschbaumwasen		01	082	08216	08216013
2890274	Kirsch	kirsch	DE		0	Europe/Berlin	49.8114	6.76226				08	00	07235	07235078
2890280	Kirrlach	kirrlach	DE		0	Europe/Berlin	49.24421	8.54664				01	082	08215	08215106
2890283	Kirrberg	kirrberg	DE		0	Europe/Berlin	49.30415	7.37089		Kirrberg		09	00	10045	10045114
2890284	Kirrberg	kirrberg	DE		0	Europe/Berlin	48.22456	10.50173				02	097	09774	09774115
2890286	Kirnsulzbach	kirnsulzbach	DE		0	Europe/Berlin	49.76369	7.4328		Kirnsulzbach		08	00	07133	07133052
2890287	Kirnstein	kirnstein	DE		0	Europe/Berlin	47.69289	12.15493				02	091	09187	09187131
2890290	Kirnham	kirnham	DE		0	Europe/Berlin	48.29604	12.15385				02	091	09177	09177115
2890291	Kirnhalden	kirnhalden	DE		0	Europe/Berlin	48.19719	7.8466				01	083	08316	08316020
2890294	Kirnberg	kirnberg	DE		0	Europe/Berlin	49.34684	10.23814				02	095	09571	09571152
2890295	Kirnberg	kirnberg	DE		0	Europe/Berlin	49.08384	12.33743		Kienberg,Kirnberg		02	093	09375	09375120
2890296	Kirnberg	kirnberg	DE		0	Europe/Berlin	47.76795	11.34964				02	091	09190	09190141
2890298	Kirnberg	kirnberg	DE		0	Europe/Berlin	47.71575	11.05762				02	091	09180	09180134
2890305	Kirnback	kirnback	DE		0	Europe/Berlin	48.35533	8.10798				01	083	08317	08317146
2890309	Kirnbach	kirnbach	DE		0	Europe/Berlin	47.87814	9.25748				01	084	08435	08435020
2890310	Kirnbach	kirnbach	DE		0	Europe/Berlin	48.26199	8.24679		Kirnbach		01	083	08317	08317145
2890316	Kirmsees	kirmsees	DE		0	Europe/Berlin	49.91491	11.75135				02	094	09472	09472156
2890317	Kirmesau	kirmesau	DE		0	Europe/Berlin	47.70268	11.0189				02	091	09180	09180113
2890319	Kirmbach	kirmbach	DE		0	Europe/Berlin	48.51586	12.30884				02	092	09274	09274111
2890320	Kirmaier	kirmaier	DE		0	Europe/Berlin	48.16819	12.62459				02	091	09171	09171135
2890325	Kirdorf	kirdorf	DE		0	Europe/Berlin	50.9749	6.57268				07	053	05362	05362004
2890326	Kirdorf	kirdorf	DE		0	Europe/Berlin	50.24062	8.60882				05	064	06434	06434001
2890332	Kirchweyhe	kirchweyhe	DE		0	Europe/Berlin	53.00257	10.53375				06	00	03360	03360025
2890333	Kirchweyhe	kirchweyhe	DE		0	Europe/Berlin	52.98915	8.86065		Kirchweyhe		06	00	03251	03251047
2890334	Kirchwerder	kirchwerder	DE		0	Europe/Berlin	53.41972	10.20156				04	00	02000	02000000
2890337	Kirchwehren	kirchwehren	DE		0	Europe/Berlin	52.36729	9.56705				06	00	03241	03241015
2890348	Kirchwahlingen	kirchwahlingen	DE		0	Europe/Berlin	52.78345	9.41254				06	00	03358	03358003
2890349	Kirchvers	kirchvers	DE		0	Europe/Berlin	50.68719	8.6087				05	065	06534	06534013
2890350	Kirchveischede	kirchveischede	DE		0	Europe/Berlin	51.09112	7.9976		Kirchveischede		07	059	05966	05966020
2890351	Kirchtrudering	kirchtrudering	DE		0	Europe/Berlin	48.13333	11.66667				02	091	09162	09162000
2890352	Kirchtroisdorf	kirchtroisdorf	DE		0	Europe/Berlin	50.98271	6.51572				07	053	05362	05362004
2890355	Kirchthal	kirchthal	DE		0	Europe/Berlin	47.67704	10.61058				02	097	09777	09777170
2890359	Kirchstück	kirchstueck	DE		0	Europe/Berlin	53.68898	11.39557				12	00	13074	13074038
2890361	Kirchstockach	kirchstockach	DE		0	Europe/Berlin	48.02908	11.67675				02	091	09184	09184114
2890362	Kirchstetten	kirchstetten	DE		0	Europe/Berlin	48.38992	12.35078				02	092	09274	09274184
2890365	Kirchsteitz	kirchsteitz	DE		0	Europe/Berlin	51.06338	12.03817				14	00	15084	15084275
2890366	Kirchsteinbek	kirchsteinbek	DE		0	Europe/Berlin	53.53333	10.13333				04	00	02000	02000000
2890367	Kirchstein	kirchstein	DE		0	Europe/Berlin	47.94084	12.80517				02	091	09189	09189127
2890368	Kirchsteig	kirchsteig	DE		0	Europe/Berlin	47.93015	12.08432				02	091	09187	09187137
2890369	Kirchsteig	kirchsteig	DE		0	Europe/Berlin	47.83551	11.89631				02	091	09182	09182123
2890371	Kirchstätt	kirchstatt	DE		0	Europe/Berlin	48.06181	12.48538				02	091	09189	09189149
2890372	Kirchstätt	kirchstatt	DE		0	Europe/Berlin	48.05882	12.42766				02	091	09189	09189142
2890377	Kirchspiel	kirchspiel	DE		0	Europe/Berlin	51.63049	7.75781				07	059	05915	05915000
2890379	Kirch Siebnach	kirch-siebnach	DE		0	Europe/Berlin	48.14623	10.66348				02	097	09778	09778137
2890388	Kirchschönbach	kirchschonbach	DE		0	Europe/Berlin	49.81276	10.38787		Kirchschoenbach,Kirchschonbach,Kirchschönbach		02	096	09675	09675158
2890389	Kirchschletten	kirchschletten	DE		0	Europe/Berlin	50.0145	10.9777				02	094	09471	09471214
2890392	Kirchrüsselbach	kirchrusselbach	DE		0	Europe/Berlin	49.61054	11.26425				02	094	09474	09474140
2890393	Kirchröttenbach	kirchrottenbach	DE		0	Europe/Berlin	49.58317	11.27309		Kirchrottenbach,Kirchröttenbach,Rotenberg		02	095	09574	09574155
2890395	Kirch Rosin	kirch-rosin	DE		0	Europe/Berlin	53.75041	12.23243				12	00	13072	13072073
2890396	Kirchrode	kirchrode	DE		0	Europe/Berlin	52.35988	9.83036		Kerkreoe		06	00	03241	03241001
2890397	Kirchrimbach	kirchrimbach	DE		0	Europe/Berlin	49.72574	10.54505				02	095	09575	09575116
2890398	Kirchremda	kirchremda	DE		0	Europe/Berlin	50.76495	11.23442		Kirchremda		15	00	16073	16073076
2890399	Kirchreit	kirchreit	DE		0	Europe/Berlin	48.08972	12.20819				02	091	09187	09187176
2890400	Kirchreihe	kirchreihe	DE		0	Europe/Berlin	53.53333	8.11667				06	00	03405	03405000
2890401	Kirchrarbach	kirchrarbach	DE		0	Europe/Berlin	51.25347	8.29935		Kirchrarbach		07	059	05958	05958040
2890402	Kirch Polkritz	kirch-polkritz	DE		0	Europe/Berlin	52.75	12				14	00	15090	15090245
2890403	Kirchohsen	kirchohsen	DE		0	Europe/Berlin	52.04711	9.3964				06	00	03252	03252005
2890404	Kirchohmfeld	kirchohmfeld	DE		0	Europe/Berlin	51.44267	10.35891				15	00	16061	16061115
2890406	Kirch Mummendorf	kirch-mummendorf	DE		0	Europe/Berlin	53.8701	11.05081		Kirch Mummendorf		12	00	13074	13074093
2890409	Kirchmöser	kirchmoeser	DE		0	Europe/Berlin	52.3834	12.4391				11	00	12051	12051000
2890410	Kirchmohr	kirchmohr	DE		0	Europe/Berlin	49.45807	7.47855				08	00	07335	07335030
2890412	Kirchmatting	kirchmatting	DE		0	Europe/Berlin	48.81218	12.61145				02	092	09278	09278182
2890414	Kirch Lütgendorf	kirch-luetgendorf	DE		0	Europe/Berlin	53.6	12.51667				12	00	13071	13071069
2890415	Kirchlotheim	kirchlotheim	DE		0	Europe/Berlin	51.16853	8.89652				05	066	06635	06635019
2890416	Kirchloibersdorf	kirchloibersdorf	DE		0	Europe/Berlin	48.09461	12.33127				02	091	09187	09187116
2890422	Kirchlinde	kirchlinde	DE		0	Europe/Berlin	51.52647	7.36669		Kirchlinde		07	059	05913	05913000
2890423	Kirchleus	kirchleus	DE		0	Europe/Berlin	50.17156	11.38616		Kirchleus		02	094	09477	09477128
2890426	Kirchlengerheide	kirchlengerheide	DE		0	Europe/Berlin	52.21178	8.65496				07	057	05758	05758020
2890427	Kirchlein	kirchlein	DE		0	Europe/Berlin	50.15463	11.30484				02	094	09478	09478116
2890428	Kirchlehen	kirchlehen	DE		0	Europe/Berlin	48.75412	12.42317				02	092	09279	09279127
2890430	Kirchl	kirchl	DE		0	Europe/Berlin	48.85992	13.50563				02	092	09272	09272127
2890433	Kirch Kogel	kirch-kogel	DE		0	Europe/Berlin	53.65034	12.16023				12	00	13072	13072084
2890434	Kirchkimmen	kirchkimmen	DE		0	Europe/Berlin	53.06513	8.44023		Kirchkimmen,Kirchkimmern		06	00	03458	03458010
2890437	Kirchkagen	kirchkagen	DE		0	Europe/Berlin	48.22795	12.29011		Kirchhagen,Kirchkagen		02	091	09183	09183135
2890441	Kirchilpe	kirchilpe	DE		0	Europe/Berlin	51.24143	8.25359		Kirchilpe		07	059	05958	05958040
2890444	Kirchhuchting	kirchhuchting	DE		0	Europe/Berlin	53.04937	8.73722				03	00	04011	04011000
2890445	Kirchhoven	kirchhoven	DE		0	Europe/Berlin	51.07527	6.07437		Kirchhoven		07	053	05370	05370016
2890446	Kirchhosbach	kirchhosbach	DE		0	Europe/Berlin	51.11788	9.90598		Kirchhosbach		05	066	06636	06636012
2890447	Kirchhorsten	kirchhorsten	DE		0	Europe/Berlin	52.3031	9.13327				06	00	03257	03257013
2890448	Kirchhorst	kirchhorst	DE		0	Europe/Berlin	52.44526	9.89673		Kerkhost,Kirchhorst		06	00	03241	03241008
2890450	Kirchhörde	kirchhoerde	DE		0	Europe/Berlin	51.45452	7.46289				07	059	05913	05913000
2890453	Kirchholz	kirchholz	DE		0	Europe/Berlin	48.01719	12.3739				02	091	09189	09189133
2890458	Kirchhofswarft	kirchhofswarft	DE		0	Europe/Berlin	54.62988	8.54244		Kirchhoffwarft,Kirchhofswarf,Kirchhofswarft		10	00	01054	01054074
2890459	Kirchhöfing	kirchhoefing	DE		0	Europe/Berlin	53.53031	8.35073				06	00	03461	03461003
2890460	Kirchhoff	kirchhoff	DE		0	Europe/Berlin	52.48196	7.24008		Kirchhof,Kirchhoff		06	00	03456	03456025
2890461	Kirchhofen	kirchhofen	DE		0	Europe/Berlin	52.36308	13.8764				11	00	12067	12067469
2890462	Kirchhofen	kirchhofen	DE		0	Europe/Berlin	47.92227	7.74234		Kirchhofen		01	083	08315	08315131
2890463	Kirchhof	kirchhof	DE		0	Europe/Berlin	51.14234	9.59818				05	066	06634	06634014
2890471	Kirchherten	kirchherten	DE		0	Europe/Berlin	51.00682	6.48773				07	053	05362	05362004
2890472	Kirchhellen	kirchhellen	DE		0	Europe/Berlin	51.60468	6.92323		Kirchellen,Kirchhellen		07	055	05512	05512000
2890479	Kirchheim bei München	kirchheim-bei-muenchen	DE		12135	Europe/Berlin	48.17656	11.75563		Kirchheim,Kirkhgajm-Mjunkhen,Kirkhgajm-baj-Mjunkhen,Kirkhkhajm baj Minkhen,Kirkhkhajm-Mjunkhen,Kirxhaym Myunxen,kyrshhaym bay mwnshn,mu ni hei fu jin ji xi hai mu,Кирхгайм-Мюнхен,Кирххайм-Мюнхен,Кирххајм бај Минхен,Кірхгайм-бай-Мюнхен,Կիրխհայմ Մյունխեն,کیرشهایم بای مونشن,慕尼黑附近基希海姆		02	091	09184	09184131
2890491	Kirchheide	kirchheide	DE		0	Europe/Berlin	52.08496	8.86914				07	057	05766	05766044
2890492	Kirchhausen	kirchhausen	DE		0	Europe/Berlin	49.18384	9.11033		Kirchhausen		01	081	08121	08121000
2890493	Kirchhausen	kirchhausen	DE		0	Europe/Berlin	47.71392	7.75592				01	083	08336	08336084
2890494	Kirchhatten	kirchhatten	DE		0	Europe/Berlin	53.02001	8.35498		Hatten,Kirchhatten		06	00	03458	03458009
2890496	Kirchhasel	kirchhasel	DE		0	Europe/Berlin	50.73023	11.39352				15	00	16073	16073109
2890497	Kirchhasel	kirchhasel	DE		0	Europe/Berlin	50.70077	9.80206				05	066	06631	06631015
2890498	Kirchhammelwarden	kirchhammelwarden	DE		0	Europe/Berlin	53.30601	8.48273				06	00	03461	03461002
2890505	Kirchgütter	kirchguetter	DE		0	Europe/Berlin	52.26667	11.91667				14	00	15086	15086015
2890507	Kirch Grubenhagen	kirch-grubenhagen	DE		0	Europe/Berlin	53.65092	12.49944		Grubenhagen,Grubenhagen Kirch,Kirch Grubenhagen		12	00	13071	13071154
2890508	Kirch-Grambow	kirch-grambow	DE		0	Europe/Berlin	53.7712	11.12142				12	00	13074	13074092
2890510	Kirch Göns	kirch-goens	DE		0	Europe/Berlin	50.47133	8.65285		Kirschgoen		05	064	06440	06440005
2890512	Kirchgattendorf	kirchgattendorf	DE		0	Europe/Berlin	50.32305	12.01046				02	094	09475	09475127
2890515	Kirchfembach	kirchfembach	DE		0	Europe/Berlin	49.51671	10.80424				02	095	09573	09573120
2890516	Kirchfarrnbach	kirchfarrnbach	DE		0	Europe/Berlin	49.44543	10.73738				02	095	09573	09573133
2890517	Kirchfährendorf	kirchfaehrendorf	DE		0	Europe/Berlin	51.29455	12.05603				14	00	15088	15088020
2890519	Kirchesch	kirchesch	DE		0	Europe/Berlin	50.37358	7.15802				08	00	07137	07137049
2890521	Kircherhütte	kircherhuette	DE		0	Europe/Berlin	50.8	7.86667				08	00	07132	07132063
2890522	Kirchenwinn	kirchenwinn	DE		0	Europe/Berlin	49.27536	11.66791				02	093	09373	09373167
2890530	Kirchensur	kirchensur	DE		0	Europe/Berlin	48.04138	12.33728		Kirchensur		02	091	09187	09187113
2890536	Kirchensall	kirchensall	DE		0	Europe/Berlin	49.23985	9.60059				01	081	08126	08126058
2890537	Kirchenrohrbach	kirchenrohrbach	DE		0	Europe/Berlin	49.18362	12.40611				02	093	09372	09372170
2890538	Kirchenreinbach	kirchenreinbach	DE		0	Europe/Berlin	49.5432	11.59195				02	093	09371	09371140
2890541	Kirchenmoor	kirchenmoor	DE		0	Europe/Berlin	53.3	8.4				06	00	03461	03461008
2890545	Kirchenlaibach	kirchenlaibach	DE		0	Europe/Berlin	49.87519	11.76864				02	094	09472	09472190
2890549	Kirchenkirnberg	kirchenkirnberg	DE		0	Europe/Berlin	48.95121	9.68211		Kirchenkirnberg		01	081	08119	08119044
2890552	Kirchenholz	kirchenholz	DE		0	Europe/Berlin	54.56667	9.75				10	00	01059	01059094
2890563	Kirchengel	kirchengel	DE		0	Europe/Berlin	51.28538	10.91526				15	00	16065	16065089
2890565	Kirchenfeld	kirchenfeld	DE		0	Europe/Berlin	53.2691	14.21427				12	00	13075	13075107
2890568	Kirchende	kirchende	DE		0	Europe/Berlin	51.41837	7.42208				07	059	05954	05954020
2890569	Kirchenbuch	kirchenbuch	DE		0	Europe/Berlin	49.27013	12.01355				02	093	09376	09376119
2890570	Kirchenbruch	kirchenbruch	DE		0	Europe/Berlin	53.7101	14.02566				12	00	13075	13075078
2890571	Kirchenbollenbach	kirchenbollenbach	DE		0	Europe/Berlin	49.69201	7.41103		Kaethebach,Kirchenbollenbach,Kirchendollenbach,Käthebach		08	00	07134	07134045
2890572	Kirchenbirkig	kirchenbirkig	DE		0	Europe/Berlin	49.74338	11.40146		Kirchenbirkig		02	094	09472	09472179
2890583	Kirchenarnbach	kirchenarnbach	DE		0	Europe/Berlin	49.34946	7.5739				08	00	07340	07340219
2890593	Kirchedlau	kirchedlau	DE		0	Europe/Berlin	51.67623	11.8221				14	00	15089	15089195
2890596	Kirchducht	kirchducht	DE		0	Europe/Berlin	53.89406	9.24922				10	00	01061	01061095
2890597	Kirchdornberg	kirchdornberg	DE		0	Europe/Berlin	52.04499	8.43999				07	057	05711	05711000
2890598	Kirchdorföd	kirchdorfod	DE		0	Europe/Berlin	48.92208	13.27581				02	092	09276	09276127
2890600	Kirchdorferfeld	kirchdorferfeld	DE		0	Europe/Berlin	53.44331	7.47347				06	00	03452	03452001
2890601	Kirchdorf bei Osterhofen	kirchdorf-bei-osterhofen	DE		0	Europe/Berlin	48.68775	12.94638		Kirchdorf,Kirchdorf bei Osterhofen		02	092	09271	09271141
2890603	Kirchdorf am Haunpold	kirchdorf-am-haunpold	DE		0	Europe/Berlin	47.89431	11.91682		Kirchdorf,Kirchdorf am Haunpold		02	091	09187	09187122
2890621	Kirchdonop	kirchdonop	DE		0	Europe/Berlin	51.98969	8.99042				07	057	05766	05766016
2890622	Kirchditmold	kirchditmold	DE		0	Europe/Berlin	51.32466	9.43821		Kirchditmold		05	066	06611	06611000
2890623	Kirchderne	kirchderne	DE		0	Europe/Berlin	51.55333	7.50919		Kirchderne		07	059	05913	05913000
2890624	Kirchdaun	kirchdaun	DE		0	Europe/Berlin	50.57083	7.16785				08	00	07131	07131007
2890629	Kirchbuch	kirchbuch	DE		0	Europe/Berlin	48.96402	11.50887		Kirchbuch		02	091	09176	09176114
2890630	Kirchbrünnlein	kirchbrunnlein	DE		0	Europe/Berlin	50.30941	12.11002				02	094	09475	09475161
2890633	Kirch-Brombach	kirch-brombach	DE		0	Europe/Berlin	49.73409	8.95459				05	064	06437	06437005
2890636	Kirchbracht	kirchbracht	DE		0	Europe/Berlin	50.40359	9.27895		Kirchbracht		05	064	06435	06435004
2890637	Kirchborgum	kirchborgum	DE		0	Europe/Berlin	53.19946	7.39813				06	00	03457	03457021
2890638	Kirchborchen	kirchborchen	DE		0	Europe/Berlin	51.65948	8.73154				07	057	05774	05774012
2890639	Kirchboke	kirchboke	DE		0	Europe/Berlin	51.72929	8.56616				07	057	05774	05774020
2890640	Kirchboitzen	kirchboitzen	DE		0	Europe/Berlin	52.82938	9.48907		Kirchboitzen		06	00	03358	03358024
2890642	Kirchbierlingen	kirchbierlingen	DE		0	Europe/Berlin	48.23138	9.73234		Kirchbierlingen		01	084	08425	08425033
2890643	Kirchbichl	kirchbichl	DE		0	Europe/Berlin	47.79955	11.57487				02	091	09173	09173112
2890648	Kirchberg am Inn	kirchberg-am-inn	DE		0	Europe/Berlin	48.28585	13.01686		Kirchberg,Kirchberg am Inn		02	092	09277	09277145
2890760	Kirch-Beerfurth	kirch-beerfurth	DE		0	Europe/Berlin	49.71667	8.86667				05	064	06437	06437013
2890763	Kirch Baggendorf	kirch-baggendorf	DE		0	Europe/Berlin	54.08487	12.90971				12	00	13073	13073033
2890766	Kirchbach	kirchbach	DE		0	Europe/Berlin	50.87495	13.22923		Kirchbach		13	00	14522	14522440
2890767	Kirchbach	kirchbach	DE		0	Europe/Berlin	47.73667	12.09132				02	091	09187	09187120
2890768	Kirchasch	kirchasch	DE		0	Europe/Berlin	48.2877	11.99862				02	091	09177	09177113
2890771	Kirchanhausen	kirchanhausen	DE		0	Europe/Berlin	49.01873	11.45848				02	091	09176	09176137
2890772	Kirchamper	kirchamper	DE		0	Europe/Berlin	48.46703	11.88479				02	091	09178	09178143
2890773	Kirchaitnach	kirchaitnach	DE		0	Europe/Berlin	49.03764	12.88576				02	092	09276	09276128
2890774	Kirchaich	kirchaich	DE		0	Europe/Berlin	49.91777	10.68168				02	096	09674	09674159
2890775	Kirchahorn	kirchahorn	DE		0	Europe/Berlin	49.8347	11.4011		Kirchahorn		02	094	09472	09472111
2890777	Kirberg	kirberg	DE		0	Europe/Berlin	50.30881	8.15883		Kirberg		05	065	06533	06533008
2890780	Kipshoven	kipshoven	DE		0	Europe/Berlin	51.12955	6.33084		Kipshoven		07	053	05370	05370040
2890781	Kipshagen	kipshagen	DE		0	Europe/Berlin	52.13263	8.74653				07	057	05758	05758036
2890789	Kipper	kipper	DE		0	Europe/Berlin	51.33333	7.4				07	059	05914	05914000
2890790	Kippenwang	kippenwang	DE		0	Europe/Berlin	49.10442	11.16248		Kippenwang		02	095	09576	09576126
2890794	Kippenheimweiler	kippenheimweiler	DE		0	Europe/Berlin	48.31645	7.80722				01	083	08317	08317065
2890796	Kippenhausen	kippenhausen	DE		0	Europe/Berlin	47.67173	9.35004		Kippenhausen		01	084	08435	08435024
2890799	Kippekofen	kippekofen	DE		0	Europe/Berlin	51.10477	7.13868				07	053	05378	05378008
2890804	Kippach	kippach	DE		0	Europe/Berlin	47.69958	10.56825				02	097	09777	09777179
2890807	Kipfendorf	kipfendorf	DE		0	Europe/Berlin	50.28744	11.0853				02	094	09473	09473159
2890816	Kinzweiler	kinzweiler	DE		0	Europe/Berlin	50.84444	6.22596				07	053	05334	05334012
2890817	Kinzlbach	kinzlbach	DE		0	Europe/Berlin	48.30361	11.96861				02	091	09177	09177113
2890824	Kinzhurst	kinzhurst	DE		0	Europe/Berlin	48.73038	8.08909				01	082	08216	08216007
2890825	Kinzesberg	kinzesberg	DE		0	Europe/Berlin	48.58751	13.68716				02	092	09275	09275153
2890828	Kinzenbach	kinzenbach	DE		0	Europe/Berlin	50.59133	8.61166				05	065	06531	06531007
2890833	Kinsing	kinsing	DE		0	Europe/Berlin	48.60599	13.46806				02	092	09275	09275146
2890840	Kinning	kinning	DE		0	Europe/Berlin	48.36689	12.52923				02	091	09183	09183129
2890841	Kinning	kinning	DE		0	Europe/Berlin	48.3353	12.42493				02	091	09183	09183143
2890843	Kinnbackenhagen	kinnbackenhagen	DE		0	Europe/Berlin	54.40844	12.91735				12	00	13073	13073037
2890844	Kining	kining	DE		0	Europe/Berlin	48.31255	12.48637				02	091	09183	09183130
2890847	Kindt	kindt	DE		0	Europe/Berlin	51.27308	6.2389				07	051	05166	05166016
2890850	Kindshagen	kindshagen	DE		0	Europe/Berlin	54.28833	12.69831				12	00	13073	13073051
2890858	Kindleinsberg	kindleinsberg	DE		0	Europe/Berlin	48.64193	13.44649				02	092	09275	09275146
2890860	Kindleben	kindleben	DE		0	Europe/Berlin	50.97631	10.74874		Kindleben		15	00	16067	16067029
2890861	Kindlbach	kindlbach	DE		0	Europe/Berlin	48.42353	13.15883				02	092	09277	09277112
2890863	Kindlas	kindlas	DE		0	Europe/Berlin	49.57432	11.9787		Kindlas		02	093	09371	09371127
2890864	Kindisch	kindisch	DE		0	Europe/Berlin	51.18977	14.1294				13	00	14625	14625130
2890867	Kindhofen	kindhofen	DE		0	Europe/Berlin	48.36451	12.52317				02	091	09183	09183129
2890870	Kinderode	kinderode	DE		0	Europe/Berlin	51.4385	10.68305				15	00	16062	16062066
2890872	Kinderhaus	kinderhaus	DE		0	Europe/Berlin	51.99482	7.60031				07	055	05515	05515000
2890880	Kindelbrück	kindelbrueck	DE		1985	Europe/Berlin	51.26171	11.08999		Kindel'brjuk,Kindelbrik,Kindelbruck,Kindelbrück,jin de er bu lu ke,kyndlbrwk,Кинделбрик,Киндельбрюк,كيندلبروك,کیندلبروک,金德尔布吕克		15	00	16068	16068064
2890882	Kindel	kindel	DE		0	Europe/Berlin	49.96952	7.05201				08	00	07231	07231068
2890886	Kinbach	kinbach	DE		0	Europe/Berlin	47.59641	9.78843				02	097	09776	09776126
2890888	Kimratshofen	kimratshofen	DE		0	Europe/Berlin	47.79673	10.15658				02	097	09780	09780112
2890890	Kimpfler	kimpfler	DE		0	Europe/Berlin	47.89383	9.84389				01	084	08436	08436010
2890891	Kimpflen	kimpflen	DE		0	Europe/Berlin	47.63333	9.95				02	097	09776	09776124
2890895	Kimmlingerhof	kimmlingerhof	DE		0	Europe/Berlin	49.82784	6.59694				08	00	07235	07235069
2890896	Kimmichsweiler	kimmichsweiler	DE		0	Europe/Berlin	48.73873	9.35443				01	081	08116	08116019
2890897	Kimmelsbach	kimmelsbach	DE		0	Europe/Berlin	50.20281	10.51619				02	096	09674	09674120
2890901	Kimbach	kimbach	DE		0	Europe/Berlin	49.7268	9.06399				05	064	06437	06437001
2890904	Kilpen	kilpen	DE		0	Europe/Berlin	48.06752	8.14023		Kilpach,Kilpachtal,Kilpen		01	083	08326	08326020
2890905	Killwinkel	killwinkel	DE		0	Europe/Berlin	51.69405	7.7936				07	059	05915	05915000
2890906	Killingen	killingen	DE		0	Europe/Berlin	48.91863	10.21977				01	081	08136	08136019
2890911	Killer	killer	DE		0	Europe/Berlin	48.31454	9.06358		Killer		01	084	08417	08417013
2890913	Killenhof	killenhof	DE		0	Europe/Berlin	48.90226	9.66662				01	081	08119	08119037
2890917	Kilischwaige	kilischwaige	DE		0	Europe/Berlin	48.68309	10.73905				02	097	09779	09779218
2890918	Kilianstädten	kilianstaedten	DE		0	Europe/Berlin	50.20076	8.85191		Kilianstadten,Kilianstaedten,Kilianstädten		05	064	06435	06435026
2890921	Kilianshof	kilianshof	DE		0	Europe/Berlin	50.36288	10.01799				02	096	09673	09673162
2890922	Kiliansdorf	kiliansdorf	DE		0	Europe/Berlin	49.22595	11.08624				02	095	09576	09576143
2890923	Kiliansberg	kiliansberg	DE		0	Europe/Berlin	50.38443	9.66824				05	066	06631	06631016
2890928	Kilchberg	kilchberg	DE		0	Europe/Berlin	48.48953	9.01754				01	084	08416	08416041
2890937	Kiffelberg	kiffelberg	DE		0	Europe/Berlin	50.98389	6.29995				07	053	05358	05358036
2890938	Kiez	kiez	DE		0	Europe/Berlin	53.38162	11.57937				12	00	13076	13076105
2890941	Kievelberg	kievelberg	DE		0	Europe/Berlin	51.013	5.9824				07	053	05370	05370008
2890946	Kietz	kietz	DE		0	Europe/Berlin	52.16751	14.25813				11	00	12067	12067036
2890947	Kietz	kietz	DE		0	Europe/Berlin	52.11667	13.91667				11	00	12061	12061510
2890948	Kietz	kietz	DE		0	Europe/Berlin	53.07381	11.32673		Kietz,Kietz am Elbe,Kietz in der Lenzer,Kietz uber Lenzen,Kietz über Lenzen		11	00	12070	12070246
2890949	Kietz	kietz	DE		0	Europe/Berlin	52.7565	12.31894				11	00	12063	12063260
2890950	Kietz	kietz	DE		804	Europe/Berlin	52.56675	14.60632	13	Kietz bei Kustrin,Kietz bei Küstrin,Kustrin-Kietz,Küstrin-Kietz		11	00	12064	12064266
2890951	Kietz	kietz	DE		0	Europe/Berlin	52.45	13.76667				11	00	12064	12064428
2890952	Kietz	kietz	DE		0	Europe/Berlin	52.27937	13.16259				11	00	12072	12072240
2890954	Kietz	kietz	DE		0	Europe/Berlin	51.92476	14.07312				11	00	12061	12061352
2890957	Kießling	kiessling	DE		0	Europe/Berlin	50.40791	11.67167				15	00	16075	16075136
2890959	Kiesried	kiesried	DE		0	Europe/Berlin	49.14659	12.42883				02	093	09372	09372167
2890960	Kiesling	kiesling	DE		0	Europe/Berlin	48.61203	13.46041				02	092	09275	09275146
2890961	Kiesling	kiesling	DE		0	Europe/Berlin	48.60974	13.42744				02	092	09275	09275151
2890963	Kieslau	kieslau	DE		0	Europe/Berlin	49.15656	12.93829				02	093	09372	09372137
2890973	Kiesenhof	kiesenhof	DE		0	Europe/Berlin	49.19797	11.36003				02	093	09373	09373126
2890974	Kiesenberg	kiesenberg	DE		0	Europe/Berlin	49.40878	12.44685				02	093	09376	09376172
2890975	Kiesenbach	kiesenbach	DE		0	Europe/Berlin	47.5993	8.14556				01	083	08337	08337002
2890976	Kieselwitz	kieselwitz	DE		0	Europe/Berlin	52.11105	14.49705				11	00	12067	12067438
2890977	Kiesels	kiesels	DE		0	Europe/Berlin	47.82252	10.23204				02	097	09780	09780119
2890979	Kieselhorst	kieselhorst	DE		0	Europe/Berlin	52.84021	8.54273				06	00	03458	03458015
2890980	Kieselhof	kieselhof	DE		0	Europe/Berlin	50.04009	11.62011				02	094	09477	09477121
2890981	Kieselhof	kieselhof	DE		0	Europe/Berlin	49.00716	9.56141				01	081	08119	08119044
2890982	Kieselhof	kieselhof	DE		0	Europe/Berlin	48.87637	9.48983				01	081	08119	08119089
2890985	Kieselberg	kieselberg	DE		0	Europe/Berlin	48.98471	9.79867				01	081	08127	08127025
2890991	Kieselbach	kieselbach	DE		0	Europe/Berlin	51.12677	12.93054				13	00	14522	14522250
2890992	Kieselbach	kieselbach	DE		0	Europe/Berlin	50.84079	10.12194		Kieselbach		15	00	16063	16063101
2890994	Kiesdorf auf dem Eigen	kiesdorf-auf-dem-eigen	DE		0	Europe/Berlin	51.04194	14.89715		Kiesdorf,Kiesdorf auf dem Eigen		13	00	14626	14626500
2890998	Kiesbert	kiesbert	DE		0	Europe/Berlin	51.16136	7.77116		Kiesbert		07	059	05962	05962020
2891007	Kierwang	kierwang	DE		0	Europe/Berlin	47.47238	10.23062				02	097	09780	09780116
2891008	Kierst	kierst	DE		0	Europe/Berlin	51.3	6.71667				07	051	05162	05162022
2891011	Kiersperhagen	kiersperhagen	DE		0	Europe/Berlin	51.11962	7.57674				07	059	05962	05962028
2891012	Kierspe Bahnhof	kierspe-bahnhof	DE		0	Europe/Berlin	51.13333	7.61667				07	059	05962	05962028
2891220	Kiebitzhöhe	kiebitzhoehe	DE		0	Europe/Berlin	51.18491	11.21216				15	00	16068	16068034
2891016	Kieritzsch	kieritzsch	DE		0	Europe/Berlin	51.16363	12.38092				13	00	14729	14729320
2891017	Kierdorf	kierdorf	DE		0	Europe/Berlin	50.98302	7.18647				07	053	05378	05378004
2891018	Kierdorf	kierdorf	DE		0	Europe/Berlin	50.8411	6.7885				07	053	05362	05362020
2891019	Kierberg	kierberg	DE		0	Europe/Berlin	50.83747	6.88495				07	053	05362	05362012
2891021	Kieracker	kieracker	DE		0	Europe/Berlin	54.7	9.33333				10	00	01059	01059174
2891026	Kienwerder	kienwerder	DE		0	Europe/Berlin	52.37843	13.18068				11	00	12069	12069604
2891030	Kiensee	kiensee	DE		0	Europe/Berlin	47.7514	11.43232				02	091	09173	09173111
2891031	Kienrathing	kienrathing	DE		0	Europe/Berlin	48.29853	12.3311				02	091	09183	09183114
2891032	Kienraching	kienraching	DE		0	Europe/Berlin	48.37524	12.06292				02	091	09177	09177138
2891033	Kienraching	kienraching	DE		0	Europe/Berlin	48.31982	12.12615		Kienraching		02	091	09177	09177139
2891035	Kienoden	kienoden	DE		0	Europe/Berlin	48.67724	12.24368				02	092	09274	09274127
2891038	Kienleiten	kienleiten	DE		0	Europe/Berlin	49.18769	12.34695				02	093	09372	09372149
2891040	Kienitzer Loose	kienitzer-loose	DE		0	Europe/Berlin	52.66249	14.42342				11	00	12064	12064274
2891045	Kienhöfe	kienhofe	DE		0	Europe/Berlin	48.54467	11.45631				02	091	09186	09186143
2891051	Kienfeld	kienfeld	DE		0	Europe/Berlin	49.68798	10.62679				02	095	09572	09572159
2891052	Kienertsham	kienertsham	DE		0	Europe/Berlin	48.06262	12.63292				02	091	09171	09171134
2891053	Kiener	kiener	DE		0	Europe/Berlin	48.29248	8.42334				01	083	08325	08325001
2891060	Kienberge	kienberge	DE		0	Europe/Berlin	51.84584	12.62497				14	00	15091	15091375
2891088	Kienbaum	kienbaum	DE		0	Europe/Berlin	52.45544	13.95698		Kienbaum		11	00	12067	12067201
2891089	Kienbächle	kienbachle	DE		0	Europe/Berlin	48.25316	8.35679				01	083	08325	08325051
2891093	Kiemertshofen	kiemertshofen	DE		0	Europe/Berlin	48.36948	11.19241				02	091	09174	09174111
2891094	Kiemannsstetten	kiemannsstetten	DE		0	Europe/Berlin	48.46713	12.30103		Kiemannsstetten,Kiemannstetten		02	092	09274	09274134
2891100	Kielsgaard	kielsgaard	DE		0	Europe/Berlin	54.73834	9.53545				10	00	01059	01059126
2891101	Kielseng	kielseng	DE		0	Europe/Berlin	54.8	9.45				10	00	01001	01001000
2891102	Kielsburg	kielsburg	DE		0	Europe/Berlin	54.48333	9.08333				10	00	01054	01054056
2891105	Kieling	kieling	DE		0	Europe/Berlin	47.86664	12.19525				02	091	09187	09187177
2891112	Kielerkamp	kielerkamp	DE		0	Europe/Berlin	54.14887	10.20181				10	00	01057	01057080
2891125	Kiekut	kiekut	DE		0	Europe/Berlin	54.41576	13.54159				12	00	13073	13073010
2891139	Kiekemal	kiekemal	DE		0	Europe/Berlin	52.48333	13.61667				16	00	11000	11000000
2891148	Kiekbusch	kiekbusch	DE		0	Europe/Berlin	54.06981	10.54579				10	00	01055	01055007
2891150	Kieholm	kieholm	DE		0	Europe/Berlin	54.71667	9.95				10	00	01059	01059121
2891167	Kieflitz	kieflitz	DE		0	Europe/Berlin	48.83568	13.1648				02	092	09271	09271126
2891168	Kiefhuck	kiefhuck	DE		0	Europe/Berlin	54.5	8.83333				10	00	01054	01054091
2891176	Kiefersau	kiefersau	DE		0	Europe/Berlin	47.75	11.53333				02	091	09173	09173145
2891180	Kieferndorf	kieferndorf	DE		0	Europe/Berlin	49.72021	10.85037				02	095	09572	09572135
2891183	Kieferling	kieferling	DE		0	Europe/Berlin	48.45383	13.0097				02	092	09277	09277113
2891185	Kiefering	kiefering	DE		0	Europe/Berlin	48.19435	12.62938				02	091	09171	09171133
2891196	Kiefer	kiefer	DE		0	Europe/Berlin	47.60813	12.19008		Kiefer,Kiefer Zollhaus		02	091	09187	09187148
2891197	Kiefenholz	kiefenholz	DE		0	Europe/Berlin	48.99365	12.34973				02	093	09375	09375210
2891200	Kiefen	kiefen	DE		0	Europe/Berlin	52.99143	10.96339				06	00	03354	03354024
2891202	Kiefeld	kiefeld	DE		0	Europe/Berlin	53.30794	7.57889				06	00	03457	03457010
2891208	Kieck	kieck	DE		0	Europe/Berlin	52.53373	12.57854				11	00	12063	12063186
2891209	Kiechlinsbergen	kiechlinsbergen	DE		0	Europe/Berlin	48.12368	7.65552				01	083	08316	08316012
2891219	Kiebitzhörn	kiebitzhoern	DE		0	Europe/Berlin	54.18333	10.63333		Kibitzhorn,Kiebitzhorn,Kiebitzhörn		10	00	01055	01055012
2891222	Kiebitzberg	kiebitzberg	DE		0	Europe/Berlin	53.16296	12.24186		Kibitzberg,Kiebitzberg		11	00	12070	12070316
2891229	Kiebitz	kiebitz	DE		0	Europe/Berlin	51.18845	13.07834				13	00	14522	14522450
2891230	Kiebingen	kiebingen	DE		0	Europe/Berlin	48.47531	8.97137				01	084	08416	08416036
2891233	Kicklingen	kicklingen	DE		0	Europe/Berlin	48.56866	10.59288				02	097	09773	09773125
2891237	Kickenbach	kickenbach	DE		0	Europe/Berlin	51.11156	8.10164		Kickenbach		07	059	05966	05966020
2891241	Kichach	kichach	DE		0	Europe/Berlin	47.83013	9.67149				01	084	08436	08436011
2891247	Kibitzberg	kibitzberg	DE		0	Europe/Berlin	51.75594	6.99221				07	055	05562	05562012
2891253	Keylaer	keylaer	DE		0	Europe/Berlin	51.59647	6.21389		Keylaer		07	051	05154	05154032
2891254	Keyenberg	keyenberg	DE		0	Europe/Berlin	51.08172	6.41301				07	053	05370	05370004
2891257	Kevenhüll	kevenhull	DE		0	Europe/Berlin	49.05677	11.51676				02	091	09176	09176114
2891259	Keuzelbuch	keuzelbuch	DE		0	Europe/Berlin	50.39659	9.56334		Kreuzelbuch		05	066	06631	06631008
2891261	Keutschen	keutschen	DE		0	Europe/Berlin	51.14033	12.08153				14	00	15084	15084235
2891262	Keuschlingen	keuschlingen	DE		0	Europe/Berlin	48.32829	10.36543				02	097	09774	09774145
2891263	Keuschberg	keuschberg	DE		0	Europe/Berlin	51.3	12.06667				14	00	15088	15088020
2891266	Keune	keune	DE		0	Europe/Berlin	51.71789	14.66317		Chojna,Chójna,Forst Keune,Keune,Koyne		11	00	12071	12071076
2891267	Keulrod	keulrod	DE		0	Europe/Berlin	50.54608	10.68502		Bischofrod-Keulrod,Keulrod		15	00	16069	16069004
2891268	Keulos	keulos	DE		0	Europe/Berlin	50.53973	9.74256				05	066	06631	06631017
2891272	Keula	keula	DE		0	Europe/Berlin	51.51779	14.72042		Keula,Kij		13	00	14626	14626250
2891273	Keula	keula	DE		0	Europe/Berlin	51.39128	14.24326		Kulowc,Runddorf		13	00	14625	14625640
2891274	Keula	keula	DE		0	Europe/Berlin	51.33178	10.52998				15	00	16065	16065032
2891275	Keuern	keuern	DE		0	Europe/Berlin	51.12902	13.08083		Dobeln-Keuern,Döbeln-Keuern,Keuern		13	00	14522	14522080
2891276	Keuenhof	keuenhof	DE		0	Europe/Berlin	50.73967	7.46112				07	053	05382	05382016
2891279	Keuchingen	keuchingen	DE		0	Europe/Berlin	49.49433	6.58708				09	00	10042	10042114
2891281	Ketzür	ketzuer	DE		0	Europe/Berlin	52.4949	12.62952				11	00	12069	12069019
2891285	Ketzendorf	ketzendorf	DE		0	Europe/Berlin	53.44492	9.76445		Ketzendorf		06	00	03359	03359010
2891286	Ketzberg	ketzberg	DE		0	Europe/Berlin	51.197	7.09035				07	051	05122	05122000
2891287	Ketzberg	ketzberg	DE		0	Europe/Berlin	51.08469	7.20139				07	053	05378	05378032
2891289	Kettwig vor der Brücke	kettwig-vor-der-bruecke	DE		0	Europe/Berlin	51.36045	6.9323				07	051	05113	05113000
2891290	Kettwig	kettwig	DE		0	Europe/Berlin	51.36908	6.94416		Essen-Kettwig,Kettvig,Kettwig,Кеттвиг		07	051	05113	05113000
2891291	Kettnitzmühle	kettnitzmuhle	DE		0	Europe/Berlin	49.54189	12.12844				02	093	09376	09376150
2891293	Kettmannshausen	kettmannshausen	DE		0	Europe/Berlin	50.76936	10.97629				15	00	16070	16070004
2891294	Kettling	kettling	DE		0	Europe/Berlin	51.25939	7.79523				07	059	05962	05962060
2891298	Kettewitz	kettewitz	DE		0	Europe/Berlin	51.11004	13.44214		Kettewitz		13	00	14627	14627100
2891301	Kettersdorf	kettersdorf	DE		0	Europe/Berlin	49.22132	12.8443				02	093	09372	09372151
2891302	Ketterschwang	ketterschwang	DE		0	Europe/Berlin	47.96696	10.70131				02	097	09777	09777130
2891304	Kettersbach	kettersbach	DE		0	Europe/Berlin	49.27429	10.88507				02	095	09571	09571226
2891305	Ketternschwalbach	ketternschwalbach	DE		0	Europe/Berlin	50.26593	8.15004				05	064	06439	06439007
2891307	Ketterichhof	ketterichhof	DE		0	Europe/Berlin	49.13779	7.59308				08	00	07340	07340028
2891311	Kettenhöfstetten	kettenhofstetten	DE		0	Europe/Berlin	49.39153	10.54067				02	095	09571	09571146
2891315	Kettenham	kettenham	DE		0	Europe/Berlin	47.99598	12.18899				02	091	09187	09187134
2891317	Kettenburg	kettenburg	DE		0	Europe/Berlin	52.95606	9.57063				06	00	03357	03357051
2891320	Kettenbach	kettenbach	DE		0	Europe/Berlin	50.24551	8.07768				05	064	06439	06439001
2891321	Kettenbach	kettenbach	DE		0	Europe/Berlin	49.34011	11.42012				02	093	09373	09373113
2891322	Kettenacker	kettenacker	DE		0	Europe/Berlin	48.24177	9.3119				01	084	08437	08437031
2891323	Ketten	ketten	DE		0	Europe/Berlin	50.64645	9.92792				15	00	16063	16063032
2891324	Kettelstorf	kettelstorf	DE		0	Europe/Berlin	53.11041	10.71321				06	00	03360	03360011
2891330	Ketteldorf	ketteldorf	DE		0	Europe/Berlin	49.35251	10.76169				02	095	09571	09571165
2891337	Ketschenweiler	ketschenweiler	DE		0	Europe/Berlin	49.08333	10.25		Ketschenweiler		02	095	09571	09571136
2891338	Ketschendorf	ketschendorf	DE		0	Europe/Berlin	52.35	14.08333		Ketchendorf,Ketschendorf		11	00	12067	12067144
2891339	Ketschendorf	ketschendorf	DE		0	Europe/Berlin	50.24274	10.97644		Ketschendorf		02	094	09463	09463000
2891340	Ketschendorf	ketschendorf	DE		0	Europe/Berlin	49.82957	11.05791				02	094	09471	09471123
2891341	Ketschenbach	ketschenbach	DE		0	Europe/Berlin	50.33248	11.09773		Ketschenbach		02	094	09473	09473151
2891342	Ketsche	ketsche	DE		0	Europe/Berlin	52.97766	8.95363				06	00	03361	03361010
2891346	Ketelswarf	ketelswarf	DE		0	Europe/Berlin	54.63895	8.59284		Ketelswarf,Ketelswarft		10	00	01054	01054074
2891347	Ketelshagen	ketelshagen	DE		0	Europe/Berlin	54.3614	13.42361				12	00	13073	13073070
2891348	Ketelsby	ketelsby	DE		0	Europe/Berlin	54.60651	9.83811				10	00	01059	01059187
2891349	Ketelsbüttel	ketelsbuettel	DE		0	Europe/Berlin	54.14518	9.01486				10	00	01051	01051113
2891351	Kestrich	kestrich	DE		0	Europe/Berlin	50.64867	9.18244				05	065	06535	06535003
2891353	Kesternich	kesternich	DE		0	Europe/Berlin	50.6067	6.33145		Kesternich		07	053	05334	05334028
2891357	Kestel	kestel	DE		0	Europe/Berlin	50.22962	11.29138				02	094	09476	09476145
2891358	Keßlingen	kesslingen	DE		0	Europe/Berlin	49.51335	6.48201		Kesslingen,Keßlingen		09	00	10042	10042115
2891362	Kesseler	kesseler	DE		0	Europe/Berlin	51.66445	8.11018		Kesseler,Kessler		07	059	05974	05974024
2891364	Kesslar	kesslar	DE		0	Europe/Berlin	50.83934	11.41823				15	00	16071	16071008
2891370	Kessenich	kessenich	DE		0	Europe/Berlin	50.71244	7.1113		Kessenech,Kessenich		07	053	05314	05314000
2891371	Kessenich	kessenich	DE		0	Europe/Berlin	50.67865	6.79364		Kessenich		07	053	05366	05366016
2891379	Kesselstadt	kesselstadt	DE		0	Europe/Berlin	50.12982	8.88966				05	064	06435	06435014
2891381	Kesselsohl	kesselsohl	DE		0	Europe/Berlin	52.36667	11.61667		Forsterei Kesselsohl,Försterei Kesselsohl,Kesselsohl		14	00	15083	15083130
2891382	Kesselshain	kesselshain	DE		0	Europe/Berlin	51.147	12.51146				13	00	14729	14729050
2891391	Kesselsdorf	kesselsdorf	DE		0	Europe/Berlin	51.03163	13.59232		Kesselsdorf		13	00	14628	14628410
2891392	Kesselscheid	kesselscheid	DE		0	Europe/Berlin	50.83126	7.4804				07	053	05382	05382052
2891395	Kesselostheim	kesselostheim	DE		0	Europe/Berlin	48.71139	10.64383		Kesselostheim		02	097	09773	09773117
2891406	Kesselhof	kesselhof	DE		0	Europe/Berlin	49.21667	9.63333				01	081	08126	08126058
2891408	Kesselheim	kesselheim	DE		0	Europe/Berlin	50.3993	7.58208				08	00	07111	07111000
2891410	Kesselfeld	kesselfeld	DE		0	Europe/Berlin	49.20157	9.61576				01	081	08126	08126058
2891412	Kesselbronn	kesselbronn	DE		0	Europe/Berlin	48.44762	10.02932				01	084	08421	08421000
2891413	Kesselboden	kesselboden	DE		0	Europe/Berlin	49.02944	12.58904				02	092	09278	09278197
2891417	Kesselberg	kesselberg	DE		0	Europe/Berlin	48.09811	8.28587				01	083	08326	08326052
2891457	Kesselbach	kesselbach	DE		0	Europe/Berlin	50.6685	8.87644		Rabenau-Kesselbach		05	065	06531	06531015
2891458	Kesselbach	kesselbach	DE		0	Europe/Berlin	50.2188	8.20379				05	064	06439	06439007
2891459	Kesselbach	kesselbach	DE		0	Europe/Berlin	48.46531	12.14438				02	092	09274	09274185
2891462	Kessel	kessel	DE		0	Europe/Berlin	51.70727	6.0755		Kessel		07	051	05154	05154016
2891463	Kessel	kessel	DE		0	Europe/Berlin	50.31488	12.29374				13	00	14523	14523010
2891466	Kessebüren	kessebueren	DE		0	Europe/Berlin	51.52007	7.72553				07	059	05978	05978036
2891472	Kesenweiler	kesenweiler	DE		0	Europe/Berlin	47.75	9.73333				01	084	08436	08436079
2891475	Kesdorf	kesdorf	DE		0	Europe/Berlin	54.067	10.65704				10	00	01055	01055041
2891477	Kesbern	kesbern	DE		0	Europe/Berlin	51.33626	7.7072				07	059	05962	05962024
2891478	Kerzweilerhof	kerzweilerhof	DE		0	Europe/Berlin	49.56542	8.01291				08	00	07333	07333038
2891479	Kerzlin	kerzlin	DE		0	Europe/Berlin	52.88666	12.64235				11	00	12068	12068426
2891481	Kerzendorf	kerzendorf	DE		0	Europe/Berlin	52.27108	13.28092				11	00	12072	12072240
2891482	Kerzendorf	kerzendorf	DE		0	Europe/Berlin	51.98177	12.66086				14	00	15091	15091375
2891485	Kerzell	kerzell	DE		0	Europe/Berlin	50.48569	9.67037				05	066	06631	06631006
2891487	Kervenheim	kervenheim	DE		0	Europe/Berlin	51.63197	6.2763		Kervenheim		07	051	05154	05154032
2891489	Kertzsch	kertzsch	DE		0	Europe/Berlin	50.86601	12.58381				13	00	14524	14524260
2891490	Kertschütz	kertschuetz	DE		0	Europe/Berlin	50.94205	12.31193				15	00	16077	16077009
2891491	Kertitz	kertitz	DE		0	Europe/Berlin	51.53066	12.3115				13	00	14730	14730070
2891493	Kerstlingerode	kerstlingerode	DE		0	Europe/Berlin	51.47299	10.10545				06	00	03159	03159015
2891495	Kerstenhausen	kerstenhausen	DE		0	Europe/Berlin	51.06563	9.21681		Kerstenhausen		05	066	06634	06634001
2891496	Kerstenbruch	kerstenbruch	DE		0	Europe/Berlin	52.73811	14.26326				11	00	12064	12064349
2891497	Kerstenberg	kerstenberg	DE		0	Europe/Berlin	52.76667	10.86667				14	00	15081	15081105
2891498	Kerßenbrock	kerssenbrock	DE		0	Europe/Berlin	52.14171	8.29669				06	00	03459	03459024
2891499	Kerspleben	kerspleben	DE		0	Europe/Berlin	51.00758	11.10146				15	00	16051	16051000
2891501	Kerspenhausen	kerspenhausen	DE		0	Europe/Berlin	50.81314	9.65554				05	066	06632	06632015
2891505	Kersdorf	kersdorf	DE		0	Europe/Berlin	52.33999	14.26149				11	00	12067	12067072
2891508	Kerschlach	kerschlach	DE		0	Europe/Berlin	47.91864	11.20708				02	091	09190	09190138
2891509	Kerschhofen	kerschhofen	DE		0	Europe/Berlin	49.16902	11.67933				02	093	09373	09373151
2891511	Kerschdorf	kerschdorf	DE		0	Europe/Berlin	48.01921	12.20384				02	091	09187	09187126
2891514	Kersch	kersch	DE		0	Europe/Berlin	49.79268	6.54528				08	00	07235	07235111
2891515	Kersbach	kersbach	DE		0	Europe/Berlin	49.68285	11.07096		Kersbach		02	094	09474	09474126
2891516	Kersbach	kersbach	DE		0	Europe/Berlin	49.54175	11.35935				02	095	09574	09574141
2891520	Kerperscheid	kerperscheid	DE		0	Europe/Berlin	50.51175	6.48685				07	053	05366	05366036
2891526	Kernscheid	kernscheid	DE		0	Europe/Berlin	49.72465	6.68484				08	00	07211	07211000
2891529	Kernershof	kernershof	DE		0	Europe/Berlin	48.81983	9.42906				01	081	08119	08119090
2891536	Kerneigen	kerneigen	DE		0	Europe/Berlin	48.32977	12.99547				02	092	09277	09277152
2891541	Kernberg	kernberg	DE		0	Europe/Berlin	48.73797	13.7348				02	092	09272	09272136
2891545	Kernbach	kernbach	DE		0	Europe/Berlin	50.85586	8.6386				05	065	06534	06534012
2891546	Kernaten	kernaten	DE		0	Europe/Berlin	47.68333	9.76667				01	084	08436	08436081
2891547	Kern	kern	DE		0	Europe/Berlin	50.9062	7.28913				07	053	05382	05382028
2891549	Kermes	kermes	DE		0	Europe/Berlin	50.62011	9.89351				05	066	06631	06631019
2891551	Kermen	kermen	DE		0	Europe/Berlin	51.91918	12.04617				14	00	15082	15082430
2891552	Kermelberg	kermelberg	DE		0	Europe/Berlin	51.42658	7.40747				07	059	05954	05954036
2891553	Kerm	kerm	DE		0	Europe/Berlin	49.10019	12.08537				02	093	09375	09375190
2891557	Kerlingen	kerlingen	DE		0	Europe/Berlin	49.31725	6.65105		Kerlingen		09	00	10044	10044121
2891558	Kerleweck	kerleweck	DE		0	Europe/Berlin	49.1179	9.87957				01	081	08127	08127043
2891559	Kerlenmoos	kerlenmoos	DE		0	Europe/Berlin	47.7	9.68333				01	084	08436	08436018
2891561	Kerkwitz	kerkwitz	DE		0	Europe/Berlin	51.90928	14.64014				11	00	12071	12071337
2891562	Kerkuhn	kerkuhn	DE		0	Europe/Berlin	52.82627	11.44728		Kerkuhn		14	00	15081	15081030
2891565	Kerkingen	kerkingen	DE		0	Europe/Berlin	48.90441	10.35936		Kerkingen		01	081	08136	08136010
2891566	Kerkhop	kerkhop	DE		0	Europe/Berlin	53.22293	8.61349				06	00	03356	03356009
2891568	Kerkhofen	kerkhofen	DE		0	Europe/Berlin	49.17132	11.39531				02	093	09373	09373146
2891576	Kerkamp	kerkamp	DE		0	Europe/Berlin	52.56059	7.65867				06	00	03459	03459011
2891579	Kerchau	kerchau	DE		0	Europe/Berlin	52.02582	12.14069				14	00	15082	15082430
2891580	Kerbfeld	kerbfeld	DE		0	Europe/Berlin	50.13807	10.46287				02	096	09674	09674111
2891581	Kerbersdorf	kerbersdorf	DE		0	Europe/Berlin	50.33149	9.38765				05	064	06435	06435002
2891584	Kepplershof	kepplershof	DE		0	Europe/Berlin	48.78333	8.45		Keplershof,Kepplershof		01	082	08235	08235033
2891587	Keppenbach	keppenbach	DE		0	Europe/Berlin	48.14506	7.91991				01	083	08316	08316054
2891588	Keppeln	keppeln	DE		0	Europe/Berlin	51.68864	6.26551				07	051	05154	05154056
2891593	Kenzendorf	kenzendorf	DE		0	Europe/Berlin	52.48333	11.4				14	00	15081	15081135
2891594	Kenz	kenz	DE		0	Europe/Berlin	54.32774	12.73504				12	00	13073	13073043
2891595	Kentrup	kentrup	DE		0	Europe/Berlin	52.03154	7.38911				07	055	05558	05558008
2891597	Kentheim	kentheim	DE		0	Europe/Berlin	48.69402	8.72928				01	082	08235	08235084
2891598	Kenten	kenten	DE		0	Europe/Berlin	50.94967	6.65231				07	053	05362	05362008
2891599	Kenoden	kenoden	DE		0	Europe/Berlin	48.51881	12.74181		Kennoden,Kenoden		02	092	09277	09277131
2891600	Kennfus	kennfus	DE		0	Europe/Berlin	50.08829	7.02155				08	00	07135	07135501
2891603	Kennenburg	kennenburg	DE		0	Europe/Berlin	48.75	9.31667		Esslingen-Kennenburg,Kennenburg		01	081	08116	08116019
2891606	Kengen	kengen	DE		0	Europe/Berlin	51.4581	6.42415				07	051	05154	05154048
2891609	Kendling	kendling	DE		0	Europe/Berlin	48.04102	12.4259				02	091	09189	09189126
2891610	Kendenich	kendenich	DE		0	Europe/Berlin	50.86464	6.88293				07	053	05362	05362028
2891614	Kendel	kendel	DE		0	Europe/Berlin	51.62929	6.16945				07	051	05154	05154064
2891617	Kemtau	kemtau	DE		0	Europe/Berlin	50.73804	12.96174		Kemtau		13	00	14521	14521120
2891621	Kempten (Allgäu)	kempten-allgaeu	DE		61399	Europe/Berlin	47.72674	10.31389		Kempten		02	097	09763	09763000
2891622	Kempringen	kempringen	DE		0	Europe/Berlin	52.37855	8.5139				07	057	05770	05770044
2891624	Kemphausen	kemphausen	DE		0	Europe/Berlin	52.51843	8.25824				06	00	03460	03460002
2891625	Kempfing	kempfing	DE		0	Europe/Berlin	48.28988	11.85785				02	091	09177	09177130
2891626	Kempfenhof	kempfenhof	DE		0	Europe/Berlin	49.50019	11.70988				02	093	09371	09371151
2891627	Kempfenhausen	kempfenhausen	DE		0	Europe/Berlin	47.98722	11.36235				02	091	09188	09188113
2891628	Kempfenbrunn	kempfenbrunn	DE		0	Europe/Berlin	50.11154	9.43997		Kempfenbrunn		05	064	06435	06435008
2891631	Kempershöhe	kempershoehe	DE		0	Europe/Berlin	51.08966	7.49541				07	053	05374	05374024
2891635	Kemper	kemper	DE		0	Europe/Berlin	51.98107	7.64614				07	055	05515	05515000
2891647	Kemoden	kemoden	DE		0	Europe/Berlin	48.45212	12.09054				02	092	09274	09274185
2891648	Kemnitzerheide	kemnitzerheide	DE		0	Europe/Berlin	52.31215	12.90585				11	00	12069	12069590
2891650	Kemnitzerhagen	kemnitzerhagen	DE		0	Europe/Berlin	54.064	13.54172				12	00	13075	13075060
2891662	Kemnatheröd	kemnatherod	DE		0	Europe/Berlin	49.38522	11.78189				02	093	09371	09371154
2891663	Kemnathen	kemnathen	DE		0	Europe/Berlin	49.11304	11.62508				02	093	09373	09373115
2891664	Kemnathen	kemnathen	DE		0	Europe/Berlin	49.09781	11.02796				02	095	09577	09577161
2891665	Kemnathen	kemnathen	DE		0	Europe/Berlin	48.57115	11.5987				02	091	09186	09186162
2891666	Kemnath bei Neunaigen	kemnath-bei-neunaigen	DE		0	Europe/Berlin	49.50698	12.05791		Kemnath,Kemnath bei Neunaigen		02	093	09371	09371150
2891667	Kemnath bei Fuhrn	kemnath-bei-fuhrn	DE		0	Europe/Berlin	49.35868	12.25473		Kemnath,Kemnath bei Fuhrn		02	093	09376	09376147
2891671	Kemnaten	kemnaten	DE		0	Europe/Berlin	48.90146	9.85424				01	081	08136	08136020
2891672	Kemnat	kemnat	DE		0	Europe/Berlin	48.71754	9.22774				01	081	08116	08116080
2891673	Kemnat	kemnat	DE		0	Europe/Berlin	48.46939	11.29354				02	097	09771	09771162
2891674	Kemnat	kemnat	DE		0	Europe/Berlin	48.33754	10.41143				02	097	09774	09774122
2891675	Kemnat	kemnat	DE		0	Europe/Berlin	48.01459	9.89475				01	084	08426	08426113
2891676	Kemnade	kemnade	DE		0	Europe/Berlin	51.97737	9.51399				06	00	03255	03255003
2891677	Kemna	kemna	DE		0	Europe/Berlin	51.25359	7.26748		Kemma,Kemna		07	051	05124	05124000
2891678	Kemmoden	kemmoden	DE		0	Europe/Berlin	48.45573	11.42166				02	091	09186	09186132
2891680	Kemmlitz	kemmlitz	DE		0	Europe/Berlin	51.22926	12.99295		Kemmlitz		13	00	14730	14730200
2891682	Kemminghausen	kemminghausen	DE		0	Europe/Berlin	51.55635	7.48337		Kemminghausen		07	059	05913	05913000
2891684	Kemmeten	kemmeten	DE		0	Europe/Berlin	49.25866	9.65678				01	081	08126	08126046
2891686	Kemmerode	kemmerode	DE		0	Europe/Berlin	50.8196	9.51198				05	066	06632	06632011
2891688	Kemmerlang	kemmerlang	DE		0	Europe/Berlin	47.73333	9.61667				01	084	08436	08436064
2891689	Kemmerich	kemmerich	DE		0	Europe/Berlin	51.01243	7.33923		Kemmerich		07	053	05374	05374020
2891693	Kemme	kemme	DE		0	Europe/Berlin	52.18141	10.0724				06	00	03254	03254029
2891694	Kemmathen	kemmathen	DE		0	Europe/Berlin	49.65413	11.28442		Kemmaten		02	094	09474	09474138
2891695	Kemmathen	kemmathen	DE		0	Europe/Berlin	49.50833	10.6839				02	095	09575	09575145
2891696	Kemmathen	kemmathen	DE		0	Europe/Berlin	49.43053	10.50609		Kemathen,Kemmathen		02	095	09571	09571146
2891697	Kemmathen	kemmathen	DE		0	Europe/Berlin	49.13403	10.61639		Kemathen,Kemmathen		02	095	09571	09571113
2891699	Kemmaten	kemmaten	DE		0	Europe/Berlin	50.29401	11.0891		Kemmaten		02	094	09473	09473151
2891702	Kemlitz	kemlitz	DE		0	Europe/Berlin	52.00946	13.46989				11	00	12072	12072014
2891703	Kemlitz	kemlitz	DE		0	Europe/Berlin	51.8494	13.52703				11	00	12072	12072053
2891704	Kemlas	kemlas	DE		0	Europe/Berlin	50.39763	11.73374				02	094	09475	09475137
2891709	Kemerting	kemerting	DE		0	Europe/Berlin	48.20431	12.85254				02	091	09171	09171118
2891711	Kemeritz	kemeritz	DE		0	Europe/Berlin	50.05213	11.42058				02	094	09477	09477157
2891713	Kemel	kemel	DE		0	Europe/Berlin	50.16442	8.01689				05	064	06439	06439005
2891715	Kembs	kembs	DE		0	Europe/Berlin	54.34777	10.91746				10	00	01055	01055015
2891716	Kembs	kembs	DE		0	Europe/Berlin	54.34855	10.57992				10	00	01057	01057004
2891717	Kembs	kembs	DE		0	Europe/Berlin	54.07183	10.42454				10	00	01060	01060075
2891720	Kembach	kembach	DE		0	Europe/Berlin	49.74446	9.62796		Kembach		01	081	08128	08128131
2891721	Kemauthen	kemauthen	DE		0	Europe/Berlin	48.50099	13.10662				02	092	09275	09275125
2891723	Kemating	kemating	DE		0	Europe/Berlin	48.50559	13.33499				02	092	09275	09275122
2891724	Kemating	kemating	DE		0	Europe/Berlin	48.18814	12.34804				02	091	09183	09183113
2891725	Kemating	kemating	DE		0	Europe/Berlin	47.88067	12.91047				02	091	09172	09172130
2891728	Kemathen	kemathen	DE		0	Europe/Berlin	48.53054	12.8642				02	092	09277	09277111
2891729	Kemathen	kemathen	DE		0	Europe/Berlin	48.97139	11.39558				02	091	09176	09176138
2891730	Kemathen	kemathen	DE		0	Europe/Berlin	47.80716	11.95132				02	091	09187	09187129
2891731	Kemading	kemading	DE		0	Europe/Berlin	48.4869	13.22468		Kemading,Kemating		02	092	09275	09275124
2891733	Kelzenberg	kelzenberg	DE		0	Europe/Berlin	51.11552	6.50222		Kelzenberg		07	051	05162	05162012
2891734	Kelze	kelze	DE		0	Europe/Berlin	51.46513	9.37117				05	066	06633	06633013
2891735	Kelz	kelz	DE		0	Europe/Berlin	50.76918	6.59728				07	053	05358	05358060
2891739	Kelters	kelters	DE		0	Europe/Berlin	50.77962	7.45405				07	053	05382	05382016
2891743	Kelsen	kelsen	DE		0	Europe/Berlin	49.57072	6.49036				08	00	07235	07235154
2891747	Kellndorf	kellndorf	DE		0	Europe/Berlin	48.2908	12.85665				02	092	09277	09277154
2891751	Kellinghausen	kellinghausen	DE		0	Europe/Berlin	52.86355	8.51549		Kellinghausen		06	00	03458	03458015
2891752	Kellinghausen	kellinghausen	DE		0	Europe/Berlin	52.51691	7.73634				06	00	03459	03459017
2891753	Kellinghausen	kellinghausen	DE		0	Europe/Berlin	51.53829	8.44423		Kellinghausen		07	059	05974	05974036
2891760	Kellershub	kellershub	DE		0	Europe/Berlin	47.6	9.91667				02	097	09776	09776117
2891761	Kellershohn	kellershohn	DE		0	Europe/Berlin	50.87878	7.20754		Kellershohn		07	053	05382	05382028
2891762	Kellershof	kellershof	DE		0	Europe/Berlin	47.78333	11.5				02	091	09173	09173145
2891763	Kellershof	kellershof	DE		0	Europe/Berlin	47.75437	10.89244				02	091	09190	09190154
2891771	Kellersberg	kellersberg	DE		0	Europe/Berlin	50.86638	6.16442				07	053	05334	05334004
2891775	Kellern	kellern	DE		0	Europe/Berlin	49.38138	10.49935				02	095	09571	09571146
2891776	Kellern	kellern	DE		0	Europe/Berlin	47.71667	11.56667				02	091	09173	09173124
2891781	Kellerhöhe	kellerhoehe	DE		0	Europe/Berlin	52.90651	8.07943		Kellerhohe,Kellerhöhe,Kolonie Keller		06	00	03453	03453008
2891806	Keller	keller	DE		0	Europe/Berlin	54.08333	9.41667				10	00	01058	01058014
2891807	Keller	keller	DE		0	Europe/Berlin	53.64817	9.87323				10	00	01056	01056043
2891808	Keller	keller	DE		0	Europe/Berlin	52.98146	13.03485				11	00	12068	12068280
2891809	Keller	keller	DE		0	Europe/Berlin	51.46667	7.61667				07	059	05978	05978028
2891810	Keller	keller	DE		0	Europe/Berlin	51.0034	7.2156				07	053	05378	05378012
2891811	Keller	keller	DE		0	Europe/Berlin	47.60589	10.35494				02	097	09780	09780137
2891813	Kellenried	kellenried	DE		0	Europe/Berlin	47.8468	9.56756				01	084	08436	08436013
2891815	Kellenberg	kellenberg	DE		0	Europe/Berlin	52.58835	8.5211				06	00	03251	03251019
2891819	Kellen	kellen	DE		0	Europe/Berlin	52.36667	8.68333				07	057	05770	05770008
2891820	Kellen	kellen	DE		0	Europe/Berlin	51.7986	6.15916				07	051	05154	05154036
2891821	Kellburg	kellburg	DE		0	Europe/Berlin	49.10703	12.75799				02	092	09278	09278178
2891822	Kellberg	kellberg	DE		0	Europe/Berlin	48.59425	13.54006				02	092	09275	09275150
2891823	Kellberg	kellberg	DE		0	Europe/Berlin	48.55	13.43333				02	092	09262	09262000
2891830	Kell	kell	DE		0	Europe/Berlin	50.44884	7.30832				08	00	07137	07137003
2891831	Kell	kell	DE		1953	Europe/Berlin	49.63425	6.8239		Kell,Kell am See		08	00	07235	07235058
2891833	Kelheimwinzer	kelheimwinzer	DE		0	Europe/Berlin	48.91403	11.91381				02	092	09273	09273137
2891835	Keldung	keldung	DE		0	Europe/Berlin	50.22107	7.33097				08	00	07137	07137501
2891836	Keldenich	keldenich	DE		0	Europe/Berlin	50.81057	6.97726		Keldenich		07	053	05362	05362040
2891837	Keldenich	keldenich	DE		0	Europe/Berlin	50.53735	6.58572		Keldenich		07	053	05366	05366024
2891838	Kelchsried	kelchsried	DE		0	Europe/Berlin	48.22581	10.63361				02	097	09772	09772178
2891839	Kelchham	kelchham	DE		0	Europe/Berlin	48.64697	13.55109				02	092	09275	09275150
2891840	Kelchham	kelchham	DE		0	Europe/Berlin	48.01955	12.8274				02	091	09189	09189118
2891848	Keitum	keitum	DE		1250	Europe/Berlin	54.89333	8.37083		Kairem,Kejtum		10	00	01054	01054168
2891850	Keitlinghausen	keitlinghausen	DE		0	Europe/Berlin	51.79159	8.14475				07	055	05570	05570028
2891854	Keiselwitz	keiselwitz	DE		0	Europe/Berlin	51.20077	12.82214		Keiselwitz		13	00	14729	14729160
2891857	Keindorf	keindorf	DE		0	Europe/Berlin	52.4064	11.19541				14	00	15083	15083411
2891860	Keimbachmühle	keimbachmuhle	DE		0	Europe/Berlin	48.31741	8.77769				01	084	08417	08417022
2891862	Keilstein	keilstein	DE		0	Europe/Berlin	49.96604	11.72313				02	094	09472	09472199
2891863	Keilsried	keilsried	DE		0	Europe/Berlin	47.76283	11.70647				02	091	09182	09182134
2891864	Keilsdorf	keilsdorf	DE		0	Europe/Berlin	48.96273	11.76542				02	092	09273	09273164
2891867	Keilroßbach	keilrossbach	DE		0	Europe/Berlin	48.38746	12.64026				02	092	09277	09277133
2891871	Keilhau	keilhau	DE		0	Europe/Berlin	50.71389	11.24918				15	00	16073	16073076
2891876	Keilbusch	keilbusch	DE		0	Europe/Berlin	51.186	13.43891		Keilbusch		13	00	14627	14627020
2891879	Keilberg	keilberg	DE		0	Europe/Berlin	49.97668	9.25628				02	096	09671	09671112
2891880	Keilberg	keilberg	DE		0	Europe/Berlin	49.16342	10.88562				02	095	09576	09576147
2891881	Keilberg	keilberg	DE		0	Europe/Berlin	49.04248	12.15946				02	093	09362	09362000
2891886	Keilbeck	keilbeck	DE		0	Europe/Berlin	51.2169	7.31668		Keilbeck		07	053	05374	05374036
2891888	Keidenzell	keidenzell	DE		0	Europe/Berlin	49.46793	10.77631				02	095	09573	09573120
2891892	Kehrwieder	kehrwieder	DE		0	Europe/Berlin	52.74296	9.82433				06	00	03351	03351024
2891893	Kehrweg	kehrweg	DE		0	Europe/Berlin	53.74137	9.48141				10	00	01061	01061118
2891894	Kehrum	kehrum	DE		0	Europe/Berlin	51.71002	6.34058		Kehrum		07	051	05154	05154024
2891895	Kehrsen	kehrsen	DE		0	Europe/Berlin	53.58619	10.78834				10	00	01053	01053046
2891900	Kehrhof	kehrhof	DE		0	Europe/Berlin	48.65108	11.16365				02	091	09185	09185127
2891901	Kehrham	kehrham	DE		0	Europe/Berlin	48.24474	12.32803				02	091	09183	09183138
2891909	Kehrenberg	kehrenberg	DE		0	Europe/Berlin	47.80083	9.68875				01	084	08436	08436069
2891913	Kehrenbach	kehrenbach	DE		0	Europe/Berlin	51.16284	9.61415				05	066	06634	06634014
2891914	Kehrbusch	kehrbusch	DE		0	Europe/Berlin	51.11103	6.30739		Kehrbusch		07	053	05370	05370040
2891921	Kehr	kehr	DE		0	Europe/Berlin	48.3157	11.92215				02	091	09177	09177117
2891923	Kehna	kehna	DE		0	Europe/Berlin	50.74409	8.66713				05	065	06534	06534020
2891924	Kehn	kehn	DE		0	Europe/Berlin	51.30389	6.45779		Kehn		07	051	05166	05166028
2891929	Kehlnbach	kehlnbach	DE		0	Europe/Berlin	50.77035	8.56416				05	065	06534	06534010
2891930	Kehlmünz	kehlmunz	DE		0	Europe/Berlin	49.38584	10.72539				02	095	09571	09571135
2891931	Kehlkendorf	kehlkendorf	DE		0	Europe/Berlin	53.08686	13.09785		Kelkendorf		11	00	12065	12065117
2891933	Kehlingsdorf	kehlingsdorf	DE		0	Europe/Berlin	49.86565	10.58928				02	094	09471	09471122
2891935	Kehlinghausen	kehlinghausen	DE		0	Europe/Berlin	50.96138	7.516				07	053	05374	05374048
2891940	Kehlen	kehlen	DE		0	Europe/Berlin	47.68505	9.55504		Kehlen		01	084	08435	08435035
2891953	Kehdingertors Vorstadt	kehdingertors-vorstadt	DE		0	Europe/Berlin	53.60677	9.45681		Kehdinger Thors Vorstadt,Kehdingertors Vorstadt		06	00	03359	03359038
2891956	Kehdingbruch	kehdingbruch	DE		0	Europe/Berlin	53.78574	8.97869				06	00	03352	03352004
2891964	Kegelheim	kegelheim	DE		0	Europe/Berlin	49.42962	11.56397				02	093	09371	09371116
2891966	Kegel	kegel	DE		0	Europe/Berlin	50.32184	12.39328				13	00	14523	14523200
2891969	Keffenbrink	keffenbrink	DE		0	Europe/Berlin	54.01907	12.84842		Keffenbrink		12	00	13073	13073032
2891971	Kefersheim	kefersheim	DE		0	Europe/Berlin	49.68824	7.4342				08	00	07134	07134066
2891972	Keferloh	keferloh	DE		0	Europe/Berlin	48.09505	11.72748				02	091	09184	09184121
2891975	Keez	keez	DE		0	Europe/Berlin	53.73363	11.6425				12	00	13076	13076020
2891977	Keesow	keesow	DE		0	Europe/Berlin	53.27266	14.33596				11	00	12073	12073565
2891981	Keelbek	keelbek	DE		0	Europe/Berlin	54.64928	9.41325				10	00	01059	01059171
2891982	Keeken	keeken	DE		0	Europe/Berlin	51.84454	6.07244		Keeken		07	051	05154	05154036
2891983	Keddinghausen	keddinghausen	DE		0	Europe/Berlin	51.53422	8.59937		Keddinghausen		07	057	05774	05774016
2891984	Keddien	keddien	DE		0	Europe/Berlin	53.05979	10.92393				06	00	03354	03354027
2891987	Keckenhöfe	keckenhofe	DE		0	Europe/Berlin	48.52305	8.36229				01	082	08237	08237004
2891990	Kaynsberg	kaynsberg	DE		0	Europe/Berlin	51.06292	11.87322				14	00	15084	15084375
2891995	Kayhausermoor	kayhausermoor	DE		0	Europe/Berlin	53.16667	8.01667				06	00	03451	03451002
2891996	Kayhauserfeld	kayhauserfeld	DE		0	Europe/Berlin	53.17896	8.0595				06	00	03451	03451002
2891997	Kayhausen	kayhausen	DE		0	Europe/Berlin	53.18256	8.03064				06	00	03451	03451002
2891998	Kayh	kayh	DE		0	Europe/Berlin	48.57598	8.92253				01	081	08115	08115021
2892000	Kay	kay	DE		0	Europe/Berlin	48.86651	12.50061				02	092	09263	09263000
2892001	Kay	kay	DE		0	Europe/Berlin	48.04334	12.74596				02	091	09189	09189152
2892003	Kaxdorf	kaxdorf	DE		0	Europe/Berlin	51.70799	13.23149				11	00	12062	12062224
2892009	Kavelsdorf	kavelsdorf	DE		0	Europe/Berlin	54.13831	12.70277				12	00	13073	13073022
2892010	Kavelmoor	kavelmoor	DE		0	Europe/Berlin	53.26664	11.26286				12	00	13076	13076046
2892014	Kauzleben	kauzleben	DE		0	Europe/Berlin	52.10524	11.05499				14	00	15083	15083320
2892016	Kauxdorf	kauxdorf	DE		0	Europe/Berlin	51.51727	13.30131		Kauxdorf		11	00	12062	12062500
2892020	Kautz	kautz	DE		0	Europe/Berlin	50.40168	9.54549				05	066	06631	06631008
2892023	Kautendorf	kautendorf	DE		0	Europe/Berlin	50.27972	11.98051				02	094	09475	09475120
2892026	Kautenbach	kautenbach	DE		0	Europe/Berlin	49.91414	7.12535				08	00	07231	07231124
2892027	Kaußing	kaussing	DE		0	Europe/Berlin	48.8328	13.12377				02	092	09271	09271130
2892028	Kauslund	kauslund	DE		0	Europe/Berlin	54.8	9.48333		Kauslund		10	00	01001	01001000
2892031	Kauschwitz	kauschwitz	DE		0	Europe/Berlin	50.52407	12.09282		Kauschwitz		13	00	14523	14523320
2892032	Kausche	kausche	DE		0	Europe/Berlin	51.60575	14.20569		Chusej		11	00	12071	12071057
2892033	Kauscha	kauscha	DE		0	Europe/Berlin	50.99355	13.77874				13	00	14612	14612000
2892034	Kauritz	kauritz	DE		0	Europe/Berlin	50.88338	12.43367				15	00	16077	16077012
2892035	Kauppen	kauppen	DE		0	Europe/Berlin	50.45242	9.48772				05	066	06631	06631018
2892037	Kauppa	kauppa	DE		0	Europe/Berlin	51.29139	14.48916		Kupoj		13	00	14625	14625160
2892041	Kaupenhäuser	kaupenhaeuser	DE		0	Europe/Berlin	51.50426	14.73362				13	00	14626	14626590
2892042	Kaupen	kaupen	DE		0	Europe/Berlin	51.86667	13.98333		Chusej,Kaupen,Kupy		11	00	12066	12066196
2892043	Kaupen	kaupen	DE		0	Europe/Berlin	51.44055	13.69927		Kaupen,Kaupen Vorwerk		11	00	12062	12062464
2892046	Kaunitz	kaunitz	DE		0	Europe/Berlin	51.85616	8.56468		Kaunitz		07	057	05754	05754044
2892048	Kaulstoß	kaulstoss	DE		0	Europe/Berlin	50.46957	9.22258				05	065	06535	06535016
2892049	Kaulsroth	kaulsroth	DE		0	Europe/Berlin	50.28333	11.18333				15	00	16072	16072024
2892061	Kaulhausen	kaulhausen	DE		0	Europe/Berlin	51.0819	6.36731				07	053	05370	05370004
2892062	Kaulhausen	kaulhausen	DE		0	Europe/Berlin	49.08616	12.03002				02	093	09375	09375165
2892063	Kaule	kaule	DE		0	Europe/Berlin	50.96762	7.23458				07	053	05378	05378004
2892067	Kaulbach	kaulbach	DE		0	Europe/Berlin	49.55	7.63333				08	00	07336	07336053
2892074	Kaufnitz	kaufnitz	DE		0	Europe/Berlin	49.53196	12.30928				02	093	09374	09374159
2892075	Kaufmannsommer	kaufmannsommer	DE		0	Europe/Berlin	51.03517	7.32282		Kaufmannsommer		07	053	05374	05374020
2892076	Kaufmanns	kaufmanns	DE		0	Europe/Berlin	47.69844	10.55423				02	097	09777	09777179
2892077	Kauflanden	kauflanden	DE		0	Europe/Berlin	48.3908	13.03425				02	092	09277	09277149
2892079	Käufelhofen	kaufelhofen	DE		0	Europe/Berlin	48.6054	12.12312				02	092	09274	09274126
2892082	Kaufbach	kaufbach	DE		0	Europe/Berlin	51.05215	13.57055		Kaufbach		13	00	14628	14628410
2892083	Kauernhofen	kauernhofen	DE		0	Europe/Berlin	49.76718	11.08133		Kauernhofen		02	094	09474	09474123
2892084	Kauerndorf	kauerndorf	DE		0	Europe/Berlin	51	12.43333				15	00	16077	16077001
2892085	Kauerndorf	kauerndorf	DE		0	Europe/Berlin	50.1165	11.5108				02	094	09477	09477127
2892086	Kauernburg	kauernburg	DE		0	Europe/Berlin	50.11587	11.48211				02	094	09477	09477128
2892090	Kauerlach	kauerlach	DE		0	Europe/Berlin	49.14938	11.32193				02	095	09576	09576127
2892091	Kauerhof	kauerhof	DE		0	Europe/Berlin	49.50626	11.70559				02	093	09371	09371151
2892093	Kauerheim	kauerheim	DE		0	Europe/Berlin	49.42058	11.55169				02	095	09574	09574111
2892096	Kaudorf	kaudorf	DE		0	Europe/Berlin	49.19441	10.52795		Kaudorf		02	095	09571	09571115
2892097	Kaucklitz	kaucklitz	DE		0	Europe/Berlin	51.51961	13.13925		Arzberg-Kaucklitz,Kaucklitz		13	00	14730	14730010
2892100	Kaubenheim	kaubenheim	DE		0	Europe/Berlin	49.54404	10.46771				02	095	09575	09575135
2892102	Kau	kau	DE		0	Europe/Berlin	50.60912	7.34084		Kau		08	00	07138	07138075
2892103	Kau	kau	DE		0	Europe/Berlin	47.66882	9.5523		Kau		01	084	08435	08435057
2892107	Katzwang	katzwang	DE		0	Europe/Berlin	49.35174	11.05954				02	095	09564	09564000
2892109	Katzwalchen	katzwalchen	DE		0	Europe/Berlin	47.97389	12.61582				02	091	09189	09189134
2892111	Kätzschhäuser	kaetzschhaeuser	DE		0	Europe/Berlin	51.23333	13.18333				13	00	14522	14522450
2892116	Katzien	katzien	DE		0	Europe/Berlin	53.00137	10.76303				06	00	03360	03360018
2892118	Katzhütte	katzhuette	DE		2207	Europe/Berlin	50.55191	11.05293		Kackhite,Kackhjutte,Katzhuette,Katzhutte,Katzhütte,ka ci xu te,Кацхите,Кацхютте,卡茨许特	16073037	15	00	16073	16073037
2892121	Katzhörn	katzhoern	DE		0	Europe/Berlin	54.8	8.73333				10	00	01054	01054165
2892123	Katzheim	katzheim	DE		0	Europe/Berlin	49.20737	12.12344				02	093	09376	09376141
2892124	Katzheim	katzheim	DE		0	Europe/Berlin	47.78333	9.68333				01	084	08436	08436069
2892126	Katzham	katzham	DE		0	Europe/Berlin	48.4443	13.20282				02	092	09275	09275124
2892128	Kätzerode	kaetzerode	DE		0	Europe/Berlin	50.48042	10.40128				15	00	16066	16066094
2892133	Katzenthal	katzenthal	DE		0	Europe/Berlin	48.4717	10.99446				02	097	09771	09771112
2892136	Katzental	katzental	DE		0	Europe/Berlin	47.9375	7.84386				01	083	08315	08315056
2892137	Katzental	katzental	DE		0	Europe/Berlin	49.37438	9.26667		Katzental		01	082	08225	08225009
2892144	Katzenstein	katzenstein	DE		0	Europe/Berlin	51.74835	10.21546				06	00	03159	03159026
2892145	Katzenstein	katzenstein	DE		0	Europe/Berlin	48.80021	10.66433				02	097	09779	09779155
2892146	Katzenstein	katzenstein	DE		0	Europe/Berlin	48.72339	10.39217				01	081	08135	08135010
2892159	Katzensteig	katzensteig	DE		0	Europe/Berlin	48.07402	8.1864				01	083	08326	08326017
2892163	Katzenrohrbach	katzenrohrbach	DE		0	Europe/Berlin	49.17977	12.39763				02	093	09372	09372170
2892165	Katzenreuth	katzenreuth	DE		0	Europe/Berlin	48.03161	12.01741				02	091	09175	09175122
2892166	Katzenow	katzenow	DE		0	Europe/Berlin	54.16047	12.79045				12	00	13073	13073020
2892167	Katzenöd	katzenod	DE		0	Europe/Berlin	49.92672	11.86813				02	093	09377	09377127
2892169	Katzenmoos	katzenmoos	DE		0	Europe/Berlin	48.16724	8.03341				01	083	08316	08316010
2892171	Katzenlohe	katzenlohe	DE		0	Europe/Berlin	48.34056	10.70945				02	097	09772	09772167
2892174	Katzenloch	katzenloch	DE		0	Europe/Berlin	49.76727	7.22159				08	00	07134	07134081
2892187	Katzenhirn	katzenhirn	DE		0	Europe/Berlin	48.03789	10.53064				02	097	09778	09778173
2892189	Katzenhäuser	katzenhaeuser	DE		0	Europe/Berlin	50.68187	12.68489				13	00	14524	14524090
2892190	Katzenhagen	katzenhagen	DE		0	Europe/Berlin	53.53747	13.47391				12	00	13071	13071105
2892191	Katzenfurt	katzenfurt	DE		0	Europe/Berlin	50.6195	8.34895		Katzenfurt		05	065	06532	06532008
2892193	Katzeneichen	katzeneichen	DE		0	Europe/Berlin	50.00638	11.64908				02	094	09472	09472119
2892194	Katzendorf	katzendorf	DE		0	Europe/Berlin	50.75	12.23333				13	00	14524	14524140
2892206	Katzenberg	katzenberg	DE		0	Europe/Berlin	51.09485	13.3558		Katzenberg		13	00	14627	14627180
2892207	Katzenberg	katzenberg	DE		0	Europe/Berlin	50.98333	13.13333				13	00	14522	14522230
2892208	Katzenberg	katzenberg	DE		0	Europe/Berlin	50.40682	9.54291				05	066	06631	06631008
2892259	Katzemich	katzemich	DE		0	Europe/Berlin	50.93488	7.22542				07	053	05378	05378024
2892260	Katzem	katzem	DE		0	Europe/Berlin	51.03388	6.35515		Katzem		07	053	05370	05370004
2892261	Katzelsried	katzelsried	DE		0	Europe/Berlin	49.39864	12.57195				02	093	09372	09372163
2892262	Katzelsried	katzelsried	DE		0	Europe/Berlin	49.373	12.49798				02	093	09372	09372154
2892267	Katzdorf	katzdorf	DE		0	Europe/Berlin	49.3516	12.36307				02	093	09376	09376147
2892268	Katzdorf	katzdorf	DE		0	Europe/Berlin	49.24775	12.10258				02	093	09376	09376170
2892272	Katzberg	katzberg	DE		0	Europe/Berlin	48.87443	13.47634				02	092	09272	09272146
2892273	Katzberg	katzberg	DE		0	Europe/Berlin	50.39451	10.97336				15	00	16072	16072015
2892274	Katzberg	katzberg	DE		0	Europe/Berlin	49.2339	12.65789				02	093	09372	09372116
2892285	Katzbach	katzbach	DE		0	Europe/Berlin	49.31475	12.68458				02	093	09372	09372171
2892286	Katzbach	katzbach	DE		0	Europe/Berlin	49.23432	12.6353				02	093	09372	09372116
2892287	Katzbach	katzbach	DE		0	Europe/Berlin	48.00368	12.15195				02	091	09187	09187170
2892289	Kattwyk	kattwyk	DE		0	Europe/Berlin	53.5	9.95				04	00	02000	02000000
2892290	Kattwinkel	kattwinkel	DE		0	Europe/Berlin	52.81262	11.78522				14	00	15090	15090415
2892292	Kattriede	kattriede	DE		0	Europe/Berlin	52.61241	9.20561				06	00	03256	03256022
2892296	Kattrepel	kattrepel	DE		0	Europe/Berlin	53.6	7.71667				06	00	03462	03462019
2892297	Kattnitz	kattnitz	DE		0	Europe/Berlin	51.18179	13.12215				13	00	14522	14522450
2892299	Kattmannskamp	kattmannskamp	DE		0	Europe/Berlin	52.09521	7.80624				07	055	05570	05570032
2892301	Kattien	kattien	DE		0	Europe/Berlin	52.86239	10.746				06	00	03360	03360020
2892302	Kattersreuth	kattersreuth	DE		0	Europe/Berlin	49.96214	11.74692				02	094	09472	09472199
2892303	Kattersnaundorf	kattersnaundorf	DE		0	Europe/Berlin	51.48333	12.3		Kattersnaundorf		13	00	14730	14730250
2892305	Katternberg	katternberg	DE		0	Europe/Berlin	51.15761	7.04348				07	051	05122	05122000
2892307	Katterbach	katterbach	DE		0	Europe/Berlin	49.3142	10.63821		Katterbach		02	095	09561	09561000
2892310	Kattenvenne	kattenvenne	DE		0	Europe/Berlin	52.10866	7.86811		Kattenvenne		07	055	05566	05566044
2892312	Kattenstroth	kattenstroth	DE		0	Europe/Berlin	51.88626	8.35455				07	057	05754	05754008
2892313	Kattenstiegs-Mühle	kattenstiegs-muehle	DE		0	Europe/Berlin	53.04519	12.45345		Kattensteg-Muhle,Kattensteg-Mühle,Kattenstiegs-Muhle,Kattenstiegs-Mühle		11	00	12068	12068181
2892319	Kattenhorn	kattenhorn	DE		0	Europe/Berlin	53.25701	8.78343				06	00	03356	03356007
2892320	Kattenhorn	kattenhorn	DE		0	Europe/Berlin	47.65677	8.91034				01	083	08335	08335061
2892322	Kattenhochstatt	kattenhochstatt	DE		0	Europe/Berlin	49.02425	10.90505				02	095	09577	09577177
2892343	Kattelingerort	kattelingerort	DE		0	Europe/Berlin	52.51783	8.69612				06	00	03251	03251044
2892344	Kattberg	kattberg	DE		0	Europe/Berlin	54.76667	9.61667				10	00	01059	01059118
2892347	Kattbek	kattbek	DE		0	Europe/Berlin	54.60471	9.60536				10	00	01059	01059008
2892349	Katschwitz	katschwitz	DE		0	Europe/Berlin	51.13796	14.33531		Katschwitz,Kocica,Kočica		13	00	14625	14625110
2892350	Katschow	katschow	DE		0	Europe/Berlin	53.90969	14.05866				12	00	13075	13075026
2892351	Katschenreuth	katschenreuth	DE		0	Europe/Berlin	50.07891	11.40066				02	094	09477	09477128
2892354	Katrop	katrop	DE		0	Europe/Berlin	51.60618	8.0907		Katrop		07	059	05974	05974040
2892356	Katrepel	katrepel	DE		0	Europe/Berlin	53.1235	8.91118		Katrepel		03	00	04011	04011000
2892357	Katlenburg-Duhm	katlenburg-duhm	DE		0	Europe/Berlin	51.68333	10.1		Katlenburg-Duhm		06	00	03155	03155007
2892360	Katingsiel	katingsiel	DE		0	Europe/Berlin	54.29999	8.83581		Katingsiel		10	00	01054	01054138
2892362	Kätingen	kaetingen	DE		0	Europe/Berlin	52.93556	8.69348				06	00	03251	03251007
2892363	Kating	kating	DE		0	Europe/Berlin	54.30751	8.87172				10	00	01054	01054138
2892364	Kathusen	kathusen	DE		0	Europe/Berlin	53.78446	8.88144				06	00	03352	03352038
2892365	Kathus	kathus	DE		0	Europe/Berlin	50.87795	9.77117				05	066	06632	06632002
2892366	Kathrinhagen	kathrinhagen	DE		0	Europe/Berlin	52.23747	9.20362				06	00	03257	03257003
2892367	Kathragrub	kathragrub	DE		0	Europe/Berlin	50.264	11.2821				15			
2892368	Katholisch-Willenroth	katholisch-willenroth	DE		0	Europe/Berlin	50.32464	9.35469				05	064	06435	06435002
2892373	Kathewitz	kathewitz	DE		0	Europe/Berlin	51.52266	13.10981		Kathewitz		13	00	14730	14730010
2892375	Kathenmoor	kathenmoor	DE		0	Europe/Berlin	52.83333	7.36667				06	00	03454	03454029
2892376	Kathen-Frackel	kathen-frackel	DE		0	Europe/Berlin	52.85	7.31667				06	00	03454	03454029
2892381	Käthen	kaethen	DE		136	Europe/Berlin	52.57492	11.65863		Kaethen,Kathen,Käthen		14	00	15090	15090070
2892395	Katharinenhöhe	katharinenhohe	DE		0	Europe/Berlin	50.01576	12.16596				02	094	09479	09479136
2892397	Katharinenhof	katharinenhof	DE		0	Europe/Berlin	54.43512	11.28306		Katarinenhof,Katharinenhof		10	00	01055	01055046
2892398	Katharinenhof	katharinenhof	DE		0	Europe/Berlin	51.61667	12.43333				14	00	15082	15082241
2892401	Katharinenhof	katharinenhof	DE		0	Europe/Berlin	53.61742	9.72006		Katharinenhof		10	00	01056	01056028
2892416	Katharinazell	katharinazell	DE		0	Europe/Berlin	48.57753	11.91131				02	091	09178	09178125
2892420	Kathal	kathal	DE		0	Europe/Berlin	54.81667	8.9				10	00	01054	01054068
2892421	Katersdobersdorf	katersdobersdorf	DE		0	Europe/Berlin	51.01186	12.04299				14	00	15084	15084565
2892422	Katernberg	katernberg	DE		0	Europe/Berlin	51.49649	7.02898		Katernberg,katrnbrgh,كاترنبرغ		07	051	05113	05113000
2892423	Katernberg	katernberg	DE		0	Europe/Berlin	51.27164	7.11362		Katernberg,katrnbrgh,كاترنبرغ		07	051	05124	05124000
2892424	Katermuth	katermuth	DE		0	Europe/Berlin	52.33539	7.76109				07	055	05566	05566056
2892425	Katermautze	katermautze	DE		0	Europe/Berlin	51.05	14.5				13	00	14626	14626410
2892428	Käterhagen	kaeterhagen	DE		0	Europe/Berlin	53.86579	11.78902				12	00	13072	13072013
2892431	Katerbow	katerbow	DE		0	Europe/Berlin	52.98852	12.65467				11	00	12068	12068425
2892433	Kater	kater	DE		0	Europe/Berlin	52.54346	12.25122				11	00	12063	12063189
2892434	Katensen	katensen	DE		0	Europe/Berlin	52.77847	10.0058				06	00	03351	03351004
2892435	Katensen	katensen	DE		0	Europe/Berlin	52.43498	10.16836		Katensen [~ a. 1275]		06	00	03241	03241018
2892437	Katenkamp	katenkamp	DE		0	Europe/Berlin	52.89817	8.68966				06	00	03251	03251007
2892438	Catenhorn	catenhorn	DE		0	Europe/Berlin	52.24384	7.43298		Catenhorn,Katenhorn		07	055	05566	05566076
2892442	Katemin	katemin	DE		0	Europe/Berlin	53.2322	10.87481		Kateman,Katemin		06	00	03354	03354019
2892443	Katelbogen	katelbogen	DE		0	Europe/Berlin	53.51667	11.86667				12	00	13076	13076164
2892445	Käswasser	kaswasser	DE		0	Europe/Berlin	49.5582	11.15107				02	095	09572	09572137
2892446	Kasum	kasum	DE		0	Europe/Berlin	52.06561	8.25722				07	057	05754	05754004
2892451	Kästorf	kaestorf	DE		0	Europe/Berlin	52.52555	10.52804				06	00	03151	03151009
2892452	Kästorf	kaestorf	DE		0	Europe/Berlin	52.44513	10.78222				06	00	03103	03103000
2892453	Kastor	kastor	DE		0	Europe/Berlin	50.98026	7.34505				07	053	05374	05374008
2892463	Kaster	kaster	DE		0	Europe/Berlin	51.00692	6.56128		Kaster		07	053	05362	05362004
2892466	Kastenseeon	kastenseeon	DE		0	Europe/Berlin	47.99486	11.82996				02	091	09175	09175121
2892468	Kastenreuth	kastenreuth	DE		0	Europe/Berlin	49.38767	10.91526				02	095	09573	09573125
2892469	Kastenreuth	kastenreuth	DE		0	Europe/Berlin	48.59583	13.4796				02	092	09262	09262000
2892475	Kastendiek	kastendiek	DE		0	Europe/Berlin	52.93538	8.70873				06	00	03251	03251007
2892479	Kasten	kasten	DE		0	Europe/Berlin	48.4706	12.76226				02	092	09277	09277119
2892480	Kasten	kasten	DE		0	Europe/Berlin	47.75552	11.83178				02	091	09182	09182119
2892486	Kastelhof	kastelhof	DE		0	Europe/Berlin	47.85302	7.71002				01	083	08315	08315008
2892488	Kastel	kastel	DE		0	Europe/Berlin	50.00994	8.28291		Kastel,Mainz-Kastel		05	064	06414	06414000
2892489	Kästel	kastel	DE		0	Europe/Berlin	49.6164	10.74634				02	095	09575	09575125
2892490	Kastel	kastel	DE		0	Europe/Berlin	49.57172	6.96662		Kastel		09	00	10046	10046115
2892491	Kastel	kastel	DE		0	Europe/Berlin	49.56491	6.55942				08	00	07235	07235057
2892492	Kastel	kastel	DE		0	Europe/Berlin	47.75436	7.88269				01	083	08336	08336025
2892494	Kastaven	kastaven	DE		0	Europe/Berlin	53.23758	13.24453				11	00	12073	12073384
2892495	Kastanienburg	kastanienburg	DE		0	Europe/Berlin	51.42529	6.22343				07	051	05154	05154052
2892496	Kastahn	kastahn	DE		0	Europe/Berlin	53.81957	11.19365				12	00	13074	13074079
2892497	Kassuhn	kassuhn	DE		0	Europe/Berlin	52.82053	11.3793		Kassuhn		14	00	15081	15081030
2892499	Käßlitz	kaesslitz	DE		0	Europe/Berlin	50.22115	10.71819				15	00	16069	16069063
2892500	Kasslerfeld	kasslerfeld	DE		0	Europe/Berlin	51.43885	6.75037		Kasselerfeld,Kasslerfeld		07	051	05112	05112000
2892507	Kasselvitz	kasselvitz	DE		0	Europe/Berlin	54.34825	13.19218				12	00	13073	13073073
2892511	Kasselberg	kasselberg	DE		0	Europe/Berlin	51.03902	6.94476				07	053	05315	05315000
2892522	Kassebruch	kassebruch	DE		0	Europe/Berlin	53.36678	8.6365		Kassebruch		06	00	03352	03352060
2892524	Kassebohm	kassebohm	DE		0	Europe/Berlin	54.07284	12.17603				12	00	13003	13003000
2892526	Kassau	kassau	DE		0	Europe/Berlin	54.14117	10.762				10	00	01055	01055002
2892527	Kassau	kassau	DE		0	Europe/Berlin	52.91356	10.94676				06	00	03354	03354002
2892529	Kaspersbach	kaspersbach	DE		0	Europe/Berlin	48.4139	12.71375				02	092	09277	09277116
2892531	Kasperleshof	kasperleshof	DE		0	Europe/Berlin	48.26185	8.54401				01	083	08325	08325009
2892536	Kaspeltshub	kaspeltshub	DE		0	Europe/Berlin	49.23692	12.23747				02	093	09376	09376149
2892537	Kaspauer	kaspauer	DE		0	Europe/Berlin	50.0765	11.19794				02	094	09478	09478176
2892538	Kasparzell	kasparzell	DE		0	Europe/Berlin	49.10331	12.71929				02	092	09278	09278143
2892541	Kasnevitz	kasnevitz	DE		0	Europe/Berlin	54.34162	13.42346		Kasnevitz		12	00	13073	13073070
2892543	Kaslin	kaslin	DE		0	Europe/Berlin	53.80331	13.04186				12	00	13071	13071008
2892545	Kasing	kasing	DE		0	Europe/Berlin	48.83382	11.54935				02	091	09176	09176139
2892548	Kasholz	kasholz	DE		0	Europe/Berlin	49.85739	6.97564				08	00	07231	07231133
2892550	Käshof	kashof	DE		0	Europe/Berlin	48.26414	9.69462				01	084	08425	08425033
2892551	Kasewinkel	kasewinkel	DE		0	Europe/Berlin	51.96625	7.72009				07	055	05515	05515000
2892552	Käsers	kasers	DE		0	Europe/Berlin	47.83134	10.27235				02	097	09780	09780119
2892553	Käsers	kasers	DE		0	Europe/Berlin	47.79294	10.1949				02	097	09780	09780112
2892555	Kasernen	kasernen	DE		0	Europe/Berlin	47.81667	9.61667				01	084	08436	08436082
2892556	Käsern	kasern	DE		0	Europe/Berlin	47.74094	7.85428				01	083	08336	08336103
2892561	Kasenort	kasenort	DE		0	Europe/Berlin	53.91301	9.40378				10	00	01061	01061102
2892564	Kasend	kasend	DE		0	Europe/Berlin	51.23881	6.24897				07	051	05166	05166024
2892566	Käselow	kaeselow	DE		0	Europe/Berlin	53.86225	12.18573				12	00	13072	13072071
2892567	Käselow	kaeselow	DE		0	Europe/Berlin	53.84787	11.32896				12	00	13074	13074008
2892568	Käselow	kaeselow	DE		0	Europe/Berlin	53.67044	11.16452				12	00	13074	13074050
2892569	Käselin	kaeselin	DE		0	Europe/Berlin	53.43333	12.36667				12	00	13071	13071171
2892573	Käsehardt	kaesehardt	DE		0	Europe/Berlin	52.50896	8.70821				06	00	03251	03251044
2892574	Käseforth	kaeseforth	DE		0	Europe/Berlin	52.68333	7.55				06	00	03454	03454019
2892575	Käseburg	kaeseburg	DE		0	Europe/Berlin	53.29216	8.48187				06	00	03461	03461002
2892582	Kaschwitz	kaschwitz	DE		0	Europe/Berlin	51.20475	14.17959		Kaschwitz,Kasecy,Kašecy		13	00	14625	14625440
2892583	Kaschow	kaschow	DE		0	Europe/Berlin	54.10792	13.09991				12	00	13073	13073089
2892586	Kaschel	kaschel	DE		0	Europe/Berlin	51.34163	14.57475		Kaschel,Kosla,Košla		13	00	14626	14626060
2892588	Käsberg	kaesberg	DE		0	Europe/Berlin	51.30014	7.90207				07	059	05962	05962008
2892589	Käsberg	kaesberg	DE		0	Europe/Berlin	50.76073	7.3308				07	053	05382	05382020
2892590	Kasberg	kasberg	DE		0	Europe/Berlin	49.66474	11.22293				02	094	09474	09474132
2892591	Kasberg	kasberg	DE		0	Europe/Berlin	48.95055	13.1875				02	092	09276	09276139
2892592	Kasberg	kasberg	DE		0	Europe/Berlin	48.62105	13.77737				02	092	09275	09275156
2892605	Kasbach	kasbach	DE		0	Europe/Berlin	50.58333	7.26667				08	00	07138	07138501
2892606	Käsbach	kasbach	DE		0	Europe/Berlin	49.09844	10.12416				01	081	08127	08127104
2892607	Käsbach	kasbach	DE		0	Europe/Berlin	48.95943	9.59454				01	081	08119	08119044
2892608	Kasbach	kasbach	DE		0	Europe/Berlin	48.35737	12.30418				02	092	09274	09274193
2892610	Käsacker	kasacker	DE		0	Europe/Berlin	47.75496	7.69292				01	083	08336	08336104
2892611	Karze	karze	DE		0	Europe/Berlin	53.31429	10.67355				06	00	03355	03355009
2892614	Karwesee	karwesee	DE		0	Europe/Berlin	52.75822	12.7868				11	00	12068	12068117
2892617	Karweiler	karweiler	DE		0	Europe/Berlin	50.56372	7.11233		Carweiler,Karweiler		08	00	07131	07131090
2892620	Karwe	karwe	DE		0	Europe/Berlin	53.21916	11.79663				11	00	12070	12070173
2892621	Karwe	karwe	DE		0	Europe/Berlin	52.86302	12.86156				11	00	12068	12068320
2892623	Kartzow	kartzow	DE		0	Europe/Berlin	52.49239	12.97818		Kartzow		11	00	12054	12054000
2892624	Kartzitz	kartzitz	DE		0	Europe/Berlin	54.49448	13.37864				12	00	13073	13073074
2892625	Kartzfehn	kartzfehn	DE		0	Europe/Berlin	53.0182	8.03401		Gut Kartzfen,Kartfehn,Kartzfehn,Moorgut Kartzfehn		06	00	03453	03453002
2892626	Kartung	kartung	DE		0	Europe/Berlin	48.77229	8.16395		Kartung		01	082	08216	08216049
2892627	Kartlow	kartlow	DE		0	Europe/Berlin	53.93448	11.56696				12	00	13074	13074056
2892628	Kartlow	kartlow	DE		0	Europe/Berlin	53.89147	13.2654		Kartlow		12	00	13075	13075070
2892629	Karthause	karthause	DE		0	Europe/Berlin	50.33886	7.57306		Karthause,Karthauserhof,Karthäuserhof		08	00	07111	07111000
2892633	Karthausen	karthausen	DE		0	Europe/Berlin	51.2	7.51667		Carthausen,Karthausen		07	059	05962	05962012
2892634	Karthausen	karthausen	DE		0	Europe/Berlin	51.19999	7.32076		Karthausen		07	053	05374	05374036
2892637	Karthaus	karthaus	DE		0	Europe/Berlin	51.87279	7.31108		Karthaus		07	055	05558	05558016
2892638	Karthaus	karthaus	DE		0	Europe/Berlin	49.71052	6.59252		Karthaus,Merzlich		08	00	07235	07235068
2892639	Karthaus	karthaus	DE		0	Europe/Berlin	48.99831	12.08829				02	093	09362	09362000
2892642	Karthan	karthan	DE		0	Europe/Berlin	52.99381	11.93793		Karthau		14			
2892644	Karstraße	karstrasse	DE		0	Europe/Berlin	51.34228	6.28951				07	051	05166	05166016
2892645	Karstorf	karstorf	DE		0	Europe/Berlin	53.69701	12.54055				12	00	13072	13072045
2892646	Karstedtshof	karstedtshof	DE		0	Europe/Berlin	53.09985	12.46589				11	00	12068	12068468
2892647	Karstädt	karstaedt	DE		657	Europe/Berlin	53.28812	11.48874		Karstadt,Karstaedt,Karstädt		12	00	13076	13076069
2892648	Karstädt	karstaedt	DE		7189	Europe/Berlin	53.16215	11.74242		Karshtedt,Karshtet,ka er shi ta te,Карштедт,Карштет,卡爾施塔特	12070173	11	00	12070	12070173
2892650	Karsee	karsee	DE		0	Europe/Berlin	47.7464	9.79558		Karsee		01	084	08436	08436081
2892651	Karsdorfberg	karsdorfberg	DE		0	Europe/Berlin	50.97705	11.79148				15	00	16074	16074073
2892654	Karschelt	karschelt	DE		0	Europe/Berlin	50.07966	6.14849				08	00	07232	07232212
2892657	Karschau	karschau	DE		0	Europe/Berlin	54.62351	9.88793				10	00	01059	01059068
2892659	Karsau	karsau	DE		0	Europe/Berlin	47.58771	7.79586		Karsau		01	083	08336	08336069
2892661	Karritz	karritz	DE		0	Europe/Berlin	52.65434	11.46496				14	00	15081	15081240
2892662	Karrin-Mittelhof	karrin-mittelhof	DE		0	Europe/Berlin	54.08492	13.77066		Carrin-Mittelhof,Karrin-Mittelhof		12	00	13075	13075120
2892663	Karrin	karrin	DE		0	Europe/Berlin	54.09604	13.75805				12	00	13075	13075069
2892670	Karrenhub	karrenhub	DE		0	Europe/Berlin	47.79058	11.95265		Kornhub		02	091	09182	09182123
2892673	Karrendorf	karrendorf	DE		0	Europe/Berlin	54.15535	13.3701				12	00	13075	13075091
2892679	Karras	karras	DE		0	Europe/Berlin	52.07616	14.28508		Karras		11	00	12067	12067137
2892681	Karra	karra	DE		0	Europe/Berlin	47.87337	11.25526				02	091	09190	09190115
2892685	Karpin	karpin	DE		0	Europe/Berlin	53.63333	14.13333				12	00	13075	13075031
2892686	Karpfsee	karpfsee	DE		0	Europe/Berlin	47.77038	11.43089				02	091	09173	09173111
2892688	Karpfhofen	karpfhofen	DE		0	Europe/Berlin	48.35103	11.38231				02	091	09174	09174131
2892690	Karpfham	karpfham	DE		0	Europe/Berlin	48.41898	13.21454				02	092	09275	09275124
2892697	Karpe	karpe	DE		0	Europe/Berlin	54.16667	10.33333				10	00	01057	01057017
2892698	Karoxbostel	karoxbostel	DE		0	Europe/Berlin	53.39485	10.00965				06	00	03353	03353031
2892712	Karolinenhütte	karolinenhutte	DE		0	Europe/Berlin	49.1863	11.92145		Carolinehutte,Carolinehütte		02	093	09375	09375156
2892714	Karolinenhöhe	karolinenhoehe	DE		0	Europe/Berlin	52.51667	13.16667				16	00	11000	11000000
2892721	Karolinenhof	karolinenhof	DE		0	Europe/Berlin	52.39231	13.63484		Berlin-Karolinenhof,Karolinenhof		16	00	11000	11000000
2892723	Karolinenhof	karolinenhof	DE		0	Europe/Berlin	52.63333	11.8				14	00	15090	15090535
2892724	Karolinenhof	karolinenhof	DE		0	Europe/Berlin	52.51667	12.58333				11	00	12069	12069019
2892725	Karolinenhof	karolinenhof	DE		0	Europe/Berlin	50.53056	9.75655				05	066	06631	06631017
2892735	Karolinenhain	karolinenhain	DE		0	Europe/Berlin	50.10309	12.03829		Karolinenhain,Linnenhain		02	094	09479	09479135
2892740	Karolei	karolei	DE		0	Europe/Berlin	52.79512	8.90105				06	00	03251	03251049
2892741	Karnzow	karnzow	DE		0	Europe/Berlin	52.98968	12.43901				11	00	12068	12068264
2892742	Karnsberg	karnsberg	DE		0	Europe/Berlin	48.98917	9.61154				01	081	08119	08119044
2892753	Karnhöfen	karnhoefen	DE		0	Europe/Berlin	50.5285	7.845				08	00	07143	07143275
2892758	Karnap	karnap	DE		0	Europe/Berlin	51.52135	7.00893		Karnap		07	051	05113	05113000
2892759	Karnap	karnap	DE		0	Europe/Berlin	51.15582	6.93393				07	051	05158	05158016
2892761	Karmitz	karmitz	DE		0	Europe/Berlin	53.00849	11.06345		Karmitz		06	00	03354	03354013
2892762	Karmensölden	karmensolden	DE		0	Europe/Berlin	49.46539	11.79159				02	093	09361	09361000
2892767	Karm	karm	DE		0	Europe/Berlin	49.14747	11.29532				02	095	09576	09576127
2892775	Karlswerk	karlswerk	DE		0	Europe/Berlin	52.8245	13.91659				11	00	12060	12060092
2892778	Karlsthal	karlsthal	DE		0	Europe/Berlin	52.6541	12.18594				14	00	15090	15090485
2892779	Karlsthal	karlsthal	DE		0	Europe/Berlin	51.04733	7.45845				07	053	05374	05374020
2892780	Karlstein	karlstein	DE		0	Europe/Berlin	49.15234	12.17291				02	093	09375	09375190
2892781	Karlstein	karlstein	DE		0	Europe/Berlin	47.72616	12.86061				02	091	09172	09172114
2892784	Karlstal	karlstal	DE		0	Europe/Berlin	48.37892	8.79576		Karlsthal		01	084	08417	08417025
2892796	Karlsruh	karlsruh	DE		0	Europe/Berlin	52.70395	13.10789		Karlsruh		11	00	12065	12065251
2892797	Karlsruh	karlsruh	DE		0	Europe/Berlin	48.67828	11.40763				02	091	09185	09185140
2892800	Karlsrode	karlsrode	DE		0	Europe/Berlin	51.54813	11.06004				14	00	15087	15087412
2892801	Karlsried	karlsried	DE		0	Europe/Berlin	47.957	12.06033				02	091	09187	09187179
2892805	Karlslust	karlslust	DE		0	Europe/Berlin	52.23333	13.93333				11	00	12067	12067481
2892963	Kardorf	kardorf	DE		0	Europe/Berlin	50.76757	6.93813		Kardorf		07	053	05382	05382012
2892811	Karlshorst	karlshorst	DE		22285	Europe/Berlin	52.48419	13.53185		Berlin-Karlshorst,Karlskhorst,Карлсхорст,კარლსჰორსტი		16	00	11000	11000000
2892812	Karlshorst	karlshorst	DE		0	Europe/Berlin	53.22716	8.67957				06	00	03356	03356009
2892813	Karlsholz	karlsholz	DE		0	Europe/Berlin	49.0747	10.381		Karlsholz		02	095	09571	09571136
2892821	Karlshöfenermoor	karlshoefenermoor	DE		0	Europe/Berlin	53.3658	9.01417				06	00	03357	03357016
2892823	Karlshöfen	karlshoefen	DE		0	Europe/Berlin	53.35357	9.02354				06	00	03357	03357016
2892824	Karlshof	karlshof	DE		0	Europe/Berlin	52.60128	14.35458		Karlshof		11	00	12064	12064190
2892827	Karlshof	karlshof	DE		0	Europe/Berlin	54.19529	12.67599				12	00	13073	13073085
2892828	Karlshof	karlshof	DE		0	Europe/Berlin	53.89179	10.72289				10	00	01003	01003000
2892829	Karlshof	karlshof	DE		0	Europe/Berlin	53.5	12.43333				12	00	13071	13071093
2892830	Karlshof	karlshof	DE		0	Europe/Berlin	53.23417	11.98527				11	00	12070	12070325
2892831	Karlshof	karlshof	DE		0	Europe/Berlin	53.17392	7.87229				06	00	03451	03451007
2892832	Karlshof	karlshof	DE		0	Europe/Berlin	53.02181	13.17475				11	00	12065	12065100
2892833	Karlshof	karlshof	DE		0	Europe/Berlin	52.74824	14.26068				11	00	12064	12064349
2892834	Karlshof	karlshof	DE		0	Europe/Berlin	52.33682	13.54137				11	00	12061	12061433
2892835	Karlshof	karlshof	DE		0	Europe/Berlin	51.71984	14.38821		Carlshof,Karlshof		11	00	12052	12052000
2892836	Karlshof	karlshof	DE		0	Europe/Berlin	50.67295	9.53739				05	065	06535	06535015
2892837	Karlshof	karlshof	DE		0	Europe/Berlin	49.07284	10.98476				02	095	09577	09577125
2892838	Karlshof	karlshof	DE		0	Europe/Berlin	48.97712	9.37245				01	081	08119	08119087
2892839	Karlshof	karlshof	DE		0	Europe/Berlin	48.78402	10.49074				02	097	09779	09779162
2892840	Karlshof	karlshof	DE		0	Europe/Berlin	48.28655	11.18604		Karlshof		02	091	09179	09179117
2892875	Karlsebene	karlsebene	DE		0	Europe/Berlin	47.69811	10.8202				02	091	09190	09190154
2892897	Karlsbrunn	karlsbrunn	DE		0	Europe/Berlin	49.17564	6.80837		Karlsbrunn		09	00	10041	10041512
2892899	Karlsbiese	karlsbiese	DE		0	Europe/Berlin	52.73437	14.2933				11	00	12064	12064349
2892901	Karlsberg	karlsberg	DE		0	Europe/Berlin	54.83333	9.4				10	00	01059	01059120
2892912	Karlsbach	karlsbach	DE		0	Europe/Berlin	48.76564	13.58401				02	092	09272	09272151
2892913	Karlsbach	karlsbach	DE		0	Europe/Berlin	47.85	12.81667				02	091	09172	09172134
2892921	Karlins	karlins	DE		0	Europe/Berlin	47.90623	10.28603				02	097	09778	09778119
2892923	Karling	karling	DE		0	Europe/Berlin	48.5725	13.08417				02	092	09275	09275112
2892924	Kärlich	kaerlich	DE		0	Europe/Berlin	50.38843	7.48358		Kaehrlich,Karlich,Kärlich		08	00	07137	07137216
2892933	Karlburg	karlburg	DE		0	Europe/Berlin	49.97896	9.75863		Karlburg		02	096	09677	09677148
2892934	Karlbergfeld	karlbergfeld	DE		0	Europe/Berlin	54.63333	9.98333				10	00	01058	01058032
2892935	Karlberg	karlberg	DE		0	Europe/Berlin	54.6183	9.95165		Karlberg,Karlsberg		10	00	01058	01058174
2892944	Karkerstraße	karkerstrasse	DE		0	Europe/Berlin	51.1	6.06667		Karkerstrasse,Karkerstrasze,Karkerstraße		07	053	05370	05370016
2892945	Karken	karken	DE		0	Europe/Berlin	51.10329	6.07583		Karken		07	053	05370	05370016
2892946	Kariensiek	kariensiek	DE		0	Europe/Berlin	51.85752	9.17418				07	057	05762	05762028
2892947	Karhof	karhof	DE		0	Europe/Berlin	49.28229	11.51686				02	093	09373	09373147
2892954	Kargen	kargen	DE		0	Europe/Berlin	47.76023	10.36493				02	097	09763	09763000
2892955	Kargen	kargen	DE		0	Europe/Berlin	47.60668	9.81257				02	097	09776	09776126
2892960	Kareth	kareth	DE		0	Europe/Berlin	49.03984	12.08136				02	093	09375	09375165
2892964	Kardorf	kardorf	DE		0	Europe/Berlin	47.92135	10.12236				02	097	09778	09778161
2892965	Karden	karden	DE		0	Europe/Berlin	50.18274	7.30097				08	00	07135	07135082
2892967	Karchow	karchow	DE		0	Europe/Berlin	53.3489	12.52158				12	00	13071	13071023
2892971	Karcheez	karcheez	DE		0	Europe/Berlin	53.76366	12.07223				12	00	13072	13072042
2892972	Karche	karche	DE		0	Europe/Berlin	51.8717	13.7242				11	00	12061	12061320
2892973	Karcha	karcha	DE		0	Europe/Berlin	51.10056	13.33503				13	00	14627	14627180
2892976	Karbow	karbow	DE		0	Europe/Berlin	54.04503	13.58678				12	00	13075	13075097
2892977	Karbow	karbow	DE		0	Europe/Berlin	53.40513	12.12101				12	00	13076	13076165
2892978	Karbow	karbow	DE		0	Europe/Berlin	53.32575	12.59119				12	00	13071	13071097
2892998	Kapsdorf	kapsdorf	DE		0	Europe/Berlin	51.41388	12.79448				13	00	14729	14729245
2892999	Kapsdorf	kapsdorf	DE		0	Europe/Berlin	49.26342	10.91297		Kapsdorf		02	095	09576	09576111
2893000	Kaps	kaps	DE		0	Europe/Berlin	48.28011	12.45421				02	091	09183	09183151
2893001	Kaps	kaps	DE		0	Europe/Berlin	48.04473	12.60837				02	091	09189	09189157
2893002	Kaps	kaps	DE		0	Europe/Berlin	47.94567	11.83691				02	091	09184	09184137
2893003	Kaps	kaps	DE		0	Europe/Berlin	47.92112	12.11097				02	091	09187	09187142
2893008	Kappl	kappl	DE		0	Europe/Berlin	49.19126	12.13016				02	093	09376	09376141
2893009	Kappishäusern	kappishausern	DE		0	Europe/Berlin	48.54832	9.3295				01	081	08116	08116046
2893012	Kappersberg	kappersberg	DE		0	Europe/Berlin	49.51577	10.65653		Kappersberg		02	095	09575	09575145
2893013	Kappenstein	kappenstein	DE		0	Europe/Berlin	50.8873	7.76177				08	00	07132	07132037
2893017	Kappenberg	kappenberg	DE		0	Europe/Berlin	52.18362	8.81272				07	057	05770	05770004
2893020	Kappelwindeck	kappelwindeck	DE		0	Europe/Berlin	48.69631	8.15383		Kappelwindeck		01	082	08216	08216007
2893030	Kappelholz	kappelholz	DE		0	Europe/Berlin	54.66667	9.91667				10	00	01059	01059045
2893032	Kappelhof	kappelhof	DE		0	Europe/Berlin	48.30759	11.30708				02	091	09174	09174143
2893037	Kappelgarten	kappelgarten	DE		0	Europe/Berlin	48.60823	13.70552				02	092	09275	09275153
2893073	Kaplaneihof	kaplaneihof	DE		0	Europe/Berlin	49.26667	7.33333				08			
2893085	Kapfing	kapfing	DE		0	Europe/Berlin	48.85314	13.10995				02	092	09271	09271130
2893086	Kapfing	kapfing	DE		0	Europe/Berlin	48.67642	12.93084				02	092	09271	09271141
2893087	Kapfing	kapfing	DE		0	Europe/Berlin	48.45632	12.1068				02	092	09274	09274185
2893088	Kapfing	kapfing	DE		0	Europe/Berlin	48.24765	11.9575				02	091	09177	09177142
2893091	Kapfham	kapfham	DE		0	Europe/Berlin	48.95785	13.19175				02	092	09276	09276139
2893092	Kapfham	kapfham	DE		0	Europe/Berlin	48.84794	13.44933				02	092	09272	09272127
2893093	Kapfham	kapfham	DE		0	Europe/Berlin	48.69119	13.34949				02	092	09275	09275121
2893094	Kapfham	kapfham	DE		0	Europe/Berlin	48.69555	13.19584				02	092	09275	09275127
2893095	Kapfham	kapfham	DE		0	Europe/Berlin	48.58191	13.56466				02	092	09275	09275150
2893098	Kapfenhardt	kapfenhardt	DE		0	Europe/Berlin	48.80828	8.68318				01	082	08235	08235073
2893099	Kapfenburg	kapfenburg	DE		0	Europe/Berlin	48.86618	10.22428				01	081	08136	08136038
2893102	Kapfelberg	kapfelberg	DE		0	Europe/Berlin	48.93214	11.98314				02	092	09273	09273137
2893104	Kapf	kapf	DE		0	Europe/Berlin	48.86615	9.72805				01	081	08119	08119001
2893109	Kapern	kapern	DE		0	Europe/Berlin	53.01821	11.5322				06	00	03354	03354021
2893124	Kapellensüng	kapellensueng	DE		0	Europe/Berlin	51.04955	7.37744				07	053	05374	05374020
2893125	Kapellen Stolzenfels	kapellen-stolzenfels	DE		0	Europe/Berlin	50.3	7.6				08	00	07141	07141075
2893131	Capellenhagen	capellenhagen	DE		0	Europe/Berlin	51.97735	9.65063		Capellenhagen,Kapellenhagen		06	00	03254	03254041
2893134	Kapellenberg	kapellenberg	DE		0	Europe/Berlin	54.38333	13.53333				12	00	13073	13073106
2893135	Kapellenberg	kapellenberg	DE		0	Europe/Berlin	51.06667	14.43333				13	00	14625	14625560
2893152	Kapellen	kapellen	DE		0	Europe/Berlin	51.57132	6.36729		Kapellen		07	051	05154	05154012
2893153	Kapellen	kapellen	DE		0	Europe/Berlin	51.42015	6.59509		Kapellen		07	051	05170	05170024
2893154	Kapellen	kapellen	DE		0	Europe/Berlin	51.12798	6.62321				07	051	05162	05162008
2893155	Kapellen	kapellen	DE		0	Europe/Berlin	49.1	8.03333				08	00	07337	07337045
2893156	Kapelle	kapelle	DE		0	Europe/Berlin	51.7	12.16667				14	00	15082	15082440
2893157	Kapelle	kapelle	DE		0	Europe/Berlin	54.53333	13.53333				12	00	13073	13073078
2893158	Kapelle	kapelle	DE		0	Europe/Berlin	54.45901	13.24241				12	00	13073	13073028
2893159	Kapelle	kapelle	DE		0	Europe/Berlin	51.25	6.48333				07	051	05166	05166036
2893170	Kanzlershof	kanzlershof	DE		0	Europe/Berlin	53.45	10.01667				04	00	02000	02000000
2893173	Kanzlei	kanzlei	DE		0	Europe/Berlin	54.13333	9.03333				10	00	01051	01051137
2893174	Kanzlei	kanzlei	DE		0	Europe/Berlin	51.25	6.68333				07	051	05162	05162022
2893188	Kantow	kantow	DE		0	Europe/Berlin	52.9178	12.61007				11	00	12068	12068477
2893193	Cantdorf	cantdorf	DE		0	Europe/Berlin	51.58839	14.36257		Cantdorf,Kantdorf,Konopotna		11	00	12071	12071372
2893195	Canstein	canstein	DE		0	Europe/Berlin	51.39913	8.92259		Canstein,Kanstein		07	059	05958	05958024
2893206	Kannenberg	kannenberg	DE		0	Europe/Berlin	52.79562	11.98327				14	00	15090	15090270
2893208	Kannemoor	kannemoor	DE		0	Europe/Berlin	53.98918	9.05166				10	00	01051	01051119
2893210	Kanneberg	kanneberg	DE		0	Europe/Berlin	54.12634	12.52952				12	00	13073	13073015
2893211	Kanndorf	kanndorf	DE		0	Europe/Berlin	49.77761	11.24803				02	094	09474	09474121
2893215	Kankel	kankel	DE		0	Europe/Berlin	53.95235	12.22401				12	00	13072	13072027
2893231	Kanin	kanin	DE		0	Europe/Berlin	52.28827	12.83855		Beelitz (Mark) OT Kanin		11	00	12069	12069017
2893234	Kändler	kaendler	DE		0	Europe/Berlin	50.85551	12.79217				13	00	14524	14524180
2893236	Kandlbach	kandlbach	DE		0	Europe/Berlin	48.94421	13.17578				02	092	09276	09276139
2893240	Kandelin	kandelin	DE		0	Europe/Berlin	54.05893	13.16514				12	00	13073	13073089
2893246	Kanau	kanau	DE		0	Europe/Berlin	48.77309	13.63				02	092	09272	09272151
2893256	Kamschlacken	kamschlacken	DE		0	Europe/Berlin	51.76162	10.38998		Kammschlacken		06	00	03159	03159026
2893257	Kamscheid	kamscheid	DE		0	Europe/Berlin	51.22172	7.45545				07	059	05962	05962012
2893261	Kampsheide	kampsheide	DE		0	Europe/Berlin	52.75358	9.00488				06	00	03251	03251002
2893265	Kamping	kamping	DE		0	Europe/Berlin	48.62917	13.49856				02	092	09275	09275146
2893270	Kamphausen	kamphausen	DE		0	Europe/Berlin	51.2	7				07	051	05158	05158008
2893271	Kamphausen	kamphausen	DE		100	Europe/Berlin	51.12407	6.48098	87			07	051	05162	05162012
2893284	Kamperreihe	kamperreihe	DE		0	Europe/Berlin	53.73333	9.46667				10	00	01061	01061118
2893286	Kamperlien	kamperlien	DE		0	Europe/Berlin	53.25152	9.7681		Kamperlien,Kamperlin		06	00	03353	03353038
2893287	Kamperfehn	kamperfehn	DE		0	Europe/Berlin	53.08544	7.80154				06	00	03453	03453007
2893288	Kamperbrück	kamperbrueck	DE		0	Europe/Berlin	51.50656	6.50383				07	051	05170	05170020
2893290	Kamper Berg	kamper-berg	DE		0	Europe/Berlin	51.50395	6.51585		Kamp,Kamper Berg		07	051	05170	05170020
2893291	Kamper	kamper	DE		0	Europe/Berlin	53.99521	12.86018				12	00	13073	13073032
2893299	Kampelsberg	kampelsberg	DE		0	Europe/Berlin	48.39981	12.71819				02	092	09277	09277116
2893300	Kampehl	kampehl	DE		0	Europe/Berlin	52.86576	12.45841				11	00	12068	12068324
2893303	Kampe	kampe	DE		0	Europe/Berlin	53.08113	7.84065		Kampe		06	00	03453	03453007
2893308	Kampberg	kampberg	DE		0	Europe/Berlin	47.8833	11.24118				02	091	09188	09188141
2893311	Kamp	kamp	DE		0	Europe/Berlin	50.94137	7.78131		Kamp		07	053	05374	05374040
2893312	Kamp	kamp	DE		0	Europe/Berlin	53.84203	13.84838		Kamp		12	00	13075	13075020
2893313	Kamp	kamp	DE		0	Europe/Berlin	51.20005	7.0259				07	051	05158	05158008
2893319	Kamnitz	kamnitz	DE		0	Europe/Berlin	50.95252	12.39875				15	00	16077	16077036
2893324	Kämmerzell	kaemmerzell	DE		0	Europe/Berlin	50.59996	9.64206				05	066	06631	06631009
2893325	Kammerwetzdorf	kammerwetzdorf	DE		0	Europe/Berlin	48.65734	13.54419				02	092	09275	09275119
2893331	Kammerstatt	kammerstatt	DE		0	Europe/Berlin	49.01325	9.95734				01	081	08127	08127013
2893335	Kammersdorf	kammersdorf	DE		0	Europe/Berlin	49.07413	12.6351				02	092	09278	09278189
2893336	Kammersdorf	kammersdorf	DE		0	Europe/Berlin	49.04356	12.98795				02	092	09276	09276122
2893337	Kammersbrunn	kammersbrunn	DE		0	Europe/Berlin	48.6349	8.11926				01	083	08317	08317116
2893338	Kammersand	kammersand	DE		0	Europe/Berlin	52.98019	8.03982				06	00	03453	03453008
2893340	Kammerrathsheide	kammerrathsheide	DE		0	Europe/Berlin	52.03501	8.5721				07	057	05711	05711000
2893341	Kammerode	kammerode	DE		0	Europe/Berlin	52.32453	12.89907				11	00	12069	12069590
2893342	Kammern	kammern	DE		0	Europe/Berlin	49.1606	12.891				02	093	09372	09372137
2893343	Kammern	kammern	DE		0	Europe/Berlin	48.66116	12.76325				02	092	09279	09279122
2893347	Kammermark	kammermark	DE		0	Europe/Berlin	53.19981	12.17141				11	00	12070	12070316
2893348	Kammerloh	kammerloh	DE		0	Europe/Berlin	47.77042	11.6906				02	091	09182	09182134
2893351	Kammerlander Deich	kammerlander-deich	DE		0	Europe/Berlin	53.78736	9.5191		Kamerlander Deich,Kammerlander Deich		10	00	01061	01061101
2893352	Kammerlander Au	kammerlander-au	DE		0	Europe/Berlin	53.78345	9.56096		Kamerlander Aue,Kammerlander Au		10	00	01061	01061101
2893354	Kammerland	kammerland	DE		0	Europe/Berlin	53.79523	9.55459		Kamerland,Kammerland		10	00	01061	01061101
2893357	Kämmeritz	kaemmeritz	DE		0	Europe/Berlin	51.3	11.85				14	00	15088	15088065
2893358	Kämmeritz	kaemmeritz	DE		0	Europe/Berlin	51.02283	11.84245				15	00	16074	16074116
2893359	Kammering	kammering	DE		0	Europe/Berlin	47.93822	12.73495				02	091	09189	09189162
2893360	Kämmerich	kaemmerich	DE		0	Europe/Berlin	53.87728	12.77135				12	00	13072	13072004
2893361	Kammerich	kammerich	DE		0	Europe/Berlin	50.835	7.45457				07	053	05382	05382052
2893363	Kammerhorst	kammerhorst	DE		0	Europe/Berlin	54.06667	9.48333				10	00	01061	01061097
2893366	Kammerhof	kammerhof	DE		0	Europe/Berlin	47.73333	9.71667				01	084	08436	08436079
2893372	Kammergut	kammergut	DE		0	Europe/Berlin	51.28333	13.61667				13	00	14627	14627030
2893390	Kammerdorf	kammerdorf	DE		0	Europe/Berlin	49.23058	12.70607				02	093	09372	09372116
2893391	Kammerbusch	kammerbusch	DE		0	Europe/Berlin	53.41527	9.55012				06	00	03359	03359037
2893392	Kammerborn	kammerborn	DE		0	Europe/Berlin	51.67649	9.57922		Cammerborn,Kammerborn		06	00	03155	03155012
2893395	Kammerberg	kammerberg	DE		0	Europe/Berlin	48.37172	11.51726				02	091	09178	09178123
2893400	Kammerbach	kammerbach	DE		0	Europe/Berlin	51.26721	9.90916				05	066	06636	06636001
2893405	Kammer	kammer	DE		0	Europe/Berlin	48.51378	12.23386				02	092	09274	09274146
2893406	Kammer	kammer	DE		0	Europe/Berlin	48.00322	12.3134				02	091	09187	09187113
2893407	Kammer	kammer	DE		0	Europe/Berlin	47.92418	12.65222				02	091	09189	09189155
2893414	Kamm	kamm	DE		0	Europe/Berlin	48.55667	13.22028				02	092	09275	09275138
2893415	Kaminshof	kaminshof	DE		0	Europe/Berlin	53.98136	11.65387				12	00	13074	13074056
2893421	Kamerun	kamerun	DE		0	Europe/Berlin	52.65692	12.73471				11	00	12063	12063228
2893422	Kamerun	kamerun	DE		0	Europe/Berlin	51.25	12.76667				13	00	14729	14729160
2893427	Kämersheide	kaemersheide	DE		0	Europe/Berlin	51.07786	7.09798				07	053	05378	05378008
2893428	Kämerscheid	kaemerscheid	DE		0	Europe/Berlin	50.82443	7.47465		Kamerscheid,Kammerscheid,Kämerscheid,Kämmerscheid		07	053	05382	05382052
2893433	Kämeritz	kaemeritz	DE		0	Europe/Berlin	51.95408	11.97252				14	00	15082	15082430
2893434	Kämerhof	kaemerhof	DE		0	Europe/Berlin	50.85635	6.11306				07	053	05334	05334016
2893444	Kamberg	kamberg	DE		0	Europe/Berlin	50.42948	6.41969		Kamberg		07	053	05366	05366020
2893449	Kambach	kambach	DE		0	Europe/Berlin	48.28555	7.96692				01	083	08317	08317121
2893452	Kalzhofen	kalzhofen	DE		0	Europe/Berlin	47.56385	10.03607				02	097	09780	09780132
2893453	Kalzendorf	kalzendorf	DE		0	Europe/Berlin	51.30316	11.67632		Calzendorf,Kalzendorf,Katzendorf Uber Querfurt,Katzendorf Über Querfurt		14	00	15088	15088355
2893458	Kalvarienberg	kalvarienberg	DE		0	Europe/Berlin	47.68333	11.58333				02	091	09173	09173135
2893475	Kalübberholz	kaluebberholz	DE		0	Europe/Berlin	54.13333	10.28333				10	00	01057	01057032
2893476	Kalübberhof	kaluebberhof	DE		0	Europe/Berlin	53.63512	13.20218				12	00	13071	13071057
2893478	Kalübbe	kaluebbe	DE		0	Europe/Berlin	53.62041	13.19104				12	00	13071	13071016
2893479	Kaltwasser	kaltwasser	DE		0	Europe/Berlin	48.75529	13.68464				02	092	09272	09272129
2893480	Kaltwasser	kaltwasser	DE		0	Europe/Berlin	51.26748	14.95384				13	00	14626	14626330
2893482	Kaltrum	kaltrum	DE		0	Europe/Berlin	48.66869	13.59531		Kaltram,Kaltrum		02	092	09275	09275126
2893483	Kaltohmfeld	kaltohmfeld	DE		0	Europe/Berlin	51.45604	10.39925				15	00	16061	16061115
2893484	Kaltoft	kaltoft	DE		0	Europe/Berlin	54.62001	9.8403				10	00	01059	01059187
2893485	Kaltofen	kaltofen	DE		0	Europe/Berlin	50.99073	13.15423				13	00	14522	14522540
2893488	Kalthof	kalthof	DE		0	Europe/Berlin	51.42196	7.66926		Kalthof		07	059	05962	05962024
2893489	Kalthausen	kalthausen	DE		0	Europe/Berlin	51.28889	7.49129				07	059	05914	05914000
2893490	Kalthausen	kalthausen	DE		0	Europe/Berlin	51.18663	12.89525				13	00	14522	14522310
2893491	Kalthausen	kalthausen	DE		0	Europe/Berlin	50.61138	12.51409				13	00	14524	14524130
2893505	Kalterschale	kalterschale	DE		0	Europe/Berlin	52.4521	8.91746				06	00	03256	03256024
2893508	Kalterherberg	kalterherberg	DE		0	Europe/Berlin	50.52118	6.22092				07	053	05334	05334020
2893515	Kaltenwiesen	kaltenwiesen	DE		0	Europe/Berlin	47.84133	12.12873				02	091	09163	09163000
2893518	Kaltenweide	kaltenweide	DE		0	Europe/Berlin	52.47583	9.72777		Kaltenweide,Kolenweie,Kolenwie,Kool'nwei'e		06	00	03241	03241010
2893520	Kaltenthal	kaltenthal	DE		0	Europe/Berlin	49.7964	11.5262		Kaltenthal		02	094	09472	09472175
2893521	Kaltenthal	kaltenthal	DE		0	Europe/Berlin	48.61819	11.36648				02	091	09185	09185123
2893522	Kaltentange	kaltentange	DE		0	Europe/Berlin	53.00478	7.26918		Kaltentange		06	00	03454	03454020
2893526	Kaltenstein	kaltenstein	DE		0	Europe/Berlin	48.73174	13.53534				02	092	09272	09272141
2893527	Kaltenstauden	kaltenstauden	DE		0	Europe/Berlin	50.15902	11.58201				02	094	09477	09477118
2893529	Kaltensondheim	kaltensondheim	DE		0	Europe/Berlin	49.72947	10.08854				02	096	09675	09675113
2893531	Kaltenreuth	kaltenreuth	DE		0	Europe/Berlin	50.13618	11.27279				02	094	09478	09478116
2893533	Kaltenöd	kaltenod	DE		0	Europe/Berlin	48.59	13.19639				02	092	09275	09275138
2893535	Kaltenneuses	kaltenneuses	DE		0	Europe/Berlin	49.58	10.687				02	095	09575	09575121
2893538	Kaltenmark	kaltenmark	DE		0	Europe/Berlin	51.61734	11.94369		Kaltenmark		14	00	15088	15088295
2893539	Kaltenlohe	kaltenlohe	DE		0	Europe/Berlin	49.93812	12.07663				02	093	09377	09377157
2893545	Kaltenhörn	kaltenhoern	DE		0	Europe/Berlin	54.4	8.86667				10	00	01054	01054135
2893547	Kaltenhöfen	kaltenhoefen	DE		0	Europe/Berlin	52.44733	8.75834				06	00	03256	03256004
2893548	Kaltenhof	kaltenhof	DE		0	Europe/Berlin	54.42498	10.08627				10	00	01058	01058037
2893549	Kaltenhof	kaltenhof	DE		0	Europe/Berlin	54.01241	11.4377				12	00	13074	13074035
2893550	Kaltenhof	kaltenhof	DE		0	Europe/Berlin	53.91879	10.98409				12	00	13074	13074017
2893551	Kaltenhof	kaltenhof	DE		0	Europe/Berlin	53.12626	11.75032				11	00	12070	12070173
2893552	Kaltenhof	kaltenhof	DE		0	Europe/Berlin	53.12937	11.23421				06	00	03354	03354014
2893553	Kaltenhof	kaltenhof	DE		0	Europe/Berlin	50.0585	10.29705				02	096	09678	09678174
2893554	Kaltenhof	kaltenhof	DE		0	Europe/Berlin	49.64785	10.02108				02	096	09679	09679170
2893559	Kaltenherberg	kaltenherberg	DE		0	Europe/Berlin	51.08136	7.13667				07	053	05378	05378008
2893560	Kaltenherberg	kaltenherberg	DE		0	Europe/Berlin	50.09065	10.86351				02	094	09473	09473138
2893561	Kaltenherberg	kaltenherberg	DE		0	Europe/Berlin	48.64386	11.34184				02	091	09185	09185123
2893564	Kaltenhausen	kaltenhausen	DE		0	Europe/Berlin	52.42532	12.43542				11	00	12069	12069270
2893565	Kaltenhausen	kaltenhausen	DE		0	Europe/Berlin	52.32046	12.73471				11	00	12069	12069306
2893566	Kaltenhausen	kaltenhausen	DE		0	Europe/Berlin	52.02824	13.10749				11	00	12072	12072169
2893567	Kaltenhausen b. Fesselsdorf	kaltenhausen-b-fesselsdorf	DE		0	Europe/Berlin	50.01557	11.24459				02	094	09478	09478176
2893568	Kaltenhausen	kaltenhausen	DE		0	Europe/Berlin	49.87451	10.1568				02	096	09679	09679167
2893570	Kaltengreuth	kaltengreuth	DE		0	Europe/Berlin	49.29378	10.62079				02	095	09561	09561000
2893574	Kalteneggolsfeld	kalteneggolsfeld	DE		0	Europe/Berlin	49.84651	11.11988				02	094	09471	09471142
2893575	Kalteneck	kalteneck	DE		0	Europe/Berlin	48.76267	12.01355				02	092	09273	09273165
2893576	Kalteneck	kalteneck	DE		0	Europe/Berlin	48.68778	13.45542				02	092	09275	09275128
2893577	Kalteneck	kalteneck	DE		0	Europe/Berlin	48.5002	12.14928				02	092	09274	09274146
2893578	Kalteneck	kalteneck	DE		0	Europe/Berlin	48.31909	11.12486				02	097	09771	09771129
2893579	Kalteneck	kalteneck	DE		0	Europe/Berlin	48.10958	12.09169				02	091	09187	09187186
2893585	Kalteneber	kalteneber	DE		0	Europe/Berlin	51.31882	10.13748		Kalteneber		15	00	16061	16061045
2893586	Kaltendorf	kaltendorf	DE		0	Europe/Berlin	52.43608	10.99213				14	00	15083	15083411
2893588	Kaltenbuch	kaltenbuch	DE		0	Europe/Berlin	49.06423	11.06534		Kaltenbuch		02	095	09577	09577115
2893596	Kaltenbrunn	kaltenbrunn	DE		0	Europe/Berlin	50.25541	11.25125				02	094	09476	09476154
2893597	Kaltenbrunn	kaltenbrunn	DE		0	Europe/Berlin	50.12459	10.87757		Kaltenbrunn		02	094	09473	09473138
2893598	Kaltenbrunn	kaltenbrunn	DE		0	Europe/Berlin	49.6546	11.94544		Kaltenbrunn		02	093	09374	09374166
2893599	Kaltenbrunn	kaltenbrunn	DE		0	Europe/Berlin	49.64766	9.35868		Kaltenbrunn		01	082	08225	08225109
2893600	Kaltenbrunn	kaltenbrunn	DE		0	Europe/Berlin	49.27168	12.29128				02	093	09376	09376116
2893601	Kaltenbrunn	kaltenbrunn	DE		0	Europe/Berlin	48.86878	13.24007				02	092	09276	09276126
2893602	Kaltenbrunn	kaltenbrunn	DE		0	Europe/Berlin	48.03437	12.55875				02	091	09189	09189157
2893603	Kaltenbrunn	kaltenbrunn	DE		0	Europe/Berlin	47.96125	11.80284				02	091	09184	09184137
2893604	Kaltenbrunn	kaltenbrunn	DE		0	Europe/Berlin	47.74475	11.72147				02	091	09182	09182116
2893605	Kaltenbrunn	kaltenbrunn	DE		0	Europe/Berlin	47.48807	11.17687				02	091	09180	09180117
2893612	Kaltenbronn	kaltenbronn	DE		0	Europe/Berlin	49.15055	10.31623				02	095	09571	09571145
2893614	Kaltenbroich	kaltenbroich	DE		0	Europe/Berlin	50.98245	7.16592				07	053	05378	05378004
2893626	Kaltenberg	kaltenberg	DE		0	Europe/Berlin	48.88684	13.37362				02	092	09272	09272120
2893627	Kaltenberg	kaltenberg	DE		0	Europe/Berlin	48.84143	12.05296				02	092	09273	09273141
2893628	Kaltenberg	kaltenberg	DE		0	Europe/Berlin	48.12881	10.99702				02	091	09181	09181122
2893629	Kaltenberg	kaltenberg	DE		0	Europe/Berlin	47.68333	9.6				01	084	08435	08435057
2893637	Kaltenbaum	kaltenbaum	DE		0	Europe/Berlin	49.59262	12.30474				02	093	09374	09374162
2893645	Kaltenbach	kaltenbach	DE		0	Europe/Berlin	51.13387	9.65427				05	066	06634	06634024
2893646	Kaltenbach	kaltenbach	DE		0	Europe/Berlin	50.97186	7.44804				07	053	05374	05374008
2893647	Kaltenbach	kaltenbach	DE		0	Europe/Berlin	49.2	7.75				08	00	07340	07340020
2893648	Kaltenbach	kaltenbach	DE		0	Europe/Berlin	48.21662	12.01938				02	091	09177	09177114
2893649	Kaltenbach	kaltenbach	DE		0	Europe/Berlin	47.91808	12.62714				02	091	09189	09189155
2893650	Kaltenbach	kaltenbach	DE		0	Europe/Berlin	47.84138	12.32268				02	091	09187	09187162
2893651	Kaltenbach	kaltenbach	DE		0	Europe/Berlin	47.7556	7.72408				01	083	08336	08336104
2893669	Kaltehardt	kaltehardt	DE		0	Europe/Berlin	51.4644	7.30922		Kaltehardt		07	059	05911	05911000
2893673	Kalteck	kalteck	DE		0	Europe/Berlin	48.93942	12.92078				02	092	09276	09276111
2893686	Kaltbrunn	kaltbrunn	DE		0	Europe/Berlin	47.73354	9.07314		Kaltbrunn		01	083	08335	08335002
2893687	Kaltbrunn	kaltbrunn	DE		0	Europe/Berlin	48.34777	8.35057		Kaltbrunn		01	083	08325	08325050
2893689	Kaltbronn	kaltbronn	DE		0	Europe/Berlin	47.86913	10.15766				02	097	09778	09778165
2893690	Kaltbächle	kaltbachle	DE		0	Europe/Berlin	47.78236	9.35369				01	084	08435	08435067
2893694	Kalstert	kalstert	DE		0	Europe/Berlin	51.17031	6.9597				07	051	05158	05158016
2893695	Kalsow	kalsow	DE		0	Europe/Berlin	53.92304	11.58237		Kalsow		12	00	13074	13074004
2893696	Kalsing	kalsing	DE		0	Europe/Berlin	49.1457	12.54146				02	093	09372	09372153
2893698	Kalscheuren	kalscheuren	DE		0	Europe/Berlin	50.87312	6.90384				07	053	05362	05362028
2893700	Kalscheid	kalscheid	DE		0	Europe/Berlin	50.64301	7.44361				08	00	07138	07138003
2893701	Kalsbach	kalsbach	DE		0	Europe/Berlin	51.05995	7.55499				07	053	05374	05374024
2893702	Kalrath	kalrath	DE		0	Europe/Berlin	50.98938	6.46077				07	053	05358	05358056
2893704	Kalmusweier	kalmusweier	DE		0	Europe/Berlin	50.88333	7.15		Kalmusweier,Kalmusweiher		07	053	05378	05378028
2893706	Kalmünten	kalmuenten	DE		0	Europe/Berlin	51.01969	7.10046				07	053	05378	05378004
2893707	Kalmreuth	kalmreuth	DE		0	Europe/Berlin	49.74065	12.2801				02	093	09374	09374121
2893713	Kalme	kalme	DE		0	Europe/Berlin	52.07903	10.64649				06	00	03158	03158038
2893720	Kallmuth	kallmuth	DE		0	Europe/Berlin	50.55615	6.61867		Kallmuth		07	053	05366	05366028
2893722	Kallmoor	kallmoor	DE		0	Europe/Berlin	53.32427	9.5978				06	00	03353	03353018
2893724	Kalling	kalling	DE		0	Europe/Berlin	48.32229	12.16635				02	091	09177	09177115
2893730	Kalleshave	kalleshave	DE		0	Europe/Berlin	54.79293	9.05586				10	00	01054	01054001
2893732	Kallertshofen	kallertshofen	DE		0	Europe/Berlin	48.71311	10.61193				02	097	09773	09773117
2893733	Kallert	kallert	DE		0	Europe/Berlin	49.20496	10.52461		Kallert		02	095	09571	09571115
2893738	Kallenhardt	kallenhardt	DE		0	Europe/Berlin	51.45216	8.42483		Kallenhardt		07	059	05974	05974036
2893739	Kallenfels	kallenfels	DE		0	Europe/Berlin	49.79767	7.43955				08	00	07133	07133052
2893741	Kallenbrock	kallenbrock	DE		0	Europe/Berlin	52.86903	10.57262				06	00	03360	03360030
2893743	Kallenberg	kallenberg	DE		0	Europe/Berlin	51.14318	7.25012				07	053	05378	05378032
2893744	Kallenberg	kallenberg	DE		0	Europe/Berlin	48.90782	9.53287				01	081	08119	08119004
2893751	Kallenbeck	kallenbeck	DE		0	Europe/Berlin	52.13901	7.11895				07	055	05554	05554024
2893753	Kallenbach	kallenbach	DE		0	Europe/Berlin	51.75635	6.95704				07	055	05562	05562012
2893754	Kallehne	kallehne	DE		0	Europe/Berlin	52.8	11.38333		Kallehne,Kallehne Dorf		14	00	15081	15081030
2893755	Kalleby	kalleby	DE		0	Europe/Berlin	54.77666	9.74499				10	00	01059	01059186
2893756	Kalle	kalle	DE		0	Europe/Berlin	52.57995	6.91943				06	00	03456	03456009
2893757	Kalldorf	kalldorf	DE		0	Europe/Berlin	52.1584	8.92064				07	057	05766	05766036
2893758	Kallbrück	kallbrueck	DE		0	Europe/Berlin	50.66667	6.33333				07	053	05358	05358016
2893763	Kalkwitz	kalkwitz	DE		0	Europe/Berlin	51.7763	13.99124		Kalkojce,Kalkwitz,Kałkojce		11	00	12066	12066052
2893764	Kalkwerkhäuser	kalkwerkhaeuser	DE		0	Europe/Berlin	50.55	12.2				13	00	14523	14523330
2893765	Kalk	kalk	DE		0	Europe/Berlin	50.70076	13.17386		Kalk,Kalkwerk		13	00	14521	14521495
2893766	Kalkvitz	kalkvitz	DE		0	Europe/Berlin	54.17901	13.32736				12	00	13075	13075091
2893767	Kalkum	kalkum	DE		0	Europe/Berlin	51.30152	6.75715				07	051	05111	05111000
2893768	Kalkstein	kalkstein	DE		0	Europe/Berlin	53.774	13.81657				12	00	13075	13075020
2893773	Kalksbeck	kalksbeck	DE		0	Europe/Berlin	51.93254	7.18755				07	055	05558	05558012
2893774	Kalkriese	kalkriese	DE		0	Europe/Berlin	52.40926	8.09262		Kalkriese		06	00	03459	03459014
2893775	Kalkreuth	kalkreuth	DE		0	Europe/Berlin	51.27688	13.6284		Kalkreuth		13	00	14627	14627030
2893776	Kalkreute	kalkreute	DE		0	Europe/Berlin	47.93165	9.33603				01	084	08437	08437086
2893784	Kalkobes	kalkobes	DE		0	Europe/Berlin	50.86667	9.68333				05	066	06632	06632002
2893795	Kalkhöfe	kalkhofe	DE		0	Europe/Berlin	49.00401	10.11746				01	081	08136	08136019
2893806	Kalkgraben	kalkgraben	DE		0	Europe/Berlin	53.81667	10.46667				10	00	01062	01062008
2893807	Kalkgraben	kalkgraben	DE		0	Europe/Berlin	47.74368	11.85509				02	091	09182	09182131
2893815	Kalkberg	kalkberg	DE		0	Europe/Berlin	53.7583	11.03704				12	00	13074	13074065
2893836	Kalkarberg	kalkarberg	DE		0	Europe/Berlin	51.73245	6.27211				07	051	05154	05154024
2893843	Kalitz	kalitz	DE		0	Europe/Berlin	52.09737	12.02219		Kalitz		14	00	15086	15086140
2893845	Alt Kaliß	alt-kaliss	DE		0	Europe/Berlin	53.15676	11.32622		Kaliss,Kaliß		12	00	13076	13076103
2893849	Kalifornien	kalifornien	DE		0	Europe/Berlin	54.42669	10.37779				10	00	01057	01057073
2893851	Kalfertshaus	kalfertshaus	DE		0	Europe/Berlin	49.58886	6.65158				08	00	07235	07235140
2893863	Calenberge	calenberge	DE		0	Europe/Berlin	52.06331	11.74178		Caldenberg,Calenberge,Kalenberge		14	00	15003	15003000
2893864	Calenberg	calenberg	DE		0	Europe/Berlin	51.4658	9.16417		Calenberg,Kalenberg		07	057	05762	05762036
2893865	Kalenberg	kalenberg	DE		0	Europe/Berlin	50.56916	6.59934		Kalenberg		07	053	05366	05366028
2893871	Kaldorf	kaldorf	DE		0	Europe/Berlin	49.0485	11.43213				02	091	09176	09176114
2893872	Kaldorf	kaldorf	DE		0	Europe/Berlin	48.99158	11.17991		Kaldorf		02	091	09176	09176164
2893873	Kaldewey	kaldewey	DE		0	Europe/Berlin	51.64659	8.27557		Kaldewei,Kaldewey		07	059	05974	05974028
2893874	Kaldenkirchen	kaldenkirchen	DE		0	Europe/Berlin	51.32035	6.1983		Kaldenkirchen		07	051	05166	05166016
2893877	Kaldenhausen	kaldenhausen	DE		0	Europe/Berlin	51.39237	6.65105				07	051	05112	05112000
2893879	Kaldauen	kaldauen	DE		0	Europe/Berlin	50.80406	7.2591		Kaldauen		07	053	05382	05382060
2893880	Kalchsreuth	kalchsreuth	DE		0	Europe/Berlin	49.61585	11.7342				02	093	09371	09371119
2893882	Kalchöd	kalchod	DE		0	Europe/Berlin	47.79235	11.86927				02	091	09182	09182125
2893883	Kalchenbach	kalchenbach	DE		0	Europe/Berlin	47.583	10.30354				02	097	09780	09780137
2893887	Kalbsauge	kalbsauge	DE		0	Europe/Berlin	51.6	11.08333				14	00	15087	15087412
2893891	Kalbitz	kalbitz	DE		0	Europe/Berlin	51.27306	13.26466				13	00	14627	14627260
2893892	Kalbitz	kalbitz	DE		0	Europe/Berlin	51.19194	11.55858				14	00	15084	15084015
2893897	Kälbertshausen	kalbertshausen	DE		0	Europe/Berlin	49.31722	9.06434		Kalbertshausen,Kälbertshausen		01	082	08225	08225042
2893900	Kälbersteert	kaelbersteert	DE		0	Europe/Berlin	53.44164	10.19473				04	00	02000	02000000
2893907	Kälberfeld	kaelberfeld	DE		0	Europe/Berlin	50.94417	10.45952				15	00	16063	16063098
2893909	Kälberbronn	kalberbronn	DE		0	Europe/Berlin	48.53746	8.49292				01	082	08237	08237054
2893910	Kälberberg	kalberberg	DE		0	Europe/Berlin	49.85044	11.0614		Kalberberg,Kälberberg		02	094	09471	09471123
2893924	Kälberbach	kalberbach	DE		0	Europe/Berlin	48.52319	13.39056				02	092	09275	09275133
2893925	Kälberbach	kalberbach	DE		0	Europe/Berlin	49.33444	9.94083				01	081	08127	08127075
2893926	Kälberau	kalberau	DE		0	Europe/Berlin	50.09087	9.09391				02	096	09671	09671111
2893928	Kalbensteinberg	kalbensteinberg	DE		0	Europe/Berlin	49.17645	10.84607		Kalbensteinberg		02	095	09577	09577111
2893943	Kalandshofen	kalandshofen	DE		0	Europe/Berlin	52.81542	11.75643				14	00	15090	15090415
2893946	Kaköhl	kakoehl	DE		0	Europe/Berlin	54.28176	10.67785				10	00	01057	01057007
2893949	Kakernehl	kakernehl	DE		0	Europe/Berlin	54.1865	13.10575				12	00	13073	13073102
2893957	Kaken	kaken	DE		0	Europe/Berlin	53.57435	9.24598		Kaken		06	00	03359	03359036
2893961	Kakeldütt	kakelduett	DE		0	Europe/Berlin	53.35096	12.92336		Blankenforde-Kakeldutt,Blankenförde-Kakeldütt		12	00	13071	13071099
2893966	Kajedeich	kajedeich	DE		0	Europe/Berlin	53.78262	9.245				06	00	03359	03359035
2893967	Kajedeich	kajedeich	DE		0	Europe/Berlin	53.74553	9.22683				06	00	03352	03352044
2893968	Kaja	kaja	DE		0	Europe/Berlin	51.22627	12.1684		Caja,Kaja		14	00	15084	15084315
2893971	Kaitzschhäuser	kaitzschhaeuser	DE		0	Europe/Berlin	51.3946	13.24456				11	00	12062	12062341
2893972	Kaitz	kaitz	DE		0	Europe/Berlin	51.01419	13.72536				13	00	14612	14612000
2893976	Kaitersbach	kaitersbach	DE		0	Europe/Berlin	49.15783	12.88967				02	093	09372	09372137
2893978	Kaisten	kaisten	DE		0	Europe/Berlin	50.04347	10.05438				02	096	09678	09678192
2893980	Kaisitz	kaisitz	DE		0	Europe/Berlin	51.15721	13.38878		Kaisitz		13	00	14627	14627080
2893981	Kaising	kaising	DE		0	Europe/Berlin	49.04045	11.39757				02	095	09576	09576122
2893993	Kaiserswerth	kaiserswerth	DE		0	Europe/Berlin	51.30147	6.73624		Djussel'dorf-Kajzersvert,Duesseldorf-Kaiserswerth,Düsseldorf-Kaiserswerth,Kaiserswerth,kai ze si wei er te,Дюссельдорф-Кайзерсверт,凯泽斯韦尔特		07	051	05111	05111000
2893995	Kaiserstuhl	kaiserstuhl	DE		0	Europe/Berlin	49.37535	10.16763		Kaiserstuhl		02	095	09571	09571193
2893997	Kaisersmühle	kaisersmuehle	DE		0	Europe/Berlin	49.46667	7.73333				08	00	07312	07312000
2893998	Kaisersmoos	kaisersmoos	DE		0	Europe/Berlin	48.14227	10.3517				02	097	09778	09778121
2893999	Kaisersmad	kaisersmad	DE		0	Europe/Berlin	47.72736	10.40765		Kaisersmad,Kaisersmahd		02	097	09780	09780114
2894005	Kaisershaus	kaisershaus	DE		0	Europe/Berlin	47.79362	8.06976		Kaiserhaus,Kaisershaus		01	083	08337	08337013
2894006	Kaisershagen	kaisershagen	DE		0	Europe/Berlin	51.27336	10.48269				15	00	16064	16064071
2894009	Kaisersbusch	kaisersbusch	DE		0	Europe/Berlin	51.11391	7.33124		Kaisersbusch		07	053	05374	05374016
2894017	Kaiseroda	kaiseroda	DE		0	Europe/Berlin	50.82097	10.18058				15	00	16063	16063051
2894018	Kaisermühl	kaisermuehl	DE		0	Europe/Berlin	52.24756	14.44839				11	00	12067	12067336
2894022	Kaiseritz	kaiseritz	DE		0	Europe/Berlin	54.40165	13.47765				12	00	13073	13073010
2894023	Kaiseringen	kaiseringen	DE		0	Europe/Berlin	48.1578	9.09629				01	084	08417	08417063
2894030	Kaiserhammer	kaiserhammer	DE		0	Europe/Berlin	50.12837	12.08015				02	094	09479	09479159
2894047	Kaisen	kaisen	DE		0	Europe/Berlin	49.37093	7.01668				09	00	10043	10043112
2894050	Kaisa	kaisa	DE		0	Europe/Berlin	51.43899	13.08495		Kaisa,Kaysa,Lausa-Kaisa		13	00	14730	14730045
2894051	Kairlindach	kairlindach	DE		0	Europe/Berlin	49.63829	10.85175				02	095	09572	09572164
2894052	Kainzl	kainzl	DE		0	Europe/Berlin	48.42922	12.81063				02	092	09277	09277124
2894054	Kainzdobl	kainzdobl	DE		0	Europe/Berlin	48.49415	13.06861				02	092	09277	09277117
2894056	Kainz	kainz	DE		0	Europe/Berlin	48.49766	12.94577				02	092	09277	09277114
2894057	Kainsricht	kainsricht	DE		0	Europe/Berlin	49.54474	11.85404		Kainsricht		02	093	09371	09371123
2894060	Kainsbach	kainsbach	DE		0	Europe/Berlin	49.47036	11.4832				02	095	09574	09574128
2894061	Kainrading	kainrading	DE		0	Europe/Berlin	48.28827	12.51806				02	091	09183	09183130
2894062	Kainrading	kainrading	DE		0	Europe/Berlin	47.94165	12.52845				02	091	09189	09189114
2894063	Kaining	kaining	DE		0	Europe/Berlin	48.80474	13.6013				02	092	09272	09272126
2894064	Kaining	kaining	DE		0	Europe/Berlin	48.29269	12.60516		Kaiming,Kaining		02	091	09171	09171127
2894066	Kainerding	kainerding	DE		0	Europe/Berlin	48.41091	13.10145				02	092	09277	09277112
2894071	Kainach	kainach	DE		0	Europe/Berlin	49.95762	11.28948				02	094	09472	09472154
2894073	Kaimt	kaimt	DE		0	Europe/Berlin	50.02391	7.17734		Kaimt		08	00	07135	07135092
2894074	Kaimling	kaimling	DE		0	Europe/Berlin	49.62683	12.25863		Kaimling		02	093	09374	09374162
2894076	Kaimberg	kaimberg	DE		0	Europe/Berlin	50.84847	12.12257				15	00	16052	16052000
2894077	Kailing	kailing	DE		0	Europe/Berlin	48.59591	13.72931				02	092	09275	09275156
2894080	Kailbach	kailbach	DE		0	Europe/Berlin	49.53614	9.0764		Kailbach,Kailbach Jenseits		05	064	06437	06437016
2894082	Kaikenried	kaikenried	DE		0	Europe/Berlin	49.01317	13.02961				02	092	09276	09276143
2894084	Kaiforth	kaiforth	DE		0	Europe/Berlin	52.96478	8.01306		Beim Kaiforth,Kaiforth		06	00	03453	03453008
2894086	Kaifeck	kaifeck	DE		0	Europe/Berlin	48.58496	11.32718				02	091	09185	09185166
2894088	Kaierde	kaierde	DE		0	Europe/Berlin	51.92543	9.77577				06	00	03255	03255008
2894089	Kaier	kaier	DE		0	Europe/Berlin	48.58388	8.07263				01	083	08317	08317110
2894091	Kaider	kaider	DE		0	Europe/Berlin	50.05591	11.07257				02	094	09478	09478165
2894092	Kaidach	kaidach	DE		0	Europe/Berlin	48.26222	12.17764				02	091	09177	09177115
2894094	Kaichen	kaichen	DE		0	Europe/Berlin	50.25329	8.83727		Kaichen		05	064	06440	06440017
2894095	Kaibitz	kaibitz	DE		0	Europe/Berlin	49.84495	11.88348				02	093	09377	09377129
2894098	Kaibach	kaibach	DE		0	Europe/Berlin	48.29228	8.37443				01	083	08325	08325050
2894099	Kaibach	kaibach	DE		0	Europe/Berlin	47.73333	9.86667				01	084	08436	08436052
2894102	Kahsel	kahsel	DE		0	Europe/Berlin	51.65754	14.4584		Kahsel,Kozle,Kózle		11	00	12071	12071301
2894104	Kahren	kahren	DE		0	Europe/Berlin	51.7211	14.41516		Kahren,Korjen,Kórjeń		11	00	12052	12052000
2894105	Kahren	kahren	DE		0	Europe/Berlin	49.5958	6.50691				08	00	07235	07235118
2894109	Kahnstieg	kahnstieg	DE		0	Europe/Berlin	52.49459	11.09001				14	00	15081	15081135
2894112	Kähnsdorf	kaehnsdorf	DE		0	Europe/Berlin	52.26994	13.04043				11	00	12069	12069596
2894113	Kahnsdorf	kahnsdorf	DE		0	Europe/Berlin	51.80768	14.00867		Kahnsdorf,Woskalawa,Wóškalawa		11	00	12066	12066320
2894114	Kahnsdorf	kahnsdorf	DE		0	Europe/Berlin	51.16479	12.43573		Kahnsdorf		13	00	14729	14729320
2894118	Kähnitzsch	kaehnitzsch	DE		0	Europe/Berlin	51.70206	12.89833				14	00	15091	15091010
2894124	Kahmer	kahmer	DE		0	Europe/Berlin	50.65675	12.2863				15	00	16076	16076093
2894125	Kähmen	kaehmen	DE		0	Europe/Berlin	53.11927	11.05353				06	00	03354	03354009
2894126	Kahmannsmühle	kahmannsmuehle	DE		0	Europe/Berlin	51.88333	11.03333				14	00	15085	15085135
2894129	Kählstorf	kaehlstorf	DE		0	Europe/Berlin	53.7482	10.65315				10	00	01053	01053009
2894130	Kahlstorf	kahlstorf	DE		0	Europe/Berlin	52.93167	10.68609				06	00	03360	03360030
2894131	Kahlscheuer	kahlscheuer	DE		0	Europe/Berlin	51.09128	7.4364		Kahlscheuer		07	053	05374	05374052
2894133	Kahlhorst	kahlhorst	DE		0	Europe/Berlin	53.05902	11.9776		Kahlhorst,Kahlshorst		11	00	12070	12070302
2894134	Kahlhöfe	kahlhofe	DE		0	Europe/Berlin	48.90079	10.28823				01	081	08136	08136038
2894136	Kahlheckerhof	kahlheckerhof	DE		0	Europe/Berlin	49.57636	7.82402				08	00	07333	07333503
2894142	Kahlert	kahlert	DE		0	Europe/Berlin	50.56833	10.92952				15	00	16070	16070058
2894176	Kahlenberge	kahlenberge	DE		0	Europe/Berlin	52.98333	11.61667				14	00	15090	15090003
2894180	Kahlenberg	kahlenberg	DE		0	Europe/Berlin	53.85954	11.57783				12	00	13074	13074090
2894181	Kahlenberg	kahlenberg	DE		0	Europe/Berlin	52.62411	11.07358				14	00	15081	15081280
2894182	Kahlenberg	kahlenberg	DE		0	Europe/Berlin	51.68333	10.76667				14	00	15085	15085228
2894183	Kahlenberg	kahlenberg	DE		0	Europe/Berlin	50.95278	10.41407				15	00	16063	16063092
2894217	Kahlemeile	kahlemeile	DE		0	Europe/Berlin	51.29822	15.01189				13	00	14626	14626480
2894226	Kahlebüll	kahlebuell	DE		0	Europe/Berlin	54.85142	8.84263				10	00	01054	01054055
2894237	Kahlberg	kahlberg	DE		0	Europe/Berlin	50.46789	9.62076				05	066	06631	06631018
2894250	Kägsdorf	kaegsdorf	DE		0	Europe/Berlin	54.13734	11.67946				12	00	13072	13072008
2894253	Kagers	kagers	DE		0	Europe/Berlin	48.89169	12.56198				02	092	09263	09263000
2894254	Kagern	kagern	DE		0	Europe/Berlin	49.46356	12.57751				02	093	09372	09372163
2894258	Kagerhof	kagerhof	DE		0	Europe/Berlin	48.65045	11.1156				02	091	09185	09185127
2894269	Kager	kager	DE		0	Europe/Berlin	49.23334	12.97747				02	093	09372	09372144
2894270	Kager	kager	DE		0	Europe/Berlin	49.27579	12.59977				02	093	09372	09372146
2894271	Kager	kager	DE		0	Europe/Berlin	49.14084	12.37669				02	093	09372	09372167
2894272	Kager	kager	DE		0	Europe/Berlin	49.08427	12.66012				02	092	09278	09278147
2894273	Kager	kager	DE		0	Europe/Berlin	49.03326	12.03776				02	093	09362	09362000
2894274	Kager	kager	DE		0	Europe/Berlin	48.98377	12.93014				02	092	09276	09276111
2894275	Kager	kager	DE		0	Europe/Berlin	48.36785	12.58248				02	091	09183	09183131
2894284	Kagenow	kagenow	DE		0	Europe/Berlin	53.90053	13.41587				12	00	13075	13075155
2894285	Kagenhof	kagenhof	DE		0	Europe/Berlin	49.50532	10.86407				02	095	09573	09573130
2894286	Kagendorf	kagendorf	DE		0	Europe/Berlin	53.79597	13.73336				12	00	13075	13075098
2894287	Kagen	kagen	DE		0	Europe/Berlin	51.16667	13.38333				13	00	14627	14627080
2894288	Kagen	kagen	DE		0	Europe/Berlin	48.29832	12.26075				02	091	09183	09183114
2894290	Kagel	kagel	DE		0	Europe/Berlin	52.46154	13.91052				11	00	12067	12067201
2894294	Kagar	kagar	DE		0	Europe/Berlin	53.12906	12.81086				11	00	12068	12068353
2894297	Kafterbaum	kafterbaum	DE		0	Europe/Berlin	48.03832	12.3846				02	091	09189	09189133
2894298	Käfringhausen	kaefringhausen	DE		0	Europe/Berlin	51.08696	7.21249				07	053	05378	05378032
2894302	Kafferding	kafferding	DE		0	Europe/Berlin	48.6482	13.33423				02	092	09275	09275151
2894303	Kaffenburg	kaffenburg	DE		0	Europe/Berlin	50.82416	11.1983				15	00	16071	16071046
2894308	Käfertal	kafertal	DE		0	Europe/Berlin	49.51028	8.51167		Kafertal,Käfertal		01	082	08222	08222000
2894309	Käfersulgen	kafersulgen	DE		0	Europe/Berlin	47.92353	9.48052				01	084	08436	08436027
2894311	Käfersberg	kafersberg	DE		0	Europe/Berlin	48.45835	7.97419				01	083	08317	08317100
2894315	Kafering	kafering	DE		0	Europe/Berlin	48.71881	13.43488				02	092	09275	09275160
2894316	Käferhofen	kaferhofen	DE		0	Europe/Berlin	47.71667	9.86667				01	084	08436	08436081
2894317	Käferhain	kaeferhain	DE		0	Europe/Berlin	51.11626	12.29964		Kaferhain,Käferhain,Methewitz-Kaferhain,Methewitz-Käferhain		13	00	14729	14729170
2894323	Käferbach	kaferbach	DE		0	Europe/Berlin	49.27147	10.4837				02	095	09561	09561000
2894324	Kadow	kadow	DE		0	Europe/Berlin	53.87439	13.3701				12	00	13075	13075140
2894325	Kadow	kadow	DE		0	Europe/Berlin	53.60351	11.95536				12	00	13076	13076096
2894327	Kaditzsch	kaditzsch	DE		0	Europe/Berlin	51.21965	12.76355		Kaditzsch		13	00	14729	14729160
2894328	Kaditz	kaditz	DE		0	Europe/Berlin	51.08431	13.68409				13	00	14612	14612000
2894329	Kadischen	kadischen	DE		0	Europe/Berlin	51.05068	12.20256				14	00	15084	15084130
2894330	Kading	kading	DE		0	Europe/Berlin	48.6303	13.28751				02	092	09275	09275159
2894334	Kadenzhofen	kadenzhofen	DE		0	Europe/Berlin	49.32725	11.47179				02	093	09373	09373113
2894339	Kadeltshofen	kadeltshofen	DE		0	Europe/Berlin	48.38054	10.15085				02	097	09775	09775143
2894341	Kadelburg	kadelburg	DE		0	Europe/Berlin	47.61461	8.29723				01	083	08337	08337125
2894343	Kackrow	kackrow	DE		0	Europe/Berlin	51.7309	14.18768		Kackrow,Kokrjow		11	00	12071	12071244
2894344	Käcklitz	kaecklitz	DE		0	Europe/Berlin	52.78333	12.01667				14	00	15090	15090270
2894345	Käcklitz	kaecklitz	DE		0	Europe/Berlin	52.72832	11.12206				14	00	15081	15081045
2894348	Kachtenhausen	kachtenhausen	DE		0	Europe/Berlin	51.97764	8.74323				07	057	05766	05766040
2894349	Kachstedt	kachstedt	DE		0	Europe/Berlin	51.39057	11.26091		Kachstedt		15	00	16065	16065086
2894351	Kachlin	kachlin	DE		0	Europe/Berlin	53.89795	14.07418				12	00	13075	13075026
2894353	Kacherien	kacherien	DE		0	Europe/Berlin	53.10825	11.23421				06	00	03354	03354014
2894358	Käbschütz	kaebschuetz	DE		0	Europe/Berlin	51.16512	13.35724				13	00	14627	14627080
2894359	Kablow Ziegelei	kablow-ziegelei	DE		0	Europe/Berlin	52.31615	13.71616		Kablow,Kablow Ziegelei,Kablower Ziegelei		11	00	12061	12061260
2894364	Kabelitz	kabelitz	DE		0	Europe/Berlin	52.54203	12.04917				14	00	15090	15090631
2894370	Kabel	kabel	DE		0	Europe/Berlin	51.40236	7.48014				07	059	05914	05914000
2894374	Kaarz	kaarz	DE		0	Europe/Berlin	53.69742	11.72744				12	00	13076	13076148
2894246	Kahla	kahla	DE	04928	0	Europe/Berlin	51.46781	13.56629				11	00	12062	12062372
2894376	Kaarßen	kaarssen	DE		0	Europe/Berlin	53.19436	11.04246		Caarssen,Caarßen,Kaarsen,Kaarssen,Kaarßen		06	00	03355	03355049
2894380	Kaan-Marienborn	kaan-marienborn	DE		0	Europe/Berlin	50.87086	8.05849		Kaan-Marienborn		07	059	05970	05970040
2894381	Kaan	kaan	DE		0	Europe/Berlin	50.29852	7.34033				08	00	07137	07137089
2894382	Kaakstedt	kaakstedt	DE		0	Europe/Berlin	53.1741	13.77411				11	00	12073	12073201
2894383	Kaaksburg	kaaksburg	DE		0	Europe/Berlin	53.99726	9.48852				10	00	01061	01061047
2894385	Kaaghof	kaaghof	DE		0	Europe/Berlin	49.19438	12.24435				02	093	09376	09376149
2894386	Kaag	kaag	DE		0	Europe/Berlin	48.50583	10.68307				02	097	09773	09773143
2894388	Jux	jux	DE		0	Europe/Berlin	49.03169	9.43674				01	081	08119	08119069
2894390	Jützenbach	juetzenbach	DE		556	Europe/Berlin	51.52551	10.37968				15	00	16061	16061117
2894391	Jützbüttel	juetzbuettel	DE		0	Europe/Berlin	54.18264	9.32998				10	00	01051	01051086
2894392	Jüttendorf	juettendorf	DE		0	Europe/Berlin	51.51667	13.98333				11	00	12066	12066304
2894393	Jütrichau	juetrichau	DE		568	Europe/Berlin	51.93673	12.13014		Jutrichau,Jütrichau		14	00	15082	15082430
2894394	Jüterbog	jueterbog	DE		13292	Europe/Berlin	51.99607	13.07979		Iutrebocum,Jiterbog,Jjuterbog,Jueterbog,Juterbog,Jüterbog,Yuterbog,yu te bo ge,ywtrbwgh,ywtrbwrg,Јитербог,Йютербог,Ютербог,Յուտերբոգ,يوتربوغ,یوتربورگ,于特博格		11	00	12072	12072169
2894395	Jütchendorf	juetchendorf	DE		0	Europe/Berlin	52.27373	13.17546				11	00	12072	12072240
2894399	Justingen	justingen	DE		0	Europe/Berlin	48.38724	9.66389				01	084	08425	08425108
2894400	Jüstenschlag	juestenschlag	DE		0	Europe/Berlin	50.24966	6.28178				08	00	07232	07232206
2894402	Jussenweiler	jussenweiler	DE		0	Europe/Berlin	47.66056	9.79416				01	084	08436	08436081
2894406	Jürshof	juershof	DE		0	Europe/Berlin	53.0056	9.6282				06	00	03357	03357051
2894408	Jürgeshof	juergeshof	DE		0	Europe/Berlin	54.16792	12.18933		Jhf		12	00	13003	13003000
2894409	Jürgenstorf	juergenstorf	DE		966	Europe/Berlin	53.66079	12.90535		Juergenstorf,Jurgenstorf,Jürgenstorf		12	00	13071	13071070
2894410	Jürgenstorf	juergenstorf	DE		0	Europe/Berlin	53.32615	10.59712				06	00	03355	03355021
2894413	Jürgenshof	juergenshof	DE		0	Europe/Berlin	53.49856	12.35335				12	00	13071	13071001
2894415	Jürgenshagen	juergenshagen	DE		1220	Europe/Berlin	53.95417	11.89665				12	00	13072	13072050
2894419	Juntersdorf	juntersdorf	DE		0	Europe/Berlin	50.68884	6.60638		Juntersdorf		07	053	05366	05366044
2894421	Junkersrott	junkersrott	DE		0	Europe/Berlin	53.64767	7.25358				06	00	03452	03452019
2894423	Junkersmitteldeich	junkersmitteldeich	DE		0	Europe/Berlin	54.51318	8.67331				10	00	01054	01054103
2894425	Junkersholz	junkersholz	DE		0	Europe/Berlin	51.10061	7.04334				07	053	05378	05378016
2894426	Junkershäuser	junkershaeuser	DE		0	Europe/Berlin	52.31735	12.92018				11	00	12069	12069590
2894427	Junkershausen	junkershausen	DE		0	Europe/Berlin	50.35674	10.34231		Junkershausen		02	096	09673	09673136
2894428	Jünkersfeld	juenkersfeld	DE		0	Europe/Berlin	50.84472	7.42624				07	053	05382	05382052
2894429	Junkersdorf	junkersdorf	DE		0	Europe/Berlin	50.93282	6.85948				07	053	05315	05315000
2894430	Junkersdorf	junkersdorf	DE		0	Europe/Berlin	50.16235	10.72917				02	096	09674	09674184
2894431	Junkersdorf	junkersdorf	DE		0	Europe/Berlin	50.10147	10.54109				02	096	09674	09674164
2894443	Junkernhees	junkernhees	DE		0	Europe/Berlin	50.95177	7.95547		Junkernhees		07	059	05970	05970024
2894456	Jünkerath	juenkerath	DE		1799	Europe/Berlin	50.34412	6.58138		Jinkerat,Junkerat,Junkerath,Jünkerath,yin ke la te,yunkerato,Јинкерат,Юнкерат,ユンケラート,因克拉特	07233035	08	00	07233	07233035
2894457	Junkenhofen	junkenhofen	DE		0	Europe/Berlin	48.46695	11.31532				02	091	09186	09186125
2894465	Jungnau	jungnau	DE		0	Europe/Berlin	48.13977	9.20895				01	084	08437	08437104
2894472	Jungmaierhütte	jungmaierhutte	DE		0	Europe/Berlin	49.03888	13.30487				02	092	09276	09276130
2894478	Jungholzhausen	jungholzhausen	DE		0	Europe/Berlin	49.22167	9.79611				01	081	08127	08127009
2894507	Jungfernbusch	jungfernbusch	DE		0	Europe/Berlin	53.53333	7.95				06	00	03455	03455015
2894521	Jüngersdorf	juengersdorf	DE		0	Europe/Berlin	50.81172	6.37335				07	053	05358	05358032
2894522	Jungeroth	jungeroth	DE		0	Europe/Berlin	50.70483	7.39174				08	00	07138	07138080
2894524	Jungenthal	jungenthal	DE		0	Europe/Berlin	50.81667	7.88333				08	00	07132	07132063
2894525	Jungensberg	jungensberg	DE		0	Europe/Berlin	47.6061	10.02465				02	097	09776	09776127
2894526	Jungenhofen	jungenhofen	DE		0	Europe/Berlin	49.776	10.91157				02	095	09572	09572135
2894539	Juliusruh	juliusruh	DE		0	Europe/Berlin	54.62084	13.37302		Juliusruh,Seebad Juliusruh		12	00	13073	13073013
2894540	Juliusplate	juliusplate	DE		0	Europe/Berlin	53.19659	8.5127		Juliusplate		06	00	03461	03461001
2894543	Juliushof	juliushof	DE		0	Europe/Berlin	51.58333	12.18333				14	00	15082	15082340
2894544	Juliushof	juliushof	DE		0	Europe/Berlin	49.80077	10.96968				02	094	09471	09471145
2894551	Julienhütte	julienhutte	DE		0	Europe/Berlin	48.31667	8.91667				01	084	08417	08417008
2894552	Julienhof	julienhof	DE		0	Europe/Berlin	52.61667	12.06667				14	00	15090	15090500
2894553	Jülich	juelich	DE		33911	Europe/Berlin	50.92149	6.36267		Iuliacum,Jilikh,Joellesch,Juelich,Julich,Julichas,Juliers,Julikh,Jöllesch,Jülich,yu li xi,ywlysh,Јилих,Юлих,Юліх,يوليش,یولیش,于利希		07	053	05358	05358024
2894554	Julianka	julianka	DE		0	Europe/Berlin	53.93894	9.46988				10	00	01061	01061034
2894560	Julianenebene	julianenebene	DE		0	Europe/Berlin	54.31633	9.50136				10	00	01058	01058078
2894561	Juliane-Marienkoog	juliane-marienkoog	DE		0	Europe/Berlin	54.72997	8.75435				10	00	01054	01054022
2894565	Jülchendorf	juelchendorf	DE		0	Europe/Berlin	53.67323	11.70834				12	00	13076	13076148
2894573	Juhöhe	juhoehe	DE		0	Europe/Berlin	49.61667	8.7		Auf der Juhohe,Auf der Juhöhe,Juhohe,Juhöhe		05	064	06431	06431017
2894575	Jühnsdorf	juehnsdorf	DE		0	Europe/Berlin	52.30079	13.38495		Juhndorf,Juhnsdorf,Jühnsdorf		11	00	12072	12072017
2894576	Jühnde	juehnde	DE		1086	Europe/Berlin	51.46667	9.8		Barlissen,Jinde,Junde,yu he en de,yunde,Јинде,Юнде,ユーンデ,于赫恩德	03159021	06	00	03159	03159021
2894577	Juhlschau	juhlschau	DE		0	Europe/Berlin	54.71331	9.46852				10	00	01059	01059184
2894578	Jühlitz	juehlitz	DE		0	Europe/Berlin	52.80224	12.37696				11	00	12063	12063112
2894579	Jügesheim	juegesheim	DE		0	Europe/Berlin	50.02318	8.87352				05	064	06438	06438011
2894580	Jugenheim an der Bergstrasse	jugenheim-an-der-bergstrasse	DE		0	Europe/Berlin	49.75472	8.63611		Jugenheim,Jugenheim an der Bergstrasse		05	064	06432	06432022
2894585	Jugelsburg	jugelsburg	DE		0	Europe/Berlin	50.31121	12.25949		Adorf-Jugelsburg,Jugelsburg		13	00	14523	14523010
2894586	Jugel	jugel	DE		0	Europe/Berlin	50.41474	12.70364		Jugel		13	00	14521	14521320
2894588	Jüdewein	juedewein	DE		0	Europe/Berlin	50.70077	11.59152				15	00	16075	16075085
2894589	Judentenberg	judentenberg	DE		0	Europe/Berlin	47.8947	9.35396				01	084	08437	08437056
2894600	Judenhof	judenhof	DE		0	Europe/Berlin	48.62225	13.51216				02	092	09275	09275146
2894602	Jüdenhain	juedenhain	DE		0	Europe/Berlin	50.75	12.53333				13	00	14524	14524330
2894603	Jüdenhain	juedenhain	DE		0	Europe/Berlin	50.67405	13.13996				13	00	14521	14521390
2894604	Jüdendorf	juedendorf	DE		0	Europe/Berlin	51.31176	11.6911				14	00	15088	15088355
2894606	Jüdenberg	juedenberg	DE		623	Europe/Berlin	51.7505	12.41478		Judenberg,Jüdenberg		14	00	15091	15091110
2894618	Juckerstraße	juckerstrasse	DE		0	Europe/Berlin	50.03819	6.2364				08	00	07232	07232138
2894621	Jückelberg	jueckelberg	DE		362	Europe/Berlin	50.92703	12.62883		Juckelberg,Jückelberg	16077036	15	00	16077	16077036
2894625	Jüchsen	juechsen	DE		1563	Europe/Berlin	50.47993	10.50183		Juchsen,Jüchsen		15	00	16066	16066094
2894626	Juchhöh	juchhoeh	DE		0	Europe/Berlin	51.11175	13.19635				13	00	14522	14522080
2894627	Juchhöh	juchhoeh	DE		0	Europe/Berlin	50.45066	12.20836				13	00	14523	14523420
2894628	Juchhöh	juchhoeh	DE		0	Europe/Berlin	50.41667	11.86667				15	00	16075	16075046
2894629	Juchhöh	juchhoh	DE		0	Europe/Berlin	49.94125	11.64529				02	094	09462	09462000
2894634	Jüchenerbroich	juechenerbroich	DE		0	Europe/Berlin	51.10726	6.51437				07	051	05162	05162012
2894636	Jüchen	juechen	DE		0	Europe/Berlin	52.03268	8.75529				07	057	05766	05766008
2894644	Jübek	juebek	DE		2581	Europe/Berlin	54.55709	9.39773		Jibek,Jubek,Juebek,Jydbaek,Jydbæk,Jübek,yu bei ke,Јибек,Юбек,于贝克	01059044	10	00	01059	01059044
2894645	Jübberde	juebberde	DE		0	Europe/Berlin	53.28164	7.76301				06	00	03457	03457020
2894646	Jübar	juebar	DE		690	Europe/Berlin	52.68904	10.90898		Jibar,Jubar,yu ba er,Јибар,Юбар,于巴尔	15081225	14	00	15081	15081225
2894651	Jöstinghausen	joestinghausen	DE		0	Europe/Berlin	52.32224	8.27366				06	00	03459	03459029
2894652	Josthof	josthof	DE		0	Europe/Berlin	50.90207	10.16056				15	00	16063	16063097
2894656	Jostberg	jostberg	DE		0	Europe/Berlin	51.13333	7.35		Jostberg		07	053	05374	05374016
2894658	Jostal	jostal	DE		0	Europe/Berlin	47.94124	8.17084		Iostal,Jostal		01	083	08315	08315113
2894659	Jössnitz	joessnitz	DE		0	Europe/Berlin	50.54103	12.13586		Joessnitz,Jößnitz		13	00	14523	14523320
2894661	Jossereute	jossereute	DE		0	Europe/Berlin	47.65521	10.41117		Joserreute,Jossereute		02	097	09780	09780128
2894662	Jössen	joessen	DE		0	Europe/Berlin	52.39672	8.99584				07	057	05770	05770028
2894666	Jossa	jossa	DE		0	Europe/Berlin	50.49033	9.45125				05	066	06631	06631014
2894667	Jossa	jossa	DE		0	Europe/Berlin	50.23931	9.59406		Jossa		05	064	06435	06435027
2894668	Jöslein	joslein	DE		0	Europe/Berlin	49.99655	11.48038				02	094	09477	09477142
2894670	Joshofen	joshofen	DE		0	Europe/Berlin	48.74481	11.21962				02	091	09185	09185149
2894672	Josephsthal	josephsthal	DE		0	Europe/Berlin	49.70685	11.97271				02	093	09374	09374124
2894677	Josephshof	josephshof	DE		0	Europe/Berlin	49.84982	12.1495				02	093	09377	09377149
2894678	Josephshof	josephshof	DE		0	Europe/Berlin	49.7	10.35		Habermannshof,Josephshof		02	096	09675	09675139
2894679	Josephsdorf	josephsdorf	DE		0	Europe/Berlin	50.95199	14.66128		Josefsdorf,Josephsdorf		13	00	14626	14626280
2894680	Josephsbrunn	josephsbrunn	DE		0	Europe/Berlin	51.58333	14.31667				11	00	12071	12071372
2894682	Josephenburg	josephenburg	DE		0	Europe/Berlin	48.68007	11.42014				02	091	09185	09185140
2894688	Josefsthal	josefsthal	DE		0	Europe/Berlin	47.69145	11.88506				02	091	09182	09182131
2894693	Josbach	josbach	DE		0	Europe/Berlin	50.91165	8.99611		Josbach		05	065	06534	06534017
2894697	Jörsensmühle	joersensmuehle	DE		0	Europe/Berlin	51.07167	7.34762				07	053	05374	05374052
2894698	Jörnstorf	joernstorf	DE		0	Europe/Berlin	54.05577	11.69788				12	00	13072	13072014
2894699	Jörl	joerl	DE		883	Europe/Berlin	54.6	9.3		Joerl,Jorl,Jörl	01059132	10	00	01059	01059132
2894701	Jorkerfelde	jorkerfelde	DE		0	Europe/Berlin	53.52601	9.67584				06	00	03359	03359028
2894707	Jördenstorf	joerdenstorf	DE		1213	Europe/Berlin	53.87823	12.61619		Jordenstorf,Jördenstorf		12	00	13072	13072049
2894712	Jordanbad	jordanbad	DE		0	Europe/Berlin	48.07553	9.82196				01	084	08426	08426120
2894715	Jordan	jordan	DE		0	Europe/Berlin	54.71667	9.76667				10	00	01059	01059167
2894719	Joosenhof	joosenhof	DE		0	Europe/Berlin	48.92574	9.78459				01	081	08136	08136027
2894720	Jönsthövel	joensthoevel	DE		0	Europe/Berlin	51.80649	7.85668				07	055	05570	05570040
2894727	Jolling	jolling	DE		0	Europe/Berlin	47.92077	12.28271				02	091	09187	09187128
2894730	Jöllenbeck	joellenbeck	DE		0	Europe/Berlin	52.09658	8.51294				07	057	05711	05711000
2894731	Joldelundfeld	joldelundfeld	DE		0	Europe/Berlin	54.64854	9.11286				10	00	01054	01054059
2894737	Jöhstadt	joehstadt	DE		3310	Europe/Berlin	50.51229	13.0946		Jekhshtat,Jeshtat,Jestate,Jjoshtadt,Johstadt,Jöhstadt,Jēštate,yue he si ta te,ywnshtat,Јехштат,Јештат,Йёштадт,يونشتات,یون‌اشتات,约赫斯塔特		13	00	14521	14521330
2894739	Johnsdorf	johnsdorf	DE		0	Europe/Berlin	51.30513	14.36917		Jensecy,Jeńšecy		13	00	14625	14625280
2894740	Johnsbach	johnsbach	DE		0	Europe/Berlin	50.8292	13.74767				13	00	14628	14628130
2894742	Jöhlingen	joehlingen	DE		5336	Europe/Berlin	49.03218	8.5735				01	082	08215	08215089
2894746	Johannstorf	johannstorf	DE		0	Europe/Berlin	53.92746	10.9356				12	00	13074	13074017
2894747	Johannshof	johannshof	DE		0	Europe/Berlin	53.60192	12.7202				12	00	13071	13071172
2894748	Johannsbuchbach	johannsbuchbach	DE		0	Europe/Berlin	48.33248	12.5764				02	091	09171	09171127
2894754	Johannis-Vorstadt	johannis-vorstadt	DE		0	Europe/Berlin	51.75	11.46667				14	00	15089	15089015
2894755	Johannisthal	johannisthal	DE		18254	Europe/Berlin	52.44653	13.5066		Berlin-Johannisthal,Jokhannistal',Йоханнисталь		16	00	11000	11000000
2894756	Johannisthal	johannisthal	DE		0	Europe/Berlin	52.79882	13.09673				11	00	12065	12065165
2894757	Johannisthal	johannisthal	DE		0	Europe/Berlin	51.43854	14.05517				13	00	14625	14625310
2894758	Johannisthal	johannisthal	DE		0	Europe/Berlin	50.20803	11.28728				02	094	09476	09476146
2894759	Johannisthal	johannisthal	DE		0	Europe/Berlin	49.81214	12.16868		Johannisthal		02	093	09374	09374168
2894760	Johannisthal	johannisthal	DE		0	Europe/Berlin	49.55241	11.16806				02	095	09572	09572131
2894762	Johannistal	johannistal	DE		0	Europe/Berlin	54.35555	10.88195		Johannistal,Johannisthal		10	00	01055	01055015
2894763	Johannisthal	johannisthal	DE		0	Europe/Berlin	54.05914	13.25243				12	00	13075	13075027
2894764	Johannistal	johannistal	DE		0	Europe/Berlin	51.28744	6.35398				07	051	05166	05166032
2894767	Johannisschwimmbach	johannisschwimmbach	DE		0	Europe/Berlin	48.52973	12.5567				02	092	09279	09279126
2894769	Johanniskreuz	johanniskreuz	DE		0	Europe/Berlin	49.3374	7.82458				08	00	07335	07335047
2894773	Johannishof	johannishof	DE		0	Europe/Berlin	53.88278	13.79362				12	00	13075	13075094
2894774	Johannishof bei Oberhaid	johannishof-bei-oberhaid	DE		0	Europe/Berlin	49.94117	10.83529				02	094	09471	09471165
2894781	Johannisdorf	johannisdorf	DE		0	Europe/Berlin	54.26385	10.86233				10	00	01055	01055033
2894785	Johannisberger Grund	johannisberger-grund	DE		0	Europe/Berlin	50	7.98333				05	064	06439	06439004
2894787	Johannisberg	johannisberg	DE		0	Europe/Berlin	53.64518	13.85867				12	00	13075	13075143
2894788	Johannisberg	johannisberg	DE		0	Europe/Berlin	51.1	7.01667				07	053	05378	05378016
2894789	Johannisberg	johannisberg	DE		0	Europe/Berlin	50.64488	7.3719		Johannisberg		08	00	07138	07138077
2894790	Johannisberg	johannisberg	DE		0	Europe/Berlin	50.59665	10.45831				15	00	16066	16066042
2894791	Johannisberg	johannisberg	DE		0	Europe/Berlin	50.00329	7.97927		Johanisberg,Johannisberg,Johannisberg im Rheingau		05	064	06439	06439004
2894792	Johannisberg	johannisberg	DE		0	Europe/Berlin	47.74304	11.36106				02	091	09190	09190141
2894815	Johannettental	johannettental	DE		0	Europe/Berlin	51.92532	8.89017				07	057	05766	05766020
2894818	Johannesstift	johannesstift	DE		0	Europe/Berlin	52.57045	13.19731				16	00	11000	11000000
2894820	Johanneskirchen	johanneskirchen	DE		0	Europe/Berlin	48.17012	11.65063		Johanneskirchen,Johanniskirchen		02	091	09162	09162000
2894821	Johanneskirchen	johanneskirchen	DE		0	Europe/Berlin	48.40601	12.32685				02	092	09274	09274184
2894829	Johannesbrunn	johannesbrunn	DE		0	Europe/Berlin	48.47861	12.46219				02	092	09274	09274179
2894843	Johannenhöhe	johannenhoehe	DE		0	Europe/Berlin	53.81764	13.05199				12	00	13071	13071008
2894844	Johannenhof	johannenhof	DE		0	Europe/Berlin	52.33681	11.75977				14	00	15083	15083030
2894847	Johannashall	johannashall	DE		0	Europe/Berlin	51.57085	11.77581		Johannashall,Kolonie Johannashall		14	00	15088	15088319
2894851	Joditz	joditz	DE		0	Europe/Berlin	50.37147	11.83777				02	094	09475	09475141
2894853	Jocksdorf	jocksdorf	DE		0	Europe/Berlin	51.66569	14.6065				11	00	12071	12071294
2894854	Jockischberg	jockischberg	DE		0	Europe/Berlin	51.11996	13.42274				13	00	14627	14627100
2894856	Jocketa	jocketa	DE		0	Europe/Berlin	50.55895	12.17177				13	00	14523	14523330
2894857	Jöckern	joeckern	DE		0	Europe/Berlin	51.69739	6.49852				07	051	05170	05170048
2894866	Jochsberg	jochsberg	DE		0	Europe/Berlin	49.31175	10.38903				02	095	09571	09571174
2894869	Jochenstein	jochenstein	DE		0	Europe/Berlin	48.51705	13.71701		Jochenstein		02	092	09275	09275153
2894873	Jochberg	jochberg	DE		0	Europe/Berlin	47.73204	12.79292				02	091	09172	09172131
2894875	Joch	joch	DE		0	Europe/Berlin	47.63333	11.35				02	091	09173	09173133
2894876	Jobsthof	jobsthof	DE		0	Europe/Berlin	49.28333	12.16667				02	093	09376	09376168
2894878	Jobsthalerhof	jobsthalerhof	DE		0	Europe/Berlin	49.92937	10.00524				02	096	09679	09679143
2894879	Jobstgreuth	jobstgreuth	DE		0	Europe/Berlin	49.49629	10.52761				02	095	09575	09575145
2894880	Joaswerk	joaswerk	DE		0	Europe/Berlin	50.76362	6.32805				07	053	05334	05334032
2894888	Joachimshof	joachimshof	DE		0	Europe/Berlin	52.83383	12.26246				11	00	12068	12068052
2894892	Jiggel	jiggel	DE		0	Europe/Berlin	52.90761	10.96058				06	00	03354	03354001
2894895	Jeversen	jeversen	DE		0	Europe/Berlin	52.65991	9.77131				06	00	03351	03351023
2894898	Jevenstedterteich	jevenstedterteich	DE		0	Europe/Berlin	54.25	9.68333				10	00	01058	01058086
2894905	Jetzhöfe	jetzhoefe	DE		0	Europe/Berlin	48.20906	10.00966				01	084	08426	08426108
2894908	Jetzenau	jetzenau	DE		0	Europe/Berlin	48.33389	13.17457				02	092	09275	09275132
2894909	Jetzelsberg	jetzelsberg	DE		0	Europe/Berlin	48.32478	12.88307				02	092	09277	09277148
2894910	Jetzelmaierhöfe	jetzelmaierhofe	DE		0	Europe/Berlin	48.51145	11.63855				02	091	09186	09186152
2894913	Jettkofen	jettkofen	DE		0	Europe/Berlin	47.96787	9.37066		Jettkofen		01	084	08437	08437086
2894914	Jettingsdorf	jettingsdorf	DE		0	Europe/Berlin	49.11158	11.40389				02	093	09373	09373112
2894917	Jettenstetten	jettenstetten	DE		0	Europe/Berlin	48.35444	12.20669				02	091	09177	09177139
2894920	Jettenhofen	jettenhofen	DE		0	Europe/Berlin	49.12557	11.34974				02	093	09373	09373126
2894921	Jettenhausen	jettenhausen	DE		0	Europe/Berlin	47.97516	11.5456				02	091	09184	09184134
2894922	Jettenhausen	jettenhausen	DE		0	Europe/Berlin	47.66667	9.46667		Jettenhausen		01	084	08435	08435016
2894923	Jettenburg	jettenburg	DE		0	Europe/Berlin	48.50171	9.12835				01	084	08416	08416023
2894928	Jettebruch	jettebruch	DE		0	Europe/Berlin	52.93079	9.79798				06	00	03358	03358008
2894930	Jetscheba	jetscheba	DE		0	Europe/Berlin	51.29703	14.48376		Habichtau,Jatrob,Jatřob,Jetscheba		13	00	14625	14625160
2894931	Jetsch	jetsch	DE		0	Europe/Berlin	51.9234	13.64056				11	00	12061	12061244
2894932	Jethe	jethe	DE		0	Europe/Berlin	51.69634	14.56319		Jaty,Jethe		11	00	12071	12071414
2894933	Jethausermoor	jethausermoor	DE		0	Europe/Berlin	53.36577	8.16121				06	00	03455	03455026
2894934	Jethausen	jethausen	DE		0	Europe/Berlin	53.37882	8.16902				06	00	03455	03455026
2894943	Jesuborn	jesuborn	DE		0	Europe/Berlin	50.65808	11.02201				15	00	16070	16070029
2894946	Jestädt	jestaedt	DE		0	Europe/Berlin	51.21432	10.01826				05	066	06636	06636007
2894952	Jeßnigk	jessnigk	DE		0	Europe/Berlin	51.74847	13.2853				11	00	12062	12062461
2894953	Jeßling	jessling	DE		0	Europe/Berlin	48.22801	12.15964				02	091	09177	09177137
2894954	Jessin	jessin	DE		0	Europe/Berlin	54.09162	13.0103				12	00	13073	13073035
2894955	Jesserndorf	jesserndorf	DE		0	Europe/Berlin	50.08871	10.68875				02	096	09674	09674130
2894960	Jessener Berge	jessener-berge	DE		0	Europe/Berlin	51.8	12.98333				14	00	15091	15091145
2894962	Jessen	jessen	DE		11065	Europe/Berlin	51.79337	12.95762		Jessen		14	00	15091	15091145
2894963	Jessen	jessen	DE		0	Europe/Berlin	51.55	14.28333		Jasen,Jaseń,Jessen		11	00	12071	12071372
2894964	Jessen	jessen	DE		0	Europe/Berlin	51.20913	13.52959		Jessen		13	00	14627	14627170
2894965	Jessen	jessen	DE		0	Europe/Berlin	51.19006	13.28372				13	00	14627	14627130
2894966	Jesow	jesow	DE		0	Europe/Berlin	53.38108	11.01637				12	00	13076	13076142
2894967	Jesinghausen	jesinghausen	DE		0	Europe/Berlin	51.28333	7.25				07	051	05124	05124000
2894968	Jesingen	jesingen	DE		0	Europe/Berlin	48.63906	9.48923				01	081	08116	08116033
2894973	Jeserigerhütten	jeserigerhuetten	DE		0	Europe/Berlin	52.06664	12.46049				11	00	12069	12069665
2894978	Jesenkofen	jesenkofen	DE		0	Europe/Berlin	48.422	12.46886				02	092	09274	09274120
2894981	Jeschütz	jeschuetz	DE		0	Europe/Berlin	51.23421	14.46291		Jesicy,Ješicy		13	00	14625	14625160
2894983	Jesau	jesau	DE		0	Europe/Berlin	51.28349	14.12146		Jesau,Jezow,Jěžow		13	00	14625	14625250
2894986	Jerze	jerze	DE		0	Europe/Berlin	51.97073	10.16385				06	00	03254	03254008
2894989	Jerxerheide	jerxerheide	DE		0	Europe/Berlin	51.95137	8.86941				07	057	05766	05766020
2894991	Jerxen	jerxen	DE		0	Europe/Berlin	51.95626	8.87616				07	057	05766	05766020
2894992	Jerusalem	jerusalem	DE		0	Europe/Berlin	53.52011	8.4136				06	00	03461	03461007
2894993	Jerusalem	jerusalem	DE		0	Europe/Berlin	50.58895	10.40133				15	00	16066	16066042
2894995	Jerstedt	jerstedt	DE		0	Europe/Berlin	51.95231	10.38946				06	00	03153	03153017
2895002	Jerrisbek	jerrisbek	DE		0	Europe/Berlin	54.59375	9.33982				10	00	01059	01059162
2895005	Jerischke	jerischke	DE		0	Europe/Berlin	51.61489	14.7125				11	00	12071	12071294
2895006	Jerisau	jerisau	DE		0	Europe/Berlin	50.8358	12.54104				13	00	14524	14524080
2895007	Jeringhave	jeringhave	DE		0	Europe/Berlin	53.40953	8.06542				06	00	03455	03455026
2895010	Jerchwitz	jerchwitz	DE		0	Europe/Berlin	51.23349	14.69153		Jerchecy,Jerchwitz,Jěrchecy		13	00	14626	14626190
2895018	Jepolding	jepolding	DE		0	Europe/Berlin	48.00493	12.42205				02	091	09189	09189133
2895021	Jenseits der Aue	jenseits-der-aue	DE		0	Europe/Berlin	53.11494	7.92653				06	00	03451	03451004
2895024	Jennyhof	jennyhof	DE		0	Europe/Berlin	53.46667	13.08333				12	00	13071	13071075
2895026	Jennelt	jennelt	DE		0	Europe/Berlin	53.46218	7.13167				06	00	03452	03452014
2895027	Jenneken	jenneken	DE		0	Europe/Berlin	50.94596	7.48998		Jennecken,Jenneken		07	053	05374	05374048
2895029	Jenkwitz	jenkwitz	DE		0	Europe/Berlin	51.1719	14.48797		Jenkecy,Jenkwitz		13	00	14625	14625290
2895030	Jenkofen	jenkofen	DE		0	Europe/Berlin	48.53187	12.23482				02	092	09274	09274111
2895031	Menkhofen	menkhofen	DE		0	Europe/Berlin	47.88288	11.94141				02	091	09187	09187122
2895032	Jenhorst	jenhorst	DE		0	Europe/Berlin	52.45902	8.92333				06	00	03256	03256024
2895033	Jenhausen	jenhausen	DE		0	Europe/Berlin	47.83648	11.241		Jenhausen		02	091	09190	09190152
2895035	Jenfeld	jenfeld	DE		0	Europe/Berlin	53.57222	10.13611				04	00	02000	02000000
2895036	Jenerseite	jenerseite	DE		0	Europe/Berlin	53.5	10.01667				04	00	02000	02000000
2895038	Jenbach	jenbach	DE		0	Europe/Berlin	47.77255	12.00719				02	091	09187	09187129
2895039	Jenaprießnitz	jenapriessnitz	DE		0	Europe/Berlin	50.92681	11.65146		Jenapriessnitz,Jenaprießnitz		15	00	16053	16053000
2895040	Jenalöbnitz	jenaloebnitz	DE		155	Europe/Berlin	50.95	11.7		Jenalobnitz,Jenalöbnitz	16074043	15	00	16074	16074043
2895128	Jauchen	jauchen	DE		0	Europe/Berlin	47.41486	10.25974				02	097	09780	09780133
2895129	Jaubing	jaubing	DE		0	Europe/Berlin	48.24831	12.76955				02	091	09171	09171125
2895046	Jemmeritz	jemmeritz	DE		0	Europe/Berlin	52.65073	11.25255				14	00	15081	15081240
2895052	Jemenn	jemenn	DE		0	Europe/Berlin	52.93506	12.08623		Ausbau Nord,Jemenn		11	00	12070	12070302
2895055	Jelpke	jelpke	DE		0	Europe/Berlin	52.38275	10.65675		Jelpke		06	00	03151	03151006
2895057	Jellinghausen	jellinghausen	DE		0	Europe/Berlin	51.31495	7.3766				07	059	05954	05954008
2895060	Jellenkofen	jellenkofen	DE		0	Europe/Berlin	48.70512	12.19783				02	092	09274	09274127
2895062	Jeinsen	jeinsen	DE		0	Europe/Berlin	52.21697	9.79277				06	00	03241	03241013
2895063	Jehserig	jehserig	DE		0	Europe/Berlin	51.63676	14.25403		Jazorki,Jehserig		11	00	12071	12071057
2895065	Jehsen	jehsen	DE		0	Europe/Berlin	50.22934	11.7969				02	094	09475	09475154
2895066	Jehschen	jehschen	DE		0	Europe/Berlin	51.74002	14.04781		Jazyn,Jažyn,Jehschen		11	00	12066	12066320
2895067	Jehrden	jehrden	DE		0	Europe/Berlin	53.39664	10.01141				06	00	03353	03353031
2895068	Jehmichen	jehmichen	DE		0	Europe/Berlin	50.58422	11.33116				15	00	16073	16073077
2895071	Jeggen	jeggen	DE		0	Europe/Berlin	52.27741	8.19357				06	00	03459	03459012
2895073	Jeggel	jeggel	DE		0	Europe/Berlin	52.91669	11.64191				14	00	15090	15090635
2895075	Jeetzel	jeetzel	DE		0	Europe/Berlin	52.95179	11.13688				06	00	03354	03354018
2895079	Jeesewitz	jeesewitz	DE		0	Europe/Berlin	51.23448	12.89963		Jeesewitz		13	00	14729	14729160
2895080	Jeeser	jeeser	DE		0	Europe/Berlin	54.17454	13.25518				12	00	13073	13073090
2895081	Jeese	jeese	DE		0	Europe/Berlin	53.8154	11.12469		Jeese		12	00	13074	13074005
2895082	Jeersdorf	jeersdorf	DE		0	Europe/Berlin	53.16982	9.46753				06	00	03357	03357041
2895083	Jeerhof	jeerhof	DE		0	Europe/Berlin	53.12725	9.29186				06	00	03357	03357005
2895085	Jeebel	jeebel	DE		0	Europe/Berlin	52.96073	8.84714				06	00	03251	03251047
2895086	Jeebel	jeebel	DE		0	Europe/Berlin	52.86575	11.26456				14	00	15081	15081455
2895087	Jedling	jedling	DE		0	Europe/Berlin	47.81258	11.88459		Jealing		02	091	09182	09182123
2895088	Jedinghagen	jedinghagen	DE		0	Europe/Berlin	51.05688	7.49937		Jedinghagen		07	053	05374	05374024
2895089	Jeding	jeding	DE		0	Europe/Berlin	49.4158	12.02747				02	093	09376	09376125
2895090	Jedesheim	jedesheim	DE		0	Europe/Berlin	48.20099	10.11051				02	097	09775	09775129
2895091	Jedesbach	jedesbach	DE		0	Europe/Berlin	49.36904	12.44012				02	093	09376	09376172
2895092	Jederschwing	jederschwing	DE		0	Europe/Berlin	48.70556	13.23417				02	092	09275	09275120
2895094	Jederitz	jederitz	DE		0	Europe/Berlin	52.80318	12.13491				14	00	15090	15090225
2895096	Jedenhofen	jedenhofen	DE		0	Europe/Berlin	48.37683	11.44089				02	091	09174	09174150
2895097	Jedelstetten	jedelstetten	DE		0	Europe/Berlin	48.12932	10.97079				02	091	09181	09181122
2895098	Jedelhausen	jedelhausen	DE		0	Europe/Berlin	48.35317	10.06322				02	097	09775	09775135
2895099	Jeddingen	jeddingen	DE		0	Europe/Berlin	52.97071	9.51423				06	00	03357	03357051
2895100	Jeddenbruch	jeddenbruch	DE		0	Europe/Berlin	52.85	8.8				06	00	03251	03251007
2895101	Jeddeloh Zwei	jeddeloh-zwei	DE		0	Europe/Berlin	53.08333	8.01667				06	00	03451	03451004
2895102	Jeddeloherwiesen	jeddeloherwiesen	DE		0	Europe/Berlin	53.06667	8.03333				06	00	03453	03453002
2895103	Jeddeloherdamm	jeddeloherdamm	DE		0	Europe/Berlin	53.12347	8.0175				06	00	03451	03451004
2895104	Jeddeloh Eins	jeddeloh-eins	DE		0	Europe/Berlin	53.12094	8.02917		Jeddeloh,Jeddeloh Eins,Jeddeloh I		06	00	03451	03451004
2895107	Jechtingen	jechtingen	DE		0	Europe/Berlin	48.11877	7.6077				01	083	08316	08316038
2895108	Jechling	jechling	DE		0	Europe/Berlin	47.7821	12.88428				02	091	09172	09172112
2895109	Jechaburg	jechaburg	DE		0	Europe/Berlin	51.37355	10.83758		Jechaburg,Yekaburg [a. 1196]		15	00	16065	16065067
2895110	Jecha	jecha	DE		0	Europe/Berlin	51.35985	10.89101		Jecha		15	00	16065	16065067
2895111	Jebertshausen	jebertshausen	DE		0	Europe/Berlin	48.59363	11.64148				02	091	09186	09186162
2895113	Jebenhausen	jebenhausen	DE		0	Europe/Berlin	48.6826	9.62698		Goppingen-Jebenhausen,Göppingen-Jebenhausen		01	081	08117	08117026
2895114	Javenloch	javenloch	DE		0	Europe/Berlin	53.69793	7.85488				06	00	03455	03455020
2895117	Jävenitz	jaevenitz	DE		1194	Europe/Berlin	52.5241	11.49909				14	00	15081	15081135
2895119	Jaunen	jaunen	DE		0	Europe/Berlin	47.75205	10.45009				02	097	09780	09780114
2895122	Jauernick-Buschbach	jauernick-buschbach	DE		0	Europe/Berlin	51.09633	14.91433		Jauernick-Buschbach		13	00	14626	14626300
2895124	Jauern	jauern	DE		0	Europe/Berlin	50.9489	12.37758				15	00	16077	16077043
2895125	Jauer	jauer	DE		0	Europe/Berlin	51.23053	14.18123		Jauer,Jawora		13	00	14625	14625440
2895127	Jauchshofen	jauchshofen	DE		0	Europe/Berlin	48.75565	11.8886				02	092	09273	09273139
2895133	Jatzke	jatzke	DE		0	Europe/Berlin	53.60389	13.53245				12	00	13071	13071035
2895135	Jastorf	jastorf	DE		0	Europe/Berlin	53.04405	10.60314				06	00	03360	03360002
2895136	Jassewitz	jassewitz	DE		0	Europe/Berlin	53.88719	11.32132				12	00	13074	13074032
2895139	Jasnitz	jasnitz	DE		0	Europe/Berlin	53.38637	11.3719				12	00	13076	13076111
2895141	Jäskau	jaeskau	DE		0	Europe/Berlin	52.55241	11.52477				14	00	15081	15081135
2895146	Jasdorf	jasdorf	DE		0	Europe/Berlin	54.31051	10.31007				10	00	01057	01057016
2895147	Jasberg	jasberg	DE		0	Europe/Berlin	47.89045	11.63182				02	091	09173	09173118
2895148	Jarzt	jarzt	DE		0	Europe/Berlin	48.36207	11.56311				02	091	09178	09178123
2895149	Jarstorf	jarstorf	DE		0	Europe/Berlin	54.08744	9.43308		Jarsdorf,Jarstorf		10	00	01058	01058161
2895150	Jarßum	jarssum	DE		0	Europe/Berlin	53.33773	7.25195				06	00	03402	03402000
2895152	Jarrenwisch	jarrenwisch	DE		0	Europe/Berlin	54.21729	8.96098				10	00	01051	01051140
2895154	Jarplundfeld	jarplundfeld	DE		0	Europe/Berlin	54.75	9.43333				10	00	01059	01059183
2895155	Jarplund	jarplund	DE		0	Europe/Berlin	54.74066	9.43625		Jarplund		10	00	01059	01059183
2895158	Jarnsen	jarnsen	DE		0	Europe/Berlin	52.64342	10.28634				06	00	03351	03351016
2895159	Jarnitz	jarnitz	DE		0	Europe/Berlin	54.4631	13.4384				12	00	13073	13073072
2895160	Jarmstorf	jarmstorf	DE		0	Europe/Berlin	53.70019	11.10623				12	00	13074	13074021
2895161	Jarmshagen	jarmshagen	DE		0	Europe/Berlin	54.11356	13.25578				12	00	13075	13075141
2895163	Jarlitz	jarlitz	DE		0	Europe/Berlin	52.99498	10.7				06	00	03360	03360015
2895164	Jarlingen	jarlingen	DE		0	Europe/Berlin	52.9263	9.62571				06	00	03358	03358024
2895165	Jarkvitz	jarkvitz	DE		0	Europe/Berlin	54.32724	13.1781				12	00	13073	13073003
2895166	Järkendorf	jarkendorf	DE		0	Europe/Berlin	49.8525	10.32986				02	096	09675	09675158
2895167	Jargelin	jargelin	DE		0	Europe/Berlin	53.88438	13.64969				12	00	13075	13075150
2895168	Jarezöd	jarezod	DE		0	Europe/Berlin	47.9019	12.05226				02	091	09187	09187137
2895169	Jardinghausen	jardinghausen	DE		0	Europe/Berlin	52.85419	8.85241		Jardinghausen,Jardinhausen		06	00	03251	03251041
2895175	Jarchow	jarchow	DE		0	Europe/Berlin	53.33026	11.90643				12	00	13076	13076168
2895179	Japzow	japzow	DE		0	Europe/Berlin	53.68302	13.10634				12	00	13071	13071163
2895187	Jänschwalde Ost	jaenschwalde-ost	DE		0	Europe/Berlin	51.87466	14.54287	82	Janschwalde Ost,Jansojce Juso,Janšojce Jušo,Jänschwalde Ost		11	00	12071	12071193
2895191	Janow	janow	DE		0	Europe/Berlin	53.7869	13.38612				12	00	13075	13075127
2895192	Jannowitz	jannowitz	DE		0	Europe/Berlin	51.39947	13.85127				11	00	12066	12066124
2895193	Jannowitz	jannowitz	DE		0	Europe/Berlin	51.19033	14.32537		Janecy,Jannowitz		13	00	14625	14625150
2895196	Jännersdorf	jaennersdorf	DE		0	Europe/Berlin	53.33251	12.0575				11	00	12070	12070266
2895199	Jannebyfeld	jannebyfeld	DE		0	Europe/Berlin	54.63961	9.27811				10	00	01059	01059128
2895205	Jänkendorf	jaenkendorf	DE		0	Europe/Berlin	51.25127	14.81176		Nemske Jenkecy,Němske Jenkecy		13	00	14626	14626580
2895211	Jänickendorf	jaenickendorf	DE		0	Europe/Berlin	52.43241	14.01715				11	00	12067	12067473
2895212	Jänickendorf	jaenickendorf	DE		0	Europe/Berlin	52.05748	13.22836				11	00	12072	12072312
2895214	Janahof	janahof	DE		0	Europe/Berlin	49.20511	12.66836				02	093	09372	09372116
2895218	Jammersdorf	jammersdorf	DE		0	Europe/Berlin	53.7735	11.35506				12	00	13074	13074008
2895220	Jammelshofen	jammelshofen	DE		0	Europe/Berlin	50.39102	7.03003				08	00	07131	07131037
2895222	Jämlitz	jaemlitz	DE		0	Europe/Berlin	51.56514	14.66324				11	00	12071	12071189
2895223	Jamitzow	jamitzow	DE		0	Europe/Berlin	53.91486	13.8622				12	00	13075	13075021
2895224	Jamikow	jamikow	DE		0	Europe/Berlin	53.1641	14.17452		Jamickow,Jamikow		11	00	12073	12073603
2895228	Jamel	jamel	DE		0	Europe/Berlin	53.87248	11.30266		Jamel		12	00	13074	13074022
2895229	Jamel	jamel	DE		0	Europe/Berlin	53.48294	11.51762				12	00	13076	13076005
2895232	Jalm	jalm	DE		0	Europe/Berlin	54.63624	9.43235				10	00	01059	01059159
2895233	Jakobwüllesheim	jakobwuellesheim	DE		0	Europe/Berlin	50.76227	6.55949				07	053	05358	05358060
2895235	Jakobsthal	jakobsthal	DE		0	Europe/Berlin	50.05137	9.32186				02	096	09671	09671126
2895240	Jakobsknopp	jakobsknopp	DE		0	Europe/Berlin	50.16146	6.52172				08	00	07232	07232332
2895243	Jakobshäuser	jakobshaeuser	DE		0	Europe/Berlin	51.32461	14.91404				13	00	14626	14626480
2895244	Jakobshagen	jakobshagen	DE		0	Europe/Berlin	53.20434	13.5596				11	00	12073	12073069
2895250	Jakobsberg	jakobsberg	DE		0	Europe/Berlin	52.05698	11.19721				14	00	15083	15083415
2895251	Jakobsberg	jakobsberg	DE		0	Europe/Berlin	51.63148	9.33084		Jakobsberg		07	057	05762	05762008
2895252	Jakobsberg	jakobsberg	DE		0	Europe/Berlin	47.91214	12.00437				02	091	09187	09187179
2895259	Jakobrettenbach	jakobrettenbach	DE		0	Europe/Berlin	48.31278	12.16956				02	091	09177	09177115
2895261	Jakobidrebber	jakobidrebber	DE		0	Europe/Berlin	52.64973	8.42487				06	00	03251	03251013
2895262	Jakobi	jakobi	DE		0	Europe/Berlin	51.55781	8.09845				07	059	05974	05974040
2895266	Jaibling	jaibling	DE		0	Europe/Berlin	48.42809	11.78299				02	091	09178	09178140
2895267	Jaibing	jaibing	DE		0	Europe/Berlin	48.29851	12.11986				02	091	09177	09177115
2895270	Jahrsfeld	jahrsfeld	DE		0	Europe/Berlin	50.54023	7.51639				08	00	07138	07138071
2895275	Jahrsau	jahrsau	DE		0	Europe/Berlin	52.88333	11.28333		Jahrsau		14	00	15081	15081455
2895277	Jahrdorf	jahrdorf	DE		0	Europe/Berlin	48.63255	13.64218				02	092	09275	09275126
2895279	Jahnshorn	jahnshorn	DE		0	Europe/Berlin	50.88333	12.75				13	00	14524	14524220
2895280	Jahnshof	jahnshof	DE		0	Europe/Berlin	54.31097	10.89991				10	00	01055	01055015
2895281	Jahnshain	jahnshain	DE		0	Europe/Berlin	50.99468	12.64637		Jahnshain		13	00	14729	14729140
2895282	Jahnsgrün	jahnsgruen	DE		0	Europe/Berlin	50.47888	12.2611				13	00	14523	14523050
2895283	Jahnsfelde	jahnsfelde	DE		0	Europe/Berlin	52.51108	14.22751				11	00	12064	12064317
2895284	Jahnsdorf	jahnsdorf	DE		6117	Europe/Berlin	50.74509	12.85414		Jahnsdorf,Jahnsdorf/Erzgebirge		13	00	14521	14521310
2895285	Jahnsdorf	jahnsdorf	DE		0	Europe/Berlin	50.71667	13.18333				13	00	14521	14521495
2895287	Jahnsbach	jahnsbach	DE		0	Europe/Berlin	50.66709	12.93454		Jahnsbach		13	00	14521	14521640
2895288	Jahnkow	jahnkow	DE		0	Europe/Berlin	54.01523	12.96215				12	00	13073	13073029
2895291	Jahnkendorf	jahnkendorf	DE		0	Europe/Berlin	54.18745	12.5427				12	00	13073	13073055
2895292	Jahnishausen	jahnishausen	DE		0	Europe/Berlin	51.27416	13.27938				13	00	14627	14627260
2895293	Jahnberge	jahnberge	DE		785	Europe/Berlin	52.72163	12.71101				11	00	12063	12063142
2895296	Jahna	jahna	DE		0	Europe/Berlin	51.2236	13.18147		Jahna		13	00	14522	14522450
2895297	Jahmo	jahmo	DE		0	Europe/Berlin	51.95066	12.70051				14	00	15091	15091375
2895300	Jahmen Ausbau	jahmen-ausbau	DE		0	Europe/Berlin	51.35744	14.56151		Jahmen Anbau,Jahmen Ausbau		13	00	14626	14626060
2895301	Jahmen	jahmen	DE		0	Europe/Berlin	53.90177	12.42459				12	00	13072	13072062
2895302	Jahmen	jahmen	DE		0	Europe/Berlin	51.35071	14.59482		Jahmen,Jamno		13	00	14626	14626060
2895306	Jagstrot	jagstrot	DE		0	Europe/Berlin	49.11756	9.85183				01	081	08127	08127076
2895307	Jagstheim	jagstheim	DE		0	Europe/Berlin	49.09427	10.06245				01	081	08127	08127014
2895308	Jagstheim	jagstheim	DE		0	Europe/Berlin	48.89139	10.38333				01	081	08136	08136037
2895311	Jagstfeld	jagstfeld	DE		0	Europe/Berlin	49.23592	9.19507				01	081	08125	08125005
2895312	Jagstberg	jagstberg	DE		0	Europe/Berlin	49.33479	9.79473		Jagstberg		01	081	08126	08126056
2895316	Jagow	jagow	DE		0	Europe/Berlin	53.41764	13.78852				11	00	12073	12073579
2895320	Jaging	jaging	DE		0	Europe/Berlin	48.5775	13.16528				02	092	09275	09275138
2895321	Jagetzow	jagetzow	DE		0	Europe/Berlin	53.86127	13.35276				12	00	13075	13075140
2895323	Jägerwirth	jagerwirth	DE		0	Europe/Berlin	48.55941	13.29862				02	092	09275	09275122
2895332	Jägerthal	jaegerthal	DE		0	Europe/Berlin	49.45	8.06667				08	00	07332	07332002
2895335	Jägerstieg	jaegerstieg	DE		0	Europe/Berlin	52.31822	11.56928		Am Jagerstieg,Am Jägerstieg,Jagerstieg,Jägerstieg		14	00	15083	15083130
2895344	Jägershof	jagershof	DE		0	Europe/Berlin	49.29951	13.0158				02	093	09372	09372144
2895346	Jägersgrün	jaegersgruen	DE		0	Europe/Berlin	50.44727	12.46809				13	00	14523	14523245
2895347	Jägersfreude	jaegersfreude	DE		0	Europe/Berlin	49.26555	7.00599				09	00	10041	10041100
2895348	Jägersdorf	jaegersdorf	DE		0	Europe/Berlin	50.8332	11.60478				15	00	16074	16074087
2895349	Jägersdorf	jagersdorf	DE		0	Europe/Berlin	48.47953	11.68836				02	091	09178	09178156
2895352	Jägersburg	jaegersburg	DE		0	Europe/Berlin	49.36896	7.32376				09	00	10045	10045114
2895354	Jägersbühl	jagersbuhl	DE		0	Europe/Berlin	48.7	11.3				02	091	09185	09185139
2895369	Jägerplatz	jaegerplatz	DE		0	Europe/Berlin	52.26535	8.75019				07	057	05770	05770004
2895373	Jägerort	jaegerort	DE		0	Europe/Berlin	51.91667	8				07	055	05570	05570052
2895375	Jägerndorf	jagerndorf	DE		0	Europe/Berlin	48.5374	12.77394				02	092	09277	09277111
2895377	Jägerkrug	jaegerkrug	DE		0	Europe/Berlin	54.55	9.08333				10	00	01054	01054007
2895391	Jägerhof	jaegerhof	DE		0	Europe/Berlin	53.91967	13.07142				12	00	13071	13071029
2895392	Jägerhof	jaegerhof	DE		0	Europe/Berlin	53.56783	12.71506				12	00	13071	13071156
2895408	Jägerfleck	jagerfleck	DE		0	Europe/Berlin	48.92576	13.37014				02	092	09272	09272149
2895409	Jägerei	jaegerei	DE		0	Europe/Berlin	52.70208	10.06337				06	00	03351	03351006
2895412	Jägerbuckel	jagerbuckel	DE		0	Europe/Berlin	48.52641	8.35995				01	082	08237	08237004
2895414	Jägerbrück	jaegerbrueck	DE		0	Europe/Berlin	53.61667	14.13333				12	00	13075	13075031
2895416	Jägerbild	jagerbild	DE		0	Europe/Berlin	48.68631	13.75729				02	092	09275	09275118
2895438	Jager	jager	DE		0	Europe/Berlin	54.15017	13.25561				12	00	13073	13073090
2895441	Jagenried	jagenried	DE		0	Europe/Berlin	49.29557	12.40335				02	093	09376	09376146
2895443	Jagenberg	jagenberg	DE		0	Europe/Berlin	51.14749	7.12519				07	051	05122	05122000
2895448	Jagdshof	jagdshof	DE		0	Europe/Berlin	50.37069	11.23675				15	00	16072	16072024
2895451	Jagdkrug	jagdkrug	DE		0	Europe/Berlin	54.01485	13.65377				12	00	13075	13075156
2895458	Jagdhaus	jagdhaus	DE		0	Europe/Berlin	51.10527	8.28302				07	059	05958	05958040
2895459	Jagdhaus	jagdhaus	DE		0	Europe/Berlin	54.41379	12.60595				12	00	13073	13073100
2895469	Jädkemühl	jaedkemuehl	DE		0	Europe/Berlin	53.69608	14.00218				12	00	13075	13075078
2895472	Jaderlangstraße	jaderlangstrasse	DE		0	Europe/Berlin	53.2936	8.26414				06	00	03461	03461005
2895473	Jaderkreuzmoor	jaderkreuzmoor	DE		0	Europe/Berlin	53.31482	8.22882				06	00	03461	03461005
2895474	Jaderberg	jaderberg	DE		0	Europe/Berlin	53.33825	8.18717				06	00	03461	03461005
2895475	Jaderaußendeich	jaderaussendeich	DE		0	Europe/Berlin	53.37232	8.24378				06	00	03461	03461005
2895477	Jaderaltendeich	jaderaltendeich	DE		0	Europe/Berlin	53.34389	8.23481				06	00	03461	03461005
2895486	Jacobsthal	jacobsthal	DE		0	Europe/Berlin	51.38041	13.28067		Jacobsthal		13	00	14627	14627360
2895490	Jacobshöhe	jacobshoehe	DE		0	Europe/Berlin	50.73636	12.58235				13	00	14524	14524200
2895496	Jacobneuharting	jacobneuharting	DE		0	Europe/Berlin	48.02966	12.04711				02	091	09175	09175119
2895497	Jackstede	jackstede	DE		0	Europe/Berlin	53.56858	7.66458				06	00	03462	03462019
2895502	Jackerath	jackerath	DE		0	Europe/Berlin	51.03541	6.45198				07	053	05358	05358056
2895504	Jackenhof	jackenhof	DE		0	Europe/Berlin	48.74532	9.75361				01	081	08117	08117037
2895515	Jachenhausen	jachenhausen	DE		0	Europe/Berlin	48.99266	11.70652				02	092	09273	09273164
2895522	Jabelitz	jabelitz	DE		0	Europe/Berlin	54.52613	13.28005				12	00	13073	13073092
2895523	Jabelitz	jabelitz	DE		0	Europe/Berlin	53.85546	11.80704				12	00	13072	13072013
2895528	Jabach	jabach	DE		0	Europe/Berlin	49.40447	6.90006				09	00	10044	10044112
2895529	Iznang	iznang	DE		0	Europe/Berlin	47.71542	8.96012				01	083	08335	08335055
2895530	Ixheim	ixheim	DE		0	Europe/Berlin	49.23606	7.36678				08	00	07320	07320000
2895532	Iverslund	iverslund	DE		0	Europe/Berlin	54.73333	9.68333				10	00	01059	01059161
2895533	Ivershörn	ivershoern	DE		0	Europe/Berlin	53.9228	9.16777		Ivershorn,Ivershörn,Jvershorn,Jvershörn		10	00	01051	01051011
2895534	Iversheim	iversheim	DE		0	Europe/Berlin	50.5838	6.77135		Iversheim		07	053	05366	05366004
2895538	Ivenfleth	ivenfleth	DE		0	Europe/Berlin	53.82534	9.41184				10	00	01061	01061015
2895542	Ivendorf	ivendorf	DE		0	Europe/Berlin	54.0679	11.92883				12	00	13072	13072047
2895543	Ivendorf	ivendorf	DE		0	Europe/Berlin	53.93984	10.8399				10	00	01003	01003000
2895548	Ivangsheide	ivangsheide	DE		0	Europe/Berlin	51.26847	6.63508				07	051	05162	05162022
2895549	Itzwörden	itzwoerden	DE		0	Europe/Berlin	53.80116	9.0852		Itzworden,Itzwörden,Jtzworden,Jtzwörden		06	00	03352	03352063
2895550	Itzum	itzum	DE		0	Europe/Berlin	52.11502	9.99441		Itzum		06	00	03254	03254021
2895553	Itzlishofen	itzlishofen	DE		0	Europe/Berlin	48.26903	10.67417				02	097	09772	09772141
2895554	Itzlings	itzlings	DE		0	Europe/Berlin	47.65756	9.83874				02	097	09776	09776131
2895555	Itzlingen	itzlingen	DE		0	Europe/Berlin	48.89878	10.37414				01	081	08136	08136010
2895556	Itzling	itzling	DE		0	Europe/Berlin	48.85721	12.99008				02	092	09271	09271119
2895557	Itzling	itzling	DE		0	Europe/Berlin	48.43817	11.73654				02	091	09178	09178124
2895558	Itzling	itzling	DE		0	Europe/Berlin	48.39982	12.03668				02	091	09177	09177124
2895559	Itzling	itzling	DE		0	Europe/Berlin	48.28171	11.8794				02	091	09177	09177117
2895561	Itzing	itzing	DE		0	Europe/Berlin	48.81528	10.82861				02	097	09779	09779186
2895565	Itzenhain	itzenhain	DE		0	Europe/Berlin	50.92664	9.06442				05	066	06634	06634006
2895567	Itzenbüttel	itzenbuettel	DE		0	Europe/Berlin	53.32267	9.93417				06	00	03353	03353020
2895568	Itzelberg	itzelberg	DE		0	Europe/Berlin	48.73103	10.13609				01	081	08135	08135025
2895571	Itzbach	itzbach	DE		0	Europe/Berlin	49.35412	6.67156				09	00	10044	10044114
2895575	Ittling	ittling	DE		0	Europe/Berlin	49.63184	11.37986		Ittling		02	095	09574	09574158
2895576	Ittling	ittling	DE		0	Europe/Berlin	48.88352	12.6323		Ittling		02	092	09263	09263000
2895577	Ittersdorf	ittersdorf	DE		0	Europe/Berlin	49.29721	6.6556		Ittersdorf		09	00	10044	10044121
2895578	Ittersbach	ittersbach	DE		0	Europe/Berlin	48.86567	8.50642				01	082	08215	08215096
2895587	Itter	itter	DE		0	Europe/Berlin	51.16842	6.81922		Itter		07	051	05111	05111000
2895588	Ittenschwand	ittenschwand	DE		0	Europe/Berlin	47.75877	7.8778				01	083	08336	08336025
2895589	Ittenhausen	ittenhausen	DE		0	Europe/Berlin	48.2024	9.33422				01	084	08426	08426067
2895590	Ittenhausen	ittenhausen	DE		0	Europe/Berlin	47.68333	9.48333		Ittenhausen		01	084	08435	08435016
2895591	Ittendorf	ittendorf	DE		0	Europe/Berlin	47.70064	9.33828		Ittendorf		01	084	08435	08435034
2895592	Ittenbeuren	ittenbeuren	DE		0	Europe/Berlin	47.75757	9.63158				01	084	08436	08436064
2895593	Ittenberg	ittenberg	DE		0	Europe/Berlin	48.98715	9.50686				01	081	08119	08119075
2895594	Ittenbach	ittenbach	DE		0	Europe/Berlin	50.67967	7.26584		Ittenbach		07	053	05382	05382024
2895595	Ittelshofen	ittelshofen	DE		0	Europe/Berlin	49.43509	11.39445				02	095	09574	09574145
2895596	Ittelsburg	ittelsburg	DE		0	Europe/Berlin	47.87207	10.27223		Ittelsburg,Jttelsburg		02	097	09778	09778144
2895597	Ittelhofen	ittelhofen	DE		0	Europe/Berlin	49.13657	11.57856				02	093	09373	09373160
2895598	Ittel	ittel	DE		0	Europe/Berlin	49.87009	6.59057		Ittel,Ittel Kill,Ittel-Kyll		08	00	07235	07235501
2895599	Itsching	itsching	DE		0	Europe/Berlin	48.12272	12.66891				02	091	09171	09171119
2895600	Itschenöd	itschenod	DE		0	Europe/Berlin	48.09652	12.67657				02	091	09171	09171119
2895604	Isweiler	isweiler	DE		0	Europe/Berlin	50.7859	6.58616		Isweiler		07	053	05358	05358052
2895606	Istrup	istrup	DE		0	Europe/Berlin	51.95065	9.05134		Istrup		07	057	05766	05766016
2895607	Istrup	istrup	DE		0	Europe/Berlin	51.70682	9.12003				07	057	05762	05762016
2895608	Istorf	istorf	DE		0	Europe/Berlin	52.07824	8.8397				07	057	05766	05766044
2895610	Istha	istha	DE		0	Europe/Berlin	51.30476	9.2292				05	066	06633	06633028
2895611	Istergiesel	istergiesel	DE		0	Europe/Berlin	50.51747	9.60729				05	066	06631	06631009
2895612	Isterbies	isterbies	DE		0	Europe/Berlin	52.08678	12.12767				14	00	15086	15086140
2895616	Istein	istein	DE		0	Europe/Berlin	47.65957	7.53731		Istein		01	083	08336	08336014
2895618	Issing	issing	DE		0	Europe/Berlin	47.95793	10.94751				02	091	09181	09181133
2895620	Issertshof	issertshof	DE		0	Europe/Berlin	50.72931	7.40504				07	053	05382	05382020
2895621	Isserstedt	isserstedt	DE		0	Europe/Berlin	50.96048	11.52157				15	00	16053	16053000
2895624	Issendorf	issendorf	DE		0	Europe/Berlin	53.48458	9.51673				06	00	03359	03359023
2895626	Isselrott	isselrott	DE		0	Europe/Berlin	51.70042	6.61638				07	051	05170	05170012
2895628	Isselhorst	isselhorst	DE		0	Europe/Berlin	51.94604	8.40857		Isselhorst		07	057	05754	05754008
2895632	Issel	issel	DE		0	Europe/Berlin	49.81888	6.73659				08	00	07235	07235125
2895634	Israelsdorf	israelsdorf	DE		0	Europe/Berlin	53.90063	10.74519				10	00	01003	01003000
2895637	Ispingrade	ispingrade	DE		0	Europe/Berlin	51.18646	7.34855		Ispingrade		07	053	05374	05374036
2895638	Isny	isny	DE		14424	Europe/Berlin	47.6926	10.03857		Isna,Isni,Isni im Algoj,Isni-im-All'goj,Isny,Isny im Allgaeu,Isny im Allgau,Isny im Allgäu,a er ge yi de qu yi si ni,asny am alghwy,ayzny am alga,Існи-ім-Алльгой,Исни,Исни им Алгој,Исни-им-Алльгой,إسني إم آلغوي,ایزنی ام آلگا,阿尔戈伊地区伊斯尼		01	084	08436	08436049
2895639	Isnyberg	isnyberg	DE		0	Europe/Berlin	47.68333	9.98333				01	084	08436	08436049
2895640	Isnerberg	isnerberg	DE		0	Europe/Berlin	47.67217	9.98854				02	097	09776	09776112
2895642	Ismannsdorf	ismannsdorf	DE		0	Europe/Berlin	49.23453	10.77459		Ismannsdorf		02	095	09571	09571226
2895644	Isling	isling	DE		0	Europe/Berlin	50.10145	11.16391				02	094	09478	09478139
2895647	Isingort	isingort	DE		0	Europe/Berlin	52.02084	7.10518				07	055	05554	05554036
2895648	Isingheim	isingheim	DE		0	Europe/Berlin	51.22798	8.15999		Isingheim		07	059	05958	05958016
2895649	Isingerode	isingerode	DE		0	Europe/Berlin	52.02166	10.57245				06	00	03158	03158039
2895650	Isingen	isingen	DE		0	Europe/Berlin	48.28288	8.74516				01	084	08417	08417054
2895651	Isingdorf	isingdorf	DE		0	Europe/Berlin	52.0564	8.42857				07	057	05754	05754052
2895652	Ising	ising	DE		0	Europe/Berlin	47.92411	12.50545				02	091	09189	09189114
2895654	Isigatweiler	isigatweiler	DE		0	Europe/Berlin	47.63333	9.73333		Isigatsweiler,Isigatweiler		01	084	08436	08436001
2895656	Isgier	isgier	DE		0	Europe/Berlin	49.61248	12.43306				02	093	09374	09374137
2895657	Isgazhofen	isgazhofen	DE		0	Europe/Berlin	47.76829	10.08318				01	084	08436	08436055
2895661	Isernhagen Niederhägener Bauerschaft	isernhagen-niederhagener-bauerschaft	DE		0	Europe/Berlin	52.4558	9.79182		Isernhagen NB,Isernhagen-Niederhaegener Bauernschaft,Isernhagen-Niederhägener Bauernschaft,Niederhagener Bauerschaft,Niederhägener Bauerschaft,up'n Niernhagen,up’n Niernhagen		06	00	03241	03241008
2895662	Isernhagen Kircher Bauerschaft	isernhagen-kircher-bauerschaft	DE		0	Europe/Berlin	52.46219	9.82041		Isernhagen Kircher Bauerschaft,Isernhagen-Kircher Bauernschaft,Kircher Bauerschaft		06	00	03241	03241008
2895663	Isernhagen Hohenhorster Bauerschaft	isernhagen-hohenhorster-bauerschaft	DE		0	Europe/Berlin	52.47474	9.79899		Hohenhorster Bauerschaft,Isernhagen Hohenhorster Bauerschaft,Isernhagen-Hohenhorster Bauernschaft		06	00	03241	03241008
2895664	Isernhagen Farster Bauerschaft	isernhagen-farster-bauerschaft	DE		22601	Europe/Berlin	52.47093	9.84179		Isernhagen Farster Bauerschaft		06	00	03241	03241008
2895665	Iserloy	iserloy	DE		0	Europe/Berlin	52.93952	8.44476				06	00	03458	03458003
2895668	Iserlohnerheide	iserlohnerheide	DE		0	Europe/Berlin	51.4002	7.68713		Jserlohnerheide		07	059	05962	05962024
2895670	Iseringhausen	iseringhausen	DE		0	Europe/Berlin	50.99659	7.77961		Iseringhausen		07	059	05966	05966008
2895672	Iserbegka	iserbegka	DE		0	Europe/Berlin	51.83706	12.78831				14	00	15091	15091391
2895674	Isenstedter Wald	isenstedter-wald	DE		0	Europe/Berlin	52.35733	8.63592				07	057	05770	05770008
2895675	Isenstedt	isenstedt	DE		0	Europe/Berlin	52.34485	8.65966		Isenstedt		07	057	05770	05770008
2895676	Isenserwisch	isenserwisch	DE		0	Europe/Berlin	53.54188	8.3887				06	00	03461	03461003
2895677	Isensee	isensee	DE		0	Europe/Berlin	53.74022	9.21198				06	00	03352	03352044
2895678	Isenschnibbe	isenschnibbe	DE		0	Europe/Berlin	52.53484	11.38864				14	00	15081	15081135
2895679	Isens	isens	DE		0	Europe/Berlin	53.54576	8.39321				06	00	03461	03461003
2895682	Isenhofen	isenhofen	DE		0	Europe/Berlin	48.73333	11.15				02	091	09185	09185150
2895683	Isenhagen	isenhagen	DE		0	Europe/Berlin	52.72497	10.62197				06	00	03151	03151011
2895684	Isengraben	isengraben	DE		0	Europe/Berlin	51.10833	6.31809		Isengraben		07	053	05370	05370040
2895685	Isendorf	isendorf	DE		0	Europe/Berlin	51.81667	7.91667				07	055	05570	05570004
2895686	Isendorf	isendorf	DE		0	Europe/Berlin	52.19442	7.52051				07	055	05566	05566008
2895693	Isenbügel	isenbuegel	DE		0	Europe/Berlin	51.34624	6.94722				07	051	05158	05158012
2895694	Isenbrunn	isenbrunn	DE		0	Europe/Berlin	48.94172	11.31685				02	091	09176	09176165
2895695	Isenbretshofen	isenbretshofen	DE		0	Europe/Berlin	47.58049	9.98016				02	097	09776	09776127
2895703	Iselshausen	iselshausen	DE		0	Europe/Berlin	48.53294	8.72195		Iselshausen,Nagold-Iselshausen		01	082	08235	08235046
2895704	Iselersheim	iselersheim	DE		0	Europe/Berlin	53.56298	9.12623		Iselersheim		06	00	03357	03357008
2895708	Isel	isel	DE		0	Europe/Berlin	47.78997	10.26378				02	097	09780	09780112
2895709	Isehorn	isehorn	DE		0	Europe/Berlin	53.2859	8.73723				06	00	03356	03356007
2895713	Ischl	ischl	DE		0	Europe/Berlin	47.96223	12.47437				02	091	09189	09189143
2895714	Ischhofen	ischhofen	DE		0	Europe/Berlin	49.3089	11.52054				02	093	09373	09373147
2895716	Ischenrode	ischenrode	DE		0	Europe/Berlin	51.42917	10.02837		Ischenrode		06	00	03159	03159015
2895724	Isarmünd	isarmund	DE		0	Europe/Berlin	48.79494	12.97928				02	092	09271	09271135
2895726	Isarau	isarau	DE		0	Europe/Berlin	48.74051	12.90829				02	092	09271	09271111
2895729	Isabellengrün	isabellengruen	DE		0	Europe/Berlin	50.53368	11.7067				15	00	16075	16075098
2895730	Isaar	isaar	DE		0	Europe/Berlin	50.21667	11.86667				02	094	09475	09475168
2895734	Irslingen	irslingen	DE		0	Europe/Berlin	48.22913	8.63985				01	083	08325	08325011
2895736	Irsingen	irsingen	DE		0	Europe/Berlin	49.04026	10.49803		Irsingen		02	095	09571	09571154
2895737	Irsingen	irsingen	DE		0	Europe/Berlin	48.0347	10.63926		Irsingen		02	097	09778	09778203
2895739	Irsham	irsham	DE		0	Europe/Berlin	48.52791	13.33415				02	092	09275	09275122
2895741	Irsengrund	irsengrund	DE		0	Europe/Berlin	47.55245	9.95774		Irsengrund,Irsengund		02	097	09776	09776121
2895746	Irsching	irsching	DE		0	Europe/Berlin	48.76174	11.57614				02	091	09186	09186158
2895748	Irschenhofen	irschenhofen	DE		0	Europe/Berlin	48.36988	11.15674				02	097	09771	09771111
2895749	Irschenhausen	irschenhausen	DE		0	Europe/Berlin	47.96774	11.4353		Irschenhausen		02	091	09173	09173130
2895750	Irschenham	irschenham	DE		0	Europe/Berlin	48.0307	12.50551				02	091	09189	09189157
2895752	Irschenbach	irschenbach	DE		0	Europe/Berlin	49.03759	12.6944				02	092	09278	09278129
2895753	Irschen	irschen	DE		0	Europe/Berlin	47.8179	12.38183				02	091	09187	09187118
2895763	Irring	irring	DE		0	Europe/Berlin	48.60267	13.34754				02	092	09275	09275151
2895765	Irresheim	irresheim	DE		0	Europe/Berlin	50.79121	6.62159				07	053	05358	05358052
2895769	Irrenberg	irrenberg	DE		0	Europe/Berlin	47.96555	9.59777				01	084	08436	08436093
2895772	Irrebach	irrebach	DE		0	Europe/Berlin	49.20302	10.60675				02	095	09571	09571216
2895774	Irpisdorf	irpisdorf	DE		0	Europe/Berlin	47.95734	10.58519				02	097	09777	09777158
2895776	Irnsing	irnsing	DE		0	Europe/Berlin	48.83524	11.74465		Irnsing		02	092	09273	09273152
2895777	Irrenlohe	irrenlohe	DE		0	Europe/Berlin	49.37709	12.112		Irnlohe,Irrenlohe		02	093	09376	09376163
2895778	Irnkofen	irnkofen	DE		0	Europe/Berlin	48.86777	12.30959				02	093	09375	09375115
2895779	Irnkam	irnkam	DE		0	Europe/Berlin	47.87049	12.27222				02	091	09187	09187167
2895781	Irnhüll	irnhull	DE		0	Europe/Berlin	49.12376	11.99605				02	093	09375	09375153
2895784	Irnberg	irnberg	DE		0	Europe/Berlin	47.92503	11.85056				02	091	09187	09187130
2895786	Irmgarteichen	irmgarteichen	DE		0	Europe/Berlin	50.85708	8.1978		Irmgardeichen,Irmgarteichen		07	059	05970	05970032
2895789	Irmenseul	irmenseul	DE		0	Europe/Berlin	51.9848	9.94093		Irmenseul		06	00	03254	03254044
2895792	Irmelshausen	irmelshausen	DE		0	Europe/Berlin	50.36447	10.46989		Irmelshausen		02	096	09673	09673134
2895794	Irmannsweiler	irmannsweiler	DE		0	Europe/Berlin	48.75622	10.02172				01	081	08135	08135032
2895797	Irlsbrunn	irlsbrunn	DE		0	Europe/Berlin	48.65114	12.28176				02	092	09274	09274174
2895799	Irlmühle	irlmuhle	DE		0	Europe/Berlin	49.20131	13.04191				02	093	09372	09372138
2895800	Irlmauth	irlmauth	DE		0	Europe/Berlin	49.01382	12.15537				02	093	09362	09362000
2895801	Irling	irling	DE		0	Europe/Berlin	48.96726	12.44231				02	093	09375	09375183
2895803	Irlich	irlich	DE		0	Europe/Berlin	50.44605	7.44246				08	00	07138	07138045
2895805	Irlham	irlham	DE		0	Europe/Berlin	48.32882	12.37153				02	091	09183	09183132
2895806	Irlham	irlham	DE		0	Europe/Berlin	48.10405	12.30286				02	091	09187	09187116
2895807	Irlham	irlham	DE		0	Europe/Berlin	48.01647	12.3843				02	091	09189	09189133
2895810	Irlesberg	irlesberg	DE		0	Europe/Berlin	48.72415	13.53069				02	092	09272	09272141
2895811	Irlerhof	irlerhof	DE		0	Europe/Berlin	51.08973	7.09929				07	053	05378	05378008
2895812	Irlenbusch	irlenbusch	DE		0	Europe/Berlin	50.5918	6.92704				07	053	05382	05382048
2895813	Irlenborn	irlenborn	DE		0	Europe/Berlin	50.75079	7.42639		Irlenborn,Jrlenborn		07	053	05382	05382016
2895814	Irlen	irlen	DE		0	Europe/Berlin	51.15	7.08333				07	051	05122	05122000
2895827	Irlahüll	irlahull	DE		0	Europe/Berlin	48.97379	11.42158				02	091	09176	09176138
2895828	Irlaching	irlaching	DE		0	Europe/Berlin	49.36169	12.10241				02	093	09376	09376161
2895829	Irlach	irlach	DE		0	Europe/Berlin	49.41343	12.56184				02	093	09372	09372163
2895830	Irlach	irlach	DE		0	Europe/Berlin	49.30619	12.1593				02	093	09376	09376175
2895831	Irlach	irlach	DE		0	Europe/Berlin	48.71667	11.71667				02	092	09273	09273113
2895832	Irlach	irlach	DE		0	Europe/Berlin	48.41209	12.07597				02	091	09177	09177124
2895833	Irlach	irlach	DE		0	Europe/Berlin	47.94416	12.27038				02	091	09187	09187139
2895834	Irlach	irlach	DE		0	Europe/Berlin	47.89684	12.19285				02	091	09187	09187163
2895839	Irl	irl	DE		0	Europe/Berlin	49.00353	12.16744				02	093	09362	09362000
2895840	Irl	irl	DE		0	Europe/Berlin	48.32395	12.39832				02	091	09183	09183132
2895842	Iringshofen	iringshofen	DE		0	Europe/Berlin	47.57257	9.9921				02	097	09776	09776127
2895844	Irging	irging	DE		0	Europe/Berlin	48.27818	12.99278				02	092	09277	09277145
2895845	Irgertshofen	irgertshofen	DE		0	Europe/Berlin	49.01452	11.8965				02	093	09375	09375175
2895846	Irgertsheim	irgertsheim	DE		0	Europe/Berlin	48.76739	11.27661				02	091	09161	09161000
2895849	Irfersgrün	irfersgruen	DE		0	Europe/Berlin	50.61076	12.42701				13	00	14523	14523170
2895850	Irfersdorf	irfersdorf	DE		0	Europe/Berlin	48.99443	11.46169				02	091	09176	09176114
2895852	Irchwitz	irchwitz	DE		0	Europe/Berlin	50.64574	12.21775		Greiz-Irchwitz,Irchwitz		15	00	16076	16076022
2895853	Irching	irching	DE		0	Europe/Berlin	48.31911	13.27329				02	092	09275	09275116
2895855	Irchenbrunn	irchenbrunn	DE		0	Europe/Berlin	48.35402	11.21567				02	091	09174	09174111
2895856	Irbersdorf	irbersdorf	DE		0	Europe/Berlin	50.95	13.04921				13	00	14522	14522150
2895857	Ipwegermoor	ipwegermoor	DE		0	Europe/Berlin	53.21785	8.28832				06	00	03451	03451005
2895859	Ipwege	ipwege	DE		0	Europe/Berlin	53.20857	8.24875		Ipwege		06	00	03451	03451005
2895860	Iptingen	iptingen	DE		0	Europe/Berlin	48.88676	8.89988		Iptingen		01	082	08236	08236065
2895861	Ipthausen	ipthausen	DE		0	Europe/Berlin	50.29991	10.48338		Ipthausen		02	096	09673	09673141
2895862	Ipshof	ipshof	DE		0	Europe/Berlin	49.04751	9.99719				01	081	08127	08127103
2895864	Ipse	ipse	DE		0	Europe/Berlin	52.49921	11.38485		Ipse		14	00	15081	15081135
2895865	Ipplendorf	ipplendorf	DE		0	Europe/Berlin	50.6	7		Ipplendorf,Jpplendorf		07	053	05382	05382032
2895866	Ippinghausen	ippinghausen	DE		0	Europe/Berlin	51.28253	9.14509				05	066	06633	06633028
2895867	Ippingen	ippingen	DE		0	Europe/Berlin	47.98217	8.66733		Ippingen		01	083	08327	08327025
2895868	Ippichen	ippichen	DE		0	Europe/Berlin	48.30692	8.2679				01	083	08317	08317145
2895871	Ippertshausen	ippertshausen	DE		0	Europe/Berlin	48.40692	11.09946				02	097	09771	09771113
2895872	Ippensen	ippensen	DE		0	Europe/Berlin	53.33163	9.46838		Gross Ippensen,Groß Ippensen,Ippensen		06	00	03357	03357050
2895873	Ippensen	ippensen	DE		0	Europe/Berlin	51.83899	9.95488				06	00	03155	03155013
2895876	Ippenried	ippenried	DE		0	Europe/Berlin	47.70041	9.68047				01	084	08436	08436018
2895877	Ippendorf	ippendorf	DE		0	Europe/Berlin	50.69841	7.08391		Ippendorf		07	053	05314	05314000
2895880	Ipland	ipland	DE		0	Europe/Berlin	54.53333	9.31667				10	00	01059	01059092
2895883	Ipflheim	ipflheim	DE		0	Europe/Berlin	49.3763	11.97005				02	093	09371	09371118
2895884	Ipernstedt	ipernstedt	DE		0	Europe/Berlin	54.47642	9.15537				10	00	01054	01054106
2895885	Inzmühlen	inzmuehlen	DE		0	Europe/Berlin	53.23828	9.85813				06	00	03353	03353015
2895887	Inzlham	inzlham	DE		0	Europe/Berlin	48.34546	12.38503				02	091	09183	09183143
2895888	Inzkofen	inzkofen	DE		0	Europe/Berlin	48.49319	11.89021				02	091	09178	09178155
2895889	Inzing	inzing	DE		0	Europe/Berlin	48.40522	13.40281				02	092	09275	09275141
2895890	Inzing	inzing	DE		0	Europe/Berlin	48.01582	12.74302				02	091	09189	09189152
2895894	Inzenham	inzenham	DE		0	Europe/Berlin	47.88069	12.22838				02	091	09187	09187163
2895895	Inzendorf	inzendorf	DE		0	Europe/Berlin	49.45909	12.08036				02	093	09376	09376159
2895899	Inwenden	inwenden	DE		0	Europe/Berlin	51.55197	12.03625				14	00	15088	15088195
2895900	Invalidendank	invalidendank	DE		0	Europe/Berlin	52.46667	13.73333				11	00	12067	12067440
2895903	Intschede	intschede	DE		0	Europe/Berlin	52.95759	9.13746				06	00	03361	03361002
2895904	Intrup	intrup	DE		0	Europe/Berlin	52.17867	7.85818				07	055	05566	05566040
2895906	Inte	inte	DE		0	Europe/Berlin	53.49244	8.37879				06	00	03461	03461003
2895907	Insultheimerhof	insultheimerhof	DE		0	Europe/Berlin	49.3192	8.49998		Insultheimerhof,Isultheimerhof		01	082	08226	08226032
2895911	Insingdorf	insingdorf	DE		0	Europe/Berlin	52.16069	8.37664				06	00	03459	03459024
2895918	Inselsberg	inselsberg	DE		0	Europe/Berlin	49.38838	11.80554				02	093	09371	09371154
2895921	Inselkam	inselkam	DE		0	Europe/Berlin	47.88723	11.67907				02	091	09182	09182120
2895928	Inrath	inrath	DE		0	Europe/Berlin	51.3529	6.53738				07	051	05114	05114000
2895930	Inntobel	inntobel	DE		0	Europe/Berlin	47.81455	9.58212				01	084	08436	08436013
2895931	Innthal	innthal	DE		0	Europe/Berlin	48.20757	12.44073				02	091	09183	09183148
2895932	Innthal	innthal	DE		0	Europe/Berlin	47.89862	12.25156				02	091	09187	09187174
2895933	Innstadt	innstadt	DE		0	Europe/Berlin	48.5664	13.4677		Innstadt		02	092	09262	09262000
2895934	Innleiten	innleiten	DE		0	Europe/Berlin	47.87934	12.1453				02	091	09187	09187177
2895936	Inningen	inningen	DE		0	Europe/Berlin	48.31248	10.86084				02	097	09761	09761000
2895939	Innien	innien	DE		0	Europe/Berlin	54.08538	9.78933				10	00	01058	01058009
2895940	Innerwald	innerwald	DE		0	Europe/Berlin	47.71317	12.28181				02	091	09187	09187114
2895941	Innerurberg	innerurberg	DE		0	Europe/Berlin	47.73491	8.12365				01	083	08337	08337027
2895942	Innerthann	innerthann	DE		0	Europe/Berlin	47.92624	11.97261				02	091	09187	09187179
2895947	Innerlehen	innerlehen	DE		0	Europe/Berlin	47.80387	8.03281		Bernau-Innerlehen,Innerlehen		01	083	08337	08337013
2895949	Inneringen	inneringen	DE		0	Europe/Berlin	48.18929	9.27843				01	084	08437	08437047
2895950	Innerhienthal	innerhienthal	DE		0	Europe/Berlin	48.84871	12.57487				02	092	09278	09278121
2895951	Innerhartsberg	innerhartsberg	DE		0	Europe/Berlin	48.62184	13.60665				02	092	09275	09275126
2895952	Inner-Fröhnd	inner-frohnd	DE		0	Europe/Berlin	47.7	8.08333				01	083	08337	08337027
2895953	Inneres Hecheln	inneres-hecheln	DE		0	Europe/Berlin	47.91838	8.98911				01	083	08335	08335057
2895954	Innerer Vogelsberg	innerer-vogelsberg	DE		0	Europe/Berlin	48.3805	8.4479				01	082	08237	08237045
2895956	Innerer Kitzinghof	innerer-kitzinghof	DE		0	Europe/Berlin	48.75189	9.94288		Kitzinghof		01	081	08136	08136007
2895960	Innenstetten	innenstetten	DE		0	Europe/Berlin	48.89679	12.90161				02	092	09271	09271116
2895961	Innenried	innenried	DE		0	Europe/Berlin	49.022	13.20711				02	092	09276	09276148
2895966	Inneberg	inneberg	DE		0	Europe/Berlin	48.09654	10.30346				02	097	09778	09778130
2895967	Innach	innach	DE		0	Europe/Berlin	48.1496	12.10546				02	091	09183	09183126
2895969	Inkofen	inkofen	DE		0	Europe/Berlin	48.83893	12.24619				02	093	09375	09375196
2895970	Inkofen	inkofen	DE		0	Europe/Berlin	48.71237	12.11361				02	092	09274	09274176
2895971	Inkofen	inkofen	DE		0	Europe/Berlin	48.46406	11.86501				02	091	09178	09178129
2895973	Inkam	inkam	DE		0	Europe/Berlin	48.64919	13.03811				02	092	09271	09271128
2895974	Inholzen	inholzen	DE		0	Europe/Berlin	48.41753	12.06989				02	091	09177	09177124
2895975	Inheiden	inheiden	DE		0	Europe/Berlin	50.45841	8.8975				05	065	06531	06531008
2895977	Inhausersiel	inhausersiel	DE		0	Europe/Berlin	53.61667	8.06667				06	00	03405	03405000
2895978	Inhausen	inhausen	DE		0	Europe/Berlin	48.30411	11.56398				02	091	09174	09174121
2895981	Inham	inham	DE		0	Europe/Berlin	48.45	13.2				02	092	09275	09275124
2895982	Ingwershörn	ingwershoern	DE		0	Europe/Berlin	54.41667	9.03333				10	00	01054	01054161
2895984	Ingweiler	ingweiler	DE		0	Europe/Berlin	49.27105	7.30834				09	00	10045	10045114
2895985	Ingstetten	ingstetten	DE		0	Europe/Berlin	48.54237	11.07781				02	097	09771	09771141
2895986	Ingstetten	ingstetten	DE		0	Europe/Berlin	48.39787	9.64428				01	084	08425	08425108
2895987	Ingstetten	ingstetten	DE		0	Europe/Berlin	48.27017	10.24921				02	097	09775	09775149
2895988	Ingramsdorf	ingramsdorf	DE		0	Europe/Berlin	50.90168	12.25948				15	00	16077	16077026
2895989	Ingolstadt im Unterfranken	ingolstadt-im-unterfranken	DE		0	Europe/Berlin	49.66098	9.92529		Ingolstadt,Ingolstadt im Unterfranken		02	096	09679	09679138
2895996	Ingershof	ingershof	DE		0	Europe/Berlin	48.85697	10.77633				02	097	09779	09779148
2895998	Irgersdorf	irgersdorf	DE		0	Europe/Berlin	51.11058	14.3866		Wostasecy,Wostašecy		13	00	14625	14625630
2896000	Ingersauel	ingersauel	DE		0	Europe/Berlin	50.88208	7.30067		Ingersauel		07	053	05382	05382028
2896002	Ingerkingen	ingerkingen	DE		0	Europe/Berlin	48.19894	9.7707				01	084	08426	08426134
2896003	Inger	inger	DE		0	Europe/Berlin	50.83595	7.26719				07	053	05382	05382028
2896007	Ingenheim	ingenheim	DE		0	Europe/Berlin	49.13527	8.07985		Ingenheim		08	00	07337	07337007
2896008	Ingenhard	ingenhard	DE		0	Europe/Berlin	47.90559	9.55302		Ingenhard,Ingenhardt		01	084	08436	08436005
2896009	Ingenfeld	ingenfeld	DE		0	Europe/Berlin	51.04486	6.62759		Gut Ingenfeld,Ingenfeld		07	051	05162	05162028
2896013	Ingelsberg	ingelsberg	DE		0	Europe/Berlin	48.10371	11.82498				02	091	09175	09175139
2896014	Ingeln	ingeln	DE		0	Europe/Berlin	52.2773	9.89988				06	00	03241	03241009
2896015	Ingelheim-Süd	ingelheim-sued	DE		0	Europe/Berlin	49.96569	8.05907		Ober-Ingelheim		08	00	07339	07339030
2896016	Ingelheim-Nord	ingelheim-nord	DE		0	Europe/Berlin	49.99108	8.02367		Freiweinheim,Ingelheim-Nord		08	00	07339	07339030
2896018	Ingelheimerhof	ingelheimerhof	DE		0	Europe/Berlin	49.32319	9.02087				01	082	08226	08226106
2896234	Immigrath	immigrath	DE		0	Europe/Berlin	51.10931	6.95923		Immigrath		07	051	05158	05158020
2896028	Indorf	indorf	DE		0	Europe/Berlin	48.27531	11.93682				02	091	09177	09177117
2896031	Indlekofen	indlekofen	DE		0	Europe/Berlin	47.65976	8.22002		Indlekofen		01	083	08337	08337126
2896032	Indiek	indiek	DE		0	Europe/Berlin	53.42505	8.51916				06	00	03352	03352032
2896033	In die Juys	in-die-juys	DE		0	Europe/Berlin	51.31667	6.18333				07	051	05166	05166016
2896042	In der Spirzen	in-der-spirzen	DE		0	Europe/Berlin	47.97266	8.06703				01	083	08315	08315094
2896045	In der Sellerbeck	in-der-sellerbeck	DE		0	Europe/Berlin	51.45	6.9				07	051	05117	05117000
2896046	Indersdorf Kloster	indersdorf-kloster	DE		0	Europe/Berlin	48.35933	11.38295		Kloster Indersdorf,Klosterhof Indersdorf		02	091	09174	09174131
2896051	Indersbach	indersbach	DE		0	Europe/Berlin	48.60785	12.82713				02	092	09279	09279113
2896052	In der Sabelkaul	in-der-sabelkaul	DE		0	Europe/Berlin	49.23333	6.7		In der Sabelkaul,In der Sabelskaul		09	00	10044	10044119
2896056	Indernbuch	indernbuch	DE		0	Europe/Berlin	49.04349	11.07731				02	095	09577	09577120
2896059	In der Meer	in-der-meer	DE		0	Europe/Berlin	51.25	6.68333		In der Meer,Meer		07	051	05162	05162022
2896066	Inderlenne	inderlenne	DE		0	Europe/Berlin	51.16793	8.3805		Inderlenne		07	059	05958	05958040
2896071	In der Krimm	in-der-krimm	DE		0	Europe/Berlin	51.66212	11.31131				14	00	15085	15085110
2896077	In der Helle	in-der-helle	DE		0	Europe/Berlin	53.05253	8.50353				06	00	03458	03458005
2896080	In der Heide	in-der-heide	DE		0	Europe/Berlin	53.08568	8.43843				06	00	03458	03458010
2896081	In der Heide	in-der-heide	DE		0	Europe/Berlin	52.90661	9.04995				06	00	03251	03251033
2896085	In der Harst	in-der-harst	DE		0	Europe/Berlin	52.37495	9.90799				06	00	03241	03241011
2896088	In der Calle	in-der-calle	DE		0	Europe/Berlin	51.3948	7.70721		In der Calle,In der Kalle		07	059	05962	05962024
2896091	In der Bredde	in-der-bredde	DE		0	Europe/Berlin	51.33118	7.38668				07	059	05954	05954012
2896094	In der Been	in-der-been	DE		0	Europe/Berlin	51.28565	6.72612				07	051	05111	05111000
2896095	In der Bache	in-der-bache	DE		0	Europe/Berlin	51.43333	8.26667				07	059	05974	05974044
2896096	In der Aue	in-der-aue	DE		0	Europe/Berlin	51.06667	7.16667				07	053	05378	05378020
2896108	In den Höfen	in-den-hofen	DE		0	Europe/Berlin	48.61332	8.13201				01	083	08317	08317118
2896109	In den Höfen	in-den-hoefen	DE		0	Europe/Berlin	52.15241	8.09394				06	00	03459	03459004
2896118	In den Blessen	in-den-blessen	DE		0	Europe/Berlin	52.23818	8.40202				06	00	03459	03459024
2896123	Indelhausen	indelhausen	DE		0	Europe/Berlin	48.29329	9.49244				01	084	08415	08415034
2896126	Inching	inching	DE		0	Europe/Berlin	48.89928	11.27394		Inching,Inchingen		02	091	09176	09176165
2896139	Imweiler	imweiler	DE		0	Europe/Berlin	49.51083	7.07762				09	00	10046	10046116
2896140	Im Weiler	im-weiler	DE		0	Europe/Berlin	47.79794	8.48814				01	083	08337	08337106
2896145	Im Vieh	im-vieh	DE		0	Europe/Berlin	53.13858	7.98494				06	00	03451	03451004
2896153	Im Tannen	im-tannen	DE		0	Europe/Berlin	52.32515	8.84644		Im Tannen,Jm Tannen		07	057	05770	05770012
2896154	Im Tal	im-tal	DE		0	Europe/Berlin	48.15	8.3		Im Tal,Jm Tal		01	083	08326	08326052
2896155	Im Tal	im-tal	DE		0	Europe/Berlin	48.96667	9.05				01	081	08118	08118076
2896157	Imsum	imsum	DE		0	Europe/Berlin	53.6112	8.53758				06	00	03352	03352062
2896162	Im Strenge	im-strenge	DE		0	Europe/Berlin	53.20863	8.70025				06	00	03356	03356008
2896173	Im Sirrenberg	im-sirrenberg	DE		0	Europe/Berlin	51.35778	7.26461				07	059	05954	05954028
2896175	Imshausen	imshausen	DE		0	Europe/Berlin	50.99699	9.86124		Imshausen		05	066	06632	06632003
2896178	Imsen	imsen	DE		0	Europe/Berlin	51.94876	9.83718				06	00	03254	03254002
2896186	Imsbacherhof	imsbacherhof	DE		0	Europe/Berlin	49.13085	7.54557				08	00	07340	07340052
2896191	Im Sande	im-sande	DE		0	Europe/Berlin	54.1	10.38333				10	00	01057	01057053
2896192	Im Sande	im-sande	DE		0	Europe/Berlin	53.45	9.51667				06	00	03359	03359023
2896210	Impfingen	impfingen	DE		0	Europe/Berlin	49.64806	9.65944		Impfingen		01	081	08128	08128115
2896212	Impekoven	impekoven	DE		0	Europe/Berlin	50.71208	7.0133				07	053	05382	05382004
2896217	Imnitz	imnitz	DE		0	Europe/Berlin	51.20977	12.32295				13	00	14729	14729430
2896225	Moorhof	moorhof	DE		0	Europe/Berlin	54.12566	12.69792				12	00	13073	13073022
2896227	Immling	immling	DE		0	Europe/Berlin	47.92462	12.26396		Imling		02	091	09187	09187139
2896230	Immingerode	immingerode	DE		0	Europe/Berlin	51.48833	10.23222				06	00	03159	03159010
2896231	Imming	imming	DE		0	Europe/Berlin	48.38432	12.5595				02	091	09183	09183129
2896235	Immighausen	immighausen	DE		0	Europe/Berlin	51.20791	8.85095				05	066	06635	06635016
2896236	Immicke	immicke	DE		0	Europe/Berlin	51.01094	7.67307		Immicke		07	053	05374	05374004
2896237	Immichenhain	immichenhain	DE		0	Europe/Berlin	50.8106	9.35671		Immichenhain		05	066	06634	06634020
2896238	Immetshausen	immetshausen	DE		0	Europe/Berlin	49.58196	7.62283		Immetshausen,Jmetshausen		08	00	07336	07336105
2896244	Immerseiben	immerseiben	DE		0	Europe/Berlin	50.15149	11.82618				02	094	09475	09475174
2896245	Immersberg	immersberg	DE		0	Europe/Berlin	48.98295	9.88469				01	081	08127	08127013
2896254	Immer	immer	DE		0	Europe/Berlin	53.01046	8.50365		Immer		06	00	03458	03458005
2896256	Immenthal	immenthal	DE		0	Europe/Berlin	47.82837	10.40643				02	097	09777	09777138
2896258	Immenstetten	immenstetten	DE		0	Europe/Berlin	49.49286	11.88316				02	093	09371	09371122
2896262	Immenstädt	immenstaedt	DE		0	Europe/Berlin	53.87689	13.79241				12	00	13075	13075094
2896264	Immensoll	immensoll	DE		0	Europe/Berlin	53.68678	12.71218				12	00	13071	13071007
2896267	Immensen	immensen	DE		0	Europe/Berlin	52.39544	10.06056		Immensen		06	00	03241	03241011
2896268	Immensen	immensen	DE		0	Europe/Berlin	51.78224	9.89787				06	00	03155	03155013
2896269	Immenrode	immenrode	DE		0	Europe/Berlin	51.95844	10.48285				06	00	03153	03153017
2896270	Immenrode	immenrode	DE		0	Europe/Berlin	51.49927	10.6451		Immenroda,Immenrode		15	00	16062	16062063
2896271	Immenrode	immenrode	DE		0	Europe/Berlin	51.36712	10.73467		Immenroda,Immenrode		15	00	16065	16065067
2896272	Immenried	immenried	DE		0	Europe/Berlin	47.83455	9.87547		Immenried		01	084	08436	08436052
2896274	Immenhorst	immenhorst	DE		0	Europe/Berlin	54.11937	13.34478				12	00	13075	13075141
2896275	Immenhofen	immenhofen	DE		0	Europe/Berlin	48.89082	10.15261				01	081	08136	08136082
2896276	Immenhofen	immenhofen	DE		0	Europe/Berlin	47.80449	10.58544				02	097	09777	09777167
2896282	Immeneich	immeneich	DE		0	Europe/Berlin	47.6971	8.12496				01	083	08337	08337097
2896283	Immendorf	immendorf	DE		0	Europe/Berlin	52.14603	10.44221		Immendorf		06	00	03102	03102000
2896284	Immendorf	immendorf	DE		0	Europe/Berlin	50.95135	6.17306				07	053	05370	05370012
2896285	Immendorf	immendorf	DE		0	Europe/Berlin	50.85938	6.95949				07	053	05315	05315000
2896286	Immendorf	immendorf	DE		0	Europe/Berlin	50.37328	7.65792				08	00	07111	07111000
2896287	Immendorf	immendorf	DE		0	Europe/Berlin	48.56881	11.08587				02	097	09771	09771156
2896291	Immenbeck	immenbeck	DE		0	Europe/Berlin	53.44653	9.72768				06	00	03359	03359010
2896292	Immen	immen	DE		0	Europe/Berlin	50.95198	7.46889		Immen		07	053	05374	05374048
2896293	Immen	immen	DE		0	Europe/Berlin	47.61667	9.8				02	097	09776	09776122
2896294	Immelstetten	immelstetten	DE		0	Europe/Berlin	48.16645	10.56532				02	097	09778	09778169
2896295	Immelsham	immelsham	DE		0	Europe/Berlin	48.37843	12.93563				02	092	09277	09277149
2896298	Immeldorf	immeldorf	DE		0	Europe/Berlin	49.27481	10.72434		Immeldorf		02	095	09571	09571175
2896300	Immelberg	immelberg	DE		0	Europe/Berlin	47.81826	12.19337				02	091	09187	09187169
2896302	Immekeppel	immekeppel	DE		0	Europe/Berlin	50.9604	7.23836		Jmmekeppel		07	053	05378	05378024
2896304	Immecke	immecke	DE		0	Europe/Berlin	51.1	7.66667				07	059	05962	05962036
2896309	Im Loh	im-loh	DE		0	Europe/Berlin	52.3524	8.6705				07	057	05770	05770008
2896312	Im Löchle	im-lochle	DE		0	Europe/Berlin	48.31309	8.38141				01	083	08325	08325050
2896314	Im Loch	im-loch	DE		0	Europe/Berlin	48.12074	8.21622		Im Loch,Jm Loch		01	083	08326	08326054
2896317	Im Lager	im-lager	DE		0	Europe/Berlin	53.00524	8.14229				06	00	03458	03458013
2896318	Imlage	imlage	DE		0	Europe/Berlin	52.36667	8.46667				07	057	05770	05770044
2896319	Im Kosackenort	im-kosackenort	DE		0	Europe/Berlin	52.43333	8.26667				06	00	03459	03459013
2896322	Im Klauberg	im-klauberg	DE		0	Europe/Berlin	51.18333	7.1				07	051	05122	05122000
2896327	Im Katzhagen	im-katzhagen	DE		0	Europe/Berlin	52.76667	9.73333				06			
2896331	Im Kalthöferholz	im-kalthoeferholz	DE		0	Europe/Berlin	51.33333	7.35		Im Kalthoferholz,Im Kalthöferholz,Kalthoferholz,Kalthöferholz		07	059	05954	05954012
2896338	Im Horn	im-horn	DE		0	Europe/Berlin	53.67666	9.28559		Horn,Im Horn		06	00	03359	03359015
2896340	Im Hördenbruch	im-hoerdenbruch	DE		0	Europe/Berlin	51.33333	7.43333				07	059	05914	05914000
2896352	Im Hauen	im-hauen	DE		0	Europe/Berlin	53.68333	9.76667				10	00	01056	01056040
2896356	Im Hallau	im-hallau	DE		0	Europe/Berlin	52.19612	8.39817		Hallau,Im Hallau		06	00	03459	03459024
2896360	Im Hagen	im-hagen	DE		0	Europe/Berlin	52.13956	8.40143				06	00	03459	03459024
2896361	Im Hagen	im-hagen	DE		0	Europe/Berlin	53.18333	8.68333				06	00	03356	03356008
2896370	Im Grund	im-grund	DE		0	Europe/Berlin	48.18797	8.15996		Im Grund,Jm Grund		01	083	08316	08316010
2896383	Imgenbroich	imgenbroich	DE		0	Europe/Berlin	50.57288	6.2636				07	053	05334	05334020
2896392	Im Felde	im-felde	DE		0	Europe/Berlin	51.38333	14.85				13	00	14626	14626160
2896401	Imelsbach	imelsbach	DE		0	Europe/Berlin	51.09591	7.08364				07	053	05378	05378008
2896406	Im Dümmer	im-duemmer	DE		0	Europe/Berlin	51.63333	7.31667		Duemmer,Dümmer		07	055	05562	05562008
2896410	Im Dorfe	im-dorfe	DE		0	Europe/Berlin	52.34095	8.65132				07	057	05770	05770008
2896411	Im Dorfe	im-dorfe	DE		0	Europe/Berlin	52.68333	9.48333				06	00	03256	03256026
2896412	Im Dorfe	im-dorfe	DE		0	Europe/Berlin	52.6	9.45				06	00	03241	03241012
2896415	Im Dahl	im-dahl	DE		0	Europe/Berlin	51.25524	7.51584				07	059	05962	05962056
2896417	Im Buschorte	im-buschorte	DE		0	Europe/Berlin	52.40022	8.16542		Im Buschort		06	00	03459	03459029
2896419	Im Busch	im-busch	DE		0	Europe/Berlin	52.22562	8.46675				07	057	05758	05758028
2896424	Imbuchs	imbuchs	DE		0	Europe/Berlin	47.83387	11.93956				02	091	09182	09182123
2896427	Imbshausen	imbshausen	DE		0	Europe/Berlin	51.7603	10.04116				06	00	03155	03155011
2896428	Imbsen	imbsen	DE		0	Europe/Berlin	51.52067	9.72942				06	00	03159	03159024
2896433	Im Breiten	im-breiten	DE		0	Europe/Berlin	51.5797	7.59671				07	059	05978	05978020
2896446	Im Berg	im-berg	DE		0	Europe/Berlin	51.1254	7.222				07	053	05378	05378032
2896447	Imberg	imberg	DE		0	Europe/Berlin	49.00025	9.89604				01	081	08127	08127013
2896448	Imberg	imberg	DE		0	Europe/Berlin	47.49842	10.31483				02	097	09780	09780139
2896456	Imbath	imbath	DE		0	Europe/Berlin	48.84458	11.66376		Imbath		02	091	09176	09176147
2896458	Imbach	imbach	DE		0	Europe/Berlin	51.08281	7.02312				07	053	05316	05316000
2896461	Im Alten Holz	im-alten-holz	DE		0	Europe/Berlin	51.37232	7.50053				07	059	05914	05914000
2896464	Ilzstadt	ilzstadt	DE		0	Europe/Berlin	48.57982	13.47636				02	092	09262	09262000
2896465	Ilzham	ilzham	DE		0	Europe/Berlin	48.00502	12.37774				02	091	09189	09189133
2896467	Ilwede	ilwede	DE		0	Europe/Berlin	52.41659	8.38823				07	057	05770	05770044
2896469	Ilvese	ilvese	DE		0	Europe/Berlin	52.45891	9.02982		Ilvese		07	057	05770	05770028
2896470	Ilverich	ilverich	DE		0	Europe/Berlin	51.28987	6.69749		Ilverich		07	051	05162	05162022
2896474	Ilten	ilten	DE		0	Europe/Berlin	52.34672	9.93494		Ilten		06	00	03241	03241016
2896475	Ilster	ilster	DE		0	Europe/Berlin	53.00807	10.04614				06	00	03358	03358016
2896479	Ilserheide	ilserheide	DE		0	Europe/Berlin	52.38574	9.05444		Ilserheide		07	057	05770	05770028
2896487	Ilsenbach	ilsenbach	DE		0	Europe/Berlin	49.75891	12.22947				02	093	09374	09374150
2896495	Ilse	ilse	DE		0	Europe/Berlin	52.40104	9.04316		Ilse		07	057	05770	05770028
2896496	Ilschhausen	ilschhausen	DE		0	Europe/Berlin	50.70139	8.79163				05	065	06534	06534008
2896499	Ilsbach	ilsbach	DE		0	Europe/Berlin	49.87502	7.16547				08	00	07231	07231070
2896501	Ilow	ilow	DE		0	Europe/Berlin	53.96119	11.6322				12	00	13074	13074056
2896503	Ilmspan	ilmspan	DE		0	Europe/Berlin	49.66639	9.79167		Ilmspan		01	081	08128	08128045
2896505	Ilmried	ilmried	DE		0	Europe/Berlin	48.47718	11.48836				02	091	09186	09186130
2896508	Ilmendorf	ilmendorf	DE		0	Europe/Berlin	48.73083	11.61599		Ilmendorf		02	091	09186	09186122
2896518	Ilmbach	ilmbach	DE		0	Europe/Berlin	49.80377	10.40931				02	096	09675	09675158
2896521	Illwangen	illwangen	DE		0	Europe/Berlin	47.84317	9.39225				01	084	08437	08437056
2896522	Illsitz	illsitz	DE		0	Europe/Berlin	50.93494	12.3711				15	00	16077	16077043
2896525	Illnhausen	illnhausen	DE		0	Europe/Berlin	50.40031	9.27264				05	064	06435	06435004
2896526	Ilmnitz	ilmnitz	DE		0	Europe/Berlin	50.88745	11.65098				15	00	16053	16053000
2896528	Illmersdorf	illmersdorf	DE		0	Europe/Berlin	51.88197	13.3485				11	00	12072	12072157
2896529	Illmersdorf	illmersdorf	DE		0	Europe/Berlin	51.69358	14.17609		Illmersdorf,Njamorojce		11	00	12071	12071057
2896532	Illkofen	illkofen	DE		0	Europe/Berlin	49.15673	11.80919				02	093	09375	09375118
2896533	Illkofen	illkofen	DE		0	Europe/Berlin	49.01091	12.30476				02	093	09375	09375117
2896536	Illingheim	illingheim	DE		0	Europe/Berlin	51.30039	7.95242				07	059	05958	05958044
2896541	Illhof	illhof	DE		0	Europe/Berlin	49.58878	11.27061				02	095	09572	09572121
2896545	Illerzell	illerzell	DE		0	Europe/Berlin	48.2961	10.05524				02	097	09775	09775162
2896550	Illerfeld	illerfeld	DE		0	Europe/Berlin	47.94981	10.11043				02	097	09764	09764000
2896553	Illereichen	illereichen	DE		0	Europe/Berlin	48.16505	10.12364				02	097	09775	09775111
2896555	Illerbeuren	illerbeuren	DE		0	Europe/Berlin	47.90161	10.12652				02	097	09778	09778161
2896556	Illerberg	illerberg	DE		0	Europe/Berlin	48.2937	10.10622				02	097	09775	09775162
2896557	Illerbachen	illerbachen	DE		0	Europe/Berlin	48.02948	10.08605				01	084	08426	08426019
2896559	Illental	illental	DE		0	Europe/Berlin	48.50833	8.02727				01	083	08317	08317005
2896560	Illenschwang	illenschwang	DE		0	Europe/Berlin	49.05473	10.41445				02	095	09571	09571227
2896561	Illenberg	illenberg	DE		0	Europe/Berlin	48.2835	12.70966		Gross Illenberg,Groß Illenberg,Illenberg,Jllenberg		02	091	09171	09171129
2896562	Illenberg	illenberg	DE		0	Europe/Berlin	48.18147	8.03566		Illenberg,Jllenberg		01	083	08316	08316003
2896564	Illenau	illenau	DE		0	Europe/Berlin	48.62123	8.08601				01	083	08317	08317001
2896565	Illemad	illemad	DE		0	Europe/Berlin	48.62056	10.76805		Illemad		02	097	09773	09773122
2896566	Illdorf	illdorf	DE		0	Europe/Berlin	48.67653	11.051				02	091	09185	09185125
2896572	Illafeld	illafeld	DE		0	Europe/Berlin	49.62302	11.42351				02	094	09472	09472118
2896573	Illach	illach	DE		0	Europe/Berlin	47.71129	10.83448				02	091	09190	09190154
2896578	Ilkendorfer Lehden	ilkendorfer-lehden	DE		0	Europe/Berlin	51.08124	13.30656				13	00	14627	14627180
2896579	Ilkendorf	ilkendorf	DE		0	Europe/Berlin	51.08414	13.32176		Ilkendorf		13	00	14627	14627180
2896583	Ilhorn	ilhorn	DE		0	Europe/Berlin	53.05731	9.7413				06	00	03358	03358017
2896584	Ilgesheim	ilgesheim	DE		0	Europe/Berlin	49.65281	7.45088				08	00	07336	07336044
2896587	Ilgenhof	ilgenhof	DE		0	Europe/Berlin	48.7	9.78333				01	081	08117	08117015
2896594	Ildehausen	ildehausen	DE		0	Europe/Berlin	51.85127	10.1324				06	00	03153	03153012
2896596	Ilching	ilching	DE		0	Europe/Berlin	48.07005	11.86867				02	091	09175	09175124
2896597	Ilchberg	ilchberg	DE		0	Europe/Berlin	47.71027	10.91515				02	091	09190	09190160
2896598	Ilbling	ilbling	DE		0	Europe/Berlin	48.98055	11.38492				02	091	09176	09176137
2896601	Ilbeshausen	ilbeshausen	DE		0	Europe/Berlin	50.52202	9.32999				05	065	06535	06535007
2896603	Ilbersdorf	ilbersdorf	DE		0	Europe/Berlin	51.70276	11.80297				14	00	15089	15089195
2896607	Ilbenstadt	ilbenstadt	DE		0	Europe/Berlin	50.2785	8.80114		Ilbenstadt		05	064	06440	06440017
2896609	Ikenhausen	ikenhausen	DE		0	Europe/Berlin	51.55988	9.08445				07	057	05762	05762040
2896611	Ikendorf	ikendorf	DE		0	Europe/Berlin	54.07487	12.2628				12	00	13072	13072019
2896612	Ikenbrügge	ikenbruegge	DE		0	Europe/Berlin	53.07043	7.84754		Bei der Ikenbrucke,Bei der Ikenbrücke,Ikenbrugge,Ikenbrügge		06	00	03453	03453007
2896615	Ihringshausen	ihringshausen	DE		0	Europe/Berlin	51.35163	9.52669				05	066	06633	06633009
2896618	Ihrhove	ihrhove	DE		0	Europe/Berlin	53.16779	7.45441		Ihrhove		06	00	03457	03457022
2896619	Ihrenerfeld	ihrenerfeld	DE		0	Europe/Berlin	53.14399	7.47535		Ihrenerfeld		06	00	03457	03457022
2896621	Ihren	ihren	DE		0	Europe/Berlin	53.15701	7.46773		Ihren		06	00	03457	03457022
2896622	Ihren	ihren	DE		0	Europe/Berlin	50.22728	6.20603				08	00	07232	07232329
2896624	Ihorst	ihorst	DE		0	Europe/Berlin	53.25538	7.82468		Ihorst,Ihorstermoor		06	00	03451	03451007
2896625	Ihorst	ihorst	DE		0	Europe/Berlin	52.61352	8.14067				06	00	03460	03460005
2896629	Ihne	ihne	DE		0	Europe/Berlin	51.10845	7.7793		Ihne		07	059	05962	05962036
2896630	Ihn	ihn	DE		0	Europe/Berlin	49.32355	6.60461		Ihn		09	00	10044	10044121
2896631	Ihmerterbach	ihmerterbach	DE		0	Europe/Berlin	51.34166	7.73914		Ihmerterbach		07	059	05962	05962016
2896632	Ihmert	ihmert	DE		0	Europe/Berlin	51.32988	7.73371		Ihmert		07	059	05962	05962016
2896634	Ihme	ihme	DE		0	Europe/Berlin	52.29924	9.6714				06	00	03241	03241014
2896638	Ihlowerhörn	ihlowerhoern	DE		0	Europe/Berlin	53.38802	7.48574				06	00	03452	03452012
2896639	Ihlowerfehn	ihlowerfehn	DE		0	Europe/Berlin	53.39781	7.42472				06	00	03452	03452012
2896645	Ihlkamp	ihlkamp	DE		0	Europe/Berlin	54	10.33333				10	00	01060	01060010
2896646	Ihlingshof	ihlingshof	DE		0	Europe/Berlin	47.57602	9.95452				02	097	09776	09776121
2896647	Ihlingen	ihlingen	DE		0	Europe/Berlin	48.43356	8.66186				01	082	08237	08237040
2896652	Ihlenfeld	ihlenfeld	DE		0	Europe/Berlin	53.58805	13.33763				12	00	13071	13071108
2896653	Ihlendorf	ihlendorf	DE		0	Europe/Berlin	52.52891	8.25155				06	00	03460	03460002
2896659	Ihlbrock	ihlbrock	DE		0	Europe/Berlin	52.66316	8.47406				06	00	03251	03251013
2896662	Ihlbeck	ihlbeck	DE		0	Europe/Berlin	53.64434	9.16839				06	00	03352	03352029
2896665	Jheringsfehn	jheringsfehn	DE		0	Europe/Berlin	53.31816	7.51834		Iheringsfehn,Jheringsfehn		06	00	03457	03457014
2896666	Ihausen	ihausen	DE		0	Europe/Berlin	53.26797	7.82102				06	00	03451	03451007
2896668	Igstadt	igstadt	DE		0	Europe/Berlin	50.08187	8.32873		Igstadt		05	064	06414	06414000
2896669	Iglsdorf	iglsdorf	DE		0	Europe/Berlin	48.58598	11.75676				02	091	09178	09178122
2896672	Iglersreuth	iglersreuth	DE		0	Europe/Berlin	49.81356	12.37082				02	093	09377	09377112
2896673	Iglerberg	iglerberg	DE		0	Europe/Berlin	47.65	9.63333				01	084	08435	08435057
2896674	Igleinsberg	igleinsberg	DE		0	Europe/Berlin	49.08758	12.81128				02	092	09276	09276135
2896675	Iglberg	iglberg	DE		0	Europe/Berlin	48.31365	12.32742				02	091	09183	09183114
2896676	Iggstetten	iggstetten	DE		0	Europe/Berlin	48.71555	13.13084		Huttstetten,Iggstetten		02	092	09271	09271153
2896680	Iggenhausen	iggenhausen	DE		0	Europe/Berlin	52.01294	8.7519				07	057	05766	05766040
2896681	Iggenhausen	iggenhausen	DE		0	Europe/Berlin	51.66042	8.89378				07	057	05774	05774028
2896682	Iggenhausen	iggenhausen	DE		0	Europe/Berlin	48.72514	10.3725				01	081	08135	08135010
2896683	Iggenau	iggenau	DE		0	Europe/Berlin	47.93906	9.88547				01	084	08436	08436010
2896684	Iggelheim	iggelheim	DE		0	Europe/Berlin	49.36389	8.30917		Igelheimer,Iggelheim		08	00	07338	07338005
2896686	Iggelbach	iggelbach	DE		0	Europe/Berlin	49.33227	7.91782		Iggelbach		08	00	07332	07332014
2896690	Igenhausen	igenhausen	DE		0	Europe/Berlin	48.47162	11.0466		Igenhausen		02	097	09771	09771140
2896691	Igelswies	igelswies	DE		0	Europe/Berlin	48.00424	9.13247		Igelswies		01	084	08437	08437078
2896693	Igelsloch	igelsloch	DE		0	Europe/Berlin	48.75088	8.66141				01	082	08235	08235055
2896694	Igelshieb	igelshieb	DE		0	Europe/Berlin	50.50503	11.14738		Igelhieb,Igelshieb		15	00	16072	16072013
2896699	Igelsdorf	igelsdorf	DE		0	Europe/Berlin	49.64446	11.04375				02	095	09572	09572115
2896700	Igelschlatt	igelschlatt	DE		0	Europe/Berlin	47.74753	8.29285				01	083	08337	08337128
2896702	Igelsberg	igelsberg	DE		0	Europe/Berlin	48.53908	8.44291		Igelsberg		01	082	08237	08237028
2896708	Igelsbach	igelsbach	DE		0	Europe/Berlin	49.6555	8.72556				05	064	06431	06431011
2896709	Igelsbach	igelsbach	DE		0	Europe/Berlin	49.46282	8.94381		Igelsbach,Jgelsbach		01	082	08226	08226013
2896710	Igelsbach	igelsbach	DE		0	Europe/Berlin	49.16081	10.85163		Igelsbach		02	095	09577	09577111
2896716	Igelhausen	igelhausen	DE		0	Europe/Berlin	50.40559	9.13025				05	064	06440	06440011
2896726	Iffigheim	iffigheim	DE		0	Europe/Berlin	49.64574	10.20733				02	096	09675	09675167
2896728	Iffens	iffens	DE		0	Europe/Berlin	53.53271	8.33081				06	00	03461	03461003
2896730	Iffelkofen	iffelkofen	DE		0	Europe/Berlin	48.7116	12.19314				02	092	09274	09274127
2896733	Ifen	ifen	DE		0	Europe/Berlin	47.54154	10.03476				02	097	09780	09780132
2896740	Idsingen	idsingen	DE		0	Europe/Berlin	52.90606	9.48906		Idsingen		06	00	03358	03358024
2896743	Idensermoor	idensermoor	DE		0	Europe/Berlin	52.39357	9.35203				06	00	03241	03241021
2896744	Idensen	idensen	DE		0	Europe/Berlin	52.39907	9.35546				06	00	03241	03241021
2896749	Idehörn	idehoern	DE		0	Europe/Berlin	53.17573	7.50847				06	00	03457	03457018
2896750	Iddensen	iddensen	DE		0	Europe/Berlin	53.3901	9.9106				06	00	03353	03353029
2896751	Idashof	idashof	DE		0	Europe/Berlin	53.74456	13.12187				12	00	13071	13071146
2896757	Idar	idar	DE		0	Europe/Berlin	49.71667	7.3				08	00	07134	07134045
2896759	Idafehn	idafehn	DE		0	Europe/Berlin	53.14007	7.63724		Idafehn,Kolonie Idafehn		06	00	03457	03457017
2896760	Ickten	ickten	DE		0	Europe/Berlin	51.37787	6.92337				07	051	05113	05113000
2896762	Ickhorst	ickhorst	DE		0	Europe/Berlin	52.50685	9.73088		Ickhorst,Ickhost		06	00	03241	03241019
2896763	Ickern	ickern	DE		0	Europe/Berlin	51.59225	7.34352		Ickern		07	055	05562	05562004
2896765	Icker	icker	DE		0	Europe/Berlin	52.33983	8.11485				06	00	03459	03459008
2896767	Ickelheim	ickelheim	DE		0	Europe/Berlin	49.47793	10.43401				02	095	09575	09575112
2896775	Ichenheim	ichenheim	DE		0	Europe/Berlin	48.43318	7.81062		Ichenheim		01	083	08317	08317151
2896777	Ichendorf	ichendorf	DE		0	Europe/Berlin	49.07444	12.69294				02	092	09278	09278143
2896779	Ibsingen	ibsingen	DE		0	Europe/Berlin	52.58146	9.66093				06	00	03241	03241019
2896782	Ibra	ibra	DE		0	Europe/Berlin	50.82583	9.49464		Ibra		05	066	06634	06634019
2896784	Ibind	ibind	DE		0	Europe/Berlin	50.1343	10.63513				02	096	09674	09674121
2896787	Ibich	ibich	DE		0	Europe/Berlin	48.09839	8.08835		Ibich,Ibichhof		01	083	08316	08316042
2896789	Ibersheim	ibersheim	DE		0	Europe/Berlin	49.72167	8.40084		Ibersheim,Worms-Ibersheim		08	00	07319	07319000
2896791	Iberg	iberg	DE		0	Europe/Berlin	51.41667	10.35				15	00	16061	16061115
2896805	Iber	iber	DE		0	Europe/Berlin	51.74069	9.88147				06	00	03155	03155013
2896806	Iber	iber	DE		0	Europe/Berlin	49.54638	11.7425				02	093	09371	09371126
2896807	Ibenthann	ibenthann	DE		0	Europe/Berlin	49.18726	12.11542		Ibenthan,Ibenthann		02	093	09376	09376141
2896810	Ibenhain	ibenhain	DE		0	Europe/Berlin	50.88928	10.57173		Ibenhain		15	00	16067	16067072
2896812	Ibendörfle	ibendorfle	DE		0	Europe/Berlin	48.09111	8.07521				01	083	08316	08316042
2896817	Ibbenbüren	ibbenbueren	DE		50577	Europe/Berlin	52.27964	7.71457		Ibbenbjuren,Ibbenbueren,Ibbenbüren,Ibenbiren,aybnbwrn,aynnbwrnn,yi ben bi lun,Іббенбюрен,Иббенбюрен,Ибенбирен,إيبنبورن,ایننبورنن,伊本比伦		07	055	05566	05566028
2896818	Ibanitz	ibanitz	DE		0	Europe/Berlin	51.21238	13.23816				13	00	14627	14627260
2896825	Iba	iba	DE		0	Europe/Berlin	50.98107	9.87356		Iba		05	066	06632	06632003
2896828	Hymendorf	hymendorf	DE		0	Europe/Berlin	53.64067	8.69843				06	00	03352	03352062
2896829	Hygstetterhof	hygstetterhof	DE		0	Europe/Berlin	48.52613	10.40617				02	097	09773	09773144
2896831	Huzenbach	huzenbach	DE		0	Europe/Berlin	48.58583	8.38898				01	082	08237	08237004
2896833	Huysburg	huysburg	DE		0	Europe/Berlin	51.95987	11.00195		Huysburg		14	00	15085	15085185
2896838	Huxol	huxol	DE		0	Europe/Berlin	52.07165	8.90862				07	057	05766	05766036
2896839	Höxmark	hoexmark	DE		0	Europe/Berlin	54.62515	10.00172				10	00	01058	01058032
2896841	Huxhall	huxhall	DE		0	Europe/Berlin	52.94824	9.3899				06	00	03361	03361005
2896842	Huxfeld	huxfeld	DE		0	Europe/Berlin	53.16214	9.03434				06	00	03356	03356002
2896843	Huxelort	huxelort	DE		0	Europe/Berlin	52.40264	8.07752				06	00	03459	03459014
2896844	Huxel	huxel	DE		0	Europe/Berlin	51.18947	8.33546		Huxel		07	059	05958	05958040
2896847	Huxahl	huxahl	DE		0	Europe/Berlin	52.79217	10.04545				06	00	03351	03351004
2896852	Hüven	hueven	DE		567	Europe/Berlin	52.78333	7.51667		Khiven,Khjufen,xu fen,Хивен,Хюфен,许芬	03454023	06	00	03454	03454023
2896854	Hutzwiese	hutzwiese	DE		0	Europe/Berlin	49.71667	8.88333				05	064	06437	06437013
2896855	Hutzfeld	hutzfeld	DE		0	Europe/Berlin	54.0879	10.47545				10	00	01055	01055007
2896859	Hützemert	huetzemert	DE		0	Europe/Berlin	51.03583	7.75543				07	059	05966	05966008
2896860	Hutzelberg	hutzelberg	DE		0	Europe/Berlin	48.14722	8.4367				01	083	08326	08326031
2896861	Hützel	huetzel	DE		0	Europe/Berlin	53.09635	10.02686				06	00	03358	03358002
2896862	Hutzdorf	hutzdorf	DE		0	Europe/Berlin	50.68507	9.58102				05	065	06535	06535015
2896863	Hütz	huetz	DE		0	Europe/Berlin	51.19268	7.15934				07	051	05120	05120000
2896868	Hüttung	huttung	DE		0	Europe/Berlin	50.30287	11.76923				02	094	09475	09475171
2896869	Hüttstadl	huttstadl	DE		0	Europe/Berlin	49.9786	11.83777				02	094	09472	09472138
2896870	Hüttseifen	huettseifen	DE		0	Europe/Berlin	50.86512	7.86073				08	00	07132	07132076
2896872	Hüttrup	huettrup	DE		0	Europe/Berlin	52.12362	7.68039				07	055	05566	05566012
2896873	Huttrop	huttrop	DE		0	Europe/Berlin	51.44533	7.04407		Huttrop		07	051	05113	05113000
2896875	Hüttmannsberg	huttmannsberg	DE		0	Europe/Berlin	47.6	9.61667		Huttmannsberg,Hüttmannsberg		01	084	08435	08435029
2896880	Hüttlen	huttlen	DE		0	Europe/Berlin	49.03333	9.43333				01	081	08119	08119069
2896883	Hüttinghausen	huettinghausen	DE		0	Europe/Berlin	51.62021	8.14197				07	059	05974	05974024
2896885	Hüttingen	huettingen	DE		109	Europe/Berlin	49.96874	6.58604				08	00	07232	07232058
2896886	Hüttingen	huettingen	DE		0	Europe/Berlin	49.93037	6.29715				08	00	07232	07232059
2896888	Hutting	hutting	DE		0	Europe/Berlin	49.13535	12.48655				02	093	09372	09372142
2896889	Hütting	hutting	DE		0	Europe/Berlin	48.79827	11.10901				02	091	09185	09185153
2896890	Hütting	hutting	DE		0	Europe/Berlin	48.46698	13.29277				02	092	09275	09275145
2896891	Hütting	hutting	DE		0	Europe/Berlin	48.30985	12.58461				02	091	09171	09171127
2896892	Hütting	hutting	DE		0	Europe/Berlin	48.07912	12.55525				02	091	09189	09189149
2896897	Hüttigweiler	huettigweiler	DE		0	Europe/Berlin	49.38985	7.0729		Huettigweiler,Huttig-Rassweiler,Huttigweiler,Huttigweiler-Rassweiler,Hüttig-Raßweiler,Hüttigweiler,Hüttigweiler-Raßweiler		09	00	10043	10043112
2896899	Hütthof	huetthof	DE		0	Europe/Berlin	53.02863	9.55789				06	00	03357	03357051
2896901	Hüttgeswasen	huettgeswasen	DE		0	Europe/Berlin	49.72842	7.12699				08	00	07134	07134003
2896902	Huttfleth	huttfleth	DE		0	Europe/Berlin	53.57287	9.60481				06	00	03359	03359020
2896905	Hüttersdorf	huettersdorf	DE		0	Europe/Berlin	49.42479	6.84529		Buprich,Hutterdorf-Buprich,Huttersdorf,Hütterdorf-Buprich,Hüttersdorf		09	00	10044	10044117
2896908	Hüttersbach	huttersbach	DE		0	Europe/Berlin	48.40266	8.03973				01	083	08317	08317034
2896910	Hüttermühle	huettermuehle	DE		0	Europe/Berlin	52.36857	12.16006				14	00	15086	15086040
2896914	Hüttenzell	huttenzell	DE		0	Europe/Berlin	49.04839	12.60158				02	092	09278	09278179
2896915	Hüttenwohld	huettenwohld	DE		0	Europe/Berlin	54.10939	10.12844				10	00	01057	01057071
2896916	Hüttenweiler	huttenweiler	DE		0	Europe/Berlin	47.6	9.75				01			
2896917	Huttenwang	huttenwang	DE		0	Europe/Berlin	47.84613	10.52047				02	097	09777	09777111
2896918	Hüttenthal	huettenthal	DE		0	Europe/Berlin	49.62151	8.9339				05	064	06437	06437012
2896924	Hüttental	huettental	DE		0	Europe/Berlin	50.91667	8.03333				07	059	05970	05970040
2896925	Hüttenstraße	huettenstrasse	DE		0	Europe/Berlin	50.95	7.1				07	053	05315	05315000
2896926	Hüttensteinach	huettensteinach	DE		0	Europe/Berlin	50.36455	11.20717		Huttensteinach,Hüttensteinach		15	00	16072	16072018
2896927	Huttenstätt	huttenstatt	DE		0	Europe/Berlin	48.1553	12.25862				02	091	09183	09183118
2896933	Hüttenrode	huettenrode	DE		1204	Europe/Berlin	51.7688	10.90384		Huettenroe,Huttenrode,Hüttenrode,Hüttenroe,Khitenrode,Khjuttenrode,Хитенроде,Хюттенроде		14	00	15085	15085055
2896934	Hüttenrode	huettenrode	DE		0	Europe/Berlin	51.04912	9.03584				05	066	06635	06635013
2896935	Hüttenroda	huettenroda	DE		0	Europe/Berlin	50.78502	9.9919				15	00	16063	16063078
2896936	Huttenried	huttenried	DE		0	Europe/Berlin	47.80635	10.81961				02	091	09190	09190133
2896937	Hüttenreute	huttenreute	DE		0	Europe/Berlin	47.94919	9.46503				01	084	08436	08436047
2896938	Hüttenreihe	huettenreihe	DE		0	Europe/Berlin	50.65	13.35				13	00	14521	14521460
2896939	Hüttenplatz	huettenplatz	DE		0	Europe/Berlin	52.11667	13.95				11	00	12061	12061329
2896942	Hüttenkrug	huettenkrug	DE		0	Europe/Berlin	52.54588	9.42816				06	00	03241	03241012
2896949	Hüttenkofen	huttenkofen	DE		0	Europe/Berlin	48.74373	12.47597				02	092	09279	09279127
2896950	Hüttenkofen	huttenkofen	DE		0	Europe/Berlin	48.60593	12.35362				02	092	09274	09274156
2896951	Huttenkofen	huttenkofen	DE		0	Europe/Berlin	48.48151	12.4868				02	092	09277	09277121
2896952	Hüttenhofen	huettenhofen	DE		0	Europe/Berlin	50.70807	7.67354				08	00	07132	07132067
2896953	Hüttenhöfe	huttenhofe	DE		0	Europe/Berlin	48.85424	10.03489				01	081	08136	08136088
2896954	Hüttenhof	huettenhof	DE		0	Europe/Berlin	50.85864	10.21808				15	00	16063	16063003
2896960	Hüttenheim	huettenheim	DE		0	Europe/Berlin	51.36666	6.71912				07	051	05112	05112000
2896961	Hüttenheim	huttenheim	DE		0	Europe/Berlin	49.64807	10.2578				02	096	09675	09675179
2896962	Huttenheim	huttenheim	DE		0	Europe/Berlin	49.19862	8.46756		Huttenheim		01	082	08215	08215066
2896963	Hüttenhauser	huettenhauser	DE		0	Europe/Berlin	50.48333	12.75				13	00	14521	14521110
2896964	Hüttenhausen	huttenhausen	DE		0	Europe/Berlin	48.84839	11.62058		Huttenhausen,Hüttenhausen		02	091	09176	09176147
2896971	Hüttengrund	huettengrund	DE		0	Europe/Berlin	50.80406	12.6802				13	00	14524	14524120
2896972	Hüttengrund	huettengrund	DE		0	Europe/Berlin	50.68464	13.19611				13	00	14521	14521390
2896973	Hüttengrund	huettengrund	DE		0	Europe/Berlin	50.65204	13.36889				13	00	14521	14521460
2896974	Hüttengrund	huettengrund	DE		0	Europe/Berlin	50.38436	11.19767				15	00	16072	16072018
2896976	Hüttengesäß	huettengesaess	DE		0	Europe/Berlin	50.21625	9.04324				05	064	06435	06435024
2896977	Hüttenfeld	huettenfeld	DE		0	Europe/Berlin	49.59611	8.58583		Huettenfeld,Huttenfeld,Hüttenfeld		05	064	06431	06431013
2896981	Hüttendorf	huettendorf	DE		0	Europe/Berlin	53.28749	8.96072				06	00	03356	03356011
2896982	Hüttendorf	huttendorf	DE		0	Europe/Berlin	49.54071	10.9616				02	095	09562	09562000
2896984	Hüttenbusch	huettenbusch	DE		0	Europe/Berlin	53.27228	8.96124				06	00	03356	03356011
2896985	Hüttenbühl	huttenbuhl	DE		0	Europe/Berlin	48.89321	9.70079				01	081	08119	08119001
2897014	Hüttenbach	huttenbach	DE		0	Europe/Berlin	49.60882	11.32974				02	095	09574	09574158
2897015	Huttenbach	huttenbach	DE		0	Europe/Berlin	48.72322	10.71628				02	097	09779	09779131
2897017	Hüttenau	huettenau	DE		0	Europe/Berlin	52.08641	9.04033				07	057	05766	05766028
2897018	Hüttenau	huettenau	DE		0	Europe/Berlin	51.41667	7.21667				07	059	05911	05911000
2897021	Hütten	huetten	DE		0	Europe/Berlin	54.13567	9.60557				10	00	01058	01058113
2897022	Hütten	huetten	DE		0	Europe/Berlin	54.07558	11.9589				12	00	13072	13072007
2897023	Hütten	huetten	DE		0	Europe/Berlin	52.35342	11.46529				14	00	15083	15083270
2897024	Hütten	huetten	DE		0	Europe/Berlin	50.91434	14.05538				13	00	14628	14628210
2897025	Hütten	huetten	DE		0	Europe/Berlin	50.72363	11.53994				15	00	16075	16075129
2897026	Hütten	huetten	DE		0	Europe/Berlin	50.65	12.01667				15	00	16076	16076087
2897046	Hüttelsgrün	huettelsgruen	DE		0	Europe/Berlin	50.66209	12.44695				13	00	14524	14524330
2897047	Hüttelkofen	huttelkofen	DE		0	Europe/Berlin	48.01416	11.94343				02	091	09175	09175114
2897049	Hüttebrüchen	huettebruechen	DE		0	Europe/Berlin	51.27045	7.93468				07	059	05958	05958044
2897050	Hütte	huette	DE		0	Europe/Berlin	51.21667	7.2				07	051	05124	05124000
2897051	Hütte	huette	DE		0	Europe/Berlin	51.05576	7.50583				07	053	05374	05374024
2897052	Hütte	huette	DE		0	Europe/Berlin	50.75751	8.50378				05	065	06534	06534003
2897053	Hütte	huette	DE		0	Europe/Berlin	50.65175	7.77872				08	00	07143	07143235
2897059	Hütt	hutt	DE		0	Europe/Berlin	48.64556	12.88205				02	092	09279	09279113
2897061	Hütschhof	huetschhof	DE		0	Europe/Berlin	50.95626	10.23282				15	00	16063	16063097
2897062	Hütscheroda	huetscheroda	DE		0	Europe/Berlin	51.02569	10.46478		Huetscheroda,Hutscheroda,Hütscheroda		15	00	16063	16063098
2897065	Hutschdorf	hutschdorf	DE		0	Europe/Berlin	50.04313	11.41883				02	094	09477	09477157
2897071	Hutoi	hutoi	DE		0	Europe/Berlin	47.7791	10.42201				02	097	09780	09780147
2897072	Hutneck	hutneck	DE		0	Europe/Berlin	48.20923	8.41312				01	083	08325	08325053
2897074	Hutmacherdobel	hutmacherdobel	DE		0	Europe/Berlin	48.38823	8.07578				01	083	08317	08317085
2897079	Hüthum	huethum	DE		0	Europe/Berlin	51.84787	6.20456				07	051	05154	05154008
2897082	Huthsherweg	huthsherweg	DE		0	Europe/Berlin	51.06726	7.24375		Huthsherweg,Hutzherweg		07	053	05378	05378012
2897083	Huthmachershof	huthmachershof	DE		0	Europe/Berlin	50.94011	6.4057		Huthmacherhof,Huthmachershof,Hutmacherhof		07	053	05358	05358024
2897089	Hutha	hutha	DE		0	Europe/Berlin	50.76691	10.05194				15	00	16063	16063082
2897090	Hutha	hutha	DE		0	Europe/Berlin	50.69921	13.30038		Hutha		13	00	14521	14521460
2897091	Hutha	hutha	DE		0	Europe/Berlin	50.97977	13.44572				13	00	14522	14522240
2897095	Hutgraben	hutgraben	DE		0	Europe/Berlin	48.39725	11.29496				02	091	09174	09174111
2897129	Husumerdeich	husumerdeich	DE		0	Europe/Berlin	53.55276	8.45141				06	00	03461	03461003
2897145	Hüsten	huesten	DE		0	Europe/Berlin	51.42592	7.99226				07	059	05958	05958004
2897146	Husten	husten	DE		0	Europe/Berlin	50.99139	7.75413				07	059	05966	05966008
2897149	Hustedt	hustedt	DE		0	Europe/Berlin	53	9.13333				06	00	03361	03361006
2897150	Hustedt	hustedt	DE		0	Europe/Berlin	52.8969	9.09679				06	00	03251	03251026
2897151	Hustedt	hustedt	DE		0	Europe/Berlin	52.69622	10.0415				06	00	03351	03351006
2897154	Hustede	hustede	DE		0	Europe/Berlin	53.14281	7.46553				06	00	03457	03457022
2897156	Hustädte	hustaedte	DE		0	Europe/Berlin	52.25825	8.36509				06	00	03459	03459024
2897157	Hußweiler	hussweiler	DE		0	Europe/Berlin	49.7	7.23333				08	00	07134	07134094
2897159	Hüssingen	hussingen	DE		0	Europe/Berlin	48.97145	10.68615				02	095	09577	09577179
2897160	Hussenhofen	hussenhofen	DE		0	Europe/Berlin	48.80966	9.85635				01	081	08136	08136065
2897164	Hussen	hussen	DE		0	Europe/Berlin	50.67982	7.43264				08	00	07138	07138003
2897168	Hüsingen	husingen	DE		0	Europe/Berlin	47.63185	7.73892				01	083	08336	08336084
2897176	Husen	husen	DE		0	Europe/Berlin	52.45015	8.65294				07	057	05770	05770040
2897177	Husen	husen	DE		0	Europe/Berlin	52.3095	8.71986				07	057	05770	05770020
2897178	Husen	husen	DE		0	Europe/Berlin	51.74048	6.41613				07	051	05170	05170052
2897179	Husen	husen	DE		0	Europe/Berlin	51.59081	8.83162		Husen,Huson		07	057	05774	05774028
2897180	Husen	husen	DE		0	Europe/Berlin	51.55912	7.5961				07	059	05913	05913000
2897185	Hüselitz	hueselitz	DE		307	Europe/Berlin	52.50891	11.80859				14	00	15090	15090546
2897188	Hüsederbruch	huesederbruch	DE		0	Europe/Berlin	52.30448	8.38987				06	00	03459	03459003
2897189	Hüsede	huesede	DE		0	Europe/Berlin	52.30546	8.37444				06	00	03459	03459003
2897192	Hüscheid	huescheid	DE		0	Europe/Berlin	51.08407	7.03952				07	053	05316	05316000
2897196	Husbyholz	husbyholz	DE		0	Europe/Berlin	54.75607	9.61194				10	00	01059	01059127
2897202	Husbergermoor	husbergermoor	DE		0	Europe/Berlin	54.06074	10.10809				10	00	01057	01057008
2897203	Husberg	husberg	DE		0	Europe/Berlin	54.06847	10.04509				10	00	01057	01057008
2897204	Husbäke	husbaeke	DE		0	Europe/Berlin	53.08518	7.98479				06	00	03451	03451004
2897205	Husarenhof	husarenhof	DE		0	Europe/Berlin	48.98019	9.16259				01	081	08118	08118007
2897213	Hurtingöd	hurtingod	DE		0	Europe/Berlin	49.9343	12.15079				02	093	09377	09377159
2897216	Hürth	huerth	DE		54678	Europe/Berlin	50.87079	6.86761		Gjurt,Hiurtas,Huerth,Hürth,Khirt,Khjurt,ZNP,hwrt,xu er te,Гюрт,Хирт,Хюрт,هورت,许尔特		07	053	05362	05362028
2897222	Hürtgen	huertgen	DE		0	Europe/Berlin	50.71091	6.37979		Huertgen,Hurtgen,Hürtgen		07	053	05358	05358016
2897223	Hurtenbach	hurtenbach	DE		0	Europe/Berlin	50.68801	7.43862				08	00	07138	07138003
2897228	Hurst	hurst	DE		0	Europe/Berlin	50.79382	7.64195		Hurst		07	053	05382	05382076
2897230	Hürrlingen	hurrlingen	DE		0	Europe/Berlin	47.72434	8.28596		Hurrlingen,Hürrlingen		01	083	08337	08337128
2897235	Hurrel	hurrel	DE		0	Europe/Berlin	53.07529	8.39424				06	00	03458	03458010
2897238	Hürnheim	hurnheim	DE		0	Europe/Berlin	48.79708	10.49				02	097	09779	09779136
2897246	Hurl	hurl	DE		0	Europe/Berlin	51.8	6.41667				07	051	05154	05154044
2897248	Hürfeld	hurfeld	DE		0	Europe/Berlin	49.62231	10.43796				02	095	09575	09575165
2897249	Hurendeich	hurendeich	DE		0	Europe/Berlin	51.81897	6.22726				07	051	05154	05154036
2897250	Hürden	hurden	DE		0	Europe/Berlin	49.22944	9.86394				01	081	08127	08127047
2897252	Hürben	hurben	DE		0	Europe/Berlin	48.59387	10.20355				01	081	08135	08135016
2897254	Hürbel am Rangen	hurbel-am-rangen	DE		0	Europe/Berlin	49.33324	10.49028		Hurbel,Hurbel am Rangen,Hürbel,Hürbel am Rangen		02	095	09571	09571171
2897255	Hürbel	hurbel	DE		0	Europe/Berlin	49.34973	10.34991				02	095	09571	09571155
2897256	Hürbel	hurbel	DE		0	Europe/Berlin	48.12248	9.96203		Hurbel,Hürbel		01	084	08426	08426135
2897259	Hüpstedt	huepstedt	DE		0	Europe/Berlin	51.32579	10.44069				15	00	16064	16064014
2897261	Huppichteroth	huppichteroth	DE		0	Europe/Berlin	50.91595	7.52844		Huppichteroth		07	053	05374	05374032
2897262	Huppert	huppert	DE		0	Europe/Berlin	50.19123	8.00558				05	064	06439	06439005
2897264	Huppendorf	huppendorf	DE		0	Europe/Berlin	49.93325	11.15002				02	094	09471	09471151
2897265	Huppenbroich	huppenbroich	DE		0	Europe/Berlin	50.59136	6.31805				07	053	05334	05334028
2897266	Huppenberg	huppenberg	DE		0	Europe/Berlin	47.81102	11.52856				02	091	09173	09173145
2897275	Hupfauf	hupfauf	DE		0	Europe/Berlin	50.43723	12.2849				13	00	14523	14523460
2897276	Hüpede	huepede	DE		0	Europe/Berlin	52.24394	9.73372		Huiptsche,Hupedhe [~a. 1260],Hupethe [a. 1187],Hupida,Hūpida,ˈhuiptʃə (nds),ˈhuĭptʃə (nds)		06	00	03241	03241013
2897279	Hünzingen	huenzingen	DE		0	Europe/Berlin	52.89806	9.59128				06	00	03358	03358024
2897280	Hunzen	hunzen	DE		0	Europe/Berlin	51.9857	9.59613				06	00	03255	03255016
2897283	Hünxe	huenxe	DE		13732	Europe/Berlin	51.63405	6.69741		Gjunkse,Huenxe,Hünxe,Khinkse,Khjunkse,xin ke sai,Гюнксе,Хинксе,Хюнксе,欣克塞	05170016	07	051	05170	05170016
2897284	Hunwerthhusum	hunwerthhusum	DE		0	Europe/Berlin	54.81667	8.65				10	00	01054	01054166
2897285	Hüntrup	huentrup	DE		0	Europe/Berlin	51.96653	8.78932				07	057	05766	05766040
2897287	Huntlosen	huntlosen	DE		0	Europe/Berlin	52.99139	8.27821		Huntlosen		06	00	03458	03458007
2897288	Hunteroth	hunteroth	DE		0	Europe/Berlin	52.31723	7.9378				07	055	05566	05566048
2897293	Hüntel	huentel	DE		0	Europe/Berlin	52.74828	7.25735				06	00	03454	03454035
2897294	Hunteburg	hunteburg	DE		0	Europe/Berlin	52.43637	8.27279		Hunteburg		06	00	03459	03459013
2897295	Huntebrück	huntebrueck	DE		0	Europe/Berlin	53.19695	8.44712	50			06	00	03461	03461001
2897299	Hunswinkel	hunswinkel	DE		0	Europe/Berlin	51.08072	7.79657		Hunswinkel		07	059	05962	05962036
2897301	Hunstig	hunstig	DE		0	Europe/Berlin	50.97803	7.5169		Hunstig		07	053	05374	05374012
2897307	Hünshoven	huenshoven	DE		0	Europe/Berlin	50.96667	6.11667				07	053	05370	05370012
2897308	Hunsheim	hunsheim	DE		0	Europe/Berlin	50.9832	7.61304		Hunsheim		07	053	05374	05374040
2897311	Hünsborn	huensborn	DE		0	Europe/Berlin	50.93924	7.89223				07	059	05966	05966028
2897315	Hunolstein	hunolstein	DE		0	Europe/Berlin	49.79938	7.04721				08	00	07231	07231502
2897316	Hunoldstal	hunoldstal	DE		0	Europe/Berlin	50.30201	8.46191		Hundstall,Hunoldstal		05	064	06434	06434009
2897318	Hünningen	huenningen	DE		0	Europe/Berlin	51.49362	7.93558				07	059	05974	05974012
2897319	Hünning	huenning	DE		0	Europe/Berlin	54.57066	9.32657				10	00	01059	01059079
2897322	Hunnersrück	hunnersrueck	DE		0	Europe/Berlin	51.82597	9.70216				06	00	03155	03155003
2897323	Hunnenswarf	hunnenswarf	DE		0	Europe/Berlin	54.64919	8.63956		Hunnenswarf		10	00	01054	01054074
2897333	Hunnebrockerheide	hunnebrockerheide	DE		0	Europe/Berlin	52.17842	8.58757				07	057	05758	05758004
2897334	Hunnebrock	hunnebrock	DE		0	Europe/Berlin	52.18821	8.57336		Hunnebrock		07	057	05758	05758004
2897336	Hünlishofen	hunlishofen	DE		0	Europe/Berlin	47.84689	9.9245				01	084	08436	08436055
2897338	Hünkhoven	huenkhoven	DE		0	Europe/Berlin	50.48097	6.88151				07	053	05366	05366004
2897339	Hünkergrund	huenkergrund	DE		0	Europe/Berlin	51.90597	9.33231				07	057	05766	05766052
2897345	Hünhan	huenhan	DE		0	Europe/Berlin	50.68889	9.73511				05	066	06631	06631002
2897346	Hüngsberg	huengsberg	DE		0	Europe/Berlin	50.64079	7.38028		Hungsberg,Hüngsberg		08	00	07138	07138077
2897347	Hüngringhausen	huengringhausen	DE		0	Europe/Berlin	51.00241	7.67346				07	053	05374	05374004
2897348	Hungriger Wolf	hungriger-wolf	DE		0	Europe/Berlin	53.99157	9.57579				10	00	01061	01061042
2897349	Hungriger Wolf	hungriger-wolf	DE		0	Europe/Berlin	50.67442	12.1035				15	00	16076	16076039
2897351	Hüngheim	hungheim	DE		0	Europe/Berlin	49.41278	9.51883				01	082	08225	08225114
2897357	Hungerstorf	hungerstorf	DE		0	Europe/Berlin	53.86667	11.25				12	00	13074	13074079
2897358	Hungerstorf	hungerstorf	DE		0	Europe/Berlin	53.60554	12.82217				12	00	13071	13071032
2897361	Hüngersdorf	huengersdorf	DE		0	Europe/Berlin	50.39528	6.68026				07	053	05366	05366008
2897362	Hungersdorf	hungersdorf	DE		0	Europe/Berlin	48.99831	12.41186				02	093	09375	09375210
2897370	Hungersacker	hungersacker	DE		0	Europe/Berlin	49.01352	12.44378				02	093	09375	09375210
2897378	Hungerburg	hungerburg	DE		0	Europe/Berlin	54.90377	8.83039				10	00	01054	01054009
2897384	Hungerberg	hungerberg	DE		0	Europe/Berlin	48.67797	8.19163				01	082	08216	08216008
2897385	Hungerberg	hungerberg	DE		0	Europe/Berlin	48.53333	8.08333				01	083	08317	08317089
2897386	Hungerberg	hungerberg	DE		0	Europe/Berlin	51.13258	7.43528		Hungerberg		07	053	05374	05374052
2897387	Hungerberg	hungerberg	DE		0	Europe/Berlin	48.87883	13.31363				02	092	09272	09272116
2897427	Hunger	hunger	DE		0	Europe/Berlin	49.67031	11.43019		Hunger		02	094	09472	09472118
2897429	Hungenberg	hungenberg	DE		0	Europe/Berlin	49.95221	12.27199				02	093	09377	09377137
2897430	Hungenberg	hungenberg	DE		0	Europe/Berlin	49.79667	11.34266				02	094	09474	09474129
2897434	Hunfelde	hunfelde	DE		0	Europe/Berlin	52.98033	7.29793				06	00	03454	03454020
2897436	Hünfeld	huenfeld	DE		16323	Europe/Berlin	50.67966	9.76727		Gjunfel'd,Huenfeld,Hünfeld,Khinfeld,Khjunfel'd,Khjunfeld,hwinpelteu,hwnfld,xin fei er de,Гюнфельд,Хинфелд,Хюнфелд,Хюнфельд,هونفلد,欣费尔德,휜펠트		05	066	06631	06631015
2897438	Hünertshagen	huenertshagen	DE		0	Europe/Berlin	53.20144	8.64731				06	00	03356	03356009
2897441	Hüners	huners	DE		0	Europe/Berlin	47.89958	10.28698				02	097	09778	09778119
2897442	Hünerberg	hunerberg	DE		0	Europe/Berlin	48.67241	8.54716				01	082	08235	08235079
2897443	Hünerbach	huenerbach	DE		0	Europe/Berlin	50.29171	6.94453				08	00	07233	07233218
2897444	Hünenstein	huenenstein	DE		0	Europe/Berlin	53.23747	8.55635				06	00	03356	03356009
2897447	Hünengraben	huenengraben	DE		0	Europe/Berlin	51.3	7.65				07	059	05962	05962004
2897465	Hundzell	hundzell	DE		0	Europe/Berlin	49.21035	12.94182				02	093	09372	09372135
2897467	Hundszell	hundszell	DE		0	Europe/Berlin	48.73029	11.40439				02	091	09161	09161000
2897470	Hundstadt	hundstadt	DE		0	Europe/Berlin	50.3696	8.46984				05	064	06434	06434004
2897472	Hundsschweif	hundsschweif	DE		0	Europe/Berlin	48.95535	12.53343				02	092	09278	09278141
2897475	Hundsrücken	hundsrucken	DE		0	Europe/Berlin	47.97003	9.50026				01	084	08436	08436019
2897482	Hundsruck	hundsruck	DE		0	Europe/Berlin	48.77722	13.34041				02	092	09272	09272142
2897483	Hundsruck	hundsruck	DE		0	Europe/Berlin	48.59517	13.59678				02	092	09275	09275153
2897491	Hundspoint	hundspoint	DE		0	Europe/Berlin	48.51552	12.40345				02	092	09274	09274145
2897492	Hundsöd	hundsod	DE		0	Europe/Berlin	48.01843	12.48288				02	091	09189	09189111
2897494	Hundsmühlerhöhe	hundsmuehlerhoehe	DE		0	Europe/Berlin	53.13333	8.2				06	00	03403	03403000
2897495	Hundsmühlen	hundsmuehlen	DE		0	Europe/Berlin	53.10359	8.18034				06	00	03458	03458013
2897496	Hundslohe	hundslohe	DE		0	Europe/Berlin	48.93333	10.33333				01	081	08136	08136075
2897504	Hundshübel	hundshuebel	DE		0	Europe/Berlin	50.54394	12.57108				13	00	14521	14521600
2897506	Hundshof	hundshof	DE		0	Europe/Berlin	49.91159	11.23737				02	094	09472	09472115
2897507	Hundshof	hundshof	DE		0	Europe/Berlin	49.89555	11.47602				02	094	09472	09472167
2897508	Hundshof	hundshof	DE		0	Europe/Berlin	49.85227	11.42453				02	094	09472	09472111
2897509	Hundshof	hundshof	DE		0	Europe/Berlin	49.81971	10.83518				02	094	09471	09471131
2897510	Hundshausen	hundshausen	DE		0	Europe/Berlin	50.97705	9.14055				05	066	06634	06634010
2897511	Hundshaupten	hundshaupten	DE		0	Europe/Berlin	49.72124	11.22195				02	094	09474	09474124
2897512	Hundshaupten	hundshaupten	DE		0	Europe/Berlin	48.42169	13.02079				02	092	09277	09277149
2897514	Hundsgrün	hundsgruen	DE		0	Europe/Berlin	50.36682	12.20229				13	00	14523	14523080
2897515	Hundsfeld	hundsfeld	DE		0	Europe/Berlin	50.06324	9.87214				02	096	09672	09672127
2897521	Hundsdieck	hundsdieck	DE		0	Europe/Berlin	51.3203	7.54319		Hundsdieck,Hundsdiek		07	059	05914	05914000
2897527	Hundsbosch	hundsbosch	DE		0	Europe/Berlin	48.63535	8.11516				01	083	08317	08317116
2897529	Hundsboden	hundsboden	DE		0	Europe/Berlin	49.71069	11.21664				02	094	09474	09474124
2897530	Hundsboden	hundsboden	DE		0	Europe/Berlin	49.54662	11.66184				02	093	09371	09371141
2897533	Hundsberg	hundsberg	DE		0	Europe/Berlin	51.53333	8.61667				07	057	05774	05774016
2897534	Hundsberg	hundsberg	DE		0	Europe/Berlin	48.91484	9.70567				01	081	08136	08136027
2897559	Hundorf	hundorf	DE		0	Europe/Berlin	53.70311	11.43359				12	00	13074	13074075
2897560	Hündlingsen	huendlingsen	DE		0	Europe/Berlin	51.65	7.98333				07	059	05974	05974048
2897562	Hundldorf	hundldorf	DE		0	Europe/Berlin	48.83515	12.82019				02	092	09278	09278149
2897563	Hundisburg	hundisburg	DE		0	Europe/Berlin	52.24662	11.39952				14	00	15083	15083270
2897565	Hundhöfe	hundhofe	DE		0	Europe/Berlin	47.8	9.96667				01	084	08436	08436055
2897566	Hundheim	hundheim	DE		0	Europe/Berlin	50.02707	7.41342		Hundheim		08	00	07140	07140009
2897567	Hundheim	hundheim	DE		0	Europe/Berlin	49.8342	7.1529		Hundheim		08	00	07231	07231502
2897568	Hundheim	hundheim	DE		0	Europe/Berlin	49.69049	9.46823				01	081	08128	08128064
2897569	Hundheim	hundheim	DE		0	Europe/Berlin	49.61731	7.55196				08	00	07336	07336075
2897570	Hundheim	hundheim	DE		0	Europe/Berlin	49.50609	11.66224				02	093	09371	09371141
2897573	Hundham	hundham	DE		0	Europe/Berlin	48.34235	12.54777				02	091	09183	09183131
2897574	Hundham	hundham	DE		0	Europe/Berlin	48.34727	12.48868				02	091	09183	09183129
2897575	Hundham	hundham	DE		0	Europe/Berlin	47.76408	12.1871				02	091	09187	09187172
2897576	Hundham	hundham	DE		0	Europe/Berlin	47.75675	11.9436				02	091	09182	09182114
2897578	Hundewick	hundewick	DE		0	Europe/Berlin	51.97393	6.88103				07	055	05554	05554056
2897581	Hundesossen	hundesossen	DE		0	Europe/Berlin	51.1331	8.20506		Hundesossen		07	059	05958	05958040
2897587	Hundertmorgen	hundertmorgen	DE		0	Europe/Berlin	49.8	8.86667				05	064	06432	06432019
2897589	Hundersingen	hundersingen	DE		0	Europe/Berlin	48.34299	9.48721				01	084	08415	08415053
2897590	Hundersingen	hundersingen	DE		0	Europe/Berlin	48.19404	9.66432				01	084	08425	08425091
2897591	Hundersingen	hundersingen	DE		0	Europe/Berlin	48.07768	9.39979				01	084	08437	08437044
2897598	Hunden	hunden	DE		0	Europe/Berlin	53.37137	10.29592				06	00	03353	03353007
2897602	Hundelshausen	hundelshausen	DE		0	Europe/Berlin	51.29328	9.84808		Hundelshausen		05	066	06636	06636016
2897603	Hundelshausen	hundelshausen	DE		0	Europe/Berlin	49.93082	10.4261				02	096	09678	09678157
2897608	Hündekausen	huendekausen	DE		0	Europe/Berlin	50.92673	7.45534		Hundehausen,Hündehausen		07	053	05382	05382036
2897622	Hundberg	hundberg	DE		0	Europe/Berlin	48.14621	12.43384				02	091	09183	09183145
2897629	Hunas	hunas	DE		0	Europe/Berlin	49.50355	11.54846				02	095	09574	09574147
2897631	Hunaberg	hunaberg	DE		0	Europe/Berlin	48.65083	13.56982				02	092	09275	09275126
2897636	Humprechtshausen	humprechtshausen	DE		0	Europe/Berlin	50.12108	10.45027				02	096	09674	09674153
2897637	Humprechtsau	humprechtsau	DE		0	Europe/Berlin	49.55764	10.39184				02	095	09575	09575112
2897639	Hümpfershausen	huempfershausen	DE		457	Europe/Berlin	50.66667	10.23333		Khimpferskhauzen,Khjumpferskhauzen,xin pu fei er si hao sen,Химпферсхаузен,Хюмпферсхаузен,欣普费尔斯豪森	16066086	15	00	16066	16066086
2897643	Hummetroth	hummetroth	DE		0	Europe/Berlin	49.7788	8.93766				05	064	06437	06437009
2897644	Hummerzheim	hummerzheim	DE		0	Europe/Berlin	50.49907	6.87015				07	053	05366	05366004
2897646	Hummertsweiler	hummertsweiler	DE		0	Europe/Berlin	49.37568	10.08764				01	081	08127	08127075
2897647	Hummertsried	hummertsried	DE		0	Europe/Berlin	47.9672	9.84675				01	084	08426	08426038
2897649	Hummersen	hummersen	DE		0	Europe/Berlin	51.87866	9.33091				07	057	05766	05766052
2897653	Hummerntrup	hummerntrup	DE		0	Europe/Berlin	51.98943	8.92377				07	057	05766	05766044
2897656	Hummerbruch	hummerbruch	DE		0	Europe/Berlin	52.05075	9.12981				07	057	05766	05766028
2897660	Hummeratsried	hummeratsried	DE		0	Europe/Berlin	47.7347	10.60393		Humeratsried,Hummeratsried		02	097	09777	09777151
2897661	Hummendorf	hummendorf	DE		0	Europe/Berlin	50.20336	11.30618		Humendorf,Hummendorf		02	094	09476	09476185
2897662	Hummendorf	hummendorf	DE		0	Europe/Berlin	50.14537	11.51568		Hummendorf		02	094	09477	09477159
2897663	Hummenberg	hummenberg	DE		0	Europe/Berlin	50.18124	11.25769				02	094	09476	09476146
2897666	Hummelsweiler	hummelsweiler	DE		0	Europe/Berlin	49.04205	10.0294				01	081	08136	08136060
2897670	Hummelsheim	hummelsheim	DE		0	Europe/Berlin	51.02688	7.07336				07	053	05316	05316000
2897671	Hummelshalden	hummelshalden	DE		0	Europe/Berlin	48.75	9.78333				01	081	08136	08136065
2897674	Hummelsbüttel	hummelsbuettel	DE		17365	Europe/Berlin	53.64773	10.04149				04	00	02000	02000000
2897675	Hümmelsberg	huemmelsberg	DE		0	Europe/Berlin	52.79992	7.17256				06	00	03454	03454018
2897676	Hummelsberg	hummelsberg	DE		0	Europe/Berlin	47.78776	11.76257				02	091	09182	09182136
2897677	Hummelsberg	hummelsberg	DE		0	Europe/Berlin	47.66667	9.9				01	084	08436	08436094
2897687	Hummels	hummels	DE		0	Europe/Berlin	47.8701	10.13196				02	097	09778	09778165
2897689	Hummelmarter	hummelmarter	DE		0	Europe/Berlin	49.91387	10.63288				02	096	09674	09674159
2897691	Hummelhof	hummelhof	DE		0	Europe/Berlin	49.38118	10.49436				02	095	09571	09571146
2897693	Hummeldorf	hummeldorf	DE		0	Europe/Berlin	52.31269	7.37357				06	00	03454	03454045
2897714	Hummelbeck	hummelbeck	DE		0	Europe/Berlin	52.27397	8.85271				07	057	05770	05770024
2897718	Hümme	huemme	DE		0	Europe/Berlin	51.54335	9.40636				05	066	06633	06633013
2897719	Hümmling	huemmling	DE		0	Europe/Berlin	52.43883	7.61916		Humling,Hummling,Hümling,Hümmling		07	055	05566	05566020
2897720	Humlangen	humlangen	DE		0	Europe/Berlin	48.29324	9.94984				01	084	08425	08425064
2897721	Humfeld	humfeld	DE		0	Europe/Berlin	52.02683	9.05514				07	057	05766	05766024
2897722	Humes	humes	DE		0	Europe/Berlin	49.39143	6.99602				09	00	10043	10043111
2897723	Humersberg	humersberg	DE		0	Europe/Berlin	48.38695	11.22828				02	091	09174	09174111
2897730	Humbrechts	humbrechts	DE		0	Europe/Berlin	47.68506	9.79679				01	084	08436	08436081
2897732	Humboldtkolonie	humboldtkolonie	DE		15108	Europe/Berlin	50.93182	6.99469		Humboldt/Gremberg		07	053	05315	05315000
2897734	Humbertsweiler	humbertsweiler	DE		0	Europe/Berlin	47.6	9.68333				02	097	09776	09776116
2897737	Humberg	humberg	DE		0	Europe/Berlin	48.92214	9.73509				01	081	08136	08136027
2897738	Humberg	humberg	DE		0	Europe/Berlin	47.85786	9.87834				01	084	08436	08436010
2897749	Humbach	humbach	DE		0	Europe/Berlin	47.86575	11.54268				02	091	09173	09173118
2897750	Humbach	humbach	DE		0	Europe/Berlin	47.58775	10.28174				02	097	09780	09780137
2897753	Hülzweiler	huelzweiler	DE		0	Europe/Berlin	49.31879	6.81306				09	00	10044	10044118
2897754	Hulvershorn	hulvershorn	DE		0	Europe/Berlin	51.17272	7.48294				07	059	05962	05962012
2897756	Hultrop	hultrop	DE		0	Europe/Berlin	51.6506	8.05437		Hultrop		07	059	05974	05974024
2897759	Hülstrung	huelstrung	DE		0	Europe/Berlin	51.11841	7.0199				07	053	05378	05378016
2897762	Hülsten	huelsten	DE		0	Europe/Berlin	51.81032	7.0923				07	055	05554	05554044
2897764	Hülst	huelst	DE		0	Europe/Berlin	51.30081	6.20627				07	051	05166	05166016
2897765	Hülsort	huelsort	DE		0	Europe/Berlin	52.4904	8.01256				06	00	03459	03459031
2897770	Hülsing	huelsing	DE		0	Europe/Berlin	53.63221	8.50906				06	00	03352	03352061
2897771	Hülshort	huelshort	DE		0	Europe/Berlin	51.42829	6.59847				07	051	05170	05170024
2897772	Hülshorsterrott	huelshorsterrott	DE		0	Europe/Berlin	51.73969	6.55407				07	051	05170	05170012
2897777	Hülshof	huelshof	DE		0	Europe/Berlin	50.77837	8.48462				05	065	06534	06534003
2897779	Hülshagen	huelshagen	DE		0	Europe/Berlin	52.36964	9.22728				06	00	03257	03257019
2897782	Hülsenbusch	huelsenbusch	DE		0	Europe/Berlin	51.03805	7.49886				07	053	05374	05374012
2897791	Hülsen	huelsen	DE		0	Europe/Berlin	52.81687	9.32516				06	00	03361	03361003
2897792	Hülsen	huelsen	DE		0	Europe/Berlin	52.71226	7.47741				06	00	03454	03454019
2897793	Hülsen	huelsen	DE		0	Europe/Berlin	51.93014	8.95411				07	057	05766	05766020
2897794	Hülsen	huelsen	DE		0	Europe/Berlin	51.16786	6.90946				07	051	05158	05158016
2897795	Hülsen	huelsen	DE		0	Europe/Berlin	51.10382	7.2586				07	053	05378	05378032
2897801	Hülseburg	huelseburg	DE		171	Europe/Berlin	53.51303	11.19452				12	00	13076	13076065
2897804	Hülseberg	huelseberg	DE		0	Europe/Berlin	53.27744	8.75723				06	00	03356	03356007
2897806	Hülsebeck	huelsebeck	DE		0	Europe/Berlin	53.24676	11.92918				11	00	12070	12070300
2897809	Hülsdonk	huelsdonk	DE		0	Europe/Berlin	51.2646	6.40291				07	051	05166	05166032
2897810	Hülsdonk	huelsdonk	DE		0	Europe/Berlin	51.45629	6.6115		Holsdonk,Hulsdonk,Hölsdonk,Hülsdonk		07	051	05170	05170024
2897812	Hülsdau	huelsdau	DE		0	Europe/Berlin	51.63104	7.04146				07	055	05562	05562024
2897813	Hülschotten	huelschotten	DE		0	Europe/Berlin	51.17542	7.9166				07	059	05966	05966012
2897815	Hülscheid	huelscheid	DE		0	Europe/Berlin	51.261	7.57546		Hulscheid,Hülscheid		07	059	05962	05962056
2897816	Hülscheid	huelscheid	DE		0	Europe/Berlin	50.85253	7.37442				07	053	05382	05382040
2897817	Hülscheid	huelscheid	DE		0	Europe/Berlin	50.73413	7.41695				07	053	05382	05382020
2897829	Hüls	huels	DE		0	Europe/Berlin	51.67623	7.1286		Huels-Nord,Hüls-Nord		07	055	05562	05562024
2897830	Hüls	huels	DE		0	Europe/Berlin	51.37286	6.51043		Huls,Hüls		07	051	05114	05114000
2897831	Hüls	huels	DE		0	Europe/Berlin	53.75	10.26667				10	00	01062	01062016
2897833	Hülptingsen	huelptingsen	DE		0	Europe/Berlin	52.44659	10.03112				06	00	03241	03241003
2897834	Hülperode	huelperode	DE		0	Europe/Berlin	52.32348	10.44311				06	00	03151	03151027
2897835	Hülmerheide	huelmerheide	DE		0	Europe/Berlin	51.62384	6.11026				07	051	05154	05154016
2897837	Hülm	huelm	DE		0	Europe/Berlin	51.64872	6.1492				07	051	05154	05154016
2897841	Hüllstede	huellstede	DE		0	Europe/Berlin	53.26069	7.94714				06	00	03451	03451007
2897844	Hüllhorst	huellhorst	DE		13776	Europe/Berlin	52.28333	8.66667	95	Gjull'gorst,Huellhorst,Hüllhorst,Khilkhorst,Khjull'khorst,hyuruhorusuto,xu er huo er si te,Гюлльгорст,Хилхорст,Хюлльхорст,ヒュルホルスト,许尔霍尔斯特	05770016	07	057	05770	05770016
2897845	Hüllerupfeld	huellerupfeld	DE		0	Europe/Berlin	54.73118	9.29054				10	00	01059	01059183
2897846	Hüllerup	huellerup	DE		0	Europe/Berlin	54.73495	9.3419				10	00	01059	01059183
2897847	Hullersen	hullersen	DE		0	Europe/Berlin	51.81029	9.82346				06	00	03155	03155013
2897848	Hullern	hullern	DE		0	Europe/Berlin	51.73771	7.2872		Hulluron		07	055	05562	05562016
2897854	Hüllenerfehn	huellenerfehn	DE		0	Europe/Berlin	53.38571	7.46307				06	00	03452	03452012
2897855	Hüllenberg	huellenberg	DE		0	Europe/Berlin	50.45248	7.41216				08	00	07138	07138045
2897856	Hüllen	huellen	DE		0	Europe/Berlin	51.52047	7.12598		Hulinni,Hullen,Hüllen		07	055	05513	05513000
2897857	Hullen	hullen	DE		0	Europe/Berlin	53.10381	8.38648				06	00	03458	03458010
2897860	Hüllberg	huellberg	DE		0	Europe/Berlin	51.44229	7.38311				07	059	05954	05954036
2897863	Hüll	huell	DE		0	Europe/Berlin	53.70929	9.27778				06	00	03359	03359013
2897864	Hüll	hull	DE		0	Europe/Berlin	49.69882	11.4291		Hull,Hüll		02	094	09472	09472118
2897865	Hüll	hull	DE		0	Europe/Berlin	48.60146	11.67752				02	091	09186	09186162
2897866	Hüll	hull	DE		0	Europe/Berlin	48.09468	11.32448				02	091	09188	09188127
2897867	Hülkenbüll	huelkenbuell	DE		0	Europe/Berlin	54.31667	8.78333				10	00	01054	01054035
2897871	Hülhoven	huelhoven	DE		0	Europe/Berlin	51.04641	6.13804				07	053	05370	05370016
2897872	Hülfensberg	huelfensberg	DE		0	Europe/Berlin	51.21894	10.15743				15	00	16061	16061035
2897873	Hülen	hulen	DE		0	Europe/Berlin	48.85836	10.22239				01	081	08136	08136038
2897874	Huldstetten	huldstetten	DE		0	Europe/Berlin	48.24505	9.4037				01	084	08415	08415058
2897875	Huldsessen	huldsessen	DE		0	Europe/Berlin	48.39668	12.69629				02	092	09277	09277151
2897884	Huisberden	huisberden	DE		0	Europe/Berlin	51.79015	6.23284		Huisberden		07	051	05154	05154004
2897885	Hüingsen	hueingsen	DE		0	Europe/Berlin	51.40727	7.8222				07	059	05962	05962040
2897887	Hüinghausen	hueinghausen	DE		0	Europe/Berlin	51.19349	7.79849				07	059	05962	05962020
2897890	Hühr	huehr	DE		0	Europe/Berlin	51.3	6.25				07	051	05166	05166016
2897903	Hühnerschenke	huehnerschenke	DE		0	Europe/Berlin	50.58356	11.31309				15	00	16073	16073077
2897905	Hühnernest	huehnernest	DE		0	Europe/Berlin	50.84454	6.10416				07	053	05334	05334036
2897909	Hühnerlohe	huhnerlohe	DE		0	Europe/Berlin	49.77457	11.36615				02	094	09474	09474129
2897910	Hühnerland	huehnerland	DE		0	Europe/Berlin	53.24084	11.65233				12	00	13076	13076115
2897915	Hühnerkropf	huehnerkropf	DE		0	Europe/Berlin	50.43857	9.782				05	066	06631	06631004
2897924	Hühnerhof	huehnerhof	DE		0	Europe/Berlin	53.51667	10.25				10	00	01062	01062060
2897925	Hühnerhof	huehnerhof	DE		0	Europe/Berlin	49.75252	7.6467				08	00	07133	07133001
2897927	Hühnerheide	huehnerheide	DE		0	Europe/Berlin	51.5514	6.77833				07	051	05170	05170008
2897929	Hühnerfeld	huehnerfeld	DE		0	Europe/Berlin	49.30997	7.05989				09	00	10041	10041518
2897932	Hühnerbusch	huehnerbusch	DE		0	Europe/Berlin	53.36703	10.81854				12	00	13076	13076102
2897937	Hühnerberg	huehnerberg	DE		0	Europe/Berlin	50.68749	7.31097				07	053	05382	05382024
2897977	Hühndorf	huehndorf	DE		0	Europe/Berlin	51.06874	13.56945				13	00	14627	14627100
2897980	Hühl	huhl	DE		0	Europe/Berlin	49.91324	11.62733				02	094	09472	09472133
2897983	Hugsweier	hugsweier	DE		0	Europe/Berlin	48.3624	7.83443				01	083	08317	08317065
2897985	Hugstetten	hugstetten	DE		0	Europe/Berlin	48.055	7.78219				01	083	08315	08315132
2897993	Huggenlaubach	huggenlaubach	DE		0	Europe/Berlin	48.14956	9.98034				01	084	08426	08426108
2898000	Hugenbeckenreute	hugenbeckenreute	DE		0	Europe/Berlin	48.92915	9.70894				01	081	08136	08136027
2898005	Hügelshart	hugelshart	DE		0	Europe/Berlin	48.34119	11.01972				02	097	09771	09771130
2898009	Hügelheim	hugelheim	DE		0	Europe/Berlin	47.83033	7.62099				01	083	08315	08315074
2898011	Hügel	huegel	DE		0	Europe/Berlin	52.40078	8.41371				07	057	05770	05770044
2898012	Hügel	hugel	DE		0	Europe/Berlin	50.36178	11.69709				02	094	09475	09475156
2898016	Hufschlag	hufschlag	DE		0	Europe/Berlin	47.87652	12.66126				02	091	09189	09189148
2898017	Hufschlag	hufschlag	DE		0	Europe/Berlin	47.86731	10.33576				02	097	09777	09777176
2898029	Hufhaus	hufhaus	DE		0	Europe/Berlin	51.59852	10.84975		Forsterei Hufhaus,Försterei Hufhaus,Hufhaus		15	00	16062	16062065
2898034	Hüffen	hueffen	DE		0	Europe/Berlin	51.08333	7.26667				07	053	05378	05378032
2898036	Hüffelsheim	hueffelsheim	DE		1305	Europe/Berlin	49.81667	7.8		Hueffelsheim,Hüffelsheim,Khifelskhajm,Khjuffel'skhajm,xu fei er si hai mu,Хифелсхајм,Хюффельсхайм,许费尔斯海姆	07133048	08	00	07133	07133048
2898037	Hüffe	hueffe	DE		0	Europe/Berlin	52.19953	8.82549				07	057	05770	05770004
2898040	Hufenstuhl	hufenstuhl	DE		0	Europe/Berlin	50.8	7.26667				07	053	05382	05382060
2898045	Hufen	hufen	DE		0	Europe/Berlin	51.16863	13.79265				13	00	14625	14625430
2898046	Hufen	hufen	DE		0	Europe/Berlin	50.86193	7.6346		Hufen		07	053	05374	05374044
2898051	Hufe	hufe	DE		0	Europe/Berlin	51.00798	7.24212				07	053	05378	05378012
2898056	Huf	huf	DE		0	Europe/Berlin	50.59079	7.5214				08	00	07132	07132055
2898057	Huf	huf	DE		0	Europe/Berlin	50.12063	6.26272				08	00	07232	07232333
2898060	Hueb	hueb	DE		0	Europe/Berlin	47.84601	10.23574				02	097	09778	09778144
2898068	Hüderbeck	huederbeck	DE		0	Europe/Berlin	53.18333	8.75				06	00	03356	03356008
2898071	Huden	huden	DE		0	Europe/Berlin	52.67307	7.43656				06	00	03454	03454019
2898072	Hudemühlen	hudemuehlen	DE		0	Europe/Berlin	52.76667	9.58333				06	00	03358	03358014
2898080	Hüde	huede	DE		0	Europe/Berlin	52.52061	8.28522				06	00	03460	03460002
2898085	Hüddingen	hueddingen	DE		0	Europe/Berlin	51.09523	9.01877				05	066	06635	06635003
2898086	Huddestorf	huddestorf	DE		0	Europe/Berlin	52.47441	8.95968				06	00	03256	03256024
2898087	Hüddessum	huddessum	DE		0	Europe/Berlin	52.2035	10.03807		Hoddessen [a. 1204],Hoeaessen,Hueddessen,Huedersum [a. 1807],Höäßen,Hüddessen,Hüdersum [a. 1807]		06	00	03254	03254020
2898088	Hüdderath	huedderath	DE		0	Europe/Berlin	51.6016	6.24162				07	051	05154	05154032
2898090	Huckstorf	huckstorf	DE		0	Europe/Berlin	53.98512	12.10785		Huckstorf		12	00	13072	13072080
2898091	Huckstedt	huckstedt	DE		0	Europe/Berlin	52.68611	8.90253				06	00	03251	03251024
2898094	Huckingen	huckingen	DE		0	Europe/Berlin	51.37196	6.74875		Huckingen		07	051	05112	05112000
2898097	Hückhausen	hueckhausen	DE		0	Europe/Berlin	50.97302	7.50206				07	053	05374	05374048
2898098	Hückeswagen	hueckeswagen	DE		16369	Europe/Berlin	51.14979	7.34471		Gjukkesvagen,Huckeswagen,Hueckeswagen,Hückeswagen,Khikesvagen,Khjukkesvagen,hwkswagn,hwkysfaghn,xu ke si wa gen,Гюккесваген,Хикесваген,Хюккесваген,هوكيسفاغن,هوکسواگن,许克斯瓦根		07	053	05374	05374016
2898101	Hückerkreuz	hueckerkreuz	DE		0	Europe/Berlin	52.15824	8.49679		Hucher-Kreut,Huckerkreuz,Hücher-Kreut,Hückerkreuz		07	057	05758	05758032
2898102	Hücker	huecker	DE		0	Europe/Berlin	52.16967	8.52427		Hukheri,Hūkhėri		07	057	05758	05758032
2898103	Huckenham	huckenham	DE		0	Europe/Berlin	48.41727	13.12707				02	092	09277	09277112
2898104	Huckenbröl	huckenbroel	DE		0	Europe/Berlin	50.76356	7.46472				07	053	05382	05382016
2898108	Huckelriede	huckelriede	DE		0	Europe/Berlin	53.05607	8.81275				03	00	04011	04011000
2898111	Hückelhoven	hueckelhoven	DE		39828	Europe/Berlin	51.0555	6.22658		Gjukkel'gofen,Huckelhoven,Hueckelhoven,Hukkelhaove,Hückelhoven,Khikelkhoven,Khjukkel'khofen,hwklhwfn,xu ke er huo fen,Гюккельгофен,Хикелховен,Хюккельхофен,هوكلهوفن,هوکلهوفن,许克尔霍芬		07	053	05370	05370020
2898112	Huckelheim	huckelheim	DE		0	Europe/Berlin	50.12675	9.24067				02	096	09671	09671159
2898117	Huckarde	huckarde	DE		0	Europe/Berlin	51.53213	7.41508		Hukrithi		07	059	05913	05913000
2898119	Huchzen	huchzen	DE		0	Europe/Berlin	52.24009	8.67856		Huchzen		07	057	05770	05770016
2898121	Huchting	huchting	DE		0	Europe/Berlin	53.05762	8.73593				03	00	04011	04011000
2898122	Hucheroda	hucheroda	DE		0	Europe/Berlin	50.91667	10.41667				15	00	16063	16063071
2898123	Huchenfeld	huchenfeld	DE		0	Europe/Berlin	48.85592	8.69752		Huchenfeld		01	082	08231	08231000
2898124	Huchem-Stammeln	huchem-stammeln	DE		0	Europe/Berlin	50.85299	6.45224		Huchem,Huchem-Stammeln		07	053	05358	05358048
2898126	Hücheln	huecheln	DE		0	Europe/Berlin	50.92689	6.8043				07	053	05362	05362024
2898127	Hücheln	huecheln	DE		0	Europe/Berlin	50.81692	6.31546				07	053	05334	05334012
2898128	Hüchelhoven	huechelhoven	DE		0	Europe/Berlin	51.01401	6.68019				07	053	05362	05362008
2898129	Hüchel	huechel	DE		0	Europe/Berlin	50.73189	7.34839				07	053	05382	05382020
2898133	Hübscher	hubscher	DE		0	Europe/Berlin	47.78333	9.56667				01	084	08436	08436064
2898135	Hübschental	hubschental	DE		0	Europe/Berlin	48.05485	8.16157				01	083	08326	08326020
2898136	Hübschenried	hubschenried	DE		0	Europe/Berlin	47.97997	11.06179				02	091	09181	09181114
2898137	Hübschenberg	hubschenberg	DE		0	Europe/Berlin	47.84132	9.53745				01	084	08436	08436096
2898138	Hübschenberg	hubschenberg	DE		0	Europe/Berlin	47.73333	9.66667				01	084	08436	08436039
2898144	Hubreith	hubreith	DE		0	Europe/Berlin	48.37176	13.15029				02	092	09275	09275131
2898146	Hübnershof	hubnershof	DE		0	Europe/Berlin	49.07269	10.14647				01	081	08127	08127104
2898147	Hubmersberg	hubmersberg	DE		0	Europe/Berlin	49.52749	11.50629				02	095	09574	09574147
2898150	Hübitz	huebitz	DE		380	Europe/Berlin	51.59493	11.55271		Hubitz,Hübitz		14	00	15087	15087165
2898151	Hübingen	huebingen	DE		552	Europe/Berlin	50.35861	7.84611			07143036	08	00	07143	07143036
2898152	Hübingen	huebingen	DE		0	Europe/Berlin	50.19636	7.49352		Hubingen,Huebingen,Hübingen		08	00	07140	07140501
2898153	Hübing	hubing	DE		0	Europe/Berlin	48.5143	13.23862				02	092	09275	09275138
2898154	Hubing	hubing	DE		0	Europe/Berlin	49.09678	12.76982				02	092	09278	09278178
2898155	Hubing	hubing	DE		0	Europe/Berlin	48.87087	12.86714				02	092	09271	09271140
2898156	Hubing	hubing	DE		0	Europe/Berlin	48.61169	13.66382				02	092	09275	09275153
2898164	Hubertushöhe	hubertushoehe	DE		0	Europe/Berlin	52.23223	13.97053				11	00	12067	12067481
2898171	Hubertusburg	hubertusburg	DE		0	Europe/Berlin	51.27782	12.93904		Hubertusburg		13	00	14730	14730330
2898175	Hubertshofen	hubertshofen	DE		0	Europe/Berlin	47.95807	8.39221				01	083	08326	08326012
2898180	Hubersloch	hubersloch	DE		0	Europe/Berlin	48.56737	8.17244				01	083	08317	08317102
2898182	Hubers	hubers	DE		0	Europe/Berlin	47.57356	9.75286				02	097	09776	09776126
2898187	Huberhof	huberhof	DE		0	Europe/Berlin	49.20496	7.49803				08	00	07340	07340035
2898200	Hübenthal	huebenthal	DE		0	Europe/Berlin	51.39255	9.82405				05	066	06636	06636016
2898203	Hubenstein	hubenstein	DE		0	Europe/Berlin	48.35276	12.18211				02	091	09177	09177139
2898204	Hubenrode	hubenrode	DE		0	Europe/Berlin	51.34214	9.78058				05	066	06636	06636016
2898207	Hübender	huebender	DE		0	Europe/Berlin	50.93779	7.55862				07	053	05374	05374048
2898208	Hubenberg	hubenberg	DE		0	Europe/Berlin	49.84747	11.30764				02	094	09472	09472197
2898211	Huben	huben	DE		0	Europe/Berlin	47.76786	12.08249				02	091	09187	09187165
2898212	Huben	huben	DE		0	Europe/Berlin	47.7071	12.27774				02	091	09187	09187114
2898218	Hübel	huebel	DE		0	Europe/Berlin	50.53333	12.53333				13	00	14521	14521600
2898221	Hübeck	huebeck	DE		0	Europe/Berlin	51.32967	6.30973				07	051	05166	05166016
2898226	Hübben	huebben	DE		0	Europe/Berlin	51.1648	7.04524				07	051	05122	05122000
2898227	Hubbelrath	hubbelrath	DE		0	Europe/Berlin	51.26103	6.88283		Hubbelrath		07	051	05111	05111000
2898230	Hub	hub	DE		0	Europe/Berlin	49.48742	11.75678				02	093	09371	09371151
2898231	Hub	hub	DE		0	Europe/Berlin	48.66538	8.13113				01	082	08216	08216041
2898232	Hub	hub	DE		0	Europe/Berlin	49.79078	11.89124				02	093	09374	09374148
2898233	Hub	hub	DE		0	Europe/Berlin	49.54276	11.22271				02	095	09574	09574138
2898234	Hub	hub	DE		0	Europe/Berlin	49.23963	11.97184				02	093	09376	09376119
2898235	Hub	hub	DE		0	Europe/Berlin	48.75984	13.10755				02	092	09271	09271125
2898236	Hub	hub	DE		0	Europe/Berlin	48.64805	13.07584				02	092	09271	09271128
2898237	Hub	hub	DE		0	Europe/Berlin	48.53341	12.38341				02	092	09274	09274145
2898238	Hub	hub	DE		0	Europe/Berlin	48.4	12.45				02	091	09183	09183115
2898239	Hub	hub	DE		0	Europe/Berlin	48.40537	12.26787				02	092	09274	09274183
2898240	Hub	hub	DE		0	Europe/Berlin	48.34724	12.99222				02	092	09277	09277152
2898241	Hub	hub	DE		0	Europe/Berlin	48.20477	12.86465				02	091	09171	09171118
2898242	Hub	hub	DE		0	Europe/Berlin	48.17537	12.69064				02	091	09171	09171121
2898243	Hub	hub	DE		0	Europe/Berlin	48.1812	12.0805				02	091	09177	09177123
2898244	Hub	hub	DE		0	Europe/Berlin	48.16249	12.28132				02	091	09183	09183118
2898245	Hub	hub	DE		0	Europe/Berlin	48.12607	12.2989				02	091	09183	09183147
2898246	Hub	hub	DE		0	Europe/Berlin	48.11601	12.23473				02	091	09187	09187176
2898247	Hub	hub	DE		0	Europe/Berlin	47.94895	11.90935				02	091	09175	09175113
2898248	Hub	hub	DE		0	Europe/Berlin	47.92011	11.89579				02	091	09187	09187130
2898249	Hub	hub	DE		0	Europe/Berlin	47.88849	12.05346				02	091	09187	09187137
2898250	Hub	hub	DE		0	Europe/Berlin	47.76636	11.96334				02	091	09182	09182114
2898251	Hub	hub	DE		0	Europe/Berlin	47.75923	10.32493				02	097	09763	09763000
2898252	Hub	hub	DE		0	Europe/Berlin	47.75	11.46667				02	091	09173	09173111
2898253	Hub	hub	DE		0	Europe/Berlin	47.66248	10.17253				02	097	09780	09780144
2898254	Hub	hub	DE		0	Europe/Berlin	47.63333	9.75				01	084	08436	08436081
2898255	Hub	hub	DE		0	Europe/Berlin	47.57032	10.19882				02	097	09780	09780124
2898256	Hub	hub	DE		0	Europe/Berlin	47.55872	10.12589				02	097	09780	09780132
2898294	Hradschin	hradschin	DE		0	Europe/Berlin	50.60118	13.30206				13	00	14521	14521390
2898297	Hoysinghausen	hoysinghausen	DE		0	Europe/Berlin	52.52646	8.90923				06	00	03256	03256033
2898298	Hoyren	hoyren	DE		0	Europe/Berlin	47.56419	9.68292		Hoyren		02	097	09776	09776116
2898300	Hoykenkamp	hoykenkamp	DE		0	Europe/Berlin	53.06569	8.60007		Hoykenkamp		06	00	03458	03458005
2898305	Hoyerswege	hoyerswege	DE		0	Europe/Berlin	53.01766	8.56882				06	00	03458	03458005
2898306	Hoyersvörde	hoyersvoerde	DE		0	Europe/Berlin	52.43322	8.84056				06	00	03256	03256034
2898309	Hoyersdorf	hoyersdorf	DE		0	Europe/Berlin	51.72999	12.1798				14	00	15082	15082301
2898310	Hoyersdorf	hoyersdorf	DE		0	Europe/Berlin	51.06203	12.95091				13	00	14522	14522190
2898311	Hoyersburg	hoyersburg	DE		0	Europe/Berlin	52.88622	11.17404				14	00	15081	15081455
2898314	Hoyel	hoyel	DE		0	Europe/Berlin	52.16428	8.4713				06	00	03459	03459024
2898318	Hoxtrup	hoxtrup	DE		0	Europe/Berlin	54.55901	9.13189				10	00	01054	01054144
2898321	Höxter	hoexter	DE		32713	Europe/Berlin	51.77501	9.38155		Hoexter,Hoxaria,Huscaria,Huxaria,Huxori,Höxter,Khekster,Khjokster,he ke si te er,hwkstr,Хекстер,Хёкстер,هوکستر,赫克斯特尔	05762	07	057	05762	05762020
2898322	Hoxhohl	hoxhohl	DE		0	Europe/Berlin	49.74943	8.72038		Hoxhohl		05	064	06432	06432013
2898324	Hoxfeld	hoxfeld	DE		0	Europe/Berlin	51.84806	6.79743		Hoxfeld		07	055	05554	05554012
2898325	Hoxel	hoxel	DE		0	Europe/Berlin	49.77642	7.10507				08	00	07231	07231502
2898329	Höwisch	hoewisch	DE		156	Europe/Berlin	52.87424	11.61423		Howisch,Höwisch		14	00	15081	15081030
2898331	Höwerort	hoewerort	DE		0	Europe/Berlin	52.45011	8.58745		Hoferort,Howerort,Höferort,Höwerort		07	057	05770	05770040
2898334	Howe	howe	DE		0	Europe/Berlin	53.41802	10.15101		Hove,Howe		04	00	02000	02000000
2898336	Howaschen	howaschen	DE		0	Europe/Berlin	48.21864	12.38743				02	091	09183	09183113
2898339	Howald	howald	DE		0	Europe/Berlin	51.06518	7.85778		Howald		07	059	05966	05966024
2898340	Hövet	hoevet	DE		0	Europe/Berlin	54.24502	12.79349				12	00	13073	13073096
2898341	Hovestadt	hovestadt	DE		0	Europe/Berlin	51.65698	8.14226		Hovestadt		07	059	05974	05974024
2898343	Hövesfeld	hoevesfeld	DE		0	Europe/Berlin	51.23734	6.55272				07	051	05166	05166036
2898344	Hovermühle	hovermuehle	DE		0	Europe/Berlin	50.81667	6.3				07	053	05334	05334012
2898345	Höveringhausen	hoeveringhausen	DE		0	Europe/Berlin	52.28332	7.80548				07	055	05566	05566056
2898346	Höveringhausen	hoeveringhausen	DE		0	Europe/Berlin	51.30696	7.82366				07	059	05962	05962008
2898349	Höver	hover	DE		0	Europe/Berlin	53.06126	10.66511				06	00	03360	03360026
2898350	Höver	hover	DE		0	Europe/Berlin	52.34892	9.89302				06	00	03241	03241016
2898352	Höven	hoeven	DE		0	Europe/Berlin	53.03429	8.22973				06	00	03458	03458013
2898353	Höven	hoeven	DE		0	Europe/Berlin	52.68859	7.55732				06	00	03454	03454019
2898354	Höven	hoeven	DE		0	Europe/Berlin	51.98917	7.14145				07	055	05558	05558040
2898355	Hoven	hoven	DE		0	Europe/Berlin	51.22171	6.44934		Bettrath-Hoven,Hoven		07	051	05116	05116000
2898356	Hoven	hoven	DE		0	Europe/Berlin	51.08857	6.26069				07	053	05370	05370004
2898357	Hoven	hoven	DE		0	Europe/Berlin	51.0061	6.15279				07	053	05370	05370012
2898358	Hoven	hoven	DE		0	Europe/Berlin	50.91644	7.24493				07	053	05382	05382028
2898359	Hoven	hoven	DE		0	Europe/Berlin	50.83132	6.43853				07	053	05358	05358008
2898360	Hoven	hoven	DE		0	Europe/Berlin	50.68557	6.64344				07	053	05366	05366044
2898362	Hövelriege	hoevelriege	DE		0	Europe/Berlin	51.85849	8.6378				07	057	05774	05774024
2898366	Hovel	hovel	DE		0	Europe/Berlin	53.53332	7.7362				06	00	03462	03462019
2898367	Hövel	hoevel	DE		0	Europe/Berlin	51.90204	7.30386				07	055	05558	05558016
2898368	Hövel	hoevel	DE		0	Europe/Berlin	51.36918	7.92605		Hovel,Hövel		07	059	05958	05958044
2898369	Hövel	hoevel	DE		0	Europe/Berlin	50.66745	7.29584				07	053	05382	05382008
2898371	Hovedissen	hovedissen	DE		0	Europe/Berlin	52.02546	8.70203				07	057	05766	05766048
2898372	Hövede	hoevede	DE		74	Europe/Berlin	54.25	9.3		Hovede,Hövede	01051052	10	00	01051	01051052
2898373	Hove	hove	DE		0	Europe/Berlin	53.51887	9.73065				06	00	03359	03359028
2898374	Hove	hove	DE		0	Europe/Berlin	51.13333	6.43333				07	051	05116	05116000
2898375	Hove	hove	DE		0	Europe/Berlin	51.01806	7.2175				07	053	05378	05378012
2898376	Hove	hove	DE		0	Europe/Berlin	50.84893	7.45482				07	053	05382	05382052
2898377	Hove	hove	DE		0	Europe/Berlin	50.84069	7.28149				07	053	05382	05382028
2898378	Hove	hove	DE		0	Europe/Berlin	50.74189	7.46473		Hove		07	053	05382	05382016
2898379	Hove	hove	DE		0	Europe/Berlin	50.7182	7.36174				07	053	05382	05382020
2898380	Houveratherheide	houveratherheide	DE		0	Europe/Berlin	51.0729	6.24265				07	053	05370	05370004
2898382	Houverath	houverath	DE		0	Europe/Berlin	51.07048	6.24956		Houverath		07	053	05370	05370004
2898383	Houverath	houverath	DE		0	Europe/Berlin	50.54199	6.90199		Houverath		07	053	05366	05366004
2898384	Hötzum	hoetzum	DE		0	Europe/Berlin	52.22196	10.61511				06	00	03158	03158030
2898387	Hötzling	hotzling	DE		0	Europe/Berlin	48.44309	13.31699				02	092	09275	09275145
2898390	Hötzingen	hoetzingen	DE		0	Europe/Berlin	53.0123	9.97078				06	00	03358	03358021
2898391	Hötzing	hotzing	DE		0	Europe/Berlin	49.18215	12.59239				02	093	09372	09372158
2898393	Hötzhof	hotzhof	DE		0	Europe/Berlin	48.85164	13.36019				02	092	09272	09272120
2898395	Hötzerreut	hotzerreut	DE		0	Europe/Berlin	48.78506	13.41131				02	092	09272	09272138
2898398	Hötzenham	hotzenham	DE		0	Europe/Berlin	48.48699	13.1496				02	092	09275	09275125
2898399	Hötzendorf	hoetzendorf	DE		0	Europe/Berlin	48.72973	13.37537				02	092	09275	09275152
2898400	Hötzendorf	hotzendorf	DE		0	Europe/Berlin	48.58114	12.64185				02	092	09279	09279134
2898402	Hötzelsroda	hoetzelsroda	DE		0	Europe/Berlin	51.01006	10.36429		Hotzelsroda,Hotzelsrode,Hötzelsroda,Hötzelsrode		15	00	16056	16056000
2898403	Hötzelsried	hotzelsried	DE		0	Europe/Berlin	49.12257	12.9716				02	092	09276	09276113
2898404	Hötzelsdorf	hotzelsdorf	DE		0	Europe/Berlin	49.47989	11.96154				02	093	09371	09371122
2898405	Hötzelsdorf	hotzelsdorf	DE		0	Europe/Berlin	49.05431	12.59227				02	092	09278	09278197
2898407	Hötzelsberg	hotzelsberg	DE		0	Europe/Berlin	48.84145	13.4595				02	092	09272	09272127
2898408	Hötzelsberg	hotzelsberg	DE		0	Europe/Berlin	48.80228	13.11772				02	092	09271	09271113
2898409	Hötzelsberg	hotzelsberg	DE		0	Europe/Berlin	47.88299	12.31438				02	091	09187	09187168
2898410	Hötzdorf	hotzdorf	DE		0	Europe/Berlin	48.66059	13.45665				02	092	09275	09275128
2898411	Hotzaberg	hotzaberg	DE		0	Europe/Berlin	49.7528	11.80482				02	093	09374	09374117
2898413	Hottorf	hottorf	DE		0	Europe/Berlin	51.00091	6.34637				07	053	05358	05358036
2898417	Hotting	hotting	DE		0	Europe/Berlin	48.46694	13.27348				02	092	09275	09275145
2898423	Hottengrund	hottengrund	DE		0	Europe/Berlin	52.44783	13.1217				16	00	11000	11000000
2898433	Hotteln	hotteln	DE		0	Europe/Berlin	52.25481	9.90864				06	00	03254	03254028
2898434	Hoterheide	hoterheide	DE		0	Europe/Berlin	51.27548	6.62498				07	051	05162	05162022
2898436	Hotelkam	hotelkam	DE		0	Europe/Berlin	48.45876	12.21112				02	092	09274	09274114
2898438	Hostrupholz	hostrupholz	DE		0	Europe/Berlin	54.67694	9.52438				10	00	01059	01059037
2898440	Hostrup	hostrup	DE		0	Europe/Berlin	54.66126	9.51542				10	00	01059	01059037
2898442	Hosterwitz	hosterwitz	DE		0	Europe/Berlin	51.01467	13.86595				13	00	14612	14612000
2898443	Hostert	hostert	DE		0	Europe/Berlin	51.20903	6.30915				07	051	05166	05166024
2898445	Hosterhof	hosterhof	DE		0	Europe/Berlin	49.38657	7.04217				09	00	10043	10043112
2898446	Hostenbach	hostenbach	DE		0	Europe/Berlin	49.26376	6.81439			10044120	09	00	10044	10044120
2898449	Hostemost	hostemost	DE		0	Europe/Berlin	53.24685	8.18546				06	00	03451	03451005
2898450	Hostel	hostel	DE		0	Europe/Berlin	50.60049	6.61106				07	053	05366	05366028
2898451	Hostedde	hostedde	DE		0	Europe/Berlin	51.56466	7.53468		Hostedde		07	059	05913	05913000
2898453	Höste	hoeste	DE		0	Europe/Berlin	52.16279	7.91216				07	055	05566	05566044
2898454	Höst	hoest	DE		0	Europe/Berlin	51.65529	6.19314				07	051	05154	05154064
2898455	Hößlinswart	hosslinswart	DE		0	Europe/Berlin	48.82941	9.46232				01	081	08119	08119089
2898456	Hößlinsülz	hosslinsulz	DE		0	Europe/Berlin	49.1154	9.36512		Hosslinsulz,Hößlinsülz		01	081	08125	08125059
2898459	Hossingen	hossingen	DE		0	Europe/Berlin	48.18982	8.92141		Hossingen		01	084	08417	08417044
2898461	Hösseringen	hoesseringen	DE		0	Europe/Berlin	52.85908	10.41658				06	00	03360	03360023
2898463	Hossenhaus	hossenhaus	DE		0	Europe/Berlin	51.15	7.05				07	051	05122	05122000
2898464	Hösselinshof	hosselinshof	DE		0	Europe/Berlin	49.25764	9.34328				01	081	08125	08125069
2898476	Hoske	hoske	DE		0	Europe/Berlin	51.36524	14.26455		Elsterode,Hoske,Hozk,Hózk		13	00	14625	14625640
2898478	Hösinghausen	hoesinghausen	DE		0	Europe/Berlin	51.11606	7.73439				07	059	05962	05962036
2898480	Hosermühlen	hosermuehlen	DE		0	Europe/Berlin	53.50888	8.69551				06	00	03352	03352032
2898481	Hoser	hoser	DE		0	Europe/Berlin	51.24466	6.37976		Hoser		07	051	05166	05166032
2898614	Hörste	hoerste	DE		0	Europe/Berlin	51.68822	8.43765				07	059	05974	05974028
2898486	Höselhurst	hoselhurst	DE		0	Europe/Berlin	48.29943	10.33499				02	097	09774	09774162
2898490	Hösel	hoesel	DE		0	Europe/Berlin	51.33132	6.90535				07	051	05158	05158028
2898496	Hösacker	hosacker	DE		0	Europe/Berlin	48.68203	12.35937		Hosacker,Hösacker		02	092	09274	09274188
2898497	Hörzing	horzing	DE		0	Europe/Berlin	48.07983	12.46883				02	091	09189	09189149
2898498	Hörzing	horzing	DE		0	Europe/Berlin	48.04325	12.76671				02	091	09189	09189152
2898499	Hörzing	horzing	DE		0	Europe/Berlin	47.94602	12.59668				02	091	09189	09189154
2898500	Hörzing	horzing	DE		0	Europe/Berlin	47.86162	12.32312				02	091	09187	09187168
2898501	Hörzhausen	horzhausen	DE		0	Europe/Berlin	48.54669	11.20056				02	091	09185	09185158
2898504	Horwieden	horwieden	DE		0	Europe/Berlin	50.56519	9.74513				05	066	06631	06631020
2898505	Hörwart	horwart	DE		0	Europe/Berlin	48.15677	12.24856				02	091	09183	09183118
2898506	Hörwalting	horwalting	DE		0	Europe/Berlin	49.19524	12.72837				02	093	09372	09372117
2898507	Horwagen	horwagen	DE		0	Europe/Berlin	50.33942	11.64703				02	094	09475	09475112
2898508	Hörvelsingen	horvelsingen	DE		0	Europe/Berlin	48.48589	10.02743				02			
2898509	Hörupfeld	hoerupfeld	DE		0	Europe/Berlin	54.73333	9.13333				10	00	01059	01059123
2898512	Hörup	hoerup	DE		638	Europe/Berlin	54.74268	9.10242		Hoerup,Horup,Hörup	01059123	10	00	01059	01059123
2898514	Horumersiel	horumersiel	DE		0	Europe/Berlin	53.68579	8.01145		Horumersiel		06	00	03455	03455020
2898515	Horum	horum	DE		0	Europe/Berlin	53.70297	7.99183				06	00	03455	03455020
2898516	Hortwinkel	hortwinkel	DE		0	Europe/Berlin	52.45856	13.81093				11	00	12064	12064428
2898518	Horterhof	horterhof	DE		0	Europe/Berlin	49.53961	7.75864				08	00	07335	07335013
2898522	Hörsum	hoersum	DE		0	Europe/Berlin	51.97425	9.86581				06	00	03254	03254002
2898524	Horstwalde	horstwalde	DE		0	Europe/Berlin	52.0835	13.40706		Horstwalde,Neuhof		11	00	12072	12072014
2898526	Horst und Wall	horst-und-wall	DE		0	Europe/Berlin	52.2	7.18333				07	055	05566	05566068
2898534	Horstreihe	horstreihe	DE		0	Europe/Berlin	53.81771	9.61427				10	00	01061	01061044
2898537	Horstmoor	horstmoor	DE		0	Europe/Berlin	53.81667	9.43333				10	00	01061	01061015
2898539	Horstmersch	horstmersch	DE		0	Europe/Berlin	52.2185	7.72309				07	055	05566	05566088
2898542	Hörstmar	hoerstmar	DE		0	Europe/Berlin	52.01099	8.85052				07	057	05766	05766044
2898545	Horstmannsfeld	horstmannsfeld	DE		0	Europe/Berlin	52.07609	8.52459				07	057	05711	05711000
2898558	Horstheide	horstheide	DE		0	Europe/Berlin	53.80293	9.65303				10	00	01061	01061044
2898559	Horsthausen	horsthausen	DE		0	Europe/Berlin	51.55629	7.22997				07	059	05916	05916000
2898565	Hörstgenerhuck	hoerstgenerhuck	DE		0	Europe/Berlin	51.50925	6.49012				07	051	05170	05170020
2898566	Hoerstgen	hoerstgen	DE		0	Europe/Berlin	51.51215	6.46732		Hoerstgen,Horstgen,Hörstgen		07	051	05170	05170020
2898568	Horstfelde	horstfelde	DE		0	Europe/Berlin	52.21516	13.40446		Horstfelde		11	00	12072	12072477
2898569	Horster Schelsen	horster-schelsen	DE		0	Europe/Berlin	51.15	6.51667				07	051	05116	05116000
2898574	Hörsterholz	hoersterholz	DE		0	Europe/Berlin	51.43333	7.15				07	059	05911	05911000
2898581	Hörsterbruch	hoersterbruch	DE		0	Europe/Berlin	51.94247	8.77327				07	057	05766	05766040
2898582	Horsterbruch	horsterbruch	DE		0	Europe/Berlin	51.53333	6.73333				07	051	05112	05112000
2898586	Hörster	hoerster	DE		0	Europe/Berlin	51.91774	8.08616				07	055	05570	05570012
2898592	Hörsten	hoersten	DE		0	Europe/Berlin	54.01667	10.55				10	00	01055	01055001
2898594	Hörsten	hoersten	DE		0	Europe/Berlin	53.41113	10.06277				06	00	03353	03353031
2898596	Hörsten	hoersten	DE		0	Europe/Berlin	52.493	8.08501				06	00	03460	03460007
2898600	Hörsteloe	hoersteloe	DE		0	Europe/Berlin	52.08523	6.90806				07	055	05554	05554004
2898603	Hörstel	hoerstel	DE		19894	Europe/Berlin	52.29763	7.58382		Gerstel',Hoerstel,Horstel,Hörstel,Kherstel,Khjorstel',he er si te er,hwrstl,Герстель,Херстел,Хёрстель,هورستل,赫尔斯特尔		07	055	05566	05566016
2898605	Hörstein	horstein	DE		0	Europe/Berlin	50.05692	9.07316				02	096	09671	09671111
2898606	Horstedtfeld	horstedtfeld	DE		0	Europe/Berlin	54.51079	9.08873				10	00	01054	01054052
2898611	Hörste	hoerste	DE		0	Europe/Berlin	52.00768	7.92572				07	055	05570	05570052
2898612	Hörste	hoerste	DE		0	Europe/Berlin	52.04804	8.30107				07	057	05754	05754012
2898613	Hörste	hoerste	DE		0	Europe/Berlin	51.94511	8.75284				07	057	05766	05766040
2898617	Horstbohlen	horstbohlen	DE		0	Europe/Berlin	52.34375	8.75927				07	057	05770	05770012
2898633	Hörst	hoerst	DE		0	Europe/Berlin	54.55	9.83333				10	00	01058	01058137
2898694	Hörspe	hoerspe	DE		0	Europe/Berlin	53.14012	8.5804				06	00	03461	03461006
2898695	Horsmar	horsmar	DE		0	Europe/Berlin	51.27952	10.40651		Horsmar		15	00	16064	16064071
2898696	Hörsingen	hoersingen	DE		644	Europe/Berlin	52.2794	11.15456		Hoersingen,Horsingen,Hörsingen		14	00	15083	15083411
2898697	Hörselgau	hoerselgau	DE		1311	Europe/Berlin	50.91988	10.58444		Hoerselgau,Horselgau,Hörselgau,Kherselgau,Kherzelgau,Khjorzel'gau,he se er gao,Херзелгау,Херселгау,Хёрзельгау,赫瑟爾高		15	00	16067	16067088
2898700	Horsdorf	horsdorf	DE		0	Europe/Berlin	53.95946	10.67305				10	00	01055	01055040
2898701	Horsdorf	horsdorf	DE		0	Europe/Berlin	50.08503	11.01146				02	094	09478	09478165
2898702	Hörschweiler	horschweiler	DE		0	Europe/Berlin	48.47982	8.56127				01	082	08237	08237074
2898703	Hörschwag	horschwag	DE		0	Europe/Berlin	48.31605	9.19809				01	084	08417	08417013
2898704	Horschlitt	horschlitt	DE		0	Europe/Berlin	50.9223	10.09558				15	00	16063	16063103
2898705	Hörschhof	horschhof	DE		0	Europe/Berlin	48.95328	9.553				01	081	08119	08119004
2898706	Hörschhausen	hoerschhausen	DE		177	Europe/Berlin	50.25	6.93333			07233032	08	00	07233	07233032
2898711	Hörschel	hoerschel	DE		0	Europe/Berlin	51.00635	10.22861				15	00	16056	16056000
2898716	Horscha	horscha	DE		0	Europe/Berlin	51.30219	14.73374		Horscha,Horsow,Hóršow,Zischelmuehle,Zischelmühle		13	00	14626	14626440
2898719	Horsbüll	horsbuell	DE		0	Europe/Berlin	54.83333	8.65				10	00	01054	01054166
2898720	Horsberg	horsberg	DE		0	Europe/Berlin	54.86667	8.91667				10	00	01054	01054131
2898729	Horrheim	horrheim	DE		0	Europe/Berlin	48.97769	8.98836		Horrheim		01	081	08118	08118073
2898730	Horreut	horreut	DE		0	Europe/Berlin	48.60348	13.54308				02	092	09275	09275150
2898731	Horressen	horressen	DE		0	Europe/Berlin	50.42731	7.79636				08	00	07143	07143048
2898732	Horrenberg	horrenberg	DE		1778	Europe/Berlin	49.2804	8.78087				01	082	08226	08226010
2898733	Horrenbach	horrenbach	DE		0	Europe/Berlin	49.40916	9.65999				01	081	08126	08126045
2898734	Horrem	horrem	DE		0	Europe/Berlin	51.09953	6.80775				07	051	05162	05162004
2898735	Horrem	horrem	DE		0	Europe/Berlin	50.91342	6.70664				07	053	05362	05362032
2898738	Hörpolz	horpolz	DE		0	Europe/Berlin	47.8942	10.19764				02	097	09778	09778144
2898739	Hörpolding	horpolding	DE		0	Europe/Berlin	48.87699	12.94661		Hieberding,Horpolding,Horpolting,Hörpolding,Hörpolting		02	092	09271	09271122
2898740	Hörpolding	horpolding	DE		0	Europe/Berlin	47.95964	12.56759				02	091	09189	09189154
2898745	Hörpel	hoerpel	DE		0	Europe/Berlin	53.14259	10.03176				06	00	03358	03358002
2898747	Horpe	horpe	DE		0	Europe/Berlin	51.0232	7.40897		Horpe		07	053	05374	05374020
2898750	Hornungsreuth	hornungsreuth	DE		0	Europe/Berlin	50.02541	11.49132				02	094	09477	09477142
2898752	Hornungshof	hornungshof	DE		0	Europe/Berlin	49.35	9.88333				01	081	08127	08127075
2898758	Hörnum	hoernum	DE		942	Europe/Berlin	54.75732	8.28833		Hoernem,Hornum,Hörnem,Hørnum,Khernum,Khjornum,he er nu mu,Хернум,Хёрнум,赫尔努姆		10	00	01054	01054046
2898762	Hornsdorf	hornsdorf	DE		0	Europe/Berlin	54.06204	10.37958		Hornsdorf,Hornstorf		10	00	01060	01060075
2898766	Hornstein	hornstein	DE		0	Europe/Berlin	48.1127	9.2562				01	084	08437	08437008
2898767	Hornstein	hornstein	DE		0	Europe/Berlin	47.95096	11.47539				02	091	09173	09173120
2898770	Hornstaad	hornstaad	DE		0	Europe/Berlin	47.69251	8.99669				01	083	08335	08335025
2898772	Hornsmühlen	hornsmuehlen	DE		0	Europe/Berlin	54.07497	10.36197				10	00	01060	01060075
2898773	Hornshof	hornshof	DE		0	Europe/Berlin	52.6755	10.14218				06	00	03351	03351006
2898774	Hörnsheim	hoernsheim	DE		3000	Europe/Berlin	50.51828	8.62976				05	065	06532	06532014
2898775	Hornshagen	hornshagen	DE		0	Europe/Berlin	53.4719	13.6876				12	00	13071	13071164
2898776	Hornsgrün	hornsgruen	DE		0	Europe/Berlin	50.43058	11.57893				15	00	16075	16075136
2898777	Hornsen	hornsen	DE		0	Europe/Berlin	51.95945	9.96823				06	00	03254	03254044
2898778	Hornsegen	hornsegen	DE		0	Europe/Berlin	49.42981	10.78402				02	095	09573	09573115
2898788	Hornow	hornow	DE		0	Europe/Berlin	51.63792	14.50979		Hornow,Lesce,Lěšće		11			
2898789	Hornoldendorf	hornoldendorf	DE		0	Europe/Berlin	51.89154	8.90167				07	057	05766	05766032
2898797	Horn-Lehe	horn-lehe	DE		0	Europe/Berlin	53.1	8.88333		Horn-Lehe		03	00	04011	04011000
2898815	Hornkaten	hornkaten	DE		0	Europe/Berlin	53.29864	11.41889				12	00	13076	13076090
2898816	Hörnitz	hoernitz	DE		0	Europe/Berlin	50.90108	14.74348				13	00	14626	14626050
2898819	Hörningen	hoerningen	DE		0	Europe/Berlin	51.5394	10.71339				15	00	16062	16062041
2898822	Hornholz	hornholz	DE		0	Europe/Berlin	54.74674	9.43842				10	00	01059	01059183
2898827	Hornheide	hornheide	DE		0	Europe/Berlin	53.00136	10.09747				06	00	03358	03358016
2898833	Hornerholz	hornerholz	DE		0	Europe/Berlin	53.48772	9.2001		Hornerholz,Hornermoor		06	00	03357	03357008
2898836	Hörnerkirchen	hoernerkirchen	DE		0	Europe/Berlin	53.85	9.7		Hornerkirchen,Hörnerkirchen		10	00	01056	01056010
2898841	Hornenberg	hornenberg	DE		0	Europe/Berlin	48.634	8.13831				01	083	08317	08317068
2898842	Hornel	hornel	DE		0	Europe/Berlin	51.05547	9.90813		Hornel		05	066	06636	06636011
2898843	Hörnegrund	hornegrund	DE		0	Europe/Berlin	47.91667	7.91667				01	083	08315	08315084
2898845	Horneck	horneck	DE		0	Europe/Berlin	48.70017	11.85168				02	092	09273	09273163
2898851	Hörne	hoerne	DE		0	Europe/Berlin	53.25026	8.10989				06	00	03451	03451008
2898852	Hörne	hoerne	DE		0	Europe/Berlin	53.8211	9.08808				06	00	03359	03359004
2898853	Hörne	horne	DE		0	Europe/Berlin	52.25725	8.00443				06	00	03404	03404000
2898856	Horndorf	horndorf	DE		0	Europe/Berlin	53.21487	10.58867				06	00	03355	03355030
2898857	Horndorf	horndorf	DE		0	Europe/Berlin	53.19702	10.79491				06	00	03355	03355037
2898869	Hornbostel	hornbostel	DE		0	Europe/Berlin	52.67305	9.84066				06	00	03351	03351023
2898906	Hornau	hornau	DE		0	Europe/Berlin	50.14778	8.45632				05	064	06436	06436008
2898907	Hornau	hornau	DE		0	Europe/Berlin	49.414	10.31844				02	095	09571	09571225
2898908	Hornau	hornau	DE		0	Europe/Berlin	49.01334	12.45623				02	093	09375	09375210
2898909	Hornau	hornau	DE		0	Europe/Berlin	47.90812	11.92051				02	091	09187	09187122
2898911	Hornach	hornach	DE		0	Europe/Berlin	48.54644	12.65939				02	092	09279	09279134
2898919	Hörn	hoern	DE		0	Europe/Berlin	54.73333	8.96667				10	00	01054	01054167
2898920	Hörn	hoern	DE		0	Europe/Berlin	54.43333	9.06667				10	00	01054	01054132
2898921	Hörn	hoern	DE		0	Europe/Berlin	54.38333	9.06667				10	00	01054	01054070
2898922	Hörn	hoern	DE		0	Europe/Berlin	53.72285	9.5077				10	00	01061	01061074
2898923	Hörn	hoern	DE		0	Europe/Berlin	53.56667	8.1				06	00	03405	03405000
2898959	Hörmetsham	hormetsham	DE		0	Europe/Berlin	48.01199	12.65916				02	091	09189	09189134
2898962	Hörmatzen	hormatzen	DE		0	Europe/Berlin	47.67584	10.60074				02	097	09777	09777170
2898963	Hörmating	hormating	DE		0	Europe/Berlin	47.94383	12.02127				02	091	09187	09187179
2898966	Hörmanshofen	hormanshofen	DE		0	Europe/Berlin	47.82386	10.65118		Hormannshofen,Hormanshofen,Hörmannshofen,Hörmanshofen		02	097	09777	09777112
2898967	Hörmannsdorf	hormannsdorf	DE		0	Europe/Berlin	49.20969	11.75443				02	093	09373	09373151
2898968	Hörmannsdorf	hoermannsdorf	DE		0	Europe/Berlin	48.73945	13.37836				02	092	09275	09275152
2898969	Hörmannsdorf	hormannsdorf	DE		0	Europe/Berlin	48.73577	13.27386				02	092	09275	09275120
2898970	Hörmannsdorf	hormannsdorf	DE		0	Europe/Berlin	48.65577	12.36133				02	092	09274	09274188
2898971	Hörmannsdorf	hormannsdorf	DE		0	Europe/Berlin	48.06712	11.94549				02	091	09175	09175115
2898974	Hörmannsberg	hormannsberg	DE		0	Europe/Berlin	48.62957	13.36914				02	092	09275	09275151
2898975	Hörmannsberg	hormannsberg	DE		0	Europe/Berlin	48.28338	11.0221		Hormannsberg,Hörmannsberg		02	097	09771	09771160
2898980	Horm	horm	DE		0	Europe/Berlin	50.74645	6.43822				07	053	05358	05358016
2898982	Hörlkam	horlkam	DE		0	Europe/Berlin	48.47335	12.22685				02	092	09274	09274134
2898983	Hörlitzer Flur	hoerlitzer-flur	DE		0	Europe/Berlin	51.53333	13.93333				11	00	12066	12066285
2898985	Horlitza	horlitza	DE		0	Europe/Berlin	51.57849	14.55014				11			
2898986	Hörlitz	hoerlitz	DE		0	Europe/Berlin	51.52661	13.94655				11	00	12066	12066285
2898987	Hörlis	horlis	DE		0	Europe/Berlin	48.14375	10.33831				02	097	09778	09778157
2898988	Hörlinreuth	horlinreuth	DE		0	Europe/Berlin	50.03073	11.42498				02	094	09477	09477157
2898990	Hörleinsdorf	horleinsdorf	DE		0	Europe/Berlin	49.3836	10.75102				02	095	09571	09571135
2898992	Hörlebach	horlebach	DE		0	Europe/Berlin	49.18194	9.88028				01	081	08127	08127099
2898994	Hörle	hoerle	DE		0	Europe/Berlin	51.44277	9.0687				05	066	06635	06635020
2898997	Hörlbach	horlbach	DE		0	Europe/Berlin	49.07581	10.93719				02	095	09577	09577125
2898998	Hörlasreuth	horlasreuth	DE		0	Europe/Berlin	49.84514	11.54876		Horlasreuth,Hörlasreuth		02	094	09472	09472127
2899000	Horlachen	horlachen	DE		0	Europe/Berlin	50.15125	11.69905				02	094	09475	09475175
2899001	Horlachen	horlachen	DE		0	Europe/Berlin	48.94133	9.70535				01	081	08136	08136027
2899002	Horlach	horlach	DE		0	Europe/Berlin	49.72703	11.52993				02	094	09472	09472175
2899007	Horkheim	horkheim	DE		0	Europe/Berlin	49.11525	9.1712		Horkheim		01	081	08121	08121000
2899011	Hörkamp-Langenbruch	hoerkamp-langenbruch	DE		0	Europe/Berlin	52.29512	9.23286		Hoerkamp-Langenbruch,Horkamp,Hörkamp,Hörkamp-Langenbruch,Langenbrauk		06	00	03257	03257035
2899014	Höringhausen	hoeringhausen	DE		0	Europe/Berlin	51.28222	8.33898				07	059	05958	05958032
2899015	Höringhausen	hoeringhausen	DE		0	Europe/Berlin	51.27249	8.98579				05	066	06635	06635021
2899016	Höringen	hoeringen	DE		750	Europe/Berlin	49.55566	7.79602			07333030	08	00	07333	07333030
2899017	Höring	hoering	DE		0	Europe/Berlin	53.65568	8.87824				06	00	03352	03352051
2899020	Hörich	horich	DE		0	Europe/Berlin	47.62234	10.48294				02	097	09777	09777153
2899021	Hörhof	horhof	DE		0	Europe/Berlin	49.87463	11.61573				02	094	09472	09472127
2899022	Hörhof	horhof	DE		0	Europe/Berlin	49.45005	10.52404				02	095	09575	09575156
2899023	Horheim	horheim	DE		0	Europe/Berlin	47.64974	8.34768		Horheim		01	083	08337	08337123
2899029	Hörglkofen	horglkofen	DE		0	Europe/Berlin	48.58022	12.35462				02	092	09279	09279130
2899034	Hörgertsham	horgertsham	DE		0	Europe/Berlin	48.48167	13.28526				02	092	09275	09275145
2899035	Hörgersdorf	horgersdorf	DE		0	Europe/Berlin	48.5	11.56667				02	091	09186	09186126
2899036	Hörgersdorf	horgersdorf	DE		0	Europe/Berlin	48.30046	12.05691				02	091	09177	09177139
2899037	Hörgersberg	horgersberg	DE		0	Europe/Berlin	48.3075	12.04205				02	091	09177	09177113
2899038	Hörgers	horgers	DE		0	Europe/Berlin	47.81696	10.21181				02	097	09780	09780112
2899039	Hörgering	horgering	DE		0	Europe/Berlin	47.79361	12.64447		Hoergering,Horgering,Hörgering		02	091	09189	09189145
2899041	Hörgenbach	horgenbach	DE		0	Europe/Berlin	48.34529	11.52063				02	091	09174	09174121
2899042	Hörgenbach	horgenbach	DE		0	Europe/Berlin	48.34334	11.31993				02	091	09174	09174131
2899043	Hörgenau	hoergenau	DE		0	Europe/Berlin	50.58647	9.28818				05	065	06535	06535012
2899045	Horgen	horgen	DE		0	Europe/Berlin	48.14744	8.54639		Horgen		01	083	08325	08325069
2899046	Hörgelsdorf	horgelsdorf	DE		0	Europe/Berlin	48.80232	12.20061				02	092	09278	09278148
2899047	Horgauergreut	horgauergreut	DE		0	Europe/Berlin	48.40014	10.69403				02	097	09772	09772159
2899049	Hörgassing	horgassing	DE		0	Europe/Berlin	47.9748	12.69537				02	091	09189	09189150
2899050	Hörfelde	hoerfelde	DE		0	Europe/Berlin	53.77228	8.88025				06	00	03352	03352038
2899053	Hörenzhausen	horenzhausen	DE		0	Europe/Berlin	48.33571	11.59427				02	091	09178	09178123
2899054	Hörensberg	horensberg	DE		0	Europe/Berlin	47.84986	10.26224				02	097	09780	09780119
2899056	Hörenhausen	horenhausen	DE		0	Europe/Berlin	48.2114	10.01962				01	084	08426	08426108
2899057	Hördthof	hordthof	DE		0	Europe/Berlin	49.01634	9.57025				01	081	08119	08119044
2899060	Hordorf	hordorf	DE		0	Europe/Berlin	52.29123	10.65517				06	00	03158	03158006
2899061	Hordorf	hordorf	DE		0	Europe/Berlin	51.99534	11.1962		Hordorf,Horthorp		14	00	15083	15083415
2899062	Hördinghausen	hoerdinghausen	DE		0	Europe/Berlin	52.31379	8.44435				06	00	03459	03459003
2899063	Hörder Bruch	hoerder-bruch	DE		0	Europe/Berlin	51.46667	7.5				07	059	05913	05913000
2899064	Hörden	hoerden	DE		0	Europe/Berlin	51.33333	7.45				07	059	05914	05914000
2899065	Hörden	hoerden	DE		0	Europe/Berlin	53.00167	8.81254				06	00	03251	03251047
2899066	Hörden	hoerden	DE		1135	Europe/Berlin	51.66835	10.28372		Hoerden am Harz,Huern,Hörden am Harz,Hürn	03159020	06	00	03159	03159020
2899069	Hordel	hordel	DE		3252	Europe/Berlin	51.49784	7.1762		Hordel		07	059	05911	05911000
2899070	Hörde	hoerde	DE		0	Europe/Berlin	51.48371	7.5003		Dortmund-Hoerde,Dortmund-Hörde,Hoerde,Horde,Hörde		07	059	05913	05913000
2899072	Horchheim	horchheim	DE		0	Europe/Berlin	50.32925	7.6107		Horcheim,Horchheim		08	00	07111	07111000
2899073	Horchheim	horchheim	DE		0	Europe/Berlin	49.61043	8.32702		Horcheim,Horchheim		08	00	07319	07319000
2899078	Horburg	horburg	DE		0	Europe/Berlin	53.35933	10.39535				06	00	03355	03355007
2899079	Horburg	horburg	DE		0	Europe/Berlin	51.36612	12.17263				14	00	15088	15088205
2899080	Hörbühl	horbuhl	DE		0	Europe/Berlin	49.04746	10.10695				01	081	08127	08127104
2899082	Hörbolz	horbolz	DE		0	Europe/Berlin	47.6	9.65				02	097	09776	09776116
2899083	Hörblach	horblach	DE		0	Europe/Berlin	49.79122	10.2177		Horblach,Hörblach		02	096	09675	09675165
2899086	Hörbertsham	horbertsham	DE		0	Europe/Berlin	48.50193	13.35291				02	092	09275	09275122
2899088	Hörbering	horbering	DE		0	Europe/Berlin	48.38221	12.54978				02	091	09183	09183129
2899096	Horbell	horbell	DE		0	Europe/Berlin	50.9086	6.86419				07	053	05315	05315000
2899099	Horbeck	horbeck	DE		0	Europe/Berlin	51.62943	11.28538				14	00	15087	15087275
2899100	Horb an der Steinach	horb-an-der-steinach	DE		0	Europe/Berlin	50.22887	11.20803		Horb,Horb an der Steinach		02	094	09476	09476154
2899106	Hörbach	hoerbach	DE		0	Europe/Berlin	50.66903	8.27215				05	065	06532	06532012
2899117	Horba	horba	DE		0	Europe/Berlin	50.68053	11.12443		Horba		15	00	16073	16073112
2899118	Horb	horb	DE		0	Europe/Berlin	50.28846	11.13765		Horb bei Fuerth am Berg,Horb bei Fürth am Berg		02	094	09473	09473151
2899119	Horb	horb	DE		0	Europe/Berlin	50.15724	11.20202				02	094	09478	09478144
2899121	Hörathal	horathal	DE		0	Europe/Berlin	48.34088	12.92107				02	092	09277	09277148
2899124	Hörasdorf	horasdorf	DE		0	Europe/Berlin	48.46066	12.41035				02	092	09274	09274184
2899125	Horas	horas	DE		0	Europe/Berlin	50.56519	9.65775		Fulda-Horas		05	066	06631	06631009
2899126	Hörafing	horafing	DE		0	Europe/Berlin	47.84582	12.87725				02	091	09172	09172134
2899127	Horading	horading	DE		0	Europe/Berlin	48.47504	12.70466				02	092	09277	09277119
2899128	Hörabach	horabach	DE		0	Europe/Berlin	48.89135	12.76933				02	092	09278	09278118
2899129	Horabach	horabach	DE		0	Europe/Berlin	49.3612	10.23743				02	095	09571	09571181
2899137	Hopscheiderberg	hopscheiderberg	DE		0	Europe/Berlin	51.36404	7.11584				07	051	05158	05158032
2899139	Hoppstädten	hoppstaedten	DE		0	Europe/Berlin	49.61667	7.2				08	00	07134	07134042
2899141	Hoppingen	hoppingen	DE		0	Europe/Berlin	48.80169	10.65483				02	097	09779	09779155
2899142	Hoppetenzell	hoppetenzell	DE		0	Europe/Berlin	47.89147	9.01164		Hoppetenzell		01	083	08335	08335079
2899144	Hoppersheide	hoppersheide	DE		0	Europe/Berlin	51.016	7.0757				07	053	05378	05378004
2899145	Hoppers	hoppers	DE		0	Europe/Berlin	51.13477	6.51146				07	051	05162	05162012
2899149	Höpperich	hoepperich	DE		0	Europe/Berlin	50.99638	13.17417				13	00	14522	14522540
2899150	Höpperding	hopperding	DE		0	Europe/Berlin	47.88793	12.6102				02	091	09189	09189155
2899152	Hoppenwalde	hoppenwalde	DE		0	Europe/Berlin	53.70394	14.07504				12	00	13075	13075031
2899154	Hoppenstedt	hoppenstedt	DE		0	Europe/Berlin	51.9939	10.65841		Hoppenstedt		14	00	15085	15085230
2899156	Hoppensen	hoppensen	DE		0	Europe/Berlin	51.78973	9.76619				06	00	03155	03155003
2899162	Hoppengarten	hoppengarten	DE		0	Europe/Berlin	50.79968	7.52645		Hoppengarten		07	053	05382	05382076
2899165	Hoppenberg	hoppenberg	DE		0	Europe/Berlin	53.55709	12.91644				12	00	13071	13071101
2899172	Hoppegarten	hoppegarten	DE		0	Europe/Berlin	52.51667	13.66667		Hopegarten,Khopegarten,Khoppegarten,huo pei jia er teng,Хопегартен,Хоппегартен,Հոպեգարտեն,霍佩加尔滕	12064227	11	00	12064	12064227
2899173	Hoppegarten	hoppegarten	DE		0	Europe/Berlin	52.48672	14.01805		Hoppegarten		11	00	12064	12064317
2899175	Hoppecke	hoppecke	DE		0	Europe/Berlin	51.37573	8.64002		Hoppecke		07	059	05958	05958012
2899183	Hoppachshof	hoppachshof	DE		0	Europe/Berlin	50.11883	10.30042		Hoppachshof		02	096	09678	09678186
2899185	Höpingen	hoepingen	DE		0	Europe/Berlin	52.03124	7.30961				07	055	05558	05558040
2899189	Hopfmannsfeld	hopfmannsfeld	DE		0	Europe/Berlin	50.58866	9.31236				05	065	06535	06535012
2899192	Höpfigheim	hopfigheim	DE		0	Europe/Berlin	48.9821	9.24351		Hopfigheim,Höpfigheim		01	081	08118	08118070
2899198	Hopferwald	hopferwald	DE		0	Europe/Berlin	47.62096	10.65676				02	097	09777	09777135
2899199	Hopferstadt	hopferstadt	DE		0	Europe/Berlin	49.60849	10.0609				02	096	09679	09679170
2899200	Hopferbach	hopferbach	DE		0	Europe/Berlin	48.002	9.62398				01	084	08426	08426014
2899201	Hopferbach	hopferbach	DE		0	Europe/Berlin	47.8539	10.35503				02	097	09777	09777176
2899204	Hopfenweiler	hopfenweiler	DE		0	Europe/Berlin	47.93417	9.772				01	084	08436	08436009
2899210	Hopfenhorst	hopfenhorst	DE		0	Europe/Berlin	52.49825	11.05276				14	00	15083	15083411
2899211	Hopfenhorst	hopfenhorst	DE		0	Europe/Berlin	52.45883	11.20022				14	00	15081	15081135
2899216	Hopfengarten	hopfengarten	DE		0	Europe/Berlin	49.38969	9.45066				01	081	08126	08126072
2899217	Hopfengarten	hopfengarten	DE		0	Europe/Berlin	49.09632	10.35333				02	095	09571	09571139
2899251	Hopfen am See	hopfen-am-see	DE		0	Europe/Berlin	47.60472	10.6836		Hopfen		02	097	09777	09777129
2899252	Hopfen	hopfen	DE		0	Europe/Berlin	47.97952	11.93716				02	091	09187	09187179
2899253	Hopfen	hopfen	DE		0	Europe/Berlin	47.57256	9.9763				02	097	09776	09776127
2899254	Hopfelde	hopfelde	DE		0	Europe/Berlin	51.17984	9.76584				05	066	06636	06636006
2899258	Hopfau	hopfau	DE		0	Europe/Berlin	49.86066	12.01735				02	093	09377	09377129
2899259	Hopfau	hopfau	DE		0	Europe/Berlin	48.37179	8.57758				01	083	08325	08325057
2899260	Hopfach	hopfach	DE		0	Europe/Berlin	49.1505	9.82993				01	081	08127	08127099
2899261	Höperhofen	hoeperhofen	DE		0	Europe/Berlin	53.14265	9.29452				06	00	03357	03357005
2899264	Hopen	hopen	DE		0	Europe/Berlin	53.98996	9.13588				10	00	01051	01051097
2899265	Höpen	hoepen	DE		0	Europe/Berlin	52.91936	13.38478				11	00	12065	12065193
2899266	Höpen	hoepen	DE		0	Europe/Berlin	52.39241	9.00505				07	057	05770	05770028
2899272	Hopels	hopels	DE		0	Europe/Berlin	53.42037	7.79758				06	00	03462	03462005
2899274	Hope	hope	DE		0	Europe/Berlin	52.61847	9.65372				06	00	03358	03358015
2899275	Hope	hope	DE		0	Europe/Berlin	52.31667	8.58333				07	057	05770	05770020
2899276	Hope	hope	DE		0	Europe/Berlin	52.10843	9.27342				06	00	03252	03252006
2899281	Hoopte	hoopte	DE		0	Europe/Berlin	53.39866	10.16191				06	00	03353	03353040
2899282	Hoopen	hoopen	DE		0	Europe/Berlin	52.64702	8.41021				06	00	03251	03251013
2899284	Hoope	hoope	DE		0	Europe/Berlin	53.31239	8.70198		Hoope		06	00	03352	03352060
2899285	Hoope	hoope	DE		0	Europe/Berlin	52.88818	8.81811		Hoope,Kolonie Hoope		06	00	03251	03251041
2899286	Hoope	hoope	DE		0	Europe/Berlin	52.83741	9.921				06	00	03351	03351004
2899289	Hooksiel	hooksiel	DE		0	Europe/Berlin	53.63185	8.02668		Hooksiel		06	00	03455	03455020
2899295	Hoof	hoof	DE		0	Europe/Berlin	51.28302	9.34052				05	066	06633	06633023
2899296	Hoof	hoof	DE		0	Europe/Berlin	49.48904	7.24308				09	00	10046	10046117
2899297	Honzrath	honzrath	DE		0	Europe/Berlin	49.4283	6.72957		Honzrath		09	00	10042	10042111
2899298	Hönze	hoenze	DE		0	Europe/Berlin	52.06808	9.87708				06	00	03254	03254045
2899299	Hönweiler	honweiler	DE		0	Europe/Berlin	48.31369	8.44731				01	082	08237	08237002
2899300	Höntrup	hoentrup	DE		0	Europe/Berlin	51.68594	8.15954				07	059	05974	05974024
2899301	Höntrup	hoentrup	DE		0	Europe/Berlin	51.92723	9.02965		Hogingthorp,Hoingthorp,Hôgingthorp,Hôingthorp		07	057	05766	05766016
2899302	Höntrop	hoentrop	DE		0	Europe/Berlin	51.45639	7.14954		Hontrop,Höntrop		07	059	05911	05911000
2899306	Hontem	hontem	DE		0	Europe/Berlin	51.05402	6.02471				07	053	05370	05370032
2899307	Honstetten	honstetten	DE		0	Europe/Berlin	47.89419	8.88442		Honstetten		01	083	08335	08335021
2899308	Honsolgen	honsolgen	DE		0	Europe/Berlin	48.02564	10.7757				02	097	09777	09777121
2899311	Honsel	honsel	DE		0	Europe/Berlin	51.35461	7.60583				07	059	05962	05962024
2899313	Honsdorf	honsdorf	DE		0	Europe/Berlin	51.00252	6.18608				07	053	05370	05370012
2899314	Hönscheid	hoenscheid	DE		0	Europe/Berlin	50.80868	7.44166				07	053	05382	05382016
2899315	Honscheid	honscheid	DE		0	Europe/Berlin	50.79077	7.3805				07	053	05382	05382052
2899317	Honsbronn	honsbronn	DE		0	Europe/Berlin	49.45056	9.90861				01	081	08128	08128126
2899318	Honsberg	honsberg	DE		0	Europe/Berlin	51.18333	7.3				07	051	05120	05120000
2899319	Honsbach	honsbach	DE		0	Europe/Berlin	50.90476	7.27085				07	053	05382	05382028
2899320	Honrath	honrath	DE		0	Europe/Berlin	50.90758	7.25038				07	053	05382	05382028
2899321	Hönow-Süd	hoenow-sued	DE		0	Europe/Berlin	52.5346	13.64116				11	00	12064	12064227
2899322	Hönow	hoenow	DE		0	Europe/Berlin	52.54666	13.63764		Hoenow,Hönow		11	00	12064	12064227
2899326	Hönningen	hoenningen	DE		0	Europe/Berlin	50.8261	7.80412				08	00	07132	07132080
2899328	Hönning	honning	DE		0	Europe/Berlin	48.26674	12.0193				02	091	09177	09177127
2899332	Honnewarf	honnewarf	DE		0	Europe/Berlin	53.65	7.21667				06	00	03452	03452019
2899333	Hönnetal	hoennetal	DE		0	Europe/Berlin	51.4	7.85		Honnetal,Honnethal,Hönnetal,Hönnethal		07	059	05962	05962040
2899334	Hönnersum	honnersum	DE		0	Europe/Berlin	52.18593	10.0046		Hoennerssen,Honershem [a. 1380],Hönnerßen		06	00	03254	03254020
2899335	Honnersreuth	honnersreuth	DE		0	Europe/Berlin	49.82842	12.3591				02	093	09377	09377146
2899337	Hönnepel	hoennepel	DE		0	Europe/Berlin	51.75443	6.33039				07	051	05154	05154024
2899340	Honkling	honkling	DE		0	Europe/Berlin	48.96174	9.73303				01	081	08136	08136027
2899342	Honkenswarf	honkenswarf	DE		0	Europe/Berlin	54.64386	8.6203		Honkenswarf,Honkenswarft		10	00	01054	01054074
2899344	Hönisch	hoenisch	DE		0	Europe/Berlin	52.91704	9.21558				06	00	03361	03361012
2899345	Honings	honings	DE		0	Europe/Berlin	49.63845	11.10352				02	094	09474	09474137
2899346	Höningen	hoeningen	DE		0	Europe/Berlin	51.09236	6.69145				07	051	05162	05162028
2899347	Höningen	hoeningen	DE		0	Europe/Berlin	49.4911	8.07611				08	00	07332	07332001
2899350	Hönigsgrub	honigsgrub	DE		0	Europe/Berlin	48.95833	13.17866				02	092	09276	09276139
2899351	Honigsessen	honigsessen	DE		0	Europe/Berlin	50.8	7.73333				08	00	07132	07132117
2899353	Hönigsbach	honigsbach	DE		0	Europe/Berlin	48.72138	12.42055				02	092	09279	09279127
2899355	Hönighausen	honighausen	DE		0	Europe/Berlin	48.6468	11.35029				02	091	09185	09185123
2899358	Honigfleth	honigfleth	DE		0	Europe/Berlin	53.92701	9.41543				10	00	01061	01061102
2899367	Hönig	honig	DE		0	Europe/Berlin	48.89172	9.79832				01	081	08136	08136061
2899369	Honhardt	honhardt	DE		0	Europe/Berlin	49.06937	10.0379				01	081	08127	08127103
2899370	Hongsen	hongsen	DE		0	Europe/Berlin	52.2711	8.64516				07	057	05770	05770016
2899372	Höngen	hoengen	DE		0	Europe/Berlin	51.02536	5.93948				07	053	05370	05370024
2899373	Hoengen	hoengen	DE		0	Europe/Berlin	50.86999	6.2077		Hoengen,Hongen,Höngen		07	053	05334	05334004
2899374	Höngeda	hoengeda	DE		0	Europe/Berlin	51.1822	10.50419				15	00	16064	16064046
2899383	Honerdingen	honerdingen	DE		0	Europe/Berlin	52.86857	9.63069		Honerdingen		06	00	03358	03358024
2899391	Hönebach	hoenebach	DE		0	Europe/Berlin	50.93433	9.94081				05	066	06632	06632020
2899392	Höne	hoene	DE		0	Europe/Berlin	52.68977	8.10116				06	00	03460	03460003
2899393	Hondingen	hondingen	DE		0	Europe/Berlin	47.86509	8.57009				01	083	08326	08326005
2899396	Hondelage	hondelage	DE		3719	Europe/Berlin	52.31444	10.60567		Hondelage		06	00	03101	03101000
2899400	Hönbach	hoenbach	DE		0	Europe/Berlin	50.34883	11.14635				15	00	16072	16072018
2899401	Hönau-Lindorf	hoenau-lindorf	DE		0	Europe/Berlin	53.52477	9.12993				06	00	03357	03357008
2899402	Honau	honau	DE		0	Europe/Berlin	48.64051	7.8723				01	083	08317	08317153
2899403	Honau	honau	DE		0	Europe/Berlin	48.41117	9.26212				01	084	08415	08415092
2899404	Honau	honau	DE		0	Europe/Berlin	48.034	12.41315				02	091	09189	09189133
2899406	Honartsdeich	honartsdeich	DE		0	Europe/Berlin	53.51667	10				04	00	02000	02000000
2899408	Homscheid	homscheid	DE		0	Europe/Berlin	50.60252	7.34926				08	00	07138	07138068
2899411	Hompesch	hompesch	DE		0	Europe/Berlin	50.97951	6.35326		Hampesch,Hompesch		07	053	05358	05358056
2899412	Hommertshausen	hommertshausen	DE		0	Europe/Berlin	50.84519	8.51027		Hommertshausen		05	065	06534	06534007
2899413	Hommersum	hommersum	DE		0	Europe/Berlin	51.68182	6.03467		Hommersum		07	051	05154	05154016
2899414	Hommershausen	hommershausen	DE		0	Europe/Berlin	51.0991	8.76042				05	066	06635	06635011
2899417	Hommerich	hommerich	DE		0	Europe/Berlin	51.00571	7.28413		Hommerich		07	053	05374	05374020
2899420	Hommelsheim	hommelsheim	DE		0	Europe/Berlin	50.79977	6.58991				07	053	05358	05358052
2899422	Hommelsberg	hommelsberg	DE		0	Europe/Berlin	50.71458	7.81672				08	00	07132	07132066
2899423	Homfeld	homfeld	DE		0	Europe/Berlin	54.07423	9.75359				10	00	01058	01058009
2899424	Homfeld	homfeld	DE		0	Europe/Berlin	52.81042	8.99302				06	00	03251	03251049
2899426	Homert	homert	DE		0	Europe/Berlin	51.17592	7.64808		Homert		07	059	05962	05962032
2899430	Homericherhof	homericherhof	DE		0	Europe/Berlin	49.68333	7.31667				08	00	07134	07134045
2899436	Homer	homer	DE		0	Europe/Berlin	51.78268	6.76809				07	055	05554	05554040
2899437	Hömel	hoemel	DE		0	Europe/Berlin	50.98215	7.50403				07	053	05374	05374012
2899438	Hömel	hoemel	DE		0	Europe/Berlin	50.88426	7.56379				07	053	05374	05374032
2899439	Homeien	homeien	DE		0	Europe/Berlin	52.05597	8.98029				07	057	05766	05766024
2899441	Homburg-Nord	homburg-nord	DE		0	Europe/Berlin	49.35	7.33333				09	00	10045	10045114
2899445	Homburg am Main	homburg-am-main	DE		0	Europe/Berlin	49.7938	9.62448		Homburg,Homburg am Main		02	096	09677	09677154
2899457	Hombruch	hombruch	DE		0	Europe/Berlin	51.4731	7.44132				07	059	05913	05913000
2899458	Hombruch	hombruch	DE		0	Europe/Berlin	51.39342	7.68305				07	059	05962	05962024
2899462	Hombressen	hombressen	DE		0	Europe/Berlin	51.49442	9.45614				05	066	06633	06633013
2899466	Hombergshausen	hombergshausen	DE		0	Europe/Berlin	51.07108	9.43996				05	066	06634	06634009
2899471	Hombergen	hombergen	DE		0	Europe/Berlin	51.34302	6.26195		Hombergen		07	051	05166	05166016
2899472	Homberge	homberge	DE		0	Europe/Berlin	51.28648	7.35765				07	059	05954	05954008
2899526	Hombeer	hombeer	DE		0	Europe/Berlin	49.69812	10.58401				02	095	09575	09575147
2899529	Hombach	hombach	DE		0	Europe/Berlin	50.77907	7.44082				07	053	05382	05382016
2899530	Hombach	hombach	DE		0	Europe/Berlin	50.58745	7.46584				08	00	07138	07138044
2899532	Holzzelle	holzzelle	DE		0	Europe/Berlin	51.47015	11.5732				14	00	15087	15087386
2899533	Holzwipper	holzwipper	DE		0	Europe/Berlin	51.08951	7.58366				07	053	05374	05374024
2899540	Holzweiler Hof	holzweiler-hof	DE		0	Europe/Berlin	49.0118	9.25009				01	081	08118	08118021
2899541	Holzweiler	holzweiler	DE		0	Europe/Berlin	51.04809	6.40569				07	053	05370	05370004
2899551	Holzwald	holzwald	DE		0	Europe/Berlin	48.44795	8.29764				01	082	08237	08237075
2899555	Holztraubach	holztraubach	DE		0	Europe/Berlin	48.79666	12.21893				02	092	09278	09278148
2899557	Holzthaleben	holzthaleben	DE		0	Europe/Berlin	51.34544	10.59048				15	00	16065	16065032
2899561	Holzstrogn	holzstrogn	DE		0	Europe/Berlin	48.25794	11.96445		Holzstrogn,Holztrogn		02	091	09177	09177142
2899567	Holzseign	holzseign	DE		0	Europe/Berlin	49.19929	12.32692				02	093	09376	09376149
2899570	Holzschwang	holzschwang	DE		0	Europe/Berlin	48.34655	10.09506				02	097	09775	09775135
2899576	Holzschlag	holzschlag	DE		0	Europe/Berlin	47.99427	8.095				01	083	08315	08315094
2899577	Holzschlag	holzschlag	DE		0	Europe/Berlin	47.84992	8.26683		Holzschlag		01	083	08337	08337022
2899579	Holzried	holzried	DE		0	Europe/Berlin	48.53388	11.45635				02	091	09186	09186143
2899583	Holzort	holzort	DE		0	Europe/Berlin	52.69615	8.53363				06	00	03251	03251017
2899584	Holzolling	holzolling	DE		0	Europe/Berlin	47.87082	11.8273				02	091	09182	09182137
2899587	Holzner	holzner	DE		0	Europe/Berlin	48.40209	13.12123				02	092	09277	09277112
2899590	Holzmülheim	holzmuelheim	DE		0	Europe/Berlin	50.50022	6.73572				07	053	05366	05366032
2899592	Holzmühle	holzmuehle	DE		0	Europe/Berlin	50.51355	12.09737				13	00	14523	14523320
2899593	Holzmühle	holzmuhle	DE		0	Europe/Berlin	49.77998	11.77606		Holzmuhle,Holzmühle		02	093	09374	09374155
2899594	Holzmühle	holzmuehle	DE		0	Europe/Berlin	49.29972	6.74641				09	00	10044	10044115
2899597	Holzmühl	holzmuehl	DE		0	Europe/Berlin	50.41546	9.41923				05	065	06535	06535004
2899598	Holzmühl	holzmuhl	DE		0	Europe/Berlin	50.09834	12.02381				02	094	09479	09479135
2899607	Holzmarkt	holzmarkt	DE		0	Europe/Berlin	50.93114	7.17652				07	053	05378	05378028
2899608	Holzmannshausen	holzmannshausen	DE		0	Europe/Berlin	48.6491	11.74549				02	092	09273	09273147
2899609	Holzmanns	holzmanns	DE		0	Europe/Berlin	47.70911	10.56784				02	097	09777	09777179
2899610	Holzmann	holzmann	DE		0	Europe/Berlin	47.75577	12.20633				02	091	09187	09187172
2899622	Hölzlwimm	holzlwimm	DE		0	Europe/Berlin	48.31833	12.74274				02	091	09171	09171115
2899624	Holz Lübchin	holz-luebchin	DE		0	Europe/Berlin	53.94437	12.60235				12	00	13072	13072111
2899625	Hölzlöd	holzlod	DE		0	Europe/Berlin	48.64387	13.15688		Holzlod,Holzod,Holzöd,Hölzlöd		02	092	09275	09275154
2899627	Hölzling	holzling	DE		0	Europe/Berlin	48.31818	12.63819				02	091	09171	09171127
2899628	Hölzling	holzling	DE		0	Europe/Berlin	48.24917	12.55613				02	091	09183	09183128
2899631	Holzleuten	holzleuten	DE		0	Europe/Berlin	48.85129	9.9623				01	081	08136	08136029
2899632	Holzleuten	holzleuten	DE		0	Europe/Berlin	47.67458	10.55505				02	097	09777	09777168
2899633	Holzleute	holzleute	DE		0	Europe/Berlin	47.59886	10.00717				02	097	09776	09776127
2899638	Hölzlers	holzlers	DE		0	Europe/Berlin	47.6	9.83333				02	097	09776	09776126
2899640	Holzleithen	holzleithen	DE		0	Europe/Berlin	48.71204	11.86516				02	092	09273	09273172
2899641	Holzleithen	holzleithen	DE		0	Europe/Berlin	48.28192	12.88413				02	092	09277	09277154
2899642	Holzleithen	holzleithen	DE		0	Europe/Berlin	47.75526	10.97157				02	091	09190	09190117
2899643	Holzleiten	holzleiten	DE		0	Europe/Berlin	48.6741	11.59651				02	091	09186	09186122
2899644	Holzleiten	holzleiten	DE		0	Europe/Berlin	48.40034	12.96631				02	092	09277	09277138
2899645	Holzleiten	holzleiten	DE		0	Europe/Berlin	47.91197	12.17371				02	091	09187	09187181
2899651	Holzlehen	holzlehen	DE		0	Europe/Berlin	47.83467	11.01287				02	091	09190	09190158
2899652	Hölzle	holzle	DE		0	Europe/Berlin	47.9839	9.03599				01	084	08437	08437123
2899655	Hölzlashof	holzlashof	DE		0	Europe/Berlin	49.9453	11.94602				02	093	09377	09377115
2899656	Hölzlarn	holzlarn	DE		0	Europe/Berlin	48.5476	10.96457				02	097	09772	09772207
2899657	Holzlar	holzlar	DE		0	Europe/Berlin	50.74445	7.17795		Holzlar		07	053	05314	05314000
2899658	Holzländerhof	holzlaenderhof	DE		0	Europe/Berlin	53.14323	12.11639		Holzhandlerhof,Holzhändlerhof,Holzlanderhof,Holzlanderhof zu Pritzwalk,Holzländerhof,Holzländerhof zu Pritzwalk		11	00	12070	12070316
2899660	Hölzl	holzl	DE		0	Europe/Berlin	47.94131	12.60497				02	091	09189	09189154
2899670	Holzkirchhausen	holzkirchhausen	DE		0	Europe/Berlin	49.76044	9.66731		Holzkirchhausen		02	096	09679	09679144
2899686	Holzkamp	holzkamp	DE		0	Europe/Berlin	53.01846	8.58244		Holzkamp		06	00	03458	03458005
2899688	Holzinshaus	holzinshaus	DE		0	Europe/Berlin	47.80843	7.87977				01	083	08336	08336004
2899689	Holzingen	holzingen	DE		0	Europe/Berlin	49.02211	10.92273				02	095	09577	09577177
2899691	Holzi	holzi	DE		0	Europe/Berlin	49.13189	11.31162		Holzi		02	095	09576	09576127
2899693	Holzhof	holzhof	DE		0	Europe/Berlin	51.45	13.51667				11	00	12062	12062124
2899694	Holzhof	holzhof	DE		0	Europe/Berlin	48.5467	11.67194				02	091	09178	09178116
2899695	Holzhof	holzhof	DE		0	Europe/Berlin	48.45826	11.49354				02	091	09186	09186146
2899706	Holzheu	holzheu	DE		0	Europe/Berlin	48.33552	12.18195				02	091	09177	09177139
2899710	Holzheim bei Oder	holzheim-bei-oder	DE		989	Europe/Berlin	49.26667	12.16667		Holzheim,Holzheim an der Oder,Holzheim bei Oder		02	093	09376	09376168
2899735	Holzhäusern	holzhausern	DE		0	Europe/Berlin	47.66433	9.6314				01	084	08435	08435057
2899743	Holzhäuser	holzhauser	DE		0	Europe/Berlin	48.6448	12.95244				02	092	09271	09271141
2899744	Holzhäuser	holzhauser	DE		0	Europe/Berlin	48.59084	13.22914				02	092	09275	09275154
2899745	Holzhäuser	holzhaeuser	DE		0	Europe/Berlin	53.41667	10.01667				06	00	03353	03353031
2899746	Holzhäuser	holzhauser	DE		0	Europe/Berlin	48.48333	13.11667				02	092	09275	09275125
2899747	Holzhäuser	holzhauser	DE		0	Europe/Berlin	48.43404	13.2623				02	092	09275	09275149
2899748	Holzhäuser	holzhauser	DE		0	Europe/Berlin	48.39586	13.19976				02	092	09275	09275143
2899749	Holzhäuser	holzhauser	DE		0	Europe/Berlin	48.38468	13.09102				02	092	09275	09275131
2899750	Holzhäuser	holzhauser	DE		0	Europe/Berlin	48.32573	13.27784				02	092	09275	09275116
2899758	Holzhäuser	holzhaeuser	DE		0	Europe/Berlin	48.45651	13.33044				02	092	09275	09275145
2899762	Holzhausen Zwei	holzhausen-zwei	DE		0	Europe/Berlin	52.33853	8.83222		Holzhausen II,Holzhausen Zwei		07	057	05770	05770012
2899763	Holzhausen Über Aar	holzhausen-ueber-aar	DE		0	Europe/Berlin	50.20933	8.08695		Holzhausen Uber Aar,Holzhausen Uber der Aar,Holzhausen Über Aar,Holzhausen Über der Aar		05	064	06439	06439006
2899765	Holzhausen bei Buchloe	holzhausen-bei-buchloe	DE		0	Europe/Berlin	48.04779	10.78274		Holzhausen		02	091	09181	09181127
2899768	Holzhausen am Hahn	holzhausen-am-hahn	DE		0	Europe/Berlin	51.21527	9.42237		Holzhausen,Holzhausen am Hahn		05	066	06634	06634002
2899780	Bad Holzhausen	bad-holzhausen	DE		3415	Europe/Berlin	52.28971	8.53954	71			07	057	05770	05770036
2899785	Holzhausen-Externsteine	holzhausen-externsteine	DE		0	Europe/Berlin	51.87702	8.90425		Holzhausen,Holzhausen-Externsteine		07	057	05766	05766032
2899712	Holzheim	holzheim	DE	65558	0	Europe/Berlin	51.16363	6.66973				07	051	05162	05162024
2899833	Holzhäuseln	holzhauseln	DE		0	Europe/Berlin	48.52284	12.77893				02	092	09277	09277111
2899834	Holzhäuseln	holzhauseln	DE		0	Europe/Berlin	48.51289	11.63605				02	091	09186	09186152
2899835	Holzhäuseln	holzhauseln	DE		0	Europe/Berlin	48.45924	12.16761				02	092	09274	09274114
2899836	Holzhäuseln	holzhauseln	DE		0	Europe/Berlin	48.43763	12.04261				02	092	09274	09274121
2899837	Holzhäuseln	holzhauseln	DE		0	Europe/Berlin	48.32385	12.38486				02	091	09183	09183132
2899847	Holzhau	holzhau	DE		0	Europe/Berlin	50.73318	13.58196		Holzhau		13	00	14522	14522470
2899849	Holzharlanden	holzharlanden	DE		0	Europe/Berlin	48.86635	11.8363				02	092	09273	09273111
2899850	Holzhammer	holzhammer	DE		0	Europe/Berlin	49.54991	12.06134				02	093	09371	09371150
2899851	Holzhammer	holzhammer	DE		0	Europe/Berlin	48.89744	13.33659		Holzhamer,Holzhammer		02	092	09272	09272149
2899853	Holzhamm	holzhamm	DE		0	Europe/Berlin	48.46513	12.82738				02	092	09277	09277124
2899854	Holzham	holzham	DE		0	Europe/Berlin	48.69528	13.17529				02	092	09275	09275127
2899855	Holzham	holzham	DE		0	Europe/Berlin	48.52105	12.79872				02	092	09277	09277111
2899856	Holzham	holzham	DE		0	Europe/Berlin	48.42755	13.14866				02	092	09277	09277112
2899857	Holzham	holzham	DE		0	Europe/Berlin	48.33645	12.71682				02	092	09277	09277134
2899858	Holzham	holzham	DE		0	Europe/Berlin	48.29418	13.01561				02	092	09277	09277145
2899859	Holzham	holzham	DE		0	Europe/Berlin	48.12081	12.17263				02	091	09183	09183139
2899860	Holzham	holzham	DE		0	Europe/Berlin	47.95211	12.26199				02	091	09187	09187139
2899861	Holzham	holzham	DE		0	Europe/Berlin	47.90294	11.68005				02	091	09182	09182127
2899862	Holzham	holzham	DE		0	Europe/Berlin	47.77123	12.15324				02	091	09187	09187154
2899870	Holzgünz	holzguenz	DE		1170	Europe/Berlin	48.02503	10.25901		Gol'cgjunc,Holzguenz,Holzgünz,Khol'cgjunc,Kholcginc,huo er ci jin ci,Гольцгюнц,Холцгинц,Хольцгюнц,Հոլցգյունց,霍尔茨金茨	09778151	02	097	09778	09778151
2899872	Holzgrub	holzgrub	DE		0	Europe/Berlin	48.36788	11.1782				02	097	09771	09771165
2899881	Holzgattern	holzgattern	DE		0	Europe/Berlin	48.67224	13.72693				02	092	09275	09275148
2899883	Holzfreyung	holzfreyung	DE		0	Europe/Berlin	48.68745	13.59927				02	092	09272	09272151
2899885	Holzfeld	holzfeld	DE		0	Europe/Berlin	50.16315	7.64695		Holzfeld		08	00	07140	07140501
2899886	Holzfeld	holzfeld	DE		0	Europe/Berlin	48.18333	12.85				02	091	09171	09171112
2899889	Holzerode	holzerode	DE		0	Europe/Berlin	51.59528	10.06532				06	00	03159	03159011
2899890	Hölzernhaus	hoelzernhaus	DE		0	Europe/Berlin	52.26884	12.16944				14	00	15086	15086040
2899893	Hölzern	holzern	DE		0	Europe/Berlin	49.17952	9.34534		Holzern,Hölzern		01	081	08125	08125021
2899902	Hölzenhausen	hoelzenhausen	DE		0	Europe/Berlin	50.59316	7.92197				08	00	07143	07143254
2899903	Holzengel	holzengel	DE		0	Europe/Berlin	51.29307	10.94994				15	00	16065	16065089
2899906	Holzendorf	holzendorf	DE		0	Europe/Berlin	53.67897	11.86412				12	00	13076	13076026
2899907	Holzendorf	holzendorf	DE		0	Europe/Berlin	53.68709	11.63279				12	00	13076	13076078
2899908	Holzendorf	holzendorf	DE		0	Europe/Berlin	53.53484	13.5764				12	00	13071	13071054
2899909	Holzendorf	holzendorf	DE		0	Europe/Berlin	53.38612	13.77108				11	00	12073	12073429
2899949	Holzem	holzem	DE		0	Europe/Berlin	50.62477	7.10384				07	053	05382	05382072
2899950	Holzem	holzem	DE		0	Europe/Berlin	50.52676	6.86319				07	053	05366	05366004
2899951	Holzelfingen	holzelfingen	DE		0	Europe/Berlin	48.42624	9.27615				01	084	08415	08415092
2899953	Holzel	holzel	DE		0	Europe/Berlin	52.24817	8.53747				07	057	05758	05758028
2899954	Hölzel	hoelzel	DE		0	Europe/Berlin	50.80474	12.52321				13	00	14524	14524080
2899956	Holze	holze	DE		0	Europe/Berlin	52.45029	8.93328				06	00	03256	03256024
2899963	Hölzchen	hoelzchen	DE		0	Europe/Berlin	50.07972	6.31092				08	00	07232	07232201
2899967	Holzbüttgen	holzbuettgen	DE		0	Europe/Berlin	51.21742	6.61943				07	051	05162	05162016
2899968	Holzburg	holzburg	DE		0	Europe/Berlin	50.8271	9.25554		Holzburg		05	066	06634	06634021
2899969	Holzburg	holzburg	DE		0	Europe/Berlin	48.30832	11.08352				02	097	09771	09771160
2899973	Holzbuch	holzbuch	DE		0	Europe/Berlin	48.72229	12.52024				02	092	09279	09279128
2899975	Holzbruck	holzbruck	DE		0	Europe/Berlin	48.38696	12.72472				02	092	09277	09277116
2899976	Holzbronn	holzbronn	DE		0	Europe/Berlin	49.52234	9.81401				01	081	08128	08128058
2899977	Holzbronn	holzbronn	DE		750	Europe/Berlin	48.65951	8.74443	540			01	082	08235	08235085
2899978	Holzbrede	holzbrede	DE		0	Europe/Berlin	52.22616	8.70992				07	057	05758	05758024
2899979	Holzbichl	holzbichl	DE		0	Europe/Berlin	47.94188	12.06788				02	091	09187	09187179
2899980	Holzberndorf	holzberndorf	DE		0	Europe/Berlin	49.6	10.53333				02	095	09575	09575138
2899984	Hölzberg	holzberg	DE		0	Europe/Berlin	48.20633	8.04631				01	083	08316	08316003
2899985	Holzberg	holzberg	DE		0	Europe/Berlin	47.87965	12.29079				02	091	09187	09187128
2900007	Holzbalge	holzbalge	DE		0	Europe/Berlin	52.71141	9.17602		Holzbalge		06	00	03256	03256001
2900026	Holzara	holzara	DE		0	Europe/Berlin	48.30192	10.59254				02	097	09772	09772131
2900029	Holzapfelshof	holzapfelshof	DE		0	Europe/Berlin	49.05	10.31667		Holzapfelshof		02	095	09571	09571136
2900034	Holzacker	holzacker	DE		0	Europe/Berlin	54.72744	9.06774				10	00	01054	01054125
2900035	Holzach	holzach	DE		0	Europe/Berlin	47.94202	8.99851				01	083	08327	08327038
2900037	Holz	holz	DE		0	Europe/Berlin	51.20189	7.04577				07	051	05122	05122000
2900038	Holz	holz	DE		0	Europe/Berlin	51.09044	6.46589		Holz		07	051	05162	05162012
2900039	Holz	holz	DE		0	Europe/Berlin	51.05474	7.11512				07	053	05378	05378020
2900040	Holz	holz	DE		0	Europe/Berlin	49.32922	6.99075				09	00	10041	10041513
2900041	Holz	holz	DE		0	Europe/Berlin	49.09369	12.07832				02	093	09375	09375190
2900042	Holz	holz	DE		0	Europe/Berlin	47.80233	12.11443				02	091	09187	09187165
2900043	Holz	holz	DE		0	Europe/Berlin	47.77461	11.97081				02	091	09182	09182114
2900044	Holz	holz	DE		0	Europe/Berlin	47.76138	11.83899				02	091	09182	09182119
2900045	Holz	holz	DE		0	Europe/Berlin	47.74023	11.71179				02	091	09182	09182111
2900046	Holz	holz	DE		0	Europe/Berlin	47.66667	11.58333				02	091	09173	09173135
2900047	Holz	holz	DE		0	Europe/Berlin	47.65591	10.53956				02	097	09777	09777168
2900048	Holz	holz	DE		0	Europe/Berlin	47.61785	10.37609		Holz,Mittelholz		02	097	09780	09780128
2900049	Holz	holz	DE		0	Europe/Berlin	47.59933	10.60095				02	097	09777	09777125
2900062	Holxen	holxen	DE		0	Europe/Berlin	52.91216	10.48302				06	00	03360	03360023
2900063	Holweide	holweide	DE		0	Europe/Berlin	50.96968	7.04231				07	053	05315	05315000
2900064	Hölverscheid	hoelverscheid	DE		0	Europe/Berlin	51.11501	7.14271				07	053	05378	05378016
2900065	Holvede	holvede	DE		0	Europe/Berlin	53.36366	9.62821				06	00	03353	03353014
2900069	Holtwick	holtwick	DE		0	Europe/Berlin	52.00713	7.12961		Holtwick		07	055	05558	05558040
2900070	Holtwick	holtwick	DE		0	Europe/Berlin	51.75301	7.13256		Holtwick		07	055	05562	05562016
2900071	Holtwick	holtwick	DE		0	Europe/Berlin	51.85686	6.58382				07	055	05554	05554008
2900075	Holtum auf der Geest	holtum-auf-der-geest	DE		0	Europe/Berlin	52.99412	9.2983		Holtum		06	00	03361	03361005
2900076	Holtum	holtum	DE		0	Europe/Berlin	51.55063	7.85517		Holtum		07	059	05974	05974052
2900077	Holtum	holtum	DE		0	Europe/Berlin	51.11948	6.30241		Holtum		07	053	05370	05370040
2900078	Holttange	holttange	DE		0	Europe/Berlin	53.12339	7.92649		Holtange,Holttange		06	00	03451	03451004
2900081	Holtrup	holtrup	DE		0	Europe/Berlin	51.90732	8.04021				07	055	05570	05570020
2900082	Holtrup	holtrup	DE		0	Europe/Berlin	51.86667	7.88333				07	055	05570	05570052
2900083	Holtrup	holtrup	DE		0	Europe/Berlin	51.86667	7.45				07	055	05558	05558044
2900084	Holtrup	holtrup	DE		0	Europe/Berlin	52.78044	8.28575				06	00	03460	03460009
2900085	Holtrup	holtrup	DE		0	Europe/Berlin	52.7562	9.16004				06	00	03256	03256028
2900086	Holtrup	holtrup	DE		0	Europe/Berlin	52.20395	8.87131		Holtrup		07	057	05770	05770032
2900087	Holtroperfeld	holtroperfeld	DE		0	Europe/Berlin	53.4446	7.55795				06	00	03452	03452006
2900088	Holtrop	holtrop	DE		0	Europe/Berlin	53.43125	7.56233		Holtrop		06	00	03452	03452006
2900089	Holtrop	holtrop	DE		0	Europe/Berlin	50.98333	6.63333				07	053	05362	05362008
2900090	Holtorfsloh	holtorfsloh	DE		0	Europe/Berlin	53.33136	10.07526		Holtorfsloh		06	00	03353	03353031
2900091	Holtorfsbostel	holtorfsbostel	DE		0	Europe/Berlin	53.37284	9.6641				06	00	03353	03353028
2900093	Holtorf-Lunsen	holtorf-lunsen	DE		0	Europe/Berlin	52.96667	9.05				06	00	03361	03361013
2900094	Holtorf	holtorf	DE		0	Europe/Berlin	53.03316	11.50818				06	00	03354	03354021
2900095	Holtorf	holtorf	DE		0	Europe/Berlin	52.9602	9.04564				06	00	03361	03361013
2900096	Holtorf	holtorf	DE		0	Europe/Berlin	52.81401	8.51183		Holtorf		06	00	03458	03458002
2900097	Holtorf	holtorf	DE		0	Europe/Berlin	52.67607	9.22817		Holtorf		06	00	03256	03256022
2900098	Holtmar	holtmar	DE		0	Europe/Berlin	51.73817	8.00325				07	055	05570	05570008
2900104	Holtlander Nücke	holtlander-nuecke	DE		0	Europe/Berlin	53.28295	7.57244				06	00	03457	03457011
2900114	Holtkamp	holtkamp	DE		0	Europe/Berlin	51.96837	8.39773				07	057	05711	05711000
2900118	Höltinghausen	hoeltinghausen	DE		0	Europe/Berlin	52.85929	8.12388		Hoeltinghausen,Holtinghausen,Höltinghausen		06	00	03453	03453005
2900121	Holthuserheide	holthuserheide	DE		0	Europe/Berlin	53.15273	7.29903		Holthuserheide		06	00	03457	03457021
2900123	Holthusen Zwei	holthusen-zwei	DE		0	Europe/Berlin	52.95666	10.42976				06	00	03360	03360009
2900124	Holthusen Eins	holthusen-eins	DE		0	Europe/Berlin	53.05329	10.2899				06	00	03360	03360029
2900128	Holthuisenbosch	holthuisenbosch	DE		0	Europe/Berlin	51.67871	6.13224				07	051	05154	05154016
2900130	Holthorst	holthorst	DE		0	Europe/Berlin	53.18775	8.66741				06	00	03356	03356009
2900132	Holthöfen	holthoefen	DE		0	Europe/Berlin	51.62009	7.89076				07	059	05915	05915000
2900133	Holthof	holthof	DE		0	Europe/Berlin	54.12694	13.01579				12	00	13073	13073086
2900135	Holtheim	holtheim	DE		0	Europe/Berlin	51.58452	8.90852		Holtheim		07	057	05774	05774028
2900137	Holthausen	holthausen	DE		0	Europe/Berlin	51.41736	6.90652		Holthausen		07	051	05117	05117000
2900138	Holthausen	holthausen	DE		0	Europe/Berlin	51.17612	6.82867		Duesseldorf-Holthausen,Düsseldorf-Holthausen,Holthausen		07	051	05111	05111000
2900139	Holthausen	holthausen	DE		0	Europe/Berlin	51.68235	7.63454				07	059	05978	05978040
2900140	Holthausen	holthausen	DE		0	Europe/Berlin	51.64147	7.38003				07	055	05562	05562036
2900141	Holthausen	holthausen	DE		0	Europe/Berlin	51.5936	6.9045				07	055	05512	05512000
2900142	Holthausen	holthausen	DE		0	Europe/Berlin	51.61748	6.68106				07	051	05170	05170044
2900143	Holthausen	holthausen	DE		0	Europe/Berlin	52.74749	7.80781				06	00	03453	03453011
2900144	Holthausen	holthausen	DE		0	Europe/Berlin	52.7391	7.24974				06	00	03454	03454035
2900145	Holthausen	holthausen	DE		0	Europe/Berlin	52.7	7.55				06	00	03454	03454019
2900146	Holthausen	holthausen	DE		0	Europe/Berlin	52.59307	8.24699				06	00	03460	03460008
2900147	Holthausen	holthausen	DE		0	Europe/Berlin	52.56181	7.28808				06	00	03454	03454032
2900148	Holthausen	holthausen	DE		0	Europe/Berlin	52.03457	7.37529		Holthausen		07	055	05566	05566036
2900149	Holthausen	holthausen	DE		0	Europe/Berlin	51.93245	6.91235				07	055	05554	05554064
2900150	Holthausen	holthausen	DE		0	Europe/Berlin	51.5658	7.43973				07	059	05913	05913000
2900151	Holthausen	holthausen	DE		0	Europe/Berlin	51.54754	8.54296				07	057	05774	05774016
2900152	Holthausen	holthausen	DE		0	Europe/Berlin	51.54611	7.27862		Holthausen		07	059	05916	05916000
2900153	Holthausen	holthausen	DE		0	Europe/Berlin	51.41667	7.08333		Holthausen,UEberruhr-Holthausen,Überruhr-Holthausen		07	051	05113	05113000
2900154	Holthausen	holthausen	DE		0	Europe/Berlin	51.35246	7.54859				07	059	05914	05914000
2900155	Holthausen	holthausen	DE		0	Europe/Berlin	51.25911	7.5424				07	059	05962	05962056
2900156	Holthausen	holthausen	DE		0	Europe/Berlin	51.24246	7.42528				07	059	05954	05954004
2900157	Holthausen	holthausen	DE		0	Europe/Berlin	51.24309	7.05058				07	051	05124	05124000
2900159	Holthausen	holthausen	DE		0	Europe/Berlin	51.20114	7.8474				07	059	05962	05962052
2900160	Holthausen	holthausen	DE		0	Europe/Berlin	51.2049	7.02869				07	051	05158	05158008
2900161	Holthausen	holthausen	DE		0	Europe/Berlin	51.18286	8.34029		Holthausen		07	059	05958	05958040
2900164	Holthausen	holthausen	DE		0	Europe/Berlin	51.39327	7.22102		Holthausen		07	059	05954	05954016
2900165	Holthause	holthause	DE		0	Europe/Berlin	52.48172	6.83943				06	00	03456	03456006
2900166	Holthaus	holthaus	DE		0	Europe/Berlin	52.83656	7.72275				06	00	03453	03453010
2900174	Holtgasterfeld	holtgasterfeld	DE		0	Europe/Berlin	53.63302	7.58054				06	00	03462	03462006
2900175	Holtgaste	holtgaste	DE		0	Europe/Berlin	53.23149	7.36738				06	00	03457	03457012
2900181	Holtfeld	holtfeld	DE		0	Europe/Berlin	52.06791	8.28699		Holtfeld		07	057	05754	05754004
2900182	Holteyberg	holteyberg	DE		0	Europe/Berlin	51.41667	7.1				07	051	05113	05113000
2900187	Holtershausen	holtershausen	DE		0	Europe/Berlin	51.8603	9.88646				06	00	03155	03155013
2900189	Holtermoor	holtermoor	DE		0	Europe/Berlin	53.15217	7.61686				06	00	03457	03457017
2900194	Hölterfeld	hoelterfeld	DE		0	Europe/Berlin	51.18333	7.15				07	051	05120	05120000
2900195	Holterfehn	holterfehn	DE		0	Europe/Berlin	53.16239	7.62283				06	00	03457	03457017
2900196	Holterdorf	holterdorf	DE		0	Europe/Berlin	52.133	8.36406				06	00	03459	03459024
2900200	Holterbarge	holterbarge	DE		0	Europe/Berlin	53.17654	7.58988				06	00	03457	03457018
2900201	Hölter	hoelter	DE		0	Europe/Berlin	52.11945	7.76871				07	055	05566	05566032
2900202	Holter	holter	DE		0	Europe/Berlin	51.7585	8.09407				07	055	05570	05570008
2900203	Hölter	hoelter	DE		0	Europe/Berlin	51.72458	7.7536				07	059	05915	05915000
2900206	Holtensen bei Wunstorf	holtensen-bei-wunstorf	DE		0	Europe/Berlin	52.38639	9.48446		Holtensen,Holtensen bei Wunstorf		06	00	03241	03241002
2900207	Holtensen bei Weetzen	holtensen-bei-weetzen	DE		0	Europe/Berlin	52.26595	9.63446		Holtensen,Holtensen bei Weetzen		06	00	03241	03241020
2900209	Holtensen	holtensen	DE		0	Europe/Berlin	52.15824	9.67342				06	00	03241	03241017
2900210	Holtensen	holtensen	DE		0	Europe/Berlin	52.14213	9.37752				06	00	03252	03252006
2900211	Holtensen	holtensen	DE		0	Europe/Berlin	51.81182	9.79974				06	00	03155	03155013
2900212	Holtensen	holtensen	DE		0	Europe/Berlin	51.56169	9.89055				06	00	03159	03159016
2900215	Holtenklinke	holtenklinke	DE		0	Europe/Berlin	53.46667	10.25				04	00	02000	02000000
2900216	Holtendorf	holtendorf	DE		0	Europe/Berlin	51.14829	14.89931				13	00	14626	14626300
2900218	Holtenau	holtenau	DE		0	Europe/Berlin	54.37294	10.14763		Holtenau		10	00	01002	01002000
2900219	Holten	holten	DE		0	Europe/Berlin	51.52553	6.78904				07	051	05119	05119000
2900221	Holtebüttel	holtebuettel	DE		0	Europe/Berlin	52.98088	9.23023				06	00	03361	03361006
2900224	Holte	holte	DE		0	Europe/Berlin	53.84459	8.64456				06	00	03352	03352011
2900225	Holte	holte	DE		0	Europe/Berlin	53.43171	8.57367				06	00	03352	03352032
2900226	Holte	holte	DE		0	Europe/Berlin	53.17069	7.56866				06	00	03457	03457018
2900227	Holte	holte	DE		0	Europe/Berlin	52.73861	7.61914				06	00	03454	03454026
2900228	Holte	holte	DE		0	Europe/Berlin	52.64338	8.56127				06	00	03251	03251017
2900229	Holte	holte	DE		0	Europe/Berlin	52.53876	8.2089				06	00	03460	03460002
2900230	Holte	holte	DE		0	Europe/Berlin	52.22088	8.18746				06	00	03459	03459012
2900231	Holte	holte	DE		0	Europe/Berlin	51.50413	7.31529				07	059	05911	05911000
2900234	Holte	holte	DE		0	Europe/Berlin	52.68587	9.05572				06	00	03256	03256036
2900236	Holtdorf	holtdorf	DE		0	Europe/Berlin	54.17485	9.73103				10	00	01058	01058011
2900246	Holsterhausen	holsterhausen	DE		0	Europe/Berlin	51.36667	6.98333				07	051	05113	05113000
2900247	Holsterhausen	holsterhausen	DE		0	Europe/Berlin	51.68242	6.95458		Holsterhausen		07	055	05562	05562012
2900248	Holsterhausen	holsterhausen	DE		0	Europe/Berlin	51.53615	7.19614				07	059	05916	05916000
2900249	Holsterbrink	holsterbrink	DE		0	Europe/Berlin	51.90187	7.24421				07	055	05558	05558016
2900255	Holstenhöfen	holstenhoefen	DE		0	Europe/Berlin	51.96288	9.08398				07	057	05766	05766016
2900257	Holstendorf	holstendorf	DE		0	Europe/Berlin	54.034	10.6022				10	00	01055	01055001
2900258	Holstendorf	holstendorf	DE		0	Europe/Berlin	53.75629	10.71863				10	00	01053	01053043
2900260	Holsten	holsten	DE		0	Europe/Berlin	52.21634	8.14052				06	00	03459	03459019
2900261	Holsten	holsten	DE		0	Europe/Berlin	52.86548	9.142				06	00	03256	03256013
2900262	Holsten	holsten	DE		0	Europe/Berlin	52.55407	7.83865				06	00	03459	03459002
2900263	Holsten	holsten	DE		0	Europe/Berlin	52.32238	7.38988				06	00	03454	03454045
2900275	Holßel	holssel	DE		0	Europe/Berlin	53.68894	8.61848		Holssel,Holßel		06	00	03352	03352062
2900277	Hölskofen	holskofen	DE		0	Europe/Berlin	48.68472	12.28616		Hollskofen,Holskofen,Höllskofen,Hölskofen		02	092	09274	09274119
2900279	Holsingerort	holsingerort	DE		0	Europe/Berlin	52.49282	8.66924				07	057	05770	05770040
2900280	Holserheide	holserheide	DE		0	Europe/Berlin	52.21266	8.49764		Haide Holserheide,Holserheide		07	057	05758	05758028
2900281	Hölserheide	hoelserheide	DE		0	Europe/Berlin	52.03185	8.77481				07	057	05766	05766008
2900282	Holsen	holsen	DE		0	Europe/Berlin	52.28197	8.69473				07	057	05770	05770016
2900283	Hölsen	hoelsen	DE		0	Europe/Berlin	52.03518	8.78872				07	057	05766	05766008
2900284	Holsen	holsen	DE		0	Europe/Berlin	51.69559	8.51227				07	057	05774	05774036
2900285	Holsen	holsen	DE		0	Europe/Berlin	51.69331	7.7124				07	059	05915	05915000
2900287	Holsen	holsen	DE		0	Europe/Berlin	52.20512	8.51772		Holsen		07	057	05758	05758004
2900296	Holschdubrau	holschdubrau	DE		0	Europe/Berlin	51.27658	14.36342		Holesowska Dubrawka,Holešowska Dubrawka,Holschdubrau,Holschduhrau,Holschdurau		13	00	14625	14625360
2900300	Holscha	holscha	DE		0	Europe/Berlin	51.26829	14.34587		Holesow,Holešow,Holscha		13	00	14625	14625360
2900301	Hölsbrunn	holsbrunn	DE		0	Europe/Berlin	48.47372	12.50237				02	092	09277	09277121
2900303	Holperdorp	holperdorp	DE		0	Europe/Berlin	52.16681	7.98084				07	055	05566	05566044
2900306	Holpe	holpe	DE		0	Europe/Berlin	50.84168	7.67346		Holpe		07	053	05374	05374028
2900307	Holnstein	holnstein	DE		0	Europe/Berlin	49.5569	11.64474				02	093	09371	09371141
2900308	Holnstein	holnstein	DE		0	Europe/Berlin	49.11265	11.51127				02	093	09373	09373112
2900310	Holnishof	holnishof	DE		0	Europe/Berlin	54.87015	9.58849				10	00	01059	01059113
2900314	Holnis	holnis	DE		0	Europe/Berlin	54.87146	9.5992				10	00	01059	01059113
2900321	Holming	holming	DE		0	Europe/Berlin	54.6523	9.50278				10	00	01059	01059037
2900333	Holmbach	holmbach	DE		0	Europe/Berlin	49.50934	8.84109				05	064	06431	06431021
2900353	Hollwiesen	hollwiesen	DE		0	Europe/Berlin	52.13823	8.82906				07	057	05758	05758036
2900354	Hollwegerfeld	hollwegerfeld	DE		0	Europe/Berlin	53.27714	7.87698				06	00	03451	03451007
2900355	Hollwege	hollwege	DE		0	Europe/Berlin	53.27138	7.90115		Hollwege		06	00	03451	03451007
2900356	Hollwede	hollwede	DE		0	Europe/Berlin	52.41397	8.51476				07	057	05770	05770044
2900357	Hollwarderwisch	hollwarderwisch	DE		0	Europe/Berlin	53.55372	8.3503				06	00	03461	03461003
2900358	Hollwarden	hollwarden	DE		0	Europe/Berlin	53.56574	8.35762				06	00	03461	03461003
2900363	Höllthal	hollthal	DE		0	Europe/Berlin	48.33061	12.60161				02	091	09171	09171127
2900367	Hölltal	holltal	DE		0	Europe/Berlin	48.11417	8.20872				01	083	08326	08326054
2900368	Hollsteitz	hollsteitz	DE		0	Europe/Berlin	51.07812	12.03464				14	00	15084	15084275
2900370	Hollstein	hollstein	DE		0	Europe/Berlin	51.1802	9.78755				05	066	06636	06636006
2900371	Höllstein	hollstein	DE		0	Europe/Berlin	47.6381	7.7451				01	083	08336	08336084
2900373	Höllsteig	hollsteig	DE		0	Europe/Berlin	47.91658	8.07314				01	083	08315	08315016
2900374	Höllsteig	hollsteig	DE		0	Europe/Berlin	47.84113	9.15287				01	084	08435	08435047
2900381	Höllriegelskreuth	hollriegelskreuth	DE		0	Europe/Berlin	48.042	11.50681				02	091	09184	09184139
2900382	Hollriede	hollriede	DE		0	Europe/Berlin	53.29566	7.86365				06	00	03451	03451007
2900383	Höllrich	hollrich	DE		0	Europe/Berlin	50.0666	9.79314				02	096	09677	09677149
2900385	Hollrah	hollrah	DE		0	Europe/Berlin	52.68832	7.78109		Hollrah,Hollrath		06	00	03453	03453011
2900388	Hollo	hollo	DE		0	Europe/Berlin	52.4	8.9				07	057	05770	05770028
2900390	Höllnstein	hollnstein	DE		0	Europe/Berlin	49.1302	12.87796				02	092	09276	09276144
2900398	Hollmühle	hollmuehle	DE		0	Europe/Berlin	54.62567	9.62355				10	00	01059	01059082
2900401	Höllmannsried	hollmannsried	DE		0	Europe/Berlin	48.88334	13.169				02	092	09276	09276126
2900405	Höllkronöd	hollkronod	DE		0	Europe/Berlin	48.39557	12.86568				02	092	09277	09277124
2900411	Höllinghofer Heide	hoellinghofer-heide	DE		0	Europe/Berlin	51.46736	7.89807				07	059	05958	05958004
2900413	Hollingen	hollingen	DE		0	Europe/Berlin	52.15668	7.52711				07	055	05566	05566008
2900414	Holling	holling	DE		0	Europe/Berlin	51.9	7.8				07	055	05570	05570024
2900415	Holling	holling	DE		0	Europe/Berlin	48.73793	13.12918				02	092	09271	09271127
2900416	Holling	holling	DE		0	Europe/Berlin	47.79476	12.23371				02	091	09187	09187169
2900418	Hollinden	hollinden	DE		0	Europe/Berlin	51.05831	7.33694		Hollinden		07	053	05374	05374052
2900419	Hollinde	hollinde	DE		0	Europe/Berlin	52.09786	8.61328				07	057	05758	05758012
2900420	Hollinde	hollinde	DE		0	Europe/Berlin	53.3436	9.63359				06	00	03353	03353018
2900422	Hollige	hollige	DE		0	Europe/Berlin	52.82316	9.54236		Hollige		06	00	03358	03358024
2900423	Hollig	hollig	DE		0	Europe/Berlin	50.56023	7.4675				08	00	07138	07138006
2900426	Hollich	hollich	DE		0	Europe/Berlin	52.14919	7.38916				07	055	05566	05566084
2900433	Hollhöfen	hollhoefen	DE		0	Europe/Berlin	51.92056	8.99823				07	057	05766	05766032
2900455	Hollerwettern	hollerwettern	DE		0	Europe/Berlin	53.83919	9.36204				10	00	01061	01061110
2900458	Hollertszug	hollertszug	DE		0	Europe/Berlin	50.76667	7.93333				08	00	07132	07132050
2900463	Hollerstetten	hollerstetten	DE		0	Europe/Berlin	49.19696	11.65195				02	093	09373	09373167
2900472	Hollernstraße	hollernstrasse	DE		0	Europe/Berlin	53.6	9.53333				06	00	03359	03359026
2900473	Neuenwege	neuenwege	DE		0	Europe/Berlin	53.1226	8.32449		Holler-Neuenwege,Neuenwege		06	00	03458	03458010
2900474	Hollern	hollern	DE		0	Europe/Berlin	53.59292	9.54791				06	00	03359	03359026
2900475	Hollern	hollern	DE		0	Europe/Berlin	48.29008	11.59446		Hollern		02	091	09178	09178120
2900482	Hollerdeich	hollerdeich	DE		0	Europe/Berlin	53.80338	9.28414				06	00	03359	03359035
2900486	Hollerberg	hollerberg	DE		0	Europe/Berlin	48.1108	12.69521				02	091	09171	09171119
2900495	Höllerbach	hoellerbach	DE		0	Europe/Berlin	49.7779	8.89937				05	064	06437	06437003
2900496	Hollerbach	hollerbach	DE		0	Europe/Berlin	49.51516	9.27912		Hollerbach		01	082	08225	08225014
2900497	Hollerbach	hollerbach	DE		0	Europe/Berlin	48.55861	13.0925				02	092	09275	09275112
2900498	Hollerath	hollerath	DE		0	Europe/Berlin	50.45679	6.40168				07	053	05366	05366020
2900502	Hollenwisch	hollenwisch	DE		0	Europe/Berlin	53.80188	9.31867				06	00	03359	03359040
2900504	Höllenthal	hoellenthal	DE		0	Europe/Berlin	50.05146	7.10448				08	00	07135	07135001
2900512	Hollenstein	hollenstein	DE		0	Europe/Berlin	52.08273	8.80203				07	057	05766	05766008
2900519	Höllensteg	hoellensteg	DE		0	Europe/Berlin	50.33333	12.1				13	00	14523	14523080
2900522	Hollenstede	hollenstede	DE		0	Europe/Berlin	52.49552	7.68249				06	00	03459	03459017
2900524	Hollenmühle	hollenmuehle	DE		0	Europe/Berlin	52.3672	8.43787				07	057	05770	05770044
2900529	Hollenhorst	hollenhorst	DE		0	Europe/Berlin	52.48743	7.47443				06	00	03454	03454053
2900538	Hollenhagen	hollenhagen	DE		0	Europe/Berlin	52.12395	8.76945				07	057	05758	05758036
2900544	Hollenermoor	hollenermoor	DE		0	Europe/Berlin	53.10434	7.70006				06	00	03453	03453013
2900548	Hollendorf	hollendorf	DE		0	Europe/Berlin	54.10525	13.7833				12	00	13075	13075069
2900549	Hollenbusch	hollenbusch	DE		0	Europe/Berlin	50.73119	7.35736				07	053	05382	05382020
2900558	Hollenberg	hollenberg	DE		0	Europe/Berlin	49.76575	11.48224		Hollenberg		02	094	09472	09472175
2900577	Höllenbek	hoellenbek	DE		0	Europe/Berlin	53.82042	9.79689				10	00	01056	01056035
2900582	Hollenbeck	hollenbeck	DE		0	Europe/Berlin	53.43546	9.46312				06	00	03359	03359023
2900602	Höllen	hoellen	DE		0	Europe/Berlin	50.95735	6.46322				07	053	05358	05358056
2900612	Hollehitt	hollehitt	DE		0	Europe/Berlin	54.76667	9.66667				10	00	01059	01059106
2900624	Hölle	hoelle	DE		0	Europe/Berlin	50.96667	14.26667				13	00	14628	14628360
2900625	Hölle	hoelle	DE		0	Europe/Berlin	50.68333	13.33333				13	00	14521	14521460
2900642	Hollbüllhuus	hollbuellhuus	DE		0	Europe/Berlin	54.4	9.06667				10	00	01054	01054070
2900645	Höllbruck	hollbruck	DE		0	Europe/Berlin	48.3648	12.87069				02	092	09277	09277153
2900646	Höllberg	hollberg	DE		0	Europe/Berlin	48.02947	10.40096				02	097	09778	09778180
2900682	Holländer	hollaender	DE		0	Europe/Berlin	52.5	13.68333				11	00	12064	12064336
2900685	Holland	holland	DE		0	Europe/Berlin	52.1134	8.29377				07	057	05754	05754004
2900688	Hollage	hollage	DE		0	Europe/Berlin	52.34933	7.96691		Hollage		06	00	03459	03459033
2900691	Holl	holl	DE		0	Europe/Berlin	50.99288	7.28673				07	053	05374	05374020
2900692	Holl	holl	DE		0	Europe/Berlin	50.9013	7.29269				07	053	05382	05382028
2900693	Höll	holl	DE		0	Europe/Berlin	49.94782	11.98896				02	093	09377	09377148
2900694	Höll	holl	DE		0	Europe/Berlin	49.41977	12.70585				02	093	09372	09372171
2900695	Höll	holl	DE		0	Europe/Berlin	48.64432	12.49789				02	092	09279	09279112
2900696	Höll	holl	DE		0	Europe/Berlin	48.40039	13.06549				02	092	09277	09277113
2900697	Höll	holl	DE		0	Europe/Berlin	48.32426	12.61519				02	091	09171	09171127
2900698	Höll	holl	DE		0	Europe/Berlin	48.25868	12.95729				02	092	09277	09277127
2900699	Höll	holl	DE		0	Europe/Berlin	47.83885	9.78603				01	084	08436	08436085
2900700	Holl	holl	DE		0	Europe/Berlin	47.7369	7.81025				01	083	08336	08336107
2900701	Höll	holl	DE		0	Europe/Berlin	47.7	9.58333				01	084	08435	08435035
2900717	Hölking	holking	DE		0	Europe/Berlin	47.92934	12.20109				02	091	09187	09187181
2900718	Hölkering	holkering	DE		0	Europe/Berlin	48.98001	12.06583				02	093	09375	09375180
2900719	Hölken	hoelken	DE		0	Europe/Berlin	51.3	7.23333				07	051	05124	05124000
2900722	Hölingen	hoelingen	DE		0	Europe/Berlin	52.84975	8.49114				06	00	03458	03458015
2900725	Holheim	holheim	DE		0	Europe/Berlin	48.82472	10.45972		Holheim		02	097	09779	09779194
2900727	Holenstein	holenstein	DE		0	Europe/Berlin	49.0199	9.94563				01	081	08127	08127013
2900728	Holensiepen	holensiepen	DE		0	Europe/Berlin	51.33249	7.63688				07	059	05962	05962044
2900730	Holenfeld	holenfeld	DE		0	Europe/Berlin	50.80812	7.41555		Holenfeld		07	053	05382	05382052
2900731	Holenbrunn	holenbrunn	DE		0	Europe/Berlin	50.04763	12.03553		Holenbrunn		02	094	09479	09479169
2900735	Holdseelen	holdseelen	DE		0	Europe/Berlin	53.15326	11.4948				12	00	13076	13076050
2900741	Höldis	holdis	DE		0	Europe/Berlin	48.85315	9.68228				01	081	08119	08119001
2900744	Holdersbach	holdersbach	DE		0	Europe/Berlin	48.38587	8.17609				01	083	08317	08317088
2900752	Holdereggen	holdereggen	DE		0	Europe/Berlin	47.55	9.68333				02	097	09776	09776116
2900754	Holderberg	holderberg	DE		0	Europe/Berlin	51.42386	6.61487				07	051	05170	05170024
2900760	Holdenried	holdenried	DE		0	Europe/Berlin	47.73693	10.22642				02	097	09780	09780146
2900761	Holdenreute	holdenreute	DE		0	Europe/Berlin	47.8193	9.84505				01	084	08436	08436052
2900763	Hölden	holden	DE		0	Europe/Berlin	48.23588	10.57638				02	097	09772	09772214
2900765	Hölching	holching	DE		0	Europe/Berlin	47.66667	11.91667		Helching,Holching,Hölching		02	091	09182	09182131
2900768	Holbornerhof	holbornerhof	DE		0	Europe/Berlin	49.562	7.7157				08	00	07335	07335029
2900769	Holben	holben	DE		0	Europe/Berlin	47.56166	9.68698				02	097	09776	09776116
2900773	Holbeck	holbeck	DE		0	Europe/Berlin	52.04901	13.2799		Holbeck		11	00	12072	12072312
2900774	Holbach	holbach	DE		0	Europe/Berlin	51.54089	10.60318				15	00	16062	16062062
2900775	Holbach	holbach	DE		0	Europe/Berlin	48.98241	10.14832				01	081	08136	08136019
2900777	Holaake	holaake	DE		0	Europe/Berlin	53.44404	10.17357				04	00	02000	02000000
2900781	Hökenbrügge	hoekenbruegge	DE		0	Europe/Berlin	52.25429	8.63388		Hockenbrugge,Hokenbrugge,Höckenbrügge,Hökenbrügge		07	057	05758	05758020
2900784	Hoitlingen	hoitlingen	DE		0	Europe/Berlin	52.49969	10.80212				06	00	03151	03151031
2900785	Hoisten	hoisten	DE		0	Europe/Berlin	51.14242	6.70509				07	051	05162	05162024
2900788	Hoisching	hoisching	DE		0	Europe/Berlin	48.38088	13.08729				02	092	09277	09277149
2900790	Hoisbüttel	hoisbuettel	DE		0	Europe/Berlin	53.69135	10.16876				10	00	01062	01062090
2900794	Hoinkhausen	hoinkhausen	DE		0	Europe/Berlin	51.5596	8.39733		Hoinkhausen		07	059	05974	05974036
2900795	Hoinkenbostel	hoinkenbostel	DE		0	Europe/Berlin	53.26275	9.77612				06	00	03353	03353038
2900798	Höingen	hoeingen	DE		0	Europe/Berlin	51.48491	7.97395				07	059	05974	05974012
2900799	Höingen	hoeingen	DE		1954	Europe/Berlin	50.7191	8.91961	235			05	065	06535	06535009
2900802	Hoikenhagen	hoikenhagen	DE		0	Europe/Berlin	54.14364	13.00481				12	00	13073	13073062
2900803	Hoikendorf	hoikendorf	DE		0	Europe/Berlin	53.88788	11.28218				12	00	13074	13074026
2900804	Hoiersdorf	hoiersdorf	DE		0	Europe/Berlin	52.12759	10.94547				06	00	03154	03154019
2900805	Hoibach	hoibach	DE		0	Europe/Berlin	48.51611	13.04834				02	092	09277	09277117
2900811	Hohweg	hohweg	DE		0	Europe/Berlin	48.22386	8.22412		Hochweg,Hohweg		01	083	08317	08317039
2900819	Hohsdorf	hohsdorf	DE		0	Europe/Berlin	51.75114	12.05588				14	00	15082	15082180
2900822	Höhscheid	hoehscheid	DE		0	Europe/Berlin	51.15852	7.07278				07	051	05122	05122000
2900823	Höhscheid	hoehscheid	DE		0	Europe/Berlin	51.11257	7.1324				07	053	05378	05378016
2900825	Höhr-Grenzhausen	hoehr-grenzhausen	DE		9794	Europe/Berlin	50.43474	7.66903		Grenzhausen,Hoehr-Grenzhausen,Hohr-Grenzhausen,Höhr-Grenzhausen,Kher-Grenckhauzen,Khjor-Grenckhauzen,he he er-ge lun ci hao sen,heru=gurentsuhauzen,hwhr-grnzhawzn,hwr-ghrntshawzn,Хер-Гренцхаузен,Хёр-Гренцхаузен,هور-غرنتسهاوزن,هوهر-گرنزهاوزن,ヘール＝グレンツハウゼン,赫赫尔-格伦茨豪森		08	00	07143	07143032
2900827	Hohreute	hohreute	DE		0	Europe/Berlin	48.19996	7.86567				01	083	08316	08316054
2900828	Höhreute	hohreute	DE		0	Europe/Berlin	47.85254	9.40802				01	084	08436	08436083
2900829	Höhrath	hoehrath	DE		0	Europe/Berlin	51.12747	7.15083				07	051	05122	05122000
2900830	Hohrain	hohrain	DE		0	Europe/Berlin	49.20773	9.61883				01	081	08126	08126058
2900831	Hohrain	hohrain	DE		0	Europe/Berlin	48.73624	9.70024		Hohrein		01	081	08117	08117026
2900835	Hoholz	hoholz	DE		0	Europe/Berlin	50.74022	7.20023		Hoholz		07	053	05314	05314000
2900836	Hohofen	hohofen	DE		0	Europe/Berlin	50.48127	12.40305				13	00	14523	14523090
2900837	Hohnweiler	hohnweiler	DE		0	Europe/Berlin	48.92803	9.52188				01	081	08119	08119006
2900838	Höhn Urdorf	hoehn-urdorf	DE		0	Europe/Berlin	50.61667	7.98333				08	00	07143	07143242
2900839	Hohnstorf	hohnstorf	DE		0	Europe/Berlin	53.36536	10.55618		Hohnstorf		06	00	03355	03355019
2900840	Hohnstorf	hohnstorf	DE		0	Europe/Berlin	53.14456	10.53486				06	00	03360	03360004
2900849	Höhnstedt	hoehnstedt	DE		1645	Europe/Berlin	51.50268	11.73844		Hoehnstedt,Hohnstedt,Höhnstedt		14	00	15088	15088319
2900850	Hohnstädt	hohnstaedt	DE		0	Europe/Berlin	51.25287	12.7252				13	00	14729	14729160
2900852	Hohnsleben	hohnsleben	DE		0	Europe/Berlin	52.16151	11.05516				06	00	03154	03154028
2900854	Hohnsen	hohnsen	DE		0	Europe/Berlin	52.14366	9.48146				06	00	03252	03252004
2900855	Hohnsdorf	hohnsdorf	DE		0	Europe/Berlin	51.64709	11.95334		Hohnsdorf,Holmsdorf		14	00	15082	15082377
2900856	Höhnscheid	hoehnscheid	DE		0	Europe/Berlin	51.28067	9.1107				05	066	06635	06635002
2900858	Hohnsberg	hohnsberg	DE		0	Europe/Berlin	49.76187	10.50432				02	096	09675	09675127
2900863	Hohnhurst	hohnhurst	DE		0	Europe/Berlin	48.49319	7.86043		Hohnhurst		01	083	08317	08317057
2900868	Hohnhausen	hohnhausen	DE		0	Europe/Berlin	50.1218	10.63118				02	096	09674	09674121
2900878	Hohnebostel	hohnebostel	DE		0	Europe/Berlin	52.53048	10.29256		Hohnbossel		06	00	03351	03351017
2900894	Hohnbach	hohnbach	DE		0	Europe/Berlin	51.11814	12.7867				13	00	14729	14729080
2900895	Wolkenrasen	wolkenrasen	DE		0	Europe/Berlin	50.35	11.16667				15	00	16072	16072018
2900896	Hohn am Berg	hohn-am-berg	DE		0	Europe/Berlin	49.77536	10.54417		Hohn,Hohn am Berg		02	094	09471	09471220
2900909	Höhmühlbach	hoehmuehlbach	DE		0	Europe/Berlin	49.24119	7.526				08	00	07340	07340222
2900916	Hohlwiede	hohlwiede	DE		0	Europe/Berlin	51.78333	8.63333		Hohlwiede,Hohlwieden		07	057	05774	05774020
2900917	Hohlweiler	hohlweiler	DE		0	Europe/Berlin	49.65433	10.46655				02	095	09575	09575161
2900935	Hohlhof	hohlhof	DE		0	Europe/Berlin	48.4661	12.2436				02	092	09274	09274134
2900948	Hohlenstein	hohlenstein	DE		0	Europe/Berlin	48.76204	10.38226				01	081	08136	08136045
2900953	Hohlenriem	hohlenriem	DE		0	Europe/Berlin	53.75	10.2		Hohlenriem,Hohlenrien		10	00	01062	01062036
2900956	Hohlenfels	hohlenfels	DE		0	Europe/Berlin	50.29111	8.03269				08	00	07141	07141089
2900969	Hohleborn	hohleborn	DE		0	Europe/Berlin	50.7764	10.46671				15	00	16066	16066023
2900970	Hohleborn	hohleborn	DE		0	Europe/Berlin	50.78842	10.18104				15	00	16063	16063003
2900974	Hohle	hohle	DE		0	Europe/Berlin	50.98333	14.01667				13	00	14628	14628240
2900983	Hohlach	hohlach	DE		0	Europe/Berlin	49.50923	10.14776				02	095	09575	09575163
2900984	Hohl	hohl	DE		0	Europe/Berlin	51.04552	7.85918		Hohl		07	059	05966	05966024
2900985	Hohl	hohl	DE		0	Europe/Berlin	50.98333	7.53333				07	053	05374	05374012
2900986	Hohl	hohl	DE		0	Europe/Berlin	50.05239	9.11728				02	096	09671	09671143
2900987	Hohl	hohl	DE		0	Europe/Berlin	51.18783	7.7465				07	059	05962	05962020
2900993	Hohkeppel	hohkeppel	DE		0	Europe/Berlin	50.97978	7.31054				07	053	05374	05374020
2900995	Höhingen	hohingen	DE		0	Europe/Berlin	48.26488	8.59375				01	083	08325	08325045
2900996	Hohholz	hohholz	DE		0	Europe/Berlin	49.59274	10.7157		Hoholz		02	095	09575	09575121
2900997	Höhhof	hohhof	DE		0	Europe/Berlin	49.11513	12.59344				02	093	09372	09372164
2901010	Höhfelden	hohfelden	DE		0	Europe/Berlin	48.04246	12.21568				02	091	09187	09187126
2901016	Hohewurt	hohewurt	DE		0	Europe/Berlin	53.49636	8.63898				06	00	03352	03352032
2901018	Hohewisch	hohewisch	DE		0	Europe/Berlin	53.40887	11.57461				12	00	13076	13076105
2901026	Hohewarte	hohewarte	DE		0	Europe/Berlin	53.86199	10.72173				10	00	01003	01003000
2901065	Hohetor	hohetor	DE		0	Europe/Berlin	52.25	10.48333				06	00	03101	03101000
2901068	Hohe Tanne	hohe-tanne	DE		0	Europe/Berlin	50.14846	8.87412		Hohe Tanne		05	064	06435	06435014
2901098	Hohestadt	hohestadt	DE		0	Europe/Berlin	49.65	9.03333				05	064	06437	06437006
2901121	Hoheskreuz	hoheskreuz	DE		0	Europe/Berlin	50.79235	11.05116				15	00	16070	16070048
2901181	Höherskirchen	hoherskirchen	DE		0	Europe/Berlin	48.56756	12.69914				02	092	09279	09279135
2901183	Hohersdorf	hohersdorf	DE		0	Europe/Berlin	49.4621	12.06248				02	093	09376	09376159
2901214	Hoherlehme	hoherlehme	DE		0	Europe/Berlin	52.3219	13.61375				11	00	12061	12061540
2901268	Höherberg	hoeherberg	DE		0	Europe/Berlin	48.69762	13.41718				02	092	09275	09275135
2901326	Hohenzethen	hohenzethen	DE		0	Europe/Berlin	53.05523	10.81868				06	00	03360	03360022
2901329	Hohenzell	hohenzell	DE		0	Europe/Berlin	50.32174	9.53648				05	064	06435	06435025
2901330	Hohenzell	hohenzell	DE		0	Europe/Berlin	48.34972	11.18537				02	091	09174	09174111
2901331	Hohenzell	hohenzell	DE		0	Europe/Berlin	48.12898	11.06447				02	091	09179	09179138
2901332	Hohenzant	hohenzant	DE		0	Europe/Berlin	49.58362	11.79468				02	093	09371	09371156
2901334	Hohenwussen	hohenwussen	DE		0	Europe/Berlin	51.22784	13.13094				13	00	14730	14730210
2901336	Hohenwühren	hohenwuehren	DE		0	Europe/Berlin	54.18333	10.23333				10	00	01057	01057047
2901337	Hohen Woos	hohen-woos	DE		0	Europe/Berlin	53.24755	11.19232				12	00	13076	13076143
2901340	Hohenwisch	hohenwisch	DE		0	Europe/Berlin	53.50179	9.87922				04	00	02000	02000000
2901342	Hohenwinkel	hohenwinkel	DE		0	Europe/Berlin	52.71051	12.30186				11	00	12063	12063134
2901344	Hohenwiesen	hohenwiesen	DE		0	Europe/Berlin	47.63018	11.5978				02	091	09173	09173135
2901345	Hohen Wieschendorf	hohen-wieschendorf	DE		0	Europe/Berlin	53.94368	11.33064				12	00	13074	13074032
2901347	Hohenwettersbach	hohenwettersbach	DE		0	Europe/Berlin	48.96943	8.47826		Hohenwettersbach		01	082	08212	08212000
2901350	Hohenwerbig	hohenwerbig	DE		0	Europe/Berlin	52.04568	12.70713				11	00	12069	12069448
2901351	Hohenwepel	hohenwepel	DE		0	Europe/Berlin	51.53381	9.1344		Hohenwepel		07	057	05762	05762036
2901352	Hohenweiler	hohenweiler	DE		0	Europe/Berlin	49.13618	10.9865				02	095	09577	09577161
2901353	Hohenweiden	hohenweiden	DE		830	Europe/Berlin	51.41907	11.93855				14	00	15088	15088330
2901354	Hohenweg	hohenweg	DE		0	Europe/Berlin	53.85266	9.48357				10	00	01061	01061073
2901355	Hohenwedel	hohenwedel	DE		0	Europe/Berlin	53.60694	9.44378				06	00	03359	03359038
2901357	Hohenweddrien	hohenweddrien	DE		0	Europe/Berlin	52.99257	10.85097				06	00	03360	03360018
2901582	Hohenofen	hohenofen	DE		0	Europe/Berlin	50.45875	11.19631				15	00	16072	16072018
2901380	Hohenwalde	hohenwalde	DE		0	Europe/Berlin	53.07634	13.7475				11	00	12073	12073396
2901381	Hohenwalde	hohenwalde	DE		0	Europe/Berlin	52.28287	14.43713		Hohenwalde		11	00	12053	12053000
2901382	Hohenwald	hohenwald	DE		0	Europe/Berlin	49.87307	12.29422				02	093	09377	09377154
2901384	Hohenvolkfien	hohenvolkfien	DE		0	Europe/Berlin	53.00838	10.90359				06	00	03354	03354024
2901385	Hohenvier	hohenvier	DE		0	Europe/Berlin	53.16447	11.96229				11	00	12070	12070125
2901393	Hohentrüdingen	hohentrudingen	DE		0	Europe/Berlin	49.00005	10.70186				02	095	09577	09577140
2901394	Hohentreswitz	hohentreswitz	DE		0	Europe/Berlin	49.49705	12.25687				02	093	09376	09376153
2901401	Hohenthan	hohenthan	DE		0	Europe/Berlin	49.80033	12.38524				02	093	09377	09377112
2901402	Hohenthan	hohenthan	DE		0	Europe/Berlin	48.87488	13.30686				02	092	09272	09272116
2901410	Hohentanne	hohentanne	DE		0	Europe/Berlin	50.98472	13.31172				13	00	14522	14522210
2901414	Hohenstraßen	hohenstrassen	DE		0	Europe/Berlin	49.08031	9.53218				01	081	08127	08127052
2901417	Hohenstiefersiel	hohenstiefersiel	DE		0	Europe/Berlin	53.66667	8.01667				06	00	03455	03455020
2901419	Höhenstetten	hohenstetten	DE		0	Europe/Berlin	47.99348	12.61479				02	091	09189	09189134
2901456	Höhensteig	hohensteig	DE		0	Europe/Berlin	47.86302	12.14509				02	091	09187	09187177
2901459	Hohenstaufen	hohenstaufen	DE		0	Europe/Berlin	48.7399	9.71949				01	081	08117	08117026
2901461	Hohenstange	hohenstange	DE		0	Europe/Berlin	48.9244	9.14545				01	081	08118	08118071
2901468	Höhenstadl	hohenstadl	DE		0	Europe/Berlin	49.0969	12.63214				02	092	09278	09278147
2901469	Hohenspringe	hohenspringe	DE		0	Europe/Berlin	52.208	12.45118				11	00	12069	12069020
2901472	Hohensonne	hohensonne	DE		0	Europe/Berlin	52.04299	9.07771				07	057	05766	05766028
2901473	Hohensonne	hohensonne	DE		0	Europe/Berlin	49.79024	6.57326				08	00	07235	07235001
2901474	Hohensolms	hohensolms	DE		0	Europe/Berlin	50.65167	8.51783				05	065	06532	06532013
2901481	Hohenseeden	hohenseeden	DE		0	Europe/Berlin	52.31255	12.01501				14	00	15086	15086035
2901482	Hohensee	hohensee	DE		0	Europe/Berlin	53.99457	13.73641		Hohensee		12	00	13075	13075147
2901483	Höhenschwärz	hohenschwarz	DE		0	Europe/Berlin	49.67725	11.2545				02	094	09474	09474132
2901484	Hohenschwärz	hohenschwarz	DE		0	Europe/Berlin	49.0475	10.31722		Hohenschwarz,Hohenschwärz		02	095	09571	09571136
2901485	Hohen Schwarfs	hohen-schwarfs	DE		0	Europe/Berlin	54.04123	12.19182		Hohen Schwarfs		12	00	13072	13072029
2901486	Hohenschwangau	hohenschwangau	DE		1000	Europe/Berlin	47.55631	10.74085		Khoenshvangau,Хоеншвангау		02	097	09777	09777169
2901487	Hohenschulen	hohenschulen	DE		0	Europe/Berlin	54.31667	9.98333				10	00	01058	01058001
2901489	Hohenschöpping	hohenschoepping	DE		0	Europe/Berlin	52.67116	13.22874				11	00	12065	12065332
2901490	Hohenschönhausen	hohenschonhausen	DE		0	Europe/Berlin	52.54859	13.50589		Berlin-Hohenschonhausen,Berlin-Hohenschönhausen		16	00	11000	11000000
2901491	Hohen Schönberg	hohen-schoenberg	DE		0	Europe/Berlin	53.9784	11.07731				12	00	13074	13074037
2901494	Hohenschlau	hohenschlau	DE		0	Europe/Berlin	48.09138	10.38294				02	097	09778	09778121
2901497	Hohenschambach	hohenschambach	DE		0	Europe/Berlin	49.03899	11.84715				02	093	09375	09375148
2901498	Hohenschäftlarn	hohenschaftlarn	DE		0	Europe/Berlin	47.99107	11.4572		Hohenschaeftlarn,Hohenschäftlarn		02	091	09184	09184142
2901501	Hohensayn	hohensayn	DE		0	Europe/Berlin	50.68229	7.94777				08	00	07143	07143255
2901504	Hohensand	hohensand	DE		0	Europe/Berlin	53.03419	8.20925				06	00	03458	03458013
2901506	Hohensall	hohensall	DE		0	Europe/Berlin	49.25218	9.56064				01	081	08126	08126028
2901507	Hohensachsen	hohensachsen	DE		0	Europe/Berlin	49.5191	8.66901		Hohensachsen		01	082	08226	08226096
2901510	Hohenrötherhof	hohenroetherhof	DE		0	Europe/Berlin	49.6664	7.46105				08	00	07336	07336100
2901519	Hohenrot	hohenrot	DE		0	Europe/Berlin	49.33528	9.76917				01	081	08126	08126056
2901521	Hohenröhren	hohenrohren	DE		0	Europe/Berlin	48.90953	13.58202				02	092	09272	09272134
2901522	Hohenroden	hohenroden	DE		0	Europe/Berlin	48.80691	10.00174				01	081	08136	08136021
2901523	Hohenrode	hohenrode	DE		0	Europe/Berlin	52.17404	9.14612				06	00	03257	03257031
2901524	Hohenrode	hohenrode	DE		0	Europe/Berlin	52.02556	10.35015				06	00	03102	03102000
2901529	Hohenrieth	hohenrieth	DE		0	Europe/Berlin	52.85	10.28333				06	00	03351	03351026
2901532	Höhenried	hohenried	DE		0	Europe/Berlin	49.15301	12.7894				02	093	09372	09372143
2901533	Hohenried bei Brunnen	hohenried-bei-brunnen	DE		0	Europe/Berlin	48.6328	11.35729		Hohenried		02	091	09185	09185123
2901534	Hohenried	hohenried	DE		0	Europe/Berlin	48.52286	11.00823				02	097	09771	09771155
2901535	Hohenried	hohenried	DE		0	Europe/Berlin	48.39371	11.27446				02	091	09174	09174111
2901536	Höhenried	hohenried	DE		0	Europe/Berlin	47.87683	11.28528				02	091	09190	09190115
2901539	Hohenreuth	hohenreuth	DE		0	Europe/Berlin	47.64484	11.59343				02	091	09173	09173135
2901541	Hohenreuten	hohenreuten	DE		0	Europe/Berlin	48.08555	10.38331				02	097	09778	09778183
2901543	Höhenreute	hohenreute	DE		0	Europe/Berlin	47.59547	9.70297				02	097	09776	09776116
2901547	Hohenreut	hohenreut	DE		0	Europe/Berlin	48.91558	9.75556				01	081	08136	08136027
2901548	Hohenreusch	hohenreusch	DE		0	Europe/Berlin	48.92695	9.76959				01	081	08136	08136027
2901550	Hohenreichen	hohenreichen	DE		0	Europe/Berlin	48.56707	10.73217				02	097	09773	09773182
2901551	Hohenraunau	hohenraunau	DE		0	Europe/Berlin	48.21601	10.36619				02	097	09774	09774150
2901552	Höhenrain	hohenrain	DE		0	Europe/Berlin	48.86338	12.80662				02	092	09278	09278149
2901553	Höhenrain	hohenrain	DE		0	Europe/Berlin	48.78554	12.86766				02	092	09271	09271146
2901554	Höhenrain	hohenrain	DE		0	Europe/Berlin	47.92511	11.89845				02	091	09187	09187130
2901555	Höhenrain	hohenrain	DE		0	Europe/Berlin	47.93089	11.39402				02	091	09188	09188113
2901558	Hohenraden	hohenraden	DE		0	Europe/Berlin	53.6957	9.82127				10	00	01056	01056009
2901562	Hohenrad	hohenrad	DE		0	Europe/Berlin	47.7676	10.23687				02	097	09763	09763000
2901565	Hohenprießnitz	hohenpriessnitz	DE		0	Europe/Berlin	51.53223	12.59526		Hohenpriessnitz,Hohenprießnitz		13	00	14730	14730360
2901566	Hohenpreiß	hohenpreiss	DE		0	Europe/Berlin	50.43615	11.7726		Hohenpreis,Hohenpreiss,Hohenpreiß		15	00	16075	16075131
2901567	Hohenpölz	hohenpolz	DE		0	Europe/Berlin	49.90713	11.14597				02	094	09471	09471142
2901569	Hohenplanken	hohenplanken	DE		0	Europe/Berlin	51.18218	7.44363				07	059	05962	05962012
2901570	Hohenpfahl	hohenpfahl	DE		0	Europe/Berlin	48.90981	11.87321				02	092	09273	09273137
2901574	Hohenossig	hohenossig	DE		0	Europe/Berlin	51.44411	12.41996				13	00	14730	14730150
2901577	Hohenölsen	hohenoelsen	DE		694	Europe/Berlin	50.74153	12.08583		Hohenolsen,Hohenölsen	16076079	15	00	16076	16076079
2901581	Hohenofen	hohenofen	DE		0	Europe/Berlin	52.82398	12.41901				11	00	12068	12068409
2901583	Hohenofen	hohenofen	DE		0	Europe/Berlin	47.83044	12.0902				02	091	09163	09163000
2901585	Hohen Niendorf	hohen-niendorf	DE		0	Europe/Berlin	54.11086	11.70223		Hohen Niendorf		12	00	13072	13072008
2901591	Hohennauen	hohennauen	DE		0	Europe/Berlin	52.66701	12.3373				11	00	12063	12063274
2901593	Hohenmüringen	hohenmuringen	DE		0	Europe/Berlin	48.41767	8.75065				01	082	08237	08237040
2901594	Hohenmühle	hohenmuhle	DE		0	Europe/Berlin	50.12153	12.09074				02	094	09479	09479159
2901595	Höhenmühle	hohenmuhle	DE		0	Europe/Berlin	48.47474	13.26371				02	092	09275	09275145
2901596	Hohenmühl	hohenmuehl	DE		0	Europe/Berlin	54.06487	13.35815				12	00	13075	13075050
2901598	Höhenmoos	hohenmoos	DE		0	Europe/Berlin	47.80485	12.22057				02	091	09187	09187169
2901599	Hohenmoor	hohenmoor	DE		0	Europe/Berlin	53.5073	9.25121				06	00	03359	03359031
2901600	Hohenmoor	hohenmoor	DE		0	Europe/Berlin	52.75664	8.94747				06	00	03251	03251002
2901601	Hohenmölsen	hohenmoelsen	DE		9772	Europe/Berlin	51.15769	12.1		Hohenmoelsen,Hohenmolsen,Hohenmölsen,Khoehnmjol'zen,Khoenmelzen,huo heng mo er sen,hwhnmwlzn,Хоенмелзен,Хоэнмёльзен,هوهنمولزن,霍亨默尔森		14	00	15084	15084235
2901603	Hohen Mistorf	hohen-mistorf	DE		0	Europe/Berlin	53.78166	12.66951				12	00	13072	13072003
2901604	Hohenmirsberg	hohenmirsberg	DE		0	Europe/Berlin	49.8098	11.44036		Hohenmirsberg		02	094	09472	09472179
2901605	Hohenmin	hohenmin	DE		0	Europe/Berlin	53.63968	13.29897				12	00	13071	13071104
2901606	Hohenmemmingen	hohenmemmingen	DE		0	Europe/Berlin	48.62814	10.27505				01	081	08135	08135016
2901610	Hohenlychen	hohenlychen	DE		0	Europe/Berlin	53.2037	13.32304				11	00	12073	12073384
2901611	Hohen Luckow	hohen-luckow	DE		0	Europe/Berlin	53.98077	11.96239		Hohen Luckow		12	00	13072	13072093
2901612	Hohenlüchte	hohenluechte	DE		0	Europe/Berlin	52.38878	8.50993		Hohenluchte,Hohenluchten,Hohenlüchte,Hohenlüchten		07	057	05770	05770044
2901615	Hohenlubast	hohenlubast	DE		0	Europe/Berlin	51.69184	12.52158				14	00	15091	15091110
2901618	Hohenlohe	hohenlohe	DE		0	Europe/Berlin	51.21838	12.21454				13	00	14729	14729350
2901619	Hohenlohe	hohenlohe	DE		0	Europe/Berlin	48.8167	10.28685		Hohenlohe		01	081	08136	08136045
2901623	Hohenlobbese	hohenlobbese	DE		0	Europe/Berlin	52.16642	12.27413				11	00	12069	12069224
2901628	Hohenlimburg	hohenlimburg	DE		0	Europe/Berlin	51.34708	7.57526		Hohenlimburg,Limburg an der Lenne,hwnlmbwrgh,هونلمبورغ		07	059	05914	05914000
2901629	Hohenlieth	hohenlieth	DE		0	Europe/Berlin	54.41594	9.88861				10	00	01058	01058080
2901630	Hohenlieth	hohenlieth	DE		0	Europe/Berlin	54.26667	9.31667				10	00	01051	01051088
2901631	Hohenleuchte	hohenleuchte	DE		0	Europe/Berlin	51.49858	7.61167				07	059	05978	05978016
2901639	Hohenleina	hohenleina	DE		0	Europe/Berlin	51.4599	12.45842		Hohenleina		13	00	14730	14730150
2901641	Hohenlauft	hohenlauft	DE		0	Europe/Berlin	51.07057	13.15071		Hohenlauft		13	00	14522	14522510
2901642	Hohenlangenbeck	hohenlangenbeck	DE		0	Europe/Berlin	52.7542	11.05144				14	00	15081	15081290
2901644	Hohenlandin	hohenlandin	DE		0	Europe/Berlin	53.08918	14.12893				11	00	12073	12073386
2901646	Hohenkuhnsdorf	hohenkuhnsdorf	DE		0	Europe/Berlin	51.86111	13.21359				11	00	12062	12062461
2901649	Hohenkörben	hohenkoerben	DE		0	Europe/Berlin	52.50854	7.08433				06	00	03456	03456015
2901650	Hohenklingen	hohenklingen	DE		0	Europe/Berlin	49.0251	8.80825				01	082	08236	08236033
2901661	Hohenkemnath	hohenkemnath	DE		0	Europe/Berlin	49.39595	11.77966				02	093	09371	09371154
2901666	Hohenkamp	hohenkamp	DE		0	Europe/Berlin	52.79971	8.99861				06	00	03251	03251049
2901671	Hohenkamern	hohenkamern	DE		0	Europe/Berlin	52.74159	12.12547				14	00	15090	15090285
2901674	Hohenjesar	hohenjesar	DE		0	Europe/Berlin	52.4262	14.42966		Hohenjesar		11	00	12064	12064539
2901676	Hohenirlach	hohenirlach	DE		0	Europe/Berlin	49.36784	12.2101				02	093	09376	09376163
2901678	Hohenhude	hohenhude	DE		0	Europe/Berlin	54.28574	9.99204				10	00	01058	01058138
2901682	Hohenhorst	hohenhorst	DE		0	Europe/Berlin	54.1705	9.99654				10	00	01058	01058108
2901683	Hohenhorst	hohenhorst	DE		0	Europe/Berlin	52.02976	7.50925				07	055	05566	05566004
2901684	Hohenhorst	hohenhorst	DE		0	Europe/Berlin	54	10.55				10	00	01055	01055001
2901685	Hohenhorst	hohenhorst	DE		0	Europe/Berlin	53.64926	9.56562				10	00	01056	01056019
2901689	Hohenhörn	hohenhoern	DE		0	Europe/Berlin	54.58333	9.05				10	00	01054	01054012
2901690	Hohenhörn	hohenhoern	DE		0	Europe/Berlin	54.06348	9.30783				10	00	01051	01051099
2901694	Hohenholz	hohenholz	DE		0	Europe/Berlin	53.35	14.30697				12	00	13075	13075067
2901695	Hohenholz	hohenholz	DE		0	Europe/Berlin	52.78501	9.25856				06	00	03256	03256009
2901696	Hohenholz	hohenholz	DE		0	Europe/Berlin	49.60168	10.52336				02	095	09575	09575138
2901697	Hohenholz	hohenholz	DE		0	Europe/Berlin	49.07997	9.71049				01	081	08127	08127076
2901704	Hohenholte	hohenholte	DE		0	Europe/Berlin	51.99706	7.46148				07	055	05558	05558020
2901707	Höhenhof	hohenhof	DE		0	Europe/Berlin	48.95138	12.11171				02	093	09375	09375179
2901712	Hohenhenningen	hohenhenningen	DE		0	Europe/Berlin	52.66447	11.17655				14	00	15081	15081280
2901715	Hohenheim	hohenheim	DE		0	Europe/Berlin	48.71385	9.21633				01	081	08111	08111000
2901717	Hohenheide	hohenheide	DE		0	Europe/Berlin	54.17322	9.09161				10	00	01051	01051048
2901718	Hohenheide	hohenheide	DE		0	Europe/Berlin	53.11323	12.32588		Forsterei Hoheheide,Försterei Hoheheide,Hohenheide		11	00	12068	12068181
2901719	Hohenheide	hohenheide	DE		0	Europe/Berlin	51.48813	7.78235				07	059	05978	05978012
2901721	Hohenheida	hohenheida	DE		0	Europe/Berlin	51.42035	12.44897		Hohenheida		13	00	14713	14713000
2901722	Hohenhäusling	hohenhausling	DE		0	Europe/Berlin	49.97047	11.12966				02	094	09471	09471189
2901723	Hohenhausen	hohenhausen	DE		0	Europe/Berlin	53.3522	9.45273				06	00	03359	03359002
2901724	Hohenhausen	hohenhausen	DE		0	Europe/Berlin	52.10724	8.94356				07	057	05766	05766036
2901725	Höhenhaus	hohenhaus	DE		0	Europe/Berlin	50.99031	7.03468				07	053	05315	05315000
2901727	Hohenhaslach	hohenhaslach	DE		0	Europe/Berlin	49.00109	9.01997				01	081	08118	08118076
2901728	Hohenhardtsweiler	hohenhardtsweiler	DE		0	Europe/Berlin	49.02836	9.68254				01	081	08127	08127062
2901730	Hohenhard	hohenhard	DE		0	Europe/Berlin	49.93237	12.06109				02	093	09377	09377157
2901733	Hohenhain	hohenhain	DE		0	Europe/Berlin	50.91193	7.84984				07	059	05970	05970016
2901736	Hohenhagen	hohenhagen	DE		0	Europe/Berlin	51.18301	7.21361		Hohenhagen		07	051	05120	05120000
2901738	Hohengüstow	hohenguestow	DE		0	Europe/Berlin	53.23702	13.98422				11	00	12073	12073578
2901739	Hohengüßbach	hohengussbach	DE		0	Europe/Berlin	49.97916	10.94152				02	094	09471	09471119
2901742	Hohengrün	hohengruen	DE		0	Europe/Berlin	50.4864	12.43264		Beerheide-Hohengrun,Beerheide-Hohengrün,Hohengrun,Hohengrün		13	00	14523	14523020
2901743	Hohengrieben	hohengrieben	DE		0	Europe/Berlin	52.72996	10.98748		Hohengrieben		14	00	15081	15081105
2901746	Hohengörsdorf	hohengoersdorf	DE		0	Europe/Berlin	51.9572	13.14049				11	00	12072	12072298
2901748	Hohengöhrener Damm	hohengoehrener-damm	DE		0	Europe/Berlin	52.61935	12.09765				14	00	15090	15090500
2901749	Hohengöhren	hohengoehren	DE		455	Europe/Berlin	52.61529	12.03862		Hohengohren,Hohengöhren		14	00	15090	15090500
2901751	Hohengehren	hohengehren	DE		0	Europe/Berlin	48.76015	9.45374				01	081	08116	08116007
2901752	Hohengebraching	hohengebraching	DE		0	Europe/Berlin	48.96061	12.08143				02	093	09375	09375180
2901753	Höhengau	hohengau	DE		0	Europe/Berlin	49.50339	11.86576				02	093	09371	09371126
2901754	Friedrichshof	friedrichshof	DE		0	Europe/Berlin	52.78797	12.36065				11	00	12063	12063112
2901758	Hohenfried	hohenfried	DE		0	Europe/Berlin	47.91841	11.82129				02	091	09187	09187130
2901761	Hohenfließ	hohenfliess	DE		0	Europe/Berlin	52.55	13.83333				11	00	12064	12064380
2901764	Hohenfiert	hohenfiert	DE		0	Europe/Berlin	54.00615	9.63743				10	00	01061	01061042
2901767	Hohenfichten	hohenfichten	DE		0	Europe/Berlin	49.88111	11.53638				02	094	09472	09472140
2901768	Hohenfichte	hohenfichte	DE		0	Europe/Berlin	50.82027	13.1336		Hohenfichte		13	00	14522	14522320
2901770	Hohenfichel	hohenfichel	DE		0	Europe/Berlin	54.1	10.3				10	00	01057	01057005
2901771	Hohenferchesar	hohenferchesar	DE		0	Europe/Berlin	52.49676	12.49768		Hohenferchesar		11	00	12069	12069270
2901800	Hohenfeld	hohenfeld	DE		0	Europe/Berlin	49.71904	10.15703				02	096	09675	09675141
2901806	Hohenelse	hohenelse	DE		0	Europe/Berlin	53.12366	12.88236				11	00	12068	12068353
2901810	Hoheneiche	hoheneiche	DE		0	Europe/Berlin	52.574	13.59738				11	00	12060	12060005
2901811	Hoheneiche	hoheneiche	DE		0	Europe/Berlin	51.12866	9.97099				05	066	06636	06636014
2901812	Hoheneiche	hoheneiche	DE		0	Europe/Berlin	50.58956	11.28878				15	00	16073	16073077
2901814	Hohenegglkofen	hohenegglkofen	DE		0	Europe/Berlin	48.51459	12.22229				02	092	09274	09274146
2901815	Hoheneggelsen	hoheneggelsen	DE		0	Europe/Berlin	52.20876	10.18167				06	00	03254	03254032
2901816	Hohenegg	hohenegg	DE		0	Europe/Berlin	47.74798	7.81179				01	083	08336	08336107
2901817	Hohenegg	hohenegg	DE		0	Europe/Berlin	47.63011	10.05141				02	097	09776	09776113
2901818	Hohenegarten	hohenegarten	DE		0	Europe/Berlin	49.06667	9.53333				01	081	08127	08127052
2901819	Hohenedlau	hohenedlau	DE		0	Europe/Berlin	51.66203	11.83925				14	00	15089	15089195
2901820	Hoheneckermühle	hoheneckermuehle	DE		0	Europe/Berlin	49.38871	7.69362				08	00	07312	07312000
2901822	Hohenecken	hohenecken	DE		0	Europe/Berlin	49.41918	7.69919				08	00	07312	07312000
2901823	Hoheneck	hoheneck	DE		0	Europe/Berlin	50.70065	12.77399				13	00	14521	14521590
2901824	Hoheneck	hoheneck	DE		0	Europe/Berlin	48.91024	9.20567		Hoheneck		01	081	08118	08118048
2901828	Hohenebra	hohenebra	DE		0	Europe/Berlin	51.30653	10.81503				15	00	16065	16065067
2901838	Hohendolsleben	hohendolsleben	DE		0	Europe/Berlin	52.82091	10.90213		Hohendolsleben		14	00	15081	15081095
2901840	Hohending	hohending	DE		0	Europe/Berlin	48.2919	12.32211				02	091	09183	09183114
2901841	Hohendilching	hohendilching	DE		0	Europe/Berlin	47.9084	11.77992				02	091	09182	09182133
2901844	Hohendarme	hohendarme	DE		0	Europe/Berlin	52.5	7.31667				06	00	03454	03454032
2901845	Hohenbüssow	hohenbuessow	DE		0	Europe/Berlin	53.82295	13.24001				12	00	13075	13075002
2901852	Hohenbünstorf	hohenbunstorf	DE		0	Europe/Berlin	53.05594	10.48478				06	00	03360	03360014
2901858	Hohenbudberg	hohenbudberg	DE		0	Europe/Berlin	51.3725	6.66919				07	051	05114	05114000
2901862	Hohenbuchen	hohenbuchen	DE		0	Europe/Berlin	53.66667	10.1				04	00	02000	02000000
2901863	Hohenbüchen	hohenbuechen	DE		0	Europe/Berlin	51.96845	9.76413				06	00	03255	03255008
2901867	Hohenbuch	hohenbuch	DE		0	Europe/Berlin	50.14492	11.9828				02	094	09479	09479129
2901868	Hohenbuch	hohenbuch	DE		0	Europe/Berlin	48.46451	11.59431				02	091	09178	09178150
2901870	Hohenbrünzow	hohenbruenzow	DE		268	Europe/Berlin	53.81576	13.14196				12	00	13071	13071065
2901873	Hohenbrück	hohenbrueck	DE		0	Europe/Berlin	52.09576	13.90481				11	00	12061	12061329
2901874	Hohenbruch	hohenbruch	DE		0	Europe/Berlin	52.80025	13.13136				11	00	12065	12065165
2901876	Hohenbrand	hohenbrand	DE		0	Europe/Berlin	49.99089	11.95305				02	094	09479	09479138
2901877	Hohenbrand	hohenbrand	DE		0	Europe/Berlin	47.80176	10.96976				02	091	09190	09190140
2901878	Hohenbrach	hohenbrach	DE		0	Europe/Berlin	49.03424	9.55875				01	081	08119	08119024
2901880	Hohenbostel	hohenbostel	DE		0	Europe/Berlin	53.15403	10.48164				06	00	03360	03360004
2901881	Hohenbostel	hohenbostel	DE		0	Europe/Berlin	52.31992	9.43443		Hobenbostel,Hohenbostel		06	00	03241	03241002
2901882	Hohenborn	hohenborn	DE		0	Europe/Berlin	53.07051	8.5936				06	00	03458	03458005
2901883	Hohenborn	hohenborn	DE		0	Europe/Berlin	51.42185	9.27855				05	066	06633	06633029
2901887	Hohenbökenermoor	hohenboekenermoor	DE		0	Europe/Berlin	53.09685	8.51813				06	00	03458	03458005
2901888	Hohenböken	hohenboeken	DE		0	Europe/Berlin	53.09256	8.51023				06	00	03458	03458005
2901891	Hohenbodman	hohenbodman	DE		0	Europe/Berlin	47.82387	9.20972		Hohenbodman,Hohenbodmann		01	084	08435	08435047
2901892	Hohenböddenstedt	hohenboeddenstedt	DE		0	Europe/Berlin	52.75322	10.92699				14	00	15081	15081105
2901897	Hohenbirken	hohenbirken	DE		0	Europe/Berlin	47.76667	11.41667				02	091	09173	09173111
2901898	Hohenbinde	hohenbinde	DE		0	Europe/Berlin	52.39194	13.77021				11	00	12067	12067124
2901901	Hohenbergham	hohenbergham	DE		0	Europe/Berlin	47.97661	12.77975				02	091	09189	09189118
2901902	Hohenbergen	hohenbergen	DE		0	Europe/Berlin	51.22053	10.63655				15	00	16064	16064077
2901904	Hohenberge	hohenberge	DE		0	Europe/Berlin	53.393	8.16962				06	00	03455	03455026
2901905	Hohenberge	hohenberge	DE		0	Europe/Berlin	52.4573	13.72859				11	00	12067	12067544
2901908	Höhenberg	hoehenberg	DE		12133	Europe/Berlin	50.93323	7.04138				07	053	05315	05315000
2901909	Hohenberg	hohenberg	DE		0	Europe/Berlin	50.30305	12.05288				02	094	09475	09475161
2901910	Hohenberg	hohenberg	DE		0	Europe/Berlin	50.19751	11.65306				02	094	09477	09477138
2901911	Höhenberg	hohenberg	DE		0	Europe/Berlin	49.27654	11.4905				02	093	09373	09373147
2901912	Hohenberg	hohenberg	DE		0	Europe/Berlin	49.24505	10.51164				02	095	09571	09571166
2901913	Hohenberg	hohenberg	DE		0	Europe/Berlin	49.16732	9.82564				01	081	08127	08127099
2901914	Hohenberg	hohenberg	DE		0	Europe/Berlin	49.14455	10.15334				01	081	08127	08127101
2901915	Höhenberg	hohenberg	DE		0	Europe/Berlin	49.05075	12.50808				02	092	09278	09278197
2901916	Hohenberg	hohenberg	DE		0	Europe/Berlin	49.00142	10.04661				01	081	08136	08136060
2901917	Hohenberg	hohenberg	DE		0	Europe/Berlin	48.96419	9.8954				01	081	08127	08127079
2901918	Höhenberg	hohenberg	DE		0	Europe/Berlin	48.93366	12.85778				02	092	09278	09278187
2901919	Höhenberg	hohenberg	DE		0	Europe/Berlin	48.87584	12.19361				02	093	09375	09375143
2901920	Hohenberg	hohenberg	DE		0	Europe/Berlin	48.84207	10.32742				01	081	08136	08136010
2901921	Höhenberg	hohenberg	DE		0	Europe/Berlin	48.50053	12.19626				02	092	09274	09274146
2901922	Höhenberg	hohenberg	DE		0	Europe/Berlin	48.48725	12.89098				02	092	09277	09277114
2901923	Höhenberg	hohenberg	DE		0	Europe/Berlin	48.45838	12.30395				02	092	09274	09274134
2901924	Höhenberg	hohenberg	DE		0	Europe/Berlin	48.25132	12.07048				02	091	09177	09177127
2901925	Höhenberg	hohenberg	DE		0	Europe/Berlin	47.79497	12.3297				02	091	09187	09187114
2901926	Hohenberg	hohenberg	DE		0	Europe/Berlin	47.80463	11.26374				02	091	09190	09190152
2901971	Hohenbercha	hohenbercha	DE		0	Europe/Berlin	48.38949	11.57135				02	091	09178	09178137
2901972	Hohenbellin	hohenbellin	DE		0	Europe/Berlin	52.46421	12.15068				14	00	15086	15086080
2901974	Hohenbarnekow	hohenbarnekow	DE		0	Europe/Berlin	54.14243	12.89074				12	00	13073	13073034
2901976	Hohenbachern	hohenbachern	DE		0	Europe/Berlin	48.39842	11.69158		Hohenbachern		02	091	09178	09178124
2901977	Hohenaverbergen	hohenaverbergen	DE		0	Europe/Berlin	52.8825	9.31118		Hohenauerbergen,Hohenaverbergen		06	00	03361	03361005
2901982	Hohenassel	hohenassel	DE		0	Europe/Berlin	52.13654	10.21917				06	00	03158	03158004
2901985	Hohenaschau im Chiemgau	hohenaschau-im-chiemgau	DE		0	Europe/Berlin	47.76619	12.32439		Hohenaschau		02	091	09187	09187114
2901988	Hohenaich	hohenaich	DE		0	Europe/Berlin	47.90653	12.05895				02	091	09187	09187137
2901990	Hohenahlsdorf	hohenahlsdorf	DE		0	Europe/Berlin	51.9317	13.12066				11	00	12072	12072298
2901992	Hohenacker	hohenacker	DE		0	Europe/Berlin	49.14381	9.44949		Hohenacker		01	081	08126	08126011
2901993	Hohenacker	hohenacker	DE		0	Europe/Berlin	48.86463	9.31658				01	081	08119	08119079
2901994	Höhen	hoehen	DE		0	Europe/Berlin	53.56495	9.63273				06	00	03359	03359028
2901995	Hohen	hohen	DE		0	Europe/Berlin	51.56689	12.06702				14	00	15088	15088295
2901996	Höhen	hohen	DE		0	Europe/Berlin	47.64868	10.54281				02	097	09777	09777168
2901999	Hohemoor	hohemoor	DE		0	Europe/Berlin	53.43224	7.92034				06	00	03462	03462005
2902009	Hohemark	hohemark	DE		0	Europe/Berlin	50.21552	8.53513				05	064	06434	06434008
2902020	Hohelucht	hohelucht	DE		0	Europe/Berlin	53.1001	8.46658				06	00	03458	03458010
2902036	Hoheliet	hoheliet	DE		0	Europe/Berlin	53.3353	7.92855				06	00	03451	03451007
2902039	Hoheleye	hoheleye	DE		0	Europe/Berlin	51.14294	8.44617		Hoheleye		07	059	05958	05958048
2902053	Hohekreuz	hohekreuz	DE		0	Europe/Berlin	50.39298	12.15106				13	00	14523	14523300
2902063	Hohejohls	hohejohls	DE		0	Europe/Berlin	53.4504	7.88753				06	00	03462	03462005
2902065	Höheinöd	hoeheinoed	DE		1253	Europe/Berlin	49.28966	7.60673		Hoeheinoed,Höheinöd	07340022	08	00	07340	07340022
2902066	Hoheim	hoheim	DE		0	Europe/Berlin	49.72859	10.20355				02	096	09675	09675141
2902068	Hohehorst	hohehorst	DE		0	Europe/Berlin	53.53333	7.93333				06	00	03455	03455015
2902069	Hohehorst	hohehorst	DE		0	Europe/Berlin	53.21008	8.63421				06	00	03356	03356009
2902085	Hoheheide	hoheheide	DE		0	Europe/Berlin	53.16667	8.23333				06	00	03403	03403000
2902095	Hohehaus	hohehaus	DE		0	Europe/Berlin	51.82676	9.27624				07	057	05762	05762024
2902104	Hohehaide	hohehaide	DE		0	Europe/Berlin	52.41667	12.26667				14	00	15086	15086080
2902105	Hohehaid	hohehaid	DE		0	Europe/Berlin	50.06245	11.80867				02	094	09472	09472121
2902110	Hoheging	hoheging	DE		0	Europe/Berlin	52.89223	8.11283				06	00	03453	03453005
2902115	Hohegeiß	hohegeiss	DE		0	Europe/Berlin	51.66414	10.66833				06	00	03153	03153016
2902117	Hohegaste	hohegaste	DE		0	Europe/Berlin	53.24937	7.40694		Hohegaste		06	00	03457	03457013
2902121	Hohe Fichte	hohe-fichte	DE		0	Europe/Berlin	49.25252	10.59049				02	095	09561	09561000
2902124	Hohefeld	hohefeld	DE		0	Europe/Berlin	53.04075	7.90173				06	00	03453	03453007
2902125	Höhefeld	hohefeld	DE		0	Europe/Berlin	49.71364	9.60923		Hohefeld,Höhefeld		01	081	08128	08128131
2902129	Hoheesche	hoheesche	DE		0	Europe/Berlin	53.48445	7.87067				06	00	03462	03462005
2902140	Hohe Eck	hohe-eck	DE		0	Europe/Berlin	48.19125	7.92488				01	083	08316	08316054
2902143	Hohe Düne	hohe-duene	DE		400	Europe/Berlin	54.17673	12.10505		HDue,HDü		12	00	13003	13003000
2902145	Hohedeich	hohedeich	DE		0	Europe/Berlin	53.44499	10.11005				04	00	02000	02000000
2902193	Hohebarg	hohebarg	DE		0	Europe/Berlin	53.52928	7.65931				06	00	03462	03462019
2902199	Hohebach	hohebach	DE		0	Europe/Berlin	49.36271	9.7316		Hohebach		01	081	08126	08126020
2902207	Hohe	hohe	DE		0	Europe/Berlin	51.95181	9.46636				06	00	03255	03255017
2902209	Höhe	hoehe	DE		0	Europe/Berlin	50.93578	7.32202				07	053	05378	05378024
2902229	Hohburkersdorf	hohburkersdorf	DE		0	Europe/Berlin	50.99809	14.07546				13	00	14628	14628190
2902231	Hohbühn	hohbuehn	DE		0	Europe/Berlin	48.6384	7.90686				01	083	08317	08317153
2902233	Hohbruck	hohbruck	DE		0	Europe/Berlin	48.44744	8.16451				01	083	08317	08317098
2902236	Höhberg	hoehberg	DE		0	Europe/Berlin	51.53446	7.98678		Am Hohberg,Am Höhberg,Hohberg,Höhberg		07	059	05974	05974040
2902278	Hohbaum	hohbaum	DE		0	Europe/Berlin	48.68804	8.15632				01	082	08216	08216007
2902279	Höh	hoeh	DE		0	Europe/Berlin	51.2	7.65				07	059	05962	05962032
2902280	Höh	hoeh	DE		0	Europe/Berlin	51.04699	7.67094				07	053	05374	05374004
2902281	Höh	hoh	DE		0	Europe/Berlin	47.78333	11.51667				02	091	09173	09173145
2902285	Hogschür	hogschur	DE		0	Europe/Berlin	47.64787	8.01556				01	083	08337	08337049
2902287	Höglwörth	hoglworth	DE		0	Europe/Berlin	47.81661	12.85054				02	091	09172	09172112
2902289	Högling	hogling	DE		0	Europe/Berlin	49.42166	12.01519				02	093	09376	09376125
2902290	Högling	hogling	DE		0	Europe/Berlin	47.88757	11.95089				02	091	09187	09187122
2902291	Höglhaus	hoglhaus	DE		0	Europe/Berlin	47.95889	11.97261				02	091	09187	09187179
2902293	Högldorf	hogldorf	DE		0	Europe/Berlin	48.74747	12.02146				02	092	09274	09274176
2902296	Högetsing	hogetsing	DE		0	Europe/Berlin	48.74963	11.94529				02	092	09273	09273165
2902299	Högering	hogering	DE		0	Europe/Berlin	47.8735	12.18036				02	091	09187	09187177
2902302	Hogenset	hogenset	DE		0	Europe/Berlin	53.08742	8.01877				06	00	03451	03451004
2902303	Högenhausen	hoegenhausen	DE		0	Europe/Berlin	52.89178	8.76833				06	00	03251	03251007
2902304	Hogenbögen	hogenboegen	DE		0	Europe/Berlin	52.84104	8.34034				06	00	03460	03460010
2902306	Högenau	hogenau	DE		0	Europe/Berlin	48.59036	11.26648				02	091	09185	09185158
2902307	Högen	hogen	DE		0	Europe/Berlin	49.49205	11.60482				02	093	09371	09371157
2902310	Hogelund	hogelund	DE		0	Europe/Berlin	54.66289	9.09002				10	00	01054	01054038
2902319	Höge	hoege	DE		0	Europe/Berlin	52.23971	8.53631				07	057	05758	05758028
2902320	Höge	hoge	DE		0	Europe/Berlin	47.80416	9.43305				01	084	08435	08435067
2902321	Högden	hoegden	DE		0	Europe/Berlin	51.16607	6.50398				07	051	05116	05116000
2902322	Högden	hoegden	DE		0	Europe/Berlin	51.06667	6.06667				07	053	05370	05370016
2902323	Högberg	hogberg	DE		0	Europe/Berlin	49.55624	11.66814				02	093	09371	09371141
2902324	Hög	hog	DE		0	Europe/Berlin	48.65128	11.53891				02	091	09186	09186147
2902326	Hof zum Felde	hof-zum-felde	DE		0	Europe/Berlin	53.95439	11.16457				12	00	13074	13074039
2902327	Hofwildensee	hofwildensee	DE		0	Europe/Berlin	49.82484	9.35779		Hofwildensee		02	096	09676	09676123
2902329	Hofwiesen	hofwiesen	DE		0	Europe/Berlin	47.774	8.7361				01	083	08335	08335035
2902330	Hofweinzier	hofweinzier	DE		0	Europe/Berlin	48.8997	12.71272				02	092	09278	09278118
2902331	Hofweiler	hofweiler	DE		0	Europe/Berlin	49.86753	6.62413				08	00	07235	07235501
2902333	Hofweier	hofweier	DE		0	Europe/Berlin	48.42372	7.90973		Hofweier		01	083	08317	08317047
2902336	Hof und Lembach	hof-und-lembach	DE		0	Europe/Berlin	49.00943	9.3124		Hof,Hof und Lembach,Lembach		01	081	08118	08118021
2902337	Höf und Haid	hoef-und-haid	DE		0	Europe/Berlin	50.40212	9.53021				05	066	06631	06631008
2902339	Hofthiergarten	hofthiergarten	DE		0	Europe/Berlin	49.79246	9.40701				02	096	09676	09676158
2902340	Hofthambach	hofthambach	DE		0	Europe/Berlin	48.41371	12.52965				02	091	09183	09183129
2902341	Höftgrube	hoeftgrube	DE		0	Europe/Berlin	53.73594	9.10397				06	00	03352	03352056
2902343	Höftdeich	hoeftdeich	DE		0	Europe/Berlin	53.16381	8.79956				06	00	03356	03356005
2902344	Hof Tatschow	hof-tatschow	DE		0	Europe/Berlin	53.92405	12.0084				12	00	13072	13072095
2902348	Hof Sülten	hof-suelten	DE		0	Europe/Berlin	53.63873	12.96069				12	00	13071	13071018
2902365	Höfstetten	hoefstetten	DE		0	Europe/Berlin	49.1484	10.30268				02	095	09571	09571145
2902386	Hofstett-Emerbuch	hofstett-emerbuch	DE		0	Europe/Berlin	48.58156	9.91485				01	084	08425	08425008
2902387	Hofstett am Steig	hofstett-am-steig	DE		0	Europe/Berlin	48.60522	9.85053				01	081	08117	08117024
2902388	Hofstett	hofstett	DE		0	Europe/Berlin	48.66075	8.57175				01	082	08235	08235050
2902389	Hofstett	hofstett	DE		0	Europe/Berlin	48.043	12.58888				02	091	09189	09189157
2902393	Hofstede	hofstede	DE		0	Europe/Berlin	51.50237	7.18996		Hofstede		07	059	05911	05911000
2902396	Höfstätten	hofstatten	DE		0	Europe/Berlin	50.12647	11.40681				02	094	09477	09477128
2902397	Hofstätten	hofstaetten	DE		0	Europe/Berlin	49.27949	7.86071				08	00	07340	07340057
2902398	Hofstätt	hofstaett	DE		0	Europe/Berlin	47.89632	12.16096				02	091	09187	09187181
2902399	Hofstatt	hofstatt	DE		0	Europe/Berlin	47.84646	10.12845				02	097	09778	09778165
2902400	Hofstätt	hofstatt	DE		0	Europe/Berlin	47.82393	11.43067				02	091	09173	09173123
2902401	Hofstatt	hofstatt	DE		0	Europe/Berlin	47.74435	10.72393		Hofstadt,Hofstatt		02	097	09777	09777171
2902402	Hofstätt	hofstatt	DE		0	Europe/Berlin	47.71808	11.42664		Ludelmuhle,Ludelmühle		02	091	09173	09173115
2902407	Hofstarring	hofstarring	DE		0	Europe/Berlin	48.37723	12.0974				02	091	09177	09177138
2902408	Hofstall	hofstall	DE		0	Europe/Berlin	53.07708	9.11844				06	00	03361	03361009
2902409	Hofstädten	hofstadten	DE		0	Europe/Berlin	50.10822	9.21694		Hofstadten,Hofstädten		02	096	09671	09671152
2902410	Hofstadt	hofstadt	DE		0	Europe/Berlin	50.89973	6.09033		Merkstein Hofstadt		07	053	05334	05334016
2902412	Hofsgrund	hofsgrund	DE		0	Europe/Berlin	47.90096	7.8984		Hofsgrund		01	083	08315	08315084
2902427	Hofschwicheldt	hofschwicheldt	DE		0	Europe/Berlin	52.28969	10.14278		Hofschwichelt		06	00	03157	03157006
2902430	Hof Schönberg	hof-schoenberg	DE		0	Europe/Berlin	50.16011	7.96923				05	064	06439	06439005
2902431	Hof Schlesin	hof-schlesin	DE		0	Europe/Berlin	53.2024	11.26359				12	00	13076	13076053
2902432	Hofschalling	hofschalling	DE		0	Europe/Berlin	48.09889	12.69126				02	091	09171	09171119
2902433	Hofschallern	hofschallern	DE		0	Europe/Berlin	48.24993	12.86471				02	091	09171	09171130
2902434	Hofs	hofs	DE		0	Europe/Berlin	47.93159	10.35063				02	097	09778	09778186
2902435	Hofs	hofs	DE		0	Europe/Berlin	47.83523	10.09447		Hofs		01	084	08436	08436055
2902436	Hofs	hofs	DE		0	Europe/Berlin	47.66667	9.95				01	084	08436	08436094
2902437	Hofs	hofs	DE		0	Europe/Berlin	47.65	9.91667				02	097	09776	09776114
2902440	Hofreuth	hofreuth	DE		0	Europe/Berlin	47.78522	11.90596				02	091	09182	09182123
2902442	Hof Reith	hof-reith	DE		0	Europe/Berlin	50.36667	9.53333				05	064	06435	06435025
2902443	Hofreith	hofreith	DE		0	Europe/Berlin	48.37763	13.1066				02	092	09275	09275131
2902444	Hof Reinberg	hof-reinberg	DE		0	Europe/Berlin	54.21667	13.25				12	00	13073	13073090
2902445	Hofratsmühle	hofratsmuhle	DE		0	Europe/Berlin	49.2761	9.7088				01	081	08126	08126046
2902447	Hof Poseritz	hof-poseritz	DE		0	Europe/Berlin	54.30323	13.27595				12	00	13073	13073065
2902450	Hof Patzig	hof-patzig	DE		0	Europe/Berlin	54.46571	13.38758				12	00	13073	13073064
2902451	Hofolpe	hofolpe	DE		0	Europe/Berlin	51.07492	8.06943				07	059	05966	05966016
2902453	Hofolding	hofolding	DE		0	Europe/Berlin	47.98501	11.70121		Hofolding		02	091	09184	09184114
2902454	Hof Mummendorf	hof-mummendorf	DE		0	Europe/Berlin	53.87016	11.06552				12	00	13074	13074093
2902455	Hofmühle	hofmuhle	DE		0	Europe/Berlin	50.1111	12.07803				02	094	09479	09479126
2902456	Hofmühle	hofmuhle	DE		0	Europe/Berlin	48.26948	12.26216				02	091	09183	09183144
2902457	Hofmühle	hofmuhle	DE		0	Europe/Berlin	47.85229	12.15149		Hofmuhl,Hofmuhle,Hofmühl,Hofmühle		02	091	09187	09187177
2902458	Hofmühl	hofmuhl	DE		0	Europe/Berlin	49.1769	12.48893				02	093	09372	09372153
2902459	Hof Meteln	hof-meteln	DE		0	Europe/Berlin	53.73632	11.33394				12	00	13074	13074001
2902460	Hofmarksgasse	hofmarksgasse	DE		0	Europe/Berlin	47.95	11.1				02	091	09181	09181114
2902461	Hofmark	hofmark	DE		0	Europe/Berlin	48.57416	13.30017				02	092	09275	09275122
2902462	Hof Mappen	hof-mappen	DE		0	Europe/Berlin	50.06806	8.00693		Hof Mappen,Mappen Hof		05	064	06439	06439014
2902463	Hofmannsöd	hofmannsod	DE		0	Europe/Berlin	48.52194	12.90146				02	092	09277	09277114
2902469	Höfling	hofling	DE		0	Europe/Berlin	49.47537	11.66096				02	093	09371	09371116
2902470	Höfling	hofling	DE		0	Europe/Berlin	48.97319	12.12782				02	093	09362	09362000
2902474	Hoflimberg	hoflimberg	DE		0	Europe/Berlin	49.33661	6.70662				09	00	10044	10044121
2902476	Höfles	hofles	DE		0	Europe/Berlin	50.23375	11.36667				02	094	09476	09476145
2902477	Höfles	hofles	DE		0	Europe/Berlin	50.1717	11.49821				02	094	09477	09477156
2902478	Höfles	hofles	DE		0	Europe/Berlin	49.48989	11.03137				02	095	09564	09564000
2902479	Hofleiten	hofleiten	DE		0	Europe/Berlin	47.85468	12.15333				02	091	09187	09187177
2902480	Höflein	hoeflein	DE		0	Europe/Berlin	51.24968	14.21551		Wudwor		13	00	14625	14625470
2902485	Höfle	hofle	DE		0	Europe/Berlin	48.03796	8.78804				01	083	08327	08327056
2902486	Höfle	hofle	DE		0	Europe/Berlin	47.76327	10.89552				02	091	09190	09190140
2902487	Höfle	hofle	DE		0	Europe/Berlin	47.74777	8.00375				01	083	08337	08337108
2902492	Höflas	hoflas	DE		0	Europe/Berlin	50.11282	11.68662				02	094	09472	09472139
2902493	Höflas	hoflas	DE		0	Europe/Berlin	50.02285	12.21671				02	093	09377	09377131
2902494	Höflas	hoflas	DE		0	Europe/Berlin	49.95661	11.64815				02	094	09472	09472199
2902495	Höflas	hoflas	DE		0	Europe/Berlin	49.8543	11.86808				02	093	09377	09377129
2902496	Höflas	hoflas	DE		0	Europe/Berlin	49.81717	11.70799				02	093	09374	09374163
2902497	Höflas	hoflas	DE		0	Europe/Berlin	49.74739	11.6956				02	093	09374	09374129
2902498	Höfles	hofles	DE		0	Europe/Berlin	49.67639	11.27211		Hoflas,Hofles,Höflas,Höfles		02	094	09474	09474132
2902499	Höflas	hoflas	DE		0	Europe/Berlin	49.53702	11.2912				02	095	09574	09574138
2902500	Höflarn	hoflarn	DE		0	Europe/Berlin	49.44197	12.21642				02	093	09376	09376144
2902501	Höflarn	hoflarn	DE		0	Europe/Berlin	49.43702	12.36087				02	093	09376	09376148
2902502	Höflarn	hoflarn	DE		0	Europe/Berlin	49.31689	12.14392				02	093	09376	09376161
2902503	Höflarn	hoflarn	DE		0	Europe/Berlin	49.16917	12.25627				02	093	09376	09376149
2902504	Hoflach	hoflach	DE		0	Europe/Berlin	48.1532	11.30083				02	091	09179	09179113
2902508	Hof Kreien	hof-kreien	DE		0	Europe/Berlin	53.41848	12.06599				12	00	13076	13076075
2902509	Hof Körkwitz	hof-koerkwitz	DE		0	Europe/Berlin	54.26053	12.35397		Hof Korkwitz,Hof Körkwitz,Korkwitz-Hof,Körkwitz-Hof		12	00	13073	13073017
2902512	Hofkoh	hofkoh	DE		0	Europe/Berlin	53.26753	9.30857				06	00	03357	03357057
2902516	Hof Karbow	hof-karbow	DE		0	Europe/Berlin	53.39817	12.10676		Karbow		12	00	13076	13076165
2902518	Höfingen	hoefingen	DE		0	Europe/Berlin	52.16309	9.31761				06	00	03252	03252007
2902519	Höfingen	hofingen	DE		0	Europe/Berlin	48.8179	9.01686		Hofingen,Höfingen		01	081	08115	08115028
2902520	Höfing	hofing	DE		0	Europe/Berlin	49.1551	12.93786				02	093	09372	09372137
2902521	Höfing	hofing	DE		0	Europe/Berlin	49.04646	12.97499				02	092	09276	09276122
2902522	Hofing	hofing	DE		0	Europe/Berlin	48.45311	12.89501				02	092	09277	09277139
2902524	Hof Iben	hof-iben	DE		0	Europe/Berlin	49.77333	7.92592				08	00	07133	07133032
2902529	Hofherrnweiler	hofherrnweiler	DE		0	Europe/Berlin	48.83159	10.05906				01	081	08136	08136088
2902535	Hofheim	hofheim	DE		0	Europe/Berlin	49.65749	8.41385				05	064	06431	06431013
2902536	Hofheim	hofheim	DE		0	Europe/Berlin	47.71527	11.21497				02	091	09180	09180133
2902537	Hofhegnenberg	hofhegnenberg	DE		0	Europe/Berlin	48.21812	11.01921				02	097	09771	09771168
2902540	Hofhamm	hofhamm	DE		0	Europe/Berlin	53.63333	7.86667				06	00	03455	03455020
2902541	Hofham	hofham	DE		0	Europe/Berlin	48.50902	12.07859				02	092	09274	09274124
2902542	Hofham	hofham	DE		0	Europe/Berlin	47.90576	12.31276				02	091	09187	09187128
2902543	Hofham	hofham	DE		0	Europe/Berlin	47.82834	12.96495				02	091	09172	09172118
2902544	Hofhainersdorf	hofhainersdorf	DE		0	Europe/Berlin	50.9673	14.25871				13	00	14628	14628360
2902546	Hof Gutow	hof-gutow	DE		0	Europe/Berlin	53.91885	11.11898		Furstlich Gutow,Fürstlich Gutow,Hof Gutow		12	00	13074	13074016
2902548	Hof Gramnitz	hof-gramnitz	DE		0	Europe/Berlin	53.3996	11.11574				12	00	13076	13076169
2902549	Hof Grabow	hof-grabow	DE		0	Europe/Berlin	53.55205	11.83449				12	00	13076	13076162
2902552	Hofgraben	hofgraben	DE		0	Europe/Berlin	50.75	12.7				13	00	14524	14524070
2902553	Hofgiebing	hofgiebing	DE		0	Europe/Berlin	48.23309	12.22483				02	091	09183	09183135
2902554	Höfgen	hoefgen	DE		0	Europe/Berlin	51.91586	13.14955				11	00	12072	12072298
2902555	Höfgen	hoefgen	DE		0	Europe/Berlin	51.20957	12.75375				13	00	14729	14729160
2902556	Höfgen	hoefgen	DE		0	Europe/Berlin	51.2	7.01667				07	051	05158	05158008
2902557	Höfgen	hoefgen	DE		0	Europe/Berlin	51.12279	13.29049				13	00	14627	14627180
2902560	Hofgarten	hofgarten	DE		0	Europe/Berlin	48.44005	11.06024				02	097	09771	09771113
2902563	Hoffstadt	hoffstadt	DE		0	Europe/Berlin	51.02751	7.35273		Hoffstadt		07	053	05374	05374020
2902564	Hoffnungsthal	hoffnungsthal	DE		0	Europe/Berlin	50.91421	7.19755				07	053	05378	05378028
2902568	Hoffnungstal	hoffnungstal	DE		0	Europe/Berlin	51.30802	7.52861		Hoffnungstal,Hoffnungsthal		07	059	05914	05914000
2902571	Hoffnungsbay	hoffnungsbay	DE		0	Europe/Berlin	52.01223	14.19031		Hoffmannsbay,Hoffnungsbay		11	00	12061	12061450
2902573	Hoffnung	hoffnung	DE		0	Europe/Berlin	54.71667	9.35				10	00	01059	01059183
2902574	Hoffnung	hoffnung	DE		0	Europe/Berlin	53.78398	9.87429				10	00	01060	01060002
2902575	Hoffnung	hoffnung	DE		0	Europe/Berlin	51.1251	7.21472				07	053	05378	05378032
2902582	Hofferhof	hofferhof	DE		0	Europe/Berlin	50.90777	7.21064				07	053	05378	05378028
2902583	Höfferhof	hoefferhof	DE		0	Europe/Berlin	50.8521	7.35324				07	053	05382	05382040
2902584	Hoffenheim	hoffenheim	DE		0	Europe/Berlin	49.272	8.84099		Hoffe,Khofenkhajm,Khoffenkhajm,Хофенхайм,Хоффенхайм		01	082	08226	08226085
2902585	Höffen	hoeffen	DE		0	Europe/Berlin	50.88751	7.27493				07	053	05382	05382028
2902586	Hoffelde	hoffelde	DE		0	Europe/Berlin	53.38333	13.28333				12	00	13071	13071011
2902599	Hoffe	hoffe	DE		0	Europe/Berlin	53.45939	8.44625				06	00	03461	03461007
2902600	Höffe	hoeffe	DE		0	Europe/Berlin	51.02337	7.14309				07	053	05378	05378020
2902601	Hoff	hoff	DE		0	Europe/Berlin	50.86939	7.58669		Hof,Hoff		07	053	05374	05374044
2902607	Hofern	hofern	DE		0	Europe/Berlin	49.1629	12.89374				02	093	09372	09372137
2902610	Höferhof	hoeferhof	DE		0	Europe/Berlin	51.12289	7.59263				07	059	05962	05962028
2902611	Höferhof	hoeferhof	DE		0	Europe/Berlin	51.09301	7.19861				07	053	05378	05378032
2902612	Hoferhof	hoferhof	DE		0	Europe/Berlin	49.67607	7.84133				08	00	07333	07333014
2902617	Höferänger	hoferanger	DE		0	Europe/Berlin	50.13484	11.42981				02	094	09477	09477128
2902618	Höfer	hoefer	DE		967	Europe/Berlin	52.68333	10.25		Hoefer,Höfer	03351025	06	00	03351	03351025
2902622	Hofenstetten	hofenstetten	DE		0	Europe/Berlin	49.33649	12.26038				02	093	09376	09376147
2902624	Höfenneusig	hofenneusig	DE		0	Europe/Berlin	50.02227	10.87551				02	094	09471	09471174
2902626	Hofendorf	hofendorf	DE		0	Europe/Berlin	48.72945	12.14611				02	092	09274	09274153
2902627	Höfendorf	hofendorf	DE		0	Europe/Berlin	48.40049	8.8555				01	084	08417	08417051
2902629	Höfenackerle	hofenackerle	DE		0	Europe/Berlin	48.93451	9.60935				01	081	08119	08119037
2902631	Hofen	hofen	DE		0	Europe/Berlin	48.836	9.22534				01	081	08111	08111000
2902632	Höfen	hofen	DE		0	Europe/Berlin	48.63901	12.44753				02	092	09279	09279112
2902633	Höfen	hofen	DE		0	Europe/Berlin	47.96079	7.9756				01	083	08315	08315064
2902634	Höfen	hoefen	DE		0	Europe/Berlin	51.62814	7.064		Dorfhofen,Dorfhöfen,Hoefen,Hofen,Höfen		07	055	05562	05562024
2902635	Höfen	hoefen	DE		0	Europe/Berlin	52.49167	10.29522				06	00	03151	03151017
2902636	Höfen	hoefen	DE		0	Europe/Berlin	52.47449	8.91293				06	00	03256	03256033
2902637	Höfen	hoefen	DE		0	Europe/Berlin	52.247	8.42909		Hofen,Höfen,In den Hofen,In den Höfen		06	00	03459	03459024
2902638	Höfen	hoefen	DE		0	Europe/Berlin	51.41701	7.59178				07	059	05978	05978028
2902639	Höfen	hoefen	DE		0	Europe/Berlin	51.04064	7.07307				07	053	05316	05316000
2902640	Höfen	hoefen	DE		0	Europe/Berlin	50.53634	6.25251				07	053	05334	05334020
2902641	Hofen	hofen	DE		0	Europe/Berlin	50.42508	8.16086		Hofen		05	065	06533	06533013
2902642	Höfen	hoefen	DE		0	Europe/Berlin	50.35484	9.26174				05	064	06435	06435004
2902643	Höfen	hofen	DE		0	Europe/Berlin	50.02009	10.87767				02	094	09471	09471174
2902644	Höfen	hofen	DE		0	Europe/Berlin	49.91446	11.30369				02	094	09472	09472154
2902645	Höfen	hofen	DE		0	Europe/Berlin	49.84651	10.89363				02	094	09471	09471191
2902646	Höfen	hofen	DE		0	Europe/Berlin	49.7679	11.81961				02	093	09374	09374157
2902647	Höfen	hofen	DE		0	Europe/Berlin	49.69309	12.29645				02	093	09374	09374121
2902648	Höfen	hofen	DE		0	Europe/Berlin	49.64256	11.51009				02	095	09574	09574140
2902649	Höfen	hofen	DE		0	Europe/Berlin	49.64062	10.56327				02	095	09575	09575113
2902650	Höfen	hofen	DE		0	Europe/Berlin	49.54855	10.84222				02	095	09572	09572132
2902651	Höfen	hofen	DE		0	Europe/Berlin	49.51667	11.5				02	095	09574	09574147
2902652	Höfen	hofen	DE		0	Europe/Berlin	49.45496	11.0083				02	095	09563	09563000
2902653	Höfen	hofen	DE		0	Europe/Berlin	49.40581	12.31267				02	093	09376	09376164
2902654	Höfen	hofen	DE		0	Europe/Berlin	49.38381	10.6508				02	095	09571	09571135
2902656	Höfen	hofen	DE		0	Europe/Berlin	49.28183	10.49393				02	095	09561	09561000
2902657	Höfen	hofen	DE		0	Europe/Berlin	49.23808	10.30261				02	095	09571	09571137
2902658	Höfen	hofen	DE		0	Europe/Berlin	49.19008	12.65283				02	093	09372	09372116
2902659	Hofen	hofen	DE		0	Europe/Berlin	49.1844	11.42758				02	093	09373	09373146
2902660	Höfen	hofen	DE		0	Europe/Berlin	49.13843	11.13508		Hofen,Höfen		02	095	09576	09576126
2902661	Höfen	hofen	DE		0	Europe/Berlin	49.13764	11.3415				02	093	09373	09373126
2902662	Höfen	hoefen	DE		0	Europe/Berlin	49.09319	8.16043				08	00	07334	07334013
2902663	Höfen	hofen	DE		0	Europe/Berlin	49.02768	11.78021				02	093	09375	09375148
2902664	Hofen	hofen	DE		0	Europe/Berlin	49.02441	9.11881		Hofen		01	081	08118	08118010
2902665	Höfen	hofen	DE		0	Europe/Berlin	48.9141	10.91041		Hofen,Höfen		02	095	09577	09577148
2902666	Hofen	hofen	DE		0	Europe/Berlin	48.874	10.11412				01	081	08136	08136088
2902667	Höfen	hofen	DE		0	Europe/Berlin	48.87448	9.42241				01	081	08119	08119085
2902668	Hofen	hofen	DE		0	Europe/Berlin	48.73401	10.42751				01	081	08135	08135010
2902669	Höfen	hofen	DE		0	Europe/Berlin	48.44418	7.8774				01	083	08317	08317122
2902670	Höfen	hofen	DE		0	Europe/Berlin	48.25702	7.95564				01	083	08317	08317121
2902671	Höfen	hofen	DE		0	Europe/Berlin	48.16536	12.27504				02	091	09183	09183118
2902672	Höfen	hofen	DE		0	Europe/Berlin	48.16162	10.6885				02	097	09778	09778137
2902673	Hofen	hofen	DE		0	Europe/Berlin	48.09006	9.68637				01	084	08426	08426021
2902674	Hofen	hofen	DE		0	Europe/Berlin	48.08168	8.7368				01	083	08327	08327046
2902675	Hofen	hofen	DE		0	Europe/Berlin	47.85643	10.96108				02	091	09190	09190140
2902676	Höfen	hofen	DE		0	Europe/Berlin	47.78953	11.46218				02	091	09173	09173134
2902677	Höfen	hofen	DE		0	Europe/Berlin	47.78333	9.76667				01	084	08436	08436078
2902678	Hofen	hofen	DE		0	Europe/Berlin	47.77451	10.29983				02	097	09780	09780125
2902679	Höfen	hofen	DE		0	Europe/Berlin	47.73333	11.55				02	091	09173	09173145
2902680	Hofen	hofen	DE		0	Europe/Berlin	47.72885	10.70584				02	097	09777	09777171
2902681	Hofen	hofen	DE		0	Europe/Berlin	47.70597	10.55362				02	097	09777	09777179
2902682	Hofen	hofen	DE		0	Europe/Berlin	47.6918	7.74811				01	083	08336	08336084
2902683	Hofen	hofen	DE		0	Europe/Berlin	47.65996	10.09377				02	097	09780	09780144
2902684	Höfen	hofen	DE		0	Europe/Berlin	47.60565	11.4861				02	091	09173	09173131
2902685	Höfen	hofen	DE		0	Europe/Berlin	47.53597	10.02167				02	097	09780	09780132
2902686	Hofen	hofen	DE		0	Europe/Berlin	47.50049	10.29353				02	097	09780	09780139
2902705	Hofeld	hofeld	DE		0	Europe/Berlin	49.51038	7.15306				09	00	10046	10046113
2902706	Höfel	hoefel	DE		0	Europe/Berlin	51.09463	7.56452				07	053	05374	05374024
2902710	Hofeck	hofeck	DE		0	Europe/Berlin	50.33089	11.89259				02	094	09464	09464000
2902714	Hofe	hofe	DE		0	Europe/Berlin	52.1536	8.72338				07	057	05758	05758012
2902715	Höfe	hofe	DE		0	Europe/Berlin	47.6563	8.35115				01	083	08337	08337123
2902716	Hofe	hofe	DE		0	Europe/Berlin	53.91433	11.1422				12	00	13074	13074016
2902717	Hofe	hofe	DE		0	Europe/Berlin	53.64084	8.50847				06	00	03352	03352061
2902718	Hofe	hofe	DE		0	Europe/Berlin	52.68333	7.36667				06	00	03454	03454035
2902719	Höfe	hoefe	DE		0	Europe/Berlin	51.76456	6.93055				07	055	05562	05562012
2902720	Hof Dranske	hof-dranske	DE		0	Europe/Berlin	54.64014	13.23874				12	00	13073	13073019
2902721	Hofdorf	hofdorf	DE		0	Europe/Berlin	48.99068	12.45227				02	093	09375	09375210
2902722	Hofdorf	hofdorf	DE		0	Europe/Berlin	48.93141	12.73204				02	092	09278	09278139
2902723	Hofdorf	hofdorf	DE		0	Europe/Berlin	48.7098	12.40758				02	092	09279	09279127
2902725	Höfchen	hoefchen	DE		0	Europe/Berlin	51.03398	12.98942				13	00	14522	14522300
2902726	Höfchen	hoefchen	DE		0	Europe/Berlin	49.6718	6.90399				08	00	07235	07235045
2902727	Höfchen	hoefchen	DE		0	Europe/Berlin	49.61038	7.24448				08	00	07134	07134036
2902732	Hofberg	hofberg	DE		0	Europe/Berlin	49.28741	13.01873				02	093	09372	09372144
2902733	Hofberg	hofberg	DE		0	Europe/Berlin	48.67646	12.32214				02	092	09274	09274174
2902734	Hofberg	hofberg	DE		0	Europe/Berlin	47.98986	12.06076				02	091	09175	09175136
2902735	Hofberg	hofberg	DE		0	Europe/Berlin	47.93946	11.85545				02	091	09187	09187130
2902749	Hofbau	hofbau	DE		0	Europe/Berlin	47.96124	12.2926				02	091	09187	09187139
2902750	Hof Barendorf	hof-barendorf	DE		0	Europe/Berlin	53.96676	10.96541		Barendorf Hof,Hof Barendorf		12	00	13074	13074017
2902753	Hofau	hofau	DE		0	Europe/Berlin	48.37813	12.70946				02	092	09277	09277134
2902754	Hofau	hofau	DE		0	Europe/Berlin	47.86498	12.13822				02	091	09187	09187177
2902756	Hofaschenbach	hofaschenbach	DE		0	Europe/Berlin	50.63668	9.84629		Hofaschenbach		05	066	06631	06631019
2902757	Höfarten	hofarten	DE		0	Europe/Berlin	48.45343	11.24069				02	097	09771	09771162
2902758	Hof an der Steinach	hof-an-der-steinach	DE		0	Europe/Berlin	50.2382	11.19747		Hof,Hof an der Steinach		02	094	09476	09476154
2902759	Hof am Regen	hof-am-regen	DE		0	Europe/Berlin	49.20665	12.21681		Hof,Hof am Regen		02	093	09376	09376149
2902763	Höfa	hofa	DE		0	Europe/Berlin	48.3136	11.18949				02	091	09174	09174135
2902806	Hoetmar	hoetmar	DE		0	Europe/Berlin	51.87162	7.90835		Hoetman [a. 1281],Hoetmar,Hoetmere [a. 1299],Hotnon,ˈhoːtmaʀ [IPA]		07	055	05570	05570052
2902807	Hoest	hoest	DE		0	Europe/Berlin	51.83034	8.06946				07	055	05570	05570020
2902809	Hoenhorst	hoenhorst	DE		0	Europe/Berlin	51.89644	7.99031				07	055	05570	05570052
2902812	Hödingen	hoedingen	DE		292	Europe/Berlin	52.3032	11.10362		Hodingen,Hödingen,Khedingen,Khjodingen,Хединген,Хёдинген		14	00	15083	15083411
2902815	Hodgeroth	hodgeroth	DE		0	Europe/Berlin	50.86617	7.47819				07	053	05382	05382052
2902821	Hödenau	hodenau	DE		0	Europe/Berlin	47.62239	12.18928				02	091	09187	09187148
2902823	Hodderup	hodderup	DE		0	Europe/Berlin	54.78538	9.59363				10	00	01059	01059127
2902824	Hoddersdeich	hoddersdeich	DE		0	Europe/Berlin	53.58249	8.36624				06	00	03461	03461003
2902827	Höddelsen	hoeddelsen	DE		0	Europe/Berlin	52.7794	10.8217				14	00	15081	15081105
2902828	Hoddelke	hoddelke	DE		0	Europe/Berlin	53.53333	7.4		Hoddelhe,Hoddelke		06	00	03452	03452007
2902830	Hoddebülldeich	hoddebuelldeich	DE		0	Europe/Berlin	54.82637	8.71584				10	00	01054	01054166
2902832	Hockstein	hockstein	DE		0	Europe/Berlin	51.15338	6.41667				07	051	05116	05116000
2902834	Höcklingsen	hoecklingsen	DE		0	Europe/Berlin	51.4	7.78333		Hocklingsen,Hoecklingsen,Höcklingsen		07	059	05962	05962016
2902835	Höcklenkamp	hoecklenkamp	DE		0	Europe/Berlin	52.47925	6.89218				06	00	03456	03456023
2902836	Höckinghausen	hoeckinghausen	DE		0	Europe/Berlin	51.11351	7.57003				07	059	05962	05962028
2902840	Höckersdorf	hoeckersdorf	DE		0	Europe/Berlin	50.59186	9.10719		Heckersdorf,Hockersdorf,Höckersdorf		05	065	06535	06535013
2902842	Hockeroda	hockeroda	DE		0	Europe/Berlin	50.59323	11.4339		Hockeroda		15	00	16073	16073038
2902847	Hockensbüll	hockensbuell	DE		0	Europe/Berlin	54.49441	9.02997				10	00	01054	01054056
2902848	Hockensberg	hockensberg	DE		0	Europe/Berlin	52.93673	8.46291				06	00	03458	03458003
2902855	Höckendorf	hoeckendorf	DE		3156	Europe/Berlin	51.22423	13.90935				13	00	14625	14625300
2902856	Höckendorf	hoeckendorf	DE		0	Europe/Berlin	51.14548	13.05842				13	00	14522	14522220
2902857	Höckendorf	hoeckendorf	DE		0	Europe/Berlin	51.05	13.05				13	00	14522	14522300
2902858	Höckendorf	hoeckendorf	DE		0	Europe/Berlin	50.92518	13.58913		Hockendorf,Höckendorf		13	00	14628	14628205
2902859	Höckendorf	hoeckendorf	DE		0	Europe/Berlin	50.83505	12.50068		Glaucha Hockendorf,Glaucha Höckendorf,Hockendorf,Höckendorf		13	00	14524	14524080
2902861	Hockenbroich	hockenbroich	DE		0	Europe/Berlin	50.6	6.83333				07	053	05366	05366016
2902870	Hockeln	hockeln	DE		0	Europe/Berlin	52.09356	10.0725				06	00	03254	03254005
2902871	Höckelmer	hoeckelmer	DE		0	Europe/Berlin	51.77304	8.09229		Hukilinhem,Hukilīnhêm		07	055	05570	05570008
2902873	Höckelheim	hoeckelheim	DE		0	Europe/Berlin	51.70104	9.96116				06	00	03155	03155011
2902874	Höckel	hoeckel	DE		0	Europe/Berlin	53.25404	9.80867				06	00	03353	03353015
2902875	Höckel	hoeckel	DE		0	Europe/Berlin	52.4559	7.74063				06	00	03459	03459032
2902878	Hochzoll	hochzoll	DE		0	Europe/Berlin	48.35	10.95				02	097	09761	09761000
2902882	Hochwinkl	hochwinkl	DE		0	Europe/Berlin	48.616	13.73222				02	092	09275	09275156
2902883	Hochwimm	hochwimm	DE		0	Europe/Berlin	48.61602	12.84398				02	092	09279	09279113
2902889	Hochwiese	hochwiese	DE		0	Europe/Berlin	48.73333	8.53333				01	082	08235	08235079
2902894	Hochweitzschen	hochweitzschen	DE		0	Europe/Berlin	51.14295	13.03425				13	00	14522	14522220
2902895	Hoch-Weisel	hoch-weisel	DE		0	Europe/Berlin	50.40299	8.63431				05	064	06440	06440005
2902896	Hochweiler	hochweiler	DE		0	Europe/Berlin	47.48092	10.30008				02	097	09780	09780139
2902900	Hochwegen	hochwegen	DE		0	Europe/Berlin	48.74164	13.44544				02	092	09272	09272119
2902905	Hochwang	hochwang	DE		0	Europe/Berlin	48.38909	10.30844				02	097	09774	09774143
2902909	Hochwald	hochwald	DE		0	Europe/Berlin	51.53968	6.46305				07	051	05154	05154020
2902929	Hochviöl	hochvioel	DE		0	Europe/Berlin	54.55911	9.14512				10	00	01054	01054144
2902935	Hochtänn	hochtann	DE		0	Europe/Berlin	49.03333	10				01	081	08136	08136060
2902938	Hochstraßen	hochstrassen	DE		0	Europe/Berlin	50.91448	7.49324		Hochstrassen,Hochstraßen		07	053	05374	05374032
2902939	Hochstrasse	hochstrasse	DE		0	Europe/Berlin	48.96738	12.98766		Hochstrasse,Hochstraße		02	092	09276	09276146
2902942	Hochstraß	hochstrass	DE		0	Europe/Berlin	51.45251	6.64755		Hochstrass,Hochstraß		07	051	05170	05170024
2902943	Hochstraß	hochstrass	DE		0	Europe/Berlin	47.81572	12.11766				02	091	09187	09187165
2902944	Hochsträß	hochstrass	DE		0	Europe/Berlin	47.57137	9.64718				02	097	09776	09776111
2902951	Höchst im Odenwald	hoechst-im-odenwald	DE		10010	Europe/Berlin	49.79972	8.99944		Gekst-im-Odenval'd,Hochst,Hochst im Odenwald,Hoechst im Odenwald,Höchst,Höchst im Odenwald,Khekhst im Odenvald,Khjokhst,Khjokst,he xi si te,hehisuto・imu・oden'vu~aruto,Гекст-ім-Оденвальд,Хехст им Оденвалд,Хёкст,Хёхст,ヘーヒスト・イム・オーデンヴァルト,赫希斯特		05	064	06437	06437009
2902953	Hochstetten bei Kirn	hochstetten-bei-kirn	DE		0	Europe/Berlin	49.8	7.5		Hochstetten,Hochstetten bei Kirn		08	00	07133	07133046
2902954	Höchstetten	hochstetten	DE		0	Europe/Berlin	49.32787	10.37717				02	095	09571	09571174
2902955	Hochstetten	hochstetten	DE		0	Europe/Berlin	49.13613	8.41587				01	082	08215	08215105
2902956	Hochstetten	hochstetten	DE		0	Europe/Berlin	48.87552	12.84241				02	092	09278	09278159
2902957	Hochstetten	hochstetten	DE		0	Europe/Berlin	48.23125	9.92743				01	084	08426	08426028
2902958	Hochstetten	hochstetten	DE		0	Europe/Berlin	48.01986	7.6101				01	083	08315	08315015
2902963	Hochstett	hochstett	DE		0	Europe/Berlin	47.84204	9.5458				01	084	08436	08436013
2902967	Höchsten	hoechsten	DE		0	Europe/Berlin	51.44745	7.49195				07	059	05913	05913000
2902968	Höchsten	hoechsten	DE		0	Europe/Berlin	51.04657	7.24314				07	053	05378	05378012
2902969	Höchsten	hoechsten	DE		0	Europe/Berlin	49.46166	6.93055				09	00	10044	10044112
2902971	Hochstellerhof	hochstellerhof	DE		0	Europe/Berlin	49.13905	7.57362		Hochstellerhof		08	00	07340	07340052
2902984	Hochstedt	hochstedt	DE		0	Europe/Berlin	52.00015	10.16676				06	00	03254	03254008
2902985	Hochstedt	hochstedt	DE		0	Europe/Berlin	51.52113	10.70076				15	00	16062	16062041
2902986	Hochstedt	hochstedt	DE		0	Europe/Berlin	50.98001	11.12258				15	00	16051	16051000
2902987	Höchstberg	hoechstberg	DE		410	Europe/Berlin	50.25	7			07233215	08	00	07233	07233215
2902994	Hochstatterhof	hochstatterhof	DE		0	Europe/Berlin	48.72558	10.34869				01	081	08135	08135010
2902997	Hochstätt	hochstatt	DE		0	Europe/Berlin	47.94188	12.12633		Hochstaett		02	091	09187	09187142
2902998	Hochstätt	hochstatt	DE		0	Europe/Berlin	47.88924	12.36271				02	091	09187	09187168
2903003	Höchst an der Nidder	hoechst-an-der-nidder	DE		0	Europe/Berlin	50.27041	8.92751		Hochst,Hochst an der Nidder,Höchst,Höchst an der Nidder		05	064	06440	06440001
2903004	Hochstall	hochstall	DE		0	Europe/Berlin	49.84307	11.06117				02	094	09471	09471123
2903005	Hochstahl	hochstahl	DE		0	Europe/Berlin	49.88281	11.26912		Hochstahl		02	094	09472	09472115
2903008	Höchstädten	hochstadten	DE		0	Europe/Berlin	50.11641	10.75862				02	096	09674	09674130
2903009	Hochstädten	hochstaedten	DE		0	Europe/Berlin	49.7982	7.51751				08	00	07133	07133046
2903010	Hochstädten	hochstaedten	DE		0	Europe/Berlin	49.71213	8.65099				05	064	06431	06431002
2903011	Höchstädt bei Thiersheim	hochstadt-bei-thiersheim	DE		1225	Europe/Berlin	50.10157	12.08711		Hochstadt,Hochstadt bei Thiersheim,Hoechstaedt im Fichtelgebirge,Höchstädt,Höchstädt bei Thiersheim,Höchstädt im Fichtelgebirge		02	094	09479	09479126
2903019	Höchst	hoechst	DE		0	Europe/Berlin	50.09581	8.53861		Hoechst am Main,Höchst am Main		05	064	06412	06412000
2903020	Höchst	hoechst	DE		0	Europe/Berlin	50.2069	9.23418				05	064	06435	06435010
2903021	Auf dem Höchst	auf-dem-hochst	DE		0	Europe/Berlin	47.94819	8.26263		Auf dem Hochst,Auf dem Höchst,Hochst,Höchst		01	083	08315	08315031
2903031	Hochschloß	hochschloss	DE		0	Europe/Berlin	47.91296	11.18322				02	091	09190	09190138
2903034	Hochscherf	hochscherf	DE		0	Europe/Berlin	51.02858	7.18117				07	053	05378	05378020
2903040	Hochschatzen	hochschatzen	DE		0	Europe/Berlin	48.06817	12.33215				02	091	09189	09189142
2903047	Hochsal	hochsal	DE		0	Europe/Berlin	47.58845	8.08341				01	083	08337	08337066
2903059	Hochreuth	hochreuth	DE		0	Europe/Berlin	48.91342	13.35071		Hochreut,Hochreuth		02	092	09272	09272149
2903060	Hochreuth	hochreuth	DE		0	Europe/Berlin	48.67599	12.05164				02	092	09274	09274141
2903062	Hochreute	hochreute	DE		0	Europe/Berlin	47.57868	10.17241				02	097	09780	09780124
2903068	Hochreit	hochreit	DE		0	Europe/Berlin	47.91958	12.67996		Hochreit,Hochreut		02	091	09189	09189162
2903069	Hochreit	hochreit	DE		0	Europe/Berlin	47.9903	11.99113				02	091	09175	09175112
2903087	Hochöster	hochoster	DE		0	Europe/Berlin	48.13129	12.75225				02	091	09171	09171113
2903090	Hochöd	hochod	DE		0	Europe/Berlin	48.33512	12.19216				02	091	09177	09177139
2903091	Hochoberndorf	hochoberndorf	DE		0	Europe/Berlin	48.8786	12.99665				02	092	09271	09271122
2903092	Hochneukirch	hochneukirch	DE		0	Europe/Berlin	51.10051	6.45872		Hochneukirch		07	051	05162	05162012
2903093	Hochmutting	hochmutting	DE		0	Europe/Berlin	48.2361	11.57592		Hochmutting		02	091	09184	09184135
2903097	Hochmössingen	hochmossingen	DE		0	Europe/Berlin	48.31177	8.53506		Hochmossingen,Hochmössingen		01	083	08325	08325045
2903106	Hochmark	hochmark	DE		0	Europe/Berlin	49.84574	6.65933				08	00	07235	07235069
2903111	Hochlarmark	hochlarmark	DE		0	Europe/Berlin	51.57008	7.18747		Hochlarmark		07	055	05562	05562032
2903112	Hochlar	hochlar	DE		0	Europe/Berlin	51.60572	7.17357		Hochlar,Huhtlari,Huhtlāri		07	055	05562	05562032
2903113	Hochkreut	hochkreut	DE		0	Europe/Berlin	47.68498	12.00299				02	091	09182	09182112
2903123	Hochkirchen	hochkirchen	DE		0	Europe/Berlin	50.87854	6.96055				07	053	05315	05315000
2903124	Hochkirchen	hochkirchen	DE		0	Europe/Berlin	50.79635	6.64272		Hochkirchen		07	053	05358	05358052
2903129	Hochkamp	hochkamp	DE		0	Europe/Berlin	53.56667	9.85				04	00	02000	02000000
2903130	Hochkamp	hochkamp	DE		0	Europe/Berlin	53.54117	13.45086				12	00	13071	13071026
2903135	Hochholzen	hochholzen	DE		0	Europe/Berlin	48.53117	12.64787				02	092	09279	09279134
2903136	Hochholzen	hochholzen	DE		0	Europe/Berlin	48.49975	12.74868				02	092	09277	09277119
2903137	Hochholzen	hochholzen	DE		0	Europe/Berlin	48.08427	12.67399				02	091	09171	09171122
2903140	Hochholz	hochholz	DE		0	Europe/Berlin	49.13491	12.40217				02	093	09372	09372167
2903141	Hochholz	hochholz	DE		0	Europe/Berlin	48.9014	11.02961		Hochholz		02	095	09577	09577168
2903170	Hochholding	hochholding	DE		0	Europe/Berlin	48.39739	12.63217				02	092	09277	09277133
2903181	Hochheide	hochheide	DE		0	Europe/Berlin	51.45036	6.67917				07	051	05112	05112000
2903182	Hochheide	hochheide	DE		0	Europe/Berlin	51.27746	6.45168				07	051	05166	05166036
2903183	Hochheid	hochheid	DE		0	Europe/Berlin	50.98746	6.12931		Hochheid		07	053	05370	05370012
2903187	Hochhausen	hochhausen	DE		0	Europe/Berlin	50.83195	7.28481				07	053	05382	05382028
2903188	Hochhausen	hochhausen	DE		0	Europe/Berlin	49.6622	9.63675		Hochhausen		01	081	08128	08128115
2903189	Hochhausen	hochhausen	DE		0	Europe/Berlin	49.32329	9.10354		Hochhausen		01	082	08225	08225033
2903191	Hochhaus	hochhaus	DE		0	Europe/Berlin	48.14158	12.16244				02	091	09183	09183139
2903195	Hochhalen	hochhalen	DE		0	Europe/Berlin	51.46798	6.69038				07	051	05112	05112000
2903196	Hochhalden	hochhalden	DE		0	Europe/Berlin	48.13605	8.62701				01	083	08325	08325072
2903203	Hochgreut	hochgreut	DE		0	Europe/Berlin	48.94416	10.26139				01	081	08136	08136019
2903204	Hochgreut	hochgreut	DE		0	Europe/Berlin	47.74844	10.44497				02	097	09780	09780114
2903208	Hochglend	hochglend	DE		0	Europe/Berlin	47.66667	9.98333				02	097	09776	09776112
2903224	Hochgart	hochgart	DE		0	Europe/Berlin	48.95811	12.95833				02	092	09276	09276123
2903232	Höchfelden	hochfelden	DE		0	Europe/Berlin	48.45584	13.39916				02	092	09275	09275134
2903233	Höchfelden	hochfelden	DE		0	Europe/Berlin	48.25279	12.574				02	091	09171	09171132
2903237	Hochfeld	hochfeld	DE		16292	Europe/Berlin	51.41943	6.75462		Hochfeld		07	051	05112	05112000
2903238	Hochfeld	hochfeld	DE		0	Europe/Berlin	54.20074	9.06784				10	00	01051	01051044
2903239	Hochfeld	hochfeld	DE		0	Europe/Berlin	53.89319	9.37389		Hochfeld,Hochfeldt		10	00	01061	01061023
2903240	Hochfeld	hochfeld	DE		0	Europe/Berlin	51.66667	6.96667		Hochfeld,Hochfeldt		07	055	05562	05562012
2903242	Hochfeld	hochfeld	DE		0	Europe/Berlin	51.23917	6.29955				07	051	05166	05166032
2903243	Hochfeld	hochfeld	DE		0	Europe/Berlin	51.21667	6.31667				07	051	05166	05166024
2903244	Hochfeld	hochfeld	DE		0	Europe/Berlin	48.80323	10.87387				02	097	09779	09779129
2903251	Hocherlach	hocherlach	DE		0	Europe/Berlin	47.81406	12.47964				02	091	09189	09189159
2903255	Höchensee	hochensee	DE		0	Europe/Berlin	49.26192	11.98111				02	093	09376	09376119
2903258	Hochend	hochend	DE		0	Europe/Berlin	51.74568	6.33503				07	051	05154	05154024
2903260	Höchen	hoechen	DE		0	Europe/Berlin	49.38941	7.27123				09	00	10045	10045111
2903261	Hochemmingen	hochemmingen	DE		0	Europe/Berlin	48.02965	8.56815		Hochemmingen		01	083	08326	08326003
2903262	Hochemmerich	hochemmerich	DE		0	Europe/Berlin	51.40936	6.718				07	051	05112	05112000
2903263	Hochelsten	hochelsten	DE		0	Europe/Berlin	52.77049	8.09333				06	00	03453	03453003
2903264	Hochelheim	hochelheim	DE		0	Europe/Berlin	50.50884	8.6241				05	065	06532	06532014
2903272	Hocheck	hocheck	DE		0	Europe/Berlin	47.64784	12.14987				02	091	09187	09187157
2903300	Hochdahl	hochdahl	DE		0	Europe/Berlin	51.2174	6.9443				07	051	05158	05158004
2903308	Hochbuch	hochbuch	DE		0	Europe/Berlin	47.56931	9.68503		Hochbuch		02	097	09776	09776116
2903314	Hochbrücksiel	hochbruecksiel	DE		0	Europe/Berlin	54.36897	8.90899				10	00	01054	01054095
2903315	Hochbrück	hochbrueck	DE		0	Europe/Berlin	51.09053	6.11791				07	053	05370	05370016
2903316	Hochbruck	hochbruck	DE		0	Europe/Berlin	48.91288	13.09987				02	092	09276	09276116
2903317	Hochbruch	hochbruch	DE		0	Europe/Berlin	51.65235	6.44454				07	051	05170	05170052
2903318	Hochbronn	hochbronn	DE		0	Europe/Berlin	48.97875	9.96151				01	081	08127	08127013
2903380	Hochbach	hochbach	DE		0	Europe/Berlin	49.47778	10.29992				02	095	09575	09575115
2903382	Hochaltingen	hochaltingen	DE		0	Europe/Berlin	48.96393	10.50193				02	097	09779	09779147
2903391	Hochabrunn	hochabrunn	DE		0	Europe/Berlin	49.37242	12.66761				02	093	09372	09372171
2903392	Hocha	hocha	DE		0	Europe/Berlin	49.38406	12.68883				02	093	09372	09372171
2903393	Hoch	hoch	DE		0	Europe/Berlin	48.94824	12.70408				02	092	09278	09278139
2903394	Höch	hoch	DE		0	Europe/Berlin	48.5035	13.39635				02	092	09275	09275133
2903395	Hoch	hoch	DE		0	Europe/Berlin	48.50362	13.39638				02	092	09275	09275133
2903396	Hobstin	hobstin	DE		0	Europe/Berlin	54.17166	10.81064				10	00	01055	01055038
2903399	Hobrechtsfelde	hobrechtsfelde	DE		0	Europe/Berlin	52.6655	13.49439				11	00	12060	12060181
2903401	Hobräck	hobraeck	DE		0	Europe/Berlin	51.2983	7.571		Hobrack,Hobräck,Hohbrack,Hohbräck		07	059	05914	05914000
2903404	Hobeuken	hobeuken	DE		0	Europe/Berlin	51.32467	7.25806				07	059	05954	05954028
2903407	Höbersberg	hobersberg	DE		0	Europe/Berlin	48.73763	13.50615		Hobersberg,Hobersdorf,Höbersberg,Höbersdorf		02	092	09272	09272141
2903409	Hoberge-Uerentrup	hoberge-uerentrup	DE		0	Europe/Berlin	52.03333	8.46667				07	057	05711	05711000
2903410	Hobendeich	hobendeich	DE		0	Europe/Berlin	53.48236	8.33533				06	00	03461	03461009
2903412	Hoben	hoben	DE		0	Europe/Berlin	53.91818	11.40577				12	00	13074	13074087
2903415	Hobelsberg	hobelsberg	DE		0	Europe/Berlin	48.79476	13.66809				02	092	09272	09272121
2903418	Höbek	hoebek	DE		0	Europe/Berlin	54.29565	9.7912				10	00	01058	01058073
2903425	Hobbersdorf	hobbersdorf	DE		0	Europe/Berlin	53.95848	10.70789				10	00	01055	01055035
2903426	Hobbensen	hobbensen	DE		0	Europe/Berlin	52.32351	9.14568				06	00	03257	03257035
2903427	Hobbach	hobbach	DE		0	Europe/Berlin	49.85377	9.27782		Hobbach		02	096	09676	09676123
2903428	Hixberg	hixberg	DE		0	Europe/Berlin	49.29136	6.92864				09	00	10041	10041517
2903430	Hitzmain	hitzmain	DE		0	Europe/Berlin	50.07595	11.41208				02	094	09477	09477128
2903432	Hitzling	hitzling	DE		0	Europe/Berlin	48.26414	12.27284				02	091	09183	09183135
2903435	Hitzleried	hitzleried	DE		0	Europe/Berlin	47.66458	10.61767				02	097	09777	09777170
2903436	Hitzleberg	hitzleberg	DE		0	Europe/Berlin	47.66185	10.33135				02	097	09780	09780140
2903437	Hitzkofen	hitzkofen	DE		0	Europe/Berlin	48.10479	9.28911				01	084	08437	08437008
2903438	Hitzkirchen	hitzkirchen	DE		0	Europe/Berlin	50.34378	9.25296		Hitzkirchen		05	064	06440	06440013
2903439	Hitz-Jöstinghausen	hitz-joestinghausen	DE		0	Europe/Berlin	52.33333	8.26667				06	00	03459	03459029
2903440	Hitzing	hitzing	DE		0	Europe/Berlin	48.64084	13.54254				02	092	09275	09275150
2903441	Hitzing	hitzing	DE		0	Europe/Berlin	48.62582	13.28303				02	092	09275	09275159
2903442	Hitzing	hitzing	DE		0	Europe/Berlin	48.53894	13.69377				02	092	09275	09275153
2903443	Hitzing	hitzing	DE		0	Europe/Berlin	47.86593	12.29015		Hietzing,Hitzing		02	091	09187	09187168
2903447	Hitzhausen	hitzhausen	DE		0	Europe/Berlin	52.33073	8.26269				06	00	03459	03459029
2903448	Hitzerode	hitzerode	DE		0	Europe/Berlin	51.24054	9.95811		Hitzerode		05	066	06636	06636002
2903451	Hitzenhofen	hitzenhofen	DE		0	Europe/Berlin	47.94441	10.13454				02	097	09764	09764000
2903453	Hitzendorf	hitzendorf	DE		0	Europe/Berlin	49.1872	11.79151				02	093	09373	09373134
2903454	Hitzenberg	hitzenberg	DE		0	Europe/Berlin	49.0492	12.72719				02	092	09278	09278129
2903458	Hitzenau	hitzenau	DE		0	Europe/Berlin	48.25962	12.98094				02	092	09277	09277128
2903459	Hitzelsberg	hitzelsberg	DE		0	Europe/Berlin	49.25321	12.52724				02	093	09372	09372161
2903460	Hitzelrode	hitzelrode	DE		0	Europe/Berlin	51.24201	10.05523				05	066	06636	06636007
2903471	Hittloge	hittloge	DE		0	Europe/Berlin	52.79526	8.95555				06	00	03251	03251049
2903472	Hittisweiler	hittisweiler	DE		0	Europe/Berlin	47.8987	9.79193				01	084	08436	08436009
2903473	Hittistetten	hittistetten	DE		0	Europe/Berlin	48.32807	10.09626				02	097	09775	09775152
2903477	Hittfeld	hittfeld	DE		0	Europe/Berlin	53.38578	9.9824		Hittfeld		06	00	03353	03353031
2903478	Hittenkirchen	hittenkirchen	DE		0	Europe/Berlin	47.82391	12.34521				02	091	09187	09187118
2903479	Hittelkofen	hittelkofen	DE		0	Europe/Berlin	47.93185	9.81145		Hittelkofen		01	084	08436	08436009
2903481	Hitscherhof	hitscherhof	DE		0	Europe/Berlin	49.25028	7.52937				08	00	07340	07340217
2903482	Hitscherberg	hitscherberg	DE		0	Europe/Berlin	53.43333	10.2				04	00	02000	02000000
2903483	Hitfeld	hitfeld	DE		0	Europe/Berlin	50.73609	6.13118		Hidtfeld,Hitfeld		07	053	05334	05334002
2903484	Hitdorf	hitdorf	DE		0	Europe/Berlin	51.06267	6.92045		Hitdorf		07	053	05316	05316000
2903491	Hirzweiler	hirzweiler	DE		0	Europe/Berlin	49.40132	7.0821		Hirzweiler		09	00	10043	10043112
2903495	Hirzlheim	hirzlheim	DE		0	Europe/Berlin	48.27122	12.24139				02	091	09183	09183144
2903496	Hirzlei	hirzlei	DE		0	Europe/Berlin	49.86296	6.99166				08	00	07231	07231012
2903498	Hirzing	hirzing	DE		0	Europe/Berlin	48.63653	13.36088				02	092	09275	09275151
2903502	Hirzenhain Bahnhof	hirzenhain-bahnhof	DE		0	Europe/Berlin	50.7879	8.40536		Bahnhof Hirzenhain,Hirzenhain Bahnhof		05	065	06532	06532009
2903506	Hirzenberg	hirzenberg	DE		0	Europe/Berlin	51.06437	7.08859				07	053	05316	05316000
2903507	Hirzenach	hirzenach	DE		0	Europe/Berlin	50.17849	7.64065				08	00	07140	07140501
2903508	Hirzen	hirzen	DE		0	Europe/Berlin	50.5	7.7				08	00	07143	07143084
2903516	Hirzbach	hirzbach	DE		0	Europe/Berlin	50.68245	7.47722				08	00	07132	07132053
2903517	Hirzbach	hirzbach	DE		0	Europe/Berlin	50.56244	11.42394				15	00	16073	16073106
2903520	Hirtsiefen	hirtsiefen	DE		0	Europe/Berlin	50.87453	7.37609				07	053	05382	05382036
2903521	Hirtscheid	hirtscheid	DE		0	Europe/Berlin	50.63448	7.89164		Hirtscheid		08	00	07143	07143202
2903523	Hirtreut	hirtreut	DE		0	Europe/Berlin	48.76024	13.43371				02	092	09272	09272138
2903524	Hirtlbach	hirtlbach	DE		0	Europe/Berlin	48.35092	11.32836				02	091	09174	09174131
2903525	Hirtl	hirtl	DE		0	Europe/Berlin	48.32797	12.72997				02	092	09277	09277134
2903542	Hirtel	hirtel	DE		0	Europe/Berlin	49.35125	6.92366				09	00	10041	10041513
2903545	Hirstein	hirstein	DE		0	Europe/Berlin	49.52873	7.17386		Hirstein		09	00	10046	10046113
2903554	Hirschzell	hirschzell	DE		0	Europe/Berlin	47.86993	10.64445		Hirschzell		02	097	09762	09762000
2903558	Hirschwalde	hirschwalde	DE		0	Europe/Berlin	51.36667	14.7				13	00	14626	14626260
2903559	Hirschwald	hirschwald	DE		0	Europe/Berlin	49.3533	11.87072				02	093	09371	09371120
2903561	Hirschthürl	hirschthurl	DE		0	Europe/Berlin	48.179	11.15968				02	091	09179	09179132
2903572	Hirschstätt	hirschstatt	DE		0	Europe/Berlin	47.79129	11.69761				02	091	09182	09182134
2903577	Hirschsprung	hirschsprung	DE		0	Europe/Berlin	50.79009	13.74338				13	00	14628	14628010
2903582	Hirschricht	hirschricht	DE		0	Europe/Berlin	49.41656	11.62319				02	093	09371	09371116
2903589	Hirschneuses	hirschneuses	DE		0	Europe/Berlin	49.44378	10.67482				02	095	09575	09575152
2903590	Hirschmühle	hirschmuehle	DE		0	Europe/Berlin	51.65	12.93333				14	00	15091	15091010
2903591	Hirschling	hirschling	DE		0	Europe/Berlin	49.1949	12.16239				02	093	09375	09375190
2903592	Hirschling	hirschling	DE		0	Europe/Berlin	48.84583	12.42195				02	092	09278	09278123
2903594	Hirschleite	hirschleite	DE		0	Europe/Berlin	50.61217	13.10607				13	00	14521	14521250
2903596	Hirschlatt	hirschlatt	DE		0	Europe/Berlin	47.69124	9.51468		Hirschlatt		01	084	08435	08435016
2903597	Hirschlanden	hirschlanden	DE		0	Europe/Berlin	49.47495	9.49934		Hirschlanden		01	082	08225	08225082
2903598	Hirschlanden	hirschlanden	DE		0	Europe/Berlin	48.83707	9.03849				01	081	08118	08118011
2903599	Hirschlanden	hirschlanden	DE		0	Europe/Berlin	47.86461	8.92165				01	083	08335	08335021
2903602	Hirschlach	hirschlach	DE		0	Europe/Berlin	49.18038	10.6787		Hirschlach		02	095	09571	09571177
2903615	Hirschkofen	hirschkofen	DE		0	Europe/Berlin	48.81625	12.51262				02	092	09278	09278121
2903629	Hirschhöf	hirschhof	DE		0	Europe/Berlin	49.38551	12.6506				02	093	09372	09372171
2903630	Hirschhof	hirschhof	DE		0	Europe/Berlin	49.05123	9.99208				01	081	08127	08127103
2903638	Hirschhausen	hirschhausen	DE		0	Europe/Berlin	50.49683	8.33347				05	065	06533	06533017
2903639	Hirschhausen	hirschhausen	DE		0	Europe/Berlin	48.51478	11.62317				02	091	09186	09186152
2903640	Hirschham	hirschham	DE		0	Europe/Berlin	48.08784	12.48552				02	091	09189	09189149
2903650	Hirschgarten	hirschgarten	DE		0	Europe/Berlin	52.45372	13.6073				16	00	11000	11000000
2903655	Hirschfelden	hirschfelden	DE		0	Europe/Berlin	49.06155	9.7546				01	081	08127	08127056
2903656	Hirschfelden	hirschfelden	DE		0	Europe/Berlin	48.28582	10.36337				02	097	09774	09774150
2903674	Hirschenhausen	hirschenhausen	DE		0	Europe/Berlin	48.44691	11.36879				02	091	09186	09186132
2903675	Hirschendorf	hirschendorf	DE		0	Europe/Berlin	50.45467	10.91667				15	00	16069	16069012
2903677	Hirschenberg	hirschenberg	DE		0	Europe/Berlin	48.70062	13.73781				02	092	09275	09275118
2903678	Hirschenberg	hirschenberg	DE		0	Europe/Berlin	48.66965	13.77007				02	092	09275	09275156
2903681	Hirschegg	hirschegg	DE		0	Europe/Berlin	47.95117	9.52468		Hirscheck,Hirschegg		01	084	08436	08436027
2903684	Hirschdorf	hirschdorf	DE		0	Europe/Berlin	47.76476	10.29667		Hirschdorf		02	097	09763	09763000
2903688	Hirschburg	hirschburg	DE		0	Europe/Berlin	54.23785	12.32108				12	00	13073	13073075
2903698	Hirschbrunn	hirschbrunn	DE		0	Europe/Berlin	49.79761	10.76566				02	094	09471	09471120
2903699	Hirschbrunn	hirschbrunn	DE		0	Europe/Berlin	49.0053	10.58177				02	097	09779	09779117
2903700	Hirschbronn	hirschbronn	DE		0	Europe/Berlin	49.34855	9.86433				01	081	08127	08127075
2903701	Hirschbronn	hirschbronn	DE		0	Europe/Berlin	49.29335	10.63824				02	095	09571	09571196
2903702	Hirschbronn	hirschbronn	DE		0	Europe/Berlin	47.99679	9.96827				01	084	08426	08426113
2903703	Hirschbichl	hirschbichl	DE		0	Europe/Berlin	48.00299	12.05702				02	091	09175	09175136
2903704	Hirschberglein	hirschberglein	DE		0	Europe/Berlin	50.34267	11.61478				02	094	09475	09475128
2903711	Hirschbergalm	hirschbergalm	DE		0	Europe/Berlin	47.90719	11.18657				02	091	09190	09190138
2903811	Hirschach	hirschach	DE		0	Europe/Berlin	47.7	9.6				01	084	08435	08435057
2903815	Hirsau	hirsau	DE		0	Europe/Berlin	48.73536	8.73568				01	082	08235	08235085
2903816	Hirrweiler	hirrweiler	DE		0	Europe/Berlin	49.0922	9.41184				01	081	08125	08125059
2903818	Hirnstetten	hirnstetten	DE		0	Europe/Berlin	48.97068	11.2909				02	091	09176	09176138
2903822	Hirnsberg	hirnsberg	DE		0	Europe/Berlin	48.58895	11.69348				02	091	09186	09186162
2903823	Hirnsberg	hirnsberg	DE		0	Europe/Berlin	47.88046	12.27533				02	091	09187	09187128
2903826	Hirnkirchen	hirnkirchen	DE		0	Europe/Berlin	48.53671	11.69187				02	091	09178	09178116
2903832	Hirmerhaus	hirmerhaus	DE		0	Europe/Berlin	49.28513	12.19271				02	093	09376	09376168
2903836	Hirlbach	hirlbach	DE		0	Europe/Berlin	48.97522	10.22968				01	081	08136	08136019
2903837	Hirla	hirla	DE		0	Europe/Berlin	48.35722	13.17261				02	092	09275	09275143
2903839	Hirblingen	hirblingen	DE		0	Europe/Berlin	48.42333	10.82835		Hirblingen		02	097	09772	09772147
2903840	Hirbishofen	hirbishofen	DE		0	Europe/Berlin	48.35414	10.11429				02	097	09775	09775143
2903845	Hippetsweiler	hippetsweiler	DE		0	Europe/Berlin	47.92683	9.19389		Hippetsweiler		01	084	08437	08437118
2903850	Hippelsbach	hippelsbach	DE		0	Europe/Berlin	49.79238	8.86341		Hippelsbach		05	064	06432	06432009
2903856	Hipfelsberg	hipfelsberg	DE		0	Europe/Berlin	48.0564	9.29791				01	084	08437	08437076
2903857	Hipfelhof	hipfelhof	DE		0	Europe/Berlin	49.15886	9.14627				01	081	08121	08121000
2903861	Hinznang	hinznang	DE		0	Europe/Berlin	47.77012	10.07556		Hinznang		01	084	08436	08436055
2903862	Hinzlbach	hinzlbach	DE		0	Europe/Berlin	48.66403	12.36843				02	092	09274	09274188
2903863	Hinzistobel	hinzistobel	DE		0	Europe/Berlin	47.77031	9.63626				01	084	08436	08436064
2903864	Hinzing	hinzing	DE		0	Europe/Berlin	48.46584	12.51028				02	092	09277	09277121
2903865	Hinzing	hinzing	DE		0	Europe/Berlin	48.39911	12.33085				02	092	09274	09274184
2903866	Hinzing	hinzing	DE		0	Europe/Berlin	47.96882	12.37381				02	091	09189	09189137
2903869	Hinzert	hinzert	DE		0	Europe/Berlin	49.7	6.9		Hinzert		08	00	07235	07235047
2903870	Hinzerath	hinzerath	DE		0	Europe/Berlin	49.84736	7.17812				08	00	07231	07231502
2903873	Hinzenhagen	hinzenhagen	DE		0	Europe/Berlin	53.69915	12.37524				12	00	13072	13072059
2903877	Hinzdorf	hinzdorf	DE		0	Europe/Berlin	52.96066	11.81398		Hinzdorf		11	00	12070	12070424
2903881	Hintzendorf	hintzendorf	DE		0	Europe/Berlin	53.04539	9.17623		Hintzendorf,Hintzendorf-Stellenfelde		06	00	03361	03361008
2903882	Hintschingen	hintschingen	DE		0	Europe/Berlin	47.92432	8.69739		Hintschingen		01	083	08327	08327025
2903883	Hintsberg	hintsberg	DE		0	Europe/Berlin	48.07934	12.03732				02	091	09175	09175137
2903884	Hintlaber	hintlaber	DE		0	Europe/Berlin	48.66627	11.96023				02	092	09274	09274172
2903888	Hinterzhof	hinterzhof	DE		0	Europe/Berlin	49.08809	11.88738				02	093	09375	09375162
2903892	Hinterwössen	hinterwossen	DE		0	Europe/Berlin	47.7094	12.46841				02	091	09189	09189160
2903893	Hinterwollaberg	hinterwollaberg	DE		0	Europe/Berlin	48.72831	13.67147				02	092	09272	09272129
2903898	Hinterwestermurr	hinterwestermurr	DE		0	Europe/Berlin	48.94618	9.59806				01	081	08119	08119044
2903899	Hinter Wendorf	hinter-wendorf	DE		0	Europe/Berlin	53.90687	11.40639		Hinter Wendorf		12	00	13074	13074087
2903910	Hinter-Walle	hinter-walle	DE		0	Europe/Berlin	53.47336	7.43781				06	00	03452	03452001
2903913	Hinterwald	hinterwald	DE		0	Europe/Berlin	50.27245	7.7164				08	00	07141	07141501
2903914	Hinterwald	hinterwald	DE		0	Europe/Berlin	48.98057	9.99052				01	081	08127	08127013
2903921	Hintervöhrenberg	hintervohrenberg	DE		0	Europe/Berlin	49.0035	9.3722				01	081	08119	08119087
2903923	Hinterveserde	hinterveserde	DE		0	Europe/Berlin	51.33333	7.6				07	059	05962	05962044
2903924	Hinteruhlberg	hinteruhlberg	DE		0	Europe/Berlin	49.05668	9.96087				01	081	08127	08127103
2903925	Hintertodtmoos	hintertodtmoos	DE		0	Europe/Berlin	47.75115	8.00563				01	083	08337	08337108
2903928	Hintertheene	hintertheene	DE		0	Europe/Berlin	53.45625	7.37152				06	00	03452	03452023
2903929	Hinterthann	hinterthann	DE		0	Europe/Berlin	49.12332	11.82395				02	093	09375	09375118
2903933	Hintertal	hintertal	DE		0	Europe/Berlin	48.41007	8.09963				01	083	08317	08317085
2903934	Hintertal	hintertal	DE		0	Europe/Berlin	48.31636	8.17447				01	083	08317	08317041
2903935	Hintertal	hintertal	DE		0	Europe/Berlin	48.19554	8.0112				01	083	08316	08316003
2903936	Hintertal	hintertal	DE		0	Europe/Berlin	48.11919	8.26444				01	083	08326	08326060
2903937	Hintertal	hintertal	DE		0	Europe/Berlin	48.05598	8.14436				01	083	08326	08326020
2903938	Hintertal	hintertal	DE		0	Europe/Berlin	47.98333	8.15		Hintertal,Hinterthal		01	083	08315	08315113
2903939	Hintertal	hintertal	DE		0	Europe/Berlin	47.92322	7.93837				01	083	08315	08315084
2903941	Hintertal	hintertal	DE		0	Europe/Berlin	48.32664	8.1174				01	083	08317	08317029
2903944	Hintersudberg	hintersudberg	DE		0	Europe/Berlin	51.16667	7.13333				07	051	05122	05122000
2903946	Hinterstraß	hinterstrass	DE		0	Europe/Berlin	47.9978	8.12794				01	083	08315	08315094
2903948	Hinter-Storchen	hinter-storchen	DE		0	Europe/Berlin	47.78333	9.58333				01	084	08436	08436064
2903949	Hinterstöcken	hinterstocken	DE		0	Europe/Berlin	50.21883	11.36593				02	094	09476	09476145
2903961	Hintersteinenberg	hintersteinenberg	DE		0	Europe/Berlin	48.89668	9.72492				01	081	08119	08119001
2903963	Hintersteinbach	hintersteinbach	DE		0	Europe/Berlin	49.00391	10.26426				01	081	08136	08136018
2903964	Hintersteinau	hintersteinau	DE		0	Europe/Berlin	50.41606	9.46586		Hintersteinau		05	064	06435	06435028
2903965	Hinterstein	hinterstein	DE		0	Europe/Berlin	47.48055	10.40577				02	097	09780	09780123
2903966	Hintersteimel	hintersteimel	DE		0	Europe/Berlin	50.96067	7.36281				07	053	05374	05374008
2903967	Hinterste Berg	hinterste-berg	DE		0	Europe/Berlin	51.13041	7.62812				07	059	05962	05962028
2903969	Hinterstaufen	hinterstaufen	DE		0	Europe/Berlin	47.55197	10.04583				02	097	09780	09780132
2903970	Hinterstadel	hinterstadel	DE		0	Europe/Berlin	47.76102	7.92874				01	083	08336	08336106
2903974	Hinterskirchen	hinterskirchen	DE		0	Europe/Berlin	48.40422	12.2384				02	092	09274	09274154
2903981	Hinterschweinhöf	hinterschweinhof	DE		0	Europe/Berlin	47.54013	9.91877				02	097	09776	09776121
2903983	Hinterschwarzenberg	hinterschwarzenberg	DE		0	Europe/Berlin	47.67503	10.46467				02	097	09780	09780128
2903985	Hinterschützenbach	hinterschutzenbach	DE		0	Europe/Berlin	48.08356	8.20211				01	083	08326	08326017
2903986	Hinterschönau	hinterschonau	DE		0	Europe/Berlin	47.60768	12.94913				02	091	09172	09172132
2903987	Hinterschollach	hinterschollach	DE		0	Europe/Berlin	47.97838	8.22781				01	083	08315	08315031
2903988	Hinterschneid	hinterschneid	DE		0	Europe/Berlin	47.61861	10.41927				02	097	09780	09780145
2903993	Hinterschmalholz	hinterschmalholz	DE		0	Europe/Berlin	47.87046	10.36205				02	097	09777	09777176
2903995	Hinterschloss	hinterschloss	DE		0	Europe/Berlin	48.55861	13.23917				02	092	09275	09275138
2904001	Hinterschellenbach	hinterschellenbach	DE		0	Europe/Berlin	48.28639	10.56112				02	097	09774	09774198
2904012	Hinterrod	hinterrod	DE		0	Europe/Berlin	50.47111	10.91126				15	00	16069	16069012
2904013	Hinterried	hinterried	DE		0	Europe/Berlin	48.58778	10.73135				02	097	09773	09773122
2904014	Hinterreute	hinterreute	DE		0	Europe/Berlin	47.60153	10.44164				02	097	09780	09780145
2904015	Hinterreute	hinterreute	DE		0	Europe/Berlin	47.5568	9.97829				02	097	09780	09780132
2904017	Hinterreit	hinterreit	DE		0	Europe/Berlin	48.8302	13.10373		Hinter Reut,Hinterreit		02	092	09271	09271113
2904019	Hinterrehberg	hinterrehberg	DE		0	Europe/Berlin	50.19012	11.60985				02	094	09477	09477138
2904020	Hinterreckenberg	hinterreckenberg	DE		0	Europe/Berlin	48.72472	13.09806				02	092	09271	09271153
2904022	Hinterrandsberg	hinterrandsberg	DE		0	Europe/Berlin	49.26364	12.31076				02	093	09376	09376117
2904025	Hinterplag	hinterplag	DE		0	Europe/Berlin	50.64801	7.40805		Hinterplag		08	00	07138	07138003
2904026	Hinterpfeinach	hinterpfeinach	DE		0	Europe/Berlin	49.49326	10.2299				02	095	09575	09575168
2904028	Hinterohlsbach	hinterohlsbach	DE		0	Europe/Berlin	48.453	8.01809				01	083	08317	08317097
2904036	Hinternfelde	hinternfelde	DE		0	Europe/Berlin	52.4479	8.55149				07	057	05770	05770040
2904038	Hinter Neuendorf	hinter-neuendorf	DE		0	Europe/Berlin	53.95889	9.32472				10	00	01061	01061119
2904039	Hinternah	hinternah	DE		0	Europe/Berlin	50.51832	10.79539		Hinternah		15	00	16069	16069043
2904041	Hintermurrhärle	hintermurrharle	DE		0	Europe/Berlin	49.00305	9.56579				01	081	08119	08119044
2904042	Hintermühlen	hintermuehlen	DE		0	Europe/Berlin	50.5743	7.91451		Hintermuehlen,Hintermuhlen,Hintermühlen		08	00	07143	07143254
2904044	Hinterm Stratjebusch	hinterm-stratjebusch	DE		0	Europe/Berlin	53.23333	8.16667				06	00	03451	03451008
2904046	Hinterm Reiherholz	hinterm-reiherholz	DE		0	Europe/Berlin	53.11667	8.4				06	00	03458	03458010
2904047	Hintermoos	hintermoos	DE		0	Europe/Berlin	47.80022	9.70959				01	084	08436	08436069
2904048	Hintermoos	hintermoos	DE		0	Europe/Berlin	47.78333	9.81667				01	084	08436	08436085
2904051	Hinterm Horn	hinterm-horn	DE		0	Europe/Berlin	53.472	10.15896				04	00	02000	02000000
2904052	Hintermholz	hintermholz	DE		0	Europe/Berlin	53.80252	9.60651				10	00	01061	01061044
2904053	Hinterm Holz	hinterm-holz	DE		0	Europe/Berlin	53.64667	9.23959				06	00	03352	03352020
2904056	Hinter dem Forde	hinter-dem-forde	DE		0	Europe/Berlin	52.96827	8.03974		Hinter dem Forde,Hinterm Forth		06	00	03453	03453008
2904059	Hinterm Esch	hinterm-esch	DE		0	Europe/Berlin	52.95761	8.04544				06	00	03453	03453008
2904060	Hinterm Esch	hinterm-esch	DE		0	Europe/Berlin	53.11674	8.03459				06	00	03451	03451004
2904061	Hintermeilingen	hintermeilingen	DE		0	Europe/Berlin	50.49728	8.11517				05	065	06533	06533016
2904062	Hintermehring	hintermehring	DE		0	Europe/Berlin	48.18302	12.77063				02	091	09171	09171124
2904063	Hinterm Damm	hinterm-damm	DE		0	Europe/Berlin	53.66247	9.92445				10	00	01056	01056005
2904064	Hinterm Busch	hinterm-busch	DE		0	Europe/Berlin	52.84853	7.12259				06	00	03454	03454018
2904069	Hinterlintal	hinterlintal	DE		0	Europe/Berlin	48.89669	9.75612				01	081	08136	08136066
2904072	Hinterlengenberg	hinterlengenberg	DE		0	Europe/Berlin	48.95917	10.07468				01	081	08136	08136019
2904077	Hinterlangert	hinterlangert	DE		0	Europe/Berlin	48.9792	9.68913				01	081	08127	08127023
2904078	Hinterlangenbach	hinterlangenbach	DE		0	Europe/Berlin	48.05972	8.27763				01	083	08326	08326068
2904079	Hinterlangenbach	hinterlangenbach	DE		0	Europe/Berlin	48.59147	8.25169				01	082	08237	08237004
2904084	Hinterkreith	hinterkreith	DE		0	Europe/Berlin	49.11197	11.80824				02	093	09375	09375118
2904086	Hinterkleebach	hinterkleebach	DE		0	Europe/Berlin	49.83947	11.47757				02	094	09472	09472155
2904087	Hinterkirnberg	hinterkirnberg	DE		0	Europe/Berlin	47.73333	11.03333				02	091	09190	09190117
2904088	Hinterkirchen	hinterkirchen	DE		0	Europe/Berlin	50.58178	7.92471				08	00	07143	07143254
2904089	Hinterkindberg	hinterkindberg	DE		0	Europe/Berlin	47.79483	10.35932				02	097	09780	09780122
2904090	Hinterkehr	hinterkehr	DE		0	Europe/Berlin	47.67709	11.04837				02	091	09180	09180112
2904092	Hinterjessen	hinterjessen	DE		0	Europe/Berlin	50.98837	13.94603				13	00	14628	14628270
2904093	Hinteribach	hinteribach	DE		0	Europe/Berlin	48.46017	8.17519				01	083	08317	08317098
2904094	Hinterhufe	hinterhufe	DE		0	Europe/Berlin	51.11865	7.21187				07	053	05378	05378032
2904096	Hinterhör	hinterhor	DE		0	Europe/Berlin	47.77758	12.15822				02	091	09187	09187154
2904097	Hinterhönisch	hinterhoenisch	DE		0	Europe/Berlin	52.9148	9.20461				06	00	03361	03361012
2904099	Hinterholzhausen	hinterholzhausen	DE		0	Europe/Berlin	48.41628	12.00747				02	091	09177	09177126
2904107	Hinterholz	hinterholz	DE		0	Europe/Berlin	49.32688	10.46524				02	095	09571	09571174
2904108	Hinterholz	hinterholz	DE		0	Europe/Berlin	48.37815	11.13572				02	097	09771	09771122
2904109	Hinterholz	hinterholz	DE		0	Europe/Berlin	48.33016	11.08668				02	097	09771	09771129
2904110	Hinterholz	hinterholz	DE		0	Europe/Berlin	47.78862	11.913				02	091	09182	09182123
2904111	Hinterholz	hinterholz	DE		0	Europe/Berlin	47.7037	10.7567				02	091	09190	09190114
2904121	Hinterhöfe	hinterhofe	DE		0	Europe/Berlin	48.20148	7.9324				01	083	08316	08316054
2904122	Hinterhof	hinterhof	DE		0	Europe/Berlin	49.4	11.06667				02	095	09564	09564000
2904127	Hinterheuweiler	hinterheuweiler	DE		0	Europe/Berlin	48.04269	7.8957				01	083	08315	08315051
2904128	Hinterheubronn	hinterheubronn	DE		0	Europe/Berlin	47.8007	7.79197				01	083	08336	08336107
2904129	Hinterheubach	hinterheubach	DE		0	Europe/Berlin	48.34107	8.31105				01	083	08325	08325050
2904130	Hinterheubach	hinterheubach	DE		0	Europe/Berlin	49.48333	8.78333				01	082	08226	08226029
2904131	Hinterhermsdorf	hinterhermsdorf	DE		0	Europe/Berlin	50.92484	14.35947				13	00	14628	14628360
2904132	Hinterherberg	hinterherberg	DE		0	Europe/Berlin	48.82427	13.12197				02	092	09271	09271113
2904133	Hinterhenneberg	hinterhenneberg	DE		0	Europe/Berlin	50.53	12.74407		Hinterhenneberg,Hinterhennenberg		13	00	14521	14521550
2904135	Hintere Heimat	hintere-heimat	DE		0	Europe/Berlin	48.36552	11.06963				02	097	09771	09771122
2904142	Hinterhausen	hinterhausen	DE		0	Europe/Berlin	50.21169	6.60963				08	00	07233	07233026
2904145	Hinterhaslach	hinterhaslach	DE		0	Europe/Berlin	49.44235	11.4596				02	095	09574	09574145
2904146	Hinterhaslach	hinterhaslach	DE		0	Europe/Berlin	48.1146	8.07995				01	083	08316	08316042
2904149	Hinterhammer	hinterhammer	DE		0	Europe/Berlin	48.57171	13.57847				02	092	09275	09275137
2904150	Hinterhambach	hinterhambach	DE		0	Europe/Berlin	48.36381	8.08733				01	083	08317	08317146
2904151	Hinterhalde	hinterhalde	DE		0	Europe/Berlin	47.84707	10.30126				02	097	09780	09780119
2904152	Hinterhainberg	hinterhainberg	DE		0	Europe/Berlin	48.54695	13.24254				02	092	09275	09275138
2904154	Hinterhain	hinterhain	DE		0	Europe/Berlin	50.50299	12.41586		Auerbach-Hinterhain,Hinterhain		13	00	14523	14523020
2904157	Hinterhagengrub	hinterhagengrub	DE		0	Europe/Berlin	49.08316	12.82294				02	092	09276	09276135
2904158	Hinterhagen	hinterhagen	DE		0	Europe/Berlin	53.32006	10.79475				12	00	13076	13076136
2904160	Hintergrund	hintergrund	DE		0	Europe/Berlin	48.23204	8.16138				01	083	08317	08317078
2904161	Hintergrumbach	hintergrumbach	DE		0	Europe/Berlin	50.81934	12.6227				13	00	14524	14524280
2904162	Hintergrub	hintergrub	DE		0	Europe/Berlin	49.09261	12.69279				02	092	09278	09278143
2904163	Hintergrub	hintergrub	DE		0	Europe/Berlin	49.03924	12.42283				02	093	09375	09375210
2904167	Hintergriesbach	hintergriesbach	DE		0	Europe/Berlin	48.0982	8.11898				01	083	08316	08316042
2904169	Hintergersdorf	hintergersdorf	DE		0	Europe/Berlin	50.98346	13.55207				13	00	14628	14628400
2904170	Hintergern	hintergern	DE		0	Europe/Berlin	47.66686	13.00427				02	091	09172	09172116
2904171	Hintergereuth	hintergereuth	DE		0	Europe/Berlin	49.85107	11.4534		Hintergereuth		02	094	09472	09472111
2904172	Hinterer Geisberg	hinterer-geisberg	DE		0	Europe/Berlin	48.24858	7.99401		Hinter Geisberg,Hinterer Geisberg		01	083	08317	08317121
2904177	Hinterfreundorf	hinterfreundorf	DE		0	Europe/Berlin	48.78064	13.72492				02	092	09272	09272136
2904178	Hinterfreiersbach	hinterfreiersbach	DE		0	Europe/Berlin	48.42338	8.2152				01	083	08317	08317008
2904179	Hinterfirmiansreut	hinterfirmiansreut	DE		0	Europe/Berlin	48.90445	13.63618				02	092	09272	09272139
2904181	Hinter Feldhausen	hinter-feldhausen	DE		0	Europe/Berlin	51.29244	7.47653		Hinter Feldhausen,Nieder Feldhausen		07	059	05954	05954004
2904184	Hinterfeld	hinterfeld	DE		0	Europe/Berlin	51.22064	6.63451				07	051	05162	05162016
2904185	Hinterfalkenbach	hinterfalkenbach	DE		0	Europe/Berlin	50.61667	13.05				13	00	14521	14521630
2904186	Hinterfalkau	hinterfalkau	DE		0	Europe/Berlin	47.86308	8.11933				01	083	08315	08315037
2904193	Hinteressach	hinteressach	DE		0	Europe/Berlin	47.67926	9.70523				01	084	08435	08435042
2904194	Hinterespig	hinterespig	DE		0	Europe/Berlin	49.15	9.53333				01	081	08126	08126069
2904198	Hinteres Elend	hinteres-elend	DE		0	Europe/Berlin	47.86584	7.84733				01	083	08315	08315130
2904202	Hintereschbach	hintereschbach	DE		0	Europe/Berlin	48.00931	7.98117				01	083	08315	08315109
2904204	Hinteres Breitenfeld	hinteres-breitenfeld	DE		0	Europe/Berlin	48.95266	9.71196				01	081	08136	08136027
2904210	Hinterer Viehbig	hinterer-viehbig	DE		0	Europe/Berlin	50.8837	14.66019				13	00	14626	14626140
2904225	Hinterer Meßhof	hinterer-messhof	DE		0	Europe/Berlin	49.67493	9.44041				01	081	08128	08128064
2904262	Hinter Engelschwand	hinter-engelschwand	DE		0	Europe/Berlin	47.68717	8.02814				01	083	08337	08337038
2904273	Hinter Eichberg	hinter-eichberg	DE		0	Europe/Berlin	47.62957	8.45957				01	083	08337	08337030
2904278	Hintere Häslen	hintere-haslen	DE		0	Europe/Berlin	48.51667	8.36667				01	082	08237	08237004
2904280	Hintereggelburg	hintereggelburg	DE		0	Europe/Berlin	48.08014	11.93733				02	091	09175	09175115
2904281	Hinteregg	hinteregg	DE		0	Europe/Berlin	47.57817	10.60876				02	097	09777	09777129
2904290	Hintereben	hintereben	DE		0	Europe/Berlin	48.75475	13.6651				02	092	09272	09272129
2904294	Hinterdorf	hinterdorf	DE		0	Europe/Berlin	51.37902	14.84279				13	00	14626	14626160
2904295	Hinterdorf	hinterdorf	DE		0	Europe/Berlin	47.93711	8.05849				01	083	08315	08315016
2904296	Hinterdohr	hinterdohr	DE		0	Europe/Berlin	51.21273	7.15343				07	051	05124	05124000
2904297	Hinterdietzberg	hinterdietzberg	DE		0	Europe/Berlin	48.99835	13.01				02	092	09276	09276146
2904303	Hinterdenkental	hinterdenkental	DE		0	Europe/Berlin	48.50668	9.92473				01	084	08425	08425135
2904305	Hinter den Hörsten	hinter-den-hoersten	DE		0	Europe/Berlin	52.34618	8.68383				07	057	05770	05770008
2904306	Hinter dem Wehe	hinter-dem-wehe	DE		0	Europe/Berlin	52.99545	8.37445				06	00	03458	03458003
2904307	Hinter dem Hahnenkamp	hinter-dem-hahnenkamp	DE		0	Europe/Berlin	53.114	8.32226				06	00	03458	03458010
2904308	Hinter dem Felde	hinter-dem-felde	DE		0	Europe/Berlin	53.20261	8.69024				06	00	03356	03356008
2904309	Hinterburg	hinterburg	DE		0	Europe/Berlin	48.21251	8.48964				01	083	08325	08325014
2904313	Hinterbuchenbrunn	hinterbuchenbrunn	DE		0	Europe/Berlin	47.94817	10.43202				02	097	09778	09778168
2904314	Hinterbüchelberg	hinterbuchelberg	DE		0	Europe/Berlin	48.99655	9.62703				01	081	08119	08119044
2904315	Hinterbüchelberg	hinterbuchelberg	DE		0	Europe/Berlin	48.94094	9.9464				01	081	08136	08136002
2904316	Hinterbuchberg	hinterbuchberg	DE		0	Europe/Berlin	49.28076	12.96783				02	093	09372	09372144
2904317	Hinterbuchberg	hinterbuchberg	DE		0	Europe/Berlin	48.96883	12.69013				02	092	09278	09278151
2904318	Hinterbuch	hinterbuch	DE		0	Europe/Berlin	48.50361	10.68917				02	097	09773	09773143
2904319	Hinterbuch	hinterbuch	DE		0	Europe/Berlin	48.40787	11.58626				02	091	09178	09178113
2904321	Hinterbrünst	hinterbrunst	DE		0	Europe/Berlin	49.69298	12.451				02	093	09374	09374123
2904322	Hinterbruch	hinterbruch	DE		0	Europe/Berlin	52.20806	8.50132				07	057	05758	05758004
2904324	Hinterbrennberg	hinterbrennberg	DE		0	Europe/Berlin	47.76965	10.11239				02	097	09780	09780112
2904325	Hinterbreitenthann	hinterbreitenthann	DE		0	Europe/Berlin	49.21601	10.34802				02	095	09571	09571145
2904326	Hinter Breg	hinter-breg	DE		0	Europe/Berlin	48.0409	8.18984				01	083	08326	08326017
2904328	Hinterbrand	hinterbrand	DE		0	Europe/Berlin	48.98165	10.0391				01	081	08136	08136060
2904330	Hinterbrack	hinterbrack	DE		0	Europe/Berlin	53.54553	9.75563				06	00	03359	03359028
2904332	Hinter Bollhagen	hinter-bollhagen	DE		0	Europe/Berlin	54.13007	11.80937				12	00	13072	13072117
2904333	Hinterbirkenhof	hinterbirkenhof	DE		0	Europe/Berlin	48.96667	9.31667				01	081	08118	08118049
2904334	Hinterbichl	hinterbichl	DE		0	Europe/Berlin	47.80703	12.47427				02	091	09189	09189159
2904335	Hinterbichl	hinterbichl	DE		0	Europe/Berlin	47.61667	11.48333				02	091	09173	09173131
2904339	Hinterberge	hinterberge	DE		0	Europe/Berlin	51.57899	14.6036				11	00	12071	12071392
2904342	Hinterberg	hinterberg	DE		0	Europe/Berlin	49.20023	12.16599				02	093	09375	09375190
2904343	Hinterberg	hinterberg	DE		0	Europe/Berlin	49.05941	12.95179				02	092	09276	09276122
2904344	Hinterberg	hinterberg	DE		0	Europe/Berlin	49.03268	12.02245				02	093	09375	09375181
2904345	Hinterberg	hinterberg	DE		0	Europe/Berlin	49.01699	12.87872				02	092	09276	09276128
2904346	Hinterberg	hinterberg	DE		0	Europe/Berlin	48.16667	12.71667				02	091	09171	09171113
2904347	Hinterberg	hinterberg	DE		0	Europe/Berlin	47.60342	10.64601				02	097	09777	09777135
2904348	Hinterberg	hinterberg	DE		0	Europe/Berlin	47.59568	10.30787				02	097	09780	09780137
2904371	Hinter Behrens Fuhren	hinter-behrens-fuhren	DE		0	Europe/Berlin	53.07628	8.12249				06	00	03458	03458013
2904372	Hinterbaumberg	hinterbaumberg	DE		0	Europe/Berlin	48.38184	12.03066				02	091	09177	09177120
2904378	Hinterbach	hinterbach	DE		0	Europe/Berlin	48.2277	8.3267				01	083	08325	08325036
2904379	Hinterbach	hinterbach	DE		0	Europe/Berlin	49.54734	8.90128		Hinterbach		05	064	06437	06437016
2904380	Hinterbach	hinterbach	DE		0	Europe/Berlin	47.7621	10.29055				02	097	09763	09763000
2904382	Hinterauerbach	hinterauerbach	DE		0	Europe/Berlin	48.39725	12.01484				02	091	09177	09177143
2904383	Hinterau	hinterau	DE		0	Europe/Berlin	48.29456	12.89279				02	092	09277	09277154
2904385	Hinterappendorf	hinterappendorf	DE		0	Europe/Berlin	49.13554	12.27517				02	093	09375	09375119
2904391	Hinteraichhalden	hinteraichhalden	DE		0	Europe/Berlin	48.25589	8.41301				01	083	08325	08325001
2904392	Hinten	hinten	DE		0	Europe/Berlin	48.93333	12.83333				02	092	09278	09278187
2904393	Hinten	hinten	DE		0	Europe/Berlin	48.41027	12.89458				02	092	09277	09277139
2904394	Hintelsberg	hintelsberg	DE		0	Europe/Berlin	48.3654	12.22141				02	092	09274	09274183
2904395	Hinteln	hinteln	DE		0	Europe/Berlin	53.38675	9.90651		Hinteln		06	00	03353	03353029
2904396	Hinteler	hinteler	DE		0	Europe/Berlin	51.77161	7.97879				07	055	05570	05570008
2904398	Hintberg	hintberg	DE		0	Europe/Berlin	48.89396	13.22788				02	092	09276	09276126
2904400	Hinserdorf	hinserdorf	DE		0	Europe/Berlin	50.18221	9.03149				05	064	06435	06435017
2904402	Hinsel	hinsel	DE		0	Europe/Berlin	51.42961	7.07588		UEberruhr-Hinsel,Überruhr-Hinsel		07	051	05113	05113000
2904404	Hinschenfelde	hinschenfelde	DE		0	Europe/Berlin	53.58333	10.08333				04	00	02000	02000000
2904408	Hinsbeck	hinsbeck	DE		0	Europe/Berlin	51.38333	7.08333				07	051	05113	05113000
2904409	Hinsbeck	hinsbeck	DE		0	Europe/Berlin	51.33397	6.28083		Hinsbeck		07	051	05166	05166016
2904410	Hinrichssegen	hinrichssegen	DE		0	Europe/Berlin	47.87122	11.94454				02	091	09187	09187122
2904411	Hinrichshörn	hinrichshoern	DE		0	Europe/Berlin	54.16667	9.41667				10	00	01051	01051085
2904413	Hinrichshof	hinrichshof	DE		0	Europe/Berlin	53.5915	12.39078				12	00	13072	13072026
2904415	Hinrichshagen Hof	hinrichshagen-hof	DE		844	Europe/Berlin	54.07397	13.35082		Hinrichshagen,Hinrichshagen Hof		12	00	13075	13075050
2904420	Hinrichsfelde	hinrichsfelde	DE		0	Europe/Berlin	53.67562	12.75109				12	00	13071	13071039
2904421	Hinrichsdorf	hinrichsdorf	DE		0	Europe/Berlin	54.47443	11.17491				10	00	01055	01055046
2904422	Hinrichsdorf	hinrichsdorf	DE		0	Europe/Berlin	54.13623	12.16151		Hdf		12	00	13003	13003000
2904423	Hinrichsberg	hinrichsberg	DE		0	Europe/Berlin	53.43154	12.53549				12	00	13071	13071137
2904425	Hino	hino	DE		0	Europe/Berlin	47.74061	10.22725				02	097	09780	09780146
2904427	Hinnenkamp	hinnenkamp	DE		0	Europe/Berlin	52.49214	8.13117				06	00	03460	03460007
2904430	Hinnenburg	hinnenburg	DE		0	Europe/Berlin	51.73713	9.18028				07	057	05762	05762016
2904434	Hinnebeck	hinnebeck	DE		0	Europe/Berlin	53.25431	8.564		Hinnebeck		06	00	03356	03356009
2904438	Hinkerding	hinkerding	DE		0	Europe/Berlin	48.33089	12.46043				02	091	09183	09183125
2904445	Hinkelhof	hinkelhof	DE		0	Europe/Berlin	50.3482	9.61304				05	064	06435	06435025
2904446	Hinhausen	hinhausen	DE		0	Europe/Berlin	50.86461	7.83705				08	00	07132	07132045
2904447	Hingsthorst	hingsthorst	DE		0	Europe/Berlin	52.25105	8.56604				07	057	05758	05758004
2904449	Hingste	hingste	DE		0	Europe/Berlin	52.82094	9.18714				06	00	03256	03256013
2904455	Hingersberg	hingersberg	DE		0	Europe/Berlin	49.36667	7.1		Hingersberg,Kolonie Hingersberg		09	00	10043	10043113
2904456	Hingenberg	hingenberg	DE		0	Europe/Berlin	51.15069	7.06238				07	051	05122	05122000
2904457	Hingen	hingen	DE		0	Europe/Berlin	51.11052	6.06473				07	053	05370	05370016
2904459	Hindorf	hindorf	DE		0	Europe/Berlin	54.00823	9.13337				10	00	01051	01051097
2904462	Hindfeld	hindfeld	DE		0	Europe/Berlin	50.36654	10.56599				15	00	16069	16069062
2904472	Hindelwangen	hindelwangen	DE		0	Europe/Berlin	47.85831	9.01487		Hindelwangen		01	083	08335	08335079
2904476	Hinang	hinang	DE		0	Europe/Berlin	47.47471	10.29126				02	097	09780	09780139
2904477	Himo	himo	DE		0	Europe/Berlin	47.78333	10.2				02	097	09780	09780112
2904479	Himmlingsweiler	himmlingsweiler	DE		0	Europe/Berlin	48.87872	10.05665				01	081	08136	08136088
2904480	Himmlingen	himmlingen	DE		0	Europe/Berlin	48.84015	10.13223				01	081	08136	08136088
2904483	Himmighausen	himmighausen	DE		0	Europe/Berlin	51.81254	9.02424		Hemmikanhuson,Hėmmikanhūson		07	057	05762	05762028
2904485	Himmerstall	himmerstall	DE		0	Europe/Berlin	49.01985	10.49798				02	095	09571	09571214
2904486	Himmeroth	himmeroth	DE		0	Europe/Berlin	50.7672	7.59018		Himmeroth		07	053	05382	05382076
2904490	Himmern	himmern	DE		0	Europe/Berlin	52.17532	8.26446				06	00	03459	03459024
2904491	Himmerkusen	himmerkusen	DE		0	Europe/Berlin	51.05914	7.51641		Himmerkusen		07	053	05374	05374024
2904492	Himmerich	himmerich	DE		0	Europe/Berlin	51.02338	6.18956				07	053	05370	05370016
2904494	Himmerheide	himmerheide	DE		0	Europe/Berlin	52.18028	8.26251				06	00	03459	03459024
2904496	Himmelthal	himmelthal	DE		0	Europe/Berlin	49.82237	9.21995				02	096	09676	09676121
2904498	Himmelsthür	himmelsthuer	DE		0	Europe/Berlin	52.16427	9.91181				06	00	03254	03254021
2904500	Himmelsfürst	himmelsfuerst	DE		0	Europe/Berlin	50.85791	13.29896				13	00	14522	14522050
2904504	Himmelsberg	himmelsberg	DE		0	Europe/Berlin	51.33574	10.72927				15	00	16065	16065067
2904505	Himmelsberg	himmelsberg	DE		0	Europe/Berlin	50.85858	8.91637				05	065	06534	06534011
2904524	Himmelreich	himmelreich	DE		0	Europe/Berlin	53.75	9.08333				06	00	03352	03352056
2904525	Himmelreich	himmelreich	DE		0	Europe/Berlin	53.56667	8.1				06	00	03405	03405000
2904526	Himmelreich	himmelreich	DE		0	Europe/Berlin	52.52698	9.44841				06	00	03241	03241012
2904527	Himmelreich	himmelreich	DE		0	Europe/Berlin	52.4934	11.17736				14	00	15081	15081135
2904528	Himmelreich	himmelreich	DE		0	Europe/Berlin	49.20403	13.0606				02	093	09372	09372138
2904547	Himmelmühle	himmelmuehle	DE		0	Europe/Berlin	50.62599	13.06016				13	00	14521	14521630
2904549	Himmelmoor	himmelmoor	DE		0	Europe/Berlin	53.74694	9.86988				10	00	01056	01056041
2904551	Himmelmert	himmelmert	DE		0	Europe/Berlin	51.17221	7.82702				07	059	05962	05962052
2904553	Himmelhartha	himmelhartha	DE		0	Europe/Berlin	50.98584	12.73793		Himmelhartha		13	00	14522	14522350
2904554	Himmelgeist	himmelgeist	DE		0	Europe/Berlin	51.17001	6.80543		Himmelgeist		07	051	05111	05111000
2904555	Himmelgarten	himmelgarten	DE		0	Europe/Berlin	51.50457	10.83476		Himmelgarten		15	00	16062	16062041
2904556	Himmelgarten	himmelgarten	DE		0	Europe/Berlin	49.481	11.27482		Himmelgarten		02	095	09574	09574152
2904572	Himburg	himburg	DE		0	Europe/Berlin	50.56751	7.89173				08	00	07143	07143289
2904576	Himberg	himberg	DE		0	Europe/Berlin	50.65079	7.30389		Himberg		07	053	05382	05382008
2904589	Himbach	himbach	DE		0	Europe/Berlin	50.2595	8.99911		Himbach		05	064	06440	06440014
2904590	Himbach	himbach	DE		0	Europe/Berlin	47.88389	9.86473				01	084	08436	08436010
2904592	Hilzhofen	hilzhofen	DE		0	Europe/Berlin	49.30162	11.5941				02	093	09373	09373153
2904595	Hilwartshausen	hilwartshausen	DE		0	Europe/Berlin	51.7732	9.71887				06	00	03155	03155003
2904598	Hiltrup	hiltrup	DE		0	Europe/Berlin	51.90629	7.64126		Hiltrup		07	055	05515	05515000
2904599	Hiltraching	hiltraching	DE		0	Europe/Berlin	48.34093	12.8945				02	092	09277	09277148
2904601	Hiltmannsdorf	hiltmannsdorf	DE		0	Europe/Berlin	49.48231	10.89304				02	095	09573	09573126
2904603	Hiltersried	hiltersried	DE		0	Europe/Berlin	49.38441	12.57708				02	093	09372	09372157
2904604	Hiltershof	hiltershof	DE		0	Europe/Berlin	49.89596	12.45403				02	093	09377	09377139
2904605	Hiltersdorf	hiltersdorf	DE		0	Europe/Berlin	49.43035	11.93883		Hiltersdorf		02	093	09371	09371122
2904606	Hilter	hilter	DE		0	Europe/Berlin	52.83342	7.28344				06	00	03454	03454029
2904607	Hilter	hilter	DE		10173	Europe/Berlin	52.13573	8.14715		Hilter		06	00	03459	03459022
2904608	Hiltensweiler	hiltensweiler	DE		0	Europe/Berlin	47.65393	9.77826				01	084	08436	08436081
2904609	Hiltensweiler	hiltensweiler	DE		0	Europe/Berlin	47.61667	9.65				01	084	08435	08435057
2904610	Hiltensberg	hiltensberg	DE		0	Europe/Berlin	47.77487	10.25771				02	097	09780	09780112
2904616	Hiltenbach	hiltenbach	DE		0	Europe/Berlin	49.29401	12.48871				02	093	09372	09372161
2904617	Hilten	hilten	DE		0	Europe/Berlin	52.49458	6.94028				06	00	03456	03456014
2904622	Hilsenhain	hilsenhain	DE		0	Europe/Berlin	49.51208	8.77175		Hilsenhain		01	082	08226	08226029
2904623	Hilsen	hilsen	DE		0	Europe/Berlin	48.5359	8.08528		Hilsen,Hilzen		01	083	08317	08317089
2904626	Hilschebruch	hilschebruch	DE		0	Europe/Berlin	51.75	8.68333				07	057	05774	05774032
2904628	Hilschbach	hilschbach	DE		0	Europe/Berlin	49.31788	6.95031				09	00	10041	10041517
2904632	Hilsbach	hilsbach	DE		0	Europe/Berlin	48.49688	8.01014				01	083	08317	08317021
2904633	Hilsbach	hilsbach	DE		0	Europe/Berlin	48.09501	8.32955				01	083	08326	08326052
2904634	Hilsbach	hilsbach	DE		0	Europe/Berlin	49.24124	10.45098		Hilsbach		02	095	09571	09571114
2904635	Hilsbach	hilsbach	DE		0	Europe/Berlin	49.19621	8.85816		Hilsbach		01	082	08226	08226085
2904639	Hilpoldsberg	hilpoldsberg	DE		0	Europe/Berlin	48.21419	10.65501				02	097	09772	09772197
2904640	Hilpolding	hilpolding	DE		0	Europe/Berlin	48.34397	12.14165				02	091	09177	09177139
2904641	Hilpertsweiler	hilpertsweiler	DE		0	Europe/Berlin	49.17207	10.23566				02	095	09571	09571199
2904642	Hilpertsried	hilpertsried	DE		0	Europe/Berlin	48.27594	11.24103				02	091	09174	09174146
2904643	Hilpertshofen	hilpertshofen	DE		0	Europe/Berlin	47.75	9.9				01	084	08436	08436052
2904644	Hilpertshof	hilpertshof	DE		0	Europe/Berlin	49.47481	10.28195				02	095	09575	09575115
2904645	Hilpertshausen	hilpertshausen	DE		0	Europe/Berlin	49.89621	10.0122				02	096	09679	09679201
2904646	Hilpertsgraben	hilpertsgraben	DE		0	Europe/Berlin	49.95459	11.65116				02	094	09472	09472199
2904647	Hilpertsau	hilpertsau	DE		0	Europe/Berlin	48.73671	8.35103		Hilpertsau		01	082	08216	08216017
2904648	Hilperting	hilperting	DE		0	Europe/Berlin	47.92129	12.05037				02	091	09187	09187137
2904650	Hilpersried	hilpersried	DE		0	Europe/Berlin	49.28337	12.52253				02	093	09372	09372161
2904651	Hilperhausen	hilperhausen	DE		0	Europe/Berlin	50.80279	9.68242				05	066	06632	06632015
2904652	Hilpensberg	hilpensberg	DE		0	Europe/Berlin	47.86876	9.28895				01	084	08437	08437088
2904653	Hilmsen	hilmsen	DE		0	Europe/Berlin	52.77902	10.95833				14	00	15081	15081545
2904654	Hilmsdorf	hilmsdorf	DE		0	Europe/Berlin	51.06667	12.93333				13	00	14522	14522190
2904656	Hilmes	hilmes	DE		0	Europe/Berlin	50.83718	9.8632				05	066	06632	06632019
2904657	Hilmersdorf	hilmersdorf	DE		0	Europe/Berlin	50.67473	13.10611		Hilmersdorf		13	00	14521	14521670
2904660	Hilmarsum	hilmarsum	DE		0	Europe/Berlin	53.33967	7.24028		Hilmarsum,Siedlung Hilmarsum		06	00	03402	03402000
2904661	Hilm	hilm	DE		0	Europe/Berlin	49.18783	12.71727				02	093	09372	09372116
2904662	Hilm	hilm	DE		0	Europe/Berlin	48.98409	12.83106				02	092	09278	09278184
2904663	Hillstett	hillstett	DE		0	Europe/Berlin	49.33915	12.48794				02	093	09372	09372154
2904670	Hillohe	hillohe	DE		0	Europe/Berlin	49.3499	11.60345				02	093	09373	09373140
2904671	Hillohe	hillohe	DE		0	Europe/Berlin	49.02784	11.90792				02	093	09375	09375127
2904673	Hillnhütten	hillnhuetten	DE		0	Europe/Berlin	50.97723	8.07041				07	059	05970	05970020
2904674	Hillmicke	hillmicke	DE		0	Europe/Berlin	50.9769	7.81703		Hillmicke		07	059	05966	05966028
2904678	Hillingsen	hillingsen	DE		0	Europe/Berlin	51.62444	8.08317				07	059	05974	05974048
2904679	Hilling	hilling	DE		0	Europe/Berlin	48.41716	12.39894				02	092	09274	09274120
2904680	Hilling	hilling	DE		0	Europe/Berlin	48.01915	12.6075				02	091	09189	09189157
2904686	Hilligenley	hilligenley	DE		0	Europe/Berlin	54.62091	8.55134				10	00	01054	01054074
2904688	Hillewalsen	hillewalsen	DE		0	Europe/Berlin	52.08736	8.64015				07	057	05758	05758012
2904694	Hillershausen	hillershausen	DE		0	Europe/Berlin	51.2212	8.74828				05	066	06635	06635015
2904696	Hillersen	hillersen	DE		0	Europe/Berlin	52.89177	8.86796				06	00	03251	03251041
2904699	Hillerscheid	hillerscheid	DE		0	Europe/Berlin	50.94274	7.47514		Hillerscheid		07	053	05374	05374048
2904703	Hillern	hillern	DE		0	Europe/Berlin	53.0557	9.85773		Hillern		06	00	03358	03358019
2904704	Hillermeier	hillermeier	DE		0	Europe/Berlin	48.54861	13.34505				02	092	09275	09275122
2904708	Hillentrup	hillentrup	DE		0	Europe/Berlin	52.04891	8.99644		Hillentrup		07	057	05766	05766024
2904709	Hillensberg	hillensberg	DE		0	Europe/Berlin	50.98153	5.91644				07	053	05370	05370024
2904711	Hillenkamp	hillenkamp	DE		0	Europe/Berlin	51.2	6.16667				07	051	05166	05166020
2904712	Hillenberg	hillenberg	DE		0	Europe/Berlin	50.49385	10.10234				02	096	09673	09673129
2904719	Hillegossen	hillegossen	DE		0	Europe/Berlin	51.99461	8.60298				07	057	05711	05711000
2904726	Hillartshausen	hillartshausen	DE		0	Europe/Berlin	50.85668	9.89019				05	066	06632	06632006
2904729	Hilkhausen	hilkhausen	DE		0	Europe/Berlin	50.70273	7.55917				08	00	07132	07132115
2904730	Hilkersdorf	hilkersdorf	DE		0	Europe/Berlin	50.06634	10.86857				02	094	09471	09471174
2904731	Hilkerscheid	hilkerscheid	DE		0	Europe/Berlin	50.59328	7.34195		Hilkerscheid		08	00	07138	07138068
2904732	Hilkerode	hilkerode	DE		0	Europe/Berlin	51.56204	10.30906		Hilkerode		06	00	03159	03159010
2904733	Hilkering	hilkering	DE		0	Europe/Berlin	48.76055	13.17676				02	092	09271	09271149
2904737	Hilkenborg	hilkenborg	DE		0	Europe/Berlin	53.15916	7.38084				06	00	03457	03457022
2904738	Hilken	hilken	DE		0	Europe/Berlin	52.91831	8.66678				06	00	03458	03458011
2904739	Hilgesdorf	hilgesdorf	DE		0	Europe/Berlin	52.30103	11.21721				14	00	15083	15083230
2904745	Hilgershausen	hilgershausen	DE		0	Europe/Berlin	51.27197	9.89011				05	066	06636	06636001
2904746	Hilgershausen	hilgershausen	DE		0	Europe/Berlin	51.10295	9.47207		Hilgershausen		05	066	06634	06634003
2904747	Hilgersdorf	hilgersdorf	DE		0	Europe/Berlin	48.66435	12.78303				02	092	09279	09279122
2904754	Hilgenriedersiel	hilgenriedersiel	DE		0	Europe/Berlin	53.66502	7.2837		Hilgenriedersiel		06	00	03452	03452009
2904755	Hilgenreit	hilgenreit	DE		0	Europe/Berlin	48.84989	13.25943				02	092	09272	09272128
2904756	Hilgenrain	hilgenrain	DE		0	Europe/Berlin	47.79981	11.89081				02	091	09182	09182123
2904758	Hilgendorf	hilgendorf	DE		0	Europe/Berlin	53.85263	11.26265		Hilgendorf		12	00	13074	13074079
2904760	Hilgenbrink	hilgenbrink	DE		0	Europe/Berlin	52.25221	8.7669				07	057	05770	05770004
2904771	Hilgen	hilgen	DE		0	Europe/Berlin	51.10246	7.15167		Hilgen		07	053	05378	05378008
2904772	Hilgen	hilgen	DE		0	Europe/Berlin	48.05717	12.10539				02	091	09187	09187159
2904773	Hilgen	hilgen	DE		0	Europe/Berlin	47.75963	12.22367				02	091	09187	09187172
2904778	Hilgartshausen	hilgartshausen	DE		0	Europe/Berlin	49.26758	10.06838				01	081	08127	08127071
2904779	Hilgartsberg	hilgartsberg	DE		0	Europe/Berlin	48.66194	13.15639				02	092	09275	09275127
2904780	Hilfringhausen	hilfringhausen	DE		0	Europe/Berlin	51.24863	7.80612				07	059	05962	05962052
2904781	Hilferdingsen	hilferdingsen	DE		0	Europe/Berlin	52.30365	8.76205		Hilferdingsen,Hilverdingsen		07	057	05770	05770012
2904782	Hilfarth	hilfarth	DE		0	Europe/Berlin	51.03674	6.21631		Hilfarth		07	053	05370	05370020
2904783	Hildweinsreuth	hildweinsreuth	DE		0	Europe/Berlin	49.75768	12.35765				02	093	09374	09374122
2904785	Hildmannsfeld	hildmannsfeld	DE		0	Europe/Berlin	48.7329	8.05965		Hildmannsfeld		01	082	08216	08216063
2904786	Hildfeld	hildfeld	DE		0	Europe/Berlin	51.24406	8.5653		Hildfeld		07	059	05958	05958048
2904792	Hilderath	hilderath	DE		0	Europe/Berlin	51.13315	6.3632		Hilderath		07	051	05116	05116000
2904794	Hildenbach	hildenbach	DE		0	Europe/Berlin	50.04026	11.95218				02	094	09479	09479169
2904799	Hildebrandshagen	hildebrandshagen	DE		0	Europe/Berlin	54.18168	13.13845				12	00	13073	13073090
2904800	Hildebrandshagen	hildebrandshagen	DE		0	Europe/Berlin	53.41589	13.61608				12	00	13071	13071164
2904805	Hildbrandsgrün	hildbrandsgrun	DE		0	Europe/Berlin	50.2076	11.73005				02	094	09475	09475154
2904806	Hildboltsweier	hildboltsweier	DE		0	Europe/Berlin	48.45302	7.91589		Hildboltsweier,Hildboltsweiler		01	083	08317	08317096
2904809	Hilbringen	hilbringen	DE		0	Europe/Berlin	49.44026	6.61531		Hilbringen		09	00	10042	10042113
2904811	Hilbertshausen	hilbertshausen	DE		0	Europe/Berlin	48.32167	10.3093				02	097	09774	09774133
2904812	Hilberath	hilberath	DE		0	Europe/Berlin	50.56522	6.96597		Hilberath,Hilberth		07	053	05382	05382048
2904820	Hilbeck	hilbeck	DE		0	Europe/Berlin	51.57654	7.86106				07	059	05974	05974052
2904824	Hifringen	hifringen	DE		0	Europe/Berlin	47.95084	9.78075				01	084	08436	08436009
2904828	Hiesling	hiesling	DE		0	Europe/Berlin	48.45512	11.06147				02	097	09771	09771113
2904831	Hiesfeld	hiesfeld	DE		0	Europe/Berlin	51.56366	6.77645		Hiesfeld,Hiesfeld Dorf		07	051	05170	05170008
2904835	Hierscheid	hierscheid	DE		0	Europe/Berlin	49.39862	6.9884				09	00	10043	10043111
2904837	Hierlbach	hierlbach	DE		0	Europe/Berlin	48.84323	12.5116				02	092	09278	09278121
2904838	Hierholz	hierholz	DE		0	Europe/Berlin	47.69786	8.06735				01	083	08337	08337027
2904842	Hierbach	hierbach	DE		0	Europe/Berlin	47.68601	8.08966				01	083	08337	08337027
2904845	Hienraching	hienraching	DE		0	Europe/Berlin	48.3842	12.06127				02	091	09177	09177138
2904846	Hienraching	hienraching	DE		0	Europe/Berlin	48.33704	12.07177				02	091	09177	09177122
2904848	Hiening	hiening	DE		0	Europe/Berlin	49.04528	12.73995				02	092	09278	09278129
2904850	Hienheim	hienheim	DE		0	Europe/Berlin	48.86378	11.76665		Hienheim		02	092	09273	09273152
2904852	Hienhardt	hienhardt	DE		0	Europe/Berlin	48.96735	12.93441				02	092	09276	09276111
2904853	Hienering	hienering	DE		0	Europe/Berlin	48.28084	12.13151				02	091	09177	09177115
2904854	Hiendorf	hiendorf	DE		0	Europe/Berlin	48.83368	11.6383				02	091	09176	09176147
2904859	Hiendlhub	hiendlhub	DE		0	Europe/Berlin	48.34143	12.20438				02	091	09177	09177139
2904863	Hiemenhofen	hiemenhofen	DE		0	Europe/Berlin	47.82595	10.58599				02	097	09777	09777167
2904866	Hiebler	hiebler	DE		0	Europe/Berlin	47.683	10.87934				02	091	09190	09190154
2904869	Hiebel	hiebel	DE		0	Europe/Berlin	48.16667	12.83333				02	091	09171	09171112
2904870	Hidring	hidring	DE		0	Europe/Berlin	48.63309	13.30191				02	092	09275	09275159
2904871	Hiddingsen	hiddingsen	DE		0	Europe/Berlin	51.53779	8.11598				07	059	05974	05974040
2904872	Hiddingsel	hiddingsel	DE		0	Europe/Berlin	51.83683	7.40189		Hiddingsel		07	055	05558	05558016
2904873	Hiddinghausen	hiddinghausen	DE		0	Europe/Berlin	52.84725	9.2891		Hiddinghausen		06	00	03361	03361003
2904874	Hiddinghausen	hiddinghausen	DE		0	Europe/Berlin	52.26643	8.28379				06	00	03459	03459012
2904875	Hiddinghausen	hiddinghausen	DE		0	Europe/Berlin	51.35562	7.29084		Hiddinghausen		07	059	05954	05954028
2904876	Hiddingen	hiddingen	DE		0	Europe/Berlin	53.00767	9.6178				06	00	03357	03357051
2904878	Hiddestorf	hiddestorf	DE		0	Europe/Berlin	52.9343	9.11874				06	00	03361	03361002
2904879	Hiddestorf	hiddestorf	DE		0	Europe/Berlin	52.28045	9.70865				06	00	03241	03241007
2904881	Hiddesen	hiddesen	DE		0	Europe/Berlin	51.92341	8.84262				07	057	05766	05766020
2904882	Hiddentrup	hiddentrup	DE		0	Europe/Berlin	51.94913	8.77187				07	057	05766	05766040
2904883	Hiddensen	hiddensen	DE		0	Europe/Berlin	52.33609	9.10509				06	00	03257	03257014
2904884	Hiddensen	hiddensen	DE		0	Europe/Berlin	51.96685	9.17058				07	057	05766	05766016
2904887	Hickingen	hickingen	DE		0	Europe/Berlin	52.23918	8.09495				06	00	03404	03404000
2904888	Hickeswinkel	hickeswinkel	DE		0	Europe/Berlin	51.10662	6.06865				07	053	05370	05370016
2904890	Hickerstall	hickerstall	DE		0	Europe/Berlin	48.33236	12.77982				02	092	09277	09277153
2904892	Hickern	hickern	DE		0	Europe/Berlin	48.46273	11.36561				02	091	09186	09186125
2904895	Hibben	hibben	DE		0	Europe/Berlin	52.50164	9.02865				06	00	03256	03256032
2904896	Heyweiler	heyweiler	DE		0	Europe/Berlin	50.1263	7.4633				08	00	07140	07140010
2904897	Heysundern	heysundern	DE		0	Europe/Berlin	51.97187	8.77039		Heisundern,Heysundern		07	057	05766	05766040
2904898	Heyrothsberge	heyrothsberge	DE		0	Europe/Berlin	52.13802	11.73357				14	00	15086	15086005
2904899	Heyroth	heyroth	DE		0	Europe/Berlin	50.29677	6.80302		Heiroth,Heyroth		08	00	07233	07233076
2904901	Heynburg	heynburg	DE		0	Europe/Berlin	51.93931	11.25391		Groningen-Heynburg,Gröningen-Heynburg,Heynburg		14	00	15083	15083245
2904905	Heyfeld	heyfeld	DE		0	Europe/Berlin	51.76667	8.58333				07	057	05774	05774020
2904906	Heyersum	heyersum	DE		1089	Europe/Berlin	52.15678	9.81265	96			06	00	03254	03254026
2904907	Heyersdorf	heyersdorf	DE		143	Europe/Berlin	50.85	12.35			16077017	15	00	16077	16077017
2904911	Heyerhöfen	heyerhoefen	DE		0	Europe/Berlin	53.45319	8.79831				06	00	03352	03352059
2904912	Heyerhof	heyerhof	DE		0	Europe/Berlin	49.63745	8.06183				08	00	07333	07333001
2904920	Heydenhof	heydenhof	DE		0	Europe/Berlin	53.87678	13.25762				12	00	13075	13075070
2904925	Heyda	heyda	DE		0	Europe/Berlin	51.38561	12.89118				13	00	14729	14729245
2904926	Heyda	heyda	DE		0	Europe/Berlin	51.26696	13.33963				13	00	14627	14627070
2904927	Heyda	heyda	DE		0	Europe/Berlin	51.09062	13.10076		Heyda,Knobelsdorf-Heyda		13	00	14522	14522570
2904928	Heyda	heyda	DE		0	Europe/Berlin	50.73393	10.93602				15	00	16070	16070029
2904950	Hexenagger	hexenagger	DE		0	Europe/Berlin	48.92058	11.68617				02	091	09176	09176112
2904951	Hewingsen	hewingsen	DE		0	Europe/Berlin	51.51825	8.04474				07	059	05974	05974032
2904952	Hevinghausen	hevinghausen	DE		0	Europe/Berlin	50.90783	7.36687				07	053	05382	05382036
2904953	Hevesen	hevesen	DE		0	Europe/Berlin	52.30082	9.07368				06	00	03257	03257009
2904958	Hevensen	hevensen	DE		0	Europe/Berlin	51.63918	9.86946		Hevensen		06	00	03155	03155005
2904959	Heven	heven	DE		0	Europe/Berlin	51.43935	7.30848		Hewini		07	059	05954	05954036
2904960	Heven	heven	DE		0	Europe/Berlin	52.05848	7.2198				07	055	05554	05554052
2904963	Heuwisch	heuwisch	DE		0	Europe/Berlin	54.24335	8.97328				10	00	01051	01051075
2904970	Heuweg	heuweg	DE		0	Europe/Berlin	49.06361	12.27348				02	093	09375	09375114
2904971	Heuwang	heuwang	DE		0	Europe/Berlin	47.78644	10.52172				02	097	09777	09777175
2904973	Heutingsheim	heutingsheim	DE		0	Europe/Berlin	48.92882	9.19139				01	081	08118	08118078
2904975	Heutensbach	heutensbach	DE		0	Europe/Berlin	48.90821	9.48521				01	081	08119	08119003
2904976	Heutenburg	heutenburg	DE		0	Europe/Berlin	48.65	10.06667				01	081	08135	08135032
2904988	Heusteig	heusteig	DE		0	Europe/Berlin	47.83612	10.24522				02	097	09780	09780119
2904991	Heusiepen	heusiepen	DE		0	Europe/Berlin	51.21227	7.18077		Heusiepen		07	051	05120	05120000
2904993	Heusdorf	heusdorf	DE		0	Europe/Berlin	51.03318	11.52494		Heusdorf,Hugestorp [a. 1174],Huisthorp [a. 1197]		15	00	16071	16071001
2904994	Heuscheune	heuscheune	DE		0	Europe/Berlin	50.99623	14.81529				13	00	14626	14626180
2904997	Heurenbach	heurenbach	DE		0	Europe/Berlin	47.90818	9.73282				01	084	08436	08436009
2904998	Heupweiler	heupweiler	DE		0	Europe/Berlin	49.68548	7.18816				08	00	07134	07134058
2905001	Heunischhof	heunischhof	DE		0	Europe/Berlin	48.95307	10.87389		Heunischhof		02	095	09577	09577173
2905008	Heumar	heumar	DE		0	Europe/Berlin	50.91748	7.08146				07	053	05315	05315000
2905009	Heumaden	heumaden	DE		0	Europe/Berlin	48.74657	9.23547				01	081	08111	08111000
2905010	Heumaden	heumaden	DE		0	Europe/Berlin	49.5948	12.44957				02	093	09374	09374137
2905018	Heukendorf	heukendorf	DE		0	Europe/Berlin	51.04557	12.33965		Heukendorf		15	00	16077	16077032
2905020	Heuholz	heuholz	DE		0	Europe/Berlin	49.15435	9.54658				01	081	08126	08126069
2905022	Heuhof	heuhof	DE		0	Europe/Berlin	48.98021	10.65525				02	097	09779	09779117
2905029	Heuhausen	heuhausen	DE		0	Europe/Berlin	53.69916	8.54608				06	00	03352	03352061
2905035	Heufurt	heufurt	DE		0	Europe/Berlin	50.50729	10.16844				02	096	09673	09673123
2905036	Heufelwinden	heufelwinden	DE		0	Europe/Berlin	49.31298	10.06772				01	081	08127	08127008
2905038	Heufelden	heufelden	DE		0	Europe/Berlin	48.2975	9.75723				01	084	08425	08425033
2905040	Heufeld	heufeld	DE		0	Europe/Berlin	47.87387	11.96823				02	091	09187	09187122
2905043	Heuerstorf	heuerstorf	DE		0	Europe/Berlin	52.87234	10.72472				06	00	03360	03360020
2905047	Heuerort	heuerort	DE		0	Europe/Berlin	52.50515	8.67662				07	057	05770	05770040
2905051	Heue	heue	DE		0	Europe/Berlin	52.35347	9.04872				07	057	05770	05770028
2905052	Heudorf bei Mengen	heudorf-bei-mengen	DE		0	Europe/Berlin	48.09284	9.3298		Heudorf,Mengisch-Heudorf		01	084	08437	08437101
2905053	Heudorf am Bussen	heudorf-am-bussen	DE		0	Europe/Berlin	48.13101	9.5136		Heudorf		01	084	08426	08426035
2905054	Heudorf	heudorf	DE		0	Europe/Berlin	53.30154	8.97463				06	00	03356	03356011
2905055	Heudorf	heudorf	DE		0	Europe/Berlin	48.48655	10.49527				02	097	09773	09773133
2905056	Heudorf	heudorf	DE		0	Europe/Berlin	47.99532	9.07248				01	084	08437	08437078
2905057	Heudorf	heudorf	DE		0	Europe/Berlin	47.9137	8.93558				01	083	08335	08335021
2905059	Heuchstetten	heuchstetten	DE		0	Europe/Berlin	48.64145	10.00492				01	081	08135	08135015
2905065	Heuchling	heuchling	DE		0	Europe/Berlin	49.52187	11.53298				02	095	09574	09574147
2905066	Heuchling	heuchling	DE		0	Europe/Berlin	49.5188	11.29				02	095	09574	09574138
2905077	Heubült	heubuelt	DE		0	Europe/Berlin	53.33313	8.15872				06	00	03451	03451005
2905078	Heubühl	heubuhl	DE		0	Europe/Berlin	49.23884	11.19112				02	095	09576	09576143
2905079	Heubsch	heubsch	DE		0	Europe/Berlin	50.04331	11.36712				02	094	09477	09477124
2905080	Heubrücke	heubruecke	DE		0	Europe/Berlin	53.10453	7.5679				06	00	03457	03457018
2905081	Heubisch	heubisch	DE		0	Europe/Berlin	50.31039	11.15241				15	00	16072	16072024
2905082	Heubergshaus	heubergshaus	DE		0	Europe/Berlin	50.83322	10.52615				15	00	16067	16067019
2905084	Heubergerhof	heubergerhof	DE		0	Europe/Berlin	49.68367	8.02828				08	00	07333	07333007
2905093	Heuberg	heuberg	DE		0	Europe/Berlin	50.69606	7.54528				08	00	07132	07132064
2905094	Heuberg	heuberg	DE		0	Europe/Berlin	49.51667	7.86667				08	00	07335	07335205
2905095	Heuberg	heuberg	DE		0	Europe/Berlin	49.21241	10.47913				02	095	09571	09571166
2905096	Heuberg	heuberg	DE		0	Europe/Berlin	49.20526	11.1937				02	095	09576	09576127
2905097	Heuberg	heuberg	DE		0	Europe/Berlin	49.16127	9.49812				01	081	08126	08126069
2905098	Heuberg	heuberg	DE		0	Europe/Berlin	48.99002	11.00718				02	095	09577	09577177
2905099	Heuberg	heuberg	DE		0	Europe/Berlin	48.92816	10.54972		Heuberg		02	097	09779	09779197
2905100	Heuberg	heuberg	DE		0	Europe/Berlin	48.49084	9.59064				01	084	08425	08425134
2905143	Heubelsberg	heubelsberg	DE		0	Europe/Berlin	48.35271	10.31136				02	097	09774	09774191
2905144	Heubeckengrub	heubeckengrub	DE		0	Europe/Berlin	49.08309	12.68315				02	092	09278	09278147
2905156	Hetzweiler	hetzweiler	DE		0	Europe/Berlin	49.27328	10.33497				02	095	09571	09571174
2905157	Hetzwege	hetzwege	DE		0	Europe/Berlin	53.19381	9.40792		Hetzwege		06	00	03357	03357041
2905158	Hetzwalde	hetzwalde	DE		0	Europe/Berlin	50.97462	14.62624				13	00	14626	14626280
2905159	Hetzschen	hetzschen	DE		0	Europe/Berlin	50.30767	12.35484				13	00	14523	14523200
2905160	Hetzmannsdorf	hetzmannsdorf	DE		0	Europe/Berlin	49.35394	12.52613		Hatzmannsdorf,Hetzmannsdorf		02	093	09372	09372154
2905161	Hetzlos	hetzlos	DE		0	Europe/Berlin	50.1859	9.86851				02	096	09672	09672139
2905162	Hetzlinshofen	hetzlinshofen	DE		0	Europe/Berlin	47.94717	10.22226				02	097	09778	09778162
2905165	Hetzisweiler	hetzisweiler	DE		0	Europe/Berlin	47.9729	9.79636				01	084	08426	08426038
2905169	Hetzingen	hetzingen	DE		0	Europe/Berlin	50.68632	6.46816				07	053	05358	05358044
2905170	Hetzhof	hetzhof	DE		0	Europe/Berlin	50.02284	7.02686				08	00	07231	07231067
2905173	Hetzert	hetzert	DE		0	Europe/Berlin	51.44968	6.28696				07	051	05154	05154052
2905175	Hetzerode	hetzerode	DE		0	Europe/Berlin	51.13414	9.80999		Hetzerode		05	066	06636	06636012
2905181	Hetzenholz	hetzenholz	DE		0	Europe/Berlin	50.89996	7.35849		Hetzenholz		07	053	05382	05382036
2905182	Hetzenhof	hetzenhof	DE		0	Europe/Berlin	48.77938	9.68698				01	081	08136	08136042
2905186	Hetzendorf	hetzendorf	DE		0	Europe/Berlin	49.66755	11.40511				02	094	09472	09472118
2905187	Hetzenbichl	hetzenbichl	DE		0	Europe/Berlin	47.80987	12.23877				02	091	09187	09187169
2905188	Hetzenberg	hetzenberg	DE		0	Europe/Berlin	48.3809	12.76298				02	092	09277	09277116
2905191	Hetzenbach	hetzenbach	DE		0	Europe/Berlin	49.14183	12.38005				02	093	09372	09372167
2905193	Hetzelsdorf	hetzelsdorf	DE		0	Europe/Berlin	49.72687	11.2046				02	094	09474	09474161
2905194	Hetzelsdorf	hetzelsdorf	DE		0	Europe/Berlin	49.08707	12.84139				02	092	09276	09276135
2905198	Hetzdorf	hetzdorf	DE		0	Europe/Berlin	53.43378	13.71189				11	00	12073	12073579
2905199	Hetzdorf	hetzdorf	DE		0	Europe/Berlin	51.17649	12.94841				13	00	14522	14522310
2905200	Hetzdorf	hetzdorf	DE		0	Europe/Berlin	50.96953	13.45				13	00	14522	14522240
2905201	Hetzdorf	hetzdorf	DE		0	Europe/Berlin	50.93759	11.78884				15	00	16074	16074009
2905202	Hetzdorf	hetzdorf	DE		0	Europe/Berlin	50.84562	13.14502				13	00	14522	14522440
2905204	Hetzbach	hetzbach	DE		0	Europe/Berlin	49.59364	8.98836				05	064	06437	06437016
2905210	Hettlingen	hettlingen	DE		0	Europe/Berlin	48.53245	10.66697		Hettlingen,ZNH		02	097	09773	09773182
2905211	Hettlich	hettlich	DE		0	Europe/Berlin	52.25	8.1				06	00	03404	03404000
2905212	Hettlage	hettlage	DE		0	Europe/Berlin	52.3	7.95				06	00	03404	03404000
2905213	Hettisried	hettisried	DE		0	Europe/Berlin	47.80599	10.12552				02	097	09780	09780112
2905216	Hettigenbeuern	hettigenbeuern	DE		0	Europe/Berlin	49.57972	9.26522		Hettigenbeuern		01	082	08225	08225014
2905217	Hetthorn	hetthorn	DE		0	Europe/Berlin	53.44483	8.64383				06	00	03352	03352032
2905218	Hettersroth	hettersroth	DE		0	Europe/Berlin	50.34549	9.2737				05	064	06435	06435004
2905219	Hettersreuth	hettersreuth	DE		0	Europe/Berlin	50.02649	11.57571		Hedersreuth,Hettersreuth		02	094	09477	09477119
2905220	Hetterscheidt	hetterscheidt	DE		0	Europe/Berlin	51.33671	6.99617				07	051	05158	05158012
2905223	Hettensen	hettensen	DE		0	Europe/Berlin	51.61844	9.79136		Hettensen		06	00	03155	03155005
2905224	Hettensberg	hettensberg	DE		0	Europe/Berlin	49.04087	9.95809				01	081	08127	08127012
2905227	Hettenkofen	hettenkofen	DE		0	Europe/Berlin	48.81081	12.86606				02	092	09271	09271151
2905228	Hettenkofen	hettenkofen	DE		0	Europe/Berlin	48.51855	12.23986				02	092	09274	09274111
2905229	Hettenkirchen	hettenkirchen	DE		0	Europe/Berlin	48.52151	11.75691				02	091	09178	09178115
2905232	Hettenhain	hettenhain	DE		0	Europe/Berlin	50.13343	8.08718				05	064	06439	06439002
2905233	Hetten	hetten	DE		0	Europe/Berlin	47.80345	10.99512				02	091	09190	09190130
2905234	Hettelsberg	hettelsberg	DE		0	Europe/Berlin	48.8865	10.23855				01	081	08136	08136038
2905235	Hetschwang	hetschwang	DE		0	Europe/Berlin	48.37393	10.20287				02	097	09774	09774119
2905236	Hetschenhof	hetschenhof	DE		0	Europe/Berlin	48.91997	9.73026		Hetzenhof		01	081	08136	08136027
2905240	Hetschbach	hetschbach	DE		0	Europe/Berlin	50.38551	10.8014				15	00	16069	16069053
2905241	Hetschbach	hetschbach	DE		0	Europe/Berlin	49.80839	8.98381				05	064	06437	06437009
2905246	Hetjershausen	hetjershausen	DE		0	Europe/Berlin	51.53173	9.85862				06	00	03159	03159016
2905248	Hetendorf	hetendorf	DE		0	Europe/Berlin	52.86903	10.02571				06	00	03351	03351026
2905253	Hestrup	hestrup	DE		0	Europe/Berlin	52.55485	7.5816				06	00	03454	03454017
2905254	Hestrup	hestrup	DE		0	Europe/Berlin	52.38677	7.14781				06	00	03456	03456015
2905255	Hestrup	hestrup	DE		0	Europe/Berlin	51.97404	9.05205				07	057	05766	05766016
2905256	Hestoft	hestoft	DE		0	Europe/Berlin	54.55392	9.73573				10	00	01059	01059094
2905258	Hestert	hestert	DE		0	Europe/Berlin	51.61154	6.31896				07	051	05154	05154032
2905259	Hestert	hestert	DE		0	Europe/Berlin	51.34233	7.43806				07	059	05914	05914000
2905262	Hesterhöge	hesterhoege	DE		0	Europe/Berlin	52.95	8.36667				06	00	03458	03458003
2905263	Hesterberg	hesterberg	DE		0	Europe/Berlin	52.61057	8.99322				06	00	03256	03256030
2905272	Hestedt	hestedt	DE		0	Europe/Berlin	52.86812	10.98384				14	00	15081	15081455
2905273	Heßwinkel	hesswinkel	DE		0	Europe/Berlin	51.03333	10.46667				15	00	16063	16063098
2905274	Heßloh	hessloh	DE		0	Europe/Berlin	51.99609	8.8361		Hessloch,Hessloh,Heßloch,Heßloh		07	057	05766	05766040
2905275	Heßloch	hessloch	DE		0	Europe/Berlin	50.11056	8.29637		Hessloch,Heßloch		05	064	06414	06414000
2905276	Heßloch	hessloch	DE		0	Europe/Berlin	49.74155	8.2473				08	00	07331	07331015
2905277	Heßlingshof	hesslingshof	DE		0	Europe/Berlin	49.3724	9.58497				01	081	08126	08126072
2905279	Heßlingen	hesslingen	DE		0	Europe/Berlin	52.42745	10.80351				06	00	03103	03103000
2905280	Heßlingen	hesslingen	DE		0	Europe/Berlin	52.14854	9.22129				06	00	03252	03252007
2905284	Heßler	hessler	DE		0	Europe/Berlin	51.52095	7.05742		Hessler,Heßler		07	055	05513	05513000
2905286	Heßlar	hesslar	DE		0	Europe/Berlin	51.1337	9.48367				05	066	06634	06634003
2905287	Heßlar	hesslar	DE		0	Europe/Berlin	49.97212	9.8503		Hesslar,Heßlar		02	096	09677	09677148
2905288	Heßlachshof	hesslachshof	DE		0	Europe/Berlin	49.34598	9.7653				01	081	08126	08126020
2905289	Heßlach	hesslach	DE		0	Europe/Berlin	49.95806	11.72629				02	094	09472	09472199
2905301	Hesserode	hesserode	DE		0	Europe/Berlin	51.49675	10.73665		Hesserode		15	00	16062	16062041
2905302	Hesserode	hesserode	DE		0	Europe/Berlin	51.0918	9.42784		Hesserode		05	066	06634	06634003
2905303	Hesserode	hesserode	DE		0	Europe/Berlin	50.85	10.78333				15	00	16067	16067089
2905304	Hessenwinkel	hessenwinkel	DE		0	Europe/Berlin	52.42252	13.72083		Berlin-Hessenwinkel,Hessenwinkel		16	00	11000	11000000
2905305	Hessenthal	hessenthal	DE		0	Europe/Berlin	49.92778	9.28412				02	096	09671	09671141
2905306	Hessental	hessental	DE		0	Europe/Berlin	49.1077	9.77393				01	081	08127	08127076
2905308	Hessenstein	hessenstein	DE		0	Europe/Berlin	53.82436	12.43724				12	00	13072	13072113
2905311	Hessenreuth	hessenreuth	DE		0	Europe/Berlin	49.81066	11.97682				02	093	09374	09374149
2905317	Hessenhagen	hessenhagen	DE		0	Europe/Berlin	53.1051	13.80338				11	00	12073	12073157
2905319	Hessendorf	hessendorf	DE		0	Europe/Berlin	52.1678	9.0506				06	00	03257	03257031
2905321	Hessenburg	hessenburg	DE		0	Europe/Berlin	54.30181	12.54572				12	00	13073	13073077
2905327	Hessenaue	hessenaue	DE		0	Europe/Berlin	49.89144	8.36961				05	064	06433	06433014
2905328	Hessenau	hessenau	DE		0	Europe/Berlin	51.37705	10.02026				15	00	16061	16061069
2905329	Hessenau	hessenau	DE		0	Europe/Berlin	49.21283	9.91658				01	081	08127	08127043
2905333	Hesselteich	hesselteich	DE		0	Europe/Berlin	52.02842	8.23793		Hesselteich		07	057	05754	05754048
2905334	Hesselte	hesselte	DE		0	Europe/Berlin	52.4177	7.36996		Hesselte		06	00	03454	03454010
2905337	Hesselstall	hesselstall	DE		0	Europe/Berlin	47.82918	10.25878				02	097	09780	09780119
2905339	Hesselnfeld	hesselnfeld	DE		0	Europe/Berlin	52.83711	8.1313				06	00	03453	03453005
2905340	Hesseln	hesseln	DE		0	Europe/Berlin	50.55979	7.3565				08	00	07138	07138037
2905341	Hesseln	hesseln	DE		0	Europe/Berlin	52.07196	8.31759		Haselino,Heslim,Hėslim		07	057	05754	05754012
2905342	Hessellohe	hessellohe	DE		0	Europe/Berlin	48.75132	11.18065				02	091	09185	09185149
2905344	Hesselhurst	hesselhurst	DE		0	Europe/Berlin	48.51639	7.88313		Hesselhurst		01	083	08317	08317141
2905345	Hesseler	hesseler	DE		0	Europe/Berlin	51.79527	8.10711		Hasleri,Haslēri,Hesseler		07	055	05570	05570008
2905348	Hesseldorf	hesseldorf	DE		0	Europe/Berlin	50.27069	9.30765				05	064	06435	06435029
2905349	Hesselbronn	hesselbronn	DE		0	Europe/Berlin	49.20966	9.688		Heffelbrown,Hesselbronn		01	081	08126	08126047
2905350	Hesselberg	hesselberg	DE		0	Europe/Berlin	49.65818	10.86848				02	095	09572	09572133
2905357	Hesselbach	hesselbach	DE		0	Europe/Berlin	48.66268	8.05392				01	083	08317	08317001
2905358	Hesselbach	hesselbach	DE		0	Europe/Berlin	48.51225	8.07737				01	083	08317	08317089
2905359	Hesselbach	hesselbach	DE		0	Europe/Berlin	51.02661	7.60755				07	053	05374	05374012
2905360	Hesselbach	hesselbach	DE		0	Europe/Berlin	50.88607	8.36653		Hesselbach		07	059	05970	05970028
2905361	Hesselbach	hesselbach	DE		0	Europe/Berlin	50.32124	11.38287				02	094	09476	09476189
2905362	Hesselbach	hesselbach	DE		0	Europe/Berlin	50.10966	10.32107				02	096	09678	09678186
2905363	Hesselbach	hesselbach	DE		0	Europe/Berlin	49.5744	9.08731				05	064	06437	06437016
2905374	Heßberg	hessberg	DE		0	Europe/Berlin	50.41869	10.77107				15	00	16069	16069053
2905384	Hespert	hespert	DE		0	Europe/Berlin	50.97065	7.73247		Hespert		07	053	05374	05374040
2905385	Hesperinghausen	hesperinghausen	DE		0	Europe/Berlin	51.47384	8.90748		Hesperinghausen		05	066	06635	06635008
2905387	Hespengrund	hespengrund	DE		0	Europe/Berlin	48.49958	8.01965				01	083	08317	08317021
2905390	Hespecke	hespecke	DE		0	Europe/Berlin	51.15723	8.01686		Hespecke		07	059	05966	05966020
2905397	Heslachhof	heslachhof	DE		0	Europe/Berlin	48.95593	9.51714				01	081	08119	08119006
2905398	Heslach	heslach	DE		0	Europe/Berlin	48.76196	9.15929				01	081	08111	08111000
2905400	Heskem	heskem	DE		0	Europe/Berlin	50.74351	8.83604				05	065	06534	06534008
2905403	Hesepertwist	hesepertwist	DE		0	Europe/Berlin	52.61331	7.08902				06	00	03454	03454054
2905407	Hesepe	hesepe	DE		0	Europe/Berlin	52.44088	7.96616				06	00	03459	03459014
2905408	Hesepe	hesepe	DE		0	Europe/Berlin	52.41594	7.10861		Hesepe		06	00	03456	03456015
2905409	Hesenbroek	hesenbroek	DE		0	Europe/Berlin	53.43689	7.52373				06	00	03452	03452001
2905411	Heselwangen	heselwangen	DE		0	Europe/Berlin	48.27417	8.87983		Balingen Heselwangen		01	084	08417	08417002
2905412	Heseln	heseln	DE		0	Europe/Berlin	50.91667	7.66667				07	053	05374	05374040
2905415	Heselbronn	heselbronn	DE		0	Europe/Berlin	48.59581	8.58089				01	082	08235	08235006
2905416	Heselberg	heselberg	DE		0	Europe/Berlin	53.04274	7.72979				06	00	03453	03453013
2905417	Heselbach	heselbach	DE		0	Europe/Berlin	49.29207	12.1968				02	093	09376	09376175
2905418	Heselbach	heselbach	DE		0	Europe/Berlin	48.53979	8.40297				01	082	08237	08237004
2905422	Hesedorf	hesedorf	DE		0	Europe/Berlin	53.46529	9.1976		Hesedorf		06	00	03357	03357008
2905423	Hesedorf	hesedorf	DE		0	Europe/Berlin	53.20161	9.34317		Hesedorf		06	00	03357	03357018
2905425	Hesbüll	hesbuell	DE		0	Europe/Berlin	54.86667	8.7				10	00	01054	01054086
2905427	Hesborn	hesborn	DE		0	Europe/Berlin	51.14967	8.62523		Hesborn		07	059	05958	05958020
2905428	Herzwolde	herzwolde	DE		0	Europe/Berlin	53.30907	13.19744				12	00	13071	13071162
2905430	Herztal	herztal	DE		0	Europe/Berlin	48.52871	8.03212				01	083	08317	08317089
2905433	Herzogwind	herzogwind	DE		0	Europe/Berlin	49.70297	11.34008				02	094	09474	09474156
2905436	Herzogsweiler	herzogsweiler	DE		0	Europe/Berlin	48.50899	8.53329				01	082	08237	08237054
2905437	Herzogswalde	herzogswalde	DE		0	Europe/Berlin	51.01194	13.49755		Herzogswalde		13	00	14628	14628410
2905440	Herzogsreut	herzogsreut	DE		0	Europe/Berlin	48.83864	13.64363		Herzogsreut		02	092	09272	09272126
2905441	Herzogspitz	herzogspitz	DE		0	Europe/Berlin	49.79429	12.0223				02	093	09374	09374149
2905442	Herzogsgasse	herzogsgasse	DE		0	Europe/Berlin	49.38333	8.15				08	00	07316	07316000
2905445	Herzogöd	herzogod	DE		0	Europe/Berlin	49.93605	12.11581				02	093	09377	09377119
2905446	Herzog Juliushütte	herzog-juliushuette	DE		0	Europe/Berlin	51.91939	10.38019				06	00	03153	03153007
2905448	Herzoghut	herzoghut	DE		0	Europe/Berlin	49.93234	11.82883				02	093	09377	09377127
2905450	Herzogenweiler	herzogenweiler	DE		0	Europe/Berlin	48.02527	8.37124				01	083	08326	08326074
2905454	Herzogenreuth	herzogenreuth	DE		0	Europe/Berlin	49.9069	11.09173				02	094	09471	09471142
2905458	Herzogenau	herzogenau	DE		0	Europe/Berlin	48.61667	9.58333				01	081	08116	08116070
2905460	Herzogau	herzogau	DE		0	Europe/Berlin	48.67742	13.09605				02	092	09271	09271128
2905461	Herzogau	herzogau	DE		0	Europe/Berlin	49.35484	12.72078				02	093	09372	09372171
2905464	Herzmanns	herzmanns	DE		0	Europe/Berlin	47.64977	10.29411		Herzmanns,Herzmans		02	097	09780	09780143
2905467	Herzkamp	herzkamp	DE		0	Europe/Berlin	51.31253	7.20403				07	059	05954	05954028
2905470	Herzhausen	herzhausen	DE		0	Europe/Berlin	51.18322	8.89712				05	066	06635	06635019
2905471	Herzhausen	herzhausen	DE		0	Europe/Berlin	50.95152	8.08305		Herzhausen		07	059	05970	05970032
2905472	Herzhausen	herzhausen	DE		0	Europe/Berlin	50.825	8.55818				05	065	06534	06534007
2905482	Herzershof	herzershof	DE		0	Europe/Berlin	52.54102	14.55397				11	00	12064	12064266
2905487	Herzebrock	herzebrock	DE		0	Europe/Berlin	51.88141	8.23894		Herzebrock		07	057	05754	05754020
2905488	Herzebocholt	herzebocholt	DE		0	Europe/Berlin	51.84151	6.47506		Herzebocholt		07	055	05554	05554032
2905489	Herzdorf	herzdorf	DE		0	Europe/Berlin	53.16667	12.63333				11	00	12068	12068468
2905490	Herzbroich	herzbroich	DE		0	Europe/Berlin	51.20629	6.50803				07	051	05162	05162020
2905528	Herxheim	herxheim	DE		754	Europe/Berlin	49.1463	8.21346		Herxheim		08	00	07337	07337038
2905529	Herwigsdorf	herwigsdorf	DE		0	Europe/Berlin	51.07267	14.72819				13	00	14626	14626470
2905530	Herweg	herweg	DE		0	Europe/Berlin	51.17775	7.36469		Herweg		07	053	05374	05374016
2905531	Herweg	herweg	DE		0	Europe/Berlin	51.02849	7.20608				07	053	05378	05378012
2905532	Herweg	herweg	DE		0	Europe/Berlin	50.96724	7.20471				07	053	05378	05378004
2905534	Hervorst	hervorst	DE		0	Europe/Berlin	51.70017	6.13836				07	051	05154	05154016
2905535	Hervetsweiler	hervetsweiler	DE		0	Europe/Berlin	47.9936	9.70539				01	084	08426	08426062
2905537	Hervest	hervest	DE		0	Europe/Berlin	51.67409	7.00775		Hervest,Herwest		07	055	05562	05562012
2905539	Hertwegsgrün	hertwegsgrun	DE		0	Europe/Berlin	50.32949	11.59138				02	094	09475	09475128
2905541	Hertmannsweiler	hertmannsweiler	DE		0	Europe/Berlin	48.88803	9.42221				01	081	08119	08119085
2905542	Hertmann-Lohbeck	hertmann-lohbeck	DE		0	Europe/Berlin	52.56667	7.95				06	00	03459	03459010
2905543	Hertlingshäuserhof	hertlingshaeuserhof	DE		0	Europe/Berlin	49.58404	8.12219				08	00	07332	07332042
2905544	Hertlingshausen	hertlingshausen	DE		0	Europe/Berlin	49.49304	8.031				08	00	07332	07332007
2905548	Hertingshausen	hertingshausen	DE		0	Europe/Berlin	50.96287	8.92757		Hertingshausen		05	065	06534	06534022
2905549	Hertingen	hertingen	DE		0	Europe/Berlin	47.72281	7.58743				01	083	08336	08336006
2905550	Hertingen	hertingen	DE		0	Europe/Berlin	47.61813	10.53097				02	097	09777	09777153
2905551	Hertigswalde	hertigswalde	DE		0	Europe/Berlin	50.96026	14.28729				13	00	14628	14628360
2905552	Hertighofen	hertighofen	DE		0	Europe/Berlin	48.87383	9.77071				01	081	08136	08136066
2905557	Hertha	hertha	DE		0	Europe/Berlin	54.55	13.58333				12	00	13073	13073078
2905558	Hertershofen	hertershofen	DE		0	Europe/Berlin	49.3074	10.10353				01	081	08127	08127071
2905565	Hertel	hertel	DE		0	Europe/Berlin	53.03334	9.67342				06	00	03358	03358017
2905566	Hertefeld	hertefeld	DE		0	Europe/Berlin	52.66217	12.81821				11	00	12063	12063208
2905568	Herstum	herstum	DE		0	Europe/Berlin	54.54339	8.98763				10	00	01054	01054043
2905570	Herstelle	herstelle	DE		0	Europe/Berlin	51.64189	9.41786				07	057	05762	05762008
2905571	Herste	herste	DE		0	Europe/Berlin	51.71182	9.0929		Hersithi		07	057	05762	05762004
2905572	Herßum	herssum	DE		0	Europe/Berlin	52.7547	7.6467				06	00	03454	03454026
2905579	Hersel	hersel	DE		0	Europe/Berlin	50.77259	7.04392		Hersel		07	053	05382	05382012
2905580	Herschwiesen	herschwiesen	DE		0	Europe/Berlin	50.20692	7.49639		Herschwiesen		08	00	07140	07140501
2905582	Herschweiler	herschweiler	DE		0	Europe/Berlin	49.48333	7.35		Herschweilder,Herschweiler		08	00	07336	07336041
2905583	Herschfeld	herschfeld	DE		0	Europe/Berlin	50.33095	10.24082				02	096	09673	09673114
2905584	Herschenhofen	herschenhofen	DE		0	Europe/Berlin	48.41918	11.50649				02	091	09178	09178133
2905612	Herrot	herrot	DE		0	Europe/Berlin	47.80543	9.95327				01	084	08436	08436052
2905613	Herrnzell	herrnzell	DE		0	Europe/Berlin	48.25551	11.15524				02	091	09179	09179117
2905614	Herrnwinden	herrnwinden	DE		0	Europe/Berlin	49.34369	10.15509				02	095	09571	09571193
2905619	Herrnwahlthann	herrnwahlthann	DE		0	Europe/Berlin	48.84498	11.9863				02	092	09273	09273125
2905621	Herrntrop	herrntrop	DE		0	Europe/Berlin	51.08921	8.1058		Herrentrop,Herrntrop		07	059	05966	05966016
2905625	Herrnsheim	herrnsheim	DE		0	Europe/Berlin	49.65885	10.24235		Markt Herrnsheim		02	096	09675	09675179
2905626	Herrnsheim	herrnsheim	DE		0	Europe/Berlin	49.65352	8.33199		Herrnsheim,Hewnsheim		08	00	07319	07319000
2905628	Herrnsdorf	herrnsdorf	DE		0	Europe/Berlin	50.89586	12.66145				13	00	14524	14524180
2905629	Herrnsdorf	herrnsdorf	DE		0	Europe/Berlin	49.79301	10.88582				02	094	09471	09471131
2905631	Herrnschallbach	herrnschallbach	DE		0	Europe/Berlin	49.14875	10.34185				02	095	09571	09571145
2905632	Herrnsberg	herrnsberg	DE		0	Europe/Berlin	49.07776	11.37065		Herrnsberg		02	095	09576	09576122
2905634	Herrnsaal	herrnsaal	DE		0	Europe/Berlin	48.90828	11.94777				02	092	09273	09273137
2905635	Herrnried	herrnried	DE		0	Europe/Berlin	49.10534	11.71872				02	093	09373	09373151
2905637	Herrnöd	herrnod	DE		0	Europe/Berlin	48.31414	12.13368				02	091	09177	09177115
2905639	Herrnneuses	herrnneuses	DE		0	Europe/Berlin	49.5506	10.64214				02	095	09575	09575153
2905640	Herrnmühle	herrnmuehle	DE		0	Europe/Berlin	51.55412	13.88782				11	00	12066	12066285
2905642	Herrnhütte	herrnhutte	DE		0	Europe/Berlin	49.48333	11.1		Herrnhutte,Herrnhütte		02	095	09564	09564000
2905648	Herrnhof	herrnhof	DE		0	Europe/Berlin	52.69397	14.21279		Herrenhof		11	00	12064	12064061
2905650	Herrnhaag	herrnhaag	DE		0	Europe/Berlin	50.26667	9.08333		Herrnhaag		05	064	06440	06440004
2905654	Herrnfelden	herrnfelden	DE		0	Europe/Berlin	48.44354	12.34753				02	092	09274	09274184
2905655	Herrnfehlburg	herrnfehlburg	DE		0	Europe/Berlin	49.0367	12.66923				02	092	09278	09278179
2905657	Herrndorf	herrndorf	DE		0	Europe/Berlin	50.97707	13.46729				13	00	14522	14522240
2905658	Herrnchiemsee	herrnchiemsee	DE		0	Europe/Berlin	47.86761	12.39599		Herrenwoerth,Herrenwörth,Herrnchiemsee,Herrnwerth		02	091	09187	09187123
2905659	Herrnburg	herrnburg	DE		0	Europe/Berlin	53.8398	10.75655		Herrnburg		12	00	13074	13074049
2905662	Herrnberg	herrnberg	DE		0	Europe/Berlin	49.69498	10.38977				02	095	09575	09575157
2905663	Herrnberg	herrnberg	DE		0	Europe/Berlin	49.00597	12.62131				02	092	09278	09278116
2905664	Herrnberg	herrnberg	DE		0	Europe/Berlin	48.23617	12.1065				02	091	09177	09177137
2905665	Herrnberg	herrnberg	DE		0	Europe/Berlin	47.85	12.35				02	091	09187	09187162
2905672	Herrnberchtheim	herrnberchtheim	DE		0	Europe/Berlin	49.59157	10.19857				02	095	09575	09575134
2905676	Hermannsdorf	hermannsdorf	DE		0	Europe/Berlin	50.58866	12.93038		Hermannsdorf,Herrmannsdorf		13	00	14521	14521180
2905677	Herrmannsdorf	herrmannsdorf	DE		0	Europe/Berlin	48.89367	12.6991				02	092	09278	09278113
2905678	Herrmannsdorf	herrmannsdorf	DE		0	Europe/Berlin	48.26864	9.08123				01	084	08417	08417013
2905679	Herrmannsdorf	herrmannsdorf	DE		0	Europe/Berlin	47.99314	11.89776				02	091	09175	09175121
2905684	Herrlishöfen	herrlishofen	DE		0	Europe/Berlin	48.15	9.81667				01	084	08426	08426128
2905685	Herrlinghausen	herrlinghausen	DE		0	Europe/Berlin	51.11648	7.19521				07	053	05378	05378032
2905686	Herrlingen	herrlingen	DE		0	Europe/Berlin	48.42074	9.89795				01	084	08425	08425141
2905687	Herrlichkeit	herrlichkeit	DE		0	Europe/Berlin	53.69498	9.12612				06	00	03352	03352022
2905692	Herrlehof	herrlehof	DE		0	Europe/Berlin	48.61643	10.86983				02	097	09772	09772136
2905694	Herringserhöfe	herringserhoefe	DE		0	Europe/Berlin	51.53399	8.21257				07	059	05974	05974008
2905695	Herringsen	herringsen	DE		0	Europe/Berlin	51.54189	8.23411				07	059	05974	05974008
2905697	Herringhausen	herringhausen	DE		0	Europe/Berlin	52.13451	8.60191		Herringhausen		07	057	05758	05758008
2905698	Herringhausen	herringhausen	DE		0	Europe/Berlin	52.35114	8.24263				06	00	03459	03459013
2905699	Herringhausen	herringhausen	DE		0	Europe/Berlin	51.65323	8.28224		Herringhausen		07	059	05974	05974028
2905702	Herringerholz	herringerholz	DE		0	Europe/Berlin	52.14433	8.58863		Herringerholz,Herringhauserholz		07	057	05758	05758008
2905703	Herringen	herringen	DE		0	Europe/Berlin	51.66217	7.74158		Heringi,Hėringi		07	059	05915	05915000
2905704	Herrig	herrig	DE		0	Europe/Berlin	50.80218	6.72488		Herrich,Herrig		07	053	05362	05362020
2905707	Herrhausen	herrhausen	DE		0	Europe/Berlin	51.86609	10.17915				06	00	03153	03153012
2905708	Herrgottsweiler	herrgottsweiler	DE		0	Europe/Berlin	47.68333	9.61667				01	084	08435	08435057
2905709	Herrgottsruhe	herrgottsruhe	DE		0	Europe/Berlin	48.36667	10.98333				02	097	09771	09771130
2905713	Herretshofen	herretshofen	DE		0	Europe/Berlin	48.16116	10.32063				02	097	09778	09778157
2905715	Herreth	herreth	DE		0	Europe/Berlin	50.12666	10.93118		Herreth		02	094	09473	09473138
2905716	Herresthalerhof	herresthalerhof	DE		0	Europe/Berlin	49.74198	6.56298		Herresthal,Herresthalerhof		08	00	07211	07211000
2905718	Herressen	herressen	DE		0	Europe/Berlin	51.00781	11.49342				15	00	16071	16071001
2905719	Herreshagen	herreshagen	DE		0	Europe/Berlin	51.04668	7.52134				07	053	05374	05374012
2905722	Herrenzimmern	herrenzimmern	DE		0	Europe/Berlin	49.42806	9.86444		Herrenzimmern		01	081	08128	08128082
2905723	Herrenzimmern	herrenzimmern	DE		0	Europe/Berlin	48.22333	8.57723				01	083	08325	08325009
2905725	Herrenwyk	herrenwyk	DE		0	Europe/Berlin	53.89955	10.79345		Herrenwick,Herrenwyk,Lubeck-Herrenwyk,Lübeck-Herrenwyk		10	00	01003	01003000
2905729	Herrenwiese	herrenwiese	DE		0	Europe/Berlin	52.8	14.1				11	00	12064	12064044
2905730	Herrenwies	herrenwies	DE		0	Europe/Berlin	48.66667	8.28333				01	082	08216	08216013
2905735	Herrenwalde	herrenwalde	DE		0	Europe/Berlin	50.87976	14.6335		Herrenwald,Herrenwalde		13	00	14626	14626140
2905747	Herrentrup	herrentrup	DE		0	Europe/Berlin	51.91966	9.03085				07	057	05766	05766016
2905748	Herrentierbach	herrentierbach	DE		0	Europe/Berlin	49.32778	9.89028		Herrentierbach		01	081	08127	08127008
2905755	Herrenstrunden	herrenstrunden	DE		0	Europe/Berlin	51.00511	7.17942		Herrenstrunden		07	053	05378	05378004
2905756	Herrenstetten	herrenstetten	DE		0	Europe/Berlin	48.18715	10.1154				02	097	09775	09775111
2905757	Herren Steinfeld	herren-steinfeld	DE		0	Europe/Berlin	53.67574	11.3119				12	00	13074	13074012
2905758	Herrenstein	herrenstein	DE		0	Europe/Berlin	51.74393	7.79205				07	055	05570	05570016
2905759	Herrenstein	herrenstein	DE		0	Europe/Berlin	53.17111	13.71523				11	00	12073	12073201
2905760	Herrensohr	herrensohr	DE		0	Europe/Berlin	49.27481	7.0136				09	00	10041	10041100
2905761	Herrenshoff	herrenshoff	DE		0	Europe/Berlin	51.21581	6.50708				07	051	05162	05162020
2905763	Herrensee	herrensee	DE		0	Europe/Berlin	52.53508	13.88958				11	00	12064	12064408
2905766	Herrenschwand	herrenschwand	DE		0	Europe/Berlin	47.76723	7.95289		Herrenschwand		01	083	08336	08336087
2905772	Herrenmühle	herrenmuehle	DE		0	Europe/Berlin	52.27092	12.32628				11	00	12069	12069696
2905773	Herrenmühle	herrenmuehle	DE		0	Europe/Berlin	50.75	10.8				15	00	16070	16070057
2905782	Herrenkrug	herrenkrug	DE		0	Europe/Berlin	52.13742	11.67546				14	00	15003	15003000
2905787	Herrenhölzle	herrenholzle	DE		0	Europe/Berlin	49.13779	9.45432		Herrenholzle,Herrenhölzle		01	081	08126	08126011
2905789	Herrenhölzer	herrenhoelzer	DE		0	Europe/Berlin	52.40192	12.33333				11	00	12069	12069028
2905801	Herrenhausen	herrenhausen	DE		0	Europe/Berlin	52.39184	9.69698				06	00	03241	03241001
2905802	Herrenhausen	herrenhausen	DE		0	Europe/Berlin	53.31832	8.09641		Herrenhausen		06	00	03451	03451008
2905804	Herrenhalligdeich	herrenhalligdeich	DE		0	Europe/Berlin	54.38333	9.1				10	00	01054	01054070
2905805	Herrenhallig	herrenhallig	DE		0	Europe/Berlin	54.39169	9.10998				10	00	01054	01054070
2905806	Herrenhaide	herrenhaide	DE		0	Europe/Berlin	50.89201	12.82594				13	00	14522	14522060
2905807	Herrenhaide	herrenhaide	DE		0	Europe/Berlin	50.5804	13.22478				13	00	14521	14521390
2905811	Herrengraben	herrengraben	DE		0	Europe/Berlin	48.11174	8.03358				01	083	08316	08316042
2905816	Herrendeich	herrendeich	DE		0	Europe/Berlin	54.48333	8.88333				10	00	01054	01054091
2905819	Herrenburg	herrenburg	DE		0	Europe/Berlin	51.88333	7.63333				07	055	05515	05515000
2905820	Herrenbühl	herrenbuhl	DE		0	Europe/Berlin	47.89473	9.95774				01	084	08436	08436010
2905823	Herrenbröl	herrenbroel	DE		0	Europe/Berlin	50.83776	7.45053				07	053	05382	05382052
2905824	Herrenbreitungen	herrenbreitungen	DE		0	Europe/Berlin	50.75427	10.34346		Burgbreitungen		15	00	16066	16066013
2905932	Hermesdorf	hermesdorf	DE		0	Europe/Berlin	50.89333	7.6539		Hermesdorf		07	053	05374	05374044
2905842	Herrenbach	herrenbach	DE		0	Europe/Berlin	48.2606	8.20444				01	083	08317	08317039
2905844	Herrenau	herrenau	DE		0	Europe/Berlin	48.62411	11.85403				02	092	09273	09273178
2905847	Herreden	herreden	DE		0	Europe/Berlin	51.52006	10.73561				15	00	16062	16062041
2905853	Herrath	herrath	DE		0	Europe/Berlin	51.10429	6.3616		Herrath		07	051	05116	05116000
2905854	Herpteroth	herpteroth	DE		0	Europe/Berlin	50.65891	7.67677				08	00	07132	07132040
2905855	Herpfenried	herpfenried	DE		0	Europe/Berlin	48.39342	10.64043				02	097	09772	09772159
2905858	Herpersdorf	herpersdorf	DE		0	Europe/Berlin	49.69497	10.44323				02	095	09575	09575157
2905859	Herpersdorf	herpersdorf	DE		0	Europe/Berlin	49.57933	11.25747				02	095	09572	09572121
2905860	Herpersdorf	herpersdorf	DE		0	Europe/Berlin	49.40285	10.72377				02	095	09571	09571135
2905861	Herpersdorf	herpersdorf	DE		0	Europe/Berlin	49.37048	11.08484				02	095	09564	09564000
2905862	Herpersdorf	herpersdorf	DE		0	Europe/Berlin	49.29254	10.7				02	095	09571	09571175
2905864	Herper	herper	DE		0	Europe/Berlin	49.73484	10.41513				02	095	09575	09575157
2905865	Herpel	herpel	DE		0	Europe/Berlin	51.07056	7.79508				07	059	05966	05966008
2905867	Herongen	herongen	DE		0	Europe/Berlin	51.38948	6.25297		Herongen		07	051	05154	05154052
2905868	Herolz	herolz	DE		0	Europe/Berlin	50.34677	9.55612		Herolz		05	064	06435	06435025
2905873	Heroldsreuth	heroldsreuth	DE		0	Europe/Berlin	49.73247	11.54524				02	094	09472	09472175
2905874	Heroldsmühle	heroldsmuhle	DE		0	Europe/Berlin	49.57744	11.7837				02	093	09371	09371156
2905875	Heroldshof	heroldshof	DE		0	Europe/Berlin	50.64717	11.5571				15	00	16075	16075088
2905883	Heroldingen	heroldingen	DE		0	Europe/Berlin	48.81133	10.64292				02	097	09779	09779155
2905884	Heroldhausen	heroldhausen	DE		0	Europe/Berlin	49.23345	9.97462		Heroldhausen,Heroldshausen		01	081	08127	08127071
2905887	Hernishof	hernishof	DE		0	Europe/Berlin	48.19098	8.07881				01	083	08316	08316010
2905894	Hermuthausen	hermuthausen	DE		0	Europe/Berlin	49.31106	9.73221				01	081	08126	08126039
2905895	Hermülheim	hermuelheim	DE		0	Europe/Berlin	50.88649	6.89106				07	053	05362	05362028
2905896	Hermstedt	hermstedt	DE		0	Europe/Berlin	50.99366	11.5341				15	00	16071	16071004
2905898	Hermshof	hermshof	DE		0	Europe/Berlin	52.56667	12.28333				11	00	12063	12063252
2905900	Hermsgrün	hermsgruen	DE		0	Europe/Berlin	50.34626	12.29078				13	00	14523	14523230
2905925	Hermespand	hermespand	DE		0	Europe/Berlin	50.23841	6.45418		Hermespand		08	00	07232	07232226
2905931	Hermesgrün	hermesgrun	DE		0	Europe/Berlin	50.37672	11.5769				02	094	09475	09475128
2905933	Hermesdorf	hermesdorf	DE		0	Europe/Berlin	49.99691	6.44934				08	00	07232	07232501
2905936	Hermes	hermes	DE		0	Europe/Berlin	50.14712	11.60598				02	094	09477	09477138
2905938	Hermersreuth	hermersreuth	DE		0	Europe/Berlin	50.06276	11.72057				02	094	09472	09472139
2905941	Hermershausen	hermershausen	DE		0	Europe/Berlin	50.78754	8.68661		Hermershausen		05	065	06534	06534014
2905943	Hermersdorf	hermersdorf	DE		0	Europe/Berlin	52.56808	14.18489				11	00	12064	12064317
2905944	Hermersdorf	hermersdorf	DE		0	Europe/Berlin	49.69112	10.6694				02	095	09572	09572159
2905950	Hermerath	hermerath	DE		0	Europe/Berlin	50.84883	7.39704		Hermerath		07	053	05382	05382040
2905951	Hermentingen	hermentingen	DE		0	Europe/Berlin	48.19991	9.21762				01	084	08437	08437114
2905956	Hermannswiese	hermannswiese	DE		0	Europe/Berlin	47.67028	11.1624				02	091	09180	09180124
2905957	Hermannswerder	hermannswerder	DE		0	Europe/Berlin	52.38493	13.04				11	00	12054	12054000
2905960	Hermannstetten	hermannstetten	DE		0	Europe/Berlin	48.08292	12.37611				02	091	09189	09189142
2905963	Hermannstein	hermannstein	DE		0	Europe/Berlin	50.58189	8.4897				05	065	06532	06532023
2905967	Hermannsroda	hermannsroda	DE		0	Europe/Berlin	50.81495	10.1778				15	00	16063	16063051
2905968	Hermannsried	hermannsried	DE		0	Europe/Berlin	48.90637	13.05923				02	092	09276	09276116
2905970	Hermannsreuth	hermannsreuth	DE		0	Europe/Berlin	49.94389	11.92554				02	093	09377	09377115
2905971	Hermannsreuth	hermannsreuth	DE		0	Europe/Berlin	49.83211	12.47017				02	093	09377	09377112
2905974	Hermannsreit	hermannsreit	DE		0	Europe/Berlin	48.5108	12.38279				02	092	09274	09274145
2905975	Hermannspiegel	hermannspiegel	DE		0	Europe/Berlin	50.80505	9.73147				05	066	06632	06632008
2905987	Hermannskirchen	hermannskirchen	DE		0	Europe/Berlin	48.4436	12.25887				02	092	09274	09274134
2905988	Hermannshöhe	hermannshoehe	DE		0	Europe/Berlin	53.76027	13.17054				12	00	13071	13071059
2905991	Herrmannshöhe	herrmannshoehe	DE		4852	Europe/Berlin	52.25	10.5				06	00	03101	03101000
2905992	Hermannshof	hermannshof	DE		0	Europe/Berlin	54.32113	12.57892				12	00	13073	13073077
2905993	Hermannshof	hermannshof	DE		0	Europe/Berlin	54.15	10.86667				10	00	01055	01055037
2905994	Hermannshof	hermannshof	DE		0	Europe/Berlin	53.76667	13.63333				12	00	13075	13075122
2905995	Hermannshof	hermannshof	DE		0	Europe/Berlin	53.01188	11.70382				11	00	12070	12070424
2905996	Hermannshof	hermannshof	DE		0	Europe/Berlin	49.9703	11.56549				02	094	09462	09462000
2906003	Hermannshagen Heide	hermannshagen-heide	DE		0	Europe/Berlin	54.3384	12.58836		Hermannshagen-Haide		12	00	13073	13073077
2906004	Hermannshagen	hermannshagen	DE		0	Europe/Berlin	54.31968	12.5439		Hermannshagen Dorf		12	00	13073	13073077
2906005	Hermannshagen	hermannshagen	DE		0	Europe/Berlin	53.87824	11.79863				12	00	13072	13072013
2906006	Hermannsgrün	hermannsgruen	DE		0	Europe/Berlin	50.67553	12.25872				15	00	16076	16076093
2906007	Hermannsgrub	hermannsgrub	DE		0	Europe/Berlin	49.12401	12.67659				02	093	09372	09372164
2906008	Hermannsfeld	hermannsfeld	DE		0	Europe/Berlin	50.50429	10.32078				15	00	16066	16066093
2906009	Hermannsfeld	hermannsfeld	DE		0	Europe/Berlin	48.81907	9.98928				01	081	08136	08136021
2906013	Hermannsdorf	hermannsdorf	DE		0	Europe/Berlin	49.46796	11.70737				02	093	09371	09371131
2906016	Hermannsbrunn	hermannsbrunn	DE		0	Europe/Berlin	49.40297	12.53956				02	093	09372	09372154
2906018	Hermannsberg	hermannsberg	DE		0	Europe/Berlin	50.01183	10.69841				02	096	09674	09674118
2906019	Hermannsberg	hermannsberg	DE		0	Europe/Berlin	49.61724	12.23914				02	093	09374	09374132
2906020	Hermannsberg	hermannsberg	DE		0	Europe/Berlin	49.43855	11.7419				02	093	09371	09371131
2906021	Hermannsberg	hermannsberg	DE		0	Europe/Berlin	49.13354	11.53049				02	093	09373	09373112
2906022	Hermannsberg	hermannsberg	DE		0	Europe/Berlin	47.85206	9.2473				01	084	08435	08435020
2906023	Hermannsberg	hermannsberg	DE		0	Europe/Berlin	47.70443	10.3752				02	097	09780	09780120
2906037	Hermannrode	hermannrode	DE		0	Europe/Berlin	51.40316	9.85979				05	066	06636	06636009
2906038	Herlsen	herlsen	DE		0	Europe/Berlin	51.30444	7.60174				07	059	05962	05962044
2906041	Herlingshard	herlingshard	DE		0	Europe/Berlin	48.98565	11.24656				02	091	09176	09176164
2906043	Herlinghausen	herlinghausen	DE		0	Europe/Berlin	51.46941	9.20415		Herlinghausen		07	057	05762	05762036
2906045	Herlikofen	herlikofen	DE		0	Europe/Berlin	48.82121	9.84852		Herlikofen		01	081	08136	08136065
2906047	Herlheim	herlheim	DE		0	Europe/Berlin	49.92273	10.28709				02	096	09678	09678150
2906049	Herleshof	herleshof	DE		0	Europe/Berlin	49.92423	10.25492				02	096	09678	09678150
2906051	Herlefeld	herlefeld	DE		0	Europe/Berlin	51.08325	9.74541		Herlefeld		05	066	06634	06634024
2906054	Herlebach	herlebach	DE		0	Europe/Berlin	49.06982	9.82582				01	081	08127	08127063
2906055	Herlazhofen	herlazhofen	DE		0	Europe/Berlin	47.79287	10.01391		Herlazhofen		01	084	08436	08436055
2906056	Herlasgrün	herlasgruen	DE		0	Europe/Berlin	50.56743	12.23005				13	00	14523	14523330
2906058	Herlagrün	herlagruen	DE		0	Europe/Berlin	50.55993	12.48611				13	00	14524	14524040
2906062	Herkingrade	herkingrade	DE		0	Europe/Berlin	51.21974	7.32716		Herkingrade		07	053	05374	05374036
2906063	Herkheim	herkheim	DE		0	Europe/Berlin	48.82209	10.48639		Herkheim		02	097	09779	09779194
2906064	Herkersdorf	herkersdorf	DE		0	Europe/Berlin	50.80012	7.90073		Herkersdorf		08	00	07132	07132063
2906065	Herkentrup	herkentrup	DE		0	Europe/Berlin	51.97275	7.46267				07	055	05558	05558020
2906066	Herkensiefen	herkensiefen	DE		0	Europe/Berlin	51.09531	7.11308				07	053	05378	05378008
2906067	Herkensen	herkensen	DE		0	Europe/Berlin	52.13143	9.47888				06	00	03252	03252004
2906068	Herkenrath	herkenrath	DE		0	Europe/Berlin	50.98653	7.18909				07	053	05378	05378004
2906069	Herkenrath	herkenrath	DE		0	Europe/Berlin	50.84931	7.30878				07	053	05382	05382040
2906071	Herkendorf	herkendorf	DE		0	Europe/Berlin	52.10771	9.25366				06	00	03252	03252001
2906076	Herishäusern	herishausern	DE		0	Europe/Berlin	47.68333	9.65				01	084	08435	08435057
2906079	Heringsand	heringsand	DE		0	Europe/Berlin	54.2	8.86667				10	00	01051	01051045
2906080	Herings	herings	DE		0	Europe/Berlin	47.71116	10.54044		Harings,Herings,Härings		02	097	09777	09777179
2906081	Heringnohe	heringnohe	DE		0	Europe/Berlin	49.62934	11.76481				02	093	09371	09371156
2906082	Heringhausen	heringhausen	DE		0	Europe/Berlin	51.36485	8.73216		Diemelsee-Heringhausen,Heringhausen		05	066	06635	06635007
2906083	Heringhausen	heringhausen	DE		0	Europe/Berlin	51.33335	8.4066				07	059	05958	05958008
2906087	Heringen	heringen	DE		2411	Europe/Berlin	51.44705	10.87612		Heringen/Helme		15	00	16062	16062064
2906088	Heringen	heringen	DE		7993	Europe/Berlin	50.88798	10.00717		Geringen,Kheringen,hei lin gen,hrynghn,hryngn,Герінген,Херинген,هرينغن,هرینگن,黑林根		05	066	06632	06632009
2906089	Heringen	heringen	DE		0	Europe/Berlin	50.31673	8.11341				05	065	06533	06533008
2906090	Hering	hering	DE		0	Europe/Berlin	49.82043	8.91571				05	064	06432	06432017
2906092	Herhahn	herhahn	DE		0	Europe/Berlin	50.55617	6.45301				07	053	05366	05366036
2906093	Herhagen	herhagen	DE		0	Europe/Berlin	51.27629	8.26648		Herhagen		07	059	05958	05958016
2906095	Hergramsdorf	hergramsdorf	DE		0	Europe/Berlin	50.24291	10.89177				02	094	09473	09473175
2906096	Hergolshausen	hergolshausen	DE		0	Europe/Berlin	49.96336	10.15561				02	096	09678	09678190
2906097	Hergolding	hergolding	DE		0	Europe/Berlin	48.12588	11.79056				02	091	09175	09175132
2906099	Hergetsfeld	hergetsfeld	DE		0	Europe/Berlin	50.93731	9.45581				05	066	06634	06634011
2906100	Herges	herges	DE		0	Europe/Berlin	50.683	10.55777		Herges,Herges-Hallenberg		15	00	16066	16066069
2906102	Hergertswiesen	hergertswiesen	DE		0	Europe/Berlin	48.33049	11.11502				02	097	09771	09771129
2906105	Hergershof	hergershof	DE		0	Europe/Berlin	49.17261	9.80221				01	081	08127	08127009
2906106	Hergershausen	hergershausen	DE		0	Europe/Berlin	51.02813	9.69603		Hergershausen		05	066	06632	06632001
2906107	Hergershausen	hergershausen	DE		0	Europe/Berlin	49.93829	8.91101				05	064	06432	06432002
2906108	Hergersdorf	hergersdorf	DE		0	Europe/Berlin	50.68854	9.32179		Hergersdorf		05	065	06535	06535017
2906109	Hergersbach	hergersbach	DE		0	Europe/Berlin	49.24505	10.88386				02	095	09571	09571226
2906111	Hergenstadt	hergenstadt	DE		0	Europe/Berlin	49.3899	9.4366		Hergenstadt		01	082	08225	08225001
2906116	Hergarten	hergarten	DE		0	Europe/Berlin	50.62128	6.54456				07	053	05358	05358012
2906118	Herfterath	herfterath	DE		0	Europe/Berlin	50.90631	7.47505				07	053	05382	05382036
2906120	Herforderheide	herforderheide	DE		0	Europe/Berlin	52.07484	8.65069				07	057	05758	05758012
2906124	Herfen	herfen	DE		0	Europe/Berlin	50.85584	7.61757		Herfen		07	053	05374	05374044
2906125	Herfatz	herfatz	DE		0	Europe/Berlin	47.70452	9.81735				01	084	08436	08436081
2906126	Herfarth	herfarth	DE		0	Europe/Berlin	53.89532	9.46534		Herfahrt,Herfarth		10	00	01061	01061039
2906129	Herfa	herfa	DE		0	Europe/Berlin	50.88809	9.92203				05	066	06632	06632009
2906131	Heretshausen	heretshausen	DE		0	Europe/Berlin	48.36851	11.14396				02	097	09771	09771111
2906132	Heretsham	heretsham	DE		0	Europe/Berlin	48.05073	12.49622				02	091	09189	09189126
2906133	Herelse	herelse	DE		0	Europe/Berlin	52.68825	8.76245				06	00	03251	03251040
2906134	Herdweg	herdweg	DE		0	Europe/Berlin	48.20082	11.8945				02	091	09177	09177134
2906136	Herdwangen	herdwangen	DE		0	Europe/Berlin	47.86675	9.18012		Herdwangen		01	084	08437	08437124
2906137	Herdtlinsweiler	herdtlinsweiler	DE		0	Europe/Berlin	48.75616	9.86946				01	081	08136	08136065
2906138	Herdtlingshagen	herdtlingshagen	DE		0	Europe/Berlin	49.18378	9.75178				01	081	08127	08127009
2906141	Herdt	herdt	DE		0	Europe/Berlin	51.17676	6.34578		Herdt		07	051	05116	05116000
2906142	Herdringen	herdringen	DE		0	Europe/Berlin	51.42395	7.96282		Herdringen		07	059	05958	05958004
2906147	Herdern	herdern	DE		0	Europe/Berlin	48.0115	7.85936		Herdern		01	083	08311	08311000
2906148	Herdern	herdern	DE		0	Europe/Berlin	47.57557	8.45809				01	083	08337	08337053
2906153	Herdaturm	herdaturm	DE		0	Europe/Berlin	50.61667	10.01667		Herdathurm,Herdaturm		05	066	06631	06631023
2906154	Herda	herda	DE		0	Europe/Berlin	50.94667	10.09988		Herda		15	00	16063	16063103
2906156	Herchsheim	herchsheim	DE		0	Europe/Berlin	49.63247	9.94519				02	096	09679	09679138
2906158	Herchenrode	herchenrode	DE		0	Europe/Berlin	49.7608	8.73816				05	064	06432	06432013
2906159	Herchenrath	herchenrath	DE		0	Europe/Berlin	50.88479	7.37563				07	053	05382	05382036
2906161	Herchenhain	herchenhain	DE		0	Europe/Berlin	50.48136	9.2693				05	065	06535	06535007
2906165	Herchenbach	herchenbach	DE		0	Europe/Berlin	49.31797	6.9008				09	00	10041	10041515
2906169	Herchen	herchen	DE		0	Europe/Berlin	50.781	7.51186				07	053	05382	05382076
2906172	Herbsthausen	herbsthausen	DE		0	Europe/Berlin	49.4059	9.83138				01	081	08128	08128007
2906173	Herbstham	herbstham	DE		0	Europe/Berlin	48.10476	12.3415				02	091	09187	09187116
2906186	Herbsen	herbsen	DE		0	Europe/Berlin	51.43047	9.05582				05	066	06635	06635020
2906187	Herbsdorf	herbsdorf	DE		0	Europe/Berlin	47.92149	12.6145				02	091	09189	09189130
2906189	Herbrumerkämpe	herbrumerkaempe	DE		0	Europe/Berlin	53.03151	7.3438				06	00	03454	03454041
2906190	Herbrum	herbrum	DE		0	Europe/Berlin	53.02898	7.32331		Herbrum		06	00	03454	03454041
2906191	Herbringhausen	herbringhausen	DE		0	Europe/Berlin	51.23607	7.26444				07	051	05124	05124000
2906193	Herbrechtsdorf	herbrechtsdorf	DE		0	Europe/Berlin	52.09883	8.99729				07	057	05766	05766036
2906195	Herbrazhofen	herbrazhofen	DE		0	Europe/Berlin	47.86014	9.99043				01	084	08436	08436055
2906196	Herbram	herbram	DE		0	Europe/Berlin	51.67245	8.91678				07	057	05774	05774028
2906197	Herbornseelbach	herbornseelbach	DE		0	Europe/Berlin	50.70253	8.34527		Herbornseelbach,Seelbach		05	065	06532	06532012
2906206	Herboldshof	herboldshof	DE		0	Europe/Berlin	49.52162	10.9894				02	095	09563	09563000
2906207	Herboldshof	herboldshof	DE		0	Europe/Berlin	49.41529	10.84854				02	095	09573	09573125
2906208	Herboldshausen	herboldshausen	DE		0	Europe/Berlin	49.17861	9.97962				01	081	08127	08127046
2906209	Herblinghausen	herblinghausen	DE		0	Europe/Berlin	51.34309	8.12246				07	059	05958	05958044
2906210	Herblingen	herblingen	DE		0	Europe/Berlin	48.95451	10.49681				02	097	09779	09779147
2906211	Herblfing	herblfing	DE		0	Europe/Berlin	48.68952	12.85204				02	092	09271	09271152
2906212	Herbitzheim	herbitzheim	DE		0	Europe/Berlin	49.16737	7.21927		Herbitzheim		09	00	10045	10045113
2906213	Herbisried	herbisried	DE		0	Europe/Berlin	47.84977	10.22272				02	097	09778	09778144
2906214	Herbishofen	herbishofen	DE		0	Europe/Berlin	47.95263	10.2251				02	097	09778	09778162
2906216	Herbertshofen	herbertshofen	DE		0	Europe/Berlin	48.52932	10.85251		Herbertshofen		02	097	09772	09772177
2906217	Herbertshofen	herbertshofen	DE		0	Europe/Berlin	48.24828	9.70509				01	084	08425	08425033
2906219	Herbertshausen	herbertshausen	DE		0	Europe/Berlin	50.92396	8.36003				07	059	05970	05970028
2906220	Herbertshausen	herbertshausen	DE		0	Europe/Berlin	49.27831	10.05201				01	081	08127	08127071
2906228	Herbern	herbern	DE		0	Europe/Berlin	52.12473	7.58665				07	055	05566	05566012
2906229	Herbern	herbern	DE		0	Europe/Berlin	51.73849	7.66605		Herbern		07	055	05558	05558004
2906230	Herberhausen	herberhausen	DE		0	Europe/Berlin	51.53992	9.98547		Herberhausen		06	00	03159	03159016
2906232	Herbergen	herbergen	DE		0	Europe/Berlin	52.75149	7.90466				06	00	03453	03453006
2906233	Herbergen	herbergen	DE		0	Europe/Berlin	52.69017	7.81739				06	00	03459	03459025
2906234	Herbergen	herbergen	DE		0	Europe/Berlin	50.87416	13.86139		Herbergen		13	00	14628	14628230
2906236	Herberg	herberg	DE		0	Europe/Berlin	51.18333	7.06667				07	051	05122	05122000
2906240	Herberath	herberath	DE		0	Europe/Berlin	51.1077	6.52274				07	051	05162	05162012
2906243	Herbelsdorf	herbelsdorf	DE		0	Europe/Berlin	50.13295	10.76228				02	096	09674	09674184
2906244	Herbelhausen	herbelhausen	DE		0	Europe/Berlin	51.00415	8.97826		Herbelhausen		05	066	06635	06635012
2906246	Herbede	herbede	DE		0	Europe/Berlin	51.42152	7.27925		Herbede,Witten-Herbede		07	059	05954	05954036
2906247	Herbecke	herbecke	DE		0	Europe/Berlin	51.23132	7.52668				07	059	05962	05962056
2906248	Herbeck	herbeck	DE		0	Europe/Berlin	51.3658	7.5272		Herbeck		07	059	05914	05914000
2906249	Herbeck	herbeck	DE		0	Europe/Berlin	51.20137	7.32624		Herbeck		07	053	05374	05374036
2906250	Herbartswind	herbartswind	DE		0	Europe/Berlin	50.39245	10.90306		Herbartswind		15	00	16069	16069012
2906251	Herbartsdorf	herbartsdorf	DE		0	Europe/Berlin	50.29139	10.88097				02	094	09473	09473144
2906252	Herbach	herbach	DE		0	Europe/Berlin	50.90524	6.10847		Herbach,Merkstein Herbach		07	053	05334	05334016
2906253	Herb	herb	DE		0	Europe/Berlin	51.03138	6.14662				07	053	05370	05370016
2906254	Heratskirch	heratskirch	DE		0	Europe/Berlin	47.96689	9.483		Heratskirch		01	084	08437	08437100
2906257	Hepsisau	hepsisau	DE		0	Europe/Berlin	48.58737	9.53626				01	081	08116	08116070
2906258	Heppstädt	heppstadt	DE		0	Europe/Berlin	49.6924	10.90831				02	095	09572	09572111
2906259	Heppingserbach	heppingserbach	DE		0	Europe/Berlin	51.33978	7.77487				07	059	05962	05962016
2906260	Heppingsen	heppingsen	DE		0	Europe/Berlin	51.33367	7.77066				07	059	05962	05962016
2906261	Heppingen	heppingen	DE		0	Europe/Berlin	50.5506	7.16404		Heppingen		08	00	07131	07131007
2906265	Heppenschwand	heppenschwand	DE		0	Europe/Berlin	47.72419	8.16177				01	083	08337	08337051
2906267	Heppenheim an der Wiese	heppenheim-an-der-wiese	DE		0	Europe/Berlin	49.60557	8.26781		Heppenheim,Heppenheim an der Wiese		08	00	07319	07319000
2906268	Heppenheim an der Bergstrasse	heppenheim-an-der-bergstrasse	DE		25442	Europe/Berlin	49.64145	8.63206		Heppenheim,Heppenheim (Bergstrasse),Heppenheim (Bergstraße),Heppenheim an der Bergstrasse	06431	05	064	06431	06431011
2906269	Heppendorf	heppendorf	DE		0	Europe/Berlin	50.9135	6.63743		Heppendorf		07	053	05362	05362016
2906271	Heppenberg	heppenberg	DE		0	Europe/Berlin	50.85648	7.22293				07	053	05382	05382028
2906273	Heppen	heppen	DE		0	Europe/Berlin	51.59936	8.14559		Heppiun,Hėppiun		07	059	05974	05974008
2906274	Heppdiel	heppdiel	DE		0	Europe/Berlin	49.66558	9.3591				02	096	09676	09676119
2906280	Hepbach	hepbach	DE		0	Europe/Berlin	47.72103	9.42978		Hepbach		01	084	08435	08435034
2906281	Henzendorf	henzendorf	DE		0	Europe/Berlin	52.04038	14.51829		Henzendorf		11	00	12067	12067357
2906282	Hentrup	hentrup	DE		0	Europe/Berlin	51.69448	8.23751		Haringthorp		07	055	05570	05570048
2906283	Henthalhof	henthalhof	DE		0	Europe/Berlin	48.88511	10.78801		Hentelhof,Henthalhof		02	097	09779	09779198
2906286	Henstorf	henstorf	DE		0	Europe/Berlin	52.07692	8.98235				07	057	05766	05766036
2906287	Henstetten	henstetten	DE		0	Europe/Berlin	48.38915	8.75718				01	084	08417	08417025
2906289	Henstedt	henstedt	DE		0	Europe/Berlin	53.79025	10.00542		Henstedt		10	00	01060	01060039
2906290	Henstedt	henstedt	DE		0	Europe/Berlin	52.86532	8.82934		Henstedt		06	00	03251	03251041
2906296	Henselhofen	henselhofen	DE		0	Europe/Berlin	49.42865	6.94988				09	00	10044	10044112
2906298	Henschhausen	henschhausen	DE		0	Europe/Berlin	50.07693	7.75159				08	00	07339	07339003
2906304	Henriettenlust	henriettenlust	DE		0	Europe/Berlin	50.31382	12.05738				02	094	09475	09475161
2906306	Henriettenhof	henriettenhof	DE		0	Europe/Berlin	53.02186	14.06078				11	00	12073	12073008
2906311	Henrichenburg	henrichenburg	DE		0	Europe/Berlin	51.60009	7.31388		Henrichenburg		07	055	05562	05562004
2906313	Hennthal	hennthal	DE		0	Europe/Berlin	48.33885	12.81344				02	092	09277	09277153
2906319	Henningsleben	henningsleben	DE		0	Europe/Berlin	51.06945	10.63645		Henningsleben		15	00	16064	16064003
2906321	Henninghausen	henninghausen	DE		0	Europe/Berlin	51.20393	8.16996		Henninghausen		07	059	05958	05958016
2906330	Hennigshof	hennigshof	DE		0	Europe/Berlin	53.08519	11.82616		Hennigshof,Henningshof		11	00	12070	12070296
2906332	Hennigerode	hennigerode	DE		0	Europe/Berlin	51.30087	10.07				15	00	16061	16061068
2906335	Hennhüll	hennhull	DE		0	Europe/Berlin	49.01848	11.79425				02	093	09375	09375148
2906337	Hennhofen	hennhofen	DE		0	Europe/Berlin	48.47406	10.58773				02	097	09772	09772115
2906339	Hennewig	hennewig	DE		0	Europe/Berlin	51.76022	7.16679				07	055	05562	05562016
2906340	Hennewich	hennewich	DE		0	Europe/Berlin	52.03502	7.28891		Hanawik,Hanawīk		07	055	05558	05558040
2906342	Hennethal	hennethal	DE		0	Europe/Berlin	50.22837	8.1189				05	064	06439	06439006
2906352	Hennersbach	hennersbach	DE		0	Europe/Berlin	50.82416	13.86216		Bornersdorf-Hennersbach,Börnersdorf-Hennersbach,Hennersbach		13	00	14628	14628020
2906357	Hennenschwang	hennenschwang	DE		0	Europe/Berlin	47.69525	10.60604				02	097	09777	09777149
2906359	Hennenmatt	hennenmatt	DE		0	Europe/Berlin	47.62571	7.99055				01	083	08337	08337090
2906368	Hennenberg	hennenberg	DE		0	Europe/Berlin	49.16223	11.50148				02	093	09373	09373112
2906370	Hennenbach	hennenbach	DE		0	Europe/Berlin	49.31574	10.58562		Hennenbach		02	095	09561	09561000
2906372	Hennen	hennen	DE		0	Europe/Berlin	51.44245	7.65129		Hennene,Hėnnene		07	059	05962	05962024
2906377	Henneckenrode	henneckenrode	DE		0	Europe/Berlin	52.05955	10.12707				06	00	03254	03254022
2906393	Henkhausen	henkhausen	DE		0	Europe/Berlin	51.36858	7.56027				07	059	05914	05914000
2906399	Henkenbrink	henkenbrink	DE		0	Europe/Berlin	51.89821	9.28576				07	057	05766	05766052
2906401	Henkels	henkels	DE		0	Europe/Berlin	47.81503	10.28466				02	097	09780	09780119
2906405	Hengthal	hengthal	DE		0	Europe/Berlin	48.53005	11.31713				02	091	09185	09185113
2906408	Hengstlagerweg	hengstlagerweg	DE		0	Europe/Berlin	53.00597	8.19515				06	00	03458	03458013
2906410	Hengstlage	hengstlage	DE		0	Europe/Berlin	52.98951	8.19311				06	00	03458	03458007
2906414	Hengstkamp	hengstkamp	DE		0	Europe/Berlin	52.6	7.11667				06	00	03454	03454054
2906416	Hengstheide	hengstheide	DE		0	Europe/Berlin	52.0338	8.8076				07	057	05766	05766044
2906417	Hengstforde	hengstforde	DE		0	Europe/Berlin	53.21681	7.76931				06	00	03451	03451001
2906418	Hengstfeld	hengstfeld	DE		0	Europe/Berlin	49.21698	10.0948				01	081	08127	08127091
2906420	Hengstey	hengstey	DE		0	Europe/Berlin	51.40381	7.45937				07	059	05914	05914000
2906421	Hengsterholz	hengsterholz	DE		0	Europe/Berlin	52.97756	8.52634				06	00	03458	03458005
2906422	Hengstenberg	hengstenberg	DE		0	Europe/Berlin	52.12822	8.41637				07	057	05758	05758032
2906423	Hengstenberg	hengstenberg	DE		0	Europe/Berlin	51.29571	7.52373				07	059	05914	05914000
2906424	Hengstenberg	hengstenberg	DE		0	Europe/Berlin	50.95189	7.52251		Hengstenberg		07	053	05374	05374048
2906442	Hengstbacherhof	hengstbacherhof	DE		0	Europe/Berlin	49.68912	7.84876				08	00	07333	07333066
2906445	Hengstbach	hengstbach	DE		0	Europe/Berlin	48.48051	8.10169				01	083	08317	08317089
2906446	Hengstbach	hengstbach	DE		0	Europe/Berlin	49.21512	7.32066				08	00	07320	07320000
2906448	Hengserheide	hengserheide	DE		0	Europe/Berlin	51.47353	7.61494				07	059	05978	05978016
2906450	Hengsen	hengsen	DE		0	Europe/Berlin	51.48469	7.63027		Hengsen		07	059	05978	05978016
2906451	Hengsberg	hengsberg	DE		0	Europe/Berlin	49.22177	7.56219		Hengsberg		08	00	07317	07317000
2906455	Hengsbeck	hengsbeck	DE		0	Europe/Berlin	51.21948	8.18665		Hengsbeck		07	059	05958	05958016
2906456	Hengsbach	hengsbach	DE		0	Europe/Berlin	50.84622	8.00855				07	059	05970	05970040
2906457	Hengnau	hengnau	DE		0	Europe/Berlin	47.5863	9.64056				02	097	09776	09776128
2906460	Henglarn	henglarn	DE		0	Europe/Berlin	51.59801	8.77683		Henglarn		07	057	05774	05774028
2906462	Henghold	henghold	DE		0	Europe/Berlin	52.62517	7.72304		Henghold,Hengholt		06	00	03459	03459009
2906469	Hengenen	hengenen	DE		0	Europe/Berlin	47.78333	9.76667				01	084	08436	08436078
2906470	Hengen	hengen	DE		0	Europe/Berlin	48.48231	9.46429				01	084	08415	08415078
2906476	Hengeler-Wendfeld	hengeler-wendfeld	DE		0	Europe/Berlin	52.01667	6.91667				07	055	05554	05554056
2906477	Hengeler	hengeler	DE		0	Europe/Berlin	52.00064	6.91209				07	055	05554	05554056
2906480	Hengelbach	hengelbach	DE		0	Europe/Berlin	50.72422	11.11063				15	00	16073	16073112
2906481	Hengelau	hengelau	DE		0	Europe/Berlin	47.86693	9.04035		Hengelau		01	083	08335	08335079
2906482	Hengelage	hengelage	DE		0	Europe/Berlin	52.68453	7.95223				06	00	03459	03459030
2906485	Hengdorf	hengdorf	DE		0	Europe/Berlin	49.372	10.96688				02	095	09576	09576142
2906486	Heng	heng	DE		0	Europe/Berlin	49.29865	11.35806				02	093	09373	09373155
2906491	Hendenham	hendenham	DE		0	Europe/Berlin	47.81302	12.29665				02	091	09187	09187132
2906492	Hendelshok	hendelshok	DE		0	Europe/Berlin	51.85424	7.02693				07	055	05554	05554044
2906503	Hemsendorf	hemsendorf	DE		0	Europe/Berlin	51.79411	12.88124		Hemsendorf		14	00	15091	15091145
2906504	Hemsen	hemsen	DE		0	Europe/Berlin	53.07323	9.80294		Hemsen		06	00	03358	03358019
2906505	Hemsen	hemsen	DE		0	Europe/Berlin	52.7363	7.27811				06	00	03454	03454035
2906506	Hemsdorf	hemsdorf	DE		0	Europe/Berlin	52.13712	11.39539		Hemsdorf		14	00	15083	15083531
2906507	Hemschlar	hemschlar	DE		0	Europe/Berlin	51.0134	8.36357		Hemschlar		07	059	05970	05970004
2906510	Hemsbünde	hemsbuende	DE		1253	Europe/Berlin	53.08998	9.47261		Hemsbuende,Hemsbünde	03357024	06	00	03357	03357024
2906520	Hempel	hempel	DE		0	Europe/Berlin	51.01037	14.56195				13	00	14626	14626085
2906532	Hemmighausen	hemmighausen	DE		0	Europe/Berlin	51.30948	8.69905		Hemmighausen		05	066	06635	06635022
2906533	Hemmet	hemmet	DE		0	Europe/Berlin	47.60886	7.91743				01	083	08337	08337116
2906534	Hemmerwurth	hemmerwurth	DE		0	Europe/Berlin	54.3	8.98333				10	00	01051	01051058
2906537	Hemmersdorf	hemmersdorf	DE		0	Europe/Berlin	49.35502	6.61399		Grosshemmersdorf,Großhemmersdorf,Hemmersdorf,Kerprichhemmersdorf		09	00	10044	10044114
2906539	Hemmern	hemmern	DE		0	Europe/Berlin	51.52375	8.46025		Hemmingburun,Hėmmingbūrun		07	059	05974	05974036
2906541	Hemmerich	hemmerich	DE		0	Europe/Berlin	50.76178	6.9286		Hemmerich		07	053	05382	05382012
2906543	Hemmerholz	hemmerholz	DE		0	Europe/Berlin	50.86667	7.71667				07	053	05374	05374028
2906545	Hemmeres	hemmeres	DE		0	Europe/Berlin	50.22233	6.17116		Hemmeres,Hemmers		08	00	07232	07232329
2906546	Hemmerden	hemmerden	DE		0	Europe/Berlin	51.12437	6.58828				07	051	05162	05162008
2906547	Hemmerdeich	hemmerdeich	DE		0	Europe/Berlin	54.35	8.98333				10	00	01051	01051065
2906548	Hemmerde	hemmerde	DE		0	Europe/Berlin	51.54788	7.81171		Hamerithi		07	059	05978	05978036
2906550	Hemmer	hemmer	DE		0	Europe/Berlin	51.86667	7.66667				07	055	05570	05570016
2906553	Hemmenhofen	hemmenhofen	DE		0	Europe/Berlin	47.67312	8.966		Hemmenhofen		01	083	08335	08335025
2906554	Hemmendorf	hemmendorf	DE		0	Europe/Berlin	52.08358	9.6036				06	00	03252	03252008
2906555	Hemmendorf	hemmendorf	DE		0	Europe/Berlin	51.09584	12.31824				13	00	14729	14729170
2906556	Hemmendorf	hemmendorf	DE		0	Europe/Berlin	50.10093	10.85629				02	096	09674	09674210
2906557	Hemmendorf	hemmendorf	DE		0	Europe/Berlin	49.381	10.13478				02	095	09571	09571193
2906558	Hemmendorf	hemmendorf	DE		0	Europe/Berlin	48.41846	8.92008				01	084	08416	08416036
2906559	Hemmen	hemmen	DE		0	Europe/Berlin	50.61972	9.60665				05	065	06535	06535015
2906562	Hemmelte	hemmelte	DE		0	Europe/Berlin	52.77956	7.96883		Hemmelte		06	00	03453	03453009
2906564	Hemmelskamp	hemmelskamp	DE		0	Europe/Berlin	53.08563	8.63796				06	00	03401	03401000
2906567	Hemmelsdorf	hemmelsdorf	DE		0	Europe/Berlin	53.97004	10.77089				10	00	01055	01055042
2906577	Hemm	hemm	DE		0	Europe/Berlin	53.71378	9.14869				06	00	03352	03352022
2906580	Hemkenrode	hemkenrode	DE		0	Europe/Berlin	52.22749	10.70436		Hemkenrode		06	00	03158	03158006
2906581	Hemke	hemke	DE		0	Europe/Berlin	52.40367	7.95352				06	00	03459	03459014
2906584	Hemhof	hemhof	DE		0	Europe/Berlin	47.91001	12.33533				02	091	09187	09187128
2906585	Hemhausen	hemhausen	DE		0	Europe/Berlin	48.51648	11.67462				02	091	09178	09178116
2906586	Hemfurth-Edersee	hemfurth-edersee	DE		870	Europe/Berlin	51.17589	9.05468		Hemfurth-Edersee		05	066	06635	06635009
2906588	Hemfeld	hemfeld	DE		0	Europe/Berlin	51.91387	8.11765				07	055	05570	05570012
2906589	Hemerten	hemerten	DE		0	Europe/Berlin	48.60838	10.9032				02	097	09779	09779187
2906592	Hemeringen	hemeringen	DE		0	Europe/Berlin	52.12915	9.24631		Hemeringen,Hemmeringen		06	00	03252	03252007
2906594	Hemerau	hemerau	DE		0	Europe/Berlin	48.68076	13.61008				02	092	09275	09275126
2906825	Hellerdorf	hellerdorf	DE		0	Europe/Berlin	51.03333	12.76667				13	00	14522	14522490
2906597	Hemeln	hemeln	DE		0	Europe/Berlin	51.50019	9.60789				06	00	03159	03159017
2906599	Hemelingen	hemelingen	DE		0	Europe/Berlin	53.05045	8.89635		Bremen-Hemelingen,Hemeln		03	00	04011	04011000
2906601	Hemeler	hemeler	DE		0	Europe/Berlin	53.1277	7.95344				06	00	03451	03451004
2906606	Hemden	hemden	DE		0	Europe/Berlin	51.87808	6.58982		Hemden,Hemidene,Hėmidene		07	055	05554	05554008
2906609	Hembsen	hembsen	DE		0	Europe/Berlin	51.71007	9.24182		Hemmedeshuson,Hėmmedeshūson		07	057	05762	05762016
2906610	Hembrock	hembrock	DE		0	Europe/Berlin	51.42511	7.75598				07	059	05962	05962040
2906611	Hembergen	hembergen	DE		0	Europe/Berlin	52.15116	7.60656				07	055	05566	05566008
2906613	Hemberg	hemberg	DE		0	Europe/Berlin	47.90832	12.26933				02	091	09187	09187128
2906619	Hembecke	hembecke	DE		0	Europe/Berlin	51.37044	7.79612				07	059	05962	05962016
2906623	Hembach	hembach	DE		0	Europe/Berlin	49.73092	8.92248				05	064	06437	06437005
2906626	Helzendorf	helzendorf	DE		0	Europe/Berlin	52.75765	9.07582				06	00	03256	03256035
2906627	Helzen	helzen	DE		0	Europe/Berlin	50.83054	7.62933		Helzen		07	053	05374	05374044
2906628	Helvetia	helvetia	DE		0	Europe/Berlin	49.86584	7.03707				08	00	07231	07231126
2906636	Helten	helten	DE		0	Europe/Berlin	50.84289	7.61982		Helten		07	053	05374	05374044
2906637	Helte	helte	DE		0	Europe/Berlin	52.67508	7.3512				06	00	03454	03454035
2906639	Helstorf	helstorf	DE		0	Europe/Berlin	52.58678	9.58616		Helstorf		06	00	03241	03241012
2906640	Helsmuhde	helsmuhde	DE		0	Europe/Berlin	53.51667	7.36667				06	00	03452	03452023
2906641	Helsinghausen	helsinghausen	DE		0	Europe/Berlin	52.3647	9.38754		Helsinghausen		06	00	03257	03257036
2906644	Helserdeich	helserdeich	DE		0	Europe/Berlin	53.98319	8.99116				10	00	01051	01051046
2906645	Helserbruch	helserbruch	DE		0	Europe/Berlin	52.2141	8.89405				07	057	05770	05770032
2906648	Helsen	helsen	DE		0	Europe/Berlin	51.39074	9.00733				05	066	06635	06635002
2906651	Helsdorf	helsdorf	DE		0	Europe/Berlin	50.93678	12.76435				13	00	14522	14522060
2906653	Helschen	helschen	DE		0	Europe/Berlin	52.40842	7.34158				06	00	03454	03454010
2906655	Helpup	helpup	DE		0	Europe/Berlin	51.97071	8.70924				07	057	05766	05766056
2906661	Helpertshofen	helpertshofen	DE		0	Europe/Berlin	48.89779	9.83645				01	081	08136	08136020
2906662	Helperting	helperting	DE		0	Europe/Berlin	47.9755	12.25594				02	091	09187	09187173
2906663	Helpershain	helpershain	DE		0	Europe/Berlin	50.60727	9.22697		Helpershain		05	065	06535	06535018
2906665	Helpenstell	helpenstell	DE		0	Europe/Berlin	50.78963	7.58885		Helpenstell		07	053	05382	05382076
2906666	Helpenstein	helpenstein	DE		0	Europe/Berlin	51.14554	6.66892				07	051	05162	05162024
2906678	Helmste	helmste	DE		0	Europe/Berlin	53.52404	9.48216				06	00	03359	03359011
2906679	Helmstal	helmstal	DE		0	Europe/Berlin	51.49708	11.29758				14	00	15087	15087370
2906683	Helmshofen	helmshofen	DE		0	Europe/Berlin	49.19186	10.08772				01	081	08127	08127073
2906684	Helmsheim	helmsheim	DE		0	Europe/Berlin	49.08465	8.64271				01	082	08215	08215009
2906685	Helmshausen	helmshausen	DE		0	Europe/Berlin	51.09608	9.4372				05	066	06634	06634003
2906687	Helmshagen	helmshagen	DE		0	Europe/Berlin	54.05133	13.37791				12	00	13075	13075142
2906688	Helmsgrün	helmsgruen	DE		0	Europe/Berlin	50.5462	12.21995				13	00	14523	14523330
2906689	Helmsgrün	helmsgruen	DE		0	Europe/Berlin	50.45972	11.5892				15	00	16075	16075062
2906691	Helmsen	helmsen	DE		0	Europe/Berlin	52.87244	9.48935				06	00	03358	03358024
2906699	Helmscherode	helmscherode	DE		0	Europe/Berlin	51.92383	10.0367		Helmscherode		06	00	03155	03155001
2906701	Helmscheid	helmscheid	DE		0	Europe/Berlin	51.32394	8.87248				05	066	06635	06635015
2906702	Helmsau	helmsau	DE		0	Europe/Berlin	48.50691	12.3069				02	092	09274	09274134
2906705	Helmprechting	helmprechting	DE		0	Europe/Berlin	48.82991	12.42298				02	092	09278	09278123
2906706	Helmlingen	helmlingen	DE		0	Europe/Berlin	48.70656	7.97102				01	083	08317	08317153
2906708	Helmke	helmke	DE		0	Europe/Berlin	51.36396	7.62429				07	059	05962	05962024
2906709	Helmishofen	helmishofen	DE		0	Europe/Berlin	47.89897	10.74809				02	097	09777	09777141
2906710	Helminghausen	helminghausen	DE		0	Europe/Berlin	51.38311	8.72834		Helminghausen		07	059	05958	05958024
2906713	Helming	helming	DE		0	Europe/Berlin	48.05009	12.4801				02	091	09189	09189126
2906716	Helmighausen	helmighausen	DE		0	Europe/Berlin	52.72551	7.69148				06	00	03453	03453011
2906717	Helmighausen	helmighausen	DE		0	Europe/Berlin	51.47123	8.92786				05	066	06635	06635008
2906718	Helmhof	helmhof	DE		0	Europe/Berlin	49.27998	8.99689		Helmhof		01	082	08226	08226055
2906726	Helmershausen	helmershausen	DE		0	Europe/Berlin	50.56325	10.23763		Helmershausen		15	00	16066	16066093
2906727	Helmersen	helmersen	DE		0	Europe/Berlin	52.16688	10.14673				06	00	03254	03254032
2906729	Helmers	helmers	DE		0	Europe/Berlin	50.72499	10.29386				15	00	16066	16066063
2906731	Helmern	helmern	DE		0	Europe/Berlin	51.61347	9.07507		Helmern		07	057	05762	05762040
2906732	Helmern	helmern	DE		0	Europe/Berlin	51.56915	8.76658		Helmern,Hilimari,Hilimāri		07	057	05774	05774040
2906733	Helmerkamp	helmerkamp	DE		0	Europe/Berlin	52.5924	10.32608				06	00	03351	03351015
2906734	Helmeringhausen	helmeringhausen	DE		0	Europe/Berlin	51.34112	8.47214		Helmeringhausen		07	059	05958	05958036
2906735	Helmeringen	helmeringen	DE		0	Europe/Berlin	48.54105	10.41607				02	097	09773	09773144
2906739	Helmenstein	helmenstein	DE		0	Europe/Berlin	47.67752	10.7845				02	097	09777	09777147
2906746	Helmberg	helmberg	DE		0	Europe/Berlin	48.94852	12.5863				02	092	09278	09278190
2906747	Helmberg	helmberg	DE		0	Europe/Berlin	48.02383	12.71412				02	091	09189	09189152
2906749	Helmbacher	helmbacher	DE		0	Europe/Berlin	49.33447	7.98026		Helmbach,Helmbacher		08	00	07332	07332014
2906754	Helmarshausen	helmarshausen	DE		0	Europe/Berlin	51.62921	9.46129		Helmarshausen		05	066	06633	06633002
2906755	Helm	helm	DE		0	Europe/Berlin	53.46478	11.10521				12	00	13076	13076152
2906760	Hellweg	hellweg	DE		0	Europe/Berlin	51.53815	7.7416				07	059	05978	05978036
2906761	Hellstein	hellstein	DE		0	Europe/Berlin	50.31927	9.29864				05	064	06435	06435005
2906767	Hellschen	hellschen	DE		0	Europe/Berlin	54.18333	8.85				10	00	01051	01051043
2906768	Hellsberg	hellsberg	DE		0	Europe/Berlin	48.38376	12.5913				02	091	09183	09183131
2906769	Hellring	hellring	DE		0	Europe/Berlin	48.85231	12.06731		Hellring		02	092	09273	09273141
2906770	Hellmte	hellmte	DE		0	Europe/Berlin	53.44546	7.92795		Hellmte,Helmte		06	00	03462	03462005
2906771	Hellmitzheim	hellmitzheim	DE		0	Europe/Berlin	49.66907	10.3256				02	096	09675	09675139
2906774	Hellmannshofen	hellmannshofen	DE		0	Europe/Berlin	49.07242	9.98181				01	081	08127	08127103
2906775	Hellmannsberg	hellmannsberg	DE		0	Europe/Berlin	48.83501	11.52789				02	091	09176	09176139
2906782	Hellkofen	hellkofen	DE		0	Europe/Berlin	48.89403	12.30007				02	093	09375	09375115
2906784	Hellingst	hellingst	DE		0	Europe/Berlin	53.38166	8.86382				06	00	03356	03356004
2906786	Hellinghausen	hellinghausen	DE		0	Europe/Berlin	51.66484	8.28564		Hellinghausen		07	059	05974	05974028
2906793	Helling	helling	DE		0	Europe/Berlin	48.35305	11.99361				02	091	09177	09177120
2906794	Helligen	helligen	DE		0	Europe/Berlin	52.14594	8.46017				07	057	05758	05758032
2906798	Hellham	hellham	DE		0	Europe/Berlin	48.4042	13.16059				02	092	09275	09275143
2906806	Hellershof	hellershof	DE		0	Europe/Berlin	48.90599	9.69267				01	081	08119	08119001
2906808	Hellersen	hellersen	DE		0	Europe/Berlin	51.2019	7.65928				07	059	05962	05962032
2906809	Hellersdorf	hellersdorf	DE		74847	Europe/Berlin	52.53319	13.6088		Berlin-Hellersdorf,hlrsdwrp,הלרסדורף		16	00	11000	11000000
2906810	Hellerschwang	hellerschwang	DE		0	Europe/Berlin	47.65	11.6				02	091	09173	09173135
2906811	Hellersberg	hellersberg	DE		0	Europe/Berlin	48.59922	13.39191				02	092	09262	09262000
2906812	Hellersberg	hellersberg	DE		0	Europe/Berlin	48.26361	10.52861				02	097	09774	09774198
2906815	Hellers	hellers	DE		0	Europe/Berlin	47.57758	9.89654				02	097	09776	09776129
2906817	Hellern	hellern	DE		0	Europe/Berlin	52.25942	7.99		Hellern		06	00	03404	03404000
2906818	Hellermoor	hellermoor	DE		0	Europe/Berlin	53.25135	8.04734				06	00	03451	03451002
2906823	Hellerhausen	hellerhausen	DE		0	Europe/Berlin	52.11204	8.78623				07	057	05766	05766008
2906824	Hellerhagen	hellerhagen	DE		0	Europe/Berlin	52.166	8.79398				07	057	05770	05770004
2906839	Heller	heller	DE		0	Europe/Berlin	51.91263	7.41541				07	055	05558	05558032
2906845	Hellental	hellental	DE		0	Europe/Berlin	51.81249	9.61424				06	00	03255	03255018
2906848	Hellenhausen	hellenhausen	DE		0	Europe/Berlin	49.36078	6.94416				09	00	10041	10041513
2906852	Hellengerst	hellengerst	DE		0	Europe/Berlin	47.66036	10.2028				02	097	09780	09780144
2906853	Hellendorf	hellendorf	DE		0	Europe/Berlin	52.56273	9.72582				06	00	03241	03241019
2906854	Hellendorf	hellendorf	DE		0	Europe/Berlin	50.82489	13.96906				13	00	14628	14628020
2906855	Hellendorf	hellendorf	DE		0	Europe/Berlin	49.4824	6.45756				09	00	10042	10042115
2906864	Hellenbach	hellenbach	DE		0	Europe/Berlin	49.09282	10.32494		Hellenbach		02	095	09571	09571136
2906871	Hellefeld	hellefeld	DE		0	Europe/Berlin	51.33212	8.08924		Helifeldun,Hellefeld		07	059	05958	05958044
2906872	Helleböhn	helleboehn	DE		0	Europe/Berlin	51.3	9.45		Suesterfeld-Helleboehn,Süsterfeld-Helleböhn		05	066	06611	06611000
2906893	Helldiek	helldiek	DE		0	Europe/Berlin	52.84268	8.7027				06	00	03251	03251007
2906896	Hellbusch	hellbusch	DE		0	Europe/Berlin	52.93962	8.26808				06	00	03458	03458007
2906898	Hellburg	hellburg	DE		0	Europe/Berlin	53.16756	12.0112				11	00	12070	12070125
2906900	Hellbrook	hellbrook	DE		0	Europe/Berlin	53.6	10.06667				04	00	02000	02000000
2906901	Hellborn	hellborn	DE		0	Europe/Berlin	50.81305	11.87497		Hellborn		15	00	16074	16074077
2906902	Hellberge	hellberge	DE		0	Europe/Berlin	52.96298	13.23758				11	00	12065	12065356
2906909	Hellberg	hellberg	DE		0	Europe/Berlin	52.82138	9.14554				06	00	03256	03256013
2906910	Hellberg	hellberg	DE		0	Europe/Berlin	52.77821	9.5551				06	00	03358	03358003
2906911	Hellberg	hellberg	DE		0	Europe/Berlin	52.10598	8.98802				07	057	05766	05766036
2906948	Helgersdorf	helgersdorf	DE		0	Europe/Berlin	50.86508	8.18177		Helgersdorf		07	059	05970	05970032
2906953	Helfta	helfta	DE		0	Europe/Berlin	51.50429	11.57836		Helfta,Helpede,Helpide,Helpidi [a.969]		14	00	15087	15087130
2906954	Helfkam	helfkam	DE		0	Europe/Berlin	48.83333	12.93333				02	092	09271	09271119
2906956	Helfertsried	helfertsried	DE		0	Europe/Berlin	47.83003	11.5668				02	091	09173	09173118
2906958	Helfersdorf	helfersdorf	DE		0	Europe/Berlin	50.33897	9.25474		Helfersdorf		05	064	06440	06440013
2906965	Helfenroth	helfenroth	DE		0	Europe/Berlin	50.04579	10.8714				02	094	09471	09471174
2906967	Helfenbrunn	helfenbrunn	DE		0	Europe/Berlin	48.45624	11.67708				02	091	09178	09178136
2906968	Helfenberg	helfenberg	DE		0	Europe/Berlin	51.03816	13.86543		Helfenbergergrund		13	00	14612	14612000
2906969	Helfenberg	helfenberg	DE		0	Europe/Berlin	49.05938	9.31048		Helfenberg		01	081	08125	08125046
2906971	Helfe	helfe	DE		0	Europe/Berlin	51.39321	7.48474				07	059	05914	05914000
2906972	Helfant	helfant	DE		0	Europe/Berlin	49.58807	6.41258				08	00	07235	07235104
2906979	Helenenhof	helenenhof	DE		0	Europe/Berlin	52.83409	12.29091				11	00	12068	12068324
2906982	Helenenberg	helenenberg	DE		0	Europe/Berlin	49.85754	6.54383		Helemenburg,Helenenberg		08	00	07235	07235501
2906984	Helenenau	helenenau	DE		0	Europe/Berlin	52.63671	13.6342				11	00	12060	12060020
2906987	Helenabrunn	helenabrunn	DE		0	Europe/Berlin	51.22891	6.42019		Helenabrunn		07	051	05166	05166032
2906988	Helena	helena	DE		0	Europe/Berlin	49.26716	11.50492				02	093	09373	09373147
2906989	Helen	helen	DE		0	Europe/Berlin	47.66599	10.2476				02	097	09780	09780143
2906991	Heldritt	heldritt	DE		0	Europe/Berlin	50.35746	10.80579		Heldritt		02	094	09473	09473158
2906994	Heldra	heldra	DE		0	Europe/Berlin	51.12774	10.19777		Heldra		05	066	06636	06636013
2906995	Heldmannsberg	heldmannsberg	DE		0	Europe/Berlin	49.46467	11.5626				02	095	09574	09574147
2906997	Helderloh	helderloh	DE		0	Europe/Berlin	51.77714	6.47997				07	051	05154	05154044
2906998	Heldering	heldering	DE		0	Europe/Berlin	48.34091	12.09231				02	091	09177	09177122
2907003	Heldengut	heldengut	DE		0	Europe/Berlin	48.8399	13.60276				02	092	09272	09272126
2907004	Heldenfingen	heldenfingen	DE		0	Europe/Berlin	48.60406	10.06777		Heldenfingen		01	081	08135	08135015
2907006	Heldenbergen	heldenbergen	DE		0	Europe/Berlin	50.23677	8.86225		Heldenbergen		05	064	06435	06435021
2907008	Helden	helden	DE		0	Europe/Berlin	51.11639	7.95404		Helden,Heldene		07	059	05966	05966004
2907012	Heldburg	heldburg	DE		0	Europe/Berlin	50.27917	10.72448		Heldburg		15	00	16069	16069063
2907015	Helchenried	helchenried	DE		0	Europe/Berlin	47.99759	10.52388		Helchenried		02	097	09778	09778127
2907017	Helchenbach	helchenbach	DE		0	Europe/Berlin	48.79646	11.98382				02	092	09273	09273165
2907021	Helbigsdorfer Siedlung	helbigsdorfer-siedlung	DE		0	Europe/Berlin	50.80227	13.34053				13	00	14522	14522200
2907022	Helbigsdorf	helbigsdorf	DE		0	Europe/Berlin	51.03005	13.47707		Helbigsdorf		13	00	14628	14628410
2907023	Helbigsdorf	helbigsdorf	DE		0	Europe/Berlin	50.81005	13.37048		Helbigsdorf		13	00	14522	14522390
2907025	Helbersdorf	helbersdorf	DE		0	Europe/Berlin	50.8064	12.89038		Helbersdorf		13	00	14511	14511000
2907026	Helberhausen	helberhausen	DE		0	Europe/Berlin	51.00064	8.13778		Helberhausen		07	059	05970	05970020
2907027	Helberg	helberg	DE		0	Europe/Berlin	51.06828	7.63974		Helberg		07	053	05374	05374012
2907031	Helba	helba	DE		0	Europe/Berlin	50.59053	10.4319		Helba,Meiningen-Helba		15	00	16066	16066042
2907032	Hekeln	hekeln	DE		0	Europe/Berlin	53.15746	8.52359				06	00	03461	03461001
2907033	Hekelermoor	hekelermoor	DE		0	Europe/Berlin	53.12668	8.49721				06	00	03461	03461001
2907036	Heitzmannsberg	heitzmannsberg	DE		0	Europe/Berlin	48.3034	12.69421		Heitzmannsberg,Heitzmansberg		02	091	09171	09171129
2907041	Heitzenzell	heitzenzell	DE		0	Europe/Berlin	49.12201	12.93173				02	092	09276	09276144
2907042	Heitzenhofen	heitzenhofen	DE		0	Europe/Berlin	49.12461	11.93939				02	093	09375	09375131
2907044	Heitzelsberg	heitzelsberg	DE		0	Europe/Berlin	49.1362	12.80246				02	093	09372	09372143
2907048	Heitwinkel	heitwinkel	DE		0	Europe/Berlin	51.71625	8.55752				07	057	05774	05774020
2907050	Heitmannshäusern	heitmannshaeusern	DE		0	Europe/Berlin	52.67381	8.56356		Heitmannshausen,Heitmannshausern,Heitmannshäusern		06	00	03251	03251017
2907051	Heitmannshausen	heitmannshausen	DE		0	Europe/Berlin	53.47505	9.65691				06	00	03359	03359010
2907057	Heitlingen	heitlingen	DE		0	Europe/Berlin	52.46915	9.61555		Haeiteln,Heetel,Heitlingen,Häiteln		06	00	03241	03241005
2907058	Heitlern	heitlern	DE		0	Europe/Berlin	47.57884	10.55717				02	097	09777	09777159
2907059	Heidland	heidland	DE		0	Europe/Berlin	52.10236	8.18365		Heidland,Heitland		06	00	03459	03459006
2907060	Heithüsen	heithuesen	DE		0	Europe/Berlin	52.80107	9.24368				06	00	03256	03256010
2907061	Heithüsen	heithuesen	DE		0	Europe/Berlin	52.79817	9.03231				06	00	03251	03251002
2907064	Heithöfen	heithoefen	DE		0	Europe/Berlin	52.35238	8.43774				06	00	03459	03459003
2907073	Heitel	heitel	DE		0	Europe/Berlin	52.39473	7.41533				06	00	03454	03454034
2907074	Heitbrack	heitbrack	DE		0	Europe/Berlin	53.03087	10.59408				06	00	03360	03360008
2907076	Heisting	heisting	DE		0	Europe/Berlin	48.28858	12.60383				02	091	09171	09171127
2907077	Heisting	heisting	DE		0	Europe/Berlin	48.28481	12.34082				02	091	09183	09183112
2907081	Heistersiek	heistersiek	DE		0	Europe/Berlin	52.13632	8.48153				07	057	05758	05758032
2907082	Heisterschoß	heisterschoss	DE		0	Europe/Berlin	50.80553	7.3178				07	053	05382	05382020
2907083	Heisters	heisters	DE		0	Europe/Berlin	50.51326	9.41542				05	065	06535	06535007
2907086	Heistern	heistern	DE		0	Europe/Berlin	50.79761	6.33832				07	053	05358	05358032
2907087	Heisterkamp	heisterkamp	DE		0	Europe/Berlin	51.665	6.86098				07	051	05170	05170036
2907089	Heisterholz	heisterholz	DE		0	Europe/Berlin	52.36003	8.96345		Heisterholz,Kolonie Heisterholz		07	057	05770	05770028
2907092	Heisterende	heisterende	DE		0	Europe/Berlin	53.8236	9.63799				10	00	01061	01061044
2907097	Heisterberg	heisterberg	DE		0	Europe/Berlin	50.65859	8.1517				05	065	06532	06532007
2907098	Heisterberg	heisterberg	DE		0	Europe/Berlin	50.56499	8.33425				05	065	06532	06532016
2907099	Heisterberg	heisterberg	DE		0	Europe/Berlin	49.53736	7.14207		Heisterberg		09	00	10046	10046113
2907105	Heisterbacherrott	heisterbacherrott	DE		0	Europe/Berlin	50.69581	7.23406		Heisterbacherrott		07	053	05382	05382024
2907106	Heister	heister	DE		0	Europe/Berlin	50.85692	7.30698				07	053	05382	05382040
2907112	Heissum	heissum	DE		0	Europe/Berlin	51.99661	10.39976				06	00	03153	03153008
2907113	Heissprechting	heissprechting	DE		0	Europe/Berlin	48.41937	12.67863				02	092	09277	09277119
2907114	Heißmanning	heissmanning	DE		0	Europe/Berlin	48.54778	11.50891				02	091	09186	09186143
2907117	Heißesheim	heissesheim	DE		0	Europe/Berlin	48.67195	10.76987				02	097	09779	09779181
2907119	Heißenzell	heissenzell	DE		0	Europe/Berlin	49.0458	12.49094				02	092	09278	09278197
2907121	Heißenstein	heissenstein	DE		0	Europe/Berlin	50.27039	12.24414				13	00	14523	14523040
2907127	Heißen	heissen	DE		0	Europe/Berlin	51.43786	6.93274		Heissen,Heiszen,Heißen		07	051	05117	05117000
2907128	Heißen	heissen	DE		0	Europe/Berlin	47.88232	10.45675				02	097	09777	09777154
2907129	Heißen	heissen	DE		0	Europe/Berlin	47.77893	9.74286				01	084	08436	08436078
2907135	Heisingen	heisingen	DE		0	Europe/Berlin	51.40262	7.06252		Heisingen		07	051	05113	05113000
2907137	Heising	heising	DE		0	Europe/Berlin	47.77638	10.31948		Heising		02	097	09780	09780125
2907140	Heisfelde	heisfelde	DE		0	Europe/Berlin	53.24767	7.46685		Heisfelde		06	00	03457	03457013
2907143	Heisenstein	heisenstein	DE		0	Europe/Berlin	49.99195	11.56963				02	094	09472	09472119
2907144	Heisenstein	heisenstein	DE		0	Europe/Berlin	49.97996	11.4293		Heisenstein		02	094	09472	09472131
2907146	Heißenbüttel	heissenbuettel	DE		0	Europe/Berlin	53.30524	8.84892		Heisenbuttel,Heisenbüttel,Heissenbuttel,Heißenbüttel		06	00	03356	03356003
2907147	Heisenberg	heisenberg	DE		0	Europe/Berlin	48.86785	10.08189				01	081	08136	08136088
2907149	Heiseloch	heiseloch	DE		0	Europe/Berlin	47.68333	9.45				01	084	08435	08435016
2907150	Heisede	heisede	DE		0	Europe/Berlin	52.25828	9.85182				06	00	03254	03254028
2907151	Heisebeck	heisebeck	DE		0	Europe/Berlin	51.58603	9.6563				05	066	06633	06633030
2907152	Heise	heise	DE		0	Europe/Berlin	53.40725	8.69319				06	00	03352	03352059
2907157	Heischeid	heischeid	DE		0	Europe/Berlin	50.94133	7.65755		Heischeid		07	053	05374	05374040
2907160	Heisberg	heisberg	DE		0	Europe/Berlin	50.87865	7.92643		Heisberg		07	059	05970	05970016
2907162	Heipke	heipke	DE		0	Europe/Berlin	52.02673	8.71688				07	057	05766	05766048
2907163	Heipertz	heipertz	DE		0	Europe/Berlin	51.15	7.01667				07	051	05122	05122000
2907164	Heinzwinkel	heinzwinkel	DE		0	Europe/Berlin	50.50032	12.51307				13	00	14521	14521540
2907167	Heinzhof	heinzhof	DE		0	Europe/Berlin	49.36365	11.78318				02	093	09371	09371154
2907168	Heinz Gut	heinz-gut	DE		0	Europe/Berlin	50.5	12.6		Heinz Gut,Heinz-Guter,Heinz-Güter		13	00	14521	14521170
2907169	Heinzerath	heinzerath	DE		0	Europe/Berlin	49.83018	7.08592				08	00	07231	07231502
2907170	Heinzenthal	heinzenthal	DE		0	Europe/Berlin	49.52483	7.90771		Hainzenthal,Heinzenthal		08	00	07335	07335028
2907173	Heinzenhof	heinzenhof	DE		0	Europe/Berlin	48.10493	10.46918				02	097	09778	09778187
2907186	Heinzebank	heinzebank	DE		0	Europe/Berlin	50.68175	13.12367		Heinzebank		13	00	14521	14521495
2907187	Heinz	heinz	DE		0	Europe/Berlin	47.76669	11.39081		Hainz,Heinz		02	091	09190	09190141
2907188	Heinum	heinum	DE		0	Europe/Berlin	52.06629	9.82712				06	00	03254	03254043
2907190	Heinstetten	heinstetten	DE		0	Europe/Berlin	48.13515	8.96404		Heinstetten		01	084	08417	08417044
2907192	Heinsheim	heinsheim	DE		0	Europe/Berlin	49.26044	9.15065		Heinsheim		01	081	08125	08125006
2907198	Heinsdorf	heinsdorf	DE		0	Europe/Berlin	51.92604	13.33485				11	00	12072	12072053
2907200	Heinschenwalde	heinschenwalde	DE		0	Europe/Berlin	53.52164	8.94476				06	00	03357	03357027
2907217	Heinrichsreit	heinrichsreit	DE		0	Europe/Berlin	48.81265	13.41614				02	092	09272	09272120
2907218	Heinrichsort	heinrichsort	DE		0	Europe/Berlin	50.72647	12.63875		Heinrichsort		13	00	14524	14524160
2907219	Heinrichskirchen	heinrichskirchen	DE		0	Europe/Berlin	49.3976	12.52651				02	093	09372	09372154
2907222	Heinrichshorst	heinrichshorst	DE		0	Europe/Berlin	52.34304	11.70799				14	00	15083	15083440
2907223	Heinrichshöhe	heinrichshoehe	DE		0	Europe/Berlin	50.39769	11.53006				15	00	16075	16075133
2907227	Heinrichshofen	heinrichshofen	DE		0	Europe/Berlin	48.19898	10.98591				02	091	09181	09181116
2907229	Heinrichshof	heinrichshof	DE		0	Europe/Berlin	53.71365	13.86176				12	00	13075	13075084
2907230	Heinrichshof	heinrichshof	DE		0	Europe/Berlin	53.205	14.3066				11	00	12073	12073309
2907234	Heinrichsheim	heinrichsheim	DE		0	Europe/Berlin	48.72679	11.22166		Heinrichsheim		02	091	09185	09185149
2907235	Heinrichshagen	heinrichshagen	DE		0	Europe/Berlin	51.94374	9.5672				06	00	03255	03255025
2907236	Heinrichsgrün	heinrichsgruen	DE		0	Europe/Berlin	50.65312	12.15388				15	00	16076	16076022
2907238	Heinrichsfelde	heinrichsfelde	DE		0	Europe/Berlin	53.06866	12.98661				11	00	12068	12068353
2907239	Heinrichsfelde	heinrichsfelde	DE		0	Europe/Berlin	52.91486	12.43386				11	00	12068	12068264
2907240	Heinrichsfeld	heinrichsfeld	DE		0	Europe/Berlin	51.56189	14.34257		Heinrichsfeld,Senki,Šenki		11	00	12071	12071372
2907243	Heinrichsdorf	heinrichsdorf	DE		0	Europe/Berlin	53.22885	12.46622				11	00	12068	12068468
2907244	Heinrichsdorf	heinrichsdorf	DE		0	Europe/Berlin	53.04625	12.95603				11	00	12068	12068353
2907245	Heinrichsdorf	heinrichsdorf	DE		0	Europe/Berlin	52.73925	14.23373				11	00	12064	12064349
2907246	Heinrichsdorf	heinrichsdorf	DE		0	Europe/Berlin	51.28651	8.42763				07	059	05958	05958036
2907247	Heinrichsdorf	heinrichsdorf	DE		0	Europe/Berlin	50.36444	11.70628				02	094	09475	09475137
2907248	Heinrichsdorf	heinrichsdorf	DE		0	Europe/Berlin	48.59028	13.02861				02	092	09275	09275114
2907249	Heinrichsdorf	heinrichsdorf	DE		0	Europe/Berlin	47.83272	11.95162				02	091	09187	09187117
2907252	Heinrichsburg	heinrichsburg	DE		0	Europe/Berlin	48.00664	9.81954				01	084	08426	08426038
2907253	Heinrichsbrunn	heinrichsbrunn	DE		0	Europe/Berlin	48.92053	13.57781				02	092	09272	09272134
2907263	Heinrichs	heinrichs	DE		0	Europe/Berlin	50.60012	10.65549				15	00	16054	16054000
2907264	Heinriching	heinriching	DE		0	Europe/Berlin	48.4203	13.28609				02	092	09275	09275149
2907265	Heinleinshof	heinleinshof	DE		0	Europe/Berlin	49.33463	11.33137				02	095	09574	09574117
2907267	Heinkenstruck	heinkenstruck	DE		0	Europe/Berlin	54.18333	9.38333		Heinkenstruck,Heinkenstruk		10	00	01051	01051086
2907269	Heinkenbusch	heinkenbusch	DE		0	Europe/Berlin	49.15	9.98333				01	081	08127	08127014
2907273	Heinitzpolder	heinitzpolder	DE		0	Europe/Berlin	53.25	7.25				06	00	03457	03457024
2907275	Heinischseifen	heinischseifen	DE		0	Europe/Berlin	50.04919	6.34589				08	00	07232	07232011
2907281	Heining	heining	DE		0	Europe/Berlin	48.58395	13.40472		Heining		02	092	09262	09262000
2907294	Heinersgrün	heinersgruen	DE		0	Europe/Berlin	50.38769	11.99767				13	00	14523	14523450
2907298	Heinersdorf	heinersdorf	DE		6489	Europe/Berlin	52.57173	13.43757		Berlin-Heinersdorf,Khajnersdorf,Хайнерсдорф		16	00	11000	11000000
2907299	Heinersdorf	heinersdorf	DE		0	Europe/Berlin	53.09011	14.20086				11	00	12073	12073532
2907300	Heinersdorf	heinersdorf	DE		0	Europe/Berlin	52.45479	14.21566		Heinersdorf		11	00	12067	12067473
2907301	Heinersdorf	heinersdorf	DE		0	Europe/Berlin	52.38763	13.32794				11	00	12072	12072120
2907302	Heinersdorf	heinersdorf	DE		0	Europe/Berlin	51.37923	13.79728				11	00	12066	12066168
2907303	Heinersdorf	heinersdorf	DE		0	Europe/Berlin	50.87052	12.88647		CHEMNITZ-HEINERSDORF,Heinersdorf		13	00	14511	14511000
2907304	Heinersdorf	heinersdorf	DE		0	Europe/Berlin	50.47274	11.57588				15	00	16075	16075133
2907305	Heinersdorf	heinersdorf	DE		0	Europe/Berlin	50.36131	11.27572				15	00	16072	16072024
2907306	Heinersdorf	heinersdorf	DE		0	Europe/Berlin	49.48846	10.74366				02	095	09573	09573120
2907307	Heinersdorf	heinersdorf	DE		0	Europe/Berlin	49.15774	10.57596		Heinersdorf		02	095	09571	09571115
2907310	Heinersberg	heinersberg	DE		0	Europe/Berlin	50.37564	11.54292				02	094	09476	09476159
2907311	Heinersberg	heinersberg	DE		0	Europe/Berlin	50.2438	12.06144				02	094	09475	09475162
2907312	Heinersberg	heinersberg	DE		0	Europe/Berlin	49.79656	11.65031				02	093	09374	09374129
2907314	Heinenbusch	heinenbusch	DE		0	Europe/Berlin	50.92348	7.41585				07	053	05382	05382036
2907317	Heinefeld	heinefeld	DE		0	Europe/Berlin	52.91903	8.32308				06	00	03458	03458014
2907318	Heinebüchenbruch	heinebuechenbruch	DE		0	Europe/Berlin	52.06542	9.17333				07	057	05766	05766028
2907321	Heineberg	heineberg	DE		0	Europe/Berlin	52.57692	12.6808				11	00	12063	12063208
2907329	Heinebach	heinebach	DE		0	Europe/Berlin	51.04944	9.66673				05	066	06632	06632001
2907330	Heine	heine	DE		0	Europe/Berlin	53.3043	8.6614		Heine		06	00	03352	03352060
2907331	Heine	heine	DE		0	Europe/Berlin	52.255	7.51113				07	055	05566	05566076
2907334	Heindlschlag	heindlschlag	DE		0	Europe/Berlin	48.70133	13.67137				02	092	09272	09272129
2907335	Heindlhof	heindlhof	DE		0	Europe/Berlin	49.14381	11.2347		Heindlhof		02	095	09576	09576127
2907340	Heinde	heinde	DE		0	Europe/Berlin	52.10178	10.03602		Heinde		06	00	03254	03254005
2907351	Heinachshof	heinachshof	DE		0	Europe/Berlin	49.92819	10.45379				02	096	09678	09678157
2907353	Heina	heina	DE		0	Europe/Berlin	51.08001	9.5929				05	066	06634	06634015
2907355	Heimstetten	heimstetten	DE		0	Europe/Berlin	48.15933	11.75546				02	091	09184	09184131
2907360	Heimsen	heimsen	DE		0	Europe/Berlin	52.46648	9.05559		Heimsen		07	057	05770	05770028
2907361	Heimpersdorf	heimpersdorf	DE		0	Europe/Berlin	48.56764	10.98434				02	097	09771	09771176
2907364	Heimkirchen	heimkirchen	DE		0	Europe/Berlin	49.57512	7.71248				08	00	07335	07335029
2907369	Heiminghausen	heiminghausen	DE		0	Europe/Berlin	51.19744	8.25125		Heiminghausen		07	059	05958	05958040
2907370	Heiming	heiming	DE		0	Europe/Berlin	47.93239	12.10565				02	091	09187	09187142
2907375	Heimholz	heimholz	DE		0	Europe/Berlin	47.59341	9.75193				02	097	09776	09776126
2907376	Heimhofen	heimhofen	DE		0	Europe/Berlin	47.60906	9.98592				02	097	09776	09776113
2907377	Heimhof	heimhof	DE		0	Europe/Berlin	49.34604	11.76335				02	093	09371	09371154
2907378	Heimhof	heimhof	DE		0	Europe/Berlin	49.18103	12.33332				02	093	09372	09372149
2907380	Heimhausen	heimhausen	DE		0	Europe/Berlin	49.31472	9.80472				01	081	08126	08126056
2907382	Heimgarten	heimgarten	DE		0	Europe/Berlin	47.73821	11.12184				02	091	09190	09190121
2907384	Heimfeld	heimfeld	DE		0	Europe/Berlin	53.46667	9.95				04	00	02000	02000000
2907385	Heimesreutin	heimesreutin	DE		0	Europe/Berlin	47.56992	9.69227				02	097	09776	09776116
2907386	Heimerzheim	heimerzheim	DE		0	Europe/Berlin	50.71645	6.91753		Heimercheima,Heimerzheim		07	053	05382	05382064
2907387	Heimertshausen	heimertshausen	DE		0	Europe/Berlin	50.74132	9.16063				05	065	06535	06535010
2907390	Heimersheim	heimersheim	DE		0	Europe/Berlin	50.54295	7.17737				08	00	07131	07131007
2907391	Heimersheim	heimersheim	DE		0	Europe/Berlin	49.76178	8.08251		Heimersheim		08	00	07331	07331003
2907394	Heimerode	heimerode	DE		0	Europe/Berlin	52.01099	10.41092				06	00	03153	03153008
2907396	Heimerdingen	heimerdingen	DE		0	Europe/Berlin	48.8516	8.98022		Heimerdingen		01	081	08118	08118011
2907397	Heimer	heimer	DE		0	Europe/Berlin	51.23241	6.42751		Heimer		07	051	05166	05166032
2907400	Heimenhofen	heimenhofen	DE		0	Europe/Berlin	47.82161	10.60445				02	097	09777	09777167
2907401	Heimenhof	heimenhof	DE		0	Europe/Berlin	50.5	9.85				05	066	06631	06631021
2907403	Heimenegg	heimenegg	DE		0	Europe/Berlin	48.03616	10.5601				02	097	09778	09778173
2907404	Heimen	heimen	DE		0	Europe/Berlin	47.62226	10.63697				02	097	09777	09777135
2907405	Heimen	heimen	DE		0	Europe/Berlin	47.61827	9.83301				02	097	09776	09776122
2907411	Heimeck	heimeck	DE		0	Europe/Berlin	48.09586	7.99063				01	083	08316	08316056
2907414	Heimbuchshöfe	heimbuchshoefe	DE		0	Europe/Berlin	50.48333	9.7				05	066	06631	06631006
2907418	Heimbruch	heimbruch	DE		0	Europe/Berlin	53.43692	9.6755				06	00	03359	03359010
2907421	Ehrlich	ehrlich	DE		0	Europe/Berlin	50.71638	7.7537		Ehrlich,Heimborn-Ehrlich		08	00	07143	07143236
2907422	Heimboldshausen	heimboldshausen	DE		0	Europe/Berlin	50.8537	9.95518		Heimboldshausen		05	066	06632	06632016
2907425	Heimberg	heimberg	DE		0	Europe/Berlin	49.7555	7.50286				08	00	07133	07133041
2907426	Heimberg	heimberg	DE		0	Europe/Berlin	49.38605	10.01535		Heimberg		01	081	08128	08128082
2907427	Heimberg	heimberg	DE		0	Europe/Berlin	49.02244	11.89271				02	093	09375	09375127
2907428	Heimberg	heimberg	DE		0	Europe/Berlin	48.30209	10.66468				02	097	09772	09772141
2907429	Heimberg	heimberg	DE		0	Europe/Berlin	47.81465	11.86429				02	091	09182	09182123
2907461	Heimbach-Weis	heimbach-weis	DE		0	Europe/Berlin	50.45039	7.54402				08	00	07138	07138045
2907470	Heimatshausen	heimatshausen	DE		0	Europe/Berlin	48.36515	11.01937				02	097	09771	09771130
2907471	Heimathshofen	heimathshofen	DE		0	Europe/Berlin	47.957	11.81786				02	091	09184	09184137
2907472	Heimathshausen	heimathshausen	DE		0	Europe/Berlin	48.00359	11.36656				02	091	09188	09188139
2907473	Heimathsberg	heimathsberg	DE		0	Europe/Berlin	47.88346	12.01491				02	091	09187	09187117
2907474	Heimathof	heimathof	DE		0	Europe/Berlin	51.86999	8.74479				07	057	05766	05766004
2907478	Heimarshausen	heimarshausen	DE		0	Europe/Berlin	51.18145	9.20888				05	066	06633	06633018
2907481	Heilstätten-Siedlung	heilstatten-siedlung	DE		0	Europe/Berlin	49.46522	10.94144				02	095	09563	09563000
2907485	Heilshorn	heilshorn	DE		0	Europe/Berlin	53.2285	8.71092				06	00	03356	03356007
2907487	Heilsdorf	heilsdorf	DE		0	Europe/Berlin	53.29641	8.84579				06	00	03356	03356003
2907490	Heilsberg	heilsberg	DE		0	Europe/Berlin	50.16667	8.73333				05	064	06440	06440003
2907498	Heilinghausen	heilinghausen	DE		0	Europe/Berlin	49.18303	12.16637				02	093	09375	09375190
2907500	Heiligkreuztal	heiligkreuztal	DE		0	Europe/Berlin	48.1335	9.40267				01	084	08426	08426008
2907606	Heiligenbronn	heiligenbronn	DE		0	Europe/Berlin	48.49245	8.58719				01	082	08237	08237074
2907607	Heiligenbronn	heiligenbronn	DE		0	Europe/Berlin	48.25744	8.44826		Heiligenbronn		01	083	08325	08325053
2907608	Heiligenborn	heiligenborn	DE		0	Europe/Berlin	50.89094	8.27733				07	059	05970	05970028
2907503	Heiligkreuz	heiligkreuz	DE		0	Europe/Berlin	50.19589	9.73616				02	096	09672	09672161
2907504	Heiligkreuz	heiligkreuz	DE		0	Europe/Berlin	49.74162	6.64518				08	00	07211	07211000
2907505	Heiligkreuz	heiligkreuz	DE		0	Europe/Berlin	49.50619	8.69435				01	082	08226	08226096
2907506	Heilig Kreuz	heilig-kreuz	DE		0	Europe/Berlin	48.15	12.81667				02			
2907507	Heiligkreuz	heiligkreuz	DE		0	Europe/Berlin	48.04778	12.58938				02	091	09189	09189157
2907508	Heiligkreuz	heiligkreuz	DE		0	Europe/Berlin	47.75086	10.28294		Heiligkreuz		02	097	09763	09763000
2907522	Heiligenzimmern	heiligenzimmern	DE		0	Europe/Berlin	48.33103	8.72885				01	084	08417	08417054
2907523	Heiligenzell	heiligenzell	DE		0	Europe/Berlin	48.36459	7.89655		Heiligenzell		01	083	08317	08317031
2907526	Heiligenwald	heiligenwald	DE		0	Europe/Berlin	49.35573	7.09607				09	00	10043	10043116
2907536	Heiligenstock	heiligenstock	DE		0	Europe/Berlin	51.76667	10.31667				06			
2907538	Heiligenstein	heiligenstein	DE		0	Europe/Berlin	50.91384	10.38905				15	00	16063	16063066
2907539	Heiligenstein	heiligenstein	DE		0	Europe/Berlin	49.28408	8.39949				08	00	07338	07338023
2907551	Heiligensee	heiligensee	DE		17587	Europe/Berlin	52.61449	13.24501		Berlin-Heiligensee,Kolonie Neu-Heiligensee		16	00	11000	11000000
2907555	Heiligenrode	heiligenrode	DE		0	Europe/Berlin	52.98079	8.70942				06	00	03251	03251037
2907556	Heiligenrode	heiligenrode	DE		0	Europe/Berlin	51.30785	9.57561		Heiligenrode		05	066	06633	06633020
2907557	Heiligenroda	heiligenroda	DE		0	Europe/Berlin	50.86667	10.05				15	00	16063	16063082
2907559	Heiligenpesch	heiligenpesch	DE		0	Europe/Berlin	51.17936	6.37068				07	051	05116	05116000
2907563	Heiligenloh	heiligenloh	DE		0	Europe/Berlin	53.08824	8.40297				06	00	03458	03458010
2907564	Heiligenloh	heiligenloh	DE		0	Europe/Berlin	52.77153	8.54963		Heiligenloh		06	00	03251	03251042
2907565	Heiligenleichnam	heiligenleichnam	DE		0	Europe/Berlin	50.94281	12.4378				15	00	16077	16077036
2907567	Heiligenkreuz	heiligenkreuz	DE		0	Europe/Berlin	51.10689	11.75694				14	00	15084	15084355
2907568	Heiligenkreuz	heiligenkreuz	DE		0	Europe/Berlin	49.14307	10.29706				02	095	09571	09571145
2907569	Heiligenkreuz	heiligenkreuz	DE		0	Europe/Berlin	48.96488	11.16965				02	091	09176	09176164
2907572	Heiligenkirchen	heiligenkirchen	DE		0	Europe/Berlin	51.90817	8.87524				07	057	05766	05766020
2907574	Heiligenholz	heiligenholz	DE		0	Europe/Berlin	47.85343	9.26558				01	084	08435	08435020
2907584	Heiligenhäuschen	heiligenhaeuschen	DE		0	Europe/Berlin	51.3	6.85				07	051	05158	05158028
2907596	Heiligenfurt	heiligenfurt	DE		0	Europe/Berlin	50.03404	12.20002				02	094	09479	09479112
2907599	Heiligendorf	heiligendorf	DE		0	Europe/Berlin	52.35002	10.77656				06	00	03103	03103000
2907600	Ostseebad Heiligendamm	ostseebad-heiligendamm	DE		0	Europe/Berlin	54.14323	11.84052		Heiligendamm		12	00	13072	13072006
2907604	Heiligenbruch	heiligenbruch	DE		0	Europe/Berlin	52.96142	8.93254				06	00	03361	03361010
2907605	Heiligenbronn	heiligenbronn	DE		0	Europe/Berlin	49.38086	10.10019				01	081	08127	08127075
2907609	Heiligenborn	heiligenborn	DE		0	Europe/Berlin	51.06667	13.01667				13	00	14522	14522570
2907610	Heiligenborn	heiligenborn	DE		0	Europe/Berlin	50.64069	8.21332				05	065	06532	06532007
2907648	Heiligenaue	heiligenaue	DE		0	Europe/Berlin	50.80349	11.85849				15	00	16074	16074077
2907650	Heiligeland	heiligeland	DE		0	Europe/Berlin	53.75539	10.83886				12	00	13074	13074073
2907656	Heilig Blut	heilig-blut	DE		0	Europe/Berlin	47.83843	12.11768				02	091	09163	09163000
2907657	Heilhausen	heilhausen	DE		0	Europe/Berlin	50.11128	6.34871				08	00	07232	07232322
2907658	Heilham	heilham	DE		0	Europe/Berlin	48.02569	12.66085				02	091	09189	09189134
2907659	Heilgersdorf	heilgersdorf	DE		0	Europe/Berlin	50.16431	10.82788				02	094	09473	09473165
2907660	Heilgeisthof	heilgeisthof	DE		0	Europe/Berlin	54.08638	13.31809				12	00	13075	13075076
2907664	Heilenbecke	heilenbecke	DE		0	Europe/Berlin	51.3	7.35				07	059	05954	05954008
2907667	Heilbrunn	heilbrunn	DE		0	Europe/Berlin	49.04659	12.56587				02	092	09278	09278197
2907671	Heilberg	heilberg	DE		0	Europe/Berlin	48.99126	9.91596				01	081	08127	08127013
2907677	Heiland	heiland	DE		0	Europe/Berlin	47.75299	10.65259				02	097	09777	09777151
2907679	Heil	heil	DE		0	Europe/Berlin	51.63402	7.58548		Heil		07	059	05978	05978004
2907687	Heiken	heiken	DE		0	Europe/Berlin	51.63045	7.05258				07	055	05562	05562024
2907688	Heikausen	heikausen	DE		0	Europe/Berlin	50.95443	7.60911				07	053	05374	05374040
2907689	Heignkam	heignkam	DE		0	Europe/Berlin	47.892	11.69297		Heigenkam		02	091	09182	09182120
2907691	Heigl	heigl	DE		0	Europe/Berlin	47.78333	11.46667				02	091	09173	09173134
2907694	Heigenkam	heigenkam	DE		0	Europe/Berlin	47.92273	11.64963				02	091	09182	09182127
2907695	Heigenkam	heigenkam	DE		0	Europe/Berlin	47.79315	11.75277				02	091	09182	09182136
2907696	Heigenhausen	heigenhausen	DE		0	Europe/Berlin	48.50569	11.67913				02	091	09178	09178156
2907697	Heigenbrücken	heigenbruecken	DE		2417	Europe/Berlin	50.0282	9.37116		Gajgenbrjukken,Heigenbruecken,Heigenbrücken,Khajgenbriken,Khajgenbrjukken,hai gen bu lu ken,haigenburyukken,Гайгенбрюккен,Хайгенбрюккен,Хајгенбрикен,Հայգենբրյուքեն,ハイゲンブリュッケン,海根布吕肯	09671126	02	096	09671	09671126
2907699	Heiersdorf	heiersdorf	DE		0	Europe/Berlin	50.93679	12.79126				13	00	14522	14522060
2907700	Heiersdorf	heiersdorf	DE		0	Europe/Berlin	50.9088	12.57273				15	00	16077	16077036
2907702	Heienbach	heienbach	DE		0	Europe/Berlin	50.94399	7.62039				07	053	05374	05374040
2907706	Heidt	heidt	DE		0	Europe/Berlin	51.21587	7.18748		Heidt		07	051	05124	05124000
2907707	Heidt	heidt	DE		0	Europe/Berlin	51.13871	7.30849		Heidt		07	053	05374	05374016
2907711	Heidsiekerheide	heidsiekerheide	DE		0	Europe/Berlin	52.08336	8.50471				07	057	05711	05711000
2907719	Heidrege	heidrege	DE		0	Europe/Berlin	53.66621	9.67287				10	00	01056	01056036
2907723	Heidmühle	heidmuehle	DE		0	Europe/Berlin	53.73382	9.67598				10	00	01056	01056015
2907724	Heidmühle	heidmuehle	DE		0	Europe/Berlin	53.55	7.95				06	00	03455	03455015
2907727	Heidmersbrunn	heidmersbrunn	DE		0	Europe/Berlin	48.86055	10.77194				02	097	09779	09779148
2907733	Heidkrug	heidkrug	DE		0	Europe/Berlin	53.05	8.68333				06	00	03401	03401000
2907742	Heidkaten	heidkaten	DE		0	Europe/Berlin	53.82204	9.87728		Heidkaten		10	00	01060	01060044
2907748	Heidkate	heidkate	DE		0	Europe/Berlin	54.43333	10.33333				10	00	01057	01057088
2907750	Heidkamp	heidkamp	DE		0	Europe/Berlin	51.71194	6.24857				07	051	05154	05154056
2907751	Heidkamp	heidkamp	DE		0	Europe/Berlin	53.23333	8.6				06	00	03356	03356009
2907752	Heidkamp	heidkamp	DE		0	Europe/Berlin	53.21667	8.81667				06	00	03356	03356007
2907753	Siedlung Heidkamp	siedlung-heidkamp	DE		0	Europe/Berlin	53.18974	8.15971		Heidkamp,Siedlung Heidkamp		06	00	03451	03451008
2907755	Heidingsfeld	heidingsfeld	DE		0	Europe/Berlin	49.76109	9.9422				02	096	09663	09663000
2907757	Heidhusen	heidhusen	DE		0	Europe/Berlin	53.05487	8.35832				06	00	03458	03458009
2907759	Heidhörnerweg	heidhoernerweg	DE		0	Europe/Berlin	53.38623	7.59338				06	00	03452	03452006
2907760	Heidhörn	heidhoern	DE		0	Europe/Berlin	53.46851	7.82154				06	00	03462	03462005
2907764	Heidholm	heidholm	DE		0	Europe/Berlin	54.38333	9.98333				10	00	01058	01058165
2907766	Heidhöfe	heidhofe	DE		0	Europe/Berlin	48.71317	9.95327				01	081	08117	08117010
2907774	Heidhausen	heidhausen	DE		0	Europe/Berlin	51.3787	7.01579		Heidhausen		07	051	05113	05113000
2907775	Heidhausen	heidhausen	DE		0	Europe/Berlin	52.54309	9.14437				06	00	03256	03256017
2907776	Heidhausen	heidhausen	DE		0	Europe/Berlin	51.29056	6.18271				07	051	05166	05166004
2907781	Heidgen	heidgen	DE		0	Europe/Berlin	51.00727	7.08611				07	053	05378	05378004
2907782	Heidgen	heidgen	DE		0	Europe/Berlin	50.89805	7.31608				07	053	05382	05382040
2907783	Heidgen	heidgen	DE		0	Europe/Berlin	50.6789	7.02195				07	053	05382	05382004
2907787	Heidesiedlung	heidesiedlung	DE		0	Europe/Berlin	53.23333	8.58333				06	00	03356	03356009
2907788	Heidesiedlung	heidesiedlung	DE		0	Europe/Berlin	51.76127	14.37589				11	00	12052	12052000
2907789	Heidesheim	heidesheim	DE		0	Europe/Berlin	49.99516	8.11392		Heidesheim,Heidesheim am Rhein		08	00	07339	07339030
2907790	Heidesheim	heidesheim	DE		6976	Europe/Berlin	49.58247	8.19537		Heidesheim		08	00	07332	07332041
2907798	Heidersbach	heidersbach	DE		0	Europe/Berlin	50.63669	10.73333		Heidersbach		15	00	16054	16054000
2907799	Heidersbach	heidersbach	DE		0	Europe/Berlin	49.45426	9.2466				01	082	08225	08225052
2907801	Heiderott	heiderott	DE		0	Europe/Berlin	51.70703	6.58218				07	051	05170	05170012
2907808	Heidergansfeld	heidergansfeld	DE		0	Europe/Berlin	51.03333	7.21667				07	053	05378	05378012
2907809	Heiderfeld	heiderfeld	DE		0	Europe/Berlin	53.86716	10.22203				10	00	01060	01060053
2907817	Heidenstadt	heidenstadt	DE		0	Europe/Berlin	48.13346	8.92215		Heidenstadt		01	084	08417	08417045
2907826	Heidenscheheide	heidenscheheide	DE		0	Europe/Berlin	51.98824	8.84296				07	057	05766	05766040
2907827	Heidenschaft	heidenschaft	DE		0	Europe/Berlin	54.76667	8.81667				10	00	01054	01054088
2907829	Heidenoldendorf	heidenoldendorf	DE		0	Europe/Berlin	51.93833	8.84509		Heidenoldendorf		07	057	05766	05766020
2907839	Heidenkam	heidenkam	DE		0	Europe/Berlin	48.49264	12.08918				02	092	09274	09274182
2907845	Heidenhofen	heidenhofen	DE		0	Europe/Berlin	47.98361	8.56417		Heidenhofen		01	083	08326	08326012
2907847	Heidenhof	heidenhof	DE		0	Europe/Berlin	48.91206	9.38215				01	081	08119	08119042
2907857	Heidenfeld	heidenfeld	DE		0	Europe/Berlin	49.96751	10.20798				02	096	09678	09678170
2907858	Heidenfahrt	heidenfahrt	DE		0	Europe/Berlin	50.00807	8.09692				08	00	07339	07339030
2907859	Heidenend	heidenend	DE		0	Europe/Berlin	51.32746	6.17924				07	051	05166	05166016
2907861	Heidend	heidend	DE		0	Europe/Berlin	51.25548	6.26026				07	051	05166	05166024
2907885	Heidenbach	heidenbach	DE		0	Europe/Berlin	48.53815	8.14929				01	083	08317	08317102
2907897	Heidelsheim	heidelsheim	DE		0	Europe/Berlin	49.10146	8.64335				01	082	08215	08215009
2907898	Heidelsbuch	heidelsbuch	DE		0	Europe/Berlin	47.60522	10.69393				02	097	09777	09777129
2907899	Heidelsberg	heidelsberg	DE		0	Europe/Berlin	48.48182	12.80167				02	092	09277	09277144
2907901	Heideloh	heideloh	DE		0	Europe/Berlin	52.74461	8.63834				06	00	03251	03251015
2907902	Heideloh	heideloh	DE		202	Europe/Berlin	51.62687	12.20134		Heideloh		14	00	15082	15082340
2907904	Heidelheim	heidelheim	DE		0	Europe/Berlin	50.15066	12.05283				02	094	09479	09479152
2907906	Heidelbingerhof	heidelbingerhof	DE		0	Europe/Berlin	49.2242	7.41439				08	00	07320	07320000
2907944	Heidelbeck	heidelbeck	DE		0	Europe/Berlin	52.11989	9.00244				07	057	05766	05766036
2907946	Heidelbach	heidelbach	DE		0	Europe/Berlin	50.8074	9.2579				05	065	06535	06535001
2907947	Heidelbach	heidelbach	DE		0	Europe/Berlin	50.66667	13.46667				13	00	14522	14522400
2907949	Heidekrug	heidekrug	DE		0	Europe/Berlin	53.43333	10.65				12	00	13076	13076122
2907950	Heidekrug	heidekrug	DE		0	Europe/Berlin	52.64749	13.85728				11	00	12064	12064393
2907951	Heidekrug	heidekrug	DE		0	Europe/Berlin	52.4789	13.96281				11	00	12064	12064317
2907959	Heidekaten	heidekaten	DE		0	Europe/Berlin	54.26048	13.36084				12	00	13073	13073027
2907960	Heidekaten	heidekaten	DE		0	Europe/Berlin	53.97853	11.53452				12	00	13074	13074007
2907966	Heideholz	heideholz	DE		0	Europe/Berlin	52.15471	8.77055				07	057	05758	05758036
2907972	Heidehäuser	heidehaeuser	DE		0	Europe/Berlin	51.43078	13.75814				11	00	12066	12066064
2907973	Heidehäuser	heidehaeuser	DE		0	Europe/Berlin	51.41072	14.80746		Haidehauser,Haidehäuser,Heidehauser,Heidehäuser		13	00	14626	14626460
2907974	Heidehäuser	heidehaeuser	DE		0	Europe/Berlin	50.61667	13.08333				13	00	14521	14521250
2907981	Heideducht	heideducht	DE		0	Europe/Berlin	53.88404	9.25853				10	00	01061	01061095
2907986	Heidebrink	heidebrink	DE		0	Europe/Berlin	54.12711	13.07731				12	00	13073	13073035
2907993	Heidberg	heidberg	DE		0	Europe/Berlin	54.29228	12.64578		Heidberg		12	00	13073	13073053
2907994	Heideberg	heideberg	DE		0	Europe/Berlin	51.46529	13.14285				13	00	14730	14730045
2908056	Oberheide	oberheide	DE		0	Europe/Berlin	50.98758	7.20523				07	053	05378	05378004
2908065	Haide	haide	DE		0	Europe/Berlin	50.66972	12.29195		Haide,Heide		15	00	16076	16076093
2908085	Heiddorf	heiddorf	DE		0	Europe/Berlin	53.18145	11.29377				12	00	13076	13076103
2908086	Heidchen	heidchen	DE		0	Europe/Berlin	51.10061	7.26164				07	053	05378	05378032
2908089	Heidbunge	heidbunge	DE		0	Europe/Berlin	54.37644	9.54455				10	00	01059	01059053
2908094	Heidbrücken	heidbruecken	DE		0	Europe/Berlin	52.95846	7.61988				06	00	03454	03454011
2908095	Heidbrink	heidbrink	DE		0	Europe/Berlin	52.29767	9.25245				06	00	03257	03257035
2908101	Heidböhl	heidboehl	DE		0	Europe/Berlin	52.81625	9.09631				06	00	03256	03256015
2908104	Heidberg	heidberg	DE		0	Europe/Berlin	51.16667	7.06667				07	051	05122	05122000
2908105	Heidberg	heidberg	DE		0	Europe/Berlin	50.95892	7.75558		Heidberg		07	053	05374	05374040
2908106	Heidberg	heidberg	DE		0	Europe/Berlin	53.71746	9.98672				10	00	01060	01060063
2908107	Heidberg	heidberg	DE		0	Europe/Berlin	53.15486	8.96857				06	00	03356	03356005
2908145	Heid	heid	DE		0	Europe/Berlin	51.08053	7.34542				07	053	05374	05374052
2908146	Heid	heid	DE		0	Europe/Berlin	50.94861	7.8072				07	059	05966	05966028
2908147	Heid	heid	DE		0	Europe/Berlin	50.40008	10.94099				15	00	16069	16069012
2908154	Heibach	heibach	DE		0	Europe/Berlin	51.03652	7.36458		Heibach		07	053	05374	05374020
2908156	Hehnerholt	hehnerholt	DE		0	Europe/Berlin	51.1835	6.40335		Hehnerholt,Holt		07	051	05116	05116000
2908157	Hehn	hehn	DE		0	Europe/Berlin	51.18365	6.37636				07	051	05116	05116000
2908159	Hehm	hehm	DE		0	Europe/Berlin	54.33333	9.11667				10	00	01051	01051060
2908160	Hehlrath	hehlrath	DE		0	Europe/Berlin	50.83859	6.23811				07	053	05334	05334012
2908162	Hehlingen	hehlingen	DE		0	Europe/Berlin	52.39142	10.85243				06	00	03103	03103000
2908163	Hehler	hehler	DE		0	Europe/Berlin	51.20409	6.31355		Hehler		07	051	05166	05166024
2908170	Hegnenberg	hegnenberg	DE		0	Europe/Berlin	49.40924	11.36982				02	095	09574	09574112
2908171	Hegnenbach	hegnenbach	DE		0	Europe/Berlin	48.49278	10.62139				02	097	09772	09772115
2908173	Hegne	hegne	DE		0	Europe/Berlin	47.7097	9.10097				01	083	08335	08335002
2908174	Hegnauhof	hegnauhof	DE		0	Europe/Berlin	48.79901	9.55806				01	081	08119	08119076
2908175	Hegnach	hegnach	DE		0	Europe/Berlin	48.85746	9.29874				01	081	08119	08119079
2908176	Hegnabrunn	hegnabrunn	DE		0	Europe/Berlin	50.08871	11.57014				02	094	09477	09477143
2908177	Heglitz	heglitz	DE		0	Europe/Berlin	53.5441	7.69342				06	00	03462	03462019
2908178	Heglau	heglau	DE		0	Europe/Berlin	49.18187	10.70415				02	095	09571	09571177
2908182	Heggen	heggen	DE		0	Europe/Berlin	51.32664	8.30764		Heggen		07	059	05958	05958032
2908183	Heggen	heggen	DE		0	Europe/Berlin	51.15489	7.95213		Heggen		07	059	05966	05966012
2908184	Heggen	heggen	DE		0	Europe/Berlin	47.71493	10.68252				02	097	09777	09777171
2908185	Heggelbach	heggelbach	DE		0	Europe/Berlin	47.8504	9.14014				01	084	08437	08437124
2908186	Heggelbach	heggelbach	DE		0	Europe/Berlin	47.82047	9.98073				01	084	08436	08436055
2908189	Hegge	hegge	DE		0	Europe/Berlin	51.63333	9.16667				07	057	05762	05762040
2908190	Hegge	hegge	DE		0	Europe/Berlin	47.68864	10.31553				02	097	09780	09780143
2908192	Heggbach	heggbach	DE		0	Europe/Berlin	48.1505	9.89675				01	084	08426	08426071
2908193	Hegewiese	hegewiese	DE		0	Europe/Berlin	50.24948	8.4773				05	064	06434	06434009
2908196	Hegertempel	hegertempel	DE		0	Europe/Berlin	50.61667	13.45				13	00	14521	14521140
2908198	Hegerort	hegerort	DE		0	Europe/Berlin	52.00213	7.0901				07	055	05558	05558040
2908202	Hegerfelderort	hegerfelderort	DE		0	Europe/Berlin	52.39538	8.41243				07	057	05770	05770044
2908204	Hegensdorf	hegensdorf	DE		0	Europe/Berlin	51.52954	8.62924		Hegensdorf		07	057	05774	05774016
2908205	Hegenscheid	hegenscheid	DE		0	Europe/Berlin	51.31407	7.69637				07	059	05962	05962024
2908206	Hegensberg	hegensberg	DE		0	Europe/Berlin	48.74111	9.33907				01	081	08116	08116019
2908208	Hegenlohe	hegenlohe	DE		0	Europe/Berlin	48.73369	9.47592				01	081	08116	08116037
2908217	Hegendorf	hegendorf	DE		0	Europe/Berlin	49.53601	11.52605		Hegendorf		02	095	09574	09574147
2908218	Hegenberg	hegenberg	DE		0	Europe/Berlin	49.03933	10.06858				01	081	08136	08136035
2908219	Hegenberg	hegenberg	DE		0	Europe/Berlin	47.72734	9.60025				01	084	08436	08436064
2908221	Hegenau	hegenau	DE		0	Europe/Berlin	49.29529	10.08138				01	081	08127	08127071
2908222	Hegemer	hegemer	DE		0	Europe/Berlin	51.77701	7.62723		Hegemer,Hegemerbauerschaft		07	055	05558	05558004
2908223	Hegemannshof	hegemannshof	DE		0	Europe/Berlin	51.5	7.03333				07	051	05113	05113000
2908229	Hegelohe	hegelohe	DE		0	Europe/Berlin	48.97639	11.27901				02	091	09176	09176138
2908230	Hegelhofen	hegelhofen	DE		0	Europe/Berlin	48.31323	10.15635				02	097	09775	09775164
2908246	Hege	hege	DE		0	Europe/Berlin	47.57658	9.62413				02	097	09776	09776128
2908251	Heftrich	heftrich	DE		0	Europe/Berlin	50.22154	8.33008				05	064	06439	06439008
2908256	Heft	heft	DE		0	Europe/Berlin	48.56028	13.07806				02	092	09275	09275112
2908258	Hefigkofen	hefigkofen	DE		0	Europe/Berlin	47.73333	9.48333		Hefigkofen		01	084	08435	08435045
2908261	Hefel	hefel	DE		0	Europe/Berlin	51.3564	7.05388				07	051	05158	05158032
2908264	Heetberg	heetberg	DE		0	Europe/Berlin	53.00722	7.78249				06	00	03453	03453007
2908266	Heesterkante	heesterkante	DE		0	Europe/Berlin	52.60186	6.74631				06	00	03456	03456012
2908267	Heesten	heesten	DE		0	Europe/Berlin	51.85678	8.98616		Heesten		07	057	05766	05766032
2908270	Heeßel	heessel	DE		0	Europe/Berlin	53.67844	9.12257				06	00	03352	03352022
2908271	Heeßel	heessel	DE		0	Europe/Berlin	52.44387	9.98056	58			06	00	03241	03241003
2908275	Heesfeld	heesfeld	DE		0	Europe/Berlin	51.20966	7.54053				07	059	05962	05962012
2908278	Heesen	heesen	DE		0	Europe/Berlin	52.8311	9.13341				06	00	03256	03256013
2908280	Heeselicht	heeselicht	DE		0	Europe/Berlin	51.00776	14.09022				13	00	14628	14628380
2908282	Heese	heese	DE		0	Europe/Berlin	52.70197	10.32056				06	00	03351	03351008
2908285	Hees	hees	DE		0	Europe/Berlin	51.61226	6.17191				07	051	05154	05154064
2908288	Heerte	heerte	DE		0	Europe/Berlin	52.12481	10.38947		Heerte		06	00	03102	03102000
2908289	Heersum	heersum	DE		0	Europe/Berlin	52.10605	10.10426		Heersum		06	00	03254	03254022
2908290	Heerstraße	heerstrasse	DE		0	Europe/Berlin	52.50648	13.24022		Heerstrasse,Heerstraße		16	00	11000	11000000
2908291	Heerstraße	heerstrasse	DE		0	Europe/Berlin	54.4	8.68333				10			
2908293	Heerserheide	heerserheide	DE		0	Europe/Berlin	52.04813	8.75208				07	057	05766	05766008
2908295	Heerse	heerse	DE		0	Europe/Berlin	52.06667	8.75		Heerse,Heresi		07	057	05766	05766008
2908300	Heering	heering	DE		0	Europe/Berlin	53.48886	8.4181				06	00	03461	03461007
2908305	Heergasse	heergasse	DE		0	Europe/Berlin	48	8.46667				01	083	08326	08326075
2908306	Heeren-Werve	heeren-werve	DE		0	Europe/Berlin	51.57812	7.71588		Heeren-Werve		07	059	05978	05978020
2908307	Heerenland	heerenland	DE		0	Europe/Berlin	53.1308	7.21027				06	00	03457	03457024
2908308	Heeren-Herken	heeren-herken	DE		0	Europe/Berlin	51.78333	6.45				07	051	05154	05154044
2908309	Heerenborg	heerenborg	DE		0	Europe/Berlin	53.20988	7.46098				06	00	03457	03457022
2908312	Heerdt	heerdt	DE		0	Europe/Berlin	51.23075	6.72329				07	051	05111	05111000
2908314	Heerde	heerde	DE		0	Europe/Berlin	51.93104	8.21404		Heerde,Herde		07	057	05754	05754020
2908315	Heerde	heerde	DE		0	Europe/Berlin	52.56228	8.85526				06	00	03251	03251021
2908317	Heerberg	heerberg	DE		0	Europe/Berlin	48.94891	9.85499				01	081	08127	08127079
2908321	Heeperholz	heeperholz	DE		0	Europe/Berlin	52.0215	8.59506				07	057	05711	05711000
2908322	Heepen	heepen	DE		0	Europe/Berlin	52.03238	8.60513		Hepin,Hėpin		07	057	05711	05711000
2908323	Heenes	heenes	DE		0	Europe/Berlin	50.89252	9.67689				05	066	06632	06632002
2908326	Heelsen	heelsen	DE		0	Europe/Berlin	53.00605	9.59319				06	00	03357	03357051
2908327	Heelden	heelden	DE		0	Europe/Berlin	51.8119	6.44187		Heelden		07	055	05554	05554032
2908328	Heeke	heeke	DE		0	Europe/Berlin	52.51499	7.96226				06	00	03459	03459001
2908329	Heeke	heeke	DE		0	Europe/Berlin	52.36496	8.67913				07	057	05770	05770008
2908334	Heegheim	heegheim	DE		0	Europe/Berlin	50.30774	8.97341				05	064	06440	06440001
2908340	Heeg	heeg	DE		0	Europe/Berlin	50.56578	7.38195				08	00	07138	07138009
2908343	Heedfeld	heedfeld	DE		0	Europe/Berlin	51.2565	7.58536		Heedfeld		07	059	05962	05962056
2908345	Heeder Fladder	heeder-fladder	DE		0	Europe/Berlin	52.58517	8.38753				06	00	03251	03251012
2908347	Heederfähr	heederfaehr	DE		0	Europe/Berlin	53.01225	7.30466				06	00	03454	03454020
2908353	Hedwigshütte	hedwigshuette	DE		0	Europe/Berlin	51.63333	14.58333				11	00	12071	12071294
2908356	Hedwigshof	hedwigshof	DE		0	Europe/Berlin	54.1	12.25				12	00	13072	13072108
2908358	Hedwigshof	hedwigshof	DE		0	Europe/Berlin	53.84399	13.32332				12	00	13075	13075023
2908363	Hedwigsburg	hedwigsburg	DE		0	Europe/Berlin	52.10953	10.58327				06	00	03158	03158021
2908367	Hedrazhofen	hedrazhofen	DE		0	Europe/Berlin	47.74511	10.01596				01	084	08436	08436049
2908370	Hedingsen	hedingsen	DE		0	Europe/Berlin	52.24107	8.76395				07	057	05770	05770004
2908371	Hedertsweiler	hedertsweiler	DE		0	Europe/Berlin	47.82927	9.17348				01	084	08435	08435047
2908375	Hedersdorf	hedersdorf	DE		0	Europe/Berlin	49.56981	11.34047				02	095	09574	09574155
2908377	Hedern	hedern	DE		0	Europe/Berlin	52.7684	9.41254				06	00	03358	03358009
2908380	Hedendorf	hedendorf	DE		0	Europe/Berlin	53.47932	9.61775				06	00	03359	03359010
2908382	Hedemünden	hedemuenden	DE		0	Europe/Berlin	51.38994	9.76296		Hedemunden,Hedemünden		06	00	03159	03159017
2908384	Hedemer Buchholz	hedemer-buchholz	DE		0	Europe/Berlin	52.35022	8.53529				07	057	05770	05770036
2908385	Hedem	hedem	DE		0	Europe/Berlin	52.34095	8.53808		Hedem		07	057	05770	05770036
2908386	Hedelfingen	hedelfingen	DE		0	Europe/Berlin	48.75815	9.25523				01	081	08111	08111000
2908387	Hedelberg	hedelberg	DE		0	Europe/Berlin	48.01029	9.85789				01	084	08426	08426038
2908388	Hedehusum	hedehusum	DE		0	Europe/Berlin	54.70479	8.41707				10	00	01054	01054143
2908390	Heddinghoven	heddinghoven	DE		0	Europe/Berlin	50.80752	6.76452				07	053	05362	05362020
2908391	Heddinghofen	heddinghofen	DE		0	Europe/Berlin	51.07642	7.10779				07	053	05378	05378008
2908392	Heddinghausen	heddinghausen	DE		0	Europe/Berlin	51.75555	8.62846				07	057	05774	05774020
2908393	Heddinghausen	heddinghausen	DE		0	Europe/Berlin	52.28459	8.53735				07	057	05770	05770036
2908394	Heddinghausen	heddinghausen	DE		0	Europe/Berlin	51.55101	8.46783				07	059	05974	05974036
2908395	Heddinghausen	heddinghausen	DE		0	Europe/Berlin	51.40244	8.89666				07	059	05958	05958024
2908396	Heddinghausen	heddinghausen	DE		0	Europe/Berlin	50.90248	7.5109		Heddinghausen		07	053	05374	05374032
2908399	Heddesdorf	heddesdorf	DE		0	Europe/Berlin	50.44225	7.47197		Heddesdorf		08	00	07138	07138045
2908402	Heddersdorf	heddersdorf	DE		0	Europe/Berlin	50.85068	9.5505				05	066	06632	06632011
2908403	Heddernheim	heddernheim	DE		0	Europe/Berlin	50.1603	8.6507		Frankfurt-Heddernheim		05	064	06412	06412000
2908404	Hedderhagen	hedderhagen	DE		0	Europe/Berlin	51.97626	8.86302		Hedderhagen		07	057	05766	05766040
2908409	Heckmühle	heckmuhle	DE		0	Europe/Berlin	50.19755	9.77918				02	096	09672	09672161
2908413	Heckkaten	heckkaten	DE		0	Europe/Berlin	53.87196	10.59095				10	00	01062	01062003
2908414	Heckkaten	heckkaten	DE		0	Europe/Berlin	53.5	10.2				04	00	02000	02000000
2908422	Heckholzhausen	heckholzhausen	DE		0	Europe/Berlin	50.48731	8.15764				05	065	06533	06533001
2908425	Heckhaus	heckhaus	DE		0	Europe/Berlin	50.94656	7.39899				07	053	05382	05382036
2908426	Heckhalenfeld	heckhalenfeld	DE		0	Europe/Berlin	50.19625	6.19783				08	00	07232	07232329
2908429	Heckfeld	heckfeld	DE		0	Europe/Berlin	50.91564	6.35851				07	053	05358	05358024
2908430	Heckfeld	heckfeld	DE		0	Europe/Berlin	49.55199	9.63643		Heckfeld		01	081	08128	08128139
2908433	Heckershausen	heckershausen	DE		0	Europe/Berlin	51.36589	9.42361				05	066	06633	06633001
2908434	Heckerfeld	heckerfeld	DE		0	Europe/Berlin	50.61048	7.49345				08	00	07132	07132016
2908437	Heckentrup	heckentrup	DE		0	Europe/Berlin	51.6898	8.11546		Hakingthorp		07	059	05974	05974024
2908441	Heckenhof	heckenhof	DE		0	Europe/Berlin	49.88074	11.2451		Heckenhof		02	094	09472	09472115
2908450	Heckengereuth	heckengereuth	DE		0	Europe/Berlin	50.49125	10.79539				15	00	16069	16069043
2908451	Heckendalheim	heckendalheim	DE		0	Europe/Berlin	49.22986	7.13767		Heckendalheim		09	00	10045	10045116
2908456	Heckenbeck	heckenbeck	DE		0	Europe/Berlin	51.88573	9.96159				06	00	03155	03155001
2908466	Heckelberg	heckelberg	DE		0	Europe/Berlin	52.73764	13.83805				11	00	12064	12064205
2908468	Hecke	hecke	DE		0	Europe/Berlin	51.31217	6.41931				07	051	05166	05166028
2908469	Hecke	hecke	DE		0	Europe/Berlin	51.08073	6.98196				07	051	05158	05158020
2908476	Hechwihl	hechwihl	DE		0	Europe/Berlin	47.63024	8.11092				01	083	08337	08337002
2908478	Mainz-Hechtsheim	mainz-hechtsheim	DE		0	Europe/Berlin	49.96556	8.27306				08	00	07315	07315000
2908491	Hechmecke	hechmecke	DE		0	Europe/Berlin	51.2059	7.85662				07	059	05962	05962052
2908492	Hechlingen	hechlingen	DE		0	Europe/Berlin	48.97931	10.73333				02	095	09577	09577140
2908497	Hechenwang	hechenwang	DE		0	Europe/Berlin	48.05097	11.05891				02	091	09181	09181146
2908498	Hechenrain	hechenrain	DE		0	Europe/Berlin	47.72764	11.11511				02	091	09180	09180134
2908500	Hechendorf am Pilsensee	hechendorf-am-pilsensee	DE		0	Europe/Berlin	48.03326	11.18663		Hechendorf,Hechendorf am Pilsensee		02	091	09188	09188132
2908501	Hechendorf	hechendorf	DE		0	Europe/Berlin	51.27647	11.39539		Hechendorf,Hechendorp [a. 1209],Hekendorp [a. 1264]		15	00	16065	16065087
2908502	Hechendorf	hechendorf	DE		0	Europe/Berlin	47.66452	11.20926				02	091	09180	09180124
2908503	Hechenberg	hechenberg	DE		0	Europe/Berlin	47.82269	11.548		Hechenburg,Heckenburg		02	091	09173	09173118
2908509	Hechelmannskirchen	hechelmannskirchen	DE		0	Europe/Berlin	50.70741	9.64138				05	066	06631	06631002
2908512	Hechelein	hechelein	DE		0	Europe/Berlin	49.35242	10.08307				01	081	08127	08127075
2908514	Hechelbach	hechelbach	DE		0	Europe/Berlin	49.46723	10.53582				02	095	09575	09575156
2908516	Hebstahl	hebstahl	DE		0	Europe/Berlin	49.51096	9.00991				05	064	06437	06437016
2908518	Hebsack	hebsack	DE		0	Europe/Berlin	48.80927	9.45644				01	081	08119	08119090
2908522	Hebrontshausen	hebrontshausen	DE		0	Europe/Berlin	48.58832	11.82005				02	091	09178	09178122
2908525	Hebramsdorf	hebramsdorf	DE		0	Europe/Berlin	48.72084	12.12444				02	092	09274	09274153
2908526	Heblos	heblos	DE		0	Europe/Berlin	50.64507	9.36086				05	065	06535	06535011
2908527	Heblesricht	heblesricht	DE		0	Europe/Berlin	49.22539	11.26717				02	095	09576	09576113
2908530	Hebertsham	hebertsham	DE		0	Europe/Berlin	48.04066	12.28425		Heberish,Hebertsham		02	091	09187	09187126
2908535	Hebersdorf	hebersdorf	DE		0	Europe/Berlin	49.37873	12.47687				02	093	09376	09376172
2908536	Hebersdorf	hebersdorf	DE		0	Europe/Berlin	49.06391	11.5541				02	093	09373	09373121
2908538	Heberndorf	heberndorf	DE		0	Europe/Berlin	50.48606	11.51375				15	00	16075	16075133
2908541	Heberding	heberding	DE		0	Europe/Berlin	48.2052	12.26403				02	091	09183	09183140
2908543	Heber	heber	DE		0	Europe/Berlin	53.08069	9.863				06	00	03358	03358019
2908547	Hebenshausen	hebenshausen	DE		0	Europe/Berlin	51.38978	9.91327				05	066	06636	06636009
2908551	Hebelermeer	hebelermeer	DE		0	Europe/Berlin	52.7427	7.08317				06	00	03454	03454054
2908552	Hebel	hebel	DE		0	Europe/Berlin	51.06741	9.38065				05	066	06634	06634025
2908554	Hebberg	hebberg	DE		0	Europe/Berlin	51.1594	7.82705				07	059	05966	05966004
2908559	Hebanz	hebanz	DE		0	Europe/Berlin	50.11793	12.03802				02	094	09479	09479135
2908566	Hayng	hayng	DE		0	Europe/Berlin	47.93802	12.2213				02	091	09187	09187174
2908569	Hayna	hayna	DE		0	Europe/Berlin	51.43095	12.31077				13	00	14730	14730270
2908570	Hayna	hayna	DE		0	Europe/Berlin	49.12179	8.20409				08	00	07337	07337038
2908579	Hayenwärf	hayenwaerf	DE		0	Europe/Berlin	53.41669	8.4266				06	00	03461	03461009
2908582	Hayasch	hayasch	DE		0	Europe/Berlin	51.63333	14.6				11	00	12071	12071294
2908584	Haxtum	haxtum	DE		0	Europe/Berlin	53.46027	7.45979		Haxtum		06	00	03452	03452001
2908585	Haxthäuserhof	haxthaeuserhof	DE		0	Europe/Berlin	49.96266	8.11005				08	00	07339	07339030
2908586	Haxthausen	haxthausen	DE		0	Europe/Berlin	48.38	11.65954				02	091	09178	09178124
2908587	Haxterhöhe	haxterhoehe	DE		0	Europe/Berlin	51.70017	8.77653				07	057	05774	05774032
2908588	Haxtergrund	haxtergrund	DE		0	Europe/Berlin	51.6924	8.79507				07	057	05774	05774032
2908591	Haxloh	haxloh	DE		0	Europe/Berlin	53.17898	9.67449				06	00	03357	03357015
2908598	Havighorst	havighorst	DE		0	Europe/Berlin	53.86085	10.42073				10	00	01062	01062093
2908599	Havighorst	havighorst	DE		0	Europe/Berlin	53.52483	10.16905				10	00	01062	01062053
2908608	Häverstädt	haeverstaedt	DE		0	Europe/Berlin	52.25812	8.87043		Heverikstedi,Hėverikstėdi		07	057	05770	05770024
2908609	Haverslohe	haverslohe	DE		0	Europe/Berlin	51.24914	6.22973				07	051	05166	05166004
2908610	Hävern	haevern	DE		0	Europe/Berlin	52.42576	8.99905				07	057	05770	05770028
2908612	Haverland	haverland	DE		0	Europe/Berlin	52.92523	11.60544				14	00	15090	15090635
2908613	Haverland	haverland	DE		0	Europe/Berlin	52.9	11.91667				11	00	12070	12070348
2908616	Haverkamp	haverkamp	DE		0	Europe/Berlin	51.53333	7.11667				07	055	05513	05513000
2908618	Haverhausen	haverhausen	DE		0	Europe/Berlin	51.63333	9.08333		Haferhausen,Haverhausen		07	057	05762	05762040
2908620	Haverbek	haverbek	DE		0	Europe/Berlin	52.56766	8.27426		Haverbeck,Haverbek		06	00	03460	03460002
2908622	Haverbeck	haverbeck	DE		0	Europe/Berlin	52.63879	7.43016		Haverbeck,Haverbek		06	00	03454	03454019
2908623	Haverbeck	haverbeck	DE		0	Europe/Berlin	52.12895	9.27692				06	00	03252	03252006
2908624	Haverbeck	haverbeck	DE		0	Europe/Berlin	52.11132	7.22928				07	055	05554	05554052
2908625	Häver	haever	DE		0	Europe/Berlin	52.23027	8.66871		Haever,Haver,Häver		07	057	05758	05758020
2908626	Havendorfersand	havendorfersand	DE		0	Europe/Berlin	53.43892	8.46092				06	00	03461	03461009
2908627	Havendorf	havendorf	DE		0	Europe/Berlin	53.44139	8.44196				06	00	03461	03461007
2908628	Häven	haeven	DE		0	Europe/Berlin	53.97994	10.83003				10	00	01055	01055035
2908629	Häven	haeven	DE		0	Europe/Berlin	53.73922	11.63345				12	00	13076	13076167
2908630	Havemark	havemark	DE		0	Europe/Berlin	52.49481	12.13177				14	00	15086	15086080
2908633	Havelse	havelse	DE		0	Europe/Berlin	52.40947	9.61018		Havelje,Havelse,Hawelsche		06	00	03241	03241005
2908658	Hauzenstein	hauzenstein	DE		0	Europe/Berlin	49.10095	12.17661				02	093	09375	09375208
2908659	Hauzendorf	hauzendorf	DE		0	Europe/Berlin	49.12416	12.26139				02	093	09375	09375119
2908663	Hauxdorf	hauxdorf	DE		0	Europe/Berlin	49.82842	12.05105				02	093	09377	09377116
2908664	Howiekerfeld	howiekerfeld	DE		0	Europe/Berlin	53.18733	7.87633		Hauwiekerfeld,Howiekerfeld		06	00	03451	03451007
2908665	Howiek	howiek	DE		0	Europe/Berlin	53.19658	7.89602		Hauwiek,Howiek		06	00	03451	03451007
2908671	Hauswurz	hauswurz	DE		0	Europe/Berlin	50.46269	9.47519				05	066	06631	06631018
2908678	Hauswalde	hauswalde	DE		3265	Europe/Berlin	51.15212	14.0863		Bretnig-Hauswalde,Hauswalde		13	00	14625	14625200
2908683	Haus Tinne	haus-tinne	DE		0	Europe/Berlin	51.44767	8.61838				07	059	05958	05958012
2908686	Haustenbeck	haustenbeck	DE		0	Europe/Berlin	51.83341	8.77527				07	057	05766	05766064
2908690	Haustedt	haustedt	DE		0	Europe/Berlin	52.49147	8.97782				06	00	03256	03256032
2908691	Haustadt	haustadt	DE		0	Europe/Berlin	49.41373	6.72459		Haustadt		09	00	10042	10042111
2908693	Hausstette	hausstette	DE		0	Europe/Berlin	52.73325	8.12881				06	00	03460	03460001
2908697	Haussels	haussels	DE		0	Europe/Berlin	51.07594	7.18638				07	053	05378	05378032
2908722	Hausruck	hausruck	DE		0	Europe/Berlin	47.76203	11.80042				02	091	09182	09182119
2908723	Hausraitenbuch	hausraitenbuch	DE		0	Europe/Berlin	49.16857	11.84146				02	093	09373	09373134
2908724	Haus Nienburg	haus-nienburg	DE		0	Europe/Berlin	51.98257	11.08367				14	00	15085	15085185
2908727	Hausmoning	hausmoning	DE		0	Europe/Berlin	47.81334	12.96533				02	091	09172	09172111
2908729	Hausmetting	hausmetting	DE		0	Europe/Berlin	48.79822	12.45667				02	092	09278	09278146
2908730	Hausmehring	hausmehring	DE		0	Europe/Berlin	48.55667	11.80979				02	091	09178	09178144
2908731	Hausmehring	hausmehring	DE		0	Europe/Berlin	48.2209	11.98591				02	091	09177	09177114
2908732	Hausmehring	hausmehring	DE		0	Europe/Berlin	48.02903	12.1986				02	091	09187	09187126
2908733	Hausmehring	hausmehring	DE		0	Europe/Berlin	48.26667	12.15				02	091	09177	09177115
2908737	Hausmanns	hausmanns	DE		0	Europe/Berlin	51.2	6.96667				07	051	05158	05158008
2908738	Hausmanning	hausmanning	DE		0	Europe/Berlin	48.45669	13.30638				02	092	09275	09275145
2908740	Hausmann	hausmann	DE		0	Europe/Berlin	47.75953	12.75898				02	091	09189	09189124
2908749	Häusling	hausling	DE		0	Europe/Berlin	49.59085	10.93328				02	095	09562	09562000
2908752	Häuslern	hauslern	DE		0	Europe/Berlin	49.37425	12.33626				02	093	09376	09376164
2908754	Häusler Kösterbeck	haeusler-koesterbeck	DE		0	Europe/Berlin	54.06667	12.21667		Hausler Kosterbeck,Häusler Kösterbeck,Kosterbecker Hausler,Kösterbecker Häusler		12	00	13072	13072087
2908759	Hausleiten	hausleiten	DE		0	Europe/Berlin	48.44931	12.76487				02	092	09277	09277119
2908765	Häuslarn	hauslarn	DE		0	Europe/Berlin	49.30151	12.69411				02	093	09372	09372171
2908766	Hauslach	hauslach	DE		0	Europe/Berlin	49.19039	10.99812				02	095	09576	09576121
2908767	Haus Königskamp	haus-koenigskamp	DE		0	Europe/Berlin	50.91358	6.37758		Haus Konigskamp,Haus Königskamp,Konigskamp,Königskamp		07	053	05358	05358024
2908769	Hauskämpen	hauskaempen	DE		0	Europe/Berlin	52.45099	8.81018				06	00	03256	03256034
2908770	Hausingen	hausingen	DE		0	Europe/Berlin	51.08326	6.9673		Hausingen		07	051	05158	05158020
2908771	Hausing	hausing	DE		0	Europe/Berlin	48.17559	12.39172				02	091	09183	09183148
2908772	Haus im Wald	haus-im-wald	DE		0	Europe/Berlin	48.80313	13.39797		Haus,Haus im Wald		02	092	09272	09272120
2908778	Hausheim	hausheim	DE		0	Europe/Berlin	49.32949	11.41149				02	093	09373	09373113
2908779	Hausheide	hausheide	DE		0	Europe/Berlin	52.10693	8.61397				07	057	05758	05758012
2908781	Haushausen	haushausen	DE		0	Europe/Berlin	48.57348	11.61877				02	091	09186	09186162
2908784	Hausgrund	hausgrund	DE		0	Europe/Berlin	51.01781	7.28257		Hausgrund		07	053	05374	05374020
2908786	Hausgereut	hausgereut	DE		0	Europe/Berlin	48.64465	7.92947				01	083	08317	08317153
2908790	Haus Escherde	haus-escherde	DE		0	Europe/Berlin	52.11589	9.81886				06	00	03254	03254043
2908808	Häuserhof	hauserhof	DE		0	Europe/Berlin	48.31674	10.48301				02	097	09774	09774160
2908816	Hauserdörfl	hauserdorfl	DE		0	Europe/Berlin	47.76697	11.68917				02	091	09182	09182134
2908818	Hauserbichl	hauserbichl	DE		0	Europe/Berlin	47.75231	11.93566				02	091	09182	09182114
2908819	Hauserberg	hauserberg	DE		0	Europe/Berlin	48.06667	12.03333				02	091	09175	09175115
2908825	Hauserbach	hauserbach	DE		0	Europe/Berlin	48.26483	8.15884				01	083	08317	08317041
2908828	Häuser	hauser	DE		0	Europe/Berlin	47.54688	10.26883				02	097	09780	09780118
2908830	Hausen vor Wald	hausen-vor-wald	DE		0	Europe/Berlin	47.8918	8.48923		Hausen		01	083	08326	08326027
2908832	Hausen vor der Höhe	hausen-vor-der-hoehe	DE		0	Europe/Berlin	50.08363	8.04549		Hausen,Hausen vor der Hohe,Hausen vor der Höhe		05	064	06439	06439014
2908833	Hausen über Aar	hausen-ueber-aar	DE		0	Europe/Berlin	50.25216	8.06053		Hausen,Hausen uber Aar,Hausen über Aar		05	064	06439	06439001
2908836	Hausen ob Urspring	hausen-ob-urspring	DE		0	Europe/Berlin	48.38832	9.71204		Hausen		01	084	08425	08425108
2908837	Hausen ob Rusenberg	hausen-ob-rusenberg	DE		0	Europe/Berlin	48.1544	9.69265		Hausen,Hausen ob Rusenberg		01	084	08426	08426011
2908838	Hausen ob Rottweil	hausen-ob-rottweil	DE		0	Europe/Berlin	48.14696	8.58685		Hausen		01	083	08325	08325049
2908839	Hausen ob Lontal	hausen-ob-lontal	DE		0	Europe/Berlin	48.56411	10.12618		Hausen		01	081	08135	08135020
2908840	Hausen ob Allmendingen	hausen-ob-allmendingen	DE		0	Europe/Berlin	48.31248	9.73541		Hausen		01	084	08425	08425002
2908841	Hausen im Tal	hausen-im-tal	DE		0	Europe/Berlin	48.08522	9.03852		Hausen,Hausen im Tal		01	084	08437	08437005
2908842	Hausen im Killertal	hausen-im-killertal	DE		0	Europe/Berlin	48.2922	9.06494		Hausen,Hausen im Killertal		01	084	08417	08417013
2908843	Hausenhof	hausenhof	DE		0	Europe/Berlin	49.56804	10.48426				02	095	09575	09575119
2908847	Hausen bei Hofhegnenberg	hausen-bei-hofhegnenberg	DE		0	Europe/Berlin	48.22231	11.01162		Hausen,Hausen bei Hofhegnenberg		02	097	09771	09771168
2908848	Hausen bei Geltendorf	hausen-bei-geltendorf	DE		0	Europe/Berlin	48.13975	11.01937		Hausen,Hausen bei Geltendorf		02	091	09181	09181122
2908849	Hausen bei Bad Kissingen	hausen-bei-bad-kissingen	DE		0	Europe/Berlin	50.23025	10.07236		Hausen,Hausen bei Bad Kissingen		02	096	09672	09672114
2908850	Hausen-Arnsbach	hausen-arnsbach	DE		0	Europe/Berlin	50.31056	8.50144				05	064	06434	06434007
2908851	Hausen an der Zaber	hausen-an-der-zaber	DE		0	Europe/Berlin	49.07804	9.10533		Hausen,Hausen an der Zaber		01	081	08125	08125013
2908853	Hausen an der Rot	hausen-an-der-rot	DE		0	Europe/Berlin	49.00561	9.68035		Hausen,Hausen an der Rot		01	081	08127	08127062
2908855	Hausen an der Lauchert	hausen-an-der-lauchert	DE		0	Europe/Berlin	48.30135	9.19551		Hausen		01	084	08415	08415073
2908856	Hausen an der Fils	hausen-an-der-fils	DE		0	Europe/Berlin	48.60738	9.76367		Hausen		01	081	08117	08117007
2908857	Hausen an der Aach	hausen-an-der-aach	DE		0	Europe/Berlin	47.79151	8.84112		Hausen,Hausen an der Aach		01	083	08335	08335075
2908860	Hausen am Bach	hausen-am-bach	DE		0	Europe/Berlin	49.29454	10.11601		Hausen,Hausen am Bach		01	081	08127	08127071
2908861	Hausen am Andelsbach	hausen-am-andelsbach	DE		0	Europe/Berlin	47.98797	9.26288		Hausen,Hausen am Andelsbach		01	084	08437	08437065
2908874	Hausen	hausen	DE	37327	0	Europe/Berlin	50.5259	8.09468				05	065	06533	06533016
2908922	Häuselstein	hauselstein	DE		0	Europe/Berlin	49.40064	11.4578				02	093	09373	09373113
2908923	Häusellohe	hausellohe	DE		0	Europe/Berlin	50.15452	12.17911				02	094	09479	09479152
2908928	Hausdülmen	hausduelmen	DE		0	Europe/Berlin	51.81	7.25607				07	055	05558	05558016
2908929	Hausdorp	hausdorp	DE		0	Europe/Berlin	50.87392	7.26828		Hausdorp		07	053	05382	05382028
2908930	Hausdorf	hausdorf	DE		0	Europe/Berlin	51.32908	14.06169		Hausdorf,Wukecy		13	00	14625	14625250
2908931	Hausdorf	hausdorf	DE		0	Europe/Berlin	51.11769	12.83445				13	00	14729	14729080
2908932	Hausdorf	hausdorf	DE		0	Europe/Berlin	50.90866	13.78939				13	00	14628	14628130
2908933	Hausdorf	hausdorf	DE		0	Europe/Berlin	50.88788	13.08611		Hausdorf		13	00	14522	14522150
2908942	Hausbruch	hausbruch	DE		0	Europe/Berlin	53.47424	9.88289				04	00	02000	02000000
2908943	Hausbreitenbach	hausbreitenbach	DE		0	Europe/Berlin	50.93912	10.10402				15	00	16063	16063103
2908947	Hausberge	hausberge	DE		0	Europe/Berlin	52.23579	8.92244				07	057	05770	05770032
2908966	Haus Beck	haus-beck	DE		0	Europe/Berlin	52.21248	8.7118		Beck,Haus Beck		07	057	05758	05758024
2908969	Hausbach	hausbach	DE		0	Europe/Berlin	49.50724	6.68855		Hausbach		09	00	10042	10042112
2908973	Hausach-Dorf	hausach-dorf	DE		0	Europe/Berlin	48.28118	8.15557				01	083	08317	08317041
2908975	Haus	haus	DE		0	Europe/Berlin	48.83811	13.20891				02	092	09272	09272145
2908976	Haus	haus	DE		0	Europe/Berlin	49.21493	12.40525				02	093	09372	09372170
2908977	Haus	haus	DE		0	Europe/Berlin	49.19525	12.85699				02	093	09372	09372137
2908978	Haus	haus	DE		0	Europe/Berlin	48.30853	12.12981				02	091	09177	09177115
2908979	Haus	haus	DE		0	Europe/Berlin	48.0059	12.72916				02	091	09189	09189150
2908980	Haus	haus	DE		0	Europe/Berlin	47.98992	12.05501				02	091	09175	09175136
2908981	Haus	haus	DE		0	Europe/Berlin	47.94653	11.91278				02	091	09175	09175113
2908982	Haus	haus	DE		0	Europe/Berlin	47.93095	12.05792				02	091	09187	09187179
2908983	Haus	haus	DE		0	Europe/Berlin	47.87882	11.81708				02	091	09182	09182137
2908984	Haus	haus	DE		0	Europe/Berlin	47.75397	12.18584				02	091	09187	09187172
2908986	Haus	haus	DE		0	Europe/Berlin	47.71484	12.17234				02	091	09187	09187156
2908987	Haus	haus	DE		0	Europe/Berlin	47.59211	9.8592				02	097	09776	09776125
2908989	Haurupfeld	haurupfeld	DE		0	Europe/Berlin	54.71667	9.36667				10	00	01059	01059183
2908991	Haurup	haurup	DE		0	Europe/Berlin	54.72634	9.34554				10	00	01059	01059183
2908993	Hauröden	hauroeden	DE		0	Europe/Berlin	51.48288	10.44311		Hauroeden (Bischofferode),Hauröden (Bischofferode)		15	00	16061	16061116
2909002	Hauptschwenda	hauptschwenda	DE		160	Europe/Berlin	50.89208	9.40731	496			05	066	06634	06634017
2909005	Hauptmannsgrün	hauptmannsgruen	DE		0	Europe/Berlin	50.62855	12.39154				13	00	14523	14523150
2909006	Hauptmannsgreut	hauptmannsgreut	DE		0	Europe/Berlin	47.74082	10.44388				02	097	09780	09780114
2909013	Haupthügel	haupthuegel	DE		0	Europe/Berlin	52.32756	8.06725				06	00	03459	03459033
2909032	Hauptendorf	hauptendorf	DE		0	Europe/Berlin	49.55851	10.90402				02	095	09572	09572132
2909033	Hauptenberg	hauptenberg	DE		0	Europe/Berlin	49.02129	12.54973				02	092	09278	09278197
2909034	Hauptbrunn	hauptbrunn	DE		0	Europe/Berlin	50.47893	12.42541				13	00	14523	14523020
2909036	Haupt	haupt	DE		0	Europe/Berlin	51.796	8.6134				07	057	05774	05774020
2909039	Hauphof	hauphof	DE		0	Europe/Berlin	52.3486	8.74594				07	057	05770	05770012
2909041	Haupertsreuth	haupertsreuth	DE		0	Europe/Berlin	49.70769	12.29782				02	093	09374	09374121
2909042	Haupersweiler	haupersweiler	DE		0	Europe/Berlin	49.51306	7.27226				09	00	10046	10046111
2909043	Haupeltshofen	haupeltshofen	DE		0	Europe/Berlin	48.17969	10.38385		Haupeltshofen		02	097	09774	09774111
2909044	Haunzenbergersöll	haunzenbergersoll	DE		0	Europe/Berlin	48.36203	12.38546		Haunzenbergersoll,Haunzenbergersöll		02	092	09274	09274120
2909045	Haunwöhr	haunwohr	DE		0	Europe/Berlin	48.74126	11.40982		Haunwohr,Haunwöhr		02	091	09161	09161000
2909046	Haunwang	haunwang	DE		0	Europe/Berlin	48.47303	12.0484				02	092	09274	09274124
2909048	Haunswies	haunswies	DE		0	Europe/Berlin	48.45515	11.00427				02	097	09771	09771112
2909051	Haunstetten	haunstetten	DE		0	Europe/Berlin	49.01527	11.40845				02	091	09176	09176137
2909052	Haunstetten	haunstetten	DE		0	Europe/Berlin	48.45405	11.47167				02	091	09186	09186146
2909053	Haunstetten	haunstetten	DE		0	Europe/Berlin	48.3122	10.9005				02	097	09761	09761000
2909054	Haunstein	haunstein	DE		0	Europe/Berlin	48.8256	13.2487				02	092	09272	09272145
2909056	Haunshofen	haunshofen	DE		0	Europe/Berlin	47.8751	11.21909				02	091	09190	09190159
2909058	Haunsfeld	haunsfeld	DE		0	Europe/Berlin	48.85545	11.04134				02	091	09176	09176148
2909062	Haunsbach	haunsbach	DE		0	Europe/Berlin	49.07726	12.54622				02	092	09278	09278197
2909063	Haunsbach	haunsbach	DE		0	Europe/Berlin	48.69572	11.77039				02	092	09273	09273163
2909064	Haunritz	haunritz	DE		0	Europe/Berlin	49.87716	11.85184				02	093	09377	09377129
2909065	Haunritz	haunritz	DE		0	Europe/Berlin	49.48959	11.58294				02	093	09371	09371157
2909067	Haunreut	haunreut	DE		0	Europe/Berlin	48.54985	13.31459				02	092	09275	09275122
2909068	Haunreit	haunreit	DE		0	Europe/Berlin	48.24311	12.89235				02	091	09171	09171130
2909071	Haunoldshofen	haunoldshofen	DE		0	Europe/Berlin	49.39043	10.69196				02	095	09571	09571135
2909072	Haunleiten	haunleiten	DE		0	Europe/Berlin	47.7742	11.52989				02	091	09173	09173145
2909073	Haunkenzell	haunkenzell	DE		0	Europe/Berlin	49.0395	12.62499				02	092	09278	09278179
2909075	Haunertsholzen	haunertsholzen	DE		0	Europe/Berlin	48.35091	12.56606				02	091	09183	09183131
2909078	Haunersdorf	haunersdorf	DE		0	Europe/Berlin	48.89447	11.92141				02	092	09273	09273166
2909079	Haunersdorf	haunersdorf	DE		0	Europe/Berlin	48.75162	12.78448				02	092	09271	09271143
2909080	Haunersdorf	haunersdorf	DE		0	Europe/Berlin	48.59818	13.67317				02	092	09275	09275153
2909081	Haunersdorf	haunersdorf	DE		0	Europe/Berlin	48.60654	12.71791				02	092	09279	09279135
2909082	Haunersdorf	haunersdorf	DE		0	Europe/Berlin	48.48733	12.22627				02	092	09274	09274134
2909090	Haunberg	haunberg	DE		0	Europe/Berlin	48.48929	12.90725				02	092	09277	09277114
2909091	Haunberg	haunberg	DE		0	Europe/Berlin	48.29695	12.74132				02	091	09171	09171129
2909097	Haun	haun	DE		0	Europe/Berlin	48.23285	12.3276				02	091	09183	09183138
2909099	Haulingort	haulingort	DE		0	Europe/Berlin	52.03757	7.12673				07	055	05554	05554036
2909103	Haukeller	haukeller	DE		0	Europe/Berlin	50.45597	9.79131				05	066	06631	06631004
2909105	Hauingen	hauingen	DE		0	Europe/Berlin	47.64423	7.69532				01	083	08336	08336050
2909109	Haugenried	haugenried	DE		0	Europe/Berlin	49.00194	11.91242				02	093	09375	09375175
2909110	Haugenloch	haugenloch	DE		0	Europe/Berlin	48.39322	8.42498				01	082	08237	08237002
2909113	Haufgen	haufgen	DE		0	Europe/Berlin	51.3	7.36667				07	059	05954	05954008
2909118	Haufeld	haufeld	DE		0	Europe/Berlin	50.80272	11.27366		Haufeld		15	00	16073	16073076
2909119	Haufe	haufe	DE		0	Europe/Berlin	51.31667	7.35				07	059	05954	05954012
2909121	Haufang	haufang	DE		0	Europe/Berlin	48.78156	13.33322				02	092	09272	09272142
2909122	Hauerz	hauerz	DE		0	Europe/Berlin	47.95018	9.9863		Hauer,Hauerz		01	084	08436	08436010
2909123	Hauert	hauert	DE		0	Europe/Berlin	54.33333	8.7				10	00	01054	01054134
2909125	Hauersdorf	hauersdorf	DE		0	Europe/Berlin	50.95579	12.49589				15	00	16077	16077036
2909134	Hauenreuth	hauenreuth	DE		0	Europe/Berlin	50.10994	11.50905				02	094	09477	09477127
2909135	Hauenreuth	hauenreuth	DE		0	Europe/Berlin	50.04557	12.06737				02	094	09479	09479169
2909136	Hauenreuth	hauenreuth	DE		0	Europe/Berlin	50.00041	11.57542				02	094	09472	09472119
2909137	Hauenhorst	hauenhorst	DE		0	Europe/Berlin	52.23512	7.45344		Hauenhorst		07	055	05566	05566076
2909141	Haueneberstein	haueneberstein	DE		0	Europe/Berlin	48.80519	8.22063		Haueneberstein		01	082	08211	08211000
2909142	Hauendorf	hauendorf	DE		0	Europe/Berlin	49.88703	11.66258				02	094	09472	09472133
2909144	Hauen	hauen	DE		0	Europe/Berlin	53.49773	7.06667				06	00	03452	03452014
2909146	Haueisen	haueisen	DE		0	Europe/Berlin	50.28867	11.70455				02	094	09475	09475165
2909147	Haueda	haueda	DE		0	Europe/Berlin	51.48929	9.2486				05	066	06633	06633016
2909148	Haue	haue	DE		0	Europe/Berlin	53.39423	10.20638				06	00	03353	03353040
2909152	Haubühl	haubuhl	DE		0	Europe/Berlin	49.11667	9.56667				01	081	08127	08127052
2909153	Haubitz	haubitz	DE		0	Europe/Berlin	51.23043	12.82145				13	00	14729	14729160
2909154	Haubitz	haubitz	DE		0	Europe/Berlin	51.1515	12.49007		Eula-Haubitz,Haubitz		13	00	14729	14729050
2909156	Haubinda	haubinda	DE		0	Europe/Berlin	50.3366	10.64049				15	00	16069	16069056
2909157	Haubersbronn	haubersbronn	DE		0	Europe/Berlin	48.8306	9.55064				01	081	08119	08119067
2909158	Haubern	haubern	DE		0	Europe/Berlin	51.05151	8.89888				05	066	06635	06635011
2909159	Hauberg	hauberg	DE		0	Europe/Berlin	53.88333	10.55				10	00	01062	01062032
2909169	Haubenhof	haubenhof	DE		0	Europe/Berlin	49.26999	10.9515		Haubenhof		02	095	09576	09576128
2909171	Haubendell	haubendell	DE		0	Europe/Berlin	50.03503	6.22964				08	00	07232	07232064
2909181	Haubach	haubach	DE		0	Europe/Berlin	47.73882	10.03416				01	084	08436	08436049
2909184	Hau	hau	DE		0	Europe/Berlin	51.75942	6.16061		Hau		07	051	05154	05154004
2909185	Hau	hau	DE		0	Europe/Berlin	51.15745	6.26972				07	053	05370	05370040
2909188	Hatzum	hatzum	DE		0	Europe/Berlin	53.3085	7.3356				06	00	03457	03457012
2909190	Hatzte	hatzte	DE		0	Europe/Berlin	53.24604	9.39282				06	00	03357	03357013
2909193	Hatzfeld	hatzfeld	DE		0	Europe/Berlin	51.28978	7.18382				07	051	05124	05124000
2909194	Hatzfeld	hatzfeld	DE		3409	Europe/Berlin	50.99334	8.5457		Gacfel'd,Hatzfeld,Khacfel'd,Khacfeld,ha ci fei er de,hatsfld,hattsuferuto,Гацфельд,Хацфелд,Хацфельд,هاتسفلد,ハッツフェルト,哈茨费尔德		05	066	06635	06635014
2909196	Hatzerreut	hatzerreut	DE		0	Europe/Berlin	48.75295	13.45971				02	092	09272	09272138
2909197	Hatzenweiler	hatzenweiler	DE		0	Europe/Berlin	47.66667	9.78333				01	084	08436	08436081
2909198	Hatzenweier	hatzenweier	DE		0	Europe/Berlin	48.6812	8.10974				01	082	08216	08216041
2909199	Hatzenturm	hatzenturm	DE		0	Europe/Berlin	47.90315	9.61515				01	084	08436	08436087
2909200	Hatzenreuth	hatzenreuth	DE		0	Europe/Berlin	50.01094	12.37627				02	093	09377	09377158
2909202	Hatzenhofen	hatzenhofen	DE		0	Europe/Berlin	48.75331	11.05862				02	091	09185	09185153
2909203	Hatzenhof	hatzenhof	DE		0	Europe/Berlin	49.16723	11.80721				02	093	09375	09375118
2909206	Hatzenberg	hatzenberg	DE		0	Europe/Berlin	48.8011	13.13694				02	092	09271	09271123
2909207	Hatzenberg	hatzenberg	DE		0	Europe/Berlin	47.65369	10.30178				02	097	09780	09780143
2909214	Hatzberg	hatzberg	DE		0	Europe/Berlin	53.4392	10.79184				12	00	13076	13076055
2909216	Hatzbach	hatzbach	DE		0	Europe/Berlin	50.87609	9.01611		Haltzbach,Hatzbach		05	065	06534	06534018
2909218	Hattstedtfeld	hattstedtfeld	DE		0	Europe/Berlin	54.51667	9.03333				10	00	01054	01054042
2909223	Hattropholsen	hattropholsen	DE		0	Europe/Berlin	51.59189	8.05774		Hattropholsen		07	059	05974	05974040
2909224	Hattrop	hattrop	DE		0	Europe/Berlin	51.58451	8.05936		Hattrop		07	059	05974	05974040
2909225	Hattorf	hattorf	DE		0	Europe/Berlin	52.3593	10.74746				06	00	03103	03103000
2909226	Hattorf	hattorf	DE		4456	Europe/Berlin	51.65035	10.23681		Hattoerp,Hattorp,Hattorpp [a. 952],Hattörp	03159018	06	00	03159	03159018
2909227	Hattnau	hattnau	DE		0	Europe/Berlin	47.58371	9.62265				02	097	09776	09776128
2909228	Hattlundmoor	hattlundmoor	DE		0	Europe/Berlin	54.75	9.75				10	00	01059	01059186
2909229	Hattlund	hattlund	DE		0	Europe/Berlin	54.76667	9.73333				10	00	01059	01059186
2909237	Hatterwüsting	hatterwuesting	DE		0	Europe/Berlin	53.04911	8.30035				06	00	03458	03458009
2909239	Hattersum	hattersum	DE		0	Europe/Berlin	53.58672	7.75684				06	00	03462	03462019
2909241	Hattersdorf	hattersdorf	DE		0	Europe/Berlin	50.19597	10.83123				02	094	09473	09473165
2909242	Hatterscheid	hatterscheid	DE		0	Europe/Berlin	50.81448	7.39856				07	053	05382	05382052
2909244	Hatterode	hatterode	DE		0	Europe/Berlin	50.75676	9.50341				05	066	06632	06632004
2909246	Hatterath	hatterath	DE		0	Europe/Berlin	50.9901	6.09362		Hatterath		07	053	05370	05370012
2909247	Hattenweiler	hattenweiler	DE		0	Europe/Berlin	47.85981	9.27592		Hattenweiler		01	084	08435	08435020
2909249	Hattenrod	hattenrod	DE		0	Europe/Berlin	50.57607	8.85061				05	065	06531	06531016
2909256	Hattenhof	hattenhof	DE		0	Europe/Berlin	50.46761	9.67466				05	066	06631	06631018
2909257	Hattenhof	hattenhof	DE		0	Europe/Berlin	49.03413	10.94075				02	095	09577	09577177
2909258	Hattenheim	hattenheim	DE		0	Europe/Berlin	50.0162	8.05384		Hattenheim		05	064	06439	06439003
2909259	Hattenhausen	hattenhausen	DE		0	Europe/Berlin	48.93457	11.64621				02	092	09273	09273164
2909261	Hattengehau	hattengehau	DE		0	Europe/Berlin	51.07822	10.21224				15	00	16063	16063076
2909262	Hattendorf	hattendorf	DE		0	Europe/Berlin	52.2345	9.28177				06	00	03257	03257003
2909263	Hattendorf	hattendorf	DE		0	Europe/Berlin	50.79274	9.31049				05	065	06535	06535001
2909264	Hattenburg	hattenburg	DE		0	Europe/Berlin	48.06062	9.92689				01	084	08426	08426087
2909267	Hattenbach	hattenbach	DE		0	Europe/Berlin	50.806	9.56008				05	066	06632	06632015
2909269	Hatshausen	hatshausen	DE		0	Europe/Berlin	53.35068	7.47848				06	00	03457	03457014
2909274	Hathenow	hathenow	DE		0	Europe/Berlin	52.50515	14.53903				11	00	12064	12064009
2909279	Haswede	haswede	DE		0	Europe/Berlin	53.15	9.55				06	00	03357	03357041
2909280	Hastrup	hastrup	DE		0	Europe/Berlin	52.55655	7.96535				06	00	03459	03459010
2909281	Hastrungsfeld-Burla	hastrungsfeld-burla	DE		0	Europe/Berlin	50.96011	10.48566				15	00	16063	16063098
2909282	Hastrungsfeld	hastrungsfeld	DE		0	Europe/Berlin	50.96196	10.47871		Hastringsfeld,Hastrungsfeld		15	00	16063	16063098
2909283	Hastorf	hastorf	DE		0	Europe/Berlin	54.05615	11.97068				12	00	13072	13072093
2909284	Hastorf	hastorf	DE		0	Europe/Berlin	48.56513	13.69502				02	092	09275	09275153
2909286	Hastenrath	hastenrath	DE		0	Europe/Berlin	51.0052	5.97053				07	053	05370	05370008
2909287	Hastenrath	hastenrath	DE		0	Europe/Berlin	50.79053	6.28169		Eschweiler-Hastenrath,Hastenrath		07	053	05334	05334012
2909288	Hastenbeck	hastenbeck	DE		0	Europe/Berlin	52.07908	9.41872				06	00	03252	03252006
2909289	Hasten	hasten	DE		0	Europe/Berlin	51.1978	7.16477		Hasten		07	051	05120	05120000
2909290	Hastehausen	hastehausen	DE		0	Europe/Berlin	51.93941	7.28346				07	055	05558	05558032
2909291	Hastedt	hastedt	DE		0	Europe/Berlin	53.06386	8.86142		Hastedt		03	00	04011	04011000
2909292	Hastedt	hastedt	DE		0	Europe/Berlin	53.07746	9.4555				06	00	03357	03357024
2909303	Hassum	hassum	DE		0	Europe/Berlin	51.67958	6.07218				07	051	05154	05154016
2909307	Haßmoning	hassmoning	DE		0	Europe/Berlin	47.96626	12.55021				02	091	09189	09189154
2909314	Haßlinghausen	hasslinghausen	DE		0	Europe/Berlin	51.33273	7.28303		Hasslinghausen,Haßlinghausen		07	059	05954	05954028
2909315	Haßlingen	hasslingen	DE		0	Europe/Berlin	52.54306	8.59337				06	00	03251	03251044
2909316	Haßlinge	hasslinge	DE		0	Europe/Berlin	52.47852	8.34854				06	00	03251	03251025
2909319	Haßley	hassley	DE		0	Europe/Berlin	51.35359	7.53056		Hassley,Haßley		07	059	05914	05914000
2909320	Haßlersberg	hasslersberg	DE		0	Europe/Berlin	50.45463	11.53906		Haslersberg,Hasslersberg,Haßlersberg		15	00	16075	16075133
2909326	Haßlberg	hasslberg	DE		0	Europe/Berlin	47.74768	12.61728				02	091	09189	09189140
2909328	Haßlau	hasslau	DE		300	Europe/Berlin	51.09245	13.18102				13	00	14522	14522510
2909329	Haßlage	hasslage	DE		0	Europe/Berlin	52.40544	8.57764				07	057	05770	05770040
2909330	Haßlach	hasslach	DE		0	Europe/Berlin	49.79951	11.40265		Hasslach,Hasslack,Haßlach,Haßlack		02	094	09472	09472179
2909331	Haßlach bei Kronach	hasslach-bei-kronach	DE		0	Europe/Berlin	50.29095	11.29124		Hasslach,Hasslach bei Kronach,Haßlach,Haßlach bei Kronach		02	094	09476	09476178
2909333	Haßlach	hasslach	DE		0	Europe/Berlin	50.43145	11.3998				02	094	09476	09476180
2909338	Haßfelden	hassfelden	DE		0	Europe/Berlin	49.18042	9.85496				01	081	08127	08127099
2909340	Hasserode	hasserode	DE		0	Europe/Berlin	51.82287	10.75577		Hasserode		14	00	15085	15085370
2909344	Hassenroth	hassenroth	DE		0	Europe/Berlin	49.78982	8.93459		Hassenroth		05	064	06437	06437009
2909346	Hassenhausen	hassenhausen	DE		0	Europe/Berlin	51.12794	11.65938				14	00	15084	15084355
2909347	Hassenhausen	hassenhausen	DE		0	Europe/Berlin	50.7068	8.7392				05	065	06534	06534009
2909348	Hassenham	hassenham	DE		0	Europe/Berlin	48.27887	12.31598				02	091	09183	09183144
2909351	Hassenbüttel	hassenbuettel	DE		0	Europe/Berlin	54.18977	8.94568				10	00	01051	01051128
2909352	Hassenberg	hassenberg	DE		0	Europe/Berlin	50.25624	11.18912				02	094	09476	09476154
2909356	Hassenbach	hassenbach	DE		0	Europe/Berlin	50.22198	9.95503				02	096	09672	09672139
2909358	Hasselwerder	hasselwerder	DE		0	Europe/Berlin	53.52084	9.79935				04	00	02000	02000000
2909361	Hasselt	hasselt	DE		0	Europe/Berlin	51.76794	6.20032				07	051	05154	05154004
2909364	Hasselsweiler	hasselsweiler	DE		0	Europe/Berlin	50.98903	6.39441				07	053	05358	05358056
2909365	Hasselsheide	hasselsheide	DE		0	Europe/Berlin	50.99124	7.22182				07	053	05378	05378004
2909366	Hassels	hassels	DE		0	Europe/Berlin	51.18127	6.86976		Hassels		07	051	05111	05111000
2909369	Hasselrath	hasselrath	DE		0	Europe/Berlin	51.0321	6.7987				07	053	05362	05362036
2909376	Hasselhorst	hasselhorst	DE		0	Europe/Berlin	53.58333	14.13333				12	00	13075	13075138
2909377	Hasselhorst	hasselhorst	DE		0	Europe/Berlin	53.40885	9.01448				06	00	03357	03357016
2909378	Hasselhorst	hasselhorst	DE		0	Europe/Berlin	52.81013	9.93147				06			
2909384	Hasselförde	hasselfoerde	DE		0	Europe/Berlin	53.2833	13.30209				12	00	13071	13071033
2909390	Hasseldorf	hasseldorf	DE		0	Europe/Berlin	53.75142	13.02987				12	00	13071	13071089
2909391	Hasseldieksdamm	hasseldieksdamm	DE		0	Europe/Berlin	54.31667	10.08333				10	00	01002	01002000
2909392	Hasselbusch	hasselbusch	DE		0	Europe/Berlin	53.88333	9.78333				10	00	01060	01060056
2909398	Hasselburg	hasselburg	DE		0	Europe/Berlin	54.24703	10.42358				10	00	01057	01057052
2909399	Hasselburg	hasselburg	DE		0	Europe/Berlin	54.13938	10.81622				10	00	01055	01055002
2909400	Hasselburg	hasselburg	DE		0	Europe/Berlin	52.32611	11.26648				14	00	15083	15083230
2909402	Hasselborn	hasselborn	DE		0	Europe/Berlin	50.40589	8.49192	1			05	065	06532	06532022
2909420	Hasselbeck	hasselbeck	DE		0	Europe/Berlin	51.33333	6.95				07	051	05158	05158012
2909457	Hassee	hassee	DE		0	Europe/Berlin	54.30287	10.10868				10	00	01002	01002000
2909463	Haßberg	hassberg	DE		0	Europe/Berlin	54.31742	10.64481				10	00	01057	01057030
2909464	Haßberg	hassberg	DE		0	Europe/Berlin	48.22776	12.33816				02	091	09183	09183138
2909465	Haßberg	hassberg	DE		0	Europe/Berlin	47.71574	10.37027		Hassberg,Haßberg		02	097	09763	09763000
2909470	Hasreit	hasreit	DE		0	Europe/Berlin	48.66961	12.86096				02	092	09271	09271152
2909471	Hasperting	hasperting	DE		0	Europe/Berlin	47.83058	12.60414		Hasperding,Hasperting		02	091	09189	09189161
2909472	Hasperde	hasperde	DE		0	Europe/Berlin	52.14281	9.45691				06	00	03252	03252002
2909474	Hasperbach	hasperbach	DE		0	Europe/Berlin	51.32579	7.41698		Hasperbach		07	059	05954	05954008
2909476	Haspelmoor	haspelmoor	DE		0	Europe/Berlin	48.22457	11.09876		Haspelmoor		02	091	09179	09179128
2909479	Haspe	haspe	DE		0	Europe/Berlin	51.33564	7.42974		Haspe,hsbh,هسبه		07	059	05914	05914000
2909488	Haslohfurth	haslohfurth	DE		0	Europe/Berlin	53.74134	9.99615				10	00	01060	01060063
2909497	Häslich	haeslich	DE		0	Europe/Berlin	51.24608	14.01395				13	00	14625	14625220
2909508	Häsle	hasle	DE		0	Europe/Berlin	48.98333	10.06667				01	081	08136	08136019
2909510	Haslau	haslau	DE		0	Europe/Berlin	48.59641	11.93196				02	092	09274	09274165
2909511	Haslau	haslau	DE		0	Europe/Berlin	47.92227	12.06166				02	091	09187	09187137
2909514	Haslarn	haslarn	DE		0	Europe/Berlin	49.32085	12.45403				02	093	09376	09376147
2909515	Haslangkreit	haslangkreit	DE		0	Europe/Berlin	48.51315	11.17552		Haslangkreit		02	097	09771	09771144
2909516	Haslanden	haslanden	DE		0	Europe/Berlin	47.93687	9.72402				01	084	08436	08436009
2909521	Haslachmühle	haslachmuhle	DE		0	Europe/Berlin	47.82432	9.45915				01	084	08436	08436095
2909522	Haslach-Mühle	haslach-muhle	DE		0	Europe/Berlin	47.68333	9.73333				01	084	08436	08436081
2909528	Haslach	haslach	DE		0	Europe/Berlin	47.62881	10.46323		Haslach,Haslach-Alm,Haslacher Alm		02	097	09780	09780145
2909532	Haslach	haslach	DE		0	Europe/Berlin	47.99282	7.80303		Haslach		01	083	08311	08311000
2909533	Haslach	haslach	DE		0	Europe/Berlin	47.71005	10.30818				02	097	09763	09763000
2909534	Haslach	haslach	DE		0	Europe/Berlin	49.34514	11.39694				02	093	09373	09373113
2909535	Haslach	haslach	DE		0	Europe/Berlin	49.13665	12.01314				02	093	09375	09375153
2909536	Haslach	haslach	DE		0	Europe/Berlin	49.09764	10.41556		Haslach		02	095	09571	09571139
2909537	Haslach	haslach	DE		0	Europe/Berlin	48.95437	9.88016				01	081	08127	08127079
2909538	Haslach	haslach	DE		0	Europe/Berlin	48.88131	13.44812				02	092	09272	09272143
2909539	Haslach	haslach	DE		0	Europe/Berlin	48.84509	13.49748				02	092	09272	09272127
2909540	Haslach	haslach	DE		0	Europe/Berlin	48.84309	13.00732				02	092	09271	09271119
2909541	Häslach	haslach	DE		0	Europe/Berlin	48.59713	9.19775				01	084	08415	08415087
2909542	Haslach	haslach	DE		0	Europe/Berlin	48.58251	8.8397				01	081	08115	08115021
2909543	Haslach	haslach	DE		0	Europe/Berlin	48.56108	11.78108				02	091	09178	09178116
2909544	Haslach	haslach	DE		6874	Europe/Berlin	48.56531	8.05658				01	083	08317	08317089
2909545	Haslach	haslach	DE		0	Europe/Berlin	48.15223	12.14406				02	091	09183	09183126
2909546	Haslach	haslach	DE		0	Europe/Berlin	47.97441	10.04949				01	084	08426	08426100
2909547	Haslach	haslach	DE		0	Europe/Berlin	47.97142	11.88498				02	091	09175	09175121
2909548	Haslach	haslach	DE		0	Europe/Berlin	47.96483	9.67997				01	084	08436	08436008
2909549	Haslach	haslach	DE		0	Europe/Berlin	47.9405	12.26808				02	091	09187	09187139
2909550	Haslach	haslach	DE		0	Europe/Berlin	47.86024	12.62416		Haslach		02	091	09189	09189155
2909551	Haslach	haslach	DE		0	Europe/Berlin	47.83557	11.97956				02	091	09187	09187117
2909552	Haslach	haslach	DE		0	Europe/Berlin	47.81345	10.3285				02	097	09780	09780119
2909553	Haslach	haslach	DE		0	Europe/Berlin	47.80145	9.92584				01	084	08436	08436052
2909554	Haslach	haslach	DE		0	Europe/Berlin	47.75401	10.78831				02	091	09190	09190118
2909555	Haslach	haslach	DE		0	Europe/Berlin	47.67732	9.73701				01	084	08436	08436081
2909556	Haslach	haslach	DE		0	Europe/Berlin	47.64791	10.15825				02	097	09780	09780144
2909557	Haslach	haslach	DE		0	Europe/Berlin	47.62942	10.464				02	097	09780	09780128
2909558	Haslach	haslach	DE		0	Europe/Berlin	47.54683	9.84911				02	097	09776	09776125
2909577	Häslabronn	haslabronn	DE		0	Europe/Berlin	49.35016	10.45146				02	095	09571	09571130
2909578	Hasla	hasla	DE		0	Europe/Berlin	50.76144	11.84402				15	00	16075	16075116
2909582	Haskamp	haskamp	DE		0	Europe/Berlin	52.6027	8.23733				06	00	03460	03460008
2909585	Häsewig	haesewig	DE		0	Europe/Berlin	52.70979	11.79122				14	00	15090	15090435
2909591	Hasenwinkel	hasenwinkel	DE		0	Europe/Berlin	53.79319	11.63207				12	00	13074	13074006
2909592	Hasenwinkel	hasenwinkel	DE		0	Europe/Berlin	53.18459	12.15768				11	00	12070	12070316
2909593	Hasenwinkel	hasenwinkel	DE		0	Europe/Berlin	47.8	9.51667				01	084	08436	08436064
2909598	Hasenweiler	hasenweiler	DE		0	Europe/Berlin	47.83357	9.46144				01	084	08436	08436095
2909601	Hasenthal	hasenthal	DE		0	Europe/Berlin	50.47365	11.22603		Hasenthal		15	00	16072	16072018
2909607	Hasenschwanzbruch	hasenschwanzbruch	DE		0	Europe/Berlin	50.63782	12.74295				13	00	14521	14521370
2909608	Hasenried	hasenried	DE		0	Europe/Berlin	47.57516	9.92772				02	097	09776	09776129
2909610	Hasenreit	hasenreit	DE		0	Europe/Berlin	48.37521	12.34747				02	092	09274	09274193
2909618	Hasenmahd	hasenmahd	DE		0	Europe/Berlin	47.70349	10.48917				02	097	09777	09777131
2909619	Hasenlohe	hasenlohe	DE		0	Europe/Berlin	49.57298	10.53509				02	095	09575	09575153
2909621	Hasenloch	hasenloch	DE		0	Europe/Berlin	47.63333	7.66667				01	083	08336	08336050
2909636	Hasenkamp	hasenkamp	DE		0	Europe/Berlin	52.30508	8.96699				07	057	05770	05770024
2909641	Hasenholz	hasenholz	DE		0	Europe/Berlin	52.56263	14.02207				11	00	12064	12064084
2909643	Hasenhof	hasenhof	DE		0	Europe/Berlin	49.09741	9.46721				01	081	08125	08125107
2909644	Hasenhof	hasenhof	DE		0	Europe/Berlin	48.64785	9.14998				01	081	08115	08115048
2909658	Hasenheide	hasenheide	DE		0	Europe/Berlin	52.26624	8.9355				07	057	05770	05770032
2909669	Hasenfleth	hasenfleth	DE		0	Europe/Berlin	53.75306	9.18641				06	00	03352	03352042
2909670	Hasenfelde	hasenfelde	DE		0	Europe/Berlin	52.43008	14.20742				11	00	12067	12067473
2909671	Hasenfeld	hasenfeld	DE		0	Europe/Berlin	50.64061	6.45874				07	053	05358	05358012
2909679	Hasenburg	hasenburg	DE		0	Europe/Berlin	53.23333	10.4				06	00	03355	03355022
2909682	Hasenbüren	hasenbueren	DE		0	Europe/Berlin	53.11702	8.69241		Hasenburen,Hasenbüren		03	00	04011	04011000
2909683	Hasenbühl	hasenbuhl	DE		0	Europe/Berlin	48.11667	12.71667				02	091	09171	09171113
2909688	Hasenbüchel	hasenbuechel	DE		0	Europe/Berlin	50.96656	7.25141				07	053	05378	05378024
2909691	Hasenbrede	hasenbrede	DE		0	Europe/Berlin	52.03623	8.94545				07	057	05766	05766044
2909695	Hasenberg	hasenberg	DE		0	Europe/Berlin	50.66513	9.65385				05	066	06631	06631015
2909696	Hasenberg	hasenberg	DE		0	Europe/Berlin	50.23024	7.97718		Hasenberg,Hasenbergerhof,Hof Hasenberg		08	00	07141	07141011
2909697	Hasenberg	hasenberg	DE		0	Europe/Berlin	49.34738	7.76635				08	00	07335	07335047
2909698	Hasenberg	hasenberg	DE		0	Europe/Berlin	48.27689	12.78196				02	091	09171	09171126
2909755	Hasenbach	hasenbach	DE		0	Europe/Berlin	50.90627	7.65592		Hasenbach		07	053	05374	05374040
2909756	Häsen	haesen	DE		0	Europe/Berlin	52.94285	13.21492				11	00	12065	12065198
2909757	Hasen	hasen	DE		0	Europe/Berlin	49.86285	12.12649				02	093	09377	09377149
2909761	Haselünne	haseluenne	DE		12562	Europe/Berlin	52.67412	7.4846		Haseluenne,Haselunne,Haselünne,Khazeline,Khazeljunne,ha sai lu nei,hazlwnh,Хазелине,Хазелюнне,هازلونه,哈塞吕内		06	00	03454	03454019
2909764	Haselstein	haselstein	DE		0	Europe/Berlin	50.68069	9.85329		Haselstein		05	066	06631	06631019
2909768	Haselsteig	haselsteig	DE		0	Europe/Berlin	47.79827	11.80128				02	091	09182	09182125
2909776	Häselrieth	haeselrieth	DE		0	Europe/Berlin	50.432	10.70705				15	00	16069	16069024
2909781	Haselrain	haselrain	DE		0	Europe/Berlin	50.35066	12.08754				13	00	14523	14523440
2909783	Haseloff	haseloff	DE		0	Europe/Berlin	52.08828	12.75694				11	00	12069	12069402
2909787	Haselmühl	haselmuhl	DE		0	Europe/Berlin	49.41661	11.87364		Haselmuhl,Haselmühl		02	093	09371	09371136
2909788	Haselleithen	haselleithen	DE		0	Europe/Berlin	48.71798	13.17722				02	092	09271	09271127
2909791	Häselingen	haeselingen	DE		0	Europe/Berlin	50.52543	6.92533				08	00	07131	07131011
2909792	Häselich	haeselich	DE		0	Europe/Berlin	50.91259	13.81941				13	00	14628	14628250
2909794	Haselhorst	haselhorst	DE		13624	Europe/Berlin	52.54409	13.23743		Berlin-Haselhorst,Haselhorst		16	00	11000	11000000
2909795	Haselhorst	haselhorst	DE		0	Europe/Berlin	52.71498	10.83366				14	00	15081	15081105
2909799	Haselhorn	haselhorn	DE		0	Europe/Berlin	52.40012	8.85887				06	00	03256	03256034
2909804	Haselhof	haselhof	DE		0	Europe/Berlin	49.99448	11.56738				02	094	09472	09472119
2909805	Haselhof	haselhof	DE		0	Europe/Berlin	49.59792	11.20176				02	094	09474	09474140
2909806	Haselhof	haselhof	DE		0	Europe/Berlin	49.47343	12.22651				02	093	09376	09376144
2909807	Haselhof	haselhof	DE		0	Europe/Berlin	49.16013	10.16965				01	081	08127	08127101
2909808	Haslachhof	haslachhof	DE		0	Europe/Berlin	48.6043	13.43938				02	092	09262	09262000
2909813	Haselham	haselham	DE		0	Europe/Berlin	48.64325	13.3521				02	092	09275	09275151
2909816	Haselfurth	haselfurth	DE		0	Europe/Berlin	48.48077	12.00629				02	092	09274	09274124
2909818	Haseldorfer Kamperrege	haseldorfer-kamperrege	DE		0	Europe/Berlin	53.65	9.61667				10	00	01056	01056020
2909823	Haselburg	haselburg	DE		0	Europe/Berlin	47.78864	10.04105				01	084	08436	08436055
2909826	Haselbrunn	haselbrunn	DE		0	Europe/Berlin	50.51402	12.12754				13	00	14523	14523320
2909827	Haselbrunn	haselbrunn	DE		0	Europe/Berlin	49.90474	11.99028				02	093	09377	09377148
2909828	Haselbrunn	haselbrunn	DE		0	Europe/Berlin	49.7867	11.41934				02	094	09472	09472179
2909829	Haselbrunn	haselbrunn	DE		0	Europe/Berlin	49.76393	11.81185				02	093	09374	09374157
2909833	Haselberg	haselberg	DE		0	Europe/Berlin	52.70624	14.03169				11	00	12064	12064512
2909834	Haselberg	haselberg	DE		0	Europe/Berlin	48.68265	13.70982				02	092	09275	09275148
2909885	Haselauer Kamperrege	haselauer-kamperrege	DE		0	Europe/Berlin	53.65	9.61667				10	00	01056	01056020
2909895	Hasede	hasede	DE		0	Europe/Berlin	52.19781	9.91927		Haase,Hasede,Hasen [a. 1146],Hoase		06	00	03254	03254017
2909897	Hasebeck	hasebeck	DE		0	Europe/Berlin	52.00782	8.9742				07	057	05766	05766044
2909900	Häschendorf	haeschendorf	DE		0	Europe/Berlin	54.13722	12.20881				12	00	13072	13072072
2909902	Haschenbrok	haschenbrok	DE		0	Europe/Berlin	52.97342	8.18827				06	00	03458	03458007
2909907	Haschbach an der Glan	haschbach-an-der-glan	DE		0	Europe/Berlin	49.46651	7.41261		Haschbach,Haschbach an der Glan		08	00	07336	07336037
2909909	Haschaberg	haschaberg	DE		0	Europe/Berlin	49.34073	12.64841				02	093	09372	09372171
2909911	Hasborn-Dautweiler	hasborn-dautweiler	DE		0	Europe/Berlin	49.493	6.97826		Hasborn-Dautweiler		09	00	10046	10046118
2909916	Hasberg	hasberg	DE		0	Europe/Berlin	48.18303	10.42242				02	097	09778	09778158
2909919	Hasbach	hasbach	DE		0	Europe/Berlin	50.96151	7.71041		Hasbach		07	053	05374	05374040
2909920	Hasbach	hasbach	DE		0	Europe/Berlin	50.88341	7.17562				07	053	05378	05378028
2909921	Hasbach	hasbach	DE		0	Europe/Berlin	49.7	7.31667		Haasbach,Hasbach		08	00	07134	07134045
2909922	Hasbach	hasbach	DE		0	Europe/Berlin	47.83753	7.92629				01	083	08336	08336087
2909927	Harzthalerhof	harzthalerhof	DE		0	Europe/Berlin	49.46667	7.9				08	00	07335	07335007
2909928	Harzrigi	harzrigi	DE		0	Europe/Berlin	51.53333	10.81667				15	00	16062	16062041
2909930	Harzofen	harzofen	DE		0	Europe/Berlin	49.36143	7.95206				08	00	07332	07332014
2909936	Harzhorn	harzhorn	DE		0	Europe/Berlin	53.98333	9.91667				10	00	01060	01060099
2909939	Harzhof	harzhof	DE		0	Europe/Berlin	54.41726	9.8491				10	00	01058	01058080
2909941	Harzheim	harzheim	DE		0	Europe/Berlin	50.54908	6.68678		Harzheim		07	053	05366	05366028
2909948	Harzerhäuser	harzerhauser	DE		0	Europe/Berlin	47.94553	8.26576				01	083	08315	08315031
2909949	Harzelt	harzelt	DE		0	Europe/Berlin	51.02401	6.0181				07	053	05370	05370008
2909953	Harzberg	harzberg	DE		0	Europe/Berlin	50.48325	12.27384				13	00	14523	14523270
2909954	Harzberg	harzberg	DE		0	Europe/Berlin	47.78598	11.84426				02	091	09182	09182125
2909963	Harzbeck	harzbeck	DE		0	Europe/Berlin	51.38051	6.3175				07	051	05154	05154060
2909967	Hary	hary	DE		0	Europe/Berlin	52.00517	10.09369				06	00	03254	03254008
2909970	Harxbüttel	harxbuettel	DE		688	Europe/Berlin	52.33891	10.48422				06	00	03101	03101000
2909971	Harwick	harwick	DE		0	Europe/Berlin	51.96975	6.98519				07	055	05554	05554016
2909972	Harvestehude	harvestehude	DE		0	Europe/Berlin	53.58333	9.98333				04	00	02000	02000000
2909973	Harvesse	harvesse	DE		399	Europe/Berlin	52.34425	10.38852		Harsse,Harße,Herwardessen [a. 1160]		06	00	03157	03157008
2909977	Hartwigshausen	hartwigshausen	DE		0	Europe/Berlin	48.41906	11.38562				02	091	09174	09174131
2909982	Hartwarderwurp	hartwarderwurp	DE		0	Europe/Berlin	53.4065	8.41832				06	00	03461	03461009
2909983	Hartwarderdeich	hartwarderdeich	DE		0	Europe/Berlin	53.4124	8.46831				06	00	03461	03461009
2909984	Hartwarden	hartwarden	DE		0	Europe/Berlin	53.41166	8.46277				06	00	03461	03461009
2909985	Hartward	hartward	DE		0	Europe/Berlin	53.67002	7.61902				06	00	03462	03462010
2909997	Hartungs	hartungs	DE		0	Europe/Berlin	50.27824	11.79604				02	094	09475	09475145
2909998	Hartum	hartum	DE		0	Europe/Berlin	52.31372	8.81992		Hartum		07	057	05770	05770012
2910004	Hartshausen	hartshausen	DE		0	Europe/Berlin	48.46478	11.74842				02	091	09178	09178157
2910008	Härtsfeldhausen	hartsfeldhausen	DE		0	Europe/Berlin	48.82478	10.36703				01	081	08136	08136010
2910011	Hartschwinden	hartschwinden	DE		0	Europe/Berlin	50.73573	10.14923				15	00	16063	16063015
2910012	Hartschwand	hartschwand	DE		0	Europe/Berlin	47.67045	8.06565				01	083	08337	08337038
2910015	Hartschimmel	hartschimmel	DE		0	Europe/Berlin	47.93846	11.17506				02	091	09190	09190138
2910018	Hartroda	hartroda	DE		0	Europe/Berlin	50.91716	12.24793				15	00	16077	16077043
2910023	Härtnagel	hartnagel	DE		0	Europe/Berlin	47.75276	10.30007		Hartnagel,Härtnagel		02	097	09763	09763000
2910026	Hartmannsreuth	hartmannsreuth	DE		0	Europe/Berlin	49.92469	11.67603				02	094	09472	09472199
2910027	Hartmannsreut	hartmannsreut	DE		0	Europe/Berlin	48.58353	13.78613				02	092	09275	09275156
2910028	Hartmannsreit	hartmannsreit	DE		0	Europe/Berlin	48.86652	13.3467				02	092	09272	09272147
2910030	Hartmannshofen	hartmannshofen	DE		0	Europe/Berlin	48.18333	11.5				02	091	09162	09162000
2910031	Hartmannshof	hartmannshof	DE		0	Europe/Berlin	49.49583	11.54974		Hartmannshof		02	095	09574	09574147
2910032	Hartmannshausen	hartmannshausen	DE		0	Europe/Berlin	52.73982	9.85891				06			
2910034	Hartmannshain	hartmannshain	DE		0	Europe/Berlin	50.47139	9.2759				05	065	06535	06535007
2910036	Hartmannsgrün	hartmannsgruen	DE		0	Europe/Berlin	50.56021	12.29209				13	00	14523	14523430
2910037	Hartmannsgrün	hartmannsgruen	DE		0	Europe/Berlin	50.42715	12.21044				13	00	14523	14523300
2910038	Hartmannsgrub	hartmannsgrub	DE		0	Europe/Berlin	49.03086	12.7334				02	092	09278	09278129
2910043	Hartmanojce	hartmanojce	DE		0	Europe/Berlin	51.97195	13.88518		Hartmannsdorf,Hartmanojce		11	00	12061	12061316
2910054	Hartmannsberg	hartmannsberg	DE		0	Europe/Berlin	47.91232	12.33662				02	091	09187	09187128
2910055	Hartmannsberg	hartmannsberg	DE		0	Europe/Berlin	47.85077	10.38994				02	097	09777	09777154
2910059	Hartmannsbach	hartmannsbach	DE		0	Europe/Berlin	50.83802	13.91976				13	00	14628	14628020
2910068	Härtlingen	haertlingen	DE		464	Europe/Berlin	50.52417	7.91639			07143230	08	00	07143	07143230
2910072	Hartlanden	hartlanden	DE		0	Europe/Berlin	49.85968	10.82291				02	094	09471	09471191
2910074	Hartlage	hartlage	DE		0	Europe/Berlin	52.58483	7.69552				06	00	03459	03459011
2910076	Hartkopsbever	hartkopsbever	DE		0	Europe/Berlin	51.13999	7.3564		Hartkopsbever		07	053	05374	05374016
2910079	Hartkirchen	hartkirchen	DE		0	Europe/Berlin	48.65472	12.89568				02	092	09279	09279113
2910080	Hartkirchen	hartkirchen	DE		0	Europe/Berlin	48.40374	13.38976				02	092	09275	09275141
2910082	Hartingspecken	hartingspecken	DE		0	Europe/Berlin	53.74753	8.61558				06	00	03352	03352061
2910083	Hartingerhof	hartingerhof	DE		0	Europe/Berlin	48.67769	13.56084				02	092	09275	09275119
2910085	Harting	harting	DE		0	Europe/Berlin	48.98591	12.17174				02	093	09362	09362000
2910086	Harting	harting	DE		0	Europe/Berlin	48.38162	12.14648				02	091	09177	09177121
2910087	Harting	harting	DE		0	Europe/Berlin	48.24584	12.36878				02	091	09183	09183120
2910094	Harthofen	harthofen	DE		0	Europe/Berlin	48.20591	11.96051				02	091	09177	09177135
2910095	Harthöfe	harthofe	DE		0	Europe/Berlin	48.20303	9.91431				01	084	08426	08426070
2910097	Harthof	harthof	DE		0	Europe/Berlin	49.72205	10.5603				02	095	09575	09575116
2910098	Harthof	harthof	DE		0	Europe/Berlin	48.89798	11.13962				02	091	09176	09176160
2910099	Harthof	harthof	DE		0	Europe/Berlin	48.78319	10.72452				02	097	09779	09779155
2910106	Harthekel	harthekel	DE		0	Europe/Berlin	52.2926	8.75575				07	057	05770	05770012
2910118	Harthausen bei Feldhausen	harthausen-bei-feldhausen	DE		0	Europe/Berlin	48.26631	9.27778		Harthausen		01	084	08437	08437031
2910119	Harthausen auf der Scheer	harthausen-auf-der-scheer	DE		0	Europe/Berlin	48.19728	9.16045		Harthausen		01	084	08417	08417075
2910133	Harthaus	harthaus	DE		0	Europe/Berlin	48.13018	11.38301				02	091	09179	09179123
2910134	Harthau	harthau	DE		0	Europe/Berlin	50.89883	12.51966		Harthau		13	00	14524	14524240
2910135	Harthau	harthau	DE		0	Europe/Berlin	50.77431	12.92253		Harthau		13	00	14511	14511000
2910141	Kurort Hartha	kurort-hartha	DE		0	Europe/Berlin	50.9817	13.54717		Hartha,Hartha Kurort,Kurort Hartha		13	00	14628	14628400
2910145	Harth	harth	DE		0	Europe/Berlin	51.50404	8.57937		Harth		07	057	05774	05774016
2910146	Harth	harth	DE		0	Europe/Berlin	50.8389	7.47233				07	053	05382	05382052
2910158	Hartershofen	hartershofen	DE		0	Europe/Berlin	49.41896	10.23265				02	095	09571	09571205
2910159	Hartershausen	hartershausen	DE		0	Europe/Berlin	50.63373	9.58352				05	065	06535	06535015
2910165	Hartenthal	hartenthal	DE		42	Europe/Berlin	47.98136	10.55898		Hartenthal,Vorderhartenthal		02	097	09778	09778116
2910169	Hartensdorf	hartensdorf	DE		0	Europe/Berlin	52.24268	14.12029				11	00	12067	12067426
2910170	Härtensdorf	haertensdorf	DE		0	Europe/Berlin	50.67639	12.60813				13	00	14524	14524310
2910171	Hartenrod	hartenrod	DE		0	Europe/Berlin	50.75812	8.46145				05	065	06534	06534003
2910172	Hartenrod	hartenrod	DE		0	Europe/Berlin	49.58534	8.83402				05	064	06431	06431021
2910173	Hartenricht	hartenricht	DE		0	Europe/Berlin	49.41553	12.07288				02	093	09376	09376159
2910174	Hartenricht	hartenricht	DE		0	Europe/Berlin	49.307	12.03992				02	093	09376	09376161
2910175	Hartenreuth	hartenreuth	DE		0	Europe/Berlin	49.74865	11.30414				02	094	09474	09474129
2910176	Hartenland	hartenland	DE		0	Europe/Berlin	53.22653	13.01432				12	00	13071	13071159
2910179	Hartenhof	hartenhof	DE		0	Europe/Berlin	49.33698	11.58225				02	093	09373	09373140
2910182	Hartenfelde	hartenfelde	DE		0	Europe/Berlin	52.44823	8.50133				07	057	05770	05770044
2910188	Hartenberg	hartenberg	DE		0	Europe/Berlin	49.45401	11.47479				02	095	09574	09574128
2910202	Hartegasse	hartegasse	DE		0	Europe/Berlin	51.04815	7.383		Hartegasse		07	053	05374	05374020
2910203	Hartefeld	hartefeld	DE		0	Europe/Berlin	51.49605	6.37537				07	051	05154	05154012
2910205	Hartberg	hartberg	DE		0	Europe/Berlin	48.39034	10.38689				02	097	09774	09774145
2910216	Hartbeckerforst	hartbeckerforst	DE		0	Europe/Berlin	48.45422	12.05437				02	092	09274	09274121
2910219	Hartau	hartau	DE		0	Europe/Berlin	50.85329	14.80536				13	00	14626	14626610
2910220	Hart an der Alz	hart-an-der-alz	DE		0	Europe/Berlin	48.14737	12.61631		Hart,Hart an der Alz		02	091	09171	09171117
2910221	Hartacker	hartacker	DE		0	Europe/Berlin	48.76336	11.62735				02	091	09186	09186158
2910222	Hart	hart	DE		0	Europe/Berlin	48.38795	8.84228				01	084	08417	08417025
2910223	Hart	hart	DE		0	Europe/Berlin	48.32145	13.24428				02	092	09275	09275116
2910225	Hart	hart	DE		0	Europe/Berlin	48.25694	12.61914				02	091	09171	09171137
2910226	Hart	hart	DE		0	Europe/Berlin	48.25883	12.54969				02	091	09183	09183128
2910227	Hart	hart	DE		0	Europe/Berlin	48.26667	12.55				02	091	09183	09183116
2910228	Hart	hart	DE		0	Europe/Berlin	48.24381	12.90859				02	092	09277	09277127
2910230	Hart	hart	DE		0	Europe/Berlin	48.25412	12.46692				02	091	09183	09183127
2910231	Hart	hart	DE		0	Europe/Berlin	48.1114	12.15045				02	091	09183	09183139
2910232	Hart	hart	DE		0	Europe/Berlin	48.09208	12.67409				02	091	09171	09171122
2910233	Hart	hart	DE		0	Europe/Berlin	48.03534	12.1459				02	091	09187	09187124
2910234	Hart	hart	DE		0	Europe/Berlin	47.96191	12.12092				02	091	09187	09187142
2910235	Hart	hart	DE		0	Europe/Berlin	47.96924	10.15772				02	097	09764	09764000
2910236	Hart	hart	DE		0	Europe/Berlin	47.92635	12.55188				02	091	09189	09189114
2910271	Harste	harste	DE		0	Europe/Berlin	51.59872	9.8551		Harste		06	00	03159	03159007
2910272	Harst	harst	DE		0	Europe/Berlin	53.50215	11.15256				12	00	13076	13076153
2910276	Harskirchen	harskirchen	DE		0	Europe/Berlin	48.54772	12.29561				02	092	09274	09274111
2910285	Harschhof	harschhof	DE		0	Europe/Berlin	49.27421	11.93507				02	093	09371	09371148
2910286	Harschetsreuth	harschetsreuth	DE		0	Europe/Berlin	48.82551	13.39387				02	092	09272	09272120
2910287	Harscheidt	harscheidt	DE		0	Europe/Berlin	50.66714	6.42313				07	053	05358	05358044
2910294	Harsberg	harsberg	DE		0	Europe/Berlin	49.33357	7.5898				08	00	07340	07340055
2910295	Harsberg	harsberg	DE		0	Europe/Berlin	49.15695	9.53878		Harsberg		01	081	08126	08126069
2910298	Harrl Kolonien	harrl-kolonien	DE		0	Europe/Berlin	52.25383	9.07538		Harrl Kolonien,Harrl-Colonien		06	00	03257	03257009
2910299	Harrling	harrling	DE		0	Europe/Berlin	49.13515	12.71485				02	093	09372	09372177
2910300	Harrlach	harrlach	DE		0	Europe/Berlin	49.28505	11.18992				02	095	09576	09576143
2910301	Harrisleefeld	harrisleefeld	DE		0	Europe/Berlin	54.8	9.4				10	00	01059	01059120
2910306	Harrierwurp	harrierwurp	DE		0	Europe/Berlin	53.31498	8.44274				06	00	03461	03461002
2910308	Harrienstedt	harrienstedt	DE		0	Europe/Berlin	52.43637	8.95102				06	00	03256	03256024
2910309	Harrienstädt	harrienstaedt	DE		0	Europe/Berlin	52.36535	8.90237		Harienstedt,Harrienstadt,Harrienstädt		07	057	05770	05770028
2910310	Harriehausen	harriehausen	DE		0	Europe/Berlin	51.84692	10.09005				06	00	03155	03155001
2910312	Harretsreuth	harretsreuth	DE		0	Europe/Berlin	48.82543	13.38538				02	092	09272	09272120
2910313	Harreszell	harreszell	DE		0	Europe/Berlin	48.3956	11.32911				02	091	09174	09174131
2910316	Harresheim	harresheim	DE		0	Europe/Berlin	47.74822	9.40344				01	084	08435	08435067
2910317	Harreshausen	harreshausen	DE		0	Europe/Berlin	49.9703	8.98279				05	064	06432	06432002
2910324	Harrenstätte	harrenstaette	DE		0	Europe/Berlin	52.8745	7.61566				06	00	03454	03454048
2910325	Harrenscheid	harrenscheid	DE		0	Europe/Berlin	51.25631	7.55497				07	059	05962	05962056
2910326	Harrenheide	harrenheide	DE		0	Europe/Berlin	52.13767	8.44301				07	057	05758	05758032
2910327	Harrendorf	harrendorf	DE		0	Europe/Berlin	53.34787	8.73619		Harrendorf		06	00	03352	03352060
2910331	Harrbach	harrbach	DE		0	Europe/Berlin	50.0124	9.70584				02	096	09677	09677131
2910332	Harratried	harratried	DE		0	Europe/Berlin	47.65172	9.93031				02	097	09776	09776114
2910336	Harras	harras	DE		0	Europe/Berlin	51.27148	11.23261				15	00	16065	16065052
2910337	Harras	harras	DE		0	Europe/Berlin	50.41069	10.85867				15	00	16069	16069012
2910338	Harras	harras	DE		0	Europe/Berlin	49.17256	12.83778				02	093	09372	09372137
2910339	Harras	harras	DE		0	Europe/Berlin	47.8468	12.37009				02	091	09187	09187162
2910340	Harrain	harrain	DE		0	Europe/Berlin	47.94328	12.04407				02	091	09187	09187179
2910346	Harpolingen	harpolingen	DE		0	Europe/Berlin	47.57299	8.00242				01	083	08337	08337096
2910347	Harpolden	harpolden	DE		0	Europe/Berlin	48.37348	12.43863				02	091	09183	09183115
2910349	Harpke	harpke	DE		0	Europe/Berlin	52.55007	7.76994				06	00	03459	03459011
2910350	Harpfing	harpfing	DE		0	Europe/Berlin	48.06673	12.41609				02	091	09189	09189142
2910351	Harpfetsham	harpfetsham	DE		0	Europe/Berlin	47.98966	12.66465				02	091	09189	09189134
2910355	Harpfen	harpfen	DE		0	Europe/Berlin	48.92724	12.81353				02	092	09278	09278187
2910356	Harpfen	harpfen	DE		0	Europe/Berlin	48.33481	12.63409				02	091	09171	09171127
2910359	Harpertshausen	harpertshausen	DE		0	Europe/Berlin	49.92634	8.91805				05	064	06432	06432002
2910360	Harpersdorf	harpersdorf	DE		0	Europe/Berlin	50.87775	11.94477				15	00	16076	16076089
2910361	Harperscheid	harperscheid	DE		0	Europe/Berlin	50.52002	6.412				07	053	05366	05366036
2910362	Harpenfeld	harpenfeld	DE		0	Europe/Berlin	52.32713	8.34956				06	00	03459	03459003
2910363	Harpenerweg	harpenerweg	DE		0	Europe/Berlin	51.5	7.31667				07	059	05911	05911000
2910366	Harpendorf	harpendorf	DE		0	Europe/Berlin	52.59415	8.18591				06	00	03460	03460008
2910367	Harpen	harpen	DE		0	Europe/Berlin	51.49822	7.28831		Harpena,Harpunni		07	059	05911	05911000
2910369	Harpe	harpe	DE		0	Europe/Berlin	52.91785	11.56047		Harpe		14	00	15081	15081030
2910370	Harpe	harpe	DE		0	Europe/Berlin	52.85168	10.88426		Harpe		06	00	03354	03354022
2910371	Harnrode	harnrode	DE		0	Europe/Berlin	50.85989	9.97195				05	066	06632	06632016
2910372	Harnischwald	harnischwald	DE		0	Europe/Berlin	48.12437	7.9426				01	083	08316	08316056
2910373	Harnischdorf	harnischdorf	DE		0	Europe/Berlin	51.68337	14.33864		Harnischdorf,Harnisojce,Harnišojce		11	00	12071	12071301
2910375	Harnersberg	harnersberg	DE		0	Europe/Berlin	48.9903	9.65291				01	081	08119	08119044
2910376	Harnekop	harnekop	DE		0	Europe/Berlin	52.68799	14.01023				11	00	12064	12064393
2910381	Harmuthsachsen	harmuthsachsen	DE		0	Europe/Berlin	51.16084	9.85991		Harmuthsachsen		05	066	06636	06636012
2910382	Harmswöhrden	harmswoehrden	DE		0	Europe/Berlin	54.13333	9.01667				10	00	01051	01051137
2910387	Harmshagen	harmshagen	DE		0	Europe/Berlin	53.79614	11.28953				12	00	13074	13074077
2910396	Harmoning	harmoning	DE		0	Europe/Berlin	47.99693	12.77401				02	091	09189	09189152
2910397	Harmonie	harmonie	DE		0	Europe/Berlin	53.34179	8.61687				06	00	03352	03352060
2910398	Harmonie	harmonie	DE		0	Europe/Berlin	50.77502	7.43215		Harmonie		07	053	05382	05382016
2910400	Harmissen	harmissen	DE		0	Europe/Berlin	52.85626	8.90925				06	00	03251	03251049
2910402	Harmhausen	harmhausen	DE		0	Europe/Berlin	52.73743	8.71765				06	00	03251	03251015
2910403	Harmerz	harmerz	DE		0	Europe/Berlin	50.51441	9.65166				05	066	06631	06631009
2910407	Harmering	harmering	DE		0	Europe/Berlin	48.7223	13.29394				02	092	09275	09275120
2910409	Harmersbach	harmersbach	DE		0	Europe/Berlin	48.24218	8.0101		Harmensbach,Harmersbach		01	083	08317	08317121
2910410	Harmenhausen	harmenhausen	DE		0	Europe/Berlin	53.15245	8.53995				06	00	03461	03461001
2910412	Harmelingen	harmelingen	DE		0	Europe/Berlin	53.03303	9.92587				06	00	03358	03358021
2910413	Harme	harme	DE		0	Europe/Berlin	52.72957	8.18137				06	00	03460	03460001
2910415	Harmating	harmating	DE		0	Europe/Berlin	47.88815	11.54268				02	091	09173	09173120
2910419	Harm	harm	DE		0	Europe/Berlin	49.31432	11.10606				02	095	09576	09576132
2910421	Harloth	harloth	DE		0	Europe/Berlin	49.89756	11.41411				02	094	09472	09472167
2910422	Harlisberg	harlisberg	DE		0	Europe/Berlin	48.53163	8.36177				01	082	08237	08237004
2910424	Harlinghausen	harlinghausen	DE		0	Europe/Berlin	52.31569	8.48257		Harlinghausen		07	057	05770	05770036
2910425	Harlingerode	harlingerode	DE		0	Europe/Berlin	51.90954	10.51701				06	00	03153	03153002
2910427	Harlingen	harlingen	DE		0	Europe/Berlin	53.15071	10.98113				06	00	03354	03354009
2910428	Harlingen	harlingen	DE		0	Europe/Berlin	49.42057	6.64959				09	00	10042	10042113
2910429	Harlinge	harlinge	DE		0	Europe/Berlin	52.39285	8.43258				07	057	05770	05770044
2910432	Harleshausen	harleshausen	DE		0	Europe/Berlin	51.33276	9.44773		Harleshusen,Herldeshusun [a. 1074]		05	066	06611	06611000
2910433	Harlesberg	harlesberg	DE		0	Europe/Berlin	49.71344	12.18255				02	093	09374	09374160
2910435	Härlegrund	harlegrund	DE		0	Europe/Berlin	48.51117	8.33885				01	082	08237	08237004
2910438	Harle	harle	DE		0	Europe/Berlin	51.93271	7.19851				07	055	05558	05558012
2910439	Harle	harle	DE		0	Europe/Berlin	51.1001	9.38648				05	066	06634	06634025
2910441	Harlang	harlang	DE		0	Europe/Berlin	49.24505	10.19674				02	095	09571	09571228
2910442	Harlanden	harlanden	DE		0	Europe/Berlin	48.96388	11.66164				02	092	09273	09273164
2910443	Harlanden	harlanden	DE		0	Europe/Berlin	48.81961	11.61863				02	091	09176	09176150
2910448	Harlaching	harlaching	DE		0	Europe/Berlin	48.08978	11.56345				02	091	09162	09162000
2910450	Harlachhammer	harlachhammer	DE		0	Europe/Berlin	49.93883	12.03962				02	093	09377	09377157
2910451	Harlachen	harlachen	DE		0	Europe/Berlin	48.23073	11.87287				02	091	09177	09177131
2910453	Harlachberg	harlachberg	DE		0	Europe/Berlin	49.92974	12.02907				02	093	09377	09377148
2910455	Harksheide	harksheide	DE		0	Europe/Berlin	53.7126	10.00598				10	00	01060	01060063
2910456	Harkotten	harkotten	DE		0	Europe/Berlin	52.0607	8.03162				07	055	05570	05570036
2910458	Harkorten	harkorten	DE		0	Europe/Berlin	51.34749	7.40587				07	059	05914	05914000
2910462	Harketief	harketief	DE		0	Europe/Berlin	53.65176	7.35916				06	00	03452	03452027
2910466	Harkenbleck	harkenbleck	DE		0	Europe/Berlin	52.28979	9.76702				06	00	03241	03241007
2910467	Harkemissen	harkemissen	DE		0	Europe/Berlin	52.12511	8.91369				07	057	05766	05766036
2910468	Harkebrügger Mark	harkebruegger-mark	DE		0	Europe/Berlin	53.12956	7.88473				06	00	03451	03451004
2910469	Harkebrügge	harkebruegge	DE		0	Europe/Berlin	53.11997	7.81985				06	00	03453	03453001
2910474	Häringlohe	haringlohe	DE		0	Europe/Berlin	49.47433	11.78796		Haringlohe,Häringlohe		02	093	09371	09371144
2910477	Häringen	haringen	DE		0	Europe/Berlin	48.59571	9.58561				01	081	08116	08116070
2910483	Harheim	harheim	DE		0	Europe/Berlin	50.18382	8.69156				05	064	06412	06412000
2910484	Harham	harham	DE		0	Europe/Berlin	48.36552	11.9658				02	091	09177	09177120
2910485	Harham	harham	DE		0	Europe/Berlin	48.34267	13.19767				02	092	09275	09275132
2910486	Harham	harham	DE		0	Europe/Berlin	48.32554	12.31026				02	092	09274	09274193
2910498	Harff	harff	DE		0	Europe/Berlin	51.01667	6.53333				07	053	05362	05362004
2910499	Harfereiche	harfereiche	DE		0	Europe/Berlin	50.98333	6.61667				07	053	05362	05362008
2910502	Harfe	harfe	DE		0	Europe/Berlin	54.40959	9.86595				10	00	01058	01058080
2910504	Harenzhofen	harenzhofen	DE		0	Europe/Berlin	49.23878	11.59658				02	093	09373	09373167
2910508	Harenerfähr	harenerfaehr	DE		0	Europe/Berlin	52.78333	7.25				06	00	03454	03454018
2910510	Harenburg	harenburg	DE		0	Europe/Berlin	54.54838	9.33503				10	00	01059	01059079
2910512	Harenberg	harenberg	DE		0	Europe/Berlin	52.37862	9.61948		Harenberg		06	00	03241	03241015
2910528	Hardthof	hardthof	DE		0	Europe/Berlin	48.8911	9.02965				01	081	08118	08118067
2910534	Hardterbroich	hardterbroich	DE		0	Europe/Berlin	51.18553	6.4561				07	051	05116	05116000
2910548	Hardtbach	hardtbach	DE		0	Europe/Berlin	51.21667	7.3				07	053	05374	05374036
2910622	Hardissen	hardissen	DE		0	Europe/Berlin	52.00813	8.82391				07	057	05766	05766040
2910625	Hardinghausen	hardinghausen	DE		0	Europe/Berlin	51.61919	6.91667				07	055	05512	05512000
2910626	Hardinghausen	hardinghausen	DE		0	Europe/Berlin	52.51288	8.12533				06	00	03460	03460007
2910628	Hardingen	hardingen	DE		0	Europe/Berlin	52.4727	6.93233				06	00	03456	03456008
2910630	Hardhof	hardhof	DE		0	Europe/Berlin	49.50668	10.78404		Hardhof,Harthof		02	095	09573	09573120
2910631	Hardhof	hardhof	DE		0	Europe/Berlin	49.33642	9.14499				01	082	08225	08225058
2910637	Hardesby	hardesby	DE		0	Europe/Berlin	54.74503	9.63412				10	00	01059	01059161
2910639	Harderode	harderode	DE		0	Europe/Berlin	52.04626	9.54025				06	00	03252	03252004
2910648	Hardenburg	hardenburg	DE		0	Europe/Berlin	49.46132	8.12367		Hardenburg		08	00	07332	07332002
2910649	Hardenbostel	hardenbostel	DE		0	Europe/Berlin	52.74706	8.92127		Hardenborstel,Hardenbostel		06	00	03251	03251002
2910652	Hardenberg	hardenberg	DE		0	Europe/Berlin	51.31667	7.08333				07	051	05158	05158032
2910653	Hardenberg	hardenberg	DE		0	Europe/Berlin	51.09424	7.7268				07	059	05962	05962036
2910657	Hardenbeck	hardenbeck	DE		0	Europe/Berlin	53.26095	13.54971				11	00	12073	12073069
2910660	Hardehausen	hardehausen	DE		0	Europe/Berlin	51.55072	8.99934		Hardehausen		07	057	05762	05762036
2910664	Hardeck	hardeck	DE		0	Europe/Berlin	49.98677	12.4179				02	093	09377	09377142
2910674	Hard	hard	DE		0	Europe/Berlin	49.94172	12.08577				02	093	09377	09377157
2910675	Hard	hard	DE		0	Europe/Berlin	48.81976	11.12644				02	091	09176	09176166
2910688	Harbshausen	harbshausen	DE		0	Europe/Berlin	51.18475	8.91805		Harbshausen		05	066	06635	06635019
2910691	Harblek	harblek	DE		0	Europe/Berlin	54.3626	8.96669				10	00	01054	01054095
2910696	Harbern Zwei	harbern-zwei	DE		0	Europe/Berlin	53.06667	8.06667				06	00	03458	03458013
2910697	Harbern	harbern	DE		0	Europe/Berlin	53.08696	8.08235		Harbern,Harbern Eins		06	00	03458	03458013
2910700	Harbergen	harbergen	DE		0	Europe/Berlin	52.707	9.00171		Harbergen		06	00	03251	03251035
2910703	Harber	harber	DE		0	Europe/Berlin	52.98852	9.90608		Harber		06	00	03358	03358021
2910704	Harber	harber	DE		0	Europe/Berlin	52.26883	10.0489				06	00	03157	03157002
2910706	Harbecke	harbecke	DE		0	Europe/Berlin	51.14681	8.23308		Harbecke		07	059	05958	05958040
2910707	Harbeck	harbeck	DE		0	Europe/Berlin	51.14349	6.27121		Harbeck		07	053	05370	05370040
2910708	Harbatshofen	harbatshofen	DE		0	Europe/Berlin	47.6052	10.0074				02	097	09776	09776127
2910721	Happingen	happingen	DE		0	Europe/Berlin	47.68765	8.11252				01	083	08337	08337027
2910722	Happing	happing	DE		0	Europe/Berlin	47.829	12.12762				02	091	09163	09163000
2910724	Happertshausen	happertshausen	DE		0	Europe/Berlin	50.16284	10.46728				02	096	09674	09674111
2910725	Happerschoß	happerschoss	DE		0	Europe/Berlin	50.79783	7.30046				07	053	05382	05382020
2910726	Happerg	happerg	DE		0	Europe/Berlin	47.86235	11.36726		Happerg,Hepperg		02	091	09173	09173123
2910727	Happenweiler	happenweiler	DE		0	Europe/Berlin	47.76667	9.46667				01	084	08436	08436095
2910728	Happenbach	happenbach	DE		0	Europe/Berlin	49.08528	9.29699		Happenbach		01	081	08125	08125001
2910730	Happbühl	happbuhl	DE		0	Europe/Berlin	49.11667	9.5				01	081	08125	08125107
2910731	Happassenried	happassenried	DE		0	Europe/Berlin	49.31006	12.47293				02	093	09376	09376146
2910732	Happareute	happareute	DE		0	Europe/Berlin	47.63766	9.95253				02	097	09776	09776124
2910733	Happach	happach	DE		0	Europe/Berlin	50.89172	7.60397		Happach		07	053	05374	05374044
2910734	Happach	happach	DE		0	Europe/Berlin	48.36821	11.29431				02	091	09174	09174118
2910735	Happach	happach	DE		0	Europe/Berlin	48.36667	10.21667		Happach		02	097	09774	09774143
2910736	Happach	happach	DE		0	Europe/Berlin	47.74118	7.95133				01	083	08336	08336106
2910740	Hapberg	hapberg	DE		0	Europe/Berlin	47.86236	11.27755				02	091	09190	09190115
2910741	Hanzing	hanzing	DE		0	Europe/Berlin	49.1668	12.67938				02	093	09372	09372116
2910742	Hanzing	hanzing	DE		0	Europe/Berlin	48.55593	13.66467				02	092	09275	09275153
2910745	Hanwerth	hanwerth	DE		0	Europe/Berlin	50.65776	7.73834				08	00	07143	07143267
2910746	Hanweiler	hanweiler	DE		0	Europe/Berlin	49.11667	7.05		Hanweiler		09	00	10041	10041514
2910747	Hanweiler	hanweiler	DE		0	Europe/Berlin	48.85413	9.38743				01	081	08119	08119085
2910749	Hanszell	hanszell	DE		0	Europe/Berlin	48.3724	12.20854				02	092	09274	09274154
2910750	Hanswarft	hanswarft	DE		0	Europe/Berlin	54.56569	8.55035				10	00	01054	01054050
2910751	Hansühn	hansuehn	DE		0	Europe/Berlin	54.25623	10.7539				10	00	01055	01055043
2910757	Hanstedt Zwei	hanstedt-zwei	DE		0	Europe/Berlin	52.95673	10.66632				06	00	03360	03360025
2910760	Hanstedt Eins	hanstedt-eins	DE		1004	Europe/Berlin	53.04642	10.37444		Hanstedt		06	00	03360	03360010
2910773	Hanshofen	hanshofen	DE		0	Europe/Berlin	48.254	11.1316				02	091	09179	09179137
2910778	Hansfelde	hansfelde	DE		0	Europe/Berlin	53.84175	10.59528				10	00	01062	01062025
2910779	Hansfelde	hansfelde	DE		0	Europe/Berlin	53.53667	13.79906				11	00	12073	12073579
2910782	Hansenried	hansenried	DE		0	Europe/Berlin	49.29405	12.47029				02	093	09376	09376146
2910791	Hansen	hansen	DE		0	Europe/Berlin	52.95197	10.48151				06	00	03360	03360025
2910792	Hanselsberg	hanselsberg	DE		0	Europe/Berlin	48.6001	11.86648				02	092	09273	09273178
2910795	Hansell	hansell	DE		0	Europe/Berlin	52.04371	7.52001				07	055	05566	05566004
2910797	Hanselberg	hanselberg	DE		0	Europe/Berlin	48.9066	12.84872				02	092	09278	09278187
2910800	Hanselaer	hanselaer	DE		0	Europe/Berlin	51.73555	6.3135		Hanselaer		07	051	05154	05154024
2910804	Hänse	hanse	DE		0	Europe/Berlin	47.51942	9.98454				02	097	09780	09780132
2910806	Hanschenberg	hanschenberg	DE		0	Europe/Berlin	52.12924	8.71504				07	057	05758	05758012
2910807	Hänscheid	haenscheid	DE		0	Europe/Berlin	50.83505	7.42367				07	053	05382	05382052
2910812	Hansahlen	hansahlen	DE		0	Europe/Berlin	53.13333	9.78333		Hansahlen		06	00	03358	03358019
2910815	Hanrorup	hanrorup	DE		0	Europe/Berlin	51.91279	7.26139				07	055	05558	05558016
2910816	Hanredder	hanredder	DE		0	Europe/Berlin	53.79264	9.72634				10	00	01056	01056008
2910819	Hanrade	hanrade	DE		0	Europe/Berlin	53.30069	9.41301				06	00	03357	03357021
2910830	Hannöver	hannoever	DE		0	Europe/Berlin	53.1742	8.50694		Hannover		06	00	03461	03461001
2910833	Hannober	hannober	DE		0	Europe/Berlin	47.74149	9.76151				01	084	08436	08436006
2910837	Hannesried	hannesried	DE		0	Europe/Berlin	49.45572	12.58132				02	093	09372	09372163
2910838	Hannesreuth	hannesreuth	DE		0	Europe/Berlin	49.62403	11.69378				02	093	09371	09371135
2910840	Hannersgrün	hannersgrun	DE		0	Europe/Berlin	49.60014	12.04153				02	093	09374	09374131
2910841	Hänner	hanner	DE		0	Europe/Berlin	47.59465	8.03367				01	083	08337	08337076
2910843	Hannenbach	hannenbach	DE		0	Europe/Berlin	49.29495	10.45571		Hanenbach,Hannenbach		02	095	09571	09571174
2910844	Hannemannei	hannemannei	DE		0	Europe/Berlin	52.17147	14.27029		Hannemannai,Hannemannei		11	00	12067	12067036
2910845	Hanneloh	hanneloh	DE		0	Europe/Berlin	50.37136	12.18902				13	00	14523	14523080
2910848	Hannebach	hannebach	DE		0	Europe/Berlin	50.44695	7.12512				08	00	07131	07131208
2910849	Hanne	hanne	DE		0	Europe/Berlin	52.53333	13.91667				11	00	12064	12064408
2910850	Hannberg	hannberg	DE		0	Europe/Berlin	49.84186	11.37274				02	094	09472	09472197
2910851	Hannberg	hannberg	DE		0	Europe/Berlin	49.63718	10.90144				02	095	09572	09572133
2910856	Hankofen	hankofen	DE		0	Europe/Berlin	48.75673	12.58908				02	092	09278	09278146
2910861	Hankhausen	hankhausen	DE		0	Europe/Berlin	53.23923	8.22382				06	00	03451	03451005
2910864	Hankenhagen	hankenhagen	DE		0	Europe/Berlin	54.20734	13.21793				12	00	13073	13073090
2910866	Hankenberge	hankenberge	DE		0	Europe/Berlin	52.1743	8.13428		Hankenberg,Hankenberge		06	00	03459	03459022
2910868	Hankelsablage	hankelsablage	DE		0	Europe/Berlin	52.35	13.63333				11	00	12061	12061572
2910869	Hankel	hankel	DE		0	Europe/Berlin	47.78333	9.76667				01	084	08436	08436078
2910872	Hänischmühe	haenischmuehe	DE		0	Europe/Berlin	50.86697	14.72368		Hanisch-muhe,Hänisch-mühe		13	00	14626	14626210
2910875	Hänigsen	haenigsen	DE		6033	Europe/Berlin	52.48425	10.09129	55	'Kasperland',Haehnsen,Haenigsen,Hanigsen,Henighusen [a. 1226],Hähnsen,Hänigsen,Uetze-Haenigsen,Uetze-Hänigsen		06	00	03241	03241018
2910877	Hänichen	haenichen	DE		0	Europe/Berlin	51.38581	12.25964				13	00	14713	14713000
2910878	Hänichen	haenichen	DE		0	Europe/Berlin	50.97913	13.71892				13	00	14628	14628050
2910884	Hangsbeck	hangsbeck	DE		0	Europe/Berlin	51.98763	7.38913				07	055	05558	05558020
2910886	Hangnach	hangnach	DE		0	Europe/Berlin	47.56	9.74366				02	097	09776	09776126
2910887	Hangloch	hangloch	DE		0	Europe/Berlin	47.8462	7.93915				01	083	08336	08336087
2910888	Hanging	hanging	DE		0	Europe/Berlin	48.34486	12.4559				02	091	09183	09183143
2910893	Hangesch	hangesch	DE		0	Europe/Berlin	52.26211	8.63708				07	057	05770	05770016
2910900	Hangen Wahlheim	hangen-wahlheim	DE		0	Europe/Berlin	49.78015	8.33389				08	00	07331	07331002
2910902	Hangenmeilingen	hangenmeilingen	DE		0	Europe/Berlin	50.49226	8.06888				05	065	06533	06533005
2910904	Hangenleithen	hangenleithen	DE		0	Europe/Berlin	48.88041	13.18711				02	092	09276	09276126
2910906	Hangenham	hangenham	DE		0	Europe/Berlin	48.41245	11.83352				02	091	09178	09178140
2910908	Hangeney	hangeney	DE		0	Europe/Berlin	51.51667	7.36667		Hangeney		07	059	05913	05913000
2910909	Hangendobl	hangendobl	DE		0	Europe/Berlin	47.96329	12.29522				02	091	09187	09187139
2910911	Hangendenbuch	hangendenbuch	DE		0	Europe/Berlin	48.89023	10.03689				01	081	08136	08136002
2910912	Hangendeinbach	hangendeinbach	DE		0	Europe/Berlin	48.79587	9.73715				01	081	08136	08136065
2910915	Hangenau	hangenau	DE		0	Europe/Berlin	51.87988	7.40873		Hanguni		07	055	05558	05558016
2910916	Hangen	hangen	DE		0	Europe/Berlin	47.95861	9.50805				01	084	08436	08436027
2910921	Hangelsberg	hangelsberg	DE		0	Europe/Berlin	52.39374	13.92563		Hangelsberg		11	00	12067	12067201
2910927	Hangelar	hangelar	DE		0	Europe/Berlin	50.75902	7.16492		Hangelar		07	053	05382	05382056
2910928	Hängeberg	hangeberg	DE		0	Europe/Berlin	48.00088	11.03275				02	091	09181	09181120
2910935	Hangard	hangard	DE		1970	Europe/Berlin	49.3826	7.21046				09	00	10043	10043114
2910936	Hangalzesberg	hangalzesberg	DE		0	Europe/Berlin	48.76374	13.4283				02	092	09272	09272138
2910938	Hanfmühle	hanfmuehle	DE		0	Europe/Berlin	50.70967	7.34584				07	053	05382	05382020
2910941	Hanfgarten	hanfgarten	DE		0	Europe/Berlin	51.01689	7.53902				07	053	05374	05374012
2910943	Hanfeld	hanfeld	DE		0	Europe/Berlin	48.02277	11.32227				02	091	09188	09188139
2910951	Hanerau	hanerau	DE		0	Europe/Berlin	54.11667	9.43333				10	00	01058	01058072
2910953	Hanekenfähr	hanekenfaehr	DE		0	Europe/Berlin	52.472	7.30282		Haneckenfahr,Haneckenfähr,Hanekenfahr,Hanekenfähr		06	00	03454	03454032
2910956	Haneburg	haneburg	DE		0	Europe/Berlin	54.49256	9.18106				10	00	01054	01054152
2910962	Handzell	handzell	DE		0	Europe/Berlin	48.56162	11.06638		Handzell		02	097	09771	09771156
2910963	Handwerks	handwerks	DE		0	Europe/Berlin	47.66667	9.86667				02	097	09776	09776131
2910964	Handwerk	handwerk	DE		0	Europe/Berlin	48.40027	12.68121				02	092	09277	09277151
2910966	Handthal	handthal	DE		0	Europe/Berlin	49.87139	10.43856				02	096	09678	09678164
2910968	Handschuhsheim	handschuhsheim	DE		0	Europe/Berlin	49.42705	8.68468		Handschuchsheim,Handschuhsheim		01	082	08221	08221000
2910977	Handloh	handloh	DE		0	Europe/Berlin	48.40974	12.67742				02	092	09277	09277151
2910980	Händlern	handlern	DE		0	Europe/Berlin	49.022	12.88499				02	092	09276	09276128
2910984	Handewittfeld	handewittfeld	DE		0	Europe/Berlin	54.74691	9.31031				10	00	01059	01059183
2910985	Handewittbusch	handewittbusch	DE		0	Europe/Berlin	54.76667	9.33333				10	00	01059	01059183
2910995	Handarpe	handarpe	DE		0	Europe/Berlin	52.15727	8.282				06	00	03459	03459024
2910996	Hand	hand	DE		0	Europe/Berlin	50.80579	6.05361				07	053	05334	05334002
2910997	Hänchen	haenchen	DE		0	Europe/Berlin	51.81667	13.9				11	00	12066	12066196
2910998	Hänchen	haenchen	DE		0	Europe/Berlin	51.72552	14.27351		Hajnk		11	00	12071	12071244
2910999	Hanbach	hanbach	DE		0	Europe/Berlin	49.60588	10.5878				02	095	09575	09575118
2911003	Hanauerhof	hanauerhof	DE		0	Europe/Berlin	49.65942	7.83901				08	00	07333	07333014
2911007	Hanau am Main	hanau-am-main	DE		88648	Europe/Berlin	50.13423	8.91418		Chanaou,Hanau,Hanau am Main,Khanau,hanau,hanaw,hanw,Χάναου,Ханау,هانو,هَانَو,ハーナウ	06435014	05	064	06435	06435014
2911008	Hamwiede	hamwiede	DE		0	Europe/Berlin	52.8971	9.4599		Hamwiede		06	00	03358	03358024
2910974	Handorf	handorf	DE	21447	0	Europe/Berlin	52.55539	8.15546				06	00	03460	03460005
2911017	Hamswehrum	hamswehrum	DE		0	Europe/Berlin	53.43023	7.05056				06	00	03452	03452014
2911018	Hamstrup	hamstrup	DE		0	Europe/Berlin	52.76985	7.86497				06	00	03453	03453009
2911021	Hamsfeld	hamsfeld	DE		0	Europe/Berlin	51.52086	6.44418				07	051	05154	05154020
2911022	Hamsel	hamsel	DE		0	Europe/Berlin	51.33271	6.25913				07	051	05166	05166016
2911024	Hampol	hampol	DE		0	Europe/Berlin	51.33553	6.22194				07	051	05166	05166016
2911026	Hampersdorf	hampersdorf	DE		0	Europe/Berlin	48.28409	12.17295				02	091	09177	09177115
2911027	Hampersberg	hampersberg	DE		0	Europe/Berlin	48.14774	12.27825				02	091	09183	09183118
2911030	Hampenhausen	hampenhausen	DE		0	Europe/Berlin	51.65474	9.19416		Hampenhausen		07	057	05762	05762016
2911031	Hampelshof	hampelshof	DE		0	Europe/Berlin	50.13395	11.7323				02	094	09475	09475175
2911054	Hammetweil	hammetweil	DE		0	Europe/Berlin	48.57297	9.22345				01	081	08116	08116042
2911055	Hammesrostringhausen	hammesrostringhausen	DE		0	Europe/Berlin	51.09024	7.26805				07	053	05378	05378032
2911059	Hammerunterwiesenthal	hammerunterwiesenthal	DE		0	Europe/Berlin	50.44949	13.01355		Hammerunterwiesenthal		13	00	14521	14521440
2911060	Hammertiefenbach	hammertiefenbach	DE		0	Europe/Berlin	49.43627	12.59833		Hammertiefenbach		02	093	09372	09372163
2911061	Hammerthal	hammerthal	DE		0	Europe/Berlin	48.32981	12.02483				02	091	09177	09177113
2911065	Hammertal	hammertal	DE		0	Europe/Berlin	51.39444	7.26618		Hammertal,Hammerthal		07	059	05954	05954036
2911069	Hammerstetten	hammerstetten	DE		0	Europe/Berlin	48.41439	10.36526				02	097	09774	09774145
2911079	Hammerstadt	hammerstadt	DE		0	Europe/Berlin	51.39597	14.75134		Hammerstadt,Hamorsc,Hamoršć		13	00	14626	14626460
2911080	Hammerstadt	hammerstadt	DE		0	Europe/Berlin	48.85681	10.04994				01	081	08136	08136088
2911082	Hammersfeld	hammersfeld	DE		0	Europe/Berlin	50.74788	11.05363				15	00	16070	16070048
2911085	Hammersdorf	hammersdorf	DE		0	Europe/Berlin	49.10661	12.73984				02	092	09278	09278178
2911086	Hammersdorf	hammersdorf	DE		0	Europe/Berlin	48.23779	11.99138				02	091	09177	09177114
2911087	Hammerschrott	hammerschrott	DE		0	Europe/Berlin	49.63546	11.54817		Hammerschrott		02	095	09574	09574140
2911088	Hammerschmiede	hammerschmiede	DE		0	Europe/Berlin	48.66667	13.63333				02	092	09275	09275126
2911089	Hammerschmiede	hammerschmiede	DE		0	Europe/Berlin	47.925	10.59602				02	097	09777	09777158
2911090	Hammerschmiede	hammerschmiede	DE		0	Europe/Berlin	47.6329	10.49887				02	097	09777	09777153
2911098	Hammersbeck	hammersbeck	DE		0	Europe/Berlin	53.19236	8.61849				03	00	04011	04011000
2911102	Hammerphilippsburg	hammerphilippsburg	DE		0	Europe/Berlin	49.5	11.78333				02	093	09371	09371151
2911103	Hämmern	haemmern	DE		0	Europe/Berlin	51.12549	7.35249				07	053	05374	05374052
2911104	Hämmern	haemmern	DE		0	Europe/Berlin	50.40783	11.11794				15	00	16072	16072023
2911105	Hammermühle	hammermuhle	DE		0	Europe/Berlin	47.59118	9.93045		Hammer-Muhle,Hammer-Mühle,Hammermuhle,Hammermühle		02	097	09776	09776129
2911108	Hammerleubsdorf	hammerleubsdorf	DE		0	Europe/Berlin	50.81848	13.18515				13	00	14522	14522320
2911109	Hammerleithen	hammerleithen	DE		0	Europe/Berlin	50.33333	12.11667				13	00	14523	14523080
2911111	Hammerleithe	hammerleithe	DE		0	Europe/Berlin	50.47689	12.75035				13	00	14521	14521110
2911114	Hammerlbach	hammerlbach	DE		0	Europe/Berlin	48.42078	12.05772				02	091	09177	09177124
2911115	Hämmerlas	hammerlas	DE		0	Europe/Berlin	50.06112	11.72662				02	094	09472	09472139
2911116	Hammerkröblitz	hammerkroblitz	DE		0	Europe/Berlin	49.36667	12.4				02	093	09376	09376147
2911118	Hammerhütte	hammerhuette	DE		0	Europe/Berlin	50.36062	6.51348		Hammerhuette,Hammerhutte,Hammerhutte mit Baasermermuhle,Hammerhütte,Hammerhütte mit Baasermermühle		07	053	05366	05366012
2911121	Hammerhof	hammerhof	DE		0	Europe/Berlin	49.37475	12.39919				02	093	09376	09376147
2911122	Hammerhäuser	hammerhaeuser	DE		0	Europe/Berlin	50.55	12.18333				13	00	14523	14523330
2911123	Hammerhaus	hammerhaus	DE		0	Europe/Berlin	50.96667	7.96667				07	059	05970	05970024
2911125	Hammerharlesberg	hammerharlesberg	DE		0	Europe/Berlin	49.71158	12.17847				02	093	09374	09374160
2911135	Hammergmünd	hammergmund	DE		0	Europe/Berlin	49.69445	11.95252				02	093	09374	09374124
2911141	Hammereisenbach	hammereisenbach	DE		0	Europe/Berlin	47.99597	8.31967				01	083	08326	08326068
2911143	Hammerbühl	hammerbuhl	DE		0	Europe/Berlin	49.73849	11.54861				02	094	09472	09472175
2911144	Hammerbühl	hammerbuhl	DE		0	Europe/Berlin	49.6956	11.27261				02	094	09474	09474124
2911145	Hammerbrücke	hammerbruecke	DE		1395	Europe/Berlin	50.43504	12.415		Hammerbrucke,Hammerbrücke,Hammerburg		13	00	14523	14523245
2911146	Hammerbruch	hammerbruch	DE		0	Europe/Berlin	51.61353	6.40678				07	051	05170	05170040
2911147	Hammerbirkenfeld	hammerbirkenfeld	DE		0	Europe/Berlin	49.81137	7.24146				08	00	07134	07134037
2911149	Hammerberg	hammerberg	DE		0	Europe/Berlin	48.56488	13.48705				02	092	09262	09262000
2911150	Hammerberg	hammerberg	DE		0	Europe/Berlin	49.71044	11.59622				02	093	09371	09371113
2911151	Hammerberg	hammerberg	DE		0	Europe/Berlin	49.361	12.27949				02	093	09376	09376147
2911152	Hammerberg	hammerberg	DE		0	Europe/Berlin	49.28763	11.92815				02	093	09371	09371146
2911164	Hammerbach	hammerbach	DE		0	Europe/Berlin	49.59235	10.85346				02	095	09572	09572132
2911165	Hammerbach	hammerbach	DE		0	Europe/Berlin	47.76261	12.31147				02	091	09187	09187114
2911167	Hammerau	hammerau	DE		0	Europe/Berlin	47.79529	12.94706		Hammerau		02	091	09172	09172111
2911189	Hammenstedt	hammenstedt	DE		0	Europe/Berlin	51.69725	10.05429				06	00	03155	03155011
2911193	Hammelwarder Außendeich	hammelwarder-aussendeich	DE		0	Europe/Berlin	53.31823	8.43362				06	00	03461	03461002
2911202	Hammelshahn	hammelshahn	DE		0	Europe/Berlin	50.69023	7.38445				08	00	07138	07138080
2911211	Hammelhöfe	hammelhoefe	DE		0	Europe/Berlin	50.76487	12.22293				15	00	16076	16076069
2911213	Hammelhof	hammelhof	DE		0	Europe/Berlin	48.7168	12.36172				02	092	09279	09279127
2911218	Hammelbach	hammelbach	DE		0	Europe/Berlin	49.63559	8.83263				05	064	06431	06431009
2911219	Hammel	hammel	DE		0	Europe/Berlin	52.7943	7.8134				06	00	03453	03453009
2911220	Hammel	hammel	DE		0	Europe/Berlin	48.40562	10.80784		Hammel		02	097	09772	09772184
2911222	Hamme	hamme	DE		0	Europe/Berlin	51.49289	7.19172		Hamme		07	059	05911	05911000
2911223	Hamme	hamme	DE		0	Europe/Berlin	52.5	8.91667				06	00	03256	03256033
2911229	Hammahermoor	hammahermoor	DE		0	Europe/Berlin	53.65087	9.3448				06	00	03359	03359015
2911242	Hamm (Sieg)	hamm-sieg	DE		3406	Europe/Berlin	50.76531	7.67761		Hamm		08	00	07132	07132044
2911248	Hamlar	hamlar	DE		0	Europe/Berlin	48.69585	10.82972		Hamlar		02	097	09779	09779115
2911250	Hamich	hamich	DE		0	Europe/Berlin	50.78233	6.31942				07	053	05358	05358032
2911254	Hamfehr	hamfehr	DE		0	Europe/Berlin	53.24639	8.61952				06	00	03356	03356009
2911255	Hamet	hamet	DE		0	Europe/Berlin	48.55934	13.66261		Hamet,Hammet		02	092	09275	09275153
2911257	Hämerten	haemerten	DE		219	Europe/Berlin	52.59054	11.98711		Hamerton		14	00	15090	15090550
2911258	Hamerstorf	hamerstorf	DE		0	Europe/Berlin	52.91677	10.45856				06	00	03360	03360023
2911259	Hamersleben	hamersleben	DE		941	Europe/Berlin	52.06297	11.08545		Hamersleben		14	00	15083	15083025
2911261	Hamern	hamern	DE		0	Europe/Berlin	51.99314	7.25974				07	055	05558	05558008
2911262	Hamern	hamern	DE		0	Europe/Berlin	51.20166	6.39968				07	051	05116	05116000
2911263	Hamelwördenermoor	hamelwoerdenermoor	DE		0	Europe/Berlin	53.77363	9.29026				06	00	03359	03359040
2911264	Hamelwörden	hamelwoerden	DE		0	Europe/Berlin	53.7927	9.32336				06	00	03359	03359040
2911265	Hamelspringe	hamelspringe	DE		0	Europe/Berlin	52.19509	9.40704				06	00	03252	03252002
2911266	Hämelschenburg	haemelschenburg	DE		0	Europe/Berlin	52.02894	9.34387				06	00	03252	03252005
2911273	Hämelheide	haemelheide	DE		0	Europe/Berlin	52.80224	9.27629				06	00	03256	03256009
2911276	Hämelerwald	hamelerwald	DE		0	Europe/Berlin	52.35422	10.11257		Haemlerweohle,Hammerwohle,Hämlerweohle,in deme Hemeler Wolte [a. 1464],up'n Wohle		06	00	03241	03241011
2911281	Hamdorfweide	hamdorfweide	DE		0	Europe/Berlin	54.23391	9.4737		Hamdorferweide,Hamdorfweide		10	00	01058	01058070
2911285	Wandsbek	wandsbek	DE		411422	Europe/Berlin	53.58334	10.08305		Hamburg-Wandsbek,Vandsbek,Wandsbek,Вандсбек		04	00	02000	02000000
2911288	Hamburg-Mitte	hamburg-mitte	DE		233144	Europe/Berlin	53.55	10.01667		Arrondissement de Hambourg-Mitte,Bezirk Hamburg-Mitte,Distretto di Hamburg-Mitte,Hamborg-Mitt,Hamburg-Centru,Hamburg-Mitte,Hamburgo-Centro,Hamburgum Media Urbs,Khamburg-Mite,han bao zhong qu,Хамбург-Мите,汉堡中区		04	00	02000	02000000
2911291	Hamburgerdeich	hamburgerdeich	DE		0	Europe/Berlin	54.5	8.88333				10	00	01054	01054026
2911293	Eimsbüttel	eimsbuettel	DE		251907	Europe/Berlin	53.57416	9.95679		Ajmsbitel,Ajmsbjuttel',Arrondissement dEimsbuettel,Arrondissement dEimsbüttel,Bezirk Eimsbuettel,Bezirk Eimsbüttel,Distretto di Eimsbuettel,Distretto di Eimsbüttel,Eimbueddel,Eimbüddel,Eimsbuettel,Eimsbüttel,Hamburg-Eimsbuettel,Hamburg-Eimsbüttel,ai mu si bi te er qu,Аймсбюттель,Ајмсбител,艾姆斯比特尔区		04	00	02000	02000000
2911296	Altona	altona	DE		250192	Europe/Berlin	53.55	9.93333		Al'tona,Altno,Altona,Arrondissement dAltona,Bezirk Altona,Distretto di Altona,Districte dAltona,Hamburg-Altona,Hamburgo-Altona,a er tuo na qu,altwna  hambwrg,hanburuku=arutona,Алтона,Альтона,אלטונה,التونا، هامبورگ,ハンブルク＝アルトナ,阿尔托纳区		04	00	02000	02000000
2911301	Hambühl	hambuhl	DE		0	Europe/Berlin	49.61532	10.54155				02	095	09575	09575113
2911303	Hambuchen	hambuchen	DE		0	Europe/Berlin	50.85375	7.46427				07	053	05382	05382052
2911307	Hambrunn	hambrunn	DE		0	Europe/Berlin	49.62233	9.26506				02	096	09676	09676156
2911309	Hambruch	hambruch	DE		0	Europe/Berlin	52.76667	9.76667				06			
2911310	Hambrock	hambrock	DE		0	Europe/Berlin	52.95143	10.57417				06	00	03360	03360025
2911313	Hambostel	hambostel	DE		0	Europe/Berlin	53.02366	9.91855				06	00	03358	03358021
2911314	Hamborn	hamborn	DE		0	Europe/Berlin	51.48333	6.76667		Hamborn		07	051	05112	05112000
2911315	Hamborn	hamborn	DE		0	Europe/Berlin	51.66667	8.76667				07	057	05774	05774012
2911318	Hamborg	hamborg	DE		0	Europe/Berlin	52.87027	10.58687				06	00	03360	03360030
2911320	Hamböcken	hamboecken	DE		0	Europe/Berlin	51.07484	7.30654				07	053	05374	05374052
2911326	Hamberg	hamberg	DE		0	Europe/Berlin	49.10989	11.68662				02	093	09373	09373115
2911327	Hamberg	hamberg	DE		0	Europe/Berlin	49.02409	11.80364				02	093	09375	09375148
2911328	Hamberg	hamberg	DE		0	Europe/Berlin	48.81982	8.77449				01	082	08236	08236044
2911329	Hamberg	hamberg	DE		0	Europe/Berlin	48.00893	11.94806				02	091	09175	09175114
2911361	Hämbach	haembach	DE		0	Europe/Berlin	50.81663	10.16083				15	00	16063	16063003
2911369	Hamb	hamb	DE		0	Europe/Berlin	51.57096	6.38873		Hamb		07	051	05170	05170040
2911373	Halzhausen	halzhausen	DE		0	Europe/Berlin	48.53562	9.92619				01	084	08425	08425075
2911374	Halzenberg	halzenberg	DE		0	Europe/Berlin	51.09962	7.27119				07	053	05378	05378032
2911377	Halzemich	halzemich	DE		0	Europe/Berlin	50.91727	7.30874				07	053	05378	05378024
2911378	Halvestorf	halvestorf	DE		0	Europe/Berlin	52.1089	9.28718				06	00	03252	03252006
2911486	Hallert	hallert	DE		0	Europe/Berlin	50.16693	6.25936				08	00	07232	07232231
2911380	Halverscheid	halverscheid	DE		0	Europe/Berlin	51.22252	7.54791				07	059	05962	05962012
2911383	Halverde	halverde	DE		0	Europe/Berlin	52.41959	7.6676		Halvurdi		07	055	05566	05566020
2911389	Haltingen	haltingen	DE		0	Europe/Berlin	47.61388	7.61338		Haltingen		01	083	08336	08336091
2911393	Haltern	haltern	DE		0	Europe/Berlin	52.3	8.18333				06	00	03459	03459008
2911394	Haltern	haltern	DE		0	Europe/Berlin	52.12077	7.26743		Haltern		07	055	05566	05566024
2911398	Halter	halter	DE		0	Europe/Berlin	52.82662	8.24902				06	00	03460	03460010
2911399	Haltenbergstetten	haltenbergstetten	DE		0	Europe/Berlin	49.4	9.91667				01	081	08128	08128082
2911400	Haltenberg	haltenberg	DE		0	Europe/Berlin	48.13848	10.86799				02	091	09181	09181138
2911401	Halte	halte	DE		0	Europe/Berlin	53.10793	7.35978		Halte		06	00	03457	03457021
2911403	Halstrup	halstrup	DE		0	Europe/Berlin	53.26185	7.9136		Halstrup		06	00	03451	03451007
2911404	Halstern	halstern	DE		0	Europe/Berlin	52.24062	8.70815				07	057	05758	05758024
2911406	Halsterbach	halsterbach	DE		0	Europe/Berlin	51.00415	7.69648		Halsterbach		07	053	05374	05374040
2911407	Halstenberg	halstenberg	DE		0	Europe/Berlin	51.41879	7.60514				07	059	05978	05978028
2911409	Halstenbeck	halstenbeck	DE		0	Europe/Berlin	52.07128	8.23417				07	057	05754	05754048
2911410	Halstenbach	halstenbach	DE		0	Europe/Berlin	50.97822	7.54652		Halstenbach		07	053	05374	05374012
2911412	Halsmühlen	halsmuehlen	DE		0	Europe/Berlin	52.95	9.23333				06	00	03361	03361012
2911416	Halshorn	halshorn	DE		0	Europe/Berlin	48.60883	12.01838				02	092	09274	09274187
2911417	Halsheim	halsheim	DE		0	Europe/Berlin	49.96131	9.89743		Halsheim		02	096	09677	09677114
2911424	Halscheid	halscheid	DE		0	Europe/Berlin	50.7985	7.66615		Halscheid,Halscheidt		07	053	05382	05382076
2911427	Halsberg	halsberg	DE		0	Europe/Berlin	49.33024	9.53708				01	081	08126	08126072
2911428	Halsberg	halsberg	DE		0	Europe/Berlin	48.54849	11.72673				02	091	09178	09178116
2911436	Halsbek	halsbek	DE		0	Europe/Berlin	53.31499	7.92034		Halsbek		06	00	03451	03451007
2911445	Hals	hals	DE		0	Europe/Berlin	49.06667	9.5				01	081	08119	08119024
2911446	Hals	hals	DE		0	Europe/Berlin	48.79773	13.33996				02	092	09272	09272142
2911447	Hals	hals	DE		0	Europe/Berlin	48.59044	13.46386		Hals		02	092	09262	09262000
2911448	Halmstein	halmstein	DE		0	Europe/Berlin	48.33423	13.15681				02	092	09275	09275132
2911449	Halmsried	halmsried	DE		0	Europe/Berlin	48.39599	11.23185				02	091	09174	09174111
2911450	Halmshanf	halmshanf	DE		0	Europe/Berlin	50.69915	7.35766				07	053	05382	05382020
2911452	Halmesricht	halmesricht	DE		0	Europe/Berlin	49.66641	12.11174				02	093	09363	09363000
2911453	Halmern	halmern	DE		0	Europe/Berlin	52.91459	10.0332				06	00	03358	03358023
2911459	Hallwangen	hallwangen	DE		0	Europe/Berlin	48.4866	8.50076				01	082	08237	08237019
2911460	Hallwang	hallwang	DE		0	Europe/Berlin	47.86667	12.35				02	091	09187	09187162
2911462	Hallstedt	hallstedt	DE		0	Europe/Berlin	52.82983	8.81625				06	00	03251	03251007
2911469	Halloh	halloh	DE		0	Europe/Berlin	53.96714	10.0404				10	00	01060	01060027
2911475	Hallnberg	hallnberg	DE		0	Europe/Berlin	48.24988	11.98849				02	091	09177	09177142
2911478	Hallinghausen	hallinghausen	DE		0	Europe/Berlin	51.47877	8.63914		Hallinghausen		07	059	05958	05958012
2911480	Halligdorf	halligdorf	DE		0	Europe/Berlin	52.93902	10.57795				06	00	03360	03360025
2911488	Hallerstein	hallerstein	DE		0	Europe/Berlin	50.18458	11.92287				02	094	09475	09475168
2911490	Hallershof	hallershof	DE		0	Europe/Berlin	49.46143	11.39909				02	095	09574	09574145
2911497	Hallerburg	hallerburg	DE		0	Europe/Berlin	52.17414	9.71638				06	00	03254	03254026
2911500	Hallerbach	hallerbach	DE		0	Europe/Berlin	50.63168	7.33714		Hallerbach		08	00	07138	07138077
2911502	Haller	haller	DE		0	Europe/Berlin	47.91058	9.62752				01	084	08436	08436087
2911503	Hallensen	hallensen	DE		0	Europe/Berlin	51.85876	9.83122				06	00	03155	03155013
2911504	Hallenscheid	hallenscheid	DE		0	Europe/Berlin	51.30909	7.63014				07	059	05962	05962044
2911505	Hallenhausen	hallenhausen	DE		0	Europe/Berlin	52.98879	8.74767				06	00	03251	03251037
2911506	Hallenhausen	hallenhausen	DE		0	Europe/Berlin	49.0113	11.59036				02	093	09373	09373121
2911508	Hallene	hallene	DE		0	Europe/Berlin	51.79306	7.88295				07	055	05570	05570004
2911510	Hallendorf	hallendorf	DE		0	Europe/Berlin	52.15404	10.37702		Hallendorf		06	00	03102	03102000
2911515	Halleckle	halleckle	DE		0	Europe/Berlin	48.4437	8.15958				01	083	08317	08317098
2911522	Halle (Saale)	halle-saale	DE		234107	Europe/Berlin	51.48158	11.97947		Galle,Halle,Halle (Saale),Halle an der Saale,Halle sul Saale,Halle-on-the-Saale,Khale,hale,halh,hare,Галле,Хале,هاله,ჰალე,ハレ		14	00	15002	15002000
2911528	Hallburg	hallburg	DE		0	Europe/Berlin	49.84804	10.21479		Hallburg		02	096	09675	09675174
2911533	Hallbach	hallbach	DE		0	Europe/Berlin	50.69344	13.32129		Hallbach		13	00	14521	14521460
2911535	Hallalit	hallalit	DE		0	Europe/Berlin	53.64896	12.45112				12	00	13071	13071154
2911537	Hailafing	hailafing	DE		0	Europe/Berlin	47.99147	11.51097				02	091	09184	09184144
2911541	Hall	hall	DE		0	Europe/Berlin	53.64308	9.84668				10	00	01056	01056043
2911544	Halingerort	halingerort	DE		0	Europe/Berlin	52.36667	8.48333				07	057	05770	05770044
2911545	Halingen	halingen	DE		0	Europe/Berlin	51.46034	7.7302				07	059	05962	05962040
2911548	Halheim	halheim	DE		0	Europe/Berlin	48.97519	10.27641				01	081	08136	08136019
2911550	Halgehausen	halgehausen	DE		0	Europe/Berlin	51.02847	8.94004		Halgehausen		05	066	06635	06635013
2911551	Halfurt	halfurt	DE		0	Europe/Berlin	48.01665	12.30725				02	091	09187	09187113
2911552	Halfterhäuser	halfterhaeuser	DE		0	Europe/Berlin	50.69062	13.11399				13	00	14521	14521240
2911553	Halft	halft	DE		0	Europe/Berlin	50.77424	7.47621		Halft		07	053	05382	05382016
2911555	Halfstede	halfstede	DE		0	Europe/Berlin	53.20153	8.04136				06	00	03451	03451002
2911557	Halfenhof	halfenhof	DE		0	Europe/Berlin	50.91667	7.16667				07	053	05378	05378028
2911559	Halensee	halensee	DE		12605	Europe/Berlin	52.49005	13.29602				16	00	11000	11000000
2911561	Halenhorst	halenhorst	DE		0	Europe/Berlin	52.99148	8.14623				06	00	03458	03458007
2911563	Halenfeld	halenfeld	DE		0	Europe/Berlin	50.25667	6.31707				08	00	07232	07232208
2911564	Halendorf	halendorf	DE		0	Europe/Berlin	54.19104	10.80206				10	00	01055	01055038
2911565	Halenbrok	halenbrok	DE		0	Europe/Berlin	53.8524	9.64206		Halenbrok,Halenbrook		10	00	01061	01061041
2911566	Halenbeck	halenbeck	DE		0	Europe/Berlin	53.24715	12.31145				11	00	12070	12070153
2911567	Halenbach	halenbach	DE		0	Europe/Berlin	50.10768	6.25936		Halenbach		08	00	07232	07232201
2911568	Halen	halen	DE		0	Europe/Berlin	52.857	8.1512				06	00	03453	03453005
2911569	Halen	halen	DE		0	Europe/Berlin	52.34041	7.93688				07	055	05566	05566048
2911572	Halebüll	halebuell	DE		0	Europe/Berlin	54.51469	8.99956				10	00	01054	01054056
2911573	Haldorf	haldorf	DE		0	Europe/Berlin	51.20162	9.43294				05	066	06634	06634002
2911575	Haldern	haldern	DE		0	Europe/Berlin	51.77369	6.46238				07	051	05154	05154044
2911584	Haldensleben I	haldensleben-i	DE		20294	Europe/Berlin	52.28906	11.40982		Hahaldesleve,Halslae,Halslä,Khal'densleben,Khaldensleben,Neuhaldensleben,ha er deng si lai ben,haldnslbn,Халденслебен,Хальденслебен,هالدنسلبن,哈尔登斯莱本	15083	14	00	15083	15083270
2911598	Haldenerheide	haldenerheide	DE		0	Europe/Berlin	51.36667	7.48333				07	059	05914	05914000
2911606	Halden	halden	DE		0	Europe/Berlin	51.37524	7.51194		Halden		07	059	05914	05914000
2911607	Hälden	halden	DE		0	Europe/Berlin	49.15676	9.47848		Halden,Hälden		01	081	08126	08126011
2911608	Halden	halden	DE		0	Europe/Berlin	49.12956	10.20969				01	081	08127	08127101
2911609	Halden	halden	DE		0	Europe/Berlin	49.02527	9.92161				01	081	08127	08127012
2911610	Halden	halden	DE		0	Europe/Berlin	48.14605	10.34843				02	097	09778	09778157
2911611	Halden	halden	DE		0	Europe/Berlin	47.74285	10.29801		Halden		02	097	09763	09763000
2911612	Halden	halden	DE		0	Europe/Berlin	47.73862	9.99968				01	084	08436	08436049
2911613	Halden	halden	DE		0	Europe/Berlin	47.68333	9.88333				01	084	08436	08436081
2911614	Halden	halden	DE		0	Europe/Berlin	47.58292	10.53982				02	097	09777	09777159
2911615	Halden	halden	DE		0	Europe/Berlin	47.5277	10.24534				02	097	09780	09780115
2911616	Halden	halden	DE		0	Europe/Berlin	47.54035	9.99404				02	097	09780	09780132
2911631	Haldem	haldem	DE		0	Europe/Berlin	52.44015	8.37989		Haldem		07	057	05770	05770044
2911633	Halde	halde	DE		0	Europe/Berlin	48.08333	9.8				01	084	08426	08426021
2911634	Halde	halde	DE		0	Europe/Berlin	47.69189	10.35164		Halde,Halden		02	097	09780	09780120
2911638	Haldau	haldau	DE		0	Europe/Berlin	48.02044	10.08755		Haldau		01	084	08426	08426117
2911639	Halchter	halchter	DE		0	Europe/Berlin	52.14302	10.54548		Halchter		06	00	03158	03158037
2911640	Halbweg	halbweg	DE		0	Europe/Berlin	53.95	9				10	00	01051	01051072
2911646	Halbmeil	halbmeil	DE		0	Europe/Berlin	48.29037	8.26919				01	083	08317	08317145
2911649	Halbing	halbing	DE		0	Europe/Berlin	50.1	11.98333				02	094	09479	09479145
2911651	Halbhusten	halbhusten	DE		0	Europe/Berlin	50.99008	7.76361				07	059	05966	05966008
2911653	Halbetzen	halbetzen	DE		0	Europe/Berlin	52.87264	8.83823				06	00	03251	03251041
2911654	Halbeswig	halbeswig	DE		0	Europe/Berlin	51.334	8.37675				07	059	05958	05958008
2911655	Halbestadt	halbestadt	DE		0	Europe/Berlin	50.92305	14.06638		Halbestadt,Konigstein-Halbestadt,Königstein-Halbestadt		13	00	14628	14628210
2911658	Halbertshofen	halbertshofen	DE		0	Europe/Berlin	48.29393	10.35702				02	097	09774	09774162
2911659	Halbertshofen	halbertshofen	DE		0	Europe/Berlin	48.2289	10.21214				02	097	09775	09775118
2911661	Halberstung	halberstung	DE		0	Europe/Berlin	48.75943	8.14021				01	082	08216	08216049
2911662	Halberstätt	halberstatt	DE		0	Europe/Berlin	48.40481	12.06632		Halberstadt,Halberstatt,Halberstätt		02	091	09177	09177124
2911667	Halbersdorf	halbersdorf	DE		0	Europe/Berlin	49.8704	10.63777				02	094	09471	09471186
2911669	Halbersberg	halbersberg	DE		0	Europe/Berlin	47.94634	10.31958				02	097	09778	09778186
2911671	Halberg	halberg	DE		0	Europe/Berlin	50.84776	7.24358		Halberg		07	053	05382	05382028
2911672	Halberg	halberg	DE		0	Europe/Berlin	49.30845	9.60433				01	081	08126	08126086
2911676	Halberbracht	halberbracht	DE		0	Europe/Berlin	51.13801	8.08579		Halberbracht		07	059	05966	05966020
2911679	Halbendorf	halbendorf	DE		0	Europe/Berlin	51.54621	14.57826		Brezowka,Brězowka,Halbendorf		13	00	14626	14626120
2911680	Halbendorf	halbendorf	DE		0	Europe/Berlin	51.29853	14.55577		Halbendorf/Spree,Polpica,Połpica		13	00	14625	14625340
2911681	Halbendorf	halbendorf	DE		0	Europe/Berlin	51.09816	14.46467		Halbendorf,Halbendorf/Gebirge,Wbohow		13	00	14625	14625525
2911682	Halbendorf	halbendorf	DE		0	Europe/Berlin	50.91667	14.6				13			
2911685	Halbe Metze	halbe-metze	DE		0	Europe/Berlin	50.71676	13.51941				13	00	14522	14522400
2911687	Halbemeile	halbemeile	DE		0	Europe/Berlin	50.4384	12.80619		Halbemeile		13	00	14521	14521110
2911693	Halbau	halbau	DE		0	Europe/Berlin	51.10686	14.57298		Halbau		13	00	14625	14625090
2911695	Halbach	halbach	DE		0	Europe/Berlin	51.2047	7.21333		Halbach		07	051	05120	05120000
2911705	Hakenheide	hakenheide	DE		0	Europe/Berlin	52.01173	8.7246				07	057	05766	05766048
2911706	Hakenhäuserort	hakenhaeuserort	DE		0	Europe/Berlin	52.54713	8.70203				06	00	03251	03251044
2911710	Hakenfelde	hakenfelde	DE		26940	Europe/Berlin	52.55877	13.20831		Berlin-Hakenfelde		16	00	11000	11000000
2911711	Hakendorferwurp	hakendorferwurp	DE		0	Europe/Berlin	53.39628	8.42231		Hakendorferwurf		06	00	03461	03461009
2911712	Hakendorf	hakendorf	DE		0	Europe/Berlin	53.62575	10.9498				12	00	13076	13076159
2911713	Hakendorf	hakendorf	DE		0	Europe/Berlin	53.58501	10.84885				10	00	01053	01053066
2911716	Hakenberg	hakenberg	DE		0	Europe/Berlin	52.78013	12.83306		Hakenburg		11	00	12068	12068117
2911717	Hakenberg	hakenberg	DE		0	Europe/Berlin	51.64117	8.94236		Hakenberg		07	057	05774	05774028
2911724	Hakedahl	hakedahl	DE		0	Europe/Berlin	51.94601	8.91094				07	057	05766	05766020
2911729	Hajen	hajen	DE		0	Europe/Berlin	52	9.43743				06	00	03252	03252005
2911730	Haje	haje	DE		0	Europe/Berlin	51.68423	9.73352				06	00	03155	03155012
2911731	Haizing	haizing	DE		0	Europe/Berlin	48.65035	13.53335				02	092	09275	09275119
2911732	Haizing	haizing	DE		0	Europe/Berlin	48.65305	13.27001		Haitzing,Haizing		02	092	09275	09275159
2911734	Haizen	haizen	DE		0	Europe/Berlin	47.7	9.93333				01	084	08436	08436094
2911736	Haitzen	haitzen	DE		0	Europe/Berlin	47.92323	10.28484				02	097	09778	09778186
2911737	Haitzen	haitzen	DE		0	Europe/Berlin	47.88224	10.19609				02	097	09778	09778144
2911738	Haitz	haitz	DE		0	Europe/Berlin	50.21141	9.22474				05	064	06435	06435010
2911740	Haisterkirch	haisterkirch	DE		0	Europe/Berlin	47.92059	9.79955				01	084	08436	08436009
2911741	Haisterhofen	haisterhofen	DE		0	Europe/Berlin	48.92397	10.20081				01	081	08136	08136019
2911743	Haisterbach	haisterbach	DE		0	Europe/Berlin	49.62841	8.97818		Haisterbach		05	064	06437	06437006
2911745	Hairenbuch	hairenbuch	DE		0	Europe/Berlin	48.18921	10.33487				02	097	09774	09774192
2911748	Hainzing	hainzing	DE		0	Europe/Berlin	48.39668	12.43578				02	092	09274	09274120
2911749	Hainzendorf	hainzendorf	DE		0	Europe/Berlin	50.15218	11.31253				02	094	09478	09478116
2911751	Hainzell	hainzell	DE		0	Europe/Berlin	50.53994	9.49339				05	066	06631	06631014
2911754	Hainweiher	hainweiher	DE		0	Europe/Berlin	50.15628	11.26648				02	094	09478	09478116
2911760	Haintchen	haintchen	DE		0	Europe/Berlin	50.36115	8.31715				05	065	06533	06533014
2911761	Hainstetten	hainstetten	DE		0	Europe/Berlin	49.5069	12.01964		Hainstellen,Hainstetten		02	093	09371	09371122
2911762	Hainstetten	hainstetten	DE		0	Europe/Berlin	48.83738	13.05013				02	092	09271	09271148
2911764	Hainstadt	hainstadt	DE		0	Europe/Berlin	50.07933	8.94181				05	064	06438	06438004
2911765	Hainstadt	hainstadt	DE		0	Europe/Berlin	49.8347	9.04257				05	064	06437	06437004
2911766	Hainstadt	hainstadt	DE		0	Europe/Berlin	49.53952	9.33039		Hainstadt		01	082	08225	08225014
2911770	Hainsberg	hainsberg	DE		0	Europe/Berlin	50.98713	13.63925		Hainsberg		13	00	14628	14628110
2911771	Hainsberg	hainsberg	DE		0	Europe/Berlin	50.69204	12.0925				15	00	16076	16076039
2911772	Hainsberg	hainsberg	DE		0	Europe/Berlin	49.05008	11.5874				02	093	09373	09373121
2911774	Hainsbach	hainsbach	DE		0	Europe/Berlin	48.80422	12.42837				02	092	09278	09278123
2911775	Hainsacker	hainsacker	DE		0	Europe/Berlin	49.07198	12.05489				02	093	09375	09375165
2911782	Hainöd	hainod	DE		0	Europe/Berlin	48.33778	12.14648				02	091	09177	09177139
2911783	Hainmühlen	hainmuehlen	DE		0	Europe/Berlin	53.57905	8.87721				06	00	03352	03352062
2911786	Hainklingen	hainklingen	DE		0	Europe/Berlin	49.431	10.5421				02	095	09571	09571146
2911788	Hainitz	hainitz	DE		0	Europe/Berlin	51.12272	14.44256		Hainitz,Hajnicy		13	00	14625	14625190
2911789	Hain im Spessart	hain-im-spessart	DE		0	Europe/Berlin	50.01302	9.32411		Hain,Hain im Spessart		02	096	09671	09671139
2911801	Hainholz	hainholz	DE		0	Europe/Berlin	52.40378	9.7114		Hainholt,Heynholtz [a. 1425]		06	00	03241	03241001
2911803	Hainholz	hainholz	DE		0	Europe/Berlin	53.74352	9.67654				10	00	01056	01056015
2911804	Hainholz	hainholz	DE		0	Europe/Berlin	51.65	9.23333				07	057	05762	05762012
2911813	Hainhofen	hainhofen	DE		0	Europe/Berlin	48.38727	10.79787		Hainhofen		02	097	09772	09772184
2911814	Hainhof	hainhof	DE		0	Europe/Berlin	50.42484	10.25253				02	096	09673	09673142
2911815	Hainhof	hainhof	DE		0	Europe/Berlin	49.33714	10.35862				02	095	09571	09571174
2911818	Hainhausen	hainhausen	DE		0	Europe/Berlin	50.04149	8.87936		Hainhausen		05	064	06438	06438011
2911821	Hainhaus	hainhaus	DE		0	Europe/Berlin	52.48357	9.7646		Hainhaus,Heinhus		06	00	03241	03241010
2911822	Hainham	hainham	DE		0	Europe/Berlin	48.04066	12.3991				02	091	09189	09189133
2911823	Hainham	hainham	DE		0	Europe/Berlin	47.80609	12.8691				02	091	09172	09172112
2911825	Hain-Gründau	hain-gruendau	DE		14723	Europe/Berlin	50.24284	9.14287		Hain-Grundau,Hain-Gründau		05	064	06435	06435012
2911826	Haingrund	haingrund	DE		0	Europe/Berlin	49.7644	9.10277				05	064	06437	06437010
2911828	Haingersdorf	haingersdorf	DE		0	Europe/Berlin	48.56281	12.68446				02	092	09279	09279134
2911834	Hainert	hainert	DE		0	Europe/Berlin	49.99726	10.5008				02	096	09674	09674163
2911841	Haine	haine	DE		0	Europe/Berlin	51.04099	8.72113				05	066	06635	06635001
2911843	Haindorf	haindorf	DE		0	Europe/Berlin	51.08819	11.32097				15	00	16071	16071102
2911844	Haindorf	haindorf	DE		0	Europe/Berlin	50.71598	10.41198				15	00	16066	16066063
2911845	Haindorf	haindorf	DE		0	Europe/Berlin	50.54922	7.87687				08	00	07143	07143289
2911846	Haindorf	haindorf	DE		0	Europe/Berlin	49.4684	12.17996		Haidorf,Haindorf		02	093	09376	09376144
2911847	Haindorf	haindorf	DE		0	Europe/Berlin	47.78379	12.32801				02	091	09187	09187114
2911848	Haindlingberg	haindlingberg	DE		0	Europe/Berlin	48.82553	12.41918				02	092	09278	09278123
2911849	Haindling	haindling	DE		0	Europe/Berlin	48.82096	12.41841				02	092	09278	09278123
2911851	Haindlfing	haindlfing	DE		0	Europe/Berlin	48.44051	11.72234				02	091	09178	09178124
2911854	Hainchen	hainchen	DE		0	Europe/Berlin	51.0311	11.84304				15	00	16074	16074116
2911855	Hainchen	hainchen	DE		0	Europe/Berlin	50.85387	8.21562		Hainchen		07	059	05970	05970032
2911856	Hainchen	hainchen	DE		0	Europe/Berlin	50.26931	8.99611		Hainchen		05	064	06440	06440014
2911860	Hainbücht	hainbuecht	DE		0	Europe/Berlin	50.86854	11.71415				15	00	16074	16074094
2911864	Hainbronn	hainbronn	DE		0	Europe/Berlin	49.74506	11.55974		Hainbronn		02	094	09472	09472175
2911867	Hainberg	hainberg	DE		0	Europe/Berlin	48.54472	12.80265				02	092	09277	09277111
2911868	Hainberg	hainberg	DE		0	Europe/Berlin	48.37296	12.06934				02	091	09177	09177138
2911901	Hainbach	hainbach	DE		0	Europe/Berlin	50.66918	9.09748				05	065	06535	06535005
2911902	Hainbach	hainbach	DE		0	Europe/Berlin	49.9105	11.33669				02	094	09472	09472154
2911903	Hainbach	hainbach	DE		0	Europe/Berlin	47.73664	12.30525				02	091	09187	09187114
2911906	Hainach	hainach	DE		0	Europe/Berlin	48.04963	12.78353				02	091	09189	09189152
2911934	Haimpfarrich	haimpfarrich	DE		0	Europe/Berlin	49.21255	11.17009				02	095	09576	09576143
2911935	Haimpertshofen	haimpertshofen	DE		0	Europe/Berlin	48.55783	11.50715				02	091	09186	09186143
2911936	Haimling	haimling	DE		0	Europe/Berlin	47.86071	12.29166				02	091	09187	09187168
2911942	Haimendorf	haimendorf	DE		0	Europe/Berlin	49.47036	11.29489				02	095	09574	09574152
2911943	Haimelkofen	haimelkofen	DE		0	Europe/Berlin	48.75819	12.29642		Haimelkofen		02	092	09278	09278144
2911944	Haimburg	haimburg	DE		0	Europe/Berlin	49.35118	11.44535				02	093	09373	09373113
2911945	Haimbuch	haimbuch	DE		0	Europe/Berlin	48.59472	13.23598				02	092	09275	09275154
2911950	Haimbach	haimbach	DE		0	Europe/Berlin	50.54834	9.62909				05	066	06631	06631009
2911951	Haimar	haimar	DE		0	Europe/Berlin	52.30701	10.04528		Heimar		06	00	03241	03241016
2911952	Hailtingen	hailtingen	DE		0	Europe/Berlin	48.14204	9.53218		Hailtingen		01	084	08426	08426035
2911953	Hailing	hailing	DE		0	Europe/Berlin	48.74378	12.55583				02	092	09278	09278146
2911954	Hailfingen	hailfingen	DE		0	Europe/Berlin	48.52888	8.86665				01	084	08416	08416036
2911955	Hailer	hailer	DE		0	Europe/Berlin	50.18713	9.15754		Hailer		05	064	06435	06435010
2911958	Haigerseelbach	haigerseelbach	DE		0	Europe/Berlin	50.76509	8.17916		Haigerseelbach,Seelbach		05	065	06532	06532011
2911959	Haigerloh	haigerloh	DE		0	Europe/Berlin	48.23226	12.38562				02	091	09183	09183120
2911962	Haigerach	haigerach	DE		0	Europe/Berlin	48.42278	8.05062				01	083	08317	08317034
2911965	Haig	haig	DE		0	Europe/Berlin	50.28155	11.27644				02	094	09476	09476178
2911966	Haieshausen	haieshausen	DE		0	Europe/Berlin	51.83871	9.972				06	00	03155	03155013
2911967	Haiern	haiern	DE		0	Europe/Berlin	50.61077	8.2317				05	065	06532	06532010
2911969	Haidzing	haidzing	DE		0	Europe/Berlin	48.37472	13.31722				02	092	09275	09275141
2911970	Haidweiher	haidweiher	DE		0	Europe/Berlin	49.42139	11.92052				02	093	09371	09371136
2911973	Haidvocking	haidvocking	DE		0	Europe/Berlin	48.25665	12.11882				02	091	09177	09177115
2911974	Haidt	haidt	DE		0	Europe/Berlin	50.33948	11.94723				02	094	09464	09464000
2911975	Haidt	haidt	DE		0	Europe/Berlin	49.78293	10.25616				02	096	09675	09675142
2911976	Haidt	haidt	DE		0	Europe/Berlin	49.50942	10.66618				02	095	09575	09575145
2911979	Haidsberg	haidsberg	DE		0	Europe/Berlin	49.04138	13.02565				02	092	09276	09276118
2911981	Haidpost	haidpost	DE		0	Europe/Berlin	48.35331	9.24978		Haide,Haidpost		01	084	08415	08415073
2911984	Haidmühl	haidmuhl	DE		0	Europe/Berlin	47.78357	11.82919				02	091	09182	09182125
2911985	Haidling	haidling	DE		0	Europe/Berlin	49.59569	11.3766				02	095	09574	09574155
2911986	Haidling	haidling	DE		0	Europe/Berlin	48.03445	11.9548				02	091	09175	09175122
2911987	Haidlfing	haidlfing	DE		0	Europe/Berlin	48.73812	12.71506				02	092	09279	09279137
2911988	Haidlas	haidlas	DE		0	Europe/Berlin	50.08593	11.8095				02	094	09472	09472139
2911992	Haidkapelle	haidkapelle	DE		0	Europe/Berlin	48.36401	9.25495		Haid		01	084	08415	08415089
2911993	Haidhügl	haidhugl	DE		0	Europe/Berlin	49.83328	11.92184				02	093	09377	09377128
2911994	Haidholzen	haidholzen	DE		0	Europe/Berlin	47.86362	12.17684				02	091	09187	09187177
2911998	Haidhof	haidhof	DE		0	Europe/Berlin	54.44772	13.26317				12	00	13073	13073028
2911999	Haidhof	haidhof	DE		0	Europe/Berlin	49.68868	11.22016				02	094	09474	09474132
2912000	Haidhof	haidhof	DE		0	Europe/Berlin	48.97839	11.68751				02	092	09273	09273164
2912014	Haidhäuser	haidhaeuser	DE		0	Europe/Berlin	52.97755	8.47511				06	00	03458	03458003
2912015	Haidhaüser	haidhauser	DE		0	Europe/Berlin	48.83333	13.78333				02			
2912016	Haidhäuser	haidhauser	DE		0	Europe/Berlin	48.37843	13.27681				02	092	09275	09275141
2912018	Haidham	haidham	DE		0	Europe/Berlin	47.88465	12.21439				02	091	09187	09187163
2912021	Haidgau	haidgau	DE		0	Europe/Berlin	47.90415	9.83157		Haidgau		01	084	08436	08436010
2912026	Haideschachen	haideschachen	DE		0	Europe/Berlin	50.49531	12.44668				13	00	14523	14523020
2912027	Haidersberg	haidersberg	DE		0	Europe/Berlin	48.78755	12.46533				02	092	09278	09278146
2912029	Haiderhöf	haiderhof	DE		0	Europe/Berlin	49.23391	12.17255				02	093	09376	09376149
2912030	Haiderhof	haiderhof	DE		0	Europe/Berlin	49.03657	12.92396				02	092	09276	09276128
2912036	Haidenkofen	haidenkofen	DE		0	Europe/Berlin	48.86642	12.33787				02	093	09375	09375201
2912037	Haidenkofen	haidenkofen	DE		0	Europe/Berlin	48.74691	12.68449				02	092	09279	09279137
2912040	Haidenhof	haidenhof	DE		0	Europe/Berlin	48.56492	13.43106		Haidenhof		02	092	09262	09262000
2912041	Haidenhof	haidenhof	DE		0	Europe/Berlin	48.40613	8.57728				01	082	08237	08237040
2912042	Haidengrün	haidengrun	DE		0	Europe/Berlin	50.28545	11.69612				02	094	09475	09475165
2912043	Haidendorf	haidendorf	DE		0	Europe/Berlin	48.56975	13.00862				02	092	09277	09277126
2912044	Haidenburg	haidenburg	DE		0	Europe/Berlin	48.56833	13.02306				02	092	09275	09275114
2912045	Haidenberg	haidenberg	DE		0	Europe/Berlin	48.98743	12.957				02	092	09276	09276134
2912047	Haidenaab	haidenaab	DE		0	Europe/Berlin	49.88468	11.82266				02	094	09472	09472190
2912048	Haiden	haiden	DE		0	Europe/Berlin	47.93038	12.91847				02	091	09172	09172122
2912049	Haiden	haiden	DE		0	Europe/Berlin	48.14549	12.28997				02	091	09183	09183118
2912050	Haiden	haiden	DE		0	Europe/Berlin	47.87272	12.15165				02	091	09187	09187177
2912053	Haidemühl	haidemuehl	DE		571	Europe/Berlin	51.5518	14.22195				11	00	12071	12071408
2912058	Haidehäuser	haidehaeuser	DE		0	Europe/Berlin	51.54075	13.12461				13	00	14730	14730010
2912059	Haidehäuser	haidehaeuser	DE		0	Europe/Berlin	51.39271	13.37421				13	00	14627	14627360
2912060	Haidehaus	haidehaus	DE		0	Europe/Berlin	51.4	10.8				15	00	16065	16065067
2912062	Haidefeld	haidefeld	DE		0	Europe/Berlin	50.44163	11.88779				15	00	16075	16075131
2912064	Haideck	haideck	DE		0	Europe/Berlin	50.24693	11.95587				02	094	09475	09475158
2912070	Haide	haide	DE		0	Europe/Berlin	54.47542	13.14978				12	00	13073	13073095
2912071	Lüdershagen Heide	luedershagen-heide	DE		0	Europe/Berlin	54.29048	12.61479				12	00	13073	13073053
2912072	Haide	haide	DE		0	Europe/Berlin	51.05988	12.72883				13	00	14522	14522280
2912073	Haide	haide	DE		0	Europe/Berlin	50.55031	12.83092				13	00	14521	14521260
2912074	Haide	haide	DE		0	Europe/Berlin	50.22941	11.74175				02	094	09475	09475136
2912075	Haide	haide	DE		0	Europe/Berlin	49.67204	7.99299		Haide		08	00	07333	07333039
2912076	Haide	haide	DE		0	Europe/Berlin	47.61596	8.10207				01	083	08337	08337002
2912079	Haidchen	haidchen	DE		0	Europe/Berlin	51.4	7.2				07	059	05954	05954016
2912085	Haidbichl	haidbichl	DE		0	Europe/Berlin	47.88818	12.15191				02	091	09187	09187163
2912086	Haidberg	haidberg	DE		0	Europe/Berlin	48.29412	12.51503				02	091	09183	09183130
2912087	Haidberg	haidberg	DE		0	Europe/Berlin	48.20774	11.98205				02	091	09177	09177114
2912101	Haid am Bühl	haid-am-buhl	DE		0	Europe/Berlin	49.18847	12.58868		Haid am Buhl,Haid am Bühl,Haiderbuhl,Haiderbühl		02	093	09372	09372158
2912102	Haidach	haidach	DE		0	Europe/Berlin	47.94162	12.11311				02	091	09187	09187142
2912103	Haidach	haidach	DE		0	Europe/Berlin	47.85919	11.38673				02	091	09173	09173123
2912109	Haid	haid	DE		0	Europe/Berlin	48.91851	13.22889				02	092	09276	09276127
2912110	Haid	haid	DE		0	Europe/Berlin	48.60143	13.28674				02	092	09275	09275154
2912111	Haid	haid	DE		0	Europe/Berlin	51.13724	7.18344				07	053	05378	05378032
2912112	Haid	haid	DE		0	Europe/Berlin	50.40638	9.51176				05	066	06631	06631008
2912113	Haid	haid	DE		0	Europe/Berlin	50.02758	12.17658				02	094	09479	09479112
2912114	Haid	haid	DE		0	Europe/Berlin	49.95753	12.01194				02	093	09377	09377148
2912115	Haid	haid	DE		0	Europe/Berlin	49.9585	11.9362				02	093	09377	09377115
2912116	Haid	haid	DE		0	Europe/Berlin	49.73408	10.93895				02	094	09474	09474133
2912117	Haid	haid	DE		0	Europe/Berlin	49.50074	11.63993				02	093	09371	09371141
2912118	Haid	haid	DE		0	Europe/Berlin	49.23561	12.79285				02	093	09372	09372174
2912119	Haid	haid	DE		0	Europe/Berlin	49.19702	11.74541				02	093	09373	09373151
2912120	Haid	haid	DE		0	Europe/Berlin	49.14983	11.75288				02	093	09373	09373143
2912121	Haid	haid	DE		0	Europe/Berlin	49.11236	12.31708				02	093	09375	09375114
2912122	Haid	haid	DE		0	Europe/Berlin	49.07409	12.7165				02	092	09278	09278143
2912123	Haid	haid	DE		0	Europe/Berlin	49.02396	11.72292				02	093	09375	09375148
2912124	Haid	haid	DE		0	Europe/Berlin	48.97337	9.9708				01	081	08136	08136003
2912125	Haid	haid	DE		0	Europe/Berlin	48.92866	10.61976				02	097	09779	09779188
2912126	Haid	haid	DE		0	Europe/Berlin	48.88687	12.83573				02	092	09278	09278159
2912127	Haid	haid	DE		0	Europe/Berlin	48.70018	12.52537				02	092	09279	09279128
2912128	Haid	haid	DE		0	Europe/Berlin	48.66782	12.79644				02	092	09279	09279113
2912129	Haid	haid	DE		0	Europe/Berlin	48.38205	13.3084				02	092	09275	09275141
2912130	Haid	haid	DE		0	Europe/Berlin	48.08562	12.65324				02	091	09171	09171122
2912131	Haid	haid	DE		0	Europe/Berlin	47.97871	12.1836				02	091	09187	09187134
2912132	Haid	haid	DE		0	Europe/Berlin	47.98957	9.50823		Haid		01	084	08437	08437100
2912133	Haid	haid	DE		0	Europe/Berlin	47.93958	12.23207				02	091	09187	09187174
2912134	Haid	haid	DE		0	Europe/Berlin	47.88032	11.68671				02	091	09182	09182120
2912135	Haid	haid	DE		0	Europe/Berlin	47.8849	11.02224				02	091	09190	09190158
2912136	Haid	haid	DE		0	Europe/Berlin	47.84012	9.98687				01	084	08436	08436055
2912142	Haid	haid	DE		0	Europe/Berlin	48.80293	12.50833				02	092	09278	09278146
2912155	Haibühl	haibuhl	DE		0	Europe/Berlin	49.20487	13.00731				02	093	09372	09372113
2912166	Hahnweilerhof	hahnweilerhof	DE		0	Europe/Berlin	49.59295	7.92176				08	00	07333	07333009
2912171	Hahnschenkel	hahnschenkel	DE		0	Europe/Berlin	47.58223	9.99146		Hahnschenke,Hahnschenkel		02	097	09776	09776127
2912177	Hähnlein	haehnlein	DE		0	Europe/Berlin	49.73696	8.57303				05	064	06432	06432001
2912189	Hahnhof	hahnhof	DE		0	Europe/Berlin	50.83986	7.86497				08	00	07132	07132076
2912190	Hahnhof	hahnhof	DE		0	Europe/Berlin	49.38622	11.26369		Hahnhof		02	095	09574	09574123
2912202	Hahnermoor	hahnermoor	DE		0	Europe/Berlin	53.3	8.18333		Hahnermoor,Hohnermoor		06	00	03451	03451005
2912203	Hahnerhof	hahnerhof	DE		0	Europe/Berlin	51.11667	6.53333				07	051	05162	05162012
2912207	Hahnerheide	hahnerheide	DE		0	Europe/Berlin	50.77179	8.80731				05	065	06534	06534014
2912208	Hahnerberg	hahnerberg	DE		0	Europe/Berlin	51.22352	7.15144				07	051	05124	05124000
2912211	Hahnenweiler	hahnenweiler	DE		0	Europe/Berlin	48.60667	10.82104				02	097	09772	09772114
2912213	Hahnentange	hahnentange	DE		0	Europe/Berlin	53.1018	7.54595				06	00	03457	03457018
2912214	Hahnentange	hahnentange	DE		0	Europe/Berlin	52.86147	7.10355				06	00	03454	03454018
2912220	Hahnennest	hahnennest	DE		0	Europe/Berlin	47.91865	9.3253		Hahnennest		01	084	08437	08437086
2912224	Hahnenmoor	hahnenmoor	DE		0	Europe/Berlin	52.66772	7.73892				06	00	03459	03459025
2912228	Hahnenkopf	hahnenkopf	DE		0	Europe/Berlin	51.74754	10.82136				14	00	15085	15085228
2912234	Hahnenknoop	hahnenknoop	DE		0	Europe/Berlin	53.41741	8.63195		Hahnenknoop		06	00	03352	03352032
2912236	Hahnenklee-Bockswiese	hahnenklee-bockswiese	DE		0	Europe/Berlin	51.85487	10.33178		Hahnenklee,Hahnerklee		06	00	03153	03153017
2912239	Hahnenkampshöhe	hahnenkampshoehe	DE		0	Europe/Berlin	53.10818	8.33916				06	00	03458	03458010
2912240	Hahnenkamp	hahnenkamp	DE		0	Europe/Berlin	53.78174	9.63919				10	00	01061	01061044
2912241	Hahnenkamp	hahnenkamp	DE		0	Europe/Berlin	52.42226	8.7011				07	057	05770	05770040
2912242	Hahnenkamp	hahnenkamp	DE		0	Europe/Berlin	52.22298	8.82355				07	057	05770	05770004
2912248	Hahnenhütten	hahnenhuetten	DE		0	Europe/Berlin	52.47846	12.29349				14	00	15086	15086080
2912250	Hahnenhorn	hahnenhorn	DE		0	Europe/Berlin	52.55216	10.40441		Hahnenhorn		06	00	03151	03151018
2912251	Hahnenhof	hahnenhof	DE		0	Europe/Berlin	49.97363	11.52417				02	094	09472	09472150
2912253	Hahnenhäuser	hahnenhaeuser	DE		0	Europe/Berlin	50.51277	12.46953		Hahnenhaus,Hahnenhauser,Hahnenhäuser		13	00	14523	14523020
2912255	Hahnengrün	hahnengrun	DE		0	Europe/Berlin	49.94136	11.79324		Hahnengrun,Hahnengrün		02	094	09472	09472156
2912258	Hahnenfurth	hahnenfurth	DE		0	Europe/Berlin	51.24878	7.0404		Hahnenfurth		07	051	05124	05124000
2912259	Hahnenfelde	hahnenfelde	DE		0	Europe/Berlin	52.96804	8.8177				06	00	03251	03251047
2912260	Hahneneggaten	hahneneggaten	DE		0	Europe/Berlin	49.85618	11.97341				02	093	09377	09377129
2912261	Hahnenbusch	hahnenbusch	DE		0	Europe/Berlin	49.15	9.45		Hahnenbusch		01	081	08126	08126011
2912262	Hahnenbusch	hahnenbusch	DE		0	Europe/Berlin	49.11667	9.65				01	081	08127	08127059
2912266	Hahnenblecher	hahnenblecher	DE		0	Europe/Berlin	51.05798	7.10954				07	053	05316	05316000
2912270	Hahnenberg	hahnenberg	DE		0	Europe/Berlin	52.53024	9.1237				06	00	03256	03256017
2912271	Hahnenberg	hahnenberg	DE		0	Europe/Berlin	51.19566	7.40189		Hahnenberg		07	053	05374	05374036
2912272	Hahnenberg	hahnenberg	DE		0	Europe/Berlin	51.0918	7.4468		Hahnenberg		07	053	05374	05374052
2912273	Hahnenberg	hahnenberg	DE		0	Europe/Berlin	49.0159	10.44383				02	095	09571	09571218
2912274	Hahnenberg	hahnenberg	DE		0	Europe/Berlin	47.76885	10.23226				02	097	09780	09780146
2912304	Hahnenbecke	hahnenbecke	DE		0	Europe/Berlin	51.11034	7.62743				07	059	05962	05962036
2912306	Hahnenbalken	hahnenbalken	DE		0	Europe/Berlin	53.46057	9.54648				06	00	03359	03359023
2912311	Hähnen	haehnen	DE		0	Europe/Berlin	50.68523	7.47084				08	00	07132	07132053
2912312	Hähnen	haehnen	DE		0	Europe/Berlin	50.5685	7.36806				08	00	07138	07138009
2912313	Hähnen	haehnen	DE		0	Europe/Berlin	50.53197	7.38795				08	00	07138	07138007
2912319	Hahnefeld	hahnefeld	DE		0	Europe/Berlin	51.25536	13.20565				13	00	14627	14627260
2912320	Hahneberg	hahneberg	DE		0	Europe/Berlin	51.189	14.04939				13	00	14625	14625410
2912325	Hahndorf	hahndorf	DE		0	Europe/Berlin	51.95707	10.43444				06	00	03153	03153017
2912331	Hahnbuche	hahnbuche	DE		0	Europe/Berlin	51.00101	7.69527		Hahnbuche		07	053	05374	05374040
2912332	Hahnberg	hahnberg	DE		0	Europe/Berlin	51.89035	8.87044				07	057	05766	05766020
2912346	Hahn bei Wallmerod	hahn-bei-wallmerod	DE		171	Europe/Berlin	50.52371	7.88929		Hahn,Hahn bei Wallmerod		08	00	07143	07143232
2912361	Hähn	haehn	DE		0	Europe/Berlin	51.00943	7.23758				07	053	05378	05378012
2912386	Hahlen	hahlen	DE		0	Europe/Berlin	52.30499	8.84731		Hahlen		07	057	05770	05770024
2912387	Hahlen	hahlen	DE		0	Europe/Berlin	52.66943	7.78371				06	00	03459	03459025
2912389	Hahle	hahle	DE		0	Europe/Berlin	53.23893	8.65323				06	00	03356	03356009
2912393	Hagzinken	hagzinken	DE		0	Europe/Berlin	48.08809	8.28603				01	083	08326	08326052
2912397	Hagstedt	hagstedt	DE		0	Europe/Berlin	52.81272	8.25485				06	00	03460	03460010
2912398	Hagspiel	hagspiel	DE		0	Europe/Berlin	47.55472	9.8526				02	097	09776	09776125
2912399	Hagspiel	hagspiel	DE		0	Europe/Berlin	47.51558	9.98432				02	097	09780	09780132
2912400	Hagsfeld	hagsfeld	DE		0	Europe/Berlin	49.03022	8.45922		Hagsfeld,Karlsruhe-Hagsfeld		01	082	08212	08212000
2912401	Hagsdorf	hagsdorf	DE		0	Europe/Berlin	48.5029	11.8637				02	091	09178	09178155
2912403	Hagschenkel	hagschenkel	DE		0	Europe/Berlin	51.38333	6.65		Hagschenkel,Hagschinkel		07	051	05112	05112000
2912405	Hagsbronn	hagsbronn	DE		0	Europe/Berlin	49.16368	10.90935		Hagsbronn		02	095	09576	09576147
2912406	Hagsbach	hagsbach	DE		0	Europe/Berlin	48.24851	8.093				01	083	08317	08317078
2912407	Hagrain	hagrain	DE		0	Europe/Berlin	48.53357	12.17102				02	092	09261	09261000
2912408	Hagrain	hagrain	DE		0	Europe/Berlin	47.6872	11.7827				02	091	09182	09182129
2912410	Hagnzell	hagnzell	DE		0	Europe/Berlin	48.98772	12.60652				02	092	09278	09278116
2912412	Hagnberg	hagnberg	DE		0	Europe/Berlin	47.70046	11.93819				02	091	09182	09182114
2912416	Hagnaufurt	hagnaufurt	DE		0	Europe/Berlin	47.98423	9.7144				01	084	08426	08426062
2912417	Hagnau	hagnau	DE		1342	Europe/Berlin	47.67666	9.31787				01	084	08435	08435018
2912420	Hagmühle	hagmuhle	DE		0	Europe/Berlin	47.66667	9.73333		Hagmuhle,Hagmühle		01	084	08435	08435042
2912421	Hagmoos	hagmoos	DE		0	Europe/Berlin	47.7787	10.69361				02	097	09777	09777151
2912423	Hagkling	hagkling	DE		0	Europe/Berlin	48.9385	9.72225				01	081	08136	08136027
2912425	Haging	haging	DE		0	Europe/Berlin	48.03666	12.02385				02	091	09175	09175119
2912427	Haghof	haghof	DE		0	Europe/Berlin	49.85	9.65				02	096	09677	09677146
2912428	Haghof	haghof	DE		0	Europe/Berlin	49.54301	11.65855				02	093	09371	09371141
2912429	Haghof	haghof	DE		0	Europe/Berlin	48.93772	9.71365				01	081	08136	08136027
2912433	Haghäusel	haghausel	DE		0	Europe/Berlin	48.62452	13.66028		Haaghausl,Haaghäusl,Haghausel,Haghäusel		02	092	09275	09275126
2912434	Haggn	haggn	DE		0	Europe/Berlin	48.97289	12.76337				02	092	09278	09278154
2912435	Haggenmoos	haggenmoos	DE		0	Europe/Berlin	47.92313	9.5208				01	084	08436	08436019
2912438	Haggen	haggen	DE		0	Europe/Berlin	47.6	9.81667				02	097	09776	09776126
2912440	Hagewede	hagewede	DE		0	Europe/Berlin	52.48249	8.38589				06	00	03251	03251025
2912443	Hagerwilde	hagerwilde	DE		0	Europe/Berlin	53.58269	7.29044				06	00	03452	03452008
2912444	Hagertshausen	hagertshausen	DE		0	Europe/Berlin	48.59804	11.69538				02	091	09186	09186162
2912447	Hagers	hagers	DE		0	Europe/Berlin	47.6	9.76667				02	097	09776	09776115
2912451	Hägerhof	hagerhof	DE		0	Europe/Berlin	48.90792	9.59293				01	081	08119	08119037
2912457	Häger	haeger	DE		0	Europe/Berlin	52.02047	7.56065				07	055	05515	05515000
2912461	Häger	haeger	DE		0	Europe/Berlin	52.09754	8.44952				07	057	05754	05754052
2912462	Hagenwerder	hagenwerder	DE		0	Europe/Berlin	51.06242	14.95293		Hagenwerder,Ilkrish,Nickrisch		13	00	14626	14626110
2912467	Hagenstetten	hagenstetten	DE		0	Europe/Berlin	48.82833	11.62886				02	091	09176	09176150
2912468	Hagensruhm	hagensruhm	DE		0	Europe/Berlin	53.7936	12.70633				12	00	13071	13071092
2912472	Hagenschieß	hagenschiess	DE		0	Europe/Berlin	48.8844	8.75688		Hagenschiess,Hagenschiess-Siedlung,Hagenschieß,Hagenschieß-Siedlung		01	082	08231	08231000
2912475	Hagenried	hagenried	DE		0	Europe/Berlin	48.31745	10.42019				02	097	09774	09774160
2912478	Hagenower Heide	hagenower-heide	DE		0	Europe/Berlin	53.405	11.21227		Hagenow Heide,Hagenower Heide		12	00	13076	13076060
2912482	Hagenohsen	hagenohsen	DE		0	Europe/Berlin	52.05281	9.39657				06	00	03252	03252005
2912483	Hagenohe	hagenohe	DE		0	Europe/Berlin	49.87525	11.62215				02	094	09472	09472127
2912484	Hagenohe	hagenohe	DE		0	Europe/Berlin	49.74146	11.63606				02	093	09371	09371113
2912488	Hagenmühle	hagenmuehle	DE		0	Europe/Berlin	52.6	11.6				14	00	15090	15090070
2912495	Hagenjörges	hagenjorges	DE		0	Europe/Berlin	47.85418	9.90822				01	084	08436	08436010
2912497	Hagenich	hagenich	DE		0	Europe/Berlin	49.0787	11.2407		Hagenich		02	095	09576	09576148
2912499	Hagenhofen	hagenhofen	DE		0	Europe/Berlin	49.48933	10.62636				02	095	09575	09575145
2912501	Hagenhof	hagenhof	DE		0	Europe/Berlin	52.23758	10.85793				06	00	03154	03154013
2912502	Hagenhof	hagenhof	DE		0	Europe/Berlin	49.15	10.01667				01	081	08127	08127014
2912506	Hagenhill	hagenhill	DE		0	Europe/Berlin	48.88409	11.67344				02	091	09176	09176112
2912508	Hagenheim	hagenheim	DE		0	Europe/Berlin	48.61661	10.99826				02	097	09779	09779201
2912509	Hagenheim	hagenheim	DE		0	Europe/Berlin	47.99658	10.95263		Hagenheim		02	091	09181	09181124
2912511	Hagenhausen	hagenhausen	DE		0	Europe/Berlin	49.38064	11.40201				02	095	09574	09574112
2912513	Hagenham	hagenham	DE		0	Europe/Berlin	48.68583	13.1825				02	092	09275	09275127
2912516	Hagengrub	hagengrub	DE		0	Europe/Berlin	49.08401	12.81833				02	092	09276	09276135
2912518	Hagenest	hagenest	DE		0	Europe/Berlin	51.08614	12.36087				13	00	14729	14729360
2912522	Hagener Heide	hagener-heide	DE		0	Europe/Berlin	51.36667	7.48333				07	059	05914	05914000
2912527	Hagendorf	hagendorf	DE		0	Europe/Berlin	52.11376	9.13379				07	057	05766	05766028
2912528	Hagendorf	hagendorf	DE		0	Europe/Berlin	52.06896	12.24822				14	00	15082	15082430
2912529	Hagendorf	hagendorf	DE		0	Europe/Berlin	49.65421	12.46663				02	093	09374	09374164
2912530	Hagendorf	hagendorf	DE		0	Europe/Berlin	49.11789	12.66059				02	093	09372	09372164
2912531	Hagendonop	hagendonop	DE		0	Europe/Berlin	52.00142	8.99626				07	057	05766	05766016
2912538	Hagenbuchen	hagenbuchen	DE		0	Europe/Berlin	47.65	9.58333				01	084	08435	08435057
2912540	Hagenbuch	hagenbuch	DE		0	Europe/Berlin	49.13329	11.30315		Hagenbuch		02	095	09576	09576127
2912541	Hagenbuch	hagenbuch	DE		0	Europe/Berlin	48.83592	10.83892				02	097	09779	09779186
2912542	Hagenbuch	hagenbuch	DE		0	Europe/Berlin	48.70116	9.82452				01	081	08117	08117015
2912543	Hagenbuch	hagenbuch	DE		0	Europe/Berlin	48.08333	9.81667				01	084	08426	08426021
2912546	Hagenbrück	hagenbruck	DE		0	Europe/Berlin	48.56874	8.16203				01	083	08317	08317102
2912547	Hagenbroich	hagenbroich	DE		0	Europe/Berlin	51.31415	6.35325		Hagenbroich		07	051	05166	05166032
2912581	Hagenau	hagenau	DE		0	Europe/Berlin	52.75572	11.54303				14	00	15081	15081240
2912582	Hagenau	hagenau	DE		0	Europe/Berlin	49.31511	10.32297		Hagenau		02	095	09571	09571125
2912583	Hagenau	hagenau	DE		0	Europe/Berlin	49.15072	12.1126				02	093	09375	09375190
2912584	Hagenau	hagenau	DE		0	Europe/Berlin	49.12259	12.47468				02	093	09372	09372125
2912585	Hägenau	hagenau	DE		0	Europe/Berlin	49.01744	9.7411				01	081	08127	08127025
2912586	Hagenau	hagenau	DE		0	Europe/Berlin	48.99345	10.90985				02	095	09577	09577173
2912587	Hagenau	hagenau	DE		0	Europe/Berlin	48.71268	12.35077				02	092	09279	09279127
2912588	Hagenau	hagenau	DE		0	Europe/Berlin	48.39656	11.59997				02	091	09178	09178137
2912589	Hagenau	hagenau	DE		0	Europe/Berlin	47.79749	12.95892				02	091	09172	09172111
2912594	Hagenah	hagenah	DE		0	Europe/Berlin	53.54724	9.32337				06	00	03359	03359024
2912595	Hagenacker	hagenacker	DE		0	Europe/Berlin	48.88682	11.05096				02	091	09176	09176121
2912597	Hof Hagen	hof-hagen	DE		0	Europe/Berlin	53.56621	12.04033				12	00	13076	13076135
2912604	Hägen	haegen	DE		54	Europe/Berlin	54.25449	9.15125		Hagen,Hägen		10	00	01051	01051141
2912644	Hagem	hagem	DE		0	Europe/Berlin	51.64287	7.32797				07	055	05562	05562008
2912645	Hagelstein	hagelstein	DE		0	Europe/Berlin	47.5696	9.90885				02	097	09776	09776129
2912649	Hagelshoek	hagelshoek	DE		0	Europe/Berlin	52.30525	7.11588				06	00	03456	03456001
2912650	Hagelsburg	hagelsburg	DE		0	Europe/Berlin	48.03875	9.40658				01	084	08437	08437053
2912654	Hagelloch	hagelloch	DE		0	Europe/Berlin	48.54081	9.01062		Hagelloch		01	084	08416	08416041
2912655	Hagelkreuz	hagelkreuz	DE		0	Europe/Berlin	51.09017	6.95662		Hagelkreuz		07	051	05158	05158020
2912658	Hägeleshöfle	hageleshofle	DE		0	Europe/Berlin	48.96417	9.8774				01	081	08127	08127079
2912666	Hagel	hagel	DE		0	Europe/Berlin	52.74073	7.86993				06	00	03453	03453011
2912668	Hagedorn	hagedorn	DE		0	Europe/Berlin	52.22289	8.64852				07	057	05758	05758020
2912669	Hagedorn	hagedorn	DE		0	Europe/Berlin	51.85996	9.16303				07	057	05762	05762032
2912684	Hagbruch	hagbruch	DE		0	Europe/Berlin	51.05	6.18333				07	053	05370	05370020
2912686	Hagau	hagau	DE		0	Europe/Berlin	48.91338	10.74502		Hagau		02	097	09779	09779231
2912687	Hagau	hagau	DE		0	Europe/Berlin	48.71565	11.37281				02	091	09161	09161000
2912688	Häg	hag	DE		0	Europe/Berlin	47.73324	7.91568				01	083	08336	08336106
2912691	Hafthagen	hafthagen	DE		0	Europe/Berlin	54.01667	11.15				12			
2912692	Haftenkamp	haftenkamp	DE		0	Europe/Berlin	52.5376	6.93098				06	00	03456	03456007
2912695	Haft	haft	DE		0	Europe/Berlin	52.83441	8.686				06	00	03251	03251007
2912696	Haft	haft	DE		0	Europe/Berlin	48.65684	8.1178				01	082	08216	08216041
2912703	Häfnerhaslach	hafnerhaslach	DE		0	Europe/Berlin	49.02622	8.91874				01	081	08118	08118076
2912705	Hafnach	hafnach	DE		0	Europe/Berlin	47.70596	12.14861				02	091	09187	09187131
2912707	Hafk	hafk	DE		0	Europe/Berlin	52.25887	8.51579				07	057	05758	05758028
2912711	Haffkrug	haffkrug	DE		0	Europe/Berlin	54.05225	10.74654		Haffkrug		10	00	01055	01055044
2912716	Haffen	haffen	DE		0	Europe/Berlin	51.73647	6.4525		Haffen,Hoffen		07	051	05154	05154044
2912717	Haferwisch-Poppenwurth	haferwisch-poppenwurth	DE		0	Europe/Berlin	54.21314	8.98514		Haferwisch-Poppenwurth,Poppenwurth		10	00	01051	01051140
2912719	Haferungen	haferungen	DE		0	Europe/Berlin	51.5091	10.659				15	00	16062	16062063
2912731	Haferfeld	haferfeld	DE		0	Europe/Berlin	51.71089	11.13243				14	00	15085	15085235
2912733	Haferbreite	haferbreite	DE		0	Europe/Berlin	52.61704	11.8885				14	00	15090	15090535
2912744	Hafenreut	hafenreut	DE		0	Europe/Berlin	48.75862	10.84151		Hafenreut,Hafenreuth		02	097	09779	09779169
2912745	Hafenpreppach	hafenpreppach	DE		0	Europe/Berlin	50.19248	10.76066				02	096	09674	09674171
2912758	Hafenhofen	hafenhofen	DE		0	Europe/Berlin	48.45744	10.4528				02	097	09774	09774140
2912759	Hafenham	hafenham	DE		0	Europe/Berlin	48.0385	12.22692				02	091	09187	09187126
2912760	Hafenhalle	hafenhalle	DE		0	Europe/Berlin	54.46667	8.91667				10			
2912761	Hafenegg	hafenegg	DE		0	Europe/Berlin	47.59152	10.63454				02	097	09777	09777135
2912762	Hafendorf	hafendorf	DE		0	Europe/Berlin	47.90602	12.2498				02	091	09187	09187174
2912765	Hafenberg	hafenberg	DE		0	Europe/Berlin	49.15178	12.84717				02	093	09372	09372137
2912769	Hafelsberg	hafelsberg	DE		0	Europe/Berlin	47.96441	11.86858				02	091	09175	09175121
2912770	Häfeliswald	hafeliswald	DE		0	Europe/Berlin	47.74916	10.1247				02	097	09780	09780117
2912772	Hafegg	hafegg	DE		0	Europe/Berlin	47.71516	10.76688				02	091	09190	09190114
2912775	Haendorf	haendorf	DE		0	Europe/Berlin	52.79009	9.03628				06	00	03251	03251002
2912776	Hägerfelde	haegerfelde	DE		0	Europe/Berlin	53.74018	12.05561		Haegerfelde		12	00	13072	13072042
2912780	Hadorf	hadorf	DE		0	Europe/Berlin	48.01564	11.28581		Hadorf		02	091	09188	09188139
2912787	Haderstadl	haderstadl	DE		0	Europe/Berlin	49.18412	12.71344		Haderstadel,Haderstadl,Haderstadt		02	093	09372	09372116
2912788	Hadersried	hadersried	DE		0	Europe/Berlin	48.32521	11.18286				02	091	09174	09174135
2912790	Haderschen	haderschen	DE		0	Europe/Berlin	50.7417	7.7077				08	00	07132	07132014
2912791	Hadersbach	hadersbach	DE		0	Europe/Berlin	48.79594	12.37683				02	092	09278	09278123
2912792	Hadermarkt	hadermarkt	DE		0	Europe/Berlin	47.76117	12.65852				02	091	09189	09189140
2912793	Hadermannsgrün	hadermannsgrun	DE		0	Europe/Berlin	50.37946	11.76344				02	094	09475	09475113
2912795	Haderlsdorf	haderlsdorf	DE		0	Europe/Berlin	49.10186	11.78267				02	093	09375	09375118
2912798	Haderhöhe	haderhohe	DE		0	Europe/Berlin	48.21667	9.98333				01	084	08426	08426108
2912801	Hadergaß	hadergass	DE		0	Europe/Berlin	47.73333	12.46667				02	091	09189	09189160
2912805	Hader	hader	DE		0	Europe/Berlin	48.60496	12.1489				02	092	09274	09274126
2912806	Hader	hader	DE		0	Europe/Berlin	48.4561	13.29583				02	092	09275	09275145
2912807	Häder	hader	DE		0	Europe/Berlin	48.35583	10.6375		Hader,Häder		02	097	09772	09772131
2912812	Hademarschen	hademarschen	DE		0	Europe/Berlin	54.13333	9.41667		Hademarschen,Hardemarschen		10	00	01058	01058072
2912813	Hadem	hadem	DE		0	Europe/Berlin	51.00063	8.12026		Hadem		07	059	05970	05970020
2912817	Haddorf	haddorf	DE		0	Europe/Berlin	53.59982	9.40233				06	00	03359	03359038
2912818	Haddorf	haddorf	DE		0	Europe/Berlin	52.2551	7.31864				07	055	05566	05566096
2912819	Haddien	haddien	DE		0	Europe/Berlin	53.61837	7.982				06	00	03455	03455020
2912820	Haddessen	haddessen	DE		0	Europe/Berlin	52.17004	9.34473				06	00	03252	03252007
2912821	Haddenhausen	haddenhausen	DE		0	Europe/Berlin	52.27785	8.8306		Haddenhausen		07	057	05770	05770024
2912822	Haddenberg	haddenberg	DE		0	Europe/Berlin	51.02496	9.05641				05	066	06635	06635013
2912823	Haddenbach	haddenbach	DE		0	Europe/Berlin	51.19635	7.19139		Haddenbach		07	051	05120	05120000
2912826	Haddamshausen	haddamshausen	DE		0	Europe/Berlin	50.77882	8.70228		Haddamshausen		05	065	06534	06534014
2912827	Haddamar	haddamar	DE		0	Europe/Berlin	51.15981	9.2664		Haddamar		05	066	06634	06634005
2912828	Hädchenshof	haedchenshof	DE		0	Europe/Berlin	53.79868	11.52375		Hadchenshof,Hadchenshuf,Hädchenshof,Hädchenshuf		12	00	13074	13074031
2912831	Hackshorst	hackshorst	DE		0	Europe/Berlin	52.3397	9.04145				06	00	03257	03257009
2912832	Hacksen	hacksen	DE		0	Europe/Berlin	50.71566	7.66998				08	00	07132	07132081
2912833	Häcksbilstein	haecksbilstein	DE		0	Europe/Berlin	51.064	7.30973		Hackbilstein,Hacksbilstein,Häckbilstein,Häcksbilstein		07	053	05378	05378012
2912834	Hackpfüffel	hackpfueffel	DE		257	Europe/Berlin	51.42001	11.20267		Hackpfuffel,Hackpfüffel		14	00	15087	15087101
2912839	Häcklingen	haecklingen	DE		0	Europe/Berlin	53.21473	10.38959		Hacklingen,Häcklingen		06	00	03355	03355022
2912840	Häcklingen	haecklingen	DE		0	Europe/Berlin	52.84903	10.6686				06	00	03360	03360005
2912841	Hackling	hackling	DE		0	Europe/Berlin	47.85084	11.89098				02	091	09182	09182123
2912844	Hacklberg	hacklberg	DE		0	Europe/Berlin	48.57888	13.43911				02	092	09262	09262000
2912849	Hackhausen	hackhausen	DE		0	Europe/Berlin	51.1043	6.47204				07	051	05162	05162012
2912850	Hackhausen	hackhausen	DE		0	Europe/Berlin	51.05429	6.81616				07	051	05162	05162004
2912853	Hackfeld	hackfeld	DE		0	Europe/Berlin	52.85763	8.53861				06	00	03458	03458015
2912854	Hackerskofen	hackerskofen	DE		0	Europe/Berlin	48.62499	12.5615				02	092	09279	09279116
2912856	Hackern	hackern	DE		0	Europe/Berlin	49.47956	11.67057				02	093	09371	09371131
2912858	Hackenstedt	hackenstedt	DE		0	Europe/Berlin	52.0753	10.10531				06	00	03254	03254022
2912860	Hackenow	hackenow	DE		0	Europe/Berlin	52.52687	14.47088				11	00	12064	12064009
2912861	Hackenhofen	hackenhofen	DE		0	Europe/Berlin	49.17665	11.7207				02	093	09373	09373151
2912864	Hackenheide	hackenheide	DE		0	Europe/Berlin	52.98333	11.51667				14	00	15090	15090635
2912866	Hackenhausen	hackenhausen	DE		0	Europe/Berlin	52.21443	12.74629				11	00	12069	12069470
2912867	Hackendorf	hackendorf	DE		0	Europe/Berlin	48.67688	11.97913				02	092	09274	09274172
2912868	Hackenbroich	hackenbroich	DE		0	Europe/Berlin	51.06646	6.81441		Hackenbroich		07	051	05162	05162004
2912869	Hackenberg	hackenberg	DE		0	Europe/Berlin	48.50688	12.61997				02	092	09277	09277121
2912870	Hackenberg	hackenberg	DE		0	Europe/Berlin	51.20111	7.28357		Hackenberg		07	051	05120	05120000
2912871	Hackenberg	hackenberg	DE		0	Europe/Berlin	51.03298	7.642		Hackenberg		07	053	05374	05374004
2912872	Hackenberg	hackenberg	DE		0	Europe/Berlin	49.13679	12.29187				02	093	09375	09375119
2912878	Häcken	haecken	DE		0	Europe/Berlin	51.05815	7.29219				07	053	05378	05378012
2912881	Hackemühlen	hackemuehlen	DE		0	Europe/Berlin	53.65472	9.12218				06	00	03352	03352029
2912882	Hackelshörn	hackelshoern	DE		0	Europe/Berlin	53.81323	9.63749				10	00	01061	01061044
2912883	Hackelsberg	hackelsberg	DE		0	Europe/Berlin	48.40851	12.31418				02	092	09274	09274184
2912884	Hackelsberg	hackelsberg	DE		0	Europe/Berlin	48.36086	12.21436				02	092	09274	09274183
2912885	Hackeloh	hackeloh	DE		0	Europe/Berlin	51.53173	8.19046				07	059	05974	05974032
2912897	Hackeboe	hackeboe	DE		0	Europe/Berlin	53.93842	9.36743				10	00	01061	01061119
2912899	Hackberg	hackberg	DE		0	Europe/Berlin	50.96527	7.17759				07	053	05378	05378004
2912901	Hack	hack	DE		0	Europe/Berlin	47.64566	10.55356				02	097	09777	09777170
2912904	Hachum	hachum	DE		0	Europe/Berlin	52.18614	10.68781				06	00	03158	03158013
2912907	Hachtel	hachtel	DE		0	Europe/Berlin	49.41917	9.79194				01	081	08128	08128007
2912908	Hachtel	hachtel	DE		0	Europe/Berlin	49.37833	9.99528				01	081	08128	08128082
2912909	Hachmühlen	hachmuehlen	DE		0	Europe/Berlin	52.16388	9.48129				06	00	03252	03252002
2912914	Hachhausen	hachhausen	DE		0	Europe/Berlin	51.65299	7.32892				07	055	05562	05562008
2912915	Hachenhausen	hachenhausen	DE		0	Europe/Berlin	51.85962	10.08181		Hachenhausen		06	00	03155	03155001
2912916	Hacheney	hacheney	DE		0	Europe/Berlin	51.47912	7.48973		Hacheney		07	059	05913	05913000
2912922	Hachenberg	hachenberg	DE		0	Europe/Berlin	51.04513	7.25178				07	053	05378	05378012
2912925	Hachenbach	hachenbach	DE		0	Europe/Berlin	49.611	7.53216				08	00	07336	07336030
2912926	Hachen	hachen	DE		0	Europe/Berlin	51.41371	7.6079				07	059	05978	05978028
2912927	Hachen	hachen	DE		0	Europe/Berlin	51.37725	7.9838		Hachene		07	059	05958	05958044
2912929	Hachelstuhl	hachelstuhl	DE		0	Europe/Berlin	48.47524	12.15732				02	092	09274	09274146
2912937	Hache	hache	DE		0	Europe/Berlin	52.78586	8.90647				06	00	03251	03251049
2912938	Hachborn	hachborn	DE		0	Europe/Berlin	50.72073	8.79267				05	065	06534	06534008
2912940	Hachau	hachau	DE		0	Europe/Berlin	47.8078	12.69394				02	091	09189	09189145
2912941	Hach	hach	DE		0	Europe/Berlin	47.79692	7.60319				01	083	08315	08315004
2912945	Habsthal	habsthal	DE		0	Europe/Berlin	47.99258	9.3238		Habsthal		01	084	08437	08437086
2912946	Habsegg	habsegg	DE		0	Europe/Berlin	48.0017	10.0367				01	084	08426	08426100
2912953	Habrihausen	habrihausen	DE		0	Europe/Berlin	52.30761	9.25758		Habriehausen,Habrihausen		06	00	03257	03257035
2912954	Habres	habres	DE		0	Europe/Berlin	49.54966	11.67555				02	093	09371	09371141
2912955	Habratsweiler	habratsweiler	DE		0	Europe/Berlin	47.7	9.5				01	084	08435	08435016
2912958	Haböd	habod	DE		0	Europe/Berlin	48.45698	12.94533				02	092	09277	09277138
2912959	Habnith	habnith	DE		0	Europe/Berlin	50.11494	12.01078				02	094	09479	09479135
2912960	Habkirchen	habkirchen	DE		0	Europe/Berlin	49.13373	7.13665		Habkirchen		09	00	10045	10045116
2912961	Habitzheim	habitzheim	DE		0	Europe/Berlin	49.85036	8.88245				05	064	06432	06432017
2912962	Habischried	habischried	DE		0	Europe/Berlin	48.94306	13.03921				02	092	09276	09276116
2912963	Habinghorst	habinghorst	DE		0	Europe/Berlin	51.58596	7.31582		Habinghorst		07	055	05562	05562004
2912976	Habichtshorst	habichtshorst	DE		0	Europe/Berlin	53.75666	9.85867				10	00	01056	01056026
2912981	Habichthorst	habichthorst	DE		0	Europe/Berlin	53.20959	8.67068				06	00	03356	03356008
2912983	Habichsthal	habichsthal	DE		0	Europe/Berlin	50.05944	9.40261				02	096	09677	09677129
2912985	Habichhorst	habichhorst	DE		0	Europe/Berlin	52.31614	9.23475				06	00	03257	03257035
2912987	Habichau	habichau	DE		0	Europe/Berlin	47.81984	11.57221				02	091	09173	09173118
2912989	Habertsweiler	habertsweiler	DE		0	Europe/Berlin	48.25085	10.58252		Habertsweiler		02	097	09772	09772168
2912990	Habertsweiler	habertsweiler	DE		0	Europe/Berlin	47.76667	9.33333		Haberstenweiler,Habertsweiler		01	084	08435	08435052
2912991	Habertshofen	habertshofen	DE		0	Europe/Berlin	49.29255	11.59212				02	093	09373	09373153
2912992	Habertshausen	habertshausen	DE		0	Europe/Berlin	48.53194	11.23294				02	091	09185	09185131
2912993	Habertshausen	habertshausen	DE		0	Europe/Berlin	48.45755	11.42741				02	091	09186	09186132
2912994	Haberthal	haberthal	DE		0	Europe/Berlin	48.4199	12.24237				02	092	09274	09274154
2912996	Haberswöhr	haberswohr	DE		0	Europe/Berlin	48.86513	12.8281				02	092	09278	09278149
2912998	Haberspoint	haberspoint	DE		0	Europe/Berlin	47.89612	12.18607				02	091	09187	09187163
2913000	Haberskirchen	haberskirchen	DE		0	Europe/Berlin	48.51211	12.64998				02	092	09279	09279134
2913001	Haberskirch	haberskirch	DE		0	Europe/Berlin	48.39468	10.9968				02	097	09771	09771130
2913002	Haberseigen	haberseigen	DE		0	Europe/Berlin	49.30198	12.80384		Haberseigen,Haberseugen		02	093	09372	09372126
2913003	Habersdorf	habersdorf	DE		0	Europe/Berlin	49.28424	12.7004				02	093	09372	09372168
2913004	Habersdorf	habersdorf	DE		0	Europe/Berlin	49.12021	12.64164				02	093	09372	09372164
2913005	Habersdorf	habersdorf	DE		0	Europe/Berlin	48.59069	13.67635				02	092	09275	09275153
2913006	Haberschlacht	haberschlacht	DE		0	Europe/Berlin	49.09659	9.02356		Haberschlacht		01	081	08125	08125013
2913008	Haberscheid	haberscheid	DE		0	Europe/Berlin	50.61467	7.58611				08	00	07138	07138057
2913009	Habersbrunn	habersbrunn	DE		0	Europe/Berlin	48.64458	12.94373				02	092	09279	09279113
2913014	Habersam	habersam	DE		0	Europe/Berlin	48.30532	12.42842				02	091	09183	09183125
2913017	Habernis	habernis	DE		0	Europe/Berlin	54.79499	9.78824				10	00	01059	01059164
2913020	Haberloh	haberloh	DE		0	Europe/Berlin	53.02951	9.21499				06	00	03361	03361006
2913025	Haberland	haberland	DE		0	Europe/Berlin	47.86042	12.95771				02	091	09172	09172130
2913028	Haberkofen	haberkofen	DE		0	Europe/Berlin	48.81841	12.70027				02	092	09278	09278192
2913038	Haberdorn	haberdorn	DE		0	Europe/Berlin	48.75346	12.40399				02	092	09279	09279127
2913039	Haberbühl	haberbuhl	DE		0	Europe/Berlin	49.08843	13.04309				02	092	09276	09276120
2913044	Habenichts	habenichts	DE		0	Europe/Berlin	51.12364	7.24635				07	053	05378	05378032
2913045	Habenichts	habenichts	DE		0	Europe/Berlin	49.43683	7.09695				09	00	10046	10046112
2913046	Habenhausen	habenhausen	DE		0	Europe/Berlin	53.04513	8.85352				03	00	04011	04011000
2913049	Habelsee	habelsee	DE		0	Europe/Berlin	49.46511	10.24927				02	095	09571	09571188
2913050	Habelsbach	habelsbach	DE		0	Europe/Berlin	48.80456	12.31166				02	092	09278	09278144
2913051	Habelgraben	habelgraben	DE		0	Europe/Berlin	50.63045	9.98855				05	066	06631	06631023
2913053	Habel	habel	DE		0	Europe/Berlin	50.63576	9.9767		Habel		05	066	06631	06631023
2913056	Habbrügge	habbruegge	DE		0	Europe/Berlin	53.04799	8.47364				06	00	03458	03458005
2913058	Habbelrath	habbelrath	DE		0	Europe/Berlin	50.91256	6.75213				07	053	05362	05362024
2913061	Habbecke	habbecke	DE		0	Europe/Berlin	51.28022	8.17566				07	059	05958	05958016
2913064	Habaching	habaching	DE		0	Europe/Berlin	47.72879	11.25414		Habaching		02	091	09190	09190136
2913070	Haast	haast	DE		0	Europe/Berlin	52.95085	8.20116				06	00	03458	03458007
2913071	Haaßel	haassel	DE		0	Europe/Berlin	53.37063	9.23538				06	00	03357	03357043
2913072	Haassel	haassel	DE		0	Europe/Berlin	53.27409	8.5215				06	00	03356	03356009
2913073	Haaßel	haassel	DE		0	Europe/Berlin	53.13277	10.62206				06	00	03360	03360001
2913076	Haasgang	haasgang	DE		0	Europe/Berlin	49.39314	10.60818				02	095	09571	09571217
2913077	Haaserdriesch	haaserdriesch	DE		0	Europe/Berlin	51.0918	6.04986				07	053	05370	05370032
2913080	Haasen	haasen	DE		0	Europe/Berlin	47.8978	9.8532				01	084	08436	08436010
2913084	Haasbach	haasbach	DE		0	Europe/Berlin	51.03974	7.31127				07	053	05378	05378012
2913085	Haas	haas	DE		0	Europe/Berlin	51.0835	6.04244				07	053	05370	05370032
2913086	Haas	haas	DE		0	Europe/Berlin	49.04529	11.60259				02	093	09373	09373121
2913087	Haarzopf	haarzopf	DE		0	Europe/Berlin	51.41721	6.95693		Haarzopf		07	051	05113	05113000
2913091	Haarth	haarth	DE		0	Europe/Berlin	50.21801	10.9656				02	094	09473	09473170
2913095	Haarstorf	haarstorf	DE		0	Europe/Berlin	53.07258	10.44534				06	00	03360	03360014
2913098	Haarschwaige	haarschwaige	DE		0	Europe/Berlin	47.89425	11.47934				02	091	09173	09173120
2913101	Haarmoos	haarmoos	DE		0	Europe/Berlin	47.91338	12.89476				02	091	09172	09172122
2913103	Haarmark	haarmark	DE		0	Europe/Berlin	54.68333	9.95				10	00	01059	01059154
2913104	Haarland	haarland	DE		0	Europe/Berlin	48.48465	11.76043				02	091	09178	09178115
2913106	Haarkirchen	haarkirchen	DE		0	Europe/Berlin	47.9884	11.37978				02	091	09188	09188113
2913108	Haarhöfe	haarhoefe	DE		0	Europe/Berlin	51.50988	8.23015				07	059	05974	05974044
2913112	Haarhausen	haarhausen	DE		0	Europe/Berlin	51.10958	7.27624				07	053	05378	05378032
2913113	Haarhausen	haarhausen	DE		0	Europe/Berlin	51.01428	9.26142				05	066	06634	06634001
2913114	Haarhausen	haarhausen	DE		0	Europe/Berlin	50.98373	8.10253		Haarhausen		07	059	05970	05970020
2913115	Haarhausen	haarhausen	DE		0	Europe/Berlin	50.86251	10.89764				15	00	16070	16070028
2913116	Haarhausen	haarhausen	DE		0	Europe/Berlin	50.73941	8.95252				05	065	06535	06535009
2913119	Haarenstroth	haarenstroth	DE		0	Europe/Berlin	53.18759	8.07749		Haarenstroth,Hartenstroth		06	00	03451	03451002
2913120	Haarenheidchen	haarenheidchen	DE		0	Europe/Berlin	50.80497	6.12678				07	053	05334	05334036
2913124	Haaren	haaren	DE		0	Europe/Berlin	52.97077	11.98729				11	00	12070	12070008
2913125	Haaren	haaren	DE		0	Europe/Berlin	51.69496	7.91745				07	059	05915	05915000
2913126	Haaren	haaren	DE		0	Europe/Berlin	51.56852	8.72632		Haaren		07	057	05774	05774040
2913127	Haaren	haaren	DE		0	Europe/Berlin	50.79839	6.12668				07	053	05334	05334002
2913135	Haardt an der Weinstraße	haardt-an-der-weinstrasse	DE		0	Europe/Berlin	49.36917	8.14141		Haardt,Haardt an der Weinstrasse,Haardt an der Weinstraße		08	00	07316	07316000
2913138	Haardt	haardt	DE		0	Europe/Berlin	49.94332	6.8954		Haardt		08	00	07231	07231001
2913139	Haardt	haardt	DE		0	Europe/Berlin	49.44187	10.15818				02	095	09571	09571111
2913140	Haardt	haardt	DE		0	Europe/Berlin	48.993	10.9865				02	095	09577	09577177
2913151	Haardorf	haardorf	DE		0	Europe/Berlin	51.06634	11.916		Haardorf		14	00	15084	15084375
2913152	Haardorf	haardorf	DE		0	Europe/Berlin	48.72704	13.00472				02	092	09271	09271141
2913153	Haard	haard	DE		0	Europe/Berlin	50.23848	10.12336				02	096	09672	09672136
2913156	Haarbrücken	haarbrucken	DE		0	Europe/Berlin	50.3179	11.10078				02	094	09473	09473151
2913157	Haarbrück	haarbrueck	DE		0	Europe/Berlin	51.61667	10.35				06	00	03159	03159019
2913172	Haarbacherloh	haarbacherloh	DE		0	Europe/Berlin	48.51167	13.13306		Haarbacherloh,Haarbacherlohe		02	092	09275	09275125
2913182	Haara	haara	DE		0	Europe/Berlin	50.66481	12.52413				13	00	14524	14524320
2913197	Haalsiepen	haalsiepen	DE		0	Europe/Berlin	51.13333	7				07	051	05122	05122000
2913206	Haak	haak	DE		0	Europe/Berlin	51.32751	6.25973				07	051	05166	05166016
2913207	Haahof	haahof	DE		0	Europe/Berlin	49.04254	11.61813				02	093	09373	09373121
2913211	Haaghof	haaghof	DE		0	Europe/Berlin	49.49717	10.55457		Haaghof,Haghof		02	095	09575	09575145
2913217	Haagen	haagen	DE		0	Europe/Berlin	52.46539	11.32524				14	00	15081	15081135
2913218	Haagen	haagen	DE		0	Europe/Berlin	49.44045	9.91808				01	081	08128	08128126
2913219	Haagen	haagen	DE		0	Europe/Berlin	49.15578	9.74161				01	081	08127	08127086
2913220	Haagen	haagen	DE		0	Europe/Berlin	47.63758	7.6782				01	083	08336	08336050
2913221	Haage	haage	DE		0	Europe/Berlin	52.67846	12.59385				11	00	12063	12063202
2913222	Haag bei Treuchtlingen	haag-bei-treuchtlingen	DE		0	Europe/Berlin	48.93113	10.8875		Haag bei Treuchtlingen		02	095	09577	09577173
2913223	Haag bei Schwarzhofen	haag-bei-schwarzhofen	DE		0	Europe/Berlin	49.39769	12.34937		Haag,Haag bei Schwarzhofen		02	093	09376	09376164
2913273	Haader	haader	DE		0	Europe/Berlin	48.78311	12.34603		Haader		02	092	09278	09278144
2913274	Haaberg	haaberg	DE		0	Europe/Berlin	48.68237	8.18284				01	082	08216	08216008
2913275	Gypsweiler	gypsweiler	DE		0	Europe/Berlin	48.96454	10.1324		Gipsweiler		01	081	08136	08136019
2913279	Gymnich	gymnich	DE		0	Europe/Berlin	50.83769	6.74276				07	053	05362	05362020
2913282	Gwigg	gwigg	DE		0	Europe/Berlin	47.86875	9.7359				01	084	08436	08436014
2913283	Gweng	gweng	DE		0	Europe/Berlin	48.23333	12.46667				02	091	09183	09183128
2913288	Gützlaffshagen	guetzlaffshagen	DE		0	Europe/Berlin	54.3306	13.33401				12	00	13073	13073027
2913289	Gützkow	guetzkow	DE		0	Europe/Berlin	53.93921	13.40899		Chockowo,Chòckòwò,Gickov,Gickova,Gjuckov,Guetzkow,Gutzkow,Gützkow,ghwtskw,gwtskw,ju ci ke,Гицков,Гюцков,غوتسكو,گوتسکو,居茨科		12	00	13075	13075044
2913290	Gützkow	guetzkow	DE		2582	Europe/Berlin	53.72432	13.10664				12	00	13071	13071125
2913291	Gützingen	gutzingen	DE		0	Europe/Berlin	49.61972	9.88583				02	096	09679	09679122
2913292	Gützenrath	guetzenrath	DE		0	Europe/Berlin	51.21748	6.21252				07	051	05166	05166020
2913293	Gutzberg	gutzberg	DE		0	Europe/Berlin	49.39184	10.96918				02	095	09573	09573127
2913294	Gütz	guetz	DE		0	Europe/Berlin	51.53103	12.15651				14	00	15088	15088195
2913296	Gutwiesen	gutwiesen	DE		0	Europe/Berlin	48.6731	13.4955				02	092	09275	09275119
2913298	Güttingen	guttingen	DE		0	Europe/Berlin	47.7737	8.99257				01	083	08335	08335063
2913299	Güttin	guettin	DE		0	Europe/Berlin	54.38471	13.31028				12	00	13073	13073021
2913300	Güttigheim	guttigheim	DE		0	Europe/Berlin	47.8352	7.67569		Gutigheim,Guttigheim,Gütigheim,Güttigheim		01	083	08315	08315074
2913303	Güttersbach	guettersbach	DE		0	Europe/Berlin	49.61513	8.91408		Guttersbach,Güttersbach		05	064	06437	06437012
2913305	Güttern	guttern	DE		0	Europe/Berlin	49.90214	12.1382				02	093	09377	09377119
2913306	Gütterlitz	guetterlitz	DE		0	Europe/Berlin	50.71631	11.8864				15	00	16076	16076092
2913307	Gütter	guetter	DE		0	Europe/Berlin	52.26787	11.90822				14	00	15086	15086015
2913308	Guttenthau	guttenthau	DE		0	Europe/Berlin	49.85071	11.82179				02	094	09472	09472190
2913310	Guttenhofen	guttenhofen	DE		0	Europe/Berlin	48.71492	13.52099				02	092	09275	09275128
2913313	Guttenburg	guttenburg	DE		0	Europe/Berlin	49.6449	11.23232				02	094	09474	09474132
2913314	Guttenburg	guttenburg	DE		0	Europe/Berlin	48.19699	12.46674				02	091	09183	09183124
2913322	Guttenbach	guttenbach	DE		0	Europe/Berlin	49.3916	9.07194		Guttenbach		01	082	08225	08225064
2913323	Guttempler-Siedlung	guttempler-siedlung	DE		0	Europe/Berlin	53.66667	10.3				10	00	01062	01062023
2913339	Gut Moor	gut-moor	DE		0	Europe/Berlin	53.45	10.01667				04	00	02000	02000000
2913340	Gutmannshof	gutmannshof	DE		0	Europe/Berlin	47.7	9.7				01	084	08436	08436018
2913341	Gutmannseichen	gutmannseichen	DE		0	Europe/Berlin	50.82161	7.50435				07	053	05382	05382076
2913342	Gutmaning	gutmaning	DE		0	Europe/Berlin	49.19241	12.68856		Gutmaning,Gutmanning		02	093	09372	09372116
2913343	Gutmadingen	gutmadingen	DE		0	Europe/Berlin	47.91128	8.61531		Gutmadingen		01	083	08327	08327018
2913345	Gütlsdorf	gutlsdorf	DE		0	Europe/Berlin	48.50839	11.74094				02	091	09178	09178115
2913349	Gutlersberg	gutlersberg	DE		0	Europe/Berlin	48.30927	12.97889				02	092	09277	09277145
2913351	Gut Kaschel	gut-kaschel	DE		0	Europe/Berlin	51.33333	14.58333				13	00	14626	14626060
2913353	Gutitz	gutitz	DE		0	Europe/Berlin	53.23959	10.96667				06	00	03355	03355049
2913354	Gütighofen	gutighofen	DE		0	Europe/Berlin	47.91784	7.7713		Gutighofen,Gütighofen		01	083	08315	08315014
2913359	Gutglück	gutglueck	DE		0	Europe/Berlin	54.36666	12.6693				12	00	13073	13073009
2913361	Gutfelden	gutfelden	DE		0	Europe/Berlin	50.96667	14.71667				13	00	14626	14626390
2913362	Gutfeld	gutfeld	DE		0	Europe/Berlin	47.68685	11.80114				02	091	09182	09182129
2913366	Gütersloh	guetersloh	DE		96180	Europe/Berlin	51.90693	8.37853		GUT,Giterslokh,Giuterslas,Gjuterslo,Guetersloh,Gutersloh,Gütersloh,gwiteoseullo,gwtrzlwh,ju te si luo,kux the xrslo,kwtrslwh,Гитерслох,Гютерсло,كوترسلوه,گوترزلوه,กือเทอร์สโล,居特斯洛,귀터슬로	05754	07	057	05754	05754008
2913367	Gutershofen	gutershofen	DE		0	Europe/Berlin	48.11667	9.7				01	084	08426	08426011
2913368	Gütersdorf	gutersdorf	DE		0	Europe/Berlin	48.47348	12.10595				02	092	09274	09274182
2913370	Gütersberg	gutersberg	DE		0	Europe/Berlin	48.48562	11.30616				02	091	09185	09185113
2913375	Güterglück	gueterglueck	DE		748	Europe/Berlin	51.98831	11.99131		Gutergluck,Güterglück		14	00	15082	15082430
2913376	Güterfelde	gueterfelde	DE		0	Europe/Berlin	52.36501	13.19458		Guterfelde,Gutergotz,Güterfelde,Gütergotz		11	00	12069	12069604
2913378	Güterberg	gueterberg	DE		0	Europe/Berlin	53.46999	13.76048				11	00	12073	12073579
2913381	Gutenzell	gutenzell	DE		0	Europe/Berlin	48.11413	9.99719				01	084	08426	08426135
2913382	Gutenthal	gutenthal	DE		0	Europe/Berlin	49.79125	7.09526				08	00	07231	07231502
2913386	Gutenstein	gutenstein	DE		0	Europe/Berlin	48.07903	9.11629				01	084	08437	08437104
2913387	Gutenpaaren	gutenpaaren	DE		0	Europe/Berlin	52.47943	12.76621				11	00	12063	12063148
2913388	Gütenland	gutenland	DE		0	Europe/Berlin	49.33523	12.43953				02	093	09376	09376147
2913390	Gutengermendorf	gutengermendorf	DE		0	Europe/Berlin	52.9399	13.17441				11	00	12065	12065198
2913392	Gutenfürst	gutenfuerst	DE		0	Europe/Berlin	50.41886	11.96406				13	00	14523	14523450
2913393	Gutenfürst	gutenfurst	DE		0	Europe/Berlin	49.50931	12.38183				02	093	09376	09376171
2913398	Gutenburg	gutenburg	DE		0	Europe/Berlin	47.6564	8.25147				01	083	08337	08337126
2913411	Gutenbacherhof	gutenbacherhof	DE		0	Europe/Berlin	49.71432	7.88404				08	00	07333	07333023
2913414	Gütenbach	guetenbach	DE		1322	Europe/Berlin	48.05	8.15	826	Gitenbakh,Gjutenbakh,Gutenbach,Gütenbach,ju teng ba he,Гитенбах,Гютенбах,居滕巴赫	08326020	01	083	08326	08326020
2913418	Gütelhofen	gutelhofen	DE		0	Europe/Berlin	48.22467	9.61063				01	084	08425	08425090
2913419	Gute Hoffnung	gute-hoffnung	DE		0	Europe/Berlin	51.15	10.28333				15	00	16064	16064074
2913424	Gütbach	gutbach	DE		0	Europe/Berlin	49.36357	9.8942				01	081	08127	08127075
2913428	Gutach	gutach	DE		2202	Europe/Berlin	48.24844	8.21293		Gutach,Gutach (Schwarzwaldbahn)		01	083	08317	08317039
2913430	Güstrowerhöfen	guestrowerhoefen	DE		0	Europe/Berlin	54.32904	13.15098				12	00	13073	13073003
2913433	Güstrow	guestrow	DE		31217	Europe/Berlin	53.7972	12.17337		Gistrov,Gistrova,Gjustrov,Guestrow,Gustrovium,Güstrow,ghwstrw,gwtzrw,gystrw,ju si te luo,kus thor w,Гистров,Гюстров,גיסטרו,غوسترو,گوتزرو,กึสโทรว์,居斯特罗	13072	12	00	13072	13072043
2913434	Güstritz	guestritz	DE		0	Europe/Berlin	52.93964	11.09645				06	00	03354	03354026
2913438	Güstow	guestow	DE		650	Europe/Berlin	54.01233	11.5543				12	00	13074	13074009
2913439	Güstow	guestow	DE		0	Europe/Berlin	53.71305	11.11736				12	00	13074	13074021
2913440	Güstow	guestow	DE		0	Europe/Berlin	53.32238	13.78648				11	00	12073	12073452
2913441	Gustorf	gustorf	DE		0	Europe/Berlin	51.07084	6.56698		Gustorf		07	051	05162	05162008
2913442	Güstin	guestin	DE		0	Europe/Berlin	54.44727	13.27771				12	00	13073	13073028
2913443	Gusternhain	gusternhain	DE		0	Europe/Berlin	50.66626	8.1775		Gusterhain,Gusternhain		05	065	06532	06532004
2913446	Güster	guester	DE		1216	Europe/Berlin	53.53851	10.67607		Guester,Guster,Güster	01053048	10	00	01053	01053048
2913447	Gustenfelden	gustenfelden	DE		0	Europe/Berlin	49.33485	10.97502				02	095	09576	09576142
2913449	Güsten	guesten	DE		4218	Europe/Berlin	51.79637	11.61246		Gisten,Gjusten,Gusten,Güsten,ghwstn,gwshtn,ju si teng,Гистен,Гюстен,غوستن,گوشتن,居斯滕		14	00	15089	15089165
2913450	Güsten	guesten	DE		0	Europe/Berlin	50.95882	6.43147				07	053	05358	05358024
2913451	Güstelitz	guestelitz	DE		0	Europe/Berlin	54.35494	13.4428		Gustelitz,Güstelitz,Neu Gustelitz,Neu Güstelitz		12	00	13073	13073070
2913452	Gustedt	gustedt	DE		0	Europe/Berlin	52.0928	10.30209				06	00	03158	03158011
2913453	Gustebin	gustebin	DE		0	Europe/Berlin	54.09302	13.60563				12	00	13075	13075146
2913454	Güstebieser Loose	guestebieser-loose	DE		0	Europe/Berlin	52.75796	14.28712				11	00	12064	12064349
2913455	Gustavsruh	gustavsruh	DE		0	Europe/Berlin	53.25861	12.38622				11	00	12068	12068468
2913460	Gustavsburg	gustavsburg	DE		0	Europe/Berlin	49.99756	8.31702		Gustavsburg		05	064	06433	06433005
2913461	Gustävel	gustaevel	DE		0	Europe/Berlin	53.69884	11.6525		Gustaevel,Gustavel,Gustävel		12	00	13076	13076078
2913462	Güstau	guestau	DE		0	Europe/Berlin	52.9192	10.79312				06	00	03360	03360024
2913463	Güst	gust	DE		0	Europe/Berlin	54.04923	13.44719		Guest,Gust,Güst		12	00	13075	13075142
2913465	Güssow	guessow	DE		0	Europe/Berlin	52.47103	12.20136				14	00	15086	15086080
2913468	Gußhof	gusshof	DE		0	Europe/Berlin	49.8	9.43333				02	096	09676	09676124
2913470	Gussenstadt	gussenstadt	DE		0	Europe/Berlin	48.643	9.96057		Gussenstadt		01	081	08135	08135015
2913471	Güsseldorf	gusseldorf	DE		0	Europe/Berlin	49.19326	10.94599				02	095	09576	09576147
2913472	Güssefeld	guessefeld	DE		185	Europe/Berlin	52.71914	11.37257		Guesenfeld,Guessenfeld		14	00	15081	15081240
2913477	Gusow	gusow	DE		0	Europe/Berlin	52.57019	14.35355				11	00	12064	12064190
2913480	Güsen	guesen	DE		0	Europe/Berlin	52.35059	11.9784				14	00	15086	15086035
2913486	Gürzenich	guerzenich	DE		0	Europe/Berlin	50.79173	6.44338				07	053	05358	05358008
2913487	Gurvitz	gurvitz	DE		0	Europe/Berlin	54.36326	13.16602				12	00	13073	13073073
2913488	Gurtweil	gurtweil	DE		0	Europe/Berlin	47.64227	8.24557		Gurtweil		01	083	08337	08337126
2913489	Gurtitz	gurtitz	DE		0	Europe/Berlin	54.45	13.23333				12	00	13073	13073028
2913490	Gürth	guerth	DE		0	Europe/Berlin	50.24737	12.25647				13	00	14523	14523030
2913492	Gürtel	guertel	DE		0	Europe/Berlin	52.50779	11.16416				14	00	15081	15081135
2913498	Gurnöbach	gurnobach	DE		0	Europe/Berlin	48.46757	11.46805				02	091	09186	09186146
2913500	Gurlarn	gurlarn	DE		0	Europe/Berlin	48.52503	13.33363				02	092	09275	09275122
2913501	Güritz	gueritz	DE		0	Europe/Berlin	53.25949	11.47685				12	00	13076	13076037
2913502	Gurigk	gurigk	DE		0	Europe/Berlin	51.16667	14.75				13	00	14626	14626450
2913506	Guppenberg	guppenberg	DE		0	Europe/Berlin	48.6458	13.65471				02	092	09275	09275126
2913508	Gupf	gupf	DE		0	Europe/Berlin	47.70586	7.59917		Gupf,Gupt		01	083	08336	08336045
2913512	Günzlhofen	gunzlhofen	DE		0	Europe/Berlin	48.24422	11.14391				02	091	09179	09179140
2913513	Günzlas	gunzlas	DE		0	Europe/Berlin	49.93388	11.85799				02	093	09377	09377127
2913514	Günzkofen	gunzkofen	DE		0	Europe/Berlin	48.52564	12.26799				02	092	09274	09274111
2913515	Günzkofen	gunzkofen	DE		0	Europe/Berlin	48.27685	12.59275				02	091	09183	09183116
2913516	Günzkofen	gunzkofen	DE		0	Europe/Berlin	48.02008	9.40013				01	084	08437	08437053
2913517	Gunzing	gunzing	DE		0	Europe/Berlin	48.55584	13.0675				02	092	09275	09275112
2913518	Gunzing	gunzing	DE		0	Europe/Berlin	48.73416	13.20242				02	092	09271	09271114
2913519	Gunzing	gunzing	DE		0	Europe/Berlin	48.14768	12.69521				02	091	09171	09171113
2913520	Günzgen	gunzgen	DE		0	Europe/Berlin	47.5853	8.46061				01	083	08337	08337053
2913522	Gunzesried	gunzesried	DE		0	Europe/Berlin	47.52221	10.22916		Gunzesried		02	097	09780	09780115
2913523	Günzersreuth	gunzersreuth	DE		0	Europe/Berlin	49.3	11.93333				02	093	09371	09371146
2913525	Günzerode	guenzerode	DE		0	Europe/Berlin	51.52185	10.66516				15	00	16062	16062063
2913527	Gunzenweiler	gunzenweiler	DE		0	Europe/Berlin	47.66841	9.72301				01	084	08435	08435042
2913528	Günzenried	gunzenried	DE		0	Europe/Berlin	49.03502	12.0127				02	093	09375	09375181
2913530	Günzenhofen	gunzenhofen	DE		0	Europe/Berlin	48.78604	12.03055				02	092	09273	09273141
2913532	Gunzenhof	gunzenhof	DE		0	Europe/Berlin	49.2	11.83333				02	093	09373	09373134
2913533	Gunzenheim	gunzenheim	DE		0	Europe/Berlin	48.78417	10.76528		Gunzenheim		02	097	09779	09779169
2913539	Gunzenhaus	gunzenhaus	DE		0	Europe/Berlin	47.68333	9.53333				01	084	08435	08435035
2913540	Gunzenham	gunzenham	DE		0	Europe/Berlin	47.96636	12.24323				02	091	09187	09187139
2913541	Gunzendorf	gunzendorf	DE		0	Europe/Berlin	49.80808	11.07697				02	094	09471	09471123
2913542	Gunzendorf	gunzendorf	DE		0	Europe/Berlin	49.7349	11.61087				02	093	09371	09371113
2913543	Gunzendorf	gunzendorf	DE		0	Europe/Berlin	49.37023	10.29326		Gunzendorf		02	095	09571	09571155
2913544	Gunzenberg	gunzenberg	DE		0	Europe/Berlin	48.02935	12.73401				02	091	09189	09189152
2913545	Gunzenberg	gunzenberg	DE		0	Europe/Berlin	47.58861	10.64755				02	097	09777	09777135
2913546	Gunzenbach	gunzenbach	DE		0	Europe/Berlin	50.05912	9.12943		Gunzenbach		02	096	09671	09671143
2913548	Gunzenau	gunzenau	DE		0	Europe/Berlin	50.46084	9.40413				05	065	06535	06535004
2913549	Gunzen	gunzen	DE		0	Europe/Berlin	50.35448	12.33476		Gunzen		13	00	14523	14523370
2913550	Gunzelsdorf	gunzelsdorf	DE		0	Europe/Berlin	49.35705	11.81391				02	093	09371	09371154
2913552	Günzelham	gunzelham	DE		0	Europe/Berlin	48.06248	12.60829				02	091	09189	09189157
2913554	Günzegg	gunzegg	DE		0	Europe/Berlin	47.87944	10.34254				02	097	09778	09778119
2913555	Günzburg	guenzburg	DE		19737	Europe/Berlin	48.45599	10.27695		Gincburg,Gjuncburg,Guenzburg,Guntia,Guntzbourg,Gunzburg,Gunzburgo,Günzburg,ghwntsbwrgh,gwntsbwrg,gyuntsuburuku,jin ci bao,Гинцбург,Гюнцбург,غونتسبورغ,گونتسبورگ,ギュンツブルク,金茨堡	09774	02	097	09774	09774135
2913558	Günzach	guenzach	DE		1522	Europe/Berlin	47.82491	10.43547		Guenzach,Günzach	09777138	02	097	09777	09777138
2913560	Günz	guenz	DE		0	Europe/Berlin	54.36868	12.91657				12	00	13073	13073005
2913561	Günz	gunz	DE		0	Europe/Berlin	48.03982	10.29236		Gunz,Günz		02	097	09778	09778214
2913562	Guntrup	guntrup	DE		0	Europe/Berlin	52.06938	7.6652		Gumorodingthorp		07	055	05566	05566012
2913563	Gunting	gunting	DE		0	Europe/Berlin	48.82813	12.46407				02	092	09278	09278123
2913565	Günthersleben	guenthersleben	DE		0	Europe/Berlin	50.90261	10.76463		Guenthersleben,Gunthersleben,Günthersleben		15	00	16067	16067089
2913568	Günthersfeld	guenthersfeld	DE		0	Europe/Berlin	50.65	11.01667				15	00	16070	16070029
2913569	Günthersdorf	guenthersdorf	DE		0	Europe/Berlin	52.08983	14.30618				11	00	12067	12067137
2913570	Günthersdorf	guenthersdorf	DE		0	Europe/Berlin	52.0049	11.25869				14	00	15083	15083415
2913571	Günthersdorf	guenthersdorf	DE		1179	Europe/Berlin	51.3457	12.17175		Gunthersdorf,Günthersdorf		14	00	15088	15088205
2913572	Günthersdorf	guenthersdorf	DE		0	Europe/Berlin	51.13737	14.31174		Huncericy,Hunćericy		13	00	14625	14625110
2913574	Günthersbühl	gunthersbuhl	DE		0	Europe/Berlin	49.53217	11.21936				02	095	09574	09574138
2913578	Günthers	guenthers	DE		0	Europe/Berlin	50.65862	9.99382				05	066	06631	06631023
2913579	Güntheritz	guentheritz	DE		0	Europe/Berlin	51.43498	12.37946				13	00	14730	14730250
2913584	Güntersthal	guntersthal	DE		0	Europe/Berlin	49.60908	11.5111		Guntersthal,Güntersthal		02	095	09574	09574129
2913585	Günterstal	gunterstal	DE		0	Europe/Berlin	47.96345	7.8609		Gunterstal,Günterstal		01	083	08311	08311000
2913586	Guntersrieth	guntersrieth	DE		0	Europe/Berlin	49.48223	11.57126				02	095	09574	09574147
2913589	Güntershof	guentershof	DE		0	Europe/Berlin	50.29285	9.67037				05	064	06435	06435027
2913591	Guntershausen	guntershausen	DE		0	Europe/Berlin	51.23406	9.46162				05	066	06633	06633003
2913592	Güntersen	guentersen	DE		0	Europe/Berlin	51.53767	9.73968				06	00	03159	03159001
2913593	Guntersdorf	guntersdorf	DE		0	Europe/Berlin	50.64802	8.24327				05	065	06532	06532012
2913594	Güntersdorf	guntersdorf	DE		0	Europe/Berlin	49.74865	10.68483				02	094	09471	09471220
2913595	Güntersdorf	guntersdorf	DE		0	Europe/Berlin	48.4825	11.61233				02	091	09186	09186152
2913596	Guntersdorf	guntersdorf	DE		0	Europe/Berlin	48.46696	12.43432				02	092	09274	09274179
2913597	Günterscheid	guenterscheid	DE		0	Europe/Berlin	50.62717	7.36973		Gunterscheid,Günterscheid		08	00	07138	07138077
2913600	Güntersberge	guentersberge	DE		948	Europe/Berlin	51.64475	10.98065		Gintersberge,Gjuntersberge,Guntersberge,Güntersberge,Гинтерсберге,Гюнтерсберге		14	00	15085	15085145
2913601	Guntersberg	guntersberg	DE		0	Europe/Berlin	48.28629	12.67343				02	091	09171	09171137
2913602	Guntersberg	guntersberg	DE		0	Europe/Berlin	47.93383	12.2925				02	091	09187	09187145
2913605	Guntersau	guntersau	DE		0	Europe/Berlin	50.47166	8.26823				05	065	06533	06533017
2913606	Günterode	guenterode	DE		0	Europe/Berlin	51.42162	10.16684				15	00	16061	16061045
2913607	Günterod	guenterod	DE		0	Europe/Berlin	50.7402	8.469				05	065	06534	06534003
2913608	Güntering	guntering	DE		0	Europe/Berlin	48.30419	12.56497		Guntering,Gunthering,Güntering,Günthering		02	091	09171	09171127
2913609	Güntering	guntering	DE		0	Europe/Berlin	48.03947	11.19387				02	091	09188	09188132
2913610	Günterfürst	guenterfuerst	DE		0	Europe/Berlin	49.63652	8.97973		Gunterfurst,Günterfürst		05	064	06437	06437006
2913612	Günterberg	guenterberg	DE		0	Europe/Berlin	53.09712	13.96397				11	00	12073	12073008
2913614	Guntendorf	guntendorf	DE		0	Europe/Berlin	48.53853	12.47996				02	092	09274	09274112
2913618	Guntarz	guntarz	DE		0	Europe/Berlin	47.99065	9.84757				01	084	08426	08426038
2913620	Gunt	gunt	DE		0	Europe/Berlin	49.20119	12.21463				02	093	09376	09376149
2913623	Günsterode	guensterode	DE		0	Europe/Berlin	51.16933	9.65953				05	066	06634	06634014
2913625	Günstedt	guenstedt	DE		823	Europe/Berlin	51.22191	11.08041			16068022	15	00	16068	16068022
2913626	Gunsleben	gunsleben	DE		306	Europe/Berlin	52.04919	11.03415		Gunsleben		14	00	15083	15083025
2913627	Günserode	guenserode	DE		190	Europe/Berlin	51.30806	11.04944		Gunserode,Günserode		15	00	16065	16065085
2913628	Günsen	guensen	DE		0	Europe/Berlin	51.00844	7.87023				07	059	05966	05966024
2913629	Günsdorf	guensdorf	DE		0	Europe/Berlin	50.66696	12.85818				13	00	14521	14521710
2913630	Gunsbüttel	gunsbuettel	DE		0	Europe/Berlin	54.35756	8.91369				10	00	01054	01054095
2913633	Günnigfeld	guennigfeld	DE		0	Europe/Berlin	51.49577	7.145		Guenningsfeld,Gunnigfeld,Günnigfeld,Günningsfeld		07	059	05911	05911000
2913637	Günnetsmättle	gunnetsmattle	DE		0	Europe/Berlin	47.6439	8.06396		Gunnetsmaltle,Gunnetsmattle,Günnetsmältle,Günnetsmättle		01	083	08337	08337038
2913638	Gunnersdorf	gunnersdorf	DE		0	Europe/Berlin	50.90333	13.02005				13	00	14522	14522330
2913639	Günnenbach	gunnenbach	DE		0	Europe/Berlin	47.58276	7.93252				01	083	08337	08337116
2913642	Gunneby	gunneby	DE		0	Europe/Berlin	54.58308	9.78569		Gundeby,Gunneby		10	00	01059	01059094
2913644	Günne	guenne	DE		0	Europe/Berlin	51.49832	8.04912				07	059	05974	05974032
2913649	Günhoven	guenhoven	DE		0	Europe/Berlin	51.14554	6.38597				07	051	05116	05116000
2913650	Gungolding	gungolding	DE		0	Europe/Berlin	48.9238	11.34925		Gungolding		02	091	09176	09176165
2913651	Gungelshausen	gungelshausen	DE		0	Europe/Berlin	50.86594	9.23066				05	066	06634	06634026
2913652	Gunerfing	gunerfing	DE		0	Europe/Berlin	48.0605	12.59012				02	091	09189	09189157
2913656	Gündringen	gundringen	DE		0	Europe/Berlin	48.51593	8.70796				01	082	08235	08235046
2913658	Gundorf	gundorf	DE		0	Europe/Berlin	51.36213	12.26915				13	00	14713	14713000
2913659	Gündlkoferau	gundlkoferau	DE		0	Europe/Berlin	48.5191	12.03318				02	092	09261	09261000
2913660	Gündlkofen	gundlkofen	DE		0	Europe/Berlin	48.53338	12.02835		Gundlkofen,Gündlkofen		02	092	09274	09274194
2913661	Gundlitz	gundlitz	DE		0	Europe/Berlin	50.13366	11.65847				02	094	09475	09475175
2913662	Gündlingen	gundlingen	DE		0	Europe/Berlin	48.01416	7.63962		Gundlingen,Gündlingen		01	083	08315	08315015
2913663	Gundlfing	gundlfing	DE		0	Europe/Berlin	48.99215	11.67531				02	092	09273	09273164
2913668	Günding	gunding	DE		0	Europe/Berlin	48.25668	11.39411				02	091	09174	09174113
2913669	Gundihausen	gundihausen	DE		0	Europe/Berlin	48.44988	12.13564				02	092	09274	09274185
2913670	Gundhöring	gundhoring	DE		0	Europe/Berlin	48.82162	12.5198				02	092	09278	09278121
2913671	Gundholzen	gundholzen	DE		0	Europe/Berlin	47.70224	8.98945				01	083	08335	08335025
2913673	Gundhelm	gundhelm	DE		0	Europe/Berlin	50.36503	9.63449		Gundhelm		05	064	06435	06435025
2913674	Gundheimerhof	gundheimerhof	DE		0	Europe/Berlin	49.59954	8.07928				08	00	07333	07333026
2913676	Gundertshausen	gundertshausen	DE		0	Europe/Berlin	48.44594	11.24178				02	097	09771	09771162
2913678	Gundersreuth	gundersreuth	DE		0	Europe/Berlin	50.0746	11.36345				02	094	09477	09477136
2913679	Gundersleben	gundersleben	DE		0	Europe/Berlin	51.30167	10.77106				15	00	16065	16065014
2913680	Gundershofen	gundershofen	DE		0	Europe/Berlin	48.37672	9.60664				01	084	08425	08425108
2913682	Gündersbach	gundersbach	DE		0	Europe/Berlin	49.09241	10.94129				02	095	09577	09577161
2913683	Gundernhausen	gundernhausen	DE		0	Europe/Berlin	49.86969	8.78727				05	064	06432	06432020
2913684	Günderer	gunderer	DE		0	Europe/Berlin	47.82802	11.78593		Ginderer		02	091	09182	09182137
2913686	Gunderatweiler	gunderatweiler	DE		0	Europe/Berlin	47.61667	9.7				01	084	08436	08436001
2913688	Gündenhausen	gundenhausen	DE		0	Europe/Berlin	47.64735	7.80313				01	083	08336	08336081
2913689	Gündelwangen	gundelwangen	DE		0	Europe/Berlin	47.84229	8.29784		Gundelwangen,Gündelwangen		01	083	08337	08337022
2913690	Gundelswind	gundelswind	DE		0	Europe/Berlin	50.41399	10.99683				15	00	16072	16072015
2913691	Gundelshofen	gundelshofen	DE		0	Europe/Berlin	49.03333	11.66667		Gundelshofen		02	093	09375	09375148
2913694	Gundelshalm	gundelshalm	DE		0	Europe/Berlin	49.11164	10.82016		Gundelsheim		02	095	09577	09577159
2913697	Gundelshausen	gundelshausen	DE		0	Europe/Berlin	48.94695	11.99275				02	092	09273	09273137
2913698	Gundelshausen	gundelshausen	DE		0	Europe/Berlin	48.54239	11.63885				02	091	09186	09186152
2913699	Gundelshausen	gundelshausen	DE		0	Europe/Berlin	48.37236	8.49273		Gundelshausen		01	083	08325	08325012
2913700	Gundelsdorf	gundelsdorf	DE		0	Europe/Berlin	50.28194	11.3022		Gundelsdorf		02	094	09476	09476145
2913701	Gundelsdorf	gundelsdorf	DE		0	Europe/Berlin	48.54103	11.04646				02	097	09771	09771156
2913702	Gundelsby	gundelsby	DE		0	Europe/Berlin	54.72083	9.95031				10	00	01059	01059121
2913704	Gundelsberg	gundelsberg	DE		0	Europe/Berlin	47.76795	12.00767				02	091	09187	09187129
2913707	Gundelsbach	gundelsbach	DE		0	Europe/Berlin	48.82844	9.39977				01	081	08119	08119091
2913708	Gundelprechting	gundelprechting	DE		0	Europe/Berlin	48.17454	12.40789		Gundelprechting,Gundlprechting		02	091	09183	09183124
2913715	Gündelbach	gundelbach	DE		0	Europe/Berlin	48.99335	8.94148		Gundelbach,Gündelbach		01	081	08118	08118073
2913717	Gundamsried	gundamsried	DE		0	Europe/Berlin	48.58239	11.51286				02	091	09186	09186143
2913718	Gundackersdorf	gundackersdorf	DE		0	Europe/Berlin	48.38644	11.37574				02	091	09174	09174131
2913719	Günching	gunching	DE		0	Europe/Berlin	49.26108	11.58251				02	093	09373	09373167
2913723	Gümse	guemse	DE		0	Europe/Berlin	53.11294	11.14374				06	00	03354	03354004
2913724	Gumpratsried	gumpratsried	DE		0	Europe/Berlin	47.97358	10.31804				02	097	09778	09778186
2913725	Gumppenberg	gumppenberg	DE		0	Europe/Berlin	48.59443	11.06741				02	097	09771	09771156
2913726	Gumpolding	gumpolding	DE		0	Europe/Berlin	48.29006	12.2745				02	091	09183	09183114
2913727	Gumping	gumping	DE		0	Europe/Berlin	49.15369	12.31296				02	093	09372	09372169
2913728	Gumping	gumping	DE		0	Europe/Berlin	48.36556	13.08129				02	092	09277	09277149
2913729	Gumpertsreuth	gumpertsreuth	DE		0	Europe/Berlin	50.34237	11.97946				02	094	09475	09475127
2913731	Gumpertshausen	gumpertshausen	DE		0	Europe/Berlin	47.96407	11.58208		Gumpershausen		02	091	09184	09184141
2913732	Gumpertsham	gumpertsham	DE		0	Europe/Berlin	48.08103	12.30476				02	091	09187	09187116
2913733	Gumpertsham	gumpertsham	DE		0	Europe/Berlin	48.04878	12.59238				02	091	09189	09189157
2913734	Gumpertsham	gumpertsham	DE		0	Europe/Berlin	47.93101	11.61984				02	091	09184	09184141
2913735	Gumperting	gumperting	DE		0	Europe/Berlin	48.57527	13.07528				02	092	09275	09275114
2913736	Gumpersdorf	gumpersdorf	DE		0	Europe/Berlin	50.14032	11.48562				02	094	09477	09477159
2913737	Gumpersdorf	gumpersdorf	DE		0	Europe/Berlin	48.42926	11.36124				02	091	09174	09174147
2913738	Gumpersdorf	gumpersdorf	DE		0	Europe/Berlin	48.27946	12.86876				02	092	09277	09277154
2913739	Gumpersberg	gumpersberg	DE		0	Europe/Berlin	49.77023	8.93049		Gumpersberg		05	064	06437	06437001
2913744	Gumpenweiler	gumpenweiler	DE		0	Europe/Berlin	49.16667	10.2				02	095	09571	09571199
2913745	Gumpenweiler	gumpenweiler	DE		0	Europe/Berlin	48.24137	10.58032				02	097	09772	09772214
2913747	Gumpenreith	gumpenreith	DE		0	Europe/Berlin	48.80503	13.35594		Gumpenreit,Gumpenreith		02	092	09272	09272147
2913748	Gumpenhof	gumpenhof	DE		0	Europe/Berlin	49.58824	11.77329				02	093	09371	09371156
2913750	Gumpen	gumpen	DE		0	Europe/Berlin	49.86942	12.23504				02	093	09377	09377117
2913751	Gumpeltshofen	gumpeltshofen	DE		0	Europe/Berlin	47.7351	9.99706				01	084	08436	08436049
2913752	Gumpelstadt	gumpelstadt	DE		0	Europe/Berlin	50.83857	10.29177				15	00	16063	16063003
2913753	Gumpelshofen	gumpelshofen	DE		0	Europe/Berlin	49.44782	10.20652				02	095	09571	09571188
2913754	Gumpe	gumpe	DE		0	Europe/Berlin	51.51667	10.78333				15	00	16062	16062041
2913757	Gumnitz	gumnitz	DE		0	Europe/Berlin	53.68333	14.05				12	00	13075	13075131
2913758	Gummlin	gummlin	DE		0	Europe/Berlin	53.8714	14.02082				12	00	13075	13075129
2913762	Gummeroth	gummeroth	DE		0	Europe/Berlin	51.0358	7.52812		Gummeroth		07	053	05374	05374012
2913763	Gummern	gummern	DE		0	Europe/Berlin	53.01731	11.55939				06	00	03354	03354021
2913764	Gummering	gummering	DE		0	Europe/Berlin	48.6203	12.40101		Grummering,Gummering		02	092	09279	09279130
2913766	Gümmer	guemmer	DE		0	Europe/Berlin	52.40688	9.53305				06	00	03241	03241015
2913768	Gummelstede	gummelstede	DE		0	Europe/Berlin	53.577	7.96912				06	00	03455	03455015
2913770	Gummanz	gummanz	DE		0	Europe/Berlin	54.55365	13.58219				12	00	13073	13073078
2913772	Gumbsweiler	gumbsweiler	DE		0	Europe/Berlin	49.60183	7.5029				08	00	07336	07336095
2913775	Gumattenkirchen	gumattenkirchen	DE		0	Europe/Berlin	48.29941	12.48548				02	091	09183	09183127
2913776	Gülzowshof	guelzowshof	DE		0	Europe/Berlin	54.01337	13.10729				12	00	13075	13075082
2913780	Gülzow Dorf	guelzow-dorf	DE		0	Europe/Berlin	54.03197	13.12652				12	00	13073	13073089
2913781	Gülzow	guelzow	DE		978	Europe/Berlin	53.81978	12.06814				12	00	13072	13072042
2913782	Gülzow	guelzow	DE		481	Europe/Berlin	53.69368	12.85162		Guelzow,Gulzow,Gülzow		12	00	13071	13071060
2913784	Gülze	guelze	DE		0	Europe/Berlin	53.35301	10.81106				12	00	13076	13076136
2913785	Gülze	guelze	DE		0	Europe/Berlin	53.28568	10.91756				06	00	03355	03355049
2913788	Gültz	gueltz	DE		669	Europe/Berlin	53.75017	13.18732		Gultz,Gültz		12	00	13071	13071059
2913789	Gültstein	gultstein	DE		0	Europe/Berlin	48.57502	8.87858				01	081	08115	08115021
2913790	Gültlingen	gultlingen	DE		0	Europe/Berlin	48.65032	8.77473				01	082	08235	08235080
2913791	Gülstorf	gulstorf	DE		0	Europe/Berlin	53.26157	10.85732				06	00	03355	03355049
2913793	Güls	guels	DE		0	Europe/Berlin	50.34496	7.5489				08	00	07111	07111000
2913795	Gülpe	guelpe	DE		0	Europe/Berlin	52.72662	12.22495				11	00	12063	12063134
2913796	Gulow	gulow	DE		0	Europe/Berlin	53.15128	11.88623				11	00	12070	12070125
2913800	Gullen	gullen	DE		0	Europe/Berlin	47.75401	9.65473				01	084	08436	08436039
2913802	Gülitz	guelitz	DE		0	Europe/Berlin	53.78202	12.76069				12	00	13071	13071092
2913803	Gülitz	guelitz	DE		0	Europe/Berlin	53.20151	11.96548		Guhlitz,Gühlitz		11	00	12070	12070145
2913806	Gulg	gulg	DE		0	Europe/Berlin	49.97209	12.25244				02	093	09377	09377141
2913808	Güldenstein	gueldenstein	DE		0	Europe/Berlin	54.22146	10.83478				10	00	01055	01055020
2913813	Güldenhof	gueldenhof	DE		0	Europe/Berlin	53.08217	13.05322				11	00	12065	12065310
2913814	Güldengossa	gueldengossa	DE		0	Europe/Berlin	51.25707	12.44597				13	00	14729	14729190
2913815	Güldendorf	gueldendorf	DE		0	Europe/Berlin	52.31318	14.5451		Cieszonowo,Frankfurt Guldendorf,Frankfurt Güldendorf,Guldendorf,Güldendorf		11	00	12053	12053000
2913818	Gülden	guelden	DE		0	Europe/Berlin	53.05014	10.87724				06	00	03354	03354027
2913821	Gulde	gulde	DE		0	Europe/Berlin	54.69265	9.84132				10	00	01059	01059168
2913822	Gülchsheim	gulchsheim	DE		0	Europe/Berlin	49.58122	10.09214				02	095	09575	09575130
2913823	Gulben	gulben	DE		0	Europe/Berlin	51.78646	14.25417		Golbin,Gulben		11	00	12071	12071244
2913824	Guissen	guissen	DE		0	Europe/Berlin	51.73245	7.93839		Gusnun		07	055	05570	05570004
2913828	Guhreitzen	guhreitzen	DE		0	Europe/Berlin	52.95315	10.9788				06	00	03354	03354002
2913829	Guhra	guhra	DE		0	Europe/Berlin	51.24335	14.28639		Hora		13	00	14625	14625460
2913830	Guhlsdorf	guhlsdorf	DE		0	Europe/Berlin	53.09258	12.0423				11	00	12070	12070125
2913831	Gühlitz	guehlitz	DE		0	Europe/Berlin	52.96645	11.0804				06	00	03354	03354013
2913832	Gühlen Glienicke	guehlen-glienicke	DE		0	Europe/Berlin	53.05056	12.75798				11	00	12068	12068320
2913834	Gühlen	guehlen	DE		0	Europe/Berlin	52.97015	12.93709				11	00	12068	12068280
2913835	Guhlen	guhlen	DE		0	Europe/Berlin	52.01727	14.14182				11	00	12061	12061450
2913836	Guglöd	guglod	DE		0	Europe/Berlin	48.92735	13.43147				02	092	09272	09272143
2913841	Gügleben	guegleben	DE		0	Europe/Berlin	50.88029	11.08446				15	00	16070	16070012
2913843	Gugging	gugging	DE		0	Europe/Berlin	48.28485	11.99544				02	091	09177	09177113
2913844	Guggenmühle	guggenmuhle	DE		0	Europe/Berlin	49.25306	11.19076				02	095	09576	09576113
2913850	Guggenberg	guggenberg	DE		0	Europe/Berlin	49.65973	9.38811				02	096	09676	09676119
2913851	Guggenberg	guggenberg	DE		0	Europe/Berlin	48.33568	11.27961				02	091	09174	09174118
2913852	Guggenberg	guggenberg	DE		0	Europe/Berlin	48.21873	10.72017				02	097	09772	09772200
2913853	Guggenberg	guggenberg	DE		0	Europe/Berlin	48.03629	12.68983				02	091	09189	09189152
2913854	Guggenberg	guggenberg	DE		0	Europe/Berlin	47.93771	10.3222				02	097	09778	09778186
2913855	Guggenberg	guggenberg	DE		0	Europe/Berlin	47.66186	11.04951				02	091	09180	09180112
2913869	Guggemoosen	guggemoosen	DE		0	Europe/Berlin	47.6509	10.56226		Guggemoosen,Guggenmosen		02	097	09777	09777168
2913870	Guggemoos	guggemoos	DE		0	Europe/Berlin	47.6406	10.48346		Guggemoos,Guggenmoos		02	097	09780	09780128
2913878	Gufflham	gufflham	DE		0	Europe/Berlin	48.15316	12.68593				02	091	09171	09171113
2913882	Güdingen	guedingen	DE		0	Europe/Berlin	49.20241	7.03574				09	00	10041	10041100
2913884	Güdesweiler	guedesweiler	DE		0	Europe/Berlin	49.52063	7.10486				09	00	10046	10046116
2913885	Gudersleben	gudersleben	DE		0	Europe/Berlin	51.55573	10.67974				15	00	16062	16062005
2913887	Güderott	guederott	DE		0	Europe/Berlin	54.61928	9.79753				10	00	01059	01059187
2913891	Gudenhagen	gudenhagen	DE		0	Europe/Berlin	51.37214	8.5842		Guden,Gudenhagen		07	059	05958	05958012
2913898	Gudehausen	gudehausen	DE		0	Europe/Berlin	52.74383	9.87903				06	00	03351	03351024
2913901	Gudderitz	gudderitz	DE		0	Europe/Berlin	54.6414	13.3281				12	00	13073	13073004
2913902	Güdderath	guedderath	DE		0	Europe/Berlin	51.12885	6.44262				07	051	05116	05116000
2913903	Gückling	guckling	DE		0	Europe/Berlin	48.35	12.03333				02	091	09177	09177120
2913904	Guckinsdorf	guckinsdorf	DE		0	Europe/Berlin	48.4691	8.14856				01	083	08317	08317098
2913911	Gückelsberg	gueckelsberg	DE		0	Europe/Berlin	50.86219	13.08407				13	00	14522	14522140
2913912	Gückelhirn	guckelhirn	DE		0	Europe/Berlin	50.1833	10.70032				02	096	09674	09674171
2913914	Gubschgrund	gubschgrund	DE		0	Europe/Berlin	51.08333	14.58333				13	00	14626	14626270
2913915	Gübs	guebs	DE		362	Europe/Berlin	52.11106	11.73805		Gubs,Gübs		14	00	15086	15086005
2913916	Gubkow	gubkow	DE		0	Europe/Berlin	54.02759	12.34777				12	00	13072	13072091
2913917	Gubitzmoos	gubitzmoos	DE		0	Europe/Berlin	49.88095	11.48046				02	094	09472	09472155
2913918	Gubisrath	gubisrath	DE		0	Europe/Berlin	51.11645	6.70203		Gubisrath		07	051	05162	05162008
2913919	Gubener Vorstadt	gubener-vorstadt	DE		0	Europe/Berlin	52.33808	14.55345				11	00	12053	12053000
2913920	Gubener Vorstadt	gubener-vorstadt	DE		0	Europe/Berlin	51.94363	13.9158				11	00	12061	12061316
2913923	Gubberath	gubberath	DE		0	Europe/Berlin	51.10573	6.54536				07	051	05162	05162012
2913929	Gstetten	gstetten	DE		0	Europe/Berlin	49.20973	12.51287				02	093	09372	09372153
2913930	Gstetten	gstetten	DE		0	Europe/Berlin	48.41792	13.32178		Gstetten,Gstotten,Gstötten		02	092	09275	09275141
2913932	Gsteinet	gsteinet	DE		0	Europe/Berlin	48.71285	13.69438				02	092	09272	09272129
2913934	Gstein	gstein	DE		0	Europe/Berlin	48.71639	13.14583				02	092	09271	09271127
2913938	Gstaudach	gstaudach	DE		0	Europe/Berlin	49.04627	13.01744				02	092	09276	09276118
2913939	Gstaudach	gstaudach	DE		0	Europe/Berlin	48.5733	12.10627		Gstaudach		02	092	09274	09274113
2913940	Gstatt	gstatt	DE		0	Europe/Berlin	47.74863	12.63991				02	091	09189	09189140
2913943	Gstadt	gstadt	DE		0	Europe/Berlin	49.06883	12.93747				02	092	09276	09276144
2913946	Gspannberg	gspannberg	DE		0	Europe/Berlin	49.35202	11.38081				02	093	09373	09373113
2913950	Gsenget	gsenget	DE		0	Europe/Berlin	48.72636	13.73797				02	092	09272	09272136
2913955	Gschwendthannet	gschwendthannet	DE		0	Europe/Berlin	48.55818	13.45885				02	092	09262	09262000
2913956	Gschwendt	gschwendt	DE		0	Europe/Berlin	48.97702	12.63567				02	092	09278	09278116
2913957	Gschwendt	gschwendt	DE		0	Europe/Berlin	48.70639	13.19084				02	092	09271	09271127
2913958	Gschwendt	gschwendt	DE		0	Europe/Berlin	47.75216	11.82191				02	091	09182	09182119
2913959	Gschwendt	gschwendt	DE		0	Europe/Berlin	47.70024	11.41567		Gschwend,Gschwendt		02	091	09173	09173113
2913960	Gschwendt	gschwendt	DE		0	Europe/Berlin	47.70034	10.97852				02	091	09180	09180113
2913968	Gschwendet	gschwendet	DE		0	Europe/Berlin	48.79045	13.70618				02	092	09272	09272121
2913987	Gschwand	gschwand	DE		0	Europe/Berlin	49.31337	12.7511				02	093	09372	09372126
2913990	Gschwall	gschwall	DE		0	Europe/Berlin	47.7835	12.72583				02	091	09189	09189124
2913993	Gschöd	gschod	DE		0	Europe/Berlin	48.323	13.02874				02	092	09277	09277152
2913999	Gschlachtenbretzingen	gschlachtenbretzingen	DE		0	Europe/Berlin	49.08817	9.75404				01	081	08127	08127056
2914001	Gschieß	gschiess	DE		0	Europe/Berlin	49.29071	12.72091				02	093	09372	09372174
2914006	Gschaid	gschaid	DE		0	Europe/Berlin	48.50867	13.01623				02	092	09277	09277114
2914007	Gschaid	gschaid	DE		0	Europe/Berlin	48.56617	12.48276				02	092	09279	09279126
2914008	Gschaid	gschaid	DE		0	Europe/Berlin	48.38836	12.94282				02	092	09277	09277139
2914021	Grütz	gruetz	DE		0	Europe/Berlin	52.66181	12.27808				11	00	12063	12063252
2914022	Grüttow	gruettow	DE		0	Europe/Berlin	53.86154	13.53464				12	00	13075	13075128
2914027	Grütlohn	gruetlohn	DE		0	Europe/Berlin	51.81514	6.83298				07	055	05554	05554012
2914028	Grüterich	grueterich	DE		0	Europe/Berlin	51.09656	7.34108				07	053	05374	05374052
2914031	Grüssow	gruessow	DE		0	Europe/Berlin	53.97758	13.9615				12	00	13075	13075114
2914032	Grüssow	gruessow	DE		147	Europe/Berlin	53.44277	12.42485				12	00	13071	13071036
2914033	Grüßgott	grussgott	DE		0	Europe/Berlin	48.36667	8.35				01	083	08325	08325050
2914035	Grußendorf	grussendorf	DE		0	Europe/Berlin	52.54786	10.70429				06	00	03151	03151025
2914037	Grüsselbach	gruesselbach	DE		0	Europe/Berlin	50.74029	9.91936				05	066	06631	06631022
2914040	Grüsen	gruesen	DE		0	Europe/Berlin	51.0017	8.94895				05	066	06635	06635012
2914045	Grürmannsheide	gruermannsheide	DE		0	Europe/Berlin	51.38904	7.63411				07	059	05962	05962024
2914046	Grüppenbühren	grueppenbuehren	DE		0	Europe/Berlin	53.06892	8.52736				06	00	03458	03458005
2914049	Grupenhagen	grupenhagen	DE		0	Europe/Berlin	52.07339	9.22937				06	00	03252	03252001
2914050	Gruorn	gruorn	DE		0	Europe/Berlin	48.4493	9.50337				01	084	08415	
2914051	Gruol	gruol	DE		0	Europe/Berlin	48.34561	8.77567				01	084	08417	08417025
2914052	Grünzing	grunzing	DE		0	Europe/Berlin	48.36783	12.27824				02	092	09274	09274183
2914054	Grünz	gruenz	DE		0	Europe/Berlin	53.28266	14.13314				12	00	13075	13075107
2914055	Grünwinkel	grunwinkel	DE		0	Europe/Berlin	49.00049	8.3545				01	082	08212	08212000
2914057	Grünwettersbach	grunwettersbach	DE		0	Europe/Berlin	48.95565	8.46891				01	082	08212	08212000
2914059	Grünwangen	grunwangen	DE		0	Europe/Berlin	47.76125	9.37504				01	084	08435	08435067
2914072	Grünthal	gruenthal	DE		0	Europe/Berlin	54.31095	13.0499				12	00	13073	13073088
2914073	Grünthal	gruenthal	DE		0	Europe/Berlin	51.36667	7.45				07	059	05914	05914000
2914074	Grünthal	grunthal	DE		0	Europe/Berlin	49.05396	12.16178				02	093	09375	09375208
2914075	Grünthal	grunthal	DE		0	Europe/Berlin	48.14055	12.39427				02	091	09183	09183147
2914076	Grünthal	grunthal	DE		0	Europe/Berlin	47.79817	12.09483				02	091	09187	09187165
2914090	Grüntegernbach	gruntegernbach	DE		0	Europe/Berlin	48.29427	12.21476				02	091	09177	09177115
2914091	Grüntal	gruental	DE		0	Europe/Berlin	52.74346	13.72338				11	00	12060	12060250
2914092	Grüntal	gruntal	DE		0	Europe/Berlin	48.47986	8.46784				01	082	08237	08237028
2914095	Grünstein	grunstein	DE		0	Europe/Berlin	50.088	11.72867				02	094	09472	09472139
2914099	Grünstaude	grunstaude	DE		0	Europe/Berlin	49.10405	11.74181				02	093	09373	09373151
2914100	Grünstädtel	gruenstaedtel	DE		0	Europe/Berlin	50.52812	12.81541				13	00	14521	14521500
2914101	Grünstadt	gruenstadt	DE		13424	Europe/Berlin	49.56302	8.16279		Grinnschdadt,Grinshtat,Grjunshtadt,Gruenspadt,Gruenstadt,Grunstadt,Grünstadt,ge lin si ta te,ghrwnshtat,guryunshutatto,Гринштат,Грюнштадт,غرونشتات,گرون‌اشتات,グリューンシュタット,格林斯塔特		08	00	07332	07332024
2914104	Grünsfeldhausen	grunsfeldhausen	DE		0	Europe/Berlin	49.62623	9.74348		Grunsfeldhausen,Grünsfeldhausen		01	081	08128	08128047
2914106	Grünseiboldsdorf	grunseiboldsdorf	DE		0	Europe/Berlin	48.44491	11.9072				02	091	09178	09178143
2914110	Grünschlag	grunschlag	DE		0	Europe/Berlin	49.14719	11.87459				02	093	09375	09375118
2914111	Grünscheid	gruenscheid	DE		0	Europe/Berlin	51.10726	7.05403				07	053	05378	05378016
2914112	Grünscheid	gruenscheid	DE		0	Europe/Berlin	51.09764	7.08025				07	053	05378	05378008
2914113	Grünscheid	gruenscheid	DE		0	Europe/Berlin	50.98622	7.38088				07	053	05374	05374008
2914115	Grünreuth	grunreuth	DE		0	Europe/Berlin	49.59005	11.54495		Grunreuth,Grünreuth		02	095	09574	09574129
2914116	Grünpöhl	gruenpoehl	DE		0	Europe/Berlin	50.34212	12.08917				13	00	14523	14523440
2914117	Grünplan	gruenplan	DE		0	Europe/Berlin	53.18849	12.88191				12	00	13071	13071167
2914121	Grünow	gruenow	DE		347	Europe/Berlin	53.34419	13.31053		Gruenow,Grunow,Grünow		12	00	13071	13071058
2914123	Grünow	gruenow	DE		0	Europe/Berlin	53.12267	14.06954				11	00	12073	12073386
2914127	Grünmorsbach	grunmorsbach	DE		0	Europe/Berlin	49.96185	9.21044				02	096	09671	09671124
2914128	Grünmettstetten	grunmettstetten	DE		0	Europe/Berlin	48.45753	8.61568				01	082	08237	08237040
2914130	Grünlingen	grunlingen	DE		0	Europe/Berlin	47.88281	9.55866				01	084	08436	08436096
2914131	Grünlichtenberg	gruenlichtenberg	DE		0	Europe/Berlin	51.0382	13.06867				13	00	14522	14522300
2914132	Grünlas	grunlas	DE		0	Europe/Berlin	50.20192	11.6283				02	094	09477	09477117
2914133	Grünlas	grunlas	DE		0	Europe/Berlin	49.96643	11.93445				02	093	09377	09377115
2914137	Grünkraut	gruenkraut	DE		3078	Europe/Berlin	47.74417	9.65588		Grinkraut,Grjunkraut,Gruenkraut,Grunkraut,Grünkraut,ge lin ke lao te,Гринкраут,Грюнкраут,格林克劳特	08436039	01	084	08436	08436039
2914138	Grün Kordshagen	gruen-kordshagen	DE		0	Europe/Berlin	54.21938	12.95623				12	00	13073	13073041
2914144	Grüningen	grueningen	DE		0	Europe/Berlin	52.29779	12.45407				11	00	12069	12069648
2914145	Grüningen	grueningen	DE		0	Europe/Berlin	51.22957	10.97163				15	00	16065	16065089
2914146	Grüningen	grueningen	DE		0	Europe/Berlin	50.50993	8.73001				05	065	06531	06531014
2914147	Grüningen	gruningen	DE		0	Europe/Berlin	48.16792	9.45301				01	084	08426	08426097
2914148	Grüningen	gruningen	DE		0	Europe/Berlin	47.98303	8.46639				01	083	08326	08326012
2914156	Grünhufe	gruenhufe	DE		0	Europe/Berlin	54.30961	13.04129				12	00	13073	13073088
2914159	Grünhörn	gruenhoern	DE		0	Europe/Berlin	54.36667	8.75				10	00	01054	01054104
2914162	Grünholz	gruenholz	DE		0	Europe/Berlin	54.70544	9.77681				10	00	01059	01059109
2914163	Grunholz	grunholz	DE		0	Europe/Berlin	47.57739	8.08714	350			01	083	08337	08337066
2914166	Grünhöfe	grunhofe	DE		0	Europe/Berlin	48.37307	10.35361				02	097	09774	09774145
2914168	Grünhof	gruenhof	DE		0	Europe/Berlin	53.43773	11.10154				12	00	13076	13076169
2914169	Grünhof	gruenhof	DE		0	Europe/Berlin	53.41247	10.43591		Gruenhof,Grunhof,Grünhof		10	00	01053	01053032
2914176	Grünheide	gruenheide	DE		0	Europe/Berlin	53.15022	13.9232				11	00	12073	12073430
2914177	Grünheide	gruenheide	DE		7599	Europe/Berlin	52.42343	13.81324		Grinkhajde,Grjunkhajde,Gruenheide,Gruenheide in der Mark,Grunheide,Gryuhayde,Grünheide,Grünheide in der Mark,ge lin hai de,Гринхајде,Грюнхайде,Գրյուհայդե,格林海德		11	00	12067	12067201
2914181	Grünhaus	gruenhaus	DE		0	Europe/Berlin	51.55	13.71667				11	00	12062	12062140
2914186	Grünhainichen	gruenhainichen	DE		1383	Europe/Berlin	50.7672	13.15366		Grinkhajnikhen,Grjunkhajnikhen,Gruenhainichen,Grunhainichen,Grünhainichen,ge lin hai ni xing,Гринхајнихен,Грюнхайнихен,格林海尼兴	14521270	13	00	14521	14521270
2914188	Grünhain	gruenhain	DE		2602	Europe/Berlin	50.58019	12.80695		Gruenhain,Grunhain,Grünhain		13	00	14521	14521260
2914189	Grünhaide	gruenhaide	DE		0	Europe/Berlin	50.476	12.45803				13	00	14523	14523020
2914190	Grünhaid	grunhaid	DE		0	Europe/Berlin	50.20904	12.09446				02	094	09479	09479150
2914191	Grünhagen	gruenhagen	DE		0	Europe/Berlin	53.1549	10.45358				06	00	03360	03360004
2914195	Grüngraben	grungraben	DE		0	Europe/Berlin	49.98576	11.50613				02	094	09472	09472150
2914196	Grüngräbchen	gruengraebchen	DE		0	Europe/Berlin	51.35748	13.97527				13	00	14625	14625550
2914197	Grüngiebing	grungiebing	DE		0	Europe/Berlin	48.23875	12.22123				02	091	09183	09183135
2914199	Grünfelde	gruenfelde	DE		0	Europe/Berlin	52.97691	12.40832				11	00	12068	12068264
2914200	Grünewiese	gruenewiese	DE		0	Europe/Berlin	51.25903	7.65012				07	059	05962	05962004
2914207	Grünewalde	gruenewalde	DE		0	Europe/Berlin	52.02995	11.74549				14	00	15089	15089305
2914208	Grünewalde	gruenewalde	DE		0	Europe/Berlin	51.5143	13.70725				11	00	12066	12066176
2914211	Grünewald	gruenewald	DE		0	Europe/Berlin	51.21667	7.61667				07	059	05962	05962032
2914212	Grünewald	gruenewald	DE		0	Europe/Berlin	53.11767	10.43255				06	00	03360	03360004
2914224	Grünet	grunet	DE		0	Europe/Berlin	48.49765	13.37168				02	092	09275	09275133
2914229	Grunertshofen	grunertshofen	DE		0	Europe/Berlin	48.18858	11.08578				02	091	09179	09179138
2914232	Grunern	grunern	DE		0	Europe/Berlin	47.87054	7.719		Grunern		01	083	08315	08315108
2914233	Grüner Jäger	gruener-jaeger	DE		0	Europe/Berlin	53.63333	10.1				04	00	02000	02000000
2914235	Grüner Hirsch	gruener-hirsch	DE		0	Europe/Berlin	54.23333	10.88333				10	00	01055	01055027
2914242	Grünerdeich	gruenerdeich	DE		0	Europe/Berlin	53.4	10.2				04	00	02000	02000000
2914244	Grüner Berg	gruner-berg	DE		0	Europe/Berlin	48.28231	8.58294				01	083	08325	08325045
2914248	Grünenwulsch	gruenenwulsch	DE		0	Europe/Berlin	52.65523	11.68001		Grunenwulsch,Grunenwusch,Grünenwulsch,Grünenwusch		14	00	15090	15090070
2914249	Grünenwört	grunenwort	DE		0	Europe/Berlin	49.77024	9.46925		Grunenwort,Grünenwört		01	081	08128	08128131
2914252	Grünental	gruenental	DE		0	Europe/Berlin	54.12247	9.33286		Grunental,Grunenthal,Grünental,Grünenthal		10	00	01058	01058013
2914253	Grünenthal	gruenenthal	DE		0	Europe/Berlin	51.17713	7.76929		Grunenthal,Grunthal,Grünenthal,Grünthal		07	059	05962	05962020
2914254	Grünenthal	gruenenthal	DE		0	Europe/Berlin	50.81135	6.04917		Gruenenthal,Grunenthal,Gruneutal,Grünenthal,Grüneutal		07	053	05334	05334002
2914258	Grünenplan	gruenenplan	DE		0	Europe/Berlin	51.95563	9.74141				06	00	03255	03255008
2914259	Grünenkamp	gruenenkamp	DE		0	Europe/Berlin	53.3444	8.04199				06	00	03455	03455026
2914260	Grünenhagen	gruenenhagen	DE		0	Europe/Berlin	53.74934	11.98054				12	00	13072	13072104
2914262	Grünenfurt	grunenfurt	DE		0	Europe/Berlin	48.0114	10.19016				02	097	09764	09764000
2914265	Grünenborn	gruenenborn	DE		0	Europe/Berlin	50.8946	7.28208				07	053	05382	05382028
2914266	Grünenberg	grunenberg	DE		0	Europe/Berlin	48.65106	9.7514				01	081	08117	08117025
2914267	Grünenberg	grunenberg	DE		0	Europe/Berlin	47.84026	9.6737				01	084	08436	08436012
2914268	Grünenberg	grunenberg	DE		0	Europe/Berlin	47.81932	9.81797				01	084	08436	08436085
2914275	Grünenbaindt	grunenbaindt	DE		0	Europe/Berlin	48.36857	10.54567				02	097	09772	09772131
2914277	Grünenbach	gruenenbach	DE		0	Europe/Berlin	50.92577	7.61928				07	053	05374	05374044
2914279	Grünenbach	gruenenbach	DE		1364	Europe/Berlin	47.62864	10.00843		Grinenbakh,Grjunenbakh,Gryunenbax,ge lu nen ba he,Гриненбах,Грюненбах,Գրյունենբախ,格吕嫩巴赫	09776113	02	097	09776	09776113
2914280	Grünemoor	gruenemoor	DE		0	Europe/Berlin	52.71207	8.31425				06	00	03460	03460009
2914281	Grünelinde	gruenelinde	DE		0	Europe/Berlin	52.48584	13.74266				11	00	12064	12064428
2914284	Grüneiche	grueneiche	DE		0	Europe/Berlin	52.29528	12.58634				11	00	12069	12069216
2914290	Grünegras	gruenegras	DE		0	Europe/Berlin	52.41537	7.91622				06	00	03459	03459014
2914291	Grünegg	grunegg	DE		0	Europe/Berlin	47.9814	10.46175				02	097	09778	09778113
2914292	Grünefeld	gruenefeld	DE		0	Europe/Berlin	52.67628	12.96455				11	00	12063	12063273
2914294	Grüneck	gruneck	DE		0	Europe/Berlin	48.31796	11.68997				02	091	09178	09178145
2914295	Grüneck	gruneck	DE		0	Europe/Berlin	47.6357	11.74546				02	091	09182	09182124
2914298	Grüneburg	grueneburg	DE		0	Europe/Berlin	50.9592	13.3577				13	00	14522	14522240
2914304	Grüneberg	grueneberg	DE		0	Europe/Berlin	52.87441	13.22445				11	00	12065	12065198
2914309	Grünebach	gruenebach	DE		574	Europe/Berlin	50.78333	7.9		Grinebakh,Grjunebakh,ge lu nei ba he,grwnbakh,Гринебах,Грюнебах,گرونباخ,格吕内巴赫	07132042	08	00	07132	07132042
2914314	Grundsteinheim	grundsteinheim	DE		0	Europe/Berlin	51.65447	8.87644		Grundsteinheim		07	057	05774	05774028
2914317	Grundshagen	grundshagen	DE		0	Europe/Berlin	53.98305	11.13979				12	00	13074	13074039
2914319	Grund Schwalheim	grund-schwalheim	DE		0	Europe/Berlin	50.41264	8.90308				05	064	06440	06440006
2914320	Grundschöttel	grundschoettel	DE		0	Europe/Berlin	51.36189	7.37004				07	059	05954	05954032
2914321	Grundoldendorf	grundoldendorf	DE		0	Europe/Berlin	53.46999	9.59421				06	00	03359	03359003
2914323	Grundnern	grundnern	DE		0	Europe/Berlin	47.71368	11.58526				02	091	09173	09173124
2914324	Grundmühle	grundmuehle	DE		0	Europe/Berlin	52.86887	13.146				11	00	12065	12065198
2914331	Gründlhut	grundlhut	DE		0	Europe/Berlin	49.82287	11.93081				02	093	09377	09377128
2914340	Gründlbach	grundlbach	DE		0	Europe/Berlin	49.86483	12.38694				02	093	09377	09377154
2914343	Gründl	grundl	DE		0	Europe/Berlin	48.51945	11.81624				02	091	09178	09178144
2914344	Gründl	grundl	DE		0	Europe/Berlin	47.69607	10.80179		Hinter Grundl,Hinter Gründl		02	091	09190	09190143
2914346	Gründholm	grundholm	DE		0	Europe/Berlin	48.44877	11.44386				02	091	09186	09186146
2914358	Grundfeld	grundfeld	DE		0	Europe/Berlin	50.12208	11.0365				02	094	09478	09478165
2914359	Grundend	grundend	DE		0	Europe/Berlin	51.30083	6.60359				07	051	05114	05114000
2914360	Gründen	gruenden	DE		0	Europe/Berlin	52.26688	8.75765				07	057	05770	05770004
2914364	Gründels	grundels	DE		0	Europe/Berlin	47.68231	9.99091				01	084	08436	08436049
2914366	Gründelhardt	grundelhardt	DE		0	Europe/Berlin	49.0816	9.97845				01	081	08127	08127103
2914373	Gründeich	gruendeich	DE		0	Europe/Berlin	53.66468	7.52818				06	00	03462	03462006
2914391	Grundbach	grundbach	DE		0	Europe/Berlin	47.80771	11.91755				02	091	09182	09182123
2914395	Grund	grund	DE		0	Europe/Berlin	51.20614	7.1853		Grund		07	051	05120	05120000
2914396	Grund	grund	DE		0	Europe/Berlin	51.08333	7.05				07	053	05316	05316000
2914397	Grund	grund	DE		0	Europe/Berlin	51.07908	7.32438		Grund		07	053	05374	05374052
2914398	Grund	grund	DE		0	Europe/Berlin	50.99362	13.47167		Grund		13	00	14628	14628410
2914399	Grund	grund	DE		0	Europe/Berlin	50.97115	8.1323				07	059	05970	05970020
2914400	Grund	grund	DE		0	Europe/Berlin	50.88333	7.9				07	059	05970	05970016
2914401	Grund	grund	DE		0	Europe/Berlin	50.21293	11.81139				02	094	09475	09475154
2914402	Grund	grund	DE		0	Europe/Berlin	49.94539	11.70297				02	094	09472	09472199
2914403	Grund	grund	DE		0	Europe/Berlin	48.71118	13.66038				02	092	09272	09272129
2914404	Grund	grund	DE		0	Europe/Berlin	48.47807	13.29806				02	092	09275	09275145
2914405	Grund	grund	DE		0	Europe/Berlin	47.80213	10.10839				01	084	08436	08436055
2914406	Grund	grund	DE		0	Europe/Berlin	47.80498	9.7713				01	084	08436	08436078
2914419	Grünbusch	gruenbusch	DE		0	Europe/Berlin	51.26127	14.42857		Haj,Radworski Haj		13	00	14625	14625490
2914422	Grünbühl	grunbuhl	DE		0	Europe/Berlin	49.21311	9.62447				01	081	08126	08126058
2914426	Grünbichl	grunbichl	DE		0	Europe/Berlin	48.91911	13.26145				02	092	09276	09276127
2914427	Grünberg	gruenberg	DE		0	Europe/Berlin	53.35434	14.14747				11	00	12073	12073085
2914428	Grünberg	gruenberg	DE		0	Europe/Berlin	51.36055	14.06712				13	00	14625	14625030
2914429	Grünberg	gruenberg	DE		0	Europe/Berlin	51.16408	13.84285				13	00	14625	14625430
2914430	Grünberg	gruenberg	DE		0	Europe/Berlin	50.85901	12.38136				15	00	16077	16077039
2914431	Grünberg	gruenberg	DE		0	Europe/Berlin	50.8288	13.11116				13	00	14522	14522020
2914432	Grünberg	gruenberg	DE		14233	Europe/Berlin	50.59403	8.95866		Grinberg,Grjunberg,Gruenberg,Grunberg,Grunberg in Hessen,Grünberg,Grünberg in Hessen,ge lin bei ge,grwnbrg  hsn,Гринберг,Грюнберг,گرونبرگ، هسن,格林贝格		05	065	06531	06531006
2914445	Grünberg	gruenberg	DE		0	Europe/Berlin	54.38333	10.5				10	00	01057	01057029
2914457	Grünbach	gruenbach	DE		1927	Europe/Berlin	50.44995	12.36186		Grinbakh,Grjunbakh,Grunbach,Grünbach,ge lin ba he,Гринбах,Грюнбах,格林巴赫		13	00	14523	14523130
2914459	Grünbach	gruenbach	DE		0	Europe/Berlin	49.63547	7.39317				08	00	07134	07134005
2914475	Grünaue	gruenaue	DE		0	Europe/Berlin	52.5786	12.3477				11	00	12063	12063244
2914477	Grünau	grunau	DE		5408	Europe/Berlin	52.41642	13.58039		Berlin-Grunau,Berlin-Grünau		16	00	11000	11000000
2914478	Grünau	gruenau	DE		0	Europe/Berlin	51.32099	12.28059				13	00	14713	14713000
2914479	Grünau	gruenau	DE		0	Europe/Berlin	54.30215	12.64607				12	00	13073	13073053
2914480	Grunau	grunau	DE		0	Europe/Berlin	51.16866	12.14229		Grunau		14	00	15084	15084235
2914481	Grunau	grunau	DE		0	Europe/Berlin	51.06284	13.15057				13	00	14522	14522510
2914482	Grünau	gruenau	DE		0	Europe/Berlin	50.68265	13.07428				13	00	14521	14521240
2914483	Grünau	gruenau	DE		0	Europe/Berlin	50.65175	12.60798				13	00	14524	14524150
2914484	Grünau	gruenau	DE		0	Europe/Berlin	50.52819	11.47704				15	00	16073	16073106
2914485	Grunau	grunau	DE		0	Europe/Berlin	49.92956	11.61922				02	094	09462	09462000
2914486	Grünau	grunau	DE		0	Europe/Berlin	49.56321	12.12822				02	093	09374	09374133
2914492	Grüna	gruena	DE		0	Europe/Berlin	52.03138	13.08452				11	00	12072	12072169
2914493	Gruna	gruna	DE		0	Europe/Berlin	51.52829	12.61951				13	00	14730	14730160
2914494	Gruna	gruna	DE		0	Europe/Berlin	51.07457	13.29792		Gruna,Niedergruna		13	00	14627	14627180
2914495	Gruna	gruna	DE		0	Europe/Berlin	51.03772	13.78544				13	00	14612	14612000
2914496	Grüna	gruena	DE		0	Europe/Berlin	50.90728	11.97664				15	00	16076	16076089
2914497	Grüna	gruena	DE		0	Europe/Berlin	50.81235	12.80091				13	00	14511	14511000
2914498	Grüna	gruena	DE		0	Europe/Berlin	50.64712	12.73363				13	00	14521	14521370
2914499	Grüna	gruena	DE		0	Europe/Berlin	50.65437	12.02383				15	00	16076	16076087
2914501	Grün	grun	DE		0	Europe/Berlin	48.94302	12.92387				02	092	09276	09276111
2914502	Grün	grun	DE		0	Europe/Berlin	50.17414	11.35174				02	094	09476	09476185
2914503	Grün	grun	DE		0	Europe/Berlin	50.07903	11.95878				02	094	09479	09479145
2914504	Grün	grun	DE		0	Europe/Berlin	50.03333	10.23333				02	096	09662	09662000
2914505	Grün	grun	DE		0	Europe/Berlin	49.85016	12.36958				02	093	09377	09377112
2914506	Grün	grun	DE		0	Europe/Berlin	49.82238	11.77713				02	093	09374	09374163
2914507	Grün	grun	DE		0	Europe/Berlin	49.3	11.71667				02	093	09373	09373167
2914508	Grün	grun	DE		0	Europe/Berlin	49.0108	12.79296				02	092	09278	09278184
2914509	Grün	grun	DE		0	Europe/Berlin	48.36326	8.11479				01	083	08317	08317146
2914510	Grün	grun	DE		0	Europe/Berlin	48.2957	12.17004				02	091	09177	09177115
2914511	Grün	grun	DE		0	Europe/Berlin	48.15461	8.04475				01	083	08316	08316055
2914512	Grün	grun	DE		0	Europe/Berlin	48.08422	8.08951				01	083	08316	08316042
2914517	Grumsmühlen	grumsmuehlen	DE		0	Europe/Berlin	52.53991	7.43472				06	00	03454	03454028
2914519	Grumsin	grumsin	DE		0	Europe/Berlin	52.99469	13.85445				11	00	12073	12073008
2914520	Grumpenbächle	grumpenbachle	DE		0	Europe/Berlin	48.2899	8.31902				01	083	08325	08325051
2914522	Grümpen	gruempen	DE		0	Europe/Berlin	50.39702	11.04119				15	00	16072	16072023
2914525	Grümpel	grumpel	DE		0	Europe/Berlin	50.32769	11.40213				02	094	09476	09476189
2914526	Grummersort	grummersort	DE		0	Europe/Berlin	53.12096	8.34825				06	00	03458	03458010
2914527	Grumme	grumme	DE		0	Europe/Berlin	51.49927	7.22864		Grumhem,Grumhêm,Grumme		07	059	05911	05911000
2914528	Grummark	grummark	DE		0	Europe/Berlin	54.6779	9.9216				10	00	01059	01059045
2914530	Grumeth	grumeth	DE		0	Europe/Berlin	50.9263	7.55312				07	053	05374	05374032
2914532	Grumby	grumby	DE		0	Europe/Berlin	54.58505	9.66624				10	00	01059	01059097
2914545	Gruiwang	gruiwang	DE		0	Europe/Berlin	47.73978	10.80682		Greuwang,Gruiwang		02	091	09190	09190114
2914547	Gruissem	gruissem	DE		0	Europe/Berlin	51.14032	6.64501				07	051	05162	05162024
2914551	Grügelborn	gruegelborn	DE		0	Europe/Berlin	49.51571	7.20686				09	00	10046	10046111
2914554	Grüft	grueft	DE		0	Europe/Berlin	54.53333	9.33333				10	00	01059	01059092
2914555	Gruel	gruel	DE		0	Europe/Berlin	54.1995	12.57291				12	00	13073	13073001
2914557	Grucking	grucking	DE		0	Europe/Berlin	48.34227	11.97278				02	091	09177	09177120
2914560	Grubweidach	grubweidach	DE		0	Europe/Berlin	47.7	10.8				02	091	09190	09190143
2914562	Grubschütz	grubschuetz	DE		0	Europe/Berlin	51.16219	14.38763		Hrubjelcicy,Hrubjelčicy		13	00	14625	14625110
2914566	Grubo	grubo	DE		0	Europe/Berlin	52.07718	12.52345		Grubo		11	00	12069	12069665
2914567	Grubnow	grubnow	DE		0	Europe/Berlin	54.55315	13.34493				12	00	13073	13073059
2914568	Grubnitz	grubnitz	DE		0	Europe/Berlin	51.37205	12.70087				13	00	14729	14729030
2914569	Grubnitz	grubnitz	DE		0	Europe/Berlin	51.26252	13.22938		Blosswitz-Grubnitz,Bloßwitz-Grubnitz,Grubnitz		13	00	14627	14627260
2914576	Grubhof	grubhof	DE		0	Europe/Berlin	48.70424	13.42448				02	092	09275	09275160
2914577	Grubhof	grubhof	DE		0	Europe/Berlin	48.69	13.14778				02	092	09275	09275127
2914578	Grubhof	grubhof	DE		0	Europe/Berlin	48.33281	11.3491				02	091	09174	09174143
2914597	Gruberhagen	gruberhagen	DE		0	Europe/Berlin	54.2	11.05				10	00	01055	01055025
2914600	Gruberdieken	gruberdieken	DE		0	Europe/Berlin	54.23035	11.05003				10	00	01055	01055018
2914607	Grubenmühle	grubenmuehle	DE		0	Europe/Berlin	52.15	13.98333				11	00	12067	12067481
2914614	Grubenhagen	grubenhagen	DE		0	Europe/Berlin	54.03458	13.36898				12	00	13075	13075142
2914616	Grubenberg	grubenberg	DE		0	Europe/Berlin	50.307	11.61578				02	094	09475	09475169
2914624	Gruben	gruben	DE		0	Europe/Berlin	51.11907	13.51129		Gruben		13	00	14627	14627100
2914625	Gruben	gruben	DE		0	Europe/Berlin	50.69581	9.75045				05	066	06631	06631002
2914626	Gruben	gruben	DE		0	Europe/Berlin	47.8	9.76667				01	084	08436	08436078
2914632	Grübels	grubels	DE		0	Europe/Berlin	47.58597	9.72275				02	097	09776	09776130
2914633	Grube Louise	grube-louise	DE		0	Europe/Berlin	51.58333	13.41667				11	00	12062	12062500
2914635	Grube Karoline	grube-karoline	DE		0	Europe/Berlin	52.13317	11.06608				14	00	15083	15083320
2914636	Grübeck	gruebeck	DE		0	Europe/Berlin	51.38193	7.89368				07	059	05962	05962008
2914637	Grube Brigitta	grube-brigitta	DE		0	Europe/Berlin	51.5	14.35		Brigitta,Grube Brigitta		13	00	14625	14625570
2914640	Grube Alwine	grube-alwine	DE		0	Europe/Berlin	51.58333	13.41667				11	00	12062	12062500
2914641	Grube Alwine	grube-alwine	DE		0	Europe/Berlin	51.53333	13.85				11	00	12066	12066176
2914648	Grubditz	grubditz	DE		0	Europe/Berlin	51.15023	14.45427		Grubditz,Hrubocicy,Hruboćicy		13	00	14625	14625290
2914649	Grubberg	grubberg	DE		0	Europe/Berlin	49.12056	12.28306				02	093	09375	09375119
2914653	Grub bei Eggstetten	grub-bei-eggstetten	DE		0	Europe/Berlin	48.29809	12.95889		Grub,Grub bei Eggstetten		02	092	09277	09277145
2914657	Grubach	grubach	DE		0	Europe/Berlin	49.13922	11.48898				02	093	09373	09373112
2914659	Grub	grub	DE		0	Europe/Berlin	48.91515	12.8882				02	092	09271	09271116
2914660	Grub	grub	DE		214	Europe/Berlin	50.55	10.63333			16069017	15	00	16069	16069017
2914661	Grub	grub	DE		3129	Europe/Berlin	50.10285	11.92904		Grub		02	094	09479	09479166
2914662	Grub	grub	DE		0	Europe/Berlin	49.93181	11.80538				02	094	09472	09472156
2914663	Grub	grub	DE		0	Europe/Berlin	49.874	10.70442				02	094	09471	09471186
2914664	Grub	grub	DE		0	Europe/Berlin	49.76637	11.89958				02	093	09374	09374148
2914665	Grub	grub	DE		0	Europe/Berlin	49.6	12.41667		Grub		02	093	09374	09374137
2914666	Grub	grub	DE		0	Europe/Berlin	49.35844	12.68341				02	093	09372	09372171
2914667	Grub	grub	DE		0	Europe/Berlin	49.34403	12.5554				02	093	09372	09372154
2914668	Grub	grub	DE		0	Europe/Berlin	49.34196	11.37574				02	095	09574	09574117
2914669	Grüb	grub	DE		0	Europe/Berlin	49.33837	10.60523				02	095	09571	09571217
2914670	Grub	grub	DE		0	Europe/Berlin	49.28354	12.84276				02	093	09372	09372126
2914671	Grub	grub	DE		0	Europe/Berlin	49.25599	12.56392				02	093	09372	09372161
2914672	Grüb	grub	DE		0	Europe/Berlin	49.24262	10.17461				02	095	09571	09571222
2914673	Grub	grub	DE		0	Europe/Berlin	49.1638	12.87744				02	093	09372	09372137
2914674	Grub	grub	DE		0	Europe/Berlin	49.14779	12.51505				02	093	09372	09372153
2914675	Grub	grub	DE		0	Europe/Berlin	49.1266	12.85238				02	092	09276	09276135
2914676	Grub	grub	DE		0	Europe/Berlin	49.1121	12.72999				02	092	09278	09278178
2914677	Grub	grub	DE		0	Europe/Berlin	49.10989	12.0896				02	093	09375	09375190
2914678	Grub	grub	DE		0	Europe/Berlin	49.06102	12.66591				02	092	09278	09278189
2914679	Grub	grub	DE		0	Europe/Berlin	49.02889	12.87387				02	092	09276	09276128
2914680	Grub	grub	DE		0	Europe/Berlin	48.94714	12.98485				02	092	09271	09271122
2914681	Grub	grub	DE		0	Europe/Berlin	48.93153	13.22761				02	092	09276	09276139
2914682	Grüb	grub	DE		0	Europe/Berlin	48.86689	13.3907				02	092	09272	09272120
2914683	Grub	grub	DE		0	Europe/Berlin	48.83756	12.04035				02	092	09273	09273141
2914684	Grub	grub	DE		0	Europe/Berlin	48.59057	13.61841				02	092	09275	09275137
2914685	Grub	grub	DE		0	Europe/Berlin	48.57831	13.68347				02	092	09275	09275153
2914686	Grub	grub	DE		0	Europe/Berlin	48.5101	12.80105				02	092	09277	09277111
2914687	Grub	grub	DE		0	Europe/Berlin	48.42289	12.9671				02	092	09277	09277138
2914688	Grub	grub	DE		0	Europe/Berlin	48.28351	11.30107				02	091	09174	09174143
2914689	Grub	grub	DE		0	Europe/Berlin	48.16963	11.77958				02	091	09175	09175135
2914690	Grub	grub	DE		0	Europe/Berlin	47.92324	11.7758				02	091	09182	09182133
2914691	Grub	grub	DE		0	Europe/Berlin	47.80537	11.91407				02	091	09182	09182123
2914692	Grub	grub	DE		0	Europe/Berlin	47.76725	11.97784				02	091	09182	09182114
2914693	Grub	grub	DE		0	Europe/Berlin	47.76957	11.8119				02	091	09182	09182119
2914694	Grub	grub	DE		0	Europe/Berlin	47.68333	9.88333				01	084	08436	08436081
2914695	Grub	grub	DE		0	Europe/Berlin	47.67099	11.0695				02	091	09180	09180112
2914739	Grovern	grovern	DE		0	Europe/Berlin	52.50617	7.88213				06	00	03459	03459002
2914747	Grouven	grouven	DE		0	Europe/Berlin	50.93662	6.60536		Grouven		07	053	05362	05362016
2914748	Grötzingen	grotzingen	DE		0	Europe/Berlin	49.01121	8.49265		Grotzingen,Grötzingen		01	082	08212	08212000
2914750	Grötzingen	grotzingen	DE		0	Europe/Berlin	48.34276	9.64269				01	084	08425	08425002
2914752	Grötzenberg	groetzenberg	DE		0	Europe/Berlin	50.90717	7.59278				07	053	05374	05374032
2914753	Grötz	groetz	DE		0	Europe/Berlin	51.65771	12.15197				14	00	15082	15082440
2914755	Grotting	grotting	DE		0	Europe/Berlin	48.83262	13.42654				02	092	09272	09272120
2914756	Grottham	grottham	DE		0	Europe/Berlin	48.45652	13.09724				02	092	09277	09277113
2914757	Grottewitz	grottewitz	DE		0	Europe/Berlin	51.25076	12.8217		Grottewitz		13	00	14729	14729160
2914759	Grottenhof	grottenhof	DE		0	Europe/Berlin	49.52649	11.74833				02	093	09371	09371151
2914760	Grottenherten	grottenherten	DE		0	Europe/Berlin	50.99658	6.48743				07	053	05362	05362004
2914762	Gröttelsberg	grottelsberg	DE		0	Europe/Berlin	48.38335	12.17576				02	091	09177	09177139
2914765	Grötschenreuth	grotschenreuth	DE		0	Europe/Berlin	50.01338	11.9538				02	094	09479	09479161
2914766	Grötschenreuth	grotschenreuth	DE		0	Europe/Berlin	49.85674	12.02542				02	093	09377	09377116
2914767	Grötsch	groetsch	DE		0	Europe/Berlin	51.79319	14.50964		Groetsch,Grozisco,Groźišco,Grötsch		11	00	12071	12071176
2914777	Grotewiese	grotewiese	DE		0	Europe/Berlin	51.11042	7.81256				07	059	05962	05962036
2914780	Grotenrath	grotenrath	DE		0	Europe/Berlin	50.93968	6.06208				07	053	05370	05370012
2914782	Grotendonk	grotendonk	DE		0	Europe/Berlin	51.64168	6.25823				07	051	05154	05154032
2914789	Grotenbeck	grotenbeck	DE		0	Europe/Berlin	51.23333	7.06667				07	051	05124	05124000
2914792	Grotegaste	grotegaste	DE		0	Europe/Berlin	53.17184	7.39999				06	00	03457	03457022
2914795	Gröst	groest	DE		666	Europe/Berlin	51.25984	11.84919				14	00	15088	15088235
2914796	Großzschocher	grosszschocher	DE		0	Europe/Berlin	51.30147	12.32322		Gross-Zschocher-Windorf,Grosszschocher,Groß-Zschocher-Windorf,Großzschocher		13	00	14713	14713000
2914797	Großzschepa	grosszschepa	DE		0	Europe/Berlin	51.41141	12.76277				13	00	14729	14729245
2914798	Großzössen	grosszoessen	DE		0	Europe/Berlin	51.15177	12.45508				13	00	14729	14729320
2914799	Großzöbern	grosszoebern	DE		0	Europe/Berlin	50.40429	12.03904				13	00	14523	14523450
2914800	Großzöberitz	grosszoeberitz	DE		546	Europe/Berlin	51.61941	12.17921				14	00	15082	15082440
2914804	Groß Ziethen	gross-ziethen	DE		0	Europe/Berlin	52.958	13.89539				11	00	12060	12060296
2914805	Groß Ziethen	gross-ziethen	DE		0	Europe/Berlin	52.72792	13.01743				11	00	12065	12065165
2914807	Groß Ziescht	gross-ziescht	DE		0	Europe/Berlin	51.98819	13.48951				11	00	12072	12072014
2914808	Großziegenfeld	grossziegenfeld	DE		0	Europe/Berlin	50.02634	11.18421				02	094	09478	09478176
2914809	Groß Zicker	gross-zicker	DE		0	Europe/Berlin	54.29559	13.68982				12	00	13073	13073107
2914810	Groß Zetelwitz	gross-zetelwitz	DE		0	Europe/Berlin	54.04296	13.22754		Gross Zetelvitz,Groß Zetelvitz		12	00	13075	13075123
2914811	Großzerlang	grosszerlang	DE		0	Europe/Berlin	53.18832	12.94972		Grosszerlang,Großzerlang		11	00	12068	12068353
2914812	Großzecher	grosszecher	DE		0	Europe/Berlin	53.60372	10.90234				10	00	01053	01053117
2914813	Groß Zastrow	gross-zastrow	DE		0	Europe/Berlin	54.01352	13.28204				12	00	13075	13075036
2914816	Groß Wüstenfelde	gross-wuestenfelde	DE		669	Europe/Berlin	53.87364	12.55217		Gross Wustenfelde,Groß Wüstenfelde		12	00	13072	13072041
2914817	Großwürden	grosswuerden	DE		0	Europe/Berlin	53.53026	8.23571				06	00	03461	03461003
2914818	Großwulkow	grosswulkow	DE		0	Europe/Berlin	52.49967	12.12297				14	00	15086	15086080
2914819	Großwülknitz	grosswuelknitz	DE		0	Europe/Berlin	51.72419	11.92672				14	00	15082	15082180
2914830	Großwölkau	grosswoelkau	DE		0	Europe/Berlin	51.48961	12.49008				13	00	14730	14730280
2914831	Großwoldhof	grosswoldhof	DE		0	Europe/Berlin	53.46667	11.11667				12	00	13076	13076152
2914832	Großwolde	grosswolde	DE		0	Europe/Berlin	53.14666	7.44503				06	00	03457	03457022
2914834	Großwitzeetze	grosswitzeetze	DE		0	Europe/Berlin	52.91093	11.3215				06	00	03354	03354015
2914837	Groß Wittefelderort	gross-wittefelderort	DE		0	Europe/Berlin	52.48843	8.03313				06	00	03459	03459031
2914839	Groß Wisch	gross-wisch	DE		0	Europe/Berlin	53.85588	9.4535				10	00	01061	01061006
2914840	Großwisch	grosswisch	DE		0	Europe/Berlin	53.84917	9.36965				10	00	01061	01061110
2914841	Großwirschleben	grosswirschleben	DE		0	Europe/Berlin	51.73073	11.69363				14	00	15089	15089245
2914842	Groß-Winternheim	gross-winternheim	DE		0	Europe/Berlin	49.9423	8.08123				08	00	07339	07339030
2914843	Groß Winnigstedt	gross-winnigstedt	DE		0	Europe/Berlin	52.06516	10.7654				06	00	03158	03158035
2914844	Großwimpasing	grosswimpasing	DE		0	Europe/Berlin	48.36093	12.07144				02	091	09177	09177122
2914845	Großwilsdorf	grosswilsdorf	DE		0	Europe/Berlin	51.18188	11.75179		Grosswilsdorf,Großwilsdorf		14	00	15084	15084355
2914846	Großwiger Weinberge	grosswiger-weinberge	DE		0	Europe/Berlin	51.6766	12.70671				14	00	15091	15091020
2914847	Großwig	grosswig	DE		0	Europe/Berlin	51.68678	12.7032				14	00	15091	15091020
2914848	Großwig	grosswig	DE		0	Europe/Berlin	51.56294	12.88397				13	00	14730	14730100
2914852	Großwiesen	grosswiesen	DE		0	Europe/Berlin	48.77346	13.53362				02	092	09272	09272141
2914855	Großwieden	grosswieden	DE		0	Europe/Berlin	49.06277	12.70657				02	092	09278	09278143
2914856	Groß Wieblitz	gross-wieblitz	DE		0	Europe/Berlin	52.81838	11.06435				14	00	15081	15081455
2914858	Großwessek	grosswessek	DE		0	Europe/Berlin	54.31093	10.81075				10	00	01055	01055033
2914859	Groß Wesenberg	gross-wesenberg	DE		0	Europe/Berlin	53.81912	10.53962				10	00	01062	01062094
2914860	Groß Werzin	gross-werzin	DE		0	Europe/Berlin	53.01623	12.00617				11	00	12070	12070302
2914861	Großwerther	grosswerther	DE		0	Europe/Berlin	51.46744	10.7474				15	00	16062	16062063
2914862	Groß Werdum	gross-werdum	DE		0	Europe/Berlin	53.65855	7.89148				06	00	03455	03455020
2914864	Großwenkheim	grosswenkheim	DE		0	Europe/Berlin	50.25586	10.31272				02	096	09672	09672135
2914865	Großwendern	grosswendern	DE		0	Europe/Berlin	50.14592	12.01613				02	094	09479	09479135
2914866	Großwenden	grosswenden	DE		0	Europe/Berlin	51.41601	10.64451		Grosslohra-Grosswenden,Grosswenden,Großlohra-Großwenden,Großwenden		15	00	16062	16062009
2914867	Groß Welzin	gross-welzin	DE		0	Europe/Berlin	53.60789	11.20537				12	00	13074	13074024
2914868	Großwelzheim	grosswelzheim	DE		0	Europe/Berlin	50.05099	9.01417		Karlstein		02	096	09671	09671114
2914869	Großwelsbach	grosswelsbach	DE		0	Europe/Berlin	51.16911	10.63574				15	00	16064	16064003
2914871	Großwelka	grosswelka	DE		0	Europe/Berlin	51.21155	14.38206		Grosswelka,Großwelka,Wulki Wjelkow		13	00	14625	14625020
2914873	Großweißandt	grossweissandt	DE		0	Europe/Berlin	51.67137	12.06925				14	00	15082	15082377
2914874	Großweismannsdorf	grossweismannsdorf	DE		0	Europe/Berlin	49.3823	10.94055				02	095	09573	09573125
2914875	Großweingarten	grossweingarten	DE		0	Europe/Berlin	49.16763	10.94246		Grossweingarten,Großweingarten		02	095	09576	09576147
2914877	Großweiher	grossweiher	DE		0	Europe/Berlin	48.6937	12.51922				02	092	09279	09279128
2914878	Großweiglareuth	grossweiglareuth	DE		0	Europe/Berlin	49.86276	11.58025				02	094	09472	09472127
2914879	Großweier	grossweier	DE		0	Europe/Berlin	48.65452	8.0474				01	083	08317	08317001
2914880	Groß Wegenitz	gross-wegenitz	DE		0	Europe/Berlin	52.91667	11.76667				14	00	15090	15090520
2914881	Groß Weeden	gross-weeden	DE		0	Europe/Berlin	53.74106	10.59972				10	00	01053	01053120
2914882	Großwechsungen	grosswechsungen	DE		0	Europe/Berlin	51.49263	10.69008		Grosswechsungen,Großwechsungen		15	00	16062	16062063
2914883	Groß Wasserburg	gross-wasserburg	DE		0	Europe/Berlin	52.06061	13.84871				11	00	12061	12061265
2914885	Groß Warnow	gross-warnow	DE		0	Europe/Berlin	53.22788	11.62448				11	00	12070	12070173
2914888	Großwaltersdorf	grosswaltersdorf	DE		0	Europe/Berlin	50.78424	13.26979		Grosswaltersdorf,Großwaltersdorf		13	00	14522	14522110
2914892	Grosswalding	grosswalding	DE		0	Europe/Berlin	48.85511	12.97973				02	092	09271	09271119
2914893	Großwaldhausen	grosswaldhausen	DE		0	Europe/Berlin	49.22673	10.24228		Grosswaldhausen,Großwaldhausen,Waldhausen		02	095	09571	09571228
2914895	Großwald	grosswald	DE		0	Europe/Berlin	49.26667	6.93333				09	00	10041	10041100
2914899	Großwalbur	grosswalbur	DE		0	Europe/Berlin	50.32913	10.85466		Grosswalbur,Großwalbur		02	094	09473	09473144
2914900	Großwaabs	grosswaabs	DE		0	Europe/Berlin	54.55221	9.99264				10	00	01058	01058166
2914904	Groß Volksitz	gross-volksitz	DE		0	Europe/Berlin	54.54071	13.57591				12	00	13073	13073078
2914906	Groß Voigtshagen	gross-voigtshagen	DE		0	Europe/Berlin	53.91975	11.03611				12	00	13074	13074017
2914907	Großvoigtsberg	grossvoigtsberg	DE		0	Europe/Berlin	50.98993	13.28517		Grossvoigtsberg,Großvoigtsberg		13	00	14522	14522210
2914908	Groß Vogelsang	gross-vogelsang	DE		0	Europe/Berlin	54.7	9.9				10	00	01059	01059168
2914910	Großvillars	grossvillars	DE		0	Europe/Berlin	49.0458	8.77092		Grossvillars,Großvillars		01	082	08215	08215059
2914912	Groß Viert	gross-viert	DE		0	Europe/Berlin	53.51667	10.31667				10	00	01053	01053003
2914914	Großviehberg	grossviehberg	DE		0	Europe/Berlin	49.52454	11.4505				02	095	09574	09574132
2914915	Groß Viegeln	gross-viegeln	DE		0	Europe/Berlin	53.9804	12.14919				12	00	13072	13072029
2914916	Großviecht	grossviecht	DE		0	Europe/Berlin	49.04957	12.55995				02	092	09278	09278197
2914917	Großvichtach	grossvichtach	DE		0	Europe/Berlin	50.24328	11.40286				02	094	09476	09476183
2914918	Groß Vernich	gross-vernich	DE		0	Europe/Berlin	50.74248	6.83855				07	053	05366	05366040
2914920	Groß Väter	gross-vaeter	DE		0	Europe/Berlin	53.00797	13.55704				11	00	12073	12073572
2914922	Groß Varlingen	gross-varlingen	DE		0	Europe/Berlin	52.58101	9.24693				06	00	03256	03256016
2914924	Groß Varchow	gross-varchow	DE		0	Europe/Berlin	53.57697	12.93701		Gross Varchow,Groß Varchow		12	00	13071	13071101
2914925	Groß Vahlberg	gross-vahlberg	DE		0	Europe/Berlin	52.1376	10.69811				06	00	03158	03158032
2914926	Großurleben	grossurleben	DE		0	Europe/Berlin	51.15949	10.76814		Grossurleben,Großurleben		15	00	16064	16064064
2914927	Groß Upende	gross-upende	DE		0	Europe/Berlin	53.5	7.35				06	00	03452	03452023
2914928	Groß Upahl	gross-upahl	DE		0	Europe/Berlin	53.72266	12.04388				12	00	13072	13072042
2914930	Großulrichshausen	grossulrichshausen	DE		0	Europe/Berlin	49.23333	10.25				02	095	09571	09571228
2914934	Großtreben	grosstreben	DE		0	Europe/Berlin	51.64674	12.98286				13	00	14730	14730030
2914936	Groß Trebbow	gross-trebbow	DE		0	Europe/Berlin	53.70872	11.35951				12	00	13074	13074038
2914937	Groß Trebbow	gross-trebbow	DE		0	Europe/Berlin	53.31129	13.0497				12	00	13071	13071110
2914938	Großtöpfer	grosstoepfer	DE		0	Europe/Berlin	51.22708	10.14461				15	00	16061	16061035
2914939	Groß Toitin	gross-toitin	DE		0	Europe/Berlin	53.90275	13.38686				12	00	13075	13075054
2914940	Groß Todtshorn	gross-todtshorn	DE		0	Europe/Berlin	53.21462	9.77912				06	00	03353	03353027
2914941	Großtobel	grosstobel	DE		0	Europe/Berlin	47.8	9.6				01	084	08436	08436013
2914942	Großtissen	grosstissen	DE		0	Europe/Berlin	48.04683	9.51118				01	084	08437	08437100
2914943	Groß Timmendorf	gross-timmendorf	DE		0	Europe/Berlin	53.98697	10.7474				10	00	01055	01055042
2914945	Großtiefenbach	grosstiefenbach	DE		0	Europe/Berlin	48.87239	12.95983				02	092	09271	09271122
2914946	Groß Thurow	gross-thurow	DE		0	Europe/Berlin	53.69209	10.94246				12	00	13074	13074068
2914947	Grossthundorf	grossthundorf	DE		0	Europe/Berlin	49.21378	11.34939				02	093	09373	09373126
2914948	Groß Thun	gross-thun	DE		0	Europe/Berlin	53.57675	9.44855				06	00	03359	03359038
2914949	Groß Thondorf	gross-thondorf	DE		0	Europe/Berlin	53.12571	10.70171				06	00	03360	03360011
2914951	Großthannensteig	grossthannensteig	DE		0	Europe/Berlin	48.6912	13.50654		Gross Tannensteig,Grossthannensteig,Groß Tannensteig,Großthannensteig		02	092	09275	09275128
2914953	Großthalheim	grossthalheim	DE		0	Europe/Berlin	48.36667	12.01667				02	091	09177	09177120
2914954	Großthalham	grossthalham	DE		0	Europe/Berlin	48.37585	12.55401				02	091	09183	09183129
2914955	Großthal	grossthal	DE		0	Europe/Berlin	47.77443	11.83793				02	091	09182	09182125
2914956	Groß Tessin	gross-tessin	DE		0	Europe/Berlin	53.89736	11.78644				12	00	13074	13074023
2914957	Groß Tessin	gross-tessin	DE		0	Europe/Berlin	53.67983	12.23113				12	00	13072	13072084
2914975	Großtauschwitz	grosstauschwitz	DE		0	Europe/Berlin	50.94371	12.33161				15	00	16077	16077043
2914976	Groß Tarup	gross-tarup	DE		0	Europe/Berlin	54.78333	9.48333				10	00	01001	01001000
2914977	Groß Süstedt	gross-suestedt	DE		0	Europe/Berlin	52.97097	10.39581				06	00	03360	03360009
2914978	Großsüßen	grosssussen	DE		0	Europe/Berlin	48.68333	9.75				01	081	08117	08117049
2914982	Großstürzlham	grosssturzlham	DE		0	Europe/Berlin	48.35794	12.02717				02	091	09177	09177120
2914984	Groß Stubben	gross-stubben	DE		0	Europe/Berlin	54.3178	13.29485				12	00	13073	13073065
2914987	Groß Strömkendorf	gross-stroemkendorf	DE		0	Europe/Berlin	53.96117	11.48831				12	00	13074	13074007
2914989	Groß Stresow	gross-stresow	DE		0	Europe/Berlin	54.35457	13.578		Gross Stresow,Groß Stresow		12	00	13073	13073070
2914991	Großstover	grossstover	DE		0	Europe/Berlin	54.11667	9.96667				10	00	01004	01004000
2914992	Groß Stove	gross-stove	DE		0	Europe/Berlin	54.04165	12.09192				12	00	13072	13072077
2914993	Großstorkwitz	grossstorkwitz	DE		0	Europe/Berlin	51.18891	12.2674				13	00	14729	14729350
2914994	Großstolpen	grossstolpen	DE		0	Europe/Berlin	51.1436	12.32424				13	00	14729	14729170
2914995	Groß Stöckheim	gross-stoeckheim	DE		0	Europe/Berlin	52.17441	10.51799				06	00	03158	03158037
2914997	Großstockach	grossstockach	DE		0	Europe/Berlin	48.36883	12.12292				02	091	09177	09177121
2914998	Großstöbnitz	grossstoebnitz	DE		0	Europe/Berlin	50.92156	12.38832				15	00	16077	16077043
2915000	Groß Sterneberg	gross-sterneberg	DE		0	Europe/Berlin	53.6394	9.36951		Gross Sterneberg,Groß Sterneberg		06	00	03359	03359022
2915001	Groß Steinum	gross-steinum	DE		0	Europe/Berlin	52.26501	10.87149				06	00	03154	03154013
2915002	Groß Steinrade	gross-steinrade	DE		0	Europe/Berlin	53.87906	10.61824				10	00	01003	01003000
2915003	Groß Steinheim	gross-steinheim	DE		0	Europe/Berlin	50.1	8.91667				05	064	06435	06435014
2915006	Großsteinberg	grosssteinberg	DE		0	Europe/Berlin	51.2521	12.63919		Grosssteinberg,Großsteinberg		13	00	14729	14729340
2915008	Großsteinbach	grosssteinbach	DE		0	Europe/Berlin	51.12335	13.18161				13	00	14522	14522080
2915010	Großstechau	grossstechau	DE		0	Europe/Berlin	50.8953	12.26843				15	00	16077	16077026
2915011	Groß Stavern	gross-stavern	DE		0	Europe/Berlin	52.79707	7.43155				06	00	03454	03454050
2915013	Großstädteln	grossstaedteln	DE		0	Europe/Berlin	51.2611	12.37858		Grossstadteln,Grosstaedtein,Großstädteln,Großtaedtein,Markkleeberg-Grossstadteln,Markkleeberg-Großstädteln		13	00	14729	14729260
2915014	Großstadelhofen	grossstadelhofen	DE		0	Europe/Berlin	47.88805	9.25992		Grossstadelhofen,Großstadelhofen		01	084	08437	08437088
2915015	Großsporkert	grosssporkert	DE		0	Europe/Berlin	51.22864	7.24029		Grosssporkert,Großsporkert		07	051	05124	05124000
2915017	Groß Sperrenwalde	gross-sperrenwalde	DE		0	Europe/Berlin	53.27281	13.75505				11	00	12073	12073429
2915018	Groß Specard	gross-specard	DE		0	Europe/Berlin	51.04667	7.15369				07	053	05378	05378020
2915019	Groß Sottrum	gross-sottrum	DE		0	Europe/Berlin	53.11819	9.23956				06	00	03357	03357045
2915020	Großsorheim	grosssorheim	DE		0	Europe/Berlin	48.79245	10.64301				02	097	09779	09779155
2915021	Groß Sonnendeich	gross-sonnendeich	DE		0	Europe/Berlin	53.70891	9.58997				10	00	01056	01056033
2915022	Groß Sommerbeck	gross-sommerbeck	DE		0	Europe/Berlin	53.20458	10.68155				06	00	03355	03355013
2915024	Großsoltholz	grosssoltholz	DE		0	Europe/Berlin	54.68748	9.51173				10	00	01059	01059116
2915027	Großsoltborg	grosssoltborg	DE		0	Europe/Berlin	53.23333	7.38333				06	00	03457	03457012
2915029	Groß Solschen	gross-solschen	DE		0	Europe/Berlin	52.27225	10.15257		Groten Solschen,Grudensulschen,Gruten Sulschen		06	00	03157	03157009
2915030	Groß Sittensen	gross-sittensen	DE		0	Europe/Berlin	53.28333	9.51667				06	00	03357	03357044
2915031	Groß Sisbeck	gross-sisbeck	DE		0	Europe/Berlin	52.35694	10.92316				06	00	03154	03154009
2915033	Groß Siemen	gross-siemen	DE		0	Europe/Berlin	54.02749	11.83805				12	00	13072	13072058
2915034	Großsermuth	grosssermuth	DE		0	Europe/Berlin	51.16667	12.78333				13	00	14729	14729080
2915037	Groß Sehlingen	gross-sehlingen	DE		0	Europe/Berlin	52.97819	9.40657				06	00	03361	03361005
2915038	Großseelheim	grossseelheim	DE		0	Europe/Berlin	50.8173	8.86282		Grossseelheim,Großseelheim		05	065	06534	06534011
2915040	Großseeham	grossseeham	DE		0	Europe/Berlin	47.85573	11.85485				02	091	09182	09182137
2915043	Großsedlitz	grosssedlitz	DE		0	Europe/Berlin	50.95306	13.88639		Grosssedlitz,Großsedlitz		13	00	14628	14628160
2915044	Groß Schwülper	gross-schwulper	DE		0	Europe/Berlin	52.35589	10.43126		Gross Schwuelper,Groß Schwülper		06	00	03151	03151027
2915108	Groß Rüde	gross-ruede	DE		0	Europe/Berlin	54.68266	9.63579				10	00	01059	01059185
2915047	Großschwechten	grossschwechten	DE		0	Europe/Berlin	52.6851	11.80863				14	00	15090	15090535
2915048	Groß Schwaß	gross-schwass	DE		0	Europe/Berlin	54.08121	12.05063		Gross Schwass,Groß Schwaß		12	00	13072	13072057
2915049	Großschwarzlosen	grossschwarzlosen	DE		0	Europe/Berlin	52.50347	11.75743		Svartesele		14	00	15090	15090546
2915050	Groß Schwarzenmoor	gross-schwarzenmoor	DE		0	Europe/Berlin	52.13634	8.71574				07	057	05758	05758012
2915051	Großschwarzenlohe	grossschwarzenlohe	DE		0	Europe/Berlin	49.34089	11.1149				02	095	09576	09576151
2915052	Groß Schwansee	gross-schwansee	DE		0	Europe/Berlin	53.99081	11.01243				12	00	13074	13074037
2915053	Großschwamborn	grossschwamborn	DE		0	Europe/Berlin	50.9367	7.25937				07	053	05378	05378024
2915054	Großschwaiba	grossschwaiba	DE		0	Europe/Berlin	48.58994	11.87161		Grossschwaiba,Grossschweiba,Großschwaiba,Großschweiba		02	092	09273	09273178
2915058	Groß Schulenburg	gross-schulenburg	DE		0	Europe/Berlin	53.9	9.51667				10	00	01061	01061072
2915059	Groß Schretstaken	gross-schretstaken	DE		0	Europe/Berlin	53.58551	10.54584		Gross Schretstaken,Groß Schretstaken		10	00	01053	01053113
2915060	Groß Schoritz	gross-schoritz	DE		0	Europe/Berlin	54.27644	13.36194		Gross Schoritz,Groß Schoritz		12	00	13073	13073027
2915061	Groß Schönwalde	gross-schoenwalde	DE		0	Europe/Berlin	54.067	13.43489				12	00	13075	13075039
2915062	Groß Schönfeld	gross-schoenfeld	DE		0	Europe/Berlin	53.38338	13.26104				12	00	13071	13071011
2915064	Groß Schönebeck	gross-schoenebeck	DE		0	Europe/Berlin	52.90678	13.53104	54			11	00	12060	12060198
2915066	Großschönbrunn	grossschonbrunn	DE		0	Europe/Berlin	49.57603	11.88684		Grossschonbrunn,Großschönbrunn		02	093	09371	09371121
2915068	Großschönach	grossschonach	DE		0	Europe/Berlin	47.86182	9.23481		Grossschonach,Großschönach		01	084	08437	08437124
2915069	Groß Schneen	gross-schneen	DE		0	Europe/Berlin	51.43634	9.93259				06	00	03159	03159013
2915070	Groß Schmölen	gross-schmoelen	DE		0	Europe/Berlin	53.13565	11.32484				12	00	13076	13076034
2915071	Großschloppen	grossschloppen	DE		0	Europe/Berlin	50.13278	11.93619				02	094	09479	09479129
2915072	Groß Schlebach	gross-schlebach	DE		0	Europe/Berlin	50.60345	6.91951				07	053	05382	05382048
2915073	Großschlatitz	grossschlatitz	DE		0	Europe/Berlin	51.25	13.05				13	00	14730	14730200
2915074	Groß-Schlamin	gross-schlamin	DE		0	Europe/Berlin	54.16532	10.86337				10	00	01055	01055037
2915075	Großschlaisdorf	grossschlaisdorf	DE		0	Europe/Berlin	50.97121	12.75418				13	00	14522	14522350
2915078	Großscherzhausen	grossscherzhausen	DE		0	Europe/Berlin	47.94589	12.70417				02	091	09189	09189162
2915079	Groß Scherkenbach	gross-scherkenbach	DE		0	Europe/Berlin	51.10101	7.42304				07	053	05374	05374052
2915082	Großscheid	grossscheid	DE		0	Europe/Berlin	50.81922	7.3452				07	053	05382	05382040
2915083	Groß Scheep	gross-scheep	DE		0	Europe/Berlin	53.59571	7.85867				06	00	03455	03455020
2915084	Groß Schauen	gross-schauen	DE		0	Europe/Berlin	52.23882	13.90481				11	00	12067	12067481
2915086	Groß Schallun	gross-schallun	DE		0	Europe/Berlin	52.86667	11.8				14	00	15090	15090008
2915087	Großschafhausen	grossschafhausen	DE		0	Europe/Berlin	48.19075	9.97267				01	084	08426	08426108
2915088	Großschaffhausen	grossschaffhausen	DE		0	Europe/Berlin	48.35758	12.14607				02	091	09177	09177139
2915090	Groß Schacksdorf	gross-schacksdorf	DE		0	Europe/Berlin	51.69321	14.62646		Gross Schacksdorf,Gross Tzschaecksdorf,Groß Schacksdorf,Groß Tzschaecksdorf,Tsesojce,Tśěšojce,Tšěšojce		11	00	12071	12071153
2915091	Groß Saubernitz	gross-saubernitz	DE		0	Europe/Berlin	51.2347	14.63899		Gross Saubernitz,Groß Saubernitz,Zubornica		13	00	14626	14626190
2915093	Groß Särchen	gross-saerchen	DE		0	Europe/Berlin	51.3691	14.30883		Gros-Zerkhen,Wulke Zdzary,Wulke Zdźary,Wulke Ždźary,Грос-Зерхен		13	00	14625	14625330
2915096	Großsander	grosssander	DE		0	Europe/Berlin	53.30052	7.80535		Grosssander,Großsander		06	00	03457	03457020
2915099	Großsaltendorf	grosssaltendorf	DE		0	Europe/Berlin	49.21667	12.06667				02	093	09376	09376170
2915100	Groß Salitz	gross-salitz	DE		0	Europe/Berlin	53.66746	11.04619				12	00	13074	13074043
2915101	Großsachsenheim	grosssachsenheim	DE		0	Europe/Berlin	48.9604	9.06635		Grosssachsenheim,Großsachsenheim,Sachsenheim		01	081	08118	08118076
2915102	Großsachsen	grosssachsen	DE		0	Europe/Berlin	49.5127	8.66199		Grossachsen,Grosssachsen,Großsachsen		01	082	08226	08226096
2915105	Groß Rünz	gross-ruenz	DE		273	Europe/Berlin	53.76506	10.9755				12	00	13074	13074042
2915106	Großrügeln	grossruegeln	DE		0	Europe/Berlin	51.33442	13.22592				13	00	14627	14627270
2915112	Groß Rottmersleben	gross-rottmersleben	DE		0	Europe/Berlin	52.21667	11.4				14	00	15083	15083298
2915113	Großrott	grossrott	DE		0	Europe/Berlin	50.88333	6.96667				07	053	05315	05315000
2915114	Großrostinghausen	grossrostinghausen	DE		0	Europe/Berlin	51.09107	7.26304				07	053	05378	05378032
2915115	Großrössen	grossroessen	DE		0	Europe/Berlin	51.63741	13.23612				11	00	12062	12062128
2915117	Groß Rosenweide	gross-rosenweide	DE		0	Europe/Berlin	53.41667	10.11667				06	00	03353	03353032
2915119	Groß Roscharden	gross-roscharden	DE		0	Europe/Berlin	52.80357	7.84197				06	00	03453	03453009
2915120	Großropperhausen	grossropperhausen	DE		0	Europe/Berlin	50.93981	9.36979				05	066	06634	06634004
2915121	Groß Rönnau	gross-roennau	DE		548	Europe/Berlin	53.96667	10.31667		Gross Ronnau,Groß Rönnau	01060030	10	00	01060	01060030
2915122	Großromstedt	grossromstedt	DE		0	Europe/Berlin	50.97994	11.49462				15	00	16071	16071004
2915124	Großröhrsdorf	grossroehrsdorf	DE		7306	Europe/Berlin	51.14528	14.01917		Grosr'orsdorf,Grosrersdorf,Grosrersdorfa,Grosrjorsdorf,Grosrērsdorfa,Grossroehrsdorf,Grossrohrsdorf,Großröhrsdorf,Wulke Redorjecy,Wulke Rědorjecy,da lei er si duo fu,ghrws rwrsdwrf,grsrwrdwrf,Гросрерсдорф,Гросрьорсдорф,Гросрёрсдорф,Гросрөрсдорф,غروس رورسدورف,گرسروردورف,大勒尔斯多夫		13	00	14625	14625200
2915125	Großröhrsdorf	grossroehrsdorf	DE		0	Europe/Berlin	50.8956	13.83318				13	00	14628	14628230
2915130	Groß Rogahn	gross-rogahn	DE		0	Europe/Berlin	53.59638	11.32605				12	00	13076	13076071
2915134	Großröda	grossroeda	DE		270	Europe/Berlin	50.99568	12.31878		Grossroda,Großröda		15	00	16077	16077044
2915135	Groß Ringmar	gross-ringmar	DE		0	Europe/Berlin	52.83127	8.67254				06	00	03251	03251007
2915136	Großringe	grossringe	DE		0	Europe/Berlin	52.59485	6.92147		Grossringe,Großringe		06	00	03456	03456019
2915138	Groß Rietz	gross-rietz	DE		0	Europe/Berlin	52.21319	14.20481				11	00	12067	12067426
2915140	Großried	grossried	DE		0	Europe/Berlin	47.96412	10.5667				02	097	09777	09777114
2915141	Groß Ridsenow	gross-ridsenow	DE		0	Europe/Berlin	53.96077	12.45028				12	00	13072	13072112
2915142	Groß Rhüden	gross-rhueden	DE		0	Europe/Berlin	51.94199	10.12188				06	00	03153	03153012
2915146	Großreuth hinter der Veste	grossreuth-hinter-der-veste	DE		0	Europe/Berlin	49.47492	11.08659				02	095	09564	09564000
2915147	Großreuth bei Schweinau	grossreuth-bei-schweinau	DE		4331	Europe/Berlin	49.43449	11.02273	330	Grossreuth,Grossreuth bei Schweinau,Großreuth,Großreuth bei Schweinau		02	095	09564	09564000
2915149	Großrettbach	grossrettbach	DE		0	Europe/Berlin	50.92455	10.86101				15	00	16067	16067089
2915151	Groß Reken	gross-reken	DE		0	Europe/Berlin	51.83042	7.04544		Gross Reken,Groß Reken,Reken		07	055	05554	05554044
2915152	Groß Rehberg	gross-rehberg	DE		0	Europe/Berlin	53.63987	12.5123				12	00	13071	13071154
2915154	Großrechtenbach	grossrechtenbach	DE		0	Europe/Berlin	50.51667	8.56667				05	065	06532	06532014
2915156	Großraschütz	grossraschuetz	DE		0	Europe/Berlin	51.28839	13.50109				13	00	14627	14627060
2915157	Großräschen	grossraeschen	DE		11523	Europe/Berlin	51.5876	14.01093		Grosresen,Grosreshen,Grosseraeschen,Grossraeschen,Grossraschen,Grossräschen,Großeraeschen,Großräschen,Mukran,Mukrań,Ran,Rań,da lei shen,ghrwsryshn,grsrshn,Гросрешен,Գրոսրեշեն,غروسريشن,گرسرشن,大雷申		11	00	12066	12066112
2915160	Groß Radisch	gross-radisch	DE		0	Europe/Berlin	51.25402	14.69456		Radsow,Radšow		13	00	14626	14626190
2915161	Groß Raden	gross-raden	DE		0	Europe/Berlin	53.73399	11.86311		Gross Raden,Groß Raden		12	00	13076	13076128
2915162	Groß Radden	gross-radden	DE		0	Europe/Berlin	51.86765	13.85603		Gross Radden,Grossradden,Groß Radden,Großrädden,Radyn,Radyń		11	00	12066	12066196
2915163	Groß Quern	gross-quern	DE		0	Europe/Berlin	54.75227	9.71976				10	00	01059	01059186
2915165	Groß Quassow	gross-quassow	DE		0	Europe/Berlin	53.32185	13.0073				12	00	13071	13071147
2915167	Großprüfening	grossprufening	DE		0	Europe/Berlin	49.01046	12.04908				02	093	09362	09362000
2915168	Großpriesligk	grosspriesligk	DE		0	Europe/Berlin	51.14665	12.29217				13	00	14729	14729170
2915169	Groß Pretzier	gross-pretzier	DE		0	Europe/Berlin	52.92008	10.69304				06	00	03360	03360030
2915170	Groß Pravtshagen	gross-pravtshagen	DE		0	Europe/Berlin	53.83364	11.23805				12	00	13074	13074079
2915171	Groß Potrems	gross-potrems	DE		0	Europe/Berlin	53.98206	12.26847		Gross Potrems,Groß Potrems		12	00	13072	13072029
2915172	Budestecy	budestecy	DE		3116	Europe/Berlin	51.12083	14.44065		Budestecy,Grospostvic,Grosspostwitz,Grosspostwitz/Budestecy,Grosspostwitz/Oberlausitz,Grosspostwitzi vald,Großpostwitz,Großpostwitz/Budestecy,Großpostwitz/Oberlausitz,Großpostwitzi vald,da bo si te wei ci,Гроспоствиц,Гроспоствіц,大波斯特维茨		13	00	14625	14625190
2915174	Groß Poserin	gross-poserin	DE		0	Europe/Berlin	53.54852	12.18204				12	00	13076	13076104
2915175	Großpörthen	grosspoerthen	DE		0	Europe/Berlin	50.99778	12.16853				14	00	15084	15084442
2915180	Groß Pinzing	gross-pinzing	DE		0	Europe/Berlin	49.26667	12.73333				02	093	09372	09372174
2915182	Großpillingsdorf	grosspillingsdorf	DE		0	Europe/Berlin	50.81252	12.25658				13	00	14524	14524030
2915183	Großpienzenau	grosspienzenau	DE		0	Europe/Berlin	47.82923	11.82798				02	091	09182	09182137
2915184	Groß Petershagen	gross-petershagen	DE		0	Europe/Berlin	54.11844	13.26239				12	00	13075	13075141
2915185	Großpelsen	grosspelsen	DE		0	Europe/Berlin	51.20896	12.99646				13	00	14522	14522310
2915188	Groß Partwitz	gross-partwitz	DE		0	Europe/Berlin	51.53333	14.15		Parcow		13	00	14625	14625120
2915189	Großparin	grossparin	DE		0	Europe/Berlin	53.93966	10.69519				10	00	01055	01055004
2915195	Groß Ostiem	gross-ostiem	DE		0	Europe/Berlin	53.53637	7.97161				06	00	03455	03455015
2915199	Großösinghausen	grossoesinghausen	DE		0	Europe/Berlin	51.10042	7.13591				07	053	05378	05378008
2915200	Großosida	grossosida	DE		0	Europe/Berlin	51.03595	12.10963				14	00	15084	15084207
2915201	Großörner	grossoerner	DE		2092	Europe/Berlin	51.61527	11.4898				14	00	15087	15087275
2915202	Großornach	grossornach	DE		0	Europe/Berlin	48.01333	12.4454				02	091	09189	09189133
2915203	Großopitz	grossopitz	DE		0	Europe/Berlin	50.99811	13.59004		Grossopitz,Großopitz		13	00	14628	14628400
2915204	Groß Olversum	gross-olversum	DE		0	Europe/Berlin	54.3	8.91667				10	00	01054	01054138
2915207	Großoldendorf	grossoldendorf	DE		0	Europe/Berlin	53.32752	7.73339		Grossoldendorf,Großoldendorf		06	00	03457	03457020
2915210	Großohrenbronn	grossohrenbronn	DE		0	Europe/Berlin	49.13625	10.43806				02	095	09571	09571132
2915211	Groß Offenseth	gross-offenseth	DE		0	Europe/Berlin	53.81667	9.71667				10	00	01056	01056017
2915214	Großoberscheid	grossoberscheid	DE		0	Europe/Berlin	50.93457	7.33533				07	053	05378	05378024
2915217	Großnottersdorf	grossnottersdorf	DE		0	Europe/Berlin	49.03537	11.24143				02	091	09176	09176164
2915218	Groß Nordsee	gross-nordsee	DE		0	Europe/Berlin	54.33429	9.93903				10	00	01058	01058093
2915220	Großnöbach	grossnobach	DE		0	Europe/Berlin	48.34448	11.57482				02	091	09178	09178123
2915221	Größnitz	groessnitz	DE		150	Europe/Berlin	51.18855	11.71474		Grossnitz,Größnitz		14	00	15084	15084025
2915222	Groß Nienhagen	gross-nienhagen	DE		0	Europe/Berlin	53.9946	11.80509				12	00	13072	13072093
2915225	Groß Nieköhr	gross-niekoehr	DE		0	Europe/Berlin	53.97305	12.6475				12	00	13072	13072010
2915228	Großneuses	grossneuses	DE		0	Europe/Berlin	49.66852	10.80385				02	095	09572	09572135
2915229	Großneundorf	grossneundorf	DE		0	Europe/Berlin	50.53538	11.30117				15	00	16073	16073028
2915543	Großhausen	grosshausen	DE		0	Europe/Berlin	48.50114	11.15071				02	097	09771	09771144
2915235	Groß Nenndorf	gross-nenndorf	DE		0	Europe/Berlin	52.33333	9.38333		Gross Nenndorf,Gross Neundorf,Groß Nenndorf,Groß Neundorf		06	00	03257	03257006
2915237	Groß Neida	gross-neida	DE		0	Europe/Berlin	51.42019	14.2388		Gross Neida,Gross Weidau,Groß Neida,Groß Weidau,Nydej		13	00	14625	14625240
2915239	Großmutz	grossmutz	DE		0	Europe/Berlin	52.93167	13.10789				11	00	12065	12065198
2915240	Großmuß	grossmuss	DE		0	Europe/Berlin	48.83685	11.95819				02	092	09273	09273125
2915241	Groß Munzel	gross-munzel	DE		1162	Europe/Berlin	52.36554	9.47828	55	Munuslo [a. 965]		06	00	03241	03241002
2915243	Groß Mühlingen	gross-muehlingen	DE		0	Europe/Berlin	51.95605	11.70945				14	00	15089	15089042
2915244	Großmuckrow	grossmuckrow	DE		0	Europe/Berlin	52.06591	14.43303				11	00	12067	12067137
2915245	Möringen	moeringen	DE		795	Europe/Berlin	52.59108	11.74543		Gross Moringen,Groß Möringen,Moringen,Möringen		14	00	15090	15090535
2915248	Groß Moor	gross-moor	DE		0	Europe/Berlin	53.44152	10.05322				06	00	03353	03353031
2915253	Groß Mönchhof	gross-moenchhof	DE		0	Europe/Berlin	51.00414	6.66801				07	053	05362	05362008
2915255	Großmölsen	grossmoelsen	DE		281	Europe/Berlin	51.03333	11.13333			16068017	15	00	16068	16068017
2915258	Großmöhlau	grossmoehlau	DE		0	Europe/Berlin	51.73333	12.35				14	00	15091	15091110
2915261	Groß Neuleben	gross-neuleben	DE		0	Europe/Berlin	53.80166	10.8272				12	00	13074	13074049
2915262	Großmisselberg	grossmisselberg	DE		0	Europe/Berlin	48.86912	13.29921				02	092	09272	09272116
2915263	Groß Mimmelage	gross-mimmelage	DE		0	Europe/Berlin	52.65789	7.89951				06	00	03459	03459007
2915265	Großmilkau	grossmilkau	DE		0	Europe/Berlin	51.03867	12.87945				13	00	14522	14522120
2915267	Groß Midlum	gross-midlum	DE		0	Europe/Berlin	53.41051	7.15972		Gross Midlum,Groß Midlum		06	00	03452	03452011
2915269	Groß Methling	gross-methling	DE		0	Europe/Berlin	53.96376	12.83152				12	00	13071	13071027
2915270	Groß Menow	gross-menow	DE		0	Europe/Berlin	53.19487	13.04407				11	00	12065	12065084
2915271	Großmeinsdorf	grossmeinsdorf	DE		0	Europe/Berlin	54.10802	10.6107		Grossmeinsdorf,Großmeinsdorf,Meinsdorf		10	00	01055	01055041
2915272	Großmeinfeld	grossmeinfeld	DE		0	Europe/Berlin	49.57809	11.52195				02	095	09574	09574129
2915274	Großmeicking	grossmeicking	DE		0	Europe/Berlin	48.71844	13.2402		Gross Meiking,Grossmeicking,Groß Meiking,Großmeicking		02	092	09271	09271114
2915278	Großmehlra	grossmehlra	DE		0	Europe/Berlin	51.26631	10.61228				15	00	16064	16064077
2915280	Groß Medewege	gross-medewege	DE		0	Europe/Berlin	53.66198	11.40441				12	00	13004	13004000
2915282	Groß Medehop	gross-medehop	DE		0	Europe/Berlin	54.34372	8.7349				10	00	01054	01054134
2915284	Großmecka	grossmecka	DE		0	Europe/Berlin	50.91886	12.49179				15	00	16077	16077036
2915287	Groß Marzehns	gross-marzehns	DE		0	Europe/Berlin	51.99291	12.58045				11	00	12069	12069485
2915288	Groß Markow	gross-markow	DE		0	Europe/Berlin	53.82697	12.69792				12	00	13072	13072066
2915289	Groß Margens	gross-margens	DE		0	Europe/Berlin	53.66424	7.66517				06	00	03462	03462010
2915292	Großmangelsdorf	grossmangelsdorf	DE		0	Europe/Berlin	52.51667	12.06667				14	00	15086	15086080
2915293	Groß Malchau	gross-malchau	DE		0	Europe/Berlin	53.05834	10.77724				06	00	03360	03360022
2915295	Groß Mahner	gross-mahner	DE		0	Europe/Berlin	52.05133	10.40955				06	00	03102	03102000
2915296	Groß Mackenstedt	gross-mackenstedt	DE		0	Europe/Berlin	52.9994	8.70374				06	00	03251	03251037
2915297	Großmachnow	grossmachnow	DE		0	Europe/Berlin	52.27361	13.46499		Grossmachnow,Großmachnow		11	00	12072	12072340
2915298	Groß Lüsewitz	gross-luesewitz	DE		0	Europe/Berlin	54.0701	12.33874				12	00	13072	13072091
2915299	Groß Lunow	gross-lunow	DE		0	Europe/Berlin	53.92365	12.64338				12	00	13072	13072111
2915300	Groß Lukow	gross-lukow	DE		0	Europe/Berlin	53.53578	13.02231				12	00	13071	13071115
2915303	Großluga	grossluga	DE		0	Europe/Berlin	50.98605	13.83084				13	00	14612	14612000
2915305	Groß Lüdershagen	gross-luedershagen	DE		0	Europe/Berlin	54.28101	13.05691				12	00	13073	13073099
2915307	Lubolz	lubolz	DE		0	Europe/Berlin	51.96988	13.83289		Gross Lubolz,Groß Lubolz,Lubolce,Lubolz		11	00	12061	12061316
2915308	Groß Lüben	gross-lueben	DE		0	Europe/Berlin	52.9582	11.91957		Grosluben		11	00	12070	12070008
2915310	Groß Lübbenau	gross-luebbenau	DE		0	Europe/Berlin	51.82809	13.9823		Lubn,Lubń		11	00	12066	12066196
2915311	Großlosnitz	grosslosnitz	DE		0	Europe/Berlin	50.15363	11.80425		Gross Lossnitz,Grosslosnitz,Groß Lossnitz,Großlosnitz		02	094	09475	09475189
2915312	Großloitzenried	grossloitzenried	DE		0	Europe/Berlin	48.93175	13.16677				02	092	09276	09276139
2915315	Großlöderich	grossloederich	DE		0	Europe/Berlin	50.93214	7.2284				07	053	05378	05378024
2915316	Groß Lobke	gross-lobke	DE		0	Europe/Berlin	52.26973	10.01215				06	00	03254	03254003
2915317	Großlöbichau	grossloebichau	DE		824	Europe/Berlin	50.92802	11.68014		Grosslobichau,Großlöbichau	16074032	15	00	16074	16074032
2915319	Groß Lissa	gross-lissa	DE		0	Europe/Berlin	51.49703	12.27532				13	00	14730	14730340
2915320	Grosslintach	grosslintach	DE		0	Europe/Berlin	48.94141	12.69148		Gross Lindach,Grosslintach		02	092	09278	09278118
2915322	Grosslindig	grosslindig	DE		0	Europe/Berlin	49.2	9.63333				01	081	08126	08126058
2915324	Groß Linde	gross-linde	DE		0	Europe/Berlin	53.11789	11.90254		Gross Linde,Groß Linde		11	00	12070	12070296
2915326	Groß Lieskow	gross-lieskow	DE		0	Europe/Berlin	51.78333	14.45		Liskow,Liškow		11	00	12052	12052000
2915327	Groß Liedern	gross-liedern	DE		0	Europe/Berlin	52.9574	10.59919				06	00	03360	03360025
2915328	Großliebringen	grossliebringen	DE		0	Europe/Berlin	50.75292	11.1219		Grossliebringen,Großliebringen		15	00	16070	16070048
2915329	Groß Liebitz	gross-liebitz	DE		0	Europe/Berlin	51.96441	14.2448				11	00	12061	12061450
2915331	Groß Leversen	gross-leversen	DE		0	Europe/Berlin	53.4	9.9				06	00	03353	03353029
2915335	Groß Lessen	gross-lessen	DE		0	Europe/Berlin	52.65567	8.74495				06	00	03251	03251040
2915336	Groß Leppin	gross-leppin	DE		0	Europe/Berlin	52.94781	12.06402				11	00	12070	12070302
2915337	Groß Lengden	gross-lengden	DE		0	Europe/Berlin	51.50917	10.03275		Grossen Lengden,Großen Lengden		06	00	03159	03159015
2915338	Großlellenfeld	grosslellenfeld	DE		0	Europe/Berlin	49.11487	10.63289		Grosslellenfeld,Großlellenfeld		02	095	09571	09571113
2915344	Groß Lehmhagen	gross-lehmhagen	DE		0	Europe/Berlin	54.12825	13.04644				12	00	13073	13073035
2915346	Großlaudenbach	grosslaudenbach	DE		0	Europe/Berlin	50.10174	9.26298				02	096	09671	09671135
2915348	Groß Lantow	gross-lantow	DE		0	Europe/Berlin	53.94083	12.30108				12	00	13072	13072027
2915351	Groß Langerwisch	gross-langerwisch	DE		0	Europe/Berlin	53.17364	12.09555				11	00	12070	12070125
2915354	Groß Lafferde	gross-lafferde	DE		0	Europe/Berlin	52.22685	10.24303		Gruden Laffer,Gruten Laffer,Laffer,Lafferde		06	00	03157	03157009
2915358	Groß Kussewitz	gross-kussewitz	DE		0	Europe/Berlin	54.12347	12.2597				12	00	13072	13072012
2915360	Groß Kunitz	gross-kunitz	DE		0	Europe/Berlin	51.12775	14.48533		Chojnica,Chójnica,Gross Kunitz,Groß Kunitz		13	00	14625	14625290
2915361	Großkundorf	grosskundorf	DE		0	Europe/Berlin	50.74466	12.20005				15	00	16076	16076093
2915363	Groß Kühren	gross-kuehren	DE		0	Europe/Berlin	53.23634	10.91723				06	00	03355	03355049
2915364	Großkühnau	grosskuehnau	DE		0	Europe/Berlin	51.85093	12.17806		Dessau-Gross Kuhnau,Dessau-Groß Kühnau,Grosskuhnau,Großkühnau		14	00	15001	15001000
2915365	Groß Kuhlmorgen	gross-kuhlmorgen	DE		0	Europe/Berlin	53.6	14.03333				12	00	13075	13075138
2915366	Groß Kuh	gross-kuh	DE		0	Europe/Berlin	51.35397	7.21501				07	059	05954	05954016
2915368	Großkuchen	grosskuchen	DE		0	Europe/Berlin	48.75387	10.22947				01	081	08135	08135019
2915369	Groß Kubitz	gross-kubitz	DE		0	Europe/Berlin	54.43667	13.22569				12	00	13073	13073095
2915371	Groß Kubbelkow	gross-kubbelkow	DE		0	Europe/Berlin	54.39953	13.37248				12	00	13073	13073083
2915373	Kromsdorf Nord	kromsdorf-nord	DE		0	Europe/Berlin	51.00385	11.36726		Grosskromsdorf,Großkromsdorf		15	00	16071	16071101
2915374	Großkröbitz	grosskroebitz	DE		0	Europe/Berlin	50.84887	11.48655				15	00	16074	16074057
2915376	Groß Krempdorf	gross-krempdorf	DE		0	Europe/Berlin	53.82858	9.47205				10	00	01061	01061054
2915380	Groß Krauscha	gross-krauscha	DE		0	Europe/Berlin	51.2438	14.96845				13	00	14626	14626330
2915384	Großkotzenreuth	grosskotzenreuth	DE		0	Europe/Berlin	49.76416	11.7965				02	093	09374	09374117
2915385	Großkötz	grosskotz	DE		0	Europe/Berlin	48.40892	10.27925				02	097	09774	09774148
2915386	Groß Köthel	gross-koethel	DE		0	Europe/Berlin	53.74262	12.54313				12	00	13072	13072045
2915387	Großkoschen	grosskoschen	DE		0	Europe/Berlin	51.49496	14.06038		Grosskoschen,Großkoschen,Kosyna,Košyna,Kóšyna		11	00	12066	12066304
2915388	Groß Köris	gross-koeris	DE		2205	Europe/Berlin	52.16587	13.65935		Gros Keris,Gros Kyoris,Gros-Kjoris,da ke li si,Грос Керис,Грос-Кёрис,Գրոս Կյորիս,大克里斯	12061192	11	00	12061	12061192
2915389	Großkorgau	grosskorgau	DE		0	Europe/Berlin	51.66922	12.74333				14	00	15091	15091020
2915390	Großkorga	grosskorga	DE		0	Europe/Berlin	51.80507	13.08423		Grosskorga,Großkorga		14	00	15091	15091145
2915397	Großkonreuth	grosskonreuth	DE		0	Europe/Berlin	49.8885	12.43318				02	093	09377	09377139
2915398	Großkönigsförde	grosskoenigsfoerde	DE		0	Europe/Berlin	54.35514	9.90579				10	00	01058	01058096
2915399	Großkönigsdorf	grosskoenigsdorf	DE		0	Europe/Berlin	50.93333	6.78333				07	053	05362	05362024
2915401	Groß Kölzig	gross-koelzig	DE		0	Europe/Berlin	51.63815	14.60134				11	00	12071	12071294
2915402	Groß Kölpin	gross-koelpin	DE		0	Europe/Berlin	53.11675	13.67961				11	00	12073	12073396
2915403	Großköllnbach	grosskollnbach	DE		0	Europe/Berlin	48.69883	12.6052				02	092	09279	09279132
2915404	Groß Kollmar	gross-kollmar	DE		0	Europe/Berlin	53.74386	9.44307				10	00	01061	01061118
2915405	Groß Köhren	gross-koehren	DE		0	Europe/Berlin	52.88367	8.58448				06	00	03458	03458001
2915407	Großköchlham	grosskochlham	DE		0	Europe/Berlin	48.32093	12.05581		Gross Kochelham,Grosskochlham,Groß Köchelham,Großköchlham		02	091	09177	09177139
2915409	Groß Kniepow	gross-kniepow	DE		0	Europe/Berlin	54.34586	13.34729				12	00	13073	13073027
2915414	Groß Klev	gross-klev	DE		0	Europe/Berlin	51.06667	7.23333				07	053	05378	05378012
2915416	Großklenau	grossklenau	DE		0	Europe/Berlin	49.89723	12.34426				02	093	09377	09377154
2915417	Groß Klein	gross-klein	DE		0	Europe/Berlin	54.15	12.08333		GKl,Gross Klein,Groß Klein		12	00	13003	13003000
2915419	Groß Klecken	gross-klecken	DE		0	Europe/Berlin	53.36667	9.93333				06	00	03353	03353029
2915420	Großkitzighofen	grosskitzighofen	DE		0	Europe/Berlin	48.08673	10.78565		Grosskitzighofen,Großkitzighofen		02	097	09777	09777145
2915421	Grosskissendorf	grosskissendorf	DE		0	Europe/Berlin	48.39536	10.19257				02	097	09774	09774119
2915422	Groß Kirr	gross-kirr	DE		0	Europe/Berlin	54.42397	12.69959				12	00	13073	13073105
2915428	Groß Kieshof	gross-kieshof	DE		0	Europe/Berlin	54.12624	13.33311		Kieshof		12	00	13075	13075141
2915431	Großkemnat	grosskemnat	DE		0	Europe/Berlin	47.88202	10.58367				02	097	09762	09762000
2915433	Groß Kedingshagen	gross-kedingshagen	DE		0	Europe/Berlin	54.33684	13.03528				12	00	13073	13073046
2915435	Großkatzbach	grosskatzbach	DE		0	Europe/Berlin	48.28601	12.18955				02	091	09177	09177115
2915437	Großkatern	grosskatern	DE		0	Europe/Berlin	51.11995	7.30679		Grosskatern,Großkatern		07	053	05374	05374016
2915440	Großkarben	grosskarben	DE		0	Europe/Berlin	50.23727	8.77198				05	064	06440	06440012
2915442	Großkamsdorf	grosskamsdorf	DE		0	Europe/Berlin	50.65	11.61667				15	00	16075	16075124
2915444	Groß Kampen	gross-kampen	DE		0	Europe/Berlin	53.89594	9.42833				10	00	01061	01061007
2915447	Großkahl	grosskahl	DE		0	Europe/Berlin	50.10768	9.27409				02	096	09671	09671135
2915449	Großjörlfeld	grossjoerlfeld	DE		0	Europe/Berlin	54.63119	9.25873				10	00	01059	01059132
2915450	Großjörl	grossjoerl	DE		0	Europe/Berlin	54.61313	9.27284				10	00	01059	01059132
2915451	Großjena	grossjena	DE		0	Europe/Berlin	51.1888	11.79075		Grossjena,Großjena		14	00	15084	15084355
2915453	Groß Jehser	gross-jehser	DE		0	Europe/Berlin	51.77324	13.87508		Gross Jehser,Groß Jehser,Jazory		11	00	12066	12066052
2915454	Groß Jauer	gross-jauer	DE		0	Europe/Berlin	51.63961	14.0441				11	00	12066	12066008
2915455	Groß Jasedow	gross-jasedow	DE		0	Europe/Berlin	53.93415	13.60557				12	00	13075	13075061
2915456	Groß Jamno	gross-jamno	DE		0	Europe/Berlin	51.72456	14.57594		Gross Jamno,Groß Jamno,Jamne		11	00	12071	12071076
2915460	Großinzemoos	grossinzemoos	DE		0	Europe/Berlin	48.33725	11.42715				02	091	09174	09174141
2915462	Großingersheim	grossingersheim	DE		0	Europe/Berlin	48.96087	9.18039		Grossingersheim,Großingersheim		01	081	08118	08118077
2915463	Grössing	grossing	DE		0	Europe/Berlin	48.03404	12.46838				02	091	09189	09189126
2915464	Groß Ilsede	gross-ilsede	DE		0	Europe/Berlin	52.26821	10.22415		Grud'n Ilse,Grud’n Ilse,Gruten Ilse,Ilisede [a. 1053]		06	00	03157	03157009
2915465	Groß Ilde	gross-ilde	DE		0	Europe/Berlin	52.00908	10.04168				06	00	03254	03254008
2915466	Groß Hutbergen	gross-hutbergen	DE		0	Europe/Berlin	52.9217	9.19157				06	00	03361	03361012
2915468	Großhurden	grosshurden	DE		0	Europe/Berlin	50.95297	7.24787		Hurden,Hürden		07	053	05378	05378024
2915470	Groß Hundorf	gross-hundorf	DE		0	Europe/Berlin	53.7625	11.11269				12	00	13074	13074092
2915471	Großhündlbach	grosshundlbach	DE		0	Europe/Berlin	48.345	12.01875				02	091	09177	09177120
2915473	Großhülsberg	grosshuelsberg	DE		0	Europe/Berlin	51.22219	7.23166				07	051	05120	05120000
2915478	Großhorst	grosshorst	DE		0	Europe/Berlin	52.44193	9.88835				06	00	03241	03241008
2915479	Großhornbach	grosshornbach	DE		0	Europe/Berlin	49.58333	9.3				01	082	08225	08225109
2915482	Großholzleute	grossholzleute	DE		0	Europe/Berlin	47.68006	10.08594		Grossholzleute,Großholzleute		01	084	08436	08436049
2915483	Groß Holzhausen	gross-holzhausen	DE		0	Europe/Berlin	52.92504	11.68733				14	00	15090	15090003
2915484	Großholzhausen	grossholzhausen	DE		0	Europe/Berlin	47.76599	12.07888				02	091	09187	09187165
2915493	Groß Holum	gross-holum	DE		0	Europe/Berlin	53.68065	7.68631				06	00	03462	03462010
2915495	Großholthuysen	grossholthuysen	DE		0	Europe/Berlin	51.47653	6.42635				07	051	05154	05154020
2915496	Großholthausermark	grossholthausermark	DE		0	Europe/Berlin	51.44187	7.42754				07	059	05913	05913000
2915497	Großholthausen	grossholthausen	DE		0	Europe/Berlin	51.4547	7.43105				07	059	05913	05913000
2915498	Groß Hollwedel	gross-hollwedel	DE		0	Europe/Berlin	52.88018	8.6674				06	00	03251	03251007
2915500	Groß Hohn	gross-hohn	DE		0	Europe/Berlin	50.96035	7.20601				07	053	05378	05378004
2915501	Großhöhenrain	grosshohenrain	DE		0	Europe/Berlin	47.92739	11.89914				02	091	09187	09187130
2915505	Großhöchberg	grosshochberg	DE		0	Europe/Berlin	49.04886	9.46882				01	081	08119	08119069
2915506	Großhöbing	grosshobing	DE		0	Europe/Berlin	49.07153	11.2927		Grosshobing,Großhöbing		02	095	09576	09576122
2915507	Großhirschbach	grosshirschbach	DE		0	Europe/Berlin	49.22397	9.57362				01	081	08126	08126058
2915508	Groß Himstedt	gross-himstedt	DE		0	Europe/Berlin	52.18635	10.20166				06	00	03254	03254032
2915509	Groß Hilligsfeld	gross-hilligsfeld	DE		0	Europe/Berlin	52.125	9.43726				06	00	03252	03252006
2915512	Großhettstedt	grosshettstedt	DE		0	Europe/Berlin	50.79109	11.13152				15	00	16070	16070048
2915513	Großhesselohe	grosshesselohe	DE		0	Europe/Berlin	48.0716	11.53217				02	091	09184	09184139
2915515	Groß Hesepe	gross-hesepe	DE		0	Europe/Berlin	52.62554	7.23321				06	00	03454	03454014
2915516	Groß Hesebeck	gross-hesebeck	DE		0	Europe/Berlin	53.06843	10.62344				06	00	03360	03360002
2915517	Großherrischwand	grossherrischwand	DE		0	Europe/Berlin	47.67947	8.00756				01	083	08337	08337049
2915519	Großhermsdorf	grosshermsdorf	DE		0	Europe/Berlin	51.11518	12.39617				13	00	14729	14729360
2915521	Großheppach	grossheppach	DE		0	Europe/Berlin	48.81955	9.38498				01	081	08119	08119091
2915522	Groß Henstedt	gross-henstedt	DE		0	Europe/Berlin	52.86742	8.69832				06	00	03251	03251007
2915524	Großhelmsdorf	grosshelmsdorf	DE		0	Europe/Berlin	51.0186	11.88186				15	00	16074	16074039
2915525	Groß Helle	gross-helle	DE		0	Europe/Berlin	53.57764	13.05671				12	00	13071	13071102
2915526	Großhelfendorf	grosshelfendorf	DE		0	Europe/Berlin	47.94383	11.79374				02	091	09184	09184137
2915527	Großheitzenhofen	grossheitzenhofen	DE		0	Europe/Berlin	49.13333	11.95		Grossheitzenhofen,Großheitzenhofen,Heitzenhofen		02	093	09375	09375156
2915530	Groß Heins	gross-heins	DE		0	Europe/Berlin	52.92674	9.44437				06	00	03361	03361005
2915532	Groß Heide	gross-heide	DE		0	Europe/Berlin	53.0536	11.14632				06	00	03354	03354004
2915536	Groß Hehlen	gross-hehlen	DE		0	Europe/Berlin	52.65389	10.0627				06	00	03351	03351006
2915537	Groß Hegesdorf	gross-hegesdorf	DE		0	Europe/Berlin	52.30921	9.30902				06	00	03257	03257002
2915538	Groß Heere	gross-heere	DE		0	Europe/Berlin	52.06326	10.24956				06	00	03158	03158018
2915539	Groß Havighorst	gross-havighorst	DE		0	Europe/Berlin	54.24318	10.15154		Gross Havighorst,Groß Havighorst,Havighorst Ein		10	00	01057	01057031
2915540	Groß Häuslingen	gross-haeuslingen	DE		0	Europe/Berlin	52.80432	9.3976				06	00	03358	03358013
2915542	Grosshausen	grosshausen	DE		0	Europe/Berlin	49.68333	8.55				05	064	06431	06431006
2915545	Großhau	grosshau	DE		0	Europe/Berlin	50.73396	6.3902		Grosshau,Großhau		07	053	05358	05358016
2915546	Groß Haßlow	gross-hasslow	DE		0	Europe/Berlin	53.17888	12.55669				11	00	12068	12068468
2915547	Großhaslach	grosshaslach	DE		0	Europe/Berlin	49.33659	10.72844		Grosshaslach,Großhaslach		02	095	09571	09571190
2915548	Großhartpenning	grosshartpenning	DE		0	Europe/Berlin	47.84606	11.67847				02	091	09182	09182120
2915555	Großharbach	grossharbach	DE		0	Europe/Berlin	49.47093	10.15372		Grossharbach,Großharbach		02	095	09571	09571111
2915557	Grosshänchen	grosshaenchen	DE		0	Europe/Berlin	51.18503	14.25198		Wulki Wosyk		13	00	14625	14625060
2915558	Großhamberg	grosshamberg	DE		0	Europe/Berlin	51.07777	7.06881				07	053	05378	05378008
2915559	Groß Haltern	gross-haltern	DE		0	Europe/Berlin	52.30367	8.17503				06	00	03459	03459008
2915562	Großhadern	grosshadern	DE		0	Europe/Berlin	48.11603	11.47805		Hadern		02	091	09162	09162000
2915564	Großhaarbach	grosshaarbach	DE		0	Europe/Berlin	48.43306	13.24748				02	092	09275	09275149
2915567	Groß Gusborn	gross-gusborn	DE		0	Europe/Berlin	53.07905	11.217				06	00	03354	03354008
2915569	Großgundertshausen	grossgundertshausen	DE		0	Europe/Berlin	48.61215	11.82605				02	092	09273	09273178
2915570	Groß-Gumpen	gross-gumpen	DE		0	Europe/Berlin	49.68919	8.81338		Gross-Gumpen,Groß-Gumpen,Gumpen		05	064	06437	06437013
2915571	Großgründling	grossgrundling	DE		0	Europe/Berlin	48.546	11.7753				02	091	09178	09178144
2915572	Großgründlach	grossgrundlach	DE		0	Europe/Berlin	49.52823	11.01632				02	095	09564	09564000
2915573	Groß Grönland	gross-groenland	DE		0	Europe/Berlin	53.81235	9.55909				10	00	01061	01061101
2915575	Groß Grödersby	gross-groedersby	DE		0	Europe/Berlin	54.63333	9.91667				10	00	01059	01059034
2915576	Großgrimma	grossgrimma	DE		0	Europe/Berlin	51.16634	12.14833		Grossgrimma,Großgrimma		14	00	15084	15084235
2915577	Groß Grimberg	gross-grimberg	DE		0	Europe/Berlin	51.06635	7.15745				07	053	05378	05378020
2915578	Großgressingen	grossgressingen	DE		0	Europe/Berlin	49.83167	10.4837				02	094	09471	09471128
2915579	Groß Grenz	gross-grenz	DE		0	Europe/Berlin	53.95865	12.05007		Gross Grenz,Groß Grenz		12	00	13072	13072018
2915581	Großgräfendorf	grossgraefendorf	DE		0	Europe/Berlin	51.39381	11.81536				14	00	15088	15088025
2915583	Groß Grabow	gross-grabow	DE		0	Europe/Berlin	53.69813	12.27551				12	00	13072	13072056
2915584	Groß Grabenstedt	gross-grabenstedt	DE		0	Europe/Berlin	52.85624	10.95318				14	00	15081	15081455
2915585	Großgrabe	grossgrabe	DE		0	Europe/Berlin	51.34777	14.01789		Grossgrabe,Großgrabe		13	00	14625	14625030
2915586	Großgrabe	grossgrabe	DE		0	Europe/Berlin	51.22687	10.53716				15	00	16064	16064046
2915587	Groß Gottschow	gross-gottschow	DE		0	Europe/Berlin	53.07124	11.96898				11	00	12070	12070302
2915589	Großgörschen	grossgoerschen	DE		862	Europe/Berlin	51.21668	12.18345		Grossgorschen,Großgörschen		14	00	15084	15084315
2915590	Groß Görnow	gross-goernow	DE		0	Europe/Berlin	53.74923	11.81901				12	00	13076	13076128
2915592	Großgoltern	grossgoltern	DE		1317	Europe/Berlin	52.33261	9.50111	57	Golturne [a. 1181],Groten-Goltern		06	00	03241	03241002
2915593	Großgölitz	grossgoelitz	DE		0	Europe/Berlin	50.70506	11.22282				15	00	16073	16073005
2915594	Groß Göhren	gross-goehren	DE		0	Europe/Berlin	51.22488	12.0748				14	00	15084	15084315
2915597	Groß Gleidingen	gross-gleidingen	DE		0	Europe/Berlin	52.23091	10.42712		Gledinge [a. 1195],Gross Gleidingen,Groten Glei,Groten Gleon [a. 1570],Groß Gleidingen,Snitgledinge [a. 1260],Sudergletinge		06	00	03157	03157007
2915598	Großglattbach	grossglattbach	DE		0	Europe/Berlin	48.91429	8.89489		Grossglattbach,Großglattbach		01	082	08236	08236040
2915601	Groß Gladebrügge	gross-gladebruegge	DE		0	Europe/Berlin	53.90427	10.30231				10	00	01060	01060091
2915602	Groß Gischow	gross-gischow	DE		0	Europe/Berlin	53.93194	11.87485				12	00	13072	13072050
2915603	Groß Gischau	gross-gischau	DE		0	Europe/Berlin	52.74731	11.10576		Gross Gischau,Groß Gischau		14	00	15081	15081045
2915605	Groß Giesen	gross-giesen	DE		0	Europe/Berlin	52.19816	9.89375		Greoten Joeisen,Greoten Jöisen,Groeotndschoeisen,Gröotndschöisen		06	00	03254	03254017
2915606	Großgestewitz	grossgestewitz	DE		0	Europe/Berlin	51.08288	11.85857		Grossgestewitz,Großgestewitz		14	00	15084	15084335
2915607	Großgeschwenda	grossgeschwenda	DE		0	Europe/Berlin	50.53611	11.42249				15	00	16073	16073067
2915608	Großgeschaidt	grossgeschaidt	DE		0	Europe/Berlin	49.56096	11.17447				02	095	09572	09572131
2915609	Großgerstetten	grossgerstetten	DE		0	Europe/Berlin	47.88808	12.95253				02	091	09172	09172130
2915610	Groß Gerstedt	gross-gerstedt	DE		0	Europe/Berlin	52.8427	11.08744				14	00	15081	15081455
2915612	Großgerichhausen	grossgerichhausen	DE		0	Europe/Berlin	51.13333	6.28333				07	053	05370	05370040
2915615	Groß Gastrose	gross-gastrose	DE		0	Europe/Berlin	51.88293	14.65043		Gastrose,Gross Gastrose,Groß Gastrose,Wjeliki Gosceraz,Wjeliki Gósćeraz		11	00	12071	12071337
2915617	Großgartach	grossgartach	DE		0	Europe/Berlin	49.14429	9.12264		Grossgartach,Großgartach		01	081	08125	08125058
2915618	Großgarnstadt	grossgarnstadt	DE		0	Europe/Berlin	50.23995	11.07516				02	094	09473	09473121
2915619	Groß Garnholt	gross-garnholt	DE		0	Europe/Berlin	53.25772	8.01965				06	00	03451	03451007
2915621	Großgaderoth	grossgaderoth	DE		0	Europe/Berlin	50.91667	7.56667				07	053	05374	05374032
2915622	Groß Gaddau	gross-gaddau	DE		0	Europe/Berlin	52.98217	10.98146				06	00	03354	03354024
2915625	Großfurra	grossfurra	DE		0	Europe/Berlin	51.39214	10.79746				15	00	16065	16065067
2915627	Groß Fullen	gross-fullen	DE		0	Europe/Berlin	52.69836	7.22922				06	00	03454	03454035
2915628	Groß Fulkum	gross-fulkum	DE		0	Europe/Berlin	53.63232	7.52334				06	00	03462	03462006
2915629	Großfriesen	grossfriesen	DE		0	Europe/Berlin	50.48721	12.20221				13	00	14523	14523320
2915631	Groß Frenkhausen	gross-frenkhausen	DE		0	Europe/Berlin	51.09279	7.22632				07	053	05378	05378032
2915632	Groß Freienholz	gross-freienholz	DE		0	Europe/Berlin	54.10334	12.35567				12	00	13072	13072091
2915633	Groß Fredenwalde	gross-fredenwalde	DE		0	Europe/Berlin	53.12906	13.79531				11	00	12073	12073201
2915634	Großfreden	grossfreden	DE		0	Europe/Berlin	51.93333	9.88333				06	00	03254	03254042
2915635	Groß Förste	gross-forste	DE		0	Europe/Berlin	52.20674	9.9101		Greoten Fueerste,Greoten Füerste,Vorsete [a. 1142]		06	00	03254	03254017
2915636	Großforst	grossforst	DE		0	Europe/Berlin	49.22561	9.87855				01	081	08127	08127032
2915638	Groß Flottbek	gross-flottbek	DE		0	Europe/Berlin	53.56667	9.86667		Hamburg-Gross Flottbek,Hamburg-Groß Flottbek		04	00	02000	02000000
2915640	Groß Flöthe	gross-floethe	DE		0	Europe/Berlin	52.08763	10.46946				06	00	03158	03158014
2915643	Großfischbach	grossfischbach	DE		0	Europe/Berlin	50.94224	7.53301		Grossfischbach,Großfischbach		07	053	05374	05374048
2915644	Großfilling	grossfilling	DE		0	Europe/Berlin	48.84802	13.00024				02	092	09271	09271119
2915648	Groß Felda	gross-felda	DE		0	Europe/Berlin	50.65071	9.17041		Gross Felda,Gross-Felda,Grossfelda,Groß Felda,Groß-Felda,Großfelda		05	065	06535	06535003
2915650	Großfedderwarden	grossfedderwarden	DE		0	Europe/Berlin	53.6	8.51667		Gross Fedderwarder,Grossfedderwarden,Groß Fedderwarder,Großfedderwarden		06			
2915651	Großfastenrath	grossfastenrath	DE		0	Europe/Berlin	51.12135	7.48804		Grossfastenrath,Großfastenrath		07	053	05374	05374052
2915652	Großfalka	grossfalka	DE		0	Europe/Berlin	50.80374	12.1275		Grossfalka,Großfalka		15	00	16052	16052000
2915674	Großetzenberg	grossetzenberg	DE		0	Europe/Berlin	49.05463	11.88309				02	093	09375	09375162
2915692	Großesterndorf	grossesterndorf	DE		0	Europe/Berlin	47.94883	11.92446				02	091	09175	09175113
2915698	Großes Tal	grosses-tal	DE		0	Europe/Berlin	47.95194	7.91268		Grosses Tal,Grosskappel,Großes Tal,Großkappel		01	083	08311	08311000
2915782	Groß Escherde	gross-escherde	DE		0	Europe/Berlin	52.15562	9.8459				06	00	03254	03254026
2915890	Groß Erve	gross-erve	DE		0	Europe/Berlin	53.20928	8.71004				06	00	03356	03356008
2916267	Großerkmannsdorf	grosserkmannsdorf	DE		0	Europe/Berlin	51.08639	13.92737		Grosserkmannsdorf,Großerkmannsdorf		13	00	14625	14625480
2916290	Großer Kamp	grosser-kamp	DE		0	Europe/Berlin	53.27669	8.62828				06	00	03356	03356009
2916566	Großenzenried	grossenzenried	DE		0	Europe/Berlin	49.29316	12.52231				02	093	09372	09372161
2916568	Großenwiehefeld	grossenwiehefeld	DE		0	Europe/Berlin	54.71667	9.26667				10	00	01059	01059115
2916571	Großenwieden	grossenwieden	DE		0	Europe/Berlin	52.17326	9.19302				06	00	03252	03252007
2916572	Großenwede	grossenwede	DE		0	Europe/Berlin	53.13968	9.69486		Grossenwede,Großenwede		06	00	03358	03358019
2916573	Großenvörde	grossenvoerde	DE		0	Europe/Berlin	52.43968	8.88393				06	00	03256	03256034
2916574	Großenviecht	grossenviecht	DE		0	Europe/Berlin	48.43142	11.8177				02	091	09178	09178138
2916576	Großenteich	grossenteich	DE		0	Europe/Berlin	50.18143	12.32319				13	00	14523	14523030
2916579	Großentaft	grossentaft	DE		0	Europe/Berlin	50.74157	9.85867		Grossentaft,Großentaft		05	066	06631	06631007
2916580	Großensterz	grossensterz	DE		0	Europe/Berlin	49.93073	12.25481				02	093	09377	09377141
2916582	Großensiel	grossensiel	DE		0	Europe/Berlin	53.46889	8.47338				06	00	03461	03461007
2916583	Großensees	grossensees	DE		0	Europe/Berlin	49.92948	12.31019				02	093	09377	09377137
2916588	Großenschwand	grossenschwand	DE		0	Europe/Berlin	49.54617	12.30241				02	093	09374	09374159
2916589	Großenscheidt	grossenscheidt	DE		0	Europe/Berlin	51.13746	7.32404		Grossenscheidt,Großenscheidt		07	053	05374	05374016
2916591	Großenrode	grossenrode	DE		0	Europe/Berlin	51.66867	9.90623				06	00	03155	03155009
2916592	Großenritte	grossenritte	DE		0	Europe/Berlin	51.24744	9.38781				05	066	06633	06633003
2916593	Großenried	grossenried	DE		0	Europe/Berlin	49.18748	10.57959		Grossenried,Großenried		02	095	09571	09571115
2916597	Großenpinning	grossenpinning	DE		0	Europe/Berlin	48.76592	12.67307				02	092	09278	09278167
2916598	Großenohe	grossenohe	DE		0	Europe/Berlin	49.6709	11.28983				02	094	09474	09474138
2916599	Großenmoor	grossenmoor	DE		0	Europe/Berlin	50.70244	9.65301				05	066	06631	06631002
2916603	Großenmarpe	grossenmarpe	DE		0	Europe/Berlin	51.97272	9.0172				07	057	05766	05766016
2916604	Großenlupnitz	grossenlupnitz	DE		0	Europe/Berlin	50.99318	10.40894		Grossenlupnitz,Großenlupnitz		15	00	16063	16063098
2916608	Großen Luckow	grossen-luckow	DE		0	Europe/Berlin	53.66966	12.52012				12	00	13072	13072023
2916609	Großen-Linden	grossen-linden	DE		0	Europe/Berlin	50.527	8.65334				05	065	06531	06531012
2916614	Großenhül	grossenhul	DE		0	Europe/Berlin	49.98607	11.33349		Grossenhul,Grossenhull,Großenhül,Großenhüll		02	094	09477	09477164
2916615	Großenhub	grossenhub	DE		0	Europe/Berlin	49.08978	10.17057				01	081	08127	08127102
2916619	Großenhof	grossenhof	DE		0	Europe/Berlin	53.92675	11.20156				12	00	13074	13074085
2916621	Großenheidorn	grossenheidorn	DE		0	Europe/Berlin	52.45819	9.39383				06	00	03241	03241021
2916622	Großenheide	grossenheide	DE		0	Europe/Berlin	52.38944	8.48092				07	057	05770	05770044
2916625	Großenheerse	grossenheerse	DE		0	Europe/Berlin	52.4467	8.98956		Grossenheerse,Großenheerse		07	057	05770	05770028
2916626	Großhecken	grosshecken	DE		0	Europe/Berlin	50.89862	7.21802				07	053	05378	05378028
2916627	Großenhausen	grossenhausen	DE		0	Europe/Berlin	50.1604	9.19099				05	064	06435	06435018
2916628	Großenhalm	grossenhalm	DE		0	Europe/Berlin	53.1792	8.70488		Grossenhalm,Großenhalm		06			
2916631	Großenhag	grossenhag	DE		0	Europe/Berlin	48.50039	11.46598				02	091	09186	09186151
2916632	Großengstingen	grossengstingen	DE		0	Europe/Berlin	48.3871	9.28546				01	084	08415	08415089
2916633	Großengsee	grossengsee	DE		0	Europe/Berlin	49.63781	11.35584		Grossengsee,Großengsee		02	095	09574	09574158
2916637	Großenging	grossenging	DE		0	Europe/Berlin	52.83027	7.82644				06	00	03453	03453010
2916640	Großenfalz	grossenfalz	DE		0	Europe/Berlin	49.5222	11.72507				02	093	09371	09371151
2916641	Großenenglis	grossenenglis	DE		0	Europe/Berlin	51.07793	9.27623		Grossenenglis,Großenenglis		05	066	06634	06634001
2916642	Großenehrich-West	grossenehrich-west	DE		0	Europe/Berlin	51.25	10.8				15	00	16065	16065089
2916644	Großeneder	grosseneder	DE		0	Europe/Berlin	51.55	10.16667				06	00	03159	03159033
2916646	Großendrescheid	grossendrescheid	DE		0	Europe/Berlin	51.27154	7.64539		Grossendrehscheid,Grossendrescheid,Großendrehscheid,Großendrescheid		07	059	05962	05962004
2916647	Großendorferheide	grossendorferheide	DE		0	Europe/Berlin	53.81667	9.76667				10	00	01056	01056002
2916648	Großendorf	grossendorf	DE		0	Europe/Berlin	53.79406	9.75989				10	00	01056	01056002
2916650	Großen Buseck	grossen-buseck	DE		0	Europe/Berlin	50.60531	8.78566		Buseck,Grossen Buseck,Großen Buseck	06531003	05	065	06531	06531003
2916653	Großenbuch	grossenbuch	DE		0	Europe/Berlin	49.61766	11.15988				02	094	09474	09474154
2916654	Großenbrode-Kai	grossenbrode-kai	DE		0	Europe/Berlin	54.36127	11.0852		Grossenbrode,Grossenbrode-Kai,Großenbrode,Großenbrode-Kai		10	00	01055	01055017
2916990	Groß Below	gross-below	DE		0	Europe/Berlin	53.81344	13.31364				12	00	13071	13071006
2916656	Großenbreden	grossenbreden	DE		0	Europe/Berlin	51.83385	9.25071				07	057	05762	05762024
2916657	Großenbrach	grossenbrach	DE		0	Europe/Berlin	50.24714	10.0686		Grossenbrach,Großenbrach		02	096	09672	09672112
2916658	Groß Borstel	gross-borstel	DE		0	Europe/Berlin	52.89006	9.01213		Gross Borstel,Grossenborstel,Groß Borstel,Großenborstel		06	00	03251	03251033
2916659	Großenbornholt	grossenbornholt	DE		0	Europe/Berlin	54.10182	9.33391				10	00	01058	01058025
2916660	Großenbernberg	grossenbernberg	DE		0	Europe/Berlin	51.01667	7.58333				07	053	05374	05374012
2916661	Großenberken	grossenberken	DE		0	Europe/Berlin	52.26778	8.73069				07	057	05770	05770016
2916662	Großenberg	grossenberg	DE		0	Europe/Berlin	51.95083	9.29701				06	00	03252	03252003
2916665	Großenbehringen	grossenbehringen	DE		0	Europe/Berlin	51.02092	10.51186				15	00	16063	16063098
2916666	Großenbaum	grossenbaum	DE		0	Europe/Berlin	51.36666	6.78186		Grossenbaum,Großenbaum		07	051	05112	05112000
2916670	Großenbach	grossenbach	DE		0	Europe/Berlin	50.91825	8.25559				07	059	05970	05970028
2916671	Großenbach	grossenbach	DE		0	Europe/Berlin	50.68548	9.80259				05	066	06631	06631015
2916672	Grossenau	grossenau	DE		0	Europe/Berlin	50.122	11.78433				02	094	09475	09475189
2916674	Großenast	grossenast	DE		0	Europe/Berlin	47.66018	11.06289				02	091	09180	09180112
2916675	Großenasperfeld	grossenasperfeld	DE		0	Europe/Berlin	53.95	9.96667				10	00	01060	01060027
2916678	Große Mühle	grosse-muehle	DE		0	Europe/Berlin	51.63186	12.3536				14	00	15082	15082015
2916689	Groß Elmenhorst	gross-elmenhorst	DE		0	Europe/Berlin	54.20964	13.05305				12	00	13073	13073023
2916690	Groß Ellershausen	gross-ellershausen	DE		0	Europe/Berlin	51.51978	9.86668		Gross Ellershausen,Groß Ellershausen		06	00	03159	03159016
2916691	Groß Ellerbüll	gross-ellerbuell	DE		0	Europe/Berlin	54.55	8.98333				10	00	01054	01054043
2916692	Groß Ellenberg	gross-ellenberg	DE		0	Europe/Berlin	52.93514	10.74896				06	00	03360	03360024
2916699	Große-Ledder	grosse-ledder	DE		0	Europe/Berlin	51.09852	7.2217				07	053	05378	05378032
2916700	Groß Elbe	gross-elbe	DE		0	Europe/Berlin	52.08837	10.26844				06	00	03158	03158011
2916719	Groß Eissel	gross-eissel	DE		0	Europe/Berlin	52.95589	9.19404				06	00	03361	03361012
2916720	Großeisenbach	grosseisenbach	DE		0	Europe/Berlin	48.35864	11.60156				02	091	09178	09178123
2916721	Groß Eilstorf	gross-eilstorf	DE		0	Europe/Berlin	52.82003	9.45522		Gross Eilstorf,Groß Eilstorf		06	00	03358	03358024
2916724	Groß Eicklingen	gross-eicklingen	DE		0	Europe/Berlin	52.55762	10.18244		Groten Eikeln		06	00	03351	03351007
2916725	Großeichsen	grosseichsen	DE		0	Europe/Berlin	53.74427	11.26063				12	00	13074	13074054
2916726	Großeicholzheim	grosseicholzheim	DE		0	Europe/Berlin	49.44485	9.28867		Grosseicholzheim,Großeicholzheim		01	082	08225	08225091
2916727	Groß Eichholz	gross-eichholz	DE		0	Europe/Berlin	52.15897	13.87581				11	00	12067	12067481
2916728	Großeichenhausen	grosseichenhausen	DE		0	Europe/Berlin	47.94809	11.59787				02	091	09184	09184141
2916729	Groß-Eichen	gross-eichen	DE		0	Europe/Berlin	50.59853	9.07553				05	065	06535	06535013
2916737	Großeholz	grosseholz	DE		0	Europe/Berlin	52.41966	8.43525				07	057	05770	05770044
2916738	Großeholz	grosseholz	DE		0	Europe/Berlin	52.95991	9.75672				06	00	03358	03358021
2916743	Großehöhe	grossehoehe	DE		0	Europe/Berlin	51.3	7.06667				07	051	05158	05158032
2916751	Großeheide	grosseheide	DE		0	Europe/Berlin	51.05053	7.20086				07	053	05378	05378020
2916779	Großeglsee	grosseglsee	DE		0	Europe/Berlin	47.87065	11.54981				02	091	09173	09173118
2916781	Großeggenberg	grosseggenberg	DE		0	Europe/Berlin	48.35833	12.6821				02	092	09277	09277122
2916795	Große Dunge	grosse-dunge	DE		0	Europe/Berlin	53.15393	8.68176		Grosse Dunge,Große Dunge		03	00	04011	04011000
2916801	Große Bünsche	grosse-buensche	DE		0	Europe/Berlin	52.56667	12.21667				11	00	12063	12063189
2916819	Großebersdorf	grossebersdorf	DE		0	Europe/Berlin	50.78635	11.95335				15	00	16076	16076088
2916834	Groß Dunzig	gross-dunzig	DE		0	Europe/Berlin	53.7	14.06667				12	00	13075	13075031
2916835	Groß Dunsum	gross-dunsum	DE		0	Europe/Berlin	54.73096	8.41398				10	00	01054	01054025
2916836	Groß Düngen	gross-duengen	DE		0	Europe/Berlin	52.09521	10.02191		Dungen,Düngen,Gross Dungen,Groß Düngen		06	00	03254	03254005
2916837	Grossduggendorf	grossduggendorf	DE		0	Europe/Berlin	49.11667	11.93333				02	093	09375	09375131
2916841	Groß Drewitz	gross-drewitz	DE		0	Europe/Berlin	52.00348	14.59051				11	00	12071	12071337
2916842	Großdresbach	grossdresbach	DE		0	Europe/Berlin	50.93352	7.23737				07	053	05378	05378024
2916843	Groß Drehle	gross-drehle	DE		0	Europe/Berlin	52.54741	8.00765		Drehle,Gross Drehle,Groß Drehle		06	00	03459	03459018
2916844	Großdrebnitz	grossdrebnitz	DE		0	Europe/Berlin	51.0901	14.15674				13	00	14625	14625040
2916845	Großdraxdorf	grossdraxdorf	DE		0	Europe/Berlin	50.77134	12.11114		Grossdraxdorf,Großdraxdorf		15	00	16076	16076004
2916848	Großdornberg	grossdornberg	DE		0	Europe/Berlin	52.04732	8.45261				07	057	05711	05711000
2916850	Groß Dörgen	gross-doergen	DE		0	Europe/Berlin	52.69059	7.375				06	00	03454	03454019
2916851	Großdorf	grossdorf	DE		0	Europe/Berlin	47.61437	10.33599				02	097	09780	09780137
2916853	Groß Dölln	gross-doelln	DE		0	Europe/Berlin	52.99278	13.52546				11	00	12073	12073572
2916854	Groß Dohren	gross-dohren	DE		0	Europe/Berlin	52.63333	7.56667				06	00	03454	03454009
2916855	Groß Döhren	gross-doehren	DE		0	Europe/Berlin	51.99788	10.44199				06	00	03153	03153008
2916856	Großdöbschütz	grossdoebschuetz	DE		0	Europe/Berlin	51.13008	14.4223		Debsecy		13	00	14625	14625390
2916857	Großdobritz	grossdobritz	DE		0	Europe/Berlin	51.21568	13.56916		Grossdobritz,Großdobritz		13	00	14627	14627170
2916859	Groß Döbbern	gross-doebbern	DE		592	Europe/Berlin	51.65152	14.32977		Wjelike Dobrynje		11	00	12071	12071301
2916860	Großdittmannsdorf	grossdittmannsdorf	DE		0	Europe/Berlin	51.19726	13.77145				13	00	14627	14627220
2916862	Großdingharting	grossdingharting	DE		0	Europe/Berlin	47.98067	11.52071		Grossdingharting,Großdingharting		02	091	09184	09184144
2916863	Großdeuben	grossdeuben	DE		0	Europe/Berlin	51.23764	12.38579		Grossdeuben,Großdeuben		13	00	14729	14729040
2916866	Groß Denkte	gross-denkte	DE		0	Europe/Berlin	52.14524	10.61262		Gross Denkte,Groß Denkte		06	00	03158	03158008
2916867	Großdemsin	grossdemsin	DE		0	Europe/Berlin	52.43134	12.26418				14	00	15086	15086080
2916868	Großdeinbach	grossdeinbach	DE		0	Europe/Berlin	48.81348	9.75374				01	081	08136	08136065
2916869	Großdehsa	grossdehsa	DE		0	Europe/Berlin	51.10914	14.61932		Dazin,Dažin,Grossdehsa,Großdehsa		13	00	14626	14626290
2916870	Dechsendorf	dechsendorf	DE		0	Europe/Berlin	49.62745	10.93852		Grossdechsendorf,Großdechsendorf		02	095	09562	09562000
2916872	Groß-Dannewerk	gross-dannewerk	DE		0	Europe/Berlin	54.48529	9.51464				10	00	01059	01059019
2916873	Groß Damitz	gross-damitz	DE		0	Europe/Berlin	54.36906	13.04481				12	00	13073	13073046
2916874	Großdalzig	grossdalzig	DE		0	Europe/Berlin	51.20661	12.27314				13	00	14729	14729430
2916875	Groß Dalwitz	gross-dalwitz	DE		0	Europe/Berlin	53.91667	12.53333				12	00	13072	13072082
2916877	Groß Dahlum	gross-dahlum	DE		0	Europe/Berlin	52.13981	10.85072		Voigtsdahlum		06	00	03158	03158007
2916879	Großcotta	grosscotta	DE		0	Europe/Berlin	50.90288	13.96194		Cotta,Grosscotta,Großcotta		13	00	14628	14628070
2916882	Groß Chüden	gross-chueden	DE		0	Europe/Berlin	52.8523	11.2322				14	00	15081	15081455
2916883	Groß Bützin	gross-buetzin	DE		0	Europe/Berlin	53.87867	12.48817		Butzin,Bützin,Gross Butzin,Groß Bützin		12	00	13072	13072082
2916889	Großburschla	grossburschla	DE		0	Europe/Berlin	51.1369	10.17277				15	00	16063	16063076
2916890	Großburlo	grossburlo	DE		0	Europe/Berlin	51.9	6.76667				07	055	05554	05554012
2916893	Großburgwedel	grossburgwedel	DE		0	Europe/Berlin	52.49271	9.85757		Grossburgwedel,Groten Boorwee,Großburgwedel		06	00	03241	03241004
2916894	Groß Bünzow	gross-buenzow	DE		0	Europe/Berlin	53.93421	13.65834				12	00	13075	13075061
2916895	Groß Bünsdorf	gross-buensdorf	DE		0	Europe/Berlin	53.86551	10.96359				12	00	13074	13074074
2916897	Groß Bülten	gross-buelten	DE		0	Europe/Berlin	52.26331	10.19012				06	00	03157	03157009
2916898	Großbüllesheim	grossbuellesheim	DE		0	Europe/Berlin	50.68526	6.82096				07	053	05366	05366016
2916902	Groß Buckow	gross-buckow	DE		0	Europe/Berlin	51.61025	14.33437		Bukow,Gross Buckow,Groß Buckow		11	00	12071	12071372
2916904	Großbüchlberg	grossbuchlberg	DE		0	Europe/Berlin	49.97231	12.22057				02	093	09377	09377141
2916905	Groß-Buchholz	gross-buchholz	DE		0	Europe/Berlin	52.39525	9.80528		Gross,Gross Buchholz,Groß,Groß Buchholz		06	00	03241	03241001
2916906	Groß Buchholz	gross-buchholz	DE		0	Europe/Berlin	53.12098	11.88068				11	00	12070	12070296
2916907	Großbuchfeld	grossbuchfeld	DE		0	Europe/Berlin	49.7816	10.96539				02	094	09471	09471145
2916908	Großbuch	grossbuch	DE		0	Europe/Berlin	51.20051	12.64198				13	00	14729	14729330
2916910	Groß Brütz	gross-bruetz	DE		0	Europe/Berlin	53.65107	11.25345				12	00	13074	13074012
2916911	Groß Brunsrode	gross-brunsrode	DE		0	Europe/Berlin	52.35237	10.66749				06	00	03154	03154014
2916912	Großbrüchter	grossbruechter	DE		0	Europe/Berlin	51.32944	10.65301				15	00	16065	16065032
2916913	Großbruch	grossbruch	DE		0	Europe/Berlin	51.11061	7.15303				07	053	05378	05378008
2916914	Großbrösern	grossbroesern	DE		0	Europe/Berlin	51.22301	14.36522		Prezdren,Přezdrěń		13	00	14625	14625490
2916915	Groß Brodersby	gross-brodersby	DE		0	Europe/Berlin	54.53333	9.71667				10	00	01059	01059189
2916918	Briesnig	briesnig	DE		0	Europe/Berlin	51.80121	14.59997		Briesnig,Briesnigk,Gross Briesnig,Gross Briesnigk,Groß Briesnig,Groß Briesnigk,Rjasnik		11	00	12071	12071076
2916919	Groß Briesen	gross-briesen	DE		0	Europe/Berlin	52.24828	12.48421				11	00	12069	12069020
2916920	Groß Briesen	gross-briesen	DE		0	Europe/Berlin	52.11293	14.38074		Gross Briesen,Groß Briesen		11	00	12067	12067137
2916922	Bremerhagen	bremerhagen	DE		0	Europe/Berlin	54.14766	13.1478		Bremerhagen		12	00	13073	13073090
2916924	Großbreitenbronn	grossbreitenbronn	DE		0	Europe/Berlin	49.22184	10.66578				02	095	09571	09571177
2917067	Großsaara	grosssaara	DE		0	Europe/Berlin	50.85724	11.97677				15	00	16076	16076064
2916927	Groß Breitenbach	gross-breitenbach	DE		0	Europe/Berlin	49.60803	8.74227				05	064	06431	06431017
2916928	Groß Breesen	gross-breesen	DE		0	Europe/Berlin	53.69061	12.15946				12	00	13072	13072119
2916929	Groß Breesen	gross-breesen	DE		0	Europe/Berlin	51.98547	14.70152		Gross Breesen,Groß Breesen,Guben-Gross Breesen,Guben-Groß Breesen		11	00	12071	12071160
2916932	Großbraunshain	grossbraunshain	DE		0	Europe/Berlin	50.95009	12.25088				15	00	16077	16077043
2916933	Großbrannenberg	grossbrannenberg	DE		0	Europe/Berlin	47.73333	12.1				02	091	09187	09187120
2916934	Groß Bramstedt	gross-bramstedt	DE		0	Europe/Berlin	52.87234	8.78226				06	00	03251	03251007
2916938	Groß Bosseborn	gross-bosseborn	DE		0	Europe/Berlin	51.75	9.3				07	057	05762	05762020
2916939	Großborthen	grossborthen	DE		0	Europe/Berlin	50.96667	13.8				13	00	14628	14628080
2916940	Groß Borstel	gross-borstel	DE		0	Europe/Berlin	53.61366	9.98259				04	00	02000	02000000
2916941	Groß Bornhorst	gross-bornhorst	DE		0	Europe/Berlin	53.1742	8.26239				06	00	03403	03403000
2916942	Groß Börnecke	gross-boernecke	DE		1763	Europe/Berlin	51.88468	11.47032				14	00	15089	15089175
2916945	Nordbollenhagen	nordbollenhagen	DE		0	Europe/Berlin	53.33106	8.26681		Gross Bollenhagen,Groß Bollenhagen,Nordbollenhagen		06	00	03461	03461005
2916946	Groß Bölkow	gross-boelkow	DE		0	Europe/Berlin	54.00227	11.99145				12	00	13072	13072093
2916948	Großböhla	grossboehla	DE		0	Europe/Berlin	51.33788	13.03368				13	00	14730	14730060
2916953	Großbockenheim	grossbockenheim	DE		0	Europe/Berlin	49.6	8.18333				08	00	07332	07332006
2916955	Großbocka	grossbocka	DE		0	Europe/Berlin	50.82035	11.97018				15	00	16076	16076007
2916957	Groß Bliersbach	gross-bliersbach	DE		0	Europe/Berlin	50.90422	7.22205				07	053	05378	05378028
2916958	Großblankenbach	grossblankenbach	DE		0	Europe/Berlin	50.06833	9.23003				02	096	09671	09671113
2916959	Großbissendorf	grossbissendorf	DE		0	Europe/Berlin	49.21496	11.81365				02	093	09373	09373134
2916960	Groß Bisdorf	gross-bisdorf	DE		0	Europe/Berlin	54.05747	13.20917				12	00	13073	13073089
2916962	Großbirkach	grossbirkach	DE		0	Europe/Berlin	49.79991	10.49011				02	094	09471	09471128
2916963	Groß Biewende	gross-biewende	DE		0	Europe/Berlin	52.0987	10.62687				06	00	03158	03158040
2916964	Groß Biesehof	gross-biesehof	DE		0	Europe/Berlin	52.86587	11.77476		Biesehof,Gross Bieschof,Gross Biesehof,Groß Bieschof,Groß Biesehof		14	00	15090	15090008
2916965	Großbierstedt	grossbierstedt	DE		0	Europe/Berlin	52.72933	11.0179				14	00	15081	15081440
2916969	Großbeuthen	grossbeuthen	DE		0	Europe/Berlin	52.24924	13.21168				11	00	12072	12072426
2916970	Groß Beuster	gross-beuster	DE		0	Europe/Berlin	52.93333	11.78333		Gross Beuster,Groß Beuster		14	00	15090	15090520
2916973	Großbettenrain	grossbettenrain	DE		0	Europe/Berlin	48.5405	12.3597				02	092	09274	09274145
2916975	Großberndten	grossberndten	DE		0	Europe/Berlin	51.35897	10.70103				15	00	16065	16065067
2916976	Großberkenthin	grossberkenthin	DE		0	Europe/Berlin	53.73333	10.65				10	00	01053	01053009
2916977	Groß Berkel	gross-berkel	DE		0	Europe/Berlin	52.06547	9.30473				06	00	03252	03252001
2916978	Großberghofen	grossberghofen	DE		0	Europe/Berlin	48.88317	11.88392				02	092	09273	09273137
2916979	Großberghofen	grossberghofen	DE		0	Europe/Berlin	48.32059	11.31399				02	091	09174	09174118
2916980	Großberghausen	grossberghausen	DE		0	Europe/Berlin	51.16136	7.225				07	051	05120	05120000
2916981	Großberghausen	grossberghausen	DE		0	Europe/Berlin	49.1542	11.3736				02	093	09373	09373126
2916983	Großbergham	grossbergham	DE		0	Europe/Berlin	47.99321	12.42951				02	091	09189	09189133
2916984	Großbergerdorf	grossbergerdorf	DE		0	Europe/Berlin	49.24906	12.63032				02	093	09372	09372146
2916985	Groß Berge	gross-berge	DE		0	Europe/Berlin	53.25	11.86667				11	00	12070	12070028
2916986	Großberg	grossberg	DE		0	Europe/Berlin	48.97046	12.05632				02	093	09375	09375180
2916989	Groß Bengerstorf	gross-bengerstorf	DE		0	Europe/Berlin	53.42621	10.84076		Gross Bengersdorf,Groß Bengersdorf		12	00	13076	13076009
2916991	Großbellhofen	grossbellhofen	DE		0	Europe/Berlin	49.56947	11.31088		Grossbellhofen,Großbellhofen		02	095	09574	09574155
2916992	Groß Belitz	gross-belitz	DE		0	Europe/Berlin	53.95275	11.96995				12	00	13072	13072053
2916993	Groß Behnkenhagen	gross-behnkenhagen	DE		0	Europe/Berlin	54.20237	13.14806				12	00	13073	13073090
2916998	Groß Bawinkel	gross-bawinkel	DE		0	Europe/Berlin	52.60197	7.44939				06	00	03454	03454002
2917000	Großbauchlitz	grossbauchlitz	DE		0	Europe/Berlin	51.13288	13.09841		Dobeln-Grossbauchlitz,Döbeln-Großbauchlitz,Grossbauchlitz,Großbauchlitz		13	00	14522	14522080
2917004	Groß Bartensleben	gross-bartensleben	DE		0	Europe/Berlin	52.24136	11.10838				14	00	15083	15083205
2917005	Großbarop	grossbarop	DE		0	Europe/Berlin	51.48913	7.42224				07	059	05913	05913000
2917006	Groß Barnitz	gross-barnitz	DE		0	Europe/Berlin	53.80525	10.49916				10	00	01062	01062008
2917008	Großbarnim	grossbarnim	DE		0	Europe/Berlin	52.68715	14.27596				11	00	12064	12064365
2917009	Großbärnbach	grossbarnbach	DE		0	Europe/Berlin	48.90569	13.07879				02	092	09276	09276116
2917012	Großbärenweiler	grossbarenweiler	DE		0	Europe/Berlin	49.32823	10.04318				01	081	08127	08127075
2917015	Groß Banzelvitz	gross-banzelvitz	DE		0	Europe/Berlin	54.51705	13.40559		Banzelvitz,Banzelwitz,Gross Banzelvitz,Groß Banzelvitz		12	00	13073	13073074
2917016	Groß Banratz	gross-banratz	DE		0	Europe/Berlin	53.24119	10.93905		Gross Banratz,Gross Banrutz,Groß Banratz,Groß Banrutz		06	00	03355	03355049
2917017	Groß Bandelvitz	gross-bandelvitz	DE		0	Europe/Berlin	54.32263	13.16454				12	00	13073	13073003
2917018	Großballhausen	grossballhausen	DE		0	Europe/Berlin	51.15592	10.89475		Grossballhausen,Großballhausen		15	00	16064	16064005
2917020	Großbahren	grossbahren	DE		0	Europe/Berlin	51.70617	13.69637				11	00	12062	12062469
2917022	Groß Bademeusel	gross-bademeusel	DE		0	Europe/Berlin	51.69448	14.70932		Wjelike Bozemysle,Wjelike Bóžemysle		11	00	12071	12071076
2917028	Groß Bäbelin	gross-baebelin	DE		0	Europe/Berlin	53.63924	12.39103				12	00	13072	13072026
2917032	Großauheim	grossauheim	DE		0	Europe/Berlin	50.10292	8.94835		Grossauheim,Großauheim		05	064	06435	06435014
2917033	Grössau	groessau	DE		0	Europe/Berlin	50.32201	11.3257				02	094	09476	09476164
2917035	Groß Aspe	gross-aspe	DE		0	Europe/Berlin	53.46307	9.3748				06	00	03359	03359031
2917036	Großaspach	grossaspach	DE		0	Europe/Berlin	48.96641	9.401				01	081	08119	08119087
2917037	Groß Aschen	gross-aschen	DE		0	Europe/Berlin	52.17653	8.49503				06	00	03459	03459024
2917039	Großarreshausen	grossarreshausen	DE		0	Europe/Berlin	48.54526	11.58613				02	091	09186	09186152
2917040	Großarmschlag	grossarmschlag	DE		0	Europe/Berlin	48.88165	13.37766				02	092	09272	09272120
2917042	Groß Arentsee	gross-arentsee	DE		0	Europe/Berlin	53.87615	9.29612				10	00	01061	01061018
2917043	Großapenburg	grossapenburg	DE		0	Europe/Berlin	52.71667	11.2				14	00	15081	15081026
2917044	Großanhausen	grossanhausen	DE		0	Europe/Berlin	48.43376	10.37092				02	097	09774	09774121
2917047	Großaltenstädten	grossaltenstaedten	DE		0	Europe/Berlin	50.65977	8.49114				05	065	06532	06532013
2917048	Großaltdorf	grossaltdorf	DE		0	Europe/Berlin	49.12259	9.90432		Grossaltdorf,Grossaltorf,Großaltdorf,Großaltorf		01	081	08127	08127089
2917049	Großaltdorf	grossaltdorf	DE		0	Europe/Berlin	49.01429	9.75921				01	081	08127	08127025
2917050	Großalsleben	grossalsleben	DE		0	Europe/Berlin	51.98058	11.22563		Grossalsleben,Großalsleben		14	00	15083	15083245
2917054	Großallmerspann	grossallmerspann	DE		0	Europe/Berlin	49.17268	9.94269				01	081	08127	08127043
2917055	Grossallmendingen	grossallmendingen	DE		0	Europe/Berlin	48.33223	9.72552				01	084	08425	08425002
2917056	Groß Algermissen	gross-algermissen	DE		0	Europe/Berlin	52.25455	9.97614		Gross-Algermissen [a. 1807],Groten Algermissen		06	00	03254	03254003
2917057	Großalfalterbach	grossalfalterbach	DE		0	Europe/Berlin	49.18743	11.56354				02	093	09373	09373119
2917059	Großalbershof	grossalbershof	DE		0	Europe/Berlin	49.5466	11.72756				02	093	09371	09371151
2917061	Großaign	grossaign	DE		0	Europe/Berlin	49.30638	12.92275				02	093	09372	09372124
2917063	Großaich	grossaich	DE		0	Europe/Berlin	48.83673	12.34058				02	092	09278	09278123
2917064	Groß Ahrenshöft	gross-ahrenshoeft	DE		0	Europe/Berlin	54.56667	9.06667		Gross-Ahrenshoeft,Groß-Ahrenshöft		10	00	01054	01054002
2917065	Großaga	grossaga	DE		0	Europe/Berlin	50.96637	12.08766				15	00	16052	16052000
2917066	Groß Adelbylund	gross-adelbylund	DE		0	Europe/Berlin	54.78333	9.46667				10	00	01001	01001000
2917068	Groß	gross	DE		0	Europe/Berlin	48.82481	12.42784				02	092	09278	09278123
2917069	Groß	gross	DE		0	Europe/Berlin	47.50073	10.32695				02	097	09780	09780123
2917071	Grosow	grosow	DE		0	Europe/Berlin	54.48333	13.26667				12	00	13073	13073092
2917073	Grösdorf	grosdorf	DE		0	Europe/Berlin	48.96207	11.39494				02	091	09176	09176138
2917074	Groschwitz	groschwitz	DE		0	Europe/Berlin	50.73476	11.24582				15	00	16073	16073076
2917075	Groschlattengrün	groschlattengrun	DE		0	Europe/Berlin	49.97362	12.15007				02	093	09377	09377145
2917077	Groptitz	groptitz	DE		0	Europe/Berlin	51.28157	13.24368				13	00	14627	14627260
2917078	Gröps	groeps	DE		0	Europe/Berlin	53.05927	9.81263				06	00	03358	03358019
2917080	Gropper	gropper	DE		0	Europe/Berlin	48.0895	8.3996				01	083	08326	08326065
2917081	Groppenhof	groppenhof	DE		0	Europe/Berlin	48.85006	11.07649				02	091	09176	09176121
2917082	Groppenheim	groppenheim	DE		0	Europe/Berlin	50.01954	12.24821				02	093	09377	09377158
2917083	Groppendorf	groppendorf	DE		0	Europe/Berlin	52.18693	11.29505				14	00	15083	15083205
2917084	Gröppendorf	groeppendorf	DE		0	Europe/Berlin	51.2549	12.99455				13	00	14730	14730330
2917085	Groppenbruch	groppenbruch	DE		0	Europe/Berlin	51.58273	7.3982		Groppenbruch		07	059	05913	05913000
2917086	Groppel	groppel	DE		0	Europe/Berlin	51.89895	8.23769		Gropanloh,Gropanlôh		07	057	05754	05754020
2917088	Groppach	groppach	DE		0	Europe/Berlin	47.76763	9.67477				01	084	08436	08436069
2917092	Gröpelingen	groepelingen	DE		0	Europe/Berlin	53.13293	8.7414		Gropelingen,Gropelinger Vorstadt,Gröpelingen,Gröpelinger Vorstadt		03	00	04011	04011000
2917096	Groothusen	groothusen	DE		0	Europe/Berlin	53.43523	7.06556		Groothusen		06	00	03452	03452014
2917097	Grönwohldshorst	groenwohldshorst	DE		0	Europe/Berlin	54.19666	11.02067		Gronwohldhorst,Gronwohldshorst,Grönwohldhorst,Grönwohldshorst		10	00	01055	01055016
2917098	Grönwohld	groenwohld	DE		1311	Europe/Berlin	53.64162	10.40784		Groenwohld,Gronwohld,Grönwohld	01062021	10	00	01062	01062021
2917101	Gronsdorf	gronsdorf	DE		0	Europe/Berlin	48.92578	11.85748				02	092	09273	09273137
2917102	Gronsdorf	gronsdorf	DE		0	Europe/Berlin	48.12116	11.70864				02	091	09184	09184123
2917103	Grönloh	groenloh	DE		0	Europe/Berlin	52.6254	8.06265				06	00	03459	03459007
2917106	Gröningen	groeningen	DE		0	Europe/Berlin	52.85	10.86667				14	00	15081	15081095
2917107	Gröningen	groeningen	DE		4166	Europe/Berlin	51.93744	11.21601		Greningen,Grjoningen,Groeningen,Groinich,Groningen,Gröningen,ge lei ning gen,ghrwnynghn,grnyngn,Гренинген,Грёнинген,غرونينغن,گرنینگن,格勒宁根	15083245	14	00	15083	15083245
2917109	Gronig	gronig	DE		0	Europe/Berlin	49.51254	7.07058				09	00	10046	10046116
2917112	Gronhorst	gronhorst	DE		0	Europe/Berlin	51.9	7.93333				07	055	05570	05570052
2917117	Grönheim	groenheim	DE		0	Europe/Berlin	52.88035	7.86761				06	00	03453	03453012
2917118	Grönhart	gronhart	DE		0	Europe/Berlin	48.99537	10.92436				02	095	09577	09577173
2917119	Grongörgen	grongorgen	DE		0	Europe/Berlin	48.49737	13.12832				02	092	09275	09275125
2917123	Gronenborn	gronenborn	DE		0	Europe/Berlin	51.05368	7.10252				07	053	05316	05316000
2917124	Gronenberg	gronenberg	DE		0	Europe/Berlin	54.04328	10.70798				10	00	01055	01055044
2917126	Bad Grönenbach	bad-groenenbach	DE		0	Europe/Berlin	47.87714	10.22207		Groenenbach,Grönenbach		02	097	09778	09778144
2917129	Grönebach	groenebach	DE		0	Europe/Berlin	51.22963	8.56051				07	059	05958	05958048
2917131	Grone	grone	DE		0	Europe/Berlin	51.53195	9.89761		Grone		06	00	03159	03159016
2917132	Gronauerwald	gronauerwald	DE		0	Europe/Berlin	50.97907	7.13785				07	053	05378	05378004
2917137	Gronau	gronau	DE		0	Europe/Berlin	53.74688	9.91174				10	00	01056	01056041
2917138	Gronau	gronau	DE		46161	Europe/Berlin	52.21099	7.02238		Gronau,ge luo nao,ghrwnaw,grwnaw  nwrdrayn-wstfaln,Гронау,غروناو,گروناو، نوردراین-وستفالن,格羅瑙		07	055	05554	05554020
2917139	Gronau	gronau	DE		5444	Europe/Berlin	52.0846	9.77678		Gronau,ghrwnaw,grwnaw  nydrzaksn,Гронау,غروناو,گروناو، نیدرزاکسن		06	00	03254	03254043
2917140	Gronau	gronau	DE		0	Europe/Berlin	50.19295	8.77911				05	064	06440	06440003
2917141	Gronau	gronau	DE		0	Europe/Berlin	49.68366	8.67296				05	064	06431	06431002
2917142	Gronau	gronau	DE		0	Europe/Berlin	49.03438	9.33655				01	081	08118	08118060
2917143	Gronau	gronau	DE		0	Europe/Berlin	47.99965	10.44773				02	097	09778	09778199
2917145	Gronatshof	gronatshof	DE		0	Europe/Berlin	49.40416	11.5971				02	093	09371	09371116
2917147	Gröna	groena	DE		565	Europe/Berlin	51.76472	11.69728		Groena,Grona,Gröna		14	00	15089	15089030
2917151	Gromberg	gromberg	DE		0	Europe/Berlin	48.88333	10.26667				01	081	08136	08136038
2917154	Grömbach	groembach	DE		0	Europe/Berlin	48.57289	8.5454		Groembach,Grömbach	08237032	01	082	08237	08237032
2917163	Grolland	grolland	DE		0	Europe/Berlin	53.05999	8.76271				03	00	04011	04011000
2917165	Grölking	grolking	DE		0	Europe/Berlin	47.89669	12.24293				02	091	09187	09187174
2917167	Groitzschen	groitzschen	DE		0	Europe/Berlin	51.06447	12.08241				14	00	15084	15084275
2917172	Groitschen	groitschen	DE		0	Europe/Berlin	50.92254	12.16918				15	00	16076	16076008
2917173	Groitsch	groitsch	DE		0	Europe/Berlin	51.55386	11.95279				14	00	15088	15088295
2917174	Groissenbach	groissenbach	DE		0	Europe/Berlin	47.67244	12.47566				02	091	09189	09189139
2917176	Groin	groin	DE		0	Europe/Berlin	51.77711	6.42092				07	051	05154	05154044
2917179	Grohnde	grohnde	DE		0	Europe/Berlin	52.01792	9.41905		Grohnde		06	00	03252	03252005
2917180	Grohn	grohn	DE		0	Europe/Berlin	53.16676	8.64073		Bremen-Grohn,Grohn		03	00	04011	04011000
2917183	Grögling	grogling	DE		0	Europe/Berlin	49.00995	11.54998				02	093	09373	09373121
2917185	Grodt	grodt	DE		0	Europe/Berlin	48.04205	9.73088				01	084	08426	08426062
2917187	Gröditz	groeditz	DE		0	Europe/Berlin	51.41405	13.44868		Gredic,Gredica,Grjodic,Groditz,Groeditz,Gröditz,Grēdica,ge lei di ci,ghrwdyts,grwdyts,Гредиц,Гредіц,Грёдиц,Грөдиц,غروديتس,گرودیتس,格勒迪茨		13	00	14627	14627050
2917188	Gröditz	groeditz	DE		0	Europe/Berlin	51.20845	14.62257		Groditz,Groeditz,Gröditz,Hrodzisco,Hrodźišćo		13	00	14625	14625610
2917189	Gröditsch	groeditsch	DE		0	Europe/Berlin	52.05242	13.99959				11	00	12061	12061329
2917196	Grödel	groedel	DE		0	Europe/Berlin	51.30427	13.36813				13	00	14627	14627190
2917199	Grod	grod	DE		0	Europe/Berlin	47.66667	9.88333				02	097	09776	09776131
2917200	Grockstädt	grockstaedt	DE		419	Europe/Berlin	51.32819	11.58013				14	00	15088	15088305
2917201	Grochwitz	grochwitz	DE		0	Europe/Berlin	51.69964	13.21942				11	00	12062	12062224
2917202	Grochwitz	grochwitz	DE		0	Europe/Berlin	50.76998	12.00227				15	00	16076	16076088
2917204	Grochlitz	grochlitz	DE		0	Europe/Berlin	51.15418	11.82708				14	00	15084	15084355
2917205	Grochewitz	grochewitz	DE		0	Europe/Berlin	51.97573	12.42357				14	00	15091	15091060
2917206	Gröbzig	groebzig	DE		2747	Europe/Berlin	51.68226	11.87453		Grebcig,Grjobcig,Grobzig,Gröbzig,Гребциг,Грёбциг,Грөбциг		14	00	15082	15082377
2917207	Grobsdorf	grobsdorf	DE		0	Europe/Berlin	50.86145	12.14833				15	00	16076	16076061
2917208	Gröbschütz	groebschuetz	DE		0	Europe/Berlin	51.03416	12.85642				13	00	14522	14522530
2917211	Gröblitz	groeblitz	DE		0	Europe/Berlin	51.04018	12.82991				13	00	14522	14522530
2917215	Gröbitz	groebitz	DE		0	Europe/Berlin	51.65815	13.71379				11	00	12062	12062333
2917216	Gröbitz	groebitz	DE		527	Europe/Berlin	51.13468	11.92448				14	00	15084	15084490
2917217	Gröbers	groebers	DE		2460	Europe/Berlin	51.4305	12.11623				14	00	15088	15088150
2917218	Gröbern	groebern	DE		684	Europe/Berlin	51.68856	12.45125		Grobern,Gröbern		14	00	15082	15082241
2917219	Gröbern	groebern	DE		0	Europe/Berlin	51.18727	13.52201				13	00	14627	14627170
2917222	Gröbenstädt	grobenstadt	DE		0	Europe/Berlin	49.59742	12.40593		Grobenstadt,Gröbenstädt		02	093	09374	09374137
2917224	Grobenhof	grobenhof	DE		0	Europe/Berlin	49.03333	10.3				01	081	08136	08136084
2917229	Gröben	groeben	DE		0	Europe/Berlin	52.28454	13.16916				11	00	12072	12072240
2917230	Gröben	groeben	DE		733	Europe/Berlin	51.12354	12.04212				14	00	15084	15084490
2917231	Gröben	groeben	DE		0	Europe/Berlin	50.88604	11.6835				15	00	16074	16074085
2917249	Grobba	grobba	DE		0	Europe/Berlin	51.88478	14.16705				11	00	12061	12061061
2917250	Grobau	grobau	DE		0	Europe/Berlin	50.4326	11.94515		Grobau		13	00	14523	14523450
2917252	Gröba	groeba	DE		0	Europe/Berlin	51.32206	13.27948				13	00	14627	14627230
2917253	Gröba	groeba	DE		0	Europe/Berlin	51.05763	12.36964				15	00	16077	16077032
2917254	Grizehne	grizehne	DE		0	Europe/Berlin	51.92179	11.80906				14	00	15089	15089055
2917256	Grittel	grittel	DE		0	Europe/Berlin	53.16013	11.43295				12	00	13076	13076049
2917257	Gritschen	gritschen	DE		0	Europe/Berlin	47.7444	12.19328				02	091	09187	09187156
2917260	Gristow	gristow	DE		0	Europe/Berlin	54.17178	13.3265				12	00	13075	13075091
2917261	Gristede	gristede	DE		0	Europe/Berlin	53.22472	8.05497				06	00	03451	03451008
2917262	Grißheim	grissheim	DE		0	Europe/Berlin	47.87309	7.5917		Grissheim,Grißheim		01	083	08315	08315076
2917263	Grissenbach	grissenbach	DE		0	Europe/Berlin	50.88554	8.16995		Grissenbach		07	059	05970	05970032
2917268	Grippel	grippel	DE		0	Europe/Berlin	53.07433	11.29515				06	00	03354	03354014
2917269	Gripekoven	gripekoven	DE		0	Europe/Berlin	51.14223	6.32468		Gripekoven		07	053	05370	05370040
2917278	Grindel	grindel	DE		0	Europe/Berlin	50.81168	7.86839				08	00	07132	07132063
2917281	Grindau	grindau	DE		0	Europe/Berlin	52.65775	9.61699				06	00	03358	03358020
2917282	Grind	grind	DE		0	Europe/Berlin	51.15465	6.85349				07	051	05162	05162004
2917288	Grimsnis	grimsnis	DE		0	Europe/Berlin	54.67735	9.93301				10	00	01059	01059045
2917290	Grimschleben	grimschleben	DE		0	Europe/Berlin	51.83178	11.78594		Grimmschleben,Grimschleben		14	00	15089	15089235
2917292	Grimolzhausen	grimolzhausen	DE		0	Europe/Berlin	48.57834	11.15002				02	097	09771	09771156
2917293	Grimoldsried	grimoldsried	DE		0	Europe/Berlin	48.21226	10.61472				02	097	09772	09772178
2917299	Grimmschwinden	grimmschwinden	DE		0	Europe/Berlin	49.20113	10.1652				02	095	09571	09571199
2917301	Grimminghausen	grimminghausen	DE		0	Europe/Berlin	52.23784	8.72761				07	057	05758	05758024
2917302	Grimminghausen	grimminghausen	DE		0	Europe/Berlin	51.22018	8.21025		Grimminghausen		07	059	05958	05958040
2917305	Grimmerswald	grimmerswald	DE		0	Europe/Berlin	48.59101	8.16453				01	083	08317	08317126
2917308	Grimmens	grimmens	DE		0	Europe/Berlin	53.68661	7.93982				06	00	03455	03455020
2917310	Grimmelshofen	grimmelshofen	DE		0	Europe/Berlin	47.8	9.98333				01	084	08436	08436055
2917311	Grimmelshofen	grimmelshofen	DE		0	Europe/Berlin	47.78554	8.49698				01	083	08337	08337106
2917315	Grimmelhausen	grimmelhausen	DE		0	Europe/Berlin	52.5497	8.99208		Grimmelhausen,Grimmelshausen		06	00	03256	03256030
2917316	Grimmelfingen	grimmelfingen	DE		0	Europe/Berlin	48.37185	9.93576				01	084	08421	08421000
2917326	Grimm	grimm	DE		0	Europe/Berlin	53.25081	10.39212				06	00	03355	03355022
2917327	Grimlinghauserbrücke	grimlinghauserbruecke	DE		0	Europe/Berlin	51.18333	6.71667				07	051	05162	05162024
2917328	Grimlinghausen	grimlinghausen	DE		0	Europe/Berlin	51.17744	6.74376		Grimlinghausen		07	051	05162	05162024
2917329	Grimlinghausen	grimlinghausen	DE		0	Europe/Berlin	51.39489	8.44109				07	059	05958	05958008
2917332	Grimersumer-Altedeich	grimersumer-altedeich	DE		0	Europe/Berlin	53.48717	7.18		Grimersumer,Grimersumer-Altedeich		06	00	03452	03452014
2917333	Grimersum	grimersum	DE		0	Europe/Berlin	53.47746	7.17195		Grimersum		06	00	03452	03452014
2917334	Grimelsheim	grimelsheim	DE		0	Europe/Berlin	51.4755	9.23349				05	066	06633	06633016
2917339	Grimberg	grimberg	DE		0	Europe/Berlin	51.05745	7.15789		Grimberg		07	053	05378	05378020
2917340	Heidermühle	heidermuehle	DE		0	Europe/Berlin	50.94977	7.24893				07	053	05378	05378024
2917342	Grimbach	grimbach	DE		0	Europe/Berlin	50.03979	6.27415				08	00	07232	07232005
2917345	Grilling	grilling	DE		0	Europe/Berlin	47.939	12.55694				02	091	09189	09189114
2917346	Grillheim	grillheim	DE		0	Europe/Berlin	48.68144	11.44501				02	091	09185	09185140
2917351	Grillenburg	grillenburg	DE		0	Europe/Berlin	50.95314	13.50667		Grillenburg		13	00	14628	14628400
2917355	Grille	grille	DE		0	Europe/Berlin	52.53333	12.21667				11	00	12063	12063189
2917356	Grille	grille	DE		0	Europe/Berlin	52.2857	8.95191				07	057	05770	05770024
2917359	Grillaberg	grillaberg	DE		0	Europe/Berlin	48.78686	13.56834				02	092	09272	09272118
2917361	Grill	grill	DE		0	Europe/Berlin	53.78839	9.47336				10	00	01061	01061027
2917362	Grifte	grifte	DE		0	Europe/Berlin	51.21092	9.4441				05	066	06634	06634002
2917363	Grift	grift	DE		0	Europe/Berlin	51.49007	6.25728		Grift		07	051	05154	05154012
2917364	Grift	grift	DE		0	Europe/Berlin	53.72584	9.01399				06	00	03352	03352056
2917367	Grieve	grieve	DE		0	Europe/Berlin	53.92744	12.4799				12	00	13072	13072082
2917368	Grietzen	grietzen	DE		0	Europe/Berlin	48.57147	12.50051		Grietzen,Griezen		02	092	09279	09279126
2917369	Grietherort	grietherort	DE		0	Europe/Berlin	51.79383	6.32434		Grietherort,Grietherorth		07	051	05154	05154044
2917370	Grietherbusch	grietherbusch	DE		0	Europe/Berlin	51.80353	6.35132				07	051	05154	05154044
2917371	Griethausen	griethausen	DE		0	Europe/Berlin	51.82177	6.16556				07	051	05154	05154036
2917372	Grieth	grieth	DE		0	Europe/Berlin	51.787	6.31401		Grieth		07	051	05154	05154024
2917373	Griet	griet	DE		0	Europe/Berlin	49.16022	9.52288				01	081	08126	08126069
2917374	Griesweiler	griesweiler	DE		0	Europe/Berlin	48.98455	10.06558				01	081	08136	08136019
2917375	Griesthal	griesthal	DE		0	Europe/Berlin	47.91055	10.39893				02	097	09778	09778168
2917379	Griesstetten	griesstetten	DE		0	Europe/Berlin	49.02594	11.58182				02	093	09373	09373121
2917385	Grießer	griesser	DE		0	Europe/Berlin	48.29296	13.1351				02	092	09277	09277118
2917387	Grießenbach	griessenbach	DE		0	Europe/Berlin	48.64065	12.29794				02	092	09274	09274174
2917388	Grießenbach	griessenbach	DE		0	Europe/Berlin	47.73676	12.10829				02	091	09187	09187120
2917391	Grießem	griessem	DE		0	Europe/Berlin	52.01236	9.20671				06	00	03252	03252001
2917395	Grießbach	griessbach	DE		0	Europe/Berlin	50.71292	13.0432		Griessbach,Grießbach		13	00	14521	14521150
2917397	Griesmühle	griesmuehle	DE		0	Europe/Berlin	51.24712	10.16295				15	00	16061	16061113
2917398	Griesmühle	griesmuhle	DE		0	Europe/Berlin	48.27674	12.86807				02	092	09277	09277154
2917403	Griesingsreith	griesingsreith	DE		0	Europe/Berlin	48.38288	13.11493				02	092	09275	09275131
2917407	Grieshof	grieshof	DE		0	Europe/Berlin	49.55785	10.78055				02	095	09575	09575121
2917414	Grieshäuseln	grieshauseln	DE		0	Europe/Berlin	48.17307	12.42696				02	091	09183	09183124
2917423	Griesenbruch	griesenbruch	DE		0	Europe/Berlin	52.15	8.5				07	057	05758	05758008
2917424	Griesenbrauck	griesenbrauck	DE		0	Europe/Berlin	51.40164	7.70682				07	059	05962	05962024
2917425	Griesenbötel	griesenboetel	DE		0	Europe/Berlin	54.06449	10.15194				10	00	01057	01057068
2917427	Griesenbecke	griesenbecke	DE		0	Europe/Berlin	51.2974	7.50588				07	059	05914	05914000
2917429	Griesenbach	griesenbach	DE		0	Europe/Berlin	50.69912	7.43306		Griesenbach		08	00	07138	07138080
2917434	Griesemert	griesemert	DE		0	Europe/Berlin	51.04912	7.88708		Griesemert		07	059	05966	05966024
2917437	Griesdobel	griesdobel	DE		0	Europe/Berlin	47.96094	8.04677				01	083	08315	08315020
2917438	Griesborn	griesborn	DE		0	Europe/Berlin	49.29792	6.80413				09	00	10044	10044118
2917441	Griesberg	griesberg	DE		0	Europe/Berlin	51.08766	7.12448				07	053	05378	05378008
2917450	Griesbeckerzell	griesbeckerzell	DE		0	Europe/Berlin	48.44477	11.0525		Griesbach		02	097	09771	09771113
2917451	Griesbarth	griesbarth	DE		0	Europe/Berlin	51.1372	6.37829		Griesbarth		07	051	05116	05116000
2917455	Grießbach	griessbach	DE		0	Europe/Berlin	50.60517	12.61546		Griesbach,Griessbach,Grießbach		13	00	14521	14521530
2917456	Griesbach	griesbach	DE		0	Europe/Berlin	50.35778	11.72246				02	094	09475	09475137
2917457	Griesbach	griesbach	DE		0	Europe/Berlin	49.86905	12.48054				02	093	09377	09377139
2917458	Griesbach	griesbach	DE		0	Europe/Berlin	49.00111	13.25561				02	092	09276	09276148
2917459	Griesbach	griesbach	DE		0	Europe/Berlin	48.59936	12.57607				02	092	09279	09279134
2917460	Griesbach	griesbach	DE		0	Europe/Berlin	48.56423	11.54729				02	091	09186	09186143
2917461	Bad Griesbach	bad-griesbach	DE		8431	Europe/Berlin	48.45181	13.19329		Bad Griesbach im Rottal,Griesbach im Rott		02	092	09275	09275124
2917462	Griesbach	griesbach	DE		0	Europe/Berlin	48.39713	11.62847				02	091	09178	09178137
2917463	Griesau	griesau	DE		0	Europe/Berlin	48.94843	12.41316				02	093	09375	09375183
2917473	Griepshop	griepshop	DE		0	Europe/Berlin	52.27721	8.78606				07	057	05770	05770012
2917476	Grienzing	grienzing	DE		0	Europe/Berlin	48.39142	12.41705				02	092	09274	09274120
2917481	Griemshorst	griemshorst	DE		0	Europe/Berlin	53.42622	9.52678				06	00	03359	03359023
2917482	Griemeringhausen	griemeringhausen	DE		0	Europe/Berlin	51.0901	7.54675				07	053	05374	05374024
2917486	Griedelbach	griedelbach	DE		0	Europe/Berlin	50.45	8.51667				05	065	06532	06532022
2917487	Griedel	griedel	DE		0	Europe/Berlin	50.43925	8.70538				05	064	06440	06440005
2917490	Griebow	griebow	DE		0	Europe/Berlin	53.28164	11.94128				12	00	13076	13076168
2917495	Griebnitz	griebnitz	DE		0	Europe/Berlin	54.00511	12.2142				12	00	13072	13072029
2917498	Griebenow	griebenow	DE		0	Europe/Berlin	54.08115	13.24333				12	00	13073	13073089
2917507	Griebel	griebel	DE		0	Europe/Berlin	54.13513	10.70434				10	00	01055	01055024
2917511	Grezhausen	grezhausen	DE		0	Europe/Berlin	47.96699	7.64605				01	083	08315	08315015
2917514	Grewenweise	grewenweise	DE		0	Europe/Berlin	52.10314	8.21539				06	00	03459	03459015
2917515	Grewenich	grewenich	DE		0	Europe/Berlin	49.74493	6.51848		Grevenich,Grewenich		08	00	07235	07235073
2917520	Grevesmühlen	grevesmuehlen	DE		10975	Europe/Berlin	53.86337	11.1916		Grevesmilen,Grevesmilene,Grevesmjulen,Grevesmuehlen,Grevesmuhlen,Grevesmühlen,Grēvesmīlene,ge rui wei si mi lei en,ghrfsmwln,grfsmwln,Гревесмилен,Гревесмюлен,غرفسمولن,گرفسمولن,格芮维斯米勒恩		12	00	13074	13074026
2917524	Greverath	greverath	DE		0	Europe/Berlin	49.93033	6.74875				08	00	07231	07231504
2917525	Grevenstein	grevenstein	DE		0	Europe/Berlin	53.92892	11.07673				12	00	13074	13074069
2917526	Grevenstein	grevenstein	DE		0	Europe/Berlin	51.30149	8.12852		Grevenstein		07	059	05958	05958032
2917531	Grevenkoperriep	grevenkoperriep	DE		0	Europe/Berlin	53.9	9.5		Grevenkoperriep,Grevenkopper Riep		10	00	01061	01061017
2917536	Grevenhagen	grevenhagen	DE		0	Europe/Berlin	53.74634	11.31551				12	00	13074	13074001
2917537	Grevenhagen	grevenhagen	DE		0	Europe/Berlin	51.79821	8.97652				07	057	05762	05762032
2917539	Grevenbrück	grevenbrueck	DE		0	Europe/Berlin	51.13627	8.01501				07	059	05966	05966020
2917546	Grevel	grevel	DE		0	Europe/Berlin	51.56295	7.55084				07	059	05913	05913000
2917552	Greuthof	greuthof	DE		0	Europe/Berlin	49.08333	9.43333				01	081	08125	08125107
2917558	Greuth	greuth	DE		0	Europe/Berlin	49.75527	10.91619				02	095	09572	09572135
2917559	Greuth	greuth	DE		0	Europe/Berlin	49.75209	10.36867				02	096	09675	09675116
2917560	Greuth	greuth	DE		0	Europe/Berlin	49.34548	11.08057				02	095	09564	09564000
2917561	Greuth	greuth	DE		0	Europe/Berlin	47.91197	10.13111				02	097	09778	09778161
2917566	Greut	greut	DE		0	Europe/Berlin	47.91441	9.6802				01	084	08436	08436009
2917567	Greut	greut	DE		0	Europe/Berlin	47.77239	9.69871				01	084	08436	08436069
2917576	Greußnitz	greussnitz	DE		0	Europe/Berlin	51.01634	12.18568				14	00	15084	15084590
2917580	Greuelsiefen	greuelsiefen	DE		0	Europe/Berlin	50.76687	7.3396				07	053	05382	05382020
2917581	Greuel	greuel	DE		0	Europe/Berlin	51.19501	7.12874				07	051	05124	05124000
2917582	Greuel	greuel	DE		0	Europe/Berlin	51.15	7.01667				07	051	05122	05122000
2917583	Greudnitz	greudnitz	DE		0	Europe/Berlin	51.6703	12.84046		Greudnitz		13	00	14730	14730090
2917584	Greuda	greuda	DE		0	Europe/Berlin	50.82395	11.55739				15	00	16074	16074002
2917588	Gretlsmühle	gretlsmuhle	DE		0	Europe/Berlin	48.57591	12.22127				02	092	09261	09261000
2917593	Grethen	grethen	DE		0	Europe/Berlin	49.46072	8.14746				08	00	07332	07332002
2917594	Grethen	grethen	DE		0	Europe/Berlin	51.23439	12.6619		Grethen		13	00	14729	14729340
2917598	Gretesch	gretesch	DE		0	Europe/Berlin	52.28355	8.1174				06	00	03404	03404000
2917599	Gretenmühle	gretenmuhle	DE		0	Europe/Berlin	47.59239	9.84491				02	097	09776	09776125
2917600	Gretenberge	gretenberge	DE		0	Europe/Berlin	53.66667	10.68333				10	00	01053	01053081
2917601	Gretenberg	gretenberg	DE		0	Europe/Berlin	52.29693	9.98932				06	00	03241	03241016
2917604	Grete	grete	DE		0	Europe/Berlin	53.15208	7.55093				06	00	03457	03457018
2917605	Gresterlake	gresterlake	DE		0	Europe/Berlin	51.992	8.72452				07	057	05766	05766048
2917606	Greßthal	gressthal	DE		0	Europe/Berlin	50.07686	10.03867				02	096	09678	09678192
2917607	Gressow	gressow	DE		0	Europe/Berlin	53.86382	11.32819		Gressow		12	00	13074	13074022
2917610	Greßhausen	gresshausen	DE		0	Europe/Berlin	50.03539	10.38348				02	096	09674	09674139
2917612	Gressenwöhr	gressenwohr	DE		0	Europe/Berlin	49.63203	11.81873		Gressenwohr,Gressenwöhr		02	093	09371	09371156
2917614	Gressenich	gressenich	DE		0	Europe/Berlin	50.77235	6.29946				07	053	05334	05334032
2917616	Gresselgrund	gresselgrund	DE		0	Europe/Berlin	50.16848	10.65536				02	096	09674	09674171
2917621	Gressau	gressau	DE		0	Europe/Berlin	48.73299	11.9513				02	092	09273	09273165
2917622	Gresgen	gresgen	DE		0	Europe/Berlin	47.71097	7.81832				01	083	08336	08336103
2917623	Gresenhorst	gresenhorst	DE		0	Europe/Berlin	54.15113	12.42597				12	00	13073	13073055
2917624	Greschendorf	greschendorf	DE		0	Europe/Berlin	53.89192	11.08639				12	00	13074	13074093
2917625	Gresaubach	gresaubach	DE		0	Europe/Berlin	49.45168	6.89832		Gresaubach		09	00	10044	10044112
2917635	Grenzmühle	grenzmuhle	DE		0	Europe/Berlin	49.88145	12.06678				02	093	09377	09377116
2917636	Grenzlandsiedlung	grenzlandsiedlung	DE		0	Europe/Berlin	51.6	14		Grenzlandsiedlung,Grenzlandssiedlung		11	00	12066	12066112
2917639	Grenzin	grenzin	DE		0	Europe/Berlin	54.16098	12.87945				12	00	13073	13073034
2917640	Grenzhub	grenzhub	DE		0	Europe/Berlin	47.68033	12.25576				02	091	09187	09187114
2917641	Grenzhof	grenzhof	DE		0	Europe/Berlin	49.41809	8.59574		Grenzhof		01	082	08221	08221000
2917644	Grenzheim	grenzheim	DE		0	Europe/Berlin	53.24954	11.87323				11	00	12070	12070028
2917647	Grenzhausen	grenzhausen	DE		0	Europe/Berlin	53.87951	11.14577				12	00	13074	13074026
2917650	Grenzhammer	grenzhammer	DE		0	Europe/Berlin	50.00134	11.79086				02	094	09472	09472198
2917678	Grenzdorf	grenzdorf	DE		0	Europe/Berlin	53.44196	14.34814				12	00	13075	13075113
2917697	Grenzau	grenzau	DE		0	Europe/Berlin	50.45083	7.65808				08	00	07143	07143032
2917699	Grenzacher Horn	grenzacher-horn	DE		0	Europe/Berlin	47.56048	7.64151		Grenzach Horn		01	083	08336	08336105
2917700	Grenz	grenz	DE		0	Europe/Berlin	53.33702	14.03315				11	00	12073	12073458
2917712	Gremsmühlen	gremsmuehlen	DE		0	Europe/Berlin	54.16348	10.54822				10	00	01055	01055028
2917713	Gremsheim	gremsheim	DE		0	Europe/Berlin	51.90834	10.05693				06	00	03155	03155001
2917716	Gremmin	gremmin	DE		0	Europe/Berlin	54.35	13.45		Alt Gremmin,Gremmin		12	00	13073	13073070
2917717	Gremmin	gremmin	DE		0	Europe/Berlin	51.75	12.45		Gremmin		14	00	15091	15091110
2917718	Gremmerup	gremmerup	DE		0	Europe/Berlin	54.78127	9.57791				10	00	01059	01059127
2917719	Gremmendorf	gremmendorf	DE		0	Europe/Berlin	51.92892	7.67421		Gremmendorf		07	055	05515	05515000
2917720	Gremmelsbach	gremmelsbach	DE		0	Europe/Berlin	48.1585	8.25694				01	083	08326	08326060
2917721	Gremmelin	gremmelin	DE		0	Europe/Berlin	53.78767	12.3167				12	00	13072	13072063
2917722	Gremheim	gremheim	DE		0	Europe/Berlin	48.63546	10.64714		Blenheim,Gremheim		02	097	09773	09773164
2917723	Gremertshausen	gremertshausen	DE		0	Europe/Berlin	48.3841	11.63092				02	091	09178	09178137
2917726	Gremberghoven	gremberghoven	DE		2932	Europe/Berlin	50.90152	7.06129		Grembergkhofen,Kjol'n/Porc-Grembergkhofen,Грембергхофен,Кёльн/Порц-Грембергхофен		07	053	05315	05315000
2917729	Grellsbüll	grellsbuell	DE		0	Europe/Berlin	54.86644	8.86171				10	00	01054	01054055
2917732	Grellenberg	grellenberg	DE		0	Europe/Berlin	54.10657	12.9806				12	00	13073	13073035
2917734	Greiz-Dölau	greiz-doelau	DE		0	Europe/Berlin	50.63079	12.18405		Dolau,Dölau,Greiz-Dolau,Greiz-Dölau		15	00	16076	16076022
2917741	Greitschütz	greitschuetz	DE		0	Europe/Berlin	51.14536	12.23255				13	00	14729	14729100
2917742	Greith	greith	DE		0	Europe/Berlin	47.64286	10.29287		Greith,Greuth		02	097	09780	09780143
2917743	Greith	greith	DE		0	Europe/Berlin	47.63163	10.77798				02	097	09777	09777173
2917744	Greiters	greiters	DE		0	Europe/Berlin	47.8426	10.10854				02	097	09778	09778165
2917746	Greit	greit	DE		0	Europe/Berlin	47.59677	9.71189				02	097	09776	09776116
2917749	Greißing	greissing	DE		0	Europe/Berlin	48.82874	12.3746				02	092	09278	09278123
2917751	Greißelbach	greisselbach	DE		0	Europe/Berlin	49.20509	11.46209				02	093	09373	09373146
2917753	Greising	greising	DE		0	Europe/Berlin	48.87121	13.02858				02	092	09271	09271119
2917754	Greiselbach	greiselbach	DE		0	Europe/Berlin	49.01085	10.41186				02	095	09571	09571224
2917756	Greisbach	greisbach	DE		0	Europe/Berlin	47.75	11.95				02	091	09182	09182114
2917757	Greis	greis	DE		0	Europe/Berlin	47.85469	9.99724				01	084	08436	08436055
2917758	Greipzig	greipzig	DE		0	Europe/Berlin	50.94069	12.45021		Greipzig		15	00	16077	16077001
2917759	Greinöd	greinod	DE		0	Europe/Berlin	48.60766	12.8911				02	092	09279	09279113
2917760	Greining	greining	DE		0	Europe/Berlin	49.28807	11.88592				02	093	09371	09371148
2917761	Greinhof	greinhof	DE		0	Europe/Berlin	49.19311	12.01145				02	093	09376	09376119
2917762	Greinhof	greinhof	DE		0	Europe/Berlin	48.3508	12.83075				02	092	09277	09277153
2917771	Grein	grein	DE		0	Europe/Berlin	49.43823	8.84392				05	064	06431	06431018
2917772	Greimharting	greimharting	DE		0	Europe/Berlin	47.86988	12.317		Greimharting		02	091	09187	09187168
2917773	Greimersdorf	greimersdorf	DE		0	Europe/Berlin	49.47001	10.84391				02	095	09573	09573114
2917777	Greimeltshofen	greimeltshofen	DE		0	Europe/Berlin	48.14009	10.30689				02	097	09778	09778157
2917778	Greimelscheid	greimelscheid	DE		0	Europe/Berlin	50.0915	6.40027				08	00	07232	07232254
2917779	Greimelberg	greimelberg	DE		0	Europe/Berlin	47.82127	12.29849				02	091	09187	09187132
2917780	Greilsberg	greilsberg	DE		0	Europe/Berlin	48.73344	12.28978				02	092	09274	09274119
2917791	Greifenthal	greifenthal	DE		0	Europe/Berlin	50.6103	8.32609		Greifenthal		05	065	06532	06532008
2917798	Greifenhain	greifenhain	DE		0	Europe/Berlin	51.64684	14.13904		Malin,Maliń		11	00	12071	12071057
2917799	Greifenhain	greifenhain	DE		0	Europe/Berlin	51.05889	12.58925				13	00	14729	14729140
2917802	Greifendorf	greifendorf	DE		0	Europe/Berlin	51.02525	13.1135				13	00	14522	14522500
2917809	Greiendorf	greiendorf	DE		0	Europe/Berlin	49.6927	10.77767				02	095	09572	09572135
2917813	Greggenhofen	greggenhofen	DE		0	Europe/Berlin	47.57142	10.26913				02	097	09780	09780137
2917814	Greggenhof	greggenhof	DE		0	Europe/Berlin	48.60918	10.77736				02	097	09773	09773122
2917819	Greffern	greffern	DE		1984	Europe/Berlin	48.75205	8.00515		Greffern		01	082	08216	08216063
2917821	Greffen	greffen	DE		0	Europe/Berlin	51.97743	8.14327		Grevini,Grēvini		07	057	05754	05754016
2917822	Grefenmoor	grefenmoor	DE		0	Europe/Berlin	53.59446	9.38198				06	00	03359	03359022
2917826	Greetsiel	greetsiel	DE		0	Europe/Berlin	53.50162	7.09445		Greetsiel,Grytsjesyl		06	00	03452	03452014
2917827	Greese	greese	DE		0	Europe/Berlin	53.86918	11.52865				12	00	13074	13074047
2917829	Greene	greene	DE		0	Europe/Berlin	51.85687	9.93993		Greene		06	00	03155	03155013
2917830	Green	green	DE		0	Europe/Berlin	50.55	7.18333		Green		08	00	07131	07131007
2917831	Greehörn	greehoern	DE		0	Europe/Berlin	53.6164	7.82834				06	00	03462	03462019
2917836	Grechwitz	grechwitz	DE		0	Europe/Berlin	51.23008	12.77204		Grechwitz		13	00	14729	14729160
2917837	Grebswarden	grebswarden	DE		0	Europe/Berlin	53.52377	8.51008				06	00	03461	03461007
2917839	Grebshorn	grebshorn	DE		0	Europe/Berlin	52.65252	10.3767				06	00	03351	03351008
2917840	Grebshagen	grebshagen	DE		0	Europe/Berlin	54.36667	13.46667				12	00	13073	13073070
2917849	Grebenroth	grebenroth	DE		0	Europe/Berlin	50.19852	7.93427				05	064	06439	06439005
2917851	Grebenhagen	grebenhagen	DE		0	Europe/Berlin	53.96775	10.56816				10	00	01055	01055001
2917852	Grebenhagen	grebenhagen	DE		0	Europe/Berlin	50.91587	9.47909				05	066	06634	06634023
2917853	Grebendorf	grebendorf	DE		0	Europe/Berlin	51.206	10.06622				05	066	06636	06636007
2917861	Grebben	grebben	DE		0	Europe/Berlin	51.05136	6.13546		Grebben		07	053	05370	05370016
2917871	Grävenitz	graevenitz	DE		0	Europe/Berlin	52.71979	11.67677				14	00	15090	15090070
2917872	Gravenhorst	gravenhorst	DE		0	Europe/Berlin	52.4087	10.56301				06	00	03151	03151016
2917873	Gravenhorst	gravenhorst	DE		0	Europe/Berlin	52.28973	7.6174		Gravenhorst		07	055	05566	05566016
2917874	Gravenholt	gravenholt	DE		0	Europe/Berlin	52.75758	7.75433				06	00	03453	03453011
2917875	Gräveneck	graeveneck	DE		0	Europe/Berlin	50.45062	8.25708				05	065	06533	06533019
2917876	Gravenbruch	gravenbruch	DE		0	Europe/Berlin	50.06025	8.75196				05	064	06438	06438009
2917877	Gravelund	gravelund	DE		0	Europe/Berlin	54.63428	9.30738				10	00	01059	01059128
2917879	Grave	grave	DE		0	Europe/Berlin	51.91579	9.45477				06	00	03255	03255005
2917880	Grauwinkl	grauwinkl	DE		0	Europe/Berlin	49.18265	11.23162		Grauwinkl		02	095	09576	09576127
2917881	Grauwinkel	grauwinkel	DE		0	Europe/Berlin	51.79935	13.237				11	00	12062	12062461
2917887	Graußwitz	grausswitz	DE		0	Europe/Berlin	51.22344	13.2585		Grausswitz,Grauswitz,Graußwitz		13	00	14627	14627130
2917889	Grausendorf	grausendorf	DE		0	Europe/Berlin	48.77516	13.27815				02	092	09272	09272152
2917890	Grauschwitz	grauschwitz	DE		0	Europe/Berlin	51.23333	13.06667				13	00	14730	14730200
2917893	Auerberg	auerberg	DE		0	Europe/Berlin	50.75	7.06667				07	053	05314	05314000
2917894	Graupzig	graupzig	DE		0	Europe/Berlin	51.14409	13.30902		Graupzig		13	00	14627	14627180
2917842	Grebs	grebs	DE	19294	0	Europe/Berlin	52.33754	12.6619				11	00	12069	12069306
2917896	Graupa	graupa	DE		0	Europe/Berlin	51.00027	13.91694		Graupa,ghrwba,غروبا		13	00	14628	14628270
2917897	Graumnitz	graumnitz	DE		0	Europe/Berlin	51.19636	13.05769				13	00	14522	14522220
2917898	Graulingen	graulingen	DE		0	Europe/Berlin	52.90419	10.41886				06	00	03360	03360023
2917899	Graulheck	graulheck	DE		0	Europe/Berlin	49.36571	7.11365				09	00	10043	10043116
2917900	Grauleshof	grauleshof	DE		0	Europe/Berlin	48.83333	10.11667				01	081	08136	08136088
2917906	Grauhöfle	grauhofle	DE		0	Europe/Berlin	48.96667	9.88333				01	081	08127	08127079
2917908	Grauhof	grauhof	DE		0	Europe/Berlin	49.25978	13.00412				02	093	09372	09372144
2917909	Grauhof	grauhof	DE		0	Europe/Berlin	51.93792	10.44877				06	00	03153	03153017
2917918	Grauerort	grauerort	DE		0	Europe/Berlin	53.67684	9.48834				06	00	03359	03359038
2917931	Grauenhagen	grauenhagen	DE		0	Europe/Berlin	53.40573	13.538				12	00	13071	13071164
2917933	Grauen	grauen	DE		0	Europe/Berlin	53.4042	9.74728				06	00	03353	03353001
2917934	Grauen	grauen	DE		0	Europe/Berlin	53.09926	9.67474				06	00	03358	03358017
2917935	Grauelsbaum	grauelsbaum	DE		0	Europe/Berlin	48.73605	7.98376		Grauelsbaum		01	082	08216	08216028
2917938	Graue	graue	DE		0	Europe/Berlin	52.73737	9.04079				06	00	03251	03251002
2917944	Grätzwalde	graetzwalde	DE		0	Europe/Berlin	52.46604	13.71717				11	00	12067	12067440
2917945	Gratzungen	gratzungen	DE		0	Europe/Berlin	51.50162	10.59016				15	00	16062	16062066
2917946	Gratzfeld	gratzfeld	DE		0	Europe/Berlin	50.6765	7.33582				07	053	05382	05382024
2917948	Grätz	graetz	DE		0	Europe/Berlin	50.63333	11.46667		Gratz,Grätz,Im Gratz,Im Grätz		15	00	16073	16073111
2917950	Grattstadt	grattstadt	DE		0	Europe/Berlin	50.37563	10.83772				02	094	09473	09473158
2917952	Grattenbach	grattenbach	DE		0	Europe/Berlin	47.72013	12.28988				02	091	09187	09187114
2917954	Grasweg	grasweg	DE		0	Europe/Berlin	47.87807	12.15285				02	091	09187	09187177
2917958	Graswang	graswang	DE		0	Europe/Berlin	47.57279	11.02593				02	091	09180	09180115
2917961	Grastrup	grastrup	DE		0	Europe/Berlin	52.05165	8.78494				07	057	05766	05766008
2917963	Graste	graste	DE		0	Europe/Berlin	51.97116	9.98562		Graste		06	00	03254	03254044
2917965	Graßlfing	grasslfing	DE		0	Europe/Berlin	48.95726	12.04297				02	093	09375	09375180
2917966	Graßlfing	grasslfing	DE		0	Europe/Berlin	48.22081	11.37078				02	091	09179	09179142
2917968	Grassersdorf	grassersdorf	DE		0	Europe/Berlin	49.3659	12.52095				02	093	09372	09372154
2917969	Grassemann	grassemann	DE		0	Europe/Berlin	50.01696	11.79181		Grassemann		02	094	09472	09472198
2917970	Grassel	grassel	DE		0	Europe/Berlin	52.3577	10.58916		Grasaloh,Grassel		06	00	03151	03151016
2917972	Graßdorf	grassdorf	DE		0	Europe/Berlin	51.38456	12.48523		Grassdorf,Graßdorf		13	00	14730	14730300
2917979	Graß am Holz	grass-am-holz	DE		0	Europe/Berlin	48.24634	12.00969				02	091	09177	09177142
2917981	Grassach	grassach	DE		0	Europe/Berlin	47.98795	12.53932				02	091	09189	09189111
2917982	Grassach	grassach	DE		0	Europe/Berlin	48.06114	12.7413				02	091	09189	09189152
2917983	Graß	grass	DE		0	Europe/Berlin	48.98681	12.07646				02	093	09362	09362000
2917984	Graß	grass	DE		0	Europe/Berlin	47.96493	11.80696				02	091	09184	09184137
2917986	Grasmannsdorf	grasmannsdorf	DE		0	Europe/Berlin	49.83867	10.76435				02	094	09471	09471120
2917987	Grasmannsdorf	grasmannsdorf	DE		0	Europe/Berlin	49.2918	12.84632				02	093	09372	09372126
2917990	Grasleiten	grasleiten	DE		0	Europe/Berlin	47.74468	11.10125				02	091	09190	09190131
2918000	Grashorn	grashorn	DE		0	Europe/Berlin	53.03627	8.39833				06	00	03458	03458009
2918003	Grashof	grashof	DE		0	Europe/Berlin	47.75156	12.64878		Gras,Grashof		02	091	09189	09189140
2918007	Grasheim	grasheim	DE		0	Europe/Berlin	48.67577	11.26032		Grasheim		02	091	09185	09185139
2918008	Grashausen	grashausen	DE		0	Europe/Berlin	48.87262	11.64553				02	091	09176	09176147
2918014	Grasgrub	grasgrub	DE		0	Europe/Berlin	47.84707	10.27604				02	097	09780	09780119
2918021	Grasensee	grasensee	DE		0	Europe/Berlin	48.36538	12.88615		Grasensee,Hannod,Hannöd		02	092	09277	09277148
2918022	Grasensee	grasensee	DE		0	Europe/Berlin	48.36147	12.85223				02	092	09277	09277153
2918023	Grasengrund	grasengrund	DE		0	Europe/Berlin	53.05687	9.90226				06	00	03358	03358021
2918028	Gräsebilde	graesebilde	DE		0	Europe/Berlin	52.4565	8.99087				06	00	03256	03256024
2918029	Grasdorf	grasdorf	DE		0	Europe/Berlin	53.16269	8.99905				06	00	03356	03356002
2918030	Grasdorf	grasdorf	DE		0	Europe/Berlin	53.03474	9.15624				06	00	03361	03361008
2918031	Grasdorf	grasdorf	DE		0	Europe/Berlin	52.48545	6.9868				06	00	03456	03456014
2918032	Grasdorf	grasdorf	DE		0	Europe/Berlin	52.30197	9.80453				06	00	03241	03241009
2918033	Grasdorf	grasdorf	DE		0	Europe/Berlin	52.10782	10.16313				06	00	03254	03254022
2918034	Grasdorf	grasdorf	DE		0	Europe/Berlin	49.37081	12.31155				02	093	09376	09376164
2918039	Grasbeuren	grasbeuren	DE		0	Europe/Berlin	47.73112	9.29791		Grasbeuren		01	084	08435	08435052
2918055	Grasbeck	grasbeck	DE		0	Europe/Berlin	52.85	9.61667				06	00	03358	03358024
2918059	Grappertshofen	grappertshofen	DE		0	Europe/Berlin	49.67403	10.44661				02	095	09575	09575161
2918060	Grappermöns	grappermoens	DE		0	Europe/Berlin	53.51703	7.83112				06	00	03455	03455007
2918062	Grapperhausen	grapperhausen	DE		0	Europe/Berlin	52.5272	8.08442				06	00	03460	03460007
2918064	Grapen Stieten	grapen-stieten	DE		0	Europe/Berlin	53.81984	11.40915				12	00	13074	13074008
2918065	Gräpel	graepel	DE		0	Europe/Berlin	53.56859	9.17976				06	00	03359	03359016
2918078	Gränze	graenze	DE		0	Europe/Berlin	51.27429	14.2391		Hranca,Hrańca		13	00	14625	14625500
2918080	Grantschen	grantschen	DE		0	Europe/Berlin	49.16018	9.32688		Grantschen		01	081	08125	08125102
2918081	Granting	granting	DE		0	Europe/Berlin	48.35	12				02	091	09177	09177120
2918082	Granterath	granterath	DE		0	Europe/Berlin	51.05357	6.29568		Granterath		07	053	05370	05370004
2918084	Granswang	granswang	DE		0	Europe/Berlin	49.17441	11.80361				02	093	09373	09373134
2918085	Granstedt	granstedt	DE		0	Europe/Berlin	53.35547	9.18062				06	00	03357	03357043
2918086	Granstedt	granstedt	DE		0	Europe/Berlin	52.96352	10.99476				06	00	03354	03354002
2918087	Granskevitz	granskevitz	DE		0	Europe/Berlin	54.52739	13.22261				12	00	13073	13073081
2918092	Granschütz	granschuetz	DE		1229	Europe/Berlin	51.18431	12.05149		Granschuetz,Granschutz,Granschütz		14	00	15084	15084235
2918093	Grano	grano	DE		0	Europe/Berlin	51.97493	14.63056		Grano,Granow		11	00	12071	12071337
2918095	Granitzhof	granitzhof	DE		0	Europe/Berlin	54.39025	13.61138		Granitzhof,Hof Granitz		12	00	13073	13073011
2918097	Granitz	granitz	DE		0	Europe/Berlin	48.60138	12.64562				02	092	09279	09279134
2918098	Gränitz	graenitz	DE		0	Europe/Berlin	50.80509	13.28883				13	00	14522	14522050
2918102	Gräningen	graeningen	DE		0	Europe/Berlin	52.57888	12.47225				11	00	12063	12063212
2918104	Granheim	granheim	DE		0	Europe/Berlin	48.31006	9.57334				01	084	08425	08425033
2918105	Granheim	granheim	DE		0	Europe/Berlin	48.02621	9.34095				01	084	08437	08437076
2918112	Grandsberg	grandsberg	DE		0	Europe/Berlin	48.94604	12.84926				02	092	09278	09278187
2918114	Grandorf	grandorf	DE		0	Europe/Berlin	53.55	8.11667				06	00	03405	03405000
2918116	Grandlmiltach	grandlmiltach	DE		0	Europe/Berlin	48.39666	11.56468				02	091	09178	09178137
2918118	Granderheide	granderheide	DE		0	Europe/Berlin	53.59352	10.3687				10	00	01062	01062020
2918119	Grandenborn	grandenborn	DE		0	Europe/Berlin	51.08205	10.03678				05	066	06636	06636010
2918123	Grandau	grandau	DE		0	Europe/Berlin	47.76019	11.89884				02	091	09182	09182114
2918126	Granat	granat	DE		0	Europe/Berlin	51.78111	7.10078				07	055	05562	05562016
2918136	Gramtitz	gramtitz	DE		0	Europe/Berlin	54.65642	13.28489				12	00	13073	13073019
2918137	Gramstetterhof	gramstetterhof	DE		0	Europe/Berlin	49.00047	10.41037				02	095	09571	09571224
2918138	Gramsham	gramsham	DE		0	Europe/Berlin	48.07476	12.58835				02	091	09171	09171116
2918139	Gramsham	gramsham	DE		0	Europe/Berlin	48.03089	12.77204		Gramsam,Gramsham		02	091	09189	09189152
2918141	Gramsdorf	gramsdorf	DE		0	Europe/Berlin	51.82674	11.85711				14	00	15089	15089235
2918143	Gramschatz	gramschatz	DE		0	Europe/Berlin	49.92778	9.97114		Gramschatz		02	096	09679	09679180
2918144	Grampersdorf	grampersdorf	DE		0	Europe/Berlin	48.97105	11.47506				02	091	09176	09176114
2918147	Gramnitz	gramnitz	DE		0	Europe/Berlin	53.40544	11.11799				12	00	13076	13076169
2918150	Gramming	gramming	DE		0	Europe/Berlin	48.63995	13.3986				02	092	09275	09275151
2918154	Grammertin	grammertin	DE		0	Europe/Berlin	53.29666	13.20578				12	00	13071	13071162
2918155	Grammersdorf	grammersdorf	DE		0	Europe/Berlin	53.94991	10.78825				10	00	01055	01055035
2918163	Grammelkam	grammelkam	DE		0	Europe/Berlin	48.48295	12.15625				02	092	09274	09274146
2918165	Grammdorf	grammdorf	DE		0	Europe/Berlin	54.26503	10.81348		Grammdorf		10	00	01055	01055043
2918166	Gramling	gramling	DE		0	Europe/Berlin	48.695	13.07806				02	092	09271	09271141
2918167	Gramlhof	gramlhof	DE		0	Europe/Berlin	49.78836	12.07895				02	093	09377	09377116
2918169	Gramke	gramke	DE		0	Europe/Berlin	52.53371	8.13678				06	00	03460	03460005
2918171	Graming	graming	DE		0	Europe/Berlin	48.2092	12.66576		Graming		02	091	09171	09171111
2918175	Gramelow	gramelow	DE		0	Europe/Berlin	53.44087	13.34697				12	00	13071	13071021
2918176	Gramelberg	gramelberg	DE		0	Europe/Berlin	47.99733	12.34126				02	091	09189	09189137
2918177	Grambzow	grambzow	DE		0	Europe/Berlin	53.74039	12.56596				12	00	13072	13072045
2918178	Grambusch	grambusch	DE		0	Europe/Berlin	51.10437	6.28719				07	053	05370	05370004
2918184	Grambergen	grambergen	DE		0	Europe/Berlin	52.27603	8.28424				06	00	03459	03459012
2918190	Grambach	grambach	DE		0	Europe/Berlin	47.76294	11.04882				02	091	09190	09190117
2918191	Gralow	gralow	DE		0	Europe/Berlin	53.85406	11.8492				12	00	13072	13072009
2918193	Graitschen	graitschen	DE		0	Europe/Berlin	51.0453	11.78327				15	00	16074	16074116
2918194	Graitschen	graitschen	DE		435	Europe/Berlin	50.95838	11.72044		Graitschen		15	00	16074	16074028
2918195	Graisch	graisch	DE		0	Europe/Berlin	49.71132	11.37645		Graisch		02	094	09472	09472179
2918196	Graisbach	graisbach	DE		0	Europe/Berlin	48.74917	10.90083		Graisbach,Grayspach		02	097	09779	09779178
2918197	Grainstetten	grainstetten	DE		0	Europe/Berlin	48.52699	11.42379				02	091	09186	09186151
2918203	Grainbach	grainbach	DE		0	Europe/Berlin	47.77542	12.23452				02	091	09187	09187172
2918205	Grain	grain	DE		0	Europe/Berlin	49.33029	12.04256		Grain,Krain		02	093	09376	09376161
2918207	Graicha	graicha	DE		0	Europe/Berlin	50.92565	12.28407		Graicha		15	00	16077	16077043
2918210	Grahlhof	grahlhof	DE		0	Europe/Berlin	54.32123	13.14566				12	00	13073	13073003
2918216	Gragetopshof	gragetopshof	DE		0	Europe/Berlin	54.05769	12.15313				12	00	13072	13072077
2918217	Grafwegen	grafwegen	DE		0	Europe/Berlin	51.74949	5.95745				07	051	05154	05154040
2918219	Graftlage	graftlage	DE		0	Europe/Berlin	52.57323	8.36582				06	00	03251	03251012
2918220	Graft	graft	DE		0	Europe/Berlin	51.53333	6.56667				07	051	05170	05170032
2918221	Graft	graft	DE		0	Europe/Berlin	53.51667	9.88333				04	00	02000	02000000
2918231	Gräfrath	graefrath	DE		0	Europe/Berlin	51.20922	7.07213		Grafrath,Gräfrath		07	051	05122	05122000
2918233	Graflkofen	graflkofen	DE		0	Europe/Berlin	48.62826	12.57894				02	092	09279	09279125
2918238	Gräfinthal	graefinthal	DE		0	Europe/Berlin	49.1601	7.1206				09	00	10045	10045116
2918239	Gräfinghausen	graefinghausen	DE		0	Europe/Berlin	52.92927	8.69699				06	00	03251	03251007
2918240	Gräfinghagen	graefinghagen	DE		0	Europe/Berlin	51.97277	8.63319				07	057	05711	05711000
2918242	Grafing	grafing	DE		0	Europe/Berlin	48.46107	11.50472				02	091	09186	09186146
2918243	Grafing	grafing	DE		0	Europe/Berlin	48.38779	12.56416				02	091	09183	09183129
2918244	Grafing	grafing	DE		0	Europe/Berlin	48.3638	12.83219				02	092	09277	09277153
2918245	Grafing	grafing	DE		0	Europe/Berlin	48.34945	11.98722				02	091	09177	09177120
2918246	Grafing	grafing	DE		0	Europe/Berlin	47.95292	11.64422				02	091	09184	09184141
2918247	Grafing	grafing	DE		0	Europe/Berlin	47.93213	12.2816				02	091	09187	09187139
2918248	Grafing	grafing	DE		0	Europe/Berlin	47.80704	11.48715				02	091	09173	09173134
2918251	Gräfinau-Angstedt	graefinau-angstedt	DE		0	Europe/Berlin	50.70157	11.02024				15	00	16070	16070029
2918255	Gräffingen	graffingen	DE		0	Europe/Berlin	49.52032	9.58604				01	081	08128	08128014
2918257	Grafertshofen	grafertshofen	DE		0	Europe/Berlin	48.29461	10.16167				02	097	09775	09775164
2918259	Grafenwinn	grafenwinn	DE		0	Europe/Berlin	49.17296	12.20476				02	093	09375	09375190
2918262	Gräfenwarth	graefenwarth	DE		0	Europe/Berlin	50.52975	11.75311				15	00	16075	16075098
2918263	Grafenwald	grafenwald	DE		0	Europe/Berlin	48.17364	9.75294				01	084	08426	08426134
2918267	Grafentraubach	grafentraubach	DE		0	Europe/Berlin	48.79278	12.28416				02	092	09278	09278144
2918268	Gräfentonna	graefentonna	DE		0	Europe/Berlin	51.09217	10.72927		Graefentonna,Grafentonna,Gräfentonna		15	00	16067	16067067
2918271	Gräfenthal	graefenthal	DE		0	Europe/Berlin	50.52463	11.30678		Grafenthal,Grefental,Grevental',Gräfenthal,ge lei fen ta er,ghryfntal,grfntal,Гревенталь,Грефентал,غريفنتال,گرفنتال,格雷芬塔尔		15	00	16073	16073028
2918274	Gräfenstuhl	graefenstuhl	DE		0	Europe/Berlin	51.61004	11.41343				14	00	15087	15087275
2918275	Gräfensteinberg	grafensteinberg	DE		0	Europe/Berlin	49.15307	10.80959				02	095	09577	09577138
2918277	Grafenstadl	grafenstadl	DE		0	Europe/Berlin	49.00805	11.77332				02	093	09375	09375148
2918282	Gräfenroda	graefenroda	DE		3615	Europe/Berlin	50.74781	10.81063		Graefenroda,Grafenroda,Grefenroda,Grevenroda,Gräfenroda,ge lei fen luo da,Гревенрода,Грефенрода,格雷芬罗达	16070057	15	00	16070	16070057
2918283	Grafenried	grafenried	DE		0	Europe/Berlin	49.24833	12.86896				02	093	09372	09372151
2918284	Grafenried	grafenried	DE		0	Europe/Berlin	49.09562	13.01185				02	092	09276	09276120
2918285	Grafenried	grafenried	DE		0	Europe/Berlin	49.01588	11.98644		Gorjhof,Grafenried		02	093	09375	09375175
2918286	Grafenricht	grafenricht	DE		0	Europe/Berlin	49.41445	12.12371				02	093	09376	09376169
2918287	Grafenricht	grafenricht	DE		0	Europe/Berlin	49.30799	12.20061				02	093	09376	09376175
2918289	Grafenreuth	grafenreuth	DE		0	Europe/Berlin	50.05604	12.11852				02	094	09479	09479158
2918290	Grafenreuth	grafenreuth	DE		0	Europe/Berlin	49.69281	12.2898				02	093	09374	09374121
2918295	Gräfenneuses	grafenneuses	DE		0	Europe/Berlin	49.79119	10.43752		Grafenneuses,Gräfenneuses		02	096	09675	09675127
2918297	Grafenloch	grafenloch	DE		0	Europe/Berlin	48.25497	8.25472				01	083	08317	08317145
2918300	Grafenkirchen	grafenkirchen	DE		0	Europe/Berlin	49.30312	12.63112				02	093	09372	09372146
2918301	Grafenhütt	grafenhutt	DE		0	Europe/Berlin	48.8556	13.36517				02	092	09272	09272120
2918304	Gräfenholz	grafenholz	DE		0	Europe/Berlin	50.04843	10.81767				02	096	09674	09674190
2918312	Gräfenhäusling	grafenhausling	DE		0	Europe/Berlin	50.00349	11.13376				02	094	09471	09471209
2918313	Gräfenhausen	graefenhausen	DE		0	Europe/Berlin	49.92946	8.6039				05	064	06432	06432023
2918314	Gräfenhausen	graefenhausen	DE		0	Europe/Berlin	49.22378	7.96588				08	00	07337	07337501
2918318	Grafenhaun	grafenhaun	DE		0	Europe/Berlin	48.62906	12.0758				02	092	09274	09274141
2918321	Gräfenhainichen	graefenhainichen	DE		7833	Europe/Berlin	51.72892	12.45651		Graefenhainichen,Grafenhainchen,Grafenhainichen,Grefenkhajnikhen,Gräfenhainchen,Gräfenhainichen,ge lei fen hai ni xing,ghryfnhaynyshn,grfnhaynyshn,Грефенхайнихен,Грефенхајнихен,غريفنهاينيشن,گرفنهاینیشن,格雷芬海尼兴		14	00	15091	15091110
2918322	Gräfenhain	graefenhain	DE		0	Europe/Berlin	51.2512	13.92825				13	00	14625	14625270
2918323	Gräfenhain	graefenhain	DE		1472	Europe/Berlin	50.81667	10.7			16067053	15	00	16067	16067053
2918325	Grafengars	grafengars	DE		0	Europe/Berlin	48.16258	12.36496				02	091	09183	09183122
2918328	Grafenfeld	grafenfeld	DE		0	Europe/Berlin	53.3025	7.96824				06	00	03451	03451007
2918332	Gräfendorf	graefendorf	DE		0	Europe/Berlin	51.91532	13.18925				11	00	12072	12072298
2918333	Gräfendorf	graefendorf	DE		0	Europe/Berlin	51.65893	13.22359				11	00	12062	12062224
2918334	Gräfendorf	graefendorf	DE		0	Europe/Berlin	51.53181	12.85821				13	00	14730	14730190
2918335	Gräfendorf	graefendorf	DE		0	Europe/Berlin	51.3	11.88333				14	00	15088	15088065
2918336	Gräfendorf	graefendorf	DE		0	Europe/Berlin	50.84579	10.24153				15	00	16063	16063003
2918337	Gräfendorf	graefendorf	DE		0	Europe/Berlin	50.66002	11.53118				15	00	16075	16075129
2918341	Grafendobrach	grafendobrach	DE		0	Europe/Berlin	50.16964	11.43962				02	094	09477	09477128
2918342	Gräfendhron	graefendhron	DE		109	Europe/Berlin	49.794	6.99281			07231042	08	00	07231	07231042
2918344	Gräfenbuch	grafenbuch	DE		0	Europe/Berlin	49.3747	10.47474				02	095	09571	09571171
2918345	Gräfenbruck	graefenbruck	DE		0	Europe/Berlin	50.75337	12.05251				15	00	16076	16076079
2918348	Gräfenbergerhüll	grafenbergerhull	DE		0	Europe/Berlin	49.66031	11.24495				02	094	09474	09474132
2918361	Gräfenbacherhütte	graefenbacherhuette	DE		0	Europe/Berlin	49.91536	7.66853				08	00	07133	07133099
2918367	Grafenaschau	grafenaschau	DE		0	Europe/Berlin	47.64898	11.11841		Grafenachschau,Grafenaschau		02	091	09180	09180131
2918369	Grafelde	grafelde	DE		0	Europe/Berlin	52.02335	9.92254		Grafeln,Groafeln		06	00	03254	03254045
2918370	Grafeld	grafeld	DE		0	Europe/Berlin	52.62379	7.67429				06	00	03459	03459009
2918371	Grafel	grafel	DE		0	Europe/Berlin	53.38901	9.32864				06	00	03357	03357003
2918375	Graes	graes	DE		0	Europe/Berlin	52.12333	6.99071				07	055	05554	05554004
2918377	Graditz	graditz	DE		0	Europe/Berlin	51.54458	13.06118		Graditz		13	00	14730	14730310
2918378	Gradis	gradis	DE		0	Europe/Berlin	49.18468	12.82843				02	093	09372	09372137
2918386	Grad	grad	DE		0	Europe/Berlin	48.97374	12.74362				02	092	09278	09278154
2918389	Grabus	grabus	DE		0	Europe/Berlin	48.01622	10.39783				02	097	09778	09778196
2918391	Grabstederfeld	grabstederfeld	DE		0	Europe/Berlin	53.3604	7.97791				06	00	03455	03455025
2918392	Grabstede	grabstede	DE		0	Europe/Berlin	53.36579	7.9905				06	00	03455	03455025
2918394	Grabsdorf	grabsdorf	DE		0	Europe/Berlin	51.02858	11.78826				15	00	16074	16074116
2918398	Grabowhöfe	grabowhoefe	DE		1046	Europe/Berlin	53.56865	12.59482				12	00	13071	13071047
2918413	Grabo	grabo	DE		0	Europe/Berlin	51.95	12.64832				14	00	15091	15091375
2918414	Grabo	grabo	DE		0	Europe/Berlin	51.77244	12.93642		Grabo		14	00	15091	15091145
2918415	Grabling	grabling	DE		0	Europe/Berlin	48.6788	13.45035				02	092	09275	09275128
2918420	Grabitz	grabitz	DE		0	Europe/Berlin	54.36786	13.1951				12	00	13073	13073073
2918421	Grabitz	grabitz	DE		0	Europe/Berlin	49.30489	12.83199				02	093	09372	09372126
2918422	Grabing	grabing	DE		0	Europe/Berlin	48.36005	12.10312				02	091	09177	09177138
2918428	Gräberkate	graeberkate	DE		0	Europe/Berlin	53.78333	10.2				10	00	01062	01062051
2918430	Gräbenwinden	grabenwinden	DE		0	Europe/Berlin	49.1995	10.43104				02	095	09571	09571166
2918440	Grabenkohlstatt	grabenkohlstatt	DE		0	Europe/Berlin	47.68333	12.51667				02	091	09189	09189139
2918441	Grabenitz	grabenitz	DE		0	Europe/Berlin	53.47323	12.57973		Grabenitz		12	00	13071	13071077
2918442	Graben im Tal	graben-im-tal	DE		0	Europe/Berlin	50.33333	12.1				13	00	14523	14523080
2918443	Grabenhöfchen	grabenhoefchen	DE		0	Europe/Berlin	50.52161	9.90478				05	066	06631	06631021
2918444	Grabenhof	grabenhof	DE		0	Europe/Berlin	48.35831	8.44819				01	082	08237	08237045
2918454	Gräbendorf	graebendorf	DE		0	Europe/Berlin	52.24053	13.70881				11	00	12061	12061217
2918455	Gräbendorf	graebendorf	DE		0	Europe/Berlin	51.69012	14.09877				11	00	12066	12066008
2918460	Grabenau	grabenau	DE		0	Europe/Berlin	47.7567	11.91784				02	091	09182	09182114
2918491	Grabeloh	grabeloh	DE		0	Europe/Berlin	51.46359	7.33946				07	059	05911	05911000
2918493	Gräbchen	graebchen	DE		0	Europe/Berlin	52.36723	13.69505				11	00	12061	12061260
2918501	Graba	graba	DE		0	Europe/Berlin	50.65453	11.35642				15	00	16073	16073077
2918502	Grab	grab	DE		0	Europe/Berlin	49.03986	9.5762		Grab		01	081	08119	08119024
2918503	Graal	graal	DE		0	Europe/Berlin	54.24913	12.23568				12	00	13072	13072036
2918506	Götzeroth	goetzeroth	DE		0	Europe/Berlin	49.88482	7.17148		Gotzeroth,Gozeroth,Götzeroth,Gözeroth		08	00	07231	07231070
2918510	Goxel	goxel	DE		0	Europe/Berlin	51.93251	7.12419				07	055	05558	05558012
2918511	Göxe	goexe	DE		0	Europe/Berlin	52.34195	9.54712				06	00	03241	03241002
2918513	Gowens	gowens	DE		0	Europe/Berlin	54.24403	10.58857				10	00	01057	01057013
2918514	Govelin	govelin	DE		0	Europe/Berlin	53.14739	10.93672				06	00	03354	03354006
2918515	Götzmannsgrün	gotzmannsgrun	DE		0	Europe/Berlin	50.19189	11.89269		Gotzmannsgrun,Götzmannsgrün		02	094	09475	09475168
2918516	Götzlesberg	gotzlesberg	DE		0	Europe/Berlin	49.60148	11.39042				02	095	09574	09574155
2918518	Götzingen	gotzingen	DE		0	Europe/Berlin	49.49458	9.39543		Gotzingen,Götzingen		01	082	08225	08225014
2918519	Götzing	gotzing	DE		0	Europe/Berlin	48.62671	13.38133				02	092	09275	09275151
2918520	Götzing	gotzing	DE		0	Europe/Berlin	47.98435	12.80268				02	091	09189	09189118
2918521	Gotzing	gotzing	DE		0	Europe/Berlin	47.82653	11.80687				02	091	09182	09182137
2918527	Götzenthal	goetzenthal	DE		0	Europe/Berlin	50.86626	12.45227				13	00	14524	14524190
2918532	Götzenreuth	gotzenreuth	DE		0	Europe/Berlin	49.27284	10.98607				02	095	09576	09576117
2918533	Götzenöd	gotzenod	DE		0	Europe/Berlin	49.36453	11.96037				02	093	09371	09371120
2918536	Götzenkirchen	goetzenkirchen	DE		0	Europe/Berlin	50.90541	6.71024				07	053	05362	05362032
2918537	Götzenhof	goetzenhof	DE		0	Europe/Berlin	50.58068	9.71698				05	066	06631	06631020
2918538	Götzenhain	goetzenhain	DE		0	Europe/Berlin	50	8.73917				05	064	06438	06438002
2918540	Götzenfeld	goetzenfeld	DE		0	Europe/Berlin	49.82848	7.08051				08	00	07231	07231502
2918541	Götzendorf	gotzendorf	DE		0	Europe/Berlin	49.81906	11.11517				02	094	09474	09474123
2918542	Götzendorf	gotzendorf	DE		0	Europe/Berlin	49.48899	12.08372				02	093	09371	09371150
2918543	Götzendorf	gotzendorf	DE		0	Europe/Berlin	49.42823	11.7273				02	093	09371	09371131
2918544	Gotzendorf	gotzendorf	DE		0	Europe/Berlin	49.24762	10.69557				02	095	09571	09571175
2918545	Gotzendorf	gotzendorf	DE		0	Europe/Berlin	49.20063	12.91574				02	093	09372	09372135
2918546	Götzendorf	gotzendorf	DE		0	Europe/Berlin	49.15415	12.3805				02	093	09372	09372169
2918547	Götzendorf	gotzendorf	DE		0	Europe/Berlin	48.68189	13.41825				02	092	09275	09275135
2918548	Götzendorf	gotzendorf	DE		0	Europe/Berlin	48.63333	13.48333				02	092	09275	09275146
2918552	Gotzenberg	gotzenberg	DE		0	Europe/Berlin	49.45149	11.53275		Gotzenberg		02	095	09574	09574128
2918561	Götzen	goetzen	DE		0	Europe/Berlin	50.51825	9.1413				05	065	06535	06535016
2918562	Götzen	gotzen	DE		0	Europe/Berlin	47.73119	10.39357				02	097	09780	09780114
2918563	Götzelshard	gotzelshard	DE		0	Europe/Berlin	48.95836	11.26517				02	091	09176	09176155
2918567	Götzdorf	goetzdorf	DE		0	Europe/Berlin	53.63705	9.473				06	00	03359	03359038
2918568	Götzdorf	gotzdorf	DE		0	Europe/Berlin	48.4939	12.21097				02	092	09274	09274146
2918570	Götzberg	goetzberg	DE		0	Europe/Berlin	53.79308	10.04187				10	00	01060	01060039
2918573	Götz	goetz	DE		0	Europe/Berlin	52.41965	12.71932				11	00	12069	12069249
2918574	Gottwollshausen	gottwollshausen	DE		0	Europe/Berlin	49.12284	9.72104		Gottwollshausen		01	081	08127	08127076
2918575	Göttwitz	goettwitz	DE		0	Europe/Berlin	51.25598	12.92073				13	00	14729	14729160
2918578	Gottstreu	gottstreu	DE		0	Europe/Berlin	51.57814	9.58643				05	066	06633	06633030
2918579	Gottstedt	gottstedt	DE		0	Europe/Berlin	50.9695	10.91067				15	00	16051	16051000
2918581	Gottsmannsgrün	gottsmannsgrun	DE		0	Europe/Berlin	50.38469	11.80131		Gottsmannsgrun,Gottsmannsgrün		02	094	09475	09475113
2918582	Gottsmannsgrün	gottsmannsgrun	DE		0	Europe/Berlin	50.27408	11.59505				02	094	09475	09475169
2918583	Gottsmannsdorf	gottsmannsdorf	DE		0	Europe/Berlin	48.82427	13.13879				02	092	09271	09271123
2918584	Gottsfeld	gottsfeld	DE		0	Europe/Berlin	49.84126	11.59036		Gottsfeld		02	094	09472	09472127
2918585	Gottsdorf	gottsdorf	DE		0	Europe/Berlin	52.12761	13.07601				11	00	12072	12072312
2918586	Gottsdorf	gottsdorf	DE		0	Europe/Berlin	48.53246	13.73102				02	092	09275	09275153
2918587	Gottschläg	gottschlag	DE		0	Europe/Berlin	48.55487	8.17683				01	083	08317	08317102
2918588	Göttschlag	gottschlag	DE		0	Europe/Berlin	48.43107	11.60999				02	091	09178	09178113
2918589	Göttschied	goettschied	DE		0	Europe/Berlin	49.72161	7.33471				08	00	07134	07134045
2918590	Gottscheina	gottscheina	DE		0	Europe/Berlin	51.42565	12.48098				13	00	14713	14713000
2918591	Gottschdorf	gottschdorf	DE		0	Europe/Berlin	51.30398	13.96853				13	00	14625	14625370
2918592	Gottschalling	gottschalling	DE		0	Europe/Berlin	47.78885	11.98364				02	091	09187	09187129
2918596	Gottsbüren	gottsbueren	DE		0	Europe/Berlin	51.5792	9.50043				05	066	06633	06633025
2918599	Gottrupelfeld	gottrupelfeld	DE		0	Europe/Berlin	54.77701	9.32176				10	00	01059	01059183
2918600	Gottrupel	gottrupel	DE		0	Europe/Berlin	54.78333	9.33333				10	00	01059	01059183
2918602	Gottrazhofen	gottrazhofen	DE		0	Europe/Berlin	47.73333	9.98333				01	084	08436	08436094
2918604	Gottow	gottow	DE		0	Europe/Berlin	52.0918	13.26535				11	00	12072	12072312
2918606	Göttnitz	goettnitz	DE		417	Europe/Berlin	51.63721	12.06262				14	00	15082	15082440
2918607	Gottmannshofen	gottmannshofen	DE		0	Europe/Berlin	48.55895	10.70166				02	097	09773	09773182
2918608	Gottmannsförde	gottmannsfoerde	DE		0	Europe/Berlin	53.68415	11.2718				12	00	13074	13074012
2918609	Gottmannsdorf	gottmannsdorf	DE		0	Europe/Berlin	49.36428	10.82521				02	095	09571	09571165
2918610	Gottmannsbühl	gottmannsbuhl	DE		0	Europe/Berlin	47.6	9.61667		Gottmannsbuhl,Gottmannsbühl		01	084	08435	08435029
2918611	Gottmannsberg	gottmannsberg	DE		0	Europe/Berlin	50.08404	11.75281				02	094	09472	09472139
2918616	Göttlkofen	gottlkofen	DE		0	Europe/Berlin	48.52218	12.30675				02	092	09274	09274111
2918617	Göttlishofen	gottlishofen	DE		0	Europe/Berlin	47.7274	9.94731		Gottlishofen,Göttlishofen		01	084	08436	08436094
2918619	Göttling	gottling	DE		0	Europe/Berlin	49.21032	12.74255				02	093	09372	09372155
2918620	Göttlin	goettlin	DE		0	Europe/Berlin	52.62983	12.30555				11	00	12063	12063252
2918621	Göttlhof	gottlhof	DE		0	Europe/Berlin	49.03434	12.9317				02	092	09276	09276128
2918624	Gottlesried	gottlesried	DE		0	Europe/Berlin	48.96294	13.04886		Gottesried,Gottlesried		02	092	09276	09276146
2918628	Göttingerode	goettingerode	DE		0	Europe/Berlin	51.8945	10.51426		Gottingerode,Göttingerode,Siedlung Gottingerode,Siedlung Göttingerode		06	00	03153	03153002
2918631	Göttingen	goettingen	DE		0	Europe/Berlin	51.66768	8.23088				07	055	05570	05570048
2918632	Göttingen	goettingen	DE		122149	Europe/Berlin	51.53443	9.93228		Choettingen,Chöttingen,G'otingen,Getingen,Getingenas,Getingene,Getynga,Gjottingen,Gjotyngen,Goettingen,Gotinga,Gottinga,Gottingen,Göttingen,Nketin'nken,ZEU,gatingen,ge ting gen,gettingen,ghwtynghn,goeting-gen,gtyngn,gwtyngn,gyotingana,keiththing ngein,Γκέτινγκεν,Гетинген,Гьотинген,Гёттинген,Гётынген,Ґетінґен,Գյոթինգեն,גטינגן,غوتينغن,گوتینگن,گوٹنگن,ग्यॉटिंगन,ಗಾಟಿಂಗೆನ್,เกิททิงเงิน,გეტინგენი,ゲッティンゲン,哥廷根,괴팅겐	03159	06	00	03159	03159016
2918633	Göttingen	goettingen	DE		0	Europe/Berlin	50.87566	8.77436				05	065	06534	06534012
2918635	Gotting	gotting	DE		0	Europe/Berlin	48.63227	13.40951				02	092	09275	09275151
2918636	Gotting	gotting	DE		0	Europe/Berlin	48.59194	13.68802				02	092	09275	09275153
2918637	Götting	gotting	DE		0	Europe/Berlin	47.86322	11.94394				02	091	09187	09187122
2918643	Göttin	goettin	DE		0	Europe/Berlin	52.44942	12.89383				11	00	12069	12069656
2918644	Göttin	goettin	DE		0	Europe/Berlin	52.36758	12.54837				11	00	12051	12051000
2918645	Göttien	goettien	DE		0	Europe/Berlin	52.98983	11.06543				06	00	03354	03354013
2918647	Gottholling	gottholling	DE		0	Europe/Berlin	48.66146	13.28583				02	092	09275	09275159
2918648	Gottholbing	gottholbing	DE		0	Europe/Berlin	48.38747	12.59699				02	092	09277	09277133
2918649	Gotthelfriedrichsgrund	gotthelfriedrichsgrund	DE		0	Europe/Berlin	50.99021	13.34685				13	00	14522	14522480
2918652	Gotthards	gotthards	DE		0	Europe/Berlin	50.62107	9.90155				05	066	06631	06631019
2918653	Gottgetreu	gottgetreu	DE		0	Europe/Berlin	50.74298	13.85413				13	00	14628	14628010
2918654	Gottgau	gottgau	DE		0	Europe/Berlin	51.6456	11.89288				14	00	15088	15088216
2918656	Gottfriedsreuth	gottfriedsreuth	DE		0	Europe/Berlin	50.23103	11.8741		Gottfriedsreuth		02	094	09475	09475168
2918657	Gottfriedsberg	gottfriedsberg	DE		0	Europe/Berlin	50.48421	10.75861				15	00	16069	16069043
2918658	Gottfriedingerschwaige	gottfriedingerschwaige	DE		0	Europe/Berlin	48.65036	12.53284				02	092	09279	09279116
2918664	Gottes Segen	gottes-segen	DE		0	Europe/Berlin	50.73333	12.73333		Gottes Segen,Gottes-Segen-Schacht		13	00	14521	14521380
2918666	Gotteskoog	gotteskoog	DE		0	Europe/Berlin	54.81667	8.76667				10	00	01054	01054088
2918669	Gotteshofen	gotteshofen	DE		0	Europe/Berlin	48.64997	11.46455				02	091	09186	09186147
2918673	Gottesgrün	gottesgruen	DE		0	Europe/Berlin	50.67088	12.30071				15	00	16076	16076093
2918676	Gottesgnaden	gottesgnaden	DE		0	Europe/Berlin	51.9031	11.78449				14	00	15089	15089055
2918682	Gottesbrück	gottesbrueck	DE		0	Europe/Berlin	52.41542	13.81017				11	00	12067	12067201
2918683	Gottesberg	gottesberg	DE		0	Europe/Berlin	50.42601	12.48218				13	00	14523	14523245
2918684	Gottesberg	gottesberg	DE		0	Europe/Berlin	49.16313	11.77176				02	093	09373	09373143
2918685	Gottesberg	gottesberg	DE		0	Europe/Berlin	49.09705	12.31853				02	093	09375	09375114
2918691	Götterswickerhamm	goetterswickerhamm	DE		0	Europe/Berlin	51.58164	6.66086				07	051	05170	05170044
2918692	Göttersitz-Weinberge	goettersitz-weinberge	DE		0	Europe/Berlin	51.15	11.73333				14	00	15084	15084355
2918693	Gottersdorf	gottersdorf	DE		0	Europe/Berlin	50.19913	11.76847				02	094	09475	09475154
2918694	Göttersdorf	gottersdorf	DE		0	Europe/Berlin	49.72537	11.66082				02	093	09374	09374129
2918695	Gottersdorf	gottersdorf	DE		0	Europe/Berlin	49.63788	9.31106		Gottersdorf		01	082	08225	08225109
2918696	Göttersdorf	gottersdorf	DE		0	Europe/Berlin	48.6253	12.96083				02	092	09271	09271141
2918697	Göttersdorf	gottersdorf	DE		0	Europe/Berlin	48.58338	12.41585				02	092	09279	09279124
2918698	Göttersberg	goettersberg	DE		0	Europe/Berlin	48.73073	13.38777				02	092	09275	09275152
2918702	Göttern	goettern	DE		0	Europe/Berlin	50.89643	11.46329				15	00	16071	16071053
2918703	Gottenz	gottenz	DE		0	Europe/Berlin	51.45136	12.1347		Gottens,Gottenz		14	00	15088	15088150
2918704	Göttentrup	goettentrup	DE		0	Europe/Berlin	52.04489	9.0148				07	057	05766	05766024
2918708	Göttengrün	goettengruen	DE		0	Europe/Berlin	50.45951	11.83122				15	00	16075	16075131
2918709	Göttendorf-Neuärgerniss	goettendorf-neuaergerniss	DE		0	Europe/Berlin	50.66667	12.06667		Goettendorf,Göttendorf		15	00	16076	16076039
2918711	Göttenbach	gottenbach	DE		0	Europe/Berlin	48.23681	12.05157				02	091	09177	09177127
2918712	Gottenau	gottenau	DE		0	Europe/Berlin	47.96482	10.39125				02	097	09778	09778168
2918715	Gottels	gottels	DE		0	Europe/Berlin	53.6663	7.9309				06	00	03455	03455020
2918716	Göttelhöf	gottelhof	DE		0	Europe/Berlin	49.60203	10.69313				02	095	09575	09575125
2918718	Göttelfingen	gottelfingen	DE		0	Europe/Berlin	48.58004	8.46989				01	082	08237	08237073
2918719	Göttelfingen	gottelfingen	DE		0	Europe/Berlin	48.49403	8.75473				01	082	08237	08237027
2918720	Götteldorf	gotteldorf	DE		0	Europe/Berlin	49.40716	10.62869		Gotteldorf,Götteldorf		02	095	09571	09571135
2918721	Göttelbrunn	gottelbrunn	DE		0	Europe/Berlin	49.64101	10.73819				02	095	09575	09575117
2918723	Göttelborn	goettelborn	DE		0	Europe/Berlin	49.34562	7.03528				09	00	10041	10041516
2918724	Göttelbach	gottelbach	DE		0	Europe/Berlin	48.23333	8.4		Gottelbach,Göttelbach		01	083	08325	08325053
2918726	Gottbillshütte	gottbillshuette	DE		0	Europe/Berlin	49.49179	6.83474				09	00	10042	10042116
2918729	Gottberg	gottberg	DE		0	Europe/Berlin	52.95	11.71667				14	00	15090	15090520
2918730	Gottberg	gottberg	DE		0	Europe/Berlin	52.90864	12.66732				11	00	12068	12068306
2918732	Götschendorf	goetschendorf	DE		0	Europe/Berlin	53.09155	13.67223				11	00	12073	12073396
2918733	Götschen	gotschen	DE		0	Europe/Berlin	47.69353	13.05318				02	091	09172	09172124
2918735	Goting	goting	DE		0	Europe/Berlin	54.6914	8.47235				10	00	01054	01054087
2918736	Gothmund	gothmund	DE		0	Europe/Berlin	53.90179	10.7505				10	00	01003	01003000
2918737	Gothmann	gothmann	DE		0	Europe/Berlin	53.35885	10.73884				12	00	13076	13076014
2918738	Göthewitz	goethewitz	DE		0	Europe/Berlin	51.18853	12.11683				14	00	15084	15084315
2918740	Gothendorf	gothendorf	DE		0	Europe/Berlin	54.09253	10.61655				10	00	01055	01055041
2918741	Gothendorf	gothendorf	DE		0	Europe/Berlin	50.06794	11.65615				02	094	09472	09472116
2918742	Gothendorf	gothendorf	DE		0	Europe/Berlin	49.14278	10.66554		Gothendorf		02	095	09571	09571113
2918744	Gothen	gothen	DE		0	Europe/Berlin	53.94588	14.13477				12	00	13075	13075049
2918745	Göthen	goethen	DE		0	Europe/Berlin	53.51641	11.67274				12	00	13076	13076085
2918746	Göthen	goethen	DE		0	Europe/Berlin	52.5559	8.81584				06	00	03251	03251003
2918747	Gothel	gothel	DE		0	Europe/Berlin	52.70385	8.52196				06	00	03251	03251017
2918749	Götheby	goetheby	DE		0	Europe/Berlin	54.48082	9.71318				10	00	01058	01058052
2918755	Götemitz	goetemitz	DE		0	Europe/Berlin	54.33584	13.24179				12	00	13073	13073073
2918756	Göswein	goeswein	DE		0	Europe/Berlin	50.43526	12.09784				13	00	14523	14523300
2918757	Göstrup	goestrup	DE		0	Europe/Berlin	52.09343	9.04106				07	057	05766	05766028
2918758	Gostritz	gostritz	DE		0	Europe/Berlin	51.00987	13.74887				13	00	14612	14612000
2918760	Gostorf	gostorf	DE		0	Europe/Berlin	53.87999	11.13446		Gostorf		12	00	13074	13074093
2918761	Gosting	gosting	DE		0	Europe/Berlin	48.63379	13.54957				02	092	09275	09275150
2918762	Gostewitz	gostewitz	DE		0	Europe/Berlin	51.26669	13.3019				13	00	14627	14627230
2918763	Gostemitz	gostemitz	DE		0	Europe/Berlin	51.41762	12.59359				13	00	14730	14730140
2918764	Gostau	gostau	DE		0	Europe/Berlin	51.21938	12.11095				14	00	15084	15084315
2918767	Gößweinstein	goessweinstein	DE		4147	Europe/Berlin	49.76898	11.33841		Gesvajnshtajn,Gjosvajnshtajn,Goessweinstein,Gossweinstein,Gößweinstein,ge si wei yin si tai yin,gesuvu~ainshutain,Гесвайнштайн,Гесвајнштајн,Гёсвайнштайн,ゲスヴァインシュタイン,格斯韦因斯泰因	09474129	02	094	09474	09474129
2918768	Goßra	gossra	DE		0	Europe/Berlin	51.01222	12.06571				14	00	15084	15084565
2918769	Gößnitz	goessnitz	DE		0	Europe/Berlin	51.15039	11.59958				14	00	15084	15084012
2918770	Gößnitz	goessnitz	DE		4104	Europe/Berlin	50.88902	12.43292		Gesnic,Gjosnic,Goessnitz,Gossnitz,Gößnitz,ge si ni ci,gwshnytz,Гесниц,Гёсниц,گوشنیتز,格斯尼茨		15	00	16077	16077012
2918773	Goßmannsrode	gossmannsrode	DE		0	Europe/Berlin	50.85803	9.5802				05	066	06632	06632011
2918774	Goßmannsrod	gossmannsrod	DE		0	Europe/Berlin	50.43263	10.84988				15	00	16069	16069053
2918775	Gössmannsreuth	gossmannsreuth	DE		0	Europe/Berlin	50.06345	11.44959				02	094	09477	09477128
2918776	Gößmannsreuth	gossmannsreuth	DE		0	Europe/Berlin	49.82077	11.56077				02	094	09472	09472184
2918777	Gossmannshofen	gossmannshofen	DE		0	Europe/Berlin	47.93026	10.23572				02	097	09778	09778162
2918778	Goßmannsdorf am Main	gossmannsdorf-am-main	DE		0	Europe/Berlin	49.6804	10.02897		Gossmannsdorf,Goßmannsdorf,Grossmannsdorf,Großmannsdorf		02	096	09679	09679170
2918779	Goßmannsdorf	gossmannsdorf	DE		0	Europe/Berlin	50.13448	10.56599				02	096	09674	09674149
2918780	Gößmannsberg	gossmannsberg	DE		0	Europe/Berlin	49.84263	11.24485				02	094	09474	09474176
2918781	Goßmaning	gossmaning	DE		0	Europe/Berlin	47.98501	12.18958		Gossmaning,Gossmanning,Goßmaning,Goßmanning		02	091	09187	09187134
2918782	Gößlow	goesslow	DE		351	Europe/Berlin	53.33839	11.14301				12	00	13076	13076088
2918784	Gößlingen	gosslingen	DE		0	Europe/Berlin	48.23345	8.69452				01	083	08325	08325011
2918788	Gossingerreut	gossingerreut	DE		0	Europe/Berlin	48.57661	13.77102				02	092	09275	09275156
2918790	Goßholz	gossholz	DE		0	Europe/Berlin	47.61487	9.90735				02	097	09776	09776117
2918791	Goßfelden	gossfelden	DE		0	Europe/Berlin	50.86405	8.74152				05	065	06534	06534012
2918792	Gossetsweiler	gossetsweiler	DE		0	Europe/Berlin	47.79608	9.50646				01	084	08436	08436095
2918793	Gossersweiler	gossersweiler	DE		0	Europe/Berlin	49.16244	7.92602				08	00	07337	07337033
2918794	Gössersdorf	gossersdorf	DE		0	Europe/Berlin	50.18744	11.40887				02	094	09476	09476185
2918795	Gossersdorf	gossersdorf	DE		0	Europe/Berlin	49.08533	12.69776				02	092	09278	09278143
2918797	Gosserau	gosserau	DE		0	Europe/Berlin	51.13855	12.06452				14	00	15084	15084235
2918798	Goßenzugen	gossenzugen	DE		0	Europe/Berlin	48.24311	9.45232				01	084	08415	08415085
2918799	Gössenreuth	gossenreuth	DE		0	Europe/Berlin	50.05825	11.63004		Gossenreuth,Gössenreuth		02	094	09477	09477121
2918800	Gossenreuth	gossenreuth	DE		0	Europe/Berlin	49.96391	11.72322				02	094	09472	09472199
2918801	Gössenreuth	gossenreuth	DE		0	Europe/Berlin	49.80676	12.08723				02	093	09377	09377116
2918802	Gößenreuth	gossenreuth	DE		0	Europe/Berlin	49.73616	11.88435				02	093	09374	09374124
2918803	Gossenhofen	gossenhofen	DE		0	Europe/Berlin	47.81309	11.18682		Gossenhofen		02	091	09190	09190157
2918806	Gossenberg	gossenberg	DE		0	Europe/Berlin	50.19625	10.90378				02	094	09473	09473132
2918807	Gössen	gossen	DE		0	Europe/Berlin	50.37767	11.96468		Gossen,Gössen		02	094	09475	09475182
2918808	Gosseltshausen	gosseltshausen	DE		0	Europe/Berlin	48.61269	11.6094				02	091	09186	09186162
2918809	Gösselsdorf	goesselsdorf	DE		0	Europe/Berlin	50.54423	11.28964				15	00	16073	16073077
2918810	Gösselsdorf	gosselsdorf	DE		0	Europe/Berlin	49.46983	12.08094				02	093	09376	09376159
2918812	Gösselhäuser	goesselhaeuser	DE		0	Europe/Berlin	50.36667	12.48333				13	00	14523	14523160
2918814	Gösseldorf	gosseldorf	DE		0	Europe/Berlin	49.82425	11.29858				02	094	09472	09472197
2918815	Gösseldorf	gosseldorf	DE		0	Europe/Berlin	49.25296	10.62961				02	095	09561	09561000
2918816	Gosselding	gosselding	DE		0	Europe/Berlin	48.72984	12.67216				02	092	09279	09279132
2918817	Gösselborn	goesselborn	DE		0	Europe/Berlin	50.72884	11.08353				15	00	16070	16070048
2918822	Gosse	gosse	DE		0	Europe/Berlin	51.01667	7.48333		Gosse		07	053	05374	05374008
2918823	Goßdorf	gossdorf	DE		0	Europe/Berlin	50.95512	14.16672				13	00	14628	14628190
2918824	Goßberg	gossberg	DE		0	Europe/Berlin	50.98776	13.20918				13	00	14522	14522540
2918829	Gospoldshofen	gospoldshofen	DE		0	Europe/Berlin	47.88326	9.94529		Gospoldshofen		01	084	08436	08436010
2918830	Gospiteroda	gospiteroda	DE		0	Europe/Berlin	50.88889	10.64755				15	00	16067	16067092
2918831	Gospersgrün	gospersgruen	DE		0	Europe/Berlin	50.68383	12.37759				13	00	14524	14524060
2918832	Gospersgrün	gospersgruen	DE		0	Europe/Berlin	50.53629	12.26315				13	00	14523	14523430
2918833	Gospenroda	gospenroda	DE		0	Europe/Berlin	50.90704	10.10193				15	00	16063	16063103
2918834	Gösmes	gosmes	DE		0	Europe/Berlin	50.23663	11.64369				02	094	09475	09475136
2918835	Gosmehring	gosmehring	DE		0	Europe/Berlin	48.33357	12.07598				02	091	09177	09177122
2918837	Göslow	goeslow	DE		0	Europe/Berlin	53.98779	13.31972				12	00	13075	13075036
2918846	Gosewerder	gosewerder	DE		0	Europe/Berlin	53.14937	11.081				06	00	03355	03355049
2918848	Gösers	gosers	DE		0	Europe/Berlin	47.69211	10.26526				02	097	09780	09780117
2918853	Gosenbergerhof	gosenbergerhof	DE		0	Europe/Berlin	49.5156	7.59075				08	00	07335	07335019
2918856	Gosenbach	gosenbach	DE		0	Europe/Berlin	50.85848	7.97199		Gosenbach		07	059	05970	05970040
2918858	Gösen	goesen	DE		238	Europe/Berlin	50.99305	11.87701			16074025	15	00	16074	16074025
2918861	Goselitz	goselitz	DE		0	Europe/Berlin	51.17496	13.16579				13	00	14522	14522620
2918863	Gosel	gosel	DE		0	Europe/Berlin	50.84432	12.40854				13	00	14524	14524030
2918867	Gosedahl	gosedahl	DE		0	Europe/Berlin	53.14875	11.63006				11	00	12070	12070173
2918870	Gosebrock	gosebrock	DE		0	Europe/Berlin	52.82678	7.13516		Gosabrock,Gosebrock		06	00	03454	03454018
2918874	Gosdorf	gosdorf	DE		0	Europe/Berlin	54.21941	10.97384				10	00	01055	01055036
2918875	Gösdorf	goesdorf	DE		0	Europe/Berlin	50.91259	12.51848				15	00	16077	16077036
2918878	Gosda	gosda	DE		0	Europe/Berlin	51.7458	14.544		Gosda,Gozd,Gózd		11	00	12071	12071414
2918879	Gosda	gosda	DE		0	Europe/Berlin	51.68683	13.94846				11	00	12066	12066202
2918880	Gosda	gosda	DE		0	Europe/Berlin	51.63614	14.63514				11	00	12071	12071294
2918881	Gosda	gosda	DE		0	Europe/Berlin	51.55	14.26667		Gosda,Gozdz,Gózdź		11	00	12071	12071372
2918882	Göschwitz	goeschwitz	DE		0	Europe/Berlin	50.87896	11.59252		Goschwitz,Göschwitz		15	00	16053	16053000
2918883	Göschweiler	goschweiler	DE		0	Europe/Berlin	47.85819	8.31258		Goschweiler,Göschweiler		01	083	08315	08315070
2918887	Goschen	goschen	DE		0	Europe/Berlin	52.01997	14.29021		Goschen,Goschzschen		11	00	12061	12061308
2918891	Gosberg	gosberg	DE		0	Europe/Berlin	49.70517	11.1131				02	094	09474	09474158
2918892	Gosbach	gosbach	DE		0	Europe/Berlin	48.57876	9.68007				01	081	08117	08117006
2918893	Gösau	goesau	DE		0	Europe/Berlin	50.84539	12.37393				13	00	14524	14524030
2918894	Gosa	gosa	DE		0	Europe/Berlin	51.26667	13.38333				13	00	14627	14627070
2918896	Görzke	goerzke	DE		1526	Europe/Berlin	52.17179	12.37506		Gercke,Gjorcke,Goerzke,Görzke,ge er ci ke,Герцке,Гёрцке,Գյորցկե,格尔茨克	12069224	11	00	12069	12069224
2918898	Görzig	goerzig	DE		0	Europe/Berlin	52.23918	14.20173				11	00	12067	12067426
2918899	Görzig	goerzig	DE		1295	Europe/Berlin	51.66381	11.99759		Gercig,Gjorcig,Gorzig,Görzig,Герциг,Гёрциг,Гөрциг		14	00	15082	15082377
2918900	Görzig	goerzig	DE		0	Europe/Berlin	51.3627	13.47005				13	00	14627	14627060
2918901	Görzig	goerzig	DE		0	Europe/Berlin	51.37123	13.22704				13	00	14627	14627270
2918902	Görzhausen	goerzhausen	DE		0	Europe/Berlin	53.70217	12.52245				12	00	13072	13072045
2918905	Görzhain	goerzhain	DE		0	Europe/Berlin	50.81091	9.42588				05	066	06634	06634020
2918910	Gorxheim	gorxheim	DE		0	Europe/Berlin	49.54106	8.70754				05	064	06431	06431008
2918911	Görwihl	goerwihl	DE		4587	Europe/Berlin	47.64275	8.07482		Gervil,Gervil',Gjorvil',Goerwihl,Gohrwil,Gorwihl,Göhrwil,Görwihl,ge er wei er,Гервил,Гервіль,Гёрвиль,格尔维尔	08337038	01	083	08337	08337038
2918915	Gortz	gortz	DE		0	Europe/Berlin	52.51441	12.64315		Gortz		11	00	12069	12069019
2918919	Görtbild	gortbild	DE		0	Europe/Berlin	47.83893	9.48996				01	084	08436	08436095
2918920	Görsroth	goersroth	DE		0	Europe/Berlin	50.22631	8.21213				05	064	06439	06439007
2918922	Gorspen	gorspen	DE		0	Europe/Berlin	52.38559	9.0238				07	057	05770	05770028
2918923	Görslow	goerslow	DE		0	Europe/Berlin	53.63283	11.5135				12	00	13076	13076082
2918929	Görsdorf	goersdorf	DE		0	Europe/Berlin	52.23976	13.837		Gorsdorf,Gorsdorf bei Storkow,Görsdorf,Görsdorf bei Storköw		11	00	12067	12067481
2918930	Görsdorf	goersdorf	DE		0	Europe/Berlin	52.15106	14.09055				11	00	12067	12067493
2918931	Görsdorf	goersdorf	DE		0	Europe/Berlin	51.90382	13.48733				11	00	12072	12072055
2918932	Gorsdorf	gorsdorf	DE		0	Europe/Berlin	51.79865	12.8654		Gorsdorf		14	00	15091	15091145
2918933	Görsdorf	goersdorf	DE		0	Europe/Berlin	50.71547	13.23443				13	00	14521	14521495
2918934	Görsdorf	goersdorf	DE		0	Europe/Berlin	50.37931	10.96076				15	00	16072	16072015
2918935	Görschnitz	goerschnitz	DE		0	Europe/Berlin	50.59484	12.14936				13	00	14523	14523100
2918936	Görschnitz	gorschnitz	DE		0	Europe/Berlin	49.95644	11.70198				02	094	09472	09472199
2918937	Gorschmitz	gorschmitz	DE		0	Europe/Berlin	51.15932	12.92482				13	00	14522	14522310
2918939	Görschlitz	goerschlitz	DE		0	Europe/Berlin	51.57796	12.64828				13	00	14730	14730160
2918940	Gorschendorf	gorschendorf	DE		0	Europe/Berlin	53.77904	12.79222				12	00	13071	13071092
2918941	Görschen	goerschen	DE		528	Europe/Berlin	51.1121	11.90164		Gorschen,Görschen		14	00	15084	15084335
2918943	Görries	goerries	DE		0	Europe/Berlin	53.61125	11.38493				12	00	13004	13004000
2918946	Gorrenberg	gorrenberg	DE		0	Europe/Berlin	51.8	12.96667				14	00	15091	15091145
2918949	Gorow	gorow	DE		0	Europe/Berlin	54.02948	11.95383				12	00	13072	13072093
2918956	Görnitz	goernitz	DE		0	Europe/Berlin	54.20291	10.48274				10	00	01057	01057022
2918957	Görnitz	goernitz	DE		0	Europe/Berlin	53.14815	11.43446				12	00	13076	13076097
2918958	Görnitz	goernitz	DE		0	Europe/Berlin	51.1844	12.93274				13	00	14522	14522310
2918959	Görnitz	goernitz	DE		0	Europe/Berlin	51.11667	12.45				13	00	14729	14729050
2918960	Görnitz	goernitz	DE		0	Europe/Berlin	50.95977	12.21665				14	00	15084	15084442
2918961	Görnitz	goernitz	DE		0	Europe/Berlin	50.40113	12.19079				13	00	14523	14523300
2918962	Görnitz	gornitz	DE		0	Europe/Berlin	49.70436	12.19427				02	093	09374	09374160
2918963	Gornhofen	gornhofen	DE		0	Europe/Berlin	47.72435	9.62202		Gornhofen		01	084	08436	08436064
2918966	Gornewitz	gornewitz	DE		0	Europe/Berlin	51.28329	12.80354				13	00	14729	14729160
2918968	Görne	goerne	DE		0	Europe/Berlin	52.70414	12.51689		Goerne,Gorne,Görne		11	00	12063	12063161
2918969	Gorndorf	gorndorf	DE		0	Europe/Berlin	50.65482	11.39391		Gorndorf		15	00	16073	16073077
2918970	Gornau	gornau	DE		4101	Europe/Berlin	50.75901	13.03731		Gornau,Gornau vald,Gornau/Erzgebirge,ge er nao,Горнау,戈尔瑙		13	00	14521	14521220
2918971	Görna	goerna	DE		0	Europe/Berlin	51.12936	13.39085				13	00	14627	14627080
2918973	Görmitz	goermitz	DE		0	Europe/Berlin	54.02484	13.92085		Gormitz,Görmitz		12	00	13075	13075087
2918974	Görmin	goermin	DE		1012	Europe/Berlin	53.99092	13.27054		Germin,Gjormin,ge er ming,Гермин,Гёрмин,格尔明		12	00	13075	13075036
2918975	Görmar	goermar	DE		0	Europe/Berlin	51.21184	10.49032				15	00	16064	16064046
2918976	Gorma	gorma	DE		0	Europe/Berlin	51.023	12.37565				15	00	16077	16077042
2918978	Görlsdorf	goerlsdorf	DE		0	Europe/Berlin	53.05318	13.94225				11	00	12073	12073008
2918979	Görlsdorf	goerlsdorf	DE		0	Europe/Berlin	52.53229	14.30574				11	00	12064	12064482
2918980	Görlsdorf	goerlsdorf	DE		0	Europe/Berlin	51.81811	13.7554				11	00	12061	12061320
2918982	Gorlitzsch	gorlitzsch	DE		0	Europe/Berlin	50.83025	12.03906				15	00	16052	16052000
2918986	Görlitz	goerlitz	DE		0	Europe/Berlin	51.2103	13.06911				13	00	14522	14522450
2918987	Görlitz	goerlitz	DE		57751	Europe/Berlin	51.15518	14.98853		G'orlic,Gerlic,Gerlica,Giorlicas,Gjorlic,Goerlitz,Gorlicium Germaniae,Gorlitz,Görlitz,Nkerlits,Zgorjelc,Zgórjelc,Zhorelec,Zhorjelc,Zhořelec,ge er li ci,gerlitsi,gerurittsu,ghrlts,ghrlytz,ghwrlts,ghwrlyts,goeleullicheu,grlytz,grlyz,jwrlyts,qrlytz,Γκέρλιτς,Герлиц,Герліц,Гьорлиц,Гёрлиц,Гёрліц,Гөрлиц,גרליץ,جورليتس,غرلتس,غرليتز,غورلتس,غورليتس,قرلیتز,گرلیتز,گورلٹز,გერლიცი,ゲルリッツ,格尔利茨,괴를리츠	14626	13	00	14626	14626110
2918991	Gorkow	gorkow	DE		0	Europe/Berlin	53.48713	14.1715				12	00	13075	13075079
2918992	Gorknitz	gorknitz	DE		0	Europe/Berlin	50.95659	13.82801				13	00	14628	14628080
2918994	Görke	goerke	DE		0	Europe/Berlin	53.88839	14.09237				12	00	13075	13075026
2918995	Görke	goerke	DE		0	Europe/Berlin	53.84767	13.63764				12	00	13075	13075110
2918996	Göritzhain	goeritzhain	DE		0	Europe/Berlin	50.97067	12.78959				13	00	14522	14522350
2918997	Göritzberg	goeritzberg	DE		0	Europe/Berlin	50.96042	11.79339				15	00	16074	16074009
2919001	Göritz	goeritz	DE		0	Europe/Berlin	51.99561	12.47235				14	00	15091	15091060
2919002	Göritz	goeritz	DE		0	Europe/Berlin	51.79843	14.04499		Chorice,Chórice		11	00	12066	12066320
2919003	Göritz	goeritz	DE		0	Europe/Berlin	51.66957	14.10755		Chorice,Chórice		11	00	12071	12071057
2919004	Göritz	goeritz	DE		0	Europe/Berlin	51.50564	12.50708		Goritz,Göritz,Krippehna-Goritz,Krippehna-Göritz		13	00	14730	14730280
2919005	Göritz	goeritz	DE		0	Europe/Berlin	50.43111	11.79425				15	00	16075	16075046
2919008	Görisried	goerisried	DE		1269	Europe/Berlin	47.70668	10.51015		Gerisrid,Gjorisrid,Gyorisrid,ge li si li de,gerisurito,Герисрид,Герісрід,Гёрисрид,Գյորիսրիդ,ゲリスリート,格里斯里德	09777131	02	097	09777	09777131
2919009	Görisgraben	goerisgraben	DE		0	Europe/Berlin	52.33761	12.48643		Gorisgraben,Görisgraben,Kolonie Gorisgraben,Kolonie Görisgräben		11	00	12051	12051000
2919010	Gorinsee	gorinsee	DE		0	Europe/Berlin	52.68183	13.46887				11	00	12060	12060269
2919013	Göringsreuth	goringsreuth	DE		0	Europe/Berlin	50.03878	11.98027				02	094	09479	09479169
2919016	Göringen	goeringen	DE		0	Europe/Berlin	50.99413	10.18972				15	00	16056	16056000
2919018	Göring	goring	DE		0	Europe/Berlin	49.6416	11.32281				02	094	09474	09474138
2919020	Görike	goerike	DE		0	Europe/Berlin	52.94357	12.20135				11	00	12070	12070149
2919021	Görglas	gorglas	DE		0	Europe/Berlin	49.74677	11.70959				02	093	09374	09374129
2919023	Görgesheide	goergesheide	DE		0	Europe/Berlin	51.28542	6.61585				07	051	05162	05162022
2919024	Görgeshausen	goergeshausen	DE		821	Europe/Berlin	50.41667	7.95		Goergeshausen,Görgeshausen	07143023	08	00	07143	07143023
2919026	Görgen	gorgen	DE		0	Europe/Berlin	48.83275	13.00283				02	092	09271	09271119
2919029	Gorgast	gorgast	DE		769	Europe/Berlin	52.56832	14.54847	10			11	00	12064	12064266
2919032	Gördenitz	goerdenitz	DE		0	Europe/Berlin	51.53785	12.22536				13	00	14730	14730340
2919033	Görden	goerden	DE		0	Europe/Berlin	52.42556	12.50974				11	00	12051	12051000
2919035	Gordemitz	gordemitz	DE		0	Europe/Berlin	51.41098	12.54175				13	00	14730	14730140
2919036	Görchsheim	gorchsheim	DE		0	Europe/Berlin	49.28096	10.42215				02	095	09571	09571174
2919037	Görbitzhausen	goerbitzhausen	DE		0	Europe/Berlin	50.79507	11.01157				15	00	16070	16070004
2919038	Görbitz	goerbitz	DE		0	Europe/Berlin	51.57722	11.87651				14	00	15088	15088216
2919039	Gorbitz	gorbitz	DE		0	Europe/Berlin	51.0455	13.66108		Gorbitz		13	00	14612	14612000
2919040	Görbitz	gorbitz	DE		0	Europe/Berlin	49.64959	11.30939				02	094	09474	09474138
2919041	Görbersdorf	goerbersdorf	DE		0	Europe/Berlin	50.85524	13.19364				13	00	14522	14522440
2919044	Görau	gorau	DE		0	Europe/Berlin	50.06929	11.28801		Gorau,Görau		02	094	09478	09478176
2919045	Görau	gorau	DE		0	Europe/Berlin	49.95797	11.67664				02	094	09472	09472199
2919046	Göpringhausen	goepringhausen	DE		0	Europe/Berlin	50.90964	7.52151				07	053	05374	05374032
2919047	Gopprechts	gopprechts	DE		0	Europe/Berlin	47.62058	10.23213				02	097	09780	09780143
2919048	Goppoltsried	goppoltsried	DE		0	Europe/Berlin	49.28767	12.4262				02	093	09376	09376146
2919049	Göppmannsbühl am Berg	goppmannsbuhl-am-berg	DE		0	Europe/Berlin	49.8859	11.81537				02	094	09472	09472190
2919050	Göppmannsbühl am Bach	goppmannsbuhl-am-bach	DE		0	Europe/Berlin	49.88435	11.81382		Goppmannsbuhl,Göppmannsbühl		02	094	09472	09472190
2919051	Gopplasgrün	gopplasgruen	DE		0	Europe/Berlin	50.32418	12.37764				13	00	14523	14523200
2919054	Göppingen	goeppingen	DE		58040	Europe/Berlin	48.70354	9.65209		G'opingen,Gepingen,Geppingen,Gjoppingen,Goeppingen,Göppingen,ZES,ge ping gen,geppingen,ghwbynghn,gwpyngn,Гепинген,Геппінген,Гьопинген,Гёппинген,غوبينغن,گوپینگن,ゲッピンゲン,格平根	08117	01	081	08117	08117026
2919055	Gopping	gopping	DE		0	Europe/Berlin	48.54764	13.06973				02	092	09277	09277117
2919056	Goppertsweiler	goppertsweiler	DE		0	Europe/Berlin	47.65422	9.73137		Goppertsweiler		01	084	08435	08435042
2919057	Goppertshofen	goppertshofen	DE		0	Europe/Berlin	48.2915	11.43355				02	091	09174	09174122
2919058	Goppertshofen	goppertshofen	DE		0	Europe/Berlin	48.08652	9.94621				01	084	08426	08426087
2919059	Goppertshofen	goppertshofen	DE		0	Europe/Berlin	47.77031	9.91026				01	084	08436	08436052
2919060	Goppertshäusern	goppertshausern	DE		0	Europe/Berlin	47.71667	9.75		Goppertshausen,Goppertshausern,Goppertshäusen,Goppertshäusern		01	084	08436	08436006
2919061	Göppertshausen	goppertshausen	DE		0	Europe/Berlin	48.41854	11.48445				02	091	09174	09174136
2919062	Göppersdorf	goeppersdorf	DE		0	Europe/Berlin	50.9954	12.82303				13	00	14522	14522580
2919063	Göppersdorf	goeppersdorf	DE		0	Europe/Berlin	50.90223	12.80666				13	00	14522	14522060
2919064	Göppersdorf	goeppersdorf	DE		0	Europe/Berlin	50.86028	13.885				13	00	14628	14628040
2919065	Göppersdorf	goppersdorf	DE		0	Europe/Berlin	49.0864	11.02431				02	095	09577	09577141
2919069	Göppenbach	goppenbach	DE		0	Europe/Berlin	49.1175	12.30805				02	093	09375	09375114
2919070	Goppeltshof	goppeltshof	DE		0	Europe/Berlin	49.15729	12.27737				02	093	09376	09376149
2919071	Goppeln	goppeln	DE		0	Europe/Berlin	50.98815	13.75999				13	00	14628	14628050
2919072	Göpfersgrün	gopfersgrun	DE		0	Europe/Berlin	50.05703	12.06192				02	094	09479	09479169
2919077	Goosholz	goosholz	DE		0	Europe/Berlin	54.49489	9.32472				10	00	01059	01059092
2919082	Goos	goos	DE		0	Europe/Berlin	54.64254	13.23145				12	00	13073	13073019
2919083	Goorstorf	goorstorf	DE		0	Europe/Berlin	54.12561	12.18293		Goorstorf		12	00	13072	13072012
2919086	Goor	goor	DE		0	Europe/Berlin	54.65794	13.42098				12	00	13073	13073071
2919089	Gonzerath	gonzerath	DE		0	Europe/Berlin	49.85773	7.11639				08	00	07231	07231502
2919090	Gonzenheim	gonzenheim	DE		0	Europe/Berlin	50.22081	8.65194				05	064	06434	06434001
2919093	Gonterskirchen	gonterskirchen	DE		0	Europe/Berlin	50.51633	9.0228				05	065	06531	06531010
2919094	Gontershausen	gontershausen	DE		0	Europe/Berlin	50.73602	8.96805				05	065	06535	06535009
2919095	Mainz-Gonsenheim	mainz-gonsenheim	DE		0	Europe/Berlin	50	8.21667		Gonsenheim		08	00	07315	07315000
2919097	Gonratherhof	gonratherhof	DE		0	Europe/Berlin	49.81924	7.54299				08	00	07133	07133111
2919098	Gönrath	goenrath	DE		0	Europe/Berlin	51.17497	7.05476				07	051	05122	05122000
2919099	Gönnsdorf	goennsdorf	DE		0	Europe/Berlin	51.04862	13.86895				13	00	14612	14612000
2919100	Gönningen	gonningen	DE		0	Europe/Berlin	48.43319	9.14869				01	084	08415	08415061
2919102	Gonnesweiler	gonnesweiler	DE		0	Europe/Berlin	49.56397	7.09212		Gonnesweiler		09	00	10046	10046114
2919104	Gönnersdorf	goennersdorf	DE		0	Europe/Berlin	50.45021	7.41613				08	00	07138	07138045
2919110	Gönnern	goennern	DE		0	Europe/Berlin	50.82397	8.44738				05	065	06534	06534002
2919112	Gönnebek	goennebek	DE		484	Europe/Berlin	54.04895	10.1969		Gonnebek,Gönnebek	01060026	10	00	01060	01060026
2919117	Gondsroth	gondsroth	DE		0	Europe/Berlin	50.15307	9.10357		Gondsroth		05	064	06435	06435015
2919126	Gompitz	gompitz	DE		0	Europe/Berlin	51.04356	13.64215				13	00	14612	14612000
2919130	Gompelscheuer	gompelscheuer	DE		0	Europe/Berlin	48.635	8.44766		Gompelscheuer		01	082	08235	08235025
2919131	Gömnitz	goemnitz	DE		0	Europe/Berlin	54.11564	10.73214				10	00	01055	01055041
2919132	Gömnigk	goemnigk	DE		0	Europe/Berlin	52.16793	12.73222				11	00	12069	12069076
2919133	Gommlo	gommlo	DE		0	Europe/Berlin	51.73609	12.65485				14	00	15091	15091160
2919136	Gommersdorf	gommersdorf	DE		0	Europe/Berlin	49.37039	9.61587				01	081	08126	08126045
2919141	Gomlitz	gomlitz	DE		0	Europe/Berlin	51.15	13.78333				13	00	14612	14612000
2919142	Gomfritz	gomfritz	DE		0	Europe/Berlin	50.38537	9.53879				05	064	06435	06435025
2919144	Gombsen	gombsen	DE		0	Europe/Berlin	50.95178	13.77866				13	00	14628	14628220
2919145	Gombeth	gombeth	DE		0	Europe/Berlin	51.06439	9.291		Gombeth		05	066	06634	06634001
2919148	Golzwarderwurp	golzwarderwurp	DE		0	Europe/Berlin	53.35624	8.44291				06	00	03461	03461002
2919149	Golzwardersiel	golzwardersiel	DE		0	Europe/Berlin	53.35816	8.48401				06	00	03461	03461002
2919150	Golzwarderaltendeich	golzwarderaltendeich	DE		0	Europe/Berlin	53.35887	8.46643				06	00	03461	03461002
2919151	Golzwarden	golzwarden	DE		0	Europe/Berlin	53.35177	8.46378				06	00	03461	03461002
2919157	Golzheim	golzheim	DE		0	Europe/Berlin	51.24344	6.77204		Djussel'dorf-Gol'ckhajm,Duesseldorf-Golzheim,Düsseldorf-Golzheim,Golsheim,Дюссельдорф-Гольцхайм		07	051	05111	05111000
2919158	Golzheim	golzheim	DE		0	Europe/Berlin	50.83966	6.58118		Golzheim		07	053	05358	05358040
2919159	Golzhausen	golzhausen	DE		0	Europe/Berlin	52.35	11.61667		Forsterei Golzhausen,Försterei Golzhausen,Golzhausen		14	00	15083	15083130
2919161	Golzern	golzern	DE		0	Europe/Berlin	51.24627	12.78596		Golzern		13	00	14729	14729160
2919164	Gölzau	goelzau	DE		0	Europe/Berlin	51.66832	12.07463		Goelzau,Golzau,Gölzau		14	00	15082	15082377
2919166	Göltzschen	goeltzschen	DE		0	Europe/Berlin	51.2302	12.4447				13	00	14729	14729190
2919167	Goltzscha	goltzscha	DE		0	Europe/Berlin	51.27119	13.4358		Goltzscha		13	00	14627	14627190
2919168	Göltzscha	goeltzscha	DE		0	Europe/Berlin	51.0892	13.33584				13	00	14627	14627180
2919171	Goltewitz	goltewitz	DE		0	Europe/Berlin	51.79413	12.4221				14	00	15091	15091241
2919172	Göltenhof	goltenhof	DE		0	Europe/Berlin	49.24372	9.58188				01	081	08126	08126058
2919174	Golste	golste	DE		0	Europe/Berlin	53.07853	10.48636				06	00	03360	03360014
2919178	Golsmaas	golsmaas	DE		0	Europe/Berlin	54.7494	9.97614				10	00	01059	01059136
2919179	Gölshausen	golshausen	DE		0	Europe/Berlin	49.04563	8.72186				01	082	08215	08215007
2919182	Gölsdorf	goelsdorf	DE		0	Europe/Berlin	52.44905	14.0976				11	00	12067	12067473
2919183	Gölsdorf	goelsdorf	DE		0	Europe/Berlin	51.9549	12.98032		Goldsdorf,Golsdorf,Göldsdorf,Gölsdorf		11	00	12072	12072297
2919184	Golschow	golschow	DE		0	Europe/Berlin	51.65987	14.20262		Golasow,Golschow,Gólašow		11	00	12071	12071057
2919185	Göls	goels	DE		0	Europe/Berlin	53.99177	10.3643				10	00	01060	01060050
2919186	Gölriehenfeld	goelriehenfeld	DE		0	Europe/Berlin	53.31291	8.00854				06	00	03455	03455025
2919187	Golpenweiler	golpenweiler	DE		0	Europe/Berlin	47.81667	9.26667				01	084	08435	08435015
2919188	Golpa	golpa	DE		0	Europe/Berlin	51.71968	12.36463				14	00	15091	15091110
2919193	Golmenglin	golmenglin	DE		0	Europe/Berlin	52.02865	12.33614				14	00	15082	15082430
2919198	Gölm	goelm	DE		0	Europe/Berlin	53.68333	10.35				10	00	01062	01062078
2919207	Göllsdorf	gollsdorf	DE		0	Europe/Berlin	48.16265	8.65826				01	083	08325	08325049
2919209	Göllnitz	goellnitz	DE		0	Europe/Berlin	51.63999	13.8575				11	00	12062	12062425
2919211	Gollnerberg	gollnerberg	DE		0	Europe/Berlin	48.67402	13.80183				02	092	09275	09275118
2919212	Gollmuthhausen	gollmuthhausen	DE		0	Europe/Berlin	50.35764	10.42419		Gollmuthhausen		02	096	09673	09673134
2919213	Gollmitz	gollmitz	DE		0	Europe/Berlin	53.29625	13.72494				11	00	12073	12073429
2919214	Göllmitz	goellmitz	DE		0	Europe/Berlin	52.3582	13.96305		Chanc,Chańc		11	00	12067	12067469
2919215	Gollmitz	gollmitz	DE		0	Europe/Berlin	51.70329	13.87713		Gollmitz		11	00	12066	12066052
2919218	Gollmenz	gollmenz	DE		0	Europe/Berlin	51.50853	12.47755		Gollmenz,Lindenhayn-Gollmenz		13	00	14730	14730280
2919219	Gollma	gollma	DE		0	Europe/Berlin	51.5152	12.16794		Gollma		14	00	15088	15088195
2919222	Gollingkreut	gollingkreut	DE		0	Europe/Berlin	48.56449	11.16497				02	091	09185	09185158
2919223	Göllingen	goellingen	DE		828	Europe/Berlin	51.34359	11.01444		Gollingen,Göllingen		15	00	16065	16065085
2919227	Göllin	goellin	DE		0	Europe/Berlin	53.85232	11.78936				12	00	13072	13072013
2919233	Göllersreuth	gollersreuth	DE		0	Europe/Berlin	49.0752	11.25257		Gollersreuth,Göllersreuth		02	095	09576	09576148
2919234	Gollershoben	gollershoben	DE		0	Europe/Berlin	50.64023	7.53417				08	00	07132	07132023
2919235	Gollern	gollern	DE		0	Europe/Berlin	53.07926	10.6407				06	00	03360	03360002
2919237	Gollerbach	gollerbach	DE		0	Europe/Berlin	48.39554	12.90723				02	092	09277	09277139
2919239	Gollenshausen am Chiemsee	gollenshausen-am-chiemsee	DE		0	Europe/Berlin	47.91444	12.43592		Gollenshausen		02	091	09187	09187138
2919241	Gollenhof	gollenhof	DE		0	Europe/Berlin	48.90387	9.36039				01	081	08119	08119042
2919242	Gollenhof	gollenhof	DE		0	Europe/Berlin	48.39761	11.11948				02	097	09771	09771165
2919245	Gollendorf	gollendorf	DE		0	Europe/Berlin	54.45972	11.06786				10	00	01055	01055046
2919252	Gollenbach	gollenbach	DE		0	Europe/Berlin	49.89144	11.41765				02	094	09472	09472167
2919253	Gollbogen	gollbogen	DE		0	Europe/Berlin	52.01207	12.20193				14	00	15082	15082430
2919254	Gollau	gollau	DE		0	Europe/Berlin	52.99204	11.12617				06	00	03354	03354018
2919256	Gollachostheim	gollachostheim	DE		0	Europe/Berlin	49.56508	10.14519				02	095	09575	09575127
2919259	Golkrath	golkrath	DE		0	Europe/Berlin	51.08317	6.24747		Golkrath		07	053	05370	05370004
2919261	Golk	golk	DE		0	Europe/Berlin	51.21524	13.42504		Golk		13	00	14627	14627020
2919265	Gölitz	goelitz	DE		0	Europe/Berlin	52.71971	11.44535				14	00	15081	15081240
2919269	Golenz	golenz	DE		0	Europe/Berlin	51.13459	14.32712		Golenz,Holca		13	00	14625	14625110
2919271	Goldstein	goldstein	DE		0	Europe/Berlin	50.08329	8.60473		Goldstein,Goldsteinsiedlung		05	064	06412	06412000
2919275	Goldshöfe	goldshofe	DE		0	Europe/Berlin	48.88952	10.13311				01	081	08136	08136088
2919276	Goldscheuer	goldscheuer	DE		0	Europe/Berlin	48.50974	7.82233		Goldscheuer		01	083	08317	08317057
2919277	Göldschen	goeldschen	DE		0	Europe/Berlin	50.95159	12.36398				15	00	16077	16077043
2919278	Goldscheid	goldscheid	DE		0	Europe/Berlin	50.55801	7.45917				08	00	07138	07138006
2919284	Göldnitz	goeldnitz	DE		0	Europe/Berlin	51.19349	13.04758				13	00	14522	14522220
2919286	Goldmühl	goldmuhl	DE		0	Europe/Berlin	50.02684	11.68829				02	094	09472	09472116
2919288	Goldlauter	goldlauter	DE		0	Europe/Berlin	50.62855	10.74275		Goldlauter		15	00	16054	16054000
2919294	Goldhöft	goldhoeft	DE		0	Europe/Berlin	54.76176	9.92449				10	00	01059	01059112
2919295	Goldhausen	goldhausen	DE		0	Europe/Berlin	51.24709	8.81782				05	066	06635	06635015
2919296	Goldhausen	goldhausen	DE		0	Europe/Berlin	51.23333	13.18333				13	00	14522	14522450
2919297	Goldhausen	goldhausen	DE		0	Europe/Berlin	50.4631	7.86732				08	00	07143	07143065
2919298	Goldhasen	goldhasen	DE		0	Europe/Berlin	47.6483	10.57079				02	097	09777	09777168
2919302	Goldewin	goldewin	DE		0	Europe/Berlin	53.86872	12.13629				12	00	13072	13072071
2919303	Goldevitz	goldevitz	DE		0	Europe/Berlin	54.33333	13.18333				12	00	13073	13073003
2919305	Goldern	goldern	DE		0	Europe/Berlin	48.59648	12.34643				02	092	09274	09274156
2919306	Golderberg	golderberg	DE		0	Europe/Berlin	48.30174	12.71522				02	091	09171	09171129
2919311	Goldenstädt	goldenstaedt	DE		681	Europe/Berlin	53.46751	11.49908				12	00	13076	13076005
2919312	Goldensee	goldensee	DE		0	Europe/Berlin	53.68679	10.92093				10	00	01053	01053062
2919319	Göldenitz	goeldenitz	DE		0	Europe/Berlin	54.00726	12.29473				12	00	13072	13072029
2919320	Göldenitz	goeldenitz	DE		0	Europe/Berlin	53.91857	12.15048				12	00	13072	13072090
2919338	Goldenbow	goldenbow	DE		0	Europe/Berlin	53.53663	11.7588				12	00	13076	13076038
2919339	Goldenbow	goldenbow	DE		0	Europe/Berlin	53.43665	10.96467				12	00	13076	13076142
2919340	Goldenberg	goldenberg	DE		0	Europe/Berlin	51.1958	7.20638		Goldenberg		07	051	05120	05120000
2919341	Goldenbek	goldenbek	DE		0	Europe/Berlin	53.93826	10.49069				10	00	01060	01060067
2919342	Goldenbaum	goldenbaum	DE		0	Europe/Berlin	53.32445	13.24385				12	00	13071	13071025
2919346	Goldebee	goldebee	DE		0	Europe/Berlin	53.89824	11.61422		Goldebee		12	00	13074	13074004
2919348	Goldburghausen	goldburghausen	DE		0	Europe/Berlin	48.87011	10.42746				01	081	08136	08136087
2919350	Goldbühl	goldbuhl	DE		0	Europe/Berlin	49.12777	10.6412		Goldbuhl,Goldbühl		02	095	09571	09571113
2919354	Goldbrunn	goldbrunn	DE		0	Europe/Berlin	49.6916	12.33023				02	093	09374	09374165
2919358	Goldborn	goldborn	DE		0	Europe/Berlin	51.06667	13.16667				13	00	14522	14522510
2919359	Goldbogen	goldbogen	DE		0	Europe/Berlin	53.93881	9.34799				10	00	01061	01061119
2919445	Goldau	goldau	DE		0	Europe/Berlin	48.23298	12.3468				02	091	09183	09183120
2919449	Goldach	goldach	DE		0	Europe/Berlin	48.31076	11.74928		Goldach		02	091	09178	09178130
2919455	Gölbitz	goelbitz	DE		0	Europe/Berlin	51.31468	11.54745				14	00	15088	15088305
2919456	Golberode	golberode	DE		0	Europe/Berlin	50.983	13.75289		Golberode		13	00	14628	14628050
2919458	Golben	golben	DE		0	Europe/Berlin	51.02156	12.11304				14	00	15084	15084207
2919464	Göhritz	goehritz	DE		0	Europe/Berlin	51.34424	11.63128				14	00	15088	15088030
2919466	Göhrischgut	goehrischgut	DE		0	Europe/Berlin	51.23333	13.41667				13	00	14627	14627020
2919467	Göhrick	goehrick	DE		0	Europe/Berlin	51.62732	14.23864		Gohrick,Gohrigk,Gorki,Górki,Göhrick,Göhrigk		11	00	12071	12071057
2919469	Göhrenz	goehrenz	DE		0	Europe/Berlin	51.29362	12.24594				13	00	14729	14729270
2919470	Göhren-Lebbin	goehren-lebbin	DE		600	Europe/Berlin	53.47936	12.51102		Geren-Lebin,Gjoren-Lebbin,Gohren,Göhren,ge he lun-lai bin,Герен-Лебин,Гёрен-Леббин,格赫伦-莱宾		12	00	13071	13071043
2919472	Göhrendorf	goehrendorf	DE		0	Europe/Berlin	51.35329	11.65892		Gherrendorp,Gohrendorf,Göhrendorf		14	00	15088	15088250
2919473	Göhren-Döhlen	goehren-doehlen	DE		132	Europe/Berlin	50.71637	12.01639		Dohlen,Döhlen,Gohren,Gohren-Dohlen,Göhren,Göhren-Döhlen		15	00	16076	16076092
2919474	Göhren	goehren	DE		418	Europe/Berlin	53.53523	11.61055		Gohren,Göhren		12	00	13076	13076140
2919475	Göhren	goehren	DE		0	Europe/Berlin	53.42364	13.56413				12	00	13071	13071164
2919476	Göhren	goehren	DE		0	Europe/Berlin	53.21543	11.37508				12	00	13076	13076093
2919477	Göhren	goehren	DE		0	Europe/Berlin	51.35406	12.13645				14	00	15088	15088205
2919478	Göhren	goehren	DE		0	Europe/Berlin	51.2431	12.4317				13	00	14729	14729190
2919479	Göhren	goehren	DE		0	Europe/Berlin	50.9848	12.76064				13	00	14522	14522580
2919486	Gohre	gohre	DE		0	Europe/Berlin	52.55673	11.80824				14	00	15090	15090535
2919493	Göhra	goehra	DE		0	Europe/Berlin	51.26812	13.58978				13	00	14627	14627030
2919494	Göhr	goehr	DE		0	Europe/Berlin	52.90098	10.87792				06	00	03354	03354022
2919495	Gohr	gohr	DE		0	Europe/Berlin	51.10564	6.71946		Gohr		07	051	05162	05162004
2919496	Göhlsdorf	goehlsdorf	DE		0	Europe/Berlin	52.36019	12.80285				11	00	12069	12069306
2919498	Göhlitzsch	goehlitzsch	DE		0	Europe/Berlin	51.32188	12.03377				14	00	15088	15088205
2919499	Gohlitz	gohlitz	DE		0	Europe/Berlin	52.54588	12.76491				11	00	12063	12063208
2919500	Gohlis	gohlis	DE		0	Europe/Berlin	51.34391	13.28959		Gohlis		13	00	14627	14627360
2919501	Gohlis	gohlis	DE		0	Europe/Berlin	51.19461	13.56863		Gohlis		13	00	14627	14627170
2919502	Gohlis	gohlis	DE		0	Europe/Berlin	51.36667	12.35		Gohlis		13	00	14713	14713000
2919503	Gohlis	gohlis	DE		0	Europe/Berlin	51.08918	13.64605				13	00	14612	14612000
2919506	Göhlenbühl	gohlenbuhl	DE		0	Europe/Berlin	47.60422	10.21976				02	097	09780	09780124
2919508	Göhlen	goehlen	DE		423	Europe/Berlin	53.30635	11.36699				12	00	13076	13076046
2919509	Göhlen	goehlen	DE		0	Europe/Berlin	52.04263	14.57249				11	00	12067	12067357
2919510	Gohlefanz	gohlefanz	DE		0	Europe/Berlin	52.96586	10.8981				06	00	03354	03354002
2919512	Gohlau	gohlau	DE		0	Europe/Berlin	53.01701	10.92561				06	00	03354	03354024
2919513	Gohla	gohla	DE		0	Europe/Berlin	51.0907	13.34286		Gohla		13	00	14627	14627180
2919514	Göhl	goehl	DE		1202	Europe/Berlin	54.2835	10.94036		Gohl,Göhl		10	00	01055	01055014
2919515	Gohfeld	gohfeld	DE		0	Europe/Berlin	52.27268	7.94367				07	055	05566	05566048
2919516	Gohfeld	gohfeld	DE		0	Europe/Berlin	52.19677	8.75507				07	057	05758	05758024
2919517	Gohbeck	gohbeck	DE		0	Europe/Berlin	52.93602	9.39062				06	00	03361	03361005
2919522	Gögglingen	gogglingen	DE		0	Europe/Berlin	48.33742	9.93902		Goggingen,Gogglingen,Göggingen,Gögglingen		01	084	08421	08421000
2919523	Gögglbach	gogglbach	DE		0	Europe/Berlin	49.30661	12.05823				02	093	09376	09376161
2919527	Gögging	gogging	DE		0	Europe/Berlin	48.36697	13.37321				02	092	09275	09275116
2919528	Gögging	gogging	DE		0	Europe/Berlin	47.82704	12.19723				02	091	09187	09187167
2919529	Goggersreut	goggersreut	DE		0	Europe/Berlin	48.7588	13.51194		Goggereut,Goggersreut		02	092	09272	09272141
2919530	Göggenhofen	goggenhofen	DE		0	Europe/Berlin	47.95171	11.78764				02	091	09184	09184137
2919531	Goggenbach	goggenbach	DE		0	Europe/Berlin	49.21165	9.72921		Goggenbach		01	081	08126	08126047
2919532	Göggelsbuch	goggelsbuch	DE		0	Europe/Berlin	49.22601	11.21987				02	095	09576	09576113
2919533	Goggelgereuth	goggelgereuth	DE		0	Europe/Berlin	50.04083	10.7435				02	096	09674	09674160
2919536	Gogel	gogel	DE		0	Europe/Berlin	47.67992	10.86995				02	091	09190	09190154
2919539	Göffingen	goffingen	DE		0	Europe/Berlin	48.15343	9.52708				01	084	08426	08426121
2919541	Goes	goes	DE		0	Europe/Berlin	50.92922	13.94508				13	00	14628	14628070
2919542	Godshorn	godshorn	DE		0	Europe/Berlin	52.43896	9.70659		Goodshu'ern,Gudszurn,Gutereshorn [a. 1225]		06	00	03241	03241010
2919543	Gödringen	goedringen	DE		0	Europe/Berlin	52.2421	9.89662				06	00	03254	03254028
2919544	Godramstein	godramstein	DE		0	Europe/Berlin	49.21142	8.08014		Godramstein		08	00	07313	07313000
2919546	Godow	godow	DE		0	Europe/Berlin	54.05101	12.2646				12	00	13072	13072029
2919547	Godow	godow	DE		0	Europe/Berlin	53.51259	12.76195				12	00	13071	13071071
2919548	Godorferburg	godorferburg	DE		0	Europe/Berlin	50.83029	6.93925				07	053	05362	05362040
2919549	Godorf	godorf	DE		0	Europe/Berlin	50.8517	6.97373				07	053	05315	05315000
2919551	Gödnitz	goednitz	DE		240	Europe/Berlin	51.9956	11.92083		Godnitz,Gödnitz		14	00	15082	15082430
2919553	Godlsham	godlsham	DE		0	Europe/Berlin	48.37524	12.95546				02	092	09277	09277149
2919554	Godlricht	godlricht	DE		0	Europe/Berlin	49.5051	11.84276				02	093	09371	09371126
2919556	Gödlau	goedlau	DE		0	Europe/Berlin	51.19997	14.14577				13	00	14625	14625130
2919557	Gödissa	goedissa	DE		0	Europe/Berlin	50.94786	12.35387				15	00	16077	16077043
2919558	Gödewitz	goedewitz	DE		0	Europe/Berlin	51.57697	12.12429				14	00	15088	15088195
2919559	Gödewitz	goedewitz	DE		0	Europe/Berlin	51.54163	11.8016				14	00	15088	15088319
2919560	Gödestorf	goedestorf	DE		0	Europe/Berlin	52.8987	8.90876				06	00	03251	03251041
2919563	Gödersklingen	godersklingen	DE		0	Europe/Berlin	49.37812	10.5622				02	095	09571	09571171
2919564	Gödersdorf	goedersdorf	DE		0	Europe/Berlin	54.36231	10.36882				10	00	01057	01057028
2919566	Gödern	goedern	DE		0	Europe/Berlin	50.97576	12.353				15	00	16077	16077008
2919568	Godenswege	godenswege	DE		0	Europe/Berlin	53.4576	13.28942				12	00	13071	13071021
2919570	Godenstedt	godenstedt	DE		0	Europe/Berlin	53.32616	9.22182				06	00	03357	03357042
2919571	Godensholterweg	godensholterweg	DE		0	Europe/Berlin	53.19631	7.81707				06	00	03451	03451001
2919574	Godensholterfeld	godensholterfeld	DE		0	Europe/Berlin	53.18983	7.83802				06	00	03451	03451001
2919575	Godensholt	godensholt	DE		0	Europe/Berlin	53.17491	7.82512				06	00	03451	03451001
2919580	Godendorfer Teerofen	godendorfer-teerofen	DE		0	Europe/Berlin	53.25	13.13333				12	00	13071	13071042
2919585	Godenau	godenau	DE		0	Europe/Berlin	52.01199	9.79002				06	00	03254	03254002
2919588	Gödelitz	goedelitz	DE		0	Europe/Berlin	51.14619	13.2446				13	00	14522	14522080
2919589	Godelhof	godelhof	DE		0	Europe/Berlin	49.97727	10.82158				02	094	09471	09471115
2919590	Godelheim	godelheim	DE		0	Europe/Berlin	51.73448	9.3616		Gudulma		07	057	05762	05762020
2919591	Godelhausen	godelhausen	DE		0	Europe/Berlin	49.51102	7.4444				08	00	07336	07336098
2919592	Godeldorf	godeldorf	DE		0	Europe/Berlin	49.97537	10.82534				02	094	09471	09471115
2919594	Goddula	goddula	DE		0	Europe/Berlin	51.2745	12.06716				14	00	15088	15088020
2919595	Göddingen	goeddingen	DE		0	Europe/Berlin	53.25643	10.76321				06	00	03355	03355009
2919596	Goddin	goddin	DE		0	Europe/Berlin	53.74794	11.21434				12	00	13074	13074054
2919597	Goddin	goddin	DE		0	Europe/Berlin	53.66702	13.02504				12	00	13071	13071068
2919600	Göddern	goeddern	DE		0	Europe/Berlin	52.77975	8.71048				06	00	03251	03251028
2919602	Göddenstedt	goeddenstedt	DE		0	Europe/Berlin	52.97082	10.7993				06	00	03360	03360018
2919603	Goddelsheim	goddelsheim	DE		0	Europe/Berlin	51.20038	8.80657				05	066	06635	06635016
2919604	Göddeldorf	goddeldorf	DE		0	Europe/Berlin	49.3372	10.85501				02	095	09571	09571165
2919605	Goddelau	goddelau	DE		0	Europe/Berlin	49.83363	8.49806				05	064	06433	06433011
2919606	Göddeckenrode	goeddeckenrode	DE		0	Europe/Berlin	52.00262	10.58414				14	00	15085	15085230
2919607	Godau	godau	DE		0	Europe/Berlin	54.1207	10.3922		Godau		10	00	01057	01057053
2919608	Godas	godas	DE		0	Europe/Berlin	49.88146	11.95422				02	093	09377	09377129
2919609	Göda	goeda	DE		3476	Europe/Berlin	51.178	14.31951		Geda,Gjoda,Goeda,Goeda vald,Goeda/Hodzij,Göda,Göda vald,Göda/Hodźij,Hodzij,Hodźij,ge da,Геда,Гёда,格达	14625150	13	00	14625	14625150
2919611	Göckershof	gockershof	DE		0	Europe/Berlin	49.50167	10.82474				02	095	09573	09573120
2919613	Gockenholz	gockenholz	DE		0	Europe/Berlin	52.63992	10.22255		Gockenholz		06	00	03351	03351016
2919614	Göckenhof	gockenhof	DE		0	Europe/Berlin	49.37273	10.98037				02	095	09576	09576142
2919622	Gochsen	gochsen	DE		0	Europe/Berlin	49.24131	9.36087				01	081	08125	08125111
2919628	Göbschelwitz	goebschelwitz	DE		0	Europe/Berlin	51.42083	12.42176				13	00	14713	14713000
2919629	Göbrichen	gobrichen	DE		0	Europe/Berlin	48.95802	8.70787				01	082	08236	08236073
2919630	Göbitz	goebitz	DE		0	Europe/Berlin	51.0855	12.18364				14	00	15084	15084130
2919631	Göbertsham	gobertsham	DE		0	Europe/Berlin	48.53036	13.27444				02	092	09275	09275138
2919633	Göbenhausen	goebenhausen	DE		0	Europe/Berlin	49.96966	7.43415				08	00	07140	07140154
2919635	Goben	goben	DE		0	Europe/Berlin	48.75486	13.3397				02	092	09272	09272142
2919636	Goben	goben	DE		0	Europe/Berlin	48.67347	12.63918				02	092	09279	09279132
2919637	Goben	goben	DE		0	Europe/Berlin	48.63598	12.48211				02	092	09279	09279112
2919638	Goben	goben	DE		0	Europe/Berlin	48.56661	12.33946				02	092	09274	09274145
2919639	Goben	goben	DE		0	Europe/Berlin	48.45577	12.3646				02	092	09274	09274184
2919642	Göbelsbach	gobelsbach	DE		0	Europe/Berlin	48.56173	11.40535				02	091	09186	09186143
2919643	Göbelnrod	goebelnrod	DE		0	Europe/Berlin	50.5968	8.92459				05	065	06531	06531006
2919644	Göbeln	goebeln	DE		0	Europe/Berlin	51.28457	14.52478		Kobjeln,Kobjelń		13	00	14625	14625160
2919645	Göbel	goebel	DE		0	Europe/Berlin	52.07627	12.01428				14	00	15086	15086140
2919647	Gobbin	gobbin	DE		0	Europe/Berlin	54.34421	13.61862				12	00	13073	13073048
2919653	Gnötzendorf	gnotzendorf	DE		0	Europe/Berlin	49.50738	12.22826				02	093	09376	09376153
2919655	Gnölbzig	gnoelbzig	DE		0	Europe/Berlin	51.67211	11.72353				14	00	15089	15089005
2919658	Gnodstadt	gnodstadt	DE		0	Europe/Berlin	49.63762	10.11978				02	096	09675	09675147
2919660	Gnissau	gnissau	DE		0	Europe/Berlin	54.00032	10.48776		Gnissau		10	00	01055	01055001
2919661	Gniest	gniest	DE		0	Europe/Berlin	51.75268	12.59253				14	00	15091	15091160
2919662	Gnies	gnies	DE		0	Europe/Berlin	54.47695	13.41658				12	00	13073	13073072
2919663	Gniebsdorf	gniebsdorf	DE		0	Europe/Berlin	50.93784	11.74258				15	00	16074	16074009
2919664	Gniebitz	gniebitz	DE		0	Europe/Berlin	51.6119	12.78512		Gniebitz		13	00	14730	14730320
2919665	Gniebendorf	gniebendorf	DE		0	Europe/Berlin	51.25112	12.02879				14	00	15084	15084550
2919666	Gniebel	gniebel	DE		0	Europe/Berlin	48.57638	9.18178				01	084	08415	08415060
2919669	Gnewikow	gnewikow	DE		0	Europe/Berlin	52.88798	12.83375				11	00	12068	12068320
2919673	Gnevezow	gnevezow	DE		0	Europe/Berlin	53.79128	12.96442		Gnevezow,Gnevzow		12	00	13071	13071014
2919674	Gnevezin	gnevezin	DE		0	Europe/Berlin	53.84056	13.7568				12	00	13075	13075007
2919676	Gneventhin	gneventhin	DE		0	Europe/Berlin	53.86322	13.85839				12	00	13075	13075137
2919678	Gneve	gneve	DE		0	Europe/Berlin	53.38742	12.63685				12	00	13071	13071176
2919681	Gnetsch	gnetsch	DE		343	Europe/Berlin	51.681	12.07112		Gnetsch		14	00	15082	15082377
2919682	Gnemern	gnemern	DE		0	Europe/Berlin	53.93118	11.83223				12	00	13072	13072050
2919683	Gnellenroth	gnellenroth	DE		0	Europe/Berlin	50.16304	11.00298				02	094	09478	09478139
2919684	Gneisting	gneisting	DE		0	Europe/Berlin	48.84749	13.18487				02	092	09271	09271126
2919685	Gneißen	gneissen	DE		0	Europe/Berlin	49.05674	12.7801				02	092	09278	09278178
2919686	Gneisenau	gneisenau	DE		0	Europe/Berlin	53.43448	13.7047				11	00	12073	12073579
2919687	Gneisdorf	gneisdorf	DE		0	Europe/Berlin	48.51549	11.45129				02	091	09186	09186151
2919689	Gneiding	gneiding	DE		0	Europe/Berlin	48.68734	12.83576				02	092	09271	09271139
2919691	Gnaschwitz	gnaschwitz	DE		0	Europe/Berlin	51.14866	14.36952		Gnashwitz,Hnasecy,Hnašecy		13	00	14625	14625110
2919694	Gnannenweiler	gnannenweiler	DE		0	Europe/Berlin	48.70175	10.00012				01	081	08135	08135032
2919695	Gnandstein	gnandstein	DE		0	Europe/Berlin	51.01912	12.57475		Gnandstein		13	00	14729	14729140
2919698	Gnäditz	gnaditz	DE		0	Europe/Berlin	51.16667	11.08333				14			
2919701	Hof Gnadenthal	hof-gnadenthal	DE		0	Europe/Berlin	50.31667	8.21667		Gnadenthalerhof,Gnadenthalerhof Dom		05	065	06533	06533008
2919703	Gnadental	gnadental	DE		0	Europe/Berlin	49.12751	9.65338				01	081	08127	08127059
2919709	Gnadenfeld	gnadenfeld	DE		0	Europe/Berlin	48.71312	11.17083				02	091	09185	09185149
2919711	Gnadenberg	gnadenberg	DE		0	Europe/Berlin	49.36997	11.4081				02	093	09373	09373113
2919712	Gnadenberg	gnadenberg	DE		0	Europe/Berlin	47.59441	10.23999				02	097	09780	09780124
2919718	Gmünd	gmund	DE		0	Europe/Berlin	49.34235	12.54192				02	093	09372	09372154
2919719	Gmünd	gmund	DE		0	Europe/Berlin	48.97103	12.42949				02	093	09375	09375183
2919720	Gmünd	gmund	DE		0	Europe/Berlin	48.86065	13.26797				02	092	09272	09272128
2919721	Gmünd	gmund	DE		0	Europe/Berlin	47.61667	9.53333				01	084	08435	08435013
2919722	Gmindersdorf	gmindersdorf	DE		0	Europe/Berlin	48.5	9.2				01	084	08415	08415061
2919723	Gmeinwieß	gmeinwiess	DE		0	Europe/Berlin	47.92894	11.90536				02	091	09187	09187130
2919724	Gmeinweiler	gmeinweiler	DE		0	Europe/Berlin	48.90455	9.65488				01	081	08119	08119037
2919725	Gmeinsrieth	gmeinsrieth	DE		0	Europe/Berlin	49.56347	12.50691		Gmeinsrieth		02	093	09374	09374118
2919726	Gmeinschwenden	gmeinschwenden	DE		0	Europe/Berlin	47.84374	10.22921				02	097	09778	09778144
2919728	Gmeinbühl	gmeinbuhl	DE		0	Europe/Berlin	48.89205	12.91006				02	092	09271	09271116
2919730	Gmein	gmein	DE		0	Europe/Berlin	47.80151	12.16255				02	091	09187	09187169
2919734	Gmain bei Weidach	gmain-bei-weidach	DE		0	Europe/Berlin	47.73461	12.09585		Gmain,Gmain bei Weidach		02	091	09187	09187120
2919735	Gmain	gmain	DE		0	Europe/Berlin	48.37734	12.50872				02	091	09183	09183129
2919736	Gmain	gmain	DE		0	Europe/Berlin	48.20543	12.06555				02	091	09177	09177123
2919743	Glutzow Hof	glutzow-hof	DE		0	Europe/Berlin	54.28031	13.26321		Glutzow,Glutzow Hof		12	00	13073	13073065
2919744	Glüsingerlohe	gluesingerlohe	DE		0	Europe/Berlin	53.40316	10.00857				06	00	03353	03353031
2919747	Glüsingen	gluesingen	DE		0	Europe/Berlin	53.40981	10.018				06	00	03353	03353031
2919748	Glüsingen	gluesingen	DE		0	Europe/Berlin	53.12391	10.32423				06	00	03355	03355008
2919749	Glüsingen	gluesingen	DE		0	Europe/Berlin	52.72954	10.70678				06	00	03151	03151040
2919750	Glüsing	gluesing	DE		0	Europe/Berlin	54.28333	9.21667			01051036	10	00	01051	01051036
2919751	Glüsing	gluesing	DE		126	Europe/Berlin	54.08053	9.64472				10	00	01058	01058077
2919752	Glüsing	gluesing	DE		0	Europe/Berlin	53.1705	8.47948				06	00	03461	03461001
2919755	Glüsig	gluesig	DE		0	Europe/Berlin	52.23873	11.4414				14	00	15083	15083270
2919760	Glum	glum	DE		0	Europe/Berlin	53.06655	8.1395				06	00	03458	03458013
2919761	Glüder	glueder	DE		0	Europe/Berlin	51.13405	7.11935				07	051	05122	05122000
2919763	Glückstadt	glueckstadt	DE		12121	Europe/Berlin	53.78893	9.42576		Glikshtat,Gljukshtadt,Gluckstadt,Glueckstadt,Glückstadt,Lukkstadur,Lukkstaður,ge lu ke si ta te,ghlwkshtat,Гликштат,Глюкштадт,غلوكشتات,گلوک‌اشتات,格吕克斯塔特		10	00	01061	01061029
2919765	Glücksburg	gluecksburg	DE		5946	Europe/Berlin	54.83522	9.54853		Gliksburg,Gljuksburg,Glucksburg,Gluecksburg,Glücksburg,Lukkuborg,Lyksborg,Nklyxmpournk,ge lu ke si bao,ghlwksbwrgh,glwksbwrg,Γκλύξμπουργκ,Гликсбург,Глюксбург,غلوكسبورغ,گلوکسبورگ,გლიუკსბურგი,格吕克斯堡		10	00	01059	01059113
2919766	Glücksburg	gluecksburg	DE		0	Europe/Berlin	52.55	13.63333				11	00	12064	12064227
2919767	Glücksburg	gluecksburg	DE		0	Europe/Berlin	51.8677	13.03274				14	00	15091	15091145
2919769	Glücksbrunn	gluecksbrunn	DE		0	Europe/Berlin	50.83099	10.34203				15	00	16063	16063099
2919770	Glücksberg	gluecksberg	DE		0	Europe/Berlin	54.65	9				10	00	01054	01054014
2919771	Glucking	glucking	DE		0	Europe/Berlin	48.6572	12.94797				02	092	09271	09271141
2919775	Glückauf	glueckauf	DE		0	Europe/Berlin	53.66768	13.18588				12	00	13071	13071004
2919776	Glückauf	glueckauf	DE		0	Europe/Berlin	52.10355	9.66696				06	00	03252	03252008
2919778	Glöwitz	gloewitz	DE		0	Europe/Berlin	54.36948	12.77109				12	00	13073	13073009
2919779	Glowitz	glowitz	DE		0	Europe/Berlin	54.32616	13.45628		Glovitz,Glowitz		12	00	13073	13073070
2919781	Glöwen	gloewen	DE		0	Europe/Berlin	52.91418	12.08548				11	00	12070	12070302
2919784	Glövzin	gloevzin	DE		0	Europe/Berlin	53.135	11.78311				11	00	12070	12070173
2919785	Glotzing	glotzing	DE		0	Europe/Berlin	48.63433	13.62709				02	092	09275	09275126
2919786	Glotzing	glotzing	DE		0	Europe/Berlin	48.56031	13.74887				02	092	09275	09275153
2919788	Glotzdorf	glotzdorf	DE		0	Europe/Berlin	49.92255	11.65935				02	094	09472	09472199
2919789	Glöttweng	glottweng	DE		0	Europe/Berlin	48.43273	10.5055				02	097	09774	09774151
2919794	Glöthe	gloethe	DE		1082	Europe/Berlin	51.91	11.67471				14	00	15089	15089310
2919795	Glossen	glossen	DE		0	Europe/Berlin	51.24384	12.99528				13	00	14730	14730200
2919796	Glossen	glossen	DE		0	Europe/Berlin	51.15594	14.69365		Glossen,Hlusina,Hłušina		13	00	14626	14626290
2919798	Glösinghausen	gloesinghausen	DE		0	Europe/Berlin	52.27201	8.54011				07	057	05770	05770036
2919799	Glösinghausen	gloesinghausen	DE		0	Europe/Berlin	52.12606	8.51436				07	057	05758	05758008
2919800	Glösingen	gloesingen	DE		0	Europe/Berlin	51.40049	8.13701		Glusinchem,Glusinchêm		07	059	05958	05958004
2919802	Glosberg	glosberg	DE		0	Europe/Berlin	50.28771	11.31897		Glosberg		02	094	09476	09476145
2919804	Glösa	gloesa	DE		0	Europe/Berlin	50.87873	12.92562				13	00	14511	14511000
2919806	Glörfeld	gloerfeld	DE		0	Europe/Berlin	51.22523	7.49376				07	059	05962	05962012
2919807	Glör	gloer	DE		0	Europe/Berlin	51.25198	7.49849				07	059	05962	05962056
2919808	Glonnbercha	glonnbercha	DE		0	Europe/Berlin	48.40922	11.49091		Glonbercha,Glonnbercha		02	091	09174	09174136
2919817	Glon	glon	DE		0	Europe/Berlin	48.26584	11.10592				02	097	09771	09771160
2919821	Glödenhof	gloedenhof	DE		0	Europe/Berlin	53.93537	13.48983		Glodenhof,Gloedenhof,Glödenhof		12	00	13075	13075040
2919822	Glödenhof	glodenhof	DE		0	Europe/Berlin	53.5	13.8				12			
2919823	Glocksin	glocksin	DE		0	Europe/Berlin	53.61176	13.35294				12	00	13071	13071111
2919824	Glockshub	glockshub	DE		0	Europe/Berlin	48.3	12.23333				02	091	09177	09177115
2919825	Glockscheid	glockscheid	DE		0	Europe/Berlin	50.54523	7.42292				08	00	07138	07138076
2919827	Glöcklswies	glocklswies	DE		0	Europe/Berlin	49.12076	12.56526				02	093	09372	09372142
2919849	Glochen	glochen	DE		0	Europe/Berlin	47.97035	9.52531				01	084	08436	08436019
2919851	Glöbusch	gloebusch	DE		0	Europe/Berlin	51.04594	7.10792				07	053	05378	05378020
2919853	Globig	globig	DE		0	Europe/Berlin	51.78895	12.74475				14	00	15091	15091160
2919856	Glissen	glissen	DE		0	Europe/Berlin	52.64209	9.0947				06	00	03256	03256002
2919857	Glissen	glissen	DE		0	Europe/Berlin	52.42889	8.96231				06	00	03256	03256024
2919858	Glinzt	glinzt	DE		0	Europe/Berlin	52.3245	8.7572		Glinst,Glinzt		07	057	05770	05770012
2919859	Glinzig	glinzig	DE		0	Europe/Berlin	51.74709	14.20393		Glinsk,Glinzig		11	00	12071	12071244
2919861	Glinstedt	glinstedt	DE		0	Europe/Berlin	53.35035	9.06012				06	00	03357	03357016
2919865	Glinge	glinge	DE		0	Europe/Berlin	51.22792	7.97674				07	059	05966	05966012
2919867	Glindow	glindow	DE		0	Europe/Berlin	52.3668	12.911				11	00	12069	12069656
2919869	Glindholz	glindholz	DE		0	Europe/Berlin	51.33333	6.61667				07	051	05114	05114000
2919872	Glindfeld	glindfeld	DE		0	Europe/Berlin	51.19971	8.66294				07	059	05958	05958028
2919873	Glindesmoor	glindesmoor	DE		0	Europe/Berlin	53.84365	9.64587				10	00	01061	01061041
2919874	Glinderberg	glinderberg	DE		0	Europe/Berlin	53.53333	10.2		Glindenberg,Glinderberg		10	00	01062	01062018
2919878	Glindegrund	glindegrund	DE		0	Europe/Berlin	51.44245	8.8587				07	059	05958	05958024
2919892	Glimbach	glimbach	DE		0	Europe/Berlin	50.99415	6.29335		Glimbach		07	053	05358	05358036
2919896	Gliesmarode	gliesmarode	DE		4071	Europe/Berlin	52.27892	10.55726				06	00	03101	03101000
2919901	Glienitz	glienitz	DE		0	Europe/Berlin	53.20858	10.93985				06	00	03354	03354019
2919904	Glienike	glienike	DE		0	Europe/Berlin	53.18125	12.41987				11	00	12068	12068181
2919905	Glienig	glienig	DE		0	Europe/Berlin	51.94111	13.44282		Glienig		11	00	12061	12061471
2919908	Glienicke	glienicke	DE		9144	Europe/Berlin	52.63353	13.32564				11	00	12065	12065096
2919909	Glienicke	glienicke	DE		0	Europe/Berlin	52.21139	14.08557				11	00	12067	12067426
2919913	Glieneitz	glieneitz	DE		0	Europe/Berlin	53.05468	10.85544				06	00	03354	03354027
2919916	Glienicke	glienicke	DE		0	Europe/Berlin	52.18712	12.09355		Glienicke,Vorwerk Glienecke		14	00	15086	15086140
2919917	Glienecke	glienecke	DE		0	Europe/Berlin	52.27804	12.37641				11	00	12069	12069696
2919918	Glien	glien	DE		0	Europe/Berlin	53.72592	13.64613				12	00	13075	13075015
2919919	Glien	glien	DE		0	Europe/Berlin	52.6143	12.96852				11	00	12063	12063036
2919923	Gliechow	gliechow	DE		0	Europe/Berlin	51.78333	13.85				11	00	12066	12066052
2919927	Glewe	glewe	DE		0	Europe/Berlin	52.73754	12.32263				11	00	12063	12063260
2919929	Gleußen	gleussen	DE		0	Europe/Berlin	50.13493	10.89836		Gleussen,Gleußen		02	094	09473	09473138
2919930	Gleusdorf	gleusdorf	DE		0	Europe/Berlin	50.08254	10.85818				02	096	09674	09674210
2919932	Gleuel	gleuel	DE		0	Europe/Berlin	50.889	6.83656		Gleuel		07	053	05362	05362028
2919933	Gletzow	gletzow	DE		0	Europe/Berlin	53.80007	11.03425				12	00	13074	13074065
2919935	Glessen	glessen	DE		0	Europe/Berlin	50.96742	6.74934		Glessen		07	053	05362	05362008
2919937	Glesse	glesse	DE		0	Europe/Berlin	51.93339	9.36952				06	00	03255	03255031
2919938	Glesien	glesien	DE		0	Europe/Berlin	51.44482	12.22515		Glesien		13	00	14730	14730270
2919939	Gleschendorf	gleschendorf	DE		0	Europe/Berlin	54.34498	10.4954				10	00	01057	01057082
2919940	Gleschendorf	gleschendorf	DE		0	Europe/Berlin	54.02936	10.66416				10	00	01055	01055044
2919941	Glesch	glesch	DE		0	Europe/Berlin	50.97243	6.59274				07	053	05362	05362008
2919942	Glentorf	glentorf	DE		0	Europe/Berlin	52.32674	10.80179		Glendorf,Glentorf		06	00	03154	03154013
2919946	Glendelin	glendelin	DE		0	Europe/Berlin	53.84928	13.04628				12	00	13071	13071008
2919947	Glend	glend	DE		0	Europe/Berlin	50.29309	10.94925		Glend		02	094	09463	09463000
2919950	Glems	glems	DE		0	Europe/Berlin	48.5079	9.31014				01	084	08415	08415050
2919951	Gleizendorf	gleizendorf	DE		0	Europe/Berlin	49.32491	10.71469				02	095	09571	09571190
2919955	Gleiszellen	gleiszellen	DE		0	Europe/Berlin	49.12972	8.00611				08	00	07337	07337029
2919957	Gleißenthal	gleissenthal	DE		0	Europe/Berlin	49.79992	12.13762				02	093	09374	09374168
2919963	Gleißenbach	gleissenbach	DE		0	Europe/Berlin	48.65	12.08333				02	092	09274	09274141
2919964	Gleismuthhausen	gleismuthhausen	DE		0	Europe/Berlin	50.23967	10.74133				02	094	09473	09473165
2919965	Gleishorbach	gleishorbach	DE		0	Europe/Berlin	49.12487	8.00723				08	00	07337	07337029
2919966	Gleisenhof	gleisenhof	DE		0	Europe/Berlin	50.05239	11.61059				02	094	09477	09477121
2919967	Gleisenhof	gleisenhof	DE		0	Europe/Berlin	49.63834	11.17138				02	094	09474	09474154
2919971	Gleisenau	gleisenau	DE		0	Europe/Berlin	49.98648	10.67337				02	096	09674	09674129
2919972	Gleisberg	gleisberg	DE		0	Europe/Berlin	51.07614	13.23874				13	00	14522	14522510
2919985	Gleimershausen	gleimershausen	DE		0	Europe/Berlin	50.54026	10.3146				15	00	16066	16066093
2919986	Gleimenhain	gleimenhain	DE		0	Europe/Berlin	50.82399	9.11765		Gleimenhain		05	065	06535	06535010
2919987	Gleima	gleima	DE		0	Europe/Berlin	50.52769	11.52957				15	00	16075	16075134
2919988	Gleierbrück	gleierbrueck	DE		0	Europe/Berlin	51.11729	8.14398		Gleierbruck,Gleierbrucke,Gleierbrück,Gleierbrücke		07	059	05966	05966020
2919990	Gleidorf	gleidorf	DE		0	Europe/Berlin	51.16621	8.3141		Gleidorf		07	059	05958	05958040
2919991	Gleidingen	gleidingen	DE		0	Europe/Berlin	52.27635	9.83757				06	00	03241	03241009
2919993	Gleicherwiesen	gleicherwiesen	DE		0	Europe/Berlin	50.36321	10.63294		Gleicherwiesen		15	00	16069	16069062
2919995	Gleichenstein	gleichenstein	DE		0	Europe/Berlin	51.29209	10.2061				15	00	16061	16061101
2920003	Gleiberg	gleiberg	DE		0	Europe/Berlin	50.61455	8.63625				05	065	06531	06531018
2920005	Glehn	glehn	DE		0	Europe/Berlin	51.16584	6.57557				07	051	05162	05162020
2920006	Glehn	glehn	DE		0	Europe/Berlin	50.60347	6.5942				07	053	05366	05366028
2920007	Gleesen	gleesen	DE		0	Europe/Berlin	52.44799	7.33719				06	00	03454	03454010
2920011	Gledeberg	gledeberg	DE		0	Europe/Berlin	52.8825	10.85861				06	00	03354	03354022
2920016	Glave	glave	DE		0	Europe/Berlin	53.59291	12.2937				12	00	13072	13072026
2920018	Glauschnitz	glauschnitz	DE		0	Europe/Berlin	51.26838	13.84636				13	00	14625	14625300
2920021	Niederglaucha	niederglaucha	DE		0	Europe/Berlin	51.5584	12.57385		Glaucha,Nieder Glaucha,Niederglaucha		13	00	14730	14730360
2920022	Glaucha	glaucha	DE		0	Europe/Berlin	51.17145	13.20652				13	00	14522	14522620
2920025	Glaubnitz	glaubnitz	DE		0	Europe/Berlin	51.2004	14.19163		Glaubnitz,Hluponca,Hłupońca		13	00	14625	14625440
2920031	Glaubenwies	glaubenwies	DE		0	Europe/Berlin	49.57944	12.17577				02	093	09374	09374133
2920033	Glaubendorf	glaubendorf	DE		0	Europe/Berlin	49.57429	12.20476				02	093	09376	09376150
2920035	Glau	glau	DE		0	Europe/Berlin	52.24071	13.16756				11	00	12072	12072426
2920038	Glatzberg	glatzberg	DE		0	Europe/Berlin	48.22359	12.37352				02	091	09183	09183120
2920046	Glatt	glatt	DE		0	Europe/Berlin	48.38615	8.62483				01	083	08325	08325057
2920051	Glaswald	glaswald	DE		0	Europe/Berlin	48.42086	8.29244				01	082	08237	08237075
2920055	Glasten	glasten	DE		0	Europe/Berlin	51.1595	12.6988				13	00	14729	14729010
2920058	Glaßdorf	glassdorf	DE		0	Europe/Berlin	52.97332	7.96472				06	00	03453	03453002
2920066	Glasofen	glasofen	DE		0	Europe/Berlin	49.85216	9.57093		Glasofen		02	096	09677	09677157
2920070	Glaslern	glaslern	DE		0	Europe/Berlin	48.37684	11.93108				02	091	09177	09177112
2920075	Glasig	glasig	DE		0	Europe/Berlin	48.15925	7.90512		Glashausen,Glasig		01	083	08316	08316054
2920083	Glashütten	glashuetten	DE		0	Europe/Berlin	52.35	14.28333				11	00	12067	12067072
2920084	Glashütten	glashuetten	DE		0	Europe/Berlin	50.41733	9.1329				05	064	06440	06440011
2920090	Glashütte Jämlitz	glashuette-jaemlitz	DE		0	Europe/Berlin	51.55254	14.67297		Jaemlitz-Huette,Jämlitz-Hütte		11	00	12071	12071189
2920093	Glashütte	glashuette	DE		0	Europe/Berlin	53.6	10.31667				10	00	01062	01062088
2920094	Glashütte	glashuette	DE		0	Europe/Berlin	53.58432	14.24718				12	00	13075	13075119
2920095	Glashütte	glashuette	DE		0	Europe/Berlin	53.53051	12.31155				12	00	13071	13071001
2920096	Glashütte	glashuette	DE		0	Europe/Berlin	53.09692	12.59172		Glashutte,Glashutte Gadow,Glashütte,Glashütte Gadow		11	00	12068	12068468
2920097	Glashütte	glashuette	DE		0	Europe/Berlin	52.07294	12.46208				11	00	12069	12069665
2920098	Glashütte	glashuette	DE		0	Europe/Berlin	52.02699	13.57844				11	00	12072	12072014
2920099	Glashütte	glashuette	DE		0	Europe/Berlin	51.9574	10.07007				06	00	03254	03254044
2920100	Glashütte	glashuette	DE		0	Europe/Berlin	51.93903	9.17616				07	057	05766	05766060
2920101	Glashütte	glashuette	DE		0	Europe/Berlin	51.5269	9.61905				06	00	03159	03159017
2920102	Glashütte	glashuette	DE		0	Europe/Berlin	51.36378	9.74173				05	066	06636	06636016
2920103	Glashütte	glashuette	DE		0	Europe/Berlin	51.21667	6.86667				07	051	05111	05111000
2920104	Glashütte	glashuette	DE		4601	Europe/Berlin	50.85196	13.77977		Glashuette,Glashütte,Glaskhite,Glaskhjute,Glaskhjutte,Gljaskhjutte,ge la si xu te,glshwth,Гласхите,Гласхюте,Гласхютте,Глясхютте,گلسهوته,格拉斯许特		13	00	14628	14628130
2920118	Glashütte	glashuette	DE		0	Europe/Berlin	53.68324	10.02464				10	00	01060	01060063
2920121	Glasholz	glasholz	DE		0	Europe/Berlin	54.15017	10.31582				10	00	01057	01057001
2920124	Glashofen	glashofen	DE		0	Europe/Berlin	49.6245	9.36672		Glashofen		01	082	08225	08225109
2920125	Glashofen	glashofen	DE		0	Europe/Berlin	49.00795	9.64212				01	081	08127	08127062
2920128	Glashof	glashof	DE		0	Europe/Berlin	52.65212	9.41477				06	00	03256	03256029
2920133	Glashagen	glashagen	DE		0	Europe/Berlin	54.16384	13.05116				12	00	13073	13073102
2920134	Glashagen	glashagen	DE		0	Europe/Berlin	54.07498	11.86681				12	00	13072	13072086
2920135	Glashagen	glashagen	DE		0	Europe/Berlin	53.78779	11.41805				12	00	13074	13074008
2920136	Glasewitzerburg	glasewitzerburg	DE		0	Europe/Berlin	53.80105	12.23842				12	00	13072	13072043
2920139	Gläserzell	glaeserzell	DE		0	Europe/Berlin	50.58105	9.64405				05	066	06631	06631009
2920143	Glasern	glasern	DE		0	Europe/Berlin	49.78428	12.05954				02	093	09374	09374128
2920146	Glaserhäuser	glaserhauser	DE		0	Europe/Berlin	48.98795	13.3237				02	092	09276	09276121
2920159	Gläsel	glasel	DE		0	Europe/Berlin	50.23247	11.84962				02	094	09475	09475142
2920168	Glasberg	glasberg	DE		0	Europe/Berlin	49.00121	13.23463				02	092	09276	09276148
2920185	Glasbach	glasbach	DE		0	Europe/Berlin	50.60843	11.11504				15	00	16073	16073113
2920186	Glasbach	glasbach	DE		0	Europe/Berlin	48.05	8.3				01	083	08326	08326068
2920191	Glapfenberg	glapfenberg	DE		0	Europe/Berlin	49.16749	12.22066		Glaffenberg,Glapfenberg		02	093	09375	09375190
2920196	Glansdorf	glansdorf	DE		0	Europe/Berlin	53.15479	7.50316				06	00	03457	03457018
2920200	Glänemäker	glaenemaeker	DE		0	Europe/Berlin	52.65	11.96667				14	00	15090	15090220
2920202	Glane	glane	DE		0	Europe/Berlin	52.93361	8.35437		Glane		06	00	03458	03458014
2920203	Glane	glane	DE		0	Europe/Berlin	52.14684	8.05406		Glane		06	00	03459	03459004
2920218	Glambeck	glambeck	DE		0	Europe/Berlin	53.83521	11.78061				12	00	13072	13072013
2920219	Glambeck	glambeck	DE		0	Europe/Berlin	53.0233	13.82097				11	00	12060	12060068
2920220	Glambeck	glambeck	DE		0	Europe/Berlin	52.93622	13.06738				11	00	12065	12065198
2920224	Gladrow	gladrow	DE		0	Europe/Berlin	54.01849	13.5654				12	00	13075	13075145
2920225	Gladowshöhe	gladowshoehe	DE		0	Europe/Berlin	52.55651	13.94304		Gladowshohe,Gladowshöhe,Kolonie Gladowshohe,Kolonie Gladowshöhe		11	00	12064	12064472
2920226	Gladitz	gladitz	DE		0	Europe/Berlin	51.07301	12.06043				14	00	15084	15084275
2920231	Gladebeck	gladebeck	DE		0	Europe/Berlin	51.61879	9.84997		Gladebeck		06	00	03155	03155005
2920232	Gladdenstedt	gladdenstedt	DE		0	Europe/Berlin	52.65292	10.88564				14	00	15081	15081225
2920247	Glabbach	glabbach	DE		0	Europe/Berlin	51.34662	6.30973				07	051	05166	05166016
2920249	Glaam	glaam	DE		0	Europe/Berlin	50.81409	9.93937		Glaam		05	066	06632	06632010
2920250	Glaadt	glaadt	DE		0	Europe/Berlin	50.35109	6.57058				08	00	07233	07233035
2920253	Gitzensteig	gitzensteig	DE		0	Europe/Berlin	47.62572	9.62299				01	084	08435	08435057
2920257	Gittrup	gittrup	DE		0	Europe/Berlin	52.04137	7.65841		Getilingthorp,Gittrup		07	055	05515	05515000
2920258	Gitting	gitting	DE		0	Europe/Berlin	48.83333	12.08333				02	092	09273	09273141
2920260	Gittersee	gittersee	DE		0	Europe/Berlin	51.01058	13.69047		Dresden-Gittersee,Gittersee		13	00	14612	14612000
2920261	Gittersdorf	gittersdorf	DE		0	Europe/Berlin	50.89155	9.64657				05	066	06632	06632014
2920264	Gitter	gitter	DE		0	Europe/Berlin	52.03643	10.35124		Gitter,Gitter am Berge		06	00	03102	03102000
2920265	Gittensdorf	gittensdorf	DE		0	Europe/Berlin	49.09302	12.663				02	092	09278	09278147
2920266	Gittenbach	gittenbach	DE		0	Europe/Berlin	48.56583	11.47732				02	091	09186	09186143
2920270	Gistenbeck	gistenbeck	DE		0	Europe/Berlin	52.92758	10.9835				06	00	03354	03354002
2920273	Gissigheim	gissigheim	DE		0	Europe/Berlin	49.59465	9.58765		Gissigheim		01	081	08128	08128061
2920274	Gisseltshausen	gisseltshausen	DE		0	Europe/Berlin	48.70863	12.02702				02	092	09274	09274176
2920275	Gisselberg	gisselberg	DE		0	Europe/Berlin	50.77206	8.74754		Gisselberg		05	065	06534	06534014
2920276	Gispersleben-Viti	gispersleben-viti	DE		0	Europe/Berlin	51.03333	10.98333				15	00	16051	16051000
2920277	Gispersleben-Kiliani	gispersleben-kiliani	DE		0	Europe/Berlin	51.01667	10.98333				15	00	16051	16051000
2920278	Gispersleben	gispersleben	DE		0	Europe/Berlin	51.01734	10.99346		Erfurt-Gispersleben,Gispersleben		15	00	16051	16051000
2920280	Gisingen	gisingen	DE		0	Europe/Berlin	49.33245	6.65516		Gisingen		09	00	10044	10044121
2920294	Girnitz	girnitz	DE		0	Europe/Berlin	49.42937	12.21643				02	093	09376	09376144
2920295	Girnitz	girnitz	DE		0	Europe/Berlin	49.39431	12.32542				02	093	09376	09376164
2920296	Girnitz	girnitz	DE		0	Europe/Berlin	49.13233	11.93357				02	093	09375	09375131
2920298	Girkhausen	girkhausen	DE		0	Europe/Berlin	51.11697	8.45382		Girkhausen		07	059	05970	05970004
2920301	Girgenrath	girgenrath	DE		0	Europe/Berlin	50.54981	7.37084				08	00	07138	07138004
2920302	Girgenhausen	girgenhausen	DE		0	Europe/Berlin	48.50902	11.59095				02	091	09186	09186152
2920304	Girching	girching	DE		0	Europe/Berlin	48.66398	13.07665				02	092	09271	09271128
2920305	Girbigsdorf	girbigsdorf	DE		0	Europe/Berlin	51.16336	14.93061				13	00	14626	14626520
2920306	Girbelsrath	girbelsrath	DE		0	Europe/Berlin	50.81185	6.55163				07	053	05358	05358040
2920315	Gippe	gippe	DE		0	Europe/Berlin	50.59772	12.15111				13	00	14523	14523100
2920317	Gipfmehring	gipfmehring	DE		0	Europe/Berlin	48.12418	12.17329				02	091	09183	09183139
2920323	Gintoftholm	gintoftholm	DE		0	Europe/Berlin	54.78333	9.76667				10	00	01059	01059186
2920324	Gintoft	gintoft	DE		0	Europe/Berlin	54.76459	9.75888				10	00	01059	01059186
2920328	Ginsterhahn	ginsterhahn	DE		0	Europe/Berlin	50.57588	7.34565		Ginsterhahn		08	00	07138	07138068
2920330	Ginsheim	ginsheim	DE		0	Europe/Berlin	49.96699	8.34602				05	064	06433	06433005
2920331	Ginsham	ginsham	DE		0	Europe/Berlin	47.90622	11.91725				02	091	09187	09187122
2920332	Ginseldorf	ginseldorf	DE		0	Europe/Berlin	50.83996	8.81903		Ginseldorf		05	065	06534	06534014
2920335	Ginolfs	ginolfs	DE		0	Europe/Berlin	50.43727	10.07274				02	096	09673	09673149
2920336	Ginnick	ginnick	DE		0	Europe/Berlin	50.70032	6.56859				07	053	05358	05358060
2920337	Ginnheim	ginnheim	DE		0	Europe/Berlin	50.14374	8.65036		Frankfurt-Ginnheim		05	064	06412	06412000
2920338	Ginnerting	ginnerting	DE		0	Europe/Berlin	47.80497	12.27405				02	091	09187	09187132
2920340	Ginhart	ginhart	DE		0	Europe/Berlin	48.71855	12.33722		Ginhart		02	092	09279	09279127
2920341	Gingsterheide	gingsterheide	DE		0	Europe/Berlin	54.43333	13.28333		Gingster-Haide,Gingsterheide		12	00	13073	13073028
2920344	Ginglkofen	ginglkofen	DE		0	Europe/Berlin	48.62843	12.17585				02	092	09274	09274128
2920345	Gingkofen	gingkofen	DE		0	Europe/Berlin	48.80017	12.42311				02	092	09278	09278123
2920346	Gingharting	gingharting	DE		0	Europe/Berlin	48.77256	13.30349				02	092	09272	09272150
2920347	Gingermühlen	gingermuehlen	DE		0	Europe/Berlin	52.82227	7.82878				06	00	03453	03453010
2920354	Ginderich	ginderich	DE		0	Europe/Berlin	51.64245	6.53981		Ginderich		07	051	05170	05170048
2920355	Gindels	gindels	DE		0	Europe/Berlin	47.59766	10.28605				02	097	09780	09780137
2920356	Gindelbach	gindelbach	DE		0	Europe/Berlin	49.22095	10.38098		Gindelbach		02	095	09571	09571114
2920359	Gimte	gimte	DE		0	Europe/Berlin	51.4349	9.64328		Gimte		06	00	03159	03159017
2920360	Gimsbach	gimsbach	DE		0	Europe/Berlin	49.50455	7.45117				08	00	07336	07336107
2920363	Gimplarn	gimplarn	DE		0	Europe/Berlin	48.47264	13.32539				02	092	09275	09275122
2920365	Gimpertshausen	gimpertshausen	DE		0	Europe/Berlin	49.22498	10.4058				02	095	09571	09571166
2920366	Gimpertshausen	gimpertshausen	DE		0	Europe/Berlin	49.10287	11.56896				02	093	09373	09373115
2920368	Gimmigen	gimmigen	DE		0	Europe/Berlin	50.55779	7.16697		Gimmigen		08	00	07131	07131007
2920370	Gimmersdorf	gimmersdorf	DE		0	Europe/Berlin	50.63628	7.14515		Gimmersdorf		07	053	05382	05382072
2920372	Gimmenhausen	gimmenhausen	DE		0	Europe/Berlin	47.94085	10.96977				02	091	09181	09181135
2920373	Gimmeldingen	gimmeldingen	DE		0	Europe/Berlin	49.37649	8.15239		Gimmeldingen		08	00	07316	07316000
2920374	Gimmel	gimmel	DE		0	Europe/Berlin	50.92843	12.32095				15	00	16077	16077043
2920376	Gimbte	gimbte	DE		0	Europe/Berlin	52.06141	7.64262		Gimmethe		07	055	05566	05566012
2920378	Gimborn	gimborn	DE		0	Europe/Berlin	51.05954	7.47607		Gimborn		07	053	05374	05374024
2920380	Gilzum	gilzum	DE		0	Europe/Berlin	52.18438	10.69851				06	00	03158	03158013
2920382	Gilverath	gilverath	DE		0	Europe/Berlin	51.13125	6.63465		Gilverath		07	051	05162	05162008
2920390	Gilsenöd	gilsenod	DE		0	Europe/Berlin	48.75081	12.99185				02	092	09271	09271135
2920391	Gilsdorf	gilsdorf	DE		0	Europe/Berlin	50.54908	6.71388				07	053	05366	05366004
2920392	Gilsberg	gilsberg	DE		0	Europe/Berlin	51.06667	13				13	00	14522	14522570
2920394	Gilsbach	gilsbach	DE		0	Europe/Berlin	50.77129	8.08485		Gilsbach		07	059	05970	05970008
2920396	Gilsa	gilsa	DE		0	Europe/Berlin	51.0126	9.19339		Gilsa		05	066	06634	06634016
2920398	Gilmerdingen	gilmerdingen	DE		0	Europe/Berlin	53.03762	9.73235				06	00	03358	03358017
2920400	Gillrath	gillrath	DE		0	Europe/Berlin	50.98204	6.07306		Gillrath		07	053	05370	05370012
2920402	Gillisberg	gillisberg	DE		0	Europe/Berlin	49.18629	12.75593				02	093	09372	09372117
2920409	Gillersheim	gillersheim	DE		0	Europe/Berlin	51.63388	10.0924		Gillersheim		06	00	03155	03155007
2920415	Gillenberg	gillenberg	DE		0	Europe/Berlin	50.49054	6.54309		Gillenberg		07	053	05366	05366024
2920419	Gill	gill	DE		0	Europe/Berlin	51.02779	6.69016				07	051	05162	05162028
2920422	Gilgenhöfe	gilgenhofe	DE		0	Europe/Berlin	47.68041	11.56649				02	091	09173	09173135
2920423	Gilgenbach	gilgenbach	DE		0	Europe/Berlin	50.40392	6.94096				08	00	07131	07131044
2920424	Gilfershausen	gilfershausen	DE		0	Europe/Berlin	50.9887	9.83277		Gilfershausen,Gilsershausen		05	066	06632	06632003
2920425	Gildenhall	gildenhall	DE		0	Europe/Berlin	52.9296	12.83478				11	00	12068	12068320
2920428	Gildehaus	gildehaus	DE		0	Europe/Berlin	52.29813	7.10355		Gildehaus		06	00	03456	03456001
2920430	Gilde	gilde	DE		0	Europe/Berlin	52.49887	10.43654		Gilde		06	00	03151	03151018
2920437	Giglöd	giglod	DE		0	Europe/Berlin	48.35385	12.57022				02	091	09183	09183131
2920439	Giglmöhrn	giglmohrn	DE		0	Europe/Berlin	48.59047	13.26693		Giglmohren,Giglmohrn,Giglmöhren,Giglmöhrn		02	092	09275	09275154
2920441	Gigling	gigling	DE		0	Europe/Berlin	48.03307	12.47965				02	091	09189	09189126
2920442	Gigling	gigling	DE		0	Europe/Berlin	47.95815	12.12273				02	091	09187	09187142
2920446	Giglberg	giglberg	DE		0	Europe/Berlin	48.08909	12.07303				02	091	09187	09187159
2920447	Giglberg	giglberg	DE		0	Europe/Berlin	47.76821	11.78709				02	091	09182	09182116
2920459	Giggling	giggling	DE		0	Europe/Berlin	49.31539	11.58165				02	093	09373	09373153
2920461	Giggenreid	giggenreid	DE		0	Europe/Berlin	48.98979	13.00182				02	092	09276	09276146
2920462	Giggenhausen	giggenhausen	DE		0	Europe/Berlin	48.36507	11.64734				02	091	09178	09178145
2920463	Giggelsberg	giggelsberg	DE		0	Europe/Berlin	49.38852	11.70919				02	093	09371	09371132
2920465	Gigeröd	gigerod	DE		0	Europe/Berlin	48.48813	13.07488				02	092	09277	09277113
2920469	Giftthal	giftthal	DE		0	Europe/Berlin	48.36461	12.3171				02	092	09274	09274193
2920470	Gifting	gifting	DE		0	Europe/Berlin	50.32168	11.35437				02	094	09476	09476189
2920473	Giften	giften	DE		0	Europe/Berlin	52.21444	9.83414				06	00	03254	03254028
2920474	Giflitz	giflitz	DE		0	Europe/Berlin	51.15485	9.12123				05	066	06635	06635009
2920475	Gifkendorf	gifkendorf	DE		0	Europe/Berlin	53.18948	10.54924				06	00	03355	03355038
2920481	Giffelsberg	giffelsberg	DE		0	Europe/Berlin	50.84479	6.65707				07	053	05362	05362032
2920484	Gievenbecker Reihe	gievenbecker-reihe	DE		0	Europe/Berlin	51.96983	7.57461				07	055	05515	05515000
2920489	Gietlhausen	gietlhausen	DE		0	Europe/Berlin	48.76037	11.15597				02	091	09185	09185149
2920492	Gießübl	giessubl	DE		0	Europe/Berlin	48.67559	13.64333				02	092	09275	09275126
2920493	Gießübl	giessubl	DE		0	Europe/Berlin	48.07267	11.10214				02	091	09181	09181115
2920494	Gießübel	giessuebel	DE		0	Europe/Berlin	50.53684	10.92063				15	00	16069	16069042
2920497	Gießübel	giessubel	DE		0	Europe/Berlin	48.28447	12.81005				02	091	09171	09171123
2920501	Gießmannsdorf	giessmannsdorf	DE		0	Europe/Berlin	51.87907	13.6949		Giessmannsdorf,Gießmannsdorf		11	00	12061	12061320
2920508	Gießenbrücke	giessenbruecke	DE		0	Europe/Berlin	47.63182	9.5978				01	084	08435	08435029
2920515	Gießelrade	giesselrade	DE		0	Europe/Berlin	54.05359	10.60028				10	00	01055	01055001
2920516	Gießelhorst	giesselhorst	DE		0	Europe/Berlin	53.23722	7.95974				06	00	03451	03451007
2920517	Gießelbach	giesselbach	DE		0	Europe/Berlin	50.85928	7.45826				07	053	05382	05382052
2920523	Gieslenberg	gieslenberg	DE		0	Europe/Berlin	51.08588	6.95314		Gieslenberg		07	051	05158	05158020
2920525	Giesing	giesing	DE		0	Europe/Berlin	48.10479	11.57375		Munchen-Giesing,München-Giesing		02	091	09162	09162000
2920527	Gieshügel	gieshugel	DE		0	Europe/Berlin	49.7766	10.01855				02	096	09679	09679136
2920530	Gieshof	gieshof	DE		0	Europe/Berlin	47.77095	11.79612				02	091	09182	09182125
2920535	Giesenweiler	giesenweiler	DE		0	Europe/Berlin	47.86111	9.76413				01	084	08436	08436014
2920537	Giesenslage	giesenslage	DE		0	Europe/Berlin	52.80517	11.95496				14	00	15090	15090610
2920543	Giesenkirchen	giesenkirchen	DE		0	Europe/Berlin	51.15599	6.4912		Jissekerreke		07	051	05116	05116000
2920544	Giesenhorst	giesenhorst	DE		0	Europe/Berlin	52.76289	12.43292				11	00	12068	12068109
2920546	Giesenhain	giesenhain	DE		0	Europe/Berlin	50.76556	9.73997				05	066	06631	06631007
2920547	Giesenhagen	giesenhagen	DE		0	Europe/Berlin	53.22844	12.19303				11	00	12070	12070096
2920550	Giesenend	giesenend	DE		0	Europe/Berlin	51.26667	6.61414				07	051	05162	05162022
2920551	Giesendorf	giesendorf	DE		0	Europe/Berlin	54.36333	13.20527				12	00	13073	13073073
2920552	Giesendorf	giesendorf	DE		0	Europe/Berlin	50.92707	6.57592		Giesendorf		07	053	05362	05362016
2920554	Giesenberg	giesenberg	DE		0	Europe/Berlin	47.63333	9.96667				02	097	09776	09776124
2920557	Giesenbach	giesenbach	DE		0	Europe/Berlin	48.38513	11.61508				02	091	09178	09178137
2920560	Gieselwerder	gieselwerder	DE		0	Europe/Berlin	51.59818	9.55071		Chieselwerder,Gieselwerder		05	066	06633	06633030
2920568	Giesel	giesel	DE		0	Europe/Berlin	50.50395	9.56814				05	066	06631	06631018
2920569	Giesekenhagen	giesekenhagen	DE		0	Europe/Berlin	53.9967	13.64187				12	00	13075	13075156
2920574	Giescheid	giescheid	DE		0	Europe/Berlin	50.44057	6.42637		Giescheid		07	053	05366	05366020
2920579	Gierzhagen	gierzhagen	DE		0	Europe/Berlin	50.81518	7.61243				07	053	05382	05382076
2920580	Gierswalde	gierswalde	DE		0	Europe/Berlin	51.66148	9.71362				06	00	03155	03155012
2920581	Gierstädt	gierstadt	DE		821	Europe/Berlin	51.04236	10.82621		Gierstadt,Gierstaedt,Gierstädt,Girshtedt,Girshtet,ji er si te,Гирштедт,Гирштет,吉尔斯特	16067026	15	00	16067	16067026
2920584	Gierskopp	gierskopp	DE		0	Europe/Berlin	51.51667	8.51667				07	057	05774	05774016
2920587	Giershofen	giershofen	DE		0	Europe/Berlin	50.53684	7.66074				08	00	07138	07138012
2920591	Giershagen	giershagen	DE		0	Europe/Berlin	51.4073	8.82707		Giershagen		07	059	05958	05958024
2920593	Giersdorf-Schanzendorf	giersdorf-schanzendorf	DE		0	Europe/Berlin	53.0496	9.14767				06	00	03361	03361008
2920594	Giersdorf	giersdorf	DE		0	Europe/Berlin	48.47815	12.33001				02	092	09274	09274184
2920596	Gierschlade	gierschlade	DE		0	Europe/Berlin	51.17702	8.02113				07	059	05966	05966012
2920597	Giersberg	giersberg	DE		0	Europe/Berlin	53.01173	9.13719				06	00	03361	03361006
2920606	Giersbach	giersbach	DE		0	Europe/Berlin	47.67137	8.01879				01	083	08337	08337049
2920609	Gieringerloch	gieringerloch	DE		0	Europe/Berlin	48.4149	8.21668				01	083	08317	08317008
2920613	Gierath	gierath	DE		0	Europe/Berlin	51.1129	6.54382				07	051	05162	05162012
2920614	Gierath	gierath	DE		0	Europe/Berlin	50.96667	7.1				07	053	05315	05315000
2920615	Gier	gier	DE		0	Europe/Berlin	51.29749	6.2309				07	051	05166	05166016
2920616	Gier	gier	DE		0	Europe/Berlin	51.13783	6.74217				07	051	05162	05162024
2920621	Gienau	gienau	DE		0	Europe/Berlin	53.16454	10.66419				06	00	03355	03355013
2920623	Gielsdorf	gielsdorf	DE		0	Europe/Berlin	50.72737	7.0218		Alfter-Gielsdorf,Gielsdorf		07	053	05382	05382004
2920624	Gielsdorf	gielsdorf	DE		0	Europe/Berlin	52.60701	13.87041				11	00	12064	12064029
2920625	Gielsdorf	gielsdorf	DE		0	Europe/Berlin	51.8479	12.83765				14	00	15091	15091391
2920629	Gielgen	gielgen	DE		0	Europe/Berlin	50.74103	7.19275				07	053	05314	05314000
2920633	Gielau	gielau	DE		0	Europe/Berlin	52.85897	10.85072				06	00	03354	03354022
2920635	Giehlermoor	giehlermoor	DE		0	Europe/Berlin	53.33443	8.94003				06	00	03356	03356010
2920636	Giehle	giehle	DE		0	Europe/Berlin	53.35919	8.92899				06	00	03356	03356010
2920637	Giegengrün	giegengruen	DE		0	Europe/Berlin	50.58651	12.51497				13	00	14524	14524100
2920640	Giedensbach	giedensbach	DE		0	Europe/Berlin	48.48879	8.10857				01	083	08317	08317089
2920643	Giechkröttendorf	giechkrottendorf	DE		0	Europe/Berlin	50.0918	11.22633				02	094	09478	09478176
2920644	Giebringhausen	giebringhausen	DE		0	Europe/Berlin	51.33771	8.73463				05	066	06635	06635007
2920647	Giebing	giebing	DE		0	Europe/Berlin	48.36791	11.50631				02	091	09174	09174150
2920648	Giebing	giebing	DE		0	Europe/Berlin	47.81805	12.32585				02	091	09187	09187118
2920649	Giebichenstein	giebichenstein	DE		0	Europe/Berlin	51.50047	11.96067				14	00	15002	15002000
2920656	Giebelroth	giebelroth	DE		0	Europe/Berlin	50.96822	12.13446				14	00	15084	15084207
2920657	Giebelrain	giebelrain	DE		0	Europe/Berlin	50.5	9.83333		Giebelrain,Giebelsrain		05	066	06631	06631017
2920665	Gieba	gieba	DE		0	Europe/Berlin	50.91471	12.47936		Gieba		15	00	16077	16077036
2920666	Giddendorf	giddendorf	DE		0	Europe/Berlin	54.3098	10.927				10	00	01055	01055015
2920668	Gickelshäuser	gickelshaeuser	DE		0	Europe/Berlin	51.11284	14.30214				13	00	14625	14625380
2920670	Gickelsberg	gickelsberg	DE		0	Europe/Berlin	51.18583	14.04865				13	00	14625	14625410
2920679	Gickelhausen	gickelhausen	DE		0	Europe/Berlin	49.45744	10.17618		Gickelhausen		02	095	09571	09571111
2920686	Gibbinghausen	gibbinghausen	DE		0	Europe/Berlin	50.92293	7.40638				07	053	05382	05382036
2920687	Gibacht	gibacht	DE		0	Europe/Berlin	49.33335	12.7744				02	093	09372	09372171
2920688	Gibacht	gibacht	DE		0	Europe/Berlin	49.18655	12.17971				02	093	09375	09375190
2920695	Gföhret	gfohret	DE		0	Europe/Berlin	48.54887	13.35059				02	092	09275	09275122
2920706	Gfäll	gfall	DE		0	Europe/Berlin	49.1002	12.42137				02	093	09372	09372125
2920707	Gfäll	gfall	DE		0	Europe/Berlin	47.87647	10.46473				02	097	09777	09777154
2920708	Geyrenwald	geyrenwald	DE		0	Europe/Berlin	48.72265	9.74215				01	081	08117	08117037
2920710	Geyersdorf	geyersdorf	DE		0	Europe/Berlin	50.58752	13.04014		Geyersdorf		13	00	14521	14521020
2920713	Geyersberg	geyersberg	DE		0	Europe/Berlin	48.79531	13.54256				02	092	09272	09272118
2920721	Geyern	geyern	DE		0	Europe/Berlin	49.07179	11.08821				02	095	09577	09577115
2920726	Geyerbad	geyerbad	DE		0	Europe/Berlin	48.17966	8.87644				01	084	08417	08417044
2920729	Geyen	geyen	DE		0	Europe/Berlin	50.98293	6.78542		Geyen		07	053	05362	05362036
2920731	Gey	gey	DE		0	Europe/Berlin	50.74976	6.41888				07	053	05358	05358016
2920732	Gewoba-Siedlung	gewoba-siedlung	DE		0	Europe/Berlin	51.53333	13.9				11	00	12066	12066285
2920733	Gewissenruh	gewissenruh	DE		0	Europe/Berlin	51.62537	9.53236				05	066	06633	06633030
2920734	Gewinghausen	gewinghausen	DE		0	Europe/Berlin	52.20602	8.56898		Gevinghausen,Gewinghausen,Grewinghausen		07	057	05758	05758004
2920735	Geweckenhorst	geweckenhorst	DE		0	Europe/Berlin	51.8297	8.26234		Geweckenhorst,Givikanhurst		07	057	05754	05754028
2920741	Gevezin	gevezin	DE		0	Europe/Berlin	53.56513	13.11195		Gevezin		12	00	13071	13071010
2920742	Geveshauser Grad	geveshauser-grad	DE		0	Europe/Berlin	52.9832	8.35528		Geveshauser Grad,Geveshauser Grat		06	00	03458	03458003
2920743	Geveshausen	geveshausen	DE		0	Europe/Berlin	52.97826	8.36552				06	00	03458	03458003
2920750	Gevelsdorf	gevelsdorf	DE		0	Europe/Berlin	51.0089	6.38736				07	053	05358	05358056
2920758	Gevelndorf	gevelndorf	DE		0	Europe/Berlin	51.2416	7.61626		Gevelndorf		07	059	05962	05962032
2920759	Gevelinghausen	gevelinghausen	DE		0	Europe/Berlin	51.35065	8.44153		Gevelinghausen		07	059	05958	05958036
2920761	Geuz	geuz	DE		0	Europe/Berlin	51.75663	11.95347				14	00	15082	15082180
2920763	Geutenreuth	geutenreuth	DE		0	Europe/Berlin	50.08918	11.28676				02	094	09478	09478176
2920764	Geusmanns	geusmanns	DE		0	Europe/Berlin	49.75287	11.45935		Geusmanns		02	094	09472	09472179
2920765	Geusfeld	geusfeld	DE		0	Europe/Berlin	49.88658	10.49876				02	096	09674	09674187
2920767	Geuser	geuser	DE		0	Europe/Berlin	50.24419	11.4695				02	094	09476	09476184
2920769	Geunitz	geunitz	DE		0	Europe/Berlin	50.80968	11.45891				15	00	16074	16074076
2921043	Germenau	germenau	DE		0	Europe/Berlin	52.56174	10.98461				14	00	15081	15081280
2920774	Gettrup	gettrup	DE		0	Europe/Berlin	51.82541	7.47163		Gatingthorp,Gettrup,Gâtingthorp		07	055	05558	05558044
2920778	Gettenbach	gettenbach	DE		0	Europe/Berlin	50.2418	9.16779				05	064	06435	06435012
2920779	Gettenau	gettenau	DE		0	Europe/Berlin	50.3839	8.88392		Gettenau		05	064	06440	06440006
2920781	Getmold	getmold	DE		0	Europe/Berlin	52.33691	8.49266		Getmold		07	057	05770	05770036
2920782	Gethsemane	gethsemane	DE		0	Europe/Berlin	50.85598	9.92396				05	066	06632	06632016
2920783	Gethlingen	gethlingen	DE		0	Europe/Berlin	52.75437	11.89596				14	00	15090	15090245
2920784	Gethles	gethles	DE		0	Europe/Berlin	50.51249	10.70004				15	00	16069	16069043
2920789	Gesundbrunnen	gesundbrunnen	DE		84789	Europe/Berlin	52.55035	13.39139		Berlin-Gesundbrunnen,Gezundbrunnen,Гезундбруннен		16	00	11000	11000000
2920790	Gesundbrunnen	gesundbrunnen	DE		0	Europe/Berlin	51.51667	9.4				05	066	06633	06633013
2920793	Gestungshausen	gestungshausen	DE		0	Europe/Berlin	50.23732	11.17644				02	094	09473	09473166
2920794	Gestringsort	gestringsort	DE		0	Europe/Berlin	52.24619	8.61132				07	057	05758	05758020
2920795	Gestringen	gestringen	DE		0	Europe/Berlin	52.35375	8.61229				07	057	05770	05770008
2920797	Gestorf	gestorf	DE		0	Europe/Berlin	52.21465	9.70745				06	00	03241	03241017
2920800	Gestien	gestien	DE		0	Europe/Berlin	52.87344	11.51609		Gestien		14	00	15081	15081030
2920801	Gesthuysen	gesthuysen	DE		0	Europe/Berlin	51.71632	6.38371				07	051	05170	05170052
2920802	Gestewitz	gestewitz	DE		0	Europe/Berlin	51.15775	12.50736				13	00	14729	14729050
2920805	Gest	gest	DE		0	Europe/Berlin	51.6355	6.56705				07	051	05170	05170048
2920806	Geßnach	gessnach	DE		0	Europe/Berlin	48.83738	13.06901				02	092	09271	09271148
2920807	Geßmannszell	gessmannszell	DE		0	Europe/Berlin	49.00274	12.56843				02	092	09278	09278197
2920810	Gessin	gessin	DE		0	Europe/Berlin	53.69784	12.71188				12	00	13071	13071007
2920813	Gessenried	gessenried	DE		0	Europe/Berlin	47.78333	9.66667				01	084	08436	08436069
2920815	Gessenhausen	gessenhausen	DE		0	Europe/Berlin	47.98268	12.76019				02	091	09189	09189150
2920816	Gessendorf	gessendorf	DE		0	Europe/Berlin	50.32661	11.24674				15	00	16072	16072024
2920817	Gessendorf	gessendorf	DE		0	Europe/Berlin	49.14679	11.94946				02	093	09375	09375131
2920820	Gessen	gessen	DE		0	Europe/Berlin	50.85	12.15		Gessen		15	00	16076	16076034
2920821	Gesseltshausen	gesseltshausen	DE		0	Europe/Berlin	48.36597	11.60837				02	091	09178	09178123
2920822	Gesseln	gesseln	DE		0	Europe/Berlin	51.73755	8.66332		Gesseln		07	057	05774	05774032
2920823	Gessel	gessel	DE		0	Europe/Berlin	52.93988	8.81023		Gessel		06	00	03251	03251041
2920825	Gesotz	gesotz	DE		0	Europe/Berlin	50.10534	6.42722				08	00	07232	07232293
2920828	Gesmold	gesmold	DE		0	Europe/Berlin	52.21049	8.27235		Gesmold		06	00	03459	03459024
2920838	Geschwend	geschwend	DE		0	Europe/Berlin	50.3302	11.36873				02	094	09476	09476189
2920839	Geschwend	geschwend	DE		0	Europe/Berlin	47.80416	7.9396				01	083	08336	08336087
2920840	Geschwand	geschwand	DE		0	Europe/Berlin	49.71261	11.30921				02	094	09474	09474156
2920845	Gescheid	gescheid	DE		0	Europe/Berlin	48.1385	7.95681				01	083	08316	08316054
2920846	Geschächtrich	geschachtrich	DE		0	Europe/Berlin	48.19045	7.89525		Geschachtrich,Geschächtrich,Gschachtrich,Gschächtrich		01	083	08316	08316054
2920847	Gesau	gesau	DE		0	Europe/Berlin	50.83215	12.51557				13	00	14524	14524080
2920852	Gervinghook	gervinghook	DE		0	Europe/Berlin	52.13594	6.89138		Gervinghock,Gervinghook,Gerwinghook		07	055	05554	05554004
2920855	Gertrudshof	gertrudshof	DE		0	Europe/Berlin	51.74477	13.00896				14	00	15091	15091010
2920856	Gertrudenhof	gertrudenhof	DE		0	Europe/Berlin	51.04764	6.78187				07	053	05362	05362036
2920864	Gertitzsch	gertitzsch	DE		0	Europe/Berlin	51.09754	13.2216				13	00	14522	14522080
2920865	Gertitz	gertitz	DE		0	Europe/Berlin	51.51667	12.23333				13	00	14730	14730340
2920870	Gerthe	gerthe	DE		0	Europe/Berlin	51.51943	7.28313		Gerthe,Gerthrium		07	059	05911	05911000
2920871	Gerthausen	gerthausen	DE		0	Europe/Berlin	50.57075	10.19308				15	00	16066	16066093
2920876	Gertenbach	gertenbach	DE		0	Europe/Berlin	51.37834	9.8053				05	066	06636	06636016
2920879	Gersweiler	gersweiler	DE		0	Europe/Berlin	49.68333	7.75				08	00	07333	07333021
2920880	Gersweiler	gersweiler	DE		0	Europe/Berlin	49.23651	6.92966		Gersweiler		09	00	10041	10041100
2920886	Gerstruben	gerstruben	DE		0	Europe/Berlin	47.36922	10.31401		Gerstruben		02	097	09780	09780133
2920889	Gerstland	gerstland	DE		0	Europe/Berlin	47.60754	10.03083				02	097	09776	09776113
2920895	Gerstewitz	gerstewitz	DE		0	Europe/Berlin	51.19151	12.03361				14	00	15084	15084315
2920905	Gerstenbüttel	gerstenbuettel	DE		0	Europe/Berlin	52.50807	10.38036				06	00	03151	03151018
2920916	Gerstau	gerstau	DE		0	Europe/Berlin	51.20061	7.15733		Gerstau		07	051	05124	05124000
2920917	Gersrod	gersrod	DE		0	Europe/Berlin	50.52674	9.48824				05	066	06631	06631014
2920920	Gerspoint	gerspoint	DE		0	Europe/Berlin	47.87571	12.96481				02	091	09172	09172130
2920922	Gershausen	gershausen	DE		0	Europe/Berlin	51.05689	9.1264				05	066	06635	06635003
2920923	Gershausen	gershausen	DE		0	Europe/Berlin	50.83006	9.55452		Gershausen		05	066	06632	06632011
2920924	Gershasen	gershasen	DE		0	Europe/Berlin	50.55726	7.95604				08	00	07143	07143308
2920927	Gersdorfer Burg	gersdorfer-burg	DE		0	Europe/Berlin	51.76408	11.21153		Gersdorfer Burg		14	00	15085	15085235
2920943	Gersdin	gersdin	DE		0	Europe/Berlin	54.17585	12.85323				12	00	13073	13073024
2920944	Gerschweiler	gerschweiler	DE		0	Europe/Berlin	48.61288	10.25007				01	081	08135	08135021
2920945	Gersbronn	gersbronn	DE		0	Europe/Berlin	49.08308	10.34545		Gersbronn		02	095	09571	09571136
2920946	Gersbergerhof	gersbergerhof	DE		0	Europe/Berlin	49.27933	7.4028				08	00	07320	07320000
2920947	Gersberg	gersberg	DE		0	Europe/Berlin	49.47398	11.35566				02	095	09574	09574139
2920948	Gersbach	gersbach	DE		0	Europe/Berlin	48.19521	8.32179				01	083	08325	08325053
2920949	Gersbach	gersbach	DE		0	Europe/Berlin	50.25404	10.86066				02	094	09473	09473175
2920950	Gersbach	gersbach	DE		0	Europe/Berlin	49.22446	10.80872				02	095	09571	09571178
2920951	Gersbach	gersbach	DE		0	Europe/Berlin	49.20215	7.5613		Gersbach		08	00	07317	07317000
2920952	Gersbach	gersbach	DE		0	Europe/Berlin	49.16611	10.15041				01	081	08127	08127073
2920953	Gersbach	gersbach	DE		0	Europe/Berlin	47.69769	7.93179				01	083	08336	08336081
2920957	Gerressen	gerressen	DE		0	Europe/Berlin	50.78453	7.4992				07	053	05382	05382076
2920958	Gerresheim	gerresheim	DE		0	Europe/Berlin	51.23333	6.86667		Djussel'dorf-Gerreskhajm,Duesseldorf-Gerresheim,Düsseldorf-Gerresheim,Gerresheim,Дюссельдорф-Герресхайм		07	051	05111	05111000
2920960	Gerolzahn	gerolzahn	DE		0	Europe/Berlin	49.6253	9.31955		Gerolzahn		01	082	08225	08225109
2920968	Geroling	geroling	DE		0	Europe/Berlin	48.44147	13.24174				02	092	09275	09275149
2920970	Gerolfing	gerolfing	DE		0	Europe/Berlin	48.75445	11.34695		Gerolfing		02	091	09161	09161000
2920971	Geroldswind	geroldswind	DE		0	Europe/Berlin	50.18452	10.68733				02	096	09674	09674171
2920972	Geroldsweiler	geroldsweiler	DE		0	Europe/Berlin	48.40025	8.49874				01	082	08237	08237045
2920973	Geroldstein	geroldstein	DE		0	Europe/Berlin	50.10767	7.93824		Geroldstein		05	064	06439	06439005
2920974	Geroldstal	geroldstal	DE		0	Europe/Berlin	47.94581	7.94514				01	083	08315	08315064
2920975	Geroldsreuth	geroldsreuth	DE		0	Europe/Berlin	50.33301	11.6103				02	094	09475	09475128
2920976	Geroldshofstetten	geroldshofstetten	DE		0	Europe/Berlin	47.7698	8.25763				01	083	08337	08337039
2920982	Geroldsau	geroldsau	DE		0	Europe/Berlin	48.72589	8.24656		Geroldsau		01	082	08211	08211000
2920983	Gerold	gerold	DE		0	Europe/Berlin	47.49133	11.2125				02	091	09180	09180122
2920986	Gerode	gerode	DE		0	Europe/Berlin	51.52263	10.41967				15	00	16061	16061117
2920987	Gerodden	gerodden	DE		0	Europe/Berlin	51.3	7.36667				07	059	05954	05954008
2920991	Gernstedt	gernstedt	DE		0	Europe/Berlin	51.11593	11.61293		Gernstedt		14	00	15084	15084282
2920992	Gernstall	gernstall	DE		0	Europe/Berlin	48.02987	10.49288				02	097	09778	09778173
2920995	Gernsdorf	gernsdorf	DE		0	Europe/Berlin	50.84456	8.17187		Gernsdorf		07	059	05970	05970044
2921001	Gernlinden	gernlinden	DE		0	Europe/Berlin	48.21275	11.2933				02	091	09179	09179134
2921006	Gernheim	gernheim	DE		0	Europe/Berlin	52.40976	8.97314				07	057	05770	05770028
2921009	Gernewitz	gernewitz	DE		0	Europe/Berlin	50.86791	11.69892				15	00	16074	16074094
2921011	Gern	gern	DE		0	Europe/Berlin	48.40032	12.7756		Gern,Gern Eins		02	092	09277	09277116
2921012	Gerndorf	gerndorf	DE		0	Europe/Berlin	50.9024	7.82896				08	00	07132	07132037
2921018	Gernach	gernach	DE		0	Europe/Berlin	49.94457	10.235				02	096	09678	09678150
2921019	Gern	gern	DE		0	Europe/Berlin	48.16439	11.5273		Gern		02	091	09162	09162000
2921020	Gern	gern	DE		0	Europe/Berlin	48.73717	13.75583				02	092	09272	09272136
2921021	Gern	gern	DE		0	Europe/Berlin	49.16747	10.66253		Gern		02	095	09571	09571189
2921027	Germscheid	germscheid	DE		0	Europe/Berlin	50.66412	7.37751				08	00	07138	07138003
2921028	Germinghausen	germinghausen	DE		0	Europe/Berlin	51.05299	7.76027				07	059	05966	05966008
2921029	Germeter	germeter	DE		0	Europe/Berlin	50.68559	6.35208				07	053	05358	05358016
2921030	Germete	germete	DE		0	Europe/Berlin	51.48418	9.10203		Garametti,Garamėtti,Germete,Germitdi,Gėrmitdi		07	057	05762	05762036
2921031	Germerswang	germerswang	DE		0	Europe/Berlin	48.2228	11.22115		Germerswang		02	091	09179	09179134
2921032	Germersreuth	germersreuth	DE		0	Europe/Berlin	50.16144	11.81581				02	094	09475	09475174
2921033	Germerslage	germerslage	DE		0	Europe/Berlin	52.78065	11.99484				14	00	15090	15090270
2921035	Germershausen	germershausen	DE		0	Europe/Berlin	51.56331	10.19084		Germershausen		06	00	03159	03159028
2921037	Germersberg	germersberg	DE		0	Europe/Berlin	49.58117	11.29128				02	095	09574	09574155
2921038	Germerode	germerode	DE		0	Europe/Berlin	51.19588	9.90538				05	066	06636	06636008
2921046	Germannsweiler	germannsweiler	DE		0	Europe/Berlin	48.935	9.41468				01	081	08119	08119008
2921047	Germannsdorf	germannsdorf	DE		0	Europe/Berlin	48.63361	13.66955				02	092	09275	09275126
2921048	Germannsberg	germannsberg	DE		0	Europe/Berlin	48.7009	13.53546				02	092	09275	09275119
2921049	Germannsberg	germannsberg	DE		0	Europe/Berlin	48.14024	11.26713				02	091	09179	09179113
2921050	Germaniahütte	germaniahuette	DE		0	Europe/Berlin	51.12917	8.03208				07	059	05966	05966020
2921054	Gerlingsen	gerlingsen	DE		0	Europe/Berlin	51.3895	7.66726				07	059	05962	05962024
2921057	Gerlinghausen	gerlinghausen	DE		0	Europe/Berlin	50.93133	7.39491				07	053	05382	05382036
2921062	Gerling	gerling	DE		0	Europe/Berlin	48.32102	12.37798				02	091	09183	09183132
2921067	Gerlhausen	gerlhausen	DE		0	Europe/Berlin	48.48294	11.79177				02	091	09178	09178157
2921068	Gerlfangen	gerlfangen	DE		0	Europe/Berlin	49.38577	6.61619		Gerlfangen		09	00	10044	10044114
2921069	Gerleve	gerleve	DE		0	Europe/Berlin	51.94363	7.24617		Gardifeld		07	055	05558	05558008
2921070	Gerlesreuth	gerlesreuth	DE		0	Europe/Berlin	48.83496	13.30627				02	092	09272	09272147
2921073	Gerlesberg	gerlesberg	DE		0	Europe/Berlin	48.61967	13.37142				02	092	09275	09275151
2921074	Gerlenhofen	gerlenhofen	DE		0	Europe/Berlin	48.34615	10.03472				02	097	09775	09775135
2921078	Gerlas	gerlas	DE		0	Europe/Berlin	50.33875	11.63012				02	094	09475	09475112
2921079	Gerlage	gerlage	DE		0	Europe/Berlin	52.48699	8.61262				07	057	05770	05770040
2921080	Gerlachsruh	gerlachsruh	DE		0	Europe/Berlin	54.09162	13.02841				12	00	13073	13073035
2921082	Gerlachsheim	gerlachsheim	DE		0	Europe/Berlin	49.57979	9.71561		Gerlachsheim		01	081	08128	08128139
2921083	Gerlachshausen	gerlachshausen	DE		0	Europe/Berlin	49.81154	10.22503				02	096	09675	09675165
2921085	Gerkerath	gerkerath	DE		0	Europe/Berlin	51.16426	6.35911		Gerkerath		07	051	05116	05116000
2921088	Gerischsee	gerischsee	DE		0	Europe/Berlin	52.91667	11.66667		Gerischsee,Kolonie Gerischsee		14	00	15090	15090003
2921091	Geringhusen	geringhusen	DE		0	Europe/Berlin	52.47319	7.53905				06	00	03454	03454012
2921092	Geringhausen	geringhausen	DE		0	Europe/Berlin	50.87898	7.54168		Geringhausen		07	053	05374	05374032
2921094	Gerichtstetten	gerichtstetten	DE		0	Europe/Berlin	49.53481	9.50454				01	082	08225	08225032
2921108	Gerichshain	gerichshain	DE		0	Europe/Berlin	51.3557	12.58312				13	00	14729	14729250
2921109	Gerholz	gerholz	DE		0	Europe/Berlin	47.63793	10.14528				02	097	09780	09780144
2921110	Gerholling	gerholling	DE		0	Europe/Berlin	48.84566	13.12452				02	092	09271	09271130
2921113	Gerhelm	gerhelm	DE		0	Europe/Berlin	49.61672	11.45737		Gerhelm		02	095	09574	09574160
2921114	Gerhausen	gerhausen	DE		0	Europe/Berlin	48.39815	9.80049		Blaubeuren-Gerhausen		01	084	08425	08425020
2921116	Gerhardtsgereuth	gerhardtsgereuth	DE		0	Europe/Berlin	50.46833	10.7387				15	00	16069	16069024
2921118	Gerhardsiefen	gerhardsiefen	DE		0	Europe/Berlin	50.92455	7.51713		Gerhardsiefen		07	053	05374	05374032
2921121	Gerhardshahn	gerhardshahn	DE		0	Europe/Berlin	50.60273	7.42362				08	00	07138	07138044
2921122	Gerhardsfeld	gerhardsfeld	DE		0	Europe/Berlin	51.07386	7.33984		Gerhardsfeld		07	053	05374	05374052
2921124	Gerhardsberg	gerhardsberg	DE		0	Europe/Berlin	49.5422	11.57659				02	093	09371	09371140
2921128	Gerharding	gerharding	DE		0	Europe/Berlin	48.00751	12.58629				02	091	09189	09189157
2921130	Gergweis	gergweis	DE		0	Europe/Berlin	48.6178	12.98472				02	092	09271	09271141
2921131	Gereuthof	gereuthof	DE		0	Europe/Berlin	50.55	10.21667				15	00	16066	16066093
2921133	Gereuth	gereuth	DE		0	Europe/Berlin	50.32741	11.02232				02	094	09473	09473159
2921134	Gereuth	gereuth	DE		0	Europe/Berlin	50.12612	10.81808				02	096	09674	09674210
2921135	Gereute	gereute	DE		0	Europe/Berlin	47.61338	10.38981				02	097	09780	09780145
2921136	Gereut	gereut	DE		0	Europe/Berlin	48.35086	7.95593				01	083	08317	08317065
2921138	Geretzhoven	geretzhoven	DE		0	Europe/Berlin	51.01213	6.66527				07	053	05362	05362008
2921140	Geretshausen	geretshausen	DE		0	Europe/Berlin	48.11276	10.94049				02	091	09181	09181145
2921141	Geretsham	geretsham	DE		0	Europe/Berlin	48.36178	12.9788				02	092	09277	09277149
2921142	Geresdorf	geresdorf	DE		0	Europe/Berlin	49.14902	12.44641				02	093	09372	09372167
2921143	Gerersdorf	gerersdorf	DE		0	Europe/Berlin	49.22084	10.58514				02	095	09571	09571127
2921144	Gereonsweiler	gereonsweiler	DE		0	Europe/Berlin	50.95875	6.21981				07	053	05358	05358036
2921145	Gerenzhausen	gerenzhausen	DE		0	Europe/Berlin	48.50221	11.38718				02	091	09186	09186125
2921147	Gerega	gerega	DE		0	Europe/Berlin	50.91375	11.75211				15	00	16074	16074009
2921150	Gerdshagen Hof	gerdshagen-hof	DE		0	Europe/Berlin	53.72104	12.09075		Gerdshagen,Gerdshagen Hof		12	00	13072	13072067
2921153	Gerdingseite	gerdingseite	DE		0	Europe/Berlin	52.16193	7.05774		Gerdingseite,Gerdingsseite		07	055	05554	05554020
2921154	Gerdeswalde	gerdeswalde	DE		0	Europe/Berlin	54.13453	13.22608				12	00	13073	13073090
2921155	Gerderhahn	gerderhahn	DE		0	Europe/Berlin	51.09919	6.24038		Gerderhahn		07	053	05370	05370004
2921156	Gerderath	gerderath	DE		0	Europe/Berlin	51.09491	6.21495		Gerderath		07	053	05370	05370004
2921158	Gerden	gerden	DE		0	Europe/Berlin	52.18451	8.37034				06	00	03459	03459024
2921160	Gerdehaus	gerdehaus	DE		0	Europe/Berlin	52.88218	10.18673				06	00	03351	03351010
2921163	Gerchsheim	gerchsheim	DE		0	Europe/Berlin	49.70722	9.78694		Gerchsheim		01	081	08128	08128045
2921166	Gerblinghausen	gerblinghausen	DE		0	Europe/Berlin	47.9709	11.56457		Gerblingshausen		02	091	09184	09184134
2921167	Gerblingerode	gerblingerode	DE		0	Europe/Berlin	51.49506	10.26312				06	00	03159	03159010
2921169	Gerbishofen	gerbishofen	DE		0	Europe/Berlin	47.93088	10.76228				02	097	09777	09777141
2921170	Gerbisdorf	gerbisdorf	DE		0	Europe/Berlin	51.4411	12.28821				13	00	14730	14730270
2921171	Gerbisbach	gerbisbach	DE		0	Europe/Berlin	51.75022	12.94932		Gerbisbach		14	00	15091	15091145
2921173	Gerbertshofen	gerbertshofen	DE		0	Europe/Berlin	49.08444	10.15571				01	081	08127	08127104
2921174	Gerbertshaus	gerbertshaus	DE		0	Europe/Berlin	47.68218	9.5291				01	084	08435	08435035
2921180	Gerbersdorf	gerbersdorf	DE		0	Europe/Berlin	49.8143	12.10818				02	093	09374	09374168
2921181	Gerbersdorf	gerbersdorf	DE		0	Europe/Berlin	49.21443	10.71573				02	095	09571	09571177
2921182	Gerbersdorf	gerbersdorf	DE		0	Europe/Berlin	48.54723	12.97653				02	092	09277	09277126
2921183	Gerberhäusle	gerberhausle	DE		0	Europe/Berlin	49.10668	9.37566				01	081	08125	08125059
2921186	Gerbachshof	gerbachshof	DE		0	Europe/Berlin	50.50338	9.68865				05	066	06631	06631006
2921189	Gerazreute	gerazreute	DE		0	Europe/Berlin	47.69162	9.89973				01	084	08436	08436094
2921193	Gerau	gerau	DE		0	Europe/Berlin	48.97899	10.30294				01	081	08136	08136068
2921194	Gerau	gerau	DE		0	Europe/Berlin	48.41141	13.24862		Gerau,Gerau Muhle,Gerau Mühle		02	092	09275	09275149
2921196	Geratsried	geratsried	DE		0	Europe/Berlin	47.59451	10.0733				02	097	09780	09780127
2921197	Geratsreute	geratsreute	DE		0	Europe/Berlin	47.85994	9.53754				01	084	08436	08436096
2921198	Geratspoint	geratspoint	DE		0	Europe/Berlin	48.46865	12.38019				02	092	09274	09274184
2921201	Geratshofen	geratshofen	DE		0	Europe/Berlin	49.35364	12.32526				02	093	09376	09376164
2921202	Geratshofen	geratshofen	DE		0	Europe/Berlin	48.54649	10.68405				02	097	09773	09773182
2921204	Geratsfurth	geratsfurth	DE		0	Europe/Berlin	48.36304	12.27288		Geratsfurt,Geratsfurth		02	092	09274	09274183
2921205	Geratsfurt	geratsfurt	DE		0	Europe/Berlin	48.44317	12.47456				02	092	09274	09274120
2921206	Geratsdorf	geratsdorf	DE		0	Europe/Berlin	48.41327	12.60954				02	092	09277	09277133
2921207	Geratsberg	geratsberg	DE		0	Europe/Berlin	48.63949	12.50911				02	092	09279	09279112
2921208	Geratsberg	geratsberg	DE		0	Europe/Berlin	48.34574	12.22211		Geratsberg,Getsberg		02	091	09177	09177139
2921209	Geratsberg	geratsberg	DE		0	Europe/Berlin	47.78333	9.51667				01	084	08436	08436095
2921212	Gerating	gerating	DE		0	Europe/Berlin	47.92987	12.6458				02	091	09189	09189155
2921214	Geraszell	geraszell	DE		0	Europe/Berlin	49.05671	12.57746				02	092	09278	09278197
2921216	Gerasmühle	gerasmuhle	DE		0	Europe/Berlin	49.39395	11.02464				02	095	09564	09564000
2921217	Geranienhof	geranienhof	DE		0	Europe/Berlin	52.7	14.4				11	00	12064	12064274
2921218	Geradsweiler	geradsweiler	DE		0	Europe/Berlin	48.06667	9.76667				01	084	08426	08426074
2921220	Geradstetten	geradstetten	DE		0	Europe/Berlin	48.80997	9.44245				01	081	08119	08119090
2921229	Gerabach	gerabach	DE		0	Europe/Berlin	48.70995	12.30857				02	092	09274	09274119
2921234	Gepülzig	gepuelzig	DE		0	Europe/Berlin	51.03046	12.88426				13	00	14522	14522120
2921236	Georg-Weierbach	georg-weierbach	DE		0	Europe/Berlin	49.73228	7.38758		Georg-Weierbach		08	00	07134	07134045
2921242	Georgsmarienhütte	georgsmarienhuette	DE		32580	Europe/Berlin	52.20296	8.0448		Georgsmarienhuette,Georgsmarienhutte,Georgsmarienhütte,Georgsmarienkhjutte,Georgsmarinkhite,ge ao er ge si ma lin xu te,ghywrghsmarynhwth,gywrgsmarynhwth,Георгсмариенхютте,Георгсмаринхите,גיאורגסמריינהוטה,غيورغسمارينهوته,گئورگسمارینهوته,格奥尔格斯马林许特		06	00	03459	03459019
2921243	Georgshütte	georgshuette	DE		0	Europe/Berlin	50.42947	11.2174				15	00	16072	16072018
2921250	Georgsheil	georgsheil	DE		0	Europe/Berlin	53.47199	7.31879		Georgsheil		06	00	03452	03452023
2921254	Georginenau	georginenau	DE		0	Europe/Berlin	53.41164	13.58801				12	00	13071	13071164
2921255	Georghausen	georghausen	DE		0	Europe/Berlin	50.99291	7.27033				07	053	05374	05374020
2921256	Georgewitz	georgewitz	DE		0	Europe/Berlin	51.11982	14.69344		Georgewitz,Korecy		13	00	14626	14626290
2921257	Georgenzell	georgenzell	DE		0	Europe/Berlin	50.71738	10.26409		Georgenzell		15	00	16066	16066059
2921258	Georgenzell	georgenzell	DE		0	Europe/Berlin	48.3766	12.20986				02	092	09274	09274154
2921266	Georgenstadt	georgenstadt	DE		0	Europe/Berlin	49.02573	10.20594				01	081	08136	08136018
2921268	Georgenschwimmbach	georgenschwimmbach	DE		0	Europe/Berlin	48.51594	12.51619				02	092	09279	09279115
2921269	Georgenried	georgenried	DE		0	Europe/Berlin	47.75632	11.70512				02	091	09182	09182134
2921272	Georgenhof	georgenhof	DE		0	Europe/Berlin	53.36707	13.24109				12	00	13071	13071025
2921277	Georgenhausen	georgenhausen	DE		0	Europe/Berlin	50.02451	7.53464				08	00	07140	07140070
2921278	Georgenhausen	georgenhausen	DE		0	Europe/Berlin	49.84495	8.80299				05	064	06432	06432019
2921279	Georgenhaag	georgenhaag	DE		0	Europe/Berlin	49.13958	10.65653		Georgenhaag		02	095	09571	09571113
2921281	Georgengrün	georgengruen	DE		0	Europe/Berlin	50.5368	12.42238				13	00	14523	14523360
2921284	Georgenfeld	georgenfeld	DE		0	Europe/Berlin	50.73773	13.75664				13	00	14628	14628010
2921285	Georgendorf	georgendorf	DE		0	Europe/Berlin	53.55529	13.41353				12	00	13071	13071117
2921286	Georgenbuch	georgenbuch	DE		0	Europe/Berlin	48.9614	11.65049				02	092	09273	09273164
2921287	Georgenborn	georgenborn	DE		0	Europe/Berlin	50.08864	8.12558		Georgenborn		05	064	06439	06439014
2921302	Genzien	genzien	DE		0	Europe/Berlin	52.88522	11.52516		Genzien		14	00	15081	15081030
2921304	Gentzrode	gentzrode	DE		0	Europe/Berlin	52.97871	12.79724				11	00	12068	12068320
2921311	Gensungen	gensungen	DE		0	Europe/Berlin	51.12971	9.44069		Gensungen		05	066	06634	06634003
2921317	Genshagen	genshagen	DE		0	Europe/Berlin	52.31561	13.31358		Genshagen		11	00	12072	12072240
2921318	Gensenweiler	gensenweiler	DE		0	Europe/Berlin	47.99687	9.70402				01	084	08426	08426062
2921319	Gensen	gensen	DE		0	Europe/Berlin	47.88179	9.90804				01	084	08436	08436010
2921323	Genschmar	genschmar	DE		311	Europe/Berlin	52.61217	14.51277	10			11	00	12064	12064057
2921325	Genrohe	genrohe	DE		0	Europe/Berlin	51.25426	6.2131				07	051	05166	05166004
2921327	Gennweiler	gennweiler	DE		0	Europe/Berlin	49.37075	7.05843				09	00	10043	10043112
2921329	Gennerich	gennerich	DE		0	Europe/Berlin	51.9797	7.40496		Geldriki,Geldrīki		07	055	05558	05558020
2921332	Gennenbach	gennenbach	DE		0	Europe/Berlin	47.76835	7.62794				01	083	08315	08315074
2921333	Gennebreck	gennebreck	DE		0	Europe/Berlin	51.31146	7.20656				07	059	05954	05954028
2921334	Gennachhausen	gennachhausen	DE		0	Europe/Berlin	47.87058	10.6903				02	097	09777	09777172
2921336	Gennach	gennach	DE		0	Europe/Berlin	48.12277	10.715				02	097	09772	09772170
2921337	Genna	genna	DE		0	Europe/Berlin	51.36261	7.61213		Genna		07	059	05962	05962024
2921338	Genkingen	genkingen	DE		0	Europe/Berlin	48.40676	9.18534				01	084	08415	08415091
2921343	Genin	genin	DE		0	Europe/Berlin	53.84143	10.66012		Genin		10	00	01003	01003000
2921344	Geniel	geniel	DE		0	Europe/Berlin	51.52024	6.27055				07	051	05154	05154012
2921345	Genhülsen	genhuelsen	DE		0	Europe/Berlin	51.15502	6.39988				07	051	05116	05116000
2921346	Genholt	genholt	DE		0	Europe/Berlin	51.25577	6.18328				07	051	05166	05166004
2921347	Genholland	genholland	DE		0	Europe/Berlin	51.12723	6.35574		Genholland		07	051	05116	05116000
2921348	Genhof	genhof	DE		0	Europe/Berlin	51.09939	6.25779				07	053	05370	05370004
2921349	Genhodder	genhodder	DE		0	Europe/Berlin	51.16606	6.33025		Genhodden,Genhodder		07	051	05116	05116000
2921350	Genheim	genheim	DE		0	Europe/Berlin	49.93892	7.81701		Genheim		08	00	07339	07339062
2921351	Genhausen	genhausen	DE		0	Europe/Berlin	51.14863	6.32702		Genhausen		07	051	05116	05116000
2921352	Gengkofen	gengkofen	DE		0	Europe/Berlin	48.97011	12.24162				02	093	09375	09375170
2921353	Gengham	gengham	DE		0	Europe/Berlin	48.51782	12.59131				02	092	09277	09277121
2921354	Gengham	gengham	DE		0	Europe/Berlin	47.9994	12.66129				02	091	09189	09189134
2921356	Genfeld	genfeld	DE		0	Europe/Berlin	51.10527	6.25145				07	053	05370	05370004
2921360	Geneschen Zwei	geneschen-zwei	DE		0	Europe/Berlin	51.2	6.26667				07	051	05166	05166024
2921361	Geneschen Eins	geneschen-eins	DE		0	Europe/Berlin	51.22638	6.24446				07	051	05166	05166024
2921364	Genend	genend	DE		0	Europe/Berlin	51.47716	6.60183		Genend		07	051	05170	05170024
2921365	Genend	genend	DE		0	Europe/Berlin	51.24753	6.26061				07	051	05166	05166024
2921366	Geneiken	geneiken	DE		0	Europe/Berlin	51.11064	6.26129		Geneiken		07	053	05370	05370004
2921367	Genehen	genehen	DE		0	Europe/Berlin	51.05997	6.30095		Genehen		07	053	05370	05370004
2921368	Gendorf	gendorf	DE		0	Europe/Berlin	51.07081	6.18143				07	053	05370	05370020
2921369	Gendorf	gendorf	DE		0	Europe/Berlin	48.17307	12.71589		Gendorf		02	091	09171	09171113
2921370	Gendohr	gendohr	DE		0	Europe/Berlin	51.24498	6.25691				07	051	05166	05166024
2921375	Gemünden an der Wohra	gemuenden-an-der-wohra	DE		4100	Europe/Berlin	50.97401	8.96946		Gemuenden (Wohra),Gemunden,Gemunden an der Wohra,Gemünden,Gemünden (Wohra),Gemünden an der Wohra		05	066	06635	06635012
2921376	Gemünden	gemuenden	DE		0	Europe/Berlin	50.55877	8.01649			07143224	08	00	07143	07143224
2921377	Gemünden	gemuenden	DE		0	Europe/Berlin	50.3609	8.40609				05	064	06434	06434013
2921378	Gemünden	gemuenden	DE		0	Europe/Berlin	50.17993	6.83061				08	00	07233	07233501
2921379	Gemünden am Main	gemuenden-am-main	DE		11375	Europe/Berlin	50.04946	9.70593		Geminden na Majni,Gemjunden-am-Majn,Gemjunden-na-Majne,Gemuenden am Main,Gemünden am Main,Mayni Gemyunden,ghymwndn am mayn,gmwndn am mayn,mei yin he pan ge ming deng,Геминден на Мајни,Гемюнден-ам-Майн,Гемюнден-на-Майне,Մայնի Գեմյունդեն,غيموندن آم ماين,گموندن آم ماین,美因河畔格明登		02	096	09677	09677131
2921381	Gemünda	gemunda	DE		0	Europe/Berlin	50.22533	10.80595		Gemunda,Gemünda		02	094	09473	09473165
2921387	Gempfing	gempfing	DE		0	Europe/Berlin	48.67617	10.98611				02	097	09779	09779201
2921390	Gemmhagen	gemmhagen	DE		0	Europe/Berlin	49.32912	10.08918				01	081	08127	08127075
2921395	Gemlenz	gemlenz	DE		0	Europe/Berlin	50.15169	11.43912				02	094	09477	09477128
2921396	Gemkental	gemkental	DE		0	Europe/Berlin	51.85	10.46667		Gemkental,Gemkenthal		06			
2921398	Gemenwirthe	gemenwirthe	DE		0	Europe/Berlin	51.87077	6.83658				07	055	05554	05554012
2921399	Gemenkrückling	gemenkrueckling	DE		0	Europe/Berlin	51.87684	6.88577				07	055	05554	05554012
2921400	Gemen	gemen	DE		0	Europe/Berlin	52.08987	7.13551		Gemen		07	055	05554	05554052
2921401	Gemen	gemen	DE		0	Europe/Berlin	51.85932	6.86474		Gamin		07	055	05554	05554012
2921404	Gemeinreuth	gemeinreuth	DE		0	Europe/Berlin	50.28261	11.57306				02	094	09475	09475169
2921408	Gemeinfeld	gemeinfeld	DE		0	Europe/Berlin	50.15258	10.66039				02	096	09674	09674121
2921416	Gemeinderied	gemeinderied	DE		0	Europe/Berlin	47.82432	10.31042				02	097	09780	09780119
2921421	Gemeindebusch	gemeindebusch	DE		0	Europe/Berlin	51.15751	14.04455				13	00	14625	14625200
2921422	Gemeindeberg	gemeindeberg	DE		0	Europe/Berlin	50.57635	12.66529				13	00	14521	14521700
2921432	Gemein	gemein	DE		0	Europe/Berlin	49.98333	11.63333				02	094	09472	09472119
2921433	Gembeck	gembeck	DE		0	Europe/Berlin	51.35389	8.89725		Gambiki,Gembeck		05	066	06635	06635018
2921436	Geltow	geltow	DE		0	Europe/Berlin	52.3626	12.97408				11	00	12069	12069590
2921438	Geltolfing	geltolfing	DE		0	Europe/Berlin	48.83543	12.60591				02	092	09278	09278113
2921454	Gelslingen	gelslingen	DE		0	Europe/Berlin	51.00335	7.73139		Gelslingen,Getslingen		07	059	05966	05966008
2921455	Gelshofen	gelshofen	DE		0	Europe/Berlin	49.07186	10.45432				02	095	09571	09571227
2921456	Gelshof	gelshof	DE		0	Europe/Berlin	52.61667	7.41667				06	00	03454	03454019
2921567	Geitersdorf	geitersdorf	DE		0	Europe/Berlin	50.74402	11.30381		Geitersdorf		15	00	16073	16073076
2921465	Gelsenkirchen-Alt	gelsenkirchen-alt	DE		0	Europe/Berlin	51.51667	7.11667		Gel'zenkirkhen,Gelsenkirchen,Gelsenkirchen-Alt,Гельзенкирхен		07	055	05513	05513000
2921468	Gelsdorf	gelsdorf	DE		0	Europe/Berlin	50.58593	7.03689		Gelsdorf		08	00	07131	07131090
2921469	Gelpertsricht	gelpertsricht	DE		0	Europe/Berlin	49.58519	12.10031				02	093	09374	09374133
2921471	Gelobtland	gelobtland	DE		0	Europe/Berlin	50.62742	13.17766				13	00	14521	14521390
2921474	Gelnhaar	gelnhaar	DE		0	Europe/Berlin	50.36306	9.14675				05	064	06440	06440019
2921478	Gelmeroda	gelmeroda	DE		0	Europe/Berlin	50.95107	11.30076				15	00	16055	16055000
2921480	Gelmer	gelmer	DE		0	Europe/Berlin	52.02799	7.67635		Galmeri,Galmėri		07	055	05515	05515000
2921481	Gelm	gelm	DE		0	Europe/Berlin	54.58531	13.38352				12	00	13073	13073013
2921485	Gellmersbach	gellmersbach	DE		0	Europe/Berlin	49.18114	9.29815		Gellmersbach		01	081	08125	08125102
2921489	Gellinghausen	gellinghausen	DE		0	Europe/Berlin	51.63737	8.74234				07	057	05774	05774012
2921490	Gellinghausen	gellinghausen	DE		0	Europe/Berlin	51.24475	8.35906		Gellinghausen		07	059	05958	05958040
2921491	Gellin	gellin	DE		0	Europe/Berlin	53.44978	14.32073				12	00	13075	13075113
2921492	Gelliehausen	gelliehausen	DE		0	Europe/Berlin	51.47625	10.05112				06	00	03159	03159015
2921495	Gellershausen	gellershausen	DE		0	Europe/Berlin	51.12879	9.01574				05	066	06635	06635009
2921496	Gellershausen	gellershausen	DE		0	Europe/Berlin	50.29219	10.69622				15	00	16069	16069063
2921497	Gellershagen	gellershagen	DE		0	Europe/Berlin	52.04009	8.51398				07	057	05711	05711000
2921499	Gellersen	gellersen	DE		0	Europe/Berlin	52.01796	9.30576				06	00	03252	03252001
2921502	Gellep-Stratum	gellep-stratum	DE		0	Europe/Berlin	51.32799	6.67024		Gelduba,Gellep,Gellep-Stratum		07	051	05114	05114000
2921503	Gellenthin	gellenthin	DE		0	Europe/Berlin	53.85997	13.86978				12	00	13075	13075137
2921506	Gellendorf	gellendorf	DE		0	Europe/Berlin	52.25754	7.47992		Gellendorf		07	055	05566	05566076
2921507	Gellendin	gellendin	DE		0	Europe/Berlin	53.82498	13.70218				12	00	13075	13075005
2921508	Gellenbrink	gellenbrink	DE		0	Europe/Berlin	52.16516	8.50879		Gehlenbrink,Gellenbrink		07	057	05758	05758032
2921510	Gellenbeck	gellenbeck	DE		0	Europe/Berlin	52.19667	7.94947				06	00	03459	03459020
2921512	Gellen	gellen	DE		0	Europe/Berlin	53.18643	8.34255				06	00	03461	03461004
2921513	Gelldorf	gelldorf	DE		0	Europe/Berlin	52.28306	9.12035				06	00	03257	03257028
2921518	Gelinter	gelinter	DE		0	Europe/Berlin	51.3969	6.37417				07	051	05154	05154060
2921521	Gelenau	gelenau	DE		0	Europe/Berlin	51.25417	14.07027		Gelenau		13	00	14625	14625250
2921522	Gelenau	gelenau	DE		4869	Europe/Berlin	50.71151	12.96666		Gelenau,Gelenau/Erzgebirge		13	00	14521	14521200
2921523	Geleitshäuser	geleitshaeuser	DE		0	Europe/Berlin	51.13819	13.22615				13	00	14522	14522080
2921524	Geleitsbach	geleitsbach	DE		0	Europe/Berlin	49.25853	13.04931				02	093	09372	09372144
2921530	Geldberg	geldberg	DE		0	Europe/Berlin	52.79073	11.6165				14	00	15090	15090415
2921533	Gelbsreuth	gelbsreuth	DE		0	Europe/Berlin	49.96436	11.33343				02	094	09477	09477164
2921537	Gelbingen	gelbingen	DE		0	Europe/Berlin	49.13291	9.74265		Gelbingen		01	081	08127	08127076
2921539	Gelbe Weiden	gelbe-weiden	DE		0	Europe/Berlin	50.07858	11.47016				02	094	09477	09477128
2921542	Gelbersdorf	gelbersdorf	DE		0	Europe/Berlin	48.66611	13.13972				02	092	09275	09275127
2921543	Gelbersdorf	gelbersdorf	DE		0	Europe/Berlin	48.53932	11.96111		Gelbersdorf		02	091	09178	09178125
2921549	Gelbenholzen	gelbenholzen	DE		0	Europe/Berlin	48.16302	11.25253				02	091	09179	09179121
2921550	Gelbelsee	gelbelsee	DE		0	Europe/Berlin	48.94566	11.43599		Gelbelsee		02	091	09176	09176120
2921553	Gelbach	gelbach	DE		0	Europe/Berlin	48.33869	8.2027				01	083	08317	08317093
2921558	Gelagweg	gelagweg	DE		0	Europe/Berlin	51.23333	6.16667				07	051	05166	05166020
2921560	Geizenburg	geizenburg	DE		0	Europe/Berlin	49.67913	6.71745				08	00	07235	07235107
2921569	Geitendorf	geitendorf	DE		0	Europe/Berlin	52.04129	7.24228				07	055	05558	05558040
2921571	Geitelde	geitelde	DE		1122	Europe/Berlin	52.20987	10.46858		Geitelde		06	00	03101	03101000
2921572	Geitau	geitau	DE		0	Europe/Berlin	47.68902	11.96111				02	091	09182	09182112
2921575	Geisweid	geisweid	DE		0	Europe/Berlin	50.91626	8.00667		Geisweid		07	059	05970	05970040
2921578	Geistenbeck	geistenbeck	DE		0	Europe/Berlin	51.14952	6.43945				07	051	05116	05116000
2921580	Geistacker	geistacker	DE		0	Europe/Berlin	48.3	8.11667				01	083	08317	08317029
2921581	Geist	geist	DE		0	Europe/Berlin	51.94526	7.62303				07	055	05515	05515000
2921582	Geist	geist	DE		0	Europe/Berlin	51.72538	8.20372				07	055	05570	05570048
2921586	Geiß-Nidda	geiss-nidda	DE		0	Europe/Berlin	50.40389	8.96939				05	064	06440	06440016
2921587	Geißmannsdorf	geissmannsdorf	DE		0	Europe/Berlin	51.14313	14.17346		Geissmannsdorf,Geißmannsdorf		13	00	14625	14625040
2921589	Geißlitz	geisslitz	DE		0	Europe/Berlin	51.29851	14.5595		Geisslitz,Geißlitz,Kislica		13	00	14625	14625340
2921590	Geißlitz	geisslitz	DE		0	Europe/Berlin	51.23502	13.53876				13	00	14627	14627200
2921591	Geißlingen	geisslingen	DE		0	Europe/Berlin	49.60392	10.10656				02	095	09575	09575155
2921592	Geißlingen	geisslingen	DE		0	Europe/Berlin	47.61995	8.39186		Geisslingen,Geißlingen		01	083	08337	08337062
2921594	Geißler	geissler	DE		0	Europe/Berlin	51.78187	8.03181				07	055	05570	05570008
2921605	Geißen	geissen	DE		0	Europe/Berlin	50.8617	12.00052				15	00	16076	16076064
2921607	Geißelhardt	geisselhardt	DE		0	Europe/Berlin	49.10312	9.57048		Geiselhardt,Geisselhardt,Geißelhardt		01	081	08127	08127052
2921638	Geismarkt	geismarkt	DE		0	Europe/Berlin	48.21186	10.39804				02	097	09774	09774111
2921648	Geislohe	geislohe	DE		0	Europe/Berlin	49.14528	10.78583				02	095	09577	09577138
2921649	Geislohe	geislohe	DE		0	Europe/Berlin	48.96489	10.98504				02	095	09577	09577158
2921650	Geislitz	geislitz	DE		0	Europe/Berlin	51.43333	14.45		Geislitz,Geisslitz		13	00	14625	14625330
2921651	Geislitz	geislitz	DE		0	Europe/Berlin	50.1725	9.21623				05	064	06435	06435018
2921654	Geislingen am Kocher	geislingen-am-kocher	DE		0	Europe/Berlin	49.16889	9.78778		Geislingen,Geislingen am Kocher		01	081	08127	08127009
2921657	Geisling	geisling	DE		0	Europe/Berlin	48.97008	12.32709				02	093	09375	09375183
2921661	Geisleithen	geisleithen	DE		0	Europe/Berlin	49.78836	12.32863				02	093	09377	09377146
2921662	Geislehen	geislehen	DE		0	Europe/Berlin	47.59759	9.79659				02	097	09776	09776126
2921666	Geislbach	geislbach	DE		0	Europe/Berlin	48.36403	12.16587				02	091	09177	09177139
2921667	Geislautern	geislautern	DE		0	Europe/Berlin	49.23588	6.83679		Geislautern		09	00	10041	10041519
2921668	Geislatsried	geislatsried	DE		0	Europe/Berlin	47.8038	10.73018				02	097	09777	09777118
2921669	Geislareuth	geislareuth	DE		0	Europe/Berlin	49.91802	11.42239				02	094	09472	09472167
2921670	Geislar	geislar	DE		0	Europe/Berlin	50.76046	7.12771		Geislar		07	053	05314	05314000
2921686	Geishof	geishof	DE		0	Europe/Berlin	49.09719	11.61032		Geisberg		02	093	09373	09373115
2921687	Geishof	geishof	DE		0	Europe/Berlin	48.00208	10.21243		Geishof		02	097	09778	09778202
2921698	Geisenried	geisenried	DE		0	Europe/Berlin	47.77069	10.56122				02	097	09777	09777151
2921700	Geisenkam	geisenkam	DE		0	Europe/Berlin	47.77791	12.2096				02	091	09187	09187172
2921701	Geisenhöhn	geisenhoehn	DE		0	Europe/Berlin	50.49404	10.75687				15	00	16069	16069043
2921702	Geisenhofen	geisenhofen	DE		0	Europe/Berlin	48.23248	11.19932				02	091	09179	09179117
2921703	Geisenhofen	geisenhofen	DE		0	Europe/Berlin	47.79601	10.60186				02	097	09777	09777167
2921704	Geisenhofen	geisenhofen	DE		0	Europe/Berlin	47.7408	10.72781				02	097	09777	09777171
2921712	Geisenfeldwinden	geisenfeldwinden	DE		0	Europe/Berlin	48.6822	11.59636				02	091	09186	09186122
2921714	Geisendorf	geisendorf	DE		0	Europe/Berlin	51.61902	14.18652		Gizkojce,Gižkojce		11	00	12066	12066228
2921716	Geisenbrunn	geisenbrunn	DE		0	Europe/Berlin	48.10591	11.32756		Geisenbrunn		02	091	09188	09188121
2921720	Geisenbach	geisenbach	DE		0	Europe/Berlin	49.56667	8.76667		Geisenbach		05	064	06431	06431017
2921722	Geisemers	geisemers	DE		0	Europe/Berlin	47.79618	10.20478				02	097	09780	09780112
2921725	Geiselwang	geiselwang	DE		0	Europe/Berlin	48.82484	10.17591				01	081	08136	08136088
2921727	Geiselstorf	geiselstorf	DE		0	Europe/Berlin	48.54192	12.79944				02	092	09277	09277111
2921729	Geiselsdorf	geiselsdorf	DE		0	Europe/Berlin	48.5447	12.34889				02	092	09274	09274145
2921730	Geiselsdorf	geiselsdorf	DE		0	Europe/Berlin	48.4722	12.33556				02	092	09274	09274184
2921731	Geiselsberg	geiselsberg	DE		0	Europe/Berlin	49.1464	10.84316				02	095	09577	09577138
2921732	Geiselrot	geiselrot	DE		0	Europe/Berlin	49.02438	10.01938				01	081	08136	08136060
2921735	Geiselloh	geiselloh	DE		0	Europe/Berlin	48.29628	12.65194				02	091	09171	09171127
2921737	Geiselhöhe	geiselhohe	DE		0	Europe/Berlin	49.75391	11.36368		Geiselhohe,Geiselhöhe		02	094	09474	09474129
2921738	Geiselhof	geiselhof	DE		0	Europe/Berlin	49.46679	11.95819				02	093	09371	09371122
2921741	Geiselharz	geiselharz	DE		0	Europe/Berlin	47.69517	9.76206				01	084	08436	08436006
2921742	Geiselharting	geiselharting	DE		0	Europe/Berlin	48.31516	12.41462				02	091	09183	09183132
2921743	Geiselgasteig	geiselgasteig	DE		0	Europe/Berlin	48.06122	11.545				02	091	09184	09184122
2921744	Geiselfing	geiselfing	DE		0	Europe/Berlin	48.03677	12.62166				02	091	09189	09189134
2921745	Geiselbullach	geiselbullach	DE		0	Europe/Berlin	48.22785	11.34353		Geiselbullach		02	091	09179	09179142
2921758	Geisecke	geisecke	DE		0	Europe/Berlin	51.45356	7.61639		Geisecke		07	059	05978	05978028
2921763	Geisdörfle	geisdorfle	DE		0	Europe/Berlin	48.57672	8.18696				01	083	08317	08317126
2921764	Geisdorf	geisdorf	DE		0	Europe/Berlin	49.90514	11.11083		Geisdorf		02	094	09471	09471142
2921767	Geisberg	geisberg	DE		0	Europe/Berlin	50.31539	9.66628				05	064	06435	06435027
2921768	Geisberg	geisberg	DE		0	Europe/Berlin	48.33306	13.01965				02	092	09277	09277152
2921808	Geisbach	geisbach	DE		0	Europe/Berlin	50.76312	7.30728				07	053	05382	05382020
2921818	Geinsheim	geinsheim	DE		0	Europe/Berlin	49.88247	8.39642		Geinsheim		05	064	06433	06433014
2921819	Geinsheim	geinsheim	DE		0	Europe/Berlin	49.30447	8.25606		Geinsheim		08	00	07316	07316000
2921821	Geiningen	geiningen	DE		0	Europe/Berlin	50.89277	7.67889		Geiningen		07	053	05374	05374044
2921822	Geinegge	geinegge	DE		0	Europe/Berlin	51.71299	7.77815				07	059	05915	05915000
2921824	Geilwang	geilwang	DE		0	Europe/Berlin	54.53333	9.3				10	00	01059	01059092
2921825	Geilsheim	geilsheim	DE		0	Europe/Berlin	49.03153	10.64817				02	095	09571	09571214
2921826	Geilshausen	geilshausen	DE		0	Europe/Berlin	50.6463	8.89446		Rabenau-Geilshausen		05	065	06531	06531015
2921827	Geilsdorf	geilsdorf	DE		0	Europe/Berlin	50.74437	11.07944				15	00	16070	16070048
2921828	Geilsdorf	geilsdorf	DE		0	Europe/Berlin	50.42729	12.03443				13	00	14523	14523450
2921830	Geilrath	geilrath	DE		0	Europe/Berlin	50.89038	6.63978				07	053	05362	05362032
2921834	Geilertshausen	geilertshausen	DE		0	Europe/Berlin	47.9336	11.58637				02	091	09173	09173120
2921838	Geilenberg	geilenberg	DE		0	Europe/Berlin	51.16291	7.05886				07	051	05122	05122000
2921840	Geilenbach	geilenbach	DE		0	Europe/Berlin	51.07993	7.11629				07	053	05378	05378008
2921845	Geiging	geiging	DE		0	Europe/Berlin	47.7973	12.18822				02	091	09187	09187169
2921849	Geigersthal	geigersthal	DE		0	Europe/Berlin	47.61667	9.91667				02	097	09776	09776114
2921854	Geigersau	geigersau	DE		0	Europe/Berlin	47.72888	11.02935				02	091	09190	09190117
2921855	Geigers	geigers	DE		0	Europe/Berlin	47.64397	10.35419				02	097	09780	09780140
2921863	Geiger	geiger	DE		0	Europe/Berlin	47.9158	9.64431				01	084	08436	08436008
2921867	Geigenreuth	geigenreuth	DE		0	Europe/Berlin	49.92794	11.52719				02	094	09462	09462000
2921868	Geigenkofen	geigenkofen	DE		0	Europe/Berlin	48.52511	12.60126				02	092	09279	09279134
2921874	Geigen	geigen	DE		0	Europe/Berlin	49.24915	12.68462				02	093	09372	09372175
2921875	Geigen	geigen	DE		0	Europe/Berlin	47.7631	9.45531				01	084	08436	08436095
2921877	Geigelbach	geigelbach	DE		0	Europe/Berlin	47.94345	9.59021				01	084	08436	08436093
2921879	Geigant	geigant	DE		0	Europe/Berlin	49.32602	12.68268		Geigant		02	093	09372	09372171
2921881	Geifertshofen	geifertshofen	DE		0	Europe/Berlin	49.00769	9.89128				01	081	08127	08127013
2921883	Geierswalde	geierswalde	DE		0	Europe/Berlin	51.49451	14.12468		Geierswalde,Lejno		13	00	14625	14625120
2921888	Geiersnest	geiersnest	DE		0	Europe/Berlin	47.91643	7.84587				01	083	08315	08315014
2921889	Geiersnest	geiersnest	DE		0	Europe/Berlin	49.94314	11.61922				02	094	09462	09462000
2921896	Geierseck	geierseck	DE		0	Europe/Berlin	48.32026	12.18129				02	091	09177	09177115
2921897	Geiersberg	geiersberg	DE		0	Europe/Berlin	50.53981	12.00229				13	00	14523	14523365
2921898	Geiersberg	geiersberg	DE		0	Europe/Berlin	50.00806	11.79928				02	094	09472	09472198
2921899	Geiersberg	geiersberg	DE		0	Europe/Berlin	49.09602	12.03672				02	093	09375	09375165
2921900	Geiersberg	geiersberg	DE		0	Europe/Berlin	48.67609	13.664				02	092	09275	09275126
2921901	Geiersberg	geiersberg	DE		0	Europe/Berlin	48.31562	12.18376				02	091	09177	09177115
2921938	Geierlambach	geierlambach	DE		0	Europe/Berlin	48.48592	11.67137				02	091	09178	09178136
2921939	Geiering	geiering	DE		0	Europe/Berlin	48.32985	12.20625				02	091	09177	09177139
2921947	Geichsenhof	geichsenhof	DE		0	Europe/Berlin	49.30244	10.79577		Geichsenhof		02	095	09571	09571180
2921949	Geich	geich	DE		0	Europe/Berlin	50.81817	6.39922		Geich		07	053	05358	05358032
2921950	Geich	geich	DE		0	Europe/Berlin	50.70445	6.63189				07	053	05366	05366044
2921951	Geibenstetten	geibenstetten	DE		0	Europe/Berlin	48.76198	11.7538		Geibenstetten		02	092	09273	09273152
2921952	Gehweiler	gehweiler	DE		0	Europe/Berlin	49.57357	6.89901				09	00	10042	10042116
2921953	Gehweiler	gehweiler	DE		0	Europe/Berlin	49.5308	7.1888		Gehweiler		09	00	10046	10046113
2921956	Gehstorf	gehstorf	DE		0	Europe/Berlin	49.17996	12.84328				02	093	09372	09372137
2921958	Gehrum	gehrum	DE		0	Europe/Berlin	53.39879	10.6733				12	00	13076	13076014
2921959	Gehrsweilerhof	gehrsweilerhof	DE		0	Europe/Berlin	49.474	7.78792				08	00	07312	07312000
2921960	Gehrsricht	gehrsricht	DE		0	Europe/Berlin	49.44704	11.70739		Gersricht		02	093	09371	09371131
2921962	Gehringswalde	gehringswalde	DE		0	Europe/Berlin	50.66055	13.09246		Gehringswalde		13	00	14521	14521670
2921963	Gehringsdorf	gehringsdorf	DE		0	Europe/Berlin	52.11402	11.19983				14	00	15083	15083190
2921965	Gehring	gehring	DE		0	Europe/Berlin	48.44777	12.9252				02	092	09277	09277138
2921966	Gehring	gehring	DE		0	Europe/Berlin	48.29456	12.53923				02	091	09183	09183130
2921968	Gehrhof	gehrhof	DE		0	Europe/Berlin	52.85592	11.77394				14	00	15090	15090520
2921969	Gehrhof	gehrhof	DE		0	Europe/Berlin	49.00609	9.7262				01	081	08127	08127023
2921976	Gehrenrode	gehrenrode	DE		0	Europe/Berlin	51.93388	10.01524				06	00	03155	03155001
2921980	Gehrener Sielwende	gehrener-sielwende	DE		0	Europe/Berlin	53.78732	9.19845				06	00	03359	03359035
2921981	Gehrendorf	gehrendorf	DE		0	Europe/Berlin	52.39823	11.02478				14	00	15083	15083411
2921984	Gehrenberg	gehrenberg	DE		0	Europe/Berlin	49.20704	10.29022				02	095	09571	09571145
2921985	Gehrenberg	gehrenberg	DE		0	Europe/Berlin	47.73333	9.4				01	084	08435	08435034
2922015	Gehn	gehn	DE		0	Europe/Berlin	50.62622	6.65589		Gehn		07	053	05366	05366028
2922016	Gehmkow	gehmkow	DE		0	Europe/Berlin	53.79703	13.05137				12	00	13071	13071128
2922017	Gehmkendorf	gehmkendorf	DE		0	Europe/Berlin	53.87561	12.65778				12	00	13072	13072049
2922018	Gehmen	gehmen	DE		0	Europe/Berlin	51.70814	12.87164				14	00	15091	15091010
2921994	Gehren	gehren	DE	98708	0	Europe/Berlin	53.29701	8.38088				06	00	03461	03461008
2922020	Gehmannsberg	gehmannsberg	DE		0	Europe/Berlin	48.94759	13.22968		Gehmannsberg,Gehmansberg		02	092	09276	09276139
2922021	Gehmannsberg	gehmannsberg	DE		0	Europe/Berlin	48.83199	13.37527				02	092	09272	09272120
2922023	Gehlsdorf	gehlsdorf	DE		0	Europe/Berlin	54.09997	12.12273		Gdf,Gehlsdorf		12	00	13003	13003000
2922024	Gehlsdorf	gehlsdorf	DE		0	Europe/Berlin	52.25662	12.23927				14	00	15086	15086040
2922029	Gehlensiel	gehlensiel	DE		0	Europe/Berlin	53.77258	9.53752				10	00	01061	01061037
2922030	Gehlenberg	gehlenberg	DE		0	Europe/Berlin	52.97631	7.76609				06	00	03453	03453007
2922032	Gehlenbeck	gehlenbeck	DE		0	Europe/Berlin	52.31047	8.64478				07	057	05770	05770020
2922036	Gehlbergen	gehlbergen	DE		0	Europe/Berlin	52.81884	9.04978		Gehlbergen		06	00	03251	03251049
2922044	Gehertsham	gehertsham	DE		0	Europe/Berlin	48.3289	12.43002				02	091	09183	09183143
2922045	Gehersdorf	gehersdorf	DE		0	Europe/Berlin	48.31333	12.83171				02	092	09277	09277154
2922046	Gehersberg	gehersberg	DE		0	Europe/Berlin	48.73637	13.38389				02	092	09275	09275152
2922047	Gehersberg	gehersberg	DE		0	Europe/Berlin	47.93782	12.28683				02	091	09187	09187139
2922048	Gehering	gehering	DE		0	Europe/Berlin	47.86123	12.15625				02	091	09187	09187177
2922052	Gehege	gehege	DE		0	Europe/Berlin	53.32345	9.70379				06	00	03353	03353006
2922057	Geheege	geheege	DE		0	Europe/Berlin	51.32038	14.9464				13	00	14626	14626480
2922058	Geheege	geheege	DE		0	Europe/Berlin	50.76528	11.88789		Geheega,Geheege		15	00	16075	16075029
2922061	Gehaus	gehaus	DE		0	Europe/Berlin	50.75773	10.07652		Gehaus		15	00	16063	16063015
2922064	Gehau	gehau	DE		0	Europe/Berlin	51.09692	9.81182		Gehau		05	066	06636	06636012
2922065	Gehau	gehau	DE		0	Europe/Berlin	50.77995	9.47629		Gehau		05	066	06632	06632004
2922071	Geharting	geharting	DE		0	Europe/Berlin	47.9547	12.12427				02	091	09187	09187142
2922073	Gehag	gehag	DE		0	Europe/Berlin	54.27106	12.94601				12	00	13073	13073060
2922080	Gegensee	gegensee	DE		0	Europe/Berlin	53.63888	14.21343				12	00	13075	13075001
2922087	Geferting	geferting	DE		0	Europe/Berlin	48.65136	13.3564				02	092	09275	09275151
2922095	Gefäll	gefall	DE		0	Europe/Berlin	50.30443	9.98592				02	096	09672	09672117
2922101	Geesthalle	geesthalle	DE		0	Europe/Berlin	53.55	8.6		Geesthalle,Geesthelle		03	00	04012	04012000
2922108	Geestenseth	geestenseth	DE		0	Europe/Berlin	53.50872	8.85146				06	00	03352	03352050
2922109	Geestemünde	geestemuende	DE		0	Europe/Berlin	53.53294	8.59446				03	00	04012	04012000
2922110	Geestefeld	geestefeld	DE		0	Europe/Berlin	52.87477	9.2352				06	00	03361	03361003
2922113	Geestdorf	geestdorf	DE		0	Europe/Berlin	53.38333	9				06	00	03357	03357016
2922114	Geest	geest	DE		0	Europe/Berlin	52.76705	7.21852				06	00	03454	03454018
2922118	Geesdorf	geesdorf	DE		0	Europe/Berlin	49.8036	10.37234				02	096	09675	09675178
2922119	Gees	gees	DE		0	Europe/Berlin	50.22071	6.69807				08	00	07233	07233026
2922121	Geelbyholz	geelbyholz	DE		0	Europe/Berlin	54.55	9.7				10	00	01059	01059189
2922122	Geel	geel	DE		0	Europe/Berlin	54.53342	9.68492				10	00	01059	01059189
2922123	Geedern	geedern	DE		0	Europe/Berlin	51.41194	7.35405		Gedern,Geedern		07	059	05954	05954036
2922127	Gederbach	gederbach	DE		0	Europe/Berlin	51.41394	7.37516				07	059	05954	05954036
2922128	Gedelitz	gedelitz	DE		0	Europe/Berlin	53.03058	11.30476				06	00	03354	03354023
2922129	Geddenberg	geddenberg	DE		0	Europe/Berlin	51	6.56667				07	053	05362	05362004
2922130	Geddelsbach	geddelsbach	DE		0	Europe/Berlin	49.1439	9.49855		Geddelsbach		01	081	08126	08126011
2922133	Geckenheim	geckenheim	DE		0	Europe/Berlin	49.57126	10.23975				02	095	09575	09575179
2922134	Geckenau	geckenau	DE		0	Europe/Berlin	50.39219	10.2087				02	096	09673	09673116
2922138	Gebüg	gebueg	DE		0	Europe/Berlin	49.06567	7.71024				08	00	07340	07340045
2922144	Gebrontshausen	gebrontshausen	DE		0	Europe/Berlin	48.59686	11.66096				02	091	09186	09186162
2922147	Gebrazhofen	gebrazhofen	DE		0	Europe/Berlin	47.78717	9.95317		Gebrazhofen		01	084	08436	08436055
2922160	Geboldingen	geboldingen	DE		0	Europe/Berlin	47.87667	9.90363				01	084	08436	08436010
2922162	Geblatsried	geblatsried	DE		0	Europe/Berlin	47.81832	10.72439				02	097	09777	09777118
2922163	Geblar	geblar	DE		0	Europe/Berlin	50.73333	10.2				15	00	16063	16063015
2922164	Gebirge	gebirge	DE		0	Europe/Berlin	51.06841	14.51608				13	00	14626	14626020
2922165	Gebirge	gebirge	DE		0	Europe/Berlin	50.63697	13.19654		Gebirge,Marienberg-Gebirge		13	00	14521	14521390
2922167	Gebirg	gebirg	DE		0	Europe/Berlin	48.46712	8.05569				01	083	08317	08317021
2922168	Gebhardtshof	gebhardtshof	DE		0	Europe/Berlin	49.91419	11.68132				02	094	09472	09472199
2922169	Gebhardsweiler	gebhardsweiler	DE		0	Europe/Berlin	47.72872	9.25884				01	084	08435	08435066
2922170	Gebhardsweiler	gebhardsweiler	DE		0	Europe/Berlin	47.65	9.65				01	084	08435	08435057
2922171	Gebhardsreuth	gebhardsreuth	DE		0	Europe/Berlin	49.60048	12.4297		Gebhardsreuth		02	093	09374	09374137
2922173	Gebhardshof	gebhardshof	DE		0	Europe/Berlin	52.6	12.31667				11	00	12063	12063252
2922175	Gebhardshagen	gebhardshagen	DE		0	Europe/Berlin	52.10619	10.35856				06	00	03102	03102000
2922178	Gebertshofen	gebertshofen	DE		0	Europe/Berlin	49.39506	11.55315				02	093	09373	09373140
2922183	Gebersreuth	gebersreuth	DE		0	Europe/Berlin	50.42897	11.89368				15	00	16075	16075131
2922184	Geberskirchen	geberskirchen	DE		0	Europe/Berlin	48.58715	11.96799				02	092	09274	09274132
2922185	Gebersheim	gebersheim	DE		0	Europe/Berlin	48.81252	8.97901				01	081	08115	08115028
2922187	Gebersdorf	gebersdorf	DE		0	Europe/Berlin	51.89974	13.41065				11	00	12072	12072053
2922188	Gebersdorf	gebersdorf	DE		0	Europe/Berlin	50.95986	9.30347				05	066	06634	06634004
2922189	Gebersdorf	gebersdorf	DE		0	Europe/Berlin	50.52994	11.27135				15	00	16073	16073028
2922190	Gebersdorf	gebersdorf	DE		0	Europe/Berlin	49.42831	11.01067				02	095	09573	09573127
2922191	Gebersdorf	gebersdorf	DE		0	Europe/Berlin	49.33335	10.63732				02	095	09571	09571217
2922192	Gebersdorf	gebersdorf	DE		0	Europe/Berlin	49.07484	11.22986		Gebersdorf		02	095	09576	09576148
2922193	Gebersdorf	gebersdorf	DE		0	Europe/Berlin	48.755	12.10055				02	092	09274	09274176
2922194	Gebersdorf	gebersdorf	DE		0	Europe/Berlin	48.51702	11.0327				02	097	09771	09771155
2922195	Gebersberg	gebersberg	DE		0	Europe/Berlin	48.65522	8.15354				01	082	08216	08216007
2922197	Gebersbach	gebersbach	DE		0	Europe/Berlin	51.08766	13.06691		Gebersbach		13	00	14522	14522570
2922199	Geber	geber	DE		0	Europe/Berlin	50.84812	7.26278				07	053	05382	05382028
2922200	Gebenweiler Gehren	gebenweiler-gehren	DE		0	Europe/Berlin	48.91398	9.66866				01	081	08119	08119037
2922201	Gebenweiler	gebenweiler	DE		0	Europe/Berlin	48.91009	9.65042				01	081	08119	08119037
2922202	Gebensbach	gebensbach	DE		0	Europe/Berlin	48.33767	12.22915				02	091	09177	09177139
2922203	Gebenhofen	gebenhofen	DE		0	Europe/Berlin	48.46001	10.96472		Gebenhofen		02	097	09771	09771112
2922208	Gebelzig	gebelzig	DE		0	Europe/Berlin	51.22297	14.67068		Gebelzig,Hbjelsk		13	00	14626	14626190
2922209	Gebelkofen	gebelkofen	DE		0	Europe/Berlin	48.9349	12.16059		Gebelkofen		02	093	09375	09375179
2922213	Geba	geba	DE		0	Europe/Berlin	50.57973	10.26105				15	00	16066	16066093
2922220	Gaxhardt	gaxhardt	DE		0	Europe/Berlin	49.01532	10.32862				01	081	08136	08136068
2922221	Gaxel	gaxel	DE		0	Europe/Berlin	52.03283	6.8138				07	055	05554	05554068
2922222	Gaxberg	gaxberg	DE		0	Europe/Berlin	51.42037	7.73609				07	059	05962	05962040
2922223	Gävernitz	gaevernitz	DE		0	Europe/Berlin	51.22877	13.50961				13	00	14627	14627200
2922224	Gavendorf	gavendorf	DE		0	Europe/Berlin	52.92448	10.71055				06	00	03360	03360030
2922229	Gautzsch	gautzsch	DE		0	Europe/Berlin	51.27818	12.36292		Gautzsch		13	00	14729	14729260
2922231	Gaustritz	gaustritz	DE		0	Europe/Berlin	50.98205	13.76364				13	00	14628	14628050
2922232	Gaustadt	gaustadt	DE		0	Europe/Berlin	49.90485	10.85748		Gaustadt		02	094	09461	09461000
2922233	Huska	huska	DE		622	Europe/Berlin	51.13531	14.31321		Gaussig,Gaußig,Huska		13	00	14625	14625110
2922234	Gausmannsweiler	gausmannsweiler	DE		0	Europe/Berlin	48.91259	9.62115				01	081	08119	08119084
2922239	Gauselfingen	gauselfingen	DE		0	Europe/Berlin	48.27266	9.16672		Gauselfingen		01	084	08417	08417013
2922242	Gausbach	gausbach	DE		0	Europe/Berlin	48.68523	8.36446		Gausbach		01	082	08216	08216013
2922243	Gaurettersheim	gaurettersheim	DE		0	Europe/Berlin	49.59509	9.91828				02	096	09679	09679122
2922244	Gaupel	gaupel	DE		0	Europe/Berlin	51.96712	7.18763		Goplon,Gôplôn		07	055	05558	05558012
2922246	Gaunkofen	gaunkofen	DE		0	Europe/Berlin	48.62644	12.15447				02	092	09274	09274128
2922247	Gaunitz	gaunitz	DE		0	Europe/Berlin	51.33524	13.12916				13	00	14730	14730170
2922249	Gaumnitz	gaumnitz	DE		0	Europe/Berlin	51.08333	12.06667				14	00	15084	15084590
2922251	Gaulzhofen	gaulzhofen	DE		0	Europe/Berlin	48.48465	10.987				02	097	09771	09771114
2922260	Gaulsheim	gaulsheim	DE		0	Europe/Berlin	49.96638	7.95869				08	00	07339	07339005
2922262	Gaulnhofen	gaulnhofen	DE		0	Europe/Berlin	49.36345	11.07658				02	095	09564	09564000
2922263	Gaulnhofen	gaulnhofen	DE		0	Europe/Berlin	49.32325	10.88569				02	095	09576	09576142
2922264	Gaulis	gaulis	DE		0	Europe/Berlin	51.18841	12.39638		Gaulis		13	00	14729	14729040
2922265	Gauling	gauling	DE		0	Europe/Berlin	48.34488	12.42117				02	091	09183	09183143
2922272	Gau-Köngernheim	gau-koengernheim	DE		0	Europe/Berlin	49.77329	8.18737				08	00	07331	07331032
2922274	Gauingen	gauingen	DE		0	Europe/Berlin	48.23965	9.43677				01	084	08415	08415085
2922277	Gaugshausen	gaugshausen	DE		0	Europe/Berlin	49.14408	9.92351				01	081	08127	08127043
2922279	Gaugenwald	gaugenwald	DE		0	Europe/Berlin	48.63143	8.61275		Gaugenwald		01	082	08235	08235050
2922280	Gauert	gauert	DE		0	Europe/Berlin	53.45948	10.07121				04	00	02000	02000000
2922281	Gauerstadt	gauerstadt	DE		0	Europe/Berlin	50.30774	10.80359				02	094	09473	09473158
2922283	Gauernitz	gauernitz	DE		0	Europe/Berlin	51.11462	13.55617		Gauernitz		13	00	14627	14627100
2922287	Gauensiek	gauensiek	DE		0	Europe/Berlin	53.70466	9.40058				06	00	03359	03359013
2922289	Gauel	gauel	DE		0	Europe/Berlin	53.00709	10.87698				06	00	03360	03360018
2922290	Gaue	gaue	DE		0	Europe/Berlin	52.68157	8.86832				06	00	03251	03251040
2922292	Gaudlitz	gaudlitz	DE		0	Europe/Berlin	51.21259	13.03114				13	00	14730	14730200
2922293	Gaudichsroda	gaudichsroda	DE		0	Europe/Berlin	51.29005	12.87186				13	00	14729	14729160
2922294	Gaudernbach	gaudernbach	DE		0	Europe/Berlin	50.46671	8.20349				05	065	06533	06533017
2922295	Gaudenhof	gaudenhof	DE		0	Europe/Berlin	53.66678	14.05585				12	00	13075	13075031
2922296	Gauchshausen	gauchshausen	DE		0	Europe/Berlin	49.04995	10.04228				01	081	08127	08127103
2922297	Gauchsdorf	gauchsdorf	DE		0	Europe/Berlin	49.26556	11.00349				02	095	09576	09576117
2922302	Gaubüttelbrunn	gaubuttelbrunn	DE		0	Europe/Berlin	49.63913	9.87645				02	096	09679	09679153
2922307	Gauaschach	gauaschach	DE		0	Europe/Berlin	50.0481	9.92855				02	096	09672	09672127
2922308	Gauangelloch	gauangelloch	DE		0	Europe/Berlin	49.34587	8.75251		Gauangelloch		01	082	08226	08226041
2922310	Gatzweiler	gatzweiler	DE		0	Europe/Berlin	51.15149	6.31472		Gatzweiler		07	051	05116	05116000
2922312	Gatzerreut	gatzerreut	DE		0	Europe/Berlin	48.73174	13.42478				02	092	09275	09275160
2922313	Gatzen	gatzen	DE		0	Europe/Berlin	51.12499	12.25377				13	00	14729	14729170
2922314	Gattnau	gattnau	DE		0	Europe/Berlin	47.60451	9.61019		Gattnau		01	084	08435	08435029
2922317	Gatterstädt	gatterstaedt	DE		0	Europe/Berlin	51.40297	11.54519				14	00	15088	15088305
2922318	Gattershof	gattershof	DE		0	Europe/Berlin	49.2846	11.95682				02	093	09371	09371146
2922320	Gattersberg	gattersberg	DE		0	Europe/Berlin	48.8908	12.09851				02	092	09273	09273116
2922323	Gattering	gattering	DE		0	Europe/Berlin	48.69512	12.54405				02	092	09279	09279128
2922330	Gattenhofen	gattenhofen	DE		0	Europe/Berlin	49.41746	10.1967				02	095	09571	09571205
2922332	Gattenham	gattenham	DE		0	Europe/Berlin	48.04902	12.38416				02	091	09189	09189142
2922334	Gatschow	gatschow	DE		0	Europe/Berlin	53.83829	13.07087				12	00	13071	13071008
2922336	Gatow	gatow	DE		3722	Europe/Berlin	52.48324	13.18285		Berlin-Gatow		16	00	11000	11000000
2922337	Gatow	gatow	DE		0	Europe/Berlin	53.10732	14.33493				11	00	12073	12073532
2922338	Gäthkenhagen	gaethkenhagen	DE		0	Europe/Berlin	54.32796	12.63132		Gathkenhagen,Gäthkenhagen		12	00	13073	13073018
2922339	Gätjensort	gaetjensort	DE		0	Europe/Berlin	53.48998	10.04836				04	00	02000	02000000
2922341	Gath	gath	DE		0	Europe/Berlin	54.78833	8.84036				10	00	01054	01054088
2922344	Gastweg	gastweg	DE		0	Europe/Berlin	53.51667	7.36667				06	00	03452	03452023
2922345	Gastrup	gastrup	DE		0	Europe/Berlin	52.77619	8.43012				06	00	03460	03460004
2922346	Gastriege	gastriege	DE		0	Europe/Berlin	53.65711	7.72175		Gastriege		06	00	03462	03462017
2922347	Gastorf	gastorf	DE		0	Europe/Berlin	48.64855	13.42851				02	092	09275	09275144
2922348	Gastorf	gastorf	DE		0	Europe/Berlin	48.43962	12.02244				02	092	09274	09274121
2922351	Gastewitz	gastewitz	DE		0	Europe/Berlin	51.25418	12.86228		Gastewitz		13	00	14729	14729160
2922352	Gastewitz	gastewitz	DE		0	Europe/Berlin	51.23475	13.12902		Gastewitz,Hohenwussen-Gastewitz		13	00	14730	14730210
2922353	Gasteroda	gasteroda	DE		0	Europe/Berlin	50.89621	10.05386				15	00	16063	16063103
2922354	Gastering	gastering	DE		0	Europe/Berlin	48.62782	13.56136				02	092	09275	09275150
2922356	Gastenfelden	gastenfelden	DE		0	Europe/Berlin	49.31501	10.29618				02	095	09571	09571125
2922357	Gastenfelden	gastenfelden	DE		0	Europe/Berlin	49.16667	10.55				02	095	09571	09571115
2922358	Gastelshof	gastelshof	DE		0	Europe/Berlin	49.17929	11.67769				02	093	09373	09373160
2922359	Gasteig	gasteig	DE		0	Europe/Berlin	48.28837	12.90864				02	092	09277	09277154
2922360	Gasteig	gasteig	DE		0	Europe/Berlin	48.18169	12.63384				02	091	09171	09171135
2922361	Gasteig	gasteig	DE		0	Europe/Berlin	48.05651	11.98317				02	091	09175	09175122
2922362	Gasteig	gasteig	DE		0	Europe/Berlin	47.86126	11.40359				02	091	09173	09173123
2922363	Gasteig	gasteig	DE		0	Europe/Berlin	47.775	12.13764				02	091	09187	09187154
2922371	Gaste	gaste	DE		0	Europe/Berlin	52.25667	7.95277				06	00	03459	03459021
2922373	Gastag	gastag	DE		0	Europe/Berlin	47.90611	12.93773		Gastag,Gustag		02	091	09172	09172122
2922377	Gassenreuth	gassenreuth	DE		0	Europe/Berlin	50.33604	12.05166				13	00	14523	14523440
2922379	Gassenhof	gassenhof	DE		0	Europe/Berlin	49.55517	11.70731				02	093	09371	09371119
2922382	Gassenbach	gassenbach	DE		0	Europe/Berlin	50.21667	8.26667				05	064	06439	06439008
2922383	Gassen	gassen	DE		0	Europe/Berlin	50.16222	9.34238				05	064	06435	06435003
2922384	Gassen	gassen	DE		0	Europe/Berlin	48.16654	12.11131				02	091	09183	09183126
2922389	Gasseltshausen	gasseltshausen	DE		0	Europe/Berlin	48.66727	11.73743				02	092	09273	09273113
2922391	Gasseldorf	gasseldorf	DE		0	Europe/Berlin	49.79833	11.19987				02	094	09474	09474121
2922393	Gasse	gasse	DE		0	Europe/Berlin	50.5979	13.29117				13	00	14521	14521390
2922394	Gasse	gasse	DE		0	Europe/Berlin	48.10592	8.03765				01	083	08316	08316042
2922395	Gasse	gasse	DE		0	Europe/Berlin	47.74209	11.74705				02	091	09182	09182116
2922396	Gasse	gasse	DE		0	Europe/Berlin	47.68252	11.77315				02	091	09182	09182129
2922401	Gaß	gass	DE		0	Europe/Berlin	47.79344	8.05152				01	083	08337	08337013
2922402	Gaß	gass	DE		0	Europe/Berlin	50.00361	7.50069				08	00	07140	07140076
2922405	Gashol	gashol	DE		0	Europe/Berlin	51.45	9.01667				05	066	06635	06635008
2922407	Gasern	gasern	DE		0	Europe/Berlin	51.17503	13.4535		Gasern		13	00	14627	14627140
2922408	Gaschwitz	gaschwitz	DE		0	Europe/Berlin	51.25265	12.37946				13	00	14729	14729260
2922409	Gaschütz	gaschuetz	DE		0	Europe/Berlin	51.21112	13.1091				13	00	14522	14522450
2922411	Garzweiler	garzweiler	DE		0	Europe/Berlin	51.06625	6.49563		Garzweiler,Garzweiler Maden Ocagi,Garzweiler Maden Ocağı,Garzweiler dagbrud,Garzweiler surface mine,Tagebau Garzweiler,mnjm ghartzwaylr,منجم غارتزوايلر		07	051	05162	05162012
2922413	Garzin	garzin	DE		0	Europe/Berlin	52.54677	13.97908				11	00	12064	12064153
2922416	Garze	garze	DE		0	Europe/Berlin	53.30675	10.69635				06	00	03355	03355009
2922418	Garzau	garzau	DE		0	Europe/Berlin	52.53427	13.94158				11	00	12064	12064153
2922425	Garwitz	garwitz	DE		0	Europe/Berlin	53.45627	11.69975				12	00	13076	13076085
2922429	Garvensdorf	garvensdorf	DE		0	Europe/Berlin	53.9778	11.67143				12	00	13072	13072022
2922432	Gartz	gartz	DE		2638	Europe/Berlin	53.20829	14.39226		Garc,Gardziec,Gartz an der Oder,garts,gharts,jia er ci,Гарц,Գարց,غارتس,گارتس,加尔茨		11	00	12073	12073189
2922434	Gartrop-Bühl	gartrop-buehl	DE		0	Europe/Berlin	51.66667	6.81667				07	051	05170	05170016
2922441	Gärtnershof	gartnershof	DE		0	Europe/Berlin	49.02641	10.72418				02	095	09577	09577140
2922442	Gärtnershof	gartnershof	DE		0	Europe/Berlin	48.95128	9.66054				01	081	08119	08119044
2922446	Gartlberg	gartlberg	DE		0	Europe/Berlin	48.43431	12.94407				02	092	09277	09277138
2922447	Gärtitz	gaertitz	DE		0	Europe/Berlin	51.14367	13.12317		Dobeln-Gartitz,Döbeln-Gärtitz,Gartitz,Gärtitz		13	00	14522	14522080
2922451	Garthe	garthe	DE		0	Europe/Berlin	52.83486	8.21434				06	00	03453	03453005
2922452	Garthauserreihe	garthauserreihe	DE		0	Europe/Berlin	52.32735	8.07926				06	00	03459	03459033
2922455	Gartenstadt Meerer Busch	gartenstadt-meerer-busch	DE		0	Europe/Berlin	51.26226	6.67932				07	051	05162	05162022
2922456	Gartenstadt Lüttgensalbke	gartenstadt-luettgensalbke	DE		0	Europe/Berlin	52.0794	11.6468				14	00	15003	15003000
2922457	Gartenstadt Hopfengarten	gartenstadt-hopfengarten	DE		0	Europe/Berlin	52.08797	11.62864		Hopfengarten		14	00	15003	15003000
2922458	Gartenstadt	gartenstadt	DE		0	Europe/Berlin	54.1	10.13333				10	00	01057	01057071
2922459	Gartenstadt	gartenstadt	DE		0	Europe/Berlin	52.59836	13.89668				11	00	12064	12064472
2922461	Gärtenroth	gartenroth	DE		0	Europe/Berlin	50.14505	11.33459				02	094	09478	09478116
2922462	Gartenried	gartenried	DE		0	Europe/Berlin	49.49474	12.44436		Gartenried		02	093	09376	09376151
2922463	Gartenöd	gartenod	DE		0	Europe/Berlin	48.57862	12.83724				02	092	09277	09277111
2922467	Gartenfeld	gartenfeld	DE		0	Europe/Berlin	52.55014	13.24297				16	00	11000	11000000
2922469	Gartenberg	gartenberg	DE		0	Europe/Berlin	51.16723	11.13591				15	00	16068	16068051
2922474	Garten	garten	DE		0	Europe/Berlin	49.22353	12.76449				02	093	09372	09372155
2922476	Gartelsried	gartelsried	DE		0	Europe/Berlin	48.43324	11.32536				02	091	09174	09174147
2922477	Gartelshausen	gartelshausen	DE		0	Europe/Berlin	48.39053	11.68823				02	091	09178	09178124
2922481	Garstedter Feld	garstedter-feld	DE		0	Europe/Berlin	53.68333	9.98333				10	00	01060	01060063
2922485	Garstadt	garstadt	DE		0	Europe/Berlin	49.97394	10.17319				02	096	09678	09678115
2922488	Garßen	garssen	DE		0	Europe/Berlin	52.65915	10.12897				06	00	03351	03351006
2922489	Garsitz	garsitz	DE		0	Europe/Berlin	50.65151	11.07781				15	00	16073	16073112
2922491	Garsena	garsena	DE		0	Europe/Berlin	51.64979	11.79383				14	00	15089	15089195
2922492	Garsedow	garsedow	DE		0	Europe/Berlin	52.98135	11.77399				11	00	12070	12070424
2922493	Garsebach	garsebach	DE		0	Europe/Berlin	51.12956	13.43705				13	00	14627	14627100
2922494	Garsdorf	garsdorf	DE		0	Europe/Berlin	51.00684	6.63434		Garsdorf		07	053	05362	05362004
2922495	Garsdorf	garsdorf	DE		0	Europe/Berlin	49.37181	11.82961				02	093	09371	09371154
2922496	Garscham	garscham	DE		0	Europe/Berlin	47.95815	12.6832				02	091	09189	09189162
2922499	Garsbeck	garsbeck	DE		0	Europe/Berlin	51.07579	6.16173				07	053	05370	05370020
2922502	Gars	gars	DE		3802	Europe/Berlin	48.15386	12.27767		Gars		02	091	09183	09183118
2922503	Garrweiler	garrweiler	DE		0	Europe/Berlin	48.5795	8.55671				01	082	08235	08235006
2922506	Garrey	garrey	DE		0	Europe/Berlin	52.02127	12.6625		Garrey		11	00	12069	12069485
2922509	Garrenchen	garrenchen	DE		0	Europe/Berlin	51.82261	13.78894				11	00	12061	12061320
2922512	Garnzell	garnzell	DE		0	Europe/Berlin	48.42871	12.09508				02	092	09274	09274121
2922513	Garnsdorf	garnsdorf	DE		0	Europe/Berlin	50.92141	12.92572				13	00	14522	14522330
2922514	Garnsdorf	garnsdorf	DE		0	Europe/Berlin	50.64013	11.34598				15	00	16073	16073077
2922518	Gärnitz	gaernitz	DE		0	Europe/Berlin	51.28019	12.231				13	00	14729	14729270
2922521	Garnholterdamm	garnholterdamm	DE		0	Europe/Berlin	53.27229	8.03928				06	00	03451	03451007
2922522	Garneck	garneck	DE		0	Europe/Berlin	48.27292	12.93585				02	092	09277	09277140
2922523	Garnberg	garnberg	DE		0	Europe/Berlin	49.2855	9.70397				01	081	08126	08126046
2922526	Garnbach	garnbach	DE		0	Europe/Berlin	51.26046	11.38572				15	00	16065	16065087
2922529	Garmissen	garmissen	DE		0	Europe/Berlin	52.20513	10.11206				06	00	03254	03254029
2922532	Garmisch	garmisch	DE		0	Europe/Berlin	47.49257	11.08649		Germisch		02	091	09180	09180117
2922533	Garmhausen	garmhausen	DE		0	Europe/Berlin	52.82981	8.46543				06	00	03458	03458014
2922534	Garmersreuth	garmersreuth	DE		0	Europe/Berlin	50.05303	12.14188				02	094	09479	09479112
2922535	Gärmersdorf	garmersdorf	DE		0	Europe/Berlin	49.4332	11.89797		Garmersdorf,Gärmersdorf		02	093	09371	09371136
2922536	Garmer	garmer	DE		0	Europe/Berlin	48.587	13.74802				02	092	09275	09275156
2922541	Garlstedt	garlstedt	DE		0	Europe/Berlin	53.28101	8.6986		Garlstedt		06	00	03356	03356007
2922551	Garlebsen	garlebsen	DE		0	Europe/Berlin	51.83663	9.9477				06	00	03155	03155013
2922556	Garkofen	garkofen	DE		0	Europe/Berlin	48.16523	11.82876				02	091	09175	09175111
2922557	Garitz	garitz	DE		0	Europe/Berlin	51.98661	12.23723				14	00	15082	15082430
2922558	Garham	garham	DE		0	Europe/Berlin	48.78722	13.5052				02	092	09272	09272141
2922559	Garham	garham	DE		0	Europe/Berlin	48.68528	13.19639				02	092	09275	09275127
2922560	Garham	garham	DE		0	Europe/Berlin	48.37558	13.02352				02	092	09277	09277149
2922562	Garftitz	garftitz	DE		0	Europe/Berlin	54.36851	13.6415				12	00	13073	13073048
2922563	Garfeln	garfeln	DE		0	Europe/Berlin	51.69633	8.46034				07	059	05974	05974028
2922564	Garenfeld	garenfeld	DE		0	Europe/Berlin	51.39997	7.51778				07	059	05914	05914000
2922565	Garenernieholt	garenernieholt	DE		0	Europe/Berlin	52.79143	7.76389		Garen Nieholt,Garenernieholt		06	00	03453	03453010
2922566	Garen	garen	DE		0	Europe/Berlin	52.81354	7.78279				06	00	03453	03453010
2922568	Gardschütz	gardschuetz	DE		0	Europe/Berlin	50.9444	12.42341				15	00	16077	16077036
2922575	Gardessen	gardessen	DE		0	Europe/Berlin	52.25865	10.70965				06	00	03158	03158006
2922577	Garden	garden	DE		0	Europe/Berlin	53.68888	12.04874		Garden-Gardermuhle-Lahnwitz,Garden-Gardermühle-Lähnwitz		12	00	13072	13072067
2922721	Gangelterheide	gangelterheide	DE		0	Europe/Berlin	50.98333	5.98333				07	053	05370	05370008
2922584	Garbus	garbus	DE		0	Europe/Berlin	50.95179	12.51424				15	00	16077	16077036
2922588	Garbolzum	garbolzum	DE		0	Europe/Berlin	52.19809	10.1221				06	00	03254	03254029
2922590	Garbisdorf	garbisdorf	DE		0	Europe/Berlin	50.92329	12.60345		Garbisdorf		15	00	16077	16077011
2922592	Garbertshausen	garbertshausen	DE		0	Europe/Berlin	48.45209	11.3627				02	091	09186	09186125
2922594	Gärbershof	garbershof	DE		0	Europe/Berlin	49.43988	11.84183				02	093	09361	09361000
2922595	Garbenteich	garbenteich	DE		0	Europe/Berlin	50.53575	8.75402				05	065	06531	06531014
2922596	Garbenheim	garbenheim	DE		0	Europe/Berlin	50.56597	8.52915				05	065	06532	06532023
2922598	Garbek	garbek	DE		0	Europe/Berlin	54.0015	10.41716		Garbek		10	00	01060	01060097
2922600	Garbeck	garbeck	DE		0	Europe/Berlin	51.31902	7.83027		Garbeck		07	059	05962	05962008
2922602	Garatshausen	garatshausen	DE		0	Europe/Berlin	47.91565	11.28571				02	091	09188	09188141
2922603	Garath	garath	DE		0	Europe/Berlin	51.14018	6.90534		Garath		07	051	05111	05111000
2922606	Gapel	gapel	DE		0	Europe/Berlin	52.51756	12.4041				11	00	12063	12063244
2922607	Ganzow	ganzow	DE		0	Europe/Berlin	53.68723	11.05789				12	00	13074	13074021
2922611	Ganzkow	ganzkow	DE		0	Europe/Berlin	53.66289	13.3328		Ganzkow		12	00	13071	13071019
2922612	Ganzig	ganzig	DE		0	Europe/Berlin	51.28861	13.18501				13	00	14730	14730170
2922613	Ganzer	ganzer	DE		0	Europe/Berlin	52.87441	12.57042				11	00	12068	12068477
2922616	Ganz	ganz	DE		0	Europe/Berlin	53.02924	12.49249				11	00	12068	12068264
2922617	Gantweg	gantweg	DE		0	Europe/Berlin	51.98687	7.28038				07	055	05558	05558008
2922618	Gantikow	gantikow	DE		0	Europe/Berlin	52.978	12.35275				11	00	12068	12068264
2922623	Ganter	ganter	DE		0	Europe/Berlin	47.77408	9.5468				01	084	08436	08436064
2922624	Gantenwald	gantenwald	DE		0	Europe/Berlin	48.98526	9.90087				01	081	08127	08127013
2922626	Gantenbeck	gantenbeck	DE		0	Europe/Berlin	53.9306	11.20248				12	00	13074	13074085
2922628	Ganswies	ganswies	DE		0	Europe/Berlin	48.31661	11.12036				02	097	09771	09771129
2922633	Ganspe	ganspe	DE		0	Europe/Berlin	53.17735	8.54875				06	00	03461	03461001
2922638	Ganslberg	ganslberg	DE		0	Europe/Berlin	48.56145	12.09104				02	092	09274	09274113
2922643	Gänshof	ganshof	DE		0	Europe/Berlin	48.95378	9.65634				01	081	08119	08119044
2922645	Gansheim	gansheim	DE		0	Europe/Berlin	48.78064	10.9525		Gansheim		02	097	09779	09779178
2922646	Ganshäuser	ganshaeuser	DE		0	Europe/Berlin	50.73116	13.08335				13	00	14521	14521690
2922648	Gansgrün	gansgruen	DE		0	Europe/Berlin	50.5284	12.22142				13	00	14523	14523270
2922655	Gänseteich	gaenseteich	DE		0	Europe/Berlin	51.40314	10.04889				15	00	16061	16061083
2922666	Gänsefurth	gaensefurth	DE		0	Europe/Berlin	51.86442	11.53473				14	00	15089	15089175
2922674	Ganse	ganse	DE		0	Europe/Berlin	52.94359	11.06815				06	00	03354	03354026
2922675	Gänsdorf	gansdorf	DE		0	Europe/Berlin	48.80392	12.75496				02	092	09278	09278192
2922676	Ganschvitz	ganschvitz	DE		0	Europe/Berlin	54.51435	13.2717				12	00	13073	13073092
2922677	Ganschow	ganschow	DE		0	Europe/Berlin	53.74514	12.11301				12	00	13072	13072044
2922678	Ganschendorf	ganschendorf	DE		0	Europe/Berlin	53.8082	13.09502		Ganschendorf,Ganshendorf		12	00	13071	13071128
2922679	Gänsbügl	gansbugl	DE		0	Europe/Berlin	49.06965	11.70945				02	093	09375	09375148
2922682	Gänsberg	gansberg	DE		0	Europe/Berlin	48.22103	12.18785				02	091	09177	09177137
2922696	Gansbach	gansbach	DE		0	Europe/Berlin	48.86876	12.25731				02	093	09375	09375115
2922697	Gänsbach	gansbach	DE		0	Europe/Berlin	47.86995	12.3102				02	091	09187	09187168
2922698	Gansau	gansau	DE		0	Europe/Berlin	52.96069	10.6733				06	00	03360	03360025
2922702	Gannerwinkel	gannerwinkel	DE		0	Europe/Berlin	52.76653	10.68875				06	00	03151	03151040
2922703	Gannertshofen	gannertshofen	DE		0	Europe/Berlin	48.2588	10.17205				02	097	09775	09775118
2922706	Gänheim	ganheim	DE		0	Europe/Berlin	49.96669	10.00967		Ganheim,Gänheim		02	096	09677	09677114
2922707	Ganharting	ganharting	DE		0	Europe/Berlin	48.68246	13.34308				02	092	09275	09275111
2922711	Gangloffsömmern	gangloffsoemmern	DE		1217	Europe/Berlin	51.1894	10.94332			16068013	15	00	16068	16068013
2922712	Gangloff	gangloff	DE		0	Europe/Berlin	49.66486	7.70135		Gangloff		08	00	07133	07133011
2922717	Gangfurth	gangfurth	DE		0	Europe/Berlin	50.53333	6.48333				07	053	05366	05366036
2922718	Gangerschild	gangerschild	DE		0	Europe/Berlin	54.66667	9.78333				10	00	01059	01059095
2922719	Gangerbauer	gangerbauer	DE		0	Europe/Berlin	48.41612	12.89163				02	092	09277	09277139
2922720	Gangenweiler	gangenweiler	DE		0	Europe/Berlin	47.75	9.45		Gangenweiler		01	084	08435	08435045
2922725	Ganertshausen	ganertshausen	DE		0	Europe/Berlin	49.36667	9.86667				01	081	08127	08127075
2922726	Gandow	gandow	DE		0	Europe/Berlin	53.07949	11.50852				11	00	12070	12070244
2922729	Gandersum	gandersum	DE		0	Europe/Berlin	53.32399	7.31252				06	00	03457	03457014
2922730	Gandershofen	gandershofen	DE		0	Europe/Berlin	47.80003	11.19795				02	091	09190	09190120
2922735	Ganacker	ganacker	DE		0	Europe/Berlin	48.71744	12.68913				02	092	09279	09279132
2922737	Gamstädt	gamstaedt	DE		733	Europe/Berlin	50.949	10.88504		Gamstadt,Gamstädt		15	00	16067	16067087
2922738	Gamshurst	gamshurst	DE		0	Europe/Berlin	48.66556	8.01893		Gamfhurst,Gamshurst		01	083	08317	08317001
2922739	Gamsen	gamsen	DE		0	Europe/Berlin	52.511	10.54035				06	00	03151	03151009
2922745	Gammesfeld	gammesfeld	DE		0	Europe/Berlin	49.3131	10.09423		Gammesfeld		01	081	08127	08127008
2922746	Gummertshof	gummertshof	DE		0	Europe/Berlin	48.56002	13.70999				02	092	09275	09275153
2922748	Gammershamm	gammershamm	DE		0	Europe/Berlin	48.04819	12.26924		Gammersham		02	091	09187	09187126
2922749	Gammersfeld	gammersfeld	DE		0	Europe/Berlin	48.80402	11.05481				02	091	09176	09176166
2922750	Gammens	gammens	DE		0	Europe/Berlin	53.64651	7.96487				06	00	03455	03455020
2922751	Gammendorf	gammendorf	DE		0	Europe/Berlin	54.49659	11.14688		Gammendorf		10	00	01055	01055046
2922756	Gammelsbach	gammelsbach	DE		0	Europe/Berlin	49.52613	8.96305				05	064	06437	06437016
2922758	Gammellund	gammellund	DE		0	Europe/Berlin	54.57664	9.45491		Gammellund,Gammelund		10	00	01059	01059010
2922759	Gammellück	gammellueck	DE		0	Europe/Berlin	54.75	9.88333				10	00	01059	01059112
2922765	Gammelbyholz	gammelbyholz	DE		0	Europe/Berlin	54.71667	9.6				10	00	01059	01059161
2922772	Gamig	gamig	DE		0	Europe/Berlin	50.96172	13.84174		Gut Gamig		13	00	14628	14628080
2922773	Gamerschwang	gamerschwang	DE		0	Europe/Berlin	48.28608	9.78019				01	084	08425	08425033
2922779	Gamehlen	gamehlen	DE		0	Europe/Berlin	53.06988	11.02646				06	00	03354	03354012
2922780	Gamehl	gamehl	DE		0	Europe/Berlin	53.92111	11.61828				12	00	13074	13074004
2922781	Gamburg	gamburg	DE		0	Europe/Berlin	49.69465	9.60014		Gamburg		01	081	08128	08128128
2922783	Gambach	gambach	DE		0	Europe/Berlin	50.461	8.7252				05	064	06440	06440015
2922784	Gambach	gambach	DE		0	Europe/Berlin	50.00375	9.75699		Gambach		02	096	09677	09677148
2922785	Gambach	gambach	DE		0	Europe/Berlin	48.44444	12.89007				02	092	09277	09277139
2922786	Gambach	gambach	DE		0	Europe/Berlin	47.8603	9.7318				01	084	08436	08436014
2922787	Gambach	gambach	DE		0	Europe/Berlin	48.61826	11.52019				02	091	09186	09186149
2922790	Galsterlohe	galsterlohe	DE		0	Europe/Berlin	49.70239	12.39361				02	093	09374	09374123
2922791	Galmutshöfen	galmutshofen	DE		0	Europe/Berlin	48.13745	9.81465				01	084	08426	08426128
2922793	Galm	galm	DE		0	Europe/Berlin	52.50739	12.21177				11	00	12063	12063189
2922798	Gallschütz	gallschuetz	DE		0	Europe/Berlin	51.19303	13.02531				13	00	14522	14522220
2922804	Gallmünz	gallmunz	DE		0	Europe/Berlin	49.51605	11.76027				02	093	09371	09371151
2922806	Gallmannsweil	gallmannsweil	DE		0	Europe/Berlin	47.92359	8.99602		Gallmannsweil		01	083	08335	08335057
2922809	Gallingkofen	gallingkofen	DE		0	Europe/Berlin	49.04706	12.10191				02	093	09362	09362000
2922810	Galling	galling	DE		0	Europe/Berlin	48.78223	12.16416				02	092	09278	09278148
2922823	Gallertsham	gallertsham	DE		0	Europe/Berlin	48.03247	12.36058				02	091	09189	09189133
2922826	Gallersberg	gallersberg	DE		0	Europe/Berlin	48.48825	11.78606				02	091	09178	09178115
2922828	Gallenweiler	gallenweiler	DE		0	Europe/Berlin	47.88362	7.68186		Gallenweiler		01	083	08315	08315050
2922817	Gallin	gallin	DE	19258	0	Europe/Berlin	52.38333	12.95				11	00	12069	12069590
2922829	Gallentin	gallentin	DE		0	Europe/Berlin	53.75891	11.44887				12	00	13074	13074002
2922833	Gallenhof	gallenhof	DE		0	Europe/Berlin	48.94812	9.57045		Gallenhof		01	081	08119	08119004
2922836	Gallenberg	gallenberg	DE		0	Europe/Berlin	50.46667	11.65				15	00	16075	16075135
2922846	Gallenbach	gallenbach	DE		0	Europe/Berlin	48.7374	8.17903				01	082	08211	08211000
2922847	Gallenbach	gallenbach	DE		0	Europe/Berlin	48.41429	11.09797				02	097	09771	09771113
2922848	Gallenbach	gallenbach	DE		0	Europe/Berlin	48.14539	12.451				02	091	09183	09183145
2922849	Gallen	gallen	DE		0	Europe/Berlin	51.4323	12.5488		Gallen		13	00	14730	14730140
2922864	Galla	galla	DE		0	Europe/Berlin	48.57446	13.25081				02	092	09275	09275138
2922868	Galing	galing	DE		0	Europe/Berlin	53.53333	8.48333				06	00	03461	03461007
2922869	Galiläa	galilaea	DE		0	Europe/Berlin	51.35551	8.25373				07	059	05958	05958032
2922870	Galgweis	galgweis	DE		0	Europe/Berlin	48.61291	13.00544		Galgweis		02	092	09271	09271141
2922879	Galgensteeg	galgensteeg	DE		0	Europe/Berlin	51.78205	6.01414				07	051	05154	05154040
2922882	Galgenpoint	galgenpoint	DE		0	Europe/Berlin	48.07347	12.57324				02	091	09189	09189149
2922911	Galgenhof	galgenhof	DE		0	Europe/Berlin	49.56266	10.89405				02	095	09572	09572132
2922912	Galgenheide	galgenheide	DE		0	Europe/Berlin	52.35966	8.82563				07	057	05770	05770028
2922918	Galgenfeld	galgenfeld	DE		0	Europe/Berlin	51.45	7.78333				07	059	05962	05962040
2922938	Galgenberg	galgenberg	DE		0	Europe/Berlin	51.07897	14.71473				13	00	14626	14626470
2922939	Galgenberg	galgenberg	DE		0	Europe/Berlin	48.24371	12.10574		Galgenberg,Gallenberg		02	091	09177	09177115
2923230	Galgen	galgen	DE		0	Europe/Berlin	48.2	10.2				02	097	09775	09775161
2923245	Gaisweiler	gaisweiler	DE		0	Europe/Berlin	47.9258	9.21453		Gaisweiler		01	084	08437	08437088
2923247	Gaisthal	gaisthal	DE		0	Europe/Berlin	49.47909	12.50296				02	093	09376	09376160
2923248	Gaistal	gaistal	DE		0	Europe/Berlin	48.77231	8.44823				01	082	08235	08235033
2923249	Gaißing	gaissing	DE		0	Europe/Berlin	48.90967	12.79594				02	092	09278	09278187
2923255	Gaiß	gaiss	DE		0	Europe/Berlin	47.6468	8.17032				01	083	08337	08337126
2923256	Gaisruck	gaisruck	DE		0	Europe/Berlin	48.73164	13.28056				02	092	09275	09275120
2923257	Gaismannshof	gaismannshof	DE		0	Europe/Berlin	49.45	11.01667				02	095	09564	09564000
2923260	Gaishofen	gaishofen	DE		0	Europe/Berlin	48.60354	13.32725				02	092	09275	09275159
2923261	Gaishof	gaishof	DE		0	Europe/Berlin	49.36784	11.70696				02	093	09371	09371132
2923262	Gaishof	gaishof	DE		0	Europe/Berlin	49.33458	12.92138				02	093	09372	09372124
2923263	Gaishof	gaishof	DE		0	Europe/Berlin	48.60156	11.29795				02	091	09185	09185158
2923266	Gaisheim	gaisheim	DE		0	Europe/Berlin	49.54708	12.45096				02	093	09374	09374137
2923267	Gaisheim	gaisheim	DE		0	Europe/Berlin	49.55732	11.62142				02	093	09371	09371141
2923269	Gaishausen	gaishausen	DE		0	Europe/Berlin	48.96299	12.72151				02	092	09278	09278139
2923272	Gaishaus	gaishaus	DE		0	Europe/Berlin	47.85195	9.79368				01	084	08436	08436085
2923274	Gaishardt	gaishardt	DE		0	Europe/Berlin	48.9601	10.02545				01	081	08136	08136046
2923275	Gaishardt	gaishardt	DE		0	Europe/Berlin	48.70125	10.6057				02	097	09773	09773117
2923278	Gaisdorf	gaisdorf	DE		0	Europe/Berlin	49.1718	9.74844				01	081	08127	08127086
2923279	Gaisburg	gaisburg	DE		0	Europe/Berlin	48.78312	9.2183				01	081	08111	08111000
2923280	Gaisbühl	gaisbuhl	DE		0	Europe/Berlin	49.10421	10.20443				01	081	08127	08127101
2923281	Gaisbühl	gaisbuhl	DE		0	Europe/Berlin	48.98906	9.55785				01	081	08119	08119044
2923282	Gaisbühl	gaisbuhl	DE		0	Europe/Berlin	48.47158	9.19706				01	084	08415	08415061
2923283	Gaisbühl	gaisbuhl	DE		0	Europe/Berlin	47.69746	7.88475				01	083	08336	08336103
2923287	Gaisbeuren	gaisbeuren	DE		0	Europe/Berlin	47.89702	9.72193				01	084	08436	08436009
2923294	Gaisbach	gaisbach	DE		0	Europe/Berlin	49.25801	9.68082		Gaisbach		01	081	08126	08126046
2923295	Gaisbach	gaisbach	DE		0	Europe/Berlin	48.69755	13.52007				02	092	09275	09275128
2923296	Gaisbach	gaisbach	DE		0	Europe/Berlin	48.53769	8.07941				01	083	08317	08317089
2923302	Gainstorf	gainstorf	DE		0	Europe/Berlin	48.60805	13.02861		Gainsdorf,Gainstorf		02	092	09275	09275114
2923303	Gainharting	gainharting	DE		0	Europe/Berlin	48.03744	12.53255				02	091	09189	09189157
2923304	Gaindorf	gaindorf	DE		0	Europe/Berlin	48.43088	12.34296				02	092	09274	09274184
2923306	Gailshofen	gailshofen	DE		0	Europe/Berlin	49.47462	10.20242				02	095	09571	09571188
2923308	Gailsbach	gailsbach	DE		0	Europe/Berlin	49.09155	9.55668				01	081	08127	08127052
2923309	Gailsbach	gailsbach	DE		0	Europe/Berlin	48.88648	12.2324				02	093	09375	09375143
2923310	Gailroth	gailroth	DE		0	Europe/Berlin	49.22975	10.12955				02	095	09571	09571199
2923311	Gailoh	gailoh	DE		0	Europe/Berlin	49.42784	11.83013				02	093	09361	09361000
2923313	Gailnau	gailnau	DE		0	Europe/Berlin	49.26667	10.18333				02	095	09571	09571222
2923314	Gailling	gailling	DE		0	Europe/Berlin	47.99096	11.90171				02	091	09175	09175113
2923315	Gailingen	gailingen	DE		3008	Europe/Berlin	47.69711	8.75567				01	083	08335	08335026
2923316	Gailhöfe	gailhofe	DE		0	Europe/Berlin	47.83055	9.22762				01	084	08435	08435015
2923317	Gailhof	gailhof	DE		0	Europe/Berlin	52.55029	9.7664		Gailhof		06	00	03241	03241019
2923318	Gailertsreuth	gailertsreuth	DE		0	Europe/Berlin	49.73757	12.24473				02	093	09374	09374121
2923319	Gailenkirchen	gailenkirchen	DE		0	Europe/Berlin	49.14702	9.69131				01	081	08127	08127076
2923320	Gailenberg	gailenberg	DE		0	Europe/Berlin	47.51226	10.35504				02	097	09780	09780123
2923323	Gailenbach	gailenbach	DE		0	Europe/Berlin	48.42189	10.81428				02	097	09772	09772147
2923328	Gailbach	gailbach	DE		0	Europe/Berlin	49.94595	9.20631		Gailbach		02	096	09661	09661000
2923330	Gaiganz	gaiganz	DE		0	Europe/Berlin	49.67041	11.12735				02	094	09474	09474122
2923337	Gaibach	gaibach	DE		0	Europe/Berlin	49.88994	10.22762				02	096	09675	09675174
2923338	Gähsnitz	gaehsnitz	DE		0	Europe/Berlin	50.90724	12.54436				15	00	16077	16077036
2923339	Gahry	gahry	DE		0	Europe/Berlin	51.68054	14.55853		Gahry,Garjej		11	00	12071	12071414
2923341	Gahroer Pechhütte	gahroer-pechhuette	DE		0	Europe/Berlin	51.74672	13.71541				11	00	12062	12062088
2923346	Gahmen	gahmen	DE		0	Europe/Berlin	51.59316	7.51304		Gahmen		07	059	05978	05978024
2923347	Gahma	gahma	DE		0	Europe/Berlin	50.5231	11.53763				15	00	16075	16075134
2923348	Gahlstorf	gahlstorf	DE		0	Europe/Berlin	52.92351	9.09736				06	00	03361	03361002
2923349	Gahlkow	gahlkow	DE		0	Europe/Berlin	54.12262	13.55014				12	00	13075	13075081
2923352	Gahlendorf	gahlendorf	DE		0	Europe/Berlin	54.44707	11.25138				10	00	01055	01055046
2923353	Gahlen	gahlen	DE		0	Europe/Berlin	51.73064	14.01924		Gahlen,Golyn,Gółyn		11	00	12066	12066320
2923354	Gahlen	gahlen	DE		0	Europe/Berlin	51.66661	6.87547		Gahlen		07	051	05170	05170036
2923357	Gagzow	gagzow	DE		0	Europe/Berlin	53.93259	11.52599				12	00	13074	13074044
2923359	Gaggstatt	gaggstatt	DE		0	Europe/Berlin	49.2188	10.00636				01	081	08127	08127046
2923360	Gaggers	gaggers	DE		0	Europe/Berlin	48.3374	11.24936				02	091	09174	09174135
2923361	Gaggers	gaggers	DE		0	Europe/Berlin	48.33922	11.03697				02	097	09771	09771130
2923364	Gagers	gagers	DE		0	Europe/Berlin	48.15022	11.27131				02	091	09179	09179113
2923365	Gagers	gagers	DE		0	Europe/Berlin	47.66913	11.04035				02	091	09180	09180112
2923366	Gagernberg	gagernberg	DE		0	Europe/Berlin	49.05984	9.33958				01	081	08125	08125008
2923368	Gagern	gagern	DE		0	Europe/Berlin	54.47128	13.31858		Gagem,Gagern		12	00	13073	13073045
2923370	Gägelow	gaegelow	DE		0	Europe/Berlin	53.89958	11.37973		Gagelow,Gägelow		12	00	13074	13074022
2923371	Gägelow	gaegelow	DE		2676	Europe/Berlin	53.68558	11.89639				12	00	13076	13076128
2923375	Gaesdonk	gaesdonk	DE		0	Europe/Berlin	51.65595	6.12066		Gaesdonk		07	051	05154	05154016
2923381	Gadow	gadow	DE		0	Europe/Berlin	53.11113	12.60612				11	00	12068	12068468
2923382	Gadow	gadow	DE		0	Europe/Berlin	53.08072	11.62388				11	00	12070	12070236
2923383	Gaditz	gaditz	DE		0	Europe/Berlin	51.76626	12.67383				14	00	15091	15091160
2923388	Gadham	gadham	DE		0	Europe/Berlin	48.57663	12.30552				02	092	09274	09274156
2923389	Gadham	gadham	DE		0	Europe/Berlin	48.49668	13.31529				02	092	09275	09275122
2923391	Gadewitz	gadewitz	DE		0	Europe/Berlin	51.15779	13.1255				13	00	14522	14522220
2923392	Gadesbünden	gadesbuenden	DE		0	Europe/Berlin	52.71363	9.27177				06	00	03256	03256012
2923393	Gadernheim	gadernheim	DE		0	Europe/Berlin	49.7171	8.74242				05	064	06431	06431014
2923394	Gadern	gadern	DE		0	Europe/Berlin	49.58727	8.8138				05	064	06431	06431021
2923396	Gadenstedt	gadenstedt	DE		0	Europe/Berlin	52.24628	10.21634				06	00	03157	03157009
2923399	Gadendorf	gadendorf	DE		0	Europe/Berlin	54.34275	10.55434				10	00	01057	01057055
2923400	Gaden bei Pförring	gaden-bei-pforring	DE		0	Europe/Berlin	48.79702	11.70916				02	091	09176	09176153
2923401	Gaden bei Geisenfeld	gaden-bei-geisenfeld	DE		0	Europe/Berlin	48.68354	11.63152		Gaden,Gaden bei Geisenfeld		02	091	09186	09186122
2923402	Gaden	gaden	DE		0	Europe/Berlin	48.80796	11.86663				02	092	09273	09273111
2923403	Gaden	gaden	DE		0	Europe/Berlin	48.5879	12.21612				02	092	09274	09274128
2923404	Gaden	gaden	DE		0	Europe/Berlin	48.41121	11.87702				02	091	09177	09177116
2923405	Gaden	gaden	DE		0	Europe/Berlin	47.93512	12.75307				02	091	09189	09189162
2923406	Gademow	gademow	DE		0	Europe/Berlin	54.42615	13.39534				12	00	13073	13073063
2923407	Gadeland	gadeland	DE		5718	Europe/Berlin	54.05562	10.02547				10	00	01004	01004000
2923413	Gädebehn	gaedebehn	DE		0	Europe/Berlin	53.61831	13.09052				12	00	13071	13071079
2923416	Gackenhof	gackenhof	DE		0	Europe/Berlin	50.47581	9.87473				05	066	06631	06631021
2923421	Gackau	gackau	DE		0	Europe/Berlin	53.37749	8.71575				06	00	03352	03352060
2923423	Gächingen	gachingen	DE		0	Europe/Berlin	48.43128	9.38005				01	084	08415	08415093
2923425	Gachensolden	gachensolden	DE		0	Europe/Berlin	47.94475	12.34117				02	091	09187	09187145
2923432	Gabrechten	gabrechten	DE		0	Europe/Berlin	51.60393	8.1638				07	059	05974	05974008
2923433	Gabow	gabow	DE		0	Europe/Berlin	52.81755	14.07452				11	00	12064	12064044
2923434	Gabolshausen	gabolshausen	DE		0	Europe/Berlin	50.2715	10.50447		Gabolshausen		02	096	09673	09673141
2923438	Gablkofen	gablkofen	DE		0	Europe/Berlin	48.61014	12.58095				02	092	09279	09279134
2923448	Gablenberg	gablenberg	DE		0	Europe/Berlin	48.76667	9.2				01	081	08111	08111000
2923449	Gablau	gablau	DE		0	Europe/Berlin	50.60787	12.11051				15	00	16076	16076022
2923450	Gabisreuth	gabisreuth	DE		0	Europe/Berlin	48.61826	12.06394				02	092	09274	09274187
2923452	Gaberndorf	gaberndorf	DE		0	Europe/Berlin	50.9972	11.27585				15	00	16055	16055000
2923456	Gabens	gabens	DE		0	Europe/Berlin	53.61982	7.63397				06	00	03462	03462015
2923457	Gaben	gaben	DE		0	Europe/Berlin	47.92773	12.34262				02	091	09187	09187128
2923462	Gabellohe	gabellohe	DE		0	Europe/Berlin	49.89841	11.85107				02	093	09377	09377127
2923468	Gabelbachergreut	gabelbachergreut	DE		0	Europe/Berlin	48.38181	10.53333				02	097	09772	09772223
2923471	Gabelbach	gabelbach	DE		0	Europe/Berlin	48.37997	10.56782				02	097	09772	09772223
2923474	Gaarzerhof	gaarzerhof	DE		0	Europe/Berlin	54.09932	11.63066				12	00	13072	13072085
2923476	Gaarz	gaarz	DE		0	Europe/Berlin	53.41905	12.24049				12	00	13076	13076114
2923477	Alt Gaarz	alt-gaarz	DE		0	Europe/Berlin	53.29221	12.69161		Gaarz		12	00	13071	13071087
2923478	Gaarz	gaarz	DE		0	Europe/Berlin	53.11196	11.27738				11	00	12070	12070246
2923482	Gaardwarf	gaardwarf	DE		0	Europe/Berlin	54.66667	8.81667				10	00	01054	01054093
2923484	Gaarden	gaarden	DE		0	Europe/Berlin	54.31182	10.14467				10	00	01002	01002000
2923488	Fützen	futzen	DE		0	Europe/Berlin	47.80745	8.5308				01	083	08326	08326005
2923489	Füttersee	futtersee	DE		0	Europe/Berlin	49.78219	10.49758				02	096	09675	09675127
2923491	Futterkamp	futterkamp	DE		0	Europe/Berlin	54.28987	10.64277		Futterkamp		10	00	01057	01057007
2923492	Fütig	fuetig	DE		0	Europe/Berlin	52.10535	9.09256				07	057	05766	05766028
2923493	Fusternberg	fusternberg	DE		0	Europe/Berlin	51.65524	6.63384		Fusternberg		07	051	05170	05170048
2923499	Fussingen	fussingen	DE		0	Europe/Berlin	50.52258	8.11979				05	065	06533	06533016
2923501	Fußhollen	fusshollen	DE		0	Europe/Berlin	50.80614	7.39339		Fusshollen,Fußhollen		07	053	05382	05382052
2923504	Füssenich	fuessenich	DE		0	Europe/Berlin	50.70194	6.61764				07	053	05366	05366044
2923505	Fußenberg	fussenberg	DE		0	Europe/Berlin	49.07612	12.16921				02	093	09375	09375208
2923507	Füssen	fuessen	DE		15608	Europe/Berlin	47.57143	10.70171	808	Abdiacum,Fiassa,Fisen,Fiusenas,Fjusen,Fjussen,Fuessen,Fysen,Fyusen,Füssen,fei sen,fsn,fus sein,fu~yussen,fwsn,Φύσεν,Фисен,Фюсен,Фюссен,Ֆյուսեն,فسن,فوسن,ฟึสเซิน,フュッセン,菲森		02	097	09777	09777129
2923511	Fußberg	fussberg	DE		0	Europe/Berlin	48.2468	11.2891				02	091	09179	09179134
2923513	Fußbach	fussbach	DE		0	Europe/Berlin	48.36399	8.01231				01	083	08317	08317034
2923514	Füßbach	fussbach	DE		0	Europe/Berlin	49.23923	9.64848		Fussbach,Füßbach		01	081	08126	08126047
2923517	Füsing	fuesing	DE		0	Europe/Berlin	54.53477	9.65383				10	00	01059	01059073
2923518	Fusenich	fusenich	DE		0	Europe/Berlin	49.74885	6.55127				08	00	07235	07235137
2923519	Fürweiler	fuerweiler	DE		0	Europe/Berlin	49.37624	6.59348				09	00	10044	10044114
2923521	Furtwangen	furtwangen	DE		9655	Europe/Berlin	48.05156	8.20715		Furtvangen,Furtvangen im Shvarcvald,Furtvangen-im-Shvarcval'd,Furtwangen,Furtwangen im Schwarzwald,fu te wang gen,furutovu~angen,Фуртванген,Фуртванген им Шварцвалд,Фуртванген-ім-Шварцвальд,فورت‌وانغن,فورت‌وانگن,フルトヴァンゲン,富特旺根		01	083	08326	08326017
2923524	Furtmühle	furtmuhle	DE		0	Europe/Berlin	47.76667	9.81667				01	084	08436	08436052
2923532	Fürtherberg	fuertherberg	DE		0	Europe/Berlin	51.08333	6.55				07	051	05162	05162008
2923537	Furthammer	furthammer	DE		0	Europe/Berlin	50.02065	11.96568				02	094	09479	09479169
2923538	Fürth am Berg	furth-am-berg	DE		0	Europe/Berlin	50.27762	11.16016		Furth,Furth am Berg,Fürth,Fürth am Berg		02	094	09473	09473151
2923545	Fürth	fuerth	DE		0	Europe/Berlin	49.42335	7.23919				09	00	10043	10043115
2923569	Furtenbach	furtenbach	DE		0	Europe/Berlin	47.70016	10.37076				02	097	09780	09780120
2923573	Furtarn	furtarn	DE		0	Europe/Berlin	48.25242	12.03852		Furtan,Furtarn		02	091	09177	09177127
2923574	Furt	furt	DE		0	Europe/Berlin	47.86545	9.77918				01	084	08436	08436014
2923575	Furt	furt	DE		0	Europe/Berlin	47.82834	9.50881				01	084	08436	08436095
2923585	Fürstenwerder	fuerstenwerder	DE		0	Europe/Berlin	53.39251	13.58387				11	00	12073	12073429
2923586	Fürstenwalde-West	fuerstenwalde-west	DE		0	Europe/Berlin	52.39158	13.94524				11	00	12067	12067201
2923588	Fürstenwalde	fuerstenwalde	DE		33539	Europe/Berlin	52.36067	14.06185		Firstenvalde,Fjurstenval'de,Fuerstenwalde,Fuerstenwalde/Spree,Furstenwalde,Fürstenwalde,Fürstenwalde/Spree,fei er si teng wa er de,fwrstnwaldh,Фирстенвалде,Фюрстенвальде,فورستنوالده,菲尔斯滕瓦尔德		11	00	12067	12067144
2923589	Fürstenwalde	fuerstenwalde	DE		0	Europe/Berlin	50.75926	13.86818				13	00	14628	14628010
2923590	Fürstenwald	fuerstenwald	DE		0	Europe/Berlin	51.38328	9.36472				05	066	06633	06633005
2923598	Fürstensee	fuerstensee	DE		0	Europe/Berlin	53.30521	13.14602				12	00	13071	13071110
2923602	Fürstenried	fuerstenried	DE		0	Europe/Berlin	48.088	11.48118		Fuerstenried-West,Fürstenried-West		02	091	09162	09162000
2923604	Fürstenlager	fuerstenlager	DE		0	Europe/Berlin	49.70003	8.63511				05	064	06431	06431002
2923608	Fürstenhof	fuerstenhof	DE		0	Europe/Berlin	53.93526	12.76069				12	00	13072	13072031
2923609	Fürstenhof	furstenhof	DE		0	Europe/Berlin	49.92291	12.15286				02	093	09377	09377119
2923610	Fürstenhof	furstenhof	DE		0	Europe/Berlin	48.96486	9.38061				01	081	08119	08119087
2923614	Fürstenhausen	fuerstenhausen	DE		2200	Europe/Berlin	49.24075	6.86817	211		10041519	09	00	10041	10041519
2923616	Fürstenhagen	fuerstenhagen	DE		0	Europe/Berlin	53.33632	13.50283				12	00	13071	13071033
2923617	Fürstenhagen	fuerstenhagen	DE		0	Europe/Berlin	51.57387	9.64651				06	00	03155	03155012
2923618	Fürstenhagen	fuerstenhagen	DE		0	Europe/Berlin	51.31716	10.09964				15	00	16061	16061067
2923619	Fürstenhagen	fuerstenhagen	DE		0	Europe/Berlin	51.21097	9.68978				05	066	06636	06636006
2923620	Fürstengrund	fuerstengrund	DE		0	Europe/Berlin	49.75905	9.03245				05	064	06437	06437001
2923621	Fürstengrund	fuerstengrund	DE		0	Europe/Berlin	49.68333	8.9				05	064	06437	06437012
2923622	Fürstenforst	furstenforst	DE		0	Europe/Berlin	49.73733	10.59836				02	095	09575	09575116
2923734	Funkenreuth	funkenreuth	DE		0	Europe/Berlin	49.61667	11.45				02	095	09574	09574160
2923735	Funkenmühle	funkenmuehle	DE		0	Europe/Berlin	52.13758	13.49462				11	00	12072	12072477
2923743	Funkenhagen	funkenhagen	DE		0	Europe/Berlin	53.29396	13.50152				11	00	12073	12073069
2923625	Fürstenfeldbruck	fuerstenfeldbruck	DE		33533	Europe/Berlin	48.17904	11.2547	517	Bruck,FEL,Firstenfeldbruk,Fiurstenfeldbrukas,Fjul'stehnfel'dbruk,Fjurstenfel'dbruk,Fjurstenfeldbruk,Fuerstenfeldbruck,Fuerstenfeldburg,Furstenfeld,Fürstenfeldbruck,fei er si teng fei er de bu lu ke,fjurstenfel'dbruk,fwrstnfldbrwk,Фирстенфелдбрук,Фюльстэнфельдбрук,Фюрстенфелдбрук,Фюрстенфельдбрук,Ֆյուրսթենֆելդբրուք,فرسٹنفلڈبرک,فورستنفلدبروك,فورستنفلدبروک,菲尔斯滕费尔德布鲁克	09179	02	091	09179	09179121
2923636	Fürstenberg	fuerstenberg	DE		0	Europe/Berlin	52.1455	14.67224		Furstenberg Oder,Fürstenberg Oder		11	00	12067	12067120
2923637	Fürstenberg	fuerstenberg	DE		6774	Europe/Berlin	53.18427	13.14442		Fuerstenberg/Havel,Furstenberg,Fürstenberg,Fürstenberg/Havel		11	00	12065	12065084
2923639	Fürstenberg	fuerstenberg	DE		0	Europe/Berlin	51.64974	6.47318				07	051	05170	05170052
2923640	Fürstenberg	fuerstenberg	DE		0	Europe/Berlin	51.51581	8.74181				07	057	05774	05774040
2923641	Fürstenberg	fuerstenberg	DE		0	Europe/Berlin	51.17093	8.83458				05	066	06635	06635016
2923642	Fürstenberg	fuerstenberg	DE		0	Europe/Berlin	50.55254	12.8199				13	00	14521	14521260
2923644	Fürstenberg	fuerstenberg	DE		2278	Europe/Berlin	47.67895	9.15535				01	083	08335	08335043
2923657	Fürstenau	fuerstenau	DE		0	Europe/Berlin	53.33203	13.5298				11	00	12073	12073069
2923658	Fürstenau	fuerstenau	DE		9946	Europe/Berlin	52.51667	7.6767		Firstenau,Fjurstenau,Foersnau,Fuerstenau,Furstenau,Försnau,Fürstenau,fwrstnaw,fwrstnaw  alman,Фирстенау,Фюрстенау,فورستناو,فورستناو، آلمان		06	00	03459	03459017
2923659	Fürstenau	fuerstenau	DE		86	Europe/Berlin	52.29987	10.33264		Commune Fuerstenau [a. 1812],Commune Fürstenau [a. 1812],Haesslerhof,Haslere [a. 1318],Hasselhof,Häßlerhof,Schloss Fuerstenau,Schloss Fürstenau		06	00	03157	03157007
2923660	Fürstenau	fuerstenau	DE		0	Europe/Berlin	51.83026	9.31864				07	057	05762	05762020
2923661	Fürstenau	fuerstenau	DE		0	Europe/Berlin	50.73904	13.8314		Furstenau,Fürstenau		13	00	14628	14628010
2923662	Fürstdobl	furstdobl	DE		0	Europe/Berlin	48.51932	13.40001				02	092	09275	09275133
2923663	Fürstberg	furstberg	DE		0	Europe/Berlin	48.88225	13.30085				02	092	09272	09272116
2923664	Fürstberg	furstberg	DE		0	Europe/Berlin	48.4	12.45				02	091	09183	09183115
2923665	Fürstberg	furstberg	DE		0	Europe/Berlin	48.32392	13.07639				02	092	09277	09277147
2923670	Fürstatt	furstatt	DE		0	Europe/Berlin	47.85481	12.09723				02	091	09163	09163000
2923675	Fürsetzing	fursetzing	DE		0	Europe/Berlin	48.65133	13.61416				02	092	09275	09275126
2923676	Fürsetz	fursetz	DE		0	Europe/Berlin	49.91607	11.599				02	094	09462	09462000
2923677	Furschweiler	furschweiler	DE		0	Europe/Berlin	49.51568	7.17888				09	00	10046	10046113
2923679	Furschenbach	furschenbach	DE		0	Europe/Berlin	48.57641	8.13679				01	083	08317	08317102
2923683	Furpach	furpach	DE		0	Europe/Berlin	49.32266	7.21081		Furpacherhof		09	00	10043	10043114
2923684	Fürnsal	furnsal	DE		0	Europe/Berlin	48.37639	8.51938		Furnsal,Fürnsal		01	083	08325	08325012
2923685	Fürnried	furnried	DE		0	Europe/Berlin	49.45518	11.59633				02	093	09371	09371116
2923686	Fürnheim	furnheim	DE		0	Europe/Berlin	49.02117	10.52681				02	095	09571	09571214
2923688	Fürnbach	furnbach	DE		0	Europe/Berlin	49.89216	10.63425				02	096	09674	09674187
2923689	Fürmoosen	furmoosen	DE		0	Europe/Berlin	48.05166	11.89892				02	091	09175	09175128
2923694	Fürken	fuerken	DE		0	Europe/Berlin	50.93412	7.64818				07	053	05374	05374040
2923695	Fürkeltrath	fuerkeltrath	DE		0	Europe/Berlin	51.20868	7.05505				07	051	05122	05122000
2923696	Fürkelt	fuerkelt	DE		0	Europe/Berlin	51.14337	7.0667				07	051	05122	05122000
2923697	Fürholzen	furholzen	DE		0	Europe/Berlin	48.62814	11.542				02	091	09186	09186149
2923698	Fürholzen	furholzen	DE		0	Europe/Berlin	48.53272	11.4512				02	091	09186	09186143
2923699	Fürholzen	furholzen	DE		0	Europe/Berlin	48.488	11.37566				02	091	09186	09186125
2923700	Fürholzen	furholzen	DE		0	Europe/Berlin	48.33149	11.61864				02	091	09178	09178145
2923701	Fürholzen	furholzen	DE		0	Europe/Berlin	48.20593	12.19072				02	091	09183	09183123
2923702	Fürholzen	furholzen	DE		0	Europe/Berlin	47.75	11.55				02	091	09173	09173112
2923704	Fürholz	furholz	DE		0	Europe/Berlin	48.78272	13.64832				02	092	09272	09272121
2923705	Fürfurt	fuerfurt	DE		0	Europe/Berlin	50.4303	8.25505				05	065	06533	06533019
2923706	Fürfeld	fuerfeld	DE		1553	Europe/Berlin	49.77737	7.89264		Firfeld,Fjurfel'd,Fuerfeld,Fürfeld,fei er fei er de,Фирфелд,Фюрфельд,菲尔费尔德	07133032	08	00	07133	07133032
2923708	Fürbuch	furbuch	DE		0	Europe/Berlin	48.126	10.36406				02	097	09778	09778121
2923709	Fürberg	fuerberg	DE		0	Europe/Berlin	51.18422	7.15363				07	051	05120	05120000
2923713	Furatweiler	furatweiler	DE		0	Europe/Berlin	47.71667	9.51667				01	084	08435	08435016
2923715	Füramoos	furamoos	DE		0	Europe/Berlin	47.9968	9.89044				01	084	08426	08426038
2923720	Funnixer Neue Mitteldeich	funnixer-neue-mitteldeich	DE		0	Europe/Berlin	53.66707	7.79501		Funnixer Neuen-Mitteldeich		06	00	03462	03462019
2923723	Funnixer Großeriege	funnixer-grosseriege	DE		0	Europe/Berlin	53.64112	7.79582				06	00	03462	03462019
2923726	Funnix	funnix	DE		0	Europe/Berlin	53.63034	7.78484		Funnix,Funnixer Riege		06	00	03462	03462019
2923729	Funnens	funnens	DE		0	Europe/Berlin	53.69899	7.92114				06	00	03455	03455020
2923731	Funkstatt	funkstatt	DE		0	Europe/Berlin	49.34818	10.05549		Funkstadt,Funkstatt		01	081	08127	08127075
2923733	Funkenstadt	funkenstadt	DE		0	Europe/Berlin	48.35205	8.08329				01	083	08317	08317146
2923745	Funkendorf	funkendorf	DE		0	Europe/Berlin	49.81168	11.68997				02	094	09472	09472180
2923746	Funkenburg	funkenburg	DE		0	Europe/Berlin	50.74562	12.60051				13	00	14524	14524200
2923753	Fünfstetten	fuenfstetten	DE		1373	Europe/Berlin	48.83215	10.7654			09779148	02	097	09779	09779148
2923760	Fünfhäuser	funfhauser	DE		0	Europe/Berlin	47.98466	9.62764				01	084	08426	08426014
2923762	Fünfhausendorf	fuenfhausendorf	DE		0	Europe/Berlin	53.75	9.05				06	00	03352	03352056
2923763	Fünfhausen	fuenfhausen	DE		0	Europe/Berlin	53.44474	10.13099				04	00	02000	02000000
2923765	Fünfhausen	fuenfhausen	DE		0	Europe/Berlin	53.31667	8.48333				06	00	03461	03461002
2923766	Fünfhausen	fuenfhausen	DE		0	Europe/Berlin	53.27856	8.98355				06	00	03356	03356011
2923767	Fünfhausen	fuenfhausen	DE		0	Europe/Berlin	53.23766	8.43409				06	00	03461	03461004
2923768	Fünfhausen	fuenfhausen	DE		0	Europe/Berlin	53.16667	8.48333				06	00	03461	03461001
2923769	Fünfhausen	fuenfhausen	DE		0	Europe/Berlin	53.05454	8.17233				06	00	03458	03458013
2923770	Fünfhausen	fuenfhausen	DE		0	Europe/Berlin	52.22274	8.64019				07	057	05758	05758020
2923773	Fünfeichen	fuenfeichen	DE		0	Europe/Berlin	52.14413	14.53251				11	00	12067	12067438
2923774	Fünfeichen	funfeichen	DE		0	Europe/Berlin	48.47764	13.33749				02	092	09275	09275122
2923777	Fünfehrlen	funfehrlen	DE		0	Europe/Berlin	47.68333	9.58333				01	084	08435	08435057
2923778	Fünfbronn	funfbronn	DE		0	Europe/Berlin	49.16943	10.87537		Funfbronn,Fünfbronn		02	095	09576	09576147
2923779	Fünfbronn	funfbronn	DE		0	Europe/Berlin	48.61147	8.49578				01	082	08235	08235066
2923783	Fundhobl	fundhobl	DE		0	Europe/Berlin	48.3143	12.49887		Fundhobel,Fundhobl		02	091	09183	09183130
2923784	Fundhäuser	fundhaeuser	DE		0	Europe/Berlin	50.4	11.86667				02	094	09475	09475181
2923785	Fünderich	fuenderich	DE		0	Europe/Berlin	51.46169	6.62893				07	051	05170	05170024
2923788	Fümmelse	fuemmelse	DE		0	Europe/Berlin	52.16294	10.48513				06	00	03158	03158037
2923790	Fultenbach	fultenbach	DE		0	Europe/Berlin	48.49033	10.57554				02	097	09773	09773140
2923800	Fulkum	fulkum	DE		0	Europe/Berlin	53.63333	7.53333				06	00	03462	03462006
2923801	Fulgenstadt	fulgenstadt	DE		0	Europe/Berlin	48.02287	9.45088		Fulgenstadt		01	084	08437	08437100
2923802	Fulgen	fulgen	DE		0	Europe/Berlin	54.15	11.78333				12			
2923803	Fulerum	fulerum	DE		0	Europe/Berlin	51.43418	6.9561		Fulerum		07	051	05117	05117000
2923811	Fuldenriede	fuldenriede	DE		0	Europe/Berlin	52.8522	8.85326				06	00	03251	03251041
2923814	Fulde	fulde	DE		0	Europe/Berlin	52.87271	9.5406		Fulde		06	00	03358	03358024
2923819	Fuldaische Höfe	fuldaische-hoefe	DE		0	Europe/Berlin	50.39052	9.54034				05	066	06631	06631008
2923829	Fuhrn	fuhrn	DE		0	Europe/Berlin	49.34316	12.28001		Fuhrn		02	093	09376	09376147
2923831	Fuhrmannsreuth	fuhrmannsreuth	DE		0	Europe/Berlin	49.96137	11.92096				02	093	09377	09377113
2923832	Fuhrhop	fuhrhop	DE		0	Europe/Berlin	52.92867	9.82058				06	00	03358	03358008
2923837	Fuhrberg	fuhrberg	DE		0	Europe/Berlin	52.56329	9.84806		Fuhrbarg,Fuhrberg,Fuhrberge [a. 1377]		06	00	03241	03241004
2923843	Fuhrbach	fuhrbach	DE		0	Europe/Berlin	51.53181	10.33882				06	00	03159	03159010
2923845	Fuhr	fuhr	DE		0	Europe/Berlin	51.18333	7.05				07	051	05122	05122000
2923846	Fuhr	fuhr	DE		0	Europe/Berlin	51.15029	7.34808		Fuhr		07	053	05374	05374016
2923850	Fuhlsbüttel	fuhlsbuettel	DE		11995	Europe/Berlin	53.63459	10.01608		Fuhlsbuettel,Fuhlsbüttel,Fulsbitel,Hamburg-Fuhlsbuettel,Hamburg-Fuhlsbüttel,Фулсбител		04	00	02000	02000000
2923851	Fühlingen	fuhlingen	DE		0	Europe/Berlin	51.03729	6.90405				07	053	05315	05315000
2923858	Fuhlenrüe	fuhlenruee	DE		0	Europe/Berlin	53.9097	10.02165				10	00	01060	01060036
2923864	Fuhlenbrock	fuhlenbrock	DE		0	Europe/Berlin	51.53094	6.89642		Fuhlenbrock		07	055	05512	05512000
2923869	Fuhlen	fuhlen	DE		0	Europe/Berlin	52.15165	9.24049				06	00	03252	03252007
2923875	Fuestrup	fuestrup	DE		0	Europe/Berlin	52.04133	7.69118				07	055	05566	05566012
2923877	Füchtorf	fuechtorf	DE		0	Europe/Berlin	52.04953	8.02999				07	055	05570	05570036
2923879	Füchtenfeld	fuechtenfeld	DE		0	Europe/Berlin	52.56112	7.1188				06	00	03456	03456025
2923880	Füchten	fuechten	DE		0	Europe/Berlin	51.48615	7.9265				07	059	05974	05974012
2923882	Füchtel	fuechtel	DE		0	Europe/Berlin	52.72877	8.3122				06	00	03460	03460009
2923884	Füchte	fuechte	DE		0	Europe/Berlin	52.17204	7.08508				07	055	05554	05554020
2923889	Fuchstobel	fuchstobel	DE		0	Europe/Berlin	47.75	9.45				01	084	08435	08435045
2923896	Fuchsstein	fuchsstein	DE		0	Europe/Berlin	49.44782	11.79442				02	093	09361	09361000
2923906	Fuchsmühle	fuchsmuhle	DE		0	Europe/Berlin	49.37713	10.16889		Fuchs,Fuchsmuhle,Fuchsmühle		02	095	09571	09571193
2923912	Fuchsloch	fuchsloch	DE		0	Europe/Berlin	50.66667	12.28333				15	00	16076	16076093
2923913	Fuchsloch	fuchsloch	DE		0	Europe/Berlin	48.0234	8.27162				01	083	08326	08326068
2923914	Fuchsloch	fuchsloch	DE		0	Europe/Berlin	47.64437	11.10442				02	091	09180	09180131
2923916	Fuchsleitenberg	fuchsleitenberg	DE		0	Europe/Berlin	50.61667	13.45				13	00	14521	14521140
2923925	Fuchshütte	fuchshuette	DE		0	Europe/Berlin	51.22504	6.46004				07	051	05116	05116000
2923943	Fuchshausen	fuchshausen	DE		0	Europe/Berlin	48.15124	12.80444				02	091	09171	09171112
2923946	Fuchshain	fuchshain	DE		0	Europe/Berlin	51.28252	12.53151		Fuchshain		13	00	14729	14729300
2923952	Fuchsenloch	fuchsenloch	DE		0	Europe/Berlin	47.81818	9.71024				01	084	08436	08436069
2923953	Fuchsenhof	fuchsenhof	DE		0	Europe/Berlin	49.32489	12.38181				02	093	09376	09376147
2923955	Fuchsendorf	fuchsendorf	DE		0	Europe/Berlin	49.91658	11.83112				02	094	09472	09472156
2923956	Fuchsendorf	fuchsendorf	DE		0	Europe/Berlin	49.50464	12.27199				02	093	09376	09376153
2923989	Fuchsberg	fuchsberg	DE		0	Europe/Berlin	53.71815	9.09707				06	00	03352	03352056
2923990	Fuchsberg	fuchsberg	DE		0	Europe/Berlin	53.02746	8.56179				06	00	03458	03458005
2923991	Fuchsberg	fuchsberg	DE		0	Europe/Berlin	49.49465	12.39265				02	093	09376	09376171
2924098	Fuchsbelle	fuchsbelle	DE		0	Europe/Berlin	51.17392	14.03319				13	00	14625	14625410
2924105	Fuchsau	fuchsau	DE		0	Europe/Berlin	47.74405	12.65548				02	091	09189	09189140
2924108	Frutzweiler	frutzweiler	DE		0	Europe/Berlin	49.454	7.38244				08	00	07336	07336096
2924109	Frutenhof	frutenhof	DE		0	Europe/Berlin	48.48966	8.46067				01	082	08237	08237028
2924110	Frundsbergerhöhe	frundsbergerhohe	DE		0	Europe/Berlin	48.01052	11.51008				02	091	09184	09184144
2924111	Fruhstorf	fruhstorf	DE		0	Europe/Berlin	48.87065	12.66057				02	092	09278	09278113
2924112	Frühstetten	fruhstetten	DE		0	Europe/Berlin	47.77945	10.22715				02	097	09780	09780112
2924114	Frühmesshof	fruhmesshof	DE		0	Europe/Berlin	48.96453	9.35409				01	081	08119	08119038
2924116	Frühlingsberg	fruehlingsberg	DE		0	Europe/Berlin	51.10644	14.50101				13	00	14625	14625090
2924117	Frühlinghausen	fruehlinghausen	DE		0	Europe/Berlin	51.32521	7.83466				07	059	05962	05962008
2924118	Frühling	fruhling	DE		0	Europe/Berlin	48.01987	12.51965				02	091	09189	09189111
2924119	Frühling	fruhling	DE		0	Europe/Berlin	47.95188	12.62535				02	091	09189	09189154
2924120	Fruerlundholz	fruerlundholz	DE		0	Europe/Berlin	54.8	9.45				10	00	01001	01001000
2924126	Frotzhofen	frotzhofen	DE		0	Europe/Berlin	48.13814	11.84652				02	091	09175	09175111
2924127	Frotzersricht	frotzersricht	DE		0	Europe/Berlin	49.3971	12.11609				02	093	09376	09376163
2924128	Fröttstädt	froettstaedt	DE		424	Europe/Berlin	50.93363	10.57334		Fretshtet,Frjotshtedt,Frottstadt,Fröttstädt,Фретштет,Фрётштедт		15	00	16067	16067088
2924129	Fröttmaning	froettmaning	DE		0	Europe/Berlin	48.21501	11.6313		Frottmaning,Fröttmaning		02	091	09162	09162000
2924131	Frotschau	frotschau	DE		0	Europe/Berlin	50.56545	12.06484				15	00	16076	16076087
2924133	Frotheim	frotheim	DE		0	Europe/Berlin	52.3576	8.67563		Frotheim		07	057	05770	05770008
2924135	Frößnitz	froessnitz	DE		0	Europe/Berlin	51.58597	11.94488				14	00	15088	15088295
2924136	Frössen	froessen	DE		0	Europe/Berlin	50.44045	11.76774				15	00	16075	16075131
2924137	Frösseln	froesseln	DE		0	Europe/Berlin	51.07956	7.29134		Froseln,Frosseln,Fröseln,Frösseln		07	053	05374	05374052
2924144	Fröschlach	froschlach	DE		0	Europe/Berlin	48.45645	7.97737				01	083	08317	08317100
2924145	Froschkern	froschkern	DE		0	Europe/Berlin	48.15343	11.83416				02	091	09175	09175111
2924147	Fröschhof	froschhof	DE		0	Europe/Berlin	49.8785	10.66672				02	094	09471	09471186
2924149	Froschhausen	froschhausen	DE		0	Europe/Berlin	50.05354	8.93754				05	064	06438	06438013
2924150	Froschhausen	froschhausen	DE		0	Europe/Berlin	47.68934	11.22121				02	091	09180	09180124
2924151	Froschham	froschham	DE		0	Europe/Berlin	48.47735	11.10449				02	097	09771	09771113
2924152	Froschham	froschham	DE		0	Europe/Berlin	48.05239	12.75862				02	091	09189	09189152
2924153	Froschham	froschham	DE		0	Europe/Berlin	47.92776	12.91112				02	091	09172	09172122
2924154	Froschham	froschham	DE		0	Europe/Berlin	47.73738	12.89616				02	091	09172	09172114
2924156	Froschgrün	froschgrun	DE		0	Europe/Berlin	50.33746	11.71537				02	094	09475	09475156
2924157	Fröschenthal	froschenthal	DE		0	Europe/Berlin	47.783	12.14577				02	091	09187	09187154
2924159	Fröschendorf	froschendorf	DE		0	Europe/Berlin	49.45843	10.58005				02	095	09575	09575166
2924160	Fröschen	froeschen	DE		0	Europe/Berlin	49.25	7.56667				08	00	07340	07340024
2924167	Froschbach	froschbach	DE		0	Europe/Berlin	50.31144	11.63533				02	094	09475	09475156
2924172	Froschauerhof	froschauerhof	DE		0	Europe/Berlin	49.61971	8.03155				08	00	07333	07333045
2924173	Fröschau	froschau	DE		0	Europe/Berlin	49.36346	11.27366		Froschau,Fröschau		02	095	09574	09574157
2924174	Fröschau	froschau	DE		0	Europe/Berlin	49.16161	10.57402				02	095	09571	09571115
2924175	Froschau	froschau	DE		0	Europe/Berlin	48.38333	12.61667				02	092	09277	09277133
2924182	Frörup	froerup	DE		0	Europe/Berlin	54.69551	9.42835				10	00	01059	01059184
2924183	Frordissen	frordissen	DE		0	Europe/Berlin	51.99323	8.63697				07	057	05711	05711000
2924184	Frorath	frorath	DE		0	Europe/Berlin	50.53912	7.39306				08	00	07138	07138007
2924187	Frönsberg	froensberg	DE		0	Europe/Berlin	51.35	7.91667				07	059	05958	05958044
2924188	Fronrot	fronrot	DE		0	Europe/Berlin	49.03339	9.95588				01	081	08127	08127012
2924190	Fronreiten	fronreiten	DE		0	Europe/Berlin	47.66659	10.862				02	091	09190	09190154
2924191	Fronlohe	fronlohe	DE		0	Europe/Berlin	49.75648	11.74929				02	093	09374	09374129
2924193	Fronhoven	fronhoven	DE		0	Europe/Berlin	50.8606	6.29185		Fronhoven		07	053	05334	05334012
2924199	Fronhof	fronhof	DE		0	Europe/Berlin	49.41131	12.3052				02	093	09376	09376112
2924200	Fronhof	fronhof	DE		0	Europe/Berlin	47.78333	9.51667				01	084	08436	08436095
2924203	Fronderode	fronderode	DE		0	Europe/Berlin	51.48669	10.63191				15	00	16062	16062066
2924204	Fronderath	fronderath	DE		0	Europe/Berlin	51.1001	6.21935				07	053	05370	05370004
2924206	Fröndenberg	froendenberg	DE		22964	Europe/Berlin	51.47563	7.76946		Fr'ondenberg na Rur,Frendenberg,Frjondenberg-na-Rure,Froendenberg,Froendenberg/Ruhr,Frondenberg,Fröndenberg,Fröndenberg/Ruhr,frwndnbrg,frwndnbrgh,fu lun deng bei ge,Френденберг,Фрьонденберг на Рур,Фрёнденберг-на-Руре,فروندنبرغ,فروندنبرگ,弗伦登贝格		07	059	05978	05978012
2924208	Fronberg	fronberg	DE		0	Europe/Berlin	49.34255	12.12447				02	093	09376	09376161
2924211	Fronau	fronau	DE		0	Europe/Berlin	49.26762	12.43498				02	093	09372	09372153
2924212	Fronau	fronau	DE		0	Europe/Berlin	49.13651	12.10127				02	093	09375	09375190
2924214	Frömmstedt	froemmstedt	DE		614	Europe/Berlin	51.26114	11.0401			16068064	15	00	16068	16068064
2924217	Frommetsfelden	frommetsfelden	DE		0	Europe/Berlin	49.33605	10.37413				02	095	09571	09571174
2924219	Frommershausen	frommershausen	DE		0	Europe/Berlin	51.36615	9.47322				05	066	06633	06633026
2924220	Frömmersbach	froemmersbach	DE		0	Europe/Berlin	51.04459	7.60695				07	053	05374	05374012
2924221	Frommersbach	frommersbach	DE		0	Europe/Berlin	49.60229	6.70029				08	00	07235	07235152
2924222	Frommern	frommern	DE		0	Europe/Berlin	48.24848	8.87361				01	084	08417	08417002
2924223	Frommerding	frommerding	DE		0	Europe/Berlin	48.71527	13.15584				02	092	09271	09271127
2924224	Frommenhausen	frommenhausen	DE		0	Europe/Berlin	48.43196	8.87558				01	084	08416	08416036
2924225	Fromhausen	fromhausen	DE		0	Europe/Berlin	51.90584	8.89601				07	057	05766	05766020
2924227	Frömern	froemern	DE		0	Europe/Berlin	51.5018	7.73971				07	059	05978	05978012
2924228	Fromberg	fromberg	DE		0	Europe/Berlin	49.53	11.69847				02	093	09371	09371141
2924233	Frölich	froelich	DE		0	Europe/Berlin	51.69232	8.04558				07	059	05974	05974024
2924234	Froitzheim	froitzheim	DE		0	Europe/Berlin	50.71316	6.57547				07	053	05358	05358060
2924235	Fröhstockheim	frohstockheim	DE		0	Europe/Berlin	49.73175	10.22951				02	096	09675	09675161
2924238	Frohse	frohse	DE		0	Europe/Berlin	52.03148	11.7157		Frasum,Frohse,Frosa		14	00	15089	15089305
2924240	Frohnstetten	frohnstetten	DE		0	Europe/Berlin	48.1451	9.0935	872			01	084	08437	08437107
2924241	Frohnsmühle	frohnsmuehle	DE		0	Europe/Berlin	50.8368	6.43105		Frohnmuhl,Frohnsmuhle,Frohnsmühle		07	053	05358	05358008
2924243	Frohnschwenden	frohnschwenden	DE		0	Europe/Berlin	47.77613	10.41499				02	097	09780	09780147
2924244	Frohnschwand	frohnschwand	DE		0	Europe/Berlin	47.71739	8.15142				01	083	08337	08337051
2924245	Frohnreuth	frohnreuth	DE		0	Europe/Berlin	48.83532	13.33073				02	092	09272	09272147
2924246	Frohnreut	frohnreut	DE		0	Europe/Berlin	48.87443	13.0424				02	092	09271	09271119
2924247	Frohnrath	frohnrath	DE		0	Europe/Berlin	50.50484	6.51701		Frohnrath		07	053	05366	05366024
2924248	Frohnmühle	frohnmuhle	DE		0	Europe/Berlin	48.79195	10.52368				02	097	09779	09779162
2924250	Frohnloh	frohnloh	DE		0	Europe/Berlin	48.08163	11.32839		Frohnloh		02	091	09188	09188127
2924252	Frohnlach	frohnlach	DE		0	Europe/Berlin	50.2166	11.0888				02	096	09672	09672114
2924254	Frohnholzen	frohnholzen	DE		0	Europe/Berlin	47.93096	12.83546				02	091	09189	09189127
2924261	Frohnhof	frohnhof	DE		0	Europe/Berlin	49.59708	11.39488				02	095	09574	09574155
2924262	Frohnhof	frohnhof	DE		0	Europe/Berlin	49.59903	11.2209				02	095	09572	09572121
2924263	Frohnhof	frohnhof	DE		0	Europe/Berlin	49.56375	11.81717				02	093	09371	09371126
2924264	Frohnhof	frohnhof	DE		0	Europe/Berlin	49.32741	10.67558				02	095	09571	09571190
2924265	Frohnhof	frohnhof	DE		0	Europe/Berlin	47.78333	9.8				01	084	08436	08436085
2924271	Frohnhausen	frohnhausen	DE		0	Europe/Berlin	51.4509	6.97244		Frohnhausen		07	051	05113	05113000
2924272	Frohnhausen	frohnhausen	DE		0	Europe/Berlin	51.64072	9.19093		Frohnhausen		07	057	05762	05762016
2924273	Frohnhausen	frohnhausen	DE		0	Europe/Berlin	51.48247	7.80564		Frohnhausen		07	059	05978	05978012
2924274	Frohnhausen	frohnhausen	DE		0	Europe/Berlin	50.96537	8.62244		Frohnhausen,Frohnhausen bei Battenberg		05	066	06635	06635004
2924275	Frohnhausen	frohnhausen	DE		0	Europe/Berlin	50.93764	8.09938		Frohnhausen		07	059	05970	05970032
2924276	Frohnhausen	frohnhausen	DE		0	Europe/Berlin	50.78366	8.61848		Frohnhausen,Frohnhausen bei Gladenbach		05	065	06534	06534010
2924277	Frohnhausen	frohnhausen	DE		0	Europe/Berlin	50.77534	8.29971		Frohnhausen		05	065	06532	06532006
2924278	Frohnhausen	frohnhausen	DE		0	Europe/Berlin	49.65273	7.34937		Frohnhausen		08	00	07134	07134005
2924280	Frohnhart	frohnhart	DE		0	Europe/Berlin	47.91864	10.16519				02	097	09778	09778219
2924281	Frohngau	frohngau	DE		0	Europe/Berlin	50.49539	6.70716		Frohngau		07	053	05366	05366032
2924282	Frohnfalls	frohnfalls	DE		0	Europe/Berlin	49.12178	9.55516				01	081	08127	08127052
2924283	Fröhnerhof	froehnerhof	DE		0	Europe/Berlin	49.48091	7.84285				08	00	07335	07335026
2924284	Frohnen	frohnen	DE		0	Europe/Berlin	50.63134	7.34417		Frohnen		08	00	07138	07138077
2924285	Frohndorf	frohndorf	DE		0	Europe/Berlin	51.16154	11.18661		Frohndorf		15	00	16068	16068051
2924297	Frohnbacherhof	frohnbacherhof	DE		0	Europe/Berlin	49.57387	7.38598				08	00	07336	07336015
2924300	Frohnbach	frohnbach	DE		0	Europe/Berlin	49.56667	7.38333				08	00	07336	07336051
2924302	Frohnau	frohnau	DE		16571	Europe/Berlin	52.63336	13.29024		Berlin-Frohnau		16	00	11000	11000000
2924303	Frohnau	frohnau	DE		0	Europe/Berlin	48.2966	8.19471				01	083	08317	08317041
2924304	Frohnau	frohnau	DE		0	Europe/Berlin	50.58083	12.99297		Frohnau		13	00	14521	14521020
2924307	Frohlinde	frohlinde	DE		0	Europe/Berlin	51.53163	7.34958		Frohlinde		07	055	05562	05562004
2924310	Fröhden	froehden	DE		0	Europe/Berlin	51.97459	13.17122				11	00	12072	12072169
2924314	Frodersreuth	frodersreuth	DE		0	Europe/Berlin	49.79113	12.08101				02	093	09377	09377116
2924315	Frödenberg	frodenberg	DE		0	Europe/Berlin	47.68685	10.59951				02	097	09777	09777149
2924316	Fröbitz	froebitz	DE		0	Europe/Berlin	50.67865	11.19736				15	00	16073	16073005
2924317	Fröbershammer	frobershammer	DE		0	Europe/Berlin	50.05324	11.81334				02	094	09472	09472121
2924318	Fröbersgrün	froebersgruen	DE		0	Europe/Berlin	50.57167	12.09413				13	00	14523	14523365
2924319	Frixing	frixing	DE		0	Europe/Berlin	48.27241	12.5459				02	091	09183	09183116
2924320	Frixheim	frixheim	DE		0	Europe/Berlin	51.05666	6.71642				07	051	05162	05162028
2924323	Fritzow	fritzow	DE		0	Europe/Berlin	53.95871	13.44006				12	00	13075	13075044
2924331	Fritzenberg	fritzenberg	DE		0	Europe/Berlin	53.1011	8.57483				06	00	03458	03458005
2924333	Fritzdorf	fritzdorf	DE		0	Europe/Berlin	50.59519	7.08714		Fritzdorf		07	053	05382	05382072
2924338	Fristingen	fristingen	DE		0	Europe/Berlin	48.55525	10.55151				02	097	09773	09773125
2924339	Frischnau	frischnau	DE		0	Europe/Berlin	48.20203	8.08418				01	083	08316	08316003
2924342	Frischenberg	frischenberg	DE		0	Europe/Berlin	51.08333	7				07	053	05316	05316000
2924345	Frischborn	frischborn	DE		0	Europe/Berlin	50.61089	9.36791		Frischborn		05	065	06535	06535011
2924348	Frintrop	frintrop	DE		0	Europe/Berlin	51.47833	6.90754		Frientrop,Frintrop		07	051	05113	05113000
2924349	Frimmersdorf	frimmersdorf	DE		0	Europe/Berlin	51.04679	6.57454				07	051	05162	05162008
2924350	Frimmenweiler	frimmenweiler	DE		0	Europe/Berlin	47.85627	9.4766				01	084	08436	08436083
2924354	Frillendorf	frillendorf	DE		0	Europe/Berlin	51.46124	7.05374		Frillendorf		07	051	05113	05113000
2924355	Frille	frille	DE		0	Europe/Berlin	52.33783	8.99173		Frille		07	057	05770	05770028
2924356	Frilinghoven	frilinghoven	DE		0	Europe/Berlin	51.06107	6.0025				07	053	05370	05370032
2924357	Frießnitz	friessnitz	DE		0	Europe/Berlin	50.77979	11.98938				15	00	16076	16076088
2924364	Friesing	friesing	DE		0	Europe/Berlin	47.94924	12.11934				02	091	09187	09187142
2924365	Friesing	friesing	DE		0	Europe/Berlin	47.75796	12.19131				02	091	09187	09187172
2924368	Friesheim	friesheim	DE		0	Europe/Berlin	50.75831	6.77753		Friesheim		07	053	05362	05362020
2924369	Friesheim	friesheim	DE		0	Europe/Berlin	49.00865	12.27684				02	093	09375	09375117
2924370	Friesenwerdermoor	friesenwerdermoor	DE		0	Europe/Berlin	53.42515	10.05156				06	00	03353	03353031
2924372	Friesenrath	friesenrath	DE		0	Europe/Berlin	50.69869	6.18377		Friesenrath		07	053	05334	05334002
2924373	Friesenhofen	friesenhofen	DE		0	Europe/Berlin	48.23519	10.22827				02	097	09775	09775118
2924374	Friesenhofen	friesenhofen	DE		0	Europe/Berlin	47.75951	10.07083		Friesenhofen		01	084	08436	08436055
2924375	Friesenhof-Ansiedlung	friesenhof-ansiedlung	DE		0	Europe/Berlin	53.18061	12.45915		Friesenhof,Friesenhof-Ansiedlung,Kolonie Friesenhof		11	00	12068	12068181
2924383	Friesenhäusle	friesenhausle	DE		0	Europe/Berlin	47.84887	9.65836				01	084	08436	08436012
2924384	Friesenhausen	friesenhausen	DE		0	Europe/Berlin	50.52712	9.82779				05	066	06631	06631003
2924385	Friesenhausen	friesenhausen	DE		0	Europe/Berlin	50.16046	10.48967				02	096	09674	09674111
2924386	Friesenham	friesenham	DE		0	Europe/Berlin	48.24072	12.35105				02	091	09183	09183120
2924391	Friesendorf	friesendorf	DE		0	Europe/Berlin	50.2332	11.05773		Friesendorf		02	094	09473	09473121
2924392	Friesendorf	friesendorf	DE		0	Europe/Berlin	48.80025	12.78534				02	092	09271	09271151
2924395	Friesen	friesen	DE		0	Europe/Berlin	50.63624	12.2751				13	00	14523	14523340
2924396	Friesen	friesen	DE		0	Europe/Berlin	50.26817	11.36295				02	094	09476	09476145
2924397	Friesen	friesen	DE		0	Europe/Berlin	49.83998	11.03354				02	094	09471	09471145
2924403	Friesau	friesau	DE		0	Europe/Berlin	50.49651	11.64101		Friesau		15	00	16075	16075135
2924404	Friesacker Zootzen	friesacker-zootzen	DE		0	Europe/Berlin	52.7794	12.61067				11	00	12063	12063088
2924407	Frienstedt	frienstedt	DE		0	Europe/Berlin	50.95275	10.90625				15	00	16051	16051000
2924409	Friemersheim	friemersheim	DE		0	Europe/Berlin	51.38455	6.70554		Friemersheim		07	051	05112	05112000
2924411	Friemen	friemen	DE		0	Europe/Berlin	51.12342	9.85296		Friemen		05	066	06636	06636012
2924414	Frielingsdorf	frielingsdorf	DE		0	Europe/Berlin	51.04432	7.42817		Frielingsdorf		07	053	05374	05374020
2924415	Frielinghausen	frielinghausen	DE		0	Europe/Berlin	51.66175	7.94037				07	059	05915	05915000
2924417	Frielinghausen	frielinghausen	DE		0	Europe/Berlin	51.23889	8.2058		Frielinghausen		07	059	05958	05958016
2924418	Frielinghausen	frielinghausen	DE		0	Europe/Berlin	51.2119	7.29001		Frielinghausen		07	051	05124	05124000
2924419	Frielinghausen	frielinghausen	DE		0	Europe/Berlin	50.9391	7.23617				07	053	05378	05378024
2924422	Frielingen	frielingen	DE		0	Europe/Berlin	52.97656	9.72153		Dreifrielingen,Frielingen		06	00	03358	03358021
2924423	Frielingen	frielingen	DE		0	Europe/Berlin	52.46029	9.52777		Frielingen,Frielje		06	00	03241	03241005
2924424	Frielingen	frielingen	DE		0	Europe/Berlin	50.85544	9.53136				05	066	06632	06632011
2924425	Frielick	frielick	DE		0	Europe/Berlin	51.72878	7.82613				07	059	05915	05915000
2924430	Friedrich-Wilhelmshütte	friedrich-wilhelmshuette	DE		0	Europe/Berlin	50.80109	7.14968				07	053	05382	05382068
2924431	Friedrich-Wilhelmshof	friedrich-wilhelmshof	DE		0	Europe/Berlin	52.71799	13.73497		Friedrich-Wilhelm-Hof		11	00	12060	12060250
2924432	Friedrich Wilhelmsdorf	friedrich-wilhelmsdorf	DE		0	Europe/Berlin	53.46434	8.67574				06	00	03352	03352032
2924433	Friedrich-Wilhelmsau	friedrich-wilhelmsau	DE		0	Europe/Berlin	51.70102	8.52093				07	057	05774	05774036
2924435	Friedrichweiler	friedrichweiler	DE		0	Europe/Berlin	49.24047	6.75153				09	00	10044	10044120
2924436	Friedrichswiese	friedrichswiese	DE		0	Europe/Berlin	54.36807	9.51476				10	00	01059	01059087
2924438	Friedrichswerk	friedrichswerk	DE		0	Europe/Berlin	54.2	9.08333				10	00	01051	01051044
2924446	Friedrichswald	friedrichswald	DE		0	Europe/Berlin	52.13462	9.14952				06	00	03257	03257031
2924470	Friedrichstanneck	friedrichstanneck	DE		0	Europe/Berlin	50.96411	11.88274				15	00	16074	16074018
2924471	Friedrichstal	friedrichstal	DE		0	Europe/Berlin	50.99884	7.83219		Friedrichstal,Friedrichsthal		07	059	05966	05966024
2924472	Friedrichstal	friedrichstal	DE		0	Europe/Berlin	54.7875	9.72723		Friedrichstal,Friedrichsthal		10	00	01059	01059186
2924473	Friedrichstal	friedrichstal	DE		0	Europe/Berlin	51.29077	7.79671		Friedrichs-Thal,Friedrichstal		07	059	05962	05962048
2924474	Friedrichstal	friedrichstal	DE		0	Europe/Berlin	49.10562	8.47724		Friedrichstal,Friedrichsthal		01	082	08215	08215109
2924480	Friedrichssegen	friedrichssegen	DE		0	Europe/Berlin	50.3079	7.66261				08	00	07141	07141075
2924481	Friedrichsschwerz	friedrichsschwerz	DE		0	Europe/Berlin	51.5498	11.85651				14	00	15088	15088216
2924482	Friedrichsschleuse	friedrichsschleuse	DE		0	Europe/Berlin	53.69793	7.81008				06	00	03462	03462019
2924484	Dorf Friedrichsruhe	dorf-friedrichsruhe	DE		0	Europe/Berlin	53.51071	11.74026		Friedrichsruhe		12	00	13076	13076038
2924486	Friedrichsruh	friedrichsruh	DE		0	Europe/Berlin	53.53043	10.33971		Friedrichsruh		10	00	01053	01053003
2924489	Friedrichsrode	friedrichsrode	DE		0	Europe/Berlin	51.38619	10.56072				15	00	16065	16065032
2924490	Friedrichsried	friedrichsried	DE		0	Europe/Berlin	48.89307	12.89144				02	092	09271	09271140
2924491	Friedrichsort	friedrichsort	DE		0	Europe/Berlin	54.39713	10.16887				10	00	01002	01002000
2924493	Friedrichsmühlen	friedrichsmuehlen	DE		0	Europe/Berlin	53.33707	10.79278				12	00	13076	13076136
2924495	Friedrichsmoor	friedrichsmoor	DE		0	Europe/Berlin	53.45484	11.56963				12	00	13076	13076105
2924496	Friedrichsmilde	friedrichsmilde	DE		0	Europe/Berlin	52.89751	11.45442				14	00	15081	15081030
2924497	Friedrichslust	friedrichslust	DE		0	Europe/Berlin	52.55595	13.72376				11	00	12064	12064029
2924498	Friedrichslust	friedrichslust	DE		0	Europe/Berlin	50.93031	12.43589				15	00	16077	16077036
2924501	Friedrichsluga	friedrichsluga	DE		0	Europe/Berlin	51.65925	13.28127				11	00	12062	12062224
2924502	Friedrichslohra	friedrichslohra	DE		0	Europe/Berlin	51.41891	10.63444		Friedrichslohra		15	00	16062	16062009
2924507	Friedrichshütte	friedrichshutte	DE		0	Europe/Berlin	51.63805	12.68744				14			
2924508	Friedrichshütte	friedrichshuette	DE		0	Europe/Berlin	50.5196	8.98396				05	065	06531	06531010
2924521	Friedrichshöhe	friedrichshoehe	DE		0	Europe/Berlin	52.39153	12.91924				11	00	12069	12069656
2924522	Friedrichshöhe	friedrichshoehe	DE		0	Europe/Berlin	52.32331	11.72234				14	00	15083	15083440
2924523	Friedrichshöhe	friedrichshoehe	DE		0	Europe/Berlin	52.2	10.48333				06	00	03102	03102000
2924524	Friedrichshöhe	friedrichshoehe	DE		0	Europe/Berlin	51.91667	8.86667				07	057	05766	05766020
2924525	Friedrichshöhe	friedrichshoehe	DE		0	Europe/Berlin	51.63544	10.93306				14	00	15085	15085145
2924526	Friedrichshöhe	friedrichshoehe	DE		0	Europe/Berlin	50.47882	11.01494				15	00	16069	16069012
2924529	Friedrichshöhe	friedrichshoehe	DE		0	Europe/Berlin	52.14171	9.09977				06	00	03257	03257031
2924531	Friedrichshofen	friedrichshofen	DE		0	Europe/Berlin	48.77525	11.37941		Friedrichshofen		02	091	09161	09161000
2924533	Friedrichshof	friedrichshof	DE		0	Europe/Berlin	54.29073	12.79298		Friedrickshof		12	00	13073	13073042
2924534	Friedrichshof	friedrichshof	DE		0	Europe/Berlin	53.98017	12.79993				12	00	13072	13072010
2924535	Friedrichshof	friedrichshof	DE		0	Europe/Berlin	53.96667	12.51667				12	00	13072	13072111
2924536	Friedrichshof	friedrichshof	DE		0	Europe/Berlin	53.89321	12.02127				12	00	13072	13072053
2924537	Friedrichshof	friedrichshof	DE		0	Europe/Berlin	53.61919	13.634				12	00	13071	13071037
2924538	Friedrichshof	friedrichshof	DE		0	Europe/Berlin	53.56792	13.52133				12	00	13071	13071083
2924539	Friedrichshof	friedrichshof	DE		0	Europe/Berlin	53.45593	14.07121				12	00	13075	13075032
2924540	Friedrichshof	friedrichshof	DE		0	Europe/Berlin	53.41667	11.2				12	00	13076	13076060
2924541	Friedrichshof	friedrichshof	DE		0	Europe/Berlin	53.31365	12.619				12	00	13071	13071097
2924542	Friedrichshof	friedrichshof	DE		0	Europe/Berlin	52.67633	11.64469				14	00	15090	15090070
2924543	Friedrichshof	friedrichshof	DE		0	Europe/Berlin	52.55	12.68333				11	00	12063	12063186
2924544	Friedrichshof	friedrichshof	DE		0	Europe/Berlin	52.31777	13.76843				11	00	12061	12061217
2924545	Friedrichshof	friedrichshof	DE		0	Europe/Berlin	52.01682	13.64364				11	00	12061	12061405
2924546	Friedrichshof	friedrichshof	DE		0	Europe/Berlin	51.58333	11.08333				14	00	15087	15087412
2924547	Friedrichshof	friedrichshof	DE		0	Europe/Berlin	49.11693	9.41419		Friedrichshof		01	081	08125	08125110
2924560	Friedrichshof	friedrichshof	DE		0	Europe/Berlin	52.77286	14.21056				11	00	12064	12064371
2924570	Friedrichshausen	friedrichshausen	DE		0	Europe/Berlin	51.04658	8.85624				05	066	06635	06635011
2924572	Friedrichshäng	friedrichshang	DE		0	Europe/Berlin	49.53863	12.58644		Friedrichshang,Friedrichshäng		02	093	09376	09376160
2924573	Friedrichshain	friedrichshain-bezirk	DE		117829	Europe/Berlin	52.51559	13.45482		Berlin-Friedrichshain,Fridrikhskhajn,Verwaltungsbezirk Friedrichshain,fei te lie si hai yin,prydrykshyyn,Фридрихсхайн,פרידריכסהיין,فریڈرشہائین-کریوزبرگ,腓特烈斯海因		16	00	11000	11000000
2924575	Friedrichshain	friedrichshain	DE		0	Europe/Berlin	51.60388	14.57346				11	00	12071	12071074
2924576	Friedrichshaide	friedrichshaide	DE		0	Europe/Berlin	50.85779	12.17907				15	00	16076	16076061
2924577	Friedrichshagen	friedrichshagen	DE		17529	Europe/Berlin	52.45052	13.62463		Berlin-Friedrichshagen		16	00	11000	11000000
2924578	Friedrichshagen	friedrichshagen	DE		0	Europe/Berlin	54.07595	13.48953		Friedrichshagen		12	00	13075	13075039
2924579	Friedrichshagen	friedrichshagen	DE		0	Europe/Berlin	53.82278	11.28268		Friedrichshagen		12	00	13074	13074079
2924580	Friedrichshagen	friedrichshagen	DE		0	Europe/Berlin	53.78507	12.39528				12	00	13072	13072063
2924581	Friedrichshagen	friedrichshagen	DE		0	Europe/Berlin	53.63538	13.86865				12	00	13075	13075143
2924582	Friedrichshagen	friedrichshagen	DE		0	Europe/Berlin	52.12812	9.22144				06	00	03252	03252007
2924586	Friedrichsgüte	friedrichsguete	DE		0	Europe/Berlin	53.10711	12.57351				11	00	12068	12068468
2924590	Friedrichsgrün	friedrichsgruen	DE		0	Europe/Berlin	50.68097	12.5617				13	00	14524	14524250
2924591	Friedrichsgrün	friedrichsgruen	DE		0	Europe/Berlin	50.44514	12.4303				13	00	14523	14523245
2924594	Friedrichsgmünd	friedrichsgmund	DE		0	Europe/Berlin	49.1822	11.01365				02	095	09576	09576121
2924596	Friedrichsgabe	friedrichsgabe	DE		0	Europe/Berlin	53.72953	9.99569				10	00	01060	01060063
2924598	Friedrichsfleiß	friedrichsfleiss	DE		0	Europe/Berlin	52.67257	11.63416				14	00	15090	15090070
2924599	Friedrichsfelde	friedrichsfelde	DE		49109	Europe/Berlin	52.50575	13.50812		Berlin-Friedrichsfelde		16	00	11000	11000000
2924600	Friedrichsfelde	friedrichsfelde	DE		0	Europe/Berlin	54.05657	13.26522				12	00	13075	13075027
2924601	Friedrichsfelde	friedrichsfelde	DE		0	Europe/Berlin	53.4	13.28333		Friedrichsfelde		12	00	13071	13071011
2924602	Friedrichsfelde	friedrichsfelde	DE		0	Europe/Berlin	53.09392	13.84449				11	00	12073	12073008
2924606	Friedrichsfeld	friedrichsfeld	DE		0	Europe/Berlin	49.44205	8.57696		Friedrichsfeld		01	082	08222	08222000
2924607	Friedrichsfeld	friedrichsfeld	DE		0	Europe/Berlin	54.487	9.36152				10	00	01059	01059039
2924608	Friedrichsfeld	friedrichsfeld	DE		0	Europe/Berlin	53.4861	12.95391				12	00	13071	13071005
2924609	Friedrichsfeld	friedrichsfeld	DE		0	Europe/Berlin	51.62799	6.65273		Friedrichsfeld		07	051	05170	05170044
2924610	Friedrichsfeld	friedrichsfeld	DE		0	Europe/Berlin	51.57302	9.4606				05	066	06633	06633025
2924612	Friedrichsfeld	friedrichsfeld	DE		0	Europe/Berlin	54.5	9.36667				10	00	01059	01059079
2924618	Friedrichsfehn	friedrichsfehn	DE		0	Europe/Berlin	53.12061	8.09541				06	00	03451	03451004
2924627	Friedrichsburg	friedrichsburg	DE		0	Europe/Berlin	52.13678	9.18221				06	00	03252	03252007
2924629	Friedrichsbrück	friedrichsbrueck	DE		0	Europe/Berlin	51.22194	9.74406				05	066	06636	06636006
2924631	Friedrichsbruch	friedrichsbruch	DE		0	Europe/Berlin	52.79373	12.38906				11	00	12063	12063112
2924634	Friedrichsberg	friedrichsberg	DE		0	Europe/Berlin	54.3	10.13333				10	00	01002	01002000
2924635	Friedrichsberg	friedrichsberg	DE		0	Europe/Berlin	52.51667	13.46667		Friedrichsberg		16	00	11000	11000000
2924636	Friedrichsberg	friedrichsberg	DE		0	Europe/Berlin	50.10661	11.32057				02	094	09477	09477136
2924652	Friedrichsau	friedrichsau	DE		0	Europe/Berlin	54.55998	9.43467				10	00	01059	01059044
2924653	Friedrichsanfang	friedrichsanfang	DE		0	Europe/Berlin	50.77763	10.77166				15	00	16067	16067053
2924654	Friedrichsanbau	friedrichsanbau	DE		0	Europe/Berlin	54.42561	9.4561				10	00	01059	01059035
2924655	Friedrichrode	friedrichrode	DE		0	Europe/Berlin	51.63134	11.37974				14	00	15087	15087031
2924664	Friedrich Augustengroden	friedrich-augustengroden	DE		0	Europe/Berlin	53.69302	7.85591				06	00	03455	03455020
2924666	Friedmannsdorf	friedmannsdorf	DE		0	Europe/Berlin	50.76016	12.22618				15	00	16076	16076069
2924667	Friedmannsdorf	friedmannsdorf	DE		0	Europe/Berlin	50.13733	11.7638				02	094	09475	09475189
2924668	Friedlrimbach	friedlrimbach	DE		0	Europe/Berlin	48.25215	12.25676				02	091	09183	09183135
2924669	Friedlos	friedlos	DE		0	Europe/Berlin	50.90094	9.74231				05	066	06632	06632012
2924670	Friedlinsbach	friedlinsbach	DE		0	Europe/Berlin	48.16218	8.00154				01	083	08316	08316010
2924671	Friedlings	friedlings	DE		0	Europe/Berlin	47.94051	9.90352				01	084	08436	08436010
2924672	Friedlingen	friedlingen	DE		0	Europe/Berlin	47.59382	7.59837				01	083	08336	08336091
2924673	Friedlin	friedlin	DE		0	Europe/Berlin	51.18028	7.76816				07	059	05962	05962020
2924674	Friedlgrub	friedlgrub	DE		0	Europe/Berlin	48.6017	13.70274				02	092	09275	09275153
2924681	Gemeinde Friedland	gemeinde-friedland	DE		10568	Europe/Berlin	51.41667	9.93333			03159013	06	00	03159	03159013
2924686	Randowhöhe	randowhoehe	DE		0	Europe/Berlin	53.2588	14.06997				11	00	12073	12073225
2924687	Friedingen	friedingen	DE		0	Europe/Berlin	48.17976	9.37318		Friedingen		01	084	08426	08426067
2924688	Friedingen	friedingen	DE		0	Europe/Berlin	47.78549	8.87708		Friedingen		01	083	08335	08335075
2924689	Frieding	frieding	DE		0	Europe/Berlin	49.24354	12.60109				02	093	09372	09372146
2924690	Frieding	frieding	DE		0	Europe/Berlin	48.0106	11.21464				02	091	09188	09188117
2924691	Friedigerode	friedigerode	DE		0	Europe/Berlin	50.87709	9.46778		Friedigerode		05	066	06634	06634019
2924693	Friedheim	friedheim	DE		0	Europe/Berlin	53.02926	12.2022				11	00	12070	12070149
2924694	Friedheim	friedheim	DE		0	Europe/Berlin	48.02082	10.85724				02	091	09181	09181130
2924698	Friedewalde	friedewalde	DE		0	Europe/Berlin	52.35462	8.85847		Friedewalde		07	057	05770	05770028
2924706	Friedersthal	friedersthal	DE		0	Europe/Berlin	51.02736	14.70091				13	00	14626	14626180
2924707	Friedersried	friedersried	DE		0	Europe/Berlin	49.2715	12.48922				02	093	09372	09372161
2924708	Friedersreuth	friedersreuth	DE		0	Europe/Berlin	49.95	12.03333				02	093	09377	09377148
2924730	Friederikensiel	friederikensiel	DE		0	Europe/Berlin	53.69805	7.90027				06	00	03455	03455020
2924732	Friederikenkrug	friederikenkrug	DE		0	Europe/Berlin	53.41667	12.98333				12	00	13071	13071075
2924733	Friederikenhof	friederikenhof	DE		0	Europe/Berlin	52.38292	13.34714				11	00	12072	12072120
2924739	Friedenthal	friedenthal	DE		0	Europe/Berlin	53.73283	13.27389				12	00	13071	13071022
2924740	Friedenthal	friedenthal	DE		0	Europe/Berlin	52.76679	13.2282				11	00	12065	12065256
2924743	Friedenstal	friedenstal	DE		0	Europe/Berlin	54.44041	9.79861		Friedenstal,Friedensthal		10	00	01058	01058173
2924746	Friedenstein	friedenstein	DE		0	Europe/Berlin	50.51782	9.83999				05	066	06631	06631003
2924748	Friedenstal	friedenstal	DE		0	Europe/Berlin	52.10459	8.70107		Friedenstal		07	057	05758	05758012
2924751	Königshorst	koenigshorst	DE		0	Europe/Berlin	52.71207	12.78894		Friedenshorst,Konigshorst,Königshorst		11	00	12068	12068117
2924756	Friedensheim	friedensheim	DE		0	Europe/Berlin	53.30773	8.91467				06	00	03356	03356010
2924765	Friedenhain	friedenhain	DE		0	Europe/Berlin	48.93045	12.57488				02	092	09278	09278170
2924767	Friedenfelde	friedenfelde	DE		0	Europe/Berlin	53.13709	13.72965				11	00	12073	12073201
2924768	Friedendorf	friedendorf	DE		0	Europe/Berlin	49.28111	12.71259				02	093	09372	09372174
2924770	Friedenau	friedenau	DE		26972	Europe/Berlin	52.47133	13.32813		Berlin-Friedenau,Fridenau,Фриденау		16	00	11000	11000000
2924771	Friedenau	friedenau	DE		0	Europe/Berlin	50.75	6.48333				07	053	05358	05358028
2924777	Friedeln	friedeln	DE		0	Europe/Berlin	47.6	11.46667				02	091	09173	09173131
2924779	Friedelhausen	friedelhausen	DE		0	Europe/Berlin	50.68414	8.71103				05	065	06531	06531013
2924780	Friedelhausen	friedelhausen	DE		0	Europe/Berlin	49.54295	7.49629				08	00	07336	07336009
2924785	Friedefeld	friedefeld	DE		0	Europe/Berlin	53.31522	14.19824				12	00	13075	13075107
2924787	Friedeburgerhütte	friedeburgerhuette	DE		261	Europe/Berlin	51.6249	11.68704		Friedeburgerhutte,Friedeburgerhütte		14	00	15087	15087165
2924791	Friedebach	friedebach	DE		0	Europe/Berlin	50.72462	13.45223		Friedebach		13	00	14522	14522520
2924792	Friedebach	friedebach	DE		0	Europe/Berlin	50.71527	11.49788				15	00	16075	16075129
2924795	Friedbergsiedlung	friedbergsiedlung	DE		0	Europe/Berlin	50.59744	10.71458				15	00	16054	16054000
2924796	Friedberg-Siedlung	friedberg-siedlung	DE		0	Europe/Berlin	50.75	10.7				15	00	16067	16067044
2924809	Friedach	friedach	DE		0	Europe/Berlin	47.74822	9.64745				01	084	08436	08436039
2924811	Frieda	frieda	DE		0	Europe/Berlin	51.19049	10.12589		Frieda		05	066	06636	06636007
2924812	Friebus	friebus	DE		0	Europe/Berlin	50.33195	12.35147				13	00	14523	14523200
2924813	Friebertsheim	friebertsheim	DE		0	Europe/Berlin	49.31644	11.84947				02	093	09371	09371129
2924814	Friebertshausen	friebertshausen	DE		0	Europe/Berlin	50.77493	8.64089				05	065	06534	06534010
2924815	Frieberting	frieberting	DE		0	Europe/Berlin	47.99251	12.26272				02	091	09187	09187173
2924816	Friebersdorf	friebersdorf	DE		0	Europe/Berlin	48.69086	13.38674				02	092	09275	09275135
2924818	Fridritt	fridritt	DE		0	Europe/Berlin	50.26038	10.25397				02	096	09672	09672135
2924821	Friddenbüll	friddenbuell	DE		0	Europe/Berlin	54.36667	8.8				10	00	01054	01054135
2924822	Fridau	fridau	DE		0	Europe/Berlin	50.01858	12.15198				02	094	09479	09479136
2924827	Frickhofen	frickhofen	DE		0	Europe/Berlin	50.5052	8.0261		Frickhofen		05	065	06533	06533004
2924830	Frickenweiler	frickenweiler	DE		0	Europe/Berlin	47.85923	9.07601				01	083	08335	08335079
2924832	Frickenhofen	frickenhofen	DE		0	Europe/Berlin	49.28101	11.57335				02	093	09373	09373147
2924833	Frickenhofen	frickenhofen	DE		0	Europe/Berlin	48.93062	9.79691				01	081	08136	08136027
2924834	Frickenhöchstadt	frickenhochstadt	DE		0	Europe/Berlin	49.71667	11.66667				02	093	09374	09374124
2924840	Frickenfelden	frickenfelden	DE		0	Europe/Berlin	49.11751	10.80167		Frickenfelden		02	095	09577	09577136
2924841	Frickendorf	frickendorf	DE		0	Europe/Berlin	50.12239	10.74144				02	096	09674	09674130
2924842	Frickendorf	frickendorf	DE		0	Europe/Berlin	49.41698	10.60905				02	095	09571	09571135
2924843	Frickendorf	frickendorf	DE		0	Europe/Berlin	48.52161	11.58731				02	091	09186	09186152
2924845	Fricken	fricken	DE		0	Europe/Berlin	47.8932	10.2871				02	097	09778	09778119
2924846	Frichlkofen	frichlkofen	DE		0	Europe/Berlin	48.62053	12.52451				02	092	09279	09279116
2924847	Fribertshofen	fribertshofen	DE		0	Europe/Berlin	49.08286	11.42046				02	093	09373	09373112
2924849	Freywalde	freywalde	DE		0	Europe/Berlin	51.81919	13.28235				11	00	12062	12062461
2924855	Freymann	freymann	DE		0	Europe/Berlin	48.43068	11.47116		Freyman,Freymann		02	091	09174	09174136
2924856	Freyersen	freyersen	DE		0	Europe/Berlin	53.29521	9.39489				06	00	03357	03357021
2924857	Freyenstein	freyenstein	DE		0	Europe/Berlin	53.28708	12.35361				11	00	12068	12068468
2924863	Freyberg	freyberg	DE		0	Europe/Berlin	48.11667	9.95				01	084	08426	08426087
2924868	Freutsmoos	freutsmoos	DE		0	Europe/Berlin	48.0373	12.65812				02	091	09189	09189134
2924869	Freusburgermühle	freusburgermuehle	DE		0	Europe/Berlin	50.81924	7.8832				08	00	07132	07132063
2924870	Freusburg	freusburg	DE		0	Europe/Berlin	50.82535	7.88278		Freusburg		08	00	07132	07132063
2924872	Freundschaft	freundschaft	DE		0	Europe/Berlin	50.1	12.21667				02	094	09479	09479127
2924873	Freundsbach	freundsbach	DE		0	Europe/Berlin	48.50596	11.92624				02	091	09178	09178142
2924874	Freundpolz	freundpolz	DE		0	Europe/Berlin	47.62526	10.19407				02	097	09780	09780124
2924875	Freundorf	freundorf	DE		0	Europe/Berlin	48.85082	13.2299		Freindorf,Freundorf		02	092	09272	09272145
2924876	Freundorf	freundorf	DE		0	Europe/Berlin	48.80038	12.83659				02	092	09271	09271151
2924877	Freundorf	freundorf	DE		0	Europe/Berlin	48.59139	13.03806				02	092	09275	09275114
2924879	Freundelsdorf	freundelsdorf	DE		0	Europe/Berlin	49.25207	12.53893				02	093	09372	09372161
2924880	Freund	freund	DE		0	Europe/Berlin	50.75228	6.17673				07	053	05334	05334002
2924881	Freudenweiler	freudenweiler	DE		0	Europe/Berlin	48.23851	9.12209				01	084	08437	08437082
2924882	Freudenthal	freudenthal	DE		0	Europe/Berlin	51.28333	9.63333				05	066	06633	06633015
2924883	Freudenthal	freudenthal	DE		0	Europe/Berlin	51.02534	9.32835				05	066	06634	06634001
2924892	Freudenstein	freudenstein	DE		0	Europe/Berlin	49.03054	8.81514				01	082	08236	08236033
2924896	Freudensee	freudensee	DE		0	Europe/Berlin	48.66194	13.63158				02	092	09275	09275126
2924897	Freudenricht	freudenricht	DE		0	Europe/Berlin	49.21945	11.71452				02	093	09373	09373167
2924899	Freudenreich	freudenreich	DE		0	Europe/Berlin	47.75421	11.81923				02	091	09182	09182119
2924901	Freudenholm	freudenholm	DE		0	Europe/Berlin	54.19021	10.67817				10	00	01055	01055024
2924906	Freudenhain	freudenhain	DE		0	Europe/Berlin	48.58333	13.45				02	092	09262	09262000
2924907	Freudenfeld	freudenfeld	DE		0	Europe/Berlin	53.25263	14.35973				11	00	12073	12073565
2924908	Freudenegg	freudenegg	DE		0	Europe/Berlin	48.33411	10.02142				02	097	09775	09775152
2924909	Freudeneck	freudeneck	DE		0	Europe/Berlin	50.03531	10.87955				02	094	09471	09471174
2924911	Freudenbergerhof	freudenbergerhof	DE		0	Europe/Berlin	49.26421	7.34613				08	00	07320	07320000
2924927	Freudenbach	freudenbach	DE		0	Europe/Berlin	49.47298	10.09738				01	081	08128	08128020
2924930	Fretzdorf	fretzdorf	DE		0	Europe/Berlin	53.06597	12.55056				11	00	12068	12068468
2924932	Frettholt	frettholt	DE		0	Europe/Berlin	52.05987	7.1446				07	055	05554	05554036
2924937	Frettermühle	frettermuehle	DE		0	Europe/Berlin	51.18224	8.01718				07	059	05966	05966012
2924939	Fretter	fretter	DE		0	Europe/Berlin	51.19406	8.0483		Fretter		07	059	05966	05966012
2924940	Frettenshofen	frettenshofen	DE		0	Europe/Berlin	49.21031	11.37136				02	093	09373	09373126
2924944	Frestorfer Bülten	frestorfer-buelten	DE		0	Europe/Berlin	52.48333	9				06	00	03256	03256032
2924945	Frestorf	frestorf	DE		0	Europe/Berlin	52.48617	9.00478				06	00	03256	03256032
2924948	Freßlesreute	fresslesreute	DE		0	Europe/Berlin	47.68465	10.71036				02	097	09777	09777166
2924953	Fresenfelde	fresenfelde	DE		0	Europe/Berlin	54.05075	10.36378				10	00	01060	01060075
2924954	Fresendorf	fresendorf	DE		0	Europe/Berlin	54.05673	12.24156				12	00	13072	13072087
2924955	Fresendorf	fresendorf	DE		0	Europe/Berlin	54.30197	10.53217				10	00	01057	01057021
2924960	Fresenbrügge	fresenbruegge	DE		0	Europe/Berlin	53.2646	11.54106				12	00	13076	13076050
2924961	Fresenbrink	fresenbrink	DE		0	Europe/Berlin	52.64451	8.02377				06	00	03459	03459007
2924965	Freschluneberg	freschluneberg	DE		0	Europe/Berlin	53.43765	8.7342				06	00	03352	03352059
2924966	Freschenhausen	freschenhausen	DE		0	Europe/Berlin	53.37471	10.06029				06	00	03353	03353031
2924968	Frenzerburg	frenzerburg	DE		0	Europe/Berlin	50.82969	6.34308				07	053	05358	05358032
2924972	Frenz	frenz	DE		0	Europe/Berlin	51.75026	11.90284				14	00	15082	15082256
2924973	Frenz	frenz	DE		0	Europe/Berlin	50.83814	6.34272				07	053	05358	05358020
2924975	Frentzerhof	frentzerhof	DE		0	Europe/Berlin	50.88333	6.48333				07	053	05358	05358048
2924977	Frentrop	frentrop	DE		0	Europe/Berlin	51.64513	7.06679		Frentrop		07	055	05562	05562024
2924979	Frenswegen	frenswegen	DE		0	Europe/Berlin	52.45439	7.03698		Frenswegen		06	00	03456	03456015
2924980	Frenshof	frenshof	DE		0	Europe/Berlin	49.87341	10.7204				02	094	09471	09471186
2924981	Frensdorferhaar	frensdorferhaar	DE		0	Europe/Berlin	52.4	7.05				06			
2924987	Frenkhausen	frenkhausen	DE		0	Europe/Berlin	51.35073	8.13684		Frenkhausen		07	059	05958	05958032
2924988	Frenkhausen	frenkhausen	DE		0	Europe/Berlin	51.03911	7.81114				07	059	05966	05966008
2924990	Frenke	frenke	DE		0	Europe/Berlin	52.01711	9.44704				06	00	03252	03252005
2924991	Frengkofen	frengkofen	DE		0	Europe/Berlin	49.01559	12.31838				02	093	09375	09375116
2924993	Fremersdorf	fremersdorf	DE		0	Europe/Berlin	49.40474	6.64826		Fremersdorf		09	00	10044	10044114
2924994	Fremersberg	fremersberg	DE		0	Europe/Berlin	48.75367	8.21726				01	082	08211	08211000
2924997	Fremdling	fremdling	DE		0	Europe/Berlin	47.966	12.38534				02	091	09189	09189137
2924998	Fremdiswalde	fremdiswalde	DE		0	Europe/Berlin	51.29767	12.8401				13	00	14729	14729160
2925000	Frelsdorfermühlen	frelsdorfermuehlen	DE		0	Europe/Berlin	53.50653	8.8991		Freisdorfermuhlen,Freisdorfermühlen,Frelsdorfermuhlen,Frelsdorfermühlen		06	00	03352	03352059
2925004	Frelenberg	frelenberg	DE		0	Europe/Berlin	50.94094	6.11028		Frelenberg		07	053	05370	05370028
2925007	Freiwalde	freiwalde	DE		0	Europe/Berlin	51.96449	13.74456		Freiwalde		11	00	12061	12061017
2925011	Freiung	freiung	DE		0	Europe/Berlin	49.43773	12.10832				02	093	09376	09376169
2925015	Freitelsdorf	freitelsdorf	DE		0	Europe/Berlin	51.26095	13.67661				13	00	14627	14627030
2925018	Freitagszella	freitagszella	DE		0	Europe/Berlin	51.07411	10.2928				15	00	16063	16063104
2925019	Freitagshof	freitagshof	DE		0	Europe/Berlin	48.67043	9.43088				01	081	08116	08116072
2925026	Freistett	freistett	DE		0	Europe/Berlin	48.67124	7.93925				01	083	08317	08317153
2925029	Freißenbüttel	freissenbuettel	DE		0	Europe/Berlin	53.26484	8.79099				06	00	03356	03356007
2925031	Freismissen	freismissen	DE		0	Europe/Berlin	51.91727	9.08801				07	057	05766	05766016
2925032	Freiske	freiske	DE		0	Europe/Berlin	51.61975	7.82222				07	059	05915	05915000
2925230	Fredersdorf	fredersdorf	DE		0	Europe/Berlin	52.52691	13.75305				11	00	12064	12064136
2925231	Fredersdorf	fredersdorf	DE		0	Europe/Berlin	52.19002	12.63908				11	00	12069	12069020
2925035	Freisheim	freisheim	DE		0	Europe/Berlin	50.54941	6.93051				08	00	07131	07131011
2925040	Freisemicke	freisemicke	DE		0	Europe/Berlin	51.12127	7.79047				07	059	05962	05962036
2925041	Freischweibach	freischweibach	DE		0	Europe/Berlin	49.3188	11.69864				02	093	09371	09371132
2925048	Freiröttenbach	freirottenbach	DE		0	Europe/Berlin	49.59636	11.29669				02	095	09574	09574155
2925049	Freiroda	freiroda	DE		0	Europe/Berlin	51.42205	12.26872				13	00	14730	14730270
2925050	Freiroda	freiroda	DE		0	Europe/Berlin	51.10844	11.72544				14	00	15084	15084355
2925052	Freiolsheim	freiolsheim	DE		0	Europe/Berlin	48.84681	8.37278				01	082	08216	08216015
2925054	Freinhausen	freinhausen	DE		0	Europe/Berlin	48.62955	11.43113		Freinhausen		02	091	09186	09186128
2925055	Freienfelde	freienfelde	DE		0	Europe/Berlin	52.64754	14.30892		Freienfelde		11	00	12064	12064274
2925057	Freinberg	freinberg	DE		0	Europe/Berlin	48.60756	11.89285				02	092	09273	09273178
2925058	Freinberg	freinberg	DE		0	Europe/Berlin	48.57957	12.5972				02	092	09279	09279126
2925064	Freimehring	freimehring	DE		0	Europe/Berlin	48.11717	12.15271				02	091	09183	09183139
2925065	Freimann	freimann	DE		0	Europe/Berlin	48.2	11.61667				02	091	09162	09162000
2925066	Freimann	freimann	DE		0	Europe/Berlin	47.93141	12.67873				02	091	09189	09189162
2925067	Freilingerhöhe	freilingerhoehe	DE		0	Europe/Berlin	49.91428	6.33553				08	00	07232	07232095
2925072	Freiling	freiling	DE		0	Europe/Berlin	48.4836	13.17818				02	092	09275	09275125
2925073	Freiling	freiling	DE		0	Europe/Berlin	48.46823	13.02352				02	092	09277	09277113
2925074	Freiling	freiling	DE		0	Europe/Berlin	48.33716	12.53377				02	091	09183	09183131
2925083	Freiing	freiing	DE		0	Europe/Berlin	48.42694	12.14375				02	092	09274	09274185
2925084	Freiimfelde	freiimfelde	DE		0	Europe/Berlin	51.88428	13.78836		Freiimfelde,Freumfelde,Freümfelde		11	00	12061	12061320
2925085	Freihungsand	freihungsand	DE		0	Europe/Berlin	49.63412	11.87264				02	093	09371	09371121
2925088	Freihöls	freihols	DE		0	Europe/Berlin	49.40051	12.01912				02	093	09376	09376125
2925089	Freihöls	freihols	DE		0	Europe/Berlin	49.35402	12.16253				02	093	09376	09376161
2925099	Freiheit	freiheit	DE		0	Europe/Berlin	51.55234	12.02585				14	00	15088	15088195
2925100	Freiheit	freiheit	DE		0	Europe/Berlin	51.38885	7.39724				07	059	05954	05954032
2925101	Freiheit	freiheit	DE		0	Europe/Berlin	54.76667	8.98333				10	00	01054	01054076
2925102	Freiheit	freiheit	DE		0	Europe/Berlin	52.23333	7.05				07			
2925103	Freiheit	freiheit	DE		0	Europe/Berlin	51.76416	6.82859				07	055	05554	05554040
2925104	Freiheit	freiheit	DE		0	Europe/Berlin	51.73773	10.26907				06	00	03159	03159026
2925105	Freiheit	freiheit	DE		0	Europe/Berlin	51.71983	7.11439				07	055	05562	05562016
2925106	Freiheit	freiheit	DE		0	Europe/Berlin	51.43333	10.28333				15	00	16061	16061115
2925112	Freiheid	freiheid	DE		0	Europe/Berlin	51.13333	6.26667				07	053	05370	05370040
2925114	Freihausen	freihausen	DE		0	Europe/Berlin	49.14595	11.55908				02	093	09373	09373160
2925117	Freihaslach	freihaslach	DE		0	Europe/Berlin	49.74247	10.56202				02	095	09575	09575116
2925118	Freihardt	freihardt	DE		0	Europe/Berlin	48.95501	10.83028		Freihardt		02	095	09577	09577173
2925119	Freiham	freiham	DE		0	Europe/Berlin	48.13685	11.40241		Freiham		02	091	09162	09162000
2925120	Freiham	freiham	DE		0	Europe/Berlin	48.03482	12.2053				02	091	09187	09187126
2925121	Freihalden	freihalden	DE		0	Europe/Berlin	48.3867	10.49452				02	097	09774	09774144
2925132	Freyersen	freyersen	DE		0	Europe/Berlin	53.07907	9.82462				06	00	03358	03358019
2925139	Freientrop	freientrop	DE		0	Europe/Berlin	51.28034	7.82543				07	059	05962	05962048
2925140	Freienthal	freienthal	DE		0	Europe/Berlin	52.23006	12.71712		Freienthal		11	00	12069	12069470
2925331	Frauenmark	frauenmark	DE		0	Europe/Berlin	53.53276	11.78592				12	00	13076	13076038
2925142	Freienstein	freienstein	DE		0	Europe/Berlin	53.53115	14.27717		Vorwerk Freienstein		12	00	13075	13075012
2925144	Freienseen	freienseen	DE		0	Europe/Berlin	50.56106	9.04724				05	065	06531	06531010
2925145	Freienschwege	freienschwege	DE		0	Europe/Berlin	52.63333	8.1				06	00	03460	03460003
2925146	Freienried	freienried	DE		0	Europe/Berlin	48.3309	11.13001				02	097	09771	09771129
2925148	Freienohl	freienohl	DE		0	Europe/Berlin	51.37443	8.17477				07	059	05958	05958032
2925149	Freienlande	freienlande	DE		0	Europe/Berlin	54.31142	13.01099				12	00	13073	13073088
2925150	Freienhufen	freienhufen	DE		0	Europe/Berlin	51.58389	13.96004		Freienhufen		11	00	12066	12066112
2925156	Freienfels	freienfels	DE		0	Europe/Berlin	50.45455	8.29597				05	065	06533	06533019
2925157	Freienfels	freienfels	DE		0	Europe/Berlin	49.9597	11.2547				02	094	09471	09471185
2925158	Freienfelde	freienfelde	DE		0	Europe/Berlin	53.12578	12.08494				11	00	12070	12070125
2925160	Freiendiez	freiendiez	DE		0	Europe/Berlin	50.37004	8.02754		Freiendiez		08	00	07141	07141029
2925161	Freienbrink	freienbrink	DE		0	Europe/Berlin	52.3772	13.79698		Freienbrink		11	00	12067	12067201
2925163	Freienberg	freienberg	DE		0	Europe/Berlin	54.36667	9.78333				10	00	01058	01058035
2925164	Freien	freien	DE		0	Europe/Berlin	47.86572	10.39275				02	097	09777	09777154
2925173	Freidling	freidling	DE		0	Europe/Berlin	48.4488	12.06473				02	092	09274	09274121
2925174	Freidling	freidling	DE		0	Europe/Berlin	47.83709	12.81217				02	091	09172	09172134
2925177	Freiburg	freiburg	DE		215966	Europe/Berlin	47.9959	7.85222	278	Frajburg,Frajburg-im-Brajsgau,Freiburg,Freiburg im Breisgau,Fribourg-en-Brisgau,Friburg de Brisgovia,Friburg de Brisgòvia,Friburgo de Brisgovia,Friburgo in Brisgovia,Fryburg Bryzgowijski,Phraimpournk,QFB,fraybwrg,fraybwrgh,fu lai bao,furaiburuku,Φράιμπουργκ,Фрайбург,Фрайбург-им-Брайсгау,Фрајбург,فرايبورغ,فرایبورگ,フライブルク,弗莱堡	083	01	083	08311	08311000
2925182	Freibrechts	freibrechts	DE		0	Europe/Berlin	47.61042	10.22738				02	097	09780	09780124
2925183	Freibolz	freibolz	DE		0	Europe/Berlin	47.81005	9.92777				01	084	08436	08436052
2925203	Freialdenhoven	freialdenhoven	DE		995	Europe/Berlin	50.92803	6.24882				07	053	05358	05358004
2925204	Freiahorn	freiahorn	DE		0	Europe/Berlin	49.84441	11.42849		Freiahorn		02	094	09472	09472111
2925205	Frehne	frehne	DE		0	Europe/Berlin	53.29262	12.17371				11	00	12070	12070266
2925206	Frehlinghausen	frehlinghausen	DE		0	Europe/Berlin	51.1977	7.80562		Frehlinghausen		07	059	05962	05962052
2925207	Freetz	freetz	DE		0	Europe/Berlin	54.34783	13.53669				12	00	13073	13073070
2925208	Freetz	freetz	DE		0	Europe/Berlin	53.31033	9.52552				06	00	03357	03357034
2925209	Freest	freest	DE		0	Europe/Berlin	54.13558	13.72704				12	00	13075	13075069
2925211	Freesenort	freesenort	DE		0	Europe/Berlin	54.44529	13.12557				12	00	13073	13073095
2925217	Freesendorf	freesendorf	DE		0	Europe/Berlin	54.15	13.66667				12	00	13075	13075083
2925219	Freesen	freesen	DE		0	Europe/Berlin	54.49718	13.24066				12	00	13073	13073092
2925221	Freesdorf	freesdorf	DE		0	Europe/Berlin	51.83124	13.74397				11	00	12061	12061320
2925223	Freepsum	freepsum	DE		0	Europe/Berlin	53.41703	7.13584		Freepsum		06	00	03452	03452014
2925224	Freeburg	freeburg	DE		0	Europe/Berlin	53.53333	8.4		Freeberg,Freeburg		06	00	03461	03461003
2925227	Fredersdorfer Fließ	fredersdorfer-fliess	DE		0	Europe/Berlin	52.51667	13.75				11	00	12064	12064136
2925229	Fredersdorf	fredersdorf	DE		0	Europe/Berlin	53.17163	14.03152				11	00	12073	12073645
2925234	Freden	freden	DE		3428	Europe/Berlin	51.92771	9.8935		Freden,fu lei deng,Фреден,弗雷登		06	00	03254	03254042
2925235	Fredelsloh	fredelsloh	DE		0	Europe/Berlin	51.73575	9.78848				06	00	03155	03155009
2925237	Fredelake	fredelake	DE		0	Europe/Berlin	52.84024	9.12974				06	00	03256	03256013
2925240	Bad Fredeburg	bad-fredeburg	DE		3995	Europe/Berlin	51.1893	8.30978	818	Fredeburg		07	059	05958	05958040
2925241	Fredebeil	fredebeil	DE		0	Europe/Berlin	51.27018	8.2514				07	059	05958	05958016
2925246	Freckhausen	freckhausen	DE		0	Europe/Berlin	50.97027	7.60254				07	053	05374	05374040
2925248	Freckenhorst	freckenhorst	DE		0	Europe/Berlin	51.92128	7.96552		Freckenhorst,Frekkonhorst		07	055	05570	05570052
2925251	Frechholzhausen	frechholzhausen	DE		0	Europe/Berlin	48.43394	10.99241				02	097	09771	09771112
2925252	Frechetsfeld	frechetsfeld	DE		0	Europe/Berlin	49.43593	11.61684				02	093	09371	09371116
2925255	Frechenrieden	frechenrieden	DE		0	Europe/Berlin	47.97565	10.36181		Frechenrieden		02	097	09778	09778168
2925256	Frechenhausen	frechenhausen	DE		0	Europe/Berlin	50.81105	8.4332		Frechenhausen		05	065	06534	06534002
2925261	Frebershausen	frebershausen	DE		0	Europe/Berlin	51.10996	8.98439				05	066	06635	06635003
2925262	Frauweiler	frauweiler	DE		0	Europe/Berlin	51	6.61667		Frauweiler		07	053	05362	05362004
2925263	Frauwalde	frauwalde	DE		0	Europe/Berlin	51.40317	12.92336				13	00	14729	14729245
2925264	Frauwalde	frauwalde	DE		0	Europe/Berlin	51.38616	13.71175		Frauwalde		11	00	12066	12066104
2925265	Frau Sophienhütte	frau-sophienhuette	DE		0	Europe/Berlin	51.95	10.35		Frau Sophienhutte,Frau Sophienhütte,Frauen Sophienhutte,Frauen Sophienhütte		06	00	03153	03153017
2925266	Fraurombach	fraurombach	DE		0	Europe/Berlin	50.67423	9.61183				05	065	06535	06535015
2925269	Fraunhofen	fraunhofen	DE		0	Europe/Berlin	48.39058	12.72245				02	092	09277	09277116
2925271	Fraundorf	fraundorf	DE		0	Europe/Berlin	48.34939	12.71627				02	092	09277	09277134
2925276	Frau Nauses	frau-nauses	DE		0	Europe/Berlin	49.82104	8.96682				05	064	06432	06432010
2925277	Fraulund	fraulund	DE		0	Europe/Berlin	54.68333	9.75				10	00	01059	01059070
2925278	Fräulinberg	fraulinberg	DE		0	Europe/Berlin	48.31677	8.39679		Fraulinberg,Fraulinsberg,Fräulinberg,Fräulinsberg		01	083	08325	08325050
2925279	Fräulein-Steinfort	fraeulein-steinfort	DE		0	Europe/Berlin	53.78333	11.28333				12	00	13074	13074077
2925281	Fraulautern	fraulautern	DE		0	Europe/Berlin	49.32625	6.77234		Fraulautern		09	00	10044	10044115
2925282	Frauenzimmern	frauenzimmern	DE		0	Europe/Berlin	49.06958	9.02801		Frauenzimmern		01	081	08125	08125038
2925283	Frauenzell	frauenzell	DE		0	Europe/Berlin	49.0565	12.36965				02	093	09375	09375120
2925284	Frauenzell	frauenzell	DE		0	Europe/Berlin	47.7838	10.08817		Frauenzell		02	097	09780	09780112
2925285	Frauenwies	frauenwies	DE		0	Europe/Berlin	48.7063	12.23841				02	092	09274	09274127
2925294	Frauenwahl	frauenwahl	DE		0	Europe/Berlin	48.83253	12.00784				02	092	09273	09273125
2925295	Frauentödling	frauentodling	DE		0	Europe/Berlin	48.53861	13.06361				02	092	09277	09277117
2925296	Frauenthal	frauenthal	DE		0	Europe/Berlin	50.80682	6.80506		Frauenthal		07	053	05362	05362020
2925303	Frauental	frauental	DE		0	Europe/Berlin	49.49734	10.08992		Frauental		01	081	08128	08128020
2925304	Frauenstetten	frauenstetten	DE		0	Europe/Berlin	48.58109	10.71468		Frauenstetten		02	097	09773	09773122
2925315	Frauensattling	frauensattling	DE		0	Europe/Berlin	48.44895	12.39973				02	092	09274	09274184
2925316	Frauenroth	frauenroth	DE		0	Europe/Berlin	50.26347	10.01788				02	096	09672	09672117
2925317	Frauenriedhausen	frauenriedhausen	DE		0	Europe/Berlin	48.59705	10.40302				02	097	09773	09773144
2925318	Frauenried	frauenried	DE		0	Europe/Berlin	47.79958	11.87553				02	091	09182	09182123
2925319	Frauenricht	frauenricht	DE		0	Europe/Berlin	49.67033	12.1292				02	093	09363	09363000
2925320	Frauenreuth	frauenreuth	DE		0	Europe/Berlin	49.88993	12.08826				02	093	09377	09377118
2925321	Frauenreuth	frauenreuth	DE		0	Europe/Berlin	47.96274	11.85571				02	091	09175	09175121
2925323	Frauenrenth	frauenrenth	DE		0	Europe/Berlin	49.88518	12.40957				02	093	09377	09377139
2925325	Frauenrain	frauenrain	DE		0	Europe/Berlin	47.74061	11.30919		Frauenrain		02	091	09190	09190113
2925327	Frauenornau	frauenornau	DE		0	Europe/Berlin	48.25	12.1				02	091	09177	09177115
2925330	Frauenmark	frauenmark	DE		0	Europe/Berlin	53.72283	11.19881				12	00	13074	13074081
2925335	Frauenkron	frauenkron	DE		0	Europe/Berlin	50.36485	6.42309				08	00	07233	07233214
2925336	Frauenkopf	frauenkopf	DE		0	Europe/Berlin	48.7621	9.20719		Frauenkopf		01	081	08111	08111000
2925340	Frauenhurt	frauenhurt	DE		0	Europe/Berlin	47.94712	12.65732				02	091	09189	09189154
2925342	Frauenhorst	frauenhorst	DE		0	Europe/Berlin	51.71496	13.20491		Frauenhorst		11	00	12062	12062224
2925344	Frauenholz	frauenholz	DE		0	Europe/Berlin	48.66392	12.8343				02	092	09279	09279113
2925345	Frauenholz	frauenholz	DE		0	Europe/Berlin	50.43543	9.7971				05	066	06631	06631004
2925361	Frauenhofen	frauenhofen	DE		0	Europe/Berlin	49.09732	12.36892		Frauenhofen,Fraunhofen		02	093	09372	09372169
2925362	Frauenhofen b. Perkam	frauenhofen-b-perkam	DE		0	Europe/Berlin	48.84899	12.43468				02	092	09278	09278123
2925363	Frauenhofen	frauenhofen	DE		0	Europe/Berlin	48.33758	11.40235				02	091	09174	09174131
2925365	Frauenhof	frauenhof	DE		0	Europe/Berlin	48.61391	13.49819				02	092	09275	09275146
2925366	Frauenhof	frauenhof	DE		0	Europe/Berlin	47.77637	11.78711				02	091	09182	09182125
2925373	Frauenhaselbach	frauenhaselbach	DE		0	Europe/Berlin	48.41863	12.48412				02	091	09183	09183129
2925376	Frauenhain	frauenhain	DE		0	Europe/Berlin	51.38896	13.48196		Frauenhain		13	00	14627	14627240
2925377	Frauenhain	frauenhain	DE		0	Europe/Berlin	51.00592	12.13191				14	00	15084	15084207
2925380	Frauenhaarbach	frauenhaarbach	DE		0	Europe/Berlin	48.42341	12.33346				02	092	09274	09274184
2925398	Frauenchiemsee	frauenchiemsee	DE		0	Europe/Berlin	47.87309	12.42605				02	091	09187	09187123
2925399	Frauenbrunn	frauenbrunn	DE		0	Europe/Berlin	49.62844	11.80643				02	093	09371	09371156
2925400	Frauenbründl	frauenbrundl	DE		0	Europe/Berlin	48.88009	12.55291				02	092	09263	09263000
2925403	Frauenborn	frauenborn	DE		0	Europe/Berlin	51.02987	10.15081				05	066	06636	06636005
2925404	Frauenbiburg	frauenbiburg	DE		0	Europe/Berlin	48.59519	12.4825				02	092	09279	09279112
2925405	Frauenberghausen	frauenberghausen	DE		0	Europe/Berlin	48.93254	11.67933				02	092	09273	09273164
2925438	Frauenbach	frauenbach	DE		0	Europe/Berlin	50.66934	13.47949				13	00	14522	14522400
2925439	Frauenaurach	frauenaurach	DE		0	Europe/Berlin	49.56839	10.96279		Frauenaurach		02	095	09562	09562000
2925441	Frauenalb	frauenalb	DE		0	Europe/Berlin	48.83551	8.44068				01	082	08215	08215047
2925443	Fraudenhorst	fraudenhorst	DE		0	Europe/Berlin	53.69795	14.18311				12	00	13075	13075085
2925446	Fratzendorf	fratzendorf	DE		0	Europe/Berlin	48.67891	13.40856				02	092	09275	09275135
2925447	Frätow	fraetow	DE		0	Europe/Berlin	54.1657	13.35311				12	00	13075	13075091
2925449	Frath	frath	DE		0	Europe/Berlin	48.94886	12.91699				02	092	09276	09276111
2925450	Frath	frath	DE		0	Europe/Berlin	49.08348	13.02961				02	092	09276	09276120
2925451	Frath	frath	DE		0	Europe/Berlin	49.01602	12.53421				02	092	09278	09278197
2925453	Fratersdorf	fratersdorf	DE		0	Europe/Berlin	48.99923	13.02528				02	092	09276	09276146
2925454	Fraßhausen	frasshausen	DE		0	Europe/Berlin	47.91582	11.58049				02	091	09173	09173118
2925455	Frasselt	frasselt	DE		0	Europe/Berlin	51.76929	6.02322		Frasselt		07	051	05154	05154040
2925457	Fraßbach	frassbach	DE		0	Europe/Berlin	48.36484	12.46064				02	091	09183	09183129
2925465	Franzigmark	franzigmark	DE		0	Europe/Berlin	51.53333	11.91667				14	00	15088	15088295
2925466	Franzhorn	franzhorn	DE		0	Europe/Berlin	53.42232	8.99187				06	00	03357	03357016
2925470	Franzheim	franzheim	DE		0	Europe/Berlin	48.33694	11.79391				02	091	09177	09177133
2925471	Franzhagen	franzhagen	DE		0	Europe/Berlin	53.47139	10.5679				10	00	01053	01053115
2925472	Franzfelde	franzfelde	DE		0	Europe/Berlin	53.51214	13.94972				12	00	13075	13075105
2925474	Franzenshöhe	franzenshoehe	DE		0	Europe/Berlin	51.38333	6.98333				07	051	05113	05113000
2925478	Franzenshof	franzenshof	DE		0	Europe/Berlin	52.72912	14.05177				11	00	12064	12064512
2925479	Franzensberg	franzensberg	DE		0	Europe/Berlin	52.35631	12.97691				11	00	12069	12069590
2925484	Franzenhammer	franzenhammer	DE		0	Europe/Berlin	49.55	11.35				02	095	09574	09574155
2925485	Franzenburg	franzenburg	DE		0	Europe/Berlin	53.8124	8.6718				06	00	03352	03352011
2925487	Franzdorf	franzdorf	DE		0	Europe/Berlin	53.69551	10.43792				10	00	01053	01053112
2925497	Frankroda	frankroda	DE		0	Europe/Berlin	51.15689	11.56633				14	00	15084	15084012
2925498	Francop	francop	DE		0	Europe/Berlin	53.50786	9.84774		Francop,Frankop		04	00	02000	02000000
2925500	Frankldorf	frankldorf	DE		0	Europe/Berlin	48.63014	13.482				02	092	09275	09275146
2925501	Franklbach	franklbach	DE		0	Europe/Berlin	48.62506	13.48267				02	092	09275	09275146
2925508	Fränking	franking	DE		0	Europe/Berlin	48.401	11.39786				02	091	09174	09174151
2925509	Franking	franking	DE		0	Europe/Berlin	48.34147	12.55809				02	091	09183	09183131
2925510	Franking	franking	DE		0	Europe/Berlin	48.15305	12.41814				02	091	09183	09183145
2925529	Frankfurter Vorstadt	frankfurter-vorstadt	DE		0	Europe/Berlin	52.71092	14.13245				11	00	12064	12064512
2925536	Frankfurt	frankfurt	DE		0	Europe/Berlin	49.68333	10.53333				02	095	09575	09575147
2925537	Frankeshoven	frankeshoven	DE		0	Europe/Berlin	50.96037	6.51927				07	053	05362	05362016
2925539	Frankershausen	frankershausen	DE		0	Europe/Berlin	51.23612	9.92187		Frankershausen		05	066	06636	06636002
2925543	Frankenweiler	frankenweiler	DE		0	Europe/Berlin	49.0216	9.55956				01	081	08119	08119024
2925545	Franken Vorstadt	franken-vorstadt	DE		0	Europe/Berlin	54.3	13.1				12	00	13073	13073088
2925562	Frankenrieth	frankenrieth	DE		0	Europe/Berlin	49.68565	12.30233				02	093	09374	09374165
2925563	Frankenried	frankenried	DE		0	Europe/Berlin	49.02716	12.95398				02	092	09276	09276122
2925564	Frankenried	frankenried	DE		0	Europe/Berlin	47.87097	10.66801				02	097	09777	09777152
2925565	Frankenreuth	frankenreuth	DE		0	Europe/Berlin	50.18324	11.51757				02	094	09477	09477156
2925566	Frankenreuth	frankenreuth	DE		0	Europe/Berlin	49.93602	11.89635				02	093	09377	09377133
2925567	Frankenreuth	frankenreuth	DE		0	Europe/Berlin	49.65029	12.50519				02	093	09374	09374164
2925568	Frankenreute	frankenreute	DE		0	Europe/Berlin	48.89802	10.16201				01	081	08136	08136082
2925571	Frankenmühle	frankenmuehle	DE		0	Europe/Berlin	51.2326	6.22265				07	051	05166	05166024
2925572	Frankenmoosen	frankenmoosen	DE		0	Europe/Berlin	48.66667	11.43333				02	091	09185	09185140
2925573	Frankenmoor	frankenmoor	DE		0	Europe/Berlin	53.4783	9.42241				06	00	03359	03359005
2925574	Frankenholz	frankenholz	DE		0	Europe/Berlin	49.38137	7.25664				09	00	10045	10045111
2925578	Frankenhofen	frankenhofen	DE		0	Europe/Berlin	49.0302	10.47428				02	095	09571	09571218
2925579	Frankenhofen	frankenhofen	DE		0	Europe/Berlin	48.3318	9.60141				01	084	08425	08425033
2925580	Frankenhofen	frankenhofen	DE		0	Europe/Berlin	47.98304	10.63529				02	097	09778	09778116
2925581	Frankenhofen	frankenhofen	DE		0	Europe/Berlin	47.8875	10.75162				02	097	09777	09777141
2925582	Frankenhof	frankenhof	DE		0	Europe/Berlin	49.48519	11.67521				02	093	09371	09371131
2925587	Frankenheim-Lindennaundorf	frankenheim-lindennaundorf	DE		0	Europe/Berlin	51.33582	12.25158		Frankenheim-Lindennaundorf,Lindennaundorf		13	00	14729	14729270
2925592	Frankenhausen	frankenhausen	DE		0	Europe/Berlin	51.4112	9.44017				05	066	06633	06633010
2925593	Frankenhausen	frankenhausen	DE		0	Europe/Berlin	50.8398	12.38992		Frankenhausen		13	00	14524	14524030
2925594	Frankenhausen	frankenhausen	DE		0	Europe/Berlin	49.78695	8.70888		Frankenhausen		05	064	06432	06432014
2925595	Frankenhammer	frankenhammer	DE		0	Europe/Berlin	50.08949	11.91877				02	094	09479	09479166
2925601	Frankenhaag	frankenhaag	DE		0	Europe/Berlin	49.9092	11.42514				02	094	09472	09472167
2925602	Frankengut	frankengut	DE		0	Europe/Berlin	49.93333	11.6				02	094	09462	09462000
2925604	Frankenforst	frankenforst	DE		0	Europe/Berlin	50.95557	7.13079				07	053	05378	05378004
2925606	Frankenförde	frankenfoerde	DE		0	Europe/Berlin	52.09986	13.07293				11	00	12072	12072312
2925608	Frankenfelde	frankenfelde	DE		0	Europe/Berlin	52.68419	14.04533				11	00	12064	12064512
2925609	Frankenfelde	frankenfelde	DE		0	Europe/Berlin	52.45967	11.0792				14	00	15083	15083411
2925610	Frankenfelde	frankenfelde	DE		0	Europe/Berlin	52.10952	13.10943				11	00	12072	12072232
2925624	Frankenburg	frankenburg	DE		0	Europe/Berlin	53.17294	8.90501				06	00	03356	03356005
2925626	Frankenbrunn	frankenbrunn	DE		0	Europe/Berlin	50.19033	9.89781				02	096	09672	09672139
2925627	Frankenbostel	frankenbostel	DE		0	Europe/Berlin	53.27466	9.3516				06	00	03357	03357013
2925629	Frankenberg	frankenberg	DE		19276	Europe/Berlin	51.0589	8.80077		Frankenberg,franknbrg,franknbrgh,fu lan ken bei ge,furankenberuku,Франкенберг,فرانكنبرغ,فرانکنبرگ,フランケンベルク,弗兰肯贝格		05	066	06635	06635011
2925630	Frankenberg	frankenberg	DE		16850	Europe/Berlin	50.91297	13.04011		Frankenberg,Frankenberg/Sa.,Frankenberga/Sa.,Frankenburg,franknbrg  zaksn,fu lan ken bei ge,Франкенберг,Франкенбург,فرانکنبرگ، زاکسن,弗蘭肯貝格		13	00	14522	14522150
2925631	Frankenberg	frankenberg	DE		0	Europe/Berlin	50.08405	11.39113				02	094	09477	09477128
2925632	Frankenberg	frankenberg	DE		0	Europe/Berlin	50.06381	11.20923				02	094	09478	09478176
2925633	Frankenberg	frankenberg	DE		0	Europe/Berlin	49.84127	11.73289				02	094	09472	09472190
2925634	Frankenberg	frankenberg	DE		0	Europe/Berlin	49.61667	10.26667				02	095	09575	09575134
2925635	Frankenberg	frankenberg	DE		0	Europe/Berlin	49.08833	12.39807				02	093	09375	09375120
2925636	Frankenberg	frankenberg	DE		0	Europe/Berlin	49.03627	9.68269				01	081	08127	08127062
2925637	Frankenberg	frankenberg	DE		0	Europe/Berlin	47.75	9.7				01	084	08436	08436079
2925648	Frankenbach	frankenbach	DE		0	Europe/Berlin	50.67215	8.5722				05	065	06531	06531002
2925649	Frankenbach	frankenbach	DE		0	Europe/Berlin	49.1589	9.17207		Frankenbach,Frankenbakh,Heilbronn-Frankenbach,Франкенбах		01	081	08121	08121000
2925655	Franken	franken	DE		0	Europe/Berlin	50.50124	7.23461		Franken		08	00	07131	07131077
2925656	Franken	franken	DE		0	Europe/Berlin	50.09118	11.92368				02	094	09479	09479166
2925657	Franken	franken	DE		0	Europe/Berlin	48.76907	12.37385				02	092	09278	09278144
2925659	Frankel	frankel	DE		0	Europe/Berlin	49.53095	8.86209				05	064	06431	06431021
2925661	Frankau	frankau	DE		0	Europe/Berlin	47.78307	10.7543				02	097	09777	09777183
2925663	Frangenheim	frangenheim	DE		0	Europe/Berlin	50.72582	6.56433				07	053	05358	05358060
2925664	Frangenberg	frangenberg	DE		0	Europe/Berlin	51.02644	7.32358		Frangenberg		07	053	05374	05374020
2925672	Frahels	frahels	DE		0	Europe/Berlin	49.19661	13.02733				02	093	09372	09372138
2925673	Fraham	fraham	DE		0	Europe/Berlin	48.17409	12.3613				02	091	09183	09183113
2925675	Fradlberg	fradlberg	DE		0	Europe/Berlin	48.8017	13.25652				02	092	09272	09272152
2925676	Frabertsham	frabertsham	DE		0	Europe/Berlin	48.02717	12.37068				02	091	09189	09189133
2925677	Fouquettin	fouquettin	DE		0	Europe/Berlin	53.63774	13.11571				12	00	13071	13071160
2925683	Foschenroda	foschenroda	DE		0	Europe/Berlin	50.5979	12.24765				13	00	14523	14523260
2925686	Förtschwind	fortschwind	DE		0	Europe/Berlin	49.74977	10.90702				02	095	09572	09572135
2925687	Förtschendorf	fortschendorf	DE		0	Europe/Berlin	50.39012	11.3484				02	094	09476	09476164
2925688	Förtschenbach	fortschenbach	DE		0	Europe/Berlin	50.31006	12.0623				02	094	09475	09475161
2925689	Fortschau	fortschau	DE		0	Europe/Berlin	49.86447	11.89374				02	093	09377	09377129
2925692	Forthof	forthof	DE		0	Europe/Berlin	49.99664	11.67664				02	094	09472	09472143
2925693	Förthen	foerthen	DE		0	Europe/Berlin	50.62973	11.89344				15	00	16076	16076087
2925696	Forthausen	forthausen	DE		0	Europe/Berlin	51.07791	7.2014				07	053	05378	05378032
2925697	Förtha	foertha	DE		0	Europe/Berlin	50.93849	10.23611				15	00	16063	16063097
2925698	Förth	foerth	DE		0	Europe/Berlin	52.9729	9.21557				06	00	03361	03361006
2925699	Forth	forth	DE		0	Europe/Berlin	49.59253	11.22673				02	095	09572	09572121
2925703	Forstwolfersdorf	forstwolfersdorf	DE		0	Europe/Berlin	50.73628	11.97109				15	00	16076	16076088
2925706	Forstweiler	forstweiler	DE		0	Europe/Berlin	48.97848	10.37023				01	081	08136	08136071
2925707	Forstwald	forstwald	DE		0	Europe/Berlin	48.88617	13.46752				02	092	09272	09272146
2925711	Forst und Vogel	forst-und-vogel	DE		0	Europe/Berlin	48.9	10.23333				01	081	08136	08136082
2925714	Forstseeon	forstseeon	DE		0	Europe/Berlin	48.07406	11.91072				02	091	09175	09175124
2925715	Forstpriel	forstpriel	DE		0	Europe/Berlin	48.75584	11.67196				02	091	09186	09186139
2925719	Forstmühle	forstmuhle	DE		0	Europe/Berlin	49.08428	12.3219				02	093	09375	09375114
2925723	Forstleithen	forstleithen	DE		0	Europe/Berlin	50.01004	11.41692				02	094	09477	09477157
2925725	Forstlahm	forstlahm	DE		0	Europe/Berlin	50.07711	11.4657				02	094	09477	09477128
2925728	Forst Joachimsthal	forst-joachimsthal	DE		0	Europe/Berlin	52.99474	13.68536		Kolonie Forst-Joachimsthal		11	00	12060	12060100
2925730	Forsting	forsting	DE		0	Europe/Berlin	49.18849	12.32527		Forsting		02	093	09376	09376149
2925731	Forsting	forsting	DE		0	Europe/Berlin	49.05229	12.67981				02	092	09278	09278143
2925732	Forsting	forsting	DE		0	Europe/Berlin	48.46734	13.19166				02	092	09275	09275124
2925733	Forsting	forsting	DE		0	Europe/Berlin	48.16865	12.56624				02	091	09183	09183136
2925734	Forsting	forsting	DE		0	Europe/Berlin	48.08186	12.09071				02	091	09187	09187159
2925735	Forsting	forsting	DE		0	Europe/Berlin	47.82119	11.98557				02	091	09187	09187129
2925737	Forsthub	forsthub	DE		0	Europe/Berlin	50.2199	11.03797				02	094	09473	09473134
2925740	Forsthövel	forsthoevel	DE		0	Europe/Berlin	51.76473	7.68323				07	055	05558	05558004
2925742	Forsthofen	forsthofen	DE		0	Europe/Berlin	48.16418	10.66128				02	097	09778	09778137
2925743	Forsthof	forsthof	DE		0	Europe/Berlin	49.59469	12.10487				02	093	09374	09374133
2925744	Forsthof	forsthof	DE		0	Europe/Berlin	49.54404	11.72027				02	093	09371	09371151
2925745	Forsthof	forsthof	DE		0	Europe/Berlin	49.43792	12.49299				02	093	09376	09376178
2925760	Forsthäuser	forsthaeuser	DE		0	Europe/Berlin	50.68791	12.9701				13	00	14521	14521640
2925761	Forsthäuser	forsthaeuser	DE		0	Europe/Berlin	50.43182	12.00476				13	00	14523	14523450
2925764	Forsthaus	forsthaus	DE		0	Europe/Berlin	49.63894	10.35416				02	096	09675	09675139
2925769	Förstgen	foerstgen	DE		0	Europe/Berlin	51.30044	14.65799		Dolha Borsc,Dołha Boršć		13	00	14626	14626320
2925770	Förstgen	foerstgen	DE		0	Europe/Berlin	51.18951	12.78594				13	00	14729	14729160
2925771	Förstersgrund	forstersgrund	DE		0	Europe/Berlin	50.0197	10.73283				02	096	09674	09674118
2925776	Försterhof	forsterhof	DE		0	Europe/Berlin	52.96667	12.21667		Forsterhof,Forstershof,Försterhof,Förstershof		14			
2925780	Försterheide	foersterheide	DE		0	Europe/Berlin	50.82801	6.05553				07	053	05334	05334002
2925785	Forster	forster	DE		0	Europe/Berlin	48.33835	12.93833				02	092	09277	09277148
2925787	Forstenried	forstenried	DE		0	Europe/Berlin	48.08434	11.49465				02	091	09162	09162000
2925788	Förstenreuth	forstenreuth	DE		0	Europe/Berlin	50.17021	11.69009				02	094	09475	09475175
2925789	Forstenhäuser	forstenhauser	DE		0	Europe/Berlin	47.57635	9.87822				02	097	09776	09776125
2925793	Forsten	forsten	DE		0	Europe/Berlin	51.16398	7.284				07	051	05120	05120000
2925794	Forsten	forsten	DE		0	Europe/Berlin	51.05445	7.30316				07	053	05378	05378012
2925797	Forstel	forstel	DE		0	Europe/Berlin	49.77303	8.95833				05	064	06437	06437009
2925799	Förste	foerste	DE		0	Europe/Berlin	51.74187	10.17882				06	00	03159	03159026
2925800	Forstdürnbuch	forstdurnbuch	DE		0	Europe/Berlin	48.78333	11.8				02	092	09273	09273152
2925804	Forstberg	forstberg	DE		0	Europe/Berlin	49.11316	12.04622				02	093	09375	09375190
2925823	Forstbach	forstbach	DE		0	Europe/Berlin	51.16183	6.94738				07	051	05158	05158016
2925827	Forstaibach	forstaibach	DE		0	Europe/Berlin	48.44069	12.06152				02	092	09274	09274121
2925865	Försdorf	forsdorf	DE		0	Europe/Berlin	49.8134	10.75407				02	094	09471	09471120
2925866	Forschengereuth	forschengereuth	DE		0	Europe/Berlin	50.38949	11.13157				15	00	16072	16072023
2925869	Forsbach	forsbach	DE		0	Europe/Berlin	50.92192	7.17463				07	053	05378	05378028
2925871	Förrien	foerrien	DE		0	Europe/Berlin	53.70558	7.97658				06	00	03455	03455020
2925872	Förrenbach	forrenbach	DE		0	Europe/Berlin	49.47677	11.50097				02	095	09574	09574128
2925874	Fornsbach	fornsbach	DE		0	Europe/Berlin	48.97734	9.65016				01	081	08119	08119044
2925875	Forndorf	forndorf	DE		0	Europe/Berlin	49.1642	10.50376				02	095	09571	09571223
2925878	Fornbach	fornbach	DE		0	Europe/Berlin	50.33912	11.00501		Fornbach		02	094	09473	09473159
2925879	Förnbach	fornbach	DE		0	Europe/Berlin	48.54427	11.5218				02	091	09186	09186143
2925881	Förmitz	formitz	DE		0	Europe/Berlin	50.18132	11.89871				02	094	09475	09475168
2925882	Forlitz-Blaukirchen	forlitz-blaukirchen	DE		0	Europe/Berlin	53.42399	7.32406				06	00	03452	03452023
2925885	Forkenhof	forkenhof	DE		0	Europe/Berlin	49.99421	11.54729		Forkenhof		02	094	09472	09472119
2925886	Forkendorf	forkendorf	DE		0	Europe/Berlin	49.90718	11.54624				02	094	09472	09472140
2925887	Forkenbeck	forkenbeck	DE		0	Europe/Berlin	54.17454	12.70011				12	00	13073	13073022
2925890	Föritz	foeritz	DE		3693	Europe/Berlin	50.34174	11.2318		Feric,Fjoric,fu li ci,Фериц,Фёриц,弗里茨		15	00	16072	16072024
2925902	Förderstedt	foerderstedt	DE		2045	Europe/Berlin	51.89717	11.63349		Foerderstedt,Forderstedt,Förderstedt		14	00	15089	15089310
2925903	Fördergersdorf	foerdergersdorf	DE		0	Europe/Berlin	50.99551	13.54283				13	00	14628	14628400
2925904	Forchtenegg	forchtenegg	DE		0	Europe/Berlin	47.95861	12.29177				02	091	09187	09187139
2925919	Förch	forch	DE		0	Europe/Berlin	48.82608	8.23271				01	082	08216	08216043
2925920	Forberge	forberge	DE		0	Europe/Berlin	51.33186	13.2668				13	00	14627	14627270
2925922	Förbau	forbau	DE		0	Europe/Berlin	50.21029	11.90562				02	094	09475	09475168
2925925	Forach	forach	DE		0	Europe/Berlin	48.35787	12.00842				02	091	09177	09177120
2925928	Fongern	fongern	DE		0	Europe/Berlin	51.29219	6.24164				07	051	05166	05166016
2925929	Fölziehausen	foelziehausen	DE		0	Europe/Berlin	51.99113	9.65151				06	00	03254	03254041
2925931	Folstenhausen	folstenhausen	DE		0	Europe/Berlin	53.62538	7.62884				06	00	03462	03462015
2925933	Fölsen	foelsen	DE		0	Europe/Berlin	51.62562	9.09896		Folsen,Fölsen		07	057	05762	05762040
2925934	Fölschnitz	folschnitz	DE		0	Europe/Berlin	50.10874	11.51459				02	094	09477	09477127
2925936	Folmhusen	folmhusen	DE		0	Europe/Berlin	53.1742	7.48092				06	00	03457	03457022
2925938	Föllmar	follmar	DE		0	Europe/Berlin	50.03416	11.72439				02	094	09472	09472116
2925941	Folgenhäuser	folgenhaeuser	DE		0	Europe/Berlin	51.03812	14.22676				13	00	14628	14628260
2925943	Folge	folge	DE		0	Europe/Berlin	50.95	14.65				13	00	14626	14626280
2925944	Folge	folge	DE		0	Europe/Berlin	50.91952	13.46141		Folge		13	00	14628	14628205
2925947	Folbern	folbern	DE		0	Europe/Berlin	51.29965	13.589				13	00	14627	14627060
2925950	Föhrste	foehrste	DE		0	Europe/Berlin	51.96267	9.83654				06	00	03254	03254002
2925954	Föhrig	fohrig	DE		0	Europe/Berlin	50.39171	11.9554				02	094	09475	09475182
2925958	Föhrental	fohrental	DE		0	Europe/Berlin	48.03557	7.925				01	083	08315	08315041
2925960	Föhrenschallstadt	fohrenschallstadt	DE		0	Europe/Berlin	47.96131	7.73789				01	083	08315	08315098
2925962	Föhrenreuth	fohrenreuth	DE		0	Europe/Berlin	50.28511	11.82808		Fohrenreuth,Föhrenreuth		02	094	09475	09475142
2925963	Fohrenreuth	fohrenreuth	DE		0	Europe/Berlin	50.23046	12.04539				02	094	09475	09475162
2925967	Fohrenbühl	fohrenbuhl	DE		0	Europe/Berlin	48.23537	8.29449				01	083	08325	08325036
2925977	Föhren	foehren	DE		2649	Europe/Berlin	49.85929	6.7648		Feren,Fjoren,Foehren,Föhren,fu he lun,Ферен,Фёрен,弗赫伦	07235026	08	00	07235	07235026
2925981	Föhrden	foehrden	DE		0	Europe/Berlin	54.33616	9.49413				10	00	01058	01058097
2925982	Fohrde	fohrde	DE		0	Europe/Berlin	52.48269	12.47155				11	00	12069	12069270
2925987	Föhlschmitten	fohlschmitten	DE		0	Europe/Berlin	47.63333	9.75				01	084	08436	08436081
2925988	Föhlritz	foehlritz	DE		0	Europe/Berlin	50.6862	10.09881				15	00	16063	16063015
2925992	Fohlenplacken	fohlenplacken	DE		0	Europe/Berlin	51.75771	9.5108		Fohlenplacken		06	00	03255	03255023
2925997	Föggenbeuern	foggenbeuern	DE		0	Europe/Berlin	47.87427	11.56354				02	091	09173	09173118
2925999	Föderricht	foderricht	DE		0	Europe/Berlin	49.53844	11.64661				02	093	09371	09371141
2926001	Föckinghausen	foeckinghausen	DE		0	Europe/Berlin	52.23657	8.29462				06	00	03459	03459024
2926002	Föckinghausen	foeckinghausen	DE		0	Europe/Berlin	51.37395	8.39421				07	059	05958	05958008
2926007	Fockenfeld	fockenfeld	DE		0	Europe/Berlin	49.99913	12.23714				02	093	09377	09377131
2926011	Fockenberg-Limbach	fockenberg-limbach	DE		0	Europe/Berlin	49.49141	7.49718		Fockenberg-Limbach		08	00	07335	07335501
2926018	Föching	foching	DE		0	Europe/Berlin	47.89482	11.7158				02	091	09182	09182120
2926035	Flüssen	flussen	DE		0	Europe/Berlin	48.21861	10.27462				02	097	09778	09778221
2926039	Flurholz	flurholz	DE		0	Europe/Berlin	50.14843	11.35375				02	094	09478	09478116
2926040	Flurhof	flurhof	DE		0	Europe/Berlin	49.97871	11.6267				02	094	09472	09472119
2926043	Flüren	flueren	DE		0	Europe/Berlin	51.68077	6.56932				07	051	05170	05170048
2926047	Fluorn	fluorn	DE		0	Europe/Berlin	48.30353	8.48183		Fluorn		01	083	08325	08325070
2926049	Flunau	flunau	DE		0	Europe/Berlin	47.63333	9.71667				01	084	08436	08436001
2926053	Flugshof	flugshof	DE		0	Europe/Berlin	49.54465	10.69167				02	095	09575	09575121
2926056	Flüggendorf	flueggendorf	DE		0	Europe/Berlin	54.30766	10.24767				10	00	01057	01057074
2926057	Flügge	fluegge	DE		0	Europe/Berlin	54.45065	11.00791				10	00	01055	01055046
2926058	Flügelsbuch	flugelsbuch	DE		0	Europe/Berlin	49.34375	11.73735				02	093	09371	09371132
2926059	Flügelsberg	flugelsberg	DE		0	Europe/Berlin	48.99859	11.63884				02	092	09273	09273164
2926060	Fluertshäuserhof	fluertshauserhof	DE		0	Europe/Berlin	48.75373	10.38495				01	081	08136	08136045
2926061	Flözlingen	flozlingen	DE		0	Europe/Berlin	48.1664	8.53164		Elozlingen,Elözlingen,Flozlingen,Flözlingen		01	083	08325	08325069
2926063	Floverich	floverich	DE		0	Europe/Berlin	50.9382	6.18273				07	053	05334	05334008
2926065	Flotzheim	flotzheim	DE		0	Europe/Berlin	48.83751	10.81361				02	097	09779	09779186
2926068	Flötz	floetz	DE		0	Europe/Berlin	51.98815	11.9236				14	00	15082	15082430
2926069	Flottstelle	flottstelle	DE		0	Europe/Berlin	52.32831	12.96412				11	00	12069	12069590
2926079	Flothend	flothend	DE		0	Europe/Berlin	51.29272	6.27444				07	051	05166	05166016
2926097	Floßholz	flossholz	DE		0	Europe/Berlin	49.1294	9.56842				01	081	08126	08126069
2926110	Floßdorf	flossdorf	DE		0	Europe/Berlin	50.95756	6.28617		Flossdorf,Floßdorf		07	053	05358	05358036
2926111	Flössberg	floessberg	DE		0	Europe/Berlin	51.12323	12.59037		Floessberg,Flößberg		13	00	14729	14729140
2926120	Flörsheim	floersheim	DE		20023	Europe/Berlin	50.01311	8.42779		Floersheim am Main,Florsheim,Florsheim am Main,Flörsheim,Flörsheim am Main		05	064	06436	06436004
2926121	Florshain	florshain	DE		0	Europe/Berlin	50.91136	9.13584		Florshain		05	066	06634	06634022
2926124	Flörsbach	floersbach	DE		0	Europe/Berlin	50.13	9.41655				05	064	06435	06435008
2926129	Floringshof	floringshof	DE		0	Europe/Berlin	52.8	12.28333				11	00	12068	12068324
2926131	Florenberg	florenberg	DE		0	Europe/Berlin	50.52352	9.7217				05	066	06631	06631017
2926132	Floren	floren	DE		0	Europe/Berlin	50.67147	6.64825				07	053	05366	05366044
2926136	Flomersheim	flomersheim	DE		0	Europe/Berlin	49.51336	8.33192		Flomersheim		08	00	07311	07311000
2926139	Floithgraf	floithgraf	DE		0	Europe/Berlin	51.07933	6.10148		Floitgraf,Floithgraf		07	053	05370	05370016
2926140	Floisdorf	floisdorf	DE		0	Europe/Berlin	50.63572	6.6121		Floisdorf,Florisdorf		07	053	05366	05366028
2926142	Flohburg	flohburg	DE		0	Europe/Berlin	53.68134	8.51237				06	00	03352	03352061
2926147	Flöha	floeha	DE		11143	Europe/Berlin	50.85613	13.07407		Flea,Flekha,Fljoa,Floeha,Flöha,Flēa,flwha,fu lei ha,Флеа,Флеха,Флёа,Флөа,فلوها,弗勒哈		13	00	14522	14522140
2926148	Floh	floh	DE		0	Europe/Berlin	50.75461	10.48275				15	00	16066	16066023
2926151	Flögert	floegert	DE		0	Europe/Berlin	50.73201	7.73383				08	00	07132	07132048
2926154	Flögeln	floegeln	DE		670	Europe/Berlin	53.66163	8.80486		Flegeln,Fljogel'n,fu lei ge er en,Флегелн,Флёгельн,弗勒格尔恩	03352062	06	00	03352	03352062
2926155	Floes	floes	DE		0	Europe/Berlin	50.9	6.11667				07	053	05334	05334016
2926160	Flockenbusch	flockenbusch	DE		0	Europe/Berlin	49.50695	8.85323				05	064	06431	06431021
2926161	Flockenbach	flockenbach	DE		0	Europe/Berlin	47.66667	9.65				01	084	08435	08435057
2926162	Flochberg	flochberg	DE		0	Europe/Berlin	48.84751	10.37341		Flochberg		01	081	08136	08136010
2926163	Flitzing	flitzing	DE		0	Europe/Berlin	48.4633	11.77251				02	091	09178	09178157
2926165	Flittard	flittard	DE		0	Europe/Berlin	50.99809	6.98627				07	053	05315	05315000
2926166	Flischberg	flischberg	DE		0	Europe/Berlin	49.33443	12.60273				02	093	09372	09372157
2926167	Flischbach	flischbach	DE		0	Europe/Berlin	49.33586	12.59393				02	093	09372	09372157
2926171	Flintrup	flintrup	DE		0	Europe/Berlin	51.89341	7.95895				07	055	05570	05570052
2926176	Flinten	flinten	DE		0	Europe/Berlin	52.8568	10.72034				06	00	03360	03360005
2926180	Flinsberg	flinsberg	DE		0	Europe/Berlin	51.31711	10.18946		Flinsberg		15	00	16061	16061045
2926181	Flinsberg	flinsberg	DE		0	Europe/Berlin	49.90601	11.81287				02	094	09472	09472156
2926182	Flinsberg	flinsberg	DE		0	Europe/Berlin	49.11178	10.35754				02	095	09571	09571139
2926185	Flinsbach	flinsbach	DE		0	Europe/Berlin	51.46667	7.46667				07	059	05913	05913000
2926186	Flinsbach	flinsbach	DE		0	Europe/Berlin	49.30729	9.0022				01	082	08226	08226106
2926187	Flinksberg	flinksberg	DE		0	Europe/Berlin	49.0701	11.7758				02	093	09375	09375148
2926189	Flieth	flieth	DE		0	Europe/Berlin	53.1618	13.81316				11	00	12073	12073157
2926190	Flieth	flieth	DE		0	Europe/Berlin	51.13333	6.41667				07	051	05116	05116000
2926192	Fliesteden	fliesteden	DE		0	Europe/Berlin	50.99339	6.74011				07	053	05362	05362008
2926204	Fließau	fliessau	DE		0	Europe/Berlin	53.06008	10.94603				06	00	03354	03354027
2926209	Flierich	flierich	DE		0	Europe/Berlin	51.58899	7.80485		Flethriki,Flierich,Flėthrīki		07	059	05978	05978008
2926210	Fliemstorf	fliemstorf	DE		0	Europe/Berlin	53.92805	11.39226				12	00	13074	13074089
2926216	Fliegenberg	fliegenberg	DE		0	Europe/Berlin	53.41378	10.1439				06	00	03353	03353032
2926219	Fliederhorst	fliederhorst	DE		0	Europe/Berlin	52.75557	12.60664				11	00	12063	12063088
2926223	Fliederberg	fliederberg	DE		0	Europe/Berlin	54.05	13.55				12	00	13075	13075046
2926230	Flickendorf	flickendorf	DE		0	Europe/Berlin	48.56665	11.9384				02	091	09178	09178125
2926232	Fley	fley	DE		0	Europe/Berlin	51.38911	7.49918				07	059	05914	05914000
2926236	Flexdorf	flexdorf	DE		0	Europe/Berlin	49.51217	10.95534				02	095	09563	09563000
2926238	Fleuth	fleuth	DE		0	Europe/Berlin	50.75172	6.27606		Fleuth		07	053	05334	05334032
2926243	Fletzen	fletzen	DE		0	Europe/Berlin	47.78333	11.41667				02	091	09173	09173111
2926245	Flettmar	flettmar	DE		0	Europe/Berlin	52.52896	10.31719		Flettman,Flettmar,Flettmer		06	00	03151	03151018
2926246	Fletschenreuth	fletschenreuth	DE		0	Europe/Berlin	50.23338	11.90544				02	094	09475	09475168
2926247	Flethsee	flethsee	DE		0	Europe/Berlin	53.9263	9.24931				10	00	01061	01061063
2926249	Fleth	fleth	DE		0	Europe/Berlin	53.66588	9.45603		Fleeth,Fleth		06	00	03359	03359038
2926251	Flessenow	flessenow	DE		0	Europe/Berlin	53.7549	11.49573				12	00	13076	13076033
2926253	Fleschützen	fleschutzen	DE		0	Europe/Berlin	47.77676	10.37907				02	097	09780	09780122
2926254	Fleschenbach	fleschenbach	DE		0	Europe/Berlin	50.4037	9.39477				05	065	06535	06535004
2926256	Flerzheim	flerzheim	DE		0	Europe/Berlin	50.64762	6.98708		Flerzheim		07	053	05382	05382048
2926260	Flerke	flerke	DE		0	Europe/Berlin	51.5952	7.9541				07	059	05974	05974048
2926264	Flensungen	flensungen	DE		0	Europe/Berlin	50.60966	9.02692				05	065	06535	06535013
2926274	Flemsdorf	flemsdorf	DE		0	Europe/Berlin	51.46538	12.27429				13	00	14730	14730340
2926275	Flemsdorf	flemsdorf	DE		0	Europe/Berlin	53.03017	14.16713				11	00	12073	12073532
2926277	Flemmingsfelde	flemmingsfelde	DE		0	Europe/Berlin	53.78333	13.43333		Flemingsfelde,Flemmingsfelde		12	00	13075	13075053
2926279	Flemmingen	flemmingen	DE		0	Europe/Berlin	51.1	12.96667				13	00	14522	14522250
2926280	Flemmingen	flemmingen	DE		0	Europe/Berlin	51.1318	11.76672		Flemmingen		14	00	15084	15084355
2926281	Flemmingen	flemmingen	DE		0	Europe/Berlin	50.93525	12.62				15	00	16077	16077036
2926282	Flemmendorf	flemmendorf	DE		0	Europe/Berlin	53.86667	13.05				12	00	13071	13071008
2926285	Flemhude	flemhude	DE		0	Europe/Berlin	54.32483	9.972				10	00	01058	01058130
2926286	Flemendorf	flemendorf	DE		0	Europe/Berlin	54.33325	12.79726				12	00	13073	13073036
2926288	Fleißdorf	fleissdorf	DE		0	Europe/Berlin	51.8103	14.1011		Dlugi,Dlugy,Długi,Fleissdorf,Fleißdorf		11	00	12066	12066320
2926289	Fleisnitz	fleisnitz	DE		0	Europe/Berlin	50.14117	11.73535				02	094	09475	09475175
2926292	Fleischgaffel	fleischgaffel	DE		0	Europe/Berlin	53.62448	10.27346				10	00	01062	01062069
2926294	Fleischer-Vorstadt	fleischer-vorstadt	DE		0	Europe/Berlin	54.08333	13.38333				12	00	13075	13075039
2926300	Fleisbach	fleisbach	DE		0	Europe/Berlin	50.64673	8.30952		Fleisbach		05	065	06532	06532020
2926302	Fleinheim	fleinheim	DE		0	Europe/Berlin	48.70733	10.29805				01	081	08135	08135026
2926303	Fleinhausen	fleinhausen	DE		0	Europe/Berlin	48.36195	10.5661		Fleinhausen		02	097	09772	09772131
2926306	Fleier	fleier	DE		0	Europe/Berlin	51.54924	7.58451				07	059	05913	05913000
2926307	Fleien	fleien	DE		0	Europe/Berlin	53.72846	9.54324				10	00	01061	01061074
2926308	Flehm	flehm	DE		0	Europe/Berlin	54.24791	10.6359				10	00	01057	01057038
2926310	Flehingen	flehingen	DE		0	Europe/Berlin	49.08772	8.77913		Flehingen		01	082	08215	08215059
2926311	Flehe	flehe	DE		0	Europe/Berlin	51.19287	6.77029		Flehe		07	051	05111	05111000
2926312	Flehderwurth	flehderwurth	DE		0	Europe/Berlin	54.3	9.01667				10	00	01051	01051092
2926313	Flehde	flehde	DE		0	Europe/Berlin	54.29623	9.02967				10	00	01051	01051092
2926315	Flegessen	flegessen	DE		0	Europe/Berlin	52.15635	9.43691				06	00	03252	03252002
2926319	Fleeth	fleeth	DE		0	Europe/Berlin	53.21421	12.85129				12	00	13071	13071099
2926320	Fleestedt	fleestedt	DE		0	Europe/Berlin	53.41102	9.98555		Fleestedt		06	00	03353	03353031
2926321	Fleeste	fleeste	DE		0	Europe/Berlin	53.46741	8.57981				06	00	03352	03352032
2926326	Fledder	fledder	DE		0	Europe/Berlin	52.47499	8.50934				07	057	05770	05770044
2926328	Fleckl	fleckl	DE		0	Europe/Berlin	50.01039	11.81199				02	094	09472	09472198
2926330	Fleckertshöhe	fleckertshoehe	DE		0	Europe/Berlin	50.18412	7.60306				08	00	07140	07140501
2926331	Flecken Zechlin	flecken-zechlin	DE		0	Europe/Berlin	53.1583	12.76628		Zechlin		11	00	12068	12068353
2926334	Fleckenhaus	fleckenhaus	DE		0	Europe/Berlin	51.17018	6.57623				07	051	05162	05162020
2926335	Fleckengarten	fleckengarten	DE		0	Europe/Berlin	52.83552	12.09489		Fleckengarten		14	00	15090	15090225
2926337	Fleckenberg	fleckenberg	DE		0	Europe/Berlin	51.13407	8.26181		Fleckenberg		07	059	05958	05958040
2926338	Flecken	flecken	DE		0	Europe/Berlin	47.58399	10.24582				02	097	09780	09780124
2926340	Fleck	fleck	DE		0	Europe/Berlin	48.16076	12.04162				02	091	09177	09177123
2926341	Fleck	fleck	DE		0	Europe/Berlin	47.65025	11.58917				02	091	09173	09173135
2926345	Flechum	flechum	DE		0	Europe/Berlin	52.70179	7.55419				06	00	03454	03454019
2926346	Flechtorf	flechtorf	DE		0	Europe/Berlin	52.356	10.70601				06	00	03154	03154014
2926348	Flechtkrug	flechtkrug	DE		0	Europe/Berlin	53.8914	11.0254				12	00	13074	13074017
2926354	Flechtdorf	flechtdorf	DE		0	Europe/Berlin	51.33333	8.66667				05	066	06635	06635007
2926357	Flatzbyholz	flatzbyholz	DE		0	Europe/Berlin	54.71667	9.6				10	00	01059	01059161
2926358	Flatzby	flatzby	DE		0	Europe/Berlin	54.72512	9.63158				10	00	01059	01059161
2926362	Flatow	flatow	DE		0	Europe/Berlin	53.4	13.33333				12	00	13071	13071100
2926363	Flatow	flatow	DE		0	Europe/Berlin	52.72954	12.9546				11	00	12065	12065165
2926365	Flaßkamp	flasskamp	DE		0	Europe/Berlin	51.24733	7.53				07	059	05962	05962056
2926367	Flassenberg	flassenberg	DE		0	Europe/Berlin	51.10905	6.31428		Flassenberg		07	053	05370	05370040
2926370	Flarup	flarup	DE		0	Europe/Berlin	54.66362	9.7364				10	00	01059	01059072
2926373	Flape	flape	DE		0	Europe/Berlin	51.0747	8.09389				07	059	05966	05966016
2926374	Flanning	flanning	DE		0	Europe/Berlin	48.29472	11.95528		Flaning,Flanning		02	091	09177	09177113
2926376	Flanitzhütte	flanitzhutte	DE		0	Europe/Berlin	48.95723	13.29912				02	092	09272	09272149
2926378	Flanitz	flanitz	DE		0	Europe/Berlin	49.00365	13.26985				02	092	09276	09276121
2926379	Flanhard	flanhard	DE		0	Europe/Berlin	51.3	7.2				07	059	05954	05954028
2926381	Flandersbach	flandersbach	DE		0	Europe/Berlin	51.31019	6.99529				07	051	05158	05158036
2926382	Flamschen	flamschen	DE		0	Europe/Berlin	51.92314	7.14938		Flamschen		07	055	05558	05558012
2926384	Flammried	flammried	DE		0	Europe/Berlin	49.1657	12.74099				02	093	09372	09372177
2926386	Flammersbach	flammersbach	DE		0	Europe/Berlin	50.86177	8.10336				07	059	05970	05970044
2926387	Flammersbach	flammersbach	DE		0	Europe/Berlin	50.72939	8.17353				05	065	06532	06532011
2926390	Flamersheim	flamersheim	DE		0	Europe/Berlin	50.62337	6.8533		Flamersheim		07	053	05366	05366016
2926391	Flamerscheid	flamerscheid	DE		0	Europe/Berlin	51.12066	7.10944				07	053	05378	05378016
2926395	Flakenholz	flakenholz	DE		0	Europe/Berlin	52.09058	9.18938				06	00	03252	03252001
2926397	Flahstraß	flahstrass	DE		0	Europe/Berlin	51.00191	6.17805				07	053	05370	05370012
2926401	Flaesheim	flaesheim	DE		0	Europe/Berlin	51.71865	7.22866				07	055	05562	05562016
2926404	Fladersbach	fladersbach	DE		0	Europe/Berlin	50.68333	7.58333				08	00	07132	07132502
2926407	Fladengreuth	fladengreuth	DE		0	Europe/Berlin	49.43245	10.57274				02	095	09571	09571194
2926411	Fladderlohausen	fladderlohausen	DE		0	Europe/Berlin	52.57404	8.09697				06	00	03460	03460005
2926417	Flackenhorst	flackenhorst	DE		0	Europe/Berlin	52.57066	10.13806		Flakenhorst		06	00	03351	03351022
2926421	Flachstöckheim	flachstoeckheim	DE		0	Europe/Berlin	52.0851	10.43959				06	00	03102	03102000
2926424	Flachsmeer	flachsmeer	DE		0	Europe/Berlin	53.11818	7.46184				06	00	03457	03457022
2926429	Flachsberg	flachsberg	DE		0	Europe/Berlin	53.24344	8.60194				06	00	03356	03356009
2926441	Flaberg	flaberg	DE		0	Europe/Berlin	51.02152	7.45403		Flaberg		07	053	05374	05374012
2926442	Fixheide	fixheide	DE		0	Europe/Berlin	51.05115	7.01711				07	053	05316	05316000
2926445	Fitzenweiler	fitzenweiler	DE		0	Europe/Berlin	47.73308	9.38733				01	084	08435	08435034
2926446	Fitzendorf	fitzendorf	DE		0	Europe/Berlin	50.14122	10.61726				02	096	09674	09674121
2926450	Fitten	fitten	DE		0	Europe/Berlin	49.44368	6.59524				09	00	10042	10042113
2926452	Fisnacht	fisnacht	DE		0	Europe/Berlin	48.19861	8.10812		Fisnacht,Fissnacht		01	083	08316	08316010
2926454	Fisslerhof	fisslerhof	DE		0	Europe/Berlin	48.9372	9.13784				01	081	08118	08118071
2926455	Fissenknick	fissenknick	DE		0	Europe/Berlin	51.91309	8.97042				07	057	05766	05766032
2926459	Fissau	fissau	DE		0	Europe/Berlin	54.15583	10.61071		Fissau		10	00	01055	01055012
2926461	Fiskus	fiskus	DE		0	Europe/Berlin	52.46778	8.54565		Eiskus		07	057	05770	05770044
2926469	Fischteich	fischteich	DE		0	Europe/Berlin	53.2	8.25				06	00	03451	03451005
2926472	Fischstein	fischstein	DE		0	Europe/Berlin	49.68333	11.4				02	094	09472	09472118
2926478	Fischlohe	fischlohe	DE		0	Europe/Berlin	49.96966	11.8599				02	094	09472	09472164
2926483	Fischlaken	fischlaken	DE		0	Europe/Berlin	51.38919	7.02679				07	051	05113	05113000
2926484	Fischkaten	fischkaten	DE		0	Europe/Berlin	53.93373	11.48367				12	00	13074	13074087
2926487	Fisching	fisching	DE		0	Europe/Berlin	47.94258	12.74098				02	091	09189	09189162
2926492	Fischhof	fischhof	DE		0	Europe/Berlin	49.64841	10.3533				02	096	09675	09675139
2926493	Fischhof	fischhof	DE		0	Europe/Berlin	49.2394	11.20507				02	095	09576	09576113
2926494	Fischheim	fischheim	DE		0	Europe/Berlin	51.01667	12.78333				13	00	14522	14522530
2926495	Fischhäuser	fischhaeuser	DE		0	Europe/Berlin	50.64595	13.06362				13	00	14521	14521670
2926497	Fischhausen	fischhausen	DE		0	Europe/Berlin	47.71109	11.86704	780			02	091	09182	09182131
2926499	Fischhaus	fischhaus	DE		0	Europe/Berlin	50.51311	10.32272				15	00	16066	16066093
2926500	Fischhaus	fischhaus	DE		0	Europe/Berlin	47.66379	10.72066				02	097	09777	09777166
2926503	Fischhaber	fischhaber	DE		0	Europe/Berlin	47.76667	11.35				02	091	09190	09190141
2926513	Fischers	fischers	DE		0	Europe/Berlin	47.82846	10.21868				02	097	09780	09780112
2926516	Fischeröd	fischerod	DE		0	Europe/Berlin	48.62194	13.15389				02	092	09275	09275154
2926517	Fischern	fischern	DE		0	Europe/Berlin	50.09375	12.24295				02	094	09479	09479147
2926521	Fischerhütte	fischerhuette	DE		0	Europe/Berlin	54.15344	9.398				10	00	01058	01058156
2926522	Fischerhude	fischerhude	DE		0	Europe/Berlin	53.11654	9.05678		Fischerhude		06	00	03361	03361008
2926524	Fischerhöfe	fischerhofe	DE		0	Europe/Berlin	48.46029	10.14647				01	084	08425	08425072
2926533	Fischerhäuser	fischerhaeuser	DE		0	Europe/Berlin	54.88333	8.76667				10	00	01054	01054009
2926536	Fischerhammer	fischerhammer	DE		0	Europe/Berlin	49.56347	12.2853				02	093	09374	09374159
2926540	Fischergrün	fischergrun	DE		0	Europe/Berlin	48.75308	13.76029				02	092	09272	09272136
2926547	Fischersdorf	fischersdorf	DE		0	Europe/Berlin	50.61944	11.40329				15	00	16073	16073038
2926548	Fischerdorf	fischerdorf	DE		0	Europe/Berlin	48.82259	12.95411				02	092	09271	09271119
2926551	Fischerbichl	fischerbichl	DE		0	Europe/Berlin	47.60114	10.68577				02	097	09777	09777129
2926558	Fischenich	fischenich	DE		0	Europe/Berlin	50.8583	6.89521				07	053	05362	05362028
2926559	Fischendorf	fischendorf	DE		0	Europe/Berlin	52.89715	9.76277		Fischendorf (Dorfmark)		06	00	03358	03358008
2926560	Fischendorf	fischendorf	DE		0	Europe/Berlin	51.16651	12.92614				13	00	14522	14522310
2926563	Fischen	fischen	DE		0	Europe/Berlin	47.67705	10.31589				02	097	09780	09780143
2926564	Fischen	fischen	DE		0	Europe/Berlin	47.45852	10.27198		Fischen		02	097	09780	09780121
2926565	Fischeln	fischeln	DE		0	Europe/Berlin	51.30353	6.58836		Fischeln		07	051	05114	05114000
2926566	Fischeln	fischeln	DE		0	Europe/Berlin	51.19493	6.31121				07	051	05166	05166024
2926568	Fischelbach	fischelbach	DE		0	Europe/Berlin	50.87389	8.35246		Fischelbach		07	059	05970	05970028
2926569	Fischeck	fischeck	DE		0	Europe/Berlin	48.37478	12.57138				02	091	09183	09183129
2926570	Fischbrunn	fischbrunn	DE		0	Europe/Berlin	49.54203	11.51009		Fischbrunn		02	095	09574	09574147
2926571	Fischborn	fischborn	DE		0	Europe/Berlin	50.38352	9.29872				05	064	06435	06435004
2926576	Fischbek	fischbek	DE		0	Europe/Berlin	53.76387	10.28706				10	00	01062	01062016
2926577	Fischbek	fischbek	DE		0	Europe/Berlin	53.46667	9.83333		Fischbeck,Fischbek		04	00	02000	02000000
2926578	Fischbeck	fischbeck	DE		706	Europe/Berlin	52.53986	12.01677		Fischbeck		14	00	15090	15090631
2926579	Fischbeck	fischbeck	DE		0	Europe/Berlin	52.14549	9.30375				06	00	03252	03252007
2926584	Fischbacherhütte	fischbacherhuette	DE		0	Europe/Berlin	50.85596	7.86578				08	00	07132	07132076
2926651	Fischaitnach	fischaitnach	DE		0	Europe/Berlin	49.06647	12.91331				02	092	09276	09276144
2926659	Firnhaberau	firnhaberau	DE		0	Europe/Berlin	48.4049	10.89631				02	097	09761	09761000
2926661	Firmetsweiler	firmetsweiler	DE		0	Europe/Berlin	47.76667	9.45				01	084	08436	08436095
2926662	Firmenich	firmenich	DE		0	Europe/Berlin	50.62992	6.68629				07	053	05366	05366028
2926663	Firmelsdorf	firmelsdorf	DE		0	Europe/Berlin	50.23509	11.1509				02	094	09473	09473166
2926664	Firkenhof	firkenhof	DE		0	Europe/Berlin	49.84317	11.81565				02	093	09374	09374140
2926666	Mainz-Finthen	mainz-finthen	DE		0	Europe/Berlin	49.98889	8.17417		Finthen,Mayence-Finthen		08	00	07315	07315000
2926668	Finsterweiling	finsterweiling	DE		0	Europe/Berlin	49.20919	11.64001				02	093	09373	09373167
2926671	Finsterwald	finsterwald	DE		0	Europe/Berlin	47.75381	11.71743				02	091	09182	09182116
2926674	Finsterrot	finsterrot	DE		0	Europe/Berlin	49.08906	9.49299		Finsterrot		01	081	08125	08125107
2926675	Finsternthal	finsternthal	DE		0	Europe/Berlin	50.29438	8.41312				05	064	06434	06434013
2926677	Finstermühle	finstermuhle	DE		0	Europe/Berlin	49.62116	11.55213				02	095	09574	09574140
2926678	Finsterlohr	finsterlohr	DE		0	Europe/Berlin	49.43429	10.09437				01	081	08128	08128020
2926679	Finsterlingen	finsterlingen	DE		0	Europe/Berlin	47.70222	8.086				01	083	08337	08337027
2926684	Finsterhaid	finsterhaid	DE		0	Europe/Berlin	49.32652	11.61152				02	093	09373	09373140
2926694	Finsterbach	finsterbach	DE		0	Europe/Berlin	48.21061	8.04038				01	083	08316	08316003
2926697	Finsterau	finsterau	DE		0	Europe/Berlin	50.63328	13.07879				13	00	14521	14521250
2926698	Finsterau	finsterau	DE		0	Europe/Berlin	48.93101	13.57661				02	092	09272	09272134
2926710	Finow	finow	DE		0	Europe/Berlin	52.84332	13.73643		Finow Mark,Heegermuhle,Heegermühle		11	00	12060	12060052
2926719	Finneck	finneck	DE		0	Europe/Berlin	51.18575	11.42132		Finneck		15	00	16068	16068042
2926722	Finnaerberg	finnaerberg	DE		0	Europe/Berlin	53.34968	8.72241				06	00	03352	03352060
2926723	Finna	finna	DE		0	Europe/Berlin	53.3499	8.70989				06	00	03352	03352060
2926727	Finkhaushallig	finkhaushallig	DE		0	Europe/Berlin	54.44628	8.99847				10	00	01054	01054120
2926732	Finkenwerder	finkenwerder	DE		0	Europe/Berlin	53.53274	9.86271		Finkenwarder,Finkenwerder,Finkenwärder,Finkwarder		04	00	02000	02000000
2926735	Finkenweiler	finkenweiler	DE		0	Europe/Berlin	48.89864	10.26969				01	081	08136	08136082
2926742	Finkenriek	finkenriek	DE		0	Europe/Berlin	53.48333	10.01667				04	00	02000	02000000
2926744	Finkenrath	finkenrath	DE		0	Europe/Berlin	50.95	7.66667				07	053	05374	05374040
2926745	Finkenrath	finkenrath	DE		0	Europe/Berlin	50.9	6.08333				07	053	05334	05334016
2926747	Finkenmühle	finkenmuehle	DE		0	Europe/Berlin	50.61788	11.07721		Bad Finkenmuhle,Bad Finkenmühle,Finkenmuhle,Finkenmühle		15	00	16073	16073112
2926750	Finkenkrug Süd	finkenkrug-sued	DE		0	Europe/Berlin	52.556	13.03871				11	00	12063	12063080
2926752	Finkenkrug	finkenkrug	DE		0	Europe/Berlin	52.56128	13.04756		Finkenkrug		11	00	12063	12063080
2926756	Finkenholl	finkenholl	DE		0	Europe/Berlin	51.11552	7.22				07	053	05378	05378032
2926765	Finkenhain	finkenhain	DE		0	Europe/Berlin	50.53367	9.83671				05	066	06631	06631003
2926770	Finkenburg	finkenburg	DE		0	Europe/Berlin	50.74146	13.06918				13	00	14521	14521690
2926771	Finkenburg	finkenburg	DE		0	Europe/Berlin	50.60732	12.41801				13	00	14523	14523170
2926773	Finkenburg	finkenburg	DE		0	Europe/Berlin	50.41667	12.16667				13	00	14523	14523300
2926774	Finkenburg	finkenburg	DE		0	Europe/Berlin	50.32484	12.23219				13	00	14523	14523010
2926778	Finkenbrück	finkenbrueck	DE		0	Europe/Berlin	53.70199	13.85914				12	00	13075	13075084
2926784	Finkenberg	finkenberg	DE		0	Europe/Berlin	51.10995	6.41888				07	051	05116	05116000
2926785	Finkenberg	finkenberg	DE		0	Europe/Berlin	49.05	10.16667				01	081	08136	08136035
2926808	Finkenbach	finkenbach	DE		0	Europe/Berlin	49.68333	7.75				08	00	07333	07333021
2926809	Finkenbach	finkenbach	DE		0	Europe/Berlin	49.53396	8.91882				05	064	06437	06437016
2926810	Finkenau	finkenau	DE		0	Europe/Berlin	50.2314	10.971				02	094	09473	09473112
2926811	Finken	finken	DE		0	Europe/Berlin	51.64095	8.29345				07	059	05974	05974016
2926814	Finkelnburg	finkelnburg	DE		0	Europe/Berlin	51.1166	7.3674		Finkelnburg		07	053	05374	05374052
2926821	Fingscheidt	fingscheidt	DE		0	Europe/Berlin	51.29475	7.12685		Fingscheidt		07	051	05124	05124000
2926825	Findorf	findorf	DE		0	Europe/Berlin	53.3513	8.98987				06	00	03357	03357016
2926827	Findlos	findlos	DE		0	Europe/Berlin	50.55128	10.00124				05	066	06631	06631012
2926831	Findel	findel	DE		0	Europe/Berlin	52.2275	8.91981				07	057	05770	05770032
2926837	Fimbach	fimbach	DE		0	Europe/Berlin	48.49932	12.23678				02	092	09274	09274134
2926840	Filzingen	filzingen	DE		0	Europe/Berlin	48.14301	10.12176				02	097	09775	09775111
2926842	Filzhof	filzhof	DE		0	Europe/Berlin	48.02438	12.00608				02	091	09175	09175122
2926846	Filzen	filzen	DE		0	Europe/Berlin	49.9019	6.97281				08	00	07231	07231012
2926847	Filzen	filzen	DE		0	Europe/Berlin	49.67329	6.56407				08	00	07235	07235068
2926848	Filzen	filzen	DE		0	Europe/Berlin	48.0521	12.092				02	091	09187	09187159
2926849	Filzen	filzen	DE		0	Europe/Berlin	47.88686	12.0869				02	091	09187	09187137
2926852	Filzbuch	filzbuch	DE		0	Europe/Berlin	47.8241	11.37454				02	091	09173	09173123
2926863	Filsch	filsch	DE		0	Europe/Berlin	49.73558	6.70724				08	00	07211	07211000
2926875	Fildenmoos	fildenmoos	DE		0	Europe/Berlin	47.73333	9.63333				01	084	08436	08436064
2926876	Filde	filde	DE		0	Europe/Berlin	51.24357	7.39305		Filde		07	053	05374	05374036
2926878	Fild	fild	DE		0	Europe/Berlin	51.43333	6.61667				07	051	05170	05170024
2926879	Filchenhard	filchenhard	DE		0	Europe/Berlin	49.10141	10.68306				02	095	09577	09577136
2926880	Filchendorf	filchendorf	DE		0	Europe/Berlin	49.81672	11.86179				02	093	09374	09374140
2926882	Fikensolterfeld	fikensolterfeld	DE		0	Europe/Berlin	53.23353	7.94122				06	00	03451	03451007
2926883	Fikensolt	fikensolt	DE		0	Europe/Berlin	53.24693	7.92459				06	00	03451	03451007
2926884	Figlsdorf	figlsdorf	DE		0	Europe/Berlin	48.52052	11.7947				02	091	09178	09178144
2926886	Figlers	figlers	DE		0	Europe/Berlin	47.80662	10.19277				02	097	09780	09780112
2926888	Figels	figels	DE		0	Europe/Berlin	48.05	9.55				01	084	08426	08426036
2926889	Fiestel	fiestel	DE		0	Europe/Berlin	52.35274	8.56561		Fiestel		07	057	05770	05770008
2926890	Fiestel	fiestel	DE		0	Europe/Berlin	52.34622	7.98		Fiestel,Fistel		06	00	03459	03459033
2926893	Fierlbach	fierlbach	DE		0	Europe/Berlin	48.78798	12.69307		Fierlbach,Firlbach		02	092	09278	09278167
2926896	Fienstorf	fienstorf	DE		0	Europe/Berlin	54.10286	12.27419				12	00	13072	13072019
2926898	Fienerode	fienerode	DE		0	Europe/Berlin	52.34896	12.16988				14	00	15086	15086040
2926904	Fiel	fiel	DE		0	Europe/Berlin	54.14634	9.14657				10	00	01051	01051082
2926905	Fiegenstall	fiegenstall	DE		0	Europe/Berlin	49.07454	11.02229				02	095	09577	09577141
2926907	Fiefhusen	fiefhusen	DE		0	Europe/Berlin	54.2	10.16667				10	00	01057	01057002
2926908	Fiefhusen	fiefhusen	DE		0	Europe/Berlin	53.9234	9.21152				10	00	01061	01061060
2926911	Fiefharrie	fiefharrie	DE		0	Europe/Berlin	54.14296	10.07109		Fiefharrie		10	00	01058	01058109
2926914	Fiedlbühl	fiedlbuhl	DE		0	Europe/Berlin	49.63723	12.34486				02	093	09374	09374162
2926922	Berg Fidel	berg-fidel	DE		0	Europe/Berlin	51.92663	7.62233		Berg Fidel		07	055	05515	05515000
2926924	Fidazhofen	fidazhofen	DE		0	Europe/Berlin	47.75	9.61667				01	084	08436	08436064
2926926	Fickmühlen	fickmuehlen	DE		0	Europe/Berlin	53.6396	8.78426				06	00	03352	03352062
2926929	Fichtzig	fichtzig	DE		0	Europe/Berlin	50.48999	12.4233				13	00	14523	14523020
2926932	Fichtigsthal	fichtigsthal	DE		0	Europe/Berlin	50.87402	12.74934				13	00	14524	14524220
2926937	Fichtheim	fichtheim	DE		0	Europe/Berlin	48.64634	12.70097				02	092	09279	09279122
2926940	Fichtenwall	fichtenwall	DE		0	Europe/Berlin	52.32652	13.90707				11	00	12067	12067469
2926941	Fichtenwalde	fichtenwalde	DE		2874	Europe/Berlin	52.28038	12.88349	78	Beelitz (Mark) OT Fichtenwalde,Beelitz Ortsteil Fichtenwalde,Fichtenvalde,Fichtenwalde,Fiwa,Klaistower Heide,Kolonie Fichtenwalde,Wohnplatz Fichtenwalde,Фичтенвалде,Фічтенвалде		11	00	12069	12069017
2926942	Fichtental	fichtental	DE		0	Europe/Berlin	49.1048	12.84662				02	092	09276	09276135
2926947	Fichtenhusen	fichtenhusen	DE		0	Europe/Berlin	53.80411	11.47007				12	00	13074	13074002
2926949	Fichtenhof	fichtenhof	DE		0	Europe/Berlin	49.57979	11.6554				02	093	09371	09371135
2926950	Fichtenhof	fichtenhof	DE		0	Europe/Berlin	49.45518	11.77734				02	093	09371	09371111
2926951	Fichtenhof	fichtenhof	DE		0	Europe/Berlin	49.07471	10.17995				01	081	08127	08127102
2926955	Fichtenhäuser	fichtenhaeuser	DE		0	Europe/Berlin	50.57352	12.24119				13	00	14523	14523190
2926956	Fichtenhammer	fichtenhammer	DE		0	Europe/Berlin	50.12156	11.93463				02	094	09479	09479129
2926957	Fichtenhainichen	fichtenhainichen	DE		0	Europe/Berlin	51.01762	12.38385				15	00	16077	16077042
2926958	Fichtengrund	fichtengrund	DE		0	Europe/Berlin	52.79008	13.26394				11	00	12065	12065256
2926971	Fichtenbach	fichtenbach	DE		0	Europe/Berlin	50.62706	13.09498				13	00	14521	14521250
2926973	Fichten	fichten	DE		0	Europe/Berlin	49.13786	12.5541				02	093	09372	09372142
2926980	Fichtelbrunn	fichtelbrunn	DE		0	Europe/Berlin	49.49935	11.65546				02	093	09371	09371141
2926986	Fichtberg	fichtberg	DE		0	Europe/Berlin	51.63333	12.65				14	00	15091	15091020
2926988	Fichtach	fichtach	DE		0	Europe/Berlin	50.39772	11.09016				15	00	16072	16072023
2926993	Ficht	ficht	DE		0	Europe/Berlin	47.79387	11.09527				02	091	09190	09190139
2926996	Feyen	feyen	DE		0	Europe/Berlin	49.72398	6.62879				08	00	07211	07211000
2927000	Feurenmoos	feurenmoos	DE		0	Europe/Berlin	47.7	9.6				01	084	08435	08435057
2927003	Feuln	feuln	DE		0	Europe/Berlin	50.08037	11.54717				02	094	09477	09477158
2927004	Feulersdorf	feulersdorf	DE		0	Europe/Berlin	50.01077	11.25826				02	094	09477	09477164
2927006	Feuerthal	feuerthal	DE		0	Europe/Berlin	50.1487	9.93568		Feuerthal		02	096	09672	09672127
2927009	Feuerstätte	feuerstaette	DE		0	Europe/Berlin	53.76419	8.73452				06	00	03352	03352011
2927011	Feuerschwendt	feuerschwendt	DE		0	Europe/Berlin	48.68796	13.44353				02	092	09275	09275135
2927012	Feuerschwenden	feuerschwenden	DE		0	Europe/Berlin	47.68827	10.34619				02	097	09780	09780120
2927013	Feuerschützenbostel	feuerschuetzenbostel	DE		0	Europe/Berlin	52.73413	10.02929		Feuerschutzenbostel,Feuerschützenbostel		06	00	03351	03351004
2927014	Feuerschicht	feuerschicht	DE		0	Europe/Berlin	52.40004	9.05796				07	057	05770	05770028
2927017	Feuersbach	feuersbach	DE		0	Europe/Berlin	50.8771	8.10576		Feuerbach		07	059	05970	05970040
2927044	Feuerbach	feuerbach	DE		0	Europe/Berlin	47.73632	7.64108				01	083	08336	08336045
2927045	Feudingerhütte	feudingerhuette	DE		0	Europe/Berlin	50.93894	8.33637				07	059	05970	05970028
2927046	Feudingen	feudingen	DE		0	Europe/Berlin	50.94057	8.3248		Feudingen		07	059	05970	05970028
2927047	Feudenheim	feudenheim	DE		0	Europe/Berlin	49.48671	8.5335		Feudenheim		01	082	08222	08222000
2927052	Feuchten	feuchten	DE		0	Europe/Berlin	48.69707	12.29197				02	092	09274	09274119
2927057	Fetzelhofen	fetzelhofen	DE		0	Europe/Berlin	49.70297	10.73037				02	095	09572	09572139
2927061	Fetten-Vorstadt	fetten-vorstadt	DE		0	Europe/Berlin	54.08333	13.36667				12	00	13075	13075039
2927062	Fettenholsen	fettenholsen	DE		0	Europe/Berlin	52.28286	8.69276				07	057	05770	05770016
2927064	Fettehenne	fettehenne	DE		0	Europe/Berlin	51.04109	7.07995				07	053	05316	05316000
2927065	Fetschendorf	fetschendorf	DE		0	Europe/Berlin	49.15291	10.43745				02	095	09571	09571132
2927067	Festenburg	festenburg	DE		0	Europe/Berlin	51.85	10.4				06			
2927069	Festenbach	festenbach	DE		0	Europe/Berlin	47.76778	11.74664		Festenbach		02	091	09182	09182116
2927073	Feßmannsdorf	fessmannsdorf	DE		0	Europe/Berlin	49.19259	12.86997				02	093	09372	09372130
2927074	Fessenheim	fessenheim	DE		0	Europe/Berlin	48.8667	10.62281				02	097	09779	09779226
2927075	Fessenbach	fessenbach	DE		0	Europe/Berlin	48.46484	7.97848				01	083	08317	08317096
2927076	Fesselsdorf	fesselsdorf	DE		0	Europe/Berlin	50.01811	11.24371				02	094	09478	09478176
2927077	Feßbach	fessbach	DE		0	Europe/Berlin	49.22781	9.70566		Fessbach,Feßbach		01	081	08126	08126047
2927078	Fesenfeld	fesenfeld	DE		0	Europe/Berlin	52.9298	8.72132				06	00	03251	03251007
2927079	Fertingen	fertingen	DE		0	Europe/Berlin	48.56862	10.78777				02	097	09772	09772166
2927080	Ferthofen	ferthofen	DE		0	Europe/Berlin	47.94234	10.10828				02	097	09764	09764000
2927081	Ferteln	ferteln	DE		0	Europe/Berlin	48.32867	12.03306				02	091	09177	09177113
2927084	Ferrwies	ferrwies	DE		0	Europe/Berlin	48.51301	8.3423				01	082	08237	08237004
2927085	Ferres	ferres	DE		0	Europe/Berlin	49.88308	6.90057				08	00	07231	07231105
2927087	Fernthal	fernthal	DE		0	Europe/Berlin	50.59691	7.45268				08	00	07138	07138044
2927088	Fernsicht	fernsicht	DE		0	Europe/Berlin	53.58333	10.2				04	00	02000	02000000
2927090	Fernsdorf	fernsdorf	DE		0	Europe/Berlin	51.6917	12.05647				14	00	15082	15082377
2927091	Fernsdorf	fernsdorf	DE		0	Europe/Berlin	49.03562	12.95946				02	092	09276	09276122
2927093	Fernrodde	fernrodde	DE		0	Europe/Berlin	52.27508	7.53149				07	055	05566	05566076
2927094	Fernreuth	fernreuth	DE		0	Europe/Berlin	49.95105	11.33445				02	094	09472	09472154
2927095	Fernreith	fernreith	DE		0	Europe/Berlin	48.0912	12.61468				02	091	09171	09171116
2927096	Fernöd	fernod	DE		0	Europe/Berlin	47.75558	12.06431				02	091	09187	09187165
2927098	Fernneuendorf	fernneuendorf	DE		0	Europe/Berlin	52.12084	13.38697				11	00	12072	12072002
2927099	Fernmittenhausen	fernmittenhausen	DE		0	Europe/Berlin	48.66511	11.11824				02	091	09185	09185127
2927100	Fernlüttkevitz	fernluettkevitz	DE		0	Europe/Berlin	54.66819	13.40017				12	00	13073	13073071
2927104	Fernhavekost	fernhavekost	DE		0	Europe/Berlin	52.53126	10.26398				06	00	03351	03351017
2927107	Fernhag	fernhag	DE		0	Europe/Berlin	48.48791	11.45206		Fernhag		02	091	09186	09186151
2927108	Fernewerder	fernewerder	DE		0	Europe/Berlin	52.49744	12.81969				11	00	12063	12063148
2927112	Ferneichlberg	ferneichlberg	DE		0	Europe/Berlin	49.13702	12.07691				02	093	09375	09375190
2927113	Fernegierscheid	fernegierscheid	DE		0	Europe/Berlin	50.74276	7.40908				07	053	05382	05382020
2927117	Ferndörfl	ferndorfl	DE		0	Europe/Berlin	48.18846	12.69595				02	091	09171	09171121
2927119	Ferndorf	ferndorf	DE		0	Europe/Berlin	50.96273	8.01327		Ferndorf		07	059	05970	05970024
2927121	Fernbreitenbach	fernbreitenbach	DE		0	Europe/Berlin	50.93857	10.12931		Fernbreitenbach		15	00	16063	16063103
2927124	Fernabrünst	fernabrunst	DE		0	Europe/Berlin	49.39539	10.82567				02	095	09573	09573115
2927126	Fermke	fermke	DE		0	Europe/Berlin	52.02736	9.0451				07	057	05766	05766024
2927127	Fermesand	fermesand	DE		0	Europe/Berlin	53.05812	7.72744				06	00	03453	03453013
2927129	Fermerswalde	fermerswalde	DE		0	Europe/Berlin	51.64601	13.1901		Fermerswalde		11	00	12062	12062224
2927130	Fermersleben	fermersleben	DE		0	Europe/Berlin	52.09211	11.65495		Fermersleben,Magdeburg-Fermersleben		14	00	15003	15003000
2927139	Ferdinandshorst	ferdinandshorst	DE		0	Europe/Berlin	53.36731	13.6341				11	00	12073	12073429
2927149	Ferdinandsfeld	ferdinandsfeld	DE		0	Europe/Berlin	48.93647	11.12849				02	091	09176	09176160
2927150	Ferchlipp	ferchlipp	DE		0	Europe/Berlin	52.85215	11.85444				14	00	15090	15090008
2927152	Ferchland	ferchland	DE		600	Europe/Berlin	52.44032	11.99947				14	00	15086	15086035
2927154	Ferchesar	ferchesar	DE		0	Europe/Berlin	52.65421	12.44665				11	00	12063	12063293
2927160	Ferchen	ferchen	DE		0	Europe/Berlin	47.98757	12.12071				02	091	09187	09187170
2927162	Ferchels	ferchels	DE		0	Europe/Berlin	52.6633	12.17835				14	00	15090	15090485
2927165	Ferch	ferch	DE		0	Europe/Berlin	52.30979	12.93005				11	00	12069	12069590
2927166	Ferbitz	ferbitz	DE		0	Europe/Berlin	53.09759	11.56502		Ferbitz		11	00	12070	12070236
2927167	Ferbitz	ferbitz	DE		0	Europe/Berlin	52.5	13.01667		Ferbitz		11	00	12063	12063056
2927168	Ferbig	ferbig	DE		0	Europe/Berlin	50.46591	12.18955		Ferbig,Ferbigsmuhle,Ferbigsmühle		15			
2927171	Fentbach	fentbach	DE		0	Europe/Berlin	47.87946	11.79914				02	091	09182	09182137
2927179	Fenn-Heide	fenn-heide	DE		0	Europe/Berlin	51.70518	7.14159				07	055	05562	05562024
2927182	Fenne	fenne	DE		825	Europe/Berlin	49.24702	6.88499	195		10041519	09	00	10041	10041519
2927185	Fenkensees	fenkensees	DE		0	Europe/Berlin	49.90016	11.73406				02	094	09472	09472188
2927186	Fenken	fenken	DE		0	Europe/Berlin	47.77376	9.65348				01	084	08436	08436069
2927188	Fenke	fenke	DE		0	Europe/Berlin	51.03424	7.42084		Fenke		07	053	05374	05374020
2927190	Fendsbach	fendsbach	DE		0	Europe/Berlin	48.22027	11.94463				02	091	09177	09177135
2927195	Fembach	fembach	DE		0	Europe/Berlin	47.93232	12.42739				02	091	09189	09189143
2927199	Felstehausen	felstehausen	DE		0	Europe/Berlin	52.63723	8.41141				06	00	03251	03251013
2927201	Felsheim	felsheim	DE		0	Europe/Berlin	48.72667	10.7386				02	097	09779	09779131
2927208	Felsenkeller	felsenkeller	DE		0	Europe/Berlin	51.08333	10.73333				15	00	16067	16067067
2927211	Felsenhagen	felsenhagen	DE		0	Europe/Berlin	53.20757	12.1462				11	00	12070	12070222
2927214	Felsenberg	felsenberg	DE		0	Europe/Berlin	52.18333	11.51667				14	00	15083	15083298
2927218	Felsen	felsen	DE		0	Europe/Berlin	52.66768	7.60098				06	00	03454	03454021
2927219	Felsen	felsen	DE		0	Europe/Berlin	52.36392	8.22236				06	00	03459	03459029
2927222	Felsbergerhof	felsbergerhof	DE		0	Europe/Berlin	49.60219	7.74602				08	00	07333	07333034
2927240	Fellingshausen	fellingshausen	DE		0	Europe/Berlin	50.64214	8.5973				05	065	06531	06531002
2927241	Fellinghausen	fellinghausen	DE		0	Europe/Berlin	50.95856	7.97136		Fellinghausen		07	059	05970	05970024
2927243	Felling	felling	DE		0	Europe/Berlin	48.9925	12.69178				02	092	09278	09278134
2927244	Fellhorst	fellhorst	DE		0	Europe/Berlin	54.45782	9.67711				10	00	01058	01058084
2927251	Fellerich	fellerich	DE		0	Europe/Berlin	49.68068	6.49901				08	00	07235	07235132
2927253	Fellerhof	fellerhof	DE		0	Europe/Berlin	49.04425	12.9213				02	092	09276	09276128
2927258	Fellerer	fellerer	DE		0	Europe/Berlin	47.78688	12.31223				02	091	09187	09187114
2927259	Fellerdilln	fellerdilln	DE		0	Europe/Berlin	50.79433	8.20335		Fellerdilln		05	065	06532	06532011
2927265	Felldorf	felldorf	DE		0	Europe/Berlin	48.43125	8.78443				01	084	08416	08416050
2927271	Fellach	fellach	DE		0	Europe/Berlin	47.90305	11.73306				02	091	09182	09182120
2927274	Felkendorf	felkendorf	DE		0	Europe/Berlin	49.99825	11.41296				02	094	09477	09477157
2927275	Felizenzell	felizenzell	DE		0	Europe/Berlin	48.3193	12.26448				02	091	09183	09183114
2927277	Felgentreu	felgentreu	DE		0	Europe/Berlin	52.09403	13.02075		Felgentreu		11	00	12072	12072312
2927278	Felgenhof	felgenhof	DE		0	Europe/Berlin	48.94253	9.72273				01	081	08136	08136027
2927280	Felgeleben	felgeleben	DE		0	Europe/Berlin	52.00625	11.74948				14	00	15089	15089305
2927282	Feldwiese	feldwiese	DE		0	Europe/Berlin	50.60591	12.18758		Coschutz-Feldwiese,Coschütz-Feldwiese,Feldwiese		13	00	14523	14523100
2927283	Feldwies	feldwies	DE		0	Europe/Berlin	47.8324	12.48468		Feldwes,Feldwies		02	091	09189	09189159
2927284	Feldwick	feldwick	DE		0	Europe/Berlin	51.68286	6.49531				07	051	05170	05170048
2927289	Feldtange	feldtange	DE		0	Europe/Berlin	53.25	8.1				06	00	03451	03451008
2927291	Feldstetten	feldstetten	DE		0	Europe/Berlin	48.47742	9.62686				01	084	08425	08425071
2927293	Feldsiefen	feldsiefen	DE		0	Europe/Berlin	51.05	7.03333				07	053	05316	05316000
2927297	Feldschönau	feldschoenau	DE		0	Europe/Berlin	51.04756	14.90226				13	00	14626	14626500
2927299	Feldschlößchen	feldschloesschen	DE		0	Europe/Berlin	51.85305	13.4117				11	00	12072	12072053
2927302	Feldscheide	feldscheide	DE		0	Europe/Berlin	54.1	9.65				10	00	01058	01058077
2927303	Feldscheide	feldscheide	DE		0	Europe/Berlin	54	10.41667				10	00	01060	01060097
2927308	Feldscheid	feldscheid	DE		0	Europe/Berlin	48.79413	13.4948				02	092	09272	09272118
2927309	Feldschänke	feldschaenke	DE		0	Europe/Berlin	51.66667	14.06667				11	00	12066	12066008
2927311	Feldsating	feldsating	DE		0	Europe/Berlin	53.68013	8.56106				06	00	03352	03352061
2927313	Feldrom	feldrom	DE		0	Europe/Berlin	51.82432	8.94253				07	057	05766	05766032
2927314	Feldrennach	feldrennach	DE		0	Europe/Berlin	48.85554	8.53074		Feldrennach		01	082	08236	08236072
2927316	Feldolling	feldolling	DE		0	Europe/Berlin	47.89494	11.85571				02	091	09187	09187130
2927318	Feldmoos	feldmoos	DE		0	Europe/Berlin	47.86253	9.49968				01	084	08436	08436096
2927319	Feldmoching	feldmoching	DE		0	Europe/Berlin	48.21667	11.53333				02	091	09162	09162000
2927322	Feldmark	feldmark	DE		0	Europe/Berlin	52.13333	8.63333				07	057	05758	05758012
2927323	Feldmark	feldmark	DE		0	Europe/Berlin	51.78903	8.43103				07	057	05754	05754032
2927336	Feldkrücken	feldkruecken	DE		0	Europe/Berlin	50.55142	9.18598				05	065	06535	06535018
2927353	Feldkirch	feldkirch	DE		0	Europe/Berlin	47.93571	7.64767		Feldkirch		01	083	08315	08315048
2927354	Feldkassel	feldkassel	DE		0	Europe/Berlin	51.03333	6.91667				07	053	05315	05315000
2927355	Feldkamp	feldkamp	DE		0	Europe/Berlin	52.36166	8.26637				06	00	03459	03459013
2927359	Feldkahl	feldkahl	DE		0	Europe/Berlin	50.04026	9.20898		Feldkahl		02	096	09671	09671130
2927361	Feldhusen	feldhusen	DE		0	Europe/Berlin	53.94689	10.95094				12	00	13074	13074017
2927364	Feldhörn	feldhoern	DE		0	Europe/Berlin	53.4	8.03333				06	00	03455	03455025
2927365	Feldhok	feldhok	DE		0	Europe/Berlin	52.55699	7.38302				06	00	03454	03454032
2927373	Feldheim	feldheim	DE		0	Europe/Berlin	52.67495	13.37324				11	00	12065	12065225
2927374	Feldheim	feldheim	DE		0	Europe/Berlin	52.01136	12.81972		Feldheim		11	00	12069	12069632
2927375	Feldheim	feldheim	DE		0	Europe/Berlin	48.70972	10.9114				02	097	09779	09779192
2927377	Feldhäuser	feldhaeuser	DE		0	Europe/Berlin	51.17963	14.73833				13	00	14626	14626570
2927378	Feldhäuser	feldhaeuser	DE		0	Europe/Berlin	51.16979	14.76992				13	00	14626	14626450
2927379	Feldhäuser	feldhaeuser	DE		0	Europe/Berlin	51.12809	14.85048				13	00	14626	14626300
2927385	Feldhausen	feldhausen	DE		0	Europe/Berlin	53.55	7.95				06	00	03455	03455015
2927386	Feldhausen	feldhausen	DE		0	Europe/Berlin	53.14767	8.88948				06	00	03356	03356005
2927387	Feldhausen	feldhausen	DE		0	Europe/Berlin	52.7121	7.58594				06	00	03454	03454026
2927388	Feldhausen	feldhausen	DE		0	Europe/Berlin	52.66399	8.81327				06	00	03251	03251040
2927389	Feldhausen	feldhausen	DE		0	Europe/Berlin	51.61176	6.96982				07	055	05512	05512000
2927390	Feldhausen	feldhausen	DE		0	Europe/Berlin	51.1299	6.98327				07	051	05158	05158020
2927391	Feldhausen	feldhausen	DE		440	Europe/Berlin	48.2548	9.27096	760			01	084	08437	08437031
2927399	Feldgüter	feldgueter	DE		0	Europe/Berlin	50.73028	13.11531				13	00	14521	14521690
2927403	Feldgrieben	feldgrieben	DE		0	Europe/Berlin	53.12802	12.94635				11	00	12068	12068353
2927408	Feldgen	feldgen	DE		0	Europe/Berlin	50.85718	6.11944				07	053	05334	05334016
2927410	Feldgeding	feldgeding	DE		0	Europe/Berlin	48.24608	11.37372				02	091	09174	09174113
2927412	Felderseite	felderseite	DE		0	Europe/Berlin	51.24856	6.27528				07	051	05166	05166024
2927418	Felderhof	felderhof	DE		0	Europe/Berlin	51.12258	6.3161		Felderhof		07	053	05370	05370040
2927419	Felderhof	felderhof	DE		0	Europe/Berlin	50.83333	7.4				07	053	05382	05382052
2927422	Felderhausen	felderhausen	DE		0	Europe/Berlin	51.19613	6.21807				07	051	05166	05166020
2927423	Felderhausen	felderhausen	DE		0	Europe/Berlin	50.75	7.28333		Felderhausen		07	053	05382	05382020
2927425	Felderend	felderend	DE		0	Europe/Berlin	51.28333	6.23333				07	051	05166	05166016
2927426	Feldengel	feldengel	DE		0	Europe/Berlin	51.27292	10.94568				15	00	16065	16065089
2927427	Felden	felden	DE		0	Europe/Berlin	47.83232	12.38955				02	091	09187	09187118
2927435	Feldbuch	feldbuch	DE		0	Europe/Berlin	50.18269	11.45149				02	094	09477	09477151
2927440	Feldbergerhof	feldbergerhof	DE		0	Europe/Berlin	47.8563	8.04209				01	083	08315	08315037
2927441	Feldbergen	feldbergen	DE		0	Europe/Berlin	52.20108	10.14708		Feldbergen,Feldenbergen		06	00	03254	03254032
2927457	Feldbauerschaft	feldbauerschaft	DE		0	Europe/Berlin	52.0807	7.4489				07	055	05566	05566064
2927459	Feldbach	feldbach	DE		0	Europe/Berlin	50.47196	9.95959				05	066	06631	06631010
2927467	Feld	feld	DE		0	Europe/Berlin	51.0543	7.16521				07	053	05378	05378020
2927468	Feld	feld	DE		0	Europe/Berlin	50.95113	7.62168				07	053	05374	05374040
2927469	Feld	feld	DE		0	Europe/Berlin	50.86879	7.38492				07	053	05382	05382036
2927470	Feld	feld	DE		0	Europe/Berlin	47.66667	9.78333				01	084	08436	08436081
2927471	Feld	feld	DE		0	Europe/Berlin	47.63888	10.3892				02	097	09780	09780128
2927475	Felchta	felchta	DE		0	Europe/Berlin	51.19232	10.44251		Felchta		15	00	16064	16064046
2927477	Felchow	felchow	DE		0	Europe/Berlin	53.03368	14.11151				11	00	12073	12073532
2927480	Felbern	felbern	DE		0	Europe/Berlin	48.47406	11.36561				02	091	09186	09186125
2927484	Felben	felben	DE		0	Europe/Berlin	47.64676	10.611				02	097	09777	09777170
2927489	Felbecke	felbecke	DE		0	Europe/Berlin	51.16526	8.2279		Felbecke		07	059	05958	05958040
2927498	Feistelberg	feistelberg	DE		0	Europe/Berlin	49.55784	12.15576				02	093	09376	09376150
2927504	Feine	feine	DE		0	Europe/Berlin	52.96526	8.74183				06	00	03251	03251037
2927506	Feilshof	feilshof	DE		0	Europe/Berlin	49.83134	10.77853				02	094	09471	09471120
2927511	Feilershammer	feilershammer	DE		0	Europe/Berlin	49.78193	11.90459				02	093	09374	09374148
2927512	Feilersdorf	feilersdorf	DE		0	Europe/Berlin	49.77996	11.89771				02	093	09374	09374148
2927515	Feilberg	feilberg	DE		0	Europe/Berlin	53.63829	10.46				10	00	01053	01053085
2927516	Feil	feil	DE		0	Europe/Berlin	49.77492	7.80581				08	00	07133	07133030
2927519	Feigenhofen	feigenhofen	DE		0	Europe/Berlin	48.49389	10.77931				02	097	09772	09772121
2927520	Feigendorf	feigendorf	DE		0	Europe/Berlin	49.88721	10.74734		Feigendorf		02	094	09471	09471208
2927522	Feierabend	feierabend	DE		0	Europe/Berlin	54.3	9.18333				10	00	01051	01051049
2927523	Feienberg	feienberg	DE		0	Europe/Berlin	50.8706	7.21136		Feienberg		07	053	05382	05382028
2927529	Feichten	feichten	DE		0	Europe/Berlin	48.37333	12.47828				02	091	09183	09183129
2927530	Feichten	feichten	DE		0	Europe/Berlin	48.08095	12.59652		Feichten		02	091	09171	09171116
2927541	Fehsholm	fehsholm	DE		0	Europe/Berlin	54.6	9		Feesholm,Fehsholm		10	00	01054	01054020
2927543	Fehrsdorf	fehrsdorf	DE		0	Europe/Berlin	49.70013	12.23793		Fehrsdorf		02	093	09374	09374121
2927545	Fehrow	fehrow	DE		0	Europe/Berlin	51.85228	14.24669		Fehrow,Prjawoz		11	00	12071	12071341
2927546	Fehrlingsen	fehrlingsen	DE		0	Europe/Berlin	51.61667	9.81667				06	00	03155	03155005
2927549	Fehrenwohld	fehrenwohld	DE		0	Europe/Berlin	53.98333	10.33333				10	00	01060	01060050
2927553	Fehrenbruch	fehrenbruch	DE		0	Europe/Berlin	53.41209	9.33056				06	00	03357	03357003
2927555	Fehrenbötel	fehrenboetel	DE		0	Europe/Berlin	53.98395	10.17384		Fehrenboetel,Fehrenbotel,Fehrenbötel		10	00	01060	01060068
2927560	Fehrenbach	fehrenbach	DE		0	Europe/Berlin	50.50023	10.94306				15	00	16069	16069061
2927743	Faßmacher	fassmacher	DE		0	Europe/Berlin	47.91886	9.66595				01	084	08436	08436008
2927566	Fehrbach	fehrbach	DE		0	Europe/Berlin	49.22906	7.58107				08	00	07317	07317000
2927569	Fehnhusen	fehnhusen	DE		0	Europe/Berlin	53.50094	7.31388				06	00	03452	03452023
2927570	Fehndorf	fehndorf	DE		0	Europe/Berlin	52.78029	7.10907				06	00	03454	03454018
2927573	Fehn	fehn	DE		0	Europe/Berlin	47.76043	11.81591				02	091	09182	09182119
2927575	Fehmbach	fehmbach	DE		0	Europe/Berlin	48.82623	12.86473				02	092	09271	09271151
2927577	Fehmarnsund	fehmarnsund	DE		0	Europe/Berlin	54.40463	11.12207				10	00	01055	01055046
2927583	Fehling	fehling	DE		0	Europe/Berlin	47.92083	12.52845				02	091	09189	09189114
2927584	Fehlheim	fehlheim	DE		0	Europe/Berlin	49.70542	8.57301				05	064	06431	06431002
2927588	Feggendorf	feggendorf	DE		0	Europe/Berlin	52.28449	9.38456				06	00	03257	03257018
2927589	Fegetasch	fegetasch	DE		0	Europe/Berlin	54.86667	8.73333				10	00	01054	01054086
2927595	Feerstenborgum	feerstenborgum	DE		0	Europe/Berlin	53.18544	7.39094				06	00	03457	03457021
2927598	Federwisch	federwisch	DE		0	Europe/Berlin	50.42635	9.52626				05	066	06631	06631008
2927603	Federow	federow	DE		0	Europe/Berlin	53.4836	12.76062				12	00	13071	13071071
2927607	Federhof	federhof	DE		0	Europe/Berlin	49.16041	11.30083		Federhof		02	095	09576	09576127
2927612	Federath	federath	DE		0	Europe/Berlin	50.94337	7.37612				07	053	05378	05378024
2927614	Fedderwardersiel	fedderwardersiel	DE		0	Europe/Berlin	53.59658	8.35502				06	00	03461	03461003
2927617	Fedderwardergroden	fedderwardergroden	DE		0	Europe/Berlin	53.57089	8.1052		Fedderwardergroden		06	00	03405	03405000
2927618	Fedderwarderfeld	fedderwarderfeld	DE		0	Europe/Berlin	53.59271	8.35433				06	00	03461	03461003
2927620	Fedderwarderdeich	fedderwarderdeich	DE		0	Europe/Berlin	53.60397	8.33699				06	00	03461	03461003
2927621	Fedderwarden	fedderwarden	DE		2000	Europe/Berlin	53.56142	8.04371		*Fathrwurth-,*Faþrwurþ-,Fatruwerde [a. 1155],Fedderwarn,Ffedderwurden in Frisia [a. 1420]		06	00	03405	03405000
2927622	Fedderswarf	fedderswarf	DE		0	Europe/Berlin	54.66667	8.81667				10	00	01054	01054093
2927630	Feckweiler	feckweiler	DE		0	Europe/Berlin	49.65227	7.15423				08	00	07134	07134010
2927634	Feckenhausen	feckenhausen	DE		0	Europe/Berlin	48.16766	8.68971				01	083	08325	08325049
2927635	Feckelsberg	feckelsberg	DE		0	Europe/Berlin	50.99723	7.43662		Feckelsberg		07	053	05374	05374008
2927638	Fechsen	fechsen	DE		0	Europe/Berlin	47.74776	10.58892				02	097	09777	09777151
2927640	Fechingen	fechingen	DE		0	Europe/Berlin	49.20063	7.06765				09	00	10041	10041100
2927642	Fechheim	fechheim	DE		0	Europe/Berlin	50.27376	11.11834				02	094	09473	09473151
2927643	Fechenheim	fechenheim	DE		0	Europe/Berlin	50.12608	8.76194		Frankfurt-Fechenheim		05	064	06412	06412000
2927647	Fechenbach	fechenbach	DE		0	Europe/Berlin	49.77206	9.33758		Fechenbach		02	096	09676	09676117
2927648	Fautspach	fautspach	DE		0	Europe/Berlin	48.9472	9.57403				01	081	08119	08119004
2927650	Fautenbach	fautenbach	DE		0	Europe/Berlin	48.624	8.05135				01	083	08317	08317001
2927653	Faustendorf	faustendorf	DE		0	Europe/Berlin	49.26592	12.78449		Faustendorf		02	093	09372	09372112
2927654	Fauserhöhe	fauserhohe	DE		0	Europe/Berlin	48.39929	9.45837				01	084	08415	08415053
2927655	Faurndau	faurndau	DE		0	Europe/Berlin	48.7088	9.61716				01	081	08117	08117026
2927656	Faulungen	faulungen	DE		0	Europe/Berlin	51.19414	10.25953				15	00	16064	16064074
2927660	Faulück	faulueck	DE		0	Europe/Berlin	54.63333	9.86667				10	00	01059	01059068
2927661	Faulmert	faulmert	DE		0	Europe/Berlin	50.94399	7.52379				07	053	05374	05374048
2927663	Faulherrnhof	faulherrnhof	DE		0	Europe/Berlin	48.85766	10.01809				01	081	08136	08136088
2927689	Faule Ort	faule-ort	DE		0	Europe/Berlin	53.41781	12.82207				12	00	13071	13071122
2927690	Faulensiek	faulensiek	DE		0	Europe/Berlin	52.14128	8.93901				07	057	05766	05766036
2927694	Faulenort	faulenort	DE		0	Europe/Berlin	52.33333	8.78333				07	057	05770	05770012
2927696	Faulenhorst	faulenhorst	DE		0	Europe/Berlin	52.65736	11.33212				14	00	15081	15081240
2927699	Faulenfürst	faulenfurst	DE		0	Europe/Berlin	47.8071	8.21542		Faulenfurst,Faulenfürst		01	083	08315	08315102
2927703	Faulenberg	faulenberg	DE		0	Europe/Berlin	49.31143	10.24034				02	095	09571	09571198
2927727	Fauerbach vor der Höhe	fauerbach-vor-der-hoehe	DE		0	Europe/Berlin	50.3874	8.63894		Fauerbach		05	064	06440	06440005
2927728	Fauerbach bei Nidda	fauerbach-bei-nidda	DE		0	Europe/Berlin	50.40541	9.06392		Fauerbach,Fauerbach bei Nidda		05	064	06440	06440016
2927731	Fatting	fatting	DE		0	Europe/Berlin	48.60963	13.40946				02	092	09275	09275151
2927732	Fattigau	fattigau	DE		0	Europe/Berlin	50.24344	11.9362				02	094	09475	09475158
2927733	Fattendorf	fattendorf	DE		0	Europe/Berlin	48.59748	13.57075				02	092	09275	09275150
2927735	Fatschenbrunn	fatschenbrunn	DE		0	Europe/Berlin	49.91994	10.59793				02	096	09674	09674159
2927736	Fastrau	fastrau	DE		0	Europe/Berlin	49.79141	6.77291				08	00	07235	07235022
2927740	Faßrain	fassrain	DE		0	Europe/Berlin	48.03895	12.09573				02	091	09187	09187159
2927741	Fassoldshof	fassoldshof	DE		0	Europe/Berlin	50.11491	11.34484				02	094	09477	09477136
2927742	Faßmannsreuth	fassmannsreuth	DE		0	Europe/Berlin	50.27317	12.11918		Fassmannsreuth,Faßmannsreuth		02	094	09475	09475162
2927744	Fäßleinsberg	fassleinsberg	DE		0	Europe/Berlin	49.23333	11.16667				02	095	09576	09576143
2927747	Fassendorf	fassendorf	DE		0	Europe/Berlin	54.1	10.81667				10	00	01055	01055032
2927754	Fasendorf	fasendorf	DE		0	Europe/Berlin	50.53227	12.02997		Fasendorf		13	00	14523	14523365
2927755	Faselsberg	faselsberg	DE		0	Europe/Berlin	47.60331	13.00549				02	091	09172	09172132
2927756	Fäsekow	faesekow	DE		0	Europe/Berlin	54.0473	12.79667				12	00	13073	13073016
2927759	Fasangarten	fasangarten	DE		0	Europe/Berlin	48.1	11.6				02	091	09162	09162000
2927769	Farwick	farwick	DE		0	Europe/Berlin	52.72601	7.87653				06	00	03453	03453011
2927770	Farwick	farwick	DE		0	Europe/Berlin	52.60189	7.87614				06	00	03459	03459028
2927778	Farve	farve	DE		0	Europe/Berlin	54.28692	10.79312				10	00	01055	01055043
2927780	Farster Bauerschaft	farster-bauerschaft	DE		0	Europe/Berlin	52.46667	9.83333		Farster Bauernschaft,Farster Bauerschaft		06	00	03241	03241008
2927789	Farrenbracken	farrenbracken	DE		0	Europe/Berlin	51.20364	7.19799		Farrenbracken		07	051	05120	05120000
2927794	Farrach	farrach	DE		0	Europe/Berlin	48.03333	12.11667				02	091	09187	09187159
2927796	Farpen	farpen	DE		0	Europe/Berlin	53.96384	11.54367				12	00	13074	13074007
2927801	Farnroda	farnroda	DE		0	Europe/Berlin	50.94107	10.39182		Farnroda		15	00	16063	16063092
2927804	Farnewinkel	farnewinkel	DE		0	Europe/Berlin	54.08022	9.14352				10	00	01051	01051078
2927805	Farnersberg	farnersberg	DE		0	Europe/Berlin	49.08333	9.36667		Farnersberg		01	081	08125	08125098
2927812	Farnbach	farnbach	DE		0	Europe/Berlin	50.77453	10.35754				15	00	16066	16066013
2927813	Farnach	farnach	DE		0	Europe/Berlin	47.84401	12.27352				02	091	09187	09187167
2927815	Farmsen	farmsen	DE		0	Europe/Berlin	53.6	10.11667				04	00	02000	02000000
2927816	Farmsen	farmsen	DE		0	Europe/Berlin	52.16862	10.09111				06	00	03254	03254029
2927818	Farmbeck	farmbeck	DE		0	Europe/Berlin	52.02905	9.03222				07	057	05766	05766024
2927821	Farlage	farlage	DE		0	Europe/Berlin	53.52881	7.73077				06	00	03462	03462019
2927822	Fargemiel	fargemiel	DE		0	Europe/Berlin	54.27944	11.03306				10	00	01055	01055022
2927823	Farge	farge	DE		0	Europe/Berlin	53.20604	8.53742		Farge		03	00	04011	04011000
2927824	Fargau	fargau	DE		0	Europe/Berlin	54.31809	10.37632		Fargau		10	00	01057	01057090
2927829	Farchach	farchach	DE		0	Europe/Berlin	47.9628	11.38124				02	091	09188	09188113
2927834	Fannis	fannis	DE		0	Europe/Berlin	48.23358	8.10064				01	083	08317	08317078
2927835	Fankel	fankel	DE		0	Europe/Berlin	50.13333	7.23333				08	00	07135	07135017
2927838	Fangschleuse	fangschleuse	DE		0	Europe/Berlin	52.4171	13.80359				11	00	12067	12067201
2927845	Fange	fange	DE		0	Europe/Berlin	52.98763	8.71429				06	00	03251	03251037
2927847	Fang	fang	DE		0	Europe/Berlin	48.22303	12.01673				02	091	09177	09177114
2927859	Falshorn	falshorn	DE		0	Europe/Berlin	53.00308	9.7656				06	00	03358	03358021
2927861	Falshöft	falshoeft	DE		0	Europe/Berlin	54.77046	9.95691				10	00	01059	01059147
2927862	Fälsching	falsching	DE		0	Europe/Berlin	48.70234	13.29754		Falsching,Felsching,Fälsching		02	092	09275	09275121
2927865	Falscheide	falscheide	DE		0	Europe/Berlin	52.18362	8.67241				07	057	05758	05758024
2927866	Falscheid	falscheid	DE		0	Europe/Berlin	49.37948	6.89114		Falscheid		09	00	10044	10044112
2927867	Falsbrunn	falsbrunn	DE		0	Europe/Berlin	49.87937	10.59992				02	096	09674	09674187
2927869	Falls	falls	DE		0	Europe/Berlin	50.09994	11.68879				02	094	09472	09472139
2927871	Bad Fallingbostel	bad-fallingbostel	DE		13473	Europe/Berlin	52.86641	9.69558		Bad Falingbostel,Bad Fallingbostel,Bad Fambossel,Bad-Fallingbostel',Fallingbostel,ba te fa ling bo si te er,bad falyng bwstl,bad falynghbwstl,Бад Фалингбостел,Бад-Фаллингбостель,باد فالينغبوستل,باد فالینگ بوستل,巴特法灵博斯特尔	03358	06	00	03358	03358008
2927875	Fallersleben	fallersleben	DE		0	Europe/Berlin	52.41854	10.71631		Fallersleben		06	00	03103	03103000
2927886	Falldorf	falldorf	DE		0	Europe/Berlin	52.89269	8.89302				06	00	03251	03251041
2927891	Fällbach	faellbach	DE		0	Europe/Berlin	50.48634	12.71336		Fallbach,Fällbach		13	00	14521	14521110
2927892	Fall	fall	DE		0	Europe/Berlin	47.56941	11.53232		Fall		02	091	09173	09173135
2927896	Falkenwalde	falkenwalde	DE		0	Europe/Berlin	53.26711	14.00542				11	00	12073	12073578
2927898	Falkenthaler Plan	falkenthaler-plan	DE		0	Europe/Berlin	52.92629	13.30899				11	00	12065	12065198
2927900	Falkenthal	falkenthal	DE		0	Europe/Berlin	52.9031	13.30118				11	00	12065	12065198
2927901	Falkenstruth	falkenstruth	DE		0	Europe/Berlin	51.56501	13.10858				13	00	14730	14730030
2927927	Falkensteig	falkensteig	DE		0	Europe/Berlin	47.94437	8.00129				01	083	08315	08315020
2927929	Falkensee-Nordwest	falkensee-nordwest	DE		0	Europe/Berlin	52.58333	13.06667				11	00	12063	12063080
2927939	Falkenkrug	falkenkrug	DE		0	Europe/Berlin	51.93321	8.89652				07	057	05766	05766020
2927964	Falkenhagen West	falkenhagen-west	DE		0	Europe/Berlin	52.56656	13.0907				11	00	12063	12063080
2927965	Falkenhagen-Ost	falkenhagen-ost	DE		0	Europe/Berlin	52.56195	13.1302				11	00	12063	12063080
2927967	Falkenhagener See	falkenhagener-see	DE		0	Europe/Berlin	52.58333	13.11667				11	00	12063	12063080
2927970	Falkenhagener Alpen	falkenhagener-alpen	DE		0	Europe/Berlin	52.58333	13.08333				11	00	12063	12063080
2927975	Neu Falkenhagen	neu-falkenhagen	DE		0	Europe/Berlin	53.55194	12.69693		Falkenhagen,Neu Falkenhagen		12	00	13071	13071156
2927982	Falken-Gesäß	falken-gesaess	DE		0	Europe/Berlin	49.56029	8.93087				05	064	06437	06437016
2927985	Falkendorf	falkendorf	DE		0	Europe/Berlin	54.23244	10.33959				10	00	01057	01057046
2927986	Falkendorf	falkendorf	DE		0	Europe/Berlin	49.57928	10.8417				02	095	09572	09572114
2927987	Falkendiek	falkendiek	DE		0	Europe/Berlin	52.15952	8.69437		Falkendiek		07	057	05758	05758012
2927991	Falkenburg	falkenburg	DE		0	Europe/Berlin	54.55	13.61667				12	00	13073	13073052
2927992	Falkenburg	falkenburg	DE		0	Europe/Berlin	53.04921	8.48697				06	00	03458	03458005
2928041	Falkenbach	falkenbach	DE		0	Europe/Berlin	50.6441	13.0385		Falkenbach		13	00	14521	14521670
2928042	Falkenbach	falkenbach	DE		0	Europe/Berlin	50.4365	8.2448		Falkenbach		05	065	06533	06533015
2928043	Falkenbach	falkenbach	DE		0	Europe/Berlin	48.8088	13.51589				02	092	09272	09272118
2928044	Falkenauel	falkenauel	DE		0	Europe/Berlin	50.03453	6.20595				08	00	07232	07232213
2928052	Falken	falken	DE		0	Europe/Berlin	51.11623	10.26844		Falken,Flaken		15	00	16063	16063076
2928053	Falken	falken	DE		0	Europe/Berlin	50.84084	12.68928				13	00	14524	14524020
2928055	Falkemich	falkemich	DE		0	Europe/Berlin	50.91783	7.33638				07	053	05378	05378024
2928061	Falchen	falchen	DE		0	Europe/Berlin	47.68333	10.8		Bichlach,Falchen		02	091	09190	09190143
2928063	Falbenthal	falbenthal	DE		0	Europe/Berlin	48.98528	10.84555				02	095	09577	09577173
2928068	Faitzenham	faitzenham	DE		0	Europe/Berlin	48.27372	12.3669				02	091	09183	09183112
2928070	Faistenoy	faistenoy	DE		0	Europe/Berlin	47.63107	10.44707				02	097	09780	09780128
2928072	Faistenoy	faistenoy	DE		0	Europe/Berlin	47.35249	10.26363				02	097	09780	09780133
2928073	Faistenhaar	faistenhaar	DE		0	Europe/Berlin	47.98682	11.71443				02	091	09184	09184114
2928074	Faistenberg	faistenberg	DE		0	Europe/Berlin	48.5502	11.80305				02	091	09178	09178144
2928075	Faistenberg	faistenberg	DE		0	Europe/Berlin	47.80679	11.3776				02	091	09173	09173123
2928076	Faistenau	faistenau	DE		0	Europe/Berlin	47.7257	11.92763				02	091	09182	09182114
2928078	Faislbach	faislbach	DE		0	Europe/Berlin	49.69956	12.42288				02	093	09374	09374123
2928079	Faimingen	faimingen	DE		0	Europe/Berlin	48.56156	10.41006				02	097	09773	09773144
2928082	Failnbach	failnbach	DE		0	Europe/Berlin	48.53238	12.62026		Failnbach,Feilnbach		02	092	09279	09279134
2928089	Fahrtbichl	fahrtbichl	DE		0	Europe/Berlin	47.95654	12.26325				02	091	09187	09187139
2928090	Fahrstedt	fahrstedt	DE		0	Europe/Berlin	53.94682	9.02075				10	00	01051	01051021
2928098	Fahrnham	fahrnham	DE		0	Europe/Berlin	48.71058	13.40175				02	092	09275	09275160
2928099	Fahrndorf	fahrndorf	DE		0	Europe/Berlin	48.83701	12.79876				02	092	09278	09278149
2928101	Fahrnbach	fahrnbach	DE		0	Europe/Berlin	48.92977	13.09416		Fahrnbach,Farnbach		02	092	09276	09276116
2928102	Fahrnbach	fahrnbach	DE		0	Europe/Berlin	48.15677	12.04753				02	091	09177	09177123
2928103	Fahrnau	fahrnau	DE		0	Europe/Berlin	47.66371	7.83849				01	083	08336	08336081
2928105	Fahrn	fahrn	DE		0	Europe/Berlin	51.51781	6.73698				07	051	05112	05112000
2928109	Fährkrug	faehrkrug	DE		0	Europe/Berlin	52.78522	12.02951				14	00	15090	15090270
2928113	Fahring	fahring	DE		0	Europe/Berlin	48.42509	12.18534				02	092	09274	09274118
2928114	Fährhof	faehrhof	DE		0	Europe/Berlin	54.56911	13.25764		Fahre,Fahrhof,Fähre,Fährhof		12	00	13073	13073101
2928115	Fahretoft	fahretoft	DE		0	Europe/Berlin	54.70804	8.79249		Fahretoft		10	00	01054	01054022
2928121	Fahrenhorst	fahrenhorst	DE		0	Europe/Berlin	52.95273	8.71545				06	00	03251	03251037
2928122	Fahrenhorst	fahrenhorst	DE		0	Europe/Berlin	52.57348	10.87595				06	00	03151	03151032
2928130	Fahrenholz	fahrenholz	DE		0	Europe/Berlin	54.01344	12.0274				12	00	13072	13072121
2928131	Fahrenholz	fahrenholz	DE		0	Europe/Berlin	53.74515	13.07489				12	00	13071	13071081
2928132	Fahrenholz	fahrenholz	DE		0	Europe/Berlin	53.45668	13.75014				11	00	12073	12073579
2928133	Fahrenholz	fahrenholz	DE		0	Europe/Berlin	53.36336	10.30353				06	00	03353	03353007
2928134	Fahrenholz	fahrenholz	DE		0	Europe/Berlin	52.81667	9.7				06			
2928135	Fahrenhaupt	fahrenhaupt	DE		0	Europe/Berlin	54.12676	12.56411		Fahrenhaup		12	00	13073	13073055
2928137	Fährendorf	faehrendorf	DE		0	Europe/Berlin	51.3	12.05				14	00	15088	15088020
2928138	Fahrendorf	fahrendorf	DE		0	Europe/Berlin	53.46675	10.34816		Fahrendorf		10	00	01053	01053072
2928139	Fahrendorf	fahrendorf	DE		0	Europe/Berlin	53.43683	9.0804				06	00	03357	03357016
2928140	Fahrendorf	fahrendorf	DE		0	Europe/Berlin	52.7738	10.92693		Fahrendorf		14	00	15081	15081095
2928142	Fahrendahl	fahrendahl	DE		0	Europe/Berlin	53.42354	9.05479				06	00	03357	03357016
2928143	Fahrenbühl	fahrenbuhl	DE		0	Europe/Berlin	50.18914	11.96651				02	094	09479	09479129
2928149	Fahrenberg	fahrenberg	DE		0	Europe/Berlin	47.94738	8.10017				01	083	08315	08315016
2928150	Fahrenberg	fahrenberg	DE		0	Europe/Berlin	50.99371	7.63307		Fahrenberg		07	053	05374	05374040
2928151	Fahrenberg	fahrenberg	DE		0	Europe/Berlin	47.66479	12.13027				02	091	09187	09187157
2928168	Anklamer Fähre	anklamer-faehre	DE		0	Europe/Berlin	53.85	13.81667		Fahre,Fähre		12			
2928166	Fahren	fahren	DE	24253	0	Europe/Berlin	53.84762	11.6022				12	00	13074	13074090
2928171	Fährdorf	faehrdorf	DE		0	Europe/Berlin	53.97343	11.46257				12	00	13074	13074035
2928173	Fährbrücke	faehrbruecke	DE		0	Europe/Berlin	50.64726	12.61809				13	00	14524	14524150
2928174	Fährbrück	fahrbruck	DE		0	Europe/Berlin	49.91936	10.04619				02	096	09679	09679143
2928181	Fahr	fahr	DE		0	Europe/Berlin	50.44744	7.4205		Fahr		08	00	07138	07138045
2928182	Fahr	fahr	DE		0	Europe/Berlin	49.8766	10.16737		Fahr		02	096	09675	09675174
2928183	Fähnrichsstüttem	faehnrichsstuettem	DE		0	Europe/Berlin	51.08346	7.41629				07	053	05374	05374052
2928185	Fahnersdorf	fahnersdorf	DE		0	Europe/Berlin	49.39909	12.54735				02	093	09372	09372154
2928188	Fahnen	fahnen	DE		0	Europe/Berlin	51.60888	8.01775				07	059	05974	05974048
2928189	Fahne	fahne	DE		0	Europe/Berlin	53.43564	7.43556		Fahne,Fahnstermoor		06	00	03452	03452012
2928190	Fahndorf	fahndorf	DE		0	Europe/Berlin	49.06361	12.40994				02	093	09375	09375120
2928191	Fahnbach	fahnbach	DE		0	Europe/Berlin	48.21426	12.87332				02	091	09171	09171118
2928192	Fahn	fahn	DE		0	Europe/Berlin	51.01667	7.08333				07	053	05378	05378004
2928193	Fahls	fahls	DE		0	Europe/Berlin	47.70984	10.35977				02	097	09780	09780120
2928206	Fahlenbach	fahlenbach	DE		0	Europe/Berlin	48.63202	11.57117		Fahlenbach		02	091	09186	09186149
2928207	Fahl	fahl	DE		0	Europe/Berlin	47.85199	7.99564				01	083	08336	08336087
2928208	Faha	faha	DE		362	Europe/Berlin	49.52554	6.48674				09	00	10042	10042114
2928210	Fading	fading	DE		0	Europe/Berlin	47.78744	12.21465				02	091	09187	09187172
2928212	Fadering	fadering	DE		0	Europe/Berlin	48.56041	13.16528		Fadering,Gfadering		02	092	09275	09275117
2928215	Fackenburg	fackenburg	DE		0	Europe/Berlin	53.88372	10.63732				10	00	01055	01055040
2928216	Fachsenfeld	fachsenfeld	DE		0	Europe/Berlin	48.88492	10.04738				01	081	08136	08136088
2928217	Fachingen	fachingen	DE		0	Europe/Berlin	50.36098	7.99299		Fachingen		08	00	07141	07141014
2928218	Fachenliehen	fachenliehen	DE		0	Europe/Berlin	48.10911	12.17919				02	091	09183	09183139
2928219	Fachenfelde	fachenfelde	DE		0	Europe/Berlin	53.38917	10.07608				06	00	03353	03353032
2928220	Fachendorf	fachendorf	DE		0	Europe/Berlin	48.05649	12.38875				02	091	09189	09189142
2928221	Fachendorf	fachendorf	DE		0	Europe/Berlin	47.97901	12.40005				02	091	09189	09189137
2928222	Fachendorf	fachendorf	DE		0	Europe/Berlin	47.83321	11.96317				02	091	09187	09187117
2928228	Fach	fach	DE		0	Europe/Berlin	48.9097	9.92731				01	081	08136	08136049
2928229	Fabrikschleichach	fabrikschleichach	DE		0	Europe/Berlin	49.92349	10.55426				02	096	09674	09674187
2928233	Fabbenstedt	fabbenstedt	DE		0	Europe/Berlin	52.36481	8.58362		Fabbenstedt		07	057	05770	05770008
2928234	Fabach	fabach	DE		0	Europe/Berlin	48.53031	12.97861				02	092	09277	09277126
2928235	Ezelsdorf	ezelsdorf	DE		0	Europe/Berlin	49.32781	11.34768				02	095	09574	09574117
2928236	Ezelheim	ezelheim	DE		0	Europe/Berlin	49.5993	10.40223				02	095	09575	09575165
2928237	Eythra	eythra	DE		0	Europe/Berlin	51.23046	12.29497		Eythra		13	00	14729	14729430
2928241	Eysölden	eysolden	DE		0	Europe/Berlin	49.13079	11.21198				02	095	09576	09576148
2928243	Eyrain	eyrain	DE		0	Europe/Berlin	47.80359	11.90866				02	091	09182	09182123
2928252	Eyershausen	eyershausen	DE		0	Europe/Berlin	51.9234	9.97654				06	00	03254	03254042
2928253	Eyershausen	eyershausen	DE		0	Europe/Berlin	50.31063	10.52702		Eyershausen		02	096	09673	09673141
2928254	Eyerlohe	eyerlohe	DE		0	Europe/Berlin	49.267	10.42098		Eyerlohe		02	095	09571	09571114
2928259	Eyenbach	eyenbach	DE		0	Europe/Berlin	47.54774	9.88935		Eienbach,Eyenbach		02	097	09776	09776129
2928263	Eybburg	eybburg	DE		0	Europe/Berlin	49.10456	10.62902		Eybburg		02	095	09571	09571113
2928266	Eybach	eybach	DE		0	Europe/Berlin	48.63688	9.87431				01	081	08117	08117024
2928267	Eyba	eyba	DE		0	Europe/Berlin	50.60734	11.33607				15	00	16073	16073077
2928269	Eyb	eyb	DE		0	Europe/Berlin	49.29667	10.60188				02	095	09561	09561000
2928270	Eyb	eyb	DE		0	Europe/Berlin	47.87044	9.61058				01	084	08436	08436096
2928271	Eyb	eyb	DE		0	Europe/Berlin	47.66667	9.95				01	084	08436	08436094
2928276	Eyach	eyach	DE		0	Europe/Berlin	47.7686	11.09349				02	091	09190	09190135
2928280	Extum	extum	DE		0	Europe/Berlin	53.46469	7.45171		Extum		06	00	03452	03452001
2928284	Externberg	externberg	DE		0	Europe/Berlin	51.55	7.46667				07	059	05913	05913000
2928286	Exter	exter	DE		0	Europe/Berlin	52.13703	8.77888		Exter		07	057	05758	05758036
2928287	Exten	exten	DE		0	Europe/Berlin	52.17362	9.0996				06	00	03257	03257031
2928288	Exing	exing	DE		0	Europe/Berlin	48.63712	12.78187				02	092	09279	09279113
2928293	Exenbach	exenbach	DE		0	Europe/Berlin	49.11888	13.00049				02	092	09276	09276113
2928294	Exenbach	exenbach	DE		0	Europe/Berlin	48.77157	13.65769				02	092	09272	09272121
2928305	Ewersbach	ewersbach	DE		0	Europe/Berlin	50.83395	8.31156		Bergebersbach,Ewersbach		05	065	06532	06532005
2928307	Ewattingen	ewattingen	DE		0	Europe/Berlin	47.83759	8.44385				01	083	08337	08337127
2928310	Evingsen	evingsen	DE		0	Europe/Berlin	51.30614	7.72932		Evingsen		07	059	05962	05962004
2928311	Evinghoven	evinghoven	DE		0	Europe/Berlin	51.07333	6.69239				07	051	05162	05162028
2928312	Evinghausen	evinghausen	DE		0	Europe/Berlin	52.37666	8.09713				06	00	03459	03459014
2928313	Eving	eving	DE		0	Europe/Berlin	51.55177	7.48087		Eving		07	059	05913	05913000
2928314	Evestorf	evestorf	DE		0	Europe/Berlin	52.27204	9.62214				06	00	03241	03241020
2928316	Eveshausen	eveshausen	DE		0	Europe/Berlin	50.15566	7.39167				08	00	07140	07140202
2928317	Evesen	evesen	DE		0	Europe/Berlin	52.2799	8.9969				06	00	03257	03257009
2928318	Evertsaue	evertsaue	DE		0	Europe/Berlin	51.21667	7.1				07	051	05124	05124000
2928321	Everstorfermoor	everstorfermoor	DE		0	Europe/Berlin	53.26429	9.6163				06	00	03353	03353018
2928323	Everstorf	everstorf	DE		0	Europe/Berlin	53.88348	11.25479				12	00	13074	13074026
2928324	Eversten	eversten	DE		0	Europe/Berlin	53.13164	8.18198				06	00	03403	03403000
2928326	Evershorst	evershorst	DE		0	Europe/Berlin	52.46529	9.71303		Evershost		06	00	03241	03241010
2928329	Eversheide	eversheide	DE		0	Europe/Berlin	52.3	8				06	00	03404	03404000
2928330	Evershagen	evershagen	DE		0	Europe/Berlin	54.1196	12.05642		Ehg		12	00	13003	13003000
2928331	Eversen	eversen	DE		0	Europe/Berlin	53.39822	9.75337				06	00	03353	03353001
2928332	Eversen	eversen	DE		0	Europe/Berlin	53.03752	9.32705				06	00	03357	03357001
2928333	Eversen	eversen	DE		0	Europe/Berlin	52.75544	10.05076		Eversen		06	00	03351	03351004
2928334	Eversen	eversen	DE		0	Europe/Berlin	51.83769	9.12518				07	057	05762	05762028
2928335	Eversdorf	eversdorf	DE		0	Europe/Berlin	53.98688	9.47828				10	00	01061	01061047
2928336	Eversdorf	eversdorf	DE		0	Europe/Berlin	52.81051	11.09538				14	00	15081	15081455
2928340	Eversberg	eversberg	DE		0	Europe/Berlin	51.36809	8.33547		Eversberg,Miaersebiaerg,Miärsebiärg		07	059	05958	05958032
2928341	Eversael	eversael	DE		0	Europe/Berlin	51.54794	6.65568		Eversael		07	051	05170	05170032
2928345	Evern	evern	DE		0	Europe/Berlin	52.31698	10.02468				06	00	03241	03241016
2928346	Everloh	everloh	DE		0	Europe/Berlin	52.33429	9.60445				06	00	03241	03241006
2928349	Everinghausen	everinghausen	DE		0	Europe/Berlin	53.0831	9.17836		Everinghausen		06	00	03357	03357045
2928350	Everinghausen	everinghausen	DE		0	Europe/Berlin	51.26903	7.55721				07	059	05962	05962056
2928354	Evensen	evensen	DE		0	Europe/Berlin	52.57729	9.52532				06	00	03241	03241012
2928355	Evensen	evensen	DE		0	Europe/Berlin	52.00627	10.00365				06	00	03254	03254044
2928358	Evenkamp	evenkamp	DE		0	Europe/Berlin	52.71591	7.68999				06	00	03453	03453011
2928359	Evenkamp	evenkamp	DE		0	Europe/Berlin	51.67026	7.65557				07	059	05978	05978040
2928360	Evenhauserholz	evenhauserholz	DE		0	Europe/Berlin	52.00343	8.71147				07	057	05766	05766048
2928361	Evenhausen	evenhausen	DE		0	Europe/Berlin	52.00084	8.69508				07	057	05766	05766048
2928362	Evenhausen	evenhausen	DE		0	Europe/Berlin	48.02513	12.28814				02	091	09187	09187113
2928363	Evener	evener	DE		0	Europe/Berlin	51.9	7.81667				07	055	05570	05570024
2928364	Evendorf	evendorf	DE		0	Europe/Berlin	53.1509	10.06749				06	00	03353	03353009
2928365	Evenburg	evenburg	DE		0	Europe/Berlin	53.23333	7.5		Evenburg		06	00	03457	03457013
2928366	Eveking	eveking	DE		0	Europe/Berlin	51.23373	7.73673		Eveking		07	059	05962	05962060
2928367	Evchensruh	evchensruh	DE		0	Europe/Berlin	53.29882	12.43025				12	00	13071	13071175
2928369	Euzersdorf	euzersdorf	DE		0	Europe/Berlin	48.63956	13.51166				02	092	09275	09275146
2928373	Eutzen	eutzen	DE		0	Europe/Berlin	52.70359	10.71004				06	00	03151	03151040
2928376	Eutritzsch	eutritzsch	DE		0	Europe/Berlin	51.36675	12.38722				13	00	14713	14713000
2928377	Eutrich	eutrich	DE		0	Europe/Berlin	51.30317	14.28919		Eutrich,Jitk		13	00	14625	14625280
2928379	Eutingen an der Enz	eutingen-an-der-enz	DE		5583	Europe/Berlin	48.91246	8.74898		Entingen,Eutingen,Eutingen an der Enz		01	082	08231	08231000
2928380	Eutingen	eutingen	DE		0	Europe/Berlin	48.4781	8.74975				01	082	08237	08237027
2928382	Eutergrund	eutergrund	DE		0	Europe/Berlin	49.61959	9.06646				05			
2928384	Eutenhofen	eutenhofen	DE		0	Europe/Berlin	49.04608	11.64791				02	093	09373	09373121
2928385	Eutenhofen	eutenhofen	DE		0	Europe/Berlin	48.56309	11.46269				02	091	09186	09186143
2928387	Eutenhausen	eutenhausen	DE		0	Europe/Berlin	47.97295	10.43237				02	097	09778	09778168
2928388	Eutenhausen	eutenhausen	DE		0	Europe/Berlin	47.93526	11.86129				02	091	09187	09187130
2928389	Eutendorf	eutendorf	DE		0	Europe/Berlin	49.02875	9.76921				01	081	08127	08127025
2928395	Eußenhausen	eussenhausen	DE		0	Europe/Berlin	50.46446	10.31799		Eussenhausen,Eußenhausen		02	096	09673	09673142
2928397	Eusching	eusching	DE		0	Europe/Berlin	48.79958	13.04049		Eisching,Eusching		02	092	09271	09271125
2928398	Euschertsfurth	euschertsfurth	DE		0	Europe/Berlin	48.83269	13.14437		Euschertsfurt,Euschertsfurth		02	092	09271	09271130
2928402	Eurishofen	eurishofen	DE		0	Europe/Berlin	47.97292	10.73296				02	097	09777	09777140
2928404	Euren	euren	DE		0	Europe/Berlin	49.74023	6.60896				08	00	07211	07211000
2928405	Eurastetten	eurastetten	DE		0	Europe/Berlin	48.26051	11.19318				02	091	09179	09179117
2928409	Euper	euper	DE		0	Europe/Berlin	51.90033	12.705				14	00	15091	15091375
2928410	Eupel	eupel	DE		0	Europe/Berlin	50.78947	7.78145		Eupel,Eupeln		08	00	07132	07132054
2928414	Eulsbach	eulsbach	DE		0	Europe/Berlin	49.67721	8.76486				05	064	06431	06431015
2928417	Eulo	eulo	DE		0	Europe/Berlin	51.75461	14.61651		Eulo,Wilow,Wiłow		11	00	12071	12071076
2928418	Eulitz	eulitz	DE		0	Europe/Berlin	51.15482	13.3142				13	00	14627	14627180
2928425	Eulersdorf	eulersdorf	DE		0	Europe/Berlin	50.73509	9.4489				05	065	06535	06535006
2928427	Eulenthal	eulenthal	DE		0	Europe/Berlin	50.91721	7.29518				07	053	05378	05378024
2928428	Eulenthal	eulenthal	DE		0	Europe/Berlin	48.47195	11.33644				02	091	09186	09186125
2928429	Eulenthal	eulenthal	DE		0	Europe/Berlin	47.8173	11.94188				02	091	09187	09187129
2928433	Eulenschwang	eulenschwang	DE		0	Europe/Berlin	47.9482	11.55358				02	091	09173	09173120
2928434	Eulenried	eulenried	DE		0	Europe/Berlin	48.58889	11.41587		Eulenried		02	091	09186	09186128
2928435	Eulenloh	eulenloh	DE		0	Europe/Berlin	50.01258	11.94692				02	094	09479	09479161
2928436	Eulenkrug	eulenkrug	DE		0	Europe/Berlin	53.80168	10.88674				12	00	13074	13074094
2928449	Eulenhöfle	eulenhofle	DE		0	Europe/Berlin	48.97182	9.57012				01	081	08119	08119044
2928450	Eulenhof	eulenhof	DE		0	Europe/Berlin	49.24108	11.22416				02	095	09576	09576113
2928451	Eulenhof	eulenhof	DE		0	Europe/Berlin	48.94778	10.89305		Eulenhof		02	095	09577	09577173
2928452	Eulenhof	eulenhof	DE		0	Europe/Berlin	48.92413	9.63153				01	081	08119	08119037
2928453	Eulenhof	eulenhof	DE		0	Europe/Berlin	48.8924	10.66866				02	097	09779	09779188
2928457	Eulenhammer	eulenhammer	DE		0	Europe/Berlin	50.23656	12.0623				02	094	09475	09475162
2928460	Eulendorf	eulendorf	DE		0	Europe/Berlin	50.93344	13.14161				13	00	14522	14522230
2928461	Eulenbusch	eulenbusch	DE		0	Europe/Berlin	51.10691	6.12828				07	053	05370	05370036
2928462	Eulenbruch	eulenbruch	DE		0	Europe/Berlin	50.78964	7.62524				07	053	05382	05382076
2928496	Eulenau	eulenau	DE		0	Europe/Berlin	51.56245	13.04008				13	00	14730	14730030
2928497	Eulenau	eulenau	DE		0	Europe/Berlin	47.81596	12.01542				02	091	09187	09187129
2928498	Eulen	eulen	DE		0	Europe/Berlin	51.06667	7.23333				07	053	05378	05378012
2928500	Euldorf	euldorf	DE		0	Europe/Berlin	51.0033	14.76496		Euldorf		13	00	14626	14626180
2928501	Eulau	eulau	DE		0	Europe/Berlin	51.18035	11.8552				14	00	15084	15084355
2928502	Eulau	eulau	DE		0	Europe/Berlin	51.15845	12.24413				13	00	14729	14729100
2928505	Eula	eula	DE		0	Europe/Berlin	51.15096	12.51541		Eula		13	00	14729	14729050
2928506	Eula	eula	DE		0	Europe/Berlin	51.05564	13.33312				13	00	14627	14627180
2928507	Eula	eula	DE		0	Europe/Berlin	50.72962	12.16091				15	00	16076	16076004
2928509	Eugenienberg	eugenienberg	DE		0	Europe/Berlin	53.8988	13.12594				12	00	13071	13071136
2928510	Eugenbach	eugenbach	DE		0	Europe/Berlin	48.54732	12.08532				02	092	09274	09274113
2928511	Eufnach	eufnach	DE		0	Europe/Berlin	47.79384	10.41821				02	097	09780	09780147
2928512	Eufingen	eufingen	DE		0	Europe/Berlin	50.33113	8.18445				05	065	06533	06533008
2928513	Euerwang	euerwang	DE		0	Europe/Berlin	49.01637	11.31894		Euerwang		02	095	09576	09576122
2928514	Euersdorf	euersdorf	DE		0	Europe/Berlin	49.03646	12.6354		Euersdorf,Euerstorf		02	092	09278	09278179
2928515	Euernbach	euernbach	DE		0	Europe/Berlin	48.51129	11.40666		Euernbach		02	091	09186	09186151
2928516	Euerhausen	euerhausen	DE		0	Europe/Berlin	49.61167	9.94889				02	096	09679	09679138
2928517	Euerfeld	euerfeld	DE		0	Europe/Berlin	49.82327	10.10687		Euerfeld		02	096	09675	09675117
2928521	Euenheim	euenheim	DE		0	Europe/Berlin	50.65194	6.75374		Euenheim		07	053	05366	05366016
2928522	Euelsloch	euelsloch	DE		0	Europe/Berlin	50.88067	7.71385		Euelsloch		07	053	05374	05374028
2928524	Eueln	eueln	DE		0	Europe/Berlin	50.93138	7.64196				07	053	05374	05374040
2928526	Euel	euel	DE		0	Europe/Berlin	50.95559	7.75533				07	053	05374	05374040
2928527	Eue	eue	DE		0	Europe/Berlin	52.21435	8.31457				06	00	03459	03459024
2928529	Eudorf	eudorf	DE		0	Europe/Berlin	50.76694	9.29058				05	065	06535	06535001
2928531	Eudenbach	eudenbach	DE		0	Europe/Berlin	50.68787	7.33767				07	053	05382	05382024
2928533	Euchen	euchen	DE		0	Europe/Berlin	50.84367	6.16153				07	053	05334	05334036
2928535	Eubigheim	eubigheim	DE		0	Europe/Berlin	49.5005	9.53868		Eubigheim		01	081	08128	08128138
2928536	Eubenberg	eubenberg	DE		0	Europe/Berlin	50.59062	12.0994				15	00	16076	16076022
2928537	Euben	euben	DE		0	Europe/Berlin	49.98486	11.57293				02	094	09472	09472119
2928539	Eubach	eubach	DE		0	Europe/Berlin	51.08415	9.62997		Eubach		05	066	06634	06634015
2928540	Eubabrunn	eubabrunn	DE		0	Europe/Berlin	50.30096	12.38084		Eubabrunn		13	00	14523	14523200
2928541	Euba	euba	DE		0	Europe/Berlin	50.83906	13.02399		Euba		13	00	14511	14511000
2928542	Etzwihl	etzwihl	DE		0	Europe/Berlin	47.61906	8.10294				01	083	08337	08337002
2928543	Etzweiler	etzweiler	DE		0	Europe/Berlin	50.90522	6.55773		Etzweiler		07	053	05362	05362016
2928544	Etzoldshain	etzoldshain	DE		0	Europe/Berlin	51.16021	12.66466		Etzoldshain		13	00	14729	14729010
2928545	Etzoldshain	etzoldshain	DE		0	Europe/Berlin	51.09452	12.21249				14	00	15084	15084130
2928548	Etzmannshof	etzmannshof	DE		0	Europe/Berlin	49.52288	11.72967				02	093	09371	09371151
2928549	Etzmanning	etzmanning	DE		0	Europe/Berlin	48.31609	12.50671				02	091	09183	09183130
2928550	Etzlinsweiler	etzlinsweiler	DE		0	Europe/Berlin	49.2494	9.73942				01	081	08126	08126046
2928551	Etzlenswenden	etzlenswenden	DE		0	Europe/Berlin	49.0753	9.37434		Etzlenswenden		01	081	08125	08125008
2928552	Etzlensberg	etzlensberg	DE		0	Europe/Berlin	47.79181	10.73124				02	097	09777	09777118
2928557	Etzhorn	etzhorn	DE		0	Europe/Berlin	53.18608	8.24286				06	00	03403	03403000
2928559	Etzham	etzham	DE		0	Europe/Berlin	48.23954	12.38537				02	091	09183	09183120
2928560	Etzgersrieth	etzgersrieth	DE		0	Europe/Berlin	49.56073	12.38136		Etzgersrieth		02	093	09374	09374137
2928562	Etzenrot	etzenrot	DE		0	Europe/Berlin	48.91212	8.46642				01	082	08215	08215110
2928566	Etzenhofen	etzenhofen	DE		0	Europe/Berlin	49.31258	6.91443				09	00	10041	10041515
2928567	Etzenhausen	etzenhausen	DE		0	Europe/Berlin	48.7133	12.60344				02	092	09279	09279132
2928568	Etzenhausen	etzenhausen	DE		0	Europe/Berlin	48.27	11.43956				02	091	09174	09174115
2928569	Etzen-Gesäß	etzen-gesaess	DE		0	Europe/Berlin	49.76028	8.99833				05	064	06437	06437001
2928570	Etzendorf	etzendorf	DE		0	Europe/Berlin	49.03491	13.04969				02	092	09276	09276118
2928572	Etzenborn	etzenborn	DE		0	Europe/Berlin	51.46171	10.16459				06	00	03159	03159015
2928573	Etzenberg	etzenberg	DE		0	Europe/Berlin	48.31976	12.81639				02	092	09277	09277153
2928574	Etzenberg	etzenberg	DE		0	Europe/Berlin	48.09939	12.04773				02	091	09175	09175137
2928579	Etzenbach	etzenbach	DE		0	Europe/Berlin	48.79657	11.84392				02	092	09273	09273119
2928580	Etzenbach	etzenbach	DE		0	Europe/Berlin	47.86425	7.75954				01	083	08315	08315108
2928582	Etzen	etzen	DE		0	Europe/Berlin	53.12548	10.19067				06	00	03355	03355002
2928585	Etzelskirchen	etzelskirchen	DE		0	Europe/Berlin	49.71656	10.81802				02	095	09572	09572135
2928586	Etzelhof	etzelhof	DE		0	Europe/Berlin	49.45068	12.1325				02	093	09376	09376144
2928588	Etzelbach	etzelbach	DE		0	Europe/Berlin	50.73549	11.43275				15	00	16073	16073109
2928589	Etzelbach	etzelbach	DE		0	Europe/Berlin	50.53547	7.86861				08	00	07143	07143203
2928590	Etzel	etzel	DE		0	Europe/Berlin	53.46623	7.90305				06	00	03462	03462005
2928591	Etzean	etzean	DE		0	Europe/Berlin	49.58931	8.96695				05	064	06437	06437016
2928593	Etzdorf	etzdorf	DE		0	Europe/Berlin	51.43022	11.75984				14	00	15088	15088365
2928594	Etzdorf	etzdorf	DE		0	Europe/Berlin	51.04953	13.17898		Etzdorf		13	00	14522	14522540
2928595	Etzdorf	etzdorf	DE		0	Europe/Berlin	50.97696	11.94294				15	00	16074	16074039
2928596	Etzdorf	etzdorf	DE		0	Europe/Berlin	49.75566	11.32347				02	094	09474	09474129
2928601	Etz	etz	DE		0	Europe/Berlin	53.63787	9.76105		Appen-Etz,Etz		10	00	01056	01056001
2928602	Etwashausen	etwashausen	DE		0	Europe/Berlin	49.73059	10.18528				02	096	09675	09675141
2928606	Ettmarshausen	ettmarshausen	DE		0	Europe/Berlin	50.80179	10.26693				15	00	16063	16063004
2928607	Ettmannsweiler	ettmannsweiler	DE		0	Europe/Berlin	48.61515	8.54929				01	082	08235	08235066
2928609	Ettmannsdorf	ettmannsdorf	DE		0	Europe/Berlin	49.32759	12.08665				02	093	09376	09376161
2928610	Ettmannsdorf	ettmannsdorf	DE		0	Europe/Berlin	49.11845	12.4968				02	093	09372	09372125
2928612	Ettlishofen	ettlishofen	DE		0	Europe/Berlin	48.381	10.19497				02	097	09774	09774119
2928613	Ettlis	ettlis	DE		0	Europe/Berlin	47.64864	10.25438				02	097	09780	09780143
2928614	Ettlingenweier	ettlingenweier	DE		0	Europe/Berlin	48.92848	8.38935		Ettlingenweier,Ettlingenweiler		01	082	08215	08215017
2928616	Ettling	ettling	DE		0	Europe/Berlin	48.81752	11.66448				02	091	09176	09176153
2928617	Ettling	ettling	DE		0	Europe/Berlin	48.69397	12.80605				02	092	09279	09279137
2928619	Ettlenschieß	ettlenschiess	DE		0	Europe/Berlin	48.56383	9.92473				01	084	08425	08425075
2928620	Ettleben	ettleben	DE		0	Europe/Berlin	49.98405	10.12274		Ettleben		02	096	09678	09678193
2928622	Ettisweiler	ettisweiler	DE		0	Europe/Berlin	47.99033	9.24073		Ettisweiler		01	084	08437	08437065
2928623	Ettishofen	ettishofen	DE		0	Europe/Berlin	47.82635	9.59687				01	084	08436	08436013
2928624	Ettischleben	ettischleben	DE		0	Europe/Berlin	50.83805	11.0359				15	00	16070	16070004
2928625	Ettingshausen	ettingshausen	DE		0	Europe/Berlin	50.5562	8.90854				05	065	06531	06531016
2928627	Ettingerhof	ettingerhof	DE		0	Europe/Berlin	51.49477	8.47771				07	059	05974	05974036
2928629	Ettingen	ettingen	DE		0	Europe/Berlin	47.71379	7.60278				01	083	08336	08336045
2928630	Etting	etting	DE		0	Europe/Berlin	48.80526	11.40442				02	091	09161	09161000
2928631	Etting	etting	DE		0	Europe/Berlin	48.65181	11.00647				02	097	09779	09779201
2928632	Etting	etting	DE		0	Europe/Berlin	47.79673	11.16499		Etting		02	091	09190	09190142
2928633	Ettikon	ettikon	DE		0	Europe/Berlin	49.61667	8.26667				08	00	07319	07319000
2928634	Ettiching	ettiching	DE		0	Europe/Berlin	48.30962	12.50582				02	091	09183	09183130
2928635	Etterzhausen	etterzhausen	DE		0	Europe/Berlin	49.03363	11.97884		Etterzhausen		02	093	09375	09375175
2928636	Etterwinden	etterwinden	DE		0	Europe/Berlin	50.89461	10.29699				15	00	16063	16063003
2928637	Ettersdorf	ettersdorf	DE		0	Europe/Berlin	50.39658	7.87918				08	00	07143	07143048
2928638	Ettersdorf	ettersdorf	DE		0	Europe/Berlin	49.0191	12.36453				02	093	09375	09375209
2928639	Ettersdorf	ettersdorf	DE		0	Europe/Berlin	48.77403	12.26357				02	092	09278	09278148
2928640	Etterschlag	etterschlag	DE		0	Europe/Berlin	48.08668	11.20116				02	091	09188	09188145
2928644	Ettersbach	ettersbach	DE		0	Europe/Berlin	48.09303	8.05262				01	083	08316	08316042
2928646	Ettensweiler	ettensweiler	DE		0	Europe/Berlin	47.68561	9.7748				01	084	08436	08436081
2928648	Ettensberg	ettensberg	DE		0	Europe/Berlin	47.75484	10.22917				02	097	09780	09780146
2928649	Ettensberg	ettensberg	DE		0	Europe/Berlin	47.64846	10.21595				02	097	09780	09780144
2928650	Ettensberg	ettensberg	DE		0	Europe/Berlin	47.54416	10.24808				02	097	09780	09780115
2928651	Ettenkofen	ettenkofen	DE		0	Europe/Berlin	48.72834	12.45377				02	092	09279	09279127
2928652	Ettenkofen	ettenkofen	DE		0	Europe/Berlin	48.72615	12.13477				02	092	09274	09274153
2928653	Ettenkofen	ettenkofen	DE		0	Europe/Berlin	48.64542	12.09837				02	092	09274	09274141
2928654	Ettenkirch	ettenkirch	DE		0	Europe/Berlin	47.70866	9.51677		Ettenkirch		01	084	08435	08435016
2928656	Ettenheimweiler	ettenheimweiler	DE		0	Europe/Berlin	48.23714	7.82026				01	083	08317	08317026
2928657	Ettenheimmünster	ettenheimmunster	DE		0	Europe/Berlin	48.24136	7.88583		Ettenheimmunster,Ettenheimmünster		01	083	08317	08317026
2928660	Ettenhausen	ettenhausen	DE		0	Europe/Berlin	50.97416	10.47432				15	00	16063	16063098
2928661	Ettenhausen	ettenhausen	DE		514	Europe/Berlin	50.88004	10.23215		Ettenhausen		15	00	16063	16063003
2928662	Ettenhausen	ettenhausen	DE		0	Europe/Berlin	49.35361	9.87704				01	081	08127	08127075
2928663	Ettenhausen	ettenhausen	DE		0	Europe/Berlin	47.70981	12.38544				02	091	09189	09189141
2928665	Ettendorf	ettendorf	DE		0	Europe/Berlin	47.87591	12.65207				02	091	09189	09189148
2928666	Ettenbüttel	ettenbuettel	DE		0	Europe/Berlin	52.49912	10.41306				06	00	03151	03151018
2928668	Ettenbostel	ettenbostel	DE		0	Europe/Berlin	52.8	9.71667				06			
2928670	Ettenbeuren	ettenbeuren	DE		0	Europe/Berlin	48.37324	10.36491				02	097	09774	09774145
2928675	Ettelscheid	ettelscheid	DE		0	Europe/Berlin	50.53308	6.44362				07	053	05366	05366036
2928678	Ettelried	ettelried	DE		0	Europe/Berlin	48.33891	10.54945				02	097	09772	09772131
2928679	Etteln	etteln	DE		0	Europe/Berlin	51.62903	8.76087		Etlinun,Etlīnun,Etteln		07	057	05774	05774012
2928686	Etsdorf	etsdorf	DE		0	Europe/Berlin	49.4425	12.01224		Etsdorf		02	093	09371	09371122
2928689	Etscheid	etscheid	DE		0	Europe/Berlin	50.6294	7.40723				08	00	07138	07138044
2928694	Etlaswind	etlaswind	DE		0	Europe/Berlin	49.60965	11.19524				02	094	09474	09474140
2928704	Etelsen	etelsen	DE		0	Europe/Berlin	52.99688	9.12297		Etelsen		06	00	03361	03361006
2928708	Estrup	estrup	DE		0	Europe/Berlin	54.71607	9.53884				10	00	01059	01059116
2928709	Estringen	estringen	DE		0	Europe/Berlin	52.47368	7.35579				06	00	03454	03454032
2928713	Estinghausen	estinghausen	DE		0	Europe/Berlin	51.3743	7.94364		Estinghausen		07	059	05958	05958044
2928714	Esting	esting	DE		0	Europe/Berlin	48.20019	11.30759				02	091	09179	09179142
2928719	Esterndorf	esterndorf	DE		0	Europe/Berlin	48.59697	12.95297				02	092	09277	09277142
2928720	Esterndorf	esterndorf	DE		0	Europe/Berlin	48.2686	12.0877				02	091	09177	09177115
2928721	Esterndorf	esterndorf	DE		0	Europe/Berlin	48.02811	11.83906				02	091	09175	09175131
2928722	Esterndorf	esterndorf	DE		0	Europe/Berlin	48.00457	12.09153				02	091	09175	09175136
2928723	Esterndorf	esterndorf	DE		0	Europe/Berlin	47.86662	11.83906				02	091	09182	09182137
2928724	Estern-Büren	estern-bueren	DE		0	Europe/Berlin	51.98333	6.98333				07	055	05554	05554056
2928725	Estern	estern	DE		0	Europe/Berlin	51.95282	6.96006				07	055	05554	05554016
2928727	Esterholz	esterholz	DE		0	Europe/Berlin	52.91802	10.61718				06	00	03360	03360030
2928729	Esterhofen	esterhofen	DE		0	Europe/Berlin	48.36165	11.4488				02	091	09174	09174150
2928732	Esterfeld	esterfeld	DE		0	Europe/Berlin	52.69622	7.26456				06	00	03454	03454035
2928736	Ester	ester	DE		0	Europe/Berlin	51.75	7.83333				07	055	05570	05570004
2928737	Ester	ester	DE		0	Europe/Berlin	47.90999	12.04857				02	091	09187	09187137
2928741	Estebrügge	estebruegge	DE		0	Europe/Berlin	53.51018	9.72869				06	00	03359	03359028
2928746	Eßmannsdorf	essmannsdorf	DE		0	Europe/Berlin	51.31667	11.38333				15	00	16065	16065087
2928754	Eßleben	essleben	DE		0	Europe/Berlin	51.15167	11.4616				15	00	16068	16068063
2928755	Eßleben	essleben	DE		0	Europe/Berlin	49.94477	10.07891				02	096	09678	09678193
2928757	Essinghausen	essinghausen	DE		0	Europe/Berlin	51.04458	7.78347				07	059	05966	05966008
2928758	Essinghausen	essinghausen	DE		0	Europe/Berlin	52.33167	10.2669		Eseckshussen [a. 1543],Eseckshußen [a. 1543],Esekeshusen [a. 1311],Esekhousen		06	00	03157	03157006
2928767	Essig	essig	DE		0	Europe/Berlin	50.65808	6.88839		Essig		07	053	05382	05382064
2928768	Eßhoff	esshoff	DE		0	Europe/Berlin	51.40134	8.46966				07	059	05958	05958012
2928769	Eßfleth	essfleth	DE		0	Europe/Berlin	53.73333	9.45				10	00	01061	01061118
2928770	Eßfeld	essfeld	DE		0	Europe/Berlin	49.67196	9.95985				02	096	09679	09679138
2928771	Essershausen	essershausen	DE		0	Europe/Berlin	50.45723	8.32618				05	065	06533	06533018
2928773	Essern	essern	DE		0	Europe/Berlin	52.458	8.74872				06	00	03256	03256004
2928774	Esserden	esserden	DE		0	Europe/Berlin	51.76983	6.37463		Esserden		07	051	05154	05154044
2928775	Esseratsweiler	esseratsweiler	DE		0	Europe/Berlin	47.61509	9.71407		Esseratsweiler		01	084	08436	08436001
2928779	Essentho	essentho	DE		0	Europe/Berlin	51.48041	8.83161		Asnithi,Essentho		07	059	05958	05958024
2928785	Essenrode	essenrode	DE		0	Europe/Berlin	52.37029	10.63433		Essenrode		06	00	03154	03154014
2928797	Essenerberg	essenerberg	DE		0	Europe/Berlin	52.30437	8.32347				06	00	03459	03459003
2928798	Essendorf	essendorf	DE		0	Europe/Berlin	48.31215	10.00429				01	084	08425	08425138
2928801	Essenberg	essenberg	DE		0	Europe/Berlin	51.43958	6.70495				07	051	05112	05112000
2928912	Esenhausen	esenhausen	DE		0	Europe/Berlin	47.86393	9.44187				01	084	08436	08436083
2928921	Eselsheide	eselsheide	DE		0	Europe/Berlin	51.86964	8.65716		Eselheide,Eselsheide		07	057	05754	05754036
2928811	Essemühle	essemuehle	DE		0	Europe/Berlin	52.76772	8.47698		Essenmuhle,Essenmühle		06	00	03251	03251042
2928812	Esselt	esselt	DE		0	Europe/Berlin	51.70861	6.69968				07	051	05170	05170016
2928813	Essellbrunn	essellbrunn	DE		0	Europe/Berlin	49.57215	9.58977		Esselbrunn,Essellbrunn		01	081	08128	08128061
2928817	Esselberg	esselberg	DE		0	Europe/Berlin	49.03887	11.26838		Esselberg		02	095	09576	09576122
2928823	Esseite	esseite	DE		0	Europe/Berlin	52.2	7.03333				07	055	05554	05554020
2928824	Essehof	essehof	DE		0	Europe/Berlin	52.30648	10.65895				06	00	03154	03154014
2928829	Eßbaum	essbaum	DE		0	Europe/Berlin	47.76466	12.19723				02	091	09187	09187172
2928838	Esprehm	esprehm	DE		0	Europe/Berlin	54.4688	9.62715				10	00	01059	01059032
2928840	Espol	espol	DE		0	Europe/Berlin	51.70055	9.78215		Espol		06	00	03155	03155005
2928841	Esplingerode	esplingerode	DE		0	Europe/Berlin	51.53338	10.19407		Esplingerode,Esplingerrode		06	00	03159	03159010
2928844	Esperstoftfeld	esperstoftfeld	DE		0	Europe/Berlin	54.56546	9.38466				10	00	01059	01059079
2928845	Esperstoft	esperstoft	DE		0	Europe/Berlin	54.55059	9.33951				10	00	01059	01059079
2928848	Espern	espern	DE		0	Europe/Berlin	53.22301	7.82468				06	00	03451	03451001
2928850	Esperke	esperke	DE		0	Europe/Berlin	52.63275	9.60703				06	00	03241	03241012
2928852	Esperde	esperde	DE		0	Europe/Berlin	52.02662	9.51244				06	00	03252	03252005
2928855	Espensteig	espensteig	DE		0	Europe/Berlin	49.3981	7.71275				08	00	07312	07312000
2928856	Espenscheid	espenscheid	DE		0	Europe/Berlin	50.11179	7.90405				05	064	06439	06439010
2928857	Espenlohe	espenlohe	DE		0	Europe/Berlin	48.8087	11.10769				02	091	09176	09176166
2928863	Espenfeld	espenfeld	DE		0	Europe/Berlin	50.80973	10.89441		Espenfeld		15	00	16070	16070004
2928869	Espen	espen	DE		0	Europe/Berlin	51.43333	7.3				07	059	05954	05954036
2928872	Espeln	espeln	DE		0	Europe/Berlin	51.82211	8.59269		Espeln		07	057	05774	05774024
2928873	Espelkamp-Mittwald	espelkamp-mittwald	DE		0	Europe/Berlin	52.38333	8.63333		Espelkamp-Mittwald,Mittwald		07	057	05770	05770008
2928875	Espel	espel	DE		0	Europe/Berlin	52.34691	7.74054				07	055	05566	05566072
2928876	Espel	espel	DE		0	Europe/Berlin	52.53199	7.48387		Espel		06	00	03454	03454028
2928879	Espe	espe	DE		0	Europe/Berlin	53.85	9.58333				10	00	01061	01061041
2928880	Espasingen	espasingen	DE		0	Europe/Berlin	47.82121	9.01342		Espasingen		01	083	08335	08335079
2928884	Espachweiler	espachweiler	DE		0	Europe/Berlin	48.94106	10.09165				01	081	08136	08136019
2928885	Espa	espa	DE		0	Europe/Berlin	50.42263	8.59577				05	065	06531	06531009
2928889	Esmark	esmark	DE		0	Europe/Berlin	54.67845	9.60093				10	00	01059	01059185
2928896	Esklum	esklum	DE		0	Europe/Berlin	53.21113	7.44223				06	00	03457	03457022
2928897	Esking	esking	DE		0	Europe/Berlin	52.01741	7.37278				07	055	05558	05558008
2928899	Esinghausen	esinghausen	DE		0	Europe/Berlin	50.94012	7.40165				07	053	05382	05382036
2928901	Esingen	esingen	DE		0	Europe/Berlin	53.68472	9.72898				10	00	01056	01056048
2928902	Esingen	esingen	DE		0	Europe/Berlin	49.57611	6.41902				08	00	07235	07235104
2928903	Esing	esing	DE		0	Europe/Berlin	54.31667	8.66667				10	00	01054	01054134
2928904	Esgrusschauby	esgrusschauby	DE		0	Europe/Berlin	54.70963	9.80882				10	00	01059	01059109
2928907	Esenshammer Oberdeich	esenshammer-oberdeich	DE		0	Europe/Berlin	53.44451	8.41767				06	00	03461	03461007
2928908	Esenshammergroden	esenshammergroden	DE		0	Europe/Berlin	53.463	8.403				06	00	03461	03461007
2928909	Esenshammer Altendeich	esenshammer-altendeich	DE		0	Europe/Berlin	53.47031	8.40477				06	00	03461	03461007
2928910	Esenshamm	esenshamm	DE		0	Europe/Berlin	53.44876	8.43827				06	00	03461	03461007
2928923	Eselshalden	eselshalden	DE		0	Europe/Berlin	48.85726	9.59091				01	081	08119	08119084
2928925	Eselsfürth	eselsfuerth	DE		0	Europe/Berlin	49.46111	7.82444				08	00	07312	07312000
2928927	Eselsburg	eselsburg	DE		0	Europe/Berlin	51.26667	14.1				13	00	14625	14625250
2928928	Eselsburg	eselsburg	DE		0	Europe/Berlin	48.59937	10.1866				01	081	08135	08135020
2928929	Eselsberg	eselsberg	DE		0	Europe/Berlin	51.38412	14.61657		Eselsberg,Woslica hora,Wósliča hora		13	00	14626	14626060
2928946	Eseloh	eseloh	DE		0	Europe/Berlin	51.09177	7.77395				07	059	05962	05962036
2928947	Eselhof	eselhof	DE		0	Europe/Berlin	48.56249	9.65059				01	081	08117	08117035
2928949	Eselgrund	eselgrund	DE		0	Europe/Berlin	48.31454	8.36331				01	083	08325	08325050
2928957	Esebeck	esebeck	DE		0	Europe/Berlin	51.56401	9.84558				06	00	03159	03159016
2928959	Eschweiler über Feld	eschweiler-ueber-feld	DE		0	Europe/Berlin	50.81197	6.58542		Eschweiler,Eschweiler uber Feld,Eschweiler über Feld		07	053	05358	05358052
2928960	Eschweilerhof	eschweilerhof	DE		0	Europe/Berlin	49.30053	7.20725				09	00	10043	10043114
2928965	Eschweide	eschweide	DE		0	Europe/Berlin	50.55246	6.19611				07	053	05334	05334020
2928971	Eschringen	eschringen	DE		0	Europe/Berlin	49.18894	7.10149		Eschringen		09	00	10041	10041100
2928974	Eschollbrücken	eschollbruecken	DE		0	Europe/Berlin	49.81141	8.56695				05	064	06432	06432018
2928975	Eschmar	eschmar	DE		0	Europe/Berlin	50.79318	7.11028		Eschmar		07	053	05382	05382068
2928976	Eschlspitz	eschlspitz	DE		0	Europe/Berlin	48.78153	12.48775				02	092	09278	09278146
2928977	Eschlohn	eschlohn	DE		0	Europe/Berlin	51.96233	6.87942				07	055	05554	05554060
2928980	Eschlipp	eschlipp	DE		0	Europe/Berlin	49.80465	11.14477				02	094	09474	09474121
2928981	Eschling	eschling	DE		0	Europe/Berlin	48.66905	11.02683				02	091	09185	09185125
2928983	Eschle	eschle	DE		0	Europe/Berlin	47.76667	9.36667				01	084	08435	08435067
2928984	Eschlberg	eschlberg	DE		0	Europe/Berlin	48.16018	12.75696				02	091	09171	09171113
2928986	Eschlbach	eschlbach	DE		0	Europe/Berlin	48.78699	12.49198				02	092	09278	09278146
2928987	Eschlbach	eschlbach	DE		0	Europe/Berlin	48.67554	12.91532				02	092	09271	09271141
2928988	Eschlbach	eschlbach	DE		0	Europe/Berlin	48.5964	12.36813				02	092	09279	09279130
2928989	Eschlbach	eschlbach	DE		0	Europe/Berlin	48.47974	13.14031				02	092	09275	09275125
2928990	Eschlbach	eschlbach	DE		0	Europe/Berlin	48.34718	12.44803				02	091	09183	09183143
2928991	Eschlbach	eschlbach	DE		0	Europe/Berlin	48.3203	12.03475				02	091	09177	09177113
2928992	Eschlbach	eschlbach	DE		0	Europe/Berlin	48.04555	12.14075				02	091	09187	09187159
2928997	Eschhüsen	eschhuesen	DE		0	Europe/Berlin	52.43333	7.63333				07	055	05566	05566020
2929000	Eschhofen	eschhofen	DE		0	Europe/Berlin	50.39028	8.10653				05	065	06533	06533009
2929001	Eschhausen	eschhausen	DE		0	Europe/Berlin	51.09413	7.1586				07	053	05378	05378008
2929004	Eschertshofen	eschertshofen	DE		0	Europe/Berlin	49.30565	11.57307				02	093	09373	09373153
2929005	Eschert	eschert	DE		0	Europe/Berlin	51.27413	6.46004				07	051	05166	05166036
2929006	Eschersheim	eschersheim	DE		0	Europe/Berlin	50.15524	8.66032		Frankfurt-Eschersheim		05	064	06412	06412000
2929010	Eschers	eschers	DE		0	Europe/Berlin	47.84563	10.38002				02	097	09777	09777176
2929012	Escherode	escherode	DE		0	Europe/Berlin	51.32565	9.66408		Escherode		06	00	03159	03159034
2929014	Escherndorf	escherndorf	DE		0	Europe/Berlin	49.86301	10.17506		Escherndorf		02	096	09675	09675174
2929015	Escherlich	escherlich	DE		0	Europe/Berlin	50.02499	11.70463				02	094	09472	09472116
2929025	Escher	escher	DE		0	Europe/Berlin	52.23726	9.26714				06	00	03257	03257003
2929026	Eschenthal	eschenthal	DE		0	Europe/Berlin	50.44271	11.21946		Eschenthal		15	00	16072	16072018
2929028	Eschental	eschental	DE		0	Europe/Berlin	49.20552	9.73879		Eschental		01	081	08126	08126047
2929029	Eschenstruth	eschenstruth	DE		0	Europe/Berlin	51.22799	9.66359		Eschenstruth		05	066	06633	06633012
2929030	Eschenstruet	eschenstruet	DE		0	Europe/Berlin	49.0257	9.53984				01	081	08119	08119075
2929034	Eschenrod	eschenrod	DE		0	Europe/Berlin	50.47832	9.15804				05	065	06535	06535016
2929035	Eschenried	eschenried	DE		0	Europe/Berlin	48.21747	11.41179				02	091	09174	09174113
2929036	Eschenrath	eschenrath	DE		0	Europe/Berlin	51.21236	6.30828				07	051	05166	05166024
2929040	Eschenloh	eschenloh	DE		0	Europe/Berlin	48.67923	12.032				02	092	09274	09274176
2929043	Eschenhof	eschenhof	DE		0	Europe/Berlin	49.3235	9.71552				01	081	08126	08126039
2929046	Eschenhausen	eschenhausen	DE		0	Europe/Berlin	52.83953	8.75173				06	00	03251	03251007
2929047	Eschenhart	eschenhart	DE		0	Europe/Berlin	48.74945	11.90955				02	092	09273	09273181
2929049	Eschenhahn	eschenhahn	DE		0	Europe/Berlin	50.19011	8.23652				05	064	06439	06439008
2929050	Eschengrund	eschengrund	DE		0	Europe/Berlin	48.00854	8.2126				01	083	08326	08326068
2929053	Eschenfelden	eschenfelden	DE		0	Europe/Berlin	49.58016	11.61628		Eschenfelden		02	093	09371	09371128
2929054	Eschendorf	eschendorf	DE		0	Europe/Berlin	52.27845	7.47647		Eschendorf		07	055	05566	05566076
2929055	Eschendorf	eschendorf	DE		0	Europe/Berlin	47.99193	9.41408		Eschendorf		01	084	08437	08437086
2929058	Eschenbruch	eschenbruch	DE		0	Europe/Berlin	51.96077	9.1717				07	057	05766	05766016
2929059	Eschenbroich	eschenbroich	DE		0	Europe/Berlin	51.07458	6.22111				07	053	05370	05370020
2929060	Eschenborn	eschenborn	DE		0	Europe/Berlin	51.06667	10.25				15	00	16063	16063104
2929064	Eschenberg	eschenberg	DE		0	Europe/Berlin	47.65049	10.8114				02	097	09777	09777173
2929077	Eschenbäche	eschenbache	DE		0	Europe/Berlin	48.72252	9.73547				01	081	08117	08117019
2929093	Eschenau	eschenau	DE		0	Europe/Berlin	50.43765	8.17332				05	065	06533	06533013
2929094	Eschenau	eschenau	DE		0	Europe/Berlin	49.96247	10.50139				02	096	09674	09674163
2929095	Eschenau	eschenau	DE		0	Europe/Berlin	49.60068	7.48813				08	00	07336	07336095
2929096	Eschenau	eschenau	DE		0	Europe/Berlin	49.57315	11.1997				02	095	09572	09572121
2929097	Eschenau	eschenau	DE		0	Europe/Berlin	49.13761	9.40115		Eschenau		01	081	08125	08125110
2929098	Eschenau	eschenau	DE		0	Europe/Berlin	49.08384	9.89511		Eschenau		01	081	08127	08127089
2929099	Eschenau	eschenau	DE		0	Europe/Berlin	47.95241	12.39894				02	091	09189	09189137
2929100	Eschenau	eschenau	DE		0	Europe/Berlin	47.7527	10.53265				02	097	09777	09777175
2929102	Eschen	eschen	DE		0	Europe/Berlin	53.48333	7.48333				06	00	03452	03452001
2929103	Eschen	eschen	DE		0	Europe/Berlin	49.94365	11.44213				02	094	09472	09472131
2929107	Escheln	escheln	DE		0	Europe/Berlin	51.39719	6.4395				07	051	05166	05166012
2929110	Eschelhof	eschelhof	DE		0	Europe/Berlin	48.97785	9.5109				01	081	08119	08119075
2929111	Escheldorf	escheldorf	DE		0	Europe/Berlin	49.85395	12.1341				02	093	09377	09377149
2929114	Eschelbacherhof	eschelbacherhof	DE		0	Europe/Berlin	49.58951	7.31962				08	00	07134	07134005
2929115	Eschelbach an der Ilm	eschelbach-an-der-ilm	DE		0	Europe/Berlin	48.57979	11.57761		Eschelbach,Eschelbach an der Ilm		02	091	09186	09186162
2929117	Eschelbach	eschelbach	DE		0	Europe/Berlin	50.44761	7.81028		Eschelbach		08	00	07143	07143048
2929118	Eschelbach	eschelbach	DE		0	Europe/Berlin	49.25027	8.78331				01	082	08226	08226085
2929119	Eschelbach	eschelbach	DE		0	Europe/Berlin	49.19329	9.59543				01	081	08126	08126058
2929121	Eschefeld	eschefeld	DE		0	Europe/Berlin	51.03804	12.51995		Eschefeld		13	00	14729	14729140
2929124	Eschebrügge	eschebruegge	DE		0	Europe/Berlin	52.63853	6.76455				06	00	03456	03456012
2929126	Escheberg	escheberg	DE		0	Europe/Berlin	51.3968	9.25126				05	066	06633	06633029
2929132	Eschdorf	eschdorf	DE		0	Europe/Berlin	51.03567	13.94285				13	00	14612	14612000
2929133	Eschdorf	eschdorf	DE		0	Europe/Berlin	50.75749	11.25945				15	00	16073	16073076
2929135	Eschberg	eschberg	DE		0	Europe/Berlin	48.72449	13.5034				02	092	09275	09275128
2929139	Eschberg	eschberg	DE		0	Europe/Berlin	49.2343	7.04249				09	00	10041	10041100
2929140	Eschbaum	eschbaum	DE		0	Europe/Berlin	48.19241	12.06453				02	091	09177	09177123
2929141	Eschbachthal	eschbachthal	DE		0	Europe/Berlin	51.15	7.2				07	053	05378	05378032
2929168	Eschach vor der Einöde	eschach-vor-der-einode	DE		0	Europe/Berlin	47.70159	10.20941		Eschach Vor der Einoden,Eschach Vor der Einöden,Eschach vor der Einode,Eschach vor der Einöde		02	097	09780	09780117
2929169	Eschachthal	eschachthal	DE		0	Europe/Berlin	47.70667	10.13645				02	097	09780	09780117
2929170	Eschachried	eschachried	DE		0	Europe/Berlin	47.70461	10.21565				02	097	09780	09780117
2929173	Eschachberg	eschachberg	DE		0	Europe/Berlin	47.72452	10.22595				02	097	09780	09780117
2929193	Esborn	esborn	DE		0	Europe/Berlin	51.38914	7.33168				07	059	05954	05954032
2929194	Esbecker Heide	esbecker-heide	DE		0	Europe/Berlin	51.68099	8.37937				07	059	05974	05974028
2929196	Esbeck	esbeck	DE		0	Europe/Berlin	52.15772	10.96195				06	00	03154	03154019
2929197	Esbeck	esbeck	DE		0	Europe/Berlin	52.08167	9.68041				06	00	03254	03254014
2929198	Esbeck	esbeck	DE		0	Europe/Berlin	51.68549	8.39847				07	059	05974	05974028
2929199	Esbaum	esbaum	DE		0	Europe/Berlin	47.83137	12.23328				02	091	09187	09187167
2929201	Esbachsgraben	esbachsgraben	DE		0	Europe/Berlin	50.62089	9.98816				05	066	06631	06631023
2929204	Esbach	esbach	DE		0	Europe/Berlin	50.29218	11.00105				02	094	09473	09473120
2929205	Esbach	esbach	DE		0	Europe/Berlin	49.4447	10.4973				02	095	09575	09575156
2929206	Esbach	esbach	DE		0	Europe/Berlin	49.26069	10.49685				02	095	09571	09571166
2929207	Esbach	esbach	DE		0	Europe/Berlin	49.19754	10.61794				02	095	09571	09571216
2929208	Esbach	esbach	DE		0	Europe/Berlin	49.16584	10.30291				02	095	09571	09571145
2929209	Esbach	esbach	DE		0	Europe/Berlin	49.0839	10.25108		Esbach		02	095	09571	09571136
2929210	Esbach	esbach	DE		0	Europe/Berlin	47.92328	9.65082				01	084	08436	08436008
2929212	Esack	esack	DE		0	Europe/Berlin	52.93008	11.77378				14	00	15090	15090520
2929214	Erzweiler	erzweiler	DE		0	Europe/Berlin	49.60978	7.42686		Erzweiler		08	00	07134	07134005
2929216	Erzmannsdorf	erzmannsdorf	DE		0	Europe/Berlin	48.36252	12.26197				02	092	09274	09274183
2929219	Erzingen	erzingen	DE		0	Europe/Berlin	48.25068	8.81477				01	084	08417	08417002
2929220	Erzingen	erzingen	DE		0	Europe/Berlin	47.65718	8.42591				01	083	08337	08337062
2929221	Erzhütten	erzhuetten	DE		0	Europe/Berlin	49.45833	7.7324				08	00	07312	07312000
2929222	Erzhäuser	erzhauser	DE		0	Europe/Berlin	49.30719	12.33062				02	093	09376	09376116
2929225	Erzgrube	erzgrube	DE		0	Europe/Berlin	48.54771	8.47301				01	082	08237	08237073
2929229	Erzenbach	erzenbach	DE		0	Europe/Berlin	48.35697	8.20186				01	083	08317	08317093
2929230	Erzenbach	erzenbach	DE		0	Europe/Berlin	48.14236	8.05556				01	083	08316	08316055
2929231	Erzelbach	erzelbach	DE		0	Europe/Berlin	50.977	6.3099				07	053	05358	05358036
2929234	Erzberg	erzberg	DE		0	Europe/Berlin	49.23795	10.20513				02	095	09571	09571228
2929241	Erzbach	erzbach	DE		0	Europe/Berlin	48.34448	8.00573				01	083	08317	08317011
2929242	Erzbach	erzbach	DE		0	Europe/Berlin	49.67439	8.86777				05	064	06437	06437013
2929246	Erwitzen	erwitzen	DE		0	Europe/Berlin	51.76875	9.1199		Erwitzen		07	057	05762	05762028
2929250	Ertlhöfe	ertlhofe	DE		0	Europe/Berlin	47.7	11.55				02	091	09173	09173135
2929251	Ertinghausen	ertinghausen	DE		0	Europe/Berlin	51.66238	9.78743		Ertinghausen		06	00	03155	03155005
2929253	Erter	erter	DE		0	Europe/Berlin	51.93333	7.85		Erte,Erter		07	055	05570	05570024
2929255	Erstetten	erstetten	DE		0	Europe/Berlin	48.37076	9.83774				01	084	08425	08425020
2929262	Ersrode	ersrode	DE		0	Europe/Berlin	50.97663	9.58645		Ersrode		05	066	06632	06632012
2929263	Ersingen	ersingen	DE		0	Europe/Berlin	48.93275	8.63675				01	082	08236	08236074
2929264	Ersingen	ersingen	DE		1200	Europe/Berlin	48.2926	9.8551	485			01	084	08425	08425039
2929267	Ershausen	ershausen	DE		0	Europe/Berlin	51.25708	10.16132		Erhausen,Erschuesen,Erschüsen	16061113	15	00	16061	16061113
2929270	Ersehof	ersehof	DE		0	Europe/Berlin	52.3701	10.39078		Ersehoff		06	00	03157	03157008
2929273	Ersdorf	ersdorf	DE		0	Europe/Berlin	50.59375	7.00643		Ersdorf		07	053	05382	05382032
2929277	Ersbach	ersbach	DE		0	Europe/Berlin	50.99509	7.65789		Ersbach		07	053	05374	05374040
2929281	Erpitz	erpitz	DE		0	Europe/Berlin	51.76265	13.88554		Erpitz,Serpsow,Śerpšow		11	00	12066	12066052
2929282	Erpfting	erpfting	DE		0	Europe/Berlin	48.02346	10.82909				02	091	09181	09181130
2929283	Erpfingen	erpfingen	DE		0	Europe/Berlin	48.35169	9.19586				01	084	08415	08415091
2929284	Erpfersweiler	erpfersweiler	DE		0	Europe/Berlin	49.32004	9.92966				01	081	08127	08127008
2929285	Erpfenzell	erpfenzell	DE		0	Europe/Berlin	49.06643	12.52001				02	093	09372	09372125
2929286	Erpfenzell	erpfenzell	DE		0	Europe/Berlin	49.01433	12.66861				02	092	09278	09278134
2929287	Erpfental	erpfental	DE		0	Europe/Berlin	48.95433	10.2337				01	081	08136	08136019
2929290	Erpetshof	erpetshof	DE		0	Europe/Berlin	49.65671	12.28766		Erpertshof,Erpetshof		02	093	09374	09374162
2929291	Erpertsham	erpertsham	DE		0	Europe/Berlin	48.05324	12.28203				02	091	09187	09187126
2929293	Erpentrup	erpentrup	DE		0	Europe/Berlin	51.78823	9.00484				07	057	05762	05762004
2929294	Erpensen	erpensen	DE		0	Europe/Berlin	52.74513	10.75579				06	00	03151	03151040
2929295	Erpenerbruch	erpenerbruch	DE		0	Europe/Berlin	52.08333	8.16667				06	00	03459	03459006
2929296	Erpenburg	erpenburg	DE		0	Europe/Berlin	51.59336	8.5996				07	057	05774	05774016
2929298	Erpen	erpen	DE		0	Europe/Berlin	52.11771	8.17407				06	00	03459	03459015
2929299	Erpen	erpen	DE		0	Europe/Berlin	51.03092	6.09388				07	053	05370	05370016
2929304	Erp	erp	DE		0	Europe/Berlin	50.7672	6.72384		Erp		07	053	05362	05362020
2929309	Ernstweilerthalhof	ernstweilerthalhof	DE		0	Europe/Berlin	49.26789	7.36018		Dibeliushof,Ernstweilerthalhof		08	00	07320	07320000
2929310	Ernstweiler	ernstweiler	DE		0	Europe/Berlin	49.25467	7.3495				08	00	07320	07320000
2929311	Ernst-Thälmann-Siedlung	ernst-thaelmann-siedlung	DE		0	Europe/Berlin	52.22859	14.63937				11	00	12067	12067552
2929312	Ernstthal	ernstthal	DE		0	Europe/Berlin	50.49038	11.17818		Ernstthal		15	00	16072	16072011
2929313	Ernsttal	ernsttal	DE		0	Europe/Berlin	49.56771	9.1399				01	082	08225	08225060
2929315	Ernstmühl	ernstmuhl	DE		0	Europe/Berlin	48.7487	8.73383				01	082	08235	08235085
2929317	Ernstling	ernstling	DE		0	Europe/Berlin	48.49794	13.00559				02	092	09277	09277114
2929318	Ernstkirchen	ernstkirchen	DE		0	Europe/Berlin	50.08216	9.24637		Ernstkirchen		02	096	09671	09671152
2929319	Ernsting	ernsting	DE		0	Europe/Berlin	48.78436	13.09751				02	092	09271	09271113
2929320	Ernsting	ernsting	DE		0	Europe/Berlin	48.72922	13.54846				02	092	09272	09272141
2929321	Ernsting	ernsting	DE		0	Europe/Berlin	48.30029	12.47398				02	091	09183	09183127
2929323	Ernsthofen	ernsthofen	DE		0	Europe/Berlin	49.77303	8.74196				05	064	06432	06432013
2929324	Ernsthof	ernsthof	DE		0	Europe/Berlin	52.60018	14.02171				11	00	12064	12064370
2929325	Ernsthof	ernsthof	DE		0	Europe/Berlin	49.75333	12.19282				02	093	09374	09374158
2929326	Ernsthof	ernsthof	DE		0	Europe/Berlin	49.70308	9.45843				01	081	08128	08128064
2929331	Ernsthausen	ernsthausen	DE		0	Europe/Berlin	50.98463	8.7348				05	066	06635	06635006
2929332	Ernsthausen	ernsthausen	DE		0	Europe/Berlin	50.89579	8.95765		Ernsthausen		05	065	06534	06534017
2929333	Ernsthausen	ernsthausen	DE		0	Europe/Berlin	50.45215	8.35304				05	065	06533	06533018
2929337	Ernstfeld	ernstfeld	DE		0	Europe/Berlin	49.79577	11.73977				02	093	09374	09374155
2929338	Ernstfeld	ernstfeld	DE		0	Europe/Berlin	49.73265	11.72644				02	093	09374	09374129
2929340	Ernstenswille	ernstenswille	DE		0	Europe/Berlin	53.05055	12.52881				11	00	12068	12068468
2929342	Ernstein	ernstein	DE		0	Europe/Berlin	49.28469	9.34164				01	081	08125	08125063
2929355	Ernsee	ernsee	DE		0	Europe/Berlin	50.87798	12.03891		Ernsee		15	00	16052	16052000
2929356	Ernsdorf	ernsdorf	DE		0	Europe/Berlin	47.84955	12.35615				02	091	09187	09187162
2929357	Ernsbach	ernsbach	DE		0	Europe/Berlin	48.41702	8.08367				01	083	08317	08317085
2929358	Ernsbach	ernsbach	DE		0	Europe/Berlin	49.66315	9.05487				05	064	06437	06437006
2929359	Ernsbach	ernsbach	DE		0	Europe/Berlin	49.2917	9.51362				01	081	08126	08126028
2929360	Ernhüll	ernhull	DE		0	Europe/Berlin	49.50706	11.58684				02	093	09371	09371157
2929362	Ernhofen	ernhofen	DE		0	Europe/Berlin	49.41717	11.35531				02	095	09574	09574139
2929363	Ernestus	ernestus	DE		0	Europe/Berlin	51.13859	8.10448				07	059	05966	05966020
2929366	Ernestgrün	ernestgrun	DE		0	Europe/Berlin	49.96525	12.44099				02	093	09377	09377142
2929367	Ernersdorf	ernersdorf	DE		0	Europe/Berlin	49.12164	11.46784				02	093	09373	09373112
2929370	Erndtebrück	erndtebrueck	DE		7685	Europe/Berlin	50.98927	8.25288		Ehrndtebrjuk,Ernatebruck,Erndtebrik,Erndtebrjuk,Erndtebruck,Erndtebrueck,Erndtebrück,ai er en te bu lu ke,Ерндтебрик,Ерндтебрюк,Эрндтебрюк,埃尔恩特布吕克	05970012	07	059	05970	05970012
2929371	Erndorf	erndorf	DE		0	Europe/Berlin	49.31555	10.3911				02	095	09571	09571174
2929373	Ernatsreute	ernatsreute	DE		0	Europe/Berlin	47.81053	9.21988				01	084	08435	08435059
2929374	Ernading	ernading	DE		0	Europe/Berlin	48.79491	13.15587				02	092	09271	09271123
2929375	Ermstedt	ermstedt	DE		0	Europe/Berlin	50.96744	10.88328		Ermstedt		15	00	16051	16051000
2929378	Ermsinghausen	ermsinghausen	DE		0	Europe/Berlin	51.64397	8.41927		Ermsinghausen		07	059	05974	05974020
2929379	Ermschwerd	ermschwerd	DE		0	Europe/Berlin	51.35595	9.81746		Ermschwerd		05	066	06636	06636016
2929381	Ermreuth	ermreuth	DE		0	Europe/Berlin	49.64073	11.19164				02	094	09474	09474154
2929382	Ermreus	ermreus	DE		0	Europe/Berlin	49.67157	11.13859				02	094	09474	09474145
2929383	Ermlitz	ermlitz	DE		1468	Europe/Berlin	51.39182	12.15946				14	00	15088	15088330
2929385	Ermke	ermke	DE		0	Europe/Berlin	52.83998	7.88679		Ermke		06	00	03453	03453012
2929387	Ermingen	ermingen	DE		0	Europe/Berlin	48.38122	9.8992				01	084	08421	08421000
2929388	Ermhof	ermhof	DE		0	Europe/Berlin	49.51429	11.61993				02	093	09371	09371141
2929389	Ermgassen	ermgassen	DE		0	Europe/Berlin	51.98723	8.69665				07	057	05766	05766048
2929390	Ermetzhofen	ermetzhofen	DE		0	Europe/Berlin	49.50266	10.27643		Ermetzhofen		02	095	09575	09575122
2929391	Ermetzhof	ermetzhof	DE		0	Europe/Berlin	49.41797	10.35887				02	095	09575	09575143
2929392	Ermetheis	ermetheis	DE		0	Europe/Berlin	51.23107	9.33141				05	066	06634	06634018
2929395	Ermenrod	ermenrod	DE		0	Europe/Berlin	50.6532	9.13939				05	065	06535	06535003
2929396	Ermengerst	ermengerst	DE		0	Europe/Berlin	47.72594	10.25317				02	097	09763	09763000
2929397	Ermendorf	ermendorf	DE		0	Europe/Berlin	51.22944	13.58616		Beiersdorf-Ermendorf,Ermendorf		13	00	14627	14627030
2929398	Ermen	ermen	DE		0	Europe/Berlin	51.74518	7.47619				07	055	05558	05558024
2929401	Ermelau	ermelau	DE		0	Europe/Berlin	48.33819	9.669				01	084	08425	08425002
2929407	Erlte	erlte	DE		0	Europe/Berlin	52.83274	8.2873		Erelithi,Ėrelithi		06	00	03460	03460010
2929408	Erlstätt	erlstatt	DE		0	Europe/Berlin	47.87467	12.59083		Erlstatt,Erlstätt		02	091	09189	09189119
2929409	Erlsdorf	erlsdorf	DE		0	Europe/Berlin	50.15965	10.5947				02	096	09674	09674149
2929410	Erlmühle	erlmuehle	DE		0	Europe/Berlin	50.67049	12.37641				13	00	14523	14523280
2929411	Erlmühle	erlmuhle	DE		0	Europe/Berlin	49.13287	10.42408				02	095	09571	09571132
2929412	Erllohe	erllohe	DE		0	Europe/Berlin	49.9825	11.84522				02	094	09472	09472164
2929414	Erlln	erlln	DE		0	Europe/Berlin	51.15	12.81667		Erlln		13	00	14729	14729080
2929415	Erlkam	erlkam	DE		0	Europe/Berlin	47.89661	11.69907				02	091	09182	09182120
2929417	Erlingshofen	erlingshofen	DE		0	Europe/Berlin	48.9914	11.30001				02	091	09176	09176137
2929418	Erlingshofen	erlingshofen	DE		0	Europe/Berlin	48.68281	10.71086				02	097	09779	09779218
2929419	Erlingsdorf	erlingsdorf	DE		0	Europe/Berlin	49.14483	10.95792				02	095	09577	09577161
2929420	Erlingsberg	erlingsberg	DE		0	Europe/Berlin	50.76626	9.56158				05	066	06632	06632015
2929421	Erlinghausen	erlinghausen	DE		0	Europe/Berlin	51.44147	8.89738		Erlinghausen		07	059	05958	05958024
2929422	Erlinghagen	erlinghagen	DE		0	Europe/Berlin	51.05427	7.48224		Erlinghagen		07	053	05374	05374024
2929423	Erlingen	erlingen	DE		0	Europe/Berlin	48.52919	10.83889		Erlingen		02	097	09772	09772177
2929425	Erling	erling	DE		0	Europe/Berlin	48.5272	12.44167				02	092	09274	09274112
2929426	Erling	erling	DE		0	Europe/Berlin	47.96838	11.1857		Erling		02	091	09188	09188117
2929427	Erlin	erlin	DE		0	Europe/Berlin	49.1061	9.66176				01	081	08127	08127059
2929433	Erlhof	erlhof	DE		0	Europe/Berlin	50.09405	10.90247				02	094	09478	09478120
2929436	Erlheim	erlheim	DE		0	Europe/Berlin	49.51191	11.7323				02	093	09371	09371151
2929437	Erlheim	erlheim	DE		0	Europe/Berlin	49.38198	11.8085				02	093	09371	09371154
2929438	Erlhausen	erlhausen	DE		0	Europe/Berlin	48.38389	11.3956				02	091	09174	09174151
2929439	Erlhammer	erlhammer	DE		0	Europe/Berlin	49.84622	12.1177				02	093	09377	09377149
2929440	Erlham	erlham	DE		0	Europe/Berlin	48.3217	12.34526				02	091	09183	09183132
2929450	Erlenstegen	erlenstegen	DE		0	Europe/Berlin	49.47487	11.13786				02	095	09564	09564000
2929455	Erlenkamp	erlenkamp	DE		0	Europe/Berlin	53.34389	12.53574				12	00	13071	13071023
2929460	Erlenhof	erlenhof	DE		0	Europe/Berlin	49.00807	9.71784				01	081	08127	08127023
2929470	Erlenhagen	erlenhagen	DE		0	Europe/Berlin	51.04008	7.60744		Erlenhagen		07	053	05374	05374012
2929471	Erlengrund	erlengrund	DE		0	Europe/Berlin	51.55	14.66667				13	00	14626	14626100
2929475	Erlenbrunn	erlenbrunn	DE		0	Europe/Berlin	49.17169	7.61418		Erlenbrunn		08	00	07317	07317000
2929478	Erlenborn	erlenborn	DE		0	Europe/Berlin	50.23844	7.71239				08	00	07141	07141108
2929479	Erlenberg	erlenberg	DE		0	Europe/Berlin	48.05	10.38333				02	097	09778	09778180
2929513	Erlenau	erlenau	DE		0	Europe/Berlin	51.75005	14.03855		Erlenau,Wolsyna,Wólšyna		11	00	12066	12066052
2929515	Erlen	erlen	DE		0	Europe/Berlin	51.45	7.36667				07	059	05954	05954036
2929516	Erlen	erlen	DE		0	Europe/Berlin	51.35269	7.3011				07	059	05954	05954028
2929528	Erlebach	erlebach	DE		0	Europe/Berlin	51.02256	13.0275				13	00	14522	14522300
2929529	Erlebach	erlebach	DE		0	Europe/Berlin	50.25352	10.78671	300	Erlebach		15	00	16069	16069052
2929530	Erle	erle	DE		0	Europe/Berlin	51.55752	7.08567		Erle		07	055	05513	05513000
2929531	Erle	erle	DE		0	Europe/Berlin	51.74457	6.868		Erle		07	055	05554	05554040
2929552	Erlauzwiesel	erlauzwiesel	DE		0	Europe/Berlin	48.722	13.63549				02	092	09272	09272151
2929564	Erlat	erlat	DE		0	Europe/Berlin	48.3253	13.12973				02	092	09277	09277118
2929565	Erlastrut	erlastrut	DE		0	Europe/Berlin	49.63719	11.31635				02	094	09474	09474138
2929568	Erlaheim	erlaheim	DE		0	Europe/Berlin	48.30578	8.78541				01	084	08417	08417022
2929569	Erlachskirchen	erlachskirchen	DE		0	Europe/Berlin	49.51667	10.93333				02	095	09563	09563000
2929571	Erlachhof	erlachhof	DE		0	Europe/Berlin	48.78469	11.51166				02	091	09176	09176129
2929575	Erlach	erlach	DE		0	Europe/Berlin	50.07389	11.22617				02	094	09478	09478176
2929576	Erlach	erlach	DE		0	Europe/Berlin	49.931	9.57532		Erlach		02	096	09677	09677166
2929577	Erlach	erlach	DE		0	Europe/Berlin	49.80869	10.95414				02	094	09471	09471145
2929578	Erlach	erlach	DE		0	Europe/Berlin	49.70617	10.08013				02	096	09679	09679170
2929579	Erlach	erlach	DE		0	Europe/Berlin	49.2715	10.36017				02	095	09571	09571174
2929580	Erlach	erlach	DE		0	Europe/Berlin	49.14289	9.74546				01	081	08127	08127076
2929581	Erlach	erlach	DE		0	Europe/Berlin	49.04209	9.53399				01	081	08119	08119024
2929582	Erlach	erlach	DE		0	Europe/Berlin	48.56782	8.02317		Erlach		01	083	08317	08317110
2929583	Erlach	erlach	DE		0	Europe/Berlin	48.2728	13.04094				02	092	09277	09277145
2929584	Erlach b. Otterfing	erlach-b-otterfing	DE		0	Europe/Berlin	47.90242	11.64132				02	091	09173	09173118
2929585	Erlach	erlach	DE		0	Europe/Berlin	47.72276	12.10926		Erlach,Irlach		02	091	09187	09187120
2929586	Erlach	erlach	DE		0	Europe/Berlin	47.68693	11.81146		Erlach,Erlau		02	091	09182	09182129
2929592	Erlaburg	erlaburg	DE		0	Europe/Berlin	50.3375	11.63658				02	094	09475	09475112
2929595	Erlabronn	erlabronn	DE		0	Europe/Berlin	49.70317	10.46812				02	095	09575	09575161
2929596	Erla	erla	DE		0	Europe/Berlin	50.51689	12.78401		Erla		13	00	14521	14521550
2929597	Erkshausen	erkshausen	DE		0	Europe/Berlin	51.0348	9.76635		Erkshausen		05	066	06632	06632018
2929598	Erksdorf	erksdorf	DE		0	Europe/Berlin	50.85887	9.02334		Erksdorf		05	065	06534	06534018
2929603	Erkmannsdorf	erkmannsdorf	DE		0	Europe/Berlin	50.5925	11.70727				15	00	16075	16075098
2929606	Erkhausen	erkhausen	DE		0	Europe/Berlin	48.19225	10.6396				02	097	09772	09772197
2929607	Erkertshofen	erkertshofen	DE		0	Europe/Berlin	48.97841	11.2215				02	091	09176	09176164
2929608	Erkersreuth	erkersreuth	DE		0	Europe/Berlin	50.1926	12.14654				02	094	09479	09479152
2929609	Erkersreuth	erkersreuth	DE		0	Europe/Berlin	49.82179	12.34254				02	093	09377	09377146
2929612	Erkensruhr	erkensruhr	DE		0	Europe/Berlin	50.56661	6.36497		Erkensruhr,Erkensuhr,Neudorf		07	053	05334	05334028
2929613	Erkenschwick	erkenschwick	DE		0	Europe/Berlin	51.63749	7.25693				07	055	05562	05562028
2929615	Erkenbrechtshofen	erkenbrechtshofen	DE		0	Europe/Berlin	49.529	10.40607				02	095	09575	09575112
2929616	Erkenbrechtshausen	erkenbrechtshausen	DE		0	Europe/Berlin	49.17567	10.01129				01	081	08127	08127014
2929617	Erkenbollingen	erkenbollingen	DE		0	Europe/Berlin	47.60682	10.70445		Erkenbollingen,Erkenpollingen		02	097	09777	09777129
2929620	Erkelsdorf	erkelsdorf	DE		0	Europe/Berlin	49.51562	11.60594				02	093	09371	09371141
2929621	Erkeln	erkeln	DE		0	Europe/Berlin	51.68756	9.22682		Erkeln,Erkulberg		07	057	05762	05762016
2929624	Erisweiler	erisweiler	DE		0	Europe/Berlin	48.28262	10.35633				02	097	09774	09774162
2929625	Erisried	erisried	DE		0	Europe/Berlin	48.00504	10.43486				02	097	09778	09778199
2929627	Erisdorf	erisdorf	DE		0	Europe/Berlin	48.11949	9.48245				01	084	08426	08426045
2929630	Eringerfeld	eringerfeld	DE		0	Europe/Berlin	51.58671	8.46894		Eringerfeld,Eringerfild		07	059	05974	05974020
2929632	Erindorf	erindorf	DE		0	Europe/Berlin	51.53333	7.31667				07	055	05562	05562004
2929634	Erichshof	erichshof	DE		0	Europe/Berlin	52.99401	8.79235				06	00	03251	03251047
2929637	Erichshagen	erichshagen	DE		0	Europe/Berlin	52.66635	9.24515				06	00	03256	03256022
2929641	Erichsburg	erichsburg	DE		0	Europe/Berlin	51.81292	9.73406		Erichsburg		06	00	03155	03155003
2929825	Epplas	epplas	DE		0	Europe/Berlin	50.31144	11.82639				02	094	09464	09464000
2929648	Ergste	ergste	DE		0	Europe/Berlin	51.41413	7.56861		Argisto,Ergste		07	059	05978	05978028
2929651	Erggertshofen	erggertshofen	DE		0	Europe/Berlin	49.05643	11.63555		Erkershofen		02	093	09373	09373115
2929652	Ergetsweiler	ergetsweiler	DE		0	Europe/Berlin	47.85391	9.51716				01	084	08436	08436096
2929656	Ergertshausen	ergertshausen	DE		0	Europe/Berlin	48.6955	11.14182				02	091	09185	09185157
2929657	Ergertshausen	ergertshausen	DE		0	Europe/Berlin	47.9302	11.47745				02	091	09173	09173120
2929659	Ergersbach	ergersbach	DE		0	Europe/Berlin	48.48942	8.04192				01	083	08317	08317021
2929660	Ergenzingen	ergenzingen	DE		0	Europe/Berlin	48.49426	8.80915				01	084	08416	08416036
2929662	Ergatweiler	ergatweiler	DE		0	Europe/Berlin	47.97231	9.84987				01	084	08426	08426038
2929663	Erfweiler-Ehlingen	erfweiler-ehlingen	DE		0	Europe/Berlin	49.19618	7.17922				09	00	10045	10045116
2929666	Erfurtshausen	erfurtshausen	DE		0	Europe/Berlin	50.7487	8.94087		Erfurtshausen		05	065	06534	06534001
2929675	Erflinghausen	erflinghausen	DE		0	Europe/Berlin	51.28777	8.25249		Erflinghausen		07	059	05958	05958032
2929677	Erfenstein	erfenstein	DE		0	Europe/Berlin	49.35378	8.01775		Erfenstein,Erfenstein Hof,Erfensteinerhof		08	00	07332	07332016
2929678	Erfenschlag	erfenschlag	DE		0	Europe/Berlin	50.78798	12.95501		Erfenschlag		13	00	14511	14511000
2929679	Erfenbach	erfenbach	DE		0	Europe/Berlin	49.47966	7.71231				08	00	07312	07312000
2929680	Erfelden	erfelden	DE		0	Europe/Berlin	49.83556	8.46806				05	064	06433	06433011
2929681	Erfeld	erfeld	DE		0	Europe/Berlin	49.55212	9.49754				01	082	08225	08225032
2929683	Erfderfeld	erfderfeld	DE		0	Europe/Berlin	54.33102	9.3287				10	00	01059	01059024
2929684	Erfderdamm	erfderdamm	DE		0	Europe/Berlin	54.33333	9.28333				10	00	01059	01059188
2929688	Eresried	eresried	DE		0	Europe/Berlin	48.20187	11.03342				02	097	09771	09771168
2929694	Erdpenhausen	erdpenhausen	DE		0	Europe/Berlin	51.03938	9.70378		Erdpenhausen		05	066	06632	06632001
2929695	Erdorf	erdorf	DE		0	Europe/Berlin	49.99983	6.57082				08	00	07232	07232018
2929696	Erdmannsweiler	erdmannsweiler	DE		0	Europe/Berlin	48.14381	8.45252				01	083	08326	08326031
2929697	Achimswalde	achimswalde	DE		0	Europe/Berlin	53.14306	13.70647				11	00	12073	12073201
2929699	Erdmannshöhe	erdmannshoehe	DE		0	Europe/Berlin	53.92648	13.01468				12	00	13071	13071029
2929701	Erdmannshain	erdmannshain	DE		0	Europe/Berlin	51.28833	12.57677		Erdmannshain,Naunhof-Erdmannshain		13	00	14729	14729300
2929703	Erdmannsdorf	erdmannsdorf	DE		0	Europe/Berlin	50.83068	11.77844				15	00	16074	16074053
2929704	Erdmannsdorf	erdmannsdorf	DE		0	Europe/Berlin	50.82067	13.07451		Erdmannsdorf		13	00	14522	14522020
2929705	Erdmannsdorf	erdmannsdorf	DE		0	Europe/Berlin	48.39753	12.39323				02	092	09274	09274120
2929707	Erdmannrode	erdmannrode	DE		0	Europe/Berlin	50.81171	9.78743				05	066	06632	06632019
2929711	Erdlinsbach	erdlinsbach	DE		0	Europe/Berlin	48.28177	8.2868				01	083	08317	08317145
2929714	Erdingen	erdingen	DE		0	Europe/Berlin	50.91648	7.71018		Erdingen		07	053	05374	05374040
2929717	Erdhütte	erdhuette	DE		0	Europe/Berlin	52.8855	7.26601				06	00	03454	03454039
2929718	Erdhausen	erdhausen	DE		0	Europe/Berlin	50.75041	8.56568				05	065	06534	06534010
2929826	Eppishofen	eppishofen	DE		0	Europe/Berlin	48.46074	10.60095				02	097	09772	09772115
2929721	Erder	erder	DE		0	Europe/Berlin	52.18135	8.93334				07	057	05766	05766036
2929722	Erdenweis	erdenweis	DE		0	Europe/Berlin	49.89305	11.95027				02	093	09377	09377133
2929729	Erdbruch	erdbruch	DE		0	Europe/Berlin	51.96712	9.01377				07	057	05766	05766016
2929735	Erdbach	erdbach	DE		0	Europe/Berlin	50.68997	8.2195		Erdbach		05	065	06532	06532004
2929736	Erdbach	erdbach	DE		0	Europe/Berlin	49.47776	10.06442		Erdbach		01	081	08128	08128020
2929737	Erda	erda	DE		0	Europe/Berlin	50.67423	8.52781				05	065	06532	06532013
2929738	Erching	erching	DE		0	Europe/Berlin	48.29943	11.70579				02	091	09178	09178130
2929740	Erbuch	erbuch	DE		0	Europe/Berlin	49.63984	9.0452				05	064	06437	06437006
2929742	Erbstorf	erbstorf	DE		0	Europe/Berlin	53.27469	10.47808				06	00	03355	03355001
2929743	Erbstetten	erbstetten	DE		0	Europe/Berlin	48.92693	9.38971				01	081	08119	08119018
2929744	Erbstetten	erbstetten	DE		0	Europe/Berlin	48.27957	9.54034				01	084	08425	08425033
2929746	Erbstadt	erbstadt	DE		0	Europe/Berlin	50.26954	8.86498		Erbstadt		05	064	06435	06435021
2929747	Erbshausen	erbshausen	DE		0	Europe/Berlin	49.9116	10.00891		Erbshausen		02	096	09679	09679143
2929753	Erbsen	erbsen	DE		0	Europe/Berlin	51.58433	9.80647		Erbsen,Pease		06	00	03159	03159001
2929754	Erbschlö	erbschloe	DE		0	Europe/Berlin	51.23812	7.21424				07	051	05124	05124000
2929756	Erbringen	erbringen	DE		0	Europe/Berlin	49.4433	6.73834		Erbringen		09	00	10042	10042111
2929757	Erbmühle	erbmuhle	DE		0	Europe/Berlin	49.09467	11.54079				02	093	09373	09373115
2929758	Erblingen	erblingen	DE		0	Europe/Berlin	50.84523	7.65503		Erblingen		07	053	05374	05374028
2929761	Erbisreute	erbisreute	DE		0	Europe/Berlin	47.81127	9.69338		Erbisreute		01	084	08436	08436069
2929762	Erbishofen	erbishofen	DE		0	Europe/Berlin	48.3413	10.15429				02	097	09775	09775143
2929766	Erbhof	erbhof	DE		0	Europe/Berlin	47.6	11.45				02	091	09173	09173131
2929770	Erbersbronn	erbersbronn	DE		0	Europe/Berlin	48.63553	8.32637				01	082	08216	08216013
2929771	Erberich	erberich	DE		0	Europe/Berlin	51.05089	7.11042				07	053	05378	05378020
2929772	Erberich	erberich	DE		0	Europe/Berlin	50.86667	6.3				07	053	05334	05334012
2929774	Erbenweiler	erbenweiler	DE		0	Europe/Berlin	47.76667	9.5				01	084	08436	08436064
2929775	Erbenschwang	erbenschwang	DE		0	Europe/Berlin	47.80627	10.80161				02	091	09190	09190133
2929777	Erbenheim	erbenheim	DE		0	Europe/Berlin	50.05617	8.30283		Erbenheim		05	064	06414	06414000
2929782	Erbengrün	erbengruen	DE		0	Europe/Berlin	50.64008	12.10498				15	00	16076	16076039
2929787	Erbe	erbe	DE		0	Europe/Berlin	52.26667	8.9				07	057	05770	05770024
2929791	Erbachshof	erbachshof	DE		0	Europe/Berlin	49.75999	9.84704				02	096	09679	09679126
2929792	Erbachhof	erbachhof	DE		0	Europe/Berlin	48.86093	9.34791				01	081	08119	08119079
2929806	Eratsrain	eratsrain	DE		0	Europe/Berlin	47.78333	9.68333				01	084	08436	08436069
2929807	Erasbach	erasbach	DE		0	Europe/Berlin	49.14651	11.41891				02	093	09373	09373112
2929808	Equord	equord	DE		0	Europe/Berlin	52.29305	10.11669				06	00	03157	03157002
2929809	Equarhofen	equarhofen	DE		0	Europe/Berlin	49.49384	10.11575				02	095	09575	09575163
2929810	Epterode	epterode	DE		0	Europe/Berlin	51.24512	9.79091		Epterode		05	066	06636	06636004
2929811	Epsingsen	epsingsen	DE		0	Europe/Berlin	51.53515	8.04675		Epsingsen		07	059	05974	05974040
2929813	Epsendorf	epsendorf	DE		0	Europe/Berlin	51.16191	6.59712				07	051	05162	05162020
2929814	Epschenrode	epschenrode	DE		0	Europe/Berlin	51.51168	10.51374				15	00	16061	16061117
2929815	Epscheid	epscheid	DE		0	Europe/Berlin	51.26651	7.48517				07	059	05954	05954004
2929820	Epprath	epprath	DE		0	Europe/Berlin	51.01667	6.55				07	053	05362	05362004
2929823	Epplings	epplings	DE		0	Europe/Berlin	47.68333	9.86667				01	084	08436	08436081
2929824	Epplingen	epplingen	DE		0	Europe/Berlin	49.50574	9.62829				01	081	08128	08128014
2929828	Eppisburg	eppisburg	DE		0	Europe/Berlin	48.52013	10.55752				02	097	09773	09773140
2929829	Eppinghoven	eppinghoven	DE		0	Europe/Berlin	51.56789	6.70912		Eppinghoven		07	051	05170	05170008
2929835	Eppichnellen	eppichnellen	DE		0	Europe/Berlin	50.93795	10.2531				15	00	16063	16063097
2929836	Eppertshofen	eppertshofen	DE		0	Europe/Berlin	48.62213	11.2281				02	091	09185	09185116
2929838	Eppersdorf	eppersdorf	DE		0	Europe/Berlin	49.26848	11.25644				02	095	09576	09576113
2929842	Eppenreuth	eppenreuth	DE		0	Europe/Berlin	50.27977	11.89678		Eppenreuth		02	094	09464	09464000
2929843	Eppenreuth	eppenreuth	DE		0	Europe/Berlin	50.21128	11.60078				02	094	09477	09477117
2929844	Eppenreuth	eppenreuth	DE		0	Europe/Berlin	49.7822	12.20779				02	093	09374	09374150
2929845	Eppenich	eppenich	DE		0	Europe/Berlin	50.66342	6.58821				07	053	05366	05366044
2929846	Eppenhöning	eppenhoning	DE		0	Europe/Berlin	48.267	12.18875				02	091	09177	09177115
2929848	Eppenhof	eppenhof	DE		0	Europe/Berlin	49.82955	12.02259				02	093	09377	09377116
2929851	Eppenhain	eppenhain	DE		0	Europe/Berlin	50.16973	8.39218				05	064	06436	06436008
2929866	Eppe	eppe	DE		0	Europe/Berlin	51.2361	8.76977				05	066	06635	06635015
2929867	Epgert	epgert	DE		0	Europe/Berlin	50.57967	7.4925				08	00	07132	07132065
2929869	Epfenhofen	epfenhofen	DE		0	Europe/Berlin	47.8188	8.55346				01	083	08326	08326005
2929870	Epfenhausen	epfenhausen	DE		0	Europe/Berlin	48.09941	10.90676				02	091	09181	09181132
2929874	Epfach	epfach	DE		0	Europe/Berlin	47.91121	10.90931		Epfach,Eptach		02	091	09181	09181113
2929875	Epenwöhrdenermoor	epenwoehrdenermoor	DE		0	Europe/Berlin	54.13333	9.11667				10	00	01051	01051028
2929877	Epenwöhrden	epenwoehrden	DE		790	Europe/Berlin	54.11025	9.05304		Epenwohrden,Epenwöhrden	01051028	10	00	01051	01051028
2929879	Epe	epe	DE		0	Europe/Berlin	52.43215	8.01069				06	00	03459	03459014
2929880	Epe	epe	DE		0	Europe/Berlin	52.18315	7.04129		Epe		07	055	05554	05554020
2929883	Enzweiler	enzweiler	DE		0	Europe/Berlin	49.694	7.29838		Enzweiler		08	00	07134	07134045
2929884	Enzweihingen	enzweihingen	DE		0	Europe/Berlin	48.91696	8.98338		Enzweihingen		01	081	08118	08118073
2929888	Enzlar	enzlar	DE		0	Europe/Berlin	49.68079	10.37236				02	095	09575	09575144
2929890	Enzkofen	enzkofen	DE		0	Europe/Berlin	48.7845	12.88481				02	092	09271	09271146
2929891	Enzkofen	enzkofen	DE		0	Europe/Berlin	48.02105	9.3686				01	084	08437	08437053
2929892	Enzklösterle	enzkloesterle	DE		1286	Europe/Berlin	48.66638	8.47083		Ehnckljosterle,Encklesterle,Enzklostelte,Enzklosterle,Enzklösterle,en ci ke lei si te er lai,Енцклестерле,Энцклёстерле,Էնցկլյոսթերլե,恩茨克勒斯特尔莱	08235025	01	082	08235	08235025
2929894	Enzisweiler	enzisweiler	DE		0	Europe/Berlin	47.99119	9.68453				01	084	08426	08426014
2929895	Enzisweiler	enzisweiler	DE		0	Europe/Berlin	47.68333	9.65				01	084	08435	08435057
2929896	Enzisweiler	enzisweiler	DE		0	Europe/Berlin	47.56484	9.66286				02	097	09776	09776111
2929897	Enzisreute	enzisreute	DE		0	Europe/Berlin	47.87815	9.70618				01	084	08436	08436009
2929902	Enzheim	enzheim	DE		0	Europe/Berlin	50.29769	8.98866				05	064	06440	06440001
2929903	Enzheim	enzheim	DE		0	Europe/Berlin	49.7	8.2				08	00	07331	07331036
2929904	Enzerweis	enzerweis	DE		0	Europe/Berlin	48.63078	12.88555				02	092	09279	09279113
2929905	Enzersdorf	enzersdorf	DE		0	Europe/Berlin	48.71178	13.42187				02	092	09275	09275160
2929906	Enzersdorf	enzersdorf	DE		0	Europe/Berlin	47.90873	12.73678				02	091	09189	09189165
2929907	Enzers	enzers	DE		0	Europe/Berlin	47.91387	10.16853				02	097	09778	09778219
2929908	Enzenweiler	enzenweiler	DE		0	Europe/Berlin	49.36663	10.10704				01	081	08127	08127075
2929909	Enzenstetten	enzenstetten	DE		0	Europe/Berlin	47.63356	10.59877				02	097	09777	09777170
2929910	Enzensberg	enzensberg	DE		0	Europe/Berlin	51.61667	10.68333				07			
2929912	Enzenrieth	enzenrieth	DE		0	Europe/Berlin	49.62511	12.19216				02	093	09374	09374146
2929913	Enzenried bei Stamsried	enzenried-bei-stamsried	DE		0	Europe/Berlin	49.282	12.47468				02	093	09376	09376146
2929914	Enzenreuth	enzenreuth	DE		0	Europe/Berlin	49.56107	11.36862				02	095	09574	09574155
2929915	Enzendorf	enzendorf	DE		0	Europe/Berlin	49.58621	11.47459				02	095	09574	09574129
2929921	Enzelsberg	enzelsberg	DE		0	Europe/Berlin	49.44718	12.33347				02	093	09376	09376148
2929923	Enzelhausen	enzelhausen	DE		0	Europe/Berlin	48.58042	11.74812				02	091	09178	09178122
2929924	Enzberg	enzberg	DE		0	Europe/Berlin	48.93594	8.80012				01	082	08236	08236040
2929929	Enz	enz	DE		0	Europe/Berlin	50.01667	6.28333				08	00	07232	07232088
2929930	Entweg	entweg	DE		0	Europe/Berlin	48.69472	13.16167				02	092	09275	09275127
2929932	Entschenreuth	entschenreuth	DE		0	Europe/Berlin	48.78353	13.31725				02	092	09272	09272142
2929935	Entrup	entrup	DE		0	Europe/Berlin	52.0611	7.51493				07	055	05566	05566004
2929936	Entrup	entrup	DE		0	Europe/Berlin	51.72514	8.15559				07	055	05570	05570048
2929937	Entrup	entrup	DE		0	Europe/Berlin	52.05064	8.88274		Entrup		07	057	05766	05766044
2929938	Entrup	entrup	DE		0	Europe/Berlin	51.82718	9.1432				07	057	05762	05762028
2929940	Entrischenbrunn	entrischenbrunn	DE		0	Europe/Berlin	48.49167	11.54773		Entrischenbrun,Entrischenbrunn		02	091	09186	09186126
2929942	Entraching	entraching	DE		0	Europe/Berlin	48.01224	11.02639				02	091	09181	09181120
2929944	Entmersberg	entmersberg	DE		0	Europe/Berlin	49.58434	11.396				02	095	09574	09574135
2929945	Entmannsdorf	entmannsdorf	DE		0	Europe/Berlin	50.24528	11.28536		Entmannsdorf,Entmansdorf		02	094	09476	09476145
2929948	Enthalb der Ach	enthalb-der-ach	DE		0	Europe/Berlin	47.59592	10.41878				02	097	09780	09780145
2929951	Entfelden	entfelden	DE		0	Europe/Berlin	47.91237	12.14556				02	091	09187	09187181
2929952	Entfelden	entfelden	DE		0	Europe/Berlin	47.67585	12.48405				02	091	09189	09189139
2929955	Enterrottach	enterrottach	DE		0	Europe/Berlin	47.67523	11.81501				02	091	09182	09182129
2929956	Entermainsbach	entermainsbach	DE		0	Europe/Berlin	49.20279	12.24855				02	093	09376	09376149
2929959	Enterfels	enterfels	DE		0	Europe/Berlin	47.64149	11.74251				02	091	09182	09182124
2929961	Enterbach	enterbach	DE		0	Europe/Berlin	47.67267	11.74654				02	091	09182	09182124
2929965	Entenschwand	entenschwand	DE		0	Europe/Berlin	47.78885	7.88003				01	083	08336	08336080
2929966	Entenschänke	entenschaenke	DE		0	Europe/Berlin	51.31656	14.30823		Entenschanke,Entenschänke,Entenshenkhauser,Entenshenkhäuser,Kaca Korcma,Kača Korčma		13	00	14625	14625280
2929967	Entenplatz	entenplatz	DE		0	Europe/Berlin	50.72575	6.14685				07	053	05334	05334002
2929969	Entenpfuhl	entenpfuhl	DE		0	Europe/Berlin	50.59642	6.25608				07	053	05334	05334020
2929970	Entenpfuhl	entenpfuhl	DE		0	Europe/Berlin	49.86716	7.59442				08	00	07133	07133501
2929971	Entenort	entenort	DE		0	Europe/Berlin	52.03811	8.20831				07	057	05754	05754048
2929982	Entenberg	entenberg	DE		0	Europe/Berlin	49.45023	11.36653		Entenberg		02	095	09574	09574139
2929988	Entenau	entenau	DE		0	Europe/Berlin	48.58041	12.23943				02	092	09261	09261000
2929990	Ente	ente	DE		0	Europe/Berlin	51.07843	7.3039		Ente		07	053	05374	05374052
2929991	Entbuch	entbuch	DE		0	Europe/Berlin	47.79295	12.21946				02	091	09187	09187169
2929992	Entbach	entbach	DE		0	Europe/Berlin	47.74533	12.15839				02	091	09187	09187156
2929993	Entau	entau	DE		0	Europe/Berlin	48.87088	12.74613				02	092	09278	09278140
2929996	Enste	enste	DE		0	Europe/Berlin	51.36572	8.24863		Enste		07	059	05958	05958032
2929998	Ensmannsreut	ensmannsreut	DE		0	Europe/Berlin	48.76995	13.61433				02	092	09272	09272151
2929999	Ensmannsberg	ensmannsberg	DE		0	Europe/Berlin	48.85732	13.07193				02	092	09271	09271148
2930001	Enslingen	enslingen	DE		0	Europe/Berlin	49.16111	9.75583				01	081	08127	08127086
2930002	Enslingen	enslingen	DE		0	Europe/Berlin	48.9525	10.44				02	097	09779	09779147
2930004	Ensingen	ensingen	DE		0	Europe/Berlin	48.96784	8.95011		Ensingen		01	081	08118	08118073
2930008	Ensfeld	ensfeld	DE		0	Europe/Berlin	48.83783	11.02141		Ensfeld		02	091	09176	09176148
2930010	Ensenberg	ensenberg	DE		0	Europe/Berlin	48.1451	8.04324				01	083	08316	08316055
2930012	Ensen	ensen	DE		0	Europe/Berlin	52.52486	9.00402				06	00	03256	03256032
2930013	Ensen	ensen	DE		0	Europe/Berlin	50.89838	7.04172				07	053	05315	05315000
2930022	Ensbach	ensbach	DE		0	Europe/Berlin	48.85102	13.08607				02	092	09271	09271148
2930029	Ennigloh	ennigloh	DE		0	Europe/Berlin	52.2	8.53333				07	057	05758	05758004
2930032	Enniger	enniger	DE		0	Europe/Berlin	51.719	7.8463				07	059	05915	05915000
2930033	Enniger	enniger	DE		0	Europe/Berlin	51.83194	7.95151		Enniger		07	055	05570	05570020
2930034	Ennewitz	ennewitz	DE		0	Europe/Berlin	51.44084	12.2318				13	00	14730	14730270
2930035	Ennetach	ennetach	DE		1600	Europe/Berlin	48.05238	9.3201	560			01	084	08437	08437076
2930036	Ennest	ennest	DE		0	Europe/Berlin	51.14566	7.91345				07	059	05966	05966004
2930040	Ennerich	ennerich	DE		0	Europe/Berlin	50.3937	8.12762		Ennerich		05	065	06533	06533013
2930041	Ennerbach	ennerbach	DE		0	Europe/Berlin	47.84922	7.94432				01	083	08336	08336087
2930046	Ennepe	ennepe	DE		0	Europe/Berlin	51.18962	7.45972		Ennepe		07	059	05962	05962012
2930047	Ennenhofen	ennenhofen	DE		0	Europe/Berlin	47.79093	10.61248				02	097	09777	09777151
2930048	Ennenbach	ennenbach	DE		0	Europe/Berlin	50.83185	7.49289				07	053	05382	05382052
2930049	Ennahofen	ennahofen	DE		0	Europe/Berlin	48.35097	9.65981				01	084	08425	08425002
2930050	Ennabeuren	ennabeuren	DE		0	Europe/Berlin	48.44144	9.6502				01	084	08425	08425139
2930052	Enklarn	enklarn	DE		0	Europe/Berlin	49.26663	12.86333				02	093	09372	09372112
2930054	Enkingen	enkingen	DE		0	Europe/Berlin	48.82788	10.57275				02	097	09779	09779185
2930056	Enkheim	enkheim	DE		0	Europe/Berlin	50.14692	8.75792				05	064	06412	06412000
2930057	Enkhausen	enkhausen	DE		0	Europe/Berlin	51.37205	7.96443		Enkhausen		07	059	05958	05958044
2930058	Enkhausen	enkhausen	DE		0	Europe/Berlin	51.31046	8.25525				07	059	05958	05958032
2930059	Enkesen im Klei	enkesen-im-klei	DE		0	Europe/Berlin	51.56833	8.21389		Enkesen,Enkesen im Klei		07	059	05974	05974008
2930060	Enkesen	enkesen	DE		0	Europe/Berlin	51.56051	8.02683				07	059	05974	05974040
2930063	Enkering	enkering	DE		0	Europe/Berlin	48.9925	11.36312				02	091	09176	09176137
2930064	Enkenstein	enkenstein	DE		0	Europe/Berlin	47.68082	7.80845				01	083	08336	08336081
2930066	Enkenhofen	enkenhofen	DE		0	Europe/Berlin	47.74312	9.98446				01	084	08436	08436094
2930068	Enkendorf	enkendorf	DE		0	Europe/Berlin	54.2374	9.9263				10	00	01058	01058094
2930069	Enkendorf	enkendorf	DE		0	Europe/Berlin	47.61966	7.90346				01	083	08337	08337116
2930072	Enkenbach	enkenbach	DE		0	Europe/Berlin	49.48333	7.88333				08	00	07335	07335004
2930077	Enjebuhr	enjebuhr	DE		0	Europe/Berlin	53.47973	8.43113				06	00	03461	03461007
2930078	Enisried	enisried	DE		0	Europe/Berlin	47.68041	10.59023				02	097	09777	09777149
2930083	Enhofen	enhofen	DE		0	Europe/Berlin	49.08171	11.0628				02	095	09577	09577127
2930084	Enhofen	enhofen	DE		0	Europe/Berlin	48.25988	12.63406				02	091	09171	09171137
2930086	Enheim	enheim	DE		0	Europe/Berlin	49.63262	10.13746				02	096	09675	09675150
2930089	Engter	engter	DE		0	Europe/Berlin	52.38764	8.05873		Engter		06	00	03459	03459014
2930090	Engstlatt	engstlatt	DE		0	Europe/Berlin	48.30072	8.87412				01	084	08417	08417002
2930092	Engstenberg	engstenberg	DE		0	Europe/Berlin	51.04072	7.09695				07	053	05316	05316000
2930095	Engratsried	engratsried	DE		0	Europe/Berlin	47.75811	10.57065				02	097	09777	09777151
2930097	Engolling	engolling	DE		0	Europe/Berlin	48.79423	13.10154				02	092	09271	09271113
2930098	Engolding	engolding	DE		0	Europe/Berlin	48.30748	12.3555				02	091	09183	09183114
2930099	Engolding	engolding	DE		0	Europe/Berlin	48.18982	12.5993				02	091	09171	09171133
2930103	Englschalling	englschalling	DE		0	Europe/Berlin	48.30584	12.23383				02	091	09177	09177115
2930104	Englschalking	englschalking	DE		0	Europe/Berlin	48.15761	11.64843				02	091	09162	09162000
2930105	Englpolding	englpolding	DE		0	Europe/Berlin	48.28154	11.99879				02	091	09177	09177113
2930106	Englöd	englod	DE		0	Europe/Berlin	48.47973	13.18094				02	092	09275	09275125
2930108	Englmeng	englmeng	DE		0	Europe/Berlin	48.07561	12.02188				02	091	09175	09175115
2930110	Englmannszell	englmannszell	DE		0	Europe/Berlin	48.60019	11.41122				02	091	09186	09186128
2930111	Englmannsbrunn	englmannsbrunn	DE		0	Europe/Berlin	49.36454	12.67155		Engelmannsbrunn,Englmannsbrunn		02	093	09372	09372171
2930113	Englmannsberg	englmannsberg	DE		0	Europe/Berlin	48.58838	12.6176				02	092	09279	09279134
2930114	Englmannsberg	englmannsberg	DE		0	Europe/Berlin	48.5464	11.37758				02	091	09186	09186128
2930116	Englisweiler	englisweiler	DE		0	Europe/Berlin	48.0181	9.94358				01	084	08426	08426113
2930120	Engling	engling	DE		0	Europe/Berlin	47.91513	12.27284				02	091	09187	09187128
2930122	Englhausen	englhausen	DE		0	Europe/Berlin	48.15457	12.44694				02	091	09183	09183145
2930124	Englfing	englfing	DE		0	Europe/Berlin	48.77454	13.17149		Engelfing,Englfing		02	092	09271	09271149
2930125	Engleshof	engleshof	DE		0	Europe/Berlin	49.6027	12.20989				02	093	09374	09374146
2930126	Englertshofen	englertshofen	DE		0	Europe/Berlin	48.24574	11.20108				02	091	09179	09179117
2930128	Englerts	englerts	DE		0	Europe/Berlin	47.96332	9.76376				01	084	08436	08436009
2930130	Engle	engle	DE		0	Europe/Berlin	47.72223	10.96609				02	091	09190	09190145
2930131	Englburg	englburg	DE		0	Europe/Berlin	48.73016	13.34035				02	092	09275	09275152
2930133	Englboldsdorf	englboldsdorf	DE		0	Europe/Berlin	48.64266	13.47055				02	092	09275	09275146
2930138	England	england	DE		0	Europe/Berlin	54.48333	8.88333				10	00	01054	01054091
2930139	England	england	DE		0	Europe/Berlin	52.21667	7.03333				07	055	05554	05554020
2930142	Engkofen	engkofen	DE		0	Europe/Berlin	48.52808	12.47944				02	092	09274	09274112
2930143	Engkofen	engkofen	DE		0	Europe/Berlin	48.52943	12.25071				02	092	09274	09274111
2930144	Engishausen	engishausen	DE		0	Europe/Berlin	48.10857	10.27398				02	097	09778	09778130
2930146	Enghausen	enghausen	DE		0	Europe/Berlin	48.53869	11.9053				02	091	09178	09178142
2930149	Enggrub	enggrub	DE		0	Europe/Berlin	48.2831	12.78692		Biserl,Enggrub		02	091	09171	09171115
2930151	Engfurt	engfurt	DE		0	Europe/Berlin	48.27913	12.61073				02	091	09171	09171132
2930152	Engetweiler	engetweiler	DE		0	Europe/Berlin	47.86124	9.78112				01	084	08436	08436014
2930153	Engetsweiler	engetsweiler	DE		0	Europe/Berlin	47.63333	9.78333				01	084	08436	08436081
2930154	Engetried	engetried	DE		0	Europe/Berlin	47.92965	10.39639		Engetried		02	097	09778	09778168
2930156	Engertsöd	engertsod	DE		0	Europe/Berlin	48.33473	13.2039				02	092	09275	09275132
2930157	Engertshofen	engertshofen	DE		0	Europe/Berlin	48.34611	10.55473				02	097	09772	09772131
2930158	Engertsham	engertsham	DE		0	Europe/Berlin	48.47736	13.35912				02	092	09275	09275122
2930159	Engertsham	engertsham	DE		0	Europe/Berlin	48.02007	12.58922				02	091	09189	09189157
2930160	Engertsdorf	engertsdorf	DE		0	Europe/Berlin	50.92383	12.57239		Engertsdorf,Hinteruhlmannsdorf		15	00	16077	16077036
2930163	Engershausen	engershausen	DE		0	Europe/Berlin	52.30544	8.49836		Engershausen		07	057	05770	05770036
2930166	Engers	engers	DE		0	Europe/Berlin	50.43106	7.54415		Engers		08	00	07138	07138045
2930167	Engerode	engerode	DE		0	Europe/Berlin	52.08805	10.37315				06	00	03102	03102000
2930168	Engerndorf	engerndorf	DE		0	Europe/Berlin	47.78782	12.32007				02	091	09187	09187114
2930169	Engern	engern	DE		0	Europe/Berlin	52.19382	9.11024				06	00	03257	03257031
2930170	Engerling	engerling	DE		0	Europe/Berlin	47.96438	11.91429				02	091	09175	09175113
2930173	Engerheide	engerheide	DE		0	Europe/Berlin	54.73333	9.01667				10	00	01054	01054167
2930176	Engerhafe	engerhafe	DE		0	Europe/Berlin	53.4818	7.31079				06	00	03452	03452023
2930177	Engerfeld	engerfeld	DE		0	Europe/Berlin	51.0778	7.1967				07	053	05378	05378032
2930178	Engerda	engerda	DE		0	Europe/Berlin	50.78824	11.40286				15	00	16073	16073109
2930180	Engerazhofen	engerazhofen	DE		0	Europe/Berlin	47.77253	9.97907				01	084	08436	08436055
2930184	Engeo	engeo	DE		0	Europe/Berlin	53.47231	9.13028				06	00	03357	03357008
2930186	Engenweiler	engenweiler	DE		0	Europe/Berlin	48.03507	9.52863				01	084	08437	08437100
2930189	Engenthal	engenthal	DE		0	Europe/Berlin	50.13285	9.99722				02	096	09672	09672121
2930190	Engenthal	engenthal	DE		0	Europe/Berlin	49.61667	11.38333				02	095	09574	09574155
2930191	Engenstein	engenstein	DE		0	Europe/Berlin	50.49629	10.85422				15	00	16069	16069042
2930192	Engensen	engensen	DE		0	Europe/Berlin	52.49862	9.94331		Engensen		06	00	03241	03241004
2930194	Engenreute	engenreute	DE		0	Europe/Berlin	47.86116	9.72202				01	084	08436	08436014
2930197	Engenhahn	engenhahn	DE		0	Europe/Berlin	50.17388	8.24969				05	064	06439	06439011
2930198	Engenberg	engenberg	DE		0	Europe/Berlin	47.62676	9.90638				02	097	09776	09776114
2930200	Engenau	engenau	DE		0	Europe/Berlin	50.50565	10.84476				15	00	16069	16069042
2930203	Engelwarz	engelwarz	DE		0	Europe/Berlin	47.65358	10.19644				02	097	09780	09780144
2930208	Engelswies	engelswies	DE		0	Europe/Berlin	48.04268	9.13462				01	084	08437	08437059
2930209	Engelswacht	engelswacht	DE		0	Europe/Berlin	54.20899	13.16737				12	00	13073	13073090
2930217	Engelshütt	engelshutt	DE		0	Europe/Berlin	49.20714	13.03218				02	093	09372	09372138
2930218	Engelsholt	engelsholt	DE		0	Europe/Berlin	51.17892	6.40978				07	051	05116	05116000
2930219	Engelshof	engelshof	DE		0	Europe/Berlin	52.85397	11.8937				14	00	15090	15090008
2930220	Engelshof	engelshof	DE		0	Europe/Berlin	49.45	7.75				08	00	07312	07312000
2930224	Engelshagen	engelshagen	DE		0	Europe/Berlin	51.16178	7.31517		Engelshagen		07	053	05374	05374016
2930227	Engelsdorf	engelsdorf	DE		0	Europe/Berlin	51.33438	12.48215				13	00	14713	14713000
2930228	Engelsdorf	engelsdorf	DE		199	Europe/Berlin	50.91484	6.29981		Engelsdorf		07	053	05358	05358004
2930229	Engelsdorf	engelsdorf	DE		0	Europe/Berlin	50.04196	6.25502				08	00	07232	07232138
2930230	Engelsdorf	engelsdorf	DE		0	Europe/Berlin	49.44162	11.91862				02	093	09371	09371136
2930231	Engelsdorf	engelsdorf	DE		0	Europe/Berlin	49.28759	12.58604				02	093	09372	09372146
2930232	Engelsdorf	engelsdorf	DE		0	Europe/Berlin	49.09512	12.84244				02	092	09276	09276135
2930233	Engelsdorf	engelsdorf	DE		0	Europe/Berlin	49.07904	12.75916				02	092	09278	09278178
2930234	Engelsdorf	engelsdorf	DE		0	Europe/Berlin	48.67895	11.96374				02	092	09274	09274172
2930235	Engelsdorf	engelsdorf	DE		0	Europe/Berlin	48.54183	11.97605				02	092	09274	09274194
2930236	Engelschwand	engelschwand	DE		0	Europe/Berlin	47.68116	8.03197				01	083	08337	08337038
2930239	Engelsby	engelsby	DE		0	Europe/Berlin	54.79509	9.47814				10	00	01001	01001000
2930240	Engelsburg	engelsburg	DE		0	Europe/Berlin	53.12505	13.60464				11	00	12073	12073396
2930241	Engelsburg	engelsburg	DE		0	Europe/Berlin	51.48903	11.26823				14	00	15087	15087370
2930242	Engelsburg	engelsburg	DE		0	Europe/Berlin	50.45845	9.62878				05	066	06631	06631018
2930247	Engelsbroich	engelsbroich	DE		0	Europe/Berlin	50.91667	7.16667				07	053	05378	05378028
2930268	Engelsbach	engelsbach	DE		0	Europe/Berlin	50.84986	10.60642				15	00	16067	16067092
2930270	Engelrod	engelrod	DE		0	Europe/Berlin	50.57884	9.26364				05	065	06535	06535012
2930271	Engelreuth	engelreuth	DE		0	Europe/Berlin	49.09371	11.07405				02	095	09577	09577161
2930272	Engelreiching	engelreiching	DE		0	Europe/Berlin	48.74359	13.18759		Engelreiching,Englreiching		02	092	09271	09271114
2930274	Engelport	engelport	DE		0	Europe/Berlin	50.13333	7.28333				08	00	07135	07135082
2930275	Engelpolz	engelpolz	DE		0	Europe/Berlin	47.59672	10.31999				02	097	09780	09780137
2930276	Engelnstedt	engelnstedt	DE		0	Europe/Berlin	52.1705	10.35445		Engelnstedt		06	00	03102	03102000
2930281	Engelmess	engelmess	DE		0	Europe/Berlin	49.92523	11.44509				02	094	09472	09472167
2930282	Engelmannsreuth	engelmannsreuth	DE		0	Europe/Berlin	49.81249	11.64968				02	094	09472	09472180
2930286	Engelitz	engelitz	DE		0	Europe/Berlin	47.66757	9.85293				02	097	09776	09776131
2930287	Engelitz	engelitz	DE		0	Europe/Berlin	47.66544	9.7633				01	084	08436	08436081
2930289	Engelhofen	engelhofen	DE		0	Europe/Berlin	49.0255	9.84719				01	081	08127	08127063
2930295	Engelhelms	engelhelms	DE		0	Europe/Berlin	50.51468	9.71329				05	066	06631	06631017
2930296	Engelharz	engelharz	DE		0	Europe/Berlin	47.86966	10.13792				02	097	09778	09778165
2930297	Engelhardtsgrün	engelhardtsgruen	DE		0	Europe/Berlin	50.38301	12.03245				13	00	14523	14523060
2930298	Engelhardsberg	engelhardsberg	DE		0	Europe/Berlin	49.79722	11.2936		Engelhardtsberg,Engelhartsberg		02	094	09474	09474176
2930299	Engelhardsweiler	engelhardsweiler	DE		0	Europe/Berlin	48.97253	10.07854				01	081	08136	08136019
2930300	Engelhardshausen	engelhardshausen	DE		0	Europe/Berlin	49.27477	10.03157				01	081	08127	08127008
2930302	Engelgau	engelgau	DE		0	Europe/Berlin	50.49487	6.67742		Engelgau		07	053	05366	05366032
2930303	Engelfangen	engelfangen	DE		0	Europe/Berlin	49.29307	6.90813				09	00	10041	10041515
2930304	Engelern	engelern	DE		0	Europe/Berlin	52.48282	7.7569				06	00	03459	03459026
2930305	Engeldorf	engeldorf	DE		0	Europe/Berlin	50.99972	7.25398				07	053	05378	05378012
2930308	Engelbrechtsmünster	engelbrechtsmunster	DE		0	Europe/Berlin	48.6937	11.63371		Engelbrechtsmunster,Engelbrechtsmünster		02	091	09186	09186122
2930311	Engelbostel	engelbostel	DE		0	Europe/Berlin	52.44761	9.66042		Endelindebostelde,Engelbossel,Engelbostel		06	00	03241	03241010
2930312	Engelbolz	engelbolz	DE		0	Europe/Berlin	47.68646	10.60692				02	097	09777	09777170
2930313	Engelboldshofen	engelboldshofen	DE		0	Europe/Berlin	47.76568	9.96704				01	084	08436	08436055
2930314	Engelbleck	engelbleck	DE		0	Europe/Berlin	51.21551	6.4656				07	051	05116	05116000
2930316	Engelberg	engelberg	DE		0	Europe/Berlin	48.79018	9.46571				01	081	08119	08119086
2930322	Engelbarzell	engelbarzell	DE		0	Europe/Berlin	49.06534	12.54333				02	092	09278	09278197
2930324	Engelbach	engelbach	DE		0	Europe/Berlin	50.92429	8.60839		Engelbach		05	065	06534	06534004
2930326	Engelau	engelau	DE		0	Europe/Berlin	54.26027	10.54272				10	00	01057	01057021
2930328	Engelage	engelage	DE		0	Europe/Berlin	52.38727	8.52956				07	057	05770	05770044
2930329	Engelade	engelade	DE		0	Europe/Berlin	51.87785	10.13735				06	00	03153	03153012
2930331	Engehöll	engehoell	DE		0	Europe/Berlin	50.09581	7.71204				08	00	07140	07140112
2930333	Engehausen	engehausen	DE		0	Europe/Berlin	52.68794	9.70041				06	00	03358	03358007
2930334	Engefeld	engefeld	DE		0	Europe/Berlin	54.73333	8.96667				10	00	01054	01054167
2930335	Engedey	engedey	DE		0	Europe/Berlin	47.6159	12.94827		Engedei,Engedey		02	091	09172	09172117
2930336	Enge	enge	DE		0	Europe/Berlin	54.72689	8.98021				10	00	01054	01054167
2930340	Engbüttel	engbuettel	DE		0	Europe/Berlin	53.69104	8.50915				06	00	03352	03352061
2930341	Engbrück	engbrueck	DE		0	Europe/Berlin	51.19548	6.52992				07	051	05162	05162020
2930344	Engberg	engberg	DE		0	Europe/Berlin	48.44301	12.87982				02	092	09277	09277139
2930348	Engar	engar	DE		0	Europe/Berlin	51.54605	9.10584		Engar		07	057	05762	05762040
2930349	Eng	eng	DE		0	Europe/Berlin	48.85375	12.804				02	092	09278	09278149
2930350	Enerke	enerke	DE		0	Europe/Berlin	51.3608	7.38207				07	059	05954	05954032
2930354	Endstall	endstall	DE		0	Europe/Berlin	47.74077	11.94643				02	091	09182	09182114
2930356	Endsgraben	endsgraben	DE		0	Europe/Berlin	48.32664	12.26455				02	091	09183	09183114
2930357	Endsfelden	endsfelden	DE		0	Europe/Berlin	48.53769	13.68201				02	092	09275	09275153
2930360	Endsee	endsee	DE		0	Europe/Berlin	49.44533	10.23888				02	095	09571	09571205
2930365	Endringhausen	endringhausen	DE		0	Europe/Berlin	51.19575	7.24286				07	051	05120	05120000
2930374	Endlkirchen	endlkirchen	DE		0	Europe/Berlin	48.3048	12.76395				02	091	09171	09171115
2930376	Endlhausen	endlhausen	DE		0	Europe/Berlin	47.9436	11.5759		Endelhausen		02	091	09173	09173120
2930377	Endlfeld	endlfeld	DE		0	Europe/Berlin	49.06076	11.92952				02	093	09375	09375162
2930378	Endlau	endlau	DE		0	Europe/Berlin	48.69333	13.07972				02	092	09271	09271141
2930381	Endingen	endingen	DE		0	Europe/Berlin	54.24422	12.90226				12	00	13073	13073041
2930382	Endingen	endingen	DE		0	Europe/Berlin	48.25606	8.83953				01	084	08417	08417002
2930383	Endingen	endingen	DE		9034	Europe/Berlin	48.14221	7.70049		Endingen		01	083	08316	08316012
2930384	Endham	endham	DE		0	Europe/Berlin	48.35245	12.05289				02	091	09177	09177120
2930386	Endfellen	endfellen	DE		0	Europe/Berlin	48.17839	12.70205		Endfellen,Endfelln		02	091	09171	09171121
2930388	Endersen	endersen	DE		0	Europe/Berlin	47.75	9.78333				01	084	08436	08436081
2930389	Enderndorf	enderndorf	DE		0	Europe/Berlin	49.1478	10.9162				02	095	09576	09576147
2930390	Endermettingen	endermettingen	DE		0	Europe/Berlin	47.70196	8.33823				01	083	08337	08337128
2930393	Enderbach	enderbach	DE		0	Europe/Berlin	48.85684	9.74148				01	081	08119	08119001
2930394	Endenich	endenich	DE		0	Europe/Berlin	50.72377	7.07278		Antiche,Endenesch,Endenich,an de ni xi,安德尼希		07	053	05314	05314000
2930395	Endenburg	endenburg	DE		0	Europe/Berlin	47.71352	7.73515		Edenburg		01	083	08336	08336084
2930398	Endeln	endeln	DE		0	Europe/Berlin	51.75158	6.97392				07	055	05562	05562012
2930399	Endel	endel	DE		0	Europe/Berlin	52.86263	8.27116				06	00	03460	03460010
2930400	Endeholz	endeholz	DE		0	Europe/Berlin	52.7182	10.31503				06	00	03351	03351025
2930401	Endebruch	endebruch	DE		0	Europe/Berlin	51.06667	6.06667				07	053	05370	05370016
2930402	Ende	ende	DE		0	Europe/Berlin	51.42299	7.44433				07	059	05954	05954020
2930406	Endbogen	endbogen	DE		0	Europe/Berlin	48.91627	12.96889				02	092	09271	09271122
2930409	Endau	endau	DE		0	Europe/Berlin	48.53194	13.34333				02	092	09275	09275122
2930410	Endach	endach	DE		0	Europe/Berlin	48.36326	12.75054				02	092	09277	09277153
2930411	End	end	DE		0	Europe/Berlin	51.23815	6.26805				07	051	05166	05166024
2930412	End	end	DE		0	Europe/Berlin	51.11026	6.07972				07	053	05370	05370016
2930413	End	end	DE		0	Europe/Berlin	50.06196	11.07327				02	094	09478	09478165
2930414	Enchenreuth	enchenreuth	DE		0	Europe/Berlin	50.23979	11.62148				02	094	09475	09475136
2930415	Enchendorf	enchendorf	DE		0	Europe/Berlin	48.77428	12.86024				02	092	09271	09271146
2930427	Emst-Bissingheim	emst-bissingheim	DE		0	Europe/Berlin	51.35339	7.51417		Bissingheim,Emst-Bissingheim		07	059	05914	05914000
2930428	Emstal	emstal	DE		0	Europe/Berlin	52.30176	12.77813		Lenyn Swyna,Schwina		11	00	12069	12069306
2930429	Emstal	emstal	DE		0	Europe/Berlin	51.24641	9.25776				05	066	06633	06633006
2930430	Emstadt	emstadt	DE		0	Europe/Berlin	50.35512	10.9826				15	00	16072	16072015
2930433	Emskeim	emskeim	DE		0	Europe/Berlin	48.80504	11.02399				02	091	09185	09185153
2930435	Emsing	emsing	DE		0	Europe/Berlin	48.9979	11.26305				02	091	09176	09176164
2930438	Emsgritt	emsgritt	DE		0	Europe/Berlin	47.5968	9.80791		Embsgritt,Emsgritt		02	097	09776	09776126
2930442	Emsen	emsen	DE		0	Europe/Berlin	53.38334	9.86198		Emsen		06	00	03353	03353029
2930447	Emsdorf	emsdorf	DE		0	Europe/Berlin	51.48858	12.17102				14	00	15088	15088195
2930448	Emsdorf	emsdorf	DE		0	Europe/Berlin	50.86773	8.98724		Emsdorf		05	065	06534	06534011
2930450	Emscher-Lippe	emscher-lippe	DE		0	Europe/Berlin	51.63333	7.33333		Emscher-Lippe,Lippe		07	055	05562	05562008
2930458	Ems	ems	DE		0	Europe/Berlin	51.8988	8.31536				07	057	05754	05754008
2930459	Empte	empte	DE		0	Europe/Berlin	51.87824	7.29785		Emmithi,Emnithi,Empte		07	055	05558	05558016
2930460	Empling	empling	DE		0	Europe/Berlin	48.22462	12.33001				02	091	09183	09183138
2930462	Empfing	empfing	DE		0	Europe/Berlin	47.88067	12.63757				02	091	09189	09189155
2930464	Empfershausen	empfershausen	DE		0	Europe/Berlin	51.17784	9.54615				05	066	06634	06634012
2930465	Empertsreut	empertsreut	DE		0	Europe/Berlin	48.79054	13.47283				02	092	09272	09272138
2930468	Empelde	empelde	DE		0	Europe/Berlin	52.34258	9.66471				06	00	03241	03241014
2930469	Empede	empede	DE		0	Europe/Berlin	52.53606	9.46455				06	00	03241	03241012
2930471	Emminghausen	emminghausen	DE		0	Europe/Berlin	51.10607	7.20194				07	053	05378	05378032
2930474	Emmingen ab Egg	emmingen-ab-egg	DE		0	Europe/Berlin	47.92988	8.8519		Emmingen,Emmingen ab Egg		01	083	08327	08327057
2930475	Emmingen	emmingen	DE		0	Europe/Berlin	53.00056	9.99488				06	00	03358	03358021
2930476	Emmingen	emmingen	DE		0	Europe/Berlin	48.58366	8.73472				01	082	08235	08235046
2930477	Emming	emming	DE		0	Europe/Berlin	48.74468	13.17473				02	092	09271	09271149
2930481	Emmertshof	emmertshof	DE		0	Europe/Berlin	49.22205	9.58815				01	081	08126	08126058
2930482	Emmertsbühl	emmertsbuhl	DE		0	Europe/Berlin	49.28836	10.00935				01	081	08127	08127008
2930485	Emmerszell	emmerszell	DE		0	Europe/Berlin	49.09533	12.59602				02	092	09278	09278197
2930486	Emmersweiler	emmersweiler	DE		0	Europe/Berlin	49.18176	6.85598		Emmersweiler		09	00	10041	10041512
2930487	Emmerstedt	emmerstedt	DE		0	Europe/Berlin	52.24357	10.96384				06	00	03154	03154028
2930489	Emmershausen	emmershausen	DE		0	Europe/Berlin	50.36572	8.3757				05	064	06434	06434013
2930490	Emmersdorf	emmersdorf	DE		0	Europe/Berlin	49.04458	12.64297				02	092	09278	09278179
2930491	Emmersdorf	emmersdorf	DE		0	Europe/Berlin	48.56083	13.00138		Emmersdorf		02	092	09277	09277126
2930492	Emmeroth	emmeroth	DE		0	Europe/Berlin	49.89342	7.16083				08	00	07231	07231070
2930493	Emmern	emmern	DE		0	Europe/Berlin	52.05175	9.37649				06	00	03252	03252005
2930495	Emmerkofen	emmerkofen	DE		0	Europe/Berlin	47.8722	11.54174				02	091	09173	09173118
2930496	Emmerke	emmerke	DE		0	Europe/Berlin	52.16664	9.86898		Ambriki,Ammarki [a. 845],Embreke [a. 1250],Emmerke		06	00	03254	03254017
2930498	Emmeringen	emmeringen	DE		0	Europe/Berlin	52.0482	11.25402				14	00	15083	15083415
2930503	Emmerichsthal	emmerichsthal	DE		0	Europe/Berlin	50.21645	9.56625				02	096	09677	09677169
2930506	Emmerichshofen	emmerichshofen	DE		0	Europe/Berlin	50.09454	9.00754				02	096	09671	09671134
2930508	Emmerichenhain	emmerichenhain	DE		0	Europe/Berlin	50.63034	8.06826				08	00	07143	07143286
2930511	Emmereis	emmereis	DE		0	Europe/Berlin	47.60164	10.32499				02	097	09780	09780137
2930512	Emmerborn	emmerborn	DE		0	Europe/Berlin	51.85414	9.67371		Emmerborn		06	00	03255	03255036
2930516	Emmenthal	emmenthal	DE		0	Europe/Berlin	48.39319	10.23102				02	097	09774	09774119
2930519	Emmenhausen	emmenhausen	DE		0	Europe/Berlin	51.58254	9.83079		Emmenhausen		06	00	03159	03159007
2930520	Emmenhausen	emmenhausen	DE		0	Europe/Berlin	47.99751	10.80121		Emmenhausen		02	097	09777	09777177
2930525	Emmen	emmen	DE		0	Europe/Berlin	53.38701	9.7067		Emmen		06	00	03353	03353019
2930526	Emmen	emmen	DE		0	Europe/Berlin	52.71499	10.62335				06	00	03151	03151011
2930527	Emmelweiler	emmelweiler	DE		0	Europe/Berlin	47.76667	9.63333				01	084	08436	08436064
2930531	Emmelsbüll	emmelsbuell	DE		0	Europe/Berlin	54.8105	8.69564		AEmesbel,Emmelsbull,Emmelsbüll,Ämesbel		10	00	01054	01054166
2930532	Emmelndorf	emmelndorf	DE		0	Europe/Berlin	53.39402	9.98504		Emmelndorf		06	00	03353	03353031
2930533	Emmeln	emmeln	DE		0	Europe/Berlin	52.78716	7.27824				06	00	03454	03454018
2930536	Emmelkamp	emmelkamp	DE		0	Europe/Berlin	51.68766	6.9332		Emmelkamp,Emmilinghem,Emmilinghêm,Emnelkamp		07	055	05562	05562012
2930537	Emmelhofen	emmelhofen	DE		0	Europe/Berlin	47.79497	9.89593				01	084	08436	08436052
2930538	Emmelhofen	emmelhofen	DE		0	Europe/Berlin	47.72056	9.66387				01	084	08436	08436018
2930544	Emling	emling	DE		0	Europe/Berlin	47.92629	12.03269				02	091	09187	09187179
2930545	Emlichheimer Wösten	emlichheimer-woesten	DE		0	Europe/Berlin	52.63768	6.87357		Emlichheimer Weusten,Emlichheimer Wosten,Emlichheimer Wösten		06	00	03456	03456002
2930548	Emkum	emkum	DE		0	Europe/Berlin	51.75116	7.34264		Emminghem,Emminghêm		07	055	05558	05558024
2930551	Emishalden	emishalden	DE		0	Europe/Berlin	47.99316	9.98633		Emishalde,Emishalden		01	084	08426	08426100
2930555	Emilienhof	emilienhof	DE		0	Europe/Berlin	53.85527	13.51465				12	00	13075	13075088
2930556	Emilienhof	emilienhof	DE		0	Europe/Berlin	52.89446	12.58587				11	00	12068	12068477
2930566	Emhof	emhof	DE		0	Europe/Berlin	49.23761	11.93047				02	093	09371	09371148
2930567	Emetzheim	emetzheim	DE		0	Europe/Berlin	49.01606	10.93436				02	095	09577	09577177
2930570	Emertsham	emertsham	DE		0	Europe/Berlin	48.06983	12.48918				02	091	09189	09189149
2930571	Emersleben	emersleben	DE		0	Europe/Berlin	51.92961	11.13949				14	00	15085	15085135
2930573	Emershofen	emershofen	DE		0	Europe/Berlin	48.27234	10.12476				02	097	09775	09775164
2930577	Emern	emern	DE		0	Europe/Berlin	52.90963	10.66592				06	00	03360	03360030
2930578	Emerlanden	emerlanden	DE		0	Europe/Berlin	47.75671	10.11066				01	084	08436	08436055
2930580	Emerkam	emerkam	DE		0	Europe/Berlin	48.28677	12.42785				02	091	09183	09183151
2930582	Emerfeld	emerfeld	DE		0	Europe/Berlin	48.16888	9.31803				01	084	08426	08426067
2930585	Emen	emen	DE		0	Europe/Berlin	52.8139	7.25544		Emen		06	00	03454	03454018
2930586	Emelsdorf	emelsdorf	DE		0	Europe/Berlin	49.61001	10.73225				02	095	09575	09575125
2930593	Harsweg	harsweg	DE		0	Europe/Berlin	53.39189	7.20861		Emden-Harsweg,Harsweg		06	00	03402	03402000
2930604	Embken	embken	DE		0	Europe/Berlin	50.68475	6.57665		Embden,Embken		07	053	05358	05358044
2930605	Emberg	emberg	DE		0	Europe/Berlin	48.6934	8.66761				01	082	08235	08235084
2930608	Embach	embach	DE		0	Europe/Berlin	48.95757	12.17628				02	093	09375	09375179
2930609	Embach	embach	DE		0	Europe/Berlin	48.26543	12.08361				02	091	09177	09177115
2930616	Elzhausen	elzhausen	DE		0	Europe/Berlin	49.19401	9.81657				01	081	08127	08127009
2930617	Elzerath	elzerath	DE		0	Europe/Berlin	49.83544	7.07571				08	00	07231	07231502
2930618	Elzenberg	elzenberg	DE		0	Europe/Berlin	50.82187	12.55481				13	00	14524	14524080
2930632	Elvese	elvese	DE		0	Europe/Berlin	51.66274	9.94607				06	00	03155	03155010
2930633	Elvert	elvert	DE		0	Europe/Berlin	51.81657	7.43489		Elvert,Elvrithi		07	055	05558	05558024
2930635	Elvershausen	elvershausen	DE		0	Europe/Berlin	51.70779	10.09563		Elvershausen		06	00	03155	03155007
2930636	Elversdorf	elversdorf	DE		0	Europe/Berlin	52.51385	11.87444		Elversdorf		14	00	15090	15090546
2930637	Elversberg	elversberg	DE		0	Europe/Berlin	49.31437	7.12844				09	00	10043	10043117
2930638	Elverlingsen	elverlingsen	DE		0	Europe/Berlin	51.27386	7.70676				07	059	05962	05962060
2930640	Elverdissen	elverdissen	DE		0	Europe/Berlin	52.0793	8.65173				07	057	05758	05758012
2930641	Elvekum	elvekum	DE		0	Europe/Berlin	51.14773	6.75125		Elvekum		07	051	05162	05162024
2930642	Elve	elve	DE		0	Europe/Berlin	52.05629	8.05294				07	055	05570	05570036
2930643	Eltzerhöfe	eltzerhoefe	DE		0	Europe/Berlin	50.21097	7.25408		Eltzerhofe,Eltzerhohe,Eltzerhöfe,Eltzerhöhe		08	00	07135	07135009
2930645	Eltze	eltze	DE		0	Europe/Berlin	52.45413	10.26295		Ellessem [a. 1240]		06	00	03241	03241018
2930646	Eltville	eltville	DE		16845	Europe/Berlin	50.02858	8.11754		Eltville,Eltville am Rhein		05	064	06439	06439003
2930647	Eltmannshausen	eltmannshausen	DE		0	Europe/Berlin	51.18509	9.98808				05	066	06636	06636003
2930648	Eltmannsee	eltmannsee	DE		0	Europe/Berlin	51.09537	9.82949		Eltmannsee		05	066	06636	06636012
2930651	Eltingshausen	eltingshausen	DE		0	Europe/Berlin	50.15798	10.12192				02	096	09672	09672140
2930653	Eltingen	eltingen	DE		0	Europe/Berlin	48.78758	9.00943				01	081	08115	08115028
2930654	Eltheim	eltheim	DE		0	Europe/Berlin	48.98637	12.30931				02	093	09375	09375117
2930656	Eltershofen	eltershofen	DE		0	Europe/Berlin	49.1397	9.76311		Eltershofen		01	081	08127	08127076
2930657	Eltersdorf	eltersdorf	DE		0	Europe/Berlin	53.83333	10.45				10	00	01062	01062093
2930658	Eltersdorf	eltersdorf	DE		0	Europe/Berlin	49.55161	10.98976				02	095	09562	09562000
2930659	Elters	elters	DE		0	Europe/Berlin	50.57975	9.88091				05	066	06631	06631013
2930660	Eltern	eltern	DE		0	Europe/Berlin	52.68051	7.5168				06	00	03454	03454019
2930665	Elten	elten	DE		0	Europe/Berlin	51.87179	6.16018		Elten		07	051	05154	05154008
2930667	Elte	elte	DE		0	Europe/Berlin	52.24201	7.52295		Elte		07	055	05566	05566076
2930673	Elstorf	elstorf	DE		0	Europe/Berlin	53.42533	9.78508		Elstorf		06	00	03353	03353026
2930675	Elsthal	elsthal	DE		0	Europe/Berlin	52.07992	13.17821				11	00	12072	12072232
2930681	Elstervorstadt	elstervorstadt	DE		890	Europe/Berlin	51.86447	12.69076				14	00	15091	15091375
2930683	Elstertal	elstertal	DE		0	Europe/Berlin	50.85	12.08333				15	00	16052	16052000
2930695	Elster	elster	DE		2638	Europe/Berlin	51.83011	12.82424		Elster		14	00	15091	15091391
2930696	Elsten	elsten	DE		0	Europe/Berlin	52.78018	8.07005				06	00	03453	03453003
2930701	Elspe	elspe	DE		0	Europe/Berlin	51.15365	8.05201		Elisopi,Elspe,Ėlisopi		07	059	05966	05966020
2930705	Elsoff	elsoff	DE		0	Europe/Berlin	51.02323	8.51051		Elsoff,Elsoft		07	059	05970	05970004
2930706	Elsoff	elsoff	DE		996	Europe/Berlin	50.57583	8.11611		Elsoff		08	00	07143	07143218
2930710	Elsling	elsling	DE		0	Europe/Berlin	48.36132	12.94807				02	092	09277	09277149
2930712	Elslaake	elslaake	DE		0	Europe/Berlin	52.6948	12.37902		Meierei Elslaake		11	00	12063	12063274
2930716	Elsing	elsing	DE		0	Europe/Berlin	49.25829	12.64064				02	093	09372	09372146
2930718	Elsig	elsig	DE		0	Europe/Berlin	50.66632	6.74114		Elsig		07	053	05366	05366016
2930720	Elsholz	elsholz	DE		0	Europe/Berlin	52.19735	12.96379		Elsholz		11	00	12069	12069017
2930721	Elshof	elshof	DE		0	Europe/Berlin	52.69548	12.16521				14	00	15090	15090485
2930722	Elsheim	elsheim	DE		0	Europe/Berlin	49.91759	8.12434				08	00	07339	07339057
2930723	Elsgrund	elsgrund	DE		0	Europe/Berlin	52.51667	13.01667				11	00	12063	12063056
2930727	Elsey	elsey	DE		0	Europe/Berlin	51.36667	7.56667		Elsey		07	059	05914	05914000
2930730	Elser Holz	elser-holz	DE		0	Europe/Berlin	51.72025	8.67782				07	057	05774	05774032
2930731	Elser Heide	elser-heide	DE		0	Europe/Berlin	51.7416	8.67488				07	057	05774	05774032
2930697	Elstal	elstal	DE	14627	0	Europe/Berlin	52.5425	12.98795				11	00	12063	12063357
2930734	Elsenz	elsenz	DE		0	Europe/Berlin	49.17833	8.83227		Elsenz		01	081	08125	08125026
2930735	Elsenthal	elsenthal	DE		0	Europe/Berlin	48.84444	13.37109				02	092	09272	09272120
2930740	Elsenroth	elsenroth	DE		0	Europe/Berlin	50.93099	7.52814		Elsenroth		07	053	05374	05374032
2930746	Elsengrund	elsengrund	DE		0	Europe/Berlin	52.46667	13.6				16	00	11000	11000000
2930751	Elsenberg	elsenberg	DE		0	Europe/Berlin	49.69311	11.11688				02	094	09474	09474158
2930755	Elsenbach	elsenbach	DE		0	Europe/Berlin	48.39148	12.49403				02	091	09183	09183129
2930761	Elsen	elsen	DE		0	Europe/Berlin	52.07708	8.63345				07	057	05758	05758012
2930762	Elsen	elsen	DE		0	Europe/Berlin	51.73347	8.68586		Elsen		07	057	05774	05774032
2930763	Elsen	elsen	DE		0	Europe/Berlin	51.19183	7.77534				07	059	05962	05962020
2930764	Elsen	elsen	DE		0	Europe/Berlin	51.09387	6.5633				07	051	05162	05162008
2930766	Elsebeck	elsebeck	DE		0	Europe/Berlin	52.42765	11.3027				14	00	15083	15083125
2930782	Elschbacherhof	elschbacherhof	DE		0	Europe/Berlin	49.42048	7.43267				08	00	07335	07335016
2930783	Elschbach	elschbach	DE		0	Europe/Berlin	49.41669	7.43195		Elschbach		08	00	07335	07335003
2930787	Elsbeth	elsbeth	DE		0	Europe/Berlin	48.13484	12.31188				02	091	09183	09183147
2930794	Elsbach	elsbach	DE		0	Europe/Berlin	50.57134	7.44362				08	00	07138	07138006
2930795	Elsbach	elsbach	DE		0	Europe/Berlin	49.65308	8.9643				05	064	06437	06437006
2930801	Elsa	elsa	DE		0	Europe/Berlin	50.33966	10.81795		Elsa		02	094	09473	09473158
2930804	Elperting	elperting	DE		0	Europe/Berlin	47.84624	12.30651				02	091	09187	09187162
2930805	Elpershofen	elpershofen	DE		0	Europe/Berlin	49.22289	9.90147				01	081	08127	08127032
2930806	Elpersheim	elpersheim	DE		0	Europe/Berlin	49.46944	9.87278				01	081	08128	08128126
2930807	Elpersdorf	elpersdorf	DE		0	Europe/Berlin	49.27725	10.5178				02	095	09561	09561000
2930808	Elpersdorf	elpersdorf	DE		0	Europe/Berlin	49.23526	10.83537				02	095	09571	09571226
2930810	Elpersbüttelerdonn	elpersbuettelerdonn	DE		0	Europe/Berlin	54.06469	9.0742				10	00	01051	01051027
2930813	Elpenrod	elpenrod	DE		0	Europe/Berlin	50.66557	9.08254				05	065	06535	06535005
2930815	Elpe	elpe	DE		0	Europe/Berlin	51.27711	8.44591				07	059	05958	05958036
2930817	Elp	elp	DE		0	Europe/Berlin	51.2075	6.99616				07	051	05158	05158008
2930818	Elnrode	elnrode	DE		0	Europe/Berlin	50.96122	9.16194				05	066	06634	06634010
2930819	Elnhausen	elnhausen	DE		0	Europe/Berlin	50.81087	8.69173				05	065	06534	06534014
2930822	Elmshausen	elmshausen	DE		0	Europe/Berlin	50.85918	8.61541				05	065	06534	06534007
2930823	Elmshausen	elmshausen	DE		0	Europe/Berlin	49.70277	8.67063				05	064	06431	06431014
2930824	Elmshagen	elmshagen	DE		0	Europe/Berlin	51.26023	9.31806				05	066	06633	06633023
2930826	Elmschenhagen	elmschenhagen	DE		0	Europe/Berlin	54.29012	10.19348				10	00	01002	01002000
2930831	Elmpt	elmpt	DE		0	Europe/Berlin	51.21029	6.1532		Elmpt		07	051	05166	05166020
2930835	Elmischwang	elmischwang	DE		0	Europe/Berlin	48.28294	10.62322				02	097	09772	09772141
2930841	Elmering	elmering	DE		0	Europe/Berlin	48.82591	12.9966				02	092	09271	09271119
2930842	Elmer Hohenmoor	elmer-hohenmoor	DE		0	Europe/Berlin	53.50768	9.24962				06	00	03357	03357008
2930845	Elmerdamm	elmerdamm	DE		0	Europe/Berlin	53.49877	9.18526				06	00	03357	03357008
2930846	Elmenthal	elmenthal	DE		0	Europe/Berlin	50.79469	10.40409				15	00	16066	16066074
2930847	Elmenhorst Anteil	elmenhorst-anteil	DE		0	Europe/Berlin	54.15	12.01667				12	00	13072	13072030
2930857	Elmendorf	elmendorf	DE		0	Europe/Berlin	53.21986	8.00811				06	00	03451	03451002
2930858	Elmenau	elmenau	DE		0	Europe/Berlin	47.65489	9.66642		Elmenau		01	084	08435	08435042
2930859	Elmeloh	elmeloh	DE		0	Europe/Berlin	53.05479	8.58949				06	00	03458	03458005
2930860	Elmelage	elmelage	DE		0	Europe/Berlin	52.73369	8.20576				06	00	03460	03460001
2930861	Elme	elme	DE		0	Europe/Berlin	48.09882	8.0587				01	083	08316	08316042
2930863	Elmberg	elmberg	DE		0	Europe/Berlin	48.85966	13.45057				02	092	09272	09272120
2930871	Elmau	elmau	DE		0	Europe/Berlin	47.45998	11.17985				02	091	09180	09180122
2930873	Elmatried	elmatried	DE		0	Europe/Berlin	47.727	10.25173				02	097	09780	09780146
2930874	Elmarshausen	elmarshausen	DE		0	Europe/Berlin	51.34482	9.1838				05	066	06633	06633028
2930875	Elm	elm	DE		0	Europe/Berlin	53.51893	9.2059		Elm		06	00	03357	03357008
2930876	Elm	elm	DE		0	Europe/Berlin	50.36085	9.5557				05	064	06435	06435025
2930877	Elm	elm	DE		0	Europe/Berlin	49.29981	6.84251		Elm		09	00	10044	10044118
2930882	Ellwürden	ellwuerden	DE		0	Europe/Berlin	53.47838	8.44885				06	00	03461	03461007
2930883	Ellwort	ellwort	DE		0	Europe/Berlin	54.33333	8.95				10	00	01054	01054138
2930884	Ellwingshofen	ellwingshofen	DE		0	Europe/Berlin	49.43081	10.20669				02	095	09571	09571205
2930885	Ellwichtern	ellwichtern	DE		0	Europe/Berlin	48.33514	12.46239				02	091	09183	09183143
2930886	Ellwerath	ellwerath	DE		0	Europe/Berlin	50.17988	6.42385				08	00	07232	07232300
2930889	Ellwangen	ellwangen	DE		25276	Europe/Berlin	48.96164	10.13173		Ehl'vangen,Ell'vangen,Ellwanga,Elvangen,ai er wan gen,alfanghn,alwangan,elvangeni,Елванген,Елльванген,Эльванген,إلفانغن,الوانگان,ელვანგენი,埃尔万根		01	081	08136	08136019
2930890	Ellwangen	ellwangen	DE		0	Europe/Berlin	47.97599	9.94105		Ellwangen		01	084	08426	08426100
2930891	Ellwang	ellwang	DE		0	Europe/Berlin	48.02449	11.16005				02	091	09188	09188124
2930894	Ellund	ellund	DE		0	Europe/Berlin	54.79569	9.31014		Ellund		10	00	01059	01059183
2930896	Ellringen	ellringen	DE		0	Europe/Berlin	53.22337	10.70208				06	00	03355	03355013
2930897	Ellrichshausen	ellrichshausen	DE		0	Europe/Berlin	49.17732	10.14413				01	081	08127	08127073
2930898	Ellrichsbronn	ellrichsbronn	DE		0	Europe/Berlin	48.96343	10.41482				01	081	08136	08136071
2930901	Ellnrode	ellnrode	DE		0	Europe/Berlin	50.99208	8.97695		Ellnrode		05	066	06635	06635012
2930902	Ellmosen	ellmosen	DE		0	Europe/Berlin	47.8794	12.02325				02	091	09187	09187117
2930904	Ellmeney	ellmeney	DE		0	Europe/Berlin	47.8104	10.10019				01	084	08436	08436055
2930906	Ellmenegg	ellmenegg	DE		0	Europe/Berlin	47.71724	8.17201				01	083	08337	08337051
2930907	Ellmendingen	ellmendingen	DE		0	Europe/Berlin	48.90118	8.57586				01	082	08236	08236070
2930908	Ellmau	ellmau	DE		0	Europe/Berlin	47.68438	11.79153				02	091	09182	09182129
2930910	Ellmannsweiler	ellmannsweiler	DE		0	Europe/Berlin	48.10885	9.86402				01	084	08426	08426071
2930911	Ellmannsdorf	ellmannsdorf	DE		0	Europe/Berlin	49.18266	11.43557				02	093	09373	09373146
2930913	Ellingstedtfeld	ellingstedtfeld	DE		0	Europe/Berlin	54.48333	9.4				10	00	01059	01059023
2930917	Ellingsen	ellingsen	DE		0	Europe/Berlin	51.6158	8.09832				07	059	05974	05974040
2930918	Ellingsen	ellingsen	DE		0	Europe/Berlin	51.51663	8.20188		Ellingsen		07	059	05974	05974032
2930919	Ellinghoven	ellinghoven	DE		0	Europe/Berlin	51.1461	6.31707		Ellinghoven		07	053	05370	05370040
2930920	Ellinghorst	ellinghorst	DE		0	Europe/Berlin	51.55979	6.95475		Ellinghorst		07	055	05562	05562014
2930921	Ellinghausen	ellinghausen	DE		0	Europe/Berlin	52.83216	9.62893				06	00	03358	03358024
2930922	Ellinghausen	ellinghausen	DE		0	Europe/Berlin	52.773	8.58436				06	00	03251	03251042
2930923	Ellinghausen	ellinghausen	DE		0	Europe/Berlin	51.5546	7.42688				07	059	05913	05913000
2930924	Ellinghausen	ellinghausen	DE		0	Europe/Berlin	51.35188	7.34153				07	059	05954	05954012
2930925	Ellinghausen	ellinghausen	DE		0	Europe/Berlin	51.18333	7.61667				07	059	05962	05962032
2930926	Ellinghausen	ellinghausen	DE		0	Europe/Berlin	51.11802	7.17305				07	053	05378	05378032
2930928	Ellingerode	ellingerode	DE		0	Europe/Berlin	51.32997	9.821				05	066	06636	06636016
2930932	Groß Ellingen	gross-ellingen	DE		0	Europe/Berlin	52.70481	11.96311		Ellingen,Gross Ellingen,Groß Ellingen		14	00	15090	15090245
2930936	Ellighofen	ellighofen	DE		0	Europe/Berlin	48.16667	9.71667				01	084	08426	08426011
2930937	Ellighofen	ellighofen	DE		0	Europe/Berlin	48.00091	10.8343				02	091	09181	09181130
2930938	Ellighofen	ellighofen	DE		0	Europe/Berlin	47.92378	7.77065				01	083	08315	08315014
2930940	Ellierode	ellierode	DE		0	Europe/Berlin	51.83806	10.05712				06	00	03155	03155001
2930941	Ellierode	ellierode	DE		0	Europe/Berlin	51.63217	9.80661		Ellierode		06	00	03155	03155005
2930942	Elliehausen	elliehausen	DE		0	Europe/Berlin	51.54999	9.87034				06	00	03159	03159016
2930943	Ellichleben	ellichleben	DE		0	Europe/Berlin	50.81691	11.13715				15	00	16070	16070054
2930944	Ellhornsberg	ellhornsberg	DE		0	Europe/Berlin	54.27441	10.37132				10	00	01057	01057050
2930950	Ellhausen	ellhausen	DE		0	Europe/Berlin	50.85361	7.24871				07	053	05382	05382028
2930953	Ellgassen	ellgassen	DE		0	Europe/Berlin	47.6	9.9				02	097	09776	09776129
2930956	Ellewick	ellewick	DE		0	Europe/Berlin	52.06492	6.76794				07	055	05554	05554068
2930959	Elles	elles	DE		0	Europe/Berlin	50.69634	7.44917				08	00	07138	07138080
2930961	Ellerüh	ellerueh	DE		0	Europe/Berlin	54.63333	9.96667				10	00	01059	01059045
2930962	Ellerting	ellerting	DE		0	Europe/Berlin	48.10102	12.59638				02	091	09171	09171116
2930970	Ellershausen bei Münden	ellershausen-bei-muenden	DE		0	Europe/Berlin	51.51042	9.67962		Ellershausen,Ellershausen bei Munden,Ellershausen bei Münden		06	00	03159	03159024
2930971	Ellershausen	ellershausen	DE		0	Europe/Berlin	51.30076	9.95983				05	066	06636	06636001
2930972	Ellershausen	ellershausen	DE		0	Europe/Berlin	51.08118	8.89082				05	066	06635	06635010
2930973	Ellershagen	ellershagen	DE		0	Europe/Berlin	53.21006	12.29064				11	00	12070	12070153
2930974	Ellersell	ellersell	DE		0	Europe/Berlin	52.34352	11.64834		Ellersell (Colbitz)		14	00	15083	15083130
2930975	Ellersell	ellersell	DE		0	Europe/Berlin	52.3512	11.31647		Ellersell,Kolonie Ellersell		14	00	15083	15083115
2930976	Ellersdorf	ellersdorf	DE		0	Europe/Berlin	51.06184	14.45105				13	00	14625	14625560
2930977	Ellersdorf	ellersdorf	DE		0	Europe/Berlin	49.78537	10.87724				02	094	09471	09471131
2930978	Ellersdorf	ellersdorf	DE		0	Europe/Berlin	49.47361	12.02029				02	093	09371	09371122
2930979	Ellersdorf	ellersdorf	DE		0	Europe/Berlin	48.77498	13.40881				02	092	09272	09272138
2930981	Ellersberg	ellersberg	DE		0	Europe/Berlin	48.31009	13.0148				02	092	09277	09277145
2930984	Ellers	ellers	DE		0	Europe/Berlin	50.45936	9.61338				05	066	06631	06631018
2930986	Ellerort	ellerort	DE		0	Europe/Berlin	52.24168	8.51752				07	057	05758	05758028
2930991	Ellerndorf	ellerndorf	DE		0	Europe/Berlin	52.97475	10.31221				06	00	03360	03360007
2930997	Elleringhausen	elleringhausen	DE		0	Europe/Berlin	51.33734	8.54318		Elleringhausen		07	059	05958	05958036
2930998	Elleringhausen	elleringhausen	DE		0	Europe/Berlin	51.32155	9.00887				05	066	06635	06635018
2931004	Ellerholz	ellerholz	DE		0	Europe/Berlin	53.33509	12.72769				12	00	13071	13071122
2931006	Ellerhof	ellerhof	DE		0	Europe/Berlin	49.45788	6.66307				09	00	10042	10042113
2931009	Ellerding	ellerding	DE		0	Europe/Berlin	47.99075	12.33323				02	091	09187	09187113
2931010	Ellerchenhausen	ellerchenhausen	DE		0	Europe/Berlin	52.79607	8.55251				06	00	03251	03251042
2931011	Ellerbusch	ellerbusch	DE		0	Europe/Berlin	52.20923	8.68295				07	057	05758	05758024
2931017	Ellerbrook	ellerbrook	DE		0	Europe/Berlin	54.03333	9.15				10	00	01051	01051134
2931018	Ellerbrock	ellerbrock	DE		0	Europe/Berlin	52.98195	7.81824		Ellerbrock,Ellerbrok		06	00	03453	03453007
2931025	Ellerbeck	ellerbeck	DE		0	Europe/Berlin	52.25976	8.25286				06	00	03459	03459012
2931032	Ellerbach	ellerbach	DE		0	Europe/Berlin	51.26669	12.11242				14	00	15088	15088020
2931033	Ellerbach	ellerbach	DE		0	Europe/Berlin	48.93214	13.21179				02	092	09276	09276139
2931034	Ellerbach	ellerbach	DE		0	Europe/Berlin	48.49795	10.56215				02	097	09773	09773140
2931037	Ellerazhofen	ellerazhofen	DE		0	Europe/Berlin	47.81573	9.94574				01	084	08436	08436055
2931040	Eller	eller	DE		0	Europe/Berlin	51.2	6.85		Djussel'dorf-Ehller,Duesseldorf-Eller,Düsseldorf-Eller,Дюссельдорф-Эллер		07	051	05111	05111000
2931041	Eller	eller	DE		0	Europe/Berlin	50.10103	7.14326				08	00	07135	07135024
2931042	Ellenz	ellenz	DE		0	Europe/Berlin	50.11667	7.23333		Ellenz		08	00	07135	07135025
2931044	Ellenweiler	ellenweiler	DE		0	Europe/Berlin	48.99672	9.47459				01	081	08119	08119053
2931047	Ellenstedt	ellenstedt	DE		0	Europe/Berlin	52.81314	8.40918				06	00	03460	03460004
2931049	Ellenserdammersiel	ellenserdammersiel	DE		0	Europe/Berlin	53.43457	8.05165				06	00	03455	03455025
2931052	Ellenserdamm	ellenserdamm	DE		0	Europe/Berlin	53.46667	8.01667				06	00	03455	03455014
2931053	Ellensen	ellensen	DE		0	Europe/Berlin	51.80502	9.7419				06	00	03155	03155003
2931054	Ellensberg	ellensberg	DE		0	Europe/Berlin	47.78917	10.29948				02	097	09780	09780125
2931056	Ellens	ellens	DE		0	Europe/Berlin	53.45068	8.00881				06	00	03455	03455027
2931057	Ellenried	ellenried	DE		0	Europe/Berlin	48.19048	10.58593				02	097	09778	09778134
2931063	Ellenfurt	ellenfurt	DE		0	Europe/Berlin	47.81987	9.37394				01	084	08435	08435067
2931064	Ellenfeld	ellenfeld	DE		0	Europe/Berlin	49.83902	12.424				02	093	09377	09377112
2931067	Ellenbrunn	ellenbrunn	DE		0	Europe/Berlin	48.78244	11.07752				02	091	09185	09185153
2931090	Ellenbach	ellenbach	DE		0	Europe/Berlin	49.75244	12.27289				02	093	09374	09374121
2931091	Ellenbach	ellenbach	DE		0	Europe/Berlin	49.66701	8.76575				05	064	06431	06431007
2931092	Ellenbach	ellenbach	DE		0	Europe/Berlin	49.48814	11.44329				02	095	09574	09574132
2931093	Ellenbach	ellenbach	DE		0	Europe/Berlin	48.54262	11.38776				02	091	09186	09186128
2931096	Ellen	ellen	DE		0	Europe/Berlin	50.85971	6.49687				07	053	05358	05358048
2931099	Ellbrunn	ellbrunn	DE		0	Europe/Berlin	48.30409	12.79849				02	091	09171	09171115
2931109	Ellbach	ellbach	DE		0	Europe/Berlin	47.78198	11.58509				02	091	09173	09173112
2931111	Ellar	ellar	DE		0	Europe/Berlin	50.50669	8.0926		Ellar		05	065	06533	06533016
2931113	Ellaberg	ellaberg	DE		0	Europe/Berlin	48.28807	12.2825				02	091	09183	09183114
2931115	Ella	ella	DE		0	Europe/Berlin	48.30284	12.27789				02	091	09183	09183114
2931116	Ell	ell	DE		0	Europe/Berlin	50.77003	6.3071				07	053	05334	05334032
2931118	Elkhausen	elkhausen	DE		0	Europe/Berlin	50.81964	7.80465				08	00	07132	07132080
2931119	Elkershausen	elkershausen	DE		0	Europe/Berlin	51.42375	9.89041		Elkershausen		06	00	03159	03159013
2931122	Elkeringhausen	elkeringhausen	DE		0	Europe/Berlin	51.20322	8.57453		Elkeringhausen		07	059	05958	05958048
2931123	Elkerhausen	elkerhausen	DE		0	Europe/Berlin	50.41752	8.28421				05	065	06533	06533019
2931124	Elker	elker	DE		0	Europe/Berlin	51.73885	7.97509				07	055	05570	05570008
2931129	Elitz	elitz	DE		130	Europe/Berlin	47.67114	9.81509	556	Elitz,Eliz		01	084	08436	08436081
2931131	Elisenthal	elisenthal	DE		0	Europe/Berlin	50.81667	7.56667				07	053	05382	05382076
2931134	Elisenhof	elisenhof	DE		0	Europe/Berlin	52.5005	14.18245				11	00	12064	12064317
2931135	Elisenhof	elisenhof	DE		0	Europe/Berlin	51.54172	8.8051		Elisenhof		07	057	05774	05774040
2931145	Elisenfels	elisenfels	DE		0	Europe/Berlin	50.04572	12.17494				02	094	09479	09479112
2931149	Elisenau	elisenau	DE		0	Europe/Berlin	52.35285	12.26974				14	00	15086	15086080
2931150	Elisabethszell	elisabethszell	DE		0	Europe/Berlin	49.02715	12.7501		Elisabethszell		02	092	09278	09278129
2931153	Elisabethhütte	elisabethhuette	DE		0	Europe/Berlin	51.98679	14.36111				11	00	12061	12061224
2931154	Elisabethhöhe	elisabethhoehe	DE		0	Europe/Berlin	52.34688	12.88353				11	00	12069	12069656
2931158	Elisabethfehn	elisabethfehn	DE		0	Europe/Berlin	53.12626	7.74265		Elisabethfehn,Elizabethfehn		06	00	03453	03453001
2931160	Elisabethenhof	elisabethenhof	DE		0	Europe/Berlin	50.38565	9.41297				05	064	06435	06435028
2931163	Eliasbrunn	eliasbrunn	DE		0	Europe/Berlin	50.49648	11.60109				15	00	16075	16075134
2931164	Elhorn	elhorn	DE		0	Europe/Berlin	54.3	8.8		Elhorn,Ellhorn		10	00	01054	01054148
2931165	Elgert	elgert	DE		0	Europe/Berlin	50.57849	7.66773				08	00	07138	07138012
2931166	Elgersweier	elgersweier	DE		0	Europe/Berlin	48.44002	7.94758				01	083	08317	08317096
2931168	Elgershausen	elgershausen	DE		0	Europe/Berlin	51.27271	9.37572				05	066	06633	06633023
2931169	Elgersdorf	elgersdorf	DE		0	Europe/Berlin	51.06233	13.37454				13	00	14627	14627180
2931170	Elgersdorf	elgersdorf	DE		0	Europe/Berlin	49.53979	10.7485				02	095	09575	09575121
2931172	Elgendorf	elgendorf	DE		0	Europe/Berlin	50.44259	7.79099				08	00	07143	07143048
2931174	Elfte	elfte	DE		0	Europe/Berlin	52.27963	8.76262				07	057	05770	05770012
2931176	Elfsen	elfsen	DE		0	Europe/Berlin	51.54639	8.15559		Elfsen		07	059	05974	05974008
2931177	Elfinger Hof	elfinger-hof	DE		0	Europe/Berlin	48.99845	8.77339				01	082	08236	08236038
2931179	Elfgen	elfgen	DE		0	Europe/Berlin	51.08333	6.53333				07	051	05162	05162008
2931180	Elfershude	elfershude	DE		0	Europe/Berlin	53.42053	8.7731				06	00	03352	03352059
2931310	Ekernermoor	ekernermoor	DE		0	Europe/Berlin	53.15881	8.01424		Ekernermoor,Ekernmoor		06	00	03451	03451002
2931184	Elferdingen	elferdingen	DE		0	Europe/Berlin	52.8745	9.66424				06	00	03358	03358024
2931187	Elfenecke	elfenecke	DE		0	Europe/Berlin	51.87986	10.53713				06	00	03153	03153002
2931194	Elendskirchen	elendskirchen	DE		0	Europe/Berlin	47.93561	11.87365				02	091	09187	09187130
2931200	Elende	elende	DE		0	Europe/Berlin	51.43168	10.63156		Elende		15	00	16062	16062066
2931209	Eldratshofen	eldratshofen	DE		0	Europe/Berlin	47.92298	10.76194				02	097	09777	09777141
2931211	Eldern	eldern	DE		0	Europe/Berlin	47.92422	10.30804				02	097	09778	09778186
2931212	Eldering	eldering	DE		0	Europe/Berlin	48.35639	12.103				02	091	09177	09177138
2931220	Eldagsen	eldagsen	DE		0	Europe/Berlin	52.38567	8.94471		Eldagsen		07	057	05770	05770028
2931221	Eldagsen	eldagsen	DE		0	Europe/Berlin	52.17122	9.65926				06	00	03241	03241017
2931226	Elchesheim	elchesheim	DE		0	Europe/Berlin	48.92963	8.21067		Elchesheim,Elchesheim-Illingen		01	082	08216	08216012
2931227	Elchering	elchering	DE		0	Europe/Berlin	48.07751	12.06737				02	091	09175	09175137
2931228	Elcherath	elcherath	DE		0	Europe/Berlin	50.22466	6.18684				08	00	07232	07232329
2931231	Elbstorf	elbstorf	DE		0	Europe/Berlin	53.42064	10.2881				06	00	03353	03353007
2931235	Elbrinxen	elbrinxen	DE		0	Europe/Berlin	51.90695	9.25298				07	057	05766	05766052
2931236	Elbringhausen	elbringhausen	DE		0	Europe/Berlin	51.13387	7.55974				07	059	05962	05962028
2931237	Elbringhausen	elbringhausen	DE		0	Europe/Berlin	51.14303	7.23639		Elbringhausen		07	053	05378	05378032
2931241	Elbrichshof	elbrichshof	DE		0	Europe/Berlin	50.56214	9.57072				05	066	06631	06631011
2931242	Elbitz	elbitz	DE		0	Europe/Berlin	51.52859	11.71107				14	00	15087	15087386
2931243	Elbisheimerhof	elbisheimerhof	DE		0	Europe/Berlin	49.60962	8.04916				08	00	07333	07333045
2931244	Elbisbach	elbisbach	DE		0	Europe/Berlin	51.10465	12.64167				13	00	14729	14729140
2931255	Elbgrund	elbgrund	DE		0	Europe/Berlin	50.51227	8.06116		Elbgrund		05	065	06533	06533005
2931257	Elbeu	elbeu	DE		0	Europe/Berlin	52.23884	11.61861		Elbeu		14	00	15083	15083565
2931260	Elbersroth	elbersroth	DE		0	Europe/Berlin	49.20798	10.41855				02	095	09571	09571166
2931262	Elbersreuth	elbersreuth	DE		0	Europe/Berlin	50.24823	11.56108		Elbersreuth		02	094	09477	09477148
2931263	Elbersdorf	elbersdorf	DE		0	Europe/Berlin	51.11732	9.65676				05	066	06634	06634024
2931264	Elbersdorf	elbersdorf	DE		0	Europe/Berlin	51.02175	13.9916				13	00	14628	14628100
2931265	Elberschwenden	elberschwenden	DE		0	Europe/Berlin	48.93606	10.255				01	081	08136	08136019
2931268	Elbersberg	elbersberg	DE		0	Europe/Berlin	49.75195	11.44368		Elbersberg		02	094	09472	09472179
2931274	Elbergen	elbergen	DE		0	Europe/Berlin	52.75271	7.74073				06	00	03453	03453011
2931275	Elbergen	elbergen	DE		0	Europe/Berlin	52.45261	7.30897		Elbergen		06	00	03454	03454010
2931276	Elberfeld	elberfeld	DE		0	Europe/Berlin	51.25083	7.14816		Elberfeld,Elberfeldia,UWP,albrfld,إلبرفلد		07	051	05124	05124000
2931278	Elbenberg	elbenberg	DE		0	Europe/Berlin	51.2297	9.20307		Elbenberg,Elberberg		05	066	06633	06633018
2931281	Elbenrod	elbenrod	DE		0	Europe/Berlin	50.77844	9.33272				05	065	06535	06535001
2931283	Elbenau	elbenau	DE		0	Europe/Berlin	52.04487	11.75999				14	00	15089	15089305
2931295	Elbdeich	elbdeich	DE		0	Europe/Berlin	53.83241	9.19195				06	00	03359	03359030
2931296	Elbdeich	elbdeich	DE		0	Europe/Berlin	53.83176	9.104				06	00	03359	03359004
2931300	Elbart	elbart	DE		0	Europe/Berlin	49.61353	11.91335		Elbart		02	093	09371	09371121
2931302	Elbach	elbach	DE		0	Europe/Berlin	51.02522	7.45981		Elbach		07	053	05374	05374012
2931303	Elbach	elbach	DE		0	Europe/Berlin	47.74149	11.95235				02	091	09182	09182114
2931305	Elb	elb	DE		0	Europe/Berlin	51.18566	6.91402				07	051	05158	05158016
2931308	Ekholt	ekholt	DE		0	Europe/Berlin	53.74195	9.72123				10	00	01056	01056015
2931311	Ekern	ekern	DE		0	Europe/Berlin	53.16031	7.9963				06	00	03451	03451002
2931316	Ekelergaste	ekelergaste	DE		0	Europe/Berlin	53.6	7.21667				06	00	03452	03452019
2931317	Ekel	ekel	DE		0	Europe/Berlin	53.60442	7.21235				06	00	03452	03452019
2931318	Ekel	ekel	DE		0	Europe/Berlin	51.63615	6.93639				07	055	05512	05512000
2931319	Ekel	ekel	DE		0	Europe/Berlin	54.3246	9.3546				10	00	01059	01059024
2931321	Ekeberg	ekeberg	DE		0	Europe/Berlin	54.64563	9.60946				10	00	01059	01059082
2931322	Ekartsweiler	ekartsweiler	DE		0	Europe/Berlin	48.90435	9.62645				01	081	08119	08119084
2931323	Ekardsreut	ekardsreut	DE		0	Europe/Berlin	49.19416	12.21535		Ekardsreut,Ekartsreut		02	093	09376	09376149
2931324	Eja	eja	DE		0	Europe/Berlin	48.58671	11.52766				02	091	09186	09186143
2931325	Eizisried	eizisried	DE		0	Europe/Berlin	47.68304	10.35426				02	097	09780	09780140
2931327	Eizersdorf	eizersdorf	DE		0	Europe/Berlin	48.78164	13.28313				02	092	09272	09272150
2931331	Eixendorf	eixendorf	DE		0	Europe/Berlin	49.34539	12.45066				02	093	09376	09376147
2931332	Eixendorf	eixendorf	DE		0	Europe/Berlin	48.42234	11.8114				02	091	09178	09178140
2931334	Eixe	eixe	DE		0	Europe/Berlin	52.35118	10.18287		Eikese [a. 1380],Eixe,Ekessem [a. 1181]		06	00	03157	03157006
2931335	Eiweiler	eiweiler	DE		0	Europe/Berlin	49.55327	7.01653		Eiweiler		09	00	10046	10046114
2931336	Eiweiler	eiweiler	DE		0	Europe/Berlin	49.3616	6.93335		Eiweiler,Eiweiler/Saar		09	00	10041	10041513
2931338	Eitzweiler	eitzweiler	DE		0	Europe/Berlin	49.55399	7.20242		Eitzweiler		09	00	10046	10046111
2931339	Eitzum	eitzum	DE		0	Europe/Berlin	52.1555	10.81758				06	00	03158	03158027
2931340	Eitzum	eitzum	DE		0	Europe/Berlin	52.07914	9.84693				06	00	03254	03254043
2931342	Eitzingerreut	eitzingerreut	DE		0	Europe/Berlin	48.66184	13.5603		Eitzingerreut,Eitzingerreuth		02	092	09275	09275126
2931343	Eitzing	eitzing	DE		0	Europe/Berlin	47.85282	12.18839				02	091	09187	09187177
2931344	Eitzen Zwei	eitzen-zwei	DE		0	Europe/Berlin	53.05525	10.37169				06	00	03360	03360010
2931345	Eitzenham	eitzenham	DE		0	Europe/Berlin	48.50083	13.01355				02	092	09277	09277114
2931346	Eitzen Eins	eitzen-eins	DE		0	Europe/Berlin	53.13509	10.43093		Eitzen,Eitzen Eins		06	00	03360	03360004
2931347	Eitzendorf	eitzendorf	DE		0	Europe/Berlin	52.8737	9.13808				06	00	03256	03256013
2931349	Eitzen	eitzen	DE		0	Europe/Berlin	52.80296	8.87675				06	00	03251	03251038
2931350	Eitze	eitze	DE		0	Europe/Berlin	52.98402	9.68937				06	00	03358	03358021
2931351	Eitze	eitze	DE		0	Europe/Berlin	52.90895	9.27914				06	00	03361	03361012
2931359	Eitra	eitra	DE		0	Europe/Berlin	50.81282	9.73783		Eitra		05	066	06632	06632007
2931364	Eitlbrunn	eitlbrunn	DE		0	Europe/Berlin	49.11457	12.06661				02	093	09375	09375190
2931365	Eiting	eiting	DE		0	Europe/Berlin	48.12153	12.53665				02	091	09189	09189115
2931366	Eitershofen	eitershofen	DE		0	Europe/Berlin	48.44038	11.13482				02	097	09771	09771113
2931367	Eitersberg	eitersberg	DE		0	Europe/Berlin	49.00098	10.50806				02	097	09779	09779147
2931371	Eiterhagen	eiterhagen	DE		0	Europe/Berlin	51.19071	9.59085		Eiterhagen		05	066	06633	06633024
2931373	Eiterberg	eiterberg	DE		0	Europe/Berlin	47.6784	10.56873				02	097	09777	09777168
2931376	Eiterbach	eiterbach	DE		0	Europe/Berlin	49.506	8.81124		Eiterbach		01	082	08226	08226029
2931381	Eitelsried	eitelsried	DE		0	Europe/Berlin	48.18378	11.16862				02	091	09179	09179136
2931384	Eitelsbach	eitelsbach	DE		0	Europe/Berlin	49.78359	6.71325				08	00	07211	07211000
2931388	Eisweiler	eisweiler	DE		0	Europe/Berlin	49.51568	7.15232		Eisweiler		09	00	10046	10046113
2931390	Eistrup	eistrup	DE		0	Europe/Berlin	52.24413	8.15369				06	00	03459	03459012
2931391	Eistringhausen	eistringhausen	DE		0	Europe/Berlin	51.22057	7.33723		Eistringhausen		07	053	05374	05374036
2931392	Eisten	eisten	DE		0	Europe/Berlin	52.80314	7.54447				06	00	03454	03454047
2931394	Eissingort	eissingort	DE		0	Europe/Berlin	52.05069	7.16144				07	055	05554	05554036
2931396	Eißendorf	eissendorf	DE		0	Europe/Berlin	53.45	9.95		Eissendorf		04	00	02000	02000000
2931397	Eissen	eissen	DE		0	Europe/Berlin	51.5731	9.16457		Eissen		07	057	05762	05762040
2931398	Eißel	eissel	DE		0	Europe/Berlin	52.97881	9.01387				06	00	03361	03361013
2931400	Eiße	eisse	DE		0	Europe/Berlin	52.74343	9.15623				06	00	03256	03256028
2931402	Eispertshofen	eispertshofen	DE		0	Europe/Berlin	49.34291	11.53204				02	093	09373	09373153
2931403	Eisolzried	eisolzried	DE		0	Europe/Berlin	48.25848	11.33969				02	091	09174	09174113
2931404	Eismerszell	eismerszell	DE		0	Europe/Berlin	48.14974	11.05984				02	091	09179	09179138
2931406	Eismannsdorf	eismannsdorf	DE		0	Europe/Berlin	51.56806	12.09338				14	00	15088	15088195
2931407	Eismannsdorf	eismannsdorf	DE		0	Europe/Berlin	49.21726	11.23841				02	095	09576	09576113
2931408	Eismannsdorf	eismannsdorf	DE		0	Europe/Berlin	49.06746	11.59161				02	093	09373	09373115
2931409	Eismannsberg	eismannsberg	DE		0	Europe/Berlin	49.40338	11.43703				02	095	09574	09574112
2931410	Eismannsberg	eismannsberg	DE		0	Europe/Berlin	49.15157	11.49376				02	093	09373	09373112
2931411	Eismannsberg	eismannsberg	DE		0	Europe/Berlin	49.13789	12.77513				02	093	09372	09372143
2931412	Eismannsberg	eismannsberg	DE		0	Europe/Berlin	48.30106	11.09525				02	097	09771	09771160
2931413	Eismann	eismann	DE		0	Europe/Berlin	52.11667	7.26667				07	055	05566	05566024
2931414	Eislingen	eislingen	DE		20585	Europe/Berlin	48.69515	9.70676		Ajslingen,Ajzlingen,Eislingen-Fils,Eislingen/Fils,ai si lin gen,ayslyngn,Айзлинген,Ајслинген,آیسلینگن,艾斯林根		01	081	08117	08117019
2931419	Eisinghausen	eisinghausen	DE		0	Europe/Berlin	53.26178	7.46138				06	00	03457	03457013
2931420	Eisingertshofen	eisingertshofen	DE		0	Europe/Berlin	48.28055	11.45567				02	091	09174	09174115
2931421	Eisingersdorf	eisingersdorf	DE		0	Europe/Berlin	48.53096	10.976				02	097	09771	09771114
2931426	Eisighof	eisighof	DE		0	Europe/Berlin	48.12711	9.35692				01	084	08426	08426067
2931427	Eishausen	eishausen	DE		0	Europe/Berlin	50.37464	10.73808				15	00	16069	16069049
2931432	Eisfelder Talmühle	eisfelder-talmuehle	DE		0	Europe/Berlin	51.61667	10.81667		Eisfelder Talmuhle,Eisfelder Talmühle,Eisfelder Thalmuhle,Eisfelder Thalmühle		15	00	16062	16062065
2931435	Eisersdorf	eisersdorf	DE		0	Europe/Berlin	49.87848	11.89988				02	093	09377	09377129
2931436	Eiserode	eiserode	DE		0	Europe/Berlin	51.12346	14.62456		Eiserode,Njeznarowy		13	00	14626	14626290
2931441	Eisern	eisern	DE		0	Europe/Berlin	50.82869	8.03715		Eisern		07	059	05970	05970040
2931448	Eiserfey	eiserfey	DE		0	Europe/Berlin	50.55393	6.65883		Eiserfey		07	053	05366	05366028
2931449	Eiserfeld	eiserfeld	DE		0	Europe/Berlin	50.8421	7.98774		Eiserfeld		07	059	05970	05970040
2931450	Eiserding	eiserding	DE		0	Europe/Berlin	48.80741	13.14265				02	092	09271	09271123
2931455	Eisenzeche	eisenzeche	DE		0	Europe/Berlin	50.6589	13.4054				13	00	14521	14521280
2931456	Eisenwind	eisenwind	DE		0	Europe/Berlin	50.20066	11.432				02	094	09477	09477151
2931458	Eisental	eisental	DE		0	Europe/Berlin	48.7151	8.16672				01	082	08216	08216007
2931459	Eisenstorf	eisenstorf	DE		0	Europe/Berlin	48.77141	12.83544				02	092	09271	09271143
2931464	Eisensteg	eisensteg	DE		0	Europe/Berlin	48.73429	13.35489				02	092	09275	09275152
2931465	Eisensprung	eisensprung	DE		0	Europe/Berlin	48.33732	8.03621				01	083	08317	08317011
2931466	Eisensdorf	eisensdorf	DE		0	Europe/Berlin	48.95599	11.79559				02	092	09273	09273121
2931468	Eisenschmelz	eisenschmelz	DE		0	Europe/Berlin	49.58645	7.84176				08	00	07333	07333069
2931470	Eisenrain	eisenrain	DE		0	Europe/Berlin	47.83017	11.26945				02	091	09190	09190152
2931481	Eisenhüttenstadt	eisenhuettenstadt	DE		32052	Europe/Berlin	52.15	14.65	45	Ajzenkhitenshtat,Ajzenkhjutenshhat,Ajzenkhjuttenshtadt,Eisenhuettenstadt,Eisenhüttenstadt,Eizenhiutenstatas,Eizenhiutenštatas,Eyzenhyutenstadt,Fuerstenberg,Iesenhuettenstadt,Iesenhüttenstadt,ai sen xu teng si ta te,ayznhwtnshtat,Айзенхютенщат,Айзенхюттенштадт,Ајзенхитенштат,Էյզենհյուտենշտադտ,آيزنهوتنشتات,آیزنهوتن‌اشتات,艾森许滕斯塔特	12067120	11	00	12067	12067120
2931482	Eisenhütte	eisenhuette	DE		0	Europe/Berlin	51.8	9.7				06	00	03155	03155003
2931483	Eisenhutsrot	eisenhutsrot	DE		0	Europe/Berlin	49.35563	9.76187				01	081	08126	08126020
2931484	Eisenhut	eisenhut	DE		0	Europe/Berlin	48.50392	11.38493				02	091	09186	09186125
2931487	Eisenhofen	eisenhofen	DE		0	Europe/Berlin	48.34302	11.3027				02	091	09174	09174118
2931488	Eisenharz	eisenharz	DE		0	Europe/Berlin	47.68866	9.95772		Eisenharz		01	084	08436	08436094
2931490	Eisenhammer	eisenhammer	DE		0	Europe/Berlin	49.81299	9.49418		Eisenhammer		02	096	09677	09677137
2931491	Eisenhammer	eisenhammer	DE		0	Europe/Berlin	49.67715	9.22114				02	096	09676	09676165
2931495	Eisenfurt	eisenfurt	DE		0	Europe/Berlin	47.92983	9.67688				01	084	08436	08436008
2931496	Eisenfelden	eisenfelden	DE		0	Europe/Berlin	48.26346	12.70191				02	091	09171	09171137
2931501	Eisenburg	eisenburg	DE		1502	Europe/Berlin	48.01404	10.2087				02	097	09764	09764000
2931502	Eisenbühl	eisenbuhl	DE		0	Europe/Berlin	50.39689	11.75284				02	094	09475	09475113
2931506	Eisenbrechtshofen	eisenbrechtshofen	DE		0	Europe/Berlin	48.50681	10.82306				02	097	09772	09772121
2931508	Eisenbreche	eisenbreche	DE		0	Europe/Berlin	47.80034	8.17679				01	083	08315	08315102
2931509	Eisenbolz	eisenbolz	DE		0	Europe/Berlin	47.64504	10.178				02	097	09780	09780144
2931511	Eisenbernreut	eisenbernreut	DE		0	Europe/Berlin	48.7606	13.45364				02	092	09272	09272138
2931552	Eisenbartling	eisenbartling	DE		0	Europe/Berlin	47.96148	12.04308				02	091	09187	09187179
2931553	Eisenbartling	eisenbartling	DE		0	Europe/Berlin	47.90885	12.30589		Eisenbartling,Eisenhartling		02	091	09187	09187128
2931563	Eisenbach	eisenbach	DE		0	Europe/Berlin	50.60258	9.38636				05	065	06535	06535011
2931564	Eisenbach	eisenbach	DE		0	Europe/Berlin	50.35	7.71667				08	00	07141	07141006
2931565	Eisenbach	eisenbach	DE		0	Europe/Berlin	50.33895	8.25724				05	065	06533	06533014
2931566	Eisenbach	eisenbach	DE		0	Europe/Berlin	49.83264	9.1117				02	096	09676	09676145
2931567	Eisenbach	eisenbach	DE		0	Europe/Berlin	49.49663	7.45541				08	00	07336	07336107
2931568	Eisenbach	eisenbach	DE		0	Europe/Berlin	48.59956	8.44999				01	082	08237	08237073
2931569	Eisenbach	eisenbach	DE		2254	Europe/Berlin	47.96117	8.26802		Ajzenbakh,Ayzenbax,Eisenbach,ai sen ba he,aizenbakhi,Айзенбах,Ајзенбах,Այզենբախ,აიზენბახი,艾森巴赫		01	083	08315	08315031
2931570	Eisenbach	eisenbach	DE		0	Europe/Berlin	47.71625	10.11887				01	084	08436	08436049
2931572	Eisenärzt	eisenarzt	DE		0	Europe/Berlin	47.79839	12.64553		Eisenarzt,Eisenärzt		02	091	09189	09189145
2931576	Eisen	eisen	DE		0	Europe/Berlin	50.50089	7.90499				08	00	07143	07143263
2931577	Eisen	eisen	DE		0	Europe/Berlin	49.60902	7.05623		Eisen		09	00	10046	10046114
2931578	Eisemroth	eisemroth	DE		0	Europe/Berlin	50.73704	8.41414				05	065	06532	06532019
2931579	Eiselsdorf	eiselsdorf	DE		0	Europe/Berlin	48.55363	12.78641		Eiselsdorf,Eiselstorf		02	092	09277	09277111
2931580	Eiselsried	eiselsried	DE		0	Europe/Berlin	48.5698	11.14241				02	097	09771	09771156
2931582	Eiselsdorf	eiselsdorf	DE		0	Europe/Berlin	48.47841	12.27519				02	092	09274	09274134
2931585	Eiselharting	eiselharting	DE		0	Europe/Berlin	48.32185	12.52872				02	091	09183	09183130
2931593	Eiselau	eiselau	DE		0	Europe/Berlin	48.49357	9.95293				01	084	08425	08425014
2931594	Eisdorf am Harz	eisdorf-am-harz	DE		1824	Europe/Berlin	51.76152	10.17591		Eisdorf,Eisdorf uber Herzberg,Eisdorf über Herzberg,Eisdorp		06	00	03159	03159002
2931598	Eischott	eischott	DE		0	Europe/Berlin	52.48623	10.84179				06	00	03151	03151024
2931599	Eischleben	eischleben	DE		0	Europe/Berlin	50.88903	10.98787				15	00	16070	16070028
2931600	Eisching	eisching	DE		0	Europe/Berlin	48.22923	12.86749				02	091	09171	09171118
2931603	Eischeid	eischeid	DE		0	Europe/Berlin	50.84195	7.35968		Eischeid		07	053	05382	05382040
2931607	Eisborn	eisborn	DE		0	Europe/Berlin	51.38654	7.88342		Eisborn		07	059	05962	05962008
2931608	Eisbergen	eisbergen	DE		0	Europe/Berlin	52.20124	9.01635		Eisbergen		07	057	05770	05770032
2931629	Eisbach	eisbach	DE		0	Europe/Berlin	50.71578	7.29139		Eisbach		07	053	05382	05382024
2931632	Eiringhausen	eiringhausen	DE		0	Europe/Berlin	51.23457	7.86879		Eiringhausen		07	059	05962	05962052
2931633	Eiringhausen	eiringhausen	DE		0	Europe/Berlin	51.08594	7.48922		Eiringhausen		07	053	05374	05374024
2931634	Eipringhausen	eipringhausen	DE		0	Europe/Berlin	51.12802	7.23916				07	053	05378	05378032
2931635	Einzingen	einzingen	DE		0	Europe/Berlin	51.44497	11.36125		Einzingen		14	00	15087	15087015
2931637	Einzenberg	einzenberg	DE		0	Europe/Berlin	48.71644	13.29644				02	092	09275	09275121
2931638	Einzenberg	einzenberg	DE		0	Europe/Berlin	47.64306	10.25057				02	097	09780	09780143
2931642	Einzelberg	einzelberg	DE		0	Europe/Berlin	50.3336	10.92462				02	094	09473	09473144
2931644	Einwinkel	einwinkel	DE		0	Europe/Berlin	52.79556	11.57835				14	00	15090	15090007
2931645	Einweiler	einweiler	DE		0	Europe/Berlin	49.1965	9.73367		Einweiler		01	081	08126	08126047
2931646	Einweging	einweging	DE		0	Europe/Berlin	49.01879	12.90773				02	092	09276	09276128
2931648	Einum	einum	DE		0	Europe/Berlin	52.16235	10.01284				06	00	03254	03254021
2931649	Eintürnenberg	einturnenberg	DE		0	Europe/Berlin	47.8478	9.83734				01	084	08436	08436010
2931650	Eintürnen	einturnen	DE		0	Europe/Berlin	47.85389	9.84272		Einturnen,Eintürnen		01	084	08436	08436010
2931654	Einswarden	einswarden	DE		0	Europe/Berlin	53.51595	8.51873		Einswarden		06	00	03461	03461007
2931656	Einstorf	einstorf	DE		0	Europe/Berlin	48.64144	12.91559				02	092	09279	09279113
2931657	Einstetting	einstetting	DE		0	Europe/Berlin	48.29714	12.26978				02	091	09183	09183114
2931658	Einstellige Höfe	einstellige-hoefe	DE		0	Europe/Berlin	53.51667	8.93333				06	00	03357	03357027
2931660	Einste	einste	DE		0	Europe/Berlin	52.92055	9.11172				06	00	03361	03361002
2931661	Einsricht	einsricht	DE		0	Europe/Berlin	49.45814	11.6607				02	093	09371	09371131
2931662	Einsingen	einsingen	DE		0	Europe/Berlin	48.35254	9.90336				01	084	08421	08421000
2931666	Einsiedlerhof	einsiedlerhof	DE		0	Europe/Berlin	49.43265	7.65979		Einsiedlerhof		08	00	07312	07312000
2931674	Einsiedeln	einsiedeln	DE		0	Europe/Berlin	47.80559	10.17182				02	097	09780	09780112
2931679	Einsiedel	einsiedel	DE		0	Europe/Berlin	47.95	8.13333				01	083	08315	08315016
2931680	Einsiedel	einsiedel	DE		0	Europe/Berlin	50.76933	12.97387		Einsiedel		13	00	14511	14511000
2931681	Einsiedel	einsiedel	DE		0	Europe/Berlin	50.59231	13.31179				13	00	14521	14521390
2931682	Einsiedel	einsiedel	DE		0	Europe/Berlin	50.49019	10.90993				15	00	16069	16069061
2931683	Einsiedel	einsiedel	DE		0	Europe/Berlin	50.37628	12.07957				13	00	14523	14523060
2931684	Einsiedel	einsiedel	DE		0	Europe/Berlin	49.92889	9.50308		Einsiedel		02	096	09677	09677135
2931685	Einsiedel	einsiedel	DE		0	Europe/Berlin	49.01667	11.6				02	093	09373	09373121
2931692	Einsdorf	einsdorf	DE		0	Europe/Berlin	51.43832	11.48328		Einestorp,Einsdorf		14	00	15087	15087015
2931694	Einsbach	einsbach	DE		0	Europe/Berlin	48.26903	11.26678				02	091	09174	09174146
2931695	Einsassen	einsassen	DE		0	Europe/Berlin	48.45625	11.35592				02	091	09186	09186125
2931698	Einsal	einsal	DE		0	Europe/Berlin	51.32638	7.64158				07	059	05962	05962044
2931699	Einruhr	einruhr	DE		631	Europe/Berlin	50.58361	6.38123		Ajnrur,Einruhr,Айнрур		07	053	05334	05334028
2931700	Einraffshof	einraffshof	DE		0	Europe/Berlin	50.27133	9.83513				02	096	09672	09672149
2931703	Einöllen	einoellen	DE		502	Europe/Berlin	49.60866	7.63866		Ajnelen,Ajnjollen,Einoellen,Einöllen,ai nei lun,Айнёллен,Ајнелен,艾内伦	07336019	08	00	07336	07336019
2931705	Einödsbach	einodsbach	DE		0	Europe/Berlin	47.31636	10.26637				02	097	09780	09780133
2931707	Einödhausen	einoedhausen	DE		0	Europe/Berlin	50.48343	10.3675				15	00	16066	16066042
2931710	Einöden	einoden	DE		0	Europe/Berlin	50.16144	11.85623				02	094	09475	09475174
2931711	Einöden	einoden	DE		0	Europe/Berlin	47.70231	12.15635				02	091	09187	09187131
2931713	Einöde	einode	DE		0	Europe/Berlin	47.87339	9.56006		Einode,Einoden,Einöde,Einöden		01	084	08436	08436096
2931714	Einöde	einode	DE		0	Europe/Berlin	47.75973	10.40531				02	097	09780	09780147
2931720	Einöd	einod	DE		0	Europe/Berlin	48.59673	13.34299				02	092	09262	09262000
2931721	Einöd	einoed	DE		0	Europe/Berlin	50.2629	10.73793				15	00	16069	16069063
2931722	Einöd	einoed	DE		0	Europe/Berlin	49.27251	7.31638				09	00	10045	10045114
2931723	Einöd	einod	DE		0	Europe/Berlin	49.07212	11.71383				02	093	09375	09375148
2931724	Einöd	einod	DE		0	Europe/Berlin	48.9997	9.36164				01	081	08119	08119087
2931725	Einöd	einod	DE		0	Europe/Berlin	48.65305	13.15195				02	092	09275	09275154
2931726	Einöd	einod	DE		0	Europe/Berlin	48.33245	12.81459				02	092	09277	09277153
2931727	Einöd	einod	DE		0	Europe/Berlin	47.84698	11.52225				02	091	09173	09173118
2931732	Einmuß	einmuss	DE		0	Europe/Berlin	48.85057	11.94544				02	092	09273	09273166
2931734	Einloh	einloh	DE		0	Europe/Berlin	53.16087	9.61716				06	00	03357	03357041
2931735	Einlage	einlage	DE		0	Europe/Berlin	53.48333	10.05				04	00	02000	02000000
2931736	Einkreut	einkreut	DE		0	Europe/Berlin	48.72576	12.2187		Einkreut,Einkreuth		02	092	09274	09274127
2931738	Einkind	einkind	DE		0	Europe/Berlin	48.85881	12.97136				02	092	09271	09271119
2931739	Eininghausen	eininghausen	DE		0	Europe/Berlin	52.27999	8.47524				07	057	05770	05770036
2931741	Eining	eining	DE		0	Europe/Berlin	48.85632	11.77222		Eining		02	092	09273	09273152
2931743	Einhusen	einhusen	DE		0	Europe/Berlin	54.03623	11.85339		Einhusen		12	00	13072	13072058
2931744	Einhusen	einhusen	DE		0	Europe/Berlin	53.98696	11.42452				12	00	13074	13074035
2931745	Einhusen	einhusen	DE		0	Europe/Berlin	53.63333	11.8				12	00	13076	13076029
2931750	Einholz	einholz	DE		0	Europe/Berlin	47.98245	12.05363				02	091	09175	09175136
2931751	Einhof	einhof	DE		0	Europe/Berlin	52.85	11.93333				14	00	15090	15090008
2931767	Einharting	einharting	DE		0	Europe/Berlin	48.14234	12.40363				02	091	09183	09183147
2931769	Einhart	einhart	DE		0	Europe/Berlin	47.9895	9.34805		Einhart		01	084	08437	08437086
2931770	Einharding	einharding	DE		0	Europe/Berlin	48.01278	11.88807				02	091	09175	09175114
2931772	Einham	einham	DE		0	Europe/Berlin	47.86214	12.61031				02	091	09189	09189155
2931775	Einfürst	einfurst	DE		0	Europe/Berlin	48.92014	12.79292				02	092	09278	09278118
2931776	Einfrielingen	einfrielingen	DE		0	Europe/Berlin	53.00392	9.83867		Einfrielingen,Frielingen		06	00	03358	03358021
2931779	Einfeld	einfeld	DE		6117	Europe/Berlin	54.12369	9.99192		Einfeld		10	00	01004	01004000
2931782	Einfang	einfang	DE		0	Europe/Berlin	47.74963	12.30542				02	091	09187	09187114
2931785	Einersdorf	einersdorf	DE		0	Europe/Berlin	49.45269	10.59953				02	095	09575	09575166
2931787	Einern	einern	DE		0	Europe/Berlin	51.30192	7.21371		Einern		07	051	05124	05124000
2931788	Einen	einen	DE		0	Europe/Berlin	52.80655	8.45475				06	00	03460	03460004
2931790	Einem	einem	DE		0	Europe/Berlin	53.16592	9.90213		Einem		06	00	03358	03358019
2931793	Eineckerholsen	eineckerholsen	DE		0	Europe/Berlin	51.58451	8.00792		Eineckerholsen		07	059	05974	05974048
2931794	Einecke	einecke	DE		0	Europe/Berlin	51.59124	8.00033		Einecke		07	059	05974	05974048
2931797	Einbrungen	einbrungen	DE		0	Europe/Berlin	51.3137	6.75198		Einbrungen		07	051	05111	05111000
2931799	Einberg	einberg	DE		0	Europe/Berlin	50.28619	11.04616				02	094	09473	09473159
2931800	Einberg	einberg	DE		0	Europe/Berlin	48.87809	13.40384				02	092	09272	09272120
2931903	Eigenheim	eigenheim	DE		0	Europe/Berlin	50.09783	8.25785				05	064	06414	06414000
2931806	Einbach	einbach	DE		0	Europe/Berlin	49.48476	9.24056		Einbach		01	082	08225	08225014
2931807	Einbach	einbach	DE		0	Europe/Berlin	47.76667	11.55		Einbach,Einbach Muhle,Einbach Mühle		02	091	09173	09173112
2931809	Einbach	einbach	DE		0	Europe/Berlin	48.31359	8.17042				01	083	08317	08317041
2931810	Einartshausen	einartshausen	DE		0	Europe/Berlin	50.50331	9.06982				05	065	06535	06535016
2931812	Einach	einach	DE		0	Europe/Berlin	48.40083	8.02863				01	083	08317	08317034
2931814	Eimstorf	eimstorf	DE		0	Europe/Berlin	53.18632	10.68262				06	00	03355	03355013
2931816	Eimsen	eimsen	DE		0	Europe/Berlin	52.00586	9.81611				06	00	03254	03254002
2931822	Eimersdorf	eimersdorf	DE		0	Europe/Berlin	49.38029	6.65266		Eimersdorf		09	00	10044	10044114
2931826	Eimelrod	eimelrod	DE		0	Europe/Berlin	51.30138	8.69964		Eimelrod		05	066	06635	06635022
2931830	Eimbeckhausen	eimbeckhausen	DE		0	Europe/Berlin	52.23274	9.42284				06	00	03252	03252002
2931832	Eilvese	eilvese	DE		0	Europe/Berlin	52.5464	9.41563				06	00	03241	03241012
2931833	Eilversen	eilversen	DE		0	Europe/Berlin	51.81615	9.25512				07	057	05762	05762024
2931834	Eilum	eilum	DE		0	Europe/Berlin	52.16256	10.72575				06	00	03158	03158022
2931836	Eilte	eilte	DE		0	Europe/Berlin	52.76081	9.49648				06	00	03358	03358001
2931837	Eilsum	eilsum	DE		0	Europe/Berlin	53.47273	7.14139		Eilsum		06	00	03452	03452014
2931839	Eilshausen	eilshausen	DE		0	Europe/Berlin	52.16699	8.63327		Eilshausen		07	057	05758	05758016
2931844	Eilsbrunn	eilsbrunn	DE		0	Europe/Berlin	49.00537	11.97938		Eilsbrunn		02	093	09375	09375199
2931848	Eilpe	eilpe	DE		0	Europe/Berlin	51.34507	7.49113		Eilpe		07	059	05914	05914000
2931849	Eilmsen	eilmsen	DE		0	Europe/Berlin	51.66367	7.96844				07	059	05974	05974048
2931852	Eilhausen	eilhausen	DE		0	Europe/Berlin	52.31129	8.66668		Eilhausen		07	057	05770	05770020
2931853	Eilhausen	eilhausen	DE		0	Europe/Berlin	51.43869	8.95275				05	066	06635	06635002
2931855	Eilet	eilet	DE		0	Europe/Berlin	48.18812	8.08601				01	083	08316	08316010
2931856	Eilern	eilern	DE		0	Europe/Berlin	51.54378	8.7742		Eilern,Gut Eilern,Siedlung Eilern		07	057	05774	05774040
2931858	Eileringsen	eileringsen	DE		0	Europe/Berlin	51.31936	7.68933				07	059	05962	05962024
2931861	Eilerde	eilerde	DE		0	Europe/Berlin	51.31595	7.61887				07	059	05962	05962044
2931865	Eilensen	eilensen	DE		0	Europe/Berlin	51.8108	9.73373		Eilensen		06	00	03155	03155003
2931867	Eilendorf	eilendorf	DE		0	Europe/Berlin	53.45445	9.70451				06	00	03359	03359010
2931868	Eilendorf	eilendorf	DE		0	Europe/Berlin	50.77817	6.15227		Eilendorf		07	053	05334	05334002
2931874	Eilberg	eilberg	DE		0	Europe/Berlin	49.15487	12.47711				02	093	09372	09372153
2931877	Eilbek	eilbek	DE		0	Europe/Berlin	53.56667	10.05		Ajlbek,Eilbeck,Eilbek,Hamburg-Eilbek,Ајлбек		04	00	02000	02000000
2931878	Eiland	eiland	DE		0	Europe/Berlin	51.54102	14.68971				13	00	14626	14626010
2931880	Eila	eila	DE		0	Europe/Berlin	50.34179	11.31672				02	094	09476	09476164
2931881	Eil	eil	DE		8849	Europe/Berlin	50.89362	7.07967				07	053	05315	05315000
2931883	Eikern	eikern	DE		0	Europe/Berlin	52.40599	8.02762				06	00	03459	03459014
2931884	Eikerend	eikerend	DE		0	Europe/Berlin	51.20436	6.56013				07	051	05162	05162020
2931888	Eikeloh	eikeloh	DE		0	Europe/Berlin	51.62085	8.40079		Eikeloh		07	059	05974	05974016
2931889	Eikamp	eikamp	DE		0	Europe/Berlin	51.01968	7.18587				07	053	05378	05378020
2931893	Eiglasdorf	eiglasdorf	DE		0	Europe/Berlin	49.83389	12.13777				02	093	09377	09377149
2931894	Eiger	eiger	DE		0	Europe/Berlin	51.16667	6.48333				07	051	05116	05116000
2931895	Eigenzell	eigenzell	DE		0	Europe/Berlin	48.98571	10.17351				01	081	08136	08136019
2931897	Eigentshofen	eigentshofen	DE		0	Europe/Berlin	49.34291	11.81983				02	093	09371	09371154
2931898	Eigenthum	eigenthum	DE		0	Europe/Berlin	52.54795	11.2211		Eigenthum,Kolonie Eigenthum		14	00	15081	15081135
2931899	Eigenröder Warte	eigenroeder-warte	DE		0	Europe/Berlin	51.31229	10.44019				15	00	16064	16064071
2931900	Eigenrode	eigenrode	DE		0	Europe/Berlin	51.29261	10.44655				15	00	16064	16064071
2931901	Eigenrieden	eigenrieden	DE		0	Europe/Berlin	51.20967	10.32621				15	00	16064	16064055
2931904	Eigen	eigen	DE		0	Europe/Berlin	51.54351	6.92277		Eigen		07	055	05512	05512000
2931905	Eigen	eigen	DE		0	Europe/Berlin	51.18341	7.06106				07	051	05122	05122000
2931906	Eigen	eigen	DE		0	Europe/Berlin	47.67027	10.34319				02	097	09780	09780140
2931913	Eigelscheid	eigelscheid	DE		0	Europe/Berlin	50.20471	6.2365				08	00	07232	07232329
2931914	Eigelsberg	eigelsberg	DE		0	Europe/Berlin	49.44573	12.41741				02	093	09376	09376151
2931916	Eigelbach	eigelbach	DE		0	Europe/Berlin	50.1856	6.58684				08	00	07233	07233223
2931923	Eifa	eifa	DE		0	Europe/Berlin	50.96411	8.58248		Eifa		05	066	06635	06635014
2931924	Eifa	eifa	DE		0	Europe/Berlin	50.74994	9.34562		Eifa		05	065	06535	06535001
2931925	Eiersheim	eiersheim	DE		0	Europe/Berlin	49.66089	9.58792		Eiersheim		01	081	08128	08128064
2931926	Eiershausen	eiershausen	DE		0	Europe/Berlin	50.80419	8.36283				05	065	06532	06532009
2931927	Eiershagen	eiershagen	DE		0	Europe/Berlin	50.91739	7.64479				07	053	05374	05374040
2931928	Eiersdorf	eiersdorf	DE		0	Europe/Berlin	49.05388	11.82912				02	093	09375	09375148
2931941	Eielstädt	eielstaedt	DE		0	Europe/Berlin	52.3167	8.35573				06	00	03459	03459003
2931943	Eidsberg	eidsberg	DE		0	Europe/Berlin	48.89553	12.95666				02	092	09271	09271122
2931946	Eidinghausen	eidinghausen	DE		0	Europe/Berlin	52.22351	8.7975		Eidinghausen		07	057	05770	05770004
2931947	Eiding	eiding	DE		0	Europe/Berlin	47.78536	12.22843				02	091	09187	09187172
2931949	Eidewarden	eidewarden	DE		0	Europe/Berlin	53.44978	8.50216		Eidewarden		06	00	03352	03352032
2931953	Eiderstede	eiderstede	DE		0	Europe/Berlin	54.16667	10.03333				10	00	01058	01058022
2931959	Eiderdeich	eiderdeich	DE		0	Europe/Berlin	54.27829	9.3999		Eiderdeich		10	00	01051	01051117
2931960	Eiderdeich	eiderdeich	DE		0	Europe/Berlin	54.35	9.11667				10	00	01051	01051096
2931964	Eidenzell	eidenzell	DE		0	Europe/Berlin	49.05102	12.46282		Eidenzell,Eitenzell		02	093	09372	09372150
2931966	Eidenthal	eidenthal	DE		0	Europe/Berlin	49.15989	12.53658				02	093	09372	09372153
2931968	Eidengrub	eidengrub	DE		0	Europe/Berlin	49.14605	12.49402				02	093	09372	09372142
2931969	Eidengesäß	eidengesaess	DE		0	Europe/Berlin	50.17936	9.23275				05	064	06435	06435018
2931970	Eidenborn	eidenborn	DE		0	Europe/Berlin	49.39	6.90433		Eidenborn		09	00	10044	10044112
2931971	Eidenberg	eidenberg	DE		0	Europe/Berlin	48.56332	13.77308				02	092	09275	09275156
2931972	Eidenbacherhof	eidenbacherhof	DE		0	Europe/Berlin	50.14464	9.74728				02	096	09677	09677133
2931975	Eidelberg	eidelberg	DE		0	Europe/Berlin	49.37461	11.57736				02	093	09373	09373140
2931976	Eickum	eickum	DE		0	Europe/Berlin	52.10682	8.59578				07	057	05758	05758012
2931977	Eickstüve	eickstueve	DE		0	Europe/Berlin	53.34384	9.9228				06	00	03353	03353029
2931979	Eickstedt	eickstedt	DE		0	Europe/Berlin	53.29852	14.04121				11	00	12073	12073458
2931980	Eicksen	eicksen	DE		0	Europe/Berlin	52.28305	8.80176				07	057	05770	05770012
2931982	Eicks	eicks	DE		0	Europe/Berlin	50.62398	6.61796		Eicks		07	053	05366	05366028
2931986	Eickhorst	eickhorst	DE		0	Europe/Berlin	52.79098	10.87123				14	00	15081	15081095
2931987	Eickhorst	eickhorst	DE		0	Europe/Berlin	52.76423	8.92464				06	00	03251	03251049
2931988	Eickhorst	eickhorst	DE		432	Europe/Berlin	52.35652	10.49486	85	Eickhorst (Vordorf),Eikhost,Hechorst [a. 1007]		06	00	03151	03151034
2931989	Eickhorst	eickhorst	DE		0	Europe/Berlin	52.30321	8.7351		Eickhorst		07	057	05770	05770012
2931990	Eickhöpen	eickhoepen	DE		0	Europe/Berlin	52.53581	8.35039				06	00	03251	03251022
2931992	Eickhoff	eickhoff	DE		0	Europe/Berlin	51.55964	8.49526		Eickhof,Eickhoff		07	057	05774	05774016
2931994	Eickhof	eickhof	DE		0	Europe/Berlin	54.24106	12.71616				12	00	13073	13073082
2931995	Eickhof	eickhof	DE		0	Europe/Berlin	53.99072	12.38949				12	00	13072	13072021
2931996	Eickhof	eickhof	DE		0	Europe/Berlin	53.78409	11.84771				12	00	13072	13072114
2931997	Eickhof	eickhof	DE		0	Europe/Berlin	52.95	11.75				14	00	15090	15090520
2932000	Eickert	eickert	DE		0	Europe/Berlin	51.2	6.95				07	051	05158	05158004
2932003	Eickerhöfe	eickerhoefe	DE		0	Europe/Berlin	52.96928	11.75032				14	00	15090	15090520
2932005	Eickenrode	eickenrode	DE		0	Europe/Berlin	52.42855	10.30613				06	00	03157	03157001
2932013	Eicken-Bruche	eicken-bruche	DE		0	Europe/Berlin	52.21667	8.36667				06	00	03459	03459024
2932016	Eickenbeck	eickenbeck	DE		0	Europe/Berlin	51.83333	7.7				07	055	05570	05570016
2932017	Eicken	eicken	DE		0	Europe/Berlin	52.21225	8.36722				06	00	03459	03459024
2932018	Eicken	eicken	DE		0	Europe/Berlin	51.21135	6.44262				07	051	05116	05116000
2932019	Eicken	eicken	DE		0	Europe/Berlin	51.21884	6.29834				07	051	05166	05166024
2932026	Eickelerbruch	eickelerbruch	DE		0	Europe/Berlin	51.51667	7.16667				07	059	05916	05916000
2932027	Eickelborn	eickelborn	DE		0	Europe/Berlin	51.65294	8.22019		Eickelborn		07	059	05974	05974028
2932028	Eickelberg	eickelberg	DE		0	Europe/Berlin	53.77349	11.82206				12	00	13072	13072114
2932029	Eickel	eickel	DE		0	Europe/Berlin	51.51771	7.17609		Eickel		07	059	05916	05916000
2932030	Eickel	eickel	DE		0	Europe/Berlin	51.78333	7.95				07	055	05570	05570004
2932031	Eickel	eickel	DE		0	Europe/Berlin	52.31803	8.5621		Eickel,Eikel		07	057	05770	05770020
2932032	Eickedorf	eickedorf	DE		0	Europe/Berlin	53.18076	9.01062				06	00	03356	03356002
2932033	Eickbusch	eickbusch	DE		0	Europe/Berlin	52.64858	8.48866				06	00	03251	03251011
2932034	Eick	eick	DE		0	Europe/Berlin	51.48282	6.62629				07	051	05170	05170024
2932035	Eichwerder	eichwerder	DE		0	Europe/Berlin	52.71898	14.19906				11	00	12064	12064512
2932038	Eichwege	eichwege	DE		0	Europe/Berlin	51.60395	14.61478		Dubraucke,Eichwege		11	00	12071	12071044
2932041	Eichwäldchen	eichwaeldchen	DE		0	Europe/Berlin	50.22124	8.56221				05	064	06434	06434008
2932043	Eichwald	eichwald	DE		0	Europe/Berlin	51.60067	13.46462				11	00	12062	12062453
2932054	Eichtling	eichtling	DE		0	Europe/Berlin	48.00623	11.90686		Eichling		02	091	09175	09175114
2932056	Eichtersheim	eichtersheim	DE		0	Europe/Berlin	49.23357	8.77172				01	082	08226	08226102
2932060	Eichswiesen	eichswiesen	DE		0	Europe/Berlin	49.36475	9.91839				01	081	08127	08127075
2932062	Eichstock	eichstock	DE		0	Europe/Berlin	48.3973	11.35991				02	091	09174	09174131
2932063	Eichstetten	eichstetten	DE		3184	Europe/Berlin	48.09427	7.74244		Eichstetten		01	083	08315	08315030
2932067	Eichstedt	eichstedt	DE		487	Europe/Berlin	52.67757	11.85292		Eichstedt		14	00	15090	15090135
2932069	Eichstätt	eichstaett	DE		13125	Europe/Berlin	48.88854	11.19675		Ajkhshhet,Ajkhshteht,Ajkhshtet,Ayxstet,Ayxştet,Eichstaett,Eichstatt,Eichstätt,ai xi si te,ayshtyt,aysh‌shtt,Айхштет,Айхштэт,Айхщет,Ајхштет,Այխշտետ,آيشتيت,آیش‌شتت,艾希斯特	09176	02	091	09176	09176123
2932073	Eichstädt	eichstaedt	DE		0	Europe/Berlin	52.69527	13.11244				11	00	12065	12065251
2932079	Eichsel	eichsel	DE		0	Europe/Berlin	47.59611	7.75625				01	083	08336	08336069
2932081	Eichschlag	eichschlag	DE		0	Europe/Berlin	49.8686	11.7074				02	094	09472	09472133
2932082	Eichrodt	eichrodt	DE		0	Europe/Berlin	50.95881	10.38359				15	00	16063	16063092
2932085	Eichow	eichow	DE		0	Europe/Berlin	51.76291	14.12965		Dubje,Eichow		11	00	12071	12071244
2932087	Eichof	eichof	DE		0	Europe/Berlin	51.02588	7.26511				07	053	05378	05378012
2932089	Eichlinghofen	eichlinghofen	DE		0	Europe/Berlin	51.47926	7.4086		Eichlinghofen		07	059	05913	05913000
2932091	Eichlhof	eichlhof	DE		0	Europe/Berlin	49.29045	12.00167		Eichlhof,Funfeichen,Fünfeichen		02	093	09376	09376119
2932092	Eichlgütl	eichlgutl	DE		0	Europe/Berlin	49.23556	12.17963				02	093	09376	09376149
2932093	Eichleithen	eichleithen	DE		0	Europe/Berlin	49.96868	11.71057				02	094	09472	09472199
2932098	Eichlberg	eichlberg	DE		0	Europe/Berlin	49.13696	12.06409				02	093	09375	09375190
2932099	Eichlberg	eichlberg	DE		0	Europe/Berlin	49.08438	11.71366				02	093	09375	09375148
2932100	Eichlberg	eichlberg	DE		0	Europe/Berlin	48.9798	12.49109		Eichelberg,Eichlberg		02	092	09278	09278141
2932102	Eichlaide	eichlaide	DE		0	Europe/Berlin	50.87865	12.61876				13	00	14524	14524290
2932114	Eichkamp	eichkamp	DE		0	Europe/Berlin	52.49446	13.26483				16	00	11000	11000000
2932115	Eichitz	eichitz	DE		0	Europe/Berlin	50.34294	11.24125				15	00	16072	16072024
2932116	Eichishof	eichishof	DE		0	Europe/Berlin	49.06377	10.15308				01	081	08127	08127104
2932117	Eiching	eiching	DE		0	Europe/Berlin	48.30501	12.34546				02	091	09183	09183114
2932123	Eichig	eichig	DE		0	Europe/Berlin	50.06045	11.15338				02	094	09478	09478139
2932124	Eichig	eichig	DE		0	Europe/Berlin	49.85306	11.4033		Eichig		02	094	09472	09472111
2932126	Eichicht	eichicht	DE		0	Europe/Berlin	50.6113	11.43548				15	00	16073	16073038
2932135	Eichhornseck	eichhornseck	DE		0	Europe/Berlin	48.31323	12.90173				02	092	09277	09277148
2932148	Eichholz	eichholz	DE		0	Europe/Berlin	51.19393	7.5134		Eichholz		07	059	05962	05962012
2932149	Eichholz	eichholz	DE		0	Europe/Berlin	50.94469	7.64639				07	053	05374	05374040
2932150	Eichholz	eichholz	DE		0	Europe/Berlin	54.16985	12.92121				12	00	13073	13073034
2932151	Eichholz	eichholz	DE		0	Europe/Berlin	54.1	10.18333				10	00	01057	01057069
2932152	Eichholz	eichholz	DE		0	Europe/Berlin	53.39056	10.34932				06	00	03353	03353023
2932153	Eichholz	eichholz	DE		0	Europe/Berlin	52.44085	12.94454				11	00	12069	12069656
2932154	Eichholz	eichholz	DE		0	Europe/Berlin	52.32596	8.66728		Eichholz,Eickholz		07	057	05770	05770020
2932155	Eichholz	eichholz	DE		0	Europe/Berlin	52.11653	8.92043				07	057	05766	05766036
2932156	Eichholz	eichholz	DE		0	Europe/Berlin	51.92733	12.03175				14	00	15082	15082430
2932157	Eichholz	eichholz	DE		0	Europe/Berlin	51.92214	8.90021				07	057	05766	05766020
2932158	Eichholz	eichholz	DE		0	Europe/Berlin	51.61077	13.64817				11	00	12062	12062219
2932159	Eichholz	eichholz	DE		0	Europe/Berlin	51.46667	7.58333				07	059	05978	05978028
2932160	Eichholz	eichholz	DE		0	Europe/Berlin	51.10249	7.22591				07	053	05378	05378032
2932162	Eichholz	eichholz	DE		0	Europe/Berlin	50.72222	7.40805				07	053	05382	05382020
2932163	Eichholz	eichholz	DE		0	Europe/Berlin	50.06591	11.5305				02	094	09477	09477158
2932164	Eichholz	eichholz	DE		0	Europe/Berlin	49.34154	9.89654				01	081	08127	08127075
2932165	Eichholz	eichholz	DE		0	Europe/Berlin	49.25131	10.358				02	095	09571	09571174
2932166	Eichholz	eichholz	DE		0	Europe/Berlin	49.13333	9.66667				01	081	08127	08127059
2932167	Eichholz	eichholz	DE		0	Europe/Berlin	47.84303	10.27675				02	097	09780	09780119
2932168	Eichholz	eichholz	DE		0	Europe/Berlin	47.69917	7.78206				01	083	08336	08336107
2932195	Eichhofsberg	eichhofsberg	DE		0	Europe/Berlin	53.68127	8.99938				06	00	03352	03352052
2932196	Eichhofen	eichhofen	DE		0	Europe/Berlin	49.01542	11.9261				02	093	09375	09375175
2932197	Eichhofen	eichhofen	DE		0	Europe/Berlin	48.37113	11.32218				02	091	09174	09174131
2932201	Eichhof	eichhof	DE		0	Europe/Berlin	53.63115	13.85945				12	00	13075	13075143
2932202	Eichhof	eichhof	DE		0	Europe/Berlin	53.38752	11.2391				12	00	13076	13076079
2932203	Eichhof	eichhof	DE		0	Europe/Berlin	50.84951	9.67571				05	066	06632	06632002
2932204	Eichhof	eichhof	DE		0	Europe/Berlin	50.25874	10.91755				02	094	09473	09473175
2932205	Eichhof	eichhof	DE		0	Europe/Berlin	49.39361	9.88485		Eichhof		01	081	08128	08128082
2932206	Eichhof	eichhof	DE		0	Europe/Berlin	49.2	9.58333				01	081	08126	08126058
2932207	Eichhof	eichhof	DE		0	Europe/Berlin	48.35462	8.44183				01	082	08237	08237045
2932221	Eichheim	eichheim	DE		0	Europe/Berlin	48.2382	12.40158				02	091	09183	09183112
2932225	Eichhammer	eichhammer	DE		0	Europe/Berlin	49.8785	11.68819				02	094	09472	09472133
2932226	Eichham	eichham	DE		0	Europe/Berlin	47.86558	12.8484				02	091	09172	09172134
2932229	Eichhalde	eichhalde	DE		0	Europe/Berlin	48.24671	8.13551				01	083	08317	08317078
2932233	Eichhagen	eichhagen	DE		0	Europe/Berlin	51.057	7.83391		Eichhagen		07	059	05966	05966024
2932238	Eichgraben	eichgraben	DE		0	Europe/Berlin	50.86243	14.79916				13	00	14626	14626610
2932240	Eichfeld	eichfeld	DE		0	Europe/Berlin	52.93333	11.78333				14	00	15090	15090520
2932241	Eichfeld	eichfeld	DE		0	Europe/Berlin	50.71784	11.2725				15	00	16073	16073076
2932242	Eichfeld	eichfeld	DE		0	Europe/Berlin	49.84316	10.30129		Eichfeld		02	096	09675	09675174
2932245	Eichet	eichet	DE		0	Europe/Berlin	48.57587	13.37668				02	092	09262	09262000
2932246	Eichet	eichet	DE		0	Europe/Berlin	48.59245	13.52632				02	092	09275	09275150
2932259	Eicherscheid	eicherscheid	DE		0	Europe/Berlin	50.53337	6.76857				07	053	05366	05366004
2932260	Eicherloh	eicherloh	DE		0	Europe/Berlin	48.24673	11.77871				02	091	09177	09177118
2932267	Eichenwinden	eichenwinden	DE		0	Europe/Berlin	50.51261	9.85971				05	066	06631	06631021
2932272	Eichenthal	eichenthal	DE		0	Europe/Berlin	54.06614	12.7256				12	00	13073	13073050
2932275	Eichenstruth	eichenstruth	DE		0	Europe/Berlin	50.64364	7.96346				08	00	07143	07143206
2932276	Eichenstruth	eichenstruth	DE		0	Europe/Berlin	49.63513	11.44612		Eichenstruth		02	094	09472	09472118
2932277	Eichenstein	eichenstein	DE		0	Europe/Berlin	50.38466	11.70409				02	094	09475	09475137
2932280	Eichensee	eichensee	DE		0	Europe/Berlin	49.22158	11.76447				02	093	09373	09373151
2932283	Eicherscheid	eicherscheid	DE		0	Europe/Berlin	50.5783	6.30419		Eichenscheid,Eicherscheid		07	053	05334	05334028
2932285	Eichenrod	eichenrod	DE		0	Europe/Berlin	50.57675	9.2976				05	065	06535	06535012
2932286	Eichenried	eichenried	DE		2035	Europe/Berlin	48.27748	11.78206		Eichenried bei Erding		02	091	09177	09177130
2932287	Eichenried	eichenried	DE		0	Europe/Berlin	50.39539	9.65286				05	066	06631	06631016
2932290	Eichenreuth	eichenreuth	DE		0	Europe/Berlin	49.8811	11.52957				02	094	09472	09472140
2932291	Eichenrain	eichenrain	DE		0	Europe/Berlin	49.02858	10.13656				01	081	08136	08136035
2932296	Eichenkofen	eichenkofen	DE		0	Europe/Berlin	48.34636	11.92259				02	091	09177	09177117
2932297	Eichenkirnberg	eichenkirnberg	DE		0	Europe/Berlin	48.95528	9.70629				01	081	08136	08136027
2932299	Eichenhüll	eichenhull	DE		0	Europe/Berlin	49.98656	11.2292				02	094	09471	09471189
2932303	Eichenhofen	eichenhofen	DE		0	Europe/Berlin	49.18434	11.64843				02	093	09373	09373160
2932304	Eichenhofen	eichenhofen	DE		0	Europe/Berlin	48.45779	10.47639				02	097	09774	09774140
2932305	Eichenhof	eichenhof	DE		0	Europe/Berlin	52.64015	14.46007				11	00	12064	12064538
2932306	Eichenhof	eichenhof	DE		0	Europe/Berlin	52.1842	13.30783				11	00	12072	12072426
2932307	Eichenhof	eichenhof	DE		0	Europe/Berlin	49.8309	10.91749				02	094	09471	09471169
2932312	Eichenheege	eichenheege	DE		0	Europe/Berlin	50.15	8.85				05	064	06435	06435019
2932313	Eichenhausen	eichenhausen	DE		0	Europe/Berlin	50.32447	10.30423				02	096	09673	09673184
2932316	Eichenfürst	eichenfurst	DE		0	Europe/Berlin	49.83597	9.57019		Eichenfurst,Eichenfürst		02	096	09677	09677157
2932319	Eichenfelde	eichenfelde	DE		0	Europe/Berlin	53.81667	13.78333				12	00	13075	13075098
2932320	Eichenfelde	eichenfelde	DE		0	Europe/Berlin	53.21333	12.46983				11	00	12068	12068468
2932333	Eichenbrunn	eichenbrunn	DE		0	Europe/Berlin	49.06684	11.98626		Enichenbrunn		02	093	09375	09375181
2932336	Eichenbrandt	eichenbrandt	DE		0	Europe/Berlin	52.63239	13.84998				11	00	12064	12064029
2932337	Eichenborn	eichenborn	DE		0	Europe/Berlin	51.96225	9.33168				06	00	03252	03252003
2932338	Eichenbirkig	eichenbirkig	DE		0	Europe/Berlin	49.82193	11.33926				02	094	09472	09472197
2932405	Eichelsteig	eichelsteig	DE		0	Europe/Berlin	48.16667	9.8				01	084	08426	08426134
2932409	Eichelshof	eichelshof	DE		0	Europe/Berlin	49.30617	9.52671				01	081	08126	08126072
2932411	Eichelsee	eichelsee	DE		0	Europe/Berlin	49.61713	10.0306				02	096	09679	09679134
2932413	Eichelsdorf	eichelsdorf	DE		0	Europe/Berlin	50.45358	9.05663				05	064	06440	06440016
2932414	Eichelsdorf	eichelsdorf	DE		0	Europe/Berlin	50.16037	10.53098		Eichelsdorf		02	096	09674	09674149
2932415	Eichelschwang	eichelschwang	DE		0	Europe/Berlin	47.74108	10.52299				02	097	09777	09777175
2932416	Eichelscheiderhof	eichelscheiderhof	DE		0	Europe/Berlin	49.38003	7.38436				08	00	07336	07336102
2932426	Eichelsbach	eichelsbach	DE		0	Europe/Berlin	49.84793	9.23694		Eichelsbach		02	096	09676	09676121
2932427	Eichelsachsen	eichelsachsen	DE		0	Europe/Berlin	50.45822	9.12557				05	065	06535	06535016
2932434	Eichelhütte	eichelhuette	DE		0	Europe/Berlin	50.0389	6.73736				08	00	07231	07231026
2932436	Eichelhof	eichelhof	DE		0	Europe/Berlin	49.15191	12.74784				02	093	09372	09372177
2932437	Eichelhof	eichelhof	DE		0	Europe/Berlin	49.02245	11.54792				02	093	09373	09373121
2932442	Eichelhain	eichelhain	DE		0	Europe/Berlin	50.56894	9.27621		Eichelhain		05	065	06535	06535012
2932444	Eichelgarten	eichelgarten	DE		0	Europe/Berlin	48.05	10.41667				02	097	09778	09778180
2932447	Eichelburg	eichelburg	DE		0	Europe/Berlin	49.23834	11.1743				02	095	09576	09576143
2932448	Eichelborn	eichelborn	DE		0	Europe/Berlin	50.94195	11.1817				15	00	16071	16071103
2932452	Eichelberg	eichelberg	DE		0	Europe/Berlin	50.07353	10.77108				02	096	09674	09674130
2932453	Eichelberg	eichelberg	DE		0	Europe/Berlin	49.74192	11.99436				02	093	09374	09374149
2932454	Eichelberg	eichelberg	DE		0	Europe/Berlin	49.51803	10.5424				02	095	09575	09575135
2932455	Eichelberg	eichelberg	DE		0	Europe/Berlin	49.19829	12.42459				02	093	09372	09372170
2932456	Eichelberg	eichelberg	DE		0	Europe/Berlin	49.20256	12.11961				02	093	09376	09376141
2932457	Eichelberg	eichelberg	DE		0	Europe/Berlin	49.18822	8.81395		Eichelberg		01	082	08215	08215064
2932458	Eichelberg	eichelberg	DE		0	Europe/Berlin	49.11387	9.40832		Eichelberg		01	081	08125	08125110
2932459	Eichelberg	eichelberg	DE		0	Europe/Berlin	49.08736	10.08408				01	081	08127	08127014
2932460	Eichelberg	eichelberg	DE		0	Europe/Berlin	48.651	11.58625				02	091	09186	09186122
2932547	Eichel	eichel	DE		0	Europe/Berlin	49.76323	9.53738		Eichel		01	081	08128	08128131
2932548	Eiche-Golm	eiche-golm	DE		0	Europe/Berlin	52.4	12.96667		Eich-Golm,Eiche-Golm		11	00	12054	12054000
2932549	Eichede	eichede	DE		0	Europe/Berlin	53.71801	10.40862		Eichede		10	00	01062	01062091
2932554	Eichdorf	eichdorf	DE		0	Europe/Berlin	53.16092	10.82969				06	00	03355	03355025
2932555	Eichbusch	eichbusch	DE		0	Europe/Berlin	51.96431	13.53431				11	00	12061	12061471
2932556	Eichbusch	eichbusch	DE		0	Europe/Berlin	51.03238	13.87652				13	00	14612	14612000
2932559	Eichbühl	eichbuhl	DE		0	Europe/Berlin	48.05342	9.97755				01	084	08426	08426043
2932560	Eichbühl	eichbuhl	DE		0	Europe/Berlin	47.95271	9.6707				01	084	08436	08436008
2932584	Eichberg	eichberg	DE		0	Europe/Berlin	50.66667	12.3				15	00	16076	16076093
2932585	Eichberg	eichberg	DE		0	Europe/Berlin	50.03871	8.06002				05	064	06439	06439003
2932586	Eichberg	eichberg	DE		0	Europe/Berlin	49.14453	12.6856				02	093	09372	09372116
2932587	Eichberg	eichberg	DE		0	Europe/Berlin	49.01667	9.93333				01	081	08127	08127012
2932588	Eichberg	eichberg	DE		0	Europe/Berlin	48.81602	13.02403				02	092	09271	09271119
2932589	Eichberg	eichberg	DE		0	Europe/Berlin	48.54516	8.35247				01	082	08237	08237004
2932700	Eichbaum	eichbaum	DE		0	Europe/Berlin	53.48333	10.1				04	00	02000	02000000
2932701	Eichbach	eichbach	DE		0	Europe/Berlin	48.20099	8.33837				01	083	08325	08325053
2932703	Eichardt	eichardt	DE		0	Europe/Berlin	51.17469	13.02004				13	00	14522	14522220
2932704	Eichach	eichach	DE		0	Europe/Berlin	49.26978	9.47132				01	081	08126	08126094
2932706	Eicha	eicha	DE		0	Europe/Berlin	51.29606	12.56922				13	00	14729	14729300
2932707	Eicha	eicha	DE		0	Europe/Berlin	50.34984	10.57014				15	00	16069	16069062
2932708	Eicha	eicha	DE		0	Europe/Berlin	50.22656	10.91565		Eicha		02	094	09473	09473112
2932722	Eibsee	eibsee	DE		0	Europe/Berlin	47.45636	10.99053				02	091	09180	09180118
2932724	Eibrunn	eibrunn	DE		0	Europe/Berlin	49.05	11.83333				02	093	09375	09375148
2932727	Eibingen	eibingen	DE		0	Europe/Berlin	49.98504	7.93572		Eibingen		05	064	06439	06439013
2932730	Eiberg	eiberg	DE		0	Europe/Berlin	48.9953	10.23989				01	081	08136	08136018
2932731	Eiberg	eiberg	DE		0	Europe/Berlin	48.85466	13.00286				02	092	09271	09271119
2932732	Eiberg	eiberg	DE		0	Europe/Berlin	48.34	12.88207				02	092	09277	09277148
2932739	Eibensbach	eibensbach	DE		0	Europe/Berlin	49.04712	8.99121		Eibensbach		01	081	08125	08125038
2932743	Eibenberg	eibenberg	DE		0	Europe/Berlin	50.75337	12.95279		Eibenberg		13	00	14521	14521120
2932744	Eibenberg	eibenberg	DE		0	Europe/Berlin	50.29559	11.38591				02			
2932750	Eibelshausen	eibelshausen	DE		0	Europe/Berlin	50.81559	8.34068		Eibelshausen		05	065	06532	06532009
2932757	Eibach	eibach	DE		0	Europe/Berlin	50.74605	8.32463		Eibach		05	065	06532	06532006
2932758	Eibach	eibach	DE		0	Europe/Berlin	49.40752	11.03693				02	095	09564	09564000
2932759	Eibach	eibach	DE		0	Europe/Berlin	49.17374	11.21395				02	095	09576	09576127
2932760	Eibach	eibach	DE		0	Europe/Berlin	48.30433	12.15444				02	091	09177	09177115
2932766	Ehst	ehst	DE		0	Europe/Berlin	54.30194	8.7004				10	00	01054	01054134
2932769	Ehrwang	ehrwang	DE		0	Europe/Berlin	47.59509	10.71094				02	097	09777	09777129
2932770	Ehrsten	ehrsten	DE		0	Europe/Berlin	51.39374	9.34868				05	066	06633	06633005
2932771	Ehrstädt	ehrstadt	DE		0	Europe/Berlin	49.24294	8.98226		Ehrstadt,Ehrstädt		01	082	08226	08226085
2932773	Ehrsen	ehrsen	DE		0	Europe/Berlin	52.06605	8.77696		Ehrsen-Breden		07	057	05766	05766008
2932774	Ehrsberg	ehrsberg	DE		0	Europe/Berlin	47.74365	7.90561				01	083	08336	08336106
2932775	Ehrnstorf	ehrnstorf	DE		0	Europe/Berlin	48.60304	12.97891		Ehrnsdorf,Ehrnstorf		02	092	09277	09277142
2932779	Ehrlichshof	ehrlichshof	DE		0	Europe/Berlin	50.61667	9.71667				05	066	06631	06631020
2932784	Ehrlach	ehrlach	DE		0	Europe/Berlin	47.65	9.98333				02	097	09776	09776112
2932786	Ehrl	ehrl	DE		0	Europe/Berlin	49.99792	11.05576		Ehrl		02	094	09471	09471185
2932790	Ehringsfeld	ehringsfeld	DE		0	Europe/Berlin	49.40124	11.71918		Ehringsfeld		02	093	09371	09371154
2932791	Ehringsdorf	ehringsdorf	DE		0	Europe/Berlin	50.9588	11.34177		Ehringsdorf		15	00	16055	16055000
2932793	Ehringhausen	ehringhausen	DE		0	Europe/Berlin	51.68346	7.5778				07	059	05978	05978040
2932794	Ehringhausen	ehringhausen	DE		0	Europe/Berlin	51.66245	8.44231		Ehringhausen		07	059	05974	05974020
2932795	Ehringhausen	ehringhausen	DE		0	Europe/Berlin	51.24607	7.47666				07	059	05954	05954004
2932796	Ehringhausen	ehringhausen	DE		0	Europe/Berlin	51.18908	7.55221				07	059	05962	05962012
2932797	Ehringhausen	ehringhausen	DE		0	Europe/Berlin	51.15858	7.17361		Ehringhausen		07	051	05120	05120000
2932798	Ehringhausen	ehringhausen	DE		0	Europe/Berlin	50.5124	7.8961				08	00	07143	07143263
2932799	Ehringen	ehringen	DE		0	Europe/Berlin	51.38019	9.14741				05	066	06635	06635020
2932800	Ehringen	ehringen	DE		0	Europe/Berlin	48.87542	10.47528		Ehringen		02	097	09779	09779224
2932801	Ehring	ehring	DE		0	Europe/Berlin	48.23623	12.56507				02	091	09183	09183136
2932802	Ehrhorn	ehrhorn	DE		0	Europe/Berlin	53.17679	9.88499				06	00	03358	03358019
2932803	Ehrhafts	ehrhafts	DE		0	Europe/Berlin	47.67184	10.02753				02	097	09776	09776118
2932804	Ehreshoven	ehreshoven	DE		0	Europe/Berlin	50.97562	7.34496				07	053	05374	05374008
2932805	Ehrerheide	ehrerheide	DE		0	Europe/Berlin	50.1731	7.5809				08	00	07140	07140045
2932806	Ehrenzipfel	ehrenzipfel	DE		0	Europe/Berlin	50.45989	12.8355		Ehrenzipfel		13	00	14521	14521110
2932807	Ehrentrup	ehrentrup	DE		0	Europe/Berlin	51.97986	8.78005				07	057	05766	05766040
2932809	Ehrenthal	ehrenthal	DE		0	Europe/Berlin	50.1719	7.67528		Ehrenthal		08	00	07141	07141121
2932811	Ehrenstetten	ehrenstetten	DE		0	Europe/Berlin	47.91293	7.75641				01	083	08315	08315131
2932812	Ehrenstein	ehrenstein	DE		0	Europe/Berlin	50.75639	11.1747				15	00	16070	16070048
2932813	Ehrenstein	ehrenstein	DE		0	Europe/Berlin	50.61663	7.45611				08	00	07138	07138003
2932814	Ehrenstein	ehrenstein	DE		0	Europe/Berlin	48.41211	9.92014				01	084	08425	08425141
2932815	Ehrensteig	ehrensteig	DE		0	Europe/Berlin	50.96667	10.3				15	00	16056	16056000
2932816	Ehrenschwinden	ehrenschwinden	DE		0	Europe/Berlin	49.112	10.5603				02	095	09571	09571141
2932818	Ehrensberg	ehrensberg	DE		0	Europe/Berlin	48.02583	9.9269				01	084	08426	08426113
2932819	Ehrensberg	ehrensberg	DE		0	Europe/Berlin	47.90171	9.80885				01	084	08436	08436009
2932825	Ehrenhof	ehrenhof	DE		0	Europe/Berlin	53.43198	13.15291				12	00	13071	13071012
2932827	Ehrenhain	ehrenhain	DE		0	Europe/Berlin	50.93947	12.50969				15	00	16077	16077036
2932833	Ehrenfeld	ehrenfeld	DE		0	Europe/Berlin	50.96545	7.21098				07	053	05378	05378004
2932837	Ehrendorf	ehrendorf	DE		0	Europe/Berlin	52.61168	8.24599				06	00	03460	03460006
2932838	Ehrenburgertal	ehrenburgertal	DE		0	Europe/Berlin	50.21459	7.45202		Ehrenburgertal,Ehrenburgerthal		08	00	07137	07137205
2932843	Ehrenbreitstein	ehrenbreitstein	DE		0	Europe/Berlin	50.36012	7.62013		Ehrenbreitstein		08	00	07111	07111000
2932860	Ehrenbach	ehrenbach	DE		0	Europe/Berlin	50.20031	8.22253				05	064	06439	06439008
2932861	Ehren	ehren	DE		0	Europe/Berlin	52.70028	7.69362				06	00	03453	03453011
2932862	Ehren	ehren	DE		0	Europe/Berlin	49.018	12.75056		Ehren,Ehrn		02	092	09278	09278129
2932863	Ehren	ehren	DE		0	Europe/Berlin	48.96644	12.72732				02	092	09278	09278139
2932866	Ehrdissen	ehrdissen	DE		0	Europe/Berlin	52.01926	8.66961				07	057	05766	05766048
2932871	Ehrang	ehrang	DE		0	Europe/Berlin	49.81606	6.69823				08	00	07211	07211000
2932876	Ehra	ehra	DE		0	Europe/Berlin	52.56915	10.78884				06	00	03151	03151008
2932879	Eholfing	eholfing	DE		0	Europe/Berlin	48.45278	13.36862				02	092	09275	09275145
2932881	Ehningsen	ehningsen	DE		0	Europe/Berlin	51.58191	7.98392		Ehningsen		07	059	05974	05974048
2932883	Ehnhofen	ehnhofen	DE		0	Europe/Berlin	48.13429	9.3608				01	084	08426	08426067
2932884	Ehnes	ehnes	DE		0	Europe/Berlin	50.38498	10.99505				15	00	16072	16072015
2932886	Ehndorfermoor	ehndorfermoor	DE		0	Europe/Berlin	54.05177	9.8481				10	00	01058	01058044
2932888	Ehmkenhagen	ehmkenhagen	DE		0	Europe/Berlin	54.19855	12.4312				12	00	13073	13073055
2932889	Ehmkendorf	ehmkendorf	DE		0	Europe/Berlin	54.08074	12.55317				12	00	13072	13072102
2932891	Ehmen	ehmen	DE		0	Europe/Berlin	52.39786	10.69858		Ehmen		06	00	03103	03103000
2932894	Ehlingen	ehlingen	DE		0	Europe/Berlin	50.54426	7.19487		Ehlingen		08	00	07131	07131007
2932895	Ehlingen	ehlingen	DE		0	Europe/Berlin	49.19677	7.17664				09	00	10045	10045116
2932896	Ehlheim	ehlheim	DE		0	Europe/Berlin	49.04417	10.8275		Ehlheim		02	095	09577	09577122
2932897	Ehlhalten	ehlhalten	DE		0	Europe/Berlin	50.17611	8.36684				05	064	06436	06436002
2932899	Ehlershausen	ehlershausen	DE		0	Europe/Berlin	52.5204	10.02073		Ehlershusen		06	00	03241	03241003
2932900	Ehlersdorf	ehlersdorf	DE		0	Europe/Berlin	54.33941	9.79196				10	00	01058	01058026
2932901	Ehlersberg	ehlersberg	DE		0	Europe/Berlin	53.75043	10.13315				10	00	01062	01062076
2932906	Ehlenbruch	ehlenbruch	DE		0	Europe/Berlin	51.98499	8.73516				07	057	05766	05766040
2932910	Ehlenbach	ehlenbach	DE		0	Europe/Berlin	49.66533	7.43621		Ehlenbach		08	00	07134	07134045
2932912	Ehlen	ehlen	DE		0	Europe/Berlin	52.29691	9.20221				06	00	03257	03257035
2932913	Ehlen	ehlen	DE		0	Europe/Berlin	51.32321	9.3086				05	066	06633	06633011
2932917	Ehlbeck	ehlbeck	DE		0	Europe/Berlin	53.08855	10.15868				06	00	03355	03355029
2932926	Ehgarten	ehgarten	DE		0	Europe/Berlin	48.11667	12.4		Ehegarten,Ehgarten		02	091	09189	09189142
2932929	Ehethal	ehethal	DE		0	Europe/Berlin	48.83794	12.57076				02	092	09278	09278121
2932930	Ehestorf	ehestorf	DE		0	Europe/Berlin	53.45166	9.89687		Ehestorf		06	00	03353	03353029
2932931	Ehestorf	ehestorf	DE		0	Europe/Berlin	53.2464	9.38273				06	00	03357	03357013
2932933	Ehestetten	ehestetten	DE		0	Europe/Berlin	48.32059	9.43279				01	084	08415	08415034
2932934	Ehestetten	ehestetten	DE		0	Europe/Berlin	48.2	9.05				01	084	08417	08417079
2932935	Ehenfeld	ehenfeld	DE		0	Europe/Berlin	49.57819	11.94178		Ehenfeld		02	093	09371	09371127
2932940	Eheim	eheim	DE		0	Europe/Berlin	47.93744	10.36669				02	097	09778	09778186
2932949	Ehe	ehe	DE		0	Europe/Berlin	49.60301	10.60204				02	095	09575	09575118
2932951	Egypten	egypten	DE		0	Europe/Berlin	53.07915	9.1136				06	00	03361	03361009
2932953	Egterholz	egterholz	DE		0	Europe/Berlin	52.84571	8.18748				06	00	03453	03453005
2932954	Egstedt	egstedt	DE		0	Europe/Berlin	50.91806	11.05522				15	00	16051	16051000
2932957	Egsdorf	egsdorf	DE		0	Europe/Berlin	52.1321	13.58621		Egsdorf		11	00	12061	12061492
2932958	Egsdorf	egsdorf	DE		0	Europe/Berlin	51.83501	13.80007				11	00	12061	12061320
2932959	Egringen	egringen	DE		0	Europe/Berlin	47.66533	7.59812				01	083	08336	08336014
2932961	Eglwiesen	eglwiesen	DE		0	Europe/Berlin	47.85	12.35				02	091	09187	09187162
2932962	Eglwang	eglwang	DE		0	Europe/Berlin	49.15325	11.68971				02	093	09373	09373151
2932965	Eglsee	eglsee	DE		0	Europe/Berlin	49.45067	11.83197				02	093	09361	09361000
2932966	Eglsee	eglsee	DE		0	Europe/Berlin	49.42129	12.65149				02	093	09372	09372171
2932967	Eglsee	eglsee	DE		0	Europe/Berlin	49.25207	11.96229				02	093	09371	09371148
2932968	Eglsee	eglsee	DE		0	Europe/Berlin	49.07773	11.91187				02	093	09375	09375122
2932979	Eglosheim	eglosheim	DE		0	Europe/Berlin	48.90518	9.17534		Ludwigsburg-Eglosheim		01	081	08118	08118048
2932980	Eglofstal	eglofstal	DE		0	Europe/Berlin	47.66667	9.91667				01	084	08436	08436094
2932981	Eglofsdorf	eglofsdorf	DE		0	Europe/Berlin	48.98849	11.52765				02	091	09176	09176114
2932982	Eglofs	eglofs	DE		0	Europe/Berlin	47.88861	10.42439				02	097	09777	09777154
2932983	Eglofs	eglofs	DE		0	Europe/Berlin	47.66251	9.93118				01	084	08436	08436094
2932985	Egloffswinden	egloffswinden	DE		0	Europe/Berlin	49.3328	10.57787				02	095	09561	09561000
2932986	Egloffsteinerhüll	egloffsteinerhull	DE		0	Europe/Berlin	49.70799	11.2268		Egloffsteinerhull,Egloffsteinerhutt,Egloffsteinerhüll,Egloffsteinerhütt		02	094	09474	09474124
2932989	Eglingen	eglingen	DE		0	Europe/Berlin	48.71545	10.43899				01	081	08135	08135010
2932990	Eglingen	eglingen	DE		0	Europe/Berlin	48.35117	9.4285				01	084	08415	08415090
2932994	Eglhofen	eglhofen	DE		0	Europe/Berlin	49.34408	11.8103				02	093	09371	09371154
2932996	Eglhausen	eglhausen	DE		0	Europe/Berlin	48.42747	11.55301		Eglhausen		02	091	09178	09178133
2932997	Eglhartinger Kolonie	eglhartinger-kolonie	DE		0	Europe/Berlin	48.08333	11.86667				02	091	09175	09175124
2932998	Eglharting	eglharting	DE		0	Europe/Berlin	48.08135	11.86017				02	091	09175	09175124
2932999	Eglhart	eglhart	DE		0	Europe/Berlin	47.98201	12.47415				02	091	09189	09189143
2933000	Eglham	eglham	DE		0	Europe/Berlin	47.94375	12.17088				02	091	09187	09187181
2933003	Eglersried	eglersried	DE		0	Europe/Berlin	48.41116	11.40123				02	091	09174	09174131
2933005	Eglasmühle	eglasmuhle	DE		0	Europe/Berlin	49.07859	11.44904				02	093	09373	09373112
2933006	Eglafing	eglafing	DE		0	Europe/Berlin	48.30358	12.12531				02	091	09177	09177115
2933007	Egisholz	egisholz	DE		0	Europe/Berlin	47.68388	7.65429				01	083	08336	08336045
2933009	Eging	eging	DE		3876	Europe/Berlin	48.46328	12.18957				02	092	09274	09274114
2933010	Eging	eging	DE		0	Europe/Berlin	47.96648	12.71239				02	091	09189	09189150
2933012	Egidiberg	egidiberg	DE		0	Europe/Berlin	49.33807	12.07753				02	093	09376	09376161
2933014	Eggstetten	eggstetten	DE		0	Europe/Berlin	48.29254	12.97526				02	092	09277	09277145
2933020	Eggmühl	eggmuhl	DE		0	Europe/Berlin	48.84334	12.18223		Eckmull,Eckmüll,Eggmuhl,Eggmühl		02	093	09375	09375196
2933022	Eggmannsried	eggmannsried	DE		0	Europe/Berlin	47.94935	9.84971				01	084	08436	08436010
2933023	Egglsor	egglsor	DE		0	Europe/Berlin	48.33248	12.26818				02	092	09274	09274183
2933027	Egglhausen	egglhausen	DE		0	Europe/Berlin	48.65693	11.9365				02	092	09274	09274172
2933031	Egglfing	egglfing	DE		0	Europe/Berlin	48.9446	12.17182				02	093	09375	09375161
2933032	Egglfing	egglfing	DE		0	Europe/Berlin	48.32767	13.31423				02	092	09275	09275116
2933034	Eggisried	eggisried	DE		0	Europe/Berlin	47.9645	10.30411				02	097	09778	09778186
2933036	Egging	egging	DE		0	Europe/Berlin	48.26753	12.92727				02	092	09277	09277140
2933038	Egghalden	egghalden	DE		0	Europe/Berlin	47.57312	9.74672				02	097	09776	09776126
2933039	Eggestedt	eggestedt	DE		0	Europe/Berlin	53.2304	8.63226				06	00	03356	03356009
2933043	Eggese	eggese	DE		0	Europe/Berlin	52.98602	8.67898				06	00	03251	03251037
2933050	Eggerszell	eggerszell	DE		0	Europe/Berlin	49.02338	12.61832				02	092	09278	09278179
2933052	Eggerstorf	eggerstorf	DE		0	Europe/Berlin	53.9295	11.36057				12	00	13074	13074089
2933053	Eggerstedt	eggerstedt	DE		0	Europe/Berlin	53.64323	9.80647				10	00	01056	01056039
2933054	Eggersheim	eggersheim	DE		0	Europe/Berlin	50.78672	6.63629				07	053	05358	05358052
2933055	Eggershausen	eggershausen	DE		0	Europe/Berlin	53.04174	7.86204				06	00	03453	03453007
2933056	Eggersham	eggersham	DE		0	Europe/Berlin	48.40533	13.26862				02	092	09275	09275141
2933058	Eggersen	eggersen	DE		0	Europe/Berlin	52.04942	9.59316				06	00	03252	03252008
2933059	Eggersdorfen	eggersdorfen	DE		0	Europe/Berlin	48.36607	12.29377				02	092	09274	09274193
2933070	Eggerscheidt	eggerscheidt	DE		0	Europe/Berlin	51.31711	6.88733		Eggerscheidt,Eggersheid		07	051	05158	05158028
2933071	Eggersberg	eggersberg	DE		0	Europe/Berlin	49.18206	13.09177				02	093	09372	09372178
2933072	Eggersberg	eggersberg	DE		0	Europe/Berlin	49.08207	12.60949				02	092	09278	09278189
2933073	Eggersberg	eggersberg	DE		0	Europe/Berlin	48.97086	11.64825				02	092	09273	09273164
2933074	Eggersbach	eggersbach	DE		0	Europe/Berlin	48.33325	12.73147				02	092	09277	09277134
2933079	Eggerode	eggerode	DE		0	Europe/Berlin	52.06282	7.24249		Eggerode		07	055	05554	05554052
2933085	Eggeringhausen	eggeringhausen	DE		0	Europe/Berlin	51.665	8.8369				07	057	05774	05774012
2933088	Eggerding	eggerding	DE		0	Europe/Berlin	48.47401	12.7313				02	092	09277	09277119
2933094	Eggenweiler	eggenweiler	DE		0	Europe/Berlin	47.75	9.38333				01	084	08435	08435067
2933095	Eggenweiler	eggenweiler	DE		0	Europe/Berlin	47.70277	9.52171				01	084	08435	08435016
2933096	Eggenwatt	eggenwatt	DE		0	Europe/Berlin	47.59051	9.72933				02	097	09776	09776130
2933210	Egenried	egenried	DE		0	Europe/Berlin	47.75989	11.22886				02	091	09190	09190136
2933102	Eggenstein	eggenstein	DE		0	Europe/Berlin	49.07999	8.3951				01	082	08215	08215102
2933104	Eggensee	eggensee	DE		0	Europe/Berlin	49.57348	10.66458				02	095	09575	09575153
2933105	Eggenscheid	eggenscheid	DE		0	Europe/Berlin	51.25419	7.61066		Eggenscheid		07	059	05962	05962032
2933106	Eggenrot	eggenrot	DE		0	Europe/Berlin	48.97701	10.09064				01	081	08136	08136019
2933108	Eggenreuth	eggenreuth	DE		0	Europe/Berlin	48.7556	13.32864				02	092	09272	09272150
2933110	Eggenreute	eggenreute	DE		0	Europe/Berlin	47.74194	9.78425				01	084	08436	08436081
2933111	Eggenpoint	eggenpoint	DE		0	Europe/Berlin	48.47521	12.44331				02	092	09274	09274179
2933114	Eggenhof	eggenhof	DE		0	Europe/Berlin	49.59308	11.077				02	095	09572	09572158
2933117	Eggenbühl	eggenbuhl	DE		0	Europe/Berlin	47.84311	10.44497				02	097	09777	09777138
2933118	Eggenberg	eggenberg	DE		0	Europe/Berlin	49.57261	11.60969				02	093	09371	09371128
2933119	Eggenberg	eggenberg	DE		0	Europe/Berlin	48.42288	11.5864				02	091	09178	09178113
2933125	Eggenbach	eggenbach	DE		0	Europe/Berlin	50.10219	10.89921				02	094	09478	09478120
2933127	Eggen	eggen	DE		0	Europe/Berlin	47.717	10.29453				02	097	09763	09763000
2933129	Eggen	eggen	DE		0	Europe/Berlin	47.64469	10.3028				02	097	09780	09780143
2933133	Eggelstetten	eggelstetten	DE		0	Europe/Berlin	48.67695	10.85083		Eggelstetten		02	097	09779	09779196
2933135	Eggelsbach	eggelsbach	DE		0	Europe/Berlin	48.06271	9.6938				01	084	08426	08426021
2933136	Eggelogerfeld	eggelogerfeld	DE		0	Europe/Berlin	53.3051	7.96004				06	00	03451	03451007
2933137	Eggeloge	eggeloge	DE		0	Europe/Berlin	53.3069	7.94144				06	00	03451	03451007
2933138	Eggelingen	eggelingen	DE		0	Europe/Berlin	53.60605	7.83617				06	00	03462	03462019
2933139	Eggelhof	eggelhof	DE		0	Europe/Berlin	48.49472	10.81861				02	097	09772	09772171
2933148	Eggeberg	eggeberg	DE		0	Europe/Berlin	52.08336	8.35585		Eggeberg		07	057	05754	05754012
2933149	Eggebekfeld	eggebekfeld	DE		0	Europe/Berlin	54.63333	9.35				10	00	01059	01059107
2933152	Egge	egge	DE		0	Europe/Berlin	52.1465	8.72481				07	057	05758	05758012
2933153	Egge	egge	DE		0	Europe/Berlin	52.49733	6.7488				06	00	03456	03456011
2933154	Egge	egge	DE		0	Europe/Berlin	52.08067	9.1832		Egge (Aerzen)		06	00	03252	03252001
2933155	Egge	egge	DE		0	Europe/Berlin	51.35	7.38333				07	059	05914	05914000
2933164	Eggatsweiler	eggatsweiler	DE		0	Europe/Berlin	47.59685	9.67031				02	097	09776	09776116
2933165	Eggartskirch	eggartskirch	DE		0	Europe/Berlin	47.75869	9.49588				01	084	08436	08436064
2933169	Egg	egg	DE		0	Europe/Berlin	48.87951	12.9249				02	092	09271	09271116
2933170	Egg	egg	DE		0	Europe/Berlin	48.64434	12.00257				02	092	09274	09274172
2933171	Egg	egg	DE		0	Europe/Berlin	48.56792	11.66081				02	091	09186	09186162
2933172	Egg	egg	DE		0	Europe/Berlin	48.18772	11.1519				02	091	09179	09179136
2933173	Egg	egg	DE		0	Europe/Berlin	47.94993	12.23701				02	091	09187	09187139
2933174	Egg	egg	DE		0	Europe/Berlin	47.90202	9.48865				01	084	08436	08436040
2933175	Egg	egg	DE		0	Europe/Berlin	47.89761	9.23397				01	084	08437	08437124
2933176	Egg	egg	DE		0	Europe/Berlin	47.75132	10.22452				02	097	09780	09780146
2933177	Egg	egg	DE		0	Europe/Berlin	47.69261	9.19341				01	083	08335	08335043
2933178	Egg	egg	DE		0	Europe/Berlin	47.63333	9.96667				02	097	09776	09776124
2933179	Egg	egg	DE		0	Europe/Berlin	47.58782	7.96097				01	083	08337	08337090
2933192	Egerten	egerten	DE		0	Europe/Berlin	47.67631	7.66631				01	083	08336	08336045
2933194	Egerteich	egerteich	DE		0	Europe/Berlin	50.02814	12.34589				02	093	09377	09377158
2933195	Egersdorf	egersdorf	DE		0	Europe/Berlin	49.46377	10.87664				02	095	09573	09573114
2933197	Egerndach	egerndach	DE		0	Europe/Berlin	47.78333	12.48333				02	091	09189	09189146
2933198	Egern	egern	DE		0	Europe/Berlin	47.69376	11.75091				02	091	09182	09182129
2933203	Egerer	egerer	DE		0	Europe/Berlin	47.90783	12.5366				02	091	09189	09189114
2933204	Egerdach	egerdach	DE		0	Europe/Berlin	47.89518	12.7039				02	091	09189	09189165
2933207	Egenstedt	egenstedt	DE		0	Europe/Berlin	52.09976	9.99172				06	00	03254	03254011
2933208	Egensbach	egensbach	DE		0	Europe/Berlin	49.44475	11.39196				02	095	09574	09574145
2933209	Egenroth	egenroth	DE		0	Europe/Berlin	50.1883	7.95085				05	064	06439	06439005
2933218	Egendorf	egendorf	DE		0	Europe/Berlin	50.86323	11.3669				15	00	16071	16071008
2933219	Egenbüttel	egenbuettel	DE		0	Europe/Berlin	53.65033	9.85209				10	00	01056	01056043
2933220	Egenburg	egenburg	DE		0	Europe/Berlin	48.29163	11.15356				02	091	09174	09174137
2933221	Egenbostel	egenbostel	DE		0	Europe/Berlin	52.95076	9.46371				06	00	03357	03357051
2933222	Egen	egen	DE		0	Europe/Berlin	51.16897	7.40667				07	053	05374	05374052
2933226	Egelstein	egelstein	DE		0	Europe/Berlin	48.42066	9.52				01	084	08415	
2933227	Egelstal	egelstal	DE		0	Europe/Berlin	48.44443	8.71508				01	082	08237	08237040
2933228	Egelsried	egelsried	DE		0	Europe/Berlin	49.30628	12.38386				02	093	09376	09376146
2933230	Egelsheim	egelsheim	DE		0	Europe/Berlin	49.31175	11.86047				02	093	09371	09371129
2933231	Egelsee	egelsee	DE		0	Europe/Berlin	48.02116	10.12545				01	084	08426	08426117
2933240	Egelsdorf	egelsdorf	DE		0	Europe/Berlin	50.6317	11.08705				15	00	16073	16073112
2933241	Egelsberg	egelsberg	DE		0	Europe/Berlin	48.35663	12.76741				02	092	09277	09277153
2933250	Egels	egels	DE		0	Europe/Berlin	53.46626	7.51996		Egels		06	00	03452	03452001
2933253	Egelreute	egelreute	DE		0	Europe/Berlin	47.89137	9.37617				01	084	08437	08437086
2933255	Egeln Nord	egeln-nord	DE		0	Europe/Berlin	51.96125	11.43479		Bleckendorf		14	00	15089	15089075
2933259	Egelmes	egelmes	DE		0	Europe/Berlin	50.59479	9.84873				05	066	06631	06631013
2933262	Egelinde	egelinde	DE		0	Europe/Berlin	52.20978	12.46987				11	00	12069	12069020
2933263	Egelhofen	egelhofen	DE		0	Europe/Berlin	48.09746	10.45898				02	097	09778	09778187
2933264	Egelfingen	egelfingen	DE		0	Europe/Berlin	48.1539	9.28862				01	084	08426	08426067
2933269	Egartenhof	egartenhof	DE		0	Europe/Berlin	48.95	9.08333		Egartenhof		01	081	08118	08118076
2933270	Egarsee	egarsee	DE		0	Europe/Berlin	53.20607	13.54108				11	00	12073	12073069
2933272	Eft	eft	DE		0	Europe/Berlin	49.47638	6.44691				09	00	10042	10042115
2933273	Efrizweiler	efrizweiler	DE		0	Europe/Berlin	47.6902	9.41635		Efrizweiler		01	084	08435	08435016
2933275	Efringen	efringen	DE		0	Europe/Berlin	47.66667	7.56667				01	083	08336	08336014
2933277	Effringen	effringen	DE		0	Europe/Berlin	48.62416	8.71367				01	082	08235	08235080
2933278	Effolderbach	effolderbach	DE		0	Europe/Berlin	50.34172	9.0088				05	064	06440	06440019
2933281	Effert	effert	DE		0	Europe/Berlin	50.86589	7.29398				07	053	05382	05382040
2933283	Efferen	efferen	DE		0	Europe/Berlin	50.89784	6.89598				07	053	05362	05362028
2933285	Effenstädt	effenstadt	DE		0	Europe/Berlin	47.77288	11.93823		Effenstatt,Effenstätt		02	091	09182	09182114
2933288	Effelter	effelter	DE		0	Europe/Berlin	50.35638	11.41824		Effelter		02	094	09476	09476189
2933290	Effelsberg	effelsberg	DE		0	Europe/Berlin	50.51695	6.86891		Effelsberg		07	053	05366	05366004
2933291	Effeln	effeln	DE		0	Europe/Berlin	51.52373	8.35979		Effeln		07	059	05974	05974004
2933292	Effeldorf	effeldorf	DE		0	Europe/Berlin	49.79643	10.08487		Effeldorf		02	096	09675	09675117
2933299	Effeld	effeld	DE		0	Europe/Berlin	51.12554	6.10364		Effeld,Effelt		07	053	05370	05370036
2933300	Eesch	eesch	DE		0	Europe/Berlin	54.05707	9.03021				10	00	01051	01051027
2933306	Eduardshof	eduardshof	DE		0	Europe/Berlin	52.48333	12.08333				14	00	15086	15086080
2933309	Edt	edt	DE		0	Europe/Berlin	49.01744	12.67603				02	092	09278	09278134
2933310	Edt	edt	DE		0	Europe/Berlin	48.67721	13.33307				02	092	09275	09275111
2933311	Edt	edt	DE		0	Europe/Berlin	48.49337	13.10075				02	092	09275	09275125
2933312	Edt	edt	DE		0	Europe/Berlin	48.47726	13.23598				02	092	09275	09275124
2933313	Edt	edt	DE		0	Europe/Berlin	48.0944	12.65042				02	091	09171	09171122
2933321	Edschenburg	edschenburg	DE		0	Europe/Berlin	53.42197	8.42713				06	00	03461	03461009
2933324	Edmühle	edmuhle	DE		0	Europe/Berlin	48.42673	13.09167				02	092	09277	09277113
2933329	Edlmühl	edlmuhl	DE		0	Europe/Berlin	49.42184	12.62616				02	093	09372	09372165
2933330	Edlmannsberg	edlmannsberg	DE		0	Europe/Berlin	48.58024	12.01662				02	092	09274	09274132
2933331	Edlkofen	edlkofen	DE		0	Europe/Berlin	48.51513	11.98426				02	092	09274	09274194
2933338	Edlhausen	edlhausen	DE		0	Europe/Berlin	49.11024	12.11121				02	093	09375	09375190
2933339	Edlhausen	edlhausen	DE		0	Europe/Berlin	49.06031	11.90841				02	093	09375	09375162
2933341	Edlendorf	edlendorf	DE		0	Europe/Berlin	50.2503	11.75537				02	094	09475	09475136
2933344	Edingerhof	edingerhof	DE		0	Europe/Berlin	49.45	8.6				01	082	08226	08226105
2933346	Edingen	edingen	DE		0	Europe/Berlin	50.63323	8.31904		Edingen		05	065	06532	06532020
2933347	Edingen	edingen	DE		0	Europe/Berlin	49.81483	6.49065				08	00	07235	07235111
2933348	Edingen	edingen	DE		0	Europe/Berlin	49.44611	8.60833		Edingen		01	082	08226	08226105
2933349	Edigheim	edigheim	DE		0	Europe/Berlin	49.52896	8.38898				08	00	07314	07314000
2933350	Ediger	ediger	DE		0	Europe/Berlin	50.1	7.16667				08	00	07135	07135024
2933351	Edhof	edhof	DE		0	Europe/Berlin	48.41607	12.81236				02	092	09277	09277124
2933361	Edgoven	edgoven	DE		0	Europe/Berlin	50.76268	7.3011				07	053	05382	05382020
2933363	Edewechterdamm	edewechterdamm	DE		0	Europe/Berlin	53.0757	7.93019		Edewechterdamm		06	00	03453	03453007
2933368	Edesbüttel	edesbuettel	DE		0	Europe/Berlin	52.4045	10.62517				06	00	03151	03151006
2933373	Edersfeld	edersfeld	DE		0	Europe/Berlin	49.09197	10.72917		Edersfeld		02	095	09577	09577136
2933374	Edersee	edersee	DE		0	Europe/Berlin	51.18	9.05759		Edersee		05	066	06635	06635009
2933375	Edersdorf	edersdorf	DE		0	Europe/Berlin	48.92143	12.82221				02	092	09278	09278187
2933376	Edersberg	edersberg	DE		0	Europe/Berlin	48.46421	11.43076				02	091	09186	09186151
2933380	Edermanning	edermanning	DE		0	Europe/Berlin	48.32671	12.95243				02	092	09277	09277140
2933383	Ederlsdorf	ederlsdorf	DE		0	Europe/Berlin	48.58263	13.59541				02	092	09275	09275137
2933386	Ederen	ederen	DE		0	Europe/Berlin	50.94588	6.24744				07	053	05358	05358036
2933387	Ederdorf	ederdorf	DE		0	Europe/Berlin	51.05	8.78333				05	066	06635	06635011
2933388	Ederbringhausen	ederbringhausen	DE		0	Europe/Berlin	51.12949	8.8664				05	066	06635	06635019
2933399	Edenthal	edenthal	DE		0	Europe/Berlin	48.59374	12.53665				02	092	09279	09279134
2933403	Edenstetten	edenstetten	DE		0	Europe/Berlin	48.89435	12.92559				02	092	09271	09271116
2933404	Edenserloog	edenserloog	DE		0	Europe/Berlin	53.65991	7.72465		Edenserloog		06	00	03462	03462017
2933405	Edensbach	edensbach	DE		0	Europe/Berlin	47.7564	9.74398		Edensbach		01	084	08436	08436079
2933406	Edenried	edenried	DE		0	Europe/Berlin	48.44414	11.02181				02	097	09771	09771113
2933408	Edenpfaffenhofen	edenpfaffenhofen	DE		0	Europe/Berlin	48.4004	11.41611				02	091	09174	09174151
2933409	Edenland	edenland	DE		0	Europe/Berlin	48.61485	12.0446				02	092	09274	09274187
2933412	Edenholzhausen	edenholzhausen	DE		0	Europe/Berlin	48.39277	11.38744				02	091	09174	09174151
2933413	Edenholzhausen	edenholzhausen	DE		0	Europe/Berlin	48.32373	11.3472				02	091	09174	09174143
2933414	Edenhof	edenhof	DE		0	Europe/Berlin	47.75	11.4				02	091	09190	09190141
2933421	Edenhausen	edenhausen	DE		0	Europe/Berlin	48.53311	10.95139				02	097	09771	09771114
2933424	Edengoben	edengoben	DE		0	Europe/Berlin	48.55947	12.37837				02	092	09274	09274145
2933426	Edendorf	edendorf	DE		0	Europe/Berlin	53.95205	9.49868				10	00	01061	01061046
2933427	Edendorf	edendorf	DE		0	Europe/Berlin	53.139	10.5534				06	00	03360	03360004
2933429	Edenbüttel	edenbuettel	DE		0	Europe/Berlin	53.15874	8.60722				06	00	03461	03461006
2933432	Edenbergen	edenbergen	DE		0	Europe/Berlin	48.42459	10.80917		Edenbergen		02	097	09772	09772147
2933435	Edenbachen	edenbachen	DE		0	Europe/Berlin	48.06322	10.02005				01	084	08426	08426043
2933438	Eden	eden	DE		0	Europe/Berlin	52.74808	13.21342				11	00	12065	12065256
2933439	Eden	eden	DE		0	Europe/Berlin	48.42542	13.24184				02	092	09275	09275149
2933445	Edemannswisch	edemannswisch	DE		0	Europe/Berlin	54.2	9				10	00	01051	01051081
2933446	Edelzell	edelzell	DE		0	Europe/Berlin	50.52641	9.70299				05	066	06631	06631009
2933448	Edelweiler	edelweiler	DE		0	Europe/Berlin	48.53788	8.54641				01	082	08237	08237054
2933450	Edelstetten	edelstetten	DE		0	Europe/Berlin	48.2953	10.3953				02	097	09774	09774162
2933451	Edelshausen	edelshausen	DE		0	Europe/Berlin	48.60899	11.27755				02	091	09185	09185158
2933453	Edelsberg	edelsberg	DE		0	Europe/Berlin	50.46198	8.31528				05	065	06533	06533019
2933455	Edelrath	edelrath	DE		0	Europe/Berlin	51.03155	7.07981				07	053	05316	05316000
2933458	Edelmannshof	edelmannshof	DE		0	Europe/Berlin	49.30156	9.49837		Edelmanshof		01	081	08125	08125048
2933461	Edelitz	edelitz	DE		0	Europe/Berlin	47.65	9.9				02	097	09776	09776131
2933464	Edelham	edelham	DE		0	Europe/Berlin	48.09036	12.5926				02	091	09171	09171116
2933465	Edelfingen	edelfingen	DE		0	Europe/Berlin	49.51257	9.75273		Edelfingen		01	081	08128	08128007
2933467	Edeldorf	edeldorf	DE		0	Europe/Berlin	49.69653	12.19628				02	093	09374	09374160
2933468	Edelburg	edelburg	DE		0	Europe/Berlin	51.41134	7.79099		Edelburg		07	059	05962	05962016
2933470	Edelbrunn	edelbrunn	DE		0	Europe/Berlin	50.01436	10.71914				02	096	09674	09674118
2933472	Edelbeuren	edelbeuren	DE		0	Europe/Berlin	48.0947	10.02003		Edelbeuren		01	084	08426	08426044
2933478	Edelbach	edelbach	DE		0	Europe/Berlin	50.11041	9.29565				02	096	09671	09671135
2933480	Eddinghausen	eddinghausen	DE		0	Europe/Berlin	52.10587	9.80427				06	00	03254	03254043
2933481	Eddigehausen	eddigehausen	DE		0	Europe/Berlin	51.59468	9.95574				06	00	03159	03159007
2933482	Eddessen	eddessen	DE		0	Europe/Berlin	51.6	9.3				07	057	05762	05762012
2933483	Eddesse	eddesse	DE		0	Europe/Berlin	52.41436	10.2251		Edersse,Ederße,Edzesem [a. 1226]		06	00	03157	03157001
2933484	Eddersheim	eddersheim	DE		0	Europe/Berlin	50.03972	8.46661				05	064	06436	06436005
2933486	Eddelstorf	eddelstorf	DE		0	Europe/Berlin	53.14821	10.61846				06	00	03360	03360001
2933487	Eddelsen	eddelsen	DE		0	Europe/Berlin	53.38559	9.96072				06	00	03353	03353031
2933491	Ed	ed	DE		0	Europe/Berlin	48.48647	13.02905				02	092	09277	09277114
2933492	Ed	ed	DE		0	Europe/Berlin	48.10252	12.36877				02	091	09189	09189142
2933493	Ed	ed	DE		0	Europe/Berlin	47.78441	11.80048				02	091	09182	09182125
2933494	Ed	ed	DE		0	Europe/Berlin	47.75064	11.79537				02	091	09182	09182119
2933505	Eckweisbach	eckweisbach	DE		0	Europe/Berlin	50.57193	9.9564				05	066	06631	06631012
2933506	Eckweiler	eckweiler	DE		0	Europe/Berlin	49.85054	7.61372		Eckweiler		08	00	07133	07133501
2933508	Eckwarderhörne	eckwarderhoerne	DE		0	Europe/Berlin	53.52112	8.23348				06	00	03461	03461003
2933511	Eckwarder Altendeich	eckwarder-altendeich	DE		0	Europe/Berlin	53.55138	8.24348				06	00	03461	03461003
2933512	Eckwarder Ahndeich	eckwarder-ahndeich	DE		0	Europe/Berlin	53.52184	8.24086				06	00	03461	03461003
2933514	Eckwarden	eckwarden	DE		0	Europe/Berlin	53.53434	8.27039				06	00	03461	03461003
2933515	Eckwälden	eckwalden	DE		0	Europe/Berlin	48.63268	9.59154				01	081	08117	08117012
2933519	Eckum	eckum	DE		0	Europe/Berlin	51.03444	6.69839		Eckum		07	051	05162	05162028
2933520	Eckstock	eckstock	DE		0	Europe/Berlin	54.57235	9.1443				10	00	01054	01054144
2933521	Eckstever	eckstever	DE		0	Europe/Berlin	53.12223	9.17029				06	00	03361	03361008
2933523	Ecksteig	ecksteig	DE		0	Europe/Berlin	51.37591	9.99482				15	00	16061	16061069
2933527	Ecksee	ecksee	DE		0	Europe/Berlin	51.5	7.28333				07	059	05911	05911000
2933529	Ecksberg	ecksberg	DE		0	Europe/Berlin	48.2443	12.47864				02	091	09183	09183128
2933531	Eckringhausen	eckringhausen	DE		0	Europe/Berlin	51.12815	7.21577				07	053	05378	05378032
2933534	Eckolstädt	eckolstaedt	DE		0	Europe/Berlin	51.03604	11.64118				15	00	16071	16071004
2933536	Ecknach	ecknach	DE		0	Europe/Berlin	48.44503	11.12894				02	097	09771	09771113
2933537	Eckmannshofen	eckmannshofen	DE		0	Europe/Berlin	49.09067	11.22678		Eckmannshofen		02	095	09576	09576148
2933538	Eckmannshausen	eckmannshausen	DE		0	Europe/Berlin	50.92716	8.0718		Eckmannshausen		07	059	05970	05970032
2933540	Eckmannsdorf	eckmannsdorf	DE		0	Europe/Berlin	51.99519	12.89468		Eckmannsdorf		11	00	12072	12072297
2933547	Eckle	eckle	DE		0	Europe/Berlin	48.18644	7.87377				01	083	08316	08316054
2933549	Ecklakerhörn	ecklakerhoern	DE		0	Europe/Berlin	53.93766	9.26944				10	00	01061	01061025
2933553	Ecking	ecking	DE		0	Europe/Berlin	48.31862	12.6933				02	091	09171	09171129
2933554	Ecking	ecking	DE		0	Europe/Berlin	47.85009	12.22667				02	091	09187	09187167
2933560	Eckhorst	eckhorst	DE		0	Europe/Berlin	53.89434	10.60382		Eckhorst		10	00	01055	01055040
2933566	Eckhofen	eckhofen	DE		0	Europe/Berlin	48.35117	11.27463				02	091	09174	09174118
2933581	Eckhausen	eckhausen	DE		0	Europe/Berlin	50.92598	7.37753				07	053	05382	05382036
2933585	Eckfleth	eckfleth	DE		0	Europe/Berlin	53.22354	8.3794	50			06	00	03461	03461004
2933588	Eckesey	eckesey	DE		0	Europe/Berlin	51.38078	7.45268				07	059	05914	05914000
2933589	Eckerzell	eckerzell	DE		0	Europe/Berlin	49.08236	12.50903				02	093	09372	09372125
2933590	Eckertsreut	eckertsreut	DE		0	Europe/Berlin	48.81032	13.45876		Eckertsreut,Eckertsreuth		02	092	09272	09272140
2933591	Eckertshof	eckertshof	DE		0	Europe/Berlin	49.06239	11.71769				02	093	09375	09375148
2933592	Eckertsfeld	eckertsfeld	DE		0	Europe/Berlin	49.44715	11.64027				02	093	09371	09371116
2933601	Eckerstampf	eckerstampf	DE		0	Europe/Berlin	48.5709	13.63691				02	092	09275	09275153
2933602	Eckersmühlen	eckersmuhlen	DE		0	Europe/Berlin	49.21754	11.14469				02	095	09576	09576143
2933603	Eckershof	eckershof	DE		0	Europe/Berlin	49.99439	11.60559				02	094	09472	09472119
2933604	Eckershof	eckershof	DE		0	Europe/Berlin	49.38935	10.98831				02	095	09573	09573127
2933609	Eckersberg	eckersberg	DE		0	Europe/Berlin	51.03345	12.62144		Eckersberg		13	00	14729	14729140
2933610	Eckersberg	eckersberg	DE		0	Europe/Berlin	48.57097	11.49631				02	091	09186	09186143
2933611	Eckersberg	eckersberg	DE		0	Europe/Berlin	47.80345	11.94418				02	091	09187	09187129
2933618	Eckersbach	eckersbach	DE		0	Europe/Berlin	50.724	12.52229				13	00	14524	14524330
2933619	Eckersbach	eckersbach	DE		0	Europe/Berlin	49.76718	10.65565				02	094	09471	09471220
2933627	Eckernförde	eckernfoerde	DE		23383	Europe/Berlin	54.46854	9.83824		Eckernfoeoer,Eckernfoerde,Eckernforde,Eckernförde,Eckernföör,Egernforde,Egernførde,Ehkkernfjorde,Ekerenforda,Ekernferde,Ekernfernte,ai ke er en fu er de,akrnfwrdh,Εκερνφέρντε,Екернферде,Эккернфёрде,إكرنفورده,اکرنفورده,埃克尔恩弗尔德		10	00	01058	01058043
2933628	Eckerkrug	eckerkrug	DE		0	Europe/Berlin	51.88619	10.64579				14	00	15085	15085227
2933632	Eckerding	eckerding	DE		0	Europe/Berlin	49.10468	11.68792				02	093	09373	09373115
2933633	Eckerde	eckerde	DE		0	Europe/Berlin	52.32474	9.51416				06	00	03241	03241002
2933639	Eckenweiler	eckenweiler	DE		0	Europe/Berlin	48.47309	8.81618				01	084	08416	08416036
2933640	Eckenweiher	eckenweiher	DE		0	Europe/Berlin	48.95	8.86667				01	082	08236	08236040
2933645	Eckenricht	eckenricht	DE		0	Europe/Berlin	49.54571	11.67769				02	093	09371	09371141
2933646	Eckenreuth	eckenreuth	DE		0	Europe/Berlin	49.66761	11.42496				02	094	09472	09472118
2933649	Eckenhof	eckenhof	DE		0	Europe/Berlin	49.62939	10.68214				02	095	09575	09575125
2933650	Eckenheim	eckenheim	DE		0	Europe/Berlin	50.15024	8.68417		Eckenheim		05	064	06412	06412000
2933653	Eckenhaid	eckenhaid	DE		0	Europe/Berlin	49.57443	11.2206				02	095	09572	09572121
2933654	Eckenhagen	eckenhagen	DE		0	Europe/Berlin	50.98826	7.69292		Eckenhagen		07	053	05374	05374040
2933657	Eckendorf-Schwabedissen	eckendorf-schwabedissen	DE		0	Europe/Berlin	52.02482	8.64864				07	057	05766	05766048
2933658	Eckendorf	eckendorf	DE		0	Europe/Berlin	50.59105	7.05843		Eckendorf		08	00	07131	07131090
2933659	Eckendorf	eckendorf	DE		0	Europe/Berlin	49.44646	12.23255				02	093	09376	09376144
2933660	Eckenberg	eckenberg	DE		0	Europe/Berlin	49.57571	10.77664				02	095	09575	09575121
2933661	Eckenberg	eckenberg	DE		0	Europe/Berlin	48.92457	9.87186				01	081	08127	08127079
2933663	Eckenbach	eckenbach	DE		0	Europe/Berlin	50.70262	7.46736				08	00	07132	07132062
2933666	Eckeltshof	eckeltshof	DE		0	Europe/Berlin	49.42895	11.58096				02	093	09371	09371116
2933670	Eckelshausen	eckelshausen	DE		0	Europe/Berlin	50.88517	8.54556		Eckelshausen		05	065	06534	06534004
2933672	Ekelsdorf	ekelsdorf	DE		0	Europe/Berlin	54.05795	10.68498		Eckelsdorf,Ekelsdorf		10	00	01055	01055041
2933677	Eckelhausen	eckelhausen	DE		0	Europe/Berlin	49.5771	7.06663				09	00	10046	10046114
2933680	Eckel	eckel	DE		0	Europe/Berlin	53.36779	9.91706				06	00	03353	03353029
2933686	Eckdorf	eckdorf	DE		0	Europe/Berlin	50.80333	6.89607				07	053	05362	05362012
2933698	Eckbach	eckbach	DE		0	Europe/Berlin	47.94796	8.13908				01	083	08315	08315016
2933701	Eckartsweiler	eckartsweiler	DE		0	Europe/Berlin	49.26279	10.34553				02	095	09571	09571174
2933702	Eckartsweiler	eckartsweiler	DE		0	Europe/Berlin	49.20535	9.53716		Eckartsweiler		01	081	08126	08126066
2933703	Eckartsweier	eckartsweier	DE		0	Europe/Berlin	48.52934	7.85647		Eckartsweier		01	083	08317	08317141
2933704	Eckarts	eckarts	DE		0	Europe/Berlin	50.28535	9.72194		Eckarts,Eckarts-Rupboden		02	096	09672	09672166
2933705	Eckartsroth	eckartsroth	DE		0	Europe/Berlin	50.35058	9.86323				02	096	09672	09672163
2933706	Eckartsreuth	eckartsreuth	DE		0	Europe/Berlin	49.92885	11.78226				02	094	09472	09472156
2933708	Eckartshof	eckartshof	DE		0	Europe/Berlin	49.35825	10.185				02	095	09571	09571152
2933710	Eckartshausen	eckartshausen	DE		0	Europe/Berlin	50.25373	9.02353				05	064	06440	06440004
2933711	Eckartshausen	eckartshausen	DE		0	Europe/Berlin	50.20187	10.69792				02	096	09674	09674171
2933712	Eckartshausen	eckartshausen	DE		0	Europe/Berlin	50.0104	10.08034				02	096	09678	09678193
2933713	Eckartshausen	eckartshausen	DE		0	Europe/Berlin	49.15361	9.93056		Eckartshausen		01	081	08127	08127043
2933717	Eckartsbrunn	eckartsbrunn	DE		0	Europe/Berlin	47.88143	8.87049				01	083	08335	08335021
2933718	Eckartsborn	eckartsborn	DE		0	Europe/Berlin	50.3714	9.06218				05	064	06440	06440019
2933721	Eckartsberg	eckartsberg	DE		838	Europe/Berlin	50.9247	14.8025				13	00	14626	14626310
2933722	Eckartsberg	eckartsberg	DE		0	Europe/Berlin	47.76201	10.20263				02	097	09780	09780146
2933727	Eckarts	eckarts	DE		0	Europe/Berlin	47.61114	10.24415				02	097	09780	09780124
2933730	Eckarrot	eckarrot	DE		0	Europe/Berlin	49.05323	10.0629				01	081	08127	08127103
2933731	Eckardtsleben	eckardtsleben	DE		0	Europe/Berlin	51.07074	10.67981		Eckardtsleben,Eckartsleben		15	00	16064	16064003
2933733	Eckardtsheim	eckardtsheim	DE		0	Europe/Berlin	51.93215	8.55732		Eckardsheim		07	057	05711	05711000
2933734	Eckardtshausen	eckardtshausen	DE		0	Europe/Berlin	50.9153	10.26294				15	00	16063	16063097
2933736	Eckardts	eckardts	DE		0	Europe/Berlin	50.69255	10.25456		Eckardts		15	00	16066	16066064
2933737	Clara-Zetkin-Siedlung	clara-zetkin-siedlung	DE		0	Europe/Berlin	52.86281	13.71918				11	00	12060	12060052
2933738	Eckardsberg	eckardsberg	DE		0	Europe/Berlin	51.22297	13.38597				13	00	14627	14627020
2933740	Eckardroth	eckardroth	DE		0	Europe/Berlin	50.32168	9.37263				05	064	06435	06435002
2933742	Eck am Berg	eck-am-berg	DE		0	Europe/Berlin	48.99709	10.35141		Eck,Eck am Berg		01	081	08136	08136068
2933744	Eckacker	eckacker	DE		0	Europe/Berlin	48.18449	7.91548				01	083	08316	08316054
2933745	Eck	eck	DE		0	Europe/Berlin	48.57632	13.64897				02	092	09275	09275153
2933746	Eck	eck	DE		0	Europe/Berlin	48.4485	11.399				02	091	09186	09186132
2933747	Eck	eck	DE		0	Europe/Berlin	48.43264	12.00833				02	091	09178	09178143
2933748	Eck	eck	DE		0	Europe/Berlin	48.25737	12.14676				02	091	09177	09177115
2933749	Eck	eck	DE		0	Europe/Berlin	48.00312	12.52304				02	091	09189	09189111
2933750	Eck	eck	DE		0	Europe/Berlin	47.75398	11.78473				02	091	09182	09182116
2933751	Eck	eck	DE		0	Europe/Berlin	47.64801	12.15418				02	091	09187	09187157
2933773	Echtz	echtz	DE		0	Europe/Berlin	50.82583	6.41889				07	053	05358	05358008
2933774	Echtrop	echtrop	DE		0	Europe/Berlin	51.50933	8.18104				07	059	05974	05974032
2933776	Echtorf	echtorf	DE		0	Europe/Berlin	52.29368	9.08724				06	00	03257	03257034
2933778	Echthausen	echthausen	DE		0	Europe/Berlin	51.49507	7.89764		Echthausen		07	059	05974	05974056
2933783	Echternhagen	echternhagen	DE		0	Europe/Berlin	52.11952	8.92613		Aechternhagen		07	057	05766	05766036
2933789	Echterdingen	echterdingen	DE		0	Europe/Berlin	48.68844	9.16775				01	081	08116	08116078
2933791	Echteler	echteler	DE		0	Europe/Berlin	52.60244	6.79141				06	00	03456	03456012
2933792	Echte	echte	DE		0	Europe/Berlin	51.78407	10.06292		Echte		06	00	03155	03155006
2933793	Echt	echt	DE		0	Europe/Berlin	47.76446	10.69697				02	097	09777	09777171
2933794	Echsheim	echsheim	DE		0	Europe/Berlin	48.59839	11.0135				02	097	09771	09771156
2933796	Echlishausen	echlishausen	DE		0	Europe/Berlin	48.42533	10.19188				02	097	09774	09774119
2933802	Echetweiler	echetweiler	DE		0	Europe/Berlin	47.61667	9.66667				01	084	08435	08435057
2933803	Echerschwang	echerschwang	DE		0	Europe/Berlin	47.71113	10.78117				02	091	09190	09190114
2933804	Echenzell	echenzell	DE		0	Europe/Berlin	48.84418	11.39375				02	091	09176	09176167
2933805	Echenried	echenried	DE		0	Europe/Berlin	48.92316	11.70973				02	092	09273	09273164
2933806	Echendorf	echendorf	DE		0	Europe/Berlin	48.93192	11.70765				02	092	09273	09273164
2933807	Echenbrunn	echenbrunn	DE		0	Europe/Berlin	48.55883	10.38873				02	097	09773	09773136
2933809	Echelsbach	echelsbach	DE		0	Europe/Berlin	47.7042	10.97751				02	091	09180	09180113
2933810	Echelnpöten	echelnpoeten	DE		0	Europe/Berlin	51.51375	8.25432				07	059	05974	05974044
2933811	Echbeck	echbeck	DE		0	Europe/Berlin	47.85813	9.3262		Echbeck		01	084	08435	08435020
2933813	Echau	echau	DE		0	Europe/Berlin	48.28093	8.12039				01	083	08317	08317029
2933814	Ebüllfeld	ebuellfeld	DE		0	Europe/Berlin	54.65	8.91667		Ebullerfeld,Ebullfeld,Ebüllerfeld,Ebüllfeld		10	00	01054	01054014
2933815	Ebüll	ebuell	DE		0	Europe/Berlin	54.63874	8.91251				10	00	01054	01054014
2933818	Ebschied	ebschied	DE		0	Europe/Berlin	50.0799	7.51707		Ebschied,Ebshied		08	00	07140	07140018
2933819	Ebsdorf	ebsdorf	DE		0	Europe/Berlin	50.73322	8.81212		Ebsdorf		05	065	06534	06534008
2933823	Ebratsweiler	ebratsweiler	DE		0	Europe/Berlin	47.87498	9.17362				01	084	08437	08437124
2933824	Ebratshofen	ebratshofen	DE		0	Europe/Berlin	47.61851	10.03535				02	097	09776	09776113
2933825	Ebrantshausen	ebrantshausen	DE		0	Europe/Berlin	48.65927	11.73465		Ebrantshausen		02	092	09273	09273147
2933831	Eborn	eborn	DE		0	Europe/Berlin	49.63345	7.19974				08	00	07134	07134020
2933832	Eboldshausen	eboldshausen	DE		0	Europe/Berlin	51.77657	10.00495				06	00	03155	03155006
2933834	Ebni	ebni	DE		0	Europe/Berlin	48.92188	9.59853				01	081	08119	08119037
2933836	Ebneth	ebneth	DE		0	Europe/Berlin	50.16064	11.24597				02	094	09478	09478116
2933837	Ebnet	ebnet	DE		0	Europe/Berlin	47.98853	7.90849		Ebnet		01	083	08311	08311000
2933838	Ebnet	ebnet	DE		0	Europe/Berlin	47.79721	8.30694				01	083	08337	08337022
2933842	Ebnat	ebnat	DE		0	Europe/Berlin	48.90617	10.05326				01	081	08136	08136046
2933843	Ebnat	ebnat	DE		0	Europe/Berlin	48.79986	10.18362		Ebnat		01	081	08136	08136088
2933844	Ebnat	ebnat	DE		0	Europe/Berlin	47.79413	12.28967				02	091	09187	09187132
2933846	Ebmath	ebmath	DE		0	Europe/Berlin	50.32568	12.15663				13	00	14523	14523080
2933848	Ebkeriege	ebkeriege	DE		0	Europe/Berlin	53.51937	8.05862				06	00	03405	03405000
2933849	Ebisweiler	ebisweiler	DE		0	Europe/Berlin	47.96191	9.61924				01	084	08436	08436008
2933850	Ebinghausen	ebinghausen	DE		0	Europe/Berlin	51.25049	7.366				07	059	05954	05954008
2933851	Ebingen	ebingen	DE		0	Europe/Berlin	48.2114	9.01943		Abingen,Ebingen		01	084	08417	08417079
2933852	Ebing	ebing	DE		0	Europe/Berlin	50.00813	10.9047				02	094	09471	09471174
2933853	Ebing	ebing	DE		0	Europe/Berlin	48.21558	12.4718				02	091	09183	09183148
2933855	Ebigen	ebigen	DE		0	Europe/Berlin	47.71467	7.77523				01	083	08336	08336107
2933861	Ebertsried	ebertsried	DE		0	Europe/Berlin	48.91036	13.15998				02	092	09276	09276126
2933870	Ebertsfelden	ebertsfelden	DE		0	Europe/Berlin	48.36424	13.10811				02	092	09275	09275131
2933872	Ebertsbronn	ebertsbronn	DE		0	Europe/Berlin	49.43494	9.9471				01	081	08128	08128082
2933874	Eberting	eberting	DE		0	Europe/Berlin	48.07102	12.53696				02	091	09189	09189149
2933876	Ebersweier	ebersweier	DE		0	Europe/Berlin	48.50821	7.98201				01	083	08317	08317021
2933877	Ebersweier	ebersweier	DE		0	Europe/Berlin	48.43439	7.9878		Ebersweier		01	083	08317	08317097
2933878	Eberswang	eberswang	DE		0	Europe/Berlin	48.89339	11.08675				02	091	09176	09176121
2933880	Eberswalde-Finow	eberswalde-finow	DE		0	Europe/Berlin	52.84016	13.76724				11	00	12060	12060052
2933883	Eberstetten	eberstetten	DE		0	Europe/Berlin	48.52925	11.53586				02	091	09186	09186143
2933885	Ebersteinburg	ebersteinburg	DE		0	Europe/Berlin	48.77837	8.27013				01	082	08211	08211000
2933890	Eberstall	eberstall	DE		0	Europe/Berlin	48.69223	12.11861				02	092	09274	09274141
2933891	Eberstall	eberstall	DE		0	Europe/Berlin	48.36378	10.44319				02	097	09774	09774144
2933892	Eberstal	eberstal	DE		0	Europe/Berlin	49.34202	9.64001		Eberstal		01	081	08126	08126039
2933893	Eberstädt	eberstaedt	DE		0	Europe/Berlin	51.00483	10.60769				15	00	16067	16067063
2933898	Ebersroith	ebersroith	DE		0	Europe/Berlin	49.06891	12.48494				02	093	09372	09372150
2933900	Ebersried	ebersried	DE		0	Europe/Berlin	48.28118	11.14691				02	091	09174	09174137
2933902	Eberspoint	eberspoint	DE		0	Europe/Berlin	48.42199	11.62874				02	091	09178	09178137
2933903	Eberspoint	eberspoint	DE		0	Europe/Berlin	48.38323	12.30729				02	092	09274	09274183
2933904	Eberspiel	eberspiel	DE		0	Europe/Berlin	48.74153	8.68358				01	082	08235	08235055
2933907	Mainz-Ebersheim	mainz-ebersheim	DE		0	Europe/Berlin	49.91278	8.24083				08	00	07315	07315000
2933910	Ebershardt	ebershardt	DE		0	Europe/Berlin	48.60507	8.66128		Ebershardt		01	082	08235	08235020
2933911	Ebersgrün	ebersgruen	DE		0	Europe/Berlin	50.59043	12.01458				13	00	14523	14523310
2933912	Ebersgöns	ebersgoens	DE		0	Europe/Berlin	50.45335	8.60916				05	064	06440	06440005
2933915	Ebersdorf bei Coburg	ebersdorf-bei-coburg	DE		0	Europe/Berlin	50.21973	11.06857		Ebersdorf,Ebersdorf Koburg,Ebersdorf bei Coburg,Ebersdorf-baj-Koburg,Ehbersdorf-Koburg,ke bao fu jin ai bo si duo fu,Еберсдорф,Еберсдорф-бай-Кобург,Эберсдорф-Кобург,Էբերսդորֆ Կոբուրգ,エーバースドルフ・バイ・コーブルク,科堡附近埃伯斯多夫		02	094	09473	09473121
2933927	Eberschütz	eberschuetz	DE		0	Europe/Berlin	51.53995	9.35972				05	066	06633	06633025
2933931	Ebersbrunn	ebersbrunn	DE		0	Europe/Berlin	50.64994	12.43486		Ebersbrunn		13	00	14524	14524170
2933932	Ebersbrunn	ebersbrunn	DE		0	Europe/Berlin	49.80287	10.45979				02	096	09675	09675127
2933983	Ebernach	ebernach	DE		0	Europe/Berlin	50.13907	7.18759				08	00	07135	07135020
2933985	Ebermergen	ebermergen	DE		0	Europe/Berlin	48.75418	10.71462				02	097	09779	09779155
2933988	Eberloh	eberloh	DE		0	Europe/Berlin	47.93673	12.27529				02	091	09187	09187139
2933989	Eberl	eberl	DE		0	Europe/Berlin	47.80682	11.80767				02	091	09182	09182125
2933991	Ebering	ebering	DE		0	Europe/Berlin	48.66083	13.03181				02	092	09271	09271128
2933992	Ebering	ebering	DE		0	Europe/Berlin	47.95332	12.51678				02	091	09189	09189143
2933997	Eberhausen	eberhausen	DE		0	Europe/Berlin	51.5535	9.71506		Eberhausen		06	00	03159	03159001
2933998	Eberharz	eberharz	DE		0	Europe/Berlin	47.82824	9.88456				01	084	08436	08436052
2934001	Eberhardtsreuth	eberhardtsreuth	DE		0	Europe/Berlin	50.0177	11.52197		Eberhardsreuth,Eberhardtsreuth		02	094	09477	09477142
2934002	Eberhardsweiler	eberhardsweiler	DE		0	Europe/Berlin	48.88087	9.64982				01	081	08119	08119084
2934003	Eberhardstein	eberhardstein	DE		0	Europe/Berlin	49.74654	11.23905				02	094	09474	09474161
2934004	Eberhardsreuth	eberhardsreuth	DE		0	Europe/Berlin	48.81625	13.35857				02	092	09272	09272147
2934006	Eberhardsbühl	eberhardsbuhl	DE		0	Europe/Berlin	49.56558	11.75735				02	093	09371	09371119
2934007	Eberhardsberg	eberhardsberg	DE		0	Europe/Berlin	48.68038	13.54483				02	092	09275	09275119
2934009	Ebergötzen	ebergoetzen	DE		1886	Europe/Berlin	51.57096	10.10632		Ebergecen,Ehbergjotcen,ai bo ge cen,ebagettsu~en,Ебергецен,Эбергётцен,エーバーゲッツェン,埃伯格岑	03159011	06	00	03159	03159011
2934012	Eberfingen	eberfingen	DE		0	Europe/Berlin	47.72027	8.42694		Eberfingen		01	083	08337	08337106
2934013	Ebereschenhof	ebereschenhof	DE		0	Europe/Berlin	52.68575	12.87237				11	00	12063	12063208
2934015	Eberding	eberding	DE		0	Europe/Berlin	47.95585	12.85155				02	091	09189	09189118
2934018	Eberbächle	eberbachle	DE		0	Europe/Berlin	48.12114	7.91023				01	083	08316	08316039
2934026	Ebenung	ebenung	DE		0	Europe/Berlin	48.74765	8.17918		Ebenung		01	082	08216	08216049
2934027	Ebenthan	ebenthan	DE		0	Europe/Berlin	48.95787	12.71521				02	092	09278	09278139
2934028	Ebenthal	ebenthal	DE		0	Europe/Berlin	48.65255	13.42092				02	092	09275	09275144
2934034	Ebenschwand	ebenschwand	DE		0	Europe/Berlin	47.56503	9.83873				02	097	09776	09776125
2934037	Ebenried	ebenried	DE		0	Europe/Berlin	49.21844	11.28759				02	095	09576	09576113
2934038	Ebenried	ebenried	DE		0	Europe/Berlin	48.55622	11.01057				02	097	09771	09771156
2934041	Ebenreuth	ebenreuth	DE		0	Europe/Berlin	48.80016	13.2821				02	092	09272	09272150
2934042	Ebenpaint	ebenpaint	DE		0	Europe/Berlin	49.09652	12.25939		Ebenpaint,Ebenpoint		02	093	09375	09375119
2934043	Ebenöde	ebenoede	DE		0	Europe/Berlin	52.174	8.84781				07	057	05758	05758036
2934047	Ebenhofen	ebenhofen	DE		0	Europe/Berlin	47.81465	10.62133		Ebenhofen		02	097	09777	09777112
2934048	Ebenhof	ebenhof	DE		0	Europe/Berlin	48.30365	12.93252				02	092	09277	09277140
2934054	Ebenheit	ebenheit	DE		0	Europe/Berlin	50.94783	13.97907				13	00	14628	14628390
2934055	Ebenheit	ebenheit	DE		0	Europe/Berlin	50.92684	14.07417				13	00	14628	14628210
2934058	Ebenhausen	ebenhausen	DE		0	Europe/Berlin	50.1285	10.13139				02	096	09672	09672140
2934059	Ebenhausen	ebenhausen	DE		0	Europe/Berlin	48.68084	11.94983				02	092	09274	09274172
2934060	Ebenhausen	ebenhausen	DE		0	Europe/Berlin	48.67781	11.46132				02	091	09186	09186113
2934061	Ebenhausen	ebenhausen	DE		0	Europe/Berlin	47.98044	11.45136				02	091	09184	09184142
2934062	Ebenhards	ebenhards	DE		0	Europe/Berlin	50.44814	10.68172				15	00	16069	16069024
2934064	Ebenfeld	ebenfeld	DE		0	Europe/Berlin	51.00773	8.55463		Ebenfeld		05	066	06635	06635014
2934067	Ebene	ebene	DE		0	Europe/Berlin	50.17548	10.74441				02	096	09674	09674171
2934072	Ebendörfel	ebendoerfel	DE		0	Europe/Berlin	51.14129	14.4411		Belsecy,Bělšecy,Grosspostwitz-Ebendorfel,Großpostwitz-Ebendörfel		13	00	14625	14625190
2934073	Ebendorf	ebendorf	DE		2096	Europe/Berlin	52.18551	11.57478				14	00	15083	15083040
2934077	Ebenau	ebenau	DE		0	Europe/Berlin	51.0625	10.27236				15	00	16063	16063104
2934078	Eben	eben	DE		0	Europe/Berlin	50.13563	11.35065				02	094	09478	09478116
2934079	Eben	eben	DE		0	Europe/Berlin	49.1551	13.13493				02	093	09372	09372178
2934080	Eben	eben	DE		0	Europe/Berlin	48.93279	12.84538				02	092	09278	09278187
2934081	Eben	eben	DE		0	Europe/Berlin	47.76688	11.90266				02	091	09182	09182114
2934082	Eben	eben	DE		0	Europe/Berlin	47.76222	11.76282				02	091	09182	09182116
2934087	Eben	eben	DE		0	Europe/Berlin	48.63116	13.1162				02	092	09275	09275127
2934095	Ebelgünde	ebelguende	DE		0	Europe/Berlin	52.63333	12.25				11	00	12063	12063252
2934100	Ebbinghoff	ebbinghoff	DE		0	Europe/Berlin	52.08532	7.23664		Ebbinghof,Ebbinghoff		07	055	05554	05554052
2934102	Ebbinghausen	ebbinghausen	DE		0	Europe/Berlin	51.62373	8.83601		Ebbinghausen		07	057	05774	05774028
2934103	Ebbinghausen	ebbinghausen	DE		0	Europe/Berlin	51.61768	8.27233				07	059	05974	05974016
2934104	Ebbinghausen	ebbinghausen	DE		0	Europe/Berlin	51.23911	7.43328				07	059	05954	05954004
2934105	Ebbinghausen	ebbinghausen	DE		0	Europe/Berlin	51.00308	7.29618		Ebbinghausen		07	053	05374	05374020
2934107	Ebbingen	ebbingen	DE		0	Europe/Berlin	52.90849	9.57004		Ebbingen		06	00	03358	03358024
2934110	Ebberg	ebberg	DE		0	Europe/Berlin	51.13457	7.80972				07	059	05962	05962036
2934115	Ebbensiek	ebbensiek	DE		0	Europe/Berlin	53.1235	8.98512				06	00	03361	03361008
2934116	Ebbendorf	ebbendorf	DE		0	Europe/Berlin	52.19953	8.15969				06	00	03459	03459022
2934119	Ebbelich	ebbelich	DE		0	Europe/Berlin	51.5954	7.11626				07	055	05562	05562020
2934122	Ebbecke	ebbecke	DE		0	Europe/Berlin	51.69663	8.01818				07	059	05974	05974024
2934128	Ebach	ebach	DE		0	Europe/Berlin	49.59608	11.24064				02	095	09572	09572121
2934129	Dyrotz	dyrotz	DE		0	Europe/Berlin	52.54322	12.95851				11	00	12063	12063357
2934131	Dyksterhusen	dyksterhusen	DE		0	Europe/Berlin	53.30106	7.24584				06	00	03457	03457012
2934132	Dykhausen	dykhausen	DE		0	Europe/Berlin	53.49833	7.96472		Dyckhausen,Dykhausen		06	00	03455	03455014
2934135	Dycker Schelsen	dycker-schelsen	DE		0	Europe/Berlin	51.15383	6.50657				07	051	05116	05116000
2934136	Dyck	dyck	DE		0	Europe/Berlin	51.28551	6.28862		Dyck,Dyk		07	051	05166	05166016
2934139	Dwerkathen	dwerkathen	DE		0	Europe/Berlin	53.6676	10.41389				10	00	01053	01053112
2934142	Dwergte	dwergte	DE		0	Europe/Berlin	52.88224	7.90833				06	00	03453	03453012
2934143	Dwerfeld	dwerfeld	DE		0	Europe/Berlin	53.91801	9.33892				10	00	01061	01061077
2934145	Dwasieden	dwasieden	DE		0	Europe/Berlin	54.51165	13.62722				12	00	13073	13073080
2934149	Dwarsefeld	dwarsefeld	DE		0	Europe/Berlin	51.86172	6.40953		Dwarsefeld,Dwarsfeld		07	055	05554	05554032
2934150	Dwarsdorf	dwarsdorf	DE		0	Europe/Berlin	54.54895	13.20842				12	00	13073	13073081
2934151	Duznau	duznau	DE		0	Europe/Berlin	47.62623	9.71451				01	084	08436	08436001
2934156	Düwelsdamm	duewelsdamm	DE		0	Europe/Berlin	54.26678	12.72594				12	00	13073	13073094
2934158	Düvier	duevier	DE		564	Europe/Berlin	54.01549	13.06858				12	00	13075	13075082
2934159	Düversbruch	dueversbruch	DE		0	Europe/Berlin	52.53444	8.47774				06	00	03251	03251030
2934163	Duvenstedt	duvenstedt	DE		6022	Europe/Berlin	53.70806	10.10444				04	00	02000	02000000
2934168	Duvennest	duvennest	DE		0	Europe/Berlin	53.80917	10.79355		Duvenest		12	00	13074	13074049
2934169	Duveneck	duveneck	DE		0	Europe/Berlin	52.8066	8.52299				06	00	03251	03251042
2934170	Duvendiek	duvendiek	DE		0	Europe/Berlin	54.33624	12.9279				12	00	13073	13073060
2934176	Dutzow	dutzow	DE		0	Europe/Berlin	53.67536	10.95354				12	00	13074	13074040
2934179	Dutzenthal	dutzenthal	DE		0	Europe/Berlin	49.58456	10.44982		Dutzendthal,Dutzenthal		02	095	09575	09575165
2934182	Dützen	duetzen	DE		0	Europe/Berlin	52.27073	8.86194				07	057	05770	05770024
2934183	Dutum	dutum	DE		0	Europe/Berlin	52.26801	7.41874		Dutum		07	055	05566	05566076
2934184	Duttweiler	duttweiler	DE		0	Europe/Berlin	49.29921	8.21235				08	00	07316	07316000
2934185	Düttling	duettling	DE		0	Europe/Berlin	50.60789	6.54763				07	053	05358	05358012
2934186	Düttingsfeld	duttingsfeld	DE		0	Europe/Berlin	49.87067	10.3908				02	096	09678	09678164
2934187	Düttingdorf	duettingdorf	DE		0	Europe/Berlin	52.11986	8.43054				07	057	05758	05758032
2934188	Duttenstedt	duttenstedt	DE		0	Europe/Berlin	52.34362	10.29385				06	00	03157	03157006
2934189	Duttenhurst	duttenhurst	DE		0	Europe/Berlin	48.77948	8.16863				01	082	08216	08216049
2934190	Duttenbrunn	duttenbrunn	DE		0	Europe/Berlin	49.90242	9.71901				02	096	09677	09677203
2934191	Duttenberg	duttenberg	DE		0	Europe/Berlin	49.25096	9.19438		Duttenberg		01	081	08125	08125005
2934195	Dütschow	duetschow	DE		0	Europe/Berlin	53.40697	11.67486				12	00	13076	13076126
2934197	Düthe	duethe	DE		0	Europe/Berlin	52.89634	7.30496				06	00	03454	03454013
2934198	Dutenhofen	dutenhofen	DE		0	Europe/Berlin	50.56	8.59725		Dutenhofen		05	065	06532	06532023
2934199	Dutendorf	dutendorf	DE		0	Europe/Berlin	49.69523	10.65522				02	095	09572	09572159
2934201	Düte-Lada	duete-lada	DE		0	Europe/Berlin	52.27956	7.87004		Dute,Dute-Lada,Düte,Düte-Lada		07	055	05566	05566092
2934204	Düstrup	duestrup	DE		0	Europe/Berlin	52.25796	8.11943				06	00	03404	03404000
2934210	Düsterort	duesterort	DE		0	Europe/Berlin	53.67371	14.03896				12	00	13075	13075131
2934218	Düsternbrook	duesternbrook	DE		0	Europe/Berlin	54.33404	10.15068				10	00	01002	01002000
2934223	Düsterförde	duesterfoerde	DE		0	Europe/Berlin	53.25152	13.11336				12	00	13071	13071042
2934231	Düsterbeck	duesterbeck	DE		0	Europe/Berlin	53.56667	11.1				12	00	13076	13076153
2934232	Düste	dueste	DE		0	Europe/Berlin	52.67846	8.53226				06	00	03251	03251017
2934233	Dußvitz	dussvitz	DE		0	Europe/Berlin	54.389	13.26367				12	00	13073	13073021
2934234	Düßnitz	duessnitz	DE		0	Europe/Berlin	51.73067	12.87725				14	00	15091	15091145
2934236	Düssin	duessin	DE		0	Europe/Berlin	53.36223	10.98204				12	00	13076	13076016
2934246	Düsseldorf	duesseldorf	DE		573057	Europe/Berlin	51.22172	6.77616		DUS,Diseldorf,Diseldorfa,Disseldorf,Diuseldorfas,Djuseldorf,Djussel'dorf,Duesseldoerp,Duesseldorf,Duessldorf,Duseldorfo,Dusseldoerp,Dusseldorf,Dusseldorpium,Dusseldörp,Dyuseldorf,Dyzeldorfi,Dzjusel'dorf,Düsseldorf,Düsseldörp,Düssldorf,Ntiselntorph,Ntysselntorf,daseladorfa,de~yusserudorufu,diao su duo er fu,diuseldorpi,du sai er duo fu,dus se ld xrf,dwiseldoleupeu,dwsldwrf,dysldwrp,dyuseladorpha,tiyucaltorhpu,Ντίσελντορφ,Ντύσσελντορφ,Дзюсельдорф,Диселдорф,Дюселдорф,Дюссельдорф,Дүсселдорф,Դյուսելդորֆ,דיסלדורף,دوسلدورف,دوسلدۆرف,ڈسلڈورف,डसेलडॉर्फ़,ड्युसेलडॉर्फ,தியூசல்டோர்ஃபு,ഡൂസൽഡോർഫ്,ดึสเซลดอร์ฟ,ဒပ်ဆဲလ်ဒေါ့ဖ်မြို့,დიუსელდორფი,ዲውስልዶርፍ,デュッセルドルフ,杜塞尔多夫,調素多爾夫,뒤셀도르프	07	07	051	05111	05111000
2934248	Düsselberg	duesselberg	DE		0	Europe/Berlin	51.22281	6.99691				07	051	05158	05158008
2934249	Düsselbach	dusselbach	DE		0	Europe/Berlin	49.55233	11.47848				02	095	09574	09574161
2934251	Düssel	duessel	DE		0	Europe/Berlin	51.2628	7.05213				07	051	05158	05158036
2934256	Düshorn	dueshorn	DE		0	Europe/Berlin	52.83143	9.63611				06	00	03358	03358024
2934259	Dusenbach	dusenbach	DE		0	Europe/Berlin	49.80541	9.01032				05	064	06437	06437009
2934260	Düsedau	duesedau	DE		363	Europe/Berlin	52.76393	11.79383		Dusedau,Düsedau		14	00	15090	15090415
2934262	Duschlberg	duschlberg	DE		0	Europe/Berlin	48.79054	13.7299				02	092	09272	09272136
2934263	Duschlberg	duschlberg	DE		0	Europe/Berlin	48.65847	13.62239				02	092	09275	09275126
2934266	Dürwiß	duerwiss	DE		0	Europe/Berlin	50.83684	6.27457				07	053	05334	05334012
2934270	Dürselen	duerselen	DE		0	Europe/Berlin	51.13434	6.48623				07	051	05162	05162012
2934271	Dürscheven	duerscheven	DE		0	Europe/Berlin	50.67047	6.7171				07	053	05366	05366044
2934272	Dürscheid	duerscheid	DE		0	Europe/Berlin	51.07147	7.08538				07	053	05378	05378008
2934273	Dürscheid	duerscheid	DE		0	Europe/Berlin	51.01077	7.21824				07	053	05378	05378012
2934275	Dürrwiesen	durrwiesen	DE		0	Europe/Berlin	49.98969	11.49949		Durrwiese,Durrwiesen,Dürrwiese,Dürrwiesen		02	094	09472	09472150
2934277	Dürrwicknitz	duerrwicknitz	DE		0	Europe/Berlin	51.25319	14.18827		Wetenca,Wěteńca		13	00	14625	14625350
2934278	Dürrweitzschen	duerrweitzschen	DE		0	Europe/Berlin	51.20805	12.86081				13	00	14729	14729160
2934279	Dürrweitzschen	duerrweitzschen	DE		0	Europe/Berlin	51.1513	13.2033				13	00	14522	14522620
2934280	Durrweiler	durrweiler	DE		0	Europe/Berlin	48.52061	8.54978				01	082	08237	08237054
2934283	Dürrsuppen	durrsuppen	DE		0	Europe/Berlin	47.8	9.48333				01	084	08436	08436095
2934286	Dürrröhrsdorf	duerrroehrsdorf	DE		4829	Europe/Berlin	51.03395	13.99718		Durrohrsdorf,Durrrohrsdorf-Dittersbach,Dürrröhrsdorf-Dittersbach,Dürröhrsdorf		13	00	14628	14628100
2934289	Dürrnhof	durrnhof	DE		0	Europe/Berlin	50.31573	10.25673				02	096	09673	09673114
2934290	Dürrnhof	durrnhof	DE		0	Europe/Berlin	50.14194	10.77033				02	096	09674	09674184
2934291	Dürrnhof	durrnhof	DE		0	Europe/Berlin	49.18718	10.71753				02	095	09571	09571177
2934292	Dürrnhieb	durrnhieb	DE		0	Europe/Berlin	50.05	11.8				02	094	09472	09472121
2934293	Dürnhausen	durnhausen	DE		0	Europe/Berlin	47.73333	11.30764		Durnhausen,Durrnhausen,Dürnhausen,Dürrnhausen		02	091	09190	09190126
2934294	Dürnhart	durnhart	DE		0	Europe/Berlin	48.78116	11.84772		Durnhart,Durrnhard,Dürnhart,Dürrnhard		02	092	09273	09273119
2934295	Dürrnhaar	durrnhaar	DE		0	Europe/Berlin	47.99302	11.73597				02	091	09184	09184137
2934297	Dürrnfarrnbach	durrnfarrnbach	DE		0	Europe/Berlin	49.46129	10.73695		Durrnfarnbach,Durrnfarrnbach,Dürrnfarnbach,Dürrnfarrnbach		02	095	09573	09573133
2934299	Dürrnbuch	durrnbuch	DE		0	Europe/Berlin	49.75353	10.44969		Durnbuch,Durrnbuch,Dürnbuch,Dürrnbuch		02	096	09675	09675127
2934300	Dürrnbuch	durrnbuch	DE		0	Europe/Berlin	49.51767	10.722				02	095	09575	09575121
2934306	Dürrnast	durrnast	DE		0	Europe/Berlin	49.11034	9.57156				01	081	08127	08127052
2934308	Dürrn	durrn	DE		0	Europe/Berlin	48.95687	8.75434				01	082	08236	08236075
2934311	Dürrmenz	durrmenz	DE		0	Europe/Berlin	48.94173	8.83866				01	082	08236	08236040
2934313	Dürrloh	durrloh	DE		0	Europe/Berlin	50.15885	12.13441		Durrenloh,Durrloh,Dürrloh		02	094	09479	09479152
2934315	Dürrlewang	duerrlewang	DE		0	Europe/Berlin	48.71838	9.11792				01	081	08111	08111000
2934319	Dürrhof	durrhof	DE		0	Europe/Berlin	49.8216	10.69715				02	094	09471	09471120
2934320	Dürrhof	durrhof	DE		0	Europe/Berlin	49.74943	9.36145				01	081	08128	08128039
2934324	Dürrhennersdorf	duerrhennersdorf	DE		1213	Europe/Berlin	51.04863	14.60383		Dirkhenersdorf,Djurkhennersdorf,Duerrhennersdorf,Duerrhennersdorfi vald,Dürrhennersdorf,Dürrhennersdorfi vald,Suche Hendrichecy,di lei nei er si duo fu,Дирхенерсдорф,Дюрхеннерсдорф,迪雷内尔斯多夫	14626070	13	00	14626	14626070
2934326	Dürrhansl	durrhansl	DE		0	Europe/Berlin	48.04113	11.03167				02	091	09181	09181146
2934328	Dürrfeld	durrfeld	DE		0	Europe/Berlin	49.98009	10.36443				02	096	09678	09678138
2934330	Dürrewolf	duerrewolf	DE		0	Europe/Berlin	51.59504	14.10274				11	00	12066	12066226
2934331	Dürrewiesen	durrewiesen	DE		0	Europe/Berlin	50.17602	12.17628				02	094	09479	09479152
2934344	Dürrenzimmern	durrenzimmern	DE		0	Europe/Berlin	49.08651	9.07701		Durrenzimmern,Dürrenzimmern		01	081	08125	08125013
2934345	Dürrenzimmern	durrenzimmern	DE		0	Europe/Berlin	48.90366	10.55149				02	097	09779	09779194
2934346	Dürrenwaldstetten	durrenwaldstetten	DE		0	Europe/Berlin	48.20543	9.35387				01	084	08426	08426067
2934349	Dürrenwaid	durrenwaid	DE		0	Europe/Berlin	50.35055	11.56152				02	094	09475	09475128
2934350	Dürrenuhlsdorf	duerrenuhlsdorf	DE		0	Europe/Berlin	50.89254	12.6052				13	00	14524	14524290
2934353	Dürrenstetten	durrenstetten	DE		0	Europe/Berlin	49.03877	10.2974				01	081	08136	08136084
2934354	Dürrenstetten	durrenstetten	DE		0	Europe/Berlin	48.33061	9.51952				01	084	08415	08415053
2934356	Dürrenried	durrenried	DE		0	Europe/Berlin	50.21809	10.74324				02	096	09674	09674171
2934357	Dürrenmungenau	durrenmungenau	DE		0	Europe/Berlin	49.234	10.91799		Durrenmungenau,Dürrenmungenau		02	095	09576	09576111
2934358	Dwóry	dwory	DE		0	Europe/Berlin	52.02581	13.94876		Duerrenhofe,Dwory,Dwóry,Dürrenhofe		11	00	12061	12061329
2934359	Dürrenhof	durrenhof	DE		0	Europe/Berlin	49.38165	10.15064		Durrenhof,Dürrenhof		02	095	09571	09571193
2934361	Dürrenhettenbach	durrenhettenbach	DE		0	Europe/Berlin	48.71702	12.26614				02	092	09274	09274127
2934363	Dürrenhembach	durrenhembach	DE		0	Europe/Berlin	49.32613	11.22657				02	095	09576	09576151
2934365	Dürrengleina	duerrengleina	DE		0	Europe/Berlin	50.85711	11.53839				15	00	16074	16074057
2934366	Dürrengerbisdorf	duerrengerbisdorf	DE		0	Europe/Berlin	50.91448	12.66087				13	00	14524	14524180
2934367	Dürrenebersdorf	duerrenebersdorf	DE		0	Europe/Berlin	50.85045	12.02836				15	00	16052	16052000
2934368	Dürrenbühl	durrenbuhl	DE		0	Europe/Berlin	47.80211	8.23565				01	083	08337	08337039
2934369	Dürrenbüchig	duerrenbuechig	DE		570	Europe/Berlin	49.0209	8.64774				01	082	08215	08215007
2934372	Dürrenberg	duerrenberg	DE		0	Europe/Berlin	51.36722	13.15895				13	00	14730	14730170
2934373	Dürrenberg	duerrenberg	DE		0	Europe/Berlin	50.50582	13.09937				13	00	14521	14521330
2934374	Dürrenberg	durrenberg	DE		0	Europe/Berlin	48.13162	8.02531				01	083	08316	08316055
2934387	Dürrenbach	duerrenbach	DE		0	Europe/Berlin	50.44541	11.51259				15	00	16075	16075133
2934388	Dürrenbach	durrenbach	DE		0	Europe/Berlin	47.69305	10.08497				01	084	08436	08436049
2934406	Dürrbrunn	durrbrunn	DE		0	Europe/Berlin	49.83577	11.15713				02	094	09474	09474168
2934417	Dürrbach	duerrbach	DE		0	Europe/Berlin	51.36138	14.61579		Dyrbach		13	00	14626	14626060
2934423	Dürnzhausen	durnzhausen	DE		0	Europe/Berlin	48.53447	11.63445				02	091	09186	09186152
2934424	Dürnwind	durnwind	DE		0	Europe/Berlin	48.65557	11.99876				02	092	09274	09274172
2934426	Dürnstetten	durnstetten	DE		0	Europe/Berlin	48.95252	11.93797				02	093	09375	09375199
2934427	Dürnsricht	durnsricht	DE		0	Europe/Berlin	49.53007	11.75885				02	093	09371	09371126
2934428	Dürnsricht	durnsricht	DE		0	Europe/Berlin	49.40042	12.06921				02	093	09376	09376125
2934429	Dürnseiboldsdorf	durnseiboldsdorf	DE		0	Europe/Berlin	48.52079	11.92669				02	091	09178	09178142
2934430	Dürnöd	durnod	DE		0	Europe/Berlin	48.35585	13.29466				02	092	09275	09275116
2934431	Dürnkonreuth	durnkonreuth	DE		0	Europe/Berlin	49.8173	12.35331				02	093	09377	09377146
2934433	Dürnhart	durnhart	DE		0	Europe/Berlin	48.89592	12.44084				02	092	09278	09278177
2934434	Dürnhaid	durnhaid	DE		0	Europe/Berlin	48.87911	12.82711				02	092	09278	09278159
2934435	Dürnersdorf	durnersdorf	DE		0	Europe/Berlin	49.43863	12.31634				02	093	09376	09376112
2934436	Dürneibach	durneibach	DE		0	Europe/Berlin	48.29147	12.10449				02	091	09177	09177115
2934437	Dürneck	durneck	DE		0	Europe/Berlin	48.36931	11.7243				02	091	09178	09178124
2934439	Dürnberg	durnberg	DE		0	Europe/Berlin	50.09958	11.96231				02	094	09479	09479145
2934440	Dürnberg	durnberg	DE		0	Europe/Berlin	49.11603	12.39031				02	093	09372	09372169
2934441	Dürnberg	durnberg	DE		0	Europe/Berlin	48.59562	10.93924				02	097	09771	09771176
2934442	Dürnberg	durnberg	DE		0	Europe/Berlin	48.22439	11.91261				02	091	09177	09177135
2934450	Dürnbach	durnbach	DE		0	Europe/Berlin	47.75959	11.73451				02	091	09182	09182116
2934451	Dürnbach	durnbach	DE		0	Europe/Berlin	47.7455	11.95004				02	091	09182	09182114
2934453	Dürnau	duernau	DE		468	Europe/Berlin	48.06028	9.55526			08426036	01	084	08426	08426036
2934454	Dürnast	durnast	DE		0	Europe/Berlin	49.64262	11.97819				02	093	09374	09374166
2934455	Dürnast	durnast	DE		0	Europe/Berlin	48.11909	11.00419				02	091	09181	09181122
2934456	Dürnast	durnast	DE		0	Europe/Berlin	47.74829	9.51163				01	084	08436	08436064
2934458	Dürnachhof	durnachhof	DE		0	Europe/Berlin	48.23333	9.85				01	084	08426	08426070
2934460	Dürn	durn	DE		0	Europe/Berlin	49.26142	11.59555				02	093	09373	09373167
2934461	Dürn	durn	DE		0	Europe/Berlin	49.08702	11.59504				02	093	09373	09373115
2934465	Durlesbach	durlesbach	DE		0	Europe/Berlin	47.90197	9.67687				01	084	08436	08436009
2934469	Durlach	durlach	DE		0	Europe/Berlin	48.99976	8.47432		Durlach,Durlakh,Дурлах		01	082	08212	08212000
2934471	Düringer Weg	dueringer-weg	DE		0	Europe/Berlin	53.72869	8.56399				06	00	03352	03352061
2934472	Düringen	dueringen	DE		0	Europe/Berlin	50.55854	7.85801				08	00	07143	07143085
2934473	Düring	duering	DE		0	Europe/Berlin	53.45627	8.6633				06	00	03352	03352032
2934474	During	during	DE		0	Europe/Berlin	48.65835	13.4042				02	092	09275	09275144
2934475	Durholzen	durholzen	DE		0	Europe/Berlin	51.13712	7.268				07	053	05378	05378032
2934476	Dürhölzen	duerhoelzen	DE		0	Europe/Berlin	51.06961	7.49637				07	053	05374	05374024
2934479	Durhaus	durhaus	DE		0	Europe/Berlin	51.03104	7.23003				07	053	05378	05378012
2934482	Durham	durham	DE		0	Europe/Berlin	47.73974	11.9646				02	091	09182	09182114
2934483	Dürhagen	duerhagen	DE		0	Europe/Berlin	51.17518	7.3109				07	053	05374	05374016
2934485	Düren	dueren	DE		0	Europe/Berlin	51.47368	7.35661				07	059	05954	05954036
2934486	Düren	dueren	DE		93440	Europe/Berlin	50.80434	6.49299		Diren,Djuren,Dueren,Duren,Düren,di lun,dwilen,Дирен,Дюрен,ዲውረን,迪伦,뒤렌	05358	07	053	05358	05358008
2934487	Düren	dueren	DE		0	Europe/Berlin	49.30467	6.66218				09	00	10044	10044121
2934490	Durchwehna	durchwehna	DE		0	Europe/Berlin	51.62094	12.66087		Durchwehna		13	00	14730	14730160
2934492	Durchschlacht	durchschlacht	DE		0	Europe/Berlin	48.47725	11.41168				02	091	09186	09186151
2934494	Durchholz	durchholz	DE		0	Europe/Berlin	51.38728	7.28036		Durchholz		07	059	05954	05954036
2934496	Durchfurth	durchfurth	DE		0	Europe/Berlin	48.86471	13.12974				02	092	09271	09271130
2934497	Durbusch	durbusch	DE		0	Europe/Berlin	50.91897	7.23587				07	053	05378	05378028
2934498	Dürboslar	duerboslar	DE		675	Europe/Berlin	50.90498	6.25534				07	053	05358	05358004
2934500	Durber	durber	DE		0	Europe/Berlin	47.7157	10.51349				02	097	09777	09777131
2934511	Dürabuch	durabuch	DE		0	Europe/Berlin	48.26401	11.21854				02	091	09179	09179117
2934513	Düppenweiler	dueppenweiler	DE		0	Europe/Berlin	49.41544	6.76663		Duppenweiler,Düppenweiler		09	00	10042	10042111
2934515	Düppel	duppel	DE		0	Europe/Berlin	52.42921	13.22938		Duppel,Düppel		16	00	11000	11000000
2934516	Düppel	dueppel	DE		0	Europe/Berlin	51.3041	11.08182				15	00	16068	16068064
2934520	Düpp	duepp	DE		0	Europe/Berlin	51.25174	6.42122				07	051	05166	05166032
2934523	Düpow	duepow	DE		0	Europe/Berlin	53.06331	11.89829				11	00	12070	12070296
2934528	Düpe	duepe	DE		0	Europe/Berlin	52.60568	8.18077				06	00	03460	03460008
2934530	Dünzling	dunzling	DE		0	Europe/Berlin	48.88503	12.11037				02	092	09273	09273116
2934531	Dünzlau	dunzlau	DE		0	Europe/Berlin	48.7778	11.32553				02	091	09161	09161000
2934532	Dünzing	dunzing	DE		0	Europe/Berlin	48.77965	11.64				02	091	09186	09186158
2934533	Dunzenhausen	dunzenhausen	DE		0	Europe/Berlin	48.01667	9.68333				01	084	08426	08426014
2934534	Dunzendorf	dunzendorf	DE		0	Europe/Berlin	49.4125	9.99083				01	081	08128	08128082
2934537	Dünzelbach	dunzelbach	DE		0	Europe/Berlin	48.16481	11.02215		Dunzelbach,Dünzelbach		02	091	09179	09179138
2934539	Dünweg	duenweg	DE		0	Europe/Berlin	51.09468	7.14666				07	053	05378	05378008
2934540	Dunwarden	dunwarden	DE		0	Europe/Berlin	53.14272	8.59022				06	00	03461	03461006
2934544	Dunsting	dunsting	DE		0	Europe/Berlin	48.0982	12.73242				02	091	09189	09189152
2934546	Dunstelkingen	dunstelkingen	DE		0	Europe/Berlin	48.71866	10.41292				01	081	08135	08135010
2934547	Dünstekoven	duenstekoven	DE		0	Europe/Berlin	50.69893	6.93272		Dunstekoven,Dünstekoven		07	053	05382	05382064
2934548	Dünsen	duensen	DE		1250	Europe/Berlin	52.92749	8.64191		Dinzen,Djunzen,ding sen,Динзен,Дюнзен,丁森	03458004	06	00	03458	03458004
2934550	Dunsdorf	dunsdorf	DE		0	Europe/Berlin	48.90203	11.42985				02	091	09176	09176138
2934552	Dünschede	duenschede	DE		0	Europe/Berlin	51.13622	7.9739				07	059	05966	05966004
2934553	Dünsche	duensche	DE		0	Europe/Berlin	53.02738	11.26682				06	00	03354	03354023
2934554	Dünsberg	dunsberg	DE		0	Europe/Berlin	48.7731	11.0012				02	091	09185	09185153
2934557	Dünsbach	dunsbach	DE		0	Europe/Berlin	49.21289	9.88413				01	081	08127	08127032
2934558	Dünnwald	dunnwald	DE		0	Europe/Berlin	51.00384	7.04576				07	053	05315	05315000
2934559	Dünninghausen	duenninghausen	DE		0	Europe/Berlin	51.74528	8.10737				07	055	05570	05570008
2934561	Dünnerholz	duennerholz	DE		0	Europe/Berlin	52.24698	8.57023				07	057	05758	05758004
2934562	Dünnereihe	duennereihe	DE		0	Europe/Berlin	53.72898	9.56883				10	00	01061	01061074
2934566	Dünnebrett	duennebrett	DE		0	Europe/Berlin	51.25545	7.62898				07	059	05962	05962032
2934567	Dünne	duenne	DE		0	Europe/Berlin	52.22622	8.58496		Dunnithi		07	057	05758	05758004
2934569	Dünn	duenn	DE		0	Europe/Berlin	51.22207	6.46648				07	051	05116	05116000
2934571	Dünkirchen	duenkirchen	DE		0	Europe/Berlin	53.41667	7.96667				06	00	03455	03455027
2934572	Dunkhorst	dunkhorst	DE		0	Europe/Berlin	52.40687	8.79342				06	00	03256	03256034
2934576	Dunkelsdorf	dunkelsdorf	DE		0	Europe/Berlin	53.97727	10.60035		Dunkelsdorf		10	00	01055	01055001
2934577	Dunkelschlag	dunkelschlag	DE		0	Europe/Berlin	51.52869	6.83594				07	051	05119	05119000
2934579	Dunkelhäuser	dunkelhaeuser	DE		0	Europe/Berlin	51.3421	14.93104				13	00	14626	14626480
2934580	Dünkelhammer	dunkelhammer	DE		0	Europe/Berlin	50.02255	12.02231				02	094	09479	09479111
2934581	Dunkelforth	dunkelforth	DE		0	Europe/Berlin	52.41127	12.22963				14	00	15086	15086080
2934586	Duniwang	duniwang	DE		0	Europe/Berlin	48.56764	12.21745				02	092	09261	09261000
2934589	Dünhöltersheide	duenhoeltersheide	DE		0	Europe/Berlin	52.12419	8.37255				06	00	03459	03459024
2934590	Düngstrup	duengstrup	DE		0	Europe/Berlin	52.86156	8.40042				06	00	03458	03458014
2934591	Dungersgrün	dungersgruen	DE		0	Europe/Berlin	50.60995	12.23709				13	00	14523	14523260
2934594	Düngenheim	duengenheim	DE		1362	Europe/Berlin	50.26062	7.16523		Duengenheim,Düngenheim	07135023	08	00	07135	07135023
2934595	Dungelbeck	dungelbeck	DE		0	Europe/Berlin	52.29436	10.26758				06	00	03157	03157006
2934600	Dünfeld	duenfeld	DE		0	Europe/Berlin	51.03333	7.05				07	053	05316	05316000
2934602	Düneck	dueneck	DE		0	Europe/Berlin	53.66667	9.66667				10	00	01056	01056036
2934603	Dünebusch	duenebusch	DE		0	Europe/Berlin	50.78643	7.6947				08	00	07132	07132010
2934604	Düneburg	dueneburg	DE		0	Europe/Berlin	52.77941	7.20841				06	00	03454	03454018
2934605	Düneberg	dueneberg	DE		0	Europe/Berlin	53.45	10.33333				10	00	01053	01053032
2934606	Düne	duene	DE		0	Europe/Berlin	52.78163	7.18602				06	00	03454	03454018
2934608	Dundenheim	dundenheim	DE		0	Europe/Berlin	48.44919	7.81808				01	083	08317	08317151
2934612	Düna	duena	DE		0	Europe/Berlin	51.68918	10.28079		Domane Duna,Domäne Düna,Duna,Düna		06	00	03159	03159026
2934614	Dumte	dumte	DE		0	Europe/Berlin	52.12178	7.3804		Dumpte,Dumte		07	055	05566	05566084
2934615	Dumstorf	dumstorf	DE		0	Europe/Berlin	53.17796	10.69501				06	00	03355	03355013
2934616	Dumsevitz	dumsevitz	DE		0	Europe/Berlin	54.41854	13.47563				12	00	13073	13073010
2934617	Dumsevitz	dumsevitz	DE		0	Europe/Berlin	54.2938	13.37894				12	00	13073	13073027
2934618	Dumrade	dumrade	DE		0	Europe/Berlin	54.34338	13.32036				12	00	13073	13073079
2934619	Dümpten	duempten	DE		0	Europe/Berlin	51.46079	6.89949				07	051	05117	05117000
2934622	Dumpf	dumpf	DE		0	Europe/Berlin	49.11648	12.85078				02	092	09276	09276135
2934627	Dumpe	dumpe	DE		0	Europe/Berlin	50.97779	7.36765		Dumpe		07	053	05374	05374008
2934629	Dümmlinghausen	duemmlinghausen	DE		0	Europe/Berlin	51.02436	7.61475				07	053	05374	05374012
2934631	Dummertevitz	dummertevitz	DE		0	Europe/Berlin	54.35134	13.61521				12	00	13073	13073048
2934632	Dummerten	dummerten	DE		0	Europe/Berlin	52.28657	8.55227				07	057	05770	05770036
2934633	Dümmerstück Dorf	duemmerstueck-dorf	DE		0	Europe/Berlin	53.58384	11.20936		Dummerstuck,Dummerstuck Dorf,Dümmerstück,Dümmerstück Dorf		12	00	13076	13076036
2934634	Dümmerstück	duemmerstueck	DE		0	Europe/Berlin	53.58529	11.2319		Dummerstuck,Dummerstuck Hof,Dümmerstück,Dümmerstück Hof		12	00	13076	13076036
2934637	Dummersdorf	dummersdorf	DE		0	Europe/Berlin	53.91576	10.81759				10	00	01003	01003000
2934638	Dümmerlohausen	duemmerlohausen	DE		0	Europe/Berlin	52.52912	8.28745				06	00	03460	03460002
2934640	Dümmerhütte	duemmerhuette	DE		0	Europe/Berlin	53.5682	11.22489				12	00	13076	13076036
2934643	Dümmer	duemmer	DE		1419	Europe/Berlin	53.57629	11.20497		Duemmer,Dummer,Dümmer		12	00	13076	13076036
2934645	Dummeldorf	dummeldorf	DE		0	Europe/Berlin	48.52704	12.94416				02	092	09277	09277126
2934650	Dumicke	dumicke	DE		0	Europe/Berlin	51.05941	7.82026				07	059	05966	05966008
2934651	Dumhusen	dumhusen	DE		0	Europe/Berlin	53.53131	7.68292		Dumhusen,Dummenhusen		06	00	03462	03462019
2934652	Dumgenevitz	dumgenevitz	DE		0	Europe/Berlin	54.34521	13.38856		Dumgenevitz		12	00	13073	13073070
2934655	Dümde	duemde	DE		0	Europe/Berlin	52.0748	13.31536				11	00	12072	12072312
2934656	Dumberg	dumberg	DE		0	Europe/Berlin	51.40886	7.13166				07	059	05954	05954016
2934660	Dültgenstal	dueltgenstal	DE		0	Europe/Berlin	51.18243	7.05373		Dultgenstal,Dultgensthal,Dültgenstal,Dültgensthal		07	051	05122	05122000
2934661	Dülseberg	duelseberg	DE		0	Europe/Berlin	52.78719	10.83389		Dulseber,Dülseber		14	00	15081	15081105
2934662	Dülmen	duelmen	DE		47495	Europe/Berlin	51.83149	7.28075		Dilmen,Djul'men,Duelmen,Dulmen,Dulmenni,Dulmėnni,Dyulmen,Dülmen,di er men,dwlmn,Дилмен,Дюльмен,Դյուլմեն,دولمن,迪爾門		07	055	05558	05558016
2934663	Dülmen	duelmen	DE		0	Europe/Berlin	51.05	7.1				07	053	05378	05378020
2934664	Düllstadt	dullstadt	DE		0	Europe/Berlin	49.80255	10.25207		Dullstadt,Düllstadt		02	096	09675	09675165
2934666	Düllo	duello	DE		0	Europe/Berlin	51.72576	8.13989				07	055	05570	05570048
2934671	Dülkenernette	duelkenernette	DE		0	Europe/Berlin	51.2519	6.30027				07	051	05166	05166032
2934672	Dülken	duelken	DE		0	Europe/Berlin	51.25373	6.33567		Dulken,Dülken		07	051	05166	05166032
2934675	Dükermühle	duekermuehle	DE		0	Europe/Berlin	53.80457	9.53182				10	00	01061	01061101
2934679	Düke	dueke	DE		0	Europe/Berlin	53.58629	8.27185				06	00	03461	03461003
2934681	Duissern	duissern	DE		0	Europe/Berlin	51.43634	6.78977		Duissern,Dussern,Düssern		07	051	05112	05112000
2934682	Duisenburg	duisenburg	DE		0	Europe/Berlin	52.56257	7.42349				06	00	03454	03454002
2934683	Duisdorf	duisdorf	DE		0	Europe/Berlin	50.71388	7.05608		Duisdorf		07	053	05314	05314000
2934693	Düingsen	dueingsen	DE		0	Europe/Berlin	51.39816	7.7035				07	059	05962	05962024
2934698	Düingdorf	dueingdorf	DE		0	Europe/Berlin	52.21661	8.42632				06	00	03459	03459024
2934699	Dühren	duhren	DE		0	Europe/Berlin	49.24377	8.83636				01	082	08226	08226085
2934700	Dühren	duhren	DE		0	Europe/Berlin	49.08541	10.48281				02	095	09571	09571227
2934703	Duhnen	duhnen	DE		0	Europe/Berlin	53.88411	8.64384				06	00	03352	03352011
2934706	Duggenkoppel	duggenkoppel	DE		0	Europe/Berlin	54.06667	11.8				12	00	13072	13072058
2934711	Duffesheide	duffesheide	DE		0	Europe/Berlin	50.85808	6.13689				07	053	05334	05334004
2934714	Düffelward	dueffelward	DE		0	Europe/Berlin	51.82878	6.10625				07	051	05154	05154036
2934715	Düferoth	dueferoth	DE		0	Europe/Berlin	50.72947	7.2499				07	053	05382	05382024
2934717	Duensen	duensen	DE		0	Europe/Berlin	52.04172	9.18345		Dunsen,Dünsen		06	00	03252	03252001
2934718	Düenkamp	dueenkamp	DE		0	Europe/Berlin	52.70474	7.67126				06	00	03453	03453011
2934721	Dudweiler	dudweiler	DE		0	Europe/Berlin	49.27876	7.03677		Dudweiler		09	00	10041	10041100
2934724	Dudinghausen	dudinghausen	DE		0	Europe/Berlin	53.9101	12.21869				12	00	13072	13072046
2934725	Düdinghausen	duedinghausen	DE		0	Europe/Berlin	52.57906	8.96725				06	00	03256	03256030
2934726	Düdinghausen	duedinghausen	DE		0	Europe/Berlin	52.4147	9.29647				06	00	03257	03257004
2934727	Düdinghausen	duedinghausen	DE		0	Europe/Berlin	51.26127	8.69333				07	059	05958	05958028
2934729	Düderode	duederode	DE		0	Europe/Berlin	51.80923	10.10653				06	00	03155	03155006
2934730	Dudensen	dudensen	DE		0	Europe/Berlin	52.59794	9.4412				06	00	03241	03241012
2934731	Dudenroth	dudenroth	DE		0	Europe/Berlin	50.08907	7.53977		Dudenroth		08	00	07140	07140018
2934732	Dudenrode	dudenrode	DE		0	Europe/Berlin	51.25446	9.87066				05	066	06636	06636001
2934733	Dudenrod	dudenrod	DE		0	Europe/Berlin	50.32222	9.11007				05	064	06440	06440004
2934739	Dudendorf	dudendorf	DE		0	Europe/Berlin	54.09091	12.58432				12	00	13073	13073015
2934740	Düdenbüttel	duedenbuettel	DE		877	Europe/Berlin	53.5904	9.35004			03359014	06	00	03359	03359014
2934742	Dudenbostel	dudenbostel	DE		0	Europe/Berlin	52.57464	9.6364				06	00	03241	03241019
2934745	Düdelsheim	duedelsheim	DE		0	Europe/Berlin	50.29296	9.02883				05	064	06440	06440004
2934746	Dudelhof	dudelhof	DE		0	Europe/Berlin	48.66364	10.00846				01	081	08135	08135032
2934749	Dudel	dudel	DE		0	Europe/Berlin	53.23863	12.46275				11	00	12068	12068468
2934753	Duddenhausen	duddenhausen	DE		0	Europe/Berlin	52.78825	9.08906		Duddenhausen		06	00	03256	03256003
2934754	Duckwitz	duckwitz	DE		0	Europe/Berlin	53.99622	12.58681				12	00	13072	13072010
2934757	Dückerswisch	dueckerswisch	DE		0	Europe/Berlin	54.05507	9.29875				10	00	01051	01051099
2934758	Dückerstieg	dueckerstieg	DE		0	Europe/Berlin	53.94664	9.3575				10	00	01061	01061119
2934759	Duckenried	duckenried	DE		0	Europe/Berlin	48.48527	11.33197				02	091	09186	09186125
2934760	Duchtlingen	duchtlingen	DE		0	Europe/Berlin	47.79125	8.79129				01	083	08335	08335035
2934771	Dubrow	dubrow	DE		0	Europe/Berlin	52.27459	14.38661				11	00	12067	12067336
2934773	Dubro	dubro	DE		0	Europe/Berlin	51.76148	13.25823				11	00	12062	12062461
2934774	Dubring	dubring	DE		0	Europe/Berlin	51.37864	14.18369		Dubring,Dubrjenk,Eichhain		13	00	14625	14625640
2934775	Dübrichen	duebrichen	DE		0	Europe/Berlin	51.66859	13.47242				11	00	12062	12062092
2934776	Dubrauke	dubrauke	DE		0	Europe/Berlin	51.24142	14.61085		Dubrauke,Dubrawka		13	00	14625	14625340
2934780	Dubrau	dubrau	DE		0	Europe/Berlin	51.787	14.00706		Dubrau,Dubrawa		11	00	12066	12066320
2934781	Dubrau	dubrau	DE		0	Europe/Berlin	51.72769	14.5347		Adlige Dubrau,Dubrau,Dubrawa		11	00	12071	12071414
2934782	Dubnitz	dubnitz	DE		0	Europe/Berlin	54.49701	13.57764				12	00	13073	13073080
2934783	Dubkevitz	dubkevitz	DE		0	Europe/Berlin	54.4417	13.23333				12	00	13073	13073095
2934790	Düben	dueben	DE		285	Europe/Berlin	51.9279	12.38505		Duben,Düben		14	00	15091	15091060
2934797	Dübbekold	duebbekold	DE		0	Europe/Berlin	53.15	10.88333				06	00	03354	03354006
2934799	Drütte	druette	DE		0	Europe/Berlin	52.15304	10.44865				06	00	03102	03102000
2934800	Drusweiler	drusweiler	DE		0	Europe/Berlin	49.1054	8.03533				08	00	07337	07337045
2934802	Drüsewitz	druesewitz	DE		0	Europe/Berlin	53.98747	12.46164				12	00	13072	13072097
2934805	Drüsedow	druesedow	DE		0	Europe/Berlin	52.98333	12.58333				11	00	12068	12068425
2934806	Drüsedau	druesedau	DE		0	Europe/Berlin	52.85716	11.69862				14	00	15090	15090007
2934807	Drüschow	drueschow	DE		0	Europe/Berlin	54.01667	11.65				12	00	13072	13072074
2934809	Drüpt	druept	DE		0	Europe/Berlin	51.58628	6.53875				07	051	05170	05170004
2934810	Drüpplingsen	druepplingsen	DE		0	Europe/Berlin	51.45891	7.67687				07	059	05962	05962024
2934815	Druisheim	druisheim	DE		0	Europe/Berlin	48.63444	10.81528				02	097	09779	09779181
2934816	Druidenhof	druidenhof	DE		0	Europe/Berlin	52.85	11.95				14	00	15090	15090610
2934819	Drüggelterhöfe	drueggelterhoefe	DE		0	Europe/Berlin	51.49135	8.09657				07	059	05974	05974032
2934820	Drügendorf	drugendorf	DE		0	Europe/Berlin	49.80742	11.1149				02	094	09474	09474123
2934822	Druffel	druffel	DE		0	Europe/Berlin	51.82752	8.40282		Druffel		07	057	05754	05754032
2934828	Druchhorn	druchhorn	DE		0	Europe/Berlin	52.58037	7.89246				06	00	03459	03459002
2934830	Drüber	drueber	DE		0	Europe/Berlin	51.76221	9.92958				06	00	03155	03155013
2934831	Drübeck	druebeck	DE		1557	Europe/Berlin	51.8582	10.71839		Drubeck,Druebeck,Drübeck		14	00	15085	15085190
2934832	Drübber	druebber	DE		0	Europe/Berlin	52.81887	9.198				06	00	03361	03361003
2934836	Drove	drove	DE		0	Europe/Berlin	50.72746	6.51688		Drove		07	053	05358	05358028
2934838	Dröswein	droeswein	DE		0	Europe/Berlin	50.58909	11.92389				15	00	16075	16075098
2934842	Drostendamm	drostendamm	DE		0	Europe/Berlin	53.41993	8.64544				06	00	03352	03352032
2934843	Drößnitz	droessnitz	DE		0	Europe/Berlin	50.8286	11.41943				15	00	16071	16071008
2934844	Drößling	drossling	DE		0	Europe/Berlin	48.02234	11.22734				02	091	09188	09188132
2934845	Droßkau	drosskau	DE		0	Europe/Berlin	51.13335	12.32762				13	00	14729	14729170
2934847	Drößig	droessig	DE		0	Europe/Berlin	51.60402	13.67102		Drossig,Drossigk,Drößig,Drößigk		11	00	12062	12062219
2934848	Drossenhausen	drossenhausen	DE		0	Europe/Berlin	50.33157	10.92884				02	094	09473	09473144
2934855	Drosevitz	drosevitz	DE		0	Europe/Berlin	54.51142	13.58253				12	00	13073	13073080
2934856	Drosendorf	drosendorf	DE		0	Europe/Berlin	49.94481	10.97191				02	094	09471	09471159
2934857	Drosendorf bei Hollfeld	drosendorf-bei-hollfeld	DE		0	Europe/Berlin	49.92778	11.21763				02	094	09472	09472154
2934858	Drosendorf am Eggerbach	drosendorf-am-eggerbach	DE		0	Europe/Berlin	49.79459	11.10919		Drosendorf a. Eggerbach		02	094	09474	09474123
2934859	Drosen	drosen	DE		0	Europe/Berlin	50.90583	12.24919				15	00	16077	16077026
2934862	Drosedow	drosedow	DE		0	Europe/Berlin	53.99258	13.06506				12	00	13075	13075082
2934863	Drosedow	drosedow	DE		0	Europe/Berlin	53.2393	12.91414				12	00	13071	13071167
2934864	Drösede	droesede	DE		0	Europe/Berlin	52.97548	11.55169				14	00	15090	15090635
2934866	Dröschkau	droeschkau	DE		0	Europe/Berlin	51.45989	13.18385				13	00	14730	14730045
2934867	Droschka	droschka	DE		0	Europe/Berlin	50.94496	11.78665				15	00	16074	16074009
2934869	Dröschede	droeschede	DE		0	Europe/Berlin	51.37187	7.64993				07	059	05962	05962024
2934872	Dröper	droeper	DE		0	Europe/Berlin	52.19588	8.08619				06	00	03459	03459019
2934873	Drope	drope	DE		0	Europe/Berlin	52.57906	7.49559				06	00	03454	03454015
2934874	Drönnewitz	droennewitz	DE		0	Europe/Berlin	53.91477	12.98149				12	00	13071	13071029
2934875	Drönnewitz	droennewitz	DE		0	Europe/Berlin	53.58552	11.039				12	00	13076	13076153
2934877	Drommershausen	drommershausen	DE		0	Europe/Berlin	50.50153	8.31047				05	065	06533	06533017
2934878	Drommelbeck	drommelbeck	DE		0	Europe/Berlin	52.88333	9.31667				06	00	03361	03361005
2934881	Drömling	droemling	DE		0	Europe/Berlin	52.4726	11.06487		Dromling,Drömling,Im Dromlinge,Im Drömlinge,Kolonie Im Dromlinge,Kolonie Im Drömlinge		14	00	15083	15083411
2934884	Dromersheim	dromersheim	DE		0	Europe/Berlin	49.92395	7.9643				08	00	07339	07339005
2934885	Drölsholz	droelsholz	DE		0	Europe/Berlin	51.17507	6.54613				07	051	05162	05162020
2934887	Drölitz	droelitz	DE		0	Europe/Berlin	53.85746	12.39191				12	00	13072	13072062
2934888	Droitzen	droitzen	DE		0	Europe/Berlin	51.11121	11.88699				14	00	15084	15084335
2934891	Drohne	drohne	DE		0	Europe/Berlin	52.43214	8.33813		Drohne		07	057	05770	05770044
2934893	Drohe	drohe	DE		0	Europe/Berlin	52.8884	10.67991				06	00	03360	03360030
2934894	Drögnitz	droegnitz	DE		0	Europe/Berlin	51.60187	12.94917				13	00	14730	14730120
2934898	Drögennottorf	droegennottorf	DE		0	Europe/Berlin	53.10199	10.65403				06	00	03360	03360017
2934899	Drögennindorf	droegennindorf	DE		0	Europe/Berlin	53.1512	10.29505				06	00	03355	03355008
2934902	Drögendiek	droegendiek	DE		0	Europe/Berlin	54.15	10.55				10	00	01055	01055028
2934903	Drögenbostel	droegenbostel	DE		0	Europe/Berlin	53.01523	9.65502				06	00	03357	03357051
2934906	Drögen	droegen	DE		0	Europe/Berlin	53.15171	13.14514				11	00	12065	12065084
2934908	Drögemühle	droegemuehle	DE		0	Europe/Berlin	53.75	10.61667				10	00	01053	01053103
2934910	Drögeheide	droegeheide	DE		0	Europe/Berlin	53.61752	14.03637				12	00	13075	13075131
2934913	Dröda	droeda	DE		0	Europe/Berlin	50.40075	12.061				13	00	14523	14523450
2934914	Drochtersermoor	drochtersermoor	DE		0	Europe/Berlin	53.67744	9.35722				06	00	03359	03359013
2934916	Drochow	drochow	DE		0	Europe/Berlin	51.56689	13.9237		Drochow		11	00	12066	12066285
2934918	Drochaus	drochaus	DE		0	Europe/Berlin	50.53676	11.99877				13	00	14523	14523365
2934920	Drobitz	drobitz	DE		0	Europe/Berlin	51.59918	11.99406				14	00	15088	15088295
2934921	Dröbischau	droebischau	DE		518	Europe/Berlin	50.62976	11.07302		Drobischau,Dröbischau	16073112	15	00	16073	16073112
2934922	Droben	droben	DE		0	Europe/Berlin	51.2886	14.43415		Droby		13	00	14625	14625490
2934923	Dröbel	droebel	DE		0	Europe/Berlin	51.79915	11.77699				14	00	15089	15089030
2934925	Drittenzell	drittenzell	DE		0	Europe/Berlin	49.18589	13.00184				02	093	09372	09372113
2934929	Drispeth	drispeth	DE		0	Europe/Berlin	53.77254	11.38652		Driespeth,Drispeth		12	00	13074	13074088
2934930	Drispenstedt	drispenstedt	DE		0	Europe/Berlin	52.17481	9.97067				06	00	03254	03254021
2934931	Drinsahl	drinsahl	DE		0	Europe/Berlin	50.89747	7.58866		Drinsahl		07	053	05374	05374032
2934933	Drinhausen	drinhausen	DE		0	Europe/Berlin	50.91145	7.61175		Drinhausen		07	053	05374	05374044
2934934	Drinhausen	drinhausen	DE		0	Europe/Berlin	50.66079	7.41195				08	00	07138	07138003
2934937	Dringenburg	dringenburg	DE		0	Europe/Berlin	53.29225	8.07298				06	00	03451	03451008
2934939	Dringenberg	dringenberg	DE		0	Europe/Berlin	51.67117	9.05668				07	057	05762	05762004
2934943	Drigge	drigge	DE		0	Europe/Berlin	54.29028	13.1595				12	00	13073	13073038
2934946	Drift	drift	DE		0	Europe/Berlin	54.53333	9.03333				10	00	01054	01054043
2934947	Drift	drift	DE		0	Europe/Berlin	52.25275	8.50701				07	057	05758	05758028
2934948	Drievorden	drievorden	DE		0	Europe/Berlin	52.37312	7.21374				06	00	03456	03456003
2934949	Driever	driever	DE		0	Europe/Berlin	53.19505	7.41862				06	00	03457	03457022
2934950	Drießen	driessen	DE		0	Europe/Berlin	51.53935	6.66945				07	051	05170	05170032
2934951	Drieschnitz	drieschnitz	DE		0	Europe/Berlin	51.66982	14.47265				11	00	12071	12071301
2934953	Driesch	driesch	DE		0	Europe/Berlin	51.20742	6.59137				07	051	05162	05162016
2934954	Driesch	driesch	DE		0	Europe/Berlin	51.09083	6.03729				07	053	05370	05370032
2934955	Driesch	driesch	DE		0	Europe/Berlin	50.8	7.2				07	053	05382	05382060
2934956	Driesch	driesch	DE		0	Europe/Berlin	50.78575	7.34256				07	053	05382	05382020
2934957	Driesch	driesch	DE		0	Europe/Berlin	50.13435	7.02107				08	00	07135	07135057
2934960	Drielakermoor	drielakermoor	DE		0	Europe/Berlin	53.11667	8.25				06	00	03403	03403000
2934961	Driehausen	driehausen	DE		0	Europe/Berlin	52.36335	8.18693				06	00	03459	03459029
2934963	Driefel	driefel	DE		0	Europe/Berlin	53.42118	8.00076				06	00	03455	03455027
2934966	Drieberhausen	drieberhausen	DE		0	Europe/Berlin	51.06976	7.66195		Drieberhausen		07	053	05374	05374012
2934967	Drieberg Dorf	drieberg-dorf	DE		0	Europe/Berlin	53.7	11.26667		Drieberg,Drieberg Dorf		12	00	13074	13074020
2934968	Drieberg	drieberg	DE		0	Europe/Berlin	53.6967	11.259		Drieberg,Drieberg Hof		12	00	13074	13074020
2934972	Dreyerhaus	dreyerhaus	DE		0	Europe/Berlin	52.02726	8.20887				07	057	05754	05754048
2934973	Dreyen	dreyen	DE		0	Europe/Berlin	52.15439	8.51464				07	057	05758	05758008
2934974	Dreye	dreye	DE		0	Europe/Berlin	53.01208	8.8864		Dreye		06	00	03251	03251047
2934975	Drexelhof	drexelhof	DE		0	Europe/Berlin	48.86603	9.4879				01	081	08119	08119089
2934976	Drewshof	drewshof	DE		0	Europe/Berlin	54.3397	13.0545				12	00	13073	13073046
2934977	Drewoldke	drewoldke	DE		0	Europe/Berlin	54.62641	13.37319				12	00	13073	13073004
2934986	Drewin	drewin	DE		0	Europe/Berlin	53.27846	13.10377				12	00	13071	13071110
2934988	Drewer Süd	drewer-sued	DE		0	Europe/Berlin	51.65	7.11667				07	055	05562	05562024
2934989	Drewer Nord	drewer-nord	DE		0	Europe/Berlin	51.65508	7.11672		Drewer,Drewer Nord		07	055	05562	05562024
2934991	Drewer	drewer	DE		0	Europe/Berlin	51.50144	8.37209		Drewer		07	059	05974	05974036
2934993	Drewen	drewen	DE		0	Europe/Berlin	52.98813	12.39653				11	00	12068	12068264
2934995	Dreveskirchen	dreveskirchen	DE		0	Europe/Berlin	53.9947	11.53436				12	00	13074	13074007
2934996	Drevenack	drevenack	DE		0	Europe/Berlin	51.66105	6.7446		Drevenack		07	051	05170	05170016
2934997	Dreußen	dreussen	DE		0	Europe/Berlin	50.86485	12.41562				15	00	16077	16077039
2934998	Dreuschendorf	dreuschendorf	DE		0	Europe/Berlin	49.80869	11.05697				02	094	09471	09471123
2935000	Dretzen	dretzen	DE		0	Europe/Berlin	52.2135	12.28324				11	00	12069	12069089
2935002	Dretzel	dretzel	DE		0	Europe/Berlin	52.31464	12.11651				14	00	15086	15086040
2935003	Dretschen	dretschen	DE		0	Europe/Berlin	51.12378	14.34746		Drjecin,Drječin		13	00	14625	14625110
2935004	Drethem	drethem	DE		0	Europe/Berlin	53.20221	10.9554				06	00	03354	03354019
2935007	Dressendorf	dressendorf	DE		0	Europe/Berlin	49.99412	11.66097				02	094	09472	09472143
2935008	Dressen	dressen	DE		0	Europe/Berlin	47.55744	9.89845				02	097	09776	09776129
2935009	Dresselsgrün	dresselsgruen	DE		0	Europe/Berlin	50.50085	12.41986				13	00	14523	14523020
2935010	Dresselhof	dresselhof	DE		0	Europe/Berlin	48.94112	9.47444				01	081	08119	08119083
2935011	Dresselhausen	dresselhausen	DE		0	Europe/Berlin	52.46159	7.62463				07	055	05566	05566020
2935015	Drespe	drespe	DE		0	Europe/Berlin	50.96589	7.61387				07	053	05374	05374040
2935018	Dresel	dresel	DE		0	Europe/Berlin	51.27325	7.71701				07	059	05962	05962060
2935134	Dreilinden	dreilinden	DE		0	Europe/Berlin	51.71722	10.25681	260			06	00	03159	03159026
2935135	Drei Linden	drei-linden	DE		0	Europe/Berlin	51.18333	13.23333				13	00	14627	14627130
2935024	Dreschhausen	dreschhausen	DE		0	Europe/Berlin	50.95336	7.71741		Dreschhausen		07	053	05374	05374040
2935025	Dreschersreuth	dreschersreuth	DE		0	Europe/Berlin	50.2045	11.6718				02	094	09475	09475136
2935031	Dreschenau	dreschenau	DE		0	Europe/Berlin	50.00428	11.51214				02	094	09477	09477142
2935032	Dreschen	dreschen	DE		0	Europe/Berlin	50.05635	11.45163				02	094	09477	09477142
2935035	Drescha	drescha	DE		0	Europe/Berlin	50.98895	12.4114		Altenburg Drescha,Drescha		15	00	16077	16077001
2935037	Dresbach	dresbach	DE		0	Europe/Berlin	50.93333	7.71667				07	053	05374	05374040
2935044	Drense	drense	DE		0	Europe/Berlin	53.30954	13.97461				11	00	12073	12073261
2935046	Drennhausen	drennhausen	DE		0	Europe/Berlin	53.41804	10.27155				06	00	03353	03353007
2935047	Drenkow	drenkow	DE		0	Europe/Berlin	53.31652	12.00651				12	00	13076	13076168
2935048	Drenke	drenke	DE		0	Europe/Berlin	51.6819	9.31027		Drenke		07	057	05762	05762008
2935052	Dremmen	dremmen	DE		0	Europe/Berlin	51.04024	6.14705		Dremme,Dremmen		07	053	05370	05370016
2935054	Drelsdorfer Osterfeld	drelsdorfer-osterfeld	DE		0	Europe/Berlin	54.60794	9.07831		Drelsdorf Osterfeld,Drelsdorfer Osterfeld		10	00	01054	01054024
2935055	Drelsdorfer Norderfeld	drelsdorfer-norderfeld	DE		0	Europe/Berlin	54.61281	9.07067		Drelsdorf-Norderfeld,Drelsdorfer Norderfeld		10	00	01054	01054024
2935059	Driewitz	driewitz	DE		0	Europe/Berlin	51.35712	14.43347		Dreiwitz,Drewcy,Driewitz,Drěwcy		13	00	14625	14625330
2935060	Dreiweiherhof	dreiweiherhof	DE		0	Europe/Berlin	49.75656	7.79028				08	00	07133	07133039
2935061	Dreiweibern	dreiweibern	DE		0	Europe/Berlin	51.40574	14.41449		Dreiweibern,Tri Zony,Tři Žony		13	00	14625	14625330
2935068	Dreis-Tiefenbach	dreis-tiefenbach	DE		0	Europe/Berlin	50.91553	8.05581		Dreis-Tiefenbach,Dreisbach,Dreisbach Tiefenbach		07	059	05970	05970032
2935069	Dreistern	dreistern	DE		0	Europe/Berlin	51.18053	14.36433		Tri Hwezdy,Tři Hwězdy		13	00	14625	14625150
2935070	Dreistelzhof	dreistelzhof	DE		0	Europe/Berlin	50.27988	9.77877		Dreistelz,Dreistelzhof		02	096	09672	09672138
2935073	Dreistegen	dreistegen	DE		0	Europe/Berlin	50.54843	6.2312				07	053	05334	05334020
2935074	Dreistegen	dreistegen	DE		0	Europe/Berlin	48.00947	8.14192				01	083	08326	08326017
2935075	Dreißigacker	dreissigacker	DE		0	Europe/Berlin	50.55925	10.38759		Dreissigacker,Dreißigacker		15	00	16066	16066042
2935076	Dreißig	dreissig	DE		0	Europe/Berlin	51.14215	13.22864				13	00	14522	14522080
2935077	Dreisprung	dreisprung	DE		0	Europe/Berlin	54.46122	8.85653				10	00	01054	01054091
2935078	Dreisprung	dreisprung	DE		0	Europe/Berlin	54.43551	9.00851				10	00	01054	01054120
2935080	Dreispringen	dreispringen	DE		0	Europe/Berlin	50.97704	7.21097				07	053	05378	05378004
2935086	Dreislar	dreislar	DE		0	Europe/Berlin	51.14951	8.68821		Dreislar		07	059	05958	05958028
2935087	Dreiskau-Muckern	dreiskau-muckern	DE		0	Europe/Berlin	51.21677	12.46648		Dreiskau-Muckern		13	00	14729	14729190
2935088	Dreiskau	dreiskau	DE		0	Europe/Berlin	51.22075	12.4653				13	00	14729	14729190
2935089	Dreisielen	dreisielen	DE		0	Europe/Berlin	53.20016	8.46983				06	00	03461	03461001
2935096	Dreisel	dreisel	DE		0	Europe/Berlin	50.79325	7.57664		Dreisel		07	053	05382	05382076
2935099	Dreisborn	dreisborn	DE		0	Europe/Berlin	51.40307	7.93998				07	059	05958	05958004
2935119	Drei Rosen	drei-rosen	DE		0	Europe/Berlin	50.66777	13.09913		Drei Rosen		13	00	14521	14521670
2935122	Dreine	dreine	DE		0	Europe/Berlin	51.1355	7.42289		Dreine		07	053	05374	05374052
2935125	Dreimühlen	dreimuehlen	DE		0	Europe/Berlin	49.75	9.03333				05	064	06437	06437001
2935126	Dreimühlen	dreimuhlen	DE		0	Europe/Berlin	48.26667	8.38333				01	083	08325	08325001
2935127	Dreilützow	dreiluetzow	DE		0	Europe/Berlin	53.53388	11.11216				12	00	13076	13076153
2935128	Dreilingen	dreilingen	DE		0	Europe/Berlin	52.9191	10.34217				06	00	03360	03360007
2935131	Drei Linden	drei-linden	DE		0	Europe/Berlin	53.866	11.25525				12	00	13074	13074026
2935132	Dreilinden	dreilinden	DE		0	Europe/Berlin	52.40453	13.174		Dreilinden,Kolonie Dreilinden		11	00	12069	12069304
2935133	Drei Linden	drei-linden	DE		0	Europe/Berlin	51.86112	10.0134				06	00	03155	03155001
2935140	Dreilärchen	dreilarchen	DE		0	Europe/Berlin	47.93119	8.61125		Dreilarchen,Dreilerchen,Dreilärchen		01	083	08327	08327018
2935144	Dreikutten	dreikutten	DE		0	Europe/Berlin	51.4	13.16667				13	00	14730	14730050
2935145	Dreikronen	dreikronen	DE		0	Europe/Berlin	54.4	10.15				10	00	01002	01002000
2935146	Dreikronen	dreikronen	DE		0	Europe/Berlin	52.88549	9.57474				06	00	03358	03358024
2935147	Drei Kronen	drei-kronen	DE		0	Europe/Berlin	52.65025	14.30549				11	00	12064	12064274
2935149	Dreikretscham	dreikretscham	DE		0	Europe/Berlin	51.22135	14.31321		Dreikretscham,Driekretscham,Haslow		13	00	14625	14625150
2935151	Dreikönigzug	dreikoenigzug	DE		0	Europe/Berlin	49.53581	7.47881		Dreikonigszug,Dreikonigzug,Dreikönigszug,Dreikönigzug		08	00	07336	07336003
2935163	Dreihöfe	dreihoefe	DE		0	Europe/Berlin	50.36096	12.47735				13	00	14523	14523160
2935164	Dreihöf	dreihof	DE		0	Europe/Berlin	49.76476	12.3301				02	093	09377	09377146
2935165	Dreihof	dreihof	DE		0	Europe/Berlin	49.217	8.18474				08	00	07337	07337023
2935176	Dreiheiligen	dreiheiligen	DE		0	Europe/Berlin	47.61667	9.95				02	097	09776	09776124
2935177	Dreihäuser	dreihaeuser	DE		0	Europe/Berlin	52.44008	12.26122				14	00	15086	15086080
2935178	Dreihäuser	dreihaeuser	DE		0	Europe/Berlin	51.48333	13.2				11	00	12062	12062341
2935179	Dreihäuser	dreihaeuser	DE		0	Europe/Berlin	50.57678	12.59049				13	00	14521	14521530
2935180	Dreihäuser	dreihauser	DE		0	Europe/Berlin	49.94566	12.0112				02	093	09377	09377148
2935183	Dreihäuser	dreihaeuser	DE		0	Europe/Berlin	51.27324	14.2254		Horni Hajnk		13	00	14625	14625470
2935186	Dreihausen	dreihausen	DE		0	Europe/Berlin	50.72684	8.85785				05	065	06534	06534008
2935187	Dreihausen	dreihausen	DE		0	Europe/Berlin	51.52548	7.83125				07	059	05978	05978036
2935192	Dreihansen	dreihansen	DE		0	Europe/Berlin	50.61702	12.74447		Dreihansen		13	00	14521	14521370
2935194	Dreigrün	dreigrun	DE		0	Europe/Berlin	50.33166	11.68083				02	094	09475	09475156
2935204	Dreifaltigkeitsberg	dreifaltigkeitsberg	DE		0	Europe/Berlin	48.67493	12.39223		Dreifaltigkeitsberg		02	092	09279	09279128
2935209	Dreierwalde	dreierwalde	DE		2700	Europe/Berlin	52.33194	7.50333				07	055	05566	05566076
2935229	Dreibrück	dreibrueck	DE		0	Europe/Berlin	52.68356	12.83092		Dreibrucken-Krug,Kolonie Dreibruck,Kolonie Dreibrück		11	00	12068	12068117
2935232	Dreiborn	dreiborn	DE		0	Europe/Berlin	50.54495	6.40848		Dreiborn		07	053	05366	05366036
2935234	Dreibergen	dreibergen	DE		0	Europe/Berlin	53.21405	8.0207				06	00	03451	03451002
2935238	Dreibeken	dreibeken	DE		0	Europe/Berlin	53.72698	9.96111				10	00	01060	01060063
2935239	Dreibäumen	dreibaeumen	DE		0	Europe/Berlin	51.13274	7.27278				07	053	05374	05374016
2935243	Dreiangel	dreiangel	DE		0	Europe/Berlin	54.01667	9.48333				10	00	01061	01061048
2935244	Dreiangel	dreiangel	DE		0	Europe/Berlin	48.11667	8.25				01	083	08326	08326060
2935247	Drehsa	drehsa	DE		0	Europe/Berlin	51.17898	14.56646		Drehsa,Drozdzij,Droždźij		13	00	14625	14625610
2935250	Drehna	drehna	DE		0	Europe/Berlin	51.75966	13.80505	85	Drehna,Furstlich Drehna,Fürstlich Drehna		11	00	12061	12061320
2935251	Drehna	drehna	DE		0	Europe/Berlin	51.36342	14.47976		Drehna,Gruenhain,Grünhain,Tranje		13	00	14626	14626060
2935252	Drehlitz	drehlitz	DE		0	Europe/Berlin	51.60313	11.96492				14	00	15088	15088295
2935253	Drehfeld	drehfeld	DE		0	Europe/Berlin	51.02387	13.35128				13	00	14522	14522480
2935257	Drehenthalerhof	drehenthalerhof	DE		0	Europe/Berlin	49.51963	7.80924				08	00	07335	07335035
2935262	Drefahl	drefahl	DE		0	Europe/Berlin	53.28712	11.8659				12	00	13076	13076160
2935267	Dreeßel	dreessel	DE		0	Europe/Berlin	52.97927	9.46927				06	00	03357	03357051
2935270	Dreesch	dreesch	DE		0	Europe/Berlin	53.29368	13.96004				11	00	12073	12073261
2935271	Dreesbruch	dreesbruch	DE		0	Europe/Berlin	52.13038	8.52444		Dreesbruch,Dresbruch		07	057	05758	05758008
2935275	Dreenkrögen	dreenkroegen	DE		0	Europe/Berlin	53.4186	11.49515				12	00	13076	13076156
2935277	Dreeke	dreeke	DE		0	Europe/Berlin	52.67555	8.48574				06	00	03251	03251005
2935278	Dreeke	dreeke	DE		0	Europe/Berlin	52.08979	8.49106				07	057	05711	05711000
2935279	Dreehusen	dreehusen	DE		0	Europe/Berlin	53.20342	7.36793				06	00	03457	03457021
2935285	Dreckente	dreckente	DE		0	Europe/Berlin	51.54165	11.96282				14	00	15088	15088295
2935286	Dreckenach	dreckenach	DE		0	Europe/Berlin	50.28864	7.41994				08	00	07137	07137212
2935287	Dreckburg	dreckburg	DE		0	Europe/Berlin	51.67522	8.62291				07	057	05774	05774036
2935294	Drechen	drechen	DE		0	Europe/Berlin	51.60069	7.83596				07	059	05915	05915000
2935297	Drebligar	drebligar	DE		0	Europe/Berlin	51.62771	12.91134				13	00	14730	14730120
2935299	Drebenstedt	drebenstedt	DE		0	Europe/Berlin	52.72089	10.90836				14	00	15081	15081225
2935306	Draxlweg	draxlweg	DE		0	Europe/Berlin	48.66695	13.74527				02	092	09275	09275156
2935307	Draxlschlag	draxlschlag	DE		0	Europe/Berlin	48.89062	13.42855				02	092	09272	09272143
2935308	Draxlham	draxlham	DE		0	Europe/Berlin	47.85521	11.73632				02	091	09182	09182136
2935309	Draxing	draxing	DE		0	Europe/Berlin	48.66005	13.51443				02	092	09275	09275119
2935311	Drausendorf	drausendorf	DE		0	Europe/Berlin	50.92162	14.86591				13	00	14626	14626610
2935312	Drauschkowitz	drauschkowitz	DE		0	Europe/Berlin	51.15426	14.34574		Druzkecy,Družkecy		13	00	14625	14625110
2935314	Dratum	dratum	DE		0	Europe/Berlin	52.20845	8.23868				06	00	03459	03459024
2935315	Drasenberg	drasenberg	DE		0	Europe/Berlin	50.37497	9.53922				05	064	06435	06435025
2935317	Drasenbeck	drasenbeck	DE		0	Europe/Berlin	51.29308	8.32716				07	059	05958	05958032
2935318	Drasdo	drasdo	DE		0	Europe/Berlin	51.6195	13.35806		Drasdo		11	00	12062	12062500
2935323	Drantum	drantum	DE		0	Europe/Berlin	52.81947	8.19494				06	00	03453	03453005
2935324	Drantum	drantum	DE		0	Europe/Berlin	52.2	8.3				06	00	03459	03459024
2935328	Dranse	dranse	DE		0	Europe/Berlin	53.20048	12.6202				11	00	12068	12068468
2935329	Dransdorf	dransdorf	DE		0	Europe/Berlin	50.73833	7.04861		Dransdorf		07	053	05314	05314000
2935332	Dransau	dransau	DE		0	Europe/Berlin	54.32618	10.48706				10	00	01057	01057021
2935333	Drankhausen	drankhausen	DE		0	Europe/Berlin	51.61725	9.20823		Drankhausen		07	057	05762	05762012
2935337	Drammendorf	drammendorf	DE		0	Europe/Berlin	54.35826	13.2205				12	00	13073	13073073
2935340	Dramfeld	dramfeld	DE		0	Europe/Berlin	51.45504	9.8825		Dramfeld		06	00	03159	03159029
2935345	Draisenfeld	draisenfeld	DE		0	Europe/Berlin	49.8856	11.6899				02	094	09472	09472188
2935346	Draisendorf	draisendorf	DE		0	Europe/Berlin	50.28281	12.0102				02	094	09475	09475161
2935347	Draisendorf	draisendorf	DE		0	Europe/Berlin	49.85989	11.25026		Draisendorf,Dreisendorf		02	094	09474	09474176
2935348	Draisdorf	draisdorf	DE		0	Europe/Berlin	50.88337	12.89786		Draisdorf,REPUBLIQUE FEDERALE D'ALLEMAGNE,RÉPUBLIQUE FÉDÉRALE D'ALLEMAGNE		13	00	14511	14511000
2935349	Draisdorf	draisdorf	DE		0	Europe/Berlin	50.10869	10.92427				02	094	09478	09478120
2935350	Mainz-Drais	mainz-drais	DE		0	Europe/Berlin	49.97528	8.18917		Drais		08	00	07315	07315000
2935353	Drahtzug	drahtzug	DE		0	Europe/Berlin	49.51976	8.10217				08	00	07332	07332001
2935356	Drahtmühle	drahtmuehle	DE		0	Europe/Berlin	53.65	10.4				10	00	01062	01062021
2935358	Drahthammer	drahthammer	DE		0	Europe/Berlin	49.84568	12.11917				02	093	09377	09377149
2935359	Drahthammer	drahthammer	DE		0	Europe/Berlin	49.79516	11.9003				02	093	09374	09374148
2935360	Draht	draht	DE		0	Europe/Berlin	48.8484	12.80614		Draht,Drath		02	092	09278	09278149
2935363	Drahendorf	drahendorf	DE		0	Europe/Berlin	52.28948	14.23151				11	00	12067	12067426
2935364	Drahberg	drahberg	DE		0	Europe/Berlin	49.40345	11.69674				02	093	09371	09371132
2935366	Dragsdorf	dragsdorf	DE		0	Europe/Berlin	50.98632	12.19182				14	00	15084	15084442
2935377	Dragahn	dragahn	DE		0	Europe/Berlin	53.09245	10.97487				06	00	03354	03354012
2935382	Drackendorf	drackendorf	DE		0	Europe/Berlin	50.88809	11.63143				15	00	16053	16053000
2935388	Drachenthal	drachenthal	DE		0	Europe/Berlin	47.76324	11.90695				02	091	09182	09182114
2935402	Drabenderhöhe	drabenderhoehe	DE		0	Europe/Berlin	50.94399	7.4544				07	053	05374	05374048
2935404	Doverhahn	doverhahn	DE		0	Europe/Berlin	51.04941	6.2585				07	053	05370	05370020
2935405	Doveren	doveren	DE		0	Europe/Berlin	51.0486	6.24793		Doveren		07	053	05370	05370020
2935406	Doverack	doverack	DE		0	Europe/Berlin	51.04854	6.21756				07	053	05370	05370020
2935407	Dovemühlen	dovemuehlen	DE		0	Europe/Berlin	52.94688	9.26346				06	00	03361	03361012
2935410	Dötzum	doetzum	DE		0	Europe/Berlin	52.08084	9.80634				06	00	03254	03254043
2935411	Dotzlar	dotzlar	DE		0	Europe/Berlin	51.015	8.40952		Dotzlar		07	059	05970	05970004
2935413	Dötzingen	doetzingen	DE		0	Europe/Berlin	53.15	11.03333				06	00	03354	03354009
2935414	Dotzheim	dotzheim	DE		0	Europe/Berlin	50.0746	8.21021		Dotsheim,Dotzheim		05	064	06414	06414000
2935416	Dötzdorf	doetzdorf	DE		0	Europe/Berlin	51.03312	6.67745				07	051	05162	05162028
2935418	Döttingen	doettingen	DE		0	Europe/Berlin	50.35628	7.00403				08	00	07137	07137035
2935419	Döttingen	dottingen	DE		0	Europe/Berlin	49.22133	9.772				01	081	08127	08127009
2935420	Dottingen	dottingen	DE		0	Europe/Berlin	48.42359	9.43442				01	084	08415	08415053
2935421	Dottingen	dottingen	DE		0	Europe/Berlin	47.85758	7.69069				01	083	08315	08315008
2935422	Dötting	dotting	DE		0	Europe/Berlin	48.7972	11.66427				02	091	09176	09176153
2935423	Dottighofen	dottighofen	DE		0	Europe/Berlin	47.93294	7.68425		Dottighofen		01	083	08315	08315006
2935428	Döttenweiler	dottenweiler	DE		0	Europe/Berlin	49.22839	9.58246				01	081	08126	08126058
2935429	Dottenweiler	dottenweiler	DE		0	Europe/Berlin	48.39771	8.46576				01	082	08237	08237045
2935431	Dottenreuth	dottenreuth	DE		0	Europe/Berlin	49.61667	11.46667				02	095	09574	09574160
2935432	Dottenheim	dottenheim	DE		0	Europe/Berlin	49.54898	10.51561				02	095	09575	09575119
2935434	Dottendorf	dottendorf	DE		0	Europe/Berlin	50.70435	7.11541		Dottendorf		07	053	05314	05314000
2935436	Döttenau	dottenau	DE		0	Europe/Berlin	48.51712	12.77395				02	092	09277	09277111
2935437	Döttelbach	dottelbach	DE		0	Europe/Berlin	48.46667	8.23333				01	083	08317	08317098
2935438	Dottel	dottel	DE		0	Europe/Berlin	50.5481	6.59745		Dottel		07	053	05366	05366024
2935443	Döthen	doethen	DE		0	Europe/Berlin	52.5709	7.78702				06	00	03459	03459016
2935444	Dothen	dothen	DE		0	Europe/Berlin	51.01212	11.82371		Dothen		15	00	16074	16074116
2935447	Döteberg	doeteberg	DE		0	Europe/Berlin	52.37246	9.59158				06	00	03241	03241015
2935448	Döswitz	doswitz	DE		0	Europe/Berlin	49.5019	12.06526		Doswitz,Döswitz		02	093	09371	09371150
2935450	Dossow	dossow	DE		0	Europe/Berlin	53.12169	12.52682				11	00	12068	12068468
2935452	Dossingen	dossingen	DE		0	Europe/Berlin	48.77518	10.31181				01	081	08136	08136045
2935454	Dossenbach	dossenbach	DE		0	Europe/Berlin	47.61459	7.85491				01	083	08336	08336082
2935456	Dößel	doessel	DE		375	Europe/Berlin	51.61528	11.79221		Dossel,Dössel,Dößel		14	00	15088	15088216
2935457	Dössel	doessel	DE		0	Europe/Berlin	51.52229	9.16618		Dossel,Dössel		07	057	05762	05762036
2935460	Dösitz	doesitz	DE		0	Europe/Berlin	51.23026	13.21267				13	00	14627	14627260
2935462	Dösingerried	dosingerried	DE		0	Europe/Berlin	48.89119	13.13132				02	092	09276	09276126
2935463	Dösingen	dosingen	DE		0	Europe/Berlin	47.92019	10.70162				02	097	09777	09777182
2935464	Dösing	dosing	DE		0	Europe/Berlin	48.85737	13.11596				02	092	09271	09271130
2935465	Dösham	dosham	DE		0	Europe/Berlin	48.13352	12.69461				02	091	09171	09171119
2935468	Dosenrade	dosenrade	DE		0	Europe/Berlin	54.35	9.83333				10	00	01058	01058026
2935469	Dosenmoor	dosenmoor	DE		0	Europe/Berlin	54.14565	10.01825		Doosenmoor,Dosenmoor		10	00	01058	01058022
2935474	Dosenbek	dosenbek	DE		0	Europe/Berlin	54.17237	10.14825				10	00	01057	01057011
2935475	Dösen	doesen	DE		0	Europe/Berlin	51.28555	12.41037				13	00	14713	14713000
2935476	Dösemoor	doesemoor	DE		0	Europe/Berlin	53.77883	9.27169		Doesemoor,Dosemoor,Dösemoor		06	00	03359	03359035
2935478	Döse	doese	DE		0	Europe/Berlin	53.88316	8.67356		Dose,Döse,Steinmarne		06	00	03352	03352011
2935479	Dose	dose	DE		0	Europe/Berlin	53.50238	7.8903		Dose		06	00	03462	03462005
2935481	Dosdorf	dosdorf	DE		0	Europe/Berlin	50.79723	10.91331		Dosdorf		15	00	16070	16070004
2935482	Dösdorf	dosdorf	DE		0	Europe/Berlin	47.81208	12.30913				02	091	09187	09187132
2935483	Döschwitz	doeschwitz	DE		907	Europe/Berlin	51.06332	12.0566		Doschwitz,Döschwitz		14	00	15084	15084275
2935484	Döschütz	doeschuetz	DE		0	Europe/Berlin	51.24372	13.4388				13	00	14627	14627200
2935486	Döschko	doeschko	DE		0	Europe/Berlin	51.47517	14.46797		Daski,Daški		13	00	14625	14625570
2935487	Doschendorf	doschendorf	DE		0	Europe/Berlin	50.0069	11.06023				02	094	09471	09471185
2935489	Dorweiler	dorweiler	DE		0	Europe/Berlin	50.7939	6.67552				07	053	05358	05358052
2935490	Dorweiler	dorweiler	DE		0	Europe/Berlin	50.13994	7.42209		Dorweiler		08	00	07140	07140202
2935518	Dorthausen	dorthausen	DE		0	Europe/Berlin	51.16876	6.37771		Dorthausen		07	051	05116	05116000
2935520	Dortenhof	dortenhof	DE		0	Europe/Berlin	51.08108	7.19447				07	053	05378	05378032
2935521	Dörtendorf	doertendorf	DE		0	Europe/Berlin	50.70285	12.01722				15	00	16076	16076087
2935522	Dortelweil	dortelweil	DE		0	Europe/Berlin	50.20734	8.74495				05	064	06440	06440003
2935524	Dörtel	dortel	DE		0	Europe/Berlin	49.42262	9.80675				01	081	08128	08128007
2935525	Dörsthöfe	dorsthofe	DE		0	Europe/Berlin	50.09694	9.13198				02	096	09671	09671111
2935527	Dorstfeld	dorstfeld	DE		0	Europe/Berlin	51.50135	7.41085				07	059	05913	05913000
2935528	Dörstewitz	doerstewitz	DE		0	Europe/Berlin	51.39614	11.91643				14	00	15088	15088330
2935531	Dorste	dorste	DE		0	Europe/Berlin	51.70123	10.15335				06	00	03159	03159026
2935536	Dorsfeld	dorsfeld	DE		0	Europe/Berlin	50.8831	6.63333				07	053	05362	05362032
2935540	Dörsdorf	doersdorf	DE		0	Europe/Berlin	49.47307	6.96365				09	00	10044	10044112
2935541	Dörschnitz	doerschnitz	DE		0	Europe/Berlin	51.22624	13.3125				13	00	14627	14627130
2935542	Dorschhausen	dorschhausen	DE		0	Europe/Berlin	48.02011	10.56399				02	097	09778	09778116
2935546	Dörscheid	doerscheid	DE		455	Europe/Berlin	50.1	7.75		Dershajd,Djorshajd,Doerscheid,Dörscheid,de er sha yi de,Дершајд,Дёршайд,德尔沙伊德	07141031	08	00	07141	07141031
2935547	Dorsbrunn	dorsbrunn	DE		0	Europe/Berlin	49.09471	10.90772				02	095	09577	09577161
2935549	Dörrwiese	doerrwiese	DE		0	Europe/Berlin	49.80835	7.06193				08	00	07231	07231502
2935550	Dörrwalde	doerrwalde	DE		0	Europe/Berlin	51.58749	14.06242				11	00	12066	12066112
2935551	Dörrnwasserlos	dorrnwasserlos	DE		0	Europe/Berlin	50.02462	11.06581				02	094	09471	09471185
2935554	Dörrmorsbach	dorrmorsbach	DE		0	Europe/Berlin	49.9453	9.22874				02	096	09671	09671124
2935555	Dörrmenz	dorrmenz	DE		0	Europe/Berlin	49.2	9.93556				01	081	08127	08127046
2935557	Dörrigsen	doerrigsen	DE		0	Europe/Berlin	51.75477	9.86006		Doerrigsen		06	00	03155	03155013
2935558	Dörriesloh	doerriesloh	DE		0	Europe/Berlin	52.78056	8.887				06	00	03251	03251001
2935559	Dörrieloh	doerrieloh	DE		0	Europe/Berlin	52.59832	8.71635				06	00	03251	03251043
2935563	Dörrenzimmern	dorrenzimmern	DE		0	Europe/Berlin	49.33491	9.6722				01	081	08126	08126039
2935564	Dörrenzimmern	dorrenzimmern	DE		0	Europe/Berlin	49.08889	9.85379				01	081	08127	08127076
2935565	Dörrensolz	doerrensolz	DE		0	Europe/Berlin	50.6052	10.25549				15	00	16066	16066086
2935566	Dörrenhof	doerrenhof	DE		0	Europe/Berlin	50.45641	9.89645				05	066	06631	06631010
2935567	Dörrenberg	doerrenberg	DE		0	Europe/Berlin	50.99736	7.4885				07	053	05374	05374008
2935571	Dörrenbach	doerrenbach	DE		0	Europe/Berlin	51.0699	7.41567				07	053	05374	05374052
2935572	Dörrenbach	doerrenbach	DE		0	Europe/Berlin	49.43378	7.23523				09	00	10046	10046117
2935578	Dörrebach	doerrebach	DE		754	Europe/Berlin	49.94538	7.72019		Derebakh,Djorrebakh,de lei ba he,Деребах,Дёрребах,德雷巴赫	07133025	08	00	07133	07133025
2935580	Dörrberg	doerrberg	DE		0	Europe/Berlin	50.72919	10.79312				15	00	16070	16070057
2935584	Dörpum	doerpum	DE		0	Europe/Berlin	54.65177	8.99743				10	00	01054	01054014
2935587	Dörpstedt	doerpstedt	DE		558	Europe/Berlin	54.12658	9.58973				10	00	01058	01058125
2935589	Dörpmühle	doerpmuehle	DE		0	Europe/Berlin	51.16376	7.30055				07	051	05120	05120000
2935590	Dörpling	doerpling	DE		604	Europe/Berlin	54.25922	9.30503		Doerpling,Dorpling,Dörpling	01051023	10	00	01051	01051023
2935591	Dörpinghausen	doerpinghausen	DE		0	Europe/Berlin	51.13416	7.4616				07	053	05374	05374052
2935592	Dörpholz	doerpholz	DE		0	Europe/Berlin	51.17431	7.29047				07	051	05120	05120000
2935595	Dörperhöhe	doerperhoehe	DE		0	Europe/Berlin	51.18017	7.30456				07	051	05120	05120000
2935596	Dorperhof	dorperhof	DE		0	Europe/Berlin	51.15636	7.12156				07	051	05122	05122000
2935599	Dörpel	doerpel	DE		0	Europe/Berlin	52.67159	8.58513				06	00	03251	03251017
2935600	Dörpe	doerpe	DE		0	Europe/Berlin	52.13243	9.56283				06	00	03252	03252004
2935601	Dörpe	doerpe	DE		0	Europe/Berlin	51.16667	7.3				07	051	05120	05120000
2935602	Dörpe	doerpe	DE		0	Europe/Berlin	51.05095	7.31212				07	053	05378	05378012
2935603	Dorpe	dorpe	DE		0	Europe/Berlin	51.01113	7.2014				07	053	05378	05378012
2935604	Dorp	dorp	DE		0	Europe/Berlin	51.24448	6.92058				07	051	05111	05111000
2935605	Dorp	dorp	DE		0	Europe/Berlin	51.14879	6.28308				07	053	05370	05370040
2935607	Dorow	dorow	DE		0	Europe/Berlin	54.01145	12.82302				12	00	13073	13073032
2935608	Dorotheenwalde	dorotheenwalde	DE		0	Europe/Berlin	53.50816	14.16962				12	00	13075	13075119
2935614	Dorotheenhof	dorotheenhof	DE		0	Europe/Berlin	53.8745	13.08997				12	00	13071	13071148
2935615	Dorotheenhof	dorotheenhof	DE		0	Europe/Berlin	52.4	12.4				11	00	12051	12051000
2935621	Dörnwolf	dornwolf	DE		0	Europe/Berlin	51.51667	14.1				11			
2935622	Dornwerth	dornwerth	DE		0	Europe/Berlin	51.23333	7.71667				07	059	05962	05962032
2935624	Dornweiler	dornweiler	DE		0	Europe/Berlin	48.21404	10.09214				02	097	09775	09775129
2935628	Dornwang	dornwang	DE		0	Europe/Berlin	48.66569	12.43467				02	092	09279	09279128
2935631	Dornumersiel	dornumersiel	DE		429	Europe/Berlin	53.67697	7.47409	3			06	00	03452	03452027
2935632	Dornumergrode	dornumergrode	DE		0	Europe/Berlin	53.67158	7.43582				06	00	03452	03452027
2935635	Dörnthal	doernthal	DE		0	Europe/Berlin	50.73372	13.34878				13	00	14521	14521460
2935636	Dörnthal	dornthal	DE		0	Europe/Berlin	50.33074	11.78401				02	094	09475	09475171
2935637	Dörnten	doernten	DE		0	Europe/Berlin	51.97505	10.4001				06	00	03153	03153008
2935638	Dörntal	dorntal	DE		0	Europe/Berlin	49.52283	9.47715				01	082	08225	08225109
2935640	Dornswalde	dornswalde	DE		0	Europe/Berlin	52.04697	13.59862				11	00	12072	12072014
2935644	Dörnsteinbach	dornsteinbach	DE		0	Europe/Berlin	50.092	9.17823		Dornsteinbach,Dörnsteinbach		02	096	09671	09671143
2935648	Dornsode	dornsode	DE		0	Europe/Berlin	53.56756	9.03731				06	00	03352	03352002
2935649	Dornsiepen	dornsiepen	DE		0	Europe/Berlin	51.15	7.1				07	051	05122	05122000
2935651	Dornseifen	dornseifen	DE		0	Europe/Berlin	50.95	7.96667				07	059	05970	05970024
2935653	Dörnscheid	doernscheid	DE		0	Europe/Berlin	50.93969	7.84971				07	059	05966	05966028
2935655	Dorns	dorns	DE		0	Europe/Berlin	47.76732	10.27377				02	097	09763	09763000
2935658	Dornreichenbach	dornreichenbach	DE		0	Europe/Berlin	51.36943	12.86522		Dornreichenbach		13	00	14729	14729245
2935664	Dornitzen	dornitzen	DE		0	Europe/Berlin	48.26177	12.82882				02	091	09171	09171123
2935665	Dörnitz	doernitz	DE		269	Europe/Berlin	52.20952	12.19871		Dornitz,Dörnitz		14	00	15086	15086140
2935669	Dörnigheim	doernigheim	DE		0	Europe/Berlin	50.13792	8.83582		Dornigheim,Dörnigheim		05	064	06435	06435019
2935672	Dörnick	doernick	DE		282	Europe/Berlin	54.16357	10.35957		Doernick,Dornick,Dörnick	01057017	10	00	01057	01057017
2935675	Dörnholzhausen	doernholzhausen	DE		0	Europe/Berlin	51.05689	8.87412				05	066	06635	06635011
2935679	Dornholz	dornholz	DE		0	Europe/Berlin	50.4	11.85				15			
2935680	Dörnholthausen	doernholthausen	DE		0	Europe/Berlin	51.28466	7.98977				07	059	05958	05958044
2935682	Dornhof	dornhof	DE		0	Europe/Berlin	48.89536	13.14746				02	092	09276	09276126
2935683	Dörnhof	dornhof	DE		0	Europe/Berlin	50.06446	11.36192				02	094	09477	09477124
2935684	Dornhof	dornhof	DE		0	Europe/Berlin	50.02405	12.20621				02	093	09377	09377131
2935685	Dörnhof	dornhof	DE		0	Europe/Berlin	49.95531	11.50037				02	094	09462	09462000
2935686	Dörnhof	dornhof	DE		0	Europe/Berlin	49.87678	11.3012		Dornhof,Dörnhof		02	094	09472	09472115
2935687	Dörnhof	dornhof	DE		0	Europe/Berlin	49.68148	11.27825				02	094	09474	09474132
2935699	Dornhausen	dornhausen	DE		0	Europe/Berlin	49.35845	10.35476		Dornhausen		02	095	09571	09571155
2935700	Dornhausen	dornhausen	DE		0	Europe/Berlin	49.08695	10.81944		Dornhausen		02	095	09577	09577172
2935701	Dornhaselbach	dornhaselbach	DE		0	Europe/Berlin	48.48366	11.9135				02	091	09178	09178155
2935704	Dörnhagen	doernhagen	DE		0	Europe/Berlin	51.22881	9.50093				05	066	06633	06633008
2935706	Dörnfeld an der Ilm	doernfeld-an-der-ilm	DE		0	Europe/Berlin	50.73467	11.03548		Dornfeld,Dornfeld an der Ilm,Dörnfeld,Dörnfeld an der Ilm		15	00	16070	16070048
2935707	Dörnfeld an der Heide	doernfeld-an-der-heide	DE		0	Europe/Berlin	50.66426	11.07313		Dornfeld,Dornfeld an der Heide,Dörnfeld,Dörnfeld an der Heide		15	00	16073	16073112
2935708	Dorney	dorney	DE		0	Europe/Berlin	51.48065	7.36987		Dorney		07	059	05954	05954036
2935713	Dörnerholz	doernerholz	DE		0	Europe/Berlin	51.74301	8.7988				07	057	05774	05774032
2935723	Dorneburg	dorneburg	DE		0	Europe/Berlin	51.53333	7.18333				07	059	05916	05916000
2935734	Dorndiel	dorndiel	DE		0	Europe/Berlin	49.86636	9.01546				05	064	06432	06432010
2935735	Dornbuschermoor	dornbuschermoor	DE		0	Europe/Berlin	53.72607	9.32365				06	00	03359	03359013
2935737	Dornbusch	dornbusch	DE		0	Europe/Berlin	53.73509	9.3454				06	00	03359	03359013
2935738	Dornbusch	dornbusch	DE		0	Europe/Berlin	51.29412	6.32306		Dornbusch		07	051	05166	05166032
2935747	Dörnberg	doernberg	DE		0	Europe/Berlin	51.34198	9.34164				05	066	06633	06633011
2935748	Dörnberg	doernberg	DE		0	Europe/Berlin	51.31541	8.42252				07	059	05958	05958008
2935779	Dörnbach	doernbach	DE		0	Europe/Berlin	49.61464	7.79224				08	00	07333	07333502
2935785	Dornau	dornau	DE		0	Europe/Berlin	49.89701	9.18861		Dornau		02	096	09676	09676160
2935786	Dornau	dornau	DE		0	Europe/Berlin	47.79933	10.89622				02	091	09190	09190148
2935791	Dorn Assenheim	dorn-assenheim	DE		0	Europe/Berlin	50.33895	8.84175				05	064	06440	06440021
2935793	Dornap	dornap	DE		0	Europe/Berlin	51.25427	7.06047		Dornap		07	051	05124	05124000
2935794	Dornahof	dornahof	DE		0	Europe/Berlin	47.95109	9.54647				01	084	08436	08436005
2935798	Dörnach	dornach	DE		0	Europe/Berlin	50.26151	11.44314				02	094	09476	09476184
2935799	Dornach	dornach	DE		0	Europe/Berlin	48.6309	12.89877		Dornach		02	092	09279	09279113
2935800	Dörnach	dornach	DE		0	Europe/Berlin	48.57774	9.19581				01	084	08415	08415060
2935801	Dornach	dornach	DE		0	Europe/Berlin	48.15	11.68362				02	091	09184	09184112
2935802	Dornach	dornach	DE		0	Europe/Berlin	47.59036	9.7688				02	097	09776	09776126
2935807	Dörna	doerna	DE		0	Europe/Berlin	51.23808	10.36726				15	00	16064	16064073
2935810	Dorn	dorn	DE		0	Europe/Berlin	50.99013	7.62045		Dorn		07	053	05374	05374040
2935811	Dorn	dorn	DE		0	Europe/Berlin	48.71209	13.63712				02	092	09272	09272151
2935815	Dörmte	doermte	DE		0	Europe/Berlin	53.0202	10.71064				06	00	03360	03360015
2935819	Dormecke	dormecke	DE		0	Europe/Berlin	51.21812	8.1153				07	059	05958	05958016
2935821	Dörmbach an der Milseburg	doermbach-an-der-milseburg	DE		0	Europe/Berlin	50.56277	9.92242				05	066	06631	06631012
2935822	Dörmbach	doermbach	DE		0	Europe/Berlin	50.51626	9.82907				05	066	06631	06631003
2935827	Dörlinbachergrund	dorlinbachergrund	DE		0	Europe/Berlin	48.24103	7.89382				01	083	08317	08317026
2935828	Dörlinbach	dorlinbach	DE		0	Europe/Berlin	48.2461	7.95599				01	083	08317	08317121
2935829	Dörlesberg	dorlesberg	DE		0	Europe/Berlin	49.71263	9.50238		Dorlesberg,Dörlesberg		01	081	08128	08128131
2935830	Dörlbach	dorlbach	DE		0	Europe/Berlin	49.35515	11.35154				02	095	09574	09574117
2935831	Dorlar	dorlar	DE		0	Europe/Berlin	51.22094	8.23605		Dorlar		07	059	05958	05958040
2935832	Dorlar	dorlar	DE		0	Europe/Berlin	50.57626	8.56393		Dorlar		05	065	06532	06532015
2935833	Dorla	dorla	DE		0	Europe/Berlin	51.1675	9.31942		Dorla		05	066	06634	06634007
2935836	Döringstadt	doringstadt	DE		0	Europe/Berlin	50.08064	10.9315				02	094	09478	09478120
2935839	Döringsdorf	doeringsdorf	DE		0	Europe/Berlin	51.21578	10.16394		Doeringsdorf,Doringsdorf,Döringsdorf		15	00	16061	16061035
2935840	Döringsbrück	doeringsbrueck	DE		0	Europe/Berlin	52.7849	13.10177				11	00	12065	12065165
2935844	Dörholt	doerholt	DE		0	Europe/Berlin	51.95873	7.30974				07	055	05558	05558008
2935845	Dorheim	dorheim	DE		0	Europe/Berlin	50.97818	9.23019				05	066	06634	06634016
2935846	Dorheim	dorheim	DE		0	Europe/Berlin	50.35015	8.78985				05	064	06440	06440008
2935847	Dörgenhausen	doergenhausen	DE		0	Europe/Berlin	51.41698	14.22875		Nemcy,Němcy		13	00	14625	14625240
2935849	Dorgendorf	dorgendorf	DE		0	Europe/Berlin	50.00024	10.8115				02	094	09471	09471115
2935850	Dörgen	doergen	DE		0	Europe/Berlin	52.21779	8.80265				07	057	05770	05770004
2935852	Dörgelin	doergelin	DE		0	Europe/Berlin	53.89094	12.79624				12	00	13071	13071027
2935854	Dorfwelver	dorfwelver	DE		0	Europe/Berlin	51.63557	7.95303		Dorfwelver		07	059	05974	05974048
2935855	Dorfweil	dorfweil	DE		0	Europe/Berlin	50.27915	8.45632				05	064	06434	06434009
2935856	Dorf Wehlen	dorf-wehlen	DE		0	Europe/Berlin	50.96102	14.00499				13	00	14628	14628370
2935858	Dorf Tatschow	dorf-tatschow	DE		0	Europe/Berlin	53.92507	12.00548				12	00	13072	13072095
2936035	Dorfstadt	dorfstadt	DE		0	Europe/Berlin	50.48791	12.36018		Dorfstadt,Falkenstein-Dorfstadt		13	00	14523	14523120
2936039	Dorfreihe	dorfreihe	DE		0	Europe/Berlin	53.73898	9.54347				10	00	01061	01061074
2936041	Dorf Petersdorf	dorf-petersdorf	DE		0	Europe/Berlin	54.23349	10.86918				10	00	01055	01055027
2936043	Dorfmerkingen	dorfmerkingen	DE		0	Europe/Berlin	48.79567	10.31084				01	081	08136	08136045
2936044	Dorfmark	dorfmark	DE		0	Europe/Berlin	52.9016	9.77032		Deerpmark,Thormarcon [a. 968]		06	00	03358	03358008
2936046	Dörflis bei Königsberg	dorflis-bei-konigsberg	DE		0	Europe/Berlin	50.04366	10.65989		Dorflis,Dorflis bei Konigsberg,Dörflis,Dörflis bei Königsberg		02	096	09674	09674164
2936047	Dörfling	dorfling	DE		0	Europe/Berlin	49.26041	12.50793				02	093	09372	09372161
2936048	Dörfling	dorfling	DE		0	Europe/Berlin	49.14174	12.49796				02	093	09372	09372142
2936051	Dörfles	dorfles	DE		0	Europe/Berlin	50.28436	10.99578		Doerfles,Dorfles,Dörfles		02	094	09473	09473120
2936052	Dörfles	doerfles	DE		0	Europe/Berlin	50.26005	11.34562				02	094	09476	09476145
2936053	Dörfles	dorfles	DE		0	Europe/Berlin	50.25892	10.92854				02	094	09463	09463000
2936054	Dörfles	dorfles	DE		0	Europe/Berlin	50.07977	11.31514				02	094	09477	09477136
2936055	Dörfles	dorfles	DE		0	Europe/Berlin	49.69371	11.29344				02	094	09474	09474156
2936058	Dörfleins	dorfleins	DE		0	Europe/Berlin	49.93144	10.85964				02	094	09471	09471140
2936059	Dörflein	dorflein	DE		0	Europe/Berlin	49.4017	10.47693				02	095	09571	09571183
2936060	Dörfle	dorfle	DE		0	Europe/Berlin	47.63333	8.13333				01	083	08337	08337002
2936061	Dörfle	dorfle	DE		0	Europe/Berlin	49.08333	9.48333				01	081	08125	08125107
2936062	Dörfle	dorfle	DE		0	Europe/Berlin	48.38282	8.43014				01	082	08237	08237002
2936063	Dörfle	dorfle	DE		0	Europe/Berlin	48.26667	8.4				01	083	08325	08325001
2936067	Dörflas bei Marktredwitz	dorflas-bei-marktredwitz	DE		0	Europe/Berlin	49.99395	12.08972		Dorflas,Dorflas bei Marktredwitz,Dörflas,Dörflas bei Marktredwitz		02	094	09479	09479136
2936068	Dörflas bei Kirchenlamitz	dorflas-bei-kirchenlamitz	DE		0	Europe/Berlin	50.17742	11.984				02	094	09479	09479129
2936069	Dörflas	doerflas	DE		0	Europe/Berlin	50.57843	11.69453				15	00	16075	16075098
2936070	Dörflas	dorflas	DE		0	Europe/Berlin	50.37296	11.65765				02	094	09475	09475146
2936071	Dörflas	dorflas	DE		0	Europe/Berlin	49.99417	11.5744				02	094	09472	09472119
2936072	Dörflas	dorflas	DE		0	Europe/Berlin	49.58211	10.81887				02	095	09572	09572114
2936073	Dörfl	dorfl	DE		0	Europe/Berlin	49.01417	12.88739				02	092	09276	09276128
2936074	Dörfl	dorfl	DE		0	Europe/Berlin	48.99469	13.30161				02	092	09276	09276121
2936075	Dörfl	dorfl	DE		0	Europe/Berlin	48.65117	11.52723				02	091	09186	09186147
2936076	Dörfl	dorfl	DE		0	Europe/Berlin	48.36871	12.49636				02	091	09183	09183129
2936077	Dörfl	dorfl	DE		0	Europe/Berlin	48.14691	12.25354				02	091	09183	09183118
2936078	Dörfl	dorfl	DE		0	Europe/Berlin	47.62748	12.14851				02	091	09187	09187148
2936081	Dorfkulm	dorfkulm	DE		0	Europe/Berlin	50.68024	11.37179		Dorfkulm		15	00	16073	16073111
2936082	Dorfkemmathen	dorfkemmathen	DE		0	Europe/Berlin	49.08361	10.44472				02	095	09571	09571170
2936083	Dorfitter	dorfitter	DE		0	Europe/Berlin	51.23754	8.89122		Dorfitter		05	066	06635	06635019
2936084	Dorfilm	dorfilm	DE		0	Europe/Berlin	50.56652	11.53939		Dorfilm		15	00	16073	16073106
2936085	Dorfheide	dorfheide	DE		0	Europe/Berlin	51.8245	7.03943				07	055	05554	05554044
2936086	Dorfhaus	dorfhaus	DE		0	Europe/Berlin	49.62545	11.2627				02	094	09474	09474173
2936088	Dorfhammerles	dorfhammerles	DE		0	Europe/Berlin	49.73169	12.04451				02	093	09374	09374144
2936090	Dorfhagen	dorfhagen	DE		0	Europe/Berlin	53.33937	8.68161		Dorfhagen		06	00	03352	03352060
2936091	Dorf Gutow	dorf-gutow	DE		0	Europe/Berlin	53.9153	11.13446		Dorf Gutow,Gutow		12	00	13074	13074016
2936092	Dorfgütingen	dorfguetingen	DE		0	Europe/Berlin	49.21583	10.30276				02	095	09571	09571145
2936093	Dorf Güll	dorf-guell	DE		0	Europe/Berlin	50.50437	8.75645				05	065	06531	06531014
2936095	Dorfgmünd	dorfgmund	DE		0	Europe/Berlin	49.69607	11.95421				02	093	09374	09374124
2936096	Dorff	dorff	DE		0	Europe/Berlin	50.73996	6.20017		Dorff		07	053	05334	05334032
2936097	Dorferrott	dorferrott	DE		0	Europe/Berlin	51.72106	6.59773		Dorferott,Dorferrott		07	051	05170	05170012
2936098	Dörferdeich	doerferdeich	DE		0	Europe/Berlin	53.87271	9.3172				10	00	01061	01061018
2936099	Dorf Erbach	dorf-erbach	DE		0	Europe/Berlin	49.66452	9.00884		Dorf Erbach		05	064	06437	06437006
2936114	Dörfel	doerfel	DE		0	Europe/Berlin	50.65	13.18333				13	00	14521	14521390
2936115	Dörfel	doerfel	DE		0	Europe/Berlin	50.58503	12.9534				13	00	14521	14521520
2936116	Dorf Döberitz	dorf-doeberitz	DE		0	Europe/Berlin	52.5	13.06667		Doberitz,Dorf Doberitz,Dorf Döberitz,Döberitz		11	00	12063	12063056
2936118	Dörfchen	doerfchen	DE		0	Europe/Berlin	51.79232	13.03098				14	00	15091	15091145
2936119	Dorfchemnitz	dorfchemnitz	DE		0	Europe/Berlin	50.76667	13.45		Dorfchemnitzi vald,Dorfkemnic,Dorfkhemnic,duo fu xie mu ni ci,Дорфкемниц,Дорфхемниц,多夫歇姆尼茨	14522090	13	00	14522	14522090
2936120	Dorfchemnitz	dorfchemnitz	DE		1803	Europe/Berlin	50.66363	12.83651				13	00	14521	14521710
2936121	Dorfborn	dorfborn	DE		0	Europe/Berlin	50.46597	9.62874				05	066	06631	06631018
2936123	Dorfbauerschaft	dorfbauerschaft	DE		0	Europe/Berlin	52.21667	7.33333				07	055	05566	05566096
2936124	Dorfbauerschaft	dorfbauerschaft	DE		0	Europe/Berlin	51.9	7.2				07	055	05558	05558012
2936125	Dorfbauerschaft	dorfbauerschaft	DE		0	Europe/Berlin	51.75	6.6				07	051	05170	05170012
2936127	Dorfbauer	dorfbauer	DE		0	Europe/Berlin	52.13523	7.98967				07	055	05566	05566044
2936137	Dorfbach	dorfbach	DE		0	Europe/Berlin	48.52667	13.23695				02	092	09275	09275138
2936138	Dorfbach	dorfbach	DE		0	Europe/Berlin	47.92293	12.29636				02	091	09187	09187128
2936139	Dorfacker	dorfacker	DE		0	Europe/Berlin	48.42243	11.64646				02	091	09178	09178137
2936140	Dorf	dorf	DE		0	Europe/Berlin	48.62169	13.15948				02	092	09275	09275154
2936141	Dorf	dorf	DE		0	Europe/Berlin	49.99748	6.93321				08	00	07231	07231134
2936142	Dorf	dorf	DE		0	Europe/Berlin	49.48584	6.91809				09	00	10044	10044117
2936143	Dorf	dorf	DE		0	Europe/Berlin	48.4864	13.32965				02	092	09275	09275122
2936144	Dorf	dorf	DE		0	Europe/Berlin	48.19392	8.03446				01	083	08316	08316003
2936145	Dorf	dorf	DE		0	Europe/Berlin	47.6918	11.98265				02	091	09182	09182112
2936146	Dorf	dorf	DE		0	Europe/Berlin	47.57641	10.55614				02	097	09777	09777159
2936152	Dorenwaid	dorenwaid	DE		0	Europe/Berlin	47.68333	10				01	084	08436	08436049
2936155	Dörenthe	doerenthe	DE		0	Europe/Berlin	52.2201	7.68247		Doerenthe,Dorenthe,Dörenthe		07	055	05566	05566028
2936159	Dörenhagen	doerenhagen	DE		0	Europe/Berlin	51.67065	8.83368				07	057	05774	05774012
2936161	Dorenborg	dorenborg	DE		0	Europe/Berlin	53.18273	7.39758				06	00	03457	03457022
2936168	Dördel	doerdel	DE		0	Europe/Berlin	51.37863	7.68727				07	059	05962	05962024
2936169	Dorchheim	dorchheim	DE		0	Europe/Berlin	50.50617	8.06317		Dorchheim		05	065	06533	06533005
2936172	Dorbaum	dorbaum	DE		0	Europe/Berlin	52.0067	7.70545				07	055	05515	05515000
2936175	Dörbach	doerbach	DE		0	Europe/Berlin	49.92542	6.83219				08	00	07231	07231113
2936176	Dorath	dorath	DE		0	Europe/Berlin	51.03055	6.09919				07	053	05370	05370016
2936177	Döpshofen	dopshofen	DE		0	Europe/Berlin	48.2772	10.70339				02	097	09772	09772148
2936180	Doosthof	doosthof	DE		0	Europe/Berlin	53.43999	9.42063				06	00	03359	03359002
2936182	Doos	doos	DE		0	Europe/Berlin	49.4667	11.01526		Doos,Doos-Muggenhof		02	095	09563	09563000
2936185	Donzelgerort	donzelgerort	DE		0	Europe/Berlin	52.47026	8.59723				07	057	05770	05770040
2936188	Donstorf	donstorf	DE		0	Europe/Berlin	52.66722	8.5465				06	00	03251	03251017
2936192	Dönsel	doensel	DE		0	Europe/Berlin	52.63567	8.50943				06	00	03251	03251011
2936194	Dönschten	doenschten	DE		0	Europe/Berlin	50.82231	13.71145				13	00	14628	14628010
2936195	Donsbrüggen	donsbrueggen	DE		0	Europe/Berlin	51.79734	6.08723				07	051	05154	05154036
2936197	Donsbach	donsbach	DE		0	Europe/Berlin	50.72289	8.23843				05	065	06532	06532006
2936198	Donrath	donrath	DE		0	Europe/Berlin	50.85298	7.22688				07	053	05382	05382028
2936199	Donop	donop	DE		0	Europe/Berlin	51.98805	8.99368				07	057	05766	05766016
2936200	Dono	dono	DE		0	Europe/Berlin	52.24386	8.5473				07	057	05758	05758028
2936201	Donnstetten	donnstetten	DE		0	Europe/Berlin	48.51538	9.56501				01	084	08415	08415088
2936204	Dönnie	doennie	DE		0	Europe/Berlin	54.06579	13.03776				12	00	13073	13073089
2936205	Donnerstedt	donnerstedt	DE		0	Europe/Berlin	52.96542	8.97372				06	00	03361	03361013
2936209	Donnershag	donnershag	DE		0	Europe/Berlin	51.07876	9.91454				05	066	06636	06636011
2936211	Donnerschwee	donnerschwee	DE		0	Europe/Berlin	53.15055	8.2389				06	00	03403	03403000
2936218	Donnern	donnern	DE		0	Europe/Berlin	53.49412	8.71533				06	00	03352	03352032
2936224	Donnerburgsiedlung	donnerburgsiedlung	DE		0	Europe/Berlin	52.28333	10.51667				06	00	03101	03101000
2936226	Donnerberg	donnerberg	DE		0	Europe/Berlin	50.78348	6.2428		Donnerberg		07	053	05334	05334032
2936236	Donnbronn	donnbronn	DE		0	Europe/Berlin	49.10318	9.26625				01	081	08125	08125098
2936237	Dönkvitz	doenkvitz	DE		0	Europe/Berlin	54.37517	13.27141				12	00	13073	13073079
2936239	Dönkendorf	doenkendorf	DE		0	Europe/Berlin	53.95528	11.03638				12	00	13074	13074037
2936240	Donk	donk	DE		0	Europe/Berlin	51.23493	6.46853				07	051	05116	05116000
2936242	Dönitz	doenitz	DE		149	Europe/Berlin	52.61222	11.04589				14	00	15081	15081280
2936246	Döngesmühle	doengesmuehle	DE		0	Europe/Berlin	50.43094	9.54085				05	066	06631	06631008
2936247	Dönges	doenges	DE		0	Europe/Berlin	50.87468	10.16139				15	00	16063	16063003
2936248	Dong	dong	DE		0	Europe/Berlin	51.4714	6.57663				07	051	05170	05170028
2936249	Donebach	donebach	DE		0	Europe/Berlin	49.56097	9.19264		Donebach		01	082	08225	08225060
2936250	Dondörflein	dondorflein	DE		0	Europe/Berlin	49.55579	10.84368				02	095	09572	09572132
2936251	Dondorf	dondorf	DE		0	Europe/Berlin	50.76627	7.32578				07	053	05382	05382020
2936252	Dönberg	doenberg	DE		0	Europe/Berlin	51.29724	7.1614				07	051	05124	05124000
2936253	Donauwörth	donauwoerth	DE		18364	Europe/Berlin	48.71804	10.7793		Doanaweat,Donauv'ort,Donauvert,Donauvjort,Donauwerth,Donauwoerth,Donauworth,Donauwörth,Ntonaouvert,donauverti,donauvu~eruto,duo nao wo te,dwnawfwrt,dwnawwrth,Ντόναουβερτ,Донауверт,Донаувьорт,Донаувёрт,Դոնաուվյորթ,دوناوفورت,دوناوورث,ڈوناؤورتھ,დონაუვერთი,ドナウヴェルト,多瑙沃特	09779	02	097	09779	09779131
2936254	Donauwetzdorf	donauwetzdorf	DE		0	Europe/Berlin	48.63028	13.53221				02	092	09275	09275150
2936256	Donautal	donautal	DE		0	Europe/Berlin	48.3672	9.95361				01	084	08421	08421000
2936257	Donaustetten	donaustetten	DE		0	Europe/Berlin	48.32875	9.9337		Donaustetten,Donnaustettin		01	084	08421	08421000
2936261	Donaurieden	donaurieden	DE		0	Europe/Berlin	48.31654	9.86074				01	084	08425	08425039
2936263	Donaumünster	donaumunster	DE		0	Europe/Berlin	48.67849	10.69889				02	097	09779	09779218
2936268	Donaualtheim	donaualtheim	DE		0	Europe/Berlin	48.59386	10.48673		Donaualtheim		02	097	09773	09773125
2936271	Domsühl	domsuehl	DE		1194	Europe/Berlin	53.48723	11.77099		Domsuehl,Domsühl,Domzil,Domzjul',duo mu xu he er,Домзил,Домзюль,多姆叙赫尔		12	00	13076	13076035
2936273	Domsen	domsen	DE		0	Europe/Berlin	51.1792	12.1511				14	00	15084	15084235
2936274	Domsdorf	domsdorf	DE		0	Europe/Berlin	51.71222	14.62659		Domasojce,Domašojce,Domsdorf		11	00	12071	12071076
2936275	Domsdorf	domsdorf	DE		0	Europe/Berlin	51.63613	14.19134		Domasojce,Domašojce,Domsdorf		11	00	12071	12071057
2936276	Domsdorf	domsdorf	DE		0	Europe/Berlin	51.57429	13.40954		Domsdorf,Domsdort		11	00	12062	12062500
2936283	Dommelstadl	dommelstadl	DE		0	Europe/Berlin	48.51039	13.4414		Dommelstadel,Dommelstadl		02	092	09275	09275133
2936284	Dommelsberg	dommelsberg	DE		0	Europe/Berlin	48.41103	8.73658				01	082	08237	08237024
2936288	Dommatzen	dommatzen	DE		0	Europe/Berlin	52.9986	10.9496				06	00	03354	03354024
2936290	Domjüch	domjuech	DE		0	Europe/Berlin	53.3284	13.12039				12	00	13071	13071110
2936291	Dömitzow	doemitzow	DE		0	Europe/Berlin	54.19298	13.25423				12	00	13073	13073090
2936292	Dömitz	doemitz	DE		2522	Europe/Berlin	53.1408	11.25017		Demic,Demica,Djomic,Doemitz,Doems,Doeoems,Döms,Dööms,Dēmica,de mi ci,dwmsytz,dwmyts,ˈdoːmɪts,ˈdøːmɪts,Демиц,Дёмиц,دومسیتز,دوميتس,德米茨		12	00	13076	13076034
2936297	Dom-Esch	dom-esch	DE		0	Europe/Berlin	50.67686	6.86069		Dom-Esch,Esch		07	053	05366	05366016
2936299	Dömern	doemern	DE		0	Europe/Berlin	52.04733	6.86682				07	055	05554	05554068
2936308	Dombach im Loch	dombach-im-loch	DE		0	Europe/Berlin	49.28058	10.53334				02	095	09561	09561000
2936312	Dombach	dombach	DE		0	Europe/Berlin	50.99465	7.15577				07	053	05378	05378004
2936313	Dombach	dombach	DE		0	Europe/Berlin	50.30669	8.32318				05	065	06533	06533003
2936316	Dölzschen	doelzschen	DE		0	Europe/Berlin	51.0239	13.68508				13	00	14612	14612000
2936318	Dölzig	doelzig	DE		0	Europe/Berlin	51.35479	12.21526				13	00	14730	14730270
2936319	Dölzig	doelzig	DE		0	Europe/Berlin	50.97832	12.3128				15	00	16077	16077044
2936320	Döltsch	doltsch	DE		0	Europe/Berlin	49.77159	12.09807				02	093	09374	09374128
2936322	Dolsenhain	dolsenhain	DE		0	Europe/Berlin	51.01214	12.55875		Dolsenhain		13	00	14729	14729140
2936325	Dölme	doelme	DE		0	Europe/Berlin	51.93019	9.46575				06	00	03255	03255002
2936327	Döllwang	dollwang	DE		0	Europe/Berlin	49.19461	11.49427				02	093	09373	09373119
2936330	Döllstedt	doellstedt	DE		0	Europe/Berlin	50.76472	11.14191				15	00	16070	16070048
2936457	Döhren	doehren	DE		219	Europe/Berlin	52.34153	11.01963				14	00	15083	15083411
2936332	Döllschütz	doellschuetz	DE		0	Europe/Berlin	50.97463	11.82488				15	00	16074	16074073
2936333	Dollrottwatt	dollrottwatt	DE		0	Europe/Berlin	54.65	9.83333				10	00	01059	01059068
2936334	Dollrottholz	dollrottholz	DE		0	Europe/Berlin	54.64678	9.8064				10	00	01059	01059083
2936342	Döllnitz	doellnitz	DE		0	Europe/Berlin	52.66862	11.52565				14	00	15090	15090070
2936343	Döllnitz	doellnitz	DE		1383	Europe/Berlin	51.40777	12.02831				14	00	15088	15088330
2936344	Döllnitz	dollnitz	DE		0	Europe/Berlin	50.04606	11.39212				02	094	09477	09477124
2936345	Döllnitz	dollnitz	DE		0	Europe/Berlin	49.75746	11.97401				02	093	09374	09374149
2936346	Döllnitz	dollnitz	DE		0	Europe/Berlin	49.55925	12.27021				02	093	09374	09374132
2936347	Döllnitz	dollnitz	DE		0	Europe/Berlin	49.50122	12.1262				02	093	09376	09376153
2936350	Döllner Siedlung	doellner-siedlung	DE		0	Europe/Berlin	52.91905	13.52408				11	00	12060	12060198
2936351	Dollmannsberg	dollmannsberg	DE		0	Europe/Berlin	49.46874	11.62113				02	093	09371	09371116
2936353	Döllinghausen	doellinghausen	DE		0	Europe/Berlin	52.49509	7.77267				06	00	03459	03459026
2936354	Döllingen	doellingen	DE		0	Europe/Berlin	51.48366	13.58827		Dollingen,Dollnigen,Döllingen,Döllnigen		11	00	12062	12062372
2936361	Dollgow	dollgow	DE		0	Europe/Berlin	53.07737	13.01408				11	00	12065	12065310
2936365	Dollerupholz	dollerupholz	DE		0	Europe/Berlin	54.80532	9.71377		Dollerupholz		10	00	01059	01059178
2936367	Döllersweg	doellersweg	DE		0	Europe/Berlin	51.12385	7.19002		Dollernweg,Dollersweg,Döllersweg		07	053	05378	05378032
2936374	Dollendorf	dollendorf	DE		0	Europe/Berlin	50.37138	6.7066		Dollendorf		07	053	05366	05366008
2936376	Dollenburen	dollenburen	DE		0	Europe/Berlin	54.25	9.06667				10	00	01051	01051107
2936381	Döllen	doellen	DE		0	Europe/Berlin	52.9906	12.18539				11	00	12070	12070149
2936384	Dolldorf	dolldorf	DE		0	Europe/Berlin	52.69938	9.12493				06	00	03256	03256001
2936385	Dollbergen	dollbergen	DE		2331	Europe/Berlin	52.40671	10.18098	60	Dolberge [a. 1226],Dollbarge,Dollbargen,Dolle		06	00	03241	03241018
2936391	Döllbach	doellbach	DE		0	Europe/Berlin	50.4398	9.73389				05	066	06631	06631006
2936394	Dollahn	dollahn	DE		0	Europe/Berlin	54.41667	13.56667				12	00	13073	13073010
2936395	Dölkau	doelkau	DE		0	Europe/Berlin	51.36019	12.15007				14	00	15088	15088205
2936396	Dölitzsch	doelitzsch	DE		0	Europe/Berlin	51.00664	12.72736				13	00	14729	14729150
2936398	Dölitz	doelitz	DE		0	Europe/Berlin	53.94944	12.68137				12	00	13072	13072035
2936399	Dölitz	doelitz	DE		0	Europe/Berlin	51.28682	12.39909		Doelitz-Doesen,Dölitz-Dösen		13	00	14713	14713000
2936400	Dolgowitz	dolgowitz	DE		0	Europe/Berlin	51.11502	14.74004		Dolgowitz,Dolhacicy,Dołhaćicy		13	00	14626	14626290
2936401	Dolgow	dolgow	DE		0	Europe/Berlin	52.93674	11.11645				06	00	03354	03354026
2936402	Dolglas	dolglas	DE		0	Europe/Berlin	53.94144	11.84069				12	00	13072	13072093
2936415	Dolgemost	dolgemost	DE		0	Europe/Berlin	54.38218	13.48294		Dolgemost,Gut Dolgemost		12	00	13073	13073070
2936417	Dolgelin	dolgelin	DE		0	Europe/Berlin	52.4957	14.40593				11	00	12064	12064290
2936426	Doldenhausen	doldenhausen	DE		0	Europe/Berlin	48.07914	10.46618				02	097	09778	09778173
2936428	Dolchau	dolchau	DE		0	Europe/Berlin	52.7233	11.46166				14	00	15081	15081240
2936430	Dolberg	dolberg	DE		0	Europe/Berlin	51.70906	7.9202				07	055	05570	05570004
2936431	Dölbau	doelbau	DE		1209	Europe/Berlin	51.46701	12.05735				14	00	15088	15088150
2936433	Dölau	doelau	DE		0	Europe/Berlin	51.51044	11.88584				14	00	15002	15002000
2936436	Doktorsdhünn	doktorsdhuenn	DE		0	Europe/Berlin	51.06667	7.23333				07	053	05378	05378012
2936440	Döingen	doeingen	DE		0	Europe/Berlin	50.94066	7.82628				07	059	05966	05966028
2936441	Doidorf	doidorf	DE		0	Europe/Berlin	48.53491	11.87864				02	091	09178	09178132
2936443	Dohrgaul	dohrgaul	DE		0	Europe/Berlin	51.09706	7.44828		Dohrgaul		07	053	05374	05374052
2936451	Dohrenbach	dohrenbach	DE		0	Europe/Berlin	51.31028	9.83371		Dohrenbach		05	066	06636	06636016
2936452	Döhren	doehren	DE		0	Europe/Berlin	52.3379	9.76265		Doehren,Dohren,Döhren		06	00	03241	03241001
2936455	Döhren	doehren	DE		0	Europe/Berlin	52.87909	8.73685				06	00	03251	03251007
2936456	Döhren	doehren	DE		0	Europe/Berlin	52.43188	9.0339				07	057	05770	05770028
2936458	Döhren	doehren	DE		0	Europe/Berlin	52.14558	8.55036				07	057	05758	05758008
2936460	Döhrel	doehrel	DE		0	Europe/Berlin	52.68055	8.87712		Dohrei,Döhrei		06	00	03251	03251040
2936464	Dohnsen	dohnsen	DE		0	Europe/Berlin	52.82165	10.02485				06	00	03351	03351004
2936465	Dohnsen	dohnsen	DE		0	Europe/Berlin	52.00877	9.57218				06	00	03255	03255016
2936466	Döhnsdorf	doehnsdorf	DE		0	Europe/Berlin	54.29439	10.73072				10	00	01055	01055043
2936474	Dohm	dohm	DE		0	Europe/Berlin	51.09657	7.09373				07	053	05378	05378008
2936475	Dohm	dohm	DE		0	Europe/Berlin	50.26667	6.66667				08	00	07233	07233019
2936483	Döhlen	doehlen	DE		0	Europe/Berlin	52.96946	8.25318				06	00	03458	03458007
2936484	Döhlen	doehlen	DE		0	Europe/Berlin	51.60608	13.02532				13	00	14730	14730030
2936485	Döhlen	doehlen	DE		0	Europe/Berlin	51.28249	12.19592				13	00	14729	14729270
2936486	Döhlen	doehlen	DE		0	Europe/Berlin	51.21428	13.07748				13	00	14522	14522450
2936487	Döhlen	doehlen	DE		0	Europe/Berlin	51.19203	12.30154				13	00	14729	14729430
2936488	Döhlen	doehlen	DE		0	Europe/Berlin	51.13564	14.49482		Delany		13	00	14625	14625290
2936489	Döhlen	doehlen	DE		0	Europe/Berlin	51.05008	12.82376				13	00	14522	14522530
2936490	Döhlen	doehlen	DE		0	Europe/Berlin	51.00723	13.6448				13	00	14628	14628110
2936491	Döhlen	doehlen	DE		0	Europe/Berlin	50.7423	11.75384				15	00	16075	16075073
2936492	Döhlen	doehlen	DE		0	Europe/Berlin	50.58511	11.37282				15	00	16073	16073067
2936494	Döhle	doehle	DE		0	Europe/Berlin	53.16301	10.03903		Doehl,Doehle,Döhl,Döhle		06	00	03353	03353009
2936495	Döhlbergen	doehlbergen	DE		0	Europe/Berlin	52.89852	9.19434				06	00	03361	03361012
2936496	Döhlau	doehlau	DE		0	Europe/Berlin	50.36916	11.04573				15	00	16072	16072023
2936499	Dögnitz	doegnitz	DE		0	Europe/Berlin	51.38868	12.6701				13	00	14729	14729250
2936500	Döging	doging	DE		0	Europe/Berlin	47.96685	12.4934				02	091	09189	09189143
2936501	Döggingen	doggingen	DE		0	Europe/Berlin	47.89166	8.43473				01	083	08326	08326006
2936502	Dögerode	doegerode	DE		0	Europe/Berlin	51.80313	10.06406				06	00	03155	03155006
2936504	Döfreuth	dofreuth	DE		0	Europe/Berlin	48.47555	13.39913				02	092	09275	09275134
2936505	Döffingen	doffingen	DE		0	Europe/Berlin	48.71065	8.91326		Doewffingen		01	081	08115	08115054
2936506	Döfering	dofering	DE		0	Europe/Berlin	49.34018	12.63173				02	093	09372	09372157
2936507	Doferhof	doferhof	DE		0	Europe/Berlin	48.70404	11.13699				02	091	09185	09185157
2936508	Doenhausen	doenhausen	DE		0	Europe/Berlin	52.77212	9.22774		Doenhausen,Donhausen,Dönhausen,Eystrup-Doenhausen		06	00	03256	03256007
2936514	Dodesheide	dodesheide	DE		0	Europe/Berlin	52.30473	8.07169		Dodesheide		06	00	03404	03404000
2936518	Dodenhausen	dodenhausen	DE		0	Europe/Berlin	51.01109	9.04947				05	066	06635	06635013
2936520	Dodendorf	dodendorf	DE		0	Europe/Berlin	52.04067	11.61564				14	00	15083	15083490
2936522	Dodenau	dodenau	DE		0	Europe/Berlin	51.02585	8.59527				05	066	06635	06635004
2936530	Döckritz	doeckritz	DE		0	Europe/Berlin	51.53712	11.94992				14	00	15088	15088295
2936531	Döcklitz	doecklitz	DE		0	Europe/Berlin	51.40498	11.62315				14	00	15088	15088265
2936534	Döckingen	dockingen	DE		0	Europe/Berlin	48.9332	10.76079				02	095	09577	09577162
2936535	Dockenhuden	dockenhuden	DE		0	Europe/Berlin	53.56019	9.82847				04	00	02000	02000000
2936538	Döbschütz	doebschuetz	DE		0	Europe/Berlin	51.19128	14.75814				13	00	14626	14626570
2936539	Dobschütz	dobschuetz	DE		0	Europe/Berlin	51.1455	13.28364				13	00	14627	14627180
2936541	Döbschke	doebschke	DE		0	Europe/Berlin	51.19465	14.31789		Debiskow,Debiškow		13	00	14625	14625150
2936544	Dobrock	dobrock	DE		0	Europe/Berlin	53.72556	9.09677				06	00	03352	03352056
2936546	Döbritzchen	doebritzchen	DE		0	Europe/Berlin	51.25637	13.56321		Dobritzchen,Dobritzschen,Döbritzchen,Döbritzschen		13	00	14627	14627200
2936550	Döbritz	doebritz	DE		190	Europe/Berlin	50.69437	11.64042			16075016	15	00	16075	16075016
2936551	Döbritschen	doebritschen	DE		0	Europe/Berlin	51.04334	11.67664				15	00	16074	16074011
2936553	Döbris	doebris	DE		68	Europe/Berlin	51.11667	12.13333		Dobris,Döbris		14	00	15084	15084590
2936554	Dobrigau	dobrigau	DE		0	Europe/Berlin	49.93667	12.28894				02	093	09377	09377137
2936555	Döbrichau	doebrichau	DE		0	Europe/Berlin	51.59541	13.12935				13	00	14730	14730030
2936556	Döbrastöcken	dobrastocken	DE		0	Europe/Berlin	50.28933	11.65721				02	094	09475	09475156
2936558	Dobraschütz	dobraschuetz	DE		0	Europe/Berlin	50.97157	12.28426				15	00	16077	16077044
2936559	Dobranitz	dobranitz	DE		0	Europe/Berlin	51.19362	14.26198		Dobranecy,Dobranitz		13	00	14625	14625150
2936565	Dobra	dobra	DE		0	Europe/Berlin	51.51567	13.44545				11	00	12062	12062024
2936566	Döbra	doebra	DE		0	Europe/Berlin	51.33536	14.17103		Debricy		13	00	14625	14625420
2936567	Dobra	dobra	DE		0	Europe/Berlin	51.25805	13.77239				13	00	14627	14627290
2936568	Dobra	dobra	DE		0	Europe/Berlin	51.0137	14.02731				13	00	14628	14628100
2936569	Dobra	dobra	DE		0	Europe/Berlin	50.91755	12.26243				15	00	16077	16077043
2936570	Döbra	doebra	DE		0	Europe/Berlin	50.83722	13.83972				13	00	14628	14628230
2936571	Döbra	dobra	DE		0	Europe/Berlin	50.28213	11.65894				02	094	09475	09475169
2936573	Doblstein	doblstein	DE		0	Europe/Berlin	48.57724	13.40225				02	092	09262	09262000
2936574	Döblitz	doeblitz	DE		189	Europe/Berlin	51.55693	11.82942				14	00	15088	15088216
2936575	Döblitz	doeblitz	DE		0	Europe/Berlin	50.74029	11.84958		Doblitz,Döblitz,Loblitz,Löblitz		15	00	16075	16075116
2936578	Doblham	doblham	DE		0	Europe/Berlin	48.41533	13.05619				02	092	09277	09277113
2936581	Döbler	dobler	DE		0	Europe/Berlin	48.5	13.26667				02	092	09275	09275145
2936582	Doblberg	doblberg	DE		0	Europe/Berlin	48.01077	11.87279				02	091	09175	09175121
2936584	Dobl	dobl	DE		0	Europe/Berlin	48.48616	13.37088				02	092	09275	09275133
2936585	Dobl	dobl	DE		0	Europe/Berlin	48.65597	13.195				02	092	09275	09275154
2936586	Dobl	dobl	DE		0	Europe/Berlin	48.47184	13.21312				02	092	09275	09275124
2936587	Dobl	dobl	DE		0	Europe/Berlin	48.40835	13.12145				02	092	09277	09277112
2936588	Dobl	dobl	DE		0	Europe/Berlin	48.35434	13.19587				02	092	09275	09275143
2936589	Dobl	dobl	DE		0	Europe/Berlin	48.2459	12.98481				02	092	09277	09277128
2936590	Dobl	dobl	DE		0	Europe/Berlin	47.97565	12.12655				02	091	09187	09187170
2936598	Döbitzschen	doebitzschen	DE		0	Europe/Berlin	51.08317	12.24297				14	00	15084	15084130
2936599	Döbitz	doebitz	DE		0	Europe/Berlin	51.38333	12.51667				13	00	14730	14730300
2936601	Dobis	dobis	DE		0	Europe/Berlin	51.61365	11.76556		Dobis		14	00	15088	15088216
2936603	Dobien	dobien	DE		1339	Europe/Berlin	51.90519	12.61068		Dobien,Reinsdorf Nord		14	00	15091	15091375
2936604	Dobichau	dobichau	DE		0	Europe/Berlin	51.20013	11.83513				14	00	15084	15084135
2936605	Dobian	dobian	DE		0	Europe/Berlin	50.65324	11.5214				15	00	16075	16075129
2936606	Dobia	dobia	DE		0	Europe/Berlin	50.60967	12.07625		Dobia		15	00	16076	16076087
2936607	Doberzeit	doberzeit	DE		0	Europe/Berlin	50.98432	13.9692				13	00	14628	14628240
2936609	Dobertshof	dobertshof	DE		0	Europe/Berlin	49.80972	11.82063				02	093	09374	09374157
2936610	Doberstau	doberstau	DE		0	Europe/Berlin	51.51646	12.20529				13	00	14730	14730340
2936611	Döbersing	dobersing	DE		0	Europe/Berlin	49.28678	12.73945				02	093	09372	09372174
2936614	Doberschwitz	doberschwitz	DE		0	Europe/Berlin	51.19358	12.90505				13	00	14522	14522310
2936617	Doberschütz	doberschuetz	DE		0	Europe/Berlin	51.27091	14.26811		Dobrosicy,Dobrošicy		13	00	14625	14625360
2936618	Doberschütz	doberschuetz	DE		0	Europe/Berlin	51.21984	14.49749		Dobrosecy,Dobrošecy		13	00	14625	14625340
2936620	Doberschau	doberschau	DE		1187	Europe/Berlin	51.15185	14.39553		Doberschau,Dobrusa,Dobruša		13	00	14625	14625110
2936621	Doberquitz	doberquitz	DE		0	Europe/Berlin	51.19799	12.91604				13	00	14522	14522310
2936622	Doberow	doberow	DE		0	Europe/Berlin	52.32307	12.7117				11	00	12069	12069306
2936623	Döbernitz	doebernitz	DE		2896	Europe/Berlin	51.51241	12.34753				13	00	14730	14730070
2936625	Döberner Grenze	doeberner-grenze	DE		0	Europe/Berlin	51.6318	14.60082				11	00	12071	12071294
2936626	Döbern	doebern	DE		0	Europe/Berlin	51.25	12.91667				13	00	14729	14729160
2936627	Derbno	derbno	DE		0	Europe/Berlin	51.61594	14.59811		Debern,Derbno,Djobern,Doebern,Dyobern,Döbern,de bei er en,dwbrn,Деберн,Дёберн,Դյոբերն,دوبرن,德贝尔恩		11	00	12071	12071044
2936628	Döbern	doebern	DE		0	Europe/Berlin	51.60227	12.98777				13	00	14730	14730120
2936629	Döbern	doebern	DE		0	Europe/Berlin	51.6	12.4				14	00	15082	15082241
2936632	Doberlug	doberlug	DE		0	Europe/Berlin	51.61032	13.55174		Doberlug,Dobrilugk		11	00	12062	12062453
2936633	Döberlitz	doberlitz	DE		0	Europe/Berlin	50.31264	11.9775				02	094	09475	09475127
2936634	Döberkitz	doeberkitz	DE		0	Europe/Berlin	51.18741	14.33802		Debrikecy		13	00	14625	14625020
2936637	Döberitz	doeberitz	DE		0	Europe/Berlin	52.51667	13.05		Lager Doberitz,Lager Döberitz		11	00	12063	12063056
2936638	Döberitz	doeberitz	DE		0	Europe/Berlin	52.52221	12.3682				11	00	12063	12063244
2936639	Dobergast	dobergast	DE		0	Europe/Berlin	51.15	12.16667				14	00	15084	15084235
2936641	Doberenz	doberenz	DE		0	Europe/Berlin	51.06706	12.77321		Doberenz,Konigsfeld-Doberenz,Königsfeld-Doberenz		13	00	14522	14522280
2936642	Döberein	doberein	DE		0	Europe/Berlin	49.923	11.8785				02	093	09377	09377127
2936646	Doberatsweiler	doberatsweiler	DE		0	Europe/Berlin	47.60683	9.69994				01	084	08436	08436001
2936648	Doberake	doberake	DE		0	Europe/Berlin	50.61667	11.55				15	00	16075	16075125
2936650	Dobenreuth	dobenreuth	DE		0	Europe/Berlin	49.69456	11.13147				02	094	09474	09474158
2936651	Dobeneck	dobeneck	DE		0	Europe/Berlin	50.43269	12.12479				13	00	14523	14523300
2936652	Dobeneck	dobeneck	DE		0	Europe/Berlin	50.29639	12.10489				02	094	09475	09475162
2936653	Döben	doeben	DE		0	Europe/Berlin	51.96611	11.77198				14	00	15089	15089026
2936654	Döben	doeben	DE		0	Europe/Berlin	51.23871	12.76413		Doben,Doeben,Döben		13	00	14729	14729160
2936655	Döbeltitz	doebeltitz	DE		0	Europe/Berlin	51.49711	13.09167				13	00	14730	14730045
2936658	Döbeln	doebeln	DE		21338	Europe/Berlin	51.1221	13.11027		Debel'n,Debeln,Debelne,Djobel'n,Dobeln,Doblin,Doebeln,Doeberln,Döbeln,Dēbelne,Stadt Dobeln,Stadt Döbeln,de bo er en,dwbln,Дебелн,Дебельн,Дёбельн,Дөбельн,دوبلن,德伯爾恩		13	00	14522	14522080
2936672	Dobbrun	dobbrun	DE		0	Europe/Berlin	52.83157	11.7816				14	00	15090	15090415
2936674	Dobbrikow	dobbrikow	DE		0	Europe/Berlin	52.16555	13.06282		Dobbrikow		11	00	12072	12072312
2936675	Döbbrick	doebbrick	DE		0	Europe/Berlin	51.81947	14.3406		Debsk,Depsk,Dobbrick,Döbbrick		11	00	12052	12052000
2936677	Dobbin	dobbin	DE		0	Europe/Berlin	53.61646	12.33332				12	00	13072	13072026
2936678	Dobbin	dobbin	DE		0	Europe/Berlin	53.62469	12.0278				12	00	13076	13076032
2936679	Dobberzin	dobberzin	DE		0	Europe/Berlin	53.02098	14.03383				11	00	12073	12073008
2936684	Döbbersen	doebbersen	DE		0	Europe/Berlin	53.58068	11.06958				12	00	13076	13076153
2936686	Döbberin	doebberin	DE		0	Europe/Berlin	52.44203	14.36875				11	00	12064	12064539
2936688	Dobbeln	dobbeln	DE		0	Europe/Berlin	52.10303	10.90256				06	00	03154	03154027
2936689	Döbbelin	doebbelin	DE		0	Europe/Berlin	52.57412	11.78973				14	00	15090	15090535
2936692	Dobareuth	dobareuth	DE		0	Europe/Berlin	50.42646	11.85653				15	00	16075	16075131
2936693	Dobach	dobach	DE		0	Europe/Berlin	50.81547	6.14391		Dobach,Dobach-Driesch		07	053	05334	05334036
2936695	Dixförda	dixfoerda	DE		0	Europe/Berlin	51.8094	13.03473				14	00	15091	15091145
2936696	Dixenhausen	dixenhausen	DE		0	Europe/Berlin	49.10731	11.26279				02	095	09576	09576148
2936698	Divitz	divitz	DE		0	Europe/Berlin	54.33302	12.69492		Diwitz		12	00	13073	13073018
2936700	Ditzumerverlaat	ditzumerverlaat	DE		0	Europe/Berlin	53.25721	7.26993				06	00	03457	03457024
2936702	Ditzumerhammrich	ditzumerhammrich	DE		0	Europe/Berlin	53.2734	7.26064				06	00	03457	03457024
2936703	Ditzum	ditzum	DE		0	Europe/Berlin	53.31539	7.27933		Ditzum		06	00	03457	03457012
2936707	Dittwar	dittwar	DE		0	Europe/Berlin	49.59159	9.63571		Dittwar		01	081	08128	08128115
2936708	Dittrichshütte	dittrichshuette	DE		0	Europe/Berlin	50.63107	11.26194				15	00	16073	16073077
2936709	Dittrich	dittrich	DE		0	Europe/Berlin	50.85307	12.5072				13	00	14524	14524190
2936710	Dittmern	dittmern	DE		0	Europe/Berlin	53.01514	9.91033		Dittmern		06	00	03358	03358021
2936712	Dittmannsdorf	dittmannsdorf	DE		0	Europe/Berlin	51.17074	14.78032				13	00	14626	14626450
2936713	Dittmannsdorf	dittmannsdorf	DE		0	Europe/Berlin	51.15213	12.53783		Dittmannsdorf		13	00	14729	14729220
2936714	Dittmannsdorf	dittmannsdorf	DE		0	Europe/Berlin	51.06667	12.9				13	00	14522	14522190
2936715	Dittmannsdorf	dittmannsdorf	DE		0	Europe/Berlin	50.99874	13.41702		Dittmannsdorf		13	00	14522	14522480
2936716	Dittmannsdorf	dittmannsdorf	DE		0	Europe/Berlin	50.94469	12.7032				13	00	14522	14522460
2936717	Dittmannsdorf	dittmannsdorf	DE		0	Europe/Berlin	50.7806	13.05022		Dittmannsdorf		13	00	14521	14521220
2936718	Dittmannsdorf	dittmannsdorf	DE		0	Europe/Berlin	50.69796	13.38348		Dittmannsdorf		13	00	14521	14521460
2936721	Dittlofsroda	dittlofsroda	DE		0	Europe/Berlin	50.15191	9.76193		Dittlofsroda		02	096	09672	09672161
2936722	Dittlofrod	dittlofrod	DE		0	Europe/Berlin	50.7582	9.74331				05	066	06631	06631007
2936723	Dittlingen	dittlingen	DE		0	Europe/Berlin	49.57288	6.46267				08	00	07235	07235154
2936724	Dittishausen	dittishausen	DE		0	Europe/Berlin	47.90125	8.36305				01	083	08315	08315070
2936726	Dittigheim	dittigheim	DE		0	Europe/Berlin	49.61089	9.6746		Dittigheim		01	081	08128	08128115
2936727	Dittichenrode	dittichenrode	DE		0	Europe/Berlin	51.47475	11.10117				14	00	15087	15087412
2936728	Ditterswind	ditterswind	DE		0	Europe/Berlin	50.16923	10.63485				02	096	09674	09674171
2936730	Dittershausen	dittershausen	DE		0	Europe/Berlin	51.25151	9.48155		Dittershausen,Fuldabruck-Dittershausen,Fuldabrück-Dittershausen		05	066	06633	06633008
2936731	Dittershausen	dittershausen	DE		0	Europe/Berlin	50.93441	9.19362		Dittershausen		05	066	06634	06634022
2936741	Dittersbrunn	dittersbrunn	DE		0	Europe/Berlin	50.06148	11.00823				02	094	09478	09478120
2936742	Dittersbach auf dem Eigen	dittersbach-auf-dem-eigen	DE		0	Europe/Berlin	51.01805	14.86535		Dittersbach,Dittersbach auf dem Eigen		13	00	14626	14626030
2936744	Dittersbach	dittersbach	DE		0	Europe/Berlin	51.0401	13.98302				13	00	14628	14628100
2936745	Dittersbach	dittersbach	DE		0	Europe/Berlin	50.92564	13.07469				13	00	14522	14522150
2936746	Dittersbach	dittersbach	DE		0	Europe/Berlin	50.79195	13.48635		Dittersbach		13	00	14522	14522170
2936747	Dittersbach	dittersbach	DE		0	Europe/Berlin	50.67578	13.44626				13	00	14522	14522400
2936748	Ditterke	ditterke	DE		0	Europe/Berlin	52.3346	9.58162				06	00	03241	03241006
2936749	Dittenkofen	dittenkofen	DE		0	Europe/Berlin	48.62297	12.61938				02	092	09279	09279125
2936752	Dittenfeld	dittenfeld	DE		0	Europe/Berlin	48.75322	11.09304				02	091	09185	09185153
2936754	Dittelstedt	dittelstedt	DE		0	Europe/Berlin	50.96429	11.07546		Dittelstedt		15	00	16051	16051000
2936755	Dittelspoint	dittelspoint	DE		0	Europe/Berlin	48.71977	10.72142				02	097	09779	09779131
2936756	Dittelsheim	dittelsheim	DE		0	Europe/Berlin	49.74639	8.22639		Ditfelsheim,Dittelsheim		08	00	07331	07331015
2936757	Dittelsdorf	dittelsdorf	DE		0	Europe/Berlin	50.95408	14.87201		Dittelsdorf		13	00	14626	14626610
2936770	Disternich	disternich	DE		0	Europe/Berlin	50.7397	6.6705				07	053	05358	05358060
2936773	Distelrath	distelrath	DE		0	Europe/Berlin	50.81342	6.51732		Distelrath		07	053	05358	05358008
2936774	Disteln	disteln	DE		0	Europe/Berlin	51.60601	7.14911				07	055	05562	05562020
2936775	Distelkamp	distelkamp	DE		0	Europe/Berlin	50.9113	7.56924		Distelkamp		07	053	05374	05374032
2936777	Distelhausen	distelhausen	DE		0	Europe/Berlin	49.59946	9.69303		Distelhausen		01	081	08128	08128115
2936778	Distelhausen	distelhausen	DE		0	Europe/Berlin	49.05919	11.95956				02	093	09375	09375184
2936784	Dissenhausen	dissenhausen	DE		0	Europe/Berlin	48.11709	9.98416				01	084	08426	08426135
2936785	Dissenchen	dissenchen	DE		0	Europe/Berlin	51.7639	14.39464		Desank,Dešank,Dissenchen		11	00	12052	12052000
2936787	Dissen	dissen	DE		9265	Europe/Berlin	52.11591	8.19956		Dissen		06	00	03459	03459015
2936788	Dissen	dissen	DE		0	Europe/Berlin	51.82594	14.29021		Desno,Dešno,Dissen		11	00	12071	12071041
2936789	Dissen	dissen	DE		0	Europe/Berlin	51.19475	9.40597		Dissen		05	066	06634	06634007
2936793	Dissau	dissau	DE		0	Europe/Berlin	53.93778	10.59862				10	00	01055	01055040
2936794	Dishley	dishley	DE		0	Europe/Berlin	54.0458	12.22974				12	00	13072	13072029
2936795	Dishley	dishley	DE		0	Europe/Berlin	53.72069	13.48125		Dischley		12	00	13071	13071035
2936800	Dirschhofen	dirschhofen	DE		0	Europe/Berlin	48.62684	11.24185				02	091	09185	09185116
2936804	Dirnsberg	dirnsberg	DE		0	Europe/Berlin	47.87847	12.30726				02	091	09187	09187168
2936807	Dirnismaning	dirnismaning	DE		0	Europe/Berlin	48.23239	11.64151		Dirnismaning,Ismaning		02	091	09184	09184119
2936809	Dirnhart	dirnhart	DE		0	Europe/Berlin	50.05	12.15				02	094	09479	09479112
2936810	Dirnberg	dirnberg	DE		0	Europe/Berlin	48.11978	12.2844				02	091	09183	09183147
2936817	Dirnau	dirnau	DE		0	Europe/Berlin	48.58275	12.24163				02	092	09261	09261000
2936819	Dirnaich	dirnaich	DE		0	Europe/Berlin	48.44799	12.50244				02	092	09277	09277121
2936821	Dirnaibach	dirnaibach	DE		0	Europe/Berlin	48.44006	12.1023				02	092	09274	09274121
2936824	Dirmingen	dirmingen	DE		0	Europe/Berlin	49.41687	7.01565				09	00	10043	10043111
2936825	Dirmerzheim	dirmerzheim	DE		0	Europe/Berlin	50.82433	6.768		Dirmerzheim		07	053	05362	05362020
2936826	Dirlos	dirlos	DE		0	Europe/Berlin	50.52538	9.75912				05	066	06631	06631017
2936828	Dirlesried	dirlesried	DE		0	Europe/Berlin	48.2848	11.18937		Dirlesried		02	091	09179	09179117
2936829	Dirlenbach	dirlenbach	DE		0	Europe/Berlin	50.87409	7.89405		Dirlenbach		07	059	05970	05970016
2936831	Dirlammen	dirlammen	DE		0	Europe/Berlin	50.60527	9.30213		Dirlammen		05	065	06535	06535012
2936832	Dirlafing	dirlafing	DE		0	Europe/Berlin	48.23406	12.40643				02	091	09183	09183112
2936837	Dirkes	dirkes	DE		0	Europe/Berlin	51.18106	6.63059				07	051	05162	05162024
2936838	Dirgenheim	dirgenheim	DE		0	Europe/Berlin	48.89042	10.40722				01	081	08136	08136037
2936839	Dipshorn	dipshorn	DE		0	Europe/Berlin	53.17005	9.12286				06	00	03357	03357052
2936840	Dippoldsberg	dippoldsberg	DE		0	Europe/Berlin	49.46759	10.70853				02	095	09573	09573133
2936844	Dippmannsdorf	dippmannsdorf	DE		0	Europe/Berlin	52.22119	12.59572				11	00	12069	12069020
2936847	Dippersricht	dippersricht	DE		0	Europe/Berlin	49.41734	11.45823				02	093	09373	09373140
2936848	Dippersreuth	dippersreuth	DE		0	Europe/Berlin	49.87238	12.41638				02	093	09377	09377139
2936852	Dippelsdorf	dippelsdorf	DE		0	Europe/Berlin	51.15203	12.02526				14	00	15084	15084490
2936853	Dippelsdorf	dippelsdorf	DE		0	Europe/Berlin	50.94868	12.49181				15	00	16077	16077036
2936863	Dipbach	dipbach	DE		0	Europe/Berlin	49.89786	10.12416				02	096	09679	09679117
2936865	Dinzling	dinzling	DE		0	Europe/Berlin	49.13433	12.63635				02	093	09372	09372164
2936867	Dintenhofen	dintenhofen	DE		0	Europe/Berlin	48.25313	9.71361				01	084	08425	08425033
2936868	Dinstorf	dinstorf	DE		0	Europe/Berlin	52.63358	9.57458				06	00	03241	03241012
2936869	Dinspel	dinspel	DE		0	Europe/Berlin	50.64301	7.43389				08	00	07138	07138003
2936870	Dinslakenerbruch	dinslakenerbruch	DE		0	Europe/Berlin	51.58228	6.73344				07	051	05170	05170008
2936873	Dinschede	dinschede	DE		0	Europe/Berlin	51.40285	8.13126				07	059	05958	05958004
2936876	Dinnies	dinnies	DE		0	Europe/Berlin	53.62815	11.96222				12	00	13076	13076062
2936877	Dinnensberg	dinnensberg	DE		0	Europe/Berlin	47.65	10				02	097	09776	09776112
2936878	Dinnenried	dinnenried	DE		0	Europe/Berlin	47.88187	9.73181				01	084	08436	08436009
2936879	Dinklar	dinklar	DE		0	Europe/Berlin	52.16582	10.06382				06	00	03254	03254029
2936882	Dinker	dinker	DE		0	Europe/Berlin	51.6438	7.96287		Dinker		07	059	05974	05974048
2936884	Dinkelshausen	dinkelshausen	DE		0	Europe/Berlin	48.64785	11.15003				02	091	09185	09185127
2936888	Dinkelrode	dinkelrode	DE		0	Europe/Berlin	50.84288	9.80735				05	066	06632	06632019
2936890	Dinkelhausen	dinkelhausen	DE		0	Europe/Berlin	51.6651	9.67827				06	00	03155	03155012
2936891	Dinkelburg	dinkelburg	DE		0	Europe/Berlin	51.54142	9.2407				07	057	05762	05762012
2936894	Dinkelbach	dinkelbach	DE		0	Europe/Berlin	50.63333	7.38333				08	00	07138	07138077
2936896	Dinkbühl	dinkbuhl	DE		0	Europe/Berlin	48.93333	9.9				01	081	08136	08136002
2936901	Dingstetten	dingstetten	DE		0	Europe/Berlin	49.10305	12.26361				02	093	09375	09375119
2936903	Dingstede	dingstede	DE		0	Europe/Berlin	53.04479	8.42575				06	00	03458	03458009
2936905	Dingsfelde	dingsfelde	DE		0	Europe/Berlin	53.23634	8.11735				06	00	03451	03451008
2936914	Dinglingen	dinglingen	DE		0	Europe/Berlin	48.3427	7.84261		Dinglingen,Lahr-Dinglingen		01	083	08317	08317065
2936915	Dinglesmad	dinglesmad	DE		0	Europe/Berlin	48.93333	9.7				01	081	08136	08136027
2936917	Dingisweiler	dingisweiler	DE		0	Europe/Berlin	47.91271	10.37621				02	097	09777	09777165
2936920	Dinghorn	dinghorn	DE		0	Europe/Berlin	53.51838	9.37903				06	00	03359	03359017
2936924	Dingeringhausen	dingeringhausen	DE		0	Europe/Berlin	51.30794	8.8549				05	066	06635	06635015
2936925	Dingeringhausen	dingeringhausen	DE		0	Europe/Berlin	51.18315	7.82674				07	059	05962	05962052
2936926	Dingerdonn	dingerdonn	DE		0	Europe/Berlin	53.96478	9.14555				10	00	01051	01051022
2936927	Dingerdissen	dingerdissen	DE		0	Europe/Berlin	52.00063	8.63508				07	057	05711	05711000
2936933	Dingelstädt	dingelstaedt	DE		4878	Europe/Berlin	51.31529	10.3174		Dingel'shtedt,Dingelshtet,Dingelstadt,Dingelstaedt,Dingelstädt,ding ge er shi tai te,dynghlshtyt,Дингелштет,Дингельштедт,دينغلشتيت,دینگل‌اشتت,丁格尔施泰特		15	00	16061	16061118
2936934	Dingelsdorf	dingelsdorf	DE		0	Europe/Berlin	47.73932	9.15582				01	083	08335	08335043
2936937	Dingelbe	dingelbe	DE		0	Europe/Berlin	52.17341	10.13386				06	00	03254	03254029
2936938	Dingel	dingel	DE		0	Europe/Berlin	52.82362	8.09985				06	00	03453	03453003
2936942	Dingden	dingden	DE		0	Europe/Berlin	51.77009	6.61311		Dingden		07	051	05170	05170012
2936944	Dingbuch	dingbuch	DE		0	Europe/Berlin	47.93613	12.24366				02	091	09187	09187174
2936946	Dinding	dinding	DE		0	Europe/Berlin	48.00735	12.102				02	091	09187	09187170
2936947	Dinau	dinau	DE		0	Europe/Berlin	49.16341	11.89184				02	093	09375	09375156
2936951	Dimhausen	dimhausen	DE		0	Europe/Berlin	52.88037	8.69056				06	00	03251	03251007
2936957	Dilschhausen	dilschhausen	DE		0	Europe/Berlin	50.81651	8.65499				05	065	06534	06534014
2936958	Dilsburg	dilsburg	DE		0	Europe/Berlin	49.33002	6.93963				09	00	10041	10041513
2936959	Dilsbergerhof	dilsbergerhof	DE		0	Europe/Berlin	49.38041	8.8395				01	082	08226	08226056
2936960	Dilsberg	dilsberg	DE		0	Europe/Berlin	49.39834	8.83544		Dilsberg		01	082	08226	08226056
2936962	Dilpersried	dilpersried	DE		0	Europe/Berlin	47.86201	10.08506				02	097	09778	09778164
2936964	Dilmar	dilmar	DE		0	Europe/Berlin	49.56083	6.41243				08	00	07235	07235104
2936965	Dillweißenstein	dillweissenstein	DE		0	Europe/Berlin	48.86962	8.68832		Dillweissenstein,Dillweißenstein		01	082	08231	08231000
2936969	Dillnhütten	dillnhuetten	DE		0	Europe/Berlin	50.9228	8.00715				07	059	05970	05970040
2936971	Dillkofen	dillkofen	DE		0	Europe/Berlin	48.82273	12.23372				02	092	09278	09278148
2936973	Dillishausen	dillishausen	DE		0	Europe/Berlin	48.05938	10.73021				02	097	09777	09777145
2936978	Dillich	dillich	DE		0	Europe/Berlin	50.99719	9.28806		Dillich		05	066	06634	06634001
2936979	Dillheim	dillheim	DE		0	Europe/Berlin	50.60744	8.37109				05	065	06532	06532008
2936980	Dillhausen	dillhausen	DE		0	Europe/Berlin	50.54938	8.21617		Dillhausen		05	065	06533	06533011
2936991	Dille	dille	DE		0	Europe/Berlin	52.8017	8.97339		Dille		06	00	03251	03251049
2936992	Dilldorf	dilldorf	DE		0	Europe/Berlin	51.38333	7.08333				07	051	05113	05113000
2936994	Dillbrecht	dillbrecht	DE		0	Europe/Berlin	50.81014	8.20091				05	065	06532	06532011
2936995	Dillberg	dillberg	DE		0	Europe/Berlin	49.32252	11.38793				02	093	09373	09373155
2937002	Dilkrath	dilkrath	DE		0	Europe/Berlin	51.25055	6.26244		Dilkrath		07	051	05166	05166024
2937008	Dikjendeel	dikjendeel	DE		0	Europe/Berlin	54.88026	8.29391		Lager Dikjen Deel		10	00	01054	01054168
2937009	Differten	differten	DE		0	Europe/Berlin	49.24237	6.77187				09	00	10044	10044120
2937012	Diezmanning	diezmanning	DE		0	Europe/Berlin	48.18068	12.15603				02	091	09183	09183123
2937013	Diezenkausen	diezenkausen	DE		0	Europe/Berlin	50.88797	7.62413		Diezenkausen		07	053	05374	05374044
2937015	Diezendobel	diezendobel	DE		0	Europe/Berlin	47.95753	8.02385				01	083	08315	08315020
2937026	Dievesherweg	dievesherweg	DE		0	Europe/Berlin	51.12497	7.43977		Dievesherweg		07	053	05374	05374052
2937029	Dietzing	dietzing	DE		0	Europe/Berlin	48.59654	13.42509				02	092	09262	09262000
2937032	Dietzhof	dietzhof	DE		0	Europe/Berlin	49.70172	11.16245				02	094	09474	09474147
2937034	Dietzhausen	dietzhausen	DE		0	Europe/Berlin	50.60133	10.59457		Dietzhausen		15	00	16054	16054000
2937036	Dietzenrode	dietzenrode	DE		156	Europe/Berlin	51.2967	10.01433		Dietzenrode		15	00	16061	16061024
2937118	Dietershofen	dietershofen	DE		0	Europe/Berlin	49.56386	11.4184				02	095	09574	09574135
2937119	Dietershofen	dietershofen	DE		0	Europe/Berlin	48.2488	10.18021				02	097	09775	09775118
2937041	Dietzen	dietzen	DE		0	Europe/Berlin	47.6159	10.24213				02	097	09780	09780124
2937047	Dietstätt	dietstatt	DE		0	Europe/Berlin	49.38109	12.201		Diestatt,Diestätt,Dietstatt,Dietstätt		02	093	09376	09376162
2937048	Dietstaig	dietstaig	DE		0	Europe/Berlin	48.11192	8.91302				01	084	08417	08417045
2937049	Dietschweiler	dietschweiler	DE		0	Europe/Berlin	49.43789	7.4327				08	00	07336	07336064
2937050	Dietringen	dietringen	DE		0	Europe/Berlin	47.63398	10.73545				02	097	09777	09777163
2937051	Dietring	dietring	DE		0	Europe/Berlin	48.46581	12.67991				02	092	09277	09277141
2937052	Dietrichsweiler	dietrichsweiler	DE		0	Europe/Berlin	49.00348	10.1045				01	081	08136	08136035
2937054	Dietrichstetten	dietrichstetten	DE		0	Europe/Berlin	48.49959	12.355				02	092	09274	09274145
2937056	Dietrichsroda	dietrichsroda	DE		0	Europe/Berlin	51.17594	11.62261				14	00	15084	15084025
2937057	Dietrichsmais	dietrichsmais	DE		0	Europe/Berlin	48.92687	13.10514				02	092	09276	09276116
2937058	Dietrichsholz	dietrichsholz	DE		0	Europe/Berlin	47.83196	9.81513				01	084	08436	08436010
2937061	Dietrichsfeld	dietrichsfeld	DE		0	Europe/Berlin	53.53269	7.53932		Dietrichsfeld		06	00	03452	03452001
2937062	Dietrichsfeld	dietrichsfeld	DE		0	Europe/Berlin	53.16581	8.18791				06	00	03403	03403000
2937067	Dietrichsberg	dietrichsberg	DE		0	Europe/Berlin	50.95	10.15				15	00	16063	16063097
2937070	Dietrichs	dietrichs	DE		0	Europe/Berlin	47.47943	10.2467				02	097	09780	09780116
2937072	Dietratried	dietratried	DE		0	Europe/Berlin	47.91921	10.24951		Dietradsried,Dietratried		02	097	09778	09778218
2937074	Dietraching	dietraching	DE		0	Europe/Berlin	48.39376	12.72957				02	092	09277	09277116
2937075	Dietmering	dietmering	DE		0	Europe/Berlin	48.11316	12.01776				02	091	09175	09175137
2937076	Dietmannsweiler	dietmannsweiler	DE		0	Europe/Berlin	47.66667	9.66667				01	084	08435	08435057
2937078	Dietmanns	dietmanns	DE		0	Europe/Berlin	47.93889	9.93351		Dietmanns		01	084	08436	08436010
2937079	Dietmanns	dietmanns	DE		0	Europe/Berlin	47.81652	10.11936				01	084	08436	08436055
2937080	Dietmaning	dietmaning	DE		0	Europe/Berlin	48.28198	13.07243				02	092	09277	09277145
2937081	Dietlsberg	dietlsberg	DE		0	Europe/Berlin	48.65908	12.74919				02	092	09279	09279122
2937083	Dietlishof	dietlishof	DE		0	Europe/Berlin	47.75593	8.77849		Dietlishof,Dietlishofen		01	083	08335	08335035
2937084	Dietlingen	dietlingen	DE		0	Europe/Berlin	48.8962	8.60149				01	082	08236	08236070
2937085	Dietlingen	dietlingen	DE		0	Europe/Berlin	47.67353	8.24405				01	083	08337	08337118
2937088	Dietlham	dietlham	DE		0	Europe/Berlin	48.23076	12.59269				02	091	09183	09183136
2937089	Dietldorf	dietldorf	DE		0	Europe/Berlin	49.20442	11.94437				02	093	09376	09376119
2937091	Dietlas	dietlas	DE		0	Europe/Berlin	50.81468	10.08806		Dietlas		15	00	16063	16063101
2937092	Dietkirchen	dietkirchen	DE		0	Europe/Berlin	50.40305	8.09187		Dietkirchen		05	065	06533	06533009
2937093	Dietkirchen	dietkirchen	DE		0	Europe/Berlin	49.29138	11.58354				02	093	09373	09373153
2937094	Dietkirch	dietkirch	DE		0	Europe/Berlin	48.33333	10.4				02	097	09774	09774122
2937099	Diether Bülten	diether-buelten	DE		0	Europe/Berlin	52.48333	9				06	00	03256	03256032
2937100	Diethensdorf	diethensdorf	DE		0	Europe/Berlin	50.94678	12.85405				13	00	14522	14522070
2937103	Diethe	diethe	DE		0	Europe/Berlin	52.47384	9.00874		Dielhe,Diethe		06	00	03256	03256032
2937107	Dietgeshof	dietgeshof	DE		0	Europe/Berlin	50.65113	10.03758		Dietgeshof		05	066	06631	06631023
2937108	Dietges	dietges	DE		0	Europe/Berlin	50.52898	9.9337				05	066	06631	06631012
2937109	Dietfurt im Mittelfranken	dietfurt-im-mittelfranken	DE		0	Europe/Berlin	48.9436	10.93028		Dietfurt		02	095	09577	09577173
2937110	Dietfurt	dietfurt	DE		6161	Europe/Berlin	49.03578	11.58624		Diefurt,Dietfurt		02	093	09373	09373121
2937111	Dietfurt	dietfurt	DE		0	Europe/Berlin	48.07755	9.14013		Dietfurth		01	084	08437	08437059
2937112	Dieterzhofen	dieterzhofen	DE		0	Europe/Berlin	48.96947	11.71082				02	092	09273	09273164
2937113	Dietersweiler	dietersweiler	DE		0	Europe/Berlin	48.45172	8.46709				01	082	08237	08237028
2937114	Dietersweg	dietersweg	DE		0	Europe/Berlin	49.03889	12.40083				02	093	09375	09375209
2937116	Dieterskirch	dieterskirch	DE		0	Europe/Berlin	48.18257	9.61411				01	084	08426	08426124
2937117	Dietershofen bei Babenhausen	dietershofen-bei-babenhausen	DE		0	Europe/Berlin	48.10697	10.31651		Dietershofen,Dietershofen bei Babenhausen		02	097	09778	09778184
2937120	Dietershofen	dietershofen	DE		0	Europe/Berlin	47.97602	9.1657		Dietershofen		01	084	08437	08437078
2937121	Dietershof	dietershof	DE		0	Europe/Berlin	50.28437	9.59141				05	064	06435	06435027
2937126	Dietershausen	dietershausen	DE		0	Europe/Berlin	50.50491	9.79508				05	066	06631	06631017
2937127	Dietershausen	dietershausen	DE		0	Europe/Berlin	48.18148	9.60154				01	084	08426	08426124
2937128	Dietershan	dietershan	DE		0	Europe/Berlin	50.60148	9.70113				05	066	06631	06631009
2937130	Dietersgrün	dietersgrun	DE		0	Europe/Berlin	50.079	12.19198				02	094	09479	09479147
2937143	Dietersberg	dietersberg	DE		0	Europe/Berlin	49.4544	11.7455				02	093	09371	09371131
2937144	Dietersberg	dietersberg	DE		0	Europe/Berlin	49.16358	11.53753				02	093	09373	09373112
2937145	Dietersberg	dietersberg	DE		0	Europe/Berlin	47.37413	10.30228				02	097	09780	09780133
2937154	Dietersbach	dietersbach	DE		0	Europe/Berlin	48.28333	8.16667				01	083	08317	08317041
2937156	Dietenwengen	dietenwengen	DE		0	Europe/Berlin	48.01908	9.87077				01	084	08426	08426038
2937158	Dietental	dietental	DE		0	Europe/Berlin	48.22711	8.11308				01	083	08317	08317078
2937159	Dietenholz	dietenholz	DE		0	Europe/Berlin	49.42596	10.68347				02	095	09571	09571135
2937163	Dietenhof	dietenhof	DE		0	Europe/Berlin	48.90934	9.79384				01	081	08136	08136027
2937165	Dietenhausen	dietenhausen	DE		0	Europe/Berlin	50.42416	8.4272				05	065	06533	06533018
2937166	Dietenhausen	dietenhausen	DE		0	Europe/Berlin	48.91641	8.55955				01	082	08236	08236070
2937167	Dietenhausen	dietenhausen	DE		0	Europe/Berlin	48.29796	11.1858				02	091	09174	09174135
2937168	Dietenhausen	dietenhausen	DE		0	Europe/Berlin	47.86938	11.62354				02	091	09173	09173118
2937170	Dietenhan	dietenhan	DE		0	Europe/Berlin	49.74429	9.60905		Dietenham,Dietenhan		01	081	08128	08128131
2937172	Dietendorf	dietendorf	DE		0	Europe/Berlin	51.00559	12.02983				14	00	15084	15084565
2937173	Dietendorf	dietendorf	DE		0	Europe/Berlin	50.91667	10.91667				15	00	16067	16067087
2937174	Dietendorf	dietendorf	DE		0	Europe/Berlin	49.84833	10.73317				02	094	09471	09471120
2937177	Dietenbronn	dietenbronn	DE		0	Europe/Berlin	49.24946	10.39417		Dietenbronn		02	095	09571	09571114
2937178	Dietenbronn	dietenbronn	DE		0	Europe/Berlin	48.16362	9.96863				01	084	08426	08426108
2937179	Dietenborn	dietenborn	DE		0	Europe/Berlin	51.35989	10.67484				15	00	16065	16065067
2937180	Dietenberg	dietenberg	DE		0	Europe/Berlin	47.9787	9.98219				01	084	08426	08426100
2937181	Dietenberg	dietenberg	DE		0	Europe/Berlin	47.7496	9.70627				01	084	08436	08436079
2937186	Dietenbach	dietenbach	DE		0	Europe/Berlin	47.95381	7.94549				01	083	08315	08315064
2937188	Dietelskirchen	dietelskirchen	DE		0	Europe/Berlin	48.49784	12.34091				02	092	09274	09274145
2937190	Dietelhofen	dietelhofen	DE		0	Europe/Berlin	48.18314	9.56841				01	084	08426	08426121
2937200	Diesten	diesten	DE		0	Europe/Berlin	52.782	10.0379				06	00	03351	03351004
2937202	Diestelbruch	diestelbruch	DE		0	Europe/Berlin	51.93188	8.94974		Distelbruch		07	057	05766	05766020
2937208	Diestedde	diestedde	DE		0	Europe/Berlin	51.73692	8.17302		Diestedde		07	055	05570	05570048
2937211	Dießfurt	diessfurt	DE		0	Europe/Berlin	49.73257	11.97196				02	093	09374	09374149
2937212	Dießenstein	diessenstein	DE		0	Europe/Berlin	48.76635	13.39914				02	092	09272	09272142
2937215	Dießenbach	diessenbach	DE		0	Europe/Berlin	48.90856	12.97449				02	092	09271	09271122
2937218	Dießen	diessen	DE		0	Europe/Berlin	48.42877	8.59281				01	082	08237	08237040
2937219	Dießem	diessem	DE		0	Europe/Berlin	51.32359	6.58059		Diessem,Dießem		07	051	05114	05114000
2937221	Diess	diess	DE		0	Europe/Berlin	48.57241	11.10183				02	097	09771	09771156
2937232	Diesenhof	diesenhof	DE		0	Europe/Berlin	49.25593	11.68173		Helmsricht		02	093	09373	09373167
2937233	Diesenbach	diesenbach	DE		0	Europe/Berlin	49.13284	12.11685				02	093	09375	09375190
2937234	Diesenbach	diesenbach	DE		0	Europe/Berlin	47.81953	10.1856				02	097	09780	09780112
2937238	Diesdorf	diesdorf	DE		0	Europe/Berlin	52.75023	10.87364		Didersdorf,Diersdorf,Diesdorf,Disdorf,di si duo fu,Дисдорф,迪斯多夫		14	00	15081	15081105
2937239	Diesdorf	diesdorf	DE		2051	Europe/Berlin	52.13075	11.56483		Diesdorf,Magdeburg-Diesdorf,Thieterisdorf		14	00	15003	15003000
2937240	Diesdorf	diesdorf	DE		0	Europe/Berlin	51.76264	12.15696				14	00	15082	15082377
2937254	Diesbar	diesbar	DE		0	Europe/Berlin	51.23237	13.42749		Diesbar		13	00	14627	14627190
2937255	Dierstorf	dierstorf	DE		0	Europe/Berlin	53.34724	9.75256				06	00	03353	03353039
2937256	Dierstorf	dierstorf	DE		0	Europe/Berlin	52.46496	8.98721				06	00	03256	03256024
2937257	Diersheim	diersheim	DE		0	Europe/Berlin	48.64814	7.88853				01	083	08317	08317153
2937260	Diersfordt	diersfordt	DE		0	Europe/Berlin	51.69148	6.54797		Diersfordt,Dierssordt		07	051	05170	05170048
2937265	Diersbüttel	diersbuettel	DE		0	Europe/Berlin	53.09938	10.26054				06	00	03355	03355029
2937266	Diersburg	diersburg	DE		0	Europe/Berlin	48.39894	7.93795		Diersburg		01	083	08317	08317047
2937268	Dierkshausen	dierkshausen	DE		0	Europe/Berlin	53.26788	9.98153				06	00	03353	03353002
2937269	Dierkow	dierkow	DE		0	Europe/Berlin	54.10426	12.14956		Dierkow		12	00	13003	13003000
2937271	Dieringhausen	dieringhausen	DE		0	Europe/Berlin	50.98499	7.5308		Dieringhausen		07	053	05374	05374012
2937276	Dieresdorf	dieresdorf	DE		0	Europe/Berlin	49.22031	10.57592				02	095	09571	09571127
2937282	Dierberg	dierberg	DE		0	Europe/Berlin	53.02403	12.97339				11	00	12068	12068353
2937287	Dierath	dierath	DE		0	Europe/Berlin	51.12013	7.03923				07	053	05378	05378016
2937288	Dierath	dierath	DE		0	Europe/Berlin	51.08451	7.07483				07	053	05378	05378008
2937291	Diera	diera	DE		0	Europe/Berlin	51.19839	13.44865		Diera		13	00	14627	14627020
2937293	Diepolz	diepolz	DE		0	Europe/Berlin	47.79399	10.23995				02	097	09780	09780112
2937294	Diepolz	diepolz	DE		0	Europe/Berlin	47.61348	10.17788				02	097	09780	09780124
2937296	Diepoltsried	diepoltsried	DE		0	Europe/Berlin	49.37719	12.53986				02	093	09372	09372154
2937297	Diepoltsreuth	diepoltsreuth	DE		0	Europe/Berlin	49.71907	12.2195		Diepoldsreuth		02	093	09374	09374121
2937298	Diepoltskirchen	diepoltskirchen	DE		0	Europe/Berlin	48.48138	12.71007		Diepoltskirchen		02	092	09277	09277119
2937299	Diepoltshofen	diepoltshofen	DE		0	Europe/Berlin	48.5578	11.33831				02	091	09185	09185166
2937300	Diepoltshofen	diepoltshofen	DE		0	Europe/Berlin	48.22659	11.25112				02	091	09179	09179134
2937301	Diepoltshof	diepoltshof	DE		0	Europe/Berlin	49.45874	12.12519				02	093	09376	09376144
2937302	Diepoltsdorf	diepoltsdorf	DE		0	Europe/Berlin	49.6081	11.35557				02	095	09574	09574158
2937306	Diepoldshofen	diepoldshofen	DE		0	Europe/Berlin	47.84569	9.94633		Diepoldshofen		01	084	08436	08436055
2937307	Diepoldsberg	diepoldsberg	DE		0	Europe/Berlin	48.00936	12.34754		Diepoldsberg,Diepoltsberg		02	091	09189	09189133
2937309	Diepling	diepling	DE		0	Europe/Berlin	48.06687	12.74289				02	091	09189	09189152
2937316	Diepholzer Bruch	diepholzer-bruch	DE		0	Europe/Berlin	52.54337	8.42188				06	00	03251	03251012
2937319	Diepeschrath	diepeschrath	DE		0	Europe/Berlin	50.99406	7.07747		Diepeschrath		07	053	05378	05378004
2937320	Dieperzen	dieperzen	DE		0	Europe/Berlin	50.70462	7.65047				08	00	07132	07132501
2937321	Diepertshofen	diepertshofen	DE		0	Europe/Berlin	48.34473	10.16029				02	097	09775	09775143
2937322	Diepertsham	diepertsham	DE		0	Europe/Berlin	48.04111	12.38914				02	091	09189	09189133
2937324	Dieperting	dieperting	DE		0	Europe/Berlin	47.96571	12.66922		Dieperting,Diepolting		02	091	09189	09189162
2937325	Diepersdorf	diepersdorf	DE		0	Europe/Berlin	49.46115	11.28965				02	095	09574	09574139
2937326	Diepensiepen	diepensiepen	DE		0	Europe/Berlin	51.23024	6.97886				07	051	05158	05158024
2937327	Diepenseifen	diepenseifen	DE		0	Europe/Berlin	50.67421	7.3798		Diepenseifen		08	00	07138	07138080
2937329	Diepenried	diepenried	DE		0	Europe/Berlin	49.16637	12.31194				02	093	09376	09376149
2937330	Diepenlinchen	diepenlinchen	DE		0	Europe/Berlin	50.76541	6.27188				07	053	05334	05334032
2937331	Diepenhofen	diepenhofen	DE		0	Europe/Berlin	48.16667	10.48333				02	097	09778	09778158
2937339	Diensthop	diensthop	DE		0	Europe/Berlin	52.81443	9.25601		Diensthop		06	00	03361	03361003
2937340	Dienstedt	dienstedt	DE		0	Europe/Berlin	50.80373	11.16885		Dienstedt		15	00	16070	16070048
2937341	Dienstborstel	dienstborstel	DE		0	Europe/Berlin	52.73073	8.99249				06	00	03251	03251035
2937342	Dienstädt	dienstaedt	DE		0	Europe/Berlin	50.78896	11.50466				15	00	16074	16074016
2937343	Dienstadt	dienstadt	DE		0	Europe/Berlin	49.63311	9.61254		Dienstadt		01	081	08128	08128115
2937346	Diensdorf	diensdorf	DE		0	Europe/Berlin	52.24179	14.0655				11	00	12067	12067112
2937347	Diensdorf	diensdorf	DE		0	Europe/Berlin	51.16667	13.85		Diensdorf		13	00	14625	14625430
2937350	Dienhausen	dienhausen	DE		0	Europe/Berlin	47.88791	10.83211				02	091	09181	09181113
2937352	Neue Häuser	neue-haeuser	DE		0	Europe/Berlin	51.61213	11.91864		Die Neuen Hauser,Die Neuen Häuser,Neue Hauser,Neue Häuser		14	00	15088	15088295
2937357	Diendorf	diendorf	DE		0	Europe/Berlin	49.44394	12.193				02	093	09376	09376144
2937358	Diendorf	diendorf	DE		0	Europe/Berlin	49.33559	12.41141				02	093	09376	09376147
2937359	Diendorf	diendorf	DE		0	Europe/Berlin	48.56082	13.68253				02	092	09275	09275153
2937369	Diemke	diemke	DE		0	Europe/Berlin	52.13822	8.45985				07	057	05758	05758032
2937374	Diemerstein	diemerstein	DE		0	Europe/Berlin	49.44504	7.95865				08	00	07335	07335010
2937375	Diemersdorf	diemersdorf	DE		0	Europe/Berlin	54.35	11.01667				10	00	01055	01055017
2937376	Diemerode	diemerode	DE		0	Europe/Berlin	51.0792	9.85201		Diemenrode,Diemerode		05	066	06636	06636011
2937377	Diemendorf	diemendorf	DE		0	Europe/Berlin	47.88492	11.22053				02	091	09188	09188141
2937383	Diembot	diembot	DE		0	Europe/Berlin	49.21583	9.94652				01	081	08127	08127046
2937384	Diemating	diemating	DE		0	Europe/Berlin	48.41521	12.11285				02	091	09177	09177121
2937389	Diemarden	diemarden	DE		0	Europe/Berlin	51.48665	9.98004		Diemarden		06	00	03159	03159015
2937390	Diemantstein	diemantstein	DE		0	Europe/Berlin	48.72051	10.55116		Diemantstein		02	097	09773	09773117
2937391	Diemannskirchen	diemannskirchen	DE		0	Europe/Berlin	48.4862	12.30559				02	092	09274	09274134
2937396	Dielstein	dielstein	DE		0	Europe/Berlin	47.94918	12.31992				02	091	09187	09187145
2937397	Dielsdorf	dielsdorf	DE		0	Europe/Berlin	51.09239	11.16652		Dielsdorf		15	00	16068	16068048
2937403	Dielingen	dielingen	DE		0	Europe/Berlin	52.44417	8.3456		Dielingen		07	057	05770	05770044
2937404	Dielingdorf	dielingdorf	DE		0	Europe/Berlin	52.15826	8.35526				06	00	03459	03459024
2937410	Dieler	dieler	DE		0	Europe/Berlin	50.18217	7.51903		Dieler		08	00	07140	07140102
2937414	Diele	diele	DE		0	Europe/Berlin	53.12142	7.31611		Diele		06	00	03457	03457021
2937431	Dieksanderkoog	dieksanderkoog	DE		0	Europe/Berlin	53.97399	8.92163				10	00	01051	01051034
2937446	Diekhusen	diekhusen	DE		0	Europe/Berlin	53.9365	9.02872				10	00	01051	01051021
2937453	Diekhausen	diekhausen	DE		0	Europe/Berlin	52.5431	8.13641				06	00	03460	03460005
2937455	Diekhaus	diekhaus	DE		0	Europe/Berlin	52.82181	8.12134				06	00	03453	03453005
2937459	Diekenheide	diekenheide	DE		0	Europe/Berlin	52.11667	8.61667				07	057	05758	05758012
2937460	Diekendörn	diekendoern	DE		0	Europe/Berlin	54.28333	9.81667				10	00	01058	01058049
2937461	Diekenbrock	diekenbrock	DE		0	Europe/Berlin	52.13333	8.61667				07	057	05758	05758012
2937469	Diek	diek	DE		0	Europe/Berlin	52.89188	8.68073				06	00	03251	03251007
2937473	Diehsa	diehsa	DE		0	Europe/Berlin	51.24476	14.7663		Altmarkt,Diehsa,Dzeze,Dźěže		13	00	14626	14626580
2937490	Diehmen	diehmen	DE		0	Europe/Berlin	51.12279	14.32848		Demjany,Diehmen		13	00	14625	14625110
2937493	Diehlo	diehlo	DE		0	Europe/Berlin	52.1284	14.59138				11	00	12067	12067120
2937507	Die Grüne Sieben	die-gruene-sieben	DE		0	Europe/Berlin	50.55293	12.50838		Die Grune Sieben,Die Grüne Sieben,Grune Sieben,Grüne Sieben		13	00	14523	14523380
2937516	Dieglishofen	dieglishofen	DE		0	Europe/Berlin	47.68333	9.6				01	084	08435	08435057
2937519	Diegeringen	diegeringen	DE		0	Europe/Berlin	47.56778	8.02926				01	083	08337	08337076
2937520	Die Gemeinde	die-gemeinde	DE		0	Europe/Berlin	50.86667	14.75				13	00	14626	14626400
2937521	Diegelsberg	diegelsberg	DE		0	Europe/Berlin	48.72574	9.55025				01	081	08117	08117051
2937529	Diefflen	diefflen	DE		0	Europe/Berlin	49.373	6.76252		Diefflen		09	00	10044	10044111
2937537	Die Emme	die-emme	DE		0	Europe/Berlin	52.21667	9.03333				07	057	05770	05770032
2937542	Diedrichshof	diedrichshof	DE		0	Europe/Berlin	53.76465	11.91394				12	00	13072	13072114
2937555	Dieding	dieding	DE		0	Europe/Berlin	48.05984	12.00308				02	091	09175	09175115
2937556	Dieding	dieding	DE		0	Europe/Berlin	48.01002	12.5663				02	091	09189	09189157
2937558	Diedesheim	diedesheim	DE		0	Europe/Berlin	49.35688	9.12753		Diedesheim		01	082	08225	08225058
2937559	Diedesfeld	diedesfeld	DE		0	Europe/Berlin	49.32299	8.13627				08	00	07316	07316000
2937562	Diederstetten	diederstetten	DE		0	Europe/Berlin	49.0372	10.35823				02	095	09571	09571179
2937563	Diedersen	diedersen	DE		0	Europe/Berlin	52.09907	9.46369				06	00	03252	03252004
2937565	Diedersdorf	diedersdorf	DE		0	Europe/Berlin	52.51063	14.32859		Diedersdorf		11	00	12064	12064482
2937566	Diedersdorf	diedersdorf	DE		0	Europe/Berlin	52.34034	13.35681		Diedersdorf,Diedersdorp		11	00	12072	12072120
2937568	Diedersbüll	diedersbuell	DE		0	Europe/Berlin	54.85	8.7				10	00	01054	01054086
2937570	Diedenshausen	diedenshausen	DE		0	Europe/Berlin	51.07591	8.50171		Diedenshausen		07	059	05970	05970004
2937571	Diedenshausen	diedenshausen	DE		0	Europe/Berlin	50.81895	8.61118				05	065	06534	06534010
2937573	Diedenhain	diedenhain	DE		0	Europe/Berlin	51.09045	13.00159		Diedenhain		13	00	14522	14522250
2937574	Diedenbergen	diedenbergen	DE		0	Europe/Berlin	50.0611	8.41929				05	064	06436	06436007
2937576	Diedelsheim	diedelsheim	DE		0	Europe/Berlin	49.0408	8.68406		Diedelsheim		01	082	08215	08215007
2937577	Diedelkopf	diedelkopf	DE		0	Europe/Berlin	49.54655	7.38668				08	00	07336	07336055
2937582	Dieckhorst	dieckhorst	DE		0	Europe/Berlin	52.52347	10.37317		Dieckhorst,Diekhost		06	00	03151	03151018
2937583	Dieckhaus	dieckhaus	DE		0	Europe/Berlin	52.73816	8.54702		Diekhaus		06	00	03251	03251014
2937584	Dieckerort	dieckerort	DE		0	Europe/Berlin	52.36594	8.64941				07	057	05770	05770008
2937590	Die Burg	die-burg	DE		0	Europe/Berlin	52.95	11.6				14	00	15090	15090635
2937594	Die Büdner	die-buedner	DE		0	Europe/Berlin	54.16667	13.03333				12	00	13073	13073102
2937600	Diebrunn	diebrunn	DE		0	Europe/Berlin	49.55296	12.14303				02	093	09376	09376150
2937601	Diebrock	diebrock	DE		0	Europe/Berlin	52.11537	8.62506		Diebrock		07	057	05758	05758012
2937606	Dieblicherberg	dieblicherberg	DE		0	Europe/Berlin	50.3	7.46667				08	00	07137	07137217
2937609	Diebis	diebis	DE		0	Europe/Berlin	49.37555	11.98086				02	093	09371	09371118
2937614	Diebersried	diebersried	DE		0	Europe/Berlin	49.29267	12.54347		Diebersried,Diebesried		02	093	09372	09372161
2937615	Diebersreuth	diebersreuth	DE		0	Europe/Berlin	49.69165	12.27774				02	093	09374	09374121
2937616	Diebersbach	diebersbach	DE		0	Europe/Berlin	48.5163	8.05583				01	083	08317	08317089
2937620	Dieberg	dieberg	DE		0	Europe/Berlin	49.33172	12.86087				02	093	09372	09372126
2937621	Dieberg	dieberg	DE		0	Europe/Berlin	49.19263	12.3613				02	093	09372	09372170
2937627	Diebach am Haag	diebach-am-haag	DE		0	Europe/Berlin	50.25449	9.07394		Diebach,Diebach am Haag		05	064	06440	06440004
2937647	Dickte	dickte	DE		0	Europe/Berlin	52.72342	12.49347				11	00	12063	12063161
2937650	Dickschied	dickschied	DE		0	Europe/Berlin	50.12571	7.94686		Dickschied		05	064	06439	06439005
2937651	Dickscheheide	dickscheheide	DE		0	Europe/Berlin	51.44654	6.54012				07	051	05170	05170028
2937656	Dicklage	dicklage	DE		0	Europe/Berlin	52.44728	8.59411				07	057	05770	05770040
2937658	Dickhausen	dickhausen	DE		0	Europe/Berlin	50.91371	7.62621		Dickhausen		07	053	05374	05374044
2937660	Dickfeitzen	dickfeitzen	DE		0	Europe/Berlin	52.98658	10.93942				06	00	03354	03354024
2937664	Dicker Turm	dicker-turm	DE		0	Europe/Berlin	50.53007	9.72822		Beim Turm		05	066	06631	06631017
2937665	Dickershausen	dickershausen	DE		0	Europe/Berlin	51.05701	9.46573				05	066	06634	06634009
2937667	Dickersbronn	dickersbronn	DE		0	Europe/Berlin	49.10385	10.3218				02	095	09571	09571200
2937688	Dickenreishausen	dickenreishausen	DE		897	Europe/Berlin	47.95309	10.17002		Dickenreishausen		02	097	09764	09764000
2937700	Dickenbüchel	dickenbuchel	DE		0	Europe/Berlin	48.69385	13.66648				02	092	09272	09272151
2937701	Dickenbruch	dickenbruch	DE		0	Europe/Berlin	51.33333	7.41667				07	059	05914	05914000
2937702	Dickenbruch	dickenbruch	DE		0	Europe/Berlin	51.30903	7.89485				07	059	05962	05962008
2937711	Dickelsmoor	dickelsmoor	DE		0	Europe/Berlin	48.41389	10.93704				02	097	09771	09771130
2937726	Dicke	dicke	DE		0	Europe/Berlin	51.07426	7.28734				07	053	05378	05378012
2937731	Dickarting	dickarting	DE		0	Europe/Berlin	48.39922	12.11507				02	091	09177	09177121
2937733	Dichtenhausen	dichtenhausen	DE		0	Europe/Berlin	47.93261	9.37012				01	084	08437	08437086
2937736	Dichau	dichau	DE		0	Europe/Berlin	48.03448	11.98857		Dichen		02	091	09175	09175122
2937737	Dibbesdorf	dibbesdorf	DE		1425	Europe/Berlin	52.30092	10.60213		Dibbesdorf		06	00	03101	03101000
2937739	Dibbersen	dibbersen	DE		0	Europe/Berlin	53.36635	9.87078		Dibbersen		06	00	03353	03353005
2937740	Dibbersen	dibbersen	DE		0	Europe/Berlin	52.97903	8.99056				06	00	03361	03361013
2937747	Diana	diana	DE		0	Europe/Berlin	49.94132	9.48699		Diana		02			
2937748	Diahren	diahren	DE		0	Europe/Berlin	52.97777	11.00499				06	00	03354	03354024
2937749	Dhünnenburg	dhuennenburg	DE		0	Europe/Berlin	51.08333	7.23333				07	053	05378	05378032
2937750	Dhünnberg	dhuennberg	DE		0	Europe/Berlin	51.07273	7.25232				07	053	05378	05378012
2937752	Dhünn	dhuenn	DE		0	Europe/Berlin	51.10774	7.25639				07	053	05378	05378032
2937754	Dhün	dhuen	DE		0	Europe/Berlin	51.06667	7.18333				07	053	05378	05378020
2937758	Dhron	dhron	DE		0	Europe/Berlin	49.86195	6.90912		Dhron,Drohn		08	00	07231	07231092
2937759	D’horn	d-horn	DE		0	Europe/Berlin	50.80822	6.39954				07	053	05358	05358032
2937760	Dhaun	dhaun	DE		0	Europe/Berlin	49.81667	7.5				08	00	07133	07133046
2937761	Dezion	dezion	DE		0	Europe/Berlin	47.78152	10.18812				02	097	09780	09780112
2937762	Dezenacker	dezenacker	DE		0	Europe/Berlin	48.67347	11.09011				02	091	09185	09185125
2937766	Deybach	deybach	DE		0	Europe/Berlin	47.9	10.11667				02	097	09778	09778164
2937770	Dexbach	dexbach	DE		0	Europe/Berlin	50.93706	8.58741				05	065	06534	06534004
2937771	Dewitz	dewitz	DE		0	Europe/Berlin	53.49444	13.37792				12	00	13071	13071090
2937772	Dewitz	dewitz	DE		0	Europe/Berlin	52.83837	11.61437				14	00	15090	15090007
2937773	Dewitz	dewitz	DE		0	Europe/Berlin	51.38461	12.52746				13	00	14730	14730300
2937776	Dewichow	dewichow	DE		0	Europe/Berlin	53.94638	13.97246				12	00	13075	13075090
2937777	Dewangen	dewangen	DE		0	Europe/Berlin	48.87073	10.02335				01	081	08136	08136088
2937782	Devin	devin	DE		0	Europe/Berlin	54.2657	13.13756				12	00	13073	13073088
2937783	Devese	devese	DE		0	Europe/Berlin	52.31362	9.70882				06	00	03241	03241007
2937784	Devermühlen	devermuehlen	DE		0	Europe/Berlin	53.01595	7.35904				06	00	03454	03454030
2937786	Deven	deven	DE		0	Europe/Berlin	53.89812	12.99022				12	00	13071	13071029
2937787	Deven	deven	DE		0	Europe/Berlin	53.56465	12.85329				12	00	13071	13071056
2937788	Deuz	deuz	DE		0	Europe/Berlin	50.88529	8.14713		Deuz		07	059	05970	05970032
2937790	Deutz	deutz	DE		15238	Europe/Berlin	50.93463	6.97495		Divitia,Duex,Düx,Koeln-Deutz,Köln-Deutz,dao yi ci,道依茨		07	053	05315	05315000
2937791	Deutwang	deutwang	DE		0	Europe/Berlin	47.88052	9.08082				01	083	08335	08335096
2937792	Deutsch Wusterhausen	deutsch-wusterhausen	DE		0	Europe/Berlin	52.29532	13.58449				11	00	12061	12061260
2937793	Sorno	sorno	DE		0	Europe/Berlin	51.56797	13.67029		Deutsch Sorno,Sorno		11	00	12062	12062140
2937794	Deutsch Paulsdorf	deutsch-paulsdorf	DE		0	Europe/Berlin	51.10369	14.83288				13	00	14626	14626300
2937795	Deutsch Ossig	deutsch-ossig	DE		0	Europe/Berlin	51.09932	14.97652		Deutsch,Deutsch Ossig		13	00	14626	14626110
2937796	Deutsch Nienhof	deutsch-nienhof	DE		0	Europe/Berlin	54.25283	9.91583				10	00	01058	01058171
2937800	Deutschkatharinenberg	deutschkatharinenberg	DE		0	Europe/Berlin	50.61177	13.43962		Deutschkatharinenberg		13	00	14521	14521140
2937801	Deutschhorst	deutschhorst	DE		0	Europe/Berlin	52.81285	10.93941				14	00	15081	15081545
2937802	Deutschhof	deutschhof	DE		0	Europe/Berlin	52.69699	12.81813				11	00	12068	12068117
2937803	Deutschhof	deutschhof	DE		0	Europe/Berlin	49.08447	8.0182				08	00	07337	07337045
2937808	Deutschgeorgenthal	deutschgeorgenthal	DE		0	Europe/Berlin	50.70763	13.53949		Deutschgeorgenthal		13	00	14522	14522400
2937811	Deutsches Haus	deutsches-haus	DE		0	Europe/Berlin	51.58333	12.25				14	00	15082	15082340
2937816	Deutschenbora	deutschenbora	DE		0	Europe/Berlin	51.06014	13.36178		Deutschenbora		13	00	14627	14627180
2937818	Deutscheinsiedel	deutscheinsiedel	DE		0	Europe/Berlin	50.63233	13.49089		Deutscheinsiedel		13	00	14521	14521140
2937822	Deutsch Bork	deutsch-bork	DE		0	Europe/Berlin	52.16644	12.85453				11	00	12069	12069345
2937825	Deutschbaselitz	deutschbaselitz	DE		0	Europe/Berlin	51.28735	14.14779		Nemske Pazlicy,Němske Pazlicy		13	00	14625	14625250
2937826	Deutsch	deutsch	DE		0	Europe/Berlin	52.96515	11.58625				14	00	15090	15090635
2937827	Deutmecke	deutmecke	DE		0	Europe/Berlin	51.18052	8.03055		Deutmecke		07	059	05966	05966012
2937828	Deutlstätt	deutlstatt	DE		0	Europe/Berlin	47.90374	12.05578				02	091	09187	09187137
2937831	Deutleben	deutleben	DE		0	Europe/Berlin	51.59792	11.8426				14	00	15088	15088216
2937832	Deutldorf	deutldorf	DE		0	Europe/Berlin	48.4334	11.54611				02	091	09178	09178133
2937833	Deuting	deuting	DE		0	Europe/Berlin	48.25168	11.96593				02	091	09177	09177142
2937836	Deutenkofen	deutenkofen	DE		0	Europe/Berlin	48.55728	12.26552				02	092	09274	09274111
2937837	Deutenhofen	deutenhofen	DE		0	Europe/Berlin	48.3688	11.27609				02	091	09174	09174111
2937838	Deutenhofen	deutenhofen	DE		0	Europe/Berlin	48.29359	11.47822				02	091	09174	09174122
2937841	Deutenheim	deutenheim	DE		0	Europe/Berlin	49.5862	10.41719				02	095	09575	09575165
2937842	Deutenheim	deutenheim	DE		0	Europe/Berlin	48.24937	12.29439				02	091	09183	09183135
2937844	Deutenhausen	deutenhausen	DE		0	Europe/Berlin	48.31271	11.58156				02	091	09178	09178120
2937845	Deutenhausen	deutenhausen	DE		0	Europe/Berlin	48.26314	11.34373				02	091	09174	09174113
2937846	Deutenhausen	deutenhausen	DE		0	Europe/Berlin	47.82726	11.17475				02	091	09190	09190157
2937849	Deutenbach	deutenbach	DE		0	Europe/Berlin	49.4	11				02	095	09573	09573127
2937850	Deuten	deuten	DE		0	Europe/Berlin	51.71968	6.9695		Deuten		07	055	05562	05562012
2937851	Deutelhausen	deutelhausen	DE		0	Europe/Berlin	47.89468	12.1032				02	091	09187	09187142
2937852	Deutelbach	deutelbach	DE		0	Europe/Berlin	50.17863	9.51423				02	096	09677	09677116
2937853	Deute	deute	DE		0	Europe/Berlin	51.17901	9.41244				05	066	06634	06634007
2937854	Deusmauer	deusmauer	DE		0	Europe/Berlin	49.25369	11.62233				02	093	09373	09373167
2937855	Deusen	deusen	DE		0	Europe/Berlin	51.54413	7.42907		Deusen		07	059	05913	05913000
2937858	Deusdorf	deusdorf	DE		0	Europe/Berlin	49.98208	10.77034				02	094	09471	09471152
2937859	Deuringen	deuringen	DE		0	Europe/Berlin	48.36317	10.81809		Deuringen		02	097	09772	09772202
2937861	Deumen	deumen	DE		0	Europe/Berlin	51.17309	12.13896				14	00	15084	15084235
2937863	Deulowitz	deulowitz	DE		0	Europe/Berlin	51.94808	14.65369				11	00	12071	12071160
2937864	Deufringen	deufringen	DE		0	Europe/Berlin	48.68062	8.86777				01	081	08115	08115001
2937867	Deuenbach	deuenbach	DE		0	Europe/Berlin	49.12753	10.30701				02	095	09571	09571200
2937869	Deuchelried	deuchelried	DE		0	Europe/Berlin	47.69441	9.85091				01	084	08436	08436081
2937870	Deubling	deubling	DE		0	Europe/Berlin	48.69202	11.40579				02	091	09185	09185140
2937877	Deubach	deubach	DE		0	Europe/Berlin	50.93198	10.43502				15	00	16063	16063092
2937878	Deubach	deubach	DE		0	Europe/Berlin	49.54735	9.77159				01	081	08128	08128139
2937879	Deubach	deubach	DE		0	Europe/Berlin	48.3916	10.31942				02	097	09774	09774143
2937880	Deubach	deubach	DE		0	Europe/Berlin	48.34222	10.73306				02	097	09772	09772148
2937881	Detzkamp	detzkamp	DE		0	Europe/Berlin	52.35211	8.8073				07	057	05770	05770012
2937882	Detzenweiler	detzenweiler	DE		0	Europe/Berlin	47.78333	9.51667				01	084	08436	08436095
2937885	Detzeln	detzeln	DE		0	Europe/Berlin	47.66846	8.32073		Detzeln		01	083	08337	08337126
2937886	Detzel	detzel	DE		0	Europe/Berlin	52.31941	11.37928				14	00	15083	15083270
2937887	Detwang	detwang	DE		0	Europe/Berlin	49.38694	10.16771		Dettwang,Detwang		02	095	09571	09571193
2937890	Dettnach	dettnach	DE		0	Europe/Berlin	49.40047	11.67426				02	093	09371	09371132
2937895	Dettishofen	dettishofen	DE		0	Europe/Berlin	47.74954	9.91208				01	084	08436	08436052
2937899	Dettingen am Main	dettingen-am-main	DE		0	Europe/Berlin	50.04112	9.0319		Dettingen		02	096	09671	09671114
2937900	Dettingen am Albuch	dettingen-am-albuch	DE		0	Europe/Berlin	48.59886	10.1242		Dettingen		01	081	08135	08135015
2937901	Dettingen	dettingen	DE		0	Europe/Berlin	48.43666	8.93463				01	084	08416	08416036
2937902	Dettingen	dettingen	DE		0	Europe/Berlin	48.44213	8.56981				01	082	08237	08237040
2937904	Dettingen	dettingen	DE		2240	Europe/Berlin	48.26246	9.72161				01	084	08425	08425033
2937905	Dettingen	dettingen	DE		0	Europe/Berlin	47.73367	9.11647				01	083	08335	08335043
2937907	Detter	detter	DE		0	Europe/Berlin	50.23541	9.75694				02	096	09672	09672166
2937908	Dettensee	dettensee	DE		0	Europe/Berlin	48.42117	8.72229				01	082	08237	08237040
2937909	Dettenschwang	dettenschwang	DE		0	Europe/Berlin	47.95275	11.01514				02	091	09181	09181114
2937910	Dettenroden	dettenroden	DE		0	Europe/Berlin	48.92039	10.25223		Dettenroden		01	081	08136	08136019
2937911	Dettenkofen	dettenkofen	DE		0	Europe/Berlin	48.80829	12.37627				02	092	09278	09278123
2937913	Dettenhofen	dettenhofen	DE		0	Europe/Berlin	49.1377	11.74584				02	093	09373	09373143
2937914	Dettenhofen	dettenhofen	DE		0	Europe/Berlin	49.08333	11.83333				02	093	09375	09375118
2937915	Dettenhofen	dettenhofen	DE		0	Europe/Berlin	48.63744	11.26423				02	091	09185	09185116
2937916	Dettenhofen	dettenhofen	DE		0	Europe/Berlin	47.96912	11.0263				02	091	09181	09181114
2937921	Dettendorf	dettendorf	DE		0	Europe/Berlin	49.5914	10.67393				02	095	09575	09575118
2937922	Dettendorf	dettendorf	DE		0	Europe/Berlin	47.96679	12.06639				02	091	09187	09187179
2937923	Dettendorf	dettendorf	DE		0	Europe/Berlin	47.8241	11.96857				02	091	09187	09187129
2937924	Dettenberg	dettenberg	DE		0	Europe/Berlin	48.15	9.65				01	084	08426	08426124
2937937	Detmerode	detmerode	DE		7640	Europe/Berlin	52.39016	10.7448	93			06	00	03103	03103000
2937938	Dethlingen	dethlingen	DE		0	Europe/Berlin	52.95474	10.12596				06	00	03358	03358016
2937943	Deternerlehe	deternerlehe	DE		0	Europe/Berlin	53.22814	7.69931				06	00	03457	03457006
2937945	Deterberg	deterberg	DE		0	Europe/Berlin	51.3	7.35				07	059	05954	05954008
2937947	Destuben	destuben	DE		0	Europe/Berlin	49.90669	11.57796				02	094	09462	09462000
2937948	Destel	destel	DE		0	Europe/Berlin	52.37029	8.49207		Destel		07	057	05770	05770044
2937949	Destedt	destedt	DE		1482	Europe/Berlin	52.23801	10.71063		Destedt		06	00	03158	03158006
2937950	Dessow	dessow	DE		0	Europe/Berlin	52.8986	12.55445				11	00	12068	12068477
2937951	Deßmannsdorf	dessmannsdorf	DE		0	Europe/Berlin	49.26952	10.58272				02	095	09561	09561000
2937952	Dessin	dessin	DE		0	Europe/Berlin	53.62754	11.84858				12	00	13076	13076072
2937954	Desserath	desserath	DE		0	Europe/Berlin	50.10491	6.70271				08	00	07233	07233017
2937964	Desingerode	desingerode	DE		0	Europe/Berlin	51.52653	10.1825				06	00	03159	03159010
2937968	Deschwitz	deschwitz	DE		0	Europe/Berlin	50.78614	12.06059				15	00	16076	16076079
2937969	Deschka	deschka	DE		0	Europe/Berlin	51.25949	15.02618		Auenblick,Deschka		13	00	14626	14626330
2937970	Desching	desching	DE		0	Europe/Berlin	48.65332	13.25698				02	092	09275	09275159
2937971	Desching	desching	DE		0	Europe/Berlin	48.79589	11.48971				02	091	09176	09176139
2937972	Deschenhof	deschenhof	DE		0	Europe/Berlin	48.9057	9.71088				01	081	08119	08119001
2937999	Dertingen	dertingen	DE		0	Europe/Berlin	49.76804	9.62022		Dertingen		01	081	08128	08128131
2938016	Dersewitz	dersewitz	DE		0	Europe/Berlin	53.86874	13.50463				12	00	13075	13075128
2938017	Dersentin	dersentin	DE		0	Europe/Berlin	53.71195	12.39601				12	00	13072	13072063
2938023	Dersdorf	dersdorf	DE		0	Europe/Berlin	50.76152	6.9655		Dersdorf		07	053	05382	05382012
2938028	Derschlag	derschlag	DE		0	Europe/Berlin	51.00838	7.62987		Derschlag		07	053	05374	05374012
2938031	Derscheid	derscheid	DE		0	Europe/Berlin	50.84769	7.41631				07	053	05382	05382036
2938035	Dersaburg	dersaburg	DE		0	Europe/Berlin	52.55424	8.17846				06	00	03460	03460005
2938053	Dernekamp	dernekamp	DE		0	Europe/Berlin	51.81588	7.32169				07	055	05558	05558016
2938055	Derneburg	derneburg	DE		0	Europe/Berlin	52.09541	10.13356		Derneburg,Derneburg-Astenbeck		06	00	03254	03254022
2938057	Derne	derne	DE		0	Europe/Berlin	51.59463	7.6978		Derne		07	059	05978	05978020
2938058	Derne	derne	DE		0	Europe/Berlin	51.57081	7.52013		Derne		07	059	05913	05913000
2938059	Derndorf	derndorf	DE		0	Europe/Berlin	48.18028	10.47152				02	097	09778	09778158
2938060	Derndorf	derndorf	DE		0	Europe/Berlin	47.76313	12.0402				02	091	09187	09187129
2938070	Dermsdorf	dermsdorf	DE		0	Europe/Berlin	51.20437	11.19978				15	00	16068	16068034
2938071	Dermin	dermin	DE		0	Europe/Berlin	53.7	10.78333				10	00	01053	01053100
2938083	Derlen	derlen	DE		0	Europe/Berlin	49.29136	6.83957				09	00	10044	10044118
2938089	Derkum	derkum	DE		0	Europe/Berlin	50.7098	6.81485				07	053	05366	05366040
2938104	Derikum	derikum	DE		0	Europe/Berlin	51.16409	6.73674				07	051	05162	05162024
2938105	Derichsweiler	derichsweiler	DE		0	Europe/Berlin	50.79659	6.42723		Derichsweiler		07	053	05358	05358008
2938106	Derichsberg	derichsberg	DE		0	Europe/Berlin	50.75057	6.25744				07	053	05334	05334032
2938128	Dergenthin	dergenthin	DE		0	Europe/Berlin	53.07844	11.76718		Dergenthin		11	00	12070	12070296
2938133	Derendorf	derendorf	DE		0	Europe/Berlin	51.24467	6.80429		Derendorf,Djussel'dorf-Derendorf,Duesseldorf-Derendorf,Düsseldorf-Derendorf,Дюссельдорф-Дерендорф		07	051	05111	05111000
2938134	Derendingen	derendingen	DE		0	Europe/Berlin	48.5058	9.05338				01	084	08416	08416041
2938142	Derdingen	derdingen	DE		0	Europe/Berlin	49.08333	8.8				01	082	08215	08215059
2938145	Derching	derching	DE		0	Europe/Berlin	48.40801	10.96762				02	097	09771	09771130
2938148	Buhn	buhn	DE		0	Europe/Berlin	52.18217	8.88919		Buhn,Der Buhn		07	057	05758	05758036
2938157	Derbenscheberg	derbenscheberg	DE		0	Europe/Berlin	52.4242	12.00359				14	00	15086	15086035
2938158	Derben	derben	DE		0	Europe/Berlin	52.41446	11.99741				14	00	15086	15086035
2938164	Dequede	dequede	DE		0	Europe/Berlin	52.83622	11.68601				14	00	15090	15090415
2938165	Depzowermühle	depzowermuehle	DE		0	Europe/Berlin	53.98333	12.43333				12	00	13072	13072112
2938166	Depsried	depsried	DE		0	Europe/Berlin	47.77971	10.25841				02	097	09780	09780112
2938167	Deps	deps	DE		0	Europe/Berlin	50.00275	11.63679				02	094	09472	09472119
2938169	Deppenhöfen	deppenhoefen	DE		0	Europe/Berlin	51.5579	9.11682				07	057	05762	05762040
2938170	Deppenhausen	deppenhausen	DE		0	Europe/Berlin	48.2586	9.65943				01	084	08425	08425033
2938171	Deppendorf	deppendorf	DE		0	Europe/Berlin	52.0698	8.46651				07	057	05711	05711000
2938173	Depeskreuz	depeskreuz	DE		0	Europe/Berlin	51.26838	6.55774				07	051	05166	05166036
2938174	Deperstorf	deperstorf	DE		0	Europe/Berlin	54	12.4				12	00	13072	13072021
2938176	Depenthal	depenthal	DE		0	Europe/Berlin	53.2	11.78333				11	00	12070	12070173
2938182	Depenbrock	depenbrock	DE		0	Europe/Berlin	52.41252	9.06226				07	057	05770	05770028
2938183	Depenbrock	depenbrock	DE		0	Europe/Berlin	52.2	8.75				07	057	05758	05758024
2938184	Depenbrock	depenbrock	DE		0	Europe/Berlin	52.17327	8.35835		Depenbrock,Depenbrok		06	00	03459	03459024
2938186	Depenbeck	depenbeck	DE		0	Europe/Berlin	53.67067	9.44816				06	00	03359	03359038
2938188	Depenau	depenau	DE		0	Europe/Berlin	54.15613	10.23355				10	00	01057	01057080
2938189	Depekolk	depekolk	DE		0	Europe/Berlin	52.78042	11.30898				14	00	15081	15081455
2938191	Denzingen	denzingen	DE		0	Europe/Berlin	48.44389	10.28372				02	097	09774	09774135
2938193	Denzerhammer	denzerhammer	DE		0	Europe/Berlin	51.16684	8.5557				07	059	05958	05958048
2938194	Denzenlohe	denzenlohe	DE		0	Europe/Berlin	49.9613	11.52346		Denzenloh,Denzenlohe		02	094	09472	09472150
2938196	Denzen	denzen	DE		0	Europe/Berlin	49.94786	7.41413				08	00	07140	07140067
2938198	Dentingen	dentingen	DE		0	Europe/Berlin	48.14914	9.56373				01	084	08426	08426124
2938200	Dentenweiler	dentenweiler	DE		0	Europe/Berlin	47.61088	9.68189				01	084	08435	08435057
2938201	Denstorf	denstorf	DE		0	Europe/Berlin	52.25573	10.40925		Dennestorp,Denstorf,Denstorp,Denstorp [a. 1574]		06	00	03157	03157007
2938203	Denstedt	denstedt	DE		0	Europe/Berlin	51.00196	11.38689				15	00	16071	16071101
2938210	Densberg	densberg	DE		0	Europe/Berlin	50.99331	9.09279				05	066	06634	06634010
2938211	Dens	dens	DE		0	Europe/Berlin	51.02382	9.90439				05	066	06632	06632013
2938213	Dennweiler	dennweiler	DE		0	Europe/Berlin	49.58333	7.38333				08	00	07336	07336015
2938215	Dennschütz	dennschuetz	DE		0	Europe/Berlin	51.20207	13.27042				13	00	14627	14627130
2938216	Dennjächt	dennjacht	DE		0	Europe/Berlin	48.81353	8.71692				01	082	08235	08235073
2938218	Dennin	dennin	DE		0	Europe/Berlin	53.78901	13.48003				12	00	13075	13075127
2938220	Dennhof	dennhof	DE		0	Europe/Berlin	49.92274	11.81284				02	094	09472	09472156
2938221	Dennhof	dennhof	DE		0	Europe/Berlin	49.08485	9.5375				01	081	08127	08127052
2938224	Dennhausen	dennhausen	DE		0	Europe/Berlin	51.25086	9.4905		Dennhausen		05	066	06633	06633008
2938225	Dennewitz	dennewitz	DE		0	Europe/Berlin	51.9692	13.01274		Dennewitz		11	00	12072	12072297
2938226	Dennenlohe	dennenlohe	DE		0	Europe/Berlin	49.09604	10.60997				02	095	09571	09571208
2938228	Dennenberg	dennenberg	DE		0	Europe/Berlin	47.96477	10.3222				02	097	09778	09778186
2938234	Dennach	dennach	DE		0	Europe/Berlin	50.256	11.29324				02	094	09476	09476145
2938235	Dennach	dennach	DE		0	Europe/Berlin	48.82142	8.5526				01	082	08236	08236043
2938237	Denkzell	denkzell	DE		0	Europe/Berlin	49.06128	12.6942				02	092	09278	09278143
2938238	Denkwitz	denkwitz	DE		0	Europe/Berlin	51.28071	12.81967		Cannewitz-Denkwitz		13	00	14729	14729160
2938239	Denkwitz	denkwitz	DE		0	Europe/Berlin	51.13709	14.43174		Dzenikecy,Dźenikecy		13	00	14625	14625190
2938247	Denkiehausen	denkiehausen	DE		0	Europe/Berlin	51.84444	9.67242		Denkiehausen		06	00	03255	03255036
2938248	Denkhof	denkhof	DE		0	Europe/Berlin	48.70756	13.53516				02	092	09275	09275119
2938249	Denkershausen	denkershausen	DE		0	Europe/Berlin	51.73811	10.04657				06	00	03155	03155011
2938251	Denkenreuth	denkenreuth	DE		0	Europe/Berlin	49.76115	12.16179				02	093	09374	09374128
2938259	Dengling	dengling	DE		0	Europe/Berlin	48.91048	12.37024				02	093	09375	09375171
2938260	Denglarn	denglarn	DE		0	Europe/Berlin	49.40916	12.3631				02	093	09376	09376164
2938261	Dengkofen	dengkofen	DE		0	Europe/Berlin	48.73634	12.45791				02	092	09279	09279127
2938262	Denghausen	denghausen	DE		0	Europe/Berlin	52.82265	8.46804				06	00	03458	03458014
2938263	Dengeltshofen	dengeltshofen	DE		0	Europe/Berlin	47.70932	10.0256				01	084	08436	08436049
2938264	Dendert	dendert	DE		0	Europe/Berlin	50.62026	7.66001				08	00	07138	07138052
2938266	Dendelbach	dendelbach	DE		0	Europe/Berlin	49.04777	9.70125				01	081	08127	08127100
2938269	Demzin	demzin	DE		0	Europe/Berlin	53.66742	12.78927				12	00	13071	13071032
2938274	Demnitz	demnitz	DE		0	Europe/Berlin	53.69933	13.80607				12	00	13075	13075004
2938275	Demnitz	demnitz	DE		0	Europe/Berlin	52.38385	14.19501				11	00	12067	12067473
2938279	Demmingen	demmingen	DE		0	Europe/Berlin	48.6757	10.4375				01	081	08135	08135010
2938286	Demmeltrath	demmeltrath	DE		0	Europe/Berlin	51.1886	7.05909				07	051	05122	05122000
2938287	Demmelsdorf	demmelsdorf	DE		0	Europe/Berlin	49.97176	11.05808				02	094	09471	09471185
2938291	Demling	demling	DE		0	Europe/Berlin	49.01361	12.27028				02	093	09375	09375116
2938292	Demling	demling	DE		0	Europe/Berlin	48.79789	11.54308		Demling		02	091	09176	09176129
2938297	Demharthöfe	demharthofe	DE		0	Europe/Berlin	48.51046	10.58292		Demharthof,Demharthofe,Demharthöfe		02	097	09773	09773179
2938298	Demeusel	demeusel	DE		80	Europe/Berlin	50.52118	11.98699				13	00	14523	14523365
2938303	Demenricht	demenricht	DE		0	Europe/Berlin	49.52775	12.02199				02	093	09371	09371150
2938306	Demeldorf	demeldorf	DE		0	Europe/Berlin	49.35849	12.30105				02	093	09376	09376164
2938307	Demberg	demberg	DE		0	Europe/Berlin	47.74002	7.77609				01	083	08336	08336107
2938308	Demantsfürth	demantsfurth	DE		0	Europe/Berlin	49.66363	10.72317				02	095	09575	09575167
2938314	Delventhal	delventhal	DE		0	Europe/Berlin	52.99068	9.61998				06	00	03357	03357051
2938316	Delstrup	delstrup	DE		0	Europe/Berlin	51.95	7.68333				07	055	05515	05515000
2938317	Delstern	delstern	DE		0	Europe/Berlin	51.34136	7.50944				07	059	05914	05914000
2938320	Delrath	delrath	DE		0	Europe/Berlin	51.12798	6.78423				07	051	05162	05162004
2938321	Delmsen	delmsen	DE		0	Europe/Berlin	53.04257	9.70964		Delmsen		06	00	03358	03358017
2938322	Delmschütz	delmschuetz	DE		0	Europe/Berlin	51.21137	13.1258				13	00	14522	14522450
2938326	Dellwig	dellwig	DE		0	Europe/Berlin	51.49235	6.93743		Dellwig		07	051	05113	05113000
2938327	Dellwig	dellwig	DE		0	Europe/Berlin	51.47798	7.69152		Dellwig		07	059	05978	05978012
2938328	Dellwig	dellwig	DE		0	Europe/Berlin	51.33866	7.29621				07	059	05954	05954028
2938329	Dellweg	dellweg	DE		0	Europe/Berlin	54.23348	9.0471				10	00	01051	01051075
2938334	Dellnhausen	dellnhausen	DE		0	Europe/Berlin	48.52925	11.66667				02	091	09178	09178116
2938336	Dellmensingen	dellmensingen	DE		0	Europe/Berlin	48.30205	9.90279		Dellmensingen		01	084	08425	08425039
2938338	Dellinghaus	dellinghaus	DE		0	Europe/Berlin	51.25	6.83333				07	051	05111	05111000
2938341	Dellingen	dellingen	DE		0	Europe/Berlin	50.81242	7.67834				08	00	07132	07132034
2938342	Delling	delling	DE		0	Europe/Berlin	51.04697	7.30747		Delling		07	053	05378	05378012
2938343	Delling	delling	DE		0	Europe/Berlin	48.05938	11.23755				02	091	09188	09188132
2938345	Dellien	dellien	DE		0	Europe/Berlin	53.30698	10.92178				06	00	03355	03355049
2938347	Delliehausen	delliehausen	DE		0	Europe/Berlin	51.68396	9.74377				06	00	03155	03155012
2938348	Dellhofen	dellhofen	DE		0	Europe/Berlin	50.08889	7.72581				08	00	07140	07140112
2938352	Dellern	dellern	DE		0	Europe/Berlin	49.85979	10.83518				02	094	09471	09471191
2938354	Dellerhof	dellerhof	DE		0	Europe/Berlin	49.85918	10.82909				02	094	09471	09471191
2938355	Dellenhag	dellenhag	DE		0	Europe/Berlin	47.89029	9.71067				01	084	08436	08436009
2938357	Dellendorf	dellendorf	DE		0	Europe/Berlin	48.59049	12.88734				02	092	09277	09277142
2938363	Dellbrück	dellbruck	DE		0	Europe/Berlin	50.97715	7.07				07	053	05315	05315000
2938364	Dellbrück	dellbrueck	DE		0	Europe/Berlin	54.10154	9.18812				10	00	01051	01051004
2938370	Delkhofen	delkhofen	DE		0	Europe/Berlin	48.16523	8.7849				01	083	08327	08327009
2938371	Delkenheim	delkenheim	DE		0	Europe/Berlin	50.04476	8.35949				05	064	06414	06414000
2938380	Delhoven	delhoven	DE		0	Europe/Berlin	51.07781	6.78054				07	051	05162	05162004
2938383	Delfshausen	delfshausen	DE		0	Europe/Berlin	53.2847	8.24905				06	00	03451	03451005
2938385	Delecke	delecke	DE		0	Europe/Berlin	51.491	8.09031				07	059	05974	05974032
2938386	Deldorf	deldorf	DE		0	Europe/Berlin	52.76033	7.2235				06	00	03454	03454018
2938389	Delbrück	delbrueck	DE		29884	Europe/Berlin	51.76503	8.56223		Dehl'bruk,Del'brjuk,Delbrik,Delbruck,Delbrueck,Delbrück,de er bu lu ke,dlbrwk,Делбрик,Дельбрюк,Дэльбрук,دلبروك,دلبروک,德尔布吕克		07	057	05774	05774020
2938390	Dekanat	dekanat	DE		0	Europe/Berlin	52.15	8.66667				07	057	05758	05758016
2938395	Deitlevsen	deitlevsen	DE		0	Europe/Berlin	51.97842	9.34596				06	00	03252	03252005
2938397	Deitersen	deitersen	DE		0	Europe/Berlin	51.82509	9.73645				06	00	03155	03155003
2938398	Deiters	deiters	DE		0	Europe/Berlin	52.4	7.13333				06	00	03456	03456003
2938399	Deitenbecke	deitenbecke	DE		0	Europe/Berlin	51.23095	7.74998				07	059	05962	05962060
2938400	Deitenbach	deitenbach	DE		0	Europe/Berlin	51.05801	7.64582		Deitenbach		07	053	05374	05374012
2938405	Deislkühn	deislkuhn	DE		0	Europe/Berlin	49.3676	12.12766				02	093	09376	09376163
2938406	Deising	deising	DE		0	Europe/Berlin	48.99192	11.62697				02	092	09273	09273164
2938407	Deisfeld	deisfeld	DE		0	Europe/Berlin	51.31486	8.73098		Deisfeld		05	066	06635	06635007
2938409	Deisenried	deisenried	DE		0	Europe/Berlin	47.76114	11.95965				02	091	09182	09182114
2938411	Deisenhofen	deisenhofen	DE		0	Europe/Berlin	48.61827	10.53881				02	097	09773	09773139
2938412	Deisenhofen	deisenhofen	DE		0	Europe/Berlin	48.2521	11.22592				02	091	09179	09179134
2938413	Deisenhofen	deisenhofen	DE		0	Europe/Berlin	48.01823	11.58877				02	091	09184	09184134
2938416	Deisenham	deisenham	DE		0	Europe/Berlin	48.03814	12.52332				02	091	09189	09189157
2938418	Deisendorf	deisendorf	DE		0	Europe/Berlin	47.76901	9.21319		Deisendorf		01	084	08435	08435059
2938422	Deisel	deisel	DE		0	Europe/Berlin	51.59222	9.40842				05	066	06633	06633025
2938424	Deiringsen	deiringsen	DE		0	Europe/Berlin	51.53417	8.07927		Deiringsen		07	059	05974	05974040
2938426	Deipenbrink	deipenbrink	DE		0	Europe/Berlin	51.30745	7.55769				07	059	05914	05914000
2938427	Deinting	deinting	DE		0	Europe/Berlin	48.03839	12.57386		Deinting		02	091	09189	09189157
2938428	Deinstrop	deinstrop	DE		0	Europe/Berlin	51.39399	7.90026				07	059	05958	05958004
2938431	Deinshof	deinshof	DE		0	Europe/Berlin	49.37868	11.7025				02	093	09371	09371132
2938432	Deinsen	deinsen	DE		0	Europe/Berlin	52.31076	9.09179				06	00	03257	03257034
2938433	Deinsen	deinsen	DE		0	Europe/Berlin	52.05048	9.71303				06	00	03254	03254013
2938434	Deinsdorf	deinsdorf	DE		0	Europe/Berlin	49.50921	11.55022				02	093	09371	09371157
2938435	Deinschwang	deinschwang	DE		0	Europe/Berlin	49.38762	11.49445				02	093	09373	09373140
2938437	Deininghausen	deininghausen	DE		0	Europe/Berlin	51.56852	7.33453		Deininghausen		07	055	05562	05562004
2938447	Deindorf	deindorf	DE		0	Europe/Berlin	49.56685	12.22185				02	093	09376	09376150
2938448	Deindorf	deindorf	DE		0	Europe/Berlin	48.23801	12.90208		Deindorf,Deindory		02	092	09277	09277128
2938451	Deimling	deimling	DE		0	Europe/Berlin	48.32093	12.00843				02	091	09177	09177113
2938452	Deimhausen	deimhausen	DE		0	Europe/Berlin	48.62018	11.39569				02	091	09186	09186128
2938453	Deimern	deimern	DE		0	Europe/Berlin	53.03187	9.90111		Deimern		06	00	03358	03358021
2938455	Deimenried	deimenried	DE		0	Europe/Berlin	47.75333	11.13632				02	091	09190	09190131
2938458	Deilmissen	deilmissen	DE		0	Europe/Berlin	52.06107	9.68277				06	00	03254	03254013
2938459	Deilinghofen	deilinghofen	DE		0	Europe/Berlin	51.37826	7.80241				07	059	05962	05962016
2938462	Deila	deila	DE		0	Europe/Berlin	51.14856	13.35453		Deila		13	00	14627	14627080
2938463	Deigstetten	deigstetten	DE		0	Europe/Berlin	47.98303	11.4899				02	091	09184	09184144
2938464	Deifeld	deifeld	DE		0	Europe/Berlin	51.2397	8.65711		Deifeld		07	059	05958	05958028
2938466	Deiderode	deiderode	DE		0	Europe/Berlin	51.42249	9.86375		Deiderode		06	00	03159	03159013
2938467	Deichwall	deichwall	DE		0	Europe/Berlin	52.58464	7.61429				06	00	03454	03454059
2938468	Deich-und Sielrott	deich-und-sielrott	DE		0	Europe/Berlin	53.66756	7.34197				06	00	03452	03452027
2938469	Deichstücken	deichstuecken	DE		0	Europe/Berlin	53.23034	8.45819				06	00	03461	03461004
2938470	Deichstrich	deichstrich	DE		0	Europe/Berlin	53.67365	7.44678				06	00	03452	03452027
2938472	Deichshausen	deichshausen	DE		0	Europe/Berlin	53.15011	8.60971				06	00	03461	03461006
2938482	Deichreihe	deichreihe	DE		0	Europe/Berlin	53.73633	9.46472				10	00	01061	01061118
2938483	Deichreihe	deichreihe	DE		0	Europe/Berlin	53.63794	9.59094				10	00	01056	01056020
2938485	Deichhorst	deichhorst	DE		0	Europe/Berlin	53.05	8.61667				06	00	03401	03401000
2938487	Deichhauser Heide	deichhauser-heide	DE		0	Europe/Berlin	53.06667	8.63333				06	00	03401	03401000
2938488	Deichhausen	deichhausen	DE		0	Europe/Berlin	53.10163	8.64659				06	00	03401	03401000
2938490	Deicheroda	deicheroda	DE		0	Europe/Berlin	50.76936	10.01697		Deicheroda		15	00	16063	16063078
2938496	Deibow	deibow	DE		0	Europe/Berlin	53.17672	11.5329				12	00	13076	13076097
2938498	Dehrn	dehrn	DE		2307	Europe/Berlin	50.42049	8.09846		Dehrn		05	065	06533	06533013
2938500	Dehringhausen	dehringhausen	DE		0	Europe/Berlin	51.29654	9.03316				05	066	06635	06635021
2938501	Dehrenberg	dehrenberg	DE		0	Europe/Berlin	52.08056	9.27744				06	00	03252	03252001
2938505	Dehnsen	dehnsen	DE		0	Europe/Berlin	53.12667	10.1689				06	00	03355	03355002
2938506	Dehnsen	dehnsen	DE		0	Europe/Berlin	52.02456	9.77191		Dehnsen		06	00	03254	03254002
2938508	Dehnitz	dehnitz	DE		0	Europe/Berlin	51.35013	12.73436				13	00	14729	14729410
2938509	Dehnhöft	dehnhoeft	DE		0	Europe/Berlin	54.41365	10.07866				10	00	01058	01058051
2938511	Dehnernbockel	dehnernbockel	DE		0	Europe/Berlin	52.9296	9.90726				06	00	03358	03358023
2938514	Dehnbostel	dehnbostel	DE		0	Europe/Berlin	52.93993	9.70212				06	00	03358	03358024
2938515	Dehnberg	dehnberg	DE		0	Europe/Berlin	49.53763	11.28468				02	095	09574	09574138
2938518	Dehmkerbrock	dehmkerbrock	DE		0	Europe/Berlin	52.1005	9.23816				06	00	03252	03252001
2938519	Dehmke	dehmke	DE		0	Europe/Berlin	52.08889	9.25203				06	00	03252	03252001
2938521	Dehmen	dehmen	DE		0	Europe/Berlin	53.80223	12.27972				12	00	13072	13072033
2938524	Dehlthun	dehlthun	DE		0	Europe/Berlin	53.02835	8.5041				06	00	03458	03458005
2938527	Dehlingen	dehlingen	DE		0	Europe/Berlin	50.64429	7.87495				08	00	07143	07143202
2938528	Dehlingen	dehlingen	DE		0	Europe/Berlin	48.80653	10.35333				01	081	08136	08136045
2938530	Dehles	dehles	DE		0	Europe/Berlin	50.44659	11.97665		Dehles		13	00	14523	14523450
2938531	Dehlentrup	dehlentrup	DE		0	Europe/Berlin	51.96881	8.89566				07	057	05766	05766020
2938533	Dehausen	dehausen	DE		0	Europe/Berlin	51.45647	9.04381				05	066	06635	06635008
2938534	Degtow	degtow	DE		0	Europe/Berlin	53.85487	11.22106		Degtow		12	00	13074	13074026
2938535	Degmarn	degmarn	DE		0	Europe/Berlin	49.25028	9.2866		Degmarn		01	081	08125	08125078
2938536	Deglhof	deglhof	DE		0	Europe/Berlin	49.18967	12.09948				02	093	09376	09376141
2938539	Deggenhausen	deggenhausen	DE		0	Europe/Berlin	47.80393	9.38267		Deggenhausen,Deggenhausertal		01	084	08435	08435067
2938541	Deggenau	deggenau	DE		0	Europe/Berlin	48.81401	12.97986		Deggenau		02	092	09271	09271119
2938542	Degetsweiler	degetsweiler	DE		0	Europe/Berlin	47.63333	9.78333				01	084	08436	08436081
2938543	Degersheim	degersheim	DE		0	Europe/Berlin	48.99861	10.77805		Degersheim		02	095	09577	09577140
2938544	Degersen	degersen	DE		0	Europe/Berlin	52.28633	9.57132				06	00	03241	03241020
2938547	Degerschlacht	degerschlacht	DE		0	Europe/Berlin	48.52243	9.1753				01	084	08415	08415061
2938549	Degerndorf am Inn	degerndorf-am-inn	DE		0	Europe/Berlin	47.73396	12.1112		Degerndorf,Degerndorf am Inn		02	091	09187	09187120
2938550	Degerndorf	degerndorf	DE		0	Europe/Berlin	49.17071	11.74662				02	093	09373	09373143
2938551	Degerndorf	degerndorf	DE		0	Europe/Berlin	47.87997	11.37978				02	091	09173	09173137
2938552	Degernbach	degernbach	DE		0	Europe/Berlin	48.91638	12.76134				02	092	09278	09278118
2938553	Degernbach	degernbach	DE		0	Europe/Berlin	48.43574	12.96971				02	092	09277	09277138
2938554	Degernau	degernau	DE		0	Europe/Berlin	48.03499	9.77285				01	084	08426	08426062
2938555	Degernau	degernau	DE		0	Europe/Berlin	47.66725	8.382		Degernau		01	083	08337	08337123
2938558	Degerloch	degerloch	DE		0	Europe/Berlin	48.74677	9.17049				01	081	08111	08111000
2938559	Degerfelden	degerfelden	DE		0	Europe/Berlin	47.57164	7.74595				01	083	08336	08336069
2938560	Degenreuth	degenreuth	DE		0	Europe/Berlin	50.23326	12.03054				02	094	09475	09475162
2938561	Degenhof	degenhof	DE		0	Europe/Berlin	48.88854	9.43069				01	081	08119	08119085
2938563	Degenfeld	degenfeld	DE		0	Europe/Berlin	48.72761	9.87834				01	081	08136	08136065
2938566	Degenershausen	degenershausen	DE		0	Europe/Berlin	51.68678	11.30368				14	00	15085	15085110
2938567	Degendorf	degendorf	DE		0	Europe/Berlin	50.13846	11.11087				02	094	09478	09478139
2938571	Degelstein	degelstein	DE		0	Europe/Berlin	47.56667	9.66667				02	097	09776	09776111
2938572	Degelsdorf	degelsdorf	DE		0	Europe/Berlin	49.70954	11.63753				02	093	09371	09371113
2938576	Degelberg	degelberg	DE		0	Europe/Berlin	49.29167	12.76913				02	093	09372	09372126
2938578	Deffingen	deffingen	DE		0	Europe/Berlin	48.43501	10.29831				02	097	09774	09774135
2938579	Deffersdorf	deffersdorf	DE		0	Europe/Berlin	49.17693	10.49538				02	095	09571	09571223
2938580	Defersdorf	defersdorf	DE		0	Europe/Berlin	49.36172	10.90782				02	095	09573	09573125
2938581	Deezbülleck	deezbuelleck	DE		0	Europe/Berlin	54.76667	8.8				10	00	01054	01054165
2938582	Deezbüll	deezbuell	DE		0	Europe/Berlin	54.77807	8.82116		Deesbel		10	00	01054	01054088
2938583	Deetzerwarthe	deetzerwarthe	DE		0	Europe/Berlin	52.58333	11.63333				14	00	15090	15090070
2938590	Deesem	deesem	DE		0	Europe/Berlin	50.85733	7.27896				07	053	05382	05382028
2938591	Deesdorf	deesdorf	DE		0	Europe/Berlin	51.91961	11.19223				14	00	15085	15085365
2938592	Deesberg	deesberg	DE		0	Europe/Berlin	52.18894	8.85727				07	057	05770	05770004
2938597	Deepen	deepen	DE		0	Europe/Berlin	53.12246	9.58635				06	00	03357	03357041
2938599	Deelsen	deelsen	DE		0	Europe/Berlin	52.95777	9.31268				06	00	03361	03361005
2938600	Deelen	deelen	DE		0	Europe/Berlin	51.06853	6.6699				07	051	05162	05162028
2938604	Deditz	deditz	DE		0	Europe/Berlin	51.24896	12.80745		Deditz,Golzern-Deditz		13	00	14729	14729160
2938605	Dedinghausen	dedinghausen	DE		0	Europe/Berlin	51.66927	8.40643		Dedinghausen		07	059	05974	05974028
2938609	Dedesdorf	dedesdorf	DE		0	Europe/Berlin	53.44458	8.50408				06	00	03352	03352032
2938611	Dederles	dederles	DE		0	Europe/Berlin	47.63784	10.56399				02	097	09777	09777170
2938612	Dedensen	dedensen	DE		0	Europe/Berlin	52.40212	9.51501		Dedensen		06	00	03241	03241015
2938613	Dedenhausen	dedenhausen	DE		0	Europe/Berlin	52.43132	10.2293		Danhuesen,Danhüsen,Dedenhusen [a. 1331],Deinhusen		06	00	03241	03241018
2938614	Dedendorf	dedendorf	DE		0	Europe/Berlin	52.78838	9.11685				06	00	03256	03256003
2938616	Dedenborn	dedenborn	DE		0	Europe/Berlin	50.58215	6.35399		Dedenborn		07	053	05334	05334028
2938620	Dedelow	dedelow	DE		0	Europe/Berlin	53.36203	13.79948				11	00	12073	12073452
2938627	Deckersberg	deckersberg	DE		0	Europe/Berlin	49.47047	11.45608				02	095	09574	09574128
2938629	Deckerkrug	deckerkrug	DE		0	Europe/Berlin	54.51667	9.48333				10	00	01059	01059077
2938632	Deckenreuth	deckenreuth	DE		0	Europe/Berlin	50.21037	11.50391		Deckenreuth,Dekenreuth		02	094	09477	09477156
2938635	Deckenhardt	deckenhardt	DE		0	Europe/Berlin	49.53333	7.11667				09	00	10046	10046116
2938637	Deckenbach	deckenbach	DE		0	Europe/Berlin	50.71523	8.94807				05	065	06535	06535009
2938638	Deckelstein	deckelstein	DE		0	Europe/Berlin	49.04293	11.97547				02	093	09375	09375181
2938641	Deckbergen	deckbergen	DE		0	Europe/Berlin	52.20322	9.16987		Deckbergen		06	00	03257	03257031
2938642	Deckau	deckau	DE		0	Europe/Berlin	52.66452	8.43201				06	00	03251	03251013
2938643	Dechwitz	dechwitz	DE		0	Europe/Berlin	51.2385	12.432				13	00	14729	14729190
2938644	Dechtow	dechtow	DE		0	Europe/Berlin	52.75676	12.80886				11	00	12068	12068117
2938645	Dechowshof	dechowshof	DE		0	Europe/Berlin	54.28236	12.47231				12	00	13073	13073075
2938647	Deching	deching	DE		0	Europe/Berlin	48.72002	13.54074				02	092	09272	09272141
2938652	Dechengrün	dechengruen	DE		0	Europe/Berlin	50.38333	12.05				13	00	14523	14523060
2938653	Dechendorf	dechendorf	DE		0	Europe/Berlin	49.31003	10.92076		Dechendorf		02	095	09576	09576142
2938654	Dechen	dechen	DE		0	Europe/Berlin	49.33471	7.14471				09	00	10043	10043114
2938655	Decheldorf	decheldorf	DE		0	Europe/Berlin	49.77761	10.73124				02	095	09572	09572143
2938656	Dechbetten	dechbetten	DE		0	Europe/Berlin	49.01035	12.0532				02	093	09362	09362000
2938658	Dechantsees	dechantsees	DE		0	Europe/Berlin	49.93377	12.00394				02	093	09377	09377148
2938660	Debstedterbüttel	debstedterbuettel	DE		0	Europe/Berlin	53.61376	8.65044				06	00	03352	03352062
2938661	Debstedt	debstedt	DE		0	Europe/Berlin	53.62079	8.63723		Debstedt		06	00	03352	03352062
2938662	Debschwitz	debschwitz	DE		0	Europe/Berlin	50.85622	12.07228				15	00	16052	16052000
2938663	Debring	debring	DE		0	Europe/Berlin	49.8589	10.85827				02	094	09471	09471191
2938665	Deblinghausen	deblinghausen	DE		0	Europe/Berlin	52.5933	8.97561		Deblinghausen		06	00	03256	03256030
2938668	Debersdorf	debersdorf	DE		0	Europe/Berlin	49.78084	10.60379				02	094	09471	09471220
2938669	Deberndorf	deberndorf	DE		0	Europe/Berlin	49.44022	10.79778		Deberndorf		02	095	09573	09573114
2938672	Dazendorf	dazendorf	DE		0	Europe/Berlin	54.35271	10.92845				10	00	01055	01055015
2938674	Daxstein	daxstein	DE		0	Europe/Berlin	48.81334	13.23389				02	092	09272	09272152
2938675	Daxlberg	daxlberg	DE		0	Europe/Berlin	47.84004	12.21808				02	091	09187	09187167
2938676	Daxlarn	daxlarn	DE		0	Europe/Berlin	48.64666	13.11972				02	092	09275	09275154
2938677	Daxlanden	daxlanden	DE		0	Europe/Berlin	49.00462	8.3319		Daxlanden		01	082	08212	08212000
2938684	Daxberg	daxberg	DE		0	Europe/Berlin	50.04518	9.16693				02	096	09671	09671143
2938685	Daxberg	daxberg	DE		0	Europe/Berlin	48.05925	10.32162		Daxberg		02	097	09778	09778136
2938693	Daverden	daverden	DE		0	Europe/Berlin	52.97647	9.17106				06	00	03361	03361006
2938695	Davenstedt	davenstedt	DE		0	Europe/Berlin	52.36646	9.67184				06	00	03241	03241001
2938696	Davensberg	davensberg	DE		0	Europe/Berlin	51.81646	7.59368		Davensberg		07	055	05558	05558004
2938699	Dautzschen	dautzschen	DE		0	Europe/Berlin	51.63893	13.00711				13	00	14730	14730030
2938700	Dautweiler	dautweiler	DE		0	Europe/Berlin	49.5	6.96667				09	00	10046	10046118
2938701	Dautphe	dautphe	DE		0	Europe/Berlin	50.85822	8.54335		Dautphe		05	065	06534	06534007
2938703	Dautersdorf	dautersdorf	DE		0	Europe/Berlin	49.37749	12.44495				02	093	09376	09376172
2938704	Dautenwinden	dautenwinden	DE		0	Europe/Berlin	49.26752	10.52555				02	095	09561	09561000
2938705	Dautenstein	dautenstein	DE		0	Europe/Berlin	48.30492	7.9419				01	083	08317	08317127
2938706	Dautenheim	dautenheim	DE		0	Europe/Berlin	49.73949	8.14755				08	00	07331	07331003
2938709	Dausfeld	dausfeld	DE		0	Europe/Berlin	50.21854	6.44671				08	00	07232	07232296
2938715	Daumitsch	daumitsch	DE		0	Europe/Berlin	50.67014	11.68121				15	00	16075	16075039
2938718	Daugzin	daugzin	DE		0	Europe/Berlin	53.91202	13.69823				12	00	13075	13075121
2938719	Daugendorf	daugendorf	DE		0	Europe/Berlin	48.18274	9.49017				01	084	08426	08426097
2938720	Daufenbach	daufenbach	DE		0	Europe/Berlin	50.58801	7.58195		Daufenbach		08	00	07138	07138014
2938721	Daufenbach	daufenbach	DE		0	Europe/Berlin	49.87351	6.65068				08	00	07235	07235151
2938723	Dauerthal	dauerthal	DE		0	Europe/Berlin	53.36546	13.97007				11	00	12073	12073490
2938724	Dauersberg	dauersberg	DE		0	Europe/Berlin	50.76801	7.84187				08	00	07132	07132006
2938726	Dauernheim	dauernheim	DE		0	Europe/Berlin	50.3622	8.95608		Dauernheim		05	064	06440	06440020
2938727	Dauernberg	dauernberg	DE		0	Europe/Berlin	49.03013	9.46135				01	081	08119	08119069
2938729	Dauer	dauer	DE		0	Europe/Berlin	53.39044	13.91187				11	00	12073	12073452
2938732	Dauenhof	dauenhof	DE		0	Europe/Berlin	53.84895	9.66513		Dauenhof		10	00	01061	01061041
2938734	Dauelsen	dauelsen	DE		0	Europe/Berlin	52.95444	9.23037				06	00	03361	03361012
2938735	Daudistel	daudistel	DE		0	Europe/Berlin	49.99415	6.30633				08	00	07232	07232088
2938737	Daudenzell	daudenzell	DE		0	Europe/Berlin	49.34659	9.00599		Daudenzell		01	082	08225	08225002
2938741	Dauching	dauching	DE		0	Europe/Berlin	49.34514	12.01012				02	093	09376	09376161
2938742	Daubringen	daubringen	DE		0	Europe/Berlin	50.64917	8.73921		Daubringen		05	065	06531	06531017
2938743	Daubornerhof	daubornerhof	DE		0	Europe/Berlin	49.46667	7.86667				08	00	07335	07335004
2938745	Dauborn	dauborn	DE		0	Europe/Berlin	50.32816	8.1764		Dauborn,Dauborn-Eufingen		05	065	06533	06533008
2938746	Daubnitz	daubnitz	DE		0	Europe/Berlin	51.19171	13.34214				13	00	14627	14627130
2938748	Daubitz	daubitz	DE		0	Europe/Berlin	51.3967	14.83029		Daubitz,Dubc		13	00	14626	14626460
2938749	Daubhausen	daubhausen	DE		0	Europe/Berlin	50.60546	8.35015		Daubhausen,Daubhausen Greifenthal		05	065	06532	06532008
2938752	Daubersbach	daubersbach	DE		0	Europe/Berlin	49.43584	10.59119				02	095	09571	09571194
2938754	Daubenrath	daubenrath	DE		0	Europe/Berlin	50.89453	6.41713		Daubenrath		07	053	05358	05358024
2938755	Daubenbornerhof	daubenbornerhof	DE		0	Europe/Berlin	49.46615	7.86346				08	00	07335	07335004
2938756	Daube	daube	DE		0	Europe/Berlin	50.9935	13.97676				13	00	14628	14628240
2938758	Dauban	dauban	DE		0	Europe/Berlin	51.28287	14.62935		Dauban,Dubo		13	00	14626	14626190
2938762	Datzow	datzow	DE		0	Europe/Berlin	54.32333	13.25586				12	00	13073	13073065
2938763	Dätzingen	datzingen	DE		0	Europe/Berlin	48.71668	8.88609				01	081	08115	08115054
2938767	Datum	datum	DE		0	Europe/Berlin	53.61667	9.8				10	00	01056	01056018
2938768	Dattingen	dattingen	DE		0	Europe/Berlin	47.83407	7.65661				01	083	08315	08315074
2938769	Datting	datting	DE		0	Europe/Berlin	48.9156	12.97601				02	092	09271	09271122
2938770	Datting	datting	DE		0	Europe/Berlin	48.86152	13.10145				02	092	09271	09271130
2938771	Datthausen	datthausen	DE		0	Europe/Berlin	48.21618	9.5354				01	084	08425	08425090
2938773	Datterode	datterode	DE		0	Europe/Berlin	51.11839	10.02478				05	066	06636	06636010
2938774	Dattensoll	dattensoll	DE		0	Europe/Berlin	49.99278	9.89539				02	096	09677	09677114
2938775	Dattenried	dattenried	DE		0	Europe/Berlin	47.75211	10.69832				02	097	09777	09777171
2938776	Dattenhausen	dattenhausen	DE		0	Europe/Berlin	48.65958	10.3875		Dattenhausen		02	097	09773	09773186
2938777	Dattenhausen	dattenhausen	DE		0	Europe/Berlin	48.17284	10.14725				02	097	09775	09775111
2938778	Dattenfeld	dattenfeld	DE		0	Europe/Berlin	50.80327	7.56308		Dattenfeld		07	053	05382	05382076
2938779	Dattenbrunn	dattenbrunn	DE		0	Europe/Berlin	48.88839	10.79173				02	097	09779	09779198
2938794	Daßwang	dasswang	DE		0	Europe/Berlin	49.14483	11.66113				02	093	09373	09373160
2938796	Das Städtel	das-staedtel	DE		0	Europe/Berlin	50.86667	14.76667				13	00	14626	14626400
2938799	Daßlitz	dasslitz	DE		0	Europe/Berlin	50.68333	10.13333				15	00	16063	16063015
2938803	Daßfeld	dassfeld	DE		0	Europe/Berlin	48.75988	11.83718				02	092	09273	09273172
2938804	Dassensen	dassensen	DE		0	Europe/Berlin	51.78279	9.80501				06	00	03155	03155013
2938810	Dasselsbruch	dasselsbruch	DE		0	Europe/Berlin	52.56801	10.00416		Dasselsbruch,Dasselsgut [a. 1876]		06	00	03351	03351001
2938816	Daßberg	dassberg	DE		0	Europe/Berlin	47.89985	10.35361				02	097	09778	09778186
2938824	Daspig	daspig	DE		0	Europe/Berlin	51.3164	12.03597				14	00	15088	15088205
2938825	Daspe	daspe	DE		0	Europe/Berlin	51.98869	9.4675				06	00	03255	03255017
2938833	Daskow	daskow	DE		0	Europe/Berlin	54.23546	12.53092				12	00	13073	13073001
2938853	Daseburg	daseburg	DE		0	Europe/Berlin	51.51205	9.22165				07	057	05762	05762036
2938855	Daschow	daschow	DE		0	Europe/Berlin	53.50143	12.16844				12	00	13076	13076040
2938858	Daschendorf	daschendorf	DE		0	Europe/Berlin	50.0041	10.87286				02	094	09471	09471115
2938866	Dasbeck	dasbeck	DE		0	Europe/Berlin	51.72328	7.80828				07	059	05915	05915000
2938867	Dasbach	dasbach	DE		0	Europe/Berlin	50.63309	7.47403				08	00	07138	07138003
2938868	Dasbach	dasbach	DE		0	Europe/Berlin	50.19689	8.29242				05	064	06439	06439008
2938872	Darze	darze	DE		0	Europe/Berlin	53.4859	11.8951				12	00	13076	13076120
2938873	Darze	darze	DE		0	Europe/Berlin	53.36018	12.38091				12	00	13071	13071003
2938874	Darzau	darzau	DE		0	Europe/Berlin	53.199	10.87992				06	00	03354	03354019
2938875	Darz	darz	DE		0	Europe/Berlin	54.39243	13.54212				12	00	13073	13073106
2938876	Darup	darup	DE		0	Europe/Berlin	51.9303	7.29786		Darup		07	055	05558	05558032
2938877	Darum	darum	DE		0	Europe/Berlin	52.28658	8.16115				06	00	03404	03404000
2938881	Darstadt	darstadt	DE		0	Europe/Berlin	49.67402	9.99499				02	096	09679	09679170
2938883	Darßer Ort	darsser-ort	DE		0	Europe/Berlin	54.47313	12.50287				12	00	13073	13073012
2938886	Darß	darss	DE		0	Europe/Berlin	53.36642	12.10247		Darss,Darz,Darß		12	00	13076	13076165
2938888	Darsikow	darsikow	DE		0	Europe/Berlin	53.01823	12.5894				11	00	12068	12068425
2938890	Darshofen	darshofen	DE		0	Europe/Berlin	49.17003	11.69057				02	093	09373	09373151
2938891	Darsekau	darsekau	DE		0	Europe/Berlin	52.89171	11.01336				14	00	15081	15081455
2938895	Darsberg	darsberg	DE		0	Europe/Berlin	49.41942	8.84907		Darsberg,Dursburg,Dürsburg		05	064	06431	06431018
2938896	Darsberg	darsberg	DE		0	Europe/Berlin	49.332	11.81425				02	093	09371	09371154
2938897	Darsband	darsband	DE		0	Europe/Berlin	54.35719	13.47048				12	00	13073	13073070
2938898	Darry	darry	DE		0	Europe/Berlin	54.31367	10.56988				10	00	01057	01057055
2938900	Darritz	darritz	DE		0	Europe/Berlin	52.94546	12.70719				11	00	12068	12068306
2938901	Darrigsdorf	darrigsdorf	DE		0	Europe/Berlin	52.7336	10.70255		Darrigsdorf		06	00	03151	03151040
2938902	Darrenkamp	darrenkamp	DE		0	Europe/Berlin	52.77165	8.1463				06	00	03453	03453003
2938903	Darrel	darrel	DE		0	Europe/Berlin	52.75437	7.99873				06	00	03453	03453006
2938907	Darpvenne	darpvenne	DE		0	Europe/Berlin	52.37432	8.17199				06	00	03459	03459029
2938908	Darnstedt	darnstedt	DE		0	Europe/Berlin	51.07964	11.61089				15	00	16071	16071064
2938909	Darnewitz	darnewitz	DE		0	Europe/Berlin	52.64542	11.71107				14	00	15090	15090070
2938910	Darnebeck	darnebeck	DE		0	Europe/Berlin	52.66906	11.07296		Darnebeck		14	00	15081	15081045
2938914	Darmsheim	darmsheim	DE		0	Europe/Berlin	48.69527	8.93952				01	081	08115	08115045
2938915	Darmsbach	darmsbach	DE		0	Europe/Berlin	48.93691	8.56319				01	082	08236	08236071
2938916	Darme	darme	DE		0	Europe/Berlin	52.50569	7.31619				06	00	03454	03454032
2938920	Darlaten	darlaten	DE		0	Europe/Berlin	52.52917	8.84949				06	00	03256	03256033
2938921	Daring	daring	DE		0	Europe/Berlin	47.91514	12.92624				02	091	09172	09172122
2938925	Dargow	dargow	DE		0	Europe/Berlin	53.64087	10.88333				10	00	01053	01053107
2938926	Dargitz	dargitz	DE		0	Europe/Berlin	53.53932	13.9357				12	00	13075	13075126
2938927	Dargibell	dargibell	DE		0	Europe/Berlin	53.79376	13.70888				12	00	13075	13075098
2938928	Dargezin	dargezin	DE		0	Europe/Berlin	53.9681	13.42855				12	00	13075	13075044
2938930	Dargersdorf	dargersdorf	DE		0	Europe/Berlin	53.06206	13.55301				11	00	12073	12073572
2938932	Dargelütz	dargeluetz	DE		0	Europe/Berlin	53.48386	11.85476				12	00	13076	13076108
2938934	Dargast	dargast	DE		0	Europe/Berlin	54.53164	13.60931				12	00	13073	13073080
2938935	Dargardt	dargardt	DE		0	Europe/Berlin	53.16404	11.68718				11	00	12070	12070173
2938936	Darfeld	darfeld	DE		0	Europe/Berlin	52.02384	7.27352		Darfeld		07	055	05558	05558040
2938939	Darenwurth	darenwurth	DE		0	Europe/Berlin	53.97215	9.02324				10	00	01051	01051046
2938940	Daren	daren	DE		0	Europe/Berlin	52.72218	8.22692				06	00	03460	03460001
2938944	Darchau	darchau	DE		0	Europe/Berlin	53.23972	10.89514				06	00	03355	03355049
2938945	Darbein	darbein	DE		0	Europe/Berlin	53.9376	12.84177				12	00	13071	13071027
2938946	Daranitz	daranitz	DE		0	Europe/Berlin	51.15527	14.47874		Daranitz,Toronca,Torońca		13	00	14625	14625290
2938947	Dappach	dappach	DE		0	Europe/Berlin	48.97677	9.70024				01	081	08127	08127023
2938949	Dapfen	dapfen	DE		0	Europe/Berlin	48.37233	9.42228				01	084	08415	08415027
2938950	Danzwiesen	danzwiesen	DE		0	Europe/Berlin	50.548	9.90429				05	066	06631	06631013
2938952	Dantersdorf	dantersdorf	DE		0	Europe/Berlin	49.23234	11.70284				02	093	09373	09373167
2938953	Dantersbach	dantersbach	DE		0	Europe/Berlin	48.3873	8.04056				01	083	08317	08317034
2938954	Dansweiler	dansweiler	DE		0	Europe/Berlin	50.95735	6.76592		Dansweiler		07	053	05362	05362036
2938959	Dansenberg	dansenberg	DE		0	Europe/Berlin	49.40524	7.72859				08	00	07312	07312000
2938960	Dänschendorf	daenschendorf	DE		0	Europe/Berlin	54.49869	11.08527				10	00	01055	01055046
2938961	Dänschenburg	daenschenburg	DE		0	Europe/Berlin	54.12865	12.40648		Danscheburg,Dänscheburg		12	00	13073	13073055
2938964	Dannstadt	dannstadt	DE		0	Europe/Berlin	49.425	8.3175		Dannstadt		08	00	07338	07338006
2938965	Danningen	danningen	DE		0	Europe/Berlin	47.98406	8.98544				01	083	08327	08327038
2938968	Dannhusen	dannhusen	DE		0	Europe/Berlin	53.65041	11.78125				12	00	13076	13076029
2938969	Dannhorn	dannhorn	DE		0	Europe/Berlin	52.95639	9.8204				06	00	03358	03358021
2938971	Dannhof	dannhof	DE		0	Europe/Berlin	53.12809	12.00958				11	00	12070	12070125
2938972	Dannheim	dannheim	DE		0	Europe/Berlin	50.79678	10.98025				15	00	16070	16070004
2938974	Dannhausen	dannhausen	DE		0	Europe/Berlin	51.86496	10.10256				06	00	03155	03155001
2938975	Dannhausen	dannhausen	DE		0	Europe/Berlin	49.07696	11.1555				02	095	09577	09577115
2938982	Dannenrod	dannenrod	DE		0	Europe/Berlin	50.75952	9.02522				05	065	06535	06535009
2938984	Tannenkamp	tannenkamp	DE		0	Europe/Berlin	52.94129	8.03564		Dannenkamp,Tannenkamp		06	00	03453	03453008
2938986	Dannenfelde	dannenfelde	DE		0	Europe/Berlin	52.9415	12.62398				11	00	12068	12068452
2938987	Dannenbüttel	dannenbuettel	DE		0	Europe/Berlin	52.49204	10.62971				06	00	03151	03151025
2938990	Dannenberg	dannenberg	DE		0	Europe/Berlin	53.15055	8.99158		Dannenberg		06	00	03356	03356002
2938991	Dannenberg	dannenberg	DE		8413	Europe/Berlin	53.0967	11.09001		Danenberg,Dannenbarg,Dannenberg,Wajdars,Weidars,Woikam,da nen bei ge,dannbrg,dannbrgh,Даненберг,Данненберг,داننبرغ,داننبرگ,达嫩贝格		06	00	03354	03354004
2938992	Dannenberg	dannenberg	DE		0	Europe/Berlin	52.77281	13.95676				11	00	12064	12064125
2938993	Dannenberg	dannenberg	DE		0	Europe/Berlin	51.07506	7.59893				07	053	05374	05374024
2938998	Danneborth	danneborth	DE		0	Europe/Berlin	53.9869	11.77584				12	00	13072	13072022
2939002	Dannberg	dannberg	DE		0	Europe/Berlin	49.64746	10.87166				02	095	09572	09572133
2939005	Danna	danna	DE		0	Europe/Berlin	51.99012	12.86259		Danna		11	00	12072	12072297
2939006	Danlohe	danlohe	DE		0	Europe/Berlin	49.33491	11.52234				02	093	09373	09373153
2939007	Dänkritz	daenkritz	DE		0	Europe/Berlin	50.7763	12.42698				13	00	14524	14524210
2939008	Dankoltsweiler	dankoltsweiler	DE		0	Europe/Berlin	49.01696	10.12987				01	081	08136	08136035
2939010	Danklin	danklin	DE		0	Europe/Berlin	51.1949	7.76022				07	059	05962	05962020
2939012	Danketsweiler	danketsweiler	DE		0	Europe/Berlin	47.84582	9.48377				01	084	08436	08436095
2939014	Dankersen	dankersen	DE		0	Europe/Berlin	52.29321	8.95952		Dankersen		07	057	05770	05770024
2939018	Dankern	dankern	DE		0	Europe/Berlin	52.7954	7.20125				06	00	03454	03454018
2939020	Dankensen	dankensen	DE		0	Europe/Berlin	52.73488	10.91023		Dankensen		14	00	15081	15081105
2939021	Dankenfeld	dankenfeld	DE		0	Europe/Berlin	49.90595	10.67202				02	096	09674	09674159
2939023	Dankelsried	dankelsried	DE		0	Europe/Berlin	48.04639	10.35948		Dankelsried		02	097	09778	09778136
2939024	Dankelsheim	dankelsheim	DE		0	Europe/Berlin	51.90077	10.00992				06	00	03155	03155001
2939025	Dankelshausen	dankelshausen	DE		0	Europe/Berlin	51.46907	9.70613		Dankelshausen		06	00	03159	03159031
2939026	Dankelmert	dankelmert	DE		0	Europe/Berlin	51.18096	7.85963				07	059	05962	05962052
2939028	Dänisch Nienhof	daenisch-nienhof	DE		0	Europe/Berlin	54.47829	10.11953		Danisch Nienhof,Danisch-Nienhof,Dänisch Nienhof,Dänisch-Nienhof		10	00	01058	01058150
2939032	Dänischenhagen	daenischenhagen	DE		3402	Europe/Berlin	54.42775	10.12596		Daenischenhagen,Danischenhagen,Denishenkhagen,Dänischenhagen,de ni shen ha gen,Денишенхаген,德尼申哈根	01058037	10	00	01058	01058037
2939033	Dänischburg	daenischburg	DE		0	Europe/Berlin	53.91371	10.74085				10	00	01003	01003000
2939034	Dänikhorsterfeld	daenikhorsterfeld	DE		0	Europe/Berlin	53.16816	7.93381				06	00	03451	03451002
2939035	Dänikhorst	daenikhorst	DE		0	Europe/Berlin	53.14281	7.94451				06	00	03451	03451002
2939040	Dangstetten	dangstetten	DE		0	Europe/Berlin	47.59667	8.32406				01	083	08337	08337125
2939041	Danglöd	danglod	DE		0	Europe/Berlin	48.36703	13.12026				02	092	09275	09275131
2939042	Dangersen	dangersen	DE		0	Europe/Berlin	53.36509	9.85613				06	00	03353	03353005
2939043	Dangenstorf	dangenstorf	DE		0	Europe/Berlin	52.91925	11.22528				06	00	03354	03354017
2939046	Dangelsdorf	dangelsdorf	DE		0	Europe/Berlin	49.13059	12.37068				02	093	09372	09372169
2939049	Dangasterweide	dangasterweide	DE		0	Europe/Berlin	53.43333	8.11667				06	00	03455	03455026
2939051	Dangastermoor	dangastermoor	DE		0	Europe/Berlin	53.41393	8.10782				06	00	03455	03455026
2939053	Dangast	dangast	DE		0	Europe/Berlin	53.44646	8.11838		Dangast		06	00	03455	03455026
2939056	Danersdorf	danersdorf	DE		0	Europe/Berlin	49.15976	12.20841				02	093	09375	09375190
2939060	Dänenheide	daenenheide	DE		0	Europe/Berlin	53.63333	10.21667				04	00	02000	02000000
2939065	Dändorf	daendorf	DE		0	Europe/Berlin	54.27319	12.37249				12	00	13073	13073017
2939066	Dandlberg	dandlberg	DE		0	Europe/Berlin	48.0621	12.75771				02	091	09189	09189152
2939071	Damsum	damsum	DE		0	Europe/Berlin	53.65772	7.52306				06	00	03462	03462006
2939073	Damshausen	damshausen	DE		0	Europe/Berlin	50.83069	8.6119		Damshausen		05	065	06534	06534007
2939076	Damsendorf	damsendorf	DE		0	Europe/Berlin	52.35037	11.16781				14	00	15083	15083230
2939087	Dampfach	dampfach	DE		0	Europe/Berlin	49.99016	10.42654		Dampfach		02	096	09674	09674219
2939094	Dammwolde	dammwolde	DE		0	Europe/Berlin	53.32954	12.36048				12	00	13071	13071034
2939103	Dammstedt	dammstedt	DE		0	Europe/Berlin	54.22619	9.66188				10	00	01058	01058086
2939108	Dammsknöll	dammsknoell	DE		0	Europe/Berlin	54.16806	9.38748				10	00	01051	01051085
2939112	Dammsdeich	dammsdeich	DE		0	Europe/Berlin	54.36667	9.06667				10	00	01054	01054070
2939115	Dammmühle	dammmuehle	DE		0	Europe/Berlin	53.80699	13.73428		Dammmuhle,Dammmühle,Dammuhl,Dammühl		12	00	13075	13075098
2939116	Dammkrug	dammkrug	DE		0	Europe/Berlin	52.83725	12.78182				11	00	12068	12068117
2939117	Dammkrug	dammkrug	DE		0	Europe/Berlin	52.72725	11.37394				14	00	15081	15081240
2939122	Dammhusen	dammhusen	DE		0	Europe/Berlin	53.87993	11.42634				12	00	13074	13074087
2939123	Dammholm	dammholm	DE		0	Europe/Berlin	54.64298	9.55144				10	00	01059	01059185
2939126	Dammheim	dammheim	DE		0	Europe/Berlin	49.22042	8.15016				08	00	07313	07313000
2939128	Dammhausen	dammhausen	DE		0	Europe/Berlin	53.48953	9.66374				06	00	03359	03359010
2939141	Dammerstorf	dammerstorf	DE		0	Europe/Berlin	54.11758	12.47549				12	00	13073	13073015
2939142	Dammerstock	dammerstock	DE		0	Europe/Berlin	48.98333	8.4		Dammerstock,Karlsruhe-Dammerstock		01	082	08212	08212000
2939145	Dammershausen	dammershausen	DE		0	Europe/Berlin	52.68658	8.47097				06	00	03251	03251005
2939147	Dammersdorf	dammersdorf	DE		0	Europe/Berlin	49.03668	12.68274				02	092	09278	09278134
2939149	Dammersbach	dammersbach	DE		0	Europe/Berlin	50.62804	9.77721				05	066	06631	06631015
2939153	Dammereez	dammereez	DE		0	Europe/Berlin	53.38036	10.93449				12	00	13076	13076030
2939161	Dammende	dammende	DE		0	Europe/Berlin	54.73333	9.56667				10	00	01059	01059103
2939162	Dammelsdorf	dammelsdorf	DE		0	Europe/Berlin	49.72114	11.6598				02	093	09374	09374129
2939163	Dammelhof	dammelhof	DE		0	Europe/Berlin	50.43728	9.93567				05	066	06631	06631010
2939168	In den Dämmen	in-den-daemmen	DE		0	Europe/Berlin	52.49356	8.63799		Damme,Dämme,In den Dammen,In den Dämmen		07	057	05770	05770040
2939209	Damitzow	damitzow	DE		0	Europe/Berlin	53.28726	14.33351				11	00	12073	12073565
2939212	Damhusen	damhusen	DE		0	Europe/Berlin	53.44439	7.14806				06	00	03452	03452014
2939231	Damelsdorf	damelsdorf	DE		0	Europe/Berlin	49.51889	12.15076		Damelsdorf,Tamlsdorf		02	093	09376	09376150
2939232	Dämelow	daemelow	DE		0	Europe/Berlin	53.77251	11.59079				12	00	13074	13074006
2939233	Damelang	damelang	DE		0	Europe/Berlin	52.24496	12.69461				11	00	12069	12069470
2939235	Damelack	damelack	DE		0	Europe/Berlin	52.88581	12.17045				11	00	12068	12068052
2939236	Damekow	damekow	DE		0	Europe/Berlin	53.99233	11.50077				12	00	13074	13074007
2939237	Dambroich	dambroich	DE		0	Europe/Berlin	50.74661	7.24398				07	053	05382	05382020
2939263	Damaschkeplan	damaschkeplan	DE		0	Europe/Berlin	51.86986	11.76349		Bartelshof,Damaschkeplan		14	00	15089	15089055
2939264	Dam	dam	DE		0	Europe/Berlin	51.41173	6.24219				07	051	05154	05154052
2939265	Dam	dam	DE		0	Europe/Berlin	51.21415	6.19169				07	051	05166	05166020
2939266	Dalwitzhof	dalwitzhof	DE		0	Europe/Berlin	54.06668	12.1504				12	00	13003	13003000
2939267	Dalwitz	dalwitz	DE		0	Europe/Berlin	53.9327	12.53884				12	00	13072	13072111
2939268	Dalwigksthal	dalwigksthal	DE		0	Europe/Berlin	51.14899	8.79164		Dalwigksthal		05	066	06635	06635016
2939269	Dalvers	dalvers	DE		0	Europe/Berlin	52.62553	7.7793				06	00	03459	03459009
2939270	Dalumer Rull	dalumer-rull	DE		0	Europe/Berlin	52.60379	7.22222				06	00	03454	03454014
2939275	Dalum	dalum	DE		0	Europe/Berlin	52.58934	7.22952				06	00	03454	03454014
2939276	Dalum	dalum	DE		0	Europe/Berlin	52.55256	7.73151				06	00	03459	03459011
2939278	Dalsper	dalsper	DE		0	Europe/Berlin	53.21196	8.38677				06	00	03461	03461004
2939279	Dalsheim	dalsheim	DE		0	Europe/Berlin	49.66357	8.20697		Dalsheim		08	00	07331	07331023
2939283	Dalmsdorf	dalmsdorf	DE		0	Europe/Berlin	53.42232	12.93039				12	00	13071	13071080
2939285	Dalmer	dalmer	DE		0	Europe/Berlin	51.72289	8.03957				07	055	05570	05570008
2939286	Dallwitz	dallwitz	DE		0	Europe/Berlin	51.24675	13.55457				13	00	14627	14627200
2939287	Dallmin	dallmin	DE		0	Europe/Berlin	53.20364	11.7711		Dallmin		11	00	12070	12070173
2939288	Dalliendorf	dalliendorf	DE		0	Europe/Berlin	53.77756	11.33044		Dalliendorf		12	00	13074	13074008
2939291	Dallgow	dallgow	DE		0	Europe/Berlin	52.54446	13.06003				11	00	12063	12063056
2939292	Dalle	dalle	DE		0	Europe/Berlin	52.78081	10.30072				06	00	03351	03351025
2939299	Dallau	dallau	DE		0	Europe/Berlin	49.38553	9.1906				01	082	08225	08225117
2939300	Dallahn	dallahn	DE		0	Europe/Berlin	52.96601	10.82994				06	00	03360	03360024
2939302	Dallackenried	dallackenried	DE		0	Europe/Berlin	49.15275	11.91656				02	093	09375	09375156
2939304	Dalkvitz	dalkvitz	DE		0	Europe/Berlin	54.39455	13.52099				12	00	13073	13073106
2939305	Dalkingen	dalkingen	DE		0	Europe/Berlin	48.92168	10.16926		Delkingen		01	081	08136	08136089
2939306	Dalking	dalking	DE		0	Europe/Berlin	49.27377	12.74832				02	093	09372	09372174
2939309	Dalitz	dalitz	DE		0	Europe/Berlin	52.92541	10.96918				06	00	03354	03354002
2939311	Dalinghausen	dalinghausen	DE		0	Europe/Berlin	52.54616	8.23262				06	00	03460	03460002
2939312	Dalichow	dalichow	DE		0	Europe/Berlin	51.97468	12.92042		Dalichow		11	00	12072	12072297
2939315	Dalherda	dalherda	DE		0	Europe/Berlin	50.41836	9.82882				05	066	06631	06631010
2939325	Dalena	dalena	DE		0	Europe/Berlin	51.64707	11.84114				14	00	15088	15088216
2939327	Daldrup	daldrup	DE		0	Europe/Berlin	51.81508	7.36654				07	055	05558	05558016
2939328	Daldrup	daldrup	DE		0	Europe/Berlin	51.78333	7.3				07	055	05558	05558024
2939331	Dalchau	dalchau	DE		0	Europe/Berlin	52.7077	12.01801				14	00	15090	15090010
2939332	Dalchau	dalchau	DE		0	Europe/Berlin	52.11132	11.98923		Dalchau		14	00	15086	15086140
2939333	Dalborn	dalborn	DE		0	Europe/Berlin	51.97917	8.98424				07	057	05766	05766016
2939334	Dalbke	dalbke	DE		0	Europe/Berlin	52.12843	8.94321				07	057	05766	05766036
2939335	Dalbke	dalbke	DE		0	Europe/Berlin	51.93025	8.60485				07	057	05711	05711000
2939341	Dakendorf	dakendorf	DE		0	Europe/Berlin	53.95492	10.59161				10	00	01055	01055001
2939348	Daisbach	daisbach	DE		0	Europe/Berlin	50.2493	8.10756				05	064	06439	06439001
2939349	Daisbach	daisbach	DE		0	Europe/Berlin	49.29405	8.8763		Daisbach		01	082	08226	08226091
2939350	Dainrode	dainrode	DE		0	Europe/Berlin	51.06806	8.90777				05	066	06635	06635010
2939351	Däinghausen	daeinghausen	DE		0	Europe/Berlin	51.06707	7.53164				07	053	05374	05374024
2939352	Dainbach	dainbach	DE		0	Europe/Berlin	49.49775	9.71243				01	081	08128	08128007
2939353	Daimhäuseln	daimhauseln	DE		0	Europe/Berlin	48.51571	12.77863				02	092	09277	09277111
2939354	Daimbacherhof	daimbacherhof	DE		0	Europe/Berlin	49.74968	7.93968				08	00	07333	07333046
2939355	Daigelspoint	daigelspoint	DE		0	Europe/Berlin	48.23951	12.02158				02	091	09177	09177127
2939357	Daibersdorf	daibersdorf	DE		0	Europe/Berlin	48.62419	12.54396				02	092	09279	09279116
2939360	Dahrenwurth	dahrenwurth	DE		0	Europe/Berlin	54.35191	9.0199				10	00	01051	01051065
2939361	Dahrenstedt	dahrenstedt	DE		0	Europe/Berlin	52.54233	11.83193				14	00	15090	15090535
2939362	Dahrenhorst	dahrenhorst	DE		0	Europe/Berlin	52.46396	10.16356		Dahrenhost,Darenhorst [a. 1350],Uetze-Dahrenhorst		06	00	03241	03241018
2939363	Dahrendorf	dahrendorf	DE		0	Europe/Berlin	52.84134	10.86251		Dahrendorf		14	00	15081	15081095
2939364	Dahrelsen	dahrelsen	DE		0	Europe/Berlin	52.80134	8.94092				06	00	03251	03251049
2939365	Dähre	daehre	DE		917	Europe/Berlin	52.79804	10.90672		Dere,de lei,Дере,德雷	15081095	14	00	15081	15081095
2939367	Dahnsdorf	dahnsdorf	DE		0	Europe/Berlin	52.10121	12.66921		Dahnsdorf		11	00	12069	12069474
2939368	Dahnerstraße	dahnerstrasse	DE		0	Europe/Berlin	50.1	6.15				08	00	07232	07232212
2939372	Dahmsdorf	dahmsdorf	DE		0	Europe/Berlin	53.86171	10.55526				10	00	01062	01062087
2939373	Dahmsdorf	dahmsdorf	DE		0	Europe/Berlin	52.53193	14.10798				11	00	12064	12064317
2939374	Dahmsdorf	dahmsdorf	DE		0	Europe/Berlin	52.23557	13.99094		Dahmsdorf		11	00	12067	12067413
2939377	Dahmeshöved	dahmeshoeved	DE		0	Europe/Berlin	54.2	11.08333				10	00	01055	01055010
2939391	Dahlwitz	dahlwitz	DE		0	Europe/Berlin	52.50281	13.64874				11	00	12064	12064227
2939393	Dahlskamp	dahlskamp	DE		0	Europe/Berlin	52.67087	8.76537				06	00	03251	03251040
2939394	Dahlsen	dahlsen	DE		0	Europe/Berlin	51.40125	7.94642				07	059	05958	05958004
2939395	Dahlsen	dahlsen	DE		0	Europe/Berlin	51.32737	7.7053		Dahlsen,Nieder-Dahlsen		07	059	05962	05962024
2939396	Dahlowitz	dahlowitz	DE		0	Europe/Berlin	51.22801	14.44419		Dalicy		13	00	14625	14625160
2939398	Dahlitzsch	dahlitzsch	DE		0	Europe/Berlin	51.21098	12.49077				13	00	14729	14729370
2939399	Dahlitz	dahlitz	DE		0	Europe/Berlin	51.76722	14.21316		Dahlitz,Dalic,Kolkwitz-Dahlitz		11	00	12071	12071244
2939400	Dahlinghausen	dahlinghausen	DE		0	Europe/Berlin	52.31345	8.45927				06	00	03459	03459003
2939406	Dahlhausen	dahlhausen	DE		0	Europe/Berlin	51.427	7.14808		Bochum-Dahlhausen,Dahlhausen		07	059	05911	05911000
2939407	Dahlhausen	dahlhausen	DE		0	Europe/Berlin	53.06422	12.33095				11	00	12068	12068181
2939408	Dahlhausen	dahlhausen	DE		0	Europe/Berlin	52.88744	9.17089				06	00	03256	03256013
2939409	Dahlhausen	dahlhausen	DE		0	Europe/Berlin	51.46403	7.71058		Dahlhausen		07	059	05962	05962040
2939410	Dahlhausen	dahlhausen	DE		0	Europe/Berlin	51.24857	7.53751				07	059	05962	05962056
2939411	Dahlhausen	dahlhausen	DE		0	Europe/Berlin	51.21607	7.30766		Dahlhausen		07	053	05374	05374036
2939412	Dahlhausen	dahlhausen	DE		0	Europe/Berlin	51.18397	7.55621				07	059	05962	05962012
2939413	Dahlhausen	dahlhausen	DE		0	Europe/Berlin	50.76772	7.59891				07	053	05382	05382076
2939414	Dahlhausen	dahlhausen	DE		0	Europe/Berlin	50.72026	7.33921				07	053	05382	05382020
2939418	Dahlerhof	dahlerhof	DE		0	Europe/Berlin	50.84677	7.3325				07	053	05382	05382040
2939419	Dahlerbrück	dahlerbrueck	DE		0	Europe/Berlin	51.25123	7.51863				07	059	05962	05962056
2939421	Dahlenrode	dahlenrode	DE		0	Europe/Berlin	51.42672	9.83606				06	00	03159	03159029
2939427	Dahlenberg	dahlenberg	DE		0	Europe/Berlin	51.63903	12.78611		Dahlenberg		13	00	14730	14730320
2939446	Dahle	dahle	DE		0	Europe/Berlin	52.19593	9.52034				06	00	03241	03241017
2939447	Dahle	dahle	DE		0	Europe/Berlin	51.30201	7.75261		Dahle		07	059	05962	05962004
2939448	Dahldorf	dahldorf	DE		0	Europe/Berlin	53.37436	8.98963				06	00	03357	03357016
2939449	Dahlbrügge	dahlbruegge	DE		0	Europe/Berlin	52.98968	9.22055				06	00	03361	03361006
2939450	Dahlbruch	dahlbruch	DE		0	Europe/Berlin	50.97805	8.05704				07	059	05970	05970020
2939454	Dahl	dahl	DE		0	Europe/Berlin	51.28333	7.23333				07	051	05124	05124000
2939455	Dahl	dahl	DE		0	Europe/Berlin	53.7	9.76667		Dahl,Dahlt		10	00	01056	01056048
2939456	Dahl	dahl	DE		0	Europe/Berlin	51.69682	8.85189				07	057	05774	05774032
2939457	Dahl	dahl	DE		0	Europe/Berlin	51.30135	7.53389		Dahl,dal,دال		07	059	05914	05914000
2939458	Dahl	dahl	DE		0	Europe/Berlin	51.18462	6.43842				07	051	05116	05116000
2939459	Dahl	dahl	DE		0	Europe/Berlin	51.1675	7.03792				07	051	05122	05122000
2939460	Dahl	dahl	DE		0	Europe/Berlin	51.06513	7.32878				07	053	05378	05378012
2939462	Dahl	dahl	DE		0	Europe/Berlin	51.00163	7.84763		Dahl		07	059	05966	05966024
2939463	Dahl	dahl	DE		0	Europe/Berlin	50.94861	7.46299				07	053	05374	05374048
2939471	Dahenfeld	dahenfeld	DE		0	Europe/Berlin	49.21044	9.29992		Dahenfeld		01	081	08125	08125065
2939473	Dahausen	dahausen	DE		0	Europe/Berlin	52.1	8.2				06	00	03459	03459015
2939474	Dagstuhl	dagstuhl	DE		0	Europe/Berlin	49.53016	6.89217		Dagstuhl		09	00	10042	10042116
2939476	Dagow	dagow	DE		0	Europe/Berlin	53.15216	13.06208				11	00	12065	12065310
2939477	Dagobertshausen	dagobertshausen	DE		0	Europe/Berlin	51.08012	9.50852		Dagobertshausen		05	066	06634	06634013
2939478	Dagobertshausen	dagobertshausen	DE		0	Europe/Berlin	50.82101	8.7016				05	065	06534	06534014
2939479	Daglfing	daglfing	DE		0	Europe/Berlin	48.14936	11.65613				02	091	09162	09162000
2939480	Dagersheim	dagersheim	DE		0	Europe/Berlin	48.6918	8.9523				01	081	08115	08115003
2939481	Dagenbach	dagenbach	DE		0	Europe/Berlin	49.4443	10.57874				02	095	09575	09575166
2939484	Dageförde	dagefoerde	DE		0	Europe/Berlin	52.84291	9.94692				06	00	03351	03351004
2939485	Dagebüllerkoog	dagebuellerkoog	DE		0	Europe/Berlin	54.73333	8.71667				10	00	01054	01054022
2939493	Däfern	dafern	DE		0	Europe/Berlin	48.9275	9.5348				01	081	08119	08119006
2939496	Daerstorf	daerstorf	DE		0	Europe/Berlin	53.4382	9.80676		Daerstorf		06	00	03353	03353026
2939497	Daensen	daensen	DE		0	Europe/Berlin	53.42147	9.69455				06	00	03359	03359010
2939514	Dachtel	dachtel	DE		0	Europe/Berlin	48.67787	8.85464				01	081	08115	08115001
2939515	Dachswald	dachswald	DE		0	Europe/Berlin	48.74524	9.11844				01	081	08111	08111000
2939516	Dachstadt	dachstadt	DE		0	Europe/Berlin	49.63317	11.24687				02	094	09474	09474173
2939519	Dachsloch	dachsloch	DE		0	Europe/Berlin	51.0787	8.5382				05	066	06635	06635005
2939539	Dachsbruch	dachsbruch	DE		0	Europe/Berlin	51.49203	6.49071				07	051	05170	05170020
2939609	Dachritz	dachritz	DE		0	Europe/Berlin	51.57134	11.94527				14	00	15088	15088295
2939610	Dachrieden	dachrieden	DE		0	Europe/Berlin	51.26584	10.44519		Dachrieden		15	00	16064	16064071
2939611	Dächingen	dachingen	DE		0	Europe/Berlin	48.31012	9.61441				01	084	08425	08425033
2939612	Dächheim	dachheim	DE		0	Europe/Berlin	49.94825	10.1743				02	096	09678	09678190
2939617	Dachelhofen	dachelhofen	DE		0	Europe/Berlin	49.31115	12.07596				02	093	09376	09376161
2939627	Däbritz	daebritz	DE		0	Europe/Berlin	51.20149	13.06691				13	00	14522	14522450
2939628	Dabringhausen	dabringhausen	DE		0	Europe/Berlin	51.09052	7.19				07	053	05378	05378032
2939630	Dabitz	dabitz	DE		0	Europe/Berlin	54.35826	12.79718				12	00	13073	13073043
2939631	Dabetsweiler	dabetsweiler	DE		0	Europe/Berlin	47.6226	9.75591				01	084	08436	08436081
2939632	Dabern	dabern	DE		0	Europe/Berlin	51.70905	13.67161				11	00	12062	12062469
2939636	Daberg	daberg	DE		0	Europe/Berlin	49.34146	12.89611				02	093	09372	09372126
2939639	Dabendorf	dabendorf	DE		0	Europe/Berlin	52.24158	13.43783		Dabendorf		11	00	12072	12072477
2939640	Dabel Woland	dabel-woland	DE		0	Europe/Berlin	53.65893	11.84858				12	00	13076	13076026
2939642	Dabelow	dabelow	DE		0	Europe/Berlin	53.24642	13.19673				12	00	13071	13071162
2939649	Daasdorf	daasdorf	DE		245	Europe/Berlin	51.06427	11.34192		Daasdorf		15	00	16071	16071102
2939651	Cyriaxweimar	cyriaxweimar	DE		0	Europe/Berlin	50.78278	8.71767		Cyriaxweimar		05	065	06534	06534014
2939653	Cyriax	cyriax	DE		0	Europe/Berlin	50.92322	7.28029				07	053	05378	05378024
2939655	Cyriaksburg-Siedlung	cyriaksburg-siedlung	DE		0	Europe/Berlin	50.96667	11		Cyriaksburg-Siedlung,Cyriaksiedlung,Cyriaxburg,Erfurt-Cyriaksburg		15	00	16051	16051000
2939660	Custenlohr	custenlohr	DE		0	Europe/Berlin	50.51667	10.25				02			
2939662	Kurtshagen	kurtshagen	DE		0	Europe/Berlin	53.74316	13.81942				12	00	13075	13075029
2939663	Curslack	curslack	DE		0	Europe/Berlin	53.44924	10.22893				04	00	02000	02000000
2939667	Curau	curau	DE		0	Europe/Berlin	53.94943	10.62059		Curau,Kurau		10	00	01055	01055040
2939670	Cunsdorf	cunsdorf	DE		0	Europe/Berlin	50.6397	12.29963				13	00	14523	14523340
2939671	Cunsdorf	cunsdorf	DE		0	Europe/Berlin	50.59035	12.13353				13	00	14523	14523100
2939672	Cunnewitz	cunnewitz	DE		0	Europe/Berlin	51.32241	14.23665		Konjecy		13	00	14625	14625500
2939673	Cunnertswalde	cunnertswalde	DE		0	Europe/Berlin	51.16121	13.7072				13	00	14627	14627220
2939676	Cunnersdorf	cunnersdorf	DE		0	Europe/Berlin	51.36594	12.56218				13	00	14729	14729060
2939677	Cunnersdorf	cunnersdorf	DE		0	Europe/Berlin	51.31208	14.05305		Cunnersdorf,Hlinka		13	00	14625	14625250
2939678	Cunnersdorf	cunnersdorf	DE		0	Europe/Berlin	51.27208	13.66925		Cunnersdorf		13	00	14627	14627030
2939679	Cunnersdorf	cunnersdorf	DE		0	Europe/Berlin	51.18458	13.80696		Cunnersdorf		13	00	14625	14625430
2939680	Cunnersdorf	cunnersdorf	DE		0	Europe/Berlin	51.04204	13.87762				13	00	14612	14612000
2939681	Cunnersdorf	cunnersdorf	DE		0	Europe/Berlin	51.00673	14.13898				13	00	14628	14628190
2939682	Cunnersdorf	cunnersdorf	DE		0	Europe/Berlin	51.00215	13.70575		Bannewitz-Cunnersdorf,Cunnersdorf		13	00	14628	14628050
2939683	Cunnersdorf	cunnersdorf	DE		0	Europe/Berlin	50.9594	13.96259		knrsdwrf,كنرسدورف		13	00	14628	14628270
2939684	Cunnersdorf	cunnersdorf	DE		0	Europe/Berlin	50.95558	13.14016				13	00	14522	14522230
2939685	Cunnersdorf	cunnersdorf	DE		0	Europe/Berlin	50.88421	14.11876				13	00	14628	14628140
2939686	Cunnersdorf	cunnersdorf	DE		0	Europe/Berlin	50.87572	13.78177		Cunnersdorf		13	00	14628	14628130
2939688	Kunersdorf	kunersdorf	DE		0	Europe/Berlin	51.62061	14.08205		Chojany,Chójany,Cunersdorf,Kunersdorf		11	00	12066	12066226
2939689	Cunersdorf	cunersdorf	DE		0	Europe/Berlin	50.64402	12.51526				13	00	14524	14524130
2939690	Cunersdorf	cunersdorf	DE		0	Europe/Berlin	50.55095	13.00958		Cunersdorf		13	00	14521	14521020
2939692	Kummrow	kummrow	DE		0	Europe/Berlin	52.08056	14.62572				11	00	12067	12067357
2939694	Cumbach	cumbach	DE		0	Europe/Berlin	50.88031	10.61392				15	00	16067	16067019
2939698	Culmitzsch	culmitzsch	DE		0	Europe/Berlin	50.76667	12.2				15	00	16076	16076004
2939700	Culmitz	culmitz	DE		0	Europe/Berlin	50.30297	11.66773				02	094	09475	09475156
2939701	Culmberg	culmberg	DE		0	Europe/Berlin	49.88739	11.55268				02	094	09472	09472146
2939702	Culitzsch	culitzsch	DE		0	Europe/Berlin	50.65634	12.50867		Culitzsch		13	00	14524	14524320
2939704	Crumstadt	crumstadt	DE		0	Europe/Berlin	49.81168	8.5114				05	064	06433	06433011
2939705	Crumbach	crumbach	DE		0	Europe/Berlin	50.97941	13.10619				13	00	14522	14522230
2939706	Crüchern	cruechern	DE		0	Europe/Berlin	51.7718	11.86077				14	00	15089	15089030
2939707	Croya	croya	DE		0	Europe/Berlin	52.54713	10.90479		Croya,Kroya		06	00	03151	03151021
2939708	Croustillier	croustillier	DE		0	Europe/Berlin	52.78994	14.11838				11	00	12064	12064371
2939712	Crotta	crotta	DE		0	Europe/Berlin	50.93058	13.83151		Crotta		13	00	14628	14628250
2939713	Crotenlaide	crotenlaide	DE		0	Europe/Berlin	50.86643	12.45491				13	00	14524	14524190
2939715	Crostewitz	crostewitz	DE		0	Europe/Berlin	51.26667	12.4				13	00	14729	14729260
2939716	Crösten	croesten	DE		0	Europe/Berlin	50.65914	11.3361				15	00	16073	16073077
2939718	Crosta	crosta	DE		0	Europe/Berlin	51.27257	14.45625		Chrost,Chróst		13	00	14625	14625160
2939721	Crossen	crossen	DE		0	Europe/Berlin	51.0329	12.92746				13	00	14522	14522120
2939722	Crossen	crossen	DE		0	Europe/Berlin	50.75967	12.49005		Crossen		13	00	14524	14524330
2939724	Cronskamp	cronskamp	DE		0	Europe/Berlin	53.76362	10.8887				12	00	13074	13074066
2939725	Cronschwitz	cronschwitz	DE		0	Europe/Berlin	50.78945	12.09793				15	00	16076	16076084
2939726	Cronsbostel	cronsbostel	DE		0	Europe/Berlin	52.41667	9.41667				06	00	03241	03241021
2939728	Cronhütte	cronhutte	DE		0	Europe/Berlin	48.9151	9.68647				01	081	08119	08119037
2939729	Cronheim	cronheim	DE		0	Europe/Berlin	49.09538	10.6639		Cronheim		02	095	09577	09577136
2939732	Crölpa	croelpa	DE		0	Europe/Berlin	51.10336	11.73345				14	00	15084	15084355
2939733	Cröffelbach	croffelbach	DE		0	Europe/Berlin	49.16094	9.82281				01	081	08127	08127099
2939735	Crock	crock	DE		0	Europe/Berlin	50.45187	10.88709		Crock		15	00	16069	16069058
2939736	Cröchern	croechern	DE		292	Europe/Berlin	52.38871	11.65309		Crochern,Cröchern		14	00	15083	15083120
2939737	Cröbern	croebern	DE		0	Europe/Berlin	51.25	12.4				13	00	14729	14729260
2939740	Critzum	critzum	DE		0	Europe/Berlin	53.2898	7.35787		Critzum,Kritzum		06	00	03457	03457012
2939741	Crispenhofen	crispenhofen	DE		0	Europe/Berlin	49.31623	9.5978				01	081	08126	08126086
2939743	Crinitzleithen	crinitzleithen	DE		0	Europe/Berlin	50.49718	12.39865				13	00	14523	14523020
2939746	Crimvitz	crimvitz	DE		0	Europe/Berlin	54.32133	13.38829		Crimvitz,Krimvitz		12	00	13073	13073070
2939750	Crildumersiel	crildumersiel	DE		0	Europe/Berlin	53.65	8.03333				06	00	03455	03455020
2939751	Criewen	criewen	DE		0	Europe/Berlin	53.01432	14.21871				11	00	12073	12073532
2939752	Criesbach	criesbach	DE		0	Europe/Berlin	49.30545	9.63475				01	081	08126	08126039
2939757	Creunitz	creunitz	DE		0	Europe/Berlin	50.51203	11.27747				15	00	16073	16073028
2939758	Cretzschwitz	cretzschwitz	DE		0	Europe/Berlin	50.94074	12.12944				15	00	16052	16052000
2939760	Cresbach	cresbach	DE		0	Europe/Berlin	48.5043	8.55764				01	082	08237	08237074
2939761	Cremzow	cremzow	DE		0	Europe/Berlin	53.35639	14.03409				11	00	12073	12073093
2939764	Cremitz	cremitz	DE		0	Europe/Berlin	50.1	11.75				02	094	09472	09472139
2939765	Crellenhain	crellenhain	DE		0	Europe/Berlin	51.24501	13.03659				13	00	14730	14730200
2939766	Creidlitz	creidlitz	DE		0	Europe/Berlin	50.23402	10.98083		Creidlitz		02	094	09463	09463000
2939768	Creez	creez	DE		0	Europe/Berlin	49.88263	11.50261				02	094	09472	09472155
2939771	Crauschwitz	crauschwitz	DE		0	Europe/Berlin	51.07176	11.75618				14	00	15084	15084341
2939772	Craupe	craupe	DE		0	Europe/Berlin	51.72217	13.85838		Craupe,Kraupe,Ksupow,Kšupow		11	00	12066	12066052
2939773	Craula	craula	DE		0	Europe/Berlin	51.06391	10.49173		Craula		15	00	16063	16063098
2939774	Cratzenbach	cratzenbach	DE		0	Europe/Berlin	50.32585	8.38446				05	064	06434	06434013
2939775	Cratza	cratza	DE		0	Europe/Berlin	50.83333	13.96667				13	00	14628	14628020
2939778	Cranzahl	cranzahl	DE		0	Europe/Berlin	50.51473	12.9918		Cranzahl		13	00	14521	14521560
2939779	Cranz	cranz	DE		0	Europe/Berlin	53.53688	9.78043		Cranz,Kranz		04	00	02000	02000000
2939780	Crange	crange	DE		0	Europe/Berlin	51.54598	7.17232		Crange,Krangerheide		07	059	05916	05916000
2939781	Crandorf	crandorf	DE		0	Europe/Berlin	50.51178	12.78773		Crandorf,Erla-Crandorf		13	00	14521	14521550
2939786	Cramon	cramon	DE		0	Europe/Berlin	53.71343	11.27921				12	00	13074	13074014
2939787	Cramon	cramon	DE		0	Europe/Berlin	53.60865	12.45678				12	00	13071	13071063
2939790	Craintal	craintal	DE		0	Europe/Berlin	49.46232	10.05475				01	081	08128	08128020
2939791	Crainfeld	crainfeld	DE		0	Europe/Berlin	50.48496	9.34881		Crainfeld		05	065	06535	06535007
2939793	Craimoos	craimoos	DE		0	Europe/Berlin	49.82153	11.58723		Craimoos,Kraimoos		02	094	09472	09472184
2939794	Craimar	craimar	DE		0	Europe/Berlin	50.75574	10.31762				15	00	16066	16066013
2939798	Cradefeld	cradefeld	DE		0	Europe/Berlin	51.38981	12.49103				13	00	14730	14730300
2939801	Cottenweiler	cottenweiler	DE		0	Europe/Berlin	48.91893	9.48333				01	081	08119	08119083
2939802	Cottendorf	cottendorf	DE		0	Europe/Berlin	50.8312	11.24125				15	00	16071	16071003
2939803	Cottendorf	cottendorf	DE		0	Europe/Berlin	50.73573	11.02832		Cottendorf		15	00	16070	16070048
2939805	Cottenbach	cottenbach	DE		0	Europe/Berlin	49.97137	11.55247				02	094	09472	09472150
2939806	Cottenau	cottenau	DE		0	Europe/Berlin	50.12911	11.62683				02	094	09477	09477163
2939814	Cotta	cotta	DE		0	Europe/Berlin	51.05537	13.68432				13	00	14612	14612000
2939815	Cöthen	coethen	DE		0	Europe/Berlin	53.8	13.93333				12	00	13075	13075020
2939821	Costewitz	costewitz	DE		0	Europe/Berlin	51.14406	12.22081				13	00	14729	14729100
2939822	Cossmannsdorf	cossmannsdorf	DE		0	Europe/Berlin	50.97742	13.63176				13	00	14628	14628110
2939823	Cossern	cossern	DE		0	Europe/Berlin	51.13479	14.28458		Cossern,Kosarnja		13	00	14625	14625110
2939826	Cossengrün	cossengruen	DE		0	Europe/Berlin	50.58164	12.148				15	00	16076	16076022
2939827	Cossen	cossen	DE		0	Europe/Berlin	50.97409	12.77312				13	00	14522	14522350
2939828	Cossebaude	cossebaude	DE		0	Europe/Berlin	51.08746	13.63309				13	00	14612	14612000
2939830	Cospuden	cospuden	DE		0	Europe/Berlin	51.26667	12.33333				13	00	14729	14729260
2939832	Cospeda	cospeda	DE		0	Europe/Berlin	50.94946	11.558		Cospeda		15	00	16053	16053000
2939833	Cösitz	coesitz	DE		306	Europe/Berlin	51.64934	12.06453				14	00	15082	15082440
2939836	Cosel	cosel	DE		0	Europe/Berlin	51.37897	13.93763				13	00	14625	14625550
2939837	Coschütz	coschuetz	DE		0	Europe/Berlin	51.03333	13.7				13	00	14612	14612000
2939838	Coschütz	coschuetz	DE		0	Europe/Berlin	50.61031	12.19184				13	00	14523	14523100
2939839	Coschen	coschen	DE		0	Europe/Berlin	52.02007	14.71859				11	00	12067	12067338
2939843	Cortnitz	cortnitz	DE		0	Europe/Berlin	51.21418	14.6141		Chortnica,Cortnitz		13	00	14625	14625610
2939844	Cortendorf	cortendorf	DE		0	Europe/Berlin	50.27123	10.99051		Cortendorf		02	094	09463	09463000
2939845	Corres	corres	DE		0	Europe/Berlin	48.95864	8.77904				01	082	08236	08236050
2939848	Cörmigk	coermigk	DE		575	Europe/Berlin	51.72704	11.84087		Cormigk,Cörmigk		14	00	15089	15089195
2939850	Cordshagen	cordshagen	DE		0	Europe/Berlin	54.14022	12.33275				12	00	13072	13072015
2939851	Cordshagen	cordshagen	DE		0	Europe/Berlin	53.82075	11.02204				12	00	13074	13074067
2939852	Cordobang	cordobang	DE		0	Europe/Berlin	50.67118	11.20703				15	00	16073	16073005
2939853	Cordingen	cordingen	DE		0	Europe/Berlin	52.90042	9.61548		Cordingen,Kordingen		06	00	03358	03358024
2939857	Corba	corba	DE		0	Europe/Berlin	50.81667	12.75				13	00	14524	14524120
2939862	Coppenbrügge	coppenbruegge	DE		7901	Europe/Berlin	52.11852	9.5487		Coppenbruegge,Coppenbrugge,Coppenbrügge,Kopenbrige,Koppenbrjugge,Koppenbrugge,Koppenbrügge,ke peng bu lu ge,koppenburyugge,Копенбриге,Коппенбрюгге,コッペンブリュッゲ,科彭布吕格		06	00	03252	03252004
2939865	Coppanz	coppanz	DE		0	Europe/Berlin	50.90006	11.52762				15	00	16074	16074008
2939866	Copitz	copitz	DE		0	Europe/Berlin	50.97083	13.93445		Copitz,kwbts,كوبتس		13	00	14628	14628270
2939867	Conweiler	conweiler	DE		0	Europe/Berlin	48.84231	8.53129		Conweiler		01	082	08236	08236072
2939871	Constappel	constappel	DE		0	Europe/Berlin	51.10581	13.56461				13	00	14627	14627100
2939872	Consrade	consrade	DE		0	Europe/Berlin	53.5683	11.47968		Constrade		12	00	13076	13076113
2939874	Conradsdorf	conradsdorf	DE		0	Europe/Berlin	50.94713	13.37368		Conradsdorf		13	00	14522	14522240
2939876	Conow	conow	DE		0	Europe/Berlin	53.31486	13.48983		Conow		12	00	13071	13071033
2939877	Conow	conow	DE		0	Europe/Berlin	53.22236	11.33225				12	00	13076	13076094
2939878	Connewitz	connewitz	DE		0	Europe/Berlin	51.30785	12.3761		Connewitz,Leipzig-Connewitz		13	00	14713	14713000
2939879	Connenweiler	connenweiler	DE		0	Europe/Berlin	49.05144	10.1424				01	081	08127	08127104
2939880	Conneforder Feld	conneforder-feld	DE		0	Europe/Berlin	53.31796	8.0327				06	00	03451	03451008
2939881	Conneforde	conneforde	DE		0	Europe/Berlin	53.33127	8.06419				06	00	03451	03451008
2939883	Cond	cond	DE		0	Europe/Berlin	50.08333	7.16667				08	00	07135	07135024
2939884	Concordiaplatz	concordiaplatz	DE		0	Europe/Berlin	50.73333	12.71667		Concordia,Concordiaplatz		13	00	14521	14521450
2939887	Commichau	commichau	DE		0	Europe/Berlin	51.13953	12.83431				13	00	14729	14729080
2939890	Commerau	commerau	DE		0	Europe/Berlin	51.33509	14.3012		Commerau,Komorow		13	00	14625	14625280
2939891	Commerau	commerau	DE		0	Europe/Berlin	51.29327	14.50916		Komorow		13	00	14625	14625160
2939893	Kombach	kombach	DE		0	Europe/Berlin	50.91902	7.27291				07	053	05378	05378024
2939896	Cölpin	coelpin	DE		806	Europe/Berlin	53.52111	13.43487		Colpin,Cölpin		12	00	13071	13071026
2939904	Colmnitz	colmnitz	DE		0	Europe/Berlin	51.33031	13.43507		Colmnitz		13	00	14627	14627060
2939905	Colmnitz	colmnitz	DE		0	Europe/Berlin	50.91385	13.48279				13	00	14628	14628205
2939906	Colmdorf	colmdorf	DE		0	Europe/Berlin	49.93823	11.60546		Colmdorf,Kolmdorf		02	094	09462	09462000
2939909	Collstede	collstede	DE		0	Europe/Berlin	53.38036	7.9593				06	00	03455	03455027
2939911	Cöllnitz	coellnitz	DE		0	Europe/Berlin	51.15	11.31667				15	00	16068	16068063
2939912	Cölln	coelln	DE		0	Europe/Berlin	51.22608	14.38977		Chelno		13	00	14625	14625490
2939913	Cölln	coelln	DE		0	Europe/Berlin	51.16667	13.5				13	00	14627	14627140
2939914	Cölln	coelln	DE		0	Europe/Berlin	49.69129	7.80481				08	00	07333	07333043
2939915	Collmen	collmen	DE		0	Europe/Berlin	51.43333	12.75				13	00	14729	14729380
2939916	Collmen	collmen	DE		0	Europe/Berlin	51.14754	12.81863		Collmen		13	00	14729	14729080
2939919	Collm	collm	DE		0	Europe/Berlin	51.30139	13.02002		Collm		13	00	14730	14730330
2939920	Collis	collis	DE		0	Europe/Berlin	50.85762	12.11874		Collis		15	00	16052	16052000
2939921	Collinghorst	collinghorst	DE		0	Europe/Berlin	53.16082	7.53085		Collinghorst,Kollinghorst		06	00	03457	03457018
2939922	Collhusen	collhusen	DE		0	Europe/Berlin	53.14074	7.46318		Collhusen,Kolhusen		06	00	03457	03457022
2939925	Colgenstein-Heidesheim	colgenstein-heidesheim	DE		0	Europe/Berlin	49.58692	8.20478				08	00	07332	07332041
2939928	Coldinne	coldinne	DE		0	Europe/Berlin	53.58989	7.36883		Coldinne,Koldinne		06	00	03452	03452007
2939929	Coldewey	coldewey	DE		0	Europe/Berlin	53.31098	8.39973				06	00	03461	03461008
2939930	Coldewei	coldewei	DE		0	Europe/Berlin	53.56442	8.08294				06	00	03405	03405000
2939931	Coldewei	coldewei	DE		0	Europe/Berlin	53.17968	8.49075		Coldewei,Coldewey		06	00	03461	03461001
2939933	Coldevitz	coldevitz	DE		0	Europe/Berlin	54.3615	13.37233		Coldevitz,Koldevitz		12	00	13073	13073027
2939934	Coldemüntje	coldemuentje	DE		0	Europe/Berlin	53.1677	7.38307		Coldemuntje,Coldemüntje,Koldemuntje,Koldemüntje		06	00	03457	03457022
2939936	Coldeborg	coldeborg	DE		0	Europe/Berlin	53.2925	7.34264		Coldeborg,Koldeborg		06	00	03457	03457012
2939937	Coldam	coldam	DE		0	Europe/Berlin	53.20745	7.40414		Coldam,Koldam		06	00	03457	03457013
2939941	Cölbigk	coelbigk	DE		0	Europe/Berlin	51.79928	11.65614				14	00	15089	15089185
2939942	Cölbe	coelbe	DE		7083	Europe/Berlin	50.85098	8.78092		Coelbe,Colbe,Cölbe,Kel'be,Kelbe,Kjol'be,ke er bo,kerube,Келбе,Кельбе,Кёльбе,ケルベ,克尔伯	06534006	05	065	06534	06534006
2939953	Cobstädt	cobstaedt	DE		0	Europe/Berlin	50.92284	10.83538				15	00	16067	16067089
2939954	Coblenz	coblenz	DE		0	Europe/Berlin	51.19681	14.28098		Coblenz,Koblicy		13	00	14625	14625150
2939958	Clüversborstel	clueversborstel	DE		0	Europe/Berlin	53.13246	9.2355				06	00	03357	03357037
2939959	Cluvenhagen	cluvenhagen	DE		0	Europe/Berlin	52.98041	9.13369				06	00	03361	03361006
2939962	Clus	clus	DE		0	Europe/Berlin	52.27092	8.97444		Clus,Klus		07	057	05770	05770024
2939963	Clus	clus	DE		0	Europe/Berlin	51.88404	10.00787		Clus		06	00	03155	03155001
2939964	Clues	clues	DE		0	Europe/Berlin	52.88263	8.84841		Clues		06	00	03251	03251041
2939966	Clostern	clostern	DE		0	Europe/Berlin	51.68208	7.31375		Clostern,Klostern		07	055	05562	05562008
2939967	Closewitz	closewitz	DE		0	Europe/Berlin	50.96011	11.5725		Closewitz		15	00	16053	16053000
2939970	Clonsbach	clonsbach	DE		0	Europe/Berlin	49.30951	10.36021				02	095	09571	09571174
2939971	Clodra	clodra	DE		0	Europe/Berlin	50.75761	12.11741				15	00	16076	16076004
2939973	Climbach	climbach	DE		0	Europe/Berlin	50.65915	8.81687				05	065	06531	06531001
2939974	Clieben	clieben	DE		0	Europe/Berlin	51.13333	13.53333		Clieben		13	00	14627	14627010
2939975	Cleversulzbach	cleversulzbach	DE		0	Europe/Berlin	49.21403	9.35413		Cleversulzbach		01	081	08125	08125069
2939977	Cleverns	cleverns	DE		0	Europe/Berlin	53.54886	7.86057				06	00	03455	03455007
2939978	Clever Landwehr	clever-landwehr	DE		0	Europe/Berlin	53.9	10.66667				10	00	01055	01055040
2939979	Cleverbrück	cleverbrueck	DE		0	Europe/Berlin	53.904	10.66884				10	00	01055	01055040
2939980	Cleve	cleve	DE		0	Europe/Berlin	53.91188	10.67695		Cleve,Clever Siedlung		10	00	01055	01055004
2939981	Cleve	cleve	DE		0	Europe/Berlin	52.07905	8.29972		Cleve,Kleve		07	057	05754	05754004
2939984	Clennen	clennen	DE		0	Europe/Berlin	51.19969	12.9238				13	00	14522	14522310
2939985	Clementelvitz	clementelvitz	DE		0	Europe/Berlin	54.52068	13.59077		Klementelvitz		12	00	13073	13073080
2939989	Klef	klef	DE		0	Europe/Berlin	50.94902	7.30758				07	053	05378	05378024
2939991	Cleeberg	cleeberg	DE		0	Europe/Berlin	50.44526	8.56024		Kleeberg,Kleeburg		05	065	06531	06531009
2939996	Clausthal	clausthal	DE		0	Europe/Berlin	51.80441	10.33384				06	00	03153	03153018
2939998	Clausnitz	clausnitz	DE		0	Europe/Berlin	50.7467	13.48484		Clausnitz		13	00	14522	14522470
2940000	Clausmarbach	clausmarbach	DE		0	Europe/Berlin	50.71423	9.73662		Clausmarbach,Klausmarbach		05	066	06631	06631002
2940004	Clausdorf	clausdorf	DE		0	Europe/Berlin	54.02745	11.97655		Clausdorf		12	00	13072	13072093
2940005	Clausdorf	clausdorf	DE		0	Europe/Berlin	53.60404	12.85295				12	00	13071	13071074
2940006	Clausberg	clausberg	DE		0	Europe/Berlin	50.96124	10.24748				15	00	16063	16063097
2940011	Clauen	clauen	DE		0	Europe/Berlin	52.2484	10.02571		Clauen,Klauen		06	00	03157	03157002
2940016	Clarsbach	clarsbach	DE		0	Europe/Berlin	49.38328	10.85442				02	095	09573	09573125
2940017	Clarholz	clarholz	DE		0	Europe/Berlin	51.90101	8.19954		Clarholz		07	057	05754	05754020
2940018	Clarenberg	clarenberg	DE		0	Europe/Berlin	51.48333	7.5		Clarenberg,Klarenberg		07	059	05913	05913000
2940019	Klarahöh	klarahoh	DE		0	Europe/Berlin	52.59246	13.53668		Clarahoh,Clarahöh,Klarahoh,Klarahöh		11			
2940020	Clanzschwitz	clanzschwitz	DE		0	Europe/Berlin	51.34436	13.15718		Clanzschwitz		13	00	14730	14730170
2940022	Clanschwitz	clanschwitz	DE		0	Europe/Berlin	51.21497	13.1614		Clanschwitz,Clanzschwitz		13	00	14522	14522450
2940023	Claffheim	claffheim	DE		0	Europe/Berlin	49.24892	10.58953				02	095	09561	09561000
2940027	Cismarfelde	cismarfelde	DE		0	Europe/Berlin	54.20249	10.96606				10	00	01055	01055016
2940028	Cismar	cismar	DE		0	Europe/Berlin	54.18792	10.98199		Cismar		10	00	01055	01055016
2940029	Cirkwehrum	cirkwehrum	DE		0	Europe/Berlin	53.43662	7.17195				06	00	03452	03452011
2940030	Chüttlitz	chuettlitz	DE		0	Europe/Berlin	52.86392	11.1165				14	00	15081	15081455
2940031	Chursdorf	chursdorf	DE		0	Europe/Berlin	50.92059	12.74875		Chursdorf		13	00	14522	14522460
2940032	Chursdorf	chursdorf	DE		0	Europe/Berlin	50.77653	12.25988				15	00	16076	16076069
2940033	Chursdorf	chursdorf	DE		236	Europe/Berlin	50.66667	11.85			16075014	15	00	16075	16075014
2940034	Churschütz	churschuetz	DE		0	Europe/Berlin	51.17452	13.24475				13	00	14627	14627130
2940036	Chur	chur	DE		0	Europe/Berlin	51.11509	6.39194				07	051	05116	05116000
2940037	Chüden	chueden	DE		487	Europe/Berlin	52.85472	11.23234		Chuden,Chüden		14	00	15081	15081455
2940038	Christusweber	christusweber	DE		0	Europe/Berlin	47.93333	10.1				01	084	08436	08436004
2940039	Christusgrün	christusgrun	DE		0	Europe/Berlin	50.33177	11.65976				02	094	09475	09475112
2940040	Christophstal	christophstal	DE		0	Europe/Berlin	48.47387	8.38703				01	082	08237	08237028
2940042	Christophshof	christophshof	DE		0	Europe/Berlin	48.70182	8.52444				01	082	08235	08235079
2940043	Christofshof	christofshof	DE		0	Europe/Berlin	48.63166	9.89636				01	081	08117	08117024
2940055	Christinenhof	christinenhof	DE		0	Europe/Berlin	53.64774	12.73787				12	00	13071	13071039
2940058	Christinenfeld	christinenfeld	DE		0	Europe/Berlin	53.96187	11.1944				12	00	13074	13074039
2940059	Christinendorf	christinendorf	DE		0	Europe/Berlin	52.21354	13.2808		Christinendorf		11	00	12072	12072426
2940060	Christianswarf	christianswarf	DE		0	Europe/Berlin	54.68333	8.81667				10	00	01054	01054093
2940061	Christianswarf	christianswarf	DE		0	Europe/Berlin	54.6368	8.60874		Christianswarf,Christianswarft		10	00	01054	01054074
2940062	Christianstal	christianstal	DE		0	Europe/Berlin	54.2809	10.97107		Christianstal,Christiansthal		10	00	01055	01055014
2940063	Christiansreuth	christiansreuth	DE		0	Europe/Berlin	50.27143	12.29348				13	00	14523	14523030
2940065	Christianskoog	christianskoog	DE		0	Europe/Berlin	54.12117	8.99249				10	00	01051	01051137
2940066	Christianshütte	christianshuette	DE		0	Europe/Berlin	54.19249	9.39546		Christianschutte,Christianschütte,Christianshutte,Christianshütte		10	00	01051	01051086
2940067	Christianshütte	christianshuette	DE		0	Europe/Berlin	50.44541	8.18451		Christianschutte,Christianschütte,Christianshutte,Christianshütte		05	065	06533	06533001
2940071	Christianshof	christianshof	DE		0	Europe/Berlin	53.91667	10.31667				10	00	01060	01060048
2940072	Christianshof	christianshof	DE		0	Europe/Berlin	53.65	14.2				12	00	13075	13075001
2940078	Christiansheide	christiansheide	DE		0	Europe/Berlin	54.73333	9.3				10	00	01059	01059183
2940079	Christiansgrün	christiansgrun	DE		0	Europe/Berlin	50.46667	11.25				15			
2940082	Christiansfelde	christiansfelde	DE		0	Europe/Berlin	53.93333	10.33333				10	00	01060	01060005
2940085	Christiansberg	christiansberg	DE		0	Europe/Berlin	53.6941	14.15706		Christianberg,Christiansberg		12	00	13075	13075085
2940088	Christianenhof	christianenhof	DE		0	Europe/Berlin	54	12.43333				12	00	13072	13072097
2940089	Christianenhof	christianenhof	DE		0	Europe/Berlin	53.36007	13.66889				11	00	12073	12073429
2940090	Christianenhaus	christianenhaus	DE		0	Europe/Berlin	51.6083	10.81828				15	00	16062	16062065
2940094	Christgrün	christgruen	DE		0	Europe/Berlin	50.57993	12.20898				13	00	14523	14523330
2940095	Christgarten	christgarten	DE		0	Europe/Berlin	48.78344	10.46382				02	097	09779	09779136
2940098	Christertshofen	christertshofen	DE		0	Europe/Berlin	48.22959	10.22638				02	097	09775	09775118
2940099	Christerode	christerode	DE		280	Europe/Berlin	50.87643	9.39293	449			05	066	06634	06634017
2940108	Christdorf	christdorf	DE		0	Europe/Berlin	53.08124	12.45644				11	00	12068	12068468
2940110	Christazhofen	christazhofen	DE		0	Europe/Berlin	47.72283	9.96456				01	084	08436	08436094
2940111	Christanz	christanz	DE		0	Europe/Berlin	49.83398	11.41297		Christanz		02	094	09472	09472111
2940112	Chrieschwitz	chrieschwitz	DE		0	Europe/Berlin	50.51104	12.16268				13	00	14523	14523320
2940113	Chransdorf	chransdorf	DE		0	Europe/Berlin	51.6335	14.01797		Chransdorf		11	00	12066	12066008
2940115	Chossewitz	chossewitz	DE		0	Europe/Berlin	52.09019	14.43259				11	00	12067	12067137
2940123	Chörau	choerau	DE		248	Europe/Berlin	51.81579	12.11711		Chorau,Chörau		14	00	15082	15082256
2940133	Cheinitz	cheinitz	DE		0	Europe/Berlin	52.70206	11.25328				14	00	15081	15081240
2940135	Cheine	cheine	DE		0	Europe/Berlin	52.87623	11.06642				14	00	15081	15081455
2940136	Chausseehaus	chausseehaus	DE		0	Europe/Berlin	49.57338	10.65275				02	095	09575	09575153
2940137	Charlottenthal	charlottenthal	DE		0	Europe/Berlin	53.6858	12.26741				12	00	13072	13072056
2940140	Charlottental	charlottental	DE		0	Europe/Berlin	54.33333	10.36667		Charlottental,Charlottenthal		10	00	01057	01057081
2940141	Charlottental	charlottental	DE		0	Europe/Berlin	49.48089	12.6263		Charlottental,Charlottenthal		02	093	09372	09372163
2940142	Charlottenruh	charlottenruh	DE		0	Europe/Berlin	50.90812	14.70417				13	00	14626	14626170
2940147	Charlottenhöhe	charlottenhoehe	DE		0	Europe/Berlin	53.26358	13.79644		Charlottenhoh,Charlottenhohe,Charlottenhöh,Charlottenhöhe		11	00	12073	12073429
2940148	Charlottenhöhe	charlottenhohe	DE		0	Europe/Berlin	48.78365	8.60029				01	082	08235	08235065
2940149	Charlottenhöh	charlottenhoh	DE		0	Europe/Berlin	52.9119	12.33052		Charlottenhoh,Charlottenhohe,Charlottenhöh,Charlottenhöhe		14			
2940153	Charlottenhof	charlottenhof	DE		0	Europe/Berlin	53.76881	13.73884				12	00	13075	13075116
2940154	Charlottenhof	charlottenhof	DE		0	Europe/Berlin	53.58822	13.63179				12	00	13071	13071130
2940155	Charlottenhof	charlottenhof	DE		0	Europe/Berlin	53.53333	13.96667				12	00	13075	13075105
2940156	Charlottenhof	charlottenhof	DE		0	Europe/Berlin	53.5	12.81667				12	00	13071	13071071
2940157	Charlottenhof	charlottenhof	DE		0	Europe/Berlin	52.8685	11.47138				14	00	15081	15081030
2940158	Charlottenhof	charlottenhof	DE		0	Europe/Berlin	52.58814	11.92343		Forsterei Charlottenhof,Försterei Charlottenhof		14	00	15090	15090535
2940159	Charlottenhof	charlottenhof	DE		0	Europe/Berlin	52.4182	12.39984				11	00	12051	12051000
2940160	Charlottenhof	charlottenhof	DE		0	Europe/Berlin	51.6	14.15				11	00	12066	12066228
2940161	Charlottenhof	charlottenhof	DE		0	Europe/Berlin	49.34522	12.17564				02	093	09376	09376161
2940180	Charlottengrund	charlottengrund	DE		0	Europe/Berlin	51.15096	14.07173				13	00	14625	14625200
2940182	Charlottenfelde	charlottenfelde	DE		0	Europe/Berlin	51.98534	13.30452				11	00	12072	12072014
2940183	Charlottendorf West	charlottendorf-west	DE		0	Europe/Berlin	53.00408	8.15677				06	00	03458	03458013
2940184	Charlottendorf Ost	charlottendorf-ost	DE		0	Europe/Berlin	53.00562	8.17845				06	00	03458	03458013
2940185	Charlottendorf	charlottendorf	DE		0	Europe/Berlin	54.52875	13.17429				12	00	13073	13073081
2940187	Charlottenburg	charlottenburg-bezirk	DE		119857	Europe/Berlin	52.51667	13.28333		Berlin-Charlottenburg,Sharlottenburg,sharlٹnbrg-wlmrzڈwrf,xia luo teng bao,Шарлоттенбург,شارلٹنبرگ-ولمرزڈورف,夏洛滕堡		16	00	11000	11000000
2940194	Charlottenau	charlottenau	DE		0	Europe/Berlin	53.09498	12.84689				11	00	12068	12068353
2940197	Charhof	charhof	DE		0	Europe/Berlin	49.20525	10.38343				02	095	09571	09571145
2940199	Chammünster	chammunster	DE		0	Europe/Berlin	49.20964	12.69762				02	093	09372	09372116
2940200	Chameregg	chameregg	DE		0	Europe/Berlin	49.21101	12.71095				02	093	09372	09372116
2940208	Celle Vorwerk	celle-vorwerk	DE		0	Europe/Berlin	52.63333	10.08333				06	00	03351	03351006
2940214	Ceesewitz	ceesewitz	DE		0	Europe/Berlin	51.06914	12.82009				13	00	14522	14522600
2940217	Cecilienhöhe	cecilienhoehe	DE		0	Europe/Berlin	52.38401	13.05538		Kolonie Cecilienhoehe,Kolonie Cecilienhöhe		11	00	12054	12054000
2940219	Cavens	cavens	DE		0	Europe/Berlin	53.0283	7.9032				06	00	03453	03453007
2940220	Kavelpaß	kavelpass	DE		0	Europe/Berlin	53.70158	13.56983		Cavelpass		12	00	13075	13075015
2940224	Caule	caule	DE		0	Europe/Berlin	51.90389	13.64656		Caule,Kaule		11	00	12061	12061320
2940225	Cauerwitz	cauerwitz	DE		0	Europe/Berlin	51.07426	11.86267				14	00	15084	15084335
2940226	Catterfeld	catterfeld	DE		0	Europe/Berlin	50.83689	10.63728		Catterfeld		15	00	16067	16067092
2940228	Cattau	cattau	DE		0	Europe/Berlin	51.65268	11.91059		Cattau		14	00	15082	15082377
2940229	Catharinau	catharinau	DE		0	Europe/Berlin	50.71576	11.39436				15	00	16073	16073109
2940232	Castroperholz	castroperholz	DE		0	Europe/Berlin	51.56295	7.30586				07	055	05562	05562004
2940237	Caßlau	casslau	DE		0	Europe/Berlin	51.2816	14.27206		Koslow		13	00	14625	14625360
2940239	Caßdorf	cassdorf	DE		0	Europe/Berlin	51.02283	9.36835				05	066	06634	06634009
2940241	Cashagen	cashagen	DE		0	Europe/Berlin	53.94775	10.55992				10	00	01055	01055001
2940242	Caseritz	caseritz	DE		0	Europe/Berlin	51.2473	14.22649		Caseritz,Kozarcy		13	00	14625	14625080
2940243	Caselwitz	caselwitz	DE		0	Europe/Berlin	50.63323	12.1694				15	00	16076	16076022
2940244	Caselow	caselow	DE		0	Europe/Berlin	53.45106	14.12773				12	00	13075	13075011
2940245	Casel	casel	DE		0	Europe/Berlin	51.68748	14.12688		Casel,Kasel,Kozle,Kózle		11	00	12071	12071057
2940248	Casabra	casabra	DE		0	Europe/Berlin	51.25651	13.13722				13	00	14730	14730210
2940249	Carzig	carzig	DE		0	Europe/Berlin	52.45911	14.46027		Carzig		11	00	12064	12064130
2940251	Carwitz	carwitz	DE		0	Europe/Berlin	53.30127	13.43825		Carwitz		12	00	13071	13071033
2940252	Carum	carum	DE		0	Europe/Berlin	52.70729	8.11446				06	00	03460	03460001
2940255	Carsdorf	carsdorf	DE		0	Europe/Berlin	51.17389	12.25084				13	00	14729	14729350
2940256	Carsdorf	carsdorf	DE		0	Europe/Berlin	51.01785	12.74466				13	00	14522	14522580
2940258	Carrenzien	carrenzien	DE		0	Europe/Berlin	53.28253	10.93045				06	00	03355	03355049
2940260	Carolinenthal	carolinenthal	DE		0	Europe/Berlin	53.47691	13.73901				11	00	12073	12073579
2940261	Carolinensiel	carolinensiel	DE		1000	Europe/Berlin	53.69062	7.8013	3	Karolinensiel		06	00	03462	03462019
2940263	Carolinenhof	carolinenhof	DE		0	Europe/Berlin	53.58092	12.89203				12	00	13071	13071056
2940264	Carolinenhof	carolinenhof	DE		0	Europe/Berlin	53.23399	13.20857				12	00	13071	13071162
2940273	Carolagrün	carolagruen	DE		0	Europe/Berlin	50.4894	12.49109				13	00	14523	14523020
2940275	Carnap	carnap	DE		0	Europe/Berlin	51.28333	7.18333		Carnap,Karnap		07	051	05124	05124000
2940276	Carmzow	carmzow	DE		0	Europe/Berlin	53.38517	14.04851				11	00	12073	12073093
2940278	Carmshausen	carmshausen	DE		0	Europe/Berlin	51.31221	9.84011		Carmshausen,Karmshausen		05	066	06636	06636016
2940279	Carlstorf	carlstorf	DE		0	Europe/Berlin	53.9	11.48333				12	00	13074	13074087
2940280	Carlsthal	carlsthal	DE		0	Europe/Berlin	54.04583	12.7165				12	00	13073	13073050
2940282	Carlsruhe	carlsruhe	DE		0	Europe/Berlin	54.14761	12.46408				12	00	13073	13073055
2940283	Carlsruhe	carlsruhe	DE		0	Europe/Berlin	51.04035	14.4615				13	00	14625	14625560
2940288	Carlshof	carlshof	DE		0	Europe/Berlin	53.7024	12.56287				12	00	13072	13072094
2940289	Carlshof	carlshof	DE		0	Europe/Berlin	53.36667	12.53333				12	00	13071	13071023
2940290	Carlshof	carlshof	DE		0	Europe/Berlin	53.29135	11.70959				12	00	13076	13076098
2940291	Carlshof	carlshof	DE		0	Europe/Berlin	49.81049	7.48123		Carlshof,Karlshof		08	00	07133	07133046
2940298	Carlshan	carlshan	DE		0	Europe/Berlin	50.30369	10.83508				02	094	09473	09473158
2940299	Carlsgrün	carlsgrun	DE		0	Europe/Berlin	50.37788	11.6195				02	094	09475	09475112
2940301	Carlsfelde	carlsfelde	DE		0	Europe/Berlin	53.47944	13.58872				12	00	13071	13071164
2940302	Carlsfeld	carlsfeld	DE		0	Europe/Berlin	50.4347	12.58704		Carlsfeld		13	00	14521	14521170
2940303	Carlsdorf	carlsdorf	DE		0	Europe/Berlin	53.70331	12.46983				12	00	13072	13072063
2940304	Carlsdorf	carlsdorf	DE		0	Europe/Berlin	51.48822	9.42816		Carlsdorf,Karlsdorf		05	066	06633	06633013
2940306	Carlsbrunn	carlsbrunn	DE		0	Europe/Berlin	51.13541	14.65539		Carlsbrunn		13	00	14626	14626290
2940312	Carlewitz	carlewitz	DE		0	Europe/Berlin	54.21684	12.52419				12	00	13073	13073055
2940315	Caputh	caputh	DE		0	Europe/Berlin	52.34698	12.99221		Capputh,Caputh,Caputh-Geltow,Kaput,Kaputh,Капут		11	00	12069	12069590
2940316	Cappel-Neufeld	cappel-neufeld	DE		0	Europe/Berlin	53.76014	8.53696		Cappel-Neufeld,Kappeler-Neufeld		06	00	03352	03352061
2940317	Cappeln	cappeln	DE		6274	Europe/Berlin	52.81085	8.11474		Cappeln,Kapeln,Kappel'n,Капелн,Каппельн		06	00	03453	03453003
2940320	Cappeler Niederstrich	cappeler-niederstrich	DE		0	Europe/Berlin	53.74119	8.55389		Cappeler Niederstrich,Kappeler Niederstrich		06	00	03352	03352061
2940321	Cappeler Altendeich	cappeler-altendeich	DE		0	Europe/Berlin	53.74842	8.54984		Cappeler Altendeich,Kappeler Altendeich		06	00	03352	03352061
2940329	Capelle	capelle	DE		0	Europe/Berlin	51.73031	7.59472		Capelle,Kapelle		07	055	05558	05558028
2940330	Canzow	canzow	DE		0	Europe/Berlin	53.46315	13.55033		Canzow		12	00	13071	13071164
2940332	Canum	canum	DE		0	Europe/Berlin	53.42523	7.11306				06	00	03452	03452014
2940333	Cantrup	cantrup	DE		0	Europe/Berlin	52.76465	8.73431				06	00	03251	03251028
2940336	Cantnitz	cantnitz	DE		0	Europe/Berlin	53.38088	13.38572				12	00	13071	13071033
2940339	Canow	canow	DE		0	Europe/Berlin	53.20126	12.90636				12	00	13071	13071167
2940340	Cannewitz	cannewitz	DE		0	Europe/Berlin	51.27491	12.8322				13	00	14729	14729160
2940341	Cannewitz	cannewitz	DE		0	Europe/Berlin	51.20794	14.56745		Cannewitz,Skanecy		13	00	14625	14625340
2940343	Cannewitz	cannewitz	DE		0	Europe/Berlin	51.1674	14.26648		Cannewitz,Chanecy		13	00	14625	14625100
2940344	Canitz-Wasewitz	canitz-wasewitz	DE		0	Europe/Berlin	51.41667	12.68333				13	00	14729	14729380
2940345	Canitz-Christina	canitz-christina	DE		0	Europe/Berlin	51.17821	14.52502		Canitz-Christina,Konjecy		13	00	14625	14625290
2940346	Canitz	canitz	DE		0	Europe/Berlin	51.40938	12.68406				13	00	14729	14729380
2940347	Canitz	canitz	DE		0	Europe/Berlin	51.3139	13.22308				13	00	14627	14627230
2940348	Canitz	canitz	DE		0	Europe/Berlin	51.13584	13.40053		Canitz		13	00	14627	14627080
2940349	Canhusen	canhusen	DE		0	Europe/Berlin	53.44245	7.21056				06	00	03452	03452011
2940351	Campow	campow	DE		0	Europe/Berlin	53.75729	10.76051				12	00	13074	13074080
2940354	Campen	campen	DE		0	Europe/Berlin	53.40037	7.05056		Campen,Kampen		06	00	03452	03452014
2940355	Campen	campen	DE		0	Europe/Berlin	52.66672	8.9488		Campen,Kampen		06	00	03251	03251008
2940356	Campemoor	campemoor	DE		0	Europe/Berlin	52.45047	8.16439				06	00	03460	03460007
2940357	Campe	campe	DE		0	Europe/Berlin	53.59191	9.4849				06	00	03359	03359038
2940358	Kampe	kampe	DE		0	Europe/Berlin	54.56743	13.53799		Kampe		12	00	13073	13073030
2940359	Campe	campe	DE		0	Europe/Berlin	53.17868	8.48385				06	00	03461	03461001
2940365	Cämmerswalde	caemmerswalde	DE		0	Europe/Berlin	50.70939	13.5011		Cammerswalde,Cämmerswalde		13	00	14522	14522400
2940367	Cammer	cammer	DE		0	Europe/Berlin	52.31029	8.99875				06	00	03257	03257009
2940368	Cammer	cammer	DE		0	Europe/Berlin	52.25791	12.66291		Cammer,Kammer		11	00	12069	12069470
2940370	Camitz	camitz	DE		0	Europe/Berlin	54.18499	12.59789				12	00	13073	13073085
2940371	Camitz	camitz	DE		0	Europe/Berlin	51.51616	13.08063		Camitz,Kamitz		13	00	14730	14730010
2940373	Caminau	caminau	DE		0	Europe/Berlin	51.32777	14.34179		Kamjenej		13	00	14625	14625280
2940374	Camina	camina	DE		0	Europe/Berlin	51.25517	14.42084		Kamjenej		13	00	14625	14625490
2940387	Calveslage	calveslage	DE		0	Europe/Berlin	52.77156	8.26341		Calveslage		06	00	03460	03460009
2940392	Calmesweiler	calmesweiler	DE		0	Europe/Berlin	49.41085	6.95617		Calmesweiler,Kalmesweiler		09	00	10043	10043111
2940394	Calmbach	calmbach	DE		0	Europe/Berlin	48.77641	8.57972				01	082	08235	08235079
2940399	Calle	calle	DE		0	Europe/Berlin	52.77777	9.07539				06	00	03256	03256003
2940400	Calle	calle	DE		0	Europe/Berlin	51.37216	7.7365				07	059	05962	05962024
2940401	Calle	calle	DE		0	Europe/Berlin	51.33501	8.21362		Calle,Kalle		07	059	05958	05958032
2940406	Calhorn	calhorn	DE		0	Europe/Berlin	52.74359	8.01819				06	00	03453	03453006
2940409	Caldern	caldern	DE		0	Europe/Berlin	50.84405	8.66014		Kaldern		05	065	06534	06534012
2940413	Calbitz	calbitz	DE		0	Europe/Berlin	51.32726	13.00441		Calbitz		13	00	14730	14730330
2940415	Calberwisch	calberwisch	DE		0	Europe/Berlin	52.77695	11.81125				14	00	15090	15090415
2940418	Calbecht	calbecht	DE		0	Europe/Berlin	52.09027	10.38191				06	00	03102	03102000
2940420	Calbach	calbach	DE		0	Europe/Berlin	50.27404	9.05124				05	064	06440	06440004
2940421	Calauer Vorstadt	calauer-vorstadt	DE		0	Europe/Berlin	51.85363	13.71805				11	00	12061	12061320
2940424	Kalawa	kalawa	DE		9299	Europe/Berlin	51.74402	13.95329		Calau,Kalau,Kalawa,ka lao,kalaw,kalwa,Калау,Կալաու,كالاو,کالوا,卡劳		11	00	12066	12066052
2940425	Cainsdorf	cainsdorf	DE		0	Europe/Berlin	50.67232	12.48844		Cainsdorf		13	00	14524	14524330
2940427	Cadolzhofen	cadolzhofen	DE		0	Europe/Berlin	49.3892	10.3297				02	095	09571	09571225
2940431	Cäciliengroden	caeciliengroden	DE		0	Europe/Berlin	53.48493	8.05071		Caciliengroden,Caeciliengroden,Cäciliengroden		06	00	03455	03455014
2940433	Cabel	cabel	DE		0	Europe/Berlin	51.71867	13.94261		Cabel,Kabel,Koblej,Kobłej		11	00	12066	12066052
2940434	Cabarz	cabarz	DE		0	Europe/Berlin	50.87968	10.50183				15	00	16067	16067064
2940435	Caasen	caasen	DE		0	Europe/Berlin	50.9303	12.18054				15	00	16076	16076006
2940440	Byhusen	byhusen	DE		0	Europe/Berlin	53.44719	9.27254				06	00	03357	03357014
2940445	Byhleguhrer Kaupen	byhleguhrer-kaupen	DE		0	Europe/Berlin	51.86667	14.15		Byhleguhrer Kaupen,Geroburger Kaupen		11	00	12061	12061061
2940447	Byfang	byfang	DE		0	Europe/Berlin	51.40613	7.09577		Byfang		07	051	05113	05113000
2940449	Buxtrup	buxtrup	DE		0	Europe/Berlin	51.8888	7.38662				07	055	05558	05558032
2940450	Büxten	buexten	DE		0	Europe/Berlin	52.07708	8.67062				07	057	05766	05766008
2940453	Buxlohe	buxlohe	DE		0	Europe/Berlin	49.11922	11.84875				02	093	09375	09375118
2940459	Buxberg	buxberg	DE		0	Europe/Berlin	48.4427	11.26482				02	091	09174	09174147
2940461	Buxach	buxach	DE		0	Europe/Berlin	47.98314	10.14115				02	097	09764	09764000
2940462	Bux	bux	DE		0	Europe/Berlin	47.58333	9.9				02	097	09776	09776129
2940465	Buweiler-Rathen	buweiler-rathen	DE		0	Europe/Berlin	49.55827	6.92621				09	00	10042	10042116
2940466	Buweiler	buweiler	DE		0	Europe/Berlin	49.56667	6.93333				09	00	10042	10042116
2940468	Butzweiler	butzweiler	DE		0	Europe/Berlin	49.81514	6.6173		Butzweiler		08	00	07235	07235094
2940476	Bützow	buetzow	DE		8146	Europe/Berlin	53.84832	11.98256		Bicov,Bicova,Bjutcov,Buetzow,Butzow,Bützow,bi cuo,bwtsw,bwtzw,Бицов,Бютцов,بوتزو,بوتسو,比措		12	00	13072	13072020
2940481	Butzhausen	butzhausen	DE		0	Europe/Berlin	53.14827	8.55768				06	00	03461	03461006
2940484	Bützflethermoor	buetzflethermoor	DE		0	Europe/Berlin	53.6537	9.43295				06	00	03359	03359038
2940487	Bützfleth	buetzfleth	DE		0	Europe/Berlin	53.65384	9.48262		Butzfleth,Bützfleth		06	00	03359	03359038
2940489	Bützer	buetzer	DE		0	Europe/Berlin	52.53637	12.2995				11	00	12063	12063189
2940495	Butzendorf	butzendorf	DE		0	Europe/Berlin	52.55381	8.69173				06	00	03251	03251044
2940496	Butzenberg	butzenberg	DE		0	Europe/Berlin	49.12433	11.50929				02	093	09373	09373112
2940497	Butzenberg	butzenberg	DE		0	Europe/Berlin	47.81367	9.67959				01	084	08436	08436011
2940501	Butzenbach	butzenbach	DE		0	Europe/Berlin	48.45464	12.57445				02	092	09277	09277121
2940506	Butzdorf	butzdorf	DE		0	Europe/Berlin	49.51866	6.41887				09	00	10042	10042115
2940514	Butzau	butzau	DE		0	Europe/Berlin	47.73857	10.87874				02	091	09190	09190154
2940516	Büttstedt	buettstedt	DE		1012	Europe/Berlin	51.25972	10.30636		Buttstedt,Büttstedt	16061018	15	00	16061	16061018
2940518	Buttstädt	buttstaedt	DE		2622	Europe/Berlin	51.12227	11.41721		Buttstadt,Buttstaedt,Buttstädt		15	00	16068	16068063
2940520	Büttrup	buettrup	DE		0	Europe/Berlin	51.87777	7.98843				07	055	05570	05570020
2940522	Büttnershof	buettnershof	DE		0	Europe/Berlin	52.78293	12.00874				14	00	15090	15090270
2940526	Büttlingen	buettlingen	DE		0	Europe/Berlin	53.83231	11.17091				12	00	13074	13074026
2940528	Büttlerdeich	buettlerdeich	DE		0	Europe/Berlin	54.15	8.98333				10	00	01051	01051113
2940530	Büttjebüll	buettjebuell	DE		0	Europe/Berlin	54.65355	8.90333				10	00	01054	01054014
2940531	Büttinghausen	buettinghausen	DE		0	Europe/Berlin	52.34835	8.61891				07	057	05770	05770008
2940532	Büttinghausen	buettinghausen	DE		0	Europe/Berlin	50.94737	7.59127				07	053	05374	05374048
2940536	Büttgerwald	buettgerwald	DE		0	Europe/Berlin	51.22919	6.53179				07	051	05166	05166036
2940537	Büttgen	buettgen	DE		0	Europe/Berlin	51.19731	6.60707				07	051	05162	05162016
2940539	Buttforde	buttforde	DE		0	Europe/Berlin	53.62089	7.72567				06	00	03462	03462019
2940542	Butterstieg	butterstieg	DE		0	Europe/Berlin	53.92701	10.53055				10	00	01060	01060067
2940543	Butterstadt	butterstadt	DE		0	Europe/Berlin	50.21075	8.93647		Butterstadt,Butterstaedter Hoefe,Butterstädter Höfe		05	064	06435	06435006
2940552	Butterleithe	butterleithe	DE		0	Europe/Berlin	50.5165	12.25369		Butterleithe,Butterleithen		13	00	14523	14523270
2940553	Butterlake	butterlake	DE		0	Europe/Berlin	52.44968	12.51791		Butterlake		11	00	12051	12051000
2940558	Butterhorst	butterhorst	DE		0	Europe/Berlin	52.67949	11.45427				14	00	15081	15081240
2940561	Butterheide	butterheide	DE		0	Europe/Berlin	51.05989	6.95735				07	053	05316	05316000
2940566	Butterburg	butterburg	DE		0	Europe/Berlin	53.45315	8.41793				06	00	03461	03461007
2940572	Butterberg	butterberg	DE		0	Europe/Berlin	51.05	12.95				13	00	14522	14522120
2940573	Butterberg	butterberg	DE		0	Europe/Berlin	50.91667	14.71667				13	00	14626	14626170
2940574	Butterberg	butterberg	DE		0	Europe/Berlin	50.86388	14.64952				13	00	14626	14626140
2940612	Buttenkrug	buttenkrug	DE		0	Europe/Berlin	51.98333	11.51667				14	00	15083	15083490
2940614	Buttenhausen	buttenhausen	DE		0	Europe/Berlin	48.3615	9.47777				01	084	08415	08415053
2940616	Büttendorf	buettendorf	DE		0	Europe/Berlin	52.26122	8.65311		Buttingthorp		07	057	05770	05770016
2940617	Buttendorf	buttendorf	DE		0	Europe/Berlin	49.40635	10.85816				02	095	09573	09573125
2940621	Buttenbach	buttenbach	DE		0	Europe/Berlin	48.56833	12.34681				02	092	09274	09274145
2940624	Büttelkow	buettelkow	DE		0	Europe/Berlin	54.08958	11.71259				12	00	13072	13072014
2940626	Büttelhof	buettelhof	DE		0	Europe/Berlin	54.4	9.03333				10	00	01054	01054161
2940627	Büttelersiel	buettelersiel	DE		0	Europe/Berlin	53.5	8.41667				06	00	03461	03461007
2940629	Butteldorf	butteldorf	DE		0	Europe/Berlin	53.18892	8.37314				06	00	03461	03461004
2940630	Büttelbronn	buttelbronn	DE		0	Europe/Berlin	49.30253	9.76468				01	081	08126	08126046
2940631	Büttelbronn	buttelbronn	DE		0	Europe/Berlin	49.217	9.49299		Buttelbronn,Büttelbronn		01	081	08126	08126066
2940632	Büttelbronn	buttelbronn	DE		0	Europe/Berlin	48.8925	10.89694		Buttelbronn,Büttelbronn		02	095	09577	09577148
2940634	Büttel	buettel	DE		0	Europe/Berlin	54.4	9.01667				10	00	01054	01054161
2940635	Büttel	buettel	DE		0	Europe/Berlin	54.33333	8.7				10	00	01054	01054134
2940637	Büttel	buettel	DE		0	Europe/Berlin	53.42604	8.53836				06	00	03352	03352032
2940646	Butschenberg	butschenberg	DE		0	Europe/Berlin	48.68399	8.20349				01	082	08216	08216008
2940648	Butschbach	butschbach	DE		0	Europe/Berlin	48.52133	8.06799		Butschbach		01	083	08317	08317089
2940649	Bütow	buetow	DE		518	Europe/Berlin	53.34553	12.48407				12	00	13071	13071023
2940652	Bütlingen	buetlingen	DE		0	Europe/Berlin	53.37138	10.41336				06	00	03353	03353033
2940657	Buterhusen	buterhusen	DE		0	Europe/Berlin	53.66099	7.45505		Butenhusen,Buterhusen		06	00	03452	03452027
2940661	Butendorf	butendorf	DE		0	Europe/Berlin	51.56208	7.0005		Butendorf		07	055	05562	05562014
2940662	Butendiek	butendiek	DE		0	Europe/Berlin	53.13627	8.91128		Butendiek		06			
2940665	Butenbohm	butenbohm	DE		0	Europe/Berlin	52.38691	8.44245				07	057	05770	05770044
2940668	Büsumer Deichhausen	buesumer-deichhausen	DE		348	Europe/Berlin	54.13333	8.88333			01051014	10	00	01051	01051014
2940670	Büstorf	buestorf	DE		0	Europe/Berlin	54.55482	9.78671				10	00	01058	01058137
2940672	Busterbach	busterbach	DE		0	Europe/Berlin	48.58913	8.17141				01	083	08317	08317126
2940677	Büstedt	buestedt	DE		0	Europe/Berlin	52.42012	10.98341				06	00	03154	03154024
2940678	Bustedt	bustedt	DE		0	Europe/Berlin	52.18118	8.60171				07	057	05758	05758016
2940679	Büste	bueste	DE		387	Europe/Berlin	52.6895	11.54631		Buste,Büste		14	00	15090	15090070
2940680	Bußvitz	bussvitz	DE		0	Europe/Berlin	54.41054	13.27887				12	00	13073	13073021
2940681	Büssow	buessow	DE		0	Europe/Berlin	53.29155	14.27325				12	00	13075	13075107
2940682	Bußmannshausen	bussmannshausen	DE		0	Europe/Berlin	48.20018	9.95179		Bussmannshausen,Bußmannshausen		01	084	08426	08426108
2940686	Bußmaate	bussmaate	DE		0	Europe/Berlin	52.45	7.06667				06	00	03456	03456015
2940687	Büßlingen	busslingen	DE		0	Europe/Berlin	47.79275	8.68392				01	083	08335	08335080
2940688	Büßleben	buessleben	DE		0	Europe/Berlin	50.96319	11.11062				15	00	16051	16051000
2940693	Bussin	bussin	DE		0	Europe/Berlin	54.28377	12.83967				12	00	13073	13073096
2940696	Büßfeld	buessfeld	DE		0	Europe/Berlin	50.69567	9.00097				05	065	06535	06535009
2940697	Bussewitz	bussewitz	DE		0	Europe/Berlin	54.13333	12.3				12	00	13072	13072081
2940698	Bussenhausen	bussenhausen	DE		0	Europe/Berlin	53.619	7.87464				06	00	03455	03455020
2940699	Büssendeich	buessendeich	DE		0	Europe/Berlin	53.73092	9.5389				10	00	01061	01061074
2940701	Büssen	buessen	DE		0	Europe/Berlin	52.77195	11.26138				14	00	15081	15081455
2940702	Bussen	bussen	DE		0	Europe/Berlin	48.16667	9.55				01	084	08426	08426124
2940707	Bussau	bussau	DE		0	Europe/Berlin	52.95593	10.98816				06	00	03354	03354002
2940709	Busow	busow	DE		0	Europe/Berlin	53.7844	13.7926		Busow		12	00	13075	13075029
2940710	Büsnau	buesnau	DE		0	Europe/Berlin	48.75057	9.08273				01	081	08111	08111000
2940711	Busmannsried	busmannsried	DE		0	Europe/Berlin	49.00196	13.04459		Busmannried,Busmannsried		02	092	09276	09276143
2940712	Buskow	buskow	DE		0	Europe/Berlin	52.86612	12.81341				11	00	12068	12068320
2940715	Büsingen	busingen	DE		1473	Europe/Busingen	47.69638	8.68759		Buesingen,Buesingen am Hochrhein,Büsingen,Büsingen am Hochrhein		01	083	08335	08335015
2940717	Bushof	bushof	DE		0	Europe/Berlin	49.02364	9.53377				01	081	08119	08119075
2940720	Busenwurtherdeich	busenwurtherdeich	DE		0	Europe/Berlin	54.05	9.01667				10	00	01051	01051017
2940722	Busenweiler	busenweiler	DE		0	Europe/Berlin	48.3501	8.49241				01	083	08325	08325012
2940727	Busengraben	busengraben	DE		0	Europe/Berlin	50.81607	10.04407		Busengraben,Busengraber		15	00	16063	16063082
2940730	Busendorf	busendorf	DE		0	Europe/Berlin	50.07799	10.86436				02	094	09471	09471174
2940731	Busenborn	busenborn	DE		0	Europe/Berlin	50.49986	9.18331				05	065	06535	06535016
2940735	Busenbach	busenbach	DE		0	Europe/Berlin	51.15204	7.30776		Busenbach		07	053	05374	05374016
2940736	Busenbach	busenbach	DE		0	Europe/Berlin	48.9318	8.46115				01	082	08215	08215110
2940745	Büsdorf	buesdorf	DE		0	Europe/Berlin	50.98966	6.71162				07	053	05362	05362008
2940752	Buscht	buscht	DE		0	Europe/Berlin	49.99016	6.35823				08	00	07232	07232102
2940753	Buschsiepen	buschsiepen	DE		0	Europe/Berlin	51.18715	7.41416		Buschsiepen		07	053	05374	05374036
2940758	Büschow	bueschow	DE		0	Europe/Berlin	53.82305	11.65118				12	00	13074	13074036
2940759	Buschow	buschow	DE		0	Europe/Berlin	52.58785	12.63525		Buschow,Buschow Eins		11	00	12063	12063186
2940760	Buschort	buschort	DE		0	Europe/Berlin	52.45472	8.75544				06	00	03256	03256004
2940763	Buschmühlen	buschmuehlen	DE		0	Europe/Berlin	54.03664	11.63797				12	00	13072	13072074
2940764	Buschmühle	buschmuehle	DE		0	Europe/Berlin	52.51369	11.37405				14	00	15081	15081135
2940765	Buschmühle	buschmuehle	DE		0	Europe/Berlin	52.3	14.56667				11	00	12053	12053000
2940766	Buschmühle	buschmuehle	DE		0	Europe/Berlin	51.58333	13.78333				11	00	12062	12062293
2940767	Buschmühle	buschmuehle	DE		0	Europe/Berlin	49.26124	8.06506				08	00	07337	07337084
2940768	Buschmühl	buschmuehl	DE		0	Europe/Berlin	53.85256	13.06681				12	00	13071	13071008
2940771	Buschmannsort	buschmannsort	DE		0	Europe/Berlin	52.37593	8.49137				07	057	05770	05770044
2940783	Buschhütten	buschhuetten	DE		0	Europe/Berlin	50.93911	8.0051				07	059	05970	05970024
2940785	Buschhoven	buschhoven	DE		0	Europe/Berlin	50.68213	6.9777		Buschhoven		07	053	05382	05382064
2940787	Buschhorn	buschhorn	DE		0	Europe/Berlin	48.05	9.86667				01	084	08426	08426087
2940794	Buschhofen	buschhofen	DE		0	Europe/Berlin	50.91207	7.29665				07	053	05378	05378024
2940795	Büschhöfe	bueschhoefe	DE		0	Europe/Berlin	50.46385	7.16964				08	00	07131	07131059
2940798	Buschhof	buschhof	DE		0	Europe/Berlin	53.23231	12.71375		Buschhof		12	00	13071	13071133
2940803	Busch	busch	DE		0	Europe/Berlin	50.87996	6.13582		Busch,Buschhof		07	053	05334	05334004
2940806	Buschhäuser	buschhaeuser	DE		0	Europe/Berlin	52.24088	12.17573				14	00	15086	15086140
2940807	Buschhäuser	buschhaeuser	DE		0	Europe/Berlin	52.08548	14.09221				11	00	12061	12061329
2940808	Buschhäuser	buschhaeuser	DE		0	Europe/Berlin	51.20039	13.5877				13	00	14627	14627170
2940809	Buschhäuser	buschhaeuser	DE		0	Europe/Berlin	50.83887	13.31361				13	00	14522	14522050
2940812	Buschhausen	buschhausen	DE		0	Europe/Berlin	51.49847	6.82771				07	051	05119	05119000
2940813	Buschhausen	buschhausen	DE		0	Europe/Berlin	51.80565	6.93347				07	055	05554	05554028
2940814	Büschhausen	bueschhausen	DE		0	Europe/Berlin	51.13642	7.17274				07	053	05378	05378032
2940815	Buschhausen	buschhausen	DE		0	Europe/Berlin	50.99376	7.47969		Buschhausen		07	053	05374	05374008
2940816	Buschhausen	buschhausen	DE		0	Europe/Berlin	50.76577	6.3014				07	053	05334	05334032
2940828	Buschgotthardshütten	buschgotthardshuetten	DE		0	Europe/Berlin	50.90315	8.02137				07	059	05970	05970040
2940831	Buschfeld	buschfeld	DE		0	Europe/Berlin	50.79737	6.81773		Buschfeld,Haus Buschfeld		07	053	05362	05362020
2940832	Büschfeld	bueschfeld	DE		0	Europe/Berlin	49.49358	6.86463				09	00	10042	10042116
2940835	Buscheritz	buscheritz	DE		0	Europe/Berlin	51.18737	14.32215		Bosericy,Buscheritz,Bóšericy		13	00	14625	14625150
2940836	Büscherhöfen	buescherhoefen	DE		0	Europe/Berlin	51.1	7.01667				07	053	05378	05378016
2940842	Büscherheide	buescherheide	DE		0	Europe/Berlin	52.27999	8.45692				06	00	03459	03459003
2940843	Büscherheide	buescherheide	DE		0	Europe/Berlin	52.23189	8.41473				06	00	03459	03459024
2940844	Buscherheide	buscherheide	DE		0	Europe/Berlin	51.02181	5.98748		Buschesheide		07	053	05370	05370008
2940850	Buschenhagen	buschenhagen	DE		0	Europe/Berlin	54.34605	12.89572				12	00	13073	13073060
2940853	Büschen	bueschen	DE		0	Europe/Berlin	51.33146	6.29191				07	051	05166	05166016
2940854	Büschen	bueschen	DE		0	Europe/Berlin	50.91336	7.89138				07	059	05970	05970016
2940857	Buscheller	buscheller	DE		0	Europe/Berlin	50.23079	11.04573		Buscheller		02	094	09473	09473134
2940858	Büschelhof	buschelhof	DE		0	Europe/Berlin	49.30022	9.57471				01	081	08126	08126028
2940862	Büschelbach	buschelbach	DE		0	Europe/Berlin	49.29118	10.71937				02	095	09571	09571175
2940863	Büschel	bueschel	DE		0	Europe/Berlin	52.74378	8.17028				06	00	03460	03460001
2940864	Büscheid	buescheid	DE		0	Europe/Berlin	49.96118	6.90656				08	00	07231	07231001
2940866	Büscheich	buescheich	DE		0	Europe/Berlin	50.19641	6.6754				08	00	07233	07233026
2940868	Buschdorf	buschdorf	DE		0	Europe/Berlin	52.60284	14.42762				11	00	12064	12064538
2940869	Büschdorf	bueschdorf	DE		0	Europe/Berlin	51.47663	12.0323				14	00	15002	15002000
2940870	Buschdorf	buschdorf	DE		0	Europe/Berlin	50.7592	7.05242		Buschdorf,Bushdorf		07	053	05314	05314000
2940871	Büschdorf	bueschdorf	DE		0	Europe/Berlin	49.47181	6.47558				09	00	10042	10042115
2940877	Buschbell	buschbell	DE		0	Europe/Berlin	50.92659	6.7954		Buschbell		07	053	05362	05362024
2940882	Buscha	buscha	DE		0	Europe/Berlin	50.95287	12.5658				15	00	16077	16077023
2940883	Busch	busch	DE		0	Europe/Berlin	52.17671	8.81346				07	057	05770	05770004
2940884	Busch	busch	DE		0	Europe/Berlin	52.92604	8.43171				06	00	03458	03458003
2940885	Busch	busch	DE		0	Europe/Berlin	52.7842	11.94989				14	00	15090	15090270
2940886	Busch	busch	DE		0	Europe/Berlin	52.23591	13.87088				11	00	12067	12067481
2940887	Busch	busch	DE		0	Europe/Berlin	51.65402	8.83909				07	057	05774	05774012
2940888	Busch	busch	DE		0	Europe/Berlin	51.32514	6.22836				07	051	05166	05166016
2940889	Busch	busch	DE		0	Europe/Berlin	51.29017	7.25943				07	059	05954	05954024
2940890	Busch	busch	DE		0	Europe/Berlin	51.23826	6.33332				07	051	05166	05166032
2940891	Busch	busch	DE		0	Europe/Berlin	51.18333	7.08333				07	051	05122	05122000
2940892	Busch	busch	DE		0	Europe/Berlin	51.14737	6.59626				07	051	05162	05162008
2940893	Busch	busch	DE		0	Europe/Berlin	51.15352	6.29012		Busch		07	053	05370	05370040
2940894	Busch	busch	DE		0	Europe/Berlin	51.06973	6.19606				07	053	05370	05370020
2940895	Busch	busch	DE		0	Europe/Berlin	51.05761	7.25138		Busch		07	053	05378	05378012
2940896	Busch	busch	DE		0	Europe/Berlin	51.04396	7.17957				07	053	05378	05378020
2940897	Busch	busch	DE		0	Europe/Berlin	50.86228	7.29915				07	053	05382	05382040
2940898	Büsch	buesch	DE		0	Europe/Berlin	50.74134	7.43612				07	053	05382	05382016
2940899	Busch	busch	DE		0	Europe/Berlin	49.11584	9.49944				01	081	08125	08125107
2940907	Busboomsfehn	busboomsfehn	DE		0	Europe/Berlin	53.25097	7.6495				06	00	03457	03457008
2940910	Büsbach	buesbach	DE		0	Europe/Berlin	50.75662	6.21638		Busbach,Büsbach		07	053	05334	05334032
2940911	Busbach	busbach	DE		0	Europe/Berlin	49.94189	11.40269				02	094	09472	09472131
2940912	Bus	bus	DE		0	Europe/Berlin	48.17947	7.89472				01	083	08316	08316054
2940916	Burxdorf	burxdorf	DE		0	Europe/Berlin	51.45938	13.25807		Burxdorf		11	00	12062	12062024
2940917	Burwinkel	burwinkel	DE		0	Europe/Berlin	53.20486	8.38428				06	00	03461	03461004
2940922	Bürvenich	buervenich	DE		0	Europe/Berlin	50.65561	6.5979				07	053	05366	05366044
2940923	Burtschütz	burtschuetz	DE		0	Europe/Berlin	51.05276	12.17643				14	00	15084	15084130
2940927	Burthun	burthun	DE		0	Europe/Berlin	52.33208	8.73521				07	057	05770	05770012
2940928	Burtevitz	burtevitz	DE		0	Europe/Berlin	54.35773	13.62869				12	00	13073	13073048
2940930	Bürtel	burtel	DE		0	Europe/Berlin	49.52945	11.53938		Burtel,Bürtel		02	095	09574	09574147
2940934	Bürsten	bursten	DE		0	Europe/Berlin	47.7	9.8				01	084	08436	08436081
2940935	Bürstel	buerstel	DE		0	Europe/Berlin	53.02037	8.51489				06	00	03458	03458005
2940936	Bürstel	buerstel	DE		0	Europe/Berlin	52.97273	8.6812				06	00	03251	03251037
2940937	Burstah	burstah	DE		0	Europe/Berlin	53.65296	9.87318				10	00	01056	01056013
2940938	Bürstadt	buerstadt	DE		15348	Europe/Berlin	49.64266	8.45936		Birshtat,Bjurshtadt,Bjurshtat,Buerstadt,Burstadt,Bürstadt,bi er si ta te,bwrashtt,byurushutatto,bywrshtat,Бирштат,Бюрштадт,Бюрштат,بوراشتت,بيورشتات,ビュルシュタット,比尔斯塔特		05	064	06431	06431005
2940939	Bursiek	bursiek	DE		0	Europe/Berlin	52.23269	8.4814				07	057	05758	05758028
2940940	Bursfelde	bursfelde	DE		0	Europe/Berlin	51.54185	9.62523		Bursfelde		06	00	03159	03159017
2940946	Bürs	buers	DE		0	Europe/Berlin	52.67334	11.9883				14	00	15090	15090010
2940949	Bürrigerheide	buerrigerheide	DE		0	Europe/Berlin	51.05	6.98333				07	053	05316	05316000
2940950	Bürrig	buerrig	DE		0	Europe/Berlin	51.0482	6.98181				07	053	05316	05316000
2940952	Burren	burren	DE		0	Europe/Berlin	48.11667	9.71667				01	084	08426	08426021
2940953	Burren	burren	DE		0	Europe/Berlin	48.90805	9.88898				01	081	08136	08136002
2940956	Burreit	burreit	DE		0	Europe/Berlin	48.13955	12.2177				02	091	09187	09187176
2940963	Buro	buro	DE		0	Europe/Berlin	51.88259	12.40438				14	00	15091	15091060
2940968	Burmönken	burmoenken	DE		0	Europe/Berlin	53.55291	7.81399				06	00	03462	03462019
2940970	Burlo	burlo	DE		0	Europe/Berlin	51.90308	6.78889		Burlo		07	055	05554	05554012
2940971	Burleswagen	burleswagen	DE		0	Europe/Berlin	49.17609	10.06545				01	081	08127	08127073
2940976	Burlafingen	burlafingen	DE		0	Europe/Berlin	48.41473	10.06972		Burlafingen		02	097	09775	09775135
2940978	Burla	burla	DE		0	Europe/Berlin	50.95681	10.49834				15	00	16063	16063098
2940979	Burkwang	burkwang	DE		0	Europe/Berlin	47.69305	10.06926				01	084	08436	08436049
2940980	Burkvitz	burkvitz	DE		0	Europe/Berlin	54.38452	13.33963				12	00	13073	13073021
2940984	Burkheim	burkheim	DE		0	Europe/Berlin	50.11362	11.20099				02	094	09478	09478111
2940985	Burkheim	burkheim	DE		0	Europe/Berlin	48.10083	7.59953				01	083	08315	08315133
2940990	Burkhardtsgrün	burkhardtsgruen	DE		0	Europe/Berlin	50.53414	12.62132				13	00	14521	14521700
2940991	Burkhardtsgrün	burkhardtsgruen	DE		0	Europe/Berlin	50.35966	12.06688				13	00	14523	14523060
2940996	Burkhardtroda	burkhardtroda	DE		0	Europe/Berlin	50.89578	10.23449				15	00	16063	16063097
2940997	Burkhardswalde	burkhardswalde	DE		0	Europe/Berlin	51.07304	13.43191		Burkhardswalde,Burkhardtswalde		13	00	14627	14627100
2940998	Burkhardswalde	burkhardswalde	DE		0	Europe/Berlin	50.92208	13.85736				13	00	14628	14628250
2940999	Burkhardsrieth	burkhardsrieth	DE		0	Europe/Berlin	49.61667	12.46207				02	093	09374	09374147
2941000	Burkhardsreuth	burkhardsreuth	DE		0	Europe/Berlin	49.79649	11.87702				02	093	09374	09374148
2941001	Burkhardshof	burkhardshof	DE		0	Europe/Berlin	48.86667	9.41667				01	081	08119	08119085
2941002	Burkhardsfelden	burkhardsfelden	DE		0	Europe/Berlin	50.57795	8.81916				05	065	06531	06531016
2941003	Burkhardsberg	burkhardsberg	DE		0	Europe/Berlin	49.49905	12.401				02	093	09376	09376171
2941004	Burkhards	burkhards	DE		0	Europe/Berlin	50.46212	9.20223				05	065	06535	06535016
2941009	Burkersreuth	burkersreuth	DE		0	Europe/Berlin	50.21227	11.68644				02	094	09475	09475136
2941013	Burkersdorf	burkersdorf	DE		0	Europe/Berlin	51.38142	13.75797				11	00	12066	12066240
2941014	Burkersdorf	burkersdorf	DE		0	Europe/Berlin	50.99729	13.33544		Bieberstein-Burkersdorf,Burkersdorf		13	00	14522	14522480
2941015	Burkersdorf	burkersdorf	DE		0	Europe/Berlin	50.98391	14.86192		Burkersdorf		13	00	14626	14626610
2941016	Burkersdorf	burkersdorf	DE		0	Europe/Berlin	50.94916	12.40128				15	00	16077	16077036
2941017	Burkersdorf	burkersdorf	DE		0	Europe/Berlin	50.88837	12.30692				15	00	16077	16077043
2941018	Burkersdorf	burkersdorf	DE		0	Europe/Berlin	50.82188	13.48936		Burkersdorf		13	00	14522	14522170
2941019	Burkersdorf	burkersdorf	DE		0	Europe/Berlin	50.78555	12.01361		Burkersdorf		15	00	16076	16076088
2941020	Burkersdorf	burkersdorf	DE		0	Europe/Berlin	50.78437	11.81651		Burkersdorf		15	00	16075	16075116
2941021	Burkersdorf	burkersdorf	DE		0	Europe/Berlin	50.65239	11.88084				15	00	16075	16075109
2941022	Burkersdorf	burkersdorf	DE		0	Europe/Berlin	50.62567	12.54412				13	00	14524	14524130
2941023	Burkersdorf	burkersdorf	DE		0	Europe/Berlin	50.6345	11.22901		Burkersdorf		15	00	16073	16073077
2941024	Burkersdorf	burkersdorf	DE		0	Europe/Berlin	50.17453	11.28189				02	094	09476	09476146
2941029	Burkatshofen	burkatshofen	DE		0	Europe/Berlin	47.5783	9.96904				02	097	09776	09776127
2941032	Burkartshain	burkartshain	DE		0	Europe/Berlin	51.32836	12.80371				13	00	14729	14729410
2941035	Burkamp	burkamp	DE		0	Europe/Berlin	52.3	8.66667		Barkamp,Burkamp		07	057	05770	05770020
2941041	Burig	burig	DE		0	Europe/Berlin	52.38357	13.76701		Burig,Kolonie Burig		11	00	12067	12067173
2941044	Burhaversiel	burhaversiel	DE		0	Europe/Berlin	53.57384	8.38056				06	00	03461	03461003
2941045	Burhaver Mitteldeich	burhaver-mitteldeich	DE		0	Europe/Berlin	53.54641	8.3445		Bur-haver,Burhaver Mitteldeich		06	00	03461	03461003
2941046	Burhave	burhave	DE		0	Europe/Berlin	53.57655	8.36594		Burhave,Butjadingen		06	00	03461	03461003
2941047	Bürhausen	buerhausen	DE		0	Europe/Berlin	51.10981	7.53211				07	059	05962	05962028
2941048	Burhafer Feldstrich	burhafer-feldstrich	DE		0	Europe/Berlin	53.59418	7.7037				06	00	03462	03462019
2941049	Burhafe	burhafe	DE		0	Europe/Berlin	53.59878	7.70575				06	00	03462	03462019
2941050	Burgwitz	burgwitz	DE		0	Europe/Berlin	50.71955	11.74738		Burgwitz,Kospoda-Burgwitz		15	00	16075	16075051
2941055	Burgwenden	burgwenden	DE		0	Europe/Berlin	51.22729	11.29651				15	00	16068	16068034
2941056	Burgweisach	burgweisach	DE		0	Europe/Berlin	49.69984	10.63457				02	095	09572	09572159
2941057	Burgweinting	burgweinting	DE		0	Europe/Berlin	48.98909	12.1407				02	093	09362	09362000
2941058	Burgweiler	burgweiler	DE		0	Europe/Berlin	47.91669	9.35239		Burgweiler		01	084	08437	08437086
2941060	Burgweg	burgweg	DE		0	Europe/Berlin	47.79645	11.73696				02	091	09182	09182136
2941066	Burgwallbach	burgwallbach	DE		0	Europe/Berlin	50.3573	10.10768				02	096	09673	09673163
2941077	Burgwalden	burgwalden	DE		0	Europe/Berlin	48.28297	10.7576		Burgwalden		02	097	09772	09772125
2941085	Burguffeln	burguffeln	DE		0	Europe/Berlin	51.42619	9.43176				05	066	06633	06633010
2941086	Burgtreswitz	burgtreswitz	DE		0	Europe/Berlin	49.59458	12.38889				02	093	09374	09374137
2941088	Burgtonna	burgtonna	DE		0	Europe/Berlin	51.06575	10.72418				15	00	16067	16067067
2941095	Burgtal	burgtal	DE		0	Europe/Berlin	47.87571	9.02283				01	083	08335	08335079
2941100	Burgstemmen	burgstemmen	DE		0	Europe/Berlin	52.14493	9.77562				06	00	03254	03254026
2941102	Burgsteinhäuser	burgsteinhaeuser	DE		0	Europe/Berlin	50.41882	11.99893				13	00	14523	14523450
2941103	Burgsteinfurt	burgsteinfurt	DE		0	Europe/Berlin	52.14839	7.33307				07	055	05566	05566084
2941148	Burgstädtel	burgstaedtel	DE		0	Europe/Berlin	50.97237	13.79479		Borthen-Burgstadte,Borthen-Burgstädte		13	00	14628	14628080
2941149	Burgstädtel	burgstaedtel	DE		0	Europe/Berlin	50.61014	12.83988				13	00	14521	14521180
2941150	Burgstädt	burgstaedt	DE		12477	Europe/Berlin	50.91333	12.806		Burgshtedt,Burgshtet,Burgstadt,Burgstaedt,Burgstete,Burgstädt,Burgštete,bu er ge si te,bwrghshtyt,Бургштедт,Бургштет,بورغشتيت,بورگ‌اشتت,布尔格斯特		13	00	14522	14522060
2941153	Burgstaden	burgstaden	DE		0	Europe/Berlin	51.3672	11.87747				14	00	15088	15088025
2941154	Burgstaaken	burgstaaken	DE		0	Europe/Berlin	54.42211	11.19087		Burgstaaken		10	00	01055	01055046
2941156	Burgsolms	burgsolms	DE		4565	Europe/Berlin	50.54191	8.40411				05	065	06532	06532021
2941168	Burgschlag	burgschlag	DE		0	Europe/Berlin	48.48861	11.86135				02	091	09178	09178155
2941170	Burgsberg	burgsberg	DE		0	Europe/Berlin	51.24547	12.73119				13	00	14729	14729160
2941176	Burgratz	burgratz	DE		0	Europe/Berlin	47.64955	10.32647				02	097	09780	09780140
2941180	Burgneudorf	burgneudorf	DE		0	Europe/Berlin	51.49094	14.37196		Burghammer-Burgneudorf,Burgneudorf,Nowa Wjes		13	00	14625	14625570
2941182	Burgmannshofen	burgmannshofen	DE		0	Europe/Berlin	48.78911	10.97279				02	097	09779	09779178
2941185	Burgliebenau	burgliebenau	DE		485	Europe/Berlin	51.39214	12.04187				14	00	15088	15088330
2941188	Burglesau	burglesau	DE		0	Europe/Berlin	49.99604	11.07885				02	094	09471	09471185
2941191	Bürglen	buerglen	DE		0	Europe/Berlin	47.64843	8.24655				01	083	08337	08337118
2941192	Burglemnitz	burglemnitz	DE		0	Europe/Berlin	50.53289	11.51347		Burglemnitz		15	00	16075	16075134
2941194	Burgleiten	burgleiten	DE		0	Europe/Berlin	47.73304	10.68803				02	097	09777	09777171
2941197	Bürglein	burglein	DE		0	Europe/Berlin	49.37618	10.79366		Burglein,Bürglein		02	095	09571	09571165
2941198	Burglehn	burglehn	DE		0	Europe/Berlin	51.93986	14.00924		Borklin,Burglehn		11	00	12061	12061005
2941199	Bürgle	burgle	DE		0	Europe/Berlin	48.14658	10.57931				02	097	09778	09778169
2941202	Burg Layen	burg-layen	DE		0	Europe/Berlin	49.9299	7.86518				08	00	07133	07133087
2941209	Burgkranzegg	burgkranzegg	DE		0	Europe/Berlin	47.63147	10.39376				02	097	09780	09780128
2941217	Burgkirchen am Wald	burgkirchen-am-wald	DE		0	Europe/Berlin	48.20865	12.60717		Burgkirchen am Wald		02	091	09171	09171133
2941218	Burgkhammer	burgkhammer	DE		0	Europe/Berlin	50.55026	11.71941				15	00	16075	16075098
2941222	Burg Kauper	burg-kauper	DE		0	Europe/Berlin	51.86173	14.09663				11	00	12071	12071032
2941225	Burgk	burgk	DE		0	Europe/Berlin	51.00252	13.67161		Burgk		13	00	14628	14628110
2941226	Burgk	burgk	DE		102	Europe/Berlin	50.55603	11.71803		Burgk,bu er ge ke,Бургк,布尔格克	16075098	15	00	16075	16075098
2941228	Burgjoß	burgjoss	DE		0	Europe/Berlin	50.20315	9.47883		Burgjoss,Burgjoß		05	064	06435	06435016
2941229	Burgholzhof	burgholzhof	DE		0	Europe/Berlin	48.8182	9.19015				01	081	08111	08111000
2941234	Burgholz	burgholz	DE		0	Europe/Berlin	50.87301	8.95305		Burgholz		05	065	06534	06534011
2941235	Burgholz	burgholz	DE		0	Europe/Berlin	48.87846	9.67595				01	081	08119	08119001
2941236	Burgholz	burgholz	DE		0	Europe/Berlin	48.81564	9.86599				01	081	08136	08136065
2941237	Burgholz	burgholz	DE		0	Europe/Berlin	48.09789	11.08817				02	091	09179	09179149
2941245	Burgholdinghausen	burgholdinghausen	DE		0	Europe/Berlin	51.01522	7.9803		Burgholdinghausen		07	059	05970	05970024
2941250	Burghofen	burghofen	DE		0	Europe/Berlin	51.119	9.83326		Burghofen		05	066	06636	06636012
2941251	Burghöfe	burghofe	DE		0	Europe/Berlin	48.6457	10.82527				02	097	09779	09779181
2941252	Bürghöfe	burghofe	DE		0	Europe/Berlin	48.23333	9.93333				01	084	08426	08426028
2941257	Burghof	burghof	DE		0	Europe/Berlin	53.25	12.03333				11	00	12070	12070325
2941265	Burghöchstadt	burghochstadt	DE		0	Europe/Berlin	49.7465	10.51722				02	095	09575	09575116
2941266	Burgheßler	burghessler	DE		0	Europe/Berlin	51.1594	11.65087				14	00	15084	15084012
2941273	Burghausen bei Münnerstadt	burghausen-bei-munnerstadt	DE		0	Europe/Berlin	50.24877	10.16064		Burghausen,Burghausen bei Munnerstadt,Burghausen bei Münnerstadt		02	096	09672	09672135
2941284	Burghasungen	burghasungen	DE		0	Europe/Berlin	51.32337	9.2771		Burghasungen,Hasungen Abbey,Kloster Hasungen		05	066	06633	06633029
2941286	Burgharting	burgharting	DE		0	Europe/Berlin	48.42377	12.09379				02	091	09177	09177124
2941291	Burghammer	burghammer	DE		0	Europe/Berlin	51.47581	14.37151		Borkhamor,Burghammer,Bórkhamor		13	00	14625	14625570
2941292	Burgham	burgham	DE		0	Europe/Berlin	47.9394	12.4585				02	091	09189	09189143
2941297	Burghaig	burghaig	DE		0	Europe/Berlin	50.10994	11.41414				02	094	09477	09477128
2941298	Burghagen	burghagen	DE		0	Europe/Berlin	53.05821	11.94269				11	00	12070	12070302
2941299	Burghagel	burghagel	DE		0	Europe/Berlin	48.64317	10.33032				02	097	09773	09773112
2941302	Burggrumbach	burggrumbach	DE		0	Europe/Berlin	49.87344	10.02867				02	096	09679	09679201
2941303	Burggrub	burggrub	DE		0	Europe/Berlin	50.29147	11.26373		Burggrub		02	094	09476	09476178
2941304	Burggrub	burggrub	DE		0	Europe/Berlin	49.87506	11.13842				02	094	09471	09471142
2941305	Burggrub	burggrub	DE		0	Europe/Berlin	49.82526	12.09558				02	093	09377	09377132
2941306	Burggrub	burggrub	DE		0	Europe/Berlin	49.78174	10.52308				02	096	09675	09675127
2941307	Burggrub	burggrub	DE		0	Europe/Berlin	49.75643	11.71658				02	093	09374	09374129
2941308	Burggriesbach	burggriesbach	DE		0	Europe/Berlin	49.12905	11.36201				02	093	09373	09373126
2941309	Burg Gretesch	burg-gretesch	DE		0	Europe/Berlin	52.2749	8.1183				06	00	03404	03404000
2941310	Burg-Grambke	burg-grambke	DE		0	Europe/Berlin	53.15039	8.71398		Bremen-Burg,Burg,Burg Bremen,Burg-Grambke,Burggramke,Grambke,Grambke-Burger Vorstadt		03	00	04011	04011000
2941311	Burg Gräfenrode	burg-graefenrode	DE		0	Europe/Berlin	50.25873	8.7967				05	064	06440	06440012
2941312	Burggrafenried	burggrafenried	DE		0	Europe/Berlin	48.95278	13.03821		Bggrafenried,Burggrafenried		02	092	09276	09276116
2941313	Burggrafenhof	burggrafenhof	DE		0	Europe/Berlin	49.47992	10.77992				02	095	09573	09573120
2941316	Burggraben	burggraben	DE		0	Europe/Berlin	48.23706	8.14661				01	083	08317	08317078
2941320	Burg Gemünden	burg-gemuenden	DE		0	Europe/Berlin	50.68091	9.0378				05	065	06535	06535005
2941321	Burggaillenreuth	burggaillenreuth	DE		0	Europe/Berlin	49.77744	11.28674				02	094	09474	09474121
2941324	Burgforde	burgforde	DE		0	Europe/Berlin	53.27301	7.9508				06	00	03451	03451007
2941325	Burgfischerei	burgfischerei	DE		0	Europe/Berlin	52.34966	13.12239				11	00	12069	12069454
2941327	Burgfelden	burgfelden	DE		0	Europe/Berlin	48.24134	8.93328		Burgfelden		01	084	08417	08417079
2941328	Burgfelde	burgfelde	DE		0	Europe/Berlin	53.15847	7.98038				06	00	03451	03451002
2941329	Burgfeld	burgfeld	DE		0	Europe/Berlin	49.33333	8.41667				08	00	07318	07318000
2941333	Burgfarrnbach	burgfarrnbach	DE		0	Europe/Berlin	49.48879	10.92355				02	095	09563	09563000
2941352	Bürgerswalde	buergerswalde	DE		0	Europe/Berlin	52.26032	13.64304				11	00	12061	12061260
2941355	Burgersdorf	burgersdorf	DE		0	Europe/Berlin	47.86845	12.33157				02	091	09187	09187168
2941356	Bürgerschwaige	burgerschwaige	DE		0	Europe/Berlin	48.73083	11.23323				02	091	09185	09185149
2941357	Burgerroth	burgerroth	DE		0	Europe/Berlin	49.53323	10.03046				02	096	09679	09679114
2941371	Bürgerhof	buergerhof	DE		0	Europe/Berlin	53.47221	10.71716				12	00	13076	13076055
2941383	Bürgerfeld	buergerfeld	DE		0	Europe/Berlin	53.16667	8.2				06	00	03403	03403000
2941384	Burgerfeld	burgerfeld	DE		0	Europe/Berlin	53.98586	9.27704				10	00	01051	01051016
2941385	Burgerding	burgerding	DE		0	Europe/Berlin	48.45146	13.2441				02	092	09275	09275149
2941389	Burger	burger	DE		0	Europe/Berlin	47.74369	11.54964				02	091	09173	09173145
2941391	Burgenfahls	burgenfahls	DE		0	Europe/Berlin	49.8778	6.99771				08	00	07231	07231016
2941395	Burgelsdorf	burgelsdorf	DE		0	Europe/Berlin	53.23333	9.33333				06	00	03357	03357013
2941396	Bürgeln	buergeln	DE		0	Europe/Berlin	50.85344	8.82459				05	065	06534	06534006
2941397	Burgellern	burgellern	DE		0	Europe/Berlin	49.98873	11.045		Burgellern		02	094	09471	09471185
2941398	Burgelitz	burgelitz	DE		0	Europe/Berlin	47.7	9.85		Burgelitz		01	084	08436	08436081
2941400	Bürgel	buergel	DE		0	Europe/Berlin	50.11827	8.78473				05	064	06413	06413000
2941401	Bürgel	buergel	DE		3351	Europe/Berlin	50.94217	11.75635		Birgel,Bjurgel',Buergel,Burgel,Bürgel,bwrgl,Биргел,Бюргель,بورگل		15	00	16074	16074009
2941402	Burgegg	burgegg	DE		0	Europe/Berlin	47.46034	10.28353				02	097	09780	09780121
2941409	Burg Dinklage	burg-dinklage	DE		0	Europe/Berlin	52.65413	8.13641		Burg Dinklage		06	00	03460	03460003
2941410	Burgdamm	burgdamm	DE		0	Europe/Berlin	53.17723	8.71714				03	00	04011	04011000
2941414	Burgbracht	burgbracht	DE		0	Europe/Berlin	50.36697	9.2583		Burgbracht		05	064	06440	06440013
2941415	Burgbirkenfeld	burgbirkenfeld	DE		0	Europe/Berlin	49.64031	7.16814				08	00	07134	07134010
2941417	Burgberg	burgberg	DE		0	Europe/Berlin	50.14276	11.0671				02	094	09478	09478139
2941418	Burgberg	burgberg	DE		0	Europe/Berlin	48.58209	10.2297		Burgberg		01	081	08135	08135016
2941419	Burgberg	burgberg	DE		0	Europe/Berlin	48.15154	8.44394				01	083	08326	08326031
2941420	Bürgberg	burgberg	DE		0	Europe/Berlin	47.7	9.38333				01	084	08435	08435016
2941421	Burgberg	burgberg	DE		0	Europe/Berlin	47.64574	12.17383				02	091	09187	09187157
2941422	Burgberg	burgberg	DE		3124	Europe/Berlin	47.53657	10.28883		Burgberg,Burgberg im Allgaeu,Burgberg im Allgäu		02	097	09780	09780118
2941489	Burgalben	burgalben	DE		0	Europe/Berlin	49.28333	7.63333				08	00	07340	07340054
2941490	Burgadelzhausen	burgadelzhausen	DE		0	Europe/Berlin	48.34752	11.12288				02	097	09771	09771111
2941496	Burg auf Fehmarn	burg-auf-fehmarn	DE		6000	Europe/Berlin	54.43333	11.2		Burg,Burg am Fehmarn,Burg auf Fehmarn,Бург		10	00	01055	01055046
2941501	Burg bei Magdeburg	burg-bei-magdeburg	DE		24958	Europe/Berlin	52.27152	11.85493		Burg,Stadt Burg bei Magdeburg	15086	14	00	15086	15086015
2941564	Büreten	bureten	DE		0	Europe/Berlin	47.8551	7.94294				01	083	08336	08336087
2941567	Büren	bueren	DE		0	Europe/Berlin	52.592	9.50026				06	00	03241	03241012
2941568	Büren	bueren	DE		0	Europe/Berlin	52.30596	7.97659				07	055	05566	05566048
2941569	Büren	bueren	DE		0	Europe/Berlin	51.98081	7.03618				07	055	05554	05554016
2941570	Büren	bueren	DE		22263	Europe/Berlin	51.55109	8.55956		Biren,Bjuren,Bueren,Buren,Burion,Büren,Būrion,bwrn,Бирен,Бюрен,بورن		07	057	05774	05774016
2941571	Büren	bueren	DE		0	Europe/Berlin	49.36077	6.65676				09	00	10044	10044114
2941573	Burdorf	burdorf	DE		0	Europe/Berlin	52.73721	9.07142				06	00	03256	03256035
2941574	Bürder	buerder	DE		0	Europe/Berlin	50.51467	7.43028				08	00	07138	07138047
2941576	Bürden	buerden	DE		0	Europe/Berlin	50.44252	10.80418				15	00	16069	16069024
2941577	Burdberg	burdberg	DE		0	Europe/Berlin	48.22843	12.2079				02	091	09177	09177137
2941578	Burckhardtshof	burckhardtshof	DE		0	Europe/Berlin	51.42651	13.17183				13	00	14730	14730045
2941583	Bürberg	buerberg	DE		0	Europe/Berlin	51.08817	7.88835				07	059	05966	05966004
2941584	Burbecke	burbecke	DE		0	Europe/Berlin	51.15125	8.11181		Burbecke		07	059	05966	05966020
2941593	Bürbach	buerbach	DE		0	Europe/Berlin	50.88886	8.05967				07	059	05970	05970040
2941601	Bürau	buerau	DE		0	Europe/Berlin	54.3158	11.00138				10	00	01055	01055031
2941605	Burach	burach	DE		0	Europe/Berlin	47.8	9.63333				01	084	08436	08436082
2941607	Büppel	bueppel	DE		0	Europe/Berlin	53.37493	8.1449				06	00	03455	03455026
2941611	Buoch	buoch	DE		0	Europe/Berlin	48.83371	9.42211				01	081	08119	08119090
2941612	Bünzwangen	bunzwangen	DE		0	Europe/Berlin	48.70963	9.54682				01	081	08117	08117018
2941614	Bünzen	buenzen	DE		0	Europe/Berlin	54.07351	9.80207				10	00	01058	01058009
2941619	Buntenbock	buntenbock	DE		0	Europe/Berlin	51.77766	10.33309		Buntenbock		06	00	03153	03153018
2941621	Buntenbeck	buntenbeck	DE		0	Europe/Berlin	51.25	7.06667		Buntenbeck		07	051	05124	05124000
2941626	Bünte	buente	DE		0	Europe/Berlin	52.87434	8.7515				06	00	03251	03251007
2941631	Bünsche	buensche	DE		0	Europe/Berlin	52.54888	12.25193				11	00	12063	12063189
2941636	Bünningstedt	buenningstedt	DE		0	Europe/Berlin	53.69435	10.21456				10	00	01062	01062090
2941637	Bünninghausen	buenninghausen	DE		0	Europe/Berlin	51.65689	8.01614		Buninghansen,Bunninghausen,Büninghansen,Bünninghausen		07	059	05974	05974024
2941642	Bünne	buenne	DE		0	Europe/Berlin	52.66023	8.08726				06	00	03460	03460003
2941644	Bunkhofen	bunkhofen	DE		0	Europe/Berlin	47.68333	9.48333				01	084	08435	08435016
2941648	Bunkenburg	bunkenburg	DE		0	Europe/Berlin	53.43773	7.85017				06	00	03462	03462005
2941649	Bunkenburg	bunkenburg	DE		0	Europe/Berlin	52.63398	10.31388				06	00	03351	03351016
2941650	Bünkenberg	buenkenberg	DE		0	Europe/Berlin	51.15097	7.08186				07	051	05122	05122000
2941652	Bunitz	bunitz	DE		0	Europe/Berlin	51.45764	12.69608				13	00	14730	14730080
2941656	Bünighausen	buenighausen	DE		0	Europe/Berlin	51.35003	8.86325				05	066	06635	06635007
2941658	Bungt	bungt	DE		0	Europe/Berlin	51.19543	6.47524				07	051	05116	05116000
2941659	Bungsberghof	bungsberghof	DE		0	Europe/Berlin	54.2	10.71667				10	00	01055	01055038
2941661	Bünghausen	buenghausen	DE		0	Europe/Berlin	50.98184	7.51375				07	053	05374	05374012
2941663	Büngern	buengern	DE		0	Europe/Berlin	51.81014	6.67864				07	055	05554	05554048
2941665	Bungerhof	bungerhof	DE		0	Europe/Berlin	53.07241	8.64308				06	00	03401	03401000
2941670	Büngelshausen	buengelshausen	DE		0	Europe/Berlin	52.88798	9.08575				06	00	03251	03251026
2941671	Bünge	buenge	DE		0	Europe/Berlin	54.43189	9.3312				10	00	01059	01059020
2941675	Bündorf	buendorf	DE		0	Europe/Berlin	51.37313	11.91966				14	00	15088	15088330
2941677	Bunding	bunding	DE		0	Europe/Berlin	48.43131	13.22994				02	092	09275	09275149
2941680	Bündheim	buendheim	DE		0	Europe/Berlin	51.88976	10.54851				06	00	03153	03153002
2941684	Bunderneuland	bunderneuland	DE		0	Europe/Berlin	53.17162	7.20917				06	00	03457	03457024
2941687	Bunderhohehee	bunderhohehee	DE		0	Europe/Berlin	53.21667	7.3				06	00	03457	03457024
2941689	Bunderhammrich	bunderhammrich	DE		0	Europe/Berlin	53.25043	7.2803				06	00	03457	03457024
2941694	Bünde	buende	DE		45403	Europe/Berlin	52.19837	8.58644		Binde,Bjunde,Buende,Buginithi,Bunde,Bünde,byunde,Бинде,Бюнде,ビュンデ		07	057	05758	05758004
2941695	Bünauroda	buenauroda	DE		0	Europe/Berlin	51.06534	12.31173				15	00	16077	16077032
2941696	Büna	buena	DE		0	Europe/Berlin	50.59455	12.07785				15	00	16076	16076087
2941700	Bümmerstede	buemmerstede	DE		0	Europe/Berlin	53.09337	8.21772				06	00	03403	03403000
2941703	Bumhofen	bumhofen	DE		0	Europe/Berlin	49.01029	12.68294				02	092	09278	09278134
2941706	Bulzingen	bulzingen	DE		0	Europe/Berlin	48.04147	8.76614				01	083	08327	08327056
2941707	Bülzig	buelzig	DE		815	Europe/Berlin	51.89403	12.75551		Bulzig,Bülzig		14	00	15091	15091391
2941708	Bulzendorf	bulzendorf	DE		0	Europe/Berlin	52.45129	8.57103				07	057	05770	05770040
2941709	Bulzendorf	bulzendorf	DE		0	Europe/Berlin	52.47165	8.53346				07	057	05770	05770044
2941713	Bültum	bueltum	DE		0	Europe/Berlin	52.02303	10.0633				06	00	03254	03254008
2941719	Bulterweg	bulterweg	DE		0	Europe/Berlin	53.4484	8.42205				06	00	03461	03461007
2941722	Bülterei	buelterei	DE		0	Europe/Berlin	53.06943	8.52442				06	00	03458	03458005
2941726	Bültenbrink	bueltenbrink	DE		0	Europe/Berlin	52.23842	9.25856				06	00	03257	03257003
2941727	Bülten	buelten	DE		0	Europe/Berlin	52.55533	7.38896				06	00	03454	03454032
2941728	Bülten	buelten	DE		0	Europe/Berlin	52.38333	9.46667				06	00	03241	03241021
2941732	Bülte	buelte	DE		0	Europe/Berlin	53.41938	7.64899				06	00	03452	03452006
2941733	Bülte	buelte	DE		0	Europe/Berlin	52.2	8.81667				07	057	05770	05770004
2941734	Bülte	buelte	DE		0	Europe/Berlin	52.12949	9.10072				07	057	05766	05766028
2941737	Bült	buelt	DE		0	Europe/Berlin	53.44357	7.93733				06	00	03462	03462005
2941738	Bult	bult	DE		0	Europe/Berlin	53.1779	9.42722				06	00	03357	03357041
2941739	Bult	bult	DE		0	Europe/Berlin	53.11486	9.68197				06	00	03358	03358019
2941746	Bulsten	bulsten	DE		0	Europe/Berlin	52.23503	8.44579				06	00	03459	03459024
2941749	Bülsberg	buelsberg	DE		0	Europe/Berlin	51.0481	7.13546				07	053	05378	05378020
2941751	Bülowssiege	buelowssiege	DE		0	Europe/Berlin	53.40092	13.62172				11	00	12073	12073429
2941753	Bülow-Hof	buelow-hof	DE		0	Europe/Berlin	53.76667	11.03333				12	00	13074	13074042
2941754	Bülowerburg	buelowerburg	DE		0	Europe/Berlin	53.78453	12.1184				12	00	13072	13072044
2941755	Bülow	buelow	DE		0	Europe/Berlin	53.7686	12.10266				12	00	13072	13072044
2941756	Bülow	buelow	DE		0	Europe/Berlin	53.77127	11.02552		Bulow,Bulow-Dorf,Bülow,Bülow-Dorf		12	00	13074	13074042
2941757	Bülow	buelow	DE		0	Europe/Berlin	53.68995	12.60066				12	00	13072	13072094
2941758	Bülow	buelow	DE		387	Europe/Berlin	53.59217	11.76813		Buelow,Bulow,Bülow		12	00	13076	13076023
2941759	Bulmke	bulmke	DE		0	Europe/Berlin	51.52209	7.11278				07	055	05513	05513000
2941760	Bullwinkel	bullwinkel	DE		0	Europe/Berlin	53.32736	8.82285				06	00	03356	03356003
2941761	Büllsbüll	buellsbuell	DE		0	Europe/Berlin	54.78534	8.9953				10	00	01054	01054001
2941769	Büllesbach	buellesbach	DE		0	Europe/Berlin	50.72537	7.35157				07	053	05382	05382020
2941771	Bulleritz	bulleritz	DE		0	Europe/Berlin	51.3297	14.01145				13	00	14625	14625550
2941777	Bullerbarg	bullerbarg	DE		0	Europe/Berlin	53.13177	7.45291				06	00	03457	03457022
2941781	Bullenwinkel	bullenwinkel	DE		0	Europe/Berlin	52.46667	13.08333				11	00	12063	12063056
2941783	Bullenstedt	bullenstedt	DE		0	Europe/Berlin	51.7951	11.67196		Bullenstedt		14	00	15089	15089185
2941790	Bullenhorst	bullenhorst	DE		0	Europe/Berlin	53.68245	10.46694				10	00	01053	01053130
2941794	Bullenheim	bullenheim	DE		0	Europe/Berlin	49.62439	10.22707				02	095	09575	09575134
2941795	Bullenheide	bullenheide	DE		0	Europe/Berlin	52.19034	8.35729				06	00	03459	03459024
2941796	Bullenhausen	bullenhausen	DE		0	Europe/Berlin	53.44924	10.07282				06	00	03353	03353031
2941801	Bullendorf	bullendorf	DE		0	Europe/Berlin	53.76814	9.61843				10	00	01061	01061004
2941802	Bullendorf	bullendorf	DE		0	Europe/Berlin	53.34847	10.56896				06	00	03355	03355019
2941803	Bullendorf	bullendorf	DE		0	Europe/Berlin	53.10571	12.10687		Bullendorf,Bullendorf Prignitz		11	00	12070	12070125
2941825	Bullen	bullen	DE		0	Europe/Berlin	51.26667	6.25				07	051	05166	05166016
2941827	Bullauer Eutergrund	bullauer-eutergrund	DE		0	Europe/Berlin	49.61898	9.06164				05	064	06437	06437006
2941828	Bullau	bullau	DE		408	Europe/Berlin	49.61144	9.05316		Bullau,Буллау		05	064	06437	06437006
2941829	Bullarn	bullarn	DE		0	Europe/Berlin	48.32756	13.16469				02	092	09275	09275132
2941830	Bullach	bullach	DE		0	Europe/Berlin	49.56915	11.25403				02	095	09574	09574138
2941831	Bülkau	buelkau	DE		923	Europe/Berlin	53.74613	8.97813		Bilkau,Bjul'kau,Bulkau,Bülkau,Gemeen Buelkau,Gemeen Bülkau,bi er kao,Билкау,Бюлькау,比尔考	03352008	06	00	03352	03352008
2941833	Bülitz	buelitz	DE		0	Europe/Berlin	52.9281	11.02555				06	00	03354	03354016
2941834	Bülitz	buelitz	DE		0	Europe/Berlin	52.6553	11.65966				14	00	15090	15090070
2941836	Bulgenbach	bulgenbach	DE		0	Europe/Berlin	47.75241	8.22701				01	083	08337	08337039
2941837	Bülgenauel	buelgenauel	DE		0	Europe/Berlin	50.77395	7.3747				07	053	05382	05382020
2941838	Buldern	buldern	DE		0	Europe/Berlin	51.86618	7.36724		Buldern,Bunlaron,Bunlāron		07	055	05558	05558016
2941839	Bülbringen	buelbringen	DE		0	Europe/Berlin	51.29614	7.40446				07	059	05954	05954008
2941843	Bulach	bulach	DE		0	Europe/Berlin	48.98534	8.37982				01	082	08212	08212000
2941847	Bukow	bukow	DE		0	Europe/Berlin	53.80367	12.62249				12	00	13072	13072003
2941848	Bukow	bukow	DE		0	Europe/Berlin	52.88377	13.73342				11	00	12060	12060198
2941849	Bukonitza	bukonitza	DE		0	Europe/Berlin	51.51667	14.75		Buchen,Bukonica,Bukonitza		13	00	14626	14626250
2941853	Buke	buke	DE		0	Europe/Berlin	51.73947	8.94905				07	057	05774	05774004
2941855	Bujendorf	bujendorf	DE		0	Europe/Berlin	54.10542	10.71361				10	00	01055	01055041
2941856	Buitenhoek	buitenhoek	DE		0	Europe/Berlin	52.45784	6.95007				06	00	03456	03456013
2941857	Buitenborg	buitenborg	DE		0	Europe/Berlin	52.50686	6.95575				06	00	03456	03456014
2941858	Buisdorf	buisdorf	DE		0	Europe/Berlin	50.78347	7.23348		Buisdorf		07	053	05382	05382056
2941860	Buir	buir	DE		0	Europe/Berlin	50.86053	6.58355		Buir		07	053	05362	05362032
2941861	Buir	buir	DE		0	Europe/Berlin	50.4874	6.73002				07	053	05366	05366032
2941867	Buhrkow	buhrkow	DE		0	Europe/Berlin	54.64395	13.29339				12	00	13073	13073101
2941874	Bühren	buehren	DE		0	Europe/Berlin	53.30798	7.78352				06	00	03457	03457020
2941875	Bühren	buehren	DE		0	Europe/Berlin	52.84456	8.47192				06	00	03458	03458014
2941876	Bühren	buehren	DE		0	Europe/Berlin	52.85534	8.02744				06	00	03453	03453004
2941877	Bühren	buehren	DE		1300	Europe/Berlin	52.80629	8.2188				06	00	03453	03453005
2941878	Bühren	buehren	DE		0	Europe/Berlin	52.631	9.14293				06	00	03256	03256002
2941879	Bühren	buehren	DE		0	Europe/Berlin	52.42338	7.9945				06	00	03459	03459014
2941880	Bühren	buehren	DE		551	Europe/Berlin	51.48333	9.68333		Biren,Bjuren,bi he lun,byuren,Бирен,Бюрен,ビューレン,比赫伦	03159008	06	00	03159	03159008
2941881	Bühren	buehren	DE		0	Europe/Berlin	51.05745	7.80112				07	059	05966	05966008
2941885	Bühnsdorf	buehnsdorf	DE		336	Europe/Berlin	53.88333	10.38333		Buhnsdorf,Bühnsdorf	01060015	10	00	01060	01060015
2941891	Bühne	buehne	DE		590	Europe/Berlin	52.69102	11.34731				14	00	15081	15081240
2941892	Bühne	buehne	DE		0	Europe/Berlin	51.99559	10.63965		Buhne,Bühne		14	00	15085	15085230
2941893	Bühne	buehne	DE		0	Europe/Berlin	51.5719	9.31028				07	057	05762	05762012
2941894	Bühlweg	buhlweg	DE		0	Europe/Berlin	48.45	7.96667				01	083	08317	08317100
2941897	Buhlsbach	buhlsbach	DE		0	Europe/Berlin	49.34782	10.54065				02	095	09571	09571171
2941899	Bühlow	buehlow	DE		0	Europe/Berlin	51.60969	14.38146		Bela,Buhlow,Byhlow,Bühlow,Běła		11	00	12071	12071372
2941902	Buhlitz	buhlitz	DE		0	Europe/Berlin	54.43333	13.53333				12	00	13073	13073010
2941903	Bühlingen	buehlingen	DE		0	Europe/Berlin	50.63301	7.43417				08	00	07138	07138044
2941904	Bühlingen	buhlingen	DE		0	Europe/Berlin	48.95403	10.47167				02	097	09779	09779147
2941905	Bühlingen	buhlingen	DE		0	Europe/Berlin	48.14427	8.62877				01	083	08325	08325049
2941906	Bühling	buhling	DE		0	Europe/Berlin	49.11495	12.92741				02	092	09276	09276144
2941907	Bühl im Ries	buhl-im-ries	DE		0	Europe/Berlin	48.83419	10.6563		Buhl,Buhl im Ries,Bühl,Bühl im Ries		02	097	09779	09779111
2941908	Bühlhof	buhlhof	DE		0	Europe/Berlin	49.32865	9.67411				01	081	08126	08126039
2941909	Bühlhof	buhlhof	DE		0	Europe/Berlin	48.80003	10.70736				02	097	09779	09779155
2941910	Bühlhof	buhlhof	DE		0	Europe/Berlin	48.78486	8.63608				01	082	08235	08235065
2941911	Bühlhof	buhlhof	DE		0	Europe/Berlin	47.91006	9.42017				01	084	08436	08436067
2941922	Bühlerzimmern	buhlerzimmern	DE		0	Europe/Berlin	49.15119	9.79447		Buhlerzimmern,Bühlerzimmern		01	081	08127	08127009
2941933	Bühler	buhler	DE		0	Europe/Berlin	50.01293	9.86597		Buhler,Bühler		02	096	09677	09677127
2941934	Bühler	buhler	DE		0	Europe/Berlin	48.95758	9.96542				01	081	08136	08136003
2941935	Buhler	buhler	DE		0	Europe/Berlin	48.18987	7.90068				01	083	08316	08316054
2941938	Bühlenholz	buehlenholz	DE		0	Europe/Berlin	51.73682	8.67844				07	057	05774	05774032
2941940	Bühlenhausen	buhlenhausen	DE		0	Europe/Berlin	48.45895	9.77998				01	084	08425	08425017
2941945	Buhlen	buhlen	DE		0	Europe/Berlin	51.18618	9.08406				05	066	06635	06635009
2941946	Bühlen	buhlen	DE		0	Europe/Berlin	48.27454	8.41765				01	083	08325	08325001
2941950	Bühle	buehle	DE		0	Europe/Berlin	51.65141	9.98826				06	00	03155	03155011
2941951	Bühle	buehle	DE		0	Europe/Berlin	51.31774	9.10784				05	066	06635	06635002
2941953	Buhlbronn	buhlbronn	DE		0	Europe/Berlin	48.84393	9.51845				01	081	08119	08119067
2941960	Buhlbach	buhlbach	DE		0	Europe/Berlin	48.52562	8.26495				01	082	08237	08237004
2941961	Bühlau	buehlau	DE		0	Europe/Berlin	51.08687	14.10584				13	00	14625	14625170
2941962	Bühlau	buehlau	DE		0	Europe/Berlin	51.06211	13.84998				13	00	14612	14612000
2941964	Bühl am Alpsee	buhl-am-alpsee	DE		0	Europe/Berlin	47.56901	10.19139		Buhl,Buhl am Alpsee,Bühl,Bühl am Alpsee		02	097	09780	09780124
2941966	Bühl	buehl	DE		0	Europe/Berlin	50.91796	7.92304				07	059	05970	05970016
2941972	Bühl bei Freudenberg	buehl-bei-freudenberg	DE		0	Europe/Berlin	49.45412	11.97578				02	093	09371	09371122
2941973	Bühl	buehl	DE		0	Europe/Berlin	49.22977	10.31785				02	095	09571	09571145
2942009	Bühel	buhel	DE		0	Europe/Berlin	48.97901	12.76433				02	092	09278	09278154
2942010	Buglau	buglau	DE		0	Europe/Berlin	48.86469	12.77959				02	092	09278	09278159
2942013	Bugk	bugk	DE		0	Europe/Berlin	52.19341	13.91961		Bugk		11	00	12067	12067481
2942014	Bugk	bugk	DE		0	Europe/Berlin	52	13.83333				11	00	12061	12061265
2942015	Bughof	bughof	DE		0	Europe/Berlin	49.86969	10.91096				02	094	09461	09461000
2942016	Buggow	buggow	DE		0	Europe/Berlin	53.9519	13.73107				12	00	13075	13075121
2942018	Buggensegel	buggensegel	DE		0	Europe/Berlin	47.74469	9.30236		Buggensegel		01	084	08435	08435052
2942019	Buggenried	buggenried	DE		0	Europe/Berlin	47.74545	8.25241				01	083	08337	08337039
2942020	Buggenhofen	buggenhofen	DE		0	Europe/Berlin	48.72053	10.63906				02	097	09773	09773117
2942021	Buggenhausen	buggenhausen	DE		0	Europe/Berlin	47.81957	9.46801				01	084	08436	08436095
2942027	Bügerleithen	bugerleithen	DE		0	Europe/Berlin	49.01765	11.76555		Bugerleithen,Burgerlleiten,Bügerleithen,Bürgerlleiten		02	093	09375	09375148
2942028	Bügerl	bugerl	DE		0	Europe/Berlin	49.01714	11.75352		Bugerl,Burgerl,Bügerl,Bürgerl		02	093	09375	09375148
2942030	Bügenstegen	bugenstegen	DE		0	Europe/Berlin	49.23918	9.93284				01	081	08127	08127032
2942031	Bügenmühlerhof	buegenmuehlerhof	DE		0	Europe/Berlin	49.58565	7.69534				08	00	07335	07335029
2942037	Bug	bug	DE		0	Europe/Berlin	54.61667	13.21667		Bug,Erholungsheim Bug		12			
2942038	Bug	bug	DE		0	Europe/Berlin	50.37076	11.80395				02	094	09475	09475113
2942039	Bug	bug	DE		0	Europe/Berlin	50.22809	11.76397				02	094	09475	09475154
2942040	Bug	bug	DE		0	Europe/Berlin	50.19413	11.84762				02	094	09475	09475184
2942041	Bug	bug	DE		0	Europe/Berlin	49.86491	10.9096				02	094	09461	09461000
2942042	Büg	bug	DE		0	Europe/Berlin	49.5948	11.21687				02	095	09572	09572121
2942044	Buflingsried	buflingsried	DE		0	Europe/Berlin	47.5829	9.867				02	097	09776	09776125
2942045	Buflings	buflings	DE		0	Europe/Berlin	47.56825	10.02142				02	097	09780	09780132
2942050	Buffenhofen	buffenhofen	DE		0	Europe/Berlin	47.98466	9.16252		Buffenhofen		01	084	08437	08437078
2942055	Buerbeck	buerbeck	DE		0	Europe/Berlin	53.61765	11.79954				12	00	13076	13076029
2942056	Buer	buer	DE		0	Europe/Berlin	51.5774	7.0518		Buer		07	055	05513	05513000
2942057	Buer	buer	DE		0	Europe/Berlin	52.24683	8.40302				06	00	03459	03459024
2942058	Buensen	buensen	DE		0	Europe/Berlin	53.35001	9.90718				06	00	03353	03353005
2942059	Buensen	buensen	DE		0	Europe/Berlin	51.75274	9.89655				06	00	03155	03155013
2942060	Büenfeld	bueenfeld	DE		0	Europe/Berlin	51.28546	8.2304				07	059	05958	05958016
2942061	Buendorf	buendorf	DE		0	Europe/Berlin	53.18003	10.75536				06	00	03355	03355013
2942063	Büemke	bueemke	DE		0	Europe/Berlin	51.27162	8.21712				07	059	05958	05958016
2942064	Büecke	bueecke	DE		0	Europe/Berlin	51.51654	8.10722				07	059	05974	05974032
2942072	Büdingen	buedingen	DE		0	Europe/Berlin	50.62841	7.895				08	00	07143	07143279
2942073	Büdingen	buedingen	DE		21579	Europe/Berlin	50.29013	9.1114		Bidingen,Bjudingehn,Bjudingen,Buedingen,Büdingen,bi ding gen,bwdynghn,bwdyngn,byudingen,Бидинген,Бюдинген,Бюдингэн,Бюдінген,بودينغن,بودینگن,ビューディンゲン,比丁根		05	064	06440	06440004
2942074	Büdingen	buedingen	DE		0	Europe/Berlin	49.44502	6.55305				09	00	10042	10042113
2942077	Büdesheim	buedesheim	DE		0	Europe/Berlin	50.21745	8.83364				05	064	06435	06435026
2942079	Büdesheim	buedesheim	DE		0	Europe/Berlin	49.94891	7.91346				08	00	07339	07339005
2942083	Büderich	buederich	DE		0	Europe/Berlin	51.63	6.57959				07	051	05170	05170048
2942084	Büderich	buederich	DE		0	Europe/Berlin	51.25005	6.7007				07	051	05162	05162022
2942085	Büdenholz	buedenholz	DE		0	Europe/Berlin	50.82484	7.92296				08	00	07132	07132012
2942086	Büdenhof	budenhof	DE		0	Europe/Berlin	50.15661	10.86123				02	094	09473	09473138
2942091	Büden	bueden	DE		0	Europe/Berlin	52.1472	11.82693				14	00	15086	15086140
2942093	Büdelsdorf	buedelsdorf	DE		10144	Europe/Berlin	54.31844	9.67295		Budelsdorf,Buedelsdorf,Büdelsdorf		10	00	01058	01058034
2942094	Büdding	buedding	DE		0	Europe/Berlin	51.35	7.41667				07	059	05914	05914000
2942101	Buddenbaum	buddenbaum	DE		0	Europe/Berlin	51.87063	7.96487				07	055	05570	05570052
2942102	Buddemühle	buddemuehle	DE		0	Europe/Berlin	51.10404	7.18028				07	053	05378	05378032
2942104	Büddelhagen	bueddelhagen	DE		0	Europe/Berlin	50.94988	7.43139				07	053	05374	05374048
2942108	Budberg	budberg	DE		0	Europe/Berlin	51.56457	7.87666		Budberg		07	059	05974	05974052
2942109	Budberg	budberg	DE		0	Europe/Berlin	51.53085	6.63866		Budberg,Budburg		07	051	05170	05170032
2942111	Bückwitz	bueckwitz	DE		0	Europe/Berlin	52.8654	12.48785				11	00	12068	12068477
2942115	Buckow II	buckow-ii	DE		0	Europe/Berlin	52.43333	13.47017		Buckow II,Buckow-Ost		16	00	11000	11000000
2942116	Buckow I	buckow-i	DE		0	Europe/Berlin	52.42227	13.43623		Buckow I,Buckow-West		16	00	11000	11000000
2942132	Bücknitz	buecknitz	DE		0	Europe/Berlin	52.28256	12.32922				11	00	12069	12069696
2942135	Buckhorn	buckhorn	DE		0	Europe/Berlin	53.68333	9.98333				10	00	01060	01060063
2942139	Bückgen	bueckgen	DE		0	Europe/Berlin	51.56667	14.03333				11	00	12066	12066112
2942143	Buckenweiler	buckenweiler	DE		0	Europe/Berlin	49.06613	10.25226				01	081	08127	08127102
2942144	Buckenreuth	buckenreuth	DE		0	Europe/Berlin	50.23057	11.61416				02	094	09475	09475136
2942145	Buckenreuth	buckenreuth	DE		0	Europe/Berlin	49.76115	11.22942				02	094	09474	09474121
2942146	Buckenhofen	buckenhofen	DE		0	Europe/Berlin	49.72865	11.04507				02	094	09474	09474126
2942150	Buckendorf	buckendorf	DE		0	Europe/Berlin	50.00666	11.2394				02	094	09478	09478176
2942151	Buckenberg	buckenberg	DE		0	Europe/Berlin	48.88377	8.73389				01	082	08231	08231000
2942153	Bücken	buecken	DE		0	Europe/Berlin	53.97375	9.59705				10	00	01061	01061042
2942154	Bücken	buecken	DE		2238	Europe/Berlin	52.77876	9.13371		Biken,Bjuken,Bjukken,Bucken,Bücken,bi ken,byukken,Бикен,Бюкен,Бюккен,ビュッケン,比肯		06	00	03256	03256003
2942155	Bückelte	bueckelte	DE		0	Europe/Berlin	52.65917	7.42078				06	00	03454	03454019
2942162	Bückchen	bueckchen	DE		0	Europe/Berlin	52.06609	14.02859				11	00	12061	12061329
2942165	Buckau	buckau	DE		0	Europe/Berlin	52.10677	11.64044		Buckau,Magdeburg-Buckau		14	00	15003	15003000
2942166	Bückau	bueckau	DE		0	Europe/Berlin	53.07664	11.11121				06	00	03354	03354004
2942167	Buckau	buckau	DE		0	Europe/Berlin	52.22301	12.32733				11	00	12069	12069089
2942168	Buckau	buckau	DE		0	Europe/Berlin	51.66223	13.17385		Buckau		11	00	12062	12062224
2942170	Buchwitz	buchwitz	DE		0	Europe/Berlin	52.82384	11.21845				14	00	15081	15081455
2942177	Buchweizenkamp	buchweizenkamp	DE		0	Europe/Berlin	53.11667	7.58333				06	00	03457	03457018
2942182	Buchwalde	buchwalde	DE		0	Europe/Berlin	51.24161	14.57748		Bukojna		13	00	14625	14625340
2942183	Buchwäldchen	buchwaeldchen	DE		0	Europe/Berlin	51.69161	14.00632				11	00	12066	12066202
2942186	Buchwald	buchwald	DE		0	Europe/Berlin	48.57645	8.149				01	083	08317	08317102
2942187	Buchwalde	buchwalde	DE		0	Europe/Berlin	51.51315	14.01771		Buchwald,Buchwalde		11	00	12066	12066304
2942188	Buchwald	buchwald	DE		0	Europe/Berlin	50.7524	12.13746				15	00	16076	16076004
2942189	Buchwald	buchwald	DE		0	Europe/Berlin	50.5842	12.27561				13	00	14523	14523190
2942190	Buchwald	buchwald	DE		0	Europe/Berlin	50.16828	12.18516				02	094	09479	09479152
2942191	Buchwald	buchwald	DE		0	Europe/Berlin	48.35	8.08333				01	083	08317	08317146
2942220	Büchten	buechten	DE		0	Europe/Berlin	52.73359	9.56686				06	00	03358	03358011
2942229	Büchsenschinken	buechsenschinken	DE		0	Europe/Berlin	53.5596	10.28763				10	00	01062	01062060
2942231	Buchsee	buchsee	DE		0	Europe/Berlin	48.58888	13.54234				02	092	09275	09275150
2942232	Buchsee	buchsee	DE		0	Europe/Berlin	48.08703	12.18603				02	091	09187	09187176
2942240	Buchschwabach	buchschwabach	DE		0	Europe/Berlin	49.36568	10.88348		Buchschwabach		02	095	09573	09573125
2942243	Buchschorn	buchschorn	DE		0	Europe/Berlin	47.81232	10.99699				02	091	09190	09190130
2942245	Buchschlag	buchschlag	DE		0	Europe/Berlin	50.02467	8.66805				05	064	06438	06438002
2942249	Buchschachen	buchschachen	DE		0	Europe/Berlin	48.17696	12.0587				02	091	09177	09177123
2942250	Buchschachen	buchschachen	DE		0	Europe/Berlin	47.76277	12.63828				02	091	09189	09189140
2942254	Buchreith	buchreith	DE		0	Europe/Berlin	48.69129	12.42523				02	092	09279	09279128
2942257	Buchrasen	buchrasen	DE		0	Europe/Berlin	50.28725	9.78729				02	096	09672	09672138
2942263	Buchrain	buchrain	DE		0	Europe/Berlin	47.91519	12.05372				02	091	09187	09187137
2942266	Buchow-Karpzow	buchow-karpzow	DE		0	Europe/Berlin	52.51565	12.93915		Buchow-Karpzow		11	00	12063	12063357
2942267	Buchöster	buchoster	DE		0	Europe/Berlin	48.07778	12.48581				02	091	09189	09189149
2942269	Bucholt	bucholt	DE		0	Europe/Berlin	51.6402	6.72331				07	051	05170	05170016
2942270	Büchold	buchold	DE		0	Europe/Berlin	50.01032	9.95164		Buchold,Büchold		02	096	09677	09677114
2942282	Büchling	buchling	DE		0	Europe/Berlin	48.77491	12.70363				02	092	09278	09278167
2942286	Buchleiten	buchleiten	DE		0	Europe/Berlin	47.75436	11.74306				02	091	09182	09182116
2942290	Büchlberg	buechlberg	DE		3984	Europe/Berlin	48.67112	13.521		Bilberg,Bjukhl'berg,Buechlberg,Byuxlberg,Büchlberg,bi xi er bei ge,bwshlbrg,Билберг,Бюхльберг,Բյուխլբերգ,بوشلبرگ,比希尔贝格	09275119	02	092	09275	09275119
2942299	Buchklingen	buchklingen	DE		0	Europe/Berlin	49.54572	8.73041		Buchklingen		05	064	06431	06431004
2942300	Buchklingen	buchklingen	DE		0	Europe/Berlin	49.54176	10.6706				02	095	09575	09575121
2942301	Buching	buching	DE		0	Europe/Berlin	47.61745	10.80938		Buching		02	097	09777	09777173
2942302	Büchig	buchig	DE		0	Europe/Berlin	49.07284	8.71102		Buchig,Buchig bei Bretten,Büchig,Büchig bei Bretten		01	082	08215	08215007
2942303	Büchig	buchig	DE		0	Europe/Berlin	49.04886	8.46751		Buchig,Büchig		01	082	08215	08215109
2942318	Buchhorn	buchhorn	DE		0	Europe/Berlin	49.19209	9.3118				01	081	08125	08125021
2942319	Buchhorn	buchhorn	DE		0	Europe/Berlin	49.15406	9.4968				01	081	08126	08126069
2942320	Buchhorn	buchhorn	DE		0	Europe/Berlin	49.05126	9.76367				01	081	08127	08127056
2942152	Bucken	bucken	DE	27333	0	Europe/Berlin	54.07485	9.72045				10	00	01058	01058009
2942329	Buchholzen	buchholzen	DE		0	Europe/Berlin	51.16088	7.25076				07	051	05120	05120000
2942330	Buchholzen	buchholzen	DE		0	Europe/Berlin	51.1358	7.25639				07	053	05378	05378032
2942416	Buchholt	buchholt	DE		0	Europe/Berlin	51.68196	6.22103				07	051	05154	05154056
2942421	Buchhof	buchhof	DE		0	Europe/Berlin	53.62134	13.3035				12	00	13071	13071145
2942422	Buchhof	buchhof	DE		0	Europe/Berlin	49.97885	11.57721				02	094	09472	09472119
2942423	Buchhof	buchhof	DE		0	Europe/Berlin	49.6	10.46667				02	095	09575	09575165
2942424	Buchhof	buchhof	DE		0	Europe/Berlin	49.55723	11.59563				02	093	09371	09371128
2942425	Buchhof	buchhof	DE		0	Europe/Berlin	49.27632	9.44125				01	081	08126	08126066
2942426	Buchhof	buchhof	DE		0	Europe/Berlin	49.26246	9.27177				01	081	08125	08125069
2942427	Buchhof	buchhof	DE		0	Europe/Berlin	48.90111	9.88868				01	081	08136	08136049
2942428	Buchhof	buchhof	DE		0	Europe/Berlin	48.16667	10.56667				02	097	09778	09778169
2942429	Buchhof	buchhof	DE		0	Europe/Berlin	48.00267	11.38261				02	091	09188	09188139
2942458	Buchhausen	buchhausen	DE		0	Europe/Berlin	49.16779	11.82292				02	093	09373	09373134
2942459	Buchhausen	buchhausen	DE		0	Europe/Berlin	48.955	10.30014				01	081	08136	08136019
2942460	Buchhausen	buchhausen	DE		0	Europe/Berlin	48.81444	12.17084				02	093	09375	09375196
2942461	Buchhaus	buchhaus	DE		0	Europe/Berlin	50.14277	11.93149				02	094	09479	09479129
2942462	Buchhaus	buchhaus	DE		0	Europe/Berlin	48.94074	9.74277				01	081	08136	08136027
2942465	Buchhagen	buchhagen	DE		0	Europe/Berlin	51.97732	9.54689		Buchhagen		06	00	03255	03255003
2942473	Buchfeld	buchfeld	DE		0	Europe/Berlin	49.72653	10.70254				02	095	09572	09572160
2942490	Büches	bueches	DE		0	Europe/Berlin	50.29623	9.07182				05	064	06440	06440004
2942496	Buchersried	buchersried	DE		0	Europe/Berlin	48.642	11.57762				02	091	09186	09186149
2942505	Bucher	bucher	DE		0	Europe/Berlin	49.35	12.76667				02	093	09372	09372171
2942508	Büchenwerra	buechenwerra	DE		0	Europe/Berlin	51.1799	9.4804				05	066	06634	06634008
2942509	Buchenwalde	buchenwalde	DE		0	Europe/Berlin	53.35	13.06667				12	00	13071	13071110
2942511	Buchenthal	buchenthal	DE		0	Europe/Berlin	48.52265	12.05388				02	092	09261	09261000
2942515	Buchensee	buchensee	DE		0	Europe/Berlin	47.91667	11.28333				02	091	09188	09188141
2942517	Buchenschachen	buchenschachen	DE		0	Europe/Berlin	49.3035	6.92922				09	00	10041	10041517
2942518	Buchenrod	buchenrod	DE		0	Europe/Berlin	50.44789	9.50918				05	066	06631	06631008
2942519	Buchenrod	buchenrod	DE		0	Europe/Berlin	50.178	10.93826				02	094	09473	09473132
2942525	Buchenlohe	buchenlohe	DE		0	Europe/Berlin	49.13776	12.05111				02	093	09375	09375190
2942529	Buchenhüll	buchenhull	DE		0	Europe/Berlin	48.91246	11.24525				02	091	09176	09176123
2942531	Buchenhorst	buchenhorst	DE		0	Europe/Berlin	53.31442	12.97435				12	00	13071	13071147
2942535	Buchenhof	buchenhof	DE		0	Europe/Berlin	53.75715	11.8574				12	00	13072	13072114
2942536	Buchenhof	buchenhof	DE		0	Europe/Berlin	51.6799	8.73877		Bellevue		07	057	05774	05774012
2942541	Buchenhain	buchenhain	DE		0	Europe/Berlin	53.30927	13.54506		Arnimshain,Buchenhain		11	00	12073	12073069
2942542	Buchenhain	buchenhain	DE		0	Europe/Berlin	50.83827	14.00438				13	00	14628	14628020
2942543	Buchenhain	buchenhain	DE		0	Europe/Berlin	48.02989	11.48973				02	091	09184	09184113
2942544	Buchengehren	buchengehren	DE		0	Europe/Berlin	48.87342	9.71258				01	081	08119	08119001
2942546	Buchenegg	buchenegg	DE		0	Europe/Berlin	47.5366	10.04356				02	097	09780	09780132
2942547	Buchendorf	buchendorf	DE		0	Europe/Berlin	49.15271	12.37581				02	093	09372	09372169
2942548	Buchendorf	buchendorf	DE		0	Europe/Berlin	48.05789	11.40252				02	091	09188	09188120
2942550	Buchenbühl	buchenbuhl	DE		0	Europe/Berlin	49.50359	11.11027				02	095	09564	09564000
2942551	Buchenbühl	buchenbuhl	DE		0	Europe/Berlin	47.56605	9.87813				02	097	09776	09776129
2942556	Büchenbronn	buchenbronn	DE		0	Europe/Berlin	48.85567	8.66277				01	082	08231	08231000
2942557	Büchenbronn	buchenbronn	DE		0	Europe/Berlin	48.73245	9.50704				01	081	08117	08117018
2942558	Buchenbrink	buchenbrink	DE		0	Europe/Berlin	51.96667	9.8				06	00	03254	03254002
2942559	Büchenbeuren	buechenbeuren	DE		1647	Europe/Berlin	49.92097	7.27999		Bikhenbojren,Bjukhenbojren,Buechenbeuren,Büchenbeuren,bi xing bo yi lun,Бихенбојрен,Бюхенбойрен,比兴博伊伦	07140024	08	00	07140	07140024
2942560	Büchenberg	buechenberg	DE		0	Europe/Berlin	51.78897	10.79428				14	00	15085	15085370
2942562	Büchenberg	buechenberg	DE		0	Europe/Berlin	50.43531	9.70968				05	066	06631	06631006
2942619	Buchenau	buchenau	DE		0	Europe/Berlin	51.0726	10.27264		Buchenau		15	00	16063	16063104
2942620	Buchenau	buchenau	DE		0	Europe/Berlin	50.87528	8.59726				05	065	06534	06534007
2942621	Buchenau	buchenau	DE		0	Europe/Berlin	50.7828	9.76865				05	066	06631	06631007
2942622	Büchenau	buchenau	DE		0	Europe/Berlin	49.10018	8.52823				01	082	08215	08215009
2942623	Buchenau	buchenau	DE		0	Europe/Berlin	49.03128	13.32393				02	092	09276	09276130
2942628	Büchen	buechen	DE		0	Europe/Berlin	51.18579	7.45484				07	059	05962	05962012
2942629	Büchen	buechen	DE		0	Europe/Berlin	51.1782	7.17195				07	051	05120	05120000
2942630	Büchen	buechen	DE		0	Europe/Berlin	50.96852	7.79688				07	059	05966	05966028
2942634	Buchen in Odenwald	buchen-in-odenwald	DE		18890	Europe/Berlin	49.52416	9.32293		Buchen,Buchen in Odenwald,Bukhen,bu heng,buhyen,bwkhn,Бухен,بوخن,ブーヒェン,布亨		01	082	08225	08225014
2942648	Bücheloh	buecheloh	DE		0	Europe/Berlin	50.71385	10.97697				15	00	16070	16070029
2942650	Büchelkühn	buchelkuhn	DE		0	Europe/Berlin	49.28938	12.08679				02	093	09376	09376161
2942652	Büchelbronn	buchelbronn	DE		0	Europe/Berlin	48.74097	8.81314				01	082	08235	08235067
2942655	Büchelberg	buchelberg	DE		0	Europe/Berlin	49.80953	10.64188				02	094	09471	09471120
2942656	Büchelberg	buchelberg	DE		0	Europe/Berlin	49.49283	11.6286				02	093	09371	09371141
2942657	Büchelberg	buchelberg	DE		0	Europe/Berlin	49.27133	10.39431				02	095	09571	09571174
2942658	Büchelberg	buchelberg	DE		0	Europe/Berlin	49.1547	10.74837				02	095	09577	09577136
2942659	Büchelberg	buchelberg	DE		0	Europe/Berlin	49.12874	9.59844				01	081	08127	08127059
2942660	Büchelberg	buechelberg	DE		0	Europe/Berlin	49.02072	8.1717				08	00	07334	07334501
2942677	Büchelbach	buchelbach	DE		0	Europe/Berlin	48.7	8.2				01	082	08216	08216008
2942678	Büchelbach	buchelbach	DE		0	Europe/Berlin	48.61709	8.11223				01	083	08317	08317118
2942679	Büchelbach	buechelbach	DE		0	Europe/Berlin	50.16172	9.33539				05	064	06435	06435003
2942681	Büchel	buechel	DE		0	Europe/Berlin	51.19753	7.17121				07	051	05120	05120000
2942682	Büchel	buechel	DE		0	Europe/Berlin	51.08829	7.11013				07	053	05378	05378008
2942683	Büchel	buechel	DE		0	Europe/Berlin	51.03749	7.29779				07	053	05378	05378012
2942684	Büchel	buechel	DE		0	Europe/Berlin	51	7.16667				07	053	05378	05378004
2942685	Büchel	buechel	DE		0	Europe/Berlin	50.94035	7.22408				07	053	05378	05378024
2942687	Büchel	buechel	DE		0	Europe/Berlin	50.87983	7.28686				07	053	05382	05382028
2942688	Büchel	buechel	DE		1143	Europe/Berlin	50.17289	7.08318		Bikhel,Bjukhel',bi xie er,Бихел,Бюхель,比歇尔	07135018	08	00	07135	07135018
2942698	Bucheck	bucheck	DE		0	Europe/Berlin	48.81644	13.49729				02	092	09272	09272127
2942712	Buchberg	buchberg	DE		0	Europe/Berlin	50.57151	12.0528				15	00	16076	16076087
2942713	Buchberg	buchberg	DE		0	Europe/Berlin	49.23688	11.43874				02	093	09373	09373159
2942714	Buchberg	buchberg	DE		0	Europe/Berlin	49.13745	12.87211				02	093	09372	09372137
2942715	Buchberg	buchberg	DE		0	Europe/Berlin	48.88254	12.88945				02	092	09271	09271140
2942716	Buchberg	buchberg	DE		0	Europe/Berlin	48.81626	13.50138				02	092	09272	09272127
2942717	Buchberg	buchberg	DE		0	Europe/Berlin	47.92762	11.83502				02	091	09187	09187130
2942718	Buchberg	buchberg	DE		0	Europe/Berlin	47.88592	11.44958				02	091	09173	09173126
2942719	Buchberg	buchberg	DE		0	Europe/Berlin	47.75	11.5				02	091	09173	09173145
2942720	Buchberg	buchberg	DE		0	Europe/Berlin	47.73418	11.95322				02	091	09182	09182114
2942721	Buchberg	buchberg	DE		0	Europe/Berlin	47.71432	12.18101				02	091	09187	09187156
2942798	Buchay	buchay	DE		0	Europe/Berlin	48.16885	9.56014				01	084	08426	08426124
2942800	Buchau	buchau	DE		0	Europe/Berlin	50.07711	11.31866				02	094	09477	09477136
2942801	Buchau	buchau	DE		0	Europe/Berlin	49.77788	11.5385		Buchau		02	094	09472	09472175
2942802	Buchau	buchau	DE		0	Europe/Berlin	48.12399	10.10827				01	084	08426	08426031
2942803	Buchau	buchau	DE		0	Europe/Berlin	47.65238	12.12344				02	091	09187	09187157
2942805	Buchar	buchar	DE		0	Europe/Berlin	53.7255	13.22456				12	00	13071	13071004
2942807	Buch am Sand	buch-am-sand	DE		0	Europe/Berlin	50.04601	11.45705		Buch,Buch am Sand		02	094	09477	09477142
2942808	Buch am Rannenberg	buch-am-rannenberg	DE		0	Europe/Berlin	48.69892	10.63986				02	097	09773	09773117
2942809	Buch am Forst	buch-am-forst	DE		0	Europe/Berlin	50.18586	11.01233		Buch,Buch am Forst		02	094	09478	09478139
2942811	Buch am Ahorn	buch-am-ahorn	DE		2372	Europe/Berlin	49.53909	9.5556		Buch,Buch am Ahorn		01	081	08128	08128138
2942915	Bubkevitz	bubkevitz	DE		0	Europe/Berlin	54.50122	13.35476				12	00	13073	13073074
2942916	Bübingen	buebingen	DE		0	Europe/Berlin	49.53333	6.38333				09	00	10042	10042115
2942917	Bübingen	buebingen	DE		0	Europe/Berlin	49.18479	7.04129				09	00	10041	10041100
2942918	Bubing	bubing	DE		0	Europe/Berlin	48.35322	12.49842				02	091	09183	09183129
2942919	Bubing	bubing	DE		0	Europe/Berlin	48.28648	12.33681				02	091	09183	09183112
2942924	Buberow	buberow	DE		0	Europe/Berlin	52.96115	13.169				11	00	12065	12065100
2942933	Bubenorbis	bubenorbis	DE		0	Europe/Berlin	49.08356	9.61263				01	081	08127	08127052
2942941	Bubenhausen	bubenhausen	DE		0	Europe/Berlin	49.24604	7.34833		Bubenhausen		08	00	07320	07320000
2942942	Bubenhausen	bubenhausen	DE		0	Europe/Berlin	48.2776	10.16579				02	097	09775	09775164
2942945	Bubendorf	bubendorf	DE		0	Europe/Berlin	51.07803	12.53944		Benndorf-Bubendorf,Bubendorf		13	00	14729	14729140
2942949	Bubenberg	bubenberg	DE		0	Europe/Berlin	47.70829	10.37381				02	097	09780	09780120
2942953	Bubenbach	bubenbach	DE		0	Europe/Berlin	47.96533	8.29655				01	083	08315	08315031
2942956	Bübbens	buebbens	DE		0	Europe/Berlin	53.66449	7.92312				06	00	03455	03455020
2942957	Bubbecke	bubbecke	DE		0	Europe/Berlin	51.22026	7.73292		Bubbecke		07	059	05962	05962020
2942958	Bubach an der Naab	bubach-an-der-naab	DE		0	Europe/Berlin	49.26041	12.07638		Bubach		02	093	09376	09376161
2942959	Bubach am Forst	bubach-am-forst	DE		0	Europe/Berlin	49.14547	12.023		Bubach,Bubach am Forst		02	093	09375	09375153
2942965	Bschorrwald	bschorrwald	DE		0	Europe/Berlin	47.78631	11.00705				02	091	09190	09190130
2942967	Brüz	bruez	DE		0	Europe/Berlin	53.5299	12.07097				12	00	13076	13076109
2942969	Brüxken	bruexken	DE		0	Europe/Berlin	51.40245	6.24661				07	051	05154	05154052
2942970	Brüxgen	bruexgen	DE		0	Europe/Berlin	51.02308	5.99238				07	053	05370	05370008
2942972	Brux	brux	DE		0	Europe/Berlin	54.27406	9.8673				10	00	01058	01058171
2942973	Brüx	brux	DE		0	Europe/Berlin	50.34498	11.06449				02	094	09473	09473151
2942974	Brützkow	bruetzkow	DE		0	Europe/Berlin	53.77942	11.07758				12	00	13074	13074065
2942976	Bruttig	bruttig	DE		0	Europe/Berlin	50.13333	7.23333				08	00	07135	07135017
2942977	Brüttendorf	bruettendorf	DE		0	Europe/Berlin	53.2615	9.28104				06	00	03357	03357057
2942981	Brustorf	brustorf	DE		0	Europe/Berlin	53.43112	13.04712				12	00	13071	13071075
2942982	Brusterhöfe	brusterhoefe	DE		0	Europe/Berlin	51.38333	6.5				07	051	05114	05114000
2942985	Brüssow	bruessow	DE		0	Europe/Berlin	54.00151	13.61843				12	00	13075	13075156
2942986	Brüssow	bruessow	DE		2338	Europe/Berlin	53.39971	14.12533		Brisov,Brjussov,Bryusov,bu lu suo,bwrsw,Брисов,Брюссов,Բրյուսով,بورسو,布吕索		11	00	12073	12073085
2942988	Brusow	brusow	DE		0	Europe/Berlin	54.06683	11.8212				12	00	13072	13072058
2942992	Brüsewitz	bruesewitz	DE		2466	Europe/Berlin	53.67588	11.24379		Brizevic,Brjuzevic,Brusewitz,Brüsewitz,bu lu sai wei ci,Бризевиц,Брюзевиц,布吕塞维茨		12	00	13074	13074012
2942996	Brüsenwalde	bruesenwalde	DE		0	Europe/Berlin	53.25178	13.47257				11	00	12073	12073069
2942997	Brüsenhagen	bruesenhagen	DE		0	Europe/Berlin	53.03166	12.31529				11	00	12070	12070149
2943001	Brünzow	bruenzow	DE		708	Europe/Berlin	54.10455	13.56493		Bruenzow,Brunzow,Brünzow		12	00	13075	13075018
2943002	Brunzendorf	brunzendorf	DE		0	Europe/Berlin	49.3682	10.1395				02	095	09571	09571193
2943003	Brunzenberg	brunzenberg	DE		0	Europe/Berlin	49.07737	9.96291				01	081	08127	08127103
2943004	Brüntrup	bruentrup	DE		0	Europe/Berlin	51.94178	8.9978				07	057	05766	05766016
2943005	Brüntorf	bruentorf	DE		0	Europe/Berlin	52.07476	8.86494				07	057	05766	05766044
2943006	Brunswarden	brunswarden	DE		0	Europe/Berlin	53.41823	8.4342				06	00	03461	03461009
2943019	Brünst	brunst	DE		0	Europe/Berlin	49.27128	12.94344				02	093	09372	09372144
2943020	Brünst	brunst	DE		0	Europe/Berlin	49.35748	10.55018				02	095	09571	09571171
2943021	Brunst	brunst	DE		0	Europe/Berlin	49.26808	10.34173				02	095	09571	09571174
2943022	Brünst	brunst	DE		0	Europe/Berlin	49.22293	10.47928				02	095	09571	09571166
2943023	Brünst	brunst	DE		0	Europe/Berlin	48.97348	9.84036				01	081	08127	08127079
2943031	Brunskappel	brunskappel	DE		0	Europe/Berlin	51.27746	8.47727		Brunskappel		07	059	05958	05958036
2943036	Brunsholt	brunsholt	DE		0	Europe/Berlin	53.7814	9.54778				10	00	01061	01061101
2943037	Brunsholm	brunsholm	DE		0	Europe/Berlin	54.37416	9.28642				10	00	01059	01059005
2943040	Brunshausen	brunshausen	DE		0	Europe/Berlin	53.62559	9.50601				06	00	03359	03359038
2943041	Brunshausen	brunshausen	DE		0	Europe/Berlin	53.40045	8.81096				06	00	03352	03352059
2943043	Brunshaupten	brunshaupten	DE		0	Europe/Berlin	54.13333	11.75				12	00	13072	13072060
2943044	Brunsen	brunsen	DE		0	Europe/Berlin	51.86506	9.86096				06	00	03155	03155013
2943045	Brünsee	brunsee	DE		0	Europe/Berlin	48.77039	10.71424				02	097	09779	09779155
2943046	Brunschwig	brunschwig	DE		0	Europe/Berlin	51.76722	14.3318				11	00	12052	12052000
2943047	Brunscheid	brunscheid	DE		0	Europe/Berlin	51.24096	7.69344				07	059	05962	05962032
2943049	Brunsbüttel	brunsbuettel	DE		13950	Europe/Berlin	53.8962	9.10459		Brunsbitel,Brunsbjuttel',Brunsbuettel,Brunsbuttel,Brunsbüttel,brwnsbwtl,brwnzbwtl,bu lun si bi te er,Брунсбител,Брунсбюттель,برونزبوتل,برونسبوتل,布伦斯比特尔		10	00	01051	01051011
2943050	Brunsbüttel	brunsbuettel	DE		0	Europe/Berlin	52.38918	10.61376		Brunnesbuttele [a. 1350]		06	00	03151	03151006
2943051	Brunsbütelkoog	brunsbuetelkoog	DE		0	Europe/Berlin	53.89654	9.15799				10	00	01051	01051011
2943052	Brunsbüllund	brunsbuellund	DE		0	Europe/Berlin	54.71667	9.75				10	00	01059	01059167
2943053	Brunsbüll	brunsbuell	DE		0	Europe/Berlin	54.70362	9.75926				10	00	01059	01059167
2943054	Brunsbrock	brunsbrock	DE		0	Europe/Berlin	52.95669	9.39132		Brunsbrock		06	00	03361	03361005
2943063	Brunsbach	brunsbach	DE		0	Europe/Berlin	51.15	7.33333				07	053	05374	05374016
2943067	Brunohl	brunohl	DE		0	Europe/Berlin	50.98953	7.50845		Brunohl		07	053	05374	05374012
2943068	Brunoder	brunoder	DE		0	Europe/Berlin	49.13204	11.98177				02	093	09375	09375153
2943071	Brunntal	brunntal	DE		0	Europe/Berlin	49.6835	9.69438		Brunntal,Brunnthal		01	081	08128	08128128
2943082	Brünnstadt	brunnstadt	DE		0	Europe/Berlin	49.90391	10.30224				02	096	09678	09678130
2943091	Brünninghausen	bruenninghausen	DE		0	Europe/Berlin	51.476	7.45807				07	059	05913	05913000
2943092	Brunning	brunning	DE		0	Europe/Berlin	48.44993	12.69805				02	092	09277	09277119
2943093	Brunning	brunning	DE		0	Europe/Berlin	48.42626	12.99918				02	092	09277	09277149
2943094	Brünning	brunning	DE		0	Europe/Berlin	47.97772	12.65666				02	091	09189	09189134
2943095	Brünnighausen	bruennighausen	DE		0	Europe/Berlin	52.14792	9.53081				06	00	03252	03252004
2943096	Brunnicher Berg	brunnicher-berg	DE		0	Europe/Berlin	48.18921	7.87002				01	083	08316	08316054
2943101	Brunnhof	brunnhof	DE		0	Europe/Berlin	48.63383	12.70553				02	092	09279	09279122
2943102	Brunnhof	brunnhof	DE		0	Europe/Berlin	48.08937	12.65519				02	091	09171	09171122
2943103	Brunnhof	brunnhof	DE		0	Europe/Berlin	47.74539	10.75624		Bronnhof,Brunnhof		02	091	09190	09190114
2943108	Brunnheim	brunnheim	DE		0	Europe/Berlin	49.18676	12.13151				02	093	09376	09376141
2943110	Brunnhausen	brunnhausen	DE		0	Europe/Berlin	47.91907	9.28866		Brunnhausen		01	084	08437	08437088
2943113	Brunnhardtshausen	brunnhardtshausen	DE		0	Europe/Berlin	50.67471	10.09953				15	00	16063	16063015
2943115	Brunnfeld	brunnfeld	DE		0	Europe/Berlin	47.7538	11.92033				02	091	09182	09182114
2943121	Brunnentobel	brunnentobel	DE		0	Europe/Berlin	47.86638	9.9891				01	084	08436	08436055
2943122	Brunnenthal	brunnenthal	DE		0	Europe/Berlin	50.34546	11.8719				02	094	09475	09475141
2943123	Brunnenteich	brunnenteich	DE		0	Europe/Berlin	48.5	8.38333				01	082	08237	08237004
2943124	Brünnensweiler	brunnensweiler	DE		0	Europe/Berlin	47.68333	9.61667				01	084	08435	08435057
2943173	Brunne	brunne	DE		0	Europe/Berlin	53.39551	8.04036				06	00	03455	03455026
2943174	Brunne	brunne	DE		0	Europe/Berlin	52.77328	12.72852				11	00	12068	12068117
2943177	Brunndöbra	brunndoebra	DE		0	Europe/Berlin	50.37859	12.46223				13	00	14523	14523160
2943178	Brunndobl	brunndobl	DE		0	Europe/Berlin	48.4876	13.09925				02	092	09277	09277113
2943179	Brunndobl	brunndobl	DE		0	Europe/Berlin	48.36377	13.1364				02	092	09275	09275131
2943182	Brunnbichl	brunnbichl	DE		0	Europe/Berlin	47.65902	11.74568				02	091	09182	09182124
2943184	Brünnberg	brunnberg	DE		0	Europe/Berlin	49.81907	11.40019		Brunnberg,Brünnberg		02	094	09472	09472111
2943191	Brünn bei Münnerstadt	brunn-bei-munnerstadt	DE		0	Europe/Berlin	50.24335	10.24065		Brunn,Brunn bei Munnerstadt,Brünn,Brünn bei Münnerstadt		02	096	09672	09672135
2943196	Brünnau	brunnau	DE		0	Europe/Berlin	49.85745	10.35403		Brunnau,Brünnau		02	096	09675	09675158
2943197	Brunnau	brunnau	DE		0	Europe/Berlin	49.25111	11.17138				02	095	09576	09576113
2943198	Brunnadern	brunnadern	DE		0	Europe/Berlin	47.79528	8.38043				01	083	08337	08337022
2943199	Brunnadern	brunnadern	DE		0	Europe/Berlin	47.69104	8.14432				01	083	08337	08337118
2943200	Brunnader	brunnader	DE		0	Europe/Berlin	48.39446	13.26141				02	092	09275	09275141
2943207	Brünn	bruenn	DE		457	Europe/Berlin	50.44854	10.85633		Brunn,Brünn		15	00	16069	16069006
2943227	Brünlos	bruenlos	DE		0	Europe/Berlin	50.68561	12.81631		Bruenloss,Bruenloß,Brunlos,Brünlos		13	00	14521	14521710
2943228	Brünlisbach	brunlisbach	DE		0	Europe/Berlin	47.79165	8.24246				01	083	08337	08337039
2943232	Brünlasgüter	bruenlasgueter	DE		0	Europe/Berlin	50.57385	12.89713		Brunlas,Brunlasguter,Brünlas,Brünlasgüter		13	00	14521	14521180
2943234	Brunkensen	brunkensen	DE		0	Europe/Berlin	51.99106	9.76848				06	00	03254	03254002
2943235	Brünkendorf	bruenkendorf	DE		0	Europe/Berlin	54.17495	12.49798				12	00	13073	13073055
2943236	Brünkendorf	bruenkendorf	DE		0	Europe/Berlin	53.07186	12.13732				11	00	12070	12070125
2943237	Brünkendorf	bruenkendorf	DE		0	Europe/Berlin	53.05473	11.43368				06	00	03354	03354010
2943238	Brunken	brunken	DE		0	Europe/Berlin	50.73713	7.76469				08	00	07132	07132105
2943240	Brunkau	brunkau	DE		0	Europe/Berlin	52.502	11.6986		Brunkau		14	00	15090	15090546
2943241	Brüningsen	brueningsen	DE		0	Europe/Berlin	51.48871	8.04603		Brunningsen,Brünningsen		07	059	05974	05974032
2943242	Brüninghorstedt	brueninghorstedt	DE		0	Europe/Berlin	52.41072	8.88398				06	00	03256	03256034
2943244	Brüninghausen	brueninghausen	DE		0	Europe/Berlin	51.56898	7.36946				07	059	05913	05913000
2943245	Brüninghausen	brueninghausen	DE		0	Europe/Berlin	51.22283	7.69764				07	059	05962	05962032
2943251	Brünhausen	bruenhausen	DE		0	Europe/Berlin	52.6742	8.85292				06	00	03251	03251040
2943255	Brungershausen	brungershausen	DE		0	Europe/Berlin	50.86753	8.63298				05	065	06534	06534012
2943260	Brünen	bruenen	DE		0	Europe/Berlin	51.72512	6.687				07	051	05170	05170012
2943264	Brunebeck	brunebeck	DE		0	Europe/Berlin	51.44909	7.40929				07	059	05954	05954036
2943265	Brüne	bruene	DE		0	Europe/Berlin	52.78353	9.02105				06	00	03251	03251002
2943267	Brundorf	brundorf	DE		0	Europe/Berlin	53.2313	8.66903				06	00	03356	03356009
2943270	Bründersen	bruendersen	DE		0	Europe/Berlin	51.29531	9.18818				05	066	06633	06633028
2943273	Bründeln	brundeln	DE		0	Europe/Berlin	52.23852	10.00957		Bruendelen [a. 1807],Bruenneln,Brundelem [~ a. 1300],Bründelen [a. 1807],Brünneln		06	00	03157	03157002
2943275	Bründel	bruendel	DE		0	Europe/Berlin	51.74499	11.65118				14	00	15089	15089245
2943276	Brünchenhain	bruenchenhain	DE		0	Europe/Berlin	51.00553	9.11512				05	066	06634	06634010
2943277	Brunbeck	brunbeck	DE		0	Europe/Berlin	51.12414	6.25483		Brunbeck		07	053	05370	05370040
2943279	Brün	bruen	DE		0	Europe/Berlin	51.28333	6.26667				07	051	05166	05166016
2943280	Brün	bruen	DE		0	Europe/Berlin	50.96146	7.82032				07	059	05966	05966028
2943281	Brümsen	bruemsen	DE		0	Europe/Berlin	52.82272	8.64499				06	00	03251	03251042
2943282	Brümsel	bruemsel	DE		0	Europe/Berlin	52.45406	7.43234				06	00	03454	03454036
2943284	Brümmerloh	bruemmerloh	DE		0	Europe/Berlin	52.61665	8.71428				06	00	03251	03251043
2943285	Brümmerhof	bruemmerhof	DE		0	Europe/Berlin	53.25906	9.25309				06	00	03357	03357057
2943288	Brumlingsen	brumlingsen	DE		0	Europe/Berlin	51.39337	8.17031				07	059	05958	05958004
2943295	Brullsen	brullsen	DE		0	Europe/Berlin	52.15229	9.49854				06	00	03252	03252002
2943296	Brüllingsen	bruellingsen	DE		0	Europe/Berlin	51.51906	8.22151				07	059	05974	05974032
2943300	Bruhnskoppel	bruhnskoppel	DE		0	Europe/Berlin	54.19652	10.60317		Bruhnskoppel,Brunskoppel		10	00	01055	01055028
2943202	Brunn	brunn	DE	17039	0	Europe/Berlin	53.25684	7.54043				06	00	03457	03457016
2943307	Brühlhof	bruehlhof	DE		0	Europe/Berlin	50.81305	7.87935				08	00	07132	07132063
2943308	Brühlhof	bruhlhof	DE		0	Europe/Berlin	48.23333	9.56667				01	084	08425	08425090
2943312	Brühlborn	bruehlborn	DE		0	Europe/Berlin	50.21684	6.46224				08	00	07232	07232226
2943319	Brühl	bruehl	DE		0	Europe/Berlin	51.25688	6.68475				07	051	05162	05162022
2943320	Brühl	bruehl	DE		44137	Europe/Berlin	50.82928	6.90499		Bril,Brjul',Bruehl,Brühl,brwl,Брил,Брюль,برول		07	053	05362	05362012
2943322	Brüheim	brueheim	DE		537	Europe/Berlin	51	10.58333		Bruheim,Brüheim	16067091	15	00	16067	16067091
2943323	Bruggmers	bruggmers	DE		0	Europe/Berlin	47.83486	10.17645				02	097	09780	09780112
2943325	Brüggerholz	brueggerholz	DE		0	Europe/Berlin	54.19806	10.08151				10	00	01058	01058033
2943328	Brugger	brugger	DE		0	Europe/Berlin	48.33275	11.14715				02	097	09771	09771129
2943333	Brüggenerhütte	brueggenerhuette	DE		0	Europe/Berlin	51.25495	6.27695				07	051	05166	05166024
2943335	Brüggen	brueggen	DE		1007	Europe/Berlin	52.0425	9.7745		Brueggen,Brüggen	03254043	06	00	03254	03254043
2943337	Brüggen	brueggen	DE		0	Europe/Berlin	50.84685	6.77643				07	053	05362	05362032
2943348	Brüggelchen	brueggelchen	DE		0	Europe/Berlin	51.07363	5.99703				07	053	05370	05370032
2943350	Brügge	bruegge	DE		1019	Europe/Berlin	54.17578	10.06913			01058033	10	00	01058	01058033
2943351	Brügge	bruegge	DE		0	Europe/Berlin	53.24985	12.25515				11	00	12070	12070153
2943352	Brügge	bruegge	DE		0	Europe/Berlin	51.21174	7.56851				07	059	05962	05962032
2943354	Bruggach	bruggach	DE		0	Europe/Berlin	47.58432	9.65338		Braggach,Bruggach		02	097	09776	09776111
2943356	Brugg	brugg	DE		0	Europe/Berlin	47.87345	9.9103				01	084	08436	08436010
2943357	Brugg	brugg	DE		0	Europe/Berlin	47.71178	9.55479				01	084	08435	08435035
2943358	Brugg	brugg	DE		0	Europe/Berlin	47.65	9.98333				02	097	09776	09776112
2943362	Brüel	brueel	DE		3140	Europe/Berlin	53.73719	11.71471		Briele,Bril,Brjuehl',Brueel,Bruel,Brüel,Brīele,brwyl,bu lu ai er,Брил,Брюэль,بروئل,برويل,布吕埃尔		12	00	13076	13076020
2943363	Brüderwiese	bruederwiese	DE		0	Europe/Berlin	50.61737	13.47625				13	00	14521	14521140
2943367	Brudersham	brudersham	DE		0	Europe/Berlin	48.06475	12.27693				02	091	09187	09187116
2943371	Bruderholz	bruderholz	DE		0	Europe/Berlin	50.08642	6.58972				08	00	07232	07232113
2943381	Bruderhaus	bruderhaus	DE		0	Europe/Berlin	48.61983	8.6082				01	082	08235	08235006
2943383	Bruderhalde	bruderhalde	DE		0	Europe/Berlin	47.88899	8.12926				01	083	08315	08315052
2943384	Brüderes	bruderes	DE		0	Europe/Berlin	49.87318	11.74285				02	094	09472	09472190
2943390	Brüder	brueder	DE		0	Europe/Berlin	51.58568	8.09597		Brader,Bruder,Bräder,Brüder		07	059	05974	05974040
2943391	Brüddewarden	brueddewarden	DE		0	Europe/Berlin	53.5501	8.41493				06	00	03461	03461003
2943392	Bruckwiesreuth	bruckwiesreuth	DE		0	Europe/Berlin	48.76374	13.34846				02	092	09272	09272142
2943393	Brückweierhof	brueckweierhof	DE		0	Europe/Berlin	49.31667	7.23333				09	00	10043	10043114
2943400	Bruckrath	bruckrath	DE		0	Europe/Berlin	51.28052	6.2322				07	051	05166	05166016
2943401	Brückrachdorf	brueckrachdorf	DE		0	Europe/Berlin	50.54196	7.68311				08	00	07138	07138012
2943405	Bruckner	bruckner	DE		0	Europe/Berlin	47.83442	11.41299				02	091	09173	09173123
2943412	Brücklocherhof	bruecklocherhof	DE		0	Europe/Berlin	49.77925	7.86012				08	00	07133	07133003
2943416	Bruckleiten	bruckleiten	DE		0	Europe/Berlin	48.68655	13.72919				02	092	09275	09275148
2943419	Brücklas	brucklas	DE		0	Europe/Berlin	50.06975	11.97458				02	094	09479	09479145
2943420	Brucklach	brucklach	DE		0	Europe/Berlin	47.83783	12.08918				02	091	09163	09163000
2943421	Brückla	brueckla	DE		0	Europe/Berlin	50.69752	12.04988				15	00	16076	16076029
2943422	Brückl	bruckl	DE		0	Europe/Berlin	47.76102	12.32477				02	091	09187	09187114
2943426	Brückhöfe	brueckhoefe	DE		0	Europe/Berlin	50.78898	7.73185				08	00	07132	07132117
2943427	Bruckhof	bruckhof	DE		0	Europe/Berlin	49.68879	10.36678				02	096	09675	09675139
2943428	Bruckhof	bruckhof	DE		0	Europe/Berlin	49.59803	12.47875				02	093	09374	09374118
2943429	Bruckhof	bruckhof	DE		0	Europe/Berlin	48.90781	9.69813				01	081	08119	08119001
2943430	Bruckhof	bruckhof	DE		0	Europe/Berlin	47.99592	12.06552				02	091	09175	09175136
2943442	Bruckhäusln	bruckhausln	DE		0	Europe/Berlin	48.18758	12.41815				02	091	09183	09183124
2943445	Bruckhäuser	bruckhauser	DE		0	Europe/Berlin	48.39773	12.76478				02	092	09277	09277116
2943446	Bruckhausen	bruckhausen	DE		0	Europe/Berlin	51.49217	6.74817				07	051	05112	05112000
2943447	Bruckhausen	bruckhausen	DE		0	Europe/Berlin	51.35	6.33333				07	051	05166	05166008
2943449	Bruckhausen	bruckhausen	DE		0	Europe/Berlin	51.60162	6.75319		Bruckhausen		07	051	05170	05170016
2943450	Bruckfelden	bruckfelden	DE		0	Europe/Berlin	47.81187	9.24101				01	084	08435	08435015
2943451	Brückfeld	brueckfeld	DE		0	Europe/Berlin	52.12854	11.66731		Bruckfeld,Brückfeld,Bueckefeld,Bückefeld,Nagdeburg-Bruckfeld,Nagdeburg-Brückfeld		14	00	15003	15003000
2943452	Brückfeld	brueckfeld	DE		0	Europe/Berlin	50.11667	8.83333				05	064	06438	06438008
2943458	Brückermark	brueckermark	DE		0	Europe/Berlin	52.2836	12.48977				11	00	12069	12069680
2943459	Bruckerhöfe	bruckerhoefe	DE		0	Europe/Berlin	51.36667	6.51667				07	051	05114	05114000
2943460	Bruckerhof	bruckerhof	DE		0	Europe/Berlin	47.76795	11.04042				02	091	09190	09190117
2943463	Brückerheide	brueckerheide	DE		0	Europe/Berlin	51.53333	6.46667				07	051	05154	05154020
2943468	Brückentin	brueckentin	DE		0	Europe/Berlin	53.25982	13.21157				12	00	13071	13071162
2943470	Brückenmühle	brueckenmuehle	DE		0	Europe/Berlin	50.6	10.36667				15	00	16066	16066056
2943471	Brückenkopf	brueckenkopf	DE		0	Europe/Berlin	52.48608	12.82491				11	00	12063	12063148
2943472	Brückenkopf	brueckenkopf	DE		0	Europe/Berlin	51.85491	12.64387				14	00	15091	15091375
2943473	Brückenkopf	brueckenkopf	DE		0	Europe/Berlin	51.56128	13.01811				13	00	14730	14730310
2943478	Brückenfehn	brueckenfehn	DE		0	Europe/Berlin	53.25055	7.68185				06	00	03457	03457008
2943485	Brücken	bruecken	DE		881	Europe/Berlin	51.44384	11.19799				14	00	15087	15087101
2943488	Brücken	bruecken	DE		2422	Europe/Berlin	49.43174	7.35998		Briken,Brjukken,Bruecken,Brücken,Брикен,Брюккен		08	00	07336	07336011
2943490	Brückelsdorf	bruckelsdorf	DE		0	Europe/Berlin	49.31667	12.18333				02	093	09376	09376175
2943493	Brucke	brucke	DE		0	Europe/Berlin	51.6392	11.74534				14	00	15089	15089195
2943494	Brücke	bruecke	DE		0	Europe/Berlin	51.21667	6.65				07	051	05162	05162024
2943496	Bruckdorf	bruckdorf	DE		0	Europe/Berlin	51.44462	12.0284				14	00	15002	15002000
2943497	Bruckdorf	bruckdorf	DE		0	Europe/Berlin	48.98652	12.01323				02	093	09375	09375199
2943499	Bruckbergerau	bruckbergerau	DE		0	Europe/Berlin	48.51105	12.01516				02	092	09274	09274194
2943505	Bruckbach	bruckbach	DE		0	Europe/Berlin	47.95588	8.133				01	083	08315	08315016
2943506	Bruckbach	bruckbach	DE		0	Europe/Berlin	49.07817	12.36438				02	093	09375	09375120
2943507	Bruckbach	bruckbach	DE		0	Europe/Berlin	48.64218	12.15285				02	092	09274	09274128
2943513	Brück	brueck	DE		0	Europe/Berlin	50.94415	7.07864				07	053	05315	05315000
2943516	Brück	brueck	DE		4018	Europe/Berlin	52.19766	12.76868		Bruck,Brueck,Brück		11	00	12069	12069076
2943517	Brück	brueck	DE		0	Europe/Berlin	51.08028	6.22973				07	053	05370	05370020
2943518	Brück	brueck	DE		0	Europe/Berlin	50.98224	7.54185				07	053	05374	05374012
2943519	Brück	brueck	DE		0	Europe/Berlin	50.48422	6.97177				08	00	07131	07131002
2943522	Brück	brueck	DE		0	Europe/Berlin	50.27633	6.80745				08	00	07233	07233020
2943548	Bruchwedel	bruchwedel	DE		0	Europe/Berlin	53.02981	10.72746				06	00	03360	03360015
2943553	Bruchtorf	bruchtorf	DE		0	Europe/Berlin	53.10696	10.54344				06	00	03360	03360012
2943561	Brüchs	bruchs	DE		0	Europe/Berlin	50.53677	10.15981				02	096	09673	09673123
2943563	Bruchort	bruchort	DE		0	Europe/Berlin	52.50368	8.60624				07	057	05770	05770040
2943564	Bruchmühlen	bruchmuehlen	DE		0	Europe/Berlin	52.80662	9.00459				06	00	03251	03251049
2943565	Bruchmühlen	bruchmuehlen	DE		0	Europe/Berlin	52.20053	8.456				07	057	05758	05758028
2943566	Bruchmühle	bruchmuehle	DE		0	Europe/Berlin	53.4406	12.3915				12	00	13071	13071036
2943567	Bruchmühle	bruchmuehle	DE		0	Europe/Berlin	52.55	13.77884				11	00	12064	12064029
2943568	Bruchmühlbach	bruchmuehlbach	DE		0	Europe/Berlin	49.38584	7.45355				08	00	07335	07335003
2943569	Bruchmachtersen	bruchmachtersen	DE		0	Europe/Berlin	52.14076	10.31427				06	00	03102	03102000
2943570	Brüchlins	bruechlins	DE		0	Europe/Berlin	47.94274	10.27877				02	097	09778	09778186
2943571	Brüchlingen	bruchlingen	DE		0	Europe/Berlin	49.2963	9.86482				01	081	08127	08127008
2943573	Bruchköbel	bruchkoebel	DE		20892	Europe/Berlin	50.17853	8.92315		Bruchkobel,Bruchkoebel,Bruchköbel,Brukhkebel,Brukhkebel',Brukhkjobel',brwkhkwbl,bu lu ke bei er,burufukeberu,Брухкебел,Брухкебель,Брухкёбель,بروخكوبل,بروخکوبل,ブルーフケーベル,布鲁克贝尔		05	064	06435	06435006
2943577	Bruchhöfen	bruchhoefen	DE		0	Europe/Berlin	52.83648	8.97173				06	00	03251	03251049
2943579	Bruchhof	bruchhof	DE		0	Europe/Berlin	49.34503	7.36032		Bruchdorf		09	00	10045	10045114
2943580	Bruchhof	bruchhof	DE		0	Europe/Berlin	51.87377	9.92557				06	00	03155	03155013
2943585	Bruchheim	bruchheim	DE		0	Europe/Berlin	51.03095	12.67945		Bruchheim		13	00	14729	14729150
2943588	Bruchhausen Süd	bruchhausen-sued	DE		0	Europe/Berlin	51.2	6.93333				07	051	05158	05158004
2943600	Bruchhaus	bruchhaus	DE		0	Europe/Berlin	51.15	6.93333				07	051	05158	05158016
2943623	Brüchermühle	bruechermuehle	DE		0	Europe/Berlin	50.92509	7.64079		Bruchermuhle,Bruechermuehle,Brüchermühle		07	053	05374	05374040
2943624	Brücherhof	bruecherhof	DE		0	Europe/Berlin	51.46667	7.5				07	059	05913	05913000
2943626	Bruchenbrücken	bruchenbruecken	DE		0	Europe/Berlin	50.30053	8.79298				05	064	06440	06440008
2943627	Brüchen	bruechen	DE		0	Europe/Berlin	51.01667	7.73333				07	059	05966	05966008
2943628	Brüchen	bruechen	DE		0	Europe/Berlin	50.63717	7.41945				08	00	07138	07138044
2943630	Bruche	bruche	DE		0	Europe/Berlin	50.79048	7.86102				08	00	07132	07132006
2943632	Bruchdorf	bruchdorf	DE		0	Europe/Berlin	53.23333	10.85				06	00	03355	03355009
2943652	Brüchau	bruechau	DE		0	Europe/Berlin	52.6875	11.24424				14	00	15081	15081240
2943687	Brubbach	brubbach	DE		0	Europe/Berlin	50.64217	7.59917		Brubbach		08	00	07138	07138058
2943690	Brual	brual	DE		0	Europe/Berlin	53.09983	7.27933		Brual		06	00	03454	03454044
2943691	Broxterheide	broxterheide	DE		0	Europe/Berlin	52.20861	8.28803				06	00	03459	03459024
2943692	Broxten	broxten	DE		0	Europe/Berlin	52.3913	8.17699				06	00	03459	03459029
2943693	Broweg	broweg	DE		0	Europe/Berlin	54.75	8.9				10	00	01054	01054109
2943694	Brötzingen	brotzingen	DE		0	Europe/Berlin	48.88813	8.66274				01	082	08231	08231000
2943695	Brottewitz	brottewitz	DE		0	Europe/Berlin	51.46216	13.22087		Brottewitz		11	00	12062	12062341
2943701	Bröthen	broethen	DE		0	Europe/Berlin	51.42818	14.18344		Bretnja,Brětnja		13	00	14625	14625240
2943702	Brotenfeld	brotenfeld	DE		0	Europe/Berlin	50.42677	12.26081				13	00	14523	14523420
2943705	Brotdorf	brotdorf	DE		0	Europe/Berlin	49.47362	6.678		Brotdorf		09	00	10042	10042113
2943707	Brösum	broesum	DE		0	Europe/Berlin	54.32983	8.6239				10	00	01054	01054113
2943712	Brößnitz	broessnitz	DE		0	Europe/Berlin	51.36333	13.65944				13	00	14627	14627110
2943713	Brossen	brossen	DE		0	Europe/Berlin	51.04183	12.26383				15	00	16077	16077032
2943714	Brosiselegg	brosiselegg	DE		0	Europe/Berlin	47.60236	10.36561		Brosis Ellegg,Brosiselegg		02	097	09780	09780137
2943716	Brösgen	broesgen	DE		0	Europe/Berlin	50.96227	13.74166				13	00	14628	14628220
2943717	Brosen	brosen	DE		0	Europe/Berlin	52.09427	8.96193		Brosen-Lippe		07	057	05766	05766036
2943718	Brösen	broesen	DE		0	Europe/Berlin	51.54855	12.52974				13	00	14730	14730020
2943719	Brösen	broesen	DE		0	Europe/Berlin	51.15205	12.88821				13	00	14522	14522310
2943720	Brösen	broesen	DE		0	Europe/Berlin	51.15027	12.30609		Brosen,Brösen,Groitzsch-Brosen,Groitzsch-Brösen		13	00	14729	14729170
2943726	Brösang	broesang	DE		0	Europe/Berlin	51.1505	14.33385		Brezynka,Brězynka		13	00	14625	14625110
2943728	Brösa	broesa	DE		0	Europe/Berlin	51.61239	12.51214				14	00	15082	15082241
2943729	Brösa	broesa	DE		0	Europe/Berlin	51.25864	14.55096		Brezyna,Brězyna		13	00	14625	14625340
2943732	Brookseite	brookseite	DE		0	Europe/Berlin	53.15	8.56667				06	00	03461	03461006
2943734	Brookhusen	brookhusen	DE		0	Europe/Berlin	53.9821	12.07393		Brookhusen		12	00	13072	13072011
2943740	Brook	brook	DE		0	Europe/Berlin	52.16015	6.93015		Brock,Brook		07	055	05554	05554004
2943741	Brook	brook	DE		0	Europe/Berlin	54.59419	9.16266				10	00	01054	01054041
2943742	Brook	brook	DE		0	Europe/Berlin	54.18412	13.31721				12	00	13075	13075091
2943743	Brook	brook	DE		0	Europe/Berlin	53.99904	11.04672				12	00	13074	13074037
2943744	Brook	brook	DE		0	Europe/Berlin	53.86667	10.01667				10	00	01060	01060045
2943745	Brook	brook	DE		0	Europe/Berlin	52.97638	8.28878				06	00	03458	03458007
2943751	Bronsfeld	bronsfeld	DE		0	Europe/Berlin	50.51931	6.44675				07	053	05366	05366036
2943753	Bronnzell	bronnzell	DE		0	Europe/Berlin	50.51637	9.68041		Bronzell		05	066	06631	06631009
2943754	Bronnweiler	bronnweiler	DE		0	Europe/Berlin	48.44987	9.13917				01	084	08415	08415061
2943755	Brönninghausen	broenninghausen	DE		0	Europe/Berlin	52.01299	8.63543				07	057	05711	05711000
2943756	Bronnholzheim	bronnholzheim	DE		0	Europe/Berlin	49.19121	10.09957				01	081	08127	08127073
2943759	Bronnerlohe	bronnerlohe	DE		0	Europe/Berlin	48.15761	10.46122				02	097	09778	09778190
2943761	Bronnenmühle	bronnenmuhle	DE		0	Europe/Berlin	48.66667	10.15				01	081	08135	08135019
2943764	Bronnen	bronnen	DE		0	Europe/Berlin	48.91465	10.03713				01	081	08136	08136046
2943765	Bronnen	bronnen	DE		0	Europe/Berlin	48.26146	9.20564				01	084	08437	08437031
2943766	Bronnen	bronnen	DE		0	Europe/Berlin	48.2461	9.9048				01	084	08426	08426001
2943767	Bronnen	bronnen	DE		0	Europe/Berlin	48.14467	10.48061				02	097	09778	09778190
2943768	Bronnen	bronnen	DE		0	Europe/Berlin	48.08884	9.87443				01	084	08426	08426021
2943769	Bronnen	bronnen	DE		0	Europe/Berlin	48.01301	10.78531				02	097	09777	09777177
2943770	Bronnen	bronnen	DE		0	Europe/Berlin	47.7777	10.1761				02	097	09780	09780112
2943772	Bronnamberg	bronnamberg	DE		0	Europe/Berlin	49.4397	10.90663		Bronnamberg,Bronnemberg		02	095	09573	09573134
2943774	Bronnbach	bronnbach	DE		0	Europe/Berlin	49.7126	9.5464		Bronnbach		01	081	08128	08128131
2943775	Bronnacker	bronnacker	DE		0	Europe/Berlin	49.44413	9.48316		Bronnacker		01	082	08225	08225082
2943776	Bronn	bronn	DE		0	Europe/Berlin	49.72673	11.4653		Bronn		02	094	09472	09472175
2943777	Bronn	bronn	DE		0	Europe/Berlin	49.43937	9.89042				01	081	08128	08128126
2943778	Brönkow	broenkow	DE		0	Europe/Berlin	54.0613	12.91323				12	00	13073	13073033
2943781	Brönicke	broenicke	DE		0	Europe/Berlin	51.66499	8.07151				07	059	05974	05974024
2943785	Brömsenberg	broemsenberg	DE		0	Europe/Berlin	53.32369	11.05335				12	00	13076	13076088
2943810	Brombacherberg	brombacherberg	DE		0	Europe/Berlin	50.9757	7.2593		Brombach		07	053	05378	05378024
2943812	Brombach	brombach	DE		0	Europe/Berlin	50.29197	8.46497				05	064	06434	06434009
2943813	Brombach	brombach	DE		0	Europe/Berlin	49.66478	8.80202				05	064	06431	06431007
2943814	Brombach	brombach	DE		0	Europe/Berlin	49.48944	8.86886		Brombach		01	082	08226	08226013
2943815	Brombach	brombach	DE		0	Europe/Berlin	49.14123	10.81134				02	095	09577	09577138
2943816	Brombach	brombach	DE		0	Europe/Berlin	48.68776	8.15105				01	082	08216	08216007
2943817	Brombach	brombach	DE		0	Europe/Berlin	48.44358	13.01391				02	092	09277	09277113
2943818	Brombach	brombach	DE		0	Europe/Berlin	47.63307	7.69511				01	083	08336	08336050
2943823	Bröl	broel	DE		0	Europe/Berlin	50.87684	7.45817				07	053	05382	05382036
2943824	Bröl	broel	DE		0	Europe/Berlin	50.89979	7.62356				07	053	05374	05374044
2943825	Bröl	broel	DE		0	Europe/Berlin	50.79104	7.32844				07	053	05382	05382020
2943827	Brokstreek	brokstreek	DE		0	Europe/Berlin	52.69209	7.92273				06	00	03453	03453006
2943830	Brokreihe	brokreihe	DE		0	Europe/Berlin	53.87575	9.46015				10	00	01061	01061006
2943836	Brockhoff	brockhoff	DE		0	Europe/Berlin	53.18464	7.99504				06	00	03451	03451002
2943837	Brokhausen	brokhausen	DE		0	Europe/Berlin	53.17167	8.15795		Brokhausen,Brokhauser Weg		06	00	03451	03451002
2943838	Brokhausen	brokhausen	DE		0	Europe/Berlin	51.96421	8.92716				07	057	05766	05766020
2943845	Brokenlande	brokenlande	DE		0	Europe/Berlin	54.00805	9.93771				10	00	01060	01060027
2943847	Brokeloh	brokeloh	DE		0	Europe/Berlin	52.54785	9.21015		Brokeloh		06	00	03256	03256017
2943848	Brökeln	broekeln	DE		0	Europe/Berlin	51.95791	9.47073				06	00	03255	03255017
2943850	Brokdorfer Hafen	brokdorfer-hafen	DE		0	Europe/Berlin	53.86284	9.32395				10	00	01061	01061018
2943854	Brök	brok	DE		0	Europe/Berlin	54.31667	10.78333		Brok,Brokkrug,Brök,Brökkrug		10			
2943855	Broitzem	broitzem	DE		5853	Europe/Berlin	52.23463	10.47718				06	00	03101	03101000
2943856	Broistedt	broistedt	DE		0	Europe/Berlin	52.18656	10.33058				06	00	03157	03157005
2943857	Broichweiden	broichweiden	DE		0	Europe/Berlin	50.82466	6.16662				07	053	05334	05334036
2943858	Broichsdorf	broichsdorf	DE		0	Europe/Berlin	52.81106	13.94886				11	00	12064	12064125
2943859	Broichhoven	broichhoven	DE		0	Europe/Berlin	51.0246	5.97917		Broichhoven		07	053	05370	05370008
2943865	Broicherseite	broicherseite	DE		0	Europe/Berlin	51.25068	6.64796				07	051	05162	05162016
2943866	Broicherhof	broicherhof	DE		0	Europe/Berlin	51.10996	6.40891				07	051	05116	05116000
2943867	Broicherdorf	broicherdorf	DE		0	Europe/Berlin	51.23109	6.59614				07	051	05162	05162016
2943868	Broichen	broichen	DE		0	Europe/Berlin	50.95616	7.15592				07	053	05378	05378004
2943869	Broich	broich	DE		0	Europe/Berlin	51.42087	6.85686		Broich		07	051	05117	05117000
2943870	Broich	broich	DE		0	Europe/Berlin	51.4	6.43333				07	051	05166	05166012
2943871	Broich	broich	DE		0	Europe/Berlin	51.15689	6.34065		Broich		07	051	05116	05116000
2943872	Broich	broich	DE		0	Europe/Berlin	51.1261	6.25863		Broich		07	053	05370	05370040
2943873	Broich	broich	DE		0	Europe/Berlin	51.08773	6.72003				07	051	05162	05162004
2943874	Broich	broich	DE		0	Europe/Berlin	51.00344	6.58261				07	053	05362	05362004
2943875	Broich	broich	DE		0	Europe/Berlin	50.98587	7.21126				07	053	05378	05378004
2943876	Broich	broich	DE		0	Europe/Berlin	50.94839	6.33713		Broich		07	053	05358	05358024
2943877	Broich	broich	DE		0	Europe/Berlin	50.91782	7.28044				07	053	05378	05378024
2943878	Broich	broich	DE		0	Europe/Berlin	50.85	7.23333				07	053	05382	05382028
2943879	Broich	broich	DE		0	Europe/Berlin	50.84103	6.17747		Broich		07	053	05334	05334036
2943882	Bröhsen	broehsen	DE		0	Europe/Berlin	51.22863	12.79636				13	00	14729	14729160
2943885	Brohna	brohna	DE		0	Europe/Berlin	51.25305	14.39724		Bronjo		13	00	14625	14625490
2943892	Bröhlingen	broehlingen	DE		0	Europe/Berlin	50.47961	6.78803				08	00	07131	07131033
2943898	Broggingen	broggingen	DE		0	Europe/Berlin	48.21999	7.82893				01	083	08316	08316017
2943902	Brögbern	broegbern	DE		0	Europe/Berlin	52.56009	7.36371				06	00	03454	03454032
2943903	Bröllin	broellin	DE		0	Europe/Berlin	53.46077	14.05031		Broellin		12	00	13075	13075032
2943904	Broekhuysen	broekhuysen	DE		0	Europe/Berlin	51.40912	6.26528				07	051	05154	05154052
2943906	Brodtkowitz	brodtkowitz	DE		0	Europe/Berlin	51.71254	14.14176		Brodkojce,Brodtkowitz		11	00	12071	12071244
2943907	Brodten	brodten	DE		0	Europe/Berlin	53.98736	10.86213				10	00	01003	01003000
2943908	Brodswinden	brodswinden	DE		0	Europe/Berlin	49.26303	10.60861				02	095	09561	09561000
2943911	Brodowin	brodowin	DE		0	Europe/Berlin	52.91118	13.96156				11	00	12060	12060045
2943913	Bröditz	broeditz	DE		0	Europe/Berlin	51.09394	12.11639				14	00	15084	15084590
2943914	Brodhub	brodhub	DE		0	Europe/Berlin	47.79419	11.96617				02	091	09187	09187129
2943915	Brodhausen	brodhausen	DE		0	Europe/Berlin	47.84371	12.9561				02	091	09172	09172118
2943916	Brodhagen	brodhagen	DE		0	Europe/Berlin	54.10665	11.85365		Brodhagen		12	00	13072	13072083
2943917	Brodfurt	brodfurt	DE		0	Europe/Berlin	48.32426	12.44857		Brodfurt,Brodfurth		02	091	09183	09183125
2943918	Broderswarf	broderswarf	DE		0	Europe/Berlin	54.71667	8.75				10	00	01054	01054022
2943925	Bröderhausen	broederhausen	DE		0	Europe/Berlin	52.25824	8.72776				07	057	05770	05770016
2943929	Brodenaundorf	brodenaundorf	DE		0	Europe/Berlin	51.47366	12.34417				13	00	14730	14730250
2943930	Bröden	broeden	DE		0	Europe/Berlin	51.11805	7.04816				07	053	05378	05378016
2943936	Brodau	brodau	DE		0	Europe/Berlin	54.11348	10.89751				10	00	01055	01055037
2943937	Brodau	brodau	DE		0	Europe/Berlin	51.4932	12.33782				13	00	14730	14730070
2943938	Broda	broda	DE		0	Europe/Berlin	53.55562	13.2358				12	00	13071	13071107
2943939	Brockzetel	brockzetel	DE		0	Europe/Berlin	53.48213	7.6342		Brockzetel		06	00	03452	03452001
2943940	Brockwitz	brockwitz	DE		0	Europe/Berlin	51.3172	13.63927		Brockwitz		13	00	14627	14627110
2943941	Brockwitz	brockwitz	DE		0	Europe/Berlin	51.1318	13.54279		Brockwitz		13	00	14627	14627010
2943947	Brockstreck	brockstreck	DE		0	Europe/Berlin	52.66045	8.39149		Brockstrek		06	00	03251	03251013
2943948	Brocksteg	brocksteg	DE		0	Europe/Berlin	51.50263	6.2419				07	051	05154	05154012
2943961	Bröckingen	brockingen	DE		0	Europe/Berlin	48.97822	9.80161				01	081	08127	08127025
2943965	Brockhöfe	brockhoefe	DE		0	Europe/Berlin	53.01406	10.28458				06	00	03360	03360029
2943967	Brockhimbergen	brockhimbergen	DE		0	Europe/Berlin	53.07879	10.70403				06	00	03360	03360011
2943968	Brockhausen	brockhausen	DE		0	Europe/Berlin	51.77085	7.81456				07	055	05570	05570004
2943969	Brockhausen	brockhausen	DE		0	Europe/Berlin	51.42122	7.21901				07	059	05911	05911000
2943970	Brockhausen	brockhausen	DE		0	Europe/Berlin	52.60909	7.63018				06	00	03459	03459011
2943971	Brockhausen	brockhausen	DE		0	Europe/Berlin	52.53973	7.38678				06	00	03454	03454032
2943972	Brockhausen	brockhausen	DE		0	Europe/Berlin	52.3319	8.39129				06	00	03459	03459003
2943973	Brockhausen	brockhausen	DE		0	Europe/Berlin	51.63055	8.12864				07	059	05974	05974024
2943974	Brockhausen	brockhausen	DE		0	Europe/Berlin	51.46512	7.82677		Brockhausen		07	059	05962	05962040
2943975	Brockhausen	brockhausen	DE		0	Europe/Berlin	51.38692	7.42782		Brockhausen		07	059	05914	05914000
2943976	Brockhausen	brockhausen	DE		0	Europe/Berlin	51.37682	7.83056				07	059	05962	05962016
2943978	Brockhagen	brockhagen	DE		0	Europe/Berlin	51.99239	8.34379		Brockhagen		07	057	05754	05754040
2943984	Brockensen	brockensen	DE		0	Europe/Berlin	52.02144	9.48412				06	00	03252	03252005
2943985	Brockenscheidt	brockenscheidt	DE		0	Europe/Berlin	51.62578	7.41946				07	055	05562	05562036
2943987	Brockenhaus	brockenhaus	DE		0	Europe/Berlin	51.8	10.61667				14	00	15085	15085370
2943995	Bröckelbeck	broeckelbeck	DE		0	Europe/Berlin	53.68864	9.07978				06	00	03352	03352022
2943998	Bröckel	broeckel	DE		0	Europe/Berlin	52.51627	10.21505		Braeukel,Breukel,Brockelde [a. 1215],Broeckel,Bräukel,Bröckel,ˈbroːkl (de),ˈbrøːkl̩ (de),ˈbrɔikl (nds),ˈbrɔĭkl̩ (nds)	03351005	06	00	03351	03351005
2944001	Brockdorf	brockdorf	DE		0	Europe/Berlin	52.65093	8.17571		Brockdorf,Brockdorf Nord		06	00	03460	03460006
2944005	Bröckau	broeckau	DE		415	Europe/Berlin	50.96359	12.2129		Brockau,Bröckau		14	00	15084	15084442
2944008	Brock	brock	DE		0	Europe/Berlin	52.07777	7.77875		Brock (I)		07	055	05570	05570032
2944009	Brock	brock	DE		0	Europe/Berlin	51.95375	7.48449				07	055	05515	05515000
2944010	Brock	brock	DE		0	Europe/Berlin	51.9	7.48333				07	055	05558	05558044
2944011	Brock	brock	DE		0	Europe/Berlin	51.86055	8.2303				07	057	05754	05754020
2944012	Brock	brock	DE		0	Europe/Berlin	51.83173	7.79611				07	055	05570	05570040
2944014	Brock	brock	DE		0	Europe/Berlin	52.03681	7.2017				07	055	05558	05558040
2944016	Brochtrup	brochtrup	DE		0	Europe/Berlin	51.78303	7.51649				07	055	05558	05558024
2944018	Brochthausen	brochthausen	DE		0	Europe/Berlin	51.54945	10.35945				06	00	03159	03159010
2944019	Brochterbeck	brochterbeck	DE		0	Europe/Berlin	52.22487	7.74617		Brochterbeck,Brohterbeki,Brohterbėki		07	055	05566	05566088
2944020	Brochenzell	brochenzell	DE		0	Europe/Berlin	47.70448	9.55088		Brochenzell		01	084	08435	08435035
2944021	Brochdorf	brochdorf	DE		0	Europe/Berlin	53.04734	9.68489				06	00	03358	03358017
2944022	Broch	broch	DE		0	Europe/Berlin	51.05715	7.2866				07	053	05378	05378012
2944023	Brobergen	brobergen	DE		0	Europe/Berlin	53.59562	9.18817		Brobargen,Brobergen,Brobergenas,Brobergene,beulobeleugen,buroberugen,Броберген,ブロベルゲン,브로베르겐		06	00	03359	03359029
2944024	Bröbberow	broebberow	DE		486	Europe/Berlin	53.96407	12.05159		Brobberow,Bröbberow		12	00	13072	13072018
2944025	Britzingen	britzingen	DE		0	Europe/Berlin	47.82687	7.67283				01	083	08315	08315074
2944029	Brittheim	brittheim	DE		0	Europe/Berlin	48.29373	8.68302				01	084	08417	08417054
2944031	Britten	britten	DE		1400	Europe/Berlin	49.52061	6.67651	370			09	00	10042	10042112
2944032	Britschweiler	britschweiler	DE		0	Europe/Berlin	48.18333	9.75				01	084	08426	08426134
2944036	Brischko	brischko	DE		0	Europe/Berlin	51.38149	14.26282		Birkenheim,Brezki,Brischko,Brěžki		13	00	14625	14625640
2944037	Brinnis	brinnis	DE		0	Europe/Berlin	51.51772	12.44081				13	00	14730	14730280
2944045	Brinkhof	brinkhof	DE		0	Europe/Berlin	54.23761	13.16903				12	00	13073	13073090
2944050	Brinkerort	brinkerort	DE		0	Europe/Berlin	52.34556	8.63956				07	057	05770	05770008
2944051	Brinkerhook	brinkerhook	DE		0	Europe/Berlin	52.1641	7.03586		Brinkerhock,Brinkerhook		07	055	05554	05554020
2944053	Brinkenshöhe	brinkenshoehe	DE		0	Europe/Berlin	53.46167	7.75474		Brinkenshofe,Brinkenshohe,Brinkenshöfe,Brinkenshöhe		06	00	03462	03462005
2944055	Brink	brink	DE		0	Europe/Berlin	52.49805	6.78595				06	00	03456	03456011
2944056	Brink	brink	DE		0	Europe/Berlin	52.0502	8.17469				07	057	05754	05754048
2944057	Brink	brink	DE		0	Europe/Berlin	53.25	8.2				06	00	03451	03451005
2944058	Brink	brink	DE		0	Europe/Berlin	53.2437	8.58067				06	00	03356	03356009
2944059	Brink	brink	DE		0	Europe/Berlin	53.13333	7.98333				06	00	03451	03451004
2944060	Brink	brink	DE		0	Europe/Berlin	52.97639	8.5426				06	00	03458	03458005
2944061	Brink	brink	DE		0	Europe/Berlin	52.43562	9.73038		Brink		06	00	03241	03241010
2944062	Brink	brink	DE		0	Europe/Berlin	52.14164	6.90764				07	055	05554	05554004
2944063	Brink	brink	DE		0	Europe/Berlin	52.0314	7.74964				07	055	05570	05570044
2944064	Brink	brink	DE		0	Europe/Berlin	51.96281	7.16315				07	055	05558	05558012
2944065	Brink	brink	DE		0	Europe/Berlin	51.7701	6.82097				07	055	05554	05554040
2944066	Brink	brink	DE		0	Europe/Berlin	51.76101	6.99589				07	055	05562	05562012
2944067	Brink	brink	DE		0	Europe/Berlin	51.63709	7.73952				07	059	05915	05915000
2944072	Bringhausen	bringhausen	DE		0	Europe/Berlin	51.17498	8.99174				05	066	06635	06635009
2944074	Brinckmansdorf	brinckmansdorf	DE		0	Europe/Berlin	54.08232	12.18241		Bdf,Brinckmannsdorf,Brinkmannsdorf		12	00	13003	13003000
2944080	Brillkamp	brillkamp	DE		0	Europe/Berlin	53.07943	9.10835				06	00	03361	03361009
2944082	Brillit	brillit	DE		0	Europe/Berlin	53.41284	8.99				06	00	03357	03357016
2944084	Brill	brill	DE		0	Europe/Berlin	53.57466	7.61936				06	00	03462	03462002
2944085	Brigittenhof	brigittenhof	DE		0	Europe/Berlin	51.51667	14.33333				11	00	12071	12071372
2944089	Brigach	brigach	DE		0	Europe/Berlin	48.10804	8.29774		Brigach		01	083	08326	08326052
2944090	Brietzke	brietzke	DE		0	Europe/Berlin	52.10278	12.00403		Brietzke,Brietzke-Kalitz		14	00	15086	15086140
2944091	Brietz	brietz	DE		0	Europe/Berlin	52.86957	11.08528		Brietz		14	00	15081	15081455
2944094	Briester Vorwerk	briester-vorwerk	DE		0	Europe/Berlin	52.43333	12.43333				11	00	12069	12069270
2944095	Briest	briest	DE		0	Europe/Berlin	53.2306	11.08109				12	00	13076	13076088
2944096	Briest	briest	DE		0	Europe/Berlin	53.15197	14.05838				11	00	12073	12073603
2944097	Briest	briest	DE		0	Europe/Berlin	52.51656	12.12856				14	00	15090	15090631
2944098	Briest	briest	DE		0	Europe/Berlin	52.44121	12.42667		Briest		11	00	12069	12069270
2944099	Briest	briest	DE		0	Europe/Berlin	52.43822	11.84326				14	00	15090	15090546
2944100	Brießnitz	briessnitz	DE		0	Europe/Berlin	51.21359	14.60522		Brezecy,Briessnitz,Brießnitz,Brězecy		13	00	14625	14625340
2944101	Briesnitz	briesnitz	DE		0	Europe/Berlin	51.06433	13.67033		Briesnitz		13	00	14612	14612000
2944107	Brieske Ost	brieske-ost	DE		0	Europe/Berlin	51.50071	13.96809		Brieske Ost,Grube Marga,Grube Marga Kolonie		11	00	12066	12066304
2944108	Brieske	brieske	DE		0	Europe/Berlin	51.5062	13.96912		Brezk,Brieske,Brjazki,Brězk		11	00	12066	12066304
2944109	Briesing	briesing	DE		0	Europe/Berlin	51.23607	14.48805		Brezynka,Brězynka		13	00	14625	14625340
2944113	Briesenluch	briesenluch	DE		0	Europe/Berlin	52.31393	13.96357				11	00	12067	12067469
2944114	Briesener Zootzen	briesener-zootzen	DE		0	Europe/Berlin	52.75842	12.67367				11	00	12063	12063088
2944125	Brieselang-Nord	brieselang-nord	DE		0	Europe/Berlin	52.59462	12.99383		Brieselang,Brieselang-Nord		11	00	12063	12063036
2944129	Briese	briese	DE		0	Europe/Berlin	52.70483	13.3016		Briese,Kolonie Briese		11	00	12065	12065036
2944131	Briescht	briescht	DE		0	Europe/Berlin	52.10808	14.11677		Briescht		11	00	12067	12067493
2944132	Brienen	brienen	DE		0	Europe/Berlin	51.82422	6.14993		Brienen		07	051	05154	05154036
2944135	Brielow	brielow	DE		0	Europe/Berlin	52.46152	12.54078		Brielow		11	00	12069	12069018
2944138	Briel	briel	DE		0	Europe/Berlin	48.31996	9.64934				01	084	08425	08425033
2944139	Briel	briel	DE		0	Europe/Berlin	47.68333	9.85				01	084	08436	08436081
2944145	Briedeler Heck	briedeler-heck	DE		0	Europe/Berlin	49.97814	7.24257				08	00	07135	07135013
2944148	Brickwedde	brickwedde	DE		0	Europe/Berlin	52.51978	7.90724				06	00	03459	03459002
2944150	Bricht	bricht	DE		0	Europe/Berlin	51.68405	6.83561		Bricht		07	051	05170	05170036
2944151	Briach	briach	DE		0	Europe/Berlin	47.81769	9.66021				01	084	08436	08436011
2944153	Breyell	breyell	DE		0	Europe/Berlin	51.2969	6.24583		Breyall,Breyell		07	051	05166	05166016
2944158	Brewitz	brewitz	DE		0	Europe/Berlin	52.81303	11.16631				14	00	15081	15081455
2944161	Breustian	breustian	DE		0	Europe/Berlin	53.03372	11.03402				06	00	03354	03354011
2944162	Breunsdorf	breunsdorf	DE		0	Europe/Berlin	51.13199	12.40774		Breunsdorf		13	00	14729	14729320
2944163	Breunsberg	breunsberg	DE		0	Europe/Berlin	50.03251	9.16691		Breunsberg		02	096	09671	09671133
2944164	Breuningsweiler	breuningsweiler	DE		0	Europe/Berlin	48.85266	9.41108				01	081	08119	08119085
2944165	Breunings	breunings	DE		0	Europe/Berlin	50.2923	9.60188				05	064	06435	06435027
2944167	Breungeshain	breungeshain	DE		0	Europe/Berlin	50.50829	9.20697				05	065	06535	06535016
2944168	Breungenborn	breungenborn	DE		0	Europe/Berlin	49.66273	7.34784		Breungenborn		08	00	07134	07134045
2944171	Breun	breun	DE		0	Europe/Berlin	51.06466	7.40484				07	053	05374	05374020
2944177	Bretzin	bretzin	DE		0	Europe/Berlin	53.41576	10.81368				12	00	13076	13076009
2944180	Mainz-Bretzenheim	mainz-bretzenheim	DE		0	Europe/Berlin	49.98236	8.24397				08	00	07315	07315000
2944182	Bretzenacker	bretzenacker	DE		0	Europe/Berlin	48.85672	9.45425				01	081	08119	08119089
2944184	Bretwisch	bretwisch	DE		0	Europe/Berlin	54.03332	13.00406				12	00	13073	13073089
2944185	Brettweg	brettweg	DE		0	Europe/Berlin	47.65	9.95				02	097	09776	09776124
2944186	Brettschleipfen	brettschleipfen	DE		0	Europe/Berlin	47.93483	12.03496				02	091	09187	09187179
2944187	Brettschleipfen	brettschleipfen	DE		0	Europe/Berlin	47.78793	11.97012				02	091	09187	09187129
2944188	Brettorf	brettorf	DE		0	Europe/Berlin	52.96515	8.45894		Brettorf		06	00	03458	03458003
2944190	Brettmühle	brettmuehle	DE		0	Europe/Berlin	50.52813	13.0566				13	00	14521	14521340
2944192	Bretthorst	bretthorst	DE		0	Europe/Berlin	52.14834	8.8615				07	057	05758	05758036
2944194	Brettheim	brettheim	DE		0	Europe/Berlin	49.27922	10.0861				01	081	08127	08127071
2944198	Brettental	brettental	DE		0	Europe/Berlin	48.18783	7.93719				01	083	08316	08316054
2944199	Brettenfeld	brettenfeld	DE		0	Europe/Berlin	49.25801	10.01999		Brettenfeld		01	081	08127	08127071
2944204	Brettach	brettach	DE		0	Europe/Berlin	49.22609	9.38004		Brettach,Langenbrettach		01	081	08125	08125113
2944205	Brettach	brettach	DE		0	Europe/Berlin	49.11873	9.51931		Brettach		01	081	08126	08126011
2944207	Bretnig	bretnig	DE		0	Europe/Berlin	51.14737	14.05848		Bretnig		13	00	14625	14625200
2944209	Breternitz	breternitz	DE		0	Europe/Berlin	50.6193	11.41007				15	00	16073	16073038
2944210	Bretel	bretel	DE		0	Europe/Berlin	53.04462	9.50736				06	00	03357	03357051
2944214	Bresserberg	bresserberg	DE		0	Europe/Berlin	51.78333	6.1				07	051	05154	05154036
2944215	Breslack	breslack	DE		0	Europe/Berlin	52.03444	14.72469				11	00	12067	12067338
2944218	Bresinchen	bresinchen	DE		0	Europe/Berlin	52.00032	14.69682				11	00	12071	12071160
2944219	Bresina	bresina	DE		0	Europe/Berlin	51.47359	14.70623		Bresina,Brezyna,Brězyna		13	00	14626	14626590
2944221	Bresewitz	bresewitz	DE		0	Europe/Berlin	54.40257	12.67668				12	00	13073	13073069
2944222	Bresewitz	bresewitz	DE		0	Europe/Berlin	53.70066	13.52106				12	00	13071	13071035
2944224	Breselenz	breselenz	DE		0	Europe/Berlin	53.0399	11.06038		Breselenz		06	00	03354	03354011
2944230	Bresch	bresch	DE		0	Europe/Berlin	53.20766	11.87922		Bresch		11	00	12070	12070300
2944231	Bresahn	bresahn	DE		0	Europe/Berlin	53.62915	10.91808		Bresahn		10	00	01053	01053107
2944232	Brenzingen	brenzingen	DE		0	Europe/Berlin	50.86952	7.60028		Brenzingen		07	053	05374	05374044
2944234	Brenzenwang	brenzenwang	DE		0	Europe/Berlin	49.36719	11.55057				02	093	09373	09373140
2944239	Brenthörn	brenthoern	DE		0	Europe/Berlin	54.46667	9.28333		Brendhorn,Brendhörn,Brenthorn,Brenthörn		10	00	01054	01054099
2944241	Brententann	brententann	DE		0	Europe/Berlin	47.7	9.76667				01	084	08436	08436006
2944245	Brensdorf	brensdorf	DE		0	Europe/Berlin	49.41204	12.15968				02	093	09376	09376169
2944246	Brenschelbach	brenschelbach	DE		0	Europe/Berlin	49.15156	7.33571		Brenschelbach		09	00	10045	10045112
2944247	Brenscheid	brenscheid	DE		0	Europe/Berlin	51.29547	7.60869				07	059	05962	05962044
2944248	Brenscheid	brenscheid	DE		0	Europe/Berlin	51.26959	7.43488		Brenscheid		07	059	05954	05954004
2944249	Brenscheid	brenscheid	DE		0	Europe/Berlin	51.19633	7.65337				07	059	05962	05962032
2944250	Brenscheid	brenscheid	DE		0	Europe/Berlin	51.16746	7.79259				07	059	05962	05962020
2944253	Brenschede	brenschede	DE		0	Europe/Berlin	51.162	8.13816		Brenschede		07	059	05966	05966020
2944261	Brennschinken	brennschinken	DE		0	Europe/Berlin	48.66307	13.46572				02	092	09275	09275128
2944264	Brenning	brenning	DE		0	Europe/Berlin	48.32316	12.49852				02	091	09183	09183130
2944266	Brennhorst	brennhorst	DE		0	Europe/Berlin	52.35751	8.74494				07	057	05770	05770012
2944272	Brennhausen	brennhausen	DE		0	Europe/Berlin	50.24687	10.52073		Brennhausen		02	096	09673	09673172
2944273	Brennet	brennet	DE		0	Europe/Berlin	47.58266	7.91007				01	083	08337	08337116
2944274	Brennes	brennes	DE		0	Europe/Berlin	49.1341	13.14407				02	092	09276	09276115
2944277	Brennersgrün	brennersgruen	DE		0	Europe/Berlin	50.43821	11.46821				15	00	16073	16073046
2944285	Brennenheide	brennenheide	DE		0	Europe/Berlin	52.11667	8.38333				06	00	03459	03459024
2944292	Brenkhausen	brenkhausen	DE		0	Europe/Berlin	51.80408	9.35152		Brenkhausen		07	057	05762	05762020
2944296	Brenkenhof	brenkenhof	DE		0	Europe/Berlin	53.83765	13.49495				12	00	13075	13075088
2944297	Brenkenhof	brenkenhof	DE		0	Europe/Berlin	52.7889	12.37576				11	00	12063	12063112
2944298	Brenkenhagen	brenkenhagen	DE		0	Europe/Berlin	54.15864	10.9148				10	00	01055	01055016
2944299	Brenken	brenken	DE		0	Europe/Berlin	51.58155	8.59062		Brenkiun,Brėnkiun		07	057	05774	05774016
2944303	Brenig	brenig	DE		0	Europe/Berlin	50.75492	6.97213				07	053	05382	05382012
2944305	Brendlorenzen	brendlorenzen	DE		0	Europe/Berlin	50.33131	10.21152		Brendlorenzen		02	096	09673	09673114
2944306	Brenden	brenden	DE		0	Europe/Berlin	47.80706	9.82538		Breden,Brenden		01	084	08436	08436085
2944307	Brenden	brenden	DE		0	Europe/Berlin	47.72787	8.22517		Brenden		01	083	08337	08337128
2944310	Brendel	brendel	DE		0	Europe/Berlin	53.02467	8.62404				06	00	03401	03401000
2944311	Brendel	brendel	DE		0	Europe/Berlin	52.23095	8.57878				07	057	05758	05758004
2944315	Brend	brend	DE		0	Europe/Berlin	48.85562	9.69234				01	081	08119	08119001
2944318	Bremthal	bremthal	DE		0	Europe/Berlin	50.13953	8.35528		Bremthal		05	064	06436	06436002
2944319	Bremswatt	bremswatt	DE		0	Europe/Berlin	54.61667	9.85				10	00	01059	01059187
2944322	Bremsstallmühle	bremsstallmuhle	DE		0	Europe/Berlin	48.16187	12.71773		Bremsstallmuhle,Bremsstallmühle,Bremstall Muhle,Bremstall Mühle		02	091	09171	09171113
2944327	Bremsdorf	bremsdorf	DE		0	Europe/Berlin	52.13807	14.48985				11	00	12067	12067438
2944329	Bremscheid	bremscheid	DE		0	Europe/Berlin	51.23922	8.16613		Bremscheid		07	059	05958	05958016
2944330	Bremscheid	bremscheid	DE		0	Europe/Berlin	50.55301	7.38362		Bremscheid		08	00	07138	07138007
2944331	Bremricherhof	bremricherhof	DE		0	Europe/Berlin	49.68919	7.83054				08	00	07333	07333004
2944332	Brempt	brempt	DE		0	Europe/Berlin	51.21475	6.22085		Brempt		07	051	05166	05166020
2944333	Bremmen	bremmen	DE		0	Europe/Berlin	51.46667	7.48333				07	059	05913	05913000
2944337	Bremke	bremke	DE		0	Europe/Berlin	52.12537	9.10767				07	057	05766	05766028
2944338	Bremke	bremke	DE		0	Europe/Berlin	52.03085	9.55381				06	00	03255	03255016
2944339	Bremke	bremke	DE		0	Europe/Berlin	51.96625	8.86668				07	057	05766	05766020
2944340	Bremke	bremke	DE		0	Europe/Berlin	51.4478	10.04236				06	00	03159	03159015
2944341	Bremke	bremke	DE		0	Europe/Berlin	51.4225	7.88884				07	059	05962	05962040
2944342	Bremke	bremke	DE		0	Europe/Berlin	51.38333	7.68333				07	059	05962	05962024
2944343	Bremke	bremke	DE		0	Europe/Berlin	51.2506	8.21332		Bremke		07	059	05958	05958016
2944347	Bremhof	bremhof	DE		0	Europe/Berlin	49.73163	9.1106				05	064	06437	06437011
2944352	Bremgarten	bremgarten	DE		0	Europe/Berlin	47.91747	7.62462				01	083	08315	08315048
2944354	Bremervörde	bremervoerde	DE		19268	Europe/Berlin	53.48458	9.14306		Bremerf'orde,Bremerfjorde,Bremerverde,Bremervoerde,Bremervorde,Bremervörde,Gemeen Bremervoeoer,Gemeen Bremervöör,brmrfwrdh,brymrfwrdh,bu lei mei er fu er de,buremaferude,Бремерверде,Бремерфьорде,Бремерфёрде,برمرفورده,بريمرفورده,ブレーマーフェルデ,布雷梅尔弗尔德		06	00	03357	03357008
2944356	Bremersheide	bremersheide	DE		0	Europe/Berlin	51.10214	7.06809				07	053	05378	05378016
2944359	Bremersbach bei Metten	bremersbach-bei-metten	DE		0	Europe/Berlin	48.89163	12.93603				02	092	09271	09271116
2944360	Bremersand	bremersand	DE		0	Europe/Berlin	53.01774	7.95857		Bremersand,Hinterm Bremersand		06	00	03453	03453002
2944361	Bremerreihe	bremerreihe	DE		0	Europe/Berlin	53.76774	9.19879				06	00	03352	03352042
2944364	Bremerhorn	bremerhorn	DE		0	Europe/Berlin	53.32274	8.77166				06	00	03356	03356007
2944521	Breitenweinzier	breitenweinzier	DE		0	Europe/Berlin	48.90275	12.72913		Breitenweinzier,Breitenweinzler		02	092	09278	09278118
2944522	Breitenweiher	breitenweiher	DE		0	Europe/Berlin	48.33427	12.11713				02	091	09177	09177139
2944523	Breite	breite	DE		0	Europe/Berlin	50.98856	7.17643				07	053	05378	05378004
2944369	Bremerberg	bremerberg	DE		0	Europe/Berlin	51.81127	9.27246				07	057	05762	05762024
2944375	Bremenried	bremenried	DE		0	Europe/Berlin	47.58039	9.90063				02	097	09776	09776129
2944380	Bremenhof	bremenhof	DE		0	Europe/Berlin	49.20181	10.83347		Bremenhof		02	095	09571	09571178
2944382	Bremenhain	bremenhain	DE		0	Europe/Berlin	51.36018	14.94062		Bremenhain,Bremerhain		13	00	14626	14626480
2944397	Bremelau	bremelau	DE		0	Europe/Berlin	48.34361	9.53952				01	084	08415	08415053
2944398	Bremecke	bremecke	DE		0	Europe/Berlin	51.26001	7.64805				07	059	05962	05962004
2944401	Bremcke	bremcke	DE		0	Europe/Berlin	51.20077	7.82586		Bremcke,Bremke		07	059	05962	05962052
2944411	Brembach	brembach	DE		0	Europe/Berlin	50.46002	9.92254				05	066	06631	06631010
2944412	Brem	brem	DE		0	Europe/Berlin	47.71399	12.47796				02	091	09189	09189160
2944413	Breloh-Siedlung	breloh-siedlung	DE		0	Europe/Berlin	53.00394	10.08699				06	00	03358	03358016
2944414	Breloh	breloh	DE		0	Europe/Berlin	53.01489	10.08631				06	00	03358	03358016
2944415	Brelöh	breloeh	DE		0	Europe/Berlin	51.01329	7.68305				07	053	05374	05374004
2944417	Brelloh	brelloh	DE		0	Europe/Berlin	52.76705	8.65534				06	00	03251	03251015
2944420	Brelingen	brelingen	DE		0	Europe/Berlin	52.55418	9.68333		Brelingen,Niederbrelingen		06	00	03241	03241019
2944422	Brelen	brelen	DE		0	Europe/Berlin	51.40636	7.80359		Brelen		07	059	05962	05962016
2944428	Brekling	brekling	DE		0	Europe/Berlin	54.5737	9.59439				10	00	01059	01059098
2944434	Breitzbach	breitzbach	DE		0	Europe/Berlin	51.02274	10.09593		Breitzbach		05	066	06636	06636005
2944436	Breitwiesen	breitwiesen	DE		0	Europe/Berlin	47.70879	8.30811		Breitwiesen,Breitwiesenhof		01	083	08337	08337128
2944438	Breitwangerhof	breitwangerhof	DE		0	Europe/Berlin	48.72144	10.86923				02	097	09779	09779149
2944441	Breitsesterhof	breitsesterhof	DE		0	Europe/Berlin	49.58206	7.34555				08	00	07134	07134005
2944454	Breitötting	breitotting	DE		0	Europe/Berlin	48.23839	11.9048				02	091	09177	09177144
2944457	Breitmoos	breitmoos	DE		0	Europe/Berlin	48.07843	12.11885				02	091	09187	09187124
2944466	Breithurst	breithurst	DE		0	Europe/Berlin	48.68435	8.07942				01	082	08216	08216041
2944467	Breithülen	breithulen	DE		0	Europe/Berlin	48.42051	9.63956				01	084	08425	08425139
2944472	Breithardt	breithardt	DE		0	Europe/Berlin	50.19512	8.0966				05	064	06439	06439006
2944473	Breitfurt	breitfurt	DE		0	Europe/Berlin	49.19731	7.24651		Breitfurd,Breitfurt		09	00	10045	10045112
2944517	Breitenwisch	breitenwisch	DE		0	Europe/Berlin	53.64806	9.29755				06	00	03359	03359025
2944518	Breitenwiesen	breitenwiesen	DE		0	Europe/Berlin	48.36492	11.42089				02	091	09174	09174151
2944520	Breitenwies	breitenwies	DE		0	Europe/Berlin	48.33577	8.46956				01	082	08237	08237002
2944553	Breitensee	breitensee	DE		0	Europe/Berlin	50.3544	10.54256				02	096	09673	09673131
2944555	Breitenrode	breitenrode	DE		0	Europe/Berlin	52.45706	10.97397				14	00	15083	15083411
2944556	Breitenried	breitenried	DE		0	Europe/Berlin	49.44314	12.61091				02	093	09372	09372163
2944559	Breitenrain	breitenrain	DE		0	Europe/Berlin	47.65	9.55		Braitenrain,Breitenrain		01	084	08435	08435013
2944561	Breitenlohe	breitenlohe	DE		0	Europe/Berlin	49.74473	11.81195				02	093	09374	09374117
2944562	Breitenlohe	breitenlohe	DE		0	Europe/Berlin	49.71251	10.60863		Breitenlohe		02	095	09575	09575116
2944563	Breitenlohe	breitenlohe	DE		0	Europe/Berlin	49.25979	11.03036				02	095	09576	09576117
2944564	Breitenlohe	breitenlohe	DE		0	Europe/Berlin	48.98031	10.54154				02	097	09779	09779197
2944565	Breitenloh	breitenloh	DE		0	Europe/Berlin	50.2455	11.29446				02	094	09476	09476145
2944566	Breitenloh	breitenloh	DE		0	Europe/Berlin	48.5158	12.6288				02	092	09279	09279134
2944567	Breitenloh	breitenloh	DE		0	Europe/Berlin	48.31108	12.18				02	091	09177	09177115
2944573	Breitenlesau	breitenlesau	DE		0	Europe/Berlin	49.86159	11.29314		Breitenlesau		02	094	09472	09472197
2944577	Breitenkamp	breitenkamp	DE		0	Europe/Berlin	51.94744	9.55004				06	00	03255	03255025
2944580	Breitenholz	breitenholz	DE		0	Europe/Berlin	51.38539	10.3561		Breitenholz		15	00	16061	16061115
2944581	Breitenholz	breitenholz	DE		0	Europe/Berlin	48.57047	8.95823				01	084	08416	08416048
2944583	Breitenhof	breitenhof	DE		0	Europe/Berlin	50.48333	12.73333				13	00	14521	14521110
2944587	Breitenhill	breitenhill	DE		0	Europe/Berlin	48.92904	11.53393				02	091	09176	09176112
2944589	Breitenheide	breitenheide	DE		0	Europe/Berlin	51.96719	8.77551				07	057	05766	05766040
2944590	Breitenhees	breitenhees	DE		0	Europe/Berlin	52.83414	10.48654				06	00	03360	03360030
2944591	Breitenheerda	breitenheerda	DE		0	Europe/Berlin	50.78384	11.20236		Breitenheerda		15	00	16073	16073076
2944592	Breitenhausen	breitenhausen	DE		0	Europe/Berlin	48.86834	12.82991				02	092	09278	09278149
2944595	Breitenhain	breitenhain	DE		0	Europe/Berlin	51.08551	12.3203		Breitenhain,Lucka-Breitenhain		15	00	16077	16077028
2944596	Breitenhain	breitenhain	DE		162	Europe/Berlin	50.77278	11.7335				15	00	16075	16075073
2944604	Breitenfurt	breitenfurt	DE		0	Europe/Berlin	48.87341	11.1034				02	091	09176	09176121
2944605	Breitenfürst	breitenfurst	DE		0	Europe/Berlin	48.85647	9.62553				01	081	08119	08119084
2944607	Breitenfelserhof	breitenfelserhof	DE		0	Europe/Berlin	49.87686	7.82854				08	00	07133	07133035
2944619	Breitenegg	breitenegg	DE		0	Europe/Berlin	49.08333	11.63333		Breiteneck,Breitenegg,Breitnach		02	093	09373	09373115
2944620	Breitendorf	breitendorf	DE		0	Europe/Berlin	51.14077	14.62567		Breitendorf,Wujezd		13	00	14625	14625230
2944621	Breitendorf	breitendorf	DE		0	Europe/Berlin	48.35167	12.62194				02	092	09277	09277122
2944622	Breitendiel	breitendiel	DE		0	Europe/Berlin	49.69238	9.22106				02	096	09676	09676139
2944623	Breitendeich	breitendeich	DE		0	Europe/Berlin	53.80864	9.17749				06	00	03359	03359004
2944628	Breitenbuch	breitenbuch	DE		0	Europe/Berlin	49.6206	9.10775				02	096	09676	09676131
2944640	Breitenbruch	breitenbruch	DE		0	Europe/Berlin	51.43585	8.10299		Breitenbruch		07	059	05958	05958004
2944641	Breitenbruch	breitenbruch	DE		0	Europe/Berlin	50.22061	7.09452				08	00	07135	07135502
2944645	Breitenbronn	breitenbronn	DE		0	Europe/Berlin	49.36579	9.02371				01	082	08225	08225002
2944646	Breitenbronn	breitenbronn	DE		0	Europe/Berlin	48.30603	10.60627				02	097	09772	09772131
2944647	Breitenborn	breitenborn	DE		0	Europe/Berlin	51.02923	12.73352				13	00	14522	14522490
2944648	Breitenborn	breitenborn	DE		0	Europe/Berlin	50.26282	9.18703		Breitenborn,Breitenborn Amt Wachtersbach,Breitenborn Amt Wächtersbach,Breitenborn uber Budingen,Breitenborn über Büdingen		05	064	06435	06435012
2944649	Breitenborn	breitenborn	DE		0	Europe/Berlin	50.1634	9.26023				05	064	06435	06435003
2944650	Breitenbich	breitenbich	DE		0	Europe/Berlin	51.29139	10.39198				15	00	16064	16064073
2944685	Breitenbenden	breitenbenden	DE		0	Europe/Berlin	50.58036	6.67508		Breitenbenden		07	053	05366	05366028
2944741	Breitenaich	breitenaich	DE		0	Europe/Berlin	48.36816	12.20496				02	092	09274	09274154
2944742	Breitenaich	breitenaich	DE		0	Europe/Berlin	48.31275	12.75221				02	091	09171	09171115
2944743	Breiten	breiten	DE		0	Europe/Berlin	49.46984	7.15862				09	00	10046	10046117
2944744	Breiten	breiten	DE		0	Europe/Berlin	47.73333	10.3				02	097	09763	09763000
2944745	Breiten	breiten	DE		0	Europe/Berlin	47.7	9.88333				01	084	08436	08436081
2944746	Breiten	breiten	DE		0	Europe/Berlin	47.51565	10.32767				02	097	09780	09780139
2944752	Breiteich	breiteich	DE		0	Europe/Berlin	47.81001	12.11637				02	091	09187	09187165
2944764	Breiteberg	breiteberg	DE		0	Europe/Berlin	51.51667	11.05				14	00	15087	15087412
2944765	Breiteberg	breiteberg	DE		0	Europe/Berlin	50.9	14.7				13	00	14626	14626170
2944771	Breitebene	breitebene	DE		0	Europe/Berlin	48.24269	8.03353				01	083	08317	08317046
2944773	Breite	breite	DE		0	Europe/Berlin	52.01109	8.94768				07	057	05766	05766044
2944787	Breitbach	breitbach	DE		0	Europe/Berlin	49.84702	10.42786				02	096	09678	09678164
2944789	Breitau	breitau	DE		0	Europe/Berlin	51.06638	10.00112		Breitau		05	066	06636	06636011
2944790	Breitasch	breitasch	DE		0	Europe/Berlin	48.28188	11.98917				02	091	09177	09177113
2944791	Breitaich	breitaich	DE		0	Europe/Berlin	48.67444	13.23973		Breitaich,Breiteich		02	092	09275	09275159
2944799	Breischen	breischen	DE		0	Europe/Berlin	52.35838	7.59015				07	055	05566	05566020
2944801	Breinum	breinum	DE		0	Europe/Berlin	52.03042	9.98606				06	00	03254	03254005
2944802	Breinigerheide	breinigerheide	DE		0	Europe/Berlin	50.73224	6.21526				07	053	05334	05334032
2944803	Breinigerberg	breinigerberg	DE		971	Europe/Berlin	50.73705	6.23895		Brainigerbergs,Brajnigerberg,Braynigeberg,Braynigerberg,Braynigerberq,Breenijerberch,Breinigerberg,Breinigerberga,Breinigerbergas,Brenijerberg,bei lai ning ge bao,bei rui ning ge bao,beulainigeobeleukeu,brainigerbergi,braynjrbyrgh,brnygrbrg,bryynygrbrg,burainigaberuku,Брайнигерберг,Брайнігерберг,Брајнигерберг,Бреинигерберг,Բրայնիգերբերգ,ברייניגערבערג,ברייניגרברג,براينجربيرغ,برنیگربرگ,ไบรนีเกอร์แบร์ก,ბრაინიგერბერგი,ብራይንግርበርግ,ブライニガーベルク,貝賴寧格堡,贝瑞宁格堡,브라이니거베르크		07	053	05334	05334032
2944804	Breinig	breinig	DE		0	Europe/Berlin	50.72586	6.21766				07	053	05334	05334032
2944806	Breinetsried	breinetsried	DE		0	Europe/Berlin	47.74952	11.3469		Breinetsried,Breunetsried		02	091	09190	09190113
2944808	Breinermoor	breinermoor	DE		0	Europe/Berlin	53.19435	7.50153				06	00	03457	03457022
2944814	Breidt	breidt	DE		0	Europe/Berlin	50.85389	7.27364				07	053	05382	05382028
2944815	Breidscheid	breidscheid	DE		0	Europe/Berlin	50.37459	6.9516				08	00	07131	07131001
2944816	Breidenstein	breidenstein	DE		0	Europe/Berlin	50.91405	8.46321				05	065	06534	06534004
2944817	Breideneichen	breideneichen	DE		0	Europe/Berlin	50.91533	7.26085				07	053	05382	05382028
2944821	Breidenassel	breidenassel	DE		0	Europe/Berlin	50.94642	7.32865				07	053	05378	05378024
2944822	Breidbach	breidbach	DE		0	Europe/Berlin	51.14431	7.08604				07	051	05122	05122000
2944824	Breibacherhof	breibacherhof	DE		0	Europe/Berlin	50.65079	7.5975				08	00	07132	07132109
2944826	Breibach	breibach	DE		0	Europe/Berlin	51.03245	7.24461				07	053	05378	05378012
2944827	Breibach	breibach	DE		0	Europe/Berlin	50.64968	7.59195				08	00	07138	07138050
2944831	Brehmen	brehmen	DE		0	Europe/Berlin	51.26712	14.4717		Bremjo,Brěmjo		13	00	14625	14625160
2944832	Brehmen	brehmen	DE		0	Europe/Berlin	49.5689	9.55613		Brehmen		01	081	08128	08128061
2944835	Brehm	brehm	DE		0	Europe/Berlin	52.2861	11.91222				14	00	15086	15086015
2944836	Brehm	brehm	DE		0	Europe/Berlin	51.08832	6.12362				07	053	05370	05370016
2944841	Bregenbeck	bregenbeck	DE		0	Europe/Berlin	52.58685	7.46359		Bregenbeck,Bregenbecke		06	00	03454	03454015
2944842	Bregenbach	bregenbach	DE		0	Europe/Berlin	48.0302	8.16351				01	083	08326	08326017
2944844	Breg	breg	DE		0	Europe/Berlin	48.06667	8.28333				01	083	08326	08326068
2944845	Breg	breg	DE		0	Europe/Berlin	48.04409	8.19319				01	083	08326	08326017
2944848	Breetze	breetze	DE		0	Europe/Berlin	53.2645	10.70818				06	00	03355	03355009
2944849	Breetz	breetz	DE		0	Europe/Berlin	54.54911	13.30636				12	00	13073	13073059
2944850	Breetz	breetz	DE		0	Europe/Berlin	53.10861	11.38003				11	00	12070	12070244
2944861	Breese in der Marsch	breese-in-der-marsch	DE		0	Europe/Berlin	53.11026	11.13293		Breese		06	00	03354	03354004
2944862	Breese im Bruche	breese-im-bruche	DE		0	Europe/Berlin	53.05122	11.09027		Breese		06	00	03354	03354011
2944863	Breese an der Göhrde	breese-an-der-goehrde	DE		0	Europe/Berlin	53.08768	10.89569		Breese		06	00	03354	03354027
2944864	Breese am Seißelberge	breese-am-seisselberge	DE		0	Europe/Berlin	53.16601	10.85142				06	00	03355	03355025
2944874	Breech	breech	DE		0	Europe/Berlin	48.76948	9.62583				01	081	08117	08117011
2944888	Bredentin	bredentin	DE		0	Europe/Berlin	53.85344	12.1962				12	00	13072	13072092
2944889	Bredenscheid	bredenscheid	DE		0	Europe/Berlin	51.37052	7.19714		Bredenscheid,Bredenscheid-Stuter,Bredenscheid-Stüter		07	059	05954	05954016
2944892	Bredenmoor	bredenmoor	DE		0	Europe/Berlin	54.33333	9.9				10	00	01058	01058093
2944895	Bredenhorn	bredenhorn	DE		0	Europe/Berlin	53.37153	9.59688				06	00	03359	03359037
2944900	Bredeney	bredeney	DE		0	Europe/Berlin	51.41125	6.98723				07	051	05113	05113000
2944901	Bredeneek	bredeneek	DE		0	Europe/Berlin	54.26133	10.3032				10	00	01057	01057046
2944902	Bredenbruch	bredenbruch	DE		0	Europe/Berlin	51.35533	7.74573		Bredenbruch		07	059	05962	05962016
2944904	Bredenborn	bredenborn	DE		0	Europe/Berlin	51.81063	9.18612				07	057	05762	05762024
2944905	Bredenbock	bredenbock	DE		0	Europe/Berlin	53.13642	10.95371				06	00	03354	03354006
2944908	Bredenbekshorst	bredenbekshorst	DE		0	Europe/Berlin	53.86509	10.07836				10	00	01060	01060082
2944917	Bredenbeck	bredenbeck	DE		0	Europe/Berlin	51.88573	7.47209				07	055	05558	05558044
2944918	Bredenbeck	bredenbeck	DE		0	Europe/Berlin	53.43957	9.34663				06	00	03359	03359008
2944919	Bredenbeck	bredenbeck	DE		0	Europe/Berlin	52.25607	9.61733				06	00	03241	03241020
2944921	Bredenau	bredenau	DE		0	Europe/Berlin	53.11667	9.08333				06	00	03361	03361008
2944922	Breden	breden	DE		0	Europe/Berlin	52.07718	8.78564				07	057	05766	05766008
2944926	Bredelem	bredelem	DE		0	Europe/Berlin	51.97187	10.35393				06	00	03153	03153007
2944930	Bredelar	bredelar	DE		0	Europe/Berlin	51.42097	8.77463		Bredelar		07	059	05958	05958024
2944932	Bredehorn	bredehorn	DE		0	Europe/Berlin	53.34323	7.95793		Bredehorn		06	00	03455	03455025
2944934	Bredegatt	bredegatt	DE		0	Europe/Berlin	54.75	9.76667				10	00	01059	01059186
2944935	Bredeck	bredeck	DE		0	Europe/Berlin	51.93055	8.28575		Bredeck		07	057	05754	05754020
2944936	Bredeberg	bredeberg	DE		0	Europe/Berlin	54.78333	9.45				10	00	01001	01001000
2944937	Bredebeck	bredebeck	DE		0	Europe/Berlin	52.78698	9.88907				06			
2944938	Brede	brede	DE		0	Europe/Berlin	52.33331	8.91148				07	057	05770	05770024
2944939	Brede	brede	DE		0	Europe/Berlin	52.33628	8.85434				07	057	05770	05770012
2944946	Breddewarden	breddewarden	DE		0	Europe/Berlin	53.58348	8.06433				06	00	03405	03405000
2944949	Bredbeck	bredbeck	DE		0	Europe/Berlin	53.25674	8.79558				06	00	03356	03356007
2944950	Bredaerbruch	bredaerbruch	DE		0	Europe/Berlin	52.06878	8.88478				07	057	05766	05766044
2944954	Brecklenkamp	brecklenkamp	DE		0	Europe/Berlin	52.44976	6.96022				06	00	03456	03456013
2944956	Breckenheim	breckenheim	DE		0	Europe/Berlin	50.08117	8.37047		Breckenheim		05	064	06414	06414000
2944958	Brechtorf	brechtorf	DE		0	Europe/Berlin	52.47902	10.87458				06	00	03151	03151024
2944960	Brechten	brechten	DE		0	Europe/Berlin	51.57606	7.4674		Brechten,Brehton		07	059	05913	05913000
2944961	Brechtefeld	brechtefeld	DE		0	Europe/Berlin	51.32164	7.553				07	059	05914	05914000
2944962	Brechte	brechte	DE		0	Europe/Berlin	52.25	7.18333				07	055	05566	05566068
2944964	Brechinerholz	brechinerholz	DE		0	Europe/Berlin	51.89355	8.67422				07	057	05754	05754036
2944965	Brechhofen	brechhofen	DE		0	Europe/Berlin	50.5726	7.62372				08	00	07138	07138059
2944968	Brech	brech	DE		0	Europe/Berlin	48.83518	9.68591				01	081	08119	08119001
2944969	Brebersdorf	brebersdorf	DE		0	Europe/Berlin	50.05086	10.07309				02	096	09678	09678192
2944971	Breberen	breberen	DE		0	Europe/Berlin	51.02717	5.98939				07	053	05370	05370008
2944973	Brebelholz	brebelholz	DE		0	Europe/Berlin	54.63333	9.7				10	00	01059	01059083
2944977	Brebber	brebber	DE		0	Europe/Berlin	52.74927	9.03083				06	00	03251	03251002
2944978	Brebach	brebach	DE		0	Europe/Berlin	49.21171	7.04035				09	00	10041	10041100
2944986	Brautlach	brautlach	DE		0	Europe/Berlin	48.69731	11.44587				02	091	09185	09185140
2944989	Braußwig	brausswig	DE		0	Europe/Berlin	51.15555	12.53388		Brausswig,Braußwig		13	00	14729	14729220
2944990	Brausenstein	brausenstein	DE		0	Europe/Berlin	50.8583	14.03718				13	00	14628	14628340
2944991	Brausenried	brausenried	DE		0	Europe/Berlin	48.87533	10.09553				01	081	08136	08136088
2944995	Braunsteinhaus	braunsteinhaus	DE		0	Europe/Berlin	51.59211	10.75108				15	00	16062	16062065
2944996	Braunsteich	braunsteich	DE		0	Europe/Berlin	51.49681	14.68317		Braunsteich,Maienbusch		13	00	14626	14626600
2944999	Braunsroda	braunsroda	DE		0	Europe/Berlin	51.30965	11.24889		Braunsroda		15	00	16065	16065088
2945000	Braunsroda	braunsroda	DE		0	Europe/Berlin	51.16381	11.52589		Braunsroda		14	00	15084	15084012
2945001	Braunsried	braunsried	DE		0	Europe/Berlin	49.42766	12.36248				02	093	09376	09376148
2945002	Braunsrath	braunsrath	DE		0	Europe/Berlin	51.05523	6.03918		Braunsrath		07	053	05370	05370032
2945003	Braunspforte	braunspforte	DE		0	Europe/Berlin	52.41667	11.65				14	00	15083	15083120
2945005	Braunshof	braunshof	DE		0	Europe/Berlin	49.20167	11.30627		Braunshof		02	093	09373	09373126
2945007	Braunshausen	braunshausen	DE		0	Europe/Berlin	51.11355	8.68006		Braunshausen		07	059	05958	05958020
2945008	Braunshausen	braunshausen	DE		0	Europe/Berlin	49.58256	6.99332		Braunshausen		09	00	10046	10046115
2945009	Braunshardt	braunshardt	DE		0	Europe/Berlin	49.91419	8.56722				05	064	06432	06432023
2945010	Braunshain	braunshain	DE		0	Europe/Berlin	50.95213	12.25217				15	00	16077	16077043
2945011	Braunsfeld	braunsfeld	DE		0	Europe/Berlin	50.93636	6.89821				07	053	05315	05315000
2945012	Braunsen	braunsen	DE		0	Europe/Berlin	51.35024	9.03874				05	066	06635	06635002
2945017	Bräunsdorf	braeunsdorf	DE		0	Europe/Berlin	50.94029	13.21809				13	00	14522	14522430
2945019	Bräunsdorf	braeunsdorf	DE		0	Europe/Berlin	50.87159	12.70861				13	00	14524	14524180
2945027	Braunsberg	braunsberg	DE		0	Europe/Berlin	53.73058	12.14656				12	00	13072	13072119
2945028	Braunsberg	braunsberg	DE		0	Europe/Berlin	53.04998	12.8377				11	00	12068	12068353
2945029	Braunsberg	braunsberg	DE		0	Europe/Berlin	51.12796	7.20169				07	053	05378	05378032
2945030	Braunsberg	braunsberg	DE		0	Europe/Berlin	50.99031	7.20192				07	053	05378	05378004
2945031	Braunsberg	braunsberg	DE		0	Europe/Berlin	48.34455	12.67503				02	092	09277	09277122
2945032	Braunsberg	braunsberg	DE		0	Europe/Berlin	48.25914	12.92461				02	092	09277	09277140
2945045	Bräunrode	braeunrode	DE		541	Europe/Berlin	51.64217	11.40472		Braunrode,Bräunrode		14	00	15087	15087031
2945047	Braunried	braunried	DE		0	Europe/Berlin	49.19092	12.47703				02	093	09372	09372153
2945048	Braunoldswiesen	braunoldswiesen	DE		0	Europe/Berlin	49.20162	9.75861				01	081	08127	08127009
2945049	Bräunlings	braunlings	DE		0	Europe/Berlin	47.79088	10.18645				02	097	09780	09780112
2945050	Bräunlings	braunlings	DE		0	Europe/Berlin	47.58767	10.23832				02	097	09780	09780124
2945056	Bräunisheim	braunisheim	DE		0	Europe/Berlin	48.60386	9.94162				01	084	08425	08425008
2945058	Bräuningshof	brauningshof	DE		0	Europe/Berlin	49.63101	11.041				02	094	09474	09474146
2945059	Bräunigk	braeunigk	DE		0	Europe/Berlin	51.78014	12.51155				14	00	15091	15091160
2945062	Braunhöfe	braunhofe	DE		0	Europe/Berlin	48.14651	8.04755				01	083	08316	08316055
2945067	Braunhausen	braunhausen	DE		0	Europe/Berlin	51.00466	9.83244		Braunhausen		05	066	06632	06632003
2945075	Braunetsrieth	braunetsrieth	DE		0	Europe/Berlin	49.61686	12.38257				02	093	09374	09374162
2945080	Braunersreuth	braunersreuth	DE		0	Europe/Berlin	50.21965	11.53382				02	094	09477	09477148
2945081	Braunersgrün	braunersgrun	DE		0	Europe/Berlin	50.08369	12.09896				02	094	09479	09479126
2945082	Braunersberg	braunersberg	DE		0	Europe/Berlin	49.92653	11.38098				02	094	09472	09472167
2945083	Bräunersberg	braunersberg	DE		0	Europe/Berlin	49.11783	10.2134				01	081	08127	08127101
2945090	Braunenweiler	braunenweiler	DE		0	Europe/Berlin	48.03305	9.54692				01	084	08437	08437100
2945094	Braunenbruch	braunenbruch	DE		0	Europe/Berlin	51.93333	8.85				07	057	05766	05766020
2945113	Braunau	braunau	DE		0	Europe/Berlin	51.07995	9.12922		Braunau		05	066	06635	06635003
2945114	Brauna	brauna	DE		0	Europe/Berlin	51.28169	14.04045		Brauna		13	00	14625	14625250
2945117	Brauersdorf	brauersdorf	DE		0	Europe/Berlin	50.91845	8.13312		Brauersdorf		07	059	05970	05970032
2945118	Brauersdorf	brauersdorf	DE		0	Europe/Berlin	50.35591	11.3288				02	094	09476	09476164
2945119	Bräuersdorf	brauersdorf	DE		0	Europe/Berlin	49.52343	10.75041				02	095	09575	09575129
2945120	Brauerschwend	brauerschwend	DE		0	Europe/Berlin	50.69685	9.32557				05	065	06535	06535017
2945123	Brauel	brauel	DE		0	Europe/Berlin	53.31734	9.27533				06	00	03357	03357057
2945124	Brauel	brauel	DE		0	Europe/Berlin	53.04115	10.35249				06	00	03360	03360010
2945127	Braudel	braudel	DE		0	Europe/Berlin	52.98395	10.8726				06	00	03354	03354002
2945128	Brauckstraße	brauckstrasse	DE		0	Europe/Berlin	51.47158	7.63776				07	059	05978	05978016
2945132	Brauchsdorf	brauchsdorf	DE		0	Europe/Berlin	48.61816	13.33275				02	092	09275	09275151
2945139	Brattendorf	brattendorf	DE		0	Europe/Berlin	50.46814	10.85339		Brattendorf		15	00	16069	16069058
2945142	Brastelburg	brastelburg	DE		0	Europe/Berlin	48.82961	10.16943				01	081	08136	08136088
2945143	Braßhagen	brasshagen	DE		0	Europe/Berlin	51.15639	7.30353		Brasshagen,Braßhagen		07	053	05374	05374016
2945144	Brassert	brassert	DE		0	Europe/Berlin	51.66117	7.08274		Brassert,Kolonie Brassert		07	055	05562	05562024
2945145	Brasselstraße	brasselstrasse	DE		0	Europe/Berlin	51.23333	6.38333				07	051	05166	05166032
2945146	Brasselsberg	brasselsberg	DE		0	Europe/Berlin	51.28871	9.41485				05	066	06611	06611000
2945147	Bräsinchen	braesinchen	DE		0	Europe/Berlin	51.66275	14.40081		Brjazynka		11	00	12071	12071301
2945148	Brasenberg	brasenberg	DE		0	Europe/Berlin	48.1178	9.62899				01	084	08426	08426005
2945149	Bräsen	braesen	DE		170	Europe/Berlin	51.9646	12.37639		Brasen,Bräsen		14	00	15091	15091060
2945150	Brase	brase	DE		0	Europe/Berlin	52.62494	9.58282				06	00	03241	03241012
2945152	Braschoß	braschoss	DE		0	Europe/Berlin	50.82359	7.28527		Braschoss,Braschoß		07	053	05382	05382060
2945154	Brarupholz	brarupholz	DE		0	Europe/Berlin	54.68274	9.80152				10	00	01059	01059074
2945156	Branten	branten	DE		0	Europe/Berlin	51.24134	7.46821				07	059	05954	05954004
2945162	Branntweinhäuser	branntweinhauser	DE		0	Europe/Berlin	48.78145	13.73855		Branntweinhauser,Branntweinhäuser		02	092	09272	09272136
2945166	Branneke	branneke	DE		0	Europe/Berlin	52.18452	8.63898				07	057	05758	05758020
2945168	Branitzer Siedlung	branitzer-siedlung	DE		0	Europe/Berlin	51.75302	14.35964				11	00	12052	12052000
2945169	Branitz	branitz	DE		0	Europe/Berlin	51.73845	14.36608		Branitz,Rogenc,Rogeńc		11	00	12052	12052000
2945175	Brandten	brandten	DE		0	Europe/Berlin	49.03341	13.14932				02	092	09276	09276129
2945183	Brandstette	brandstette	DE		0	Europe/Berlin	54.08333	10.76667		Brandstelle,Brandstette		10	00	01055	01055039
2945184	Brandstein	brandstein	DE		0	Europe/Berlin	50.35982	11.81062		Brandstein		02	094	09475	09475113
2945187	Brandstätt	brandstatt	DE		0	Europe/Berlin	47.78711	12.46411		Brandstatt,Brandstätt		02	091	09189	09189120
2945188	Brandstatt	brandstatt	DE		0	Europe/Berlin	48.44704	13.00305				02	092	09277	09277113
2945189	Brandstätt	brandstatt	DE		0	Europe/Berlin	48.07433	12.12566				02	091	09187	09187124
2945204	Brandstade	brandstade	DE		0	Europe/Berlin	53.16026	11.06701				06	00	03355	03355049
2945218	Brandsbek	brandsbek	DE		0	Europe/Berlin	54.3	9.93333		Brandsbeck,Brandsbek		10	00	01058	01058050
2945221	Brandrübel	brandruebel	DE		0	Europe/Berlin	50.86472	12.33235				15	00	16077	16077043
2945222	Brandroster	brandroster	DE		0	Europe/Berlin	50.96667	7.1				07	053	05315	05315000
2945227	Brandoberndorf	brandoberndorf	DE		0	Europe/Berlin	50.43333	8.5		Bradoberadorf,Bradoberndorf,Brandoberndorf		05	065	06532	06532022
2945230	Brandmühl	brandmuhl	DE		0	Europe/Berlin	48.27388	12.71212				02	091	09171	09171129
2945231	Brandmoor	brandmoor	DE		0	Europe/Berlin	54.26667	9.18333		Brandmoor		10	00	01051	01051068
2945233	Brandmatt	brandmatt	DE		0	Europe/Berlin	48.61395	8.16482				01	083	08317	08317118
2945234	Brandlos	brandlos	DE		0	Europe/Berlin	50.48322	9.48175				05	066	06631	06631014
2945235	Brandloh	brandloh	DE		0	Europe/Berlin	48.52323	11.74109				02	091	09178	09178115
2945237	Brandlmaierbach	brandlmaierbach	DE		0	Europe/Berlin	48.42309	12.28241				02	092	09274	09274184
2945241	Brandlengdorf	brandlengdorf	DE		0	Europe/Berlin	48.26185	12.05459				02	091	09177	09177127
2945246	Brandlecht	brandlecht	DE		0	Europe/Berlin	52.39639	7.11797		Brandlecht		06	00	03456	03456015
2945247	Brandleben	brandleben	DE		0	Europe/Berlin	53.12195	11.24794				06	00	03354	03354014
2945248	Brandlberg	brandlberg	DE		0	Europe/Berlin	49.04023	12.1381				02	093	09362	09362000
2945250	Brandl	brandl	DE		0	Europe/Berlin	47.76667	11.45				02	091	09173	09173111
2945277	Brandhub	brandhub	DE		0	Europe/Berlin	48.34512	12.63259				02	091	09171	09171127
2945278	Brandhub	brandhub	DE		0	Europe/Berlin	48.10896	12.677				02	091	09171	09171119
2945289	Brandholz	brandholz	DE		0	Europe/Berlin	50.01589	11.70651				02	094	09472	09472143
2945290	Brandholz	brandholz	DE		0	Europe/Berlin	47.90156	10.27544				02	097	09778	09778119
2945302	Brandhöfle	brandhofle	DE		0	Europe/Berlin	48.93131	9.67943				01	081	08119	08119037
2945303	Brandhöfen	brandhoefen	DE		0	Europe/Berlin	53.05	8.7				06	00	03401	03401000
2945305	Brandhof	brandhof	DE		0	Europe/Berlin	49.53616	10.74748				02	095	09575	09575129
2945306	Brandhof	brandhof	DE		0	Europe/Berlin	48.93455	9.70509				01	081	08136	08136027
2945314	Brandheide	brandheide	DE		0	Europe/Berlin	52.86865	9.07641				06	00	03251	03251026
2945315	Brandheide	brandheide	DE		0	Europe/Berlin	51.51667	7.33333				07	059	05913	05913000
2945320	Brandhaus	brandhaus	DE		0	Europe/Berlin	50.41667	11.93333				02	094	09475	09475123
2945333	Brandewurth	brandewurth	DE		0	Europe/Berlin	53.0705	8.54012				06	00	03458	03458005
2945336	Branders	branders	DE		0	Europe/Berlin	50.78715	9.78384				05	066	06631	06631007
2945338	Branderode	branderode	DE		0	Europe/Berlin	51.56591	10.60115				15	00	16062	16062062
2945344	Brandenstein	brandenstein	DE		0	Europe/Berlin	52.29033	12.07333		Brandenstein		14	00	15086	15086140
2945345	Brandenstein	brandenstein	DE		0	Europe/Berlin	50.6703	11.55693				15	00	16075	16075088
2945347	Brandenhusen	brandenhusen	DE		0	Europe/Berlin	53.96963	11.40571				12	00	13074	13074035
2945352	Brandenburg West	brandenburg-west	DE		0	Europe/Berlin	52.38333	12.41667				11	00	12051	12051000
2945353	Brandenburger Vorstadt	brandenburger-vorstadt	DE		0	Europe/Berlin	52.39547	13.03898				11	00	12054	12054000
2945359	Brandenburg	brandenburg	DE		0	Europe/Berlin	50.69716	6.14466				07	053	05334	05334002
2945364	Brandenberg	brandenberg	DE		0	Europe/Berlin	50.70066	6.41228				07	053	05358	05358016
2945365	Brandenberg	brandenberg	DE		0	Europe/Berlin	48.13397	11.09992				02	091	09179	09179138
2945366	Brandenberg	brandenberg	DE		0	Europe/Berlin	47.82847	12.30065				02	091	09187	09187132
2945367	Brandenberg	brandenberg	DE		0	Europe/Berlin	47.83557	7.97221				01	083	08336	08336087
2945374	Brandenbaum	brandenbaum	DE		0	Europe/Berlin	53.86136	10.73586				10	00	01003	01003000
2945383	Brandegg	brandegg	DE		0	Europe/Berlin	47.62069	10.64081				02	097	09777	09777135
2945385	Brande	brande	DE		0	Europe/Berlin	53.85	9.71667				10	00	01056	01056010
2945386	Brande	brande	DE		0	Europe/Berlin	53.61782	9.82017				10	00	01056	01056018
2945387	Brande	brande	DE		0	Europe/Berlin	53.21528	8.64896				06	00	03356	03356009
2945390	Brandbruch	brandbruch	DE		0	Europe/Berlin	51.45	7.48333				07	059	05913	05913000
2945393	Brandberg	brandberg	DE		0	Europe/Berlin	53.28014	8.60896				06	00	03356	03356009
2945409	Brand bei Marktredwitz	brand-bei-marktredwitz	DE		0	Europe/Berlin	50.01548	12.1476		Brand,Brand bei Marktredwitz		02	094	09479	09479136
2945413	Brandau	brandau	DE		0	Europe/Berlin	49.73537	8.73978				05	064	06432	06432013
2945415	Brandach	brandach	DE		0	Europe/Berlin	47.79746	11.00269				02	091	09190	09190130
2945463	Branchewinda	branchewinda	DE		0	Europe/Berlin	50.78644	10.99358				15	00	16070	16070004
2945475	Bramow	bramow	DE		0	Europe/Berlin	54.1041	12.08393		Bramov		12	00	13003	13003000
2945482	Brammerhagen	brammerhagen	DE		0	Europe/Berlin	53.45	10.03333				04	00	02000	02000000
2945486	Brammerau	brammerau	DE		0	Europe/Berlin	54.21667	9.75				10	00	01058	01058027
2945491	Bramloge	bramloge	DE		0	Europe/Berlin	53.36546	8.09255				06	00	03455	03455026
2945493	Bramkamp	bramkamp	DE		0	Europe/Berlin	52.42933	8.75902				06	00	03256	03256004
2945497	Bramhar	bramhar	DE		0	Europe/Berlin	52.60204	7.36587				06	00	03454	03454014
2945498	Bramfeld	bramfeld	DE		0	Europe/Berlin	53.60861	10.0725				04	00	02000	02000000
2945501	Bramey	bramey	DE		0	Europe/Berlin	51.56667	7.75				07	059	05978	05978008
2945504	Bramersberg	bramersberg	DE		0	Europe/Berlin	49.01496	12.89881				02	092	09276	09276128
2945508	Bramel	bramel	DE		0	Europe/Berlin	53.553	8.70066		Bramel		06	00	03352	03352050
2945509	Brambostel	brambostel	DE		0	Europe/Berlin	52.96136	10.2499				06	00	03360	03360029
2945512	Bramberg	bramberg	DE		0	Europe/Berlin	53.58753	7.58124				06	00	03462	03462008
2945513	Bramberg	bramberg	DE		0	Europe/Berlin	50.09842	10.66355				02	096	09674	09674130
2945518	Brambauer	brambauer	DE		0	Europe/Berlin	51.59697	7.44341		Brambauer		07	059	05978	05978024
2945519	Brambacherhof	brambacherhof	DE		0	Europe/Berlin	49.22763	9.30357				01	081	08125	08125069
2945527	Braksiek	braksiek	DE		0	Europe/Berlin	52.05	8.55				07	057	05711	05711000
2945528	Brakland	brakland	DE		0	Europe/Berlin	53.27544	8.62098				06	00	03356	03356009
2945530	Brake Zwei	brake-zwei	DE		0	Europe/Berlin	52.06667	8.61667				07	057	05711	05711000
2945534	Brakenburg	brakenburg	DE		0	Europe/Berlin	53.5	9.88333				04	00	02000	02000000
2945538	Brakelsiek	brakelsiek	DE		0	Europe/Berlin	51.89133	9.16852				07	057	05766	05766060
2945543	Brake (Lemgo)	brake-lemgo	DE		0	Europe/Berlin	52.01458	8.92124		Brake		07	057	05766	05766044
2945545	Brake (Unterweser)	brake-unterweser	DE		16150	Europe/Berlin	53.33333	8.48333		Brake	03461	06	00	03461	03461002
2945547	Brake (Bielefeld)	brake-bielefeld	DE		0	Europe/Berlin	52.06906	8.59612		Brak,Brake,Braku		07	057	05711	05711000
2945553	Brainkofen	brainkofen	DE		0	Europe/Berlin	48.83992	9.86527				01	081	08136	08136034
2945554	Braidbach	braidbach	DE		0	Europe/Berlin	50.38486	10.189				02	096	09673	09673116
2945556	Brahmow	brahmow	DE		0	Europe/Berlin	51.7992	14.17043		Brahmow,Brama		11	00	12071	12071412
2945567	Brahe	brahe	DE		0	Europe/Berlin	53.08661	7.27991				06	00	03454	03454044
2945569	Brägel	braegel	DE		0	Europe/Berlin	52.66968	8.28392				06	00	03460	03460006
2945574	Bradlberg	bradlberg	DE		0	Europe/Berlin	48.79624	13.2266				02	092	09271	09271149
2945576	Brädikow	braedikow	DE		0	Europe/Berlin	52.68981	12.64998				11	00	12063	12063142
2945422	Brand	brand	DE	95682	0	Europe/Berlin	51.4702	14.762				13	00	14626	14626590
2945583	Brackwede	brackwede	DE		0	Europe/Berlin	51.99038	8.50685		Brackwede,Brakwidu		07	057	05711	05711000
2945584	Brackwang	brackwang	DE		0	Europe/Berlin	48.83871	9.93645				01	081	08136	08136029
2945585	Brackstedt	brackstedt	DE		0	Europe/Berlin	52.47578	10.76866		Brackstedt,Brockstedt		06	00	03103	03103000
2945587	Brackrade	brackrade	DE		0	Europe/Berlin	54.09337	10.4762				10	00	01055	01055007
2945589	Brackenlohr	brackenlohr	DE		0	Europe/Berlin	49.54641	10.17488				02	095	09575	09575168
2945590	Brackenhofen	brackenhofen	DE		0	Europe/Berlin	48.09183	9.60553				01	084	08426	08426078
2945593	Brackenberg	brackenberg	DE		0	Europe/Berlin	47.60944	10.32076				02	097	09780	09780137
2945595	Bracken	bracken	DE		0	Europe/Berlin	51.29857	7.23695				07	051	05124	05124000
2945598	Brackemich	brackemich	DE		0	Europe/Berlin	50.85827	7.37502				07	053	05382	05382040
2945602	Brackede	brackede	DE		0	Europe/Berlin	53.35404	10.70601				06	00	03355	03355009
2945609	Brachtpe	brachtpe	DE		0	Europe/Berlin	51.00587	7.80195				07	059	05966	05966008
2945611	Brachthausen	brachthausen	DE		0	Europe/Berlin	51.03192	8.08696		Brachthausen		07	059	05966	05966016
2945616	Brachtenbeck	brachtenbeck	DE		0	Europe/Berlin	51.29898	7.64946				07	059	05962	05962004
2945618	Bracht	bracht	DE		0	Europe/Berlin	51.81825	7.80259				07	055	05570	05570040
2945619	Bracht	bracht	DE		0	Europe/Berlin	51.2914	6.89464				07	051	05158	05158028
2945620	Bracht	bracht	DE		0	Europe/Berlin	51.21667	7.9				07	059	05962	05962052
2945621	Bracht	bracht	DE		0	Europe/Berlin	51.28385	6.19657		Bracht		07	051	05166	05166004
2945622	Bracht	bracht	DE		0	Europe/Berlin	51.16604	8.16366		Bracht		07	059	05958	05958040
2945623	Bracht	bracht	DE		0	Europe/Berlin	50.9204	8.85007		Bracht		05	065	06534	06534017
2945631	Brachstadt	brachstadt	DE		0	Europe/Berlin	48.69749	10.67553				02	097	09779	09779218
2945636	Brachhausen	brachhausen	DE		0	Europe/Berlin	51.12039	7.12771		Brachhausen		07	053	05378	05378016
2945638	Brachfeld	brachfeld	DE		0	Europe/Berlin	48.36164	8.56225				01	083	08325	08325057
2945639	Brachenfeld	brachenfeld	DE		0	Europe/Berlin	54.07578	10.00451				10	00	01004	01004000
2945641	Brächen	braechen	DE		0	Europe/Berlin	50.95429	7.45706				07	053	05374	05374048
2945642	Brachelen	brachelen	DE		0	Europe/Berlin	51.00745	6.23801				07	053	05370	05370020
2945650	Brabschütz	brabschuetz	DE		0	Europe/Berlin	51.07017	13.62182				13	00	14612	14612000
2945653	Brabecke	brabecke	DE		0	Europe/Berlin	51.26946	8.38806		Brabecke		07	059	05958	05958040
2945655	Braband	braband	DE		0	Europe/Berlin	51.31667	7.4				07	059	05954	05954008
2945656	Braasche	braasche	DE		0	Europe/Berlin	53.07469	10.9023				06	00	03354	03354027
2945657	Braam-Ostwennemar	braam-ostwennemar	DE		0	Europe/Berlin	51.67652	7.88192				07	059	05915	05915000
2945658	Braam	braam	DE		0	Europe/Berlin	51.66981	7.89599				07	059	05915	05915000
2945661	Braaken	braaken	DE		0	Europe/Berlin	54.15536	9.09265				10	00	01051	01051048
2945662	Braake	braake	DE		0	Europe/Berlin	53.12763	8.62994				06	00	03461	03461006
2945671	Braach	braach	DE		0	Europe/Berlin	51.00339	9.69117		Braach		05	066	06632	06632018
2945678	Boye	boye	DE		0	Europe/Berlin	52.64145	10.0288				06	00	03351	03351006
2945679	Boyda	boyda	DE		0	Europe/Berlin	51.48131	12.49914				13	00	14730	14730280
2945681	Boy	boy	DE		0	Europe/Berlin	51.54045	6.96847		Boy		07	055	05512	05512000
2945682	Boxtal	boxtal	DE		0	Europe/Berlin	49.7636	9.40205				01	081	08128	08128039
2945689	Boxdorf	boxdorf	DE		0	Europe/Berlin	51.11972	13.69941		Boxdorf		13	00	14627	14627150
2945690	Boxdorf	boxdorf	DE		0	Europe/Berlin	49.86717	12.05881				02	093	09377	09377116
2945691	Boxdorf	boxdorf	DE		0	Europe/Berlin	49.71849	12.2674		Boxdorf		02	093	09374	09374121
2945692	Boxdorf	boxdorf	DE		0	Europe/Berlin	49.51788	11.02759		Boxdorf		02	095	09564	09564000
2945693	Boxbrunn	boxbrunn	DE		0	Europe/Berlin	49.66348	9.11222				02	096	09676	09676112
2945694	Boxbrunn	boxbrunn	DE		0	Europe/Berlin	49.65841	10.80977				02	095	09572	09572164
2945695	Boxbrunn	boxbrunn	DE		0	Europe/Berlin	49.26797	10.68289				02	095	09571	09571175
2945696	Boxbergerhof	boxbergerhof	DE		0	Europe/Berlin	50.15968	7.66083				08	00	07140	07140133
2945795	Bothmer	bothmer	DE		0	Europe/Berlin	52.69438	9.60085				06	00	03358	03358020
2945708	Boxbach	boxbach	DE		0	Europe/Berlin	48.81998	13.03082		Bocksbach,Boxbach		02	092	09271	09271125
2945709	Boxau	boxau	DE		0	Europe/Berlin	49.42489	10.5153				02	095	09571	09571146
2945710	Bövinghausen	boevinghausen	DE		0	Europe/Berlin	51.51667	7.31667				07	059	05913	05913000
2945711	Bövingen	boevingen	DE		0	Europe/Berlin	50.91651	7.37685				07	053	05382	05382036
2945712	Boving	boving	DE		0	Europe/Berlin	53.54328	8.4408				06	00	03461	03461003
2945713	Bovert	bovert	DE		0	Europe/Berlin	51.26559	6.63699		Bovert		07	051	05162	05162022
2945715	Boverstedt	boverstedt	DE		0	Europe/Berlin	54.8185	9.04761				10	00	01054	01054073
2945716	Boverei	boverei	DE		0	Europe/Berlin	50.55	6.23333				07	053	05334	05334020
2945717	Boverath	boverath	DE		0	Europe/Berlin	50.20553	6.84833				08	00	07233	07233501
2945719	Bovenzenweiler	bovenzenweiler	DE		0	Europe/Berlin	49.36385	10.03865				01	081	08127	08127075
2945720	Bovenmoor	bovenmoor	DE		0	Europe/Berlin	53.70288	8.98063				06	00	03352	03352008
2945721	Bovenhusen	bovenhusen	DE		0	Europe/Berlin	53.2252	7.32034				06	00	03457	03457012
2945732	Bourheim	bourheim	DE		0	Europe/Berlin	50.90305	6.32982				07	053	05358	05358024
2945733	Bourauel	bourauel	DE		0	Europe/Berlin	50.77872	7.42582		Bourauel		07	053	05382	05382016
2945734	Bouderath	bouderath	DE		0	Europe/Berlin	50.51697	6.7328		Bouderath		07	053	05366	05366032
2945737	Bötzow	boetzow	DE		0	Europe/Berlin	52.65026	13.13787				11	00	12065	12065251
2945739	Bötzlöh	boetzloeh	DE		0	Europe/Berlin	51.22198	6.39661				07	051	05166	05166032
2945741	Botzersreuth	botzersreuth	DE		0	Europe/Berlin	49.76353	12.21233				02	093	09374	09374150
2945742	Botzenweiler	botzenweiler	DE		0	Europe/Berlin	49.06528	10.36334		Botzenweiler		02	095	09571	09571136
2945743	Bötzen	boetzen	DE		0	Europe/Berlin	51.42469	12.57162				13	00	14730	14730140
2945744	Bötzen	botzen	DE		0	Europe/Berlin	47.88545	7.74196				01	083	08315	08315108
2945745	Botzdorf	botzdorf	DE		0	Europe/Berlin	50.75862	6.99209				07	053	05382	05382012
2945749	Bottum	bottum	DE		0	Europe/Berlin	52.47181	7.85844				06	00	03459	03459014
2945752	Bottschlott	bottschlott	DE		0	Europe/Berlin	54.7	8.8				10	00	01054	01054022
2945757	Bottorf	bottorf	DE		0	Europe/Berlin	52.68055	7.86731				06	00	03459	03459025
2945764	Böttigheim	bottigheim	DE		0	Europe/Berlin	49.70437	9.65429		Bottigheim,Böttigheim		02	096	09679	09679164
2945766	Botterriede	botterriede	DE		0	Europe/Berlin	52.19332	8.41091		Botteriede,Botterriede		06	00	03459	03459024
2945769	Bottenweiler	bottenweiler	DE		0	Europe/Berlin	49.22175	10.22878				02	095	09571	09571228
2945773	Bottenreute	bottenreute	DE		0	Europe/Berlin	47.71667	9.61667				01	084	08436	08436064
2945774	Bottenhorn	bottenhorn	DE		0	Europe/Berlin	50.79346	8.47939				05	065	06534	06534003
2945776	Bottendorf	bottendorf	DE		0	Europe/Berlin	52.76481	10.58704		Bottendoerp,Bottendörp		06	00	03151	03151019
2945777	Bottendorf	bottendorf	DE		0	Europe/Berlin	51.30488	11.40285		Bottendorf		15	00	16065	16065087
2945778	Bottendorf	bottendorf	DE		0	Europe/Berlin	51.02751	8.81257		Bottendorf		05	066	06635	06635006
2945780	Bottenbroich	bottenbroich	DE		0	Europe/Berlin	50.91583	6.72517		Bottenbroich,Neu-Bottenbroich		07	053	05362	05362032
2945781	Bottenberg	bottenberg	DE		0	Europe/Berlin	50.90264	7.90032		Bottenberg		07	059	05970	05970016
2945788	Bottenau	bottenau	DE		0	Europe/Berlin	48.51422	8.04688				01	083	08317	08317089
2945789	Böttberg	bottberg	DE		0	Europe/Berlin	47.81197	11.72559				02	091	09182	09182136
2945791	Botnang	botnang	DE		0	Europe/Berlin	48.77991	9.12805		Botnang		01	081	08111	08111000
2945798	Bothfeld	bothfeld	DE		0	Europe/Berlin	52.41732	9.79612		Bootfelle,Bothfeele,Bothfeld		06	00	03241	03241001
2945799	Bothfeld	bothfeld	DE		0	Europe/Berlin	51.2477	12.10717				14	00	15084	15084315
2945803	Böthel	boethel	DE		0	Europe/Berlin	52.51026	9.03879				06	00	03256	03256032
2945806	Bötersheim	boetersheim	DE		0	Europe/Berlin	53.32165	9.74597				06	00	03353	03353021
2945809	Bötenberg	boetenberg	DE		0	Europe/Berlin	52.68615	9.11889				06	00	03256	03256001
2945811	Botelsdorf	botelsdorf	DE		0	Europe/Berlin	53.75372	11.15367		Botelsdorf		12	00	13074	13074081
2945813	Böswipper	boeswipper	DE		0	Europe/Berlin	51.11582	7.45582				07	053	05374	05374052
2945814	Böstlingen	boestlingen	DE		0	Europe/Berlin	52.83333	9.7				06			
2945815	Bösten	boesten	DE		0	Europe/Berlin	53.36157	8.67355				06	00	03352	03352060
2945816	Bostelwiebeck	bostelwiebeck	DE		0	Europe/Berlin	53.14692	10.66069				06	00	03360	03360001
2945817	Bostelbek	bostelbek	DE		0	Europe/Berlin	53.46667	9.93333				04	00	02000	02000000
2945818	Bostel	bostel	DE		0	Europe/Berlin	52.6452	10.13334				06	00	03351	03351006
2945820	Boßweiler	bossweiler	DE		0	Europe/Berlin	49.57488	8.11986				08	00	07332	07332042
2945823	Bössow	boessow	DE		0	Europe/Berlin	53.91782	11.22409				12	00	13074	13074085
2945824	Bossow	bossow	DE		0	Europe/Berlin	53.61517	12.25147				12	00	13072	13072056
2945827	Bossin	bossin	DE		0	Europe/Berlin	53.87704	14.09759				12	00	13075	13075026
2945828	Bößgesäß	boessgesaess	DE		0	Europe/Berlin	50.37777	9.27279				05	064	06435	06435004
2945829	Böß-Gesäß II	boess-gesaess-ii	DE		0	Europe/Berlin	50.37602	9.26795		Bosgesass,Boss-Gesass,Boss-Gesass II,Bösgesäss,Böß-Gesäß,Böß-Gesäß II		05	064	06435	06435004
2945830	Bosserode	bosserode	DE		0	Europe/Berlin	50.95096	9.99243		Bosserode		05	066	06632	06632020
2945833	Bossendorf	bossendorf	DE		0	Europe/Berlin	51.72894	7.18506				07	055	05562	05562016
2945834	Bossendorf	bossendorf	DE		0	Europe/Berlin	49.35377	10.11116				01	081	08127	08127075
2945840	Bossel	bossel	DE		0	Europe/Berlin	53.61165	9.25658				06	00	03359	03359009
2945841	Bossel	bossel	DE		0	Europe/Berlin	51.34353	7.24098		Auf Bossel,Bossel		07	059	05954	05954028
2945842	Bossel	bossel	DE		0	Europe/Berlin	51.23554	7.45905				07	059	05954	05954004
2945845	Bossee	bossee	DE		0	Europe/Berlin	54.28627	9.89597				10	00	01058	01058171
2945847	Bosseborn	bosseborn	DE		0	Europe/Berlin	51.75143	9.30754		Bosseborn		07	057	05762	05762020
2945848	Bosse	bosse	DE		0	Europe/Berlin	52.76341	9.45356				06	00	03358	03358009
2945851	Bossarts	bossarts	DE		0	Europe/Berlin	47.91801	10.26116		Bossarts		02	097	09778	09778218
2945852	Bosruck	bosruck	DE		0	Europe/Berlin	49.10362	12.27084				02	093	09375	09375119
2945854	Bösperde	boesperde	DE		0	Europe/Berlin	51.45639	7.76785				07	059	05962	05962040
2945858	Bösleben	boesleben	DE		0	Europe/Berlin	50.82628	11.05944				15	00	16070	16070006
2945859	Boslar	boslar	DE		0	Europe/Berlin	50.97285	6.33406				07	053	05358	05358036
2945860	Bösinghoven	boesinghoven	DE		0	Europe/Berlin	51.30461	6.63142				07	051	05162	05162022
2945861	Bösinghausen	boesinghausen	DE		0	Europe/Berlin	51.56581	10.06003				06	00	03159	03159035
2945863	Bösingfeld	boesingfeld	DE		0	Europe/Berlin	52.06935	9.12056				07	057	05766	05766028
2945867	Bosiek	bosiek	DE		0	Europe/Berlin	54.73333	9.9				10	00	01059	01059112
2945869	Bosewitz	bosewitz	DE		0	Europe/Berlin	50.96545	13.82981		Gorknitz-Bosewitz		13	00	14628	14628080
2945870	Bösewig	boesewig	DE		0	Europe/Berlin	51.76125	12.77779				14	00	15091	15091020
2945873	Böserscheidegg	boserscheidegg	DE		0	Europe/Berlin	47.58106	9.87538		Boserscheidegg,Boserschneidegg,Böserscheidegg,Böserschneidegg		02	097	09776	09776125
2945875	Bösensieben	boesensieben	DE		0	Europe/Berlin	53.43576	8.36037				06	00	03461	03461009
2945876	Bösensell	boesensell	DE		0	Europe/Berlin	51.91465	7.4792		Boesensell,Bosensell,Bösensell		07	055	05558	05558044
2945877	Bösenrode	boesenrode	DE		0	Europe/Berlin	51.46567	10.99354				14	00	15087	15087055
2945878	Bösenreutin	bosenreutin	DE		0	Europe/Berlin	47.56725	9.73367		Bosenreutin,Bösenreutin		02	097	09776	09776126
2945879	Bösennordlingen	bosennordlingen	DE		0	Europe/Berlin	49.24927	10.23593				02	095	09571	09571228
2945880	Bösenlustnau	bosenlustnau	DE		0	Europe/Berlin	49.0368	10.26883				01	081	08136	08136084
2945881	Bosenholz	bosenholz	DE		0	Europe/Berlin	51.64753	8.63749				07	057	05774	05774036
2945884	Bosenheim	bosenheim	DE		0	Europe/Berlin	49.84472	7.91382		Bosenheim		08	00	07133	07133006
2945885	Bösenhausen	boesenhausen	DE		0	Europe/Berlin	52.56185	8.98441				06	00	03256	03256030
2945886	Bosengröba	bosengroeba	DE		0	Europe/Berlin	51.06095	12.3635				15	00	16077	16077032
2945888	Böseneck	boseneck	DE		0	Europe/Berlin	50.09358	11.71504				02	094	09472	09472139
2945890	Bösenburg	boesenburg	DE		0	Europe/Berlin	51.58847	11.66024		Bosenburg,Bösenburg		14	00	15087	15087165
2945893	Bösenbirkig	bosenbirkig	DE		0	Europe/Berlin	49.77158	11.3592				02	094	09474	09474129
2945900	Bösenbechhofen	bosenbechhofen	DE		0	Europe/Berlin	49.73616	10.85011				02	095	09572	09572135
2945903	Bösen	boesen	DE		0	Europe/Berlin	52.93416	10.93809				06	00	03354	03354002
2945904	Bosen	bosen	DE		0	Europe/Berlin	49.57081	7.05286				09	00	10046	10046114
2945908	Bösel	boesel	DE		0	Europe/Berlin	52.94272	11.18923				06	00	03354	03354018
2945909	Böseckendorf	boeseckendorf	DE		0	Europe/Berlin	51.47721	10.20149				15	00	16061	16061114
2945911	Bösdorf	boesdorf	DE		1629	Europe/Berlin	54.14039	10.49062			01057009	10	00	01057	01057009
2945912	Bösdorf	boesdorf	DE		454	Europe/Berlin	52.41415	11.0725		Besdorf,Bjosdorf,Boesdorf,Bösdorf,Бесдорф,Бёсдорф,Бөсдорф		14	00	15083	15083411
2945913	Bösdorf	boesdorf	DE		0	Europe/Berlin	51.25	12.3				13	00	14713	14713000
2945915	Böschweiler	boeschweiler	DE		0	Europe/Berlin	49.6841	7.20901				08	00	07134	07134058
2945917	Böschow	boeschow	DE		0	Europe/Berlin	54.47327	13.20795				12	00	13073	13073095
2945919	Boschheide	boschheide	DE		0	Europe/Berlin	51.45645	6.5402				07	051	05170	05170028
2945920	Boschers	boschers	DE		0	Europe/Berlin	47.80161	9.82292				01	084	08436	08436085
2945921	Boscherhausen	boscherhausen	DE		0	Europe/Berlin	51.20359	6.19192				07	051	05166	05166020
2945926	Boschen	boschen	DE		0	Europe/Berlin	47.97052	9.99819				01	084	08426	08426100
2945927	Boschen	boschen	DE		0	Europe/Berlin	47.78333	9.78333				01	084	08436	08436078
2945932	Boscheln	boscheln	DE		0	Europe/Berlin	50.91024	6.13805		Boschelen,Boscheln		07	053	05370	05370028
2945935	Boschach	boschach	DE		0	Europe/Berlin	47.9164	10.32113				02	097	09778	09778186
2945936	Boschach	boschach	DE		0	Europe/Berlin	47.72469	10.90538				02	091	09190	09190154
2945940	Bösbüttel	boesbuettel	DE		0	Europe/Berlin	54.36667	9.1				10	00	01054	01054033
2945944	Bosbach	bosbach	DE		0	Europe/Berlin	51.03032	7.29808				07	053	05378	05378012
2945946	Bösau	boesau	DE		0	Europe/Berlin	51.16329	12.16207				14	00	15084	15084235
2945947	Bosacker	bosacker	DE		0	Europe/Berlin	49.00912	10.45054				02	095	09571	09571218
2945948	Börzow	boerzow	DE		778	Europe/Berlin	53.85981	11.12636		Bercov,Bjorcov,Borzow,Börzow,bo er cuo,Берцов,Бёрцов,伯尔措		12	00	13074	13074093
2945953	Borwede	borwede	DE		0	Europe/Berlin	52.77037	8.62341				06	00	03251	03251042
2945954	Börwang	borwang	DE		0	Europe/Berlin	47.78018	10.36193		Boerwang,Borwang,Börwang		02	097	09780	09780122
2945956	Bortshausen	bortshausen	DE		0	Europe/Berlin	50.75108	8.77541		Bortshausen		05	065	06534	06534014
2945961	Borthen	borthen	DE		0	Europe/Berlin	50.97097	13.80218				13	00	14628	14628080
2945962	Börthen	boerthen	DE		0	Europe/Berlin	50.74365	11.73743				15	00	16075	16075073
2945963	Borth	borth	DE		0	Europe/Berlin	51.59501	6.55532		Borth		07	051	05170	05170032
2945964	Bortfeld	bortfeld	DE		0	Europe/Berlin	52.29357	10.40611				06	00	03157	03157008
2945965	Bortewitz	bortewitz	DE		0	Europe/Berlin	51.38248	12.948				13	00	14730	14730060
2945966	Börtewitz	boertewitz	DE		0	Europe/Berlin	51.21318	12.97727				13	00	14522	14522310
2945968	Bortenberg	bortenberg	DE		0	Europe/Berlin	49.24856	10.3177				02	095	09571	09571137
2945971	Borsum	borsum	DE		0	Europe/Berlin	53.03482	7.28885				06	00	03454	03454044
2945972	Borsum	borsum	DE		0	Europe/Berlin	52.20761	10.00631		Buassen,Buessen		06	00	03254	03254020
2945975	Börstingen	borstingen	DE		0	Europe/Berlin	48.44848	8.80331				01	084	08416	08416050
2945977	Borsthusen	borsthusen	DE		0	Europe/Berlin	54.30946	8.75559				10	00	01054	01054035
2945981	Borstel in der Kuhle	borstel-in-der-kuhle	DE		0	Europe/Berlin	53.10237	10.00431		Borstel,Borstel in der Kuhle		06	00	03358	03358002
2945987	Börstel	boerstel	DE		0	Europe/Berlin	52.50282	8.63519				07	057	05770	05770040
2945996	Börstel	boerstel	DE		0	Europe/Berlin	52.65087	7.69641				06	00	03459	03459009
2946089	Börnig	boernig	DE		0	Europe/Berlin	51.55	7.26667				07	059	05916	05916000
2946001	Börstel	boerstel	DE		0	Europe/Berlin	52.21265	8.74212				07	057	05758	05758024
2946007	Börßum	boerssum	DE		2291	Europe/Berlin	52.06921	10.58431		Bersum,Bjorsum,Borssum,Börßum,bo er su mu,Берсум,Бёрсум,伯尔苏姆		06	00	03158	03158038
2946011	Borsflether Wischdeich	borsflether-wischdeich	DE		0	Europe/Berlin	53.84197	9.44361				10	00	01061	01061015
2946012	Borsflether Wisch	borsflether-wisch	DE		0	Europe/Berlin	53.84018	9.45408				10	00	01061	01061015
2946013	Borsfletherbüttel	borsfletherbuettel	DE		0	Europe/Berlin	53.81941	9.43777				10	00	01061	01061015
2946014	Borsflether Altendeich	borsflether-altendeich	DE		0	Europe/Berlin	53.81167	9.42538				10	00	01061	01061015
2946018	Borschütz	borschuetz	DE		0	Europe/Berlin	51.408	13.21854		Borschutz,Borschütz,Fichtenberg-Borschutz,Fichtenberg-Borschütz		11	00	12062	12062341
2946019	Borschemich	borschemich	DE		0	Europe/Berlin	51.0792	6.43367				07	053	05370	05370004
2946021	Borscheid	borscheid	DE		0	Europe/Berlin	50.59937	7.45697				08	00	07138	07138044
2946022	Borsch	borsch	DE		0	Europe/Berlin	50.73368	9.96522		Borsch		15	00	16063	16063032
2946024	Borsbüll	borsbuell	DE		0	Europe/Berlin	54.5996	8.98309				10	00	01054	01054020
2946026	Borsberg	borsberg	DE		0	Europe/Berlin	51.01284	13.89676				13	00	14612	14612000
2946028	Borsbach	borsbach	DE		0	Europe/Berlin	51.01667	7.13333				07	053	05378	05378020
2946029	Borsbach	borsbach	DE		0	Europe/Berlin	49.38482	10.51853				02	095	09571	09571146
2946030	Börry	boerry	DE		0	Europe/Berlin	52.03264	9.46026				06	00	03252	03252005
2946031	Börrstadt	boerrstadt	DE		964	Europe/Berlin	49.57772	7.94245			07333009	08	00	07333	07333009
2946033	Borringhausen	borringhausen	DE		0	Europe/Berlin	52.51406	8.23179				06	00	03460	03460002
2946036	Börrat	borrat	DE		0	Europe/Berlin	48.88615	9.93885				01	081	08136	08136002
2946037	Borr	borr	DE		0	Europe/Berlin	50.73863	6.74523				07	053	05362	05362020
2946039	Bornwiese	bornwiese	DE		0	Europe/Berlin	51.08299	14.58216				13	00	14626	14626270
2946045	Borntosten	borntosten	DE		0	Europe/Berlin	51.39058	8.84582		Borntosten		07	059	05958	05958024
2946046	Borntin	borntin	DE		0	Europe/Berlin	53.74475	13.53687		Bornthin		12	00	13075	13075015
2946051	Bornstein	bornstein	DE		0	Europe/Berlin	54.41667	9.93333				10	00	01058	01058110
2946057	Börnste	boernste	DE		0	Europe/Berlin	51.84014	7.23583				07	055	05558	05558016
2946059	Bornshain	bornshain	DE		0	Europe/Berlin	50.90037	12.41666				15	00	16077	16077036
2946060	Börnsen	boernsen	DE		3810	Europe/Berlin	53.4762	10.2816			01053012	10	00	01053	01053012
2946064	Börnsdorf	boernsdorf	DE		0	Europe/Berlin	54.11724	10.47169				10	00	01057	01057009
2946065	Bornsdorf	bornsdorf	DE		0	Europe/Berlin	51.77297	13.69344		Bornsdorf		11	00	12061	12061219
2946066	Bornscheid	bornscheid	DE		0	Europe/Berlin	50.81978	7.45225		Bornscheid		07	053	05382	05382052
2946071	Bornreihe	bornreihe	DE		0	Europe/Berlin	53.30355	8.90282				06	00	03356	03356010
2946072	Bornow	bornow	DE		0	Europe/Berlin	52.17169	14.19712		Bornow		11	00	12067	12067036
2946073	Bornmühl	bornmuehl	DE		0	Europe/Berlin	53.7	13.58333				12	00	13075	13075015
2946076	Bornkrug	bornkrug	DE		0	Europe/Berlin	53.5978	12.3864				12	00	13072	13072026
2946084	Börninghauser Masch	boerninghauser-masch	DE		0	Europe/Berlin	52.26878	8.51709				07	057	05770	05770036
2946085	Börninghausen	boerninghausen	DE		0	Europe/Berlin	52.27459	8.49415				07	057	05770	05770036
2946088	Bornim	bornim	DE		0	Europe/Berlin	52.42545	13.00035		Bornim,Gut Bornim		11	00	12054	12054000
2946091	Börnicke	boernicke	DE		0	Europe/Berlin	52.68596	12.93554				11	00	12063	12063208
2946092	Börnicke	boernicke	DE		0	Europe/Berlin	52.66295	13.63798				11	00	12060	12060020
2946096	Börnichen	boernichen	DE		0	Europe/Berlin	50.87016	13.15673				13	00	14522	14522440
2946097	Börnichen	boernichen	DE		1116	Europe/Berlin	50.7501	13.14075		Boernichen,Boernichen/Erzgebirge,Bornichen,Börnichen,Börnichen/Erzgebirge		13	00	14521	14521090
2946102	Bornhorst	bornhorst	DE		0	Europe/Berlin	53.78333	10.16667				10	00	01062	01062051
2946104	Bornholte	bornholte	DE		0	Europe/Berlin	51.87456	8.53659				07	057	05754	05754044
2946106	Bornhof	bornhof	DE		0	Europe/Berlin	53.47732	12.90876				12	00	13071	13071005
2946114	Bornhausen	bornhausen	DE		0	Europe/Berlin	51.91839	10.15286		Bornhausen		06	00	03153	03153012
2946115	Börnhausen	boernhausen	DE		0	Europe/Berlin	50.94359	7.51168				07	053	05374	05374048
2946120	Börnersdorf	boernersdorf	DE		0	Europe/Berlin	50.82524	13.87869		Boernersdorf,Bornersdorf,Börnersdorf		13	00	14628	14628020
2946123	Bornerhof	bornerhof	DE		0	Europe/Berlin	49.50724	7.16814				09	00	10046	10046113
2946125	Borner	borner	DE		0	Europe/Berlin	50.9472	7.7598		Borner		07	053	05374	05374040
2946126	Bornen	bornen	DE		0	Europe/Berlin	51.05154	7.29012				07	053	05378	05378012
2946128	Bornefeld	bornefeld	DE		0	Europe/Berlin	51.73704	8.28051				07	055	05570	05570048
2946129	Bornefeld	bornefeld	DE		0	Europe/Berlin	51.15348	7.27084				07	051	05120	05120000
2946131	Börnecke	boernecke	DE		0	Europe/Berlin	52.16204	12.38928				11	00	12069	12069224
2946132	Börnecke	boernecke	DE		0	Europe/Berlin	51.82106	11.03074		Berneke,Bornecke,Börnecke,Бернеке		14	00	15085	15085055
2946133	Börnebrink	boernebrink	DE		0	Europe/Berlin	52.38597	7.58312				07	055	05566	05566020
2946141	Börnchen	boernchen	DE		0	Europe/Berlin	50.95853	13.6936				13	00	14628	14628050
2946142	Börnchen	boernchen	DE		0	Europe/Berlin	50.81648	13.81563				13	00	14628	14628130
2946146	Bornberg	bornberg	DE		0	Europe/Berlin	53.65486	9.20443		Bornberg		06	00	03352	03352020
2946147	Börnberg	boernberg	DE		0	Europe/Berlin	50.41607	9.72582				05	066	06631	06631016
2946168	Bornbach	bornbach	DE		0	Europe/Berlin	51.14527	7.27714				07	051	05120	05120000
2946187	Bormitz	bormitz	DE		0	Europe/Berlin	51.12398	13.16273				13	00	14522	14522080
2946189	Börmerkoog	boermerkoog	DE		0	Europe/Berlin	54.40456	9.36885				10	00	01059	01059009
2946193	Börln	boerln	DE		0	Europe/Berlin	51.37961	12.92719				13	00	14730	14730060
2946194	Borlinghausen	borlinghausen	DE		0	Europe/Berlin	51.57958	9.03611		Borlinghausen		07	057	05762	05762040
2946195	Börlinghausen	boerlinghausen	DE		0	Europe/Berlin	51.09123	7.59825				07	053	05374	05374024
2946199	Borlefzen	borlefzen	DE		0	Europe/Berlin	52.17398	8.90717				07	057	05758	05758036
2946201	Borlas	borlas	DE		0	Europe/Berlin	50.93983	13.61199		Borlas		13	00	14628	14628205
2946202	Börlas	borlas	DE		0	Europe/Berlin	47.6079	10.1529				02	097	09780	09780127
2946211	Borkhorn	borkhorn	DE		0	Europe/Berlin	52.73346	7.72708				06	00	03453	03453011
2946215	Borkhausen	borkhausen	DE		0	Europe/Berlin	51.92458	9.10818				07	057	05766	05766016
2946221	Borkenhagen	borkenhagen	DE		0	Europe/Berlin	53.9584	11.06973				12	00	13074	13074037
2946223	Borkenberge	borkenberge	DE		0	Europe/Berlin	51.78333	7.28333				07	055	05558	05558024
2946234	Bork	bork	DE		0	Europe/Berlin	53.02619	12.42894		Bork		11	00	12068	12068264
2946235	Bork	bork	DE		0	Europe/Berlin	51.66216	7.46665				07	059	05978	05978032
2946236	Boritz	boritz	DE		0	Europe/Berlin	51.27201	13.39216				13	00	14627	14627070
2946237	Börholz	boerholz	DE		0	Europe/Berlin	51.27647	6.21932				07	051	05166	05166004
2946239	Borgwedde	borgwedde	DE		0	Europe/Berlin	52.37008	8.15016				06	00	03459	03459029
2946242	Borgwall	borgwall	DE		0	Europe/Berlin	53.86396	13.23669				12	00	13075	13075070
2946250	Borgstede	borgstede	DE		0	Europe/Berlin	53.3941	8.09375				06	00	03455	03455026
2946260	Borgloh	borgloh	DE		0	Europe/Berlin	52.19108	8.18542				06	00	03459	03459022
2946261	Börgitz	boergitz	DE		0	Europe/Berlin	52.54325	11.62801				14	00	15090	15090535
2946262	Borgishain	borgishain	DE		0	Europe/Berlin	51.02227	12.46854		Borgishain		15	00	16077	16077052
2946263	Borgisdorf	borgisdorf	DE		0	Europe/Berlin	51.92728	13.1403		Borgisdorf		11	00	12072	12072298
2946265	Borghorst	borghorst	DE		0	Europe/Berlin	52.12264	7.39431				07	055	05566	05566084
2946266	Borghorst	borghorst	DE		0	Europe/Berlin	54.43668	9.97695				10	00	01058	01058121
2946267	Borghorst	borghorst	DE		0	Europe/Berlin	53.44158	10.30168				04	00	02000	02000000
2946272	Borgholz	borgholz	DE		0	Europe/Berlin	54.23227	9.07465				10	00	01051	01051122
2946273	Borgholz	borgholz	DE		0	Europe/Berlin	51.62317	9.25935		Borgholz		07	057	05762	05762012
2946274	Borgholz	borgholz	DE		0	Europe/Berlin	51.59972	7.75084				07	059	05978	05978008
2946275	Borgholt	borgholt	DE		0	Europe/Berlin	53.52548	7.70691				06	00	03462	03462019
2946276	Borghees	borghees	DE		0	Europe/Berlin	51.85614	6.22625		Borghees		07	051	05154	05154008
2946277	Borghausen	borghausen	DE		0	Europe/Berlin	51.36667	8.4		Borghausen		07	059	05958	05958008
2946278	Borghausen	borghausen	DE		0	Europe/Berlin	51.14762	7.99403				07	059	05966	05966004
2946279	Borghagen	borghagen	DE		0	Europe/Berlin	51.60682	7.31792				07	055	05562	05562004
2946281	Borgfelde	borgfelde	DE		7099	Europe/Berlin	53.55475	10.03447		Hamburg Borgfelde		04	00	02000	02000000
2946282	Borgfeld	borgfeld	DE		0	Europe/Berlin	53.7172	13.05844				12	00	13071	13071081
2946285	Borgesdorf	borgesdorf	DE		0	Europe/Berlin	51.81227	11.85534				14	00	15089	15089235
2946286	Börgerwald	boergerwald	DE		0	Europe/Berlin	52.973	7.52381				06	00	03454	03454051
2946287	Börgermoor	boergermoor	DE		0	Europe/Berlin	53.00487	7.49268				06	00	03454	03454051
2946289	Börgerende	boergerende	DE		0	Europe/Berlin	54.14595	11.90317				12	00	13072	13072017
2946293	Borgeln	borgeln	DE		0	Europe/Berlin	51.60079	8.03884		Borgeln		07	059	05974	05974048
2946294	Borgeler Linde	borgeler-linde	DE		0	Europe/Berlin	51.60457	8.04705				07	059	05974	05974048
2946298	Borgdorf	borgdorf	DE		0	Europe/Berlin	54.18333	9.88333				10	00	01058	01058023
2946300	Borgau	borgau	DE		0	Europe/Berlin	51.1791	11.52228		Borgau		14	00	15084	15084133
2946301	Borg	borg	DE		0	Europe/Berlin	54.23353	12.38777				12	00	13073	13073075
2946302	Borg	borg	DE		0	Europe/Berlin	53.00946	10.74944				06	00	03360	03360018
2946303	Borg	borg	DE		0	Europe/Berlin	52.88692	9.62117				06	00	03358	03358024
2946304	Borg	borg	DE		0	Europe/Berlin	49.49712	6.43816				09	00	10042	10042115
2946318	Bordinghausen	bordinghausen	DE		0	Europe/Berlin	51.1269	7.61127				07	059	05962	05962028
2946323	Bordenau	bordenau	DE		0	Europe/Berlin	52.46542	9.48437				06	00	03241	03241012
2946325	Bördel	boerdel	DE		0	Europe/Berlin	51.48966	9.78977				06	00	03159	03159009
2946328	Borda	borda	DE		0	Europe/Berlin	51.15224	14.772				13	00	14626	14626450
2946330	Borchtitz	borchtitz	DE		0	Europe/Berlin	54.50319	13.52906				12	00	13073	13073049
2946335	Borchel	borchel	DE		0	Europe/Berlin	53.1624	9.36203				06	00	03357	03357039
2946337	Borby	borby	DE		0	Europe/Berlin	54.48333	9.85				10	00	01058	01058043
2946345	Borbels	borbels	DE		0	Europe/Berlin	50.74317	10.00444				15	00	16063	16063011
2946346	Borbein	borbein	DE		0	Europe/Berlin	51.79722	7.85654				07	055	05570	05570004
2946347	Borbeckerfeld	borbeckerfeld	DE		0	Europe/Berlin	53.21942	8.14635				06	00	03451	03451008
2946348	Borbecke	borbecke	DE		0	Europe/Berlin	51.23915	7.72538				07	059	05962	05962060
2946349	Borbeck	borbeck	DE		0	Europe/Berlin	51.4925	6.91246		Borahtbeki,Borahtbėki		07	051	05119	05119000
2946350	Borbeck	borbeck	DE		0	Europe/Berlin	53.20512	8.14831		Borbeck		06	00	03451	03451008
2946353	Borbath	borbath	DE		0	Europe/Berlin	49.56358	10.76145				02	095	09575	09575121
2946356	Borbach	borbach	DE		0	Europe/Berlin	51.43192	7.37915		Borbach		07	059	05954	05954036
2946357	Borau	borau	DE		0	Europe/Berlin	51.20157	12.00462		Borau		14	00	15084	15084550
2946358	Boragk	boragk	DE		0	Europe/Berlin	51.42233	13.26337				11	00	12062	12062341
2946359	Bopser	bopser	DE		0	Europe/Berlin	48.79205	9.04507				01	081	08118	08118019
2946370	Bootz	bootz	DE		0	Europe/Berlin	53.194	11.70662				11	00	12070	12070173
2946375	Booßen	boossen	DE		0	Europe/Berlin	52.37103	14.47405		Boossen,Booßen		11	00	12053	12053000
2946387	Bookhorst	bookhorst	DE		0	Europe/Berlin	54.20543	12.49858				12	00	13073	13073055
2946388	Bookhorn	bookhorn	DE		0	Europe/Berlin	53.05075	8.53367		Bookhorn		06	00	03458	03458005
2946389	Bookholzberg	bookholzberg	DE		0	Europe/Berlin	53.09588	8.5325		Boogholzberg,Bookholzberg		06	00	03458	03458005
2946390	Bookholt	bookholt	DE		0	Europe/Berlin	52.47092	7.04371				06	00	03456	03456015
2946391	Bookhof	bookhof	DE		0	Europe/Berlin	52.66901	7.5741				06	00	03454	03454021
2946393	Bookhagen	bookhagen	DE		0	Europe/Berlin	54.20583	13.10643				12	00	13073	13073023
2946398	Bonzel	bonzel	DE		0	Europe/Berlin	51.11937	8.02385		Bonzel		07	059	05966	05966020
2946401	Bontkirchen	bontkirchen	DE		0	Europe/Berlin	51.35344	8.65715		Bontkirchen		07	059	05958	05958012
2946402	Bontenbroich	bontenbroich	DE		0	Europe/Berlin	51.12272	6.51862				07	051	05162	05162012
2946405	Bonsweiher	bonsweiher	DE		0	Europe/Berlin	49.61577	8.71677				05	064	06431	06431017
2946406	Bönstrup	boenstrup	DE		0	Europe/Berlin	54.78591	9.62528				10	00	01059	01059118
2946408	Bonstorf	bonstorf	DE		0	Europe/Berlin	52.86219	10.047				06	00	03351	03351026
2946410	Bönstadt	boenstadt	DE		0	Europe/Berlin	50.28717	8.84474				05	064	06440	06440017
2946411	Bonscheuer	bonscheuer	DE		0	Europe/Berlin	50.27105	8.02858				08	00	07141	07141089
2946412	Bonsbeuren	bonsbeuren	DE		0	Europe/Berlin	50.05356	7.03645				08	00	07231	07231057
2946414	Bonsal	bonsal	DE		0	Europe/Berlin	48.65602	11.07532				02	091	09185	09185127
2946415	Bonried	bonried	DE		0	Europe/Berlin	49.15404	12.94361				02	093	09372	09372137
2946416	Bonrechtern	bonrechtern	DE		0	Europe/Berlin	52.82585	8.37742				06	00	03460	03460010
2946417	Bonolzhof	bonolzhof	DE		0	Europe/Berlin	49.1	9.95				01	081	08127	08127103
2946418	Bonnrode	bonnrode	DE		0	Europe/Berlin	51.30752	11.00305				15	00	16065	16065051
2946420	Bonnland	bonnland	DE		0	Europe/Berlin	50.04959	9.86521				02	096	09672	09672127
2946422	Bönninghausen	boenninghausen	DE		0	Europe/Berlin	51.66285	8.47369				07	059	05974	05974020
2946424	Bönninghardt	boenninghardt	DE		0	Europe/Berlin	51.57106	6.4783				07	051	05170	05170004
2946426	Bönning	boenning	DE		0	Europe/Berlin	51.59711	6.52991				07	051	05170	05170004
2946427	Bönnigsen	boennigsen	DE		0	Europe/Berlin	52.28384	9.57787				06	00	03241	03241020
2946428	Bönnigheim	boennigheim	DE		7477	Europe/Berlin	49.04018	9.09386		Benigkhajm,Bennigajm,Bjonnigkhajm,Boennigheim,Bonnigheim,Bönnigheim,bo ni ge hai mu,bwnyghaym,bwnyghhaym,Бенигхајм,Беннігайм,Бённигхайм,بونيغهايم,بونیگهایم,伯尼格海姆		01	081	08118	08118010
2946429	Bönnien	boennien	DE		0	Europe/Berlin	52.01659	10.10416				06	00	03254	03254008
2946430	Bonnhof	bonnhof	DE		0	Europe/Berlin	49.35814	10.7905				02	095	09571	09571165
2946435	Bonnhagen	bonnhagen	DE		0	Europe/Berlin	53.84329	11.1004		Bonnhagen		12	00	13074	13074093
2946436	Bonnewitz	bonnewitz	DE		0	Europe/Berlin	51.00576	13.94161				13	00	14628	14628270
2946439	Bonnenbroich	bonnenbroich	DE		0	Europe/Berlin	51.18236	6.46056		Bonnenbroich-Geneicken		07	051	05116	05116000
2946442	Bonneberg	bonneberg	DE		0	Europe/Berlin	52.15982	8.82957				07	057	05758	05758036
2946443	Bonndorf	bonndorf	DE		0	Europe/Berlin	50.67885	10.36358				15	00	16066	16066086
2946444	Bonndorf	bonndorf	DE		0	Europe/Berlin	47.82979	9.09315				01	084	08435	08435059
2946445	Bonndorf	bonndorf	DE		6875	Europe/Berlin	47.81863	8.34139		Bondorf,Bondorf im Shvarcvald,Bonndorf,Bonndorf im Schwarzwald,bndwrf dr jngl syah,bwndwrf,hei lin shan qu bang duo fu,Бондорф,Бондорф им Шварцвалд,Бонндорф,بندورف در جنگل سیاه,بوندورف,黑林山区邦多夫		01	083	08337	08337022
2946448	Bonlanden auf den Fildern	bonlanden-auf-den-fildern	DE		0	Europe/Berlin	48.65327	9.21689		Bonlanden		01	081	08116	08116077
2946449	Bonlanden	bonlanden	DE		0	Europe/Berlin	49.20594	10.31931				02	095	09571	09571145
2946450	Bonlanden	bonlanden	DE		0	Europe/Berlin	48.0673	10.07283				01	084	08426	08426019
2946452	Bönkhausen	boenkhausen	DE		0	Europe/Berlin	51.28591	8.02053				07	059	05958	05958044
2946454	Bonitz	bonitz	DE		0	Europe/Berlin	51.9813	12.16558				14	00	15082	15082430
2946455	Bönitz	boenitz	DE		0	Europe/Berlin	51.52922	13.29677				11	00	12062	12062500
2946462	Bonhof	bonhof	DE		0	Europe/Berlin	48.9748	10.95672		Bonhof,Bonnhof		02	095	09577	09577173
2946466	Bongsiel	bongsiel	DE		0	Europe/Berlin	54.67262	8.81859				10	00	01054	01054093
2946468	Bongarderhof	bongarderhof	DE		0	Europe/Berlin	51.05473	6.6376				07	051	05162	05162028
2946471	Bonfeld	bonfeld	DE		0	Europe/Berlin	49.21345	9.09499		Bonfeld		01	081	08125	08125006
2946472	Bonesend	bonesend	DE		0	Europe/Berlin	51.27384	6.27806				07	051	05166	05166032
2946476	Bonenburg	bonenburg	DE		0	Europe/Berlin	51.55853	9.05295		Bonenburg		07	057	05762	05762036
2946480	Bonekamp	bonekamp	DE		0	Europe/Berlin	50.91667	7.55				07	053	05374	05374032
2946483	Bone	bone	DE		0	Europe/Berlin	51.96674	12.13968				14	00	15082	15082430
2946491	Bonbruck	bonbruck	DE		0	Europe/Berlin	48.40699	12.39723				02	092	09274	09274120
2946492	Bonbruck	bonbruck	DE		0	Europe/Berlin	48.31667	12.28333				02	091	09183	09183114
2946493	Bonbaden	bonbaden	DE		0	Europe/Berlin	50.50005	8.42651				05	065	06532	06532003
2946495	Bonau	bonau	DE		0	Europe/Berlin	51.09493	11.99348				14	00	15084	15084490
2946496	Bonau	bonau	DE		0	Europe/Berlin	48.45	11.93333				02	091	09178	09178143
2946500	Bonames	bonames	DE		0	Europe/Berlin	50.18333	8.66667				05	064	06412	06412000
2946501	Bonaforth	bonaforth	DE		0	Europe/Berlin	51.40038	9.6266		Bonafort		06	00	03159	03159017
2946504	Bomsdorf	bomsdorf	DE		0	Europe/Berlin	52.12383	12.1057		Bomsdorf		14	00	15086	15086140
2946505	Bomsdorf	bomsdorf	DE		0	Europe/Berlin	52.03552	14.63519		Bomsdorf		11	00	12067	12067357
2946506	Bomsdorf	bomsdorf	DE		0	Europe/Berlin	51.61405	13.292		Bomsdorf		11	00	12062	12062500
2946511	Bommert	bommert	DE		0	Europe/Berlin	51.14443	7.50388				07	059	05962	05962012
2946512	Bommert	bommert	DE		0	Europe/Berlin	50.04432	6.19446				08	00	07232	07232213
2946515	Bommersheim	bommersheim	DE		0	Europe/Berlin	50.20051	8.59918		Bommersheim		05	064	06434	06434008
2946516	Bommern	bommern	DE		0	Europe/Berlin	51.41667	7.25				07	059	05911	05911000
2946519	Bommen	bommen	DE		0	Europe/Berlin	47.59376	10.30271				02	097	09780	09780137
2946520	Bommelsen	bommelsen	DE		0	Europe/Berlin	52.94553	9.69028				06	00	03358	03358024
2946526	Bomke	bomke	DE		0	Europe/Berlin	52.86276	10.71064				06	00	03360	03360005
2946528	Bömitz	boemitz	DE		0	Europe/Berlin	53.94257	13.69663				12	00	13075	13075121
2946530	Bömighausen	boemighausen	DE		0	Europe/Berlin	51.28466	8.75617		Bomighausen,Bominghausen,Bömighausen,Böminghausen		05	066	06635	06635022
2946531	Bomig	bomig	DE		0	Europe/Berlin	50.97051	7.53392		Bomig		07	053	05374	05374048
2946533	Bomhof	bomhof	DE		0	Europe/Berlin	52.79155	8.24678				06	00	03460	03460009
2946534	Bomhake	bomhake	DE		0	Europe/Berlin	52.42224	8.34487				07	057	05770	05770044
2946535	Bömerich	boemerich	DE		0	Europe/Berlin	51.05718	7.17078				07	053	05378	05378020
2946537	Bömenzien	boemenzien	DE		0	Europe/Berlin	52.9905	11.54523				14	00	15090	15090635
2946539	Bombüll	bombuell	DE		0	Europe/Berlin	54.85	8.66667				10	00	01054	01054065
2946540	Bombogen	bombogen	DE		0	Europe/Berlin	49.98904	6.94306		Bombogen		08	00	07231	07231134
2946541	Bömberg	boemberg	DE		0	Europe/Berlin	51.06392	7.18015				07	053	05378	05378020
2946550	Bombeck	bombeck	DE		0	Europe/Berlin	51.98333	7.35				07	055	05558	05558008
2946551	Bombeck	bombeck	DE		0	Europe/Berlin	52.83973	11.02275				14	00	15081	15081455
2946552	Bombacherhof	bombacherhof	DE		0	Europe/Berlin	49.26854	7.37116				08	00	07320	07320000
2946553	Bombach	bombach	DE		0	Europe/Berlin	50.91627	7.26722				07	053	05382	05382028
2946554	Bombach	bombach	DE		0	Europe/Berlin	48.17956	7.81425				01	083	08316	08316020
2946555	Bolzwang	bolzwang	DE		0	Europe/Berlin	47.88136	11.39814				02	091	09173	09173137
2946556	Bolzum	bolzum	DE		0	Europe/Berlin	52.29578	9.94537		Bolzen,Botzum [a. 1807]		06	00	03241	03241016
2946559	Bölzke	boelzke	DE		0	Europe/Berlin	53.11855	12.2743				11	00	12070	12070316
2946560	Bolzhausen	bolzhausen	DE		0	Europe/Berlin	49.5941	10.02533				02	096	09679	09679188
2946565	Bolzenbach	bolzenbach	DE		0	Europe/Berlin	51.01378	7.38014		Bolzenbach		07	053	05374	05374020
2946568	Bolz	bolz	DE		0	Europe/Berlin	53.69325	11.99707				12	00	13076	13076101
2946569	Boltzenhöhe	boltzenhoehe	DE		0	Europe/Berlin	51.52072	11.74916		Boltzenhoh,Boltzenhohe,Boltzenhöh,Boltzenhöhe		14	00	15088	15088319
2946570	Boltoft	boltoft	DE		0	Europe/Berlin	54.72808	9.76392				10	00	01059	01059167
2946571	Bolthaus	bolthaus	DE		0	Europe/Berlin	51.15052	6.93551				07	051	05158	05158016
2946572	Boltersen	boltersen	DE		0	Europe/Berlin	53.27464	10.56655				06	00	03355	03355032
2946574	Boltenmühle	boltenmuehle	DE		0	Europe/Berlin	53.03734	12.80338				11	00	12068	12068320
2946575	Boltenhof	boltenhof	DE		0	Europe/Berlin	53.11639	13.25339				11	00	12065	12065084
2946580	Bolsternang	bolsternang	DE		0	Europe/Berlin	47.67336	10.11257				01	084	08436	08436049
2946581	Bolstern	bolstern	DE		0	Europe/Berlin	47.9838	9.45999		Bolstern		01	084	08437	08437100
2946586	Bolsehle	bolsehle	DE		0	Europe/Berlin	52.55953	9.29613				06	00	03256	03256016
2946588	Bölsdorf	boelsdorf	DE		322	Europe/Berlin	52.50974	11.92635				14	00	15090	15090550
2946594	Bollwerk	bollwerk	DE		0	Europe/Berlin	51.17829	7.58693		Ballwerk,Bollwerk		07	059	05962	05962028
2946595	Böllstein	boellstein	DE		0	Europe/Berlin	49.74043	8.91666				05	064	06437	06437005
2946596	Bollstedt	bollstedt	DE		0	Europe/Berlin	51.20051	10.53275		Bollstedt		15	00	16064	16064046
2946597	Bollstadt	bollstadt	DE		0	Europe/Berlin	48.75461	10.50401		Bollstadt		02	097	09779	09779112
2946601	Bollsberg	bollsberg	DE		0	Europe/Berlin	48.10757	10.02869				01	084	08426	08426135
2946602	Bollnbach	bollnbach	DE		0	Europe/Berlin	50.60137	8.89693				05	065	06531	06531016
2946604	Bollmoor	bollmoor	DE		0	Europe/Berlin	53.63995	10.36917				10	00	01062	01062045
2946611	Böllingshöfen	boellingshoefen	DE		0	Europe/Berlin	52.24413	8.74096				07	057	05770	05770004
2946612	Böllingsdorf	bollingsdorf	DE		0	Europe/Berlin	49.37255	10.7885				02	095	09571	09571165
2946613	Bollinghausen	bollinghausen	DE		0	Europe/Berlin	53.257	7.45789				06	00	03457	03457013
2946614	Bollinghausen	bollinghausen	DE		0	Europe/Berlin	51.13816	7.19472				07	053	05378	05378032
2946618	Bollingen	bollingen	DE		0	Europe/Berlin	53.12731	7.68159		Baalenje		06	00	03453	03453013
2946619	Bollingen	bollingen	DE		0	Europe/Berlin	48.45497	9.91091				01	084	08425	08425031
2946620	Bölling	boelling	DE		0	Europe/Berlin	51.29292	7.55964				07	059	05914	05914000
2946626	Bollhaus	bollhaus	DE		0	Europe/Berlin	54.7	8.83333				10	00	01054	01054022
2946628	Bollhagen	bollhagen	DE		0	Europe/Berlin	54.26667	12.35				12	00	13073	13073017
2946629	Bollfeld	bollfeld	DE		0	Europe/Berlin	52.34078	8.66038		Bollfed,Bollfeld		07	057	05770	05770008
2946631	Bollersen	bollersen	DE		0	Europe/Berlin	52.79259	9.98125				06	00	03351	03351004
2946632	Bollersdorf	bollersdorf	DE		0	Europe/Berlin	52.58112	14.04792		Bollersdorf		11	00	12064	12064370
2946633	Bolleroda	bolleroda	DE		0	Europe/Berlin	51.01799	10.3962		Bolleroda		15	00	16063	16063098
2946647	Bollensen	bollensen	DE		0	Europe/Berlin	52.89855	10.6315				06	00	03360	03360030
2946648	Bollensen	bollensen	DE		0	Europe/Berlin	51.65477	9.68016				06	00	03155	03155012
2946649	Bollensdorf	bollensdorf	DE		0	Europe/Berlin	52.51495	13.70823				11	00	12064	12064336
2946650	Bollensdorf	bollensdorf	DE		0	Europe/Berlin	51.831	13.3895				11	00	12072	12072157
2946660	Böllenborn	boellenborn	DE		296	Europe/Berlin	49.1	7.93333			07337013	08	00	07337	07337013
2946683	Bollbrügge	bollbruegge	DE		0	Europe/Berlin	54.32847	10.94799				10	00	01055	01055015
2946693	Bolland	bolland	DE		0	Europe/Berlin	54.01667	11.75		Bolland		12	00	13072	13072022
2946694	Bollacken	bollacken	DE		0	Europe/Berlin	52.35436	8.72795				07	057	05770	05770012
2946702	Bölkum	boelkum	DE		0	Europe/Berlin	50.87215	7.47039				07	053	05382	05382052
2946703	Bölkow	boelkow	DE		0	Europe/Berlin	53.75107	12.18215				12	00	13072	13072073
2946704	Bölkow	boelkow	DE		0	Europe/Berlin	54.00555	11.9934				12	00	13072	13072093
2946706	Bölkershof	boelkershof	DE		0	Europe/Berlin	52.58787	12.30495				11	00	12063	12063252
2946707	Bölkendorf	boelkendorf	DE		0	Europe/Berlin	52.95058	14.00092				11	00	12073	12073008
2946708	Bolkam	bolkam	DE		0	Europe/Berlin	47.97418	11.94789				02	091	09187	09187179
2946710	Bölingen	boelingen	DE		0	Europe/Berlin	50.5666	7.08245				08	00	07131	07131090
2946713	Bolheim	bolheim	DE		3180	Europe/Berlin	48.63141	10.14995		Bola		01	081	08135	08135020
2946714	Bölgental	bolgental	DE		0	Europe/Berlin	49.18858	10.02575				01	081	08127	08127073
2946720	Boldixum	boldixum	DE		0	Europe/Berlin	54.69492	8.55595				10	00	01054	01054164
2946722	Boldevitz	boldevitz	DE		0	Europe/Berlin	54.4417	13.33308				12	00	13073	13073063
2946723	Boldenstorf	boldenstorf	DE		0	Europe/Berlin	53.95457	11.98849				12	00	13072	13072053
2946724	Boldenshagen	boldenshagen	DE		0	Europe/Berlin	54.08519	11.76936		Boldenshagen,Boldeshagen		12	00	13072	13072058
2946726	Boldela	boldela	DE		0	Europe/Berlin	53.52806	11.39872				12	00	13076	13076134
2946729	Boldebuck	boldebuck	DE		0	Europe/Berlin	53.78531	12.08525				12	00	13072	13072042
2946730	Bolbritz	bolbritz	DE		0	Europe/Berlin	51.20121	14.34046		Bolborcy,Bolbritz		13	00	14625	14625020
2946732	Bolanderhof	bolanderhof	DE		0	Europe/Berlin	49.64751	8.02675		Bolanderhof		08	00	07333	07333010
2946754	Bokholt	bokholt	DE		0	Europe/Berlin	53.77752	9.71843				10	00	01056	01056008
2946759	Bokern	bokern	DE		0	Europe/Berlin	52.69424	8.19472				06	00	03460	03460006
2946760	Bokern	bokern	DE		0	Europe/Berlin	52.5357	8.23704				06	00	03460	03460002
2946767	Bökenförde	boekenfoerde	DE		0	Europe/Berlin	51.63663	8.39287		Bockenforde,Boeckenfoerde,Boeckenforde,Boeckenförde,Boekenfoerde,Bokenforde,Bokinafurdi,Böckenförde,Bökenförde,Bōkinafurdi		07	059	05974	05974028
2946771	Bökendorf	boekendorf	DE		0	Europe/Berlin	51.76938	9.21921				07	057	05762	05762016
2946772	Bökenbusch	boekenbusch	DE		0	Europe/Berlin	53.05983	8.58259				06	00	03458	03458005
2946773	Bökenbusch	boekenbusch	DE		0	Europe/Berlin	51.35002	7.10134				07	051	05158	05158032
2946774	Bökenberg	boekenberg	DE		0	Europe/Berlin	54.19169	10.9424				10	00	01055	01055029
2946777	Böken	boeken	DE		0	Europe/Berlin	54.08628	9.80267				10	00	01058	01058009
2946778	Böken	boeken	DE		0	Europe/Berlin	53.99849	13.29483				12	00	13075	13075036
2946779	Böken	boeken	DE		189	Europe/Berlin	53.7101	11.32846				12	00	13074	13074001
2946780	Bokelseß	bokelsess	DE		0	Europe/Berlin	53.84519	9.69078				10	00	01056	01056010
2946783	Bokeloh	bokeloh	DE		0	Europe/Berlin	52.69969	7.34747		Bokeloh		06	00	03454	03454035
2946784	Bokeloh	bokeloh	DE		0	Europe/Berlin	52.41981	9.38212		Bokeloh		06	00	03241	03241021
2946785	Bokellerostermoor	bokellerostermoor	DE		0	Europe/Berlin	53.23049	7.7412				06	00	03451	03451001
2946786	Bokelhop	bokelhop	DE		0	Europe/Berlin	54.19347	9.45343				10	00	01058	01058119
2946787	Bokelholm	bokelholm	DE		0	Europe/Berlin	54.25496	9.78977				10	00	01058	01058049
2946789	Bokelesch	bokelesch	DE		0	Europe/Berlin	53.16477	7.65827				06	00	03453	03453013
2946790	Bokelerweg	bokelerweg	DE		0	Europe/Berlin	53.07637	7.3517				06	00	03454	03454041
2946791	Bokelermoor	bokelermoor	DE		0	Europe/Berlin	53.06667	7.4				06	00	03454	03454041
2946796	Bokelberge	bokelberge	DE		0	Europe/Berlin	52.51016	10.40886				06	00	03151	03151018
2946813	Boke	boke	DE		0	Europe/Berlin	51.73109	8.55992				07	057	05774	05774020
2946814	Böke	boeke	DE		0	Europe/Berlin	50.9657	7.27593				07	053	05378	05378024
2946815	Bokah	bokah	DE		0	Europe/Berlin	52.72052	7.82801				06	00	03453	03453011
2946817	Bojendorf	bojendorf	DE		0	Europe/Berlin	54.49002	11.02979				10	00	01055	01055046
2946818	Bojendorf	bojendorf	DE		0	Europe/Berlin	50.04402	11.17747				02	094	09471	09471209
2946823	Boize	boize	DE		0	Europe/Berlin	53.5604	10.83887				12	00	13076	13076159
2946824	Boitzum	boitzum	DE		0	Europe/Berlin	52.14942	9.69428				06	00	03241	03241017
2946825	Boitzenhagen	boitzenhagen	DE		0	Europe/Berlin	52.62179	10.81392				06	00	03151	03151040
2946828	Boitzenburg	boitzenburg	DE		0	Europe/Berlin	53.26403	13.60832		Boitzenburg		11	00	12073	12073069
2946829	Boitzen	boitzen	DE		0	Europe/Berlin	53.3363	9.37484				06	00	03357	03357021
2946831	Boitwarden	boitwarden	DE		0	Europe/Berlin	53.35	8.48333				06	00	03461	03461002
2946832	Boitin Resdorf	boitin-resdorf	DE		0	Europe/Berlin	53.80116	10.8578		Boitin Resdorf		12	00	13074	13074049
2946833	Boitin	boitin	DE		0	Europe/Berlin	53.76163	11.98381		Boitin		12	00	13072	13072104
2946836	Boissow	boissow	DE		0	Europe/Berlin	53.55979	10.96779				12	00	13076	13076159
2946837	Boisheimer Nette	boisheimer-nette	DE		0	Europe/Berlin	51.25357	6.30584		Boisheimer Nette,Nette		07	051	05166	05166032
2946838	Boisheim	boisheim	DE		0	Europe/Berlin	51.27078	6.27306		Boisheim		07	051	05166	05166032
2946840	Boisdorf	boisdorf	DE		0	Europe/Berlin	50.9	6.71667				07	053	05362	05362032
2946841	Boinham	boinham	DE		0	Europe/Berlin	48.19548	12.62503				02	091	09171	09171133
2946842	Böingsen	boeingsen	DE		0	Europe/Berlin	51.40145	7.86116				07	059	05962	05962040
2946844	Boinghausen	boinghausen	DE		0	Europe/Berlin	51.06913	7.48257				07	053	05374	05374024
2946848	Boimstorf	boimstorf	DE		0	Europe/Berlin	52.31005	10.77707				06	00	03154	03154013
2946849	Boilstädt	boilstaedt	DE		0	Europe/Berlin	50.92023	10.68585				15	00	16067	16067029
2946853	Boienhagen	boienhagen	DE		0	Europe/Berlin	53.81715	11.25072		Boienhagen		12	00	13074	13074079
2946855	Boich	boich	DE		0	Europe/Berlin	50.71425	6.49635				07	053	05358	05358028
2946856	Bohsdorf	bohsdorf	DE		0	Europe/Berlin	51.62183	14.53763		Bohsdorf,Bossdorf,Boßdorf		11	00	12071	12071074
2946858	Böhringsweiler	bohringsweiler	DE		0	Europe/Berlin	49.07016	9.51018				01	081	08119	08119024
2946861	Böhringen	bohringen	DE		0	Europe/Berlin	48.49525	9.51429				01	084	08415	08415088
2946862	Böhringen	bohringen	DE		0	Europe/Berlin	48.24894	8.65817				01	083	08325	08325011
2946863	Böhringen	bohringen	DE		0	Europe/Berlin	47.75362	8.93296		Bohringen,Böhringen		01	083	08335	08335063
2946864	Böhrigen	boehrigen	DE		0	Europe/Berlin	51.03452	13.15584				13	00	14522	14522540
2946875	Bohrau	bohrau	DE		0	Europe/Berlin	51.7835	14.59183		Bohrau		11	00	12071	12071076
2946876	Bohra	bohra	DE		0	Europe/Berlin	51.28333	13.85				13	00	14625	14625270
2946877	Bohra	bohra	DE		0	Europe/Berlin	50.91439	12.35356				15	00	16077	16077043
2946886	Böhnshausen	boehnshausen	DE		0	Europe/Berlin	51.85918	10.96253				14	00	15085	15085135
2946887	Bohnsdorf	bohnsdorf	DE		10805	Europe/Berlin	52.39434	13.57339		Berlin-Bohnsdorf		16	00	11000	11000000
2946888	Böhnrüh	boehnrueh	DE		0	Europe/Berlin	54.5	9.85				10	00	01058	01058012
2946889	Bohnrade	bohnrade	DE		0	Europe/Berlin	53.9005	10.62952				10	00	01055	01055040
2946890	Bohnitzsch	bohnitzsch	DE		0	Europe/Berlin	51.17798	13.49247				13	00	14627	14627140
2946892	Bohnhorsterhöfen	bohnhorsterhoefen	DE		0	Europe/Berlin	52.41613	8.80349				06	00	03256	03256034
2946893	Bohnhorst	bohnhorst	DE		0	Europe/Berlin	52.42985	8.81155				06	00	03256	03256034
2946897	Bohnert	bohnert	DE		0	Europe/Berlin	54.53292	9.76628				10	00	01058	01058090
2946901	Bohnenland	bohnenland	DE		0	Europe/Berlin	52.46208	12.50474		Bohnenland,Kolonie Bohnenland		11	00	12051	12051000
2946904	Bohnenburger Reihe	bohnenburger-reihe	DE		0	Europe/Berlin	53.61667	8.03333				06	00	03405	03405000
2946907	Bohnenburg	bohnenburg	DE		0	Europe/Berlin	53.61667	8.05				06	00	03405	03405000
2946908	Bohnenburg	bohnenburg	DE		0	Europe/Berlin	53.1654	11.12207				06	00	03355	03355049
2946914	Böhne	boehne	DE		0	Europe/Berlin	52.5602	12.30287				11	00	12063	12063252
2946915	Böhne	boehne	DE		0	Europe/Berlin	51.19844	9.12895				05	066	06635	06635009
2946916	Bohndorf	bohndorf	DE		0	Europe/Berlin	53.17801	10.63202				06	00	03360	03360001
2946918	Böhmzwiesel	bohmzwiesel	DE		0	Europe/Berlin	48.76302	13.62898				02	092	09272	09272151
2946919	Böhmweiler	bohmweiler	DE		0	Europe/Berlin	49.38786	10.09563				01	081	08127	08127075
2946920	Bohmterheide	bohmterheide	DE		0	Europe/Berlin	52.37852	8.34652				06	00	03459	03459013
2946924	Bohmstedtfeld	bohmstedtfeld	DE		0	Europe/Berlin	54.59259	9.0808		Bohmstedter Feld,Bohmstedtfeld		10	00	01054	01054012
2946927	Bohmshof	bohmshof	DE		0	Europe/Berlin	53.21667	13.26667				11	00	12073	12073384
2946932	Böhmischbruck	bohmischbruck	DE		0	Europe/Berlin	49.57434	12.35345				02	093	09374	09374162
2946933	Böhming	bohming	DE		0	Europe/Berlin	48.94551	11.36673				02	091	09176	09176138
2946934	Böhmhof	bohmhof	DE		0	Europe/Berlin	49.05341	13.11099				02	092	09276	09276117
2946938	Bohmfield	bohmfield	DE		0	Europe/Berlin	53.49835	7.81451				06	00	03462	03462005
2946939	Böhmfeld	boehmfeld	DE		0	Europe/Berlin	48.86079	11.36794		Bemfel'd,Bemfeld,Bjomfel'd,Byomfeld,bo he mu fei er de,bwmfld,Бемфелд,Бемфельд,Бёмфельд,Բյոմֆելդ,بومفلد,伯赫姆费尔德	09176116	02	091	09176	09176116
2946940	Böhmerwold	boehmerwold	DE		0	Europe/Berlin	53.23537	7.32639				06	00	03457	03457012
2946946	Böhmerheide	boehmerheide	DE		0	Europe/Berlin	52.88638	13.47671				11	00	12060	12060198
2946953	Bohlswarfe	bohlswarfe	DE		0	Europe/Berlin	53.53333	7.96667		Bohlswarfe,Bohlswarfen		06	00	03455	03455015
2946955	Bohlsen	bohlsen	DE		0	Europe/Berlin	52.9641	10.45967				06	00	03360	03360009
2946956	Böhlscheiben	boehlscheiben	DE		0	Europe/Berlin	50.6744	11.23545				15	00	16073	16073005
2946957	Bohlsbach	bohlsbach	DE		0	Europe/Berlin	48.49769	7.947		Bohlsbach		01	083	08317	08317096
2946958	Böhlitz-Ehrenberg	boehlitz-ehrenberg	DE		0	Europe/Berlin	51.35758	12.29259				13	00	14713	14713000
2946959	Böhlitz	boehlitz	DE		0	Europe/Berlin	51.44117	12.74629				13	00	14729	14729380
2946960	Böhlitz	boehlitz	DE		0	Europe/Berlin	51.0409	11.89871				15	00	16074	16074116
2946963	Bohlingen	bohlingen	DE		0	Europe/Berlin	47.72015	8.89524		Bohlingen,Bolingen		01	083	08335	08335075
2946964	Böhlhof	boehlhof	DE		0	Europe/Berlin	49.2223	10.32737				02	095	09571	09571145
2946965	Bohlhof	bohlhof	DE		0	Europe/Berlin	48.37148	8.4771				01	082	08237	08237045
2946971	Bohlenhagen	bohlenhagen	DE		0	Europe/Berlin	50.87602	7.59669		Bohlenhagen		07	053	05374	05374044
2946973	Böhlendorf	boehlendorf	DE		274	Europe/Berlin	54.06699	12.67419				12	00	13073	13073050
2946975	Bohlenbergerfeld	bohlenbergerfeld	DE		0	Europe/Berlin	53.41453	7.92356				06	00	03455	03455027
2946976	Bohlenberge	bohlenberge	DE		0	Europe/Berlin	53.4272	7.94627				06	00	03455	03455027
2946978	Böhlen	boehlen	DE		0	Europe/Berlin	51.26643	13.29329				13	00	14627	14627230
2946979	Böhlen	boehlen	DE		0	Europe/Berlin	51.25274	12.73337				13	00	14729	14729160
2946980	Böhlen	boehlen	DE		6982	Europe/Berlin	51.20061	12.38622		Boehlen,Bohlen,Böhlen		13	00	14729	14729040
2946982	Böhlen	boehlen	DE		721	Europe/Berlin	50.58798	11.04345		Bohlen,Böhlen		15	00	16070	16070058
2946986	Bohle	bohle	DE		0	Europe/Berlin	54.68333	9.01667				10	00	01054	01054010
2946987	Bohle	bohle	DE		0	Europe/Berlin	50.82289	6.88617				07	053	05362	05362012
2946990	Bohlanden	bohlanden	DE		0	Europe/Berlin	54.01667	10.63333		Bauland,Baulande,Bohlanden		10	00	01055	01055044
2946991	Bohland	bohland	DE		0	Europe/Berlin	47.62877	8.16015				01	083	08337	08337002
2946993	Böhla	boehla	DE		0	Europe/Berlin	51.35688	13.79411				13	00	14627	14627250
2946994	Böhla	boehla	DE		0	Europe/Berlin	51.24881	13.37379				13	00	14627	14627070
2946995	Böhla	boehla	DE		0	Europe/Berlin	51.22511	13.54037				13	00	14627	14627200
2946996	Böhl	boehl	DE		0	Europe/Berlin	54.28941	8.65639		Boehl-Suederhoeft,Böhl-Süderhöft		10	00	01054	01054113
2946997	Böhl	boehl	DE		0	Europe/Berlin	49.38306	8.29694				08	00	07338	07338005
2947003	Böhaming	bohaming	DE		0	Europe/Berlin	48.86296	13.08103				02	092	09271	09271148
2947004	Böham	boham	DE		0	Europe/Berlin	48.61655	11.86956				02	092	09273	09273178
2947009	Bogheim	bogheim	DE		0	Europe/Berlin	50.73004	6.43799				07	053	05358	05358028
2947011	Bogenweiler	bogenweiler	DE		0	Europe/Berlin	47.99717	9.4916				01	084	08437	08437100
2947013	Bogensee	bogensee	DE		0	Europe/Berlin	52.77375	13.52434				11	00	12060	12060269
2947015	Bogenroith	bogenroith	DE		0	Europe/Berlin	49.03764	12.52596				02	092	09278	09278197
2947016	Bogenried	bogenried	DE		0	Europe/Berlin	47.75398	10.3909				02	097	09780	09780114
2947022	Bogenhausen	bogenhausen	DE		77542	Europe/Berlin	48.15221	11.61585		Bogenhausen		02	091	09162	09162000
2947023	Bogenhausen	bogenhausen	DE		0	Europe/Berlin	48.6911	11.99319				02	092	09274	09274176
2947029	Bögelhuus	boegelhuus	DE		0	Europe/Berlin	54.87227	9.14211				10	00	01059	01059177
2947031	Böge	boege	DE		0	Europe/Berlin	53.5	10.23333				10	00	01062	01062060
2947033	Bofzheim	bofzheim	DE		0	Europe/Berlin	48.68702	11.37855				02	091	09185	09185140
2947034	Bofsheim	bofsheim	DE		0	Europe/Berlin	49.47209	9.41154				01	082	08225	08225075
2947035	Boflitz	boflitz	DE		0	Europe/Berlin	48.01667	9.83333				01	084	08426	08426038
2947036	Böfingen	bofingen	DE		0	Europe/Berlin	48.42877	10.01331		Boefingen,Böfingen		01	084	08421	08421000
2947039	Böffingen	boffingen	DE		0	Europe/Berlin	48.43155	8.52346		Boffingen,Böffingen		01	082	08237	08237030
2947044	Böen	boeen	DE		0	Europe/Berlin	52.73099	7.79464				06	00	03453	03453011
2947047	Böelschuby	boeelschuby	DE		0	Europe/Berlin	54.64831	9.69634				10	00	01059	01059006
2947049	Boelerheide	boelerheide	DE		0	Europe/Berlin	51.38217	7.46697				07	059	05914	05914000
2947050	Boele	boele	DE		0	Europe/Berlin	51.39498	7.47023		bwlh,بوله		07	059	05914	05914000
2947053	Boekzetelerfehn	boekzetelerfehn	DE		0	Europe/Berlin	53.32826	7.5078				06	00	03457	03457014
2947056	Boeker Schlamm	boeker-schlamm	DE		0	Europe/Berlin	53.41667	12.78333				12	00	13071	13071122
2947059	Boek	boek	DE		0	Europe/Berlin	53.39438	12.79512				12	00	13071	13071122
2947060	Boek	boek	DE		0	Europe/Berlin	53.20276	11.44358				12	00	13076	13076049
2947062	Boeckelt	boeckelt	DE		0	Europe/Berlin	51.54163	6.33965				07	051	05154	05154012
2947063	Boeckelt	boeckelt	DE		0	Europe/Berlin	51.66697	6.12178				07	051	05154	05154016
2947064	Boecke	boecke	DE		0	Europe/Berlin	53.07216	10.77295				06	00	03360	03360022
2947066	Bodstedt	bodstedt	DE		0	Europe/Berlin	54.37016	12.61436				12	00	13073	13073025
2947070	Bodman	bodman	DE		0	Europe/Berlin	47.80147	9.03219		Bodman,Bodmann		01	083	08335	08335098
2947071	Bödldorf	bodldorf	DE		0	Europe/Berlin	48.54414	12.36963				02	092	09274	09274145
2947072	Bödlas	bodlas	DE		0	Europe/Berlin	50.08611	11.94809				02	094	09479	09479145
2947073	Bödinghausen	boedinghausen	DE		0	Europe/Berlin	52.08137	8.28391				07	057	05754	05754004
2947074	Bödingerhof	boedingerhof	DE		0	Europe/Berlin	49.20989	7.3649				08	00	07340	07340201
2947075	Bödingen	boedingen	DE		0	Europe/Berlin	50.78117	7.34217				07	053	05382	05382020
2947076	Bödigheim	bodigheim	DE		0	Europe/Berlin	49.47802	9.3137		Bodigheim,Bödigheim		01	082	08225	08225014
2947078	Bödexen	boedexen	DE		0	Europe/Berlin	51.838	9.33632				07	057	05762	05762020
2947081	Bodes	bodes	DE		0	Europe/Berlin	50.80533	9.74595				05	066	06632	06632007
2947082	Bodersweier	bodersweier	DE		0	Europe/Berlin	48.59956	7.87112		Bodersweier		01	083	08317	08317057
2947083	Boderndorf	boderndorf	DE		0	Europe/Berlin	50.29507	11.0992				02	094	09473	09473151
2947084	Boderitz	boderitz	DE		0	Europe/Berlin	51.22668	14.11794				13	00	14625	14625130
2947085	Boderitz	boderitz	DE		0	Europe/Berlin	51.00045	13.71451		Boderitz		13	00	14628	14628050
2947086	Boderitz	boderitz	DE		0	Europe/Berlin	50.94748	12.545				15	00	16077	16077023
2947090	Bodenwöhr	bodenwoehr	DE		4025	Europe/Berlin	49.27082	12.30146		Bodenver,Bodenvjor,Bodenwoehr,Bodenwöhr,bo deng wei he er,bwdnwwr,Боденвер,Боденвёр,بودنوور,博登韦赫尔	09376116	02	093	09376	09376116
2947093	Bodenwalz	bodenwalz	DE		0	Europe/Berlin	47.76859	10.18441				02	097	09780	09780112
2947100	Bodenteich	bodenteich	DE		0	Europe/Berlin	52.83077	10.6818		Bad Bodenteich,Bodendick,Bodendieck,Bodenteich [< a. 1998],Bonndiek	03360005	06	00	03360	03360005
2947105	Bodenstein	bodenstein	DE		0	Europe/Berlin	51.99746	10.22346		Bodenstein (Wallmoden),Bodenstenen [a. 1181],Bossteine,Bosteine,Bostáinə		06	00	03153	03153014
2947106	Bodenstein	bodenstein	DE		0	Europe/Berlin	51.45369	10.3451				15	00	16061	16061115
2947107	Bodenstein	bodenstein	DE		0	Europe/Berlin	49.18589	12.31033				02	093	09376	09376149
2947108	Bodenstedt	bodenstedt	DE		0	Europe/Berlin	52.22801	10.33436		Buenste		06	00	03157	03157007
2947114	Bodenrode	bodenrode	DE		0	Europe/Berlin	51.39644	10.2102		Bodenrode		15	00	16061	16061012
2947115	Bodenrod	bodenrod	DE		0	Europe/Berlin	50.40133	8.55373		Bodenrod		05	064	06440	06440005
2947116	Bodenreuth	bodenreuth	DE		0	Europe/Berlin	49.83561	12.22493				02	093	09377	09377117
2947118	Bodenrain	bodenrain	DE		0	Europe/Berlin	47.7638	11.80992				02	091	09182	09182119
2947128	Bodenhof	bodenhof	DE		0	Europe/Berlin	49.29818	9.79139				01	081	08126	08126056
2947135	Bodenhausen	bodenhausen	DE		0	Europe/Berlin	51.33656	9.30164				05	066	06633	06633011
2947137	Bodengrub	bodengrub	DE		0	Europe/Berlin	49.63316	11.20187				02	094	09474	09474140
2947142	Bodendorf	bodendorf	DE		0	Europe/Berlin	50.55674	7.21772		Bad Bodendorf		08	00	07131	07131077
2947143	Bodendorf	bodendorf	DE		0	Europe/Berlin	49.8113	11.48738		Bodendorf		02	094	09472	09472175
2947144	Bodenburg	bodenburg	DE		0	Europe/Berlin	52.02578	10.00906		Boddenborch,Boddənbórch,Bodenburch [a. 1149],Bodenburg (Bad Salzdetfurth)		06	00	03254	03254005
2947146	Bodenberg	bodenberg	DE		0	Europe/Berlin	50.61667	13.08333				13	00	14521	14521250
2947169	Bodelstadt	bodelstadt	DE		0	Europe/Berlin	50.1348	10.88473				02	094	09473	09473138
2947170	Bodelshofen	bodelshofen	DE		0	Europe/Berlin	48.66738	9.40945				01	081	08116	08116071
2947173	Bodelschwingh	bodelschwingh	DE		0	Europe/Berlin	51.55345	7.36723		Bodelschwingh		07	059	05913	05913000
2947174	Bodelsberg	bodelsberg	DE		0	Europe/Berlin	47.68402	10.41258				02	097	09780	09780120
2947175	Bödefeld	boedefeld	DE		0	Europe/Berlin	51.24753	8.39224				07	059	05958	05958040
2947179	Bode	bode	DE		0	Europe/Berlin	53.02973	10.34295				06	00	03360	03360010
2947180	Boddinsfelde	boddinsfelde	DE		0	Europe/Berlin	52.30043	13.50057				11	00	12061	12061332
2947181	Böddinghusen	boeddinghusen	DE		0	Europe/Berlin	54.25	8.98333				10	00	01051	01051075
2947182	Böddinghusen	boeddinghusen	DE		0	Europe/Berlin	54.15	9.03333				10	00	01051	01051113
2947184	Böddinghausen	boeddinghausen	DE		0	Europe/Berlin	51.22919	7.85298				07	059	05962	05962052
2947188	Böddiger	boeddiger	DE		0	Europe/Berlin	51.15158	9.41631				05	066	06634	06634003
2947189	Boddert	boddert	DE		0	Europe/Berlin	50.92787	7.23467				07	053	05378	05378028
2947190	Böddenstedt	boddenstedt	DE		0	Europe/Berlin	52.93095	10.44233		Boeddenstedt (Suderburg),Boeenstaee,Böddenstedt (Suderburg),Böenstäe,Bȫənstǟə,bøːənstɛːə		06	00	03360	03360023
2947191	Böddenstedt	boddenstedt	DE		0	Europe/Berlin	52.84405	11.11971		Boeddenstedt (Salzwedel),Böddenstedt (Salzwedel)		14	00	15081	15081455
2947192	Böddensell	boeddensell	DE		249	Europe/Berlin	52.3626	11.24519		Boddensell,Böddensell		14	00	15083	15083230
2947193	Boddenberg	boddenberg	DE		0	Europe/Berlin	51.05206	7.09606				07	053	05316	05316000
2947196	Böddeken	boeddeken	DE		0	Europe/Berlin	51.59627	8.678		Gut Boddeken,Gut Böddeken		07	057	05774	05774016
2947198	Boda	boda	DE		0	Europe/Berlin	50.42379	12.4569				13	00	14523	14523245
2947200	Böckwitz	boeckwitz	DE		0	Europe/Berlin	52.56926	10.94221				14	00	15081	15081280
2947201	Bockwitz	bockwitz	DE		0	Europe/Berlin	51.42189	13.09392		Bockwitz		13	00	14730	14730045
2947202	Bockwitz	bockwitz	DE		0	Europe/Berlin	51.1373	12.86506				13	00	14729	14729080
2947203	Bockwitz	bockwitz	DE		0	Europe/Berlin	51.02463	12.21028		Bockwitz,Lauchhammer North		14	00	15084	15084590
2947205	Bockwisch	bockwisch	DE		0	Europe/Berlin	53.8766	9.50714				10	00	01061	01061022
2947208	Bockwen	bockwen	DE		0	Europe/Berlin	51.13626	13.48039		Bockwen		13	00	14627	14627100
2947209	Böckweiler	boeckweiler	DE		0	Europe/Berlin	49.18274	7.29223				09	00	10045	10045112
2947210	Bockwa	bockwa	DE		0	Europe/Berlin	50.69492	12.4974				13	00	14524	14524330
2947211	Bockup	bockup	DE		0	Europe/Berlin	53.2012	11.29103				12	00	13076	13076094
2947212	Bock und Teich	bock-und-teich	DE		0	Europe/Berlin	50.52399	11.21144				15	00	16072	16072013
2947213	Bockum-Hövel	bockum-hoevel	DE		0	Europe/Berlin	51.69831	7.74759				07	059	05915	05915000
2947214	Bockum	bockum	DE		0	Europe/Berlin	51.34696	6.61589		Bockum		07	051	05114	05114000
2947215	Bockum	bockum	DE		0	Europe/Berlin	51.66779	7.28881				07	055	05562	05562008
2947216	Bockum	bockum	DE		0	Europe/Berlin	53.09068	10.2036				06	00	03355	03355029
2947217	Böckum	boeckum	DE		0	Europe/Berlin	51.63415	8.25725				07	059	05974	05974016
2947218	Bockum	bockum	DE		0	Europe/Berlin	51.36068	8.18358		Bockum		07	059	05958	05958032
2947219	Bockum	bockum	DE		0	Europe/Berlin	51.32925	6.73118		Bockum		07	051	05111	05111000
2947222	Bockstedt	bockstedt	DE		0	Europe/Berlin	52.76991	8.52312				06	00	03251	03251014
2947226	Bockstadt	bockstadt	DE		308	Europe/Berlin	50.4	10.88333		Bockstadt	16069012	15	00	16069	16069012
2947229	Bocksrück	bocksruck	DE		0	Europe/Berlin	49.87548	11.58638				02	094	09472	09472146
2947231	Bocksleiten	bocksleiten	DE		0	Europe/Berlin	47.75	11.56667				02	091	09173	09173112
2947234	Bockshörn	bockshoern	DE		0	Europe/Berlin	54.35403	8.7402				10	00	01054	01054104
2947238	Bockseifen	bockseifen	DE		0	Europe/Berlin	50.91755	7.87699				07	059	05970	05970016
2947239	Bocksee	bocksee	DE		0	Europe/Berlin	53.48968	12.88816				12	00	13071	13071005
2947242	Bockschmiede	bockschmiede	DE		0	Europe/Berlin	50.61842	11.19749				15	00	16073	16073017
2947244	Bockschaft	bockschaft	DE		0	Europe/Berlin	49.20358	8.96694		Bockschaft		01	081	08125	08125049
2947248	Bocksberg	bocksberg	DE		0	Europe/Berlin	48.51082	10.68565				02	097	09773	09773143
2947249	Bocksberg	bocksberg	DE		0	Europe/Berlin	47.75994	11.43161				02	091	09173	09173111
2947276	Bockraden	bockraden	DE		0	Europe/Berlin	52.57874	7.8033				06	00	03459	03459016
2947279	Bockmühlen	bockmuehlen	DE		0	Europe/Berlin	50.38044	12.32475				13	00	14523	14523370
2947283	Böcklingen	boecklingen	DE		0	Europe/Berlin	50.88744	7.70137				07	053	05374	05374028
2947284	Bocklemünd	bocklemund	DE		0	Europe/Berlin	50.9752	6.8668		Bocklemuend/Mengernich,Bocklemünd/Mengernich		07	053	05315	05315000
2947285	Bockleben	bockleben	DE		0	Europe/Berlin	52.90678	11.34108				06	00	03354	03354015
2947286	Böcklbach	bocklbach	DE		0	Europe/Berlin	48.63083	13.15028				02	092	09275	09275154
2947290	Böckinghausen	boeckinghausen	DE		0	Europe/Berlin	51.98333	7.33333				07	055	05558	05558008
2947291	Böckingen	bockingen	DE		0	Europe/Berlin	49.13682	9.19349		Bockingen,Böckingen		01	081	08121	08121000
2947292	Bockighofen	bockighofen	DE		0	Europe/Berlin	48.23184	9.7679		Bockighofen		01	084	08425	08425033
2947295	Bockhorster Mühlentor	bockhorster-muehlentor	DE		0	Europe/Berlin	53.07169	9.05677				06	00	03361	03361009
2947307	Bockhornerfeld	bockhornerfeld	DE		0	Europe/Berlin	53.35166	8.00497				06	00	03455	03455025
2947308	Bockhorner Esch	bockhorner-esch	DE		0	Europe/Berlin	53.4	8.03333				06	00	03455	03455025
2947313	Lüssum-Bockhorn	lussum-bockhorn	DE		0	Europe/Berlin	53.20415	8.5786		Bockhorn,Lussum,Lussum-Bockhorn,Lüssum,Lüssum-Bockhorn		03	00	04011	04011000
2947320	Bockhop	bockhop	DE		0	Europe/Berlin	52.66639	9.00347				06	00	03251	03251008
2947324	Bockholte	bockholte	DE		0	Europe/Berlin	52.86876	7.71777		Bockholte		06	00	03454	03454057
2947325	Bockholt	bockholt	DE		0	Europe/Berlin	52.06073	7.69533				07	055	05566	05566012
2947326	Bockholt	bockholt	DE		0	Europe/Berlin	51.6318	7.15589				07	055	05562	05562032
2947327	Bockholt	bockholt	DE		0	Europe/Berlin	54.10644	10.64775				10	00	01055	01055041
2947328	Bockholt	bockholt	DE		0	Europe/Berlin	51.5	7.26667				07	059	05911	05911000
2947329	Bockholt	bockholt	DE		0	Europe/Berlin	51.43412	6.28362		Bockholt,Boekholt		07	051	05154	05154052
2947332	Bockholmwik	bockholmwik	DE		0	Europe/Berlin	54.82896	9.60785		Bockholmwick,Bockholmwik		10	00	01059	01059145
2947333	Bockholm	bockholm	DE		0	Europe/Berlin	54.84594	9.58806				10	00	01059	01059113
2947335	Bockhöft	bockhoeft	DE		0	Europe/Berlin	54.48333	9.36667				10	00	01059	01059039
2947339	Bockhacken	bockhacken	DE		0	Europe/Berlin	51.11217	7.27973		Bockhacken		07	053	05374	05374016
2947342	Bocket	bocket	DE		0	Europe/Berlin	51.05235	5.99751				07	053	05370	05370032
2947343	Bocket	bocket	DE		0	Europe/Berlin	50.9669	6.07139				07	053	05370	05370012
2947346	Bockert	bockert	DE		0	Europe/Berlin	51.23628	6.37551		Bockert		07	051	05166	05166032
2947352	Bockenrod	bockenrod	DE		0	Europe/Berlin	49.70817	8.86358				05	064	06437	06437013
2947358	Bockenfeld	bockenfeld	DE		0	Europe/Berlin	49.3289	10.19581				02	095	09571	09571152
2947360	Bockendorf	bockendorf	DE		0	Europe/Berlin	51.02021	8.94017				05	066	06635	06635013
2947361	Bockendorf	bockendorf	DE		0	Europe/Berlin	50.92734	13.16332				13	00	14522	14522230
2947362	Böckenberg	boeckenberg	DE		0	Europe/Berlin	53.134	13.75797				11	00	12073	12073201
2947367	Bockenbaum	bockenbaum	DE		0	Europe/Berlin	50.88185	7.79946				08	00	07132	07132037
2947368	Bockenbach	bockenbach	DE		0	Europe/Berlin	50.97246	7.95941		Bockenbach		07	059	05970	05970024
2947374	Bockelskamp	bockelskamp	DE		0	Europe/Berlin	52.79431	8.69727				06	00	03251	03251042
2947375	Bockelskamp	bockelskamp	DE		0	Europe/Berlin	52.57849	10.14845				06	00	03351	03351022
2947376	Böckelse	boeckelse	DE		0	Europe/Berlin	52.51915	10.29797				06	00	03151	03151017
2947377	Bockelsdorf	bockelsdorf	DE		0	Europe/Berlin	51.99293	7.31532				07	055	05558	05558008
2947379	Böckels	boeckels	DE		0	Europe/Berlin	50.55293	9.75981				05	066	06631	06631020
2947381	Bockelkathen	bockelkathen	DE		0	Europe/Berlin	53.30444	10.57066				06	00	03355	03355021
2947385	Bockelberg	bockelberg	DE		0	Europe/Berlin	52.49625	11.63027		Bochelberg,Bockelberg		14	00	15090	15090535
2947388	Bockel	bockel	DE		0	Europe/Berlin	53.20261	9.28325				06	00	03357	03357018
2947389	Bockel	bockel	DE		0	Europe/Berlin	53.04867	9.28501				06	00	03357	03357001
2947390	Böckel	boeckel	DE		0	Europe/Berlin	51.21667	7.2				07	051	05124	05124000
2947396	Böcke	boecke	DE		0	Europe/Berlin	52.30138	12.40385				11	00	12069	12069648
2947405	Bockarten	bockarten	DE		0	Europe/Berlin	47.7527	10.35856		Bockarten		02	097	09763	09763000
2947418	Bochowsloos	bochowsloos	DE		0	Europe/Berlin	52.7102	14.1873		Bochowslos		11	00	12064	12064061
2947423	Bochold	bochold	DE		0	Europe/Berlin	51.47351	6.967				07	051	05113	05113000
2947426	Bochin	bochin	DE		0	Europe/Berlin	53.13338	11.5139				12	00	13076	13076050
2947428	Bochen	bochen	DE		0	Europe/Berlin	51.12755	7.29549		Bochen		07	053	05374	05374016
2947432	Bobstadt	bobstadt	DE		0	Europe/Berlin	49.66361	8.4475				05	064	06431	06431005
2947433	Bobstadt	bobstadt	DE		0	Europe/Berlin	49.46725	9.674				01	081	08128	08128014
2947434	Böbs	boebs	DE		0	Europe/Berlin	53.97989	10.63125				10	00	01055	01055001
2947438	Böbrach	boebrach	DE		0	Europe/Berlin	49.05621	13.03469		Bebra,Bebrakh,Bjobrakh,Boebrach,Byobrax,Böbrach,bo bu la,bwbrakh,Бебрах,Бёбрах,Բյոբրախ,بوبراخ,伯布拉	09276118	02	092	09276	09276118
2947444	Böblingen	boeblingen	DE		46282	Europe/Berlin	48.68212	9.01171		B'oblingen,Beblingen,Bilbonium,Bjoblingen,Boblingen,Boeblingen,Byoblingen,Böblingen,beblingeni,beburingen,bo bu lin gen,bwblngn,bwblynghyn,bwblyngyn,Беблинген,Беблінген,Бьоблинген,Бёблинген,Բյոբլինգեն,بوبلنگن,بوبلينغين,بوبلینگین,ბებლინგენი,ベーブリンゲン,伯布林根	08115	01	081	08115	08115003
2947445	Boblas	boblas	DE		0	Europe/Berlin	51.11058	11.81565				14	00	15084	15084355
2947450	Böbing	boebing	DE		1694	Europe/Berlin	47.75562	10.98877		Bebing,Bjobing,Byobing,bebingu,bo bin,bwbyng,Бебинг,Бебінг,Бёбинг,Բյոբինգ,بوبینگ,ベービング,伯宾	09190117	02	091	09190	09190117
2947451	Bobersen	bobersen	DE		0	Europe/Berlin	51.32246	13.30101				13	00	14627	14627360
2947452	Bobersberg	bobersberg	DE		0	Europe/Berlin	51.28394	13.54841				13	00	14627	14627060
2947455	Boberg	boberg	DE		0	Europe/Berlin	53.5128	10.16811				04	00	02000	02000000
2947456	Boberg	boberg	DE		0	Europe/Berlin	52.09703	8.82415				07	057	05766	05766008
2947464	Bobenneukirchen	bobenneukirchen	DE		0	Europe/Berlin	50.37744	12.05949		Bobenneukirchen		13	00	14523	14523060
2947467	Bobenhausen II	bobenhausen-ii	DE		0	Europe/Berlin	50.58	9.1385		Bobenhausen two,Bobenhausen zwei		05	065	06535	06535018
2947468	Bobenhausen I	bobenhausen-i	DE		0	Europe/Berlin	50.37156	9.03707		Bobenhausen,Bobenhausen eins,Bobenhausen one		05	064	06440	06440020
2947469	Bobengrün	bobengrun	DE		0	Europe/Berlin	50.34624	11.65227				02	094	09475	09475112
2947470	Bobek	bobek	DE		0	Europe/Berlin	54.73668	9.94496		Bobeck,Bobek		10	00	01059	01059152
2947473	Bobbin	bobbin	DE		0	Europe/Berlin	54.55435	13.52777				12	00	13073	13073030
2947474	Bobbin	bobbin	DE		0	Europe/Berlin	53.97204	12.77075				12	00	13072	13072010
2947475	Böbber	boebber	DE		0	Europe/Berlin	52.21402	9.4261				06	00	03252	03252002
2947476	Bobbe	bobbe	DE		0	Europe/Berlin	51.83574	11.89269				14	00	15082	15082256
2947478	Bobachshof	bobachshof	DE		0	Europe/Berlin	49.31726	9.62922				01	081	08126	08126039
2947479	Blyinghausen	blyinghausen	DE		0	Europe/Berlin	52.31677	9.25264				06	00	03257	03257035
2947481	Blütlingen	bluetlingen	DE		0	Europe/Berlin	52.91537	11.12924				06	00	03354	03354026
2947482	Blüthensdorf	bluthensdorf	DE		0	Europe/Berlin	49.09566	12.65509				02	092	09278	09278147
2947483	Blüthen	bluethen	DE		0	Europe/Berlin	53.16459	11.81021				11	00	12070	12070173
2947487	Blüssen	bluessen	DE		0	Europe/Berlin	53.85994	11.00223				12	00	13074	13074093
2947488	Bluno	bluno	DE		0	Europe/Berlin	51.52499	14.22605		Blun,Blunau,Bluno,Bluń		13	00	14625	14625120
2947492	Blundersdorf	blundersdorf	DE		0	Europe/Berlin	49.0837	12.65428				02	092	09278	09278147
2947493	Blumweiler	blumweiler	DE		0	Europe/Berlin	49.40345	10.09697				01	081	08128	08128020
2947494	Blumroth	blumroth	DE		0	Europe/Berlin	51.6176	8.06726		Blumroth		07	059	05974	05974048
2947495	Blumroda	blumroda	DE		0	Europe/Berlin	51.09157	12.47196				13	00	14729	14729050
2947496	Blümöd	blumod	DE		0	Europe/Berlin	48.13775	12.16055				02	091	09183	09183139
2947504	Blümetsweiler	blumetsweiler	DE		0	Europe/Berlin	47.85316	9.48258				01	084	08436	08436095
2947505	Blumerode	blumerode	DE		0	Europe/Berlin	51.57118	11.42393				14	00	15087	15087275
2947509	Blumenthaler Haar	blumenthaler-haar	DE		0	Europe/Berlin	51.52361	7.92749				07	059	05974	05974052
2947518	Stadtstelle	stadtstelle	DE		0	Europe/Berlin	52.64739	13.91624				11	00	12064	12064393
2947529	Blumenrod	blumenrod	DE		0	Europe/Berlin	50.27215	11.08047				02	094	09473	09473159
2947533	Blumenrain	blumenrain	DE		0	Europe/Berlin	47.7	9.6				01	084	08435	08435057
2947540	Blumenhorst	blumenhorst	DE		0	Europe/Berlin	52.42197	8.41281				07	057	05770	05770044
2947556	Blumenfeld	blumenfeld	DE		0	Europe/Berlin	47.8139	8.68212				01	083	08335	08335080
2947557	Blumendorf	blumendorf	DE		0	Europe/Berlin	53.79406	10.32109				10	00	01062	01062004
2947559	Blumenberg	blumenberg	DE		0	Europe/Berlin	52.03336	11.45852		Blumenberg		14	00	15083	15083531
2947560	Blumenberg	blumenberg	DE		0	Europe/Berlin	48.89897	11.15281		Blumenberg		02	091	09176	09176123
2947564	Blumenau	blumenau	DE		0	Europe/Berlin	52.43581	9.45521		Blumenau		06	00	03241	03241021
2947565	Blumenau	blumenau	DE		0	Europe/Berlin	50.67639	13.28269				13	00	14521	14521460
2947566	Blumenau	blumenau	DE		0	Europe/Berlin	50.60095	11.097				15	00	16073	16073113
2947567	Blumenau	blumenau	DE		0	Europe/Berlin	50.0399	11.6522				02	094	09472	09472116
2947571	Blumegg	blumegg	DE		0	Europe/Berlin	47.80785	8.49844				01	083	08337	08337106
2947572	Blumegg	blumegg	DE		0	Europe/Berlin	47.65	9.73333				01	084	08435	08435042
2947573	Blume	blume	DE		0	Europe/Berlin	51.41667	9.66667		Blume		06	00	03159	03159017
2947574	Blume	blume	DE		0	Europe/Berlin	51.20242	7.24973				07	051	05120	05120000
2947576	Blümchen	bluemchen	DE		0	Europe/Berlin	51.62048	10.41789				06	00	03159	03159003
2947578	Blumberg-Elisenau	blumberg-elisenau	DE		0	Europe/Berlin	52.64343	13.61378		Elisenau		11	00	12060	12060005
2947590	Blumau	blumau	DE		0	Europe/Berlin	50.26043	11.30914				02	094	09476	09476145
2947594	Blüggelscheidt	blueggelscheidt	DE		0	Europe/Berlin	51.31224	8.36102		Bluggelscheid,Blüggelscheid		07	059	05958	05958032
2947599	Blücherhof	bluecherhof	DE		0	Europe/Berlin	53.61617	12.51821				12	00	13071	13071078
2947600	Blüchereiche	bluechereiche	DE		0	Europe/Berlin	53.93333	10.73333				10	00	01055	01055035
2947603	Blücher	bluecher	DE		0	Europe/Berlin	53.35578	10.83149				12	00	13076	13076010
2947607	Bloßwitz	blosswitz	DE		0	Europe/Berlin	51.25966	13.21941				13	00	14627	14627260
2947612	Blossersberg	blossersberg	DE		0	Europe/Berlin	49.08165	12.89952				02	092	09276	09276144
2947615	Blossenau	blossenau	DE		0	Europe/Berlin	48.81307	10.93971				02	097	09779	09779217
2947618	Blösien	bloesien	DE		0	Europe/Berlin	51.33321	11.92127		Bloesien,Blosien,Blösien		14	00	15088	15088220
2947621	Blosenberg	blosenberg	DE		0	Europe/Berlin	50.36791	11.99037		Blosenberg		13	00	14523	14523440
2947626	Blösa	bloesa	DE		0	Europe/Berlin	51.15293	14.50057		Brezow,Brězow		13	00	14625	14625290
2947627	Blönsdorf	bloensdorf	DE		0	Europe/Berlin	51.95673	12.88875				11	00	12072	12072297
2947629	Blönried	blonried	DE		0	Europe/Berlin	47.92637	9.58914				01	084	08436	08436008
2947630	Blonhofen	blonhofen	DE		0	Europe/Berlin	47.91845	10.74291				02	097	09777	09777141
2947631	Blomnath	blomnath	DE		0	Europe/Berlin	54.02898	10.47708				10	00	01060	01060075
2947633	Blömkenmoor	bloemkenmoor	DE		0	Europe/Berlin	53.39458	8.56545				06	00	03352	03352060
2947638	Blomenhof	blomenhof	DE		0	Europe/Berlin	49.29603	11.46687				02	093	09373	09373147
2947647	Blombach	blombach	DE		0	Europe/Berlin	51.23441	7.21861		Blombach		07	051	05124	05124000
2947648	Bloischdorfer Schänke	bloischdorfer-schaenke	DE		0	Europe/Berlin	51.6	14.46667				11	00	12071	12071372
2947649	Bloischdorf	bloischdorf	DE		0	Europe/Berlin	51.59001	14.47771		Blobosojce,Błobošojce		11	00	12071	12071074
2947650	Bloherfelde	bloherfelde	DE		0	Europe/Berlin	53.14094	8.16				06	00	03403	03403000
2947651	Blofeld	blofeld	DE		0	Europe/Berlin	50.36301	8.92459				05	064	06440	06440021
2947654	Blödesheim	bloedesheim	DE		0	Europe/Berlin	49.73333	8.2				08	00	07331	07331011
2947656	Blöden	bloden	DE		0	Europe/Berlin	47.82535	9.91328				01	084	08436	08436052
2947658	Blockwinkel	blockwinkel	DE		0	Europe/Berlin	52.75734	8.76774				06	00	03251	03251031
2947659	Blockwiesen	blockwiesen	DE		0	Europe/Berlin	47.73297	10.11733				01	084	08436	08436049
2947664	Blocksdorf	blocksdorf	DE		0	Europe/Berlin	54.23439	9.9112				10	00	01058	01058094
2947668	Blocksberg	blocksberg	DE		0	Europe/Berlin	54.73333	8.76667				10	00	01054	01054165
2947688	Blocken	blocken	DE		0	Europe/Berlin	53.00273	8.7178				06	00	03251	03251037
2947689	Blöcken	blocken	DE		0	Europe/Berlin	47.83471	11.43694				02	091	09173	09173123
2947692	Blochwitz	blochwitz	DE		0	Europe/Berlin	51.35345	13.69077				13	00	14627	14627110
2947695	Blochingen	blochingen	DE		0	Europe/Berlin	48.0689	9.34585				01	084	08437	08437076
2947696	Blöchereck	blochereck	DE		0	Europe/Berlin	48.55235	8.17083				01	083	08317	08317102
2947697	Bloch	bloch	DE		0	Europe/Berlin	50.87783	7.28158				07	053	05382	05382028
2947698	Bloaschütz	bloaschuetz	DE		0	Europe/Berlin	51.18889	14.351		Blohasecy,Błohašecy		13	00	14625	14625020
2947700	Blitzenrod	blitzenrod	DE		0	Europe/Berlin	50.61667	9.38333				05	065	06535	06535011
2947701	Blitzenreute	blitzenreute	DE		0	Europe/Berlin	47.86385	9.58798				01	084	08436	08436096
2947703	Blissenbach	blissenbach	DE		0	Europe/Berlin	51.01879	7.21017				07	053	05378	05378012
2947705	Blintrop	blintrop	DE		0	Europe/Berlin	51.28997	7.84974		Blintrop		07	059	05962	05962048
2947706	Blintendorf	blintendorf	DE		0	Europe/Berlin	50.44775	11.80597		Blintendorf		15	00	16075	16075131
2947710	Blindow	blindow	DE		0	Europe/Berlin	53.35942	13.88723		Blindow		11	00	12073	12073452
2947714	Blindham	blindham	DE		0	Europe/Berlin	48.57777	13.19195				02	092	09275	09275138
2947715	Blindham	blindham	DE		0	Europe/Berlin	47.9302	11.81361				02	091	09184	09184137
2947718	Blindert	blindert	DE		0	Europe/Berlin	50.47487	6.80266				08	00	07131	07131033
2947724	Blindenried	blindenried	DE		0	Europe/Berlin	47.82678	11.95943				02	091	09187	09187129
2947728	Blindenhaselbach	blindenhaselbach	DE		0	Europe/Berlin	48.38321	12.5289		Blindenhaselbach,Haselbach		02	091	09183	09183129
2947730	Blindenaaf	blindenaaf	DE		0	Europe/Berlin	50.9197	7.31638				07	053	05378	05378024
2947732	Blindau	blindau	DE		0	Europe/Berlin	47.66308	12.47721				02	091	09189	09189139
2947736	Bliesransbach	bliesransbach	DE		0	Europe/Berlin	49.16565	7.08944				09	00	10041	10041514
2947737	Bliesmengen-Bolchen	bliesmengen-bolchen	DE		0	Europe/Berlin	49.14965	7.11512		Bliesmengen-Bolchen		09	00	10045	10045116
2947738	Bliesmengen	bliesmengen	DE		0	Europe/Berlin	49.14493	7.12433				09	00	10045	10045116
2947740	Bliesheim	bliesheim	DE		0	Europe/Berlin	50.78492	6.82685		Bliesheim		07	053	05362	05362020
2947741	Bliesenrade	bliesenrade	DE		0	Europe/Berlin	54.39055	12.58965				12	00	13073	13073100
2947742	Bliesendorf	bliesendorf	DE		0	Europe/Berlin	52.33901	12.85126				11	00	12069	12069656
2947745	Bliesenbach	bliesenbach	DE		0	Europe/Berlin	50.97499	7.39116				07	053	05374	05374008
2947746	Bliesen	bliesen	DE		0	Europe/Berlin	49.49528	7.1116		Bliesen		09	00	10046	10046117
2947747	Bliesekow	bliesekow	DE		0	Europe/Berlin	54.03866	11.98407				12	00	13072	13072098
2947752	Bliesdalheim	bliesdalheim	DE		0	Europe/Berlin	49.17228	7.23141				09	00	10045	10045113
2947753	Blieschow	blieschow	DE		0	Europe/Berlin	54.5156	13.57687				12	00	13073	13073080
2947754	Blieschow	blieschow	DE		0	Europe/Berlin	54.37706	13.63712				12	00	13073	13073048
2947755	Blieschendorf	blieschendorf	DE		0	Europe/Berlin	54.42411	11.14713				10	00	01055	01055046
2947756	Blieschendorf	blieschendorf	DE		0	Europe/Berlin	53.79095	11.13904		Blieschendorf		12	00	13074	13074079
2947758	Bolchen	bolchen	DE		0	Europe/Berlin	49.15374	7.11467		Bliesbolchen,Bolchen		09	00	10045	10045116
2947759	Bliesbergrhof	bliesbergrhof	DE		0	Europe/Berlin	49.30782	7.29368				09	00	10045	10045115
2947761	Bliersheim	bliersheim	DE		0	Europe/Berlin	51.39138	6.70832				07	051	05112	05112000
2947762	Blienshofen	blienshofen	DE		0	Europe/Berlin	48.311	9.76187				01	084	08425	08425033
2947763	Bliensbach	bliensbach	DE		0	Europe/Berlin	48.5529	10.71672				02	097	09773	09773182
2947766	Bliedungen	bliedungen	DE		0	Europe/Berlin	51.49434	10.58642				15	00	16062	16062066
2947767	Bliedinghausen	bliedinghausen	DE		0	Europe/Berlin	51.16192	7.20083		Bliedinghausen		07	051	05120	05120000
2947768	Bliederstedt	bliederstedt	DE		0	Europe/Berlin	51.26947	10.85753		Bliederstedt		15	00	16065	16065089
2947772	Bliderazhofen	bliderazhofen	DE		0	Europe/Berlin	47.73333	9.95				01	084	08436	08436094
2947773	Blickweiler	blickweiler	DE		0	Europe/Berlin	49.21423	7.25295				09	00	10045	10045112
2947774	Blickwedel	blickwedel	DE		0	Europe/Berlin	52.76216	10.43109				06	00	03151	03151028
2947775	Blickstedt	blickstedt	DE		0	Europe/Berlin	54.38587	10.03692				10	00	01058	01058165
2947776	Blickhauserhöhe	blickhauserhoehe	DE		0	Europe/Berlin	50.78333	7.8				08	00	07132	07132011
2947780	Blickershausen	blickershausen	DE		0	Europe/Berlin	51.38239	9.79402		Blickershausen		05	066	06636	06636016
2947782	Blicken	blicken	DE		0	Europe/Berlin	47.75756	12.63117				02	091	09189	09189140
2947784	Bleyen	bleyen	DE		0	Europe/Berlin	52.58944	14.59765		Alt und Neu Bleyen		11	00	12064	12064057
2947785	Blexerwurp	blexerwurp	DE		0	Europe/Berlin	53.53366	8.52605				06	00	03461	03461007
2947786	Blexerwisch	blexerwisch	DE		0	Europe/Berlin	53.52701	8.42878				06	00	03461	03461003
2947787	Blexersande	blexersande	DE		0	Europe/Berlin	53.50516	8.48723		Blexersand,Blexersande		06	00	03461	03461007
2947789	Blexerdeich	blexerdeich	DE		0	Europe/Berlin	53.53333	8.53333				06	00	03461	03461007
2947790	Blexen	blexen	DE		0	Europe/Berlin	53.53034	8.53235		Blexen		06	00	03461	03461007
2947792	Bleuenhorst	bleuenhorst	DE		0	Europe/Berlin	52.48738	11.06392				14	00	15083	15083411
2947795	Blessenohl	blessenohl	DE		0	Europe/Berlin	51.30372	8.15858				07	059	05958	05958016
2947796	Blessenbach	blessenbach	DE		0	Europe/Berlin	50.41269	8.30249		Blessenbach		05	065	06533	06533019
2947798	Blessem	blessem	DE		0	Europe/Berlin	50.81092	6.7976		Blessem,Blessen		07	053	05362	05362020
2947803	Blesendorf	blesendorf	DE		0	Europe/Berlin	53.20399	12.33721		Blesendorf		11	00	12068	12068181
2947805	Blersum	blersum	DE		0	Europe/Berlin	53.59733	7.74383				06	00	03462	03462019
2947806	Blerichen	blerichen	DE		0	Europe/Berlin	50.9842	6.56765				07	053	05362	05362004
2947807	Blens	blens	DE		0	Europe/Berlin	50.65983	6.48071		Blens		07	053	05358	05358012
2947808	Blenhorst	blenhorst	DE		0	Europe/Berlin	52.71264	9.13881				06	00	03256	03256001
2947809	Blengow	blengow	DE		0	Europe/Berlin	54.09315	11.64504				12	00	13072	13072085
2947812	Blemke	blemke	DE		0	Europe/Berlin	51.24034	7.87772		Blemcke,Blemke		07	059	05962	05962052
2947814	Bleiwäsche	bleiwaesche	DE		0	Europe/Berlin	51.47077	8.70447				07	057	05774	05774040
2947817	Bleischmelz	bleischmelz	DE		0	Europe/Berlin	49.8304	6.70745		Bleischmelz,Bleischmelze		08	00	07211	07211000
2947819	Bleifeld	bleifeld	DE		0	Europe/Berlin	50.92714	7.2245				07	053	05378	05378028
2947820	Bleiderdingen	bleiderdingen	DE		0	Europe/Berlin	49.61035	7.19747				08	00	07134	07134042
2947822	Bleidenstadt	bleidenstadt	DE		0	Europe/Berlin	50.13528	8.14097				05	064	06439	06439015
2947823	Bleidenrod	bleidenrod	DE		0	Europe/Berlin	50.69036	9.01959				05	065	06535	06535009
2947827	Bleickersdorf	bleickersdorf	DE		0	Europe/Berlin	48.52434	12.72647		Bleickersdorf,Bleikersdorf		02	092	09277	09277131
2947828	Bleichstetten	bleichstetten	DE		0	Europe/Berlin	48.46193	9.35656		Bleichstetten		01	084	08415	08415093
2947830	Bleichroden	bleichroden	DE		0	Europe/Berlin	48.97139	10.33889				01	081	08136	08136071
2947831	Bleichnau	bleichnau	DE		0	Europe/Berlin	47.63333	9.66667				01	084	08435	08435057
2947833	Bleichheim	bleichheim	DE		0	Europe/Berlin	48.2079	7.83112		Bleichheim		01	083	08316	08316017
2947837	Bleicherode	bleicherode	DE		6456	Europe/Berlin	51.44026	10.57202		Blajkherode,blaysharwdh,bu lai xie luo de,Блайхероде,Блајхероде,بلايشاروده,بلایشاروده,布莱歇罗德		15	00	16062	16062066
2947843	Bleichenbach	bleichenbach	DE		0	Europe/Berlin	50.32674	9.04787				05	064	06440	06440019
2947844	Bleichenbach	bleichenbach	DE		0	Europe/Berlin	48.42572	13.08601				02	092	09277	09277113
2947847	Bleiche	bleiche	DE		0	Europe/Berlin	52.25571	11.548		Bleiche (Niedere Boerde),Bleiche (Niedere Börde),Bleiche (Samswegen) [< a. 2004]		14	00	15083	15083390
2947848	Bleiche	bleiche	DE		0	Europe/Berlin	51.33333	14.98333				13	00	14626	14626480
2947849	Bleiche	bleiche	DE		0	Europe/Berlin	48.8	8.45				01	082	08235	08235033
2947850	Bleiche	bleiche	DE		0	Europe/Berlin	48.50805	9.36868				01	084	08415	08415078
2947851	Bleiche	bleiche	DE		0	Europe/Berlin	48.41455	9.79309				01	084	08425	08425020
2947852	Bleiche	bleiche	DE		0	Europe/Berlin	48.01391	10.20141				02	097	09764	09764000
2947853	Bleiche	bleiche	DE		0	Europe/Berlin	47.86905	9.00628				01	083	08335	08335079
2947860	Bleiche	bleiche	DE		0	Europe/Berlin	47.61452	8.18637				01	083	08337	08337032
2947863	Bleich	bleich	DE		0	Europe/Berlin	49.21177	12.258				02	093	09376	09376149
2947865	Bleibuir	bleibuir	DE		0	Europe/Berlin	50.58997	6.57224		Bleibuir		07	053	05366	05366028
2947872	Bleibach	bleibach	DE		0	Europe/Berlin	48.12246	8.00773		Bleibach		01	083	08316	08316014
2947875	Bleesern	bleesern	DE		0	Europe/Berlin	51.83666	12.56888				14	00	15091	15091375
2947876	Blee	blee	DE		0	Europe/Berlin	51.0714	6.89247		Blee		07	051	05158	05158026
2947879	Bledesbach	bledesbach	DE		0	Europe/Berlin	49.52748	7.38024				08	00	07336	07336055
2947880	Bledeln	bledeln	DE		0	Europe/Berlin	52.2712	9.92392				06	00	03254	03254003
2947882	Bleddin	bleddin	DE		0	Europe/Berlin	51.78442	12.79157				14	00	15091	15091160
2947883	Bleckwedel	bleckwedel	DE		0	Europe/Berlin	52.94977	9.50474				06	00	03357	03357051
2947885	Bleckmar	bleckmar	DE		0	Europe/Berlin	52.82621	9.93387				06	00	03351	03351004
2947889	Bleckenstedt	bleckenstedt	DE		0	Europe/Berlin	52.17759	10.4072		Bleckenstedt		06	00	03102	03102000
2947890	Bleckenrode	bleckenrode	DE		0	Europe/Berlin	51.46768	10.2191		Bleckenrode		15	00	16061	16061114
2947892	Bleckedermoor	bleckedermoor	DE		0	Europe/Berlin	53.29742	10.66698				06	00	03355	03355009
2947895	Bleckden	bleckden	DE		0	Europe/Berlin	51.04962	6.17003				07	053	05370	05370016
2947896	Bleck	bleck	DE		0	Europe/Berlin	52.00937	7.15425				07	055	05558	05558040
2947897	Blechhammer	blechhammer	DE		0	Europe/Berlin	50.6248	11.1538				15	00	16073	16073094
2947898	Blechhammer	blechhammer	DE		0	Europe/Berlin	50.52444	11.01044				15	00	16072	16072006
2947899	Blechhammer	blechhammer	DE		0	Europe/Berlin	50.4501	12.56034				13	00	14521	14521170
2947900	Blechhammer	blechhammer	DE		0	Europe/Berlin	50.39792	11.20261		Blechhammer		15	00	16072	16072018
2947901	Blechhammer	blechhammer	DE		0	Europe/Berlin	49.27859	12.32278				02	093	09376	09376116
2947902	Blechernkrug	blechernkrug	DE		0	Europe/Berlin	53.66693	12.26755				12	00	13072	13072056
2947903	Blecher	blecher	DE		0	Europe/Berlin	51.06231	7.12259				07	053	05378	05378020
2947904	Bleche	bleche	DE		0	Europe/Berlin	51.058	7.72736				07	059	05966	05966008
2947910	Blaumhöfen	blaumhoefen	DE		0	Europe/Berlin	50.52776	7.83928				08	00	07143	07143275
2947913	Blauhof	blauhof	DE		0	Europe/Berlin	48.9918	11.60661				02	093	09373	09373121
2947916	Blauhand	blauhand	DE		0	Europe/Berlin	53.44537	8.0239				06	00	03455	03455027
2947924	Blauereihe	blauereihe	DE		0	Europe/Berlin	54.36667	8.76667				10	00	01054	01054104
2947932	Blauenthal	blauenthal	DE		0	Europe/Berlin	50.51211	12.6263		Blauenthal		13	00	14521	14521170
2947935	Blauenneuschacht	blauenneuschacht	DE		0	Europe/Berlin	49.61658	11.91174				02	093	09371	09371121
2947947	Blaubeurer Hessenhöfe	blaubeurer-hessenhofe	DE		0	Europe/Berlin	48.43584	9.77376				01	084	08425	08425020
2947951	Blauberg	blauberg	DE		0	Europe/Berlin	49.23513	12.74619				02	093	09372	09372155
2947961	Blatzheim	blatzheim	DE		0	Europe/Berlin	50.85289	6.6345				07	053	05362	05362032
2947963	Blätz	blaetz	DE		0	Europe/Berlin	52.379	11.67581				14	00	15083	15083120
2947964	Blättringen	blattringen	DE		0	Europe/Berlin	48.1504	9.1499		Blattringen,Blättringen		01	084	08417	08417075
2947965	Blättla	blattla	DE		0	Europe/Berlin	47.6	9.95				02	097	09776	09776129
2947967	Blattersleben	blattersleben	DE		0	Europe/Berlin	51.23917	13.46473				13	00	14627	14627200
2947969	Blatterndorf	blatterndorf	DE		0	Europe/Berlin	50.37959	11.07137				15	00	16072	16072023
2947977	Blasweiler	blasweiler	DE		0	Europe/Berlin	50.47185	7.10352		Blasweiler		08	00	07131	07131027
2947987	Bläsishof	blasishof	DE		0	Europe/Berlin	48.7508	9.80862				01	081	08136	08136079
2947996	Blasheimer Masch	blasheimer-masch	DE		0	Europe/Berlin	52.30789	8.55167				07	057	05770	05770020
2947997	Blasheimer Busch	blasheimer-busch	DE		0	Europe/Berlin	52.30005	8.54728				07	057	05770	05770036
2947999	Blasheim	blasheim	DE		0	Europe/Berlin	52.30438	8.56796		Blasheim		07	057	05770	05770020
2948000	Blasewitz	blasewitz	DE		0	Europe/Berlin	51.05305	13.79831				13	00	14612	14612000
2948011	Blasen	blasen	DE		0	Europe/Berlin	48.53614	13.27221				02	092	09275	09275138
2948014	Blasdorf	blasdorf	DE		0	Europe/Berlin	51.98329	14.34177		Blasdorf		11	00	12061	12061308
2948015	Blasberg	blasberg	DE		0	Europe/Berlin	54.8	9.45				10	00	01001	01001000
2948016	Blasberg	blasberg	DE		0	Europe/Berlin	51.09584	7.10134				07	053	05378	05378008
2948020	Blasbach	blasbach	DE		0	Europe/Berlin	50.60888	8.51888				05	065	06532	06532023
2948021	Blansingen	blansingen	DE		0	Europe/Berlin	47.69119	7.5416				01	083	08336	08336014
2948044	Blankenrode	blankenrode	DE		0	Europe/Berlin	51.53939	8.90896		Blankenrode		07	057	05774	05774028
2948045	Blankenried	blankenried	DE		0	Europe/Berlin	47.71667	9.48333				01	084	08435	08435045
2948047	Blankenmoor	blankenmoor	DE		0	Europe/Berlin	54.2354	9.01062				10	00	01051	01051075
2948048	Blankenloch	blankenloch	DE		0	Europe/Berlin	49.0665	8.47097				01	082	08215	08215109
2948053	Blankenheimerdorf	blankenheimerdorf	DE		0	Europe/Berlin	50.4404	6.62508		Blankenheimerdorf		07	053	05366	05366008
2948063	Blankenförde	blankenfoerde	DE		0	Europe/Berlin	53.35475	12.91941				12	00	13071	13071099
2948066	Blankenese	blankenese	DE		0	Europe/Berlin	53.55698	9.8059		Blankenese,Blanknees,Hamburg-Blankenese		04	00	02000	02000000
2948075	Blankenborn	blankenborn	DE		0	Europe/Berlin	49.12853	7.95608				08	00	07337	07337005
2948088	Blankenau	blankenau	DE		0	Europe/Berlin	51.69246	9.38361		Blankenau		07	057	05762	05762008
2948089	Blankenau	blankenau	DE		0	Europe/Berlin	51.47543	12.92062		Blankenau,Gut Blankenau		13	00	14730	14730045
2948090	Blankenau	blankenau	DE		0	Europe/Berlin	50.54387	9.4709				05	066	06631	06631014
2948092	Blanken	blanken	DE		0	Europe/Berlin	53.04114	8.50234				06	00	03458	03458005
2948093	Blanken	blanken	DE		0	Europe/Berlin	52.19595	8.55871				07	057	05758	05758004
2948097	Blanke	blanke	DE		0	Europe/Berlin	52.41667	7.06667		Blanke		06	00	03456	03456015
2948100	Blangenmoor-Lehe	blangenmoor-lehe	DE		0	Europe/Berlin	53.92099	9.17574				10	00	01051	01051011
2948101	Blandow	blandow	DE		0	Europe/Berlin	54.57873	13.58245				12	00	13073	13073052
2948102	Blandorf	blandorf	DE		0	Europe/Berlin	53.60871	7.32834				06	00	03452	03452008
2948103	Blandikow	blandikow	DE		0	Europe/Berlin	53.11742	12.37696				11	00	12068	12068181
2948110	Blaikofen	blaikofen	DE		0	Europe/Berlin	47.6308	12.18075				02	091	09187	09187148
2948111	Blaika	blaika	DE		0	Europe/Berlin	47.71667	11.55				02	091	09173	09173145
2948118	Blaffertsberg	blaffertsberg	DE		0	Europe/Berlin	51.21667	7.21667				07	051	05120	05120000
2948119	Blaffert	blaffert	DE		0	Europe/Berlin	51.16667	6.46667				07	051	05116	05116000
2948120	Bladersbach	bladersbach	DE		0	Europe/Berlin	50.85139	7.55833				07	053	05374	05374044
2948121	Bladernheim	bladernheim	DE		0	Europe/Berlin	50.40498	7.86644				08	00	07143	07143048
2948122	Bladenhorst	bladenhorst	DE		0	Europe/Berlin	51.57067	7.30088		Bladenhorst		07	055	05562	05562004
2948127	Blachendorf	blachendorf	DE		0	Europe/Berlin	49.10703	13.02584				02	092	09276	09276120
2948131	Bixterheide	bixterheide	DE		0	Europe/Berlin	51.40778	7.7164				07	059	05962	05962024
2948132	Bixterhausen	bixterhausen	DE		0	Europe/Berlin	51.41944	7.72536				07	059	05962	05962024
2948134	Bixlag	bixlag	DE		0	Europe/Berlin	52.81148	7.89236				06	00	03453	03453009
2948136	Bitzfeld	bitzfeld	DE		0	Europe/Berlin	49.19156	9.44436		Bitzfeld		01	081	08126	08126011
2948137	Bitzenhofen	bitzenhofen	DE		0	Europe/Berlin	48.40385	11.038				02	097	09771	09771122
2948138	Bitzenhofen	bitzenhofen	DE		0	Europe/Berlin	47.73519	9.46331		Bitzenhofen		01	084	08435	08435045
2948142	Bitze	bitze	DE		0	Europe/Berlin	50.91667	7.16667				07	053	05378	05378028
2948143	Bitze	bitze	DE		0	Europe/Berlin	50.74619	7.59464				07			
2948144	Bitze	bitze	DE		0	Europe/Berlin	50.7569	7.48473		Bitze,Blitze		07	053	05382	05382016
2948148	Bittstedt	bittstedt	DE		0	Europe/Berlin	53.15458	9.24604				06	00	03357	03357037
2948149	Bittstädt	bittstaedt	DE		0	Europe/Berlin	50.8358	10.88723				15	00	16070	16070028
2948151	Pittmannsdorf	pittmannsdorf	DE		0	Europe/Berlin	49.03674	11.87673		Bittmannsdorf,Pittmannsdorf		02	093	09375	09375148
2948152	Bittlbach	bittlbach	DE		0	Europe/Berlin	48.23333	12.03333				02	091	09177	09177127
2948155	Bittingen	bittingen	DE		0	Europe/Berlin	51.50901	8.01822				07	059	05974	05974012
2948157	Bitthäuser	bitthaeuser	DE		0	Europe/Berlin	50.54158	12.02101				13	00	14523	14523365
2948161	Bittermark	bittermark	DE		0	Europe/Berlin	51.4454	7.46336				07	059	05913	05913000
2948166	Bitter	bitter	DE		0	Europe/Berlin	53.16931	11.03594				06	00	03355	03355049
2948169	Bittenfeld	bittenfeld	DE		0	Europe/Berlin	48.89075	9.31716				01	081	08119	08119079
2948170	Bittenbrunn	bittenbrunn	DE		0	Europe/Berlin	49.37639	11.80524				02	093	09371	09371154
2948171	Bittenbrunn	bittenbrunn	DE		0	Europe/Berlin	48.7436	11.15412				02	091	09185	09185149
2948174	Bittelschieß	bittelschiess	DE		0	Europe/Berlin	47.99397	9.224		Bittelschies,Bittelschiess,Bittelschieß		01	084	08437	08437065
2948175	Bittelhof	bittelhof	DE		0	Europe/Berlin	49.20331	10.40171				02	095	09571	09571166
2948177	Bittelbrunn	bittelbrunn	DE		0	Europe/Berlin	47.86561	8.81231		Bittelbrunn		01	083	08335	08335022
2948180	Bittelbronn	bittelbronn	DE		0	Europe/Berlin	49.34011	9.31984		Bittelbronn		01	081	08125	08125063
2948181	Bittelbronn	bittelbronn	DE		0	Europe/Berlin	48.44327	8.5868				01	082	08237	08237040
2948182	Bittelbronn	bittelbronn	DE		0	Europe/Berlin	48.38464	8.77215				01	084	08417	08417025
2948186	Bistrup	bistrup	DE		0	Europe/Berlin	52.09353	9.07969				07	057	05766	05766028
2948188	Bistoftholz	bistoftholz	DE		0	Europe/Berlin	54.68671	9.5361				10	00	01059	01059116
2948189	Bistoft	bistoft	DE		0	Europe/Berlin	54.70226	9.5355				10	00	01059	01059116
2948194	Bisten	bisten	DE		0	Europe/Berlin	49.25431	6.70702			10044119	09	00	10044	10044119
2948195	Bistard	bistard	DE		0	Europe/Berlin	51.27404	6.33567				07	051	05166	05166032
2948200	Bissingheim	bissingheim	DE		0	Europe/Berlin	51.39246	6.81306		Bissingheim,Kolonie Bissingheim		07	051	05112	05112000
2948201	Bissingen ob Lontal	bissingen-ob-lontal	DE		0	Europe/Berlin	48.56738	10.17235		Bissingen		01	081	08135	08135020
2948203	Bissingen an der Enz	bissingen-an-der-enz	DE		0	Europe/Berlin	48.95	9.1		Bissingen,Bissingen an der Enz		01	081	08118	08118079
2948205	Bisses	bisses	DE		0	Europe/Berlin	50.39559	8.90631		Bisses		05	064	06440	06440006
2948207	Bisseroy	bisseroy	DE		0	Europe/Berlin	47.64322	10.3998				02	097	09780	09780128
2948208	Bissenmoor	bissenmoor	DE		0	Europe/Berlin	53.90447	9.86859				10	00	01060	01060004
2948209	Bissenhausen	bissenhausen	DE		0	Europe/Berlin	52.78333	8.41667				06	00	03460	03460004
2948213	Bissenberg	bissenberg	DE		0	Europe/Berlin	50.55216	8.30584				05	065	06532	06532016
2948214	Bissen	bissen	DE		0	Europe/Berlin	53.06198	8.52618				06	00	03458	03458005
2948215	Bissen	bissen	DE		0	Europe/Berlin	51.1136	6.52227				07	051	05162	05162012
2948216	Bissen	bissen	DE		0	Europe/Berlin	51.12579	6.31698		Bissen,Bissen bei Beeck		07	053	05370	05370040
2948217	Bissel	bissel	DE		0	Europe/Berlin	52.95099	8.16882				06	00	03458	03458007
2948224	Bisperode	bisperode	DE		0	Europe/Berlin	52.08471	9.49784		Bisperode		06	00	03252	03252004
2948238	Bismarck	bismarck	DE		0	Europe/Berlin	51.52967	7.11534		Bismarck		07	055	05513	05513000
2948239	Bislohe	bislohe	DE		0	Europe/Berlin	49.50711	11.00794				02	095	09563	09563000
2948240	Bislicherwald	bislicherwald	DE		0	Europe/Berlin	51.72598	6.55165				07	051	05170	05170012
2948244	Bislich	bislich	DE		0	Europe/Berlin	51.67933	6.49451		Bislich		07	051	05170	05170048
2948245	Biskirchen	biskirchen	DE		0	Europe/Berlin	50.53383	8.31064				05	065	06532	06532016
2948247	Bisholder	bisholder	DE		0	Europe/Berlin	50.33386	7.53223		Bisholder		08	00	07111	07111000
2948248	Bishausen	bishausen	DE		0	Europe/Berlin	51.63343	9.96306				06	00	03155	03155010
2948250	Bisdorf	bisdorf	DE		0	Europe/Berlin	54.46687	11.14268				10	00	01055	01055046
2948251	Bisdorf	bisdorf	DE		0	Europe/Berlin	54.40345	12.94636				12	00	13073	13073037
2948252	Bisdorf	bisdorf	DE		0	Europe/Berlin	54.15605	12.70337				12	00	13073	13073022
2948253	Bisdorf	bisdorf	DE		0	Europe/Berlin	52.32548	10.89209				06	00	03154	03154013
2948254	Bisdorf	bisdorf	DE		0	Europe/Berlin	51.9519	11.55134		Biscopesthorp,Bisdorf		14	00	15089	15089045
2948255	Bisdorf	bisdorf	DE		0	Europe/Berlin	50.75624	6.95866				07	053	05382	05382012
2948257	Bisdamitz	bisdamitz	DE		0	Europe/Berlin	54.57455	13.55687				12	00	13073	13073052
2948258	Bischwind bei Heilgersdorf	bischwind-bei-heilgersdorf	DE		0	Europe/Berlin	50.16057	10.80214		Bischwind,Bischwind bei Heilgersdorf		02	094	09473	09473165
2948259	Bischwind am Raueneck	bischwind-am-raueneck	DE		0	Europe/Berlin	50.11825	10.67249		Bischwind,Bischwind am Raueneck		02	096	09674	09674130
2948260	Bischwind	bischwind	DE		0	Europe/Berlin	49.9239	10.39915				02	096	09678	09678122
2948266	Bischofswerder	bischofswerder	DE		0	Europe/Berlin	52.89337	13.37912				11	00	12065	12065193
2948268	Bischofswang	bischofswang	DE		0	Europe/Berlin	47.67739	10.71402				02	097	09777	09777166
2948270	Bischofswald	bischofswald	DE		0	Europe/Berlin	52.27562	11.20056				14	00	15083	15083020
2948275	Bischofsried	bischofsried	DE		0	Europe/Berlin	47.94611	11.06456				02	091	09181	09181114
2948276	Bischofsreuth	bischofsreuth	DE		0	Europe/Berlin	49.6065	11.61746				02	093	09371	09371135
2948278	Bischofsreut	bischofsreut	DE		0	Europe/Berlin	48.85392	13.73327				02	092	09272	09272122
2948279	Bischofspool	bischofspool	DE		0	Europe/Berlin	52.53288	6.99481		Bischofspol,Bischofspool		06	00	03456	03456014
2948283	Bischofshütte	bischofshuette	DE		0	Europe/Berlin	51.13304	6.23786				07	053	05370	05370040
2948284	Bischofsholz	bischofsholz	DE		0	Europe/Berlin	49.19517	11.2488				02	095	09576	09576127
2948291	Bischofshagen	bischofshagen	DE		0	Europe/Berlin	52.18454	8.71985				07	057	05758	05758024
2948292	Bischofsgrün	bischofsgruen	DE		2072	Europe/Berlin	50.05122	11.79997		Bischofsgruen,Bischofsgrün,Bishofsgrin,Bishofsgrjun,Bisofsgryun,bi shao fu si ge lin,bishofusuguryun,Бишофсгрин,Бишофсгрюн,Бішофсгрюн,Բիշոֆսգրյուն,ビショフスグリュン,比绍夫斯格林	09472121	02	094	09472	09472121
2948295	Bischofsdorf	bischofsdorf	DE		0	Europe/Berlin	54.5835	13.2761				12	00	13073	13073101
2948296	Bischofsdhron	bischofsdhron	DE		0	Europe/Berlin	49.81761	7.1533				08	00	07231	07231502
2948297	Bischofsbrück	bischofsbrueck	DE		0	Europe/Berlin	52.89995	7.82204		Bischofsbruck,Bischofsbrucke,Bischofsbrück,Bischofsbrücke		06	00	03453	03453012
2948303	Bischoffingen	bischoffingen	DE		640	Europe/Berlin	48.10435	7.62724		Bischoffingen		01	083	08315	08315133
2948308	Bischof	bischof	DE		0	Europe/Berlin	53.91555	9.39519				10	00	01061	01061062
2948309	Bischof	bischof	DE		0	Europe/Berlin	52.97665	10.96783				06	00	03354	03354024
2948310	Bischof	bischof	DE		0	Europe/Berlin	52.9	8.73333				06	00	03251	03251007
2948314	Bischmisheim	bischmisheim	DE		0	Europe/Berlin	49.22158	7.06897		Bischmisheim		09	00	10041	10041100
2948315	Bischmatt	bischmatt	DE		0	Europe/Berlin	47.78378	7.90814				01	083	08336	08336089
2948316	Bischmannshausen	bischmannshausen	DE		0	Europe/Berlin	48.12678	9.58512				01	084	08426	08426020
2948319	Bischleben	bischleben	DE		0	Europe/Berlin	50.93632	10.98479		Bischleben,Erfurt-Bischleben		15	00	16051	16051000
2948327	Bischhausen	bischhausen	DE		0	Europe/Berlin	51.44759	10.08133				06	00	03159	03159015
2948328	Bischhausen	bischhausen	DE		0	Europe/Berlin	51.34858	9.85627				05	066	06636	06636016
2948329	Bischhausen	bischhausen	DE		0	Europe/Berlin	51.13725	9.93406		Bischhausen		05	066	06636	06636012
2948330	Bischhausen	bischhausen	DE		0	Europe/Berlin	51.01176	9.20504				05	066	06634	06634016
2948331	Bischhagen	bischhagen	DE		0	Europe/Berlin	51.42565	10.09369				15	00	16061	16061049
2948343	Birzhaft	birzhaft	DE		0	Europe/Berlin	54.72384	9.81308				10	00	01059	01059109
2948347	Birth	birth	DE		0	Europe/Berlin	51.20767	6.20201				07	051	05166	05166020
2948349	Birten	birten	DE		0	Europe/Berlin	51.63456	6.47569		Birten		07	051	05170	05170052
2948353	Birristoft	birristoft	DE		0	Europe/Berlin	54.71667	9.73333				10	00	01059	01059167
2948356	Birrenbachshöhe	birrenbachshoehe	DE		0	Europe/Berlin	50.86452	7.41273		Birrenbachshoehe,Birrenbachshohe,Birrenbachshöhe		07	053	05382	05382036
2948357	Birnthon	birnthon	DE		0	Europe/Berlin	49.41239	11.26194		Birnthon		02	095	09564	09564000
2948358	Birnthal	birnthal	DE		0	Europe/Berlin	48.58021	12.56521				02	092	09279	09279126
2948360	Birnstengel	birnstengel	DE		0	Europe/Berlin	50.05781	11.80702		Birnstengel		02	094	09472	09472121
2948363	Birnkofen	birnkofen	DE		0	Europe/Berlin	48.55908	12.26008				02	092	09274	09274111
2948365	Birngschwend	birngschwend	DE		0	Europe/Berlin	47.72567	10.54679				02	097	09777	09777179
2948366	Birnfeld	birnfeld	DE		0	Europe/Berlin	50.20074	10.4299				02	096	09678	09678181
2948369	Birndorf	birndorf	DE		0	Europe/Berlin	47.62458	8.13424		Birndorf		01	083	08337	08337002
2948370	Birnbrunn	birnbrunn	DE		0	Europe/Berlin	49.1145	12.70172				02	093	09372	09372164
2948373	Birnbaum	birnbaum	DE		0	Europe/Berlin	50.85	10.73333				15	00	16067	16067053
2948374	Birnbaum	birnbaum	DE		0	Europe/Berlin	50.33286	11.42627				02	094	09476	09476177
2948375	Birnbaum	birnbaum	DE		0	Europe/Berlin	49.62817	10.71879				02	095	09575	09575125
2948376	Birnbaum	birnbaum	DE		0	Europe/Berlin	48.12321	12.69875				02	091	09171	09171119
2948377	Birnbaum	birnbaum	DE		0	Europe/Berlin	47.65386	10.8383				02	097	09777	09777173
2948390	Birmenitz	birmenitz	DE		0	Europe/Berlin	51.17892	13.22527				13	00	14627	14627130
2948393	Birlinghoven	birlinghoven	DE		0	Europe/Berlin	50.74805	7.2241		Birlinghoven		07	053	05382	05382056
2948397	Birkwitz	birkwitz	DE		0	Europe/Berlin	50.97171	13.88972				13	00	14628	14628270
2948401	Birkwalde	birkwalde	DE		0	Europe/Berlin	51.68998	13.7179				11	00	12062	12062469
2948404	Birkungen	birkungen	DE		0	Europe/Berlin	51.36584	10.33752		Birkungen		15	00	16061	16061115
2948410	Birkmannsweiler	birkmannsweiler	DE		0	Europe/Berlin	48.8648	9.43073				01	081	08119	08119085
2948412	Birklingen	birklingen	DE		0	Europe/Berlin	49.71081	10.34598				02	096	09675	09675139
2948414	Birklein	birklein	DE		0	Europe/Berlin	49.14298	10.95208				02	095	09577	09577161
2948415	Birklar	birklar	DE		0	Europe/Berlin	50.49399	8.81464				05	065	06531	06531011
2948416	Birkland	birkland	DE		0	Europe/Berlin	47.85834	10.95131		Birkland		02	091	09190	09190140
2948419	Birkingen	birkingen	DE		0	Europe/Berlin	47.62488	8.14776		Birkingen		01	083	08337	08337002
2948426	Birkig	birkig	DE		0	Europe/Berlin	50.2878	11.12151				02	094	09473	09473151
2948427	Birkhorst	birkhorst	DE		0	Europe/Berlin	52.82074	13.25338		Birkhorst,Birkhorst Siedlung		11	00	12065	12065198
2948429	Birkhorst	birkhorst	DE		0	Europe/Berlin	52.78333	12.53333				11	00	12063	12063088
2948431	Birkhorst	birkhorst	DE		0	Europe/Berlin	52.51667	12.61667				11	00	12069	12069019
2948432	Birkhorst	birkhorst	DE		0	Europe/Berlin	52.18831	12.90487				11	00	12069	12069017
2948436	Birkholzaue	birkholzaue	DE		0	Europe/Berlin	52.6341	13.60923		Kolonie Birkholzaue		11	00	12060	12060020
2948449	Birkhof	birkhof	DE		0	Europe/Berlin	49.80818	11.89533				02	093	09377	09377128
2948450	Birkhof	birkhof	DE		0	Europe/Berlin	49.06667	9.96667				01	081	08127	08127103
2948451	Birkhof	birkhof	DE		0	Europe/Berlin	48.91327	11.13113				02	091	09176	09176160
2948452	Birkhof	birkhof	DE		0	Europe/Berlin	48.92351	9.75073				01	081	08136	08136027
2948453	Birkhof	birkhof	DE		0	Europe/Berlin	48.71382	9.77264				01	081	08117	08117015
2948454	Birkhof	birkhof	DE		0	Europe/Berlin	48.50677	9.95168				01	084	08425	08425135
2948455	Birkhof	birkhof	DE		0	Europe/Berlin	47.85812	9.39622				01	084	08437	08437056
2948475	Birkhof	birkhof	DE		0	Europe/Berlin	48.21498	9.18547				01	084	08437	08437082
2948481	Birkhausen	birkhausen	DE		0	Europe/Berlin	50.78032	11.91673				15	00	16076	16076088
2948482	Birkhausen	birkhausen	DE		0	Europe/Berlin	48.9	10.49056				02	097	09779	09779224
2948484	Birkhalde	birkhalde	DE		0	Europe/Berlin	52.94802	13.13201				11	00	12065	12065198
2948486	Birkguthäuser	birkguthaeuser	DE		0	Europe/Berlin	51.0739	14.34533				13	00	14625	14625590
2948488	Birket	birket	DE		0	Europe/Berlin	48.88763	12.92293				02	092	09271	09271116
2948489	Birket	birket	DE		0	Europe/Berlin	48.71667	13.35				02	092	09275	09275121
2948496	Birkesdorf	birkesdorf	DE		0	Europe/Berlin	50.8219	6.46691		Birkesdorf		07	053	05358	05358008
2948497	Birkert	birkert	DE		0	Europe/Berlin	49.75234	8.94295				05	064	06437	06437005
2948500	Birkenzell	birkenzell	DE		0	Europe/Berlin	48.99085	10.27394				01	081	08136	08136068
2948501	Birkenzant	birkenzant	DE		0	Europe/Berlin	49.14251	12.18641				02	093	09375	09375190
2948505	Birkenweißbuch	birkenweissbuch	DE		0	Europe/Berlin	48.85137	9.48747				01	081	08119	08119089
2948506	Birkenweiler	birkenweiler	DE		0	Europe/Berlin	47.81667	9.26667				01	084	08435	08435015
2948507	Birkenweiler	birkenweiler	DE		0	Europe/Berlin	47.76667	9.35				01	084	08435	08435052
2948509	Birkenwald	birkenwald	DE		0	Europe/Berlin	50.28333	12.25				13	00	14523	14523040
2948516	Birkenstuhl	birkenstuhl	DE		0	Europe/Berlin	48.34009	12.35557		Birkenstuhl,Birket		02	092	09274	09274193
2948518	Birkenstein	birkenstein	DE		0	Europe/Berlin	52.51929	13.65183				11	00	12064	12064336
2948519	Birkenstein	birkenstein	DE		0	Europe/Berlin	47.71652	11.96042				02	091	09182	09182114
2948525	Birkenrode	birkenrode	DE		0	Europe/Berlin	51.1424	14.25506		Birkenrode,Brezysco,Brězyšćo		13	00	14625	14625100
2948526	Birkenreuth	birkenreuth	DE		0	Europe/Berlin	49.79024	11.23464				02	094	09474	09474176
2948533	Birkenmoor	birkenmoor	DE		0	Europe/Berlin	54.44504	10.07221				10	00	01058	01058150
2948534	Birkenmoor	birkenmoor	DE		0	Europe/Berlin	51.61679	10.85587		Birkenmoor,Forsterei Birkenmoor,Försterei Birkenmoor		15	00	16062	16062065
2948536	Birkenlohe	birkenlohe	DE		0	Europe/Berlin	48.90651	9.78182				01	081	08136	08136061
2948538	Birkenlach	birkenlach	DE		0	Europe/Berlin	49.3	11.13333				02	095	09576	09576132
2948551	Birkenhügel	birkenhuegel	DE		0	Europe/Berlin	50.43333	11.75		Birkenhugel,Birkenhügel	16075136	15	00	16075	16075136
2948553	Birkenhöhe	birkenhoehe	DE		0	Europe/Berlin	52.64978	13.58854				11	00	12060	12060020
2948555	Birkenhof	birkenhof	DE		0	Europe/Berlin	50.54273	9.83478				05	066	06631	06631003
2948556	Birkenhof	birkenhof	DE		0	Europe/Berlin	50.1307	11.59181				02	094	09477	09477163
2948567	Birkenheim	birkenheim	DE		0	Europe/Berlin	52.48743	13.72082				11	00	12067	12067440
2948572	Birkenhäuser	birkenhaeuser	DE		0	Europe/Berlin	50.40355	12.31749				13	00	14523	14523370
2948575	Birkenhard	birkenhard	DE		0	Europe/Berlin	48.12414	9.76729				01	084	08426	08426128
2948577	Birkenhainchen	birkenhainchen	DE		0	Europe/Berlin	52.00696	14.05303		Birkenhainchen,Borkenhainkan,Brjazynka		11	00	12061	12061329
2948578	Birkenhain	birkenhain	DE		0	Europe/Berlin	51.05842	13.49037		Birkenhain,Limbach-Birkenhain		13	00	14628	14628410
2948579	Birkenhain	birkenhain	DE		0	Europe/Berlin	52.38262	13.31139				11	00	12072	12072120
2948585	Birkengang	birkengang	DE		0	Europe/Berlin	50.78249	6.23473				07	053	05334	05334032
2948586	Birkenfels	birkenfels	DE		0	Europe/Berlin	49.37076	10.52879				02	095	09571	09571146
2948601	Birkendorf	birkendorf	DE		0	Europe/Berlin	48.1	9.8				01	084	08426	08426021
2948602	Birkendorf	birkendorf	DE		0	Europe/Berlin	47.74918	8.31304				01	083	08337	08337128
2948604	Birkenbusch	birkenbusch	DE		0	Europe/Berlin	52.9556	8.41049				06	00	03458	03458003
2948605	Birkenbusch	birkenbusch	DE		0	Europe/Berlin	52.76667	8.33333				06	00	03460	03460004
2948609	Birkenbühl	birkenbuhl	DE		0	Europe/Berlin	50.09855	12.12139				02	094	09479	09479159
2948614	Birkenbringhausen	birkenbringhausen	DE		0	Europe/Berlin	51.02216	8.73294				05	066	06635	06635006
2948647	Birkenhof	birkenhof	DE		0	Europe/Berlin	50.92536	7.33861		Birken		07	053	05378	05378024
2948650	Birkenbach	birkenbach	DE		0	Europe/Berlin	50.91225	7.60308		Birkenbach		07	053	05374	05374032
2948655	Birken	birken	DE		0	Europe/Berlin	50.91916	7.36208				07	053	05382	05382036
2948656	Birken	birken	DE		0	Europe/Berlin	51.18333	6.93333				07	051	05158	05158016
2948657	Birken	birken	DE		0	Europe/Berlin	50.94262	7.25643				07	053	05378	05378024
2948658	Birken	birken	DE		0	Europe/Berlin	50.9019	7.24626				07	053	05382	05382028
2948659	Birken	birken	DE		0	Europe/Berlin	50.83278	7.9591				08	00	07132	07132072
2948660	Birken	birken	DE		0	Europe/Berlin	50.81667	7.73333				08	00	07132	07132008
2948661	Birken	birken	DE		0	Europe/Berlin	50.81985	7.33006				07	053	05382	05382040
2948662	Birken	birken	DE		0	Europe/Berlin	50.63634	7.36751		Birken		08	00	07138	07138077
2948671	Birkelbach	birkelbach	DE		0	Europe/Berlin	51.01546	8.26165				07	059	05970	05970012
2948672	Birkelbach	birkelbach	DE		0	Europe/Berlin	49.17154	10.13028				01	081	08127	08127073
2948674	Birkefehl	birkefehl	DE		0	Europe/Berlin	51.01031	8.29549				07	059	05970	05970012
2948681	Birkau	birkau	DE		0	Europe/Berlin	51.16156	14.30325		Birkau,Birkav,Breza,Brěza		13	00	14625	14625150
2948684	Birkacherhöfe	birkacherhofe	DE		0	Europe/Berlin	48.59001	10.42439		Birkacherhof		02	097	09773	09773144
2948685	Birkach am Forst	birkach-am-forst	DE		0	Europe/Berlin	50.18069	10.99543		Birkach,Birkach am Forst		02	094	09473	09473170
2948687	Birkach	birkach	DE		0	Europe/Berlin	50.27825	11.322		Birkach,Birkig		02	094	09476	09476145
2948688	Birkach	birkach	DE		0	Europe/Berlin	50.15246	10.63367				02	096	09674	09674121
2948689	Birkach	birkach	DE		0	Europe/Berlin	50.06662	10.90273				02	094	09478	09478120
2948690	Birkach	birkach	DE		0	Europe/Berlin	49.84141	10.8266				02	094	09471	09471131
2948691	Birkach	birkach	DE		0	Europe/Berlin	49.68346	10.539				02	095	09575	09575147
2948692	Birkach	birkach	DE		0	Europe/Berlin	49.40557	10.3312				02	095	09571	09571225
2948693	Birkach	birkach	DE		0	Europe/Berlin	49.37219	10.46095				02	095	09571	09571171
2948694	Birkach	birkach	DE		0	Europe/Berlin	49.2324	11.18923				02	095	09576	09576143
2948695	Birkach	birkach	DE		0	Europe/Berlin	49.19639	10.39917				02	095	09571	09571166
2948696	Birkach	birkach	DE		0	Europe/Berlin	49.13985	10.5625		Birkach		02	095	09571	09571115
2948697	Birkach	birkach	DE		0	Europe/Berlin	48.72149	9.20873				01	081	08111	08111000
2948698	Birkach	birkach	DE		0	Europe/Berlin	48.21588	10.67389		Birkach		02	097	09772	09772200
2948699	Birkach	birkach	DE		0	Europe/Berlin	48.14901	12.01532				02	091	09175	09175123
2948709	Birk	birk	DE		0	Europe/Berlin	50.83387	7.27971				07	053	05382	05382028
2948710	Birk	birk	DE		0	Europe/Berlin	50.84145	6.13243				07	053	05334	05334036
2948711	Birk	birk	DE		0	Europe/Berlin	50.07686	11.92439				02	094	09479	09479166
2948712	Birk	birk	DE		0	Europe/Berlin	49.86959	11.69626				02	094	09472	09472133
2948715	Biringen	biringen	DE		0	Europe/Berlin	49.41203	6.54822				09	00	10044	10044114
2948717	Birgte	birgte	DE		2000	Europe/Berlin	52.2479	7.64833	48	Birgithi		07	055	05566	05566016
2948718	Birgsau	birgsau	DE		0	Europe/Berlin	47.33438	10.26811		Birgsau		02	097	09780	09780133
2948719	Birglbach	birglbach	DE		0	Europe/Berlin	48.47053	11.27021				02	091	09185	09185131
2948720	Birgen	birgen	DE		0	Europe/Berlin	51.22745	6.28958				07	051	05166	05166024
2948722	Birgelen	birgelen	DE		0	Europe/Berlin	51.11505	6.14985				07	053	05370	05370036
2948726	Birgden	birgden	DE		0	Europe/Berlin	51.00598	6.04969				07	053	05370	05370008
2948729	Birchau	birchau	DE		0	Europe/Berlin	48.48196	13.23472				02	092	09275	09275124
2948731	Birach	birach	DE		0	Europe/Berlin	48.35043	8.07999		Birach		01	083	08317	08317146
2948734	Binzwangen	binzwangen	DE		0	Europe/Berlin	49.38407	10.37146				02	095	09571	09571130
2948735	Binzwangen	binzwangen	DE		0	Europe/Berlin	48.11044	9.41627				01	084	08426	08426045
2948737	Binzmatte	binzmatte	DE		0	Europe/Berlin	48.41858	8.01652				01	083	08317	08317034
2948738	Binzgen	binzgen	DE		0	Europe/Berlin	47.57296	8.05126				01	083	08337	08337066
2948739	Binzenried	binzenried	DE		0	Europe/Berlin	47.7497	10.32648		Binzenried		02	097	09763	09763000
2948743	Binzenbach	binzenbach	DE		0	Europe/Berlin	50.51597	6.90325				08	00	07131	07131040
2948748	Binzeler	binzeler	DE		0	Europe/Berlin	47.61033	10.37752				02	097	09780	09780137
2948754	Binsheim	binsheim	DE		0	Europe/Berlin	51.51176	6.70018				07	051	05112	05112000
2948755	Binsham	binsham	DE		0	Europe/Berlin	48.49552	12.12981				02	092	09274	09274182
2948756	Binsförth	binsfoerth	DE		0	Europe/Berlin	51.07248	9.57213		Bimstorth,Binsforth,Binsförth		05	066	06634	06634015
2948757	Binsfeldhammer	binsfeldhammer	DE		0	Europe/Berlin	50.75659	6.23869				07	053	05334	05334032
2948762	Binsenweiler	binsenweiler	DE		0	Europe/Berlin	49.23583	10.3075		Binsenweiler		02	095	09571	09571137
2948765	Binsengraben	binsengraben	DE		0	Europe/Berlin	48.20906	10.09536				02	097	09775	09775129
2948767	Binselberg	binselberg	DE		0	Europe/Berlin	49.23346	9.87976				01	081	08127	08127032
2948770	Binsdorf	binsdorf	DE		0	Europe/Berlin	48.30426	8.76151				01	084	08417	08417022
2948771	Binscheid	binscheid	DE		0	Europe/Berlin	50.11487	6.24602				08	00	07232	07232333
2948772	Binsberg	binsberg	DE		0	Europe/Berlin	48.74394	10.74911				02	097	09779	09779131
2948775	Binsbach	binsbach	DE		0	Europe/Berlin	49.9509	10.00907		Binsbach		02	096	09677	09677114
2948778	Binolen	binolen	DE		0	Europe/Berlin	51.36974	7.85985		Binolen		07	059	05962	05962008
2948780	Binnings	binnings	DE		0	Europe/Berlin	47.82954	10.49578				02	097	09777	09777111
2948785	Binnig	binnig	DE		0	Europe/Berlin	50.03333	10.68333				02	096	09674	09674160
2948786	Binnewitz	binnewitz	DE		0	Europe/Berlin	51.22918	13.18982				13	00	14522	14522450
2948787	Binnewitz	binnewitz	DE		0	Europe/Berlin	51.14385	14.45955		Binnewitz,Bonjecy,Bónjecy		13	00	14625	14625190
2948796	Binnenkamp	binnenkamp	DE		0	Europe/Berlin	53.85	10.51667				10	00	01062	01062061
2948798	Binnenheide	binnenheide	DE		0	Europe/Berlin	52.43332	12.2809		Binnenhaide,Binnenheide		14	00	15086	15086080
2948805	Binnenborg	binnenborg	DE		0	Europe/Berlin	52.51718	6.96028				06	00	03456	03456004
2948807	Binnenbach	binnenbach	DE		0	Europe/Berlin	48.52098	10.97907		Binnenbach		02	097	09771	09771114
2948813	Bingumgaste	bingumgaste	DE		0	Europe/Berlin	53.2169	7.39551				06	00	03457	03457013
2948815	Bingum	bingum	DE		0	Europe/Berlin	53.22203	7.41351		Bingum		06	00	03457	03457013
2948816	Binghausen	binghausen	DE		0	Europe/Berlin	52.81303	8.65671				06	00	03251	03251042
2948819	Bingert	bingert	DE		0	Europe/Berlin	49.78137	7.79915				08	00	07133	07133030
2948821	Bingerbrück	bingerbrueck	DE		0	Europe/Berlin	49.96612	7.88476		Bingerbruck,Bingerbrück		08	00	07339	07339005
2948824	Bingenheim	bingenheim	DE		0	Europe/Berlin	50.37246	8.89719		Bingenheim		05	064	06440	06440006
2948937	Billig	billig	DE		0	Europe/Berlin	50.63057	6.77769				07	053	05366	05366016
2948830	Bingarten	bingarten	DE		0	Europe/Berlin	49.85987	12.00066				02	093	09377	09377129
2948831	Binenwalde	binenwalde	DE		0	Europe/Berlin	53.052	12.79841				11	00	12068	12068320
2948834	Bindsachsen	bindsachsen	DE		0	Europe/Berlin	50.35301	9.16774				05	064	06440	06440013
2948835	Bindow Süd	bindow-sued	DE		0	Europe/Berlin	52.26653	13.7444				11	00	12061	12061217
2948836	Bindow Siedlung	bindow-siedlung	DE		0	Europe/Berlin	52.26667	13.73333				11	00	12061	12061217
2948837	Bindowbrück	bindowbrueck	DE		0	Europe/Berlin	52.28333	13.73333				11	00	12061	12061260
2948841	Bindham	bindham	DE		0	Europe/Berlin	47.76365	12.00448		Bindham,Blindham		02	091	09187	09187129
2948842	Bindfelde	bindfelde	DE		0	Europe/Berlin	52.59001	11.90163				14	00	15090	15090535
2948843	Bindersleben	bindersleben	DE		0	Europe/Berlin	50.97409	10.95125		Bindersleben,Erfurt-Bindersleben		15	00	16051	16051000
2948846	Bindersbach	bindersbach	DE		0	Europe/Berlin	49.19012	7.976		Bindersbach		08	00	07337	07337501
2948849	Bindering	bindering	DE		0	Europe/Berlin	48.56555	13.23528				02	092	09275	09275138
2948850	Binderhügel	binderhugel	DE		0	Europe/Berlin	48.68172	13.73562				02	092	09275	09275148
2948856	Binder	binder	DE		0	Europe/Berlin	52.09329	10.1934				06	00	03158	03158002
2948857	Bindelhub	bindelhub	DE		0	Europe/Berlin	48.38206	12.23221				02	092	09274	09274154
2948862	Binastorf	binastorf	DE		0	Europe/Berlin	48.40278	12.38596				02	092	09274	09274120
2948863	Binabiburg	binabiburg	DE		0	Europe/Berlin	48.43893	12.42694				02	092	09274	09274120
2948865	Bimolten	bimolten	DE		0	Europe/Berlin	52.48742	7.03192				06	00	03456	03456015
2948867	Bimmlings	bimmlings	DE		0	Europe/Berlin	47.84618	10.08676				01	084	08436	08436055
2948868	Bimmen	bimmen	DE		0	Europe/Berlin	51.85865	6.06883		Bimmen		07	051	05154	05154036
2948869	Bimisdorf	bimisdorf	DE		0	Europe/Berlin	47.7	9.86667				01	084	08436	08436081
2948870	Bimberghot	bimberghot	DE		0	Europe/Berlin	51.53144	7.74316				07	059	05978	05978036
2948873	Bimbach	bimbach	DE		0	Europe/Berlin	49.86123	10.37996				02	096	09675	09675158
2948875	Bilzingen	bilzingen	DE		0	Europe/Berlin	49.59823	6.4511				08	00	07235	07235149
2948880	Bilveringsen	bilveringsen	DE		0	Europe/Berlin	51.38626	7.73342				07	059	05962	05962024
2948883	Bilstein	bilstein	DE		0	Europe/Berlin	51.29145	7.39825				07	059	05954	05954008
2948884	Bilstein	bilstein	DE		0	Europe/Berlin	51.09473	8.02087		Bilstein		07	059	05966	05966020
2948885	Bilstein	bilstein	DE		0	Europe/Berlin	51.05973	7.31404				07	053	05378	05378012
2948899	Bilsenerbrücke	bilsenerbruecke	DE		0	Europe/Berlin	53.74647	9.88682				10	00	01056	01056041
2948903	Bilsdorf	bilsdorf	DE		0	Europe/Berlin	49.38325	6.82361		Bilsdorf		09	00	10044	10044113
2948904	Bilschau	bilschau	DE		0	Europe/Berlin	54.7269	9.43418				10	00	01059	01059184
2948907	Bilohe	bilohe	DE		0	Europe/Berlin	53.31706	8.76889				06	00	03356	03356007
2948910	Bilme	bilme	DE		0	Europe/Berlin	51.51546	8.01482		Bilme		07	059	05974	05974012
2948911	Bilm	bilm	DE		0	Europe/Berlin	52.33971	9.91355				06	00	03241	03241016
2948914	Billwerder	billwerder	DE		0	Europe/Berlin	53.49846	10.13866		Billwarder,Billwärder		04	00	02000	02000000
2948917	Billstedt	billstedt	DE		0	Europe/Berlin	53.55	10.13333		Bilshtet,Hamburg-Billstedt,Билштет		04	00	02000	02000000
2948922	Billmuthausen	billmuthausen	DE		0	Europe/Berlin	50.28333	10.78333		Billmuthausen,Billmuthhausen		15	00	16069	16069063
2948923	Billmerich	billmerich	DE		0	Europe/Berlin	51.50342	7.67468		Bilimerki,Billmerich,Bīlimėrki		07	059	05978	05978036
2948925	Billingshausen	billingshausen	DE		0	Europe/Berlin	49.87238	9.71951		Billingshausen		02	096	09677	09677119
2948926	Billingshalden	billingshalden	DE		0	Europe/Berlin	48.90888	9.87997				01	081	08136	08136002
2948927	Billingsdorf	billingsdorf	DE		0	Europe/Berlin	48.48321	11.69787				02	091	09178	09178156
2948928	Billingsbach	billingsbach	DE		0	Europe/Berlin	49.304	9.89733				01	081	08127	08127008
2948929	Billings	billings	DE		0	Europe/Berlin	49.75559	8.79512		Billings		05	064	06432	06432007
2948930	Billinghausen	billinghausen	DE		0	Europe/Berlin	51.96088	8.74426				07	057	05766	05766040
2948931	Billinghausen	billinghausen	DE		0	Europe/Berlin	51.49919	8.9554				05	066	06635	06635008
2948938	Billertshausen	billertshausen	DE		0	Europe/Berlin	50.74752	9.19841				05	065	06535	06535001
2948939	Billersberg	billersberg	DE		0	Europe/Berlin	48.36366	8.12496				01	083	08317	08317088
2948940	Billerei	billerei	DE		0	Europe/Berlin	52.84942	7.10297				06	00	03454	03454018
2948948	Billenhausen	billenhausen	DE		0	Europe/Berlin	48.27257	10.36354				02	097	09774	09774150
2948950	Billenhagen	billenhagen	DE		0	Europe/Berlin	54.12352	12.35816				12	00	13072	13072015
2948953	Billeben	billeben	DE		0	Europe/Berlin	51.26459	10.7381		Billeben		15	00	16065	16065001
2948956	Billbrook	billbrook	DE		0	Europe/Berlin	53.52967	10.09463				04	00	02000	02000000
2948957	Billberge	billberge	DE		0	Europe/Berlin	52.63056	12.00359				14	00	15090	15090550
2948958	Billafingen	billafingen	DE		0	Europe/Berlin	48.15758	9.32156				01	084	08426	08426067
2948959	Billafingen	billafingen	DE		0	Europe/Berlin	47.83156	9.14158		Billafingen		01	084	08435	08435047
2948965	Bilk	bilk	DE		0	Europe/Berlin	52.24343	7.28463		Bilk		07	055	05566	05566096
2948968	Bilfingen	bilfingen	DE		0	Europe/Berlin	48.94824	8.62493				01	082	08236	08236074
2948969	Bildstock	bildstock	DE		0	Europe/Berlin	49.33235	7.09561		Bildstock		09	00	10041	10041511
2948971	Bildstein	bildstein	DE		0	Europe/Berlin	48.1832	7.96508				01	083	08316	08316054
2948972	Bildstein	bildstein	DE		0	Europe/Berlin	50.50043	9.86383				05	066	06631	06631021
2948974	Bildschacherhof	bildschacherhof	DE		0	Europe/Berlin	49.39259	7.54284				08	00	07335	07335022
2948977	Bilderlahe	bilderlahe	DE		0	Europe/Berlin	51.89082	10.12592				06	00	03153	03153012
2948981	Bildechingen	bildechingen	DE		0	Europe/Berlin	48.46439	8.71439				01	082	08237	08237040
2948982	Bildchen	bildchen	DE		0	Europe/Berlin	50.73026	6.04033				07	053	05334	05334002
2948987	Bihls	bihls	DE		0	Europe/Berlin	47.83297	10.16753				02	097	09778	09778165
2948988	Bihls	bihls	DE		0	Europe/Berlin	47.71328	10.21582				02	097	09780	09780117
2948990	Bihlerdorf	bihlerdorf	DE		0	Europe/Berlin	47.52869	10.25593				02	097	09780	09780115
2948991	Bihlafingen	bihlafingen	DE		0	Europe/Berlin	48.26097	9.95722				01	084	08426	08426070
2948994	Biggenmoos	biggenmoos	DE		0	Europe/Berlin	47.67074	9.62438				01	084	08435	08435057
2948998	Bigge	bigge	DE		0	Europe/Berlin	51.35541	8.47053		Bigge		07	059	05958	05958036
2949000	Biezighofen	biezighofen	DE		0	Europe/Berlin	47.94012	7.81781				01	083	08315	08315125
2949001	Biewer	biewer	DE		0	Europe/Berlin	49.77894	6.66278				08	00	07211	07211000
2949003	Bietzen	bietzen	DE		0	Europe/Berlin	49.4149	6.65735				09	00	10042	10042113
2949005	Bietzefeld	bietzefeld	DE		0	Europe/Berlin	53.40994	7.5432		Bietzefeld,Bitzefeld		06	00	03452	03452006
2949009	Bietingen	bietingen	DE		0	Europe/Berlin	47.97125	9.03216		Bietingen		01	084	08437	08437123
2949010	Bietingen	bietingen	DE		0	Europe/Berlin	47.73852	8.73113				01	083	08335	08335028
2949011	Bietikow	bietikow	DE		0	Europe/Berlin	53.26942	13.93942				11	00	12073	12073578
2949016	Bieth	bieth	DE		0	Europe/Berlin	51.29699	6.23458				07	051	05166	05166016
2949017	Bietenweiler	bietenweiler	DE		0	Europe/Berlin	47.76479	9.82349				01	084	08436	08436052
2949018	Bietenhausen	bietenhausen	DE		0	Europe/Berlin	48.40921	8.8658				01	084	08417	08417051
2949019	Bietegast	bietegast	DE		0	Europe/Berlin	54.35529	13.33616				12	00	13073	13073027
2949020	Bietegast	bietegast	DE		0	Europe/Berlin	51.79886	12.71278				14	00	15091	15091160
2949021	Bieswang	bieswang	DE		0	Europe/Berlin	48.92836	11.03671				02	095	09577	09577158
2949022	Biestow	biestow	DE		0	Europe/Berlin	54.06053	12.10336		Bie		12	00	13003	13003000
2949026	Biesterholz	biesterholz	DE		0	Europe/Berlin	53.19547	12.28676				11	00	12070	12070316
2949027	Biesterfeld	biesterfeld	DE		0	Europe/Berlin	51.87278	9.27315				07	057	05766	05766052
2949031	Bieste	bieste	DE		0	Europe/Berlin	52.52092	8.02405				06	00	03459	03459031
2949035	Biesow	biesow	DE		0	Europe/Berlin	52.68056	13.92781				11	00	12064	12064393
2949036	Biesnitz	biesnitz	DE		0	Europe/Berlin	51.13737	14.95767		Biesnitz,Gross Biesnitz,Groß Biesnitz		13	00	14626	14626110
2949037	Bieslings	bieslings	DE		0	Europe/Berlin	47.58957	9.84513				02	097	09776	09776125
2949038	Biesings	biesings	DE		0	Europe/Berlin	47.6	9.75		Biesings,Biesings Schwaben		02	097	09776	09776115
2949039	Biesingen	biesingen	DE		0	Europe/Berlin	49.21984	7.20274				09	00	10045	10045112
2949040	Biesingen	biesingen	DE		0	Europe/Berlin	47.98695	8.58528		Biesingen		01	083	08326	08326003
2949041	Biesig	biesig	DE		0	Europe/Berlin	51.16135	14.79414		Biesig,Dittmannsdorf-Biesig		13	00	14626	14626450
2949043	Biesfeld	biesfeld	DE		0	Europe/Berlin	51.01969	7.24416		Biesfeld		07	053	05378	05378012
2949044	Biesern	biesern	DE		0	Europe/Berlin	51.03333	12.8				13	00	14522	14522530
2949048	Biesenstück	biesenstueck	DE		0	Europe/Berlin	50.73128	7.84565				08	00	07132	07132107
2949051	Biesenhard	biesenhard	DE		0	Europe/Berlin	48.82264	11.14358				02	091	09176	09176166
2949052	Biesendorf	biesendorf	DE		0	Europe/Berlin	47.91262	8.8122		Biesendorf		01	083	08335	08335022
2949055	Biesenberg	biesenberg	DE		0	Europe/Berlin	47.63333	9.88333				02	097	09776	09776114
2949058	Biesenbach	biesenbach	DE		0	Europe/Berlin	51.07093	7.04905		Biesenbach		07	053	05316	05316000
2949059	Biesenbach	biesenbach	DE		0	Europe/Berlin	51.05602	7.30737				07	053	05378	05378012
2949061	Biesen	biesen	DE		0	Europe/Berlin	53.18999	12.4688				11	00	12068	12068468
2949062	Biesen	biesen	DE		0	Europe/Berlin	51.47231	12.37141				13	00	14730	14730250
2949063	Biesen	biesen	DE		0	Europe/Berlin	47.67372	10.04047				02	097	09776	09776118
2949067	Bieselsberg	bieselsberg	DE		0	Europe/Berlin	48.80078	8.70185		Bieselsberg		01	082	08235	08235065
2949069	Bieselbach	bieselbach	DE		0	Europe/Berlin	48.39319	10.65416				02	097	09772	09772159
2949070	Biesel	biesel	DE		0	Europe/Berlin	51.16839	6.4801				07	051	05116	05116000
2949072	Biesdorf Süd	biesdorf-sud	DE		0	Europe/Berlin	52.49445	13.55794		Biesdorf Sud,Biesdorf Süd		16	00	11000	11000000
2949076	Bierwinkl	bierwinkl	DE		0	Europe/Berlin	49.14653	12.70342				02	093	09372	09372177
2949077	Bierth	bierth	DE		0	Europe/Berlin	50.74403	7.36088				07	053	05382	05382020
2949078	Bierstraß	bierstrass	DE		0	Europe/Berlin	50.86941	6.1111		Bierstrass,Bierstrasz,Bierstraß		07	053	05334	05334016
2949080	Bierstetten	bierstetten	DE		0	Europe/Berlin	48.0101	9.58589		Bierstetten		01	084	08437	08437100
2949082	Bierstadt	bierstadt	DE		0	Europe/Berlin	50.08295	8.28569		Bierstadt		05	064	06414	06414000
2949090	Bierlingen	bierlingen	DE		0	Europe/Berlin	48.43202	8.81524				01	084	08416	08416050
2949091	Bierlhof	bierlhof	DE		0	Europe/Berlin	49.51581	12.28748				02	093	09376	09376173
2949093	Bieringen	bieringen	DE		0	Europe/Berlin	49.3439	9.52963				01	081	08126	08126072
2949094	Bieringen	bieringen	DE		0	Europe/Berlin	48.45152	8.85485				01	084	08416	08416036
2949097	Bierhütte	bierhutte	DE		0	Europe/Berlin	48.84328	13.51876		Bierhutte,Bierhutten,Bierhütte,Bierhütten		02	092	09272	09272127
2949099	Bierfeld	bierfeld	DE		0	Europe/Berlin	49.60977	6.94991		Bierfeld		09	00	10046	10046115
2949101	Bierendorf	bierendorf	DE		0	Europe/Berlin	49.95294	6.29261				08	00	07232	07232072
2949102	Bieren	bieren	DE		0	Europe/Berlin	52.23587	8.52472		Bieren		07	057	05758	05758028
2949104	Bierdorf	bierdorf	DE		0	Europe/Berlin	47.97118	11.09602		Bierdorf		02	091	09181	09181114
2949105	Bierderloh	bierderloh	DE		0	Europe/Berlin	52.36804	9.02939				07	057	05770	05770028
2949107	Bierdenermehren	bierdenermehren	DE		0	Europe/Berlin	53.01667	9				06	00	03361	03361001
2949108	Bierden	bierden	DE		0	Europe/Berlin	53.01217	9.01005		Bierden		06	00	03361	03361001
2949109	Bierde	bierde	DE		0	Europe/Berlin	52.78253	9.50194		Bierde		06	00	03358	03358003
2949110	Bierde	bierde	DE		0	Europe/Berlin	52.36929	9.04095		Bierde		07	057	05770	05770028
2949113	Bierbichl	bierbichl	DE		0	Europe/Berlin	47.81442	11.40389		Bierbuhl,Bierbühl		02	091	09173	09173123
2949114	Bierbergen	bierbergen	DE		0	Europe/Berlin	52.24367	10.11583				06	00	03157	03157002
2949123	Bierbach	bierbach	DE		0	Europe/Berlin	49.7617	8.85896		Bierbach		05	064	06437	06437007
2949124	Bierbach	bierbach	DE		0	Europe/Berlin	49.26377	7.28507		Bierbach		09	00	10045	10045112
2949125	Bienzen	bienzen	DE		0	Europe/Berlin	47.7	9.95				01	084	08436	08436094
2949131	Biensdorf	biensdorf	DE		0	Europe/Berlin	50.93345	13.01172				13	00	14522	14522330
2949132	Biensdorf	biensdorf	DE		0	Europe/Berlin	50.90405	13.849		Biensdorf		13	00	14628	14628230
2949133	Bienrode	bienrode	DE		1808	Europe/Berlin	52.32065	10.52619				06	00	03101	03101000
2949140	Biengen	biengen	DE		0	Europe/Berlin	47.93854	7.6921		Biengen		01	083	08315	08315006
2949141	Biengarten	biengarten	DE		0	Europe/Berlin	50.16479	11.75033				02	094	09475	09475154
2949142	Biengarten	biengarten	DE		0	Europe/Berlin	49.66152	10.82548				02	095	09572	09572135
2949149	Bienenfarm	bienenfarm	DE		0	Europe/Berlin	52.66301	12.73393				11	00	12063	12063228
2949155	Bienen	bienen	DE		0	Europe/Berlin	51.8004	6.36775		Bienen		07	051	05154	05154044
2949158	Biene	biene	DE		0	Europe/Berlin	52.57339	7.287		Biene		06	00	03454	03454032
2949163	Biemsen	biemsen	DE		0	Europe/Berlin	52.07871	8.70521				07	057	05766	05766008
2949165	Biemke	biemke	DE		0	Europe/Berlin	52.26697	8.82532				07	057	05770	05770024
2949166	Biemenhorst	biemenhorst	DE		0	Europe/Berlin	51.8137	6.61824				07	055	05554	05554008
2949169	Bielstein	bielstein	DE		0	Europe/Berlin	50.9602	7.49541		Bielstein		07	053	05374	05374048
2949181	Bielenberg	bielenberg	DE		0	Europe/Berlin	53.74964	9.43821				10	00	01061	01061118
2949182	Bielenberg	bielenberg	DE		0	Europe/Berlin	53.73356	8.76632		Am Bielenberge,Bielenberg		06	00	03352	03352055
2949185	Bielen	bielen	DE		0	Europe/Berlin	51.48384	10.84213				15	00	16062	16062041
2949189	Bielatal	bielatal	DE		0	Europe/Berlin	50.87187	14.04224				13	00	14628	14628340
2949192	Biel	biel	DE		0	Europe/Berlin	49.50598	6.86345				09	00	10042	10042116
2949193	Biel	biel	DE		0	Europe/Berlin	49.01667	12.75				02	092	09278	09278129
2949195	Biekhofen	biekhofen	DE		0	Europe/Berlin	51.12889	7.87841		Biekhofen		07	059	05966	05966004
2949197	Biehlen	biehlen	DE		0	Europe/Berlin	51.47464	13.94202				11	00	12066	12066292
2949200	Elsterwerda-Biehla	elsterwerda-biehla	DE		0	Europe/Berlin	51.47079	13.51224		Bieha,Biehla,Elsterwerda-Biehla		11	00	12062	12062124
2949201	Biehla	biehla	DE		0	Europe/Berlin	51.3175	14.0925		Bela,Biehla,Běła		13	00	14625	14625250
2949202	Biehl	biehl	DE		0	Europe/Berlin	48.105	7.99696				01	083	08316	08316056
2949203	Biehain	biehain	DE		0	Europe/Berlin	51.29484	14.93291				13	00	14626	14626200
2949205	Biegendorf	biegendorf	DE		0	Europe/Berlin	48.53748	12.50937				02	092	09279	09279115
2949206	Biegenbrück	biegenbrueck	DE		0	Europe/Berlin	52.26714	14.35963				11	00	12067	12067336
2949207	Biegen	biegen	DE		0	Europe/Berlin	52.31076	14.36449		Biegen		11	00	12067	12067072
2949212	Bieg	bieg	DE		0	Europe/Berlin	49.34989	10.38349				02	095	09571	09571130
2949218	Biedersdorf	biedersdorf	DE		0	Europe/Berlin	48.37373	12.23099				02	092	09274	09274183
2949219	Biedersberg	biedersberg	DE		0	Europe/Berlin	48.35039	12.69104				02	092	09277	09277134
2949231	Biedenbach	biedenbach	DE		0	Europe/Berlin	48.37602	12.2724				02	092	09274	09274183
2949232	Biedebach	biedebach	DE		0	Europe/Berlin	50.92072	9.65748		Biedebach		05	066	06632	06632012
2949237	Bieblach	bieblach	DE		0	Europe/Berlin	50.89626	12.08855				15	00	16052	16052000
2949238	Biebing	biebing	DE		0	Europe/Berlin	47.92974	12.60406		Bibing		02	091	09189	09189154
2949239	Biebighausen	biebighausen	DE		0	Europe/Berlin	51.01393	8.56823				05	066	06635	06635014
2949240	Biebesheim	biebesheim	DE		6626	Europe/Berlin	49.78088	8.46696		Biebesheim		05	064	06433	06433001
2949241	Bieberswöhr	bieberswohr	DE		0	Europe/Berlin	49.82032	11.6866				02	094	09472	09472180
2949242	Biebersteiner Fohlenweide	biebersteiner-fohlenweide	DE		0	Europe/Berlin	50.56667	9.85				05	066	06631	06631013
2949244	Bieberstein	bieberstein	DE		0	Europe/Berlin	51.0069	13.33983		Bieberstein		13	00	14522	14522480
2949248	Biebernheim	biebernheim	DE		0	Europe/Berlin	50.14572	7.70765				08	00	07140	07140133
2949250	Biebermühle	biebermuehle	DE		0	Europe/Berlin	49.26188	7.60594				08	00	07340	07340007
2949256	Bieberberg	bieberberg	DE		0	Europe/Berlin	51.42044	7.84171				07	059	05962	05962040
2949262	Bieberbach	bieberbach	DE		0	Europe/Berlin	50.24247	11.12087		Bieberbach		02	094	09473	09473166
2949263	Bieberbach	bieberbach	DE		0	Europe/Berlin	49.19821	10.29265		Bieberbach		02	095	09571	09571145
2949264	Bieberach	bieberach	DE		0	Europe/Berlin	51.27232	13.65373				13	00	14627	14627030
2949270	Bieber	bieber	DE		0	Europe/Berlin	50.08957	8.80417		Bieber		05	064	06413	06413000
2949271	Bieber	bieber	DE		0	Europe/Berlin	50.62416	8.5923				05	065	06531	06531002
2949272	Bieber	bieber	DE		0	Europe/Berlin	50.15587	9.32709				05	064	06435	06435003
2949273	Bieben	bieben	DE		0	Europe/Berlin	50.75464	9.43836				05	065	06535	06535006
2949402	Bibereck	bibereck	DE		0	Europe/Berlin	48.80358	13.41936				02	092	09272	09272138
2949278	Biebelhausen	biebelhausen	DE		0	Europe/Berlin	49.63585	6.56992				08	00	07235	07235002
2949280	Biding	biding	DE		0	Europe/Berlin	48.69029	11.06009				02	091	09185	09185125
2949282	Bicking	bicking	DE		0	Europe/Berlin	51.68406	13.18587				11	00	12062	12062224
2949283	Bickhusen	bickhusen	DE		0	Europe/Berlin	53.39162	10.63305				12	00	13076	13076106
2949285	Bickesheim Kloster	bickesheim-kloster	DE		0	Europe/Berlin	48.93333	8.26667		Bickesheim,Bickesheim Kloster		01	082	08216	08216009
2949287	Bickerath	bickerath	DE		0	Europe/Berlin	50.61085	6.29214				07	053	05334	05334028
2949288	Bickensohl	bickensohl	DE		400	Europe/Berlin	48.078	7.64561		Bickensohl		01	083	08315	08315133
2949289	Bickenriede	bickenriede	DE		0	Europe/Berlin	51.25178	10.34673		Bickenriede		15	00	16064	16064073
2949300	Bicken	bicken	DE		0	Europe/Berlin	50.69261	8.37782		Bicken		05	065	06532	06532017
2949302	Bickelsberg	bickelsberg	DE		0	Europe/Berlin	48.29233	8.69958				01	084	08417	08417054
2949305	Bickbeeren	bickbeeren	DE		0	Europe/Berlin	52.43333	9.03333				07	057	05770	05770028
2949315	Bichlberg	bichlberg	DE		0	Europe/Berlin	48.68027	13.22584				02	092	09275	09275127
2949336	Bichishausen	bichishausen	DE		0	Europe/Berlin	48.33322	9.50122				01	084	08415	08415053
2949339	Bicheln	bicheln	DE		0	Europe/Berlin	47.96562	12.75066				02	091	09189	09189162
2949340	Bicheln	bicheln	DE		0	Europe/Berlin	47.79195	12.93905				02	091	09172	09172111
2949343	Bichel	bichel	DE		0	Europe/Berlin	54.08249	10.44245				10	00	01055	01055007
2949344	Bichel	bichel	DE		0	Europe/Berlin	47.7	10.8				02	091	09190	09190143
2949345	Bichel	bichel	DE		0	Europe/Berlin	47.69549	10.5969		Bichel,Bichels		02	097	09777	09777149
2949346	Bichel	bichel	DE		0	Europe/Berlin	47.59477	10.40871				02	097	09780	09780145
2949347	Bichel	bichel	DE		0	Europe/Berlin	47.56851	9.65381				02	097	09776	09776128
2949351	Bich	bich	DE		0	Europe/Berlin	50.84286	7.27317		Bich		07	053	05382	05382028
2949361	Bibruck	bibruck	DE		0	Europe/Berlin	47.73229	9.49302				01	084	08435	08435045
2949371	Bibershof	bibershof	DE		0	Europe/Berlin	49.66467	12.3766				02	093	09374	09374147
2949373	Bibersfeld	bibersfeld	DE		0	Europe/Berlin	49.08233	9.68808				01	081	08127	08127076
2949378	Biberschlag	biberschlag	DE		0	Europe/Berlin	50.49117	10.86657		Biberschlag		15	00	16069	16069042
2949382	Bibersbach	bibersbach	DE		0	Europe/Berlin	50.06348	11.99939				02	094	09479	09479145
2949383	Bibersbach	bibersbach	DE		0	Europe/Berlin	49.07754	12.35105				02	093	09375	09375120
2949384	Bibersbach	bibersbach	DE		0	Europe/Berlin	48.59925	13.35023				02	092	09262	09262000
2949386	Bibers	bibers	DE		0	Europe/Berlin	49.05	9.73333				01	081	08127	08127100
2949388	Bibermühle	bibermuhle	DE		0	Europe/Berlin	47.73333	11.55		Bibermuhle,Bibermühle,Bieber Muhle,Bieber Mühle		02	091	09173	09173145
2949389	Biberkor	biberkor	DE		0	Europe/Berlin	47.94682	11.38132				02	091	09188	09188113
2949391	Bibergau	bibergau	DE		0	Europe/Berlin	49.79741	10.10577				02	096	09675	09675117
2949392	Biberg	biberg	DE		0	Europe/Berlin	48.89458	11.41487		Biberg		02	091	09176	09176138
2949393	Biberg	biberg	DE		0	Europe/Berlin	48.59505	12.72373				02	092	09279	09279135
2949394	Biberg	biberg	DE		0	Europe/Berlin	48.30267	13.20333				02	092	09275	09275132
2949395	Biberg	biberg	DE		0	Europe/Berlin	48.28	12.01374				02	091	09177	09177127
2949396	Biberg	biberg	DE		0	Europe/Berlin	47.95999	11.95536				02	091	09187	09187179
2949403	Bibereck	bibereck	DE		0	Europe/Berlin	48.2632	11.35609				02	091	09174	09174113
2949405	Biberberg	biberberg	DE		0	Europe/Berlin	48.34968	10.21364				02	097	09775	09775143
2949411	Bieberbach	bieberbach	DE		0	Europe/Berlin	49.72924	11.29209		Biberbach,Bieberbach		02	094	09474	09474124
2949417	Biberau	biberau	DE		0	Europe/Berlin	50.49089	10.86614		Biberau		15	00	16069	16069042
2949422	Biberachzell	biberachzell	DE		0	Europe/Berlin	48.31311	10.21231				02	097	09775	09775164
2949432	Biber	biber	DE		0	Europe/Berlin	48.86592	11.60349				02	091	09176	09176112
2949433	Biber	biber	DE		0	Europe/Berlin	47.73333	12.1				02	091	09187	09187120
2949435	Bibelte	bibelte	DE		0	Europe/Berlin	53.15971	7.6807				06	00	03453	03453013
2949438	Bibelsberg	bibelsberg	DE		0	Europe/Berlin	47.90237	10.33885				02	097	09778	09778186
2949439	Bibelsbach	bibelsbach	DE		0	Europe/Berlin	48.65575	12.06306				02	092	09274	09274141
2949443	Bezgenriet	bezgenriet	DE		0	Europe/Berlin	48.66713	9.61523				01	081	08117	08117026
2949446	Beyharting	beyharting	DE		0	Europe/Berlin	47.92566	11.98926				02	091	09187	09187179
2949449	Beiershagen	beiershagen	DE		0	Europe/Berlin	54.28307	12.4585		Beyershagen		12	00	13073	13073075
2949452	Beyersdorf	beyersdorf	DE		0	Europe/Berlin	51.59235	12.17878		Beyersdorf		14	00	15082	15082340
2949453	Beyeröhde	beyeroehde	DE		0	Europe/Berlin	51.28333	7.25		Beierohde,Beieröhde,Beyerohde,Beyeröhde		07	051	05124	05124000
2949456	Beyern	beyern	DE		0	Europe/Berlin	51.62132	13.20162				11	00	12062	12062128
2949457	Beyerberg	beyerberg	DE		0	Europe/Berlin	49.11264	10.50528				02	095	09571	09571141
2949459	Beyendorf	beyendorf	DE		0	Europe/Berlin	52.05756	11.63349				14	00	15003	15003000
2949460	Beyenburg	beyenburg	DE		0	Europe/Berlin	51.24858	7.29716		Beyenburg		07	051	05124	05124000
2949464	Bexterhagen	bexterhagen	DE		0	Europe/Berlin	52.03803	8.69516				07	057	05766	05766048
2949467	Bexten	bexten	DE		0	Europe/Berlin	52.34083	7.37258				06	00	03454	03454045
2949468	Bexten	bexten	DE		0	Europe/Berlin	52.05439	8.70169				07	057	05766	05766008
2949469	Bexhövede	bexhoevede	DE		0	Europe/Berlin	53.48584	8.68967		Bexhoevede,Bexhovede,Bexhövede		06	00	03352	03352032
2949471	Bexadde	bexadde	DE		0	Europe/Berlin	52.52719	8.17005				06	00	03460	03460002
2949472	Bewingen	bewingen	DE		0	Europe/Berlin	50.25037	6.66378				08	00	07233	07233026
2949477	Bevertoft	bevertoft	DE		0	Europe/Berlin	54.86667	8.71667				10	00	01054	01054086
2949480	Beverstrang	beverstrang	DE		0	Europe/Berlin	52.02815	7.92889				07	055	05570	05570052
2949481	Beverstedtermühlen	beverstedtermuehlen	DE		0	Europe/Berlin	53.42498	8.81227				06	00	03352	03352059
2949484	Bevernerweide	bevernerweide	DE		0	Europe/Berlin	53.46667	9.16667				06	00	03357	03357008
2949496	Bevergern	bevergern	DE		0	Europe/Berlin	52.27593	7.58409				07	055	05566	05566016
2949497	Beverbruch	beverbruch	DE		0	Europe/Berlin	52.95079	8.09771				06	00	03453	03453008
2949498	Beverbeck	beverbeck	DE		0	Europe/Berlin	53.12435	10.42225				06	00	03360	03360004
2949510	Bevensen	bevensen	DE		0	Europe/Berlin	52.61285	9.48292				06	00	03241	03241012
2949512	Bevenrode	bevenrode	DE		1613	Europe/Berlin	52.34026	10.57743	85	Bemro'e,Bevenrode,Bevenrodhe [a. 1231],Grotin Bevenrodhe [a. 1479]		06	00	03101	03101000
2949515	Beutzen	beutzen	DE		0	Europe/Berlin	52.78246	10.08174				06	00	03351	03351026
2949516	Beutow	beutow	DE		0	Europe/Berlin	53.00646	11.07697				06	00	03354	03354018
2949517	Beutnitz	beutnitz	DE		0	Europe/Berlin	50.97042	11.67786				15	00	16074	16074026
2949523	Beutha	beutha	DE		0	Europe/Berlin	50.66209	12.72371		Beutha		13	00	14521	14521590
2949525	Beutersitz	beutersitz	DE		0	Europe/Berlin	51.57804	13.36399		Beutersitz		11	00	12062	12062500
2949526	Beutenhof	beutenhof	DE		0	Europe/Berlin	48.87393	9.74734				01	081	08136	08136066
2949532	Beutelsdorf	beutelsdorf	DE		0	Europe/Berlin	50.76028	11.48386		Beutelsdorf		15	00	16073	16073109
2949533	Beutelsdorf	beutelsdorf	DE		0	Europe/Berlin	49.59213	10.89569				02	095	09572	09572132
2949539	Beutelsau	beutelsau	DE		0	Europe/Berlin	47.70835	9.81745				01	084	08436	08436081
2949540	Beutels	beutels	DE		0	Europe/Berlin	47.87674	9.85842				01	084	08436	08436010
2949541	Beutelreusch	beutelreusch	DE		0	Europe/Berlin	48.30649	10.01627				01	084	08425	08425137
2949542	Beutellohe	beutellohe	DE		0	Europe/Berlin	49.3747	10.64174				02	095	09571	09571217
2949543	Beutelhausen	beutelhausen	DE		0	Europe/Berlin	48.56378	12.28819				02	092	09274	09274111
2949544	Beutelhausen	beutelhausen	DE		0	Europe/Berlin	48.56027	12.03303				02	092	09274	09274194
2949546	Beustrin	beustrin	DE		0	Europe/Berlin	54.55	13.61667				12	00	13073	13073052
2949549	Beusloe	beusloe	DE		0	Europe/Berlin	54.12808	10.85947		Beusloe,Beusloe Brodau		10	00	01055	01055037
2949550	Beusingsen	beusingsen	DE		0	Europe/Berlin	51.54772	8.17623				07	059	05974	05974008
2949552	Beurig	beurig	DE		0	Europe/Berlin	49.60665	6.56135				08	00	07235	07235118
2949559	Beuren an der Aach	beuren-an-der-aach	DE		0	Europe/Berlin	47.79951	8.87466		Beuren,Beuren an der Aach		01	083	08335	08335075
2949560	Beuren am Ried	beuren-am-ried	DE		0	Europe/Berlin	47.79863	8.69637		Beuren		01	083	08335	08335080
2949583	Beulwitz	beulwitz	DE		0	Europe/Berlin	50.65566	11.32668		Beulwitz		15	00	16073	16073077
2949588	Beulshausen	beulshausen	DE		0	Europe/Berlin	51.87414	9.94546				06	00	03155	03155013
2949593	Beule	beule	DE		0	Europe/Berlin	47.57164	9.95297				02	097	09776	09776121
2949597	Beulbar-Ilmsdorf	beulbar-ilmsdorf	DE		0	Europe/Berlin	50.92187	11.75863				15	00	16074	16074009
2949598	Beul	beul	DE		0	Europe/Berlin	50.72804	7.62832				08	00	07132	07132017
2949602	Beukenbeul	beukenbeul	DE		0	Europe/Berlin	51.13073	7.84944				07	059	05966	05966004
2949606	Beuggen	beuggen	DE		0	Europe/Berlin	47.5803	7.80458				01	083	08336	08336069
2949607	Beuernfeld	beuernfeld	DE		0	Europe/Berlin	51.00889	10.40236		Beuernfeld		15	00	16063	16063098
2949608	Beuern	beuern	DE		0	Europe/Berlin	51.11616	9.46708				05	066	06634	06634003
2949609	Beuern	beuern	DE		2250	Europe/Berlin	50.62745	8.82108	229			05	065	06531	06531003
2949610	Beuern	beuern	DE		0	Europe/Berlin	48.08743	11.07851				02	091	09181	09181123
2949612	Beuerlbach	beuerlbach	DE		0	Europe/Berlin	49.15639	10.09137				01	081	08127	08127014
2949614	Beuerfeld	beuerfeld	DE		0	Europe/Berlin	50.30693	10.95345				02	094	09473	09473144
2949615	Beuerberg	beuerberg	DE		0	Europe/Berlin	47.85398	12.23547				02	091	09187	09187167
2949616	Beuerberg	beuerberg	DE		0	Europe/Berlin	47.82935	11.40853				02	091	09173	09173123
2949617	Beuerbach	beuerbach	DE		0	Europe/Berlin	50.28231	8.21024				05	064	06439	06439007
2949618	Beuerbach	beuerbach	DE		0	Europe/Berlin	48.14524	10.91603				02	091	09181	09181145
2949619	Beuel	beuel	DE		0	Europe/Berlin	50.73779	7.13445		Beuel,Bonn-Beuel		07	053	05314	05314000
2949620	Beuditzvorstadt	beuditzvorstadt	DE		0	Europe/Berlin	51.20085	11.94192				14	00	15084	15084550
2949621	Beuditz	beuditz	DE		0	Europe/Berlin	51.42089	12.17534				14	00	15088	15088150
2949622	Beuditz	beuditz	DE		0	Europe/Berlin	51.09044	11.84378				14	00	15084	15084355
2949623	Beuden	beuden	DE		0	Europe/Berlin	51.46272	12.41858		Beuden,Kletzen-Beuden		13	00	14730	14730150
2949626	Beuchte	beuchte	DE		0	Europe/Berlin	51.98589	10.51945				06	00	03158	03158039
2949627	Beuchow	beuchow	DE		0	Europe/Berlin	54.36087	13.50374		Beuchow		12	00	13073	13073070
2949628	Beucholdsgrün	beucholdsgruen	DE		0	Europe/Berlin	50.38929	12.09653				13	00	14523	14523060
2949630	Beuchlitz	beuchlitz	DE		0	Europe/Berlin	51.44506	11.9012				14	00	15088	15088365
2949631	Beucherling	beucherling	DE		0	Europe/Berlin	49.16458	12.42737				02	093	09372	09372167
2949632	Beuchen	beuchen	DE		0	Europe/Berlin	49.59972	9.23116				02	096	09676	09676112
2949636	Betzweiler	betzweiler	DE		0	Europe/Berlin	48.3657	8.48075		Betzweiler		01	082	08237	08237045
2949638	Betznau	betznau	DE		0	Europe/Berlin	47.6145	9.5945				01	084	08435	08435029
2949639	Betzmannsdorf	betzmannsdorf	DE		0	Europe/Berlin	49.32835	10.8272				02	095	09571	09571165
2949640	Betzisried	betzisried	DE		0	Europe/Berlin	47.94508	10.34766				02	097	09778	09778186
2949641	Betzingen	betzingen	DE		0	Europe/Berlin	48.5	9.17599				01	084	08415	08415061
2949642	Betzing	betzing	DE		0	Europe/Berlin	50.32248	7.26444				08	00	07137	07137068
2949644	Betzin	betzin	DE		0	Europe/Berlin	52.76175	12.76139				11	00	12068	12068117
2949645	Betzigerode	betzigerode	DE		0	Europe/Berlin	51.07169	9.18919				05	066	06634	06634027
2949648	Betziesdorf	betziesdorf	DE		0	Europe/Berlin	50.86081	8.84627				05	065	06534	06534011
2949651	Betzhorn	betzhorn	DE		0	Europe/Berlin	52.62576	10.59276		Betzhorn		06	00	03151	03151036
2949655	Betzenrod	betzenrod	DE		0	Europe/Berlin	50.7321	9.77213		Betzenrod		05	066	06631	06631007
2949656	Betzenrod	betzenrod	DE		0	Europe/Berlin	50.51763	9.12415				05	065	06535	06535016
2949657	Betzenried	betzenried	DE		0	Europe/Berlin	47.71126	10.38456				02	097	09780	09780114
2949658	Betzenhof	betzenhof	DE		0	Europe/Berlin	49.03718	9.9857				01	081	08136	08136060
2949659	Betzenhausen	betzenhausen	DE		0	Europe/Berlin	48.00747	7.81705				01	083	08311	08311000
2949664	Betzenberg	betzenberg	DE		0	Europe/Berlin	49.40511	11.65933				02	093	09371	09371116
2949666	Betzen	betzen	DE		0	Europe/Berlin	52.01648	9.04467				07	057	05766	05766024
2949667	Betzemerhof	betzemerhof	DE		0	Europe/Berlin	50.23448	7.41898				08	00	07137	07137208
2949670	Bettwar	bettwar	DE		0	Europe/Berlin	49.41686	10.15172		Bettwar		02	095	09571	09571205
2949672	Bettstadt	bettstadt	DE		0	Europe/Berlin	49.39117	6.8157				09	00	10044	10044113
2949674	Bettrum	bettrum	DE		0	Europe/Berlin	52.17867	10.16991				06	00	03254	03254032
2949677	Bettringen	bettringen	DE		0	Europe/Berlin	48.78809	9.84272				01	081	08136	08136065
2949678	Bettrichs	bettrichs	DE		0	Europe/Berlin	47.84286	10.16385				02	097	09778	09778165
2949679	Bettrath	bettrath	DE		0	Europe/Berlin	51.21667	6.6				07	051	05162	05162016
2949680	Bettonf	bettonf	DE		0	Europe/Berlin	50.89052	7.77624				08	00	07132	07132037
2949681	Bettnau	bettnau	DE		0	Europe/Berlin	47.5726	9.66009				02	097	09776	09776111
2949682	Bettnang	bettnang	DE		0	Europe/Berlin	47.70514	8.94702				01	083	08335	08335055
2949683	Bettmaringen	bettmaringen	DE		0	Europe/Berlin	47.75417	8.35986		Bettmaringen		01	083	08337	08337106
2949684	Bettmar	bettmar	DE		0	Europe/Berlin	52.25776	10.32629		Bethmare [a. 1146],Betmare,Betmere,Bettmar,Bettmar (Vechelde),Bettmar bei der Langen Wisch,Bettmar vor der Langen Wisch		06	00	03157	03157007
2949685	Bettmar	bettmar	DE		0	Europe/Berlin	52.17193	10.03756		Bettmar (Schellerten)		06	00	03254	03254029
2949690	Bettinghausen	bettinghausen	DE		0	Europe/Berlin	52.7757	8.93723				06	00	03251	03251049
2949691	Bettinghausen	bettinghausen	DE		0	Europe/Berlin	51.62264	8.19704		Bettinghausen		07	059	05974	05974008
2949692	Bettingerschmelz	bettingerschmelz	DE		0	Europe/Berlin	49.45	6.85				09	00	10044	10044117
2949693	Bettingerode	bettingerode	DE		0	Europe/Berlin	51.91261	10.57125				06	00	03153	03153002
2949694	Bettingerbrück	bettingerbrueck	DE		0	Europe/Berlin	49.43333	6.85				09	00	10044	10044117
2949700	Bettingbühren	bettingbuehren	DE		0	Europe/Berlin	53.19884	8.47771				06	00	03461	03461001
2949702	Bettikum	bettikum	DE		0	Europe/Berlin	51.14683	6.71376				07	051	05162	05162024
2949703	Bettighofen	bettighofen	DE		0	Europe/Berlin	48.20591	9.68076				01	084	08425	08425124
2949704	Bettgenhausen	bettgenhausen	DE		0	Europe/Berlin	50.64634	7.56806				08	00	07132	07132103
2949707	Bettenweiler	bettenweiler	DE		0	Europe/Berlin	47.81854	9.49797				01	084	08436	08436095
2949708	Bettenweiler	bettenweiler	DE		0	Europe/Berlin	47.71667	9.51667				01	084	08435	08435016
2949712	Bettensweiler	bettensweiler	DE		0	Europe/Berlin	47.61483	9.75087				01	084	08436	08436081
2949714	Bettenried	bettenried	DE		0	Europe/Berlin	47.50711	10.2414				02	097	09780	09780134
2949716	Bettenkamp	bettenkamp	DE		0	Europe/Berlin	51.42997	6.61148		Bettenkamp		07	051	05170	05170024
2949717	Bettenhoven	bettenhoven	DE		0	Europe/Berlin	50.95843	6.47352				07	053	05358	05358056
2949718	Bettenhausen	bettenhausen	DE		0	Europe/Berlin	51.30427	9.53562		Bethenhusun [a. 1145],Bettenhusen		05	066	06611	06611000
2949719	Bettenhausen	bettenhausen	DE		0	Europe/Berlin	50.5558	10.2856				15	00	16066	16066093
2949720	Bettenhausen	bettenhausen	DE		0	Europe/Berlin	50.48154	8.83215				05	065	06531	06531011
2949721	Bettenhausen	bettenhausen	DE		0	Europe/Berlin	49.46679	7.44938		Bettenhausen		08	00	07336	07336031
2949722	Bettenhausen	bettenhausen	DE		0	Europe/Berlin	48.37463	8.53996		Bettenhausen		01	083	08325	08325012
2949723	Bettenhagen	bettenhagen	DE		0	Europe/Berlin	50.83264	7.61571		Bettenhagen		07	053	05374	05374044
2949747	Bettelhofen	bettelhofen	DE		0	Europe/Berlin	47.79061	9.99492				01	084	08436	08436055
2949748	Bettelhecken	bettelhecken	DE		0	Europe/Berlin	50.36446	11.14535		Bettelhecken		15	00	16072	16072018
2949754	Bettbrunn	bettbrunn	DE		0	Europe/Berlin	48.87503	11.55594				02	091	09176	09176139
2949755	Betra	betra	DE		0	Europe/Berlin	48.41126	8.66336				01	082	08237	08237040
2949756	Betlinshausen	betlinshausen	DE		0	Europe/Berlin	48.24205	10.10845				02	097	09775	09775129
2949759	Bethlehem	bethlehem	DE		0	Europe/Berlin	48.18333	10.01667				01	084	08426	08426125
2949760	Bethingen	bethingen	DE		252	Europe/Berlin	49.46031	6.5324	220			09	00	10042	10042114
2949764	Bethen	bethen	DE		0	Europe/Berlin	52.86742	8.06391		Bethen		06	00	03453	03453004
2949766	Bethel	bethel	DE		0	Europe/Berlin	52.00697	8.52797		Anstalt Bethel,Bethel,Bethel Aussenbezirk,Bethel Außenbezirk,Bethel bei Bielefeld,Bodelschwinghsche Anstalt,v. Bodelschwinghsche Stiftungen Bethel		07	057	05711	05711000
2949769	Betenbrunn	betenbrunn	DE		0	Europe/Berlin	47.81667	9.35		Betenbrunn		01	084	08435	08435020
2949772	Betberg	betberg	DE		0	Europe/Berlin	47.85329	7.66163		Betberg		01	083	08315	08315022
2949779	Bestenbostel	bestenbostel	DE		0	Europe/Berlin	52.58301	9.69969		Bestenbostel		06	00	03241	03241019
2949780	Besten	besten	DE		0	Europe/Berlin	52.54604	7.81547				06	00	03459	03459016
2949781	Besten	besten	DE		0	Europe/Berlin	51.64755	6.89248				07	051	05170	05170036
2949785	Beßlinghook	besslinghook	DE		0	Europe/Berlin	52.12125	6.88728		Besslinghock,Besslinghook,Beßlinghook		07	055	05554	05554004
2949786	Beßlich	besslich	DE		0	Europe/Berlin	49.80244	6.60169				08	00	07235	07235094
2949788	Bessinghausen	bessinghausen	DE		0	Europe/Berlin	52.04457	9.49596				06	00	03252	03252005
2949790	Bessingen	bessingen	DE		0	Europe/Berlin	52.2	8.81667				07	057	05770	05770004
2949791	Bessingen	bessingen	DE		0	Europe/Berlin	52.10419	9.50249				06	00	03252	03252004
2949794	Bessin	bessin	DE		0	Europe/Berlin	54.36351	13.14824				12	00	13073	13073073
2949796	Besseringen	besseringen	DE		0	Europe/Berlin	49.4756	6.60416				09	00	10042	10042113
2949798	Bessenich	bessenich	DE		0	Europe/Berlin	50.71237	6.6561				07	053	05366	05366044
2949800	Besse	besse	DE		0	Europe/Berlin	51.22095	9.39032				05	066	06634	06634002
2949804	Besges	besges	DE		0	Europe/Berlin	50.55102	9.59312				05	066	06631	06631009
2949812	Besenkamp	besenkamp	DE		0	Europe/Berlin	52.16077	8.565		Besenkamp		07	057	05758	05758008
2949813	Besenhausen	besenhausen	DE		0	Europe/Berlin	51.38931	9.94988				06	00	03159	03159013
2949814	Besenfeld	besenfeld	DE		0	Europe/Berlin	48.59552	8.42089				01	082	08237	08237073
2949815	Besendorf	besendorf	DE		0	Europe/Berlin	53.51258	11.29881				12	00	13076	13076004
2949816	Besenberg	besenberg	DE		0	Europe/Berlin	53.1	11.1				06	00	03354	03354004
2949818	Besenbek	besenbek	DE		0	Europe/Berlin	53.7598	9.63215				10	00	01056	01056042
2949819	Beselin	beselin	DE		0	Europe/Berlin	54.04814	12.21298		Beselin		12	00	13072	13072029
2949821	Beseland	beseland	DE		0	Europe/Berlin	52.95875	10.96106				06	00	03354	03354002
2949822	Besebruch	besebruch	DE		0	Europe/Berlin	52.22571	8.73348				07	057	05758	05758024
2949825	Beschotenweg	beschotenweg	DE		0	Europe/Berlin	53.18333	7.26667				06	00	03457	03457024
2949830	Beschaunen	beschaunen	DE		0	Europe/Berlin	47.8975	10.46377				02	097	09777	09777124
2949831	Besch	besch	DE		0	Europe/Berlin	49.50258	6.3719				09	00	10042	10042115
2949835	Berzweiler	berzweiler	DE		0	Europe/Berlin	49.61046	7.68802				08	00	07336	07336036
2949838	Berzdorf	berzdorf	DE		0	Europe/Berlin	50.83051	6.9475				07	053	05362	05362040
2949841	Berzbuir	berzbuir	DE		0	Europe/Berlin	50.76138	6.45958				07	053	05358	05358008
2949842	Berzbach	berzbach	DE		0	Europe/Berlin	50.89173	7.43693		Berzbach		07	053	05382	05382036
2949843	Berxen	berxen	DE		0	Europe/Berlin	52.82605	8.96331				06	00	03251	03251049
2949844	Berwitz	berwitz	DE		0	Europe/Berlin	51.68663	11.82936				14	00	15089	15089195
2949845	Berwinkel	berwinkel	DE		0	Europe/Berlin	49.03079	9.51541				01	081	08119	08119075
2949846	Berwicke	berwicke	DE		0	Europe/Berlin	51.62075	8.02991		Berwicke		07	059	05974	05974048
2949847	Berwartshausen	berwartshausen	DE		0	Europe/Berlin	51.69421	9.92996				06	00	03155	03155011
2949848	Berwangen	berwangen	DE		0	Europe/Berlin	49.18413	8.98162		Berwangen		01	081	08125	08125049
2949849	Berwangen	berwangen	DE		0	Europe/Berlin	47.62806	8.50251				01	083	08337	08337030
2949850	Berverath	berverath	DE		0	Europe/Berlin	51.0743	6.39061				07	053	05370	05370004
2949851	Berus	berus	DE		0	Europe/Berlin	49.2642	6.69587		Berus	10044119	09	00	10044	10044119
2949854	Berumerfehn	berumerfehn	DE		0	Europe/Berlin	53.55996	7.34248		Berumerfehn		06	00	03452	03452007
2949856	Berum	berum	DE		0	Europe/Berlin	53.6015	7.3064		Berum		06	00	03452	03452003
2949857	Bertsdorf	bertsdorf	DE		0	Europe/Berlin	50.88437	14.73291		Bertsdorf		13	00	14626	14626050
2949859	Bertoldshofen	bertoldshofen	DE		0	Europe/Berlin	47.78393	10.65996		Bertoldshofen		02	097	09777	09777151
2949860	Bertoldsheim	bertoldsheim	DE		0	Europe/Berlin	48.7445	11.01614		Bertholdsheim,Bertoldsheim		02	091	09185	09185153
2949862	Bertlingen	bertlingen	DE		0	Europe/Berlin	52.45484	7.64485				07	055	05566	05566020
2949865	Bertlich	bertlich	DE		0	Europe/Berlin	51.60699	7.08792		Bertlich,Kolonie Bertlich		07	055	05562	05562020
2949868	Bertingloh	bertingloh	DE		0	Europe/Berlin	51.44577	7.71106				07	059	05962	05962040
2949872	Bertikow	bertikow	DE		0	Europe/Berlin	53.24493	13.93813				11	00	12073	12073578
2949873	Bertikow	bertikow	DE		0	Europe/Berlin	52.96667	12.61667				11	00	12068	12068452
2949875	Bertholdsdorf	bertholdsdorf	DE		0	Europe/Berlin	49.28877	10.87628		Bertholdsdorf		02	095	09571	09571226
2949878	Berthke	berthke	DE		0	Europe/Berlin	54.21833	12.93271				12	00	13073	13073041
2949888	Berteroda	berteroda	DE		0	Europe/Berlin	51.02714	10.35622		Berteroda		15	00	16056	16056000
2949889	Bertensdorf	bertensdorf	DE		0	Europe/Berlin	48.52441	12.54106				02	092	09279	09279115
2949892	Bertenau	bertenau	DE		0	Europe/Berlin	50.60961	7.44161				08	00	07138	07138044
2949895	Bertelsdorf	bertelsdorf	DE		0	Europe/Berlin	50.28526	10.96444		Bertelsdorf		02	094	09463	09463000
2949896	Bertelsdorf	bertelsdorf	DE		0	Europe/Berlin	49.39321	10.99534				02	095	09573	09573127
2949901	Berstadt	berstadt	DE		1740	Europe/Berlin	50.42606	8.86621				05	064	06440	06440024
2949903	Bersrod	bersrod	DE		0	Europe/Berlin	50.61748	8.8518				05	065	06531	06531016
2949904	Bersitten	bersitten	DE		0	Europe/Berlin	50.91667	6.1				07	053	05370	05370028
2949906	Bersenbrück	bersenbrueck	DE		7958	Europe/Berlin	52.5516	7.94836		Bersenbruck,Bersenbrueck,Bersenbrück,Berzenbrik,Berzenbrjuk,bei er sen bu lu ke,brsnbrwk,brznbrwk,Берзенбрик,Берзенбрюк,برزنبروك,برسنبروک,贝尔森布吕克		06	00	03459	03459010
2949907	Bersede	bersede	DE		0	Europe/Berlin	52.74884	7.2064				06	00	03454	03454018
2949916	Bersbronn	bersbronn	DE		0	Europe/Berlin	49.25898	10.25574				02	095	09571	09571198
2949917	Berringhausen	berringhausen	DE		0	Europe/Berlin	51.09911	7.13225				07	053	05378	05378008
2949918	Berreuth	berreuth	DE		0	Europe/Berlin	50.89941	13.65618				13	00	14628	14628060
2949919	Berresheim	berresheim	DE		0	Europe/Berlin	50.48431	6.86085				07	053	05366	05366004
2949920	Berresheim	berresheim	DE		0	Europe/Berlin	50.30182	7.22657				08	00	07137	07137068
2949921	Berrenrath	berrenrath	DE		0	Europe/Berlin	50.87553	6.8141				07	053	05362	05362028
2949922	Berrendorf	berrendorf	DE		0	Europe/Berlin	50.92563	6.59011				07	053	05362	05362016
2949924	Berreit	berreit	DE		0	Europe/Berlin	48.09457	12.67194				02	091	09171	09171122
2949925	Berolzheim	berolzheim	DE		0	Europe/Berlin	49.54632	10.43442				02	095	09575	09575112
2949926	Berolzheim	berolzheim	DE		0	Europe/Berlin	49.47503	9.54038		Berolzheim		01	081	08128	08128138
2949928	Berod bei Höchstenbach	berod-bei-hoechstenbach	DE		626	Europe/Berlin	50.64755	7.69276		Berod,Berod bei Hachenburg,Berod bei Hochstenbach,Berod bei Höchstenbach		08	00	07132	07132201
2949930	Bernwies	bernwies	DE		0	Europe/Berlin	47.78333	11.48333				02	091	09173	09173111
2949931	Bernweiler	bernweiler	DE		0	Europe/Berlin	47.98224	9.33832		Bernweiler		01	084	08437	08437086
2949934	Berntitz	berntitz	DE		0	Europe/Berlin	51.25328	13.04187				13	00	14730	14730200
2949935	Bernterode	bernterode	DE		0	Europe/Berlin	51.39946	10.47724		Bernterode		15	00	16061	16061017
2949936	Bernterode	bernterode	DE		0	Europe/Berlin	51.30383	10.15207		Bernterode		15	00	16061	16061045
2949938	Bernte	bernte	DE		0	Europe/Berlin	52.42284	7.31696				06	00	03454	03454010
2949945	Bernstein am Wald	bernstein-am-wald	DE		0	Europe/Berlin	50.27273	11.55453		Bernstein,Bernstein am Wald		02	094	09475	09475169
2949946	Bernstein	bernstein	DE		0	Europe/Berlin	50.07229	12.05501				02	094	09479	09479169
2949947	Bernstein	bernstein	DE		0	Europe/Berlin	49.8367	12.1508				02	093	09374	09374168
2949952	Bernshausen	bernshausen	DE		0	Europe/Berlin	50.89821	8.31907				07	059	05970	05970028
2949953	Bernshausen	bernshausen	DE		0	Europe/Berlin	50.73105	10.19481				15	00	16063	16063015
2949954	Bernshausen	bernshausen	DE		0	Europe/Berlin	50.65491	9.53682				05	065	06535	06535015
2949955	Bernsgrün	bernsgruen	DE		0	Europe/Berlin	50.56679	12.04359				15	00	16076	16076087
2949956	Bernsfelden	bernsfelden	DE		0	Europe/Berlin	49.56333	9.89417		Bernsfelden		01	081	08128	08128058
2949957	Bernsfeld	bernsfeld	DE		0	Europe/Berlin	50.66807	8.98939				05	065	06535	06535013
2949959	Bernsen	bernsen	DE		0	Europe/Berlin	52.22044	9.17067				06	00	03257	03257003
2949969	Bernsburg	bernsburg	DE		0	Europe/Berlin	50.82618	9.17484				05	065	06535	06535002
2949971	Bernrieth	bernrieth	DE		0	Europe/Berlin	49.57189	12.2758				02	093	09374	09374132
2949979	Bernricht	bernricht	DE		0	Europe/Berlin	49.55517	11.68705				02	093	09371	09371119
2949980	Bernricht	bernricht	DE		0	Europe/Berlin	49.48952	11.87247				02	093	09361	09361000
2949981	Bernreuth	bernreuth	DE		0	Europe/Berlin	50.09995	11.23352				02	094	09478	09478176
2949982	Bernreuth	bernreuth	DE		0	Europe/Berlin	49.67404	11.65563				02	093	09371	09371113
2949984	Bernrain	bernrain	DE		0	Europe/Berlin	47.82019	11.92866				02	091	09182	09182123
2949985	Bernöwe	bernoewe	DE		0	Europe/Berlin	52.81514	13.33535				11	00	12065	12065256
2949989	Bernlohe	bernlohe	DE		0	Europe/Berlin	49.96895	11.91158				02	093	09377	09377113
2949990	Bernlohe	bernlohe	DE		0	Europe/Berlin	49.20045	11.05012		Bernlohe		02	095	09576	09576143
2949991	Bernlohe	bernlohe	DE		0	Europe/Berlin	48.84803	10.17656				01	081	08136	08136088
2949993	Bernloh	bernloh	DE		0	Europe/Berlin	47.79339	11.74107				02	091	09182	09182136
2949995	Bernloch	bernloch	DE		0	Europe/Berlin	48.35759	9.33263				01	084	08415	08415090
2949997	Bernla	bernla	DE		0	Europe/Berlin	49.31237	11.6783				02	093	09373	09373167
2950087	Bernbach	bernbach	DE		0	Europe/Berlin	48.22719	10.52608				02	097	09774	09774166
2950088	Bernbach	bernbach	DE		0	Europe/Berlin	47.82267	10.6899				02	097	09777	09777118
2949999	Bernitzow	bernitzow	DE		0	Europe/Berlin	52.6	12.78333				11	00	12063	12063208
2950000	Bernitzgrün	bernitzgruen	DE		0	Europe/Berlin	50.332	12.31679				13	00	14523	14523200
2950004	Berninghausen	berninghausen	DE		0	Europe/Berlin	51.3	7.35				07	059	05954	05954008
2950007	Bernhofen	bernhofen	DE		0	Europe/Berlin	47.78333	9.56667				01	084	08436	08436064
2950008	Bernhof	bernhof	DE		0	Europe/Berlin	49.62061	11.39239				02	095	09574	09574155
2950009	Bernhof	bernhof	DE		0	Europe/Berlin	49.50418	12.30037				02	093	09376	09376131
2950010	Bernheide	bernheide	DE		0	Europe/Berlin	53.05938	11.62522		Bernheide		11	00	12070	12070236
2950011	Bernheck	bernheck	DE		0	Europe/Berlin	49.66716	11.48655		Bernheck		02	094	09472	09472177
2950012	Bernhausen	bernhausen	DE		0	Europe/Berlin	48.67708	9.21719				01	081	08116	08116077
2950013	Bernhausen	bernhausen	DE		0	Europe/Berlin	48.02853	9.52025				01	084	08437	08437100
2950014	Bernhaupten	bernhaupten	DE		0	Europe/Berlin	47.82323	12.59686				02	091	09189	09189113
2950016	Bernhardswinden	bernhardswinden	DE		0	Europe/Berlin	49.26384	10.56746				02	095	09561	09561000
2950017	Bernhardswend	bernhardswend	DE		0	Europe/Berlin	49.07431	10.41806		Bernhardswend		02	095	09571	09571136
2950018	Bernhardsweiler	bernhardsweiler	DE		0	Europe/Berlin	49.08524	10.21949				01	081	08127	08127102
2950020	Bernhardsthal	bernhardsthal	DE		0	Europe/Berlin	50.50176	11.11895				15	00	16072	16072013
2950024	Bernhardshöfe	bernhardshofe	DE		0	Europe/Berlin	48.59929	8.12058				01	083	08317	08317056
2950026	Bernhardsdorf	bernhardsdorf	DE		0	Europe/Berlin	48.86748	9.99189				01	081	08136	08136088
2950027	Bernhardsberg	bernhardsberg	DE		0	Europe/Berlin	48.70257	13.56288				02	092	09272	09272151
2950029	Bernhards	bernhards	DE		0	Europe/Berlin	50.60053	9.72159				05	066	06631	06631009
2950030	Bernhardinenhof	bernhardinenhof	DE		0	Europe/Berlin	52.68944	12.63762				11	00	12063	12063142
2950031	Bernhalden	bernhalden	DE		0	Europe/Berlin	49.02162	9.45666		Bernhalden		01	081	08119	08119053
2950032	Bernhaiming	bernhaiming	DE		0	Europe/Berlin	48.01701	12.41682				02	091	09189	09189133
2950041	Berneck	berneck	DE		0	Europe/Berlin	48.86206	13.21939				02	092	09276	09276126
2950042	Berneck	berneck	DE		0	Europe/Berlin	48.60355	8.61657		Berneck		01	082	08235	08235006
2950043	Berneck	berneck	DE		0	Europe/Berlin	48.58725	9.73144		Bad Berneck		01	081	08117	08117014
2950044	Berneck	berneck	DE		0	Europe/Berlin	48.39086	8.3683				01	082	08237	08237002
2950047	Berneburg	berneburg	DE		0	Europe/Berlin	51.05997	9.8847		Berneburg		05	066	06636	06636011
2950051	Berndshofen	berndshofen	DE		0	Europe/Berlin	49.30775	9.80174				01	081	08126	08126056
2950052	Berndshof	berndshof	DE		0	Europe/Berlin	53.73318	14.09597		Berndshof		12	00	13075	13075136
2950053	Berndshausen	berndshausen	DE		0	Europe/Berlin	51.0427	9.48141				05	066	06634	06634011
2950054	Berndshausen	berndshausen	DE		0	Europe/Berlin	49.29043	9.77041				01	081	08126	08126046
2950070	Berndiel	berndiel	DE		0	Europe/Berlin	49.68599	9.32761				02	096	09676	09676139
2950075	Bernbruch	bernbruch	DE		0	Europe/Berlin	51.29068	14.09393		Bernbruch		13	00	14625	14625250
2950076	Bernbruch	bernbruch	DE		0	Europe/Berlin	51.18331	12.66039		Bernbruch		13	00	14729	14729160
2950077	Bernbichl	bernbichl	DE		0	Europe/Berlin	48.04016	12.44699				02	091	09189	09189126
2950083	Bernbach	bernbach	DE		0	Europe/Berlin	50.15447	9.14509				05	064	06435	06435009
2950084	Bernbach	bernbach	DE		0	Europe/Berlin	49.50472	10.89241				02	095	09573	09573130
2950085	Bernbach	bernbach	DE		0	Europe/Berlin	49.1	9.45				01	081	08125	08125107
2950086	Bernbach	bernbach	DE		0	Europe/Berlin	48.82399	8.41587				01	082	08235	08235033
2950094	Dorf	dorf	DE		0	Europe/Berlin	47.81005	8.0332		Bernau-Dorf,Dorf		01	083	08337	08337013
2950096	Bernau bei Berlin	bernau-bei-berlin	DE		34866	Europe/Berlin	52.67982	13.58708		Bernau,Bernau baj Berlin,Bernau kaj Berlin,Bernava pie Berlines,Bernava pie Berlīnes,Bernoa,bai lin fu jin bei er nao,brna bay brlyn,Бернау,Бернау бај Берлин,Бернау кај Берлин,Բերնաու,ברנאו שליד ברלין,برنا بای برلین,柏林附近贝尔瑙		11	00	12060	12060020
2950105	Bernardshammer	bernardshammer	DE		0	Europe/Berlin	50.75355	6.24705				07	053	05334	05334032
2950108	Bermuthshain	bermuthshain	DE		0	Europe/Berlin	50.4723	9.31633		Bermuthshain,Bermutshain		05	065	06535	06535007
2950109	Bermsgrün	bermsgruen	DE		0	Europe/Berlin	50.52223	12.77636		Bermsgrun,Bermsgrün		13	00	14521	14521550
2950111	Bermoll	bermoll	DE		0	Europe/Berlin	50.65696	8.45498				05	065	06532	06532001
2950112	Bermichsmühle	bermichsmuehle	DE		0	Europe/Berlin	50.70896	11.989				15	00	16076	16076092
2950116	Bermershausen	bermershausen	DE		0	Europe/Berlin	50.95148	8.34365				07	059	05970	05970028
2950117	Bermersbach	bermersbach	DE		0	Europe/Berlin	48.69225	8.34586		Bermersbach		01	082	08216	08216013
2950118	Bermersbach	bermersbach	DE		0	Europe/Berlin	48.38517	7.98919		Bermersbach		01	083	08317	08317034
2950119	Bermering	bermering	DE		0	Europe/Berlin	48.43268	12.61017				02	092	09277	09277121
2950124	Bermbeck	bermbeck	DE		0	Europe/Berlin	52.14975	8.6697				07	057	05758	05758016
2950131	Bermaringen	bermaringen	DE		0	Europe/Berlin	48.45995	9.84216				01	084	08425	08425141
2950135	Berlitt	berlitt	DE		0	Europe/Berlin	52.9447	12.28399		Berlitt		11	00	12068	12068264
2950136	Berlingsen	berlingsen	DE		0	Europe/Berlin	51.51411	8.13758		Berlingsen		07	059	05974	05974032
2950137	Berlinghausen	berlinghausen	DE		0	Europe/Berlin	51.07941	7.77624				07	059	05962	05962036
2950138	Berlinghausen	berlinghausen	DE		0	Europe/Berlin	51.01524	7.80419				07	059	05966	05966008
2950142	Berliner Vorstadt	berliner-vorstadt	DE		0	Europe/Berlin	52.4119	13.08317				11	00	12054	12054000
2950156	Berlinchen	berlinchen	DE		0	Europe/Berlin	53.21927	12.58366		Berlinchen		11	00	12068	12068468
2950161	Berlichingen	berlichingen	DE		0	Europe/Berlin	49.32787	9.48742		Berlichingen		01	081	08126	08126072
2950162	Berletzhof	berletzhof	DE		0	Europe/Berlin	49.08944	11.74258				02	093	09375	09375148
2950163	Berletzhausen	berletzhausen	DE		0	Europe/Berlin	48.99013	11.34235				02	091	09176	09176137
2950164	Berlepsch-Ellerode	berlepsch-ellerode	DE		0	Europe/Berlin	51.39635	9.83338				05	066	06636	06636016
2950166	Berleberg	berleberg	DE		0	Europe/Berlin	47.75014	10.47411				02	097	09777	09777144
2950168	Berlebeck	berlebeck	DE		0	Europe/Berlin	51.89185	8.87455				07	057	05766	05766020
2950169	Berlar	berlar	DE		0	Europe/Berlin	51.31554	8.38192				07	059	05958	05958008
2950172	Berl	berl	DE		0	Europe/Berlin	51.9	7.71667				07	055	05570	05570040
2950174	Berkum	berkum	DE		0	Europe/Berlin	52.30717	10.1887				06	00	03157	03157006
2950175	Berkum	berkum	DE		0	Europe/Berlin	50.62325	7.13416				07	053	05382	05382072
2950176	Berksen	berksen	DE		0	Europe/Berlin	51.6479	8.00588				07	059	05974	05974048
2950178	Berklingen	berklingen	DE		0	Europe/Berlin	52.12279	10.7345				06	00	03158	03158032
2950179	Berkholzofen	berkholzofen	DE		0	Europe/Berlin	53.06787	12.90793				11	00	12068	12068353
2950181	Berkholz	berkholz	DE		0	Europe/Berlin	53.28308	13.66136				11	00	12073	12073069
2950182	Berkholz	berkholz	DE		0	Europe/Berlin	53.05659	14.21202				11	00	12073	12073032
2950185	Berkhof	berkhof	DE		0	Europe/Berlin	52.60399	9.72187				06	00	03241	03241019
2950188	Berkersheim	berkersheim	DE		0	Europe/Berlin	50.16667	8.7				05	064	06412	06412000
2950191	Berkenroth	berkenroth	DE		0	Europe/Berlin	50.86365	7.54806		Berkenroth		07	053	05374	05374032
2950192	Berkenlatten	berkenlatten	DE		0	Europe/Berlin	53.14039	13.75857				11	00	12073	12073201
2950194	Berkenbüschen	berkenbueschen	DE		0	Europe/Berlin	52.44178	8.47887				07	057	05770	05770044
2950197	Berkenbrück	berkenbrueck	DE		0	Europe/Berlin	52.13973	13.11867				11	00	12072	12072312
2950198	Berken	berken	DE		0	Europe/Berlin	52.81952	11.79851				14	00	15090	15090415
2950199	Berken	berken	DE		0	Europe/Berlin	51.16719	7.57392				07	059	05962	05962028
2950201	Berkel	berkel	DE		0	Europe/Berlin	52.67815	8.90133				06	00	03251	03251024
2950208	Berka	berka	DE		0	Europe/Berlin	51.68765	10.11086				06	00	03155	03155007
2950209	Berka	berka	DE		0	Europe/Berlin	51.3475	10.93002		Berka		15	00	16065	16065067
2950210	Berka	berka	DE		0	Europe/Berlin	51.04357	10.38532		Berka		15	00	16063	16063006
2950211	Berka	berka	DE		0	Europe/Berlin	50.93966	10.07086		Berka,Berka/Werra		15	00	16063	16063103
2950212	Berk	berk	DE		0	Europe/Berlin	50.38366	6.46083		Berk		07	053	05366	05366012
2950217	Beringhauser Klause	beringhauser-klause	DE		0	Europe/Berlin	51.31603	8.34836				07	059	05958	05958032
2950219	Beringhausen	beringhausen	DE		0	Europe/Berlin	51.40946	8.75911		Beringhausen		07	059	05958	05958024
2950220	Beringhausen	beringhausen	DE		0	Europe/Berlin	51.32628	8.33738		Beringhausen		07	059	05958	05958032
2950221	Beringersreuth	beringersreuth	DE		0	Europe/Berlin	49.8679	11.98896				02	093	09377	09377129
2950226	Bergzow	bergzow	DE		0	Europe/Berlin	52.39529	12.05301		Bergzow		14	00	15086	15086035
2950228	Bergwitz	bergwitz	DE		1679	Europe/Berlin	51.79479	12.58954		Bergwitz		14	00	15091	15091160
2950231	Bergwinkel	bergwinkel	DE		0	Europe/Berlin	51.22742	11.6105				14	00	15084	15084015
2950246	Bergtshofen	bergtshofen	DE		0	Europe/Berlin	49.48649	10.29118				02	095	09575	09575124
2950253	Bergswick	bergswick	DE		0	Europe/Berlin	51.76236	6.42486				07	051	05154	05154044
2950254	Bergsulza	bergsulza	DE		0	Europe/Berlin	51.08487	11.63551				15	00	16071	16071004
2950255	Bergstrup	bergstrup	DE		0	Europe/Berlin	52.74989	8.29023				06	00	03460	03460009
2950258	Bergstraße	bergstrasse	DE		0	Europe/Berlin	52.43095	7.60162		Bergstrasse,Bergstraße,Birgostrotun,Birgostrōtun		07	055	05566	05566020
2950259	Bergstraße	bergstrasse	DE		0	Europe/Berlin	51.8	13.65				11	00	12061	12061219
2950260	Bergstorf	bergstorf	DE		0	Europe/Berlin	48.88134	12.4558				02	092	09278	09278177
2950261	Bergstorf	bergstorf	DE		0	Europe/Berlin	48.5393	12.67454		Bergsdorf,Bergstorf		02	092	09279	09279135
2950262	Bergstetten	bergstetten	DE		0	Europe/Berlin	49.08201	11.89819				02	093	09375	09375162
2950263	Bergstetten	bergstetten	DE		0	Europe/Berlin	48.80056	10.81973				02	097	09779	09779169
2950264	Bergstein	bergstein	DE		0	Europe/Berlin	50.69365	6.43119		Bergstein		07	053	05358	05358016
2950265	Bergstedt	bergstedt	DE		9845	Europe/Berlin	53.67111	10.12694				04	00	02000	02000000
2950266	Bergstadt	bergstadt	DE		0	Europe/Berlin	51.1061	7.27776		Bergstadt		07	053	05378	05378032
2950267	Bergsoll	bergsoll	DE		0	Europe/Berlin	53.29621	12.23396				11	00	12070	12070280
2950270	Bergshausen	bergshausen	DE		0	Europe/Berlin	51.26577	9.50135		Berghausen,Bergshausen		05	066	06633	06633008
2950273	Bergsdorf	bergsdorf	DE		0	Europe/Berlin	48.58187	12.34642				02	092	09274	09274156
2950274	Bergsdorf	bergsdorf	DE		0	Europe/Berlin	52.93105	13.26213				11	00	12065	12065356
2950283	Bergs	bergs	DE		0	Europe/Berlin	47.837	10.10531				01	084	08436	08436055
2950284	Bergs	bergs	DE		0	Europe/Berlin	47.79817	10.24308				02	097	09780	09780112
2950285	Bergrothenfels	bergrothenfels	DE		0	Europe/Berlin	49.89369	9.58469		Bergrothenfels		02	096	09677	09677181
2950288	Bergrath	bergrath	DE		0	Europe/Berlin	50.8055	6.28427				07	053	05334	05334012
2950291	Bergrade	bergrade	DE		0	Europe/Berlin	53.69745	10.58695		Bergrade		10	00	01053	01053025
2950292	Bergrade	bergrade	DE		0	Europe/Berlin	53.47732	11.80944				12	00	13076	13076035
2950293	Bergöschingen	bergoschingen	DE		0	Europe/Berlin	47.5986	8.42026				01	083	08337	08337053
2950295	Bergnetsreuth	bergnetsreuth	DE		0	Europe/Berlin	49.7017	12.25177		Bergnetsreuth		02	093	09374	09374121
2950296	Bergnerzell	bergnerzell	DE		0	Europe/Berlin	49.18159	10.2565				02	095	09571	09571145
2950297	Bergnersreuth	bergnersreuth	DE		0	Europe/Berlin	50.06742	12.15205				02	094	09479	09479112
2950298	Bergnershof	bergnershof	DE		0	Europe/Berlin	48.94703	10.9435				02	095	09577	09577173
2950300	Bergnassau-Scheuern	bergnassau-scheuern	DE		0	Europe/Berlin	50.30776	7.78909		Bergnassau-Scheuern,Scheuern		08	00	07141	07141091
2950301	Bergmosis	bergmosis	DE		0	Europe/Berlin	48.51236	8.33074				01	082	08237	08237004
2950303	Bergmoor	bergmoor	DE		0	Europe/Berlin	52.76552	10.83118		Bergmoor		14	00	15081	15081105
2950305	Bergmatting	bergmatting	DE		0	Europe/Berlin	48.96936	11.98175				02	093	09375	09375199
2950310	Bergluch	bergluch	DE		0	Europe/Berlin	52.4165	13.81414				11	00	12067	12067201
2950315	Bergleshof	bergleshof	DE		0	Europe/Berlin	50.17411	11.53768				02	094	09477	09477156
2950321	Berglein	berglein	DE		0	Europe/Berlin	49.40494	10.47781		Berglein		02	095	09571	09571183
2950323	Bergle	bergle	DE		0	Europe/Berlin	47.75	9.56667				01	084	08436	08436064
2950326	Berglase	berglase	DE		0	Europe/Berlin	54.33641	13.3196				12	00	13073	13073079
2950327	Berglas	berglas	DE		0	Europe/Berlin	50.39631	12.02621		Berglas,Grosszobern-Berglas,Großzöbern-Berglas		13	00	14523	14523450
2950332	Bergkrug	bergkrug	DE		0	Europe/Berlin	52.31534	9.11563				06	00	03257	03257014
2950333	Bergkramer	bergkramer	DE		0	Europe/Berlin	47.90714	11.4002				02	091	09173	09173137
2950348	Bergisch Neukirchen	bergisch-neukirchen	DE		0	Europe/Berlin	51.07661	7.02297		Bergisch Neukirchen		07	053	05316	05316000
2950351	Bergisch Born	bergisch-born	DE		0	Europe/Berlin	51.1576	7.26583		Bergisch Born		07	051	05120	05120000
2950352	Berging	berging	DE		0	Europe/Berlin	48.50165	11.75354				02	091	09178	09178115
2950353	Berging	berging	DE		0	Europe/Berlin	48.46306	13.36528				02	092	09275	09275145
2950354	Berging	berging	DE		0	Europe/Berlin	48.19044	12.0838				02	091	09177	09177123
2950360	Berghütte	berghutte	DE		0	Europe/Berlin	47.70416	7.98733				01	083	08337	08337108
2950364	Bergholz-Rehbrücke	bergholz-rehbruecke	DE		0	Europe/Berlin	52.34719	13.10532				11	00	12069	12069454
2950377	Berghol	berghol	DE		0	Europe/Berlin	52.428	9.21909				06	00	03257	03257038
2950381	Berghofermark	berghofermark	DE		0	Europe/Berlin	51.46667	7.53333				07	059	05913	05913000
2950382	Berghofen	berghofen	DE		0	Europe/Berlin	51.46691	7.5286				07	059	05913	05913000
2950383	Berghofen	berghofen	DE		0	Europe/Berlin	51.00468	8.67225				05	066	06635	06635004
2950384	Berghofen	berghofen	DE		0	Europe/Berlin	48.51354	12.47471				02	092	09274	09274112
2950385	Berghofen	berghofen	DE		0	Europe/Berlin	48.48262	12.03228		Berghofen		02	092	09274	09274124
2950386	Berghofen	berghofen	DE		0	Europe/Berlin	47.52078	10.30111				02	097	09780	09780139
2950388	Berghöfe	berghofe	DE		0	Europe/Berlin	48.2	10.65				02	097	09772	09772197
2950390	Berghof	berghof	DE		0	Europe/Berlin	51.12822	7.40266		Berghof		07	053	05374	05374052
2950391	Berghof	berghof	DE		0	Europe/Berlin	52.46667	13.76667				11	00	12064	12064428
2950393	Berghof	berghof	DE		0	Europe/Berlin	51.48669	8.26106				07	059	05974	05974044
2950394	Berghof	berghof	DE		0	Europe/Berlin	49.05	9.73333				01	081	08127	08127100
2950395	Berghof	berghof	DE		0	Europe/Berlin	48.95805	12.59568				02	092	09278	09278190
2950396	Berghof	berghof	DE		0	Europe/Berlin	48.51639	13.24861				02	092	09275	09275138
2950397	Berghof	berghof	DE		0	Europe/Berlin	47.63119	10.80367				02	097	09777	09777173
2950449	Bergheide	bergheide	DE		0	Europe/Berlin	51.5695	13.7972		Bergheide,Gohra		11	00	12062	12062293
2950452	Berghäuser	berghaeuser	DE		0	Europe/Berlin	51.15753	12.51247				13	00	14729	14729050
2950453	Berghäuser	berghaeuser	DE		0	Europe/Berlin	51.12522	14.593				13	00	14625	14625230
2950454	Berghäuser	berghaeuser	DE		0	Europe/Berlin	51.06667	14.81667				13	00	14626	14626030
2950455	Berghäuser	berghaeuser	DE		0	Europe/Berlin	50.6	12.66667				13	00	14521	14521035
2950456	Berghäuser	berghaeuser	DE		0	Europe/Berlin	50.50447	12.22892				13	00	14523	14523270
2950457	Berghäuser	berghaeuser	DE		0	Europe/Berlin	50.30075	12.33415				13	00	14523	14523200
2950494	Berghaselbach	berghaselbach	DE		0	Europe/Berlin	48.48412	11.7304				02	091	09178	09178156
2950495	Berghamberg	berghamberg	DE		0	Europe/Berlin	51.07812	7.07146				07	053	05378	05378008
2950496	Bergham	bergham	DE		0	Europe/Berlin	48.58762	12.34366				02	092	09274	09274156
2950497	Bergham	bergham	DE		0	Europe/Berlin	48.51061	13.17218				02	092	09275	09275125
2950498	Bergham	bergham	DE		0	Europe/Berlin	47.80205	12.37839				02	091	09187	09187118
2950499	Bergham	bergham	DE		0	Europe/Berlin	49.20288	12.28426				02	093	09376	09376149
2950500	Bergham	bergham	DE		0	Europe/Berlin	48.82767	12.84539				02	092	09271	09271151
2950501	Bergham	bergham	DE		0	Europe/Berlin	48.73515	13.08245				02	092	09271	09271153
2950502	Bergham	bergham	DE		0	Europe/Berlin	48.61649	12.43571				02	092	09279	09279124
2950503	Bergham	bergham	DE		0	Europe/Berlin	48.59639	13.15973				02	092	09275	09275154
2950504	Bergham	bergham	DE		0	Europe/Berlin	48.57393	11.77639				02	091	09178	09178122
2950505	Bergham	bergham	DE		0	Europe/Berlin	48.49588	12.96568				02	092	09277	09277114
2950506	Bergham	bergham	DE		0	Europe/Berlin	48.47796	12.81025				02	092	09277	09277144
2950507	Bergham	bergham	DE		0	Europe/Berlin	48.46926	12.28504				02	092	09274	09274134
2950508	Bergham	bergham	DE		0	Europe/Berlin	48.36953	12.04224				02	091	09177	09177120
2950509	Bergham	bergham	DE		0	Europe/Berlin	48.33844	13.20615				02	092	09275	09275132
2950510	Bergham	bergham	DE		0	Europe/Berlin	48.28464	12.20691				02	091	09177	09177115
2950511	Bergham	bergham	DE		0	Europe/Berlin	48.27754	11.89545				02	091	09177	09177117
2950512	Bergham	bergham	DE		0	Europe/Berlin	48.24696	12.84087				02	091	09171	09171123
2950513	Bergham	bergham	DE		0	Europe/Berlin	48.21638	12.93307				02	092	09277	09277128
2950514	Bergham	bergham	DE		0	Europe/Berlin	48.19852	12.5615				02	091	09183	09183136
2950515	Bergham	bergham	DE		0	Europe/Berlin	48.17975	12.36908				02	091	09183	09183113
2950516	Bergham	bergham	DE		0	Europe/Berlin	48.15445	12.79755				02	091	09171	09171112
2950517	Bergham	bergham	DE		0	Europe/Berlin	48.14435	12.69946				02	091	09171	09171113
2950518	Bergham	bergham	DE		0	Europe/Berlin	48.07581	12.38064				02	091	09189	09189142
2950519	Bergham	bergham	DE		0	Europe/Berlin	48.08442	12.24751				02	091	09187	09187116
2950520	Bergham	bergham	DE		0	Europe/Berlin	48.05054	12.69804				02	091	09189	09189152
2950521	Bergham	bergham	DE		0	Europe/Berlin	48.05406	12.58853				02	091	09189	09189157
2950522	Bergham	bergham	DE		0	Europe/Berlin	48.01594	12.24066				02	091	09187	09187126
2950523	Bergham	bergham	DE		0	Europe/Berlin	47.99081	12.20572				02	091	09187	09187134
2950524	Bergham	bergham	DE		0	Europe/Berlin	47.90058	12.27971				02	091	09187	09187128
2950525	Bergham	bergham	DE		0	Europe/Berlin	47.90662	11.6692				02	091	09182	09182127
2950526	Bergham	bergham	DE		0	Europe/Berlin	47.84257	12.24079				02	091	09187	09187167
2950527	Bergham	bergham	DE		0	Europe/Berlin	47.81924	11.7282				02	091	09182	09182136
2950528	Bergham	bergham	DE		0	Europe/Berlin	47.7928	11.85707				02	091	09182	09182125
2950536	Berghaltern	berghaltern	DE		0	Europe/Berlin	51.73432	7.1617				07	055	05562	05562016
2950538	Berghagen	berghagen	DE		0	Europe/Berlin	52.07041	8.38601				07	057	05754	05754012
2950539	Berghagen	berghagen	DE		0	Europe/Berlin	51.18751	7.73461				07	059	05962	05962020
2950543	Berggiesshübel	berggiesshuebel	DE		0	Europe/Berlin	50.87442	13.94641		Berggiesshuebel,Berggießhübel		13	00	14628	14628020
2950547	Bergfriede	bergfriede	DE		0	Europe/Berlin	52.45112	11.06655				14	00	15083	15083411
2950548	Bergfried	bergfried	DE		0	Europe/Berlin	53.5554	9.60548				06	00	03359	03359039
2950549	Bergfried	bergfried	DE		0	Europe/Berlin	49.67317	11.77267				02	093	09374	09374124
2950550	Bergfreiheit	bergfreiheit	DE		0	Europe/Berlin	51.05021	9.09319				05	066	06635	06635003
2950551	Bergfelden	bergfelden	DE		0	Europe/Berlin	48.34615	8.68255				01	083	08325	08325057
2950562	Bergfeine	bergfeine	DE		0	Europe/Berlin	52.5411	8.25184				06	00	03460	03460002
2950563	Bergfarnstädt	bergfarnstaedt	DE		0	Europe/Berlin	51.43478	11.54943				14	00	15088	15088100
2950566	Bergeshövede	bergeshoevede	DE		0	Europe/Berlin	52.27036	7.60007				07	055	05566	05566016
2950568	Bergertshofen	bergertshofen	DE		0	Europe/Berlin	49.15392	10.21356				01	081	08127	08127101
2950570	Bergershof	bergershof	DE		0	Europe/Berlin	48.94643	10.70903				02	095	09577	09577162
2950572	Bergers	bergers	DE		0	Europe/Berlin	47.71241	10.53466				02	097	09777	09777179
2950573	Bergern	bergern	DE		0	Europe/Berlin	50.91834	11.28157				15	00	16071	16071003
2950574	Bergern	bergern	DE		0	Europe/Berlin	50.82204	11.44707				15	00	16074	16074076
2950575	Bergern	bergern	DE		0	Europe/Berlin	48.50597	11.37128				02	091	09186	09186125
2950579	Bergerhof	bergerhof	DE		0	Europe/Berlin	51.15214	6.64244				07	051	05162	05162024
2950580	Bergerhof	bergerhof	DE		0	Europe/Berlin	50.93398	7.75672				07	053	05374	05374040
2950590	Bergerhausen	bergerhausen	DE		0	Europe/Berlin	51.43481	7.03381		Bergerhausen		07	051	05113	05113000
2950591	Bergerhausen	bergerhausen	DE		0	Europe/Berlin	48.09995	9.81009				01	084	08426	08426021
2950592	Bergerhausen	bergerhausen	DE		0	Europe/Berlin	50.86242	6.64896				07	053	05362	05362032
2950593	Bergerhausen	bergerhausen	DE		0	Europe/Berlin	48.06802	10.4467				02	097	09778	09778173
2950597	Berger	berger	DE		0	Europe/Berlin	51.72958	7.5125				07	055	05558	05558028
2950605	Bergenweiler	bergenweiler	DE		0	Europe/Berlin	48.57363	10.27282				01	081	08135	08135031
2950606	Bergenstetten	bergenstetten	DE		0	Europe/Berlin	48.18314	10.14433				02	097	09775	09775111
2950614	Bergen-Enkheim	bergen-enkheim	DE		0	Europe/Berlin	50.15	8.75		Frankfurt-Bergen-Enkheim		05	064	06412	06412000
2950615	Bergendorf	bergendorf	DE		0	Europe/Berlin	48.61539	10.97908				02	097	09779	09779163
2950620	Bergen auf Rügen	bergen-auf-ruegen	DE		14771	Europe/Berlin	54.41823	13.43349		Bergen,Bergen Rugen,Bergen Rügen,Bergen auf Rigen,Bergen auf Ruegen,Bergen auf Rugen,Bergen auf Rügen,Bergen bei Ruegen,Bergen bei Rügen,Bergen en Ruegen,Bergen en Rügen,Bergen na Rigen,Bergen na Rjugen,Bergen-auf-Rjugen,Bergen-na-Rugene,Bergene Rigene,Bergene Rīgenē,Gora,Góra,beleugen-aupeulwigen,brghn awf rwghn,brgn an dr rwgn,lu gen dao bei er gen,Берген ауф Риген,Берген на Риген,Берген на Рюген,Берген-ауф-Рюген,Берген-на-Ругене,برغن آوف روغن,برگن آن در روگن,吕根岛贝尔根,베르겐아우프뤼겐		12	00	13073	13073010
2950621	Bergen an der Dumme	bergen-an-der-dumme	DE		1558	Europe/Berlin	52.89109	10.95629		Bergen,Bergen Dumme,Bergen ad Dumme flumen,Bergen an der Dume,Bergen-an-der-Dumme,Bergen-na-Dumme,Djoerska,Djörska,Tjoerska,Tjörska,Tyoerska,Tÿörska,brgn an dr dwmh,du mei he pan bei er gen,Берген ан дер Думе,Берген-ан-дер-Думме,Берген-на-Думме,برگن ان در دومه,杜梅河畔贝尔根		06	00	03354	03354001
2950644	Bergelieth	bergelieth	DE		0	Europe/Berlin	54.23333	9.23333				10	00	01051	01051100
2950646	Bergeler	bergeler	DE		0	Europe/Berlin	51.82321	8.16878				07	055	05570	05570028
2950648	Bergel	bergel	DE		0	Europe/Berlin	49.45	10.36667				02	095	09575	09575143
2950650	Bergedorfer Ohe	bergedorfer-ohe	DE		0	Europe/Berlin	53.0239	8.48238				06	00	03458	03458005
2950651	Bergedorf	bergedorf	DE		0	Europe/Berlin	53.22421	8.9504				06	00	03356	03356011
2950652	Bergedorf	bergedorf	DE		0	Europe/Berlin	53.02878	8.46938		Bergedorf		06	00	03458	03458005
2950655	Bergede	bergede	DE		0	Europe/Berlin	51.52814	8.16746		Bergede,Bergithi		07	059	05974	05974040
2950674	Bergdorf-Harrl	bergdorf-harrl	DE		0	Europe/Berlin	52.25571	9.06861		Bergdorf-Harrl,Bergdortf-Harrl		06	00	03257	03257009
2950675	Bergbuir	bergbuir	DE		0	Europe/Berlin	50.59783	6.56961		Bergbuir		07	053	05366	05366028
2950676	Bergbrück	bergbrueck	DE		0	Europe/Berlin	52.48333	13.78333				11	00	12064	12064428
2950677	Bergbronn	bergbronn	DE		0	Europe/Berlin	49.11209	10.18108				01	081	08127	08127101
2950678	Bergbossendorf	bergbossendorf	DE		0	Europe/Berlin	51.72164	7.14457				07	055	05562	05562016
2950683	Bergbau	bergbau	DE		0	Europe/Berlin	47.79366	11.0173				02	091	09190	09190130
2950687	Bergarn	bergarn	DE		0	Europe/Berlin	48.30671	11.99905				02	091	09177	09177113
2950688	Berganger	berganger	DE		0	Europe/Berlin	47.97964	11.91682				02	091	09175	09175113
2950690	Berg am Laim	berg-am-laim	DE		0	Europe/Berlin	48.12554	11.6304		Berg am Laim Ost		02	091	09162	09162000
2950691	Bergalingen	bergalingen	DE		0	Europe/Berlin	47.61358	7.95461		Bergalingen		01	083	08337	08337090
2950693	Bergach	bergach	DE		0	Europe/Berlin	48.38014	8.03867				01	083	08317	08317034
2950698	Eilenburg, Berg	eilenburg-berg	DE		0	Europe/Berlin	51.46133	12.61471				13	00	14730	14730110
2950832	Berfallen	berfallen	DE		0	Europe/Berlin	47.73333	9.91667				01	084	08436	08436094
2950833	Berfa	berfa	DE		0	Europe/Berlin	50.77308	9.35958		Berfa		05	065	06535	06535001
2950835	Beresinchen	beresinchen	DE		0	Europe/Berlin	52.33333	14.51667				11	00	12053	12053000
2950836	Berescheid	berescheid	DE		0	Europe/Berlin	50.53361	6.41317				07	053	05366	05366036
2950838	Berentrop	berentrop	DE		0	Europe/Berlin	51.29051	7.78455				07	059	05962	05962048
2950839	Berentelg	berentelg	DE		0	Europe/Berlin	52.32299	7.77943				07	055	05566	05566056
2950841	Berenscheid	berenscheid	DE		0	Europe/Berlin	51.46268	8.63283				07	059	05958	05958012
2950843	Berensch	berensch	DE		0	Europe/Berlin	53.82122	8.5908		Berensch,Berensen		06	00	03352	03352011
2950846	Berendshagen	berendshagen	DE		0	Europe/Berlin	53.9475	11.83313				12	00	13072	13072093
2950847	Berendonk	berendonk	DE		0	Europe/Berlin	51.54529	6.26855				07	051	05154	05154032
2950849	Berend	berend	DE		0	Europe/Berlin	54.55497	9.56406				10	00	01059	01059098
2950850	Berenbusch	berenbusch	DE		0	Europe/Berlin	52.2857	8.99321				06	00	03257	03257009
2950854	Berenbostel	berenbostel	DE		0	Europe/Berlin	52.44116	9.60798		Berenbostel,Bi'ernbossel,Biernbossel		06	00	03241	03241005
2950855	Berenberg	berenberg	DE		0	Europe/Berlin	47.90078	9.02462				01	083	08335	08335057
2950860	Berel	berel	DE		0	Europe/Berlin	52.16514	10.21726				06	00	03158	03158004
2950864	Berdumer Neue Mitteldeich	berdumer-neue-mitteldeich	DE		0	Europe/Berlin	53.6691	7.82887				06	00	03462	03462019
2950868	Berdumer Großeriege	berdumer-grosseriege	DE		0	Europe/Berlin	53.64022	7.82043				06	00	03462	03462019
2950872	Berdum	berdum	DE		0	Europe/Berlin	53.62853	7.81487				06	00	03462	03462019
2950873	Berdel	berdel	DE		0	Europe/Berlin	51.95831	7.78669				07	055	05570	05570044
2950875	Berchum	berchum	DE		0	Europe/Berlin	51.38471	7.53974		Berchum		07	059	05914	05914000
2950876	Berchtolding	berchtolding	DE		0	Europe/Berlin	47.88246	12.92283				02	091	09172	09172130
2950884	Berbruggen	berbruggen	DE		0	Europe/Berlin	47.59555	9.96788				02	097	09776	09776127
2950885	Berbling	berbling	DE		0	Europe/Berlin	47.84375	11.97364				02	091	09187	09187117
2950886	Berbisleben	berbisleben	DE		0	Europe/Berlin	51.45694	10.84901				15	00	16062	16062064
2950887	Berbisdorf	berbisdorf	DE		0	Europe/Berlin	51.18946	13.72261				13	00	14627	14627220
2950888	Berbisdorf	berbisdorf	DE		0	Europe/Berlin	50.76378	12.94416				13	00	14511	14511000
2950889	Berbing	berbing	DE		0	Europe/Berlin	48.65299	13.59643				02	092	09275	09275126
2950890	Berbersdorf	berbersdorf	DE		0	Europe/Berlin	51.01123	13.17971		Berbersdorf		13	00	14522	14522540
2950892	Berbersbach	berbersbach	DE		0	Europe/Berlin	49.316	10.33778				02	095	09571	09571125
2950893	Berberheide	berberheide	DE		0	Europe/Berlin	51.61386	6.28409				07	051	05154	05154032
2950897	Berau	berau	DE		0	Europe/Berlin	47.69555	8.25906		Berau		01	083	08337	08337128
2950899	Beppen	beppen	DE		0	Europe/Berlin	52.93727	9.06031				06	00	03361	03361013
2950902	Benzingerode	benzingerode	DE		0	Europe/Berlin	51.83247	10.86352		Benlingerod,Benzingerode		14	00	15085	15085370
2950904	Benzingen	benzingen	DE		0	Europe/Berlin	48.17064	9.14968				01	084	08417	08417075
2950906	Benzin	benzin	DE		0	Europe/Berlin	53.75137	11.08309		Benzin		12	00	13074	13074092
2950907	Benzin	benzin	DE		0	Europe/Berlin	53.44032	12.08273				12	00	13076	13076077
2950908	Benzhausen	benzhausen	DE		0	Europe/Berlin	48.05732	7.80969				01	083	08311	08311000
2950911	Benzenzimmern	benzenzimmern	DE		0	Europe/Berlin	48.88958	10.43667				01	081	08136	08136037
2950913	Benzenhof	benzenhof	DE		0	Europe/Berlin	49.04514	9.82318				01	081	08127	08127063
2950923	Benzen	benzen	DE		0	Europe/Berlin	52.83261	9.57781		Benzen		06	00	03358	03358024
2950925	Benzelrath	benzelrath	DE		0	Europe/Berlin	50.90448	6.79037		Benzelrath		07	053	05362	05362024
2950937	Bentstreek	bentstreek	DE		0	Europe/Berlin	53.3841	7.83157				06	00	03462	03462005
2950940	Bentrup	bentrup	DE		0	Europe/Berlin	52.01828	8.94184		Benningthorp,Bėnningthorp		07	057	05766	05766044
2950941	Bentrup	bentrup	DE		0	Europe/Berlin	51.99397	9.06733				07	057	05766	05766012
2950942	Bentrop	bentrop	DE		0	Europe/Berlin	51.49433	7.82571		Bentrop		07	059	05978	05978012
2950944	Bentorf	bentorf	DE		0	Europe/Berlin	52.13533	8.91575				07	057	05766	05766036
2950946	Bentloge	bentloge	DE		0	Europe/Berlin	53.19466	8.68499				06	00	03356	03356008
2950947	Bentlake	bentlake	DE		0	Europe/Berlin	51.81948	8.67983		Bentlake,Die Bentlake		07	057	05774	05774024
2950948	Bentlage	bentlage	DE		0	Europe/Berlin	52.29598	7.40589		Bentlage		07	055	05566	05566076
2950949	Bentkrögen	bentkroegen	DE		0	Europe/Berlin	53.74585	9.78565				10	00	01056	01056003
2950950	Bentin	bentin	DE		0	Europe/Berlin	53.60939	11.04338				12	00	13074	13074070
2950951	Bentierode	bentierode	DE		0	Europe/Berlin	51.85065	10.00145				06	00	03155	03155013
2950952	Benthullen	benthullen	DE		0	Europe/Berlin	53.03969	8.10947		Benthullen,Beuthullen		06	00	03458	03458013
2950954	Benthof	benthof	DE		0	Europe/Berlin	51.71245	7.41288				07	055	05558	05558036
2950956	Benthen	benthen	DE		0	Europe/Berlin	53.51653	12.00909				12	00	13076	13076151
2950958	Bentheim	bentheim	DE		0	Europe/Berlin	52.30078	7.16031				06	00	03456	03456001
2950959	Benthe	benthe	DE		0	Europe/Berlin	52.33962	9.62677				06	00	03241	03241006
2950961	Bentfurt	bentfurt	DE		0	Europe/Berlin	53.87059	10.04012				10	00	01060	01060082
2950962	Bentfeld	bentfeld	DE		0	Europe/Berlin	54.1616	10.88914				10	00	01055	01055037
2950963	Bentfeld	bentfeld	DE		0	Europe/Berlin	51.73715	8.62629				07	057	05774	05774020
2950965	Benterode	benterode	DE		0	Europe/Berlin	51.34427	9.62234				06	00	03159	03159034
2950967	Benteler	benteler	DE		0	Europe/Berlin	51.7514	8.32481				07	057	05754	05754024
2950971	Benstrup	benstrup	DE		0	Europe/Berlin	52.77875	7.79465				06	00	03453	03453011
2950973	Benstorf	benstorf	DE		0	Europe/Berlin	52.09269	9.64891				06	00	03252	03252008
2950974	Benstaben	benstaben	DE		0	Europe/Berlin	53.81566	10.45866				10	00	01062	01062008
2950982	Bensersiel	bensersiel	DE		1000	Europe/Berlin	53.67271	7.57835				06	00	03462	03462003
2950985	Bensen	bensen	DE		0	Europe/Berlin	52.80934	8.86461				06	00	03251	03251038
2950986	Bensen	bensen	DE		0	Europe/Berlin	52.17446	9.32825		Bennsen,Bensen (Hessisch Oldendorf)		06	00	03252	03252007
2950990	Bensberg	bensberg	DE		0	Europe/Berlin	50.96486	7.16334				07	053	05378	05378004
2950992	Benroth	benroth	DE		0	Europe/Berlin	50.86091	7.52354		Benroth		07	053	05374	05374032
2950994	Benrath	benrath	DE		0	Europe/Berlin	51.16338	6.86521		Benrath,Djussel'dorf-Benrat,Duesseldorf-Benrath,Düsseldorf-Benrath,Дюссельдорф-Бенрат		07	051	05111	05111000
2950996	Benolpe	benolpe	DE		0	Europe/Berlin	51.06058	8.02395		Benolpe		07	059	05966	05966016
2950997	Benolpe	benolpe	DE		0	Europe/Berlin	51.01689	7.7381		Benolpe		07	059	05966	05966008
2951000	Bennrath	bennrath	DE		0	Europe/Berlin	50.88204	7.39741				07	053	05382	05382036
2951002	Bennoberg	bennoberg	DE		0	Europe/Berlin	48.24998	12.16216		Bennoberg,Benoberg		02	091	09177	09177137
2951003	Bennoberg	bennoberg	DE		0	Europe/Berlin	48.15454	12.55451				02	091	09189	09189115
2951004	Benninghusum	benninghusum	DE		0	Europe/Berlin	54.83333	8.65				10	00	01054	01054166
2951005	Benninghoven	benninghoven	DE		0	Europe/Berlin	51.23817	6.99822				07	051	05158	05158024
2951006	Benninghofen	benninghofen	DE		0	Europe/Berlin	51.47524	7.51778		Benninghofen		07	059	05913	05913000
2951007	Benninghöfen	benninghoefen	DE		0	Europe/Berlin	53.10743	9.92028				06	00	03358	03358019
2951008	Benninghauser Heide	benninghauser-heide	DE		0	Europe/Berlin	51.65857	8.25964				07	059	05974	05974028
2951010	Benninghausen	benninghausen	DE		0	Europe/Berlin	51.65258	8.24465		Benninghausen		07	059	05974	05974028
2951011	Benninghausen	benninghausen	DE		0	Europe/Berlin	51.10007	7.12727				07	053	05378	05378008
2951012	Benninghausen	benninghausen	DE		0	Europe/Berlin	51.07619	7.46522		Benninghausen		07	053	05374	05374052
2951015	Benning	benning	DE		0	Europe/Berlin	47.93963	12.19585				02	091	09187	09187181
2951019	Bennigsen	bennigsen	DE		0	Europe/Berlin	52.23943	9.66879		Bennigsen		06	00	03241	03241017
2951021	Bennien	bennien	DE		0	Europe/Berlin	52.18332	8.47102				06	00	03459	03459024
2951022	Benniehausen	benniehausen	DE		0	Europe/Berlin	51.48876	10.05129				06	00	03159	03159015
2951025	Bennewohld	bennewohld	DE		0	Europe/Berlin	54.20316	9.19563				10	00	01051	01051044
2951032	Bennert	bennert	DE		0	Europe/Berlin	51.12	7.02653				07	053	05378	05378016
2951033	Bennert	bennert	DE		0	Europe/Berlin	50.7	7.23333				07	053	05382	05382024
2951037	Bennemühlen	bennemuehlen	DE		0	Europe/Berlin	52.57473	9.71449				06	00	03241	03241019
2951041	Benneckenbeck	benneckenbeck	DE		0	Europe/Berlin	52.0854	11.58412				14	00	15003	15003000
2951053	Bennau	bennau	DE		0	Europe/Berlin	50.6619	7.39473				08	00	07138	07138003
2951059	Benkhöfen	benkhoefen	DE		0	Europe/Berlin	52.25304	8.65571				07	057	05770	05770016
2951060	Benkhausen	benkhausen	DE		0	Europe/Berlin	51.33231	8.78899		Benkhausen		05	066	06635	06635007
2951068	Benkenbokern	benkenbokern	DE		0	Europe/Berlin	52.50582	7.76773				06	00	03459	03459026
2951070	Benken	benken	DE		0	Europe/Berlin	52.1667	12.46443		Benken		11	00	12069	12069665
2951071	Benken	benken	DE		0	Europe/Berlin	47.57803	10.59554				02	097	09777	09777129
2951072	Benkeloh	benkeloh	DE		0	Europe/Berlin	53.17209	9.60823				06	00	03357	03357049
2951074	Benkel	benkel	DE		0	Europe/Berlin	53.1686	9.1866		Benkel		06	00	03361	03361008
2951075	Benkamp	benkamp	DE		0	Europe/Berlin	51.30173	7.85431				07	059	05962	05962008
2951076	Benk	benk	DE		0	Europe/Berlin	50.17567	11.86486				02	094	09475	09475184
2951077	Benk	benk	DE		0	Europe/Berlin	50.01256	11.62393				02	094	09472	09472119
2951078	Benk	benk	DE		0	Europe/Berlin	48.45567	12.92752		Benh,Benk		02	092	09277	09277138
2951085	Beningafehn	beningafehn	DE		0	Europe/Berlin	53.32657	7.55876				06	00	03457	03457010
2951086	Benignengrün	benignengruen	DE		0	Europe/Berlin	50.45791	11.53265				15	00	16075	16075133
2951087	Benhorn	benhorn	DE		0	Europe/Berlin	52.8	9.75				06			
2951089	Benhausen	benhausen	DE		0	Europe/Berlin	51.74127	8.82648				07	057	05774	05774032
2951092	Bengendorf	bengendorf	DE		0	Europe/Berlin	50.89037	9.97559				05	066	06632	06632009
2951093	Bengen	bengen	DE		0	Europe/Berlin	50.56768	7.1343				08	00	07131	07131090
2951094	Bengelshöhe	bengelshoehe	DE		0	Europe/Berlin	50.96994	7.30067				07	053	05378	05378024
2951098	Benfe	benfe	DE		0	Europe/Berlin	50.93472	8.24365		Benfe		07	059	05970	05970012
2951099	Benetsham	benetsham	DE		0	Europe/Berlin	48.0025	12.5869				02	091	09189	09189157
2951100	Benenberg	benenberg	DE		0	Europe/Berlin	50.46894	6.51424		Benenberg		07	053	05366	05366024
2951106	Benneckenrode	benneckenrode	DE		0	Europe/Berlin	51.75439	11.01454		Beneckenrode,Benneckenrode		14	00	15085	15085330
2951108	Bendorf-Sayn	bendorf-sayn	DE		0	Europe/Berlin	50.43633	7.57668		Bendorf-Sayn,Sayn		08	00	07137	07137203
2951112	Bendingbostel	bendingbostel	DE		0	Europe/Berlin	52.95668	9.4164				06	00	03361	03361005
2951113	Bendhof	bendhof	DE		0	Europe/Berlin	53.68916	11.1915				12	00	13074	13074050
2951122	Benckendorf	benckendorf	DE		0	Europe/Berlin	53.92327	10.94307				12	00	13074	13074017
2951125	Bemerode	bemerode	DE		0	Europe/Berlin	52.35	9.83333		Beimeroe,Beimeroeo,Beimeröo		06	00	03241	03241001
2951127	Bemberg	bemberg	DE		0	Europe/Berlin	49.2585	9.99103				01	081	08127	08127071
2951128	Bemberg	bemberg	DE		0	Europe/Berlin	47.76241	11.87674				02	091	09182	09182125
2951134	Bad Belzig	bad-belzig	DE		11999	Europe/Berlin	52.14184	12.59272	88	Belzig	12069	11	00	12069	12069020
2951136	Belzheim	belzheim	DE		0	Europe/Berlin	48.96188	10.52941				02	097	09779	09779138
2951137	Belzhag	belzhag	DE		0	Europe/Berlin	49.21944	9.6675		Belzhag		01	081	08126	08126047
2951141	Belzen	belzen	DE		0	Europe/Berlin	52.09578	8.55438				07	057	05711	05711000
2951146	Belumer Deich	belumer-deich	DE		0	Europe/Berlin	53.82212	9.01597				06	00	03352	03352004
2951148	Beltinghoven	beltinghoven	DE		0	Europe/Berlin	51.19914	6.38767				07	051	05116	05116000
2951152	Beltersrot	beltersrot	DE		0	Europe/Berlin	49.17638	9.67872		Beltersrot		01	081	08126	08126047
2951153	Beltershausen	beltershausen	DE		0	Europe/Berlin	50.75803	8.81304		Beltershausen		05	065	06534	06534008
2951154	Beltershain	beltershain	DE		0	Europe/Berlin	50.61884	8.93622				05	065	06531	06531006
2951155	Belten	belten	DE		0	Europe/Berlin	51.78782	14.03795		Belosin,Belten,Běłośin		11	00	12066	12066320
2951157	Belsenberg	belsenberg	DE		0	Europe/Berlin	49.30462	9.68659				01	081	08126	08126046
2951158	Belsen	belsen	DE		0	Europe/Berlin	52.78357	9.93056		Belsen		06			
2951159	Belsen	belsen	DE		0	Europe/Berlin	48.39485	9.0387				01	084	08416	08416025
2951167	Below	below	DE		0	Europe/Berlin	53.61145	11.98746				12	00	13076	13076135
2951168	Below	below	DE		0	Europe/Berlin	53.29795	13.01708				12	00	13071	13071159
2951169	Below	below	DE		0	Europe/Berlin	53.25946	12.46382				12	00	13071	13071175
2951171	Belmsdorf	belmsdorf	DE		0	Europe/Berlin	51.12002	14.20347		Belmsdorf,Bischofswerda Belmsdorf		13	00	14625	14625040
2951172	Belmermoor	belmermoor	DE		0	Europe/Berlin	53.9138	9.12872				10	00	01051	01051011
2951173	Belmen	belmen	DE		0	Europe/Berlin	51.08333	6.51667				07	051	05162	05162012
2951174	Belmbrach	belmbrach	DE		0	Europe/Berlin	49.22875	11.10014				02	095	09576	09576143
2951176	Bellwitz	bellwitz	DE		0	Europe/Berlin	51.12798	14.70389		Belecy,Bellwitz,Bělecy		13	00	14626	14626290
2951178	Bellscheidt	bellscheidt	DE		0	Europe/Berlin	51.31493	6.92846				07	051	05158	05158028
2951179	Bellscheid	bellscheid	DE		0	Europe/Berlin	50.07298	6.34826				08	00	07232	07232253
2951180	Bellnhausen	bellnhausen	DE		0	Europe/Berlin	50.79861	8.57517				05	065	06534	06534010
2951181	Bellnhausen	bellnhausen	DE		0	Europe/Berlin	50.70478	8.72017				05	065	06534	06534009
2951183	Bellmuth	bellmuth	DE		0	Europe/Berlin	50.36564	9.01457				05	064	06440	06440020
2951184	Belmicke	belmicke	DE		0	Europe/Berlin	51.02544	7.7252				07	053	05374	05374004
2951189	Bellingsen	bellingsen	DE		0	Europe/Berlin	51.4609	7.87801				07	059	05958	05958004
2951190	Bellings	bellings	DE		0	Europe/Berlin	50.30617	9.50352				05	064	06435	06435028
2951191	Bellingroth	bellingroth	DE		0	Europe/Berlin	50.98113	7.44749				07	053	05374	05374008
2951192	Bellinghoven	bellinghoven	DE		0	Europe/Berlin	51.06503	6.32847				07	053	05370	05370004
2951194	Bellinghausen	bellinghausen	DE		0	Europe/Berlin	51.08911	7.14205		Beldinghusun,Bellinghausen,Bėldinghūsun		07	053	05378	05378008
2951195	Bellinghausen	bellinghausen	DE		0	Europe/Berlin	50.70445	7.25501				07	053	05382	05382024
2951204	Bellig	bellig	DE		0	Europe/Berlin	54.61505	9.61402				10	00	01059	01059082
2951209	Bellevue	bellevue	DE		0	Europe/Berlin	53.46062	11.18002				12	00	13076	13076060
2951210	Bellevue	bellevue	DE		0	Europe/Berlin	50.47722	11.65804				15	00	16075	16075135
2951216	Bellersheim	bellersheim	DE		0	Europe/Berlin	50.45302	8.83799				05	065	06531	06531008
2951217	Bellershausen	bellershausen	DE		0	Europe/Berlin	49.29875	10.22426				02	095	09571	09571134
2951218	Bellersen	bellersen	DE		0	Europe/Berlin	51.77623	9.19127				07	057	05762	05762016
2951219	Bellersdorf	bellersdorf	DE		0	Europe/Berlin	50.66858	8.42513				05	065	06532	06532017
2951228	Beller	beller	DE		0	Europe/Berlin	51.98148	8.24729				07	057	05754	05754016
2951229	Beller	beller	DE		0	Europe/Berlin	51.70176	9.24397		Beller		07	057	05762	05762016
2951230	Beller	beller	DE		0	Europe/Berlin	50.57676	7.10354		Beller,Better		08	00	07131	07131090
2951231	Bellenmühle	bellenmuehle	DE		0	Europe/Berlin	49.58333	7.68333				08	00	07335	07335029
2951234	Bellen	bellen	DE		0	Europe/Berlin	53.06674	9.5677				06	00	03357	03357009
2951235	Bellen	bellen	DE		0	Europe/Berlin	47.59114	10.27049				02	097	09780	09780137
2951237	Bellamont	bellamont	DE		0	Europe/Berlin	48.01074	9.9097		Bellamont		01	084	08426	08426113
2951238	Bellahn	bellahn	DE		0	Europe/Berlin	53.06756	10.951				06	00	03354	03354027
2951244	Belkerheide	belkerheide	DE		0	Europe/Berlin	52.15233	8.57733				07	057	05758	05758008
2951245	Belkenscheid	belkenscheid	DE		0	Europe/Berlin	51.15772	7.62336				07	059	05962	05962028
2951246	Belke	belke	DE		0	Europe/Berlin	52.14371	8.56267				07	057	05758	05758008
2951247	Belkau	belkau	DE		0	Europe/Berlin	52.65033	11.7641				14	00	15090	15090070
2951248	Belitz	belitz	DE		0	Europe/Berlin	53.89477	12.50719				12	00	13072	13072082
2951249	Belitz	belitz	DE		0	Europe/Berlin	52.99446	11.07298		Belitz		06	00	03354	03354013
2951250	Belingen	belingen	DE		0	Europe/Berlin	49.9798	6.94094				08	00	07231	07231134
2951251	Belicke	belicke	DE		0	Europe/Berlin	52.37757	12.24486				14	00	15086	15086080
2951262	Belfort	belfort	DE		0	Europe/Berlin	52.53251	11.0191				14	00	15081	15081280
2951265	Belecke	belecke	DE		0	Europe/Berlin	51.48111	8.33196		Badiliki,Bathalikki,Belecke		07	059	05974	05974044
2951272	Bekum	bekum	DE		0	Europe/Berlin	52.27084	10.10073				06	00	03157	03157002
2951279	Bekhof	bekhof	DE		0	Europe/Berlin	53.94519	9.41668				10	00	01061	01061059
2951280	Bekhausen	bekhausen	DE		0	Europe/Berlin	53.31104	8.15647				06	00	03451	03451005
2951282	Bekenthin	bekenthin	DE		0	Europe/Berlin	52.99836	12.14212		Beckenthin		14			
2951283	Bekenreihe	bekenreihe	DE		0	Europe/Berlin	53.78333	9.41667				10	00	01061	01061029
2951297	Bejähringerhof	bejaehringerhof	DE		0	Europe/Berlin	51.17836	6.63537				07	051	05162	05162024
2951298	Beizkofen	beizkofen	DE		0	Europe/Berlin	48.03336	9.37314				01	084	08437	08437053
2951303	Beiswang	beiswang	DE		0	Europe/Berlin	48.81037	9.89426				01	081	08136	08136009
2951307	Beisinghausen	beisinghausen	DE		0	Europe/Berlin	51.25401	8.23482		Beisinghausen		07	059	05958	05958016
2951308	Bei Sillenstede	bei-sillenstede	DE		0	Europe/Berlin	53.56667	7.98333				06	00	03455	03455015
2951311	Beiseförth	beisefoerth	DE		0	Europe/Berlin	51.08028	9.54793		Beiseforth,Beiseförth,Bleiseforth		05	066	06634	06634013
2951313	Bei Schlingshöhe	bei-schlingshoehe	DE		0	Europe/Berlin	53.02143	7.8846				06	00	03453	03453007
2951314	Beinum	beinum	DE		0	Europe/Berlin	52.07434	10.41401				06	00	03102	03102000
2951316	Beinstein	beinstein	DE		0	Europe/Berlin	48.82238	9.34561				01	081	08119	08119079
2951318	Beiningen	beiningen	DE		0	Europe/Berlin	48.37994	9.80628				01	084	08425	08425020
2951319	Beinhorn	beinhorn	DE		0	Europe/Berlin	52.4422	9.94211				06	00	03241	03241003
2951323	Beingasse	beingasse	DE		0	Europe/Berlin	49.16667	9.53333				01	081	08126	08126069
2951324	Beingarten	beingarten	DE		0	Europe/Berlin	48.30922	13.0677				02	092	09277	09277145
2951329	Beinberg	beinberg	DE		0	Europe/Berlin	48.76492	8.71569				01	082	08235	08235008
2951331	Beim Weißen Moor	beim-weissen-moor	DE		0	Europe/Berlin	53.18333	8.2				06	00	03403	03403000
2951332	Beim Süderbusch	beim-suederbusch	DE		0	Europe/Berlin	53.71667	9.01667				06	00	03352	03352056
2951334	Beim Strohe	beim-strohe	DE		0	Europe/Berlin	52.85	8.06667				06	00	03453	03453004
2951335	Beim Schwarzen Moor	beim-schwarzen-moor	DE		0	Europe/Berlin	53.18333	8.2				06	00	03403	03403000
2951336	Beimoor	beimoor	DE		0	Europe/Berlin	53.68333	10.26667				10	00	01062	01062001
2951338	Beim Kronsberg	beim-kronsberg	DE		0	Europe/Berlin	53.01667	7.93333		Beim Kronsberg,Kronsberg		06	00	03453	03453002
2951341	Beim Bürgerbusch	beim-buergerbusch	DE		0	Europe/Berlin	53.16667	8.2				06	00	03403	03403000
2951342	Beimbach	beimbach	DE		0	Europe/Berlin	49.24243	9.97054				01	081	08127	08127071
2951353	Beilnstein	beilnstein	DE		0	Europe/Berlin	49.07674	11.81668				02	093	09375	09375118
2951359	Beilenberg	beilenberg	DE		0	Europe/Berlin	47.49454	10.28924				02	097	09780	09780139
2951364	Beikheim	beikheim	DE		0	Europe/Berlin	50.21092	11.22327				02	094	09476	09476171
2951366	Beikelort	beikelort	DE		0	Europe/Berlin	52.03243	7.05628				07	055	05554	05554036
2951369	Beihof	beihof	DE		0	Europe/Berlin	49.02833	13.27423				02	092	09276	09276130
2951370	Beihingen	beihingen	DE		0	Europe/Berlin	48.93846	9.20444		Beihingen am Neckar		01	081	08118	08118078
2951371	Beihingen	beihingen	DE		0	Europe/Berlin	48.54136	8.63868				01	082	08235	08235032
2951373	Beigut	beigut	DE		0	Europe/Berlin	51.1329	14.12662				13	00	14625	14625140
2951377	Beigelswinden	beigelswinden	DE		0	Europe/Berlin	48.58365	11.59343				02	091	09186	09186162
2951379	Beigarten	beigarten	DE		0	Europe/Berlin	47.97631	11.49076				02	091	09184	09184144
2951380	Beifels	beifels	DE		0	Europe/Berlin	50.05	6.41667		Beifels,Hof Beifels		08	00	07232	07232098
2951381	Beifang	beifang	DE		0	Europe/Berlin	51.69471	7.45762		Beifang		07	059	05978	05978032
2951382	Beiertheim	beiertheim	DE		0	Europe/Berlin	48.99041	8.37553				01	082	08212	08212000
2951384	Beiert	beiert	DE		0	Europe/Berlin	50.83194	7.37393		Beiert		07	053	05382	05382052
2951389	Beiershausen	beiershausen	DE		0	Europe/Berlin	50.82532	9.64915				05	066	06632	06632002
2951402	Beiern	beiern	DE		0	Europe/Berlin	50.94503	12.61079				15	00	16077	16077023
2951403	Beierfelde	beierfelde	DE		0	Europe/Berlin	51.7	10.25				06	00	03159	03159026
2951408	Beienrode	beienrode	DE		0	Europe/Berlin	52.35296	10.73836		Beienrode (Lehre)		06	00	03154	03154014
2951409	Beienrode	beienrode	DE		0	Europe/Berlin	52.2932	10.83458		Beienrode (Koenigslutter),Beienrode (Königslutter)		06	00	03154	03154013
2951410	Beienrode	beienrode	DE		0	Europe/Berlin	51.46688	10.11706		Beienrode,Beienrode (Gleichen)		06	00	03159	03159015
2951411	Beienheim	beienheim	DE		0	Europe/Berlin	50.36245	8.82177				05	064	06440	06440021
2951412	Beienbach	beienbach	DE		0	Europe/Berlin	50.89894	8.14019		Beienbach		07	059	05970	05970032
2951416	Beidl	beidl	DE		0	Europe/Berlin	49.80566	12.26389				02	093	09377	09377146
2951420	Beiderwies bei Passau	beiderwies-bei-passau	DE		0	Europe/Berlin	48.5641	13.46937				02	092	09262	09262000
2951422	Bei der Walke	bei-der-walke	DE		0	Europe/Berlin	48.35	8.21667				01	083	08317	08317093
2951423	Beidersee	beidersee	DE		0	Europe/Berlin	51.56577	11.90437				14	00	15088	15088295
2951426	Bei der Kirche	bei-der-kirche	DE		0	Europe/Berlin	48.2748	8.01722		Bei der Kirche		01	083	08317	08317129
2951427	Bei der Hölzlebruck	bei-der-holzlebruck	DE		0	Europe/Berlin	47.92333	8.19404		Holzlebruck,Hölzlebruck		01	083	08315	08315113
2951428	Bei der Höhne	bei-der-hoehne	DE		1823	Europe/Berlin	53.51351	9.11191				06	00	03357	03357008
2951430	Bei der Bäke	bei-der-baeke	DE		0	Europe/Berlin	53.04833	8.43815				06	00	03458	03458005
2951431	Bei der Bäke	bei-der-baeke	DE		0	Europe/Berlin	53.01667	8.16667				06	00	03458	03458013
2951443	Beicha	beicha	DE		0	Europe/Berlin	51.15644	13.23186				13	00	14522	14522080
2951445	Behweiler	behweiler	DE		0	Europe/Berlin	47.7581	9.46859				01	084	08435	08435045
2951448	Behrste	behrste	DE		0	Europe/Berlin	53.53741	9.19419				06	00	03359	03359016
2951450	Behringhausen	behringhausen	DE		0	Europe/Berlin	51.55394	7.29776				07	055	05562	05562004
2951451	Behringersmühle	behringersmuhle	DE		0	Europe/Berlin	49.77935	11.33244				02	094	09474	09474129
2951452	Behringersdorf	behringersdorf	DE		0	Europe/Berlin	49.48459	11.20041				02	095	09574	09574156
2951455	Behrenwalde	behrenwalde	DE		0	Europe/Berlin	54.21145	12.78774				12	00	13073	13073097
2951459	Behrenshagen	behrenshagen	DE		0	Europe/Berlin	54.25555	12.52493				12	00	13073	13073001
2951460	Behrensen	behrensen	DE		0	Europe/Berlin	52.10972	9.48069		Behrensen (Coppenbruegge),Behrensen (Coppenbrügge),Beiernsen,Coppenbruegge-Behrensen,Coppenbrügge-Behrensen		06	00	03252	03252004
2951461	Behrensen	behrensen	DE		0	Europe/Berlin	51.65648	9.90383		Behrensen (Moringen),Birendzen,Birensen		06	00	03155	03155009
2951462	Behrensdorf Siedlung	behrensdorf-siedlung	DE		0	Europe/Berlin	52.18333	14.03333				11	00	12067	12067520
2951468	Behren-Lübchin	behren-luebchin	DE		673	Europe/Berlin	54.0289	12.66483		Beren-Libkhin,Beren-Ljubkhin,bei lun-lu bu xin,Берен-Либхин,Берен-Любхин,贝伦-吕布欣		12	00	13072	13072010
2951474	Behrend	behrend	DE		0	Europe/Berlin	52.84772	11.74914				14	00	15090	15090520
2951475	Behren	behren	DE		0	Europe/Berlin	52.78968	10.49958				06	00	03151	03151028
2951476	Behrelsen	behrelsen	DE		0	Europe/Berlin	52.81078	8.92698				06	00	03251	03251049
2951480	Behnkenhagen	behnkenhagen	DE		0	Europe/Berlin	54.17736	12.30752				12	00	13072	13072088
2951481	Behnkenhagen	behnkenhagen	DE		0	Europe/Berlin	54.08316	13.17063				12	00	13073	13073089
2951484	Behningen	behningen	DE		0	Europe/Berlin	53.00342	9.67466				06	00	03358	03358017
2951488	Behlow	behlow	DE		0	Europe/Berlin	51.99579	14.28271		Behlow		11	00	12061	12061308
2951489	Behlmer	behlmer	DE		0	Europe/Berlin	52.80302	8.92184				06	00	03251	03251049
2951491	Behlitz	behlitz	DE		0	Europe/Berlin	51.46558	12.52566				13	00	14730	14730110
2951492	Behlingen	behlingen	DE		0	Europe/Berlin	52.70252	9.17604				06	00	03256	03256001
2951493	Behlingen	behlingen	DE		0	Europe/Berlin	48.3421	10.35753				02	097	09774	09774145
2951494	Behling	behling	DE		0	Europe/Berlin	51.28381	7.40955				07	059	05954	05954008
2951502	Behla	behla	DE		0	Europe/Berlin	47.89555	8.51401				01	083	08326	08326027
2951503	Behl	behl	DE		0	Europe/Berlin	54.17921	10.47179				10	00	01057	01057022
2951504	Beheburg	beheburg	DE		0	Europe/Berlin	53.21667	7.73333				06	00	03451	03451001
2951506	Beham	beham	DE		0	Europe/Berlin	48.38071	13.37465				02	092	09275	09275141
2951511	Beggendorf	beggendorf	DE		0	Europe/Berlin	50.92414	6.16608				07	053	05334	05334008
2951512	Begau	begau	DE		0	Europe/Berlin	50.85388	6.20588				07	053	05334	05334004
2951514	Bega	bega	DE		0	Europe/Berlin	52.0057	9.06527				07	057	05766	05766024
2951516	Beffendorf	beffendorf	DE		0	Europe/Berlin	48.28131	8.53981				01	083	08325	08325045
2951523	Beetz	beetz	DE		0	Europe/Berlin	52.81246	13.01013				11	00	12065	12065165
2951524	Beetenbrück	beetenbrueck	DE		0	Europe/Berlin	52.81134	9.59461				06	00	03358	03358024
2951530	Beesewege	beesewege	DE		0	Europe/Berlin	52.65692	11.62377				14	00	15090	15090070
2951533	Beesen	beesen	DE		0	Europe/Berlin	51.85	8				07	055	05570	05570020
2951534	Beesen	beesen	DE		0	Europe/Berlin	53.86257	9.36907				10	00	01061	01061110
2951535	Beesen	beesen	DE		0	Europe/Berlin	51.43777	11.96711				14	00	15002	15002000
2951536	Beesem	beesem	DE		0	Europe/Berlin	52.92743	11.01508				06	00	03354	03354016
2951538	Beesedau	beesedau	DE		0	Europe/Berlin	51.72291	11.70477				14	00	15089	15089195
2951539	Beese	beese	DE		0	Europe/Berlin	52.7321	11.51613				14	00	15081	15081240
2951540	Beesdau	beesdau	DE		0	Europe/Berlin	51.79158	13.73723		Beesdau		11	00	12061	12061219
2951542	Beerwalde	beerwalde	DE		0	Europe/Berlin	51.04189	12.97434				13	00	14522	14522120
2951543	Beerwalde	beerwalde	DE		0	Europe/Berlin	50.88886	13.58298		Beerwalde		13	00	14628	14628205
2951544	Beerwalde	beerwalde	DE		0	Europe/Berlin	50.87861	12.23373				15	00	16077	16077026
2951545	Beersdorf	beersdorf	DE		0	Europe/Berlin	51.13585	12.22816				14	00	15084	15084130
2951546	Beersbach	beersbach	DE		0	Europe/Berlin	48.97892	10.2561				01	081	08136	08136019
2951552	Beerhof	beerhof	DE		0	Europe/Berlin	49.88811	11.84467				02	094	09472	09472190
2951553	Beerheide	beerheide	DE		0	Europe/Berlin	50.47208	12.42333				13	00	14523	14523020
2951555	Beerfleck	beerfleck	DE		0	Europe/Berlin	50.01535	11.71604				02	094	09472	09472143
2951557	Beerfelde	beerfelde	DE		0	Europe/Berlin	52.43051	14.04091				11	00	12067	12067473
2951559	Beerendorf	beerendorf	DE		0	Europe/Berlin	51.52314	12.37327				13	00	14730	14730070
2951561	Beerenbusch	beerenbusch	DE		0	Europe/Berlin	53.1429	12.93729				11	00	12068	12068353
2951577	Beerbaum	beerbaum	DE		0	Europe/Berlin	52.72974	13.79093				11	00	12064	12064205
2951579	Beerbach	beerbach	DE		0	Europe/Berlin	49.55523	11.20236				02	095	09574	09574138
2951580	Beerbach	beerbach	DE		0	Europe/Berlin	49.54069	10.56485				02	095	09575	09575119
2951581	Beerbach	beerbach	DE		0	Europe/Berlin	49.21423	10.91157				02	095	09576	09576111
2951583	Beenz	beenz	DE		0	Europe/Berlin	53.2678	13.34687		Beenz		11	00	12073	12073384
2951584	Beenz	beenz	DE		0	Europe/Berlin	53.25761	13.7233				11	00	12073	12073429
2951586	Beenhausen	beenhausen	DE		0	Europe/Berlin	50.96482	9.63134		Beenhausen		05	066	06632	06632012
2951592	Beelitz-Heilstätten	beelitz-heilstaetten	DE		492	Europe/Berlin	52.25965	12.92662	72	Beelitz (Mark) OT Beelitz-Heilstaetten,Beelitz (Mark) OT Beelitz-Heilstätten,belic-khajl'shtetten,белиц-хайльштеттен		11	00	12069	12069017
2951612	Beek	beek	DE		0	Europe/Berlin	51.65843	6.47445				07	051	05170	05170052
2951613	Beek	beek	DE		0	Europe/Berlin	51.21667	6.16667		An der Beek,Beek		07	051	05166	05166020
2951614	Beeghof	beeghof	DE		0	Europe/Berlin	49.18905	10.15686				01	081	08127	08127073
2951615	Beedenkirchen	beedenkirchen	DE		0	Europe/Berlin	49.73361	8.70852				05	064	06431	06431014
2951617	Beeden	beeden	DE		0	Europe/Berlin	49.30722	7.31226				09	00	10045	10045114
2951618	Beedeln	beedeln	DE		0	Europe/Berlin	51.00701	12.82375		Beedeln,Beedeln-Bernsdorf		13	00	14522	14522530
2951619	Beeckerwerth	beeckerwerth	DE		0	Europe/Berlin	51.47599	6.70056		Beeckerwerth		07	051	05112	05112000
2951620	Beeckerheide	beeckerheide	DE		0	Europe/Berlin	51.13836	6.28791		Beeckerheide		07	053	05370	05370040
2951622	Beeck	beeck	DE		0	Europe/Berlin	51.47545	6.73718		Beeck		07	051	05112	05112000
2951623	Beeck	beeck	DE		0	Europe/Berlin	51.16667	7.25				07	051	05120	05120000
2951624	Beeck	beeck	DE		0	Europe/Berlin	51.13423	6.30593		Beeck		07	053	05370	05370040
2951625	Beeck	beeck	DE		0	Europe/Berlin	50.98273	6.18694				07	053	05370	05370012
2951628	Bedra	bedra	DE		0	Europe/Berlin	51.28088	11.88289				14	00	15088	15088065
2951629	Bedingrade	bedingrade	DE		0	Europe/Berlin	51.46844	6.92176		Bedingrade		07	051	05113	05113000
2951630	Bedinghausen	bedinghausen	DE		0	Europe/Berlin	52.53231	7.71694				06	00	03459	03459017
2951631	Bedheim	bedheim	DE		0	Europe/Berlin	50.38911	10.6533				15	00	16069	16069062
2951633	Bederwitz	bederwitz	DE		0	Europe/Berlin	51.10149	14.45134		Bederwitz,Bjedrusk		13	00	14625	14625525
2951635	Bedersdorf	bedersdorf	DE		0	Europe/Berlin	49.30467	6.64241		Bedersdorf		09	00	10044	10044121
2951636	Bedernau	bedernau	DE		0	Europe/Berlin	48.11763	10.39101				02	097	09778	09778121
2951640	Bederkesa	bederkesa	DE		0	Europe/Berlin	53.62367	8.83799		Bad Bederkesa,Bederkesa		06	00	03352	03352062
2951642	Bedekaspel	bedekaspel	DE		0	Europe/Berlin	53.4377	7.31182		Bedekaspel		06	00	03452	03452023
2951643	Beddingen	beddingen	DE		0	Europe/Berlin	52.18272	10.42493		Beddingen		06	00	03102	03102000
2951645	Beddelhausen	beddelhausen	DE		0	Europe/Berlin	50.99945	8.49161		Beddelhausen		07	059	05970	05970004
2951649	Bedburdyck	bedburdyck	DE		0	Europe/Berlin	51.11885	6.56304				07	051	05162	05162012
2951650	Beckwitz	beckwitz	DE		0	Europe/Berlin	51.49696	12.99471		Beckwitz		13	00	14730	14730310
2951658	Beckstetten	beckstetten	DE		0	Europe/Berlin	47.98438	10.66886				02	097	09777	09777140
2951659	Beckstein	beckstein	DE		0	Europe/Berlin	49.54508	9.70374		Beckstein		01	081	08128	08128139
2951660	Beckstedt	beckstedt	DE		0	Europe/Berlin	52.83272	8.50059				06	00	03458	03458002
2951664	Beckrath	beckrath	DE		0	Europe/Berlin	51.10902	6.38391				07	051	05116	05116000
2951672	Becklingen	becklingen	DE		0	Europe/Berlin	53.16875	10.63871				06	00	03355	03355013
2951673	Becklingen	becklingen	DE		0	Europe/Berlin	52.86695	9.90608		Becklingen		06	00	03351	03351004
2951674	Becklem	becklem	DE		0	Europe/Berlin	51.6102	7.30394				07	055	05562	05562004
2951676	Beckinghausen	beckinghausen	DE		0	Europe/Berlin	51.16964	7.60237				07	059	05962	05962028
2951677	Beckinghausen	beckinghausen	DE		0	Europe/Berlin	51.61663	7.55865		Beckinghausen		07	059	05978	05978024
2951680	Beckhusen	beckhusen	DE		0	Europe/Berlin	52.93491	7.33196				06	00	03454	03454025
2951681	Beckhok	beckhok	DE		0	Europe/Berlin	52.55148	7.38871				06	00	03454	03454032
2951682	Beckhofen	beckhofen	DE		0	Europe/Berlin	47.99694	8.46195				01	083	08326	08326075
2951684	Beckhausen	beckhausen	DE		0	Europe/Berlin	51.55485	7.0442		Beckhausen		07	055	05513	05513000
2951686	Beckerwitz	beckerwitz	DE		0	Europe/Berlin	53.93085	11.33143				12	00	13074	13074032
2951687	Beckerskirchhof	beckerskirchhof	DE		0	Europe/Berlin	50.82632	11.47211				15	00	16074	16074076
2951696	Beckenweiler	beckenweiler	DE		0	Europe/Berlin	47.82559	9.48249				01	084	08436	08436095
2951697	Beckentin	beckentin	DE		0	Europe/Berlin	53.2366	11.58419		Beckentin		12	00	13076	13076076
2951700	Beckenkrug	beckenkrug	DE		0	Europe/Berlin	53.56919	12.8628		Beckenkrug		12	00	13071	13071056
2951703	Beckendorf-Neindorf	beckendorf-neindorf	DE		0	Europe/Berlin	52.09262	11.15559		Beckendorf-Neindorf		14	00	15083	15083415
2951704	Beckendorf	beckendorf	DE		0	Europe/Berlin	53.46792	11.97887				12	00	13076	13076051
2951705	Beckendorf	beckendorf	DE		0	Europe/Berlin	53.43476	10.8071				12	00	13076	13076009
2951706	Beckendorf	beckendorf	DE		0	Europe/Berlin	49.18137	12.87203				02	093	09372	09372137
2951710	Becken	becken	DE		0	Europe/Berlin	47.76667	9.81667				01	084	08436	08436052
2951719	Becke	becke	DE		0	Europe/Berlin	51.39714	7.7841		Becke		07	059	05962	05962016
2951720	Becke	becke	DE		0	Europe/Berlin	51.03856	7.59279				07	053	05374	05374012
2951728	Beck	beck	DE		0	Europe/Berlin	51.74462	7.03145				07	055	05562	05562012
2951729	Beck	beck	DE		0	Europe/Berlin	52.95048	9.69968				06	00	03358	03358024
2951730	Beck	beck	DE		0	Europe/Berlin	48.15027	12.53048		Beck,Bock		02	091	09189	09189115
2951733	Bechtsbüttel	bechtsbuettel	DE		568	Europe/Berlin	52.33849	10.54052		Bechtbuettel,Bechtsbuettel,Bechtsbüttel,Beckbuttel,Beckbüttel,Becksbuttel,Becksbüttel,Berhtisbutle [a. 1196]		06	00	03151	03151016
2951734	Bechtrup	bechtrup	DE		0	Europe/Berlin	51.78821	7.46042				07	055	05558	05558024
2951735	Bechtris	bechtris	DE		0	Europe/Berlin	47.62143	10.31579				02	097	09780	09780140
2951738	Bechtoldsweiler	bechtoldsweiler	DE		0	Europe/Berlin	48.38453	8.94502				01	084	08417	08417031
2951742	Bechthal	bechthal	DE		0	Europe/Berlin	49.02369	11.17224				02	095	09577	09577163
2951744	Bechtersweiler	bechtersweiler	DE		0	Europe/Berlin	47.6039	9.65723				02	097	09776	09776116
2951745	Bechtersbohl	bechtersbohl	DE		0	Europe/Berlin	47.60377	8.34747		Bechtersbohl		01	083	08337	08337125
2951747	Bechterdisserheide	bechterdisserheide	DE		0	Europe/Berlin	52.00031	8.66049				07	057	05766	05766048
2951748	Bechterdissen	bechterdissen	DE		0	Europe/Berlin	51.99286	8.66435				07	057	05766	05766048
2951749	Bechtenrot	bechtenrot	DE		0	Europe/Berlin	48.07871	10.04691				01	084	08426	08426044
2951750	Bechtelsreuth	bechtelsreuth	DE		0	Europe/Berlin	50.07972	11.3532				02	094	09477	09477136
2951752	Bechstedt-Wagd	bechstedt-wagd	DE		0	Europe/Berlin	50.90503	11.06595		Bechstedt-Wagd		15	00	16070	16070028
2951755	Bechlinghoven	bechlinghoven	DE		0	Europe/Berlin	50.74814	7.15774				07	053	05314	05314000
2951757	Bechlingen	bechlingen	DE		0	Europe/Berlin	50.80992	7.40434		Bechlingen		07	053	05382	05382052
2951758	Bechlingen	bechlingen	DE		0	Europe/Berlin	50.62821	8.448				05	065	06532	06532001
2951759	Bechlingen	bechlingen	DE		0	Europe/Berlin	47.68333	9.58333				01	084	08435	08435057
2951760	Bechlin	bechlin	DE		0	Europe/Berlin	52.9163	12.76508				11	00	12068	12068320
2951761	Bechlenberg	bechlenberg	DE		0	Europe/Berlin	51.11032	7.0177				07	053	05378	05378016
2951762	Bechingen	bechingen	DE		0	Europe/Berlin	48.19802	9.49682				01	084	08426	08426097
2951864	Bavert	bavert	DE		0	Europe/Berlin	51.17829	7.01916				07	051	05122	05122000
2951866	Bavenstedt	bavenstedt	DE		0	Europe/Berlin	52.17351	9.99172				06	00	03254	03254021
2951767	Bechhof	bechhof	DE		0	Europe/Berlin	49.08193	10.03193				01	081	08127	08127103
2951768	Bechhausen	bechhausen	DE		0	Europe/Berlin	51.11562	7.10413				07	053	05378	05378016
2951769	Bechhausen	bechhausen	DE		0	Europe/Berlin	51.10079	7.16833				07	053	05378	05378032
2951774	Becherhof	becherhof	DE		0	Europe/Berlin	51.13351	6.57095				07	051	05162	05162012
2951784	Bechen	bechen	DE		0	Europe/Berlin	51.04009	7.20871		Bechen		07	053	05378	05378012
2951785	Bechen	bechen	DE		0	Europe/Berlin	47.70348	10.34776				02	097	09780	09780120
2951786	Bechen	bechen	DE		0	Europe/Berlin	47.69467	10.25509				02	097	09780	09780117
2951787	Bechelsdorf	bechelsdorf	DE		0	Europe/Berlin	53.80695	10.87657		Bechelsdorf		12	00	13074	13074094
2951795	Bebitz	bebitz	DE		0	Europe/Berlin	51.7184	11.75665		Bebitz		14	00	15089	15089195
2951797	Beberstedt	beberstedt	DE		0	Europe/Berlin	51.31181	10.41169		Beberstedt		15	00	16064	16064014
2951798	Bebersee	bebersee	DE		0	Europe/Berlin	53.02129	13.5888				11	00	12073	12073572
2951801	Beberbeck	beberbeck	DE		0	Europe/Berlin	51.53444	9.47746		Beberbeck		05	066	06633	06633013
2951808	Beber	beber	DE		0	Europe/Berlin	52.22349	9.38052				06	00	03252	03252002
2951811	Bebenhausen	bebenhausen	DE		0	Europe/Berlin	48.55923	9.06218				01	084	08416	08416041
2951812	Bebenhausen	bebenhausen	DE		0	Europe/Berlin	48.17582	10.25591				02	097	09778	09778221
2951813	Bebenhaus	bebenhaus	DE		0	Europe/Berlin	48.01667	9.88333				01	084	08426	08426038
2951814	Bebendorf	bebendorf	DE		0	Europe/Berlin	51.21353	10.15677		Bebendorf		15	00	16061	16061035
2951815	Bebenburg	bebenburg	DE		0	Europe/Berlin	49.51613	12.55285				02	093	09376	09376160
2951816	Bebelsheim	bebelsheim	DE		0	Europe/Berlin	49.1642	7.16103				09	00	10045	10045116
2951817	Bebele	bebele	DE		0	Europe/Berlin	47.60918	10.67465		Bebele,Bebeln		02	097	09777	09777129
2951819	Bebbingen	bebbingen	DE		0	Europe/Berlin	50.96242	7.79028				07	059	05966	05966028
2951820	Bebbelsdorf	bebbelsdorf	DE		0	Europe/Berlin	51.45425	7.34831				07	059	05954	05954036
2951821	Beauregard	beauregard	DE		0	Europe/Berlin	52.7312	14.21768				11	00	12064	12064512
2951823	Bayums	bayums	DE		0	Europe/Berlin	47.76667	9.85				01	084	08436	08436052
2951827	Bayerzell	bayerzell	DE		0	Europe/Berlin	48.2802	11.13064				02	091	09174	09174137
2951829	Bayerstetten	bayerstetten	DE		0	Europe/Berlin	47.61596	10.49014				02	097	09777	09777153
2951832	Bayersried	bayersried	DE		640	Europe/Berlin	48.26028	10.44877				02	097	09774	09774116
2951833	Bayersried	bayersried	DE		0	Europe/Berlin	47.92458	10.46996				02	097	09777	09777124
2951836	Bayershof	bayershof	DE		0	Europe/Berlin	50.75	10.11667				15	00	16063	16063084
2951837	Bayerseich	bayerseich	DE		0	Europe/Berlin	49.95	8.66667				05	064	06432	06432006
2951838	Bayerniederhofen	bayerniederhofen	DE		0	Europe/Berlin	47.6256	10.80202				02	097	09777	09777173
2951841	Bayern	bayern	DE		0	Europe/Berlin	47.795	12.53381		Bayern		02	091	09189	09189146
2951851	Bayerhof	bayerhof	DE		0	Europe/Berlin	50.03645	10.36768				02	096	09678	09678174
2951854	Bayerfeld	bayerfeld	DE		0	Europe/Berlin	49.68333	7.8				08	00	07333	07333043
2951855	Bayerdilling	bayerdilling	DE		0	Europe/Berlin	48.6545	10.95461				02	097	09779	09779201
2951860	Bayenthal	bayenthal	DE		8714	Europe/Berlin	50.91218	6.96799				07	053	05315	05315000
2951867	Bavenhausen	bavenhausen	DE		0	Europe/Berlin	52.07966	8.94382				07	057	05766	05766036
2951869	Bavendorf	bavendorf	DE		0	Europe/Berlin	53.19621	10.63889				06	00	03355	03355036
2951870	Bavendorf	bavendorf	DE		0	Europe/Berlin	47.76022	9.54063		Bavendorf		01	084	08436	08436064
2951871	Baven	baven	DE		0	Europe/Berlin	52.84617	10.07747		Baben,Babm,Baven (Landkreis Celle),Bǻbm̥,Hermannsburg-Baven,bɔːbm̩		06	00	03351	03351026
2951873	Bauzing	bauzing	DE		0	Europe/Berlin	48.67537	13.60754				02	092	09275	09275126
2951877	Bautzenhof	bautzenhof	DE		0	Europe/Berlin	49.06914	10.153				01	081	08127	08127104
2951878	Bautzenhof	bautzenhof	DE		0	Europe/Berlin	49.03391	10.23474				01	081	08136	08136018
2951886	Baustetten	baustetten	DE		0	Europe/Berlin	48.20641	9.88751				01	084	08426	08426070
2951888	Baustarring	baustarring	DE		0	Europe/Berlin	48.3956	12.0477				02	091	09177	09177124
2951893	Bausenhagen	bausenhagen	DE		0	Europe/Berlin	51.50628	7.8039		Bausenhagen		07	059	05978	05978012
2951901	Bausen	bausen	DE		0	Europe/Berlin	52.96863	10.98876				06	00	03354	03354002
2951902	Bauschwanden	bauschwanden	DE		0	Europe/Berlin	47.65	9.95				02	097	09776	09776124
2951903	Bauschlott	bauschlott	DE		0	Europe/Berlin	48.96787	8.72371		Bauschlott		01	082	08236	08236073
2951904	Bauschheim	bauschheim	DE		0	Europe/Berlin	49.96297	8.38148				05	064	06433	06433012
2951905	Bauscheid	bauscheid	DE		0	Europe/Berlin	50.60245	7.56459				08	00	07138	07138013
2951915	Baur	baur	DE		0	Europe/Berlin	51.23704	7.18304				07	051	05124	05124000
2951935	Baumschulenweg	baumschulenweg	DE		17186	Europe/Berlin	52.46583	13.48523		Baumschulenweg,Berlin-Baumschulenweg		16	00	11000	11000000
2951938	Baumrode	baumrode	DE		0	Europe/Berlin	51.57552	11.37766				14	00	15087	15087275
2951942	Bäumlesfeld	baumlesfeld	DE		0	Europe/Berlin	49.06667	9.58333				01	081	08127	08127052
2951951	Baumhof	baumhof	DE		0	Europe/Berlin	49.36337	12.35105		Baumhof		02	093	09376	09376147
2951955	Baumham	baumham	DE		0	Europe/Berlin	48.02403	12.62801				02	091	09189	09189134
2951959	Bäumgeshof	baeumgeshof	DE		0	Europe/Berlin	51.2191	6.32629				07	051	05166	05166032
2951962	Baumgärtl	baumgartl	DE		0	Europe/Berlin	48.09104	10.36079				02	097	09778	09778121
2951966	Baumgartenhof	baumgartenhof	DE		0	Europe/Berlin	49.83706	11.82899				02	093	09374	09374140
2952009	Baumfeld	baumfeld	DE		0	Europe/Berlin	48.86071	11.32011				02	091	09176	09176132
2952013	Baumersreuth	baumersreuth	DE		0	Europe/Berlin	50.20366	11.93349				02	094	09475	09475168
2952014	Baumerlenbach	baumerlenbach	DE		0	Europe/Berlin	49.2384	9.43923		Baumerlenbach		01	081	08126	08126066
2952016	Bäumenheim	baumenheim	DE		0	Europe/Berlin	48.68139	10.80528		Baeumenhain,Baumenheim,Bäumenhain,Bäumenheim		02	097	09779	09779115
2952017	Baumen	baumen	DE		0	Europe/Berlin	51.01466	6.13696		Baumen		07	053	05370	05370016
2952018	Baumen	baumen	DE		0	Europe/Berlin	50.85927	7.62309		Baumen		07	053	05374	05374044
2952025	Baumburg	baumburg	DE		0	Europe/Berlin	47.99764	12.53021				02	091	09189	09189111
2952027	Baumberg	baumberg	DE		0	Europe/Berlin	51.1185	6.89113		Baumberg		07	051	05158	05158026
2952028	Baumberg	baumberg	DE		0	Europe/Berlin	47.73649	11.43848				02	091	09173	09173111
2952039	Baumbach	baumbach	DE		0	Europe/Berlin	51.02402	9.66943		Baumbach		05	066	06632	06632001
2952040	Baumbach	baumbach	DE		0	Europe/Berlin	50.45	7.71667		Baumbach		08	00	07143	07143062
2952041	Baumannsberg	baumannsberg	DE		0	Europe/Berlin	50.5	12.53333				13	00	14521	14521540
2952042	Baumanngütl	baumanngutl	DE		0	Europe/Berlin	48.23036	12.63298				02	091	09171	09171111
2952047	Baum	baum	DE		0	Europe/Berlin	53.26667	8.11667				06	00	03451	03451008
2952048	Baum	baum	DE		0	Europe/Berlin	51.12978	6.36156		Baum		07	051	05116	05116000
2952052	Bauland	bauland	DE		0	Europe/Berlin	53.66915	9.63088				10	00	01056	01056036
2952058	Baukau	baukau	DE		0	Europe/Berlin	51.54856	7.19876		Baukau,Baukau-Ost		07	059	05916	05916000
2952061	Bauhof Zarrentin	bauhof-zarrentin	DE		0	Europe/Berlin	53.55	10.88333				12	00	13076	13076159
2952063	Bauhofen	bauhofen	DE		0	Europe/Berlin	48.27051	10.54241				02	097	09774	09774198
2952064	Bauhofen	bauhofen	DE		0	Europe/Berlin	47.86692	9.9333				01	084	08436	08436010
2952066	Bauhof	bauhof	DE		0	Europe/Berlin	53.85	10.93333				12	00	13074	13074074
2952067	Bauhof	bauhof	DE		0	Europe/Berlin	53.46667	12.03333				12	00	13076	13076089
2952068	Bauhof	bauhof	DE		0	Europe/Berlin	49.35186	12.50413				02	093	09372	09372154
2952069	Bauhof	bauhof	DE		0	Europe/Berlin	47.91779	9.46554				01	084	08436	08436040
2952070	Bauhof	bauhof	DE		0	Europe/Berlin	47.56667	10.23333				02	097	09780	09780124
2952075	Bauhaus	bauhaus	DE		0	Europe/Berlin	50.99288	9.94343				05	066	06632	06632013
2952078	Baufnang	baufnang	DE		0	Europe/Berlin	47.8	9.25				01	084	08435	08435059
2952079	Baueshütte	baueshuette	DE		0	Europe/Berlin	51.16667	6.48333				07	051	05116	05116000
2952080	Baueshof	baueshof	DE		0	Europe/Berlin	50.92114	10.17923		Baueshof		15	00	16063	16063097
2952090	Bauersdorf	bauersdorf	DE		0	Europe/Berlin	54.27011	10.47978				10	00	01057	01057044
2952092	Bauersberg	bauersberg	DE		0	Europe/Berlin	48.82202	9.4373				01	081	08119	08119090
2952095	Bauersbach	bauersbach	DE		0	Europe/Berlin	49.20013	9.70615		Bauersbach		01	081	08126	08126047
2952097	Bauerrögen	bauerroegen	DE		0	Europe/Berlin	53.78333	10.23333				10	00	01060	01060085
2952102	Bauernseiboldsdorf	bauernseiboldsdorf	DE		0	Europe/Berlin	48.42471	12.40103				02	092	09274	09274120
2952109	Bauernried	bauernried	DE		0	Europe/Berlin	48.54705	11.795				02	091	09178	09178144
2952111	Bauernort	bauernort	DE		0	Europe/Berlin	53.56667	14		Bauernort,Bauerort		12	00	13075	13075045
2952114	Bauernhörne	bauernhoerne	DE		0	Europe/Berlin	53.11502	7.93967				06	00	03451	03451004
2952115	Bauernholz	bauernholz	DE		0	Europe/Berlin	48.94503	12.71051				02	092	09278	09278139
2952119	Bauernhöfen	bauernhofen	DE		0	Europe/Berlin	49.93321	11.63005				02	094	09462	09462000
2952122	Bauernheim	bauernheim	DE		0	Europe/Berlin	50.33883	8.80566				05	064	06440	06440008
2952135	Bauernberg	bauernberg	DE		0	Europe/Berlin	47.83206	12.32344				02	091	09187	09187162
2952145	Bauerkuhl	bauerkuhl	DE		0	Europe/Berlin	53.27633	11.83601		Bauerkuhl,Bauerkum		12	00	13076	13076021
2952152	Bauerbrink	bauerbrink	DE		0	Europe/Berlin	52.43333	8.6				07	057	05770	05770040
2952167	Bauer	bauer	DE		0	Europe/Berlin	53.98212	13.79656				12	00	13075	13075147
2952175	Bauda	bauda	DE		0	Europe/Berlin	51.32664	13.47047		Bauda		13	00	14627	14627060
2952177	Bauchem	bauchem	DE		0	Europe/Berlin	50.96996	6.10305				07	053	05370	05370012
2952181	Bau	bau	DE		0	Europe/Berlin	51.15131	6.32336		Bau		07	051	05116	05116000
2952184	Batzlow	batzlow	DE		0	Europe/Berlin	52.6378	14.12009				11	00	12064	12064303
2952186	Batzhausen	batzhausen	DE		0	Europe/Berlin	49.18827	11.60276				02	093	09373	09373160
2952188	Batzenweiler	batzenweiler	DE		0	Europe/Berlin	47.72399	9.51161				01	084	08435	08435016
2952189	Batzenhofen	batzenhofen	DE		0	Europe/Berlin	48.43026	10.81575		Batzenhofen		02	097	09772	09772147
2952191	Batzenhäusle	batzenhausle	DE		0	Europe/Berlin	48.08712	7.937				01	083	08316	08316056
2952193	Batzenhäusl	batzenhausl	DE		0	Europe/Berlin	48.66906	12.59803				02	092	09279	09279125
2952194	Batzengschwenden	batzengschwenden	DE		0	Europe/Berlin	47.65507	10.56204				02	097	09777	09777168
2952197	Batzen	batzen	DE		0	Europe/Berlin	47.77164	10.26593				02	097	09763	09763000
2952199	Batzdorf	batzdorf	DE		0	Europe/Berlin	51.13105	13.50044				13	00	14627	14627100
2952203	Battinsthal	battinsthal	DE		0	Europe/Berlin	53.33037	14.24563		Battinsthal		12	00	13075	13075067
2952204	Battin	battin	DE		0	Europe/Berlin	53.34425	14.15837				11	00	12073	12073085
2952205	Battin	battin	DE		0	Europe/Berlin	51.7679	12.90443		Battin		14	00	15091	15091145
2952206	Battgendorf	battgendorf	DE		0	Europe/Berlin	51.2049	11.25974		Bassendorp [a. 1264],Battgendorf,Bazthendorp [a. 1264]		15	00	16068	16068034
2952209	Battenhausen	battenhausen	DE		0	Europe/Berlin	51.03131	9.0279				05	066	06635	06635013
2952211	Battenfeld	battenfeld	DE		0	Europe/Berlin	51.02045	8.65819		Battenfeld,Batterfeld		05	066	06635	06635001
2952212	Battenbrock	battenbrock	DE		0	Europe/Berlin	53.00976	9.63006				06	00	03357	03357051
2952213	Battenberg	battenberg	DE		5703	Europe/Berlin	51.01391	8.64603		Battenberg		05	066	06635	06635004
2952214	Battenberg	battenberg	DE		396	Europe/Berlin	49.53193	8.13714		Battenberg		08	00	07332	07332003
2952218	Batten	batten	DE		0	Europe/Berlin	50.55473	10.00992				05	066	06631	06631012
2952219	Batten	batten	DE		0	Europe/Berlin	47.66667	9.73333				01	084	08435	08435042
2952221	Battaune	battaune	DE		0	Europe/Berlin	51.53053	12.73109				13	00	14730	14730080
2952222	Batschenhof	batschenhof	DE		0	Europe/Berlin	48.90384	9.86905				01	081	08136	08136020
2952224	Bathow	bathow	DE		0	Europe/Berlin	51.78718	13.88079		Bathow,Batowk		11	00	12066	12066052
2952225	Bathorn	bathorn	DE		0	Europe/Berlin	52.58338	6.95954				06	00	03456	03456009
2952226	Bätholt	baetholt	DE		0	Europe/Berlin	53.06262	7.68847		Bathold,Batholt,Bäthold,Bätholt		06	00	03453	03453013
2952227	Bathey	bathey	DE		0	Europe/Berlin	51.40941	7.48413		Batey,Bathey		07	059	05914	05914000
2952228	Batevitz	batevitz	DE		0	Europe/Berlin	54.39225	12.92996				12	00	13073	13073037
2952230	Batensen	batensen	DE		0	Europe/Berlin	52.95417	10.76291				06	00	03360	03360024
2952231	Batenhorst	batenhorst	DE		0	Europe/Berlin	51.80368	8.29811		Battanhurst		07	057	05754	05754028
2952233	Batenbrock	batenbrock	DE		0	Europe/Berlin	51.52264	6.94285				07	055	05512	05512000
2952234	Basum-Sussum	basum-sussum	DE		0	Europe/Berlin	52.5609	7.79375		Basum-Sussum,Sussum		06	00	03459	03459016
2952245	Bästenbach	bastenbach	DE		0	Europe/Berlin	48.44112	8.21025				01	083	08317	08317008
2952246	Bastenau	bastenau	DE		0	Europe/Berlin	49.25146	10.21474				02	095	09571	09571228
2952250	Basta	basta	DE		0	Europe/Berlin	52.60586	14.40308				11	00	12064	12064274
2952253	Bassow	bassow	DE		0	Europe/Berlin	53.61252	13.44484				12	00	13071	13071028
2952254	Baßlitz	basslitz	DE		0	Europe/Berlin	51.23257	13.53299				13	00	14627	14627200
2952256	Bassin	bassin	DE		0	Europe/Berlin	54.09859	12.95324				12	00	13073	13073098
2952259	Bassens	bassens	DE		0	Europe/Berlin	53.70001	7.94333				06	00	03455	03455020
2952262	Bassenfleth	bassenfleth	DE		0	Europe/Berlin	53.61055	9.53913				06	00	03359	03359026
2952264	Bassendorf	bassendorf	DE		0	Europe/Berlin	54.02502	12.77907				12	00	13073	13073016
2952266	Bassen	bassen	DE		0	Europe/Berlin	53.06395	9.08374		Bassen		06	00	03361	03361009
2952268	Basselscheid	basselscheid	DE		0	Europe/Berlin	50.14704	7.5407				08	00	07140	07140036
2952269	Basse	basse	DE		0	Europe/Berlin	53.99263	12.57428				12	00	13072	13072111
2952270	Basse	basse	DE		0	Europe/Berlin	52.55162	9.50592				06	00	03241	03241012
2952275	Bass	bass	DE		0	Europe/Berlin	53.95	10.01667				10	00	01060	01060027
2952278	Baslertal	baslertal	DE		0	Europe/Berlin	48.09694	8.21427		Basiertal,Baslertal		01	083	08326	08326054
2952280	Basepohl	basepohl	DE		0	Europe/Berlin	53.72461	12.9174				12	00	13071	13071142
2952284	Baselt	baselt	DE		0	Europe/Berlin	50.22052	6.49519				08	00	07232	07232223
2952286	Baselitz	baselitz	DE		0	Europe/Berlin	51.23428	13.48168				13	00	14627	14627200
2952290	Basel	basel	DE		0	Europe/Berlin	51.75589	8.22049		Basel		07	055	05570	05570048
2952305	Baschütz	baschuetz	DE		0	Europe/Berlin	51.1763	14.49866		Bosecy,Bošecy		13	00	14625	14625290
2952308	Baschenegg	baschenegg	DE		0	Europe/Berlin	48.31931	10.64362				02	097	09772	09772211
2952310	Bäsch	baesch	DE		0	Europe/Berlin	49.74503	7.00878				08	00	07231	07231123
2952314	Basbeck	basbeck	DE		0	Europe/Berlin	53.68275	9.18206				06	00	03352	03352022
2952315	Basankwitz	basankwitz	DE		0	Europe/Berlin	51.20049	14.4824		Basankwitz,Bozankecy		13	00	14625	14625020
2952317	Barzig	barzig	DE		0	Europe/Berlin	51.59827	13.94363		Barzig		11	00	12066	12066112
2952319	Barz	barz	DE		0	Europe/Berlin	53.68695	12.50399				12	00	13072	13072023
2952320	Barwöste	barwoeste	DE		0	Europe/Berlin	52.39315	7.52133				06	00	03454	03454046
2952321	Bärwinkel	baerwinkel	DE		0	Europe/Berlin	52.60899	14.26472				11	00	12064	12064340
2952326	Bärwalde	baerwalde	DE		0	Europe/Berlin	51.83178	13.26303				11	00	12072	12072298
2952327	Bärwalde	baerwalde	DE		0	Europe/Berlin	51.41419	14.52131		Bjerwald,Bjerwałd		13	00	14626	14626060
2952328	Bärwalde	baerwalde	DE		0	Europe/Berlin	51.20097	13.67352				13	00	14627	14627220
2952335	Baruth	baruth	DE		4505	Europe/Berlin	52.04468	13.5027		Baruth,Baruth/Mark		11	00	12072	12072014
2952336	Baruth	baruth	DE		0	Europe/Berlin	51.22618	14.59251		Bart,Baruth		13	00	14625	14625340
2952342	Bartshausen	bartshausen	DE		0	Europe/Berlin	51.84535	9.81673				06	00	03155	03155013
2952344	Bartschendorf	bartschendorf	DE		0	Europe/Berlin	52.76636	12.4864				11	00	12068	12068109
2952346	Bartolfelde	bartolfelde	DE		0	Europe/Berlin	51.5964	10.45788		Bartolfelde		06	00	03159	03159003
2952347	Bartmannsholte	bartmannsholte	DE		0	Europe/Berlin	52.75433	7.96425				06	00	03453	03453006
2952348	Bartmannshagen	bartmannshagen	DE		0	Europe/Berlin	54.11929	13.10884				12	00	13073	13073089
2952356	Bartlberg	bartlberg	DE		0	Europe/Berlin	49.09486	12.79635				02	092	09276	09276135
2952361	Barthmühle	barthmuehle	DE		0	Europe/Berlin	50.55659	12.15381		Barthmuhle,Barthmuhlen,Barthmühle,Barthmühlen		13	00	14523	14523330
2952368	Barthelsmühle	barthelsmuhle	DE		0	Europe/Berlin	49.808	9.49796		Barthelsmuhle,Barthelsmühle		02	096	09677	09677137
2952373	Barterode	barterode	DE		0	Europe/Berlin	51.55026	9.77615		Barterode		06	00	03159	03159001
2952374	Bartenstein	bartenstein	DE		0	Europe/Berlin	49.35575	9.88938		Bartenstein		01	081	08127	08127075
2952376	Bartenshagen	bartenshagen	DE		0	Europe/Berlin	54.09791	11.96082		Bartenghagen,Bartenshagen		12	00	13072	13072007
2952378	Bartenbach	bartenbach	DE		0	Europe/Berlin	48.72426	9.6569				01	081	08117	08117026
2952379	Bartenbach	bartenbach	DE		0	Europe/Berlin	48.99661	9.53382				01	081	08119	08119075
2952384	Bartelshagen I	bartelshagen-i	DE		0	Europe/Berlin	54.18343	12.43094				12	00	13073	13073055
2952385	Bartelshagen	bartelshagen	DE		468	Europe/Berlin	53.81735	12.46077		Bartelshagen		12	00	13072	13072024
2952387	Bartelsdorf	bartelsdorf	DE		0	Europe/Berlin	53.4766	10.54653				10	00	01053	01053115
2952388	Bartelsdorf	bartelsdorf	DE		0	Europe/Berlin	53.12888	9.48085				06	00	03357	03357041
2952394	Barstede	barstede	DE		0	Europe/Berlin	53.4307	7.36823		Barstede		06	00	03452	03452012
2952395	Bärstadt	baerstadt	DE		0	Europe/Berlin	50.10307	8.07492				05	064	06439	06439014
2952397	Barßelermoor	barsselermoor	DE		0	Europe/Berlin	53.1633	7.73195				06	00	03453	03453001
2952403	Barskamp	barskamp	DE		0	Europe/Berlin	53.24336	10.78092				06	00	03355	03355009
2952407	Barsikow	barsikow	DE		0	Europe/Berlin	52.84899	12.53856		Barsikow		11	00	12068	12068477
2952408	Barsfleth	barsfleth	DE		0	Europe/Berlin	54.11326	9.01374		Barsfleth		10	00	01051	01051137
2952409	Barsen	barsen	DE		0	Europe/Berlin	51.71257	7.73343				07	059	05915	05915000
2952414	Barschlüte	barschluete	DE		0	Europe/Berlin	53.15973	8.58363				06	00	03461	03461006
2952415	Barsbüttel	barsbuettel	DE		12363	Europe/Berlin	53.56667	10.16667		Barsbitel,Barsbjuttel',Barsbuettel,Barsbuetteli vald,Barsbuttel,Barsbüttel,Barsbütteli vald,ba er si bi te er,Барсбител,Барсбюттель,巴尔斯比特尔	01062009	10	00	01062	01062009
2952420	Bärsbach	barsbach	DE		0	Europe/Berlin	49.49844	8.76399		Barsbach,Bärsbach		01	082	08226	08226029
2952422	Barringdorf	barringdorf	DE		0	Europe/Berlin	52.12663	8.44094				07	057	05758	05758032
2952423	Barrigsen	barrigsen	DE		0	Europe/Berlin	52.35956	9.49888				06	00	03241	03241002
2952425	Barriere Zienau	barriere-zienau	DE		0	Europe/Berlin	52.485	11.48817		Barriere Zienau,Forsterei Barriere Zienau,Försterei Barriere Zienau		14	00	15081	15081135
2952427	Barrien	barrien	DE		0	Europe/Berlin	52.94143	8.82956		Barrien		06	00	03251	03251041
2952428	Barrien	barrien	DE		0	Europe/Berlin	52.66735	8.71899				06	00	03251	03251040
2952429	Barrenstein	barrenstein	DE		0	Europe/Berlin	51.08552	6.61927				07	051	05162	05162008
2952436	Barop	barop	DE		0	Europe/Berlin	51.48173	7.43197		Barop		07	059	05913	05913000
2952437	Bärnzell	barnzell	DE		0	Europe/Berlin	48.99587	13.21977				02	092	09276	09276148
2952438	Bärnzell	barnzell	DE		0	Europe/Berlin	48.98333	12.21667				02	093	09375	09375174
2952439	Bärnzell	barnzell	DE		0	Europe/Berlin	48.96506	12.61149				02	092	09278	09278116
2952441	Bärnwinkel	barnwinkel	DE		0	Europe/Berlin	49.75189	11.89535				02	093	09374	09374148
2952648	Barghorn	barghorn	DE		0	Europe/Berlin	53.23974	8.25079				06	00	03451	03451005
2952445	Bernthal	bernthal	DE		0	Europe/Berlin	49.33312	11.49204		Bernthal		02	093	09373	09373153
2952449	Barnten	barnten	DE		0	Europe/Berlin	52.20171	9.81716				06	00	03254	03254026
2952455	Bärnstein	barnstein	DE		0	Europe/Berlin	48.85177	13.37454		Barnstein,Bernstein,Bärnstein		02	092	09272	09272120
2952456	Barnstein	barnstein	DE		0	Europe/Berlin	47.70581	10.53531				02	097	09777	09777179
2952461	Barnstädt	barnstaedt	DE		1230	Europe/Berlin	51.34401	11.63735		Barnstadt,Barnstaedt,Barnstädt	15088030	14	00	15088	15088030
2952462	Bärnsham	barnsham	DE		0	Europe/Berlin	48.36703	13.02052				02	092	09277	09277149
2952465	Barnsen	barnsen	DE		0	Europe/Berlin	52.97945	10.44422				06	00	03360	03360009
2952468	Bärnsdorf	baernsdorf	DE		0	Europe/Berlin	51.16331	13.73051		Baernsdorf,Bärnsdorf		13	00	14627	14627220
2952469	Barnsdorf	barnsdorf	DE		0	Europe/Berlin	49.22191	11.0695				02	095	09576	09576143
2952470	Bärnreuth	barnreuth	DE		0	Europe/Berlin	50.0426	11.688				02	094	09472	09472116
2952471	Bärnreuth	barnreuth	DE		0	Europe/Berlin	49.87083	11.49361				02	094	09472	09472155
2952472	Bärnreuth	barnreuth	DE		0	Europe/Berlin	48.85455	13.29955				02	092	09272	09272128
2952473	Bärnreuth	barnreuth	DE		0	Europe/Berlin	48.69141	13.5676		Barnreut,Barnreuth,Bärnreut,Bärnreuth		02	092	09275	09275119
2952479	Barnkrug	barnkrug	DE		0	Europe/Berlin	53.68274	9.46429		Barnkrug		06	00	03359	03359013
2952480	Barnkevitz	barnkevitz	DE		0	Europe/Berlin	54.35235	13.13141				12	00	13073	13073003
2952492	Bärnhöhe	barnhohe	DE		0	Europe/Berlin	49.88876	12.0681				02	093	09377	09377118
2952495	Bärnhof	barnhof	DE		0	Europe/Berlin	49.61712	11.55813				02	095	09574	09574140
2952498	Bärnhausen	barnhausen	DE		0	Europe/Berlin	48.44985	11.43386				02	091	09186	09186146
2952499	Barnhausen	barnhausen	DE		0	Europe/Berlin	52.10485	8.33843		Barnhausen		07	057	05754	05754004
2952500	Bärnham	barnham	DE		0	Europe/Berlin	48.08295	12.25937				02	091	09187	09187116
2952501	Bärngschwendt	barngschwendt	DE		0	Europe/Berlin	47.74542	12.62784				02	091	09189	09189140
2952503	Bärnfels	barnfels	DE		0	Europe/Berlin	49.71487	11.34115				02	094	09474	09474156
2952506	Barnewitz	barnewitz	DE		0	Europe/Berlin	52.56511	12.61663		Barnewitz		11	00	12063	12063186
2952507	Bärnest	barnest	DE		0	Europe/Berlin	49.93409	12.08684				02	093	09377	09377157
2952509	Barnerstück	barnerstueck	DE		0	Europe/Berlin	53.68601	11.38965				12	00	13074	13074038
2952515	Barnebeck	barnebeck	DE		0	Europe/Berlin	52.84391	10.92653				14	00	15081	15081455
2952516	Bärndorf	barndorf	DE		0	Europe/Berlin	49.19627	12.78198				02	093	09372	09372117
2952517	Bärndorf	barndorf	DE		0	Europe/Berlin	49.15886	12.91168				02	093	09372	09372137
2952518	Bärndorf	barndorf	DE		0	Europe/Berlin	49.08792	12.92859				02	092	09276	09276144
2952519	Bärndorf	barndorf	DE		0	Europe/Berlin	48.98292	13.12098				02	092	09276	09276138
2952520	Bärndorf	barndorf	DE		0	Europe/Berlin	48.91381	12.72546				02	092	09278	09278118
2952521	Bärndorf	barndorf	DE		0	Europe/Berlin	48.81859	13.27595				02	092	09272	09272128
2952526	Bärnbach	barnbach	DE		0	Europe/Berlin	48.65183	13.47967				02	092	09275	09275128
2952532	Barmsee	barmsee	DE		0	Europe/Berlin	47.49584	11.25188		Barmsee		02	091	09180	09180122
2952534	Barmke	barmke	DE		0	Europe/Berlin	52.26931	10.94616				06	00	03154	03154028
2952536	Barmingholten	barmingholten	DE		0	Europe/Berlin	51.54245	6.78606		Barmingholten		07	051	05119	05119000
2952537	Barmenitz	barmenitz	DE		0	Europe/Berlin	51.21679	13.27454				13	00	14627	14627130
2952539	Barmen	barmen	DE		0	Europe/Berlin	51.27737	7.19802		Barmen,Barmensis civitas,Vuppertal'-Barmen,barmn,Вупперталь-Бармен,بارمن		07	051	05124	05124000
2952540	Barmen	barmen	DE		0	Europe/Berlin	50.94381	6.30508		Barmen,barmn,بارمن		07	053	05358	05358024
2952541	Barme	barme	DE		0	Europe/Berlin	52.83008	9.20502		Barme		06	00	03361	03361003
2952542	Barmbruch	barmbruch	DE		0	Europe/Berlin	52.97263	9.78676				06	00	03358	03358021
2952543	Barmbostel	barmbostel	DE		0	Europe/Berlin	52.84793	10.0458				06	00	03351	03351026
2952546	Barmbek	barmbek	DE		0	Europe/Berlin	53.5774	10.04235		Barmbeck,Barmbek		04	00	02000	02000000
2952547	Bärmannsried	barmannsried	DE		0	Europe/Berlin	49.02119	13.02784		Barmannsried,Bärmannsried		02	092	09276	09276143
2952550	Barlterkamp	barlterkamp	DE		0	Europe/Berlin	54.01667	9.03333				10	00	01051	01051006
2952555	Barlohe	barlohe	DE		0	Europe/Berlin	54.15104	9.62676				10	00	01058	01058113
2952558	Barlo	barlo	DE		0	Europe/Berlin	51.88528	6.66336		Barlo		07	055	05554	05554008
2952560	Barlissen	barlissen	DE		0	Europe/Berlin	51.4366	9.81731				06	00	03159	03159021
2952561	Barlin	barlin	DE		0	Europe/Berlin	53.92263	12.88542				12	00	13071	13071027
2952565	Barle	barle	DE		0	Europe/Berlin	52.05979	6.93242				07	055	05554	05554004
2952567	Bärlas	barlas	DE		0	Europe/Berlin	50.19545	11.86532				02	094	09475	09475184
2952568	Barlage	barlage	DE		0	Europe/Berlin	52.39444	8.38133		Barlag,Barlage		07	057	05770	05770044
2952569	Barlage	barlage	DE		0	Europe/Berlin	52.74729	7.94032				06	00	03453	03453006
2952570	Barlage	barlage	DE		0	Europe/Berlin	52.36128	7.94663				06	00	03459	03459033
2952572	Barl	barl	DE		0	Europe/Berlin	52.45427	8.70153				07	057	05770	05770040
2952574	Barkvieren	barkvieren	DE		0	Europe/Berlin	54.08402	12.46768		Barkviesen		12	00	13072	13072034
2952575	Barksen	barksen	DE		0	Europe/Berlin	52.23043	9.06243				07	057	05770	05770032
2952576	Barksen	barksen	DE		0	Europe/Berlin	52.18204	9.27727				06	00	03252	03252007
2952583	Barkhorst	barkhorst	DE		0	Europe/Berlin	53.74172	10.37278				10	00	01062	01062089
2952584	Barkhorn	barkhorn	DE		0	Europe/Berlin	54.21667	9.66667				10	00	01058	01058086
2952588	Barkholt	barkholt	DE		0	Europe/Berlin	53.61084	7.544				06	00	03462	03462012
2952589	Barkhoferheide	barkhoferheide	DE		0	Europe/Berlin	51.51667	7.01667				07	051	05113	05113000
2952591	Barkhausen	barkhausen	DE		0	Europe/Berlin	52.25324	8.90912		Barkhausen,Barkhuson,Barkhūson		07	057	05770	05770032
2952592	Barkhausen	barkhausen	DE		0	Europe/Berlin	53.36667	9.01667		Barkhausen		06	00	03357	03357016
2952593	Barkhausen	barkhausen	DE		0	Europe/Berlin	52.28757	8.41826		Barkhausen		06	00	03459	03459003
2952594	Barkhausen	barkhausen	DE		0	Europe/Berlin	52.22802	8.38693				06	00	03459	03459024
2952595	Barkhausen	barkhausen	DE		0	Europe/Berlin	51.97484	8.93317				07	057	05766	05766020
2952596	Barkhausen	barkhausen	DE		0	Europe/Berlin	51.51896	8.56352		Barkhausen		07	057	05774	05774016
2952597	Barkfeld	barkfeld	DE		0	Europe/Berlin	51.95	8.76667				07	057	05766	05766040
2952598	Barkentange	barkentange	DE		0	Europe/Berlin	53.00365	7.82124		Barkenstange,Barkentange		06	00	03453	03453007
2952603	Barken	barken	DE		0	Europe/Berlin	53.01657	8.71998				06	00	03251	03251037
2952606	Barkel	barkel	DE		0	Europe/Berlin	53.54369	7.98438				06	00	03455	03455015
2952607	Barke	barke	DE		0	Europe/Berlin	52.78252	9.06597				06	00	03256	03256003
2952609	Barkau	barkau	DE		0	Europe/Berlin	54.07417	10.62736		Barkau		10	00	01055	01055041
2952613	Barjenbruch	barjenbruch	DE		0	Europe/Berlin	52.88224	8.52313				06	00	03458	03458015
2952615	Barig-Selbenhausen	barig-selbenhausen	DE		0	Europe/Berlin	50.52063	8.20193		Barig-Selbenhausen		05	065	06533	06533012
2952617	Barigau	barigau	DE		0	Europe/Berlin	50.62907	11.10286				15	00	16073	16073112
2952618	Barig	barig	DE		0	Europe/Berlin	50.51667	8.2				05	065	06533	06533012
2952619	Barienrode	barienrode	DE		0	Europe/Berlin	52.11177	9.95151				06	00	03254	03254011
2952620	Eichberge	eichberge	DE		0	Europe/Berlin	52.69464	12.72509				11	00	12063	12063228
2952621	Barhöft	barhoeft	DE		0	Europe/Berlin	54.43253	13.02811				12	00	13073	13073044
2952623	Bärhäuser	baerhaeuser	DE		0	Europe/Berlin	51.09251	14.53072				13	00	14625	14625090
2952624	Bärhaus	baerhaus	DE		0	Europe/Berlin	51.45756	13.76805				11	00	12066	12066176
2952627	Bärhag	barhag	DE		0	Europe/Berlin	48.42111	8.11448				01	083	08317	08317085
2952631	Bargten	bargten	DE		0	Europe/Berlin	53.23618	8.76725				06	00	03356	03356007
2952642	Bargloy	bargloy	DE		0	Europe/Berlin	52.88426	8.39218				06	00	03458	03458014
2952643	Bargkamp	bargkamp	DE		0	Europe/Berlin	53.72301	9.03172				06	00	03352	03352056
2952645	Barghorst	barghorst	DE		0	Europe/Berlin	54.02395	10.56354				10	00	01055	01055001
2952646	Barghornermoor	barghornermoor	DE		0	Europe/Berlin	53.24943	8.2606				06	00	03451	03451005
2952647	Barghorn	barghorn	DE		0	Europe/Berlin	53.27884	8.31687				06	00	03461	03461008
2952652	Bargfelder Rögen	bargfelder-roegen	DE		0	Europe/Berlin	53.76667	10.23333				10	00	01062	01062005
2952653	Bargfeld	bargfeld	DE		0	Europe/Berlin	54.06407	9.78552				10	00	01058	01058009
2952654	Bargfeld	bargfeld	DE		0	Europe/Berlin	53.76667	10.2				10	00	01062	01062005
2952655	Bargfeld	bargfeld	DE		0	Europe/Berlin	52.95242	10.40051		Bargfeld,Bargfeld (Gerdau)		06	00	03360	03360009
2952656	Bargfeld	bargfeld	DE		0	Europe/Berlin	52.70213	10.34577		Bargfeld (Eldingen)		06	00	03351	03351008
2952659	Bargeshagen	bargeshagen	DE		0	Europe/Berlin	54.11161	11.98458				12	00	13072	13072001
2952661	Bargerfehn	bargerfehn	DE		0	Europe/Berlin	53.25977	7.73553				06	00	03457	03457020
2952663	Barger	barger	DE		0	Europe/Berlin	53.59427	7.43185				06	00	03462	03462009
2952665	Bargensdorf	bargensdorf	DE		0	Europe/Berlin	53.51075	13.28754				12	00	13071	13071021
2952666	Bargen	bargen	DE		0	Europe/Berlin	54.29984	9.27736				10	00	01059	01059024
2952667	Bargen	bargen	DE		0	Europe/Berlin	54.27137	9.04797				10	00	01051	01051107
2952668	Bargen	bargen	DE		0	Europe/Berlin	49.3067	9.02266				01	082	08226	08226106
2952669	Bargen	bargen	DE		0	Europe/Berlin	47.88304	8.76402		Bargen		01	083	08335	08335022
2952671	Bargebur	bargebur	DE		0	Europe/Berlin	53.59065	7.22167		Bargebuhr,Bargebur		06	00	03452	03452019
2952672	Barge	barge	DE		0	Europe/Berlin	53.57768	9.46235				06	00	03359	03359038
2952673	Barge	barge	DE		0	Europe/Berlin	53.19919	7.65914				06	00	03457	03457006
2952674	Barge	barge	DE		0	Europe/Berlin	51.46259	7.84358				07	059	05962	05962040
2952676	Bargdorf	bargdorf	DE		0	Europe/Berlin	53.1184	10.49392				06	00	03360	03360004
2952678	Bargau	bargau	DE		0	Europe/Berlin	48.78747	9.88757				01	081	08136	08136065
2952679	Barg	barg	DE		0	Europe/Berlin	54.74094	9.68363				10	00	01059	01059161
2952681	Barförde	barfoerde	DE		0	Europe/Berlin	53.36813	10.63352				06	00	03355	03355018
2952682	Barfelde	barfelde	DE		0	Europe/Berlin	52.09111	9.82246				06	00	03254	03254043
2952683	Bärfang	baerfang	DE		0	Europe/Berlin	51.66047	13.40932				11	00	12062	12062092
2952685	Bärenweiler	barenweiler	DE		0	Europe/Berlin	47.775	9.86711				01	084	08436	08436052
2952688	Bärenwalde	baerenwalde	DE		0	Europe/Berlin	50.56669	12.52918				13	00	14524	14524040
2952690	Bärenthoren	baerenthoren	DE		0	Europe/Berlin	52.001	12.27957				14	00	15082	15082430
2952701	Bärenstein	baerenstein	DE		0	Europe/Berlin	51.23328	7.72359				07	059	05962	05962060
2952702	Bärenstein	baerenstein	DE		1064	Europe/Berlin	50.80125	13.79771				13	00	14628	14628010
2952705	Bärensprung	baerensprung	DE		0	Europe/Berlin	53.00552	12.2412				11	00	12070	12070149
2952708	Barensdorf	barensdorf	DE		0	Europe/Berlin	54.2776	10.73021		Bahrensdorf		10	00	01055	01055043
2952716	Bärenrode	baerenrode	DE		0	Europe/Berlin	51.66396	10.99622				14	00	15085	15085145
2952722	Bärenloh	baerenloh	DE		0	Europe/Berlin	50.29153	12.22114				13	00	14523	14523040
2952733	Bärenklause	baerenklause	DE		0	Europe/Berlin	50.96702	13.7663		Barenklause,Bärenklause		13	00	14628	14628220
2952736	Bärenklau	baerenklau	DE		0	Europe/Berlin	52.71789	13.14746				11	00	12065	12065251
2952737	Bärenklau	baerenklau	DE		0	Europe/Berlin	51.93826	14.56667		Barenklau,Bärenklau		11	00	12071	12071337
2952738	Bärenklau	baerenklau	DE		0	Europe/Berlin	50.81517	13.78235				13	00	14628	14628010
2952748	Bärenhecke	baerenhecke	DE		0	Europe/Berlin	50.82676	13.77119				13	00	14628	14628130
2952755	Barenfleer	barenfleer	DE		0	Europe/Berlin	52.85185	7.09023				06	00	03454	03454018
2952759	Bareneck	bareneck	DE		0	Europe/Berlin	53.89312	10.63479		Barene,Bareneck		10	00	01055	01055040
2952764	Bärendorf	baerendorf	DE		0	Europe/Berlin	50.19202	12.28839		Barendorf,Bärendorf,Hohendorf-Barendorf,Hohendorf-Bärendorf		13	00	14523	14523030
2952770	Bärenbrunn	barenbrunn	DE		0	Europe/Berlin	50.23348	11.65862				02	094	09475	09475136
2952773	Bärenbrück	baerenbrueck	DE		0	Europe/Berlin	51.81188	14.47479		Barbuk,Barenbruck,Barenbrucke,Bärenbrück,Bärenbrücke		11	00	12071	12071386
2952778	Bärenbronn	barenbronn	DE		0	Europe/Berlin	49.1	9.45				01	081	08125	08125107
2952780	Barenberg	barenberg	DE		0	Europe/Berlin	51.39965	7.14231				07	059	05954	05954016
2952807	Alt Barenaue	alt-barenaue	DE		0	Europe/Berlin	52.41738	8.11858		Alt Barenaue,Barenau,Barenaue		06	00	03459	03459014
2952809	Barel	barel	DE		0	Europe/Berlin	52.98536	8.43277				06	00	03458	03458003
2952812	Bardowiek	bardowiek	DE		0	Europe/Berlin	53.86883	10.82864		Bardowieck,Bardowiek		12	00	13074	13074076
2952816	Bardewisch	bardewisch	DE		0	Europe/Berlin	53.14155	8.5725				06	00	03461	03461006
2952817	Barderupfeld	barderupfeld	DE		0	Europe/Berlin	54.7	9.38333				10	00	01059	01059184
2952818	Barderup	barderup	DE		0	Europe/Berlin	54.71909	9.38976				10	00	01059	01059184
2952819	Barderstede	barderstede	DE		0	Europe/Berlin	53.55461	7.86658				06	00	03455	03455007
2952823	Bardenitz	bardenitz	DE		0	Europe/Berlin	52.0753	12.94302		Bardenitz		11	00	12069	12069632
2952824	Bardenhorst	bardenhorst	DE		0	Europe/Berlin	52.35	7.08333				06	00	03456	03456001
2952825	Bardenhagen	bardenhagen	DE		0	Europe/Berlin	53.13575	10.40385				06	00	03360	03360004
2952827	Bardenfleth	bardenfleth	DE		0	Europe/Berlin	53.23381	8.37138		Bardenfleth		06	00	03461	03461004
2952828	Bardenfleth	bardenfleth	DE		0	Europe/Berlin	53.17491	8.5656				06	00	03461	03461001
2952829	Bardenberg	bardenberg	DE		0	Europe/Berlin	50.84023	6.1125		Bardenberg		07	053	05334	05334036
2952830	Bardenbach	bardenbach	DE		0	Europe/Berlin	49.50958	6.87136		Bardenbach		09	00	10042	10042116
2952831	Bardel	bardel	DE		0	Europe/Berlin	52.26489	7.05076				06	00	03456	03456001
2952832	Bärdeich	baerdeich	DE		0	Europe/Berlin	53.54544	8.46555				06	00	03461	03461003
2952835	Barchel	barchel	DE		550	Europe/Berlin	53.46679	9.03348				06	00	03357	03357035
2952836	Barbusch	barbusch	DE		0	Europe/Berlin	52.8368	8.93949				06	00	03251	03251049
2952838	Barbruch	barbruch	DE		0	Europe/Berlin	51.7238	8.57821				07	057	05774	05774020
2952839	Bärbroich	baerbroich	DE		0	Europe/Berlin	50.98388	7.21905				07	053	05378	05378004
2952840	Barbrake	barbrake	DE		0	Europe/Berlin	52.76093	8.9671				06	00	03251	03251002
2952841	Barbis	barbis	DE		0	Europe/Berlin	51.61375	10.42318		Barbis		06	00	03159	03159003
2952845	Barbecke	barbecke	DE		0	Europe/Berlin	52.18656	10.28646				06	00	03157	03157005
2952850	Barbaraberg	barbaraberg	DE		0	Europe/Berlin	49.79381	11.8489				02	093	09374	09374157
2952852	Barackenhöfe	barackenhoefe	DE		0	Europe/Berlin	50.26279	9.54935				05	064	06435	06435028
2952853	Barabein	barabein	DE		0	Europe/Berlin	48.14333	9.82725				01	084	08426	08426128
2952860	Banzenweiler	banzenweiler	DE		0	Europe/Berlin	49.19605	10.31155				02	095	09571	09571145
2952861	Banzenweiler	banzenweiler	DE		0	Europe/Berlin	49.09293	9.97434				01	081	08127	08127103
2952863	Banzenmühle	banzenmuhle	DE		0	Europe/Berlin	49.32937	10.40249				02	095	09571	09571174
2952865	Banzendorf	banzendorf	DE		0	Europe/Berlin	53.01568	12.99939		Banzendorf		11	00	12068	12068280
2952868	Banzau	banzau	DE		0	Europe/Berlin	52.88881	10.93569				06	00	03354	03354001
2952869	Banz	banz	DE		0	Europe/Berlin	54.65	13.3				12	00	13073	13073019
2952870	Banz	banz	DE		0	Europe/Berlin	50.133	11.001				02	094	09478	09478165
2952875	Bantow	bantow	DE		0	Europe/Berlin	54.34458	13.2232				12	00	13073	13073073
2952876	Bantow	bantow	DE		0	Europe/Berlin	54.00676	11.60036				12	00	13072	13072002
2952878	Bantorf	bantorf	DE		0	Europe/Berlin	52.33041	9.41271				06	00	03241	03241002
2952879	Bäntorf	baentorf	DE		0	Europe/Berlin	52.13575	9.51459				06	00	03252	03252004
2952882	Bantikow	bantikow	DE		0	Europe/Berlin	52.93728	12.45478		Bantikow		11	00	12068	12068477
2952885	Bansrade	bansrade	DE		0	Europe/Berlin	54.13333	10.2				10	00	01057	01057080
2952886	Bansow	bansow	DE		0	Europe/Berlin	53.71876	12.35996				12	00	13072	13072063
2952888	Bansleben	bansleben	DE		0	Europe/Berlin	52.15182	10.74326				06	00	03158	03158022
2952889	Bansin Dorf	bansin-dorf	DE		0	Europe/Berlin	53.95988	14.12954		Bansin,Bansin Dorf,Bansin/Insel Usedom		12	00	13075	13075049
2952903	Bannried	bannried	DE		0	Europe/Berlin	47.75	9.71667				01	084	08436	08436079
2952907	Bannholz	bannholz	DE		0	Europe/Berlin	48.81796	13.54929				02	092	09272	09272118
2952908	Bannholz	bannholz	DE		0	Europe/Berlin	47.67594	8.16393				01	083	08337	08337118
2952918	Bannetze	bannetze	DE		0	Europe/Berlin	52.68086	9.8089				06	00	03351	03351024
2952919	Bannesdorf	bannesdorf	DE		0	Europe/Berlin	54.46802	11.21773		Bannesdorf		10	00	01055	01055046
2952922	Bannerod	bannerod	DE		0	Europe/Berlin	50.50121	9.38683		Bannerod		05	065	06535	06535007
2952924	Bannensiek	bannensiek	DE		0	Europe/Berlin	52.10216	9.28602				06	00	03252	03252006
2952928	Bannemin	bannemin	DE		0	Europe/Berlin	54.06719	13.85379		Bannemin,Bannemin-Molschow,Bannemin-Mölschow		12	00	13075	13075092
2952929	Banneick	banneick	DE		0	Europe/Berlin	52.93612	11.15207				06	00	03354	03354018
2952933	Bannacker	bannacker	DE		0	Europe/Berlin	48.29969	10.80813				02	097	09761	09761000
2952936	Bankholzen	bankholzen	DE		0	Europe/Berlin	47.70846	8.93027		Bankholzen		01	083	08335	08335055
2952937	Bankewitz	bankewitz	DE		0	Europe/Berlin	53.03258	10.80637				06	00	03360	03360022
2952939	Banke	banke	DE		0	Europe/Berlin	53.2	11				06	00	03355	03355049
2952940	Bank	bank	DE		0	Europe/Berlin	50.8294	6.06972				07	053	05334	05334016
2952945	Bangstede	bangstede	DE		0	Europe/Berlin	53.42078	7.4005				06	00	03452	03452012
2952950	Banfe	banfe	DE		0	Europe/Berlin	50.9	8.85				07			
2952952	Dreizehnhausen	dreizehnhausen	DE		0	Europe/Berlin	54.07258	13.26539				12	00	13073	13073089
2952953	Bandow	bandow	DE		0	Europe/Berlin	53.93228	12.01501		Bandow		12	00	13072	13072095
2952954	Bandorf	bandorf	DE		0	Europe/Berlin	50.6098	7.19682				08	00	07131	07131070
2952956	Bandixwarf	bandixwarf	DE		0	Europe/Berlin	54.64714	8.65618		Bandixwarf,Bandixwarft		10	00	01054	01054074
2952959	Banderbach	banderbach	DE		0	Europe/Berlin	49.44899	10.92487				02	095	09573	09573134
2952961	Bandelstorf	bandelstorf	DE		0	Europe/Berlin	54.03645	12.25184		Bandelstorf		12	00	13072	13072029
2952963	Bandelow	bandelow	DE		0	Europe/Berlin	53.4147	13.85238				11	00	12073	12073579
2952966	Bandekow	bandekow	DE		0	Europe/Berlin	53.34205	10.7987				12	00	13076	13076136
2952967	Bandekow	bandekow	DE		0	Europe/Berlin	53.3307	11.1129				12	00	13076	13076088
2952972	Bammersdorf	bammersdorf	DE		0	Europe/Berlin	49.23657	10.68328				02	095	09571	09571177
2952974	Bamme Ausbau	bamme-ausbau	DE		0	Europe/Berlin	52.65439	12.39751				11	00	12063	12063252
2952977	Bamling	bamling	DE		0	Europe/Berlin	48.71269	12.88677				02	092	09271	09271152
2952978	Bamlach	bamlach	DE		0	Europe/Berlin	47.71709	7.55035				01	083	08336	08336006
2952979	Bamham	bamham	DE		0	Europe/Berlin	47.887	12.1898				02	091	09187	09187163
2952981	Bamenohl	bamenohl	DE		2896	Europe/Berlin	51.16527	7.98412	240			07	059	05966	05966012
2952982	Bambergerhof	bambergerhof	DE		0	Europe/Berlin	49.42111	7.28411				08	00	07336	07336010
2952983	Bambergen	bambergen	DE		0	Europe/Berlin	47.79376	9.19993				01	084	08435	08435059
2952987	Balzholz	balzholz	DE		0	Europe/Berlin	48.56664	9.39013				01	081	08116	08116011
2952988	Balzhofen	balzhofen	DE		0	Europe/Berlin	48.71312	8.09305				01	082	08216	08216007
2952989	Balzhofen	balzhofen	DE		0	Europe/Berlin	47.58678	9.96783				02	097	09776	09776127
2952993	Balzfeld	balzfeld	DE		1012	Europe/Berlin	49.26892	8.78919				01	082	08226	08226010
2953004	Baltshaus	baltshaus	DE		0	Europe/Berlin	47.96038	9.53209				01	084	08436	08436027
2953007	Baltringen	baltringen	DE		0	Europe/Berlin	48.17309	9.86416		Baltringen		01	084	08426	08426073
2953014	Baltersweiler	baltersweiler	DE		0	Europe/Berlin	49.49528	7.16492		Baltersweiler		09	00	10046	10046113
2953015	Baltersweil	baltersweil	DE		0	Europe/Berlin	47.63666	8.5108				01	083	08337	08337030
2953016	Baltersberg	baltersberg	DE		0	Europe/Berlin	47.70832	9.71119				01	084	08436	08436018
2953018	Balterazhofen	balterazhofen	DE		0	Europe/Berlin	47.83828	10.05652				01	084	08436	08436055
2953019	Balteratsried	balteratsried	DE		0	Europe/Berlin	47.72767	10.61069				02	097	09777	09777151
2953020	Baltenstein	baltenstein	DE		0	Europe/Berlin	47.72323	10.40177				02	097	09780	09780114
2953024	Balsbach	balsbach	DE		0	Europe/Berlin	49.47933	9.17427				01	082	08225	08225052
2953029	Bälow	baelow	DE		0	Europe/Berlin	52.93934	11.8628				11	00	12070	12070348
2953030	Balmertshofen	balmertshofen	DE		0	Europe/Berlin	48.35864	10.20853				02	097	09775	09775143
2953032	Balm	balm	DE		0	Europe/Berlin	53.94725	14.01291		Balm		12	00	13075	13075010
2953033	Balm	balm	DE		0	Europe/Berlin	47.63249	8.59417				01	083	08337	08337070
2953035	Ballwitz	ballwitz	DE		0	Europe/Berlin	53.45716	13.25339		Ballwitz		12	00	13071	13071067
2953036	Ballweiler	ballweiler	DE		0	Europe/Berlin	49.2038	7.21527				09	00	10045	10045112
2953038	Ballstädt	ballstaedt	DE		736	Europe/Berlin	51.03333	10.71667		Bal'shtedt,Ballstadt,Ballstädt,Balshtet,ba er si te,Балштет,Бальштедт,巴尔斯特	16067091	15	00	16067	16067091
2953040	Ballsiefen	ballsiefen	DE		0	Europe/Berlin	51.07263	7.36382		Ballsiefen		07	053	05374	05374052
2953041	Ballrechten	ballrechten	DE		0	Europe/Berlin	47.86015	7.70126		Ballrechten		01	083	08315	08315008
2953042	Ballmertshofen	ballmertshofen	DE		0	Europe/Berlin	48.67139	10.37195				01	081	08135	08135010
2953043	Ballmannshof	ballmannshof	DE		0	Europe/Berlin	49.26174	10.69914		Ballmannshof,Ballmanshof		02	095	09571	09571175
2953044	Ballingshausen	ballingshausen	DE		0	Europe/Berlin	50.16208	10.33279				02	096	09678	09678181
2953047	Ballin	ballin	DE		0	Europe/Berlin	53.45738	13.42743				12	00	13071	13071090
2953051	Ballertshofen	ballertshofen	DE		0	Europe/Berlin	49.38394	11.51316				02	093	09373	09373140
2953055	Ballersdorf	ballersdorf	DE		0	Europe/Berlin	49.42714	10.79991				02	095	09573	09573114
2953056	Ballersdorf	ballersdorf	DE		0	Europe/Berlin	48.70332	11.1597				02	091	09185	09185157
2953057	Ballersbach	ballersbach	DE		0	Europe/Berlin	50.68476	8.3671		Ballersbach		05	065	06532	06532017
2953058	Ballern	ballern	DE		0	Europe/Berlin	49.44781	6.61076		Ballern		09	00	10042	10042113
2953062	Ballenhausen	ballenhausen	DE		0	Europe/Berlin	51.45497	9.95018				06	00	03159	03159013
2953065	Ballenberg	ballenberg	DE		0	Europe/Berlin	47.71269	8.11605				01	083	08337	08337097
2953066	Ballenberg	ballenberg	DE		0	Europe/Berlin	49.40099	9.55172				01	082	08225	08225114
2953069	Ballast	ballast	DE		0	Europe/Berlin	52.73567	8.36128				06	00	03460	03460004
2953070	Ball	ball	DE		0	Europe/Berlin	50.98677	7.1912				07	053	05378	05378004
2953071	Balkum	balkum	DE		0	Europe/Berlin	52.46055	7.90034				06	00	03459	03459014
2953072	Balksen	balksen	DE		0	Europe/Berlin	51.62884	8.08045		Balksen		07	059	05974	05974048
2953075	Balkhausen	balkhausen	DE		0	Europe/Berlin	51.139	7.10281				07	051	05122	05122000
2953076	Balkhausen	balkhausen	DE		0	Europe/Berlin	50.85733	6.75282				07	053	05362	05362032
2953077	Balkhausen	balkhausen	DE		0	Europe/Berlin	49.73455	8.65903		Balkhausen		05	064	06432	06432022
2953078	Balkham	balkham	DE		0	Europe/Berlin	47.9836	11.85717				02	091	09175	09175121
2953082	Balkenkoppel	balkenkoppel	DE		0	Europe/Berlin	54.25911	12.70745				12	00	13073	13073094
2953084	Balkenkamp	balkenkamp	DE		0	Europe/Berlin	52.28172	8.49868				07	057	05770	05770036
2953086	Balken	balken	DE		0	Europe/Berlin	51.09126	7.02341				07	053	05378	05378016
2953087	Baljerdorf	baljerdorf	DE		0	Europe/Berlin	53.8224	9.13601				06	00	03359	03359004
2953090	Balhorn	balhorn	DE		0	Europe/Berlin	51.85	7.95				07	055	05570	05570020
2953091	Balhorn	balhorn	DE		0	Europe/Berlin	51.27413	9.23722				05	066	06633	06633006
2953093	Balgstädt	balgstaedt	DE		666	Europe/Berlin	51.20531	11.73334		Balgstadt,Balgstädt	15084025	14	00	15084	15084025
2953101	Balg	balg	DE		0	Europe/Berlin	48.78946	8.22649		Balg		01	082	08211	08211000
2953105	Baleroth	baleroth	DE		0	Europe/Berlin	50.78386	7.46383		Baleroth		07	053	05382	05382016
2953110	Balditz	balditz	DE		0	Europe/Berlin	51.2888	12.08079				14	00	15088	15088020
2953111	Baldingen	baldingen	DE		0	Europe/Berlin	48.85889	10.47445				02	097	09779	09779194
2953113	Baldersheim	baldersheim	DE		0	Europe/Berlin	49.55159	10.04393				02	096	09679	09679114
2953114	Baldershausen	baldershausen	DE		0	Europe/Berlin	48.69604	11.9428				02	092	09274	09274172
2953117	Baldern	baldern	DE		0	Europe/Berlin	48.90486	10.31195				01	081	08136	08136010
2953120	Baldereck	baldereck	DE		0	Europe/Berlin	54.56604	13.52297				12	00	13073	13073030
2953122	Baldensweiler	baldensweiler	DE		0	Europe/Berlin	47.66667	9.65				01	084	08435	08435057
2953123	Baldenhofen	baldenhofen	DE		0	Europe/Berlin	47.73333	9.96667				01	084	08436	08436094
2953124	Baldenhain	baldenhain	DE		0	Europe/Berlin	50.91054	12.20748				15	00	16076	16076023
2953126	Baldeney	baldeney	DE		0	Europe/Berlin	51.41667	7.01667				07	051	05113	05113000
2953127	Baldenberg	baldenberg	DE		0	Europe/Berlin	51.00858	7.65866		Baldenberg		07	053	05374	05374004
2953128	Baldeborn	baldeborn	DE		0	Europe/Berlin	51.30991	8.32038		Baldeborn		07	059	05958	05958032
2953129	Balde	balde	DE		0	Europe/Berlin	50.99117	8.33386				07	059	05970	05970012
2953130	Balbersdorf	balbersdorf	DE		0	Europe/Berlin	49.29239	12.68045				02	093	09372	09372168
2953131	Balberg	balberg	DE		0	Europe/Berlin	51.6269	6.34961				07	051	05170	05170040
2953142	Bakerde	bakerde	DE		0	Europe/Berlin	52.66667	7.61667				06	00	03454	03454021
2953143	Bakenhus	bakenhus	DE		0	Europe/Berlin	52.9244	8.23807				06	00	03458	03458007
2953146	Bakenfeld	bakenfeld	DE		0	Europe/Berlin	51.75493	7.63429				07	055	05558	05558004
2953147	Bakendorf	bakendorf	DE		0	Europe/Berlin	53.49833	11.23601				12	00	13076	13076041
2953157	Bakede	bakede	DE		0	Europe/Berlin	52.20855	9.39159				06	00	03252	03252002
2953160	Bäke	baeke	DE		0	Europe/Berlin	53.25267	8.12209				06	00	03451	03451008
2953161	Bäke	baeke	DE		0	Europe/Berlin	53.15873	8.39043				06	00	03461	03461001
2953166	Baitz	baitz	DE		0	Europe/Berlin	52.17211	12.67698		Baitz		11	00	12069	12069076
2953167	Baitenhausen	baitenhausen	DE		0	Europe/Berlin	47.71563	9.29772		Baitenhausen		01	084	08435	08435036
2953169	Baisingen	baisingen	DE		0	Europe/Berlin	48.50444	8.77627				01	084	08416	08416036
2953171	Bairoda	bairoda	DE		0	Europe/Berlin	50.80443	10.3706				15	00	16063	16063099
2953174	Bairawies	bairawies	DE		0	Europe/Berlin	47.83511	11.5359				02	091	09173	09173118
2953175	Bairahof	bairahof	DE		0	Europe/Berlin	47.7	11.55		Bairahof,Beurerhofe,Beurerhöfe		02	091	09173	09173135
2953176	Bainghausen	bainghausen	DE		0	Europe/Berlin	51.32806	8.04791				07	059	05958	05958044
2953180	Baindlkirch	baindlkirch	DE		0	Europe/Berlin	48.27654	11.09551				02	097	09771	09771160
2953181	Bainders	bainders	DE		0	Europe/Berlin	47.83309	9.77287				01	084	08436	08436085
2953182	Baimhofen	baimhofen	DE		0	Europe/Berlin	49.24219	10.32745		Baimhofen		02	095	09571	09571137
2953183	Bailers	bailers	DE		0	Europe/Berlin	47.75933	10.21416				02	097	09780	09780146
2953185	Baierz	baierz	DE		0	Europe/Berlin	47.92236	9.96578				01	084	08436	08436010
2953186	Baierweg	baierweg	DE		0	Europe/Berlin	49.03406	12.86688				02	092	09276	09276128
2953188	Baierthal	baierthal	DE		0	Europe/Berlin	49.68411	9.7297		Baiertal,Baierthal		01	081	08128	08128045
2953189	Baiertal	baiertal	DE		0	Europe/Berlin	49.30101	8.73688				01	082	08226	08226098
2953191	Baiershofen	baiershofen	DE		0	Europe/Berlin	48.88682	10.16171				01	081	08136	08136082
2953192	Baiershofen	baiershofen	DE		0	Europe/Berlin	48.45826	10.55162				02	097	09772	09772115
2953200	Baiernrain	baiernrain	DE		0	Europe/Berlin	47.90325	11.60916				02	091	09173	09173118
2953209	Baiergrün	baiergrun	DE		0	Europe/Berlin	50.26594	11.70171				02	094	09475	09475136
2953210	Baierfeld	baierfeld	DE		0	Europe/Berlin	48.79611	10.8475		Baierfeld		02	097	09779	09779126
2953211	Baiereck	baiereck	DE		0	Europe/Berlin	48.75537	9.51579				01	081	08117	08117051
2953214	Baierberg	baierberg	DE		0	Europe/Berlin	48.26805	11.0466		Baierberg		02	097	09771	09771146
2953224	Baienbach	baienbach	DE		0	Europe/Berlin	47.85611	9.56666				01	084	08436	08436096
2953225	Baien	baien	DE		0	Europe/Berlin	47.84138	9.55479				01	084	08436	08436013
2953226	Bahro	bahro	DE		0	Europe/Berlin	52.05558	14.56048		Bahro		11	00	12067	12067357
2953227	Bähringhausen	baehringhausen	DE		0	Europe/Berlin	51.12613	7.19017				07	053	05378	05378032
2953229	Bahrensdorf	bahrensdorf	DE		0	Europe/Berlin	52.16329	14.253				11	00	12067	12067036
2953235	Bahrenfeld	bahrenfeld	DE		34	Europe/Berlin	53.57365	9.90005		Barenfeld,Hamburg-Bahrenfeld,Баренфелд		04	00	02000	02000000
2953236	Bahrendorf	bahrendorf	DE		0	Europe/Berlin	53.1866	10.94625				06	00	03354	03354009
2953237	Bahrendorf	bahrendorf	DE		0	Europe/Berlin	51.99957	11.55745				14	00	15083	15083490
2953248	Bahratal	bahratal	DE		0	Europe/Berlin	50.83333	13.96667		Bahratal		13	00	14628	14628020
2953249	Bahramühle	bahramuehle	DE		0	Europe/Berlin	50.86667	13.98333				13	00	14628	14628020
2953254	Bahra	bahra	DE		0	Europe/Berlin	51.25611	13.37997				13	00	14627	14627070
2953255	Bahra	bahra	DE		0	Europe/Berlin	50.86801	14.00174		Bahra		13	00	14628	14628020
2953256	Bahra	bahra	DE		0	Europe/Berlin	50.38209	10.32898				02	096	09673	09673142
2953258	Bahnswarf	bahnswarf	DE		0	Europe/Berlin	54.71667	8.78333		Bahnenswarf,Bahnswarf		10	00	01054	01054022
2953260	Bahnsen	bahnsen	DE		0	Europe/Berlin	52.92093	10.41388				06	00	03360	03360023
2953262	Bahnsdorf	bahnsdorf	DE		0	Europe/Berlin	51.64061	13.30324				11	00	12062	12062500
2953263	Bahnsdorf	bahnsdorf	DE		0	Europe/Berlin	51.57966	14.1115		Bahnsdorf,Bobosojce,Bobošojce		11	00	12066	12066226
2953264	Bahnitz	bahnitz	DE		0	Europe/Berlin	52.49444	12.40423		Bahnitz		11	00	12063	12063189
2953269	Bahnhof Löhne	bahnhof-loehne	DE		0	Europe/Berlin	52.20737	8.7149		Bahnhof Lohne,Bahnhof Löhne		07	057	05758	05758024
2953272	Bahne	bahne	DE		0	Europe/Berlin	52.58933	6.89133				06	00	03456	03456009
2953273	Bahnbrücken	bahnbrucken	DE		0	Europe/Berlin	49.1217	8.78523		Bahnbrucken,Bahnbrücken		01	082	08215	08215097
2953274	Bahlum	bahlum	DE		0	Europe/Berlin	52.91786	8.94473				06	00	03361	03361004
2953275	Bahlings	bahlings	DE		0	Europe/Berlin	47.63333	9.73333				01	084	08436	08436001
2953276	Bahlingen	bahlingen	DE		3709	Europe/Berlin	48.12064	7.73982		Bahlingen		01	083	08316	08316002
2953277	Bahlenrade	bahlenrade	DE		0	Europe/Berlin	53.50816	11.90995				12	00	13076	13076051
2953279	Bahlenhüschen	bahlenhueschen	DE		0	Europe/Berlin	53.52294	11.59073				12	00	13076	13076140
2953282	Bahlendorf	bahlendorf	DE		0	Europe/Berlin	53.3684	10.75203				12	00	13076	13076014
2953283	Bahlen	bahlen	DE		0	Europe/Berlin	53.36597	10.76274				12	00	13076	13076014
2953284	Bahlen	bahlen	DE		0	Europe/Berlin	52.68055	8.13903		Bahlen		06	00	03460	03460003
2953286	Bahlburg	bahlburg	DE		0	Europe/Berlin	53.30667	10.17721				06	00	03353	03353040
2953289	Bagow	bagow	DE		0	Europe/Berlin	52.51421	12.70148		Bagow		11	00	12069	12069460
2953294	Bageritz	bageritz	DE		0	Europe/Berlin	51.48013	12.1634				14	00	15088	15088195
2953299	Bagemühl	bagemuehl	DE		0	Europe/Berlin	53.35629	14.19734				11	00	12073	12073085
2953300	Bagband	bagband	DE		0	Europe/Berlin	53.35116	7.6061				06	00	03452	03452006
2953303	Baersdonk	baersdonk	DE		0	Europe/Berlin	51.49227	6.31823				07	051	05154	05154012
2953308	Baerl	baerl	DE		0	Europe/Berlin	51.49379	6.67434				07	051	05112	05112000
2953311	Bad Zollern	bad-zollern	DE		0	Europe/Berlin	52.26956	8.90536				07	057	05770	05770024
2953319	Bad Weilbach	bad-weilbach	DE		0	Europe/Berlin	50.03424	8.42866		Bad Weilbach		05	064	06436	06436004
2953324	Bad Tölz	bad-toelz	DE		17434	Europe/Berlin	47.76111	11.5589		Bad T'olc,Bad Telc,Bad Toelz,Bad Tölz,Bad-Cjol'c,Bad-Tel'c,Bad-Tjol'c,Badtelca,Bādtelca,Daeiz,Däiz,Tolz,ba te te er ci,bad twlts,bad twlz,Бад Телц,Бад Тьолц,Бад-Тельц,Бад-Тёльц,Бад-Төльц,Бад-Цёльц,Բադ Տյոլց,באד טלץ,باد تولتس,باد تولز,بیڈ ٹولز,巴特特尔茨	09173	02	091	09173	09173112
2953326	Bad Teinach	bad-teinach	DE		0	Europe/Berlin	48.68906	8.69031				01	082	08235	08235084
2953327	Bad Sülze	bad-suelze	DE		1938	Europe/Berlin	54.11084	12.66054		Bad Suelze,Bad Sülze,Bad Zilce,Bad-Zjul'ce,Badzilce,Bādzilce,ba te xu er ce,bad zwltsh,bad zwlzh,Бад Зилце,Бад-Зюльце,Бад-Зүльце,باد زولتسه,باد زولزه,巴特叙尔策		12	00	13073	13073007
2953328	Bad Sulzburg	bad-sulzburg	DE		0	Europe/Berlin	47.8217	7.74691				01	083	08315	08315111
2953333	Bad Steinbeck	bad-steinbeck	DE		0	Europe/Berlin	52.35607	7.67492				07	055	05566	05566072
2953338	Bad Soden-Salmünster	bad-soden-salmuenster	DE		13953	Europe/Berlin	50.27574	9.36705		Bad Soden-Salmuenster,Bad Soden-Salmünster,Bad Zoden-Zalminster,Bad-Zoden-Zal'mjunster,Salmuenster,Salmünster,ba te suo deng-sa er ming si te,bad zwndn-zalmwnstr,Бад Зоден-Залминстер,Бад-Зоден-Зальмюнстер,باد زوندن-زالمونستر,バート・ゾーデン＝ザルミュンスター,巴特索登-萨尔明斯特		05	064	06435	06435002
2953342	Bad Seebruch	bad-seebruch	DE		0	Europe/Berlin	52.13371	8.85462				07	057	05758	05758036
2953346	Bad Sebastiansweiler	bad-sebastiansweiler	DE		0	Europe/Berlin	48.4016	9.01445				01	084	08416	08416025
2953353	Bad Schachen	bad-schachen	DE		0	Europe/Berlin	47.56031	9.66694				02	097	09776	09776116
2953360	Bad Salzig	bad-salzig	DE		0	Europe/Berlin	50.2062	7.63278		Bad Salzig		08	00	07140	07140501
2953361	Bad Salzhausen	bad-salzhausen	DE		0	Europe/Berlin	50.41561	8.98254				05	064	06440	06440016
2953368	Bad Rippoldsau	bad-rippoldsau	DE		0	Europe/Berlin	48.43552	8.31752				01	082	08237	08237075
2953369	Badrina	badrina	DE		0	Europe/Berlin	51.53972	12.48682				13	00	14730	14730280
2953370	Badresch	badresch	DE		0	Europe/Berlin	53.54529	13.61613				12	00	13071	13071054
2953372	Bad Reiboldsgrün	bad-reiboldsgruen	DE		0	Europe/Berlin	50.48945	12.45595	680			13	00	14523	14523020
2953373	Bad Rehburg	bad-rehburg	DE		0	Europe/Berlin	52.43969	9.21674		Bad Rehburg		06	00	03256	03256025
2953380	Bad Peterstal	bad-peterstal	DE		0	Europe/Berlin	48.42846	8.20201				01	083	08317	08317008
2953382	Badorf	badorf	DE		0	Europe/Berlin	50.80621	6.88388				07	053	05362	05362012
2953387	Bad Oberdorf	bad-oberdorf	DE		0	Europe/Berlin	47.50183	10.385		Bad Oberdorf		02	097	09780	09780123
2953388	Bad Niedernau	bad-niedernau	DE		0	Europe/Berlin	48.45677	8.90017				01	084	08416	08416036
2953390	Bad Neuhaus an der Saale	bad-neuhaus-an-der-saale	DE		0	Europe/Berlin	50.3162	10.22476		Bad Neuhaus,Bad Neuhaus an der Saale		02	096	09673	09673114
2953638	Bachhorn	bachhorn	DE		0	Europe/Berlin	48.55343	11.99436				02	092	09274	09274194
2953648	Bachheim	bachheim	DE		0	Europe/Berlin	47.85916	8.40292		Bachheim		01	083	08315	08315070
2953392	Bad Neuenahr	bad-neuenahr	DE		0	Europe/Berlin	50.54484	7.13386		Bad Neuenahr		08	00	07131	07131007
2953398	Bad Münstereifel	bad-muenstereifel	DE		19051	Europe/Berlin	50.55667	6.76424		Bad Minsterajfel,Bad Muenstereifel,Bad Munstereifel,Bad Münstereifel,Bad-Mjunsterajfel',Munstereifel,Münstereifel,ba te ming si te ai fei er,bad mwnstr ayfl,bad mwnstrrayfl,bateumwinseuteoaipel,Бад Минстерајфел,Бад-Мюнстерайфель,باد مونستر آيفل,باد مونستررایفل,巴特明斯特艾费尔,바트뮌스터아이펠		07	053	05366	05366004
2953399	Bad Münster am Stein-Ebernburg	bad-muenster-am-stein-ebernburg	DE		3940	Europe/Berlin	49.81159	7.84523		Bad Minster am Shtajn-Ebernburg,Bad Munster,Bad Munster am Stein-Ebernburg,Bad Munster-Ebernburg,Bad Münster,Bad Münster am Stein-Ebernburg,Bad Münster-Ebernburg,Bad-Mjunster-na-Shtajn-Ehbernburge,Ebernburg,bad mwnsr an dr ashtayn-arnbwrg,bad mwnstr am shtayn-abrnbwrgh,shi tai yin-ai bo en bao de qu ba te ming si te,Бад Минстер ам Штајн-Ебернбург,Бад-Мюнстер-на-Штайн-Эбернбурге,Штайн-Эбернбургдагы Бад-Мүнстөр,باد مونستر آم شتاين-إبرنبورغ,باد مونسر آن در اشتاین-ارنبورگ,施泰因-埃伯恩堡地区巴特明斯特		08	00	07133	07133006
2953400	Bad Münder am Deister	bad-muender-am-deister	DE		18726	Europe/Berlin	52.19551	9.46421		Bad Minder am Dajster,Bad Muender,Bad Munder,Bad Munder am Deister,Bad Münder,Bad Münder am Deister,Bad-Mjunder-am-Dajster,Munder am Deister,Munimeri,Münder am Deister,bad mwndr,bad mwndr an dr daystr,dai si te er shan lu ba de ming de er,mundera,Бад Миндер ам Дајстер,Бад-Мюндер-ам-Дайстер,باد موندر,باد موندر آن در دایستر,मुंडेर,バート・ミュンダー・アム・ダイスター,代斯特尔山麓巴德明德尔		06	00	03252	03252002
2953403	Bad Meinberg	bad-meinberg	DE		4636	Europe/Berlin	51.89588	8.98313		curia Meginbergen [a. 978]		07	057	05766	05766032
2953406	Bad Linda	bad-linda	DE		0	Europe/Berlin	50.57817	11.97147		Bad Linda,Erholff Bad Linda		13	00	14523	14523310
2953412	Bad Lauchstädt	bad-lauchstaedt	DE		5018	Europe/Berlin	51.38652	11.86956		Bad Lauchstadt,Bad Lauchstaedt,Bad Lauchstedt,Bad Lauchstädt,Bad Laukhshtet,Bad-Laukhshtedt,Bad-Laukstedt,Lauchstadt,Lauchstaedt,ba te lao he shi tai te,bad lawkhshtyt,Бад Лаухштет,Бад-Лаукстедт,Бад-Лаухштедт,باد لاوخشتيت,باد لواخ‌اشتت,巴特劳赫施泰特		14	00	15088	15088025
2953650	Bachhauserfilz	bachhauserfilz	DE		0	Europe/Berlin	47.94797	11.39896		Bachhauserwies		02	091	09188	09188113
2953651	Bachhäuser	bachhaeuser	DE		0	Europe/Berlin	50.58127	12.18128				13	00	14523	14523330
2953417	Bad Köstritz	bad-koestritz	DE		3924	Europe/Berlin	50.93032	12.01005		Bad Kestric,Bad Koestritz,Bad Kostritz,Bad Köstritz,Bad-Kjostric,Bad-Kjostryc,Kostritz,Köstritz,ba te ke si te li ci,bad kwstryts,bad kwstrytz,Бад Кестриц,Бад-Кёстриц,Бад-Кёстрыц,Бад-Көстриц,باد كوستريتس,باد کوستریتز,巴特克斯特里茨		15	00	16076	16076003
2953418	Bad Kösen	bad-koesen	DE		5522	Europe/Berlin	51.13431	11.72203		Bad Kezen,Bad Kosen,Bad Kösen,Bad-Kjozen,Cusne,Kosen,Kösen,Бад Кезен,Бад-Кёзен,Бад-Көзен,バート・ケーゼン		14	00	15084	15084355
2953419	Bad König	bad-koenig	DE		9687	Europe/Berlin	49.7432	9.0075		Bad K'onig,Bad Kenig,Bad Koenig,Bad Konig,Bad König,Bad-Kenig,Bad-Kjonig,Konig,König,ba te ke ni xi,bad kwnygh,bad kwnysh,Бад Кениг,Бад Кьониг,Бад-Кеніг,Бад-Кёниг,Бад-Кёніг,Бад-Көниг,باد كونيغ,باد کونیش,バート・ケーニヒ,巴特柯尼希		05	064	06437	06437001
2953429	Bad Imnau	bad-imnau	DE		0	Europe/Berlin	48.40362	8.77748				01	084	08417	08417025
2953431	Badhütten	badhutten	DE		0	Europe/Berlin	47.63333	9.65		Bad Laimnau,Badhutten,Badhütten		01	084	08435	08435057
2953432	Badhöring	badhoring	DE		0	Europe/Berlin	48.1792	12.82054		Badhoring,Badhöring		02	091	09171	09171124
2953433	Bad Hopfenberg	bad-hopfenberg	DE		0	Europe/Berlin	52.3871	8.96466		Bad Hopfenberg,Hopfenberg		07	057	05770	05770028
2953434	Bad Hönningen	bad-hoenningen	DE		5772	Europe/Berlin	50.51689	7.31195		Bad Hoenningen,Bad Honningen,Bad Hönningen,Bad Kheningen,Bad-Khjonningen,Honningen,Hönningen,ba te heng ning gen,bad hwnynghn,bad hwnyngn,Бад Хенинген,Бад-Хённинген,Бад-Хөннинген,باد هونينغن,باد هونینگن,バート・ヘニンゲン,巴特亨宁根		08	00	07138	07138004
2953436	Bad Homburg vor der Höhe	bad-homburg-vor-der-hoehe	DE		51859	Europe/Berlin	50.22683	8.61816		Bad Homburg,Bad Homburg v.d. Hoehe,Bad Homburg v.d. Höhe,Bad Homburg vor der Hoehe,Bad Homburg vor der Höhe,Bad Khomburg,Bad-Gomburg,Bad-Khomburg,Bant Chompournk,Homburg vor der Hohe,Homburg vor der Höhe,ba te hong bao,bad h xm bur kf xrde xr hex xex,bad hwmbwrg fwr dr hwhh,bateuhombuleukeupo-eodeeohoee,Μπαντ Χόμπουργκ,Бад Хомбург,Бад-Гомбург,Бад-Хомбург,באד הומבורג,باد هومبورگ فور در هوهه,บัดฮอมบูร์กฟอร์เดอร์เฮอเออ,巴特洪堡,바트홈부르크포어데어회에	06434	05	064	06434	06434001
2953437	Bad Höhenstadt	bad-hohenstadt	DE		0	Europe/Berlin	48.50108	13.31964		Bad Hohenstadt,Bad Höhenstadt,Hohenstadt,Höhenstadt		02	092	09275	09275122
2953442	Bad Helmstedt	bad-helmstedt	DE		0	Europe/Berlin	52.23653	11.06581				06	00	03154	03154028
2953446	Badhaus	badhaus	DE		0	Europe/Berlin	48.01667	9.9				01	084	08426	08426113
2953447	Badhaus	badhaus	DE		0	Europe/Berlin	47.99405	9.57543				01	084	08436	08436093
2953450	Bad Hamm	bad-hamm	DE		0	Europe/Berlin	51.69193	7.84432				07	059	05915	05915000
2953451	Bad Grund	bad-grund	DE		2393	Europe/Berlin	51.81021	10.23694	295	Bad Grund,Bad-Grund,ba te ge lun de,bad ghrwnd,bad grwnd,Бад Грунд,Бад-Грунд,باد غروند,باد گروند,巴特格伦德		06	00	03159	03159002
2953452	Bad Griesbach	bad-griesbach	DE		0	Europe/Berlin	48.45041	8.23494		Griesbach		01	083	08317	08317008
2953453	Bad Gottleuba	bad-gottleuba	DE		0	Europe/Berlin	50.85288	13.94378		Bad Gottleuba,Bad Gottleuba-Berggiesshuebel,Bad Gottleuba-Berggießhübel,Gottleuba		13	00	14628	14628020
2953454	Bad Gögging	bad-gogging	DE		0	Europe/Berlin	48.82182	11.78254		Bad Goegging,Bad Gogging,Bad Gögging		02	092	09273	09273152
2953455	Bad Godesberg	bad-godesberg	DE		0	Europe/Berlin	50.68457	7.15393		Bad Godesberg,Bad Godesbergas,Bad Jodesbersch,Bad-Godesberg,Bonn-Bad Godesberg,Godesberg,Mpant Nkontesmpernk,Vuodensberg,Μπαντ Γκόντεσμπεργκ,Бад-Годесберг		07	053	05314	05314000
2953461	Bad Faulenbach	bad-faulenbach	DE		0	Europe/Berlin	47.56542	10.69171		Bad Faulenbach,Faulenbach		02	097	09777	09777129
2953462	Badewitz	badewitz	DE		0	Europe/Berlin	52.02078	12.16211				14	00	15082	15082430
2953463	Badetz	badetz	DE		0	Europe/Berlin	51.93645	11.98707				14	00	15082	15082430
2953467	Badershausen	badershausen	DE		0	Europe/Berlin	48.45716	11.3778				02	091	09186	09186132
2953468	Badersfeld	badersfeld	DE		0	Europe/Berlin	48.25938	11.52005		Badersfeld		02	091	09184	09184135
2953469	Badersen	badersen	DE		0	Europe/Berlin	51.14827	13.26569		Badersen		13	00	14627	14627180
2953470	Badersee	badersee	DE		0	Europe/Berlin	47.47399	11.01481				02	091	09180	09180118
2953472	Badersdorf	badersdorf	DE		0	Europe/Berlin	48.63287	12.87194				02	092	09279	09279113
2953475	Baderitz	baderitz	DE		0	Europe/Berlin	51.221	13.01975				13	00	14730	14730200
2953476	Baderitz	baderitz	DE		0	Europe/Berlin	51.1649	13.17019				13	00	14522	14522620
2953485	Badenstedt	badenstedt	DE		0	Europe/Berlin	52.35809	9.67072				06	00	03241	03241001
2953486	Badenstedt	badenstedt	DE		0	Europe/Berlin	53.27723	9.20501				06	00	03357	03357057
2953488	Badenscheuern	badenscheuern	DE		0	Europe/Berlin	48.76667	8.21667				01	082	08211	08211000
2953496	Badenermoor	badenermoor	DE		0	Europe/Berlin	53.0325	9.11597				06	00	03361	03361001
2953500	Badendiek	badendiek	DE		0	Europe/Berlin	53.74334	12.14919				12	00	13072	13072044
2953501	Badenburg	badenburg	DE		0	Europe/Berlin	50.62885	8.69141				05	065	06531	06531005
2953502	Badenborn	badenborn	DE		0	Europe/Berlin	49.90691	6.52262				08	00	07232	07232034
2953505	Baden	baden	DE		0	Europe/Berlin	53.00272	9.08593		Baden,Badern		06	00	03361	03361001
2953506	Bademühlen	bademuehlen	DE		0	Europe/Berlin	53.29638	9.21673				06	00	03357	03357057
2953511	Badeleben	badeleben	DE		0	Europe/Berlin	52.14634	11.12537		Badeleben,Badelegen,Bodenleve		14	00	15083	15083515
2953512	Badelachen	badelachen	DE		0	Europe/Berlin	50.82964	10.03768				15	00	16063	16063082
2953514	Badekow	badekow	DE		0	Europe/Berlin	53.42078	10.77562		Badekow		12	00	13076	13076054
2953515	Bad Einsiedel	bad-einsiedel	DE		0	Europe/Berlin	50.64662	13.48572		Bad Einsiedel		13	00	14521	14521570
2953517	Badegow	badegow	DE		0	Europe/Berlin	53.56729	11.77786				12	00	13076	13076025
2953518	Badeborn	badeborn	DE		0	Europe/Berlin	51.76428	11.24215		Badeborn		14	00	15085	15085040
2953521	Bad Dürrenberg	bad-duerrenberg	DE		11479	Europe/Berlin	51.29545	12.06583		Bad Direnberg,Bad Duerrenberg,Bad Durrenberg,Bad Dürrenberg,Bad-Djurrenberg,Durrenberg,Dürrenberg,ba te di lun bei ge,bad dwrnbrg,bad dwrnbrgh,Бад Диренберг,Бад-Дюрренберг,باد دورنبرغ,باد دورنبرگ,巴特迪伦贝格		14	00	15088	15088020
2953522	Bad Dürkheim	bad-duerkheim	DE		18698	Europe/Berlin	49.4618	8.17236		Bad Dirkkhajm,Bad Djurkkhajm,Bad Duerkheim,Bad Durkheim,Bad Dürkheim,Bad-Djurkkhajm,Derkem,Durkheim,Dürkheim,ba te di ke hai mu,bad dwrkhaym,Бад Диркхајм,Бад Дюркхайм,Бад-Дюркхайм,Бад-Дүркхайм,باد دوركهايم,باد دورک‌هایم,バート・デュルクハイム,巴特迪克海姆	07332	08	00	07332	07332002
2953524	Bad Düben	bad-dueben	DE		8998	Europe/Berlin	51.59174	12.58492		Bad Diben,Bad Duben,Bad Dueben,Bad Düben,Bad-Djuben,Badibene,Bādībene,Duben,Düben,ba te di ben,bad dwbn,Бад Дибен,Бад-Дюбен,باد دوبن,巴特迪本		13	00	14730	14730020
2953532	Bad Colberg	bad-colberg	DE		0	Europe/Berlin	50.27431	10.79956		Bad Colberg,Colberg		15	00	16069	16069063
2953533	Bad Cannstatt	bad-cannstatt	DE		0	Europe/Berlin	48.8048	9.2145		Bad Canstadt,Bad-Cannstadt,Cannstatt		01	081	08111	08111000
2953539	Bad Boll	bad-boll	DE		0	Europe/Berlin	48.63974	9.60003		Bad Bol,Boll,Boll',ba de bo er,Бад Бол,Болль,באד בול,巴德博尔		01	081	08117	08117012
2953551	Badberg	badberg	DE		0	Europe/Berlin	48.24567	12.08521				02	091	09177	09177127
2953554	Bad Au	bad-au	DE		0	Europe/Berlin	47.46229	10.28407		Au,Bad Au		02	097	09780	09780121
2953555	Bad Antogast	bad-antogast	DE		0	Europe/Berlin	48.47305	8.22488		Bad Antogast,Bad Autogast		01	083	08317	08317098
2953556	Badanhausen	badanhausen	DE		0	Europe/Berlin	49.01721	11.44409				02	091	09176	09176137
2953557	Bad Altensberg	bad-altensberg	DE		0	Europe/Berlin	47.63333	9.98333				02	097	09776	09776112
2953560	Bad	bad	DE		0	Europe/Berlin	47.63333	9.83333				02	097	09776	09776122
2953561	Backum	backum	DE		0	Europe/Berlin	51.60841	7.13563		Bachum,Backum		07	055	05562	05562020
2953562	Backtrog	backtrog	DE		0	Europe/Berlin	50.45638	9.86273				05	066	06631	06631010
2953570	Backleben	backleben	DE		0	Europe/Berlin	51.19906	11.28582		Backleben		15	00	16068	16068034
2953571	Backhaus	backhaus	DE		0	Europe/Berlin	50.82412	7.88298				08	00	07132	07132063
2953573	Bäckerreut	backerreut	DE		0	Europe/Berlin	48.61244	13.41559				02	092	09275	09275151
2953574	Baekern	baekern	DE		0	Europe/Berlin	53.10299	11.44619		Backern,Baekern,Bakern,Bäckern,Bäkern		11	00	12070	12070244
2953579	Bäcker	backer	DE		0	Europe/Berlin	47.60471	11.46962				02	091	09173	09173131
2953580	Backenswarft	backenswarft	DE		0	Europe/Berlin	54.57549	8.55233				10	00	01054	01054050
2953587	Backemoor	backemoor	DE		0	Europe/Berlin	53.187	7.52355				06	00	03457	03457018
2953590	Bachzimmern	bachzimmern	DE		0	Europe/Berlin	47.95792	8.70479		Bachzimmern		01	083	08327	08327025
2953595	Bach und Altenberg	bach-und-altenberg	DE		0	Europe/Berlin	48.31667	8.43333				01	083	08325	08325001
2953597	Bachum	bachum	DE		0	Europe/Berlin	51.46263	7.92885		Bachum		07	059	05958	05958004
2953600	Bachtels	bachtels	DE		0	Europe/Berlin	47.76157	10.1968				02	097	09780	09780146
2953602	Bachtel	bachtel	DE		0	Europe/Berlin	47.69532	10.35445				02	097	09780	09780120
2953603	Bachtel	bachtel	DE		0	Europe/Berlin	47.65275	10.49208		Bachte,Bachtel		02	097	09780	09780128
2953605	Bachtal	bachtal	DE		0	Europe/Berlin	47.7332	10.69949		Bachtal,Bachthal		02	097	09777	09777171
2953607	Bachstedt	bachstedt	DE		0	Europe/Berlin	51.0641	11.19025		Bachstedt,Bacsteden [a. 1144],Baksteti		15	00	16068	16068036
2953610	Bachrain	bachrain	DE		0	Europe/Berlin	50.53869	9.70805				05	066	06631	06631017
2953611	Bachra	bachra	DE		0	Europe/Berlin	51.19761	11.36009		Bachra		15	00	16068	16068042
2953613	Bachmehring	bachmehring	DE		0	Europe/Berlin	48.04578	12.23894				02	091	09187	09187126
2953615	Bachmaierholz	bachmaierholz	DE		0	Europe/Berlin	49.20165	12.84925				02	093	09372	09372137
2953620	Bächlingen	bachlingen	DE		0	Europe/Berlin	49.24583	9.84806		Bachlingen,Bächlingen		01	081	08127	08127047
2953621	Bachling	bachling	DE		0	Europe/Berlin	48.68659	12.8636				02	092	09271	09271152
2953622	Bachlern	bachlern	DE		0	Europe/Berlin	49.11689	12.93465				02	092	09276	09276144
2953624	Bachleiten	bachleiten	DE		0	Europe/Berlin	49.02962	11.88375				02	093	09375	09375127
2953625	Bachleiten	bachleiten	DE		0	Europe/Berlin	48.30625	12.60169				02	091	09171	09171127
2953626	Bachleiten	bachleiten	DE		0	Europe/Berlin	48.21919	12.04882				02	091	09177	09177123
2953629	Bächlein	bachlein	DE		0	Europe/Berlin	50.26434	11.23968				02	094	09476	09476154
2953632	Bachl	bachl	DE		0	Europe/Berlin	48.81005	11.94763				02	092	09273	09273165
2953652	Bachhausen	bachhausen	DE		0	Europe/Berlin	49.15768	11.4172				02	093	09373	09373146
2953653	Bachhausen	bachhausen	DE		0	Europe/Berlin	48.6489	12.62037				02	092	09279	09279125
2953654	Bachhausen	bachhausen	DE		0	Europe/Berlin	47.95677	11.3887				02	091	09188	09188113
2953655	Bachhaupten	bachhaupten	DE		0	Europe/Berlin	47.98246	9.42887		Bachhaupten		01	084	08437	08437086
2953656	Bachham	bachham	DE		0	Europe/Berlin	48.52389	12.60959				02	092	09279	09279134
2953657	Bachham	bachham	DE		0	Europe/Berlin	48.48627	12.8223				02	092	09277	09277144
2953658	Bachham	bachham	DE		0	Europe/Berlin	48.36113	12.86152				02	092	09277	09277153
2953659	Bachham	bachham	DE		0	Europe/Berlin	47.84629	12.31734				02	091	09187	09187162
2953667	Bachetsfeld	bachetsfeld	DE		0	Europe/Berlin	49.48859	11.64963				02	093	09371	09371131
2953670	Bachern	bachern	DE		0	Europe/Berlin	48.31047	11.04458				02	097	09771	09771130
2953671	Bachern	bachern	DE		0	Europe/Berlin	48.06265	11.16357		Bachlach		02	091	09188	09188126
2953675	Bachere	bachere	DE		0	Europe/Berlin	48.21009	8.07022				01	083	08316	08316010
2953680	Bachenhausen	bachenhausen	DE		0	Europe/Berlin	48.36102	11.53557				02	091	09178	09178123
2953681	Bachenbrock	bachenbrock	DE		0	Europe/Berlin	53.57764	9.57059				06	00	03359	03359039
2953684	Bächen	bachen	DE		0	Europe/Berlin	47.78333	9.33333				01	084	08435	08435052
2953688	Bachem	bachem	DE		0	Europe/Berlin	50.90025	6.82119		Bachem		07	053	05362	05362024
2953689	Bachem	bachem	DE		0	Europe/Berlin	50.5399	7.11336		Bachem		08	00	07131	07131007
2953690	Bachem	bachem	DE		0	Europe/Berlin	49.47776	6.70467		Bachem		09	00	10042	10042112
2953695	Bachbügl	bachbugl	DE		0	Europe/Berlin	49.23298	12.19658				02	093	09376	09376149
2953703	Bachappen	bachappen	DE		0	Europe/Berlin	48.56881	11.50862				02	091	09186	09186143
2953705	Bach	bach	DE		0	Europe/Berlin	51.89196	7.65266				07	055	05515	05515000
2953706	Bach	bach	DE		0	Europe/Berlin	51.31688	12.73607				13	00	14729	14729030
2953707	Bach	bach	DE		0	Europe/Berlin	51.1	6.05				07	053	05370	05370032
2953708	Bach	bach	DE		0	Europe/Berlin	50.78921	7.64952				07	053	05382	05382076
2953709	Bach	bach	DE		0	Europe/Berlin	50.76366	7.40418				07	053	05382	05382016
2953710	Bach	bach	DE		0	Europe/Berlin	50.65645	7.99036				08	00	07143	07143277
2953711	Bach	bach	DE		0	Europe/Berlin	49.8054	12.10745				02	093	09374	09374168
2953712	Bach	bach	DE		1759	Europe/Berlin	49.4	12.38333		Bach		02	093	09376	09376122
2953713	Bach	bach	DE		0	Europe/Berlin	49.12972	12.96035				02	092	09276	09276113
2953714	Bach	bach	DE		0	Europe/Berlin	48.65754	8.16662				01	082	08216	08216007
2953715	Bach	bach	DE		0	Europe/Berlin	48.53564	10.92005				02	097	09771	09771169
2953716	Bach	bach	DE		0	Europe/Berlin	48.35887	12.19769				02	091	09177	09177139
2953717	Bach	bach	DE		0	Europe/Berlin	48.34975	13.23887				02	092	09275	09275130
2953718	Bach	bach	DE		0	Europe/Berlin	48.33038	9.85187		Bach		01	084	08425	08425039
2953719	Bach	bach	DE		0	Europe/Berlin	47.99811	11.97737				02	091	09175	09175112
2953721	Bach	bach	DE		0	Europe/Berlin	47.91867	12.05788				02	091	09187	09187137
2953722	Bach	bach	DE		0	Europe/Berlin	47.8657	12.30037				02	091	09187	09187168
2953723	Bach	bach	DE		0	Europe/Berlin	47.85	12.35				02	091	09187	09187162
2953724	Bach	bach	DE		0	Europe/Berlin	47.78121	11.90038				02	091	09182	09182123
2953725	Bach	bach	DE		0	Europe/Berlin	47.78248	11.8209				02	091	09182	09182125
2953726	Bach	bach	DE		0	Europe/Berlin	47.75713	12.31267				02	091	09187	09187114
2953727	Bach	bach	DE		0	Europe/Berlin	47.73333	11.53333				02	091	09173	09173145
2953728	Bach	bach	DE		0	Europe/Berlin	47.7	9.86667				01	084	08436	08436081
2953729	Bach	bach	DE		0	Europe/Berlin	47.63333	7.96667				01	083	08337	08337090
2953736	Bach	bach	DE		0	Europe/Berlin	48.30034	12.51874				02	091	09183	09183130
2953746	Baccum	baccum	DE		0	Europe/Berlin	52.51399	7.4068		Baccum		06	00	03454	03454032
2953747	Babstadt	babstadt	DE		0	Europe/Berlin	49.24257	9.0561		Babstadt		01	081	08125	08125006
2953748	Babst	babst	DE		0	Europe/Berlin	53.89037	11.7431		Babst		12	00	13074	13074023
2953750	Babow	babow	DE		0	Europe/Berlin	51.79268	14.14094		Babow,Bobow		11	00	12071	12071244
2953754	Babke	babke	DE		0	Europe/Berlin	53.3611	12.88868				12	00	13071	13071099
2953757	Babisnau	babisnau	DE		0	Europe/Berlin	50.97443	13.76038				13	00	14628	14628220
2953758	Babing	babing	DE		0	Europe/Berlin	48.35828	12.23531				02	092	09274	09274183
2953759	Babing	babing	DE		0	Europe/Berlin	48.29483	12.84848				02	092	09277	09277154
2953762	Babilon	babilon	DE		0	Europe/Berlin	49.931	11.88186				02	093	09377	09377133
2953763	Babetsberg	babetsberg	DE		0	Europe/Berlin	49.0847	11.92331				02	093	09375	09375122
2953769	Babenried	babenried	DE		0	Europe/Berlin	48.16755	11.16496				02	091	09179	09179132
2953775	Babelsberg	babelsberg	DE		0	Europe/Berlin	52.39322	13.0955		Babel'sberg,Babelsberg,Neubabelsberg,babelseubeleukeu,baberusuberuku,Бабелсберг,Бабельсберг,バーベルスベルク,바벨스베르크		11	00	12054	12054000
2953776	Bäbelitz	baebelitz	DE		0	Europe/Berlin	54.01765	12.69659				12	00	13072	13072010
2953777	Bäbelin	baebelin	DE		0	Europe/Berlin	53.93326	11.70386				12	00	13074	13074091
2953778	Babekuhl	babekuhl	DE		0	Europe/Berlin	53.07259	11.6239				11	00	12070	12070236
2953779	Babe	babe	DE		0	Europe/Berlin	52.8092	12.31052				11	00	12068	12068324
2953780	Babbenhausen	babbenhausen	DE		0	Europe/Berlin	52.19556	8.84684				07	057	05770	05770004
2953785	Baaste	baaste	DE		0	Europe/Berlin	53.44733	9.31969				06	00	03357	03357014
2953786	Baasem	baasem	DE		0	Europe/Berlin	50.37104	6.4944		Baasem		07	053	05366	05366012
2953790	Baarz	baarz	DE		0	Europe/Berlin	53.10165	11.27924		Baarz		11	00	12070	12070246
2953792	Baarsen	baarsen	DE		0	Europe/Berlin	51.94522	9.32224				06	00	03252	03252003
2953793	Baarsdorf	baarsdorf	DE		0	Europe/Berlin	51.23523	14.80539		Baarsdorf,Nieder Seifersdorf-Baarsdorf		13	00	14626	14626580
2953796	Baars	baars	DE		0	Europe/Berlin	52.75447	11.22532		Baars		14	00	15081	15081026
2953804	Baalsdorf	baalsdorf	DE		0	Europe/Berlin	51.32342	12.48021				13	00	14713	14713000
2953809	Baalborn	baalborn	DE		0	Europe/Berlin	49.50148	7.83656				08	00	07335	07335026
2953812	Baal	baal	DE		0	Europe/Berlin	51.61141	6.13205				07	051	05154	05154064
2953813	Baal	baal	DE		0	Europe/Berlin	51.03334	6.28191		Baal		07	053	05370	05370020
2953815	Baak	baak	DE		0	Europe/Berlin	51.4126	7.16946		Baak,Winz-Baak		07	059	05954	05954016
2953816	Baadenberg	baadenberg	DE		0	Europe/Berlin	50.98815	6.84262		Baadenberg		07	053	05362	05362036
2953817	Baad	baad	DE		0	Europe/Berlin	49.62086	11.13312				02	094	09474	09474154
2953818	Baad	baad	DE		0	Europe/Berlin	49.08333	9.55				01	081	08127	08127052
2953819	Baach	baach	DE		0	Europe/Berlin	48.87936	9.43288				01	081	08119	08119085
2953820	Baach	baach	DE		0	Europe/Berlin	48.76603	9.41975				01	081	08119	08119091
2953821	Baach	baach	DE		0	Europe/Berlin	48.22636	9.48073				01	084	08415	08415085
2953822	Azmannsdorf	azmannsdorf	DE		0	Europe/Berlin	50.98854	11.10572		Azmannsdorf		15	00	16051	16051000
2953823	Azenweiler	azenweiler	DE		0	Europe/Berlin	47.80271	9.40955				01	084	08435	08435067
2953824	Azendorf	azendorf	DE		0	Europe/Berlin	50.02735	11.30412				02	094	09477	09477124
2953826	Ayrhof	ayrhof	DE		0	Europe/Berlin	49.04449	12.93455				02	092	09276	09276128
2953827	Aylsdorf	aylsdorf	DE		0	Europe/Berlin	51.06599	12.14102		Aylsdorf		14	00	15084	15084590
2953830	Ayenwolde	ayenwolde	DE		0	Europe/Berlin	53.34644	7.45839				06	00	03457	03457014
2953831	Ay	ay	DE		0	Europe/Berlin	48.32841	10.03009				02	097	09775	09775152
2953832	Ay	ay	DE		0	Europe/Berlin	47.67357	8.17632				01	083	08337	08337118
2953833	Axtheid-Berg	axtheid-berg	DE		0	Europe/Berlin	49.62134	11.82048		Axtheid,Axtheid-Berg		02	093	09371	09371156
2953835	Axtham	axtham	DE		0	Europe/Berlin	48.07446	12.41448				02	091	09189	09189142
2953836	Axtbrunn	axtbrunn	DE		0	Europe/Berlin	48.53923	10.99534				02	097	09771	09771155
2953844	Axendorf	axendorf	DE		0	Europe/Berlin	54.33333	8.9				10	00	01054	01054072
2953849	Axelshof	axelshof	DE		0	Europe/Berlin	53.76882	12.86659				12	00	13071	13071084
2953850	Axdorf	axdorf	DE		0	Europe/Berlin	47.85109	12.6179				02	091	09189	09189155
2953851	Awengen	awengen	DE		0	Europe/Berlin	48.01667	9.83333				01	084	08426	08426038
2953854	Averhoy	averhoy	DE		0	Europe/Berlin	52.56206	9.53682				06	00	03241	03241012
2953855	Averfleth	averfleth	DE		0	Europe/Berlin	53.94189	9.31781				10	00	01061	01061119
2953857	Averfehrden	averfehrden	DE		0	Europe/Berlin	52.08527	7.96676				06	00	03459	03459034
2953858	Averesch	averesch	DE		0	Europe/Berlin	52.10901	6.95999				07	055	05554	05554004
2953859	Averdung	averdung	DE		0	Europe/Berlin	51.81667	7.78333		Averdung,Averdunk		07	055	05570	05570016
2953860	Averbruch	averbruch	DE		0	Europe/Berlin	51.54941	6.74805		Averbruch		07	051	05170	05170008
2953862	Averbeck	averbeck	DE		0	Europe/Berlin	52.10474	7.1174				07	055	05554	05554024
2953864	Avenwedde	avenwedde	DE		0	Europe/Berlin	51.93473	8.44393				07	057	05754	05754008
2953867	Avensermoor	avensermoor	DE		0	Europe/Berlin	53.27071	9.60523				06	00	03353	03353018
2953868	Avenriep	avenriep	DE		0	Europe/Berlin	52.9445	9.74607				06	00	03358	03358008
2953872	Avendshausen	avendshausen	DE		0	Europe/Berlin	51.84815	9.78918				06	00	03155	03155013
2953874	Avendorf	avendorf	DE		0	Europe/Berlin	54.41746	11.13781		Avendorf		10	00	01055	01055046
2953875	Avendorf	avendorf	DE		0	Europe/Berlin	53.38584	10.45418				06	00	03353	03353033
2953877	Domäne Avelsbach	domaene-avelsbach	DE		0	Europe/Berlin	49.7541	6.69145		Avelsbach		08	00	07211	07211000
2953878	Ave	ave	DE		0	Europe/Berlin	53.51255	13.01897				12	00	13071	13071115
2953885	Auwelt	auwelt	DE		0	Europe/Berlin	51.5606	6.20723				07	051	05154	05154032
2953886	Auwel	auwel	DE		0	Europe/Berlin	51.46142	6.24557				07	051	05154	05154052
2953887	Auweiler	auweiler	DE		0	Europe/Berlin	51.00319	6.8533				07	053	05315	05315000
2953894	Auw	auw	DE		677	Europe/Berlin	50.3008	6.33859		Auw		08	00	07232	07232202
2953895	Auw	auw	DE		0	Europe/Berlin	49.90173	6.61464		Aue,Auw		08	00	07232	07232006
2953896	Auvorm Wald	auvorm-wald	DE		0	Europe/Berlin	48.95793	12.73775				02	092	09278	09278139
2953898	Auttagershofen	auttagershofen	DE		0	Europe/Berlin	48.19739	10.02202				01	084	08426	08426125
2953902	Autishof	autishof	DE		0	Europe/Berlin	49.95753	7.73797				08	00	07133	07133095
2953904	Authausen	authausen	DE		0	Europe/Berlin	51.59286	12.67925				13	00	14730	14730160
2953905	Auterwitz	auterwitz	DE		0	Europe/Berlin	51.15905	13.19787				13	00	14522	14522620
2953910	Autenzell	autenzell	DE		0	Europe/Berlin	48.51415	11.27072				02	091	09185	09185113
2953911	Autenweiler	autenweiler	DE		0	Europe/Berlin	47.73716	9.37508				01	084	08435	08435034
2953914	Autenried	autenried	DE		0	Europe/Berlin	48.36473	10.25195				02	097	09774	09774143
2953915	Autenried	autenried	DE		0	Europe/Berlin	47.81677	10.44557				02	097	09777	09777138
2953916	Autenhausen	autenhausen	DE		0	Europe/Berlin	50.23924	10.78483		Autenhausen		02	094	09473	09473165
2953917	Autengrün	autengrun	DE		0	Europe/Berlin	50.25429	11.90583				02	094	09475	09475158
2953919	Austum	austum	DE		0	Europe/Berlin	52.16207	7.56905				07	055	05566	05566008
2953925	Austen	austen	DE		0	Europe/Berlin	52.80788	8.47626				06	00	03458	03458002
2953927	Außig	aussig	DE		0	Europe/Berlin	51.40574	13.19159				13	00	14730	14730050
2953929	Außerurberg	ausserurberg	DE		0	Europe/Berlin	47.73333	8.13333				01	083	08337	08337027
2953930	Außertal	aussertal	DE		0	Europe/Berlin	47.78333	8.05		Aussertal,Außertal,Bernau-Aussertal,Bernau-Außertal		01	083	08337	08337013
2953931	Außerrötzing	ausserrotzing	DE		0	Europe/Berlin	48.73425	13.23801				02	092	09271	09271114
2953933	Außernbrünst	aussernbrunst	DE		0	Europe/Berlin	48.71792	13.53627				02	092	09272	09272141
2953935	Außerlengenwang	ausserlengenwang	DE		0	Europe/Berlin	47.70701	10.59698				02	097	09777	09777149
2953936	Ausserleithen	ausserleithen	DE		0	Europe/Berlin	49.89736	11.39094				02	094	09472	09472167
2953937	Außerlandholz	ausserlandholz	DE		0	Europe/Berlin	47.82793	10.14512				02	097	09778	09778165
2953939	Außerirlach	ausserirlach	DE		0	Europe/Berlin	48.91642	12.87089				02	092	09271	09271116
2953940	Ausserhienthal	ausserhienthal	DE		0	Europe/Berlin	48.79314	12.56785				02	092	09278	09278182
2953941	Äußer-Fröhnd	ausser-frohnd	DE		0	Europe/Berlin	47.7	8.08333				01	083	08337	08337027
2953942	Äußeres Hecheln	ausseres-hecheln	DE		0	Europe/Berlin	47.91393	8.99102				01	083	08335	08335057
2953944	Äußerer Vogelsberg	ausserer-vogelsberg	DE		0	Europe/Berlin	48.38729	8.45113				01	082	08237	08237045
2953946	Äusserer Pfitzhof	ausserer-pfitzhof	DE		0	Europe/Berlin	49.28933	9.4564				01	081	08125	08125048
2953947	Äußerer Kitzinghof	ausserer-kitzinghof	DE		0	Europe/Berlin	48.75559	9.92731				01	081	08136	08136007
2953956	Außenried	aussenried	DE		0	Europe/Berlin	49.01513	13.1896				02	092	09276	09276129
2953961	Außen	aussen	DE		0	Europe/Berlin	49.44646	6.84441				09	00	10044	10044117
2953965	Ausnang	ausnang	DE		0	Europe/Berlin	47.82615	10.09791				01	084	08436	08436055
2953971	Aushofen	aushofen	DE		0	Europe/Berlin	48.27974	12.73351				02	091	09171	09171129
2953973	Ausham	ausham	DE		0	Europe/Berlin	48.51299	13.27559				02	092	09275	09275122
2953976	Auschkowitz	auschkowitz	DE		0	Europe/Berlin	51.20796	14.25167		Wuckecy,Wučkecy		13	00	14625	14625060
2953977	Auschet	auschet	DE		0	Europe/Berlin	49.47785	6.85115				09	00	10044	10044117
2953978	Ausbüttel	ausbuettel	DE		0	Europe/Berlin	52.43048	10.53417		Asedesbuttele [a. 1383]		06	00	03151	03151022
2953979	Ausbergen	ausbergen	DE		0	Europe/Berlin	52.19411	8.23784				06	00	03459	03459024
2953980	Ausbau Dollan	ausbau-dollan	DE		0	Europe/Berlin	51.59773	14.26018		Dolan,Dolań		11	00	12071	12071372
2953981	Ausbäck	ausback	DE		0	Europe/Berlin	48.33194	13.21511				02	092	09275	09275130
2953983	Ausbach	ausbach	DE		0	Europe/Berlin	50.84505	9.91189		Ausbach		05	066	06632	06632010
2953984	Ausbach	ausbach	DE		0	Europe/Berlin	48.39917	13.27728				02	092	09275	09275141
2953986	Ausackerwesterholz	ausackerwesterholz	DE		0	Europe/Berlin	54.73333	9.56667				10	00	01059	01059103
2953987	Ausackerholz	ausackerholz	DE		0	Europe/Berlin	54.72627	9.59271				10	00	01059	01059103
2953988	Ausackerbrück	ausackerbrueck	DE		0	Europe/Berlin	54.71667	9.6				10	00	01059	01059161
2953992	Aurolfing	aurolfing	DE		0	Europe/Berlin	48.43162	12.57702				02	092	09277	09277121
2953994	Aurlfing	aurlfing	DE		0	Europe/Berlin	48.33891	11.9957				02	091	09177	09177113
2953995	Auritz	auritz	DE		0	Europe/Berlin	51.17136	14.4676		Auritz,Jenkwitz-Auritz,Wuricy		13	00	14625	14625020
2953996	Aurith	aurith	DE		0	Europe/Berlin	52.24073	14.70091				11	00	12067	12067552
2953997	Auringen	auringen	DE		0	Europe/Berlin	50.12396	8.32532				05	064	06414	06414000
2954000	Aurich-Oldendorf	aurich-oldendorf	DE		0	Europe/Berlin	53.41569	7.6016				06	00	03452	03452006
2954001	Auricher Wiesmoor Zwei	auricher-wiesmoor-zwei	DE		0	Europe/Berlin	53.40622	7.69272				06	00	03452	03452025
2954003	Auricher Wiesmoor Eins	auricher-wiesmoor-eins	DE		0	Europe/Berlin	53.47413	7.65968				06	00	03452	03452001
2954008	Auretzdorf	auretzdorf	DE		0	Europe/Berlin	48.68544	13.46989				02	092	09275	09275128
2954009	Auretsdobl	auretsdobl	DE		0	Europe/Berlin	48.34815	13.20445				02	092	09275	09275143
2954010	Aurau	aurau	DE		0	Europe/Berlin	49.24674	11.02195				02	095	09576	09576117
2954011	Auras	auras	DE		0	Europe/Berlin	51.66571	14.28479		Auras,Huraz		11	00	12071	12071057
2954027	Aupitz	aupitz	DE		0	Europe/Berlin	51.17442	12.03831				14	00	15084	15084235
2954029	Aunkofen	aunkofen	DE		0	Europe/Berlin	48.81706	11.83346		Aunkofen		02	092	09273	09273111
2954030	Aunkofen	aunkofen	DE		0	Europe/Berlin	48.5565	12.58495				02	092	09279	09279126
2954031	Aunkirchen	aunkirchen	DE		0	Europe/Berlin	48.59889	13.13139		Aunkirchen		02	092	09275	09275154
2954032	Aunham	aunham	DE		0	Europe/Berlin	48.446	13.07755				02	092	09277	09277113
2954033	Aunham	aunham	DE		0	Europe/Berlin	48.43564	13.19952				02	092	09275	09275124
2954035	Aumund-Hammersbeck	aumund-hammersbeck	DE		0	Europe/Berlin	53.18706	8.63363		Aumund,Aumund-Hammersbeck,Hammersbeck		03	00	04011	04011000
2954036	Aumühlen	aumuehlen	DE		0	Europe/Berlin	53.00803	7.9968				06	00	03453	03453002
2954037	Aumühle	aumuehle	DE		0	Europe/Berlin	53.52486	10.31601		Aumile,Aumjule,Aumuhle,Aumuhle-Billenkamp,Aumühle,Aumühle-Billenkamp,ao mi lei,Аумиле,Аумюле,奥米勒		10	00	01053	01053003
2954040	Aumühle	aumuehle	DE		0	Europe/Berlin	52.90427	8.35965				06	00	03458	03458014
2954043	Aumenau	aumenau	DE		0	Europe/Berlin	50.40317	8.24934		Aumenau		05	065	06533	06533015
2954045	Aumbach	aumbach	DE		0	Europe/Berlin	49.05012	12.43528				02	093	09372	09372150
2954049	Aulzhausen	aulzhausen	DE		0	Europe/Berlin	48.44347	10.9637		Aulzhausen		02	097	09771	09771112
2954050	Aulwangen	aulwangen	DE		0	Europe/Berlin	47.80297	9.56699				01	084	08436	08436064
2954053	Auloh	auloh	DE		0	Europe/Berlin	48.56918	12.20676				02	092	09261	09261000
2954056	Auligk	auligk	DE		0	Europe/Berlin	51.10727	12.23604		Auligk		13	00	14729	14729170
2954060	Aulhausen	aulhausen	DE		0	Europe/Berlin	49.99435	7.89166		Aulhausen		05	064	06439	06439013
2954061	Aulfingen	aulfingen	DE		0	Europe/Berlin	47.88678	8.65894		Aulfingen		01	083	08327	08327018
2954063	Aulenhausen	aulenhausen	DE		0	Europe/Berlin	50.4334	8.32455				05	065	06533	06533018
2954066	Aulendiebach	aulendiebach	DE		0	Europe/Berlin	50.31492	9.06748				05	064	06440	06440004
2954070	Äule	aule	DE		0	Europe/Berlin	47.83092	8.09952		Aeule,Aule,Äule		01	083	08315	08315102
2954080	Aukofen	aukofen	DE		0	Europe/Berlin	48.93769	12.24045				02	093	09375	09375170
2954081	Aukenzell	aukenzell	DE		0	Europe/Berlin	49.08144	12.5226				02	093	09372	09372125
2954085	Aukam	aukam	DE		0	Europe/Berlin	48.44766	12.27299				02	092	09274	09274134
2954086	Auingen	auingen	DE		0	Europe/Berlin	48.41231	9.51708				01	084	08415	08415053
2954087	Auing	auing	DE		0	Europe/Berlin	48.05726	11.2064				02	091	09188	09188145
2954089	Au im Murgtal	au-im-murgtal	DE		0	Europe/Berlin	48.72104	8.36068		Au,Au im Murgtal		01	082	08216	08216059
2954095	Auhöfe	auhofe	DE		0	Europe/Berlin	48.7744	11.57927				02	091	09186	09186158
2954097	Auhof	auhof	DE		0	Europe/Berlin	49.21037	12.97834				02	093	09372	09372113
2954098	Auhof	auhof	DE		0	Europe/Berlin	49.15802	10.07				01	081	08127	08127073
2954099	Auhof	auhof	DE		0	Europe/Berlin	49.0593	11.0422				02	095	09577	09577127
2954100	Auhof	auhof	DE		0	Europe/Berlin	48.96943	12.25837				02	093	09375	09375170
2954101	Auhof	auhof	DE		0	Europe/Berlin	48.61386	11.07546				02	091	09185	09185127
2954102	Auhof	auhof	DE		0	Europe/Berlin	47.83549	9.44085				01	084	08436	08436083
2954119	Auheide	auheide	DE		0	Europe/Berlin	52.18333	8.18333				06	00	03459	03459022
2954124	Augzin	augzin	DE		0	Europe/Berlin	53.5658	11.97098				12	00	13076	13076135
2954125	Augustusthal	augustusthal	DE		0	Europe/Berlin	50.91667	14.68333				13	00	14626	14626170
2954129	Augustusberg	augustusberg	DE		0	Europe/Berlin	51.04229	13.29613				13	00	14627	14627180
2954131	Augustusbad	augustusbad	DE		0	Europe/Berlin	51.13602	13.89954				13	00	14625	14625480
2954132	Auguststadt	auguststadt	DE		0	Europe/Berlin	52.16396	10.52469		Wolfenbuettel-Auguststadt,Wolfenbüttel-Auguststadt		06	00	03158	03158037
2954134	Augusthof	augusthof	DE		0	Europe/Berlin	53.30472	12.59806				12	00	13071	13071097
2954135	Augusthausen	augusthausen	DE		0	Europe/Berlin	53.41975	8.30559				06	00	03461	03461005
2954136	Augustgroden	augustgroden	DE		0	Europe/Berlin	53.46677	8.32975				06	00	03461	03461009
2954137	Augustfelde	augustfelde	DE		0	Europe/Berlin	53.39887	13.69974				11	00	12073	12073429
2954139	Augustfehn	augustfehn	DE		0	Europe/Berlin	53.22517	7.76287		Augustfehn		06	00	03451	03451001
2954140	Augustenthal	augustenthal	DE		0	Europe/Berlin	51.71627	10.27267	240			06	00	03159	03159026
2954141	Augustenthal	augustenthal	DE		0	Europe/Berlin	51.2345	7.69784		Augustenthal		07	059	05962	05962032
2954142	Augustenruh	augustenruh	DE		0	Europe/Berlin	53.85921	12.13697				12	00	13072	13072071
2954146	Augustenhof	augustenhof	DE		0	Europe/Berlin	54.47389	13.46803				12	00	13073	13073072
2954147	Augustenhof	augustenhof	DE		0	Europe/Berlin	53.62296	11.58277				12	00	13076	13076025
2954149	Augustenhof	augustenhof	DE		0	Europe/Berlin	54.26628	11.02926				10	00	01055	01055022
2954156	Augustenfelde	augustenfelde	DE		0	Europe/Berlin	53.28208	13.90698				11	00	12073	12073452
2954157	Augustenfelde	augustenfelde	DE		0	Europe/Berlin	52.9887	14.00087				11	00	12073	12073008
2954158	Augustenfeld	augustenfeld	DE		0	Europe/Berlin	52.7529	7.70918				06	00	03453	03453011
2954159	Augustendorf	augustendorf	DE		0	Europe/Berlin	53.38379	9.07816				06	00	03357	03357016
2954160	Augustendorf	augustendorf	DE		0	Europe/Berlin	52.92756	7.89295				06	00	03453	03453007
2954161	Augustenberg	augustenberg	DE		0	Europe/Berlin	53.71631	12.32722				12	00	13072	13072048
2954167	Augsfeld	augsfeld	DE		0	Europe/Berlin	50.01678	10.54959				02	096	09674	09674147
2954173	Augsberg	augsberg	DE		0	Europe/Berlin	49.41969	11.69994				02	093	09371	09371131
2954176	Augrub	augrub	DE		0	Europe/Berlin	48.87347	13.3374				02	092	09272	09272149
2954192	Auggenthal	auggenthal	DE		0	Europe/Berlin	48.77202	13.50109				02	092	09272	09272141
2954193	Auggenthal	auggenthal	DE		0	Europe/Berlin	48.45	13.41667				02	092	09275	09275134
2954194	Auggenthal	auggenthal	DE		0	Europe/Berlin	48.37843	13.20608				02	092	09275	09275143
2954196	Auggenbach	auggenbach	DE		0	Europe/Berlin	49.07943	12.71277				02	092	09278	09278143
2954199	Augenthal	augenthal	DE		0	Europe/Berlin	48.34364	12.46531				02	091	09183	09183143
2954200	Augenthal	augenthal	DE		0	Europe/Berlin	48.26079	12.89554				02	091	09171	09171123
2954206	Aug	aug	DE		0	Europe/Berlin	47.81477	11.51831				02	091	09173	09173145
2954210	Aufstetten	aufstetten	DE		0	Europe/Berlin	49.53457	10.00455				02	096	09679	09679182
2954211	Auf Sirrenberg	auf-sirrenberg	DE		0	Europe/Berlin	51.36027	7.26712				07	059	05954	05954028
2954214	Aufroth	aufroth	DE		0	Europe/Berlin	48.96552	12.55261				02	092	09278	09278141
2954215	Aufreute	aufreute	DE		0	Europe/Berlin	47.7	9.93333				01	084	08436	08436094
2954216	Auf’nberg	auf-nberg	DE		0	Europe/Berlin	49.11729	11.92552				02	093	09375	09375131
2954223	Auf’m Kampen	auf-m-kampen	DE		0	Europe/Berlin	51.4	6.9				07	051	05117	05117000
2954226	Auf’m Busche	auf-m-busche	DE		0	Europe/Berlin	51.76718	8.52139				07	057	05774	05774020
2954227	Auf’m Bühl	auf-m-buhl	DE		0	Europe/Berlin	48.10723	8.20737		Auf dem Buhl,Auf dem Bühl,Auf'm Buhl,Auf’m Bühl		01	083	08326	08326054
2954228	Auf’m Buch	auf-m-buch	DE		0	Europe/Berlin	47.66405	10.38163				02	097	09780	09780140
2954230	Aufmberg	aufmberg	DE		0	Europe/Berlin	47.64906	10.6039				02	097	09777	09777170
2954234	Aufkirchen	aufkirchen	DE		0	Europe/Berlin	49.0511	10.5014				02	095	09571	09571218
2954235	Aufkirchen	aufkirchen	DE		0	Europe/Berlin	48.3082	11.86326				02	091	09177	09177133
2954236	Aufkirchen	aufkirchen	DE		0	Europe/Berlin	48.24091	11.19095				02	091	09179	09179117
2954237	Aufkirchen	aufkirchen	DE		0	Europe/Berlin	47.95671	11.36484				02	091	09188	09188113
2954238	Aufkirch	aufkirch	DE		0	Europe/Berlin	47.91034	10.7539		Aufkirch		02	097	09777	09777141
2954239	Aufhofen	aufhofen	DE		0	Europe/Berlin	48.17404	9.78365				01	084	08426	08426134
2954240	Aufhofen	aufhofen	DE		0	Europe/Berlin	47.93751	11.52749				02	091	09173	09173120
2954242	Aufheim	aufheim	DE		0	Europe/Berlin	49.30022	11.9478				02	093	09371	09371146
2954243	Aufheim	aufheim	DE		0	Europe/Berlin	48.33617	10.06494				02	097	09775	09775152
2954257	Aufham	aufham	DE		0	Europe/Berlin	48.4699	11.61672				02	091	09186	09186152
2954258	Aufham	aufham	DE		0	Europe/Berlin	48.44736	12.15706				02	092	09274	09274114
2954259	Aufham	aufham	DE		0	Europe/Berlin	48.4	11.98333				02	091	09177	09177143
2954260	Aufham	aufham	DE		0	Europe/Berlin	48.27452	12.62413				02	091	09171	09171137
2954261	Aufham	aufham	DE		0	Europe/Berlin	47.95079	12.35224				02	091	09187	09187125
2954262	Aufham	aufham	DE		0	Europe/Berlin	47.8447	11.93205				02	091	09182	09182123
2954263	Aufham	aufham	DE		0	Europe/Berlin	47.78402	12.86932				02	091	09172	09172112
2954264	Aufham	aufham	DE		0	Europe/Berlin	47.77772	12.3251				02	091	09187	09187114
2954272	Aufenau	aufenau	DE		0	Europe/Berlin	50.25235	9.32122				05	064	06435	06435029
2954273	Aufen	aufen	DE		0	Europe/Berlin	47.96303	8.47166				01	083	08326	08326012
2954274	Aufeld	aufeld	DE		0	Europe/Berlin	54.07949	10.01846				10	00	01057	01057008
2954280	Wiese	wiese	DE		0	Europe/Berlin	51.03334	14.4074		Auf der Wiese,Wiese		13	00	14625	14625560
2954290	Auf der Spirzen	auf-der-spirzen	DE		0	Europe/Berlin	47.97618	8.07252		Auf dem Spirzen,Auf der Spirzen		01	083	08315	08315094
2954301	Auf der Quabbenstraße	auf-der-quabbenstrasse	DE		0	Europe/Berlin	52.21667	8.43333				06	00	03459	03459024
2954306	Auf der Nuhne	auf-der-nuhne	DE		0	Europe/Berlin	51.14906	8.58176				07	059	05958	05958048
2954310	Auf der Mauer	auf-der-mauer	DE		0	Europe/Berlin	47.55	9.7				02			
2954318	Auf der Lieth	auf-der-lieth	DE		0	Europe/Berlin	51.71667	8.83333				07	057	05774	05774032
2954323	Auf der Kanneword	auf-der-kanneword	DE		0	Europe/Berlin	51.80161	8.60055				07	057	05774	05774020
2954329	Auf der Hörst	auf-der-hoerst	DE		0	Europe/Berlin	52.65	8.11667				06	00	03460	03460003
2954330	Auf der Horst	auf-der-horst	DE		0	Europe/Berlin	52.37038	8.66714				07	057	05770	05770008
2954337	Auf der Höhe	auf-der-hoehe	DE		0	Europe/Berlin	53.04085	8.47228				06	00	03458	03458005
2954355	Auf der Helle	auf-der-helle	DE		0	Europe/Berlin	53.31667	8.71667				06	00	03352	03352060
2954357	Auf der Heide	auf-der-heide	DE		0	Europe/Berlin	52.31975	8.78095		Auf der Heide,Heide		07	057	05770	05770012
2954358	Auf der Heide	auf-der-heide	DE		0	Europe/Berlin	51.58333	7.15				07	055	05562	05562020
2954359	Auf der Heide	auf-der-heide	DE		0	Europe/Berlin	50.65363	13.25541				13	00	14521	14521390
2954380	Auf der Eulenburg	auf-der-eulenburg	DE		0	Europe/Berlin	52.25107	9.21932		Auf der Eulenburg,Eulenburg		06	00	03257	03257003
2954381	Auf der Eschenhorst	auf-der-eschenhorst	DE		0	Europe/Berlin	52.74991	8.95099				06	00	03251	03251002
2954384	Auf der Eck	auf-der-eck	DE		0	Europe/Berlin	48.1847	7.89476				01	083	08316	08316054
2954395	Auf der Bulau	auf-der-bulau	DE		0	Europe/Berlin	49.97921	8.7789				05	064	06438	06438012
2954397	Auf der Bruchheide	auf-der-bruchheide	DE		0	Europe/Berlin	52.38998	8.30501				06	00	03459	03459013
2954398	Auf der Böge	auf-der-boege	DE		0	Europe/Berlin	53.46667	10.2				04	00	02000	02000000
2954400	Auf der Bleiche	auf-der-bleiche	DE		0	Europe/Berlin	51.41667	7.35				07	059	05954	05954036
2954402	Auf der Aue	auf-der-aue	DE		0	Europe/Berlin	51.3	6.86667				07	051	05158	05158028
2954409	Auf den Röthen	auf-den-roethen	DE		0	Europe/Berlin	52.3	8.55				07	057	05770	05770020
2954417	Auf dem Wiebusch	auf-dem-wiebusch	DE		0	Europe/Berlin	52.20952	8.42939				06	00	03459	03459024
2954433	Auf dem Schnee	auf-dem-schnee	DE		0	Europe/Berlin	51.43416	7.40805				07	059	05954	05954036
2954435	Auf dem Schilde	auf-dem-schilde	DE		0	Europe/Berlin	53.01451	8.13773				06	00	03458	03458013
2954438	Auf dem Sandort	auf-dem-sandort	DE		0	Europe/Berlin	53.01667	8.21667				06	00	03458	03458013
2954439	Auf dem Sande	auf-dem-sande	DE		0	Europe/Berlin	53.02259	8.2305				06	00	03458	03458013
2954440	Auf dem Sande	auf-dem-sande	DE		0	Europe/Berlin	52.34202	8.96493				07	057	05770	05770028
2954444	Auf dem Sand	auf-dem-sand	DE		0	Europe/Berlin	51.16667	6.91667				07	051	05158	05158016
2954446	Auf dem Rusch	auf-dem-rusch	DE		0	Europe/Berlin	53.31667	8.71667				06	00	03352	03352060
2954451	Auf dem Orte	auf-dem-orte	DE		0	Europe/Berlin	52.44026	7.82325				06	00	03459	03459026
2954452	Auf dem Ort	auf-dem-ort	DE		0	Europe/Berlin	53.74499	9.46938				10	00	01061	01061118
2954455	Auf dem Mersch	auf-dem-mersch	DE		0	Europe/Berlin	52.3	7.1				06	00	03456	03456001
2954467	Auf dem Kerlfelde	auf-dem-kerlfelde	DE		0	Europe/Berlin	52.42055	8.24979				06	00	03459	03459013
2954468	Auf dem Kartel	auf-dem-kartel	DE		0	Europe/Berlin	52.14972	8.67209				07	057	05758	05758016
2954483	Auf dem Heede	auf-dem-heede	DE		0	Europe/Berlin	51.14288	7.48251				07	059	05962	05962012
2954486	Auf dem Hammel	auf-dem-hammel	DE		0	Europe/Berlin	51.71667	6.55				07	051	05170	05170012
2954494	Auf dem Gellenkamp	auf-dem-gellenkamp	DE		0	Europe/Berlin	51.33333	7.43333				07	059	05914	05914000
2954495	Auf dem Floth	auf-dem-floth	DE		0	Europe/Berlin	52.86832	9.12311				06	00	03256	03256013
2954497	Auf dem Dören	auf-dem-doeren	DE		0	Europe/Berlin	51.73855	8.78811				07	057	05774	05774032
2954498	Auf dem Donnerbrink	auf-dem-donnerbrink	DE		0	Europe/Berlin	52.11747	8.01902				06	00	03459	03459004
2954508	Auf dem Bock	auf-dem-bock	DE		0	Europe/Berlin	50.16316	6.18221		Auf dem Bock,Bock		08	00	07232	07232263
2954513	Auf dem Berge	auf-dem-berge	DE		0	Europe/Berlin	50.66893	12.55013				13	00	14524	14524320
2954520	Auf dem Berg	auf-dem-berg	DE		0	Europe/Berlin	51.20703	6.1662				07	051	05166	05166020
2954526	Auf dem Barrel	auf-dem-barrel	DE		0	Europe/Berlin	52.7748	8.68015				06	00	03251	03251015
2954530	Auf Brandscheidt	auf-brandscheidt	DE		0	Europe/Berlin	51.38333	7.35		Auf Brandscheidt,Brandscheidt		07	059	05954	05954032
2954538	Auerswalde	auerswalde	DE		0	Europe/Berlin	50.9028	12.93097		Auerswalde		13	00	14522	14522330
2954542	Auersmacher	auersmacher	DE		0	Europe/Berlin	49.1432	7.05305				09	00	10041	10041514
2954543	Auershof	auershof	DE		0	Europe/Berlin	50.36667	9.88333				02	096	09672	09672163
2954544	Auersdorf	auersdorf	DE		0	Europe/Berlin	48.18114	12.48493				02	091	09183	09183124
2954546	Auerschütz	auerschuetz	DE		0	Europe/Berlin	51.20868	13.12463				13	00	14522	14522450
2954547	Auerschmied	auerschmied	DE		0	Europe/Berlin	47.82468	11.88214				02	091	09182	09182123
2954548	Auersbergreut	auersbergreut	DE		0	Europe/Berlin	48.84323	13.75701				02	092	09272	09272122
2954556	Auers	auers	DE		0	Europe/Berlin	47.60903	9.91989				02	097	09776	09776117
2954557	Auerose	auerose	DE		0	Europe/Berlin	53.80623	13.75525				12	00	13075	13075098
2954558	Auernhofen	auernhofen	DE		0	Europe/Berlin	49.5237	10.10442				02	095	09575	09575163
2954559	Auernheim	auernheim	DE		0	Europe/Berlin	48.96667	10.80083		Auernheim		02	095	09577	09577173
2954560	Auernheim	auernheim	DE		0	Europe/Berlin	48.72986	10.29473		Auernheim		01	081	08135	08135026
2954562	Auerkofen	auerkofen	DE		0	Europe/Berlin	48.63867	11.82546				02	092	09273	09273115
2954565	Auerhammer	auerhammer	DE		0	Europe/Berlin	50.57532	12.69588		Auerhammer		13	00	14521	14521035
2954575	Auerberg	auerberg	DE		0	Europe/Berlin	51.58861	11.01214				14	00	15087	15087412
2954576	Auerberg	auerberg	DE		0	Europe/Berlin	49.77536	12.22961				02	093	09374	09374150
2954577	Auerberg	auerberg	DE		0	Europe/Berlin	47.78156	11.95579		Auerberger		02	091	09182	09182114
2954578	Auerberg	auerberg	DE		0	Europe/Berlin	47.73549	10.73665		Auerberg		02	091	09190	09190114
2954617	Auer	auer	DE		0	Europe/Berlin	51.1618	13.63026				13	00	14627	14627150
2954620	Auenzell	auenzell	DE		0	Europe/Berlin	49.00789	12.55138				02	092	09278	09278197
2954622	Auenstein	auenstein	DE		0	Europe/Berlin	49.05884	9.28148		Auenstein		01	081	08125	08125046
2954624	Auenhofen	auenhofen	DE		0	Europe/Berlin	47.86786	10.0225				01	084	08436	08436055
2954627	Auenheim	auenheim	DE		0	Europe/Berlin	50.99461	6.65808		Auenheim		07	053	05362	05362008
2954628	Auenheim	auenheim	DE		0	Europe/Berlin	50.92365	10.0839				15	00	16063	16063103
2954629	Auenheim	auenheim	DE		0	Europe/Berlin	48.6059	7.83686				01	083	08317	08317057
2954630	Auenhausen	auenhausen	DE		0	Europe/Berlin	51.64827	9.21101		Auenhausen		07	057	05762	05762016
2954632	Auenhain	auenhain	DE		0	Europe/Berlin	51.26399	12.43148		Auenhain,Kriegersiedlung,Kriegersiedlung Auenhain		13	00	14729	14729260
2954633	Auendorf	auendorf	DE		0	Europe/Berlin	48.61654	9.68102				01	081	08117	08117006
2954634	Auenbüttel	auenbuettel	DE		0	Europe/Berlin	53.93055	9.05326				10	00	01051	01051103
2954652	Auedeich	auedeich	DE		0	Europe/Berlin	53.7231	8.90632				06	00	03352	03352025
2954654	Aue-Aylsdorf	aue-aylsdorf	DE		0	Europe/Berlin	51.06798	12.12517		Aue,Aue-Aylsdorf		14	00	15084	15084590
2954655	Aue am Berg	aue-am-berg	DE		0	Europe/Berlin	50.66496	11.31365		Aue am Berg		15	00	16073	16073077
2954700	Audorfel	audorfel	DE		0	Europe/Berlin	50.83383	12.55335				13	00	14524	14524080
2954701	Audorf	audorf	DE		0	Europe/Berlin	54.31437	9.72118				10	00	01058	01058140
2954702	Audorf	audorf	DE		0	Europe/Berlin	52.72022	11.09846		Audorf		14	00	15081	15081045
2954703	Audigast	audigast	DE		0	Europe/Berlin	51.17307	12.28764		Audigast		13	00	14729	14729170
2954705	Audenschmiede	audenschmiede	DE		0	Europe/Berlin	50.41027	8.39175				05	065	06533	06533018
2954706	Audeich	audeich	DE		0	Europe/Berlin	53.66679	9.57366				10	00	01056	01056019
2954715	Auchsesheim	auchsesheim	DE		0	Europe/Berlin	48.68945	10.78194				02	097	09779	09779131
2954716	Auchen	auchen	DE		0	Europe/Berlin	50.55	6.25				07	053	05334	05334020
2954717	Auchel	auchel	DE		0	Europe/Berlin	50.95	7.66667				07	053	05374	05374040
2954718	Auburg	auburg	DE		0	Europe/Berlin	49.00668	12.31428				02	093	09375	09375117
2954727	Aubitz	aubitz	DE		0	Europe/Berlin	50.97625	11.84128				15	00	16074	16074067
2954729	Aubing	aubing	DE		0	Europe/Berlin	48.1607	11.41591				02	091	09162	09162000
2954730	Auberg	auberg	DE		0	Europe/Berlin	48.70978	13.46539				02	092	09275	09275128
2954731	Auberg	auberg	DE		0	Europe/Berlin	47.93055	12.08741				02	091	09187	09187137
2954741	Aubenhausen	aubenhausen	DE		0	Europe/Berlin	47.93319	12.05037				02	091	09187	09187179
2954742	Aubenham	aubenham	DE		0	Europe/Berlin	48.3014	12.38058				02	091	09183	09183132
2954745	Au bei Bad Aibling	au-bei-bad-aibling	DE		0	Europe/Berlin	47.79719	11.97381		Au		02	091	09187	09187129
2954769	Aubach	aubach	DE		0	Europe/Berlin	48.60987	13.6203				02	092	09275	09275126
2954770	Aubach	aubach	DE		0	Europe/Berlin	48.50698	13.36184				02	092	09275	09275133
2954776	Au am Inn	au-am-inn	DE		0	Europe/Berlin	48.16654	12.32703		Au,Au am Inn		02	091	09183	09183118
2954777	Au am Aign	au-am-aign	DE		0	Europe/Berlin	48.65729	11.51539				02	091	09186	09186147
2954780	Aua	aua	DE		0	Europe/Berlin	50.91539	9.57042		Aua		05	066	06632	06632014
2954838	Atzum	atzum	DE		0	Europe/Berlin	52.18041	10.58189				06	00	03158	03158037
2954840	Atzmannsricht	atzmannsricht	DE		0	Europe/Berlin	49.55355	11.87338		Atzmannsricht		02	093	09371	09371123
2954841	Atzmannsdorf	atzmannsdorf	DE		0	Europe/Berlin	48.63238	13.45062				02	092	09275	09275146
2954842	Atzmannsdorf	atzmannsdorf	DE		0	Europe/Berlin	48.37693	12.2471				02	092	09274	09274183
2954843	Atzmannsberg	atzmannsberg	DE		0	Europe/Berlin	49.84067	11.95715				02	093	09377	09377129
2954844	Atzmannsberg	atzmannsberg	DE		0	Europe/Berlin	48.59427	12.62683				02	092	09279	09279134
2954846	Atzlricht	atzlricht	DE		0	Europe/Berlin	49.42984	11.80206				02	093	09361	09361000
2954847	Atzlern	atzlern	DE		0	Europe/Berlin	49.25929	12.98841				02	093	09372	09372144
2954848	Atzlenbach	atzlenbach	DE		0	Europe/Berlin	51.08038	7.05344				07	053	05316	05316000
2954849	Atzldorf	atzldorf	DE		0	Europe/Berlin	48.73372	13.4598				02	092	09272	09272119
2954852	Atzing	atzing	DE		0	Europe/Berlin	48.64664	13.28912				02	092	09275	09275159
2954853	Atzing	atzing	DE		0	Europe/Berlin	48.25844	13.00102				02	092	09277	09277128
2954854	Atzing	atzing	DE		0	Europe/Berlin	47.84451	12.3094				02	091	09187	09187162
2954858	Atzhausen	atzhausen	DE		0	Europe/Berlin	49.78849	10.27903		Atzhausen		02	096	09675	09675142
2954859	Atzging	atzging	DE		0	Europe/Berlin	48.28417	12.41179				02	091	09183	09183151
2954860	Atzesberg	atzesberg	DE		0	Europe/Berlin	48.78433	13.58108				02	092	09272	09272151
2954861	Atzerode	atzerode	DE		0	Europe/Berlin	50.76659	10.45878		Atzerode		15	00	16066	16066023
2954862	Atzenzell	atzenzell	DE		0	Europe/Berlin	49.1066	12.60571				02	093	09372	09372164
2954863	Atzenweiler	atzenweiler	DE		0	Europe/Berlin	47.74767	9.66835				01	084	08436	08436039
2954865	Atzenrod	atzenrod	DE		0	Europe/Berlin	49.25758	9.86638		Atzenrod,Atzenrot		01	081	08127	08127047
2954867	Atzenreute	atzenreute	DE		0	Europe/Berlin	47.88362	9.72061				01	084	08436	08436009
2954868	Atzenhofen	atzenhofen	DE		0	Europe/Berlin	49.25755	10.37615		Atzenhofen		02	095	09571	09571174
2954870	Atzenhof	atzenhof	DE		0	Europe/Berlin	49.5134	12.26825				02	093	09376	09376173
2954871	Atzenhof	atzenhof	DE		0	Europe/Berlin	49.50543	10.95406				02	095	09563	09563000
2954872	Atzenhausen	atzenhausen	DE		0	Europe/Berlin	51.41979	9.81379				06	00	03159	03159029
2954873	Atzenhain	atzenhain	DE		0	Europe/Berlin	50.6369	8.98346				05	065	06535	06535013
2954877	Atzenberg	atzenberg	DE		0	Europe/Berlin	47.96931	9.6233				01	084	08426	08426014
2954878	Atzenberg	atzenberg	DE		0	Europe/Berlin	47.79789	10.29626				02	097	09780	09780119
2954881	Atzenbach	atzenbach	DE		0	Europe/Berlin	47.71472	7.8737		Atzenbach		01	083	08336	08336103
2954882	Atzelsberg	atzelsberg	DE		0	Europe/Berlin	49.62622	11.04212				02	095	09572	09572141
2954883	Atzelrode	atzelrode	DE		0	Europe/Berlin	50.98775	9.68216		Atzelrode		05	066	06632	06632018
2954887	Atzbüll	atzbuell	DE		0	Europe/Berlin	54.72984	9.79554				10	00	01059	01059109
2954888	Atzberg	atzberg	DE		0	Europe/Berlin	48.34239	12.73717				02	092	09277	09277134
2954892	Atzbach	atzbach	DE		0	Europe/Berlin	50.57767	8.58761				05	065	06532	06532015
2954895	Attlisberg	attlisberg	DE		0	Europe/Berlin	47.72238	8.16722				01	083	08337	08337051
2954896	Attlesee	attlesee	DE		0	Europe/Berlin	47.63674	10.53595				02	097	09777	09777153
2954903	Attern	attern	DE		0	Europe/Berlin	51.32942	7.6823				07	059	05962	05962024
2954904	Atter	atter	DE		0	Europe/Berlin	52.29842	7.98003				06	00	03404	03404000
2954905	Attenzell	attenzell	DE		0	Europe/Berlin	48.90594	11.38965				02	091	09176	09176138
2955002	Aßmannshardt	assmannshardt	DE		0	Europe/Berlin	48.15539	9.73914				01	084	08426	08426134
2955003	Aßlschwang	asslschwang	DE		0	Europe/Berlin	49.21704	11.32373				02	093	09373	09373126
2954907	Attental	attental	DE		0	Europe/Berlin	48.00849	7.93617				01	083	08315	08315109
2954911	Attenkam	attenkam	DE		0	Europe/Berlin	47.87809	11.36332				02	091	09173	09173137
2954912	Attenkaisen	attenkaisen	DE		0	Europe/Berlin	48.60901	12.80532		Altenkaisen,Attenkaisen		02	092	09279	09279113
2954929	Attenham	attenham	DE		0	Europe/Berlin	48.38811	12.68442				02	092	09277	09277151
2954930	Attenham	attenham	DE		0	Europe/Berlin	47.93279	11.55599				02	091	09173	09173120
2954931	Attenfeld	attenfeld	DE		0	Europe/Berlin	48.78216	11.18708				02	091	09185	09185118
2954933	Attendorf	attendorf	DE		0	Europe/Berlin	51.22745	14.80695				13	00	14626	14626580
2954935	Attenberg	attenberg	DE		0	Europe/Berlin	50.76078	7.37528		Attenberg		07	053	05382	05382020
2954936	Attenberg	attenberg	DE		0	Europe/Berlin	48.66038	13.43371				02	092	09275	09275144
2954937	Attenberg	attenberg	DE		0	Europe/Berlin	48.23176	12.37138				02	091	09183	09183120
2954949	Attenbach	attenbach	DE		0	Europe/Berlin	51.03397	7.72087		Attenbach		07	053	05374	05374004
2954950	Attelthal	attelthal	DE		0	Europe/Berlin	48.02334	12.16058				02	091	09187	09187124
2954951	Attelsdorf	attelsdorf	DE		0	Europe/Berlin	49.74821	10.63131		Attelsdorf		02	094	09471	09471220
2954952	Atteln	atteln	DE		0	Europe/Berlin	51.59513	8.79955		Atteln		07	057	05774	05774028
2954955	Attel	attel	DE		0	Europe/Berlin	48.02392	12.17628		Altl		02	091	09187	09187182
2954956	Attaching	attaching	DE		0	Europe/Berlin	48.37986	11.77477				02	091	09178	09178124
2954957	Atsch	atsch	DE		0	Europe/Berlin	50.78437	6.20632		Atsch		07	053	05334	05334032
2954958	Atrop	atrop	DE		0	Europe/Berlin	51.4	6.71667				07	051	05112	05112000
2954959	Atlashofen	atlashofen	DE		0	Europe/Berlin	47.6	9.61667		Atlashofen		01	084	08435	08435029
2954965	Atenseraltensiel	atenseraltensiel	DE		0	Europe/Berlin	53.5	8.48333		Altensiel,Atenseraltensiel		06	00	03461	03461007
2954966	Atens	atens	DE		0	Europe/Berlin	53.49411	8.47039				06	00	03461	03461007
2954967	Atdorf	atdorf	DE		0	Europe/Berlin	47.6492	7.95556				01	083	08337	08337049
2954968	Asweiler	asweiler	DE		0	Europe/Berlin	49.54938	7.19296				09	00	10046	10046111
2954970	Astrup	astrup	DE		0	Europe/Berlin	53.04498	8.22975				06	00	03458	03458013
2954971	Astrup	astrup	DE		0	Europe/Berlin	52.80297	8.30206				06	00	03460	03460010
2954972	Astrup	astrup	DE		0	Europe/Berlin	52.49277	8.1084				06	00	03460	03460007
2954973	Astrup	astrup	DE		0	Europe/Berlin	52.28155	8.269				06	00	03459	03459012
2954976	Astheim	astheim	DE		0	Europe/Berlin	49.93556	8.38167				05	064	06433	06433014
2954977	Astheim	astheim	DE		0	Europe/Berlin	49.86227	10.21563		Astheim		02	096	09675	09675174
2954978	Astfeld	astfeld	DE		0	Europe/Berlin	51.93029	10.36818				06	00	03153	03153007
2954980	Asterstein	asterstein	DE		0	Europe/Berlin	50.35081	7.61897				08	00	07111	07111000
2954981	Asterode	asterode	DE		0	Europe/Berlin	50.85406	9.38475	334	Asterode		05	066	06634	06634017
2954982	Asterlagen	asterlagen	DE		0	Europe/Berlin	51.426	6.69031				07	051	05112	05112000
2954987	Astenbeck	astenbeck	DE		0	Europe/Berlin	52.10519	10.12457				06	00	03254	03254022
2954988	Asten	asten	DE		0	Europe/Berlin	48.09729	12.72333				02	091	09189	09189152
2954989	Asten	asten	DE		0	Europe/Berlin	47.70085	12.11745				02	091	09187	09187131
2954990	Astederfeld	astederfeld	DE		0	Europe/Berlin	53.3586	7.93733				06	00	03455	03455027
2954991	Astede	astede	DE		0	Europe/Berlin	53.38935	7.95872				06	00	03455	03455027
2954994	Ast	ast	DE		0	Europe/Berlin	49.37983	12.64856		Ast		02	093	09372	09372171
2954995	Ast	ast	DE		0	Europe/Berlin	48.01628	12.0163				02	091	09175	09175112
2954996	Ast	ast	DE		0	Europe/Berlin	47.90196	11.86223				02	091	09187	09187130
2954998	Aßweiler	assweiler	DE		0	Europe/Berlin	49.21664	7.18528		Assweiler,Aßweiler		09	00	10045	10045112
2954999	Assumstadt	assumstadt	DE		0	Europe/Berlin	49.28333	9.33333				01	081	08125	08125068
2955001	Assmannshausen	assmannshausen	DE		0	Europe/Berlin	49.98986	7.86716				05	064	06439	06439013
2955004	Aßlkofen	asslkofen	DE		0	Europe/Berlin	48.07054	11.95347				02	091	09175	09175115
2955010	Assinghausen	assinghausen	DE		0	Europe/Berlin	51.3065	8.50422		Assinghausen		07	059	05958	05958036
2955014	Assenheim	assenheim	DE		0	Europe/Berlin	50.2967	8.81568		Assenheim		05	064	06440	06440017
2955015	Assenheim	assenheim	DE		0	Europe/Berlin	49.42335	8.28715		Assenheim		08	00	07338	07338014
2955016	Assenhausen	assenhausen	DE		0	Europe/Berlin	48.29895	11.40055				02	091	09174	09174115
2955017	Assenhausen	assenhausen	DE		0	Europe/Berlin	47.94504	11.34759				02	091	09188	09188113
2955018	Assenbuch	assenbuch	DE		0	Europe/Berlin	47.94668	11.34114				02	091	09188	09188113
2955021	Assen	assen	DE		0	Europe/Berlin	51.68923	8.07438				07	059	05974	05974024
2955022	Asseln	asseln	DE		0	Europe/Berlin	51.65241	8.93605		Asseln		07	057	05774	05774028
2955023	Asseln	asseln	DE		0	Europe/Berlin	51.52829	7.58914		Asseln		07	059	05913	05913000
2955024	Asselheim	asselheim	DE		0	Europe/Berlin	49.57874	8.162		Asselheim		08	00	07332	07332024
2955028	Asselermoor	asselermoor	DE		0	Europe/Berlin	53.66224	9.40958				06	00	03359	03359013
2955030	Asselbrunn	asselbrunn	DE		0	Europe/Berlin	49.69885	8.99508		Asselbrunn		05	064	06437	06437011
2955031	Asselborn	asselborn	DE		0	Europe/Berlin	50.99842	7.19227				07	053	05378	05378004
2955033	Assel	assel	DE		0	Europe/Berlin	53.69065	9.43411		Assel		06	00	03359	03359013
2955045	Aßberg	assberg	DE		0	Europe/Berlin	48.71741	13.68879				02	092	09272	09272129
2955049	Assau	assau	DE		0	Europe/Berlin	51.98362	12.70583				14	00	15091	15091375
2955054	Aspich	aspich	DE		0	Europe/Berlin	48.65512	8.1367				01	083	08317	08317068
2955056	Aspertshofen	aspertshofen	DE		0	Europe/Berlin	49.54392	11.43145				02	095	09574	09574135
2955057	Aspertsham	aspertsham	DE		0	Europe/Berlin	48.51532	13.33627				02	092	09275	09275122
2955058	Aspertsham	aspertsham	DE		0	Europe/Berlin	48.33053	12.41117				02	091	09183	09183143
2955059	Aspertsham	aspertsham	DE		0	Europe/Berlin	48.01226	12.57634				02	091	09189	09189157
2955063	Aspern	aspern	DE		0	Europe/Berlin	53.8	9.75				10	00	01056	01056017
2955064	Asperhorn	asperhorn	DE		0	Europe/Berlin	53.71545	9.76468				10	00	01056	01056048
2955065	Asperheide	asperheide	DE		0	Europe/Berlin	52.05936	8.71693				07	057	05766	05766008
2955066	Asperheide	asperheide	DE		0	Europe/Berlin	51.68136	6.1061				07	051	05154	05154016
2955067	Asperglen	asperglen	DE		0	Europe/Berlin	48.85963	9.52909				01	081	08119	08119061
2955069	Asperden	asperden	DE		0	Europe/Berlin	51.69487	6.11754		Asperden		07	051	05154	05154016
2955070	Asperberg	asperberg	DE		0	Europe/Berlin	51.71155	6.13708				07	051	05154	05154016
2955073	Aspen Hütte	aspen-huette	DE		0	Europe/Berlin	50.25	9.61667				05	064	06435	06435027
2955078	Aspenhauser	aspenhauser	DE		0	Europe/Berlin	51.02446	13.22527				13	00	14522	14522540
2955087	Aspel	aspel	DE		0	Europe/Berlin	52.31479	8.70606		Aspel,Aspeln		07	057	05770	05770020
2955088	Aspel	aspel	DE		0	Europe/Berlin	51.77298	6.44263				07	051	05154	05154044
2955091	Aspe	aspe	DE		0	Europe/Berlin	53.46667	9.38333				06	00	03359	03359031
2955092	Aspe	aspe	DE		0	Europe/Berlin	52.06574	8.72993		Assapa		07	057	05766	05766008
2955099	Asmusstedt	asmusstedt	DE		0	Europe/Berlin	51.74313	11.23895		Asmusstedt,Vorwerk Asmusstedt		14	00	15085	15085040
2955100	Asmushausen	asmushausen	DE		0	Europe/Berlin	51.01033	9.81786		Asmushausen		05	066	06632	06632003
2955101	Asmissen	asmissen	DE		0	Europe/Berlin	52.0583	9.09728				07	057	05766	05766028
2955102	Asmannskotten	asmannskotten	DE		0	Europe/Berlin	51.11613	7.23138				07	053	05378	05378032
2955103	Asleben	asleben	DE		0	Europe/Berlin	51.48892	11.67124		Aseleben,Asleben		14	00	15087	15087386
2955104	Aslage	aslage	DE		0	Europe/Berlin	52.85	8.03333				06	00	03453	03453004
2955105	Aslage	aslage	DE		0	Europe/Berlin	52.53781	7.84397				06	00	03459	03459002
2955108	Asing	asing	DE		0	Europe/Berlin	49.15897	12.16823				02	093	09375	09375190
2955112	Ashausen	ashausen	DE		0	Europe/Berlin	53.36173	10.13841				06	00	03353	03353032
2955113	Asham	asham	DE		0	Europe/Berlin	48.8934	12.68107				02	092	09278	09278113
2955114	Asham	asham	DE		0	Europe/Berlin	48.01308	12.31481				02	091	09187	09187113
2955117	Asenreit	asenreit	DE		0	Europe/Berlin	48.33351	12.50432				02	091	09183	09183130
2955119	Asenkofen	asenkofen	DE		0	Europe/Berlin	48.73047	12.17586				02	092	09274	09274153
2955122	Asenherschbaum	asenherschbaum	DE		0	Europe/Berlin	48.34698	12.67257				02	092	09277	09277122
2955123	Asenham	asenham	DE		0	Europe/Berlin	48.40523	13.0711				02	092	09277	09277113
2955124	Asenham	asenham	DE		0	Europe/Berlin	48.31213	12.37256				02	091	09183	09183132
2955132	Asenbaum	asenbaum	DE		0	Europe/Berlin	48.71119	13.44102				02	092	09275	09275160
2955134	Asen	asen	DE		0	Europe/Berlin	48.18074	12.20195				02	091	09183	09183123
2955135	Asemissen	asemissen	DE		0	Europe/Berlin	51.97949	8.67173				07	057	05766	05766048
2955136	Aselfingen	aselfingen	DE		0	Europe/Berlin	47.84014	8.48722				01	083	08326	08326005
2955139	Aselage	aselage	DE		0	Europe/Berlin	52.68333	7.66667				06	00	03454	03454021
2955140	Asel	asel	DE		0	Europe/Berlin	53.57647	7.82234				06	00	03462	03462019
2955141	Asel	asel	DE		0	Europe/Berlin	52.19472	9.96932		Asel,Oasel		06	00	03254	03254020
2955142	Asel	asel	DE		0	Europe/Berlin	51.19527	8.94562				05	066	06635	06635019
2955144	Aschwege	aschwege	DE		0	Europe/Berlin	53.15657	7.97454				06	00	03451	03451002
2955145	Aschwarden	aschwarden	DE		0	Europe/Berlin	53.28524	8.53527		Aschwarden		06	00	03356	03356009
2955146	Aschthal	aschthal	DE		0	Europe/Berlin	47.91247	10.80975		Aschtal,Aschthal		02	091	09181	09181121
2955149	Ascholtshausen	ascholtshausen	DE		0	Europe/Berlin	48.78407	12.18083				02	092	09278	09278148
2955155	Aschhornermoor	aschhornermoor	DE		0	Europe/Berlin	53.68469	9.34089				06	00	03359	03359013
2955156	Aschhorn	aschhorn	DE		0	Europe/Berlin	53.70288	9.34549				06	00	03359	03359013
2955157	Ascholding	ascholding	DE		0	Europe/Berlin	47.8878	11.50475				02	091	09173	09173118
2955158	Aschhofen	aschhofen	DE		0	Europe/Berlin	47.9149	11.88523				02	091	09187	09187130
2955160	Aschhauserfeld	aschhauserfeld	DE		0	Europe/Berlin	53.19246	8.04837				06	00	03451	03451002
2955161	Aschhausen	aschhausen	DE		0	Europe/Berlin	53.20376	8.06377				06	00	03451	03451002
2955162	Aschhausen	aschhausen	DE		0	Europe/Berlin	49.37102	9.54063		Aschhausen		01	081	08126	08126072
2955164	Aschfeld	aschfeld	DE		0	Europe/Berlin	50.00572	9.82536		Aschfeld		02	096	09677	09677127
2955169	Aschershain	aschershain	DE		0	Europe/Berlin	51.07749	12.96364				13	00	14522	14522250
2955171	Ascherode	ascherode	DE		0	Europe/Berlin	51.42815	10.47734		Ascherode		15	00	16061	16061019
2955172	Ascherode	ascherode	DE		0	Europe/Berlin	50.90521	9.21277		Ascherode		05	066	06634	06634022
2955174	Aschering	aschering	DE		0	Europe/Berlin	47.96464	11.25463				02	091	09188	09188137
2955178	Ascherbach	ascherbach	DE		0	Europe/Berlin	50.51834	11.18049		Ascherbach		15	00	16072	16072013
2955183	Aschenroth	aschenroth	DE		0	Europe/Berlin	50.08924	9.77031				02	096	09677	09677131
2955188	Aschenhütte	aschenhuette	DE		0	Europe/Berlin	51.71667	9.01667				07	057	05762	05762004
2955189	Aschenhütte	aschenhutte	DE		0	Europe/Berlin	51.67583	10.30277				06	00	03159	03159020
2955190	Aschenhütte	aschenhutte	DE		0	Europe/Berlin	48.77726	8.45273				01	082	08235	08235033
2955191	Aschenhof	aschenhof	DE		0	Europe/Berlin	49.99999	10.24677				02	096	09678	09678176
2955192	Aschenhof	aschenhof	DE		0	Europe/Berlin	49.82779	12.01999				02	093	09377	09377116
2955196	Aschendorfermoor	aschendorfermoor	DE		0	Europe/Berlin	53.06667	7.4				06	00	03454	03454041
2955197	Aschendorferkämpe	aschendorferkaempe	DE		0	Europe/Berlin	53.03333	7.35		Aschendorferkampe,Aschendorferkämpe,Aschendorfkampe,Aschendorfkämpe		06	00	03454	03454041
2955198	Aschendorf-Moor-Siedlung	aschendorf-moor-siedlung	DE		0	Europe/Berlin	53.04319	7.39947		Aschendorf,Aschendorf-Moor-Siedlung		06	00	03454	03454041
2955199	Aschendorf	aschendorf	DE		0	Europe/Berlin	53.05179	7.33264		Aschendorf		06	00	03454	03454041
2955200	Aschendorf	aschendorf	DE		0	Europe/Berlin	52.09191	8.1444		Aschendorf		06	00	03459	03459006
2955212	Aschenau	aschenau	DE		0	Europe/Berlin	48.88126	12.84412				02	092	09271	09271140
2955213	Aschen	aschen	DE		0	Europe/Berlin	52.65071	8.36539				06	00	03251	03251012
2955214	Aschen	aschen	DE		0	Europe/Berlin	52.11321	8.22374				06	00	03459	03459015
2955215	Aschen	aschen	DE		0	Europe/Berlin	47.66667	9.91667				01	084	08436	08436094
2955217	Aschelsried	aschelsried	DE		0	Europe/Berlin	48.65792	11.42431				02	091	09185	09185140
2955218	Ascheloh	ascheloh	DE		0	Europe/Berlin	52.05972	8.3878		Ascheloh		07	057	05754	05754012
2955220	Ascheid	ascheid	DE		0	Europe/Berlin	50.62356	7.58861				08	00	07138	07138050
2955225	Asche	asche	DE		0	Europe/Berlin	51.61581	9.81438		Asche		06	00	03155	03155005
2955227	Aschbuch	aschbuch	DE		0	Europe/Berlin	48.9804	11.49147				02	091	09176	09176114
2955228	Aschberg	aschberg	DE		0	Europe/Berlin	50.38848	12.49753				13	00	14523	14523160
2955229	Aschberg	aschberg	DE		0	Europe/Berlin	48.7524	13.43845				02	092	09272	09272119
2955230	Aschberg	aschberg	DE		0	Europe/Berlin	48.21784	12.06565				02	091	09177	09177123
2955241	Aschbacherhof	aschbacherhof	DE		0	Europe/Berlin	49.39325	7.75697				08	00	07335	07335047
2955242	Aschbacherhof	aschbacherhof	DE		0	Europe/Berlin	49.23333	6.91667				09	00	10041	10041100
2955261	Aschau	aschau	DE		0	Europe/Berlin	54.45619	9.92857		Aschau		10	00	01058	01058004
2955262	Aschau	aschau	DE		0	Europe/Berlin	50.65481	11.13143		Aschau		15	00	16073	16073001
2955263	Aschau	aschau	DE		0	Europe/Berlin	49.06001	12.48948				02	093	09372	09372150
2955264	Aschau	aschau	DE		0	Europe/Berlin	47.92491	12.20736				02	091	09187	09187174
2955265	Aschau	aschau	DE		0	Europe/Berlin	47.65	11.11667				02	091	09180	09180131
2955269	Aschara	aschara	DE		0	Europe/Berlin	51.05701	10.68184		Aschara		15	00	16064	16064003
2955270	Aschahof	aschahof	DE		0	Europe/Berlin	49.46667	12.5				02	093	09376	09376178
2955275	Aschach bei Bad Kissingen	aschach-bei-bad-kissingen	DE		0	Europe/Berlin	50.25721	10.0657		Aschach,Aschach bei Bad Kissingen		02	096	09672	09672112
2955277	Äschach	aschach	DE		0	Europe/Berlin	47.55759	9.692		Aeschach		02	097	09776	09776116
2955278	Aschach bei Freudenberg	aschach-bei-freudenberg	DE		0	Europe/Berlin	49.46667	11.9		Aschach		02	093	09371	09371122
2955279	Aschach	aschach	DE		0	Europe/Berlin	47.68348	12.2604				02	091	09187	09187114
2955283	Asch	asch	DE		0	Europe/Berlin	49.8598	12.47183				02	093	09377	09377139
2955284	Asch	asch	DE		0	Europe/Berlin	48.43828	9.82006				01	084	08425	08425020
2955285	Asch	asch	DE		0	Europe/Berlin	48.29964	10.21248				02	097	09775	09775164
2955286	Asch	asch	DE		0	Europe/Berlin	47.94888	10.83045		Asch		02	091	09181	09181121
2955290	Asbrunn	asbrunn	DE		0	Europe/Berlin	48.8087	10.98831				02	091	09185	09185153
2955292	Asberg	asberg	DE		0	Europe/Berlin	51.4408	6.661		Asberg		07	051	05170	05170024
2955293	Asberg	asberg	DE		0	Europe/Berlin	48.85901	13.27972				02	092	09272	09272128
2955294	Asberg	asberg	DE		0	Europe/Berlin	47.84433	11.65958				02	091	09182	09182120
2955300	Asbeck	asbeck	DE		0	Europe/Berlin	52.05406	7.1444		Asbeck		07	055	05554	05554036
2955301	Asbeck	asbeck	DE		0	Europe/Berlin	51.4001	7.88241		Asbeck		07	059	05962	05962040
2955302	Asbeck	asbeck	DE		0	Europe/Berlin	51.34109	7.31904				07	059	05954	05954012
2955305	Asbachhof	asbachhof	DE		0	Europe/Berlin	49.55436	10.17695				02	095	09575	09575168
2955306	Asbacherhütte	asbacherhuette	DE		0	Europe/Berlin	49.80434	7.28019				08	00	07134	07134004
2955307	Asbacherhof	asbacherhof	DE		0	Europe/Berlin	48.8543	10.79027				02	097	09779	09779148
2955347	Asang	asang	DE		0	Europe/Berlin	49.16089	12.30711				02	093	09376	09376149
2955355	Arzting	arzting	DE		0	Europe/Berlin	48.88921	12.9764				02	092	09271	09271122
2955356	Arzthofen	arzthofen	DE		0	Europe/Berlin	49.25206	11.5325		Arzthofen		02	093	09373	09373119
2955358	Arzlohe	arzlohe	DE		0	Europe/Berlin	49.48753	11.5147				02	095	09574	09574147
2955359	Arzla	arzla	DE		0	Europe/Berlin	48.09728	11.149				02	091	09188	09188126
2955361	Arzheim	arzheim	DE		0	Europe/Berlin	50.35469	7.63202				08	00	07111	07111000
2955362	Arzheim	arzheim	DE		0	Europe/Berlin	49.19354	8.06916				08	00	07313	07313000
2955364	Arzell	arzell	DE		0	Europe/Berlin	50.76458	9.78371				05	066	06631	06631007
2955366	Arzdorf	arzdorf	DE		0	Europe/Berlin	50.60868	7.08714		Arzdorf		07	053	05382	05382072
2955381	Arxtham	arxtham	DE		0	Europe/Berlin	47.93063	12.31556				02	091	09187	09187145
2955384	Arup	arup	DE		0	Europe/Berlin	51.7576	7.65577				07	055	05558	05558004
2955385	Arup	arup	DE		0	Europe/Berlin	54.61832	9.63922				10	00	01059	01059082
2955386	Artmannsreuth	artmannsreuth	DE		0	Europe/Berlin	48.81653	13.31345				02	092	09272	09272147
2955387	Artlsöd	artlsod	DE		0	Europe/Berlin	49.08553	12.73103				02	092	09278	09278143
2955388	Artlkofen	artlkofen	DE		0	Europe/Berlin	48.63607	12.1801				02	092	09274	09274128
2955392	Arth	arth	DE		0	Europe/Berlin	48.58787	12.06189				02	092	09274	09274132
2955393	Artesgrün	artesgrun	DE		0	Europe/Berlin	49.5899	12.04273				02	093	09374	09374131
2955397	Arsten	arsten	DE		0	Europe/Berlin	53.03012	8.84597				03	00	04011	04011000
2955400	Arsbeck	arsbeck	DE		0	Europe/Berlin	51.14336	6.2119		Arsbeck		07	053	05370	05370040
2955401	Arrode	arrode	DE		0	Europe/Berlin	52.07486	8.42857		Arrode-Werther		07	057	05754	05754052
2955404	Arrisried	arrisried	DE		0	Europe/Berlin	47.75	9.88333				01	084	08436	08436052
2955405	Arrild	arrild	DE		0	Europe/Berlin	54.67901	9.83183				10	00	01059	01059067
2955406	Arresting	arresting	DE		0	Europe/Berlin	48.85794	11.73608		Arresting		02	092	09273	09273152
2955407	Arrenkamp	arrenkamp	DE		0	Europe/Berlin	52.42845	8.42191		Arrenkamp		07	057	05770	05770044
2955408	Arras	arras	DE		0	Europe/Berlin	51.05601	12.90432		Arras		13	00	14522	14522190
2955412	Arpshagen	arpshagen	DE		0	Europe/Berlin	53.96372	11.14721		Arpshagen		12	00	13074	13074039
2955416	Arpke	arpke	DE		2962	Europe/Berlin	52.38597	10.10047		Arebeke [a. 1166],Orpke		06	00	03241	03241011
2955418	Arpe	arpe	DE		0	Europe/Berlin	51.18467	8.20205		Arpe		07	059	05958	05958040
2955423	Arode	arode	DE		0	Europe/Berlin	52.13218	8.62566				07	057	05758	05758016
2955424	Arnzhäuschen	arnzhaeuschen	DE		0	Europe/Berlin	51.09468	7.19444				07	053	05378	05378032
2955425	Arnzell	arnzell	DE		0	Europe/Berlin	48.38265	11.31467				02	091	09174	09174131
2955426	Arnum	arnum	DE		0	Europe/Berlin	52.30311	9.73725				06	00	03241	03241007
2955440	Arnsried	arnsried	DE		0	Europe/Berlin	48.47457	11.32605				02	091	09186	09186125
2955442	Arnsnesta	arnsnesta	DE		0	Europe/Berlin	51.73909	13.16946		Arnsnesta		11	00	12062	12062224
2955444	Arnshöchstädt	arnshochstadt	DE		0	Europe/Berlin	49.6399	10.77338				02	095	09575	09575117
2955445	Arnshausen	arnshausen	DE		0	Europe/Berlin	50.16998	10.08849				02	096	09672	09672114
2955446	Arnshaugk	arnshaugk	DE		0	Europe/Berlin	50.72944	11.74916				15	00	16075	16075073
2955447	Arnshall	arnshall	DE		0	Europe/Berlin	50.86667	10.96667				15	00	16070	16070028
2955448	Arnshain	arnshain	DE		0	Europe/Berlin	50.80671	9.15507		Arnshain		05	065	06535	06535010
2955449	Arnsgrün	arnsgruen	DE		0	Europe/Berlin	50.58118	12.07143				15	00	16076	16076087
2955450	Arnsgrün	arnsgruen	DE		0	Europe/Berlin	50.30904	12.23101				13	00	14523	14523010
2955452	Arnsfeld	arnsfeld	DE		0	Europe/Berlin	50.57857	13.11716		Arnsfeld		13	00	14521	14521400
2955453	Arnsdorfer Berge	arnsdorfer-berge	DE		0	Europe/Berlin	51.80255	12.97215				14	00	15091	15091145
2955466	Arnsburg	arnsburg	DE		0	Europe/Berlin	50.49388	8.79147				05	065	06531	06531011
2955483	Arnsbach	arnsbach	DE		0	Europe/Berlin	51.0541	9.24671		Arnsbach		05	066	06634	06634001
2955484	Arnsbach	arnsbach	DE		0	Europe/Berlin	50.5808	11.38865		Arnsbach		15	00	16073	16073067
2955485	Arnried	arnried	DE		0	Europe/Berlin	47.80565	11.24729				02	091	09190	09190120
2955486	Arnoldsweiler	arnoldsweiler	DE		0	Europe/Berlin	50.83809	6.48992				07	053	05358	05358008
2955488	Arnoldsreuth	arnoldsreuth	DE		0	Europe/Berlin	49.92634	12.01665				02	093	09377	09377148
2955489	Arnoldsreuth	arnoldsreuth	DE		0	Europe/Berlin	49.82328	11.55681				02	094	09472	09472184
2955491	Arnoldshöhe	arnoldshohe	DE		0	Europe/Berlin	50.9	6.96667				07	053	05315	05315000
2955493	Arnoldshammer	arnoldshammer	DE		0	Europe/Berlin	50.48855	12.78479				13	00	14521	14521110
2955494	Arnoldshain	arnoldshain	DE		0	Europe/Berlin	50.26173	8.45164		Arnholdshain,Arnoldshain,Arnoldsheim		05	064	06434	06434009
2955495	Arnoldsgrün	arnoldsgruen	DE		0	Europe/Berlin	50.40629	12.27999				13	00	14523	14523370
2955504	Arnim	arnim	DE		0	Europe/Berlin	52.62608	11.94763				14	00	15090	15090535
2955505	Arnholz	arnholz	DE		0	Europe/Berlin	52.15174	8.7598				07	057	05758	05758036
2955507	Arnhofen	arnhofen	DE		0	Europe/Berlin	48.83671	11.87769				02	092	09273	09273111
2955508	Arnhofen	arnhofen	DE		0	Europe/Berlin	48.50785	11.10417				02	097	09771	09771141
2955509	Arnhofen	arnhofen	DE		0	Europe/Berlin	48.50462	10.97805				02	097	09771	09771114
2955510	Arnhofen	arnhofen	DE		0	Europe/Berlin	47.88556	11.817				02	091	09182	09182137
2955514	Arnetsried	arnetsried	DE		0	Europe/Berlin	48.99666	13.05502				02	092	09276	09276143
2955516	Arnest	arnest	DE		0	Europe/Berlin	49.03317	11.77493				02	093	09375	09375148
2955517	Arnegger	arnegger	DE		0	Europe/Berlin	47.73542	9.68035		Arnecker,Arnegger		01	084	08436	08436039
2955518	Arnegg	arnegg	DE		0	Europe/Berlin	48.41522	9.88126				01	084	08425	08425141
2955522	Arndorf	arndorf	DE		0	Europe/Berlin	49.17508	12.88679				02	093	09372	09372137
2955523	Arndorf	arndorf	DE		0	Europe/Berlin	48.76746	12.78533				02	092	09271	09271143
2955524	Arndorf	arndorf	DE		0	Europe/Berlin	48.4103	12.06223				02	091	09177	09177124
2955526	Arnbuch	arnbuch	DE		0	Europe/Berlin	48.97496	11.53374		Arnbruch,Arnbuch		02	091	09176	09176114
2955528	Arnberg	arnberg	DE		0	Europe/Berlin	48.41701	11.24708				02	091	09174	09174111
2955531	Arnbach	arnbach	DE		0	Europe/Berlin	48.8602	8.56522				01	082	08236	08236043
2955532	Arnbach	arnbach	DE		0	Europe/Berlin	48.33586	11.34501				02	091	09174	09174143
2955534	Arnach	arnach	DE		0	Europe/Berlin	47.85368	9.8986		Arnach		01	084	08436	08436010
2955535	Armuthsham	armuthsham	DE		0	Europe/Berlin	48.02635	12.60616		Armuthsham,Armutsham		02	091	09189	09189157
2955540	Armstetten	armstetten	DE		0	Europe/Berlin	48.45878	13.09216				02	092	09277	09277113
2955543	Armsfeld	armsfeld	DE		0	Europe/Berlin	51.0526	9.06408				05	066	06635	06635003
2955544	Armsen	armsen	DE		0	Europe/Berlin	52.89501	9.33847				06	00	03361	03361005
2955546	Armöd	armod	DE		0	Europe/Berlin	48.58469	12.60717				02	092	09279	09279134
2955547	Armetshofen	armetshofen	DE		0	Europe/Berlin	48.30649	11.34126				02	091	09174	09174143
2955552	Armenhof	armenhof	DE		0	Europe/Berlin	50.56105	9.79096				05	066	06631	06631003
2955555	Armeding	armeding	DE		0	Europe/Berlin	48.2538	12.97014				02	092	09277	09277128
2955557	Armannsberg	armannsberg	DE		0	Europe/Berlin	48.68798	12.30173				02	092	09274	09274174
2955562	Arloff	arloff	DE		0	Europe/Berlin	50.59462	6.79288		Arloff		07	053	05366	05366004
2955569	Arlewattfeld	arlewattfeld	DE		0	Europe/Berlin	54.546	9.08898				10	00	01054	01054007
2955572	Arlesried	arlesried	DE		0	Europe/Berlin	48.07794	10.34855				02	097	09778	09778136
2955573	Arlesberg	arlesberg	DE		0	Europe/Berlin	50.7137	10.82586				15	00	16070	16070057
2955574	Arlesberg	arlesberg	DE		0	Europe/Berlin	48.84871	10.19184				01	081	08136	08136088
2955576	Arlen	arlen	DE		0	Europe/Berlin	47.72489	8.84511				01	083	08335	08335100
2955577	Arle	arle	DE		0	Europe/Berlin	53.60773	7.39166		Arle		06	00	03452	03452007
2955580	Arlas	arlas	DE		0	Europe/Berlin	50.41705	11.71335				15	00	16075	16075136
2955581	Arlaching	arlaching	DE		0	Europe/Berlin	47.92284	12.49686				02	091	09189	09189114
2955582	Arlach	arlach	DE		0	Europe/Berlin	47.99366	10.11729				01	084	08426	08426117
2955585	Arkona	arkona	DE		0	Europe/Berlin	54.6796	13.43274	35	Arkona,Cabo Arkona,Cape Arkona,Kaap Arkona,Kap Arkona,Mui Arkona,Mũi Arkona,Rt Arkona,keipeu aleukona,Аркона,Рт Аркона,케이프 아르코나		12	00	13073	13073071
2955590	Arkel	arkel	DE		0	Europe/Berlin	52.58616	6.93025				06	00	03456	03456009
2955593	Arisheim	arisheim	DE		0	Europe/Berlin	47.88917	9.73732				01	084	08436	08436009
2955595	Arienheller	arienheller	DE		0	Europe/Berlin	50.50967	7.33472				08	00	07138	07138063
2955597	Ariendorf	ariendorf	DE		0	Europe/Berlin	50.5269	7.29806				08	00	07138	07138004
2955599	Arheilgen	arheilgen	DE		0	Europe/Berlin	49.9128	8.65695				05	064	06411	06411000
2955603	Arget	arget	DE		0	Europe/Berlin	47.94004	11.64577				02	091	09184	09184141
2955604	Argestorf	argestorf	DE		0	Europe/Berlin	52.26101	9.58351				06	00	03241	03241020
2955606	Argenstein	argenstein	DE		0	Europe/Berlin	50.74263	8.73428				05	065	06534	06534020
2955613	Argenhardt	argenhardt	DE		0	Europe/Berlin	47.64775	9.606				01	084	08435	08435057
2955616	Argen	argen	DE		0	Europe/Berlin	47.66733	10.09044				01	084	08436	08436049
2955617	Argelsried	argelsried	DE		0	Europe/Berlin	48.10845	11.30053		Argelsried,Argelsrieg		02	091	09188	09188121
2955618	Arfurt	arfurt	DE		0	Europe/Berlin	50.40698	8.1981		Arfurt,Arsurt		05	065	06533	06533013
2955620	Arfrade	arfrade	DE		0	Europe/Berlin	53.91484	10.60444				10	00	01055	01055040
2955621	Arfling	arfling	DE		0	Europe/Berlin	48.05812	12.4839				02	091	09189	09189149
2955622	Arfenreuth	arfenreuth	DE		0	Europe/Berlin	48.8495	13.43508				02	092	09272	09272120
2955624	Arfeld	arfeld	DE		0	Europe/Berlin	51.01479	8.43807		Arfeld		07	059	05970	05970004
2955625	Aretsried	aretsried	DE		0	Europe/Berlin	48.30983	10.65352				02	097	09772	09772141
2955629	Arensweiler	arensweiler	DE		0	Europe/Berlin	47.59536	9.62689		Arensweiler		01	084	08435	08435029
2955632	Arenshorst	arenshorst	DE		0	Europe/Berlin	52.35832	8.28993				06	00	03459	03459013
2955636	Arensch	arensch	DE		0	Europe/Berlin	53.83632	8.58318		Arensch		06	00	03352	03352011
2955638	Arensberg	arensberg	DE		0	Europe/Berlin	52.67719	11.57581				14	00	15090	15090070
2955648	Arenholz	arenholz	DE		0	Europe/Berlin	54.54454	9.47431				10	00	01059	01059057
2955651	Luftkurort Arendsee	luftkurort-arendsee	DE		2962	Europe/Berlin	52.88073	11.48621		Arendsee,Arendsee (Altmark)		14	00	15081	15081030
2955654	Arendorf	arendorf	DE		0	Europe/Berlin	53.03773	10.32583				06	00	03360	03360029
2955656	Arenborn	arenborn	DE		0	Europe/Berlin	51.60117	9.63724				05	066	06633	06633030
2955658	Arenberg	arenberg	DE		0	Europe/Berlin	50.36717	7.65251				08	00	07111	07111000
2955664	Ardorf	ardorf	DE		0	Europe/Berlin	53.53555	7.69109				06	00	03462	03462019
2955666	Ardey	ardey	DE		0	Europe/Berlin	51.47879	7.72595		Ardey		07	059	05978	05978012
2955667	Ardey	ardey	DE		0	Europe/Berlin	51.43994	7.37332				07	059	05954	05954036
2955668	Ardestorf	ardestorf	DE		0	Europe/Berlin	53.43054	9.76119		Ardestorf		06	00	03353	03353026
2955673	Archsum	archsum	DE		0	Europe/Berlin	54.87335	8.39235				10	00	01054	01054168
2955674	Archshofen	archshofen	DE		0	Europe/Berlin	49.45301	10.06953		Archshofen		01	081	08128	08128020
2955675	Archshofen	archshofen	DE		0	Europe/Berlin	49.21781	10.30466				02	095	09571	09571145
2955676	Archfeld	archfeld	DE		0	Europe/Berlin	51.0408	10.14666		Archfeld		05	066	06636	06636005
2955681	Arbste	arbste	DE		0	Europe/Berlin	52.7819	8.98695				06	00	03251	03251002
2955682	Arbshagen	arbshagen	DE		0	Europe/Berlin	54.33184	12.81898				12	00	13073	13073036
2955683	Arborn	arborn	DE		0	Europe/Berlin	50.58396	8.17389				05	065	06532	06532010
2955684	Arbketal	arbketal	DE		0	Europe/Berlin	51.97518	11.0007		Arbke		14	00	15085	15085185
2955686	Arbisbichl	arbisbichl	DE		0	Europe/Berlin	47.85	12.91667				02	091	09172	09172130
2955687	Arbing	arbing	DE		0	Europe/Berlin	48.69782	13.06094				02	092	09271	09271141
2955688	Arbing	arbing	DE		0	Europe/Berlin	48.67475	13.30552				02	092	09275	09275111
2955689	Arbing	arbing	DE		0	Europe/Berlin	48.32377	12.71087				02	091	09171	09171129
2955690	Arbing	arbing	DE		0	Europe/Berlin	48.32366	12.54444				02	091	09183	09183131
2955691	Arbing	arbing	DE		0	Europe/Berlin	47.97757	12.11655				02	091	09187	09187170
2955692	Arbing	arbing	DE		0	Europe/Berlin	47.84793	12.31268				02	091	09187	09187162
2955695	Arberhütte	arberhutte	DE		0	Europe/Berlin	49.11249	13.17606				02	092	09276	09276115
2955696	Arbergen	arbergen	DE		0	Europe/Berlin	53.04085	8.91884				03	00	04011	04011000
2955702	Apwisch	apwisch	DE		0	Europe/Berlin	52.65816	8.35613				06	00	03251	03251012
2955703	Apweiler	apweiler	DE		0	Europe/Berlin	50.95389	6.19234				07	053	05370	05370012
2955705	Apricke	apricke	DE		0	Europe/Berlin	51.39102	7.80962		Apricke		07	059	05962	05962016
2955706	Aprath	aprath	DE		0	Europe/Berlin	51.2703	7.06873		Aprath		07	051	05158	05158036
2955708	Appolding	appolding	DE		0	Europe/Berlin	48.41362	11.97942				02	091	09177	09177126
2955709	Appmannsberg	appmannsberg	DE		0	Europe/Berlin	48.74904	13.56531				02	092	09272	09272151
2955712	Appetshofen	appetshofen	DE		0	Europe/Berlin	48.81845	10.60764				02	097	09779	09779185
2955715	Appertshofen	appertshofen	DE		0	Europe/Berlin	48.87235	11.46231				02	091	09176	09176161
2955716	Appertshausen	appertshausen	DE		0	Europe/Berlin	48.5128	10.99241				02	097	09771	09771155
2955717	Appersdorf	appersdorf	DE		0	Europe/Berlin	48.70467	11.7972				02	092	09273	09273163
2955718	Appersdorf	appersdorf	DE		0	Europe/Berlin	48.49036	12.11547				02	092	09274	09274182
2955720	Appercha	appercha	DE		0	Europe/Berlin	48.37415	11.56963				02	091	09178	09178123
2955721	Appenweiler	appenweiler	DE		0	Europe/Berlin	47.72823	9.53172		Appenweiler		01	084	08435	08435016
2955723	Appenthal	appenthal	DE		0	Europe/Berlin	49.34831	7.95005				08	00	07332	07332014
2955726	Appensee	appensee	DE		0	Europe/Berlin	49.06799	10.07463				01	081	08127	08127103
2955728	Appenrode	appenrode	DE		0	Europe/Berlin	51.57878	10.73381				15	00	16062	16062005
2955730	Appenrod	appenrod	DE		0	Europe/Berlin	50.74551	9.04472				05	065	06535	06535009
2955731	Appenhofen	appenhofen	DE		0	Europe/Berlin	49.14184	8.08118				08	00	07337	07337007
2955734	Appenhain	appenhain	DE		0	Europe/Berlin	50.92011	9.08055				05	066	06634	06634006
2955736	Appenhagen	appenhagen	DE		0	Europe/Berlin	50.84904	7.68639		Appenhagen		07	053	05374	05374028
2955738	Appenfelden	appenfelden	DE		0	Europe/Berlin	49.73795	10.48704				02	095	09575	09575157
2955739	Appendorf	appendorf	DE		0	Europe/Berlin	49.96843	10.79937				02	094	09471	09471152
2955740	Appendorf	appendorf	DE		0	Europe/Berlin	48.04279	9.79902				01	084	08426	08426058
2955742	Appenberg	appenberg	DE		0	Europe/Berlin	50.07478	11.37916				02	094	09477	09477136
2955743	Appenberg	appenberg	DE		0	Europe/Berlin	47.78333	9.68333				01	084	08436	08436069
2955748	Appelshof	appelshof	DE		0	Europe/Berlin	54.09779	13.07825				12	00	13073	13073035
2955749	Appelsberg	appelsberg	DE		0	Europe/Berlin	49.51111	11.52107		Appelsberg		02	095	09574	09574147
2955752	Appelhülsen	appelhuelsen	DE		0	Europe/Berlin	51.89694	7.4251				07	055	05558	05558032
2955753	Appelhorst	appelhorst	DE		0	Europe/Berlin	52.78333	12.1				14	00	15090	15090285
2955754	Appelhof	appelhof	DE		0	Europe/Berlin	49.24367	11.21281				02	095	09576	09576113
2955755	Appelhagen	appelhagen	DE		0	Europe/Berlin	53.80821	12.52835				12	00	13072	13072024
2955757	Appeldorn	appeldorn	DE		0	Europe/Berlin	51.72317	6.34905		Appeldorn		07	051	05154	05154024
2955758	Appelbüttel	appelbuettel	DE		0	Europe/Berlin	53.43333	9.93333				04	00	02000	02000000
2955759	Appelburg	appelburg	DE		0	Europe/Berlin	53.42467	12.26452				12	00	13076	13076114
2955764	Apostelmühle	apostelmuehle	DE		0	Europe/Berlin	49.25063	7.61652				08	00	07340	07340038
2955765	Zwölf Apostel	zwoelf-apostel	DE		0	Europe/Berlin	52.05302	11.20777				14	00	15083	15083415
2955768	Apollensdorf	apollensdorf	DE		1386	Europe/Berlin	51.87634	12.55012				14	00	15091	15091375
2955771	Apoig	apoig	DE		0	Europe/Berlin	48.94267	12.73674				02	092	09278	09278139
2955772	Aplerbeckermark	aplerbeckermark	DE		0	Europe/Berlin	51.48103	7.55982				07	059	05913	05913000
2955773	Aplerbeck	aplerbeck	DE		0	Europe/Berlin	51.48333	7.55		Aplerbeck		07	059	05913	05913000
2955774	Aphoven	aphoven	DE		0	Europe/Berlin	51.04594	6.07258		Aphoven		07	053	05370	05370016
2955776	Apflau	apflau	DE		0	Europe/Berlin	47.62618	9.61493				01	084	08435	08435057
2955777	Äpfingen	apfingen	DE		0	Europe/Berlin	48.15462	9.85557		AEpfingen,Apfingen,Äpfingen		01	084	08426	08426071
2955778	Apfeltrang	apfeltrang	DE		0	Europe/Berlin	47.83872	10.58581				02	097	09777	09777167
2955782	Apfelthal	apfelthal	DE		0	Europe/Berlin	48.87376	10.97448				02	091	09176	09176148
2955783	Apfelstetten	apfelstetten	DE		0	Europe/Berlin	48.37706	9.49008				01	084	08415	08415053
2955787	Apfelstädt	apfelstaedt	DE		1504	Europe/Berlin	50.90157	10.88977		Apfel'shtedt,Apfelshtet,Apfelstaedt,Apfelstädt,Erfurt-Apfelstaedt,Erfurt-Apfelstädt,Апфелштет,Апфельштедт		15	00	16067	16067087
2955793	Apfeldorfhausen	apfeldorfhausen	DE		0	Europe/Berlin	47.90522	10.94175		Apfeldorfhausen		02	091	09181	09181111
2955804	Apfelbach	apfelbach	DE		0	Europe/Berlin	50.65643	9.93911				15	00	16063	16063032
2955805	Äpfelbach	apfelbach	DE		0	Europe/Berlin	49.72324	11.25407		Aepfelbach,Apfelbach,Äpfelbach		02	094	09474	09474124
2955806	Apfelbach	apfelbach	DE		0	Europe/Berlin	49.44652	9.82396		Apfelbach		01	081	08128	08128007
2955813	Aperfeld	aperfeld	DE		0	Europe/Berlin	53.23047	7.82029				06	00	03451	03451001
2955814	Aperberg	aperberg	DE		0	Europe/Berlin	53.20071	7.79378				06	00	03451	03451001
2955816	Apenburg	apenburg	DE		947	Europe/Berlin	52.71079	11.2057		Apenburg		14	00	15081	15081026
2955820	Apelstedt	apelstedt	DE		0	Europe/Berlin	52.80762	8.74417				06	00	03251	03251007
2955821	Apelnstedt	apelnstedt	DE		0	Europe/Berlin	52.19246	10.62069				06	00	03158	03158030
2955823	Apeler	apeler	DE		0	Europe/Berlin	53.51066	8.67156				06	00	03352	03352050
2955824	Apeler	apeler	DE		0	Europe/Berlin	52.79772	8.43145				06	00	03460	03460004
2955826	Apeldorn	apeldorn	DE		0	Europe/Berlin	52.74677	7.40087		Apeldorn		06	00	03454	03454035
2955827	Apeldör	apeldoer	DE		0	Europe/Berlin	54.28333	9.18333				10	00	01051	01051049
2955838	Anzhofen	anzhofen	DE		0	Europe/Berlin	48.23362	11.25837				02	091	09179	09179134
2955839	Anzhausen	anzhausen	DE		0	Europe/Berlin	50.85886	8.1263		Anzhausen		07	059	05970	05970044
2955841	Anzerreut	anzerreut	DE		0	Europe/Berlin	48.72732	13.45233		Anzerreut,Anzerreuth		02	092	09272	09272119
2955842	Anzenreuth	anzenreuth	DE		0	Europe/Berlin	48.65559	13.47124				02	092	09275	09275128
2955843	Anzenkirchen	anzenkirchen	DE		0	Europe/Berlin	48.43444	13.02309				02	092	09277	09277149
2955844	Anzenhofen	anzenhofen	DE		0	Europe/Berlin	49.31013	11.56689				02	093	09373	09373153
2955845	Anzenhof	anzenhof	DE		0	Europe/Berlin	48.57417	10.78625				02	097	09772	09772166
2955849	Anzenberg	anzenberg	DE		0	Europe/Berlin	49.86951	11.92199				02	093	09377	09377129
2955850	Anzenberg	anzenberg	DE		0	Europe/Berlin	49.14344	12.79446				02	093	09372	09372143
2955851	Anzenberg	anzenberg	DE		0	Europe/Berlin	48.38618	12.61656		Anzenberg		02	092	09277	09277133
2955857	Anzenbach	anzenbach	DE		0	Europe/Berlin	47.63915	13.00591				02	091	09172	09172116
2955861	Anzefahr	anzefahr	DE		0	Europe/Berlin	50.84472	8.86664				05	065	06534	06534011
2955864	Anwalting	anwalting	DE		0	Europe/Berlin	48.45875	10.93982				02	097	09771	09771112
2955866	Antwort	antwort	DE		0	Europe/Berlin	47.89126	12.30434				02	091	09187	09187128
2955869	Antrup	antrup	DE		0	Europe/Berlin	52.2	7.8				07	055	05566	05566040
2955870	Antrup	antrup	DE		0	Europe/Berlin	51.72852	7.2763				07	055	05562	05562016
2955872	Antritt	antritt	DE		0	Europe/Berlin	47.7404	12.08618				02	091	09187	09187120
2955873	Antritt	antritt	DE		0	Europe/Berlin	47.6677	12.11363				02	091	09187	09187157
2955876	Antonsthal	antonsthal	DE		0	Europe/Berlin	50.50074	12.76011		Antonsthal		13	00	14521	14521110
2955879	Antonshöhe	antonshoehe	DE		0	Europe/Berlin	50.49413	12.76753				13	00	14521	14521110
2955888	Antholzen	antholzen	DE		0	Europe/Berlin	48.35115	12.3049				02	092	09274	09274193
2955889	Antholling	antholling	DE		0	Europe/Berlin	48.61915	13.28479				02	092	09275	09275159
2955890	Antholing	antholing	DE		0	Europe/Berlin	47.9524	11.91373				02	091	09175	09175113
2955891	Antheil-Mückenhain	antheil-mueckenhain	DE		0	Europe/Berlin	51.28333	14.9				13	00	14626	14626200
2955894	Antfeld	antfeld	DE		0	Europe/Berlin	51.37268	8.46746		Antfeld		07	059	05958	05958036
2955895	Antesberg	antesberg	DE		0	Europe/Berlin	48.64191	13.42735				02	092	09275	09275151
2955896	Anterskofen	anterskofen	DE		0	Europe/Berlin	48.61446	12.56892		Anderskofen,Anterskofen		02	092	09279	09279134
2955898	Antersdorf	antersdorf	DE		0	Europe/Berlin	49.13635	12.43812				02	093	09372	09372125
2955899	Antersdorf	antersdorf	DE		0	Europe/Berlin	48.27419	13.00615				02	092	09277	09277145
2955900	Antersberg	antersberg	DE		0	Europe/Berlin	47.9628	11.98291				02	091	09187	09187179
2955905	Antenloh	antenloh	DE		0	Europe/Berlin	47.75102	11.77907				02	091	09182	09182116
2955907	Antendorf	antendorf	DE		0	Europe/Berlin	52.24115	9.29255				06	00	03257	03257003
2955908	Antenbichl	antenbichl	DE		0	Europe/Berlin	47.61207	12.86113				02	091	09172	09172129
2955910	Anten	anten	DE		0	Europe/Berlin	52.63438	7.75079				06	00	03459	03459009
2955911	Antelsdorf	antelsdorf	DE		0	Europe/Berlin	49.45724	12.38928				02	093	09376	09376151
2955915	Anstoß	anstoss	DE		0	Europe/Berlin	50.90634	7.89374				07	059	05970	05970016
2955916	Anstois	anstois	DE		0	Europe/Berlin	50.55408	6.53871		Anstois		07	053	05366	05366024
2955917	Anstel	anstel	DE		0	Europe/Berlin	51.06281	6.71445				07	051	05162	05162028
2955919	Anstedt	anstedt	DE		0	Europe/Berlin	52.7287	8.75602				06	00	03251	03251031
2955920	Ansprung	ansprung	DE		0	Europe/Berlin	50.64753	13.25793		Ansprung		13	00	14521	14521390
2955923	Anspach	anspach	DE		0	Europe/Berlin	50.30107	8.5102				05	064	06434	06434007
2955925	Mettenhof	mettenhof	DE		0	Europe/Berlin	54.31916	10.06314		Ansiedlung Mettenhof,Mettenhof		10	00	01002	01002000
2955927	Anselfingen	anselfingen	DE		0	Europe/Berlin	47.84491	8.76355		Anselfingen		01	083	08335	08335022
2955928	Ansdorf	ansdorf	DE		0	Europe/Berlin	49.21106	12.95179				02	093	09372	09372135
2955929	Anschlag	anschlag	DE		0	Europe/Berlin	51.16414	7.48095		Anschlag		07	059	05962	05962012
2955930	Anschiessing	anschiessing	DE		0	Europe/Berlin	48.72302	13.39946				02	092	09275	09275152
2955940	Anröchte	anroechte	DE		10847	Europe/Berlin	51.56667	8.33333	188	Anrekhte,Anrjokhte,Anroechte,Anröchte,an lei xi te,Анрехте,Анрёхте,Анрөхте,安勒希特	05974004	07	059	05974	05974004
2955941	Anried	anried	DE		0	Europe/Berlin	48.34495	10.56044				02	097	09772	09772131
2955944	Anreppen	anreppen	DE		0	Europe/Berlin	51.74511	8.59021				07	057	05774	05774020
2955945	An Reinsdorf	an-reinsdorf	DE		0	Europe/Berlin	50.7	12.51667				13	00	14524	14524330
2955947	Anrath	anrath	DE		0	Europe/Berlin	51.2789	6.45974				07	051	05166	05166036
2955948	Anraff	anraff	DE		0	Europe/Berlin	51.14409	9.14234				05	066	06635	06635009
2955952	Anning	anning	DE		0	Europe/Berlin	48.89046	12.73002				02	092	09278	09278118
2955953	Anning	anning	DE		0	Europe/Berlin	48.66699	12.93567				02	092	09271	09271141
2955954	Anning	anning	DE		0	Europe/Berlin	47.98542	12.56481		Anning		02	091	09189	09189154
2955956	An Neudörfel	an-neudoerfel	DE		0	Europe/Berlin	50.7	12.48333				13	00	14524	14524330
2955958	Annerod	annerod	DE		0	Europe/Berlin	50.57833	8.75233				05	065	06531	06531004
2955961	Annenwalde	annenwalde	DE		0	Europe/Berlin	53.134	13.37774				11	00	12073	12073572
2955963	Annenriede	annenriede	DE		0	Europe/Berlin	53.03286	8.65264				06	00	03401	03401000
2955964	Annenhof	annenhof	DE		0	Europe/Berlin	53.97219	12.90164				12	00	13071	13071112
2955965	Annenhof	annenhof	DE		0	Europe/Berlin	54.28333	10				10	00	01058	01058138
2955966	Annenhof	annenhof	DE		0	Europe/Berlin	53.7135	13.90379				12	00	13075	13075084
2955967	Annenhof	annenhof	DE		0	Europe/Berlin	52.44017	12.20846				14	00	15086	15086080
2955973	Annenheide	annenheide	DE		0	Europe/Berlin	53.01863	8.64603				06	00	03401	03401000
2955978	Annenberg	annenberg	DE		0	Europe/Berlin	49.87347	7.08983				08	00	07231	07231087
2955980	Annen	annen	DE		0	Europe/Berlin	51.44572	7.36977		Witten-Annen		07	059	05954	05954036
2955981	Annen	annen	DE		0	Europe/Berlin	52.98206	8.61335				06	00	03458	03458006
2955982	Annelsbach	annelsbach	DE		0	Europe/Berlin	49.78139	8.95965				05	064	06437	06437009
2955985	Annathal	annathal	DE		0	Europe/Berlin	48.87205	13.61403				02	092	09272	09272134
2955990	Annahütte	annahuette	DE		0	Europe/Berlin	51.56168	13.89338				11	00	12066	12066285
2955992	Annahof	annahof	DE		0	Europe/Berlin	52.74032	13.21335				11	00	12065	12065256
2955993	Annahof	annahof	DE		0	Europe/Berlin	51.71966	14.27746				11	00	12071	12071244
2956001	Annabrunn	annabrunn	DE		0	Europe/Berlin	48.23003	12.50924		Annabrunn		02	091	09183	09183136
2956002	Annabrunn	annabrunn	DE		0	Europe/Berlin	48.22202	12.27312				02	091	09183	09183135
2956007	Annaberg	annaberg	DE		0	Europe/Berlin	47.83333	9.66667				01	084	08436	08436011
2956011	Anleng	anleng	DE		0	Europe/Berlin	48.50527	13.16695				02	092	09275	09275125
2956022	Anker	anker	DE		0	Europe/Berlin	53.68791	10.63785				10	00	01053	01053081
2956023	Anker	anker	DE		0	Europe/Berlin	47.76171	12.1632				02	091	09187	09187172
2956026	Ankenreute	ankenreute	DE		0	Europe/Berlin	47.88473	9.75057				01	084	08436	08436009
2956027	Ankenbuck	ankenbuck	DE		0	Europe/Berlin	48.0007	8.5125				01	083	08326	08326075
2956029	Ankelohe	ankelohe	DE		0	Europe/Berlin	53.62728	8.89807				06	00	03352	03352062
2956032	Ankam	ankam	DE		0	Europe/Berlin	48.45238	12.20308				02	092	09274	09274114
2956034	Anisag	anisag	DE		0	Europe/Berlin	47.85555	12.28493				02	091	09187	09187167
2956038	Anhoven	anhoven	DE		0	Europe/Berlin	51.11085	6.32893				07	053	05370	05370040
2956040	Anholt	anholt	DE		0	Europe/Berlin	51.85111	6.42488		Anholt		07	055	05554	05554032
2956041	Anhofen	anhofen	DE		0	Europe/Berlin	48.38251	10.2136		Anhofen		02	097	09774	09774119
2956042	Anhofen	anhofen	DE		0	Europe/Berlin	48.14757	10.59716				02	097	09778	09778169
2956043	Anhauserhöfe	anhauserhofe	DE		0	Europe/Berlin	48.84083	10.66303				02	097	09779	09779111
2956050	Anham	anham	DE		0	Europe/Berlin	48.57194	13.11945				02	092	09275	09275117
2956051	Anhaltsberg	anhaltsberg	DE		0	Europe/Berlin	48.30747	12.57116				02	091	09171	09171127
2956053	Anhalterkolonie	anhalterkolonie	DE		0	Europe/Berlin	51.5882	13.9993				11	00	12066	12066112
2956062	Angschied	angschied	DE		0	Europe/Berlin	50.14465	7.91916				08	00	07141	07141137
2956064	Angloh	angloh	DE		0	Europe/Berlin	48.33779	13.28249				02	092	09275	09275130
2956069	Anglberg	anglberg	DE		0	Europe/Berlin	48.4557	11.79031				02	091	09178	09178157
2956071	Angl	angl	DE		0	Europe/Berlin	48.60881	13.48183				02	092	09275	09275146
2956073	Angkofen	angkofen	DE		0	Europe/Berlin	48.56045	11.48752				02	091	09186	09186143
2956074	Angfurten	angfurten	DE		0	Europe/Berlin	50.9454	7.59966				07	053	05374	05374048
2956075	Angfeld	angfeld	DE		0	Europe/Berlin	49.47298	11.69525				02	093	09371	09371131
2956079	Angerstein	angerstein	DE		0	Europe/Berlin	51.61667	9.6				06			
2956080	Angerskirchen	angerskirchen	DE		0	Europe/Berlin	48.31366	12.11038				02	091	09177	09177139
2956083	Angersbach	angersbach	DE		0	Europe/Berlin	50.62658	9.4445		Angersbach		05	065	06535	06535019
2956086	Angerode	angerode	DE		0	Europe/Berlin	54.12875	12.88319				12	00	13073	13073034
2956093	Angermünde	angermuende	DE		15453	Europe/Berlin	53.01499	13.99924		Angerminde,Angermjunde,Angermjundeh,Angermuende,Angermyunde,Angermünde,an ge er ming de,angamyunde,anghrmwndh,angrmwndh,Ангерминде,Ангермюнде,Ангермюндэ,Անգերմյունդե,آنغرمونده,آنگرمونده,アンガーミュンデ,安格尔明德		11	00	12073	12073008
2956094	Angermund	angermund	DE		0	Europe/Berlin	51.32853	6.78113		Angermund		07	051	05111	05111000
2956095	Angermühle	angermuhle	DE		0	Europe/Berlin	48.00263	12.53158				02	091	09189	09189111
2956098	Angering	angering	DE		0	Europe/Berlin	48.3656	13.31037				02	092	09275	09275116
2956099	Angering	angering	DE		0	Europe/Berlin	48.28565	12.30335				02	091	09183	09183144
2956102	Angerhöfe	angerhofe	DE		0	Europe/Berlin	48.46496	11.55432				02	091	09178	09178150
2956103	Angerhof	angerhof	DE		0	Europe/Berlin	49.10756	10.41715				02	095	09571	09571132
2956106	Angerhausen	angerhausen	DE		0	Europe/Berlin	51.38131	6.7404				07	051	05112	05112000
2956114	Angerbach	angerbach	DE		0	Europe/Berlin	48.43618	12.49318				02	092	09277	09277121
2956130	Angenthoer	angenthoer	DE		0	Europe/Berlin	51.27276	6.18756				07	051	05166	05166004
2956131	Angenrod	angenrod	DE		0	Europe/Berlin	50.76183	9.20866				05	065	06535	06535001
2956135	Angeltürn	angelturn	DE		0	Europe/Berlin	49.48684	9.59718				01	081	08128	08128014
2956137	Angelse	angelse	DE		0	Europe/Berlin	52.98655	8.79738				06	00	03251	03251047
2956138	Angelsdorf	angelsdorf	DE		0	Europe/Berlin	50.9408	6.55446				07	053	05362	05362016
2956139	Angelsburg	angelsburg	DE		0	Europe/Berlin	53.57162	7.73798				06	00	03462	03462019
2956140	Angelsbruck	angelsbruck	DE		0	Europe/Berlin	47.97062	12.05887				02	091	09175	09175136
2956141	Angelsberg	angelsberg	DE		0	Europe/Berlin	50.06285	9.12223				02	096	09671	09671143
2956142	Angelsberg	angelsberg	DE		0	Europe/Berlin	48.37334	12.48772				02	091	09183	09183129
2956147	Angelmodde	angelmodde	DE		0	Europe/Berlin	51.92027	7.70312				07	055	05515	05515000
2956151	Angelhausen	angelhausen	DE		0	Europe/Berlin	50.82591	10.96883				15	00	16070	16070004
2956153	Angelbrechting	angelbrechting	DE		0	Europe/Berlin	48.15841	11.81391				02	091	09175	09175135
2956158	Angelbeck	angelbeck	DE		0	Europe/Berlin	52.71923	7.76768		Angelbeck,Angelbek		06	00	03453	03453011
2956162	Anfelden	anfelden	DE		0	Europe/Berlin	49.41483	10.40149				02	095	09571	09571183
2956163	Anfelden	anfelden	DE		0	Europe/Berlin	48.15764	12.21394				02	091	09183	09183140
2956165	Anemolter	anemolter	DE		0	Europe/Berlin	52.54651	9.07026				06	00	03256	03256032
2956167	Andrup	andrup	DE		0	Europe/Berlin	52.66444	7.52764				06	00	03454	03454019
2956168	Androp	androp	DE		0	Europe/Berlin	51.79428	6.3884				07	051	05154	05154044
2956169	Andriching	andriching	DE		0	Europe/Berlin	48.36805	13.1708				02	092	09275	09275143
2956174	Andorf	andorf	DE		0	Europe/Berlin	52.85663	10.99433				14	00	15081	15081455
2956175	Andorf	andorf	DE		0	Europe/Berlin	52.6647	7.81691				06	00	03459	03459025
2956176	Andorf	andorf	DE		0	Europe/Berlin	49.41723	10.61828				02	095	09571	09571135
2956177	Andorf	andorf	DE		0	Europe/Berlin	48.5332	11.84187				02	091	09178	09178144
2956182	An der Weinleite	an-der-weinleite	DE		0	Europe/Berlin	50.66667	12.61667				13	00	14524	14524310
2956184	An der Wae	an-der-wae	DE		0	Europe/Berlin	51.2	6.13333				07	051	05166	05166020
2956185	Andervenne Oberdorf	andervenne-oberdorf	DE		935	Europe/Berlin	52.51667	7.58333		Andervenne Oberdorf		06	00	03454	03454001
2956186	Andervenne Niederdorf	andervenne-niederdorf	DE		0	Europe/Berlin	52.50108	7.5766		Andervenne Niederdorf,Niederdorf		06	00	03454	03454001
2956188	Steinlager	steinlager	DE		0	Europe/Berlin	52.87602	14.05289				11	00	12060	12060176
2956190	Anderten	anderten	DE		0	Europe/Berlin	52.73899	9.32224				06	00	03256	03256012
2956191	Anderten	anderten	DE		0	Europe/Berlin	52.36292	9.85714		Anderten (Anderten-Misburg),Anderten (Hannover),Hannover-Anderten		06	00	03241	03241001
2956193	An der Südbäke	an-der-suedbaeke	DE		0	Europe/Berlin	53.28333	8.21667				06	00	03451	03451005
2956195	Andersleben	andersleben	DE		0	Europe/Berlin	52.01525	11.3003				14	00	15083	15083415
2956196	Andershof	andershof	DE		0	Europe/Berlin	54.2765	13.10729				12	00	13073	13073088
2956197	Andershausen	andershausen	DE		0	Europe/Berlin	51.84617	9.8595				06	00	03155	03155013
2956198	An der Schanze	an-der-schanze	DE		0	Europe/Berlin	51.18333	6.21667				07	051	05166	05166020
2956210	Andermansdorf	andermansdorf	DE		0	Europe/Berlin	48.69084	12.105				02	092	09274	09274141
2956216	An der Hunte	an-der-hunte	DE		0	Europe/Berlin	52.40823	8.29814				06	00	03459	03459013
2956217	An der Hunte	an-der-hunte	DE		0	Europe/Berlin	53.15	8.15				06	00	03451	03451002
2956224	An der Heide	an-der-heide	DE		0	Europe/Berlin	52.91363	9.03597				06	00	03251	03251033
2956227	An der Haar	an-der-haar	DE		0	Europe/Berlin	52.41908	8.26164				06	00	03459	03459013
2956229	An der Chaussee	an-der-chaussee	DE		0	Europe/Berlin	54.36667	9.13333				10	00	01054	01054023
2956230	An der Chaussee	an-der-chaussee	DE		0	Europe/Berlin	53.80367	9.44817				10	00	01061	01061012
2956231	An der Chaussee	an-der-chaussee	DE		0	Europe/Berlin	52.35	9.03333				07	057	05770	05770028
2956240	An den Eichen	an-den-eichen	DE		0	Europe/Berlin	49.9961	8.5892				05	064	06433	06433008
2956242	Andelshofen	andelshofen	DE		0	Europe/Berlin	47.77992	9.18783				01	084	08435	08435059
2956248	Andelfingen	andelfingen	DE		0	Europe/Berlin	48.14656	9.40739				01	084	08426	08426067
2956249	Andel	andel	DE		0	Europe/Berlin	49.90824	7.04161				08	00	07231	07231008
2956255	Anberg	anberg	DE		0	Europe/Berlin	50.41158	9.73492				05	066	06631	06631016
2956257	Anbau	anbau	DE		0	Europe/Berlin	51.3258	13.80547				13	00	14627	14627290
2956258	Anbau	anbau	DE		0	Europe/Berlin	50.73052	12.75051				13	00	14521	14521430
2956261	Anatswald	anatswald	DE		0	Europe/Berlin	47.34807	10.26501				02	097	09780	09780133
2956268	Am Weinberg	am-weinberg	DE		0	Europe/Berlin	52.62754	12.88851				11	00	12063	12063208
2956278	Am Turm	am-turm	DE		0	Europe/Berlin	48.28201	8.19468				01	083	08317	08317039
2956279	Amtswieck	amtswieck	DE		0	Europe/Berlin	53.86667	13.91667		Amtswieck,Amtswiek		12	00	13075	13075137
2956282	Amtsknechtswahn	amtsknechtswahn	DE		0	Europe/Berlin	50.89339	7.40515		Amtknechtswahn,Amtsknechtswahn		07	053	05382	05382036
2956283	Amtshof	amtshof	DE		0	Europe/Berlin	53.33333	13.45				12	00	13071	13071033
2956286	Amtshausen	amtshausen	DE		0	Europe/Berlin	50.97472	8.30047		Amtshausen		07	059	05970	05970028
2956287	Amtshainersdorf	amtshainersdorf	DE		0	Europe/Berlin	50.9675	14.23822				13	00	14628	14628360
2956288	Amtsfreiheit	amtsfreiheit	DE		0	Europe/Berlin	52.57016	13.72771				11	00	12064	12064029
2956293	Amts Bauhof	amts-bauhof	DE		0	Europe/Berlin	53.69669	11.10858		Amts Bauhof,Bauhof		12	00	13074	13074021
2956294	Am Triebweg	am-triebweg	DE		0	Europe/Berlin	50.06835	8.96475				05	064	06438	06438004
2956295	Amtmannsdorf	amtmannsdorf	DE		0	Europe/Berlin	48.9983	11.53134		Amtmannsdorf		02	091	09176	09176114
2956296	Kienitz Nord	kienitz-nord	DE		0	Europe/Berlin	52.67753	14.40102		Kienitz Amt		11	00	12064	12064274
2956297	Thonberg	thonberg	DE		0	Europe/Berlin	51.25184	14.13815		Am Thonberg,Hlinowc,Thonberg		13	00	14625	14625250
2956300	Amteroth	amteroth	DE		0	Europe/Berlin	50.67027	7.66552				08	00	07132	07132040
2956301	Amtern	amtern	DE		0	Europe/Berlin	52.54749	8.09578				06	00	03460	03460005
2956303	Amtenhausen	amtenhausen	DE		0	Europe/Berlin	47.94785	8.6843				01	083	08327	08327025
2956305	Amt Dambeck	amt-dambeck	DE		0	Europe/Berlin	52.78889	11.16481		Amt Dambeck,Dambeck Dorf		14	00	15081	15081455
2956306	Am Stuten	am-stuten	DE		0	Europe/Berlin	51.35819	7.19608				07	059	05954	05954016
2956314	Am Steindamm	am-steindamm	DE		0	Europe/Berlin	53.93333	9.4				10	00	01061	01061008
2956315	Am Stein	am-stein	DE		0	Europe/Berlin	51.07714	8.41571				07	059	05970	05970004
2956319	Am Sonnenberg	am-sonnenberg	DE		0	Europe/Berlin	53.38978	10.86891				12	00	13076	13076030
2956320	Am Sittardsberg	am-sittardsberg	DE		0	Europe/Berlin	51.38333	6.76667				07	051	05112	05112000
2956321	Amshausen	amshausen	DE		0	Europe/Berlin	52.02512	8.41473		Amshausen		07	057	05754	05754040
2956323	Amsham	amsham	DE		0	Europe/Berlin	48.51306	13.07417		Amsham		02	092	09277	09277117
2956324	Amsham	amsham	DE		0	Europe/Berlin	48.45181	13.16621				02	092	09275	09275124
2956331	Amselhain	amselhain	DE		0	Europe/Berlin	52.63775	13.73257				11	00	12060	12060280
2956333	Amselfing	amselfing	DE		0	Europe/Berlin	48.8604	12.65603				02	092	09278	09278113
2956335	Am See	am-see	DE		0	Europe/Berlin	47.73788	11.7376				02	091	09182	09182116
2956342	Am Schwarzen Busch	am-schwarzen-busch	DE		0	Europe/Berlin	54.01016	11.43062				12	00	13074	13074035
2956345	Am Schüren	am-schueren	DE		0	Europe/Berlin	51.32121	7.41196				07	059	05954	05954008
2956348	Am Schlünder	am-schluender	DE		0	Europe/Berlin	51.47249	7.855				07	059	05974	05974056
2956350	Am Scheuberg	am-scheuberg	DE		0	Europe/Berlin	51.65	11.51667				14	00	15087	15087220
2956351	Am Schafstall	am-schafstall	DE		0	Europe/Berlin	52.76832	12.59213				11	00	12063	12063088
2956355	Am Ruppiner Kanal	am-ruppiner-kanal	DE		0	Europe/Berlin	52.77364	13.04635				11	00	12065	12065165
2956361	Am Roten Berg	am-roten-berg	DE		0	Europe/Berlin	50.12396	8.33433				05	064	06414	06414000
2956364	Amrigschwand	amrigschwand	DE		0	Europe/Berlin	47.71994	8.1858				01	083	08337	08337051
2956365	Amrichshausen	amrichshausen	DE		0	Europe/Berlin	49.28278	9.73982		Amrichshausen		01	081	08126	08126046
2956367	Am Reichswald	am-reichswald	DE		0	Europe/Berlin	51.76398	6.10013		Am Reichswald,Reichswalde		07	051	05154	05154036
2956371	Ampo	ampo	DE		0	Europe/Berlin	47.88084	10.12665				02	097	09778	09778165
2956372	Ampleben	ampleben	DE		0	Europe/Berlin	52.17825	10.74703				06	00	03158	03158022
2956373	Am Pippinge	am-pippinge	DE		0	Europe/Berlin	51.82061	9.48584				06	00	03255	03255023
2956379	Ampferbach	ampferbach	DE		0	Europe/Berlin	49.84551	10.73017				02	094	09471	09471120
2956380	Ampfelbronn	ampfelbronn	DE		0	Europe/Berlin	47.96178	9.83391				01	084	08426	08426038
2956382	Ampertshausen	ampertshausen	DE		0	Europe/Berlin	48.48664	11.62727				02	091	09186	09186152
2956383	Ampertshausen	ampertshausen	DE		0	Europe/Berlin	48.42333	11.67561				02	091	09178	09178137
2956385	Amperpettenbach	amperpettenbach	DE		0	Europe/Berlin	48.32544	11.53075				02	091	09174	09174121
2956386	Ampermoching	ampermoching	DE		0	Europe/Berlin	48.30501	11.48852				02	091	09174	09174122
2956391	Ampen	ampen	DE		0	Europe/Berlin	51.5525	8.05349		Ampen		07	059	05974	05974040
2956394	Amosried	amosried	DE		0	Europe/Berlin	48.90694	12.84981				02	092	09278	09278187
2956395	Amoslohe	amoslohe	DE		0	Europe/Berlin	49.86578	11.69967				02	094	09472	09472133
2956396	Amoshof	amoshof	DE		0	Europe/Berlin	49.5658	7.70573				08	00	07335	07335029
2956403	Amönenhof	amoenenhof	DE		0	Europe/Berlin	50.6289	10.22736				15	00	16066	16066086
2956404	Amöneburg	amoeneburg	DE		5390	Europe/Berlin	50.79595	8.9233		Am'oneburg,Ameneburg,Amjoneburg,a mo nei bao,ameneburuku,amwnbrg,amwnhbwrgh,Аменебург,Амьонебург,Амёнебург,Амөнебург,آمونبرگ,آمونهبورغ,アメーネブルク,阿默内堡		05	065	06534	06534001
2956796	Alttiefenweg	alttiefenweg	DE		0	Europe/Berlin	48.72511	12.86577				02	092	09271	09271139
2956405	Amöneburg	amoeneburg	DE		0	Europe/Berlin	50.03454	8.25391		Mainz-Amoeneburg,Mainz-Amöneburg,Wiesbaden-Amoeneburg,Wiesbaden-Amöneburg		05	064	06414	06414000
2956406	Amönau	amoenau	DE		0	Europe/Berlin	50.90838	8.686				05	065	06534	06534021
2956407	Amoltern	amoltern	DE		0	Europe/Berlin	48.12714	7.6779				01	083	08316	08316012
2956409	Am Nolsen	am-nolsen	DE		0	Europe/Berlin	51.41667	7.31667				07	059	05954	05954036
2956412	Ammonschönbronn	ammonschonbronn	DE		0	Europe/Berlin	49.17243	10.46284				02	095	09571	09571223
2956415	Ammertsweiler	ammertsweiler	DE		0	Europe/Berlin	49.09251	9.52229				01	081	08127	08127052
2956419	Ammerswurth	ammerswurth	DE		0	Europe/Berlin	54.07958	9.04992				10	00	01051	01051074
2956420	Ammersum	ammersum	DE		0	Europe/Berlin	53.2393	7.66032				06	00	03457	03457008
2956421	Ammerstetten	ammerstetten	DE		0	Europe/Berlin	48.28057	9.96975				01	084	08425	08425110
2956423	Ammersreit	ammersreit	DE		0	Europe/Berlin	48.48756	12.68627				02	092	09277	09277119
2956427	Ammersdorf	ammersdorf	DE		0	Europe/Berlin	48.5453	12.96487				02	092	09277	09277126
2956428	Ammersdorf	ammersdorf	DE		0	Europe/Berlin	48.2969	11.9363				02	091	09177	09177117
2956435	Ammern	ammern	DE		0	Europe/Berlin	51.23517	10.45376		Ammern		15	00	16064	16064071
2956440	Ammerland	ammerland	DE		0	Europe/Berlin	47.90255	11.33501		Ammerland		02	091	09173	09173137
2956442	Ammerich	ammerich	DE		0	Europe/Berlin	50.61023	7.42473				08	00	07138	07138044
2956446	Ammerfeld	ammerfeld	DE		0	Europe/Berlin	48.79378	10.99474				02	091	09185	09185153
2956449	Ammerbach	ammerbach	DE		0	Europe/Berlin	50.90483	11.55639		Ammerbach,Jena-Ammerbach		15	00	16053	16053000
2956452	Ammensen	ammensen	DE		0	Europe/Berlin	51.9092	9.85498		Ammensen		06	00	03255	03255008
2956453	Ammenhausen	ammenhausen	DE		0	Europe/Berlin	51.97304	10.06536				06	00	03254	03254044
2956454	Ammenhausen	ammenhausen	DE		0	Europe/Berlin	51.44556	9.04896				05	066	06635	06635008
2956455	Ammenhausen	ammenhausen	DE		0	Europe/Berlin	50.77197	8.5893				05	065	06534	06534010
2956456	Ammendorf	ammendorf	DE		0	Europe/Berlin	51.42896	11.98015				14	00	15002	15002000
2956457	Ammelstädt	ammelstaedt	DE		0	Europe/Berlin	50.74031	11.31997				15	00	16073	16073076
2956458	Ammelshain	ammelshain	DE		0	Europe/Berlin	51.29244	12.64046				13	00	14729	14729300
2956459	Ammelsdorf	ammelsdorf	DE		0	Europe/Berlin	50.80669	13.62631				13	00	14628	14628060
2956460	Ammeloe	ammeloe	DE		0	Europe/Berlin	52.06667	6.78333				07	055	05554	05554068
2956461	Ammeln	ammeln	DE		0	Europe/Berlin	52.07454	7.03171				07	055	05554	05554004
2956462	Ammelhofen	ammelhofen	DE		0	Europe/Berlin	49.33636	11.54285				02	093	09373	09373153
2956464	Ammelgosswitz	ammelgosswitz	DE		0	Europe/Berlin	51.47802	13.1538				13	00	14730	14730045
2956465	Ammeldingen	ammeldingen	DE		0	Europe/Berlin	50.0478	6.274		Ammeldingen,Ammeldingen bei Neuerburg		08	00	07232	07232005
2956466	Ammeldingen	ammeldingen	DE		0	Europe/Berlin	49.88991	6.25467		Ammeldingen,Ammeldingen an der Our		08	00	07232	07232004
2956467	Ammelbruch	ammelbruch	DE		0	Europe/Berlin	49.09556	10.46778				02	095	09571	09571170
2956469	Ammelacker	ammelacker	DE		0	Europe/Berlin	49.1794	11.89219				02	093	09373	09373134
2956474	Amlishagen	amlishagen	DE		0	Europe/Berlin	49.26417	9.96222		Amlishagen		01	081	08127	08127032
2956475	Amlingstadt	amlingstadt	DE		0	Europe/Berlin	49.85547	10.99869				02	094	09471	09471195
2956482	Am Krähnocken	am-kraehnocken	DE		0	Europe/Berlin	51.35	7.48333				07	059	05914	05914000
2956486	Am Knickebrink	am-knickebrink	DE		0	Europe/Berlin	51.83333	9.86667				06	00	03155	03155013
2956494	Am Katzenberg	am-katzenberg	DE		0	Europe/Berlin	52.38333	10.41667				06	00	03151	03151041
2956501	Aminghäuser Heide	aminghaeuser-heide	DE		0	Europe/Berlin	52.31667	8.93333				07	057	05770	05770024
2956502	Aminghausen	aminghausen	DE		0	Europe/Berlin	52.31236	8.95586				07	057	05770	05770024
2956504	Amholz	amholz	DE		0	Europe/Berlin	53.32216	10.82625				12	00	13076	13076136
2956507	Am Hohberg	am-hohberg	DE		0	Europe/Berlin	51.03783	14.44622				13	00	14625	14625560
2956512	Am Hilgenstocke	am-hilgenstocke	DE		0	Europe/Berlin	51.35	7.23333				07	059	05954	05954028
2956521	Im Hagen	im-hagen	DE		0	Europe/Berlin	51.63379	7.90664				07	059	05915	05915000
2956530	Am Gericht	am-gericht	DE		0	Europe/Berlin	50.59262	6.28587				07	053	05334	05334028
2956533	Am Fuhsekanal	am-fuhsekanal	DE		0	Europe/Berlin	52.58333	10.06667				06	00	03351	03351006
2956534	Am Frühlingsberg	am-fruehlingsberg	DE		0	Europe/Berlin	51.05422	14.44329				13	00	14625	14625560
2956535	Am Fladder	am-fladder	DE		0	Europe/Berlin	53.0438	8.18784				06	00	03458	03458013
2956543	Ametsbichl	ametsbichl	DE		0	Europe/Berlin	47.91042	12.04217				02	091	09187	09187137
2956547	Amesberg	amesberg	DE		0	Europe/Berlin	49.11635	12.93756				02	092	09276	09276144
2956549	Amertshofen	amertshofen	DE		0	Europe/Berlin	48.52106	11.08619				02	097	09771	09771141
2956553	Amern	amern	DE		0	Europe/Berlin	51.23149	6.25088		Amern		07	051	05166	05166024
2956556	Ameringshub	ameringshub	DE		0	Europe/Berlin	48.34747	12.93026				02	092	09277	09277148
2956557	Amering	amering	DE		0	Europe/Berlin	48.30575	12.46993				02	091	09183	09183127
2956560	Amerika	amerika	DE		0	Europe/Berlin	52.93118	8.04307				06	00	03453	03453008
2956561	Amerika	amerika	DE		0	Europe/Berlin	50.7	12.51667				13	00	14524	14524330
2956565	Amerbusch	amerbusch	DE		0	Europe/Berlin	52.75313	8.34291				06	00	03460	03460004
2956566	Amerbacherkreut	amerbacherkreut	DE		0	Europe/Berlin	48.89737	10.68748				02	097	09779	09779228
2956568	Amerbach	amerbach	DE		0	Europe/Berlin	48.8905	10.69712		Amerbach		02	097	09779	09779228
2956572	Amendingen	amendingen	DE		3724	Europe/Berlin	48.00302	10.17918				02	097	09764	09764000
2956573	Amelunxen	amelunxen	DE		0	Europe/Berlin	51.71342	9.34919				07	057	05762	05762008
2956578	Amelsen	amelsen	DE		0	Europe/Berlin	51.83537	9.76227				06	00	03155	03155003
2956579	Amelsbüren	amelsbueren	DE		0	Europe/Berlin	51.88274	7.60911				07	055	05515	05515000
2956580	Amelose	amelose	DE		0	Europe/Berlin	50.83077	8.54144		Amelose		05	065	06534	06534007
2956581	Ameln	ameln	DE		0	Europe/Berlin	50.98605	6.43485		Ameln		07	053	05358	05358056
2956582	Amelith	amelith	DE		0	Europe/Berlin	51.69412	9.51361				06	00	03155	03155002
2956586	Amelhausen	amelhausen	DE		0	Europe/Berlin	52.95187	8.32409				06	00	03458	03458007
2956588	Amelgering	amelgering	DE		0	Europe/Berlin	48.45317	12.73685				02	092	09277	09277119
2956589	Amelgatzen	amelgatzen	DE		0	Europe/Berlin	52.01278	9.33786				06	00	03252	03252005
2956613	Amedorf	amedorf	DE		0	Europe/Berlin	52.9344	9.16384				06	00	03361	03361002
2956614	Amedorf	amedorf	DE		0	Europe/Berlin	52.59559	9.56883		Amedorf (Neustadt am Ruebenberge),Amedorf (Neustadt am Rübenberge),Neustadt-Amedorf		06	00	03241	03241012
2956615	Amecke	amecke	DE		0	Europe/Berlin	51.75205	7.7641				07	055	05570	05570016
2956616	Amecke	amecke	DE		0	Europe/Berlin	51.30002	7.94642		Amecke		07	059	05958	05958044
2956617	Am Dülmen	am-duelmen	DE		0	Europe/Berlin	51.66358	6.67963				07	051	05170	05170048
2956619	Amdorf	amdorf	DE		0	Europe/Berlin	53.21375	7.53467				06	00	03457	03457006
2956620	Amdorf	amdorf	DE		0	Europe/Berlin	50.68405	8.2571		Amdorf		05	065	06532	06532012
2956621	Am Donnerberg	am-donnerberg	DE		0	Europe/Berlin	50.73333	13.7				13	00	14628	14628010
2956623	Am Deich	am-deich	DE		0	Europe/Berlin	52.93333	11.2				06	00	03354	03354018
2956626	Am Darrweg	am-darrweg	DE		0	Europe/Berlin	51.48333	10.76667				15	00	16062	16062063
2956627	Am Dammsteg	am-dammsteg	DE		0	Europe/Berlin	51.18333	6.85				07	051	05111	05111000
2956628	Am Damm	am-damm	DE		0	Europe/Berlin	52.24124	8.28848				06	00	03459	03459024
2956630	Am Busch	am-busch	DE		0	Europe/Berlin	51.49968	7.65806				07	059	05978	05978036
2956632	Ambühren	ambuehren	DE		0	Europe/Berlin	52.85553	7.99095				06	00	03453	03453004
2956633	Am Bühl	am-buhl	DE		0	Europe/Berlin	48.49562	8.00647				01	083	08317	08317021
2956637	Ambrock	ambrock	DE		0	Europe/Berlin	51.32152	7.5176		Ambrock		07	059	05914	05914000
2956641	Ambostel	ambostel	DE		0	Europe/Berlin	52.36666	10.13888		*Abbenhuson-Burstall,Amborstelde [a. 1333],Ambostel (Sievershausen),Katten		06	00	03241	03241011
2956651	Ambergen	ambergen	DE		0	Europe/Berlin	52.8025	8.41855				06	00	03460	03460004
2956652	Ambergen	ambergen	DE		0	Europe/Berlin	52.3155	7.76263				07	055	05566	05566056
2956653	Am Berge	am-berge	DE		0	Europe/Berlin	52.18961	7.07073				07	055	05554	05554020
2956665	Am Bahnhof Korbetha	am-bahnhof-korbetha	DE		0	Europe/Berlin	51.26667	12				14	00	15084	15084550
2956666	Am Bahnhof Kieritzsch	am-bahnhof-kieritzsch	DE		0	Europe/Berlin	51.15	12.41667				13	00	14729	14729320
2956667	Am Bahnhof	am-bahnhof	DE		0	Europe/Berlin	51.35183	12.98445				13	00	14730	14730060
2956668	Am Bahnhof	am-bahnhof	DE		0	Europe/Berlin	51.17764	13.56156				13	00	14627	14627170
2956669	Am Bach	am-bach	DE		0	Europe/Berlin	48.17637	8.23155				01	083	08317	08317051
2956670	Ambach	ambach	DE		0	Europe/Berlin	48.65045	11.10491				02	091	09185	09185127
2956671	Am Bach	am-bach	DE		0	Europe/Berlin	48.18415	8.37245				01	083	08325	08325053
2956677	Amandusdorf	amandusdorf	DE		0	Europe/Berlin	51.67444	13.8915				11	00	12066	12066041
2956681	Amalienruhe	amalienruhe	DE		0	Europe/Berlin	50.50987	10.38271		Amalienruh,Amalienruhe		15	00	16066	16066073
2956686	Amalienhof	amalienhof	DE		0	Europe/Berlin	52.51928	13.16028				16	00	11000	11000000
2956687	Amalienhof	amalienhof	DE		0	Europe/Berlin	53.82604	12.48848				12	00	13072	13072024
2956688	Amalienhof	amalienhof	DE		0	Europe/Berlin	53.3821	12.81883				12	00	13071	13071122
2956689	Amalienhof	amalienhof	DE		0	Europe/Berlin	52.81801	13.94294				11	00	12064	12064125
2956690	Amalienhof	amalienhof	DE		0	Europe/Berlin	52.1	14				11	00	12061	12061329
2956691	Amalienhof	amalienhof	DE		0	Europe/Berlin	48.74892	9.99928				01	081	08136	08136007
2956696	Amalienfelde	amalienfelde	DE		0	Europe/Berlin	52.74159	13.05674				11	00	12065	12065165
2956703	Alzing	alzing	DE		0	Europe/Berlin	47.81257	12.6281				02	091	09189	09189145
2956706	Alzhausen	alzhausen	DE		0	Europe/Berlin	48.76299	12.01306				02	092	09273	09273165
2956707	Alzgern	alzgern	DE		0	Europe/Berlin	48.24154	12.75295				02	091	09171	09171125
2956711	Alzesberg	alzesberg	DE		0	Europe/Berlin	48.75494	13.48102				02	092	09272	09272141
2956713	Alzenberg	alzenberg	DE		0	Europe/Berlin	48.72058	8.721		Calw-Alzenberg		01	082	08235	08235085
2956714	Alzenbach	alzenbach	DE		0	Europe/Berlin	50.76745	7.49285		Alzenbach,Atzenbach		07	053	05382	05382016
2956717	Alzen	alzen	DE		0	Europe/Berlin	50.85079	7.7383		Alzen		07	053	05374	05374028
2956718	Alzen	alzen	DE		0	Europe/Berlin	50.52579	6.26635		Alzen		07	053	05334	05334020
2956723	Alxing	alxing	DE		0	Europe/Berlin	48.02323	11.92969				02	091	09175	09175114
2956726	Alvesse	alvesse	DE		0	Europe/Berlin	52.40436	10.32638		Aldesse [a. 1456],Aluedessen [a. 1226],Aluessen [a. 1343],Alvesse (Edemissen),Alŭedessen [a. 1226],Alŭessen [a. 1343],Edemissen-Alvesse		06	00	03157	03157001
2956727	Alvesse	alvesse	DE		0	Europe/Berlin	52.21444	10.38363		Alvedissen,Alvesse (Vechelde),Alvotesheim [a. 1161],Alwesse		06	00	03157	03157007
2956728	Alvesrode	alvesrode	DE		0	Europe/Berlin	52.20161	9.60154				06	00	03241	03241017
2956730	Alvesen	alvesen	DE		0	Europe/Berlin	53.43686	9.88068				06	00	03353	03353029
2956731	Alvesen	alvesen	DE		0	Europe/Berlin	52.87532	9.15477				06	00	03256	03256013
2956732	Alverskirchen	alverskirchen	DE		0	Europe/Berlin	51.91214	7.81046		Alverskirchen		07	055	05570	05570024
2956733	Alversdorf	alversdorf	DE		0	Europe/Berlin	52.15	11.03333				06	00	03154	03154028
2956735	Alvern	alvern	DE		0	Europe/Berlin	53.01571	10.01593				06	00	03358	03358016
2956736	Alvern	alvern	DE		0	Europe/Berlin	52.6554	10.19165				06	00	03351	03351006
2956737	Alverdissen	alverdissen	DE		0	Europe/Berlin	52.03143	9.1256				07	057	05766	05766012
2956738	Altzuckmantel	altzuckmantel	DE		0	Europe/Berlin	51.04048	14.71454				13	00	14626	14626180
2956739	Altzschillen	altzschillen	DE		0	Europe/Berlin	50.99541	12.76511				13	00	14522	14522580
2956740	Altzirkendorf	altzirkendorf	DE		0	Europe/Berlin	49.73732	11.66697				02	093	09374	09374129
2956741	Altziegenrück	altziegenruck	DE		0	Europe/Berlin	49.47812	10.63491				02	095	09575	09575145
2956742	Alt Zeschdorf	alt-zeschdorf	DE		0	Europe/Berlin	52.42613	14.44297				11	00	12064	12064539
2956745	Alt Zauche-Wußwerk	alt-zauche-wusswerk	DE		0	Europe/Berlin	51.91679	14.01494		Alt Zauche,Alt Zauche-Wusswerk,Alt Zauche-Wußwerk,Stara Niwa-Wozwjerch,Stara Niwa-Wózwjerch		11	00	12061	12061005
2956746	Alt Zarrendorf	alt-zarrendorf	DE		0	Europe/Berlin	54.23554	13.06643				12	00	13073	13073104
2956748	Altwustrow	altwustrow	DE		0	Europe/Berlin	52.75931	14.21245				11	00	12064	12064371
2956752	Altwriezen	altwriezen	DE		0	Europe/Berlin	52.73894	14.20824				11	00	12064	12064512
2956753	Alt Wolfsburg	alt-wolfsburg	DE		0	Europe/Berlin	52.44199	10.80008				06	00	03103	03103000
2956754	Altwittenbek	altwittenbek	DE		0	Europe/Berlin	54.36584	10.04615		Alt Wittenbeck,Altwittenbek		10	00	01058	01058112
2956755	Altwistedt	altwistedt	DE		0	Europe/Berlin	53.41244	8.91255				06	00	03352	03352059
2956756	Altwildungen	altwildungen	DE		0	Europe/Berlin	51.12642	9.12749				05	066	06635	06635003
2956758	Alt Wiessee	alt-wiessee	DE		0	Europe/Berlin	47.70929	11.73001				02	091	09182	09182111
2956759	Altwiesloch	altwiesloch	DE		0	Europe/Berlin	49.30011	8.71218		Altwiesloch		01	082	08226	08226098
2956762	Altwiedermus	altwiedermus	DE		0	Europe/Berlin	50.23427	9.05223				05	064	06435	06435024
2956763	Alt Wiedenthal	alt-wiedenthal	DE		0	Europe/Berlin	53.48333	9.88333				04	00	02000	02000000
2956764	Altwied	altwied	DE		0	Europe/Berlin	50.48297	7.46584				08	00	07138	07138045
2956767	Alt Wetten	alt-wetten	DE		0	Europe/Berlin	51.58448	6.29984				07	051	05154	05154032
2956769	Alt Wendischthun	alt-wendischthun	DE		0	Europe/Berlin	53.28191	10.75071				06	00	03355	03355009
2956770	Altweilnau	altweilnau	DE		0	Europe/Berlin	50.31649	8.42058				05	064	06434	06434013
2956773	Altweichelau	altweichelau	DE		0	Europe/Berlin	49.42272	12.40027				02	093	09376	09376148
2956774	Altweg	altweg	DE		0	Europe/Berlin	48.4147	12.23014				02	092	09274	09274118
2956775	Altweg	altweg	DE		0	Europe/Berlin	48.20215	12.05707				02	091	09177	09177123
2956780	Altwarmbüchen	altwarmbuechen	DE		0	Europe/Berlin	52.43439	9.8561		Altwarmbuchen,Altwarmbüchen,Warmbeuken		06	00	03241	03241008
2956781	Alt Wallmoden	alt-wallmoden	DE		1095	Europe/Berlin	52.01933	10.30294		Alt Wallmoden,Alt Wallmoden (Wallmoden),Walmonthem [a. 1016]		06	00	03153	03153014
2956783	Alt Vorwerk	alt-vorwerk	DE		0	Europe/Berlin	53.92729	12.61007				12	00	13072	13072111
2956784	Altvolberg	altvolberg	DE		0	Europe/Berlin	50.91673	7.1751				07	053	05378	05378028
2956786	Altvielreich	altvielreich	DE		0	Europe/Berlin	49.02678	12.70048				02	092	09278	09278129
2956788	Alt Ungnade	alt-ungnade	DE		0	Europe/Berlin	54.07067	13.29251				12	00	13075	13075076
2956791	Alttrebbin	alttrebbin	DE		0	Europe/Berlin	52.68887	14.24489				11	00	12064	12064365
2956793	Alttornow	alttornow	DE		0	Europe/Berlin	52.78226	14.03821				11	00	12064	12064044
2956794	Alt Torgelow	alt-torgelow	DE		0	Europe/Berlin	53.68645	14.05223				12	00	13075	13075131
2956795	Alt Töplitz	alt-toeplitz	DE		0	Europe/Berlin	52.42995	12.90894		Toeplitz,Töplitz		11	00	12069	12069656
2956799	Alt Teterin	alt-teterin	DE		0	Europe/Berlin	53.79731	13.62288				12	00	13075	13075022
2956800	Alt Temmen	alt-temmen	DE		0	Europe/Berlin	53.09583	13.75583				11	00	12073	12073569
2956806	Alttann	alttann	DE		0	Europe/Berlin	47.83908	9.79207		Altann,Alttann		01	084	08436	08436085
2956807	Alt Süllitz	alt-suellitz	DE		0	Europe/Berlin	54.37089	13.59802				12	00	13073	13073106
2956808	Alt Sührkow	alt-suehrkow	DE		471	Europe/Berlin	53.80242	12.6512				12	00	13072	13072003
2956810	Altstockach	altstockach	DE		0	Europe/Berlin	48.15	12.00153				02	091	09175	09175123
2956812	Altsteußlingen	altsteusslingen	DE		0	Europe/Berlin	48.30521	9.64883				01	084	08425	08425033
2956813	Altstetten	altstetten	DE		0	Europe/Berlin	48.81355	11.03123				02	091	09185	09185153
2956814	Altstetten	altstetten	DE		0	Europe/Berlin	48.30545	11.28286				02	091	09174	09174118
2956815	Alt Steinhorst	alt-steinhorst	DE		0	Europe/Berlin	54.14645	12.49008				12	00	13073	13073055
2956816	Alt Steinbeck	alt-steinbeck	DE		0	Europe/Berlin	53.63743	11.08294				12	00	13074	13074043
2956817	Altstein	altstein	DE		0	Europe/Berlin	47.88921	12.21881		Alkstein		02	091	09187	09187163
2956819	Alt Stassow	alt-stassow	DE		0	Europe/Berlin	54.03933	12.59806				12	00	13072	13072037
2956821	Alt Stahnsdorf	alt-stahnsdorf	DE		0	Europe/Berlin	52.28706	13.88077		Alt Stahnsdorf		11	00	12067	12067481
2956822	Altstadt Waldenburg	altstadt-waldenburg	DE		0	Europe/Berlin	50.86667	12.61667				13	00	14524	14524290
2956823	Altstädter Feldmark	altstaedter-feldmark	DE		0	Europe/Berlin	52.09749	8.67105				07	057	05758	05758012
2956824	Altstädten	altstadten	DE		0	Europe/Berlin	47.4859	10.28421				02	097	09780	09780139
2956826	Altstadt Borna	altstadt-borna	DE		0	Europe/Berlin	51.12083	12.50675		Altstadt Borna		13	00	14729	14729050
2956830	Altstadt	altstadt	DE		0	Europe/Berlin	53.07732	8.80589				03	00	04011	04011000
2956831	Altstadt	altstadt	DE		0	Europe/Berlin	52.41368	12.55411				11	00	12051	12051000
2956832	Altstadt	altstadt	DE		0	Europe/Berlin	51.04967	13.73323		Altstadt,Dresden-Altstadt		13	00	14612	14612000
2956833	Altstadt	altstadt	DE		0	Europe/Berlin	49.93333	11.55				02	094	09462	09462000
2956834	Altstadt	altstadt	DE		0	Europe/Berlin	48.15893	8.6453				01	083	08325	08325049
2956835	Altstadt	altstadt	DE		0	Europe/Berlin	51.04377	14.06756				13	00	14628	14628380
2956836	Altstadt	altstadt	DE		0	Europe/Berlin	51.0074	14.92804				13	00	14626	14626420
2956837	Altstadt	altstadt	DE		0	Europe/Berlin	50.65655	7.81253				08	00	07143	07143229
2956838	Altstadt	altstadt	DE		0	Europe/Berlin	50.11667	9.88333				02	096	09672	09672127
2956839	Altstadt	altstadt	DE		0	Europe/Berlin	49.32356	7.28771				09	00	10045	10045115
2956842	Altsorgefeld	altsorgefeld	DE		0	Europe/Berlin	51.81909	13.53171				11	00	12072	12072053
2956843	Alt-Sommersdorf	alt-sommersdorf	DE		0	Europe/Berlin	53.8	12.9				12	00	13071	13071139
2956845	Alt Siegelsum	alt-siegelsum	DE		0	Europe/Berlin	53.49843	7.28571				06	00	03452	03452024
2956848	Altselingsbach	altselingsbach	DE		0	Europe/Berlin	49.47487	10.62125				02	095	09575	09575145
2956849	Alt Seggebruch	alt-seggebruch	DE		0	Europe/Berlin	52.30453	9.10308				06	00	03257	03257034
2956851	Altseehagen	altseehagen	DE		0	Europe/Berlin	54.23517	12.75109				12	00	13073	13073097
2956854	Altschweier	altschweier	DE		0	Europe/Berlin	48.69954	8.16233		Altschweier		01	082	08216	08216007
2956856	Alt Schwambach	alt-schwambach	DE		0	Europe/Berlin	50.60078	9.97387				05	066	06631	06631023
2956859	Altschönau	altschonau	DE		0	Europe/Berlin	48.90789	13.4628				02	092	09272	09272146
2956860	Alt Schönau	alt-schoenau	DE		273	Europe/Berlin	53.58466	12.73381				12	00	13071	13071172
2956863	Altschmiedelfeld	altschmiedelfeld	DE		0	Europe/Berlin	48.96596	9.82075				01	081	08127	08127079
2956864	Altschmiede	altschmiede	DE		0	Europe/Berlin	48.89776	9.99958				01	081	08136	08136002
2956868	Alt Schledehausen	alt-schledehausen	DE		0	Europe/Berlin	52.28682	8.23052				06	00	03459	03459012
2956869	Alt Schlagsdorf	alt-schlagsdorf	DE		0	Europe/Berlin	53.75642	11.54328				12	00	13076	13076033
2956870	Altscheuern	altscheuern	DE		0	Europe/Berlin	50.03101	6.31192				08	00	07232	07232117
2956872	Altschermbeck	altschermbeck	DE		0	Europe/Berlin	51.69457	6.87486		Altschermbeck		07	051	05170	05170036
2956873	Altscherbitz	altscherbitz	DE		0	Europe/Berlin	51.39292	12.24338		Altscherbitz		13	00	14730	14730270
2956874	Altscheidenbach	altscheidenbach	DE		0	Europe/Berlin	51.06105	14.43238				13	00	14625	14625560
2956876	Altschauerberg	altschauerberg	DE		0	Europe/Berlin	49.53395	10.70371				02	095	09575	09575121
2956879	Altsattel	altsattel	DE		0	Europe/Berlin	51.21656	13.26121				13	00	14627	14627130
2956880	Alt Sassitz	alt-sassitz	DE		0	Europe/Berlin	54.4	13.4				12	00	13073	13073083
2956881	Alt Sammit	alt-sammit	DE		0	Europe/Berlin	53.64672	12.23276		Alt Samitz		12	00	13072	13072056
2956884	Alt Ruppersdorf	alt-ruppersdorf	DE		0	Europe/Berlin	53.96451	10.7429				10	00	01055	01055035
2956886	Alt Rucksmoor	alt-rucksmoor	DE		0	Europe/Berlin	53	11.45				06			
2956887	Altrottmannsdorf	altrottmannsdorf	DE		0	Europe/Berlin	50.66686	12.39033				13	00	14524	14524170
2956888	Altrosenthal	altrosenthal	DE		0	Europe/Berlin	52.54911	14.276				11	00	12064	12064482
2956889	Altroggenrahmede	altroggenrahmede	DE		0	Europe/Berlin	51.25689	7.6628				07	059	05962	05962004
2956892	Altringenberg	altringenberg	DE		0	Europe/Berlin	47.67058	10.0206				02	097	09776	09776112
2956908	Altrhede	altrhede	DE		0	Europe/Berlin	51.83333	6.68333				07	055	05554	05554048
2956909	Altreuth	altreuth	DE		0	Europe/Berlin	48.76824	13.33688				02	092	09272	09272142
2956910	Altremda	altremda	DE		0	Europe/Berlin	50.76193	11.20938				15	00	16073	16073076
2956911	Altreichenau	altreichenau	DE		0	Europe/Berlin	48.76842	13.73093		Altreichenau		02	092	09272	09272136
2956914	Altreetz	altreetz	DE		0	Europe/Berlin	52.76461	14.16318				11	00	12064	12064371
2956915	Alt Reddevitz	alt-reddevitz	DE		0	Europe/Berlin	54.33099	13.67291				12	00	13073	13073107
2956916	Alt Ravenhorst	alt-ravenhorst	DE		0	Europe/Berlin	54.20299	12.72946				12	00	13073	13073022
2956918	Altranstädt	altranstaedt	DE		0	Europe/Berlin	51.31484	12.17719				13	00	14729	14729270
2956919	Altranft	altranft	DE		0	Europe/Berlin	52.76684	14.07984				11	00	12064	12064044
2956920	Altrandsberg	altrandsberg	DE		0	Europe/Berlin	49.12068	12.75382				02	093	09372	09372143
2956924	Alt Poppentin	alt-poppentin	DE		0	Europe/Berlin	53.45744	12.53744				12	00	13071	13071043
2956926	Alt Poorstorf	alt-poorstorf	DE		0	Europe/Berlin	53.95742	11.74882		Alt Poorsdorf,Alt Poorstorf		12	00	13074	13074060
2956927	Alt Polchow	alt-polchow	DE		0	Europe/Berlin	53.94495	12.47601				12	00	13072	13072112
2956928	Alt Pokrent	alt-pokrent	DE		0	Europe/Berlin	53.65742	11.12323				12	00	13074	13074064
2956929	Altpoderschau	altpoderschau	DE		0	Europe/Berlin	51.01932	12.31233				15	00	16077	16077022
2956931	Altpocher	altpocher	DE		0	Europe/Berlin	49.02552	13.28105				02	092	09276	09276130
2956932	Alt Plestlin	alt-plestlin	DE		0	Europe/Berlin	53.95644	13.22556				12	00	13075	13075009
2956935	Altpetritor	altpetritor	DE		0	Europe/Berlin	52.26667	10.5				06	00	03101	03101000
2956936	Alt Pastitz	alt-pastitz	DE		0	Europe/Berlin	54.37603	13.49177				12	00	13073	13073070
2956937	Alt Panstorf	alt-panstorf	DE		0	Europe/Berlin	53.74693	12.6726				12	00	13071	13071092
2956938	Alt Pansow	alt-pansow	DE		0	Europe/Berlin	54.04543	13.24754				12	00	13075	13075027
2956939	Alt Pannekow	alt-pannekow	DE		0	Europe/Berlin	53.9216	12.71513				12	00	13072	13072004
2956940	Altötting	altoetting	DE		12902	Europe/Berlin	48.22533	12.67665		Al'cjotyng,Al'tehtting,Al'tetting,Alt'oting,Alteting,Altoetting,Altotting,Altyoting,Altötting,Oidaeding,Oidäding,a er te ting,altwtyg,altwtyngh,Алтетинг,Алтьотинг,Альтеттінг,Альтэттинг,Альцётынг,Ալտյոտինգ,آلتوتينغ,آلتوتیگ,ایلٹوٹنگ,阿尔特廷	09171	02	091	09171	09171111
2956942	Altoschatz	altoschatz	DE		0	Europe/Berlin	51.28752	13.09172				13	00	14730	14730230
2956944	Altona	altona	DE		0	Europe/Berlin	52.0832	11.11902				14	00	15083	15083035
2956945	Altona	altona	DE		0	Europe/Berlin	53.23023	11.43872				12	00	13076	13076037
2956953	Altofing	altofing	DE		0	Europe/Berlin	47.7644	12.02295				02	091	09187	09187129
2956955	Altoberndorf	altoberndorf	DE		0	Europe/Berlin	48.27521	8.5962				01	083	08325	08325045
2956956	Altnußberg	altnussberg	DE		0	Europe/Berlin	49.05734	12.96907				02	092	09276	09276122
2956957	Altnuifra	altnuifra	DE		0	Europe/Berlin	48.51425	8.615				01	082	08235	08235032
2956958	Altneuwirtshaus	altneuwirtshaus	DE		0	Europe/Berlin	49.88973	11.34793				02	094	09472	09472176
2956959	Altneukoogsbühr	altneukoogsbuehr	DE		0	Europe/Berlin	54.38762	8.86909				10	00	01054	01054135
2956961	Altneukoog	altneukoog	DE		0	Europe/Berlin	54.38333	8.88333				10	00	01054	01054135
2956963	Altneuhaus	altneuhaus	DE		0	Europe/Berlin	49.63283	11.79216				02	093	09371	09371156
2956964	Altneudorf	altneudorf	DE		0	Europe/Berlin	49.46356	8.80411				01	082	08226	08226080
2956965	Alt Negentin	alt-negentin	DE		0	Europe/Berlin	53.99899	13.33929				12	00	13075	13075025
2956966	Altnau	altnau	DE		0	Europe/Berlin	51.74465	13.97762				11	00	12066	12066052
2956967	Altmyhl	altmyhl	DE		0	Europe/Berlin	51.08282	6.19379		Altmyhl		07	053	05370	05370020
2956968	Alt Münkeboe	alt-muenkeboe	DE		0	Europe/Berlin	53.51667	7.36667				06	00	03452	03452023
2956969	Altmünden	altmuenden	DE		0	Europe/Berlin	51.41667	9.65				06	00	03159	03159017
2956970	Altmummen	altmummen	DE		0	Europe/Berlin	47.54928	10.23987				02	097	09780	09780115
2956971	Altmühlmünster	altmuhlmunster	DE		0	Europe/Berlin	48.98248	11.61964				02	092	09273	09273164
2956972	Altmühlhausen	altmuhlhausen	DE		0	Europe/Berlin	48.16042	11.98617				02	091	09175	09175123
2956973	Alt Mühlendorf	alt-muehlendorf	DE		0	Europe/Berlin	54.21289	9.85697				10	00	01058	01058168
2956976	Altmühldorf	altmuhldorf	DE		0	Europe/Berlin	48.24792	12.49094		Altmuhldorf,Altmühldorf,Muldorf		02	091	09183	09183128
2956978	Altmühl	altmuehl	DE		0	Europe/Berlin	54.46667	9.58333				10	00	01059	01059078
2956979	Altmugl	altmugl	DE		0	Europe/Berlin	49.95371	12.46442				02	093	09377	09377142
2956980	Altmügeln	altmuegeln	DE		0	Europe/Berlin	51.2396	13.0382				13	00	14730	14730200
2956982	Altmorschen	altmorschen	DE		0	Europe/Berlin	51.0703	9.61574		Altmorschen		05	066	06634	06634015
2956983	Altmörbitz	altmoerbitz	DE		0	Europe/Berlin	50.99431	12.57188				13	00	14729	14729140
2956984	Altmoorhausen	altmoorhausen	DE		0	Europe/Berlin	53.08086	8.35818		Altmoorhausen		06	00	03458	03458010
2956985	Alt Mölln	alt-moelln	DE		860	Europe/Berlin	53.62314	10.66182		Alt Molln,Alt Mölln	01053002	10	00	01053	01053002
2956986	Alt Mödewitz	alt-moedewitz	DE		0	Europe/Berlin	51.69225	11.73141		Alt Modewitz,Alt Mödewitz,Modewitz,Mödewitz		14	00	15089	15089195
2956991	Altmerdingsen	altmerdingsen	DE		610	Europe/Berlin	52.46438	10.12982		Altenbringensen,Altmerdingessen [a. 1564]		06	00	03241	03241018
2956993	Alt Mengede	alt-mengede	DE		0	Europe/Berlin	51.56978	7.39932				07	059	05913	05913000
2956998	Alt Marienburg	alt-marienburg	DE		0	Europe/Berlin	51.55	9.28333				07	057	05762	05762012
2956999	Altmannsweiler	altmannsweiler	DE		0	Europe/Berlin	48.9676	10.07918				01	081	08136	08136019
2957000	Altmannstetten	altmannstetten	DE		0	Europe/Berlin	48.69658	11.18972				02	091	09185	09185149
2957002	Altmannsrot	altmannsrot	DE		0	Europe/Berlin	48.97909	10.07043				01	081	08136	08136019
2957003	Altmannspeier	altmannspeier	DE		0	Europe/Berlin	47.87332	10.05906				01	084	08436	08436003
2957006	Altmannshofen	altmannshofen	DE		0	Europe/Berlin	47.88749	10.0491				01	084	08436	08436003
2957007	Altmannshof	altmannshof	DE		0	Europe/Berlin	49.48926	11.82076				02	093	09371	09371144
2957008	Altmannshof	altmannshof	DE		0	Europe/Berlin	49.07808	11.71924		Almannshof		02	093	09375	09375148
2957009	Altmannshausen	altmannshausen	DE		0	Europe/Berlin	49.66216	10.40236				02	095	09575	09575144
2957010	Altmannsgrün	altmannsgruen	DE		0	Europe/Berlin	50.51305	12.29515				13	00	14523	14523430
2957011	Altmannsgrün	altmannsgruen	DE		0	Europe/Berlin	50.43772	12.21019				13	00	14523	14523420
2957012	Altmannsdorf	altmannsdorf	DE		0	Europe/Berlin	49.93577	10.43474				02	096	09678	09678157
2957013	Altmannsberg	altmannsberg	DE		0	Europe/Berlin	49.58868	11.76086				02	093	09371	09371156
2957014	Altmannsberg	altmannsberg	DE		0	Europe/Berlin	49.12849	11.5129				02	093	09373	09373112
2957016	Alt Mahlisch	alt-mahlisch	DE		0	Europe/Berlin	52.46478	14.41883		Alt Mahlisch		11	00	12064	12064130
2957017	Alt Madlitz	alt-madlitz	DE		0	Europe/Berlin	52.38331	14.28333		Alt Madlitz		11	00	12067	12067072
2957018	Altmädewitz	altmaedewitz	DE		0	Europe/Berlin	52.75037	14.16412				11	00	12064	12064371
2957020	Alt Lutterow	alt-lutterow	DE		0	Europe/Berlin	53.15645	12.73247				11	00	12068	12068353
2957022	Altlünen	altluenen	DE		0	Europe/Berlin	51.63333	7.53333				07	059	05978	05978024
2957024	Altluneberg	altluneberg	DE		0	Europe/Berlin	53.52664	8.82219				06	00	03352	03352050
2957025	Altlüdersdorf	altluedersdorf	DE		0	Europe/Berlin	53.03755	13.19235		Altlandersdorf		11	00	12065	12065100
2957026	Alt Lübeck	alt-luebeck	DE		0	Europe/Berlin	53.90759	10.7145				10	00	01003	01003000
2957028	Altlommatzsch	altlommatzsch	DE		0	Europe/Berlin	51.20568	13.29664		Altlommatzsch		13	00	14627	14627130
2957030	Altlohbergerhütte	altlohbergerhutte	DE		0	Europe/Berlin	49.1766	13.13175		Altlohbergerhutte,Altlohbergerhütte,Altlohberghutte,Altlohberghütte		02	093	09372	09372178
2957031	Altlöbau	altloebau	DE		0	Europe/Berlin	51.09607	14.6501		Stary Lubij		13	00	14626	14626290
2957032	Bienenwerder	bienenwerder	DE		0	Europe/Berlin	52.801	14.20695				11	00	12064	12064371
2957034	Altliebel	altliebel	DE		0	Europe/Berlin	51.38678	14.71672		Stary Luboln,Stary Lubolń		13	00	14626	14626460
2957036	Altlewin	altlewin	DE		0	Europe/Berlin	52.70177	14.26326				11	00	12064	12064365
2957037	Altlendershagen	altlendershagen	DE		0	Europe/Berlin	54.24973	12.86508				12	00	13073	13073096
2957038	Altleisnig	altleisnig	DE		0	Europe/Berlin	51.17533	12.89772		Altleisnig		13	00	14522	14522310
2957039	Altleis	altleis	DE		0	Europe/Berlin	51.24158	13.56253		Altleis,Nauleis-Altleis		13	00	14627	14627200
2957047	Altlangsow	altlangsow	DE		0	Europe/Berlin	52.5752	14.41586		Langsow		11	00	12064	12064448
2957048	Alt Langerwisch	alt-langerwisch	DE		0	Europe/Berlin	52.31283	13.06517				11	00	12069	12069397
2957049	Altlandsberg-Süd	altlandsberg-sued	DE		0	Europe/Berlin	52.55	13.75				11	00	12064	12064029
2957052	Altland	altland	DE		0	Europe/Berlin	49.51051	6.91856				09	00	10042	10042116
2957057	Altlach	altlach	DE		0	Europe/Berlin	47.5731	11.34048				02	091	09173	09173131
2957058	Altkünkendorf	altkuenkendorf	DE		0	Europe/Berlin	53.00802	13.87496				11	00	12073	12073008
2957059	Alt Krüssow	alt-kruessow	DE		0	Europe/Berlin	53.1549	12.25782				11	00	12070	12070316
2957062	Altkrautheim	altkrautheim	DE		0	Europe/Berlin	49.37757	9.63896				01	081	08126	08126045
2957065	Altköthen	altkoethen	DE		0	Europe/Berlin	51.76667	11.98333				14	00	15082	15082180
2957066	Altköslarn	altkoslarn	DE		0	Europe/Berlin	49.82697	11.92566				02	093	09377	09377128
2957067	Alt Kosenow	alt-kosenow	DE		0	Europe/Berlin	53.79316	13.75857				12	00	13075	13075098
2957068	Alt Königsborn	alt-koenigsborn	DE		0	Europe/Berlin	52.13338	11.76078				14	00	15086	15086005
2957072	Altklosterberg	altklosterberg	DE		0	Europe/Berlin	53.4691	9.68956		Altkloster,Altklosterberg		06	00	03359	03359010
2957075	Altkietz	altkietz	DE		0	Europe/Berlin	52.78859	14.02611				11	00	12064	12064044
2957076	Altkietz	altkietz	DE		0	Europe/Berlin	52.71667	14.15				11	00	12064	12064512
2957077	Alt Kentzlin	alt-kentzlin	DE		0	Europe/Berlin	53.75466	12.97105				12	00	13071	13071072
2957079	Altkehdingen	altkehdingen	DE		0	Europe/Berlin	53.75257	9.03557				06	00	03352	03352056
2957080	Alt Kätwin	alt-kaetwin	DE		377	Europe/Berlin	53.96002	12.31773				12	00	13072	13072112
2957081	Altkatterbach	altkatterbach	DE		0	Europe/Berlin	48.46667	10.7				02	097	09772	09772156
2957084	Alt Karin	alt-karin	DE		0	Europe/Berlin	54.00669	11.77345		Alt Karin		12	00	13072	13072022
2957085	Altkamp	altkamp	DE		0	Europe/Berlin	54.31772	13.42065				12	00	13073	13073070
2957088	Alt Käbelich	alt-kaebelich	DE		0	Europe/Berlin	53.49587	13.49523		Alt Kabelich,Alt Kaebelich,Alt Käbelich		12	00	13071	13071090
2957090	Altjührden	altjuehrden	DE		0	Europe/Berlin	53.35711	8.08293				06	00	03455	03455026
2957093	Altjellingsdorf	altjellingsdorf	DE		0	Europe/Berlin	54.46211	11.11587				10	00	01055	01055046
2957094	Alt Jargenow	alt-jargenow	DE		0	Europe/Berlin	53.96376	13.32058				12	00	13075	13075036
2957095	Alt Jabel	alt-jabel	DE		0	Europe/Berlin	53.25028	11.16643		Alt Jabel		12	00	13076	13076143
2957096	Altisried	altisried	DE		0	Europe/Berlin	47.96328	10.37889				02	097	09778	09778168
2957097	Altisheim	altisheim	DE		0	Europe/Berlin	48.73695	10.87305				02	097	09779	09779169
2957098	Alt Isenhagen	alt-isenhagen	DE		0	Europe/Berlin	52.72954	10.65262				06	00	03151	03151011
2957100	Altingen	altingen	DE		0	Europe/Berlin	48.55673	8.90571				01	084	08416	08416048
2957102	Althütterhof	althuetterhof	DE		0	Europe/Berlin	49.4955	7.78768				08	00	07335	07335035
2957110	Althueb	althueb	DE		0	Europe/Berlin	49.01667	10.21667				01	081	08136	08136018
2957111	Althorst	althorst	DE		0	Europe/Berlin	53.63787	10.77149		Althorst		10	00	01053	01053057
2957114	Altholzkrug	altholzkrug	DE		0	Europe/Berlin	54.75	9.38333				10	00	01059	01059183
2957117	Altholtum in der Marsch	altholtum-in-der-marsch	DE		0	Europe/Berlin	52.90715	9.09544		Alt Holtum,Altholtum in der Marsch		06	00	03361	03361002
2957123	Althof	althof	DE		0	Europe/Berlin	54.08799	11.928				12	00	13072	13072006
2957124	Althof	althof	DE		0	Europe/Berlin	49.68062	7.88369				08	00	07333	07333025
2957129	Althirschstein	althirschstein	DE		0	Europe/Berlin	51.26374	13.39491		Hirschstein		13	00	14627	14627070
2957131	Althexenagger	althexenagger	DE		0	Europe/Berlin	48.90321	11.67825				02	091	09176	09176112
2957132	Altherzberg	altherzberg	DE		0	Europe/Berlin	51.6931	13.25054				11	00	12062	12062224
2957134	Althen	althen	DE		0	Europe/Berlin	51.34048	12.52047				13	00	14713	14713000
2957136	Altheimersberg	altheimersberg	DE		0	Europe/Berlin	48.91841	10.92981				02	095	09577	09577148
2957152	Altheide	altheide	DE		0	Europe/Berlin	54.22109	12.36151		Alt-Heule		12	00	13073	13073075
2957155	Althausen	althausen	DE		0	Europe/Berlin	50.2662	10.47019				02	096	09673	09673141
2957156	Althausen	althausen	DE		0	Europe/Berlin	50.24575	10.22804				02	096	09672	09672135
2957157	Althausen	althausen	DE		0	Europe/Berlin	49.4693	9.74729				01	081	08128	08128007
2957161	Althattendorf	althattendorf	DE		0	Europe/Berlin	50.79305	9.30974				05	065	06535	06535001
2957162	Altharmhorst	altharmhorst	DE		0	Europe/Berlin	54.22729	10.66559				10	00	01057	01057034
2957164	Altharlingersiel	altharlingersiel	DE		0	Europe/Berlin	53.68695	7.76047				06	00	03462	03462010
2957166	Altharen	altharen	DE		0	Europe/Berlin	52.78865	7.22175				06	00	03454	03454018
2957167	Altham	altham	DE		0	Europe/Berlin	48.59524	13.11526		Altham,Natterbauen		02	092	09275	09275154
2957168	Altham	altham	DE		0	Europe/Berlin	48.3421	11.92241				02	091	09177	09177117
2957169	Althaldensleben	althaldensleben	DE		0	Europe/Berlin	52.26879	11.42372				14	00	15083	15083270
2957170	Althaidhof	althaidhof	DE		0	Europe/Berlin	49.83366	11.63327				02	094	09472	09472127
2957171	Althagen	althagen	DE		0	Europe/Berlin	54.37316	12.41618				12	00	13073	13073002
2957172	Hagebök	hageboek	DE		0	Europe/Berlin	53.96025	11.61012		Alt Hagebok,Alt Hagebök,Hagebok,Hagebök		12	00	13074	13074056
2957173	Alt Guthendorf	alt-guthendorf	DE		0	Europe/Berlin	54.16042	12.53291				12	00	13073	13073055
2957174	Alt Güstelitz	alt-guestelitz	DE		0	Europe/Berlin	54.35431	13.44119				12	00	13073	13073070
2957175	Altgruland	altgruland	DE		0	Europe/Berlin	51.45	7.85				07	059	05962	05962040
2957177	Altgommla	altgommla	DE		0	Europe/Berlin	50.66667	12.15				15	00	16076	16076022
2957178	Altgolssen	altgolssen	DE		0	Europe/Berlin	51.97061	13.56303		Altgolssen,Altgolßen		11	00	12061	12061164
2957179	Alt Golm	alt-golm	DE		0	Europe/Berlin	52.30481	14.1247		Alt Golm		11	00	12067	12067426
2957181	Altgödens	altgoedens	DE		0	Europe/Berlin	53.47468	7.96223				06	00	03455	03455014
2957182	Altgmain	altgmain	DE		0	Europe/Berlin	48.50191	12.74114				02	092	09277	09277119
2957183	Altglobsow	altglobsow	DE		0	Europe/Berlin	53.13041	13.11423				11	00	12065	12065117
2957185	Altglienicke	altglienicke	DE		26426	Europe/Berlin	52.41116	13.5355		Al'tglinike,Berlin-Altglienicke,altglynyk,Альтглинике,التگلینیک		16	00	11000	11000000
2957186	Altglashütten	altglashutten	DE		0	Europe/Berlin	47.85602	8.1113				01	083	08315	08315037
2957187	Altglashütte	altglashutte	DE		0	Europe/Berlin	49.7701	12.3867				02	093	09377	09377112
2957189	Altgernsdorf	altgernsdorf	DE		0	Europe/Berlin	50.72774	12.135				15	00	16076	16076039
2957190	Altgeringswalde	altgeringswalde	DE		0	Europe/Berlin	51.08452	12.9159				13	00	14522	14522190
2957191	Altgaul	altgaul	DE		0	Europe/Berlin	52.74014	14.09657				11	00	12064	12064512
2957192	Altgaude	altgaude	DE		0	Europe/Berlin	53.58006	7.56586				06	00	03462	03462001
2957193	Alt Gatschow	alt-gatschow	DE		0	Europe/Berlin	53.83333	13.08333				12	00	13071	13071008
2957194	Altgarz	altgarz	DE		0	Europe/Berlin	52.77696	12.36872				11	00	12063	12063112
2957195	Altgarmssiel	altgarmssiel	DE		0	Europe/Berlin	53.66099	7.87361				06	00	03455	03455020
2957196	Alt Garge	alt-garge	DE		0	Europe/Berlin	53.26284	10.79143		Alt Garge,Garge		06	00	03355	03355009
2957197	Altgandersheim	altgandersheim	DE		0	Europe/Berlin	51.90554	10.04349				06	00	03155	03155001
2957198	Altgalow	altgalow	DE		0	Europe/Berlin	52.99133	14.14859				11	00	12073	12073532
2957199	Altgalendorf	altgalendorf	DE		0	Europe/Berlin	54.3272	10.89315				10	00	01055	01055015
2957200	Alt Gaarz	alt-gaarz	DE		0	Europe/Berlin	53.58466	12.50751				12	00	13071	13071069
2957201	Altfürstenhütte	altfurstenhutte	DE		0	Europe/Berlin	49.06954	9.50705				01	081	08119	08119024
2957202	Altfunnixsiel	altfunnixsiel	DE		0	Europe/Berlin	53.65272	7.78029				06	00	03462	03462019
2957203	Altfriesack	altfriesack	DE		0	Europe/Berlin	52.84783	12.88902				11	00	12068	12068117
2957204	Altfriedland	altfriedland	DE		0	Europe/Berlin	52.62374	14.20858				11	00	12064	12064340
2957205	Alt Fresenburg	alt-fresenburg	DE		0	Europe/Berlin	53.82552	10.37747				10	00	01062	01062004
2957208	Altfranken	altfranken	DE		0	Europe/Berlin	51.03426	13.64637		Altfranken		13	00	14612	14612000
2957209	Altforweiler	altforweiler	DE		0	Europe/Berlin	49.27411	6.70598			10044119	09	00	10044	10044119
2957210	Altfinnentrop	altfinnentrop	DE		0	Europe/Berlin	51.16475	7.9601		Altfinnentrop,Finnentrop		07	059	05966	05966012
2957211	Altferchau	altferchau	DE		0	Europe/Berlin	52.60242	11.02736				14	00	15081	15081280
2957212	Altfeld	altfeld	DE		0	Europe/Berlin	49.82788	9.5573		Altfeld		02	096	09677	09677157
2957215	Altfaltersberg	altfaltersberg	DE		0	Europe/Berlin	48.42087	12.43261				02	092	09274	09274120
2957216	Altfaltern	altfaltern	DE		0	Europe/Berlin	48.7439	13.29014				02	092	09272	09272150
2957217	Altfalterloh	altfalterloh	DE		0	Europe/Berlin	48.76132	12.50456				02	092	09278	09278146
2957219	Altfalterbach	altfalterbach	DE		0	Europe/Berlin	48.51792	11.85637				02	091	09178	09178144
2957220	Altfalter	altfalter	DE		0	Europe/Berlin	49.39712	12.20753				02	093	09376	09376162
2957222	Alt Falkenhagen	alt-falkenhagen	DE		0	Europe/Berlin	53.57764	12.68607				12	00	13071	13071156
2957229	Altewiek	altewiek	DE		0	Europe/Berlin	52.25	10.56667				06	00	03101	03101000
2957260	Altessing	altessing	DE		0	Europe/Berlin	48.92606	11.80301		Altessing,Eszing		02	092	09273	09273121
2957270	Altes Lager	altes-lager	DE		0	Europe/Berlin	52.0141	12.99267		Altes Lager		11	00	12072	12072297
2957308	Altersteeg	altersteeg	DE		0	Europe/Berlin	51.59212	6.32289		Alte Steeg,Altersteeg		07	051	05154	05154032
2957309	Alterstedt	alterstedt	DE		0	Europe/Berlin	51.09446	10.54975				15	00	16064	16064058
2957312	Altershausen	altershausen	DE		0	Europe/Berlin	50.05949	10.5925		Altershausen		02	096	09674	09674164
2957313	Altershausen	altershausen	DE		0	Europe/Berlin	49.67574	10.59881				02	095	09575	09575150
2957314	Altersham	altersham	DE		0	Europe/Berlin	48.41194	12.94777				02	092	09277	09277138
2957315	Altersham	altersham	DE		0	Europe/Berlin	47.98141	12.34548				02	091	09189	09189137
2957319	Alterschrofen	alterschrofen	DE		0	Europe/Berlin	47.56533	10.72787				02	097	09777	09777169
2957320	Altersberg	altersberg	DE		0	Europe/Berlin	49.01523	9.36774				01	081	08119	08119087
2957321	Altersberg	altersberg	DE		0	Europe/Berlin	48.94156	9.69076				01	081	08136	08136027
2957322	Altersberg	altersberg	DE		0	Europe/Berlin	48.59645	12.64764				02	092	09279	09279134
2957350	Alterlangen	alterlangen	DE		0	Europe/Berlin	49.60377	10.98271				02	095	09562	09562000
2957356	Alterkamp	alterkamp	DE		0	Europe/Berlin	52.50979	9.01371				06	00	03256	03256032
2957365	Alter Graben	alter-graben	DE		0	Europe/Berlin	51.05078	14.49192				13	00	14626	14626410
2957372	Alt Erfrade	alt-erfrade	DE		0	Europe/Berlin	54.03227	10.27749				10	00	01060	01060086
2957375	Alter Finkenkrug	alter-finkenkrug	DE		0	Europe/Berlin	52.59186	13.04773				11	00	12063	12063080
2957376	Alterfing	alterfing	DE		0	Europe/Berlin	48.05635	12.71				02	091	09189	09189152
2957377	Alterfing	alterfing	DE		0	Europe/Berlin	47.90469	12.65499				02	091	09189	09189155
2957381	Alterdorf	alterdorf	DE		0	Europe/Berlin	49.1288	12.75024				02	093	09372	09372177
2957404	Alte Peldenmühle	alte-peldenmuehle	DE		0	Europe/Berlin	53.16667	7.33333				06	00	03457	03457021
2957414	Altenwillershagen	altenwillershagen	DE		0	Europe/Berlin	54.25876	12.57059				12	00	13073	13073001
2957415	Altenwiesen	altenwiesen	DE		0	Europe/Berlin	49.70312	11.4024		Altenwiese,Altenwiesen		02	094	09472	09472118
2957416	Altenwerder	altenwerder	DE		0	Europe/Berlin	53.51054	9.8971		Altenverder,Hamburg-Altenwerder,Oolwarder,altnwrdr,Алтенвердер,التنوردر		04	00	02000	02000000
2957417	Altenwenden	altenwenden	DE		0	Europe/Berlin	50.97306	7.91895				07	059	05966	05966028
2957418	Altenweiher	altenweiher	DE		0	Europe/Berlin	49.6421	11.75718		Altenweiher		02	093	09374	09374124
2957419	Altenweide	altenweide	DE		0	Europe/Berlin	53.76667	10.46667				10	00	01062	01062062
2957422	Altenweddingen	altenweddingen	DE		0	Europe/Berlin	51.99883	11.52946		Ollenweddich,Ollweddich,Weddinga		14	00	15083	15083490
2957425	Altenwalde	altenwalde	DE		0	Europe/Berlin	53.81834	8.66213		Altenwalde		06	00	03352	03352011
2957426	Altenwald	altenwald	DE		0	Europe/Berlin	49.31284	7.08274		Altenwald		09	00	10041	10041518
2957428	Altenwahlingen	altenwahlingen	DE		0	Europe/Berlin	52.79581	9.4285				06	00	03358	03358003
2957429	Altenvoerde	altenvoerde	DE		0	Europe/Berlin	51.29692	7.36702		Altenvorde,Altenvörde		07	059	05954	05954008
2957430	Altenvers	altenvers	DE		0	Europe/Berlin	50.70972	8.61879				05	065	06534	06534013
2957431	Altenveldorf	altenveldorf	DE		0	Europe/Berlin	49.22012	11.66885				02	093	09373	09373167
2957432	Altenvalbert	altenvalbert	DE		0	Europe/Berlin	51.16669	8.08333		Altenvalbert		07	059	05966	05966020
2957434	Altenufer	altenufer	DE		0	Europe/Berlin	48.76149	13.04601				02	092	09271	09271125
2957435	Altentrüdingen	altentrudingen	DE		0	Europe/Berlin	49.06251	10.61541				02	095	09571	09571214
2957436	Altentreswitz	altentreswitz	DE		0	Europe/Berlin	49.58622	12.36932				02	093	09374	09374162
2957440	Altenthal	altenthal	DE		0	Europe/Berlin	49.74655	11.261				02	094	09474	09474129
2957444	Altenteich	altenteich	DE		0	Europe/Berlin	52.78761	9.35452				06	00	03358	03358018
2957446	Altental	altental	DE		0	Europe/Berlin	48.40224	9.82871				01	084	08425	08425020
2957448	Altensweiler	altensweiler	DE		0	Europe/Berlin	47.9997	9.36588				01	084	08437	08437053
2957449	Altensturmberg	altensturmberg	DE		0	Europe/Berlin	51.10981	7.45028		Altensturmberg		07	053	05374	05374052
2957450	Altenstühlen	altenstuehlen	DE		0	Europe/Berlin	53.55671	8.94255				06	00	03352	03352062
2957451	Altensteinreuth	altensteinreuth	DE		0	Europe/Berlin	49.88333	11.85				02	093	09377	09377129
2957455	Altenstein	altenstein	DE		0	Europe/Berlin	50.17269	10.73489		Altenstein		02	096	09674	09674171
2957456	Altenstein	altenstein	DE		0	Europe/Berlin	47.73192	7.93401				01	083	08336	08336106
2957458	Altensteigdorf	altensteigdorf	DE		0	Europe/Berlin	48.59335	8.61199				01	082	08235	08235006
2957462	Altenstädt	altenstaedt	DE		0	Europe/Berlin	51.27333	9.19414				05	066	06633	06633018
2957470	Altenspeckfeld	altenspeckfeld	DE		0	Europe/Berlin	49.66567	10.38569				02	095	09575	09575144
2957472	Altensittenbach	altensittenbach	DE		0	Europe/Berlin	49.50938	11.40947				02	095	09574	09574132
2957473	Altensien	altensien	DE		0	Europe/Berlin	54.36771	13.67558				12	00	13073	13073084
2957474	Altensiel	altensiel	DE		0	Europe/Berlin	53.66827	7.45997				06	00	03452	03452027
2957475	Altensenne	altensenne	DE		0	Europe/Berlin	51.76816	8.67516				07	057	05774	05774032
2957476	Altenseelbach	altenseelbach	DE		0	Europe/Berlin	50.77923	7.99592		Altenseelbach		07	059	05970	05970036
2957477	Altensee	altensee	DE		0	Europe/Berlin	49.42919	11.67618				02	093	09371	09371131
2957479	Altensdorf	altensdorf	DE		0	Europe/Berlin	48.72556	12.1075				02	092	09274	09274153
2957481	Altenschwand	altenschwand	DE		0	Europe/Berlin	49.29397	12.24597		Altenschwand		02	093	09376	09376116
2957482	Altenschwand	altenschwand	DE		0	Europe/Berlin	47.63577	7.98452		Altenschwand		01	083	08337	08337090
2957483	Altenschönbach	altenschonbach	DE		0	Europe/Berlin	49.8237	10.39857				02	096	09675	09675158
2957484	Altenschneeberg	altenschneeberg	DE		0	Europe/Berlin	49.4399	12.54734				02	093	09372	09372163
2957485	Altenschloot	altenschloot	DE		0	Europe/Berlin	52.823	7.11134				06	00	03454	03454018
2957486	Altenschlirf	altenschlirf	DE		0	Europe/Berlin	50.53468	9.38708				05	065	06535	06535008
2957489	Altensalzkoth	altensalzkoth	DE		0	Europe/Berlin	52.73678	10.0797		Altensalzkoth		06	00	03351	03351004
2957490	Altensalz	altensalz	DE		0	Europe/Berlin	50.51833	12.22023				13	00	14523	14523270
2957492	Altenrüthen	altenruethen	DE		0	Europe/Berlin	51.49622	8.40828				07	059	05974	05974036
2957493	Altenroxel	altenroxel	DE		0	Europe/Berlin	51.93971	7.56538				07	055	05515	05515000
2957494	Altenrond	altenrond	DE		0	Europe/Berlin	47.79702	8.0561				01	083	08337	08337013
2957495	Altenrode	altenrode	DE		0	Europe/Berlin	52.05175	10.49074				06	00	03158	03158039
2957496	Altenrode	altenrode	DE		0	Europe/Berlin	51.85134	10.7343				14	00	15085	15085190
2957498	Altenritte	altenritte	DE		0	Europe/Berlin	51.26484	9.40048				05	066	06633	06633003
2957500	Altenried	altenried	DE		0	Europe/Berlin	49.4318	12.63156				02	093	09372	09372165
2957504	Altenricht	altenricht	DE		0	Europe/Berlin	49.43899	11.96064				02	093	09371	09371122
2957506	Altenrheine	altenrheine	DE		0	Europe/Berlin	52.30353	7.47087		Altenrhein,Altenrheine		07	055	05566	05566076
2957507	Altenreuth	altenreuth	DE		0	Europe/Berlin	50.23455	11.49133				02	094	09477	09477148
2957508	Altenreuth	altenreuth	DE		0	Europe/Berlin	50.13097	11.40579				02	094	09477	09477128
2957509	Altenreit	altenreit	DE		0	Europe/Berlin	48.68902	13.23723				02	092	09275	09275120
2957511	Altenrath	altenrath	DE		0	Europe/Berlin	51.0136	7.3914		Altenrath		07	053	05374	05374020
2957512	Altenrath	altenrath	DE		0	Europe/Berlin	50.85882	7.19524		Altenrath		07	053	05382	05382068
2957513	Altenrain	altenrain	DE		0	Europe/Berlin	50.55	9.85				05	066	06631	06631013
2957514	Altenrade	altenrade	DE		0	Europe/Berlin	54.08187	10.16769				10	00	01057	01057068
2957515	Altenplos	altenplos	DE		0	Europe/Berlin	49.98666	11.50938				02	094	09472	09472150
2957518	Altenplathow	altenplathow	DE		0	Europe/Berlin	52.41726	12.14201		Altenplathow,Altenplatow		14	00	15086	15086040
2957519	Altenparkstein	altenparkstein	DE		0	Europe/Berlin	49.77173	12.07603				02	093	09374	09374128
2957520	Altenoythe	altenoythe	DE		0	Europe/Berlin	53.03428	7.878		Altenoythe		06	00	03453	03453007
2957522	Altenohr	altenohr	DE		0	Europe/Berlin	52.88333	7.33333				06	00	03454	03454013
2957524	Alteno	alteno	DE		0	Europe/Berlin	51.86118	13.81458				11	00	12061	12061320
2957525	Altennümbrecht	altennuembrecht	DE		0	Europe/Berlin	50.88789	7.53271				07	053	05374	05374032
2957529	Altenmuhr	altenmuhr	DE		0	Europe/Berlin	49.16667	10.7		Altenmuhr,Altenmuhr (Muhr am See)		02	095	09571	09571177
2957533	Altenmittlau	altenmittlau	DE		0	Europe/Berlin	50.14391	9.14062				05	064	06435	06435009
2957534	Altenmethlerheide	altenmethlerheide	DE		0	Europe/Berlin	51.58469	7.60095				07	059	05978	05978020
2957535	Altenmethler	altenmethler	DE		0	Europe/Berlin	51.58915	7.60857				07	059	05978	05978020
2957536	Altenmellrich	altenmellrich	DE		0	Europe/Berlin	51.53313	8.26477		Altenmellrich		07	059	05974	05974004
2957537	Altenmelle	altenmelle	DE		0	Europe/Berlin	52.18794	8.34572				06	00	03459	03459024
2957540	Altenmarkt	altenmarkt	DE		0	Europe/Berlin	49.20649	12.64624				02	093	09372	09372116
2957541	Altenmarkt	altenmarkt	DE		0	Europe/Berlin	48.6926	13.01747				02	092	09271	09271141
2957542	Altenmarkt	altenmarkt	DE		0	Europe/Berlin	48.55655	13.3391				02	092	09275	09275122
2957543	Altenmarkt	altenmarkt	DE		4219	Europe/Berlin	47.7796	12.1356				02	091	09187	09187154
2957546	Altenmarhorst	altenmarhorst	DE		0	Europe/Berlin	52.80696	8.58976				06	00	03251	03251042
2957547	Altenmais	altenmais	DE		0	Europe/Berlin	49.01294	13.04927				02	092	09276	09276143
2957548	Altenlünne	altenluenne	DE		0	Europe/Berlin	52.41938	7.4333				06	00	03454	03454034
2957551	Altenlotheim	altenlotheim	DE		0	Europe/Berlin	51.12901	8.91704				05	066	06635	06635010
2957552	Altenlohe	altenlohe	DE		0	Europe/Berlin	49.02523	11.72739				02	093	09375	09375148
2957553	Altenlingen	altenlingen	DE		0	Europe/Berlin	52.53951	7.29357		Altenlingen		06	00	03454	03454032
2957554	Altenlinde	altenlinde	DE		0	Europe/Berlin	51.01667	7.36667		Altenlinde,Altenlinden		07	053	05374	05374020
2957556	Altenkünsberg	altenkunsberg	DE		0	Europe/Berlin	49.86244	11.65397		Altenkunsberg,Altenkünsberg		02	094	09472	09472127
2957558	Altenkreith	altenkreith	DE		0	Europe/Berlin	49.20594	12.48479				02	093	09372	09372153
2957559	Altenkoog	altenkoog	DE		0	Europe/Berlin	53.90282	9.19852				10	00	01051	01051011
2957563	Altenklitsche	altenklitsche	DE		0	Europe/Berlin	52.48762	12.20078		Altenklitsche		14	00	15086	15086080
2957564	Altenkleusheim	altenkleusheim	DE		0	Europe/Berlin	51.00592	7.92435		Altenkleusheim		07	059	05966	05966024
2957572	Altenkessel	altenkessel	DE		0	Europe/Berlin	49.25998	6.91619		Altenkessel		09	00	10041	10041100
2957573	Altenkattbek	altenkattbek	DE		0	Europe/Berlin	54.22929	9.69494				10	00	01058	01058086
2957574	Altenkamp	altenkamp	DE		0	Europe/Berlin	53.55708	8.95021				06	00	03352	03352062
2957575	Altenkamp	altenkamp	DE		0	Europe/Berlin	53.18165	7.9741		Altenkamp,Hinter dem alten Kamp		06	00	03451	03451002
2957576	Altenkamp	altenkamp	DE		0	Europe/Berlin	51.95701	8.96939				07	057	05766	05766020
2957580	Altenilpe	altenilpe	DE		0	Europe/Berlin	51.21535	8.27732		Altenilpe		07	059	05958	05958040
2957581	Huntorf	huntorf	DE		0	Europe/Berlin	53.19407	8.385		Altenhuntorf,Huntorf		06	00	03461	03461004
2957582	Altenhundem	altenhundem	DE		0	Europe/Berlin	51.10581	8.07369		Altenhundem		07	059	05966	05966020
2957583	Altenhülscheid	altenhuelscheid	DE		0	Europe/Berlin	51.26548	7.58215				07	059	05962	05962056
2957584	Altenhüffen	altenhueffen	DE		0	Europe/Berlin	52.23659	8.56313				07	057	05758	05758004
2957586	Altenhövel	altenhoevel	DE		0	Europe/Berlin	51.80964	7.46897				07	055	05558	05558024
2957587	Altenhorst	altenhorst	DE		0	Europe/Berlin	52.49072	9.74247		Olenhost		06	00	03241	03241010
2957589	Altenholte	altenholte	DE		0	Europe/Berlin	51.12968	7.33042		Altenholte		07	053	05374	05374016
2957592	Altenhöhe	altenhoehe	DE		0	Europe/Berlin	51.14305	7.24082				07	053	05378	05378032
2957593	Altenhofen	altenhofen	DE		0	Europe/Berlin	50.66162	7.47361				08	00	07138	07138003
2957594	Altenhofen	altenhofen	DE		0	Europe/Berlin	49.19803	11.21095				02	095	09576	09576127
2957624	Altenherfen	altenherfen	DE		0	Europe/Berlin	50.82144	7.48907				07	053	05382	05382076
2957625	Altenhellefeld	altenhellefeld	DE		0	Europe/Berlin	51.31598	8.09831		Altenhellefeld		07	059	05958	05958044
2957626	Altenheim	altenheim	DE		0	Europe/Berlin	48.46532	7.81765		Altenheim		01	083	08317	08317151
2957627	Altenheideck	altenheideck	DE		0	Europe/Berlin	49.14192	11.07254		Altenheideck		02	095	09576	09576126
2957628	Altenheerse	altenheerse	DE		0	Europe/Berlin	51.65043	9.04929		Altenheerse		07	057	05762	05762040
2957635	Altenhasungen	altenhasungen	DE		0	Europe/Berlin	51.33908	9.23135				05	066	06633	06633028
2957637	Altenhaßlau	altenhasslau	DE		0	Europe/Berlin	50.18983	9.19736				05	064	06435	06435018
2957638	Altenhammer	altenhammer	DE		0	Europe/Berlin	49.97434	12.29466				02	093	09377	09377137
2957639	Altenhammer	altenhammer	DE		0	Europe/Berlin	49.73086	12.32559				02	093	09374	09374122
2957640	Altenhammer	altenhammer	DE		0	Europe/Berlin	49.391	12.30676		Altenhammer		02	093	09376	09376164
2957641	Altenham	altenham	DE		0	Europe/Berlin	48.07598	12.46574				02	091	09189	09189149
2957642	Altenhaina	altenhaina	DE		0	Europe/Berlin	51.04637	8.94179				05	066	06635	06635013
2957643	Altenhain	altenhain	DE		0	Europe/Berlin	51.29134	12.69522		Alter Hain		13	00	14729	14729400
2957644	Altenhain	altenhain	DE		0	Europe/Berlin	50.8843	13.03998		Altenhain		13	00	14522	14522150
2957645	Altenhain	altenhain	DE		0	Europe/Berlin	50.78477	13.00299				13	00	14511	14511000
2957646	Altenhain	altenhain	DE		0	Europe/Berlin	50.56143	9.10277				05	065	06531	06531010
2957647	Altenhain	altenhain	DE		0	Europe/Berlin	50.15687	8.47023				05	064	06436	06436001
2957649	Altenhagen Zwei	altenhagen-zwei	DE		0	Europe/Berlin	52.26154	9.40009		Altenhagen (Messenkamp),Altenhagen II,Messenkamp-Altenhagen		06	00	03257	03257024
2957651	Sedemünder	sedemuender	DE		0	Europe/Berlin	52.18688	9.52257		Sedemunde [a. 1237],Sidenun [< a. 1007]		06	00	03241	03241017
2957664	Altenhagen Eins	altenhagen-eins	DE		0	Europe/Berlin	52.17083	9.51553		Altenhagen,Altenhagen (Springe),Altenhagen I,Eoelenhaugen,Eölenhaugen,OEelenhaugen,Oldenhagen [a. 1247],Springe-Altenhagen,antiqua Indagine [a. 1312],Öelenhaugen		06	00	03241	03241017
2957669	Altengronau	altengronau	DE		0	Europe/Berlin	50.25011	9.6159		Altengronau		05	064	06435	06435027
2957670	Altengroitzsch	altengroitzsch	DE		0	Europe/Berlin	51.13906	12.26492				13	00	14729	14729170
2957672	Altengroden	altengroden	DE		0	Europe/Berlin	53.55228	8.08118		Altengroden		06	00	03405	03405000
2957674	Altengreuth	altengreuth	DE		0	Europe/Berlin	49.28993	10.31142				02	095	09571	09571198
2957675	Altengrabow	altengrabow	DE		0	Europe/Berlin	52.19568	12.19257				14	00	15086	15086140
2957676	Altengraben	altengraben	DE		0	Europe/Berlin	53.093	8.59095				06	00	03458	03458005
2957677	Altengraben	altengraben	DE		0	Europe/Berlin	51.07307	8.40741				07	059	05970	05970004
2957679	Altengörs	altengoers	DE		0	Europe/Berlin	53.9	10.2				10	00	01060	01060088
2957680	Altengönna	altengoenna	DE		0	Europe/Berlin	50.97918	11.56448				15	00	16074	16074051
2957682	Altengeseke	altengeseke	DE		0	Europe/Berlin	51.55646	8.2467		Altengeseke		07	059	05974	05974004
2957683	Altengesees	altengesees	DE		0	Europe/Berlin	50.54845	11.54025		Altengesees		15	00	16075	16075134
2957684	Alt Engeldorferhof	alt-engeldorferhof	DE		0	Europe/Berlin	50.85028	6.92958				07	053	05315	05315000
2957686	Altengamme	altengamme	DE		0	Europe/Berlin	53.43167	10.27485				04	00	02000	02000000
2957687	Altenfurt	altenfurt	DE		0	Europe/Berlin	49.40996	11.16966				02	095	09564	09564000
2957688	Altenfurt	altenfurt	DE		0	Europe/Berlin	48.55494	11.27631				02	091	09185	09185158
2957692	Altenfeldsdeich	altenfeldsdeich	DE		0	Europe/Berlin	53.71214	9.55568				10	00	01056	01056045
2957693	Altenfeldsdeich	altenfeldsdeich	DE		0	Europe/Berlin	53.6367	9.62186				10	00	01056	01056020
2957695	Altenfelden	altenfelden	DE		0	Europe/Berlin	49.26265	11.21773				02	095	09576	09576113
2957696	Altenfelden	altenfelden	DE		0	Europe/Berlin	49.06667	10				01	081	08127	08127103
2957697	Altenfelde	altenfelde	DE		0	Europe/Berlin	52.78982	9.00769				06	00	03251	03251002
2957703	Altenfähre	altenfaehre	DE		0	Europe/Berlin	54.21329	9.41682		Altenfahr,Altenfahre,Altenfähr,Altenfähre		10	00	01051	01051136
2957704	Altenessen	altenessen	DE		0	Europe/Berlin	51.48696	7.01052		Altenessen		07	051	05113	05113000
2957705	Altenesch	altenesch	DE		0	Europe/Berlin	53.12962	8.62469				06	00	03461	03461006
2957706	Altenerding	altenerding	DE		0	Europe/Berlin	48.29244	11.90532				02	091	09177	09177117
2957707	Alteneichen	alteneichen	DE		0	Europe/Berlin	53.31667	10.81667				12	00	13076	13076136
2957708	Alteneich	alteneich	DE		0	Europe/Berlin	48.62519	11.27339				02	091	09185	09185116
2957709	Altenebstorf	altenebstorf	DE		0	Europe/Berlin	53.01943	10.40216				06	00	03360	03360006
2957711	Altendorf-Ulfkotte	altendorf-ulfkotte	DE		0	Europe/Berlin	51.63333	7				07	055	05562	05562012
2957740	Altendonop	altendonop	DE		0	Europe/Berlin	51.9917	9.01669				07	057	05766	05766016
2957743	Altendiestedde	altendiestedde	DE		0	Europe/Berlin	51.74546	8.13816				07	055	05570	05570048
2957744	Altendettelsau	altendettelsau	DE		0	Europe/Berlin	49.29955	10.77134				02	095	09571	09571190
2957745	Altenderne-Oberbecker	altenderne-oberbecker	DE		0	Europe/Berlin	51.56667	7.53333				07	059	05913	05913000
2957746	Altenderne-Niederbecker	altenderne-niederbecker	DE		0	Europe/Berlin	51.56667	7.5				07	059	05913	05913000
2957747	Altendeich	altendeich	DE		0	Europe/Berlin	54.28333	8.78333				10	00	01054	01054145
2957748	Altendeich	altendeich	DE		0	Europe/Berlin	53.38333	8.3				06	00	03461	03461005
2957749	Altendeich	altendeich	DE		0	Europe/Berlin	54.55662	8.953				10	00	01054	01054043
2957750	Altendeich	altendeich	DE		0	Europe/Berlin	54.3427	8.97154				10	00	01054	01054095
2957751	Padingbütteler-Altendeich	padingbuetteler-altendeich	DE		0	Europe/Berlin	53.70776	8.5058		Altendeich,Padingbutteler-Altendeich,Padingbütteler-Altendeich		06	00	03352	03352061
2957752	Altendeich	altendeich	DE		0	Europe/Berlin	53.6609	9.57267				10	00	01056	01056019
2957753	Altendeich	altendeich	DE		0	Europe/Berlin	53.58333	8.06667				06	00	03405	03405000
2957757	Altendamm	altendamm	DE		0	Europe/Berlin	53.25565	8.84055				06	00	03356	03356007
2957758	Altendambach	altendambach	DE		0	Europe/Berlin	50.55853	10.71029		Altendambach		15	00	16069	16069043
2957759	Altencreußen	altencreussen	DE		0	Europe/Berlin	49.81438	11.66682		Altencreussen,Altencreußen,Altenkreussen		02	094	09472	09472180
2957760	Altencelle	altencelle	DE		0	Europe/Berlin	52.60461	10.11721		Kellu [a. 986],Olencell,Olencelle,atnsl,اتنسل		06	00	03351	03351006
2957761	Alten Buseck	alten-buseck	DE		4075	Europe/Berlin	50.62218	8.75322	220	Alten Buseck		05	065	06531	06531003
2957762	Altenburschla	altenburschla	DE		0	Europe/Berlin	51.14997	10.17805		Altenburschla		05	066	06636	06636013
2957798	Altenbüren	altenbueren	DE		1321	Europe/Berlin	51.38634	8.50584	464			07	059	05958	05958012
2957799	Altenbunnen	altenbunnen	DE		0	Europe/Berlin	52.73497	7.85363				06	00	03453	03453011
2957800	Altenbülstedt	altenbuelstedt	DE		0	Europe/Berlin	53.20845	9.16606				06	00	03357	03357010
2957801	Altenbücken	altenbuecken	DE		0	Europe/Berlin	52.77832	9.14645				06	00	03256	03256003
2957805	Altenbrunslar	altenbrunslar	DE		0	Europe/Berlin	51.16571	9.44703		Altenbrunslar		05	066	06634	06634003
2957806	Altenbrück	altenbrueck	DE		0	Europe/Berlin	53.24375	8.84904				06	00	03356	03356007
2957807	Altenbrück	altenbrueck	DE		0	Europe/Berlin	50.94548	7.22083				07	053	05378	05378024
2957812	Altenbruch	altenbruch	DE		0	Europe/Berlin	53.82396	8.77199		Altenbruch		06	00	03352	03352011
2957813	Altenbrendebach	altenbrendebach	DE		0	Europe/Berlin	50.7662	7.79425				08	00	07132	07132117
2957814	Altenbreckerfeld	altenbreckerfeld	DE		0	Europe/Berlin	51.24438	7.45866				07	059	05954	05954004
2957816	Altenbork	altenbork	DE		0	Europe/Berlin	51.66727	7.44014		Altenbork		07	059	05978	05978032
2957817	Altenboitzen	altenboitzen	DE		0	Europe/Berlin	52.81777	9.51439		Altenboitzen		06	00	03358	03358024
2957819	Altenbögge	altenboegge	DE		0	Europe/Berlin	51.59723	7.74485		Boegge,Buggi,Bögge		07	059	05978	05978008
2957820	Altenbödingen	altenboedingen	DE		0	Europe/Berlin	50.78109	7.3317				07	053	05382	05382020
2957822	Altenbochum	altenbochum	DE		0	Europe/Berlin	51.47256	7.24812		Altenbochum		07	059	05911	
2957824	Altenbeuren	altenbeuren	DE		0	Europe/Berlin	47.78575	9.32549				01	084	08435	08435052
2957825	Altenbeuern	altenbeuern	DE		0	Europe/Berlin	47.77844	12.14843				02	091	09187	09187154
2957826	Altenbergen	altenbergen	DE		0	Europe/Berlin	51.79354	9.24362				07	057	05762	05762024
2957827	Altenbergen	altenbergen	DE		0	Europe/Berlin	50.83771	10.62605		Altenbergen		15	00	16067	16067092
2957865	Altenbeichlingen	altenbeichlingen	DE		0	Europe/Berlin	51.2251	11.23354				15	00	16068	16068034
2957867	Altenbauna	altenbauna	DE		0	Europe/Berlin	51.25778	9.41636				05	066	06633	06633003
2957868	Altenbanz	altenbanz	DE		0	Europe/Berlin	50.15309	10.9634		Altenbanz		02	094	09478	09478165
2957870	Altenbaindt	altenbaindt	DE		0	Europe/Berlin	48.4975	10.51254				02	097	09773	09773140
2957871	Altenbach	altenbach	DE		0	Europe/Berlin	51.35353	12.6805		Altenbach		13	00	14729	14729030
2957872	Altenbach	altenbach	DE		0	Europe/Berlin	51.11445	7.12346				07	053	05378	05378016
2957873	Altenbach	altenbach	DE		0	Europe/Berlin	49.48704	8.73772		Altenbach		01	082	08226	08226082
2957874	Altenbach	altenbach	DE		0	Europe/Berlin	48.59615	10.89367				02	097	09772	09772207
2957875	Altenbach	altenbach	DE		0	Europe/Berlin	48.51702	12.18728				02	092	09274	09274146
2957884	Altenaffeln	altenaffeln	DE		0	Europe/Berlin	51.27147	7.87548				07	059	05962	05962048
2957890	Alten	alten	DE		0	Europe/Berlin	51.82128	12.19594		Alten,Dessau-Alten		14	00	15001	15001000
2957905	Alte Kolonie Westhausen	alte-kolonie-westhausen	DE		0	Europe/Berlin	51.55	7.36667				07	059	05913	05913000
2957906	Alte Kolonie	alte-kolonie	DE		0	Europe/Berlin	51.56635	7.67918				07	059	05978	05978036
2957907	Alte Kirche	alte-kirche	DE		0	Europe/Berlin	54.51617	8.61255				10	00	01054	01054103
2957914	Alteiselfing	alteiselfing	DE		0	Europe/Berlin	48.02997	12.23928				02	091	09187	09187126
2957918	Altehufe	altehufe	DE		0	Europe/Berlin	51.01564	7.17224		Altehufe		07	053	05378	05378020
2957926	Alteheide	alteheide	DE		0	Europe/Berlin	51.56826	7.71629		Alte Heide,Alteheide		07	059	05978	05978036
2957931	Alte Hausstelle	alte-hausstelle	DE		0	Europe/Berlin	52.4	13.75				11	00	12067	12067124
2957944	Altefeld	altefeld	DE		0	Europe/Berlin	51.05194	10.12082		Altefeld,Altenfeld		05	066	06636	06636005
2957945	Altefeld	altefeld	DE		0	Europe/Berlin	50.44889	11.49689				15	00	16075	16075133
2957949	Altefähr	altefaehr	DE		1301	Europe/Berlin	54.32994	13.12643		Al'tefer,Altefer,a er te fei er,altyfahr,Алтефер,Альтефер,التیفاهر,阿尔特费尔		12	00	13073	13073003
2957973	Alte Drusel	alte-drusel	DE		0	Europe/Berlin	51.30893	9.3928				05	066	06611	06611000
2957986	Alteburg	alteburg	DE		0	Europe/Berlin	48.46194	9.15337				01	084	08415	08415061
2957998	Alte Buden	alte-buden	DE		0	Europe/Berlin	51.55	14.25				11	00	12071	12071408
2958002	Alteberspoint	alteberspoint	DE		0	Europe/Berlin	48.38784	12.325				02	092	09274	09274183
2958018	Altdürnbuch	altdurnbuch	DE		0	Europe/Berlin	48.78893	11.8363				02	092	09273	09273119
2958019	Altdrossenfeld	altdrossenfeld	DE		0	Europe/Berlin	50.01182	11.49754				02	094	09477	09477142
2958020	Altdörnfeld	altdoernfeld	DE		0	Europe/Berlin	50.84318	11.35394				15	00	16071	16071008
2958270	Allrath	allrath	DE		0	Europe/Berlin	51.06688	6.6282		Allrath		07	051	05162	05162008
2958038	Alt Daber	alt-daber	DE		0	Europe/Berlin	53.20408	12.50107		Daber,Heidethurm		11	00	12068	12068468
2958039	Altcunnewitz	altcunnewitz	DE		0	Europe/Berlin	51.1779	14.69956		Altcunnewitz,Stara Chojnica,Stara Chójnica		13	00	14626	14626290
2958040	Altchemnitz	altchemnitz	DE		0	Europe/Berlin	50.81154	12.91283		Altchemnitz		13	00	14511	14511000
2958042	Altburlage	altburlage	DE		0	Europe/Berlin	53.07902	7.5782				06	00	03457	03457018
2958045	Altburg	altburg	DE		0	Europe/Berlin	48.72455	8.70057				01	082	08235	08235085
2958046	Altbülk	altbuelk	DE		0	Europe/Berlin	54.4577	10.16493				10	00	01058	01058157
2958047	Altbulach	altbulach	DE		0	Europe/Berlin	48.666	8.71048				01	082	08235	08235047
2958049	Alt Buchhorst	alt-buchhorst	DE		0	Europe/Berlin	52.43151	13.84051				11	00	12067	12067201
2958050	Alt Brieselang	alt-brieselang	DE		0	Europe/Berlin	52.61285	13.00592				11	00	12063	12063036
2958051	Altbreitenfelderhof	altbreitenfelderhof	DE		0	Europe/Berlin	49.38047	7.29458				09	00	10045	10045114
2958055	Alt Bork	alt-bork	DE		0	Europe/Berlin	52.18796	12.87203		Alt Bork,Borkheide		11	00	12069	12069345
2958057	Altbokhorst	altbokhorst	DE		0	Europe/Berlin	54.09827	10.13303				10	00	01057	01057071
2958059	Altbleyen	altbleyen	DE		0	Europe/Berlin	52.58897	14.5877				11	00	12064	12064057
2958061	Altbierlingen	altbierlingen	DE		0	Europe/Berlin	48.25406	9.75286				01	084	08425	08425033
2958062	Altbessingen	altbessingen	DE		0	Europe/Berlin	50.02814	9.97971				02	096	09677	09677114
2958064	Altbernsdorf auf dem Eigen	altbernsdorf-auf-dem-eigen	DE		0	Europe/Berlin	51.05017	14.85401		Altbernsdorf,Altbernsdorf auf dem Eigen		13	00	14626	14626030
2958065	Altbensdorf	altbensdorf	DE		0	Europe/Berlin	52.42108	12.34614				11	00	12069	12069028
2958067	Altbellin	altbellin	DE		0	Europe/Berlin	52.4743	12.16855				14	00	15086	15086080
2958069	Altbelgern	altbelgern	DE		0	Europe/Berlin	51.47837	13.19671				11	00	12062	12062341
2958070	Altbauhof	altbauhof	DE		0	Europe/Berlin	53.88986	12.85998				12	00	13071	13071027
2958071	Alt Bauer	alt-bauer	DE		0	Europe/Berlin	53.98407	13.8092				12	00	13075	13075147
2958072	Altbacherhof	altbacherhof	DE		0	Europe/Berlin	48.73333	9.38333				01	081	08116	08116004
2958073	Altbachenbruch	altbachenbruch	DE		0	Europe/Berlin	53.66651	8.91449		Altbachenbruch,Altbachenbruck,Bachenbruch		06	00	03352	03352051
2958086	Altbabensham	altbabensham	DE		0	Europe/Berlin	48.07491	12.27912				02	091	09187	09187116
2958088	Altastenberg	altastenberg	DE		0	Europe/Berlin	51.18946	8.46711				07	059	05958	05958048
2958089	Altasbach	altasbach	DE		0	Europe/Berlin	48.38598	13.17014				02	092	09275	09275143
2958095	Altach	altach	DE		0	Europe/Berlin	49.00201	12.31267				02	093	09375	09375117
2958096	Altach	altach	DE		0	Europe/Berlin	47.56716	10.28688				02	097	09780	09780137
2958098	Alsweiler	alsweiler	DE		0	Europe/Berlin	49.47217	7.06983				09	00	10046	10046112
2958099	Alswede	alswede	DE		0	Europe/Berlin	52.33818	8.56225		Alswede		07	057	05770	05770020
2958101	Alsum	alsum	DE		0	Europe/Berlin	51.48333	6.73333				07	051	05112	05112000
2958102	Alsterweiler	alsterweiler	DE		0	Europe/Berlin	49.30887	8.11999		Alsterweiler		08	00	07337	07337052
2958103	Alstertal	alstertal	DE		0	Europe/Berlin	53.63563	10.04753				04	00	02000	02000000
2958104	Alsterloh	alsterloh	DE		0	Europe/Berlin	47.91574	12.04694				02	091	09187	09187137
2958105	Alsterdorf	alsterdorf	DE		13271	Europe/Berlin	53.61083	10.01306		Alsterdorf,Hamburg-Alsterdorf,alstrdraf,Алстердорф,الستردراف		04	00	02000	02000000
2958106	Alsterberg	alsterberg	DE		0	Europe/Berlin	53.61667	10				04	00	02000	02000000
2958109	Alstedde	alstedde	DE		0	Europe/Berlin	51.62861	7.4891				07	059	05978	05978024
2958110	Alstedde	alstedde	DE		0	Europe/Berlin	52.27916	7.75286				07	055	05566	05566028
2958111	Alstätte	alstaette	DE		0	Europe/Berlin	51.95856	7.29142				07	055	05558	05558008
2958112	Alstätte	alstaette	DE		0	Europe/Berlin	52.12304	6.91348				07	055	05554	05554004
2958113	Alstädten	alstaedten	DE		0	Europe/Berlin	50.88074	6.86095		Alstadten,Alstatten,Alstädten,Alstätten		07	053	05362	05362028
2958114	Alstaden	alstaden	DE		0	Europe/Berlin	51.46529	6.83298				07	051	05119	05119000
2958116	Alst	alst	DE		0	Europe/Berlin	51.85511	7.76691				07	055	05570	05570040
2958117	Alst	alst	DE		0	Europe/Berlin	52.09839	7.33046				07	055	05566	05566024
2958118	Alst	alst	DE		0	Europe/Berlin	51.26985	6.19973				07	051	05166	05166004
2958119	Alsmoos	alsmoos	DE		0	Europe/Berlin	48.51018	11.02961				02	097	09771	09771155
2958120	Alsmannsdorf	alsmannsdorf	DE		0	Europe/Berlin	50.75281	11.80381				15	00	16075	16075019
2958121	Alsleben	alsleben	DE		2786	Europe/Berlin	51.70161	11.67648		Al'sleben,Alsleben,a er si lai ben,alslbn,alslybn,Алслебен,Альслебен,آلسلبن,آلسليبن,阿尔斯莱本		14	00	15089	15089005
2958122	Alsleben b. Trappstadt	alsleben-b-trappstadt	DE		0	Europe/Berlin	50.29466	10.56232		Alsleben		02	096	09673	09673174
2958125	Alsheim-Gronau	alsheim-gronau	DE		0	Europe/Berlin	49.43333	8.26667				08	00	07338	07338022
2958129	Alsfassen	alsfassen	DE		0	Europe/Berlin	49.47505	7.15672				09	00	10046	10046117
2958130	Alserwurp	alserwurp	DE		0	Europe/Berlin	53.38712	8.43329				06	00	03461	03461009
2958131	Alserdeich	alserdeich	DE		0	Europe/Berlin	53.38369	8.45837				06	00	03461	03461009
2958137	Alsenbrück	alsenbrueck	DE		0	Europe/Berlin	49.56668	7.87303				08	00	07333	07333503
2958138	Alsenborn	alsenborn	DE		0	Europe/Berlin	49.48333	7.91667		Alsenborn,alsnbwrn,السنبورن		08	00	07335	07335004
2958139	Alsenberg	alsenberg	DE		0	Europe/Berlin	50.30181	11.92856				02	094	09464	09464000
2958140	Alse	alse	DE		0	Europe/Berlin	53.38216	8.45075				06	00	03461	03461009
2958147	Alschbach	alschbach	DE		0	Europe/Berlin	49.23954	7.23806				09	00	10045	10045112
2958149	Alsberg	alsberg	DE		0	Europe/Berlin	50.26861	9.42884				05	064	06435	06435002
2958159	Alraft	alraft	DE		0	Europe/Berlin	51.24236	8.96982				05	066	06635	06635021
2958163	Alpsray	alpsray	DE		0	Europe/Berlin	51.53733	6.54384				07	051	05170	05170032
2958178	Alperts	alperts	DE		0	Europe/Berlin	47.7	9.91667				01	084	08436	08436094
2958185	Alperbrück	alperbrueck	DE		0	Europe/Berlin	50.96071	7.53302				07	053	05374	05374048
2958201	Alpe	alpe	DE		0	Europe/Berlin	50.96113	7.57044		Alpe		07	053	05374	05374048
2958202	Alpe	alpe	DE		0	Europe/Berlin	50.98811	7.61034		Alapa,Alpe,Ālapa		07	053	05374	05374040
2958203	Alpe	alpe	DE		0	Europe/Berlin	48.88532	13.64313				02	092	09272	09272139
2958210	Almstorf	almstorf	DE		0	Europe/Berlin	53.09047	10.70018				06	00	03360	03360011
2958212	Almsloh	almsloh	DE		0	Europe/Berlin	53.05641	8.55947				06	00	03458	03458005
2958214	Almsick	almsick	DE		0	Europe/Berlin	52.00519	6.93887				07	055	05554	05554056
2958216	Almsdorf	almsdorf	DE		0	Europe/Berlin	51.25921	11.8618		Almsdorf		14	00	15088	15088235
2958217	Almosenreuth	almosenreuth	DE		0	Europe/Berlin	48.86103	13.31315				02	092	09272	09272147
2958219	Almosenbachhorn	almosenbachhorn	DE		0	Europe/Berlin	48.52952	11.97781				02	092	09274	09274194
2958221	Almos	almos	DE		0	Europe/Berlin	49.67201	11.34903				02	094	09474	09474138
2958222	Almke	almke	DE		0	Europe/Berlin	52.34331	10.85638				06	00	03103	03103000
2958223	Almhorst	almhorst	DE		0	Europe/Berlin	52.37895	9.566				06	00	03241	03241015
2958226	Almertsham	almertsham	DE		0	Europe/Berlin	47.94101	12.31524				02	091	09187	09187145
2958227	Almert	almert	DE		0	Europe/Berlin	51.14899	8.3581		Almert		07	059	05958	05958040
2958229	Almerswind	almerswind	DE		0	Europe/Berlin	50.36987	11.00882		Almerswind		15	00	16072	16072015
2958236	Almerfeld	almerfeld	DE		0	Europe/Berlin	51.4438	8.67004				07	059	05958	05958012
2958240	Almendorf	almendorf	DE		0	Europe/Berlin	50.57708	9.74547				05	066	06631	06631020
2958241	Almend	almend	DE		0	Europe/Berlin	48.38538	8.06985		Allmend,Almend		01	083	08317	08317085
2958243	Almena	almena	DE		0	Europe/Berlin	52.10603	9.07848				07	057	05766	05766028
2958249	Alme	alme	DE		0	Europe/Berlin	51.45	8.61667		Alme		07	059	05958	05958012
2958252	Almbranz	almbranz	DE		0	Europe/Berlin	50.25956	11.79332				02	094	09475	09475136
2958258	Almau	almau	DE		0	Europe/Berlin	47.80589	12.49627		Allmau,Almau		02	091	09189	09189159
2958260	Alm	alm	DE		0	Europe/Berlin	52.97656	9.80873				06	00	03358	03358021
2958261	Allzunah	allzunah	DE		0	Europe/Berlin	50.60564	10.86235				15	00	16070	16070029
2958262	Allwörden	allwoerden	DE		0	Europe/Berlin	53.81096	9.2996				06	00	03359	03359018
2958267	Allrune	allrune	DE		0	Europe/Berlin	52.21667	8.31667				06	00	03459	03459024
2958271	Allner	allner	DE		0	Europe/Berlin	50.7809	7.29767				07	053	05382	05382020
2958273	Allna	allna	DE		0	Europe/Berlin	50.77133	8.67093				05	065	06534	06534020
2958274	Allmuthshausen	allmuthshausen	DE		0	Europe/Berlin	50.97625	9.43209				05	066	06634	06634009
2958276	Allmut	allmut	DE		0	Europe/Berlin	47.68768	8.28144				01	083	08337	08337126
2958277	Allmus	allmus	DE		0	Europe/Berlin	50.59561	9.81422				05	066	06631	06631013
2958278	Allmunzen	allmunzen	DE		0	Europe/Berlin	48.70418	13.4447				02	092	09275	09275160
2958279	Almoshof	almoshof	DE		0	Europe/Berlin	49.49155	11.06152	310			02	095	09564	09564000
2958280	Allmosen	allmosen	DE		0	Europe/Berlin	51.58138	14.09392		Allmosen		11	00	12066	12066112
2958281	Allmoning	allmoning	DE		0	Europe/Berlin	48.04924	12.76544				02	091	09189	09189152
2958283	Allmishofen	allmishofen	DE		0	Europe/Berlin	47.80023	10.04903		Allmishofen		01	084	08436	08436055
2958284	Allmethofen	allmethofen	DE		0	Europe/Berlin	48.13333	9.95				01	084	08426	08426135
2958286	Allmershausen	allmershausen	DE		0	Europe/Berlin	50.88627	9.66161				05	066	06632	06632002
2958287	Allmersdorf	allmersdorf	DE		0	Europe/Berlin	48.75745	11.91086				02	092	09273	09273139
2958289	Allmersbach am Weinberg	allmersbach-am-weinberg	DE		0	Europe/Berlin	48.9914	9.39428		Allmersbach,Allmersbach am Weinberg		01	081	08119	08119087
2958290	Allmering	allmering	DE		0	Europe/Berlin	48.48924	10.94583				02	097	09771	09771158
2958291	Allmenrod	allmenrod	DE		0	Europe/Berlin	50.62839	9.3272		Allmenrod		05	065	06535	06535011
2958293	Allmenhausen	allmenhausen	DE		0	Europe/Berlin	51.23746	10.73372		Allmenhausen		15	00	16065	16065014
2958294	Allmendshofen	allmendshofen	DE		0	Europe/Berlin	47.94188	8.50101				01	083	08326	08326012
2958295	Allmendsberg	allmendsberg	DE		0	Europe/Berlin	48.15668	7.88018				01	083	08316	08316054
2958298	Allmendfeld	allmendfeld	DE		0	Europe/Berlin	49.7725	8.5275				05	064	06433	06433004
2958300	Allmend	allmend	DE		0	Europe/Berlin	48.31667	8.21667				01	083	08317	08317093
2958301	Allmend	allmend	DE		0	Europe/Berlin	48.18383	7.90147				01	083	08316	08316054
2958302	Allmend	allmend	DE		0	Europe/Berlin	48.14973	8.04087		Allmend,Almend		01	083	08316	08316055
2958303	Allmend	allmend	DE		0	Europe/Berlin	48.03104	7.93665				01	083	08315	08315041
2958307	Allmannsweier	allmannsweier	DE		0	Europe/Berlin	48.36784	7.78251		Allmannsweier		01	083	08317	08317150
2958308	Allmannsried	allmannsried	DE		0	Europe/Berlin	47.60102	9.84693				02	097	09776	09776125
2958311	Allmannshausen	allmannshausen	DE		0	Europe/Berlin	47.93659	11.34682				02	091	09188	09188113
2958312	Allmannsfeld	allmannsfeld	DE		0	Europe/Berlin	49.39215	11.72217				02	093	09371	09371132
2958313	Allmannsdorf	allmannsdorf	DE		0	Europe/Berlin	47.68034	9.20364				01	083	08335	08335043
2958314	Allmannsdorf	allmannsdorf	DE		0	Europe/Berlin	49.12824	12.8061				02	093	09372	09372143
2958315	Allmannsdorf	allmannsdorf	DE		0	Europe/Berlin	49.13669	10.96195				02	095	09577	09577161
2958316	Allmannsdorf	allmannsdorf	DE		0	Europe/Berlin	48.52224	12.21131				02	092	09274	09274146
2958317	Allmannsberg	allmannsberg	DE		0	Europe/Berlin	48.50585	12.29837				02	092	09274	09274134
2958318	Allmannsberg	allmannsberg	DE		0	Europe/Berlin	48.02805	12.15938		Altmannsberg		02	091	09187	09187124
2958321	Allmannsau	allmannsau	DE		0	Europe/Berlin	48.12997	12.2023				02	091	09183	09183139
2958322	Allmandle	allmandle	DE		0	Europe/Berlin	48.58562	8.46612		Allmandie,Allmandle		01	082	08237	08237073
2958323	Allmand	allmand	DE		0	Europe/Berlin	48.51205	8.34888				01	082	08237	08237004
2958325	Allkofen	allkofen	DE		0	Europe/Berlin	48.96784	12.26448				02	093	09375	09375170
2958326	Allkofen	allkofen	DE		0	Europe/Berlin	48.83894	12.26939				02	092	09278	09278144
2958328	Allisreute	allisreute	DE		0	Europe/Berlin	47.7	9.66667				01	084	08436	08436018
2958329	Allinghausen	allinghausen	DE		0	Europe/Berlin	50.98547	7.63771		Allinghausen		07	053	05374	05374040
2958335	Allhofen	allhofen	DE		0	Europe/Berlin	48.75187	11.92668				02	092	09273	09273139
2958336	Allhartsmais	allhartsmais	DE		0	Europe/Berlin	48.85608	13.20411				02	092	09272	09272145
2958337	Allharting	allharting	DE		0	Europe/Berlin	48.71716	13.19773				02	092	09271	09271114
2958338	Allgramsdorf	allgramsdorf	DE		0	Europe/Berlin	48.70083	12.10972				02	092	09274	09274176
2958344	Allgaierhof	allgaierhof	DE		0	Europe/Berlin	47.97768	9.69458				01	084	08436	08436008
2958346	Allfeld	allfeld	DE		0	Europe/Berlin	49.32438	9.24109		Allfeld		01	082	08225	08225009
2958347	Allewinden	allewinden	DE		0	Europe/Berlin	47.73333	9.83333				01	084	08436	08436081
2958349	Allewind	allewind	DE		0	Europe/Berlin	48.36667	9.9				01	084	08421	08421000
2958351	Alletswind	alletswind	DE		0	Europe/Berlin	49.15001	12.40071				02	093	09372	09372167
2958352	Alletsried	alletsried	DE		0	Europe/Berlin	49.30997	12.48142				02	093	09376	09376146
2958353	Alletshof	alletshof	DE		0	Europe/Berlin	49.56171	12.19896				02	093	09376	09376150
2958356	Alleschwende	alleschwende	DE		0	Europe/Berlin	47.7	9.91667				01	084	08436	08436094
2958358	Allertshofen	allertshofen	DE		0	Europe/Berlin	49.74694	8.71639				05	064	06432	06432013
2958359	Allertshofen	allertshofen	DE		0	Europe/Berlin	49.30923	11.82223				02	093	09371	09371129
2958360	Allertshausen	allertshausen	DE		0	Europe/Berlin	50.65795	8.84932		Rabenau-Allertshausen		05	065	06531	06531015
2958361	Allertshausen	allertshausen	DE		0	Europe/Berlin	50.20495	10.67022				02	096	09674	09674171
2958362	Allertsham	allertsham	DE		0	Europe/Berlin	48.02308	12.36539				02	091	09189	09189133
2958363	Allerting	allerting	DE		0	Europe/Berlin	48.61935	13.40832				02	092	09275	09275151
2958366	Allerstorf	allerstorf	DE		0	Europe/Berlin	54.17716	12.54416				12	00	13073	13073055
2958368	Allerstedt	allerstedt	DE		0	Europe/Berlin	51.25318	11.44255		Allerstedt		14	00	15084	15084246
2958369	Allersing	allersing	DE		0	Europe/Berlin	48.07401	12.30946				02	091	09187	09187116
2958371	Allershofen	allershofen	DE		0	Europe/Berlin	49.24958	11.38266				02	093	09373	09373114
2958372	Allersheim	allersheim	DE		0	Europe/Berlin	51.84384	9.47657				06	00	03255	03255023
2958373	Allersheim	allersheim	DE		0	Europe/Berlin	49.62806	9.90028				02	096	09679	09679138
2958374	Allersheim	allersheim	DE		0	Europe/Berlin	48.26971	12.27056				02	091	09183	09183144
2958377	Allershagen	allershagen	DE		0	Europe/Berlin	54.09261	11.99494				12	00	13072	13072064
2958378	Allersfelden	allersfelden	DE		0	Europe/Berlin	49.10984	11.61435				02	093	09373	09373115
2958379	Allersehl	allersehl	DE		0	Europe/Berlin	52.73361	10.51524				06	00	03151	03151007
2958381	Allersdorf	allersdorf	DE		0	Europe/Berlin	54.33333	8.81667				10	00	01054	01054063
2958382	Allersdorf	allersdorf	DE		0	Europe/Berlin	50.61795	11.07107		Allersdorf		15	00	16070	16070058
2958383	Allersdorf	allersdorf	DE		0	Europe/Berlin	49.97707	11.63769				02	094	09472	09472119
2958384	Allersdorf	allersdorf	DE		0	Europe/Berlin	49.73943	11.34739				02	094	09474	09474129
2958385	Allersdorf	allersdorf	DE		0	Europe/Berlin	49.00905	12.91031				02	092	09276	09276128
2958386	Allersdorf	allersdorf	DE		0	Europe/Berlin	48.94143	12.81978				02	092	09278	09278187
2958387	Allersdorf	allersdorf	DE		0	Europe/Berlin	48.8014	12.12778				02	093	09375	09375196
2958388	Allersdorf	allersdorf	DE		0	Europe/Berlin	48.8038	11.84552				02	092	09273	09273111
2958390	Allersburg	allersburg	DE		0	Europe/Berlin	49.30733	11.77803				02	093	09371	09371129
2958395	Allersbach	allersbach	DE		0	Europe/Berlin	48.46105	12.44574				02	092	09274	09274179
2958397	Allermöhe	allermoehe	DE		0	Europe/Berlin	53.48806	10.11588		Alermee,Hamburg-Allermoehe,Hamburg-Allermöhe,alyrmah,Алермее,الیرماه		04	00	02000	02000000
2958400	Alleringhausen	alleringhausen	DE		0	Europe/Berlin	51.26434	8.7638				05	066	06635	06635015
2958402	Allerheiligen	allerheiligen	DE		0	Europe/Berlin	48.38856	8.6298				01	083	08325	08325057
2958403	Allerheiligen	allerheiligen	DE		0	Europe/Berlin	47.82261	11.72104				02	091	09182	09182136
2958404	Allerheiligen	allerheiligen	DE		0	Europe/Berlin	47.73372	9.40753				01	084	08435	08435034
2958406	Allerheiligen	allerheiligen	DE		0	Europe/Berlin	51.13983	6.74509				07	051	05162	05162024
2958409	Allerfing	allerfing	DE		0	Europe/Berlin	48.00405	12.79916				02	091	09189	09189118
2958411	Allerdorf	allerdorf	DE		0	Europe/Berlin	53.02674	9.19271				06	00	03361	03361008
2958412	Allerding	allerding	DE		0	Europe/Berlin	48.01651	12.63823				02	091	09189	09189134
2958413	Allerding	allerding	DE		0	Europe/Berlin	47.99232	12.35192				02	091	09189	09189137
2958415	Allenbüttel	allenbuettel	DE		250	Europe/Berlin	52.39304	10.63056	72	Almersbuttele [a. 1274]		06	00	03151	03151006
2958426	Allenz	allenz	DE		0	Europe/Berlin	50.29755	7.2311				08	00	07137	07137068
2958430	Allenrod	allenrod	DE		0	Europe/Berlin	50.36667	9.23333				05	064	06440	06440013
2958433	Allendorf bei Frankenau	allendorf-bei-frankenau	DE		0	Europe/Berlin	51.07702	8.90855		Allendorf,Allendorf bei Frankenau		05	066	06635	06635010
2958434	Allendorf an der Lumda	allendorf-an-der-lumda	DE		0	Europe/Berlin	50.67746	8.82149		Allendorf,Allendorf (Lumda),Allendorf an der Lumda		05	065	06531	06531001
2958435	Allendorf an der Landsburg	allendorf-an-der-landsburg	DE		0	Europe/Berlin	50.94821	9.21556		Allendorf,Allendorf an der Landsburg		05	066	06634	06634022
2958436	Allendorf an der Lahn	allendorf-an-der-lahn	DE		4170	Europe/Berlin	50.55109	8.62008		Allendorf,Allendorf an der Lahn		05	065	06531	06531005
2958449	Allenbostel	allenbostel	DE		0	Europe/Berlin	53.02233	10.35563				06	00	03360	03360010
2958450	Allenberg	allenberg	DE		0	Europe/Berlin	48.45306	11.21047				02	097	09771	09771162
2958459	Allen	allen	DE		0	Europe/Berlin	51.6	7.86667		Allen		07	059	05915	05915000
2958460	Allemühl	allemuhl	DE		0	Europe/Berlin	49.42528	8.95487				01	082	08226	08226081
2958464	Allee	allee	DE		0	Europe/Berlin	53.75	10.21667				10	00	01062	01062036
2958469	Allakofen	allakofen	DE		0	Europe/Berlin	48.68552	11.85828				02	092	09273	09273163
2958470	Allagen	allagen	DE		0	Europe/Berlin	51.47951	8.25296				07	059	05974	05974044
2958471	Alladorf	alladorf	DE		0	Europe/Berlin	49.96202	11.37898				02	094	09477	09477157
2958474	Allach	allach	DE		0	Europe/Berlin	48.19267	11.46235		Untermenzing-Allach		02	091	09162	09162000
2958475	Alkofen	alkofen	DE		0	Europe/Berlin	48.92029	11.97921				02	092	09273	09273116
2958476	Alkofen	alkofen	DE		0	Europe/Berlin	48.63056	13.13084		Alkofen,Alkoven		02	092	09275	09275154
2958478	Alkertshausen	alkertshausen	DE		0	Europe/Berlin	49.33583	9.86316				01	081	08127	08127008
2958487	Aljarn	aljarn	DE		0	Europe/Berlin	53.16957	10.61614				06	00	03360	03360001
2958488	Alizberg	alizberg	DE		0	Europe/Berlin	49.50442	10.80837				02	095	09573	09573120
2958489	Alitzheim	alitzheim	DE		0	Europe/Berlin	49.9363	10.32825				02	096	09678	09678183
2958492	Aligse	aligse	DE		0	Europe/Berlin	52.40151	9.97594		Aligse		06	00	03241	03241011
2958495	Alhausen	alhausen	DE		0	Europe/Berlin	51.74987	9.05383		Alhausen		07	057	05762	05762004
2958496	Alhausen	alhausen	DE		0	Europe/Berlin	50.72514	7.7205				08	00	07143	07143296
2958497	Algishofen	algishofen	DE		0	Europe/Berlin	48.90989	9.91085				01	081	08136	08136049
2958498	Algier	algier	DE		0	Europe/Berlin	51.33333	14.93333				13	00	14626	14626480
2958499	Algesdorf	algesdorf	DE		0	Europe/Berlin	52.3239	9.3437				06	00	03257	03257032
2958501	Algertshausen	algertshausen	DE		0	Europe/Berlin	48.46	11.11928				02	097	09771	09771113
2958503	Algerting	algerting	DE		0	Europe/Berlin	48.60139	13.15111				02	092	09275	09275154
2958504	Algert	algert	DE		0	Europe/Berlin	50.84102	7.25955				07	053	05382	05382028
2958505	Algershofen	algershofen	DE		0	Europe/Berlin	48.2295	9.62836				01	084	08425	08425081
2958507	Algersdorf	algersdorf	DE		0	Europe/Berlin	49.58078	11.40965				02	095	09574	09574135
2958508	Algers	algers	DE		0	Europe/Berlin	47.87162	10.4809				02	097	09777	09777154
2958512	Algenroth	algenroth	DE		0	Europe/Berlin	50.16815	7.89075				05	064	06439	06439005
2958513	Algenrodt	algenrodt	DE		0	Europe/Berlin	49.71532	7.28488		Algenrodt,Algenroth		08	00	07134	07134045
2958515	Algasing	algasing	DE		0	Europe/Berlin	48.30168	12.16244				02	091	09177	09177115
2958520	Alfredshöhe	alfredshoehe	DE		0	Europe/Berlin	51.56708	9.12488				07	057	05762	05762040
2958525	Alferzhagen	alferzhagen	DE		0	Europe/Berlin	50.9863	7.57672		Alferzhagen		07	053	05374	05374048
2958526	Alfert	alfert	DE		0	Europe/Berlin	51.36667	8.41667		Alfert		07	059	05958	05958008
2958527	Alfershausen	alfershausen	DE		0	Europe/Berlin	49.10826	11.18683				02	095	09576	09576148
2958529	Alferde	alferde	DE		0	Europe/Berlin	52.16377	9.70668				06	00	03241	03241017
2958530	Alferberg	alferberg	DE		0	Europe/Berlin	50.23719	6.29669				08	00	07232	07232208
2958532	Alfen	alfen	DE		0	Europe/Berlin	51.6527	8.69993		Alfen		07	057	05774	05774012
2958538	Alfalter	alfalter	DE		0	Europe/Berlin	49.53847	11.46715				02	095	09574	09574161
2958540	Alexisdorf	alexisdorf	DE		0	Europe/Berlin	52.62475	6.97216				06	00	03456	03456019
2958541	Alexisbad	alexisbad	DE		0	Europe/Berlin	51.65006	11.11648		Aleksisbad,Aleksisbadas,Alexisbad,Алексисбад		14	00	15085	15085145
2958542	Alexandrinenthal	alexandrinenthal	DE		0	Europe/Berlin	50.29431	11.04868				02	094	09473	09473159
2958544	Alexandersreut	alexandersreut	DE		0	Europe/Berlin	49.0999	10.10122		Alexandersreut		01	081	08127	08127014
2958546	Alexanderhütte	alexanderhutte	DE		0	Europe/Berlin	50.45694	11.26649				02	094	09476	09476179
2958547	Alexanderhöhe	alexanderhoehe	DE		0	Europe/Berlin	53.30108	13.89027				11	00	12073	12073452
2958548	Alexanderhof	alexanderhof	DE		0	Europe/Berlin	53.29734	13.91161				11	00	12073	12073452
2958549	Alexanderfeld	alexanderfeld	DE		0	Europe/Berlin	53.18662	8.19293		Alexanderfeld,Alexandersfeld		06	00	03403	03403000
2958550	Alexanderdorf	alexanderdorf	DE		0	Europe/Berlin	52.16385	13.32985				11	00	12072	12072002
2958551	Alexander	alexander	DE		0	Europe/Berlin	51.3	8.36667		Alexander,Kolonie Alexander		07	059	05958	05958032
2958552	Aleuthen	aleuthen	DE		0	Europe/Berlin	47.67102	10.59203		Aleuthen,Alleuten		02	097	09777	09777149
2958553	Aleuthe	aleuthe	DE		0	Europe/Berlin	47.66703	10.36346		Ahleute,Aleuthe		02	097	09780	09780140
2958554	Aletshofen	aletshofen	DE		0	Europe/Berlin	48.16641	10.67796		Aletshofen		02	097	09778	09778137
2958556	Aletsberg	aletsberg	DE		0	Europe/Berlin	48.84877	12.9397				02	092	09271	09271119
2958558	Alertshausen	alertshausen	DE		0	Europe/Berlin	51.05467	8.51649		Alertshausen		07	059	05970	05970004
2958561	Alendorf	alendorf	DE		0	Europe/Berlin	50.36803	6.63723				07	053	05366	05366008
2958565	Alefeld	alefeld	DE		0	Europe/Berlin	50.88355	7.4629				07	053	05382	05382036
2958567	Aldrup-Antrup	aldrup-antrup	DE		0	Europe/Berlin	52.18592	7.81816				07	055	05566	05566040
2958568	Aldrup	aldrup	DE		0	Europe/Berlin	52.18333	7.81667				07	055	05566	05566040
2958569	Aldrup	aldrup	DE		0	Europe/Berlin	52.06927	7.60866				07	055	05566	05566012
2958570	Aldrup	aldrup	DE		0	Europe/Berlin	52.83036	8.43862				06	00	03458	03458014
2958571	Aldorpsen	aldorpsen	DE		0	Europe/Berlin	51.56667	9.2		Aldorpsen,Altdorpsen		07	057	05762	05762040
2958572	Aldorf	aldorf	DE		0	Europe/Berlin	52.73477	8.50455				06	00	03251	03251005
2958578	Aldenrade	aldenrade	DE		0	Europe/Berlin	51.52988	6.74476				07	051	05112	05112000
2958582	Aldenburg	aldenburg	DE		0	Europe/Berlin	53.53645	8.07575				06	00	03405	03405000
2958584	Aldekerk	aldekerk	DE		0	Europe/Berlin	51.43956	6.41662				07	051	05154	05154028
2958588	Alchen	alchen	DE		0	Europe/Berlin	50.9004	7.94148		Alchen		07	059	05970	05970016
2958590	Alburg	alburg	DE		0	Europe/Berlin	48.86764	12.53899				02	092	09263	09263000
2958591	Albungen	albungen	DE		0	Europe/Berlin	51.23033	9.9967		Albungen		05	066	06636	06636003
2958593	Albstedt	albstedt	DE		0	Europe/Berlin	53.33003	8.71757				06	00	03352	03352060
2958674	Albertsberg	albertsberg	DE		0	Europe/Berlin	50.48936	12.46765				13	00	14523	14523020
2958596	Albsheim an der Eis	albsheim-an-der-eis	DE		0	Europe/Berlin	49.58198	8.18158		Albsheim,Albsheim an der Eis		08	00	07332	07332041
2958597	Albshausen	albshausen	DE		0	Europe/Berlin	51.37607	9.83783				05	066	06636	06636016
2958598	Albshausen	albshausen	DE		0	Europe/Berlin	51.19612	9.51671		Albshausen		05	066	06634	06634008
2958599	Albshausen	albshausen	DE		0	Europe/Berlin	50.91073	8.91012		Albshausen		05	065	06534	06534017
2958600	Albshausen	albshausen	DE		1992	Europe/Berlin	50.54431	8.43784				05	065	06532	06532021
2958605	Albris	albris	DE		0	Europe/Berlin	47.69551	10.27488				02	097	09780	09780117
2958606	Albris	albris	DE		0	Europe/Berlin	47.7	9.93333				01	084	08436	08436094
2958607	Albringwerde	albringwerde	DE		0	Europe/Berlin	51.27953	7.5862				07	059	05962	05962056
2958608	Albringhausen	albringhausen	DE		0	Europe/Berlin	52.82271	8.78695		Albringhausen		06	00	03251	03251007
2958609	Albringhausen	albringhausen	DE		0	Europe/Berlin	51.37217	7.31696				07	059	05954	05954032
2958610	Albringhausen	albringhausen	DE		0	Europe/Berlin	51.10838	7.8317		Albringhausen		07	059	05966	05966004
2958611	Albringen	albringen	DE		0	Europe/Berlin	51.38805	7.90394				07	059	05958	05958004
2958612	Albrechtsthal	albrechtsthal	DE		0	Europe/Berlin	53.07288	13.58334				11	00	12073	12073572
2958613	Albrechts Teerofen	albrechts-teerofen	DE		0	Europe/Berlin	52.39557	13.16121		Albrechts Teerofen,Albrechts Theerofen		16	00	11000	11000000
2958614	Albrechtsruh	albrechtsruh	DE		0	Europe/Berlin	54.66667	9.91667				10	00	01059	01059045
2958616	Albrechtshof	albrechtshof	DE		0	Europe/Berlin	53.33779	14.12086				11	00	12073	12073458
2958621	Albrechtshaus	albrechtshaus	DE		0	Europe/Berlin	51.64185	10.92537				14	00	15085	15085228
2958622	Albrechtshain	albrechtshain	DE		0	Europe/Berlin	51.30572	12.56527				13	00	14729	14729300
2958625	Albrechts	albrechts	DE		0	Europe/Berlin	50.61935	10.64186		Albrechts		15	00	16054	16054000
2958626	Albrechts	albrechts	DE		0	Europe/Berlin	47.81237	10.44617				02	097	09777	09777138
2958627	Albrechten	albrechten	DE		0	Europe/Berlin	47.78677	10.23261				02	097	09780	09780112
2958628	Albisried	albisried	DE		0	Europe/Berlin	47.69758	10.58766				02	097	09777	09777149
2958629	Albisreute	albisreute	DE		0	Europe/Berlin	47.78122	9.66872				01	084	08436	08436069
2958630	Albishofen	albishofen	DE		0	Europe/Berlin	47.93581	10.23547				02	097	09778	09778162
2958631	Albisheim	albisheim	DE		1717	Europe/Berlin	49.64941	8.09442		Albisheim		08	00	07333	07333001
2958633	Albis	albis	DE		0	Europe/Berlin	47.64252	10.34989				02	097	09780	09780140
2958634	Albinshof	albinshof	DE		0	Europe/Berlin	53.81735	13.47925				12	00	13075	13075068
2958635	Albingshausen	albingshausen	DE		0	Europe/Berlin	50.27369	10.62695				15	00	16069	16069063
2958636	Albing	albing	DE		0	Europe/Berlin	48.56719	12.1823				02	092	09274	09274126
2958637	Albing	albing	DE		0	Europe/Berlin	48.38333	12.58333				02	091	09183	09183131
2958640	Albführen	albfuhren	DE		0	Europe/Berlin	47.64124	8.48442		Albfuhren,Albführen		01	083	08337	08337030
2958643	Alberzell	alberzell	DE		0	Europe/Berlin	48.45824	11.33866				02	091	09186	09186125
2958644	Alberweiler	alberweiler	DE		0	Europe/Berlin	48.15677	9.76684				01	084	08426	08426134
2958645	Alberweiler	alberweiler	DE		0	Europe/Berlin	47.87694	9.15263		Alberweiler		01	084	08437	08437124
2958646	Alberweiler	alberweiler	DE		0	Europe/Berlin	47.66667	9.66667				01	084	08435	08435057
2958647	Albertushof	albertushof	DE		0	Europe/Berlin	53.00678	8.65014				06	00	03458	03458006
2958648	Albertstadt	albertstadt	DE		2137	Europe/Berlin	51.08333	13.76667		Al'bertshtadt,Albertstadt,Альбертштадт		13	00	14612	14612000
2958650	Albertsried	albertsried	DE		0	Europe/Berlin	48.90251	12.83853				02	092	09278	09278187
2958651	Albertsreuth	albertsreuth	DE		0	Europe/Berlin	50.18523	11.88523		Albertsreuth		02	094	09475	09475184
2958659	Albertshof	albertshof	DE		0	Europe/Berlin	52.75294	13.20126				11	00	12065	12065256
2958660	Albertshof	albertshof	DE		0	Europe/Berlin	52.69792	13.65944				11	00	12060	12060192
2958661	Albertshof	albertshof	DE		0	Europe/Berlin	49.8178	11.26561				02	094	09474	09474176
2958662	Albertshof	albertshof	DE		0	Europe/Berlin	49.23499	11.81838				02	093	09373	09373134
2958668	Albertshausen bei Bad Kissingen	albertshausen-bei-bad-kissingen	DE		0	Europe/Berlin	50.20605	9.99253		Albertshausen,Albertshausen bei Bad Kissingen		02	096	09672	09672114
2958669	Albertshausen	albertshausen	DE		246	Europe/Berlin	51.11457	9.05462	253			05	066	06635	06635003
2958670	Albertshausen	albertshausen	DE		0	Europe/Berlin	49.69361	9.93		Albertshausen		02	096	09679	09679176
2958671	Albertsdorf	albertsdorf	DE		0	Europe/Berlin	54.42762	11.10907				10	00	01055	01055046
2958672	Albertsdorf	albertsdorf	DE		0	Europe/Berlin	54.1151	12.23547		Albertsdorf		12	00	13072	13072012
2958673	Albertschacht	albertschacht	DE		0	Europe/Berlin	50.72827	12.74114		Albertschacht,Albertschachthauser,Albertschachthäuser		13	00	14521	14521430
2958677	Albertitz	albertitz	DE		0	Europe/Berlin	51.1961	13.26082				13	00	14627	14627130
2958678	Alberting	alberting	DE		0	Europe/Berlin	48.87277	12.97034				02	092	09271	09271122
2958679	Albertinenhof	albertinenhof	DE		0	Europe/Berlin	52.84265	12.83821				11	00	12068	12068117
2958680	Albertinenhof	albertinenhof	DE		0	Europe/Berlin	53.43641	11.00075				12	00	13076	13076142
2958686	Alberthöhe	alberthoehe	DE		0	Europe/Berlin	50.73333	12.45				13	00	14524	14524330
2958691	Alberthofen	alberthofen	DE		0	Europe/Berlin	50.62863	7.60644		Alberthofen		08	00	07138	07138070
2958692	Alberthain	alberthain	DE		0	Europe/Berlin	52.51667	13.76667		Alberthain,Neu-Vogelsdorf		11	00	12064	12064380
2958694	Albertaich	albertaich	DE		0	Europe/Berlin	48.01718	12.3657		Albertaich		02	091	09189	09189133
2958695	Albert	albert	DE		0	Europe/Berlin	47.58736	8.10653				01	083	08337	08337002
2958701	Albersrieth	albersrieth	DE		0	Europe/Berlin	49.66874	12.29804				02	093	09374	09374165
2958702	Albersreuth	albersreuth	DE		0	Europe/Berlin	49.29698	10.92606				02	095	09576	09576128
2958704	Albersloh	albersloh	DE		0	Europe/Berlin	51.86783	7.73768		Albersloh		07	055	05570	05570040
2958705	Alberskirch	alberskirch	DE		0	Europe/Berlin	47.75413	9.50683				01	084	08436	08436064
2958721	Albersbach	albersbach	DE		0	Europe/Berlin	48.46864	7.98684				01	083	08317	08317096
2958722	Albersbach	albersbach	DE		0	Europe/Berlin	49.62802	8.72877				05	064	06431	06431019
2958723	Albersbach	albersbach	DE		0	Europe/Berlin	49.50797	7.54652				08	00	07335	07335501
2958724	Albersbach	albersbach	DE		0	Europe/Berlin	48.3576	11.34583				02	091	09174	09174131
2958726	Albers	albers	DE		0	Europe/Berlin	47.92393	9.92524				01	084	08436	08436010
2958728	Alberode	alberode	DE		0	Europe/Berlin	51.18294	9.93769				05	066	06636	06636008
2958729	Alberoda	alberoda	DE		0	Europe/Berlin	50.61399	12.7051		Alberoda		13	00	14521	14521035
2958730	Albernhof	albernhof	DE		0	Europe/Berlin	49.79075	12.26828				02	093	09377	09377146
2958731	Albernhof	albernhof	DE		0	Europe/Berlin	49.36493	12.64446				02	093	09372	09372171
2958732	Alberndorf	alberndorf	DE		0	Europe/Berlin	49.31079	12.16392				02	093	09376	09376175
2958733	Alberndorf	alberndorf	DE		0	Europe/Berlin	49.28415	10.63543				02	095	09571	09571196
2958734	Albernau	albernau	DE		0	Europe/Berlin	50.54898	12.6531		Albernau		13	00	14521	14521700
2958736	Alberberg	alberberg	DE		0	Europe/Berlin	47.71667	9.71667				01	084	08436	08436018
2958738	Alber	alber	DE		0	Europe/Berlin	48.41667	10				01	084	08421	08421000
2958741	Albeck	albeck	DE		0	Europe/Berlin	48.4843	10.05858				01	084	08425	08425072
2958745	Albaxen	albaxen	DE		0	Europe/Berlin	51.82218	9.40751		Albaxen		07	057	05762	05762020
2958748	Albaum	albaum	DE		0	Europe/Berlin	51.06101	8.11443		Albaum		07	059	05966	05966016
2958750	Albatsried	albatsried	DE		0	Europe/Berlin	47.67106	10.59801				02	097	09777	09777170
2958755	Albachten	albachten	DE		0	Europe/Berlin	51.92109	7.52831		Albachten		07	055	05515	05515000
2958761	Albach	albach	DE		0	Europe/Berlin	50.82956	7.26458				07	053	05382	05382028
2958762	Albach	albach	DE		0	Europe/Berlin	50.55465	8.79723				05	065	06531	06531004
2958763	Albach	albach	DE		0	Europe/Berlin	49.77038	10.71853				02	095	09572	09572160
2958774	Alach	alach	DE		0	Europe/Berlin	50.98628	10.92981		Alach		15	00	16051	16051000
2958779	Akensche Vorstadt	akensche-vorstadt	DE		0	Europe/Berlin	51.95	12.08333		Akener-Vorstadt,Akensche Vorstadt		14	00	15082	15082430
2958782	Akelsbarg	akelsbarg	DE		0	Europe/Berlin	53.44659	7.59806				06	00	03452	03452006
2958784	Akebro	akebro	DE		0	Europe/Berlin	54.56667	9.16667		Akebro,Akebroe		10	00	01054	01054144
2958788	Akams	akams	DE		0	Europe/Berlin	47.59495	10.21167				02	097	09780	09780124
2958792	Aixheim	aixheim	DE		0	Europe/Berlin	48.10802	8.67454		Aixheim		01	083	08327	08327002
2958794	Aitzendorf	aitzendorf	DE		0	Europe/Berlin	51.06726	12.87869				13	00	14522	14522190
2958915	Aichstrut	aichstrut	DE		0	Europe/Berlin	48.89951	9.64944				01	081	08119	08119084
2958799	Aitersteinering	aitersteinering	DE		0	Europe/Berlin	48.16906	11.92669				02	091	09175	09175118
2958804	Aiterbach	aiterbach	DE		0	Europe/Berlin	48.45498	11.60281		Aiterbach		02	091	09178	09178113
2958808	Aisterham	aisterham	DE		0	Europe/Berlin	48.58528	13.17222				02	092	09275	09275138
2958809	Aistaig	aistaig	DE		0	Europe/Berlin	48.31577	8.57161				01	083	08325	08325045
2958812	Aispel	aispel	DE		0	Europe/Berlin	47.66491	8.21128				01	083	08337	08337126
2958815	Aising	aising	DE		0	Europe/Berlin	47.82923	12.10599				02	091	09163	09163000
2958819	Aischfeld	aischfeld	DE		0	Europe/Berlin	48.34548	8.48478				01	083	08325	08325012
2958824	Aisch	aisch	DE		0	Europe/Berlin	49.72176	10.88848				02	095	09572	09572111
2958826	Airlenbach	airlenbach	DE		0	Europe/Berlin	49.58789	8.92684				05	064	06437	06437016
2958827	Airischwand	airischwand	DE		0	Europe/Berlin	48.55766	11.82473				02	091	09178	09178144
2958828	Airach	airach	DE		0	Europe/Berlin	47.84538	9.03579				01	083	08335	08335079
2958829	Aipoln	aipoln	DE		0	Europe/Berlin	49.1314	12.44436				02	093	09372	09372125
2958830	Ainsen	ainsen	DE		0	Europe/Berlin	48.36416	13.30275				02	092	09275	09275116
2958832	Ainkhausen	ainkhausen	DE		0	Europe/Berlin	51.39422	7.93812		Ainghausen,Ainkhausen		07	059	05958	05958004
2958833	Ainhofen	ainhofen	DE		0	Europe/Berlin	48.40057	11.37901				02	091	09174	09174131
2958834	Aindorf	aindorf	DE		0	Europe/Berlin	47.9859	12.35889				02	091	09189	09189137
2958836	Ainbrach	ainbrach	DE		0	Europe/Berlin	48.8854	12.7155				02	092	09278	09278113
2958837	Ainau	ainau	DE		0	Europe/Berlin	48.66673	11.62449				02	091	09186	09186122
2958843	Ailsbach	ailsbach	DE		0	Europe/Berlin	49.71574	10.7299				02	095	09572	09572139
2958844	Ailringen	ailringen	DE		0	Europe/Berlin	49.37264	9.75139				01	081	08126	08126056
2958847	Ailersbach	ailersbach	DE		0	Europe/Berlin	49.65907	10.78952				02	095	09572	09572135
2958855	Aigner	aigner	DE		0	Europe/Berlin	48.32837	13.18407				02	092	09275	09275132
2958860	Aign	aign	DE		0	Europe/Berlin	49.90978	11.91004				02	093	09377	09377133
2958861	Aign	aign	DE		0	Europe/Berlin	48.98112	12.93777				02	092	09276	09276111
2958862	Aign	aign	DE		0	Europe/Berlin	48.18449	12.50633				02	091	09183	09183134
2958863	Aign	aign	DE		0	Europe/Berlin	47.89764	12.15418				02	091	09187	09187181
2958881	Aiglsöd	aiglsod	DE		0	Europe/Berlin	48.58745	13.79299				02	092	09275	09275156
2958883	Aiglsham	aiglsham	DE		0	Europe/Berlin	47.99151	12.36739				02	091	09189	09189137
2958884	Aiglsdorf	aiglsdorf	DE		0	Europe/Berlin	48.52367	11.7824				02	091	09178	09178144
2958888	Aiglkofen	aiglkofen	DE		0	Europe/Berlin	48.56352	12.53599				02	092	09279	09279126
2958889	Aigis	aigis	DE		0	Europe/Berlin	47.60772	10.09472				02	097	09780	09780127
2958890	Aiging	aiging	DE		0	Europe/Berlin	47.9076	12.61728				02	091	09189	09189130
2958891	Aigholz	aigholz	DE		0	Europe/Berlin	47.8238	10.14756				02	097	09778	09778165
2958893	Aigenstadl	aigenstadl	DE		0	Europe/Berlin	48.80556	13.50051		Aigenstadel,Aigenstadl		02	092	09272	09272118
2958895	Aigendorf	aigendorf	DE		0	Europe/Berlin	48.16506	9.71232				01	084	08426	08426011
2958898	Aigen	aigen	DE		0	Europe/Berlin	48.30729	13.25973		Aigan,Aigen,Aign		02	092	09275	09275116
2958903	Aigeltshofen	aigeltshofen	DE		0	Europe/Berlin	47.72758	10.06486				01	084	08436	08436049
2958905	Aidling	aidling	DE		0	Europe/Berlin	47.71319	11.24773				02	091	09180	09180128
2958907	Aidenried	aidenried	DE		0	Europe/Berlin	47.94253	11.15604		Aidenried,Hinterfischen		02	091	09190	09190138
2958910	Aidenau	aidenau	DE		0	Europe/Berlin	49.36258	10.27158				02	095	09571	09571155
2958918	Aichschieß	aichschiess	DE		0	Europe/Berlin	48.74759	9.39168				01	081	08116	08116076
2958919	Aichlberg	aichlberg	DE		0	Europe/Berlin	48.10651	12.72637				02	091	09171	09171113
2958920	Aichkirchen	aichkirchen	DE		0	Europe/Berlin	49.00847	11.75662		Aichkirchen		02	093	09375	09375148
2958921	Aiching	aiching	DE		0	Europe/Berlin	48.25297	12.83082				02	091	09171	09171123
2958928	Aichig	aichig	DE		0	Europe/Berlin	49.93244	11.62127				02	094	09462	09462000
2958929	Aichholzhof	aichholzhof	DE		0	Europe/Berlin	48.9234	9.48618				01	081	08119	08119083
2958931	Aichhöfle	aichhofle	DE		0	Europe/Berlin	48.71274	9.79075				01	081	08117	08117015
2958932	Aichhof	aichhof	DE		0	Europe/Berlin	49.1615	11.8061				02	093	09375	09375118
2958946	Aichenzell	aichenzell	DE		0	Europe/Berlin	49.15612	10.33377				02	095	09571	09571145
2958947	Aichenrain	aichenrain	DE		0	Europe/Berlin	48.95143	9.87168				01	081	08127	08127079
2958949	Aichenbachof	aichenbachof	DE		0	Europe/Berlin	48.78985	9.58111				01	081	08119	08119055
2958958	Aichelbach	aichelbach	DE		0	Europe/Berlin	48.97782	9.45957				01	081	08119	08119053
2958959	Aichelau	aichelau	DE		0	Europe/Berlin	48.29147	9.39494				01	084	08415	08415058
2958960	Aichbühl	aichbuhl	DE		0	Europe/Berlin	48.02644	9.66243				01	084	08426	08426014
2958968	Aichbauer	aichbauer	DE		0	Europe/Berlin	47.89636	12.77407		Aichbauer,Eich		02	091	09189	09189135
2958969	Aichazandt	aichazandt	DE		0	Europe/Berlin	49.4809	11.69786				02	093	09371	09371131
2958971	Aichau	aichau	DE		0	Europe/Berlin	49.18547	10.42393				02	095	09571	09571145
2958972	Aichat	aichat	DE		0	Europe/Berlin	48.02644	12.04183				02	091	09175	09175119
2958977	Aicha an der Donau	aicha-an-der-donau	DE		0	Europe/Berlin	48.73694	13.02307		Aicha,Aicha an der Donau		02	092	09271	09271141
2958978	Aicha	aicha	DE		0	Europe/Berlin	48.85603	12.7971				02	092	09278	09278159
2958979	Aicha	aicha	DE		0	Europe/Berlin	48.53903	13.13139		Aicha		02	092	09275	09275117
2958980	Aicha	aicha	DE		0	Europe/Berlin	50.26356	11.11344				02	094	09473	09473151
2958981	Aicha	aicha	DE		0	Europe/Berlin	49.46734	11.54062				02	095	09574	09574128
2958982	Aicha	aicha	DE		0	Europe/Berlin	49.39941	11.64534				02	093	09371	09371116
2958983	Aicha	aicha	DE		0	Europe/Berlin	49.35431	11.73151				02	093	09371	09371132
2958984	Aicha	aicha	DE		0	Europe/Berlin	49.01205	11.74429				02	093	09375	09375148
2958985	Aicha	aicha	DE		0	Europe/Berlin	48.83073	11.09758				02	091	09176	09176166
2958986	Aicha	aicha	DE		0	Europe/Berlin	48.76616	11.87764				02	092	09273	09273172
2958987	Aicha	aicha	DE		0	Europe/Berlin	48.47709	13.05394				02	092	09277	09277113
2958988	Aicha	aicha	DE		0	Europe/Berlin	48.46262	12.84348				02	092	09277	09277144
2958989	Aicha	aicha	DE		0	Europe/Berlin	48.4296	13.16008				02	092	09275	09275124
2958990	Aicha	aicha	DE		0	Europe/Berlin	48.36029	12.79237				02	092	09277	09277153
2958991	Aicha	aicha	DE		0	Europe/Berlin	48.14729	12.19718				02	091	09183	09183119
2959000	Aich	aich	DE		0	Europe/Berlin	49.71885	12.1853				02	093	09374	09374160
2959001	Aich	aich	DE		0	Europe/Berlin	49.31086	10.7919				02	095	09571	09571180
2959002	Aich	aich	DE		0	Europe/Berlin	48.62409	9.23766				01	081	08116	08116081
2959003	Aich	aich	DE		0	Europe/Berlin	48.56261	12.09924		Aich		02	092	09274	09274113
2959004	Aich	aich	DE		0	Europe/Berlin	48.46019	11.98836				02	091	09178	09178143
2959005	Aich	aich	DE		0	Europe/Berlin	48.42633	12.41239				02	092	09274	09274120
2959006	Aich	aich	DE		0	Europe/Berlin	48.36915	12.55629				02	091	09183	09183129
2959007	Aich	aich	DE		0	Europe/Berlin	48.17959	11.1887		Aich		02	091	09179	09179121
2959008	Aich	aich	DE		0	Europe/Berlin	47.90052	12.19598				02	091	09187	09187163
2959009	Aich	aich	DE		0	Europe/Berlin	47.86523	10.94085				02	091	09190	09190140
2959010	Aich	aich	DE		0	Europe/Berlin	47.80762	11.08663				02	091	09190	09190139
2959011	Aich	aich	DE		0	Europe/Berlin	47.76965	12.09316				02	091	09187	09187165
2959012	Aich	aich	DE		0	Europe/Berlin	47.76924	11.96583				02	091	09182	09182114
2959013	Aich	aich	DE		0	Europe/Berlin	47.74147	12.07745				02	091	09187	09187120
2959014	Aich	aich	DE		0	Europe/Berlin	47.57397	9.99946				02	097	09776	09776127
2959037	Aiblingerau	aiblingerau	DE		0	Europe/Berlin	47.84508	12.02372				02	091	09187	09187150
2959041	Ahütte	ahuette	DE		0	Europe/Berlin	50.33846	6.77045				08	00	07233	07233076
2959042	Ahstedt	ahstedt	DE		0	Europe/Berlin	52.20477	10.10262				06	00	03254	03254029
2959043	Ahsen-Oetzen	ahsen-oetzen	DE		1384	Europe/Berlin	52.95868	9.07933		Ahsen-Oetz,Ahsen-Oetzen,Oetzen		06	00	03361	03361013
2959044	Ahsen	ahsen	DE		0	Europe/Berlin	51.69994	7.30884		Ahsen		07	055	05562	05562008
2959047	Ahrweiler	ahrweiler	DE		0	Europe/Berlin	50.54169	7.09549		Ahrweiler,Arrondissement d'Ahrweiler,Arvajler,Circondario di Ahrweiler,Distrikto Ahrweiler,Distrito de Ahrweiler,Dzielnica Ahrweiler,Landkrees Ahrweiler,Landkreis Ahrweiler,Loundkring Ahrweiler,Okrug Arvajler,Zemsky okres Ahrweiler,Zemský okres Ahrweiler,a er wei lei xian,Арвайлер,Округ Арвајлер,اہرویلر,阿尔魏勒县		08	00	07131	07131007
2959048	Ahrsen	ahrsen	DE		0	Europe/Berlin	52.945	9.62454				06	00	03358	03358024
2959049	Ähringhausen	aehringhausen	DE		0	Europe/Berlin	51.36919	7.40123		Aehringhausen,Ahringhausen,Ähringhausen		07	059	05914	05914000
2959050	Ahrhütte	ahrhuette	DE		0	Europe/Berlin	50.38789	6.73805				07	053	05366	05366008
2959055	Ahrenswohlde	ahrenswohlde	DE		0	Europe/Berlin	53.3801	9.46604				06	00	03359	03359002
2959058	Ahrensnest	ahrensnest	DE		0	Europe/Berlin	53.11798	13.5973				11	00	12073	12073396
2959059	Ahrensmoor	ahrensmoor	DE		0	Europe/Berlin	53.39394	9.48861				06	00	03359	03359002
2959064	Ahrenshagen	ahrenshagen	DE		0	Europe/Berlin	54.22395	12.60106				12	00	13073	13073001
2959065	Ahrenshagen	ahrenshagen	DE		0	Europe/Berlin	53.68679	12.32118				12	00	13072	13072059
2959066	Ahrensfluchtermoor	ahrensfluchtermoor	DE		0	Europe/Berlin	53.71612	9.11215				06	00	03352	03352042
2959067	Ahrensfluchterdeich	ahrensfluchterdeich	DE		0	Europe/Berlin	53.72747	9.14806				06	00	03352	03352042
2959068	Ahrensflucht	ahrensflucht	DE		0	Europe/Berlin	53.72412	9.12944				06	00	03352	03352042
2959075	Ahrensdorf	ahrensdorf	DE		0	Europe/Berlin	53.33496	8.93045				06	00	03356	03356010
2959076	Ahrensdorf	ahrensdorf	DE		0	Europe/Berlin	53.11211	13.57661				11	00	12073	12073572
2959077	Ahrensdorf	ahrensdorf	DE		0	Europe/Berlin	53.09218	7.88884				06	00	03453	03453007
2959078	Ahrensdorf	ahrensdorf	DE		0	Europe/Berlin	52.31382	13.20204		Ahrensdorf		11	00	12072	12072240
2959079	Ahrensdorf	ahrensdorf	DE		0	Europe/Berlin	52.18812	13.16261		Ahrensdorf		11	00	12072	12072312
2959080	Ahrensdorf	ahrensdorf	DE		0	Europe/Berlin	52.17408	14.07634		Ahrensdorf		11	00	12067	12067426
2959085	Ahrensboek	ahrensboek	DE		0	Europe/Berlin	53.71143	11.53762				12	00	13076	13076024
2959086	Ahrensberg	ahrensberg	DE		0	Europe/Berlin	54.48262	9.67514				10	00	01058	01058067
2959087	Ahrensberg	ahrensberg	DE		0	Europe/Berlin	53.25905	13.03373				12	00	13071	13071159
2959095	Ahrenlohe	ahrenlohe	DE		0	Europe/Berlin	53.71286	9.74682				10	00	01056	01056048
2959097	Ahrenhorst	ahrenhorst	DE		0	Europe/Berlin	51.85	7.73333				07	055	05570	05570040
2959098	Ahrenfeld	ahrenfeld	DE		0	Europe/Berlin	52.067	9.64514				06	00	03252	03252008
2959100	Ahrendsee Rubelow	ahrendsee-rubelow	DE		0	Europe/Berlin	54.22142	13.14358				12	00	13073	13073090
2959101	Ahrendsee	ahrendsee	DE		0	Europe/Berlin	54.21943	13.14445				12	00	13073	13073090
2959105	Ahrenberg	ahrenberg	DE		0	Europe/Berlin	51.2825	9.94988				05	066	06636	06636001
2959107	Ahren	ahren	DE		0	Europe/Berlin	51.15	6.46667				07	051	05116	05116000
2959108	Ahrem	ahrem	DE		0	Europe/Berlin	50.78439	6.76412		Ahrem		07	053	05362	05362020
2959110	Ahrdt	ahrdt	DE		0	Europe/Berlin	50.69438	8.47533				05	065	06532	06532013
2959112	Ahrdorf	ahrdorf	DE		0	Europe/Berlin	50.37347	6.7776				07	053	05366	05366008
2959113	Ahrbergen	ahrbergen	DE		0	Europe/Berlin	52.21897	9.87941		Ahrbarge,Arebergun [a. 1150],Oarbargen		06	00	03254	03254017
2959117	Ahrbeck	ahrbeck	DE		0	Europe/Berlin	52.43581	9.99061	53			06	00	03241	03241003
2959118	Ahrain	ahrain	DE		0	Europe/Berlin	47.80468	11.89257				02	091	09182	09182123
2959119	Ahrain	ahrain	DE		0	Europe/Berlin	47.75118	11.93111				02	091	09182	09182114
2959128	Ahornöd	ahornod	DE		0	Europe/Berlin	48.82246	13.53537		Ahornod,Ahornöd		02	092	09272	09272118
2959130	Ahornis	ahornis	DE		0	Europe/Berlin	50.1959	11.69554				02	094	09475	09475154
2959131	Ahornhof	ahornhof	DE		0	Europe/Berlin	49.53333	9.6				01	081	08128	08128014
2959134	Ahornberg	ahornberg	DE		0	Europe/Berlin	49.85386	12.44011				02	093	09377	09377112
2959135	Ahornberg	ahornberg	DE		0	Europe/Berlin	50.23928	11.80082				02	094	09475	09475142
2959136	Ahornberg	ahornberg	DE		0	Europe/Berlin	49.92158	11.84536				02	093	09377	09377127
2959259	Ahe	ahe	DE		0	Europe/Berlin	52.18414	9.14045		Ahe (Rinteln)		06	00	03257	03257031
2959154	Ahnebergen	ahnebergen	DE		0	Europe/Berlin	52.88226	9.27429				06	00	03361	03361003
2959156	Ahnebeck	ahnebeck	DE		0	Europe/Berlin	52.54076	10.89415				06	00	03151	03151021
2959158	Ahndorf	ahndorf	DE		0	Europe/Berlin	53.15907	10.73754				06	00	03355	03355010
2959159	Ahndel	ahndel	DE		0	Europe/Berlin	54.38303	8.66152				10	00	01054	01054150
2959160	Stollhammer Ahndeich	stollhammer-ahndeich	DE		0	Europe/Berlin	53.50163	8.36549		Ahndeich,Ahndeich-Eins		06	00	03461	03461003
2959161	Ahmstorf	ahmstorf	DE		0	Europe/Berlin	52.31257	10.89689				06	00	03154	03154018
2959162	Ahmserort	ahmserort	DE		0	Europe/Berlin	52.22191	9.0124				07	057	05770	05770032
2959164	Ahmsen	ahmsen	DE		0	Europe/Berlin	52.78323	7.63236				06	00	03454	03454026
2959165	Ahmsen	ahmsen	DE		0	Europe/Berlin	52.08605	8.68675				07	057	05766	05766008
2959166	Ahmenhorst	ahmenhorst	DE		0	Europe/Berlin	51.82554	8.11584		Ahmenhorst,Amonhurst		07	055	05570	05570028
2959167	Ahm	ahm	DE		0	Europe/Berlin	51.35446	7.59767				07	059	05962	05962024
2959172	Ahlten	ahlten	DE		0	Europe/Berlin	52.36669	9.90932				06	00	03241	03241011
2959176	Ahlshausen	ahlshausen	DE		0	Europe/Berlin	51.79184	9.97559				06	00	03155	03155013
2959179	Ahlsen	ahlsen	DE		0	Europe/Berlin	52.28774	8.65645				07	057	05770	05770016
2959189	Ahlke	ahlke	DE		0	Europe/Berlin	51.68333	8.26667				07	055	05570	05570048
2959190	Ahlintel	ahlintel	DE		0	Europe/Berlin	52.15874	7.47765		Ahlintel		07	055	05566	05566008
2959191	Ahlingen	ahlingen	DE		0	Europe/Berlin	48.57861	10.78861		Ahlingen		02	097	09772	09772166
2959192	Ahlimbswalde	ahlimbswalde	DE		0	Europe/Berlin	53.04663	13.72416				11	00	12073	12073569
2959193	Ahlimbsmühle	ahlimbsmuehle	DE		0	Europe/Berlin	53.07598	13.62219				11	00	12073	12073396
2959196	Ahlhorn	ahlhorn	DE		0	Europe/Berlin	52.90056	8.22618		Ahlhorn		06	00	03458	03458007
2959199	Ahlften	ahlften	DE		0	Europe/Berlin	53.01146	9.84105				06	00	03358	03358021
2959207	Ahlersbach	ahlersbach	DE		0	Europe/Berlin	50.32678	9.55793				05	064	06435	06435025
2959214	Ahlen-Falkenberg	ahlen-falkenberg	DE		0	Europe/Berlin	53.70289	8.76575				06	00	03352	03352055
2959215	Ahlendung	ahlendung	DE		0	Europe/Berlin	51.0202	7.26044				07	053	05378	05378012
2959216	Ahlendorf	ahlendorf	DE		0	Europe/Berlin	50.9847	11.98689				15	00	16074	16074012
2959217	Ahlenberg	ahlenberg	DE		0	Europe/Berlin	51.42768	7.46495				07	059	05913	05913000
2959221	Ahlenbach	ahlenbach	DE		0	Europe/Berlin	48.03333	7.96667				01	083	08315	08315041
2959225	Ahlemissen	ahlemissen	DE		0	Europe/Berlin	52.38807	10.32449		Almessen [a. 1340]		06	00	03157	03157001
2959226	Ahlem	ahlem	DE		0	Europe/Berlin	52.37811	9.66436				06	00	03241	03241001
2959231	Ahle	ahle	DE		0	Europe/Berlin	52.19148	8.52256		Ahle		07	057	05758	05758004
2959232	Ahle	ahle	DE		0	Europe/Berlin	52.10337	7.04907				07	055	05554	05554024
2959233	Ahldorf	ahldorf	DE		0	Europe/Berlin	48.44372	8.74482				01	082	08237	08237040
2959237	Ahlden	ahlden	DE		1573	Europe/Berlin	52.75968	9.55115		Ahlden,Al'den,Alden,a er deng,ahldn,Алден,Альден,اهلدن,اہلدن,阿尔登		06	00	03358	03358001
2959238	Ahlde	ahlde	DE		0	Europe/Berlin	52.35295	7.31603				06	00	03454	03454010
2959241	Ahlbershausen	ahlbershausen	DE		0	Europe/Berlin	51.61386	9.6496				06	00	03155	03155012
2959242	Ahlberg	ahlberg	DE		0	Europe/Berlin	51.45337	9.50541				05	066	06633	06633014
2959246	Ahlbach	ahlbach	DE		0	Europe/Berlin	50.6554	7.51411		Ahlbach,Ahlback		08	00	07132	07132032
2959247	Ahlbach	ahlbach	DE		0	Europe/Berlin	50.43713	8.08647				05	065	06533	06533009
2959249	Ahl	ahl	DE		0	Europe/Berlin	50.29373	9.3952				05	064	06435	06435002
2959252	Ahelle	ahelle	DE		0	Europe/Berlin	51.19988	7.5762				07	059	05962	05962032
2959253	Ahegg	ahegg	DE		0	Europe/Berlin	47.71667	9.85				01	084	08436	08436081
2959257	Ahe	ahe	DE		0	Europe/Berlin	53.40526	8.89513				06	00	03352	03352059
2959258	Ahe	ahe	DE		0	Europe/Berlin	52.48292	8.12542				06	00	03460	03460007
2959260	Ahe	ahe	DE		0	Europe/Berlin	51.21233	7.44515		Ahe		07	059	05962	05962012
2959261	Ahe	ahe	DE		0	Europe/Berlin	51.07997	7.36418		Ahe		07	053	05374	05374052
2959262	Ahe	ahe	DE		0	Europe/Berlin	50.92652	6.65771				07	053	05362	05362008
2959263	Ahe	ahe	DE		0	Europe/Berlin	50.83707	7.45888		Ahe		07	053	05382	05382052
2959267	Ahden	ahden	DE		0	Europe/Berlin	51.60224	8.62341		Adana		07	057	05774	05774016
2959285	Aha	aha	DE		0	Europe/Berlin	49.09627	10.75232		Aha		02	095	09577	09577136
2959286	Aha	aha	DE		0	Europe/Berlin	47.83585	8.12421				01	083	08315	08315102
2959288	Agterhorn	agterhorn	DE		0	Europe/Berlin	52.6181	6.75593				06	00	03456	03456012
2959289	Agstall	agstall	DE		0	Europe/Berlin	48.59145	11.82994				02	091	09178	09178122
2959290	Agneshof	agneshof	DE		0	Europe/Berlin	53.77496	13.75385				12	00	13075	13075098
2959291	Agnesenhof	agnesenhof	DE		0	Europe/Berlin	52.6	11.61667				14	00	15090	15090070
2959293	Agnesdorf	agnesdorf	DE		0	Europe/Berlin	51.49539	11.0919				14	00	15087	15087412
2959297	Aegidienberg	aegidienberg	DE		0	Europe/Berlin	50.6619	7.30306		Aegidienberg,Agidienberg,Ägidienberg		07	053	05382	05382008
2959300	Aggerhütte	aggerhuette	DE		0	Europe/Berlin	50.91375	7.27145				07	053	05382	05382028
2959301	Aggerdeich	aggerdeich	DE		0	Europe/Berlin	50.80332	7.17492				07	053	05382	05382068
2959307	Agg	agg	DE		0	Europe/Berlin	47.66173	12.15738				02	091	09187	09187157
2959310	Agendorf	agendorf	DE		0	Europe/Berlin	48.94609	12.6301				02	092	09278	09278190
2959314	Agenbach	agenbach	DE		0	Europe/Berlin	48.6939	8.58623				01	082	08235	08235050
2959315	Agelsberg	agelsberg	DE		0	Europe/Berlin	48.64505	11.49513				02	091	09186	09186147
2959316	Agawang	agawang	DE		0	Europe/Berlin	48.35986	10.68611		Agawang		02	097	09772	09772167
2959319	Agathazell	agathazell	DE		0	Europe/Berlin	47.5513	10.2786				02	097	09780	09780118
2959320	Agatharied	agatharied	DE		0	Europe/Berlin	47.76764	11.82508				02	091	09182	09182119
2959321	Agathaberg	agathaberg	DE		0	Europe/Berlin	51.09687	7.42367		Agathaberg		07	053	05374	05374052
2959322	Aftholderberg	aftholderberg	DE		0	Europe/Berlin	47.89859	9.24335		Aftholderberg		01	084	08437	08437124
2959323	Aftholderbach	aftholderbach	DE		0	Europe/Berlin	50.21165	7.86085		Aftholderbach		08	00	07141	07141085
2959324	Aftersteg	aftersteg	DE		0	Europe/Berlin	47.84289	7.92844		Aftersberg		01	083	08336	08336087
2959326	Afterhausen	afterhausen	DE		0	Europe/Berlin	48.41667	12.91667				02	092	09277	09277139
2959330	Afholderbach	afholderbach	DE		0	Europe/Berlin	50.94356	8.13818		Afholderbach		07	059	05970	05970032
2959331	Afham	afham	DE		0	Europe/Berlin	48.43248	13.39195				02	092	09275	09275134
2959332	Afham	afham	DE		0	Europe/Berlin	48.42803	13.21308		Atham		02	092	09275	09275124
2959334	Affstätt	affstatt	DE		0	Europe/Berlin	48.6067	8.85824				01	081	08115	08115021
2959335	Affolterbach	affolterbach	DE		0	Europe/Berlin	49.59838	8.85665				05	064	06431	06431021
2959337	Affoldern	affoldern	DE		0	Europe/Berlin	51.16707	9.08655				05	066	06635	06635009
2959344	Affhüpperhöfe	affhuepperhoefe	DE		0	Europe/Berlin	52.11213	8.48169				07	057	05758	05758032
2959345	Affhöllerbach	affhoellerbach	DE		0	Europe/Berlin	49.75047	8.89883				05	064	06437	06437003
2959346	Afferde	afferde	DE		0	Europe/Berlin	52.09923	9.4079				06	00	03252	03252006
2959347	Afferde	afferde	DE		0	Europe/Berlin	51.56042	7.65128		Afferde		07	059	05978	05978036
2959349	Affental	affental	DE		0	Europe/Berlin	48.70692	8.1616				01	082	08216	08216007
2959353	Effenricht	effenricht	DE		0	Europe/Berlin	49.17351	11.85648		Affenricht		02	093	09373	09373134
2959354	Affendorf	affendorf	DE		0	Europe/Berlin	52.79223	9.02043				06	00	03251	03251002
2959358	Affeln	affeln	DE		0	Europe/Berlin	51.27378	7.85779		Affeln		07	059	05962	05962048
2959360	Affecking	affecking	DE		0	Europe/Berlin	48.90456	11.89447				02	092	09273	09273137
2959361	Affaltrach	affaltrach	DE		0	Europe/Berlin	49.13706	9.38217		Affaltrach		01	081	08125	08125110
2959362	Affalterwang	affalterwang	DE		0	Europe/Berlin	48.8161	10.20776				01	081	08136	08136088
2959284	Aham	aham	DE	84168	0	Europe/Berlin	48.01163	12.23722				02	091	09187	09187126
2959363	Affalterthal	affalterthal	DE		0	Europe/Berlin	49.70831	11.27741		Affalterthal		02	094	09474	09474124
2959364	Affalterried	affalterried	DE		0	Europe/Berlin	48.86407	10.07017				01	081	08136	08136088
2959365	Affaltern	affaltern	DE		0	Europe/Berlin	48.48667	10.73778		Affaltern		02	097	09772	09772121
2959366	Affalterhof	affalterhof	DE		0	Europe/Berlin	50.07634	11.41996				02	094	09477	09477128
2959370	Affalter	affalter	DE		0	Europe/Berlin	50.64046	12.75357				13	00	14521	14521370
2959372	Afden	afden	DE		0	Europe/Berlin	50.86667	6.08883				07	053	05334	05334016
2959375	Aerbeck	aerbeck	DE		0	Europe/Berlin	51.39134	6.31083				07	051	05154	05154060
2959377	Aengenesch	aengenesch	DE		0	Europe/Berlin	51.53216	6.36558				07	051	05154	05154012
2959378	Aegypten	aegypten	DE		0	Europe/Berlin	52.45222	7.85247		Aegypten,Agypten,Ägypten		06	00	03459	03459027
2959380	Adscheid	adscheid	DE		0	Europe/Berlin	50.75834	7.3517				07	053	05382	05382020
2959381	Adriatsweiler	adriatsweiler	DE		0	Europe/Berlin	47.88452	9.24692				01	084	08437	08437124
2959382	Adrazhofen	adrazhofen	DE		0	Europe/Berlin	47.81904	10.05795		Adrazhofen		01	084	08436	08436055
2959391	Adolzhausen	adolzhausen	DE		0	Europe/Berlin	49.40286	9.87165		Adolzhausen		01	081	08128	08128082
2959392	Adolzfurt	adolzfurt	DE		0	Europe/Berlin	49.16459	9.44728		Adolzfurt		01	081	08126	08126011
2959394	Adolphsheide	adolphsheide	DE		0	Europe/Berlin	52.88053	9.7054				06	00	03358	03358008
2959395	Adolphseck	adolphseck	DE		0	Europe/Berlin	50.16181	8.07838				05	064	06439	06439002
2959396	Adolphsdorf	adolphsdorf	DE		0	Europe/Berlin	53.22472	8.98777				06	00	03356	03356002
2959398	Adolfskoog	adolfskoog	DE		0	Europe/Berlin	54.41667	8.96667				10	00	01054	01054141
2959400	Adolfshütte	adolfshuette	DE		0	Europe/Berlin	51.26793	14.44719				13	00	14625	14625160
2959407	Adolfsheide	adolfsheide	DE		0	Europe/Berlin	50.45348	11.53727				15	00	16075	16075133
2959408	Adolfshausen	adolfshausen	DE		0	Europe/Berlin	52.91517	9.09224				06	00	03361	03361002
2959410	Adolfsglück	adolfsglueck	DE		0	Europe/Berlin	52.60816	9.66042				06	00	03358	03358015
2959414	Admannshagen	admannshagen	DE		0	Europe/Berlin	54.13036	12.00299		Admannshagen		12	00	13072	13072001
2959415	Adlwarting	adlwarting	DE		0	Europe/Berlin	48.89661	12.88556		Adlwarting		02	092	09271	09271116
2959416	Adlum	adlum	DE		0	Europe/Berlin	52.21402	10.06863		Addeln,Atteln,Attlum [a. 1807]		06	00	03254	03254020
2959418	Adlmörting	adlmorting	DE		0	Europe/Berlin	48.47943	13.22246				02	092	09275	09275124
2959419	Adlmannstein	adlmannstein	DE		0	Europe/Berlin	49.09444	12.26834				02	093	09375	09375119
2959424	Adlitz	adlitz	DE		0	Europe/Berlin	49.82143	11.43255		Adlitz		02	094	09472	09472111
2959425	Adlitz	adlitz	DE		0	Europe/Berlin	49.62934	11.06375				02	095	09572	09572141
2959426	Adling	adling	DE		0	Europe/Berlin	48.00087	11.86668				02	091	09175	09175121
2959428	Adlig Reetz	adlig-reetz	DE		0	Europe/Berlin	52.77863	14.13855				11	00	12064	12064371
2959430	Adlholz	adlholz	DE		0	Europe/Berlin	49.58015	11.83934		Adlholz		02	093	09371	09371126
2959431	Adlhausen	adlhausen	DE		0	Europe/Berlin	48.78566	12.01356				02	092	09273	09273141
2959433	Adlfurt	adlfurt	DE		0	Europe/Berlin	47.88728	11.98179				02	091	09187	09187117
2959441	Adlershof	adlershof	DE		15294	Europe/Berlin	52.43548	13.54825		Adlerskhof,Aldershof,Berlin-Adlershof,adlrshaf,Адлерсхоф,ادلرشاف		16	00	11000	11000000
2959443	Adlersberg	adlersberg	DE		0	Europe/Berlin	49.04591	12.012				02	093	09375	09375181
2959454	Adldorf	adldorf	DE		0	Europe/Berlin	48.63354	12.83413		Adldorf		02	092	09279	09279113
2959456	Adlberg	adlberg	DE		0	Europe/Berlin	48.3359	12.08811				02	091	09177	09177122
2959457	Adlanz	adlanz	DE		0	Europe/Berlin	50.26073	11.77131				02	094	09475	09475165
2959459	Aderzhofen	aderzhofen	DE		0	Europe/Berlin	48.16597	9.57109				01	084	08426	08426124
2959460	Adertshausen	adertshausen	DE		0	Europe/Berlin	49.28774	11.83584				02	093	09371	09371129
2959465	Adersleben	adersleben	DE		0	Europe/Berlin	51.89493	11.18693				14	00	15085	15085365
2959466	Adersheim	adersheim	DE		0	Europe/Berlin	52.14324	10.4614		Adersheim		06	00	03158	03158037
2959467	Adersbach	adersbach	DE		0	Europe/Berlin	49.26239	8.95456		Adersbach		01	082	08226	08226085
2959471	Aderich	aderich	DE		0	Europe/Berlin	50.59356	6.24972				07	053	05334	05334020
2959549	Adelbylund	adelbylund	DE		0	Europe/Berlin	54.78333	9.46667		Adelbylund		10	00	01001	01001000
2959476	Adensen	adensen	DE		0	Europe/Berlin	52.17662	9.72934				06	00	03254	03254026
2959482	Adenbüttel	adenbuettel	DE		1762	Europe/Berlin	52.37984	10.45079	74	Adenbitel,Adenbjuttel',Adenebutle [a. 1226],a deng bi te er,adnbwtl,Аденбител,Аденбюттель,ادنبوتل,阿登比特尔	03151001	06	00	03151	03151001
2959484	Adenberg	adenberg	DE		0	Europe/Berlin	48.58555	13.12083				02	092	09275	09275114
2959493	Adelwitz	adelwitz	DE		0	Europe/Berlin	51.51028	13.12844		Adelwitz,Arzberg-Adelwitz		13	00	14730	14730010
2959496	Adelstetten	adelstetten	DE		0	Europe/Berlin	48.84368	9.75925				01	081	08119	08119001
2959497	Adelstedt	adelstedt	DE		0	Europe/Berlin	53.40722	8.79542				06	00	03352	03352059
2959501	Adelsreute	adelsreute	DE		0	Europe/Berlin	47.74754	9.53862				01	084	08436	08436064
2959509	Adelshausen	adelshausen	DE		0	Europe/Berlin	51.11059	9.57345				05	066	06634	06634014
2959510	Adelshausen	adelshausen	DE		0	Europe/Berlin	48.6589	11.40321				02	091	09185	09185140
2959511	Adelshausen	adelshausen	DE		0	Europe/Berlin	48.14387	10.93929				02	091	09181	09181145
2959517	Adelsborn	adelsborn	DE		0	Europe/Berlin	51.44829	10.35363				15	00	16061	16061115
2959518	Adelsberg	adelsberg	DE		0	Europe/Berlin	50.811	12.98827		Adelsberg		13	00	14511	14511000
2959519	Adelsberg	adelsberg	DE		0	Europe/Berlin	50.0351	9.73666		Adelsberg		02	096	09677	09677131
2959520	Adelsberg	adelsberg	DE		0	Europe/Berlin	48.83783	13.46975				02	092	09272	09272127
2959521	Adelsberg	adelsberg	DE		0	Europe/Berlin	47.71723	7.83735		Adelsberg		01	083	08336	08336103
2959529	Adelmannssitz	adelmannssitz	DE		0	Europe/Berlin	49.33208	10.69641		Adelmannsitz,Adelmannssitz		02	095	09571	09571190
2959531	Adelmannsdorf	adelmannsdorf	DE		0	Europe/Berlin	49.38739	10.64248				02	095	09571	09571135
2959532	Adelmannsdorf	adelmannsdorf	DE		0	Europe/Berlin	49.22149	10.75014				02	095	09571	09571229
2959534	Adelholzen	adelholzen	DE		0	Europe/Berlin	47.81453	12.61579		Adelholzen		02	091	09189	09189145
2959535	Adelhofen	adelhofen	DE		0	Europe/Berlin	49.53486	10.15831				02	095	09575	09575163
2959536	Adelheim	adelheim	DE		0	Europe/Berlin	49.41298	11.38784				02	095	09574	09574112
2959539	Adelheide	adelheide	DE		0	Europe/Berlin	53.0092	8.60895				06	00	03401	03401000
2959541	Adelhausen	adelhausen	DE		0	Europe/Berlin	50.36569	10.75187		Adelhausen		15	00	16069	16069049
2959542	Adelhausen	adelhausen	DE		0	Europe/Berlin	47.61408	7.76018				01	083	08336	08336069
2959543	Adelharz	adelharz	DE		0	Europe/Berlin	47.70247	10.30363		Adelharz		02	097	09763	09763000
2959544	Adelharz	adelharz	DE		0	Europe/Berlin	47.6026	10.22226				02	097	09780	09780124
2959545	Adelgunz	adelgunz	DE		0	Europe/Berlin	47.64577	9.82681				02	097	09776	09776131
2959550	Adelby	adelby	DE		0	Europe/Berlin	54.78333	9.46667		Adelby		10	00	01001	01001000
2959557	Adelbach	adelbach	DE		0	Europe/Berlin	49.03604	9.76161				01	081	08127	08127025
2959558	Addrup	addrup	DE		0	Europe/Berlin	52.72462	8.02553		Addrup		06	00	03453	03453006
2959561	Addernhausen	addernhausen	DE		0	Europe/Berlin	53.54509	7.90284				06	00	03455	03455015
2959563	Addenstorf	addenstorf	DE		0	Europe/Berlin	53.09174	10.50329				06	00	03360	03360012
2959565	Addebüll	addebuell	DE		0	Europe/Berlin	54.66667	8.9				10	00	01054	01054075
2959567	Adamswalde	adamswalde	DE		0	Europe/Berlin	53.17356	12.93641				11	00	12068	12068353
2959570	Adamshöhe	adamshoehe	DE		0	Europe/Berlin	51.95127	11.21212				14	00	15083	15083245
2959572	Adamshof	adamshof	DE		0	Europe/Berlin	53.69939	13.0753				12	00	13071	13071125
2959576	Adamsdorf	adamsdorf	DE		0	Europe/Berlin	53.42478	13.01537				12	00	13071	13071075
2959584	Ackfeld	ackfeld	DE		0	Europe/Berlin	51.76209	8.24978				07	055	05570	05570048
2959588	Ackersdorf	ackersdorf	DE		0	Europe/Berlin	47.85928	12.25424				02	091	09187	09187167
2959591	Ackern	ackern	DE		0	Europe/Berlin	54.73333	8.96667				10	00	01054	01054167
2959592	Ackermannshof	ackermannshof	DE		0	Europe/Berlin	52.77188	13.86595				11	00	12064	12064125
2959597	Ackerfelde	ackerfelde	DE		0	Europe/Berlin	53.23018	12.3471		Ackerfelde		11	00	12068	12068468
2959600	Ackerbach	ackerbach	DE		0	Europe/Berlin	50.23771	7.98087				08	00	07141	07141011
2959602	Acker	acker	DE		0	Europe/Berlin	47.60982	10.35664				02	097	09780	09780137
2959605	Ackenhausen	ackenhausen	DE		0	Europe/Berlin	51.89052	10.06734				06	00	03155	03155001
2959608	Ackenbrock	ackenbrock	DE		0	Europe/Berlin	51.35	7.66667				07	059	05962	05962024
2959609	Ackenboe	ackenboe	DE		0	Europe/Berlin	53.93687	9.29865				10	00	01061	01061025
2959614	Achum	achum	DE		0	Europe/Berlin	52.28782	9.08402		Achum		06	00	03257	03257009
2959616	Achtum	achtum	DE		0	Europe/Berlin	52.14908	10.00648				06	00	03254	03254021
2959623	Achthöfenerdeich	achthoefenerdeich	DE		0	Europe/Berlin	53.7174	9.16954				06	00	03352	03352044
2959624	Achthöfen	achthoefen	DE		0	Europe/Berlin	53.71251	9.17877				06	00	03352	03352044
2959625	Achthal	achthal	DE		0	Europe/Berlin	47.87482	12.28199				02	091	09187	09187128
2959626	Achthal	achthal	DE		0	Europe/Berlin	47.83495	12.77652		Achthal		02	091	09172	09172134
2959627	Achthal	achthal	DE		0	Europe/Berlin	47.79724	11.96059				02	091	09187	09187129
2959631	Achterstadt	achterstadt	DE		0	Europe/Berlin	53.38615	8.3182				06	00	03461	03461009
2959634	Achterschlag	achterschlag	DE		0	Europe/Berlin	53.46796	10.23747				04	00	02000	02000000
2959636	Achternmeer	achternmeer	DE		0	Europe/Berlin	53.08462	8.1181		Achternmeer		06	00	03458	03458013
2959637	Achterndiek	achterndiek	DE		0	Europe/Berlin	53.65	10.31667				10	00	01062	01062035
2959638	Achtermeer	achtermeer	DE		0	Europe/Berlin	53.3818	8.30544				06	00	03461	03461005
2959642	Achterhörn	achterhoern	DE		0	Europe/Berlin	53.96349	9.29932				10	00	01061	01061119
2959643	Achterhoek	achterhoek	DE		0	Europe/Berlin	51.58423	6.35721		Achterhoek,Achterhuck		07	051	05154	05154032
2959645	Achteresch	achteresch	DE		0	Europe/Berlin	52.45752	7.52624				06	00	03454	03454012
2959646	Achterdeich	achterdeich	DE		0	Europe/Berlin	53.45	10.18333				04	00	02000	02000000
2959648	Kiebitzdeich	kiebitzdeich	DE		0	Europe/Berlin	53.40961	10.24119				04	00	02000	02000000
2959649	Achterdeich	achterdeich	DE		0	Europe/Berlin	53.37848	10.12725				06	00	03353	03353032
2959650	Achterberg	achterberg	DE		0	Europe/Berlin	52.28559	7.07064				06	00	03456	03456001
2959662	Achsheim	achsheim	DE		0	Europe/Berlin	48.4825	10.81694				02	097	09772	09772171
2959663	Achsenried	achsenried	DE		0	Europe/Berlin	48.12485	10.38534				02	097	09778	09778121
2959664	Achselschwang	achselschwang	DE		0	Europe/Berlin	48.03474	11.05144				02	091	09181	09181144
2959669	Achrain	achrain	DE		0	Europe/Berlin	47.66574	11.22847				02	091	09180	09180124
2959672	Acholshausen	acholshausen	DE		0	Europe/Berlin	49.64481	9.99779				02	096	09679	09679134
2959674	Achner	achner	DE		0	Europe/Berlin	47.6	11.46667				02	091	09173	09173131
2959675	Achmühl	achmuhl	DE		0	Europe/Berlin	47.74146	11.43076				02	091	09173	09173111
2959676	Achmer	achmer	DE		0	Europe/Berlin	52.39406	7.93774		Achmer		06	00	03459	03459014
2959677	Achldorf	achldorf	DE		0	Europe/Berlin	48.42943	12.35516				02	092	09274	09274184
2959678	Achkarren	achkarren	DE		0	Europe/Berlin	48.06843	7.62767		Achkarren		01	083	08315	08315133
2959684	Acherting	acherting	DE		0	Europe/Berlin	47.80047	12.24435				02	091	09187	09187132
2959685	Achert	achert	DE		0	Europe/Berlin	48.57428	8.2064				01	083	08317	08317126
2959687	Achering	achering	DE		0	Europe/Berlin	48.34484	11.70919				02	091	09178	09178124
2959693	Achenbacher Furt	achenbacher-furt	DE		0	Europe/Berlin	50.86667	7.98333		Achenbacher Furt,Kolonie Achenbacherfurt		07	059	05970	05970040
2959696	Achenbach	achenbach	DE		0	Europe/Berlin	50.86668	7.98694		Achenbach		07	059	05970	05970040
2959697	Achenbach	achenbach	DE		0	Europe/Berlin	50.86233	8.39217		Achenbach		05	065	06534	06534005
2959700	Achen	achen	DE		0	Europe/Berlin	48.02789	12.27693		Achen		02	091	09187	09187113
2959701	Achen	achen	DE		0	Europe/Berlin	47.97786	12.23253				02	091	09187	09187173
2959702	Achen	achen	DE		0	Europe/Berlin	47.71612	10.97477				02	091	09190	09190145
2959703	Achen	achen	DE		0	Europe/Berlin	47.7	12.26667				02	091	09187	09187114
2959704	Achen	achen	DE		0	Europe/Berlin	47.70681	10.0551				01	084	08436	08436049
2959705	Achelstädt	achelstaedt	DE		0	Europe/Berlin	50.83546	11.12274				15	00	16070	16070054
2959706	Achelriede	achelriede	DE		0	Europe/Berlin	52.24076	8.16835				06	00	03459	03459012
2959709	Achdorf	achdorf	DE		0	Europe/Berlin	48.5234	12.13894				02	092	09261	09261000
2959710	Achdorf	achdorf	DE		0	Europe/Berlin	47.83689	8.50138		Achdorf		01	083	08326	08326005
2959714	Achau	achau	DE		0	Europe/Berlin	47.74963	11.92669		Achau-Muhle,Achau-Mühle		02	091	09182	09182114
2959740	Accumersiel	accumersiel	DE		0	Europe/Berlin	53.52658	8.04973				06	00	03405	03405000
2959742	Accum	accum	DE		0	Europe/Berlin	53.54418	8.0116		Accum		06	00	03455	03455015
2959743	Abwinkl	abwinkl	DE		0	Europe/Berlin	47.74267	11.83966		Abwinkel,Abwinkl		02	091	09182	09182131
2959744	Abwinkl	abwinkl	DE		0	Europe/Berlin	47.69953	11.73464				02	091	09182	09182111
2959756	Abtsroda	abtsroda	DE		0	Europe/Berlin	50.5077	9.9222				05	066	06631	06631021
2959757	Abtsried	abtsried	DE		0	Europe/Berlin	49.19119	12.39178				02	093	09372	09372170
2959764	Abtshagen	abtshagen	DE		0	Europe/Berlin	54.19097	13.0206				12	00	13073	13073102
2959765	Abtsgreuth	abtsgreuth	DE		0	Europe/Berlin	49.66549	10.58211		Abtsgreut,Abtsgreuth		02	095	09575	09575150
2959767	Abtsee	abtsee	DE		0	Europe/Berlin	47.91444	12.90716				02	091	09172	09172122
2959772	Abtschlag	abtschlag	DE		0	Europe/Berlin	48.88535	13.25771				02	092	09276	09276127
2959777	Abtnaundorf	abtnaundorf	DE		0	Europe/Berlin	51.36594	12.4281				13	00	14713	14713000
2959778	Abtlöbnitz	abtloebnitz	DE		159	Europe/Berlin	51.08038	11.71897		Abtlobnitz,Abtlöbnitz		14	00	15084	15084341
2959781	Abtischrode	abtischrode	DE		0	Europe/Berlin	51.47518	11.56829				14	00	15087	15087386
2959782	Abterode	abterode	DE		0	Europe/Berlin	51.20831	9.94283		Abterode		05	066	06636	06636008
2959783	Abteroda	abteroda	DE		0	Europe/Berlin	50.90217	10.07652				15	00	16063	16063103
2959784	Abtenham	abtenham	DE		0	Europe/Berlin	48.02506	12.79015				02	091	09189	09189152
2959787	Abtei	abtei	DE		0	Europe/Berlin	50.68487	12.68965				13	00	14524	14524090
2959788	Abtei	abtei	DE		0	Europe/Berlin	49.68335	6.95423				08	00	07235	07235045
2959792	Abstetter Hof	abstetter-hof	DE		0	Europe/Berlin	49.04184	9.27283				01	081	08125	08125046
2959794	Abspann	abspann	DE		0	Europe/Berlin	49.83333	12				02	093	09377	09377116
2959795	Abshofen	abshofen	DE		0	Europe/Berlin	48.53141	13.05316				02	092	09277	09277117
2959799	Abserdeich	abserdeich	DE		0	Europe/Berlin	53.4	8.46667				06	00	03461	03461009
2959800	Absenreute	absenreute	DE		0	Europe/Berlin	47.82593	9.51848				01	084	08436	08436095
2959801	Absen	absen	DE		0	Europe/Berlin	53.40242	8.45207				06	00	03461	03461009
2959802	Absdorf	absdorf	DE		0	Europe/Berlin	48.62096	12.96865				02	092	09271	09271141
2959809	Abro	abro	DE		0	Europe/Berlin	54.82006	9.1041				10	00	01059	01059124
2959810	Abrain	abrain	DE		0	Europe/Berlin	47.93339	12.92522				02	091	09172	09172122
2959811	Abrain	abrain	DE		0	Europe/Berlin	47.80569	11.58641				02	091	09173	09173112
2959816	Abort	abort	DE		0	Europe/Berlin	54.87552	8.44248				10	00	01054	01054168
2959817	Ablers	ablers	DE		0	Europe/Berlin	47.57305	9.8645				02	097	09776	09776125
2959821	Ablaß	ablass	DE		0	Europe/Berlin	51.22631	12.94651				13	00	14730	14730200
2959822	Ablach	ablach	DE		0	Europe/Berlin	48.02149	9.22324		Ablach		01	084	08437	08437065
2959823	Abickhafe	abickhafe	DE		0	Europe/Berlin	53.4916	7.88337				06	00	03462	03462005
2959824	Abhorn	abhorn	DE		0	Europe/Berlin	50.56011	12.39753				13	00	14523	14523170
2959830	Abetsweiler	abetsweiler	DE		0	Europe/Berlin	47.8711	9.76313				01	084	08436	08436014
2959832	Aberzhausen	aberzhausen	DE		0	Europe/Berlin	49.10961	11.16168				02	095	09576	09576126
2959834	Abersfeld	abersfeld	DE		0	Europe/Berlin	50.07207	10.38713		Abersfeld		02	096	09678	09678174
2959835	Abersdorf	abersdorf	DE		0	Europe/Berlin	48.10201	12.03619				02	091	09175	09175137
2959836	Abersdorf	abersdorf	DE		0	Europe/Berlin	47.85257	12.24481				02	091	09187	09187167
2959837	Abersberg	abersberg	DE		0	Europe/Berlin	48.45974	11.80115				02	091	09178	09178157
2959845	Abens	abens	DE		0	Europe/Berlin	53.5966	7.72612				06	00	03462	03462019
2959846	Abens	abens	DE		0	Europe/Berlin	48.53302	11.67429				02	091	09178	09178116
2959847	Abenheim	abenheim	DE		0	Europe/Berlin	49.67612	8.28392		Abenheim		08	00	07319	07319000
2959849	Abendsiepen	abendsiepen	DE		0	Europe/Berlin	51.45802	7.72096				07	059	05962	05962040
2959851	Abenden	abenden	DE		0	Europe/Berlin	50.67074	6.47777				07	053	05358	05358044
2959853	Abend	abend	DE		0	Europe/Berlin	51.13072	13.25575		Abend		13	00	14627	14627180
2959871	Abbingwehr	abbingwehr	DE		0	Europe/Berlin	53.44162	7.24514				06	00	03452	03452011
2959874	Abbikenhausen	abbikenhausen	DE		0	Europe/Berlin	53.53037	7.99622		Abbickenhausen,Abbikenhausen		06	00	03455	03455015
2959875	Abbesbüttel	abbesbuettel	DE		1190	Europe/Berlin	52.35233	10.55649	78	Abesbuttel [a. 1397]		06	00	03151	03151016
2959877	Abberg	abberg	DE		0	Europe/Berlin	47.77781	11.53539				02	091	09173	09173145
2959878	Abbentheren	abbentheren	DE		0	Europe/Berlin	52.81049	8.5417				06	00	03251	03251042
2959880	Abbenseth	abbenseth	DE		0	Europe/Berlin	53.56701	9.10014				06	00	03352	03352024
2959882	Abbensen	abbensen	DE		0	Europe/Berlin	52.56781	9.61604		Abbensen		06	00	03241	03241019
2959883	Abbensen	abbensen	DE		0	Europe/Berlin	52.38329	10.18404		Abbensen,Abenhusen [a. 1329]		06	00	03157	03157001
2959886	Abbenhausen	abbenhausen	DE		0	Europe/Berlin	52.82516	8.63477				06	00	03251	03251042
2959887	Abbenfleth	abbenfleth	DE		0	Europe/Berlin	53.66934	9.49135				06	00	03359	03359038
2959888	Abbendorf	abbendorf	DE		0	Europe/Berlin	53.20009	9.38519				06	00	03357	03357041
2959889	Abbendorf	abbendorf	DE		0	Europe/Berlin	52.89904	11.91325		Abbendorf		11	00	12070	12070348
2959890	Abbendorf	abbendorf	DE		0	Europe/Berlin	52.82429	10.69983				06	00	03360	03360005
2959891	Abbendorf	abbendorf	DE		0	Europe/Berlin	52.74932	10.90463		Abbendorf		14	00	15081	15081105
2959895	Abbehauserwisch	abbehauserwisch	DE		0	Europe/Berlin	53.51444	8.42239				06	00	03461	03461007
2959896	Abbehauser Wehl	abbehauser-wehl	DE		0	Europe/Berlin	53.48179	8.39422				06	00	03461	03461007
2959897	Abbehausergroden	abbehausergroden	DE		0	Europe/Berlin	53.47235	8.39056				06	00	03461	03461007
2959898	Abbehausen	abbehausen	DE		0	Europe/Berlin	53.48431	8.43845		Abbehausen		06	00	03461	03461007
2959899	Abbecke	abbecke	DE		0	Europe/Berlin	51.75149	9.64343				06	00	03155	03155003
2959905	Aashausen	aashausen	DE		0	Europe/Berlin	53.5335	8.49046				06	00	03461	03461007
2959906	Aasen	aasen	DE		0	Europe/Berlin	47.98084	8.55194				01	083	08326	08326012
2959923	Aalkorb	aalkorb	DE		0	Europe/Berlin	49.87261	11.33636				02	094	09472	09472197
2959928	Aalderink	aalderink	DE		0	Europe/Berlin	52.48333	7.03333		Aaldering,Aalderink		06	00	03456	03456015
2959938	Aach-Linz	aach-linz	DE		0	Europe/Berlin	47.90752	9.20256		Aach-Linz		01	084	08437	08437088
2959948	Aabauerschaft	aabauerschaft	DE		0	Europe/Berlin	52.0668	7.38472				07	055	05566	05566036
3204922	Riegel	riegel	DE		0	Europe/Berlin	51.43211	14.35789		Riegel,Roholn,Roholń		13	00	14625	14625330
3204925	Leddin	leddin	DE		0	Europe/Berlin	52.8854	12.40494				11	00	12068	12068324
3204931	Kuhleshütte	kuhleshuette	DE		0	Europe/Berlin	51.33333	6.6				07	051	05114	05114000
3204933	Stalleicken	stalleicken	DE		0	Europe/Berlin	51.45576	7.12932				07	059	05911	05911000
3204934	Wöllmarshausen	woellmarshausen	DE		0	Europe/Berlin	51.48983	10.08528				06	00	03159	03159015
3204939	Feldmark Wesel	feldmark-wesel	DE		0	Europe/Berlin	51.68333	6.63333		Feldmark,Feldmark Wesel		07	051	05170	05170048
3204940	Eversum	eversum	DE		0	Europe/Berlin	51.70391	7.31756				07	055	05558	05558036
3204944	Neupullach	neupullach	DE		0	Europe/Berlin	48.16362	11.95124				02	091	09175	09175123
3204950	Breitenlehn	breitenlehn	DE		0	Europe/Berlin	50.81667	13				13	00	14511	14511000
3204951	Jaucha	jaucha	DE		0	Europe/Berlin	51.14804	12.11025				14	00	15084	15084235
3204959	Spendin	spendin	DE		0	Europe/Berlin	53.64209	12.07955				12	00	13076	13076032
3204966	Edinghausen	edinghausen	DE		0	Europe/Berlin	52.28333	8.01667				06	00	03404	03404000
3204969	Raidelbach	raidelbach	DE		0	Europe/Berlin	49.70908	8.73434				05	064	06431	06431014
3204972	Altratjensdorf	altratjensdorf	DE		0	Europe/Berlin	54.22753	11.00161		Alt Rathjensdorf,Altratjensdorf		10	00	01055	01055036
3204974	Wagenrain	wagenrain	DE		0	Europe/Berlin	48.88727	10.12047				01	081	08136	08136088
3204976	Wagenhofen	wagenhofen	DE		0	Europe/Berlin	48.88552	10.17664				01	081	08136	08136082
3204981	Haarschedl	haarschedl	DE		0	Europe/Berlin	48.56537	13.37259				02	092	09262	09262000
3204982	Werningerode	werningerode	DE		0	Europe/Berlin	51.5	10.48333				15	00	16061	16061117
3204984	Babitz	babitz	DE		0	Europe/Berlin	53.16896	12.53896				11	00	12068	12068468
3204988	Reigersberg	reigersberg	DE		0	Europe/Berlin	48.8289	13.16394				02	092	09271	09271123
3204989	Grubmühl	grubmuhl	DE		0	Europe/Berlin	48.07991	11.38733				02	091	09188	09188120
3204990	Mettenufer	mettenufer	DE		0	Europe/Berlin	48.83992	12.9099				02	092	09271	09271119
3204991	Quadenschönfeld	quadenschoenfeld	DE		0	Europe/Berlin	53.42209	13.35263				12	00	13071	13071100
3204995	Bockholt	bockholt	DE		0	Europe/Berlin	52.88695	10.78617				06	00	03360	03360020
3204997	Eremitenhof	eremitenhof	DE		0	Europe/Berlin	49.94228	11.62101				02	094	09462	09462000
3204999	Piedendorf	piedendorf	DE		0	Europe/Berlin	48.5235	11.69362				02	091	09178	09178116
3205002	Kanena	kanena	DE		0	Europe/Berlin	51.45684	12.03655				14	00	15002	15002000
3205004	Borchmannshof	borchmannshof	DE		0	Europe/Berlin	52.91667	12.05				11	00	12070	12070302
3205005	Gemling	gemling	DE		0	Europe/Berlin	48.93452	12.06081				02	092	09273	09273116
3205007	Vorderbuchberg	vorderbuchberg	DE		0	Europe/Berlin	49.27032	12.97674				02	093	09372	09372144
3205009	Kollnberg	kollnberg	DE		0	Europe/Berlin	48.73396	13.3179				02	092	09275	09275121
3205396	Halde	halde	DE		0	Europe/Berlin	47.89142	7.89241		Halde,Halden		01	083	08315	08315084
3205398	Himmelreich	himmelreich	DE		0	Europe/Berlin	47.95917	7.99262				01	083	08315	08315020
3205407	Kems	kems	DE		0	Europe/Berlin	47.90698	7.70075				01	083	08315	08315006
3205410	Obermünstertal	obermunstertal	DE		0	Europe/Berlin	47.87109	7.81983				01	083	08315	08315130
3205424	Rüttehof	ruttehof	DE		0	Europe/Berlin	47.63913	7.94805				01	083	08337	08337090
3205426	Sankt Trudpert	sankt-trudpert	DE		0	Europe/Berlin	47.86263	7.80216		Sankt Trudpert		01	083	08315	08315130
3205431	Tüllingen	tullingen	DE		0	Europe/Berlin	47.60211	7.64425				01	083	08336	08336050
3205432	Untermünstertal	untermunstertal	DE		0	Europe/Berlin	47.85602	7.7839				01	083	08315	08315130
3205514	Blöcktach	blocktach	DE		0	Europe/Berlin	47.88699	10.51422				02	097	09777	09777128
3205515	Boschhof	boschhof	DE		0	Europe/Berlin	47.80976	11.41127				02	091	09173	09173134
3205517	Buchenried	buchenried	DE		0	Europe/Berlin	47.62816	11.21983				02	091	09180	09180127
3205518	Burgrain	burgrain	DE		0	Europe/Berlin	47.51779	11.10666				02	091	09180	09180117
3205524	Einsiedl	einsiedl	DE		0	Europe/Berlin	47.56984	11.30229				02	091	09173	09173131
3205528	Gartenberg	gartenberg	DE		0	Europe/Berlin	47.87525	11.4687				02	091	09173	09173126
3205530	Görwangs	gorwangs	DE		0	Europe/Berlin	47.82387	10.50863				02	097	09777	09777111
3205533	Haslau	haslau	DE		0	Europe/Berlin	47.68494	11.80469				02	091	09182	09182129
3205534	Herzogsägmühle	herzogsagmuhle	DE		0	Europe/Berlin	47.81873	10.93795				02	091	09190	09190140
3205554	Morgenbach	morgenbach	DE		0	Europe/Berlin	47.69565	10.96202				02	091	09190	09190160
3205568	Spitzingsee	spitzingsee	DE		0	Europe/Berlin	47.66128	11.88755		Spitzingsee		02	091	09182	09182131
3205569	Steinholz	steinholz	DE		0	Europe/Berlin	47.90451	10.66287				02	097	09777	09777152
3205573	Vordersulzberg	vordersulzberg	DE		0	Europe/Berlin	47.65779	10.67018				02	097	09777	09777166
3205576	Westried	westried	DE		0	Europe/Berlin	47.66589	11.13453				02	091	09180	09180124
3205577	Havert	havert	DE		0	Europe/Berlin	51.03812	5.90779				07	053	05370	05370024
3205578	Isenbruch	isenbruch	DE		0	Europe/Berlin	51.04117	5.87941		Isenbruch		07	053	05370	05370024
3205579	Schalbruch	schalbruch	DE		0	Europe/Berlin	51.05034	5.90486				07	053	05370	05370024
3205580	Kämpchen	kaempchen	DE		0	Europe/Berlin	50.82597	6.09364				07	053	05334	05334016
3205581	Klink-Heide	klink-heide	DE		0	Europe/Berlin	50.84192	6.0875				07	053	05334	05334016
3205582	Pannesheide	pannesheide	DE		0	Europe/Berlin	50.84684	6.06952				07	053	05334	05334016
3205583	Rumpen	rumpen	DE		0	Europe/Berlin	50.81858	6.09194				07	053	05334	05334016
3205584	Süsterseel	suesterseel	DE		0	Europe/Berlin	50.99139	5.94694				07	053	05370	05370024
3205586	Achenmühle	achenmuhle	DE		0	Europe/Berlin	47.79563	12.22847				02	091	09187	09187169
3205588	Dörfl	dorfl	DE		0	Europe/Berlin	47.56667	12.98333				02	091	09172	09172132
3205593	Mitterfelden	mitterfelden	DE		0	Europe/Berlin	47.81601	12.95613				02	091	09172	09172111
3205596	Sankt Leonhard am Wonneberg	sankt-leonhard-am-wonneberg	DE		1443	Europe/Berlin	47.91533	12.71926		Sankt Leonhard am Wonneberg		02	091	09189	09189165
3205638	Genhofen	genhofen	DE		0	Europe/Berlin	47.57561	10.00759				02	097	09776	09776127
3205639	Reutenen	reutenen	DE		0	Europe/Berlin	47.56048	9.65031				02	097	09776	09776128
3205664	Kreuzäcker	kreuzacker	DE		0	Europe/Berlin	47.69278	9.39724				01	084	08435	08435016
3205665	Langenrain	langenrain	DE		0	Europe/Berlin	47.76321	9.07436				01	083	08335	08335002
3205688	Seebrugg	seebrugg	DE		0	Europe/Berlin	47.8008	8.19743		Seebrugg		01	083	08315	08315102
3205689	Sentenhart	sentenhart	DE		0	Europe/Berlin	47.9134	9.127		Sentenhart		01	084	08437	08437118
3206052	Rathmecke	rathmecke	DE		0	Europe/Berlin	51.25728	7.63221		Rathmecke		07	059	05962	05962032
3205706	Gosse	gosse	DE		0	Europe/Berlin	51.12884	7.00818				07	051	05122	05122000
3205707	Unterberg	unterberg	DE		0	Europe/Berlin	51.12002	7.0136				07	053	05378	05378016
3205708	Waldmühle	waldmuehle	DE		0	Europe/Berlin	51.04352	7.26058				07	053	05378	05378012
3205781	Knüverdarp	knueverdarp	DE		0	Europe/Berlin	51.87801	6.94968				07	055	05554	05554064
3205782	Osthellen	osthellen	DE		0	Europe/Berlin	51.97123	7.25378				07	055	05558	05558008
3205783	Altefeld	altefeld	DE		0	Europe/Berlin	51.6129	7.75068				07	059	05978	05978008
3205784	Am Bruch	am-bruch	DE		0	Europe/Berlin	51.57739	6.17123				07	051	05154	05154064
3205786	Bahnhof Reken	bahnhof-reken	DE		0	Europe/Berlin	51.8039	7.04434				07	055	05554	05554044
3205787	Bahnhof Vorhelm	bahnhof-vorhelm	DE		0	Europe/Berlin	51.78333	6.96667				07	055	05562	05562012
3205788	Barkenberg	barkenberg	DE		0	Europe/Berlin	51.73072	7.04233				07	055	05562	05562012
3205789	Bernberg	bernberg	DE		0	Europe/Berlin	51.02384	7.60197				07	053	05374	05374012
3205790	Brömmenkamp	broemmenkamp	DE		0	Europe/Berlin	51.56667	6.73333				07	051	05170	05170008
3205791	Büderich	buederich	DE		0	Europe/Berlin	51.54591	7.87548		Budriki,Budrīki		07	059	05974	05974052
3205794	Burgaltendorf	burgaltendorf	DE		0	Europe/Berlin	51.41493	7.11394				07	051	05113	05113000
3205795	Büttenberg	buettenberg	DE		0	Europe/Berlin	51.29956	7.32638				07	059	05954	05954008
3205796	Butzheim	butzheim	DE		0	Europe/Berlin	51.04722	6.71076				07	051	05162	05162028
3205798	Cappenberg	cappenberg	DE		0	Europe/Berlin	51.65946	7.53426				07	059	05978	05978032
3205799	Coerde	coerde	DE		0	Europe/Berlin	51.99365	7.64786				07	055	05515	05515000
3205800	Dahlerau	dahlerau	DE		0	Europe/Berlin	51.22336	7.31604		Dahlerau		07	053	05374	05374036
3205801	Delle	delle	DE		0	Europe/Berlin	51.27635	7.43987				07	059	05954	05954004
3205809	Dickebülten	dickebuelten	DE		0	Europe/Berlin	51.891	7.10487				07	055	05558	05558012
3205811	Düsselerhöhe	duesselerhoehe	DE		0	Europe/Berlin	51.2618	7.07284				07	051	05124	05124000
3205812	Eckeresse	eckeresse	DE		0	Europe/Berlin	51.59071	7.09728				07	055	05513	05513000
3205813	Eichholz	eichholz	DE		0	Europe/Berlin	51.01752	7.40486		Eichholz		07	053	05374	05374020
3205814	Einen	einen	DE		0	Europe/Berlin	51.97558	7.89898		Anion,Einen		07	055	05570	05570052
3205820	Emmelsum	emmelsum	DE		0	Europe/Berlin	51.62213	6.62117		Emmelsum		07	051	05170	05170044
3205821	Empel	empel	DE		0	Europe/Berlin	51.79698	6.41814		Empe,Empel		07	051	05154	05154044
3205851	Feldhuisen	feldhuisen	DE		0	Europe/Amsterdam	51.96667	6.11667				07			
3205852	Flürener Feld	fluerener-feld	DE		0	Europe/Berlin	51.67461	6.5525				07	051	05170	05170048
3205853	Frönsberg	froensberg	DE		0	Europe/Berlin	51.34967	7.76213				07	059	05962	05962016
3205858	Grafenwald	grafenwald	DE		0	Europe/Berlin	51.57014	6.9115				07	055	05512	05512000
3205861	Haaren	haaren	DE		0	Europe/Berlin	51.08732	6.013				07	053	05370	05370032
3205862	Halloh	halloh	DE		0	Europe/Berlin	51.32023	7.25639				07	059	05954	05954028
3205866	Hoch Elten	hoch-elten	DE		0	Europe/Berlin	51.86559	6.17366				07	051	05154	05154008
3205872	Hochmoor	hochmoor	DE		0	Europe/Berlin	51.89767	7.03561				07	055	05554	05554016
3205876	Hülchrath	huelchrath	DE		0	Europe/Berlin	51.12551	6.66132				07	051	05162	05162008
3205878	Im Hasberg	im-hasberg	DE		0	Europe/Berlin	51.33592	7.73079				07	059	05962	05962016
3205879	Im Lohr	im-lohr	DE		0	Europe/Berlin	51.78556	6.40481				07	051	05154	05154044
3205886	Jägerhof	jaegerhof	DE		0	Europe/Berlin	51.10433	7.43137				07	053	05374	05374052
3205888	Kämpen	kaempen	DE		0	Europe/Berlin	51.39842	7.27185				07	059	05954	05954036
3205889	Kapelle	kapelle	DE		0	Europe/Berlin	51.23036	6.15886				07	051	05166	05166020
3205890	Katterbach	katterbach	DE		0	Europe/Berlin	51.00944	7.0823				07	053	05378	05378004
3205899	Kleinbouslar	kleinbouslar	DE		0	Europe/Berlin	51.02725	6.34735				07	053	05370	05370004
3205900	Klein Thebing	klein-thebing	DE		0	Europe/Berlin	51.78333	6.73333				07	055	05554	05554048
3205901	Knerling	knerling	DE		0	Europe/Berlin	51.30516	7.65403				07	059	05962	05962004
3205902	Knittkuhl	knittkuhl	DE		0	Europe/Berlin	51.25	6.86667				07	051	05111	05111000
3205905	Kolfhausen	kolfhausen	DE		0	Europe/Berlin	51.11852	7.19398				07	053	05378	05378032
3205906	Krummenweg	krummenweg	DE		0	Europe/Berlin	51.33931	6.86525				07	051	05158	05158028
3205915	Linde	linde	DE		0	Europe/Berlin	51.23275	7.23639		Linde		07	051	05124	05124000
3205918	Listerscheid	listerscheid	DE		0	Europe/Berlin	51.10646	7.84458		Listerscheid		07	059	05966	05966004
3205922	Ludenberg	ludenberg	DE		0	Europe/Berlin	51.25669	6.86507		Ludenberg		07	051	05111	05111000
3205925	Niederschemm	niederschemm	DE		0	Europe/Berlin	51.2305	7.7004				07	059	05962	05962032
3205928	Nierswalde	nierswalde	DE		0	Europe/Berlin	51.72508	6.13613		Nierswalde		07	051	05154	05154016
3205929	Oberbonsfeld	oberbonsfeld	DE		0	Europe/Berlin	51.36667	7.13333				07	051	05158	05158032
3205931	Oemberg	oemberg	DE		0	Europe/Berlin	51.3925	6.86399				07	051	05117	05117000
3206060	Rheinfeld	rheinfeld	DE		0	Europe/Berlin	51.1	6.85				07	051	05162	05162004
3206061	Rünthe	ruenthe	DE		0	Europe/Berlin	51.64676	7.65682				07	059	05978	05978004
3206062	Sandheide	sandheide	DE		0	Europe/Berlin	51.20339	6.95895				07	051	05158	05158004
3206063	Schenkenschanz	schenkenschanz	DE		0	Europe/Berlin	51.83583	6.11037				07	051	05154	05154036
3206065	Spormecke	spormecke	DE		0	Europe/Berlin	51.25848	7.56611		Spormecke		07	059	05962	05962056
3206066	Steegh	steegh	DE		0	Europe/Berlin	51.8253	6.32175				07	051	05154	05154008
3206067	Stegger	stegger	DE		0	Europe/Berlin	51.78296	6.82625				07	055	05554	05554040
3206072	Stübbeken	stuebbeken	DE		0	Europe/Berlin	51.37802	7.60472				07	059	05962	05962024
3206078	Unterbirten	unterbirten	DE		0	Europe/Berlin	51.6283	6.49558				07	051	05170	05170052
3206080	Westhellen	westhellen	DE		0	Europe/Berlin	51.96404	7.23183				07	055	05558	05558008
3206081	Willbeck	willbeck	DE		0	Europe/Berlin	51.20743	6.97466				07	051	05158	05158004
3206084	Winster	winster	DE		0	Europe/Berlin	51.35	6.86667				07	051	05158	05158028
3206087	Wulferhook	wulferhook	DE		0	Europe/Berlin	51.88984	7.1744				07	055	05558	05558012
3206148	Allerheiligen	allerheiligen	DE		0	Europe/Berlin	48.53671	8.19367				01	083	08317	08317098
3206149	Altes Lager	altes-lager	DE		14092	Europe/Berlin	48.41755	9.53606		Al'tes Lager,Altes Lager,Альтес Лагер		01	084	08415	08415053
3206159	Buchhalde	buchhalde	DE		0	Europe/Berlin	48.52186	9.37211				01	084	08415	08415014
3206168	Dürrenmettstetten	durrenmettstetten	DE		0	Europe/Berlin	48.38681	8.58076				01	083	08325	08325057
3206171	Eyachmühle	eyachmuhle	DE		0	Europe/Berlin	48.78221	8.52015				01	082	08235	08235018
3206172	Filder	filder	DE		0	Europe/Berlin	48.71667	9.25				01	081	08116	08116080
3206176	Friedrichstal	friedrichstal	DE		0	Europe/Berlin	48.48454	8.37606				01	082	08237	08237004
3206179	Grünbühl	grunbuhl	DE		0	Europe/Berlin	48.87965	9.21568				01	081	08118	08118048
3206181	Harras	harras	DE		0	Europe/Berlin	48.14316	8.82253		Harras		01	083	08327	08327051
3206185	Hinterseebach	hinterseebach	DE		0	Europe/Berlin	48.57564	8.20009				01	083	08317	08317126
3206186	Hubneck	hubneck	DE		0	Europe/Berlin	48.55766	8.06873				01	083	08317	08317089
3206187	Kirchhöfe	kirchhofe	DE		0	Europe/Berlin	48.21862	8.02663				01	083	08316	08316003
3206208	Lindenhof	lindenhof	DE		0	Europe/Berlin	48.56667	8.28333				01	082	08237	08237004
3206252	Nebringen	nebringen	DE		0	Europe/Berlin	48.56292	8.84863				01	081	08115	08115016
3206255	Oberbettringen	oberbettringen	DE		0	Europe/Berlin	48.79044	9.84731				01	081	08136	08136065
3206256	Ölbronn-Dürrn	oelbronn-duerrn	DE		3627	Europe/Berlin	48.96667	8.75		Ehl'bron-Djurn,El'bronn-Djurrn,Elbron Dyurn,Elbron-Dirn,OElbronn-Duerrn,e er bu long-di en,Ölbronn-Dürrn,Елброн-Дирн,Ельбронн-Дюррн,Эльброн-Дюрн,Էլբրոն Դյուրն,厄尔布龙-迪恩	08236075	01	082	08236	08236075
3206569	Lönsheide	loensheide	DE		0	Europe/Berlin	52.88165	9.64234				06	00	03358	03358024
3206263	Röt	rot	DE		0	Europe/Berlin	48.55577	8.39712				01	082	08237	08237004
3206265	Ruhestein	ruhestein	DE		0	Europe/Berlin	48.5623	8.2234		Ruhestein		01	083	08317	08317126
3206267	Schelmenholz	schelmenholz	DE		0	Europe/Berlin	48.86528	9.38387				01	081	08119	08119085
3206268	Schlechtbach	schlechtbach	DE		0	Europe/Berlin	48.87225	9.52944				01	081	08119	08119061
3206271	Sulz am Eck	sulz-am-eck	DE		0	Europe/Berlin	48.61572	8.7825		Sulz,Sulz am Eck		01	082	08235	08235080
3206272	Waldsteg	waldsteg	DE		0	Europe/Berlin	48.65836	8.14446				01	082	08216	08216007
3206276	Sand	sand	DE		0	Europe/Berlin	48.65828	8.23938				01	082	08216	08216007
3206278	Unterbettringen	unterbettringen	DE		0	Europe/Berlin	48.78355	9.84019				01	081	08136	08136065
3206286	Walke	walke	DE		0	Europe/Berlin	48.34429	8.22609				01	083	08317	08317093
3206289	Zwieselberg	zwieselberg	DE		0	Europe/Berlin	48.43333	8.38333				01	082	08237	08237045
3206369	Achterberg	achterberg	DE		0	Europe/Berlin	52.73481	9.97667				06	00	03351	03351004
3206370	Altholzhausen	altholzhausen	DE		0	Europe/Berlin	52.21667	8.01667				06	00	03459	03459019
3206371	Am Heidland	am-heidland	DE		0	Europe/Berlin	52.61295	9.692				06	00	03358	03358015
3206372	Am Papenberge	am-papenberge	DE		0	Europe/Berlin	52.5777	9.59245				06	00	03241	03241012
3206373	Aschenstedt	aschenstedt	DE		0	Europe/Berlin	52.93799	8.4247				06	00	03458	03458003
3206375	Auf den Bülten	auf-den-buelten	DE		0	Europe/Berlin	52.95203	8.84525				06	00	03251	03251041
3206376	Bahnhof Holdorf	bahnhof-holdorf	DE		0	Europe/Berlin	52.5777	8.14109				06	00	03460	03460005
3206377	Barrien-Heide	barrien-heide	DE		0	Europe/Berlin	52.94908	8.8144				06	00	03251	03251041
3206378	Benefeld	benefeld	DE		0	Europe/Berlin	52.904	9.63157		Benefeld		06	00	03358	03358024
3206380	Bockel	bockel	DE		0	Europe/Berlin	52.56425	8.56401				06	00	03251	03251044
3206381	Bockeler Schweiz	bockeler-schweiz	DE		0	Europe/Berlin	52.57468	8.55492				06	00	03251	03251044
3206382	Bornhake	bornhake	DE		0	Europe/Berlin	52.41667	8.36667				06			
3206383	Bürgermoor	buergermoor	DE		0	Europe/Berlin	52.91728	8.09529				06	00	03453	03453008
3206384	Clemens-August-Dorf	clemens-august-dorf	DE		0	Europe/Berlin	52.50858	8.17403				06	00	03460	03460002
3206385	Deindrup	deindrup	DE		0	Europe/Berlin	52.77567	8.21262				06	00	03460	03460009
3206387	Döhrenkamp	doehrenkamp	DE		0	Europe/Berlin	52.61329	9.08419				06	00	03256	03256019
3206389	Drake	drake	DE		0	Europe/Berlin	52.08333	8.7				06			
3206398	Förlingen	foerlingen	DE		0	Europe/Berlin	52.53439	8.56625				06	00	03251	03251044
3206399	Frede	frede	DE		0	Europe/Berlin	52.47055	8.07996				06	00	03460	03460007
3206404	Gruthügel	gruthuegel	DE		0	Europe/Berlin	52.32413	8.05053				06	00	03459	03459033
3206407	Hamberg	hamberg	DE		0	Europe/Berlin	52.64731	8.25186				06	00	03460	03460006
3206409	Heimstatt	heimstatt	DE		0	Europe/Berlin	52.66608	8.64212				06	00	03251	03251018
3206410	Hengstbrink	hengstbrink	DE		0	Europe/Berlin	52.26657	8.1901				06	00	03459	03459012
3206411	Herrenweide	herrenweide	DE		0	Europe/Berlin	52.6	8.35				06	00	03251	03251012
3206413	Hespenbusch	hespenbusch	DE		0	Europe/Berlin	52.93566	8.3059		Hespenbusch		06	00	03458	03458007
3206415	HildesheimerWald	hildesheimerwald	DE		0	Europe/Berlin	52.11631	9.89799				06	00	03254	03254021
3206416	Hildesia	hildesia	DE		0	Europe/Berlin	52.08333	9.9				06	00	03254	03254011
3206417	Hilligensehl	hilligensehl	DE		0	Europe/Berlin	52.93304	9.57488				06	00	03357	03357051
3206419	Holzhauser Damm	holzhauser-damm	DE		0	Europe/Berlin	52.36192	8.80941				07	057	05770	05770012
3206430	Ilveser Holz	ilveser-holz	DE		0	Europe/Berlin	52.45328	9.04404				07	057	05770	05770028
3206433	In den Meierhöfen	in-den-meierhoefen	DE		0	Europe/Berlin	52.59554	9.4503				06	00	03241	03241012
3206434	Isernhagen-Süd	isernhagen-sued	DE		0	Europe/Berlin	52.43819	9.79871		Isernhagen,Isernhagen-Sud,Isernhagen-Süd		06	00	03241	03241001
3206436	Klein Ambergen	klein-ambergen	DE		0	Europe/Berlin	52.80429	8.40507				06	00	03460	03460004
3206437	Kiffenbrink	kiffenbrink	DE		0	Europe/Berlin	52.18793	8.0713				06	00	03459	03459019
3206438	Klein Brockdorf	klein-brockdorf	DE		0	Europe/Berlin	52.63588	8.15414				06	00	03460	03460006
3206440	Klein Sehlingen	klein-sehlingen	DE		0	Europe/Berlin	52.97163	9.38504				06	00	03361	03361005
3206441	Klein Stelle	klein-stelle	DE		0	Europe/Berlin	52.40975	8.63066				07	057	05770	05770008
3206442	Klingenberg	klingenberg	DE		0	Europe/Berlin	52.45846	9.5494				06	00	03241	03241005
3206444	Klünenberg	kluenenberg	DE		0	Europe/Berlin	52.55182	8.26635				06	00	03460	03460002
3206446	Kolonie Hünzingen	kolonie-huenzingen	DE		0	Europe/Berlin	52.90876	9.59963				06	00	03358	03358024
3206559	Langenteilen	langenteilen	DE		0	Europe/Berlin	52.55776	8.29154				06	00	03460	03460002
3206562	Lappenstuhl	lappenstuhl	DE		0	Europe/Berlin	52.41876	8.05686				06	00	03459	03459014
3206566	Lockhauserheide	lockhauserheide	DE		0	Europe/Berlin	52.06683	8.6923				07	057	05766	05766008
3206570	Malbergen	malbergen	DE		0	Europe/Berlin	52.22145	8.03902				06	00	03459	03459019
3206571	Masch	masch	DE		0	Europe/Berlin	52.33736	8.31133				06	00	03459	03459003
3206575	Maschort	maschort	DE		0	Europe/Berlin	52.47006	8.01757				06	00	03459	03459031
3206576	Meinefeld	meinefeld	DE		0	Europe/Berlin	52.30944	9.15729				06	00	03257	03257026
3206577	Neu Eydelstedt	neu-eydelstedt	DE		0	Europe/Berlin	52.70822	8.53981				06	00	03251	03251017
3206585	Niederschlochtern	niederschlochtern	DE		0	Europe/Berlin	52.16482	8.31438				06	00	03459	03459024
3206586	Nüven	nueven	DE		0	Europe/Berlin	52.16573	8.29665				06	00	03459	03459024
3206587	Oberschlochtern	oberschlochtern	DE		0	Europe/Berlin	52.15404	8.29874				06	00	03459	03459024
3206589	Örken	oerken	DE		0	Europe/Berlin	52.09177	8.53354				07	057	05711	05711000
3206592	Rohdental	rohdental	DE		0	Europe/Berlin	52.20119	9.24517				06	00	03252	03252007
3206593	Rote Erde	rote-erde	DE		0	Europe/Berlin	52.01708	8.43628				07	057	05754	05754040
3206595	Sandberge	sandberge	DE		0	Europe/Berlin	52.69585	9.23419				06	00	03256	03256005
3206596	Sandhorst	sandhorst	DE		0	Europe/Berlin	52.19629	8.44974				06	00	03459	03459024
3206605	Sauerndorf	sauerndorf	DE		0	Europe/Berlin	52.41153	8.96578				07	057	05770	05770028
3206606	Sepp	sepp	DE		0	Europe/Berlin	52.07761	8.68452				07	057	05766	05766008
3206607	Siedlung Schwarzer Berg	siedlung-schwarzer-berg	DE		0	Europe/Berlin	52.79736	8.42342				06	00	03460	03460004
3206609	Siedlung Steinbrink	siedlung-steinbrink	DE		0	Europe/Berlin	52.20796	8.44475				06	00	03459	03459024
3206611	Stapelheide	stapelheide	DE		0	Europe/Berlin	52.13587	8.12526				06	00	03459	03459022
3206615	Stockumer Mark	stockumer-mark	DE		0	Europe/Berlin	52.26654	8.16251				06	00	03459	03459012
3206616	Strand	strand	DE		0	Europe/Berlin	52.47134	9.38387				06	00	03241	03241021
3206617	Valdorf-Ost	valdorf-ost	DE		0	Europe/Berlin	52.14897	8.88554				07	057	05758	05758036
3206618	Valdorf-West	valdorf-west	DE		0	Europe/Berlin	52.13661	8.85833				07	057	05758	05758036
3206619	Vehrenheide	vehrenheide	DE		0	Europe/Berlin	52.48989	9.256				06	00	03256	03256025
3206620	Vennermoor	vennermoor	DE		0	Europe/Berlin	52.41667	8.21667				06	00	03459	03459029
3206621	Voßberg	vossberg	DE		0	Europe/Berlin	52.68074	8.23002				06	00	03460	03460006
3206622	Warringhof	warringhof	DE		0	Europe/Berlin	52.21823	8.25316				06	00	03459	03459024
3206623	Westerfeld	westerfeld	DE		0	Europe/Berlin	52.36941	8.2259				06	00	03459	03459029
3206649	Auersbergsreut	auersbergsreut	DE		0	Europe/Berlin	48.75	13.76667				02	092	09272	09272136
3206654	Burgrain	burgrain	DE		0	Europe/Berlin	48.18789	12.04797		Burgkrain		02	091	09177	09177123
3206658	Daxenthal	daxenthal	DE		0	Europe/Berlin	48.23085	12.86				02	091	09171	09171118
3206660	Dieterting	dieterting	DE		0	Europe/Berlin	48.81667	13.06667				02	092	09271	09271113
3206663	Ehring	ehring	DE		0	Europe/Berlin	48.9	12.31667				02	093	09375	09375191
3206665	Fischhaus	fischhaus	DE		0	Europe/Berlin	48.65531	13.43943				02	092	09275	09275144
3206668	Großschwindau	grossschwindau	DE		0	Europe/Berlin	48.23003	12.13772				02	091	09177	09177137
3206670	Haimbuch	haimbuch	DE		0	Europe/Berlin	48.9	12.38333				02	093	09375	09375171
3206671	Hartmannsberg	hartmannsberg	DE		0	Europe/Berlin	48.35886	13.05377				02	092	09277	09277152
3206675	Hinterdegenberg	hinterdegenberg	DE		0	Europe/Berlin	48.93764	12.83362				02	092	09278	09278187
3206677	Innerbittlbach	innerbittlbach	DE		0	Europe/Berlin	48.23599	12.02992				02	091	09177	09177127
3206678	Johannesbergham	johannesbergham	DE		0	Europe/Berlin	48.47083	12.28703				02	092	09274	09274134
3206680	Kropfmühl	kropfmuhl	DE		0	Europe/Berlin	48.61667	13.73333				02	092	09275	09275156
3206681	Mainkofen	mainkofen	DE		0	Europe/Berlin	48.8075	12.89684				02	092	09271	09271119
3206686	Muckenwinkling	muckenwinkling	DE		0	Europe/Berlin	48.93198	12.65911				02	092	09278	09278118
3206734	Nammering	nammering	DE		0	Europe/Berlin	48.70215	13.30941		Nammering		02	092	09275	09275121
3206739	Obermößling	obermossling	DE		0	Europe/Berlin	48.26574	12.51977				02	091	09183	09183128
3206740	Obertürken	oberturken	DE		0	Europe/Berlin	48.28333	12.83333				02	091	09171	09171123
3206744	Scheuerhof	scheuerhof	DE		0	Europe/Berlin	48.13854	12.79168				02	091	09171	09171112
3206747	Tunding	tunding	DE		0	Europe/Berlin	48.7	12.46667				02	092	09279	09279127
3206750	Unterau	unterau	DE		0	Europe/Berlin	48.25849	12.68223				02	091	09171	09171137
3206751	Untermößling	untermossling	DE		0	Europe/Berlin	48.2686	12.52544				02	091	09183	09183128
3206753	Waldstadt	waldstadt	DE		0	Europe/Berlin	48.36207	13.28479				02	092	09275	09275130
3206755	Wießmühle	wiessmuhle	DE		0	Europe/Berlin	48.28417	12.90646				02	092	09277	09277154
3206791	Anwanden	anwanden	DE		0	Europe/Berlin	49.40948	10.9317		Anwanden		02	095	09573	09573134
3206793	Apfelbach	apfelbach	DE		0	Europe/Berlin	49.73333	11.78333				02	093	09374	09374124
3206795	Bammersdorf	bammersdorf	DE		0	Europe/Berlin	49.74844	11.07997				02	094	09474	09474123
3206798	Benzendorf	benzendorf	DE		0	Europe/Berlin	49.59953	11.26124				02	095	09572	09572121
3206803	Buchlohhäuser	buchlohhauser	DE		0	Europe/Berlin	49.97499	11.99175				02	093	09377	09377157
3206804	Burgambach	burgambach	DE		0	Europe/Berlin	49.68312	10.43578				02	095	09575	09575161
3206806	Culm	culm	DE		0	Europe/Berlin	49.88333	11.46667				02	094	09472	09472155
3206810	Custenlohr	custenlohr	DE		0	Europe/Berlin	49.51308	10.24329				02	095	09575	09575168
3206812	Eberau	eberau	DE		0	Europe/Berlin	49.83964	10.51632				02	094	09471	09471128
3206894	Feuerhof	feuerhof	DE		0	Europe/Berlin	49.52058	11.74602				02	093	09371	09371151
3206899	Freienfels	freienfels	DE		0	Europe/Berlin	49.96094	11.25593				02	094	09472	09472154
3206900	Frimmersdorf	frimmersdorf	DE		0	Europe/Berlin	49.70137	10.70339				02	095	09572	09572159
3206903	Grünsberg	grunsberg	DE		0	Europe/Berlin	49.37321	11.32467				02	095	09574	09574112
3206904	Gunzendorf	gunzendorf	DE		0	Europe/Berlin	49.55532	10.74354				02	095	09575	09575121
3206905	Günzersreuth	gunzersreuth	DE		0	Europe/Berlin	49.28538	10.93291		Gunzersreuth,Günzersreuth		02	095	09576	09576128
3206906	Hagenau	hagenau	DE		0	Europe/Berlin	49.65513	11.05928				02	095	09572	09572115
3206907	Hansgörgl	hansgorgl	DE		0	Europe/Berlin	49.51667	11.38333				02	095	09574	09574150
3206908	Harrhof	harrhof	DE		0	Europe/Berlin	49.2724	11.23429				02	095	09576	09576113
3206909	Heßbach	hessbach	DE		0	Europe/Berlin	49.35	10.48333				02	095	09571	09571171
3206912	Hohestadt	hohestadt	DE		0	Europe/Berlin	49.65741	10.04168				02	096	09679	09679170
3206913	Holzberndorf	holzberndorf	DE		0	Europe/Berlin	49.77266	10.53542				02	096	09675	09675127
3206916	Kleingressingen	kleingressingen	DE		0	Europe/Berlin	49.8289	10.46791				02	094	09471	09471128
3206917	Kolmsdorf	kolmsdorf	DE		0	Europe/Berlin	49.882	10.76096				02	094	09471	09471208
3206920	Leonrod	leonrod	DE		0	Europe/Berlin	49.40537	10.6694		Leonrod		02	095	09571	09571135
3206921	Lichteneiche	lichteneiche	DE		0	Europe/Berlin	49.92393	10.93088				02	094	09471	09471159
3206922	Maicha	maicha	DE		0	Europe/Berlin	49.094	10.69537		Maicha		02	095	09577	09577136
3206923	Meedensdorf	meedensdorf	DE		0	Europe/Berlin	49.932	10.98118				02	094	09471	09471159
3206927	Münchhhof	munchhhof	DE		0	Europe/Berlin	49.74354	10.54078				02	095	09575	09575116
3206929	Neubernricht	neubernricht	DE		0	Europe/Berlin	49.4848	11.8565				02	093	09361	09361000
3206930	Neunstetten	neunstetten	DE		0	Europe/Berlin	49.26222	10.45818		Neunstetten		02	095	09571	09571166
3206931	Neuses	neuses	DE		0	Europe/Berlin	49.25207	10.80066				02	095	09571	09571226
3206932	Neuses	neuses	DE		0	Europe/Berlin	49.33418	11.08778				02	095	09576	09576151
3206933	Pfaffenberg	pfaffenberg	DE		0	Europe/Berlin	49.81186	11.374				02	094	09472	09472111
3206935	Raindorf	raindorf	DE		0	Europe/Berlin	49.50506	10.84825				02	095	09573	09573130
3206937	Reutles	reutles	DE		0	Europe/Berlin	49.53462	11.02486		Reutles		02	095	09564	09564000
3206938	Rös	ros	DE		0	Europe/Berlin	49.25185	10.5542				02	095	09571	09571166
3206940	Rüdisbronn	rudisbronn	DE		0	Europe/Berlin	49.56396	10.43548		Rudisbronn,Rüdisbronn		02	095	09575	09575112
3206991	Serlbach	serlbach	DE		0	Europe/Berlin	49.73424	11.0925				02	094	09474	09474126
3206992	Sigritzau	sigritzau	DE		0	Europe/Berlin	49.69808	11.08177		Sigritzau,Sigritzgau		02	094	09474	09474126
3206993	Stöckig	stockig	DE		0	Europe/Berlin	49.97676	11.60106				02	094	09472	09472119
3206994	Sulzwiesen	sulzwiesen	DE		0	Europe/Berlin	49.90955	10.01943				02	096	09679	09679143
3206995	Theta	theta	DE		0	Europe/Berlin	49.9904	11.5474				02	094	09472	09472127
3206996	Ulsenheim	ulsenheim	DE		0	Europe/Berlin	49.55786	10.29808				02	095	09575	09575146
3206997	Unterhaidelbach	unterhaidelbach	DE		0	Europe/Berlin	49.44893	11.32656				02	095	09574	09574139
3206998	Unterwinterbach	unterwinterbach	DE		0	Europe/Berlin	49.70695	10.71864				02	095	09572	09572159
3207001	Waldetzenberg	waldetzenberg	DE		0	Europe/Berlin	49.04398	11.92054				02	093	09375	09375162
3207002	Wannbach	wannbach	DE		0	Europe/Berlin	49.74861	11.21223				02	094	09474	09474161
3207004	Weimersheim	weimersheim	DE		0	Europe/Berlin	49.50103	10.50216				02	095	09575	09575135
3207006	Wiebelsberg	wiebelsberg	DE		0	Europe/Berlin	49.87912	10.38684				02	096	09678	09678164
3207008	Wolfsbach	wolfsbach	DE		0	Europe/Berlin	49.82364	10.66428				02	094	09471	09471120
3207009	Wüstphül	wustphul	DE		0	Europe/Berlin	49.56898	10.32299				02	095	09575	09575146
3207076	Bernshausen	bernshausen	DE		0	Europe/Berlin	51.56564	10.1778		Bernshausen		06	00	03159	03159032
3207339	Eickhoff	eickhoff	DE		0	Europe/Berlin	51.48338	8.22213				07	059	05974	05974044
3207352	Enkhausen	enkhausen	DE		0	Europe/Berlin	51.6837	8.5535				07	057	05774	05774036
3207079	Siedlung Uhdenberg	siedlung-uhdenberg	DE		0	Europe/Berlin	51.61646	10.6231				06	00	03159	03159036
3207080	Athensleben	athensleben	DE		0	Europe/Berlin	51.89535	11.52655				14	00	15089	15089310
3207081	Burggörner	burggoerner	DE		0	Europe/Berlin	51.61667	11.51667				14	00	15087	15087220
3207083	Heiligenkopf	heiligenkopf	DE		0	Europe/Berlin	51.81667	10.88333				14	00	15085	15085370
3207086	Marienstuhl	marienstuhl	DE		0	Europe/Berlin	51.93333	11.45				14	00	15089	15089075
3207087	Markröhlitz	markroehlitz	DE		0	Europe/Berlin	51.21048	11.86985		Markroehlitz,Markrohlitz,Markröhlitz		14	00	15084	15084170
3207088	Möllern	moellern	DE		378	Europe/Berlin	51.15664	11.7044		Mollern,Möllern		14	00	15084	15084282
3207089	Nemsdorf-Göhrendorf	nemsdorf-goehrendorf	DE		971	Europe/Berlin	51.35	11.65		Nemsdorf-Gohrendorf,Nemsdorf-Göhrendorf	15088250	14	00	15088	15088250
3207090	Neu Staßfurt	neu-stassfurt	DE		0	Europe/Berlin	51.88028	11.56034		Neu Stassfurt,Neu Staßfurt		14	00	15089	15089310
3207092	Oesig	oesig	DE		0	Europe/Berlin	51.80612	10.92479				14	00	15085	15085055
3207094	Quarmbeck	quarmbeck	DE		0	Europe/Berlin	51.75663	11.13729		Quarmbeck		14	00	15085	15085235
3207096	Throtha	throtha	DE		0	Europe/Berlin	51.51667	11.93333				14	00	15002	15002000
3207127	Grabe	grabe	DE		0	Europe/Berlin	51.22727	10.53851				15	00	16064	16064046
3207129	Illeben	illeben	DE		0	Europe/Berlin	51.08171	10.67733				15	00	16064	16064003
3207131	Nausiß	nausiss	DE		0	Europe/Berlin	51.22317	11.04631				15	00	16068	16068058
3207135	Rohrborn	rohrborn	DE		0	Europe/Berlin	51.14113	11.15561				15	00	16068	16068051
3207136	Schönstedt	schoenstedt	DE		1479	Europe/Berlin	51.12	10.57743		Schoenstedt,Schönstedt	16064058	15	00	16064	16064058
3207137	Schröteroda	schroeteroda	DE		0	Europe/Berlin	51.24599	10.49192		Schroteroda,Schroterode,Schröteroda,Schröterode		15	00	16064	16064046
3207138	Steinrode II	steinrode-ii	DE		0	Europe/Berlin	51.51196	10.51388				15	00	16061	16061117
3207141	Unterneusulza	unterneusulza	DE		0	Europe/Berlin	51.10799	11.66014		Unterneusulza		15	00	16071	16071022
3207143	Wenigenehrich	wenigenehrich	DE		0	Europe/Berlin	51.25535	10.80435				15	00	16065	16065089
3207173	Ersen	ersen	DE		0	Europe/Berlin	51.46727	9.24894				05	066	06633	06633016
3207177	Hirschhagen	hirschhagen	DE		0	Europe/Berlin	51.22457	9.70122				05	066	06636	06636006
3207180	Lamerden	lamerden	DE		0	Europe/Berlin	51.52669	9.32653				05	066	06633	06633016
3207191	Schachten	schachten	DE		0	Europe/Berlin	51.43356	9.38195		Schachten		05	066	06633	06633010
3207192	Schäferberg	schaeferberg	DE		0	Europe/Berlin	51.38626	9.43923				05	066	06633	06633007
3207198	Vockerode-Dinkelberg	vockerode-dinkelberg	DE		0	Europe/Berlin	51.13879	9.72003		Vockerode-Dinkelberg		05	066	06634	06634024
3207200	Waldhof	waldhof	DE		0	Europe/Berlin	51.23323	9.68034				05	066	06633	06633012
3207211	Klein Wiershausen	klein-wiershausen	DE		0	Europe/Berlin	51.50737	9.81364				06	00	03159	03159029
3207214	Langfast	langfast	DE		0	Europe/Berlin	51.65	10.05				06	00	03155	03155010
3207219	Rauschenwasser	rauschenwasser	DE		0	Europe/Berlin	51.6	9.93333				06	00	03159	03159007
3207221	Settmarshausen	settmarshausen	DE		0	Europe/Berlin	51.50827	9.83679				06	00	03159	03159029
3207225	An der Kapelle	an-der-kapelle	DE		0	Europe/Berlin	51.83333	8.36667				07	057	05754	05754028
3207236	Auf der Becke	auf-der-becke	DE		0	Europe/Berlin	51.88412	8.86983				07	057	05766	05766020
3207237	Bad Waldliesborn	bad-waldliesborn	DE		0	Europe/Berlin	51.71411	8.33936		Bad Waldliesborn		07	059	05974	05974028
3207238	Barkhauserbruch	barkhauserbruch	DE		0	Europe/Berlin	51.97989	8.67249				07	057	05766	05766048
3207242	Belle	belle	DE		0	Europe/Berlin	51.898	9.05385				07	057	05766	05766032
3207244	Birken	birken	DE		0	Europe/Berlin	51.98333	8.68333				07	057	05766	05766048
3207326	Bosfeld	bosfeld	DE		0	Europe/Berlin	51.85452	8.25183				07	057	05754	05754028
3207336	Dalhausen	dalhausen	DE		0	Europe/Berlin	51.62745	9.29347				07	057	05762	05762008
3207338	Eichholz	eichholz	DE		0	Europe/Berlin	51.84459	9.07691		Eichholz		07	057	05762	05762032
3207357	Finkenberg	finkenberg	DE		0	Europe/Berlin	51.85785	8.02639				07	055	05570	05570020
3207359	Greste	greste	DE		0	Europe/Berlin	51.99054	8.70383				07	057	05766	05766048
3207360	Gresterfeld	gresterfeld	DE		0	Europe/Berlin	51.98429	8.71476				07	057	05766	05766048
3207361	Großeneder	grosseneder	DE		0	Europe/Berlin	51.55035	9.15843				07	057	05762	05762012
3207362	Haarbrück	haarbrueck	DE		0	Europe/Berlin	51.62134	9.34				07	057	05762	05762008
3207363	Heidberg	heidberg	DE		0	Europe/Berlin	51.46873	8.51445				07	059	05974	05974036
3207365	Heimchen	heimchen	DE		0	Europe/Berlin	52.01389	8.44648				07	057	05754	05754040
3207366	Heintrop	heintrop	DE		0	Europe/Berlin	51.65402	8.03782				07	059	05974	05974024
3207368	Herlar	herlar	DE		0	Europe/Berlin	51.68333	8.43333				07	059	05974	05974028
3207369	Holtbaum	holtbaum	DE		0	Europe/Berlin	51.91701	8.13435				07	055	05570	05570012
3207370	Holzkamp	holzkamp	DE		0	Europe/Berlin	51.98484	8.68074				07	057	05766	05766048
3207371	Kussel	kussel	DE		0	Europe/Berlin	51.93495	8.78014				07	057	05766	05766020
3207372	Lipperbruch	lipperbruch	DE		0	Europe/Berlin	51.70813	8.36952		Lipperbruch		07	059	05974	05974028
3207376	Möhler	moehler	DE		0	Europe/Berlin	51.86171	8.20979				07	057	05754	05754020
3207380	Neuenriege	neuenriege	DE		0	Europe/Berlin	51.85	8.61667				07	057	05774	05774024
3207381	Roland	roland	DE		0	Europe/Berlin	51.78116	8.01251				07	055	05570	05570008
3207384	Schloß Holte	schloss-holte	DE		0	Europe/Berlin	51.90106	8.61868		Schloss Holte,Schloß Holte		07	057	05754	05754036
3207386	Staumühle	staumuehle	DE		0	Europe/Berlin	51.82082	8.72194				07	057	05774	05774024
3207387	Steinweg	steinweg	DE		0	Europe/Berlin	51.96667	8.75				07	057	05766	05766040
3207389	Südrandweg	suedrandweg	DE		0	Europe/Berlin	51.48446	8.13736				07	059	05974	05974032
3207390	Thöningsen	thoeningsen	DE		0	Europe/Berlin	51.61562	8.11883				07	059	05974	05974040
3207392	Völlinghausen	voellinghausen	DE		0	Europe/Berlin	51.4804	8.20146				07	059	05974	05974032
3207394	Windflöte	windflote	DE		0	Europe/Berlin	51.94717	8.50096		Windflote,Windflöte		07	057	05711	05711000
3207395	Würgassen	wuergassen	DE		0	Europe/Berlin	51.64125	9.40807				07	057	05762	05762008
3207397	Brücklein	brucklein	DE		0	Europe/Berlin	50.03333	11.5				02	094	09477	09477142
3207398	Eyrichshof	eyrichshof	DE		0	Europe/Berlin	50.10976	10.78337		Eyrichshof		02	096	09674	09674130
3207399	Fierst	fierst	DE		0	Europe/Berlin	50.10876	10.82117				02	096	09674	09674130
3207401	Jägersruh	jagersruh	DE		0	Europe/Berlin	50.31834	11.96404				02	094	09464	09464000
3207402	Kleinbardorf	kleinbardorf	DE		0	Europe/Berlin	50.27535	10.40422				02	096	09673	09673173
3207403	Köslau	koslau	DE		0	Europe/Berlin	50.06228	10.67146				02	096	09674	09674164
3207404	Krumme Fohre	krumme-fohre	DE		0	Europe/Berlin	50.0544	11.38194				02	094	09477	09477124
3207406	Mährenhüll	mahrenhull	DE		0	Europe/Berlin	50.03647	11.15301				02	094	09471	09471209
3207407	Mannsflur	mannsflur	DE		0	Europe/Berlin	50.16514	11.61248				02	094	09477	09477138
3207408	Maria Bildhausen	maria-bildhausen	DE		0	Europe/Berlin	50.27636	10.28607		Maria Bildhausen		02	096	09672	09672135
3207411	Römmelsdorf	rommelsdorf	DE		0	Europe/Berlin	50.15003	10.69211				02	096	09674	09674184
3207413	Saalenstein	saalenstein	DE		0	Europe/Berlin	50.35855	11.85621				02	094	09475	09475141
3207414	Schlackenreuth	schlackenreuth	DE		0	Europe/Berlin	50.22537	11.59019				02	094	09477	09477148
3207415	Schnaid	schnaid	DE		0	Europe/Berlin	50.29108	11.54823				02	094	09476	09476184
3207416	Schwabthal	schwabthal	DE		0	Europe/Berlin	50.06474	11.07087				02	094	09478	09478165
3207417	Silberstein	silberstein	DE		0	Europe/Berlin	50.34416	11.56678				02	094	09475	09475128
3207418	Waldbuch	waldbuch	DE		0	Europe/Berlin	50.22971	11.41839				02	094	09476	09476183
3207419	Zaubach	zaubach	DE		0	Europe/Berlin	50.17592	11.49278				02	094	09477	09477156
3207434	Schönlind	schoenlind	DE		0	Europe/Berlin	50.46222	11.97913				13	00	14523	14523450
3207442	Altdörnfeld und Neudörnfeld	altdoernfeld-und-neudoernfeld	DE		0	Europe/Berlin	50.84302	11.36115				15	00	16071	16071008
3207448	Auwallenburg	auwallenburg	DE		0	Europe/Berlin	50.78737	10.41528				15	00	16066	16066074
3207458	Dienstedt-Hettstedt	dienstedt-hettstedt	DE		0	Europe/Berlin	50.79984	11.16892				15	00	16070	16070048
3207471	Grochwitz	grochwitz	DE		0	Europe/Berlin	50.57048	11.72908				15	00	16075	16075098
3207474	Heilsberg	heilsberg	DE		0	Europe/Berlin	50.76598	11.26491				15	00	16073	16073076
3207487	Möschlitz	moeschlitz	DE		0	Europe/Berlin	50.56553	11.75146				15	00	16075	16075098
3207516	Dörndich	doerndich	DE		0	Europe/Berlin	49.80638	7.63558				08	00	07133	07133501
3207518	Glashütte	glashuette	DE		0	Europe/Berlin	49.13333	7.61667				08	00	07340	07340028
3207527	Ischert	ischert	DE		0	Europe/Berlin	49.68283	6.87049				08	00	07235	07235114
3207530	Liederbach	liederbach	DE		0	Europe/Berlin	49.93467	7.37256		Liederbach		08	00	07140	07140030
3207537	Rieschweiler-Mühlbach	rieschweiler-muehlbach	DE		2201	Europe/Berlin	49.23333	7.5		Rieschweiler-Muehlbach,Rieschweiler-Mühlbach,Rieschwiller-Mihlbach,Rishvajler-Milbakh,Rishvajler-Mjul'bakh,li shi wei lei-mi er ba he,Ришвайлер-Мюльбах,Ришвајлер-Милбах,里施韦勒-米尔巴赫	07340222	08	00	07340	07340222
3207540	Schönenberg-Kübelberg	schoenenberg-kuebelberg	DE		5957	Europe/Berlin	49.4074	7.37233		Schoenenberg-Kuebelberg,Schönenberg-Kübelberg,Shenenberg-Kibelberg,Shjonenberg-Kjubel'berg,she nen bei ge-qu bei er bei ge,shenenberuku=kyuberuberuku,Шененберг-Кибелберг,Шёненберг-Кюбельберг,シェーネンベルク＝キューベルベルク,舍嫩贝格-屈贝尔贝格	07336092	08	00	07336	07336092
3207547	Westrich	westrich	DE		0	Europe/Berlin	49.3	7.5				08	00	07340	07340224
3207550	Beaumarais	beaumarais	DE		0	Europe/Berlin	49.3115	6.71741				09	00	10044	10044115
3207551	Bosen-Eckelhausen	bosen-eckelhausen	DE		0	Europe/Berlin	49.56667	7.05		Bosen-Eckelhausen		09	00	10046	10046114
3207553	Dorf im Warndt	dorf-im-warndt	DE		0	Europe/Berlin	49.19057	6.81702		Dorf,Dorf im Warndt		09	00	10041	10041512
3207554	Hellwies	hellwies	DE		0	Europe/Berlin	49.43171	6.75007				09	00	10042	10042111
3207561	Obersalbach-Kurhof	obersalbach-kurhof	DE		0	Europe/Berlin	49.343	6.8946				09	00	10041	10041513
3207566	Peppenkum-Utweiler	peppenkum-utweiler	DE		0	Europe/Berlin	49.13333	7.28333				09	00	10045	10045113
3207570	Schwarzenacker	schwarzenacker	DE		0	Europe/Berlin	49.28483	7.31689				09	00	10045	10045114
3207571	Überroth-Niederhofen	ueberroth-niederhofen	DE		0	Europe/Berlin	49.50059	6.94505				09	00	10046	10046118
3207575	Unner	unner	DE		0	Europe/Berlin	49.19169	7.02464				09	00	10041	10041100
3207583	Bockeroth	bockeroth	DE		0	Europe/Berlin	50.72692	7.24299				07	053	05382	05382024
3207585	Berensberg	berensberg	DE		0	Europe/Berlin	50.81148	6.09222				07	053	05334	05334016
3207587	Broeleck	broeleck	DE		0	Europe/Berlin	50.84094	7.41449				07	053	05382	05382052
3207588	Brüngsberg	bruengsberg	DE		0	Europe/Berlin	50.67634	7.30402				07	053	05382	05382008
3207593	Dahlhaus	dahlhaus	DE		0	Europe/Berlin	50.92527	7.24527				07	053	05378	05378028
3207602	Frauwüllesheim	frauwuellesheim	DE		0	Europe/Berlin	50.79375	6.57254				07	053	05358	05358052
3207608	Freimersdorf	freimersdorf	DE		0	Europe/Berlin	50.95414	6.79748		Freimersdorf		07	053	05362	05362036
3207612	Froitscheidt	froitscheidt	DE		0	Europe/Berlin	50.67315	6.40862				07	053	05358	05358044
3207614	Gaderoth	gaderoth	DE		0	Europe/Berlin	50.9222	7.57921		Gaderoth		07	053	05374	05374032
3207617	Geilenkausen	geilenkausen	DE		0	Europe/Berlin	50.85173	7.53608		Geilenkausen		07	053	05374	05374044
3207618	Geistingen	geistingen	DE		0	Europe/Berlin	50.77246	7.26801				07	053	05382	05382020
3207624	Golbach	golbach	DE		0	Europe/Berlin	50.5265	6.52753		Golbach		07	053	05366	05366024
3207631	Hahnwald	hahnwald	DE		0	Europe/Berlin	50.87315	6.97867				07	053	05315	05315000
3207632	Hebborn	hebborn	DE		0	Europe/Berlin	51.00263	7.12944				07	053	05378	05378004
3207633	Hilterscheid	hilterscheid	DE		0	Europe/Berlin	50.4728	6.83924				07	053	05366	05366004
3207634	Hönningen	hoenningen	DE		0	Europe/Berlin	50.48065	6.45198				07	053	05366	05366020
3207635	Katzvey	katzvey	DE		0	Europe/Berlin	50.60215	6.68314		Katzvey		07	053	05366	05366028
3207636	Kommern Süd	kommern-sued	DE		0	Europe/Berlin	50.60535	6.67201				07	053	05366	05366028
3207637	Königsdorf	koenigsdorf	DE		0	Europe/Berlin	50.93874	6.77276		Koenigsdorf,Konigsdorf,Königsdorf		07	053	05362	05362024
3207638	Köttingen	koettingen	DE		0	Europe/Berlin	50.98164	7.29243				07	053	05374	05374020
3207643	Mühlenau	muehlenau	DE		0	Europe/Berlin	50.93499	7.60018				07	053	05374	05374048
3207644	Neuschmitzhöhe	neuschmitzhoehe	DE		0	Europe/Berlin	50.99061	7.27971				07	053	05374	05374020
3207645	Niederberg	niederberg	DE		0	Europe/Berlin	50.75894	7.18308				07	053	05382	05382056
3207648	Ottenheim	ottenheim	DE		0	Europe/Berlin	50.70365	6.81408				07	053	05366	05366040
3207651	Rauchenauel	rauchenauel	DE		0	Europe/Berlin	50.5871	6.36044				07	053	05334	05334028
3207653	Siedlung Ritzerfeld	siedlung-ritzerfeld	DE		0	Europe/Berlin	50.88333	6.1				07	053	05334	05334016
3207655	Rölefeld	roelefeld	DE		0	Europe/Berlin	50.91821	7.6292				07	053	05374	05374044
3207657	Schaaren	schaaren	DE		0	Europe/Berlin	50.86065	7.31628				07	053	05382	05382040
3207658	Sief	sief	DE		0	Europe/Berlin	50.69194	6.15505				07	053	05334	05334002
3207661	Thomasberg	thomasberg	DE		0	Europe/Berlin	50.69676	7.24411				07	053	05382	05382024
3207662	Vellingen	vellingen	DE		0	Europe/Berlin	50.98923	7.32187				07	053	05374	05374020
3207679	Ahrbrück	ahrbrueck	DE		1228	Europe/Berlin	50.48225	6.98804		Arbrik,Arbrjuk,Pons ad Aram,a er bu lu ke,ahrbrak,Арбрик,Арбрюк,اهربراک,阿尔布吕克	07131002	08	00	07131	07131002
3207681	Alzheim	alzheim	DE		0	Europe/Berlin	50.29799	7.22867		Alzheim		08	00	07137	07137068
3207682	Arenberg-Immendorf	arenberg-immendorf	DE		0	Europe/Berlin	50.36667	7.65				08	00	07111	07111000
3207684	Barl	barl	DE		0	Europe/Berlin	50.02742	7.16635				08	00	07135	07135092
3207686	Birresdorf	birresdorf	DE		0	Europe/Berlin	50.59187	7.1428		Birresdorf		08	00	07131	07131090
3207688	Brauheck	brauheck	DE		0	Europe/Berlin	50.13217	7.1383				08	00	07135	07135020
3207691	Buchenau	buchenau	DE		0	Europe/Berlin	50.21412	7.60584				08	00	07140	07140501
3207693	Cassel	cassel	DE		0	Europe/Berlin	50.44371	7.08243				08	00	07131	07131027
3207696	Dies	dies	DE		0	Europe/Berlin	50.35325	7.86776				08	00	07143	07143020
3207700	Eicherath	eicherath	DE		0	Europe/Berlin	50.21667	6.18333				08	00	07232	07232329
3207701	Einrich	einrich	DE		0	Europe/Berlin	50.25	7.8				08	00	07141	07141084
3207702	Elbingen-Mähren	elbingen-maehren	DE		0	Europe/Berlin	50.52669	7.9146				08	00	07143	07143501
3207712	Hahnenstein	hahnenstein	DE		0	Europe/Berlin	50.15	7.16667				08	00	07135	07135020
3207735	Hedwigsthal	hedwigsthal	DE		0	Europe/Berlin	50.58406	7.62392				08	00	07138	07138059
3207743	Holzweiler	holzweiler	DE		0	Europe/Berlin	50.5586	7.04993		Holzweiler		08	00	07131	07131090
3207793	Lützingen	luetzingen	DE		0	Europe/Berlin	50.46554	7.2808				08	00	07131	07131202
3207799	Maria Laach	maria-laach	DE		0	Europe/Berlin	50.40183	7.25271				08	00	07131	07131205
3207802	Minkelfeld	minkelfeld	DE		0	Europe/Berlin	50.31667	7.28333				08	00	07137	07137089
3207804	Mörsbach	moersbach	DE		502	Europe/Berlin	50.72667	7.78333			07143265	08	00	07143	07143265
3207806	Mülheim-Kärlich	muelheim-kaerlich	DE		10451	Europe/Berlin	50.3851	7.4989		Milkhajm-Kerlikh,Mjul'khajm-Kerlikh,Muelheim-Kaerlich,Mulheim-Karlich,Mülheim-Kärlich,mi er hai mu-ke er li xi,mwlhaym-krlysh,mwlhaym-kyrlysh,myuruhaimu=kerurihi,Милхајм-Керлих,Мюльхайм-Керлих,مولهايم-كيرليش,مولهایم-کرلیش,ミュールハイム＝ケルリヒ,米尔海姆-克尔利希		08	00	07137	07137216
3207849	Nitztal	nitztal	DE		0	Europe/Berlin	50.34836	7.15168		Nitztal		08	00	07137	07137068
3207889	Oberhattert	oberhattert	DE		0	Europe/Berlin	50.66655	7.77711				08	00	07143	07143235
3207902	Scheuren	scheuren	DE		0	Europe/Berlin	50.60732	7.22265				08	00	07138	07138073
3208004	Nantenbach	nantenbach	DE		0	Europe/Berlin	50.02929	9.63817		Nantenbach		02	096	09677	09677164
3208005	Oberwildflecken	oberwildflecken	DE		0	Europe/Berlin	50.37996	9.94658				02	096	09672	09672163
3208008	Rupboden	rupboden	DE		0	Europe/Berlin	50.27106	9.71154				02	096	09672	09672166
3208013	Wahnrod	wahnrod	DE		0	Europe/Berlin	50.13333	9.55				02	096	09677	09677128
3208024	Appenfeld	appenfeld	DE		0	Europe/Berlin	50.94104	9.48157				05	066	06634	06634011
3208031	Bimbach	bimbach	DE		0	Europe/Berlin	50.57484	9.57733				05	066	06631	06631011
3208054	Flugplatz	flugplatz	DE		0	Europe/Berlin	50.9	8.86667				05	065	06534	06534006
3208059	Großhemsbach	grosshemsbach	DE		0	Europe/Berlin	50.0732	9.11631				02	096	09671	09671143
3208062	Harb	harb	DE		0	Europe/Berlin	50.43114	8.98663				05	064	06440	06440016
3208066	Herfagrund	herfagrund	DE		0	Europe/Berlin	50.87398	9.94696				05	066	06632	06632009
3208067	Hochwaldhausen	hochwaldhausen	DE		0	Europe/Berlin	50.52015	9.3152				05	065	06535	06535007
3208069	Hülsa	huelsa	DE		0	Europe/Berlin	50.94647	9.45974				05	066	06634	06634009
3208072	Ilsdorf	ilsdorf	DE		0	Europe/Berlin	50.58333	9.06667				05	065	06535	06535013
3208077	Kuhbett	kuhbett	DE		0	Europe/Berlin	50.31667	8.33333				05	065	06533	06533003
3208083	Langhecke	langhecke	DE		0	Europe/Berlin	50.3885	8.2807		Langhecke		05	065	06533	06533015
3208086	Liederbach	liederbach	DE		8602	Europe/Berlin	50.12221	8.49397		Liederbach		05	064	06436	06436010
3208092	Marborn	marborn	DE		0	Europe/Berlin	50.31996	9.41883		Marborn		05	064	06435	06435028
3208094	Mölln	moelln	DE		0	Europe/Berlin	50.73689	8.84409				05	065	06534	06534008
3208098	Nieder-Roden	nieder-roden	DE		0	Europe/Berlin	50	8.86667				05	064	06438	06438011
3208102	Rindsmühle	rindsmuehle	DE		0	Europe/Berlin	50.53883	8.67412				05	065	06532	06532014
3208104	Rodges	rodges	DE		0	Europe/Berlin	50.55407	9.60711				05	066	06631	06631009
3208106	Rüchenbach	ruechenbach	DE		0	Europe/Berlin	50.76937	8.62552				05	065	06534	06534010
3208111	Rupsroth	rupsroth	DE		0	Europe/Berlin	50.5522	9.93527				05	066	06631	06631012
3208116	Saalburgsiedlung	saalburgsiedlung	DE		0	Europe/Berlin	50.28859	8.58201				05	064	06434	06434012
3208118	Schöffengrund	schoeffengrund	DE		6316	Europe/Berlin	50.49345	8.47183	285	Schoeffengrund,Schöffengrund,Shefengrund,Sheffengrund,Shjoffengrund,she fen lun de,Шефенгрунд,Шеффенгрунд,Шёффенгрунд,舍芬伦德	06532018	05	065	06532	06532018
3208132	Waldsiedlung	waldsiedlung	DE		0	Europe/Berlin	50.26864	8.96421				05	064	06440	06440001
3208138	Wiesental	wiesental	DE		0	Europe/Berlin	50.37941	8.61294				05	064	06440	06440005
3208164	Sassenhausen	sassenhausen	DE		0	Europe/Berlin	50.9929	8.39232		Sassenhausen		07	059	05970	05970004
3208165	Stegskopf	stegskopf	DE		0	Europe/Berlin	50.69982	8.034				07			
3208176	Alsum	alsum	DE		0	Europe/Berlin	53.69407	8.57102				06	00	03352	03352061
3208177	Achternholt	achternholt	DE		0	Europe/Berlin	53.05911	8.15985				06	00	03458	03458013
3208178	Altenbruch-Westerende	altenbruch-westerende	DE		0	Europe/Berlin	53.82706	8.72908				06	00	03352	03352011
3208179	Am Bahnhof	am-bahnhof	DE		0	Europe/Berlin	53.0941	9.13742				06	00	03361	03361008
3208180	Am großen Heerweg	am-grossen-heerweg	DE		0	Europe/Berlin	53.01874	8.69011				06	00	03251	03251037
3208181	Am Küstenkanal	am-kuestenkanal	DE		0	Europe/Berlin	53.09202	8.05349				06	00	03451	03451004
3208182	Aspe	aspe	DE		0	Europe/Berlin	53.27875	9.30535				06	00	03357	03357057
3208183	Auf dem Rusch	auf-dem-rusch	DE		0	Europe/Berlin	53.23615	8.71837				06	00	03356	03356007
3208184	Bahnhof Heinschenwalde	bahnhof-heinschenwalde	DE		0	Europe/Berlin	53.4981	8.97154				06	00	03357	03357027
3208186	Barghorn Nord	barghorn-nord	DE		0	Europe/Berlin	53.29756	8.32244				06	00	03461	03461008
3208188	Bloh	bloh	DE		0	Europe/Berlin	53.16593	8.13934				06	00	03451	03451002
3208189	Bokelerburg	bokelerburg	DE		0	Europe/Berlin	53.24036	8.15853				06	00	03451	03451005
3208190	Büggeln	bueggeln	DE		0	Europe/Berlin	53.31877	8.71165				06	00	03352	03352060
3208191	Buschhausen	buschhausen	DE		0	Europe/Berlin	53.22878	8.75752				06	00	03356	03356007
3208193	Dieckmannshausen	dieckmannshausen	DE		0	Europe/Berlin	53.38538	8.23872		Diekmannshausen		06	00	03461	03461005
3208194	Dorumer Neufeld	dorumer-neufeld	DE		0	Europe/Berlin	53.73498	8.52108				06	00	03352	03352061
3208195	Dünenfähr	duenenfaehr	DE		0	Europe/Berlin	53.47711	8.66961				06	00	03352	03352032
3208196	Fährhof	faehrhof	DE		0	Europe/Berlin	53.08779	9.23622				06	00	03357	03357045
3208197	Forstort Anfang	forstort-anfang	DE		0	Europe/Berlin	53.3652	9.07505				06	00	03357	03357016
3208198	Friedrich August Hütte	friedrich-august-huette	DE		0	Europe/Berlin	53.51109	8.4928				06	00	03461	03461007
3208199	Friedrichseck	friedrichseck	DE		0	Europe/Berlin	53.01678	9.8736				06	00	03358	03358021
3208201	Groß Fredenbeck	gross-fredenbeck	DE		0	Europe/Berlin	53.52372	9.41444				06	00	03359	03359017
3208202	Groß Wohnste	gross-wohnste	DE		0	Europe/Berlin	53.35582	9.52051				06	00	03357	03357056
3208203	Hahlbek	hahlbek	DE		0	Europe/Berlin	53.07925	8.58608				06	00	03458	03458005
3208204	Heinrichsdorf	heinrichsdorf	DE		0	Europe/Berlin	53.39613	9.09719				06	00	03357	03357040
3208205	Hemmelsberg	hemmelsberg	DE		0	Europe/Berlin	53.08516	8.32405				06	00	03458	03458010
3208206	Hiddigwardermoor	hiddigwardermoor	DE		0	Europe/Berlin	53.13991	8.48874				06	00	03461	03461001
3208207	Hinterdeich	hinterdeich	DE		0	Europe/Berlin	53.53331	9.65134				06	00	03359	03359033
3208208	Höden	hoeden	DE		0	Europe/Berlin	53.75692	9.07745				06	00	03352	03352056
3208210	Hollenstedterstraße	hollenstedterstrasse	DE		0	Europe/Berlin	53.31667	9.7				06	00	03353	03353006
3208211	Holm Seppensen	holm-seppensen	DE		0	Europe/Berlin	53.28932	9.86433				06	00	03353	03353005
3208212	Hoope Siedlung	hoope-siedlung	DE		0	Europe/Berlin	53.30547	8.71472		Hoope Siedlung,Siedlung Hoope		06	00	03352	03352060
3208213	Hösjekamp	hoesjekamp	DE		0	Europe/Berlin	53.21026	8.00639				06	00	03451	03451002
3208215	Hudermoor	hudermoor	DE		0	Europe/Berlin	53.12077	8.48639				06	00	03458	03458010
3208216	Janstrat	janstrat	DE		0	Europe/Berlin	53.1292	8.00328				06	00	03451	03451004
3208217	Karlshöfenerberg	karlshoefenerberg	DE		0	Europe/Berlin	53.36528	9.01324				06	00	03357	03357016
3208218	Kiebitzsegen	kiebitzsegen	DE		0	Europe/Berlin	53.29336	8.79564				06	00	03356	03356003
3208219	Klein Mehedorf	klein-mehedorf	DE		0	Europe/Berlin	53.54954	9.12332				06	00	03357	03357008
3208220	Kleinmühlen	kleinmuehlen	DE		0	Europe/Berlin	53.6242	9.12192				06	00	03352	03352029
3208221	Klein Wohnste	klein-wohnste	DE		0	Europe/Berlin	53.35954	9.54175				06	00	03357	03357056
3208222	Köbens	koebens	DE		0	Europe/Berlin	53.06667	9.08333				06	00	03361	03361009
3208223	Köstersweg	koestersweg	DE		0	Europe/Berlin	53.78498	8.70402				06	00	03352	03352011
3208224	Landesbrück	landesbrueck	DE		0	Europe/Berlin	53.80558	9.26864				06	00	03359	03359035
3208226	Lange Heide	lange-heide	DE		0	Europe/Berlin	53.25306	8.7118				06	00	03356	03356007
3208228	Langenhörn	langenhoern	DE		0	Europe/Berlin	53.17933	9.38052				06	00	03357	03357039
3208229	Lauenteil	lauenteil	DE		0	Europe/Berlin	53.68428	8.88876				06	00	03352	03352051
3208230	Leversen	leversen	DE		0	Europe/Berlin	53.40716	9.89541				06	00	03353	03353029
3208231	Lüdingworth-Westerende	luedingworth-westerende	DE		0	Europe/Berlin	53.81017	8.72037				06	00	03352	03352011
3208232	Lusthoop	lusthoop	DE		0	Europe/Berlin	53.48195	9.46623				06	00	03359	03359005
3208233	Metjensande	metjensande	DE		0	Europe/Berlin	53.25	8.68333				06	00	03356	03356009
3208234	Middeldorf	middeldorf	DE		0	Europe/Berlin	53.08238	8.38648				06	00	03458	03458010
3208235	Mitteldorf	mitteldorf	DE		0	Europe/Berlin	53.73657	8.87415				06	00	03352	03352025
3208236	Mittelteil	mittelteil	DE		0	Europe/Berlin	53.77337	8.80796				06	00	03352	03352041
3208237	Moordeich	moordeich	DE		0	Europe/Berlin	53.02972	8.7304				06	00	03251	03251037
3208238	Myhle	myhle	DE		0	Europe/Berlin	53.26297	8.81706				06	00	03356	03356007
3208239	Neu Bretel	neu-bretel	DE		0	Europe/Berlin	53.04383	9.53525		Neu Bretel,Siedlung Bretel		06	00	03357	03357051
3208240	Neu Ebersdorf	neu-ebersdorf	DE		0	Europe/Berlin	53.52684	8.98467				06	00	03357	03357012
3208241	Neu Eckel	neu-eckel	DE		0	Europe/Berlin	53.35071	9.92453				06	00	03353	03353029
3208242	Neumühlen	neumuehlen	DE		0	Europe/Berlin	53.1413	8.46263				06	00	03461	03461001
3208243	Norderteil	norderteil	DE		0	Europe/Berlin	53.70519	8.95539				06	00	03352	03352043
3208244	Ofen	ofen	DE		0	Europe/Berlin	53.17006	8.14623				06	00	03451	03451002
3208245	Ost Ahrensmoor	ost-ahrensmoor	DE		0	Europe/Berlin	53.38333	9.5				06	00	03359	03359002
3208247	Prinzendamm	prinzendamm	DE		0	Europe/Berlin	53.07125	8.04298				06	00	03451	03451004
3208248	Rudenbrook	rudenbrook	DE		0	Europe/Berlin	53.11882	8.06597				06	00	03451	03451004
3208249	Saarländerweg	saarlaenderweg	DE		0	Europe/Berlin	53.05352	8.0913				06	00	03458	03458013
3208250	Sandkrug	sandkrug	DE		0	Europe/Berlin	53.05256	8.26414		Sandkrug		06	00	03458	03458009
3208251	Schmeelweg	schmeelweg	DE		0	Europe/Berlin	53.8	8.85				06	00	03352	03352046
3208252	Seefelderaußendeich	seefelderaussendeich	DE		0	Europe/Berlin	53.446	8.34411				06	00	03461	03461009
3208253	Settenbeck	settenbeck	DE		0	Europe/Berlin	53.21133	8.76994				06	00	03356	03356007
3208254	Siedlung Bremer Landstraße	siedlung-bremer-landstrasse	DE		0	Europe/Berlin	53.2189	9.0625				06	00	03357	03357047
3208255	Siedlung Großenwede	siedlung-grossenwede	DE		0	Europe/Berlin	53.13949	9.65301				06	00	03358	03358019
3208256	Siedlung Heimbuch	siedlung-heimbuch	DE		0	Europe/Berlin	53.35735	9.9295				06	00	03353	03353029
3208257	Siedlung Kuhstedt	siedlung-kuhstedt	DE		0	Europe/Berlin	53.3838	8.91544				06	00	03357	03357016
3208258	Siedlung Westerhof	siedlung-westerhof	DE		0	Europe/Berlin	53.41013	9.93072				06	00	03353	03353031
3208259	Spleth	spleth	DE		0	Europe/Berlin	53.7545	9.03711				10			
3208262	Stellenfelde	stellenfelde	DE		0	Europe/Berlin	53.03824	9.18581				06	00	03361	03361008
3208263	Süderteil	suederteil	DE		0	Europe/Berlin	53.68877	8.92942				06	00	03352	03352043
3208264	Tannenkampstraße	tannenkampstrasse	DE		0	Europe/Berlin	53.17797	8.1316				06	00	03451	03451002
3208265	Unter Barkhausen	unter-barkhausen	DE		0	Europe/Berlin	53.38008	9.01987				06	00	03357	03357016
3208267	Vorm Moor	vorm-moor	DE		0	Europe/Berlin	53.52822	8.87798				06	00	03352	03352062
3208268	Weißenmoor	weissenmoor	DE		0	Europe/Berlin	53.71713	9.07499				06	00	03352	03352056
3208269	West Ahrensmoor	west-ahrensmoor	DE		0	Europe/Berlin	53.38333	9.48333				06	00	03359	03359002
3208270	Westerende	westerende	DE		0	Europe/Berlin	53.7264	8.84571				06	00	03352	03352025
3208271	Westerende	westerende	DE		0	Europe/Berlin	53.78014	8.78639				06	00	03352	03352041
3208272	Wildenloh	wildenloh	DE		0	Europe/Berlin	53.12967	8.1361				06	00	03451	03451004
3208273	Wilstedtermoor	wilstedtermoor	DE		0	Europe/Berlin	53.19111	9.02117				06	00	03356	03356002
3208274	Wohlthöfen	wohlthoefen	DE		0	Europe/Berlin	53.34117	8.78295				06	00	03356	03356001
3208277	Zollbaum	zollbaum	DE		0	Europe/Berlin	53.74113	9.02148				06	00	03352	03352056
3208292	Brook	brook	DE		0	Europe/Berlin	53.81667	9.93333				10	00	01060	01060044
3208293	Buchholzermoor	buchholzermoor	DE		0	Europe/Berlin	53.96556	9.23751				10	00	01051	01051012
3208296	Großbahrenfleth	grossbahrenfleth	DE		0	Europe/Berlin	53.87931	9.43635		Grossbahrenfleth,Grossbarenfleth,Großbahrenfleth,Großbarenfleth		10	00	01061	01061006
3208298	Harbrook	harbrook	DE		0	Europe/Berlin	53.70279	9.82932				10	00	01056	01056009
3208300	Hohenesch	hohenesch	DE		0	Europe/Berlin	53.11667	9.36667				06	00	03357	03357039
3208301	Im Dorf	im-dorf	DE		0	Europe/Berlin	53.83191	9.77586				10	00	01056	01056035
3208302	Kirchweg	kirchweg	DE		0	Europe/Berlin	53.86667	9.58333				10	00	01061	01061092
3208306	Strohdeich	strohdeich	DE		0	Europe/Berlin	53.75665	9.47732				10	00	01061	01061118
3208307	Ulzburg Süd	ulzburg-sued	DE		0	Europe/Berlin	53.77051	9.97551				10	00	01060	01060039
3208314	Braune Hardt	braune-hardt	DE		0	Europe/Berlin	48.97701	10.10808				01	081	08136	08136019
3208328	Burgmagerbein	burgmagerbein	DE		0	Europe/Berlin	48.74232	10.59348				02	097	09773	09773117
3208329	Ebenhausen Werk	ebenhausen-werk	DE		0	Europe/Berlin	48.69085	11.47076				02	091	09186	09186113
3208330	Edenhausen	edenhausen	DE		0	Europe/Berlin	48.24707	10.41768		Edenhausen		02	097	09774	09774150
3208335	Fischerhäuser	fischerhauser	DE		0	Europe/Berlin	48.25283	11.69744		Fischerhauser,Fischerhäuser		02	091	09184	09184130
3208337	Gutshof Lechfeld	gutshof-lechfeld	DE		0	Europe/Berlin	48.2041	10.85652				02	097	09772	09772160
3208338	Hochbrück	hochbruck	DE		0	Europe/Berlin	48.25232	11.60476				02	091	09184	09184119
3208339	Hofsingelding	hofsingelding	DE		0	Europe/Berlin	48.24811	11.87845				02	091	09177	09177144
3208351	Lausham	lausham	DE		0	Europe/Berlin	48.44665	11.4798				02	091	09186	09186146
3208352	Lechfeld Nord	lechfeld-nord	DE		0	Europe/Berlin	48.21789	10.86845				02	097	09772	09772160
3208354	Neubergheim	neubergheim	DE		0	Europe/Berlin	48.32898	10.83861				02	097	09761	09761000
3208356	Neufinsing	neufinsing	DE		0	Europe/Berlin	48.22084	11.80103				02	091	09177	09177118
3208357	Nittingen	nittingen	DE		0	Europe/Berlin	48.94343	10.57513		Nittingen		02	097	09779	09779197
3208358	Oberpaindorf	oberpaindorf	DE		0	Europe/Berlin	48.44286	11.48504				02	091	09186	09186146
3208360	Pienzenau	pienzenau	DE		0	Europe/Berlin	48.03155	11.92429				02	091	09175	09175114
3208362	Rühlingstetten	ruhlingstetten	DE		0	Europe/Berlin	48.98353	10.41078				02	095	09571	09571224
3208365	Schnuttenbach	schnuttenbach	DE		0	Europe/Berlin	48.48089	10.38963				02	097	09774	09774171
3208366	Schöffelding	schoffelding	DE		0	Europe/Berlin	48.06734	10.99448		Schoffelding,Schöffelding		02	091	09181	09181146
3208370	Thann	thann	DE		0	Europe/Berlin	48.46919	11.78855				02	091	09178	09178157
3208371	Überacker	uberacker	DE		0	Europe/Berlin	48.67933	10.976				02	097	09779	09779201
3208375	Wächterhof	wachterhof	DE		0	Europe/Berlin	48.03029	11.70688				02	091	09184	09184127
3208377	Wöhr	wohr	DE		0	Europe/Berlin	48.76667	11.65				02	091	09186	09186139
3208378	Wollmetshofen	wollmetshofen	DE		0	Europe/Berlin	48.28347	10.61694				02	097	09772	09772141
3208379	Wollomoos	wollomoos	DE		0	Europe/Berlin	48.40217	11.19867				02	091	09174	09174111
3208382	Zirgesheim	zirgesheim	DE		0	Europe/Berlin	48.72084	10.81305				02	097	09779	09779131
3208414	Achterhörn	achterhorn	DE		0	Europe/Berlin	52	7.73333				06			
3208415	Borg	borg	DE		0	Europe/Berlin	52.37013	7.28528				06	00	03454	03454010
3208417	Brockhausen	brockhausen	DE		0	Europe/Berlin	52.33235	7.97384				06	00	03459	03459033
3208418	Burlager Ort	burlager-ort	DE		0	Europe/Berlin	52.4742	7.99519				06	00	03459	03459031
3208420	Dalum Feld	dalum-feld	DE		0	Europe/Berlin	52.5717	7.19378				06	00	03454	03454014
3208421	Damaschke	damaschke	DE		0	Europe/Berlin	52.5408	7.35352				06	00	03454	03454032
3208423	Erika	erika	DE		0	Europe/Berlin	52.83089	7.14499				06	00	03454	03454018
3208424	Gartenstadt	gartenstadt	DE		0	Europe/Berlin	52.40837	8.00557				06	00	03459	03459014
3208425	Getelomoor	getelomoor	DE		0	Europe/Berlin	52.47053	6.77733		Getelomoor		06	00	03456	03456006
3208426	Hagenbeck	hagenbeck	DE		0	Europe/Berlin	52.49345	7.69929				06	00	03459	03459017
3208427	Hasselbrock	hasselbrock	DE		0	Europe/Berlin	52.92756	7.19366				06	00	03454	03454056
3208428	Hinternberg	hinternberg	DE		0	Europe/Berlin	52.99753	7.61573				06	00	03454	03454011
3208429	Höne	hoene	DE		0	Europe/Berlin	52.51989	7.63166				06	00	03459	03459017
3208430	Hüvede	huevede	DE		0	Europe/Berlin	52.47393	7.37555				06	00	03454	03454032
3208431	In den Höften	in-den-hoeften	DE		0	Europe/Berlin	52.66667	7.28333				06	00	03454	03454035
3208433	Kranenpohl	kranenpohl	DE		0	Europe/Berlin	52.53033	7.66805		Kranenpohl,Kranenpool		06	00	03459	03459017
3208434	Laarwald	laarwald	DE		0	Europe/Berlin	52.61667	6.75				06	00	03456	03456012
3208436	Lattensberg	lattensberg	DE		0	Europe/Berlin	52.97428	7.62297				06	00	03454	03454011
3208437	Lohnerbruch	lohnerbruch	DE		0	Europe/Berlin	52.52484	7.15525				06	00	03456	03456025
3208541	Efkebüll	efkebuell	DE		0	Europe/Berlin	54.69418	8.85586				10	00	01054	01054075
3208438	Lünne	luenne	DE		1835	Europe/Berlin	52.42958	7.42653		Line,Ljunne,lu nei,Лине,Люнне,吕内	03454034	06	00	03454	03454034
3208439	Neu Gnadenfeld	neu-gnadenfeld	DE		0	Europe/Berlin	52.61233	6.97156				06	00	03456	03456019
3208440	Nordkamp	nordkamp	DE		0	Europe/Berlin	52.91041	7.51633				06	00	03454	03454005
3208441	Rükel	ruekel	DE		0	Europe/Berlin	52.49032	7.24563				06	00	03456	03456025
3208442	Sandbrinkerheide	sandbrinkerheide	DE		0	Europe/Berlin	52.54806	7.37096				06	00	03454	03454032
3208443	Setlage	setlage	DE		0	Europe/Berlin	52.47836	7.58168				06	00	03454	03454012
3208444	Siedlung Niederlangen	siedlung-niederlangen	DE		0	Europe/Berlin	52.86733	7.18014				06	00	03454	03454039
3208445	Siedlung Nordhorner Straße	siedlung-nordhorner-strasse	DE		0	Europe/Berlin	52.46667	7.18333				06	00	03456	03456025
3208446	Siedlung Wesuwermoor	siedlung-wesuwermoor	DE		0	Europe/Berlin	52.75061	7.12543				06	00	03454	03454018
3208447	Wahn	wahn	DE		0	Europe/Berlin	52.86163	7.37224				06	00	03454	03454029
3208448	Wohnpark Gauerbach	wohnpark-gauerbach	DE		0	Europe/Berlin	52.52664	7.36775				06	00	03454	03454032
3208449	Zuschläge	zuschlaege	DE		0	Europe/Berlin	52.71667	7.21667				06	00	03454	03454035
3208459	Antoniusheim	antoniusheim	DE		0	Europe/Berlin	52.07194	6.85408				07	055	05554	05554068
3208460	Bockraden	bockraden	DE		0	Europe/Berlin	52.31669	7.7145				07	055	05566	05566028
3208461	Danebrock	danebrock	DE		0	Europe/Berlin	52.2509	7.84393				07	055	05566	05566088
3208462	Dorfbauerschaft	dorfbauerschaft	DE		0	Europe/Berlin	52.00227	7.53357				07	055	05515	05515000
3208463	Elseck	elseck	DE		0	Europe/Berlin	52.28476	7.57916				07	055	05566	05566016
3208464	Feldkante	feldkante	DE		0	Europe/Berlin	52.24006	7.54263				07	055	05566	05566076
3208465	Hambüren	hambueren	DE		0	Europe/Berlin	52.26155	7.87639				07	055	05566	05566092
3208466	Harkenberg	harkenberg	DE		0	Europe/Berlin	52.29164	7.5956				07	055	05566	05566016
3208467	Knobben	knobben	DE		0	Europe/Berlin	52.29652	7.56586				07	055	05566	05566016
3208468	Niederseeste	niederseeste	DE		0	Europe/Berlin	52.36132	7.88065				07	055	05566	05566092
3208469	Oberseeste	oberseeste	DE		0	Europe/Berlin	52.34124	7.87894				07	055	05566	05566092
3208470	Obersteinbeck	obersteinbeck	DE		0	Europe/Berlin	52.34555	7.65145		Obersteinbeck		07	055	05566	05566072
3208471	Reckenfeld	reckenfeld	DE		0	Europe/Berlin	52.12621	7.55375		Reckenfeld		07	055	05566	05566012
3208472	Rodde	rodde	DE		0	Europe/Berlin	52.28368	7.53089		Rodde		07	055	05566	05566076
3208473	Sankt Arnold	sankt-arnold	DE		0	Europe/Berlin	52.21129	7.40255				07	055	05566	05566060
3208474	Schultenort	schultenort	DE		0	Europe/Berlin	52.3102	7.60251				07	055	05566	05566016
3208475	Vollenbrock	vollenbrock	DE		0	Europe/Berlin	52.22368	7.28982				07	055	05566	05566096
3208476	Wessum	wessum	DE		0	Europe/Berlin	52.09417	6.97814				07	055	05554	05554004
3208482	Bollingerkamp	bollingerkamp	DE		0	Europe/Berlin	53.14622	7.69064				06	00	03453	03453013
3208483	Brualer Moor	brualer-moor	DE		0	Europe/Berlin	53.1	7.23333				06	00	03454	03454044
3208484	Deepenfurth	deepenfurth	DE		0	Europe/Berlin	53.20898	7.96648				06	00	03451	03451002
3208485	Dielerheide	dielerheide	DE		0	Europe/Berlin	53.11513	7.2741		Dielerheide		06	00	03457	03457021
3208486	Flüthörn	fluethoern	DE		0	Europe/Berlin	53.61176	7.14995				06	00	03452	03452019
3208487	Goldmoor	goldmoor	DE		0	Europe/Berlin	53.55015	7.46149				06	00	03462	03462004
3208488	Großwolderfeld	grosswolderfeld	DE		0	Europe/Berlin	53.12878	7.46521				06	00	03457	03457022
3208489	Harlesiel	harlesiel	DE		0	Europe/Berlin	53.70636	7.80746				06	00	03462	03462019
3208491	Hinrichsfehn	hinrichsfehn	DE		0	Europe/Berlin	53.38021	7.74934				06	00	03452	03452025
3208497	Landschaftspolder	landschaftspolder	DE		0	Europe/Berlin	53.21667	7.25				06	00	03457	03457024
3208498	Leybuchtpolder	leybuchtpolder	DE		0	Europe/Berlin	53.51468	7.14722		Leybuchtpolder		06	00	03452	03452019
3208499	Loher Ostmark	loher-ostmark	DE		0	Europe/Berlin	53.16697	7.80653				06	00	03453	03453001
3208500	Mitling	mitling	DE		0	Europe/Berlin	53.13436	7.37852		Mark		06	00	03457	03457022
3208501	Middelstenborgum	middelstenborgum	DE		0	Europe/Berlin	53.18967	7.40152				06	00	03457	03457021
3208502	Mittelmarsch	mittelmarsch	DE		0	Europe/Berlin	53.57939	7.14972				06	00	03452	03452019
3208503	Mullberg	mullberg	DE		0	Europe/Berlin	53.40393	7.76466				06	00	03452	03452025
3208504	Neuengland	neuengland	DE		0	Europe/Berlin	53.04023	7.2225				06	00	03454	03454044
3208506	Neuland	neuland	DE		0	Europe/Berlin	53.16232	7.76257				06	00	03453	03453001
3208507	Obenende	obenende	DE		0	Europe/Berlin	53.06667	7.45		Papenburg-Obenede,Papenburg-Obenende		06	00	03454	03454041
3208508	Rajen	rajen	DE		0	Europe/Berlin	53.13333	7.51667				06	00	03457	03457018
3208509	Reekenfeld	reekenfeld	DE		0	Europe/Berlin	53.11026	7.76521				06	00	03453	03453001
3208512	Soltborg	soltborg	DE		0	Europe/Berlin	53.23544	7.3829		Soltborg		06	00	03457	03457012
3208514	Stapelermoor	stapelermoor	DE		0	Europe/Berlin	53.33747	7.85193				06	00	03457	03457020
3208516	Uthusen	uthusen	DE		0	Europe/Berlin	53.2918	7.45197				06	00	03457	03457014
3208517	West Elisabethfehn	west-elisabethfehn	DE		0	Europe/Berlin	53.15243	7.70791				06	00	03453	03453001
3208518	Willmsfeld	willmsfeld	DE		0	Europe/Berlin	53.57207	7.4642				06	00	03462	03462018
3208519	Wurzeldeich	wurzeldeich	DE		0	Europe/Berlin	53.56606	7.21306				06	00	03452	03452019
3208535	Ahrenshöft	ahrenshoeft	DE		517	Europe/Berlin	54.55	9.06667			01054002	10	00	01054	01054002
3208537	Bad Sankt Peter	bad-sankt-peter	DE		0	Europe/Berlin	54.31323	8.60769				10	00	01054	01054113
3208545	Galmsbüll	galmsbuell	DE		677	Europe/Berlin	54.75	8.75		Galmsbull,Galmsbüll	01054165	10	00	01054	01054165
3208546	Großbrebel	grossbrebel	DE		0	Europe/Berlin	54.63333	9.73333				10	00	01059	01059083
3208553	Kleinwaabs	kleinwaabs	DE		0	Europe/Berlin	54.53152	9.98826				10	00	01058	01058166
3208556	Lüttfeld	luettfeld	DE		0	Europe/Berlin	54.65	9.95				10	00	01059	01059045
3208558	Nordstadt	nordstadt	DE		0	Europe/Berlin	54.8	9.41667				10	00	01001	01001000
3208560	Oland	oland	DE		0	Europe/Berlin	54.67601	8.70375				10	00	01054	01054074
3208562	Rabenkirchen-Faulück	rabenkirchen-faulueck	DE		683	Europe/Berlin	54.63613	9.87411		Rabenkirchen-Fauluck,Rabenkirchen-Faulueck,Rabenkirchen-Faulück	01059068	10	00	01059	01059068
3208564	Rantzauhöhe	rantzauhoehe	DE		0	Europe/Berlin	54.73333	8.98333				10	00	01054	01054167
3208568	Soholm	soholm	DE		0	Europe/Berlin	54.69904	9.03333				10	00	01054	01054167
3208570	Süderhafen	suederhafen	DE		0	Europe/Berlin	54.46971	8.91163				10	00	01054	01054091
3208588	Am Aschenberg	am-aschenberg	DE		0	Europe/Berlin	52.69818	10.26801				06	00	03351	03351025
3208589	Bahnhof Jerxheim	bahnhof-jerxheim	DE		0	Europe/Berlin	52.06663	10.89106				06	00	03154	03154012
3208590	Bahnhof Leiferde	bahnhof-leiferde	DE		0	Europe/Berlin	52.45496	10.43186				06	00	03151	03151015
3208591	Bahnhof Suderburg	bahnhof-suderburg	DE		0	Europe/Berlin	52.9051	10.43324				06	00	03360	03360023
3208592	Bodenteich-Heide	bodenteich-heide	DE		0	Europe/Berlin	52.83944	10.65773				06	00	03360	03360013
3208594	Büddenstedt	bueddenstedt	DE		3051	Europe/Berlin	52.17035	11.01877		Bidenshtet,Bjuddenshtedt,Boeenste'e,Boeenstidde,Boeoenstidde,Böenste'e,Böenstidde,Böönstidde,bi deng si te,bȫənstēə,bǫ̈̄ənstiddə,Биденштет,Бюдденштедт,比登斯特	03154028	06	00	03154	03154028
3208596	Detfurth	detfurth	DE		0	Europe/Berlin	52.07359	10.02114				06	00	03254	03254005
3208600	Försterkamp	foersterkamp	DE		0	Europe/Berlin	52.44226	10.57117				06	00	03151	03151013
3208601	Großmoor	grossmoor	DE		0	Europe/Berlin	52.55172	10.0185		Grootmoor,Grossmoor,Großmoor		06	00	03351	03351001
3208602	Groß Wittfeitzen	gross-wittfeitzen	DE		0	Europe/Berlin	53.01414	10.94729				06	00	03354	03354024
3208603	Habighorster Höhe	habighorster-hoehe	DE		0	Europe/Berlin	52.69902	10.23494				06	00	03351	03351025
3208607	Kaiserwinkel	kaiserwinkel	DE		0	Europe/Berlin	52.52364	10.95903				06	00	03151	03151021
3208608	Kanzlerfeld	kanzlerfeld	DE		3782	Europe/Berlin	52.28594	10.45671		Kanzlerfeld		06	00	03101	03101000
3208609	Klein Bollensen	klein-bollensen	DE		0	Europe/Berlin	52.89611	10.61528				06	00	03360	03360030
3208610	Klein Wittfeitzen	klein-wittfeitzen	DE		0	Europe/Berlin	53.00795	10.94601				06	00	03354	03354024
3208612	Mühlenberg	muehlenberg	DE		0	Europe/Berlin	52.92619	10.75729				06	00	03360	03360024
3208614	Nienhorst	nienhorst	DE		0	Europe/Berlin	52.54692	10.05781				06	00	03351	03351018
3208616	Okertalsiedlung	okertalsiedlung	DE		0	Europe/Berlin	52.14136	10.55828				06	00	03158	03158037
3208617	Rahmoorhorst	rahmoorhorst	DE		0	Europe/Berlin	52.75281	10.22098				06	00	03351	03351025
3208621	Transvaal	transvaal	DE		0	Europe/Berlin	52.62102	10.68974				06	00	03151	03151040
3208628	Vorsfelde	vorsfelde	DE		0	Europe/Berlin	52.43937	10.84127				06	00	03103	03103000
3208629	Waldhof	waldhof	DE		0	Europe/Berlin	52.76112	10.01403				06	00	03351	03351004
3208630	Weißenberge	weissenberge	DE		0	Europe/Berlin	52.61913	10.56038		Weissenberge,Weißenberge		06	00	03151	03151036
3208643	Bebertal Zwei	bebertal-zwei	DE		0	Europe/Berlin	52.24467	11.35334		Bebertal II,Doennstee,Doenste,Doenstedt,Doenstee,Dununsteti,Dönnstee,Dönstedt,Dönstee,Dǫ̈nstē		14	00	15083	15083298
3208660	Gischau	gischau	DE		79	Europe/Berlin	52.74726	11.10871				14	00	15081	15081045
3208662	Haldensleben III	haldensleben-iii	DE		0	Europe/Berlin	52.28379	11.37327				14	00	15083	15083270
3208665	Haldensleben II	haldensleben-ii	DE		0	Europe/Berlin	52.26453	11.42106				14	00	15083	15083270
3208680	Randau-Calenberge	randau-calenberge	DE		0	Europe/Berlin	52.06257	11.72596		Randau-Calenberge,Randau-Kalenberge		14	00	15003	15003000
3208681	Ribbensdorf	ribbensdorf	DE		0	Europe/Berlin	52.32632	11.1034				14	00	15083	15083411
3208682	Ribbenstedt	ribbenstedt	DE		0	Europe/Berlin	52.31905	11.09568				14	00	15083	15083411
3208691	Fergitz	fergitz	DE		0	Europe/Berlin	53.18238	13.84131				11	00	12073	12073201
3208692	Ganzow	ganzow	DE		0	Europe/Berlin	53.2142	12.36791				11	00	12068	12068181
3208693	Lindenhagen	lindenhagen	DE		0	Europe/Berlin	53.24735	13.768				11	00	12073	12073429
3208694	Pian	pian	DE		0	Europe/Berlin	53.18568	13.24408		Pian		11	00	12065	12065084
3208700	Bauhof	bauhof	DE		0	Europe/Berlin	53.77428	12.16892		Bauhof		12	00	13072	13072043
3208706	Jellen	jellen	DE		0	Europe/Berlin	53.62398	12.1471				12	00	13076	13076032
3208712	Neu Grüssow	neu-gruessow	DE		0	Europe/Berlin	53.4335	12.42238				12	00	13071	13071036
3208713	Plötzenhöhe	ploetzenhoehe	DE		0	Europe/Berlin	53.43899	12.28409				12	00	13076	13076114
3208716	Schwabendorf	schwabendorf	DE		0	Europe/Berlin	53.62749	12.7924				12	00	13071	13071032
3208717	Seelust	seelust	DE		0	Europe/Berlin	53.43859	12.28501				12	00	13076	13076114
3208718	Untergöhren	untergoehren	DE		0	Europe/Berlin	53.49131	12.48837				12	00	13071	13071043
3208735	Ausbau	ausbau	DE		0	Europe/Berlin	52.51871	12.3914				11	00	12063	12063244
3208739	Damelang-Freienthal	damelang-freienthal	DE		0	Europe/Berlin	52.24607	12.69171				11	00	12069	12069470
3208742	Haseloff-Grabow	haseloff-grabow	DE		0	Europe/Berlin	52.08942	12.75508				11	00	12069	12069402
3208744	Krahnepuhl	krahnepuhl	DE		0	Europe/Berlin	52.45756	12.43674				11	00	12069	12069270
3208745	Kruge-Gersdorf	kruge-gersdorf	DE		0	Europe/Berlin	52.76995	13.88955				11	00	12064	12064125
3208748	Strubensee	strubensee	DE		0	Europe/Berlin	52.96007	13.01931				11	00	12068	12068437
3208750	Tuchen-Klobbicke	tuchen-klobbicke	DE		0	Europe/Berlin	52.75593	13.79497				11	00	12060	12060034
3208752	Wölsickendorf-Wollenberg	woelsickendorf-wollenberg	DE		0	Europe/Berlin	52.73276	13.94895				11	00	12064	12064222
3208757	Klein Köris	klein-koeris	DE		0	Europe/Berlin	52.16151	13.69617				11	00	12061	12061192
3208801	Waldfrieden	waldfrieden	DE		0	Europe/Berlin	52.84114	12.22538				14	00	15090	15090225
3208986	Dolsthaida	dolsthaida	DE		0	Europe/Berlin	51.46667	13.76667				11	00	12066	12066176
3208987	Finsterwalde-Süd	finsterwalde-sued	DE		0	Europe/Berlin	51.61667	13.7				11	00	12062	12062140
3208988	Wildau-Wentdorf	wildau-wentdorf	DE		0	Europe/Berlin	51.90029	13.54915				11	00	12072	12072055
3208999	Audenhain b. Mockrehna	audenhain-b-mockrehna	DE		0	Europe/Berlin	51.50074	12.84882				13	00	14730	14730190
3209000	Choren	choren	DE		0	Europe/Berlin	51.10033	13.24416		Choren		13	00	14522	14522080
3209003	Klein Schkorlopp	klein-schkorlopp	DE		0	Europe/Berlin	51.2355	12.23824				13	00	14729	14729350
3209004	Mittelbach	mittelbach	DE		0	Europe/Berlin	51.19474	13.96941				13	00	14625	14625180
3209005	Pfarrsteina	pfarrsteina	DE		0	Europe/Berlin	51.19321	13.10148				13	00	14522	14522450
3209006	Planitz-Deila	planitz-deila	DE		0	Europe/Berlin	51.15017	13.34519				13	00	14627	14627080
3209036	Schönfeld	schoenfeld	DE		0	Europe/Berlin	51.01667	12.88333				13	00	14522	14522120
3209055	Mühlanger	muehlanger	DE		1467	Europe/Berlin	51.85	12.75			15091391	14	00	15091	15091391
3209057	Steinfurth	steinfurth	DE		0	Europe/Berlin	51.67713	12.2715		Steinfurt,Steinfurth		14	00	15082	15082015
3209066	Heidehof	heidehof	DE		0	Europe/Berlin	53.01241	10.24735				06	00	03360	03360029
3209068	Krammühle	krammuehle	DE		0	Europe/Berlin	53.04168	11.05646				06	00	03354	03354011
3209071	Moorburg	moorburg	DE		0	Europe/Berlin	53.31348	10.44177				06	00	03355	03355011
3209073	Neukolkhagen	neukolkhagen	DE		0	Europe/Berlin	53.14283	10.36903				06	00	03355	03355006
3209074	Neu Steddorf	neu-steddorf	DE		0	Europe/Berlin	53.13199	10.47941				06	00	03360	03360004
3209075	Rosenweide	rosenweide	DE		0	Europe/Berlin	53.41667	10.13333				06	00	03353	03353032
3209077	Altenfelde	altenfelde	DE		0	Europe/Berlin	53.69501	10.34847				10	00	01062	01062078
3209078	Altengörs	altengoers	DE		0	Europe/Berlin	53.89754	10.36093				10	00	01060	01060061
3209079	Büchen-Dorf	buechen-dorf	DE		0	Europe/Berlin	53.481	10.63974				10	00	01053	01053020
3209081	Glasmoor	glasmoor	DE		0	Europe/Berlin	53.70199	10.02836				10	00	01060	01060063
3209082	Hahneneck	hahneneck	DE		0	Europe/Berlin	53.90849	10.04182				10	00	01060	01060034
3209084	Krems I	krems-i	DE		0	Europe/Berlin	53.87904	10.26262				10	00	01060	01060053
3209085	Sandfelde	sandfelde	DE		0	Europe/Berlin	53.66667	10.63333				10	00	01053	01053097
3209086	Schönböcken	schoenboecken	DE		0	Europe/Berlin	53.86667	10.61667				10	00	01003	01003000
3209088	Siedlung Wilstedt	siedlung-wilstedt	DE		0	Europe/Berlin	53.72932	10.05172				10	00	01062	01062076
3209093	Wolkenwehe	wolkenwehe	DE		0	Europe/Berlin	53.81257	10.33805				10	00	01062	01062004
3209096	Gädebehn	gaedebehn	DE		0	Europe/Berlin	53.61174	11.60796				12	00	13076	13076025
3209097	Greven-Granzin	greven-granzin	DE		0	Europe/Berlin	53.47855	10.80196				12	00	13076	13076055
3209098	Kiekindemark	kiekindemark	DE		0	Europe/Berlin	53.39449	11.78078				12	00	13076	13076108
3209101	Neuleben	neuleben	DE		0	Europe/Berlin	53.80582	10.83458				12	00	13074	13074049
3209102	Schmakentin	schmakentin	DE		0	Europe/Berlin	53.88893	11.57266				12	00	13074	13074090
3209103	Strömkendorf	stroemkendorf	DE		0	Europe/Berlin	53.96063	11.48895		Gross Stromkendorf,Groß Strömkendorf		12	00	13074	13074007
3209121	Niesen	niesen	DE		0	Europe/Berlin	51.62246	9.13234		Niesen		07	057	05762	05762040
3209122	Hardtwald	hardtwald	DE		0	Europe/Berlin	49.12362	8.31405				08	00	07334	07334022
3209123	Gersdorf-Mörsdorf	gersdorf-morsdorf	DE		0	Europe/Berlin	51.22418	14.06092				13			
3209124	Goyatz-Guhlen	goyatz-guhlen	DE		0	Europe/Berlin	52.01825	14.16923				11	00	12061	12061450
3209127	Neu Sacro	neu-sacro	DE		0	Europe/Berlin	51.77325	14.6233				11	00	12071	12071076
3209128	Saspow	saspow	DE		0	Europe/Berlin	51.78809	14.35408		Saspow,Zaspy		11	00	12052	12052000
3209136	Cosul	cosul	DE		0	Europe/Berlin	51.1201	14.46922		Cosul,Kozly,Kózły		13	00	14625	14625190
3209137	Gotthelfshof	gotthelfshof	DE		0	Europe/Berlin	51.23333	14.81667				13	00	14626	14626580
3209138	Haide	haide	DE		0	Europe/Berlin	51.46322	14.72121		Haide,Hola		13	00	14626	14626590
3209139	Klein Biesnitz	klein-biesnitz	DE		0	Europe/Berlin	51.13333	14.91667				13	00	14626	14626300
3209140	Kottmarhäuser	kottmarhaeuser	DE		0	Europe/Berlin	51.00646	14.6711				13	00	14626	14626245
3209141	Leuba	leuba	DE		0	Europe/Berlin	51.04249	14.94596				13	00	14626	14626420
3209143	Tetta	tetta	DE		0	Europe/Berlin	51.19241	14.71376		Cetow,Tetta,Ćetow		13	00	14626	14626570
3209145	Wildenfelde	wildenfelde	DE		0	Europe/Berlin	51.4	14.68333				13	00	14626	14626060
3209146	Zschernske	zschernske	DE		0	Europe/Berlin	51.35786	14.69253		Cernsk,Tschernske,Zschernske,Černsk		13	00	14626	14626260
3209155	Brasilien	brasilien	DE		0	Europe/Berlin	54.42422	10.39092				10	00	01057	01057073
3209157	Fegetasche	fegetasche	DE		0	Europe/Berlin	54.15	10.45				10	00	01057	01057057
3209159	Großenbroderfähre	grossenbroderfaehre	DE		0	Europe/Berlin	54.39142	11.11977				10	00	01055	01055017
3209160	Heidkoppel	heidkoppel	DE		0	Europe/Berlin	54.43181	10.33375				10	00	01057	01057088
3209161	Wahlstorf (Hof)	wahlstorf-hof	DE		0	Europe/Berlin	54.19551	10.30985				10	00	01057	01057084
3209162	Jellenbek	jellenbek	DE		0	Europe/Berlin	54.46667	10.05				10	00	01058	01058150
3209163	Monkamp	monkamp	DE		0	Europe/Berlin	54.38333	10.51667				10	00	01057	01057029
3209164	Ortmühle	ortmuehle	DE		0	Europe/Berlin	54.36667	11				10	00	01055	01055021
3209165	Ostseebad Damp	ostseebad-damp	DE		0	Europe/Berlin	54.58576	10.02255				10	00	01058	01058040
3209168	Schulensee	schulensee	DE		0	Europe/Berlin	54.28513	10.08116				10	00	01058	01058107
3209169	Voorde	voorde	DE		0	Europe/Berlin	54.25163	10.05711				10	00	01058	01058053
3209171	Westfehmarn	westfehmarn	DE		0	Europe/Berlin	54.48544	11.08169				10	00	01055	01055046
3209176	Börgerende-Rethwisch	boergerende-rethwisch	DE		1744	Europe/Berlin	54.14177	11.92528		Borgerende-Rethwisch,Börgerende-Rethwisch		12	00	13072	13072017
3209182	Grün	grun	DE		0	Europe/Berlin	50.02577	12.23628				02	093	09377	09377131
3209183	Am Bahnhof	am-bahnhof	DE		0	Europe/Berlin	50.92536	13.50626		Am Bahnhof,Bahnhof Klingenberg		13	00	14628	14628205
3209184	Bienenmühle	bienenmuehle	DE		0	Europe/Berlin	50.74157	13.52981				13	00	14522	14522470
3209185	Borna-Gersdorf	borna-gersdorf	DE		0	Europe/Berlin	50.88139	13.89833				13	00	14628	14628040
3209189	Meusegast	meusegast	DE		0	Europe/Berlin	50.93083	13.87973		Meusegast		13	00	14628	14628080
3209190	Neundorf	neundorf	DE		0	Europe/Berlin	50.49326	12.08795				13	00	14523	14523320
3209191	Unterwürschnitz	unterwurschnitz	DE		0	Europe/Berlin	50.7	13.71667		Niederwurschnitz,Niederwürschnitz,Unterwurschnitz,Unterwürschnitz		13			
3209192	Rechenberg	rechenberg	DE		0	Europe/Berlin	50.73539	13.5576				13	00	14522	14522470
3209194	Seiffenbach	seiffenbach	DE		0	Europe/Berlin	50.65	13.4				13	00	14521	14521460
3209195	Spechtritz	spechtritz	DE		0	Europe/Berlin	50.95053	13.63498		Spechtritz		13	00	14628	14628300
3209199	Aga	aga	DE		0	Europe/Berlin	50.95	12.08333				15	00	16052	16052000
3209200	Daßlitz	dasslitz	DE		0	Europe/Berlin	50.68674	12.13483				15	00	16076	16076039
3209202	Waldhaus	waldhaus	DE		0	Europe/Berlin	50.68975	12.22416		Waldhaus		15	00	16076	16076093
3209204	Zschöpperitz	zschoepperitz	DE		0	Europe/Berlin	50.95034	12.30638				15	00	16077	16077009
3209205	Birkenzell	birkenzell	DE		0	Europe/Berlin	49.17437	12.09095				02	093	09376	09376141
3209206	Glaserhütte	glaserhutte	DE		0	Europe/Berlin	49.03333	13.23333				02	092	09276	09276148
3209207	Grasfilzing	grasfilzing	DE		0	Europe/Berlin	49.26484	12.81687				02	093	09372	09372112
3209208	Hofteich	hofteich	DE		0	Europe/Berlin	49.96745	12.2707				02	093	09377	09377137
3209209	Langwald	langwald	DE		0	Europe/Berlin	49.23544	12.52407				02	093	09372	09372147
3209210	Perlhütte	perlhutte	DE		0	Europe/Berlin	49.39027	12.71521				02	093	09372	09372171
3209212	Ziegelhütte	ziegelhutte	DE		0	Europe/Berlin	49.73588	12.28666				02	093	09374	09374121
3209251	Petersborn	petersborn	DE		0	Europe/Berlin	51.36737	8.57058				07	059	05958	05958012
3209252	Prövenholz	proevenholz	DE		0	Europe/Berlin	51.58873	8.51263				07	057	05774	05774016
3209253	Rennufer	rennufer	DE		0	Europe/Berlin	51.44579	8.83102				07	059	05958	05958024
3209260	Oberrotweil	oberrotweil	DE		1600	Europe/Berlin	48.0899	7.63601		Oberrotweil		01	083	08315	08315133
3209277	Sundheim	sundheim	DE		0	Europe/Berlin	48.38333	7.83333				01	083	08317	08317031
3209280	Dänholm	daenholm	DE		0	Europe/Berlin	54.30761	13.11939				12	00	13073	13073088
3209281	Hiddensee	hiddensee	DE		1094	Europe/Berlin	54.56689	13.10411		Hiddensee		12	00	13073	13073040
3209292	Altbarnim	altbarnim	DE		0	Europe/Berlin	52.68263	14.2715				11	00	12064	12064365
3209293	Braunberg	braunberg	DE		0	Europe/Berlin	52.23333	14.11667				11	00	12067	12067426
3209296	Kuhbrücke	kuhbruecke	DE		0	Europe/Berlin	52.58315	14.61079				11	00	12064	12064266
3209297	Wittmannsdorf-Brückchen	wittmannsdorf-brueckchen	DE		0	Europe/Berlin	52.07724	14.05272				11	00	12061	12061329
3209307	Hölkebaum	hoelkebaum	DE		0	Europe/Berlin	53.61667	14.08333				12	00	13075	13075131
3209309	Am Birkenvenn	am-birkenvenn	DE		0	Europe/Berlin	52.38351	7.08302				06	00	03456	03456015
3209316	Tonbach	tonbach	DE		0	Europe/Berlin	48.52385	8.36804				01	082	08237	08237004
3209318	Kissendorf	kissendorf	DE		0	Europe/Berlin	48.39809	10.19548				02	097	09774	09774119
3209319	Kesselberg	kesselberg	DE		0	Europe/Berlin	49.01667	11.18333				02	091	09176	09176164
3209320	Geroldshausen in der Hallertau	geroldshausen-in-der-hallertau	DE		0	Europe/Berlin	48.56458	11.62287		Geroldshausen,Geroldshausen in der Hallertau		02	091	09186	09186162
3209321	Hörlkofen	horlkofen	DE		0	Europe/Berlin	48.24302	11.93725				02	091	09177	09177144
3209322	Moosham	moosham	DE		0	Europe/Berlin	48.18655	12.14345				02	091	09183	09183123
3209420	Vogtsburg	vogtsburg	DE		5686	Europe/Berlin	48.09688	7.64185		Vogtsburg,Vogtsburg im Kaiserstuhl		01	083	08315	08315133
3209426	Rheinmünster	rheinmuenster	DE		0	Europe/Berlin	48.75223	8.00886		Rajnaminster,Rajnmjunster,Rheinmuenster,Rheinmunster,Rheinmünster,lai yin ming si te er,Райнмюнстер,Рајнаминстер,赖因明斯特尔	08216063	01	082	08216	08216063
3209193	Rossau	rossau	DE	09661	3925	Europe/Berlin	51	13.06667			14522500	13	00	14522	14522500
3209472	Altkatterbach	altkatterbach	DE		0	Europe/Berlin	49.45588	10.70016				02	095	09573	09573133
3209488	Hammerles	hammerles	DE		0	Europe/Berlin	49.73186	12.04385				02	093	09374	09374144
3209489	Artelshofen	artelshofen	DE		0	Europe/Berlin	49.57338	11.49642				02	095	09574	09574161
3209490	Achtel	achtel	DE		0	Europe/Berlin	49.56667	11.58333				02	093	09371	09371128
3209492	Wolkersdorf	wolkersdorf	DE		0	Europe/Berlin	49.36257	11.02625				02	095	09565	09565000
3209493	Mimberg	mimberg	DE		0	Europe/Berlin	49.35197	11.27995				02	095	09574	09574117
3209494	Saltendorf an der Naab	saltendorf-an-der-naab	DE		0	Europe/Berlin	49.22387	12.07297		Saltendorf,Saltendorf an der Naab		02	093	09376	09376170
3209495	Krummenosterheide	krummenosterheide	DE		0	Europe/Berlin	54.33333	9.56667				10	00	01058	01058054
3209496	Staning	staning	DE		0	Europe/Berlin	49.18513	12.72952				02	093	09372	09372117
3209741	Knock	knock	DE		0	Europe/Berlin	53.34153	7.04536				06	00	03402	03402000
3209878	Bierenbachtal	bierenbachtal	DE		0	Europe/Berlin	50.93058	7.55753		Bierenbachtal		07	053	05374	05374032
3209911	Burg Hohenstein	burg-hohenstein	DE		625	Europe/Berlin	50.19192	8.05732	351	Burg Hohenstein		05	064	06439	06439006
3209933	Hausen-Oes	hausen-oes	DE		0	Europe/Berlin	50.42149	8.61674				05	064	06440	06440005
3210420	Triebel	triebel	DE		1705	Europe/Berlin	50.37153	12.12118		Tribel,Tribel',te li bei er,Трибел,Трибель,特里贝尔		13	00	14523	14523440
3210687	Damgarten	damgarten	DE		0	Europe/Berlin	54.25801	12.4724				12	00	13073	13073075
3210688	Ribnitz	ribnitz	DE		0	Europe/Berlin	54.24356	12.42322				12	00	13073	13073075
3211470	Schulen	schulen	DE		0	Europe/Berlin	52.05773	14.11033				11	00	12061	12061329
3211471	Ressen	ressen	DE		0	Europe/Berlin	52.03489	14.15794				11	00	12061	12061450
3212697	Brilon-Wald	brilon-wald	DE		0	Europe/Berlin	51.34175	8.57453		Brilon-Wald		07	059	05958	05958012
3212720	Ringelstein	ringelstein	DE		0	Europe/Berlin	51.49972	8.56941		Ringelstein		07	057	05774	05774016
3212722	Röspe	roespe	DE		0	Europe/Berlin	51.03431	8.24965				07	059	05970	05970012
3212764	Kachtenhauserheide	kachtenhauserheide	DE		0	Europe/Berlin	51.97475	8.74004				07	057	05766	05766040
3212859	Ulfkotte	ulfkotte	DE		0	Europe/Berlin	51.63974	6.98372				07	055	05562	05562012
3212970	Windgarten	windgarten	DE		0	Europe/Berlin	51.27246	7.31886				07	059	05954	05954024
3212994	Dickenberg	dickenberg	DE		0	Europe/Berlin	52.315	7.67055				07	055	05566	05566028
3212997	Clusorth	clusorth	DE		0	Europe/Berlin	52.58372	7.36425				06	00	03454	03454032
3213168	Blandorf-Wichte	blandorf-wichte	DE		0	Europe/Berlin	53.61667	7.31667				06	00	03452	03452008
3213169	Mark	mark	DE		0	Europe/Berlin	53.14384	7.38015				06	00	03457	03457022
3213220	Surheide	surheide	DE		0	Europe/Berlin	53.51796	8.6374				03	00	04012	04012000
3213221	Kattrepel	kattrepel	DE		0	Europe/Berlin	53.91843	9.05002				10	00	01051	01051076
3213240	Lunsen	lunsen	DE		0	Europe/Berlin	52.96661	9.04931				06	00	03361	03361013
3213375	Langenort	langenort	DE		0	Europe/Berlin	54.11805	12.10387				12	00	13003	13003000
3213425	Streu	streu	DE		0	Europe/Berlin	54.51185	13.17589				12	00	13073	13073081
3213440	Fahrenkamp	fahrenkamp	DE		0	Europe/Berlin	54.38141	12.78088				12	00	13073	13073009
3214081	Großwimm	grosswimm	DE		0	Europe/Berlin	48.50921	12.73704				02	092	09277	09277131
3214103	Mönchpfiffel	moenchpfiffel	DE		0	Europe/Berlin	51.3787	11.37136		Monchpfiffel,Mönchpfiffel,Peflede		15	00	16065	16065046
3222113	Karlshöhe	karlshoehe	DE		0	Europe/Berlin	54.48333	9.81667				10	00	01058	01058043
3225047	Zellerberg	zellerberg	DE		0	Europe/Berlin	47.94305	10.63949				02	097	09777	09777164
3225051	Hosüne	hosuene	DE		0	Europe/Berlin	52.9933	8.25634				06	00	03458	03458007
3225053	Küsenbaum	kuesenbaum	DE		0	Europe/Berlin	52.04616	8.66135				07	057	05766	05766008
3225055	Odeweg	odeweg	DE		0	Europe/Berlin	52.97882	9.44206				06	00	03361	03361005
3225121	Mislag	mislag	DE		0	Europe/Berlin	53.71669	8.9296				06	00	03352	03352025
3225123	Spechtshausen	spechtshausen	DE		0	Europe/Berlin	50.98686	13.53114		Spechtshausen		13	00	14628	14628400
3225125	Gommla	gommla	DE		0	Europe/Berlin	50.67056	12.15828		Gommla		15	00	16076	16076022
3225133	Waldhof	waldhof	DE		0	Europe/Berlin	53.58333	14.11667				12	00	13075	13075138
3225156	Ludweiler-Warndt	ludweiler-warndt	DE		5922	Europe/Berlin	49.22074	6.81195	228	Ludweiler,Ludweiler-Warndt,Volkingen-Ludweiler,Völkingen-Ludweiler	10041519	09	00	10041	10041519
3230218	Friedrichskoog-Spitze	friedrichskoog-spitze	DE		0	Europe/Berlin	54.03134	8.84252		Friedrichskoog Spitze		10	00	01051	01051034
3232557	Rangenberg	rangenberg	DE		0	Europe/Berlin	53.9	10.78333				10	00	01003	01003000
3232573	Kagelbusch	kagelbusch	DE		0	Europe/Berlin	54.1285	10.92929				10	00	01055	01055037
3232574	Grömnitzerhagen	gromnitzerhagen	DE		0	Europe/Berlin	54.15087	10.96599				10	00	01055	01055016
3232575	Lensterstrand	lensterstrand	DE		0	Europe/Berlin	54.16203	10.99646				10	00	01055	01055016
3232592	Stuven	stuven	DE		0	Europe/Berlin	53.90072	9.25406		Auf dem Stuven,Stuven		10	00	01061	01061095
3232604	Klaustal	klaustal	DE		0	Europe/Berlin	54.18333	9.51667		Claustal,Klaustal		10	00	01058	01058068
3232609	Ziegelhof	ziegelhof	DE		0	Europe/Berlin	54.16667	9.53333				10	00	01058	01058068
3232610	Lust	lust	DE		0	Europe/Berlin	54.16667	9.51667				10	00	01058	01058100
3232612	Breiholzfähre	breiholzfaehre	DE		0	Europe/Berlin	54.20648	9.57334				10	00	01058	01058029
3232613	Huy	huy	DE		0	Europe/Berlin	54.21667	9.51667				10	00	01058	01058070
3232616	Jevenstedter Feld	jevenstedter-feld	DE		0	Europe/Berlin	54.21966	9.62505		Jevenstedter Fehl		10	00	01058	01058086
3232617	Ernsttal	ernsttal	DE		0	Europe/Berlin	54.28104	9.56981				10	00	01058	01058054
3232618	Baken	baken	DE		0	Europe/Berlin	54.3	9.6				10	00	01058	01058054
3232619	Seemühlen	seemuehlen	DE		0	Europe/Berlin	54.31167	9.60917				10	00	01058	01058054
3232620	Altstädter Gärten	altstaedter-gaerten	DE		0	Europe/Berlin	54.31111	9.64167				10	00	01058	01058135
3232621	Saatsee	saatsee	DE		0	Europe/Berlin	54.3	9.69167				10	00	01058	01058135
3232622	Moorkate	moorkate	DE		0	Europe/Berlin	54.29944	9.71528				10	00	01058	01058140
3232623	Nobiskrug	nobiskrug	DE		0	Europe/Berlin	54.30847	9.70929				10	00	01058	01058135
3232625	Grellkamp	grellkamp	DE		0	Europe/Berlin	54.31146	9.76179				10	00	01058	01058122
3232626	Dengelsberg	dengelsberg	DE		0	Europe/Berlin	54.33333	9.8				10	00	01058	01058026
3232628	Schinkelerwohld	schinkelerwohld	DE		0	Europe/Berlin	54.35	9.93333				10	00	01058	01058142
3232629	Klausbrook	klausbrook	DE		0	Europe/Berlin	54.35	10.08333				10	00	01002	01002000
3232865	Maasholm-Bad	maasholm-bad	DE		0	Europe/Berlin	54.70048	9.99852				10	00	01059	01059142
3232866	Kronsgaarderdrecht	kronsgaarderdrecht	DE		0	Europe/Berlin	54.71667	9.98333				10	00	01059	01059121
3232867	Mühlendamm	muehlendamm	DE		0	Europe/Berlin	54.8	9.71667				10	00	01059	01059178
3232868	Seeklüft	seeklueft	DE		0	Europe/Berlin	54.8	9.71667				10	00	01059	01059178
3232870	Poseby	poseby	DE		0	Europe/Berlin	54.8	9.7		Posby,Poseby		10	00	01059	01059178
3232876	Friedheim	friedheim	DE		0	Europe/Berlin	54.8	9.46667				10	00	01001	01001000
3232878	Friesischer Berg	friesischer-berg	DE		0	Europe/Berlin	54.78333	9.43333		Friesischer Berg		10	00	01001	01001000
3232879	Duburg	duburg	DE		0	Europe/Berlin	54.78333	9.41667				10	00	01001	01001000
3232880	Ramsharde	ramsharde	DE		0	Europe/Berlin	54.8	9.41667				10	00	01001	01001000
3232904	Jürgensby	juergensby	DE		0	Europe/Berlin	54.7925	9.44667				10	00	01001	01001000
3233383	Ferienheim	ferienheim	DE		0	Europe/Berlin	54.15	11.88333				12	00	13072	13072017
3270114	Sandwiese	sandwiese	DE		0	Europe/Berlin	49.73778	8.60167				05	064	06432	06432001
3272451	Hiltersklingen	hiltersklingen	DE		0	Europe/Berlin	49.63861	8.90528				05	064	06437	06437012
3272460	Mörfelden-Walldorf	moerfelden-walldorf	DE		32753	Europe/Berlin	49.99472	8.58361		Merfel'den-Vall'dorf,Merfelden-Valdorf,Mjorfel'dehn-Val'dorf,Mjorfel'den-Val'dorf,Moerfelden-Walldorf,Morfelden-Walldorf,Mörfelden-Walldorf,meruferuden=vu~arudorufu,mo fei er deng-wa er duo fu,mwrfldn-waldwrf,Мерфелден-Валдорф,Мерфельден-Валльдорф,Мёрфельден-Вальдорф,Мёрфельдэн-Вальдорф,مورفلدن-والدورف,メルフェルデン＝ヴァルドルフ,默费尔登-瓦尔多夫		05	064	06433	06433008
3272933	Gronau	gronau	DE		0	Europe/Berlin	49.43167	8.27167				08	00	07338	07338022
3272954	Sallenbusch	sallenbusch	DE		0	Europe/Berlin	49.0525	8.57873				01	082	08215	08215090
3272958	Mainzertal	mainzertal	DE		0	Europe/Berlin	49.41416	8.00686				08	00	07332	07332048
3272960	Blumenau	blumenau	DE		0	Europe/Berlin	49.55667	8.46833				01	082	08222	08222000
3272961	Sandtorf	sandtorf	DE		0	Europe/Berlin	49.5675	8.49278				01	082	08222	08222000
3272965	Mainz-Lerchenberg	mainz-lerchenberg	DE		0	Europe/Berlin	49.96028	8.19139		Lerchenberg		08	00	07315	07315000
3272966	Philippshospital	philippshospital	DE		0	Europe/Berlin	49.81973	8.50222				05	064	06433	06433011
3272967	Kranichstein	kranichstein	DE		0	Europe/Berlin	49.90474	8.68084		Kranichstein		05	064	06411	06411000
3272970	Beerfurth	beerfurth	DE		0	Europe/Berlin	49.72057	8.86328		Beerfurth		05	064	06437	06437013
3272971	Ersheim	ersheim	DE		0	Europe/Berlin	49.44968	8.90658		Ersheim		05	064	06431	06431012
3273818	Kiesberg	kiesberg	DE		0	Europe/Berlin	49.1028	9.68212				01	081	08127	08127059
3273819	Kleinaltdorf	kleinaltdorf	DE		0	Europe/Berlin	49.00948	9.75535				01	081	08127	08127025
3274261	Bernbrunn	bernbrunn	DE		0	Europe/Berlin	49.30302	9.22744		Bernbrunn		01	081	08125	08125039
3274961	Neubronn	neubronn	DE		0	Europe/Berlin	49.54826	9.82876				01	081	08128	08128058
3274968	Bretzingen	bretzingen	DE		0	Europe/Berlin	49.57666	9.48728				01	082	08225	08225032
3274975	Ebenheid	ebenheid	DE		0	Europe/Berlin	49.71611	9.3616				01	081	08128	08128039
3274983	Wüstenzell	wustenzell	DE		0	Europe/Berlin	49.77651	9.65453		Wustenzell,Wüstenzell		02	096	09679	09679149
3274984	Oberwittbach	oberwittbach	DE		0	Europe/Berlin	49.81242	9.54968		Oberwittbach		02	096	09677	09677157
3274985	Bestenheid	bestenheid	DE		0	Europe/Berlin	49.77503	9.47512				01	081	08128	08128131
3278301	Ringheim	ringheim	DE		0	Europe/Berlin	49.93073	9.03715		Ringheim		02	096	09671	09671122
3278306	Streit	streit	DE		0	Europe/Berlin	49.80828	9.21521		Streit		02	096	09676	09676122
3333119	Reutberg	reutberg	DE		0	Europe/Berlin	47.81389	11.63731				02	091	09173	09173141
3337408	Gropiusstadt	gropiusstadt	DE		36052	Europe/Berlin	52.425	13.46667		Berlin-Gropiusstadt,Gropiusstadt		16	00	11000	11000000
3337503	Bobenheim	bobenheim	DE		0	Europe/Berlin	49.59333	8.35778				08	00	07338	07338004
3339545	Sababurg	sababurg	DE		0	Europe/Berlin	51.54508	9.53605				05	066	06633	06633013
6269448	Segelflug Hangar	segelflug-hangar	DE		0	Europe/Berlin	49.91921	10.90667	245			02	094	09461	09461000
6284967	Zeisigweg	zeisigweg	DE		0	Europe/Berlin	51.26975	6.76131				07	051	05111	05111000
6543844	Invalidensiedlung	invalidensiedlung	DE		0	Europe/Berlin	52.65746	13.28406				16	00	11000	11000000
6543851	Freistetten	freistetten	DE		0	Europe/Berlin	48.34708	11.16844				02	091	09174	09174111
6543854	Schluttenberg	schluttenberg	DE		0	Europe/Berlin	48.3668	11.28343				02	091	09174	09174118
6543856	Gimpel	gimpel	DE		0	Europe/Berlin	48.35361	11.24979				02	091	09174	09174111
6543857	Morabach	morabach	DE		0	Europe/Berlin	48.38427	11.16435				02	097	09771	09771165
6543859	Haunsried	haunsried	DE		0	Europe/Berlin	48.37244	11.13137				02	097	09771	09771111
6543860	Schloßberg	schlossberg	DE		0	Europe/Berlin	48.37504	11.17788	528			02	091	09174	09174111
6543868	Lohfeld	lohfeld	DE		0	Europe/Berlin	48.27895	11.40505				02	091	09174	09174115
6543891	Schielach	schielach	DE		0	Europe/Berlin	48.41502	11.23571				02	091	09174	09174111
6543892	Schmelchen	schmelchen	DE		0	Europe/Berlin	48.417	11.24182				02	091	09174	09174111
6543895	Kattalaich	kattalaich	DE		0	Europe/Berlin	48.38977	11.32819				02	091	09174	09174131
6543896	Engelbrechtsmühle	engelbrechtsmuehle	DE		0	Europe/Berlin	48.36587	11.40031				02	091	09174	09174131
6543902	Höbstl	hoebstl	DE		0	Europe/Berlin	48.38058	11.02344				02	097	09771	09771122
6543908	Gittersbach	gittersbach	DE		0	Europe/Berlin	48.36771	11.35325				02	091	09174	09174131
6543920	Radeberger Vorstadt	radeberger-vorstadt	DE		0	Europe/Berlin	51.06772	13.77767	123			13	00	14612	14612000
6544448	Erlenhof	erlenhof	DE		0	Europe/Berlin	50.43296	9.61458				05	066	06631	06631018
6544449	Storker Hof	storker-hof	DE		0	Europe/Berlin	50.42328	9.5018				05	066	06631	06631008
6544452	Aschenberg	aschenberg	DE		0	Europe/Berlin	50.58127	9.67758				05	066	06631	06631009
6544522	Neugrünwald	neugruenwald	DE		0	Europe/Berlin	48.05032	11.53333				02	091	09184	09184122
6545045	Potzham	potzham	DE		0	Europe/Berlin	48.03534	11.61366				02	091	09184	09184145
6545060	Rundorf	rundorf	DE		0	Europe/Berlin	47.93342	12.26014				02	091	09187	09187139
6545061	Mühlstätt	muehlstaett	DE		0	Europe/Berlin	47.916	12.12534				02	091	09187	09187142
6545068	Unterelkofen	unterelkofen	DE		0	Europe/Berlin	48.02963	11.97051				02	091	09175	09175122
6545069	Oberelkofen	oberelkofen	DE		0	Europe/Berlin	48.02529	11.96149				02	091	09175	09175122
6545070	Aiterndorf	aiterndorf	DE		0	Europe/Berlin	48.02722	11.97995				02	091	09175	09175122
6545071	Unterlaufing	unterlaufing	DE		0	Europe/Berlin	48.07034	11.99501				02	091	09175	09175115
6545141	Pfisterer	pfisterer	DE		0	Europe/Berlin	47.84024	11.85159				02	091	09182	09182123
6545287	Haken felde	haken-felde	DE		0	Europe/Berlin	52.55892	13.20819				16	00	11000	11000000
6545288	Charlottenburg-Nord	charlottenburg-nord	DE		17942	Europe/Berlin	52.53048	13.29371				16	00	11000	11000000
6545302	yest	yest	DE		0	Europe/Berlin	53.57863	9.87699				04	00	02000	02000000
6545310	Mitte	mitte	DE		81205	Europe/Berlin	52.52003	13.40489		Berlin-Mitte,Mitte		16	00	11000	11000000
6545311	Plänterwald	plaenterwald	DE		10754	Europe/Berlin	52.48106	13.47276				16	00	11000	11000000
6545315	Neuorthofen	neuorthofen	DE		0	Europe/Berlin	48.01427	11.77451				02	091	09175	09175116
6547590	Dallgow-Döberitz	dallgow-doeberitz	DE		7439	Europe/Berlin	52.54269	13.05837		Dalgov-Deberic,Dall'gov-Djoberic,Dallgow-Doeberitz,Dallgow-Döberitz,da er ge-de bei li ci,Далгов-Дебериц,Далльгов-Дёбериц,Դալգով Դյոբերից,达尔戈-德贝里茨		11	00	12063	12063056
6548670	Bertsdorf-Hörnitz	bertsdorf-hoernitz	DE		2616	Europe/Berlin	50.88593	14.73696		Bertsdorf-Khernic,Bertsdorf-Khjornic,bei er ci duo fu-he er ni ci,Бертсдорф-Херниц,Бертсдорф-Хёрниц,Бертсдорф-Хөрниц,贝尔茨多夫-赫尔尼茨		13	00	14626	14626050
6559224	Münstertal/Schwarzwald	muenstertal-schwarzwald	DE		5199	Europe/Berlin	47.85472	7.78417		Muenstertal,Muenstertal  Black Forest,Münstertal,Münstertal  Black Forest		01	083	08315	08315130
6559495	Wooster Teerofen	wooster-teerofen	DE		0	Europe/Berlin	53.58679	12.21331				12	00	13076	13076104
6612167	Bult	bult	DE		0	Europe/Berlin	52.36512	9.77165				06	00	03241	03241001
6612168	Südstadt	suedstadt	DE		0	Europe/Berlin	52.35967	9.7508				06	00	03241	03241001
6619309	Mühlberg	muehlberg	DE		0	Europe/Berlin	48.19257	12.1321				02	091	09177	09177137
6619937	Kolsch-Bullesbach	kolsch-bullesbach	DE		0	Europe/Berlin	50.70825	7.38213				08	00	07138	07138080
6619973	Sitterswald	sitterswald	DE		0	Europe/Berlin	49.13085	7.06627				09	00	10041	10041514
6620273	Bärental	baerental	DE		0	Europe/Berlin	47.86987	8.09546				01	083	08315	08315037
6620274	Feldberg-Ort	feldberg-ort	DE		0	Europe/Berlin	47.85925	8.03942				01	083	08315	08315037
6621564	Schlüttsiel	schluettsiel	DE		0	Europe/Berlin	54.68192	8.75636				10	00	01054	01054093
6690433	schmidt-haus	schmidt-haus	DE		0	Europe/Berlin	51.23383	9.41788				05	066	06633	06633003
6690436	icke	icke	DE		0	Europe/Berlin	51.25609	9.45332				05	066	06633	06633003
6690918	Wohnsiedlung Alte Allee	wohnsiedlung-alte-allee	DE		0	Europe/Berlin	48.16234	11.44314	527			02	091	09162	09162000
6691054	Unter den Linden	unter-den-linden	DE		0	Europe/Berlin	52.51784	13.38736				16	00	11000	11000000
6691055	Potsdamer Platz	potsdamer-platz	DE		0	Europe/Berlin	52.50888	13.37852		Place de Potsdam,Potsdam Square,Potsdamer Platz		16	00	11000	11000000
6691056	Kottbusser Tor	kottbusser-tor	DE		0	Europe/Berlin	52.49979	13.41984				16	00	11000	11000000
6691058	Mehringdamm	mehringdamm	DE		0	Europe/Berlin	52.49399	13.3895				16	00	11000	11000000
6691059	Bergmannstrasse	bergmannstrasse	DE		0	Europe/Berlin	52.48903	13.3992				16	00	11000	11000000
6691060	Hermannplatz	hermannplatz	DE		0	Europe/Berlin	52.48657	13.42508				16	00	11000	11000000
6691061	Hallesches Tor	hallesches-tor	DE		0	Europe/Berlin	52.49762	13.38989				16	00	11000	11000000
6691062	Carl-Herz-Ufer	carl-herz-ufer	DE		0	Europe/Berlin	52.49613	13.40345				16	00	11000	11000000
6691063	Maybachufer	maybachufer	DE		0	Europe/Berlin	52.49412	13.42572				16	00	11000	11000000
6691064	Paul-Lincke-Ufer	paul-lincke-ufer	DE		0	Europe/Berlin	52.49373	13.4298				16	00	11000	11000000
6691067	Warschauer Straße	warschauer-strasse	DE		0	Europe/Berlin	52.5046	13.44988				16	00	11000	11000000
6691069	Schönholz	schoenholz	DE		0	Europe/Berlin	52.5776	13.37637				16	00	11000	11000000
6691070	Borsigwalde	borsigwalde	DE		0	Europe/Berlin	52.58522	13.30788		Berlin-Borsigwalde		16	00	11000	11000000
6691071	Waldesruh	waldesruh	DE		0	Europe/Berlin	52.48236	13.62511				11	00	12064	12064227
6691072	Altstadt Sud	altstadt-sud	DE		27515	Europe/Berlin	50.93331	6.95954				07	053	05315	05315000
6691073	Altstadt Nord	altstadt-nord	DE		17922	Europe/Berlin	50.93893	6.95752				07	053	05315	05315000
6691074	Neumarkt	neumarkt	DE		0	Europe/Berlin	50.93601	6.94745				07	053	05315	05315000
6691075	Stadtgarten	stadtgarten	DE		0	Europe/Berlin	50.9436	6.93617				07	053	05315	05315000
6691076	Neuehrenfeld	neuehrenfeld	DE		23621	Europe/Berlin	50.95753	6.93611				07	053	05315	05315000
6691077	Weidenpesch	weidenpesch	DE		0	Europe/Berlin	50.98369	6.94473				07	053	05315	05315000
6691078	Bilderstöckchen	bilderstoeckchen	DE		15430	Europe/Berlin	50.96983	6.92997		Bilderstoeckchen,Bilderstöckchen		07	053	05315	05315000
6691733	Busendorf	busendorf	DE		300	Europe/Berlin	52.28979	12.82722		Busendorf		11	00	12069	12069017
6694703	Deyekamp	deyekamp	DE		0	Europe/Berlin	53.11376	7.97384				06	00	03451	03451004
6694704	Rothenburgsort	rothenburgsort	DE		8938	Europe/Berlin	53.535	10.04082		Hamburg-Rothenburgsort,Rotenburgsort,Ротенбургсорт		04	00	02000	02000000
6697608	Kreuzhof	kreuzhof	DE		0	Europe/Berlin	48.10035	11.50174				02	091	09162	09162000
6697618	Parkstadt Solln	parkstadt-solln	DE		0	Europe/Berlin	48.08077	11.50376				02	091	09162	09162000
6697769	Geildorf	geildorf	DE		0	Europe/Berlin	50.80751	6.9022				07	053	05362	05362012
6697775	Zur alten Kohlscheune	zur-alten-kohlscheune	DE		0	Europe/Berlin	50.78177	6.82222				07	053	05362	05362020
6697776	Birkhof-Kapelle	birkhof-kapelle	DE		0	Europe/Berlin	50.79496	6.87131				07	053	05362	05362012
6697864	Reform	reform	DE		0	Europe/Berlin	52.0948	11.61564				14	00	15003	15003000
6929994	Haidhausen	haidhausen	DE		0	Europe/Berlin	48.13226	11.59772		Haidhausen-Sued,Haidhausen-Süd		02	091	09162	09162000
6930098	Grafing Bahnhof	grafing-bahnhof	DE		0	Europe/Berlin	48.04378	11.94197				02	091	09175	09175122
6930107	Zühlendorf	zuehlendorf	DE		0	Europe/Berlin	54.3449	12.85134				12	00	13073	13073060
6930137	Neu Lassentin	neu-lassentin	DE		0	Europe/Berlin	54.33399	12.88911				12	00	13073	13073060
6930141	Planitz	planitz	DE		0	Europe/Berlin	54.36136	12.67505				12	00	13073	13073009
6930142	Barth Tannenheim	barth-tannenheim	DE		0	Europe/Berlin	54.36546	12.67397				12	00	13073	13073009
6930143	Buchenhorst	buchenhorst	DE		0	Europe/Berlin	54.26858	12.7141				12	00	13073	13073096
6930145	Eixen Forsthaus	eixen-forsthaus	DE		0	Europe/Berlin	54.17635	12.73878				12	00	13073	13073022
6930146	Behrenwalde Süd	behrenwalde-sued	DE		0	Europe/Berlin	54.19222	12.78379				12	00	13073	13073097
6930147	Neu Poppendorf	neu-poppendorf	DE		0	Europe/Berlin	54.17756	12.5124				12	00	13073	13073055
6930148	Freudenberg Ausbau	freudenberg-ausbau	DE		0	Europe/Berlin	54.21893	12.47652				12	00	13073	13073075
6930151	Kneese Ausbau	kneese-ausbau	DE		0	Europe/Berlin	54.11301	12.57767				12	00	13073	13073055
6930152	Grünheide	gruenheide	DE		0	Europe/Berlin	54.1157	12.5666				12	00	13073	13073015
6930173	Riemserort	riemserort	DE		0	Europe/Berlin	54.17896	13.33637				12	00	13075	13075039
6930174	Insel Riems	insel-riems	DE		0	Europe/Berlin	54.18364	13.36238				12	00	13075	13075039
6930190	Groß Rakow	gross-rakow	DE		0	Europe/Berlin	54.05097	13.04086				12	00	13073	13073089
6930193	Dierhagen Strand	dierhagen-strand	DE		0	Europe/Berlin	54.29258	12.33396				12	00	13073	13073017
6930194	Dierhagen Ost	dierhagen-ost	DE		0	Europe/Berlin	54.30621	12.35129				12	00	13073	13073017
6930213	Ziethenhorst	ziethenhorst	DE		0	Europe/Berlin	52.80172	12.87941				11	00	12068	12068117
6930214	Kolonie Rathlosen	kolonie-rathlosen	DE		0	Europe/Berlin	52.68981	8.68847				06	00	03251	03251040
6930215	Sprekelshorst	sprekelshorst	DE		0	Europe/Berlin	52.68148	8.63525				06	00	03251	03251018
6930216	Donstorfer Siedlung	donstorfer-siedlung	DE		0	Europe/Berlin	52.65259	8.59981				06	00	03251	03251017
6930217	Deckertau	deckertau	DE		0	Europe/Berlin	52.64942	8.64607				06	00	03251	03251018
6930218	Rehdener Fladder	rehdener-fladder	DE		0	Europe/Berlin	52.54755	8.46514				06	00	03251	03251030
6930219	Kolonie Groß Lessen	kolonie-gross-lessen	DE		0	Europe/Berlin	52.67805	8.70049				06	00	03251	03251040
6930220	Tantow Vorwerk	tantow-vorwerk	DE		0	Europe/Berlin	53.29041	14.3563				11	00	12073	12073565
6930222	Hammelstall	hammelstall	DE		0	Europe/Berlin	53.37887	14.11503				11	00	12073	12073085
6930223	Beatenhof	beatenhof	DE		0	Europe/Berlin	53.23409	14.2933				11	00	12073	12073189
6930225	Blumberger Mühle	blumberger-muehle	DE		0	Europe/Berlin	53.03605	13.96431				11	00	12073	12073008
6930228	Redernswalde	redernswalde	DE		0	Europe/Berlin	53.04317	13.8487				11	00	12060	12060068
6930229	Zuchenberg	zuchenberg	DE		0	Europe/Berlin	52.99707	13.94148				11	00	12073	12073008
6930230	Glambecker Mühle	glambecker-muehle	DE		0	Europe/Berlin	53.01592	13.85007				11	00	12073	12073008
6930231	Elisenau	elisenau	DE		0	Europe/Berlin	52.95598	13.73694				11	00	12060	12060100
6930233	Saaten-Neuendorf	saaten-neuendorf	DE		0	Europe/Berlin	52.89145	14.07941				11	00	12064	12064044
6930234	Zaun	zaun	DE		0	Europe/Berlin	52.8956	13.98834				11	00	12060	12060045
6930235	Blütenberg	bluetenberg	DE		0	Europe/Berlin	52.88907	13.77222				11	00	12060	12060198
6930236	Paulshof	paulshof	DE		0	Europe/Berlin	52.80312	14.15365				11	00	12064	12064371
6930239	Zuckerfabrik	zuckerfabrik	DE		0	Europe/Berlin	52.77665	14.10215				11	00	12064	12064044
6930240	Zollbrücke	zollbruecke	DE		0	Europe/Berlin	52.78833	14.24987				11	00	12064	12064371
6930255	Henriettenhof	henriettenhof	DE		0	Europe/Berlin	52.62306	14.50187				11	00	12064	12064057
6930256	Schäferei	schaeferei	DE		0	Europe/Berlin	52.59512	14.558		Gorgast Schaeferei,Gorgast Schäferei		11	00	12064	12064266
6930290	Bergerdamm Lager	bergerdamm-lager	DE		0	Europe/Berlin	52.67008	12.80276				11	00	12063	12063208
6930292	Emilienfelde	emilienfelde	DE		0	Europe/Berlin	52.90031	13.40598				11	00	12065	12065193
6930294	Ziegelscheune	ziegelscheune	DE		0	Europe/Berlin	53.01798	13.21269				11	00	12065	12065100
6930414	Stuttgart-Ost	stuttgart-ost	DE		47500	Europe/Berlin	48.78363	9.21032	300	S-Ost,Stgt-Ost		01	081	08111	08111000
6930437	Mürow Oberdorf	muerow-oberdorf	DE		0	Europe/Berlin	53.05478	14.05443				11	00	12073	12073008
6930492	Kumpfmühle	kumpfmuehle	DE		0	Europe/Berlin	48.2518	11.16975				02	091	09179	09179117
6930499	Spittersberg	spittersberg	DE		0	Europe/Berlin	48.04235	12.32337				02	091	09187	09187113
6930500	Hinterholzmühle	hinterholzmuehle	DE		0	Europe/Berlin	48.03968	12.33123				02	091	09187	09187113
6930501	Steinrab	steinrab	DE		0	Europe/Berlin	47.97478	12.48453				02	091	09189	09189143
6930502	Trenkmoos	trenkmoos	DE		0	Europe/Berlin	47.88795	12.65168				02	091	09189	09189155
6930512	Mais	mais	DE		0	Europe/Berlin	47.98182	12.59171				02	091	09189	09189154
6930514	Höllthal	hoellthal	DE		0	Europe/Berlin	47.97846	12.50403				02	091	09189	09189143
6930840	Zuschlag	zuschlag	DE		0	Europe/Berlin	53.61733	9.09604				06	00	03352	03352029
6940176	Kleinthann	kleinthann	DE		0	Europe/Berlin	48.5238	13.18448	380			02	092	09275	09275125
6940179	Steppenberg	steppenberg	DE		0	Europe/Berlin	50.76784	6.04068				07	053	05334	05334002
6940463	Altstadt	altstadt	DE		0	Europe/Berlin	48.137	11.57521				02	091	09162	09162000
6940464	Isarvorstadt	isarvorstadt	DE		0	Europe/Berlin	48.13001	11.57556				02	091	09162	09162000
6940465	Lehel	lehel	DE		0	Europe/Berlin	48.13963	11.58766				02	091	09162	09162000
6940466	Ludwigsvorstadt	ludwigsvorstadt	DE		0	Europe/Berlin	48.13591	11.55573				02	091	09162	09162000
6940467	Schwanthalerhöhe	schwanthalerhoehe	DE		0	Europe/Berlin	48.1335	11.54406				02	091	09162	09162000
6940468	Maxvorstadt	maxvorstadt	DE		0	Europe/Berlin	48.14702	11.56903				02	091	09162	09162000
6940469	Sendling	sendling	DE		0	Europe/Berlin	48.11964	11.54114				02	091	09162	09162000
6940923	Östliche Vorstadt	oestliche-vorstadt	DE		0	Europe/Berlin	53.07237	8.8361				03	00	04011	04011000
6940924	Gartenstadt Vahr	gartenstadt-vahr	DE		0	Europe/Berlin	53.07304	8.88159				03	00	04011	04011000
6940925	Bahnhofsvorstadt	bahnhofsvorstadt	DE		0	Europe/Berlin	53.08261	8.81207				03	00	04011	04011000
6940926	Ostertor	ostertor	DE		0	Europe/Berlin	53.07268	8.81546				03	00	04011	04011000
6940927	Handelshäfen	handelshaefen	DE		0	Europe/Berlin	53.09835	8.76451				03	00	04011	04011000
6940928	Hohentorshafen	hohentorshafen	DE		0	Europe/Berlin	53.07846	8.78177				03	00	04011	04011000
6940929	Industriehäfen	industriehaefen	DE		0	Europe/Berlin	53.1219	8.73259				03	00	04011	04011000
6940930	Neustädter Häfen	neustaedter-haefen	DE		0	Europe/Berlin	53.10155	8.74022				03	00	04011	04011000
6940931	Alte Neustadt	alte-neustadt	DE		0	Europe/Berlin	53.07296	8.79885				03	00	04011	04011000
6940932	Hohentor	hohentor	DE		0	Europe/Berlin	53.07247	8.78782				03	00	04011	04011000
6940933	Gartenstadt Süd	gartenstadt-sued	DE		0	Europe/Berlin	53.06028	8.79857				03	00	04011	04011000
6940934	Buntentor	buntentor	DE		0	Europe/Berlin	53.06255	8.80516				03	00	04011	04011000
6940935	Kattenturm	kattenturm	DE		0	Europe/Berlin	53.03812	8.82005				03	00	04011	04011000
6940936	Kattenesch	kattenesch	DE		0	Europe/Berlin	53.02981	8.81601				03	00	04011	04011000
6940937	Sodenmatt	sodenmatt	DE		0	Europe/Berlin	53.048	8.72731				03	00	04011	04011000
6940938	Neue Vahr Südwest	neue-vahr-suedwest	DE		0	Europe/Berlin	53.07732	8.89433				03	00	04011	04011000
6940939	Neue Vahr Südost	neue-vahr-suedost	DE		0	Europe/Berlin	53.08085	8.89352				03	00	04011	04011000
6940940	Neue Vahr Nord	neue-vahr-nord	DE		0	Europe/Berlin	53.08464	8.8882				03	00	04011	04011000
6940943	Lehsterdeich	lehsterdeich	DE		0	Europe/Berlin	53.11494	8.89172				03	00	04011	04011000
6940944	Borgfeld	borgfeld	DE		0	Europe/Berlin	53.12458	8.90279				03	00	04011	04011000
6940945	Ellener Feld	ellener-feld	DE		0	Europe/Berlin	53.06314	8.92729				03	00	04011	04011000
6940946	Ellenerbrok-Schevemoor	ellenerbrok-schevemoor	DE		0	Europe/Berlin	53.07201	8.94982				03	00	04011	04011000
6940947	Tenever	tenever	DE		0	Europe/Berlin	53.06497	8.96171				03			
6940948	Blockdiek	blockdiek	DE		0	Europe/Berlin	53.07438	8.92922				03	00	04011	04011000
6940949	Blockland	blockland	DE		0	Europe/Berlin	53.16242	8.74924				03	00	04011	04011000
6940950	Findorff-Bürgerweide	findorff-buergerweide	DE		0	Europe/Berlin	53.08722	8.81421				03	00	04011	04011000
6940951	Regensburger Straße	regensburger-strasse	DE		0	Europe/Berlin	53.09619	8.80314				03	00	04011	04011000
6940952	Weidedamm	weidedamm	DE		0	Europe/Berlin	53.09964	8.80747				03	00	04011	04011000
6940953	Utbremen	utbremen	DE		0	Europe/Berlin	53.08892	8.79391				03	00	04011	04011000
6940954	Steffensweg	steffensweg	DE		0	Europe/Berlin	53.09199	8.78323				03	00	04011	04011000
6940955	Westend	westend	DE		0	Europe/Berlin	53.0982	8.78662				03	00	04011	04011000
6941055	Bochum-Hordel	bochum-hordel	DE		380000	Europe/Berlin	51.50168	7.1756	51			07	059	05911	05911000
6941416	Stockdorf	stockdorf	DE		0	Europe/Berlin	48.09195	11.40737				02	091	09188	09188120
6941809	Kimmelsteich	kimmelsteich	DE		0	Europe/Berlin	50.05934	8.99557				02	096	09671	09671114
6942044	Talmühle Cursdorf	talmuehle-cursdorf	DE		0	Europe/Berlin	50.56662	11.10901				15	00	16073	16073013
6942950	Passau, Altstadt	passau-altstadt	DE		0	Europe/Berlin	48.57468	13.46383				02	092	09262	09262000
6943381	Weilheim-Bannholz	weilheim-bannholz	DE		0	Europe/Berlin	47.67397	8.16121				01	083	08337	08337118
6943916	Steinloh	steinloh	DE		0	Europe/Berlin	52.52259	8.80417				06	00	03256	03256033
6943919	Hespeloh	hespeloh	DE		0	Europe/Berlin	52.53361	8.77722				06	00	03251	03251003
6944105	Neurüdnitz OT Spitz	neuruednitz-ot-spitz	DE		0	Europe/Berlin	52.81137	14.18283				11	00	12064	12064371
6944296	St. Pauli	st-pauli	DE		27612	Europe/Berlin	53.557	9.964		Sankt-Pauli,Санкт-Паули		04	00	02000	02000000
6945691	Neu Benthen	neu-benthen	DE		0	Europe/Berlin	53.52837	11.99244				12	00	13076	13076151
6947057	Diemühle	diemuehle	DE		0	Europe/Berlin	49.32669	11.50651				02	093	09373	09373153
6947268	Stadtbezirk 01	stadtbezirk-01	DE		0	Europe/Berlin	51.225	6.77667				07	051	05111	05111000
6947270	Stadtbezirk 02	stadtbezirk-02	DE		0	Europe/Berlin	51.2493	6.80183				07	051	05111	05111000
6947271	Stadtbezirk 03	stadtbezirk-03	DE		0	Europe/Berlin	51.20806	6.77667				07	051	05111	05111000
6947274	Stadtbezirk 04	stadtbezirk-04	DE		0	Europe/Berlin	51.2303	6.75472				07	051	05111	05111000
6947275	Stadtbezirk 05	stadtbezirk-05	DE		0	Europe/Berlin	51.2972	6.73917				07	051	05111	05111000
6947276	Stadtbezirk 06	stadtbezirk-06	DE		0	Europe/Berlin	51.2661	6.81417				07	051	05111	05111000
6947277	Stadtbezirk 07	stadtbezirk-07	DE		0	Europe/Berlin	51.2369	6.86417				07	051	05111	05111000
6947278	Lierenfeld	lierenfeld	DE		0	Europe/Berlin	51.2092	6.8275				07	051	05111	05111000
6947279	Stadtbezirk 09	stadtbezirk-09	DE		0	Europe/Berlin	51.1642	6.86917				07	051	05111	05111000
6947280	Stadtbezirk 10	stadtbezirk-10	DE		0	Europe/Berlin	51.1489	6.89528				07	051	05111	05111000
6947948	Settmecke	settmecke	DE		0	Europe/Berlin	51.32502	7.99039				07	059	05958	05958044
6948901	Fichtelberg Haus	fichtelberg-haus	DE		0	Europe/Berlin	50.42871	12.95436				13	00	14521	14521440
6949006	Ilkerbruch	ilkerbruch	DE		0	Europe/Berlin	52.4354	10.66318				06	00	03103	03103000
6950467	Hinterviechtach bei Kollnburg	hinterviechtach-bei-kollnburg	DE		0	Europe/Berlin	49.03247	12.8422				02	092	09276	09276128
6950978	Paulsmuhle	paulsmuhle	DE		0	Europe/Berlin	51.289	13.6147				13	00	14627	14627060
6951078	Biederbach Baden-Wurttemberg	biederbach-baden-wurttemberg	DE		0	Europe/Berlin	48.1811	8.00957				01	083	08316	08316003
6951113	Freiburg bei Hamburg	freiburg-bei-hamburg	DE		0	Europe/Berlin	53.8333	9.28333				06	00	03359	03359018
6951706	Pohlitz-Ausbau	pohlitz-ausbau	DE		0	Europe/Berlin	52.19756	14.60581				11	00	12067	12067458
6951833	Recksberg bei Haibach	recksberg-bei-haibach	DE		0	Europe/Berlin	49.03311	12.70861				02	092	09278	09278129
6954193	Großlohma	grosslohma	DE		0	Europe/Berlin	50.88208	11.40338				15	00	16071	16071008
6954195	Möbis	moebis	DE		0	Europe/Berlin	50.91394	11.51633				15	00	16053	16053000
6954314	Heydingsburg	heydingsburg	DE		0	Europe/Berlin	50.9111	11.31339	305			15	00	16071	16071031
6956848	Röthgen b. Eschweiler	roethgen-b-eschweiler	DE		0	Europe/Berlin	50.81467	6.26143				07	053	05334	05334012
7116417	Wulfshof	wulfshof	DE		0	Europe/Berlin	50.97162	7.20892				07	053	05378	05378004
7116418	Hove	hove	DE		0	Europe/Berlin	50.91767	7.21038				07	053	05378	05378028
7116470	Mitteleschbach	mitteleschbach	DE		0	Europe/Berlin	50.9518	7.20559				07	053	05378	05378004
7116471	Kreutzhäuschen	kreutzhaeuschen	DE		0	Europe/Berlin	50.95605	7.27295				07	053	05378	05378024
7116474	Fischermühle	fischermuehle	DE		0	Europe/Berlin	50.91533	7.35097				07	053	05382	05382036
7118080	Nordend-Ost	nordend-ost	DE		0	Europe/Berlin	50.12597	8.69662				05	064	06412	06412000
7118081	Nordend-West	nordend-west	DE		0	Europe/Berlin	50.12988	8.67946				05	064	06412	06412000
7118082	Ostend	ostend	DE		0	Europe/Berlin	50.11629	8.72211		Frankfurt-Ostend		05	064	06412	06412000
7118083	Frankfurter-Berg	frankfurter-berg	DE		0	Europe/Berlin	50.16689	8.67765				05	064	06412	06412000
7118085	Westend-Süd	westend-sued	DE		0	Europe/Berlin	50.11651	8.66375				05	064	06412	06412000
7118086	Sindlingen	sindlingen	DE		0	Europe/Berlin	50.08468	8.51629		Frankfurt-Sindlingen		05	064	06412	06412000
7118087	Oberrad	oberrad	DE		0	Europe/Berlin	50.10082	8.72645		Frankfurt-Oberrad		05	064	06412	06412000
7118089	Westend-Nord	westend-nord	DE		0	Europe/Berlin	50.12696	8.66796				05	064	06412	06412000
7118090	Bahnhofsviertel	bahnhofsviertel	DE		0	Europe/Berlin	50.10748	8.66564		Frankfurt-Bahnhofsviertel		05	064	06412	06412000
7118091	Dornbusch	dornbusch	DE		0	Europe/Berlin	50.14748	8.66813		Frankfurt-Dornbusch		05	064	06412	06412000
7118092	Gutleutviertel	gutleutviertel	DE		0	Europe/Berlin	50.10186	8.65345		Frankfurt-Gutleutviertel		05	064	06412	06412000
7118093	Gallus	gallus	DE		39130	Europe/Berlin	50.10038	8.6295		Frankfurt-Gallus,Gallusviertel		05	064	06412	06412000
7118103	Altstadt	altstadt	DE		0	Europe/Berlin	50.11029	8.68255		Frankfurt-Altstadt,altstad,التستاد		05	064	06412	06412000
7158922	Ferrenberg	ferrenberg	DE		0	Europe/Berlin	50.9385	7.28595				07	053	05378	05378024
7158926	Juck	juck	DE		0	Europe/Berlin	50.96793	7.22126				07	053	05378	05378004
7274677	Eidelstedt	eidelstedt	DE		30100	Europe/Berlin	53.60697	9.90538		Eidelstedt,Hamburg-Eidelstedt		04	00	02000	02000000
7274685	Arkeburg	arkeburg	DE		0	Europe/Berlin	52.75604	8.39149				06	00	03460	03460004
7274686	Osterheide	osterheide	DE		0	Europe/Berlin	52.74705	8.36806				06	00	03460	03460004
7274693	Dauhorst	dauhorst	DE		0	Europe/Berlin	52.48435	8.43896				06	00	03251	03251009
7274694	Mecklingen	mecklingen	DE		0	Europe/Berlin	52.50724	8.40703				06	00	03251	03251020
7280438	Kesselberg	kesselberg	DE		50	Europe/Berlin	52.37997	13.73703				11	00	12067	12067173
7280728	Wasser	wasser	DE		0	Europe/Berlin	50.93041	7.29748				07	053	05378	05378024
7280731	Untersteeg	untersteeg	DE		0	Europe/Berlin	50.95282	7.22643				07	053	05378	05378024
7280866	Neu Herzberg	neu-herzberg	DE		0	Europe/Berlin	53.52919	11.97553	60			12	00	13076	13076151
7281053	Agger	agger	DE		0	Europe/Berlin	50.90991	7.26325				07	053	05382	05382028
7282436	Jonitz	jonitz	DE		0	Europe/Berlin	51.83689	12.2719				14	00	15001	15001000
7284134	Schelfstadt	schelfstadt	DE		4308	Europe/Berlin	53.63382	11.41711				12	00	13004	13004000
7284135	Werdervorstadt	werdervorstadt	DE		4148	Europe/Berlin	53.63909	11.42767				12	00	13004	13004000
7284136	Schelfwerder	schelfwerder	DE		0	Europe/Berlin	53.6481	11.43471				12	00	13004	13004000
7284137	Altstadt	altstadt	DE		3202	Europe/Berlin	53.62805	11.41582				12	00	13004	13004000
7284138	Feldstadt	feldstadt	DE		4160	Europe/Berlin	53.62331	11.40673				12	00	13004	13004000
7284164	Gartenstadt	gartenstadt	DE		0	Europe/Berlin	53.60636	11.41994				12	00	13004	13004000
7284165	Großer Dreesch	grosser-dreesch	DE		0	Europe/Berlin	53.60178	11.43248				12	00	13004	13004000
7284166	Neu Zippendorf	neu-zippendorf	DE		0	Europe/Berlin	53.59831	11.4505				12	00	13004	13004000
7284167	Mueßer Holz	muesser-holz	DE		0	Europe/Berlin	53.5924	11.46801				12	00	13004	13004000
7284168	Paulsstadt	paulsstadt	DE		8299	Europe/Berlin	53.63283	11.40372				12	00	13004	13004000
7284171	Weststadt	weststadt	DE		12141	Europe/Berlin	53.63472	11.39565				12	00	13004	13004000
7284172	Lewenberg	lewenberg	DE		2106	Europe/Berlin	53.64591	11.40767				12	00	13004	13004000
7284571	Eisleben Lutherstadt	eisleben-lutherstadt	DE		24346	Europe/Berlin	51.52754	11.54835		Ajsleben,Eisleben,Eissleben [a. 1650],Eißleben [a. 1650],Islebia,Isleue [a. 1528],Islevo [a. 994],Isleŭe [a. 1528],Ljutershtadt Ajsleben,Lutershtat Ajsleben,Lutherstadt Eisleben,ai si lai ben,aiseulleben,aislebeni,aisureben,ayslbn,ayyzlbn,Айслебен,Ајслебен,Лутерштат Ајслебен,Лютерштадт Айслебен,آئیزلبن,آیسلبن,أيسلبن,აისლებენი,アイスレーベン,艾斯莱本,아이슬레벤		14	00	15087	15087130
7287852	Griffenhagen	griffenhagen	DE		0	Europe/Berlin	53.31272	12.29422				11	00	12070	12070280
7289487	Dreihausen	dreihausen	DE		0	Europe/Berlin	53.21888	9.6175				06	00	03357	03357046
7289488	Stell	stell	DE		0	Europe/Berlin	53.21539	9.6466				06	00	03357	03357033
7289491	Auhof bei Neumarkt i.d.OPf.	auhof-bei-neumarkt-i-d-opf	DE		0	Europe/Berlin	49.30736	11.50612				02	093	09373	09373147
7289614	Halle Neustadt	halle-neustadt	DE		44515	Europe/Berlin	51.47924	11.91605		Galle-Nojshtadt,Halle-Neustadt,halh nwyshtt,Галле-Нойштадт,هاله نويشتت		14	00	15002	15002000
7289916	Bad Kötzting	bad-koetzting	DE		0	Europe/Berlin	49.17194	12.85675		Bad Kecting,Bad Ketzing,Bad Koetzting,Bad Kötzting,Bad-Kecting,Bad-Kjocting,Koetzting,Kötzting,ba te ke ci ting,bad kwtstyngh,bad kwtztyng,Бад Кецтинг,Бад-Кецтінг,Бад-Кёцтинг,Бад-Көцтинг,Բադ Քյոթցթինգ,باد كوتستينغ,باد کوتزتینگ,بیڈ کوٹزٹنگ,巴特克茨廷		02	093	09372	09372137
7290243	Bergedorf	bergedorf	DE		119665	Europe/Berlin	53.48462	10.22904		Arrondissement de Bergedorf,Bardoerp,Bardörp,Bergedorf,Bezirk Bergedorf,Distretto di Bergedorf,Hamburg-Bergedorf,bei ge duo fu qu,brgdwrf,Бергедорф,برگدورف,贝格多夫区		04	00	02000	02000000
7290252	Spandau	spandau	DE		34506	Europe/Berlin	52.5511	13.19921		Berlin-Spandau,Spandau,Spandava,Špandava,שפנדאו,سپانڈو		16	00	11000	11000000
7290255	Berlin Treptow	berlin-treptow	DE		50000	Europe/Berlin	52.49376	13.44469		Treptow		16	00	11000	11000000
7290272	Wendlmannthal	wendlmannthal	DE		0	Europe/Berlin	49.19085	11.81399				02	093	09373	09373134
7290396	Langlau b. Plofeld	langlau-b-plofeld	DE		0	Europe/Berlin	49.1195	10.86119				02	095	09577	09577159
7290400	Frankfurt Main Flughafen	frankfurt-main-flughafen	DE		0	Europe/Berlin	50.0287	8.53363		Aiport Frankfurt,Airport Frankfurt Main,Frankfurt Airport,Frankfurt Flughafen		05	064	06412	06412000
7290401	Niederrad	niederrad	DE		22370	Europe/Berlin	50.08309	8.62852		Frankfurt Niederrad,Frankfurt-Niederrad,Niederrad		05	064	06412	06412000
7292556	Kamerun	kamerun	DE		0	Europe/Berlin	53.12494	11.1858				06	00	03354	03354003
7302204	Freesenheede	freesenheede	DE		0	Europe/Berlin	52.72434	8.59509				06	00	03251	03251014
7302435	Wasen	wasen	DE		0	Europe/Berlin	48.79608	9.21867		Canstatter Wasen		01	081	08111	08111000
7303020	Wittenberg	wittenberg	DE		30000	Europe/Berlin	51.8661	12.64973		Lutherstadt Wittenberg	15091	14	00	15091	15091375
7506750	Arnimswalde	arnimswalde	DE		0	Europe/Berlin	53.11683	13.73789				11	00	12073	12073201
7521438	Lingental	lingental	DE		0	Europe/Berlin	49.35445	8.72431				01	082	08226	08226041
7521758	Sorga	sorga	DE		0	Europe/Berlin	50.48848	12.18096				13	00	14523	14523320
7521934	Büsingen am Hochrhein, Stemmer	buesingen-am-hochrhein-stemmer	DE		0	Europe/Busingen	47.68743	8.6689				01	083	08335	08335015
7522045	Gratze	gratze	DE		0	Europe/Berlin	52.73323	13.76033				11	00	12064	12064205
7534288	Gronau	gronau	DE		0	Europe/Berlin	50.98275	7.10622				07	053	05378	05378004
7576151	Haithabu	haithabu	DE		0	Europe/Berlin	54.49111	9.56528				10	00	01059	01059018
7576815	Alt-Kölln	alt-koelln	DE		0	Europe/Berlin	52.51486	13.40285		Coelln an der Spree,Cölln an der Spree,Koelln,Kölln		16	00	11000	11000000
7576816	Görlitzer Park	goerlitzer-park	DE		0	Europe/Berlin	52.49655	13.43795				16	00	11000	11000000
7576819	Boxhagen	boxhagen	DE		0	Europe/Berlin	52.51048	13.46186				16	00	11000	11000000
7576933	Ettinghausen Flugplatzsiedlung	ettinghausen-flugplatzsiedlung	DE		0	Europe/Berlin	50.57299	8.87524	215	Flugplatzsiedlung		05	065	06531	06531016
7627288	Äußere Neustadt	aeussere-neustadt	DE		0	Europe/Berlin	51.06859	13.75591				13	00	14612	14612000
7627758	Löwengarten	loewengarten	DE		0	Europe/Berlin	53.23707	13.30796				11	00	12073	12073384
7627839	Kolonie Kückenshagen	kolonie-kueckenshagen	DE		0	Europe/Berlin	54.28848	12.5051				12	00	13073	13073077
7645719	Wagenthal	wagenthal	DE		0	Europe/Berlin	49.9945	11.79957				02	094	09472	09472198
7647752	Degersee	degersee	DE		0	Europe/Berlin	47.61353	9.65409				01	084	08435	08435057
7647753	Busenhaus	busenhaus	DE		0	Europe/Berlin	47.61487	9.64389				01	084	08435	08435057
7648236	Neuhurden	neuhurden	DE		0	Europe/Berlin	50.95437	7.24323				07	053	05378	05378024
7648237	Nallingen	nallingen	DE		0	Europe/Berlin	50.95056	7.22744				07	053	05378	05378024
7668845	Kurthambach	kurthambach	DE		0	Europe/Berlin	48.40778	12.53334				02	091	09183	09183129
7668889	Hardesse	hardesse	DE		12	Europe/Berlin	52.48351	10.30638		Gutshof Hardesse,Hahrsse,Hahrße,Hardeshem [a. 1022]		06	00	03151	03151017
7668971	Altstadt	altstadt	DE		0	Europe/Berlin	53.89314	11.46488				12	00	13074	13074087
7668972	Wismar Nord	wismar-nord	DE		0	Europe/Berlin	53.9095	11.48123				12	00	13074	13074087
7668973	Wismar Ost	wismar-ost	DE		0	Europe/Berlin	53.89625	11.4838				12	00	13074	13074087
7668974	Dargetzow	dargetzow	DE		0	Europe/Berlin	53.89291	11.5044				12	00	13074	13074087
7668975	Wismar Süd	wismar-sued	DE		0	Europe/Berlin	53.88249	11.47007				12	00	13074	13074087
7668976	Friedenshof	friedenshof	DE		0	Europe/Berlin	53.88679	11.43909				12	00	13074	13074087
7668977	Wismar West	wismar-west	DE		0	Europe/Berlin	53.89341	11.44209				12	00	13074	13074087
7669417	St. Mang	st-mang	DE		0	Europe/Berlin	47.71265	10.32629				02	097	09763	09763000
7729778	Gold	gold	DE		0	Europe/Berlin	54.42457	11.09722				10	00	01055	01055046
7729920	Eilenburg Ost	eilenburg-ost	DE		0	Europe/Berlin	51.46754	12.65831				13	00	14730	14730110
7730338	Wackerwinkel	wackerwinkel	DE		0	Europe/Berlin	52.44842	10.23758				06	00	03241	03241018
7730345	Kreuzweg	kreuzweg	DE		0	Europe/Berlin	52.4592	10.13377				06	00	03241	03241018
7730346	Am tiefen Moor	am-tiefen-moor	DE		0	Europe/Berlin	52.44947	10.14304				06	00	03241	03241018
7730350	Kälberberg	kaelberberg	DE		0	Europe/Berlin	52.4148	10.12725		Kalberberg,Kalwerbarch		06	00	03241	03241018
7730352	Immenberg	immenberg	DE		0	Europe/Berlin	52.43676	10.17952				06	00	03241	03241018
7730356	Am Buschberge	am-buschberge	DE		0	Europe/Berlin	52.39153	10.1851				06	00	03157	03157001
7730358	Berkhöpen	berkhoepen	DE		0	Europe/Berlin	52.39812	10.24728				06	00	03157	03157001
7730366	Auf der Geist	auf-der-geist	DE		0	Europe/Berlin	51.66114	7.79227				07	059	05915	05915000
7731655	Hövel	hoevel	DE		0	Europe/Berlin	51.70262	7.76004				07	059	05915	05915000
7731656	Bockum	bockum	DE		0	Europe/Berlin	51.69666	7.72905				07	059	05915	05915000
7731659	Daberg	daberg	DE		0	Europe/Berlin	51.66095	7.78012				07	059	05915	05915000
7731661	Herringer Heide	herringer-heide	DE		0	Europe/Berlin	51.65544	7.71369				07	059	05915	05915000
7731662	Schmerhövel	schmerhoevel	DE		0	Europe/Berlin	51.62217	7.72588				07	059	05978	05978008
7731664	Bänkerheide	baenkerheide	DE		0	Europe/Berlin	51.6065	7.82776				07	059	05915	05915000
7731708	Bernser Landwehr	bernser-landwehr	DE		103	Europe/Berlin	52.22152	9.1505				06	00	03257	03257003
7731776	Angerstein	angerstein	DE		0	Europe/Berlin	51.61716	9.93593		Aggerstein [a. 1139],Angerstein (Noerten-Hardenberg),Angerstein (Nörten-Hardenberg)		06	00	03155	03155010
7731778	Bebertal Eins	bebertal-eins	DE		0	Europe/Berlin	52.23944	11.33484		Albenslae,Albenslä,Almslae,Almslä,Alvensleben,Bebertal,Bebertal I,Bebertal',Беберталь		14	00	15083	15083298
7732320	Burg Lahr	burg-lahr	DE		0	Europe/Berlin	50.61995	7.4986				08	00	07132	07132016
7732321	Bürdenbach-Bruchermühle	buerdenbach-bruchermuehle	DE		0	Europe/Berlin	50.61941	7.53181				08	00	07132	07132015
7732633	Garbsen-Mitte	garbsen-mitte	DE		7500	Europe/Berlin	52.42659	9.60383	52	Garbsen-Mitte		06	00	03241	03241005
7733132	Kiewitt	kiewitt	DE		0	Europe/Berlin	52.39079	13.04034				11	00	12054	12054000
7733133	Altes Rad	altes-rad	DE		0	Europe/Berlin	52.41038	12.99125				11	00	12054	12054000
7778662	Neubleicherode	neubleicherode	DE		0	Europe/Berlin	51.46954	10.43705		Neubleicherode (Neustadt im Eichsfeld)		15	00	16061	16061116
7778663	Thomas-Müntzer-Siedlung	thomas-muentzer-siedlung	DE		0	Europe/Berlin	51.49009	10.41907		Thomas-Muentzer-Siedlung (Bischofferode),Thomas-Müntzer-Siedlung (Bischofferode)		15	00	16061	16061116
7778797	Lübeck St. Gertrud	luebeck-st-gertrud	DE		0	Europe/Berlin	53.87217	10.71373				10	00	01003	01003000
7778867	Hörn	hoern	DE		0	Europe/Berlin	50.78235	6.05714				07	053	05334	05334002
7778868	Melaten	melaten	DE		0	Europe/Berlin	50.78577	6.04838				07	053	05334	05334002
7778869	Frankenberger Viertel	frankenberger-viertel	DE		0	Europe/Berlin	50.76803	6.10672				07	053	05334	05334002
7778968	Hohenzorn	hohenzorn	DE		0	Europe/Berlin	50.26817	11.63422				02	094	09475	09475169
7778987	Großdedeleben	grossdedeleben	DE		0	Europe/Berlin	52.02967	10.89211		Gross Dedeleben,Groß Dedeleben,Sued-Dedeleben,Sueddedeleben,Süd-Dedeleben,Süddedeleben		14	00	15085	15085185
7778988	Nord-Dedeleben	nord-dedeleben	DE		0	Europe/Berlin	52.03459	10.88887		Kleindedeleben,Nord Dedeleben,Norddedeleben		14	00	15085	15085185
7778994	Alter Markt	alter-markt	DE		0	Europe/Berlin	51.94204	11.43		Altemarkt-Egeln,Alter Markt (Egeln),Egeln-Alter Markt		14	00	15089	15089075
7779053	Klein Giesen	klein-giesen	DE		0	Europe/Berlin	52.1964	9.90478		Luettjen Joeisen,Lüttjen Jöisen		06	00	03254	03254017
7870576	Waldbardau	waldbardau	DE		0	Europe/Berlin	51.21226	12.71873				13	00	14729	14729160
7870722	Altstadt	altstadt	DE		0	Europe/Berlin	52.12698	11.63195		Magdeburg-Altstadt		14	00	15003	15003000
7870765	Unterstrasse	unterstrasse	DE		0	Europe/Berlin	51.11398	7.18152	259			07	053	05378	05378032
7873841	In der Rümmecke	in-der-ruemmecke	DE		0	Europe/Berlin	51.38223	8.15838				07	059	05958	05958032
7874324	Räumicht	raeumicht	DE		0	Europe/Berlin	50.92863	14.34566				13	00	14628	14628360
7874739	Luttringhausen	luttringhausen	DE		0	Europe/Berlin	52.22386	9.44361		Luttringhausen (Bad Muender am Deister),Luttringhausen (Bad Münder am Deister)		06	00	03252	03252002
7909691	Neu-Schmellwitz	neu-schmellwitz	DE		0	Europe/Berlin	51.78502	14.34347	65			11	00	12052	12052000
7909810	Millen	millen	DE		0	Europe/Berlin	51.02304	5.88206				07	053	05370	05370024
7910318	Ecovillage of Sieben Linden	ecovillage-of-sieben-linden	DE		120	Europe/Berlin	52.69	11.143				14	00	15081	15081045
7910387	Cottbuser Vorstadt	cottbuser-vorstadt	DE		0	Europe/Berlin	51.85304	14.42702				11	00	12071	12071304
7910388	Drehnower Vorstadt	drehnower-vorstadt	DE		0	Europe/Berlin	51.8607	14.40059				11	00	12071	12071304
7910389	Gubener Vorstadt	gubener-vorstadt	DE		0	Europe/Berlin	51.86907	14.41917				11	00	12071	12071304
7910390	Präsidentenmühle	praesidentenmuehle	DE		0	Europe/Berlin	51.87587	14.41977				11	00	12071	12071401
7911102	Wassermangel	wassermangel	DE		0	Europe/Berlin	51.33281	6.95615				07	051	05158	05158012
7932342	Barmbek-Nord	barmbek-nord	DE		40261	Europe/Berlin	53.6052	10.03988				04	00	02000	02000000
7932343	Barmbek-Süd	barmbek-sued	DE		0	Europe/Berlin	53.58007	10.04067				04	00	02000	02000000
7932378	Hammerbrook	hammerbrook	DE		1649	Europe/Berlin	53.54527	10.03042				04	00	02000	02000000
7932379	HafenCity	hafencity	DE		0	Europe/Berlin	53.54156	9.99328		Hafen City,Hamburg-HafenCity,Khafen Siti,hafenshiti,hafn syty,han bao gang cheng,hapensiti,Хафен Сити,هافن سيتي,ハーフェンシティ,漢堡港城,하펜시티		04	00	02000	02000000
7932386	Farmsen-Berne	farmsen-berne	DE		33315	Europe/Berlin	53.60639	10.11972				04	00	02000	02000000
7932436	Alt-Laatzen	alt-laatzen	DE		0	Europe/Berlin	52.3143	9.78753				06	00	03241	03241009
7932486	Kleiner Grasbrook	kleiner-grasbrook	DE		1250	Europe/Berlin	53.53111	9.99361				04	00	02000	02000000
8015012	Nikolaiviertel	nikolaiviertel	DE		0	Europe/Berlin	52.51748	13.40745				16	00	11000	11000000
8015069	Antriftal	antriftal	DE		0	Europe/Berlin	50.79381	9.18569				05	065	06535	06535002
8015358	Reede	reede	DE		0	Europe/Berlin	53.56432	6.75324	0			06	00	03457	03457002
8015538	Wohnung	wohnung	DE		0	Europe/Berlin	48.90998	8.42807				01	082	08215	08215017
8015563	Bonn Graurheindorf	bonn-graurheindorf	DE		0	Europe/Berlin	50.76048	7.08472	48	Graurheindorf		07	053	05314	05314000
8030343	Nordweststadt	nordweststadt	DE		0	Europe/Berlin	49.02943	8.36643	110			01	082	08212	08212000
8030344	Nordstadt	nordstadt	DE		0	Europe/Berlin	49.02504	8.38926	110			01	082	08212	08212000
8030345	Weststadt	weststadt	DE		0	Europe/Berlin	49.01068	8.37823	110			01	082	08212	08212000
8030347	Südstadt	suedstadt	DE		0	Europe/Berlin	49.00106	8.41038				01	082	08212	08212000
8030348	Oststadt	oststadt	DE		0	Europe/Berlin	49.00956	8.42454				01	082	08212	08212000
8030457	Industriehof	industriehof	DE		0	Europe/Berlin	50.1268	8.6262				05	064	06412	06412000
8051160	Warth	warth	DE		0	Europe/Berlin	50.76904	7.30187				07	053	05382	05382020
8051161	Ifang	ifang	DE		0	Europe/Berlin	50.839	7.49538				07	053	05382	05382052
8051527	Gievenbeck	gievenbeck	DE		0	Europe/Berlin	51.97018	7.56889		Givonbeki,Gīvonbėki		07	055	05515	05515000
8051530	Haxthausen	haxthausen	DE		0	Europe/Berlin	51.69177	8.78423		Hahswithehusun,Hahswīthehūsun,Haxtehusen		07	057	05774	05774032
8062813	Sorgenhöfe	sorgenhoefe	DE		10	Europe/Berlin	47.79472	9.17655	532			01	084	08435	08435047
8128529	Mainz-Oberstadt	mainz-oberstadt	DE		0	Europe/Berlin	49.98625	8.26447				08	00	07315	07315000
8128530	Mainz-Mombach	mainz-mombach	DE		0	Europe/Berlin	50.01957	8.22142				08	00	07315	07315000
8198997	Finkmühle	finkmuehle	DE		0	Europe/Berlin	50.52591	9.84089				05	066	06631	06631003
8224430	Zeulenroda-Triebes	zeulenroda-triebes	DE		0	Europe/Berlin	50.65033	11.98377		Cojlenroda-Tribes,cuo yi lun luo da-te li bei si,Цойленрода-Трибес,Цојленрода-Трибес,措伊伦罗达-特里贝斯		15	00	16076	16076087
8224626	Mainz-GE	mainz-ge	DE		0	Europe/Berlin	49.9903	8.25142				08	00	07315	07315000
8260424	Obere Zeitelwaidt	obere-zeitelwaidt	DE		2	Europe/Berlin	50.38299	11.63858	655	Oberzeitelwaidt		02	094	09475	09475112
8260426	Krötenmühle	kroetenmuehle	DE		9	Europe/Berlin	50.38766	11.63175				15			
8260428	Dorschenmühle	dorschenmuehle	DE		0	Europe/Berlin	50.39387	11.67412				15			
8260446	Untereichenstein	untereichenstein	DE		0	Europe/Berlin	50.39932	11.69927				15			
8260447	Unterwolfstein	unterwolfstein	DE		0	Europe/Berlin	50.40073	11.70092				15			
8260451	Oberkemlas	oberkemlas	DE		0	Europe/Berlin	50.38689	11.71329				15			
8260453	Kupferbühl	kupferbuehl	DE		0	Europe/Berlin	50.37079	11.70168				02	094	09475	09475137
8260454	Einsiedel	einsiedel	DE		0	Europe/Berlin	50.36887	11.69111				02	094	09475	09475156
8260470	Thierbacher Mühle	thierbacher-muehle	DE		0	Europe/Berlin	50.35169	11.66877				02	094	09475	09475112
8260471	Hölzle	hoelzle	DE		0	Europe/Berlin	50.35379	11.66937				02	094	09475	09475112
8260472	Thierbacher Hammer	thierbacher-hammer	DE		0	Europe/Berlin	50.35389	11.67448	500			02	094	09475	09475112
8260479	Schleifmühle	schleifmuehle	DE		0	Europe/Berlin	50.33844	11.70643				02	094	09475	09475156
8260480	Schneckengrün	schneckengruen	DE		0	Europe/Berlin	50.34217	11.72379				02	094	09475	09475156
8260481	Modelsmühle	modelsmuehle	DE		0	Europe/Berlin	50.35862	11.68879				02	094	09475	09475156
8260482	Saarhaus	saarhaus	DE		0	Europe/Berlin	50.36699	11.70238				02	094	09475	09475137
8260483	Preußenbühl	preussenbuehl	DE		0	Europe/Berlin	50.37233	11.70902				02	094	09475	09475137
8260486	Bärwinkel	baerwinkel	DE		0	Europe/Berlin	50.40071	11.6792				15	00	16075	16075136
8260491	Wagnersmühle bei Allersberg	wagnersmuehle-bei-allersberg	DE		0	Europe/Berlin	49.25241	11.1817				02	095	09576	09576113
8260512	Schindeldorf	schindeldorf	DE		0	Europe/Berlin	49.93144	7.77257				08	00	07133	07133103
8334619	Stadtrandsiedlung Malchow	stadtrandsiedlung-malchow	DE		1123	Europe/Berlin	52.58295	13.47811				16	00	11000	11000000
8334620	Hansaviertel	hansaviertel	DE		5629	Europe/Berlin	52.51853	13.34178		Berlin-Hansaviertel		16	00	11000	11000000
8334621	Falkenhagener Feld	falkenhagener-feld	DE		35742	Europe/Berlin	52.55191	13.16802		Berlin-Falkenhagener Feld,فالکینہاگینیر فیلڈ		16	00	11000	11000000
8334622	Neu-Hohenschönhausen	neu-hohenschoenhausen	DE		53374	Europe/Berlin	52.56681	13.51255		Berlin-Neu-Hohenschoenhausen,Berlin-Neu-Hohenschönhausen		16	00	11000	11000000
8334623	Waidmannslust	waidmannslust	DE		9715	Europe/Berlin	52.60691	13.31968				16	00	11000	11000000
8334624	Alt-Hohenschönhausen	alt-hohenschoenhausen	DE		42609	Europe/Berlin	52.54608	13.5013		Berlin-Alt-Hohenschoenhausen,Berlin-Alt-Hohenschönhausen,Wilhelmsberg,alt-shwhynzn,الت-شوهینزن		16	00	11000	11000000
8334625	Fennpfuhl	fennpfuhl	DE		31529	Europe/Berlin	52.52921	13.47267		Berlin-Fennpfuhl		16	00	11000	11000000
8354603	Hopperode	hopperode	DE		0	Europe/Berlin	51.39843	10.76634		Hoppenroda		15	00	16062	16062026
8354626	Hamburg-Nord	hamburg-nord	DE		280000	Europe/Berlin	53.58935	9.984		Arrondissement de Hambourg-Nord,Bezirk Hamburg-Nord,Distretto di Hamburg-Nord,Hamborg-Noord,Hamburgo-Norte,Hamburgum Septentrionale,Khamburg-Nord,han bao bei qu,Хамбург-Норд,汉堡北区		04	00	02000	02000000
8378675	Regensburg-Prüfening	regensburg-pruefening	DE		0	Europe/Berlin	49.01547	12.05252				02	093	09362	09362000
8378693	Regensburg-Galgenberg	regensburg-galgenberg	DE		0	Europe/Berlin	49.00038	12.10359				02	093	09362	09362000
8378694	Regensburg-Kumpfmühl	regensburg-kumpfmuehl	DE		0	Europe/Berlin	49.00142	12.08191				02	093	09362	09362000
8378695	Regensburg-Neuprüll	regensburg-neupruell	DE		0	Europe/Berlin	48.99371	12.08552				02	093	09362	09362000
8378697	Minoritenhof	minoritenhof	DE		0	Europe/Berlin	48.97689	12.03106				02	093	09375	09375199
8378879	Burg Ober-Falkenstein	burg-ober-falkenstein	DE		0	Europe/Berlin	47.71666	12.126	692	Alt-Falkenstein,Rachelburg		02	091	09187	09187131
8378880	Mühlthal	muehlthal	DE		0	Europe/Berlin	48.03043	12.1444				02	091	09187	09187124
8378883	Mühlthal	muehlthal	DE		0	Europe/Berlin	47.89585	12.14402				02	091	09187	09187163
8378906	Burg Unter-Falkenstein	burg-unter-falkenstein	DE		0	Europe/Berlin	47.7044	12.10466	536	Neu-Falkenstein		02	091	09187	09187131
8379150	Adolfseck	adolfseck	DE		0	Europe/Berlin	50.15979	8.07982	280			05	064	06439	06439002
8379164	Altgersdorf	altgersdorf	DE		0	Europe/Berlin	50.98356	14.60667				13	00	14626	14626085
8379169	Dorotheenstadt	dorotheenstadt	DE		0	Europe/Berlin	52.51809	13.38461		Berlin-Dorotheenstadt,Doroteenshtadt,Доротеенштадт		16	00	11000	11000000
8379171	Friedrichswerder	friedrichswerder	DE		0	Europe/Berlin	52.51565	13.3977				16	00	11000	11000000
8379175	Bessungen	bessungen	DE		0	Europe/Berlin	49.85784	8.65128		Darmstadt-Bessungen		05	064	06411	06411000
8379176	Beulbar	beulbar	DE		0	Europe/Berlin	50.91905	11.75614				15	00	16074	16074009
8379205	Altstadt	altstadt	DE		0	Europe/Berlin	52.26248	10.51653				06	00	03101	03101000
8379208	Sack	sack	DE		0	Europe/Berlin	52.26499	10.52044				06	00	03101	03101000
8379236	Cracau	cracau	DE		0	Europe/Berlin	52.11692	11.66667				14	00	15003	15003000
8379237	Cumbach	cumbach	DE		0	Europe/Berlin	50.71051	11.3452				15	00	16073	16073076
8379239	Deichsende	deichsende	DE		0	Europe/Berlin	53.78011	8.59266				06	00	03352	03352061
8379250	Drauschwitz	drauschwitz	DE		0	Europe/Berlin	50.90766	11.69662				15	00	16074	16074085
8379251	Dreieichenhain	dreieichenhain	DE		0	Europe/Berlin	50.00159	8.71632		Hain in der Dreieich		05	064	06438	06438002
8379280	Altstadt	altstadt	DE		0	Europe/Berlin	49.60233	11.00234				02	095	09562	09562000
8379308	Altpestitz	altpestitz	DE		0	Europe/Berlin	51.01691	13.73682				13	00	14612	14612000
8394003	Debertshausen	debertshausen	DE		0	Europe/Berlin	50.4718	10.39148		Doebbertshausen,Döbbertshausen		15	00	16066	16066094
8394234	Neumühle	neumuehle	DE		0	Europe/Berlin	49.13458	11.19352				02	095	09576	09576148
8394328	Kreuzbreite	kreuzbreite	DE		0	Europe/Berlin	48.87176	12.54896				02	092	09263	09263000
8394361	Fürst	fuerst	DE		0	Europe/Berlin	48.01935	12.78407				02	091	09189	09189118
8394402	Zweihausen	zweihausen	DE		0	Europe/Berlin	53.88241	11.55596				12	00	13074	13074090
8394432	Tabor	tabor	DE		100	Europe/Berlin	48.50471	13.05352	446			02	092	09277	09277117
8410816	Sackdilling	sackdilling	DE		0	Europe/Berlin	49.64683	11.63695				02	093	09371	09371113
8410945	Augsburg-Lechviertel	augsburg-lechviertel	DE		0	Europe/Berlin	48.36472	10.90114				02	097	09761	09761000
8411089	Pitzen	pitzen	DE		0	Europe/Berlin	48.91821	12.87879				02	092	09271	09271116
8425803	Kaisersberg	kaisersberg	DE		0	Europe/Berlin	48.14496	11.8388				02	091	09175	09175111
8425823	Reinboldsmühle	reinboldsmuehle	DE		0	Europe/Berlin	48.79129	11.30869				02	091	09176	09176118
8425925	Eschlsaign	eschlsaign	DE		1	Europe/Berlin	49.17762	12.97938	790			02	093	09372	09372113
8426005	Da baggert der SCHOSCH	da-baggert-der-schosch	DE		0	Europe/Berlin	49.21175	12.87121				02	093	09372	09372130
8426223	Baumheide	baumheide	DE		0	Europe/Berlin	52.04869	8.59062				07	057	05711	05711000
8426224	Heideblümchen	heidebluemchen	DE		0	Europe/Berlin	51.92386	8.58255				07	057	05711	05711000
8426225	Buschkamp	buschkamp	DE		0	Europe/Berlin	51.96474	8.55878				07	057	05711	05711000
8426427	Falkenstein/Harz	falkenstein-harz	DE		0	Europe/Berlin	51.73325	11.33549				14	00	15085	15085110
8435737	Alpersdorf	alpersdorf	DE		0	Europe/Berlin	48.51085	11.90281				02	091	09178	09178142
8436151	Felsenhäusl	felsenhaeusl	DE		0	Europe/Berlin	48.94154	11.76928				02	092	09273	09273121
8436258	Obermantelkirchen	obermantelkirchen	DE		0	Europe/Berlin	48.76832	11.93368				02	092	09273	09273139
8449546	Groß Hove	gross-hove	DE		0	Europe/Berlin	53.5238	9.73475				06	00	03359	03359028
8449547	Klein Hove	klein-hove	DE		0	Europe/Berlin	53.51612	9.72792				06	00	03359	03359028
8449716	Unterstmatt	unterstmatt	DE		0	Europe/Berlin	48.62905	8.20662				01	083	08317	08317116
8449924	Untereggersberg	untereggersberg	DE		0	Europe/Berlin	48.97441	11.64993				02	092	09273	09273164
8449932	Gehülz	gehuelz	DE		0	Europe/Berlin	50.24037	11.2851				02	094	09476	09476145
8468650	Hascherkeller	hascherkeller	DE		0	Europe/Berlin	48.56337	12.13895				02	092	09261	09261000
8468656	Otzlberg	otzlberg	DE		0	Europe/Berlin	48.54559	12.37936				02	092	09274	09274145
8468674	Kling	kling	DE		0	Europe/Berlin	48.14267	12.14676				02	091	09183	09183139
8468675	Lochham	lochham	DE		0	Europe/Berlin	48.13218	11.43617				02	091	09184	09184120
8468694	Unterbiberg	unterbiberg	DE		0	Europe/Berlin	48.08014	11.63504				02	091	09184	09184146
8468695	Feldmühle	feldmuehle	DE		0	Europe/Berlin	48.8111	11.12177				02	091	09185	09185153
8468759	Schweiklberg	schweiklberg	DE		0	Europe/Berlin	48.62837	13.17497				02	092	09275	09275154
8468786	Block	block	DE		0	Europe/Berlin	50.43553	7.50735				08	00	07138	07138045
8504654	Mitte	mitte	DE		0	Europe/Berlin	52.02535	8.55715				07	057	05711	05711000
8504775	Gadderbaum	gadderbaum	DE		0	Europe/Berlin	52.00211	8.51698				07	057	05711	05711000
8504875	Schwärzenbach	schwaerzenbach	DE		0	Europe/Berlin	47.94935	8.23704				01	083	08315	08315113
8520904	Rickelshausen	rickelshausen	DE		0	Europe/Berlin	47.74965	8.92639				01	083	08335	08335063
8521394	Pattonville	pattonville	DE		0	Europe/Berlin	48.87341	9.22482				01	081	08118	08118081
8521412	Lindenhof	lindenhof	DE		0	Europe/Berlin	49.47231	8.46848				01	082	08222	08222000
8521525	Frauenweiler	frauenweiler	DE		0	Europe/Berlin	49.28063	8.67242				01	082	08226	08226098
8521609	Nordviertel	nordviertel	DE		0	Europe/Berlin	50.92987	6.36057				07	053	05358	05358024
8521656	Neu-Pattern	neu-pattern	DE		1221	Europe/Berlin	50.88854	6.27688	114			07	053	05358	05358004
8521659	Weiler Hausen	weiler-hausen	DE		0	Europe/Berlin	50.87144	6.26847	120			07	053	05358	05358004
8521703	Siebenlinden	siebenlinden	DE		0	Europe/Berlin	48.48066	8.95403				01	084	08416	08416036
8531748	Sonnenhöfe	sonnenhoefe	DE		0	Europe/Berlin	49.70934	7.40006				08	00	07134	07134045
8533134	Lübbenau-Neustadt	luebbenau-neustadt	DE		0	Europe/Berlin	51.85402	13.94989				11	00	12066	12066196
8533755	Adorf/Vogtland	adorf-vogtland	DE		0	Europe/Berlin	50.32048	12.25602				13	00	14523	14523010
8555731	Blunderdorf b. Loitzendorf	blunderdorf-b-loitzendorf	DE		0	Europe/Berlin	49.08774	12.65425				02	092	09278	09278147
8555890	Schlaatz	schlaatz	DE		0	Europe/Berlin	52.37618	13.09587				11	00	12054	12054000
8555935	Weiler bei Bingen	weiler-bei-bingen	DE		0	Europe/Berlin	49.9584	7.86793				08	00	07339	07339063
8555988	Horno	horno	DE		0	Europe/Berlin	51.80564	14.54693		Rogow		11	00	12071	12071176
8556312	Angstedt	angstedt	DE		0	Europe/Berlin	50.69935	11.02096				15	00	16070	16070029
8581652	Obersimonswald	obersimonswald	DE		0	Europe/Berlin	48.06456	8.10104				01	083	08316	08316042
8581675	Scheuering	scheuering	DE		0	Europe/Berlin	48.84253	12.99043				02	092	09271	09271119
8593854	Grengel	grengel	DE		0	Europe/Berlin	50.87223	7.12601				07	053	05315	05315000
8593855	Neustadt/Nord	neustadt-nord	DE		28146	Europe/Berlin	50.949	6.9479				07	053	05315	05315000
8593856	Neustadt/Süd	neustadt-sued	DE		37939	Europe/Berlin	50.92509	6.94762				07	053	05315	05315000
8593857	Heimersdorf	heimersdorf	DE		0	Europe/Berlin	51.00939	6.90028				07	053	05315	05315000
8593858	Seeberg	seeberg	DE		0	Europe/Berlin	51.01778	6.91023				07	053	05315	05315000
8593859	Blumenberg	blumenberg	DE		0	Europe/Berlin	51.03875	6.87837				07	053	05315	05315000
8593860	Buchforst	buchforst	DE		7177	Europe/Berlin	50.95093	7.00579				07	053	05315	05315000
8593861	Kalk	kalk	DE		22802	Europe/Berlin	50.94013	7.00605				07	053	05315	05315000
8593862	Chorweiler	chorweiler	DE		0	Europe/Berlin	51.02774	6.89608				07	053	05315	05315000
8593863	Rodenkirchen	rodenkirchen	DE		0	Europe/Berlin	50.89328	6.99481				07	053	05315	05315000
8593864	Lindenthal	lindenthal	DE		0	Europe/Berlin	50.92667	6.90176				07	053	05315	05315000
8593865	Mülheim	muelheim	DE		41711	Europe/Berlin	50.96639	7.00384		Muelheim am Rhein,Mülheim am Rhein		07	053	05315	05315000
8593866	Ehrenfeld	ehrenfeld	DE		0	Europe/Berlin	50.94911	6.91155		Koeln-Ehrenfeld,Köln-Ehrenfeld		07	053	05315	05315000
8604801	Hammundeseiche	hammundeseiche	DE		0	Europe/Berlin	50.90447	9.89173				05	066	06632	06632006
8629108	Dietesheim	dietesheim	DE		0	Europe/Berlin	50.12393	8.84494				05	064	06438	06438008
8629150	Proitz	proitz	DE		0	Europe/Berlin	51.44137	12.09567				14	00	15088	15088150
8629300	Angelberg	angelberg	DE		0	Europe/Berlin	48.10669	10.56575				02	097	09778	09778204
8629304	Freibergsdorf	freibergsdorf	DE		0	Europe/Berlin	50.91069	13.32182				13	00	14522	14522180
8629305	Friedrichsberg	friedrichsberg	DE		0	Europe/Berlin	54.502	9.54364				10	00	01059	01059075
8629312	Glaucha	glaucha	DE		0	Europe/Berlin	51.47831	11.96464				14	00	15002	15002000
8629314	Glücksthal	gluecksthal	DE		0	Europe/Berlin	50.49481	11.11255				15	00	16072	16072013
8629316	Gostenhof	gostenhof	DE		0	Europe/Berlin	49.4467	11.05946				02	095	09564	09564000
8629332	Gräfinau	graefinau	DE		0	Europe/Berlin	50.70196	11.02				15	00	16070	16070029
8629373	Großdölzig	grossdoelzig	DE		0	Europe/Berlin	51.35483	12.21034				13	00	14730	14730270
8629459	Kleinpötzschau	kleinpoetzschau	DE		0	Europe/Berlin	51.21331	12.48648				13	00	14729	14729370
8629460	Großwiederitzsch	grosswiederitzsch	DE		0	Europe/Berlin	51.39222	12.37438				13	00	14713	14713000
8629463	Hanau-Altstadt	hanau-altstadt	DE		0	Europe/Berlin	50.13664	8.91768		Alt-Hanau,Althanau,Altstadt		05	064	06435	06435014
8629464	Hanau-Neustadt	hanau-neustadt	DE		0	Europe/Berlin	50.13274	8.91704		Neu-Hanau,Neuhanau,Neustadt		05	064	06435	06435014
8629465	Calenberger Neustadt	calenberger-neustadt	DE		0	Europe/Berlin	52.37077	9.72863				06	00	03241	03241001
8629487	Hottenrode	hottenrode	DE		0	Europe/Berlin	51.38269	9.94302				06	00	03159	03159013
8629489	Ilversgehofen	ilversgehofen	DE		0	Europe/Berlin	51.00013	11.02337				15	00	16051	16051000
8629490	Itzingen	itzingen	DE		0	Europe/Berlin	49.03671	9.21066				01	081	08125	08125066
8629513	Altstadt	altstadt	DE		0	Europe/Berlin	51.31591	9.5035		Kassel-Altstadt		05	066	06611	06611000
8629520	Kleindölzig	kleindoelzig	DE		0	Europe/Berlin	51.35432	12.22135				13	00	14730	14730270
8629521	Kleinkayna	kleinkayna	DE		0	Europe/Berlin	51.2897	11.92827				14	00	15088	15088065
8629522	Kleinottersleben	kleinottersleben	DE		0	Europe/Berlin	52.09839	11.57504				14	00	15003	15003000
8629523	Großottersleben	grossottersleben	DE		0	Europe/Berlin	52.08636	11.57396				14	00	15003	15003000
8629528	Kötzschwitz	koetzschwitz	DE		0	Europe/Berlin	51.2337	12.435				13	00	14729	14729190
8629529	Kohren	kohren	DE		0	Europe/Berlin	51.01979	12.60289				13	00	14729	14729140
8629539	Lauchhammer-West	lauchhammer-west	DE		0	Europe/Berlin	51.47112	13.73897		Mueckenberg,Mückenberg		11	00	12066	12066176
8629540	Lauenförde	lauenfoerde	DE		0	Europe/Berlin	51.65945	9.38706		Lauehnfjorde,Lauenferde,lao en fu er de,rauenferude,Лауенферде,Лауэнфёрде,ラウエンフェルデ,劳恩弗尔德		06	00	03255	03255026
8629579	Domäne Scharzfels	domaene-scharzfels	DE		0	Europe/Berlin	51.6226	10.41236		Neuhof,Vorwerk Neuhof		06	00	03159	03159003
8629582	Altstadt	altstadt	DE		0	Europe/Berlin	51.78949	11.1419		Quedlinburg-Altstadt		14	00	15085	15085235
8629612	Wenigen-Buttstädt	wenigen-buttstaedt	DE		0	Europe/Berlin	51.11244	11.39359				15	00	16068	16068063
8629622	Löbnitz (Bode)	loebnitz-bode	DE		0	Europe/Berlin	51.8559	11.67933				14	00	15089	15089310
8629623	Ludwigsbrunn	ludwigsbrunn	DE		0	Europe/Berlin	50.71332	8.26065		Alte Haus		05	065	06532	06532006
8630194	Mitteloderwitz	mitteloderwitz	DE		0	Europe/Berlin	50.95309	14.72907				13	00	14626	14626390
8642860	Gartenstadt	gartenstadt	DE		17745	Europe/Berlin	49.45937	8.40377				08	00	07314	07314000
8642861	Lachen-Speyerdorf	lachen-speyerdorf	DE		5470	Europe/Berlin	49.33049	8.19983	123			08	00	07316	07316000
8642899	Bad Malente-Gremsmühlen	bad-malente-gremsmuehlen	DE		0	Europe/Berlin	54.17531	10.55943				10	00	01055	01055028
8643009	Bergstadt	bergstadt	DE		0	Europe/Berlin	51.795	11.73599				14	00	15089	15089030
8643010	Altstadt	altstadt	DE		0	Europe/Berlin	51.79955	11.73584				14	00	15089	15089030
8643037	Annaberg	annaberg	DE		0	Europe/Berlin	50.57864	13.00507				13	00	14521	14521020
8643051	Neumarkt	neumarkt	DE		0	Europe/Berlin	51.4898	11.96647				14	00	15002	15002000
8643052	Altstadt	altstadt	DE		0	Europe/Berlin	51.52825	11.54618				14	00	15087	15087130
8643054	Oberfriedersdorf	oberfriedersdorf	DE		0	Europe/Berlin	51.01821	14.56585				13	00	14626	14626350
8643119	Elmen	elmen	DE		0	Europe/Berlin	51.99908	11.72001		Alten Salze,Bad Elmen		14	00	15089	15089305
8643130	Erbisdorf	erbisdorf	DE		0	Europe/Berlin	50.86073	13.32084				13	00	14522	14522050
8643335	Hemfurth	hemfurth	DE		0	Europe/Berlin	51.17195	9.05102		Hemfurth		05	066	06635	06635009
8643430	Kostloff	kostloff	DE		0	Europe/Berlin	50.0977	8.34565	198			05	064	06414	06414000
8643495	Waldstadt	waldstadt	DE		0	Europe/Berlin	49.03489	8.44389				01	082	08212	08212000
8643496	Innenstadt	innenstadt	DE		0	Europe/Berlin	49.00922	8.40394				01	082	08212	08212000
8643497	Oberreut	oberreut	DE		0	Europe/Berlin	48.98557	8.3642				01	082	08212	08212000
8643498	Südweststadt	suedweststadt	DE		0	Europe/Berlin	48.99869	8.39132				01	082	08212	08212000
8659145	Heinrichstadt	heinrichstadt	DE		0	Europe/Berlin	52.16232	10.5373		Juliusfriedenstadt,Wolfenbuettel-Heinrichstadt,Wolfenbüttel-Heinrichstadt		06	00	03158	03158037
8659146	Zellerfeld	zellerfeld	DE		0	Europe/Berlin	51.81846	10.33532				06	00	03153	03153018
8659157	Jetenburg	jetenburg	DE		0	Europe/Berlin	52.2652	9.05956		Geteneborgh [a. 1339],Geteneburg [a. 1153-70],Jetenhorch,curia Geteneborg [a. 1254]		06	00	03257	03257009
8659164	Hammermühle	hammermuehle	DE		0	Europe/Berlin	51.6182	12.58342				13	00	14730	14730020
8659332	Johannishütte	johannishuette	DE		0	Europe/Berlin	51.57778	10.78799		Sankt Johannishuette,Sankt Johannishütte		15	00	16062	16062065
8693250	Katelbogen	katelbogen	DE		0	Europe/Berlin	53.84286	11.86832				12	00	13072	13072009
8714372	Aschenbeck	aschenbeck	DE		0	Europe/Berlin	52.93516	8.41986				06	00	03458	03458003
8739828	Osternienburger Land	osternienburger-land	DE		9115	Europe/Berlin	51.8	12.01667		Osterninburger Land,ao si te er ning bu er ge er lan,Остернинбургер Ланд,奥斯特尔宁布尔格尔兰	15082256	14	00	15082	15082256
9035126	Lahberg	lahberg	DE		0	Europe/Berlin	52.50729	9.94887				06	00	03241	03241004
9035744	Weiherfeld	weiherfeld	DE		0	Europe/Berlin	52.48027	9.73432				06	00	03241	03241010
9035747	Siedlung Twenge	siedlung-twenge	DE		0	Europe/Berlin	52.48009	9.75316				06	00	03241	03241010
9072532	Auf der Horst	auf-der-horst	DE		7050	Europe/Berlin	52.41943	9.60248	51	Up de Host		06	00	03241	03241005
9072537	Leistlingen	leistlingen	DE		0	Europe/Berlin	52.44062	9.56349		Leistlingen,Lesteslage,Meyenfeld-West		06	00	03241	03241005
9171620	Rutenbarg	rutenbarg	DE		0	Europe/Berlin	53.12805	9.02364				06	00	03356	03356002
9180043	Osterwald (Garbsen)	osterwald-garbsen	DE		0	Europe/Berlin	52.45784	9.5727		Osterwole,Osterwoule		06	00	03241	03241005
9199861	Werckesbuttle	werckesbuttle	DE		0	Europe/Berlin	52.37183	10.43427		Werckesbuttle [a. 1338],Wuestung Warxbuettel,Wüstung Warxbüttel		06	00	03151	03151001
9222696	Dierkow-Neu	dierkow-neu	DE		10552	Europe/Berlin	54.10571	12.16753		D-N		12	00	13003	13003000
9222697	Dierkow-West	dierkow-west	DE		1192	Europe/Berlin	54.10608	12.15041		D-W		12	00	13003	13003000
9222698	Dierkow-Ost	dierkow-ost	DE		0	Europe/Berlin	54.09969	12.16543		D-O		12	00	13003	13003000
9238414	Kröpeliner-Tor-Vorstadt	kroepeliner-tor-vorstadt	DE		0	Europe/Berlin	54.08849	12.11539		KTV		12	00	13003	13003000
9238592	Hansaviertel	hansaviertel	DE		0	Europe/Berlin	54.08901	12.09732		Hvt		12	00	13003	13003000
9238751	Gartenstadt	gartenstadt	DE		0	Europe/Berlin	54.07688	12.07681		Gartenstadt/Stadtweide,Gst		12	00	13003	13003000
9238862	Südstadt	suedstadt	DE		0	Europe/Berlin	54.07087	12.11775		Sued,Süd		12	00	13003	13003000
9238865	Stadtmitte	stadtmitte	DE		0	Europe/Berlin	54.08522	12.14152		Stm		12	00	13003	13003000
9238908	Torfbrücke	torfbruecke	DE		0	Europe/Berlin	54.23849	12.22847		Tbr		12	00	13003	13003000
9292811	Boseroth	boseroth	DE		600	Europe/Berlin	50.70173	7.27677	177			07	053	05382	05382024
9292812	Hartenberg	hartenberg	DE		100	Europe/Berlin	50.70862	7.25896	180			07	053	05382	05382024
9292813	Dahlhausen	dahlhausen	DE		150	Europe/Berlin	50.70112	7.28758	145			07	053	05382	05382024
9403186	Jägerheide	jaegerheide	DE		0	Europe/Berlin	52.54598	10.0312				06	00	03351	03351001
9881701	Lach	lach	DE		0	Europe/Berlin	49.74449	10.69091				02	094	09471	09471220
9881873	Kranzbach	kranzbach	DE		0	Europe/Berlin	47.47226	11.21334	1040	Schloss Elmau		02	091	09180	09180122
9881874	Kirnitzschtalstraße	kirnitzschtalstrasse	DE		0	Europe/Berlin	50.92985	14.20248				13	00	14628	14628360
9881875	Kirnitzsch	kirnitzsch	DE		0	Europe/Berlin	50.92933	14.19419				13	00	14628	14628360
9959099	Altenteil (Fehmarn)	altenteil-fehmarn	DE		0	Europe/Berlin	54.51859	11.09115				10	00	01055	01055046
9972701	Steinhöring	steinhoering	DE		0	Europe/Berlin	48.2625	12.67031				02	091	09171	09171137
9973253	Horst (Lauenburg)	horst-lauenburg	DE		0	Europe/Berlin	53.63401	10.76551				10	00	01053	01053057
10177068	Blixberg	blixberg	DE		0	Europe/Berlin	51.22938	6.96941				07	051	05158	05158024
10242958	Bilk	bilk	DE		0	Europe/Berlin	51.20806	6.77667		Djussel'dorf-Bil'k,Duesseldorf-Bilk,Düsseldorf-Bilk,Дюссельдорф-Бильк		07	051	05111	05111000
10375721	Augstfelde	augstfelde	DE		0	Europe/Berlin	54.12883	10.45825				10	00	01057	01057009
10377689	Hohlgrabenäcker	hohlgrabenaecker	DE		0	Europe/Berlin	48.8397	9.19006				01	081	08111	08111000
10400383	West-Bargum	west-bargum	DE		0	Europe/Berlin	54.70321	8.94538				10	00	01054	01054010
10400440	Asel-Süd/Vöhl	asel-sued-voehl	DE		0	Europe/Berlin	51.18106	8.95487				05	066	06635	06635019
10400578	Hamburg/Stove	hamburg-stove	DE		0	Europe/Berlin	53.4237	10.29985				06	00	03353	03353007
10626614	Stove/Hamburg	stove-hamburg	DE		0	Europe/Berlin	53.42247	10.29621				06	00	03353	03353007
10627795	Neugeising	neugeising	DE		0	Europe/Berlin	50.75846	13.79204				13	00	14628	14628010
10628637	Niecha	niecha	DE		0	Europe/Berlin	51.09538	14.9187				13	00	14626	14626300
10628653	Oberhermersdorf	oberhermersdorf	DE		0	Europe/Berlin	50.80867	12.98816				13	00	14511	14511000
10628654	Oberleutersdorf	oberleutersdorf	DE		0	Europe/Berlin	50.96172	14.64619				13	00	14626	14626280
10628837	Obermaßfeld	obermassfeld	DE		0	Europe/Berlin	50.52899	10.4402				15	00	16066	16066049
10628838	Obersohland	obersohland	DE		0	Europe/Berlin	51.10083	14.79064				13	00	14626	14626450
10628855	Oberwerba	oberwerba	DE		0	Europe/Berlin	51.2251	8.98166				05	066	06635	06635021
10628940	Ostra	ostra	DE		0	Europe/Berlin	51.06128	13.71534				13	00	14612	14612000
10628968	Potschappel	potschappel	DE		0	Europe/Berlin	51.01146	13.66077				13	00	14628	14628110
10629080	Quelitz	quelitz	DE		0	Europe/Berlin	50.60758	11.17557				15	00	16073	16073094
10629081	Regis	regis	DE		0	Europe/Berlin	51.09018	12.44639				13	00	14729	14729360
10629082	Rehburg	rehburg	DE		0	Europe/Berlin	52.47021	9.22581				06	00	03256	03256025
10629102	Reiherstieg	reiherstieg	DE		0	Europe/Berlin	53.51087	9.98056				04	00	02000	02000000
10629173	Rengersdorf (Lausitz)	rengersdorf-lausitz	DE		0	Europe/Berlin	51.22207	14.89489				13	00	14626	14626230
10629251	Altstadt	altstadt	DE		0	Europe/Berlin	52.84939	11.14934				14	00	15081	15081455
10629252	Sankt Jobst	sankt-jobst	DE		0	Europe/Berlin	49.46503	11.12082				02	095	09564	09564000
10629253	Sankt Leonhard	sankt-leonhard	DE		0	Europe/Berlin	49.43979	11.05212				02	095	09564	09564000
10629528	Scheibe	scheibe	DE		0	Europe/Berlin	50.48973	11.06089				15	00	16072	16072013
10629535	Schmölln	schmoelln	DE		0	Europe/Berlin	50.7755	11.60688				15	00	16074	16074042
10629536	Schönau	schoenau	DE		0	Europe/Berlin	51.063	14.88454				13	00	14626	14626500
10630160	Tambach	tambach	DE		0	Europe/Berlin	50.79069	10.60764				15	00	16067	16067065
10630169	Thumitz	thumitz	DE		0	Europe/Berlin	51.14452	14.24841		Tumicy		13	00	14625	14625100
10630188	Gras-Ellenbach	gras-ellenbach	DE		0	Europe/Berlin	49.629	8.85987				05	064	06431	06431009
10630359	Unterlimpurg	unterlimpurg	DE		0	Europe/Berlin	49.10777	9.7412				01	081	08127	08127076
10630391	Wenigenjena	wenigenjena	DE		0	Europe/Berlin	50.93225	11.59993				15	00	16053	16053000
10630497	Heppens	heppens	DE		0	Europe/Berlin	53.52904	8.13481				06	00	03405	03405000
10654045	Wöhrd	woehrd	DE		0	Europe/Berlin	49.45423	11.09594				02	095	09564	09564000
10793666	Neuostra	neuostra	DE		0	Europe/Berlin	51.01444	13.76454				13	00	14612	14612000
10793683	Allerbüttel	allerbuettel	DE		776	Europe/Berlin	52.42074	10.63889	60			06	00	03151	03151006
10860496	Hofermühle	hofermuehle	DE		0	Europe/Berlin	51.3079	6.94905				07	051	05158	05158012
11002721	Röchling-Höhe	roechling-hoehe	DE		4550	Europe/Berlin	49.27102	6.83457	290		10041519	09	00	10041	10041519
11055161	Kaltenbronn	kaltenbronn	DE		0	Europe/Berlin	48.6995	8.42117	860			01	082	08216	08216017
11072032	Schulenrode	schulenrode	DE		0	Europe/Berlin	51.8785	10.56898		Schoulenruo'e,Schoulenruo’e		06	00	03153	03153002
11072566	Buchladen	buchladen	DE		0	Europe/Berlin	52.02587	10.51511		Baukla'e,Bauklah,Bauklå’e,Bocla [a. 1254]		06	00	03158	03158039
11072572	Wülperode	wuelperode	DE		556	Europe/Berlin	51.98136	10.59867	115	Vilperode,Vjul'perode,Wendilburgoroth [a. 995],Wilperu'e,Wilperu’e,Вилпероде,Вюльпероде		14	00	15085	15085230
11073051	Rothenfelde	rothenfelde	DE		544	Europe/Berlin	52.42706	10.79372		Kolonie Rothenfelde,Roenfelle,Rothenfelde (Wolfsburg)		06	00	03103	03103000
11101906	Westhagen	westhagen	DE		9206	Europe/Berlin	52.40425	10.73939	105			06	00	03103	03103000
11102926	Feldschlößchen	feldschloesschen	DE		900	Europe/Berlin	51.13919	13.91577	248			13	00	14625	14625600
11186019	Küssaberg	kuessaberg	DE		0	Europe/Zurich	47.58857	8.3047				01	083	08337	08337125
11204493	Alte Neustadt	alte-neustadt	DE		0	Europe/Berlin	52.145	11.65259		Neustadt		14	00	15003	15003000
11237601	Mittelfeld	mittelfeld	DE		0	Europe/Berlin	52.33137	9.79761		Hannover Mittelfeld,Mittelfeld		06	00	03241	03241001
11237602	Seelhorst	seelhorst	DE		0	Europe/Berlin	52.34231	9.79517		Hannover Seelhorst,Seelhorst		06	00	03241	03241001
11258233	Lemnitzhammer	lemnitzhammer	DE		0	Europe/Berlin	50.43051	11.67442				15	00	16075	16075136
11258605	Düsseldorf-Pempelfort	duesseldorf-pempelfort	DE		28941	Europe/Berlin	51.23812	6.78678	43	Pempelfort		07	051	05111	05111000
11279743	Rödermark	roedermark	DE		0	Europe/Berlin	49.97397	8.82816				05	064	06438	06438012
11280476	Haus Ruhr	haus-ruhr	DE		0	Europe/Berlin	51.42056	7.54667				07	059	05978	05978028
11281215	Kloster	kloster	DE		0	Europe/Berlin	50.5147	11.7311				15	00	16075	16075135
11282109	Gnewkow	gnewkow	DE		0	Europe/Berlin	53.78333	13.16667		Gnevkow		12	00	13071	13071041
11353088	Haswede	haswede	DE		0	Europe/Berlin	53.1538	9.71158				06	00	03358	03358019
11376985	Gallhorn	gallhorn	DE		0	Europe/Berlin	53.10022	9.7943				06	00	03358	03358019
11376989	Sudermühlen	sudermuehlen	DE		0	Europe/Berlin	53.19212	10.03061		Su'moehlen,Su’möhlen		06	00	03353	03353009
11377066	Höpenhof	hoepenhof	DE		0	Europe/Berlin	53.01464	9.89479				06	00	03358	03358021
11377067	Heidenhof	heidenhof	DE		0	Europe/Berlin	53.02093	9.89933				06	00	03358	03358021
11397288	Entringen	entringen	DE		0	Europe/Berlin	48.54957	8.96441				01	084	08416	08416048
11398184	Hermsdorf/Spree	hermsdorf-spree	DE		0	Europe/Berlin	51.32556	14.41056		Hermanecy/Sprjewja		13	00	14625	14625330
11428505	Altes Gronauer Schloss	altes-gronauer-schloss	DE		0	Europe/Berlin	50.69281	8.65959				05	065	06531	06531018
11468096	Dilldorfer Höhe	dilldorfer-hoehe	DE		0	Europe/Berlin	51.38387	7.07413				07	051	05113	05113000
11497513	Lancken	lancken	DE		0	Europe/Berlin	53.71304	12.13325				12	00	13072	13072119
11523998	Innenstadt	innenstadt	DE		0	Europe/Berlin	50.11576	8.68156				05	064	06412	06412000
11523999	Sachsenhausen-Süd	sachsenhausen-sued	DE		0	Europe/Berlin	50.08799	8.68692				05	064	06412	06412000
11524297	Neu-Kupfer	neu-kupfer	DE		0	Europe/Berlin	49.18107	9.69458				01	081	08126	08126047
11525132	Tannerl	tannerl	DE		0	Europe/Berlin	49.08549	12.466				02	093	09372	09372125
11525133	Zangenfels	zangenfels	DE		0	Europe/Berlin	49.18217	12.21785				02	093	09376	09376149
11550923	Ernsthausen	ernsthausen	DE		0	Europe/Berlin	54.3108	10.87535				10	00	01055	01055033
11592523	Nato-Hauptquartier	nato-hauptquartier	DE		0	Europe/Berlin	51.17472	6.31688				07	051	05116	05116000
11593811	Vorderer Westen	vorderer-westen	DE		0	Europe/Berlin	51.31614	9.4657				05	066	06611	06611000
11594156	St. Leonhard	st-leonhard	DE		0	Europe/Berlin	49.32838	12.46081				02	093	09376	09376147
11594317	Burglesum	burglesum	DE		33000	Europe/Berlin	53.16532	8.68873				03	00	04011	04011000
11594322	Ludwigsdorf	ludwigsdorf	DE		0	Europe/Berlin	51.19398	14.99908				13	00	14626	14626110
11594331	Saaleaue	saaleaue	DE		0	Europe/Berlin	51.48176	11.95759				14	00	15002	15002000
11594332	Alm-Siedlung	alm-siedlung	DE		0	Europe/Berlin	48.97389	9.60352				01	081	08119	08119044
11594333	Kallenberg	kallenberg	DE		0	Europe/Berlin	48.84783	9.12861				01	081	08118	08118080
11594334	Waldstadt	waldstadt	DE		0	Europe/Berlin	49.37198	9.13427				01	082	08225	08225058
11594335	Thalham	thalham	DE		0	Europe/Berlin	48.48606	11.76936				02	091	09178	09178115
11594336	Röthenbach am Steinwald	roethenbach-am-steinwald	DE		0	Europe/Berlin	49.85301	12.12689				02	093	09377	09377149
11594338	Pier	pier	DE		0	Europe/Berlin	50.80816	6.37842				07	053	05358	05358032
11594339	Vauban	vauban	DE		0	Europe/Berlin	47.97556	7.82497				01	083	08311	08311000
11594340	Mäuerach	maeuerach	DE		0	Europe/Berlin	48.90113	8.74703				01	082	08231	08231000
11594341	Schönbrunn	schoenbrunn	DE		0	Europe/Berlin	49.41114	8.92781				01	082	08226	08226081
11594342	Westrich	westrich	DE		0	Europe/Berlin	51.5179	7.35254				07	059	05913	05913000
11594343	Dreiecksiedlung	dreiecksiedlung	DE		0	Europe/Berlin	51.35132	12.51246				13	00	14713	14713000
11594344	Lauchhammer-Nord	lauchhammer-nord	DE		0	Europe/Berlin	51.50928	13.75557		Lauchhammer-Nord		11	00	12066	12066176
11594345	Schöndorf	schoendorf	DE		0	Europe/Berlin	49.6776	6.74316				08	00	07235	07235124
11594347	Wasserer Moos	wasserer-moos	DE		0	Europe/Berlin	47.63707	12.9641				02	091	09172	09172117
11594348	Karutzhöhe	karutzhoehe	DE		0	Europe/Berlin	52.4081	13.76244				11	00	12067	12067124
11594349	Schapbach	schapbach	DE		0	Europe/Berlin	48.37698	8.2921				01	082	08237	08237075
11594350	Mühlenbrok	muehlenbrok	DE		0	Europe/Berlin	51.80197	7.26728				07	055	05558	05558016
11594387	Mariental-Horst	mariental-horst	DE		0	Europe/Berlin	52.28929	10.9968				06	00	03154	03154015
11594388	Neu-Otzenrath	neu-otzenrath	DE		0	Europe/Berlin	51.10918	6.46387				07	051	05162	05162012
11594389	Auf dem Raden	auf-dem-raden	DE		0	Europe/Berlin	53.27194	8.72559				06	00	03356	03356007
11594390	Siedlung Beetenbrück	siedlung-beetenbrueck	DE		0	Europe/Berlin	52.82413	9.59355				06	00	03358	03358024
11594391	Stienitzaue	stienitzaue	DE		0	Europe/Berlin	52.64306	13.74235				11	00	12060	12060280
11594393	Frankfurt-Flughafen	frankfurt-flughafen	DE		200	Europe/Berlin	50.05648	8.59251				05	064	06412	06412000
11594394	Stenderhorst	stenderhorst	DE		0	Europe/Berlin	51.42158	6.43481				07	051	05154	05154028
11594395	Tannenkamp	tannenkamp	DE		0	Europe/Berlin	54.06699	13.77673				12	00	13075	13075144
11594396	Siedlung Daheim	siedlung-daheim	DE		0	Europe/Berlin	53.6807	10.21072				10	00	01062	01062090
11594397	Selb-Plößberg	selb-ploessberg	DE		0	Europe/Berlin	50.18896	12.11972				02	094	09479	09479152
11594398	Emmertsgrund	emmertsgrund	DE		0	Europe/Berlin	49.36569	8.70315				01	082	08221	08221000
11594399	Hästen	haesten	DE		0	Europe/Berlin	51.14549	7.11009				07	051	05122	05122000
11594400	Ast	ast	DE		0	Europe/Berlin	48.4853	12.09432				02	092	09274	09274182
11594401	Torney	torney	DE		0	Europe/Berlin	50.46024	7.48907				08	00	07138	07138045
11594403	Seiboldsmühle	seiboldsmuehle	DE		0	Europe/Berlin	49.14278	11.14949				02	095	09576	09576126
11594404	Waldkolonie	waldkolonie	DE		0	Europe/Berlin	52.93736	12.43288				11	00	12068	12068264
11594405	Hintersiedlung	hintersiedlung	DE		0	Europe/Berlin	52.21707	13.62532				11	00	12061	12061020
11594406	Niedersteina	niedersteina	DE		0	Europe/Berlin	51.21218	14.03456				13	00	14625	14625580
11594407	Lubowsee	lubowsee	DE		0	Europe/Berlin	52.73827	13.39538				11	00	12065	12065225
11594408	Breitefeld	breitefeld	DE		0	Europe/Berlin	53.58451	7.40303				06	00	03452	03452007
11594409	Bahnhof Wintermoor	bahnhof-wintermoor	DE		0	Europe/Berlin	53.18639	9.82911				06	00	03358	03358019
11594410	Voßberg	vossberg	DE		0	Europe/Berlin	52.91025	8.45561				06	00	03458	03458003
11594411	Haidemühl	haidemuehl	DE		0	Europe/Berlin	51.604	14.41359				11	00	12071	12071372
11594412	Rheinheim	rheinheim	DE		0	Europe/Berlin	47.58897	8.303				01	083	08337	08337125
11594413	Taläcker	talaecker	DE		0	Europe/Berlin	49.27713	9.67496				01	081	08126	08126046
11594416	Steinach an der Steinach	steinach-an-der-steinach	DE		0	Europe/Berlin	50.24377	11.19631				02	094	09476	09476154
11594417	Pötzschau	poetzschau	DE		0	Europe/Berlin	51.20831	12.48828				13	00	14729	14729370
11594419	Lindenbühl	lindenbuehl	DE		0	Europe/Berlin	47.69025	9.12891				01	083	08335	08335066
11594420	Frielentrop	frielentrop	DE		0	Europe/Berlin	51.19312	7.96204				07	059	05966	05966012
11594430	Holtorf	holtorf	DE		0	Europe/Berlin	50.73163	7.18184				07	053	05314	05314000
11594431	Alsenbrück-Langmeil	alsenbrueck-langmeil	DE		0	Europe/Berlin	49.56645	7.88479				08	00	07333	07333503
11594432	Feichten	feichten	DE		0	Europe/Berlin	47.81828	12.70153				02	091	09189	09189145
11594433	Siedlung Oberlosa	siedlung-oberlosa	DE		0	Europe/Berlin	50.46819	12.14805				13	00	14523	14523320
11594267	Satow	satow	DE	17209	0	Europe/Berlin	53.98865	11.89124				12	00	13072	13072093
11594434	Spahnharrenstätte	spahnharrenstaette	DE		0	Europe/Berlin	52.87027	7.60318				06	00	03454	03454048
11594436	Landl	landl	DE		0	Europe/Berlin	47.84899	12.16405				02	091	09187	09187177
11594438	Bindlacher Berg	bindlacher-berg	DE		0	Europe/Berlin	49.99039	11.63727				02	094	09472	09472119
11594439	Kleinaugsfeld	kleinaugsfeld	DE		0	Europe/Berlin	50.02723	10.55284				02	096	09674	09674147
11594442	Ohl	ohl	DE		0	Europe/Berlin	51.11039	7.48735				07	053	05374	05374052
11594443	Kirchbauna	kirchbauna	DE		0	Europe/Berlin	51.24467	9.42571				05	066	06633	06633003
11594444	Siedlung Sinningen	siedlung-sinningen	DE		0	Europe/Berlin	52.18925	7.54975				07	055	05566	05566008
11594445	Bürgermoos	buergermoos	DE		0	Europe/Berlin	47.65842	9.5715				01	084	08435	08435057
11594446	Kötterberg	koetterberg	DE		0	Europe/Berlin	51.70483	7.79896				07	059	05915	05915000
11594447	Nieder Horka	nieder-horka	DE		0	Europe/Berlin	51.32155	14.87849				13	00	14626	14626200
11594448	Unterneustadt	unterneustadt	DE		0	Europe/Berlin	51.31076	9.51167				05	066	06611	06611000
11594449	Kardinal-Graf-von-Galen-Siedlung	kardinal-graf-von-galen-siedlung	DE		0	Europe/Berlin	52.7759	8.40398				06	00	03460	03460004
11594450	Berkenhofskamp	berkenhofskamp	DE		0	Europe/Berlin	51.42529	7.82151				07	059	05962	05962040
11594455	Finkenstein	finkenstein	DE		0	Europe/Berlin	52.4451	13.86492				11	00	12067	12067201
11594458	Landrain	landrain	DE		0	Europe/Berlin	51.50524	11.98394				14	00	15002	15002000
11594459	Obernessa	obernessa	DE		0	Europe/Berlin	51.14285	12.00029				14	00	15084	15084490
11594468	Sacktannen	sacktannen	DE		0	Europe/Berlin	53.63562	11.33731				12	00	13004	13004000
11594471	Thüngfeld	thuengfeld	DE		0	Europe/Berlin	49.75318	10.62683				02	094	09471	09471220
11594472	Mellhörn	mellhoern	DE		0	Europe/Berlin	55.00809	8.41227				10	00	01054	01054078
11594473	Großenmeer	grossenmeer	DE		0	Europe/Berlin	53.26455	8.31133				06	00	03461	03461008
11594475	Neuhermsheim	neuhermsheim	DE		0	Europe/Berlin	49.46467	8.50646				01	082	08222	08222000
11594477	Dameswalde	dameswalde	DE		0	Europe/Berlin	52.80559	13.26809				11	00	12065	12065256
11594493	Großer Silberberg	grosser-silberberg	DE		0	Europe/Berlin	52.16509	11.60397				14	00	15003	15003000
11594495	Wildpark	wildpark	DE		0	Europe/Berlin	50.16414	8.23975				05	064	06439	06439011
11594497	Atterfeld	atterfeld	DE		0	Europe/Berlin	52.28139	7.94689				06	00	03404	03404000
11594498	Rosenhöhe	rosenhoehe	DE		0	Europe/Berlin	50.0805	8.75868				05	064	06413	06413000
11594499	Im Stockmädle	im-stockmaedle	DE		0	Europe/Berlin	48.88045	8.51144				01	082	08215	08215096
11594502	Heinitz	heinitz	DE		0	Europe/Berlin	49.32809	7.14433				09	00	10043	10043114
11594503	Jägervorstadt	jaegervorstadt	DE		0	Europe/Berlin	52.40703	13.04657				11	00	12054	12054000
11594504	Ebernburg	ebernburg	DE		0	Europe/Berlin	49.81046	7.83192				08	00	07133	07133006
11594505	Orsingen	orsingen	DE		0	Europe/Berlin	47.83465	8.93236				01	083	08335	08335099
11594506	Egelsberg	egelsberg	DE		0	Europe/Berlin	48.6187	9.51588				01	081	08116	08116070
11594608	Jeddeloh II	jeddeloh-ii	DE		0	Europe/Berlin	53.0914	8.06032				06	00	03451	03451004
11594610	Olympisches Dorf	olympisches-dorf	DE		0	Europe/Berlin	52.53687	13.01034				11	00	12063	12063357
11608616	Vennikel	vennikel	DE		0	Europe/Berlin	51.39765	6.62733				07	051	05170	05170024
11608617	Dierhagen Dorf	dierhagen-dorf	DE		0	Europe/Berlin	54.28978	12.35876				12	00	13073	13073017
11608620	Linden-Neusen	linden-neusen	DE		0	Europe/Berlin	50.83673	6.17807				07	053	05334	05334036
11608621	Nonnendorf	nonnendorf	DE		0	Europe/Berlin	51.90764	13.25535				11	00	12072	12072298
11608622	Handarpe	handarpe	DE		0	Europe/Berlin	52.26745	7.85076				07	055	05566	05566092
11608623	Ramsau bei Berchtesgaden	ramsau-bei-berchtesgaden	DE		0	Europe/Berlin	47.60703	12.90065				02	091	09172	09172129
11608625	Altsimonswald	altsimonswald	DE		0	Europe/Berlin	48.10012	8.06246				01	083	08316	08316042
11608627	Siedlung Hipstedt	siedlung-hipstedt	DE		0	Europe/Berlin	53.49479	8.96703				06	00	03357	03357027
11608628	Eickhoff	eickhoff	DE		0	Europe/Berlin	52.32051	8.91798				07	057	05770	05770024
11608629	Silberstreifen	silberstreifen	DE		0	Europe/Berlin	48.96226	8.33965				01	082	08215	08215108
11608630	Lutherviertel	lutherviertel	DE		0	Europe/Berlin	50.82521	12.93511				13	00	14511	14511000
11608631	Neu-Listernohl	neu-listernohl	DE		0	Europe/Berlin	51.11478	7.87939				07	059	05966	05966004
11608632	Am Schulkamp	am-schulkamp	DE		0	Europe/Berlin	52.18388	7.65389				07	055	05566	05566080
11608633	Hahnenklee	hahnenklee	DE		0	Europe/Berlin	51.85969	10.33925				06	00	03153	03153017
11608634	Pliensauvorstadt	pliensauvorstadt	DE		0	Europe/Berlin	48.7342	9.29422				01	081	08116	08116019
11608635	Kley	kley	DE		0	Europe/Berlin	51.4863	7.3617				07	059	05913	05913000
11608636	Rennersdorf-Neudörfel	rennersdorf-neudoerfel	DE		0	Europe/Berlin	51.06365	14.06701				13	00	14628	14628380
11608637	Od	od	DE		0	Europe/Berlin	48.19124	12.78997				02	091	09171	09171124
11608638	Jarplundgaard	jarplundgaard	DE		0	Europe/Berlin	54.74097	9.4352				10	00	01059	01059183
11608639	Wimberg	wimberg	DE		0	Europe/Berlin	48.71229	8.72495				01	082	08235	08235085
11608640	Gars Bahnhof	gars-bahnhof	DE		0	Europe/Berlin	48.14556	12.30271				02	091	09183	09183118
11608642	Hüffen	hueffen	DE		0	Europe/Berlin	52.17704	8.56972				07	057	05758	05758004
11608643	Ober Horka	ober-horka	DE		0	Europe/Berlin	51.28753	14.89326				13	00	14626	14626200
11608644	Manheim-Neu	manheim-neu	DE		0	Europe/Berlin	50.86992	6.66085				07	053	05362	05362032
11608645	Neu Wittorf	neu-wittorf	DE		0	Europe/Berlin	53.32618	10.35792				06	00	03355	03355042
11608646	Waldesruh	waldesruh	DE		0	Europe/Berlin	53.37363	9.95915				06	00	03353	03353031
11608661	Eilendorfermoor	eilendorfermoor	DE		0	Europe/Berlin	53.45702	9.73155				06	00	03359	03359010
11608662	Landwasser	landwasser	DE		0	Europe/Berlin	48.02418	7.80892				01	083	08311	08311000
11608663	Neppenkamp	neppenkamp	DE		0	Europe/Berlin	52.78783	7.19701				06	00	03454	03454018
11608664	Rehteich	rehteich	DE		0	Europe/Berlin	52.22835	8.3227				06	00	03459	03459024
11608666	Unterbernbach	unterbernbach	DE		0	Europe/Berlin	48.529	11.17001				02	097	09771	09771144
11608667	Bahnhofsiedlung	bahnhofsiedlung	DE		0	Europe/Berlin	49.19913	9.66702				01	081	08126	08126085
11608668	Hünger	huenger	DE		0	Europe/Berlin	51.14013	7.18523				07	053	05378	05378032
11608669	Broicher Siedlung	broicher-siedlung	DE		0	Europe/Berlin	50.84958	6.18402				07	053	05334	05334004
11608671	Alkenrath	alkenrath	DE		0	Europe/Berlin	51.04353	7.02889				07	053	05316	05316000
11608672	Gerswalder Siedlung	gerswalder-siedlung	DE		0	Europe/Berlin	53.16229	13.75664				11	00	12073	12073201
11608673	Sprotta-Siedlung	sprotta-siedlung	DE		0	Europe/Berlin	51.46812	12.68865				13	00	14730	14730080
11608675	Barthelmesaurach	barthelmesaurach	DE		0	Europe/Berlin	49.27707	10.93569				02	095	09576	09576128
11608676	Ebensberg	ebensberg	DE		0	Europe/Berlin	53.25975	10.46744				06	00	03355	03355022
11608677	Am Wasserturm/Thaerviertel	am-wasserturm-thaerviertel	DE		0	Europe/Berlin	51.49573	11.9884				14	00	15002	15002000
11608679	Gottfried-Keller-Siedlung	gottfried-keller-siedlung	DE		0	Europe/Berlin	51.51801	11.97338				14	00	15002	15002000
11608681	Ungelsheim	ungelsheim	DE		0	Europe/Berlin	51.35678	6.7329				07	051	05112	05112000
11608682	Rieselfeld	rieselfeld	DE		0	Europe/Berlin	48.00158	7.78978				01	083	08311	08311000
11608686	Reitrain	reitrain	DE		0	Europe/Berlin	47.68512	11.75765				02	091	09182	09182124
11608688	Westlangenhorn	westlangenhorn	DE		0	Europe/Berlin	54.67299	8.90588				10	00	01054	01054075
11608694	Buschbad	buschbad	DE		0	Europe/Berlin	51.13878	13.45473				13	00	14627	14627140
11608695	Waldsiedlung	waldsiedlung	DE		0	Europe/Berlin	52.73086	13.49271				11	00	12060	12060020
11608696	Pennenfeld	pennenfeld	DE		0	Europe/Berlin	50.67563	7.16515				07	053	05314	05314000
11608700	Zollberg	zollberg	DE		0	Europe/Berlin	48.72721	9.30066				01	081	08116	08116019
11608705	Neustadt-Neuschönefeld	neustadt-neuschoenefeld	DE		0	Europe/Berlin	51.34278	12.39657				13	00	14713	14713000
11608706	Hertingshausen	hertingshausen	DE		0	Europe/Berlin	51.22917	9.42069				05	066	06633	06633003
11608777	Patrick-Henry-Village	patrick-henry-village	DE		0	Europe/Berlin	49.37796	8.63178				01	082	08221	08221000
11608779	Gestfeld	gestfeld	DE		0	Europe/Berlin	51.48467	6.52667				07	051	05170	05170020
11608780	Stern Buchholz	stern-buchholz	DE		0	Europe/Berlin	53.56214	11.45132				12	00	13004	13004000
11608781	Mühlenberg	muehlenberg	DE		0	Europe/Berlin	52.34349	9.69084				06	00	03241	03241001
11608782	Beisenkamp	beisenkamp	DE		0	Europe/Berlin	51.64527	7.34204				07	055	05562	05562008
11608783	Bölhorst	boelhorst	DE		0	Europe/Berlin	52.26708	8.88614				07	057	05770	05770024
11608784	Techau	techau	DE		0	Europe/Berlin	53.96422	10.7163				10	00	01055	01055035
11608786	Steppach bei Augsburg	steppach-bei-augsburg	DE		0	Europe/Berlin	48.37487	10.82836				02	097	09772	09772184
11608787	Deutschhof	deutschhof	DE		0	Europe/Berlin	50.07079	10.25486				02	096	09662	09662000
11608788	Pfingstweide	pfingstweide	DE		0	Europe/Berlin	49.53894	8.38596				08	00	07314	07314000
11608789	Bennierwald	bennierwald	DE		0	Europe/Berlin	52.18446	8.45132				06	00	03459	03459024
11608790	Südstadt	suedstadt	DE		2781	Europe/Berlin	52.23348	10.55808				06	00	03101	03101000
11608791	Niederheide	niederheide	DE		0	Europe/Berlin	52.6795	13.24526				11	00	12065	12065144
11608793	Spexard	spexard	DE		0	Europe/Berlin	51.88545	8.42651				07	057	05754	05754008
11608794	Fritscheshof	fritscheshof	DE		0	Europe/Berlin	53.55084	13.30753				12	00	13071	13071107
11608795	Oelkinghausen	oelkinghausen	DE		0	Europe/Berlin	51.28922	7.32526				07	059	05954	05954008
11608796	Ramtel	ramtel	DE		0	Europe/Berlin	48.78577	9.0196				01	081	08115	08115028
11608797	Schwarzheide-West	schwarzheide-west	DE		0	Europe/Berlin	51.48895	13.82647				11	00	12066	12066296
11608798	Grünfeld	gruenfeld	DE		0	Europe/Berlin	50.86459	12.60818				13	00	14524	14524290
11608799	Fuhrwegen	fuhrwegen	DE		0	Europe/Berlin	53.65076	10.3244				10	00	01062	01062035
11608800	Seeberg-Siedlung	seeberg-siedlung	DE		0	Europe/Berlin	52.54875	13.71433				11	00	12064	12064029
11608802	Heiderhof	heiderhof	DE		0	Europe/Berlin	50.66282	7.15163				07	053	05314	05314000
11608803	Rammsee	rammsee	DE		0	Europe/Berlin	54.27856	10.07232				10	00	01058	01058107
11608804	Ambach	ambach	DE		0	Europe/Berlin	47.8608	11.33566				02	091	09173	09173137
11608805	Baar (Schwaben)	baar-schwaben	DE		0	Europe/Berlin	48.58464	10.96298				02	097	09771	09771176
11608806	Banfe	banfe	DE		0	Europe/Berlin	50.91237	8.35107				07	059	05970	05970028
11608807	Wendisch Rietz Siedlung	wendisch-rietz-siedlung	DE		0	Europe/Berlin	52.19653	14.03345				11	00	12067	12067520
11608808	Leubnitz Forst	leubnitz-forst	DE		0	Europe/Berlin	50.72255	12.32984				13	00	14524	14524300
11608809	Rath-Anhoven	rath-anhoven	DE		0	Europe/Berlin	51.11123	6.33383				07	053	05370	05370040
11608814	Emstekerfeld	emstekerfeld	DE		0	Europe/Berlin	52.8413	8.08014				06	00	03453	03453004
11608815	Langendorfer Berg	langendorfer-berg	DE		0	Europe/Berlin	54.30125	13.02017				12	00	13073	13073054
11608817	Niederfeld	niederfeld	DE		0	Europe/Berlin	49.45829	8.47479				01	082	08222	08222000
11608836	Friedberg-West	friedberg-west	DE		0	Europe/Berlin	48.35939	10.95423				02	097	09771	09771130
11608839	Morgenleite	morgenleite	DE		0	Europe/Berlin	50.79395	12.88919				13	00	14511	14511000
11608943	Gabersee	gabersee	DE		0	Europe/Berlin	48.05892	12.20336				02	091	09187	09187182
11608944	Markersdorf bei Burgstädt	markersdorf-bei-burgstaedt	DE		0	Europe/Berlin	50.92798	12.86319				13	00	14522	14522070
11608945	Dautzsch	dautzsch	DE		0	Europe/Berlin	51.49095	12.03033				14	00	15002	15002000
11608947	Fasanenhof	fasanenhof	DE		0	Europe/Berlin	48.71084	9.15693				01	081	08111	08111000
11608948	Brüser Berg	brueser-berg	DE		0	Europe/Berlin	50.69681	7.05125				07	053	05314	05314000
11608949	Waldfrieden	waldfrieden	DE		0	Europe/Berlin	52.69808	13.54451				11	00	12060	12060020
11608950	Neu-Edingen	neu-edingen	DE		0	Europe/Berlin	49.44723	8.58255				01	082	08226	08226105
11608951	Beberich	beberich	DE		0	Europe/Berlin	51.23602	6.38846				07	051	05166	05166032
11608952	Ueckermünde Ost	ueckermuende-ost	DE		0	Europe/Berlin	53.735	14.03847				12	00	13075	13075136
11608954	Hakenkamp	hakenkamp	DE		0	Europe/Berlin	52.68822	7.97007				06	00	03459	03459030
11608955	Strietwald	strietwald	DE		0	Europe/Berlin	49.9911	9.11831				02	096	09661	09661000
11608956	Rahser	rahser	DE		0	Europe/Berlin	51.26884	6.38898				07	051	05166	05166032
11608958	Tempelsee	tempelsee	DE		0	Europe/Berlin	50.08278	8.78705				05	064	06413	06413000
11608959	Steinberg am See	steinberg-am-see	DE		0	Europe/Berlin	49.26946	12.18019				02	093	09376	09376168
11608960	Brandweiher	brandweiher	DE		0	Europe/Berlin	49.68679	12.0962				02	093	09363	09363000
11608962	Niersenbruch	niersenbruch	DE		0	Europe/Berlin	51.51283	6.5333				07	051	05170	05170020
11608963	Althemmoor	althemmoor	DE		0	Europe/Berlin	53.7041	9.11406				06	00	03352	03352022
11608964	Mennighüffen	mennighueffen	DE		0	Europe/Berlin	52.21936	8.72834				07	057	05758	05758024
11608965	Lenzinghausen	lenzinghausen	DE		0	Europe/Berlin	52.11989	8.48574				07	057	05758	05758032
11608967	Hutholz	hutholz	DE		0	Europe/Berlin	50.78345	12.8828				13	00	14511	14511000
11608971	Rechlin Nord	rechlin-nord	DE		0	Europe/Berlin	53.35368	12.72114				12	00	13071	13071122
11608972	Am Wald	am-wald	DE		0	Europe/Berlin	48.05433	11.6004				02	091	09184	09184145
11608976	Templiner Vorstadt	templiner-vorstadt	DE		0	Europe/Berlin	52.385	13.04519				11	00	12054	12054000
11608980	Kapellenberg	kapellenberg	DE		0	Europe/Berlin	50.82044	12.90773		Kapellenberg		13	00	14511	14511000
11608982	Marienbrunn	marienbrunn	DE		0	Europe/Berlin	51.30701	12.40095				13	00	14713	14713000
11608986	Hochkreuz	hochkreuz	DE		0	Europe/Berlin	50.70586	7.14365				07	053	05314	05314000
11608987	Heideviertel	heideviertel	DE		0	Europe/Berlin	52.379	9.81573				06	00	03241	03241001
11608994	Laupendahl	laupendahl	DE		0	Europe/Berlin	51.34852	6.94907				07	051	05158	05158012
11609000	Schwarzheide-Ost	schwarzheide-ost	DE		0	Europe/Berlin	51.47556	13.88736				11	00	12066	12066296
11609005	Lottbek	lottbek	DE		0	Europe/Berlin	53.67719	10.15047				10	00	01062	01062090
11609006	Wesertor	wesertor	DE		0	Europe/Berlin	51.32039	9.51455				05	066	06611	06611000
11609467	Reinhardshof	reinhardshof	DE		0	Europe/Berlin	49.75208	9.49742				01	081	08128	08128131
11609468	Yorkgebiet	yorkgebiet	DE		0	Europe/Berlin	50.8353	12.96421				13	00	14511	14511000
11609469	Antonsviertel	antonsviertel	DE		0	Europe/Berlin	48.35602	10.88333				02	097	09761	09761000
11609470	Heide-Nord/Blumenau	heide-nord-blumenau	DE		0	Europe/Berlin	51.51395	11.90605				14	00	15002	15002000
11609471	Nilkheim	nilkheim	DE		0	Europe/Berlin	49.96014	9.12277				02	096	09661	09661000
11609472	Waldstadt	waldstadt	DE		0	Europe/Berlin	52.19109	13.46413				11	00	12072	12072477
11609473	Brebach-Fechingen	brebach-fechingen	DE		0	Europe/Berlin	49.19483	7.06627				09	00	10041	10041100
11609474	Heide-Süd	heide-sued	DE		0	Europe/Berlin	51.49028	11.92544				14	00	15002	15002000
11609476	Paulusviertel	paulusviertel	DE		0	Europe/Berlin	51.49728	11.97398				14	00	15002	15002000
11609477	Feldmark	feldmark	DE		0	Europe/Berlin	51.50829	7.07421				07	055	05513	05513000
11609478	Anger-Crottendorf	anger-crottendorf	DE		0	Europe/Berlin	51.32997	12.42022				13	00	14713	14713000
11609479	Bockelsberg	bockelsberg	DE		0	Europe/Berlin	53.22772	10.40212				06	00	03355	03355022
11609480	Forstwald	forstwald	DE		0	Europe/Berlin	51.30564	6.52455				07	051	05114	05114000
11609481	Almenhof	almenhof	DE		0	Europe/Berlin	49.4607	8.48132				01	082	08222	08222000
11609484	Heiterblick	heiterblick	DE		0	Europe/Berlin	51.35905	12.45326				13	00	14713	14713000
11609485	Vorstadt	vorstadt	DE		0	Europe/Berlin	47.96625	8.79078				01	083	08327	08327050
11609487	Schweicheln-Bermbeck	schweicheln-bermbeck	DE		0	Europe/Berlin	52.15603	8.67117				07	057	05758	05758016
11609488	Bürgerfelde	buergerfelde	DE		0	Europe/Berlin	53.1699	8.20722				06	00	03403	03403000
11609489	Lindenhof	lindenhof	DE		0	Europe/Berlin	48.29384	8.5559				01	083	08325	08325045
11609490	Kannenstieg	kannenstieg	DE		0	Europe/Berlin	52.17027	11.62066				14	00	15003	15003000
11609491	Forsthart	forsthart	DE		0	Europe/Berlin	48.63339	13.02695				02	092	09271	09271128
11609492	Orschel-Hagen	orschel-hagen	DE		0	Europe/Berlin	48.51791	9.20792				01	084	08415	08415061
11609493	Haarentor	haarentor	DE		0	Europe/Berlin	53.14448	8.18293				06	00	03403	03403000
11609494	Jungfernkopf	jungfernkopf	DE		0	Europe/Berlin	51.34091	9.46159				05	066	06611	06611000
11609495	Lutherplatz/Thüringer Bahnhof	lutherplatz-thueringer-bahnhof	DE		0	Europe/Berlin	51.46422	11.98046				14	00	15002	15002000
11609497	Blumenkamp	blumenkamp	DE		0	Europe/Berlin	51.69001	6.61154				07	051	05170	05170048
11609499	Gartlage	gartlage	DE		0	Europe/Berlin	52.27874	8.05821				06	00	03404	03404000
11609525	Waldsteinberg	waldsteinberg	DE		0	Europe/Berlin	51.31632	12.59449				13	00	14729	14729070
11609527	Ledeburg	ledeburg	DE		0	Europe/Berlin	52.41038	9.68153				06	00	03241	03241001
11609528	Zellhausen	zellhausen	DE		0	Europe/Berlin	50.01105	8.99428				05	064	06438	06438007
11609529	Hohenstücken	hohenstuecken	DE		0	Europe/Berlin	52.42823	12.52956				11	00	12051	12051000
11609531	Siedlung Determeyer	siedlung-determeyer	DE		0	Europe/Berlin	51.87625	8.43085				07	057	05754	05754008
11609535	Bonsfeld	bonsfeld	DE		0	Europe/Berlin	51.36337	7.13064				07	051	05158	05158032
11609540	Katlenburg	katlenburg	DE		0	Europe/Berlin	51.67617	10.09931				06	00	03155	03155007
11609891	Aschau-Werk	aschau-werk	DE		0	Europe/Berlin	48.1864	12.36496				02	091	09183	09183113
11609892	Widukindland	widukindland	DE		0	Europe/Berlin	52.29134	8.09268				06	00	03404	03404000
11609895	Giebel	giebel	DE		0	Europe/Berlin	48.80602	9.08724				01	081	08111	08111000
11609896	Gerschede	gerschede	DE		0	Europe/Berlin	51.48152	6.93654				07	051	05113	05113000
11609897	Unterfeldhaus	unterfeldhaus	DE		0	Europe/Berlin	51.19822	6.92194				07	051	05158	05158004
11609898	Frohe Zukunft	frohe-zukunft	DE		0	Europe/Berlin	51.50928	11.99814				14	00	15002	15002000
11609899	Forstfeld	forstfeld	DE		0	Europe/Berlin	51.29139	9.54038				05	066	06611	06611000
11609900	Industriegebiet Nord	industriegebiet-nord	DE		0	Europe/Berlin	51.52453	11.95398				14	00	15002	15002000
11609901	Luzenberg	luzenberg	DE		0	Europe/Berlin	49.51777	8.48166				01	082	08222	08222000
11609902	Lerchenau West	lerchenau-west	DE		0	Europe/Berlin	48.1971	11.53268				02	091	09162	09162000
11609904	Blumenau	blumenau	DE		0	Europe/Berlin	48.12806	11.48063				02	091	09162	09162000
11609905	Neuperlach	neuperlach	DE		0	Europe/Berlin	48.09731	11.6531				02	091	09162	09162000
11609906	Josephsburg	josephsburg	DE		0	Europe/Berlin	48.12631	11.63538				02	091	09162	09162000
11610213	Echarding	echarding	DE		0	Europe/Berlin	48.12522	11.6186				02	091	09162	09162000
11610214	Altbogenhausen	altbogenhausen	DE		0	Europe/Berlin	48.14496	11.60723				02	091	09162	09162000
11610215	Biederstein	biederstein	DE		0	Europe/Berlin	48.16677	11.59787				02	091	09162	09162000
11610216	Münchener Freiheit	muenchener-freiheit	DE		0	Europe/Berlin	48.16214	11.58435				02	091	09162	09162000
11610217	Alte Heide-Hirschau	alte-heide-hirschau	DE		0	Europe/Berlin	48.18635	11.59693				02	091	09162	09162000
11610218	Obere Isarau	obere-isarau	DE		0	Europe/Berlin	48.20403	11.64156				02	091	09184	09184147
11610219	Am Hart	am-hart	DE		0	Europe/Berlin	48.19605	11.57272				02	091	09162	09162000
11610220	Moosach-Bahnhof	moosach-bahnhof	DE		0	Europe/Berlin	48.17962	11.50835				02	091	09162	09162000
11610221	Alt Moosach	alt-moosach	DE		0	Europe/Berlin	48.18283	11.51826				02	091	09162	09162000
11610222	Dom Pedro	dom-pedro	DE		0	Europe/Berlin	48.15969	11.53927				02	091	09162	09162000
11610223	St. Vinzenz	st-vinzenz	DE		0	Europe/Berlin	48.14761	11.53863				02	091	09162	09162000
11610224	Oberwiesenfeld	oberwiesenfeld	DE		0	Europe/Berlin	48.16597	11.54354				02	091	09162	09162000
11610225	Am Waldfriedhof	am-waldfriedhof	DE		0	Europe/Berlin	48.1123	11.5099				02	091	09162	09162000
11610226	Westend	westend	DE		0	Europe/Berlin	48.13697	11.53552				02	091	09162	09162000
11610231	Land in Sonne	land-in-sonne	DE		0	Europe/Berlin	48.12889	11.52382				02	091	09162	09162000
11610232	Sendlinger Feld	sendlinger-feld	DE		0	Europe/Berlin	48.11024	11.5438				02	091	09162	09162000
11610233	Untersendling	untersendling	DE		0	Europe/Berlin	48.11643	11.53796				02	091	09162	09162000
11610234	Obere Au	obere-au	DE		0	Europe/Berlin	48.12382	11.58869				02	091	09162	09162000
11610235	Steinhausen	steinhausen	DE		0	Europe/Berlin	48.13385	11.6074				02	091	09162	09162000
11610236	Maximilianeum	maximilianeum	DE		0	Europe/Berlin	48.13585	11.59611				02	091	09162	09162000
11610237	Schwere-Reiter-Straße	schwere-reiter-strasse	DE		0	Europe/Berlin	48.16138	11.56015				02	091	09162	09162000
11610240	Am Luitpoldpark	am-luitpoldpark	DE		0	Europe/Berlin	48.17041	11.57019				02	091	09162	09162000
11610241	Maßmannbergl	massmannbergl	DE		0	Europe/Berlin	48.15157	11.55637				02	091	09162	09162000
11609894	Heide	heide	DE	25746	0	Europe/Berlin	51.50976	6.86654				07	051	05119	05119000
11610242	Schönfeldvorstadt	schoenfeldvorstadt	DE		0	Europe/Berlin	48.14441	11.57993				02	091	09162	09162000
11610243	Universität	universitaet	DE		0	Europe/Berlin	48.14891	11.57581				02	091	09162	09162000
11610244	Josephsplatz	josephsplatz	DE		0	Europe/Berlin	48.15538	11.56534				02	091	09162	09162000
11610245	St. Benno	st-benno	DE		0	Europe/Berlin	48.15181	11.55255				02	091	09162	09162000
11610246	Königsplatz	koenigsplatz	DE		0	Europe/Berlin	48.14418	11.56448				02	091	09162	09162000
11610247	St. Paul	st-paul	DE		0	Europe/Berlin	48.13625	11.55145				02	091	09162	09162000
11610293	Graggenau	graggenau	DE		0	Europe/Berlin	48.14249	11.57916				02	091	09162	09162000
11610294	Angerviertel	angerviertel	DE		0	Europe/Berlin	48.135	11.56935				02	091	09162	09162000
11610295	Hackenviertel	hackenviertel	DE		0	Europe/Berlin	48.13577	11.56776				02	091	09162	09162000
11610296	Englischer Garten Süd	englischer-garten-sued	DE		0	Europe/Berlin	48.14805	11.59195				02	091	09162	09162000
11610297	Gärtnerplatz	gaertnerplatz	DE		0	Europe/Berlin	48.13201	11.57663				02	091	09162	09162000
11610298	Deutsches Museum	deutsches-museum	DE		0	Europe/Berlin	48.12902	11.58339				02	091	09162	09162000
11610299	Glockenbach	glockenbach	DE		0	Europe/Berlin	48.13127	11.56792				02	091	09162	09162000
11610300	Dreimühlen	dreimuehlen	DE		0	Europe/Berlin	48.12132	11.55786				02	091	09162	09162000
11610301	Am Alten Südlichen Friedhof	am-alten-suedlichen-friedhof	DE		0	Europe/Berlin	48.12614	11.56431				02	091	09162	09162000
11610674	Kreuzviertel	kreuzviertel	DE		0	Europe/Berlin	48.14005	11.57152				02	091	09162	09162000
11610676	Ludwigsvorstadt-Kliniken	ludwigsvorstadt-kliniken	DE		0	Europe/Berlin	48.13564	11.55916				02	091	09162	09162000
11610677	Neuhadern	neuhadern	DE		0	Europe/Berlin	48.11861	11.48148				02	091	09162	09162000
11610678	Parkstadt	parkstadt	DE		0	Europe/Berlin	48.14627	11.62032				02	091	09162	09162000
11610679	Balanstraße-West	balanstrasse-west	DE		0	Europe/Berlin	48.1036	11.60559				02	091	09162	09162000
11610680	Aubing-Süd	aubing-sued	DE		0	Europe/Berlin	48.14626	11.42671				02	091	09162	09162000
11610681	Haidhausen-Nord	haidhausen-nord	DE		0	Europe/Berlin	48.13254	11.60397				02	091	09162	09162000
11610682	Am Schlachthof	am-schlachthof	DE		0	Europe/Berlin	48.12455	11.55415				02	091	09162	09162000
11610683	Herzogpark	herzogpark	DE		0	Europe/Berlin	48.15818	11.61505				02	091	09162	09162000
11610684	Siebenbrunn	siebenbrunn	DE		0	Europe/Berlin	48.10216	11.55729				02	091	09162	09162000
11610685	Messestadt Riem	messestadt-riem	DE		0	Europe/Berlin	48.13338	11.69691				02	091	09162	09162000
11610686	Waldtrudering	waldtrudering	DE		0	Europe/Berlin	48.10703	11.68813				02	091	09162	09162000
11610687	Trudering-Riem	trudering-riem	DE		0	Europe/Berlin	48.13386	11.66775				02	091	09162	09162000
11610688	Industriebezirk	industriebezirk	DE		0	Europe/Berlin	48.19162	11.47666				02	091	09162	09162000
11610689	Am alten südlichen Friedhof	am-alten-suedlichen-friedhof	DE		0	Europe/Berlin	48.12812	11.56129				02	091	09162	09162000
11610690	Obere Isarau	obere-isarau	DE		0	Europe/Berlin	48.20373	11.62977				02	091	09162	09162000
11610691	Alte Kaserne	alte-kaserne	DE		0	Europe/Berlin	48.15511	11.54728				02	091	09162	09162000
11610692	Untergiesing	untergiesing	DE		0	Europe/Berlin	48.11612	11.56757				02	091	09162	09162000
11610693	Altaubing	altaubing	DE		0	Europe/Berlin	48.16415	11.40426				02	091	09162	09162000
11610694	Am Westbad	am-westbad	DE		0	Europe/Berlin	48.13761	11.47513				02	091	09162	09162000
11610695	Neuschwabing	neuschwabing	DE		0	Europe/Berlin	48.15976	11.56911				02	091	09162	09162000
11610696	Marsfeld	marsfeld	DE		0	Europe/Berlin	48.14567	11.54912				02	091	09162	09162000
11610697	Altperlach	altperlach	DE		0	Europe/Berlin	48.09575	11.62393				02	091	09162	09162000
11610698	Neupasing	neupasing	DE		0	Europe/Berlin	48.1509	11.46875				02	091	09162	09162000
11610699	Kleinhesselohe	kleinhesselohe	DE		0	Europe/Berlin	48.15545	11.59619				02	091	09162	09162000
11610700	Südgiesing	suedgiesing	DE		0	Europe/Berlin	48.09364	11.59732				02	091	09162	09162000
11610701	Am alten nördlichen Friedhof	am-alten-noerdlichen-friedhof	DE		0	Europe/Berlin	48.1531	11.57039				02	091	09162	09162000
11610703	Augustenstraße	augustenstrasse	DE		0	Europe/Berlin	48.14646	11.56009				02	091	09162	09162000
11610704	Gartenstadt Trudering	gartenstadt-trudering	DE		0	Europe/Berlin	48.11503	11.65809				02	091	09162	09162000
11610705	Am Riesenfeld	am-riesenfeld	DE		0	Europe/Berlin	48.1796	11.55299				02	091	09162	09162000
11610706	Friedenheim	friedenheim	DE		0	Europe/Berlin	48.13527	11.51607				02	091	09162	09162000
11610707	Neufreimann	neufreimann	DE		0	Europe/Berlin	48.18173	11.58618				02	091	09162	09162000
11611152	Alt Olvenstedt	alt-olvenstedt	DE		0	Europe/Berlin	52.15282	11.56946				14	00	15003	15003000
11611153	Neu Olvenstedt	neu-olvenstedt	DE		0	Europe/Berlin	52.15124	11.58826				14	00	15003	15003000
11611200	Resser Mark	resser-mark	DE		0	Europe/Berlin	51.56371	7.11021				07	055	05513	05513000
11611204	Heidberg	heidberg	DE		7661	Europe/Berlin	52.22735	10.531				06	00	03101	03101000
11611205	Bischleben-Stedten	bischleben-stedten	DE		0	Europe/Berlin	50.92957	10.9795				15	00	16051	16051000
11611206	Bissendorf-Wietze	bissendorf-wietze	DE		0	Europe/Berlin	52.51661	9.78757		Wietze		06	00	03241	03241019
11611207	Bermensfeld	bermensfeld	DE		0	Europe/Berlin	51.4758	6.89233				07	051	05119	05119000
11611208	Ostlangenhorn	ostlangenhorn	DE		0	Europe/Berlin	54.67753	8.92094				10	00	01054	01054075
11611209	Nauener Vorstadt	nauener-vorstadt	DE		0	Europe/Berlin	52.41501	13.06575				11	00	12054	12054000
11611210	Schwetzingerstadt	schwetzingerstadt	DE		0	Europe/Berlin	49.47582	8.48505				01	082	08222	08222000
11611211	Rombergpark-Lücklemberg	rombergpark-luecklemberg	DE		0	Europe/Berlin	51.46264	7.47002				07	059	05913	05913000
11611213	Tackenberg	tackenberg	DE		0	Europe/Berlin	51.52404	6.8483				07	051	05119	05119000
11611216	Gartenstadt Großziethen	gartenstadt-grossziethen	DE		0	Europe/Berlin	52.40622	13.44259				11	00	12061	12061433
11611217	Südvorstadt	suedvorstadt	DE		0	Europe/Berlin	51.32128	12.37151				13	00	14713	14713000
11611218	Reichelsdorfer Keller	reichelsdorfer-keller	DE		0	Europe/Berlin	49.366	11.04551				02	095	09564	09564000
11611296	Universitätsviertel	universitaetsviertel	DE		0	Europe/Berlin	48.33095	10.89603				02	097	09761	09761000
11611297	Gruiten	gruiten	DE		0	Europe/Berlin	51.21823	7.01074				07	051	05158	05158008
11611298	Kalkhügel	kalkhuegel	DE		0	Europe/Berlin	52.25513	8.0371				06	00	03404	03404000
11611299	Neustädter Feld	neustaedter-feld	DE		0	Europe/Berlin	52.1583	11.61495				14	00	15003	15003000
11611300	Hochfeld	hochfeld	DE		0	Europe/Berlin	48.34493	10.90045				02	097	09761	09761000
11611301	Gesundbrunnen	gesundbrunnen	DE		0	Europe/Berlin	51.4596	11.96274				14	00	15002	15002000
11611302	Lauchhammer-Süd	lauchhammer-sued	DE		0	Europe/Berlin	51.47278	13.77583				11	00	12066	12066176
11611303	Hafen	hafen	DE		0	Europe/Berlin	51.21656	6.73707				07	051	05111	05111000
11611304	Johannesvorstadt	johannesvorstadt	DE		0	Europe/Berlin	50.99234	11.03465				15	00	16051	16051000
11611305	Mühlhausen	muehlhausen	DE		0	Europe/Berlin	48.84006	9.22251		Muehlhausen,Mühlhausen		01	081	08111	08111000
11611306	Eichholz	eichholz	DE		0	Europe/Berlin	53.84584	10.74506				10	00	01003	01003000
11611307	Bad Soden	bad-soden	DE		0	Europe/Berlin	50.28857	9.36404				05	064	06435	06435002
11611308	Lauterborn	lauterborn	DE		0	Europe/Berlin	50.08545	8.75876				05	064	06413	06413000
11611309	Reudnitz-Thonberg	reudnitz-thonberg	DE		0	Europe/Berlin	51.33182	12.40258				13	00	14713	14713000
11611310	Niederwürschnitz	niederwuerschnitz	DE		0	Europe/Berlin	50.72081	12.7553				13	00	14521	14521430
11611312	Schönau	schoenau	DE		0	Europe/Berlin	49.54353	8.47243				01	082	08222	08222000
11611313	Fasanenhof	fasanenhof	DE		0	Europe/Berlin	51.33589	9.51334				05	066	06611	06611000
11611314	Brink-Hafen	brink-hafen	DE		0	Europe/Berlin	52.42103	9.72204				06	00	03241	03241001
11611315	Garitz	garitz	DE		0	Europe/Berlin	50.19413	10.05597				02	096	09672	09672114
11611316	Potsdam West	potsdam-west	DE		0	Europe/Berlin	52.38788	13.02262				11	00	12054	12054000
11611318	Tiergartenbreite	tiergartenbreite	DE		0	Europe/Berlin	52.4512	10.80806				06	00	03103	03103000
11611368	Berliner Chaussee	berliner-chaussee	DE		0	Europe/Berlin	52.12598	11.69898				14	00	15003	15003000
11611369	Siersburg	siersburg	DE		0	Europe/Berlin	49.36005	6.66428				09	00	10044	10044114
11611370	Sülldorf	suelldorf	DE		9430	Europe/Berlin	53.5786	9.79985				04	00	02000	02000000
11611371	Stühlinger	stuehlinger	DE		0	Europe/Berlin	48.00302	7.83729				01	083	08311	08311000
11611372	Annaberg	annaberg	DE		0	Europe/Berlin	51.54715	6.58712				07	051	05170	05170032
11611373	Cracau	cracau	DE		0	Europe/Berlin	51.33742	6.57429				07	051	05114	05114000
11611374	Kaßberg	kassberg	DE		0	Europe/Berlin	50.83345	12.90121				13	00	14511	14511000
11611375	Silberhöhe	silberhoehe	DE		0	Europe/Berlin	51.43911	11.95999				14	00	15002	15002000
11611377	Trier West	trier-west	DE		0	Europe/Berlin	49.75149	6.61832				08	00	07211	07211000
11611378	Gronau	gronau	DE		0	Europe/Berlin	50.71154	7.12927				07	053	05314	05314000
11611379	Lohe	lohe	DE		0	Europe/Berlin	52.17593	8.81112				07	057	05770	05770004
11611380	Siedlung Wusterwitz	siedlung-wusterwitz	DE		0	Europe/Berlin	52.37874	12.37854				11	00	12069	12069688
11611381	Gartenstadt	gartenstadt	DE		0	Europe/Berlin	51.365	6.62527				07	051	05114	05114000
11611382	Nordstadt	nordstadt	DE		0	Europe/Berlin	52.38561	9.71586				06	00	03241	03241001
11611385	Gartenstadt	gartenstadt	DE		0	Europe/Berlin	49.53259	8.50132				01	082	08222	08222000
11611386	Küppersteg	kueppersteg	DE		0	Europe/Berlin	51.05046	6.99567				07	053	05316	05316000
11611387	Alt-Hamborn	alt-hamborn	DE		0	Europe/Berlin	51.49015	6.76616				07	051	05112	05112000
11611388	Wellenkamp	wellenkamp	DE		0	Europe/Berlin	53.90853	9.49013				10	00	01061	01061046
11611389	Nordhafen	nordhafen	DE		0	Europe/Berlin	52.42216	9.67329				06	00	03241	03241001
11611390	Wüste	wueste	DE		0	Europe/Berlin	52.2654	8.02877				06	00	03404	03404000
11611391	Hiltrop	hiltrop	DE		0	Europe/Berlin	51.51398	7.26737				07	059	05911	05911000
11611392	Schönefeld-Abtnaundorf	schoenefeld-abtnaundorf	DE		0	Europe/Berlin	51.36144	12.41764				13	00	14713	14713000
11611393	Damaschkestraße	damaschkestrasse	DE		0	Europe/Berlin	51.4574	11.98454				14	00	15002	15002000
11611394	Stadtwald	stadtwald	DE		0	Europe/Berlin	51.41802	7.02825				07	051	05113	05113000
11611395	Südstadt	suedstadt	DE		0	Europe/Berlin	51.45072	11.9581				14	00	15002	15002000
11611396	Kurl-Husen	kurl-husen	DE		0	Europe/Berlin	51.55573	7.59464				07	059	05913	05913000
11611397	Reichenbrand	reichenbrand	DE		0	Europe/Berlin	50.81206	12.82946				13	00	14511	14511000
11611398	Lerchenfeld	lerchenfeld	DE		0	Europe/Berlin	48.39382	11.75962				02	091	09178	09178124
11611399	Tannenbusch	tannenbusch	DE		0	Europe/Berlin	50.74596	7.05421				07	053	05314	05314000
11611400	Eselsberg	eselsberg	DE		0	Europe/Berlin	48.40978	9.95138				01	084	08421	08421000
11611401	Rathenow West	rathenow-west	DE		0	Europe/Berlin	52.60761	12.30937				11	00	12063	12063252
11611402	Eversburg	eversburg	DE		0	Europe/Berlin	52.29727	7.99796				06	00	03404	03404000
11611403	Walsumer Mark	walsumer-mark	DE		0	Europe/Berlin	51.54698	6.82734				07	051	05119	05119000
11611404	Drielaker Moor	drielaker-moor	DE		0	Europe/Berlin	53.11801	8.2594				06	00	03403	03403000
11611405	Hüls-Süd	huels-sued	DE		0	Europe/Berlin	51.65845	7.12978				07	055	05562	05562024
11611406	Rhen	rhen	DE		0	Europe/Berlin	53.75746	9.99631				10	00	01060	01060039
11611408	Schunteraue	schunteraue	DE		0	Europe/Berlin	52.3041	10.53864				06	00	03101	03101000
11611409	Kaltenmoor	kaltenmoor	DE		0	Europe/Berlin	53.23645	10.44778				06	00	03355	03355022
11611410	Hardterbroich-Pesch	hardterbroich-pesch	DE		0	Europe/Berlin	51.19177	6.45571				07	051	05116	05116000
11611411	Tiengen	tiengen	DE		0	Europe/Berlin	47.63145	8.26923				01	083	08337	08337126
11611412	Großflintbek	grossflintbek	DE		0	Europe/Berlin	54.23714	10.0685				10	00	01058	01058053
11611413	Niederplanitz	niederplanitz	DE		0	Europe/Berlin	50.68991	12.46146				13	00	14524	14524330
11611456	Vahrenheide	vahrenheide	DE		0	Europe/Berlin	52.41551	9.74813				06	00	03241	03241001
11611457	Schölerberg	schoelerberg	DE		0	Europe/Berlin	52.25873	8.05937				06	00	03404	03404000
11611458	Freisenbruch	freisenbruch	DE		0	Europe/Berlin	51.44767	7.10378				07	051	05113	05113000
11611459	Nord-Holland	nord-holland	DE		0	Europe/Berlin	51.33077	9.49429				05	066	06611	06611000
11611460	Marl-Hamm	marl-hamm	DE		0	Europe/Berlin	51.68363	7.13107				07	055	05562	05562024
11611461	Findorff	findorff	DE		0	Europe/Berlin	53.10289	8.81434				03	00	04011	04011000
11611462	Weststadt	weststadt	DE		0	Europe/Berlin	52.26768	8.01826				06	00	03404	03404000
11611464	Borbeck	borbeck	DE		0	Europe/Berlin	51.47459	6.94508				07	051	05113	05113000
11611466	Moorburg	moorburg	DE		0	Europe/Berlin	53.48284	9.93576				04	00	02000	02000000
11611467	Lauchhammer-Ost	lauchhammer-ost	DE		0	Europe/Berlin	51.50148	13.79248				11	00	12066	12066176
11611468	Neuallermöhe	neuallermoehe	DE		0	Europe/Berlin	53.48547	10.15862				04	00	02000	02000000
11611469	Iserbrook	iserbrook	DE		0	Europe/Berlin	53.57319	9.82615				04	00	02000	02000000
11611470	Spickel-Herrenbach	spickel-herrenbach	DE		0	Europe/Berlin	48.35283	10.9226				02	097	09761	09761000
11611471	Schmachtendorf	schmachtendorf	DE		0	Europe/Berlin	51.54057	6.80758				07	051	05119	05119000
11611472	Röttgersbach	roettgersbach	DE		0	Europe/Berlin	51.51187	6.78277				07	051	05112	05112000
11611473	Sahlkamp	sahlkamp	DE		0	Europe/Berlin	52.41873	9.77079				06	00	03241	03241001
11612751	West-Berlin	west-berlin	DE		0	Europe/Berlin	52.53333	13.16667		Berlin-Ouest,West-Berlijn,Zapadnyj Berlin,Западный Берлин		16	00	11000	11000000
11668501	Faldera	faldera	DE		8734	Europe/Berlin	54.06128	9.94838				10	00	01004	01004000
11668502	Gartenstadt	gartenstadt	DE		5321	Europe/Berlin	54.09265	9.96966				10	00	01004	01004000
11668503	Böcklersiedlung-Bugenhagen	boecklersiedlung-bugenhagen	DE		6626	Europe/Berlin	54.07438	9.95533				10	00	01004	01004000
11669429	Blocksberg	blocksberg	DE		0	Europe/Berlin	54.12228	10.01597				10	00	01004	01004000
11669490	Neuwerk	neuwerk	DE		0	Europe/Berlin	53.92062	8.49758				04	00	02000	02000000
11669491	Hoheluft-West	hoheluft-west	DE		0	Europe/Berlin	53.58067	9.96704				04	00	02000	02000000
11669492	Altona-Altstadt	altona-altstadt	DE		0	Europe/Berlin	53.55018	9.94653				04	00	02000	02000000
11669493	Altona-Nord	altona-nord	DE		0	Europe/Berlin	53.56321	9.94257				04	00	02000	02000000
11669494	Sternschanze	sternschanze	DE		0	Europe/Berlin	53.56248	9.96566				04	00	02000	02000000
11669495	Veddel	veddel	DE		0	Europe/Berlin	53.52016	10.03687				04	00	02000	02000000
11669496	Dulsberg	dulsberg	DE		0	Europe/Berlin	53.58383	10.06445				04	00	02000	02000000
11669497	Hoheluft-Ost	hoheluft-ost	DE		0	Europe/Berlin	53.58399	9.97585				04	00	02000	02000000
11696185	Argenbühl	argenbuehl	DE		0	Europe/Berlin	47.68671	9.95812	677			01	084	08436	08436094
11748932	Berghofen	berghofen	DE		0	Europe/Berlin	48.047	11.89804				02	091	09175	09175128
11749264	Frauenbreitungen	frauenbreitungen	DE		0	Europe/Berlin	50.75684	10.33011				15	00	16066	16066013
11749266	Ringelstein	ringelstein	DE		0	Europe/Berlin	50.87114	10.30856				15	00	16063	16063003
11776734	Kirmuthscheid	kirmuthscheid	DE		0	Europe/Berlin	50.37197	6.84125				08	00	07131	07131086
11777559	Nonnenwerth	nonnenwerth	DE		0	Europe/Berlin	50.63972	7.20944				08	00	07131	07131070
11777560	Wadenheim	wadenheim	DE		0	Europe/Berlin	50.54476	7.13925				08	00	07131	07131007
11777806	Koblenz-Moselweiß	koblenz-moselweiss	DE		0	Europe/Berlin	50.35083	7.55861				08	00	07111	07111000
11777829	Marienrod	marienrod	DE		0	Europe/Berlin	50.28666	7.51685				08	00	07137	07137207
11778178	Böckelheim	boeckelheim	DE		0	Europe/Berlin	49.80891	7.74425		Schlossboeckelheim,Schlossböckelheim,Waldboeckelheim,Waldböckelheim		08	00	07133	07133089
11778249	Dioecese of Minden	dioecese-of-minden	DE		0	Europe/Berlin	52.2888	8.91911				07	057	05770	05770024
11778269	Archdioces Cologne	archdioces-cologne	DE		0	Europe/Berlin	50.94105	6.95796				07	053	05315	05315000
11611463	Bruch	bruch	DE	54518	0	Europe/Berlin	51.57718	6.72844				07	051	05170	05170008
11778274	Diocese Halberstadt	diocese-halberstadt	DE		0	Europe/Berlin	51.89616	11.04881				14	00	15085	15085135
11778276	Diocese Hildesheim	diocese-hildesheim	DE		0	Europe/Berlin	52.14905	9.9469				06	00	03254	03254021
11778277	Diocese Paderborn	diocese-paderborn	DE		0	Europe/Berlin	51.71884	8.75549				07	057	05774	05774032
11778279	Diocese of Verden	diocese-of-verden	DE		0	Europe/Berlin	52.91703	9.22874				06	00	03361	03361012
11788254	Sankt Katharina	sankt-katharina	DE		0	Europe/Berlin	49.86778	7.77028				08	00	07133	07133088
11789257	Parber	parber	DE		0	Europe/Berlin	53.80787	11.04825				12	00	13074	13074065
11789331	Kronwinkl	kronwinkl	DE		0	Europe/Berlin	48.51831	12.88439	440			02	092	09277	09277114
11789394	St. Mauritius, Hildesheim	st-mauritius-hildesheim	DE		0	Europe/Berlin	52.14711	9.92633				06	00	03254	03254021
11789529	Osnabrück, diocese	osnabrueck-diocese	DE		0	Europe/Berlin	52.2776	8.04478				06	00	03404	03404000
11791456	Fraukirch	fraukirch	DE		0	Europe/Berlin	50.35	7.3				08	00	07137	07137101
11807576	Asemwald	asemwald	DE		0	Europe/Berlin	48.7256	9.19347				01	081	08111	08111000
11807577	Heusteigviertel	heusteigviertel	DE		0	Europe/Berlin	48.77162	9.18155				01	081	08111	08111000
11807578	Lindenschulviertel	lindenschulviertel	DE		0	Europe/Berlin	48.77695	9.25527				01	081	08111	08111000
11807579	Zuffenhausen-Hohenstein	zuffenhausen-hohenstein	DE		0	Europe/Berlin	48.82993	9.17246				01	081	08111	08111000
11807580	Auf der Prag	auf-der-prag	DE		0	Europe/Berlin	48.7989	9.19318				01	081	08111	08111000
11807581	Hafen	hafen	DE		0	Europe/Berlin	48.7625	9.26225				01	081	08111	08111000
11807583	Nordbahnhof	nordbahnhof	DE		0	Europe/Berlin	48.80325	9.18817				01	081	08111	08111000
11807584	Benzviertel	benzviertel	DE		0	Europe/Berlin	48.78312	9.24433				01	081	08111	08111000
11807585	Feuerbach-Ost	feuerbach-ost	DE		0	Europe/Berlin	48.8175	9.17622				01	081	08111	08111000
11807587	Zuffenhausen-Im Raiser	zuffenhausen-im-raiser	DE		0	Europe/Berlin	48.82607	9.19068				01	081	08111	08111000
11807588	Chausseefeld	chausseefeld	DE		0	Europe/Berlin	48.71578	9.19842				01	081	08111	08111000
11807589	Rot	rot	DE		0	Europe/Berlin	48.83363	9.19267				01	081	08111	08111000
11807590	Stammheim-Süd	stammheim-sued	DE		0	Europe/Berlin	48.84415	9.15158				01	081	08111	08111000
11807591	Wallgraben-West	wallgraben-west	DE		0	Europe/Berlin	48.72586	9.11743				01	081	08111	08111000
11807592	Flohberg	flohberg	DE		0	Europe/Berlin	48.79091	9.25539				01	081	08111	08111000
11807593	Fasanenhof-Ost	fasanenhof-ost	DE		0	Europe/Berlin	48.71191	9.16896		Fasanenhof		01	081	08111	08111000
11807595	Pfaffenwald	pfaffenwald	DE		0	Europe/Berlin	48.7498	9.10267				01	081	08111	08111000
11807596	Rosental	rosental	DE		0	Europe/Berlin	48.72599	9.09033				01	081	08111	08111000
11807597	Wallgraben-Ost	wallgraben-ost	DE		0	Europe/Berlin	48.72311	9.12731				01	081	08111	08111000
11807598	Lauchäcker	lauchaecker	DE		0	Europe/Berlin	48.73932	9.07067				01	081	08111	08111000
11807599	Vaihingen-Mitte	vaihingen-mitte	DE		0	Europe/Berlin	48.7324	9.1117				01	081	08111	08111000
11807600	Siegelberg	siegelberg	DE		0	Europe/Berlin	48.8209	9.16572				01	081	08111	08111000
11807601	Bahnhof Feuerbach	bahnhof-feuerbach	DE		0	Europe/Berlin	48.81244	9.17064				01	081	08111	08111000
11807602	Sternhäule	sternhaeule	DE		0	Europe/Berlin	48.72618	9.17212				01	081	08111	08111000
11807603	Steckfeld	steckfeld	DE		0	Europe/Berlin	48.7159	9.20232				01	081	08111	08111000
11807604	Espan	espan	DE		0	Europe/Berlin	48.81249	9.24548				01	081	08111	08111000
11807605	Bruckwiesen	bruckwiesen	DE		0	Europe/Berlin	48.77441	9.25721				01	081	08111	08111000
11807606	Relenberg	relenberg	DE		0	Europe/Berlin	48.78831	9.17				01	081	08111	08111000
11807607	Zuffenhausen-Elbelen	zuffenhausen-elbelen	DE		0	Europe/Berlin	48.84023	9.14813				01	081	08111	08111000
11807608	Weilimdorf-Nord	weilimdorf-nord	DE		0	Europe/Berlin	48.82677	9.09796				01	081	08111	08111000
11807609	Gehrenwald	gehrenwald	DE		0	Europe/Berlin	48.78651	9.26093				01	081	08111	08111000
11807610	Zuffenhausen-Am Stadtpark	zuffenhausen-am-stadtpark	DE		0	Europe/Berlin	48.82739	9.15483				01	081	08111	08111000
11807611	Feuerbacher Tal	feuerbacher-tal	DE		0	Europe/Berlin	48.79603	9.13615				01	081	08111	08111000
11807612	Botnang-West	botnang-west	DE		0	Europe/Berlin	48.78291	9.12304				01	081	08111	08111000
11807613	Hohe Warte	hohe-warte	DE		0	Europe/Berlin	48.8082	9.14073				01	081	08111	08111000
11807614	An der Burg	an-der-burg	DE		0	Europe/Berlin	48.8029	9.16255				01	081	08111	08111000
11807615	Feuerbach-Mitte	feuerbach-mitte	DE		0	Europe/Berlin	48.81069	9.15686				01	081	08111	08111000
11807616	Zuffenhausen-Frauensteg	zuffenhausen-frauensteg	DE		0	Europe/Berlin	48.84149	9.16604				01	081	08111	08111000
11807617	Zuffenhausen-Mitte	zuffenhausen-mitte	DE		0	Europe/Berlin	48.83927	9.17921				01	081	08111	08111000
11807618	Zuffenhausen-Schützenbühl	zuffenhausen-schuetzenbuehl	DE		0	Europe/Berlin	48.83499	9.15355				01	081	08111	08111000
11807620	Stammheim-Mitte	stammheim-mitte	DE		0	Europe/Berlin	48.85267	9.154				01	081	08111	08111000
11807621	Neugereut	neugereut	DE		0	Europe/Berlin	48.83351	9.23511				01	081	08111	08111000
11807622	Birkach-Süd	birkach-sued	DE		0	Europe/Berlin	48.72148	9.20729				01	081	08111	08111000
11807623	Universität	universitaet	DE		0	Europe/Berlin	48.78253	9.17242				01	081	08111	08111000
11807624	Birkach-Nord	birkach-nord	DE		0	Europe/Berlin	48.7271	9.2056				01	081	08111	08111000
11807625	Botnang-Ost	botnang-ost	DE		0	Europe/Berlin	48.77865	9.13139				01	081	08111	08111000
11807626	Tränke	traenke	DE		0	Europe/Berlin	48.7394	9.16721				01	081	08111	08111000
11807627	Haigst	haigst	DE		0	Europe/Berlin	48.75561	9.16965				01	081	08111	08111000
11807628	Weinsteige	weinsteige	DE		0	Europe/Berlin	48.76039	9.17492				01	081	08111	08111000
11807630	Bopser	bopser	DE		0	Europe/Berlin	48.76271	9.18878				01	081	08111	08111000
11807632	Botnang-Süd	botnang-sued	DE		0	Europe/Berlin	48.7758	9.1249				01	081	08111	08111000
11807633	Solitude	solitude	DE		0	Europe/Berlin	48.7916	9.09492				01	081	08111	08111000
11807634	Botnang-Nord	botnang-nord	DE		0	Europe/Berlin	48.78504	9.13406				01	081	08111	08111000
11807636	Am Bismarckturm	am-bismarckturm	DE		0	Europe/Berlin	48.79505	9.16601				01	081	08111	08111000
11807637	Am Pragfriedhof	am-pragfriedhof	DE		0	Europe/Berlin	48.79547	9.18714				01	081	08111	08111000
11807638	Wildpark	wildpark	DE		0	Europe/Berlin	48.76904	9.10036				01	081	08111	08111000
11807639	Rotebühl	rotebuehl	DE		0	Europe/Berlin	48.77113	9.15815				01	081	08111	08111000
11807640	Feuersee	feuersee	DE		0	Europe/Berlin	48.77393	9.16606				01	081	08111	08111000
11807641	Rathaus	rathaus	DE		0	Europe/Berlin	48.77487	9.17901				01	081	08111	08111000
11807642	Südheim	suedheim	DE		0	Europe/Berlin	48.75839	9.13681				01	081	08111	08111000
11807643	Lehen	lehen	DE		0	Europe/Berlin	48.7657	9.17492				01	081	08111	08111000
11807644	Am Rosensteinpark	am-rosensteinpark	DE		0	Europe/Berlin	48.79816	9.19708				01	081	08111	08111000
11807645	Gänsheide	gaensheide	DE		0	Europe/Berlin	48.77405	9.19741				01	081	08111	08111000
11807646	Kräherwald	kraeherwald	DE		0	Europe/Berlin	48.77517	9.13991				01	081	08111	08111000
11807647	Hasenberg	hasenberg	DE		0	Europe/Berlin	48.76918	9.14958				01	081	08111	08111000
11807648	Hauptbahnhof	hauptbahnhof	DE		0	Europe/Berlin	48.78553	9.18146				01	081	08111	08111000
11807649	Neue Vorstadt	neue-vorstadt	DE		0	Europe/Berlin	48.77799	9.17397				01	081	08111	08111000
11807650	Kernerviertel	kernerviertel	DE		0	Europe/Berlin	48.78573	9.19087				01	081	08111	08111000
11807651	Lenzhalde	lenzhalde	DE		0	Europe/Berlin	48.7925	9.15692				01	081	08111	08111000
11807652	Oberer Schlossgarten	oberer-schlossgarten	DE		0	Europe/Berlin	48.77973	9.18557				01	081	08111	08111000
11807653	Seelberg	seelberg	DE		0	Europe/Berlin	48.80312	9.22865				01	081	08111	08111000
11807654	Ostheim	ostheim	DE		0	Europe/Berlin	48.7871	9.20747				01	081	08111	08111000
11807655	Europaviertel	europaviertel	DE		0	Europe/Berlin	48.79007	9.18399				01	081	08111	08111000
11807656	Diemershalde	diemershalde	DE		0	Europe/Berlin	48.77811	9.19087				01	081	08111	08111000
11807657	Winterhalde	winterhalde	DE		0	Europe/Berlin	48.80298	9.2375				01	081	08111	08111000
11807658	Neckarvorstadt	neckarvorstadt	DE		0	Europe/Berlin	48.80706	9.20632				01	081	08111	08111000
11807659	Cannstatt-Mitte	cannstatt-mitte	DE		0	Europe/Berlin	48.80536	9.21626				01	081	08111	08111000
11807660	Veielbrunnen	veielbrunnen	DE		0	Europe/Berlin	48.79839	9.22855				01	081	08111	08111000
11807661	Killesberg	killesberg	DE		0	Europe/Berlin	48.8035	9.17015				01	081	08111	08111000
11807662	Schmidener Vorstadt	schmidener-vorstadt	DE		0	Europe/Berlin	48.81313	9.23059				01	081	08111	08111000
11807663	Kurpark	kurpark	DE		0	Europe/Berlin	48.80893	9.22443				01	081	08111	08111000
11807664	Im Geiger	im-geiger	DE		0	Europe/Berlin	48.80368	9.24741				01	081	08111	08111000
11807665	Birkenäcker	birkenaecker	DE		0	Europe/Berlin	48.81508	9.19316				01	081	08111	08111000
11807667	Pragstraße	pragstrasse	DE		0	Europe/Berlin	48.80954	9.19855				01	081	08111	08111000
11807668	Muckensturm	muckensturm	DE		0	Europe/Berlin	48.822	9.2365				01	081	08111	08111000
11807669	Weißenhof	weissenhof	DE		0	Europe/Berlin	48.80505	9.18071				01	081	08111	08111000
11807670	Heilbronner Straße	heilbronner-strasse	DE		0	Europe/Berlin	48.79286	9.18079				01	081	08111	08111000
11807671	Heerstraße	heerstrasse	DE		0	Europe/Berlin	48.73474	9.10017				01	081	08111	08111000
11807672	Österfeld	oesterfeld	DE		0	Europe/Berlin	48.73814	9.11706				01	081	08111	08111000
11807673	Zuffenhausen-Mönchsberg	zuffenhausen-moenchsberg	DE		0	Europe/Berlin	48.82611	9.18172				01	081	08111	08111000
11807674	Möhringen-Mitte	moehringen-mitte	DE		0	Europe/Berlin	48.72876	9.143				01	081	08111	08111000
11807675	Karlshöhe	karlshoehe	DE		0	Europe/Berlin	48.76791	9.16869				01	081	08111	08111000
11807676	Möhringen-Ost	moehringen-ost	DE		0	Europe/Berlin	48.72556	9.1601				01	081	08111	08111000
11807677	Uhlandshöhe	uhlandshoehe	DE		0	Europe/Berlin	48.78334	9.19825				01	081	08111	08111000
11807678	Möhringen-Süd	moehringen-sued	DE		0	Europe/Berlin	48.71689	9.13684				01	081	08111	08111000
11807679	Höhenrand	hoehenrand	DE		0	Europe/Berlin	48.73162	9.12466				01	081	08111	08111000
11807680	Möhringen-Nord	moehringen-nord	DE		0	Europe/Berlin	48.73601	9.14595				01	081	08111	08111000
11807681	Lemberg/Föhrich	lemberg-foehrich	DE		0	Europe/Berlin	48.81623	9.14662				01	081	08111	08111000
11807682	Mönchfeld	moenchfeld	DE		0	Europe/Berlin	48.84456	9.22069				01	081	08111	08111000
11807683	Hölderlinplatz	hoelderlinplatz	DE		0	Europe/Berlin	48.78196	9.1556				01	081	08111	08111000
11807684	Stöckach	stoeckach	DE		0	Europe/Berlin	48.79298	9.19955				01	081	08111	08111000
11807685	Mönchhalde	moenchhalde	DE		0	Europe/Berlin	48.79634	9.17601				01	081	08111	08111000
11808385	Misburg-Nord	misburg-nord	DE		0	Europe/Berlin	52.39681	9.86027				06	00	03241	03241001
11808386	Misburg-Süd	misburg-sued	DE		0	Europe/Berlin	52.3807	9.87102				06	00	03241	03241001
11808387	Oststadt	oststadt	DE		0	Europe/Berlin	52.38154	9.74883				06	00	03241	03241001
11808388	Zoo	zoo	DE		0	Europe/Berlin	52.38368	9.77168				06	00	03241	03241001
11808389	Mitte	mitte	DE		0	Europe/Berlin	52.37458	9.73796				06	00	03241	03241001
11808390	Linden-Mitte	linden-mitte	DE		0	Europe/Berlin	52.3661	9.70072				06	00	03241	03241001
11808391	Linden-Süd	linden-sued	DE		0	Europe/Berlin	52.35835	9.71277				06	00	03241	03241001
11808392	Oberricklingen	oberricklingen	DE		0	Europe/Berlin	52.33864	9.70922				06	00	03241	03241001
11808467	Neuharlaching	neuharlaching	DE		0	Europe/Berlin	48.09726	11.58156				02	091	09162	09162000
11808468	Obergiesing	obergiesing	DE		0	Europe/Berlin	48.11131	11.5873				02	091	09162	09162000
11808469	Untermenzing-Allach	untermenzing-allach	DE		0	Europe/Berlin	48.19001	11.45393				02	091	09162	09162000
11808470	Untermenzing	untermenzing	DE		0	Europe/Berlin	48.18303	11.44587				02	091	09162	09162000
11808471	Hasenbergl	hasenbergl	DE		0	Europe/Berlin	48.21592	11.55702				02	091	09162	09162000
11808472	Hasenbergl-Lerchenau Ost	hasenbergl-lerchenau-ost	DE		0	Europe/Berlin	48.20494	11.55474				02	091	09162	09162000
11808486	Stadtmitte	stadtmitte	DE		0	Europe/Berlin	51.45772	7.01104				07	051	05113	05113000
11809498	Grimming b. Deggendorf	grimming-b-deggendorf	DE		0	Europe/Berlin	48.82395	13.00189				02	092	09271	09271119
11809818	Oberhammerstein	oberhammerstein	DE		0	Europe/Berlin	50.47308	7.35329				08	00	07138	07138024
11809820	Rommersdorf	rommersdorf	DE		0	Europe/Berlin	50.4566	7.53773				08	00	07138	07138045
11809824	Ütgenbach	uetgenbach	DE		0	Europe/Berlin	50.65009	7.44726				08	00	07138	07138003
11812531	Strummendorf	strummendorf	DE		0	Europe/Berlin	51.79142	11.54599				14	00	15089	15089130
11817880	Immerath (Neu)	immerath-neu	DE		0	Europe/Berlin	51.05894	6.33629				07	053	05370	05370004
11821019	Apollensdorf-Nord	apollensdorf-nord	DE		658	Europe/Berlin	51.88967	12.57075				14	00	15091	15091375
11821507	Notschrei	notschrei	DE		0	Europe/Berlin	47.87638	7.90948				01	083	08336	08336087
11821616	Klein Raden	klein-raden	DE		0	Europe/Berlin	53.76621	11.84582				12	00	13072	13072114
11839654	Trechtlinghausen	trechtlinghausen	DE		0	Europe/Berlin	50.01333	7.8475				08	00	07339	07339058
11856212	Schweinheim	schweinheim	DE		0	Europe/Berlin	50.6733	7.12797				07	053	05314	05314000
11856213	Nordstadt	nordstadt	DE		0	Europe/Berlin	50.74184	7.08358				07	053	05314	05314000
11856214	Bonn-Zentrum	bonn-zentrum	DE		0	Europe/Berlin	50.73655	7.1017				07	053	05314	05314000
11856215	Bonn-Castell	bonn-castell	DE		0	Europe/Berlin	50.748	7.09732				07	053	05314	05314000
11856216	Godesberg-Villenviertel	godesberg-villenviertel	DE		0	Europe/Berlin	50.68972	7.15871				07	053	05314	05314000
11856217	Südstadt	suedstadt	DE		0	Europe/Berlin	50.72752	7.10412				07	053	05314	05314000
11856218	Weststadt	weststadt	DE		0	Europe/Berlin	50.73202	7.08467				07	053	05314	05314000
11856219	Alt-Godesberg	alt-godesberg	DE		0	Europe/Berlin	50.6797	7.15063				07	053	05314	05314000
11856220	Godesberg-Nord	godesberg-nord	DE		0	Europe/Berlin	50.69132	7.1409				07	053	05314	05314000
11856221	Beuel-Mitte	beuel-mitte	DE		0	Europe/Berlin	50.73549	7.12025				07	053	05314	05314000
11856222	Beuel-Ost	beuel-ost	DE		0	Europe/Berlin	50.73966	7.13578				07	053	05314	05314000
11856223	Hardthöhe	hardthoehe	DE		0	Europe/Berlin	50.70006	7.0432				07	053	05314	05314000
11856246	Lessenich/Meßdorf	lessenich-messdorf	DE		0	Europe/Berlin	50.72698	7.04183				07	053	05314	05314000
11856247	Pützchen/Bechlinghoven	puetzchen-bechlinghoven	DE		0	Europe/Berlin	50.74434	7.15359				07	053	05314	05314000
11856248	Schwarzrheindorf / Vilich-Rheindorf	schwarzrheindorf-vilich-rheindorf	DE		0	Europe/Berlin	50.7546	7.10778				07	053	05314	05314000
11856269	Burg Arras	burg-arras	DE		0	Europe/Berlin	50.05264	7.10583				08	00	07135	07135001
11862089	Petersburg	petersburg	DE		0	Europe/Berlin	49.96471	7.11689				08	00	07231	07231124
11862375	Jiedlitz	jiedlitz	DE		0	Europe/Berlin	51.20796	14.21886		Jedlica,Jědlica		13	00	14625	14625060
11875117	Stein am Rhein	stein-am-rhein	DE		0	Europe/Berlin	49.7037	8.3923				05	064	06431	06431003
11905977	Niederauerbach	niederauerbach	DE		0	Europe/Berlin	50.54134	12.39541				13	00	14523	14523360
11951425	Riederhöfe	riederhoefe	DE		0	Europe/Berlin	50.11733	8.73042				05	064	06412	06412000
11951428	Kloster Rosenthal	kloster-rosenthal	DE		0	Europe/Berlin	49.56028	8.01222				08	00	07333	07333038
11951430	Rothenkirchen	rothenkirchen	DE		0	Europe/Berlin	49.6834	7.96638				08	00	07333	07333039
11951569	St. Peter	st-peter	DE		0	Europe/Berlin	48.01639	8.0325			08315095	01	083	08315	08315095
11951572	Schönstatt	schoenstatt	DE		0	Europe/Berlin	50.40824	7.63566				08	00	07137	07137226
11952073	Weilnau	weilnau	DE		0	Europe/Berlin	50.31611	8.41917				05	064	06434	06434013
11952856	Altstadt	altstadt	DE		0	Europe/Berlin	47.66056	9.17345				01	083	08335	08335043
11952857	Paradies	paradies	DE		0	Europe/Berlin	47.66581	9.16386				01	083	08335	08335043
11952858	Petershausen-West	petershausen-west	DE		0	Europe/Berlin	47.67411	9.17787				01	083	08335	08335043
11962189	Bodendorf	bodendorf	DE		0	Europe/Berlin	52.28552	11.28982				14	00	15083	15083270
11962250	Ettenberg	ettenberg	DE		0	Europe/Berlin	47.68284	13.0236				02	091	09172	09172124
11962311	Fahrenberg	fahrenberg	DE		0	Europe/Berlin	49.66733	12.36543				02	093	09374	09374165
11962439	Schögger a.Rain	schoegger-a-rain	DE		0	Europe/Berlin	47.73936	11.415				02	091	09173	09173115
11963571	Obereichstädt	obereichstaedt	DE		0	Europe/Berlin	51.34379	11.73867				14	00	15088	15088235
11963590	Plösen	ploesen	DE		0	Europe/Berlin	51.38277	12.43556				13	00	14713	14713000
11963591	Neutzsch	neutzsch	DE		0	Europe/Berlin	51.38055	12.4308				13	00	14713	14713000
11963592	Cleuden	cleuden	DE		0	Europe/Berlin	51.38246	12.44173				13	00	14713	14713000
11978882	Dürnberg	duernberg	DE		0	Europe/Berlin	47.75057	11.27191				02	091	09190	09190113
11979289	Rüsfort	ruesfort	DE		0	Europe/Berlin	52.59359	7.99637			03459018	06	00	03459	03459018
11980174	Schern	schern	DE		0	Europe/Berlin	51.47166	10.70541				15	00	16062	16062063
11983723	Grubenhagen	grubenhagen	DE		0	Europe/Berlin	51.76472	9.81722				06	00	03155	03155013
12032399	Realsmühle	realsmuehle	DE		0	Europe/Berlin	49.20972	11.31424				02	095	09576	09576113
12035575	Kronberg Tal	kronberg-tal	DE		17550	Europe/Berlin	50.17929	8.5037	230			05	064	06434	06434006
12036077	Hallthurm	hallthurm	DE		0	Europe/Berlin	47.70139	12.93361				02	091	09172	09172117
12041337	Neu-Bornitz	neu-bornitz	DE		0	Europe/Berlin	51.22659	14.41571		Nowe Boranecy		13	00	14625	14625490
12041338	Lissahora	lissahora	DE		0	Europe/Berlin	51.27114	14.28364		Lisa Hora,Liša Hora		13	00	14625	14625360
12041339	Kleinholscha	kleinholscha	DE		0	Europe/Berlin	51.26233	14.33924		Maly Holesow,Mały Holešow		13	00	14625	14625360
12041340	Cannewitz	cannewitz	DE		0	Europe/Berlin	51.22131	14.20221		Kanecy		13	00	14625	14625440
12041341	Alte Ziegelscheune	alte-ziegelscheune	DE		0	Europe/Berlin	51.23799	14.22018		Stara Cyhelnica		13	00	14625	14625440
12041342	Dahren	dahren	DE		0	Europe/Berlin	51.18771	14.30466		Darin		13	00	14625	14625150
12041343	Oberförstchen	oberfoerstchen	DE		0	Europe/Berlin	51.17266	14.36237		Hornja Borsc,Hornja Boršć		13	00	14625	14625150
12041344	Soculahora	soculahora	DE		0	Europe/Berlin	51.15687	14.45776		Sokolca		13	00	14625	14625290
12041345	Wendisch-Cunnersdorf	wendisch-cunnersdorf	DE		0	Europe/Berlin	51.11391	14.71565		Serbske Kundracicy,Serbske Kundraćicy		13	00	14626	14626290
12041346	Wendisch-Paulsdorf	wendisch-paulsdorf	DE		0	Europe/Berlin	51.10709	14.70741		Serbske Pawlecy		13	00	14626	14626290
12041347	Rothnaußlitz	rothnausslitz	DE		0	Europe/Berlin	51.16058	14.26911		Cerwjene Noslicy,Čerwjene Noslicy		13	00	14625	14625100
12041348	Neustadt/Spree	neustadt-spree	DE		0	Europe/Berlin	51.48834	14.45383		Nowe Mesto,Nowe Město		13	00	14625	14625570
12042021	Oberkappel	oberkappel	DE		0	Europe/Berlin	50.9634	9.32152				05	066	06634	06634004
12042023	Ochshausen	ochshausen	DE		0	Europe/Berlin	51.28199	9.54831				05	066	06633	06633017
12042077	Wipperode	wipperode	DE		0	Europe/Berlin	51.16683	9.94331				05	066	06636	06636014
12042079	Beeke	beeke	DE		0	Europe/Berlin	52.26784	9.12458				06	00	03257	03257028
12042084	Elberberg	elberberg	DE		0	Europe/Berlin	51.23066	9.2094				05	066	06633	06633018
12042086	Hansenhäuser	hansenhaeuser	DE		0	Europe/Berlin	50.80197	8.79158				05	065	06534	06534014
12047156	Herges-Vogtei	herges-vogtei	DE		0	Europe/Berlin	50.78615	10.40794				15	00	16066	16066074
12047164	Crumbach	crumbach	DE		0	Europe/Berlin	51.26985	9.53825				05	066	06633	06633017
12047294	Bergebersbach	bergebersbach	DE		0	Europe/Berlin	50.82988	8.30824				05	065	06532	06532005
12047295	Straßebersbach	strassebersbach	DE		0	Europe/Berlin	50.83214	8.31713				05	065	06532	06532005
12047310	Mühlbach	muehlbach	DE		0	Europe/Berlin	50.51091	8.06359				05	065	06533	06533005
12047354	Schneppenkauten	schneppenkauten	DE		0	Europe/Berlin	50.90451	8.02015				07	059	05970	05970040
12047356	Sespenroth	sespenroth	DE		0	Europe/Berlin	50.41298	7.87057				08	00	07143	07143026
12047664	Alt-Asel	alt-asel	DE		0	Europe/Berlin	51.18497	8.94989		Asel		05	066	06635	06635019
12047666	Berich	berich	DE		0	Europe/Berlin	51.19639	9.03322				05	066	06635	06635009
12047667	Alt-Bringhausen	alt-bringhausen	DE		0	Europe/Berlin	51.17898	9.00202				05	066	06635	06635009
12047668	Willershausen	willershausen	DE		0	Europe/Berlin	51.00198	8.86601				05	066	06635	06635017
12060246	Nonnenwald	nonnenwald	DE		0	Europe/Berlin	47.77331	11.37692				02	091	09190	09190141
12069835	Altlechtern	altlechtern	DE		0	Europe/Berlin	49.64718	8.82114		Alt-Lechtern		05	064	06431	06431007
12069910	Oslebshausen	oslebshausen	DE		0	Europe/Berlin	53.12668	8.74302				03	00	04011	04011000
12069971	Neuenstalll	neuenstalll	DE		0	Europe/Berlin	52.67705	10.92476				14	00	15081	15081225
12070032	Galmbach	galmbach	DE		0	Europe/Berlin	49.5224	9.11057				05	064	06437	06437016
12070095	Nieder-Lumda	nieder-lumda	DE		0	Europe/Berlin	50.63681	8.93417		Klein-Lumda		05	065	06531	06531006
12070610	Ober-Finkenbach	ober-finkenbach	DE		0	Europe/Berlin	49.53713	8.92176		Oberfinkenbach		05	064	06437	06437016
12070611	Unter-Finkenbach	unter-finkenbach	DE		0	Europe/Berlin	49.52912	8.91715		Unterfinkenbach		05	064	06437	06437016
12070615	Pferdsbach	pferdsbach	DE		0	Europe/Berlin	50.32272	9.12339				05	064	06440	06440004
12070616	Philippseich	philippseich	DE		0	Europe/Berlin	49.98862	8.7302		Schloss Philippseich		05	064	06438	06438002
12070619	Ober-Raidelbach	ober-raidelbach	DE		0	Europe/Berlin	49.70818	8.73224				05	064	06431	06431014
12070621	Schloss Nauses	schloss-nauses	DE		0	Europe/Berlin	49.8036	8.95599		Schloss-Nauses		05	064	06432	06432017
12070639	Oes	oes	DE		0	Europe/Berlin	50.42127	8.60932				05	064	06440	06440005
12076696	Helfenberg	helfenberg	DE		0	Europe/Berlin	49.2396	11.6414				02	093	09373	09373167
12076713	Nowawes	nowawes	DE		0	Europe/Berlin	52.3965	13.0899				11	00	12054	12054000
12088782	Neukatzwang	neukatzwang	DE		0	Europe/Berlin	49.36181	11.05411	328			02	095	09564	09564000
12104466	Korona	korona	DE		0	Europe/Berlin	48.6002	13.41828				02	092	09262	09262000
12104697	Barn, Farm Krueger	barn-farm-krueger	DE		0	Europe/Berlin	50.66195	12.22227				15	00	16076	16076022
12110929	Schuntersdlg - West	schuntersdlg-west	DE		1691	Europe/Berlin	52.29511	10.54182				06	00	03101	03101000
12110930	Hauptfriedhof	hauptfriedhof	DE		889	Europe/Berlin	52.25669	10.55874				06	00	03101	03101000
12110931	Altewiek	altewiek	DE		1878	Europe/Berlin	52.262	10.53011				06	00	03101	03101000
12110932	Altes Hochschulviertel	altes-hochschulviertel	DE		4444	Europe/Berlin	52.27358	10.52747				06	00	03101	03101000
12110933	Rühme - Lincolnsdlg.	ruehme-lincolnsdlg	DE		1517	Europe/Berlin	52.3071	10.52032				06	00	03101	03101000
12110934	Ölper - Holz	oelper-holz	DE		951	Europe/Berlin	52.2818	10.47484				06	00	03101	03101000
12110935	Petritor - West	petritor-west	DE		3508	Europe/Berlin	52.26609	10.49382				06	00	03101	03101000
12110936	Rühme - West	ruehme-west	DE		161	Europe/Berlin	52.29975	10.51066				06	00	03101	03101000
12110937	Siegfriedviertel	siegfriedviertel	DE		7477	Europe/Berlin	52.28854	10.53257				06	00	03101	03101000
12110938	Neues Hochschulviertel	neues-hochschulviertel	DE		1602	Europe/Berlin	52.2812	10.5435				06	00	03101	03101000
12110939	Alt - Lehndorf	alt-lehndorf	DE		1300	Europe/Berlin	52.26856	10.48035				06	00	03101	03101000
12110940	Hauptbahnhof	hauptbahnhof	DE		1036	Europe/Berlin	52.24999	10.55041				06	00	03101	03101000
12110941	Am Hagenring	am-hagenring	DE		12602	Europe/Berlin	52.27256	10.54213				06	00	03101	03101000
12110942	Hafen	hafen	DE		166	Europe/Berlin	52.31561	10.48768				06	00	03101	03101000
12110943	Petritor - Ost	petritor-ost	DE		9556	Europe/Berlin	52.26841	10.50717				06	00	03101	03101000
12110944	Querum -  Wabenkamp	querum-wabenkamp	DE		3974	Europe/Berlin	52.29462	10.56841				06	00	03101	03101000
12110945	Bürgerpark	buergerpark	DE		3905	Europe/Berlin	52.25142	10.5284				06	00	03101	03101000
12110946	Am Südsee	am-suedsee	DE		52	Europe/Berlin	52.23505	10.51745				06	00	03101	03101000
12110947	Weinberg	weinberg	DE		8924	Europe/Berlin	52.25703	10.47446				06	00	03101	03101000
12110949	Hohetor	hohetor	DE		1836	Europe/Berlin	52.26275	10.51255				06	00	03101	03101000
12110950	Nordbahnhof	nordbahnhof	DE		3965	Europe/Berlin	52.27924	10.5247				06	00	03101	03101000
12110951	Wilhelmitor - Süd	wilhelmitor-sued	DE		8348	Europe/Berlin	52.25117	10.51133				06	00	03101	03101000
12110952	Pappelberg	pappelberg	DE		2655	Europe/Berlin	52.28463	10.57363				06	00	03101	03101000
12110953	Stadtkern	stadtkern	DE		4881	Europe/Berlin	52.26255	10.52062				06	00	03101	03101000
12110954	Naturschutzgebiet	naturschutzgebiet	DE		33	Europe/Berlin	52.2661	10.59418				06	00	03101	03101000
12110955	Schwarzer Berg	schwarzer-berg	DE		4721	Europe/Berlin	52.28989	10.51201				06	00	03101	03101000
12110956	Prinzenpark	prinzenpark	DE		13956	Europe/Berlin	52.26525	10.55013				06	00	03101	03101000
12110957	Gartenstadt	gartenstadt	DE		1969	Europe/Berlin	52.23469	10.50574				06	00	03101	03101000
12110958	Viewegs Garten	viewegs-garten	DE		3374	Europe/Berlin	52.25847	10.5381				06	00	03101	03101000
12110959	Petritor - Nord	petritor-nord	DE		5900	Europe/Berlin	52.27712	10.50161				06	00	03101	03101000
12110960	Querumer Forst	querumer-forst	DE		2252	Europe/Berlin	52.30453	10.56407				06	00	03101	03101000
12110961	Rühme - Vorwerksdlg.	ruehme-vorwerksdlg	DE		1260	Europe/Berlin	52.29573	10.52323				06	00	03101	03101000
12110962	Bebelhof	bebelhof	DE		2983	Europe/Berlin	52.2431	10.54058				06	00	03101	03101000
12110963	Zuckerberg	zuckerberg	DE		1000	Europe/Berlin	52.24064	10.53279				06	00	03101	03101000
12110964	Wilhelmitor - Nord	wilhelmitor-nord	DE		5823	Europe/Berlin	52.2592	10.49848				06	00	03101	03101000
12110965	Bundesanstalten	bundesanstalten	DE		129	Europe/Berlin	52.29435	10.45053				06	00	03101	03101000
12123475	Musikerviertel	musikerviertel	DE		0	Europe/Berlin	52.384	13.12874				11	00	12054	12054000
12123476	Am Stern	am-stern	DE		0	Europe/Berlin	52.37544	13.13638				11	00	12054	12054000
12123481	Babelsberg Nord	babelsberg-nord	DE		0	Europe/Berlin	52.39969	13.10064				11	00	12054	12054000
12123482	Kirchsteigfeld	kirchsteigfeld	DE		0	Europe/Berlin	52.36171	13.13524				11	00	12054	12054000
12123483	Waldstadt I	waldstadt-i	DE		0	Europe/Berlin	52.36861	13.09875				11	00	12054	12054000
12123484	Südliche Innenstadt	suedliche-innenstadt	DE		0	Europe/Berlin	52.3917	13.06952				11	00	12054	12054000
12123485	Babelsberg Süd	babelsberg-sued	DE		0	Europe/Berlin	52.3854	13.10838				11	00	12054	12054000
12123486	Waldstadt II	waldstadt-ii	DE		0	Europe/Berlin	52.36342	13.09017				11	00	12054	12054000
12123487	Forst Potsdam Süd	forst-potsdam-sued	DE		0	Europe/Berlin	52.36292	13.04853				11	00	12054	12054000
12123488	Stern	stern	DE		0	Europe/Berlin	52.38342	13.13866				11	00	12054	12054000
12123489	Industriegelände	industriegelaende	DE		0	Europe/Berlin	52.36096	13.11079				11	00	12054	12054000
12123490	Wildpark	wildpark	DE		0	Europe/Berlin	52.37898	12.9968				11	00	12054	12054000
12123491	Nördliche Innenstadt	noerdliche-innenstadt	DE		0	Europe/Berlin	52.39865	13.05834				11	00	12054	12054000
12148932	Maria Thalheim	maria-thalheim	DE		0	Europe/Berlin	48.36666	12.03314				02	091	09177	09177120
12165764	Pfaffenmünster	pfaffenmuenster	DE		0	Europe/Berlin	48.9539	12.572				02	092	09278	09278190
12167180	Unterhaan	unterhaan	DE		0	Europe/Berlin	51.18553	6.99171				07	051	05158	05158008
12167181	Sonnenschein	sonnenschein	DE		0	Europe/Berlin	51.194	7.035				07	051	05158	05158008
12167182	Hülsberg	huelsberg	DE		0	Europe/Berlin	51.17664	6.99107				07	051	05158	05158008
12172699	Engersdorf	engersdorf	DE		0	Europe/Berlin	48.44787	12.63407				02	092	09277	09277121
12172721	Roman Catholic Diocese of Passau	roman-catholic-diocese-of-passau	DE		0	Europe/Berlin	48.57445	13.46566				02	092	09262	09262000
12181864	Mühlenberg	muehlenberg	DE		0	Europe/Paris	52.4829	7.1323	10			06	00	03454	03454018
12182017	Oberhart	oberhart	DE		0	Europe/Berlin	47.83334	12.06558				02	091	09187	09187150
12182041	Germania (historical region)	germania-historical-region	DE		0	Europe/Berlin	50.65204	7.64086				08	00	07132	07132002
12182095	Erlachhöfe	erlachhoefe	DE		0	Europe/Berlin	48.88503	10.76054				02	097	09779	09779231
12182156	Winklmoosalm	winklmoosalm	DE		0	Europe/Berlin	47.65689	12.58282	1170			02	091	09189	09189139
12182011	Weil	weil	DE	86947	0	Europe/Berlin	48.7393	9.27161				01	081	08116	08116019
12188996	Piesberger	piesberger	DE		0	Europe/Berlin	52.29759	8.01363		Piesberger		06	00	03404	03404000
12195842	Vordermeir	vordermeir	DE		0	Europe/Berlin	47.76344	11.34544				02	091	09190	09190141
12196196	Riedberg	riedberg	DE		0	Europe/Berlin	50.17683	8.63037				05	064	06412	06412000
12196342	Flingern-Nord	flingern-nord	DE		0	Europe/Berlin	51.227	6.82361				07	051	05111	05111000
12196343	Flingern-Süd	flingern-sued	DE		0	Europe/Berlin	51.2184	6.81322				07	051	05111	05111000
12196347	Innere Neustadt	innere-neustadt	DE		0	Europe/Berlin	51.05833	13.74167				13	00	14612	14612000
12196463	Sora	sora	DE		0	Europe/Berlin	51.12001	14.37666		Zdzar,Zdźar		13	00	14625	14625630
12200048	Altsachsen	altsachsen	DE		0	Europe/Berlin	52.47143	8.52324				07	055	05566	05566028
12200050	Südermerran	suedermerran	DE		0	Europe/Berlin	53.72145	8.59529				06	00	03352	03352061
12200244	Weghaus	weghaus	DE		0	Europe/Berlin	52.64294	10.07503				06	00	03351	03351006
12200279	Hainbach	hainbach	DE		0	Europe/Berlin	48.75235	9.32226				01	081	08116	08116019
12200281	Pliensau	pliensau	DE		0	Europe/Berlin	48.73944	9.30503				01	081	08116	08116019
12207112	Roman Catholic Diocese of Münster	roman-catholic-diocese-of-muenster	DE		0	Europe/Berlin	51.96321	7.62546				07	055	05515	05515000
12212583	Stammesherzogtum Bayern	stammesherzogtum-bayern	DE		0	Europe/Berlin	48.80525	12.48442				02	092	09278	09278146
12216677	Roschdohl	roschdohl	DE		0	Europe/Berlin	54.10811	9.98579				10	00	01004	01004000
12216678	Krückenkrug	krueckenkrug	DE		0	Europe/Berlin	54.11409	9.98398				10	00	01004	01004000
12216679	Grandsee	grandsee	DE		0	Europe/Berlin	54.12238	9.99368				10	00	01004	01004000
12216683	Freesenburg	freesenburg	DE		0	Europe/Berlin	54.07021	9.93968				10	00	01004	01004000
12216684	Grellenkamp	grellenkamp	DE		0	Europe/Berlin	54.05283	10.03888				10	00	01004	01004000
12216685	Stör	stoer	DE		0	Europe/Berlin	54.0595	9.99121				10	00	01004	01004000
12216686	Brachenfeld-Ruthenberg	brachenfeld-ruthenberg	DE		10573	Europe/Berlin	54.07154	10.0092				10	00	01004	01004000
12217582	Roman Catholic Archidiocese of Bremen (secularized in 1648)	roman-catholic-archidiocese-of-bremen-secularized-in-1648	DE		0	Europe/Berlin	53.07552	8.80906				03	00	04011	04011000
12218248	Oberferdinandsdorf	oberferdinandsdorf	DE		0	Europe/Berlin	49.48978	9.07919				01	082	08225	08225118
12218249	Linkenmühle	linkenmuehle	DE		0	Europe/Berlin	49.60485	9.29478				01	082	08225	08225109
12218250	Spritzenmühle	spritzenmuehle	DE		0	Europe/Berlin	49.65683	9.36706				01	082	08225	08225109
12218332	Rineck	rineck	DE		0	Europe/Berlin	49.44501	9.19589				01	082	08225	08225117
12225188	Campingplatz	campingplatz	DE		0	Europe/Berlin	49.73318	9.51638				01	081	08128	08128131
12225252	Horno	horno	DE		0	Europe/Berlin	51.75544	14.62503		Neu-Horno,Nowy Rogow,Rogow		11	00	12071	12071076
12225263	Ferdinandsdorf	ferdinandsdorf	DE		0	Europe/Berlin	49.48987	9.10039				01	082	08225	08225118
12225500	Börzel	boerzel	DE		0	Europe/Berlin	49.44866	9.65821				01	081	08128	08128014
12226379	Siedlung	siedlung	DE		0	Europe/Berlin	49.63891	9.82368				01	081	08128	08128137
12233289	Roman Catholic Diocese of Eichstätt	roman-catholic-diocese-of-eichstaett	DE		0	Europe/Berlin	48.89205	11.18329				02	091	09176	09176123
12233326	Haneberg	haneberg	DE		0	Europe/Berlin	52.58135	7.63143				06	00	03459	03459011
12233393	Badisch Schöllenbach	badisch-schoellenbach	DE		0	Europe/Berlin	49.56583	9.07239				05	064	06437	06437016
12237845	Stiefelhütte	stiefelhuette	DE		0	Europe/Berlin	49.51952	8.80056				01	082	08226	08226029
12253549	Voßbäk	vossbaek	DE		0	Europe/Berlin	53.96654	13.10254		Vossbaek,Vossbäk		12	00	13075	13075082
12253642	Fasanenhof	fasanenhof	DE		0	Europe/Berlin	53.77119	13.55867		Drewelow Gut		12	00	13075	13075127
12253643	Krien-Horst	krien-horst	DE		0	Europe/Berlin	53.82447	13.4652				12	00	13075	13075068
12253644	Kurtshagen	kurtshagen	DE		0	Europe/Berlin	53.743	13.8204				12	00	13075	13075029
12253645	Dargezin-Vorwerk	dargezin-vorwerk	DE		0	Europe/Berlin	53.98305	13.44284				12	00	13075	13075044
12253647	Heidemühle	heidemuehle	DE		0	Europe/Berlin	53.44735	14.10425				12	00	13075	13075032
12253648	Mittagsberg	mittagsberg	DE		0	Europe/Berlin	53.64275	13.81631				12	00	13075	13075143
12253649	Lünschen Berge	luenschen-berge	DE		0	Europe/Berlin	53.52553	14.21954				12	00	13075	13075119
12253650	Neu Stolzenburg	neu-stolzenburg	DE		0	Europe/Berlin	53.5258	13.89877				12	00	13075	13075126
12253651	Steinbrink	steinbrink	DE		0	Europe/Berlin	53.53816	13.98598				12	00	13075	13075105
12253653	Borckenfriede	borckenfriede	DE		0	Europe/Berlin	53.71805	13.83446				12	00	13075	13075004
12253654	Westklüne	westkluene	DE		0	Europe/Berlin	53.84967	13.91942				12	00	13075	13075137
12253655	Ravensmühle	ravensmuehle	DE		0	Europe/Berlin	53.51226	13.78462				12	00	13075	13075130
2803474	Zwota	zwota	DE	08267	1541	Europe/Berlin	50.35103	12.42241		Zwota		13	00	14523	14523160
2803489	Zwochau	zwochau	DE	04509	1167	Europe/Berlin	51.46467	12.26844		Cvokhau,Grebehna,Zwochau,Zwochau vald,ci wo hao,Цвохау,茨沃豪		13	00	14730	14730340
2803490	Zwochau	zwochau	DE	04509	0	Europe/Berlin	51.44009	12.80792		Gut Zwochau,Zwochau		13	00	14729	14729380
2803983	Zobbenitz	zobbenitz	DE	39638	354	Europe/Berlin	52.40418	11.36757		Cobbenic,Cobenic,Zobbenitz,Цоббениц,Цобениц		14	00	15083	15083125
2803515	Zwingenberg	zwingenberg	DE	64673	7082	Europe/Berlin	49.72389	8.61084		Cvingenberg,Zwingenberg,ci wen gen bei er ge,tsuvu~ingenberuku,tswyngnbrg,Цвингенберг,تسوینگنبرگ,ツヴィンゲンベルク,茨温根贝尔格		05	064	06431	06431022
2803516	Zwingenberg	zwingenberg	DE	64673	750	Europe/Berlin	49.41917	9.04056		Cvingenberg,tsuvu~ingenberuku,Цвингенберг,Цвінгенберг,ツヴィンゲンベルク	08225113	01	082	08225	08225113
2803519	Zwinge	zwinge	DE	37345	462	Europe/Berlin	51.55248	10.37918		Zwinge		15	00	16061	16061117
2803536	Zwiesel	zwiesel	DE	94227	0	Europe/Berlin	50.87905	13.96868				13	00	14628	14628020
2803537	Zwiesel	zwiesel	DE	94227	10327	Europe/Berlin	49.01693	13.23765		Cvizel,Cvizel',Zwiesel,Zwiesl,Zwisel,ci wei sai er,tswyzl,Цвизел,Цвизель,Цвізель,Ցվիզել,تسویزل,茨维塞尔		02	092	09276	09276148
2803545	Zwiefalten	zwiefalten	DE	88529	2148	Europe/Berlin	48.23396	9.46232		Cvifal'ten,Cvifalten,ci wei fa er teng,Цвифалтен,Цвифальтен,Цвіфальтен,茨维法尔滕	08415085	01	084	08415	08415085
2803560	Zwickau	zwickau	DE	08056	98796	Europe/Berlin	50.72724	12.48839		Cvikau,Cvikava,Cvikkau,Cygnea,Stadt Zwickau,Swikawa,Zwickau,atswkw,cheubikau,ci wei kao,tsfykaw,tsuvu~ikkau,tswykaw,Šwikawa,Цвикау,Цвиккау,Цвікау,צוויקאו,اتسوكو,تسفيكاو,تسویکاو,ツヴィッカウ,茨维考,츠비카우	14524	13	00	14524	14524330
2803564	Bad Zwesten	bad-zwesten	DE	34596	0	Europe/Berlin	51.05355	9.17653		Bad Zwesten,Zwesten		05	066	06634	06634027
2803588	Zwenkau	zwenkau	DE	04442	8905	Europe/Berlin	51.21872	12.33008		Cvenkau,Cvenkava,Zwenkau,ci wen kao,tsfynkaw,tswyka,Цвенкау,تسفينكاو,تسویکا,茨文考		13	00	14729	14729430
2803598	Zweimen	zweimen	DE	06254	318	Europe/Berlin	51.36217	12.13923		Zweimen		14	00	15088	15088205
2803603	Zweiflingen	zweiflingen	DE	74639	0	Europe/Berlin	49.32093	10.37926				02	095	09571	09571174
2803604	Zweiflingen	zweiflingen	DE	74639	1716	Europe/Berlin	49.25639	9.51806		Cvajflingen,ci wei fu lin gen,tsuvu~aifuringen,Цвайфлинген,Цвайфлінген,Цвајфлинген,ツヴァイフリンゲン,茨魏夫林根	08126094	01	081	08126	08126094
2803606	Zweifelscheid	zweifelscheid	DE	54673	44	Europe/Berlin	50.03333	6.25			07232138	08	00	07232	07232138
2803642	Zuzenhausen	zuzenhausen	DE	74939	2083	Europe/Berlin	49.29636	8.82254		Cucengauzen,Cucenkhauzen,chu cen hao sen,tsutsu~enhauzen,Цуценгаузен,Цуценхаузен,ツーツェンハウゼン,楚岑豪森	08226101	01	082	08226	08226101
2803655	Zusmarshausen	zusmarshausen	DE	86441	6384	Europe/Berlin	48.40014	10.59917		Cusmarsgauzen,Cusmarskhauzen,Zusmarshausen,chu si ma er si hao sen,Цусмарсгаузен,Цусмарсхаузен,Ցուսմարսհաուզեն,楚斯马尔斯豪森		02	097	09772	09772223
2803664	Züsch	zusch	DE	54422	681	Europe/Berlin	49.65	7			07235153	08	00	07235	07235153
2803667	Zusamaltheim	zusamaltheim	DE	89449	1290	Europe/Berlin	48.53104	10.63562		Cuzamal'tajm,Cuzamal'tgajm,Cuzamal'tkhajm,Cuzamaltkhajm,chu sa ma er tai mu,tswzamalthaym,Цузамалтхајм,Цузамальтайм,Цузамальтгайм,Цузамальтхайм,Ցուզամալտհայմ,تسوزامالتهایم,楚萨马尔泰姆	09773188	02	097	09773	09773188
2803670	Zurow	zurow	DE	23992	1421	Europe/Berlin	53.86429	11.61434		Curov,Zurow,chu luo,Цуров,楚罗		12	00	13074	13074090
2803758	Zudar	zudar	DE	18574	495	Europe/Berlin	54.26062	13.35008		Zudar		12	00	13073	13073027
2803772	Zuchau	zuchau	DE	39240	362	Europe/Berlin	51.85411	11.85229		Zuchau		14	00	15089	15089026
2803776	Zschortau	zschortau	DE	04509	2412	Europe/Berlin	51.4793	12.35893				13	00	14730	14730250
2803781	Zschornewitz	zschornewitz	DE	06791	2936	Europe/Berlin	51.71585	12.39998		Zschornewitz		14	00	15091	15091110
2803786	Zschorlau	zschorlau	DE	08321	5944	Europe/Berlin	50.56667	12.65		Chorlau,Cshorlau,ci xiao er lao,Цшорлау,Чорлау,茨肖尔劳	14521700	13	00	14521	14521700
2803798	Zschopau	zschopau	DE	09405	11705	Europe/Berlin	50.74818	13.07691		Chopau,Cshopau,Csopava,Cšopava,Zschopau,chwpa,ci xiao bao,tshwbaw,Цшопау,Чопау,تشوباو,چوپا,茨肖保		13	00	14521	14521690
2803824	Zscherben	zscherben	DE	06179	1600	Europe/Berlin	51.46709	11.87058		Zscherben		14	00	15088	15088365
2803825	Zscherben	zscherben	DE	06179	1613	Europe/Berlin	51.33576	11.96969				14	00	15088	15088220
2803827	Zschepplin	zschepplin	DE	04838	3373	Europe/Berlin	51.5	12.6		Cheplin,Csheplin,Zschepplini vald,ci xie pu lin,Цшеплин,Чеплин,茨歇普林	14730360	13	00	14730	14730360
2803848	Zschadrass	zschadrass	DE	04680	3763	Europe/Berlin	51.13828	12.81848		Zschadrass,Zschadraß		13	00	14729	14729080
2803857	Zotzenheim	zotzenheim	DE	55576	646	Europe/Berlin	49.86667	7.96667			07339068	08	00	07339	07339068
2803870	Zossen	zossen	DE	15806	17138	Europe/Berlin	52.216	13.44909		Cosen,Cossen,Sosny,Zossen,cuo sen,swzh,Цосен,Цоссен,Ցոսեն,سوزه,措森		11	00	12072	12072477
2803871	Zossen	zossen	DE	15806	0	Europe/Berlin	50.8012	12.07174				15	00	16076	16076084
2803882	Zornheim	zornheim	DE	55270	3559	Europe/Berlin	49.89	8.22472		Cornkhajm,cuo er en hai mu,Цорнхайм,Цорнхајм,措尔恩海姆	07339067	08	00	07339	07339067
2803884	Zorneding	zorneding	DE	85604	8581	Europe/Berlin	48.08433	11.82446		Corneding,cuo er ne ding,zwrndyng,Цорнединг,Цорнедінг,زورندینگ,措尔讷丁	09175139	02	091	09175	09175139
2803889	Zorge	zorge	DE	37449	1230	Europe/Berlin	51.63333	10.63333			03159036	06	00	03159	03159036
2803892	Zorbau	zorbau	DE	06679	882	Europe/Berlin	51.19161	12.02278		Zorbau		14	00	15084	15084315
2803903	Zootzen	zootzen	DE	16798	0	Europe/Berlin	53.15295	13.21139				11	00	12065	12065084
2803904	Zootzen	zootzen	DE	16798	0	Europe/Berlin	53.13843	12.5893				11	00	12068	12068468
2803905	Zootzen	zootzen	DE	16798	0	Europe/Berlin	52.78441	12.5949		Zootzen		11	00	12063	12063088
2803921	Zolling	zolling	DE	85406	0	Europe/Berlin	48.81291	13.07759				02	092	09271	09271113
2803922	Zolling	zolling	DE	85406	0	Europe/Berlin	48.66879	13.45592				02	092	09275	09275128
2803923	Zolling	zolling	DE	85406	4029	Europe/Berlin	48.45	11.76667		Coling,Colling,cuo ling,tswlyng,Цолинг,Цоллинг,Цоллінг,Ցոլինգ,تسولینگ,措灵	09178157	02	091	09178	09178157
2803942	Zollchow	zollchow	DE	14715	0	Europe/Berlin	53.261	13.84827				11	00	12073	12073429
2803943	Zollchow	zollchow	DE	14715	0	Europe/Berlin	52.52824	12.21				11	00	12063	12063189
2803971	Zoblitz	zoblitz	DE	09517	0	Europe/Berlin	51.13014	14.74766		Zoblitz		13	00	14626	14626450
2804008	Zittau	zittau	DE	02763	25785	Europe/Berlin	50.89772	14.80764		Citau,Citava,Cittau,Sitavia,Tsitaou,ZIT,Zitava,Zitawa,Zittau,Zytawa,qi tao,tsu~ittau,tsu~ittauno,tsyta,tsytaw,Żytawa,Žitava,Žitawa,Žytawa,Τσιτάου,Цитау,Циттау,Ціттаў,تسيتاو,تسیتا,ツィッタウ,ツィッタウの,齐陶		13	00	14626	14626610
2804018	Zislow	zislow	DE	17209	186	Europe/Berlin	53.43214	12.3131				12	00	13071	13071171
2804022	Zirzow	zirzow	DE	17039	342	Europe/Berlin	53.58289	13.19659		Zirzow		12	00	13071	13071170
2804034	Zirndorf	zirndorf	DE	90513	25734	Europe/Berlin	49.4424	10.95414		Cirndorf,Zimdorf,qi er en duo fu,tsyndwrf,tsyrndwrf,Цирндорф,Ցիրնդորֆ,تسيرندورف,تسیندورف,齐尔恩多夫	09573	02	095	09573	09573134
2804035	Zirndorf	zirndorf	DE	90513	0	Europe/Berlin	49.19308	10.47243		Zirndorf		02	095	09571	09571223
2804036	Zirndorf	zirndorf	DE	90513	0	Europe/Berlin	48.98041	10.6696		Zirndorf		02	097	09779	09779117
2804041	Zirkow	zirkow	DE	18528	0	Europe/Berlin	54.38865	13.53948				12	00	13073	13073106
2804042	Zirkow	zirkow	DE	18528	0	Europe/Berlin	54.36617	13.32239				12	00	13073	13073079
2804051	Zirchow	zirchow	DE	17419	672	Europe/Berlin	53.89059	14.13932		Cirkhov,Zirchow,qi er xiao,Цирхов,齐尔肖		12	00	13075	13075152
2804088	Zinzow	zinzow	DE	17392	0	Europe/Berlin	53.71256	13.54511				12	00	13075	13075015
2804114	Zinndorf	zinndorf	DE	15345	0	Europe/Berlin	52.50147	13.92253		Zinndorf		11	00	12064	12064408
2804121	Zinna	zinna	DE	04860	1696	Europe/Berlin	51.5679	12.95354				13	00	14730	14730310
2804122	Zinna	zinna	DE	04860	0	Europe/Berlin	50.92105	11.73335				15	00	16074	16074086
2804135	Zingst	zingst	DE	18374	3198	Europe/Berlin	54.43572	12.6888		Cingst,Zingst,qin ge si te,Цингст,Цинґст,钦格斯特	13073105	12	00	13073	13073105
2804136	Zingst	zingst	DE	18374	0	Europe/Berlin	51.29733	11.56468				14	00	15088	15088305
2804155	Zimmerschied	zimmerschied	DE	56379	93	Europe/Berlin	50.35	7.78333		Zimmerscheid,Zimmerschied	07141141	08	00	07141	07141141
2804157	Zimmern unter der Burg	zimmern-unter-der-burg	DE	72369	0	Europe/Berlin	48.22053	8.71928			08417078	01	084	08417	08417078
2804158	Zimmernsupra	zimmernsupra	DE	99100	391	Europe/Berlin	50.98333	10.86667		Cimernzupra,Cimmernzupra,Zimmernsupra,qi mei er en su pu la,Цимернзупра,Циммернзупра,齐梅尔恩苏普拉	16067082	15	00	16067	16067082
2804159	Zimmern ob Rottweil	zimmern-ob-rottweil	DE	78658	6061	Europe/Berlin	48.1666	8.59436		Cimern ob Rotvajl,Cimmern-ob-Rotvajl',Zimmern ce Rottweil,Zimmern ĉe Rottweil,qi mei er en ao bu luo te wei er,Цимерн об Ротвајл,Циммерн-об-Ротвайль,齐梅尔恩奥布罗特魏尔	08325069	01	083	08325	08325069
2804160	Zimmern	zimmern	DE	07778	0	Europe/Berlin	51.08657	10.5752		Zimmern		15	00	16064	16064003
2804161	Zimmern	zimmern	DE	07778	214	Europe/Berlin	51	11.63333			16074113	15	00	16074	16074113
2804162	Zimmern	zimmern	DE	07778	0	Europe/Berlin	49.89064	9.59817		Zimmern		02	096	09677	09677157
2804163	Zimmern	zimmern	DE	07778	0	Europe/Berlin	49.59781	9.78598		Zimmern		01	081	08128	08128047
2804164	Zimmern	zimmern	DE	07778	0	Europe/Berlin	49.4327	9.37039		Zimmern		01	082	08225	08225091
2804165	Zimmern	zimmern	DE	07778	0	Europe/Berlin	48.9256	10.98684				02	095	09577	09577158
2804166	Zimmern	zimmern	DE	07778	0	Europe/Berlin	48.81297	9.87628				01	081	08136	08136065
2804167	Zimmern	zimmern	DE	07778	0	Europe/Berlin	48.55721	7.98274				01	083	08317	08317005
2804168	Zimmern	zimmern	DE	07778	0	Europe/Berlin	48.34395	12.92054		Zimmern		02	092	09277	09277148
2804169	Zimmern	zimmern	DE	07778	471	Europe/Berlin	48.32133	8.94596				01	084	08417	08417008
2804170	Zimmern	zimmern	DE	07778	0	Europe/Berlin	47.93525	8.70833		Zimmern		01	083	08327	08327025
2804207	Ziltendorf	ziltendorf	DE	15295	1639	Europe/Berlin	52.20608	14.62411	30	Cil'tendorf,Ciltendorf,qi er teng duo fu,Цилтендорф,Цильтендорф,Ցիլտենդորֆ,齐尔滕多夫	12067552	11	00	12067	12067552
2804208	Zilshausen	zilshausen	DE	56288	343	Europe/Berlin	50.11667	7.38333			07140504	08	00	07140	07140504
2804210	Zilly	zilly	DE	38835	0	Europe/Berlin	51.94548	10.82612		Zilly		14	00	15085	15085230
2804254	Ziethen	ziethen	DE	16247	471	Europe/Berlin	53.88785	13.67542		Ziethen		12	00	13075	13075150
2804255	Ziethen	ziethen	DE	16247	888	Europe/Berlin	53.69441	10.80945			01053136	10	00	01053	01053136
2804268	Ziesendorf	ziesendorf	DE	18059	1350	Europe/Berlin	53.99433	12.03933		Ziesendorf		12	00	13072	13072121
2804279	Ziesar	ziesar	DE	14793	2875	Europe/Berlin	52.26616	12.28997		Ciezar,Cizar,Ziesar,qi sa er,tsyzar,Циезар,Цизар,Ցիեզար,تسيزار,تسیزار,齐萨尔		11	00	12069	12069696
2804281	Zierzow	zierzow	DE	19300	485	Europe/Berlin	53.42648	12.56991		Zierzow		12	00	13071	13071137
2804282	Zierzow	zierzow	DE	19300	0	Europe/Berlin	53.28317	11.68293		Zierzow		12	00	13076	13076161
2804283	Ziertheim	ziertheim	DE	89446	1011	Europe/Berlin	48.65244	10.39882		Cirtajm,Cirtgajm,Cirtkhajm,qi er tai mu,tsyrthaym,Циртайм,Циртгайм,Циртхайм,Циртхајм,Ցիրտհայմ,تسیرتهایم,齐尔泰姆	09773186	02	097	09773	09773186
2804285	Zierow	zierow	DE	23968	748	Europe/Berlin	53.9258	11.37631		Zierow		12	00	13074	13074089
2804297	Zierenberg	zierenberg	DE	34289	6782	Europe/Berlin	51.36948	9.30164		Cirenberg,qi lun bei ge,tsu~irenberuku,tsyrnbrg,Циренберг,Ціренберг,تسیرنبرگ,ツィーレンベルク,齐伦贝格		05	066	06633	06633029
2804302	Ziepel	ziepel	DE	39291	0	Europe/Berlin	52.49436	11.36097				14	00	15081	15081135
2804303	Ziepel	ziepel	DE	39291	0	Europe/Berlin	52.14863	11.87102				14	00	15086	15086140
2804313	Ziemetshausen	ziemetshausen	DE	86473	3049	Europe/Berlin	48.29244	10.53503		Cimetsgauzen,Cimetskhauzen,qi mei ci hao sen,Циметсгаузен,Циметсхаузен,Ցիմետսհաուզեն,齐梅茨豪森		02	097	09774	09774198
2804315	Ziemendorf	ziemendorf	DE	39619	226	Europe/Berlin	52.91452	11.48898		Ziemendorf		14	00	15081	15081030
2804318	Zielitz	zielitz	DE	39326	2154	Europe/Berlin	52.28958	11.67572		Cilic,qi li ci,Цилиц,齐利茨	15083580	14	00	15083	15083580
2804324	Zieko	zieko	DE	06869	183	Europe/Berlin	51.91405	12.41344		Zieko		14	00	15091	15091060
2804388	Ziegenhain	ziegenhain	DE	57632	0	Europe/Berlin	51.13584	13.30833				13	00	14627	14627180
2804389	Ziegenhain	ziegenhain	DE	57632	0	Europe/Berlin	50.91961	11.62495		Ziegenhain		15	00	16053	16053000
2804390	Ziegenhain	ziegenhain	DE	57632	0	Europe/Berlin	50.91522	9.23754		Ziegenhain		05	066	06634	06634022
2804391	Ziegenhain	ziegenhain	DE	57632	135	Europe/Berlin	50.68333	7.53333			07132119	08	00	07132	07132119
2804399	Ziegendorf	ziegendorf	DE	19372	792	Europe/Berlin	53.29602	11.8139		Ziegendorf		12	00	13076	13076160
2804400	Ziegendorf	ziegendorf	DE	19372	0	Europe/Berlin	49.2901	10.74852				02	095	09571	09571190
2804485	Ziegelroda	ziegelroda	DE	06268	874	Europe/Berlin	51.33293	11.46629		Ziegelroda		14	00	15088	15088305
2804549	Ziegelheim	ziegelheim	DE	04618	959	Europe/Berlin	50.93333	12.55		Cigel'khajm,Cigelkhajm,Ziegelheim,qi ge er hai mu,Цигелхајм,Цигельхайм,齐格尔海姆	16077036	15	00	16077	16077036
2804616	Zickhusen	zickhusen	DE	19069	596	Europe/Berlin	53.75886	11.41394				12	00	13074	13074088
2804622	Zickeritz	zickeritz	DE	06420	0	Europe/Berlin	51.63477	11.73376		Zickeritz		14	00	15089	15089195
2804628	Zichtau	zichtau	DE	39638	310	Europe/Berlin	52.60566	11.29856		Zichtau		14	00	15081	15081135
2804630	Zichow	zichow	DE	16306	631	Europe/Berlin	53.18927	14.03847		Cikhov,qi xiao,Цихов,Ցիխով,齐肖	12073645	11	00	12073	12073645
2804642	Zeven	zeven	DE	27404	12607	Europe/Berlin	53.29657	9.27685		Cefen,Ceven,Zeven,ce fen,tsu~efen,tswn,tsyfn,Цевен,Цефен,تسون,تسيفن,ツェーフェン,策芬		06	00	03357	03357057
2804646	Zeuthen	zeuthen	DE	15738	10084	Europe/Berlin	52.34803	13.62174		Cojten,Zeuthen,cuo yi teng,Цойтен,Цојтен,Ցոյտեն,措伊滕	12061572	11	00	12061	12061572
2804654	Zeulenroda	zeulenroda	DE	07937	13763	Europe/Berlin	50.65278	11.98377				15	00	16076	16076087
2804664	Zeuchfeld	zeuchfeld	DE	06632	244	Europe/Berlin	51.2361	11.82854		Zeuchfeld		14	00	15084	15084135
2804674	Zettlitz	zettlitz	DE	09306	904	Europe/Berlin	51.06667	12.83333		Cetlic,Zettlitzi vald,ce te li ci,Цетлиц,策特利茨	14522600	13	00	14522	14522600
2804675	Zettlitz	zettlitz	DE	09306	0	Europe/Berlin	50.19257	11.47976				02	094	09477	09477151
2804676	Zettlitz	zettlitz	DE	09306	0	Europe/Berlin	50.1156	11.76876				02	094	09472	09472139
2804677	Zettlitz	zettlitz	DE	09306	0	Europe/Berlin	49.99844	11.59475				02	094	09472	09472119
2804678	Zettlitz	zettlitz	DE	09306	0	Europe/Berlin	49.77428	11.85872				02	093	09374	09374157
2804684	Zettingen	zettingen	DE	56761	258	Europe/Berlin	50.23333	7.2			07135093	08	00	07135	07135093
2804686	Zettemin	zettemin	DE	17153	374	Europe/Berlin	53.6474	12.83018		Zettemin		12	00	13071	13071169
2804692	Zethlingen	zethlingen	DE	39624	336	Europe/Berlin	52.70421	11.29051		Zethlingen		14	00	15081	15081240
2804697	Zetel	zetel	DE	26340	11684	Europe/Berlin	53.41667	7.98333		Cetel,Cetel',Zetel,ce te er,Цетел,Цетель,策特尔	03455027	06	00	03455	03455027
2804705	Zeschdorf	zeschdorf	DE	15326	0	Europe/Berlin	51.58479	12.13176				14	00	15082	15082440
2804715	Zerrenthin	zerrenthin	DE	17309	507	Europe/Berlin	53.49366	14.08979		Cerentin,Cerrentin,ce lun ting,Церентин,Церрентин,策伦廷		12	00	13075	13075149
2804717	Zerpenschleuse	zerpenschleuse	DE	16348	0	Europe/Berlin	52.85213	13.52795				11	00	12060	12060269
2804719	Zernsdorf	zernsdorf	DE	15712	0	Europe/Berlin	52.30357	13.69694		Zernsdorf		11	00	12061	12061260
2804724	Zernitz	zernitz	DE	39264	0	Europe/Berlin	52.88288	12.36847				11	00	12068	12068501
2804725	Zernitz	zernitz	DE	39264	292	Europe/Berlin	52.01548	12.08447		Zernitz		14	00	15082	15082430
2804729	Zernien	zernien	DE	29499	1695	Europe/Berlin	53.06845	10.88325		Cernin,cai er ning,zrnyn,Цернин,زرنین,采尔宁	03354027	06	00	03354	03354027
2804745	Zerf	zerf	DE	54314	1683	Europe/Berlin	49.6	6.68333			07235152	08	00	07235	07235152
2804748	Zerbst	zerbst	DE	39261	15680	Europe/Berlin	51.9662	12.08517		Cerbst,Serbisco,Serbišćo,Servesta,Zerbst,Zerbst/Anhalt,ce er bu si te,tsbrst,Цербст,تسبرست,策尔布斯特		14	00	15082	15082430
2804751	Zeppernick	zeppernick	DE	39279	758	Europe/Berlin	52.12546	12.0219		Zeppernick		14	00	15086	15086140
2804756	Zepkow	zepkow	DE	17209	248	Europe/Berlin	53.30175	12.49128				12	00	13071	13071175
2804759	Zepernick	zepernick	DE	16341	0	Europe/Berlin	52.65087	13.54091				11	00	12060	12060181
2804761	Zepelin	zepelin	DE	18246	502	Europe/Berlin	53.8348	12.04599				12	00	13072	13072120
2804764	Zenting	zenting	DE	94579	1179	Europe/Berlin	48.79128	13.25968		Centing,cen ting,zntyng,Центинг,Центінг,Ցենթինգ,زنتینگ,岑廷	09272152	02	092	09272	09272152
2804768	Zens	zens	DE	39221	278	Europe/Berlin	51.93932	11.72264		Zens		14	00	15089	15089042
2804784	Zendscheid	zendscheid	DE	54655	152	Europe/Berlin	50.1	6.6			07232331	08	00	07232	07232331
2804787	Zempin	zempin	DE	17459	925	Europe/Berlin	54.06391	13.95448		Cempin,Zempin,cen ping,Цемпин,岑平		12	00	13075	13075148
2804788	Zemnick	zemnick	DE	06918	132	Europe/Berlin	51.8653	12.84401		Zemnick		14	00	15091	15091391
2804791	Zemmer	zemmer	DE	54313	2900	Europe/Berlin	49.9	6.7			07235151	08	00	07235	07235151
2804792	Zemitz	zemitz	DE	17440	870	Europe/Berlin	53.97836	13.75502		Cemic,Zemitz,ce mi ci,Цемиц,策米茨		12	00	13075	13075147
2804803	Zell unter Aichelberg	zell-unter-aichelberg	DE	73119	2984	Europe/Berlin	48.64882	9.57137		Cel pod Ajkhelbergom,Cell'-unter-Ajkhel'berg,ai xie er shan xia cai er,Цел под Ајхелбергом,Целль-унтер-Айхельберг,艾谢尔山下采尔	08117060	01	081	08117	08117060
2804808	Zellingen	zellingen	DE	97225	6365	Europe/Berlin	49.89737	9.81746		Celingen,Cellingen,Zellingen,ce lin gen,Целинген,Целлинген,Целлінген,Ցելինգեն,策林根		02	096	09677	09677203
2804810	Zell im Wiesental	zell-im-wiesental	DE	79669	6206	Europe/Berlin	47.70555	7.85248		Cel im Vizental,Cell',Cell'-im-Vizental',Zell en el Valle del Wiese,tsl dr wyzntal,tsl-am-fyzntal,wei se he gu ce er,Цел им Визентал,Целль,Целль-им-Визенталь,Целль-ім-Візенталь,تسل در ویزنتال,تسل-إم-فيزنتال,维瑟河谷策尔		01	083	08336	08336103
2804815	Mainhausen	mainhausen	DE	63533	0	Europe/Berlin	50.01273	8.99008				05	064	06438	06438007
2804865	Zell am Main	zell-am-main	DE	97299	4035	Europe/Berlin	49.81214	9.86962		Cel na Majni,Cel'-am-Majn,Cell'-na-Majne,Zell,Zell am Main,mei yin he pan ce er,Цел на Мајни,Целль-на-Майне,Цель-ам-Майн,Մայնի Ցել,ツェル・アム・マイン,美因河畔策尔		02	096	09679	09679209
2805076	Zehbitz	zehbitz	DE	06369	392	Europe/Berlin	51.67498	12.13177		Zehbitz		14	00	15082	15082377
2804866	Zell am Harmersbach	zell-am-harmersbach	DE	77736	0	Europe/Berlin	48.3465	8.06699		Cel am Kharmersbakh,Cell',Cell'-am-Garmersbakh,Cell'-am-Kharmersbakh,Zell,Zell am Harmersbach,ce er a mu ha er mei er si ba,tsl an dr hmrzbakh,tsl-am-harmrzbakh,Цел ам Хармерсбах,Целль,Целль-ам-Гармерсбах,Целль-ам-Хармерсбах,تسل آن در همرزباخ,تسل-آم-هارمرزباخ,策尔阿姆哈尔梅尔斯巴		01	083	08317	08317146
2804867	Zella-Mehlis	zella-mehlis	DE	98544	12361	Europe/Berlin	50.65642	10.66046		Cela-Melis,Cella-Melis,Zella-Mehlis,ce la-mei li si,tsl,tsyla-mylys,Цела-Мелис,Целла-Мелис,Целла-Меліс,تسل,تسيلا-ميليس,策拉-梅利斯		15	00	16066	16066092
2804871	Zella	zella	DE	36452	0	Europe/Berlin	50.65009	10.67666				15	00	16066	16066092
2804872	Zella	zella	DE	36452	0	Europe/Berlin	51.28856	10.37231		Zella		15	00	16064	16064073
2804873	Zella	zella	DE	36452	0	Europe/Berlin	51.06006	13.27453				13	00	14627	14627180
2804874	Zella	zella	DE	36452	0	Europe/Berlin	50.87494	9.25513		Zella		05	066	06634	06634026
2804875	Zella	zella	DE	36452	0	Europe/Berlin	50.6852	11.52466				15	00	16075	16075129
2804876	Zella	zella	DE	36452	489	Europe/Berlin	50.67162	10.10785		Zella		15	00	16063	16063015
2804877	Zell	zell	DE	56856	0	Europe/Berlin	49.67367	8.6469		Zell		05	064	06431	06431002
2804878	Zell	zell	DE	56856	0	Europe/Berlin	50.72906	9.1949		Zell		05	065	06535	06535014
2804879	Zell	zell	DE	56856	0	Europe/Berlin	50.51932	9.62806				05	066	06631	06631009
2804881	Zell	zell	DE	56856	0	Europe/Berlin	50.09427	10.24801				02	096	09678	09678186
2804882	Zell	zell	DE	56856	4402	Europe/Berlin	50.02918	7.18232		Zell		08	00	07135	07135092
2804883	Zell	zell	DE	56856	0	Europe/Berlin	49.96571	10.56337		Zell		02	096	09674	09674163
2804884	Zell	zell	DE	56856	0	Europe/Berlin	49.72361	8.99056				05	064	06437	06437001
2804885	Zell	zell	DE	56856	0	Europe/Berlin	49.64883	8.13911		Zell		08	00	07333	07333501
2804886	Zell	zell	DE	56856	0	Europe/Berlin	49.35061	9.9468		Zell		01	081	08127	08127075
2804887	Zell	zell	DE	56856	0	Europe/Berlin	49.1427	11.1864				02	095	09576	09576127
2804888	Zell	zell	DE	56856	0	Europe/Berlin	49.07465	12.7995				02	092	09276	09276135
2804889	Zell	zell	DE	56856	0	Europe/Berlin	48.99036	13.28453				02	092	09276	09276121
2804890	Zell	zell	DE	56856	0	Europe/Berlin	48.98231	11.59701		Zell		02	093	09373	09373121
2804891	Zell	zell	DE	56856	0	Europe/Berlin	48.97233	9.46056				01	081	08119	08119053
2804892	Zell	zell	DE	56856	0	Europe/Berlin	48.90546	13.13757				02	092	09276	09276126
2804893	Zell	zell	DE	56856	0	Europe/Berlin	48.74931	9.64621				01	081	08117	08117011
2804894	Zell	zell	DE	56856	0	Europe/Berlin	48.71318	11.24202		Zell		02	091	09185	09185149
2804895	Zell	zell	DE	56856	8043	Europe/Berlin	48.69235	8.06301		Zell		01	082	08216	08216041
2804896	Zell	zell	DE	56856	0	Europe/Berlin	48.62915	12.02425				02	092	09274	09274187
2804897	Zell	zell	DE	56856	0	Europe/Berlin	48.53973	13.19583				02	092	09275	09275138
2804898	Zell	zell	DE	56856	0	Europe/Berlin	48.49317	12.76232		Zell		02	092	09277	09277119
2804899	Zell	zell	DE	56856	0	Europe/Berlin	48.49011	11.41031		Zell		02	091	09186	09186151
2804900	Zell	zell	DE	56856	0	Europe/Berlin	48.39613	13.28638		Zell		02	092	09275	09275141
2804901	Zell	zell	DE	56856	0	Europe/Berlin	48.20294	9.503				01	084	08426	08426097
2804902	Zell	zell	DE	56856	0	Europe/Berlin	48.17063	11.00851		Zell		02	091	09179	09179138
2804903	Zell	zell	DE	56856	0	Europe/Berlin	48.09978	12.09635		Zell		02	091	09187	09187186
2804904	Zell	zell	DE	56856	0	Europe/Berlin	47.98107	11.44732				02	091	09184	09184142
2804905	Zell	zell	DE	56856	0	Europe/Berlin	47.89965	10.2063		Zell		02	097	09778	09778144
2804906	Zell	zell	DE	56856	0	Europe/Berlin	47.86978	12.02514				02	091	09187	09187117
2804907	Zell	zell	DE	56856	0	Europe/Berlin	47.69035	11.31038		Zell		02	091	09180	09180119
2804908	Zell	zell	DE	56856	0	Europe/Berlin	47.60495	10.58679				02	097	09777	09777125
2804909	Zell	zell	DE	56856	0	Europe/Berlin	47.57518	10.02215		Zell		02	097	09780	09780132
2804922	Zeitz	zeitz	DE	06712	29469	Europe/Berlin	51.04962	12.1369		Cajc,Ceicas,Cice [a. 1140],Zeitz,Zitc,cai ci,tsayts,tsaytz,zyyz,Žitč,Цайц,Цајц,צייץ,تسایتز,تسایتس,蔡茨		14	00	15084	15084590
2804925	Zeitlofs	zeitlofs	DE	97799	2228	Europe/Berlin	50.26189	9.67243		Cajtlofs,Zeitlofs,cai te luo fu si,Цайтлофс,Цајтлофс,Ցայտլոֆս,蔡特洛夫斯		02	096	09672	09672166
2804932	Zeitlarn	zeitlarn	DE	93197	0	Europe/Berlin	49.33123	12.39822				02	093	09376	09376147
2804933	Zeitlarn	zeitlarn	DE	93197	5849	Europe/Berlin	49.07848	12.11174			09375213	02	093	09375	09375213
2804934	Zeitlarn	zeitlarn	DE	93197	0	Europe/Berlin	48.64658	13.05347				02	092	09271	09271128
2804935	Zeitlarn	zeitlarn	DE	93197	0	Europe/Berlin	48.61319	13.19389				02	092	09275	09275154
2804936	Zeitlarn	zeitlarn	DE	93197	0	Europe/Berlin	48.133	12.66208				02	091	09171	09171119
2804939	Zeithain	zeithain	DE	01619	5839	Europe/Berlin	51.33356	13.33809		Cajtgajn,Cajtkhajn,Cytan,Cytań,Zeithaini vald,cai tai yin,jaitin,Цайтгайн,Цайтхайн,Цајтхајн,蔡泰因,자이틴	14627360	13	00	14627	14627360
2804951	Zeiskam	zeiskam	DE	67378	2283	Europe/Berlin	49.23278	8.24722		Cajskam,cai si ka mu,Цайскам,Цајскам,蔡斯卡姆	07334036	08	00	07334	07334036
2805006	Zeilarn	zeilarn	DE	84367	2291	Europe/Berlin	48.30003	12.8426			09277154	02	092	09277	09277154
2805041	Zehnhausen bei Wallmerod	zehnhausen-bei-wallmerod	DE	56414	169	Europe/Berlin	50.47611	7.92361			07143316	08	00	07143	07143316
2805042	Zehnhausen bei Rennerod	zehnhausen-bei-rennerod	DE	56477	0	Europe/Berlin	50.64722	8.05972			07143315	08	00	07143	07143315
2805050	Zehna	zehna	DE	18276	742	Europe/Berlin	53.71592	12.13836		Zehna		12	00	13072	13072119
2805061	Zehlendorf	zehlendorf	DE	16515	0	Europe/Berlin	53.86904	12.27021				12	00	13072	13072061
2805062	Zehlendorf	zehlendorf	DE	16515	0	Europe/Berlin	52.78382	13.38778				11	00	12065	12065256
2805075	Zehdenick	zehdenick	DE	16792	14809	Europe/Berlin	52.97852	13.33165		Cedenik,Zehdenik,ce de ni ke,tshdnyk,tsyhdynk,Цеденик,Զեհդենիկ,تسهدنیک,تسيهدينك,策德尼克		11	00	12065	12065356
2805086	Zeestow	zeestow	DE	14641	0	Europe/Berlin	52.57301	12.95923				11	00	12063	12063036
2805088	Zeesen	zeesen	DE	15711	0	Europe/Berlin	52.27876	13.63761		Zeesen		11	00	12061	12061260
2805095	Zedlitz	zedlitz	DE	07557	741	Europe/Berlin	50.81667	12.03333		Cedlic,Zedlitz,ce de li ci,Цедлиц,策德利茨	16076086	15	00	16076	16076086
2805100	Zeddenick	zeddenick	DE	39291	143	Europe/Berlin	52.1391	11.89827		Zeddenick		14	00	15086	15086140
2805104	Zeckerin	zeckerin	DE	03249	0	Europe/Berlin	51.7112	13.63206				11	00	12062	12062469
2805119	Zechin	zechin	DE	15328	805	Europe/Berlin	52.60842	14.45251			12064538	11	00	12064	12064538
2805190	Zarrentin	zarrentin	DE	19246	0	Europe/Berlin	54.08366	12.87855				12	00	13073	13073033
2805191	Zarrentin	zarrentin	DE	19246	0	Europe/Berlin	54.0032	13.19893				12	00	13075	13075123
2805192	Zarrentin	zarrentin	DE	19246	0	Europe/Berlin	53.9203	13.75259				12	00	13075	13075121
2805193	Zarrentin	zarrentin	DE	19246	3243	Europe/Berlin	53.55075	10.9155		Zarrentin		12	00	13076	13076159
2805195	Zarrendorf	zarrendorf	DE	18510	1127	Europe/Berlin	54.23689	13.10094				12	00	13073	13073104
2805198	Zarpen	zarpen	DE	23619	1577	Europe/Berlin	53.86667	10.51667		Zarpen	01062087	10	00	01062	01062087
2805208	Zarnewanz	zarnewanz	DE	18195	425	Europe/Berlin	54.05783	12.49223				12	00	13072	13072118
2805209	Zarnekow	zarnekow	DE	17159	0	Europe/Berlin	54.35694	13.63224				12	00	13073	13073048
2805210	Zarnekow	zarnekow	DE	17159	0	Europe/Berlin	54.03217	12.9025				12	00	13073	13073029
2805211	Zarnekow	zarnekow	DE	17159	0	Europe/Berlin	53.98698	13.60193				12	00	13075	13075156
2805212	Zarnekow	zarnekow	DE	17159	0	Europe/Berlin	53.9444	11.65222				12	00	13074	13074056
2805213	Zarnekow	zarnekow	DE	17159	519	Europe/Berlin	53.90161	12.89623				12	00	13071	13071027
2805223	Zappendorf	zappendorf	DE	06179	1592	Europe/Berlin	51.51024	11.79514		Zappendorf		14	00	15088	15088319
2805228	Zapfendorf	zapfendorf	DE	96199	5017	Europe/Berlin	50.01783	10.93243		Capfendorf,cha pu fen duo fu,tsu~apufendorufu,Цапфендорф,Ցապֆենդորֆ,ツァプフェンドルフ,察普芬多夫		02	094	09471	09471214
2805231	Zapel	zapel	DE	19089	631	Europe/Berlin	53.55347	11.66563		Zapel		12	00	13076	13076158
2805232	Zapel	zapel	DE	19089	0	Europe/Berlin	53.46487	11.15912				12	00	13076	13076060
2805233	Zapel	zapel	DE	19089	0	Europe/Berlin	53.17507	11.5729				11	00	12070	12070173
2805261	Zangberg	zangberg	DE	84539	1021	Europe/Berlin	48.2748	12.42311		Cangberg,cang bei ge,zangbrg,Цангберг,Ցանգբերգ,زانگبرگ,仓贝格	09183151	02	091	09183	09183151
2805263	Zandt	zandt	DE	93499	0	Europe/Berlin	49.24121	10.65846		Zandt		02	095	09571	09571175
2805264	Zandt	zandt	DE	93499	1875	Europe/Berlin	49.15	12.73333		Candt,Cant,can te,Цандт,Цант,Ցանթ,灿特	09372177	02	093	09372	09372177
2805265	Zandt	zandt	DE	93499	0	Europe/Berlin	48.92608	11.49506		Zandt		02	091	09176	09176120
2805282	Zaisenhausen	zaisenhausen	DE	75059	0	Europe/Berlin	49.36223	9.8371		Zaisenhausen		01	081	08126	08126056
2805283	Zaisenhausen	zaisenhausen	DE	75059	1776	Europe/Berlin	49.10667	8.81278		Cajsenkhauzen,Cajzengauzen,Cajzenkhauzen,cai sen hao sen,Цайзенгаузен,Цайзенхаузен,Цајсенхаузен,蔡森豪森	08215094	01	082	08215	08215094
2805303	Zahrensdorf	zahrensdorf	DE	19412	398	Europe/Berlin	53.75886	11.67361		Zahrensdorf		12	00	13076	13076167
2805304	Zahrensdorf	zahrensdorf	DE	19412	0	Europe/Berlin	53.39358	10.80687				12	00	13076	13076102
2805313	Zahna	zahna	DE	06895	3623	Europe/Berlin	51.9141	12.78561		Cana,Zahna,Цана,ذہنا		14	00	15091	15091391
2805329	Zadelsdorf	zadelsdorf	DE	07937	153	Europe/Berlin	50.666	11.94081				15	00	16076	16076087
2805344	Zachow	zachow	DE	14669	0	Europe/Berlin	53.45	13.05				12	00	13071	13071075
2805345	Zachow	zachow	DE	14669	0	Europe/Berlin	53.36382	11.88406		Zachow		12	00	13076	13076168
2805346	Zachow	zachow	DE	14669	0	Europe/Berlin	52.48367	12.78453		Zachow		11	00	12063	12063148
2805354	Zachenberg	zachenberg	DE	94239	2173	Europe/Berlin	48.96667	13		Cakhenberg,cha heng bei ge,zakhnbrg,zchnbrg,Цахенберг,Ցախենբերգ,زاخنبرگ,زچنبرگ,察亨贝格	09276146	02	092	09276	09276146
2805357	Zabitz	zabitz	DE	06369	549	Europe/Berlin	51.78503	11.92419		Zabitz		14	00	15082	15082256
2805358	Zabitz	zabitz	DE	06369	0	Europe/Berlin	51.60745	11.71533				14	00	15087	15087165
2805361	Zaberfeld	zaberfeld	DE	74374	3843	Europe/Berlin	49.05611	8.92694		Caberfel'd,Caberfeld,cha bei er fei er de,tsu~abaferuto,zabr fyld,Цаберфелд,Цаберфельд,زابر فیلد,ツァーバーフェルト,察贝尔费尔德	08125108	01	081	08125	08125108
2805363	Zabenstedt	zabenstedt	DE	06347	251	Europe/Berlin	51.6204	11.67121		Zabenstedt		14	00	15087	15087165
2805365	Zabeltitz	zabeltitz	DE	01561	3047	Europe/Berlin	51.35147	13.50462		Cabel'tic,Cabeltic,Zabeltitz,Zabeltitzi vald,zabl tts,Цабелтиц,Цабельтиц,زابل تتس		13	00	14627	14627060
2805369	Zabelsdorf	zabelsdorf	DE	16775	0	Europe/Berlin	53.04761	13.25329				11	00	12065	12065356
2805370	Zabakuck	zabakuck	DE	39307	228	Europe/Berlin	52.45639	12.21398		Zabakuck		14	00	15086	15086080
2805385	Xanten	xanten	DE	46509	21587	Europe/Berlin	51.65877	6.45297		Castra Vetera,Ksantehn,Ksanten,Sante,Santen,Xanten,Xantum,ke sang teng,kusanten,Ксантен,Ксантэн,クサンテン,克桑滕		07	051	05170	05170052
2805388	Wymeer	wymeer	DE	26831	0	Europe/Berlin	53.13144	7.24317				06	00	03457	03457024
2805420	Wutike	wutike	DE	16866	0	Europe/Berlin	53.01854	12.37484				11	00	12070	12070149
2805448	Wustrow	wustrow	DE	17255	1312	Europe/Berlin	53.47765	13.15569		Wustrow		12	00	13071	13071115
2805449	Wustrow	wustrow	DE	17255	0	Europe/Berlin	53.22803	12.9697				12	00	13071	13071167
2805450	Wustrow	wustrow	DE	17255	0	Europe/Berlin	53.06876	11.55539				11	00	12070	12070236
2805451	Wustrow	wustrow	DE	17255	3086	Europe/Berlin	52.9237	11.12846		Vustrov,Wastruew,Wostruew,Wåstrüw,Wôstrüw,fwstrw,wu si te luo fu,wwstrw,Вустров,فوسترو,ووسترو,武斯特罗夫		06	00	03354	03354026
2805453	Ferdinandshof	ferdinandshof	DE	17379	0	Europe/Berlin	52.7739	14.23313				11	00	12064	12064349
2805475	Wusterwitz	wusterwitz	DE	14789	3184	Europe/Berlin	52.36666	12.38488		Grosswusterwitz,Großwusterwitz,Vustervic,Wusterwitz,wu si te er wei ci,Вустервиц,Վուստերվից,武斯特尔维茨	12069688	11	00	12069	12069688
2805480	Wustermark	wustermark	DE	14641	7729	Europe/Berlin	52.55	12.95		Vustermark,Wustermark,wu si te ma ke,Вустермарк,Վուստերմարկ,武斯特马克	12063357	11	00	12063	12063357
2805481	Wusterhusen	wusterhusen	DE	17509	1370	Europe/Berlin	54.11312	13.61608		Vusterkhusen,Vusterkhuzen,Wusterhusen,wu si te lu sen,Вустерхузен,Вустерхусен,武斯特鲁森		12	00	13075	13075146
2805497	Wüstenrot	wustenrot	DE	71543	6770	Europe/Berlin	49.08083	9.46056		Vistenrot,Vjustenrot,Wuestenrot,Wüstenrot,vu~yusutenroto,wei si teng luo te,Вистенрот,Вюстенрот,ヴュステンロート,维斯滕罗特	08125107	01	081	08125	08125107
2805567	Wust	wust	DE	14778	868	Europe/Berlin	52.55153	12.11421		Wust		14	00	15090	15090631
2805568	Wust	wust	DE	14778	0	Europe/Berlin	52.4147	12.61063				11	00	12051	12051000
2805570	Wußwerk	wusswerk	DE	15913	0	Europe/Berlin	51.927	14.05041				11	00	12061	12061005
2805581	Wüschheim	wuschheim	DE	55471	328	Europe/Berlin	50.01667	7.41667			07140166	08	00	07140	07140166
2805586	Würzweiler	wurzweiler	DE	67808	202	Europe/Berlin	49.65	7.86667			07333084	08	00	07333	07333084
2805597	Wurzen	wurzen	DE	04808	15233	Europe/Berlin	51.3707	12.73939		Vurcehn,Vurcen,Vurcene,Worcyn,Wurzen,fwrtsn,wu er cen,wwrtsn,Вурцен,Вурцэн,فورتسن,وورتسن,武尔岑		13	00	14729	14729410
2805623	Wurzbach	wurzbach	DE	07343	3864	Europe/Berlin	50.46357	11.53779		Vurcbakh,Wurzbach,fwrtsbakh,wu er ci ba he,wwrtsbakh,Вурцбах,فورتسباخ,وورتسباخ,武尔茨巴赫		15	00	16075	16075133
2805624	Würzbach	wurzbach	DE	07343	0	Europe/Berlin	48.72149	8.62828				01	082	08235	08235055
2805652	Würrich	wurrich	DE	56858	160	Europe/Berlin	49.98333	7.3			07140165	08	00	07140	07140165
2805657	Wurmsham	wurmsham	DE	84189	1351	Europe/Berlin	48.35	12.33333		Vurmsgam,Vurmsham,Vurmskham,wu er mu si ha mu,wwrmsham,Вурмсгам,Вурмсхам,Վուրմսհամ,وورمسهام,武尔姆斯哈姆	09274193	02	092	09274	09274193
2805666	Wurmlingen	wurmlingen	DE	78573	0	Europe/Berlin	48.50364	8.9633				01	084	08416	08416036
2805667	Wurmlingen	wurmlingen	DE	78573	3812	Europe/Berlin	48	8.78333			08327054	01	083	08327	08327054
2805677	Wurmberg	wurmberg	DE	75449	2898	Europe/Berlin	48.86667	8.81667		Vurmberg,wu er mu bei ge,Вурмберг,Վուրմբերգ,武尔姆贝格	08236068	01	082	08236	08236068
2805694	Wurmannsquick	wurmannsquick	DE	84329	3710	Europe/Berlin	48.35334	12.78603		Vurmannskvik,Vurmanskvik,Wurmannsquick,wu er man si ku yi ke,wwrmanskwyk,Вурманнсквік,Вурмансквик,Վուրմանսքվիք,وورمانسکویک,武尔曼斯库伊克		02	092	09277	09277153
2805753	Wuppertal	wuppertal	DE	42103	360797	Europe/Berlin	51.25627	7.14816		Boupertal,UWP,Vupertal,Vupertal',Vupertale,Vupertalis,Vupertāle,Vuppertal,Vuppertal',Wupperdaal,Wuppertal,bupeotal,fwbrtal,vupartala,vuppataru,wu po ta er,wuph phe xrthal,wwprtal,wwprtl,Βούπερταλ,Вупертал,Вуперталь,Вупперталь,Վուպերտալ,וופרטל,فوبرتال,ووپاٹال,ووپرتال,وپرٹال,वुपर्टाल,วุพเพอร์ทัล,ვუპერტალი,ヴッパータール,伍珀塔尔,부퍼탈	05124	07	051	05124	05124000
2805761	Wunstorf	wunstorf	DE	31515	42080	Europe/Berlin	52.42377	9.43585		Vunstorf,Wunstorf,fwnstwrf,wen si tuo fu,wwnstwrf,Вунсторф,فونستورف,وونستورف,文斯托夫		06	00	03241	03241021
2805762	Wunsiedel	wunsiedel	DE	95632	10295	Europe/Berlin	50.03923	12.00342		Vunsidel,Vunzidel,Vunzidel',Wunsiedel,Wunsiedel im Fichtelgebirge,fwnzydl,vunjideru,wen xi de er,wwnzydl,Вунзидель,Вунзідель,Вунсидел,Վունզիդել,فونزيدل,وونزیدل,ヴンジーデル,文西德尔	09479	02	094	09479	09479169
2805793	Wundersleben	wundersleben	DE	99610	772	Europe/Berlin	51.15445	11.03885			16068062	15	00	16068	16068062
2805857	Wulkow	wulkow	DE	39319	0	Europe/Berlin	52.92288	12.90387				11	00	12068	12068320
2805858	Wulkow	wulkow	DE	39319	0	Europe/Berlin	52.56962	14.23031		Wulkow		11	00	12064	12064340
2805859	Wulkow	wulkow	DE	39319	0	Europe/Berlin	52.40266	14.46789				11	00	12064	12064268
2805861	Wülknitz	wulknitz	DE	01609	1877	Europe/Berlin	51.36667	13.4		Vilknic,Vjul'knic,Wuelknitzi vald,Wülknitzi vald,wei er ke ni ci,Вилкниц,Вюлькниц,Вюлькніц,维尔克尼茨	14627340	13	00	14627	14627340
2805865	Wulkenzin	wulkenzin	DE	17039	1579	Europe/Berlin	53.54445	13.16921		Wulkenzin		12	00	13071	13071166
2805866	Wulkau	wulkau	DE	39524	454	Europe/Berlin	52.76102	12.07415				14	00	15090	15090285
2805868	Wulften	wulften	DE	37199	0	Europe/Berlin	52.63818	7.9898				06	00	03459	03459007
2805869	Wulften	wulften	DE	37199	0	Europe/Berlin	52.30402	8.22036				06	00	03459	03459012
2805870	Wulften	wulften	DE	37199	2127	Europe/Berlin	51.65999	10.17437			03159039	06	00	03159	03159039
2805877	Wulfsmoor	wulfsmoor	DE	25563	389	Europe/Berlin	53.91233	9.72402		Wulfsmoor	01061117	10	00	01061	01061117
2805891	Wulfsen	wulfsen	DE	21445	1582	Europe/Berlin	53.3	10.15		Vul'fzen,Vulfsen,Wulfsen,wu er fu sen,Вулфсен,Вульфзен,武尔夫森	03353042	06	00	03353	03353042
2805925	Wulferstedt	wulferstedt	DE	39387	894	Europe/Berlin	52.01961	11.13142		Wulferstedt		14	00	15083	15083025
2805944	Wulfen	wulfen	DE	06369	0	Europe/Berlin	54.40989	11.15963				10	00	01055	01055046
2805945	Wulfen	wulfen	DE	06369	1215	Europe/Berlin	51.81938	11.93063		Wulfen		14	00	15082	15082256
2805946	Wulfen	wulfen	DE	06369	0	Europe/Berlin	51.71733	7.0161		Neuestadt Wulfen,Wulfen		07	055	05562	05562012
2805988	Wrohm	wrohm	DE	25799	740	Europe/Berlin	54.21305	9.38212		Wrohm	01051136	10	00	01051	01051136
2805992	Wrixum	wrixum	DE	25938	670	Europe/Berlin	54.69993	8.54856			01054163	10	00	01054	01054163
2805994	Wrist	wrist	DE	25563	2507	Europe/Berlin	53.93333	9.76667		Wrist	01061116	10	00	01061	01061116
2805999	Wriezen	wriezen	DE	16269	8213	Europe/Berlin	52.72091	14.13425		Vricen,Vuritza,frytsn,fu li cen,wrytsn,Врицен,Վրիցեն,فريتسن,وریتسن,弗里岑		11	00	12064	12064512
2806002	Wriedel	wriedel	DE	29565	2596	Europe/Berlin	53.0313	10.29848		Vridel,Vridel',fu li de er,Вридел,Вридель,弗里德尔	03360029	06	00	03360	03360029
2806007	Wrestedt	wrestedt	DE	29559	2996	Europe/Berlin	52.90435	10.57494		Vreshtedt,Vreshtet,Врештедт,Врештет		06	00	03360	03360030
2806011	Wremen	wremen	DE	27638	2023	Europe/Berlin	53.65	8.51667		Vremen,fu lei men,Времен,弗雷门	03352061	06	00	03352	03352061
2806015	Wredenhagen	wredenhagen	DE	17209	536	Europe/Berlin	53.29026	12.5172				12	00	13071	13071175
2806023	Wrangelsburg	wrangelsburg	DE	17495	230	Europe/Berlin	54.01609	13.59399		Wrangelsburg		12	00	13075	13075145
2806050	Wotenick	wotenick	DE	17111	376	Europe/Berlin	53.93795	12.9879				12	00	13071	13071029
2806079	Wörth an der Isar	worth-an-der-isar	DE	84109	2400	Europe/Berlin	48.623	12.33944		Vert an der Izar,Vert-an-der-Izar,Vjort-na-Izare,Woerth,Wort,Worth an der Isar,Wörth,Wörth an der Isar,wrt an dr ayzar,Верт ан дер Изар,Верт-ан-дер-Ізар,Вёрт-на-Изаре,Իզարի Վյորթ,ورت آن در ایزار		02	092	09274	09274191
2806080	Wörth an der Donau	worth-an-der-donau	DE	93086	4524	Europe/Berlin	49.00093	12.40539		Vert na Dunavu,Vert-an-der-Donau,Vjort-an-der-Donau,Vjort-na-Dunae,Werth,Wiard,Woerth an der Donau,Worth,Worth an der Donau,Wörth,Wörth an der Donau,duo nao he pan wei er te,fwrt an dr dwnaw,wrt an dr dnaw,Верт на Дунаву,Верт-ан-дер-Донау,Вёрт-ан-дер-Донау,Вёрт-на-Дунае,Դանուբի Վյորթ,فورت أن در دوناو,ورت آن در دناو,多瑙河畔韦尔特		02	093	09375	09375210
2806082	Wörth am Main	worth-am-main	DE	63939	4983	Europe/Berlin	49.7972	9.15389		Majndagy Vjort,Vert na Majni,Vert-am-Majn,Vjort-na-Majne,Woerth am Main,Worth,Worth am Main,Wörth,Wörth am Main,fwrt am mayn,mei yin he pan wei er te,wwrth am mayn,Верт на Мајни,Верт-ам-Майн,Вёрт-на-Майне,Майндагы Вёрт,Մայնի Վյորթ,فورت آم ماين,وورث آم ماین,ヴェルト・アム・マイン,美因河畔韦尔特		02	096	09676	09676169
2806083	Worth	worth	DE	21502	164	Europe/Berlin	53.46667	10.41667			01053135	10	00	01053	01053135
2806084	Worth	worth	DE	21502	0	Europe/Berlin	52.26694	8.59642				07	057	05770	05770016
2806085	Worth	worth	DE	21502	0	Europe/Berlin	51.21667	7.65				07	059	05962	05962032
2806087	Wörth	worth	DE	21502	0	Europe/Berlin	48.58832	13.40055				02	092	09262	09262000
2806088	Wörth	worth	DE	21502	0	Europe/Berlin	48.27706	12.28058				02	091	09183	09183144
2806089	Wörth	worth	DE	21502	0	Europe/Berlin	48.16312	12.3134				02	091	09183	09183118
2806090	Wörth	worth	DE	21502	0	Europe/Berlin	47.58465	10.62003		Woerth am Rhein,Worth,Wörth,Wörth am Rhein		02	097	09777	09777129
2806096	Wört	wort	DE	73499	0	Europe/Berlin	48.6598	8.16673		Wort,Wört		01	082	08216	08216007
2806097	Wört	wort	DE	73499	1444	Europe/Berlin	49.03047	10.27239		Vert,Vjort,Верт,Вёрт,ვერტი	08136084	01	081	08136	08136084
2806105	Wörrstadt	worrstadt	DE	55286	7668	Europe/Berlin	49.84861	8.12417		Vershtat,Vjorshtadt,Woerrstadt,Wörrstadt,wwrashtat,Верштат,Вёрштадт,ووراشتات	07331073	08	00	07331	07331073
2806108	Worpswede	worpswede	DE	27726	9417	Europe/Berlin	53.21667	8.93333			03356011	06	00	03356	03356011
2806127	Wörnersberg	wornersberg	DE	72299	245	Europe/Berlin	48.56667	8.56667			08237072	01	082	08237	08237072
2806141	Wormsdorf	wormsdorf	DE	39365	571	Europe/Berlin	52.1337	11.19335		Warmonestorp,Wormsdorf		14	00	15083	15083190
2806142	Worms	worms	DE	67547	81099	Europe/Berlin	49.63278	8.35916		Borbetomagus,Vormatia,Vorms,Vormsa,Vormsas,Woms,Wormacja,Wormatia,Worms,ZQV,boleumseu,fwrms,vu~orumusu,wo er mu si,wrmz  alman,wwrms,Βορμς,Вормс,ווארמז,וורמס,فورمس,ورمز، آلمان,ቩርምዝ,ヴォルムス,沃尔姆斯,보름스	07319	08	00	07319	07319000
2806173	Woringen	woringen	DE	87789	1812	Europe/Berlin	47.91667	10.2		Voringen,wo lin gen,Воринген,Ворінген,Վորինգեն,沃林根	09778219	02	097	09778	09778219
2806192	Worbis	worbis	DE	37339	5371	Europe/Berlin	51.41997	10.3633		Worbis		15	00	16061	16061115
2806205	Woppenroth	woppenroth	DE	55490	300	Europe/Berlin	49.86667	7.41667			07140164	08	00	07140	07140164
2806216	Wootz	wootz	DE	19309	0	Europe/Berlin	53.06629	11.35351				11	00	12070	12070246
2806221	Woosmer	woosmer	DE	19303	330	Europe/Berlin	53.20089	11.18172		Woosmer		12	00	13076	13076143
2806231	Wonsheim	wonsheim	DE	55599	903	Europe/Berlin	49.78333	7.96667			07331075	08	00	07331	07331075
2806232	Wonsees	wonsees	DE	96197	1219	Europe/Berlin	49.97614	11.30047		Vonzes,Wonsees,vu~onzesu,weng sai si,Вонзес,Վոնզես,ヴォンゼース,翁塞斯		02	094	09477	09477164
2806239	Wonfurt	wonfurt	DE	97539	1955	Europe/Berlin	50.01667	10.46667		Vonfurt,weng fu er te,Вонфурт,Վոնֆուրթ,翁富尔特	09674219	02	096	09674	09674219
2806244	Womrath	womrath	DE	55481	222	Europe/Berlin	49.91667	7.45			07140163	08	00	07140	07140163
2806254	Wolzig	wolzig	DE	15754	0	Europe/Berlin	52.26732	13.83756		Wolzig		11	00	12061	12061217
2806276	Woltershausen	woltershausen	DE	31099	963	Europe/Berlin	51.98333	9.95			03254044	06	00	03254	03254044
2806283	Woltersdorf	woltersdorf	DE	15569	272	Europe/Berlin	53.57267	10.6432			01053134	10	00	01053	01053134
2806284	Woltersdorf	woltersdorf	DE	15569	0	Europe/Berlin	53.1795	14.21665				11	00	12073	12073097
2806285	Woltersdorf	woltersdorf	DE	15569	1033	Europe/Berlin	52.95	11.21667		Vol'tersdorf,Voltersdorf,wltrsdwrf,Волтерсдорф,Вольтерсдорф,ولترسدورف	03354025	06	00	03354	03354025
2806286	Woltersdorf	woltersdorf	DE	15569	0	Europe/Berlin	52.66123	13.38509				11	00	12065	12065225
2806287	Woltersdorf	woltersdorf	DE	15569	7581	Europe/Berlin	52.45554	13.74986		Woltersdorf	12067544	11	00	12067	12067544
2806288	Woltersdorf	woltersdorf	DE	15569	0	Europe/Berlin	52.40777	12.37318				11	00	12069	12069028
2806289	Woltersdorf	woltersdorf	DE	15569	384	Europe/Berlin	52.15523	11.7775		Woltersdorf		14	00	15086	15086005
2806290	Woltersdorf	woltersdorf	DE	15569	0	Europe/Berlin	52.11268	13.20635		Woltersdorf		11	00	12072	12072312
2806291	Woltersdorf	woltersdorf	DE	15569	0	Europe/Berlin	51.92024	12.74142				14	00	15091	15091391
2806307	Wolsfeld	wolsfeld	DE	54636	801	Europe/Berlin	49.90702	6.46597			07232137	08	00	07232	07232137
2806310	Wolsdorf	wolsdorf	DE	38379	1108	Europe/Berlin	52.19098	10.93878			03154026	06	00	03154	03154026
2806311	Wolsdorf	wolsdorf	DE	38379	0	Europe/Berlin	50.79741	7.22469		Wolsdorf		07	053	05382	05382060
2806320	Wölpinghausen	wolpinghausen	DE	31556	1754	Europe/Berlin	52.41667	9.23333		Velpingkhauzen,Vjol'pingkhauzen,vu~erupinguhauzen,wei er ping hao sen,Велпингхаузен,Вёльпингхаузен,ヴェルピングハウゼン,韦尔平豪森	03257038	06	00	03257	03257038
2806322	Wolpertswende	wolpertswende	DE	88284	4128	Europe/Berlin	47.89471	9.61202		Vol'pertsvende,Volpertsvende,Wolpertswende,wo er pei er ci wen de,Волпертсвенде,Вольпертсвенде,沃尔佩尔茨文德	08436087	01	084	08436	08436087
2806325	Wolpertshausen	wolpertshausen	DE	74549	2037	Europe/Berlin	49.1675	9.84472		Vol'pertsgauzen,Vol'pertskhauzen,Volpertskhauzen,Wolpertshausen,vu~orupatsuhauzen,wo er pei er ci hao sen,Волпертсхаузен,Вольпертсгаузен,Вольпертсхаузен,ヴォルパーツハウゼン,沃尔佩尔茨豪森	08127099	01	081	08127	08127099
2806339	Wolnzach	wolnzach	DE	85283	10973	Europe/Berlin	48.6038	11.62568		Vol'ncakh,Volncakh,wlntsakh,wo er en cha,Волнцах,Вольнцах,Վոլնցախ,ولنتساخ,沃尔恩察		02	091	09186	09186162
2806342	Wolmirstedt	wolmirstedt	DE	39326	10860	Europe/Berlin	52.24856	11.62945		Walmirstidi,Wolmirstedt		14	00	15083	15083565
2806343	Wolmirsleben	wolmirsleben	DE	39435	1544	Europe/Berlin	51.95	11.48333		Wilmersleve,Wolmirsleben	15089365	14	00	15089	15089365
2806345	Wölmersen	wolmersen	DE	57635	431	Europe/Berlin	50.71667	7.6			07132118	08	00	07132	07132118
2806346	Wolmersdorf	wolmersdorf	DE	25704	355	Europe/Berlin	54.07652	9.10248		Wolmersdorf	01051135	10	00	01051	01051135
2806352	Wollstein	wollstein	DE	55597	0	Europe/Berlin	51.14805	9.80945				05	066	06636	06636012
2806353	Wöllstein	wollstein	DE	55597	4516	Europe/Berlin	49.81667	7.96667		Velshtajn,Vjoll'shtajn,Woellstein,Wöllstein,wei er si tai yin,Велштајн,Вёлльштайн,韦尔斯泰因	07331072	08	00	07331	07331072
2806354	Wöllstein	wollstein	DE	55597	0	Europe/Berlin	48.90441	9.96488				01	081	08136	08136002
2806380	Wollmerath	wollmerath	DE	56826	230	Europe/Berlin	50.15	6.98333			07135091	08	00	07135	07135091
2806396	Wollin	wollin	DE	14778	0	Europe/Berlin	54.65141	13.37562				12	00	13073	13073071
2806397	Wollin	wollin	DE	14778	0	Europe/Berlin	53.31507	14.21734				12	00	13075	13075107
2806398	Wollin	wollin	DE	14778	0	Europe/Berlin	53.27799	14.07246				11	00	12073	12073458
2806399	Wollin	wollin	DE	14778	972	Europe/Berlin	52.28333	12.46667			12069680	11	00	12069	12069680
2806404	Wolletz	wolletz	DE	16278	0	Europe/Berlin	53.02485	13.9014				11	00	12073	12073008
2806414	Wollershausen	wollershausen	DE	37434	489	Europe/Berlin	51.6	10.25			03159038	06	00	03159	03159038
2806439	Wollbrandshausen	wollbrandshausen	DE	37434	661	Europe/Berlin	51.58333	10.16667		Vol'brandskhauzen,Volbrandskhauzen,vu~oruburantsuhauzen,wo er bu lan ci hao sen,Волбрандсхаузен,Вольбрандсхаузен,ヴォルブランツハウゼン,沃尔布兰茨豪森	03159037	06	00	03159	03159037
2806442	Wollbach	wollbach	DE	97618	1242	Europe/Berlin	50.36667	10.23333			09673183	02	096	09673	09673183
2806443	Wollbach	wollbach	DE	97618	0	Europe/Berlin	48.41736	10.58528				02	097	09772	09772223
2806444	Wollbach	wollbach	DE	97618	0	Europe/Berlin	47.67137	7.65451		Wollbach		01	083	08336	08336045
2806453	Wolkramshausen	wolkramshausen	DE	99735	1180	Europe/Berlin	51.42185	10.73815		Vol'kramskhauzen,Volkramskhauzen,wo er ke la mu si hao sen,Волкрамсхаузен,Волькрамсхаузен,沃尔克拉姆斯豪森	16062066	15	00	16062	16062066
2806474	Wolkenstein	wolkenstein	DE	09429	4359	Europe/Berlin	50.65552	13.07132		Wolkenstein		13	00	14521	14521670
2806475	Wolkenstein	wolkenstein	DE	09429	0	Europe/Berlin	49.75667	11.24216				02	094	09474	09474121
2806488	Wolken	wolken	DE	56332	0	Europe/Berlin	53.83997	12.00583				12	00	13072	13072020
2806489	Wolken	wolken	DE	56332	1093	Europe/Berlin	50.33333	7.46667			07137231	08	00	07137	07137231
2806501	Wolgast	wolgast	DE	17438	12664	Europe/Berlin	54.05275	13.77201		Vol'gast,Volgast,Volgaste,Wolegoszcza,Wolgast,Wologoszcz,Wołogoszcz,Wòlëgòszcza,fwlghast,vu~orugasuto,wlgast,wo er jia si te,Волгаст,Вольгаст,فولغاست,ولگاست,ヴォルガスト,沃尔加斯特		12	00	13075	13075144
2806523	Wolfstein	wolfstein	DE	67752	2060	Europe/Berlin	49.58411	7.60496		Vol'fshtajn,Volfshtajn,Wolfstein,fwlfshtayn,vu~orufushutain,wo er fu si tai yin,Волфштајн,Вольфштайн,فولفشتاين,ولف‌اشتاین,ヴォルフシュタイン,沃尔夫斯泰因		08	00	07336	07336105
2806524	Wolfstein	wolfstein	DE	67752	0	Europe/Berlin	49.29378	11.4923				02	093	09373	09373147
2806525	Wolfstein	wolfstein	DE	67752	0	Europe/Berlin	48.86827	12.87314				02	092	09271	09271140
2806526	Wolfstein	wolfstein	DE	67752	0	Europe/Berlin	48.81667	13.56667				02	092	09272	09272118
2806596	Wolfsheim	wolfsheim	DE	55578	701	Europe/Berlin	49.87222	8.03944			07339202	08	00	07339	07339202
2806599	Wolfshain	wolfshain	DE	03130	0	Europe/Berlin	51.57989	14.58896				11	00	12071	12071392
2806600	Wolfshain	wolfshain	DE	03130	0	Europe/Berlin	51.32176	12.55205				13	00	14729	14729070
2806601	Wolfshain	wolfshain	DE	03130	0	Europe/Berlin	50.59502	12.03919				15	00	16076	16076087
2806607	Wolfshagen	wolfshagen	DE	19348	0	Europe/Berlin	54.22691	12.8425				12	00	13073	13073057
2806608	Wolfshagen	wolfshagen	DE	19348	0	Europe/Berlin	53.43964	13.6539				11	00	12073	12073579
2806609	Wolfshagen	wolfshagen	DE	19348	0	Europe/Berlin	53.14825	12.01145				11	00	12070	12070125
2806610	Wolfshagen	wolfshagen	DE	19348	0	Europe/Berlin	51.90928	10.31951				06	00	03153	03153007
2806633	Wolfsegg	wolfsegg	DE	93195	1506	Europe/Berlin	49.10731	11.9781			09375211	02	093	09375	09375211
2806634	Wolfsegg	wolfsegg	DE	93195	0	Europe/Berlin	48.41008	12.60776				02	092	09277	09277133
2806646	Wolfschlugen	wolfschlugen	DE	72649	6108	Europe/Berlin	48.65	9.28333		Vol'fshlugen,Volfshlugen,Volfslugen,Wolfschlugen,wo er fu shi lu gen,Волфшлуген,Вольфшлуген,Վոլֆշլուգեն,沃尔夫施卢根	08116073	01	081	08116	08116073
2806650	Wolfsburg-Unkeroda	wolfsburg-unkeroda	DE	99819	778	Europe/Berlin	50.93333	10.26667		Vol'fsburg-Unkeroda,Volfsburg-Unkeroda,Wolfsburg-Unkeroda,wo er fu si bu er ge-weng ke luo da,Волфсбург-Ункерода,Вольфсбург-Ункерода,沃尔夫斯布尔格-翁克罗达	16063097	15	00	16063	16063097
2806654	Wolfsburg	wolfsburg	DE	38440	123064	Europe/Berlin	52.42452	10.7815		BWE,Vol'fsburg,Volfsburg,Volfsburgas,Volfsmpournk,Wolfsboerj,Wolfsbourg,Wolfsburg,Wolfsburgo,Wolfsbuurich,Wolfsbörj,Wulfsborg,bolpeuseubuleukeu,fwlfsbwrgh,volpsburgi,vu~orufusuburuku,wlfzbrg,wo er fu si bao,wwlfsbwrg,wwlfzbwrg,wwlpsbwrg,Βόλφσμπουργκ,Волфсбург,Вольфсбург,Վոլֆսբուրգ,וולפסבורג,فولفسبورغ,ولفزبرگ,وولفزبورگ,وولفسبورگ,ვოლფსბურგი,ヴォルフスブルク,沃尔夫斯堡,볼프스부르크	03103	06	00	03103	03103000
2806655	Wolfsburg	wolfsburg	DE	38440	0	Europe/Berlin	50.93049	10.26425				15	00	16063	16063097
2806683	Wolfsberg	wolfsberg	DE	06536	0	Europe/Berlin	47.88878	12.38691				02	091	09187	09187121
2806684	Wolfsberg	wolfsberg	DE	06536	0	Europe/Berlin	54.05617	12.27469				12	00	13072	13072029
2806685	Wolfsberg	wolfsberg	DE	06536	178	Europe/Berlin	51.55259	11.09717		Wolfsberg		14	00	15087	15087370
2806686	Wolfsberg	wolfsberg	DE	06536	0	Europe/Berlin	50.78804	10.36465				15	00	16063	16063099
2806687	Wolfsberg	wolfsberg	DE	06536	0	Europe/Berlin	50.64954	13.11938				13	00	14521	14521250
2806688	Wolfsberg	wolfsberg	DE	06536	0	Europe/Berlin	49.68817	11.31415		Wolfsberg		02	094	09474	09474156
2806689	Wolfsberg	wolfsberg	DE	06536	0	Europe/Berlin	48.54504	11.439				02	091	09186	09186143
2806690	Wolfsberg	wolfsberg	DE	06536	0	Europe/Berlin	48.37131	10.58519				02	097	09772	09772223
2806691	Wolfsberg	wolfsberg	DE	06536	0	Europe/Berlin	48.34475	12.47865				02	091	09183	09183129
2806692	Wolfsberg	wolfsberg	DE	06536	0	Europe/Berlin	48.00789	12.33236				02	091	09187	09187113
2806693	Wolfsberg	wolfsberg	DE	06536	0	Europe/Berlin	47.80736	9.55486				01	084	08436	08436064
2806768	Wolfratshausen	wolfratshausen	DE	82515	17191	Europe/Berlin	47.91289	11.42166		Vol'fratsgauzen,Vol'fratskhauzen,Volfratshauzen,Volfratskhauzen,fwlfratshawzn,wlfratzhawzn,wo er fu la ci hao sen,Волфратсхаузен,Вольфратсгаузен,Вольфратсхаузен,Վոլֆրատսհաուզեն,فولفراتسهاوزن,ولفراتزهاوزن,沃尔夫拉茨豪森		02	091	09173	09173147
2806770	Wolframs-Eschenbach	wolframs-eschenbach	DE	91639	2911	Europe/Berlin	49.22675	10.72769		Velframs Esenbax,Vol'frams-Ehshenbakh,Vol'frams-Eshenbakh,Volframs-Eshenbakh,Wolframs-Eschenbach,fwlframz-ashnbakh,vu~orufuramusu=esshenbahha,wlframz-ashnbakh,wo er fu la mu si-ai shen ba,Волфрамс-Ешенбах,Вольфрамс-Ешенбах,Вольфрамс-Эшенбах,Վելֆրամս Էշենբախ,فولفرامز-إشنباخ,ولفرامز-اشنباخ,ヴォルフラムス＝エッシェンバッハ,沃尔夫拉姆斯-埃申巴		02	095	09571	09571229
2806775	Wolfmannshausen	wolfmannshausen	DE	98631	467	Europe/Berlin	50.42867	10.45833		Wolfmannshausen		15	00	16066	16066094
2806789	Wolfis	wolfis	DE	99885	0	Europe/Berlin	47.61825	10.30324				02	097	09780	09780137
2806799	Wolfhagen	wolfhagen	DE	34466	13266	Europe/Berlin	51.32611	9.17015		Vol'fgagen,Vol'fkhagen,Volfkhagen,Wolfhagen,fwlfhaghn,vu~orufuhagen,wlfhagn,wo er fu ha gen,Волфхаген,Вольфгаген,Вольфхаген,فولفهاغن,ولفهاگن,ヴォルフハーゲン,沃尔夫哈根		05	066	06633	06633028
2806800	Wolfhagen	wolfhagen	DE	34466	0	Europe/Berlin	51.12247	6.92534				07	051	05158	05158020
2806831	Wolfertschwenden	wolfertschwenden	DE	87787	1852	Europe/Berlin	47.8935	10.26715		Vol'ferchvenden,Vol'fertshvenden,Volferchvenden,wo er fei er ci xi wen deng,Волферчвенден,Вольфертшвенден,Вольферчвенден,Վոլֆերթշվենդեն,沃尔费尔茨希文登	09778218	02	097	09778	09778218
2806846	Wolferstedt	wolferstedt	DE	06542	757	Europe/Berlin	51.42546	11.4345		Wolferstedt		14	00	15087	15087015
2806847	Wolferstadt	wolferstadt	DE	86709	1113	Europe/Berlin	48.90352	10.78129		Vol'fershtadt,Volfershtat,vu~orufashutatto,wo er fei er si ta te,Волферштат,Вольферштадт,Վոլֆերշթաթ,ヴォルファーシュタット,沃尔费尔斯塔特	09779231	02	097	09779	09779231
2806852	Wölfersheim	wolfersheim	DE	61200	9610	Europe/Berlin	50.4	8.81667		Vel'fersgajm,Velferskhajm,Vjol'ferskhajm,Woelfersheim,Wölfersheim,vu~erufasuhaimu,wei er fei er si hai mu,Велферсхајм,Вельферсгайм,Вёльферсхайм,ヴェルファースハイム,韦尔费尔斯海姆	06440024	05	064	06440	06440024
2806853	Wolfersheim	wolfersheim	DE	61200	0	Europe/Berlin	49.18989	7.22437		Wolfersheim		09	00	10045	10045112
2806854	Wolfershausen	wolfershausen	DE	98617	0	Europe/Berlin	51.18286	9.44524		Wolfershausen		05	066	06634	06634003
2806860	Wolfersdorf	wolfersdorf	DE	85395	0	Europe/Berlin	50.78833	11.70726				15	00	16074	16074102
2806861	Wolfersdorf	wolfersdorf	DE	85395	0	Europe/Berlin	50.78333	11.16667				15	00	16070	16070048
2806862	Wolfersdorf	wolfersdorf	DE	85395	0	Europe/Berlin	50.30711	11.29098				02	094	09476	09476178
2806863	Wölfersdorf	wolfersdorf	DE	85395	0	Europe/Berlin	49.64495	11.29885				02	094	09474	09474138
2806864	Wolfersdorf	wolfersdorf	DE	85395	0	Europe/Berlin	49.33815	11.65529				02	093	09371	09371132
2806865	Wolfersdorf	wolfersdorf	DE	85395	0	Europe/Berlin	49.14618	12.23636				02	093	09375	09375119
2806866	Wolfersdorf	wolfersdorf	DE	85395	0	Europe/Berlin	49.13149	12.73761				02	093	09372	09372177
2806867	Wolfersdorf	wolfersdorf	DE	85395	0	Europe/Berlin	48.76843	12.74963				02	092	09279	09279137
2806868	Wolfersdorf	wolfersdorf	DE	85395	0	Europe/Berlin	48.708	13.43217				02	092	09275	09275160
2806870	Wolfersdorf	wolfersdorf	DE	85395	2327	Europe/Berlin	48.47937	11.70949		Vol'fersdorf,Volfersdorf,Wolfersdorf,Wolferstorf,wlfrsdwrf,wo er fu si duo fu,Волферсдорф,Вольферсдорф,Վոլֆերսդորֆ,ولفرسدورف,沃尔弗斯多夫	09178156	02	091	09178	09178156
2806872	Wolferschwenda	wolferschwenda	DE	99713	171	Europe/Berlin	51.23333	10.8		Wolferschwenda	16065089	15	00	16065	16065089
2806884	Wolferode	wolferode	DE	06295	1292	Europe/Berlin	51.5065	11.51299				14	00	15087	15087130
2806885	Wolferode	wolferode	DE	06295	0	Europe/Berlin	50.8933	8.9875		Wolferode		05	065	06534	06534018
2806890	Wölferlingen	wolferlingen	DE	56244	569	Europe/Berlin	50.56444	7.85111		Woelferlingen,Wölferlingen	07143085	08	00	07143	07143085
2806919	Wolfen	wolfen	DE	06766	25251	Europe/Berlin	51.66122	12.26873		Vol'fen,Volfen,Wolfen,Волфен,Вольфен		14	00	15082	15082015
2806920	Wolfen	wolfen	DE	06766	0	Europe/Berlin	47.77553	10.24403				02	097	09780	09780112
2806923	Wolfegg	wolfegg	DE	88364	3440	Europe/Berlin	47.8203	9.79491		Vol'fegg,Volfeg,wo er fei ge,Волфег,Вольфегг,沃尔费格	08436085	01	084	08436	08436085
2806946	Wolfach	wolfach	DE	77709	5998	Europe/Berlin	48.29319	8.2158		Vol'fakh,Volfakh,Wolfach,fwlfakh,wlfakh,wo er fa,Волфах,Вольфах,فولفاخ,ولفاخ,沃尔法		01	083	08317	08317145
2806959	Woldert	woldert	DE	57614	695	Europe/Berlin	50.6	7.65			07138078	08	00	07138	07138078
2806963	Woldegk	woldegk	DE	17348	4144	Europe/Berlin	53.46058	13.58356		Vol'degk,Voldeg,Voldegka,Voldek,Woldegk,fwldk,wldgk,wo er de ge ke,Волдег,Волдек,Вольдегк,فولدك,ولدگک,沃尔德格克		12	00	13071	13071164
2806966	Wolde	wolde	DE	17091	0	Europe/Berlin	53.8821	11.34711				12	00	13074	13074022
2806967	Wolde	wolde	DE	17091	0	Europe/Berlin	53.20937	7.54871				06	00	03457	03457006
2806968	Wolde	wolde	DE	17091	735	Europe/Berlin	53.68011	13.08249		Wolde		12	00	13071	13071163
2807001	Wöhrden	wohrden	DE	25797	1335	Europe/Berlin	54.16667	9		Verden,Vjorden,Woehrden,Wöhrden,wei he er deng,Верден,Вёрден,韦赫尔登	01051113	10	00	01051	01051113
2807010	Wohnste	wohnste	DE	27419	819	Europe/Berlin	53.35	9.53333			03357056	06	00	03357	03357056
2807025	Wohltorf	wohltorf	DE	21521	2249	Europe/Berlin	53.51667	10.28333		Vol'torf,Voltorf,Wohltorf,wo er tuo er fu,Волторф,Вольторф,沃尔托尔夫	01053133	10	00	01053	01053133
2807028	Wohlsdorf	wohlsdorf	DE	06408	0	Europe/Berlin	53.12952	9.46269				06	00	03357	03357041
2807029	Wohlsdorf	wohlsdorf	DE	06408	519	Europe/Berlin	51.76451	11.86531		Wohlsdorf		14	00	15089	15089030
2807030	Wöhlsdorf	wohlsdorf	DE	06408	0	Europe/Berlin	50.71026	11.95785				13			
2807033	Wohlsborn	wohlsborn	DE	99439	512	Europe/Berlin	51.03333	11.36667			16071102	15	00	16071	16071102
2807042	Wohlmirstedt	wohlmirstedt	DE	06642	954	Europe/Berlin	51.24761	11.46145		Wohlmirstedt		14	00	15084	15084246
2807075	Wohlde	wohlde	DE	24899	575	Europe/Berlin	54.40614	9.2989			01059096	10	00	01059	01059096
2807076	Wohlde	wohlde	DE	24899	0	Europe/Berlin	52.8933	8.5183				06	00	03458	03458015
2807077	Wohlde	wohlde	DE	24899	0	Europe/Berlin	52.81345	9.99979				06	00	03351	03351004
2807098	Woggersin	woggersin	DE	17039	572	Europe/Berlin	53.60842	13.23086		Woggersin		12	00	13071	13071161
2807136	Wobbenbüll	wobbenbull	DE	25856	466	Europe/Berlin	54.53333	9		Wobbenbull,Wobbenbüll	01054162	10	00	01054	01054162
2807143	Witzwort	witzwort	DE	25889	966	Europe/Berlin	54.4	8.98333		Vicvort,Vitsvort,Witswort,Witzwort,wei ci wo er te,Вицворт,维茨沃尔特	01054161	10	00	01054	01054161
2807151	Witzmannsberg	witzmannsberg	DE	94104	0	Europe/Berlin	50.22188	10.90335		Witzmannsberg		02	094	09473	09473112
2807152	Witzmannsberg	witzmannsberg	DE	94104	0	Europe/Berlin	50.10741	11.31292				02	094	09477	09477136
2807153	Witzmannsberg	witzmannsberg	DE	94104	0	Europe/Berlin	48.71667	13.41667			09275160	02	092	09275	09275160
2807154	Witzmannsberg	witzmannsberg	DE	94104	1742	Europe/Berlin	48.62224	13.49444		Witzmannsberg		02	092	09275	09275146
2807155	Witzmannsberg	witzmannsberg	DE	94104	0	Europe/Berlin	48.59999	13.5094				02	092	09262	09262000
2807163	Witzleben	witzleben	DE	99310	697	Europe/Berlin	50.81667	11.11667			16070054	15	00	16070	16070054
2807171	Witzin	witzin	DE	19406	536	Europe/Berlin	53.72302	11.92127		Witzin		12	00	13076	13076155
2807177	Witzhave	witzhave	DE	22969	1446	Europe/Berlin	53.56667	10.33333		Witzhave	01062086	10	00	01062	01062086
2807184	Witzenhausen	witzenhausen	DE	37213	16055	Europe/Berlin	51.34103	9.8554		Vicenkhauzen,Vitcengauzen,Vitcenkhauzen,Vitsenhauzen,Witzenhausen,Witzenhusa,fytsnhawzn,vu~ittsu~enhauzen,wei cen hao sen,Витценхаузен,Виценхаузен,Вітценгаузен,فيتسنهاوزن,ویتسن‌هاوزن,ヴィッツェンハウゼン,维岑豪森		05	066	06636	06636016
2807194	Witzeeze	witzeeze	DE	21514	936	Europe/Berlin	53.45153	10.60796		Witzeeze	01053132	10	00	01053	01053132
2807212	Wittorf	wittorf	DE	21357	5809	Europe/Berlin	54.05653	9.96701				10	00	01004	01004000
2807213	Wittorf	wittorf	DE	21357	1384	Europe/Berlin	53.33333	10.38333		Vitorf,Vittorf,Wittoerp,Wittörp,wei tuo fu,Виторф,Витторф,维托夫	03355042	06	00	03355	03355042
2807214	Wittorf	wittorf	DE	21357	1384	Europe/Berlin	53.01207	9.51675		Wittorf		06	00	03357	03357051
2807215	Wittnau	wittnau	DE	79299	1423	Europe/Berlin	47.95	7.81667		Wittnau	08315125	01	083	08315	08315125
2807218	Wittmund	wittmund	DE	26409	21355	Europe/Berlin	53.57674	7.77839		Vitmund,Witmundi,Wittmund,fytmwnd,wei te meng de,wytmwnd,Витмунд,فيتموند,ویتموند,维特蒙德	03462	06	00	03462	03462019
2807224	Wittmoldt	wittmoldt	DE	24306	179	Europe/Berlin	54.16667	10.36667		Wittmoldt	01057089	10	00	01057	01057089
2807229	Wittmar	wittmar	DE	38329	1391	Europe/Berlin	52.12969	10.64			03158036	06	00	03158	03158036
2807237	Wittlingen	wittlingen	DE	79599	0	Europe/Berlin	48.46808	9.44348				01	084	08415	08415078
2807238	Wittlingen	wittlingen	DE	79599	976	Europe/Berlin	47.65527	7.65112		Vitlingen,Vittlingen,Wittlingen,wei te lin gen,Витлинген,Віттлінген,维特林根	08336100	01	083	08336	08336100
2807240	Wittlich	wittlich	DE	54516	17887	Europe/Berlin	49.98596	6.89308		Vitlikh,Vittlikh,Wittlech,Wittlich,fytlysh,vu~ittorihi,wei te li xi,wytlysh,Витлих,Виттлих,فيتليش,ویتلیش,ვიტლიხი,ヴィットリヒ,维特利希	07231	08	00	07231	07231134
2807254	Wittislingen	wittislingen	DE	89426	2360	Europe/Berlin	48.61917	10.41722		Vitislingen,Vittislingen,Wittislingen,wei di si lin gen,wytyslyngn,Витислинген,Виттислинген,Віттіслінген,Վիտիսլինգեն,ویتیسلینگن,维蒂斯林根		02	097	09773	09773183
2807257	Wittingen	wittingen	DE	29378	12427	Europe/Berlin	52.72694	10.73613		Vitingen,Vittingen,fytynghn,wei ting gen,wytyngn,Витинген,Виттинген,فيتينغن,ویتینگن,维廷根		06	00	03151	03151040
2807258	Wittingen	wittingen	DE	29378	0	Europe/Berlin	48.59148	9.83851				01	081	08117	08117024
2807262	Wittighausen	wittighausen	DE	97957	0	Europe/Berlin	49.15623	9.70917				01	081	08127	08127086
2807265	Wittichenau	wittichenau	DE	02997	6261	Europe/Berlin	51.38496	14.24403		Kulow,Vitihenava,Vitikhenau,Vittikhenau,Wittichenau,Wittichenau/Kulow,fytyshynaw,wei di xie nao,wytyshnaw,Витихенау,Виттихенау,فيتيشيناو,ویتیشناو,维蒂歇瑙		13	00	14625	14625640
2807267	Wittibreut	wittibreut	DE	84384	0	Europe/Berlin	48.32921	12.98704			09277152	02	092	09277	09277152
2807276	Wittgert	wittgert	DE	56237	624	Europe/Berlin	50.5	7.7			07143084	08	00	07143	07143084
2807278	Wittgensdorf	wittgensdorf	DE	09228	0	Europe/Berlin	50.93983	13.79642		Gombsen-Wittgensdorf,Wittgensdorf		13	00	14628	14628220
2807279	Wittgensdorf	wittgensdorf	DE	09228	4440	Europe/Berlin	50.88316	12.87031				13	00	14511	14511000
2807282	Wittgendorf	wittgendorf	DE	06712	0	Europe/Berlin	51.03131	12.74523		Breitenborn-Wittgendorf,Wittgendorf		13	00	14522	14522490
2807283	Wittgendorf	wittgendorf	DE	06712	668	Europe/Berlin	50.97739	12.19487		Wittgendorf		14	00	15084	15084442
2807284	Wittgendorf	wittgendorf	DE	06712	0	Europe/Berlin	50.94575	14.83626		Wittgendorf		13	00	14626	14626610
2807285	Wittgendorf	wittgendorf	DE	06712	216	Europe/Berlin	50.6	11.23333			16073077	15	00	16073	16073077
2807300	Witterda	witterda	DE	99189	1153	Europe/Berlin	51.03615	10.89028		Viterda,Vitterda,wei te er da,Витерда,Виттерда,维特尔达	16068061	15	00	16068	16068061
2807317	Wittenmoor	wittenmoor	DE	39579	281	Europe/Berlin	52.5448	11.68956		Wittenmoor		14	00	15090	15090535
2807325	Wittenhagen	wittenhagen	DE	18510	1358	Europe/Berlin	54.18379	13.07133				12	00	13073	13073102
2807326	Wittenhagen	wittenhagen	DE	18510	0	Europe/Berlin	53.33971	13.47105				12	00	13071	13071033
2807335	Wittenburg	wittenburg	DE	19243	5041	Europe/Berlin	53.50599	11.08049		Vitenburg,Vitenburga,Vittenburg,Wittenburg,fytnbwrgh,wei teng bao,wytnbwrg,Витенбург,Виттенбург,فيتنبورغ,ویتنبورگ,维滕堡		12	00	13076	13076152
2807336	Wittenburg	wittenburg	DE	19243	0	Europe/Berlin	52.14039	9.70318				06	00	03254	03254014
2807337	Wittenborn	wittenborn	DE	23829	805	Europe/Berlin	53.922	10.22065			01060101	10	00	01060	01060101
2807338	Wittenborn	wittenborn	DE	23829	0	Europe/Berlin	53.61325	13.66355				12	00	13071	13071037
2807340	Wittenbergen	wittenbergen	DE	25548	173	Europe/Berlin	53.93345	9.68608			01061115	10	00	01061	01061115
2807341	Wittenbergen	wittenbergen	DE	25548	0	Europe/Berlin	53.56598	9.75941				04	00	02000	02000000
2807343	Wittenberge	wittenberge	DE	19322	0	Europe/Berlin	53.14701	7.87412		Wittenberge		06	00	03451	03451004
2807344	Wittenberge	wittenberge	DE	19322	20171	Europe/Berlin	53.00543	11.75032		Vitenberge,Vittenberge,Wittenberge,wei teng bei ge,wytnbrg,Витенберге,Виттенберге,ویتنبرگ,维滕贝格		11	00	12070	12070424
2807355	Wittenbeck	wittenbeck	DE	18209	757	Europe/Berlin	54.12262	11.78746		Wittenbeck		12	00	13072	13072117
2807363	Witten	witten	DE	58452	101247	Europe/Berlin	51.44362	7.35258		Vitehn,Viten,Vitenas,Vitten,Witten,ZQR,biten,fytn,vu~itten,wei teng,wytn,Витен,Виттен,Віттен,Вітэн,فيتن,ویتن,ویٹن,ヴィッテン,维滕,비텐		07	059	05954	05954036
2807365	Wittelshofen	wittelshofen	DE	91749	1274	Europe/Berlin	49.06121	10.48121		Vitelshofen,Vitelskhofen,Vittel'sgofen,Vittel'skhofen,Wittelshofen,vu~itterusuhofen,wei te er si huo fen,Вителсхофен,Виттельсхофен,Віттельсгофен,Վիտելսհոֆեն,ヴィッテルスホーフェン,维特尔斯霍芬	09571227	02	095	09571	09571227
2807381	Wittdün	wittdun	DE	25946	650	Europe/Berlin	54.62695	8.38935		Wittduen,Wittdün	01054160	10	00	01054	01054160
2807388	Wittbek	wittbek	DE	25872	764	Europe/Berlin	54.46667	9.2		Wittbek	01054159	10	00	01054	01054159
2807395	Witsum	witsum	DE	25938	41	Europe/Berlin	54.69947	8.44057		Witsum auf Foehr,Witsum auf Föhr	01054158	10	00	01054	01054158
2807411	Wistedt	wistedt	DE	21255	1732	Europe/Berlin	53.26667	9.68333			03353041	06	00	03353	03353041
2807412	Wistedt	wistedt	DE	21255	0	Europe/Berlin	53.25907	9.32134		Wistedt		06	00	03357	03357057
2807413	Wistedt	wistedt	DE	21255	0	Europe/Berlin	52.81648	10.99181				14	00	15081	15081455
2807424	Wißmannsdorf	wissmannsdorf	DE	54636	812	Europe/Berlin	49.98333	6.45			07232501	08	00	07232	07232501
2807440	Wissen	wissen	DE	57537	8547	Europe/Berlin	50.77915	7.73466		Wissen		08	00	07132	07132117
2807465	Wismar	wismar	DE	23966	45255	Europe/Berlin	53.89314	11.45286		Vismar,Vismara,Vismaras,Vismāra,Vizmar,Wismar,Wismer,Wysmar,Wyszomierz,vismari,vu~isumaru,wei si ma,wysmar,wysmr,Визмар,Висмар,Вісмар,Վիսմար,ויסמר,ويسمار,ویسمار,ვისმარი,ヴィスマール,维斯马	13074	12	00	13074	13074087
2807466	Wismar	wismar	DE	23966	0	Europe/Berlin	53.52326	13.79381		Wismar		11	00	12073	12073579
2807467	Wismar	wismar	DE	23966	0	Europe/Berlin	52.6648	10.95863		Klein Wismar,Wismar		14	00	15081	15081225
2807474	Wischroda	wischroda	DE	06647	511	Europe/Berlin	51.16453	11.55169		Wischroda		14	00	15084	15084012
2807484	Wischhafen	wischhafen	DE	21737	3110	Europe/Berlin	53.78333	9.31667		Vishkhafen,Wischhoben,vu~ishuhafen,wei sha fen,Вишхафен,ヴィシュハーフェン,维沙芬	03359040	06	00	03359	03359040
2807495	Wisch	wisch	DE	24217	0	Europe/Berlin	54.85	8.68333		Wisch		10	00	01054	01054065
2807496	Wisch	wisch	DE	24217	731	Europe/Berlin	54.4108	10.34279			01057088	10	00	01057	01057088
2807497	Wisch	wisch	DE	24217	0	Europe/Berlin	54.41667	9.15			01054157	10	00	01054	01054157
2807498	Wisch	wisch	DE	24217	0	Europe/Berlin	53.9089	11.37325				12	00	13074	13074089
2807499	Wisch	wisch	DE	24217	0	Europe/Berlin	53.75	9.46667				10	00	01061	01061118
2807500	Wisch	wisch	DE	24217	0	Europe/Berlin	53.65054	9.2522				06	00	03352	03352020
2807501	Wisch	wisch	DE	24217	0	Europe/Berlin	53.56255	9.65327				06	00	03359	03359028
2807526	Wirschweiler	wirschweiler	DE	55758	384	Europe/Berlin	49.76667	7.16667			07134095	08	00	07134	07134095
2807527	Wirscheid	wirscheid	DE	56237	307	Europe/Berlin	50.46667	7.66667			07143082	08	00	07143	07143082
2807528	Wirsberg	wirsberg	DE	95339	2003	Europe/Berlin	50.10572	11.60515		Virsberg,Wirsberg,vu~irusuberuku,wei er si bei ge,Вирсберг,Вірсберг,Վիրսբերգ,ヴィルスベルク,维尔斯贝格		02	094	09477	09477163
2807549	Wirges	wirges	DE	56422	5201	Europe/Berlin	50.47195	7.79844		Virges,Wirges,fyrghs,vu~irugesu,wei er ge si,wyrgs,Виргес,فيرغس,ویرگس,ヴィルゲス,维尔格斯		08	00	07143	07143081
2807551	Wirfus	wirfus	DE	56814	207	Europe/Berlin	50.2	7.2			07135090	08	00	07135	07135090
2807555	Wirft	wirft	DE	53534	155	Europe/Berlin	50.36667	6.86667			07131086	08	00	07131	07131086
2807558	Wirdum	wirdum	DE	26529	1096	Europe/Berlin	53.47667	7.20594			03452026	06	00	03452	03452026
2807579	Wippra	wippra	DE	06526	1621	Europe/Berlin	51.573	11.27498		Kurort Wippra,Vipra,Wippra,Випра		14	00	15087	15087370
2807584	Wippingen	wippingen	DE	26892	881	Europe/Berlin	52.92339	7.40723			03454060	06	00	03454	03454060
2807585	Wippingen	wippingen	DE	26892	0	Europe/Berlin	48.42758	9.86328				01	084	08425	08425141
2807596	Wipperdorf	wipperdorf	DE	99752	1606	Europe/Berlin	51.4556	10.64388			16062066	15	00	16062	16062066
2807625	Wipfeld	wipfeld	DE	97537	1126	Europe/Berlin	49.91667	10.16667		Vipfel'd,Vipfeld,wei pu fei er de,wypfld,Випфелд,Випфельд,Віпфельд,ویپفلد,维普费尔德	09678196	02	096	09678	09678196
2807640	Winzer	winzer	DE	94577	3964	Europe/Berlin	48.72285	13.07751		Vincer,Winzer,wen ce er,wyntsr,Винцер,Вінцер,Վինցեր,وینتسر,温策尔		02	092	09271	09271153
2807641	Winzer	winzer	DE	94577	0	Europe/Berlin	48.20069	10.41992				02	097	09774	09774111
2807647	Winzenburg	winzenburg	DE	31088	808	Europe/Berlin	51.93333	9.93333		Vincenburg,wen cen bao,Винценбург,Вінценбург,温岑堡	03254042	06	00	03254	03254042
2807654	Wintzingerode	wintzingerode	DE	37339	582	Europe/Berlin	51.4432	10.33436				15	00	16061	16061115
2807660	Wintrich	wintrich	DE	54487	941	Europe/Berlin	49.88333	6.95			07231133	08	00	07231	07231133
2807663	Winterwerb	winterwerb	DE	56355	183	Europe/Berlin	50.23639	7.73901			07141140	08	00	07141	07141140
2807685	Winterspelt	winterspelt	DE	54616	826	Europe/Berlin	50.21667	6.21667		Vinterspel't,Vinterspelt,wen te er si pei er te,Винтерспелт,Винтерспельт,温特尔斯佩尔特	07232329	08	00	07232	07232329
2807693	Wintersheim	wintersheim	DE	67587	312	Europe/Berlin	49.77861	8.28028			07339066	08	00	07339	07339066
2807696	Wintersdorf	wintersdorf	DE	04610	2978	Europe/Berlin	51.0532	12.35445		Wintersdorf		15	00	16077	16077032
2807697	Wintersdorf	wintersdorf	DE	04610	0	Europe/Berlin	49.78859	6.51212				08	00	07235	07235111
2807698	Wintersdorf	wintersdorf	DE	04610	0	Europe/Berlin	49.4275	10.91286				02	095	09573	09573134
2807699	Wintersdorf	wintersdorf	DE	04610	0	Europe/Berlin	48.84574	8.13728		Wintersdorf		01	082	08216	08216043
2807702	Winterscheid	winterscheid	DE	54608	0	Europe/Berlin	50.92719	9.04139				05	066	06634	06634006
2807703	Winterscheid	winterscheid	DE	54608	0	Europe/Berlin	50.81559	7.37397				07	053	05382	05382052
2807704	Winterscheid	winterscheid	DE	54608	165	Europe/Berlin	50.23333	6.25			07232328	08	00	07232	07232328
2807718	Winterrieden	winterrieden	DE	87785	885	Europe/Berlin	48.12122	10.22581			09778217	02	097	09778	09778217
2807736	Winterlingen	winterlingen	DE	72474	6722	Europe/Berlin	48.18333	9.11667		Vinterlingen,wen te er lin gen,Винтерлинген,Вінтерлінген,温特尔林根	08417075	01	084	08417	08417075
2807757	Winterhausen	winterhausen	DE	97286	1558	Europe/Berlin	49.70683	10.01661				02	096	09679	09679206
2807775	Winterfeld	winterfeld	DE	29416	638	Europe/Berlin	52.74043	11.24538		Winterfeld		14	00	15081	15081026
2807778	Winterburg	winterburg	DE	55595	226	Europe/Berlin	49.86667	7.65		Vinterburg,wen te er bao,Винтербург,温特尔堡	07133116	08	00	07133	07133116
2807779	Winterbürg	winterburg	DE	55595	0	Europe/Berlin	48.58571	8.10257				01	083	08317	08317056
2807782	Winterborn	winterborn	DE	67822	0	Europe/Berlin	50.91321	7.5878		Winterborn		07	053	05374	05374032
2807783	Winterborn	winterborn	DE	67822	193	Europe/Berlin	49.75	7.86667			07333083	08	00	07333	07333083
2807786	Winterberg	winterberg	DE	59955	0	Europe/Berlin	52.16003	8.86631				07	057	05758	05758036
2807788	Winterberg	winterberg	DE	59955	14601	Europe/Berlin	51.19248	8.53468		Vinterberg,Winnenmerg,Winterberg,fyntrbrgh,wen te er bei ge,wyntrbrg,Винтерберг,Вінтерберг,فينتربرغ,وینتربرگ,温特尔贝格		07	059	05958	05958048
2807789	Winterberg	winterberg	DE	59955	0	Europe/Berlin	49.25251	9.78504				01	081	08127	08127009
2807790	Winterberg	winterberg	DE	59955	0	Europe/Berlin	49.03258	10.1038				01	081	08136	08136035
2807821	Winterbach	winterbach	DE	55595	0	Europe/Berlin	50.98442	8.05043				07	059	05970	05970020
2807822	Winterbach	winterbach	DE	55595	522	Europe/Berlin	49.86667	7.63333			07133115	08	00	07133	07133115
2807823	Winterbach	winterbach	DE	55595	0	Europe/Berlin	49.47582	7.103				09	00	10046	10046117
2807824	Winterbach	winterbach	DE	55595	554	Europe/Berlin	49.30305	7.47311		Winterbach		08	00	07340	07340228
2807825	Winterbach	winterbach	DE	55595	7844	Europe/Berlin	48.79918	9.47914			08119086	01	081	08119	08119086
2807826	Winterbach	winterbach	DE	55595	0	Europe/Berlin	48.51667	8.1				01	083	08317	08317067
2807827	Winterbach	winterbach	DE	55595	808	Europe/Berlin	48.46667	10.48333			09774196	02	097	09774	09774196
2807828	Winterbach	winterbach	DE	55595	0	Europe/Berlin	47.79725	9.48558				01	084	08436	08436095
2807844	Winsen	winsen	DE	24568	440	Europe/Berlin	53.83333	10.01667			01060100	10	00	01060	01060100
2807845	Winsen	winsen	DE	24568	32662	Europe/Berlin	53.35753	10.21282		Winsen,Winsen (Luhe),Winsen an der Luhe	03353	06	00	03353	03353040
2807846	Winsen	winsen	DE	24568	12838	Europe/Berlin	52.68301	9.91362		Winsen (Aller),Winsen an der Aller	03351024	06	00	03351	03351024
2807848	Winseldorf	winseldorf	DE	25551	309	Europe/Berlin	53.94431	9.60632		Winseldorf	01061114	10	00	01061	01061114
2807851	Winringen	winringen	DE	54614	68	Europe/Berlin	50.15	6.41667			07232327	08	00	07232	07232327
2807852	Winnweiler	winnweiler	DE	67722	4850	Europe/Berlin	49.56667	7.85		Vinvajler,Winnwiller,vu~in'vu~aira,wen wei lei,Винвайлер,Винвајлер,ヴィンヴァイラー,温韦勒	07333503	08	00	07333	07333503
2807858	Winningen	winningen	DE	56333	792	Europe/Berlin	51.82297	11.45028		Winningen		14	00	15089	15089015
2807859	Winningen	winningen	DE	56333	2457	Europe/Berlin	50.31667	7.51667		Viningen,wei ning gen,Вининген,维宁根	07137230	08	00	07137	07137230
2807862	Winnigstedt	winnigstedt	DE	38170	912	Europe/Berlin	52.06629	10.76879			03158035	06	00	03158	03158035
2807864	Winnert	winnert	DE	25887	788	Europe/Berlin	54.43333	9.2		Winnert	01054156	10	00	01054	01054156
2807868	Winnerath	winnerath	DE	53520	201	Europe/Berlin	50.42886	6.87658			07131085	08	00	07131	07131085
2807872	Winnenden	winnenden	DE	71364	27783	Europe/Berlin	48.87563	9.39819		Vinenden,Vinnenden,Winnenden,wen nen deng,wynndn,Виненден,Винненден,Вінненден,وينندن,وینندن,温嫩登		01	081	08119	08119085
2807873	Winnenden	winnenden	DE	71364	0	Europe/Berlin	47.98409	9.59204				01	084	08436	08436093
2807875	Winnen	winnen	DE	56459	0	Europe/Berlin	50.69407	8.83284				05	065	06531	06531001
2807876	Winnen	winnen	DE	56459	465	Europe/Berlin	50.57333	8.01167			07143314	08	00	07143	07143314
2807877	Winnemark	winnemark	DE	24398	507	Europe/Berlin	54.61667	9.91667		Winnemark	01058174	10	00	01058	01058174
2807915	Winklarn	winklarn	DE	92559	0	Europe/Berlin	48.66904	12.92856				02	092	09271	09271141
2807916	Winklarn	winklarn	DE	92559	1473	Europe/Berlin	49.42688	12.47986		Vinklarn,Winklarn,wen ke la er en,wynklarn,Винкларн,Вінкларн,وینکلارن,温克拉尔恩		02	093	09376	09376178
2807950	Winkelstedt	winkelstedt	DE	39624	0	Europe/Berlin	52.81363	10.86028		Winkelstedt		14	00	15081	15081095
2807951	Winkelstedt	winkelstedt	DE	39624	321	Europe/Berlin	52.6777	11.31673		Winkelstedt		14	00	15081	15081240
2807956	Winkelsett	winkelsett	DE	27243	664	Europe/Berlin	52.86667	8.53333			03458015	06	00	03458	03458015
2807991	Winkelhaid	winkelhaid	DE	90610	3971	Europe/Berlin	49.38963	11.29888		Vinkel'gajd,Vinkel'khajd,Vinkelhayd,Vinkelkhajd,wen ke er hai de,Винкелхајд,Винкельхайд,Вінкельгайд,Վինկելհայդ,温克尔海德	09574164	02	095	09574	09574164
2807992	Winkelhaid	winkelhaid	DE	90610	0	Europe/Berlin	49.21197	10.83537		Winkelhaid		02	095	09571	09571226
2808007	Winkelbach	winkelbach	DE	57644	230	Europe/Berlin	50.64972	7.73306			07143313	08	00	07143	07143313
2808010	Winkel	winkel	DE	06542	0	Europe/Berlin	52.16015	8.58847				07	057	05758	05758008
2808011	Winkel	winkel	DE	06542	0	Europe/Berlin	53.22427	7.84343				06	00	03451	03451001
2808012	Winkel	winkel	DE	06542	0	Europe/Berlin	52.95778	9.15595				06	00	03361	03361002
2808013	Winkel	winkel	DE	06542	0	Europe/Berlin	52.69048	14.21888				11	00	12064	12064365
2808014	Winkel	winkel	DE	06542	0	Europe/Berlin	52.45716	10.49658				06	00	03151	03151009
2808015	Winkel	winkel	DE	06542	0	Europe/Berlin	51.54765	13.38406		Winkel		11	00	12062	12062500
2808017	Winkel	winkel	DE	06542	0	Europe/Berlin	51.13046	6.98036				07	051	05158	05158020
2808019	Winkel	winkel	DE	06542	0	Europe/Berlin	50.58019	12.454				13	00	14524	14524130
2808020	Winkel	winkel	DE	06542	0	Europe/Berlin	49.99781	8.0056				05	064	06439	06439012
2808021	Winkel	winkel	DE	06542	0	Europe/Berlin	49.69056	8.76136				05	064	06431	06431015
2808022	Winkel	winkel	DE	06542	0	Europe/Berlin	49.20895	10.55881		Winkel		02	095	09571	09571115
2808023	Winkel	winkel	DE	06542	0	Europe/Berlin	48.83338	8.314				01	082	08216	08216015
2808024	Winkel	winkel	DE	06542	0	Europe/Berlin	48.05	9.81667				01	084	08426	08426120
2808025	Winkel	winkel	DE	06542	0	Europe/Berlin	47.6468	10.36568				02	097	09780	09780140
2808026	Winkel	winkel	DE	06542	0	Europe/Berlin	47.63856	11.59908				02	091	09173	09173135
2808027	Winkel	winkel	DE	06542	0	Europe/Berlin	47.52855	10.29694				02	097	09780	09780139
2808028	Winkel	winkel	DE	06542	0	Europe/Berlin	47.41416	10.24089				02	097	09780	09780133
2808043	Winhöring	winhoring	DE	84543	4917	Europe/Berlin	48.26667	12.65		Vingering,Vinhyoring,Vinkhering,Vinkhjoring,Winaring,Winhoering,Winhöring,wen he ling,wynhwryng,Винхеринг,Винхёринг,Вінгерінг,Վինհյորինգ,وینهورینگ,温赫灵	09171137	02	091	09171	09171137
2808048	Wingst	wingst	DE	21789	3610	Europe/Berlin	53.73572	9.08054		Gemeen Wingst,Vingst,wen ge si te,Вингст,温格斯特		06	00	03352	03352056
2808067	Wingerode	wingerode	DE	37308	1243	Europe/Berlin	51.39032	10.23954		Wingerode	16061107	15	00	16061	16061107
2808101	Windsbach	windsbach	DE	91575	6235	Europe/Berlin	49.24786	10.82651		Vindsbakh,Vindsbax,Windsbach,fyndzbakh,vu~intsubahha,wen ci ba he,wyndzbakh,Виндсбах,Віндсбах,Վինդսբախ,فيندزباخ,ویندزباخ,ヴィンツバッハ,温茨巴赫		02	095	09571	09571226
2808107	Windorf	windorf	DE	94575	0	Europe/Berlin	51.29591	12.31473				13	00	14713	14713000
2808108	Windorf	windorf	DE	94575	0	Europe/Berlin	51.23297	13.37275				13	00	14627	14627020
2808109	Windorf	windorf	DE	94575	0	Europe/Berlin	48.62444	13.22194		Vindorf,Windorf,wen duo fu,wyndwrf,Виндорф,Віндорф,Վինդորֆ,ویندورف,温多夫		02	092	09275	09275159
2808110	Windorf	windorf	DE	94575	0	Europe/Berlin	48.44882	12.78424				02	092	09277	09277124
2808143	Windischleuba	windischleuba	DE	04603	2254	Europe/Berlin	51.01556	12.46914		Vindishlojba,Windischleuba,wen di shi luo yi ba,Виндишлойба,Виндишлојба,温迪施洛伊巴	16077052	15	00	16077	16077052
2808148	Windischeschenbach	windischeschenbach	DE	92670	5659	Europe/Berlin	49.80108	12.1571		Vindisesenbax,Vindisheshenbakh,Windischeschenbach,fyndyshyshnbakh,wen di she shen ba he,Виндишешенбах,Віндішешенбах,Վինդիշեշենբախ,فينديشيشنباخ,ویندیش‌اشنباخ,温迪舍申巴赫		02	093	09374	09374168
2808189	Windhausen	windhausen	DE	37539	1113	Europe/Berlin	51.78544	10.21218	210			06	00	03159	03159002
2808190	Windhausen	windhausen	DE	37539	0	Europe/Berlin	51.1454	7.86215		Windhausen		07	059	05966	05966004
2808191	Windhausen	windhausen	DE	37539	0	Europe/Berlin	50.93912	6.09139		Windhausen		07	053	05370	05370028
2808192	Windhausen	windhausen	DE	37539	0	Europe/Berlin	50.65155	9.20297				05	065	06535	06535003
2808193	Windhausen	windhausen	DE	37539	0	Europe/Berlin	50.20024	7.50287				08	00	07140	07140501
2808194	Windhausen	windhausen	DE	37539	0	Europe/Berlin	50.06785	6.29466				08	00	07232	07232047
2808195	Windhausen	windhausen	DE	37539	0	Europe/Berlin	48.49033	10.44611				02	097	09773	09773111
2808203	Windhagen	windhagen	DE	53578	0	Europe/Berlin	51.04339	7.55284				07	053	05374	05374012
2808204	Windhagen	windhagen	DE	53578	4433	Europe/Berlin	50.64121	7.35352		Vindkhagen,wen de ha gen,Виндхаген,温德哈根	07138077	08	00	07138	07138077
2808219	Windesheim	windesheim	DE	55452	1951	Europe/Berlin	49.9	7.81667			07133114	08	00	07133	07133114
2808236	Winden	winden	DE	56379	0	Europe/Berlin	50.73647	6.47908				07	053	05358	05358028
2808237	Winden	winden	DE	56379	0	Europe/Berlin	50.38138	8.39149				05	064	06434	06434013
2808238	Winden	winden	DE	56379	0	Europe/Berlin	48.70157	11.38895				02	091	09161	09161000
2808239	Winden	winden	DE	56379	742	Europe/Berlin	50.33333	7.83333			07141139	08	00	07141	07141139
2808240	Winden	winden	DE	56379	0	Europe/Berlin	49.31555	10.42771				02	095	09571	09571174
2808241	Winden	winden	DE	56379	1054	Europe/Berlin	49.09778	8.11694			07334034	08	00	07334	07334034
2808242	Winden	winden	DE	56379	0	Europe/Berlin	48.94739	11.53411				02	091	09176	09176112
2808243	Winden	winden	DE	56379	0	Europe/Berlin	48.79782	13.26936				02	092	09272	09272152
2808244	Winden	winden	DE	56379	0	Europe/Berlin	48.76671	8.18387		Winden		01	082	08216	08216049
2808245	Winden	winden	DE	56379	0	Europe/Berlin	48.50723	11.19386				02	097	09771	09771144
2808246	Winden	winden	DE	56379	0	Europe/Berlin	48.50291	11.55769				02	091	09186	09186126
2808247	Winden	winden	DE	56379	0	Europe/Berlin	48.17089	12.14908				02	091	09183	09183119
2808969	Wildenberg	wildenberg	DE	93359	0	Europe/Berlin	50.18007	11.33562				02	094	09476	09476185
2808251	Windelsbach	windelsbach	DE	91635	1037	Europe/Berlin	49.4	10.3		Vindel'sbakh,Vindelsbakh,Vindelsbax,vu~inderusubahha,wen de er si ba he,Винделсбах,Виндельсбах,Віндельсбах,Վինդելսբախ,ヴィンデルスバッハ,温德尔斯巴赫	09571225	02	095	09571	09571225
2808253	Windehausen	windehausen	DE	99765	568	Europe/Berlin	51.46577	10.87303				15	00	16062	16062064
2808263	Windeby	windeby	DE	24340	1103	Europe/Berlin	54.45971	9.78474		Windeby	01058173	10	00	01058	01058173
2808275	Windbergen	windbergen	DE	25729	839	Europe/Berlin	54.05	9.11667		Windbergen	01051134	10	00	01051	01051134
2808276	Windberge	windberge	DE	39579	318	Europe/Berlin	52.52416	11.71349				14	00	15090	15090546
2808277	Windberg	windberg	DE	94336	0	Europe/Berlin	51.30585	6.33228				07	051	05166	05166032
2808278	Windberg	windberg	DE	94336	0	Europe/Berlin	51.20457	6.41215				07	051	05116	05116000
2808279	Windberg	windberg	DE	94336	1059	Europe/Berlin	48.94285	12.7462			09278198	02	092	09278	09278198
2808305	Windach	windach	DE	86949	0	Europe/Berlin	48.16284	11.07025				02	091	09179	09179138
2808306	Windach	windach	DE	86949	3449	Europe/Berlin	48.06667	11.03333		Vindakh,Vindax,vu~indahha,wen da,wyndakh,Виндах,Віндах,Վինդախ,وینداخ,ヴィンダッハ,温达	09181146	02	091	09181	09181146
2808310	Wincheringen	wincheringen	DE	54457	1499	Europe/Berlin	49.60904	6.42597		Vinkheringen,Wencher,Wëncher,wen xie lin gen,Винхеринген,温歇林根	07235149	08	00	07235	07235149
2808315	Wimsheim	wimsheim	DE	71299	2705	Europe/Berlin	48.85	8.83333		Vimsgajm,Vimshaym,Vimskhajm,wei mu si hai mu,Вимсхайм,Вимсхајм,Вімсгайм,Վիմսհայմ,维姆斯海姆	08236067	01	082	08236	08236067
2808359	Wimmelburg	wimmelburg	DE	06313	1410	Europe/Berlin	51.52069	11.50696		Wimmelburg	15087470	14	00	15087	15087470
2808390	Wimbach	wimbach	DE	53518	475	Europe/Berlin	50.36667	6.91667			07131084	08	00	07131	07131084
2808391	Wimbach	wimbach	DE	53518	0	Europe/Berlin	49.13851	12.83107				02	093	09372	09372115
2808392	Wimbach	wimbach	DE	53518	0	Europe/Berlin	48.54914	12.62674				02	092	09279	09279134
2808404	Wiltingen	wiltingen	DE	54459	1349	Europe/Berlin	49.65919	6.59255			07235148	08	00	07235	07235148
2808406	Wilthen	wilthen	DE	02681	6304	Europe/Berlin	51.09745	14.3929		Vil'ten,Vilten,Viltene,Wilthen,Wjelecin,Wjelećin,fyltn,wei er teng,wyltn,Вилтен,Вильтен,Вільтен,فيلتن,ویلتن,维尔滕		13	00	14625	14625630
2808413	Wilster	wilster	DE	25554	4443	Europe/Berlin	53.92253	9.37465		Vil'ster,Vilster,fylstr,wei er si te er,wylshtr,Вилстер,Вильстер,فيلستر,ویلشتر,维尔斯特尔		10	00	01061	01061113
2808416	Wilstedt	wilstedt	DE	27412	0	Europe/Berlin	53.74577	10.06691				10	00	01062	01062076
2808417	Wilstedt	wilstedt	DE	27412	1718	Europe/Berlin	53.19493	9.09595			03357055	06	00	03357	03357055
2808419	Wilsleben	wilsleben	DE	06449	550	Europe/Berlin	51.79966	11.42558		Wilsleben		14	00	15089	15089015
2808435	Wilsecker	wilsecker	DE	54655	201	Europe/Berlin	50.01667	6.58333			07232135	08	00	07232	07232135
2808436	Wilsdruff	wilsdruff	DE	01723	13772	Europe/Berlin	51.05199	13.53657		Vil'sdruf,Vilsdruf,Vilsdrufa,Wilsdruff,fylzdrwf,wei er si de lu fu,wylzdrwf,Вилсдруф,Вильсдруф,فيلزدروف,ویلزدروف,维尔斯德鲁夫		13	00	14628	14628410
2808444	Wilschdorf	wilschdorf	DE	01109	0	Europe/Berlin	51.122	13.72184				13	00	14612	14612000
2808445	Wilschdorf	wilschdorf	DE	01109	0	Europe/Berlin	51.05639	14.00259				13	00	14628	14628100
2808461	Wilnsdorf	wilnsdorf	DE	57234	21505	Europe/Berlin	50.81667	8.1		Vil'nsdorf,Vilnsdorf,Wilnsdorf,wei er en si duo fu,Вилнсдорф,Вильнсдорф,Вільнсдорф,维尔恩斯多夫	05970044	07	059	05970	05970044
2808466	Wilmshagen	wilmshagen	DE	18519	331	Europe/Berlin	54.16846	13.17183				12	00	13073	13073090
2808476	Wilmersdorf	wilmersdorf	DE	16278	0	Europe/Berlin	53.16221	12.30743				11	00	12070	12070316
2808477	Wilmersdorf	wilmersdorf	DE	16278	0	Europe/Berlin	53.11093	13.90612				11	00	12073	12073008
2808478	Wilmersdorf	wilmersdorf	DE	16278	0	Europe/Berlin	52.40211	14.26661		Wilmersdorf		11	00	12067	12067072
2808479	Wilmersdorf	wilmersdorf	DE	16278	0	Europe/Berlin	52.25908	14.13613				11	00	12067	12067426
2808487	Willwerscheid	willwerscheid	DE	54533	56	Europe/Berlin	50.03333	6.93333			07231132	08	00	07231	07231132
2808497	Willroth	willroth	DE	56594	821	Europe/Berlin	50.56912	7.52752			07132116	08	00	07132	07132116
2808514	Willmering	willmering	DE	93497	2193	Europe/Berlin	49.25	12.66667			09372175	02	093	09372	09372175
2808516	Willmenrod	willmenrod	DE	56459	690	Europe/Berlin	50.54139	7.98139			07143312	08	00	07143	07143312
2808521	Willmars	willmars	DE	97647	707	Europe/Berlin	50.5	10.25		Vil'mars,Vill'mars,Vilmars,wei er ma er si,Вилльмарс,Вилмарс,Вільмарс,Վիլմարս,维尔马尔斯	09673182	02	096	09673	09673182
2808533	Willingshausen	willingshausen	DE	34628	5385	Europe/Berlin	50.85	9.2		Vilingskhauzen,Villingsgauzen,Villingskhauzen,Willingshausen,vu~iringusuhauzen,wei ling si hao sen,Вилингсхаузен,Виллингсхаузен,Віллінгсгаузен,ヴィリングスハウゼン,维灵斯豪森	06634026	05	066	06634	06634026
2808543	Willingen	willingen	DE	56479	0	Europe/Berlin	52.96508	9.79568				06	00	03358	03358021
2808544	Willingen	willingen	DE	56479	6564	Europe/Berlin	51.29418	8.6091		Vilingen,Villingen,Willingen,Willingen (Upland),Willingeni vald,vu~iringen,wei lin gen,Вилинген,Виллинген,Віллінген,ヴィリンゲン,维林根		05	066	06635	06635022
2808545	Willingen	willingen	DE	56479	293	Europe/Berlin	50.66758	8.08774			07143311	08	00	07143	07143311
2808558	Willich	willich	DE	47877	0	Europe/Berlin	51.67037	6.40233				07	051	05170	05170052
2808559	Willich	willich	DE	47877	51843	Europe/Berlin	51.26371	6.54734		Vilikh,Villikh,Villix,Willich,fylysh,wei li xi,wylysh,Вилих,Виллих,Вілліх,فيليش,ویلیش,維利希		07	051	05166	05166036
2808571	Willerstedt	willerstedt	DE	99510	277	Europe/Berlin	51.08994	11.45286			16071101	15	00	16071	16071101
2808596	Willenscharen	willenscharen	DE	24616	161	Europe/Berlin	54.01667	9.8		Willenscharen	01061112	10	00	01061	01061112
2808619	Willebadessen	willebadessen	DE	34439	8821	Europe/Berlin	51.62564	9.03694		Vilebadesen,Villebadessen,fylybadysn,vu~irebatoessen,wei lai ba de sen,wyllbadasn,Вилебадесен,Виллебадессен,Віллебадессен,فيليباديسن,ویللباداسن,ヴィレバートエッセン,维莱巴德森		07	057	05762	05762040
2808624	Willanzheim	willanzheim	DE	97348	1590	Europe/Berlin	49.68011	10.23248		Vilanckhajm,Villancgajm,Villanckhajm,Willanzheim,wei lan ci hai mu,Виланцхајм,Вилланцхайм,Вілланцгайм,Վիլանցհայմ,维兰茨海姆		02	096	09675	09675179
2808644	Wilkau-Haßlau	wilkau-hasslau	DE	08112	11850	Europe/Berlin	50.67504	12.51482		Vil'kau-Khaslau,Vilkau-Khaslau,Vilkava-Haslava,Wilkau-Hasslau,Wilkau-Haßlau,fylkaw-haslaw,wei er kao-ha si lao,wylkwa-haslwa,Вилкау-Хаслау,Вилькау-Хаслау,فيلكاو-هاسلاو,ویلکوا-هاسلوا,维尔考-哈斯劳		13	00	14524	14524320
2808649	Wilhermsdorf	wilhermsdorf	DE	91452	5105	Europe/Berlin	49.48308	10.71555		Vil'germsdorf,Vil'khermsdorf,Vilhermsdorf,Vilkhermsdorf,Wilhermsdorf,Вилхермсдорф,Вильхермсдорф,Вільгермсдорф,Վիլհերմսդորֆ		02	095	09573	09573133
2808651	Wilhelmsthal	wilhelmsthal	DE	96352	0	Europe/Berlin	53.56344	13.96414				12	00	13075	13075055
2808652	Wilhelmsthal	wilhelmsthal	DE	96352	0	Europe/Berlin	52.72068	13.23155				11	00	12065	12065256
2808653	Wilhelmsthal	wilhelmsthal	DE	96352	0	Europe/Berlin	52.49885	12.24916				14	00	15086	15086080
2808654	Wilhelmsthal	wilhelmsthal	DE	96352	0	Europe/Berlin	51.58333	14.38333				11	00	12071	12071372
2808655	Wilhelmsthal	wilhelmsthal	DE	96352	0	Europe/Berlin	51.20579	7.30393				07	053	05374	05374036
2808656	Wilhelmsthal	wilhelmsthal	DE	96352	0	Europe/Berlin	50.9192	10.30934				15	00	16063	16063097
2808657	Wilhelmsthal	wilhelmsthal	DE	96352	4123	Europe/Berlin	50.31113	11.37278		Vil'gel'mstal',Vilkhelmstal,vu~iruherumusutaru,wei lian si ta er,Вилхелмстал,Вильгельмсталь,Вільгельмсталь,Վիլհելմսթալ,ヴィルヘルムスタール,威廉斯塔尔	09476189	02	094	09476	09476189
2808674	Wilhelmshorst	wilhelmshorst	DE	14557	0	Europe/Berlin	52.33184	13.0622		Wilhelmshorst		11	00	12069	12069397
2808720	Wilhelmshaven	wilhelmshaven	DE	26382	84393	Europe/Berlin	53.52998	8.11253		Vil'gel'msgafen,Vil'gel'mskhafen,Vilchelmschafen,Vilhelmshafenas,Vilkhelmskhafen,WVN,Wilhelmshaven,Willelmeshaefen,Willelmeshæfen,Willemshaven,Wuelmshoawen,Wülmshoawen,bilhelleumseuhapen,fylhlmshafn,vu~iruherumusuhafen,wei lian gang,wylhmshafn,Βιλχελμσχάφεν,Вилхелмсхафен,Вильгельмсхафен,Вільгельмсгафен,Вільгельмсхафен,וילהלמסהאפן,فيلهلمسهافن,ویلهمسهافن,ヴィルヘルムスハーフェン,威廉港,빌헬름스하펜	03405	06	00	03405	03405000
2808731	Wilhelmsfeld	wilhelmsfeld	DE	69259	0	Europe/Berlin	51.38757	14.61693		Wilhelmsfeld,Wylemocy		13	00	14626	14626060
2808734	Wilhelmsfeld	wilhelmsfeld	DE	69259	3433	Europe/Berlin	49.47056	8.75361		Vil'gel'msfel'd,Vilkhelmsfeld,vu~iruherumusuferuto,wei lian si fei er de,Вилхелмсфелд,Вильгельмсфельд,Вільгельмсфельд,ヴィルヘルムスフェルト,威廉斯费尔德	08226099	01	082	08226	08226099
2808740	Wilhelmsdorf	wilhelmsdorf	DE	07389	0	Europe/Berlin	52.38419	9.35555				06	00	03257	03257011
2808741	Wilhelmsdorf	wilhelmsdorf	DE	07389	0	Europe/Berlin	52.37217	12.50533				11	00	12051	12051000
2808742	Wilhelmsdorf	wilhelmsdorf	DE	07389	0	Europe/Berlin	51.92509	8.55084		Wilhelmsdorf		07	057	05711	05711000
2808743	Wilhelmsdorf	wilhelmsdorf	DE	07389	233	Europe/Berlin	50.62965	11.54981			16075125	15	00	16075	16075125
2808744	Wilhelmsdorf	wilhelmsdorf	DE	07389	0	Europe/Berlin	50.35081	8.47772				05	064	06434	06434011
2808745	Wilhelmsdorf	wilhelmsdorf	DE	07389	1269	Europe/Berlin	49.56419	10.73716			09575181	02	095	09575	09575181
2808746	Wilhelmsdorf	wilhelmsdorf	DE	07389	4903	Europe/Berlin	47.86612	9.42621		Wilhelmsdorf	08436083	01	084	08436	08436083
2808747	Wilhelmsburg	wilhelmsburg	DE	17379	0	Europe/Berlin	53.50669	9.98715		Hamburg-Wilhelmsburg,Vilkhelmsburg,Wilhelmsburg,Willemsborg,Вилхелмсбург		04	00	02000	02000000
2808748	Wilhelmsburg	wilhelmsburg	DE	17379	987	Europe/Berlin	53.64219	13.85825		Wilhelmsburg		12	00	13075	13075143
2808749	Wilhelmsburg	wilhelmsburg	DE	17379	0	Europe/Berlin	52.01548	8.92876				07	057	05766	05766044
2808750	Wilhelmsburg	wilhelmsburg	DE	17379	0	Europe/Berlin	51.6686	8.68434				07	057	05774	05774012
2808792	Wilgartswiesen	wilgartswiesen	DE	76848	1164	Europe/Berlin	49.20891	7.87346		Vil'gartsvizen,Vilgartsvisen,Wilgartswiesen,wei er jia er ci wei sen,Вилгартсвисен,Вильгартсвизен,维尔加尔茨维森	07340057	08	00	07340	07340057
2808810	Wildsteig	wildsteig	DE	82409	1245	Europe/Berlin	47.70145	10.93753			09190160	02	091	09190	09190160
2808833	Wildpoldsried	wildpoldsried	DE	87499	2501	Europe/Berlin	47.76667	10.4		Vil'dpol'dsrid,Vildpoldsrid,wei er de bo er ci li de,Вилдполдсрид,Вильдпольдсрид,Вільдпольдсрід,Վիլդպոլդսրիդ,维尔德波尔茨里德	09780147	02	097	09780	09780147
2808871	Wildflecken	wildflecken	DE	97772	3352	Europe/Berlin	50.37764	9.91092		Vil'dflekken,Vildfleken,Wildflecken,wei er de fu lai ken,Вилдфлекен,Вильдфлеккен,Вільдфлеккен,Վիլդֆլեքեն,维尔德夫莱肯		02	096	09672	09672163
2808878	Wildetaube	wildetaube	DE	07980	733	Europe/Berlin	50.71667	12.11667		Wildetaube	16076039	15	00	16076	16076039
2808893	Wildeshausen	wildeshausen	DE	27793	18114	Europe/Berlin	52.89446	8.43375		Vil'deskhauzen,Vildeskhauzen,Wildeshausen,Wilshusen,fyldshawzn,wei er de si hao sen,Вилдесхаузен,Вильдесхаузен,فيلدسهاوزن,ویلدس‌هاوزن,维尔德斯豪森	03458	06	00	03458	03458014
2808919	Wildenspring	wildenspring	DE	98701	231	Europe/Berlin	50.60205	11.05207		Wildenspring		15	00	16070	16070058
2808946	Wildenhain	wildenhain	DE	01561	0	Europe/Berlin	51.53827	12.80379				13	00	14730	14730190
2808947	Wildenhain	wildenhain	DE	01561	1765	Europe/Berlin	51.3076	13.47678		Wildenhain		13	00	14627	14627060
2808948	Wildenhain	wildenhain	DE	01561	0	Europe/Berlin	51.08426	12.3767		Hagenest-Wildenhain,Wildenhain		13	00	14729	14729360
2808956	Wildenfels	wildenfels	DE	08134	4072	Europe/Berlin	50.66784	12.60886		Vil'denfel's,Vildenfels,Vildenfelsa,Vilntenfels,Wildenfels,fyldnflz,u~irudenferusu,wei er deng fei er si,wyldnfldz,Βίλντενφελς,Вилденфелс,Вильденфельс,فيلدنفلز,ویلدنفلدز,ウィルデンフェルス,维尔登费尔斯		13	00	14524	14524310
2808957	Wildenfels	wildenfels	DE	08134	0	Europe/Berlin	49.65628	11.364				02	095	09574	09574158
2808963	Wildenbruch	wildenbruch	DE	14552	0	Europe/Berlin	52.28302	13.06167				11	00	12069	12069397
2808968	Wildenberg	wildenberg	DE	93359	0	Europe/Berlin	48.5796	8.1761				01	083	08317	08317126
2808970	Wildenberg	wildenberg	DE	93359	1353	Europe/Berlin	48.72981	11.89845			09273181	02	092	09273	09273181
2808971	Wildenberg	wildenberg	DE	93359	0	Europe/Berlin	48.70855	13.37527				02	092	09275	09275152
2808987	Wildemann	wildemann	DE	38709	1135	Europe/Berlin	51.8281	10.28152		Vil'deman,Vildeman,Wildemann,fyldyman,wei er de man,wyldmn,Вилдеман,Вильдеман,فيلديمان,ویلدمن,维尔德曼		06	00	03153	03153018
2809009	Wildberg	wildberg	DE	04916	594	Europe/Berlin	53.65242	13.12397		Wildberg		12	00	13071	13071160
2809010	Wildberg	wildberg	DE	04916	0	Europe/Berlin	52.87737	12.63044				11	00	12068	12068426
2809011	Wildberg	wildberg	DE	04916	0	Europe/Berlin	51.10363	13.58219		Gauernitz-Wildberg		13	00	14627	14627100
2809012	Wildberg	wildberg	DE	04916	0	Europe/Berlin	50.93187	7.76747		Wildberg		07	053	05374	05374040
2809013	Wildberg	wildberg	DE	04916	10187	Europe/Berlin	48.62336	8.74518				01	082	08235	08235080
2809014	Wildberg	wildberg	DE	04916	0	Europe/Berlin	47.6763	10.51544				02	097	09777	09777131
2809015	Wildberg	wildberg	DE	04916	0	Europe/Berlin	47.59561	9.74727				02	097	09776	09776130
2809033	Wildau	wildau	DE	15745	0	Europe/Berlin	52.31667	13.63333		Vil'dau,Vildau,Wildau,wei er dao,Вилдау,Вильдау,Վիլդաու,维尔道	12061540	11	00	12061	12061540
2809034	Wildau	wildau	DE	15745	0	Europe/Berlin	51.9	13.55		Wildau		11	00	12072	12072055
2809042	Wilburgstetten	wilburgstetten	DE	91634	2183	Europe/Berlin	49.02427	10.39505		Vil'burgshtetten,Vilburgshteten,Vilburgsteten,Wilburgstetten,vu~iruburukushutetten,wei er bu er ge si te teng,Вилбургштетен,Вильбургштеттен,Вільбургштеттен,Վիլբուրգշտետեն,ヴィルブルクシュテッテン,维尔布尔格斯特滕	09571224	02	095	09571	09571224
2809065	Wiggensbach	wiggensbach	DE	87487	4656	Europe/Berlin	47.74781	10.22987		Vigensbakh,Vigensbax,Viggensbakh,Wiggensbach,wei gen si ba he,Виггенсбах,Вигенсбах,Віггенсбах,Վիգենսբախ,维根斯巴赫		02	097	09780	09780146
2809085	Wietzendorf	wietzendorf	DE	29649	4105	Europe/Berlin	52.91667	9.98333		Gemeen Witzendoerp,Gemeen Witzendörp,Vicendorf,Vitcendorf,wei cen duo fu,Витцендорф,Вицендорф,Вітцендорф,维岑多夫	03358023	06	00	03358	03358023
2809089	Wietzen	wietzen	DE	31613	2205	Europe/Berlin	52.71667	9.08333		Vicen,Vitcen,vu~itsu~en,wei cen,Витцен,Вицен,ヴィーツェン,维岑	03256036	06	00	03256	03256036
2809092	Wietze	wietze	DE	29323	8216	Europe/Berlin	52.65	9.83333		Vice,Vitce,Wietze,wei ce,Витце,Вице,维策	03351023	06	00	03351	03351023
2809093	Wietstock	wietstock	DE	17379	142	Europe/Berlin	53.71313	13.78983		Wietstock		12	00	13075	13075004
2809094	Wietstock	wietstock	DE	17379	0	Europe/Berlin	52.2693	13.30758		Wietstock		11	00	12072	12072240
2809100	Wietmarschen	wietmarschen	DE	49835	10903	Europe/Berlin	52.51806	7.13408		Vitmarshen,wei te ma er shen,Витмаршен,维特马尔申	03456025	06	00	03456	03456025
2809119	Wiesweiler	wiesweiler	DE	67744	484	Europe/Berlin	49.63333	7.56667		Visvajler,wei si wei lei,Висвайлер,Висвајлер,维斯韦勒	07336104	08	00	07336	07336104
2809123	Wiesthal	wiesthal	DE	97859	1445	Europe/Berlin	50.03333	9.43333		Vistal,Vistal',wei si ta er,Вистал,Висталь,Вісталь,Վիսթալ,维斯塔尔	09677200	02	096	09677	09677200
2809134	Wiesmoor	wiesmoor	DE	26639	13157	Europe/Berlin	53.41667	7.73333		Vismor,fyzmwr,wei si mo er,wyzmwr,Висмор,فيزمور,ویزمور,维斯莫尔	03452025	06	00	03452	03452025
2809138	Wiesloch	wiesloch	DE	69168	25630	Europe/Berlin	49.29504	8.69846		Vislokh,Wiesloch,Wissloch,fyzlwkh,vu~isurohho,wei si luo he,wyzlkh,Вислох,Віслох,فيزلوخ,ویزلخ,ヴィースロッホ,維斯洛赫		01	082	08226	08226098
2809142	Wieslet	wieslet	DE	79699	566	Europe/Berlin	47.68804	7.79798				01	083	08336	08336107
2809151	Wieskau	wieskau	DE	06388	348	Europe/Berlin	51.64817	11.93605		Wieskau		14	00	15082	15082377
2809181	Wieseth	wieseth	DE	91632	0	Europe/Berlin	49.16667	10.48333		Vizet,vu~izeto,wei sai te,Визет,Візет,Վիզետ,ヴィーゼト,维塞特	09571223	02	095	09571	09571223
2809183	Wieserode	wieserode	DE	06543	0	Europe/Berlin	51.68493	11.33286		Wieserode		14	00	15085	15085110
2809191	Wiesentheid	wiesentheid	DE	97353	4759	Europe/Berlin	49.79451	10.34509		Vizentajd,Vizentayd,Vizentkhajd,Wiesentheid,wei sen tai de,Визентайд,Визентајд,Визентхайд,Візентайд,Վիզենտայդ,维森泰德		02	096	09675	09675178
2809192	Wiesenthau	wiesenthau	DE	91369	1711	Europe/Berlin	49.71326	11.13564		Vizentau,vu~izentau,wei sen tao,Визентау,Візентау,Վիզենթաու,ヴィーゼンタウ,维森陶	09474175	02	094	09474	09474175
2809194	Wiesenthal	wiesenthal	DE	36466	0	Europe/Berlin	53.37597	13.02093				12	00	13071	13071110
2809195	Wiesenthal	wiesenthal	DE	36466	0	Europe/Berlin	51.17649	12.88879				13	00	14522	14522310
2809196	Wiesenthal	wiesenthal	DE	36466	796	Europe/Berlin	50.7	10.16667		Vizental,Vizental',Визентал,Визенталь,Վիզենտալ	16063086	15	00	16063	16063086
2809197	Wiesenthal	wiesenthal	DE	36466	0	Europe/Berlin	47.83727	10.31375				02	097	09780	09780119
2809210	Wiesent	wiesent	DE	93109	2561	Europe/Berlin	49.01667	12.38333			09375209	02	093	09375	09375209
2809214	Wiesensteig	wiesensteig	DE	73349	2199	Europe/Berlin	48.56127	9.6254		Vizenshtajg,fyznshtaygh,wei sen si tai xi,Визенштайг,Визенштајг,Візенштайг,فيزنشتايغ,ویزن‌اشتایگ,维森斯泰希		01	081	08117	08117058
2809236	Wiesengrund	wiesengrund	DE	03149	0	Europe/Berlin	52.53716	13.7221				11	00	12064	12064336
2809241	Wiesenfelden	wiesenfelden	DE	94344	3596	Europe/Berlin	49.04066	12.54008		Vizenfel'den,Vizenfelden,wei sen fei er deng,wyznfldn,Визенфелден,Визенфельден,Візенфельден,ویزنفلدن,维森费尔登	09278197	02	092	09278	09278197
2809243	Wiesenfeld	wiesenfeld	DE	37308	257	Europe/Berlin	51.26933	10.10897				15	00	16061	16061105
2809244	Wiesenfeld	wiesenfeld	DE	37308	0	Europe/Berlin	51.00612	8.75093				05	066	06635	06635006
2809245	Wiesenfeld	wiesenfeld	DE	37308	0	Europe/Berlin	50.7038	9.92675				15	00	16063	16063032
2809246	Wiesenfeld	wiesenfeld	DE	37308	0	Europe/Berlin	50.29992	10.90701		Wiesenfeld		02	094	09473	09473144
2809247	Wiesenfeld	wiesenfeld	DE	37308	0	Europe/Berlin	49.99165	9.68174		Wiesenfeld		02	096	09677	09677148
2809259	Wiesenburg	wiesenburg	DE	14827	5380	Europe/Berlin	52.11456	12.45534		Wiesenburg,Wiesenburg/Mark		11	00	12069	12069665
2809260	Wiesenburg	wiesenburg	DE	14827	0	Europe/Berlin	50.64833	12.56477		Wiesenburg		13	00	14524	14524310
2809261	Wiesenburg	wiesenburg	DE	14827	0	Europe/Berlin	50.45	12.06667				13	00	14523	14523450
2809264	Wiesenbronn	wiesenbronn	DE	97355	971	Europe/Berlin	49.75	10.3		Vizenbron,Vizenbronn,wei sen bu long,Визенброн,Визенбронн,Візенбронн,Վիզենբրոն,维森布龙	09675177	02	096	09675	09675177
2809276	Wiesenbach	wiesenbach	DE	69257	0	Europe/Berlin	50.90072	8.4257		Wiesenbach		05	065	06534	06534005
2809277	Wiesenbach	wiesenbach	DE	69257	3158	Europe/Berlin	49.36139	8.80361			08226097	01	082	08226	08226097
2809278	Wiesenbach	wiesenbach	DE	69257	0	Europe/Berlin	49.2969	10.036				01	081	08127	08127008
2809279	Wiesenbach	wiesenbach	DE	69257	0	Europe/Berlin	49.00012	9.65955				01	081	08127	08127062
2809280	Wiesenbach	wiesenbach	DE	69257	0	Europe/Berlin	48.58698	11.00339				02	097	09771	09771156
2809285	Wiesenau	wiesenau	DE	15295	0	Europe/Berlin	52.4248	9.72556				06	00	03241	03241010
2809286	Wiesenau	wiesenau	DE	15295	1382	Europe/Berlin	52.23071	14.59107	30	Vizenau,wei sai nao,Визенау,Վիզենաու,维塞瑙	12067528	11	00	12067	12067528
2809287	Wiesenau	wiesenau	DE	15295	0	Europe/Berlin	50.8	6.45				07	053	05358	05358008
2809289	Wiesen	wiesen	DE	63831	0	Europe/Berlin	50.64806	12.55218				13	00	14524	14524310
2809290	Wiesen	wiesen	DE	63831	0	Europe/Berlin	50.58333	9.78333				05	066	06631	06631013
2809291	Wiesen	wiesen	DE	63831	1139	Europe/Berlin	50.11667	9.36667			09671162	02	096	09671	09671162
2809292	Wiesen	wiesen	DE	63831	0	Europe/Berlin	50.09465	10.95075				02	094	09478	09478165
2809293	Wiesen	wiesen	DE	63831	0	Europe/Berlin	49.95775	11.53408				02	094	09462	09462000
2809294	Wiesen	wiesen	DE	63831	0	Europe/Berlin	47.91296	9.9176				01	084	08436	08436010
2809295	Wiesen	wiesen	DE	63831	0	Europe/Berlin	47.83281	11.47385				02	091	09173	09173134
2809296	Wiesen	wiesen	DE	63831	0	Europe/Berlin	47.76927	12.64663				02	091	09189	09189140
2809303	Wiesemscheid	wiesemscheid	DE	53534	282	Europe/Berlin	50.33333	6.88333			07131083	08	00	07131	07131083
2809341	Wiesbaum	wiesbaum	DE	54578	600	Europe/Berlin	50.34065	6.67332			07233083	08	00	07233	07233083
2809346	Wiesbaden	wiesbaden	DE	65183	272432	Europe/Berlin	50.08258	8.24932		Aquae Mattiacae,Aquae Mattiacorum,Aquae Matticae,Uisibada,Visbadehn,Visbaden,Visbadene,Vizmpanten,Vysbadenas,Vīsbādene,WIE,Wiasban,Wiasbån,Wiesbaden,Wisibada,Wissbade,biseubaden,fysbadn,visabadena,visbadeni,vu~isubaden,wayzbadn,wei si ba deng,wi sba dein,wysbadn,Βιζμπάντεν,Висбаден,Вісбаден,Вісбадэн,Վիսբադեն,וויסבאדן,ויסבאדן,فيسبادن,وائزبادن,ویسبادن,वीसबाडेन,วีสบาเดิน,ვისბადენი,ヴィースバーデン,威斯巴登,비스바덴	05	05	064	06414	06414000
2809356	Wiesbach	wiesbach	DE	66894	0	Europe/Berlin	49.37148	6.9799		Wiesbach		09	00	10043	10043111
2809357	Wiesbach	wiesbach	DE	66894	0	Europe/Berlin	49.33333	7.45			07340227	08	00	07340	07340227
2809358	Wiesbach	wiesbach	DE	66894	0	Europe/Berlin	48.40676	12.50115				02	091	09183	09183129
2809362	Wiesau	wiesau	DE	95676	4550	Europe/Berlin	49.90817	12.18889		Vizau,Wiesau,wei shao,Визау,Візау,Վիզաու,维绍		02	093	09377	09377159
2809366	Wiesa	wiesa	DE	09488	0	Europe/Berlin	51.2575	14.11663		Breznja,Brěznja,Weisa,Wiesa		13	00	14625	14625250
2809367	Wiesa	wiesa	DE	09488	3811	Europe/Berlin	50.61114	13.01377		Wiesa		13	00	14521	14521630
2809368	Wies	wies	DE	79697	0	Europe/Berlin	49.53786	6.37782				09	00	10042	10042115
2809369	Wies	wies	DE	79697	0	Europe/Berlin	49.09598	12.74682				02	092	09278	09278178
2809370	Wies	wies	DE	79697	0	Europe/Berlin	48.04406	12.78774				02	091	09189	09189152
2809371	Wies	wies	DE	79697	0	Europe/Berlin	47.74624	10.70876				02	097	09777	09777171
2809372	Wies	wies	DE	79697	687	Europe/Berlin	47.7479	7.76753		Wies		01	083	08336	08336107
2809373	Wies	wies	DE	79697	0	Europe/Berlin	47.68163	10.90123				02	091	09190	09190154
2809374	Wies	wies	DE	79697	0	Europe/Berlin	47.65418	10.34863				02	097	09780	09780140
2809375	Wies	wies	DE	79697	0	Europe/Berlin	47.59072	10.60005				02	097	09777	09777129
2809395	Wiershop	wiershop	DE	21502	151	Europe/Berlin	53.43333	10.45		Wiershop	01053131	10	00	01053	01053131
2809399	Wiersdorf	wiersdorf	DE	54636	0	Europe/Berlin	53.29495	9.32807				06	00	03357	03357021
2809400	Wiersdorf	wiersdorf	DE	54636	0	Europe/Berlin	52.80817	10.95171				14	00	15081	15081545
2809401	Wiersdorf	wiersdorf	DE	54636	209	Europe/Berlin	50	6.45			07232134	08	00	07232	07232134
2809402	Wierschem	wierschem	DE	56294	323	Europe/Berlin	50.22557	7.35157			07137114	08	00	07137	07137114
2809403	Wiernsheim	wiernsheim	DE	75446	6391	Europe/Berlin	48.88333	8.85			08236065	01	082	08236	08236065
2809415	Wieren	wieren	DE	29568	2666	Europe/Berlin	52.88529	10.65871		Viren,Вирен		06	00	03360	03360030
2809427	Wiepke	wiepke	DE	39638	239	Europe/Berlin	52.59964	11.33211		Wiepke		14	00	15081	15081135
2809437	Wienrode	wienrode	DE	38889	888	Europe/Berlin	51.76507	10.97276		Wienrode		14	00	15085	15085055
2809444	Wienhausen	wienhausen	DE	29342	4278	Europe/Berlin	52.58021	10.18862		Vinkhauzen,Wienhusen,wen hao sen,Винхаузен,温豪森	03351022	06	00	03351	03351022
2809449	Wiendorf	wiendorf	DE	06420	790	Europe/Berlin	53.94649	12.15054				12	00	13072	13072116
2809450	Wiendorf	wiendorf	DE	06420	343	Europe/Berlin	51.71383	11.80803		Wiendorf		14	00	15089	15089195
2809463	Wiemerstedt	wiemerstedt	DE	25779	168	Europe/Berlin	54.26667	9.11667		Wiemerstedt	01051133	10	00	01051	01051133
2809468	Wiemersdorf	wiemersdorf	DE	24649	1520	Europe/Berlin	53.95815	9.90297		Wiemersdorf	01060099	10	00	01060	01060099
2809489	Wielenbach	wielenbach	DE	82407	0	Europe/Berlin	47.87405	11.15918		Vilenbakh,Vilenbax,vu~irenbahha,wei lun ba he,wylnbakh,Виленбах,Віленбах,Վիլենբախ,ویلنباخ,ヴィーレンバッハ,维伦巴赫	09190159	02	091	09190	09190159
2809490	Wielen	wielen	DE	49843	0	Europe/Berlin	54.19373	10.33221				10	00	01057	01057084
2809491	Wielen	wielen	DE	49843	612	Europe/Berlin	52.55	6.71667			03456024	06	00	03456	03456024
2809492	Wielen	wielen	DE	49843	0	Europe/Berlin	47.9	10.53333				02	097	09777	09777124
2809509	Wiek	wiek	DE	18556	1269	Europe/Berlin	54.62	13.28914		Wiek		12	00	13073	13073101
2809516	Wiehl	wiehl	DE	51674	0	Europe/Berlin	50.96028	7.77421		Wiehl		07	053	05374	05374040
2809517	Wiehl	wiehl	DE	51674	26291	Europe/Berlin	50.9495	7.55062		Vil,Vil',Wiehl,fyhl,wei he er,wyl,Вил,Виль,Віль,فيهل,ویل,维赫尔		07	053	05374	05374048
2809522	Wiehe	wiehe	DE	06571	0	Europe/Berlin	52.29405	7.77515				07	055	05566	05566056
2809523	Wiehe	wiehe	DE	06571	0	Europe/Berlin	52.21552	8.7982				07	057	05770	05770004
2809524	Wiehe	wiehe	DE	06571	2258	Europe/Berlin	51.26586	11.41282		Wiehe		15	00	16065	16065087
2809535	Wieglitz	wieglitz	DE	39345	216	Europe/Berlin	52.35799	11.32347		Wieglitz		14	00	15083	15083115
2809539	Wiegendorf	wiegendorf	DE	99510	416	Europe/Berlin	50.98333	11.43333			16071095	15	00	16071	16071095
2809544	Wiefelstede	wiefelstede	DE	26215	14775	Europe/Berlin	53.25	8.11667		Vifel'shtede,Vifel'stede,Vifelstede,Wiefelstaee,Wiefelstäe,wei fei er si te de,Вифелстеде,Вифельстеде,Вифельштеде,维费尔斯特德	03451008	06	00	03451	03451008
2809550	Wiednitz	wiednitz	DE	02994	1178	Europe/Berlin	51.38608	14.02683		Wetnica,Wiednitz,Wětnica		13	00	14625	14625030
2809567	Wiederstedt	wiederstedt	DE	06333	1159	Europe/Berlin	51.66526	11.52723		Wiederstedt		14	00	15087	15087031
2809578	Wiedergeltingen	wiedergeltingen	DE	86879	1377	Europe/Berlin	48.03946	10.67406		Vidergel'tingen,Vidergeltingen,wei de er ge er ting gen,Видергелтинген,Видергельтинген,Відергельтінген,Վիդերգելտինգեն,维德尔格尔廷根	09778216	02	097	09778	09778216
2809583	Wiedenzhausen	wiedenzhausen	DE	85259	0	Europe/Berlin	48.29985	11.23907		Wiedenzhausen		02	091	09174	09174146
2809587	Wiedensahl	wiedensahl	DE	31719	1061	Europe/Berlin	52.38385	9.12019		Vidensal,Videnzal',Wiedensahl,vu~idenzaru,wei deng sa er,Видензаль,Виденсал,ヴィーデンザール,维登萨尔		06	00	03257	03257037
2809608	Wiedenborstel	wiedenborstel	DE	24613	4	Europe/Berlin	54.04364	9.76079				10	00	01061	01061111
2809614	Wieden	wieden	DE	79695	0	Europe/Berlin	51.2523	7.07145		Wieden		07	051	05124	05124000
2809615	Wieden	wieden	DE	79695	0	Europe/Berlin	51.15773	7.11424				07	051	05122	05122000
2809616	Wieden	wieden	DE	79695	0	Europe/Berlin	50.33333	12.1				13	00	14523	14523080
2809617	Wieden	wieden	DE	79695	0	Europe/Berlin	49.12898	12.0831				02	093	09375	09375190
2809618	Wieden	wieden	DE	79695	0	Europe/Berlin	48.63337	11.88465				02	092	09273	09273178
2809619	Wieden	wieden	DE	79695	0	Europe/Berlin	47.9023	12.12157				02	091	09187	09187142
2809620	Wieden	wieden	DE	79695	0	Europe/Berlin	47.6	11.45				02	091	09173	09173131
2809625	Wieden	wieden	DE	79695	578	Europe/Berlin	47.84145	7.882			08336096	01	083	08336	08336096
2809628	Wiedemar	wiedemar	DE	04509	2274	Europe/Berlin	51.46667	12.2		Videmar,Wiedemari vald,wei de ma er,Видемар,维德马尔	14730340	13	00	14730	14730340
2809645	Wieda	wieda	DE	37447	1501	Europe/Berlin	51.634	10.58704		Vida,wei da,Вида,维达	03159036	06	00	03159	03159036
2809651	Wieck	wieck	DE	18375	719	Europe/Berlin	54.40944	12.58106				12	00	13073	13073100
2809652	Wieck	wieck	DE	18375	0	Europe/Berlin	54.09635	13.44921				12	00	13075	13075039
2809653	Wieck	wieck	DE	18375	0	Europe/Berlin	53.94221	13.39884		Wieck		12	00	13075	13075044
2809654	Wieck	wieck	DE	18375	0	Europe/Berlin	52.24979	7.81178				07	055	05566	05566088
2809670	Wieblitz-Eversdorf	wieblitz-eversdorf	DE	29416	303	Europe/Berlin	52.80941	11.08929		Wieblitz-Eversdorf		14	00	15081	15081455
2809672	Wiebendorf	wiebendorf	DE	19258	239	Europe/Berlin	53.40312	10.82204		Wiebendorf		12	00	13076	13076009
2809675	Wiebelsheim	wiebelsheim	DE	56291	498	Europe/Berlin	50.08333	7.63333			07140161	08	00	07140	07140161
2809676	Wiebelsheim	wiebelsheim	DE	56291	0	Europe/Berlin	49.50011	10.37042				02	095	09575	09575112
2809677	Wiebelsdorf	wiebelsdorf	DE	07950	283	Europe/Berlin	50.71575	11.94952				15	00	16076	16076092
2809718	Widdern	widdern	DE	74259	1967	Europe/Berlin	49.31825	9.42209		Viddern,Vidern,Widdern,fydrn,vu~idderun,wei de er en,wydrn,Виддерн,Видерн,Віддерн,فيدرن,ویدرن,ヴィッデルン,维德尔恩		01	081	08125	08125103
2809741	Wickerstedt	wickerstedt	DE	99510	882	Europe/Berlin	51.05985	11.54233		Wickerstedt		15	00	16071	16071004
2809753	Wickerode	wickerode	DE	06536	311	Europe/Berlin	51.47614	11.13181				14	00	15087	15087412
2809762	Wickenrodt	wickenrodt	DE	55758	158	Europe/Berlin	49.81667	7.35			07134093	08	00	07134	07134093
2809777	Wickede	wickede	DE	58739	0	Europe/Berlin	51.53365	7.61636		Wickede		07	059	05913	05913000
2809778	Wickede	wickede	DE	58739	12504	Europe/Berlin	51.4964	7.86587		Vikede,Vikkede,Wickede,wei ke de,Викеде,Виккеде,Віккеде,维克德		07	059	05974	05974056
2809796	Wichmar	wichmar	DE	07774	232	Europe/Berlin	51.03333	11.68333		Wichmar	16074112	15	00	16074	16074112
2809835	Weyhe	weyhe	DE	28844	0	Europe/Berlin	52.96667	8.66667		Weyhe		06	00	03458	03458011
2809836	Weyhausen	weyhausen	DE	38554	0	Europe/Berlin	52.79171	10.38568				06	00	03351	03351025
2809837	Weyhausen	weyhausen	DE	38554	2654	Europe/Berlin	52.46208	10.71699		Vajkhauzen,Vejkhauzen,wei hao sen,Вайхаузен,Вејхаузен,魏豪森	03151039	06	00	03151	03151039
2809845	Weyerbusch	weyerbusch	DE	57635	1456	Europe/Berlin	50.71667	7.55		Vajerbush,Vejerbush,Weyerbusch,wei ai er bu shi,wyrbwsh,Вайербуш,Вејербуш,ویربوش,魏埃尔布施	07132115	08	00	07132	07132115
2809849	Weyer	weyer	DE	56357	0	Europe/Berlin	51.17749	7.02956				07	051	05122	05122000
2809850	Weyer	weyer	DE	56357	0	Europe/Berlin	50.53913	6.64782		Weyer		07	053	05366	05366028
2809851	Weyer	weyer	DE	56357	0	Europe/Berlin	50.36826	8.22532		Weyer		05	065	06533	06533015
2809852	Weyer	weyer	DE	56357	513	Europe/Berlin	50.18333	7.71667			07141138	08	00	07141	07141138
2809853	Weyer	weyer	DE	56357	0	Europe/Berlin	50.02217	10.31521				02	096	09678	09678135
2809856	Weyarn	weyarn	DE	83629	3217	Europe/Berlin	47.85838	11.79923		Vajarn,Vejarn,Veyarn,wayarn,wei a er en,Вайарн,Вейарн,Вејарн,Վեյարն,وایارن,魏阿尔恩	09182137	02	091	09182	09182137
2809861	Wewelsfleth	wewelsfleth	DE	25599	1538	Europe/Berlin	53.85	9.4		Wewelsfleth	01061110	10	00	01061	01061110
2810609	Wesseln	wesseln	DE	25746	0	Europe/Berlin	52.08262	10.03291		Wesseln		06	00	03254	03254005
2811034	Wentorf	wentorf	DE	23898	689	Europe/Berlin	53.67523	10.47389		Wentorf		10	00	01053	01053130
2809889	Wetzlar	wetzlar	DE	35576	52656	Europe/Berlin	50.56109	8.50495		Betslar,Veclar,Veclara,Veclaras,Veclaro,Veclāra,Vetclar,Vetzlar,Weslar,Weslår,Wetzlar,Wetzlaria,ZQQ,becheulla-eo,ftslar,vetslari,vu~ettsura,wei ci la er,weth s lar,wtslar,wzlr,Βέτσλαρ,Ветцлар,Вецлар,וצלר,فتسلار,وتسلار,เวทซลาร์,ვეცლარი,ヴェッツラー,韦茨拉尔,베츨라어	06532	05	065	06532	06532023
2809914	Wettstetten	wettstetten	DE	85139	0	Europe/Berlin	48.82252	11.41428		Vetshteten,Vetshtetten,Vetsteten,Vettshtetten,wei ci te teng,wtshttn,Веттштеттен,Ветштетен,Ветштеттен,Վետշտետեն,وتشتتن,韦茨特滕	09176167	02	091	09176	09176167
2809917	Wettrup	wettrup	DE	49838	578	Europe/Berlin	52.58887	7.59911			03454059	06	00	03454	03454059
2809919	Wettringen	wettringen	DE	48493	7897	Europe/Berlin	52.20939	7.31895		Vetringen,Vettringen,wei te lin gen,Ветринген,Веттринген,Веттрінген,韦特林根	05566096	07	055	05566	05566096
2809920	Wettringen	wettringen	DE	48493	0	Europe/Berlin	50.1681	10.41482		Wettringen		02	096	09678	09678181
2809921	Wettringen	wettringen	DE	48493	964	Europe/Berlin	49.25788	10.15694			09571222	02	095	09571	09571222
2809928	Wettlingen	wettlingen	DE	54646	54	Europe/Berlin	49.93333	6.4			07232133	08	00	07232	07232133
2809939	Wettin	wettin	DE	06198	2046	Europe/Berlin	51.58604	11.8063		Vetin,Vettin,Wettin,Ветин,Веттин		14	00	15088	15088216
2809944	Wetterzeube	wetterzeube	DE	06722	1145	Europe/Berlin	51	12.01667		Vetercojbe,Vettercojbe,Wetterzeube,wei te er cuo yi bei,Ветерцојбе,Веттерцойбе,韦特尔措伊贝	15084565	14	00	15084	15084565
2809983	Wetter	wetter	DE	35083	0	Europe/Berlin	52.2164	8.40405				06	00	03459	03459024
2809984	Wetter (Ruhr)	wetter-ruhr	DE	58300	29146	Europe/Berlin	51.38747	7.39277		Stadt Wetter (Ruhr),Wetter,Wetter (Ruhr)		07	059	05954	05954032
2809985	Wetter	wetter	DE	35083	9457	Europe/Berlin	50.90254	8.72366		Veter,Vetter,Wetter,fytr,vu~etta,wtr,Ветер,Веттер,فيتر,وتر,ヴェッター		05	065	06534	06534021
2809992	Wettenberg	wettenberg	DE	35435	0	Europe/Berlin	48.03916	9.8273				01	084	08426	08426058
2810000	Wettelrode	wettelrode	DE	06528	620	Europe/Berlin	51.51582	11.28696		Wettelrode		14	00	15087	15087370
2810014	Wetschen	wetschen	DE	49453	1785	Europe/Berlin	52.61295	8.44883			03251046	06	00	03251	03251046
2810024	Wethau	wethau	DE	06618	727	Europe/Berlin	51.13717	11.8568		Wethau	15084560	14	00	15084	15084560
2810058	Westre	westre	DE	25926	397	Europe/Berlin	54.85	8.98333		Vestre,Weestre,Westre,wei si te lei,Βέστρε,Вестре,韦斯特雷	01054154	10	00	01054	01054154
2810109	Westhofen	westhofen	DE	67593	0	Europe/Berlin	51.42302	7.53306		Westhofen		07	059	05978	05978028
2810110	Westhofen	westhofen	DE	67593	3268	Europe/Berlin	49.70444	8.24806			07331071	08	00	07331	07331071
2810121	Westheim	westheim	DE	67368	0	Europe/Berlin	51.49578	8.90925		Westheim		07	059	05958	05958024
2810122	Westheim	westheim	DE	67368	0	Europe/Berlin	50.12553	9.93473				02	096	09672	09672127
2810123	Westheim	westheim	DE	67368	0	Europe/Berlin	49.8	10.41667				02	096	09675	09675158
2810124	Westheim	westheim	DE	67368	0	Europe/Berlin	49.74445	10.06485				02	096	09675	09675113
2810125	Westheim	westheim	DE	67368	1720	Europe/Berlin	49.2464	8.32357		Westheim		08	00	07334	07334033
2810126	Westheim	westheim	DE	67368	0	Europe/Berlin	49.21718	10.38113		Westheim		02	095	09571	09571114
2810127	Westheim	westheim	DE	67368	0	Europe/Berlin	49.05454	9.7398		Westheim		01	081	08127	08127100
2810128	Westheim	westheim	DE	67368	1215	Europe/Berlin	49	10.66667			09577179	02	095	09577	09577179
2810129	Westheim	westheim	DE	67368	0	Europe/Berlin	48.38647	10.81839		Westheim		02	097	09772	09772184
2810132	Westhausen	westhausen	DE	73463	0	Europe/Berlin	51.39335	10.1895		Westhausen		15	00	16061	16061012
2810133	Westhausen	westhausen	DE	73463	0	Europe/Berlin	51.1525	7.14924		Westhausen		07	051	05120	05120000
2810134	Westhausen	westhausen	DE	73463	514	Europe/Berlin	51.01667	10.68333			16067091	15	00	16067	16067091
2810135	Westhausen	westhausen	DE	73463	580	Europe/Berlin	50.31568	10.66236			16069056	15	00	16069	16069056
2810136	Westhausen	westhausen	DE	73463	5884	Europe/Berlin	48.88333	10.18333		Westhausen	08136082	01	081	08136	08136082
2810143	Westgreußen	westgreussen	DE	99718	449	Europe/Berlin	51.23871	10.91921		Westgreussen,Westgreußen	16065079	15	00	16065	16065079
2810148	Westfeld	westfeld	DE	31079	956	Europe/Berlin	52.05	9.91667			03254045	06	00	03254	03254045
2810149	Westfeld	westfeld	DE	31079	0	Europe/Berlin	51.16069	8.41899		Westfeld		07	059	05958	05958040
2810168	Westerwalsede	westerwalsede	DE	27386	743	Europe/Berlin	53.03333	9.36667			03357054	06	00	03357	03357054
2810178	Westertimke	westertimke	DE	27412	642	Europe/Berlin	53.23697	9.13084			03357053	06	00	03357	03357053
2810184	Westerstetten	westerstetten	DE	89198	2166	Europe/Berlin	48.51916	9.95494		Vestershteten,Vestershtetten,wei si te er si te teng,Вестерштетен,Вестерштеттен,Վեսթերշտեթեն,ვესტერშტეტენი,韦斯特尔斯特滕	08425135	01	084	08425	08425135
2810188	Westerstede	westerstede	DE	26655	21902	Europe/Berlin	53.25682	7.92737		Vestershtede,Vesterstede,Westerstaee,Westerstede,Westerstäe,fstrshtydh,wei si te er si te de,wstrashtdh,Вестерстеде,Вестерштеде,فسترشتيده,وستراشتده,韦斯特尔斯特德	03451	06	00	03451	03451007
2810204	Westerrönfeld	westerronfeld	DE	24784	5227	Europe/Berlin	54.28333	9.65		Westerroenfeld,Westerronfeld,Westerrönfeld	01058172	10	00	01058	01058172
2810208	Westerrade	westerrade	DE	23815	512	Europe/Berlin	53.93333	10.45		Westerrade	01060098	10	00	01060	01060098
2810214	Wester-Ohrstedt	wester-ohrstedt	DE	25885	1124	Europe/Berlin	54.50796	9.18574		Wester-Ohrstedt	01054152	10	00	01054	01054152
2810223	Westernohe	westernohe	DE	56479	907	Europe/Berlin	50.58917	8.10028			07143309	08	00	07143	07143309
2810253	Westermoor	westermoor	DE	25597	0	Europe/Berlin	54.31667	9.15				10	00	01051	01051060
2810254	Westermoor	westermoor	DE	25597	383	Europe/Berlin	53.91351	9.62394		Westermoor	01061109	10	00	01061	01061109
2810284	Westerland	westerland	DE	25980	8967	Europe/Berlin	54.9079	8.30326		GWT,Vesterland,Waeaesterloen',Weesterloen,Weesterlön,Westerland,Wäästerlön',Вестерланд		10	00	01054	01054168
2810841	Wernau	wernau	DE	73249	12518	Europe/Berlin	48.69306	9.41533		Vernau,frnaw,wei er nao,wrnaw,Вернау,Վերնաու,فرناو,ورناو,韦尔瑙		01	081	08116	08116072
2810289	Westerkappeln	westerkappeln	DE	49492	11397	Europe/Berlin	52.31667	7.88333		Vesterkapeln,Vesterkappel'n,Westerkappeln,wei si te er ka pei er en,Вестеркапелн,Вестеркаппельн,韦斯特尔卡佩尔恩	05566092	07	055	05566	05566092
2810300	Westerhorn	westerhorn	DE	25364	1293	Europe/Berlin	53.85711	9.67959			01056051	10	00	01056	01056051
2810301	Westerhörn	westerhorn	DE	25364	0	Europe/Berlin	53.56667	7.08333				06			
2810302	Westerhorn	westerhorn	DE	25364	0	Europe/Berlin	53.03333	10.18333				06	00	03358	03358016
2810305	Westerholz	westerholz	DE	24977	0	Europe/Berlin	54.81667	9.66667			01059178	10	00	01059	01059178
2810306	Westerholz	westerholz	DE	24977	741	Europe/Berlin	54.49023	9.27293				10	00	01054	01054152
2810307	Westerholz	westerholz	DE	24977	0	Europe/Berlin	53.16637	9.40936		Westerholz		06	00	03357	03357041
2810308	Westerholz	westerholz	DE	24977	0	Europe/Berlin	52.59951	10.56306		Westerholz		06	00	03151	03151038
2810317	Westerholt	westerholt	DE	26556	2353	Europe/Berlin	53.6	7.45			03462018	06	00	03462	03462018
2810318	Westerholt	westerholt	DE	26556	0	Europe/Berlin	53.07457	8.13904				06	00	03458	03458013
2810319	Westerholt	westerholt	DE	26556	0	Europe/Berlin	52.92246	7.63052				06	00	03454	03454033
2810320	Westerholt	westerholt	DE	26556	0	Europe/Berlin	51.6026	7.09446		Westerholt		07	055	05562	05562020
2810335	Westerhever	westerhever	DE	25881	121	Europe/Berlin	54.38236	8.6774		Vestergefer,Vesterhever,Vesterkhefer,Vesterkhever,Waasterheewer,wei si te lei fei er,Вестергефер,Вестерхевер,Вестерхефер,Վեսթերհևեր,韦斯特雷费尔	01054150	10	00	01054	01054150
2810336	Westerheim	westerheim	DE	72589	2888	Europe/Berlin	48.51511	9.62424			08425134	01	084	08425	08425134
2810337	Westerheim	westerheim	DE	72589	2077	Europe/Berlin	48.01667	10.3			09778214	02	097	09778	09778214
2810343	Westerhausen	westerhausen	DE	06484	0	Europe/Berlin	52.5154	8.05339				06	00	03460	03460007
2810344	Westerhausen	westerhausen	DE	06484	0	Europe/Berlin	52.23692	8.28511				06	00	03459	03459024
2810345	Westerhausen	westerhausen	DE	06484	2169	Europe/Berlin	51.80566	11.05631		Vesterkhauzen,Westerhausen,Вестерхаузен		14	00	15085	15085330
2810346	Westerhausen	westerhausen	DE	06484	0	Europe/Berlin	50.73173	7.29441				07	053	05382	05382020
2810347	Westerhausen	westerhausen	DE	06484	0	Europe/Berlin	53.60505	8.01336				06	00	03405	03405000
2810364	Westergellersen	westergellersen	DE	21394	1709	Europe/Berlin	53.23333	10.25			03355041	06	00	03355	03355041
2810395	Westeregeln	westeregeln	DE	39448	2099	Europe/Berlin	51.96328	11.39265		Westeregeln,Westeregulun		14	00	15089	15089043
2810399	Westerdeichstrich	westerdeichstrich	DE	25761	926	Europe/Berlin	54.16148	8.86441			01051132	10	00	01051	01051132
2810411	Westerburg	westerburg	DE	56457	0	Europe/Berlin	53.02619	8.23118				06	00	03458	03458013
2810412	Westerburg	westerburg	DE	56457	0	Europe/Berlin	52.01634	10.8669		Westerburg,Westerburg (Dedeleben)		14	00	15085	15085185
2810413	Westerburg	westerburg	DE	56457	5863	Europe/Berlin	50.55938	7.97482		Vesterburg,Westerburg,fstrbwrgh,vu~esutaburuku,wei si te er bao,wstrbwrg,Вестербург,فستربورغ,وستربورگ,ヴェスターブルク,韦斯特尔堡		08	00	07143	07143308
2810428	Westerborstel	westerborstel	DE	25782	95	Europe/Berlin	54.23333	9.28333		Westerborstel	01051131	10	00	01051	01051131
2810493	Westerau	westerau	DE	23847	797	Europe/Berlin	53.77745	10.48824		Westerau	01062083	10	00	01062	01062083
2810505	Westensee	westensee	DE	24259	1582	Europe/Berlin	54.27452	9.89584		Westensee	01058171	10	00	01058	01058171
2810518	Westenfeld	westenfeld	DE	98630	0	Europe/Berlin	51.46903	7.15277		Westenfeld		07	059	05911	05911000
2810519	Westenfeld	westenfeld	DE	98630	0	Europe/Berlin	52.05553	7.43412				07	055	05566	05566004
2810520	Westenfeld	westenfeld	DE	98630	0	Europe/Berlin	52.42394	8.93739				06	00	03256	03256024
2810521	Westenfeld	westenfeld	DE	98630	0	Europe/Berlin	51.32243	8.04941		Westenfeld		07	059	05958	05958044
2810522	Westenfeld	westenfeld	DE	98630	397	Europe/Berlin	50.4311	10.49627		Westenfeld		15	00	16069	16069062
2810524	Westendorf	westendorf	DE	86707	0	Europe/Berlin	52.90473	9.75809		Westendorf (Dorfmark)		06	00	03358	03358008
2810525	Westendorf	westendorf	DE	86707	0	Europe/Berlin	52.46773	7.51891				06	00	03454	03454012
2810526	Westendorf	westendorf	DE	86707	0	Europe/Berlin	52.20308	9.14981				06	00	03257	03257031
2810527	Westendorf	westendorf	DE	86707	0	Europe/Berlin	52.17912	8.39908				06	00	03459	03459024
2810528	Westendorf	westendorf	DE	86707	0	Europe/Berlin	51.48657	8.25116				07	059	05974	05974044
2810529	Westendorf	westendorf	DE	86707	0	Europe/Berlin	51.48333	7.65				07	059	05978	05978016
2810530	Westendorf	westendorf	DE	86707	0	Europe/Berlin	51.33333	7.73333				07	059	05962	05962016
2810531	Westendorf	westendorf	DE	86707	1489	Europe/Berlin	48.57209	10.84049			09772217	02	097	09772	09772217
2810532	Westendorf	westendorf	DE	86707	0	Europe/Berlin	48.43257	12.02629				02	092	09274	09274121
2810533	Westendorf	westendorf	DE	86707	1825	Europe/Berlin	47.93333	10.71667			09777182	02	097	09777	09777182
2810534	Westendorf	westendorf	DE	86707	0	Europe/Berlin	52.06759	7.97455				06	00	03459	03459034
2810559	Weste	weste	DE	29599	1062	Europe/Berlin	53.05943	10.70283			03360026	06	00	03360	03360026
2810561	Westdorf	westdorf	DE	06449	0	Europe/Berlin	53.66667	7				06			
2810562	Westdorf	westdorf	DE	06449	0	Europe/Berlin	53.99304	9.1224				10	00	01051	01051097
2810563	Westdorf	westdorf	DE	06449	0	Europe/Berlin	53.72734	7.36583				06	00	03452	03452002
2810564	Westdorf	westdorf	DE	06449	0	Europe/Berlin	53.64412	7.31944				06	00	03452	03452027
2810565	Westdorf	westdorf	DE	06449	794	Europe/Berlin	51.73552	11.435		Westdorf		14	00	15089	15089015
2810581	Wessobrunn	wessobrunn	DE	82405	2076	Europe/Berlin	47.87407	11.02461		Vessobrunn,Wessobrunn,Wessobrunn Abbey,wei suo bu lun,Вессобрунн,韦索布伦	09190158	02	091	09190	09190158
2810587	Weßling	wessling	DE	82234	5172	Europe/Berlin	48.07452	11.2482		Vesling,wei si ling,wslyng,Веслинг,Веслінг,وسلینگ,韦斯灵	09188144	02	091	09188	09188144
2810590	Wessin	wessin	DE	19089	532	Europe/Berlin	53.57192	11.73138				12	00	13076	13076025
2810608	Wesseln	wesseln	DE	25746	1398	Europe/Berlin	54.20985	9.07644			01051130	10	00	01051	01051130
2810612	Wesseling	wesseling	DE	50389	35665	Europe/Berlin	50.82709	6.9747		Veseling,Vesseling,Wesseling,fyzylyngh,wei se ling,wzlyngn,Веселинг,Весселинг,Весселінг,فيزيلينغ,وزلینگن,韦瑟灵		07	053	05362	05362040
2810617	Wesselburenerkoog	wesselburenerkoog	DE	25764	149	Europe/Berlin	54.25	8.88333		Wesselburenerkoog	01051129	10	00	01051	01051129
2810618	Wesselburener Deichhausen	wesselburener-deichhausen	DE	25764	150	Europe/Berlin	54.16667	8.93333		Wesselburener Deichhausen	01051128	10	00	01051	01051128
2810619	Wesselburen	wesselburen	DE	25764	3146	Europe/Berlin	54.21217	8.92419		Veselburen,Veslingburen,Vessel'buren,Wesselburen,fyslbwryn,wei sai er bu lun,wslbwrn,Веселбурен,Вессельбурен,فيسلبورين,وسلبورن,韦塞尔布伦		10	00	01051	01051127
2810634	Wespen	wespen	DE	39249	248	Europe/Berlin	51.95901	11.82797		Wespen		14	00	15089	15089026
2810658	Wesendorf	wesendorf	DE	16792	0	Europe/Berlin	52.98302	13.37997				11	00	12065	12065356
2810659	Wesendorf	wesendorf	DE	16792	4924	Europe/Berlin	52.6	10.53333		Vezendorf,wei sen duo fu,Везендорф,韦森多夫	03151038	06	00	03151	03151038
2810662	Wesenberg	wesenberg	DE	17255	3346	Europe/Berlin	53.2803	12.96936		Vezenberg,Vezenberga,Vēzenberga,wznbrg  mklnbwrg,Везенберг,وزنبرگ، مکلنبورگ		12	00	13071	13071159
2810673	Weselberg	weselberg	DE	66919	1402	Europe/Berlin	49.33662	7.6078		Vezel'berg,Vezelberg,wei se er bei ge,Везелберг,Везельберг,韦瑟尔贝格	07340055	08	00	07340	07340055
2810676	Wesel	wesel	DE	46483	0	Europe/Berlin	53.22973	9.92086				06	00	03353	03353036
2810677	Wesel	wesel	DE	46483	0	Europe/Berlin	52.42366	7.38643				06	00	03454	03454032
2810678	Wesel	wesel	DE	46483	61685	Europe/Berlin	51.6669	6.62037		Vezel,Vezel',Wesel,wei sai er,wzl,Везел,Везель,وزل,韋塞爾	05170	07	051	05170	05170048
2810702	Wertingen	wertingen	DE	86637	8958	Europe/Berlin	48.56314	10.68149		Vertingen,Wertingen,Wertingeni vald,fyrtynghn,wei er ting gen,wrtyngn,Вертинген,Вертінген,Վերտինգեն,فيرتينغن,ورتینگن,韦尔廷根		02	097	09773	09773182
2810706	Petersberg	petersberg	DE	06193	0	Europe/Berlin	50.56002	9.71295				05	066	06631	06631020
2810710	Werther	werther	DE	33824	11575	Europe/Berlin	52.07771	8.41793		Verter,fyrtr,wei er te er,wrta,Вертер,فيرتر,ورتا,韦尔特尔		07	057	05754	05754052
2810715	Wertheim	wertheim	DE	97877	0	Europe/Berlin	51.65	9				07	057	05762	05762040
2810716	Wertheim	wertheim	DE	97877	24869	Europe/Berlin	49.759	9.50852		Vertgajm-am-Majn,Vertkhajm,Wertheim,Wertheim am Main,frthaym am mayn,vu~erutohaimu,wei er tai mu,wrthaym am mayn,Вертгайм-ам-Майн,Вертхайм,Вертхајм,فرتهايم آم ماين,ورتهایم آم ماین,ヴェルトハイム,韦尔泰姆		01	081	08128	08128131
2810728	Wertach	wertach	DE	87497	2423	Europe/Berlin	47.60301	10.40966		Vertakh,Wertach,Вертах,Վերթախ		02	097	09780	09780145
2810732	Wershofen	wershofen	DE	53520	902	Europe/Berlin	50.44482	6.81333			07131082	08	00	07131	07131082
2810763	Werpeloh	werpeloh	DE	49751	1104	Europe/Berlin	52.87207	7.50831		Verpelo,Verpelokh,Weerpel,wei er pei luo,Верпело,Верпелох,韦尔佩洛	03454058	06	00	03454	03454058
2810766	Weroth	weroth	DE	56414	0	Europe/Berlin	50.61324	7.63958		Weroth		08	00	07138	07138070
2810767	Weroth	weroth	DE	56414	0	Europe/Berlin	50.46043	7.94844			07143080	08	00	07143	07143080
2810772	Wernstedt	wernstedt	DE	39624	225	Europe/Berlin	52.64516	11.33886		Wernstedt		14	00	15081	15081240
2810775	Wernshausen	wernshausen	DE	98590	3143	Europe/Berlin	50.72404	10.35086		Wernshausen		15	00	16066	16066063
2810777	Wernsdorf	wernsdorf	DE	15713	0	Europe/Berlin	52.3691	13.70295		Wernsdorf		11	00	12061	12061260
2810778	Wernsdorf	wernsdorf	DE	15713	0	Europe/Berlin	51.31667	11.9				14	00	15088	15088065
2810779	Wernsdorf	wernsdorf	DE	15713	0	Europe/Berlin	51.15364	12.03421				14	00	15084	15084490
2810780	Wernsdorf	wernsdorf	DE	15713	0	Europe/Berlin	50.97497	12.24907				15	00	16077	16077044
2810781	Wernsdorf	wernsdorf	DE	15713	0	Europe/Berlin	50.94361	12.67317				13	00	14522	14522460
2810782	Wernsdorf	wernsdorf	DE	15713	0	Europe/Berlin	50.94535	12.15333		Wernsdorf		15	00	16052	16052000
2810783	Wernsdorf	wernsdorf	DE	15713	0	Europe/Berlin	50.79867	12.51969				13	00	14524	14524080
2810784	Wernsdorf	wernsdorf	DE	15713	0	Europe/Berlin	50.7788	12.15889		Wernsdorf		15	00	16076	16076004
2810785	Wernsdorf	wernsdorf	DE	15713	0	Europe/Berlin	50.70016	13.26826		Wernsdorf		13	00	14521	14521495
2810786	Wernsdorf	wernsdorf	DE	15713	0	Europe/Berlin	50.50482	11.77566		Wernsdorf		15	00	16075	16075135
2810787	Wernsdorf	wernsdorf	DE	15713	0	Europe/Berlin	49.85901	11.00899				02	094	09471	09471195
2810801	Werningshausen	werningshausen	DE	99634	744	Europe/Berlin	51.13951	11.00135		Verningskhauzen,wei er ning ge si hao sen,Вернингсхаузен,韦尔宁格斯豪森	16068059	15	00	16068	16068059
2810808	Wernigerode	wernigerode	DE	38855	34463	Europe/Berlin	51.83652	10.78216		Vernigerode,Vernigerodeh,Vernigerodė,Wernigerode,fyrnyghyrwdh,vu~erunigerode,wei er ni ge luo de,wrnygrwdh,Вернигероде,Вернігеродэ,Верніґероде,ורניגרודה,فيرنيغيروده,ورنیگه‌روده,ヴェルニゲローデ,韦尔尼格罗德		14	00	15085	15085370
2810815	Werneuchen	werneuchen	DE	16356	7767	Europe/Berlin	52.63275	13.73437		Verneihene,Vernojkhen,Vernoyxen,frnwyshn,wei er nuo yi heng,wrnwyshn,Вернойхен,Вернојхен,Վերնոյխեն,فرنويشن,ورنویشن,韦尔诺伊亨		11	00	12060	12060280
2810828	Wernersberg	wernersberg	DE	76857	1120	Europe/Berlin	49.19062	7.92756			07337083	08	00	07337	07337083
2810832	Werneck	werneck	DE	97440	10673	Europe/Berlin	49.98201	10.09884		Vernek,Werneck,wei er nei ke,Вернек,韦尔内克		02	096	09678	09678193
2810833	Werne	werne	DE	59368	30810	Europe/Berlin	51.66446	7.63421	60	Verne,Waeen,Werina,Werne an der Lippe,Wäen,wei er nei,wrnh,Верне,ورنه,韦尔内		07	059	05978	05978040
2810836	Wernburg	wernburg	DE	07381	776	Europe/Berlin	50.67775	11.60199		Vernburg,wei er en bao,Вернбург,韦尔恩堡	16075124	15	00	16075	16075124
2810840	Wernberg-Köblitz	wernberg-koblitz	DE	92533	5830	Europe/Berlin	49.53931	12.1613		Vernberg-Keblic,Vernberg-Kjoblic,Wernberg,Wernberg-Koblitz,Wernberg-Köblitz,wei en bei ge-ke bu li ci,wrnbrg-kwblyts,Вернберг-Кеблиц,Вернберг-Кебліц,Вернберг-Кёблиц,ورنبرگ-کوبلیتس,韦恩贝格-克布利茨		02	093	09376	09376150
2810842	Wernau	wernau	DE	73249	0	Europe/Berlin	48.34361	9.90237				01	084	08425	08425039
2810848	Wermsdorf	wermsdorf	DE	04779	6074	Europe/Berlin	51.28333	12.95		Vermsdorf,Wermsdorf,wei er mu si duo fu,Вермсдорф,韦尔姆斯多夫	14730330	13	00	14730	14730330
2810855	Wermelskirchen	wermelskirchen	DE	42929	36816	Europe/Berlin	51.1397	7.21583		Vermel'skirkhen,Vermelskirkhen,Wermelskirchen,frmlzkyrshn,wei mo er si ji xing,wrmlzkyrshn,Вермелскирхен,Вермельскирхен,Вермельскірхен,فرملزكيرشن,ورملزکیرشن,韦默尔斯基兴		07	053	05378	05378032
2810860	Werlte	werlte	DE	49757	9255	Europe/Berlin	52.85	7.68333		Verl'te,Verlte,Верлте,Верльте	03454057	06	00	03454	03454057
2810868	Werle	werle	DE	19300	193	Europe/Berlin	53.8924	12.09337				12	00	13072	13072051
2810869	Werle	werle	DE	19300	0	Europe/Berlin	53.26294	11.67533		Werle		12	00	13076	13076115
2810874	Werlaburgdorf	werlaburgdorf	DE	38315	795	Europe/Berlin	52.04996	10.53726				06	00	03158	03158039
2810876	Werl	werl	DE	59457	0	Europe/Berlin	51.80625	8.02258				07	055	05570	05570008
2810877	Werl	werl	DE	59457	0	Europe/Berlin	52.07618	8.72606				07	057	05766	05766008
2810878	Werl	werl	DE	59457	32149	Europe/Berlin	51.55493	7.91403		Verl,Verl',Werl,Werle,Wiaerl,Wiärl,wei er,wrl,Верл,Верль,ورل,韦尔		07	059	05974	05974052
2810883	Werkhausen	werkhausen	DE	57635	237	Europe/Berlin	50.73333	7.53333			07132114	08	00	07132	07132114
2810912	Werenzhain	werenzhain	DE	03253	0	Europe/Berlin	51.65464	13.53215		Werenzhain		11	00	12062	12062092
2810917	Werdum	werdum	DE	26427	691	Europe/Berlin	53.65751	7.71901		Verdum,Weerm,wei er du mu,Вердум,韦尔杜姆	03462017	06	00	03462	03462017
2810919	Werdohl	werdohl	DE	58791	20366	Europe/Berlin	51.26011	7.76608		Verdol,Verdol',Werdohl,frdwl,wei er duo er,wrdl,Вердол,Вердоль,فردول,وردل,韦尔多尔		07	059	05962	05962060
2810934	Werder	werder	DE	15345	0	Europe/Berlin	52.13391	11.65581				14	00	15003	15003000
2810935	Werder	werder	DE	15345	0	Europe/Berlin	54.15495	12.80851				12	00	13073	13073020
2810936	Werder	werder	DE	15345	0	Europe/Berlin	53.71652	13.35663				12	00	13071	13071158
2810937	Werder	werder	DE	15345	502	Europe/Berlin	53.50112	12.00771				12	00	13076	13076151
2810938	Werder	werder	DE	15345	0	Europe/Berlin	53.48647	13.09974				12	00	13071	13071115
2810939	Werder	werder	DE	15345	0	Europe/Berlin	53.48529	12.33112				12	00	13071	13071001
2810940	Werder	werder	DE	15345	0	Europe/Berlin	52.97476	9.04888				06	00	03361	03361013
2810941	Werder	werder	DE	15345	0	Europe/Berlin	52.94132	11.79794				14	00	15090	15090520
2810942	Werder	werder	DE	15345	0	Europe/Berlin	52.9206	12.70251				11	00	12068	12068306
2810943	Werder	werder	DE	15345	0	Europe/Berlin	52.51998	13.94422		Werder		11	00	12064	12064408
2810944	Werder	werder	DE	15345	0	Europe/Berlin	52.43607	11.15706				14	00	15081	15081135
2810945	Werder	werder	DE	15345	22384	Europe/Berlin	52.37874	12.934		Verder,Verderis,fyrdr,wrda,Вердер,Վերդեր,فيردر,وردا		11	00	12069	12069656
2810946	Werder	werder	DE	15345	0	Europe/Berlin	52.11437	14.03064				11	00	12067	12067493
2810947	Werder	werder	DE	15345	0	Europe/Berlin	52.03729	10.11497				06	00	03254	03254008
2810948	Werder	werder	DE	15345	0	Europe/Berlin	52.00993	13.12816		Werder		11	00	12072	12072169
2810953	Werder	werder	DE	15345	0	Europe/Berlin	52.49286	14.49265				11	00	12064	12064290
2810968	Werdau	werdau	DE	08412	0	Europe/Berlin	51.55323	13.0331		Werdau		13	00	14730	14730310
2810969	Werdau	werdau	DE	08412	24424	Europe/Berlin	50.73604	12.37534		Verdau,Verdava,Werdau,frdaw,wei er dao,wrdwa,Вердау,فرداو,وردوا,韦尔道		13	00	14524	14524300
2810970	Werda	werda	DE	08223	1774	Europe/Berlin	50.43811	12.30473			14523460	13	00	14523	14523460
2810971	Werchow	werchow	DE	03205	0	Europe/Berlin	51.7255	13.95549		Werchow,Wjerchownja		11	00	12066	12066052
2810972	Werchau	werchau	DE	04916	0	Europe/Berlin	51.77818	13.31944		Werchau		11	00	12062	12062445
2810979	Werbig	werbig	DE	15306	0	Europe/Berlin	52.56169	14.38479				11	00	12064	12064448
2810980	Werbig	werbig	DE	15306	0	Europe/Berlin	52.18434	12.46472				11	00	12069	12069020
2810981	Werbig	werbig	DE	15306	0	Europe/Berlin	51.93041	13.19291		Werbig		11	00	12072	12072298
2810983	Werben	werben	DE	03096	860	Europe/Berlin	52.86109	11.98268		Verben,Werben,wrbn,Вербен,وربن		14	00	15090	15090610
2810984	Werben	werben	DE	03096	0	Europe/Berlin	52.24809	13.34321		Werben		11	00	12072	12072477
2810985	Werben	werben	DE	03096	1891	Europe/Berlin	51.81667	14.18333		Verben,Werben/Wjerbno,Wjerbno,wei er ben,Вербен,Վերբեն,韦尔本	12071412	11	00	12071	12071412
2810986	Werben	werben	DE	03096	0	Europe/Berlin	51.61743	12.03757				14	00	15082	15082440
2810987	Werben	werben	DE	03096	0	Europe/Berlin	51.53771	12.35559		Delitzsch-Werben,Werben		13	00	14730	14730070
2810988	Werben	werben	DE	03096	0	Europe/Berlin	51.19556	12.22596				13	00	14729	14729350
2811000	Werbach	werbach	DE	97956	3589	Europe/Berlin	49.67083	9.63944		Verbakh,vu~erubahha,wei er ba he,Вербах,ヴェルバッハ,韦尔巴赫	08128128	01	081	08128	08128128
2811006	Wenzlow	wenzlow	DE	14778	0	Europe/Berlin	52.31263	13.78513		Wenzlow		11	00	12061	12061217
2811007	Wenzlow	wenzlow	DE	14778	625	Europe/Berlin	52.3	12.45			12069648	11	00	12069	12069648
2811011	Wenzendorf	wenzendorf	DE	21279	1262	Europe/Berlin	53.34948	9.77234			03353039	06	00	03353	03353039
2811012	Wenzendorf	wenzendorf	DE	21279	0	Europe/Berlin	51.5	13.23333		Wenzendorf		11	00	12062	12062341
2811013	Wenzenbach	wenzenbach	DE	93173	8101	Europe/Berlin	49.07561	12.19954		Vencenbakh,wen cen ba he,wntsnbakh,Венценбах,Վենցենբախ,ونتسنباخ,文岑巴赫	09375208	02	093	09375	09375208
2811022	Wenze	wenze	DE	38486	619	Europe/Berlin	52.56424	11.13318		Wenze		14	00	15081	15081280
2811031	Wentorf bei Hamburg	wentorf-bei-hamburg	DE	21465	12104	Europe/Berlin	53.5	10.25		Ventorf baj Khamburg,Ventorf kaj Khamburg,Ventorf-Khamburg,Wentorf apud Hamburgo,Wentorf bei Hamburg,Wentorf pres de Hambourg,Wentorf près de Hambourg,wen tuo er fu bai han bao,Венторф бај Хамбург,Венторф кај Хамбург,Венторф-Хамбург,文托尔夫拜汉堡	01053129	10	00	01053	01053129
2811032	Wentorf	wentorf	DE	23898	0	Europe/Berlin	54.37545	9.77334				10	00	01058	01058035
2811033	Wentorf	wentorf	DE	23898	0	Europe/Berlin	54.28299	10.54886				10	00	01057	01057035
2811035	Wentorf	wentorf	DE	23898	0	Europe/Berlin	52.74622	10.65434				06	00	03151	03151019
2811036	Wentorf	wentorf	DE	23898	0	Europe/Berlin	52.11257	8.90957				07	057	05766	05766036
2811047	Wensin	wensin	DE	23827	797	Europe/Berlin	53.98333	10.41667		Wensin	01060097	10	00	01060	01060097
2811050	Wensickendorf	wensickendorf	DE	16515	0	Europe/Berlin	52.75531	13.37663				11	00	12065	12065256
2811062	Wenningstedt	wenningstedt	DE	25996	0	Europe/Berlin	54.93577	8.32995		Woningstair		10	00	01054	01054149
2811072	Wennigsen	wennigsen	DE	30974	14137	Europe/Berlin	52.27404	9.57287		Venigsen,Vennigzen,Wennigsen am Deister,wei ni ge sen,Венигсен,Веннигзен,韦尼格森		06	00	03241	03241020
2811073	Wennigsen	wennigsen	DE	30974	0	Europe/Berlin	52.20411	8.28523				06	00	03459	03459024
2811094	Wennbüttel	wennbuttel	DE	25767	76	Europe/Berlin	54.13333	9.33333		Wennbuttel,Wennbüttel	01051126	10	00	01051	01051126
2811156	Wengelsdorf	wengelsdorf	DE	06688	963	Europe/Berlin	51.28115	12.04226		Wengelsdorf		14	00	15084	15084550
2811160	Weng	weng	DE	84187	1389	Europe/Berlin	48.65866	12.36927		Veng,wng,Венг,Վենգ,ونگ	09274188	02	092	09274	09274188
2811161	Weng	weng	DE	84187	0	Europe/Berlin	48.59583	13.0525				02	092	09275	09275114
2811162	Weng	weng	DE	84187	0	Europe/Berlin	48.45174	13.14806				02	092	09275	09275124
2811163	Weng	weng	DE	84187	0	Europe/Berlin	48.36304	11.58302				02	091	09178	09178123
2811164	Weng	weng	DE	84187	0	Europe/Berlin	47.97679	12.17304				02	091	09187	09187134
2811165	Weng	weng	DE	84187	0	Europe/Berlin	47.97378	11.93716				02	091	09187	09187179
2811166	Weng	weng	DE	84187	0	Europe/Berlin	47.84338	12.90568				02	091	09172	09172111
2811173	Wendtorf	wendtorf	DE	24235	1139	Europe/Berlin	54.41212	10.28952		Wendtorf	01057087	10	00	01057	01057087
2811186	Wendorf	wendorf	DE	18442	0	Europe/Berlin	54.30665	13.35286		Hof Wendorf,Wendorf		12	00	13073	13073027
2811187	Wendorf	wendorf	DE	18442	1087	Europe/Berlin	54.2554	13.07682				12	00	13073	13073099
2811188	Wendorf	wendorf	DE	18442	0	Europe/Berlin	54.14484	13.24136				12	00	13073	13073090
2811189	Wendorf	wendorf	DE	18442	0	Europe/Berlin	54.10682	12.42125				12	00	13072	13072091
2811190	Wendorf	wendorf	DE	18442	0	Europe/Berlin	53.96776	12.27435				12	00	13072	13072029
2811191	Wendorf	wendorf	DE	18442	0	Europe/Berlin	53.83128	12.3383				12	00	13072	13072079
2811192	Wendorf	wendorf	DE	18442	0	Europe/Berlin	53.81043	11.85056				12	00	13072	13072009
2811193	Wendorf	wendorf	DE	18442	0	Europe/Berlin	53.78362	10.84419				12	00	13074	13074066
2811194	Wendorf	wendorf	DE	18442	433	Europe/Berlin	53.66873	11.66416		Wendorf		12	00	13076	13076078
2811195	Wendorf	wendorf	DE	18442	0	Europe/Berlin	53.50295	12.92713				12	00	13071	13071101
2811196	Wendorf	wendorf	DE	18442	0	Europe/Berlin	53.39514	13.47976				12	00	13071	13071033
2811204	Wendlingen am Neckar	wendlingen-am-neckar	DE	73240	15728	Europe/Berlin	48.67124	9.37632		Vendlingen,Vendlingen am Nekar,Vendlingen-am-Nekkar,Wendlingen,fndlynghn,nei ka he pan wen de lin gen,wndlyngn an dr nka,Вендлинген ам Некар,Вендлинген-ам-Неккар,Вендлінген,Նեքարի Վենդլինգեն,فندلينغن,وندلینگن آن در نکا,内卡河畔文德林根		01	081	08116	08116071
2811216	Wendisch Waren	wendisch-waren	DE	19399	428	Europe/Berlin	53.57447	12.12959				12	00	13076	13076048
2811218	Wendisch Rietz	wendisch-rietz	DE	15864	1466	Europe/Berlin	52.21613	14.00845		Markisch Rietz,Märkisch Rietz,Vendish Ric,Vendish-Ric,Wendisch Rietz,wen di shi li ci,Вендиш Риц,Вендиш-Риц,Վենդիշ Ռից,文迪施里茨	12067520	11	00	12067	12067520
2811220	Wendisch Priborn	wendisch-priborn	DE	19395	474	Europe/Berlin	53.33945	12.27181		Wendisch Priborn		12	00	13076	13076166
2811227	Wendisch Evern	wendisch-evern	DE	21403	1597	Europe/Berlin	53.21667	10.46667		Vendish Evern,Vendish-Ehfern,wen di shi ai fei er en,Вендиш Еверн,Вендиш-Эферн,文迪施埃费尔恩	03355040	06	00	03355	03355040
2811236	Wendisch Baggendorf	wendisch-baggendorf	DE	18513	595	Europe/Berlin	54.07399	12.94335				12	00	13073	13073098
2811275	Wenden	wenden	DE	57482	0	Europe/Berlin	52.1726	8.78382				07	057	05770	05770004
2811276	Wenden	wenden	DE	57482	0	Europe/Berlin	52.62785	9.38782				06	00	03256	03256031
2811277	Wenden	wenden	DE	57482	4047	Europe/Berlin	52.32401	10.51392				06	00	03101	03101000
2811278	Wenden	wenden	DE	57482	19924	Europe/Berlin	50.96667	7.86667		Venden,Wenden,Венден	05966028	07	059	05966	05966028
2811279	Wenden	wenden	DE	57482	0	Europe/Berlin	48.62334	8.66081		Wenden		01	082	08235	08235020
2811281	Wendemark	wendemark	DE	39615	0	Europe/Berlin	53.16159	14.09924				11	00	12073	12073603
2811282	Wendemark	wendemark	DE	39615	236	Europe/Berlin	52.85873	11.92442		Wendemark		14	00	15090	15090008
2811283	Wendemark	wendemark	DE	39615	0	Europe/Berlin	52.70297	13.15089				11	00	12065	12065251
2811290	Wendelstein	wendelstein	DE	90530	0	Europe/Berlin	51.27831	11.46872		Wendelstein		14	00	15084	15084246
2811291	Wendelstein	wendelstein	DE	90530	0	Europe/Berlin	50.00861	9.26589				02	096	09671	09671139
2811292	Wendelstein	wendelstein	DE	90530	16220	Europe/Berlin	49.3523	11.15069		Vendel'shtajn,Vendelshtajn,Wendelstein,vu~enderushutain,wen de er si tai yin,Венделштајн,Вендельштайн,Վենդելշթայն,ヴェンデルシュタイン,文德尔斯泰因		02	095	09576	09576151
2811295	Wendelsheim	wendelsheim	DE	55234	1453	Europe/Berlin	49.76667	8		Vendel'skhajm,Vendelskhajm,wen de er si hai mu,Венделсхајм,Вендельсхайм,文德尔斯海姆	07331070	08	00	07331	07331070
2811296	Wendelsheim	wendelsheim	DE	55234	0	Europe/Berlin	48.5	8.83333		Wendelsheim		01	084	08416	08416036
2811317	Wendeburg	wendeburg	DE	38176	10147	Europe/Berlin	52.32957	10.39255		Vendeburg,Wenneborg,wen de bao,Вендебург,文德堡	03157008	06	00	03157	03157008
2811325	Wenddorf	wenddorf	DE	39517	0	Europe/Berlin	52.8122	11.80437				14	00	15090	15090415
2811326	Wenddorf	wenddorf	DE	39517	113	Europe/Berlin	52.38297	11.74548		Wenddorf		14	00	15083	15083030
2811342	Wemding	wemding	DE	86650	5669	Europe/Berlin	48.87461	10.72452		Vemding,Wemding,Wemdingen,fmdyngh,vu~emudingu,wei mu ding,wmdyng,Вемдинг,Вемдінг,Վեմդինգ,فمدينغ,ومدینگ,ヴェムディング,韦姆丁		02	097	09779	09779228
2811345	Wembach	wembach	DE	79677	0	Europe/Berlin	49.80658	8.78591				05	064	06432	06432016
2811346	Wembach	wembach	DE	79677	340	Europe/Berlin	47.7725	7.8869			08336094	01	083	08336	08336094
2811348	Welzow	welzow	DE	03119	4240	Europe/Berlin	51.58381	14.17082		Vel'cov,Velco,Velcov,Welzow,Welzow/Wjelcej,Wjelcej,Wjeljcej,fltsw,wei er cuo,wltsw,Велцо,Велцов,Вельцов,Վելցով,فلتسو,ولتسو,韦尔措		11	00	12071	12071408
2811354	Welzheim	welzheim	DE	73642	11306	Europe/Berlin	48.87675	9.63434		Vel'cgajm,Vel'ckhajm,Velckhajm,Velshaym,fltshaym,wei er ci hai mu,wltshaym,Велцхајм,Вельцгайм,Вельцхайм,فلتسهايم,ولتسهایم,韦尔茨海姆		01	081	08119	08119084
2811361	Welver	welver	DE	59514	12993	Europe/Berlin	51.61667	7.96667		Kirchwelver,Vel'fer,Velver,Welver,Welveri vald,wei er fei er,Велвер,Вельфер,韦尔费尔	05974048	07	059	05974	05974048
2811370	Weltersburg	weltersburg	DE	56459	270	Europe/Berlin	50.53233	7.96056			07143307	08	00	07143	07143307
2811378	Welterod	welterod	DE	56357	529	Europe/Berlin	50.13333	7.88333			07141137	08	00	07141	07141137
2811384	Welt	welt	DE	25836	219	Europe/Berlin	54.30248	8.79458			01054148	10	00	01054	01054148
2811386	Welsow	welsow	DE	16278	0	Europe/Berlin	53.06923	14.00216				11	00	12073	12073008
2811387	Welsleben	welsleben	DE	39221	1904	Europe/Berlin	52.00304	11.63851		Welsleben		14	00	15089	15089042
2811403	Welschneudorf	welschneudorf	DE	56412	962	Europe/Berlin	50.37333	7.79806			07143079	08	00	07143	07143079
2811413	Welschenbach	welschenbach	DE	56729	56	Europe/Berlin	50.36667	7.06667			07137113	08	00	07137	07137113
2811420	Welschbillig	welschbillig	DE	54298	2606	Europe/Berlin	49.85	6.56667		Vel'shbillig,Velshbilig,wei er shi bi li xi,Велшбилиг,Вельшбиллиг,韦尔施比利希	07235501	08	00	07235	07235501
2811439	Welmbüttel	welmbuttel	DE	25782	491	Europe/Berlin	54.2	9.25		Vel'mbjuttel',Velmbitel,Welmbuttel,Welmbüttel,wei er mu bi te er,Велмбител,Вельмбюттель,韦尔姆比特尔	01051125	10	00	01051	01051125
2811474	Welling	welling	DE	56753	904	Europe/Berlin	50.33333	7.31667			07137112	08	00	07137	07137112
2811482	Wellheim	wellheim	DE	91809	0	Europe/Berlin	48.81972	11.08885		Vel'gajm,Velhaym,Velkhajm,Vell'khajm,Welchain,Wellheim,wei er hai mu,wlhaym,Велльхайм,Велхајм,Вельгайм,Վելհայմ,ولهایم,韦尔海姆		02	091	09176	09176166
2811514	Wellendingen	wellendingen	DE	78669	3117	Europe/Berlin	48.14745	8.70375		Velendingen,Vellendingen,wei lun ding gen,Велендинген,Веллендинген,Веллендінген,韦伦丁根	08325064	01	083	08325	08325064
2811515	Wellendingen	wellendingen	DE	78669	0	Europe/Berlin	47.79738	8.351		Wellendingen		01	083	08337	08337022
2811531	Wellen	wellen	DE	39167	0	Europe/Berlin	53.40458	8.84858				06	00	03352	03352059
2811532	Wellen	wellen	DE	39167	1328	Europe/Berlin	52.14518	11.44106				14	00	15083	15083298
2811533	Wellen	wellen	DE	39167	0	Europe/Berlin	51.1455	9.17722				05	066	06635	06635009
2811534	Wellen	wellen	DE	39167	762	Europe/Berlin	49.66667	6.43333			07235146	08	00	07235	07235146
2811536	Welle	welle	DE	21261	0	Europe/Berlin	53.47748	8.59929		Welle		06	00	03352	03352032
2811537	Welle	welle	DE	21261	1251	Europe/Berlin	53.23985	9.80178			03353038	06	00	03353	03353038
2811538	Welle	welle	DE	21261	0	Europe/Berlin	52.53689	11.84918				14	00	15090	15090535
2811539	Welle	welle	DE	21261	0	Europe/Berlin	51.4866	11.7701				14	00	15088	15088365
2811558	Welkenbach	welkenbach	DE	57644	144	Europe/Berlin	50.63333	7.72639			07143306	08	00	07143	07143306
2811559	Welkenbach	welkenbach	DE	57644	0	Europe/Berlin	49.58462	10.85938				02	095	09572	09572132
2811562	Welgesheim	welgesheim	DE	55576	596	Europe/Berlin	49.88333	7.96667			07339065	08	00	07339	07339065
2811564	Welfesholz	welfesholz	DE	06333	228	Europe/Berlin	51.6375	11.56632		Vel'feskhol'c,Velfeskholc,Welfesholz,Welpsholt [a. 1362],Welpzholt,Велфесхолц,Вельфесхольц		14	00	15087	15087165
2811570	Welden	welden	DE	86465	3614	Europe/Berlin	48.45505	10.66086		Vel'den,Velden,wei er deng,Велден,Вельден,Վելդեն,韦尔登		02	097	09772	09772216
2811571	Welden	welden	DE	86465	0	Europe/Berlin	47.91874	10.79125				02	091	09181	09181121
2811575	Welchweiler	welchweiler	DE	66887	201	Europe/Berlin	49.57777	7.50489		Vel'khvajler,Velkhvajler,wei er xi wei lei,Велхвајлер,Вельхвайлер,韦尔希韦勒	07336103	08	00	07336	07336103
2811578	Welcherath	welcherath	DE	53518	134	Europe/Berlin	50.31667	6.96667			07233244	08	00	07233	07233244
2811584	Welbsleben	welbsleben	DE	06333	778	Europe/Berlin	51.70718	11.42376		Vel'bsleben,Velbsleben,Welbsleben,Велбслебен,Вельбслебен		14	00	15087	15087031
2811601	Weixdorf	weixdorf	DE	01108	0	Europe/Berlin	51.14807	13.79832		Weixdorf		13	00	14612	14612000
2811611	Weitramsdorf	weitramsdorf	DE	96479	5183	Europe/Berlin	50.256	10.87989			09473175	02	094	09473	09473175
2811614	Weitnau	weitnau	DE	87480	5143	Europe/Berlin	47.64171	10.12732		Vajtnau,Vaytnau,Weitnau,wei te nao,Вайтнау,Вајтнау,Վայտնաու,魏特瑙		02	097	09780	09780144
2811643	Weitersweiler	weitersweiler	DE	67808	490	Europe/Berlin	49.61667	8			07333081	08	00	07333	07333081
2811644	Weiterstadt	weiterstadt	DE	64331	24253	Europe/Berlin	49.9039	8.58874		Vajtehrshtat,Vajtershtadt,Vajtershtat,Weiterstadt,faytrshtat,vu~aitashutatto,waytrashtat,wei te er si ta te,Вайтерштадт,Вайтэрштат,Вајтерштат,فايترشتات,وایتراشتات,ヴァイターシュタット,魏特尔斯塔特		05	064	06432	06432023
2811652	Weitersburg	weitersburg	DE	56191	2152	Europe/Berlin	50.41667	7.6			07137229	08	00	07137	07137229
2811653	Weitersborn	weitersborn	DE	55629	256	Europe/Berlin	49.85	7.53333		Vajtersborn,wei te er si bo er en,Вайтерсборн,Вајтерсборн,魏特尔斯博尔恩	07133113	08	00	07133	07133113
2811654	Weitersbach	weitersbach	DE	55624	85	Europe/Berlin	49.86667	7.31667			07134092	08	00	07134	07134092
2811664	Weitenhagen	weitenhagen	DE	17498	261	Europe/Berlin	54.22676	12.78676				12	00	13073	13073097
2811665	Weitenhagen	weitenhagen	DE	17498	1604	Europe/Berlin	54.05372	13.40998		Weitenhagen		12	00	13075	13075142
2811671	Weitendorf	weitendorf	DE	18299	0	Europe/Berlin	54.01876	12.42348				12	00	13072	13072021
2811672	Weitendorf	weitendorf	DE	18299	0	Europe/Berlin	53.98416	11.42246				12	00	13074	13074035
2811673	Weitendorf	weitendorf	DE	18299	0	Europe/Berlin	53.89867	12.27722				12	00	13072	13072062
2811674	Weitendorf	weitendorf	DE	18299	509	Europe/Berlin	53.89579	11.35418				12	00	13074	13074022
2811675	Weitendorf	weitendorf	DE	18299	0	Europe/Berlin	53.71755	11.74918				12	00	13076	13076148
2811676	Weitendorf	weitendorf	DE	18299	0	Europe/Berlin	53.69548	12.98805				12	00	13071	13071068
2811677	Weitendorf	weitendorf	DE	18299	0	Europe/Berlin	53.35825	13.39022				12	00	13071	13071033
2811685	Weitefeld	weitefeld	DE	57586	2451	Europe/Berlin	50.72541	7.92805			07132113	08	00	07132	07132113
2811689	Weisweil	weisweil	DE	79367	0	Europe/Berlin	47.64642	8.45844				01	083	08337	08337062
2811691	Weisweil	weisweil	DE	79367	2114	Europe/Berlin	48.19939	7.67713		Owayzvayl,Vajsvajl,Vajsvajl',wei si wei er,Вайсвайль,Вајсвајл,Ուայզվայլ,魏斯魏尔	08316049	01	083	08316	08316049
2811698	Weißwasser	weisswasser	DE	02943	22099	Europe/Berlin	51.50403	14.64017		Bela Woda,Bela Woda/Hornja Luzica,Betla Woda,Biala Woda,Bialawoda,Biała Woda,Białawoda,Bětła Woda,Běła Woda,Běła Woda/Hornja Łužica,Vajsvaser,Vajsvasser,Veisvasere,Weisswasser,Weisswasser/Bela Woda,Weisswasser/O.L.,Weisswasser/Oberlausitz,Weißwasser,Weißwasser/Běła Woda,Weißwasser/O.L.,Weißwasser/Oberlausitz,faysfasr,wayswasr,wei si wa sai er,Вайсвасер,Вайсвассер,Вајсвасер,فايسفاسر,وایسواسر,魏斯瓦塞尔		13	00	14626	14626600
2811713	Weißkeißel	weisskeissel	DE	02957	1481	Europe/Berlin	51.49405	14.71515		Vajskajsel,Vajskajsel',Weiskeissel,Weisskeissel,Weisskeissel/Wuskidz,Weisskeisseli vald,Weißkeißel,Weißkeißel/Wuskidź,Weißkeißeli vald,Wuskidz,Wuskidź,wei si kai sai er,Вайскайсель,Вајскајсел,魏斯凯塞尔	14626590	13	00	14626	14626590
2811735	Weißewarte	weissewarte	DE	39517	460	Europe/Berlin	52.46595	11.87502				14	00	15090	15090546
2811837	Weißenthurm	weissenthurm	DE	56575	7639	Europe/Berlin	50.41719	7.45072		Vajsenturm,Weissenthurm,Weißenthurm,faysntwrm,vu~aisentsurumu,waysntwrm,wei sen tu er mu,Вайсентурм,Вајсентурм,فايسنتورم,وایسنتورم,ヴァイセンツルム,魏森图尔姆		08	00	07137	07137228
2811852	Weißenstadt	weissenstadt	DE	95163	3545	Europe/Berlin	50.10217	11.88849		Vajsenshtadt,Vajsenshtat,Vaysenstad,Weissenstadt,Weißenstadt,faysnshtat,vu~aisenshutatto,wei sen si ta te,Вайсенштадт,Вајсенштат,Վայսենշտադ,فايسنشتات,وایسن‌اشتات,ヴァイセンシュタット,魏森斯塔特		02	094	09479	09479166
2811856	Weißensee	weissensee	DE	99631	0	Europe/Berlin	52.91749	13.94586		Weissenseehaus,Weißenseehaus		11	00	12060	12060045
2811860	Weißensee	weissensee	DE	99631	3720	Europe/Berlin	51.19989	11.06914		Weissensee,Weißensee		15	00	16068	16068058
2811863	Weißensee	weissensee	DE	99631	0	Europe/Berlin	47.5735	10.6383				02	097	09777	09777129
2811864	Weißenschirmbach	weissenschirmbach	DE	06268	540	Europe/Berlin	51.31396	11.5508		Weissenschirmbach,Weißenschirmbach		14	00	15088	15088305
2811865	Weißensberg	weissensberg	DE	88138	2655	Europe/Berlin	47.5813	9.72586		Vajsensberg,Vaysensberg,wei sen si bei ge,Вайсенсберг,Вајсенсберг,Վայսենսբերգ,魏森斯贝格	09776130	02	097	09776	09776130
2811870	Weißenohe	weissenohe	DE	91367	1080	Europe/Berlin	49.63089	11.25369		Owayzenoe,Vajsenoe,Vajsenoeh,Vajsenokhe,vu~aisenoe,wei sai nuo hei,Вайсеное,Вайсеноэ,Вајсенохе,Ուայզենոե,ヴァイセノーエ,魏塞诺黑	09474173	02	094	09474	09474173
2811879	Weißenhorn	weissenhorn	DE	89264	13377	Europe/Berlin	48.30501	10.16047		Vajsengorn,Vajsenkhorn,Vaysenhorn,Weissenhorn,Weißenhorn,faysnhwrn,waynhwrn,wei sen huo er en,Вайсенгорн,Вайсенхорн,Вајсенхорн,Վայսենհորն,فايسنهورن,واینهورن,魏森霍尔恩		02	097	09775	09775164
2811899	Weißenfels	weissenfels	DE	06667	29792	Europe/Berlin	51.20148	11.96843		Leucopetra,Vaisenfelsas,Vajsehnfel's,Vajsenfel's,Vajsenfels,Weissenfels,Weißenfels,faysnfls,waysnfls,wei sen fei er si,wyysnpls,Вайсенфелс,Вайсенфельс,Вайсэнфельс,Вајсенфелс,וייסנפלס,فايسنفلس,وایسنفلس,魏森费尔斯		14	00	15084	15084550
2811900	Weißenfels	weissenfels	DE	06667	0	Europe/Berlin	50.58523	7.40251				08	00	07138	07138044
2811905	Weißendorf	weissendorf	DE	07950	372	Europe/Berlin	50.68333	12			16076081	15	00	16076	16076081
2811906	Weißendorf	weissendorf	DE	07950	0	Europe/Berlin	48.84903	11.59747				02	091	09176	09176150
2811909	Weißenburg in Bayern	weissenburg-in-bayern	DE	91781	17801	Europe/Berlin	49.03095	10.97221		Vaisenmpournk in Bagiern,Vajsenburg in Bajern,Vajsenburg-in-Baern,Vajsenburg-in-Bajern,Vaysenburg,Veisenburgas Bavarijoje,Weissenburg,Weissenburg in Bayern,Weissenburgum Noricorum,Weißenburg,bai en zhou wei sen bao,faysnbwrgh an bayrn,waysnbwrg dr bayrn,Βάισενμπουργκ ιν Μπάγιερν,Вайсенбург-ин-Байерн,Вайсенбург-ін-Баєрн,Вајсенбург ин Бајерн,Վայսենբուրգ,فايسنبورغ إن بايرن,وایسنبورگ در بایرن,拜恩州魏森堡		02	095	09577	09577177
2811918	Weißenbrunn	weissenbrunn	DE	96369	3110	Europe/Berlin	50.2	11.35		Owayzenbrun,Vajsenbrun,Vajsenbrunn,vu~aisenburun,wei sen bu lun,Вайсенбрунн,Вајсенбрун,Ուայզենբրուն,ヴァイセンブルン,魏森布伦	09476185	02	094	09476	09476185
2811919	Weißenbrunn	weissenbrunn	DE	96369	0	Europe/Berlin	50.07774	10.69329		Weissenbrunn,Weißenbrunn		02	096	09674	09674130
2811920	Weißenbrunn	weissenbrunn	DE	96369	0	Europe/Berlin	49.58726	12.05528				02	093	09374	09374131
2811921	Weißenbrunn	weissenbrunn	DE	96369	0	Europe/Berlin	49.42845	11.36055		Weissenbrunn,Weißenbrunn		02	095	09574	09574139
2811928	Weißenborn	weissenborn	DE	06724	0	Europe/Berlin	51.53333	10.41667				15	00	16061	16061117
2811929	Weißenborn	weissenborn	DE	06724	0	Europe/Berlin	51.44063	10.12871				06	00	03159	03159015
2811930	Weißenborn	weissenborn	DE	06724	0	Europe/Berlin	51.12513	10.11601		Vajsenborn,vu~aisenborun,Вайсенборн,Вајсенборн,ヴァイセンボルン	06636015	05	066	06636	06636015
2811931	Weißenborn	weissenborn	DE	06724	0	Europe/Berlin	51.07646	9.9625		Weissenborn,Weißenborn		05	066	06636	06636011
2811932	Weißenborn	weissenborn	DE	06724	378	Europe/Berlin	51.02966	11.99641		Weissenborn,Weißenborn		14	00	15084	15084115
2811933	Weißenborn	weissenborn	DE	06724	0	Europe/Berlin	50.96845	12.22428				14	00	15084	15084442
2811934	Weißenborn	weissenborn	DE	06724	1311	Europe/Berlin	50.92393	11.87947			16074109	15	00	16074	16074109
2811935	Weißenborn	weissenborn	DE	06724	0	Europe/Berlin	50.87286	13.40208		Weissenborn,Weissenborn/Erzgebirge,Weißenborn,Weißenborn/Erzgebirge		13	00	14522	14522590
2812195	Weingarten	weingarten	DE	67366	0	Europe/Berlin	49.95043	11.04692				02	094	09471	09471185
2811936	Weißenborn	weissenborn	DE	06724	0	Europe/Berlin	50.82307	9.43665		Weissenborn,Weißenborn		05	066	06634	06634020
2811937	Weißenborn	weissenborn	DE	06724	2747	Europe/Berlin	50.73952	12.47051				13	00	14524	14524330
2811939	Weissenberg	weissenberg	DE	02627	0	Europe/Berlin	48.91144	12.83859				02	092	09278	09278187
2811940	Weißenberg	weissenberg	DE	02627	0	Europe/Berlin	51.21454	6.67345		Weissenberg,Weißenberg		07	051	05162	05162024
2811941	Weißenberg	weissenberg	DE	02627	3583	Europe/Berlin	51.19644	14.65874		Vajsenberg,Veisenberga,Weissenberg,Weissenberg/Wospork,Weißenberg,Weißenberg/Wóspork,Wospork,Wóspork,faysnbrgh,waysnbrg,wei sen bei ge,Вайсенберг,Вајсенберг,فايسنبرغ,وایسنبرگ,魏森贝格		13	00	14625	14625610
2811942	Weißenberg	weissenberg	DE	02627	0	Europe/Berlin	50.68459	8.10642				08	00	07143	07143256
2811943	Weißenberg	weissenberg	DE	02627	0	Europe/Berlin	49.57755	11.7267				02	093	09371	09371119
2812009	Weißdorf	weissdorf	DE	95237	1382	Europe/Berlin	50.18333	11.85		Vajsdorf,Weissdorf,Weißdorf,vu~aisudorufu,waysdwrf,wei si duo fu,Вайсдорф,Вајсдорф,وایسدورف,ヴァイスドルフ,魏斯多夫	09475184	02	094	09475	09475184
2812028	Weißbach	weissbach	DE	07646	0	Europe/Berlin	51.27998	13.92795				13	00	14625	14625370
2812029	Weißbach	weissbach	DE	07646	0	Europe/Berlin	51.2182	14.0325				13	00	14625	14625580
2812030	Weißbach	weissbach	DE	07646	0	Europe/Berlin	51.07588	12.74379		Konigsfeld-Weissbach,Königsfeld-Weißbach,Weissbach,Weißbach		13	00	14522	14522280
2812031	Weißbach	weissbach	DE	07646	0	Europe/Berlin	50.86578	12.31623				15	00	16077	16077043
2812032	Weißbach	weissbach	DE	07646	0	Europe/Berlin	50.81667	11.78333			16074108	15	00	16074	16074108
2812033	Weißbach	weissbach	DE	07646	0	Europe/Berlin	50.73534	13.01646		Weissbach,Weißbach		13	00	14521	14521010
2812034	Weißbach	weissbach	DE	07646	170	Europe/Berlin	50.72378	11.45134		Weissbach,Weißbach		15	00	16073	16073109
2812035	Weißbach	weissbach	DE	07646	0	Europe/Berlin	50.62945	12.58821				13	00	14524	14524150
2812036	Weißbach	weissbach	DE	07646	2082	Europe/Berlin	49.29717	9.59531			08126086	01	081	08126	08126086
2812037	Weißbach	weissbach	DE	07646	0	Europe/Berlin	47.74605	12.91359				02	091	09172	09172114
2812038	Weißbach	weissbach	DE	07646	0	Europe/Berlin	47.59441	10.55443				02	097	09777	09777159
2812041	Weißbach	weissbach	DE	07646	0	Europe/Berlin	47.72064	12.76897		Weissbach,Weißbach		02	091	09172	09172131
2812053	Weissach	weissach	DE	71287	7712	Europe/Berlin	48.84687	8.92828		Owayzax,Vajsakh,Vajssakh,vaisakhi,wei sa,Вайсах,Вайссах,Вајсах,Ուայզախ,ვაისახი,魏萨		01	081	08115	08115052
2812054	Weißach	weissach	DE	71287	0	Europe/Berlin	47.69005	11.74884				02	091	09182	09182124
2812055	Weißach	weissach	DE	71287	0	Europe/Berlin	47.54444	10.01945				02	097	09780	09780132
2812067	Weismain	weismain	DE	96260	4840	Europe/Berlin	50.08512	11.24024		Vajsmajn,Vayzmayn,fayzmayn,vu~aisumain,wayzmayn,wei si mai yin,Вайсмайн,Вајсмајн,Վայզմայն,فايزماين,وایزماین,ヴァイスマイン,魏斯迈因	09478176	02	094	09478	09478176
2812070	Weiskirchen	weiskirchen	DE	66709	0	Europe/Berlin	50.05272	8.88817				05	064	06438	06438011
2812071	Weiskirchen	weiskirchen	DE	66709	6316	Europe/Berlin	49.55	6.81667		Vajskirkhen,ways kyrshn,wei si ji xing,Вайскирхен,Вайскірхен,Вајскирхен,وایس کیرشن,魏斯基兴	10042117	09	00	10042	10042117
2812084	Weisenheim am Sand	weisenheim-am-sand	DE	67256	0	Europe/Berlin	49.51806	8.24778		Vajzenkhajm am Zand,Vajzenkhajm-am-Zand,Waisrem,wei sen hai mu a mu sang de,Вайзенхайм-ам-Занд,Вајзенхајм ам Занд,魏森海姆阿姆桑德	07332050	08	00	07332	07332050
2812085	Weisenheim am Berg	weisenheim-am-berg	DE	67273	0	Europe/Berlin	49.51306	8.15389		Vajzenkhajm am Berg,Vajzenkhajm-am-Berg,shan lu wei sen hai mu,Вайзенхайм-ам-Берг,Вајзенхајм ам Берг,山麓魏森海姆	07332049	08	00	07332	07332049
2812086	Weisendorf	weisendorf	DE	91085	6118	Europe/Berlin	49.62283	10.82531		Vajzendorf,vu~aizendorufu,wei sen duo fu,Вайзендорф,Вајзендорф,ヴァイゼンドルフ,魏森多夫		02	095	09572	09572164
2812092	Weisenbach	weisenbach	DE	76599	2720	Europe/Berlin	48.72757	8.35378			08216059	01	082	08216	08216059
2812093	Weisenbach	weisenbach	DE	76599	0	Europe/Berlin	48.43385	8.00163				01	083	08317	08317097
2812095	Weisen	weisen	DE	19322	1103	Europe/Berlin	53.02518	11.7871			12070416	11	00	12070	12070416
2812099	Weisel	weisel	DE	56348	1161	Europe/Berlin	50.11667	7.8			07141136	08	00	07141	07141136
2812100	Weisel	weisel	DE	56348	0	Europe/Berlin	48.23462	9.7514				01	084	08425	08425033
2812104	Weischlitz	weischlitz	DE	08538	3614	Europe/Berlin	50.45	12.06667		Vajshlic,wei shi li ci,Вайшлиц,Вајшлиц,魏施利茨	14523450	13	00	14523	14523450
2812118	Weira	weira	DE	07806	427	Europe/Berlin	50.7	11.71667		Weira	16075121	15	00	16075	16075121
2812148	Weinsheim	weinsheim	DE	54595	1046	Europe/Berlin	50.23333	6.46667			07232226	08	00	07232	07232226
2812149	Weinsheim	weinsheim	DE	54595	1893	Europe/Berlin	49.83333	7.76667			07133112	08	00	07133	07133112
2812150	Weinsheim	weinsheim	DE	54595	0	Europe/Berlin	49.60542	8.32713		Weinsheim		08	00	07319	07319000
2812158	Weinsberg	weinsberg	DE	74189	11855	Europe/Berlin	49.15127	9.28762		Vajnsberg,Vaynsberq,Weinsberg,faynzbrgh,vu~ainsuberuku,waynzbrg,wei yin si bei ge,Вайнсберг,Вајнсберг,فاينزبرغ,واینزبرگ,ヴァインスベルク,韦因斯贝格		01	081	08125	08125102
2812164	Weinolsheim	weinolsheim	DE	55278	714	Europe/Berlin	49.81583	8.27278			07339064	08	00	07339	07339064
2812173	Weinheim	weinheim	DE	69469	0	Europe/Berlin	49.73763	8.06611				08	00	07331	07331003
2812174	Weinheim	weinheim	DE	69469	43325	Europe/Berlin	49.54887	8.66697		Vajngajm,Vajnkhajm,Weinheim,Woinem,faynhaym,vu~ainhaimu,waynhaym,wei yin hai mu,wyynhyym,Вайнгайм,Вайнхайм,Вајнхајм,ויינהיים,فاينهايم,واینهایم,ヴァインハイム,韦因海姆		01	082	08226	08226096
2812191	Weingarten	weingarten	DE	67366	0	Europe/Berlin	48.58064	8.06645				01	083	08317	08317110
2812192	Weingarten	weingarten	DE	67366	0	Europe/Berlin	52.32317	8.87834				07	057	05770	05770024
2812193	Weingarten	weingarten	DE	67366	177	Europe/Berlin	50.97435	10.53905		Weingarten		15	00	16067	16067088
2812194	Weingarten	weingarten	DE	67366	0	Europe/Berlin	50.14286	11.01603				02	094	09478	09478139
2812196	Weingarten	weingarten	DE	67366	1532	Europe/Berlin	49.25946	8.2862		Weingarten		08	00	07334	07334032
2812197	Weingarten	weingarten	DE	67366	9556	Europe/Berlin	49.05457	8.52678		Vajngarten,Weingarten,Вайнгартен,Вајнгартен		01	082	08215	08215090
2812198	Weingarten	weingarten	DE	67366	0	Europe/Berlin	49.03102	12.723				02	092	09278	09278129
2812199	Weingarten	weingarten	DE	67366	0	Europe/Berlin	48.96092	12.66204		Weingarten		02	092	09278	09278151
2812200	Weingarten	weingarten	DE	67366	0	Europe/Berlin	48.81968	12.34989				02	092	09278	09278123
2812201	Weingarten	weingarten	DE	67366	0	Europe/Berlin	48.54784	13.00853				02	092	09275	09275112
2812202	Weingarten	weingarten	DE	67366	0	Europe/Berlin	48.5544	12.8576				02	092	09277	09277111
2812203	Weingarten	weingarten	DE	67366	0	Europe/Berlin	48.17256	12.31755		Weingarten		02	091	09183	09183118
2812204	Weingarten	weingarten	DE	67366	23802	Europe/Berlin	47.81009	9.63863		Vajngarten,Weingarten,faynghartn,wayngartn,wei yin jia er teng,Вайнгартен,Вајнгартен,فاينغارتن,واینگارتن,韦因加尔滕		01	084	08436	08436082
2812225	Weinböhla	weinbohla	DE	01689	10456	Europe/Berlin	51.16667	13.56667		Vajnbela,Vajnbjola,Weinboehla,Weinboehla vald,Weinbohla,Weinböhla,Weinböhla vald,wei yin bo he la,Вайнбела,Вайнбёла,Вајнбела,韦因伯赫拉	14627310	13	00	14627	14627310
2812469	Weinbach	weinbach	DE	35796	4763	Europe/Berlin	50.43843	8.29133		Vajnbakh,Weinbach,wei yin ba he,Вайнбах,Вајнбах,韦因巴赫	06533019	05	065	06533	06533019
2812481	Weimar	weimar	DE	35096	0	Europe/Berlin	51.36562	9.3934				05	066	06633	06633001
2812482	Weimar	weimar	DE	35096	64727	Europe/Berlin	50.9803	11.32903		Vaimari,Vajmar,Vajmaro,Veimar,Veimara,Veimaras,Veimāra,Vejmar,Veymar,Vimaria,Vymar,Výmar,Wehimala,Weimar,baimaleu,faymr,va'imara,vaimari,vu~aimaru,waymar,waymr,wei ma,wi mar,Βαϊμάρη,Ваймар,Вајмар,Веймар,ויימאר,فايمر,وائمر,وایمار,वाईमार,ไวมาร์,ვაიმარი,ヴァイマル,魏玛,바이마르	16055	15	00	16055	16055000
2812484	Weiltingen	weiltingen	DE	91744	1433	Europe/Berlin	49.03878	10.45052		Vajl'tingen,Vajltingen,Vayltingen,Weiltingen,vu~airutingen,wei er ting gen,Вайлтинген,Вайльтинген,Вайльтінген,Вајлтинген,Վայլտինգեն,ヴァイルティンゲン,魏尔廷根		02	095	09571	09571218
2812502	Weil im Schönbuch	weil-im-schonbuch	DE	71093	10037	Europe/Berlin	48.6227	9.06355		Vajl im Sh'onbukh,Vajl im Shenbukh,Vajl'-im-Shenbukh,Vajl'-im-Shjonbukh,Vayl im Syonbux,Weil,Weil im Schoenbuch,Weil im Schönbuch,vail-im-shenbukhi,wei er yi mu shen bu,Вайл им Шьонбух,Вайль-им-Шёнбух,Вайль-ім-Шенбух,Вајл им Шенбух,Վայլ իմ Շյոնբուխ,ვაილ-იმ-შენბუხი,魏尔伊姆申布	08115051	01	081	08115	08115051
2812509	Weilheim an der Teck	weilheim-an-der-teck	DE	73235	9634	Europe/Berlin	48.61572	9.53751		Vajl'gajm-an-der-Tek,Vajl'khajm-an-der-Tek,Vajl'khajm-an-der-Tekk,Vajlkhajm an der Tek,Vaylhaym an der Tek,Weilheim,faylhaym an dr tk,tai ke shan lu wei er hai mu,waylhaym an dr tk,Вайльгайм-ан-дер-Тек,Вайльхайм-ан-дер-Тек,Вайльхайм-ан-дер-Текк,Вајлхајм ан дер Тек,Վայլհայմ ան դեր Տեկ,فايلهايم آن در تك,وایلهایم آن در تک,泰克山麓魏尔海姆		01	081	08116	08116070
2812510	Weilheim	weilheim	DE	79809	0	Europe/Berlin	48.88612	10.82945				02	097	09779	09779186
2812511	Weilheim	weilheim	DE	79809	0	Europe/Berlin	48.65346	10.58721				02	097	09773	09773119
2812512	Weilheim	weilheim	DE	79809	0	Europe/Berlin	48.49167	9.03368				01	084	08416	08416041
2812513	Weilheim	weilheim	DE	79809	0	Europe/Berlin	48.3498	8.91369				01	084	08417	08417031
2812514	Weilheim	weilheim	DE	79809	0	Europe/Berlin	48.02384	8.77522				01	083	08327	08327056
2812515	Weilheim	weilheim	DE	79809	21401	Europe/Berlin	47.84147	11.15484		Vajl'khajm-in-Oberbajern,Vajlkhajm u Gornoj Bavarskoj,Weilheim,Weilheim in Alta Baviera,Weilheim in Oberbayern,Wilheim,waylhaym dr awbrbayrn,Вайльхайм-ин-Обербайерн,Вајлхајм у Горњој Баварској,وایلهایم در اوبربایرن,ヴァイルハイム・イン・オーバーバイエルン	09190	02	091	09190	09190157
2812516	Weilheim	weilheim	DE	79809	3185	Europe/Berlin	47.66667	8.23333		Weilheim	08337118	01	083	08337	08337118
2812522	Weilerswist	weilerswist	DE	53919	16321	Europe/Berlin	50.75292	6.84585		Vajlersvist,Weilerswist,wei lei si wei si te,Вайлерсвист,Вайлерсвіст,Вајлерсвист,魏勒斯维斯特	05366040	07	053	05366	05366040
2812528	Weilersbach	weilersbach	DE	91365	0	Europe/Berlin	47.94142	7.97281				01	083	08315	08315084
2812529	Weilersbach	weilersbach	DE	91365	0	Europe/Berlin	49.24551	9.77273				01	081	08127	08127009
2812530	Weilersbach	weilersbach	DE	91365	0	Europe/Berlin	48.09426	8.50533		Weilersbach		01	083	08326	08326074
2812568	Weilerbach	weilerbach	DE	67685	4476	Europe/Berlin	49.48333	7.63333			07335049	08	00	07335	07335049
2812577	Weiler	weiler	DE	55413	0	Europe/Berlin	51.01667	6.88333		Volkhoven-Weiler		07	053	05315	05315000
2812578	Weiler	weiler	DE	55413	0	Europe/Berlin	51.52009	6.46498				07	051	05170	05170020
2812579	Weiler	weiler	DE	55413	0	Europe/Berlin	48.33704	7.95931				01	083	08317	08317127
2812580	Weiler	weiler	DE	55413	527	Europe/Berlin	50.31667	7.11667			07137110	08	00	07137	07137110
2812581	Weiler	weiler	DE	55413	0	Europe/Berlin	50.19301	7.63084		Weiler		08	00	07140	07140501
2812582	Weiler	weiler	DE	55413	0	Europe/Berlin	50.15	7.08333			07135089	08	00	07135	07135089
2812583	Weiler	weiler	DE	55413	0	Europe/Berlin	49.98431	9.26654		Weiler		02	096	09671	09671112
2812584	Weiler	weiler	DE	55413	2712	Europe/Berlin	49.95696	7.86484				08	00	07339	07339063
2812585	Weiler	weiler	DE	55413	0	Europe/Berlin	49.80818	7.56043				08	00	07133	07133111
2812586	Weiler	weiler	DE	55413	0	Europe/Berlin	49.45555	6.56594				09	00	10042	10042113
2812587	Weiler	weiler	DE	55413	0	Europe/Berlin	49.40843	10.11994				01	081	08128	08128020
2812588	Weiler	weiler	DE	55413	0	Europe/Berlin	49.35099	10.9094		Weiler,Weiler (Rohr)		02	095	09576	09576142
2812589	Weiler	weiler	DE	55413	0	Europe/Berlin	49.20862	8.87565		Weiler		01	082	08226	08226085
2812590	Weiler	weiler	DE	55413	0	Europe/Berlin	49.09018	11.29351				02	095	09576	09576122
2812591	Weiler	weiler	DE	55413	0	Europe/Berlin	49.03202	10.08878				01	081	08136	08136035
2812592	Weiler	weiler	DE	55413	0	Europe/Berlin	49.01773	9.85422				01	081	08127	08127063
2812593	Weiler	weiler	DE	55413	0	Europe/Berlin	48.94534	9.83429				01	081	08127	08127079
2812594	Weiler	weiler	DE	55413	0	Europe/Berlin	48.91046	10.17879				01	081	08136	08136089
2812595	Weiler	weiler	DE	55413	0	Europe/Berlin	48.88622	8.54419				01	082	08236	08236070
2812596	Weiler	weiler	DE	55413	0	Europe/Berlin	48.79754	9.50081				01	081	08119	08119067
2812597	Weiler	weiler	DE	55413	0	Europe/Berlin	48.44922	8.91927				01	084	08416	08416036
2812598	Weiler	weiler	DE	55413	0	Europe/Berlin	48.40087	9.76693				01	084	08425	08425020
2812599	Weiler	weiler	DE	55413	0	Europe/Berlin	48.3372	10.10081				02	097	09775	09775135
2812600	Weiler	weiler	DE	55413	0	Europe/Berlin	48.30267	9.49601				01	084	08415	08415034
2812601	Weiler	weiler	DE	55413	0	Europe/Berlin	48.28701	8.1104				01	083	08317	08317029
2812602	Weiler	weiler	DE	55413	0	Europe/Berlin	48.18749	10.5213				02	097	09778	09778134
2812603	Weiler	weiler	DE	55413	0	Europe/Berlin	48.16838	10.36526				02	097	09774	09774192
2812604	Weiler	weiler	DE	55413	0	Europe/Berlin	48.17221	8.45707				01	083	08326	08326031
2812605	Weiler	weiler	DE	55413	0	Europe/Berlin	48.12336	10.15356				02	097	09775	09775142
2812606	Weiler	weiler	DE	55413	0	Europe/Berlin	48.01667	9.83333				01	084	08426	08426038
2812607	Weiler	weiler	DE	55413	0	Europe/Berlin	47.83431	9.59569				01	084	08436	08436013
2812608	Weiler	weiler	DE	55413	0	Europe/Berlin	47.8215	10.72959				02	097	09777	09777118
2812609	Weiler	weiler	DE	55413	0	Europe/Berlin	47.76667	9.83333				01	084	08436	08436052
2812610	Weiler	weiler	DE	55413	0	Europe/Berlin	47.71847	9.822				01	084	08436	08436081
2812611	Weiler	weiler	DE	55413	0	Europe/Berlin	47.70782	8.95366		Weiler		01	083	08335	08335055
2812612	Weiler	weiler	DE	55413	0	Europe/Berlin	47.4728	10.26647				02	097	09780	09780121
2812613	Weiler	weiler	DE	55413	0	Europe/Berlin	47.92241	8.35557				01	083	08315	08315070
2812617	Weilen unter den Rinnen	weilen-unter-den-rinnen	DE	72367	638	Europe/Berlin	48.18984	8.76486		Vajlen unter den Rinen,Vajlen-unter-den-Rinnen,wei lun weng te er deng li nen,Вайлен-унтер-ден-Риннен,Вайлен-унтер-ден-Ріннен,Вајлен унтер ден Ринен,魏伦翁特尔登里嫩	08417071	01	084	08417	08417071
2812625	Weil der Stadt	weil-der-stadt	DE	71263	19338	Europe/Berlin	48.74953	8.87176		Vajl der Shtat,Vajl'-der-Shtadt,Vayl der Stadt,Weil,Weil der Stadt,baildeeosyutateu,fayl dr shtat,wayl shhr,wei er de er si ta te,Вайль-дер-Штадт,Вајл дер Штат,Վայլ դեր Շտադտ,فايل در شتات,وایل شهر,ვაილ-დერ-შტადტი,魏尔德尔斯塔特,바일데어슈타트		01	081	08115	08115050
2812626	Weilburg	weilburg	DE	35781	13798	Europe/Berlin	50.48438	8.26249		Vajl'burg,Vajlburg,Weilborg,Weilbourg,Weilburg,faylbwrgh,waylbwrg,wei er bao,Вайлбург,Вайльбург,Вајлбург,فايلبورغ,وایلبورگ,魏爾堡		05	065	06533	06533017
2812632	Weilbach	weilbach	DE	63937	0	Europe/Berlin	50.04492	8.4348		Weilbach		05	064	06436	06436004
2812633	Weilbach	weilbach	DE	63937	2342	Europe/Berlin	49.66812	9.21639		Vajl'bakh,Vajlbakh,Vaylbax,Weilbach,vu~airubahha,wei er ba he,Вайльбах,Вајлбах,Վայլբախ,ヴァイルバッハ,魏尔巴赫		02	096	09676	09676165
2812634	Weilar	weilar	DE	36457	898	Europe/Berlin	50.76667	10.15		Vajlar,wei la er,Вайлар,Вајлар,魏拉尔	16063084	15	00	16063	16063084
2812636	Weil am Rhein	weil-am-rhein	DE	79576	29548	Europe/Berlin	47.59331	7.62082		Rejn Vajl',Stadt Weil am Rhein,Vajl am Rejn,Vajl na Rajni,Vajl'-am-Rajn,Vajl'-na-Rejne,Vajl'-na-Rejni,Weil am Rhein,Weil-am-Rhein,fayl am rayn,lai yin he pan wei er,wayl an dr rayn,Вайл ам Рейн,Вайль-ам-Райн,Вайль-на-Рейне,Вайль-на-Рейні,Вајл на Рајни,Рейн Вайль,וייל אם ריין,فايل آم راين,وایل آن در راین,ヴァイル・アム・ライン,莱茵河畔魏尔		01	083	08336	08336091
2812642	Weil	weil	DE	86947	0	Europe/Berlin	48.57807	11.25301		Weil		02	091	09185	09185158
2812643	Weil	weil	DE	86947	0	Europe/Berlin	48.38082	11.28871				02	091	09174	09174131
2812644	Weil	weil	DE	86947	3664	Europe/Berlin	48.11717	10.92161			09181145	02	091	09181	09181145
2812645	Weil	weil	DE	86947	0	Europe/Berlin	47.81973	8.7034				01	083	08335	08335080
2812655	Weikersheim	weikersheim	DE	97990	7569	Europe/Berlin	49.47866	9.89977		Vajkersgajm,Vajkerskhajm,Weikersheim,faykrzhaym,vu~aikasuhaimu,waykrzhaym,wei ke er si hai mu,Вайкерсгайм,Вайкерсхайм,Вајкерсхајм,فايكرزهايم,وایکرزهایم,ヴァイカースハイム,魏克尔斯海姆		01	081	08128	08128126
2812670	Weihmichl	weihmichl	DE	84107	2479	Europe/Berlin	48.6	12.05			09274187	02	092	09274	09274187
2812752	Weiherhammer	weiherhammer	DE	92729	4036	Europe/Berlin	49.63333	12.06667		Vaergammer,Vajerkhammer,Vajkherkhamer,Vayerhamer,wei hei la mei er,Вайерхаммер,Ваєргаммер,Вајхерхамер,Վայերհամեր,魏黑拉梅尔	09374166	02	093	09374	09374166
2812831	Weihenzell	weihenzell	DE	91629	2829	Europe/Berlin	49.35	10.61667		Vajencell',Vajgencel',Vajkhencel,vu~aientsu~eru,wei heng ce er,Вайгенцель,Вайенцелль,Вајхенцел,Վայենցել,ヴァイエンツェル,魏亨策尔	09571217	02	095	09571	09571217
2812854	Weigenheim	weigenheim	DE	97215	978	Europe/Berlin	49.57578	10.2644			09575179	02	095	09575	09575179
2812855	Weigendorf	weigendorf	DE	91249	1292	Europe/Berlin	49.49773	11.56869		Vajgendorf,Vaygendorf,wei gen duo fu,Вайгендорф,Вајгендорф,Վայգենդորֆ,魏根多夫	09371157	02	093	09371	09371157
2812856	Weigendorf	weigendorf	DE	91249	0	Europe/Berlin	48.59345	12.42942		Weigendorf		02	092	09279	09279124
2812914	Weidingen	weidingen	DE	54636	207	Europe/Berlin	50.01667	6.38333			07232132	08	00	07232	07232132
2812915	Weiding	weiding	DE	92557	0	Europe/Berlin	49.48333	12.56667			09376176	02	093	09376	09376176
2812916	Weiding	weiding	DE	92557	0	Europe/Berlin	49.37785	12.21189				02	093	09376	09376162
2812917	Weiding	weiding	DE	92557	2472	Europe/Berlin	49.26282	12.76311			09372174	02	093	09372	09372174
2812918	Weiding	weiding	DE	92557	0	Europe/Berlin	48.69672	13.38304				02	092	09275	09275135
2812919	Weiding	weiding	DE	92557	0	Europe/Berlin	48.23702	12.5784				02	091	09183	09183136
2812920	Weiding	weiding	DE	92557	0	Europe/Berlin	48.08897	12.00085				02	091	09175	09175115
2812931	Weidhausen bei Coburg	weidhausen-bei-coburg	DE	96279	3331	Europe/Berlin	50.20354	11.14006		Vajdgauzen,Vajdkhauzen baj Koburg,Vajdkhauzen-Koburg,Vaydhauzen Koburg,Weidhausen,Weidhausen bei Coburg,wei de hao sen bai ke bao,Вайдгаузен,Вайдхаузен-Кобург,Вајдхаузен бај Кобург,Վայդհաուզեն Կոբուրգ,ヴァイトハウゼン・バイ・コーブルク,魏德豪森拜科堡		02	094	09473	09473174
2812953	Weidenthal	weidenthal	DE	67475	0	Europe/Berlin	49.4683	12.28352				02	093	09376	09376133
2812954	Weidenthal	weidenthal	DE	67475	2018	Europe/Berlin	49.41667	8		Vajdental,Vajdental',wei deng ta er,Вайденталь,Вајдентал,魏登塔尔	07332048	08	00	07332	07332048
2812958	Weidenstetten	weidenstetten	DE	89197	1249	Europe/Berlin	48.5525	9.9961		Vajdenshteten,Vajdenshtetten,wei deng si te teng,Вайденштеттен,Вајденштетен,Վայդենշտեթեն,ვაიდენშტეტენი,魏登斯特滕	08425130	01	084	08425	08425130
2812994	Weidenhahn	weidenhahn	DE	56244	542	Europe/Berlin	50.54722	7.83386			07143305	08	00	07143	07143305
2813007	Weidenberg	weidenberg	DE	95466	0	Europe/Berlin	49.94161	11.72205		Vajdenberg,Vaydenberg,Weidenberg,vu~aidenberuku,wei deng bei ge,Вайденберг,Вајденберг,Վայդենբերգ,ヴァイデンベルク,魏登贝格		02	094	09472	09472199
2813019	Weidenbach	weidenbach	DE	54570	0	Europe/Berlin	51.38333	11.66667				14	00	15088	15088265
2813020	Weidenbach	weidenbach	DE	54570	0	Europe/Berlin	51.29371	10.06791				15	00	16061	16061068
2813021	Weidenbach	weidenbach	DE	54570	118	Europe/Berlin	50.15	7.88333			07141134	08	00	07141	07141134
2813022	Weidenbach	weidenbach	DE	54570	273	Europe/Berlin	50.13333	6.71667			07233081	08	00	07233	07233081
2813023	Weidenbach	weidenbach	DE	54570	2276	Europe/Berlin	49.19817	10.64489		Vajdenbakh,Vaydenbax,Weidenbach,vu~aidenbahha,Вайденбах,Вајденбах,Վայդենբախ,ヴァイデンバッハ		02	095	09571	09571216
2813024	Weidenbach	weidenbach	DE	54570	0	Europe/Berlin	48.93672	9.62602				01	081	08119	08119037
2813025	Weidenbach	weidenbach	DE	54570	0	Europe/Berlin	48.66458	13.04056				02	092	09271	09271128
2813026	Weidenbach	weidenbach	DE	54570	0	Europe/Berlin	48.25457	12.34142				02	091	09183	09183120
2813031	Weiden	weiden	DE	55758	0	Europe/Berlin	51.97754	12.37917				14	00	15091	15091060
2813032	Weiden	weiden	DE	55758	0	Europe/Berlin	51.25117	9.99704				05	066	06636	06636001
2813033	Weiden	weiden	DE	55758	0	Europe/Berlin	51.0721	11.35832				15	00	16071	16071102
2813034	Weiden	weiden	DE	55758	0	Europe/Berlin	51.06247	7.2425		Weiden		07	053	05378	05378012
2813035	Weiden	weiden	DE	55758	0	Europe/Berlin	50.95	7.96667				07	059	05970	05970024
2813036	Weiden	weiden	DE	55758	0	Europe/Berlin	50.93915	6.83636				07	053	05315	05315000
2813037	Weiden	weiden	DE	55758	0	Europe/Berlin	50.81924	6.1587				07	053	05334	05334036
2813039	Weiden	weiden	DE	55758	97	Europe/Berlin	49.81667	7.3			07134091	08	00	07134	07134091
2813040	Weiden	weiden	DE	55758	42550	Europe/Berlin	49.67682	12.15613		Vajden,Weiden,Weyden,Вайден	09363	02	093	09363	09363000
2813041	Weiden	weiden	DE	55758	0	Europe/Berlin	48.5529	10.94817				02	097	09772	09772207
2813042	Weiden	weiden	DE	55758	0	Europe/Berlin	48.32447	8.5641				01	083	08325	08325012
2813109	Weida	weida	DE	07570	0	Europe/Berlin	51.30256	13.25503				13	00	14627	14627230
2813110	Weida	weida	DE	07570	8528	Europe/Berlin	50.77449	12.06028		Weida		15	00	16076	16076079
2813122	Weickelsdorf	weickelsdorf	DE	06722	437	Europe/Berlin	51.05034	11.9535		Weickelsdorf		14	00	15084	15084375
2813144	Weichs	weichs	DE	85258	0	Europe/Berlin	48.7766	12.3086		Weichs		02	092	09278	09278144
2813145	Weichs	weichs	DE	85258	3123	Europe/Berlin	48.38333	11.41667		Vajkhs,Vajks,wayks,wei xi si,Вайкс,Вајхс,Վայքս,وایکس,魏希斯	09174151	02	091	09174	09174151
2813146	Weichs	weichs	DE	85258	0	Europe/Berlin	47.64529	11.21808				02	091	09180	09180127
2813152	Weichering	weichering	DE	86706	2244	Europe/Berlin	48.71713	11.32141		Vajkhering,Vayxering,wayshryng,wei xie ling,Вайхеринг,Вайхерінг,Вајхеринг,Վայխերինգ,وایشرینگ,魏歇灵	09185168	02	091	09185	09185168
2813176	Weibersbrunn	weibersbrunn	DE	63879	2142	Europe/Berlin	49.93083	9.36611		Vajbersbrun,Vajbersbrunn,Vaybersbrun,vu~aibasuburun,wei bei er si bu lun,Вайберсбрунн,Вајберсбрун,Վայբերսբրուն,ヴァイバースブルン,魏贝尔斯布伦	09671157	02	096	09671	09671157
2813180	Weibern	weibern	DE	56745	1585	Europe/Berlin	50.40808	7.14669			07131211	08	00	07131	07131211
2813187	Weißensee	weissensee	DE	99631	47693	Europe/Berlin	52.55632	13.46649		Berlin-Weissensee,Berlin-Weißensee,Vajsenze,Weissensee,wyysnzh,Вайсензе,וייסנזה		16	00	11000	11000000
2813209	Wehringen	wehringen	DE	86517	2877	Europe/Berlin	48.25	10.8		Veringen,wei lin gen,Веринген,Верінген,Վերինգեն,韦林根	09772215	02	097	09772	09772215
2813216	Wehrheim	wehrheim	DE	61273	9383	Europe/Berlin	50.3	8.56667		Vergajm,Verkhajm,Wehrheim,wei lai mu,Вергайм,Верхайм,Верхајм,韦赖姆	06434012	05	064	06434	06434012
2813220	Wehrhain	wehrhain	DE	04936	0	Europe/Berlin	51.72127	13.41862		Wehrhain		11	00	12062	12062445
2813246	Wehrbleck	wehrbleck	DE	27259	900	Europe/Berlin	52.6289	8.69019			03251045	06	00	03251	03251045
2813258	Wehr	wehr	DE	56653	0	Europe/Berlin	52.05378	7.08285				07	055	05554	05554036
2813259	Wehr	wehr	DE	56653	1152	Europe/Berlin	50.41667	7.21667			07131210	08	00	07131	07131210
2813260	Wehr	wehr	DE	56653	0	Europe/Berlin	50.0339	7.45949				08	00	07140	07140001
2813261	Wehr	wehr	DE	56653	0	Europe/Berlin	49.58825	6.37962				08	00	07235	07235104
2813262	Wehr	wehr	DE	56653	13037	Europe/Berlin	47.62983	7.90423				01	083	08337	08337116
2813277	Wehnde	wehnde	DE	37339	412	Europe/Berlin	51.48333	10.31667		Wehnde	16061103	15	00	16061	16061103
2813307	Wehingen	wehingen	DE	78564	0	Europe/Berlin	49.4621	6.5094				09	00	10042	10042114
2813308	Wehingen	wehingen	DE	78564	3731	Europe/Berlin	48.14533	8.79151		Vekhingen,wei xin gen,Вехинген,韦欣根	08327051	01	083	08327	08327051
2813344	Wegscheid	wegscheid	DE	94110	5817	Europe/Berlin	48.60136	13.78733		Vegsayd,Vegshajd,wei ge sha yi de,wgshayd,Вегшайд,Вегшајд,Վեգշայդ,وگشاید,韦格沙伊德		02	092	09275	09275156
2813345	Wegscheid	wegscheid	DE	94110	0	Europe/Berlin	47.66211	11.57673				02	091	09173	09173135
2813377	Wegenstedt	wegenstedt	DE	39359	399	Europe/Berlin	52.38674	11.19998		Vegenshtedt,Vegenshtet,Wegenstedt,Вегенштедт,Вегенштет		14	00	15083	15083125
2813383	Wegeleben	wegeleben	DE	38828	3132	Europe/Berlin	51.88376	11.17347		Vegeleben,Wegeleben,fyghylybn,wei ge lai ben,wglbn,Вегелебен,فيغيليبن,وگلبن,韦格莱本		14	00	15085	15085365
2813390	Wegberg	wegberg	DE	41844	29622	Europe/Berlin	51.14221	6.28436		Berk,Vegberg,Wegberg,fghbrgh,wei ge bei ge,wgbrg,Вегберг,فغبرغ,وگبرگ,韦格贝格		07	053	05370	05370040
2813405	Weferlingen	weferlingen	DE	39356	2444	Europe/Berlin	52.31205	11.05791		Veferlingen,Weferlingen,Веферлинген		14	00	15083	15083411
2813406	Weferlingen	weferlingen	DE	39356	0	Europe/Berlin	52.15508	10.68867				06	00	03158	03158009
2813407	Wefensleben	wefensleben	DE	39365	2188	Europe/Berlin	52.18319	11.16074		Wefensleben	15083535	14	00	15083	15083535
2813410	Weeze	weeze	DE	47652	10131	Europe/Berlin	51.62678	6.19792		NRN,Vece,Weeze,Weeze vald,fyzh,wei ce,Веце,فيزه,韦策	05154064	07	051	05154	05154064
2813425	Weesby	weesby	DE	24994	479	Europe/Berlin	54.83333	9.15		Weesby	01059177	10	00	01059	01059177
2813427	Wees	wees	DE	24999	2247	Europe/Berlin	54.80621	9.51695		Ves,Wees,wei si,Вес,韦斯	01059176	10	00	01059	01059176
2813431	Weenzen	weenzen	DE	31096	433	Europe/Berlin	52.03333	9.66667		Vencen,wen cen,Венцен,文岑	03254041	06	00	03254	03254041
2813433	Weener	weener	DE	26826	15718	Europe/Berlin	53.16332	7.35052		Vener,Weener,fynr,wei nei er,wynr,Венер,فينر,وینر,韦内尔		06	00	03457	03457021
2813442	Weede	weede	DE	23795	992	Europe/Berlin	53.92282	10.37082		Weede	01060096	10	00	01060	01060096
2813447	Wedlitz	wedlitz	DE	06429	430	Europe/Berlin	51.86298	11.778		Wedlitz		14	00	15089	15089235
2813455	Wedendorf	wedendorf	DE	19217	307	Europe/Berlin	53.77569	11.11536		Wedendorf		12	00	13074	13074092
2813464	Wedel	wedel	DE	22880	31995	Europe/Berlin	53.58374	9.69835		Vedel,Vedel',Vedelis,Vėdelis,Wedel,fydl,wdl,wei de er,Ведел,Ведель,فيدل,ودل,韦德尔		10	00	01056	01056050
2813465	Wedel	wedel	DE	22880	0	Europe/Berlin	53.50059	9.4031				06	00	03359	03359017
2813468	Weddingstedt	weddingstedt	DE	25795	2235	Europe/Berlin	54.23428	9.09103		Veddingshtedt,Vedingshtet,wei ding shi tai te,Веддингштедт,Ведингштет,韦丁施泰特	01051122	10	00	01051	01051122
2813479	Wedderstedt	wedderstedt	DE	06458	507	Europe/Berlin	51.8395	11.24411		Wedderstedt		14	00	15085	15085287
2813480	Weddersleben	weddersleben	DE	06502	1086	Europe/Berlin	51.76533	11.08531		Weddersleben		14	00	15085	15085330
2813493	Weddelbrook	weddelbrook	DE	24576	1025	Europe/Berlin	53.9	9.83333		Weddelbrook	01060095	10	00	01060	01060095
2813524	Wechselburg	wechselburg	DE	09306	2223	Europe/Berlin	51.00214	12.77661		Vekhselburg,Veksel'burg,Vekselburg,Wechselburgi vald,wei xi sai er bao,Векселбург,Вексельбург,Вехселбург,韦希塞尔堡	14522580	13	00	14522	14522580
2813529	Wechmar	wechmar	DE	99869	0	Europe/Berlin	50.89362	10.77722		Wechmar		15	00	16067	16067089
2813531	Wechingen	wechingen	DE	86759	1416	Europe/Berlin	48.89229	10.61331		Vekhingen,Vexingen,vu~ehingen,Вехинген,Вехінген,Վեխինգեն,ヴェヒンゲン	09779226	02	097	09779	09779226
2813539	Weberstedt	weberstedt	DE	99947	592	Europe/Berlin	51.10839	10.5106		Vebershtedt,Vebershtet,wei bei er si te,Веберштедт,Веберштет,韦贝尔斯特		15	00	16064	16064076
2813567	Webau	webau	DE	06679	0	Europe/Berlin	51.17445	12.07451		Webau		14	00	15084	15084235
2813573	Waxweiler	waxweiler	DE	54649	1128	Europe/Berlin	50.09257	6.36299		Vaksvajler,Waxweiler,wa ke si wei lei,Ваксвайлер,Ваксвајлер,瓦克斯韦勒	07232322	08	00	07232	07232322
2813580	Wawern	wawern	DE	54441	318	Europe/Berlin	50.11667	6.48333			07232321	08	00	07232	07232321
2813581	Wawern	wawern	DE	54441	610	Europe/Berlin	49.65	6.55			07235144	08	00	07235	07235144
2813598	Watzkendorf	watzkendorf	DE	17237	243	Europe/Berlin	53.39127	13.31395		Watzkendorf		12	00	13071	13071011
2813604	Watzerath	watzerath	DE	54595	447	Europe/Berlin	50.18333	6.36667			07232320	08	00	07232	07232320
2813624	Wattmannshagen	wattmannshagen	DE	18279	1062	Europe/Berlin	53.7759	12.40701		Wattmannshagen		12	00	13072	13072063
2813637	Wattenheim	wattenheim	DE	67319	0	Europe/Berlin	49.68472	8.40959		Wattenheim		05	064	06431	06431003
2813638	Wattenheim	wattenheim	DE	67319	1632	Europe/Berlin	49.52167	8.06167		Vatenkhajm,Vattenkhajm,wa teng hai mu,Ватенхајм,Ваттенхайм,瓦滕海姆	07332047	08	00	07332	07332047
2813641	Wattendorf	wattendorf	DE	96196	694	Europe/Berlin	50.03261	11.12623		Vatendorf,Vattendorf,vu~attendorufu,wa teng duo fu,Ватендорф,Ваттендорф,Վաթենդորֆ,ヴァッテンドルフ,瓦滕多夫	09471209	02	094	09471	09471209
2813642	Wattendorf	wattendorf	DE	96196	0	Europe/Berlin	48.27337	11.94772				02	091	09177	09177142
2813647	Wattenbek	wattenbek	DE	24582	2883	Europe/Berlin	54.16667	10.05		Wattenbek	01058170	10	00	01058	01058170
2813660	Wathlingen	wathlingen	DE	29339	6431	Europe/Berlin	52.5369	10.15069		Vatlingen,Waditlagun [a. 1022],Wateln,Wathlingen,Wodeln,wa te lin gen,Ватлинген,瓦特林根		06	00	03351	03351021
2813685	Wasungen	wasungen	DE	98634	3779	Europe/Berlin	50.6619	10.36947		Vazungen,Wasungen,fazwnghn,wa sun gen,wazwngn,Вазунген,فازونغن,وازونگن,瓦孙根		15	00	16066	16066086
2813690	Wassmannsdorf	wassmannsdorf	DE	15831	0	Europe/Berlin	52.37159	13.46756		Wassmannsdorf,Waßmannsdorf		11	00	12061	12061433
2813700	Wassertrüdingen	wassertrudingen	DE	91717	6245	Europe/Berlin	49.04328	10.59906		Vasertridingen,Vasertrjudingen,Vasertryudingen,Vassertrjudingen,Wassertrudingen,Wassertruedingen,Wassertrüdingen,fasrtrwdynghn,vu~assatoryudingen,wa sai er te lu ding gen,wayrtrwdyngn,Васертридинген,Васертрюдинген,Вассертрюдинген,Вассертрюдінген,Վասերտրյուդինգեն,فاسرترودينغن,وایرترودینگن,ヴァッサートリューディンゲン,瓦塞尔特吕丁根		02	095	09571	09571214
2813701	Wasserthaleben	wasserthaleben	DE	99718	476	Europe/Berlin	51.25	10.88333		Wasserthaleben	16065077	15	00	16065	16065077
2813723	Wasserlosen	wasserlosen	DE	97535	3524	Europe/Berlin	50.09476	10.03017		Vaserlozen,Vasserlozen,wa sai er luo sen,wasrlwzn,Васерлозен,Вассерлозен,واسرلوزن,瓦塞尔洛森	09678192	02	096	09678	09678192
2813728	Wasserliesch	wasserliesch	DE	54332	2265	Europe/Berlin	49.70739	6.53944		Vaserlish,Vasserlish,Wasserliesch,wa sai er li shi,Васерлиш,Вассерлиш,瓦塞尔利施	07235143	08	00	07235	07235143
2813732	Wasserleben	wasserleben	DE	38871	1509	Europe/Berlin	51.92089	10.7567		Vaserleben,Vasserleben,Wasserleben,Васерлебен,Вассерлебен		14	00	15085	15085227
2813755	Wasserburg am Inn	wasserburg-am-inn	DE	83512	12374	Europe/Berlin	48.0525	12.22341		Inni Vaserburg,Vaserburg na In,Vaserburg na Inu,Vasserburg-am-Inn,Wassabuag am Inn,Wasserburg,fasrbwrgh am an,wayrbwrg an dr ayn,yin he pan wa se bao,Васербург на Ин,Васербург на Ину,Вассербург-ам-Інн,Вассербург-ам-Инн,Իննի Վասերբուրգ,فاسربورغ آم إن,وایربورگ آن در این,因河畔瓦瑟堡		02	091	09187	09187182
2813786	Wassenberg	wassenberg	DE	41849	16641	Europe/Berlin	51.10009	6.15484		Vasenberg,Vassenberg,Wasseberg,Wassenberg,fasnbrgh,wa sen bei ge,waznbrg,Васенберг,Вассенберг,فاسنبرغ,وازنبرگ,瓦森贝格		07	053	05370	05370036
2813787	Wassenach	wassenach	DE	56653	1174	Europe/Berlin	50.43333	7.28333			07131209	08	00	07131	07131209
2813819	Wasenbach	wasenbach	DE	56370	359	Europe/Berlin	50.31667	7.96667		Vazenbakh,wa sen ba,Вазенбах,瓦森巴	07141133	08	00	07141	07141133
2813828	Wasdow	wasdow	DE	17179	410	Europe/Berlin	53.99566	12.76792				12	00	13072	13072010
2813834	Waschow	waschow	DE	19243	0	Europe/Berlin	53.9687	13.8312				12	00	13075	13075074
2813835	Waschow	waschow	DE	19243	0	Europe/Berlin	53.52164	11.01173				12	00	13076	13076153
2813847	Wäschenbeuren	waschenbeuren	DE	73116	3924	Europe/Berlin	48.75991	9.68735		Veshenbojren,Waeschenbeuren,Wäschenbeuren,wei shen bo yi lun,Вешенбойрен,Вешенбојрен,韦申博伊伦	08117053	01	081	08117	08117053
2813860	Wasbüttel	wasbuttel	DE	38553	1948	Europe/Berlin	52.41331	10.59357		Vasbitel,Vasbjuttel',wa si bi te er,Васбител,Васбюттель,瓦斯比特尔	03151037	06	00	03151	03151037
2813864	Wasbek	wasbek	DE	24647	2192	Europe/Berlin	54.07427	9.89738		Wasbek	01058169	10	00	01058	01058169
2813877	Warza	warza	DE	99869	756	Europe/Berlin	51	10.68333		Warza	16067091	15	00	16067	16067091
2813880	Warwerort	warwerort	DE	25761	0	Europe/Berlin	54.14038	8.92194		Warwerort		10	00	01051	01051121
2813888	Wartmannsroth	wartmannsroth	DE	97797	2313	Europe/Berlin	50.16667	9.78333		Vartmannsrot,Vartmansrot,wa er te man si luo te,Вартманнсрот,Вартмансрот,Վարտմանսրոտ,瓦尔特曼斯罗特	09672161	02	096	09672	09672161
2813895	Wartin	wartin	DE	16306	500	Europe/Berlin	53.25084	14.157				11	00	12073	12073097
2813914	Warthausen	warthausen	DE	88447	4769	Europe/Berlin	48.12863	9.79749		Vartauzen,Vartgauzen,Varthauzen,Vartkhauzen,wa er tao sen,Вартаузен,Вартгаузен,Вартхаузен,Վարտհաուզեն,ვარტჰაუზენი,瓦尔陶森	08426128	01	084	08426	08426128
2813930	Wartenburg	wartenburg	DE	06901	858	Europe/Berlin	51.8096	12.77928		Wartenburg		14	00	15091	15091160
2813931	Wartenberg-Rohrbach	wartenberg-rohrbach	DE	67681	565	Europe/Berlin	49.5276	7.85258			07333080	08	00	07333	07333080
2813932	Wartenberg	wartenberg	DE	36367	2336	Europe/Berlin	52.5752	13.51559		Berlin-Wartenberg		16	00	11000	11000000
2813933	Wartenberg	wartenberg	DE	36367	0	Europe/Berlin	52.63841	11.51317				14	00	15090	15090070
2813934	Wartenberg	wartenberg	DE	36367	0	Europe/Berlin	49.53333	7.85				08	00	07333	07333080
2813935	Wartenberg	wartenberg	DE	36367	4548	Europe/Berlin	48.40597	11.98865		Vartenberg,Wartenberg,Wartenburg,wartnbrg,Вартенберг,وارتنبرگ		02	091	09177	09177143
2814005	Warstein	warstein	DE	59581	28532	Europe/Berlin	51.44488	8.34851		Stadt Warstein,Varshtajn,Warstein,farshtayn,wa er si tai yin,warashtayn,Варштайн,Варштајн,فارشتاين,واراشتاین,瓦尔斯泰因		07	059	05974	05974044
2814010	Warsow	warsow	DE	14662	718	Europe/Berlin	53.84559	12.81206		Warsow		12	00	13071	13071109
2814011	Warsow	warsow	DE	14662	0	Europe/Berlin	53.53143	11.30399				12	00	13076	13076147
2814012	Warsow	warsow	DE	14662	0	Europe/Berlin	52.71134	12.64329				11	00	12063	12063142
2814024	Warringholz	warringholz	DE	25560	318	Europe/Berlin	54.08333	9.46667		Warringholz	01061108	10	00	01061	01061108
2814025	Warrenzin	warrenzin	DE	17111	461	Europe/Berlin	53.89938	12.94807				12	00	13071	13071157
2814031	Warpe	warpe	DE	27333	811	Europe/Berlin	52.73333	9.1		Varpe,vu~arupe,wa er pei,Варпе,ヴァルペ,瓦尔佩	03256035	06	00	03256	03256035
2814033	Warnstedt	warnstedt	DE	06502	0	Europe/Berlin	52.7801	8.0229				06	00	03453	03453003
2814034	Warnstedt	warnstedt	DE	06502	0	Europe/Berlin	51.77405	11.05807		Warnstedt		14	00	15085	15085330
2814042	Warnow	warnow	DE	18249	0	Europe/Berlin	53.88771	11.21091				12	00	13074	13074085
2814043	Warnow	warnow	DE	18249	1073	Europe/Berlin	53.7858	11.88106		Warnow		12	00	13072	13072114
2814045	Warnkenhagen	warnkenhagen	DE	17168	0	Europe/Berlin	54.00083	11.0816				12	00	13074	13074037
2814046	Warnkenhagen	warnkenhagen	DE	17168	0	Europe/Berlin	53.92112	11.78026				12	00	13074	13074023
2814047	Warnkenhagen	warnkenhagen	DE	17168	399	Europe/Berlin	53.841	12.45359		Warnkenhagen		12	00	13072	13072113
2814053	Warngau	warngau	DE	83627	3600	Europe/Berlin	47.83217	11.72173			09182136	02	091	09182	09182136
2814062	Warnau	warnau	DE	24250	360	Europe/Berlin	54.18333	10.16667			01057086	10	00	01057	01057086
2814063	Warnau	warnau	DE	24250	282	Europe/Berlin	52.73988	12.19096				14	00	15090	15090225
2814065	Warmsroth	warmsroth	DE	55442	426	Europe/Berlin	49.95	7.78333			07133110	08	00	07133	07133110
2814066	Warmsen	warmsen	DE	31606	3552	Europe/Berlin	52.45695	8.84949		Varmzen,vu~arumuzen,wa er mu sen,Вармзен,ヴァルムゼン,瓦尔姆森	03256034	06	00	03256	03256034
2814077	Warmensteinach	warmensteinach	DE	95485	2379	Europe/Berlin	49.99348	11.77866		Varmenshtajnakh,Varmenstaynax,Warmensteinach,vu~arumenshutainaha,wa er men si tai na,Варменштайнах,Варменштајнах,Վարմենշտայնախ,ヴァルメンシュタイナハ,瓦尔门斯泰纳	09472198	02	094	09472	09472198
2814095	Warlow	warlow	DE	19288	518	Europe/Berlin	53.34495	11.40505		Warlow		12	00	13076	13076146
2814096	Warlitz	warlitz	DE	19230	468	Europe/Berlin	53.37846	11.14943				12	00	13076	13076145
2814097	Warlin	warlin	DE	17039	384	Europe/Berlin	53.57405	13.39388		Warlin		12	00	13071	13071140
2814107	Warin	warin	DE	19417	3465	Europe/Berlin	53.80026	11.70504		Varin,Varine,Vārīne,Warin,faryn,wa lin,waryn,Варин,فارين,وارین,瓦林		12	00	13074	13074084
2814776	Waldstetten	waldstetten	DE	73550	1263	Europe/Berlin	48.34815	10.29385				02	097	09774	09774191
2814127	Warendorf	warendorf	DE	48231	38707	Europe/Berlin	51.95109	7.98756		Varehndorf,Varendorf,Warendorf,Warendorp,Warnduorp,wa lun duo er fu,warndwrf,Варендорф,Варэндорф,وارندورف,瓦伦多尔夫	05570	07	055	05570	05570052
2814133	Wardow	wardow	DE	18299	1116	Europe/Berlin	53.93054	12.40818		Wardow		12	00	13072	13072112
2814142	Warder	warder	DE	24646	616	Europe/Berlin	54.21667	9.88333			01058168	10	00	01058	01058168
2814143	Warder	warder	DE	24646	0	Europe/Berlin	53.97527	10.38242				10	00	01060	01060069
2814146	Wardenburg	wardenburg	DE	26203	16019	Europe/Berlin	53.06667	8.2		Vardenburg,Варденбург	03458013	06	00	03458	03458013
2814153	Warburg	warburg	DE	34414	24317	Europe/Berlin	51.49011	9.14641		Varburg,Varburgum Vestphalorum,Waberich,Warburg,Warburgu,farbwrgh,vu~aruburuku,wa er bao,warbwrg,Варбург,فاربورغ,واربورگ,ヴァールブルク,瓦尔堡		07	057	05762	05762036
2814157	Warberg	warberg	DE	38378	978	Europe/Berlin	52.1812	10.91972		Varberg,wa er bei ge,Варберг,瓦尔贝格	03154025	06	00	03154	03154025
2814174	Wapelfeld	wapelfeld	DE	24594	335	Europe/Berlin	54.08333	9.6		Wapelfeld	01058167	10	00	01058	01058167
2814181	Wanzleben	wanzleben	DE	39164	5397	Europe/Berlin	52.06087	11.4408		Uuanzleua [a. 875],Vancleben,Wanzleben,Wanzlee,Wanzleva,Wonclava,Ŭŭanzleŭa [a. 875],Ванцлебен		14	00	15083	15083531
2814184	Wanzer	wanzer	DE	39615	116	Europe/Berlin	52.99167	11.60603		Grosswanzer,Großwanzer,Wanzer		14	00	15090	15090003
2814192	Wansdorf	wansdorf	DE	14641	0	Europe/Berlin	52.63994	13.08695				11	00	12063	12063273
2814195	Wannweil	wannweil	DE	72827	5092	Europe/Berlin	48.51667	9.15		Vannvajl',Vanvajl,Vanvajl',wan wei er,Ванвайль,Ванвајл,Ваннвайль,万魏尔	08415080	01	084	08415	08415080
2814225	Wannefeld	wannefeld	DE	39638	300	Europe/Berlin	52.43861	11.44856		Wannefeld		14	00	15081	15081135
2814241	Wanna	wanna	DE	21776	2419	Europe/Berlin	53.74163	8.80828			03352055	06	00	03352	03352055
2814246	Wankendorf	wankendorf	DE	24601	2914	Europe/Berlin	54.11224	10.20546		Vankendorf,wan ken duo fu,Ванкендорф,万肯多夫	01057085	10	00	01057	01057085
2814266	Wangerooge	wangerooge	DE	26486	1081	Europe/Berlin	53.79002	7.89938		AGE,Vangeroge,Wangereach,Wangeroog,Wangerooge,fanjr awkhh,wan ge luo ge,Вангероге,فانجر أوخه,万格罗格		06	00	03455	03455021
2814270	Wangen	wangen	DE	06642	27045	Europe/Berlin	47.6895	9.83247		Vangen im Algoj,Vangen-im-All'goj,Wangen,Wangen im Allgaeu,Wangen im Allgau,Wangen im Allgäu,a er gao de qu wang gen,fanghn am alghwy,wangn dr algwy,Ванген им Алгој,Ванген-им-Алльгой,Ванген-ім-Алльгой,فانغن إم آلغوي,وانگن در آلگوی,阿尔高地区旺根		01	084	08436	08436081
2814273	Wangenheim	wangenheim	DE	99869	706	Europe/Berlin	51.01982	10.62421		Vangenkhajm,Wangenheim,wan gen hai mu,Вангенхайм,Вангенхајм,万根海姆	16067091	15	00	16067	16067091
2814276	Wangen	wangen	DE	06642	0	Europe/Berlin	48.77642	9.23518				01	081	08111	08111000
2814277	Wangen	wangen	DE	06642	546	Europe/Berlin	51.2695	11.54593		Grosswangen,Großwangen,Vangen,Wangen,Ванген		14	00	15084	15084360
2814278	Wangen	wangen	DE	06642	0	Europe/Berlin	49.19141	11.46878				02	093	09373	09373146
2814279	Wangen	wangen	DE	06642	3209	Europe/Berlin	48.72933	9.61175		Vangen,Wangen bei Goeppingen,Wangen bei Göppingen,Ванген	08117055	01	081	08117	08117055
2814280	Wangen	wangen	DE	06642	0	Europe/Berlin	48.59241	11.35356				02	091	09185	09185166
2814281	Wangen	wangen	DE	06642	0	Europe/Berlin	48.25623	10.05678				01	084	08425	08425066
2814282	Wangen	wangen	DE	06642	0	Europe/Berlin	48.01192	11.40398				02	091	09188	09188139
2814283	Wangen	wangen	DE	06642	0	Europe/Berlin	47.97368	9.35235		Wangen		01	084	08437	08437086
2814284	Wangen	wangen	DE	06642	0	Europe/Berlin	47.7275	9.36977				01	084	08435	08435034
2814285	Wangen	wangen	DE	06642	0	Europe/Berlin	47.66152	8.93153		Wangen		01	083	08335	08335061
2814286	Wangen	wangen	DE	06642	0	Europe/Berlin	47.63333	10.5				02	097	09777	09777153
2814287	Wangels	wangels	DE	23758	2428	Europe/Berlin	54.26667	10.76667		Vangel's,Vangels,Wangels,wan ge er si,Вангелс,Вангельс,万格尔斯	01055043	10	00	01055	01055043
2814288	Wangelnstedt	wangelnstedt	DE	37627	681	Europe/Berlin	51.86667	9.68333		Vangel'nshtedt,Vangelnshtet,vu~angerunshutetto,wan ge er en shi tai te,Вангелнштет,Вангельнштедт,ヴァンゲルンシュテット,万格尔恩施泰特	03255036	06	00	03255	03255036
2814292	Wangelau	wangelau	DE	21483	231	Europe/Berlin	53.45	10.55		Wangelau	01053128	10	00	01053	01053128
2814294	Wang	wang	DE	85368	2284	Europe/Berlin	48.49549	11.93641			09178155	02	091	09178	09178155
2814295	Wang	wang	DE	85368	0	Europe/Berlin	48.11852	12.30198		Wang		02	091	09183	09183147
2814297	Wanfried	wanfried	DE	37281	4398	Europe/Berlin	51.18207	10.17283		Vanfrid,Wanfried,fanfryd,vu~anfurito,wan fu li de,wanfryd,Ванфрид,Ванфрід,فانفريد,وانفرید,ヴァンフリート,万夫里德		05	066	06636	06636013
2814305	Wandlitz	wandlitz	DE	16348	19888	Europe/Berlin	52.74196	13.45799		Vandlic,wan de li ci,Вандлиц,Вандліц,Վանդլից,万德利茨	12060269	11	00	12060	12060269
2814312	Wanderup	wanderup	DE	24997	2270	Europe/Berlin	54.68333	9.33333		Wanderup	01059174	10	00	01059	01059174
2814313	Wandersleben	wandersleben	DE	99869	1716	Europe/Berlin	50.89946	10.84959		Vandersleben,Wandersleben,Вандерслебен		15	00	16067	16067089
2814362	Waltrop	waltrop	DE	45731	30220	Europe/Berlin	51.62125	7.40238		Val'trop,Valtrop,Waltrop,faltrwb,wa er te luo pu,waltrwp,Валтроп,Вальтроп,فالتروب,والتروپ,瓦尔特罗普		07	055	05562	05562036
2814370	Walting	walting	DE	85137	0	Europe/Berlin	49.24145	12.78215		Walting		02	093	09372	09372174
2814371	Walting	walting	DE	85137	0	Europe/Berlin	49.10191	11.05911				02	095	09577	09577161
2814372	Walting	walting	DE	85137	0	Europe/Berlin	48.91667	11.3		Val'ting,Valting,Walting,wa er ting ge,waltyng,Валтинг,Вальтинг,Вальтінг,Վալտինգ,والتینگ,瓦尔廷格	09176165	02	091	09176	09176165
2814392	Waltershausen	waltershausen	DE	99880	11445	Europe/Berlin	50.89827	10.55791		Val'terskhauzen,Valterskhauzen,Waltershausen,faltrzhawzn,wa er te er si hao sen,Валтерсхаузен,Вальтерсхаузен,فالترزهاوزن,والترس‌هاوزن,瓦尔特尔斯豪森		15	00	16067	16067072
2814393	Waltershausen	waltershausen	DE	99880	0	Europe/Berlin	50.33868	10.38625		Waltershausen		02	096	09673	09673160
2814397	Waltersdorf	waltersdorf	DE	02799	0	Europe/Berlin	52.36227	13.55647		Waltersdorf		11	00	12061	12061433
2814398	Waltersdorf	waltersdorf	DE	02799	0	Europe/Berlin	51.9067	13.2846				11	00	12072	12072298
2814399	Waltersdorf	waltersdorf	DE	02799	0	Europe/Berlin	51.82036	13.64861				11	00	12061	12061219
2814400	Waltersdorf	waltersdorf	DE	02799	0	Europe/Berlin	51.76891	13.08443				14	00	15091	15091010
2814401	Waltersdorf	waltersdorf	DE	02799	0	Europe/Berlin	51.22084	11.11894				15	00	16068	16068058
2814402	Waltersdorf	waltersdorf	DE	02799	0	Europe/Berlin	51.04092	12.38008				15	00	16077	16077032
2814403	Waltersdorf	waltersdorf	DE	02799	0	Europe/Berlin	50.95161	14.10567		Wallersdorf,Waltersdorf/Saechsische Schweiz,Waltersdorf/Sächsische Schweiz		13	00	14628	14628030
2814404	Waltersdorf	waltersdorf	DE	02799	0	Europe/Berlin	50.87033	14.65028		Waltersdorf		13	00	14626	14626140
2814405	Waltersdorf	waltersdorf	DE	02799	0	Europe/Berlin	50.84965	11.93342				15	00	16076	16076044
2814406	Waltersdorf	waltersdorf	DE	02799	183	Europe/Berlin	50.83333	11.75			16074107	15	00	16074	16074107
2814407	Waltersdorf	waltersdorf	DE	02799	0	Europe/Berlin	50.82125	13.83776		Waltersdorf		13	00	14628	14628230
2814408	Waltersdorf	waltersdorf	DE	02799	0	Europe/Berlin	50.72028	12.1892				15	00	16076	16076093
2814409	Waltersdorf	waltersdorf	DE	02799	0	Europe/Berlin	50.64044	12.24982				15	00	16076	16076022
2814410	Waltersdorf	waltersdorf	DE	02799	0	Europe/Berlin	50.32446	11.03124		Waltersdorf		02	094	09473	09473159
2814411	Waltersdorf	waltersdorf	DE	02799	0	Europe/Berlin	48.91449	12.74174				02	092	09278	09278118
2814412	Waltersdorf	waltersdorf	DE	02799	0	Europe/Berlin	48.76151	13.09072				02	092	09271	09271125
2814413	Waltersdorf	waltersdorf	DE	02799	0	Europe/Berlin	48.2776	13.05178				02	092	09277	09277145
2814415	Walterschen	walterschen	DE	57632	137	Europe/Berlin	50.68333	7.56667			07132112	08	00	07132	07132112
2814432	Walternienburg	walternienburg	DE	39264	547	Europe/Berlin	51.96709	11.93928		Walternienburg		14	00	15082	15082430
2814441	Waltenhofen	waltenhofen	DE	87448	0	Europe/Berlin	49.03465	11.67178		Waltenhofen		02	093	09375	09375148
2814442	Waltenhofen	waltenhofen	DE	87448	0	Europe/Berlin	49.01889	12.00843				02	093	09375	09375199
2814443	Waltenhofen	waltenhofen	DE	87448	0	Europe/Berlin	48.4102	11.52238				02	091	09178	09178133
2814444	Waltenhofen	waltenhofen	DE	87448	0	Europe/Berlin	48.27245	11.19919				02	091	09179	09179117
2814445	Waltenhofen	waltenhofen	DE	87448	9045	Europe/Berlin	47.67319	10.30703		Val'tengofen,Val'tenkhofen,Valtenhofen,Valtenkhofen,wa er teng huo fen,Валтенхофен,Вальтенгофен,Вальтенхофен,Վալտենհոֆեն,瓦尔滕霍芬	09780143	02	097	09780	09780143
2814446	Waltenhofen	waltenhofen	DE	87448	0	Europe/Berlin	47.5869	10.73147				02	097	09777	09777169
2814448	Waltenhausen	waltenhausen	DE	86480	726	Europe/Berlin	48.19047	10.36457		Val'tengauzen,Val'tenkhauzen,Valtenhauzen,Valtenkhauzen,wa er teng hao sen,Валтенхаузен,Вальтенгаузен,Вальтенхаузен,Վալտենհաուզեն,瓦尔滕豪森	09774192	02	097	09774	09774192
2814462	Walsrode	walsrode	DE	29664	24448	Europe/Berlin	52.86147	9.5926		Gemeen Wasra,Val'srode,Valsrode,Walsrode,falzrwdh,wa er si luo de,walzrwdh,Валсроде,Вальсроде,فالزروده,والزروده,瓦尔斯罗德		06	00	03358	03358024
2814465	Walsleben	walsleben	DE	16818	803	Europe/Berlin	52.93829	12.66449			12068452	11	00	12068	12068452
2814466	Walsleben	walsleben	DE	16818	470	Europe/Berlin	52.75616	11.85617		Walsleben		14	00	15090	15090415
2814469	Walsheim	walsheim	DE	76833	550	Europe/Berlin	49.23722	8.12694			07337082	08	00	07337	07337082
2814470	Walsheim	walsheim	DE	76833	0	Europe/Berlin	49.15253	7.23216		Walsheim		09	00	10045	10045113
2814471	Walshausen	walshausen	DE	66484	356	Europe/Berlin	49.21667	7.48333			07340226	08	00	07340	07340226
2814476	Walsdorf	walsdorf	DE	54578	876	Europe/Berlin	50.28333	6.71667			07233080	08	00	07233	07233080
2814477	Walsdorf	walsdorf	DE	54578	0	Europe/Berlin	50.26988	8.27805				05	064	06439	06439008
2814478	Walsdorf	walsdorf	DE	54578	2541	Europe/Berlin	49.86667	10.78333			09471208	02	094	09471	09471208
2814479	Walschleben	walschleben	DE	99189	1904	Europe/Berlin	51.06667	10.93333			16068057	15	00	16068	16068057
2814486	Walpertskirchen	walpertskirchen	DE	85469	1960	Europe/Berlin	48.2584	11.97527		Val'pertskirkhen,Valpertskirkhen,wa er pei er ci ji er xing,walprts kyrshn,Валпертскирхен,Вальпертскирхен,Вальпертскірхен,والپرتس کیرشن,瓦尔佩尔茨基尔兴	09177142	02	091	09177	09177142
2814499	Walpernhain	walpernhain	DE	07613	227	Europe/Berlin	51.01667	11.95		Walpernhain	16074106	15	00	16074	16074106
2814502	Walow	walow	DE	17209	423	Europe/Berlin	53.42048	12.46622		Valov,wa luo,Валов,瓦洛		12	00	13071	13071155
2814511	Wallwitz	wallwitz	DE	06193	195	Europe/Berlin	52.11905	11.91438		Wallwitz		14	00	15086	15086140
2814512	Wallwitz	wallwitz	DE	06193	1124	Europe/Berlin	51.58029	11.92888		Wallwitz		14	00	15088	15088295
2814518	Wallstawe	wallstawe	DE	29413	475	Europe/Berlin	52.8	11.01667			15081545	14	00	15081	15081545
2814522	Wallscheid	wallscheid	DE	54531	366	Europe/Berlin	50.1	6.88333			07231127	08	00	07231	07231127
2814553	Wallmerod	wallmerod	DE	56414	1341	Europe/Berlin	50.48333	7.95		Val'merod,Valmerod,vu~arumaroto,wa er mei luo de,Валмерод,Вальмерод,ヴァルマロート,瓦尔梅罗德	07143304	08	00	07143	07143304
2814557	Wallmenroth	wallmenroth	DE	57584	1261	Europe/Berlin	50.8	7.83333			07132111	08	00	07132	07132111
2814570	Wallhausen	wallhausen	DE	06528	2189	Europe/Berlin	51.46117	11.2076		Valeshusun [a. 1013],Valkhauzen (Khelme),Vall'khauzen (Khel'me),Walahusun [a. 908],Wallhausen (Helme),Валльхаузен (Хельме),Валхаузен (Хелме)	15087440	14	00	15087	15087440
2814571	Wallhausen	wallhausen	DE	06528	1617	Europe/Berlin	49.88333	7.76667			07133109	08	00	07133	07133109
2814572	Wallhausen	wallhausen	DE	06528	3630	Europe/Berlin	49.21042	10.06219			08127091	01	081	08127	08127091
2814573	Wallhausen	wallhausen	DE	06528	0	Europe/Berlin	47.74775	9.13367				01	083	08335	08335043
2814577	Wallhalben	wallhalben	DE	66917	875	Europe/Berlin	49.31707	7.52149			07340225	08	00	07340	07340225
2814775	Waldstetten	waldstetten	DE	73550	7316	Europe/Berlin	48.76615	9.82135			08136079	01	081	08136	08136079
2814582	Wallgau	wallgau	DE	82499	1446	Europe/Berlin	47.51667	11.28333		Val'gau,Valgau,Valgava,Wallgau,Wollga,wa er gao,walgaw,Валгау,Вальгау,Վալգաու,والگاو,瓦尔高	09180136	02	091	09180	09180136
2814591	Wallertheim	wallertheim	DE	55578	1826	Europe/Berlin	49.83556	8.05139			07331068	08	00	07331	07331068
2814592	Wallerstein	wallerstein	DE	86757	3473	Europe/Berlin	48.88741	10.47591		Valershtajn,Vallershtajn,Wallerstein,vu~arashutain,wa lei shi tai yin,Валерштајн,Валлерштайн,Վալերշթայն,ヴァラーシュタイン,瓦勒施泰因		02	097	09779	09779224
2814595	Wallersheim	wallersheim	DE	54597	0	Europe/Berlin	50.38501	7.59954				08	00	07111	07111000
2814596	Wallersheim	wallersheim	DE	54597	753	Europe/Berlin	50.20315	6.52781			07232318	08	00	07232	07232318
2814597	Wallersdorf	wallersdorf	DE	94522	0	Europe/Berlin	50.75012	9.4849				05	065	06535	06535006
2814598	Wallersdorf	wallersdorf	DE	94522	0	Europe/Berlin	49.27003	10.61653				02	095	09561	09561000
2814599	Wallersdorf	wallersdorf	DE	94522	6702	Europe/Berlin	48.73767	12.74744		Valersdorf,Vallersdorf,Wallersdorf,wa lei si duo fu,walrsdwrf,Валерсдорф,Валлерсдорф,Վալերսդորֆ,والرسدورف,瓦勒斯多夫		02	092	09279	09279137
2814612	Wallerfing	wallerfing	DE	94574	1388	Europe/Berlin	48.68416	12.88035			09271152	02	092	09271	09271152
2814613	Wallerfangen	wallerfangen	DE	66798	9733	Europe/Berlin	49.32749	6.71102		Valerfangen,Vallerfangen,Vaudrevange,Wallerfangen,wa lai er fan gen,walrfangn,Валерфанген,Валлерфанген,والرفانگن,瓦莱尔凡根	10044121	09	00	10044	10044121
2814632	Wallenhorst	wallenhorst	DE	49134	24201	Europe/Berlin	52.35	8.01667		Valenkhorst,Vallenkhorst,Wallenhorst,wa lun huo er si te,Валенхорст,Валленхорст,瓦伦霍尔斯特	03459033	06	00	03459	03459033
2814636	Wallenfels	wallenfels	DE	96346	0	Europe/Berlin	50.77845	8.44343		Wallenfels		05	065	06532	06532019
2814637	Wallenfels	wallenfels	DE	96346	3101	Europe/Berlin	50.2685	11.47058		Valenfels,Vallenfel's,Wallenfels,falnfylz,vu~arenferusu,wa lun fei er si,walnfldz,Валенфелс,Валленфельс,Վալենֆելս,فالنفيلز,والنفلدز,ヴァレンフェルス,瓦伦费尔斯		02	094	09476	09476184
2814640	Wallendorf	wallendorf	DE	06254	1005	Europe/Berlin	51.35983	12.07537		Wallendorf		14	00	15088	15088330
2814641	Wallendorf	wallendorf	DE	06254	0	Europe/Berlin	50.61073	8.25305				05	065	06532	06532010
2814642	Wallendorf	wallendorf	DE	06254	0	Europe/Berlin	50.52868	11.19195		Wallendorf		15	00	16072	16072013
2814643	Wallendorf	wallendorf	DE	06254	381	Europe/Berlin	49.87612	6.28913		Valendorf,Vallendorf,Wallenduerf,wa lun duo fu,Валендорф,Валлендорф,瓦倫多夫	07232131	08	00	07232	07232131
2814650	Wallenborn	wallenborn	DE	54570	493	Europe/Berlin	50.15	6.71667		Valenborn,Vallenborn,wa lun bo er en,Валенборн,Валленборн,瓦伦博尔恩	07233079	08	00	07233	07233079
2814655	Wallen	wallen	DE	25788	41	Europe/Berlin	54.28333	9.26667			01051120	10	00	01051	01051120
2814656	Wallen	wallen	DE	25788	0	Europe/Berlin	52.5072	7.94584				06	00	03459	03459001
2814657	Wallen	wallen	DE	25788	0	Europe/Berlin	51.3306	8.19309		Wallen		07	059	05958	05958032
2814667	Walldürn	walldurn	DE	74731	12113	Europe/Berlin	49.58358	9.36642		Val'djurn,Valdirn,Vall'djurn,Wallduern,Walldurn,Walldürn,faldwrn,vu~arude~yurun,wa er di er en,waldwrn,Валдирн,Валльдюрн,Вальдюрн,فالدورن,والدورن,ヴァルデュルン,瓦尔迪尔恩		01	082	08225	08225109
2814668	Walldorf	walldorf	DE	69190	2281	Europe/Berlin	50.61667	10.38333		Walldorf (Meiningen),Walldorf (Werra)	16066042	15	00	16066	16066042
2814669	Walldorf	walldorf	DE	69190	0	Europe/Berlin	50.0069	8.57834				05	064	06433	06433008
2814670	Walldorf	walldorf	DE	69190	14842	Europe/Berlin	49.30637	8.64236		Val'dorf,Valdorf,Walldoaf,Walldorf,Walldorf / Baden-Wuerttemb.,Walldorf / Baden-Württemb.,vu~arudorufu,waldwrf,wo er duo fu,Валдорф,Вальдорф,والدورف,ヴァルドルフ,沃尔多夫		01	082	08226	08226095
2814684	Wallbach	wallbach	DE	98639	0	Europe/Berlin	51.11859	12.95749				13	00	14522	14522250
2814685	Wallbach	wallbach	DE	98639	375	Europe/Berlin	50.63333	10.4			16066042	15	00	16066	16066042
2814686	Wallbach	wallbach	DE	98639	0	Europe/Berlin	50.24931	8.1985				05	064	06439	06439007
2814687	Wallbach	wallbach	DE	98639	0	Europe/Berlin	49.76258	8.91161		Wallbach		05	064	06437	06437003
2814688	Wallbach	wallbach	DE	98639	0	Europe/Berlin	47.56589	7.91417		Wallbach		01	083	08337	08337096
2814707	Walksfelde	walksfelde	DE	23896	214	Europe/Berlin	53.63333	10.58333		Walksfelde	01053127	10	00	01053	01053127
2814716	Walkertshofen	walkertshofen	DE	86877	0	Europe/Berlin	48.67562	11.87571				02	092	09273	09273115
2814717	Walkertshofen	walkertshofen	DE	86877	0	Europe/Berlin	48.32373	11.29317				02	091	09174	09174118
2814718	Walkertshofen	walkertshofen	DE	86877	1120	Europe/Berlin	48.22613	10.58836		Val'kertsgofen,Val'kertskhofen,Valkertshofen,Valkertskhofen,wa er ke er ci huo fen,Валкертсхофен,Валькертсгофен,Валькертсхофен,Վալկերտսհոֆեն,瓦尔克尔茨霍芬	09772214	02	097	09772	09772214
2814733	Walkenried	walkenried	DE	37445	2485	Europe/Berlin	51.58333	10.61667		Val'kenrid,Valkenrid,Walkenried,wa er ken li de,Валкенрид,Валькенрид,瓦尔肯里德	03159036	06	00	03159	03159036
2814738	Walkendorf	walkendorf	DE	17179	520	Europe/Berlin	53.95215	12.55136				12	00	13072	13072111
2814746	Walheim	walheim	DE	74399	0	Europe/Berlin	50.70696	6.1779		Walheim		07	053	05334	05334002
2814747	Walheim	walheim	DE	74399	3057	Europe/Berlin	49.01417	9.15111		Val'gajm,Val'khajm,Valkhajm,Walheim,walhaym,Валхајм,Вальгайм,Вальхайм,والهایم	08118074	01	081	08118	08118074
2814748	Walhausen	walhausen	DE	56865	230	Europe/Berlin	50.03333	7.28333			07135088	08	00	07135	07135088
2814749	Walhausen	walhausen	DE	56865	0	Europe/Berlin	49.55966	7.12713		Walhausen		09	00	10046	10046114
2814762	Waldweiler	waldweiler	DE	54429	924	Europe/Berlin	49.61667	6.8		Waldweiler	07235142	08	00	07235	07235142
2814765	Waldthurn	waldthurn	DE	92727	2189	Europe/Berlin	49.67221	12.32919		Val'dturn,Valdturn,wa er tu er en,Валдтурн,Вальдтурн,Վալդթուրն,瓦尔图尔恩		02	093	09374	09374165
2814773	Waldstetten	waldstetten	DE	73550	0	Europe/Berlin	49.56569	9.44861				01	082	08225	08225039
2814774	Waldstetten	waldstetten	DE	73550	0	Europe/Berlin	48.88033	10.76765				02	097	09779	09779231
2814777	Waldstetten	waldstetten	DE	73550	0	Europe/Berlin	48.23333	8.86667				01	084	08417	08417002
2814787	Waldsieversdorf	waldsieversdorf	DE	15377	1314	Europe/Berlin	52.54221	14.07022		Val'dziversdorf,Valdzifersdorf,Valdziversdorf,Valjiversdorf,wa er qi fei er si duo fu,Валдзиверсдорф,Валдзиферсдорф,Вальдзиверсдорф,Վալջիվերսդորֆ,瓦尔齐费尔斯多夫	12064484	11	00	12064	12064484
2814791	Waldshut-Tiengen	waldshut-tiengen	DE	79761	22404	Europe/Berlin	47.62323	8.21717		Val'dsgut-Tingen,Val'dskhut-Tingen,Valdskhut-Tingen,Waldshut,faldzhwt-tynghn,wa er ci hu te tian gen,waldzhwt-tyngn,Валдсхут-Тинген,Вальдсгут-Тінген,Вальдсхут-Тинген,فالدزهوت-تينغن,والدزهوت-تینگن,瓦尔茨胡特田根	08337	01	083	08337	08337126
2814795	Waldsee	waldsee	DE	67165	5384	Europe/Berlin	49.39528	8.44028			07338026	08	00	07338	07338026
2814815	Waldsassen	waldsassen	DE	95652	7505	Europe/Berlin	50.00167	12.30434		Val'dzassen,Valdzasen,Waldsassen,Woidsassen,faldzasn,wa er cha sen,waldzasn,Валдзасен,Вальдзассен,Վալդզասեն,فالدزاسن,والدزاسن,瓦尔察森		02	093	09377	09377158
2814821	Waldrohrbach	waldrohrbach	DE	76857	429	Europe/Berlin	49.16667	7.96667			07337081	08	00	07337	07337081
2814832	Waldrach	waldrach	DE	54320	2015	Europe/Berlin	49.74623	6.74543		Val'drakh,Valdrakh,valdrakhi,vu~arutorahha,wa er de la,Валдрах,Вальдрах,ვალდრახი,ヴァルトラッハ,瓦尔德拉	07235141	08	00	07235	07235141
2814839	Waldorf	waldorf	DE	53498	0	Europe/Berlin	50.76129	6.94935		Waldorf		07	053	05382	05382012
2814840	Waldorf	waldorf	DE	53498	948	Europe/Berlin	50.48333	7.23333			07131081	08	00	07131	07131081
2814841	Waldorf	waldorf	DE	53498	0	Europe/Berlin	50.38399	6.6179		Waldorf		07	053	05366	05366008
2814846	Waldmünchen	waldmunchen	DE	93449	7392	Europe/Berlin	49.37804	12.70905		Val'dmjunkhen,Valdminkhen,Valdmyunxen,Waldmunchen,Waldmünchen,faldmwnshn,wa er de ming xing,waldmwnshn,Валдминхен,Вальдмюнхен,Վալդմյունխեն,فالدمونشن,والدمونشن,瓦尔德明兴		02	093	09372	09372171
2814847	Waldmühlen	waldmuhlen	DE	56479	369	Europe/Berlin	50.58333	8.06667		Waldmuehlen,Waldmühlen	07143303	08	00	07143	07143303
2814851	Waldmohr	waldmohr	DE	66914	5426	Europe/Berlin	49.38333	7.33333		Val'dmor,Valdmor,vu~arutomoa,wa er de mo er,Валдмор,Вальдмор,ヴァルトモア,瓦尔德莫尔	07336102	08	00	07336	07336102
2814853	Wald-Michelbach	wald-michelbach	DE	69483	11720	Europe/Berlin	49.57	8.83167		Val'd-Mikhel'bakh,Vald-Mikhelbakh,Wald-Mischlbach,vu~aruto=mihyerubahha,wa er de-mi xie er ba he,Валд-Михелбах,Вальд-Михельбах,Вальд-Міхельбах,ヴァルト＝ミヒェルバッハ,瓦尔德-米谢尔巴赫	06431021	05	064	06431	06431021
2814866	Waldleiningen	waldleiningen	DE	67693	453	Europe/Berlin	49.4	7.88333			07335048	08	00	07335	07335048
2814871	Waldlaubersheim	waldlaubersheim	DE	55444	804	Europe/Berlin	49.93333	7.83333			07133108	08	00	07133	07133108
2814874	Waldkraiburg	waldkraiburg	DE	84478	24676	Europe/Berlin	48.20854	12.39893		Val'dkrajburg,Valdkrajburg,Valdkrayburg,Woidkroaburg,faldkraybwrgh,wa er de ke lai bao,waldkraybwrg,Валдкрајбург,Вальдкрайбург,Վալդկրայբուրգ,فالدكرايبورغ,والدکرایبورگ,瓦尔德克赖堡		02	091	09183	09183148
2814877	Waldkirchen	waldkirchen	DE	94065	0	Europe/Berlin	50.76631	13.10837		Waldkirchen,Waldkirchen/Erzgebirge		13	00	14521	14521270
2814878	Waldkirchen	waldkirchen	DE	94065	1212	Europe/Berlin	50.59667	12.37994		Waldkirchen		13	00	14523	14523170
2814879	Waldkirchen	waldkirchen	DE	94065	0	Europe/Berlin	49.13068	11.55403				02	093	09373	09373160
2814880	Waldkirchen	waldkirchen	DE	94065	10757	Europe/Berlin	48.7327	13.60082		Val'dkirkhen,Valdkirkhen,Valdkirxen,Waldkirchen,faldkyrshn,wa er de ji er xing,waldkyrshn,Валдкирхен,Вальдкирхен,Вальдкірхен,Վալդկիրխեն,فالدكيرشن,والدکیرشن,瓦尔德基尔兴		02	092	09272	09272151
2814881	Waldkirch	waldkirch	DE	79183	0	Europe/Berlin	49.7242	12.38451				02	093	09374	09374123
2814882	Waldkirch	waldkirch	DE	79183	0	Europe/Berlin	48.47725	10.48182				02	097	09774	09774196
2814883	Waldkirch	waldkirch	DE	79183	20155	Europe/Berlin	48.09585	7.96371		Val'dkirkh,Valdkirkh,Valdkirx,wa er de ji er xi,waldkyrsh,Валдкирх,Вальдкирх,Вальдкірх,Վալդկիրխ,والدکیرش,瓦尔德基尔希		01	083	08316	08316056
2814884	Waldkirch	waldkirch	DE	79183	0	Europe/Berlin	47.65958	8.17078				01	083	08337	08337126
2814888	Waldkappel	waldkappel	DE	37284	5022	Europe/Berlin	51.14462	9.87695		Val'dkappel',Valdkapel,Waldkappel,faldkabl,vu~arutokaperu,wa er de ka pei er,waldkpl,Валдкапел,Вальдкаппель,فالدكابل,والدکپل,ヴァルトカペル,瓦尔德卡佩尔		05	066	06636	06636012
2814914	Waldhof-Falkenstein	waldhof-falkenstein	DE	54673	44	Europe/Berlin	49.96667	6.18333			07232130	08	00	07232	07232130
2814953	Waldheim	waldheim	DE	04736	0	Europe/Berlin	52.34992	9.78127				06	00	03241	03241001
2814954	Waldheim	waldheim	DE	04736	0	Europe/Berlin	50.11943	8.82167				05	064	06438	06438008
2814955	Waldheim	waldheim	DE	04736	0	Europe/Berlin	52.57985	13.04659		Waldheim		11	00	12063	12063080
2814956	Waldheim	waldheim	DE	04736	9001	Europe/Berlin	51.07282	13.02004		Waldheim		13	00	14522	14522570
2814957	Waldheim	waldheim	DE	04736	0	Europe/Berlin	49.43154	10.45026				02	095	09575	09575156
2815002	Waldhambach	waldhambach	DE	76857	369	Europe/Berlin	49.16667	7.98333			07337080	08	00	07337	07337080
2815010	Waldgrehweiler	waldgrehweiler	DE	67822	261	Europe/Berlin	49.66667	7.73333			07333079	08	00	07333	07333079
2815032	Waldfischbach-Burgalben	waldfischbach-burgalben	DE	67714	5111	Europe/Berlin	49.28333	7.66667		Val'dfishbakh-Burgal'ben,Valdfishbakh-Burgalben,Waldfischbach-Bojalwe,Waldfischbach-Burgalben,vu~arutofisshubahha=burugaruben,wa er de fei xi ba he-bu jia er ben,Валдфишбах-Бургалбен,Вальдфишбах-Бургальбен,ヴァルトフィッシュバッハ＝ブルガルベン,瓦尔德费希巴赫-布加尔本	07340054	08	00	07340	07340054
2815035	Waldfeucht	waldfeucht	DE	52525	9305	Europe/Berlin	51.0661	5.98815		Val'dfojkht,Valdfojkht,Vuch,faldfwkht,wa er de fu yi he te,Валдфојхт,Вальдфойхт,فالدفوخت,瓦尔德福伊赫特	05370032	07	053	05370	05370032
2815045	Waldesch	waldesch	DE	56323	0	Europe/Berlin	50.36779	7.14983				08	00	07137	07137049
2815046	Waldesch	waldesch	DE	56323	0	Europe/Berlin	50.28333	7.55			07137227	08	00	07137	07137227
2816504	Vorbach	vorbach	DE	95519	0	Europe/Berlin	49.38072	10.1495		Vorbach		02	095	09571	09571193
2815048	Waldershof	waldershof	DE	95679	4634	Europe/Berlin	49.98144	12.06291		Val'dersgof,Val'derskhof,Valdershof,Valderskhof,Waldershof,faldrzhwf,wa er de er si huo fu,waldrzhwf,Валдерсхоф,Вальдерсгоф,Вальдерсхоф,Վալդերսհոֆ,فالدرزهوف,والدرزهوف,瓦尔德尔斯霍夫		02	093	09377	09377157
2815059	Walderbach	walderbach	DE	93194	2087	Europe/Berlin	49.18333	12.38333		Val'derbakh,Valderbakh,Valderbax,wa er de er ba he,Валдербах,Вальдербах,Վալդերբախ,瓦尔德尔巴赫	09372170	02	093	09372	09372170
2815074	Waldenburg	waldenburg	DE	08396	4597	Europe/Berlin	50.87653	12.59919		Waldenburg		13	00	14524	14524290
2815075	Waldenburg	waldenburg	DE	08396	3127	Europe/Berlin	49.18468	9.63994		Waldenburg		01	081	08126	08126085
2815076	Waldenbuch	waldenbuch	DE	71111	8803	Europe/Berlin	48.6383	9.13256		Val'denbukh,Valdenbukh,Valdenbux,faldnbwkh,valdenbukhi,wa er deng bu,waldnbwkh,Валденбух,Вальденбух,Վալդենբուխ,فالدنبوخ,والدنبوخ,ვალდენბუხი,瓦尔登布		01	081	08115	08115048
2815098	Waldeck	waldeck	DE	07646	0	Europe/Berlin	52.42765	13.83113				11	00	12067	12067201
2815099	Waldeck	waldeck	DE	07646	0	Europe/Berlin	54.03555	12.21394				12	00	13072	13072029
2815100	Waldeck	waldeck	DE	07646	0	Europe/Berlin	53.86272	11.25602		Waldeck		12	00	13074	13074079
2815101	Waldeck	waldeck	DE	07646	7785	Europe/Berlin	51.20618	9.06286		Val'dek,Valdek,vu~arudekku,waldk  hsn,Валдек,Вальдек,والدک، هسن,ヴァルデック		05	066	06635	06635021
2815102	Waldeck	waldeck	DE	07646	286	Europe/Berlin	50.91667	11.78333			16074105	15	00	16074	16074105
2815103	Waldeck	waldeck	DE	07646	0	Europe/Berlin	49.86509	11.95013				02	093	09377	09377129
2815104	Waldeck	waldeck	DE	07646	0	Europe/Berlin	49.10564	10.24976				02	095	09571	09571136
2815105	Waldeck	waldeck	DE	07646	0	Europe/Berlin	48.68333	9.63333				01	081	08117	08117026
2815106	Waldeck	waldeck	DE	07646	0	Europe/Berlin	48.55	8.75				01	082	08235	08235046
2815114	Walddrehna	walddrehna	DE	15926	0	Europe/Berlin	51.77783	13.62693				11	00	12061	12061219
2815127	Waldbüttelbrunn	waldbuttelbrunn	DE	97297	5099	Europe/Berlin	49.78833	9.84667		Val'dbjuttel'brunn,Valdbitelbrun,Waldbuettelbrunn,Waldbüttelbrunn,vu~arutobyutteruburun,wa er de bi te er bu lun,Валдбителбрун,Вальдбюттельбрунн,Վալդբյութելբրուն,ヴァルトビュッテルブルン,瓦尔德比特尔布伦	09679205	02	096	09679	09679205
2815128	Waldburg	waldburg	DE	88289	2920	Europe/Berlin	47.74778	9.7219			08436079	01	084	08436	08436079
2815132	Waldbrunn	waldbrunn	DE	69429	2582	Europe/Berlin	49.75861	9.80361			09679204	02	096	09679	09679204
2815133	Waldbrunn	waldbrunn	DE	69429	0	Europe/Berlin	48.0401	11.67787				02	091	09184	09184114
2815138	Waldbreitbach	waldbreitbach	DE	56588	1956	Europe/Berlin	50.55	7.41667		Val'dbrajtbakh,Valdbrajtbakh,vu~arutoburaitobahha,wa er de bu lai te ba he,Валдбрајтбах,Вальдбрайтбах,ヴァルトブライトバッハ,瓦尔德布赖特巴赫	07138076	08	00	07138	07138076
2815139	Waldböckelheim	waldbockelheim	DE	55596	2333	Europe/Berlin	49.81667	7.71667		Val'dbjokkel'khajm,Valdbekelkhajm,Waldboeckelheim,Waldböckelheim,wa er de bo ke er hai mu,Валдбекелхајм,Вальдбёккельхайм,瓦尔德伯克尔海姆	07133107	08	00	07133	07133107
2815165	Auerbach	auerbach	DE	09392	0	Europe/Berlin	49.5249	9.15796		Auerbach,Waldauerbach		01	082	08225	08225060
2815168	Waldau	waldau	DE	06721	0	Europe/Berlin	51.29194	9.51496		Waldau		05	066	06611	06611000
2815169	Waldau	waldau	DE	06721	0	Europe/Berlin	51.80382	11.72294		Waldau		14	00	15089	15089030
2815170	Waldau	waldau	DE	06721	518	Europe/Berlin	51.06383	11.93386		Waldau		14	00	15084	15084375
2815171	Waldau	waldau	DE	06721	0	Europe/Berlin	50.50078	10.82102				15	00	16069	16069043
2815172	Waldau	waldau	DE	06721	0	Europe/Berlin	50.0327	11.52797				02	094	09477	09477142
2815173	Waldau	waldau	DE	06721	0	Europe/Berlin	49.63695	12.30709				02	093	09374	09374162
2815174	Waldau	waldau	DE	06721	0	Europe/Berlin	49.23065	9.21723				01	081	08125	08125005
2815175	Waldau	waldau	DE	06721	0	Europe/Berlin	48.82261	9.76711				01	081	08136	08136065
2815176	Waldau	waldau	DE	06721	0	Europe/Berlin	48.15723	8.41714				01	083	08326	08326031
2815177	Waldau	waldau	DE	06721	0	Europe/Berlin	47.98159	8.16543				01	083	08315	08315113
2815180	Waldaschaff	waldaschaff	DE	63857	4056	Europe/Berlin	49.97528	9.30194		Val'dashaff,Valdasaf,Valdashaf,vu~arutoashaffu,wa er da sha fu,Валдашаф,Вальдашафф,Վալդաշաֆ,ヴァルトアシャッフ,瓦尔达沙夫	09671156	02	096	09671	09671156
2815186	Waldalgesheim	waldalgesheim	DE	55425	3676	Europe/Berlin	49.95	7.83333		Val'dal'geskhajm,Valdalgeskhajm,wa er da er ge si hai mu,Валдалгесхајм,Вальдальгесхайм,瓦尔达尔格斯海姆	07339062	08	00	07339	07339062
2815194	Wald	wald	DE	87616	0	Europe/Berlin	51.18773	7.05329				07	051	05122	05122000
2815195	Wald	wald	DE	87616	0	Europe/Berlin	47.88958	12.72376				02	091	09189	09189165
2815196	Wald	wald	DE	87616	0	Europe/Berlin	50.9688	7.64413		Wald		07	053	05374	05374040
2815197	Wald	wald	DE	87616	0	Europe/Berlin	50.53717	6.87997				07	053	05366	05366004
2815198	Wald	wald	DE	87616	2787	Europe/Berlin	49.15	12.35		Val'd,Vald,Валд,Вальд,Վալդ	09372169	02	093	09372	09372169
2815199	Wald	wald	DE	87616	0	Europe/Berlin	49.13181	10.70422				02	095	09577	09577136
2815200	Wald	wald	DE	87616	0	Europe/Berlin	48.46143	12.75247				02	092	09277	09277119
2815201	Wald	wald	DE	87616	0	Europe/Berlin	48.34294	12.96465				02	092	09277	09277152
2815202	Wald	wald	DE	87616	0	Europe/Berlin	48.31215	12.65909				02	091	09171	09171127
2815203	Wald	wald	DE	87616	0	Europe/Berlin	48.18399	12.54346				02	091	09183	09183136
2815204	Wald	wald	DE	87616	1021	Europe/Berlin	47.97223	10.30054		Kloster Wald,Wald		02	097	09778	09778186
2815205	Wald	wald	DE	87616	2706	Europe/Berlin	47.93333	9.16667		Wald	08437118	01	084	08437	08437118
2815206	Wald	wald	DE	87616	0	Europe/Berlin	47.75439	12.31507				02	091	09187	09187114
2815207	Wald	wald	DE	87616	0	Europe/Berlin	47.72277	10.55821			09777179	02	097	09777	09777179
2815218	Walchum	walchum	DE	26907	1299	Europe/Berlin	52.92717	7.28325			03454056	06	00	03454	03454056
2815254	Walbeck	walbeck	DE	06333	807	Europe/Berlin	52.27919	11.06529				14	00	15083	15083411
2815255	Walbeck	walbeck	DE	06333	963	Europe/Berlin	51.66508	11.47071		Val'bek (Mansfel'd),Valbek (Mansfeld-Zidkharc),Walbeck,Walbeck (Hettstedt),Walbeck (Mansfelder Land),Walbike [a. 959],Валбек (Мансфелд-Зидхарц),Вальбек (Мансфельд)		14	00	15087	15087220
2815256	Walbeck	walbeck	DE	06333	0	Europe/Berlin	51.49535	6.2362				07	051	05154	05154012
2815297	Waischenfeld	waischenfeld	DE	91344	3167	Europe/Berlin	49.84645	11.3481		Vajshenfel'd,Vajshenfeld,Vaysenfeld,fayshnfld,vu~aishenferuto,wayshnfld,wei shen fei er de,Вайшенфельд,Вајшенфелд,Վայշենֆելդ,فايشنفلد,وایشنفلد,ヴァイシェンフェルト,魏申费尔德		02	094	09472	09472197
2815298	Wainsdorf	wainsdorf	DE	04932	0	Europe/Berlin	51.40935	13.50726		Wainsdorf		11	00	12062	12062410
2815300	Wain	wain	DE	88489	1586	Europe/Berlin	48.18904	10.0209			08426125	01	084	08426	08426125
2815303	Waigolshausen	waigolshausen	DE	97534	2931	Europe/Berlin	49.9643	10.12001		Vajgol'sgauzen,Vajgol'skhauzen,Vajgolskhauzen,waygwlhawzn,wei ge er si hao sen,Вайгольсгаузен,Вайгольсхаузен,Вајголсхаузен,وایگولهاوزن,魏戈尔斯豪森	09678190	02	096	09678	09678190
2815305	Waigandshain	waigandshain	DE	56477	218	Europe/Berlin	50.64472	8.08528			07143302	08	00	07143	07143302
2815315	Waidhofen	waidhofen	DE	86579	2152	Europe/Berlin	48.57681	11.33537			09185166	02	091	09185	09185166
2815317	Waidhaus	waidhaus	DE	92726	2467	Europe/Berlin	49.64218	12.49523		Vajdgaus,Vajdkhaus,Vaydxaus,wei de hao si,Вайдгаус,Вайдхаус,Вајдхаус,Վայդխաուս,魏德豪斯		02	093	09374	09374164
2815328	Waibstadt	waibstadt	DE	74915	5762	Europe/Berlin	49.29505	8.91771		Vajbshtadt,Vajbshtat,Waibscht,Waibstadt,faybshtat,vu~aipushutatto,wei bu si ta te,Вайбштадт,Вајбштат,فايبشتات,وایب‌اشتات,ヴァイプシュタット,魏布斯塔特		01	082	08226	08226091
2815329	Waiblingen	waiblingen	DE	71332	0	Europe/Berlin	48.8912	10.05588				01	081	08136	08136088
2815330	Waiblingen	waiblingen	DE	71332	52945	Europe/Berlin	48.83241	9.31641		Vajblingen,Vayblingen,Waiblinga,fayblynghn,wayblyngn,wei bu lin gen,Вайблинген,Вайблінген,Вајблинген,فايبلينغن,وایبلینگن,魏布林根	08119	01	081	08119	08119079
2815345	Wahrenholz	wahrenholz	DE	29399	3830	Europe/Berlin	52.61667	10.6		Varenkhol'c,Varenkholc,Wahrenholc,Wahrenholz,Wahrenholç,wa lun huo er ci,Варенхолц,Варенхольц,瓦伦霍尔茨	03151036	06	00	03151	03151036
2815350	Wahrenberg	wahrenberg	DE	39615	351	Europe/Berlin	52.9843	11.67737		Wahrenberg		14	00	15090	15090003
2815369	Wahnwegen	wahnwegen	DE	66909	728	Europe/Berlin	49.48467	7.37637		Vanvegen,wa en wei gen,Ванвеген,瓦恩韦根	07336101	08	00	07336	07336101
2815373	Wahns	wahns	DE	98634	505	Europe/Berlin	50.63333	10.3		Wahns	16066086	15	00	16066	16066086
2815391	Wahlstorf	wahlstorf	DE	19386	157	Europe/Berlin	53.36131	12.09629				12	00	13076	13076165
2815392	Wahlstedt	wahlstedt	DE	23812	9553	Europe/Berlin	53.95161	10.20626		Val'shtedt,Valshtet,Wahlstedt,falshtyt,wa er si te,Валштет,Вальштедт,فالشتيت,وال‌اشتت,瓦尔斯特		10	00	01060	01060092
2815398	Wahlsdorf	wahlsdorf	DE	14913	0	Europe/Berlin	53.81667	10.85		Wahldorf,Wahlsdorf		12	00	13074	13074049
2815399	Wahlsdorf	wahlsdorf	DE	14913	0	Europe/Berlin	51.95623	13.32779		Wahlsdorf		11	00	12072	12072053
2815400	Wahlsdorf	wahlsdorf	DE	14913	0	Europe/Berlin	51.94408	12.51225				14	00	15091	15091060
2815401	Wahlsdorf	wahlsdorf	DE	14913	0	Europe/Berlin	48.7927	12.10905				02	093	09375	09375196
2815410	Wahlrod	wahlrod	DE	57614	883	Europe/Berlin	50.65	7.71667			07143301	08	00	07143	07143301
2815412	Wahlitz	wahlitz	DE	39175	1027	Europe/Berlin	52.10376	11.77947		Wahlitz		14	00	15086	15086055
2815418	Wahlheim	wahlheim	DE	55234	579	Europe/Berlin	49.71778	8.10611			07331067	08	00	07331	07331067
2815419	Wahlhausen	wahlhausen	DE	37318	356	Europe/Berlin	51.3	9.98333		Wahlhausen	16061102	15	00	16061	16061102
2815436	Wahlenau	wahlenau	DE	55491	210	Europe/Berlin	49.9	7.25			07140159	08	00	07140	07140159
2815455	Wahlbach	wahlbach	DE	55494	0	Europe/Berlin	50.75735	8.05944		Wahlbach		07	059	05970	05970008
2815456	Wahlbach	wahlbach	DE	55494	173	Europe/Berlin	50	7.6			07140158	08	00	07140	07140158
2815463	Wagun	wagun	DE	17159	387	Europe/Berlin	53.8682	12.81895		Wagun		12	00	13071	13071027
2815484	Waging am See	waging-am-see	DE	83329	6291	Europe/Berlin	47.93414	12.73392		Vaging na Jezeru,Vaging-am-Ze,Waging,Waging am See,Zeei Vaging,bin hu wa jing,wagyng am zy,Вагинг на Језеру,Вагинг-ам-Зе,Вагінг-ам-Зе,Զեեի Վագինգ,واگینگ ام زی,滨湖瓦京		02	091	09189	09189162
2815487	Waghäusel	waghausel	DE	68753	20178	Europe/Berlin	49.24991	8.51257		Vagkhojzel,Vagkhojzel',Vagojzel',Waghaeusel,Waghausel,Waghäusel,faghhwyzl,wa ge huo yi sai er,waghwyzl,Вагойзель,Вагхойзель,Вагхојзел,فاغهويزل,واگهویزل,瓦格霍伊塞尔		01	082	08215	08215106
2815491	Wagersrott	wagersrott	DE	24392	226	Europe/Berlin	54.66667	9.8		Wagersrott	01059095	10	00	01059	01059095
2815507	Wagenhoff	wagenhoff	DE	38559	1150	Europe/Berlin	52.55233	10.52337			03151035	06	00	03151	03151035
2815513	Wagenhausen	wagenhausen	DE	56826	57	Europe/Berlin	50.15	6.98333			07135087	08	00	07135	07135087
2815514	Wagenhausen	wagenhausen	DE	56826	0	Europe/Berlin	50.03056	10.40968				02	096	09674	09674180
2815515	Wagenhausen	wagenhausen	DE	56826	0	Europe/Berlin	48	9.46667				01	084	08437	08437100
2815523	Wagenfeld	wagenfeld	DE	49419	7132	Europe/Berlin	52.55	8.58333		Vagenfel'd,Vagenfeld,Wagenfeld,wa gen fei er de,Вагенфелд,Вагенфельд,瓦根费尔德	03251044	06	00	03251	03251044
2815552	Waffenbrunn	waffenbrunn	DE	93494	1999	Europe/Berlin	49.26667	12.66667		Vafenbrun,Vaffenbrunn,wa fen bu lun,Вафенбрун,Ваффенбрунн,Վաֆենբրուն,瓦芬布伦	09372168	02	093	09372	09372168
2815559	Wadgassen	wadgassen	DE	66787	18464	Europe/Berlin	49.26667	6.78333		Vadgasen,Vadgassen,wa de jia sen,wadgasn,Вадгасен,Вадгассен,وادگاسن,瓦德加森	10044120	09	00	10044	10044120
2815563	Wadersloh	wadersloh	DE	59329	13173	Europe/Berlin	51.73333	8.25		Vaderslo,Vaderslokh,Wadersloh,wa de er si luo,Вадерсло,Вадерслох,瓦德尔斯洛	05570048	07	055	05570	05570048
2815565	Wadern	wadern	DE	66687	17282	Europe/Berlin	49.54122	6.88774		Vadern,Wadern,fadrn,vu~adan,wa deng,wadrn,Вадерн,فادرن,وادرن,ヴァーダーン,瓦登		09	00	10042	10042116
2816505	Vörbach	vorbach	DE	95519	0	Europe/Berlin	48.51461	8.58275				01	082	08237	08237054
2815579	Waddeweitz	waddeweitz	DE	29496	942	Europe/Berlin	53	10.96667		Vaddevajc,Vadevajc,wa de wei ci,wadh wyts,Ваддевайц,Вадевајц,واده ویتس,瓦德魏茨	03354024	06	00	03354	03354024
2815594	Wackersleben	wackersleben	DE	39393	761	Europe/Berlin	52.07023	11.01834		Wackersleben		14	00	15083	15083320
2815598	Wackersdorf	wackersdorf	DE	92442	4900	Europe/Berlin	49.31667	12.18333		Vakersdorf,Vakkersdorf,wa ke si duo fu,wakrsdwrf,Вакерсдорф,Ваккерсдорф,واکرسدورف,瓦克斯多夫	09376175	02	093	09376	09376175
2815599	Wackersberg	wackersberg	DE	83646	0	Europe/Berlin	49.11315	11.49633				02	093	09373	09373112
2815600	Wackersberg	wackersberg	DE	83646	3463	Europe/Berlin	47.73333	11.55		Vakersberg,Vakkersberg,wa ke si bei ge,wakrsbrg,Вакерсберг,Ваккерсберг,Վաքերսբերգ,واکرسبرگ,瓦克斯贝格	09173145	02	091	09173	09173145
2815603	Wackerow	wackerow	DE	17498	0	Europe/Berlin	54.1035	13.34513				12	00	13075	13075141
2815604	Wackerow	wackerow	DE	17498	1445	Europe/Berlin	53.67683	12.98164		Wackerow		12	00	13071	13071123
2815605	Wackernheim	wackernheim	DE	55263	2652	Europe/Berlin	49.97444	8.11667		Vakernkhajm,Vakkernkhajm,wa ke er en hai mu,Вакернхајм,Ваккернхайм,瓦克尔恩海姆	07339030	08	00	07339	07339030
2815623	Wacken	wacken	DE	25596	1844	Europe/Berlin	54.02078	9.37597			01061107	10	00	01061	01061107
2815651	Wachtendonk	wachtendonk	DE	47669	7823	Europe/Berlin	51.40916	6.33894		Vakhtendonk,Wachtedonk,Wachtedónk,Wachtendonk,wa teng dong ke,Вахтендонк,瓦滕东克	05154060	07	051	05154	05154060
2815678	Wachtberg	wachtberg	DE	53343	20032	Europe/Berlin	50.63333	7.1		Arzdorf,Vakhtberg,wa te bei ge,Вахтберг,瓦特贝格	05382072	07	053	05382	05382072
2815689	Wachstedt	wachstedt	DE	37359	568	Europe/Berlin	51.3	10.25		Vakhshtedt,Vakhshtet,Wachstedt,wa si te,Вахштедт,Вахштет,瓦斯特	16061101	15	00	16061	16061101
2815696	Wachow	wachow	DE	14641	0	Europe/Berlin	52.53366	12.75736		Wachow,Wachów		11	00	12063	12063208
2815735	Wachenroth	wachenroth	DE	96193	2205	Europe/Berlin	49.75185	10.71335		Vakhenrot,Wachenroth,vu~ahhyenroto,wa heng luo te,Вахенрот,ヴァッヒェンロート,瓦亨罗特		02	095	09572	09572160
2815739	Wachenheim	wachenheim	DE	67591	4678	Europe/Berlin	49.44045	8.18041		Vakhenkhajm,Vakhenkhajm an der Vinshtrase,Wachenheim,Wachenheim an der Weinstrasse,Wachenheim an der Weinstraße,wei yin si te la sai de qu wa heng hai mu,Вахенхайм,Вахенхајм ан дер Винштрасе,واخنهایم آن در واین‌اشتارسه,韦因斯特拉塞地区瓦亨海姆		08	00	07332	07332046
2815740	Wachenheim	wachenheim	DE	67591	644	Europe/Berlin	49.63736	8.16541		Wachenheim		08	00	07331	07331048
2815781	Wachau	wachau	DE	01454	0	Europe/Berlin	51.27577	12.42752		Wachau		13	00	14729	14729260
2815782	Wachau	wachau	DE	01454	4551	Europe/Berlin	51.16172	13.90651		Wachau	14625600	13	00	14625	14625600
2815784	Wabern	wabern	DE	34590	7708	Europe/Berlin	51.1	9.35		Wabern	06634025	05	066	06634	06634025
2815785	Wabern	wabern	DE	34590	0	Europe/Berlin	50.39523	7.14109				08	00	07131	07131211
2815786	Wabern	wabern	DE	34590	0	Europe/Berlin	48.1668	10.97436		Baberen,Wabern		02	091	09181	09181122
2815802	Waal	waal	DE	86875	0	Europe/Berlin	48.6001	11.54451				02	091	09186	09186149
2815803	Waal	waal	DE	86875	2152	Europe/Berlin	47.99679	10.77786		Vaal',Val,Val',Waal,vu~aru,Вааль,Вал,Валь,Վալ,ヴァール		02	097	09777	09777177
2815804	Waakirchen	waakirchen	DE	83666	5464	Europe/Berlin	47.7725	11.67315		Vaakirkhen,Vakirkhen,Vakirxen,wa ji xing,wakyrshn,Ваакірхен,Вакирхен,Վակիրխեն,واکیرشن,瓦基兴	09182134	02	091	09182	09182134
2815807	Waake	waake	DE	37136	1429	Europe/Berlin	51.55637	10.05713		Vake,vu~ake,wa ke,Ваке,ヴァーケ,瓦克	03159035	06	00	03159	03159035
2815812	Waabs	waabs	DE	24369	1462	Europe/Berlin	54.53333	9.98333		Vabs,Waabs,wa bu si,Вабс,瓦布斯	01058166	10	00	01058	01058166
2815823	Vrees	vrees	DE	49757	1577	Europe/Berlin	52.88333	7.76667		Fres,fu lei si,Фрес,弗雷斯	03454055	06	00	03454	03454055
2815824	Vreden	vreden	DE	48691	22412	Europe/Berlin	52.03792	6.828		Freden,Frethenna,Vreden,Vrene,frydn,Фреден,فريدن		07	055	05554	05554068
2815984	Vorwerk	vorwerk	DE	27412	0	Europe/Berlin	53.89369	10.68489				10	00	01003	01003000
2815985	Vorwerk	vorwerk	DE	27412	0	Europe/Berlin	54.51749	13.54228				12	00	13073	13073078
2815986	Vorwerk	vorwerk	DE	27412	0	Europe/Berlin	53.92262	10.97432				12	00	13074	13074017
2815987	Vorwerk	vorwerk	DE	27412	1083	Europe/Berlin	53.18333	9.15			03357052	06	00	03357	03357052
2815988	Vorwerk	vorwerk	DE	27412	0	Europe/Berlin	53.13637	10.63434				06	00	03360	03360001
2815989	Vorwerk	vorwerk	DE	27412	0	Europe/Berlin	52.6519	10.1023				06	00	03351	03351006
2815990	Vorwerk	vorwerk	DE	27412	0	Europe/Berlin	52.25752	8.67885				07	057	05770	05770016
2815991	Vorwerk	vorwerk	DE	27412	0	Europe/Berlin	52.19519	11.21138				14	00	15083	15083323
2816010	Vörstetten	vorstetten	DE	79279	2785	Europe/Berlin	48.06667	7.85		Fershteten,Fershtetten,Fjorshtetten,Voerstetten,Vörstetten,fu er si te teng,Ферштетен,Ферштеттен,Фёрштеттен,Ֆյորշտեթեն,弗尔斯特滕	08316045	01	083	08316	08316045
2816042	Vorra	vorra	DE	91247	0	Europe/Berlin	49.82348	10.84394				02	094	09471	09471131
2816043	Vorra	vorra	DE	91247	1810	Europe/Berlin	49.55718	11.49419		Fora,Forra,Фора,Форра,Ֆորրա	09574161	02	095	09574	09574161
2816127	Vordorf	vordorf	DE	38533	3310	Europe/Berlin	52.36522	10.52035		Wurthorp	03151034	06	00	03151	03151034
2816128	Vordorf	vordorf	DE	38533	0	Europe/Berlin	51.63065	8.09992				07	059	05974	05974024
2816129	Vordorf	vordorf	DE	38533	0	Europe/Berlin	50.04973	11.91891				02	094	09479	09479161
2816130	Vordorf	vordorf	DE	38533	0	Europe/Berlin	48.2161	12.89773				02	091	09171	09171118
2816141	Vorderweidenthal	vorderweidenthal	DE	76889	680	Europe/Berlin	49.13333	7.88333		Fordervajdental,Fordervajdental',fu er de er wei deng ta er,Фордервайденталь,Фордервајдентал,福尔德尔魏登塔尔	07337079	08	00	07337	07337079
2816494	Vorbeck	vorbeck	DE	18258	360	Europe/Berlin	53.90778	12.07071				12	00	13072	13072110
2816495	Vorbeck	vorbeck	DE	18258	0	Europe/Berlin	53.64309	11.58225				12	00	13076	13076044
2816502	Vorbach	vorbach	DE	95519	0	Europe/Berlin	50.1012	10.73096		Vorbach		02	096	09674	09674130
2816503	Vorbach	vorbach	DE	95519	1052	Europe/Berlin	49.82136	11.73625			09374163	02	093	09374	09374163
2816524	Volxheim	volxheim	DE	55546	1056	Europe/Berlin	49.81667	7.93333		Fol'kskhajm,Folkskhajm,fu er ke si hai mu,Фолксхајм,Фольксхайм,福尔克斯海姆	07133106	08	00	07133	07133106
2816527	Voltlage	voltlage	DE	49599	1821	Europe/Berlin	52.43333	7.75		Fol'tlage,Foltlage,fu er te la ge,Фолтлаге,Фольтлаге,福尔特拉格	03459032	06	00	03459	03459032
2816534	Völpke	volpke	DE	39393	1622	Europe/Berlin	52.13865	11.09877		Voelpke,Volpke,Völpke	15083515	14	00	15083	15083515
2816547	Vollstedt	vollstedt	DE	25821	162	Europe/Berlin	54.61667	9.03333		Vollstedt	01054146	10	00	01054	01054146
2816548	Vollrathsruhe	vollrathsruhe	DE	17194	545	Europe/Berlin	53.64362	12.48819				12	00	13071	13071154
2816557	Vollmersweiler	vollmersweiler	DE	76744	221	Europe/Berlin	49.065	8.07722			07334031	08	00	07334	07334031
2816559	Vollmershain	vollmershain	DE	04626	331	Europe/Berlin	50.85	12.3			16077049	15	00	16077	16077049
2816562	Vollmersbach	vollmersbach	DE	55758	582	Europe/Berlin	49.73333	7.31667			07134090	08	00	07134	07134090
2816576	Vollerwiek	vollerwiek	DE	25836	212	Europe/Berlin	54.29128	8.79833		Vollerwiek	01054145	10	00	01054	01054145
2816577	Vollersroda	vollersroda	DE	99438	217	Europe/Berlin	50.93604	11.33094			16071093	15	00	16071	16071093
2816578	Vollersode	vollersode	DE	27729	3209	Europe/Berlin	53.33333	8.91667			03356010	06	00	03356	03356010
2816583	Vollenborn	vollenborn	DE	37355	280	Europe/Berlin	51.35	10.5		Vollenborn	16065032	15	00	16065	16065032
2816595	Volkstedt	volkstedt	DE	06295	0	Europe/Berlin	50.70618	11.32082		Volkstedt		15	00	16073	16073076
2816596	Volkstedt	volkstedt	DE	06295	1307	Europe/Berlin	51.56267	11.55658		Volkstedt,Vulchistedin		14	00	15087	15087130
2816616	Volkmarsen	volkmarsen	DE	34471	6959	Europe/Berlin	51.40895	9.11814		Fol'kmarzen,Folkmarzen,forukumaruzen,fu er ke ma er sen,fwlkmarsn,Фолкмарзен,Фолькмарзен,فولكمارسن,فولکمارسن,フォルクマールゼン,福尔克马尔森		05	066	06635	06635020
2816625	Volkmannsdorf	volkmannsdorf	DE	07924	319	Europe/Berlin	50.61102	11.73168			16075119	15	00	16075	16075119
2816626	Volkmannsdorf	volkmannsdorf	DE	07924	0	Europe/Berlin	50.60483	11.26707				15	00	16073	16073077
2816627	Volkmannsdorf	volkmannsdorf	DE	07924	0	Europe/Berlin	48.50236	11.9548				02	091	09178	09178155
2816639	Volkesfeld	volkesfeld	DE	56745	563	Europe/Berlin	50.4	7.15			07137106	08	00	07137	07137106
2816640	Volkerzen	volkerzen	DE	57612	101	Europe/Berlin	50.71667	7.68333			07132110	08	00	07132	07132110
2816646	Volkertshausen	volkertshausen	DE	78269	2779	Europe/Berlin	47.81667	8.86667		Fol'kertsgauzen,Fol'kertskhauzen,Folkertskhauzen,fu er ke er ci hao sen,Фолкертсхаузен,Фолькертсгаузен,Фолькертсхаузен,福尔克尔茨豪森	08335081	01	083	08335	08335081
2816652	Völkersweiler	volkersweiler	DE	76857	661	Europe/Berlin	49.16667	7.93333			07337078	08	00	07337	07337078
2816661	Völkershausen	volkershausen	DE	36404	0	Europe/Berlin	50.48991	10.27654				02	096	09673	09673182
2816663	Volkershausen	volkershausen	DE	36404	0	Europe/Berlin	50.16316	10.30144				02	096	09672	09672131
2816664	Volkershausen	volkershausen	DE	36404	0	Europe/Berlin	49.18809	10.14149				01	081	08127	08127073
2816677	Volkerode	volkerode	DE	37308	0	Europe/Berlin	51.46825	9.85613				06	00	03159	03159029
2816678	Volkerode	volkerode	DE	37308	265	Europe/Berlin	51.26667	10.06667		Fol'kerode,Folkerode,Volkerode,fu er ke luo de,Фолкероде,Фолькероде,福尔克罗德	16061098	15	00	16061	16061098
2816687	Volkenschwand	volkenschwand	DE	84106	1634	Europe/Berlin	48.6	11.88333			09273178	02	092	09273	09273178
2816702	Volkach	volkach	DE	97332	9585	Europe/Berlin	49.86352	10.22813		Fol'kakh,Folkakh,Folkax,Volkach,fu er ka,fwlkakh,Фолках,Фольках,Ֆոլկախ,فولكاخ,فولکاخ,福尔卡		02	096	09675	09675174
2816703	Volgfelde	volgfelde	DE	39599	207	Europe/Berlin	52.55864	11.64048		Volgfelde		14	00	15090	15090535
2816734	Voigtstedt	voigtstedt	DE	06556	1058	Europe/Berlin	51.39169	11.30888		Voigtstedt	16065086	15	00	16065	16065086
2816743	Voigtsdorf	voigtsdorf	DE	17349	0	Europe/Berlin	54.04316	12.92533				12	00	13073	13073029
2816744	Voigtsdorf	voigtsdorf	DE	17349	111	Europe/Berlin	53.5585	13.65022		Voigtsdorf		12	00	13071	13071153
2816745	Voigtsdorf	voigtsdorf	DE	17349	0	Europe/Berlin	50.74985	13.39416		Voigtsdorf		13	00	14522	14522090
2816760	Vöhringen	vohringen	DE	72189	4183	Europe/Berlin	48.33446	8.66392		Voehringen,Vöhringen	08325061	01	083	08325	08325061
2816761	Vöhringen	vohringen	DE	72189	13207	Europe/Berlin	48.27839	10.08236		Voehringen,Vöhringen		02	097	09775	09775162
2816762	Vöhrenbach	vohrenbach	DE	78147	4167	Europe/Berlin	48.05	8.3		Ferenbakh,Fjorenbakh,Voehrenbach,Vohrenbach,Vöhrenbach,fu he lun ba he,fwrnbakh,Ференбах,Фёренбах,فورنباخ,弗赫伦巴赫	08326068	01	083	08326	08326068
2816769	Vöhl	vohl	DE	34516	6296	Europe/Berlin	51.20565	8.9451		Fel,Fel',Fjol',Voehl,Vöhl,feru,fu he er,Фел,Фель,Фёль,フェール,弗赫尔	06635019	05	066	06635	06635019
2816770	Vohenstrauß	vohenstrauss	DE	92648	7550	Europe/Berlin	49.62383	12.33808		Foehnshtraus,Foenshtraus,Fokhenshtraus,Vohenstrauss,Vohenstrausz,Vohenstrauß,fu heng si te lao si,fwhnshtraws,Фоенштраус,Фохенштраус,Фоэнштраус,Ֆոենշթրաուս,فوهنشتراوس,فوهن‌اشتراوس,福亨斯特劳斯		02	093	09374	09374162
2816776	Vohburg an der Donau	vohburg-an-der-donau	DE	85088	7101	Europe/Berlin	48.76977	11.61845		Danubi Foburg,Foburg,Foburg-an-der-Donau,Fokhburg na Dunavu,Vohbuag an da Doana,Vohburg,Vohburg an der Donau,duo nao he pan fu bao,fbwrg an dr danwb,fwbwrgh,Фобург,Фобург-ан-дер-Донау,Фохбург на Дунаву,Դանուբի Ֆոբուրգ,فبورگ آن در دانوب,فوبورغ,多瑙河畔福堡		02	091	09186	09186158
2816795	Vogtareuth	vogtareuth	DE	83569	3045	Europe/Berlin	47.94694	12.18126		Voctareit	09187181	02	091	09187	09187181
2816796	Vogt	vogt	DE	88267	4534	Europe/Berlin	47.76667	9.76667		Vogt	08436078	01	084	08436	08436078
2816875	Vogelsdorf	vogelsdorf	DE	38836	0	Europe/Berlin	54.28686	10.58019				10	00	01057	01057048
2816876	Vogelsdorf	vogelsdorf	DE	38836	0	Europe/Berlin	52.50182	13.73635				11	00	12064	12064136
2816877	Vogelsdorf	vogelsdorf	DE	38836	0	Europe/Berlin	52.01194	10.8999				14	00	15085	15085185
2816884	Vogelsberg	vogelsberg	DE	99610	759	Europe/Berlin	51.13333	11.25			16068056	15	00	16068	16068056
2816886	Vogelsberg	vogelsberg	DE	99610	0	Europe/Berlin	49.26198	9.78654				01	081	08126	08126046
2816910	Vogelsang	vogelsang	DE	15890	0	Europe/Berlin	52.26606	13.5323				11	00	12061	12061332
2816911	Vogelsang	vogelsang	DE	15890	0	Europe/Berlin	51.26667	6.75				07	051	05111	05111000
2816912	Vogelsang	vogelsang	DE	15890	0	Europe/Berlin	50.95725	6.87929		Gut Vogelsang,Vogelsang		07	053	05315	05315000
2816913	Vogelsang	vogelsang	DE	15890	0	Europe/Berlin	54.43333	9.7				10	00	01058	01058008
2816914	Vogelsang	vogelsang	DE	15890	0	Europe/Berlin	54.18028	10.81489				10	00	01055	01055038
2816915	Vogelsang	vogelsang	DE	15890	0	Europe/Berlin	54.00726	12.47446				12	00	13072	13072097
2816916	Vogelsang	vogelsang	DE	15890	0	Europe/Berlin	53.74211	12.40356				12	00	13072	13072063
2816917	Vogelsang	vogelsang	DE	15890	0	Europe/Berlin	53.72378	14.16201				12	00	13075	13075139
2816918	Vogelsang	vogelsang	DE	15890	0	Europe/Berlin	53.32368	10.6602				06	00	03355	03355009
2816919	Vogelsang	vogelsang	DE	15890	0	Europe/Berlin	53.03434	13.38442		Vogelsang		11	00	12065	12065356
2816920	Vogelsang	vogelsang	DE	15890	798	Europe/Berlin	52.18235	14.66366	30		12067508	11	00	12067	12067508
2816921	Vogelsang	vogelsang	DE	15890	0	Europe/Berlin	51.79495	10.1216				06	00	03155	03155006
2816922	Vogelsang	vogelsang	DE	15890	0	Europe/Berlin	51.21038	7.72143				07	059	05962	05962020
2816923	Vogelsang	vogelsang	DE	15890	0	Europe/Berlin	48.99615	12.021				02	093	09375	09375199
2816924	Vogelsang	vogelsang	DE	15890	0	Europe/Berlin	48.84491	10.03071				01	081	08136	08136088
2816925	Vogelsang	vogelsang	DE	15890	0	Europe/Berlin	48.49961	12.2578				02	092	09274	09274134
2816926	Vogelsang	vogelsang	DE	15890	0	Europe/Berlin	48.006	9.03093				01	084	08437	08437072
2816927	Vogelsang	vogelsang	DE	15890	0	Europe/Berlin	47.92279	9.6601				01	084	08436	08436008
2816928	Vogelsang	vogelsang	DE	15890	0	Europe/Berlin	47.74556	8.31554				01	083	08337	08337128
2816929	Vogelsang	vogelsang	DE	15890	0	Europe/Berlin	47.61667	9.95				02	097	09776	09776124
2816958	Vogelsang	vogelsang	DE	15890	0	Europe/Berlin	54.69922	9.89949				10	00	01059	01059168
2817065	Voerde	voerde	DE	46562	38759	Europe/Berlin	51.59703	6.6863		Ferde,Fjorde,Forde,Voerde,fu ai er de,fwrdh,fwrdt,Ферде,Форде,Фёрде,فوردة,فورده,福埃尔德		07	051	05170	05170044
2817080	Vockerode	vockerode	DE	06786	1741	Europe/Berlin	51.84698	12.35208		Fokerode,Fokkerode,Vockerode,Фокероде,Фоккероде		14	00	15091	15091241
2817081	Vockerode	vockerode	DE	06786	0	Europe/Berlin	51.20953	9.90477				05	066	06636	06636008
2817105	Vlotho	vlotho	DE	32602	20214	Europe/Berlin	52.1653	8.85996		Floto,Flotowe,Flôtôwe,flwtw,furoto,Флото,فلوتو,フロートー		07	057	05758	05758036
2817114	Vitzenburg	vitzenburg	DE	06268	805	Europe/Berlin	51.30172	11.56811		Vitzenburg		14	00	15088	15088305
2817126	Vitense	vitense	DE	19217	343	Europe/Berlin	53.90369	13.54241		Vitense		12	00	13075	13075043
2817128	Vissum	vissum	DE	29416	268	Europe/Berlin	52.82043	11.35567		Vissum		14	00	15081	15081030
2817139	Visbek	visbek	DE	49429	9164	Europe/Berlin	52.83333	8.31667		Fisbek,fei si bei ke,Фисбек,菲斯贝克	03460010	06	00	03460	03460010
2817146	Virneburg	virneburg	DE	56729	427	Europe/Berlin	50.35	7.08333		Firneburg,fei er nei bao,Фирнебург,菲尔内堡	07137105	08	00	07137	07137105
2817148	Vipperow	vipperow	DE	17209	433	Europe/Berlin	53.32611	12.68887				12	00	13071	13071176
2817149	Vippachedelhausen	vippachedelhausen	DE	99439	631	Europe/Berlin	51.08136	11.20935			16071102	15	00	16071	16071102
2817154	Viöl	viol	DE	25884	1956	Europe/Berlin	54.56667	9.18333		Fiel,Fijel,Fijol',Fjaal,Fjolde,Fjåål,Viol,Viöl,fei e er,Фиел,Фиёль,Фијел,菲厄尔	01054144	10	00	01054	01054144
2817158	Vinzelberg	vinzelberg	DE	39599	296	Europe/Berlin	52.55863	11.662		Vinzelberg		14	00	15090	15090535
2817168	Vinningen	vinningen	DE	66957	1723	Europe/Berlin	49.15635	7.55191			07340053	08	00	07340	07340053
2817201	Vilshofen	vilshofen	DE	94474	0	Europe/Berlin	49.29647	11.95115				02	093	09371	09371146
2817202	Vilshofen	vilshofen	DE	94474	16695	Europe/Berlin	48.62695	13.19222		Vilshofen,Vilshofen an der Donau		02	092	09275	09275154
2817204	Vilsheim	vilsheim	DE	84186	2404	Europe/Berlin	48.44882	12.10686		Fil'sgajm,Fil'skhajm,Filshaym,Filskhajm,fei er si hai mu,fylshaym,Филсхајм,Фильсхайм,Фільсгайм,Ֆիլսհայմ,فیلسهایم,菲尔斯海姆	09274185	02	092	09274	09274185
2817207	Vilseck	vilseck	DE	92249	6560	Europe/Berlin	49.6148	11.80261		Fil'zek,Filzek,Vilseck,fei er sai ke,fylsk,Филзек,Фильзек,Фільзек,Ֆիլզեկ,فیلسک,菲尔塞克		02	093	09371	09371156
2817209	Vilsbiburg	vilsbiburg	DE	84137	11416	Europe/Berlin	48.45296	12.35604		Fil'sbiburg,Filsbiburg,Vilsbiburg,fei er si bi bao,fylsbybwrg,fylsbybwrgh,Филсбибург,Фильсбибург,Фільсбібург,Ֆիլսբիբուրգ,فيلسبيبورغ,فیلسبیبورگ,菲尔斯比堡		02	092	09274	09274184
2817217	Villmar	villmar	DE	65606	7334	Europe/Berlin	50.39287	8.1931		Fil'mar,Fill'mar,Filmar,Villmar,fei er ma er,Филмар,Фильмар,Філльмар,菲尔马尔	06533015	05	065	06533	06533015
2817220	Villingen-Schwenningen	villingen-schwenningen	DE	78048	81770	Europe/Berlin	48.06226	8.49358		Filingen-Shveningen,Filingenas-Sveningenas,Filingenas-Šveningenas,Fillingen-Shvenningen,Villingen Schwenningen,Villingen-Schwenningen,Villingen-Shvenningen,ZQL,fei lin gen-shi wen ning gen,fylynghn-shfnynghn,fylyngn-ashwnyngn,Виллинген-Швеннинген,Филинген-Швенинген,Филлинген-Швеннинген,Філлінген-Швеннінген,فيلينغن-شفنينغن,فیلینگن-اشونینگن,菲林根-施文宁根	08326	01	083	08326	08326074
2817222	Villingendorf	villingendorf	DE	78667	3226	Europe/Berlin	48.2	8.58333		Filingendorf,Fillingendorf,Villingendorf,fei lin gen duo fu,Филингендорф,Филлингендорф,Філлінгендорф,菲林根多夫	08325060	01	083	08325	08325060
2817230	Villenbach	villenbach	DE	89444	1283	Europe/Berlin	48.50887	10.61468			09773179	02	097	09773	09773179
2817239	Vilgertshofen	vilgertshofen	DE	86946	2445	Europe/Berlin	47.95	10.91667		Fil'gertsgofen,Fil'gertskhofen,Filgertskhofen,fei er ge er ci huo fen,firugerutsuhofen,fylgrtshwfn,Филгертсхофен,Фильгертсхофен,Фільгертсгофен,Ֆիլգերթսհոֆեն,فیلگرتسهوفن,フィルゲルツホーフェン,菲尔格尔茨霍芬	09181133	02	091	09181	09181133
2817247	Vietznitz	vietznitz	DE	14662	0	Europe/Berlin	52.72844	12.62561				11	00	12063	12063142
2817252	Veitsrodt	veitsrodt	DE	55758	727	Europe/Berlin	49.75576	7.30131		Veitsrodt,Vietsrodt	07134089	08	00	07134	07134089
2817258	Vietmannsdorf	vietmannsdorf	DE	17268	0	Europe/Berlin	53.05017	13.52951		Vietmannsdorf		11	00	12073	12073572
2817272	Viesecke	viesecke	DE	19336	0	Europe/Berlin	53.01344	12.0278				11	00	12070	12070302
2817311	Viersen	viersen	DE	41747	76153	Europe/Berlin	51.25435	6.39441		Firzen,Veeese,Veeëse,Viersen,ZQK,fei er sen,fyrzn,Фирзен,Фірзен,فيرزن,فیرزن,菲爾森	05166	07	051	05166	05166032
2817319	Vierraden	vierraden	DE	16306	0	Europe/Berlin	53.0967	14.29338				11	00	12073	12073532
2817324	Viernheim	viernheim	DE	68519	32620	Europe/Berlin	49.54033	8.5782		Firngajm,Firnkhajm,Vernem,Viernheim,fei er en hai mu,firunhaimu,fyrnhaym,Фирнхайм,Фирнхајм,Фірнгайм,Фірнхайм,فيرنهايم,فیرنهایم,フィールンハイム,菲尔恩海姆		05	064	06431	06431020
2817325	Viernau	viernau	DE	98547	2209	Europe/Berlin	50.66225	10.55778		Firnau,Viernau,fei er nao,Фирнау,菲尔瑙	16066069	15	00	16066	16066069
2817333	Vierlinden	vierlinden	DE	15306	0	Europe/Berlin	51.54017	6.72551				07	051	05112	05112000
2817339	Vierkirchen	vierkirchen	DE	02894	4216	Europe/Berlin	48.36667	11.46667			09174150	02	091	09174	09174150
2817343	Vieritz	vieritz	DE	14715	0	Europe/Berlin	52.5249	12.25641		Vieritz		11	00	12063	12063189
2817346	Vierhöfen	vierhofen	DE	21444	966	Europe/Berlin	53.26667	10.21667		Vierhoefen,Vierhöfen	03353037	06	00	03353	03353037
2817347	Vierhöfen	vierhofen	DE	21444	0	Europe/Berlin	48.76195	12.7325				02	092	09279	09279137
2817375	Viereck	viereck	DE	17309	1375	Europe/Berlin	53.54898	14.04001				12	00	13075	13075138
2817376	Vierden	vierden	DE	27419	779	Europe/Berlin	53.33333	9.5			03357050	06	00	03357	03357050
2817394	Vienenburg	vienenburg	DE	38690	11417	Europe/Berlin	51.95242	10.56374		Finenburg,Vienenburg,fei nen bao,fynnbwrg,fynnbwrgh,Финенбург,فيننبورغ,فیننبورگ,菲嫩堡		06	00	03153	03153017
2817395	Vienau	vienau	DE	39624	439	Europe/Berlin	52.70822	11.4826				14	00	15081	15081240
2817402	Vielitz	vielitz	DE	16835	0	Europe/Berlin	52.93376	13.01609		Vielitz		11	00	12068	12068437
2817403	Vielitz	vielitz	DE	16835	0	Europe/Berlin	50.18225	12.10866				02	094	09479	09479152
2817404	Vielist	vielist	DE	17194	517	Europe/Berlin	53.55401	12.63877		Vielist		12	00	13071	13071047
2817410	Vielbach	vielbach	DE	56244	588	Europe/Berlin	50.51056	7.77194			07143078	08	00	07143	07143078
2817412	Vielank	vielank	DE	19303	714	Europe/Berlin	53.23545	11.13964		Vielank		12	00	13076	13076143
2817483	Viechtach	viechtach	DE	94234	8653	Europe/Berlin	49.08001	12.88566		Fikhtakh,Veita,Viechtach,fei xi ta,fyshtakh,Фихтах,Фіхтах,Ֆիխթախ,فيشتاخ,فیشتاخ,菲希塔		02	092	09276	09276144
2817506	Vettweiß	vettweiss	DE	52391	9116	Europe/Berlin	50.73333	6.6		Fettvajs,Fettweiss,Fettweĳß,Fetvajs,Vettweiss,Vettweiß,fei te wei si,Фетвайс,Фетвајс,Феттвайс,费特魏斯	05358060	07	053	05358	05358060
2817508	Vettin	vettin	DE	16928	0	Europe/Berlin	53.03316	12.17062				11	00	12070	12070125
2817512	Vettelschoß	vettelschoss	DE	53560	3510	Europe/Berlin	50.61667	7.35		Fetelshos,Fettel'shos,Vettelschoss,Vettelschoß,fei te er shao si,Фетелшос,Феттельшос,费特尔绍斯	07138075	08	00	07138	07138075
2817517	Vetschau	vetschau	DE	03226	9857	Europe/Berlin	51.78638	14.07941		Vetschau,Vetschau/Spreewald,Wetosow,Wetosow/Blota,Wětošow,Wětošow/Błota		11	00	12066	12066320
2817518	Vetschau	vetschau	DE	03226	0	Europe/Berlin	50.81483	6.04222				07	053	05334	05334002
2817523	Vestenbergsgreuth	vestenbergsgreuth	DE	91487	1595	Europe/Berlin	49.68764	10.65157		Vestenbergsgreuth		02	095	09572	09572159
2817537	Versmold	versmold	DE	33775	20996	Europe/Berlin	52.04009	8.15272		Fersmele,Fersmol'd,Fersmold,Versmold,fei er si mo er de,frsmwld,Ферсмолд,Ферсмольд,فرسمولد,费尔斯莫尔德		07	057	05754	05754048
2817576	Verl	verl	DE	33415	24002	Europe/Berlin	51.88333	8.51667		Ferl,Ferl',Verl,fei er,frl,Ферл,Ферль,فرل,费尔	05754044	07	057	05754	05754044
2817581	Veringenstadt	veringenstadt	DE	72519	2332	Europe/Berlin	48.18515	9.21079		Feringenshtadt,Feringenshtat,fei lin gen si ta te,Ферингенштадт,Ферингенштат,فرینگن‌اشتات,费林根斯塔特		01	084	08437	08437114
2817616	Venusberg	venusberg	DE	09430	2390	Europe/Berlin	50.69918	13.01854		Venusberg		13	00	14521	14521150
2817620	Ventschow	ventschow	DE	19417	799	Europe/Berlin	53.78777	11.58045				12	00	13074	13074082
2817627	Venningen	venningen	DE	67482	956	Europe/Berlin	49.28167	8.17361			07337077	08	00	07337	07337077
2817659	Vendersheim	vendersheim	DE	55578	561	Europe/Berlin	49.86639	8.06861		Fenderskhajm,fen de er si hai mu,wndrshym,Фендерсхайм,Фендерсхајм,وندرشیم,芬德尔斯海姆	07331065	08	00	07331	07331065
2817668	Veltheim	veltheim	DE	38173	1044	Europe/Berlin	52.21874	10.68327		Fel'tkhajm,Feltkhajm,Veltheim,fei er tai mu,wlthym,Фелтхајм,Фельтхайм,ولتهیم,费尔泰姆		06	00	03158	03158033
2817669	Veltheim	veltheim	DE	38173	0	Europe/Berlin	52.1993	8.96253				07	057	05770	05770032
2817670	Veltheim	veltheim	DE	38173	0	Europe/Berlin	52.03486	10.74514				14	00	15085	15085230
2817674	Velten	velten	DE	16727	11498	Europe/Berlin	52.69149	13.17533		Fel'ten,Felten,Velten,fei er teng,fltn,Фелтен,Фельтен,Ֆելտեն,فلتن,费尔滕		11	00	12065	12065332
2817678	Velsdorf	velsdorf	DE	39359	220	Europe/Berlin	52.40724	11.24691		Fel'sdorf,Felsdorf,Velsdorf,wlsdrf,Фелсдорф,Фельсдорф,ولسدرف		14	00	15083	15083125
2817679	Velpke	velpke	DE	38458	4506	Europe/Berlin	52.40797	10.93637		Fel'pke,Felpke,fei er pu ke,wlpk,Фелпке,Фельпке,ولپک,费尔普克	03154024	06	00	03154	03154024
2817694	Vellberg	vellberg	DE	74541	4264	Europe/Berlin	49.0843	9.87914		Fel'berg,Felberg,Fell'berg,Vellberg,fei er bei ge,feruberuku,flbrg,flbrgh,Фелберг,Фелльберг,Фельберг,فلبرغ,فلبرگ,フェルベルク,费尔贝格		01	081	08127	08127089
2817696	Vellahn	vellahn	DE	19260	933	Europe/Berlin	53.40104	10.96707		Felan,Fellan,Vellahn,fei la en,wlhn,Фелан,Феллан,ولهن,费拉恩		12	00	13076	13076142
2817703	Velgast	velgast	DE	18469	2016	Europe/Berlin	54.27204	12.81075		Fel'gast,Felgast,fei er jia si te,wlgst,Фелгаст,Фельгаст,ولگست,费尔加斯特		12	00	13073	13073096
2817704	Velen	velen	DE	46342	13074	Europe/Berlin	51.89447	6.98807		Felen,Felie,Felin,Velen,fei lun,Фелен,费伦	05554064	07	055	05554	05554064
2817714	Veldenz	veldenz	DE	54472	939	Europe/Berlin	49.88867	7.02206		Fel'denc,Feldenc,fei er deng ci,wldnz,Фелденц,Фельденц,ولدنز,费尔登茨	07231126	08	00	07231	07231126
2817717	Velden	velden	DE	84149	1887	Europe/Berlin	49.61388	11.51008		Fel'den,Felden,Velden,fldn,fldn an dr pgnyts,Фелден,Фельден,Ֆելդեն,فلدن,فلدن آن در پگنیتس		02	095	09574	09574160
2817718	Velden	velden	DE	84149	0	Europe/Berlin	49.21765	10.54279				02	095	09571	09571166
2817719	Velden	velden	DE	84149	6488	Europe/Berlin	48.36632	12.25596		Fel'den,Felden,Velden,wldn,Фелден,Фельден,Ֆելդեն,ولدن		02	092	09274	09274183
2817722	Velburg	velburg	DE	92355	5373	Europe/Berlin	49.23212	11.6716		Fel'burg,Felburg,fei er bao,flbwrg,flbwrgh,Фелбург,Фельбург,Ֆելբուրգ,فلبورغ,فلبورگ,费尔堡		02	093	09373	09373167
2817724	Velbert	velbert	DE	42549	87669	Europe/Berlin	51.33537	7.04348		Fel'bert,Felbert,Velbed,Velbert,Vèlbed,ZQJ,fei er bei te,flbrt,Фелберт,Фельберт,فلبرت,費爾貝特		07	051	05158	05158032
2817733	Veitshöchheim	veitshochheim	DE	97209	10279	Europe/Berlin	49.83278	9.88167		Fajtsgekhgajm,Fajtskhekhkhajm,Fajtskhjokhkhajm,Faytshyoxhaym,Veitshoechheim,Veitshöchheim,fa yi ci he xia yi mu,faitsuhehihaimu,wytshwchym,Файтсгехгайм,Файтсхёххайм,Фајтсхеххајм,Ֆայտսհյոխհայմ,قلع ویٹسوکیم,ویتشوچیم,ファイツヘーヒハイム,法伊茨赫夏伊姆	09679202	02	096	09679	09679202
2817736	Veitsbronn	veitsbronn	DE	90587	6194	Europe/Berlin	49.51239	10.88797		Fajtsbron,Fajtsbronn,fa yi ci bu long,wytsbrn,Файтсбронн,Фајтсброн,Ֆայթսբրոն,ویتسبرن,法伊茨布龙	09573130	02	095	09573	09573130
2817752	Veilsdorf	veilsdorf	DE	98669	3225	Europe/Berlin	50.40876	10.80947		Fajl'sdorf,Fajlsdorf,Veilsdorf,fa yi er si duo fu,wylsdrf,Файльсдорф,Фајлсдорф,ویلسدرف,法伊尔斯多夫	16069053	15	00	16069	16069053
2817768	Vehlow	vehlow	DE	16866	0	Europe/Berlin	53.01227	12.31922		Vehlow		11	00	12070	12070149
2817769	Vehlitz	vehlitz	DE	39291	368	Europe/Berlin	52.10646	11.88039		Vehlitz		14	00	15086	15086055
2817772	Vehlin	vehlin	DE	16866	0	Europe/Berlin	52.95691	12.13903				11	00	12070	12070149
2817806	Veckenstedt	veckenstedt	DE	38871	1433	Europe/Berlin	51.90113	10.73203		Veckenstedt		14	00	15085	15085227
2817812	Vechta	vechta	DE	49377	29729	Europe/Berlin	52.72632	8.28598		Fekhta,Vechta,Vechte,fei xi ta,fshta,Фехта,فشتا,费希塔	03460	06	00	03460	03460009
2817813	Vechelde	vechelde	DE	38159	16219	Europe/Berlin	52.26038	10.36491		Fehtlon [a. 973],Fekhel'de,Fekhelde,Vechel,Vechtla [a. 1145],fei xie er de,wchld,Фехелде,Фехельде,وچلد,费歇尔德	03157007	06	00	03157	03157007
2817816	Vatterode	vatterode	DE	06343	709	Europe/Berlin	51.59935	11.4322		Vatterode		14	00	15087	15087275
2817817	Vatterode	vatterode	DE	06343	0	Europe/Berlin	51.30793	10.03445				15	00	16061	16061024
2817818	Vaterstetten	vaterstetten	DE	85591	21007	Europe/Berlin	48.10537	11.76825		Fatershteten,Fatershtetten,fa te er si te teng,wtrsttn,Фатерштетен,Фатерштеттен,وترستتن,法特尔斯特滕	09175132	02	091	09175	09175132
2817823	Vastorf	vastorf	DE	21397	943	Europe/Berlin	53.19801	10.54563		Fastorf,fa si tuo fu,wstrf,Фасторф,وسترف,法斯托夫	03355038	06	00	03355	03355038
2817840	Varrel	varrel	DE	27259	0	Europe/Berlin	53.67779	9.0546				06	00	03352	03352036
2817841	Varrel	varrel	DE	27259	1368	Europe/Berlin	52.6215	8.7331		Farel,Farrel',fa lei er,Фарел,Фаррель,法雷尔	03251043	06	00	03251	03251043
2817873	Varel	varel	DE	26316	25212	Europe/Berlin	53.39693	8.13621		Farel,Farel',Foarel,farl,Фарел,Фарель,فارل	03455026	06	00	03455	03455026
2817874	Varel	varel	DE	26316	0	Europe/Berlin	53.18848	9.5007				06	00	03357	03357041
2817881	Varchentin	varchentin	DE	17192	396	Europe/Berlin	53.58413	12.86021		Farkhentin,Varchentin,fa er xing ting,wrchntyn,Фархентин,ورچنتین,法尔兴廷		12	00	13071	13071056
2817894	Valwig	valwig	DE	56812	430	Europe/Berlin	50.15	7.21667		Valwig bei Cochem	07135086	08	00	07135	07135086
2817901	Valluhn	valluhn	DE	19246	370	Europe/Berlin	53.52551	10.84299				12	00	13076	13076092
2817904	Valley	valley	DE	83626	2968	Europe/Berlin	47.8931	11.77915			09182133	02	091	09182	09182133
2817909	Vallendar	vallendar	DE	56179	8959	Europe/Berlin	50.39586	7.62427		Falendar,Fallendar,Vallendar,fa lun da er,falndar,farenda,Фалендар,Фаллендар,فالندار,ファレンダー,法伦达尔		08	00	07137	07137226
2817910	Valfitz	valfitz	DE	29416	165	Europe/Berlin	52.76391	11.11941		Valfitz		14	00	15081	15081290
2817927	Vaihingen an der Enz	vaihingen-an-der-enz	DE	71665	28867	Europe/Berlin	48.93563	8.96045		Fajgingen-an-der-Enc,Fajingen-an-der-Ehnc,Fajkhingen an der Enc,Fajkhingen na Enc,Fajkhingen-na-Ehnce,Vaihingen,Vaihingen an der Enz,Vaihingen-sur-lEnz,en ci he pan fa yi xin gen,fayhynghn,fayhyngn an dr ants,Файгінген-ан-дер-Енц,Файинген-ан-дер-Энц,Файхинген на Енц,Файхинген-на-Энце,Фајхинген ан дер Енц,فايهينغن,فایهینگن آن در انتس,恩茨河畔法伊欣根		01	081	08118	08118073
2817949	Vahldorf	vahldorf	DE	39345	562	Europe/Berlin	52.2566	11.49925				14	00	15083	15083390
2817950	Vahlde	vahlde	DE	27389	746	Europe/Berlin	53.1851	9.63209			03357049	06	00	03357	03357049
2817951	Vahlbruch	vahlbruch	DE	37647	542	Europe/Berlin	51.92077	9.34061		Fal'brukh,Falbrukh,fa er bu lu,faruburufu,Фалбрух,Фальбрух,ファールブルーフ,法尔布鲁	03255035	06	00	03255	03255035
2817965	Vachendorf	vachendorf	DE	83377	1770	Europe/Berlin	47.84256	12.60606			09189161	02	091	09189	09189161
2817966	Vachendorf	vachendorf	DE	83377	0	Europe/Berlin	47.82815	12.32041		Vachendorf		02	091	09187	09187162
2817967	Vachdorf	vachdorf	DE	98617	831	Europe/Berlin	50.52632	10.53733		Vachdorf	16066081	15	00	16066	16066081
2817970	Vacha	vacha	DE	36404	3856	Europe/Berlin	50.8279	10.02185		Fakha,fa ha,fasha  alman,Фаха,فاشا، آلمان,法哈		15	00	16063	16063082
2817974	Vaalermoor	vaalermoor	DE	25594	150	Europe/Berlin	53.98506	9.33913		Vaalermoor	01061106	10	00	01061	01061106
2817976	Vaale	vaale	DE	25594	1318	Europe/Berlin	54	9.38333		Vaale	01061105	10	00	01061	01061105
2818063	Uthausen	uthausen	DE	06773	219	Europe/Berlin	51.76456	12.5567		Uthausen		14	00	15091	15091160
2817980	Üxheim	uxheim	DE	54579	1399	Europe/Berlin	50.35	6.75		Ikskhajm,Uxheim,Uxheim-Ahutte,yu ke si hai mu,Üxheim,Üxheim-Ahütte,Иксхайм,Иксхајм,于克斯海姆	07233076	08	00	07233	07233076
2817990	Utzerath	utzerath	DE	54552	204	Europe/Berlin	50.21667	6.93333			07233077	08	00	07233	07233077
2817995	Utzenhain	utzenhain	DE	56291	123	Europe/Berlin	50.13333	7.63333			07140156	08	00	07140	07140156
2817996	Utzenfeld	utzenfeld	DE	79694	697	Europe/Berlin	47.8	7.91667		Ucenfeld,Utcenfel'd,wu cen fei er de,Утценфельд,Уценфелд,乌岑费尔德	08336090	01	083	08336	08336090
2818000	Utzedel	utzedel	DE	17111	431	Europe/Berlin	53.85802	13.11656		Utzedel		12	00	13071	13071148
2818002	Utzberg	utzberg	DE	99428	303	Europe/Berlin	50.97682	11.19111		Utzberg		15	00	16071	16071103
2818003	Ütz	uetz	DE	39517	0	Europe/Berlin	52.36596	11.84601				14	00	15090	15090546
2818014	Utting am Ammersee	utting-am-ammersee	DE	86919	3983	Europe/Berlin	48.02608	11.08612		Utting,Utting am Ammersee		02	091	09181	09181144
2818025	Uttenweiler	uttenweiler	DE	88524	3770	Europe/Berlin	48.15	9.61667		Utenvajler,Uttenvajler,Uttenweiler,wu teng wei lei,Утенвајлер,Уттенвайлер,Ութենվայլեր,უტენვაილერი,乌滕韦勒	08426124	01	084	08426	08426124
2818027	Uttenreuth	uttenreuth	DE	91080	4545	Europe/Berlin	49.59675	11.07216		Utenrojt,Uttenrojt,uttenroito,wu teng luo yi te,Утенројт,Уттенройт,ウッテンロイト,乌滕罗伊特	09572158	02	095	09572	09572158
2818059	Uthlede	uthlede	DE	27628	1020	Europe/Berlin	53.31119	8.57861			03352060	06	00	03352	03352060
2818060	Uthleben	uthleben	DE	99765	1219	Europe/Berlin	51.44912	10.838		Uthleben		15	00	16062	16062064
2818062	Uthausen	uthausen	DE	06773	0	Europe/Berlin	53.6404	7.94817				06	00	03455	03455020
2818066	Utersum	utersum	DE	25938	407	Europe/Berlin	54.71431	8.40609		OEdersem,Uterzum,Yttersum,wu te er su mu,Ödersem,Утерзум,乌特尔苏姆	01054143	10	00	01054	01054143
2818067	Uetersen	uetersen	DE	25429	17921	Europe/Berlin	53.68769	9.66394		I-Uetersen,Itersen,Iterzen,Iterzene,Iterzens,Jutehrzen,Juterzen,Owetersen,QSM,U'tersen,UEterzen,Uetersen,Utarsan,Utersen,Yterzen,Yterzenas,u'etersen,uetersen,utarsena,uterasena,witeojen,wu te sen,yu te sen,yutarjhana,yutersen,yuteruzen,yuttarcen,ywtrsn,Ütersen,Üterzen,Īterzens,ʼytrzn,Ύτερζεν,Итерзен,Уетерсен,Утăрсан,Уьтерсен,Ютерзен,Ютэрзен,Ѷтєрꙁєнъ,Ուետերսեն,איטערזען,איטרזן,ئوته‌رزهن,يوترسن,یوترسن,یوٹرسن,ܐܝܛܙܢ,ऊएतेर्सेन्,यूटर्झन,উটার্সেন,উটেরসেন,ઊએતેર્સેન્,ଊଏତେର୍ସେନ୍,யூட்டர்சென்,ఊఎతెర్సెన్,ಯುಟೆರ್ಸೆನ್,ඌඑටෙර්සෙන්,อือแทร์เซิน,ཨུ་ཏེར་སེན,უეტერზენი,ኢውተዘን,ᐃᐊᐃᑖᓯᓐ/iaitaatsin,ᔨᑌᕐᓭᓐ,ユーテルゼン,于特森,於特森,위터젠,𐌿𐌴𐍄𐌴𐍂𐍃𐌴𐌽		10	00	01056	01056049
2818073	Utendorf	utendorf	DE	98617	509	Europe/Berlin	50.61667	10.43333		Utendorf	16066079	15	00	16066	16066079
2818077	Utenbach	utenbach	DE	06618	156	Europe/Berlin	51.0658	11.86516		Utenbach		14	00	15084	15084335
2818078	Utenbach	utenbach	DE	06618	0	Europe/Berlin	51.02835	11.56356		Utenbach		15	00	16071	16071001
2818079	Utecht	utecht	DE	19217	375	Europe/Berlin	53.76808	10.77077		Utecht		12	00	13074	13074080
2818080	Utarp	utarp	DE	26556	655	Europe/Berlin	53.61667	7.48333		Utarp,wu ta er pu,Утарп,乌塔尔普	03462016	06	00	03462	03462016
2818082	Ustersbach	ustersbach	DE	86514	1214	Europe/Berlin	48.31667	10.65		Owstersbax,Ustasboch,Ustersbach,Ustersbakh,awshtrsbakh,wu si te er si ba he,Устерсбах,Ուստերսբախ,اوشترسباخ,乌斯特尔斯巴赫	09772211	02	097	09772	09772211
2818094	Uslar	uslar	DE	37170	15951	Europe/Berlin	51.6569	9.63501		UEsseler,Uslar,awzlar,usura,wu si la er,Üsseler,Услар,اوزلار,ウスラー,乌斯拉尔		06	00	03155	03155012
2818097	Usingen	usingen	DE	61250	13511	Europe/Berlin	50.33554	8.53688		Usingen,Uzingen,awzynghn,awzyngn,wu xin gen,Узинген,Узінген,أوزينغن,اوزینگن,乌辛根		05	064	06434	06434011
2818099	Userin	userin	DE	17237	801	Europe/Berlin	53.33866	12.98				12	00	13071	13071147
2818107	Usedom	usedom	DE	17406	1929	Europe/Berlin	53.87537	13.92394		Usedom		12	00	13075	13075137
2818115	Usch	usch	DE	54655	76	Europe/Berlin	50.1	6.6			07232129	08	00	07232	07232129
2818121	Ürzig	urzig	DE	54539	914	Europe/Berlin	49.97943	7.0061		Ircig,Ircikh,UErzig,yu er qi xi,Ürzig,Ирциг,Ирцих,于尔齐希	07231125	08	00	07231	07231125
2818141	Urspringen	urspringen	DE	97857	0	Europe/Berlin	50.45599	10.13852				02	096	09673	09673153
2818142	Urspringen	urspringen	DE	97857	1350	Europe/Berlin	49.90166	9.67123		Urshpringen,wu er si pu lin gen,Уршпринген,Уршпрінген,Ուրշփրինգեն,乌尔斯普林根	09677193	02	096	09677	09677193
2818152	Uersfeld	uersfeld	DE	56767	717	Europe/Berlin	50.25	7.01667		Uersfeld,Ursfeld,Ürsfeld	07233242	08	00	07233	07233242
2818155	Ursensollen	ursensollen	DE	92289	3690	Europe/Berlin	49.40204	11.75503		Owrzenzolen,Urzenzolen,Urzenzollen,wu er sen suo lun,Урзензолен,Урзензоллен,Ուրզենզոլեն,乌尔森索伦	09371154	02	093	09371	09371154
2818164	Urschmitt	urschmitt	DE	56825	276	Europe/Berlin	50.11667	7.06667			07135085	08	00	07135	07135085
2818170	Ursberg	ursberg	DE	86513	3579	Europe/Berlin	48.26428	10.44594		Owrsberg,Ursberg,wu er si bei ge,Урсберг,Ուրսբերգ,乌尔斯贝格	09774116	02	097	09774	09774116
2818177	Urnshausen	urnshausen	DE	36457	801	Europe/Berlin	50.73494	10.17381		Urnskhauzen,wu er en si hao sen,Урнсхаузен,乌尔恩斯豪森	16063015	15	00	16063	16063015
2818184	Urmitz	urmitz	DE	56220	3480	Europe/Berlin	50.41667	7.51667		Urmic,Urmitz,wu er mi ci,Урмиц,乌尔米茨	07137225	08	00	07137	07137225
2818186	Urmersbach	urmersbach	DE	56761	493	Europe/Berlin	50.25	7.13333			07135084	08	00	07135	07135084
2818229	Urbar	urbar	DE	55430	3152	Europe/Berlin	50.38333	7.63333			07137224	08	00	07137	07137224
2818230	Urbar	urbar	DE	55430	799	Europe/Berlin	50.13333	7.71667			07140155	08	00	07140	07140155
2818242	Urbach	urbach	DE	56317	0	Europe/Berlin	51.4801	10.90118		Urbeke [a. 1206]	16062054	15	00	16062	16062054
2818243	Urbach	urbach	DE	56317	1013	Europe/Berlin	51.29468	10.6054				15	00	16064	16064072
2818244	Urbach	urbach	DE	56317	0	Europe/Berlin	50.88319	7.07673				07	053	05315	05315000
2818246	Bad Urach	bad-urach	DE	72574	12831	Europe/Berlin	48.49107	9.40009		Bad Urakh,Bad-Urakh,Urach,ba te wu la he,bad awrakh,Бад Урах,Бад-Урах,باد أوراخ,باد اوراخ,巴特乌拉赫		01	084	08415	08415078
2825248	Suckow	suckow	DE	19376	0	Europe/Berlin	53.30965	11.97081				12	00	13076	13076168
2818258	Uppershausen	uppershausen	DE	54673	84	Europe/Berlin	50.03333	6.31667			07232128	08	00	07232	07232128
2818263	Upost	upost	DE	17111	0	Europe/Berlin	53.88047	12.91796				12	00	13071	13071157
2818276	Uphusum	uphusum	DE	25923	0	Europe/Berlin	54.85	8.85			01054142	10	00	01054	01054142
2818277	Uphusum	uphusum	DE	25923	0	Europe/Berlin	54.63333	8.91667				10	00	01054	01054014
2818297	Upgant-Schott	upgant-schott	DE	26529	3836	Europe/Berlin	53.51667	7.28333		Upgant-Shot,wu pu gan te-shao te,Упгант-Шот,乌普甘特-绍特	03452024	06	00	03452	03452024
2818309	Upahl	upahl	DE	23936	825	Europe/Berlin	53.82039	11.21617		Upahl		12	00	13074	13074079
2818313	Unzenberg	unzenberg	DE	55483	449	Europe/Berlin	49.9697	7.43945			07140154	08	00	07140	07140154
2818322	Untrasried	untrasried	DE	87496	1515	Europe/Berlin	47.83333	10.38333			09777176	02	097	09777	09777176
2818354	Unterwössen	unterwossen	DE	83246	3545	Europe/Berlin	47.73333	12.46667		Untawoessn,Untawössn,Untervesen,Untervessen,Untervjossen,Unterwoessen,Unterwössen,awntrwsn,weng te er wei sen,Унтервесен,Унтервессен,Унтервёссен,Ունթերվյոսեն,اونتروسن,翁特尔韦森	09189160	02	091	09189	09189160
2818410	Werschen	werschen	DE	06682	0	Europe/Berlin	51.13486	12.05853		Unterwerschen,Werschen		14	00	15084	15084235
2818418	Unterwellenborn	unterwellenborn	DE	07333	3002	Europe/Berlin	50.65	11.43333		Untervelenborn,Untervellenborn,Unterwellenborn,weng te er wei lun bo er en,Унтервеленборн,Унтервелленборн,翁特尔韦伦博尔恩	16073111	15	00	16073	16073111
2818426	Unterweißbach	unterweissbach	DE	98744	891	Europe/Berlin	50.61396	11.16743		Untervajsbakh,Unterweissbach,Unterweißbach,weng te er wei si ba he,Унтервайсбах,Унтервајсбах,翁特尔魏斯巴赫	16073094	15	00	16073	16073094
2818448	Unterweid	unterweid	DE	98634	518	Europe/Berlin	50.60986	10.06074		Unterweid	16066095	15	00	16066	16066095
2818471	Unterwaldhausen	unterwaldhausen	DE	88379	0	Europe/Berlin	47.9	9.46667		Unterval'dgauzen,Unterval'dkhauzen,Untervaldkhauzen,weng te er wa er de hao sen,Унтервалдхаузен,Унтервальдгаузен,Унтервальдхаузен,翁特尔瓦尔德豪森	08436077	01	084	08436	08436077
2818472	Unterwaldhausen	unterwaldhausen	DE	88379	0	Europe/Berlin	47.78333	9.51667				01	084	08436	08436095
2818495	Unterwachingen	unterwachingen	DE	89597	185	Europe/Berlin	48.20288	9.64355			08425125	01	084	08425	08425125
2818541	Unterthingau	unterthingau	DE	87647	2747	Europe/Berlin	47.77155	10.50446		Owntertingau,Unterthingau,Untertingau,untatingau,weng te er ting gao,Унтертингау,Унтертінгау,Ունտերտինգաու,ウンターティンガウ,翁特尔廷高		02	097	09777	09777175
2818632	Untersteinach	untersteinach	DE	95369	1989	Europe/Berlin	50.13333	11.51667		Untershtajnakh,untashutainaha,weng te er si tai na,Унтерштайнах,Унтерштајнах,Ունթերշթայնախ,ウンターシュタイナハ,翁特尔斯泰纳	09477159	02	094	09477	09477159
2818633	Untersteinach	untersteinach	DE	95369	0	Europe/Berlin	49.96912	11.68733				02	094	09472	09472199
2818634	Untersteinach	untersteinach	DE	95369	0	Europe/Berlin	49.82771	10.56741				02	094	09471	09471122
2818635	Untersteinach	untersteinach	DE	95369	0	Europe/Berlin	47.76317	12.01428				02	091	09187	09187129
2818653	Unterstadion	unterstadion	DE	89619	760	Europe/Berlin	48.20305	9.6884			08425124	01	084	08425	08425124
2818677	Untersiemau	untersiemau	DE	96253	4208	Europe/Berlin	50.19415	10.97448		Untersimau,Unterzimau,untajimau,weng te er xi mao,Унтерзимау,Унтерзімау,Унтерсимау,Ունթերզիմաու,ウンタージーマウ,翁特尔西毛	09473170	02	094	09473	09473170
2818682	Untershausen	untershausen	DE	56412	505	Europe/Berlin	50.4	7.85			07143077	08	00	07143	07143077
2818719	Unterschwaningen	unterschwaningen	DE	91743	928	Europe/Berlin	49.07977	10.62179		Owntersvaningen,Untershvaningen,untashuvu~aningen,weng te er shi wa ning gen,Унтершванинген,Унтершванінген,Ունտերշվանինգեն,ウンターシュヴァーニンゲン,翁特尔施瓦宁根	09571208	02	095	09571	09571208
2818744	Unterschönau	unterschonau	DE	98587	0	Europe/Berlin	49.1514	10.64821		Unterschonau,Unterschönau		02	095	09571	09571113
2818754	Unterschneidheim	unterschneidheim	DE	73485	4684	Europe/Berlin	48.93333	10.36667		Unterschneidheim,Untershnajdgajm,Untershnajdkhajm,xia shi nai de hai mu,Унтершнайдгайм,Унтершнайдхайм,Унтершнајдхајм,უნტერშნაიდჰაიმი,下施奈德海姆	08136075	01	081	08136	08136075
2818766	Unterschleißheim	unterschleissheim	DE	85716	25567	Europe/Berlin	48.28038	11.57684		Schleisheim,Unterschleissheim,Unterschleisshem,Unterschleißheim,Untershlajskhajm,Untershljajsgajm,awntrashlayshaym,awntrshlayshaym,xia shi lai si hai mu,Унтершлайсхайм,Унтершлајсхајм,Унтершляйсгайм,Ունթերշլայսհայմ,أونترشلايسهايم,اونتراشلایسهایم,下施莱斯海姆		02	091	09184	09184149
2818818	Unterroth	unterroth	DE	89299	951	Europe/Berlin	48.19562	10.17111			09775161	02	097	09775	09775161
2818840	Unterrißdorf	unterrissdorf	DE	06295	454	Europe/Berlin	51.51862	11.59767		Unterrissdorf,Unterrißdorf		14	00	15087	15087130
2818879	Unterreit	unterreit	DE	83567	1673	Europe/Berlin	48.11667	12.33333		Kirchreit,Unterajt,Unterrajt,Unterreit,awntrayt,weng te lai te,Унтерајт,Унтеррайт,Ունթեռայթ,اونترایت,翁特赖特	09183147	02	091	09183	09183147
2818880	Unterreit	unterreit	DE	83567	0	Europe/Berlin	47.91462	11.8273				02	091	09187	09187130
2818886	Unterreichenbach	unterreichenbach	DE	75399	0	Europe/Berlin	50.36913	9.32439				05	064	06435	06435004
2818887	Unterreichenbach	unterreichenbach	DE	75399	0	Europe/Berlin	49.58952	10.79827				02	095	09572	09572114
2818888	Unterreichenbach	unterreichenbach	DE	75399	0	Europe/Berlin	49.33047	10.99375		Unterreichenbach		02	095	09565	09565000
2818889	Unterreichenbach	unterreichenbach	DE	75399	2282	Europe/Berlin	48.82496	8.70885		Ownterayxenbax,Unterajkhenbakh,Unterrajkhenbakh,weng te lai xing ba he,Унтерајхенбах,Унтеррайхенбах,Ունտերայխենբախ,翁特赖兴巴赫	08235073	01	082	08235	08235073
2818890	Unterreichenbach	unterreichenbach	DE	75399	0	Europe/Berlin	48.3122	10.20252				02	097	09775	09775164
2818929	Unterpleichfeld	unterpleichfeld	DE	97294	2718	Europe/Berlin	49.86886	10.04399			09679201	02	096	09679	09679201
2820101	Unkel	unkel	DE	53572	4938	Europe/Berlin	50.59653	7.21888		Unkel,Unkel',awnkl,unkeru,weng ke er,Ункел,Ункель,أونكل,اونکل,ウンケル,翁克尔		08	00	07138	07138073
2818999	Unterneukirchen	unterneukirchen	DE	84579	2987	Europe/Berlin	48.16667	12.61667		Ownternoykirxen,Untanaikira,Unternojkirkhen,awntrnwy kyrshn,weng te er nuo yi ji er xing,Унтернойкирхен,Унтернойкірхен,Унтернојкирхен,Ունտերնոյկիրխեն,اونترنوی کیرشن,翁特尔诺伊基尔兴	09171135	02	091	09171	09171135
2819030	Untermünkheim	untermunkheim	DE	74547	3019	Europe/Berlin	49.15255	9.73384		Unterminkkhajm,Untermjunkgajm,Untermjunkkhajm,Untermuenkheim,Untermünkheim,untamyunkuhaimu,weng te er ming ke hai mu,Унтерминкхајм,Унтермюнкгайм,Унтермюнкхайм,ウンターミュンクハイム,翁特尔明克海姆	08127086	01	081	08127	08127086
2819075	Untermerzbach	untermerzbach	DE	96190	1759	Europe/Berlin	50.12754	10.85634	264	Untermercbakh,weng te er mei er ci ba he,Унтермерцбах,Ունթերմերցբախ,翁特尔梅尔茨巴赫	09674210	02	096	09674	09674210
2819081	Untermeitingen	untermeitingen	DE	86836	6415	Europe/Berlin	48.16082	10.80694			09772209	02	097	09772	09772209
2819100	Untermaßfeld	untermassfeld	DE	98617	1316	Europe/Berlin	50.53333	10.41667		Untermasfel'd,Untermasfeld,Untermassfeld,Untermaßfeld,weng te er ma si fei er de,Унтермасфелд,Унтермасфельд,翁特尔马斯费尔德	16066076	15	00	16066	16066076
2819103	Untermarchtal	untermarchtal	DE	89617	908	Europe/Berlin	48.23919	9.60978		Owntermarxtal,Untermarkhtal,Untermarkhtal',weng te er ma er xi ta er,Унтермархтал,Унтермархталь,Ունտերմարխտալ,უნტერმარხტალი,翁特尔马尔希塔尔	08425123	01	084	08425	08425123
2819167	Unterleinleiter	unterleinleiter	DE	91364	1258	Europe/Berlin	49.82303	11.18906		Unterlajnlajter,Unterljajnljajter,untarainraita,weng te er lai yin lai te er,Унтерлайнлайтер,Унтерлајнлајтер,Унтерляйнляйтер,Ունթերլայնլայթեր,ウンターラインライター,翁特尔莱因莱特尔	09474168	02	094	09474	09474168
2819248	Unterkirnach	unterkirnach	DE	78089	2895	Europe/Berlin	48.07946	8.36575		Unterkirnakh,weng te er ji er na,Унтеркирнах,Унтеркірнах,翁特尔基尔纳	08326065	01	083	08326	08326065
2819262	Unterkatz	unterkatz	DE	98634	437	Europe/Berlin	50.61945	10.25692		Unterkatz	16066086	15	00	16066	16066086
2819274	Unterkaka	unterkaka	DE	06721	337	Europe/Berlin	51.09026	11.96711		Unterkaka		14	00	15084	15084013
2819285	Unterjeckenbach	unterjeckenbach	DE	67746	105	Europe/Berlin	49.66667	7.48333		Unterjekenbakh,Unterjekkenbakh,weng te er ye ken ba he,Унтерйеккенбах,Унтерјекенбах,翁特尔耶肯巴赫	07336100	08	00	07336	07336100
2819465	Unterhaching	unterhaching	DE	82008	20852	Europe/Berlin	48.06598	11.61564		Haching,Untergakhing,Unterhachingas,Unterkhakhing,an da he zhi,awntrhakhyng,Унтергахінг,Унтерхахинг,Ունթերհախինգ,اونترهاخینگ,安達赫治	09184148	02	091	09184	09184148
2819479	Untergruppenbach	untergruppenbach	DE	74199	7567	Europe/Berlin	49.0894	9.27516		Untergrupenbakh,Untergruppenbakh,untaguruppenbahha,weng te er ge lu peng ba he,Унтергрупенбах,Унтергруппенбах,ウンターグルッペンバッハ,翁特尔格鲁彭巴赫	08125098	01	081	08125	08125098
2819497	Untergriesbach	untergriesbach	DE	94107	6294	Europe/Berlin	48.57434	13.66725		Owntergrisbax,Untagriasbo,Untergrisbakh,awntrgrysbakh,weng te er ge li si ba he,Унтергрисбах,Унтергрісбах,Ունտերգրիսբախ,اونترگریسباخ,翁特尔格里斯巴赫		02	092	09275	09275153
2819498	Untergriesbach	untergriesbach	DE	94107	0	Europe/Berlin	48.4579	11.15426				02	097	09771	09771113
2819710	Unterensingen	unterensingen	DE	72669	4565	Europe/Berlin	48.65452	9.35799		Ensingen,Ownterenzingen,Unterenzingen,weng te lun xin gen,Унтерензинген,Унтерензінген,Ունտերենզինգեն,翁特伦辛根	08116068	01	081	08116	08116068
2819727	Unterellen	unterellen	DE	99834	561	Europe/Berlin	50.96651	10.16028		Unterellen		15	00	16063	16063097
2819738	Untereisesheim	untereisesheim	DE	74257	3861	Europe/Berlin	49.21111	9.20194		Unterajzesgajm,Unterajzeskhajm,Untereisesheim,untaaizesuhaimu,weng te lai sai si hai mu,Унтерайзесгайм,Унтерайзесхайм,Унтерајзесхајм,ウンターアイゼスハイム,翁特赖塞斯海姆	08125096	01	081	08125	08125096
2819781	Unteregg	unteregg	DE	87782	0	Europe/Berlin	48.31368	10.24458				02	097	09775	09775149
2819782	Unteregg	unteregg	DE	87782	1370	Europe/Berlin	47.96667	10.46667		Untereg,Unteregg,weng te lei ge,Унтерег,Унтерегг,Ունթերեգ,翁特雷格	09778207	02	097	09778	09778207
2819783	Unteregg	unteregg	DE	87782	0	Europe/Berlin	47.78769	10.39363				02	097	09780	09780147
2819823	Unterdietfurt	unterdietfurt	DE	84339	2174	Europe/Berlin	48.38333	12.66667		Unterditfurt,awntrdytfwrt,weng te er di te fu er te,Унтердитфурт,Унтердітфурт,Ունթերդիթֆուրտ,اونتردیتفورت,翁特尔迪特富尔特	09277151	02	092	09277	09277151
2819825	Unterdießen	unterdiessen	DE	86944	1323	Europe/Berlin	47.98333	10.83333		Unterdiessen,Unterdießen	09181143	02	091	09181	09181143
2819892	Unterbreizbach	unterbreizbach	DE	36414	4102	Europe/Berlin	50.81667	9.98333		Unterbrajcbakh,weng te er bu lai ci ba he,Унтербрайцбах,Унтербрајцбах,翁特尔布赖茨巴赫	16063078	15	00	16063	16063078
2819907	Unterbodnitz	unterbodnitz	DE	07646	197	Europe/Berlin	50.81667	11.65		Unterbodnitz	16074104	15	00	16074	16074104
2819915	Birnbach	birnbach	DE	57612	0	Europe/Berlin	48.78362	12.11139		Birnbach,Unterbirnbach		02	093	09375	09375196
2820020	Unterammergau	unterammergau	DE	82497	1435	Europe/Berlin	47.61658	11.02718		Ownteramergau,Unteramergau,Unterammergau,awntr amrgaw,weng te la mei er gao,Унтерамергау,Унтераммергау,Ունտերամերգաու,اونتر آمرگاو,翁特拉梅尔高	09180135	02	091	09180	09180135
2820065	Unsleben	unsleben	DE	97618	996	Europe/Berlin	50.37937	10.25306			09673175	02	096	09673	09673175
2820071	Unseburg	unseburg	DE	39435	1294	Europe/Berlin	51.93284	11.51281		Unnesburg,Unseburg		14	00	15089	15089041
2820084	Unnau	unnau	DE	57648	1932	Europe/Berlin	50.64881	7.90827			07143300	08	00	07143	07143300
2820087	Unna	unna	DE	59423	66734	Europe/Berlin	51.53795	7.68969		Una,Unna,ZQI,awna,weng na,Уна,Унна,اونا,翁納	05978	07	059	05978	05978036
2820088	Unlingen	unlingen	DE	88527	2512	Europe/Berlin	48.16734	9.52219		Ownlingen,Unlingen,unlingeni,weng lin gen,Унлинген,Унлінген,Ունլինգեն,უნლინგენი,翁林根	08426121	01	084	08426	08426121
2820099	Unkenbach	unkenbach	DE	67823	242	Europe/Berlin	49.71667	7.75			07333078	08	00	07333	07333078
2821250	Treuen	treuen	DE	08233	0	Europe/Berlin	54.02088	13.17329				12	00	13075	13075123
2820122	Ungerhausen	ungerhausen	DE	87781	1056	Europe/Berlin	48.00566	10.26672		Owngerhauzen,Ungergauzen,Ungerkhauzen,weng ge lao sen,Унгергаузен,Унгерхаузен,Ունգերհաուզեն,翁格劳森	09778205	02	097	09778	09778205
2820150	Undenheim	undenheim	DE	55278	2525	Europe/Berlin	49.83806	8.21889		Undenkhajm,weng deng hai mu,Унденхайм,Унденхајм,翁登海姆	07339060	08	00	07339	07339060
2820151	Undeloh	undeloh	DE	21274	881	Europe/Berlin	53.19711	9.97575		Undelo,Undelokh,weng de luo,Ундело,Унделох,翁德洛	03353036	06	00	03353	03353036
2820164	Umpferstedt	umpferstedt	DE	99441	647	Europe/Berlin	50.98333	11.41667			16071089	15	00	16071	16071089
2820169	Ummerstadt	ummerstadt	DE	98663	526	Europe/Berlin	50.25856	10.8115		Umershtat,Ummershtadt,Ummerstadt,awmrashtat,awmrshtat,wu mei er si ta te,Умерштат,Уммерштадт,أومرشتات,اومراشتات,乌梅尔斯塔特		15	00	16069	16069052
2820172	Ummern	ummern	DE	29369	1625	Europe/Berlin	52.59111	10.43195		Umern,Ummern,wu mei er en,Умерн,Уммерн,乌梅尔恩	03151033	06	00	03151	03151033
2820178	Ummendorf	ummendorf	DE	39365	1082	Europe/Berlin	52.15645	11.18151			15083505	14	00	15083	15083505
2820179	Ummendorf	ummendorf	DE	39365	4254	Europe/Berlin	48.06667	9.83333		Ummendorf	08426120	01	084	08426	08426120
2820180	Ummendorf	ummendorf	DE	39365	0	Europe/Berlin	48.01303	10.91056				02	091	09181	09181141
2820186	Ummanz	ummanz	DE	18569	716	Europe/Berlin	54.44337	13.2124				12	00	13073	13073095
2820190	Umkirch	umkirch	DE	79224	5208	Europe/Berlin	48.03333	7.76667		Owmkirx,Umkirkh,wu mu ji xi,Умкирх,Умкірх,Ումկիրխ,乌姆基希	08315115	01	083	08315	08315115
2820197	Ulzigerode	ulzigerode	DE	06543	176	Europe/Berlin	51.68063	11.36667		Ulzigerode		14	00	15087	15087031
2820200	Ülzen	uelzen	DE	29525	0	Europe/Berlin	51.54245	7.72393		Uelzen		07	059	05978	05978036
2820203	Uelvesbüll	uelvesbull	DE	25889	290	Europe/Berlin	54.4153	8.92392		Il'fesbjull',Ilfesbil,Ilvesbil,Uelvesbull,Uelvesbüll,Ulvesbull,Ylvesbol,Ylvesbøl,wu ai er fei si bi er,Ülvesbüll,Илвесбил,Илфесбил,Ильфесбюлль,乌埃尔费斯比尔	01054141	10	00	01054	01054141
2820210	Ulsnis	ulsnis	DE	24897	634	Europe/Berlin	54.56667	9.75		Ul'snis,Ulsnaes,Ulsnis,Ulsnæs,wu er si ni si,Улснис,Ульснис,乌尔斯尼斯	01059094	10	00	01059	01059094
2820217	Ulrichstein	ulrichstein	DE	35327	3258	Europe/Berlin	50.5755	9.19272		Ulrichstein		05	065	06535	06535018
2820240	Ulmet	ulmet	DE	66887	799	Europe/Berlin	49.58333	7.45		Ul'met,Ulmet,wu er mei te,Улмет,Ульмет,乌尔梅特	07336099	08	00	07336	07336099
2820249	Ulmen	ulmen	DE	56766	3265	Europe/Berlin	50.20943	6.97941		Ul'men,Ulmen,awlmn,urumen,wu er men,Улмен,Ульмен,أولمن,اولمن,ウルメン,乌尔门	07135083	08	00	07135	07135083
2820253	Ulm	ulm	DE	89040	0	Europe/Berlin	48.72607	8.01614		Ulm		01	082	08216	08216028
2820254	Ulm	ulm	DE	89040	0	Europe/Berlin	48.57916	8.04955				01	083	08317	08317110
2820255	Ulm	ulm	DE	89040	0	Europe/Berlin	50.58182	8.29931				05	065	06532	06532010
2820256	Ulm	ulm	DE	89040	120451	Europe/Berlin	48.39841	9.99155		Oulm,Owlm,QUL,Ul'm,Ulm,Ulma,Ulmas,alm,awlm,ulleum,ulma,ulmi,urumu,wu er mu,xulm,Ουλμ,Улм,Ульм,Ուլմ,אולם,أولم,الم,اولم,उल्म,উল্‌ম,อุล์ม,ულმი,ウルム,乌尔姆,울름	08421	01	084	08421	08421000
2820269	Ullersdorf	ullersdorf	DE	15868	0	Europe/Berlin	52.03849	14.368				11	00	12061	12061224
2820270	Ullersdorf	ullersdorf	DE	15868	0	Europe/Berlin	51.24346	14.82733				13	00	14626	14626580
2820271	Ullersdorf	ullersdorf	DE	15868	0	Europe/Berlin	51.08145	13.90071		Ullersdorf		13	00	14625	14625480
2820272	Ullersdorf	ullersdorf	DE	15868	0	Europe/Berlin	50.71037	13.40046		Ullersdorf		13	00	14522	14522520
2820312	Uichteritz	uichteritz	DE	06667	1455	Europe/Berlin	51.20652	11.92215		Uichteritz		14	00	15084	15084550
2820314	Uhyst	uhyst	DE	02999	1169	Europe/Berlin	51.36469	14.506		Delni Wujezd,Delni Wujězd,Uhyst,Uist,Уист		13	00	14626	14626060
2820318	Uhrsleben	uhrsleben	DE	39343	489	Europe/Berlin	52.20087	11.26443		Uhrsleben		14	00	15083	15083205
2820322	Uehrde	uehrde	DE	38170	1041	Europe/Berlin	52.09902	10.76523		Uehrde,Uhrde,Ührde	03158031	06	00	03158	03158031
2820323	Ührde	uehrde	DE	38170	0	Europe/Berlin	51.70547	10.20814				06	00	03159	03159026
2820334	Uehlfeld	uehlfeld	DE	91486	2908	Europe/Berlin	49.67085	10.72017		Il'fel'd,Ilfeld,Jul'fel'd,Uhlfeld,yu er fei er de,Ühlfeld,Илфелд,Ильфельд,Юльфельд,Իլֆելդ,于尔费尔德		02	095	09575	09575167
2820338	Uhler	uhler	DE	56290	405	Europe/Berlin	50.08333	7.43333			07140153	08	00	07140	07140153
2820407	Uhingen	uhingen	DE	73066	14031	Europe/Berlin	48.70475	9.5857		Ugingen,Uingen,Ukhingen,awyynghn,awyyngn,wu xin gen,Угінген,Уинген,Ухинген,أويينغن,اویینگن,乌欣根		01	081	08117	08117051
2820413	Uftrungen	uftrungen	DE	06536	1122	Europe/Berlin	51.49859	10.98066		Uftrungen,Уфтрунген		14	00	15087	15087412
2820423	Uffenheim	uffenheim	DE	97215	6542	Europe/Berlin	49.54415	10.23286		Owfenhaym,Ufenkhajm,Uffengajm,Uffenheim,Uffenkhajm,awfnhaym,wu fen hai mu,Уфенхајм,Уффенгайм,Уффенхайм,Ուֆենհայմ,أوفنهايم,اوفنهایم,乌芬海姆		02	095	09575	09575168
2820436	Uetze	uetze	DE	31311	7500	Europe/Berlin	52.46511	10.20467	51	Juce,UEtze,Utisson [a. 1022],wu ai ce,Ütze,Юце,乌埃策	03241018	06	00	03241	03241018
2820438	Uetz	uetz	DE	39517	0	Europe/Berlin	52.46793	12.94094		Uetz		11	00	12054	12054000
2820439	Uettingen	uettingen	DE	97292	1887	Europe/Berlin	49.79472	9.73056			09679196	02	096	09679	09679196
2820444	Ueß	uess	DE	56767	48	Europe/Berlin	50.25	6.93333			07233243	08	00	07233	07233243
2820452	Uenglingen	uenglingen	DE	39579	1053	Europe/Berlin	52.61797	11.80893		Uenglingen		14	00	15090	15090535
2820456	Uelzen	uelzen	DE	29525	34996	Europe/Berlin	52.96572	10.56111		Il'cen,Ilcen,Uelzen,Ulyssea,Wilcaus,awyltsn,yu er cen,Илцен,Ильцен,أويلتسن,اویلتسن,于尔岑	03360	06	00	03360	03360025
2820457	Uelversheim	uelversheim	DE	55278	1162	Europe/Berlin	49.81	8.28861			07339059	08	00	07339	07339059
2820458	Uelsen	uelsen	DE	49843	5171	Europe/Berlin	52.5	6.88333		Il'zen,Ilzen,wu ai er sen,Илзен,Ильзен,乌埃尔森	03456023	06	00	03456	03456023
2820460	Uelitz	uelitz	DE	19077	481	Europe/Berlin	53.47695	11.43717		Uelitz		12	00	13076	13076141
2822434	Tiefenbach	tiefenbach	DE	09661	0	Europe/Berlin	49.43333	12.58333			09372163	02	093	09372	09372163
2820465	Uedem	uedem	DE	47589	8619	Europe/Berlin	51.6652	6.27371		Judem,Udem,Uedem,wu ai de mu,Удем,Уедем,Юдем,乌埃德姆	05154056	07	051	05154	05154056
2820486	Udler	udler	DE	54552	312	Europe/Berlin	50.13333	6.88333			07233074	08	00	07233	07233074
2820491	Udestedt	udestedt	DE	99198	812	Europe/Berlin	51.05	11.13333		Udeshtedt,Udeshtet,wu de si te,Удештедт,Удештет,ادے سٹدت,乌德斯特	16068055	15	00	16068	16068055
2820496	Üdersdorf	udersdorf	DE	54552	1176	Europe/Berlin	50.15	6.8		UEdersdorf,Üdersdorf	07233075	08	00	07233	07233075
2820498	Uder	uder	DE	37318	2509	Europe/Berlin	51.36243	10.0721		Uder,adr,wu de er,ywdr,Удер,ادر,یودر,乌德尔	16061097	15	00	16061	16061097
2820499	Udenheim	udenheim	DE	55288	1327	Europe/Berlin	49.86472	8.17167			07331064	08	00	07331	07331064
2820529	Uchtspringe	uchtspringe	DE	39599	1487	Europe/Berlin	52.54011	11.59959		Uchtspringe		14	00	15090	15090535
2820533	Üchtelhausen	uchtelhausen	DE	97532	4073	Europe/Berlin	50.09184	10.26861		Ikhtel'khauzen,Ikhtelkhauzen,Jukhtel'gauzen,UEchtelhausen,yu xi te er hao sen,Üchtelhausen,Ихтелхаузен,Ихтельхаузен,Юхтельгаузен,اچٹیلہاؤسین,于希特尔豪森	09678186	02	096	09678	09678186
2820537	Uchte	uchte	DE	31600	4892	Europe/Berlin	52.49975	8.90928		Uchte,Ukhte,ufute,wu te,ywcht,Ухте,اچٹے,یوچت,ウフテ,乌特		06	00	03256	03256033
2820538	Uchtdorf	uchtdorf	DE	39517	293	Europe/Berlin	52.4148	11.74514		Uchtdorf		14	00	15090	15090546
2820539	Uchtdorf	uchtdorf	DE	39517	0	Europe/Berlin	52.15656	9.09822				06	00	03257	03257031
2820564	Übersee	ubersee	DE	83236	4896	Europe/Berlin	47.81667	12.48333		UEbersee,Übersee	09189159	02	091	09189	09189159
2820577	Überlingen	uberlingen	DE	88662	21507	Europe/Berlin	47.76977	9.17136		Iberlingen,Juberlingen,UEberlingen,Uberlingen,abyrlngyn,awbrlyngn,iuberlingeni,yu bei er lin gen,Überlingen,Иберлинген,Юберлинген,Юберлінген,Իբերլինգեն,ابیرلنگین,اوبرلینگن,იუბერლინგენი,于贝尔林根		01	084	08435	08435059
2820583	Überherrn	uberherrn	DE	66802	12071	Europe/Berlin	49.24187	6.6984		Iberkhern,Jubergern,UEberherrn,awbrhrn,yu bo hei en,Überherrn,Иберхерн,Юбергерн,ابیرھیرن,اوبرهرن,于伯黑恩		09	00	10044	10044119
2820591	Übereisenbach	ubereisenbach	DE	54689	59	Europe/Berlin	50	6.15			07232127	08	00	07232	07232127
2820624	Tschernitz	tschernitz	DE	03130	1630	Europe/Berlin	51.58333	14.61667		Tschernitz,Tzschernitz	12071392	11	00	12071	12071392
2820633	Tyrlaching	tyrlaching	DE	84558	1031	Europe/Berlin	48.06667	12.66667		Tirlakhing,Tirlaxing,di er la xing,tyrlchyng,Тирлахинг,Тирлахінг,Տիրլախինգ,تیرلچینگ,蒂尔拉兴	09171134	02	091	09171	09171134
2820637	Tylsen	tylsen	DE	29413	134	Europe/Berlin	52.81573	11.03341		Tylsen		14	00	15081	15081455
2820643	Twistringen	twistringen	DE	27239	12645	Europe/Berlin	52.79926	8.64163		Tvistringen,Twistringen,Twustern,te wei si te lin gen,tfystrynghn,twystryngn,Твистринген,تفيسترينغن,تویسترینگن,特维斯特林根		06	00	03251	03251042
2820649	Twist	twist	DE	49767	0	Europe/Berlin	52.63793	7.06622			03454054	06	00	03454	03454054
2820665	Twieflingen	twieflingen	DE	38388	786	Europe/Berlin	52.12485	10.91681		Twiflinge	03154027	06	00	03154	03154027
2820686	Twedt	twedt	DE	24894	0	Europe/Berlin	54.8	9.48333				10	00	01001	01001000
2820687	Twedt	twedt	DE	24894	512	Europe/Berlin	54.6	9.68333			01059097	10	00	01059	01059097
2820692	Tutzing	tutzing	DE	82327	9517	Europe/Berlin	47.90938	11.2803		Tucing,Tutcing,tu qing,twtzng,twtzyng,Тутцинг,Туцинг,توتزنگ,توتزینگ,图青	09188141	02	091	09188	09188141
2820693	Tuttlingen	tuttlingen	DE	78532	34847	Europe/Berlin	47.98464	8.8177		Tutlingen,Tuttlingen,tu te lin gen,twtlynghn,twtlyngn,Тутлинген,Тутлінген,توتلينغن,توتلینگن,图特林根	08327	01	083	08327	08327050
2820697	Tüttendorf	tuttendorf	DE	24214	1197	Europe/Berlin	54.4	10		Tuettendorf,Tuttendorf,Tüttendorf	01058165	10	00	01058	01058165
2820698	Tuttendorf	tuttendorf	DE	24214	0	Europe/Berlin	50.93841	13.3577		Conradsdorf-Tuttendorf,Tuttendorf		13	00	14522	14522240
2820704	Tutow	tutow	DE	17129	1299	Europe/Berlin	53.91566	13.24814		Tutov,Tutow,tu tuo,twtw,Тутов,توتو,图托		12	00	13075	13075070
2820716	Tussenhausen	tussenhausen	DE	86874	2921	Europe/Berlin	48.10218	10.56069		Tusenkhauzen,Tussengauzen,Tussenhausen,Tussenkhauzen,tu sen hao sen,twsnhawzn,Тусенхаузен,Туссенгаузен,Туссенхаузен,Թուսենհաուզեն,تسن ہاسن,توسنهاوزن,图森豪森		02	097	09778	09778204
2820751	Türkheim	turkheim	DE	86842	0	Europe/Berlin	48.5849	9.80315				01	081	08117	08117024
2820752	Türkheim	turkheim	DE	86842	6632	Europe/Berlin	48.06401	10.64156		Tirkkhajm,Tjurkgajm,Tjurkkhajm,Tuerkheim,Turkheim,Türkheim,di er ke hai mu,twrkhaym,Тиркхајм,Тюркгайм,Тюркхайм,Թյուրքհայմ,تورکهایم,蒂尔克海姆		02	097	09778	09778203
2820755	Türkenfeld	turkenfeld	DE	82299	0	Europe/Berlin	48.67361	12.07389				02	092	09274	09274141
2820774	Tüntenhausen	tuntenhausen	DE	83104	0	Europe/Berlin	48.42863	11.75061				02	091	09178	09178124
2820775	Tuntenhausen	tuntenhausen	DE	83104	6642	Europe/Berlin	47.93509	12.01518		Tuntengauzen,Tuntenkhauzen,tong teng hao sen,twntn hawzn,Тунтенгаузен,Тунтенхаузен,Թունթենհաուզեն,تونتن هاوزن,通滕豪森	09187179	02	091	09187	09187179
2820786	Tuningen	tuningen	DE	78609	2870	Europe/Berlin	48.03333	8.6		Tuningen,tu ning gen,Тунинген,Тунінген,图宁根	08326061	01	083	08326	08326061
2820799	Tunau	tunau	DE	79677	207	Europe/Berlin	47.78614	7.92428			08336089	01	083	08336	08336089
2820800	Tunau	tunau	DE	79677	0	Europe/Berlin	47.59077	9.57235				01	084	08435	08435029
2820805	Tümlauer Koog	tumlauer-koog	DE	25881	119	Europe/Berlin	54.35	8.68333		Tumlauer Koog,Tummlauer Koog,Tümlauer Koog,Tümmlauer Koog	01054140	10	00	01054	01054140
2820823	Tülau	tulau	DE	38474	1494	Europe/Berlin	52.57578	10.87818		Tilau,Tjulau,di lao,twlayw,Тилау,Тюлау,تولائو,蒂劳	03151032	06	00	03151	03151032
2820851	Tuchenbach	tuchenbach	DE	90587	1185	Europe/Berlin	49.52794	10.85973		Tukhenbakh,tu heng ba he,twkhnbakh,Тухенбах,Թուխենբախ,توخنباخ,图亨巴赫	09573129	02	095	09573	09573129
2820853	Tuchen	tuchen	DE	16928	0	Europe/Berlin	52.75453	13.78716				11	00	12060	12060034
2820856	Tucheim	tucheim	DE	39307	1431	Europe/Berlin	52.28923	12.18423		Tucheim		14	00	15086	15086040
2820866	Tschirn	tschirn	DE	96367	621	Europe/Berlin	50.4	11.45		Chirn,Tschirn,chirun,ci xi er en,Чирн,Չիրն,チルン,茨希尔恩	09476182	02	094	09476	09476182
2820873	Tryppehna	tryppehna	DE	39291	284	Europe/Berlin	52.16572	11.91321		Tryppehna		14	00	15086	15086140
2820882	Trusetal	trusetal	DE	98596	4208	Europe/Berlin	50.78333	10.41667		Auwallenburg,Herges-Auwallenburg,Trusetal,Truzetal,Truzetal',trwztyl,Трузетал,Трузеталь,تروزتیل	16066074	15	00	16066	16066074
2820905	Trunkelsberg	trunkelsberg	DE	87779	1810	Europe/Berlin	48	10.21667		Trunkel'sberg,Trunkelsberg,te lun ke er si bei ge,trwnklzbrg,Трункелсберг,Трункельсберг,Տրունկելսբերգ,ترونکلزبرگ,特伦克尔斯贝格	09778202	02	097	09778	09778202
2820912	Trulben	trulben	DE	66957	1338	Europe/Berlin	49.13916	7.5437			07340052	08	00	07340	07340052
2820967	Tröstau	trostau	DE	95709	2583	Europe/Berlin	50.01667	11.95		Troestau,Tröstau	09479161	02	094	09479	09479161
2820969	Trostadt	trostadt	DE	98646	0	Europe/Berlin	50.46509	10.64085				15	00	16069	16069037
2820973	Trossingen	trossingen	DE	78647	15040	Europe/Berlin	48.07667	8.64409		Trosingen,Trossingen,te luo xin gen,trwsynghn,trwsyngn,Тросинген,Троссинген,تروسينغن,تروسینگن,特罗辛根		01	083	08327	08327049
2820974	Trossin	trossin	DE	04880	1519	Europe/Berlin	51.61667	12.81667		Trosin,Trossin,te luo xin,Тросин,Троссин,Троссін,特罗辛	14730320	13	00	14730	14730320
2821000	Tröndel	trondel	DE	24321	432	Europe/Berlin	54.33333	10.51667		Trondel,Tröndel	01057082	10	00	01057	01057082
2821001	Tromsdorf	tromsdorf	DE	06648	412	Europe/Berlin	51.11633	11.48211		Tromsdorf		14	00	15084	15084125
2821022	Trollenhagen	trollenhagen	DE	17039	1064	Europe/Berlin	53.60706	13.29103		Trolenkhagen,Trollenhagen,Trollenkhagen,te luo lun ha gen,Троленхаген,Тролленхаген,特罗伦哈根		12	00	13071	13071145
2821028	Troistedt	troistedt	DE	99438	227	Europe/Berlin	50.93333	11.25			16071103	15	00	16071	16071103
2821029	Troisdorf	troisdorf	DE	53840	74749	Europe/Berlin	50.80901	7.14968		Troisdorf,Trojsdorf,ZQG,te luo si duo fu,trwysdwrf,trwyzdwrf,Троисдорф,Тройсдорф,ترويسدورف,ترویزدورف,特羅斯多夫		07	053	05382	05382068
2821042	Trogen	trogen	DE	95183	0	Europe/Berlin	51.22534	13.26078				13	00	14627	14627130
2821043	Trogen	trogen	DE	95183	1636	Europe/Berlin	50.36667	11.95			09475182	02	094	09475	09475182
2821057	Trockenborn-Wolfersdorf	trockenborn-wolfersdorf	DE	07646	661	Europe/Berlin	50.78333	11.7		Trockenborn-Wolfersdorf	16074102	15	00	16074	16074102
2821064	Trochtelfingen	trochtelfingen	DE	72818	0	Europe/Berlin	48.84375	10.3975		Trochtelfingen		01	081	08136	08136010
2821065	Trochtelfingen	trochtelfingen	DE	72818	6638	Europe/Berlin	48.30843	9.24491		Trokhtel'fingen,Trokhtelfingen,te luo te er fen gen,trwkhtlfynghn,trwshtlfyngn,Трохтелфинген,Трохтельфинген,Трохтельфінген,تروختلفينغن,تروشتلفینگن,特罗特尔芬根		01	084	08415	08415073
2821066	Tröchtelborn	trochtelborn	DE	99869	313	Europe/Berlin	51	10.81667		Trochtelborn,Tröchtelborn	16067068	15	00	16067	16067068
2821069	Tröbnitz	trobnitz	DE	07646	494	Europe/Berlin	50.83333	11.73333		Trobnitz,Tröbnitz	16074103	15	00	16074	16074103
2821071	Tröbitz	trobitz	DE	03253	830	Europe/Berlin	51.6	13.43333		Trebic,Trjebicy,Trjobic,te lei bi ci,trwbytz,Требиц,Трёбиц,Տրյոբից,تروبیتز,特勒比茨	12062492	11	00	12062	12062492
2821081	Trittenheim	trittenheim	DE	54349	1146	Europe/Berlin	49.82471	6.89929		Tritenkhajm,Trittenheim,Trittenkhajm,te li teng hai mu,Тритенхајм,Триттенхайм,特里滕海姆		08	00	07235	07235207
2821085	Trittau	trittau	DE	22946	7688	Europe/Berlin	53.61667	10.4		Tritau,Trittau,Trittow,te li tao,Тритау,Триттау,特里陶	01062082	10	00	01062	01062082
2821094	Triptis	triptis	DE	07819	4097	Europe/Berlin	50.73567	11.87015		Triptis,te li pu di si,trybtys,tryptys,Триптис,تريبتيس,تریپتیس,特里普蒂斯		15	00	16075	16075116
2821099	Trippstadt	trippstadt	DE	67705	3085	Europe/Berlin	49.35935	7.7748		Tribbschdadt,Tripshtadt,Tripshtat,te li pu si ta te,Трипштадт,Трипштат,特里普斯塔特	07335047	08	00	07335	07335047
2821106	Trinwillershagen	trinwillershagen	DE	18320	1418	Europe/Berlin	54.25048	12.62312				12	00	13073	13073094
2821107	Trinum	trinum	DE	06369	415	Europe/Berlin	51.77298	11.91072		Trinum		14	00	15082	15082256
2821118	Trimport	trimport	DE	54636	298	Europe/Berlin	49.91667	6.58333			07232126	08	00	07232	07232126
2821121	Trimbs	trimbs	DE	56753	658	Europe/Berlin	50.31667	7.3			07137102	08	00	07137	07137102
2821132	Triglitz	triglitz	DE	16949	556	Europe/Berlin	53.21667	12.1			12070393	11	00	12070	12070393
2821143	Triftern	triftern	DE	84371	5419	Europe/Berlin	48.39468	13.00627		Triftern,Truftlern		02	092	09277	09277149
2821157	Trierweiler	trierweiler	DE	54311	3424	Europe/Berlin	49.76231	6.55987			07235137	08	00	07235	07235137
2821159	Trierscheid	trierscheid	DE	53520	60	Europe/Berlin	50.35	6.81667			07131079	08	00	07131	07131079
2821164	Trier	trier	DE	54290	100129	Europe/Berlin	49.75565	6.63935		Augusta Treverorum,Treier,Trevere,Treveri,Treveris,Treves,Trevir,Treviri,Treviro,Trevèri,Trevír,Trewir,Trier,Trir,Trire,Triri,Tryr,Tryras,Trèveris,Trèves,Tréier,Tréveris,Trīre,ZQF,te li er,teulieo,the riyr,toria,tryr,Τρηρ,Трир,Трыр,Трір,טריר,ترير,تری‌یر,ٹریر,เทรียร์,ტრირი,ትሪር,トリーア,特里尔,트리어	07211000	08	00	07211	07211000
2821192	Triebes	triebes	DE	07950	4081	Europe/Berlin	50.68489	12.02042		Triebes		15	00	16076	16076087
2821211	Tribsees	tribsees	DE	18465	2942	Europe/Berlin	54.09556	12.75683		Tribzes,Tribzese,Tribzēse,Trzebuza,Trzebùza,te li bu sai si,trybzys,trybzyz,Трибзес,تريبزيس,تریبزیز,特里布塞斯		12	00	13073	13073093
2821216	Triberg	triberg	DE	78098	5275	Europe/Berlin	48.13175	8.23317		Triberg,Triberg im Schwarzwald,Triberg im Shvarcvald,Triberg-im-Shvarcval'd,Tryberg-im-Shvarcval'd,hei lin shan qu te li bei ge,trybrg aym shwarzwald,trybrgh,Триберг,Триберг им Шварцвалд,Триберг-им-Шварцвальд,Трыберг-ім-Шварцвальд,Тріберг-ім-Шварцвальд,تريبرغ,تریبرگ ایم شوارزوالد,黑林山区特里贝格		01	083	08326	08326060
2821248	Treuenbrietzen	treuenbrietzen	DE	14929	8675	Europe/Berlin	52.09754	12.87258		Treuenbrietzen,Trojenbricen,te luo yi en bu li cen,trwyn brytzn,trwynbrytzn,Тройенбрицен,Тројенбрицен,Տրոյենբրիցեն,تروينبريتزن,تروین بریتزن,特罗伊恩布里岑		11	00	12069	12069632
2821251	Treuen	treuen	DE	08233	9189	Europe/Berlin	50.54247	12.30339		Treiene,Treuen,Trojen,te luo yi en,trwyn,Тройен,Тројен,تروين,تروین,特罗伊恩		13	00	14523	14523430
2821254	Treuchtlingen	treuchtlingen	DE	91757	13141	Europe/Berlin	48.95473	10.90833		Treuchtlingen,Trojkhtlingen,Troyxtlingen,te luo yi he te lin gen,trwyktlyngn,trwyshtlynghn,trwyshtlyngn,Тройхтлинген,Тройхтлінген,Тројхтлинген,Տրոյխտլինգեն,טרויכטלינגן,ترويشتلينغن,ترویشتلینگن,特罗伊赫特林根		02	095	09577	09577173
2821276	Treseburg	treseburg	DE	38889	101	Europe/Berlin	51.71608	10.97121		Treseburg		14	00	15085	15085330
2821308	Treplin	treplin	DE	15236	431	Europe/Berlin	52.4	14.4			12064480	11	00	12064	12064480
2821319	Trent	trent	DE	18569	871	Europe/Berlin	54.52109	13.25604		Trent		12	00	13073	13073092
2821320	Trent	trent	DE	18569	0	Europe/Berlin	54.2059	10.36854				10	00	01057	01057046
2821330	Trennewurth	trennewurth	DE	25693	294	Europe/Berlin	54	9.03333		Trennewurth	01051118	10	00	01051	01051118
2821336	Trendelburg	trendelburg	DE	34388	5749	Europe/Berlin	51.57408	9.42095		Dringelborg,Trendel'burg,Trendelburg,te lun de er bao,torenderuburuku,trndlbwrg,trndlbwrgh,Тренделбург,Трендельбург,ترندلبورغ,ترندلبورگ,トレンデルブルク,特伦德尔堡		05	066	06633	06633025
2821340	Tremsdorf	tremsdorf	DE	14552	0	Europe/Berlin	52.27001	13.1198				11	00	12069	12069454
2821342	Tremsbüttel	tremsbuttel	DE	22967	1891	Europe/Berlin	53.74384	10.31024		Tremsbitel,Tremsbjuttel',Tremsbuettel,Tremsbüttel,te lei mu si bi te er,Тремсбител,Тремсбюттель,特雷姆斯比特尔	01062081	10	00	01062	01062081
2821348	Tremmen	tremmen	DE	14641	0	Europe/Berlin	52.53053	12.81813				11	00	12063	12063148
2821362	Treis-Karden	treis-karden	DE	56253	2332	Europe/Berlin	50.17174	7.30218		Trajs-Karden,te lai si-ka er deng,toraisu=kaden,Трайс-Карден,Трајс-Карден,トライス＝カーデン,特赖斯-卡尔登	07135082	08	00	07135	07135082
2821389	Treia	treia	DE	24896	1514	Europe/Berlin	54.5	9.31667			01059092	10	00	01059	01059092
2821395	Treffurt	treffurt	DE	99830	6206	Europe/Berlin	51.13691	10.23361		Treffurt,Trefurt,te lei fu er te,trfwrt,tryfwrt,Трефурт,Треффурт,ترفورت,تريفورت,特雷富尔特		15	00	16063	16063076
2821400	Treffelstein	treffelstein	DE	93492	1033	Europe/Berlin	49.42246	12.61574		Trefelshtajn,Treffel'shtajn,te lei fei er si tai yin,Трефелштајн,Треффельштайн,Թրեֆելշթայն,特雷费尔斯泰因	09372165	02	093	09372	09372165
2821407	Trechwitz	trechwitz	DE	14778	0	Europe/Berlin	52.36615	12.7192		Trechwitz		11	00	12069	12069306
2821408	Trechtingshausen	trechtingshausen	DE	55413	1053	Europe/Berlin	50.01031	7.84709		Trechtingshausen,Trekhtingskhauzen,te lei xi ting ge si hao sen,Трехтингсхаузен,特雷希廷格斯豪森	07339058	08	00	07339	07339058
2821416	Trebur	trebur	DE	65468	12897	Europe/Berlin	49.92639	8.40732			06433014	05	064	06433	06433014
2821421	Trebra	trebra	DE	99718	0	Europe/Berlin	51.50618	10.5467				15	00	16062	16062062
2821422	Trebra	trebra	DE	99718	342	Europe/Berlin	51.28333	10.98333			16065075	15	00	16065	16065075
2821425	Trebnitz	trebnitz	DE	06682	0	Europe/Berlin	52.53355	14.21711				11	00	12064	12064317
2821426	Trebnitz	trebnitz	DE	06682	0	Europe/Berlin	51.97376	12.02307				14	00	15082	15082430
2821427	Trebnitz	trebnitz	DE	06682	0	Europe/Berlin	51.6844	11.72453		Trebnitz		14	00	15089	15089195
2821428	Trebnitz	trebnitz	DE	06682	0	Europe/Berlin	51.37096	13.24126				13	00	14627	14627270
2821429	Trebnitz	trebnitz	DE	06682	0	Europe/Berlin	51.34751	12.02571				14	00	15088	15088220
2821430	Trebnitz	trebnitz	DE	06682	931	Europe/Berlin	51.0945	12.06556		Trebnitz		14	00	15084	15084490
2821431	Trebnitz	trebnitz	DE	06682	0	Europe/Berlin	50.99801	11.9825				14	00	15084	15084565
2821432	Trebnitz	trebnitz	DE	06682	0	Europe/Berlin	50.89556	12.12944				15	00	16052	16052000
2821435	Trebitz	trebitz	DE	06909	0	Europe/Berlin	52.17222	12.73028		Trebitz		11	00	12069	12069076
2821436	Trebitz	trebitz	DE	06909	0	Europe/Berlin	52.03885	14.32742				11	00	12061	12061308
2821437	Trebitz	trebitz	DE	06909	0	Europe/Berlin	51.75162	12.75084		Trebitz		14	00	15091	15091020
2821438	Trebitz	trebitz	DE	06909	0	Europe/Berlin	51.70618	11.76791				14	00	15089	15089195
2821439	Trebitz	trebitz	DE	06909	1368	Europe/Berlin	51.58615	11.91965		Trebitz		14	00	15088	15088295
2821440	Trebitz	trebitz	DE	06909	0	Europe/Berlin	51.57833	11.76834				14	00	15088	15088319
2821444	Trebgast	trebgast	DE	95367	1704	Europe/Berlin	50.06667	11.55		Trebgast,te lei bu jia si te,torepugasuto,Требгаст,Թրեբգասթ,トレプガスト,特雷布加斯特	09477158	02	094	09477	09477158
2821449	Trebendorf	trebendorf	DE	02959	0	Europe/Berlin	51.67476	14.53576		Trebendorf,Trjebejce		11	00	12071	12071414
2821450	Trebendorf	trebendorf	DE	02959	1106	Europe/Berlin	51.53333	14.56667		Trebendorf,Trebendorf/Trjebin,Trebendorfi vald,Trjebin,te lei ben duo fu,Требендорф,特雷本多夫	14626560	13	00	14626	14626560
2821451	Treben	treben	DE	04617	0	Europe/Berlin	51.45545	12.78311				13	00	14729	14729380
2821452	Treben	treben	DE	04617	0	Europe/Berlin	51.2904	12.15271				14	00	15088	15088020
2821453	Treben	treben	DE	04617	0	Europe/Berlin	51.22495	13.23464				13	00	14627	14627260
2821454	Treben	treben	DE	04617	993	Europe/Berlin	51.05	12.41667		Treben,te lei ben,Требен,特雷本	16077048	15	00	16077	16077048
2821461	Trebbus	trebbus	DE	03253	0	Europe/Berlin	51.66667	14.51667				11	00	12071	12071414
2821465	Trebbin	trebbin	DE	14959	9199	Europe/Berlin	52.21675	13.22496		Trebbin,Trebin,te lei bin,trbyn,Треббин,Требин,Տրեբին,تربین,特雷宾		11	00	12072	12072426
2821478	Travenhorst	travenhorst	DE	23827	212	Europe/Berlin	54.01667	10.45		Travenhorst	01060090	10	00	01060	01060090
2821488	Trautskirchen	trautskirchen	DE	90619	1348	Europe/Berlin	49.4581	10.59361		Trautskirkhen,te lao ci ji er xing,Траутскирхен,Траутскірхен,Թրաութսկիրխեն,特劳茨基尔兴	09575166	02	095	09575	09575166
2821498	Trautenstein	trautenstein	DE	38899	0	Europe/Berlin	51.6871	10.78557		Trautenstein		14	00	15085	15085228
2821504	Trausnitz	trausnitz	DE	92555	1021	Europe/Berlin	49.52114	12.26249			09376173	02	093	09376	09376173
2821977	Schwarzenbach	schwarzenbach	DE	92720	0	Europe/Berlin	47.72127	7.98746		Schwarzenbach,Todtmoos-Schwarzenbach		01	083	08337	08337108
2821515	Traunstein	traunstein	DE	83278	18422	Europe/Berlin	47.86825	12.64335		Traunshtajn,Traunstein,Traunstoa,te lao en shi tai yin,teulaunsyutain,trawnshtayn,Траунштайн,Траунштајн,Թրաունշթայն,טראונשטיין,تراونشتاين,تروان‌اشتاین,特勞恩施泰因,트라운슈타인	09189	02	091	09189	09189155
2821517	Traunreut	traunreut	DE	83301	21244	Europe/Berlin	47.96269	12.59231		Traunreit,Traunrojt,te luo yin luo yi te,trawnrwyt,trwanrwyt,Траунройт,Траунројт,Թրաունրոյթ,تراونرويت,تروانرویت,特罗因罗伊特		02	091	09189	09189154
2821546	Trassenheide	trassenheide	DE	17449	964	Europe/Berlin	54.08458	13.86482		Kolonie Trassenheide,Trassenheide		12	00	13075	13075133
2821548	Trassem	trassem	DE	54441	1178	Europe/Berlin	49.57849	6.5254			07235136	08	00	07235	07235136
2821555	Trappstadt	trappstadt	DE	97633	1037	Europe/Berlin	50.3188	10.56995		Trappshtadt,Trappstadt,Trapshtadt,Trapshtat,te la pu si ta te,Траппштадт,Трапштадт,Трапштат,Տրապշթաթ,特拉普斯塔特		02	096	09673	09673174
2821558	Trappenkamp	trappenkamp	DE	24610	5113	Europe/Berlin	54.03988	10.21496		Trappenkamp	01060089	10	00	01060	01060089
2821574	Trantow	trantow	DE	17121	488	Europe/Berlin	53.97985	13.19683		Trantow		12	00	13075	13075123
2821604	Tramm	tramm	DE	19089	0	Europe/Berlin	53.88606	11.05444				12	00	13074	13074069
2821605	Tramm	tramm	DE	19089	331	Europe/Berlin	53.56446	10.61172			01053126	10	00	01053	01053126
2821606	Tramm	tramm	DE	19089	626	Europe/Berlin	53.52245	11.64791				12	00	13076	13076140
2821607	Tramm	tramm	DE	19089	0	Europe/Berlin	53.06468	11.07252				06	00	03354	03354004
2821608	Tramm	tramm	DE	19089	0	Europe/Berlin	54.17271	10.40415				10	00	01057	01057067
2821617	Traitsching	traitsching	DE	93455	4074	Europe/Berlin	49.15	12.65		Trajching,te lai qing,Трайчинг,Трајчинг,Թրայչինգ,特赖青	09372164	02	093	09372	09372164
2821622	Traisen	traisen	DE	55595	557	Europe/Berlin	49.82124	7.82028			07133105	08	00	07133	07133105
2821633	Train	train	DE	93358	1777	Europe/Berlin	48.73333	11.83333			09273177	02	092	09273	09273177
2821686	Trabitz	trabitz	DE	92724	0	Europe/Berlin	51.90713	11.82883				14	00	15089	15089055
2821687	Trabitz	trabitz	DE	92724	1406	Europe/Berlin	49.8	11.9		Trabic,te la bi ci,Трабиц,Трабіц,Թրաբից,特拉比茨	09374148	02	093	09374	09374148
2821690	Traben-Trarbach	traben-trarbach	DE	56841	6018	Europe/Berlin	49.95076	7.11562		Traben-Trarbach,Traben-Trarbakh,te la ben-te la er ba he,toraben=torabahha,trabn-trarabakh,trabn-trarbakh,Трабен-Трарбах,ترابن-تراراباخ,ترابن-ترارباخ,トラーベン＝トラーバッハ,特拉本-特拉尔巴赫		08	00	07231	07231124
2821695	Tottleben	tottleben	DE	99947	0	Europe/Berlin	51.16667	10.75			16064062	15	00	16064	16064062
2821734	Tosterglope	tosterglope	DE	21371	628	Europe/Berlin	53.20984	10.8193			03355037	06	00	03355	03355037
2821736	Tostedt	tostedt	DE	21255	13315	Europe/Berlin	53.28333	9.71667		Toest,Toshtedt,Toshtet,Tostedt,Töst,tuo si te,Тоштедт,Тоштет,托斯特	03353035	06	00	03353	03353035
2821770	Tornow	tornow	DE	16775	0	Europe/Berlin	53.39635	13.95887		Tornow		11	00	12073	12073216
2821771	Tornow	tornow	DE	16775	0	Europe/Berlin	53.06317	13.28752		Tornow		11	00	12065	12065084
2821772	Tornow	tornow	DE	16775	0	Europe/Berlin	52.95629	12.50591		Tornow		11	00	12068	12068477
2821773	Tornow	tornow	DE	16775	0	Europe/Berlin	52.81739	13.88947				11	00	12060	12060052
2821774	Tornow	tornow	DE	16775	0	Europe/Berlin	52.1133	13.62166				11	00	12061	12061492
2821775	Tornow	tornow	DE	16775	0	Europe/Berlin	51.81667	13.86667		Tornow		11	00	12066	12066052
2821777	Tornitz	tornitz	DE	39249	620	Europe/Berlin	51.93016	11.84773		Tornitz		14	00	15089	15089026
2821778	Tornitz	tornitz	DE	39249	0	Europe/Berlin	51.74213	14.10329		Tarnojsk,Tornitz		11	00	12066	12066320
2821779	Tornesch	tornesch	DE	25436	13079	Europe/Berlin	53.7	9.71667		Tornesch,Tornesh,trnsh,tuo er nei shi,twrnsh,Торнеш,ترنش,تورنش,托尔内施	01056048	10	00	01056	01056048
2821784	Tornau	tornau	DE	06774	0	Europe/Berlin	51.90415	12.21774				14	00	15001	15001000
2821785	Tornau	tornau	DE	06774	604	Europe/Berlin	51.71851	12.18172		Tornau		14	00	15082	15082301
2821786	Tornau	tornau	DE	06774	0	Europe/Berlin	51.63748	12.58909		Tornau		14	00	15091	15091110
2821787	Tornau	tornau	DE	06774	0	Europe/Berlin	51.52814	12.00565				14	00	15002	15002000
2821788	Tornau	tornau	DE	06774	0	Europe/Berlin	51.18588	12.14201				14	00	15084	15084315
2821802	Torgelow	torgelow	DE	17358	10665	Europe/Berlin	53.63415	14.01346		Torgelov,Torgelova,Torgelow,Turzoglowe,Turzogłowë,tuo er ge luo,twrghlw,twrglw,Торгелов,تورغلو,تورگلو,托尔格洛		12	00	13075	13075131
2821803	Torgelow	torgelow	DE	17358	464	Europe/Berlin	53.55758	12.77507		Torgelow		12	00	13071	13071144
2821804	Torgelow	torgelow	DE	17358	0	Europe/Berlin	52.75193	13.96131				11	00	12064	12064125
2821807	Torgau	torgau	DE	04860	18746	Europe/Berlin	51.56016	12.99617		Torgau,Torgava,Torgawa,Torhow,tuo er gao,twrgaw,twrjaw,Торгау,טורגאו,تورجاو,تورگاو,托尔高	14730	13	00	14730	14730310
2821843	Toppenstedt	toppenstedt	DE	21442	2122	Europe/Berlin	53.2643	10.11451			03353034	06	00	03353	03353034
2821892	Tonndorf	tonndorf	DE	99438	0	Europe/Berlin	53.58272	10.11944				04	00	02000	02000000
2821894	Tonndorf	tonndorf	DE	99438	653	Europe/Berlin	50.88898	11.20374			16071087	15	00	16071	16071087
2821919	Tömmelsdorf	tommelsdorf	DE	07819	136	Europe/Berlin	50.71667	11.86667		Tommelsdorf,Tömmelsdorf	16075114	15	00	16075	16075114
2821930	Tollwitz	tollwitz	DE	06231	1252	Europe/Berlin	51.28601	12.09733		Tollwitz		14	00	15088	15088020
2821956	Tolk	tolk	DE	24894	1097	Europe/Berlin	54.57987	9.63844			01059090	10	00	01059	01059090
2821963	Töging am Inn	toging-am-inn	DE	84513	9392	Europe/Berlin	48.26018	12.5846		Deging am Inn,Inndegi Tjoging,Inni Tyoging,Teging na Inu,Teging-am-Inn,Tjoging-na-Inne,Toeging am Inn,Toging,Toging am Inn,Töging,Töging am Inn,twghyngh,twgyng am ayn,yin he pan te jin ge,Инндеги Тёгинг,Тегинг на Ину,Тегінг-ам-Інн,Тёгинг-на-Инне,Իննի Տյոգինգ,توغينغ,توگینگ آم این,因河畔特金格		02	091	09171	09171132
2821975	Todtnau	todtnau	DE	79674	5072	Europe/Berlin	47.82941	7.9438		Todtnau,tuo te nao,twdnaw,twttnaw,Тодтнау,توتتناو,تودناو,托特瑙		01	083	08336	08336087
2821978	Glashütte	glashutte	DE	01768	0	Europe/Berlin	47.71435	7.99673		Glashutte,Glashütte,Todtmoos-Glashutte,Todtmoos-Glashütte		01	083	08337	08337108
2821979	Au	au	DE	79280	0	Europe/Berlin	47.69675	7.97918		Au,Todtmoos-Au		01	083	08337	08337108
2821980	Todtmoos	todtmoos	DE	79682	2215	Europe/Berlin	47.74014	8.00183		Todtmos,tuo te mo si,Тодтмос,托特莫斯	08337108	01	083	08337	08337108
2821985	Todtenweis	todtenweis	DE	86447	1443	Europe/Berlin	48.51712	10.92856		Doadaweis,Todnevays,Todtenvajs,totten'vu~aisu,tuo teng wei si,Тодтенвайс,Тодтенвајс,Տոդնեվայս,トッテンヴァイス,托滕魏斯	09771169	02	097	09771	09771169
2822017	Todesfelde	todesfelde	DE	23826	1040	Europe/Berlin	53.9	10.18333		Todesfelde	01060088	10	00	01060	01060088
2822019	Todenroth	todenroth	DE	55481	93	Europe/Berlin	49.96667	7.35			07140151	08	00	07140	07140151
2822026	Todendorf	todendorf	DE	22965	0	Europe/Berlin	54.4828	11.18877				10	00	01055	01055046
2822027	Todendorf	todendorf	DE	22965	0	Europe/Berlin	54.36816	10.56018				10	00	01057	01057055
2822028	Todendorf	todendorf	DE	22965	0	Europe/Berlin	53.83487	12.5617				12	00	13072	13072109
2822029	Todendorf	todendorf	DE	22965	1062	Europe/Berlin	53.69461	10.34781			01062078	10	00	01062	01062078
2822030	Todenbüttel	todenbuttel	DE	24819	1134	Europe/Berlin	54.13333	9.55		Todenbuettel,Todenbuttel,Todenbüttel	01058164	10	00	01058	01058164
2822031	Toddin	toddin	DE	19230	552	Europe/Berlin	53.41877	11.13815		Toddin	13076169	12	00	13076	13076169
2822073	Titz	titz	DE	52445	8461	Europe/Berlin	51.00619	6.42477		Tic,di ci,Тиц,Тіц,蒂茨	05358056	07	053	05358	05358056
2822075	Tittmoning	tittmoning	DE	84529	6084	Europe/Berlin	48.06164	12.7676		Didtmoning,Titamanninga,Titmoning,Tittmaning,Tittmening,Tittmoning,di te mo ning ge,tytmwnyng,tytmwnyngh,Титмонинг,Тіттмонінг,Թիթմոնինգ,تيتمونينغ,تیتمونینگ,蒂特莫宁格		02	091	09189	09189152
2822076	Tittling	tittling	DE	94104	3800	Europe/Berlin	48.72619	13.38221		Titling,Tittling,Tutling,di te ling,tytlyng,Титлинг,Тіттлінг,Թիթլինգ,تیتلینگ,蒂特灵		02	092	09275	09275152
2822078	Titting	titting	DE	85135	0	Europe/Berlin	48.99678	11.21155		Titing,Titting,di ting ge,tytyng,Титинг,Титтинг,Тіттінг,Տիտինգ,تیتینگ,蒂廷格		02	091	09176	09176164
2822083	Titisee-Neustadt	titisee-neustadt	DE	79822	12019	Europe/Berlin	47.92104	8.19063		Titisee-Neustadt,Titize-Nojshtadt,Titize-Nojshtat,Titizee Noystadt,Titizee-Nojshtadt,di di hu-xin cheng,tytyzy-nywashtat,tytyzyh-nwyshtat,Титизе-Нојштат,Титизее-Нойштадт,Тітізе-Нойштадт,Տիտիզեե Նոյշտադտ,تيتيزيه-نويشتات,تیتیزی-نیواشتات,蒂蒂湖-新城		01	083	08315	08315113
2822087	Tiste	tiste	DE	27419	899	Europe/Berlin	53.28333	9.53333			03357048	06	00	03357	03357048
2822088	Tissa	tissa	DE	07646	167	Europe/Berlin	50.85	11.75		Tissa	16074101	15	00	16074	16074101
2822100	Tirschenreuth	tirschenreuth	DE	95643	9410	Europe/Berlin	49.88263	12.33112		Tirschenreit,Tirschenreith,Tirschenreuth,Tirshenrojt,di shen luo yi te,tyrshnrwyt,Тиршенройт,Тиршенројт,Тіршенройт,Թիրշենրոյթ,تيرشنرويت,تیرشن‌رویس,蒂申罗伊特	09377	02	093	09377	09377154
2822104	Tirpersdorf	tirpersdorf	DE	08606	1548	Europe/Berlin	50.43333	12.25		Tirpersdorf,di er pei er si duo fu,Тирперсдорф,蒂尔佩尔斯多夫	14523420	13	00	14523	14523420
2822121	Tinningstedt	tinningstedt	DE	25917	197	Europe/Berlin	54.81667	8.93333		Tinningstedt	01054136	10	00	01054	01054136
2822159	Timmenrode	timmenrode	DE	06507	1116	Europe/Berlin	51.77113	11.00624		Timmenrode		14	00	15085	15085055
2822160	Timmendorfer Strand	timmendorfer-strand	DE	23669	9127	Europe/Berlin	53.9953	10.77676		Timendorfer Shtrand,Timmendorf Beach,Timmendorfer Strand,Timmendorfer-Shtrand,di men duo er fei er si te lan de,Тимендорфер Штранд,Тиммендорфер-Штранд,蒂门多尔费尔斯特兰德	01055042	10	00	01055	01055042
2822168	Timmaspe	timmaspe	DE	24644	1124	Europe/Berlin	54.13967	9.8943		Timmaspe	01058163	10	00	01058	01058163
2822187	Tilleda	tilleda	DE	06537	943	Europe/Berlin	51.42019	11.14065				14	00	15087	15087250
2822205	Tietzow	tietzow	DE	14641	0	Europe/Berlin	52.71248	12.93365				11	00	12063	12063208
2822269	Tielen	tielen	DE	24803	329	Europe/Berlin	54.28627	9.33708		Tielen	01059088	10	00	01059	01059088
2822318	Tiefenthal	tiefenthal	DE	55546	0	Europe/Berlin	49.86357	11.66199				02	094	09472	09472127
2822319	Tiefenthal	tiefenthal	DE	55546	0	Europe/Berlin	49.81229	9.65799		Tiefenthal		02	096	09677	09677125
2822320	Tiefenthal	tiefenthal	DE	55546	117	Europe/Berlin	49.75	7.9			07133104	08	00	07133	07133104
2822321	Tiefenthal	tiefenthal	DE	55546	0	Europe/Berlin	49.69799	9.4262				01	081	08128	08128064
2822322	Tiefenthal	tiefenthal	DE	55546	0	Europe/Berlin	49.58782	9.92118				02	096	09679	09679122
2822323	Tiefenthal	tiefenthal	DE	55546	848	Europe/Berlin	49.53861	8.10389			07332044	08	00	07332	07332044
2822324	Tiefenthal	tiefenthal	DE	55546	0	Europe/Berlin	49.31546	10.46873				02	095	09571	09571174
2822325	Tiefenthal	tiefenthal	DE	55546	0	Europe/Berlin	48.99311	12.4281		Tiefenthal		02	093	09375	09375210
2822326	Tiefenthal	tiefenthal	DE	55546	0	Europe/Berlin	47.84222	12.28052				02	091	09187	09187167
2822359	Tiefensee	tiefensee	DE	16259	0	Europe/Berlin	52.67997	13.83565				11	00	12060	12060280
2822360	Tiefensee	tiefensee	DE	16259	0	Europe/Berlin	51.58182	12.52947		Tiefensee		13	00	14730	14730020
2822368	Tiefenort	tiefenort	DE	36469	4268	Europe/Berlin	50.83946	10.16604		Tiefenort,Tifenort,di fei nuo er te,Тифенорт,蒂费诺尔特	16063003	15	00	16063	16063003
2822401	Tiefenbronn	tiefenbronn	DE	75233	5583	Europe/Berlin	48.82398	8.80129		Tifenbron,Tifenbronn,di fen bu long,Тифенброн,Тіфенбронн,Տիֆենբրոն,蒂芬布龙	08236062	01	082	08236	08236062
2822428	Tiefenbach	tiefenbach	DE	09661	0	Europe/Berlin	48.35711	8.28149				01	083	08317	08317093
2822429	Tiefenbach	tiefenbach	DE	09661	0	Europe/Berlin	50.53333	8.33333				05	065	06532	06532003
2822430	Tiefenbach	tiefenbach	DE	09661	0	Europe/Berlin	50.29129	11.39509				02	094	09476	09476189
2822431	Tiefenbach	tiefenbach	DE	09661	0	Europe/Berlin	50.01929	12.04722				02	094	09479	09479111
2822432	Tiefenbach	tiefenbach	DE	09661	793	Europe/Berlin	49.93761	7.54389			07140150	08	00	07140	07140150
2822433	Tiefenbach	tiefenbach	DE	09661	0	Europe/Berlin	49.60407	7.61111				08	00	07336	07336105
2822435	Tiefenbach	tiefenbach	DE	09661	0	Europe/Berlin	49.29854	9.20284		Tiefenbach		01	081	08125	08125039
2822436	Tiefenbach	tiefenbach	DE	09661	2247	Europe/Berlin	49.18525	12.32337		Tiefenbach		02	093	09376	09376149
2822437	Tiefenbach	tiefenbach	DE	09661	0	Europe/Berlin	49.16248	10.04129				01	081	08127	08127014
2822438	Tiefenbach	tiefenbach	DE	09661	0	Europe/Berlin	49.17657	8.79716		Tiefenbach		01	082	08215	08215064
2822439	Tiefenbach	tiefenbach	DE	09661	0	Europe/Berlin	49.12809	11.17885				02	095	09576	09576148
2822440	Tiefenbach	tiefenbach	DE	09661	0	Europe/Berlin	49.08139	10.91916		Tiefenbach		02	095	09577	09577125
2822441	Tiefenbach	tiefenbach	DE	09661	0	Europe/Berlin	48.79603	12.09309				02	092	09273	09273127
2822442	Tiefenbach	tiefenbach	DE	09661	0	Europe/Berlin	48.62421	13.40025			09275151	02	092	09275	09275151
2822443	Tiefenbach	tiefenbach	DE	09661	3501	Europe/Berlin	48.5	12.1			09274182	02	092	09274	09274182
2822444	Tiefenbach	tiefenbach	DE	09661	0	Europe/Berlin	48.36058	10.0997				02	097	09775	09775135
2822445	Tiefenbach	tiefenbach	DE	09661	0	Europe/Berlin	48.25085	12.09028				02	091	09177	09177115
2822446	Tiefenbach	tiefenbach	DE	09661	0	Europe/Berlin	48.25206	10.12201				02	097	09775	09775129
2822447	Tiefenbach	tiefenbach	DE	09661	527	Europe/Berlin	48.08333	9.65			08426118	01	084	08426	08426118
2822448	Tiefenbach	tiefenbach	DE	09661	0	Europe/Berlin	47.76153	11.83159				02	091	09182	09182119
2822449	Tiefenbach	tiefenbach	DE	09661	0	Europe/Berlin	47.73759	12.12041				02	091	09187	09187120
2822450	Tiefenbach	tiefenbach	DE	09661	0	Europe/Berlin	47.71667	10.35				02	097	09763	09763000
2822451	Tiefenbach	tiefenbach	DE	09661	0	Europe/Berlin	47.50933	10.32036				02	097	09780	09780139
2822471	Tiddische	tiddische	DE	38473	1283	Europe/Berlin	52.51667	10.8		Tiddishe,Tidishe,di di she,Тиддише,Тидише,蒂迪舍	03151031	06	00	03151	03151031
2822483	Thyrow	thyrow	DE	14974	0	Europe/Berlin	52.25261	13.23962		Thyrow		11	00	12072	12072426
2822484	Thyrnau	thyrnau	DE	94136	4075	Europe/Berlin	48.61667	13.53333		Tirnau,di er nao,tyrnaw,Тирнау,Թիրնաու,تیرناو,蒂尔瑙	09275150	02	092	09275	09275150
2822522	Thurnau	thurnau	DE	95349	4502	Europe/Berlin	50.02542	11.39348		Thurnau		02	094	09477	09477157
2822531	Thurmansbang	thurmansbang	DE	94169	2458	Europe/Berlin	48.76627	13.3155				02	092	09272	09272150
2822535	Thurland	thurland	DE	06779	395	Europe/Berlin	51.71599	12.22156		Thurland		14	00	15082	15082301
2822563	Thüngersheim	thungersheim	DE	97291	2726	Europe/Berlin	49.87833	9.84917		Thuengersheim,Thüngersheim,Tingerskhajm,Tjungersgajm,Tjungerskhajm,Tyungershaym,te~yungasuhaimu,ting ge er si hai mu,Тингерсхајм,Тюнгерсгайм,Тюнгерсхайм,Տյունգերսհայմ,テュンガースハイム,廷格尔斯海姆	09679194	02	096	09679	09679194
2822564	Thüngen	thungen	DE	97289	1369	Europe/Berlin	49.9414	9.8586		Thuengen,Thungen,Thüngen,Tingen,Tjungen,ting gen,Тинген,Тюнген,Թյունգեն,廷根		02	096	09677	09677189
2822571	Thundorf in Unterfranken	thundorf-in-unterfranken	DE	97711	1202	Europe/Berlin	50.20097	10.31906		Thundorf,Thundorf i. Ufr.,Thundorf i. Unterfranken,Thundorf in Unterfranken,Tundorf,Tundorf in Unterfranken,Tundorf-in-Unterfranken,xia fu lan ken tong duo fu,Тундорф,Тундорф ин Унтерфранкен,Тундорф-ін-Унтерфранкен,Տունդորֆ,下弗兰肯通多夫		02	096	09672	09672157
2822588	Thumby	thumby	DE	24351	0	Europe/Berlin	54.6469	9.64301				10	00	01059	01059076
2822589	Thumby	thumby	DE	24351	501	Europe/Berlin	54.58333	9.91667		Tumbi,Tumby,tong bi,Тумби,通比	01058162	10	00	01058	01058162
2822594	Thum	thum	DE	09419	0	Europe/Berlin	50.70527	6.52082				07	053	05358	05358028
2822595	Thum	thum	DE	09419	5892	Europe/Berlin	50.67081	12.95091		Thum,Tum,Tuma,tu mu,twm,Тум,توم,图姆		13	00	14521	14521640
2822599	Thulendorf	thulendorf	DE	18184	536	Europe/Berlin	54.09468	12.3026		Thulendorf		12	00	13072	13072108
2822607	Thuine	thuine	DE	49832	1962	Europe/Berlin	52.5	7.48333		Tuine,Tujne,tu yi nei,Туине,Туйне,图伊内	03454053	06	00	03454	03454053
2822633	Thörnich	thornich	DE	54340	178	Europe/Berlin	49.83431	6.83824			07235134	08	00	07235	07235134
2822637	Thörlingen	thorlingen	DE	56291	146	Europe/Berlin	50.13333	7.53333			07140149	08	00	07140	07140149
2822660	Thonhausen	thonhausen	DE	04626	659	Europe/Berlin	50.83333	12.31667			16077047	15	00	16077	16077047
2822661	Thonhausen	thonhausen	DE	04626	0	Europe/Berlin	49.34117	11.78927				02	093	09371	09371154
2822662	Thonhausen	thonhausen	DE	04626	0	Europe/Berlin	49.04589	11.84055				02	093	09375	09375148
2822663	Thonhausen	thonhausen	DE	04626	0	Europe/Berlin	48.69757	11.92068				02	092	09274	09274172
2822664	Thonhausen	thonhausen	DE	04626	0	Europe/Berlin	48.67424	11.83837				02	092	09273	09273115
2822665	Thonhausen	thonhausen	DE	04626	0	Europe/Berlin	48.47854	11.74036				02	091	09178	09178156
2822684	Thomm	thomm	DE	54317	1036	Europe/Berlin	49.7414	6.80492		Tom,Tumba,tuo mu,Том,托姆	07235135	08	00	07235	07235135
2822703	Thomasburg	thomasburg	DE	21401	1269	Europe/Berlin	53.23333	10.66667		Tomasburg,tuo ma si bao,Томасбург,托马斯堡	03355036	06	00	03355	03355036
2822713	Tholey	tholey	DE	66636	13157	Europe/Berlin	49.48374	7.03691		Theulegium,Tolaj,tuo lai,Толай,Толај,托莱	10046118	09	00	10046	10046118
2822725	Thiessow	thiessow	DE	18586	482	Europe/Berlin	54.27725	13.71574		Tisov,Tissov,di suo,Тисов,Тиссов,蒂索		12	00	13073	13073107
2822727	Thießen	thiessen	DE	06868	746	Europe/Berlin	51.95587	12.29921		Thiessen,Thießen		14	00	15091	15091060
2822728	Thießen	thiessen	DE	06868	0	Europe/Berlin	51.91791	12.67633				14	00	15091	15091375
2822736	Thierstein	thierstein	DE	95199	1278	Europe/Berlin	50.10643	12.10203		Thierstein,Tirshtajn,Tirstayn,tierushutain,Тирштайн,Тирштајн,Тірштайн,Տիրշտայն,ティーエルシュタイン		02	094	09479	09479159
2822737	Thiersheim	thiersheim	DE	95707	2117	Europe/Berlin	50.07609	12.1265		Thiersheim,Tirsgajm,Tirshaym,Tirskhajm,di er si hai mu,tierusuhaimu,Тирсхайм,Тирсхајм,Тірсгайм,Տիրսհայմ,ティーエルスハイム,蒂尔斯海姆		02	094	09479	09479158
2822739	Thierschneck	thierschneck	DE	07774	134	Europe/Berlin	51.03333	11.76667		Thierschneck	16074099	15	00	16074	16074099
2823221	Tewswoos	tewswoos	DE	19303	481	Europe/Berlin	53.22875	11.20211				12	00	13076	13076143
2822749	Thierhaupten	thierhaupten	DE	86672	3841	Europe/Berlin	48.56531	10.90862		Diahappn,Thierhaupten,Tirgaupten,Tirhaupten,Tirkhaupten,di lao pu teng,Тирхауптен,Тіргауптен,Տիրհաուպտեն,蒂劳普滕		02	097	09772	09772207
2822786	Thiendorf	thiendorf	DE	01561	2298	Europe/Berlin	51.29375	13.74124		Theindorf,Thiendorfi vald,Tiendorf,Tindorf,ting duo fu,Тиендорф,Тиндорф,Тіендорф,廷多夫	14627290	13	00	14627	14627290
2822812	Thielbeer	thielbeer	DE	39619	183	Europe/Berlin	52.84649	11.48236		Thielbeer		14	00	15081	15081030
2822822	Theuma	theuma	DE	08541	1132	Europe/Berlin	50.47007	12.22195			14523410	13	00	14523	14523410
2822837	Thesenvitz	thesenvitz	DE	18528	408	Europe/Berlin	54.4497	13.38992				12	00	13073	13073010
2822868	Themar	themar	DE	98660	3083	Europe/Berlin	50.50465	10.61536		Temar,Themar,te ma er,tmar,Темар,تمار,特马尔		15	00	16069	16069051
2822870	Thelkow	thelkow	DE	18195	514	Europe/Berlin	54.03616	12.55978		Tel'kov,Telkov,te er ke,Телков,Тельков,特尔科		12	00	13072	13072107
2822881	Theißen	theissen	DE	06727	1977	Europe/Berlin	51.08748	12.10659		Theissen,Theißen		14	00	15084	15084590
2822883	Theisseil	theisseil	DE	92637	1261	Europe/Berlin	49.69034	12.22744			09374160	02	093	09374	09374160
2822894	Theisbergstegen	theisbergstegen	DE	66871	681	Europe/Berlin	49.51757	7.44852		Tajsbergshtegen,Tajsbergstegen,Theisbergstegen,tai si bei ge shi tai gen,Тайсбергштеген,Тајсбергстеген,泰斯贝格施泰根		08	00	07336	07336098
2822902	Theilheim	theilheim	DE	97288	0	Europe/Berlin	49.9439	10.14627				02	096	09678	09678190
2822903	Theilheim	theilheim	DE	97288	2337	Europe/Berlin	49.75403	10.03056			09679193	02	096	09679	09679193
2822905	Theilenhofen	theilenhofen	DE	91741	0	Europe/Berlin	49.08333	11.85				02	093	09375	09375118
2822909	Theeßen	theessen	DE	39291	530	Europe/Berlin	52.24036	12.04886		Theessen,Theeßen		14	00	15086	15086140
2822930	Thedinghausen	thedinghausen	DE	27321	4727	Europe/Berlin	52.96667	9.01667		Tedingkhauzen,Thaenhusen,Thedinghausen,Thänhusen,tai ding hao sen,tedinguhauzen,Тедингхаузен,テディングハウゼン,泰丁豪森	03361013	06	00	03361	03361013
2822939	Tharandt	tharandt	DE	01737	5624	Europe/Berlin	50.98525	13.58035		Tarandt,Tarant,Taranta,Tharandt,Tāranta,tarant,Тарандт,Тарант,تارانت	14628	13	00	14628	14628400
2822941	Thanstein	thanstein	DE	92554	1045	Europe/Berlin	49.38333	12.46667		Tanshtajn,tan si tai yin,tanshtayn,Танштайн,Танштајн,تانشتاین,坦斯泰因	09376172	02	093	09376	09376172
2822956	Thannhausen	thannhausen	DE	86470	0	Europe/Berlin	49.18978	11.34939				02	093	09373	09373126
2822957	Thannhausen	thannhausen	DE	86470	0	Europe/Berlin	49.10995	10.88934				02	095	09577	09577159
2822958	Thannhausen	thannhausen	DE	86470	6336	Europe/Berlin	48.28334	10.46917		Thannhausen		02	097	09774	09774185
2823024	Thandorf	thandorf	DE	19217	180	Europe/Berlin	53.7589	10.82336		Thandorf		12	00	13074	13074078
2823033	Thalwinkel	thalwinkel	DE	06647	195	Europe/Berlin	51.22323	11.60837		Thalwinkel		14	00	15084	15084015
2823034	Thalwenden	thalwenden	DE	37318	378	Europe/Berlin	51.35	10.05		Thalwenden	16061096	15	00	16061	16061096
2823044	Thalmässing	thalmassing	DE	91177	5442	Europe/Berlin	49.08834	11.2215		Tal'messing,Talmesing,Thalmassing,Thalmässing,ta er mei xing,tarumesshingu,Талмесинг,Тальмессинг,Тальмессінг,Թալմեսինգ,タールメッシング,塔尔梅兴		02	095	09576	09576148
2823045	Thalmassing	thalmassing	DE	91177	3317	Europe/Berlin	48.91167	12.155		Tal'massing,Talmasing,ta er ma xing,talmasyng,Талмасинг,Тальмассинг,Тальмассінг,Թալմասինգ,تالماسینگ,塔尔马兴	09375205	02	093	09375	09375205
2823049	Thallwitz	thallwitz	DE	04808	3894	Europe/Berlin	51.43333	12.68333		Tall'vic,Talvic,Thallwitzi vald,ta er wei ci,Талвиц,Талльвиц,塔尔维茨	14729380	13	00	14729	14729380
2823052	Thallichtenberg	thallichtenberg	DE	66871	593	Europe/Berlin	49.55821	7.35093		Talikhtenberg,Tallikhtenberg,ta li xi teng bei ge,Талихтенберг,Таллихтенберг,塔利希滕贝格	07336097	08	00	07336	07336097
2823078	Thalheim	thalheim	DE	06766	1558	Europe/Berlin	51.65268	12.22756		Thalheim		14	00	15082	15082015
2823079	Thalheim	thalheim	DE	06766	0	Europe/Berlin	51.28153	13.07938				13	00	14730	14730230
2823080	Thalheim	thalheim	DE	06766	0	Europe/Berlin	51.0016	12.88318				13	00	14522	14522360
2823081	Thalheim	thalheim	DE	06766	7583	Europe/Berlin	50.70077	12.84996		Tal'khajm,Talheima/Rudu kalni,Talheima/Rūdu kalni,Talkhajm,Thalheim,talhaym,Талхајм,Тальхайм,تالهايم,تالهایم		13	00	14521	14521620
2823082	Thalheim	thalheim	DE	06766	0	Europe/Berlin	50.48641	8.01204		Thalheim		05	065	06533	06533004
2823083	Thalheim	thalheim	DE	06766	0	Europe/Berlin	49.45942	11.54243				02	095	09574	09574128
2823084	Thalheim	thalheim	DE	06766	0	Europe/Berlin	48.73015	10.54996				02	097	09773	09773117
2823085	Thalheim	thalheim	DE	06766	0	Europe/Berlin	48.36787	12.03317				02	091	09177	09177120
2823086	Thalheim	thalheim	DE	06766	0	Europe/Berlin	48.0073	9.03776				01	084	08437	08437072
2823087	Thalhausen	thalhausen	DE	56584	746	Europe/Berlin	50.5	7.58333			07138072	08	00	07138	07138072
2823088	Thalhausen	thalhausen	DE	56584	0	Europe/Berlin	48.6	12.95				02	092	09277	09277142
2823089	Thalhausen	thalhausen	DE	56584	0	Europe/Berlin	48.42833	11.66449				02	091	09178	09178137
2823090	Thalhausen	thalhausen	DE	56584	0	Europe/Berlin	48.41886	11.2155				02	091	09174	09174111
2823091	Thalhausen	thalhausen	DE	56584	0	Europe/Berlin	48.16798	12.74447				02	091	09171	09171113
2823092	Thalhausen	thalhausen	DE	56584	0	Europe/Berlin	47.78481	11.12301				02	091	09190	09190135
2823137	Thaleischweiler-Fröschen	thaleischweiler-froschen	DE	66987	3515	Europe/Berlin	49.26667	7.58333		Talajshvajler-Freshen,Talajshvajler-Frjoshen,Thaleischweiler-Froeschen,Thaleischweiler-Fröschen,ta lai shi wei lei-fu lei shen,taraishuvu~aira=fureshen,Талайшвайлер-Фрёшен,Талајшвајлер-Фрешен,ターライシュヴァイラー＝フレーシェン,塔莱施韦勒-弗勒申	07340051	08	00	07340	07340051
2823141	Thale	thale	DE	06502	13386	Europe/Berlin	51.74861	11.041		Tale,Talė,Thale,ta lei,talh,tare,Тале,تاله,ターレ,塔勒		14	00	15085	15085330
2823214	Thaining	thaining	DE	86943	908	Europe/Berlin	47.97302	10.95766			09181142	02	091	09181	09181142
2823218	Thaden	thaden	DE	25557	298	Europe/Berlin	54.10145	9.42515		Thaden	01058161	10	00	01058	01058161
2823230	Teutschenthal	teutschenthal	DE	06179	6996	Europe/Berlin	51.45	11.8		Teutschenthal,Tojchental,Tojchental',tuo yi ci xing ta er,Тойченталь,Тојчентал,托伊茨兴塔尔	15088365	14	00	15088	15088365
2823232	Teutleben	teutleben	DE	99880	0	Europe/Berlin	51.13458	11.4509				15	00	16068	16068063
2823233	Teutleben	teutleben	DE	99880	396	Europe/Berlin	50.94516	10.56221		Teutleben		15	00	16067	16067088
2823242	Teusin	teusin	DE	17111	183	Europe/Berlin	53.86112	13.14904		Teusin		12	00	13071	13071148
2823245	Teuschnitz	teuschnitz	DE	96358	2247	Europe/Berlin	50.39839	11.38235		Teuschnitz,Tojshnic,toishunittsu,tuo yi shi ni ci,twyshnytz,Тойшниц,Тойшніц,Тојшниц,Թոյշնից,تويشنيتز,تویشنیتز,トイシュニッツ,托伊施尼茨		02	094	09476	09476180
2823256	Teupitz	teupitz	DE	15755	1881	Europe/Berlin	52.12967	13.6196		Teipica,Teupitz,Tojpic,tuo yi pi ci,twybytz,twypytz,Тойпиц,Тојпиц,Տոյպից,تويبيتز,تویپیتز,托伊皮茨		11	00	12061	12061492
2823257	Teunz	teunz	DE	92552	2035	Europe/Berlin	49.48333	12.38333		Tojnc,tuo yin ci,twynts,Тойнц,Тојнц,توینتس,托因茨	09376171	02	093	09376	09376171
2823259	Teugn	teugn	DE	93356	1508	Europe/Berlin	48.89299	12.01175			09273175	02	092	09273	09273175
2823355	Teuchern	teuchern	DE	06682	3197	Europe/Berlin	51.12094	12.0241		Teuchera,Teuchern,Tojkhern,tuo yi hei er en,twyshrn,Тойхерн,Тојхерн,تويشرن,تویشرن,托伊黑尔恩		14	00	15084	15084490
2823360	Teublitz	teublitz	DE	93158	7405	Europe/Berlin	49.22289	12.08727		Teublitz,Tojblic,tuo yi bu li ci,twyblytz,Тойблиц,Тойбліц,Тојблиц,تويبليتز,تویبلیتز,托伊布利茨		02	093	09376	09376170
2823368	Tettnang	tettnang	DE	88069	18135	Europe/Berlin	47.66857	9.59132		Tetnang,Tettnang,Tettnang Castle,Тетнанг		01	084	08435	08435057
2823372	Tettenweis	tettenweis	DE	94167	1702	Europe/Berlin	48.44281	13.26955		Tetenvajs,Tettenvajs,te teng wei si,ttnways,Тетенвајс,Теттенвайс,Թեթենվայս,تتنوایس,特滕魏斯	09275149	02	092	09275	09275149
2823393	Tettau	tettau	DE	01945	889	Europe/Berlin	51.43333	13.73333			12066316	11	00	12066	12066316
2823394	Tettau	tettau	DE	01945	0	Europe/Berlin	50.88623	12.49582				13	00	14524	14524270
2823395	Tettau	tettau	DE	01945	2516	Europe/Berlin	50.46979	11.25888		Tetau,Tettau,te tao,tettau,Тетау,Теттау,Տեթաու,テッタウ,特陶		02	094	09476	09476179
2823398	Teterow	teterow	DE	17166	9544	Europe/Berlin	53.77545	12.57487		Teterov,Teterova,Teterow,Tēterova,te luo,Тетеров,特罗		12	00	13072	13072106
2823401	Tetenhusen	tetenhusen	DE	24817	950	Europe/Berlin	54.35	9.5		Tetenhusen	01059087	10	00	01059	01059087
2823403	Tetenbüll	tetenbull	DE	25882	653	Europe/Berlin	54.35214	8.82794		Tetenbull,Tetenbüll	01054135	10	00	01054	01054135
2823407	Testorf-Steinfort	testorf-steinfort	DE	23936	697	Europe/Berlin	53.77677	11.26949		Testorf-Steinfort		12	00	13074	13074077
2823418	Tessin	tessin	DE	18195	4212	Europe/Berlin	54.02764	12.46519				12	00	13072	13072105
2823419	Tessin	tessin	DE	18195	439	Europe/Berlin	53.72452	11.58753		Tessin		12	00	13076	13076078
2823421	Tessin	tessin	DE	18195	0	Europe/Berlin	53.39831	10.8515				12	00	13076	13076138
2823423	Tessenow	tessenow	DE	19376	731	Europe/Berlin	53.71009	12.58998		Tessenow		12	00	13072	13072094
2823424	Tessenow	tessenow	DE	19376	0	Europe/Berlin	53.35311	11.89459				12	00	13076	13076168
2823426	Tespe	tespe	DE	21395	3987	Europe/Berlin	53.3964	10.41084		Gemeen Tesp,Tespe,te si pei,Теспе,特斯佩	03353033	06	00	03353	03353033
2823435	Teschenmoschel	teschenmoschel	DE	67806	115	Europe/Berlin	49.63333	7.73333			07333077	08	00	07333	07333077
2823441	Teschendorf	teschendorf	DE	17094	0	Europe/Berlin	54.4404	11.12417				10	00	01055	01055046
2823442	Teschendorf	teschendorf	DE	17094	0	Europe/Berlin	54.3424	10.90007				10	00	01055	01055015
2823443	Teschendorf	teschendorf	DE	17094	0	Europe/Berlin	54.06222	12.28724				12	00	13072	13072019
2823444	Teschendorf	teschendorf	DE	17094	559	Europe/Berlin	53.45778	13.35775		Teschendorf		12	00	13071	13071021
2823445	Teschendorf	teschendorf	DE	17094	0	Europe/Berlin	52.85229	13.17312				11	00	12065	12065198
2823446	Teschendorf	teschendorf	DE	17094	0	Europe/Berlin	52.66638	10.80197				06	00	03151	03151040
2823458	Terpe	terpe	DE	03139	0	Europe/Berlin	51.53085	14.30852		Terpe,Terpje		11	00	12071	12071372
2823486	Tensfeld	tensfeld	DE	23824	802	Europe/Berlin	54.04229	10.31856		Tensfeld	01060087	10	00	01060	01060087
2823497	Tennenbronn	tennenbronn	DE	78144	3717	Europe/Berlin	48.19041	8.35176				01	083	08325	08325053
2823504	Teningen	teningen	DE	79331	11887	Europe/Berlin	48.12952	7.81205		Teningen,te ning gen,Тенинген,Тенінген,Տենինգեն,特宁根	08316043	01	083	08316	08316043
2823515	Tengen	tengen	DE	78250	4670	Europe/Berlin	47.82128	8.66117				01	083	08335	08335080
2823533	Templin	templin	DE	17268	17634	Europe/Berlin	53.11865	13.5022		Templin,teng pu lin,tmblyn,tmplyn,Темплин,Темплін,Տեմպլին,تمبلين,تمپلین,滕普林		11	00	12073	12073572
2823561	Temmels	temmels	DE	54441	649	Europe/Berlin	49.68887	6.4654			07235133	08	00	07235	07235133
2823563	Telz	telz	DE	15806	0	Europe/Berlin	52.24503	13.49436		Telz		11	00	12061	12061332
2823567	Teltow	teltow	DE	14513	19530	Europe/Berlin	52.4031	13.26014		Dolnjow,Tel'tov,Teltov,Teltow,te er tuo,tltw,Телтов,Тельтов,Տելթով,تلتو,特尔托		11	00	12069	12069616
2823578	Tellingstedt	tellingstedt	DE	25782	2581	Europe/Berlin	54.21667	9.28333		Telingshtet,Tellingshtedt,tai ling shi tai te,Телингштет,Теллингштедт,泰灵施泰特	01051114	10	00	01051	01051114
2823579	Tellig	tellig	DE	56858	311	Europe/Berlin	50.03333	7.25			07135081	08	00	07135	07135081
2823588	Telgte	telgte	DE	48291	0	Europe/Berlin	52.32863	10.20278				06	00	03157	03157006
2823589	Telgte	telgte	DE	48291	0	Europe/Berlin	52.34008	7.88819				07	055	05566	05566092
2823590	Telgte	telgte	DE	48291	19389	Europe/Berlin	51.97995	7.78293		Tel'gte,Telgte,Telligte,Telqte,tai er ge te,tlghth,tlgth,Телгте,Тельгте,تلغته,تلگته,泰尔格特		07	055	05570	05570044
2823603	Teistungen	teistungen	DE	37339	2566	Europe/Berlin	51.46667	10.26667		Tajstungen,Teistingen,Teistungen,tai si tong gen,Тайстунген,Тајстунген,泰斯通根	16061114	15	00	16061	16061114
2825249	Suckow	suckow	DE	19376	0	Europe/Berlin	53.15938	13.84784				11	00	12073	12073157
2823605	Teisnach	teisnach	DE	94244	2962	Europe/Berlin	49.04114	12.98784		Tajsnakh,Teisnach,tai si na,taysnakh,Тайснах,Тајснах,Թայսնախ,تایسناخ,泰斯纳		02	092	09276	09276122
2823607	Teising	teising	DE	84576	0	Europe/Berlin	48.35733	12.48085		Teising		02	091	09183	09183129
2823608	Teising	teising	DE	84576	1971	Europe/Berlin	48.22721	12.61137		Tajsing,Tajzing,Tayzing,tai xin ge,tayzyng,Тайзинг,Тайзінг,Тајсинг,Տայզինգ,تایزینگ,泰辛格	09171131	02	091	09171	09171131
2823611	Teisendorf	teisendorf	DE	83317	9019	Europe/Berlin	47.84921	12.81919		Deisndorf,Tajsendorf,Tajzendorf,Tayzendorf,Teisendorf,tai sen duo fu,tayzndwrf,Тайзендорф,Тајсендорф,Տայզենդորֆ,تایزندورف,泰森多夫		02	091	09172	09172134
2823625	Teichwolframsdorf	teichwolframsdorf	DE	07989	2686	Europe/Berlin	50.72093	12.24689		Tajkhvol'framsdorf,Tajkhvolframsdorf,Teichwolframsdorf,Тайхвольфрамсдорф,Тајхволфрамсдорф		15	00	16076	16076093
2823626	Teichwitz	teichwitz	DE	07570	122	Europe/Berlin	50.75	12.08333		Teichwitz	16076074	15	00	16076	16076074
2823667	Teicha	teicha	DE	06193	1479	Europe/Berlin	51.55887	11.95482		Teicha		14	00	15088	15088295
2823668	Teicha	teicha	DE	06193	0	Europe/Berlin	51.38801	14.81789		Hatk,Teicha		13	00	14626	14626460
2823669	Teicha	teicha	DE	06193	0	Europe/Berlin	51.30411	14.45689		Hat		13	00	14625	14625490
2823675	Tegkwitz	tegkwitz	DE	04617	323	Europe/Berlin	50.98008	12.34158		Tegkwitz		15	00	16077	16077044
2823679	Tegernsee	tegernsee	DE	83684	3770	Europe/Berlin	47.7123	11.7582		Tegernze,tai gen sai,tgrnzy,tyghrnzyh,Тегернзе,Տեգերնզե,تيغرنزيه,تگرنزی,泰根塞		02	091	09182	09182132
2823682	Tegernheim	tegernheim	DE	93105	4439	Europe/Berlin	49.02394	12.17303		Tegerngajm,Tegernhaym,Tegernkhajm,te ge er en hai mu,tgrnhaym,Тегернгайм,Тегернхайм,Тегернхајм,Տեգերնհայմ,تگرنهایم,特格尔恩海姆	09375204	02	093	09375	09375204
2823689	Tegernau	tegernau	DE	79692	0	Europe/Berlin	48.02151	12.04024				02	091	09175	09175119
2823692	Tegernau	tegernau	DE	79692	381	Europe/Berlin	47.72039	7.79454		Tegernau,Тегернау		01	083	08336	08336107
2823710	Tegau	tegau	DE	07907	426	Europe/Berlin	50.65	11.86667		Tegau	16075109	15	00	16075	16075109
2823728	Tecklenburg	tecklenburg	DE	49545	9552	Europe/Berlin	52.21957	7.81357		Tecklembourg,Tecklenburg,Tecklenbuurich,Tekklenburg,Teklenburg,Teklenburq,te ke lun bao,tklnbwrg,tklnbwrgh,Теккленбург,Текленбург,تكلنبورغ,تکلنبورگ,特克伦堡		07	055	05566	05566088
2823737	Techentin	techentin	DE	19399	629	Europe/Berlin	53.58731	11.9878		Tekhentin,te xing ting,Техентин,特兴廷		12	00	13076	13076135
2823738	Techentin	techentin	DE	19399	0	Europe/Berlin	53.30776	11.49013				12	00	13076	13076090
2823740	Techelsdorf	techelsdorf	DE	24220	163	Europe/Berlin	54.21667	10.05		Techelsdorf	01058160	10	00	01058	01058160
2823755	Tawern	tawern	DE	54456	2345	Europe/Berlin	49.66667	6.51667		Tavern,ta wei er en,Таверн,塔韦尔恩	07235132	08	00	07235	07235132
2823763	Tautenhain	tautenhain	DE	07639	0	Europe/Berlin	51.08858	12.68797				13	00	14729	14729140
2823764	Tautenhain	tautenhain	DE	07639	1273	Europe/Berlin	50.9247	11.91945			16074098	15	00	16074	16074098
2823765	Tautenhain	tautenhain	DE	07639	0	Europe/Berlin	50.91322	12.5075				15	00	16077	16077036
2823767	Tautendorf	tautendorf	DE	07646	0	Europe/Berlin	51.15	12.9		Brosen-Tautendorf,Brösen-Tautendorf,Tautendorf		13	00	14522	14522310
2823768	Tautendorf	tautendorf	DE	07646	164	Europe/Berlin	50.81667	11.9			16074097	15	00	16074	16074097
2823771	Tautenburg	tautenburg	DE	07778	333	Europe/Berlin	50.99119	11.71571		Tautenburg,tao teng bao,Таутенбург,陶滕堡	16074096	15	00	16074	16074096
2823788	Tauscha	tauscha	DE	01561	1559	Europe/Berlin	51.26667	13.8		Tauscha vald,Tausha,tao sha,Тауша,陶沙		13	00	14627	14627290
2823789	Tauscha	tauscha	DE	01561	0	Europe/Berlin	50.91457	12.71917				13	00	14522	14522460
2823794	Taura	taura	DE	09249	0	Europe/Berlin	51.47214	13.00717		Taura		13	00	14730	14730045
2823795	Taura	taura	DE	09249	2609	Europe/Berlin	50.91667	12.85			14522550	13	00	14522	14522550
2823799	Taunusstein	taunusstein	DE	65219	29501	Europe/Berlin	50.14993	8.15206		Stadt Taunusstein,Taunusshtajn,Taunusstein,tao nu si tai yin,taunusushutain,tawnwsshtayn,Таунусштайн,Таунусштајн,Таўнусштайн,تاونوسشتاين,تاونوس‌اشتاین,タウヌスシュタイン,陶努斯泰因		05	064	06439	06439015
2823803	Taugwitz	taugwitz	DE	06628	556	Europe/Berlin	51.12524	11.6353		Taugwitz		14	00	15084	15084282
2823809	Taufkirchen	taufkirchen	DE	82024	0	Europe/Berlin	48.43494	12.69968		Taufkirch,Taufkirchen		02	092	09277	09277119
2823810	Taufkirchen	taufkirchen	DE	82024	8690	Europe/Berlin	48.34987	12.13202		Taufkirchen,Taufkirkhen,tawf kyrshn,Тауфкирхен,Тауфкірхен,تاوف کیرشن		02	091	09177	09177139
2823811	Taufkirchen	taufkirchen	DE	82024	1307	Europe/Berlin	48.15	12.45			09183145	02	091	09183	09183145
2823812	Taufkirchen	taufkirchen	DE	82024	17791	Europe/Berlin	48.0486	11.61701		Taufkira,Taufkirkhen,tawf kyrshn,Тауфкирхен,Тауфкірхен,تاوف کیرشن	09184145	02	091	09184	09184145
2823824	Tauer	tauer	DE	03185	785	Europe/Berlin	51.9	14.45			12071384	11	00	12071	12071384
2823825	Tauer	tauer	DE	03185	0	Europe/Berlin	51.321	14.62695		Tauer,Turjo		13	00	14626	14626060
2823835	Tauche	tauche	DE	15848	4140	Europe/Berlin	52.15	14.16667		Taukhe,Tauxe,tao hei,Таухе,Տաուխե,陶黑	12067493	11	00	12067	12067493
2823836	Taucha	taucha	DE	04425	14552	Europe/Berlin	51.38333	12.48333		Taucha,Tauha,Taukha,tao ha,tawkha,tawshaw,Тауха,تاوخا,تاوشاو,陶哈		13	00	14730	14730300
2823837	Taucha	taucha	DE	04425	681	Europe/Berlin	51.19336	12.08036		Taucha		14	00	15084	15084235
2823851	Tauberrettersheim	tauberrettersheim	DE	97285	839	Europe/Berlin	49.49444	9.93667		Taubereterskhajm,Tauberrettersgajm,Tauberretterskhajm,tao bei lei te er si hai mu,taubarettasuhaimu,Тауберетерсхајм,Тауберреттерсгайм,Тауберреттерсхайм,Տաուբերեթերսհայմ,タウバーレッタースハイム,陶贝雷特尔斯海姆	09679192	02	096	09679	09679192
2824393	Täferrot	taferrot	DE	73527	1045	Europe/Berlin	48.84972	9.83824		Taeferrot,Teferot,Teferrot,Täferrot,tafrt,te fei luo te,Теферот,Теферрот,تافرت,ტეფეროტი,特费罗特	08136070	01	081	08136	08136070
2824412	Tackesdorf	tackesdorf	DE	25585	91	Europe/Berlin	54.18333	9.48333		Tackesdorf	01058158	10	00	01058	01058158
2823854	Tauberbischofsheim	tauberbischofsheim	DE	97941	13293	Europe/Berlin	49.62472	9.66278		Tauberbischofsheim,Tauberbishofsgajm,Tauberbishofskhajm,tao bei er bi shao fu si hai mu,taubabishofusuhaimu,tawbrbyshwfshaym,tawbrbyshwfzhaym,Таубербишофсхайм,Таубербишофсхајм,Таубербішофсгайм,تاوبربيشوفسهايم,تاوبربیشوفزهایم,タウバービショフスハイム,陶贝尔比绍夫斯海姆	08128	01	081	08128	08128115
2823886	Taubenheim	taubenheim	DE	01665	0	Europe/Berlin	51.09519	13.46588				13	00	14627	14627100
2823887	Taubenheim	taubenheim	DE	01665	0	Europe/Berlin	51.04368	14.4802				13	00	14625	14625560
2823936	Tating	tating	DE	25881	1022	Europe/Berlin	54.32607	8.70802		Tating	01054134	10	00	01054	01054134
2823951	Tastungen	tastungen	DE	37339	282	Europe/Berlin	51.46919	10.30964			16061094	15	00	16061	16061094
2823953	Tastrup	tastrup	DE	24943	464	Europe/Berlin	54.76667	9.48333		Tastrup	01059101	10	00	01059	01059101
2823954	Tasdorf	tasdorf	DE	24536	0	Europe/Berlin	52.49265	13.78953				11	00	12064	12064428
2823956	Tasdorf	tasdorf	DE	24536	362	Europe/Berlin	54.1	10.03333		Tasdorf	01057083	10	00	01057	01057083
2823968	Markt Taschendorf	markt-taschendorf	DE	91480	1075	Europe/Berlin	49.70111	10.55557		Markt Taschendorf,Markt Tashendorf,Markt-Tashendorf,Taschendorf,ma ke te ta shen duo fu,Маркт Ташендорф,Маркт-Ташендорф,Մարքթ Թաշենդորֆ,马克特塔申多夫		02	095	09575	09575147
2823973	Tarthun	tarthun	DE	39435	837	Europe/Berlin	51.93243	11.4731		Tarthun		14	00	15089	15089041
2823978	Tarp	tarp	DE	24963	5711	Europe/Berlin	54.66667	9.4		Tarp	01059171	10	00	01059	01059171
2823981	Tarnow	tarnow	DE	18249	1284	Europe/Berlin	53.77941	12.01785		Tarnow		12	00	13072	13072104
2823982	Tarnow	tarnow	DE	18249	0	Europe/Berlin	53.61178	13.02024				12	00	13071	13071127
2823989	Tarmstedt	tarmstedt	DE	27412	3616	Europe/Berlin	53.22505	9.07763		Tarms,Tarmshtedt,Tarmshtet,Tarmstedt,ta er mu si te,tarumushutetto,Тармштедт,Тармштет,タルムシュテット,塔尔姆斯特	03357047	06	00	03357	03357047
2823993	Tarbek	tarbek	DE	24619	173	Europe/Berlin	54.05	10.26667		Tarbek	01060086	10	00	01060	01060086
2823997	Tappendorf	tappendorf	DE	24594	349	Europe/Berlin	54.10422	9.6937		Tappendorf	01058159	10	00	01058	01058159
2824000	Tappenbeck	tappenbeck	DE	38479	1274	Europe/Berlin	52.47055	10.74068			03151030	06	00	03151	03151030
2824005	Tapfheim	tapfheim	DE	86660	4077	Europe/Berlin	48.67322	10.68377		Tapfgajm,Tapfkhajm,ta pu fu hai mu,tapufuhaimu,Тапфгайм,Тапфхайм,Тапфхајм,Թափֆհայմ,タプフハイム,塔普夫海姆	09779218	02	097	09779	09779218
2824020	Tantow	tantow	DE	16307	793	Europe/Berlin	53.27163	14.35098		Tantov,tan tuo,Тантов,Տանտով,坦托	12073565	11	00	12073	12073565
2824053	Tannheim	tannheim	DE	88459	2346	Europe/Berlin	48	10.08333			08426117	01	084	08426	08426117
2824054	Tannheim	tannheim	DE	88459	0	Europe/Berlin	48.00334	8.41193		Tannheim		01	083	08326	08326074
2824055	Tannhausen	tannhausen	DE	73497	1868	Europe/Berlin	48.9787	10.36129		Tankhauzen,Tanngauzen,tan hao sen,Таннгаузен,Танхаузен,ტანჰაუზენი,坦豪森	08136071	01	081	08136	08136071
2824056	Tannhausen	tannhausen	DE	73497	0	Europe/Berlin	47.9502	9.66237				01	084	08436	08436008
2824063	Tännesberg	tannesberg	DE	92723	1536	Europe/Berlin	49.53182	12.32765		Taennesberg,Tannesberg,Tenesberg,Tennesberg,Tännesberg,tanasbrg,te nei si bei ge,Тенесберг,Теннесберг,Թեննեսբերգ,تاناسبرگ,特内斯贝格		02	093	09374	09374159
2824152	Tannenberg	tannenberg	DE	09468	1283	Europe/Berlin	50.60738	12.93798			14521610	13	00	14521	14521610
2824153	Tannenberg	tannenberg	DE	09468	0	Europe/Berlin	48.66667	9.03333				01	081	08115	08115003
2824154	Tannenberg	tannenberg	DE	09468	0	Europe/Berlin	47.78239	10.78327				02	091	09190	09190118
2824182	Tannenberg	tannenberg	DE	09468	0	Europe/Berlin	51.74176	7.11738				07	055	05562	05562016
2824208	Tanne	tanne	DE	38875	730	Europe/Berlin	51.69842	10.72237		Tane,Tanne,Тане,Танне		14	00	15085	15085228
2824227	Tanna	tanna	DE	07922	4193	Europe/Berlin	50.4946	11.85725		Tanna		15	00	16075	16075132
2824228	Tann	tann	DE	36142	0	Europe/Berlin	50.91986	9.70124		Tann		05	066	06632	06632012
2824229	Tann	tann	DE	36142	4695	Europe/Berlin	50.64284	10.02385		Tan,Tann,tan,tan zhen,Тан,Танн,تان,坦镇		05	066	06631	06631023
2824230	Tann	tann	DE	36142	4039	Europe/Berlin	48.31463	12.89301	447	Tan,Tann,tan,Тан,Танн,Տանն,تان		02	092	09277	09277148
2824245	Tangstedt	tangstedt	DE	22889	5937	Europe/Berlin	53.73333	10.08333			01062076	10	00	01062	01062076
2824246	Tangstedt	tangstedt	DE	22889	1829	Europe/Berlin	53.67711	9.8488			01056047	10	00	01056	01056047
2824268	Tangeln	tangeln	DE	38489	394	Europe/Berlin	52.67753	11.02566		Tangeln		14	00	15081	15081045
2824284	Tamm	tamm	DE	71732	12129	Europe/Berlin	48.91988	9.11556		Tam,Tamm,ta mu,tam,Там,Тамм,تام,塔姆	08118071	01	081	08118	08118071
2824285	Tambach-Dietharz	tambach-dietharz	DE	99897	4354	Europe/Berlin	50.79245	10.61568		Dietharz,Tambach-Dietharz,Tambach-Dietharz/Thueringer Wald,Tambach-Dietharz/Thüringer Wald,Tambakh-Ditarc,Tambakh-Ditkharc,tambakh-dytharts,tan ba he-di ta er ci,Тамбах-Дитарц,Тамбах-Дитхарц,تامباخ-ديتهارتس,تامباخ-دیت‌هارتس,坦巴赫-迪塔尔茨		15	00	16067	16067065
2824297	Talling	talling	DE	54426	220	Europe/Berlin	49.76667	6.95			07231122	08	00	07231	07231122
2824303	Talkau	talkau	DE	21493	543	Europe/Berlin	53.57524	10.5708		Talkau	01053125	10	00	01053	01053125
2824315	Talheim	talheim	DE	74388	0	Europe/Berlin	49.09745	9.88744				01	081	08127	08127089
2824316	Talheim	talheim	DE	74388	4758	Europe/Berlin	49.08333	9.19306			08125094	01	081	08125	08125094
2824317	Talheim	talheim	DE	74388	0	Europe/Berlin	48.38305	9.10432				01	084	08416	08416025
2824318	Talheim	talheim	DE	74388	0	Europe/Berlin	48.24748	9.57235				01	084	08425	08425073
2824319	Talheim	talheim	DE	74388	1195	Europe/Berlin	48.01667	8.66667			08327048	01	083	08327	08327048
2824320	Talheim	talheim	DE	74388	0	Europe/Berlin	47.81656	8.63852				01	083	08335	08335080
2824379	Tagmersheim	tagmersheim	DE	86704	1083	Europe/Berlin	48.81667	10.96667			09779217	02	097	09779	09779217
2824383	Tagewerben	tagewerben	DE	06667	829	Europe/Berlin	51.23763	11.9513		Tagewerben		14	00	15084	15084550
2824419	Taching am See	taching-am-see	DE	83373	1937	Europe/Berlin	47.95942	12.72933		Taching a. See,Taching am See,Takhing am Ze,Takhing-am-Ze,bin hu ta xing,takhyng am zy,Тахинг ам Зе,Тахинг-ам-Зе,Тахінг-ам-Зе,Զեեի Թախինգ,تاخینگ ام زی,滨湖塔兴		02	091	09189	09189150
2824420	Tacherting	tacherting	DE	83342	5704	Europe/Berlin	48.07825	12.57008		Takherting,takhrtyng,Тахертинг,Тахертінг,Թախերթինգ,تاخرتینگ	09189149	02	091	09189	09189149
2824431	Taben-Rodt	taben-rodt	DE	54441	912	Europe/Berlin	49.55	6.58333			07235131	08	00	07235	07235131
2824437	Tabarz	tabarz	DE	99891	4192	Europe/Berlin	50.87529	10.51607		Bad Tabarz,Tabarz,Tabarz/Thueringer Wald,Tabarz/Thüringer Wald		15	00	16067	16067064
2824441	Taarstedt	taarstedt	DE	24893	862	Europe/Berlin	54.56667	9.68333		Taarstedt	01059086	10	00	01059	01059086
2824448	Syrau	syrau	DE	08548	1754	Europe/Berlin	50.54297	12.07933		Syrau		13	00	14523	14523365
2824456	Sylda	sylda	DE	06333	510	Europe/Berlin	51.67854	11.42588		Sylda		14	00	15087	15087031
2824461	Syke	syke	DE	28857	24274	Europe/Berlin	52.91345	8.82209		Syke,Zike,swike,sykh,zwkt,Зике,زوكة,سیکه,쉬케		06	00	03251	03251041
2824522	Sustrum	sustrum	DE	49762	1258	Europe/Berlin	52.91667	7.28333		Zustrum,su si te lu mu,Зуструм,苏斯特鲁姆	03454052	06	00	03454	03454052
2824545	Süßen	sussen	DE	73079	10167	Europe/Berlin	48.67934	9.75534		Zisen,Zjusen,Zjussen,xu sen,zwsn,Зисен,Зюсен,Зюссен,زوسن,叙森		01	081	08117	08117049
2824565	Suschow	suschow	DE	03226	0	Europe/Berlin	51.79943	14.0923		Suschow,Zusow,Zušow		11	00	12066	12066320
2824572	Surwold	surwold	DE	26903	4421	Europe/Berlin	52.978	7.51534		Zurvol'd,Zurvold,su er wo er de,Зурволд,Зурвольд,苏尔沃尔德	03454051	06	00	03454	03454051
2824593	Surberg	surberg	DE	83362	3176	Europe/Berlin	47.86667	12.7		Zurberg,su er bei ge,zwrbrg,Зурберг,Զուրբերգ,زوربرگ,苏尔贝格	09189148	02	091	09189	09189148
2824602	Süpplingenburg	supplingenburg	DE	38376	722	Europe/Berlin	52.25072	10.91011		Suepplingenburg,Süpplingenburg,Ziplingenburg,Zjuplingenburg,xu pu lin gen bao,Зиплингенбург,Зюплингенбург,叙普林根堡	03154022	06	00	03154	03154022
2824603	Süpplingen	supplingen	DE	38373	1857	Europe/Berlin	52.22811	10.90393		Suepplingen,Süpplingen	03154021	06	00	03154	03154021
2824641	Sundhausen	sundhausen	DE	99947	0	Europe/Berlin	51.46845	10.80917				15	00	16062	16062041
2824642	Sundhausen	sundhausen	DE	99947	0	Europe/Berlin	51.16667	10.71667			16064061	15	00	16064	16064061
2824643	Sundhausen	sundhausen	DE	99947	405	Europe/Berlin	50.92912	10.67047		Sundhausen		15	00	16067	16067029
2824648	Sundern	sundern	DE	59846	0	Europe/Berlin	51.42697	7.19921		Sundern		07	059	05911	05911000
2824649	Sundern	sundern	DE	59846	0	Europe/Berlin	51.89106	8.40846		Sundern		07	057	05754	05754008
2824650	Sundern	sundern	DE	59846	0	Europe/Berlin	52.53387	7.80688				06	00	03459	03459016
2824651	Sundern	sundern	DE	59846	0	Europe/Berlin	52.27278	9.27667				06	00	03257	03257003
2824652	Sundern	sundern	DE	59846	0	Europe/Berlin	52.24341	8.74918				07	057	05770	05770004
2824653	Sundern	sundern	DE	59846	0	Europe/Berlin	52.13776	8.64806		Sundern		07	057	05758	05758016
2824654	Sundern	sundern	DE	59846	0	Europe/Berlin	52.12147	8.80472				07	057	05766	05766008
2824655	Sundern	sundern	DE	59846	29609	Europe/Berlin	51.3281	8.00369		Sonnern,Sundern,Zundern,sun deng,zwndrn,Зундерн,زوندرن,孙登		07	059	05958	05958044
2824668	Sundern	sundern	DE	59846	0	Europe/Berlin	52.38916	8.40713		Sundern		07	057	05770	05770044
2824687	Sünching	sunching	DE	93104	1934	Europe/Berlin	48.87855	12.35129		Zinkhing,Zjunkhing,Zyunxing,xin xing,zwnshyng,Зинхинг,Зюнхинг,Зюнхінг,Զյունխինգ,زونشینگ,辛兴	09375201	02	093	09375	09375201
2824710	Sulzthal	sulzthal	DE	97717	944	Europe/Berlin	50.1323	10.03469		Sulzthal,Zul'ctal',Zulctal,su er ci ta er,Зулцтал,Зульцталь,Զուլցտալ,苏尔茨塔尔		02	096	09672	09672155
2824729	Sulzheim	sulzheim	DE	55286	2014	Europe/Berlin	49.95	10.33333			09678183	02	096	09678	09678183
2824730	Sulzheim	sulzheim	DE	55286	1059	Europe/Berlin	49.84306	8.09167			07331063	08	00	07331	07331063
2824738	Sulzfeld am Main	sulzfeld-am-main	DE	97320	1293	Europe/Berlin	49.70694	10.13248		Zul'cfel'd-am-Majn,Zul'cfel'd-na-Majne,Zulcfeld na Majni,mei yin he pan su er ci fei er de,Зулцфелд на Мајни,Зульцфельд-ам-Майн,Зульцфельд-на-Майне,Մայնի Զուլցֆելդ,美因河畔苏尔茨费尔德		02	096	09675	09675170
2824740	Sülzfeld	sulzfeld	DE	75056	0	Europe/Berlin	50.28319	10.81004				02	094	09473	09473158
2824741	Sulzfeld	sulzfeld	DE	75056	1808	Europe/Berlin	50.25972	10.40525			09673173	02	096	09673	09673173
2824742	Sulzfeld	sulzfeld	DE	75056	4677	Europe/Berlin	49.10472	8.85583		Sulzfeld	08215082	01	082	08215	08215082
2824753	Sulzemoos	sulzemoos	DE	85254	2507	Europe/Berlin	48.29107	11.26356		Sulzermoos,Zul'cemos,Zulcemos,su er ce mo si,zwltsmws,Зулцемос,Зульцемос,Զուլցեմոս,زولتسموس,苏尔策莫斯	09174146	02	091	09174	09174146
2824767	Sulzdorf an der Lederhecke	sulzdorf-an-der-lederhecke	DE	97528	0	Europe/Berlin	50.24084	10.56277		Sulzdorf an der Lederhecke,Zul'cdorf-an-der-Lederekke,Zul'cdorf-an-der-Lederkhekke,Zulcdorf an der Lederkhek,lai de hei ke he pan su er ci duo fu,Зулцдорф ан дер Ледерхек,Зульцдорф-ан-дер-Ледерекке,Зульцдорф-ан-дер-Ледерхекке,Լեդերհեքի Զուլցդորֆ,莱德黑克河畔苏尔茨多夫		02	096	09673	09673172
2824775	Sulzbürg	sulzburg	DE	79295	0	Europe/Berlin	49.17996	11.41359		Sultzburg		02	093	09373	09373146
2824776	Sulzburg	sulzburg	DE	79295	2717	Europe/Berlin	47.84116	7.70777		Zul'cburg,Zulcburg,Zulsburq,su er ci bao,zwltsbwrg,zwltsbwrgh,zwlzbwrg,Зулцбург,Зульцбург,Զուլցբուրգ,זולצבורג,زولتسبورغ,زولتسبورگ,苏尔茨堡		01	083	08315	08315111
2824786	Sulzberg	sulzberg	DE	87477	0	Europe/Berlin	48.2947	12.83185		Sulzberg		02	091	09171	09171115
2824787	Sulzberg	sulzberg	DE	87477	4587	Europe/Berlin	47.66033	10.34991		Sulzberg,Zul'cberg,Zulcberg,Зулцберг,Зульцберг,Զուլցբերգ		02	097	09780	09780140
2824788	Sulzberg	sulzberg	DE	87477	0	Europe/Berlin	47.65458	10.65208				02	097	09777	09777170
2825246	Suckow	suckow	DE	19376	0	Europe/Berlin	53.82052	12.21233				12	00	13072	13072043
2825247	Suckow	suckow	DE	19376	0	Europe/Berlin	53.41229	12.32203				12	00	13071	13071171
2824801	Sulzbach-Rosenberg	sulzbach-rosenberg	DE	92237	20780	Europe/Berlin	49.50126	11.74598		Suizboch-Rosnberg,Sulzbach,Sulzbach-Rosenberg,Zul'cbakh-Rozenberg,Zulcbakh-Rozenberg,su er ci ba he-luo sen bei ge,zwltsbakh-rwznbrgh,zwltsbakh-rznbrg,Зулцбах-Розенберг,Зульцбах-Розенберг,Զուլցբախ Ռոզենբերգ,زولتسباخ-رزنبرگ,زولتسباخ-روزنبرغ,苏尔茨巴赫-罗森贝格		02	093	09371	09371151
2824804	Sulzbach an der Murr	sulzbach-an-der-murr	DE	71560	5469	Europe/Berlin	49.00303	9.5003		Sulzbach,Zul'cbakh-an-der-Mur,Zul'cbakh-an-der-Murr,Zul'cbakh-na-Mure,Zulcbakh an der Mur,mu er he pan su er ci ba he,Зулцбах ан дер Мур,Зульцбах-ан-дер-Мур,Зульцбах-ан-дер-Мурр,Зульцбах-на-Муре,穆尔河畔苏尔茨巴赫	08119075	01	081	08119	08119075
2824806	Sulzbach am Main	sulzbach-am-main	DE	63834	7057	Europe/Berlin	49.91149	9.15315		Sulzbach,Sulzbach am Main,Zul'cbakh-am-Majn,Zul'cbakh-na-Majne,Zulcbakh na Majni,mei yin he pan su er ci ba he,Зулцбах на Мајни,Зульцбах-ам-Майн,Зульцбах-на-Майне,Մայնի Զուլցբախ,ズルツバッハ・アム・マイン,美茵河畔苏尔茨巴赫		02	096	09676	09676160
2824831	Sulzbach	sulzbach	DE	55758	0	Europe/Berlin	48.51468	8.15296				01	083	08317	08317067
2824832	Sulzbach	sulzbach	DE	55758	0	Europe/Berlin	48.24715	8.20145				01	083	08317	08317039
2824833	Sulzbach	sulzbach	DE	55758	0	Europe/Berlin	47.75469	12.74409				02	091	09189	09189124
2824834	Sulzbach	sulzbach	DE	55758	0	Europe/Berlin	51.00328	11.48689		Herressen-Sulzbach		15	00	16071	16071001
2824835	Sulzbach	sulzbach	DE	55758	228	Europe/Berlin	50.30255	7.75231			07141132	08	00	07141	07141132
2824836	Sulzbach	sulzbach	DE	55758	0	Europe/Berlin	50.16271	10.5947				02	096	09674	09674149
2824837	Sulzbach	sulzbach	DE	55758	8149	Europe/Berlin	50.13396	8.52797		Sulzbach,Zul'cbakh,Zulcbakh,su er ci ba he,zurutsubahha,Зулцбах,Зульцбах,ズルツバッハ,苏尔茨巴赫		05	064	06436	06436012
2824838	Sulzbach	sulzbach	DE	55758	325	Europe/Berlin	49.83333	7.33333		Zul'cbakh,Zulcbakh,Зулцбах,Зульцбах	07134088	08	00	07134	07134088
2824839	Sulzbach	sulzbach	DE	55758	0	Europe/Berlin	49.57908	8.65862				01	082	08226	08226096
2824840	Sulzbach	sulzbach	DE	55758	0	Europe/Berlin	49.35001	9.22078		Sulzbach		01	082	08225	08225009
2824841	Sulzbach	sulzbach	DE	55758	18364	Europe/Berlin	49.29882	7.05696		Sulzbach,Sulzbach/ Saar,Sulzbach/Saar,Zul'cbakh,Zulcbakh,zwltsbakh,Зулцбах,Зульцбах,زولتسباخ		09	00	10041	10041518
2824842	Sülzbach	sulzbach	DE	55758	0	Europe/Berlin	49.14704	9.34006		Sulzbach,Sülzbach		01	081	08125	08125110
2824843	Sulzbach	sulzbach	DE	55758	0	Europe/Berlin	49.11971	12.34783				02	093	09372	09372169
2824844	Sulzbach	sulzbach	DE	55758	0	Europe/Berlin	48.89844	8.36786		Sulzbach		01	082	08215	08215046
2824845	Sulzbach	sulzbach	DE	55758	0	Europe/Berlin	48.80686	8.36102				01	082	08216	08216015
2824846	Sulzbach	sulzbach	DE	55758	0	Europe/Berlin	48.53698	11.4758				02	091	09186	09186143
2824847	Sulzbach	sulzbach	DE	55758	0	Europe/Berlin	48.42914	11.08557				02	097	09771	09771113
2824848	Sulzbach	sulzbach	DE	55758	0	Europe/Berlin	48.42418	8.4464				01	082	08237	08237045
2824855	Sulz am Neckar	sulz-am-neckar	DE	72172	12763	Europe/Berlin	48.36241	8.63309		Sulz,Zul'c-am-Nekkar,Zul'c-na-Nekkare,Zulc am Nekar,nei ka he pan su er ci,zwlts am nka,Зулц ам Некар,Зульц-ам-Неккар,Зульц-на-Неккаре,زولتس آم نكا,زولتس آم نکا,内卡河畔苏尔茨		01	083	08325	08325057
2824858	Sulza	sulza	DE	07751	316	Europe/Berlin	50.86667	11.61667		Sulza	16074095	15	00	16074	16074095
2824888	Sülm	sulm	DE	54636	486	Europe/Berlin	49.91667	6.56667			07232125	08	00	07232	07232125
2824902	Sulingen	sulingen	DE	27232	12835	Europe/Berlin	52.68373	8.80949		Sulingen,Zulingen,su lin gen,zwlyngn,Зулинген,زولینگن,苏林根		06	00	03251	03251040
2824907	Sülfeld	sulfeld	DE	23867	3349	Europe/Berlin	53.8	10.23333		Suelfeld,Sülfeld,Zilfeld,Zjul'fel'd,xu er fei er de,Зилфелд,Зюльфельд,叙尔费尔德	01060085	10	00	01060	01060085
2824925	Sukow	sukow	DE	19079	0	Europe/Berlin	53.84782	12.62234				12	00	13072	13072103
2824926	Sukow	sukow	DE	19079	1505	Europe/Berlin	53.54428	11.56194		Sukow		12	00	13076	13076133
2824940	Suhlendorf	suhlendorf	DE	29562	2661	Europe/Berlin	52.93333	10.76667			03360024	06	00	03360	03360024
2824948	Suhl	suhl	DE	98527	43509	Europe/Berlin	50.60911	10.69401		Suhl,ZSO,Zul,Zul',jul,su er,sul,zul',zuru,zwl,Зул,Зуль,زول,ซูล,ズール,苏尔,줄	16054	15	00	16054	16054000
2824954	Sugenheim	sugenheim	DE	91484	2388	Europe/Berlin	49.60276	10.43563		Sugenheim,Zugengajm,Zugenhaym,Zugenkhajm,su gen hai mu,Зугенгайм,Зугенхайм,Зугенхајм,Զուգենհայմ,苏根海姆		02	095	09575	09575165
2824967	Sudwalde	sudwalde	DE	27257	1159	Europe/Berlin	52.79337	8.83611		Suwohle,Zudval'de,Zudvalde,su de wa er de,Зудвалде,Зудвальде,苏德瓦尔德	03251038	06	00	03251	03251038
2824998	Südlohn	sudlohn	DE	46354	9024	Europe/Berlin	51.93333	6.86667		Sudlohn,Suedlohn,Südlohn,Zidlon,Zjudlon,swdlwn,xu de luo en,Зидлон,Зюдлон,سودلون,叙德洛恩	05554060	07	055	05554	05554060
2825130	Süderhöft	suderhoft	DE	25876	0	Europe/Berlin	54.38333	9.23333			01054130	10	00	01054	01054130
2825145	Süderhackstedt	suderhackstedt	DE	24852	357	Europe/Berlin	54.6	9.28333		Suderhackstedt,Süderhackstedt	01059169	10	00	01059	01059169
2825148	Südergellersen	sudergellersen	DE	21394	1595	Europe/Berlin	53.21667	10.3			03355035	06	00	03355	03355035
2825156	Süderfahrenstedt	suderfahrenstedt	DE	24890	521	Europe/Berlin	54.58333	9.58333		Suderfahrenstedt,Süderfahrenstedt	01059084	10	00	01059	01059084
2825158	Süderende	suderende	DE	25938	182	Europe/Berlin	54.72611	8.43853			01054129	10	00	01054	01054129
2825173	Süderdeich	suderdeich	DE	25764	0	Europe/Berlin	54.2	8.91667			01051109	10	00	01051	01051109
2825180	Suderburg	suderburg	DE	29556	4778	Europe/Berlin	52.89586	10.45141		Zuderburg,su de er bao,Зудербург,苏德尔堡	03360023	06	00	03360	03360023
2825186	Süderbrarup	suderbrarup	DE	24392	3887	Europe/Berlin	54.63333	9.78333		Sonder Brarup,Suderbrarup,Suederbrarup,Sønder Brarup,Süderbrarup,Ziderbrarup,Zjuderbrarup,xu de er bu la lu pu,Зидербраруп,Зюдербраруп,叙德尔布拉鲁普	01059083	10	00	01059	01059083
2825225	Suddendorf	suddendorf	DE	48465	1091	Europe/Berlin	52.30096	7.22572				06	00	03456	03456027
2825245	Suckow	suckow	DE	19376	0	Europe/Berlin	53.91286	13.9603				12	00	13075	13075114
2825266	Stuvenborn	stuvenborn	DE	24641	893	Europe/Berlin	53.85	10.13333		Stuvenborn	01060084	10	00	01060	01060084
2825275	Stützengrün	stutzengrun	DE	08328	3900	Europe/Berlin	50.53333	12.53333		Shticengrin,Shtjutcengrjun,Stuetzengruen,Stützengrün,shi di cen lin,Штиценгрин,Штютценгрюн,施蒂岑林	14521600	13	00	14521	14521600
2825297	Stuttgart	stuttgart	DE	70173	589793	Europe/Berlin	48.78232	9.17702		Estugarda,STR,Shhutgart,Shtutgart,Shtutgarti,Shtuttgart,Stocarda,Stoccarda,Stoutnkarde,Stucarda,Stuggart,Stutgardia,Stutgartas,Stutgarte,Stutgarto,Stutqart,Stuttgart,ashtwtgart,ch tuthth kar th,icututkart,shtwtgart,shtwtghart,shuto~uttogaruto,si tu jia te,stutagarta,stwtgrt,syututeugaleuteu,Ştutqart,Štutgartas,Štutgarte,Στουτγκάρδη,Штутгарт,Штуттгарт,Щутгарт,שטוטגארט,שטוטגרט,اشتوتگارت,سٹٹگارٹ,شتوتغارت,شتوتگارت,شٹوٹگارٹ,श्टुटगार्ट,স্টুটগার্ট,સ્ટુટગાર્ટ,இசுடுட்கார்ட்,സ്റ്റുട്ട്ഗാർട്ട്,ชตุทท์การ์ท,შტუტგარტი,シュトゥットガルト,斯图加特,슈투트가르트	01	01	081	08111	08111000
2825333	Stürzelbach	sturzelbach	DE	57614	258	Europe/Berlin	50.65	7.61667			07132109	08	00	07132	07132109
2825352	Stür	stuer	DE	17209	0	Europe/Berlin	52.87206	9.05309				06	00	03251	03251026
2825372	Stumsdorf	stumsdorf	DE	06780	682	Europe/Berlin	51.61627	12.06379				14	00	15082	15082440
2825406	Stulln	stulln	DE	92551	1683	Europe/Berlin	49.41667	12.13333		Shtul'n,Shtuln,ashtwln,shi tu er en,Штулн,Штульн,اشتولن,施图尔恩	09376169	02	093	09376	09376169
2825422	Stuhr	stuhr	DE	28816	32507	Europe/Berlin	53.03333	8.75			03251037	06	00	03251	03251037
2825429	Stühlingen	stuhlingen	DE	79780	5297	Europe/Berlin	47.7458	8.44813		Shtilingen,Shtjulingen,Stuehlingen,Stuhlingen,Stühlingen,ashtwlyngn,shi di he lin gen,shtwlynghn,Штилинген,Штюлинген,Штюлінген,اشتولینگن,شتولينغن,施蒂赫林根		01	083	08337	08337106
2825460	Stuer	stuer	DE	17209	300	Europe/Berlin	53.37893	12.3373				12	00	13071	13071143
2825489	Stucken	stucken	DE	14547	0	Europe/Berlin	51.43333	7.75				07	059	05962	05962040
2825519	Stubenberg	stubenberg	DE	94166	1503	Europe/Berlin	48.31667	13.08333			09277147	02	092	09277	09277147
2825549	Stubbendorf	stubbendorf	DE	17159	0	Europe/Berlin	54.44372	10.01974				10	00	01058	01058121
2825550	Stubbendorf	stubbendorf	DE	17159	0	Europe/Berlin	54.08782	12.52223				12	00	13072	13072102
2825551	Stubbendorf	stubbendorf	DE	17159	0	Europe/Berlin	54.04987	12.78302				12	00	13073	13073016
2825552	Stubbendorf	stubbendorf	DE	17159	523	Europe/Berlin	53.94969	12.81395				12	00	13071	13071027
2825553	Stubbendorf	stubbendorf	DE	17159	0	Europe/Berlin	53.8262	10.51169				10	00	01062	01062094
2825557	Stubben	stubben	DE	23847	0	Europe/Berlin	53.89432	10.41862				10	00	01060	01060061
2825558	Stubben	stubben	DE	23847	422	Europe/Berlin	53.73333	10.43333			01053124	10	00	01053	01053124
2825559	Stubben	stubben	DE	23847	0	Europe/Berlin	53.40902	8.78391				06	00	03352	03352059
2825560	Stubben	stubben	DE	23847	0	Europe/Berlin	53.1884	8.69408				06	00	03356	03356008
2825570	Struxdorf	struxdorf	DE	24891	683	Europe/Berlin	54.631	9.63866		Struxdorf	01059082	10	00	01059	01059082
2825577	Struvenhütten	struvenhutten	DE	24643	1062	Europe/Berlin	53.86667	10.05		Struvenhutten,Struvenhütten	01060082	10	00	01060	01060082
2825600	Struth	struth	DE	56357	0	Europe/Berlin	51.22272	10.30523				15	00	16064	16064055
2825601	Struth	struth	DE	56357	0	Europe/Berlin	50.77718	11.95071		Struth		15	00	16076	16076088
2825602	Strüth	struth	DE	56357	319	Europe/Berlin	50.13333	7.88333			07141131	08	00	07141	07141131
2825603	Strüth	struth	DE	56357	0	Europe/Berlin	49.53333	10.93333				02	095	09573	09573123
2825604	Strüth	struth	DE	56357	0	Europe/Berlin	49.33177	10.54944				02	095	09561	09561000
2825620	Struppen	struppen	DE	01796	2749	Europe/Berlin	50.93333	14.01667		Shtrupen,Shtruppen,shi te lu peng,Штрупен,Штруппен,施特鲁彭	14628390	13	00	14628	14628390
2825638	Strullendorf	strullendorf	DE	96129	7926	Europe/Berlin	49.84429	10.97208		Shtrulendorf,Shtrullendorf,Strulendorf,shi te lu lun duo fu,shutorurendorufu,Штрулендорф,Штруллендорф,Շտրուլենդորֆ,シュトルレンドルフ,施特鲁伦多夫	09471195	02	094	09471	09471195
2825641	Strukdorf	strukdorf	DE	23815	255	Europe/Berlin	53.91667	10.48333		Strukdorf	01060081	10	00	01060	01060081
2825647	Struckum	struckum	DE	25821	963	Europe/Berlin	54.58333	9		Struckum,Struekem,Strükem	01054128	10	00	01054	01054128
2825682	Strub	strub	DE	83489	0	Europe/Berlin	47.62544	12.97408				02	091	09172	09172117
2825713	Stromberg	stromberg	DE	55442	0	Europe/Berlin	51.80372	8.20129		Stromberg		07	055	05570	05570028
2825714	Stromberg	stromberg	DE	55442	0	Europe/Berlin	50.75952	7.51749		Stromberg		07	053	05382	05382076
2825715	Stromberg	stromberg	DE	55442	3221	Europe/Berlin	50.45779	7.60041				08	00	07137	07137203
2825716	Stromberg	stromberg	DE	55442	0	Europe/Berlin	49.94389	7.77286		Shtromberg,ashtrmbrg,shi te long bei ge,shtrwmbrgh,Штромберг,اشترمبرگ,شترومبرغ,施特龙贝格	07133103	08	00	07133	07133103
2825733	Strohn	strohn	DE	54558	493	Europe/Berlin	50.11667	6.91667			07233070	08	00	07233	07233070
2825739	Strohkirchen	strohkirchen	DE	19230	0	Europe/Berlin	53.81365	11.09513				12	00	13074	13074005
2825740	Strohkirchen	strohkirchen	DE	19230	364	Europe/Berlin	53.39612	11.31587		Strohkirchen		12	00	13076	13076131
2825849	Strickscheid	strickscheid	DE	54597	37	Europe/Berlin	50.13333	6.31667			07232315	08	00	07232	07232315
2825889	Stresow	stresow	DE	39291	0	Europe/Berlin	53.98739	13.36607				12	00	13075	13075008
2825890	Stresow	stresow	DE	39291	0	Europe/Berlin	53.01667	11.56667				14			
2825891	Stresow	stresow	DE	39291	163	Europe/Berlin	52.2569	12.01575		Stresow		14	00	15086	15086140
2825897	Strenznaundorf	strenznaundorf	DE	06425	379	Europe/Berlin	51.67228	11.69392		Strenznaundorf		14	00	15089	15089195
2825949	Streithausen	streithausen	DE	57629	600	Europe/Berlin	50.69361	7.81528			07143299	08	00	07143	07143299
2826033	Strehla	strehla	DE	01616	4231	Europe/Berlin	51.35248	13.2266		Shtrela,Strehla,Strela,Strjela,ashtrla,shi te lei la,shtryla,Štrēla,Штрела,اشترلا,شتريلا,施特雷拉		13	00	14627	14627270
2826034	Strehla	strehla	DE	01616	0	Europe/Berlin	51.16893	14.44109		Strehla,Trelany,Třělany		13	00	14625	14625020
2826042	Streganz	streganz	DE	15752	0	Europe/Berlin	52.20222	13.83714		Streganz		11	00	12061	12061217
2826073	Straußfurt	straussfurt	DE	99634	1963	Europe/Berlin	51.16667	10.98333		Shtrausfurt,Straussfurt,Straußfurt,shi te lao si fu er te,Штраусфурт,施特劳斯富尔特	16068053	15	00	16068	16068053
2826082	Strausberg	strausberg	DE	15344	26649	Europe/Berlin	52.57859	13.88741		QPK,Shtrausberg,Straousmpernk,Strausberg,Strausbergum,ashtrawsbrg,satarasabaraga,shi te lao si bei ge,shtrawsbrgh,shutorausuberuku,Στράουσμπεργκ,Штраусберг,Շտրաուսբերգ,اشتراوسبرگ,شتراوسبرغ,ਸਟਰਾਸਬਰਗ,シュトラウスベルク,施特劳斯贝格		11	00	12064	12064472
2826088	Straupitz	straupitz	DE	15913	1098	Europe/Berlin	51.91357	14.12275		Shtraupic,Straupitz,Straupitz/Tsupc,Straupitz/Tšupc,Tsupc,Tšupc,shi te lao pi ci,Штраупиц,Շտրաուպից,施特劳皮茨	12061476	11	00	12061	12061476
2826099	Straubing	straubing	DE	94315	44580	Europe/Berlin	48.88126	12.57385		RBM,Shtraubing,Straubing,ashtrawbyng,shi te lao bin,Страубинг,Штраубинг,Штраўбінг,اشتراوبینگ,ስትራውቢንግ,施特劳宾	09263	02	092	09263	09263000
2826120	Straßkirchen	strasskirchen	DE	94342	3348	Europe/Berlin	48.83071	12.72105			09278192	02	092	09278	09278192
2826121	Straßkirchen	strasskirchen	DE	94342	0	Europe/Berlin	48.63249	13.4792		Strasskirchen,Straßkirchen		02	092	09275	09275146
2826122	Straßkirchen	strasskirchen	DE	94342	0	Europe/Berlin	47.93026	12.19191		Strasskirchen,Straßkirchen		02	091	09187	09187181
2826181	Bessenbach	bessenbach	DE	63856	0	Europe/Berlin	49.9624	9.24719				02	096	09671	09671112
2826183	Straßberg	strassberg	DE	06493	832	Europe/Berlin	51.61574	11.04909		Strassberg,Straßberg		14	00	15085	15085145
2826184	Straßberg	strassberg	DE	06493	0	Europe/Berlin	50.47552	12.08272		Strassberg,Straßberg		13	00	14523	14523320
2826185	Straßberg	strassberg	DE	06493	0	Europe/Berlin	48.27267	10.78422		Strassberg,Straßberg		02	097	09772	09772125
2826186	Straßberg	strassberg	DE	06493	0	Europe/Berlin	48.2115	12.13635				02	091	09177	09177137
2826187	Straßberg	strassberg	DE	06493	2755	Europe/Berlin	48.17805	9.09059		Strassberg,Straßberg	08417063	01	084	08417	08417063
2826258	Strasburg	strasburg	DE	17335	6286	Europe/Berlin	53.5103	13.74513		Strasburg		12	00	13075	13075130
2826277	Strande	strande	DE	24229	1552	Europe/Berlin	54.43333	10.16667		Shtrande,Strande,shi te lan de,Штранде,施特兰德	01058157	10	00	01058	01058157
2826287	Stralsund	stralsund	DE	18435	58976	Europe/Berlin	54.30911	13.0818		BBH,Shhralzund,Shtral'zund,Shtralzund,Stralsund,Stralsunda,Stralzunde,Strzalowo,Strzałowò,ashtralzwnd,shi te la er song,shi te la er song de,shutoraruzunto,strlzwnd,syuteulaljunteu,Štrālzunde,Штралзунд,Штральзунд,Щралзунд,שטרלזונד,اشترالزوند,შტრალზუნდი,シュトラールズント,施特拉尔松,施特拉爾松德,슈트랄준트	13073	12	00	13073	13073088
2826290	Stralendorf	stralendorf	DE	19073	1536	Europe/Berlin	53.57498	11.30356		Shtralendorf,shi te la lun duo fu,Штралендорф,施特拉伦多夫		12	00	13076	13076130
2826291	Stralendorf	stralendorf	DE	19073	334	Europe/Berlin	53.47354	11.91484				12	00	13076	13076120
2826294	Strahlungen	strahlungen	DE	97618	928	Europe/Berlin	50.28333	10.23333			09673171	02	096	09673	09673171
2826302	Straguth	straguth	DE	39264	273	Europe/Berlin	52.01656	12.17235		Straguth		14	00	15082	15082430
2826304	Straelen	straelen	DE	47638	15325	Europe/Berlin	51.4419	6.26639		Shtraelen,Shtralen,Shtrelen,Straele,Straelen,ashtrln,shi te la ai lun,shtryln,Штраелен,Штрален,Штрелен,اشترلن,شتريلن,施特拉埃伦		07	051	05154	05154052
2826318	Straach	straach	DE	06896	934	Europe/Berlin	51.95395	12.59772		Straach		14	00	15091	15091375
2826328	Stöttwang	stottwang	DE	87677	1847	Europe/Berlin	47.88333	10.71667		Shtettvang,Shtetvang,Shtjotvang,Stoettwang,Styotvang,Stöttwang,shi te wang,shutettovu~angu,Штетванг,Штеттванг,Штётванг,Շտյոտվանգ,シュテットヴァング,施特旺	09777172	02	097	09777	09777172
2826341	Stötten am Auerberg	stotten-am-auerberg	DE	87675	1856	Europe/Berlin	47.73871	10.68881		Stotten am Auerberg,Stötten am Auerberg		02	097	09777	09777171
2826401	Storkow	storkow	DE	17268	0	Europe/Berlin	53.30787	14.27874				12	00	13075	13075107
2826402	Storkow	storkow	DE	17268	0	Europe/Berlin	53.04704	13.44237				11	00	12073	12073572
2826403	Storkow	storkow	DE	17268	9550	Europe/Berlin	52.25662	13.93337		Shtorkov,Storkov,Storkow,ashtrkw,shi tuo er ke,shtwrkw,Шторков,Շտորկով,اشترکو,شتوركو,施托尔科		11	00	12067	12067481
2826406	Storkau	storkau	DE	06667	168	Europe/Berlin	52.61222	11.99982				14	00	15090	15090550
2826407	Storkau	storkau	DE	06667	0	Europe/Berlin	51.74254	12.08473				14	00	15082	15082377
2826408	Storkau	storkau	DE	06667	606	Europe/Berlin	51.22765	11.92419		Storkau		14	00	15084	15084550
2826409	Störkathen	storkathen	DE	25548	108	Europe/Berlin	53.98333	9.75		Storkathen,Störkathen	01061103	10	00	01061	01061103
2826421	Stördorf	stordorf	DE	25554	132	Europe/Berlin	53.91531	9.42588		Stordorf,Stördorf	01061102	10	00	01061	01061102
2826481	Stolzenhain	stolzenhain	DE	04916	0	Europe/Berlin	51.84415	13.16067				11	00	12062	12062461
2826482	Stolzenhain	stolzenhain	DE	04916	0	Europe/Berlin	51.43981	13.4513				11	00	12062	12062410
2826483	Stolzenhain	stolzenhain	DE	04916	0	Europe/Berlin	51.03055	11.96653				14	00	15084	15084115
2826484	Stolzenhain	stolzenhain	DE	04916	0	Europe/Berlin	50.75444	13.16786		Stolzenhain		13	00	14521	14521495
2826486	Stolzenhagen	stolzenhagen	DE	16348	0	Europe/Berlin	52.94874	14.10353				11	00	12060	12060149
2826487	Stolzenhagen	stolzenhagen	DE	16348	0	Europe/Berlin	52.77805	13.43843				11	00	12060	12060269
2826503	Stolzenau	stolzenau	DE	31592	7473	Europe/Berlin	52.51667	9.06667		Shtol'cenau,Shtolcenau,Stolzenau,shi tuo er ce nao,shutorutsu~enau,Штолценау,Штольценау,シュトルツェナウ,施托尔策瑙	03256032	06	00	03256	03256032
2826510	Stoltenhagen	stoltenhagen	DE	18510	639	Europe/Berlin	54.15736	13.07879				12	00	13073	13073035
2826511	Stoltenberg	stoltenberg	DE	24256	381	Europe/Berlin	54.34312	10.34656		Stoltenberg	01057081	10	00	01057	01057081
2826516	Stoltebüll	stoltebull	DE	24409	872	Europe/Berlin	54.7	9.88333		Stoltebuell,Stoltebull,Stoltebüll	01059168	10	00	01059	01059168
2827216	Stetten am Kalten Markt	stetten-am-kalten-markt	DE	72510	5471	Europe/Berlin	48.12419	9.07775				01	084	08437	08437107
2826532	Stolpen	stolpen	DE	01833	6284	Europe/Berlin	51.04901	14.07943		Shtol'pen,Shtolpen,Stolpen,Stolpene,Stolpin,Stołpin,ashtwlpn,shi tuo er peng,shtwlbn,Štolpene,Штолпен,Штольпен,اشتولپن,شتولبن,施托尔彭		13	00	14628	14628380
2826535	Stolpe	stolpe	DE	16540	0	Europe/Berlin	54.15485	10.78851				10	00	01055	01055002
2826536	Stolpe	stolpe	DE	16540	1322	Europe/Berlin	54.13333	10.21667			01057080	10	00	01057	01057080
2826537	Stolpe	stolpe	DE	16540	0	Europe/Berlin	53.86851	13.98948				12	00	13075	13075129
2826539	Stolpe	stolpe	DE	16540	0	Europe/Berlin	53.40116	13.36713				12	00	13071	13071100
2826540	Stolpe	stolpe	DE	16540	400	Europe/Berlin	53.35906	11.73855				12	00	13076	13076129
2826541	Stolpe	stolpe	DE	16540	0	Europe/Berlin	52.97888	14.11263				11	00	12073	12073008
2826542	Stolpe	stolpe	DE	16540	0	Europe/Berlin	52.96932	12.44099				11	00	12068	12068264
2826543	Stolpe	stolpe	DE	16540	0	Europe/Berlin	52.66103	13.25934		Stolpe-Dorf		11	00	12065	12065144
2826591	Stolk	stolk	DE	24890	886	Europe/Berlin	54.6	9.55		Stolk	01059081	10	00	01059	01059081
2826636	Stoetze	stoetze	DE	29597	630	Europe/Berlin	53.06667	10.78333			03360022	06	00	03360	03360022
2826637	Stödtlen	stodtlen	DE	73495	1957	Europe/Berlin	49	10.3		Shtedtlen,Shtjodtlen,Stodtlen,Stoedtlen,Stödtlen,shi te lun,Штедтлен,Штёдтлен,შტედტლენი,施特伦	08136068	01	081	08136	08136068
2826670	Stockstadt am Main	stockstadt-am-main	DE	63811	7663	Europe/Berlin	49.97005	9.07153		Stockstadt,Stockstadt am Main		02	096	09671	09671155
2826671	Stockstadt am Rhein	stockstadt-am-rhein	DE	64589	5741	Europe/Berlin	49.80944	8.47278			06433013	05	064	06433	06433013
2826679	Stocksee	stocksee	DE	24326	462	Europe/Berlin	54.08994	10.34169		Stocksee	01060080	10	00	01060	01060080
2826681	Stöckse	stockse	DE	31638	1400	Europe/Berlin	52.64067	9.34027		Shtekse,Shtjokse,shi te ke sai,shutekkuze,Штексе,Штёксе,シュテックゼ,施特克塞	03256031	06	00	03256	03256031
2826738	Stockheim	stockheim	DE	96342	0	Europe/Berlin	51.18496	12.59026				13	00	14729	14729010
2826739	Stockheim	stockheim	DE	96342	0	Europe/Berlin	50.92956	7.54415		Stockheim		07	053	05374	05374032
2826740	Stockheim	stockheim	DE	96342	0	Europe/Berlin	50.75619	6.52316		Stockheim		07	053	05358	05358028
2826741	Stockheim	stockheim	DE	96342	1142	Europe/Berlin	50.45959	10.27301			09673170	02	096	09673	09673170
2826742	Stockheim	stockheim	DE	96342	0	Europe/Berlin	50.32442	9.01703				05	064	06440	06440010
2826743	Stockheim	stockheim	DE	96342	5286	Europe/Berlin	50.30639	11.28172			09476178	02	094	09476	09476178
2826744	Stockheim	stockheim	DE	96342	0	Europe/Berlin	49.67101	9.01365				05	064	06437	06437011
2826745	Stockheim	stockheim	DE	96342	0	Europe/Berlin	49.41226	10.5717				02	095	09571	09571194
2826746	Stockheim	stockheim	DE	96342	0	Europe/Berlin	49.15865	10.89353		Stockheim		02	095	09576	09576147
2826747	Stockheim	stockheim	DE	96342	0	Europe/Berlin	49.08519	9.01692		Stockheim		01	081	08125	08125013
2826748	Stockheim	stockheim	DE	96342	0	Europe/Berlin	48.0013	10.64318		Stockheim		02	097	09778	09778116
2826755	Stockhausen-Illfurth	stockhausen-illfurth	DE	56472	486	Europe/Berlin	50.64667	7.9875		Stockhausen-Illfurt,Stockhausen-Illfurth	07143297	08	00	07143	07143297
2826858	Stockem	stockem	DE	54646	0	Europe/Berlin	50.82429	7.08743		Stockem		07	053	05382	05382044
2826859	Stockem	stockem	DE	54646	76	Europe/Berlin	49.93333	6.38333			07232124	08	00	07232	07232124
2826861	Stockelsdorf	stockelsdorf	DE	23617	16562	Europe/Berlin	53.8922	10.64713			01055040	10	00	01055	01055040
2826901	Stöckach	stockach	DE	78333	0	Europe/Berlin	50.18727	10.54854				02	096	09674	09674120
2826902	Stöckach	stockach	DE	78333	0	Europe/Berlin	49.6136	11.22494				02	094	09474	09474140
2826903	Stöckach	stockach	DE	78333	0	Europe/Berlin	49.45159	10.60848				02	095	09575	09575166
2826904	Stöckach	stockach	DE	78333	0	Europe/Berlin	49.40716	10.87862				02	095	09573	09573125
2826905	Stockach	stockach	DE	78333	0	Europe/Berlin	49.21631	11.27386				02	095	09576	09576113
2826906	Stockach	stockach	DE	78333	0	Europe/Berlin	48.47264	9.08569				01	084	08416	08416015
2826907	Stockach	stockach	DE	78333	0	Europe/Berlin	48.3048	11.1355				02	091	09174	09174137
2826908	Stockach	stockach	DE	78333	0	Europe/Berlin	47.85187	11.542				02	091	09173	09173118
2826909	Stockach	stockach	DE	78333	16844	Europe/Berlin	47.85105	9.0091		Shtokakh,Shtokkakh,Stockach,shi tuo ka,shtwkakh,Штоках,Штокках,اشتوک‌آخ,شتوكاخ,施托卡		01	083	08335	08335079
2826910	Stockach	stockach	DE	78333	0	Europe/Berlin	47.81321	12.28108				02	091	09187	09187132
2826911	Stockach	stockach	DE	78333	0	Europe/Berlin	47.71667	9.98333				01	084	08436	08436094
2826912	Stockach	stockach	DE	78333	0	Europe/Berlin	47.55	9.73333				02	097	09776	09776116
2826973	Stipshausen	stipshausen	DE	55758	970	Europe/Berlin	49.85	7.28333		Shtipskhauzen,shi di pu si hao sen,Штипсхаузен,施蒂普斯豪森	07134087	08	00	07134	07134087
2826974	Stipsdorf	stipsdorf	DE	23795	241	Europe/Berlin	53.94171	10.33491		Stipsdorf	01060079	10	00	01060	01060079
2826985	Stinstedt	stinstedt	DE	21772	0	Europe/Berlin	53.66116	8.97232		Gemeen Stinst,Shtinshtedt,Shtinshtet,shi ting shi te,Штинштедт,Штинштет,施廷施特	03352052	06	00	03352	03352052
2826986	Stinstedt	stinstedt	DE	21772	594	Europe/Berlin	53.47313	8.70907				06	00	03352	03352032
2826997	Stimpfach	stimpfach	DE	74597	3129	Europe/Berlin	49.06135	10.09274		Shtimpfakh,shi ting pu fa,shutimupufahha,Штимпфах,Штімпфах,シュティムプファッハ,施廷普法	08127104	01	081	08127	08127104
2827108	Stiege	stiege	DE	38899	0	Europe/Berlin	51.66517	10.88322		Shtige,Stiege,Штиге		14	00	15085	15085228
2827166	Steyerberg	steyerberg	DE	31595	5368	Europe/Berlin	52.57017	9.02423		Shtajerberg,Staarbarg,Steyerberg,shi tai ai er bei ge,shutaiaberuku,Штайерберг,Штајерберг,シュタイアーベルク,施泰埃尔贝格		06	00	03256	03256030
2827179	Steutz	steutz	DE	39264	993	Europe/Berlin	51.87731	12.07774		Steutz		14	00	15082	15082430
2827189	Steuden	steuden	DE	06179	984	Europe/Berlin	51.41898	11.76643		Steuden		14	00	15088	15088365
2827197	Stettfeld	stettfeld	DE	96188	1302	Europe/Berlin	49.9709	10.7217			09674201	02	096	09674	09674201
2827198	Stettfeld	stettfeld	DE	96188	0	Europe/Berlin	49.18185	8.64557				01	082	08215	08215084
2827219	Stetten	stetten	DE	67294	0	Europe/Berlin	47.60197	7.6649				01	083	08336	08336050
2827220	Stetten	stetten	DE	67294	0	Europe/Berlin	50.48754	10.14148				02	096	09673	09673167
2827221	Stetten	stetten	DE	67294	0	Europe/Berlin	50.14935	11.0095				02	094	09478	09478139
2827222	Stetten	stetten	DE	67294	0	Europe/Berlin	49.94541	9.83429		Stetten		02	096	09677	09677148
2827223	Stetten	stetten	DE	67294	644	Europe/Berlin	49.66944	8.09194			07333076	08	00	07333	07333076
2827224	Stetten	stetten	DE	67294	0	Europe/Berlin	49.32363	12.42781				02	093	09376	09376147
2827225	Stetten	stetten	DE	67294	0	Europe/Berlin	49.18597	11.81322				02	093	09373	09373134
2827226	Stetten	stetten	DE	67294	0	Europe/Berlin	49.10152	11.96634				02	093	09375	09375211
2827227	Stetten	stetten	DE	67294	0	Europe/Berlin	49.10685	11.2177		Stetten		02	095	09576	09576148
2827228	Stetten	stetten	DE	67294	0	Europe/Berlin	49.08164	10.68308				02	095	09577	09577136
2827229	Stetten	stetten	DE	67294	0	Europe/Berlin	49.0847	10.0016				01	081	08127	08127103
2827230	Stetten	stetten	DE	67294	0	Europe/Berlin	48.88446	10.2514				01	081	08136	08136038
2827231	Stetten	stetten	DE	67294	0	Europe/Berlin	48.805	12.73444				02	092	09278	09278192
2827232	Stetten	stetten	DE	67294	0	Europe/Berlin	48.77118	10.28363				01	081	08136	08136045
2827233	Stetten	stetten	DE	67294	0	Europe/Berlin	48.37956	12.41257				02	092	09274	09274120
2827234	Stetten	stetten	DE	67294	0	Europe/Berlin	48.35653	8.81803				01	084	08417	08417025
2827235	Stetten	stetten	DE	67294	0	Europe/Berlin	48.31548	12.56066		Stetten		02	091	09183	09183131
2827236	Stetten	stetten	DE	67294	0	Europe/Berlin	48.29721	11.37295				02	091	09174	09174143
2827237	Stetten	stetten	DE	67294	0	Europe/Berlin	48.27826	9.90324		Stetten		01	084	08426	08426001
2827238	Stetten	stetten	DE	67294	0	Europe/Berlin	48.2596	9.68106				01	084	08425	08425033
2827239	Stetten	stetten	DE	67294	0	Europe/Berlin	48.05649	12.69773				02	091	09189	09189152
2827240	Stetten	stetten	DE	67294	1365	Europe/Berlin	48.02382	10.44474			09778199	02	097	09778	09778199
2827242	Stetten	stetten	DE	67294	0	Europe/Berlin	47.94538	12.0314				02	091	09187	09187179
2827243	Stetten	stetten	DE	67294	0	Europe/Berlin	47.92169	12.23963				02	091	09187	09187174
2827244	Stetten	stetten	DE	67294	0	Europe/Berlin	47.87342	8.7171		Stetten		01	083	08335	08335022
2827245	Stetten	stetten	DE	67294	0	Europe/Berlin	47.84224	12.30067				02	091	09187	09187162
2827246	Stetten	stetten	DE	67294	953	Europe/Berlin	47.69012	9.29855			08435054	01	084	08435	08435054
2827247	Stetten	stetten	DE	67294	0	Europe/Berlin	47.59014	8.44025				01	083	08337	08337053
2827263	Stetten	stetten	DE	67294	0	Europe/Berlin	48.78883	9.33743				01	081	08119	08119093
2827284	Sterup	sterup	DE	24996	1449	Europe/Berlin	54.7265	9.73572		Sterup	01059167	10	00	01059	01059167
2827318	Sternenfels	sternenfels	DE	75447	2797	Europe/Berlin	49.05139	8.85083		Shternenfel's,Shternenfels,Sternenfels,shi te er nen fei er si,Штерненфелс,Штерненфельс,Շտերնենֆելս,施特尔嫩费尔斯	08236061	01	082	08236	08236061
2827336	Sternberg	sternberg	DE	19406	4863	Europe/Berlin	53.71236	11.82678		Shternberg,Sternberga,ashtrnbrg,shi te er en bei er ge,Šternberga,Штернберг,اشترنبرگ,施特尔恩贝尔格		12	00	13076	13076128
2827337	Sternberg	sternberg	DE	19406	0	Europe/Berlin	50.03322	9.10815		Sternberg		02	096	09671	09671133
2827338	Sternberg	sternberg	DE	19406	0	Europe/Berlin	49.18198	11.54491				02	093	09373	09373119
2827359	Sterley	sterley	DE	23883	941	Europe/Berlin	53.61667	10.81667		Sterley	01053123	10	00	01053	01053123
2827400	Stephansposching	stephansposching	DE	94569	3080	Europe/Berlin	48.81667	12.8		Shtefansposhing,Shtepkhansposhing,ashtfanspwshyng,shi te fan si bo xing,Штепханспошинг,Штефанспошинг,Շտեֆանսփոշինգ,اشتفانسپوشینگ,施特凡斯波兴	09271151	02	092	09271	09271151
2827403	Stephanskirchen	stephanskirchen	DE	83071	0	Europe/Berlin	48.279	12.35253				02	091	09183	09183112
2827404	Stephanskirchen	stephanskirchen	DE	83071	0	Europe/Berlin	48.03615	12.31106				02	091	09187	09187113
2827405	Stephanskirchen	stephanskirchen	DE	83071	0	Europe/Berlin	47.91893	12.33936				02	091	09187	09187128
2827406	Stephanskirchen	stephanskirchen	DE	83071	9554	Europe/Berlin	47.85389	12.1856		Shtefanskirkhen,Shtepkhanskirkhen,Stefanskirxen,Stephanskircha,ashtfans kyrshn,shi te fan si ji er xing,Штепханскирхен,Штефанскирхен,Штефанскірхен,Շտեֆանսկիրխեն,اشتفانس کیرشن,施特凡斯基尔兴	09187177	02	091	09187	09187177
2827414	Stepfershausen	stepfershausen	DE	98617	656	Europe/Berlin	50.6	10.3		Shtepferskhauzen,Stepfershausen,shi te pu fei er si hao sen,Штепферсхаузен,施特普费尔斯豪森	16066042	15	00	16066	16066042
2827476	Stendell	stendell	DE	16306	0	Europe/Berlin	53.14348	14.1661				11	00	12073	12073532
2827479	Stendal	stendal	DE	39576	37722	Europe/Berlin	52.6069	11.85867		Hansestadt Stendal,Shtendal,Shtendal',Stendal,Stendal',Stendalia,Stendalis,ZSN,ashtndl,shi teng da er,shtndal,syutendal,Štendalis,Стендаль,Штендал,Штендаль,שטנדאל,اشتندل,شتندال,施滕达尔,슈텐달	15090	14	00	15090	15090535
2827481	Stemshorn	stemshorn	DE	49448	739	Europe/Berlin	52.45	8.36667		Shtemskhorn,shi te mu si huo er en,Штемсхорн,施特姆斯霍尔恩	03251036	06	00	03251	03251036
2827489	Stempeda	stempeda	DE	99762	278	Europe/Berlin	51.52742	10.92346		Stempeda		15	00	16062	16062041
2827501	Stemmen	stemmen	DE	27389	947	Europe/Berlin	53.22423	9.55313			03357046	06	00	03357	03357046
2827502	Stemmen	stemmen	DE	27389	0	Europe/Berlin	52.86427	9.37263				06	00	03361	03361005
2827503	Stemmen	stemmen	DE	27389	0	Europe/Berlin	52.34446	9.51931				06	00	03241	03241002
2827504	Stemmen	stemmen	DE	27389	0	Europe/Berlin	52.31766	9.10844				06	00	03257	03257014
2827505	Stemmen	stemmen	DE	27389	0	Europe/Berlin	52.17193	9.00724				07	057	05766	05766036
2827527	Stelzenberg	stelzenberg	DE	67705	1291	Europe/Berlin	49.37756	7.73814			07335045	08	00	07335	07335045
2827528	Stelzenberg	stelzenberg	DE	67705	0	Europe/Berlin	47.80757	12.28807				02	091	09187	09187132
2827559	Stelle-Wittenwurth	stelle-wittenwurth	DE	25795	467	Europe/Berlin	54.26667	9.05		Stelle-Wittenwurth	01051107	10	00	01051	01051107
2827572	Stelle	stelle	DE	21435	0	Europe/Berlin	52.43333	8.46667				07	057	05770	05770044
2827573	Stelle	stelle	DE	21435	0	Europe/Berlin	54.25	9.06667				10	00	01051	01051107
2827574	Stelle	stelle	DE	21435	11073	Europe/Berlin	53.38416	10.11138			03353032	06	00	03353	03353032
2827575	Stelle	stelle	DE	21435	0	Europe/Berlin	53.00812	8.67929				06	00	03251	03251037
2827576	Stelle	stelle	DE	21435	0	Europe/Berlin	52.79295	8.68485				06	00	03251	03251042
2827577	Stelle	stelle	DE	21435	0	Europe/Berlin	52.60396	8.93343				06	00	03256	03256030
2827578	Stelle	stelle	DE	21435	0	Europe/Berlin	52.44409	9.91399				06	00	03241	03241008
2827602	Steißlingen	steisslingen	DE	78256	4457	Europe/Berlin	47.8	8.93333		Shtajslingen,shi tai si lin gen,Штайслинген,Штайслінген,Штајслинген,施泰斯林根	08335077	01	083	08335	08335077
2827608	Stein-Wingert	stein-wingert	DE	57629	215	Europe/Berlin	50.7225	7.74083			07143296	08	00	07143	07143296
2827610	Steinwiesen	steinwiesen	DE	96349	3869	Europe/Berlin	50.29444	11.46295		Shtajnvisen,Shtajnvizen,Steinwiesen,shi tai yin wei sen,shutain'vu~izen,Штайнвизен,Штайнвізен,Штајнвисен,Շթայնվիզեն,シュタインヴィーゼン,施泰因维森		02	094	09476	09476177
2827613	Steinwenden	steinwenden	DE	66879	2535	Europe/Berlin	49.45708	7.52726			07335044	08	00	07335	07335044
2827614	Steinwenden	steinwenden	DE	66879	0	Europe/Berlin	47.98333	7.8				01	083	08311	08311000
2827615	Steinweiler	steinweiler	DE	76872	1843	Europe/Berlin	49.12111	8.14139		Shtajnvajler,shi tai yin wei lei,Штайнвайлер,Штајнвајлер,施泰因韦勒	07334030	08	00	07334	07334030
2827616	Steinweiler	steinweiler	DE	76872	0	Europe/Berlin	49.1	10.25				02	095	09571	09571136
2827617	Steinweiler	steinweiler	DE	76872	0	Europe/Berlin	48.73312	10.26538		Steinweiler		01	081	08135	08135026
2827638	Steinthaleben	steinthaleben	DE	99707	548	Europe/Berlin	51.39503	11.02495		Shtajntaleben,Steinthaleben,shi tai yin ta lai ben,Штайнталебен,Штајнталебен,施泰因塔莱本		15	00	16065	16065085
2827663	Steinsfeld	steinsfeld	DE	91628	0	Europe/Berlin	49.99754	10.45789		Steinsfeld		02	096	09674	09674219
2827664	Steinsfeld	steinsfeld	DE	91628	1308	Europe/Berlin	49.41667	10.21667		Shtajnsfel'd,Shtajnsfeld,Staynsfeld,shi tai yin si fei er de,shutainsuferuto,Штайнсфельд,Штајнсфелд,Շտայնսֆելդ,シュタインスフェルト,施泰因斯费尔德	09571205	02	095	09571	09571205
2827674	Steinsdorf	steinsdorf	DE	07570	0	Europe/Berlin	52.02599	14.67371				11	00	12067	12067357
2827675	Steinsdorf	steinsdorf	DE	07570	0	Europe/Berlin	51.82675	13.06881				14	00	15091	15091145
2827676	Steinsdorf	steinsdorf	DE	07570	0	Europe/Berlin	50.8903	12.31809		Steinsdorf		15	00	16077	16077043
2827677	Steinsdorf	steinsdorf	DE	07570	995	Europe/Berlin	50.75	12.05			16076079	15	00	16076	16076079
2827678	Steinsdorf	steinsdorf	DE	07570	0	Europe/Berlin	50.58476	11.49436				15	00	16073	16073106
2827679	Steinsdorf	steinsdorf	DE	07570	0	Europe/Berlin	50.56157	12.1309				13	00	14523	14523320
2827680	Steinsdorf	steinsdorf	DE	07570	0	Europe/Berlin	49.86078	10.72287				02	094	09471	09471186
2827681	Steinsdorf	steinsdorf	DE	07570	0	Europe/Berlin	48.8934	11.58975				02	091	09176	09176112
2827688	Steinsberg	steinsberg	DE	56379	276	Europe/Berlin	50.33333	7.95			07141130	08	00	07141	07141130
2827689	Steinsberg	steinsberg	DE	56379	0	Europe/Berlin	49.12111	12.05167				02	093	09375	09375190
2827693	Steinsberg	steinsberg	DE	56379	0	Europe/Berlin	47.86385	11.52277				02	091	09173	09173118
2827701	Steinrode	steinrode	DE	37345	0	Europe/Berlin	53.27802	13.51694				11	00	12073	12073069
2827702	Steinrode	steinrode	DE	37345	534	Europe/Berlin	51.50185	10.49254		Steinrode		15	00	16061	16061117
2827734	Steinpleis	steinpleis	DE	08432	0	Europe/Berlin	50.7142	12.39989		Steinpleis		13	00	14524	14524300
2827749	Stein-Neukirch	stein-neukirch	DE	56479	490	Europe/Berlin	50.67611	8.05472		Neukirch,Stein-Neukirch	07143295	08	00	07143	07143295
2827755	Steinmocker	steinmocker	DE	17391	0	Europe/Berlin	53.85957	13.43452				12	00	13075	13075155
2827758	Steinmauern	steinmauern	DE	76479	2916	Europe/Berlin	48.90095	8.19692		Shtajnmauehrn,Shtajnmauern,shi tai yin mao ai er en,Штайнмауерн,Штайнмауэрн,Штајнмауерн,施泰因毛埃尔恩	08216052	01	082	08216	08216052
2827862	Steinkirchen	steinkirchen	DE	21720	1650	Europe/Berlin	53.56601	9.61111			03359039	06	00	03359	03359039
2827863	Steinkirchen	steinkirchen	DE	21720	0	Europe/Berlin	51.92879	13.89529		Kamjena,Steinkirchen		11	00	12061	12061316
2827864	Steinkirchen	steinkirchen	DE	21720	0	Europe/Berlin	51.11388	6.09804				07	053	05370	05370036
2827865	Steinkirchen	steinkirchen	DE	21720	0	Europe/Berlin	49.23354	9.77173				01	081	08127	08127009
2827866	Steinkirchen	steinkirchen	DE	21720	0	Europe/Berlin	48.82824	12.83848		Steinkirchen		02	092	09271	09271151
2827867	Steinkirchen	steinkirchen	DE	21720	0	Europe/Berlin	48.78135	12.27646				02	092	09278	09278148
2827868	Steinkirchen	steinkirchen	DE	21720	0	Europe/Berlin	48.53417	13.22194				02	092	09275	09275138
2827869	Steinkirchen	steinkirchen	DE	21720	0	Europe/Berlin	48.43607	11.45911				02	091	09186	09186146
2827870	Steinkirchen	steinkirchen	DE	21720	1185	Europe/Berlin	48.38333	12.08333			09177138	02	091	09177	09177138
2827871	Steinkirchen	steinkirchen	DE	21720	0	Europe/Berlin	48.2724	11.43218				02	091	09174	09174115
2827872	Steinkirchen	steinkirchen	DE	21720	0	Europe/Berlin	48.23648	12.26682				02	091	09183	09183135
2827873	Steinkirchen	steinkirchen	DE	21720	0	Europe/Berlin	48.11055	11.42894				02	091	09184	09184138
2827874	Steinkirchen	steinkirchen	DE	21720	0	Europe/Berlin	48.00299	12.02544				02	091	09175	09175112
2827875	Steinkirchen	steinkirchen	DE	21720	0	Europe/Berlin	47.77562	12.19221				02	091	09187	09187172
2827893	Steinitz	steinitz	DE	29416	0	Europe/Berlin	52.51396	12.03935		Steinitz		14	00	15086	15086080
2827894	Steinitz	steinitz	DE	29416	0	Europe/Berlin	51.62778	14.21888		Scenc,Steinitz,Šćeńc		11	00	12071	12071057
2827895	Steinitz	steinitz	DE	29416	0	Europe/Berlin	51.34552	14.37767		Scenca,Šćeńca		13	00	14625	14625330
2827896	Steinitz	steinitz	DE	29416	481	Europe/Berlin	52.82803	11.118		Kemnitz,Steinitz		14	00	15081	15081455
2827900	Steiningen	steiningen	DE	54552	193	Europe/Berlin	50.18333	6.91667			07233068	08	00	07233	07233068
2827907	Steinigtwolmsdorf	steinigtwolmsdorf	DE	01904	3422	Europe/Berlin	51.06314	14.3454		Shtajnigtvol'msdorf,Shtajnigtvolmsdorf,Shtajniktvolmsdorf,Steinigtwolmsdorfi vald,Wolbramecy,Wołbramecy,shi tai ni ge te wo er mu si duo fu,Штайнигтвольмсдорф,Штайнігтвольмсдорф,Штајнигтволмсдорф,Штајниктволмсдорф,施泰尼格特沃尔姆斯多夫	14625590	13	00	14625	14625590
2827948	Steinhorst	steinhorst	DE	23847	0	Europe/Berlin	51.8175	8.5588		Steinhorst		07	057	05774	05774020
2827949	Steinhorst	steinhorst	DE	23847	0	Europe/Berlin	54.16383	10.16186				10	00	01057	01057011
2827950	Steinhorst	steinhorst	DE	23847	545	Europe/Berlin	53.71667	10.48333			01053122	10	00	01053	01053122
2827951	Steinhorst	steinhorst	DE	23847	1397	Europe/Berlin	52.68333	10.4			03151029	06	00	03151	03151029
2827955	Steinhöring	steinhoring	DE	85643	3759	Europe/Berlin	48.08679	12.0314		Shtajngering,Shtajnkhering,Shtajnkhjoring,Stoanaring,ashtayn hwryng,shi tai yin he ling,Штайнгерінг,Штайнхёринг,Штајнхеринг,اشتاین هورینگ,施泰因赫灵	09175137	02	091	09175	09175137
2827965	Steinhöfel	steinhofel	DE	15518	4672	Europe/Berlin	52.4	14.16667		Chateau de Steinhoefel,Château de Steinhöfel,Shtajnkhefel,Shtajnkhjofel',Staynhyofel,Steinhoefel,Steinhöfel,shi tai yin he fei er,Штайнхёфель,Штајнхефел,Շտայնհյոֆել,施泰因赫费尔	12067473	11	00	12067	12067473
2827983	Steinheuterode	steinheuterode	DE	37318	293	Europe/Berlin	51.38333	10.06667			16061091	15	00	16061	16061091
2827988	Steinheim an der Murr	steinheim-an-der-murr	DE	71711	11374	Europe/Berlin	48.96821	9.27708		Steinheim,Steinheim am der Murr,Steinheim an der Murr		01	081	08118	08118070
2827989	Steinheim am Albuch	steinheim-am-albuch	DE	89555	9013	Europe/Berlin	48.6909	10.06382		Shtajngajm-am-Al'bukh,Shtajnkhajm am Albukh,Shtajnkhajm-am-Al'bukh,a er bu he de qu shi tai yin hai mu,Штайнгайм-ам-Альбух,Штайнхайм-ам-Альбух,Штајнхајм ам Албух,阿尔布赫地区施泰因海姆	08135032	01	081	08135	08135032
2827990	Steinheim	steinheim	DE	32839	13797	Europe/Berlin	51.87066	9.09136		Shtajnkhajm,Staime,ashtaynhaym  wstfaln,shi tai yin hai mu,Штайнхайм,Штајнхајм,اشتاینهایم، وستفالن,施泰因海姆		07	057	05762	05762032
2827991	Steinheim	steinheim	DE	32839	651	Europe/Berlin	50.44379	8.9239		Hungen-Steinheim		05	065	06531	06531008
2827992	Steinheim	steinheim	DE	32839	0	Europe/Berlin	48.59534	10.53726				02	097	09773	09773125
2827993	Steinheim	steinheim	DE	32839	0	Europe/Berlin	48.39878	10.10553				02	097	09775	09775135
2827994	Steinheim	steinheim	DE	32839	2878	Europe/Berlin	48.01473	10.16081				02	097	09764	09764000
2827999	Steinheid	steinheid	DE	98749	1311	Europe/Berlin	50.46538	11.08265		Steinheid		15	00	16072	16072013
2828007	Steinhausen an der Rottum	steinhausen-an-der-rottum	DE	88416	0	Europe/Berlin	48.01667	9.96667		Shtajngauzen-an-der-Rottum,Shtajnkhauzen an der Rotum,Shtajnkhauzen-an-der-Rottum,luo tu mu he pan shi tai yin hao sen,Штайнгаузен-ан-дер-Роттум,Штайнхаузен-ан-дер-Роттум,Штајнхаузен ан дер Ротум,Շտայնխաուզեն ան դեր Ռոթում,შტაინჰაუზენ-ან-დერ-როტუმი,罗图姆河畔施泰因豪森	08426113	01	084	08426	08426113
2828045	Steinhagen	steinhagen	DE	18246	2738	Europe/Berlin	54.22616	12.98867				12	00	13073	13073087
2828046	Steinhagen	steinhagen	DE	18246	0	Europe/Berlin	53.96665	11.82799				12	00	13072	13072093
2828047	Steinhagen	steinhagen	DE	18246	0	Europe/Berlin	53.9478	11.67855				12	00	13072	13072022
2828048	Steinhagen	steinhagen	DE	18246	0	Europe/Berlin	53.84447	11.92391				12	00	13072	13072101
2828049	Steinhagen	steinhagen	DE	18246	0	Europe/Berlin	53.66667	12.46667				12	00	13072	13072063
2828050	Steinhagen	steinhagen	DE	18246	19869	Europe/Berlin	52	8.4		Steinhagen	05754040	07	057	05754	05754040
2828089	Steingaden	steingaden	DE	86989	2828	Europe/Berlin	47.7	10.86667		Shtajngaden,Stayngaden,ashtayngadn,shi tai yin jia deng,shutaingaden,Штайнгаден,Штајнгаден,Շտայնգադեն,اشتاینگادن,シュタインガーデン,施泰因加登	09190154	02	091	09190	09190154
2828090	Steingaden	steingaden	DE	86989	0	Europe/Berlin	47.66861	10.32877				02	097	09780	09780140
2828104	Steinfurt	steinfurt	DE	48565	0	Europe/Berlin	52.37327	13.78657				11	00	12067	12067173
2828105	Steinfurt	steinfurt	DE	48565	34601	Europe/Berlin	52.15045	7.33664		Shhajnfurt,Shtajnfurt,Staynfurt,Stemmert,ashtaynfwrt,shi tai yin fu er te,shtaynfwrt,Ştaynfurt,Штайнфурт,Штајнфурт,Щайнфурт,اشتاینفورت,شتاينفورت,施泰因富尔特	05566	07	055	05566	05566084
2828106	Steinfurt	steinfurt	DE	48565	0	Europe/Berlin	50.52424	9.40614		Steinfurt		05	065	06535	06535008
2828107	Steinfurt	steinfurt	DE	48565	0	Europe/Berlin	49.64801	9.4842		Steinfurt		01	081	08128	08128064
2828124	Steinfeld	steinfeld	DE	18184	738	Europe/Berlin	53.83319	10.42743		Steinfeld,Steinfelderhof		10	00	01062	01062093
2828129	Steinfeld	steinfeld	DE	18184	0	Europe/Berlin	54.6	9.75			01059080	10	00	01059	01059080
2828130	Steinfeld	steinfeld	DE	18184	0	Europe/Berlin	54.19328	12.81684				12	00	13073	13073057
2828131	Steinfeld	steinfeld	DE	18184	0	Europe/Berlin	54.10813	12.30975				12	00	13072	13072019
2828132	Steinfeld	steinfeld	DE	18184	0	Europe/Berlin	53.83333	10.76667				10			
2828133	Steinfeld	steinfeld	DE	18184	0	Europe/Berlin	53.21833	9.20355				06	00	03357	03357010
2828134	Steinfeld	steinfeld	DE	18184	0	Europe/Berlin	53.03105	13.41422				11	00	12073	12073572
2828135	Steinfeld	steinfeld	DE	18184	335	Europe/Berlin	52.62409	11.70726		Steinfeld		14	00	15090	15090070
2828136	Steinfeld	steinfeld	DE	18184	9392	Europe/Berlin	52.58596	8.21417		Shtajnfel'd,Shtajnfeld,Steinfeld,Штайнфельд,Штајнфелд		06	00	03460	03460008
2828137	Steinfeld	steinfeld	DE	18184	0	Europe/Berlin	50.50116	6.5636		Steinfeld		07	053	05366	05366024
2828138	Steinfeld	steinfeld	DE	18184	0	Europe/Berlin	50.37783	10.72599				15	00	16069	16069049
2828139	Steinfeld	steinfeld	DE	18184	0	Europe/Berlin	49.97812	11.1575		Steinfeld		02	094	09471	09471189
2828140	Steinfeld	steinfeld	DE	18184	2302	Europe/Berlin	49.95278	9.66944		Shtajnfel'd,Shtajnfeld,Штайнфельд,Штајнфелд,Շթայնֆելդ	09677186	02	096	09677	09677186
2828141	Steinfeld	steinfeld	DE	18184	1998	Europe/Berlin	49.04833	8.03694			07337076	08	00	07337	07337076
2828165	Steineroth	steineroth	DE	57518	684	Europe/Berlin	50.76038	7.85443			07132108	08	00	07132	07132108
2828206	Steinenbronn	steinenbronn	DE	71144	6089	Europe/Berlin	48.66667	9.11667		Shtajnenbron,Shtajnenbronn,Staynenbron,Steinenbronn,shi tai nen bu long,Штайненброн,Штайненбронн,Штајненброн,Շտայնենբրոն,შტაინენბრონი,施泰嫩布龙	08115046	01	081	08115	08115046
2828226	Steinen	steinen	DE	56244	0	Europe/Berlin	51.55919	7.81967				07	059	05978	05978036
2828227	Steinen	steinen	DE	56244	259	Europe/Berlin	50.58333	7.8			07143075	08	00	07143	07143075
2828228	Steinen	steinen	DE	56244	10128	Europe/Berlin	47.64446	7.73914			08336084	01	083	08336	08336084
2828241	Steinefrenz	steinefrenz	DE	56414	753	Europe/Berlin	50.45933	7.93307			07143074	08	00	07143	07143074
2828248	Steineberg	steineberg	DE	54552	0	Europe/Berlin	50.71663	7.82472				08	00	07132	07132066
2828249	Steineberg	steineberg	DE	54552	252	Europe/Berlin	50.18333	6.91667			07233067	08	00	07233	07233067
2828265	Steindorf	steindorf	DE	82297	0	Europe/Berlin	52.15845	12.50104				11	00	12069	12069665
2828266	Steindorf	steindorf	DE	82297	0	Europe/Berlin	50.96143	9.43542				05	066	06634	06634009
2828267	Steindorf	steindorf	DE	82297	0	Europe/Berlin	50.54769	8.4593				05	065	06532	06532023
2828268	Steindorf	steindorf	DE	82297	0	Europe/Berlin	48.58029	12.82151				02	092	09277	09277111
2828269	Steindorf	steindorf	DE	82297	0	Europe/Berlin	48.4896	13.28863		Steindorf,Steindorf b. Hoehenstadt,Steindorf b. Höhenstadt		02	092	09275	09275145
2828270	Steindorf	steindorf	DE	82297	943	Europe/Berlin	48.21667	11			09771168	02	097	09771	09771168
2828287	Steinburg	steinburg	DE	06647	0	Europe/Berlin	53.84382	9.57544				10	00	01061	01061104
2828288	Steinburg	steinburg	DE	06647	215	Europe/Berlin	51.1905	11.51726		Steinburg		14	00	15084	15084133
2828289	Steinburg	steinburg	DE	06647	0	Europe/Berlin	48.96295	12.73968				02	092	09278	09278139
2828381	Steinborn	steinborn	DE	54655	0	Europe/Berlin	52.7766	9.02207				06	00	03251	03251002
2828382	Steinborn	steinborn	DE	54655	0	Europe/Berlin	51.3	13.86667				13	00	14625	14625270
2828383	Steinborn	steinborn	DE	54655	0	Europe/Berlin	50.21187	6.78969		Steinborn		08	00	07233	07233501
2828384	Steinborn	steinborn	DE	54655	233	Europe/Berlin	50.06667	6.63333			07232313	08	00	07232	07232313
2828386	Stein-Bockenheim	stein-bockenheim	DE	55599	688	Europe/Berlin	49.76667	7.96667			07331062	08	00	07331	07331062
2828396	Steinbergkirche	steinbergkirche	DE	24972	1445	Europe/Berlin	54.75463	9.76069		Shtajnbergkirkhe,Shtajnberkirkhe,Steinbergkirche,Stenbjergkirke,shi tai yin bei ge ji xie,Штайнбергкирхе,Штајнбергкирхе,Штајнберкирхе,施泰因贝格基谢		10	00	01059	01059186
2828427	Steinberg	steinberg	DE	08237	0	Europe/Berlin	48.65706	12.8822				02	092	09279	09279113
2828428	Steinberg	steinberg	DE	08237	1031	Europe/Berlin	54.76667	9.78333			01059164	10	00	01059	01059164
2828429	Steinberg	steinberg	DE	08237	0	Europe/Berlin	53.15154	11.89106				11	00	12070	12070125
2828430	Steinberg	steinberg	DE	08237	0	Europe/Berlin	53.02395	9.13472				06	00	03361	03361006
2828431	Steinberg	steinberg	DE	08237	0	Europe/Berlin	52.99753	12.35382		Steinberg		11	00	12070	12070149
2828432	Steinberg	steinberg	DE	08237	0	Europe/Berlin	52.7162	11.0615		Steinberg		14	00	15081	15081440
2828433	Steinberg	steinberg	DE	08237	0	Europe/Berlin	52.26249	12.35955				11	00	12069	12069089
2828434	Steinberg	steinberg	DE	08237	0	Europe/Berlin	51.41667	7.6				07	059	05978	05978028
2828435	Steinberg	steinberg	DE	08237	0	Europe/Berlin	50.69358	10.07903		Steinberg		15	00	16063	16063015
2828436	Steinberg	steinberg	DE	08237	0	Europe/Berlin	50.53312	8.7105		Steinberg,Watzenborn-Steinberg		05	065	06531	06531014
2828437	Steinberg	steinberg	DE	08237	0	Europe/Berlin	50.41121	9.1497		Steinberg		05	064	06440	06440009
2828438	Steinberg	steinberg	DE	08237	0	Europe/Berlin	50.30194	10.01654				02	096	09672	09672117
2828439	Steinberg	steinberg	DE	08237	0	Europe/Berlin	50.28373	11.36639				02	094	09476	09476189
2828440	Steinberg	steinberg	DE	08237	0	Europe/Berlin	50.02775	8.78682				05	064	06438	06438001
2828441	Steinberg	steinberg	DE	08237	0	Europe/Berlin	49.56977	6.84741		Steinberg		09	00	10042	10042116
2828442	Steinberg	steinberg	DE	08237	0	Europe/Berlin	49.53333	7.1				09	00	10046	10046116
2828443	Steinberg	steinberg	DE	08237	0	Europe/Berlin	49.28333	12.18333			09376168	02	093	09376	09376168
2828444	Steinberg	steinberg	DE	08237	0	Europe/Berlin	49.28751	10.3498				02	095	09571	09571174
2828445	Steinberg	steinberg	DE	08237	0	Europe/Berlin	49.01132	9.58484				01	081	08119	08119044
2828446	Steinberg	steinberg	DE	08237	0	Europe/Berlin	48.65127	13.60948				02	092	09275	09275126
2828447	Steinberg	steinberg	DE	08237	0	Europe/Berlin	48.57346	12.57692				02	092	09279	09279126
2828448	Steinberg	steinberg	DE	08237	0	Europe/Berlin	48.30009	10.0036				01	084	08425	08425138
2828449	Steinberg	steinberg	DE	08237	0	Europe/Berlin	48.11261	11.31324				02	091	09188	09188121
2828450	Steinberg	steinberg	DE	08237	0	Europe/Berlin	48.0997	12.22324				02	091	09187	09187176
2828451	Steinberg	steinberg	DE	08237	0	Europe/Berlin	47.74882	11.69224				02	091	09182	09182134
2828452	Steinberg	steinberg	DE	08237	0	Europe/Berlin	47.66667	9.93333				01	084	08436	08436094
2828685	Stein	stein	DE	24235	13902	Europe/Berlin	49.41581	11.01599	304	Stein,Stein bei Nuernberg,Stein bei Nürnberg		02	095	09573	09573127
2828723	Steinbach-Hallenberg	steinbach-hallenberg	DE	98587	5053	Europe/Berlin	50.69624	10.56541		Kurort Steinbach-Hallenberg,Shtajnbakh-Khalenberg,Shtajnbakh-Khallenberg,Steinbach-Hallenberg,ashtaynbakh-halnbrg,shi tai yin ba he-ha lun bei ge,shtaynbakh-halnbrgh,Штайнбах-Халленберг,Штајнбах-Халенберг,اشتاینباخ-هالنبرگ,شتاينباخ-هالنبرغ,施泰因巴赫-哈伦贝格		15	00	16066	16066069
2828735	Steinbach am Wald	steinbach-am-wald	DE	96361	0	Europe/Berlin	50.43904	11.36918		Shtajnbakh am Vald,Shtajnbakh-am-Val'd,Steinbach,Steinbach am Wald,lin shan lu shi tai yin ba he,Штайнбах-ам-Вальд,Штајнбах ам Валд,Վալդի Շթայնբախ,シュタインバッハ・アム・ヴァルト,林山麓施泰因巴赫		02	094	09476	09476175
2828736	Steinbach am Wald	steinbach-am-wald	DE	96361	0	Europe/Berlin	49.07148	10.15682				01	081	08127	08127104
2828738	Steinbach am Donnersberg	steinbach-am-donnersberg	DE	67808	828	Europe/Berlin	49.6	7.95			07333075	08	00	07333	07333075
2828786	Steinbach	steinbach	DE	36448	0	Europe/Berlin	48.52198	13.25781				02	092	09275	09275138
2828787	Steinbach	steinbach	DE	36448	0	Europe/Berlin	51.41415	14.95888		Steinbach		13	00	14626	14626480
2828788	Steinbach	steinbach	DE	36448	563	Europe/Berlin	51.42212	10.21866		Steinbach (Eichsfeld)	16061089	15	00	16061	16061089
2828789	Steinbach	steinbach	DE	36448	0	Europe/Berlin	51.20253	13.62461		Steinbach		13	00	14627	14627150
2828790	Steinbach	steinbach	DE	36448	0	Europe/Berlin	51.16929	12.59548				13	00	14729	14729010
2828791	Steinbach	steinbach	DE	36448	0	Europe/Berlin	51.04513	13.60361				13	00	14612	14612000
2828792	Steinbach	steinbach	DE	36448	0	Europe/Berlin	51.01932	13.43424		Neukirchen-Steinbach,Steinbach		13	00	14522	14522480
2828793	Steinbach	steinbach	DE	36448	0	Europe/Berlin	50.96224	8.32141				07	059	05970	05970028
2828794	Steinbach	steinbach	DE	36448	0	Europe/Berlin	50.94298	12.64607				13	00	14522	14522460
2828795	Steinbach	steinbach	DE	36448	1345	Europe/Berlin	50.83321	10.36393		Steinbach		15	00	16063	16063099
2828796	Steinbach	steinbach	DE	36448	0	Europe/Berlin	50.77989	8.18554		Steinbach		05	065	06532	06532011
2828797	Steinbach	steinbach	DE	36448	0	Europe/Berlin	50.73115	9.74128		Steinbach		05	066	06631	06631002
2828798	Steinbach	steinbach	DE	36448	0	Europe/Berlin	50.55554	13.15803		Steinbach		13	00	14521	14521330
2828799	Steinbach	steinbach	DE	36448	0	Europe/Berlin	50.55554	9.92187				05	066	06631	06631012
2828800	Steinbach	steinbach	DE	36448	0	Europe/Berlin	50.55297	8.77649				05	065	06531	06531004
2828801	Steinbach	steinbach	DE	36448	0	Europe/Berlin	50.52407	10.84534				15	00	16069	16069042
2828802	Steinbach	steinbach	DE	36448	0	Europe/Berlin	50.47328	8.1036				05	065	06533	06533007
2828803	Steinbach	steinbach	DE	36448	0	Europe/Berlin	50.44297	12.67859		Steinbach		13	00	14521	14521320
2828804	Steinbach	steinbach	DE	36448	0	Europe/Berlin	50.35619	11.21378				15	00	16072	16072018
2828805	Steinbach	steinbach	DE	36448	3522	Europe/Berlin	50.15328	11.65055		Steinbach		02	094	09477	09477138
2828806	Steinbach	steinbach	DE	36448	115	Europe/Berlin	50.04271	7.59378			07140148	08	00	07140	07140148
2828807	Steinbach	steinbach	DE	36448	0	Europe/Berlin	50.0087	9.60725		Steinbach		02	096	09677	09677155
2828808	Steinbach	steinbach	DE	36448	0	Europe/Berlin	50.01819	9.11555		Steinbach		02	096	09671	09671133
2828809	Steinbach	steinbach	DE	36448	0	Europe/Berlin	49.9943	10.64319				02	096	09674	09674129
2828810	Steinbach	steinbach	DE	36448	0	Europe/Berlin	49.82041	12.07991				02	093	09377	09377116
2828811	Steinbach	steinbach	DE	36448	0	Europe/Berlin	49.7107	9.72218				02	096	09679	09679165
2828812	Steinbach	steinbach	DE	36448	0	Europe/Berlin	49.67987	9.47102		Steinbach		01	081	08128	08128064
2828813	Steinbach	steinbach	DE	36448	0	Europe/Berlin	49.68337	8.99365				05	064	06437	06437011
2828814	Steinbach	steinbach	DE	36448	0	Europe/Berlin	49.64649	8.79561				05	064	06431	06431007
2828815	Steinbach	steinbach	DE	36448	0	Europe/Berlin	49.59241	11.1682				02	094	09474	09474144
2828816	Steinbach	steinbach	DE	36448	0	Europe/Berlin	49.59128	9.65673				01	081	08128	08128115
2828817	Steinbach	steinbach	DE	36448	0	Europe/Berlin	49.56694	11.65115		Steinbach		02	093	09371	09371141
2828818	Steinbach	steinbach	DE	36448	0	Europe/Berlin	49.55662	10.85964				02	095	09572	09572132
2828819	Steinbach	steinbach	DE	36448	0	Europe/Berlin	49.54933	9.24073				01	082	08225	08225060
2828820	Steinbach	steinbach	DE	36448	0	Europe/Berlin	49.47217	10.55279				02	095	09575	09575166
2828821	Steinbach	steinbach	DE	36448	0	Europe/Berlin	49.46103	6.95955		Steinbach		09	00	10044	10044112
2828822	Steinbach	steinbach	DE	36448	0	Europe/Berlin	49.44181	10.85541				02	095	09573	09573114
2828823	Steinbach	steinbach	DE	36448	0	Europe/Berlin	49.45268	7.38447				08	00	07336	07336096
2828824	Steinbach	steinbach	DE	36448	0	Europe/Berlin	49.40358	10.16125				02	095	09571	09571193
2828825	Steinbach	steinbach	DE	36448	0	Europe/Berlin	49.40701	7.21038				09	00	10043	10043115
2828826	Steinbach	steinbach	DE	36448	0	Europe/Berlin	49.35763	10.71806				02	095	09571	09571190
2828827	Steinbach	steinbach	DE	36448	0	Europe/Berlin	49.32719	11.33712				02	095	09574	09574117
2828828	Steinbach	steinbach	DE	36448	0	Europe/Berlin	49.31052	9.14691				01	082	08225	08225067
2828829	Steinbach	steinbach	DE	36448	0	Europe/Berlin	49.29981	9.7296		Steinbach		01	081	08126	08126046
2828830	Steinbach	steinbach	DE	36448	0	Europe/Berlin	49.28075	10.6366				02	095	09571	09571196
2828831	Steinbach	steinbach	DE	36448	0	Europe/Berlin	49.2642	10.48352				02	095	09571	09571166
2828832	Steinbach	steinbach	DE	36448	0	Europe/Berlin	49.194	10.3696				02	095	09571	09571145
2828833	Steinbach	steinbach	DE	36448	0	Europe/Berlin	49.11764	12.35706				02	093	09372	09372169
2828834	Steinbach	steinbach	DE	36448	0	Europe/Berlin	49.10298	9.74483				01	081	08127	08127076
2828835	Steinbach	steinbach	DE	36448	0	Europe/Berlin	49.07859	10.07112				01	081	08127	08127103
2828836	Steinbach	steinbach	DE	36448	0	Europe/Berlin	48.95712	9.47539				01	081	08119	08119008
2828837	Steinbach	steinbach	DE	36448	0	Europe/Berlin	48.89555	9.5881				01	081	08119	08119061
2828838	Steinbach	steinbach	DE	36448	0	Europe/Berlin	48.72895	8.16028		Steinbach		01	082	08211	08211000
2828839	Steinbach	steinbach	DE	36448	0	Europe/Berlin	48.72032	12.07683				02	092	09274	09274176
2828840	Steinbach	steinbach	DE	36448	0	Europe/Berlin	48.68333	9.41667				01	081	08116	08116072
2828841	Steinbach	steinbach	DE	36448	0	Europe/Berlin	48.6144	11.75105				02	092	09273	09273147
2828842	Steinbach	steinbach	DE	36448	0	Europe/Berlin	48.40367	12.18247				02	092	09274	09274118
2828843	Steinbach	steinbach	DE	36448	0	Europe/Berlin	48.3839	13.03226				02	092	09277	09277149
2828844	Steinbach	steinbach	DE	36448	0	Europe/Berlin	48.3719	12.76086				02	092	09277	09277153
2828845	Steinbach	steinbach	DE	36448	0	Europe/Berlin	48.31708	7.93854				01	083	08317	08317127
2828846	Steinbach	steinbach	DE	36448	0	Europe/Berlin	48.26718	12.77612				02	091	09171	09171126
2828847	Steinbach	steinbach	DE	36448	0	Europe/Berlin	48.18748	11.05336				02	091	09179	09179138
2828848	Steinbach	steinbach	DE	36448	0	Europe/Berlin	47.76714	11.29979		Steinbach		02	091	09190	09190132
2828849	Steinbach	steinbach	DE	36448	0	Europe/Berlin	47.71667	11.55				02	091	09173	09173145
2828850	Steinbach	steinbach	DE	36448	0	Europe/Berlin	47.70741	10.69961				02	097	09777	09777171
2828851	Steinbach	steinbach	DE	36448	0	Europe/Berlin	47.69782	11.57196				02	091	09173	09173135
2828852	Steinbach	steinbach	DE	36448	0	Europe/Berlin	47.63243	8.10391				01	083	08337	08337002
2828869	Steinau	steinau	DE	21775	0	Europe/Berlin	53.68333	8.88333			03352051	06	00	03352	03352051
2828870	Steinau	steinau	DE	21775	0	Europe/Berlin	50.59103	9.73346				05	066	06631	06631020
2828871	Steinau an der Straße	steinau-an-der-strasse	DE	36396	11302	Europe/Berlin	50.31401	9.46335		Shtajnau an der Shtrase,Shtajnau-an-der-Shtrase,Steinau,Steinau an der Strasse,Steinau an der Straße,ashtaynaw an dr ashtrash,shi tai nao an de er shi te la sai,Штайнау-ан-дер-Штрасе,Штајнау ан дер Штрасе,اشتایناو آن در اشتراسه,シュタイナウ・アン・デア・シュトラーセ,施泰瑙安德尔施特拉塞		05	064	06435	06435028
2828872	Steinau	steinau	DE	21775	0	Europe/Berlin	49.74501	8.79438				05	064	06432	06432007
2828873	Steinau	steinau	DE	21775	952	Europe/Berlin	53.75602	8.59036		Steinau		06	00	03352	03352061
2828879	Steinalben	steinalben	DE	66851	460	Europe/Berlin	49.31667	7.65			07340050	08	00	07340	07340050
2828907	Steinach	steinach	DE	77790	4729	Europe/Berlin	50.43129	11.15909		Steinach		15	00	16072	16072019
2828908	Steinach	steinach	DE	77790	0	Europe/Berlin	49.59619	12.29456				02	093	09374	09374132
2828909	Steinach	steinach	DE	77790	0	Europe/Berlin	49.51563	11.0032				02	095	09564	09564000
2828910	Steinach	steinach	DE	77790	0	Europe/Berlin	49.49393	12.31546				02	093	09376	09376131
2828911	Steinach	steinach	DE	77790	2938	Europe/Berlin	48.95417	12.60709			09278190	02	092	09278	09278190
2828912	Steinach	steinach	DE	77790	0	Europe/Berlin	48.84156	9.45399				01	081	08119	08119089
2828913	Steinach	steinach	DE	77790	3924	Europe/Berlin	48.3	8.05		Steinach	08317129	01	083	08317	08317129
2828914	Steinach	steinach	DE	77790	0	Europe/Berlin	47.92294	9.74146				01	084	08436	08436009
2828915	Steinach	steinach	DE	77790	0	Europe/Berlin	47.71696	12.16262				02	091	09187	09187156
2828916	Steinach	steinach	DE	77790	0	Europe/Berlin	47.5683	10.56396				02	097	09777	09777159
2828922	Steina	steina	DE	01920	0	Europe/Berlin	51.59262	10.51839				06	00	03159	03159004
2828923	Steina	steina	DE	01920	1842	Europe/Berlin	51.2	14.05		Niedersteina,Steina	14625580	13	00	14625	14625580
2828924	Steina	steina	DE	01920	0	Europe/Berlin	51.10249	13.00865				13	00	14522	14522250
2828925	Steina	steina	DE	01920	0	Europe/Berlin	50.89587	9.26418		Steina		05	066	06634	06634026
2828926	Steina	steina	DE	01920	0	Europe/Berlin	48.41932	13.06447				02	092	09277	09277113
2828929	Stein	stein	DE	24235	859	Europe/Berlin	54.41667	10.26667			01057079	10	00	01057	01057079
2828930	Stein	stein	DE	24235	0	Europe/Berlin	50.95392	12.81841				13	00	14522	14522290
2828931	Stein	stein	DE	24235	0	Europe/Berlin	50.86667	7.33333				07	053	05382	05382040
2828932	Stein	stein	DE	24235	0	Europe/Berlin	50.7337	7.46528				07	053	05382	05382016
2828933	Stein	stein	DE	24235	0	Europe/Berlin	50.65031	12.66172				13	00	14524	14524090
2828934	Stein	stein	DE	24235	0	Europe/Berlin	50.0648	11.70111				02	094	09472	09472139
2828936	Stein	stein	DE	24235	0	Europe/Berlin	49.72869	11.53704				02	094	09472	09472175
2828937	Stein	stein	DE	24235	0	Europe/Berlin	49.51262	12.22574		Stein		02	093	09376	09376153
2828938	Stein	stein	DE	24235	0	Europe/Berlin	49.40283	12.58644				02	093	09372	09372163
2828939	Stein	stein	DE	24235	0	Europe/Berlin	49.15	7.93333				08	00	07337	07337033
2828940	Stein	stein	DE	24235	0	Europe/Berlin	49.09034	12.90258				02	092	09276	09276144
2828941	Stein	stein	DE	24235	0	Europe/Berlin	49.05632	12.82843				02	092	09276	09276128
2828942	Stein	stein	DE	24235	0	Europe/Berlin	48.96667	8.65				01	082	08236	08236076
2828943	Stein	stein	DE	24235	0	Europe/Berlin	48.39553	12.50974				02	091	09183	09183129
2828944	Stein	stein	DE	24235	0	Europe/Berlin	48.37199	8.94188				01	084	08417	08417031
2828945	Stein	stein	DE	24235	0	Europe/Berlin	48.24064	8.1147				01	083	08317	08317078
2828946	Stein	stein	DE	24235	0	Europe/Berlin	47.72697	12.29705				02	091	09187	09187114
2828947	Stein	stein	DE	24235	0	Europe/Berlin	47.71899	10.39679				02	097	09780	09780114
2828969	Steimke	steimke	DE	38486	0	Europe/Berlin	52.89853	8.83408		Steimke		06	00	03251	03251041
2828970	Steimke	steimke	DE	38486	0	Europe/Berlin	52.76499	9.02678				06	00	03251	03251002
2828971	Steimke	steimke	DE	38486	0	Europe/Berlin	52.74622	10.60215				06	00	03151	03151019
2828972	Steimke	steimke	DE	38486	416	Europe/Berlin	52.58807	10.96753		Steimke		14	00	15081	15081280
2828973	Steimke	steimke	DE	38486	0	Europe/Berlin	52.30968	8.7291				07	057	05770	05770012
2828984	Steimel	steimel	DE	57614	1349	Europe/Berlin	50.61667	7.63333			07138070	08	00	07138	07138070
2828993	Steimbke	steimbke	DE	31634	2505	Europe/Berlin	52.65483	9.39091		Shtajmbke,shi tai yin bu ke,shutainpuke,Штаймбке,Штајмбке,シュタインプケ,施泰因布克	03256029	06	00	03256	03256029
2829011	Steigra	steigra	DE	06268	916	Europe/Berlin	51.3	11.66667		Steigra	15088355	14	00	15088	15088355
2829080	Stiefenhofen	stiefenhofen	DE	88167	1738	Europe/Berlin	47.5932	10.00365		Shtifengofen,Shtifenkhofen,Steifenhofen,Stiefenhofen,shi di fen huo fen,Штифенхофен,Штіфенгофен,Շթիֆենհոֆեն,施蒂芬霍芬	09776127	02	097	09776	09776127
2829129	Stegen	stegen	DE	79252	0	Europe/Berlin	48.07785	11.13327				02	091	09188	09188126
2829130	Stegen	stegen	DE	79252	4490	Europe/Berlin	47.98333	7.96667		Shtegen,Steeen,Steeën,shi te gen,Штеген,施特根	08315109	01	083	08315	08315109
2829139	Stegelitz	stegelitz	DE	39291	0	Europe/Berlin	53.12875	13.8511				11	00	12073	12073157
2829140	Stegelitz	stegelitz	DE	39291	0	Europe/Berlin	52.47648	11.76587				14	00	15090	15090546
2829141	Stegelitz	stegelitz	DE	39291	0	Europe/Berlin	52.1899	11.90676		Stegelitz		14	00	15086	15086140
2829145	Stegaurach	stegaurach	DE	96135	6804	Europe/Berlin	49.86543	10.84385		Shtegaurakh,Stegaurax,shi te gao la,shutegauraha,Штегаурах,Շտեգաուրախ,シュテーガウラハ,施特高拉	09471191	02	094	09471	09471191
2829153	Steffenshagen	steffenshagen	DE	16928	0	Europe/Berlin	54.11587	13.3041				12	00	13075	13075141
2829154	Steffenshagen	steffenshagen	DE	16928	516	Europe/Berlin	54.10469	11.82194		Steffenshagen		12	00	13072	13072099
2829155	Steffenshagen	steffenshagen	DE	16928	0	Europe/Berlin	53.19851	12.11752		Steffenshagen		11	00	12070	12070316
2829156	Steffenshagen	steffenshagen	DE	16928	0	Europe/Berlin	51.16635	7.31252		Steffenshagen		07	053	05374	05374016
2829161	Steffeln	steffeln	DE	54597	685	Europe/Berlin	50.28333	6.56667			07233241	08	00	07233	07233241
2829168	Steesow	steesow	DE	19300	202	Europe/Berlin	53.15881	11.54406				12	00	13076	13076050
2829183	Steenfeld	steenfeld	DE	25557	443	Europe/Berlin	54.15	9.36667		Steenfeld	01058156	10	00	01058	01058156
2829210	Stedten	stedten	DE	06317	1115	Europe/Berlin	51.44308	11.69291		Stedten		14	00	15087	15087386
2829211	Stedten	stedten	DE	06317	0	Europe/Berlin	50.92554	10.98391				15	00	16051	16051000
2829212	Stedten	stedten	DE	06317	0	Europe/Berlin	50.83694	11.17448				15	00	16071	16071046
2829218	Stedesdorf	stedesdorf	DE	26427	1715	Europe/Berlin	53.63333	7.66667		Shtedesdorf,shi te de si duo fu,Штедесдорф,施特德斯多夫	03462015	06	00	03462	03462015
2829219	Stedesand	stedesand	DE	25920	918	Europe/Berlin	54.7386	8.92755		Staeaesoenj,Stedesand,Stääsönj	01054126	10	00	01054	01054126
2829237	Stecklenberg	stecklenberg	DE	06507	634	Europe/Berlin	51.73326	11.08751		Stecklenberg		14	00	15085	15085330
2829278	Stechau	stechau	DE	04936	0	Europe/Berlin	51.69743	13.47005				11	00	12062	12062134
2829280	Stebach	stebach	DE	56276	348	Europe/Berlin	50.51667	7.65			07138069	08	00	07138	07138069
2829291	Staven	staven	DE	17039	560	Europe/Berlin	53.62774	13.40358		Staven		12	00	13071	13071141
2829300	Staupitz	staupitz	DE	03238	0	Europe/Berlin	51.53371	13.67029				11	00	12062	12062177
2829301	Staupitz	staupitz	DE	03238	0	Europe/Berlin	51.48985	12.95735		Staupitz		13	00	14730	14730310
2829318	Staufen im Breisgau	staufen-im-breisgau	DE	79219	0	Europe/Berlin	47.88227	7.7282		Shtaufen im Brajsgau,Shtaufen-im-Brajsgau,Staufen,Staufen im Braysgau,Staufen im Breisgau,ashtawfn aym brayzgaw,bu lai si gao de qu shi tao fen,shtawfn am braysghaw,Штауфен им Брајсгау,Штауфен-им-Брайсгау,Штауфен-ім-Брайсгау,Շտաուֆեն իմ Բրայսգաու,اشتاوفن ایم برایزگاو,شتاوفن إم برايسغاو,布赖斯高地区施陶芬		01	083	08315	08315108
2829322	Staufenberg	staufenberg	DE	34355	8346	Europe/Berlin	50.66197	8.73158		Staufenberg		05	065	06531	06531017
2829323	Staufenberg	staufenberg	DE	34355	0	Europe/Berlin	48.76541	8.30553		Staufenberg		01	082	08216	08216017
2829345	Staudt	staudt	DE	56424	999	Europe/Berlin	50.46667	7.83333			07143073	08	00	07143	07143073
2829346	Staudt	staudt	DE	56424	0	Europe/Berlin	49.46667	6.6				09	00	10042	10042113
2829353	Staudernheim	staudernheim	DE	55568	1601	Europe/Berlin	49.77675	7.6889		Shtaudernkhajm,shi tao de er en hai mu,Штаудернхайм,Штаудернхајм,施陶德尔恩海姆	07133102	08	00	07133	07133102
2829375	Staudach-Egerndach	staudach-egerndach	DE	83224	1172	Europe/Berlin	47.78333	12.48333			09189146	02	091	09189	09189146
2829402	Stauchitz	stauchitz	DE	01594	3463	Europe/Berlin	51.2435	13.21437		Shtaukhic,Stauchitzi vald,shi tao xi ci,Штаухиц,Штаухіц,施陶希茨	14627260	13	00	14627	14627260
2829422	Staßfurt	stassfurt	DE	39418	22960	Europe/Berlin	51.85186	11.58508		Shtasfurt,Stadt Stassfurt,Stadt Staßfurt,Stassfurt,Staßfurt,ashtasfwrt,shi ta si fu er te,shtasfwrt,Штасфурт,اشتاسفورت,شتاسفورت,施塔斯富尔特		14	00	15089	15089310
2829446	Starsiedel	starsiedel	DE	06686	744	Europe/Berlin	51.21733	12.13878		Starsiedel		14	00	15084	15084315
2829457	Starnberg	starnberg	DE	82319	23086	Europe/Berlin	48.00193	11.34416		Shharnberg,Shtarnberg,Starenberg,Starnberg,Starnberga,ashtarnbrg,shi ta en bei ge,shtarnbrgh,syutaleunbeleukeu,Štarnberga,Штарнберг,Щарнберг,اشتارنبرگ,شتارنبرغ,施塔恩贝格,슈타른베르크	09188	02	091	09188	09188139
2829479	Starkenberg	starkenberg	DE	04617	0	Europe/Berlin	50.9839	12.31005				15	00	16077	16077044
2829480	Starkenburg	starkenburg	DE	56843	252	Europe/Berlin	49.96667	7.13333			07231120	08	00	07231	07231120
2829509	Stapelfeld	stapelfeld	DE	22145	1586	Europe/Berlin	53.6	10.21667			01062071	10	00	01062	01062071
2829510	Stapelfeld	stapelfeld	DE	22145	0	Europe/Berlin	52.81606	7.98889				06	00	03453	03453004
2829513	Stapelburg	stapelburg	DE	38871	1386	Europe/Berlin	51.90075	10.6624		Stapelburg		14	00	15085	15085227
2829534	Stangheck	stangheck	DE	24395	258	Europe/Berlin	54.71667	9.86667		Stangheck	01059163	10	00	01059	01059163
2829536	Stangerode	stangerode	DE	06543	381	Europe/Berlin	51.65732	11.35392		Stangerode		14	00	15087	15087031
2829569	Stamsried	stamsried	DE	93491	2276	Europe/Berlin	49.26755	12.53051		Shtamsrid,Stamsried,shi ta mu si li de,Штамсрид,Штамсрід,Շթամսրիդ,施塔姆斯里德		02	093	09372	09372161
2829580	Stammham	stammham	DE	84533	0	Europe/Berlin	48.85577	11.45536			09176161	02	091	09176	09176161
2829581	Stammham	stammham	DE	84533	3487	Europe/Berlin	48.29604	11.86961				02	091	09177	09177130
2829582	Stammham	stammham	DE	84533	1044	Europe/Berlin	48.25	12.88333			09171130	02	091	09171	09171130
2829595	Stammbach	stammbach	DE	95236	2623	Europe/Berlin	50.14551	11.69129		Shtambakh,Shtammbakh,Stammbach,shi tan ba he,shutamubahha,Штамбах,Штаммбах,シュタムバッハ,施坦巴赫		02	094	09475	09475175
2829602	Stallwang	stallwang	DE	94375	0	Europe/Berlin	49.05097	12.655		Shtal'vang,Shtalvang,ashtalwang,shi ta er wang,Шталванг,Штальванг,اشتالوانگ,施塔尔旺	09278189	02	092	09278	09278189
2829603	Stallwang	stallwang	DE	94375	1382	Europe/Berlin	48.55838	12.23108		Stallwang		02	092	09261	09261000
2829638	Stakendorf	stakendorf	DE	24217	461	Europe/Berlin	54.3887	10.42342		Stakendorf	01057078	10	00	01057	01057078
2829641	Staitz	staitz	DE	07950	337	Europe/Berlin	50.71793	11.99244				15	00	16076	16076092
2829644	Staig	staig	DE	89195	3205	Europe/Berlin	48.29998	9.99138		Shtajg,Stayg,shi tai xi,Штайг,Штајг,Շտայգ,შტაიგი,施泰希	08425138	01	084	08425	08425138
2829645	Staig	staig	DE	89195	0	Europe/Berlin	47.85308	9.60333				01	084	08436	08436096
2829646	Staig	staig	DE	89195	0	Europe/Berlin	47.78354	10.23931				02	097	09780	09780112
2829647	Staig	staig	DE	89195	0	Europe/Berlin	47.78333	9.8				01	084	08436	08436085
2829648	Staig	staig	DE	89195	0	Europe/Berlin	47.51158	10.30788				02	097	09780	09780139
2829902	Stade	stade	DE	21680	0	Europe/Berlin	51.05842	7.84309				07	059	05966	05966024
2829657	Stahnsdorf	stahnsdorf	DE	14532	12964	Europe/Berlin	52.38333	13.21667		Shtansdorf,Stahnsdorf,Stansdorf,shi ta en si duo fu,Штансдорф,Շտանսդորֆ,施塔恩斯多夫	12069604	11	00	12069	12069604
2829663	Stahlhofen	stahlhofen	DE	56412	0	Europe/Berlin	50.58687	7.98763		Stahlhofen		08	00	07143	07143293
2829664	Stahlhofen	stahlhofen	DE	56412	369	Europe/Berlin	50.39389	7.85944			07143072	08	00	07143	07143072
2829678	Stahlberg	stahlberg	DE	67808	198	Europe/Berlin	49.66667	7.78333			07333073	08	00	07333	07333073
2829693	Stafstedt	stafstedt	DE	24816	385	Europe/Berlin	54.16667	9.66667		Stafstedt	01058155	10	00	01058	01058155
2829698	Staffhorst	staffhorst	DE	27254	578	Europe/Berlin	52.71667	8.96667			03251035	06	00	03251	03251035
2829701	Bad Staffelstein	bad-staffelstein	DE	96231	10618	Europe/Berlin	50.10199	11.00128	274	Bad Shtafelshtajn,Bad Staffelstein,Bad-Shtaffel'shtajn,Staffelstein,ba te shi ta fu er shi tai yin,bad shtaflshtayn,Бад Штафелштајн,Бад-Штаффельштайн,Բադ Շտաֆելշթայն,باد اشتافل‌اشتاین,باد شتافلشتاين,بیڈ سٹیفلسٹین,バート・シュタッフェルシュタイン,巴特施塔弗尔施泰因		02	094	09478	09478165
2829731	Stadum	stadum	DE	25917	1058	Europe/Berlin	54.73333	9.05		Shtadum,Staarem,Stadum,Ståårem,shi ta du mu,Штадум,施塔杜姆	01054125	10	00	01054	01054125
2829734	Stadt Wehlen	stadt-wehlen	DE	01829	1733	Europe/Berlin	50.95821	14.03091		Shhat Velen,Shtadt-Velen,Shtat Velen,Statvelene,ashtat wlhn,shi ta te wei lun,shtat fyhln,Štatvēlene,Штадт-Велен,Штат Велен,Щат Велен,اشتات ولهن,شتات فيهلن,施塔特韦伦		13	00	14628	14628370
2829742	Stadtsteinach	stadtsteinach	DE	95346	3563	Europe/Berlin	50.16433	11.50349		Shtadtshtajnakh,Shtatshtajnakh,Stadtsteinach,shi ta ci tai na,shtatshtaynakh,shutattoshutainaha,Штадтштайнах,Штатштајнах,Շթաթշթայնախ,اشتات‌اشتایناخ,شتاتشتايناخ,シュタットシュタイナハ,施塔茨泰纳		02	094	09477	09477156
2829750	Stadtroda	stadtroda	DE	07646	6695	Europe/Berlin	50.85684	11.72677		Shtadtroda,Shtatroda,Stadtroda,shi ta te luo da,shtatrwda,Штадтрода,Штатрода,اشتات‌رودا,شتاترودا,施塔特罗达		15	00	16074	16074094
2829751	Stadtprozelten	stadtprozelten	DE	97909	1702	Europe/Berlin	49.78466	9.41184		Shtadtprocel'ten,Shtatprocelten,Stadtprozelten,shi ta te pu luo ce er teng,shtatbrwtsltn,shutattopurotsu~eruten,Штадтпроцельтен,Штатпроцелтен,Շթաթպրոցելտեն,اشتات‌پرتسلتن,شتاتبروتسلتن,シュタットプロツェルテン,施塔特普罗策尔滕		02	096	09676	09676158
2829753	Stadtoldendorf	stadtoldendorf	DE	37627	6082	Europe/Berlin	51.88242	9.6265		Shtadtol'dendorf,Shtatoldendorf,Stadtoldendorf,shi ta tuo deng duo fu,shtatwldndwrf,shutattoorudendorufu,Штадтольдендорф,Штатолдендорф,اشتات‌اولدندورف,شتاتولدندورف,シュタットオルデンドルフ,施塔托登多夫		06	00	03255	03255034
2829758	Stadtlohn	stadtlohn	DE	48703	20602	Europe/Berlin	51.99399	6.91918		Shtadtlon,Shtatlon,Stadtlohn,shi ta te luo en,shtatlwn,Штадтлон,Штатлон,اشتات‌لون,شتاتلون,施塔特洛恩		07	055	05554	05554056
2829759	Stadtlengsfeld	stadtlengsfeld	DE	36457	2698	Europe/Berlin	50.78329	10.12918		Lengsfeld,Shtadtlengsfel'd,Shtatlengsfeld,Stadtlengsfeld,shi ta te lun si fei er de,shtatlnghzfld,sttlngspld,Штадтленгсфельд,Штатленгсфелд,שטטלנגספלד,اشتات‌لنگزفلد,شتاتلنغزفلد,施塔特伦斯费尔德		15	00	16063	16063015
2829760	Stadtlauringen	stadtlauringen	DE	97488	4496	Europe/Berlin	50.18708	10.36164		Shtadtlauringen,Shtatlauringen,Stadtlauringen,ashtat lwryngn,shi ta te lao lin gen,Штадтлауринген,Штадтлаурінген,Штатлауринген,اشتات لورینگن,施塔特劳林根		02	096	09678	09678181
2829762	Stadtkyll	stadtkyll	DE	54589	1600	Europe/Berlin	50.35	6.53333		Shtadtkill',Shtatkil,shi ta te ji er,Штадткилль,Штаткил,施塔特基尔	07233240	08	00	07233	07233240
2829765	Stadtilm	stadtilm	DE	99326	5265	Europe/Berlin	50.77596	11.08262		Shhadtilm,Shtadtil'm,Shtatilm,Stadtilm,shi ta di er mu,shtatylm,Штадтильм,Штатилм,Щадтилм,اشتات‌ایلم,شتاتيلم,施塔蒂尔姆		15	00	16070	16070048
2829777	Stadthagen	stadthagen	DE	31655	23076	Europe/Berlin	52.32333	9.20311		Shhadtkhagen,Shtadtkhagen,Shtatkhagen,shtathaghn,shutattohagen,si ta de ha gen,Штадтхаген,Штатхаген,Щадтхаген,اشتات‌هاگن,شتاتهاغن,シュタットハーゲン,斯塔德哈根	03257	06	00	03257	03257035
2829790	Stadtbergen	stadtbergen	DE	86391	14705	Europe/Berlin	48.36641	10.84636		Shtadtbergen,Shtatbergen,Stadbergen,Stadtbergen,Stadtberger,shi ta te bei er gen,shtatbrghn,Штадтберген,Штатберген,Շտադբերգեն,اشتات‌برگن,شتاتبرغن,施塔特贝尔根		02	097	09772	09772202
2829804	Stadtallendorf	stadtallendorf	DE	35260	21720	Europe/Berlin	50.82261	9.01294		Shtadtallendorf,Shtatalendorf,Stadtallendorf,shi ta te a lun duo fu,shtatalndwrf,shutattoarendorufu,Штадталлендорф,Штаталендорф,اشتات‌آلندورف,شتاتالندورف,シュタットアレンドルフ,施塔特阿伦多夫		05	065	06534	06534018
2829825	Stadlern	stadlern	DE	92549	634	Europe/Berlin	49.50662	12.61239		Shtadlern,ashtadlrn,shi ta de lai er en,Штадлерн,اشتادلرن,施塔德莱尔恩	09376167	02	093	09376	09376167
2829826	Stadlern	stadlern	DE	92549	0	Europe/Berlin	49.20979	12.9891		Stadlern		02	093	09372	09372113
2829827	Stadlern	stadlern	DE	92549	0	Europe/Berlin	48.11133	12.35676				02	091	09187	09187116
2829858	Stadensen	stadensen	DE	29596	1374	Europe/Berlin	52.87571	10.55619				06	00	03360	03360030
2829876	Stadelhofen	stadelhofen	DE	96187	1264	Europe/Berlin	50.00317	11.19757		Shtadel'gofen,Shtadel'khofen,Shtadelkhofen,Stadelhofen,shi ta de er huo fen,shutaderuhofen,Штаделхофен,Штадельгофен,Штадельхофен,Շտադելհոֆեն,シュターデルホーフェン,施塔德尔霍芬	09471189	02	094	09471	09471189
2829877	Stadelhofen	stadelhofen	DE	96187	0	Europe/Berlin	49.93145	9.70759		Stadelhofen		02	096	09677	09677148
2829878	Stadelhofen	stadelhofen	DE	96187	0	Europe/Berlin	49.75141	11.34412				02	094	09474	09474129
2829879	Stadelhofen	stadelhofen	DE	96187	0	Europe/Berlin	49.03455	11.18872				02	091	09176	09176164
2829880	Stadelhofen	stadelhofen	DE	96187	0	Europe/Berlin	48.56045	8.03635				01	083	08317	08317089
2829901	Stade	stade	DE	21680	45634	Europe/Berlin	53.59337	9.47629		Gemeen Stood,Shhade,Shtade,Stade,ashtdth,shi ta de,shtadh,shutade,Штаде,Щаде,اشتدته,شتاده,シュターデ,施塔德	03359	06	00	03359	03359038
2829912	Stackelitz	stackelitz	DE	06868	223	Europe/Berlin	52.00827	12.37713		Stackelitz		14	00	15091	15091060
2829953	Staats	staats	DE	39599	281	Europe/Berlin	52.54462	11.63753		Staats		14	00	15090	15090535
2830008	Springstille	springstille	DE	98587	612	Europe/Berlin	50.68716	10.52816		Springstille	16066063	15	00	16066	16066063
2830035	Springe	springe	DE	31832	29828	Europe/Berlin	52.20845	9.55416		Shpringe,Springe,Stadt Springe,ashpryngh,shbrynghh,shi pu lin ge,Шпринге,Шпрінге,اشپرینگه,شبرينغه,施普林格	03241017	06	00	03241	03241017
2830080	Sprendlingen	sprendlingen	DE	55576	4014	Europe/Berlin	49.86667	7.98333		Shprendlingen,shi pu lun de lin gen,shupurentoringen,Шпрендлинген,シュプレントリンゲン,施普伦德林根	07339056	08	00	07339	07339056
2830081	Sprendlingen	sprendlingen	DE	55576	0	Europe/Berlin	50.02495	8.69944				05	064	06438	06438002
2830085	Spremberg	spremberg	DE	03130	0	Europe/Berlin	51.5696	14.37385		Grodk,Shpremberg,Spremberg,ashprmbrg,shi pu lun bei ge,Шпремберг,اشپرمبرگ,施普伦贝格	12071372	11	00	12071	12071372
2830100	Spreenhagen	spreenhagen	DE	15528	3530	Europe/Berlin	52.34325	13.87663		Shprenkhagen,Sprenhagen,shi pu lun ha gen,Шпренхаген,Շպրենհագեն,施普伦哈根	12067469	11	00	12067	12067469
2830121	Sprakensehl	sprakensehl	DE	29365	1313	Europe/Berlin	52.76668	10.49177		Shprakensel,Shprakenzel',shi pu la ken sai er,Шпракензель,Шпракенсел,施普拉肯塞尔	03151028	06	00	03151	03151028
2830133	Spraitbach	spraitbach	DE	73565	3550	Europe/Berlin	48.88065	9.76217		Shprajtbakh,shi pu lai te ba he,Шпрайтбах,Шпрајтбах,შპრაიტბახი,施普赖特巴赫	08136066	01	081	08136	08136066
2830146	Spornitz	spornitz	DE	19372	1568	Europe/Berlin	53.40749	11.71864		Shpornic,shi bo er ni ci,Шпорниц,施波尔尼茨		12	00	13076	13076126
2830163	Spora	spora	DE	06724	0	Europe/Berlin	51.02671	12.26143				14	00	15084	15084130
2830166	Sponholz	sponholz	DE	17039	433	Europe/Berlin	53.55338	13.36697		Sponholz		12	00	13071	13071140
2830167	Sponheim	sponheim	DE	55595	901	Europe/Berlin	49.84496	7.72665			07133101	08	00	07133	07133101
2830193	Splietsdorf	splietsdorf	DE	18513	598	Europe/Berlin	54.12392	12.93074				12	00	13073	13073086
2830409	Spirkelbach	spirkelbach	DE	76848	709	Europe/Berlin	49.2	7.88333			07340049	08	00	07340	07340049
2830449	Spiesheim	spiesheim	DE	55288	1012	Europe/Berlin	49.81028	8.1275			07331061	08	00	07331	07331061
2830452	Spiesen-Elversberg	spiesen-elversberg	DE	66583	14570	Europe/Berlin	49.31667	7.13333		Shpisen-Elversberg,Shpizen-Ehl'versberg,Shpizen-El'fersberg,ashpyzn-alfrsbrg,shi pi sen-ai er fei er si bei er ge,shupizen=eruvu~erusuberuku,Шпизен-Эльверсберг,Шписен-Елверсберг,Шпізен-Ельферсберг,اشپیزن-الفرسبرگ,シュピーゼン＝エルヴェルスベルク,施皮森-埃尔费尔斯贝尔格	10043117	09	00	10043	10043117
2830534	Spiekeroog	spiekeroog	DE	26474	815	Europe/Berlin	53.77012	7.69481		Shpikerog,Spiekerooch,Spikereach,sbykyrawkh,shi pi ke luo ge,Шпикерог,سبيكيرأوخ,შპიკეროოგი,施皮克罗格	03462014	06	00	03462	03462014
2830560	Spiegelberg	spiegelberg	DE	71579	0	Europe/Berlin	52.8596	12.43197				11	00	12068	12068324
2830561	Spiegelberg	spiegelberg	DE	71579	2178	Europe/Berlin	49.04083	9.44444		Shpigel'berg,Shpigelberg,shi pi ge er bei ge,Шпигелберг,Шпигельберг,Шпігельберг,施皮格尔贝格	08119069	01	081	08119	08119069
2830573	Spickendorf	spickendorf	DE	06188	617	Europe/Berlin	51.55045	12.13293		Spickendorf		14	00	15088	15088195
2830582	Speyer	speyer	DE	67346	50343	Europe/Berlin	49.32083	8.43111		Espira,Noviomagus,Schbaya,Shpaer,Shpajer,Shpejer,Spaier,Speyer,Spira,Spire,Spires,Spyr,ZQC,ashpyr,ch pi xexr,shi pai er,shupaia,spyyr,syupaieo,Špýr,Σπάιερ,Шпаер,Шпайер,Шпаєр,Шпајер,Шпейер,שפייר,اشپیر,ชไปเออร์,ስፓየር,シュパイアー,施派尔,슈파이어	07318	08	00	07318	07318000
2830591	Spessart	spessart	DE	56746	781	Europe/Berlin	50.43977	7.11043			07131208	08	00	07131	07131208
2830592	Spessart	spessart	DE	56746	0	Europe/Berlin	48.91229	8.43235				01	082	08215	08215017
2830593	Spesenroth	spesenroth	DE	56288	166	Europe/Berlin	50.05	7.45			07140147	08	00	07140	07140147
2830620	Spergau	spergau	DE	06237	1095	Europe/Berlin	51.29347	12.02292		Spergau		14	00	15088	15088205
2830622	Sperenberg	sperenberg	DE	15838	2180	Europe/Berlin	52.14113	13.365				11	00	12072	12072002
2830637	Spenge	spenge	DE	32139	15625	Europe/Berlin	52.14021	8.48475		Spenge		07	057	05758	05758032
2830652	Spelle	spelle	DE	48480	8327	Europe/Berlin	52.36667	7.46667		Shpele,Shpelle,Spelle,shi pei lai,Шпеле,Шпелле,施佩莱	03454049	06	00	03454	03454049
2830661	Speinshart	speinshart	DE	92676	1181	Europe/Berlin	49.79002	11.81949		Shpajnsgart,Shpajnskhart,shi pai yin si ha er te,Шпайнсгарт,Шпайнсхарт,Шпајнсхарт,Շպայնսհարթ,施派因斯哈尔特	09374157	02	093	09374	09374157
2830667	Speichrow	speichrow	DE	15848	0	Europe/Berlin	52.03597	14.22078				11	00	12061	12061450
2830670	Speichersdorf	speichersdorf	DE	95469	6284	Europe/Berlin	49.87133	11.78123		Shpajkhersdorf,Spayhersdorf,shi pai xie er si duo fu,shupaihyasudorufu,Шпайхерсдорф,Шпајхерсдорф,Շպայհերսդորֆ,シュパイヒャースドルフ,施派歇尔斯多夫	09472190	02	094	09472	09472190
2830674	Speicher	speicher	DE	54662	2970	Europe/Berlin	49.93333	6.63333			07232123	08	00	07232	07232123
2830761	Spechbach	spechbach	DE	74937	1734	Europe/Berlin	49.34639	8.88333		Schbeeschbach,Shpekhbakh,shi pei xi ba he,shupehibahha,Шпехбах,シュペヒバッハ,施佩希巴赫	08226086	01	082	08226	08226086
2830768	Spatzenhausen	spatzenhausen	DE	82447	820	Europe/Berlin	47.71667	11.2			09180133	02	091	09180	09180133
2830790	Sparneck	sparneck	DE	95234	1802	Europe/Berlin	50.16214	11.84349		Shparnek,Sparneck,ashparnk,shi pa er nei ke,shuparunekku,Шпарнек,اشپارنک,シュパルネック,施帕尔内克		02	094	09475	09475174
2830803	Spardorf	spardorf	DE	91080	1953	Europe/Berlin	49.60854	11.05585		Shpardorf,shi pa er duo fu,shuparudorufu,Шпардорф,シュパールドルフ,施帕尔多夫	09572154	02	095	09572	09572154
2830807	Spantekow	spantekow	DE	17392	854	Europe/Berlin	53.77759	13.5168		Shpantekov,Spantekow,shi pan te ke,Шпантеков,施潘特科		12	00	13075	13075127
2830829	Spangenberg	spangenberg	DE	34286	6570	Europe/Berlin	51.11644	9.6627		Shpangenberg,Spangenberg,ashpangnbrg,shbanghnbrgh,shi pan gen bei ge,shupangenberuku,Шпангенберг,اشپانگنبرگ,شبانغنبرغ,シュパンゲンベルク,施潘根贝格		05	066	06634	06634024
2830832	Spangdahlem	spangdahlem	DE	54529	831	Europe/Berlin	49.98333	6.68333		SPM	07232311	08	00	07232	07232311
2830849	Spalt	spalt	DE	91174	5216	Europe/Berlin	49.17553	10.92453		Shpal't,Shpalt,ashpalt,shbalt,shi pa er te,shuparuto,Шпалт,Шпальт,Շփալթ,اشپالت,شبالت,シュパルト,施帕尔特		02	095	09576	09576147
2830850	Spall	spall	DE	55595	153	Europe/Berlin	49.88333	7.68333			07133100	08	00	07133	07133100
2830851	Spaichingen	spaichingen	DE	78549	12466	Europe/Berlin	48.07477	8.73508		Shpajkhingen,Spaichingen,ashpayshyngn,shbayshynghn,shi pai xin gen,Шпайхинген,Шпајхинген,اشپایشینگن,شبايشينغن,施派欣根		01	083	08327	08327046
2830869	Spabrücken	spabrucken	DE	55595	1218	Europe/Berlin	49.9	7.71667		Shpabriken,Shpabrjukken,Spabruecken,Spabrücken,shi pa bu lu ken,Шпабрикен,Шпабрюккен,施帕布吕肯	07133099	08	00	07133	07133099
2830873	Soyen	soyen	DE	83564	2712	Europe/Berlin	48.10808	12.21006		Zoen,Zojen,Zoyen,suo yi en,zwyn,Зойен,Зоєн,Зојен,Զոյեն,زوین,索伊恩	09187176	02	091	09187	09187176
2830879	Sottrum	sottrum	DE	27367	0	Europe/Berlin	52.07782	10.14416				06	00	03254	03254022
2830880	Sottrum	sottrum	DE	27367	6131	Europe/Berlin	53.11667	9.23333		Soettmer,Sottrum,Söttmer,Zotrum,suo te lu mu,zottorumu,Зотрум,ゾットルム,索特鲁姆	03357045	06	00	03357	03357045
2830887	Sotterhausen	sotterhausen	DE	06528	286	Europe/Berlin	51.45414	11.39803		Sotterhausen,Suderhusa		14	00	15087	15087015
2830895	Söst	soest	DE	59494	0	Europe/Berlin	49.61667	6.46667				08	00	07235	07235149
2830910	Sosberg	sosberg	DE	56858	200	Europe/Berlin	50.08333	7.33333			07135080	08	00	07135	07135080
2830912	Sosa	sosa	DE	08326	2223	Europe/Berlin	50.49917	12.6512		Sosa		13	00	14521	14521170
2830919	Sörup	sorup	DE	24966	4118	Europe/Berlin	54.71667	9.66667		Soerup,Sorup,Sörup,Sørup,Zerup,Zjorup,se lu pu,Зеруп,Зёруп,瑟鲁普	01059161	10	00	01059	01059161
2830920	Sörth	sorth	DE	57636	238	Europe/Berlin	50.7	7.68333			07132106	08	00	07132	07132106
2830959	Sörgenloch	sorgenloch	DE	55270	1197	Europe/Berlin	49.88306	8.20111			07339054	08	00	07339	07339054
2830975	Sorge	sorge	DE	38875	140	Europe/Berlin	51.69259	10.69788		Sorge,Zorge,Зорге		14	00	15085	15085228
2830976	Sorge	sorge	DE	38875	0	Europe/Berlin	50.9726	14.18017				13	00	14628	14628190
2830977	Sorge	sorge	DE	38875	0	Europe/Berlin	50.88333	12.71667				13	00	14524	14524220
2830978	Sorge	sorge	DE	38875	0	Europe/Berlin	50.8612	14.64616				13	00	14626	14626140
2830979	Sorge	sorge	DE	38875	0	Europe/Berlin	50.73161	12.40264				13	00	14524	14524300
2830980	Sorge	sorge	DE	38875	0	Europe/Berlin	50.6577	11.05041				15	00	16070	16070029
2830981	Sorge	sorge	DE	38875	0	Europe/Berlin	50.20655	12.2889				13	00	14523	14523030
2831058	Sophienhamm	sophienhamm	DE	24806	354	Europe/Berlin	54.28333	9.46667		Sophienhamm	01058154	10	00	01058	01058154
2831083	Sontra	sontra	DE	36205	8624	Europe/Berlin	51.07171	9.93558		Sontra,Zontra,song te la,zntra,zontora,zwntra,Зонтра,زنترا,زونترا,ゾントラ,松特拉		05	066	06636	06636011
2831087	Sonthofen	sonthofen	DE	87527	0	Europe/Berlin	47.8246	9.936				01	084	08436	08436055
2831088	Sonthofen	sonthofen	DE	87527	21285	Europe/Berlin	47.51821	10.28262		Sonthofen,Zontgofen,Zonthofen,Zontkhofen,song te huo fen,zwnthwfn,Зонтгофен,Зонтхофен,Զոնտհոֆեն,زونتهوفن,松特霍芬	09780	02	097	09780	09780139
2831091	Sontheim an der Brenz	sontheim-an-der-brenz	DE	89567	5656	Europe/Berlin	48.55235	10.29097		Sontheim	08135031	01	081	08135	08135031
2831092	Sontheim	sontheim	DE	87776	0	Europe/Berlin	49.46292	10.42758				02	095	09575	09575133
2831093	Sontheim	sontheim	DE	87776	0	Europe/Berlin	49.11864	9.19288		Heilbronn-Sontheim,Sontheim		01	081	08121	08121000
2831094	Sontheim	sontheim	DE	87776	0	Europe/Berlin	48.52445	10.6315				02	097	09773	09773188
2831095	Sontheim	sontheim	DE	87776	0	Europe/Berlin	48.44719	9.6732				01	084	08425	08425139
2831096	Sontheim	sontheim	DE	87776	0	Europe/Berlin	48.22878	9.75298				01	084	08425	08425033
2831097	Sontheim	sontheim	DE	87776	2490	Europe/Berlin	48.00704	10.35461			09778196	02	097	09778	09778196
2831105	Sonsbeck	sonsbeck	DE	47665	8604	Europe/Berlin	51.60741	6.37916		Sonsbeck,Zonsbek,song si bei ke,Зонсбек,松斯贝克	05170040	07	051	05170	05170040
2831109	Sonnschied	sonnschied	DE	55758	130	Europe/Berlin	49.81667	7.38333			07134086	08	00	07134	07134086
2831121	Sonnewalde	sonnewalde	DE	03249	3692	Europe/Berlin	51.69223	13.6473		Grozisco,Groźišćo,Sonnewalde,Zonevalde,Zonneval'de,suo nei wa er de,znnwald,zwnhfaldt,Зоневалде,Зонневальде,Զոնևալդե,زننوالد,زونهفالدة,索内瓦尔德		11	00	12062	12062469
2831183	Sonnenberg-Winnenberg	sonnenberg-winnenberg	DE	55767	535	Europe/Berlin	49.66667	7.28333			07134085	08	00	07134	07134085
2831188	Sonnenberg	sonnenberg	DE	16775	0	Europe/Berlin	53.39508	14.31199				12	00	13075	13075038
2831189	Sonnenberg	sonnenberg	DE	16775	923	Europe/Berlin	53.01917	13.08841			12065301	11	00	12065	12065301
2831190	Sonnenberg	sonnenberg	DE	16775	0	Europe/Berlin	52.23779	10.40697		Sumbarre,Sunnbarre,Sunnenberch [a. 1318],Sunnenberg [a. 1574],Sunnenbore [a. 780]		06	00	03157	03157007
2831191	Sonnenberg	sonnenberg	DE	16775	0	Europe/Berlin	51.10684	14.43234		Sloncna hora,Sonnenberg,Słónčna hora		13	00	14625	14625525
2831192	Sonnenberg	sonnenberg	DE	16775	0	Europe/Berlin	50.85319	14.66139				13	00	14626	14626210
2831193	Sonnenberg	sonnenberg	DE	16775	0	Europe/Berlin	50.49053	12.80181				13	00	14521	14521110
2831194	Sonnenberg	sonnenberg	DE	16775	0	Europe/Berlin	50.09636	8.27706		Sonnenberg		05	064	06414	06414000
2831195	Sonnenberg	sonnenberg	DE	16775	0	Europe/Berlin	49.66667	7.28333				08	00	07134	07134027
2831198	Sonnenberg	sonnenberg	DE	16775	0	Europe/Berlin	48.74519	9.15563				01	081	08111	08111000
2831199	Sonnenberg	sonnenberg	DE	16775	0	Europe/Berlin	47.87571	9.05353				01	083	08335	08335079
2831236	Sonnen	sonnen	DE	94164	1528	Europe/Berlin	48.68333	13.71667		Zonen,Zonnen,suo nen,zwnn,Зонен,Зоннен,Զոնեն,زونن,索嫩	09275148	02	092	09275	09275148
2831237	Sonnen	sonnen	DE	94164	0	Europe/Berlin	47.88075	12.17521				02	091	09187	09187163
2831238	Sonnen	sonnen	DE	94164	0	Europe/Berlin	47.65911	11.04322				02	091	09180	09180112
2832599	Siedenbollentin	siedenbollentin	DE	17089	719	Europe/Berlin	53.73265	13.38143		Siedenbollentin		12	00	13071	13071135
2831239	Sonnefeld	sonnefeld	DE	96242	5345	Europe/Berlin	50.21667	11.13333		Zonefeld,Zonnefel'd,suo nei fei er de,zon'neferuto,Зонефелд,Зоннефельд,Զոնեֆելդ,ゾンネフェルト,索内费尔德	09473166	02	094	09473	09473166
2831240	Sönnebüll	sonnebull	DE	25821	238	Europe/Berlin	54.63333	9		Sonnebull,Sönnebüll	01054121	10	00	01054	01054121
2831241	Sonneborn	sonneborn	DE	99869	0	Europe/Berlin	52.01167	9.1656				07	057	05766	05766012
2831242	Sonneborn	sonneborn	DE	99869	1283	Europe/Berlin	50.9927	10.59173			16067063	15	00	16067	16067063
2831247	Sonneberg	sonneberg	DE	96515	0	Europe/Berlin	51.05332	14.69322				13	00	14626	14626245
2831248	Sonneberg	sonneberg	DE	96515	0	Europe/Berlin	51.02512	14.51292		Sonneberg		13	00	14626	14626350
2831249	Sonneberg	sonneberg	DE	96515	0	Europe/Berlin	50.5	12.8				13	00	14521	14521550
2831250	Sonneberg	sonneberg	DE	96515	23908	Europe/Berlin	50.3592	11.17463		Sonneberg,Stadt Sonneberg,Zoneberg,Zonneberg,suo nei bei ge,zon'neberuku,zwnbrg,zwnhbrgh,Зонеберг,Зоннеберг,زونبرگ,زونهبرغ,ゾンネベルク,索内贝格	16072	15	00	16072	16072018
2831276	Sondershausen	sondershausen	DE	99706	21802	Europe/Berlin	51.36973	10.87011		Sondershausen,Zonderskhauzen,song de er si hao sen,zwndrshawzn,zwndrzhawzn,Зондерсхаузен,זונדרסהאוזן,زوندرزهاوزن,زوندرسهاوزن,松德尔斯豪森	16065	15	00	16065	16065067
2831294	Sonderhofen	sonderhofen	DE	97255	826	Europe/Berlin	49.59313	10.00245			09679188	02	096	09679	09679188
2831342	Sommersdorf	sommersdorf	DE	17111	243	Europe/Berlin	53.79401	12.89196		Sommersdorf		12	00	13071	13071139
2831343	Sommersdorf	sommersdorf	DE	17111	0	Europe/Berlin	53.28462	14.18079				12	00	13075	13075107
2831344	Sommersdorf	sommersdorf	DE	17111	1108	Europe/Berlin	52.16667	11.08333		Zomersdorf,Zommersdorf,suo mei er si duo fu,Зомерсдорф,Зоммерсдорф,索梅尔斯多夫	15083485	14	00	15083	15083485
2831345	Sommersdorf	sommersdorf	DE	17111	0	Europe/Berlin	50.52083	11.27295				15	00	16073	16073028
2831346	Sömmersdorf	sommersdorf	DE	17111	0	Europe/Berlin	50.06011	10.09403				02	096	09678	09678128
2831347	Sommersdorf	sommersdorf	DE	17111	0	Europe/Berlin	49.20108	10.58736		Sommersdorf		02	095	09571	09571127
2831366	Sommerloch	sommerloch	DE	55595	438	Europe/Berlin	49.87727	7.75995			07133098	08	00	07133	07133098
2831369	Sommerland	sommerland	DE	25358	848	Europe/Berlin	53.8036	9.53748		Sommerland	01061101	10	00	01061	01061101
2831377	Sommerkahl	sommerkahl	DE	63825	1222	Europe/Berlin	50.06961	9.25676		Zomerkal,Zommerkal',suo mei er ka er,zonmakaru,Зомеркал,Зоммеркаль,Զոմերկալ,ゾンマーカール,索梅尔卡尔	09671153	02	096	09671	09671153
2831388	Sommerhausen	sommerhausen	DE	97286	0	Europe/Berlin	50.88904	7.38535				07	053	05382	05382036
2831389	Sommerhausen	sommerhausen	DE	97286	1664	Europe/Berlin	49.70361	10.02605		Zomerhauzen,Zomerkhauzen,Zommergauzen,Zommerkhauzen,suo mei lao sen,zonmahauzen,Зомерхаузен,Зоммергаузен,Зоммерхаузен,Զոմերհաուզեն,ゾンマーハウゼン,索梅劳森		02	096	09679	09679187
2831444	Sommerau	sommerau	DE	54317	0	Europe/Berlin	48.51666	12.43723				02	092	09274	09274135
2831445	Sommerau	sommerau	DE	54317	0	Europe/Berlin	48.12959	8.2971				01	083	08326	08326052
2831446	Sommerau	sommerau	DE	54317	0	Europe/Berlin	49.82635	9.25584				02	096	09676	09676123
2831447	Sommerau	sommerau	DE	54317	0	Europe/Berlin	49.73705	11.70989				02	093	09374	09374129
2831448	Sommerau	sommerau	DE	54317	77	Europe/Berlin	49.71667	6.73333			07235129	08	00	07235	07235129
2831449	Sommerau	sommerau	DE	54317	0	Europe/Berlin	49.16156	13.11047				02	093	09372	09372178
2831450	Sommerau	sommerau	DE	54317	0	Europe/Berlin	49.17168	10.30391				02	095	09571	09571145
2831455	Sommerach	sommerach	DE	97334	1432	Europe/Berlin	49.82923	10.20792		Zomerakh,Zomerax,Zommerakh,suo mei la,Зомерах,Зоммерах,Զոմերախ,索梅拉	09675169	02	096	09675	09675169
2831479	Soltendieck	soltendieck	DE	29594	1076	Europe/Berlin	52.87369	10.76162		Zol'tendik,Zoltendik,suo er teng di ke,Золтендик,Зольтендик,索尔滕迪克	03360020	06	00	03360	03360020
2831486	Soltau	soltau	DE	29614	21945	Europe/Berlin	52.98638	9.84338		Gemeen Soltau,Soltau,Zol'tau,Zoltau,joltau,suo er tao,zorutau,zwataw,zwltaw,Золтау,Зольтау,زواتاو,زولتاو,ゾルタウ,索尔陶,졸타우		06	00	03358	03358021
2831491	Solpke	solpke	DE	39638	623	Europe/Berlin	52.50588	11.28639				14	00	15081	15081135
2831493	Solnhofen	solnhofen	DE	91807	1817	Europe/Berlin	48.89582	10.9956		Solnhofa,Zol'ngofen,Zol'nkhofen,Zolnhofen,Zolnkhofen,suo er en huo fen,Золнхофен,Зольнгофен,Зольнхофен,Զոլնհոֆեն,索尔恩霍芬	09577168	02	095	09577	09577168
2831497	Solms	solms	DE	35606	0	Europe/Berlin	50.76879	9.59343				05	066	06632	06632015
2831500	Sollwitt	sollwitt	DE	25884	335	Europe/Berlin	54.6	9.21667		Sollwitt	01054123	10	00	01054	01054123
2831516	Söllingen	sollingen	DE	38387	0	Europe/Berlin	48.98681	8.53947				01	082	08215	08215101
2831517	Söllingen	sollingen	DE	38387	0	Europe/Berlin	48.77849	8.0573		Sollingen,Söllingen		01	082	08216	08216063
2831532	Sollerup	sollerup	DE	24852	462	Europe/Berlin	54.58333	9.31667		Sollerup	01059162	10	00	01059	01059162
2831571	Solkwitz	solkwitz	DE	07381	65	Europe/Berlin	50.7	11.66667		Solkwitz	16075105	15	00	16075	16075105
2831580	Solingen	solingen	DE	42651	164359	Europe/Berlin	51.17343	7.0845		Solich,Solingen,ZIO,Zolin'nken,Zolingen,Zolingenas,Zolingene,jolling-gen,so ling ngein,suo lin gen,swlngn,zolingeni,zoringen,zwlynghn,zwlyngn,Ζόλινγκεν,Золинген,Золінген,זולינגן,زولينغن,زولینگن,سولنگن,โซลิงเงิน,ზოლინგენი,ゾーリンゲン,索林根,졸링겐	05122	07	051	05122	05122000
2831594	Sölden	solden	DE	79294	1191	Europe/Berlin	47.93333	7.81667			08315107	01	083	08315	08315107
2831626	Sohrschied	sohrschied	DE	55487	91	Europe/Berlin	49.9	7.35			07140146	08	00	07140	07140146
2831634	Sohren	sohren	DE	55487	3551	Europe/Berlin	49.93333	7.31667		Zoren,suo lun,Зорен,索伦	07140145	08	00	07140	07140145
2831671	Söhlde	sohlde	DE	31185	8361	Europe/Berlin	52.18898	10.23239		Soehlde,Söhlde,Zelde,Zjol'de,se he er de,Зелде,Зёльде,瑟赫尔德	03254032	06	00	03254	03254032
2831684	Sohland am Rotstein	sohland-am-rotstein	DE	02894	1433	Europe/Berlin	51.11643	14.78372		Sohland,Sohland am Rotstein		13	00	14626	14626450
2833160	Selpin	selpin	DE	18195	601	Europe/Berlin	53.99112	12.49575				12	00	13072	13072097
2831699	Sögel	sogel	DE	49751	6825	Europe/Berlin	52.85	7.51667		Soegel,Suugel,Sögel,Zegel,Zjogel',se ge er,Зегел,Зёгель,瑟格尔	03454047	06	00	03454	03454047
2831708	Soest	soest	DE	59494	48037	Europe/Berlin	51.57558	8.10619		Saust,Soest,Zest,Zoest,Zost,suo si te,zosuto,zwyst  alman,Зест,Зоест,Зост,زوئست، آلمان,ゾースト,索斯特	05974	07	059	05974	05974040
2831715	Soderstorf	soderstorf	DE	21388	1536	Europe/Berlin	53.14275	10.14807		Zoderstorf,suo de er si tuo fu,Зодерсторф,索德尔斯托夫	03355034	06	00	03355	03355034
2831731	Söchtenau	sochtenau	DE	83139	2616	Europe/Berlin	47.93118	12.22959		Soechtenau,Söchtenau	09187174	02	091	09187	09187174
2831736	Bad Sobernheim	bad-sobernheim	DE	55566	0	Europe/Berlin	49.78636	7.65146		Bad Zobernkhajm,Bad-Zobernkhajm,ba te suo bo en hai mu,bad zwbrnhaym,Бад Зобернхайм,Бад Зобернхајм,Бад-Зобернхайм,باد زوبرنهايم,باد زوبرنهایم,巴特索伯恩海姆		08	00	07133	07133501
2831787	Sitzendorf	sitzendorf	DE	07429	1051	Europe/Berlin	50.63182	11.17215		Sitzendorf	16073084	15	00	16073	16073084
2831797	Sitters	sitters	DE	67823	130	Europe/Berlin	49.71667	7.78333			07333072	08	00	07333	07333072
2831802	Sittensen	sittensen	DE	27419	5462	Europe/Berlin	53.27615	9.50429		Zitensen,Zittens,Zittenzen,jittenzen,xi teng sen,Зитенсен,Зиттензен,ジッテンゼン,西滕森	03357044	06	00	03357	03357044
2831828	Sirksfelde	sirksfelde	DE	23898	316	Europe/Berlin	53.66667	10.5		Sirksfelde	01053121	10	00	01053	01053121
2831834	Siptenfelde	siptenfelde	DE	06507	634	Europe/Berlin	51.64419	11.05135		Siptenfelde		14	00	15085	15085145
2831837	Sipplingen	sipplingen	DE	78354	2132	Europe/Berlin	47.79678	9.09737		Sipplingen,Ziplingen,Zipplingen,xi pu lin gen,Зиплинген,Зипплинген,Зіпплінген,Զիփլինգեն,ზიპლინგენი,西普林根	08435053	01	084	08435	08435053
2831838	Sippersfeld	sippersfeld	DE	67729	1217	Europe/Berlin	49.55	7.93333			07333071	08	00	07333	07333071
2831847	Sinzing	sinzing	DE	93161	6724	Europe/Berlin	49	12.03333		Sinzing,Zincing,syntsyng,xin qin ge,Зинцинг,Зінцинг,Զինցինգ,سینتسینگ,辛钦格	09375199	02	093	09375	09375199
2831848	Sinzing	sinzing	DE	93161	0	Europe/Berlin	48.39972	12.15323				02	091	09177	09177121
2831849	Sinzing	sinzing	DE	93161	0	Europe/Berlin	48.08564	12.41253				02	091	09189	09189142
2831852	Sinzig	sinzig	DE	53489	17880	Europe/Berlin	50.54384	7.24639		Sentiacum,Sinzig,Zincig,Zincigas,jintsu~ihhi,xin qi xi,zyntsyg,zyntsygh,Зинциг,زينتسيغ,زینتسیگ,ジンツィッヒ,辛齐希		08	00	07131	07131077
2831853	Sinzheim	sinzheim	DE	76547	11078	Europe/Berlin	48.76667	8.16667		Zincgajm,Zinckhajm,xin ci hai mu,Зинцхайм,Зинцхајм,Зінцгайм,辛茨海姆	08216049	01	082	08216	08216049
2831870	Sinspelt	sinspelt	DE	54675	451	Europe/Berlin	49.97259	6.31817			07232122	08	00	07232	07232122
2831872	Sinsheim	sinsheim	DE	74889	35219	Europe/Berlin	49.2529	8.87867		Sinse,Zinsgajm,Zinsheimas,Zinskhajm,jinseuhaim,jinsuhaimu,synshaym,xin si hai mu,zynshaym,Зинсхайм,Зинсхајм,Зінсгайм,زینسهایم,سينسهايم,ジンスハイム,辛斯海姆,진스하임		01	082	08226	08226085
2831896	Sinn	sinn	DE	35764	6634	Europe/Berlin	50.65	8.33333		Sinn,Zin,Zinn,Зин,Зинн	06532020	05	065	06532	06532020
2831907	Singhofen	singhofen	DE	56379	1895	Europe/Berlin	50.2744	7.83333			07141129	08	00	07141	07141129
2831922	Singen	singen	DE	78224	0	Europe/Berlin	50.72539	11.05628		Singen		15	00	16070	16070048
2831923	Singen	singen	DE	78224	0	Europe/Berlin	48.95836	8.56925				01	082	08236	08236071
2831924	Singen	singen	DE	78224	45696	Europe/Berlin	47.75935	8.8403		Singen,Zingen,singena,xin gen,zynghn,zyngn,Зинген,Зінген,زينغن,زینگن,सिंगेन,辛根		01	083	08335	08335075
2831942	Sindelsdorf	sindelsdorf	DE	82404	1036	Europe/Berlin	47.72458	11.33295			09190153	02	091	09190	09190153
2831948	Sindelfingen	sindelfingen	DE	71063	61311	Europe/Berlin	48.7	9.01667		Sindelfingen,ZPZ,Zindel'fingen,Zindelfingen,Zintelfinken,jinderufingen,xin de er fen gen,zindelpingeni,zyndlfynghn,zyndlfyngn,Ζίντελφιγκεν,Зинделфинген,Зиндельфинген,Зіндельфінген,Զինդելֆինգեն,زيندلفينغن,زیندلفینگن,ზინდელფინგენი,ジンデルフィンゲン,辛德尔芬根		01	081	08115	08115045
2831985	Simonsberg	simonsberg	DE	25813	865	Europe/Berlin	54.43355	8.97692			01054120	10	00	01054	01054120
2831986	Simonsberg	simonsberg	DE	25813	0	Europe/Berlin	49.18333	10.13333				01	081	08127	08127073
2831992	Simmozheim	simmozheim	DE	75397	2731	Europe/Berlin	48.75127	8.81142			08235067	01	082	08235	08235067
2831999	Simmershofen	simmershofen	DE	97215	996	Europe/Berlin	49.53333	10.13333		Zimershofen,Zimerskhofen,Zimmersgofen,Zimmerskhofen,xi mei er si huo fen,Зимерсхофен,Зиммерсхофен,Зіммерсгофен,Զիմերսհոֆեն,西梅尔斯霍芬	09575163	02	095	09575	09575163
2832003	Simmersfeld	simmersfeld	DE	72226	2207	Europe/Berlin	48.61667	8.51667		Zimersfeld,Zimmersfel'd,xi mei er si fei er de,Зимерсфелд,Зиммерсфельд,Зіммерсфельд,Զիմերսֆելդ,西梅尔斯费尔德	08235066	01	082	08235	08235066
2832012	Simmern	simmern	DE	55469	1518	Europe/Berlin	50.38914	7.67396			07143071	08	00	07143	07143071
2832013	Simmern	simmern	DE	55469	7979	Europe/Berlin	49.98198	7.52351		Simmern,Simmern/ Hunsrueck,Simmern/ Hunsrück,Simmern/Hunsrueck,Simmern/Hunsrück,Zimern,Zimmern,xi mei er en,zymrn,Зимерн,Зиммерн,زیمرن,西梅尔恩	07140	08	00	07140	07140144
2832014	Simmertal	simmertal	DE	55618	2009	Europe/Berlin	49.80981	7.52282		Simmertal,Zimertal,Zimmertal',xi mei er ta er,Зимертал,Зиммерталь,西梅尔塔尔	07133096	08	00	07133	07133096
2832023	Simmerath	simmerath	DE	52152	15646	Europe/Berlin	50.6	6.3		Simmerath,Soemmert,Sömmert,Zimerat,Zimmerat,Zoemmert,Zömmert,xi mo la te,Зимерат,Зиммерат,Зіммерат,锡默拉特	05334028	07	053	05334	05334028
2832025	Simmelsdorf	simmelsdorf	DE	91245	3372	Europe/Berlin	49.59775	11.33901			09574158	02	095	09574	09574158
2832043	Simbach am Inn	simbach-am-inn	DE	84359	9979	Europe/Berlin	48.26548	13.02309		Ini Zimbax,Simbach,Simbach am Inn,Simboch am Inn,Zimbakh am In,Zimbakh-am-Inn,Zimbakh-na-Inne,jimbaheuam-in,yin he pan xin ba he,zymbakh am an,zymbakh am ayn,Зимбах ам Ин,Зимбах-ам-Инн,Зимбах-на-Инне,Зімбах-ам-Інн,Ինի Զիմբախ,زيمباخ آم إن,زیمباخ آم این,因河畔辛巴赫,짐바흐암인		02	092	09277	09277145
2832044	Simbach	simbach	DE	94436	0	Europe/Berlin	49.14528	11.5111				02	093	09373	09373112
2832045	Simbach	simbach	DE	94436	3672	Europe/Berlin	48.56606	12.73888		Markt Simbach,Simbach,Simpach,Zimbakh,Zimbax,symbakh,Зимбах,Зімбах,Զիմբախ,سیمباخ		02	092	09279	09279135
2832049	Silzen	silzen	DE	25551	170	Europe/Berlin	54.03333	9.61667		Silzen	01061100	10	00	01061	01061100
2832052	Silz	silz	DE	17214	371	Europe/Berlin	53.51949	12.43996				12	00	13071	13071138
2832053	Silz	silz	DE	17214	820	Europe/Berlin	49.15	7.95			07337074	08	00	07337	07337074
2832097	Silkerode	silkerode	DE	37345	435	Europe/Berlin	51.56664	10.40028		Silkerode		15	00	16061	16061117
2832106	Silbitz	silbitz	DE	07613	569	Europe/Berlin	50.95	12		Silbitz,Zil'bic,Zilbic,xi er bi ci,Зилбиц,Зильбиц,西尔比茨	16074092	15	00	16074	16074092
2832114	Silberstedt	silberstedt	DE	24887	2213	Europe/Berlin	54.51667	9.38333		Silberstedt	01059079	10	00	01059	01059079
2832144	Silberhausen	silberhausen	DE	37351	711	Europe/Berlin	51.31084	10.3396		Silberhausen	16061118	15	00	16061	16061118
2832154	Silberfeld	silberfeld	DE	07937	118	Europe/Berlin	50.67523	11.96069		Silberfeld		15	00	16076	16076087
2832228	Sigmarszell	sigmarszell	DE	88138	2641	Europe/Berlin	47.58333	9.76667		Zigmarscel,Zigmarscell',xi ge ma er si ce er,Зигмарсцел,Зигмарсцелль,Зігмарсцелль,Զիգմարսցել,西格马尔斯策尔	09776126	02	097	09776	09776126
2832231	Sigmaringendorf	sigmaringendorf	DE	72517	3827	Europe/Berlin	48.06586	9.26208		Zigmaringendorf,xi ge ma lin gen duo fu,Зигмарингендорф,Зігмарінгендорф,锡格马林根多夫	08437105	01	084	08437	08437105
2832232	Sigmaringen	sigmaringen	DE	72488	16592	Europe/Berlin	48.08829	9.23033		Sigmaringa,Sigmaringen,Zigmaringen,Zigmaryngen,xi ge ma lin gen,zygmaryngn,zygmryngn,Зигмаринген,Зігмарынген,זיגמרינגן,زیگمارینگن,西格马林根	08437	01	084	08437	08437104
2832264	Siggelkow	siggelkow	DE	19376	1056	Europe/Berlin	53.38742	11.93802		Zigelkov,Ziggel'kov,xi ge er ke,Зиггельков,Зигелков,锡格尔科		12	00	13076	13076125
2832276	Sieverstedt	sieverstedt	DE	24885	1653	Europe/Berlin	54.64145	9.46949		Sieverstedt	01059159	10	00	01059	01059159
2832304	Sietzsch	sietzsch	DE	06188	729	Europe/Berlin	51.48983	12.17775		Sietzsch		14	00	15088	15088195
2832305	Sietzing	sietzing	DE	15320	0	Europe/Berlin	52.65941	14.286				11	00	12064	12064274
2832312	Sietow	sietow	DE	17209	662	Europe/Berlin	53.44573	12.55795		Sietow		12	00	13071	13071137
2832328	Siesbach	siesbach	DE	55767	434	Europe/Berlin	49.73333	7.23333			07134084	08	00	07134	07134084
2832331	Siersleben	siersleben	DE	06308	1575	Europe/Berlin	51.60411	11.54334		Siersleben,Zirsleben,Зирслебен		14	00	15087	15087165
2832332	Siershahn	siershahn	DE	56427	2879	Europe/Berlin	50.48639	7.77972		Zirskhan,xi er si ha en,Зирсхан,西尔斯哈恩	07143070	08	00	07143	07143070
2832335	Sierscheid	sierscheid	DE	53520	104	Europe/Berlin	50.45707	6.91744			07131076	08	00	07131	07131076
2832336	Rehlingen-Siersburg	rehlingen-siersburg	DE	66780	0	Europe/Berlin	49.37565	6.68439				09	00	10044	10044114
2832337	Sierksrade	sierksrade	DE	23847	330	Europe/Berlin	53.73333	10.6		Sierksrade	01053120	10	00	01053	01053120
2832338	Sierksdorf	sierksdorf	DE	23730	1489	Europe/Berlin	54.06667	10.76667		Sierksdorf,Zirksdorf,xi er ke si duo fu,Зирксдорф,锡尔克斯多夫	01055039	10	00	01055	01055039
2832357	Sienhachenbach	sienhachenbach	DE	55758	230	Europe/Berlin	49.7	7.48333			07134083	08	00	07134	07134083
2832363	Sien	sien	DE	55758	611	Europe/Berlin	49.69472	7.50416		Zin,Зин	07134082	08	00	07134	07134082
2832392	Sielenbach	sielenbach	DE	86577	1446	Europe/Berlin	48.4	11.16667		Sialabo,Zilenbakh,Zilenbax,jirenbahha,xi lun ba,Зиленбах,Зіленбах,Զիլենբախ,ジーレンバッハ,西伦巴	09771165	02	097	09771	09771165
2832406	Siek	siek	DE	22962	1958	Europe/Berlin	53.63333	10.3			01062069	10	00	01062	01062069
2832407	Siek	siek	DE	22962	0	Europe/Berlin	52.97386	8.6558				06	00	03251	03251037
2832412	Siehdichum	siehdichum	DE	15890	0	Europe/Berlin	53.48898	13.13356		Siehdichum		12	00	13071	13071115
2832422	Siegsdorf	siegsdorf	DE	83313	0	Europe/Berlin	48.50059	12.63921				02	092	09279	09279134
2832423	Siegsdorf	siegsdorf	DE	83313	0	Europe/Berlin	47.93072	12.29805				02	091	09187	09187145
2832424	Siegsdorf	siegsdorf	DE	83313	8230	Europe/Berlin	47.82278	12.64277		Siagsdorf,Zigsdorf,xi ge si duo fu,zygsdwrf,Зигсдорф,Зігсдорф,Զիգսդորֆ,زیگسدورف,锡格斯多夫	09189145	02	091	09189	09189145
2832428	Siegritz	siegritz	DE	98646	0	Europe/Berlin	50.46775	10.66237				15	00	16069	16069037
2832429	Siegritz	siegritz	DE	98646	0	Europe/Berlin	49.86294	12.06906				02	093	09377	09377116
2832430	Siegritz	siegritz	DE	98646	0	Europe/Berlin	49.85233	11.21228				02	094	09471	09471142
2832433	Siegmundsburg	siegmundsburg	DE	98749	246	Europe/Berlin	50.47081	11.05232		Siegmundsburg		15	00	16072	16072013
2832492	Siegenburg	siegenburg	DE	93354	3376	Europe/Berlin	48.75421	11.84831		Siegenburg,Sigenburg,Zigenburg,xi gen bao,Зигенбург,Зігенбург,Զիգենբուրգ,西根堡		02	092	09273	09273172
2832495	Siegen	siegen	DE	57072	107242	Europe/Berlin	50.87481	8.02431		SGE,Siegen,Zigen,jigen,Зиген,ジーゲン	05970	07	059	05970	05970040
2832506	Siegelsbach	siegelsbach	DE	74936	1677	Europe/Berlin	49.26972	9.08972		Zigel'sbakh,Zigelsbakh,jigerusubahha,xi ge er si ba he,Зигелсбах,Зигельсбах,Зігельсбах,ジーゲルスバッハ,西格尔斯巴赫	08125087	01	081	08125	08125087
2832521	Siegburg	siegburg	DE	53721	39135	Europe/Berlin	50.80019	7.20769		Sieburch,Siegburg,Siegburgum,ZPY,Zigburg,Ziqburq,jikuburuku,xi ge bao,zigburg,zygbwrg,zyghbwrgh,Зигбург,Зігбург,זיגבורג,زيغبورغ,زیگبورگ,ジークブルク,锡格堡	05382	07	053	05382	05382060
2832529	Siefersheim	siefersheim	DE	55599	1287	Europe/Berlin	49.8	7.95			07331060	08	00	07331	07331060
2832551	Schenefeld	schenefeld	DE	22869	0	Europe/Berlin	53.6	9.85		Hamburg-Schenefeld		10	00	01056	01056044
2832561	Langenhorn	langenhorn	DE	25842	45586	Europe/Berlin	53.66667	10.01667				04	00	02000	02000000
2832580	Ludwigslust	ludwigslust	DE	19288	0	Europe/Berlin	52.5204	14.41243				11	00	12064	12064482
2832590	Siedenlangenbeck	siedenlangenbeck	DE	29416	479	Europe/Berlin	52.7519	11.08726		Siedenlangenbeck		14	00	15081	15081290
2832597	Siedenburg	siedenburg	DE	27254	1349	Europe/Berlin	52.69293	8.93961		Sie'enborg,Sie’enborg,Zidenburg,xi deng bao,Зиденбург,西登堡		06	00	03251	03251034
2832644	Siebigerode	siebigerode	DE	06308	647	Europe/Berlin	51.56457	11.42834		Siebigerode		14	00	15087	15087275
2832682	Siebenlehn	siebenlehn	DE	09634	0	Europe/Berlin	51.03111	13.30808		Siebenlehn		13	00	14522	14522210
2832713	Siebeneichen	siebeneichen	DE	21514	0	Europe/Berlin	53.89659	13.10353				12	00	13071	13071029
2832714	Siebeneichen	siebeneichen	DE	21514	247	Europe/Berlin	53.51092	10.61811			01053119	10	00	01053	01053119
2832715	Siebeneichen	siebeneichen	DE	21514	0	Europe/Berlin	49.47493	11.76833				02	093	09371	09371151
2832734	Siebenbäumen	siebenbaumen	DE	23847	619	Europe/Berlin	53.75	10.53333		Siebenbaeumen,Siebenbaumen,Siebenbäumen	01053118	10	00	01053	01053118
2832736	Siebenbach	siebenbach	DE	56729	205	Europe/Berlin	50.38333	7.03333			07137099	08	00	07137	07137099
2832743	Siebeldingen	siebeldingen	DE	76833	1056	Europe/Berlin	49.20889	8.05139			07337073	08	00	07337	07337073
2832772	Sickerode	sickerode	DE	37308	169	Europe/Berlin	51.25	10.11667		Sickerode	16061086	15	00	16061	16061086
2832803	Sichau	sichau	DE	39649	259	Europe/Berlin	52.51371	11.22734				14	00	15081	15081135
2832819	Sibbesse	sibbesse	DE	31079	2810	Europe/Berlin	52.05	9.9		Sibbesse,Zibbesse,Zibese,xi bei sai,Зиббессе,Зибесе,西贝塞	03254045	06	00	03254	03254045
2832838	Seybothenreuth	seybothenreuth	DE	95517	1373	Europe/Berlin	49.89372	11.70531		Zajbotenrojt,Zejbotenrojt,Zeybotenroyt,sai bo teng luo yi te,zaibotenroito,Зайботенройт,Зајботенројт,Зейботенройт,Զեյբոտենրոյտ,ザイボーテンロイト,赛博滕罗伊特	09472188	02	094	09472	09472188
2832841	Sexau	sexau	DE	79350	3186	Europe/Berlin	48.10209	7.90757		Sexau,Zeksau,sai ke shao,Зексау,Զեքսաու,塞克绍	08316039	01	083	08316	08316039
2832851	Severin	severin	DE	19374	267	Europe/Berlin	53.50347	11.77185				12	00	13076	13076035
2832852	Sevenig	sevenig	DE	54673	0	Europe/Berlin	50.12909	6.16545		Sevenig		08	00	07232	07232310
2832853	Sevenig	sevenig	DE	54673	0	Europe/Berlin	50.02153	6.18918				08	00	07232	07232121
2832867	Seulingen	seulingen	DE	37136	1472	Europe/Berlin	51.54129	10.16263		Zojlingen,suo yi lin gen,zoiringen,Зойлинген,Зојлинген,ゾイリンゲン,索伊林根	03159033	06	00	03159	03159033
2832871	Seukendorf	seukendorf	DE	90556	3287	Europe/Berlin	49.48844	10.87999			09573126	02	095	09573	09573126
2832887	Setzingen	setzingen	DE	89129	625	Europe/Berlin	48.53815	10.13025			08425112	01	084	08425	08425112
2832888	Setzin	setzin	DE	19230	531	Europe/Berlin	53.41096	11.08212				12	00	13076	13076169
2832915	Seth	seth	DE	23845	2026	Europe/Berlin	53.84718	10.17421		Seth	01060076	10	00	01060	01060076
2833047	Sengerich	sengerich	DE	54619	17	Europe/Berlin	50.11667	6.21667			07232309	08	00	07232	07232309
2832921	Seßlach	sesslach	DE	96145	4088	Europe/Berlin	50.18969	10.84197		Sesslach,Seßlach,Zeslakh,Zeslax,sai si la,zesuraha,zslakh,Зеслах,Զեսլախ,زسلاخ,ゼスラハ,塞斯拉		02	094	09473	09473165
2832924	Sessenhausen	sessenhausen	DE	56244	0	Europe/Berlin	50.67648	7.45695				08	00	07138	07138003
2832925	Sessenhausen	sessenhausen	DE	56244	922	Europe/Berlin	50.5272	7.71365			07143069	08	00	07143	07143069
2832926	Sessenbach	sessenbach	DE	56237	548	Europe/Berlin	50.47694	7.64444			07143068	08	00	07143	07143068
2832939	Sersheim	sersheim	DE	74372	5199	Europe/Berlin	48.96667	9.01667		Zersgajm,Zerskhajm,sai er si hai mu,srshaym,Зерсгайм,Зерсхайм,Зерсхајм,سرسهایم,塞尔斯海姆	08118068	01	081	08118	08118068
2832940	Serrig	serrig	DE	54455	1580	Europe/Berlin	49.57519	6.57454		Zerig,Zerrig,sai li xi,Зериг,Зерриг,塞里希	07235126	08	00	07235	07235126
2832951	Serno	serno	DE	06868	480	Europe/Berlin	52.00263	12.42194		Serno		14	00	15091	15091060
2832964	Sergen	sergen	DE	03058	442	Europe/Berlin	51.7023	14.50255		Sergen,Zargon,Žargoń		11	00	12071	12071301
2832968	Serba	serba	DE	07616	784	Europe/Berlin	50.95	11.81667		Serba	16074091	15	00	16074	16074091
2832982	Senzig	senzig	DE	15712	0	Europe/Berlin	52.28909	13.69973				11	00	12061	12061260
2832986	Sensweiler	sensweiler	DE	55758	553	Europe/Berlin	49.77539	7.1969			07134081	08	00	07134	07134081
2832988	Senst	senst	DE	06869	244	Europe/Berlin	51.96848	12.56892		Senst		14	00	15091	15091060
2832997	Senscheid	senscheid	DE	53520	93	Europe/Berlin	50.33333	6.83333			07131075	08	00	07131	07131075
2833010	Sennfeld	sennfeld	DE	97526	4054	Europe/Berlin	50.03895	10.25986		Zenfel'd,Zenfeld,Zennfel'd,sen fei er de,znfld,Зеннфельд,Зенфелд,Зенфельд,زنفلد,森费尔德	09678178	02	096	09678	09678178
2833011	Sennfeld	sennfeld	DE	97526	0	Europe/Berlin	49.38014	9.38284		Sennfeld		01	082	08225	08225001
2833012	Sennewitz	sennewitz	DE	06193	1684	Europe/Berlin	51.54326	11.95218		Sennewitz		14	00	15088	15088295
2833050	Sengenthal	sengenthal	DE	92369	2633	Europe/Berlin	49.23333	11.46667		Zengental,Zengental',sen gen ta er,Зенгентал,Зенгенталь,Զենգենթալ,森根塔尔	09373159	02	093	09373	09373159
2833073	Senftenberg	senftenberg	DE	01968	28988	Europe/Berlin	51.52517	14.00164		Senftenberg,Zenftenberg,Zenftenbergas,Zly Komorow,Zły Komorow,jenpeutenbeleukeu,sen fu teng bei ge,znftnbrg,znftnbyrgh,Зенфтенберг,Զենֆտենբերգ,زنفتنبرگ,زنفتنبيرغ,森夫滕贝格,젠프텐베르크	12066	11	00	12066	12066304
2833076	Sendenhorst	sendenhorst	DE	48324	13316	Europe/Berlin	51.84303	7.82996		Sendenhorst		07	055	05570	05570040
2833079	Senden	senden	DE	48308	20363	Europe/Berlin	51.85645	7.48327		Senden	05558044	07	055	05558	05558044
2833080	Senden	senden	DE	48308	22275	Europe/Berlin	48.32441	10.04442				02	097	09775	09775152
2833099	Semmenstedt	semmenstedt	DE	38327	680	Europe/Berlin	52.09375	10.69691			03158040	06	00	03158	03158040
2833110	Semlow	semlow	DE	18334	894	Europe/Berlin	54.18117	12.65659		Zemlov,sai mu luo,Землов,塞姆洛		12	00	13073	13073085
2833126	Sembach	sembach	DE	67681	1199	Europe/Berlin	49.51177	7.86661		Zembakh,Зембах	07335205	08	00	07335	07335205
2833129	Selzen	selzen	DE	55278	1557	Europe/Berlin	49.86056	8.25528			07339053	08	00	07339	07339053
2833138	Selters	selters	DE	56242	2711	Europe/Berlin	50.53253	7.75577		Selters		08	00	07143	07143067
2833139	Selters	selters	DE	56242	8235	Europe/Berlin	50.51681	8.28953				05	065	06533	06533010
2833140	Selters	selters	DE	56242	0	Europe/Berlin	50.34042	9.03471				05	064	06440	06440019
2833154	Selsingen	selsingen	DE	27446	3310	Europe/Berlin	53.37329	9.21289			03357043	06	00	03357	03357043
2833270	Selbitz	selbitz	DE	06773	0	Europe/Berlin	49.86133	11.76923				02	094	09472	09472190
2833163	Selmsdorf	selmsdorf	DE	23923	2261	Europe/Berlin	53.88224	10.85997		Selmsdorf,Zel'msdorf,Zelmsdorf,sai er mu si duo fu,Зелмсдорф,Зельмсдорф,塞尔姆斯多夫		12	00	13074	13074076
2833170	Selm	selm	DE	59379	27540	Europe/Berlin	51.69689	7.46809		Selm,Siaelm,Siälm,Stadt Selm,Zel'm,Zelm,sai er mu,zlm,zylm,Зелм,Зельм,زلم,زيلم,塞尔姆		07	059	05978	05978032
2833182	Sellin	sellin	DE	18586	0	Europe/Berlin	54.23141	10.4514		Sellin		10	00	01057	01057052
2833183	Sellin	sellin	DE	18586	0	Europe/Berlin	53.95849	14.09424				12	00	13075	13075049
2833184	Sellin	sellin	DE	18586	2547	Europe/Berlin	53.88495	11.6079		Sellin		12	00	13074	13074057
2833196	Sellerich	sellerich	DE	54608	342	Europe/Berlin	50.23333	6.36667			07232308	08	00	07232	07232308
2833228	Selk	selk	DE	24884	837	Europe/Berlin	54.46667	9.56667		Selk,Zel'k,Zelk,Зелк,Зельк	01059078	10	00	01059	01059078
2833242	Seligenstadt	seligenstadt	DE	63500	19569	Europe/Berlin	50.0432	8.97394		Zeligenshhat,Zeligenshtadt,Zeligenshtat,sai li gen si ta te,zerigenshutatto,zylynghnshtat,Зелигенштадт,Зелигенштат,Зелигенщат,Зелігенштадт,Зелігенштат,زلینگن‌اشتات,زيلينغنشتات,ゼーリゲンシュタット,塞利根斯塔特		05	064	06438	06438013
2833243	Seligenstadt	seligenstadt	DE	63500	0	Europe/Berlin	49.85406	10.10199		Seligenstadt		02	096	09679	09679174
2833259	Selent	selent	DE	24238	1303	Europe/Berlin	54.28893	10.42702		Selent	01057077	10	00	01057	01057077
2833262	Selchow	selchow	DE	15831	0	Europe/Berlin	52.35714	13.47222		Selchow		11	00	12061	12061433
2833263	Selchow	selchow	DE	15831	0	Europe/Berlin	52.21472	13.87405		Selchow		11	00	12067	12067481
2833264	Selchenbach	selchenbach	DE	66871	396	Europe/Berlin	49.5	7.3		Zel'khenbakh,Zelkhenbakh,sai er xing ba he,Зелхенбах,Зельхенбах,塞尔兴巴赫	07336094	08	00	07336	07336094
2833268	Selbitz	selbitz	DE	06773	436	Europe/Berlin	51.81462	12.53212		Selbitz		14	00	15091	15091160
2833269	Selbitz	selbitz	DE	06773	4758	Europe/Berlin	50.31702	11.75019		Selbitz		02	094	09475	09475171
2833279	Selbelang	selbelang	DE	14641	0	Europe/Berlin	52.6328	12.71384				11	00	12063	12063228
2833289	Selbach	selbach	DE	57539	0	Europe/Berlin	51.03111	7.12493				07	053	05378	05378020
2833290	Selbach	selbach	DE	57539	829	Europe/Berlin	50.74625	7.77025		Selbach		08	00	07132	07132105
2833291	Selbach	selbach	DE	57539	0	Europe/Berlin	49.53637	7.03762				09	00	10046	10046114
2833292	Selbach	selbach	DE	57539	0	Europe/Berlin	48.77828	8.31229		Selbach		01	082	08216	08216015
2833294	Selbach	selbach	DE	57539	0	Europe/Berlin	51.24327	9.05763				05	066	06635	06635021
2833296	Selb	selb	DE	95100	17132	Europe/Berlin	50.17058	12.13054		Zel'b,Zelb,sai er bu,zerupu,zlb,zylb,Зелб,Зельб,Զելբ,זלב,زلب,زيلب,ゼルプ,塞尔布		02	094	09479	09479152
2833298	Seiwerath	seiwerath	DE	54597	151	Europe/Berlin	50.15	6.5			07232307	08	00	07232	07232307
2833313	Seitenroda	seitenroda	DE	07768	228	Europe/Berlin	50.8	11.61667		Seitenroda	16074089	15	00	16074	16074089
2833326	Seisla	seisla	DE	07389	172	Europe/Berlin	50.65028	11.53483			16075103	15	00	16075	16075103
2833330	Seinsheim	seinsheim	DE	97342	1102	Europe/Berlin	49.64073	10.22038		Zajnsgajm,Zajnskhajm,Zaynshaym,sai yin si hai mu,Зайнсгайм,Зайнсхайм,Зајнсхајм,Զայնսհայմ,赛因斯海姆		02	096	09675	09675167
2833332	Seinsfeld	seinsfeld	DE	54655	165	Europe/Berlin	50.05	6.65			07232306	08	00	07232	07232306
2833365	Seifhennersdorf	seifhennersdorf	DE	02782	4878	Europe/Berlin	50.93492	14.60194		Seifhennersdorf,Wodowe Hendrichecy,Zajfkhenersdorf,Zajfkhennersdorf,Zaruz,Zaruž,Zeifhennersdorfa,sai fu hei nei er si duo fu,zayfhnrsdwrf,zayfnrzdwrf,Зайфхенерсдорф,Зайфхеннерсдорф,Зајфхенерсдорф,زايفهنرسدورف,زایفنرزدورف,赛夫黑内尔斯多夫		13	00	14626	14626530
2833392	Seifen	seifen	DE	57632	0	Europe/Berlin	50.9832	7.59197				07	053	05374	05374048
2833393	Seifen	seifen	DE	57632	0	Europe/Berlin	50.87747	7.73897		Seifen		07	053	05374	05374028
2833394	Seifen	seifen	DE	57632	0	Europe/Berlin	50.91943	13.63837				13	00	14628	14628060
2833395	Seifen	seifen	DE	57632	0	Europe/Berlin	50.84347	7.60525		Seifen		07	053	05374	05374044
2833396	Seifen	seifen	DE	57632	0	Europe/Berlin	50.74974	7.86137				08	00	07132	07132071
2833397	Seifen	seifen	DE	57632	0	Europe/Berlin	50.69458	7.37268				08	00	07138	07138080
2833398	Seifen	seifen	DE	57632	0	Europe/Berlin	50.68333	7.51667			07132104	08	00	07132	07132104
2833400	Seifen	seifen	DE	57632	0	Europe/Berlin	47.59532	10.25355				02	097	09780	09780124
2833401	Seifen	seifen	DE	57632	0	Europe/Berlin	50.81981	7.68196				08	00	07132	07132034
2833403	Seifartsdorf	seifartsdorf	DE	07613	158	Europe/Berlin	50.94451	11.95437		Seifartsdorf		15	00	16074	16074092
2833461	Seibersbach	seibersbach	DE	55444	1457	Europe/Berlin	49.96667	7.71667			07133095	08	00	07133	07133095
2833475	Sehnde	sehnde	DE	31319	23060	Europe/Berlin	52.31394	9.9682	53	Seinje,Senede [a. 1216],Senethe [a. 1147],Zende,sai en de,zndh,zyndt,Зенде,زنده,زيندة,塞恩德	03241016	06	00	03241	03241016
2833488	Sehlen	sehlen	DE	18528	1002	Europe/Berlin	54.37971	13.38907				12	00	13073	13073083
2833489	Sehlen	sehlen	DE	18528	0	Europe/Berlin	51.00971	8.94866		Sehlen		05	066	06635	06635012
2833491	Sehlem	sehlem	DE	31196	1023	Europe/Berlin	52.01236	9.97593			03254044	06	00	03254	03254044
2833492	Sehlem	sehlem	DE	31196	851	Europe/Berlin	49.9	6.83333			07231117	08	00	07231	07231117
2833494	Sehlde	sehlde	DE	38279	0	Europe/Berlin	52.09744	9.69599				06	00	03254	03254014
2833495	Sehlde	sehlde	DE	38279	1043	Europe/Berlin	52.03887	10.26569		Zelde,sai er de,Зелде,塞尔德	03158028	06	00	03158	03158028
2833500	Sehestedt	sehestedt	DE	24814	869	Europe/Berlin	54.36667	9.81667		Zeehshtedt,Zeeshtet,Zeshtet,sai hei si te,Зеештет,Зештет,Зеэштедт,塞黑斯特	01058152	10	00	01058	01058152
2833501	Sehestedt	sehestedt	DE	24814	0	Europe/Berlin	53.43622	8.30896				06	00	03461	03461005
2833511	Segnitz	segnitz	DE	97340	846	Europe/Berlin	49.67241	10.14416		Zegnic,sai ge ni ci,Зегниц,Зегніц,Զեգնից,塞格尼茨	09675166	02	096	09675	09675166
2833518	Seggerde	seggerde	DE	39356	91	Europe/Berlin	52.34646	11.07937		Seggerde,Zegerde,Zeggerde,Зеггерде,Зегерде		14	00	15083	15083411
2833521	Seggebruch	seggebruch	DE	31691	1611	Europe/Berlin	52.3005	9.09462			03257034	06	00	03257	03257034
2833539	Sefferweich	sefferweich	DE	54636	247	Europe/Berlin	50.06667	6.51667			07232120	08	00	07232	07232120
2833541	Seffern	seffern	DE	54636	317	Europe/Berlin	50.06667	6.5			07232119	08	00	07232	07232119
2833564	Seevetal	seevetal	DE	21217	41266	Europe/Berlin	53.4	9.96667		Seevedaal,Zefetal,Zevetal',sai fei ta er,Зеветаль,Зефетал,סיווטאל,塞费塔尔	03353031	06	00	03353	03353031
2833570	Seethen	seethen	DE	39638	171	Europe/Berlin	52.58922	11.56356				14	00	15081	15081135
2833571	Seeth-Ekholt	seeth-ekholt	DE	25337	853	Europe/Berlin	53.7413	9.73002		Seeth-Ekholt	01056046	10	00	01056	01056046
2833575	Seeth	seeth	DE	25878	0	Europe/Berlin	54.36667	9.16667		Saed,Seet,Sæd,Zet,Зет	01054119	10	00	01054	01054119
2833576	Seeth	seeth	DE	25878	688	Europe/Berlin	53.73206	9.73114				10	00	01056	01056046
2833582	Seestermühe	seestermuhe	DE	25371	910	Europe/Berlin	53.7	9.56667		Seestermuehe,Seestermuhe,Seestermühe,Zestermie,Zestermikhe,Zestermjueh,sai si te er mi hei,Зестермие,Зестермихе,Зестермюэ,塞斯特尔米黑	01056045	10	00	01056	01056045
2833585	Seester	seester	DE	25370	973	Europe/Berlin	53.71783	9.59798		Seester,Zester,sai si te er,Зестер,塞斯特尔	01056033	10	00	01056	01056033
2833590	Seeshaupt	seeshaupt	DE	82402	2862	Europe/Berlin	47.82468	11.30219		Zeeskhaupt,Zesgaupt,Zeskhaupt,Zeyeshaupt,sai si hao pu te,zesuhauputo,zyshawpt,Зеесхаупт,Зесгаупт,Зесхаупт,Զեյեսհաուպտ,زیسهاوپت,ゼースハウプト,塞斯豪普特	09190152	02	091	09190	09190152
2833592	Seesen	seesen	DE	38723	21909	Europe/Berlin	51.89095	10.17847		Seesen,Sesa,Zezen,sai sen,zyzn,Зезен,زيزن,زیزن,塞森		06	00	03153	03153012
2833600	Seesbach	seesbach	DE	55629	584	Europe/Berlin	49.84536	7.54665			07133094	08	00	07133	07133094
2833641	Seelze	seelze	DE	30926	32899	Europe/Berlin	52.39635	9.59727		Seelze,Zel'ce,Zelce,sai er ce,zyltsh,Зелце,Зельце,زيلتسه,زیلتسه,塞尔策		06	00	03241	03241015
2833651	Seelow	seelow	DE	15306	5981	Europe/Berlin	52.53392	14.38128		Zelov,jello,sai luo,zerou gao de,Зелов,زی‌لو,ゼーロウ高地,塞洛,젤로	12064	11	00	12064	12064448
2833653	Seelitz	seelitz	DE	09306	0	Europe/Berlin	51.25661	13.0177		Nebitzschen-Seelitz,Seelitz		13	00	14730	14730200
2833654	Seelitz	seelitz	DE	09306	2114	Europe/Berlin	51.03333	12.81667		Seelitzi vald,Zelic,sai li ci,Зелиц,塞利茨	14522530	13	00	14522	14522530
2833683	Seelen	seelen	DE	67744	171	Europe/Berlin	49.6	7.71667			07333203	08	00	07333	07333203
2833697	Seelbach	seelbach	DE	56377	0	Europe/Berlin	50.88184	7.96481		Seelbach		07	059	05970	05970040
2833698	Seelbach	seelbach	DE	56377	201	Europe/Berlin	50.75433	7.68627		Seelbach		08	00	07132	07132102
2833699	Seelbach	seelbach	DE	56377	0	Europe/Berlin	50.71892	8.57827				05	065	06534	06534013
2833700	Seelbach	seelbach	DE	56377	0	Europe/Berlin	50.64023	7.56528		Seelbach		08	00	07132	07132103
2833701	Seelbach	seelbach	DE	56377	0	Europe/Berlin	50.41745	8.23		Seelbach		05	065	06533	06533015
2833702	Seelbach	seelbach	DE	56377	470	Europe/Berlin	50.31667	7.86667			07141128	08	00	07141	07141128
2833703	Seelbach	seelbach	DE	56377	0	Europe/Berlin	49.22922	7.18558		Seelbach		09	00	10045	10045112
2833704	Seelbach	seelbach	DE	56377	5278	Europe/Berlin	48.31055	7.94069		Seelbach	08317127	01	083	08317	08317127
2833732	Seekirch	seekirch	DE	88422	290	Europe/Berlin	48.1	9.65		Zeekirkh,Zeekirx,Zekirkh,sai ji er xi,Зеекирх,Зекирх,Зекірх,Զեեկիրխ,ზეეკირხი,塞基尔希	08426109	01	084	08426	08426109
2833753	Seehof	seehof	DE	19069	0	Europe/Berlin	54.54419	13.14372				12	00	13073	13073081
2833754	Seehof	seehof	DE	19069	1048	Europe/Berlin	53.69249	11.43256				12	00	13074	13074075
2833755	Seehof	seehof	DE	19069	0	Europe/Berlin	52.40621	13.29368				11	00	12069	12069616
2833756	Seehof	seehof	DE	19069	0	Europe/Berlin	51.92632	14.64511				11	00	12071	12071337
2833757	Seehof	seehof	DE	19069	0	Europe/Berlin	50.18924	11.07869				02	094	09478	09478139
2833759	Seehof	seehof	DE	19069	0	Europe/Berlin	49.67774	10.34075				02	096	09675	09675139
2833760	Seehof	seehof	DE	19069	0	Europe/Berlin	48.96137	9.43689				01	081	08119	08119008
2833761	Seehof	seehof	DE	19069	0	Europe/Berlin	48.93696	10.57846				02	097	09779	09779197
2833762	Seehof	seehof	DE	19069	0	Europe/Berlin	48.79765	12.74757				02	092	09278	09278192
2833763	Seehof	seehof	DE	19069	0	Europe/Berlin	48.76667	12.71667				02	092	09279	09279137
2833764	Seehof	seehof	DE	19069	0	Europe/Berlin	48.71509	11.42307				02	091	09161	09161000
2833765	Seehof	seehof	DE	19069	0	Europe/Berlin	48.37159	8.81897				01	084	08417	08417025
2833766	Seehof	seehof	DE	19069	0	Europe/Berlin	47.71776	10.71711				02	097	09777	09777171
2833795	Seehausen am Staffelsee	seehausen-am-staffelsee	DE	82418	2416	Europe/Berlin	47.68928	11.18498		Seehausen a. Staffelsee,Seehausen am Staffesee,Zeekhauzen-am-Shtaffel'zee,Zegauzen-am-Shtaffel'ze,Zekhauzen am Shtafelze,Zeyhauzen am Stafelzey,shi ta fu er hu pan sai hao sen,zyhawzn,Зегаузен-ам-Штаффельзе,Зеехаузен-ам-Штаффельзее,Зехаузен ам Штафелзе,Զեյհաուզեն ամ Շտաֆելզեյ,زیهاوزن,施塔弗尔湖畔塞豪森		02	091	09180	09180132
2833797	Seehausen	seehausen	DE	39365	0	Europe/Berlin	53.21847	13.87942				11	00	12073	12073430
2833798	Seehausen	seehausen	DE	39365	0	Europe/Berlin	53.20126	8.98983				06	00	03356	03356002
2833799	Seehausen	seehausen	DE	39365	0	Europe/Berlin	53.10075	8.70795				03	00	04011	04011000
2833800	Seehausen	seehausen	DE	39365	4355	Europe/Berlin	52.88872	11.75236		Seehausen		14	00	15090	15090520
2833801	Seehausen	seehausen	DE	39365	1801	Europe/Berlin	52.10287	11.29153	136	Seehausen,Seehausen (Boerde),Seehausen (Börde),Seehusen,Sehusen,Zekhauzen,Zekhauzen (Berde),Зехаузен,Зехаузен (Берде)		14	00	15083	15083531
2833802	Seehausen	seehausen	DE	39365	0	Europe/Berlin	51.9523	12.91446		Seehausen		11	00	12072	12072297
2833803	Seehausen	seehausen	DE	39365	0	Europe/Berlin	51.40461	12.41345				13	00	14713	14713000
2833804	Seehausen	seehausen	DE	39365	0	Europe/Berlin	51.33127	11.12641				15	00	16065	16065003
2833848	Seega	seega	DE	99707	476	Europe/Berlin	51.32518	11.03446		Seega,Zega,sai jia,Зега,塞加		15	00	16065	16065085
2833849	Seeg	seeg	DE	87637	2829	Europe/Berlin	47.65	10.6		Zeg,sai ge,zeku,Зег,Զեգ,ゼーク,塞格	09777170	02	097	09777	09777170
2833859	Seefeld	seefeld	DE	16356	424	Europe/Berlin	54.09977	9.4931			01058151	10	00	01058	01058151
2833860	Seefeld	seefeld	DE	16356	0	Europe/Berlin	53.84746	10.37044				10	00	01062	01062004
2833861	Seefeld	seefeld	DE	16356	0	Europe/Berlin	53.75356	11.26926				12	00	13074	13074015
2833862	Seefeld	seefeld	DE	16356	0	Europe/Berlin	53.45142	10.15678				04	00	02000	02000000
2833863	Seefeld	seefeld	DE	16356	0	Europe/Berlin	53.45816	8.36345				06	00	03461	03461009
2833864	Seefeld	seefeld	DE	16356	0	Europe/Berlin	53.09289	12.19276				11	00	12070	12070316
2833865	Seefeld	seefeld	DE	16356	0	Europe/Berlin	52.62243	13.68012				11	00	12060	12060280
2833866	Seefeld	seefeld	DE	16356	7033	Europe/Berlin	48.03505	11.21395			09188132	02	091	09188	09188132
2833867	Seefeld	seefeld	DE	16356	0	Europe/Berlin	47.86667	9.43333				01	084	08436	08436083
2833868	Seefeld	seefeld	DE	16356	0	Europe/Berlin	47.84951	10.24794				02	097	09778	09778144
2833876	Seedorf	seedorf	DE	23823	0	Europe/Berlin	54.35576	13.65292				12	00	13073	13073084
2833877	Seedorf	seedorf	DE	23823	0	Europe/Berlin	54.16667	9.88333				10	00	01058	01058147
2833878	Seedorf	seedorf	DE	23823	2297	Europe/Berlin	54.05	10.41667		Zedorf,Зедорф	01060075	10	00	01060	01060075
2833879	Seedorf	seedorf	DE	23823	0	Europe/Berlin	53.99614	11.41316				12	00	13074	13074035
2833880	Seedorf	seedorf	DE	23823	0	Europe/Berlin	53.95467	13.01468				12	00	13071	13071029
2833881	Seedorf	seedorf	DE	23823	0	Europe/Berlin	53.94583	9.24521				10	00	01061	01061025
2833882	Seedorf	seedorf	DE	23823	0	Europe/Berlin	53.68813	12.64928				12	00	13071	13071007
2833883	Seedorf	seedorf	DE	23823	541	Europe/Berlin	53.6197	10.86599			01053117	10	00	01053	01053117
2833884	Seedorf	seedorf	DE	23823	611	Europe/Berlin	53.35	9.23333		Seedoerp,Seedörp,Zedorf,zedorufu,Зедорф,ゼードルフ	03357042	06	00	03357	03357042
2833885	Seedorf	seedorf	DE	23823	0	Europe/Berlin	53.29681	8.62596				06	00	03352	03352060
2833886	Seedorf	seedorf	DE	23823	0	Europe/Berlin	53.16358	10.71907				06	00	03355	03355010
2833887	Seedorf	seedorf	DE	23823	0	Europe/Berlin	53.11943	11.14898				06	00	03354	03354004
2833888	Seedorf	seedorf	DE	23823	0	Europe/Berlin	53.10835	11.42218				11	00	12070	12070244
2833889	Seedorf	seedorf	DE	23823	0	Europe/Berlin	53.08083	10.51353				06	00	03360	03360002
2833890	Seedorf	seedorf	DE	23823	0	Europe/Berlin	52.41218	12.06646		Seedorf		14	00	15086	15086080
2833891	Seedorf	seedorf	DE	23823	0	Europe/Berlin	50.04683	12.24478				02	094	09479	09479147
2833892	Seedorf	seedorf	DE	23823	0	Europe/Berlin	48.94121	12.08749				02	093	09375	09375180
2833893	Seedorf	seedorf	DE	23823	2000	Europe/Berlin	48.24908	8.48993	663			01	083	08325	08325014
2833902	Seeburg	seeburg	DE	06317	0	Europe/Berlin	52.50973	13.1198		Seeburg		11	00	12063	12063056
2833903	Seeburg	seeburg	DE	06317	1649	Europe/Berlin	51.56667	10.15			03159032	06	00	03159	03159032
2833904	Seeburg	seeburg	DE	06317	666	Europe/Berlin	51.49037	11.7026		Seeburg,Zeburg,Zeeburg,Зебург,Зеебург		14	00	15087	15087386
2833905	Seeburg	seeburg	DE	06317	0	Europe/Berlin	50.59092	7.81557				08	00	07143	07143294
2833906	Seeburg	seeburg	DE	06317	0	Europe/Berlin	48.44663	9.45983				01	084	08415	08415078
2833907	Seeburg	seeburg	DE	06317	0	Europe/Berlin	48.09704	12.19625				02	091	09187	09187176
2833933	Seebergen	seebergen	DE	99869	0	Europe/Berlin	53.13761	8.98455				06	00	03356	03356005
2833934	Seebergen	seebergen	DE	99869	1334	Europe/Berlin	50.92077	10.7992		Seebergen,Zebergen,Zeebergen,Зеберген,Зееберген		15	00	16067	16067089
2833982	Seebeck-Strubensee	seebeck-strubensee	DE	16835	0	Europe/Berlin	52.93948	13.02069		Seebeck		11	00	12068	12068437
2833990	Ahlbeck	ahlbeck	DE	17375	0	Europe/Berlin	53.94074	14.18929		Seebad Ahlbeck		12	00	13075	13075049
2834018	Seebach	seebach	DE	77889	0	Europe/Berlin	49.45202	8.15831				08	00	07332	07332002
2834019	Seebach	seebach	DE	77889	0	Europe/Berlin	48.40953	8.30132				01	082	08237	08237075
2834020	Seebach	seebach	DE	77889	2459	Europe/Berlin	51.16506	10.51428		Seebach		15	00	16064	16064046
2834021	Seebach	seebach	DE	77889	0	Europe/Berlin	50.91667	10.41667		Seebach	16063071	15	00	16063	16063071
2834022	Seebach	seebach	DE	77889	0	Europe/Berlin	48.797	13.00815		Seebach		02	092	09271	09271119
2834023	Seebach	seebach	DE	77889	0	Europe/Berlin	47.81578	10.34349				02	097	09780	09780122
2834024	Seebach	seebach	DE	77889	0	Europe/Berlin	47.66506	12.1148				02	091	09187	09187157
2834025	Seebach	seebach	DE	77889	0	Europe/Berlin	47.67067	10.35153				02	097	09780	09780140
2834028	Seebach	seebach	DE	77889	1535	Europe/Berlin	48.57621	8.17048			08317126	01	083	08317	08317126
2834081	Seckach	seckach	DE	74743	4420	Europe/Berlin	49.44222	9.33417		Seckach,Zekakh,Zekkakh,sai ka,zekkaha,Зеках,Зекках,ゼッカハ,塞卡	08225091	01	082	08225	08225091
2834082	Seck	seck	DE	56479	1309	Europe/Berlin	50.57722	8.04972			07143292	08	00	07143	07143292
2834102	Sebnitz	sebnitz	DE	01855	9114	Europe/Berlin	50.9754	14.27579		Zebnic,Zebnica,sai bu ni ci,zbnyts,Зебниц,زبنيتس,زبنیتس,塞布尼茨		13	00	14628	14628360
2834129	Schwörstadt	schworstadt	DE	79739	2459	Europe/Berlin	47.59314	7.8784		Schwoerstadt,Schwörstadt,Shvershtadt,Shvershtat,Shvjorshtadt,shi wei er si ta te,Шверштадт,Шверштат,Швёрштадт,施韦尔斯塔特	08336082	01	083	08336	08336082
2834136	Schwollen	schwollen	DE	55767	456	Europe/Berlin	49.70569	7.17462			07134080	08	00	07134	07134080
2834146	Schwobfeld	schwobfeld	DE	37318	113	Europe/Berlin	51.28333	10.1		Schwobfeld	16061085	15	00	16061	16061085
2834157	Schwissel	schwissel	DE	23795	240	Europe/Berlin	53.9	10.3		Schwissel	01060074	10	00	01060	01060074
2834159	Schwirzheim	schwirzheim	DE	54597	439	Europe/Berlin	50.23333	6.53333			07232305	08	00	07232	07232305
2834165	Schwinkendorf	schwinkendorf	DE	17139	375	Europe/Berlin	53.64273	12.68401		Schwinkendorf		12	00	13071	13071103
2835152	Schwarzbach	schwarzbach	DE	01945	242	Europe/Berlin	50.79715	11.87493			16076068	15	00	16076	16076068
2835153	Schwarzbach	schwarzbach	DE	01945	0	Europe/Berlin	50.66564	10.28394				15	00	16066	16066064
2834183	Schwindegg	schwindegg	DE	84419	3501	Europe/Berlin	48.27155	12.25978		Shvindeg,Shvindegg,Svindeg,shi wen de ge,shwyndg,Швиндег,Швиндегг,Швіндегг,Շվինդեգ,شویندگ,施温德格	09183144	02	091	09183	09183144
2834196	Schwifting	schwifting	DE	86940	871	Europe/Berlin	48.04555	10.92762		Shvifting,shi wei fu ting,shuvu~ifutingu,shwyftyng,Швифтинг,Швіфтінг,Շվիֆթինգ,شویفتینگ,シュヴィフティング,施维夫廷	09181140	02	091	09181	09181140
2834200	Schwiesau	schwiesau	DE	39638	380	Europe/Berlin	52.59769	11.25828		Schwiesau		14	00	15081	15081280
2834226	Schwieberdingen	schwieberdingen	DE	71701	10736	Europe/Berlin	48.87644	9.07439		Shviberdingen,shi wei bei er ding gen,shwybrdyngn,swwybrdyngn,Швибердинген,Швібердінген,שוויברדינגן,شویبردینگن,施维贝尔丁根	08118067	01	081	08118	08118067
2834228	Schwickershausen	schwickershausen	DE	98631	381	Europe/Berlin	50.45628	10.37233		Schwickershausen		15	00	16066	16066094
2834229	Schwickershausen	schwickershausen	DE	98631	0	Europe/Berlin	50.31349	8.2974				05	065	06533	06533003
2834240	Schwetzingen	schwetzingen	DE	68723	22593	Europe/Berlin	49.38217	8.5823		Schwetzinge,Schwetzingen,Shvecingen,Shvetcingen,shftsynghn,shi wei qing gen,shuvu~etsu~ingen,shwtsyngn,Шветцинген,Швецинген,شفتسينغن,شوتسینگن,シュヴェツィンゲン,施韦青根		01	082	08226	08226084
2834249	Schwesing	schwesing	DE	25813	908	Europe/Berlin	54.49482	9.13504		Schwesing	01054118	10	00	01054	01054118
2834257	Schwerz	schwerz	DE	06188	564	Europe/Berlin	51.56528	12.13279		Schwerz		14	00	15088	15088195
2834265	Schwerte	schwerte	DE	58239	50399	Europe/Berlin	51.44387	7.5675		Schweierte,Schwerte,Shverte,Sverte,ZPX,shfyrth,shi wei te,shwrth,Švertė,Шверте,شفيرته,شورته,施韦特		07	059	05978	05978028
2834266	Schwerstedt	schwerstedt	DE	99439	695	Europe/Berlin	51.15578	10.9207			16068049	15	00	16068	16068049
2834267	Schwerstedt	schwerstedt	DE	99439	377	Europe/Berlin	51.06667	11.28333			16071102	15	00	16071	16071102
2834271	Schwerinsdorf	schwerinsdorf	DE	26835	762	Europe/Berlin	53.31039	7.6605			03457019	06	00	03457	03457019
2834272	Schwerinsburg	schwerinsburg	DE	17398	165	Europe/Berlin	53.73716	13.67819				12	00	13075	13075029
2834275	Schweringen	schweringen	DE	27333	912	Europe/Berlin	52.75	9.18333		Shveringen,Swering,shi wei lin gen,shuvu~eringen,Шверинген,シュヴェリンゲン,施韦林根	03256028	06	00	03256	03256028
2834282	Schwerin	schwerin	DE	15755	96641	Europe/Berlin	53.62937	11.41316		SZW,Schwerin,Shverin,Shverini,Shveryn,Suerinum,Sverin,Sverinas,Sverine,Swerin,Zwerin,Zwěrin,ch weri n,shen wei lin,shfyryn,shuvu~erin,shwryn,sverina,swwryn,syubelin,Šverinas,Šverīne,Σβερίν,Шверин,Шверын,Шверін,Շվերին,שוורין,شفيرين,شورین,श्वेरिन,ชเวริน,シュヴェリーン,什未林,슈베린	12	12	00	13004	13004000
2834283	Schwerin	schwerin	DE	15755	0	Europe/Berlin	52.19278	13.87683		Schwerin		11	00	12067	12067481
2834284	Schwerin	schwerin	DE	15755	0	Europe/Berlin	52.15	13.63333			12061448	11	00	12061	12061448
2834291	Schwerbach	schwerbach	DE	55624	62	Europe/Berlin	49.9	7.35			07134079	08	00	07134	07134079
2834293	Schweppenhausen	schweppenhausen	DE	55444	890	Europe/Berlin	49.92665	7.79971			07133093	08	00	07133	07133093
2834296	Schwepnitz	schwepnitz	DE	01936	2823	Europe/Berlin	51.32809	13.95772		Schwepnitzi vald,Sepicy,Shvepnic,shi wei pu ni ci,Швепниц,施韦普尼茨	14625550	13	00	14625	14625550
2834311	Schwenningen	schwenningen	DE	72477	0	Europe/Berlin	48.93248	10.10738				01	081	08136	08136046
2834312	Schwenningen	schwenningen	DE	72477	1478	Europe/Berlin	48.65	10.65			09773164	02	097	09773	09773164
2834313	Schwenningen	schwenningen	DE	72477	1563	Europe/Berlin	48.1	9			08437102	01	084	08437	08437102
2834334	Schwendi	schwendi	DE	88477	6309	Europe/Berlin	48.17424	9.97541			08426108	01	084	08426	08426108
2834350	Schwenda	schwenda	DE	06547	616	Europe/Berlin	51.56002	11.02126		Schwenda		14	00	15087	15087412
2834354	Schwemsal	schwemsal	DE	06774	677	Europe/Berlin	51.62687	12.55657		Schwemsal		14	00	15082	15082241
2834372	Schwelm	schwelm	DE	58332	30235	Europe/Berlin	51.28635	7.29388		Schwelm,Shvel'm,Shvelm,shfylm,shi wei er mu,shwlm,Швелм,Швельм,شفيلم,شولم,施韦尔姆	05954	07	059	05954	05954024
2834415	Schweix	schweix	DE	66957	388	Europe/Berlin	49.13333	7.51667			07340048	08	00	07340	07340048
2834416	Schweitenkirchen	schweitenkirchen	DE	85301	4876	Europe/Berlin	48.50333	11.60451		Schweinkiacha,Shvajtenkirkhen,shi wei teng ji er xing,shwaytn kyrshn,Швайтенкирхен,Швайтенкірхен,Швајтенкирхен,Շվայթենկիրխեն,شوایتن کیرشن,施魏滕基尔兴	09186152	02	091	09186	09186152
2834417	Schweisweiler	schweisweiler	DE	67808	370	Europe/Berlin	49.58333	7.81667			07333069	08	00	07333	07333069
2834456	Schweinschied	schweinschied	DE	67744	187	Europe/Berlin	49.7	7.56667			07133092	08	00	07133	07133092
2834487	Schweinitz	schweinitz	DE	39279	315	Europe/Berlin	52.10879	12.19564		Schweinitz		14	00	15086	15086140
2834488	Schweinitz	schweinitz	DE	39279	0	Europe/Berlin	51.7945	13.02258		Schweinitz		14	00	15091	15091145
2834489	Schweinitz	schweinitz	DE	39279	0	Europe/Berlin	50.72092	11.61152				15	00	16075	16075085
2834498	Schweinfurt	schweinfurt	DE	97412	54012	Europe/Berlin	50.04937	10.22175	250	Schweinfurt,Shvajnfurt,Suevofortum,ZPW,shfaynfwrt,shi wei yin fu te,shwaynfwrt,Швайнфурт,Швајнфурт,شفاينفورت,شواینفورت,施韦因富特	09662	02	096	09662	09662000
2834519	Schweindorf	schweindorf	DE	26556	0	Europe/Berlin	53.6	7.46667			03462013	06	00	03462	03462013
2834520	Schweindorf	schweindorf	DE	26556	0	Europe/Berlin	48.7832	10.41472		Schweindorf		01	081	08136	08136045
2834548	Schweina	schweina	DE	36448	3098	Europe/Berlin	50.82502	10.33788		Shvajna,shi wei na,Швайна,Швајна,施魏纳		15	00	16063	16063099
2834549	Schweina	schweina	DE	36448	0	Europe/Berlin	49.12887	10.7111				02	095	09577	09577136
2834560	Schweighofen	schweighofen	DE	76889	576	Europe/Berlin	49.03984	7.99367			07337072	08	00	07337	07337072
2834569	Schweighausen	schweighausen	DE	56377	260	Europe/Berlin	50.28333	7.75			07141127	08	00	07141	07141127
2834571	Schweighausen	schweighausen	DE	56377	0	Europe/Berlin	49.01419	10.10573				01	081	08136	08136035
2834572	Schweighausen	schweighausen	DE	56377	0	Europe/Berlin	48.22003	7.96899				01	083	08317	08317121
2834591	Schweickershausen	schweickershausen	DE	98663	169	Europe/Berlin	50.23923	10.63044		Schweickershausen		15	00	16069	16069046
2834594	Schweich	schweich	DE	54338	6533	Europe/Berlin	49.82215	6.75256		Schweich,Shvajkh,shfaysh,shi wei xi,shuvu~aihi,shvaikhi,shwaysh,Швайх,Швајх,شفايش,شوایش,შვაიხი,シュヴァイヒ,施魏希		08	00	07235	07235125
2834611	Schwegenheim	schwegenheim	DE	67365	2996	Europe/Berlin	49.27	8.32861			07334028	08	00	07334	07334028
2834629	Schwedt (Oder)	schwedt-oder	DE	16303	38001	Europe/Berlin	53.05963	14.28154		Schwedt,Schwedt/Oder,Stadt Schwedt/Oder		11	00	12073	12073532
2834646	Schwedelbach	schwedelbach	DE	67685	1119	Europe/Berlin	49.49557	7.59366			07335043	08	00	07335	07335043
2834651	Schwebheim	schwebheim	DE	97525	4023	Europe/Berlin	49.99036	10.24776		Shvebgajm,Shvebkhajm,shi wei bu hai mu,shwbhaym,Швебгайм,Швебхайм,Швебхајм,شوبهایم,施韦布海姆	09678176	02	096	09678	09678176
2834652	Schwebheim	schwebheim	DE	97525	0	Europe/Berlin	49.48557	10.353		Schwebheim		02	095	09575	09575115
2834726	Schwarzholz	schwarzholz	DE	39596	270	Europe/Berlin	52.74627	11.97458				14	00	15090	15090245
2834727	Schwarzholz	schwarzholz	DE	39596	0	Europe/Berlin	50.1075	11.4				02	094	09477	09477128
2834733	Schwarzhofen	schwarzhofen	DE	92447	1496	Europe/Berlin	49.37749	12.3449		Schwarzhofen,Schwoazhof,Shvarcgofen,Shvarckhofen,shi wa er ci huo fen,shwartshwfn,Шварцгофен,Шварцхофен,شوارتسهوفن,施瓦尔茨霍芬		02	093	09376	09376164
2834740	Schwarzheide	schwarzheide	DE	01987	6646	Europe/Berlin	51.47671	13.85559		Carny Gozd,Carny Gózd,Schwarzheide,Shvarckhajde,shfartshaydh,shi wa er ci hai de,shwartshaydh,Шварцхайде,Шварцхајде,Շվարցհայդե,شفارتسهايده,شوارتسهایده,施瓦尔茨海德		11	00	12066	12066296
2834842	Schwarzerden	schwarzerden	DE	55629	0	Europe/Berlin	50.48163	9.90861				05	066	06631	06631021
2834843	Schwarzerden	schwarzerden	DE	55629	243	Europe/Berlin	49.85	7.51667		Shvarcerden,shi wa er ce er deng,Шварцерден,施瓦尔策尔登	07133205	08	00	07133	07133205
2834844	Schwarzerden	schwarzerden	DE	55629	0	Europe/Berlin	49.53394	7.283				09	00	10046	10046111
2834945	Schwarzenfeld	schwarzenfeld	DE	92521	6398	Europe/Berlin	49.38774	12.13484		Schwarzenfeld,Shvarcenfel'd,Shvarcenfeld,shi wa er cen fei er de,shwartsnfld,Шварценфелд,Шварценфельд,شوارتسنفلد,施瓦尔岑费尔德		02	093	09376	09376163
2834955	Schwarzenbruck	schwarzenbruck	DE	90592	8690	Europe/Berlin	49.35778	11.24333		Schwarzenbruck,Shvarcenbruk,shi wa er cen bu lu ke,Шварценбрук,Շվարցենբրուք,施瓦尔岑布鲁克	09574157	02	095	09574	09574157
2834963	Schwarzenborn	schwarzenborn	DE	34639	1251	Europe/Berlin	50.90977	9.44658		Schwarzenborn		05	066	06634	06634023
2834964	Schwarzenborn	schwarzenborn	DE	34639	0	Europe/Berlin	50.89542	8.85915				05	065	06534	06534006
2834965	Schwarzenborn	schwarzenborn	DE	34639	0	Europe/Berlin	50.62093	9.96366				05	066	06631	06631023
2834966	Schwarzenborn	schwarzenborn	DE	34639	52	Europe/Berlin	50.03333	6.71667			07231116	08	00	07231	07231116
2835013	Schwarzenbek	schwarzenbek	DE	21493	14832	Europe/Berlin	53.50303	10.48055		Schwarzenbek,Shvarcenbek,shfartsynbk,shi wa cen bei ke,shwartynbk,Шварценбек,شفارتسينبك,شوارتینبک,施瓦岑贝克		10	00	01053	01053116
2835018	Schwarzenbach an der Saale	schwarzenbach-an-der-saale	DE	95126	11375	Europe/Berlin	50.22279	11.93504		Schwarzenbach,Schwarzenbach an der Saale,Shvarcenbakh an der Zale,Shvarcenbakh-an-der-Zaale,Shvarcenbakh-an-der-Zale,Shvarcenbakh-na-Zaale,shfartsnbakh an dr zalh,shwartsnbakh an dr zalh,Шварценбах ан дер Зале,Шварценбах-ан-дер-Заале,Шварценбах-ан-дер-Зале,Шварценбах-на-Заале,شفارتسنباخ أن در زاله,شوارتسنباخ آن در زاله,シュヴァルツェンバッハ・アン・デア・ザーレ		02	094	09475	09475168
2835019	Schwarzenbach am Wald	schwarzenbach-am-wald	DE	95131	0	Europe/Berlin	50.28464	11.62494		Schwarzenbach am Wald,Shvarcenbakh am Vald,Shvarcenbakh-am-Val'd,lin shan lu shi wa cen ba he,shfartsnbakh am fald,shwartsnbakh am wald,Шварценбах ам Валд,Шварценбах-ам-Вальд,شفارتسنباخ آم فالد,شوارتسنباخ آم والد,シュヴァルツェンバッハ・アム・ヴァルト,林山麓施瓦岑巴赫		02	094	09475	09475169
2835033	Schwärzenbach	schwarzenbach	DE	92720	0	Europe/Berlin	48.43724	8.02478				01	083	08317	08317034
2835034	Schwarzenbach	schwarzenbach	DE	92720	1129	Europe/Berlin	49.83876	12.38005				02	093	09377	09377112
2835035	Schwarzenbach	schwarzenbach	DE	92720	0	Europe/Berlin	49.72462	11.99758			09374156	02	093	09374	09374156
2835036	Schwarzenbach	schwarzenbach	DE	92720	0	Europe/Berlin	49.67335	10.77579				02	095	09572	09572135
2835037	Schwarzenbach	schwarzenbach	DE	92720	0	Europe/Berlin	49.5958	7.01844		Schwarzenbach		09	00	10046	10046115
2835038	Schwarzenbach	schwarzenbach	DE	92720	0	Europe/Berlin	49.35297	11.34441				02	095	09574	09574117
2835039	Schwarzenbach	schwarzenbach	DE	92720	0	Europe/Berlin	49.29166	7.31981				09	00	10045	10045114
2835040	Schwarzenbach	schwarzenbach	DE	92720	0	Europe/Berlin	49.17261	13.07828				02	093	09372	09372178
2835041	Schwarzenbach	schwarzenbach	DE	92720	0	Europe/Berlin	47.97676	9.51674				01	084	08436	08436019
2835042	Schwarzenbach	schwarzenbach	DE	92720	0	Europe/Berlin	47.80149	10.26604				02	097	09780	09780112
2835043	Schwärzenbach	schwarzenbach	DE	92720	0	Europe/Berlin	47.75242	11.75408				02	091	09182	09182116
2835044	Schwarzenbach	schwarzenbach	DE	92720	0	Europe/Berlin	47.72641	9.58377		Schwarzenbach		01	084	08435	08435035
2835045	Schwarzenbach	schwarzenbach	DE	92720	0	Europe/Berlin	47.68281	10.36131				02	097	09780	09780140
2835046	Schwarzenbach	schwarzenbach	DE	92720	0	Europe/Berlin	47.6422	9.76341				01	084	08436	08436081
2835047	Schwarzenbach	schwarzenbach	DE	92720	0	Europe/Berlin	47.62425	10.58595				02	097	09777	09777170
2835048	Schwarzenbach	schwarzenbach	DE	92720	0	Europe/Berlin	47.58154	10.62836				02	097	09777	09777129
2835050	Schwarzenbach	schwarzenbach	DE	92720	0	Europe/Berlin	48.12036	8.19663				01	083	08326	08326054
2835058	Schwarzen	schwarzen	DE	55481	146	Europe/Berlin	49.96667	7.33333			07140141	08	00	07140	07140141
2835059	Schwarzen	schwarzen	DE	55481	0	Europe/Berlin	48.98912	12.96267				02	092	09276	09276134
2835105	Schwarzburg	schwarzburg	DE	07427	642	Europe/Berlin	50.64304	11.19189			16073082	15	00	16073	16073082
2835150	Schwarzbach	schwarzbach	DE	01945	827	Europe/Berlin	51.45	13.93333			12066292	11	00	12066	12066292
2835151	Schwarzbach	schwarzbach	DE	01945	0	Europe/Berlin	51.08856	12.77262				13	00	14522	14522280
2835154	Schwarzbach	schwarzbach	DE	01945	0	Europe/Berlin	50.60721	9.90048				05	066	06631	06631013
2835155	Schwarzbach	schwarzbach	DE	01945	0	Europe/Berlin	50.5614	12.86638		Schwarzbach		13	00	14521	14521180
2835156	Schwarzbach	schwarzbach	DE	01945	0	Europe/Berlin	50.48199	10.82879		Schwarzbach		15	00	16069	16069058
2835157	Schwarzbach	schwarzbach	DE	01945	0	Europe/Berlin	49.34044	7.83367				08	00	07332	07332014
2835158	Schwarzbach	schwarzbach	DE	01945	0	Europe/Berlin	47.76323	12.92764				02	091	09172	09172114
2835164	Spiegelau	spiegelau	DE	94518	4132	Europe/Berlin	48.91517	13.36229		Schwarzach,Schwarzach mit Spiegelau,Shpigelau,Spiaglau,Spiegelau,Spiegelau mit Schwarzach,ashpyglaw,shi pi ge lao,Шпигелау,Шпігелау,Շփիգելաու,اشپیگلاو,施皮格劳	09272149	02	092	09272	09272149
2835169	Schwarzach bei Nabburg	schwarzach-bei-nabburg	DE	92548	0	Europe/Berlin	49.41053	12.22744		Schwarzach,Shvarcakh baj Naburg,Shvarcakh-Nabburg,Shvarcakh-baj-Nabburg,na bao fu jin shi wa er cha he,shwartsakh bay nabwrg,Шварцах бај Набург,Шварцах-Наббург,Шварцах-бай-Наббург,شوارتساخ بای نابورگ,纳堡附近施瓦尔察赫		02	093	09376	09376162
2835180	Schwarzach	schwarzach	DE	74869	0	Europe/Berlin	49.4943	12.64169				02	093	09376	09376167
2835181	Schwarzach	schwarzach	DE	74869	0	Europe/Berlin	49.32898	11.07439				02	095	09565	09565000
2835182	Schwarzach	schwarzach	DE	74869	0	Europe/Berlin	49.25313	11.30811				02	093	09373	09373156
2835183	Schwarzach	schwarzach	DE	74869	0	Europe/Berlin	49.01744	13.17244				02	092	09276	09276129
2835184	Schwarzach	schwarzach	DE	74869	2898	Europe/Berlin	48.91567	12.81143		Schwarzach		02	092	09278	09278187
2835185	Schwarzach	schwarzach	DE	74869	1912	Europe/Berlin	48.74738	8.03738		Schwarzach		01	082	08216	08216063
2835186	Schwarzach	schwarzach	DE	74869	0	Europe/Berlin	48.0449	9.46677				01	084	08437	08437100
2835193	Schwarza	schwarza	DE	98547	1398	Europe/Berlin	50.85386	11.32433				15	00	16071	16071008
2835194	Schwarza	schwarza	DE	98547	0	Europe/Berlin	50.68971	11.3225		Schwarza		15	00	16073	16073076
2835195	Schwarza	schwarza	DE	98547	0	Europe/Berlin	50.61925	10.52971			16066065	15	00	16066	16066065
2835196	Schwarz	schwarz	DE	17252	427	Europe/Berlin	53.22412	12.78465				12	00	13071	13071133
2835197	Schwarz	schwarz	DE	17252	0	Europe/Berlin	51.89068	11.79368				14	00	15089	15089055
2835198	Schwarz	schwarz	DE	17252	0	Europe/Berlin	50.72126	9.42152				05	065	06535	06535006
2835199	Schwärz	schwarz	DE	17252	0	Europe/Berlin	49.32842	11.70028				02	093	09371	09371132
2835216	Schwartbuck	schwartbuck	DE	24257	895	Europe/Berlin	54.35759	10.47866		Schwartbuck	01057076	10	00	01057	01057076
2835220	Schwarmstedt	schwarmstedt	DE	29690	5159	Europe/Berlin	52.67794	9.61767		Shvarmshtedt,Shvarmshtet,shi wa er mu si te,Швармштедт,Швармштет,施瓦尔姆斯特	03358020	06	00	03358	03358020
2835223	Schwarme	schwarme	DE	27327	2544	Europe/Berlin	52.9	9.01667			03251033	06	00	03251	03251033
2835245	Schwanheim	schwanheim	DE	76848	0	Europe/Berlin	50.08333	8.58333		Frankfurt-Schwanheim		05	064	06412	06412000
2835246	Schwanheim	schwanheim	DE	76848	0	Europe/Berlin	49.6975	8.56972				05	064	06431	06431002
2835247	Schwanheim	schwanheim	DE	76848	0	Europe/Berlin	49.40279	8.9749		Schwanheim		01	082	08226	08226081
2835248	Schwanheim	schwanheim	DE	76848	602	Europe/Berlin	49.16667	7.88333			07340047	08	00	07340	07340047
2835249	Schwanheide	schwanheide	DE	19258	760	Europe/Berlin	53.4292	10.68305		Schwanheide,Shvankhajde,ZSD,shi wan hai de,Шванхайде,Шванхајде,施万海德		12	00	13076	13076122
2835255	Schwangau	schwangau	DE	87645	3505	Europe/Berlin	47.57722	10.73416		Schwangau,Shvangau,Швангау	09777169	02	097	09777	09777169
2835256	Schwanfeld	schwanfeld	DE	97523	2032	Europe/Berlin	49.92166	10.13866		Shvanfel'd,Shvanfeld,shi wan fei er de,shwanfld,Шванфелд,Шванфельд,شوانفلد,施万费尔德	09678175	02	096	09678	09678175
2835260	Schwanewede	schwanewede	DE	28790	20015	Europe/Berlin	53.23333	8.6		Gemeen Swonewebel,Schwanewede,Shvanevede,shi wa nei wei de,Шваневеде,施瓦内韦德	03356009	06	00	03356	03356009
2835282	Schwanefeld	schwanefeld	DE	39343	299	Europe/Berlin	52.26522	11.0919		Schwanefeld		14	00	15083	15083411
2835289	Schwanebeck	schwanebeck	DE	14806	0	Europe/Berlin	52.62514	13.54408				11	00	12060	12060181
2835290	Schwanebeck	schwanebeck	DE	14806	0	Europe/Berlin	52.57291	12.79255				11	00	12063	12063208
2835291	Schwanebeck	schwanebeck	DE	14806	0	Europe/Berlin	52.17652	12.62716				11	00	12069	12069020
2835292	Schwanebeck	schwanebeck	DE	14806	2435	Europe/Berlin	51.9679	11.12393		Schwanebeck,Shvanebek,shfannbk,shi wa nei bei ke,shwannbk,Шванебек,شفاننبك,شواننبک,施瓦内贝克		14	00	15085	15085285
2835331	Schwanbeck	schwanbeck	DE	17099	0	Europe/Berlin	53.9043	10.96115				12	00	13074	13074017
2835332	Schwanbeck	schwanbeck	DE	17099	376	Europe/Berlin	53.73013	13.4428				12	00	13071	13071035
2835342	Schwalmtal	schwalmtal	DE	36318	19435	Europe/Berlin	51.21667	6.26667		Schwalmtal	05166024	07	051	05166	05166024
2835343	Schwalmtal	schwalmtal	DE	36318	3159	Europe/Berlin	50.68333	9.21667			06535017	05	065	06535	06535017
2835345	Schwalmstadt	schwalmstadt	DE	34613	19279	Europe/Berlin	50.93333	9.21667		Schwalmstadt,Shval'mshtadt,Shval'mshtat,Shvalmshtat,shi wa er mu si ta te,shuvu~arumushutatto,Швалмштат,Швальмштадт,Швальмштат,شوالم‌اشتات,シュヴァルムシュタット,施瓦尔姆斯塔特		05	066	06634	06634022
2835352	Schwallungen	schwallungen	DE	98590	2782	Europe/Berlin	50.6926	10.35706		Schwallungen,Shvallungen,Shvalungen,shi wa lun gen,Шваллунген,Швалунген,施瓦伦根	16066064	15	00	16066	16066064
2835355	Schwall	schwall	DE	56281	0	Europe/Berlin	50.18283	7.86888				08	00	07141	07141092
2835356	Schwall	schwall	DE	56281	328	Europe/Berlin	50.15	7.55			07140140	08	00	07140	07140140
2835380	Schwalbach	schwalbach	DE	66773	1600	Europe/Berlin	50.49672	8.46943	285			05	065	06532	06532018
2835381	Schwalbach am Taunus	schwalbach-am-taunus	DE	65824	14192	Europe/Berlin	50.15	8.53333		Shval'bakh,Shval'bakh-am-Taunus,Shvalbakh am Taunus,shfalbakh am tawnws,shwalbakh am tanws,tao nu si shan lu shi wa er ba he,Швалбах ам Таунус,Швальбах,Швальбах-ам-Таунус,شفالباخ آم تاونوس,شوالباخ آم تانوس,シュヴァルバッハ・アム・タウヌス,陶努斯山麓施瓦尔巴赫		05	064	06436	06436011
2835382	Schwalbach	schwalbach	DE	66773	18708	Europe/Berlin	49.3	6.81667			10044118	09	00	10044	10044118
2835385	Schwaikheim	schwaikheim	DE	71409	9295	Europe/Berlin	48.87733	9.34958		Shvajkgajm,Shvajkkhajm,shi wei ke hai mu,Швайкгайм,Швайкхайм,Швајкхајм,施魏克海姆	08119068	01	081	08119	08119068
2835411	Schwaigern	schwaigern	DE	74193	11047	Europe/Berlin	49.14494	9.05525		Schwaigern,Shvajgern,shfayghrn,shi wei ge er en,shuvu~aigerun,shwaygrn,Швайгерн,Швајгерн,شفايغرن,شوایگرن,シュヴァイゲルン,施魏格尔恩		01	081	08125	08125086
2835416	Schwaigen	schwaigen	DE	82445	621	Europe/Berlin	47.61667	11.15			09180131	02	091	09180	09180131
2835420	Schwaig	schwaig	DE	90571	0	Europe/Berlin	48.5875	13.07139				02	092	09275	09275114
2835421	Schwaig	schwaig	DE	90571	8340	Europe/Berlin	49.46955	11.20064		Schwaig,Shvajg,Швайг		02	095	09574	09574156
2835422	Schwaig	schwaig	DE	90571	0	Europe/Berlin	49.38165	12.1508				02	093	09376	09376163
2835423	Schwaig	schwaig	DE	90571	0	Europe/Berlin	49.07763	12.39822				02	093	09375	09375120
2835424	Schwaig	schwaig	DE	90571	0	Europe/Berlin	48.7695	11.70387		Schwaig		02	092	09273	09273152
2835425	Schwaig	schwaig	DE	90571	0	Europe/Berlin	48.65582	12.84876				02	092	09279	09279113
2835426	Schwaig	schwaig	DE	90571	0	Europe/Berlin	48.62618	11.58552				02	091	09186	09186162
2835427	Schwaig	schwaig	DE	90571	0	Europe/Berlin	48.33908	11.83938		Schwaig		02	091	09177	09177133
2835428	Schwaig	schwaig	DE	90571	0	Europe/Berlin	48.30191	12.28564				02	091	09183	09183114
2835429	Schwaig	schwaig	DE	90571	0	Europe/Berlin	47.93147	11.96068				02	091	09187	09187179
2835430	Schwaig	schwaig	DE	90571	0	Europe/Berlin	47.89114	11.84146				02	091	09187	09187130
2835431	Schwaig	schwaig	DE	90571	0	Europe/Berlin	47.84455	12.08072				02	091	09163	09163000
2835432	Schwaig	schwaig	DE	90571	0	Europe/Berlin	47.80676	11.87995				02	091	09182	09182123
2835433	Schwaig	schwaig	DE	90571	0	Europe/Berlin	47.79145	11.39314				02	091	09173	09173123
2835434	Schwaig	schwaig	DE	90571	0	Europe/Berlin	47.77983	11.4648				02	091	09173	09173134
2835435	Schwaig	schwaig	DE	90571	0	Europe/Berlin	47.7466	12.12461				02	091	09187	09187120
2835436	Schwaig	schwaig	DE	90571	0	Europe/Berlin	47.73753	11.84937				02	091	09182	09182131
2835437	Schwaig	schwaig	DE	90571	0	Europe/Berlin	47.70859	10.95983				02	091	09190	09190145
2835438	Schwaig	schwaig	DE	90571	0	Europe/Berlin	47.68919	10.93764				02	091	09190	09190160
2835454	Schwaförden	schwaforden	DE	27252	1493	Europe/Berlin	52.73775	8.83026		Schwafoerden,Schwaförden,Shvaferden,Shvafjorden,Swabern,shi wa fu er deng,Шваферден,Швафёрден,施瓦弗尔登	03251032	06	00	03251	03251032
2835467	Schwabstedt	schwabstedt	DE	25876	1367	Europe/Berlin	54.39705	9.18646		Schwabstedt,Shvabshtedt,Shvabshtet,Svavsted,Swabstaeae,Swåbstää,shi wa bu si te,Швабштедт,Швабштет,施瓦布斯特	01054116	10	00	01054	01054116
2835470	Schwabsoien	schwabsoien	DE	86987	1344	Europe/Berlin	47.83333	10.83333		Shvabzoen,Shvabzojen,Svabzoyen,shi wa bu suo yi en,shuvu~apuzoien,shwabzwyyn,Швабзойен,Швабзоєн,Швабзојен,Շվաբզոյեն,شوابزوئین,シュヴァープゾイエン,施瓦布索伊恩	09190151	02	091	09190	09190151
2835477	Schwabmünchen	schwabmunchen	DE	86830	13232	Europe/Berlin	48.17928	10.75675		Schwabmuenchen,Schwabmunchen,Schwabmünchen,Shvabminkhen,Shvabmjunkhen,Svabmyunxen,shfabmwnshn,shi wa bu ming xing,shwabmwnshn,Швабминхен,Швабмюнхен,Շվաբմյունխեն,شفابمونشن,شوابمونشن,施瓦布明兴		02	097	09772	09772200
2835482	Schwäbisch Gmünd	schwabisch-gmund	DE	73525	61338	Europe/Berlin	48.79947	9.79809		Gamundia,Gmund,Gmünd,Schwaebisch Gmuend,Schwäbisch Gmünd,Shvebish Gmind,Shvebish Gmjund,Shvebish-Gmjund,Svabijos Gmiundas,chwe bi chk mun d,shfaybysh ghmwnd,shi wa ben ge ming de,shvebish-gmiundi,shwbysh gmwnd,Švabijos Gmiundas,Швебиш Гминд,Швебиш Гмюнд,Швебиш-Гмюнд,Швебіш-Гмюнд,شفايبيش غموند,شوبیش گموند,ชเวบิชกมึนด์,შვებიშ-გმიუნდი,施瓦本格明德		01	081	08136	08136065
2835491	Schwabhausen	schwabhausen	DE	85247	0	Europe/Berlin	48.30318	11.35574			09174143	02	091	09174	09174143
2835493	Schwabhausen	schwabhausen	DE	85247	0	Europe/Berlin	51.20833	7.11964				07	051	05124	05124000
2835494	Schwabhausen	schwabhausen	DE	85247	685	Europe/Berlin	50.8885	10.73108			16067059	15	00	16067	16067059
2835495	Schwabhausen	schwabhausen	DE	85247	0	Europe/Berlin	49.45636	9.60215				01	081	08128	08128014
2835496	Schwabhausen	schwabhausen	DE	85247	5911	Europe/Berlin	48.40157	11.35729		Kleinschwabhausen		02	091	09174	09174131
2835530	Schwabbruck	schwabbruck	DE	86986	0	Europe/Berlin	48.77265	11.86166				02	092	09273	09273119
2835531	Schwabbruck	schwabbruck	DE	86986	905	Europe/Berlin	47.82503	10.83619			09190149	02	091	09190	09190149
2835537	Schwabach	schwabach	DE	91126	38554	Europe/Berlin	49.33047	11.02346		Schwabach,Shvabakh,shi wa ba he,shwabakh,Швабах,شواباخ,施瓦巴赫	09565	02	095	09565	09565000
2835540	Schwaara	schwaara	DE	07554	166	Europe/Berlin	50.90347	12.14307		Schwaara	16076067	15	00	16076	16076067
2835542	Schwaan	schwaan	DE	18258	5345	Europe/Berlin	53.94047	12.10715		Schwaan,Shvan,Svana,shfan,shi wan,shwan,Švāna,Шван,شفآن,شوان,施万		12	00	13072	13072095
2835583	Schutzbach	schutzbach	DE	57520	453	Europe/Berlin	50.75	7.9			07132101	08	00	07132	07132101
2835584	Schutz	schutz	DE	54570	161	Europe/Berlin	50.13333	6.75			07233065	08	00	07233	07233065
2835588	Schuttorf	schuttorf	DE	48465	0	Europe/Berlin	51.07406	6.05334				07	053	05370	05370016
2835596	Schutterwald	schutterwald	DE	77746	7105	Europe/Berlin	48.45	7.88333		Shutervald,Shutterval'd,shu te er wa er de,Шутервалд,Шуттервальд,舒特尔瓦尔德	08317122	01	083	08317	08317122
2835597	Schuttertal	schuttertal	DE	77978	3343	Europe/Berlin	48.26667	7.95		Shutertal,Shuttertal',shu te er ta er,Шутертал,Шуттерталь,舒特尔塔尔	08317121	01	083	08317	08317121
2835635	Bad Schussenried	bad-schussenried	DE	88427	8319	Europe/Berlin	48.00468	9.65741		Bad Schussenried,Bad Shusenrid,Bad Susenrid,Bad-Shussenrid,Schussenried,ba te shu sen li de,bad shwsnryd,bad-shusenridi,Бад Шусенрид,Бад-Шуссенрид,Бад-Шуссенрід,Բադ Շուսենրիդ,باد شوسنريد,باد شوسنرید,ბად-შუსენრიდი,巴特舒森里德		01	084	08426	08426014
2836879	Schönbrunn	schonbrunn	DE	69436	0	Europe/Berlin	48.86232	13.53383				02	092	09272	09272127
2835674	Schürensöhlen	schurensohlen	DE	23847	169	Europe/Berlin	53.76667	10.48333		Schurensohlen,Schürensöhlen	01053114	10	00	01053	01053114
2835683	Schürdt	schurdt	DE	57632	248	Europe/Berlin	50.66667	7.55			07132100	08	00	07132	07132100
2835784	Schulzendorf	schulzendorf	DE	15732	0	Europe/Berlin	52.60883	13.25672				16	00	11000	11000000
2835785	Schulzendorf	schulzendorf	DE	15732	0	Europe/Berlin	53.03579	13.04901				11	00	12065	12065301
2835786	Schulzendorf	schulzendorf	DE	15732	0	Europe/Berlin	52.68819	14.09863				11	00	12064	12064512
2835787	Schulzendorf	schulzendorf	DE	15732	7452	Europe/Berlin	52.35818	13.59842		Shul'cendorf,Shulcendorf,shu er cen duo fu,Шулцендорф,Шульцендорф,Շուլցենդորֆ,舒尔岑多夫	12061444	11	00	12061	12061444
2835950	Schüller	schuller	DE	54586	367	Europe/Berlin	50.33333	6.58333		Schueller,Schüller	07233239	08	00	07233	07233239
2835953	Schülldorf	schulldorf	DE	24790	561	Europe/Berlin	54.3	9.73333		Schuelldorf,Schulldorf,Schülldorf	01058146	10	00	01058	01058146
2835971	Schulendorf	schulendorf	DE	21516	0	Europe/Berlin	54.01071	10.68129				10	00	01055	01055044
2835972	Schulendorf	schulendorf	DE	21516	452	Europe/Berlin	53.47323	10.56104			01053115	10	00	01053	01053115
2835983	Schulenberg	schulenberg	DE	18334	365	Europe/Berlin	54.12865	12.5893				12	00	13073	13073055
2835984	Schulenberg	schulenberg	DE	18334	0	Europe/Berlin	52.94068	8.55197				06	00	03458	03458012
2835990	Schuld	schuld	DE	53520	847	Europe/Berlin	50.44767	6.88894			07131074	08	00	07131	07131074
2836009	Schuhlen-Wiese	schuhlen-wiese	DE	15910	0	Europe/Berlin	52.06088	14.10696				11	00	12061	12061329
2836030	Schuby	schuby	DE	24850	0	Europe/Berlin	54.60661	9.98213				10	00	01058	01058042
2836031	Schuby	schuby	DE	24850	2530	Europe/Berlin	54.51667	9.48333		Schuby	01059077	10	00	01059	01059077
2836039	Schrum	schrum	DE	25782	68	Europe/Berlin	54.18333	9.25		Schrum,Shrum,shi lu mu,Шрум,施鲁姆	01051104	10	00	01051	01051104
2836040	Schrozberg	schrozberg	DE	74575	6082	Europe/Berlin	49.34528	9.97944		Schrozberg,Shrocberg,shi luo ci bei ge,shrwtsbrg,shrwtsbrgh,shurotsuberuku,Шроцберг,شروتسبرغ,شروتسبرگ,シュロツベルク,施罗茨贝格		01	081	08127	08127075
2836084	Schrobenhausen	schrobenhausen	DE	86529	16143	Europe/Berlin	48.56067	11.26071		Schrobenhausen,Shrobengauzen,Shrobenkhauzen,Srobenhauzen,shi luo ben hao sen,shrwbnhawzn,Шробенгаузен,Шробенхаузен,Շրոբենհաուզեն,شروبنهاوزن,شروبن‌هاوزن,施罗本豪森		02	091	09185	09185158
2836089	Schriesheim	schriesheim	DE	69198	14379	Europe/Berlin	49.47372	8.6636		Schriesheim,Shrisgajm,Shriskhajm,shi li si hai mu,shryshaym,shryzhaym,shurisuhaimu,Шрисхайм,Шрисхајм,Шрісгайм,شريسهايم,شریزهایم,シュリースハイム,施里斯海姆		01	082	08226	08226082
2836108	Schrepkow	schrepkow	DE	16866	0	Europe/Berlin	52.9778	12.11071				11	00	12070	12070149
2836110	Schrenz	schrenz	DE	06780	629	Europe/Berlin	51.58758	12.07156		Schrenz		14	00	15082	15082440
2836143	Schrecksbach	schrecksbach	DE	34637	3343	Europe/Berlin	50.83333	9.28333		Shreksbakh,shi lei ke si ba he,shurekkusubahha,Шрексбах,シュレックスバッハ,施雷克斯巴赫	06634021	05	066	06634	06634021
2836182	Schraplau	schraplau	DE	06279	1357	Europe/Berlin	51.4375	11.66823		Schraplau,Shraplau,shi la pu lao,shrablaw,shraplaw,Шраплау,شرابلاو,شراپلاو,施拉普劳		14	00	15088	15088340
2836192	Schrampe	schrampe	DE	39619	311	Europe/Berlin	52.8922	11.44206		Schrampe		14	00	15081	15081030
2836203	Schramberg	schramberg	DE	78713	18565	Europe/Berlin	48.22399	8.38583		Shramberg,shi lan bei ge,shrambrg,shrambrgh,Шрамберг,شرامبرغ,شرامبرگ,施兰贝格		01	083	08325	08325053
2836219	Schraden	schraden	DE	04928	598	Europe/Berlin	51.42534	13.69495			12062464	11	00	12062	12062464
2836220	Schraden	schraden	DE	04928	0	Europe/Berlin	47.60957	10.64126				02	097	09777	09777135
2836250	Schotten	schotten	DE	63679	0	Europe/Berlin	53.91731	9.32407				10	00	01061	01061077
2836251	Schotten	schotten	DE	63679	11566	Europe/Berlin	50.50346	9.12516		Schotten,Shoten,Shotten,shao teng,shotten,shtn,Шотен,Шоттен,شتن,ショッテン,绍滕		05	065	06535	06535016
2836271	Schossin	schossin	DE	19073	267	Europe/Berlin	53.54428	11.21727		Schossin		12	00	13076	13076121
2836281	Schortewitz	schortewitz	DE	06369	741	Europe/Berlin	51.65196	12.02454		Schortewitz		14	00	15082	15082440
2836282	Schortens	schortens	DE	26419	21357	Europe/Berlin	53.53333	7.95		Schortens,Shortens,shao er teng si,shrtnz,shwrtnz,Шортенс,شرتنز,شورتنز,绍尔滕斯	03455015	06	00	03455	03455015
2836288	Schorstedt	schorstedt	DE	39606	322	Europe/Berlin	52.70942	11.65541		Schorstedt		14	00	15090	15090070
2836306	Schornsheim	schornsheim	DE	55288	1590	Europe/Berlin	49.84583	8.175		Schornsheim,Shornskhajm,shao er en si hai mu,Шорнсхайм,Шорнсхајм,绍尔恩斯海姆	07331059	08	00	07331	07331059
2836318	Schorndorf	schorndorf	DE	73614	0	Europe/Berlin	49.28444	10.3022				02	095	09571	09571198
2836319	Schorndorf	schorndorf	DE	73614	2554	Europe/Berlin	49.16041	12.59316			09372158	02	093	09372	09372158
2836320	Schorndorf	schorndorf	DE	73614	39697	Europe/Berlin	48.80537	9.52721		Shorndorf,shao en duo fu,shrndwrf,shwrndwrf,Шорндорф,شرندورف,شورندورف,绍恩多夫		01	081	08119	08119067
2836384	Schopsdorf	schopsdorf	DE	39291	284	Europe/Berlin	52.23568	12.22478		Schopsdorf		14	00	15086	15086040
2836387	Schöps	schops	DE	07768	320	Europe/Berlin	50.83333	11.6		Schoeps,Schöps	16074087	15	00	16074	16074087
2836390	Schöppingen	schoppingen	DE	48624	8165	Europe/Berlin	52.1	7.23333		Schoeppingen,Schöppingen,Shepingen,Sheppingen,Shjoppingen,she ping gen,Шепинген,Шеппінген,Шёппинген,舍平根	05554052	07	055	05554	05554052
2836402	Schopp	schopp	DE	67707	1520	Europe/Berlin	49.35	7.68333			07335204	08	00	07335	07335204
2836407	Schopfloch	schopfloch	DE	72296	2884	Europe/Berlin	49.11917	10.30774		Schopfloch,Shopflokh,Sopflox,shopufurohho,swpplwk,Шопфлох,Շոպֆլոխ,שופפלוך,ショプフロッホ		02	095	09571	09571200
2836408	Schopfloch	schopfloch	DE	72296	0	Europe/Berlin	48.53972	9.53199				01	081	08116	08116079
2836409	Schopfloch	schopfloch	DE	72296	2569	Europe/Berlin	48.45477	8.55131			08237061	01	082	08237	08237061
2836413	Schopfheim	schopfheim	DE	79650	19386	Europe/Berlin	47.65105	7.82089		Shopfgajm,Shopfkhajm,shao pu fu hai mu,shpfhaym,shwbfhaym,Шопфгайм,Шопфхайм,Шопфхајм,شوبفهايم,شپفهایم,绍普夫海姆		01	083	08336	08336081
2836438	Schönwalde am Bungsberg	schonwalde-am-bungsberg	DE	23744	2527	Europe/Berlin	54.18333	10.75		Schonwalde am Bungsberg,Schönwalde am Bungsberg	01055038	10	00	01055	01055038
2836448	Schönwald	schonwald	DE	15910	0	Europe/Berlin	48.43368	8.10635				01	083	08317	08317085
2836449	Schönwald	schonwald	DE	15910	0	Europe/Berlin	50.27798	11.67665				02	094	09475	09475169
2836451	Schönwald	schonwald	DE	15910	2548	Europe/Berlin	48.10549	8.20387		Schoenwald im Schwarzwald,Schonwald,Schonwald im Schwarzwald,Schönwald,Schönwald im Schwarzwald,Shenval'd-im-Shvarcval'd,Shenvald im Shvarcvald,Shjonval'd,hei lin shan qu shen wa er de,Шенвалд им Шварцвалд,Шенвальд-ім-Шварцвальд,Шёнвальд,黑林山区申瓦尔德		01	083	08326	08326054
2836455	Schonungen	schonungen	DE	97453	8230	Europe/Berlin	50.05008	10.30809		Shonungen,shao nong gen,shwnwngn,Шонунген,شونونگن,绍农根	09678174	02	096	09678	09678174
2836460	Schönthal	schonthal	DE	93488	2037	Europe/Berlin	49.35	12.6		Schoenthal,Schönthal,Shental,Shental',Shjontal',Шентал,Шенталь,Шёнталь,Շյոնթալ	09372157	02	093	09372	09372157
2836467	Schöntal	schontal	DE	74214	0	Europe/Berlin	47.97789	10.01047		Schoental,Schontal,Schöntal		01	084	08426	08426100
2836469	Schonstett	schonstett	DE	83137	1214	Europe/Berlin	47.98333	12.25			09187173	02	091	09187	09187173
2836480	Schönsee	schonsee	DE	92539	2720	Europe/Berlin	49.5103	12.54763		Schonsee,Schönsee,Shenze,Shjonzee,shen sai,Шензе,Шёнзее,شون‌زی,申塞		02	093	09376	09376160
2836532	Schönkirchen	schonkirchen	DE	24232	6375	Europe/Berlin	54.33333	10.23333		Schoenkarken,Schoenkirchen,Schönkarken,Schönkirchen,Shenkirkhen,Shjonkirkhen,shen ji xing,Шенкирхен,Шёнкирхен,申基兴	01057074	10	00	01057	01057074
2836544	Schoningen	schoningen	DE	38364	0	Europe/Berlin	51.63102	9.65904				06	00	03155	03155012
2836605	Schönhagen	schonhagen	DE	14959	149	Europe/Berlin	51.33898	10.0209		QXH,Schoenhagen,Schönhagen	16061084	15	00	16061	16061084
2836614	Schöngleina	schongleina	DE	07646	543	Europe/Berlin	50.90747	11.72379		Schongleina,Schöngleina	16074086	15	00	16074	16074086
2836615	Schöngeising	schongeising	DE	82296	1806	Europe/Berlin	48.14135	11.20399		Schoengeising,Schöngeising	09179147	02	091	09179	09179147
2836616	Schongau	schongau	DE	86956	12442	Europe/Berlin	47.8124	10.89664		Schongau,Schongium,Shongau,shongau,shwngaw  bayrn,Шонгау,شونگاو، بایرن,ショーンガウ		02	091	09190	09190148
2836658	Schönfeld	schonfeld	DE	01561	2021	Europe/Berlin	51.3	13.7		Schonefeld,Schonfeld,Schönefeld,Schönfeld	14627250	13	00	14627	14627250
2836664	Schönfeld	schonfeld	DE	01561	0	Europe/Berlin	49.92336	12.19314				02	093	09377	09377159
2836665	Schönfeld	schonfeld	DE	01561	0	Europe/Berlin	49.93509	11.35437				02	094	09472	09472154
2836666	Schönfeld	schonfeld	DE	01561	0	Europe/Berlin	49.79756	11.59023				02	094	09472	09472184
2836667	Schönfeld	schonfeld	DE	01561	0	Europe/Berlin	49.67527	9.80207		Schonfeld,Schönfeld		01	081	08128	08128045
2836668	Schönfeld	schonfeld	DE	01561	0	Europe/Berlin	49.09238	12.32908				02	093	09372	09372169
2836669	Schönfeld	schonfeld	DE	01561	0	Europe/Berlin	48.89678	11.04864				02	091	09176	09176160
2836675	Schönewörde	schoneworde	DE	29396	966	Europe/Berlin	52.63333	10.63333			03151026	06	00	03151	03151026
2836697	Schönermark	schonermark	DE	16775	520	Europe/Berlin	53.00699	13.12016			12065276	11	00	12065	12065276
2836721	Schönenberg	schonenberg	DE	79677	0	Europe/Berlin	49.16711	9.76161				01	081	08127	08127086
2836722	Schönenberg	schonenberg	DE	79677	0	Europe/Berlin	48.97227	10.14587				01	081	08136	08136019
2836723	Schönenberg	schonenberg	DE	79677	0	Europe/Berlin	48.96256	8.82855				01	082	08236	08236050
2836724	Schönenberg	schonenberg	DE	79677	0	Europe/Berlin	48.3615	10.40508				02	097	09774	09774144
2836725	Schönenberg	schonenberg	DE	79677	356	Europe/Berlin	47.79378	7.88248			08336080	01	083	08336	08336080
2836770	Schönecken	schonecken	DE	54614	1625	Europe/Berlin	50.15909	6.4682		Sheneken,Shjonekken,she nei ken,Шенекен,Шёнеккен,舍内肯	07232304	08	00	07232	07232304
2836773	Schöneck	schoneck	DE	61137	0	Europe/Berlin	49.01446	13.1248				02	092	09276	09276129
2836790	Schoneberg	schoneberg	DE	16278	0	Europe/Berlin	51.64718	8.17507		Schoneberg		07	059	05974	05974024
2836793	Schöneberg	schoneberg	DE	16278	0	Europe/Berlin	50.66667	7.6			07132099	08	00	07132	07132099
2836795	Schöneberg	schoneberg	DE	16278	661	Europe/Berlin	49.91667	7.75		Sheneberg,Shjoneberg,Шенеберг,Шёнеберг	07133091	08	00	07133	07133091
2836796	Schöneberg	schoneberg	DE	16278	0	Europe/Berlin	48.14169	10.43615				02	097	09778	09778187
2836805	Schonebeck	schonebeck	DE	16928	0	Europe/Berlin	51.98619	7.48687				07	055	05558	05558020
2836806	Schönebeck	schonebeck	DE	16928	0	Europe/Berlin	53.18333	8.98333				03			
2836817	Schondra	schondra	DE	97795	1855	Europe/Berlin	50.26814	9.86277		Schondra,Shondra,Sondra,xiong de la,Шондра,Շոնդրա,雄德拉		02	096	09672	09672149
2836820	Schöndorf	schondorf	DE	07924	0	Europe/Berlin	50.61745	11.69477			16075102	15	00	16075	16075102
2836821	Schöndorf	schondorf	DE	07924	0	Europe/Berlin	50.21766	11.54774				02	094	09477	09477148
2836823	Schöndorf	schondorf	DE	07924	0	Europe/Berlin	49.11309	11.6866				02	093	09373	09373115
2836824	Schöndorf	schondorf	DE	07924	0	Europe/Berlin	48.69696	12.49945				02	092	09279	09279128
2836835	Schönburg	schonburg	DE	06618	0	Europe/Berlin	48.38499	13.26882				02	092	09275	09275141
2836870	Schönbrunn	schonbrunn	DE	69436	0	Europe/Berlin	50.26831	11.59227				02	094	09475	09475169
2836871	Schönbrunn	schonbrunn	DE	69436	0	Europe/Berlin	50.11794	11.01087				02	094	09478	09478165
2836872	Schönbrunn	schonbrunn	DE	69436	0	Europe/Berlin	50.02693	11.97072		Schonbrunn,Schönbrunn		02	094	09479	09479169
2836873	Schönbrunn	schonbrunn	DE	69436	0	Europe/Berlin	49.99835	10.71555				02	096	09674	09674129
2836874	Schönbrunn	schonbrunn	DE	69436	0	Europe/Berlin	49.85701	10.69022		Schonbrunn,Schönbrunn		02	094	09471	09471186
2836875	Schönbrunn	schonbrunn	DE	69436	0	Europe/Berlin	49.71704	12.30271				02	093	09374	09374121
2836877	Schönbrunn	schonbrunn	DE	69436	0	Europe/Berlin	49.22522	11.25154				02	095	09576	09576113
2836878	Schönbrunn	schonbrunn	DE	69436	0	Europe/Berlin	48.91994	11.48062				02	091	09176	09176120
2836880	Schönbrunn	schonbrunn	DE	69436	0	Europe/Berlin	48.86421	13.2411				02	092	09276	09276126
2836881	Schönbrunn	schonbrunn	DE	69436	0	Europe/Berlin	48.8025	13.55954				02	092	09272	09272118
2836882	Schönbrunn	schonbrunn	DE	69436	0	Europe/Berlin	48.55128	12.19519				02	092	09261	09261000
2836883	Schönbrunn	schonbrunn	DE	69436	0	Europe/Berlin	48.32949	11.47737				02	091	09174	09174141
2836884	Schönbrunn	schonbrunn	DE	69436	0	Europe/Berlin	48.20964	12.21656				02	091	09177	09177137
2836908	Schönborn	schonborn	DE	03253	1881	Europe/Berlin	51.60016	13.48967		Schonborn,Schönborn	12062453	11	00	12062	12062453
2836913	Schönborn	schonborn	DE	03253	725	Europe/Berlin	50.3025	7.99401			07141126	08	00	07141	07141126
2836914	Schönborn	schonborn	DE	03253	262	Europe/Berlin	49.95	7.46667			07140139	08	00	07140	07140139
2836915	Schönborn	schonborn	DE	03253	125	Europe/Berlin	49.63333	7.76667		Schoenborn,Schönborn	07333068	08	00	07333	07333068
2836945	Schönberg	schonberg	DE	08393	1304	Europe/Berlin	53.68319	10.42671		Schoenberg,Schönberg	01053112	10	00	01053	01053112
2836959	Schönberg	schonberg	DE	08393	0	Europe/Berlin	49.49025	11.31233		Schonberg,Schönberg		02	095	09574	09574138
2836960	Schönberg	schonberg	DE	08393	0	Europe/Berlin	49.08224	12.20401				02	093	09375	09375208
2836961	Schönberg	schonberg	DE	08393	0	Europe/Berlin	48.96963	9.78809				01	081	08127	08127025
2836962	Schönberg	schonberg	DE	08393	0	Europe/Berlin	48.88814	10.22806				01	081	08136	08136038
2836963	Schönberg	schonberg	DE	08393	0	Europe/Berlin	48.8397	13.33714		Schomberg,Shenberg,Shjonberg,Syonberg,shwnbrg,Шенберг,Шёнберг,Շյոնբերգ,شونبرگ		02	092	09272	09272147
2836965	Schönberg	schonberg	DE	08393	0	Europe/Berlin	48.68314	13.76887				02	092	09275	09275118
2836966	Schönberg	schonberg	DE	08393	0	Europe/Berlin	48.51848	11.40484				02	091	09186	09186151
2836967	Schönberg	schonberg	DE	08393	0	Europe/Berlin	48.36439	8.03341				01	083	08317	08317034
2836968	Schönberg	schonberg	DE	08393	0	Europe/Berlin	48.33333	12.43333		Shenberg,Shjonberg,Syonberg,shwnbrg,Шенберг,Шёнберг,Շյոնբերգ,شونبرگ	09183143	02	091	09183	09183143
2836969	Schönberg	schonberg	DE	08393	964	Europe/Berlin	48.05963	12.28543		Schonberg,Schönberg		02	091	09187	09187116
2836970	Schönberg	schonberg	DE	08393	0	Europe/Berlin	48.04492	12.50373				02	091	09189	09189126
2836971	Schönberg	schonberg	DE	08393	0	Europe/Berlin	47.77196	11.80674				02	091	09182	09182125
2836972	Schönberg	schonberg	DE	08393	0	Europe/Berlin	47.71948	10.98832				02	091	09190	09190145
2836973	Schönberg	schonberg	DE	08393	0	Europe/Berlin	47.7	9.68333				01	084	08436	08436018
2837007	Schönberg	schonberg	DE	08393	0	Europe/Berlin	48.32406	7.97553				01	083	08317	08317127
2837009	Schönbek	schonbek	DE	24582	173	Europe/Berlin	54.16667	9.96667		Schonbek,Schönbek	01058144	10	00	01058	01058144
2837022	Schönbach	schonbach	DE	02708	1368	Europe/Berlin	51.06667	14.56667			14626510	13	00	14626	14626510
2837028	Schönbach	schonbach	DE	02708	280	Europe/Berlin	50.21667	6.95			07233064	08	00	07233	07233064
2837029	Schönbach	schonbach	DE	02708	0	Europe/Berlin	50.0068	10.66399				02	096	09674	09674129
2837031	Schönbach	schonbach	DE	02708	0	Europe/Berlin	48.48347	11.05611				02	097	09771	09771140
2837032	Schönbach	schonbach	DE	02708	0	Europe/Berlin	48.26857	12.22771				02	091	09183	09183144
2837042	Schönau an der Brend	schonau-an-der-brend	DE	97659	0	Europe/Berlin	50.38104	10.1044		Schonau an der Brend,Schönau an der Brend		02	096	09673	09673163
2837048	Schönau	schonau	DE	66996	0	Europe/Berlin	48.6206	13.74664				02	092	09275	09275156
2837062	Schönau	schonau	DE	66996	1365	Europe/Berlin	50.07571	9.72169		Schonau,Schönau		02	096	09677	09677131
2837063	Schönau	schonau	DE	66996	0	Europe/Berlin	49.46218	12.59713				02	093	09372	09372163
2837064	Schönau	schonau	DE	66996	4918	Europe/Berlin	49.43665	8.8088		Schonau,Schönau,Shenau,Shjonau,shenau,shwnaw,Шенау,Шёнау,شوناو,シェーナウ		01	082	08226	08226080
2837065	Schönau	schonau	DE	66996	0	Europe/Berlin	49.38496	12.32703				02	093	09376	09376164
2837066	Schönau	schonau	DE	66996	0	Europe/Berlin	49.21367	10.46082				02	095	09571	09571166
2837067	Schönau	schonau	DE	66996	0	Europe/Berlin	49.07131	12.94983				02	092	09276	09276144
2837069	Schönau	schonau	DE	66996	0	Europe/Berlin	48.99489	10.11429				01	081	08136	08136019
2837070	Schönau	schonau	DE	66996	0	Europe/Berlin	48.91336	11.08074				02	091	09176	09176160
2837071	Schönau	schonau	DE	66996	0	Europe/Berlin	48.5314	11.11282				02	097	09771	09771141
2837072	Schönau	schonau	DE	66996	2058	Europe/Berlin	48.48333	12.85			09277144	02	092	09277	09277144
2837074	Schönau im Schwarzwald	schonau-im-schwarzwald	DE	79677	2525	Europe/Berlin	47.78623	7.89445		Schoenau,Schoenau en la Selva Negra,Schoenau im Schwarzwald,Schonau im Schwarzwald,Schönau,Schönau en la Selva Negra,Schönau im Schwarzwald,Shenau im Shvarcvald,Shenau-im-Shvarcval'd,Shjonau,hei lin shan qu she nao,shwna aym shwartzwald,shwnaw am shfartsfald,Шенау им Шварцвалд,Шенау-ім-Шварцвальд,Шёнау,شونا ایم شوارتزوالد,شوناو إم شفارتسفالد,黑林山区舍瑙		01	083	08336	08336079
2837075	Schönau	schonau	DE	66996	0	Europe/Berlin	47.74919	11.44509				02	091	09173	09173111
2837076	Schönau	schonau	DE	66996	0	Europe/Berlin	47.62008	9.99421				02	097	09776	09776113
2837077	Schönau	schonau	DE	66996	0	Europe/Berlin	47.57552	9.67479		Schonau,Schönau		02	097	09776	09776116
2837091	Schönaich	schonaich	DE	71101	0	Europe/Berlin	49.82778	10.4387				02	096	09678	09678164
2837092	Schönaich	schonaich	DE	71101	0	Europe/Berlin	49.69769	10.40679				02	095	09575	09575157
2837093	Schönaich	schonaich	DE	71101	10190	Europe/Berlin	48.65871	9.06012		Schoenaich,Schonaich,Schönaich,Shenajkh,Shjonajkh,Syonayx,she nai xi,shenaikhi,Шенайх,Шенајх,Шёнайх,Շյոնայխ,შენაიხი,舍奈希	08115044	01	081	08115	08115044
2837096	Schonach im Schwarzwald	schonach-im-schwarzwald	DE	78136	4259	Europe/Berlin	48.14229	8.20289		Schonach,Schonach im Schwarzwald,Shonakh,Shonakh im Shvarcvald,Shonakh-im-Shvarcval'd,hei lin shan qu shao na he,Шонах,Шонах им Шварцвалд,Шонах-ім-Шварцвальд,黑林山区绍纳赫		01	083	08326	08326055
2837111	Schömerich	schomerich	DE	54314	138	Europe/Berlin	49.63333	6.7			07235123	08	00	07235	07235123
2837115	Schömberg	schomberg	DE	07570	8725	Europe/Berlin	48.78713	8.64495		Schoemberg,Schömberg	08235065	01	082	08235	08235065
2837116	Schömberg	schomberg	DE	07570	0	Europe/Berlin	48.39559	8.40717				01	082	08237	08237045
2837117	Schömberg	schomberg	DE	07570	4633	Europe/Berlin	48.20997	8.75949				01	084	08417	08417057
2837134	Schöllnach	schollnach	DE	94508	5120	Europe/Berlin	48.75412	13.17781		Schoellnach,Schollnach,Schöllnach,Shel'nakh,Shelnakh,Shjol'nakh,Syolnax,she er na,shwlnakh,Шелнах,Шельнах,Шёльнах,Շյոլնախ,شولناخ,舍尔纳		02	092	09271	09271149
2837136	Schöllkrippen	schollkrippen	DE	63825	3868	Europe/Berlin	50.08545	9.24697		Schoellkrippen,Schollkrippen,Schöllkrippen,Shel'krippen,Shelkripen,Shjol'krippen,she er ke li peng,sherukurippen,Шелкрипен,Шелькріппен,Шёлькриппен,Շյոլկրիփեն,シェルクリッペン,舍尔克里彭		02	096	09671	09671152
2837155	Schollene	schollene	DE	14715	0	Europe/Berlin	52.67695	12.21869			15090485	14	00	15090	15090485
2837159	Schollbrunn	schollbrunn	DE	97852	938	Europe/Berlin	49.835	9.46389		Shol'brunn,Sholbrun,Sholl'brunn,Solbrun,shao er bu lun,Шолбрун,Шолльбрунн,Шольбрунн,Շոլբրուն,绍尔布伦	09677182	02	096	09677	09677182
2837160	Schollbrunn	schollbrunn	DE	97852	0	Europe/Berlin	49.43508	9.07727		Schoellbrunn,Schollbrunn,Schöllbrunn		01	082	08225	08225118
2837180	Scholen	scholen	DE	27251	0	Europe/Berlin	52.7909	8.95422				06	00	03251	03251049
2837181	Scholen	scholen	DE	27251	857	Europe/Berlin	52.73333	8.76667		Sholen,shao lun,Шолен,绍伦	03251031	06	00	03251	03251031
2837198	Schöfweg	schofweg	DE	94572	1314	Europe/Berlin	48.83882	13.22861		Shefveg,Shjofveg,Syofveg,she fu wei ge,shwfwg,Шефвег,Шёфвег,Շյոֆվեգ,شوفوگ,舍夫韦格	09272145	02	092	09272	09272145
2837217	Schoden	schoden	DE	54441	722	Europe/Berlin	49.63333	6.58333			07235122	08	00	07235	07235122
2837225	Schochwitz	schochwitz	DE	06179	1295	Europe/Berlin	51.53174	11.75485		Schochwitz		14	00	15088	15088319
2837250	Schnürpflingen	schnurpflingen	DE	89194	1322	Europe/Berlin	48.2728	9.99292		Schnuerpflingen,Schnürpflingen,Shnirpflingen,Shnjurpflingen,Snyurpflingen,shi ni er pu fu lin gen,Шнирпфлинген,Шнюрпфлинген,Шнюрпфлінген,Շնյուրպֆլինգեն,შნიურპფლინგენი,施尼尔普夫林根	08425110	01	084	08425	08425110
2837265	Schnorbach	schnorbach	DE	55497	230	Europe/Berlin	49.98333	7.61667			07140138	08	00	07140	07140138
2837291	Schneverdingen	schneverdingen	DE	29640	19199	Europe/Berlin	53.11685	9.79524		Gemeen Snevern,Schneverdingen,Shneferdingen,Shneverdingen,ashnfrdyngn,shi nei fei er ding gen,shnfrdynghn,Шневердинген,Шнефердинген,اشنفردینگن,شنفردينغن,施内费尔丁根		06	00	03358	03358019
2837316	Schneppenbach	schneppenbach	DE	55608	0	Europe/Berlin	50.09745	9.23191		Schneppenbach		02	096	09671	09671152
2837317	Schneppenbach	schneppenbach	DE	55608	221	Europe/Berlin	49.84537	7.40856	424	Schneppenbach	07133204	08	00	07133	07133204
2837354	Schnellin	schnellin	DE	06901	344	Europe/Berlin	51.76178	12.70964				14	00	15091	15091020
2837368	Schnelldorf	schnelldorf	DE	91625	3614	Europe/Berlin	49.2	10.18333		Schnelldorf,Shnel'dorf,Shneldorf,Sneldorf,shi nei er duo fu,shunerudorufu,Шнелдорф,Шнельдорф,Շնելդորֆ,シュネルドルフ,施内尔多夫	09571199	02	095	09571	09571199
2837369	Schnelldorf	schnelldorf	DE	91625	0	Europe/Berlin	48.69652	13.08111				02	092	09271	09271141
2837375	Schneizlreuth	schneizlreuth	DE	83458	1538	Europe/Berlin	47.68333	12.8		Schneizlreith,Schneizlreuth,Shnajcl'rojt,Shnajclrojt,ashnaytslrwyt,shi nai ci er luo yi te,Шнайцльройт,Шнајцлројт,Շնայցլրոյտ,اشنایتسلرویت,施奈茨尔罗伊特	09172131	02	091	09172	09172131
2837385	Schneidlingen	schneidlingen	DE	39435	1169	Europe/Berlin	51.89454	11.44487		Schneidlingen		14	00	15089	15089175
2837441	Schnega	schnega	DE	29465	1488	Europe/Berlin	52.8913	10.89226		Shnega,ashnga,shi nei jia,Шнега,اشنگا,施内加	03354022	06	00	03354	03354022
2837469	Schneeberg	schneeberg	DE	08289	0	Europe/Berlin	52.16805	14.32742		Schneeberg		11	00	12067	12067036
2837470	Schneeberg	schneeberg	DE	08289	16784	Europe/Berlin	50.59465	12.64139		Schneeberg,Shneberg,ashnybrg,Шнеберг,اشنیبرگ		13	00	14521	14521530
2837471	Schneeberg	schneeberg	DE	08289	0	Europe/Berlin	50.0223	11.10306				02	094	09471	09471209
2837472	Schneeberg	schneeberg	DE	08289	0	Europe/Berlin	49.64019	9.25057		Schneeberg,Shneberg,Sneberg,shi nei bei ge,shuneberuku,Шнеберг,Շնեբերգ,シュネーベルク,施内贝格		02	096	09676	09676156
2837473	Schneeberg	schneeberg	DE	08289	0	Europe/Berlin	49.45176	12.48625				02	093	09376	09376178
2837507	Schneckenlohe	schneckenlohe	DE	96277	1160	Europe/Berlin	50.21184	11.19395		Shnekenloe,Shnekkenloe,Shnekkenloeh,shi nei ken luo hei,shunekkenroe,Шнекенлое,Шнеккенлое,Шнеккенлоэ,Շնեքենլոե,シュネッケンローエ,施内肯洛黑	09476171	02	094	09476	09476171
2837512	Schneckenhausen	schneckenhausen	DE	67699	639	Europe/Berlin	49.53814	7.74506			07335042	08	00	07335	07335042
2837566	Schnakenbek	schnakenbek	DE	21481	868	Europe/Berlin	53.38333	10.5		Schnakenbek	01053111	10	00	01053	01053111
2837569	Schnaittenbach	schnaittenbach	DE	92253	4375	Europe/Berlin	49.54692	12.00184		Schnaittenbach,Shnajtenbakh,Shnajttenbakh,Snaytenbax,ashnaytnbakh,shi nai teng ba he,shnaytnbakh,Шнайттенбах,Шнајтенбах,Շնայտենբախ,اشنایتنباخ,شنايتنباخ,施奈滕巴赫		02	093	09371	09371150
2837572	Schnaittach	schnaittach	DE	91220	8238	Europe/Berlin	49.55958	11.34328		Schnaittach,Shnajtakh,Shnajttakh,shi nai ta he,Шнайттах,Шнајтах,Շնայթախ,施奈塔赫		02	095	09574	09574155
2837575	Schnaitsee	schnaitsee	DE	83530	3571	Europe/Berlin	48.06667	12.36667		Schnoatsee,Shnajtze,ashnaytzy,shi nai ce,Шнайтзе,Шнајтзе,Շնայթզեե,اشنایتزی,施奈策	09189142	02	091	09189	09189142
2837601	Schnackenburg	schnackenburg	DE	29493	666	Europe/Berlin	53.03729	11.56448		Shnakenburg,Shnakkenburg,ashnaknbrg,shi na ken bao,shnaknbwrgh,Шнакенбург,Шнаккенбург,اشناکنبرگ,شناكنبورغ,施纳肯堡		06	00	03354	03354021
2837606	Schnabelwaid	schnabelwaid	DE	91289	989	Europe/Berlin	49.81222	11.58274		Schnabelwaid,Shnabel'vajd,Shnabelvajd,Snabelvayd,shi na bei er wei de,shunaberuvu~aito,Шнабелвајд,Шнабельвайд,Շնաբելվայդ,シュナーベルヴァイト,施纳贝尔魏德		02	094	09472	09472184
2837638	Schmorda	schmorda	DE	07389	97	Europe/Berlin	50.64478	11.58646			16075101	15	00	16075	16075101
2837643	Schmon	schmon	DE	06268	864	Europe/Berlin	51.34494	11.54389		Schmon		14	00	15088	15088305
2837689	Schmittweiler	schmittweiler	DE	67829	252	Europe/Berlin	49.41019	7.33784				08	00	07336	07336092
2837704	Schmitten	schmitten	DE	61389	0	Europe/Berlin	50.87636	7.31702				07	053	05382	05382040
2837705	Schmitten	schmitten	DE	61389	0	Europe/Berlin	50.57479	9.10498		Schmitten		05	065	06535	06535013
2837706	Schmitten	schmitten	DE	61389	9042	Europe/Berlin	50.26667	8.45		Schmitten im Taunus,Shmiten,Shmitten,shi mi teng,Шмитен,Шмиттен,Шміттен,施米滕	06434009	05	064	06434	06434009
2837707	Schmitten	schmitten	DE	61389	0	Europe/Berlin	47.71667	9.73333				01	084	08436	08436006
2837719	Schmitt	schmitt	DE	56825	177	Europe/Berlin	50.16667	7.01667			07135078	08	00	07135	07135078
2837720	Schmitshausen	schmitshausen	DE	66484	448	Europe/Berlin	49.3	7.51667			07340224	08	00	07340	07340224
2837724	Schmißberg	schmissberg	DE	55765	236	Europe/Berlin	49.66667	7.2			07134078	08	00	07134	07134078
2837730	Schmilkendorf	schmilkendorf	DE	06896	225	Europe/Berlin	51.9258	12.63081		Schmilkendorf		14	00	15091	15091375
2837732	Schmilau	schmilau	DE	23911	580	Europe/Berlin	53.66249	10.75684		Schmilau	01053110	10	00	01053	01053110
2837738	Schmieritz	schmieritz	DE	07819	447	Europe/Berlin	50.71667	11.8		Schmieritz	16075099	15	00	16075	16075099
2837776	Schmiedehausen	schmiedehausen	DE	99518	466	Europe/Berlin	51.06667	11.66667			16071083	15	00	16071	16071083
2837777	Schmiedefeld am Rennsteig	schmiedefeld-am-rennsteig	DE	98711	1989	Europe/Berlin	50.60863	10.81284		Schmiedefeld am Rennsteig,Shmidefel'd-am-Renshtajg,Shmidefeld am Renshtajg,Shmidefeld na Renshtajg,lun si tai xi de qu shi mi de fei er de,Шмидефелд ам Ренштајг,Шмидефелд на Ренштајг,Шмидефельд-ам-Ренштайг,伦斯泰希地区施米德费尔德	16054000	15	00	16054	16054000
2837779	Schmiedefeld	schmiedefeld	DE	98739	0	Europe/Berlin	51.08513	14.07533				13	00	14625	14625170
2837780	Schmiedefeld	schmiedefeld	DE	98739	1218	Europe/Berlin	50.53333	11.21667			16073077	15	00	16073	16073077
2837786	Schmiedeberg	schmiedeberg	DE	01762	0	Europe/Berlin	53.83333	9.75				10	00	01056	01056035
2837787	Schmiedeberg	schmiedeberg	DE	01762	0	Europe/Berlin	53.14296	13.95212				11	00	12073	12073008
2837788	Schmiedeberg	schmiedeberg	DE	01762	4806	Europe/Berlin	50.83644	13.67622		Shmideberg,shi mi de bei ge,Шмидеберг,施米德贝格	14628060	13	00	14628	14628060
2837808	Schmiechen	schmiechen	DE	86511	0	Europe/Berlin	48.3642	9.71483				01	084	08425	08425108
2837809	Schmiechen	schmiechen	DE	86511	1144	Europe/Berlin	48.21667	10.96667		Shmikhen,Smixen,shi mi xing,shumihyen,Шмихен,Шміхен,Շմիխեն,シュミーヒェン,施米兴	09771163	02	097	09771	09771163
2837831	Schmidthachenbach	schmidthachenbach	DE	55758	413	Europe/Berlin	49.73333	7.46667		Shmidtakhenbakh,shi mi ta heng ba he,Шмидтахенбах,施米塔亨巴赫	07134077	08	00	07134	07134077
2837850	Schmidmühlen	schmidmuhlen	DE	92287	2481	Europe/Berlin	49.26898	11.92429		Shmidmilen,Shmidmjulen,Smidmyulen,shi mi de mi he lun,Шмидмилен,Шмидмюлен,Шмідмюлен,Շմիդմյուլեն,施米德米赫伦		02	093	09371	09371148
2837885	Schmidgaden	schmidgaden	DE	92546	2881	Europe/Berlin	49.4234	12.09247		Shmidgaden,ashmydgadn,shi mi de jia deng,Шмидгаден,Шмідгаден,اشمیدگادن,施米德加登	09376159	02	093	09376	09376159
2837929	Schmergow	schmergow	DE	14550	0	Europe/Berlin	52.45398	12.81163		Schmergow		11	00	12069	12069249
2837952	Schmelz	schmelz	DE	66839	0	Europe/Berlin	50.02746	11.71035				02	094	09472	09472116
2837953	Schmelz	schmelz	DE	66839	0	Europe/Berlin	49.64067	7.01169				08	00	07235	07235093
2837954	Schmelz	schmelz	DE	66839	17596	Europe/Berlin	49.43333	6.85			10044117	09	00	10044	10044117
2837955	Schmelz	schmelz	DE	66839	0	Europe/Berlin	47.74937	12.73008				02	091	09189	09189124
2837976	Schmeheim	schmeheim	DE	98530	359	Europe/Berlin	50.56667	10.58333		Schmeheim	16069044	15	00	16069	16069044
2837995	Schmatzin	schmatzin	DE	17390	380	Europe/Berlin	53.92486	13.55249				12	00	13075	13075125
2837998	Schmatzfeld	schmatzfeld	DE	38855	346	Europe/Berlin	51.89236	10.76487		Schmattfell,Schmatzfeld,Shmacfel'd,Shmacfeld,Smatvelde [a. 1259],Шмацфелд,Шмацфельд		14	00	15085	15085227
2837999	Schmarsow	schmarsow	DE	17129	214	Europe/Berlin	53.87601	13.21195		Schmarsow		12	00	13075	13075070
2838000	Schmarsow	schmarsow	DE	17129	0	Europe/Berlin	53.4604	13.93285				12	00	13075	13075115
2838001	Schmarsow	schmarsow	DE	17129	0	Europe/Berlin	53.24005	12.08844				11	00	12070	12070393
2838009	Schmargendorf	schmargendorf	DE	16278	20262	Europe/Berlin	52.47517	13.29071		Berlin-Schmargendorf		16	00	11000	11000000
2838010	Schmargendorf	schmargendorf	DE	16278	0	Europe/Berlin	52.98146	13.95847				11	00	12073	12073008
2838032	Schmalzerode	schmalzerode	DE	06295	292	Europe/Berlin	51.49442	11.4929		Schmalzerode		14	00	15087	15087130
2838040	Schmalstede	schmalstede	DE	24241	245	Europe/Berlin	54.2	10.03333		Schmalstede	01058143	10	00	01058	01058143
2838053	Schmallenberg	schmallenberg	DE	57392	26132	Europe/Berlin	51.15473	8.28505		Schmallenberg,Shmalenberg,Shmallenberg,Smalenbergas,Smalmereg,ashmalnbrg,shi ma lun bei ge,shmalnbrgh,Šmalenbergas,Шмаленберг,Шмалленберг,اشمالنبرگ,شمالنبرغ,施马伦贝格		07	059	05958	05958040
2838059	Schmalkalden	schmalkalden	DE	98574	17710	Europe/Berlin	50.72136	10.44386		Esmalcalda,Schmalkalden,Shmal'kal'den,Shmalkalden,Smalcalda,Smalcaldia,Smalkalda,Smalkaldy,ashmalkaldn,shi ma er ka er deng,smlqldn,Šmalkaldy,Шмалкалден,Шмалькальден,שמלקלדן,اشمالكالدن,اشمالکالدن,施马尔卡尔登		15	00	16066	16066063
2838075	Schmalfeld	schmalfeld	DE	24640	1885	Europe/Berlin	53.88333	9.96667		Schmalfeld	01060073	10	00	01060	01060073
2838087	Schmalensee	schmalensee	DE	24638	493	Europe/Berlin	54.08302	10.27055		Schmalensee	01060072	10	00	01060	01060072
2838101	Schmalenberg	schmalenberg	DE	67718	814	Europe/Berlin	49.33333	7.73333			07340044	08	00	07340	07340044
2838102	Schmalenberg	schmalenberg	DE	67718	0	Europe/Berlin	48.8973	9.60023	542			01	081	08119	08119037
2838103	Schmalenberg	schmalenberg	DE	67718	0	Europe/Berlin	47.65	9.96667				02	097	09776	09776112
2838131	Schmadebeck	schmadebeck	DE	18236	221	Europe/Berlin	54.04166	11.82109		Schmadebeck		12	00	13072	13072058
2838141	Schmachtenhagen	schmachtenhagen	DE	16515	0	Europe/Berlin	53.27035	13.78458				11	00	12073	12073429
2838142	Schmachtenhagen	schmachtenhagen	DE	16515	0	Europe/Berlin	52.76823	13.32591		Schmachtenhagen		11	00	12065	12065256
2838167	Schlüsselfeld	schlusselfeld	DE	96132	5848	Europe/Berlin	49.75621	10.61873		Schluesselfeld,Schlusselfeld,Schlüsselfeld,Shliselfeld,Shljussel'fel'd,Slyuselfeld,ashlwslfld,shi lu sai er fei er de,shlwslfld,shuryusseruferuto,Шлиселфелд,Шлюссельфельд,Շլյուսելֆելդ,اشلوسلفلد,شلوسلفلد,シュリュッセルフェルト,施吕塞尔费尔德		02	094	09471	09471220
2838202	Schluchtern	schluchtern	DE	36381	0	Europe/Berlin	49.1471	9.10187				01	081	08125	08125058
2838208	Schluchsee	schluchsee	DE	79859	2586	Europe/Berlin	47.81667	8.18333			08315102	01	083	08315	08315102
2838240	Schlotheim	schlotheim	DE	99994	4288	Europe/Berlin	51.24643	10.65842		Schlotheim,Shlotajm,Shlotkhajm,ashlwthaym,shi luo tai mu,shlwthaym,Шлотайм,Шлотхайм,Шлотхајм,اشلوتهایم,شلوتهايم,施洛泰姆		15	00	16064	16064077
2838242	Schlotfeld	schlotfeld	DE	25551	252	Europe/Berlin	53.95619	9.58231		Schlotfeld	01061098	10	00	01061	01061098
2838250	Schloßvippach	schlossvippach	DE	99195	1459	Europe/Berlin	51.10499	11.14512		Shlosfipakh,Shlosfippakh,Shlosvipakh,shi luo si fei pa he,Шлосвипах,Шлосфипах,Шлосфиппах,施洛斯菲帕赫	16068048	15	00	16068	16068048
2838316	Schloßböckelheim	schlossbockelheim	DE	55596	395	Europe/Berlin	49.8	7.75		Schlossboeckelheim,Schlossböckelheim,Shlosbekelkhajm,Shlosbjokkel'khajm,shi luo si bo ke er hai mu,Шлосбекелхајм,Шлосбёккельхайм,施洛斯伯克尔海姆	07133089	08	00	07133	07133089
2838442	Schloen	schloen	DE	17192	433	Europe/Berlin	53.53722	12.78643				12	00	13071	13071174
2838453	Schlöben	schloben	DE	07646	982	Europe/Berlin	50.89405	11.68902		Schloben,Schloeben,Schlöben,Shleben,Shljoben,shi lei ben,Шлебен,Шлёбен,施勒本	16074085	15	00	16074	16074085
2838459	Schlitz	schlitz	DE	36110	10258	Europe/Berlin	50.67416	9.56102		Shlic,ashlyts,shurittsu,Шлиц,اشلیتس,シュリッツ		05	065	06535	06535015
2838502	Schliersee	schliersee	DE	83727	6416	Europe/Berlin	47.73621	11.85936		Schliers,Schliersee,Shlirze,Slirze,shi li er sai,shlyrzy,Шлирзе,Шлірзе,Շլիրզե,شلیرزی,施利尔塞		02	091	09182	09182131
2838504	Schlierschied	schlierschied	DE	55483	190	Europe/Berlin	49.86667	7.43333			07140135	08	00	07140	07140135
2838523	Schlierbach	schlierbach	DE	73278	0	Europe/Berlin	49.41543	8.75883		Schlierbach		01	082	08221	08221000
2838524	Schlierbach	schlierbach	DE	73278	0	Europe/Berlin	50.9644	9.19696				05	066	06634	06634016
2838525	Schlierbach	schlierbach	DE	73278	0	Europe/Berlin	50.76567	8.46505				05	065	06534	06534003
2838526	Schlierbach	schlierbach	DE	73278	0	Europe/Berlin	50.30245	9.29772				05	064	06435	06435005
2838527	Schlierbach	schlierbach	DE	73278	0	Europe/Berlin	49.91309	8.97371				05	064	06432	06432021
2838528	Schlierbach	schlierbach	DE	73278	0	Europe/Berlin	49.68433	8.76231				05	064	06431	06431015
2838529	Schlierbach	schlierbach	DE	73278	3784	Europe/Berlin	48.67362	9.51811			08117044	01	081	08117	08117044
2838531	Schlier	schlier	DE	88281	3665	Europe/Berlin	47.77004	9.67354			08436069	01	084	08436	08436069
2838534	Schliengen	schliengen	DE	79418	5208	Europe/Berlin	47.75698	7.57645		Shlingen,shi lin gen,Шлинген,Шлінген,施林根	08336078	01	083	08336	08336078
2838547	Schlieben	schlieben	DE	04936	2994	Europe/Berlin	51.72379	13.38304		Schlieben,Shliben,Sliben,Sliwin,ashlybn,shi li ben,shlybn,Шлибен,Շլիբեն,اشلیبن,شليبن,施利本		11	00	12062	12062445
2838559	Schlichting	schlichting	DE	25776	238	Europe/Berlin	54.31058	9.08939		Schlichting	01051102	10	00	01051	01051102
2838600	Schleusingen	schleusingen	DE	98553	5842	Europe/Berlin	50.51076	10.75658		Schleusingen,Shlojzingen,ashlwyzyngn,shi luo yi xin gen,shlwyzynghn,Шлойзинген,Шлојзинген,اشلویزینگن,شلويزينغن,施洛伊辛根		15	00	16069	16069043
2838626	Schlettau	schlettau	DE	09487	0	Europe/Berlin	51.65359	11.88112				14	00	15088	15088216
2838627	Schlettau	schlettau	DE	09487	0	Europe/Berlin	51.45531	11.90706		Schlettau,Schlettau an der Saale		14	00	15088	15088365
2838628	Schlettau	schlettau	DE	09487	2733	Europe/Berlin	50.55882	12.95269		Schlettau,Shletau,Shlettau,Sletava,ashltaw,shi lai tao,shlytaw,Šletava,Шлетау,Шлеттау,اشلتاو,شليتاو,施莱陶		13	00	14521	14521520
2838634	Schleswig	schleswig	DE	24837	24114	Europe/Berlin	54.52156	9.5586		Schleswig,Shlezvig,Sleeswig,Slesvig,Sliesthorp,Stadt Schleswig,WBG,Шлезвиг	01059	10	00	01059	01059075
2838638	Schlesen	schlesen	DE	24256	555	Europe/Berlin	54.32153	10.33419			01057072	10	00	01057	01057072
2838640	Schlepzig	schlepzig	DE	15910	645	Europe/Berlin	52.03333	13.9		Shlepcig,Slopisca,Slopišća,Słopišća,shi lai pu qi xi,Шлепциг,Շլեպցիգ,施莱普齐希	12061428	11	00	12061	12061428
2838665	Schlemmin	schlemmin	DE	18320	317	Europe/Berlin	54.22235	12.68277				12	00	13073	13073082
2838666	Schlemmin	schlemmin	DE	18320	0	Europe/Berlin	53.86853	11.8618		Schlemmin		12	00	13072	13072013
2838667	Schlemmin	schlemmin	DE	18320	0	Europe/Berlin	53.42948	12.1629				12	00	13076	13076077
2838673	Schleiz	schleiz	DE	07907	8976	Europe/Berlin	50.57866	11.81024		Schleiz,Shlajc,ashlayts,shi lai ci,shlayts,Шлайц,Шлајц,اشلایتس,شلايتس,施莱茨	16075	15	00	16075	16075098
2838707	Schleifreisen	schleifreisen	DE	07629	479	Europe/Berlin	50.88333	11.81667		Schleifreisen	16074084	15	00	16074	16074084
2838725	Schleife	schleife	DE	02959	2950	Europe/Berlin	51.53333	14.53333		Schleife,Slepo	14626490	13	00	14626	14626490
2838742	Schleiden	schleiden	DE	53937	0	Europe/Berlin	51.03916	6.10537		Schleiden		07	053	05370	05370016
2838743	Schleiden	schleiden	DE	53937	860	Europe/Berlin	50.88419	6.24298				07	053	05358	05358004
2838744	Schleiden	schleiden	DE	53937	14160	Europe/Berlin	50.52896	6.47692		Shlajden,Shljajden,Sjleie,ashlaydn,shi lai deng,shlaydn,Шлайден,Шлајден,Шляйден,اشلایدن,شلايدن,施莱登		07	053	05366	05366036
2838749	Schleid	schleid	DE	36419	1137	Europe/Berlin	50.7	9.96667		Shlajd,shi lai de,Шлайд,Шлајд,施莱德	16063068	15	00	16063	16063068
2838750	Schleid	schleid	DE	36419	387	Europe/Berlin	50.06667	6.48333			07232118	08	00	07232	07232118
2838756	Schleich	schleich	DE	54340	204	Europe/Berlin	49.81667	6.83333			07235120	08	00	07235	07235120
2838769	Schlehdorf	schlehdorf	DE	82444	1203	Europe/Berlin	47.65795	11.31494		Schleedorf,Schlehdorf,Shledorf,Shlekhdorf,Sledorf,shldwrf,Шледорф,Шлехдорф,Շլեդորֆ,شلدورف	09173142	02	091	09173	09173142
2838792	Schlegel	schlegel	DE	02788	0	Europe/Berlin	50.99522	13.13065				13	00	14522	14522230
2838793	Schlegel	schlegel	DE	02788	1115	Europe/Berlin	50.97775	14.87686				13	00	14626	14626610
2838794	Schlegel	schlegel	DE	02788	0	Europe/Berlin	50.4	11.61667			16075136	15	00	16075	16075136
2838795	Schlegel	schlegel	DE	02788	0	Europe/Berlin	50.34727	11.79958				02	094	09475	09475141
2838796	Schlegel	schlegel	DE	02788	0	Europe/Berlin	50.2	11.79971				02	094	09475	09475154
2838801	Schleesen	schleesen	DE	06785	552	Europe/Berlin	51.78448	12.48758		Schleesen		14	00	15091	15091160
2838827	Schlechtsart	schlechtsart	DE	98669	162	Europe/Berlin	50.32851	10.62254		Schlechtsart		15	00	16069	16069041
2838842	Schleching	schleching	DE	83259	1854	Europe/Berlin	47.72098	12.39481		Shlekhing,Slexing,shi lai xing,shlshyng,Шлехинг,Шлехінг,Շլեխինգ,شلشینگ,施莱兴	09189141	02	091	09189	09189141
2838846	Schleberoda	schleberoda	DE	06632	176	Europe/Berlin	51.23772	11.80349		Schleberoda		14	00	15084	15084135
2838889	Schlat	schlat	DE	73114	1719	Europe/Berlin	48.65321	9.70625		Shlat,Шлат	08117043	01	081	08117	08117043
2838902	Schlanstedt	schlanstedt	DE	38838	0	Europe/Berlin	52.01225	11.03096				14	00	15085	15085185
2838918	Schlangenbad	schlangenbad	DE	65388	6265	Europe/Berlin	50.09322	8.10312		Schlangenbad,Shlangenbad,shi lan gen ba de,shlangenbadi,Шлангенбад,შლანგენბადი,施兰根巴德	06439014	05	064	06439	06439014
2838922	Schlangen	schlangen	DE	33189	9137	Europe/Berlin	51.80978	8.84605			05766064	07	057	05766	05766064
2838924	Schlammersdorf	schlammersdorf	DE	95519	934	Europe/Berlin	49.8	11.73333			09374155	02	093	09374	09374155
2838925	Schlammersdorf	schlammersdorf	DE	95519	0	Europe/Berlin	49.76951	11.00744				02	094	09474	09474133
2838938	Schlaitz	schlaitz	DE	06774	1007	Europe/Berlin	51.65871	12.42839		Schlaitz		14	00	15082	15082241
2838939	Schlaitdorf	schlaitdorf	DE	72667	1663	Europe/Berlin	48.60431	9.22268		Shlajtdorf,Slaytdorf,shi lai te duo fu,Шлайтдорф,Шлајтдорф,Շլայտդորֆ,施莱特多夫	08116063	01	081	08116	08116063
2838954	Schlagsdorf	schlagsdorf	DE	19217	0	Europe/Berlin	54.49666	11.06462				10	00	01055	01055046
2838955	Schlagsdorf	schlagsdorf	DE	19217	1141	Europe/Berlin	53.73363	10.82556		Schlagsdorf		12	00	13074	13074073
2838956	Schlagsdorf	schlagsdorf	DE	19217	0	Europe/Berlin	51.9128	14.68234				11	00	12071	12071160
2838974	Schlagenthin	schlagenthin	DE	39307	0	Europe/Berlin	52.51979	14.09099				11	00	12064	12064317
2838975	Schlagenthin	schlagenthin	DE	39307	859	Europe/Berlin	52.46458	12.28015		Schlagenthin		14	00	15086	15086080
2839005	Schladt	schladt	DE	54534	119	Europe/Berlin	50.03333	6.83333			07231114	08	00	07231	07231114
2839009	Schladen	schladen	DE	38315	0	Europe/Berlin	52.73043	11.94372				14	00	15090	15090245
2839010	Schladen	schladen	DE	38315	5251	Europe/Berlin	52.02218	10.53967		Schladen,Shladen,shi la deng,Шладен,施拉登	03158039	06	00	03158	03158039
2839036	Schlabendorf	schlabendorf	DE	15926	0	Europe/Berlin	51.8084	13.82058				11	00	12061	12061320
2839041	Schkortleben	schkortleben	DE	06688	647	Europe/Berlin	51.24333	12.01723		Schkortleben		14	00	15084	15084550
2839044	Schkopau	schkopau	DE	06179	3060	Europe/Berlin	51.39186	11.95224		Schkopau,Shkopau,shi ke bao,Шкопау,施科保	15088330	14	00	15088	15088330
2839050	Schkeuditz	schkeuditz	DE	04435	18487	Europe/Berlin	51.39678	12.22141		Schkeuditz,Shkojdic,Skeidica,ashkwydyts,shi ke yi di ci,shkwydyts,Škeidica,Шкойдиц,Шкојдиц,اشکویدیتس,شكويديتس,施科伊迪茨		13	00	14730	14730270
2839066	Schirnding	schirnding	DE	95706	1471	Europe/Berlin	50.08205	12.22742		Schirnding,Shirnding,shirundingu,xi er en ding,Ширндинг,シルンディング,席尔恩丁		02	094	09479	09479147
2839074	Schirmitz	schirmitz	DE	92718	2120	Europe/Berlin	49.65	12.16667			09374154	02	093	09374	09374154
2839090	Schirgiswalde	schirgiswalde	DE	02681	3009	Europe/Berlin	51.07641	14.42834		Schirgiswalde,Serachow,Shirgisval'de,Shirgisvalde,Šěrachow,Ширгисвалде,Ширгисвальде,Шіргісвальде		13	00	14625	14625525
2839101	Schipkau	schipkau	DE	01968	7876	Europe/Berlin	51.51766	13.89738		Schipkau,Sejkow,Shipkau,Sipkau,Tschipko,xi pu kao,Šejkow,Шипкау,Շիպկաու,席普考	12066285	11	00	12066	12066285
2839102	Schiphorst	schiphorst	DE	23847	573	Europe/Berlin	53.7081	10.46124		Schiphorst	01053109	10	00	01053	01053109
2839105	Schinne	schinne	DE	39579	486	Europe/Berlin	52.6589	11.7301		Schinne		14	00	15090	15090070
2839112	Schinkel	schinkel	DE	24214	0	Europe/Berlin	53.87358	9.57413				10	00	01061	01061073
2839113	Schinkel	schinkel	DE	24214	0	Europe/Berlin	53.73333	9.1				06	00	03352	03352056
2839114	Schinkel	schinkel	DE	24214	0	Europe/Berlin	52.27914	8.0868		Schinkel,Schinkel-Ost		06	00	03404	03404000
2839124	Schindhard	schindhard	DE	66996	634	Europe/Berlin	49.14183	7.82214			07340043	08	00	07340	07340043
2839184	Schimm	schimm	DE	23972	295	Europe/Berlin	53.8237	11.57098		Schimm		12	00	13074	13074047
2839194	Schiltberg	schiltberg	DE	86576	1824	Europe/Berlin	48.46293	11.24876		Shil'tberg,Shiltberg,Siltberg,shirutoberuku,xi er te bei ge,Шилтберг,Шильтберг,Շիլտբերգ,シルトベルク,席尔特贝格	09771162	02	097	09771	09771162
2839195	Schiltach	schiltach	DE	77761	4025	Europe/Berlin	48.28932	8.34169		Schiltach,Shil'takh,Shiltakh,shyltakh,xi er ta,Шилтах,Шильтах,شيلتاخ,شیلتاخ,席尔塔		01	083	08325	08325051
2839203	Schillsdorf	schillsdorf	DE	24637	890	Europe/Berlin	54.11667	10.13333		Schillsdorf	01057071	10	00	01057	01057071
2839207	Schillingstedt	schillingstedt	DE	99625	292	Europe/Berlin	51.23333	11.2			16068051	15	00	16068	16068051
2839212	Schillingsfürst	schillingsfurst	DE	91583	2847	Europe/Berlin	49.28775	10.26276		Schillingsfurst,Schillingsfürst		02	095	09571	09571198
2839213	Schillingsfürst	schillingsfurst	DE	91583	0	Europe/Berlin	48.53272	12.7074				02	092	09279	09279135
2839222	Schillingen	schillingen	DE	54429	1334	Europe/Berlin	49.63333	6.78333			07235119	08	00	07235	07235119
2839267	Schildow	schildow	DE	16552	0	Europe/Berlin	52.63633	13.37604				11	00	12065	12065225
2839303	Schildau	schildau	DE	04889	3838	Europe/Berlin	51.45721	12.93024		Gneisenaustadt Schildau,Schildau,Shil'dau,Shildau,shyldaw,xi er dao,Шилдау,Шильдау,Шільдау,شيلداو,شیلداو,席尔道		13	00	14730	14730045
2839304	Schilda	schilda	DE	03253	561	Europe/Berlin	51.6	13.38333			12062440	11	00	12062	12062440
2839316	Schiffweiler	schiffweiler	DE	66578	15780	Europe/Berlin	49.36667	7.13333	300	Shifvajler,xi fu wei lai er,Шифвайлер,Шифвајлер,席夫魏莱尔	10043116	09	00	10043	10043116
2839335	Schifferstadt	schifferstadt	DE	67105	19209	Europe/Berlin	49.38417	8.3775		Schifferstadt,Schiwwerschdadd,Shifershtat,Shiffershtadt,shifashutatto,shyfrashtat,shyfrshtat,xi fei er si ta te,Шиферштат,Шифферштадт,شيفرشتات,شیفراشتات,シファーシュタット,席费尔斯塔特		08	00	07338	07338025
2839345	Schiffdorf	schiffdorf	DE	27619	14143	Europe/Berlin	53.53333	8.65		Gemeen Schippdoerp,Gemeen Schippdörp,Schiffdorf,Shifdorf,xi fu duo fu,Шифдорф,席夫多夫	03352050	06	00	03352	03352050
2839377	Schiesheim	schiesheim	DE	65623	258	Europe/Berlin	50.27722	8.055			07141125	08	00	07141	07141125
2839383	Schiersfeld	schiersfeld	DE	67823	265	Europe/Berlin	49.7	7.76667			07333067	08	00	07333	07333067
2839393	Schierling	schierling	DE	84069	7347	Europe/Berlin	48.83422	12.13946		Schierling,Shirling,Sirling,shyrlyng,xi ling,Ширлинг,Ширлінг,Շիրլինգ,شیرلینگ,希灵		02	093	09375	09375196
2839398	Schierke	schierke	DE	38879	747	Europe/Berlin	51.76394	10.66212		Schierke,Shirke,Ширке		14	00	15085	15085370
2839413	Schierensee	schierensee	DE	24241	384	Europe/Berlin	54.25	9.98333		Schierensee	01058141	10	00	01058	01058141
2839427	Schieren	schieren	DE	23795	267	Europe/Berlin	53.94362	10.39088		Schieren	01060071	10	00	01060	01060071
2839434	Schierau	schierau	DE	06779	846	Europe/Berlin	51.74853	12.28337		Schierau		14	00	15082	15082301
2839444	Schielo	schielo	DE	06493	602	Europe/Berlin	51.61939	11.21962		Schielo		14	00	15085	15085145
2839527	Scheyern	scheyern	DE	85298	4450	Europe/Berlin	48.5	11.46667		Scheyan,Seyern,Shaern,Shajern,Shejern,sha yi ai er en,shyrn,Шайерн,Шаєрн,Шајерн,Шейерн,Շեյերն,شیرن,沙伊埃尔恩	09186151	02	091	09186	09186151
2839538	Scheuring	scheuring	DE	86937	1794	Europe/Berlin	48.16769	10.89569		Shojring,Soyring,shao yi ling,shoiringu,shwyryng,Шойринг,Шойрінг,Шојринг,Շոյրինգ,شویرینگ,ショイリング,绍伊灵	09181138	02	091	09181	09181138
2839559	Scheuern	scheuern	DE	54673	60	Europe/Berlin	50.26025	6.59308				08	00	07233	07233036
2839560	Scheuern	scheuern	DE	54673	0	Europe/Berlin	50.01667	6.3			07232117	08	00	07232	07232117
2839561	Scheuern	scheuern	DE	54673	0	Europe/Berlin	49.48467	6.94256				09	00	10046	10046118
2839562	Scheuern	scheuern	DE	54673	0	Europe/Berlin	48.81118	11.9302				02	092	09273	09273165
2839563	Scheuern	scheuern	DE	54673	0	Europe/Berlin	48.75762	8.34694		Scheuern		01	082	08216	08216017
2839581	Scheuerfeld	scheuerfeld	DE	57584	2166	Europe/Berlin	50.78736	7.84128			07132098	08	00	07132	07132098
2839582	Scheuerfeld	scheuerfeld	DE	57584	0	Europe/Berlin	50.25219	10.92576		Scheuerfeld		02	094	09463	09463000
2839608	Scheuder	scheuder	DE	06386	376	Europe/Berlin	51.76821	12.0789		Scheuder		14	00	15082	15082377
2839613	Scheßlitz	schesslitz	DE	96110	7195	Europe/Berlin	49.97568	11.03299		Schesslitz,Scheßlitz		02	094	09471	09471185
2839623	Scherstetten	scherstetten	DE	86872	1008	Europe/Berlin	48.18032	10.64005			09772197	02	097	09772	09772197
2839643	Schernikau	schernikau	DE	39579	0	Europe/Berlin	52.82943	11.39305		Schernikau		14	00	15081	15081030
2839644	Schernikau	schernikau	DE	39579	483	Europe/Berlin	52.62705	11.76669		Schernikau		14	00	15090	15090070
2839646	Schernfeld	schernfeld	DE	85132	0	Europe/Berlin	48.9	11.1		Sernsfeld,Shernfel'd,Shernfeld,she er en fei er de,shrnfld,Шернфелд,Шернфельд,Շերնսֆելդ,شرنفلد,舍尔恩费尔德	09176160	02	091	09176	09176160
2839654	Schernebeck	schernebeck	DE	39517	264	Europe/Berlin	52.46494	11.73141		Schernebeck		14	00	15090	15090546
2839658	Schernberg	schernberg	DE	99713	3427	Europe/Berlin	51.32774	10.76928		Schernberg		15	00	16065	16065067
2839659	Schernberg	schernberg	DE	99713	0	Europe/Berlin	49.24361	10.49231				02	095	09571	09571166
2839670	Schermen	schermen	DE	39291	1575	Europe/Berlin	52.23206	11.81382				14	00	15086	15086145
2839672	Schermcke	schermcke	DE	39387	675	Europe/Berlin	52.05755	11.28698		Schermcke		14	00	15083	15083415
2839673	Schermbeck	schermbeck	DE	46514	0	Europe/Berlin	52.22319	9.07422				06	00	03257	03257022
2839674	Schermbeck	schermbeck	DE	46514	13682	Europe/Berlin	51.68333	6.86667		Schermbeck,Shermbek,she er en bei ke,Шермбек,舍尔恩贝克	05170036	07	051	05170	05170036
2839726	Schenklengsfeld	schenklengsfeld	DE	36277	4806	Europe/Berlin	50.81667	9.85		Shenklengsfel'd,Shenklengsfeld,shen ke lun si fei er de,Шенкленгсфелд,Шенкленгсфельд,申克伦斯费尔德	06632019	05	066	06632	06632019
2839732	Schenkenzell	schenkenzell	DE	77773	1822	Europe/Berlin	48.31202	8.37212		Shenkencel,Shenkencell',shen ken ce er,Шенкенцел,Шенкенцелль,申肯策尔	08325050	01	083	08325	08325050
2839739	Schenkenhorst	schenkenhorst	DE	39638	182	Europe/Berlin	52.60316	11.39584		Schenkenhorst		14	00	15081	15081135
2839740	Schenkenhorst	schenkenhorst	DE	39638	0	Europe/Berlin	52.34104	13.19803				11	00	12069	12069604
2839744	Schenkendorf	schenkendorf	DE	15711	0	Europe/Berlin	52.27793	13.59485		Schenkendorf		11	00	12061	12061332
2839745	Schenkendorf	schenkendorf	DE	15711	0	Europe/Berlin	51.94968	13.47429				11	00	12061	12061471
2839751	Schenkenberg	schenkenberg	DE	14778	694	Europe/Berlin	53.36667	13.95			12073490	11	00	12073	12073490
2839752	Schenkenberg	schenkenberg	DE	14778	0	Europe/Berlin	52.39037	12.71118				11	00	12069	12069249
2839753	Schenkenberg	schenkenberg	DE	14778	0	Europe/Berlin	51.53803	12.31311		Schenkenberg		13	00	14730	14730070
2839760	Schenkelberg	schenkelberg	DE	56244	692	Europe/Berlin	50.58361	7.78278			07143066	08	00	07143	07143066
2839763	Schenefeld	schenefeld	DE	22869	2524	Europe/Berlin	54.05	9.48333		Schenefeld,Shenefel'd,Shenefeld,Шенефелд,Шенефельд	01061097	10	00	01061	01061097
2839791	Schellweiler	schellweiler	DE	66869	538	Europe/Berlin	49.51395	7.39163		Shel'vajler,Shelvajler,she er wei lei,Шелвајлер,Шельвайлер,舍尔韦勒	07336091	08	00	07336	07336091
2839811	Schellhorn	schellhorn	DE	24211	0	Europe/Berlin	54.38333	13.55				12	00	13073	13073106
2839812	Schellhorn	schellhorn	DE	24211	1714	Europe/Berlin	54.22952	10.29402			01057070	10	00	01057	01057070
2839819	Schellerten	schellerten	DE	31174	8694	Europe/Berlin	52.1853	10.10227		Castra Scelerata,Shelerten,Shellerten,she lai er teng,Шелертен,Шеллертен,舍莱尔滕	03254029	06	00	03254	03254029
2839876	Schelldorf	schelldorf	DE	39517	192	Europe/Berlin	52.47285	11.97939				14	00	15090	15090546
2839877	Schelldorf	schelldorf	DE	39517	0	Europe/Berlin	48.88582	11.41671				02	091	09176	09176138
2839885	Schellbach	schellbach	DE	06712	508	Europe/Berlin	50.97739	12.11741		Schellbach		14	00	15084	15084207
2839886	Schellbach	schellbach	DE	06712	0	Europe/Berlin	50.9934	9.45303				05	066	06634	06634011
2839888	Schelklingen	schelklingen	DE	89601	7130	Europe/Berlin	48.37575	9.73273		Selklingen,Shel'klingen,Shelklingen,she er ke lin gen,shlklynghn,shlklyngn,Шелклинген,Шельклинген,Шельклінген,Շելկլինգեն,شلكلينغن,شلکلینگن,შელკლინგენი,舍尔克林根		01	084	08425	08425108
2839889	Schelkau	schelkau	DE	06682	282	Europe/Berlin	51.10069	12.00154		Schelkau		14	00	15084	15084490
2839912	Scheitenkorb	scheitenkorb	DE	54673	25	Europe/Berlin	50.01667	6.2			07232116	08	00	07232	07232116
2839916	Scheinfeld	scheinfeld	DE	91443	4770	Europe/Berlin	49.66931	10.46554		Saynfeld,Scheinfeld,Seinfeldas,Shajnfel'd,Shajnfeld,sha yin fei er de,shaynfld,Šeinfeldas,Шайнфельд,Шајнфелд,Շայնֆելդ,شاينفلد,شاینفلد,沙因费尔德		02	095	09575	09575161
2839937	Scheidt	scheidt	DE	56379	0	Europe/Berlin	51.06176	6.29597				07	053	05370	05370004
2839938	Scheidt	scheidt	DE	56379	0	Europe/Berlin	50.95	7.45		Scheidt		07	053	05374	05374048
2839939	Scheidt	scheidt	DE	56379	309	Europe/Berlin	50.3386	7.9141			07141124	08	00	07141	07141124
2839940	Scheidt	scheidt	DE	56379	0	Europe/Berlin	49.24596	7.05889				09	00	10041	10041100
2839949	Scheiditz	scheiditz	DE	07646	53	Europe/Berlin	50.9052	11.75426		Scheiditz	16074082	15	00	16074	16074082
2839980	Scheidegg	scheidegg	DE	88175	4198	Europe/Berlin	47.58141	9.84829		Saydeg,Scheidegg,Shajdeg,Shajdegg,sha yi de ge,Шайдегг,Шајдег,Շայդեգ,沙伊德格		02	097	09776	09776125
2839994	Scheid	scheid	DE	54611	0	Europe/Berlin	51.18051	9.01264				05	066	06635	06635021
2839995	Scheid	scheid	DE	54611	0	Europe/Berlin	51.02869	7.23674				07	053	05378	05378012
2839996	Scheid	scheid	DE	54611	0	Europe/Berlin	50.89351	7.2369				07	053	05382	05382028
2839997	Scheid	scheid	DE	54611	115	Europe/Berlin	50.35906	6.42178			07233237	08	00	07233	07233237
2840016	Scheibenhardt	scheibenhardt	DE	76779	731	Europe/Berlin	48.98117	8.13993			07334027	08	00	07334	07334027
2840021	Scheibenberg	scheibenberg	DE	09481	2358	Europe/Berlin	50.54023	12.91215		Scheibenberg,Seibenberga,Shajbenberg,sha yi ben bei ge,shaybnbrg,shaybnbrgh,Šeibenberga,Шайбенберг,Шајбенберг,شايبنبرغ,شایبنبرگ,沙伊本贝格		13	00	14521	14521510
2840044	Scheibe-Alsbach	scheibe-alsbach	DE	98749	655	Europe/Berlin	50.48784	11.06215		Scheibe-Alsbach,Shajbe-Al'sbakh,Shajbe-Alsbakh,sha yi bei-a er si ba he,Шайбе-Альсбах,Шајбе-Алсбах,沙伊贝-阿尔斯巴赫		15	00	16072	16072013
2840058	Scheggerott	scheggerott	DE	24392	388	Europe/Berlin	54.66667	9.81667		Scheggerott	01059074	10	00	01059	01059074
2840070	Scheeßel	scheessel	DE	27383	12907	Europe/Berlin	53.16667	9.48333		Scheessel,Scheessl,Scheeßel,Scheeßl,Shesel,Shessel',sheseru,Шесел,Шессель,シェーセル	03357041	06	00	03357	03357041
2840086	Scheer	scheer	DE	72516	2622	Europe/Berlin	48.07292	9.29486		Sher,she er,shyr,Шер,شیر,舍尔		01	084	08437	08437101
2840116	Schechingen	schechingen	DE	73579	2484	Europe/Berlin	48.87341	9.91744		Shekhingen,she xin gen,shekhingeni,Шехинген,Шехінген,შეხინგენი,舍欣根	08136062	01	081	08136	08136062
2840117	Schechen	schechen	DE	83135	4430	Europe/Berlin	47.92911	12.12393			09187142	02	091	09187	09187142
2840118	Schechen	schechen	DE	83135	0	Europe/Berlin	47.80825	11.33729				02	091	09173	09173137
2840129	Schauren	schauren	DE	55758	394	Europe/Berlin	50.01667	7.26667			07135077	08	00	07135	07135077
2840130	Schauren	schauren	DE	55758	547	Europe/Berlin	49.80719	7.23724			07134076	08	00	07134	07134076
2840150	Schaufling	schaufling	DE	94571	1494	Europe/Berlin	48.85	13.06667		Saufling,Shaufling,shao fu ling,shawflyng,Шауфлинг,Шауфлінг,Շաուֆլինգ,شاوفلینگ,绍夫灵	09271148	02	092	09271	09271148
2840169	Schauerberg	schauerberg	DE	66919	0	Europe/Berlin	49.31667	7.58333			07340042	08	00	07340	07340042
2840179	Schauenstein	schauenstein	DE	95197	2142	Europe/Berlin	50.27826	11.74169		Schauenstein,Shauehnshtajn,Shauenshtajn,shao en si tai yin,shauenshutain,shawynshtayn,Шауенштайн,Шауенштајн,Шауэнштайн,شاون‌اشتاین,شاوينشتاين,シャウエンシュタイン,绍恩斯泰因		02	094	09475	09475165
2840185	Schauen	schauen	DE	38835	494	Europe/Berlin	51.94567	10.71728		Schauen		14	00	15085	15085230
2840232	Schashagen	schashagen	DE	23730	2385	Europe/Berlin	54.13333	10.88333		Schashagen	01055037	10	00	01055	01055037
2840253	Schartau	schartau	DE	39291	0	Europe/Berlin	52.6962	11.69831				14	00	15090	15090435
2840254	Schartau	schartau	DE	39291	0	Europe/Berlin	52.28997	11.78944				14	00	15086	15086015
2840287	Scharnhorst	scharnhorst	DE	29348	0	Europe/Berlin	51.54921	7.53909				07	059	05913	05913000
2840288	Scharnhorst	scharnhorst	DE	29348	710	Europe/Berlin	52.95372	9.27563		Scharnhorst		06	00	03361	03361012
2840289	Scharnhorst	scharnhorst	DE	29348	0	Europe/Berlin	52.71667	10.28333			03351025	06	00	03351	03351025
2840290	Scharnhorst	scharnhorst	DE	29348	0	Europe/Berlin	52.53961	9.52171				06	00	03241	03241012
2840297	Scharnebeck	scharnebeck	DE	21379	3275	Europe/Berlin	53.29237	10.50188		Scharnebeck,Sharnebek,sha er nei bei ke,Шарнебек,沙尔内贝克	03355033	06	00	03355	03355033
2840337	Scharfenstein	scharfenstein	DE	09435	1085	Europe/Berlin	50.70405	13.05654				13	00	14521	14521150
2840375	Scharfbillig	scharfbillig	DE	54636	68	Europe/Berlin	49.93233	6.55523			07232115	08	00	07232	07232115
2840393	Scharbeutz	scharbeutz	DE	23683	12087	Europe/Berlin	54.03333	10.75		Scharbeutz,Sharbojc,sha er bo yi ci,Шарбойц,Шарбојц,沙尔博伊茨	01055044	10	00	01055	01055044
2840403	Schaprode	schaprode	DE	18569	526	Europe/Berlin	54.51408	13.16655		Schaprode,Shaprode,sha pu luo de,Шапроде,沙普罗德		12	00	13073	13073081
2840419	Schapen	schapen	DE	48480	2444	Europe/Berlin	52.4	7.56667		Shapen,sha peng,Шапен,沙彭	03454046	06	00	03454	03454046
2840420	Schapen	schapen	DE	48480	1635	Europe/Berlin	52.28045	10.60524				06	00	03101	03101000
2840476	Schankweiler	schankweiler	DE	54668	198	Europe/Berlin	49.9	6.38333			07232114	08	00	07232	07232114
2840526	Schallstadt	schallstadt	DE	79227	5841	Europe/Berlin	47.95855	7.75755		Salstadt,Shal'shtadt,Shall'shtadt,Shalshtat,sha er shi ta te,Шалльштадт,Шалштат,Шальштадт,Շալշտադտ,沙尔施塔特	08315098	01	083	08315	08315098
2840529	Schallodenbach	schallodenbach	DE	67701	942	Europe/Berlin	49.55	7.71667			07335041	08	00	07335	07335041
2840552	Schallbach	schallbach	DE	79597	698	Europe/Berlin	47.65	7.63333			08336075	01	083	08336	08336075
2840566	Schalkholz	schalkholz	DE	25782	601	Europe/Berlin	54.24678	9.25749		Schalkholz	01051100	10	00	01051	01051100
2840568	Schalkham	schalkham	DE	84175	898	Europe/Berlin	48.48333	12.41667		Shal'kgam,Shal'kkham,Shalkkham,sha er ke ha mu,shalkham,Шалкхам,Шалькгам,Шалькхам,Շալքհամ,شالکهام,沙尔克哈姆	09274179	02	092	09274	09274179
2840569	Schalkham	schalkham	DE	84175	0	Europe/Berlin	48.40557	13.21416				02	092	09275	09275143
2840570	Schalkham	schalkham	DE	84175	0	Europe/Berlin	48.01423	12.44048				02	091	09189	09189133
2840575	Schalkenmehren	schalkenmehren	DE	54552	606	Europe/Berlin	50.16527	6.86075		Shal'kenmeren,Shalkenmeren,sha er ken mei lun,Шалкенмерен,Шалькенмерен,沙尔肯梅伦	07233063	08	00	07233	07233063
2840586	Schalkenbach	schalkenbach	DE	53426	878	Europe/Berlin	50.49485	7.14636			07131073	08	00	07131	07131073
2840590	Schalkau	schalkau	DE	96528	3367	Europe/Berlin	50.39536	11.00732		Schalkau,Shal'kau,Shalkau,sha er kao,shalkaw,Шалкау,Шалькау,شالكاو,شالکاو,沙尔考		15	00	16072	16072015
2840634	Schäftlarn	schaftlarn	DE	82069	5281	Europe/Berlin	47.99027	11.45591		Sheftlarn,she fu te la er en,shftlarn,Шефтларн,Շեֆթլարն,شفتلارن,舍夫特拉尔恩	09184142	02	091	09184	09184142
2840642	Schafstedt	schafstedt	DE	25725	0	Europe/Berlin	53.94027	8.96375				10	00	01051	01051062
2840643	Schafstedt	schafstedt	DE	25725	0	Europe/Berlin	54.08333	9.3		Schafstedt	01051099	10	00	01051	01051099
2840732	Schafflund	schafflund	DE	24980	2323	Europe/Berlin	54.75845	9.18329		Schafflund	01059158	10	00	01059	01059158
2840855	Schadewitz	schadewitz	DE	03238	0	Europe/Berlin	51.73503	13.90232		Schadewitz,Skodow,Škódow		11	00	12066	12066052
2840856	Schadewitz	schadewitz	DE	03238	0	Europe/Berlin	51.56069	13.48206		Schadewitz		11	00	12062	12062453
2840882	Schadeleben	schadeleben	DE	06449	711	Europe/Berlin	51.83728	11.36023		Schadeleben		14	00	15089	15089307
2840898	Schackstedt	schackstedt	DE	06425	463	Europe/Berlin	51.71553	11.6154		Schackstedt		14	00	15089	15089015
2840900	Schacksdorf	schacksdorf	DE	03238	0	Europe/Berlin	51.61508	13.76184		Sachlejce,Schacksdorf,Šachlejce		11	00	12062	12062293
2840901	Schackenthal	schackenthal	DE	06449	349	Europe/Berlin	51.73868	11.58918		Schackenthal		14	00	15089	15089015
2840902	Schackensleben	schackensleben	DE	39343	712	Europe/Berlin	52.19572	11.41943				14	00	15083	15083298
2840903	Schackendorf	schackendorf	DE	23795	784	Europe/Berlin	53.95831	10.27124			01060070	10	00	01060	01060070
2840904	Schackendorf	schackendorf	DE	23795	0	Europe/Berlin	50.4151	10.82571		Schackendorf		15	00	16069	16069053
2840933	Schachtebich	schachtebich	DE	37318	260	Europe/Berlin	51.4	10.05		Schachtebich	16061083	15	00	16061	16061083
2840936	Schacht-Audorf	schacht-audorf	DE	24790	4667	Europe/Berlin	54.31282	9.71586			01058140	10	00	01058	01058140
2841027	Schaalby	schaalby	DE	24882	1700	Europe/Berlin	54.55	9.63333		Schaalby	01059073	10	00	01059	01059073
2841039	Schaafheim	schaafheim	DE	64850	8784	Europe/Berlin	49.92417	9.00944		Schaafheim,Shaafgajm,Shaafkhajm,Shafkhajm,sha fu hai mu,shafuhaimu,Шаафгайм,Шаафхайм,Шафхайм,Шафхајм,シャーフハイム,沙夫海姆	06432021	05	064	06432	06432021
2841040	Schaafhausen	schaafhausen	DE	29451	0	Europe/Berlin	53.07261	11.0708				06	00	03354	03354004
2841047	Sayda	sayda	DE	09619	2235	Europe/Berlin	50.71123	13.42172		Sayda,Zaida,Zajda,zayda,Зайда,Зајда,زايدا,زایدا		13	00	14522	14522520
2841050	Saxler	saxler	DE	54558	81	Europe/Berlin	50.13333	6.9			07233062	08	00	07233	07233062
2841061	Sauzin	sauzin	DE	17440	411	Europe/Berlin	54.03534	13.78542		Sauzin		12	00	13075	13075124
2841074	Saustrup	saustrup	DE	24392	241	Europe/Berlin	54.66667	9.76667		Saustrup	01059072	10	00	01059	01059072
2841124	Saulgrub	saulgrub	DE	82442	1664	Europe/Berlin	47.66643	11.02469		Saigra,Zaul'grub,Zaulgrub,shao er ge lu bu,zawlgrwb,Заулгруб,Заульгруб,Զաուլգրուբ,زاولگروب,绍尔格鲁布	09180129	02	091	09180	09180129
2841125	Bad Saulgau	bad-saulgau	DE	88348	17911	Europe/Berlin	48.01676	9.50064		Saulgau		01	084	08437	08437100
2841128	Sauldorf	sauldorf	DE	88605	2501	Europe/Berlin	47.94371	9.10833		Sauldorf,Zaul'dorf,Zauldorf,shao er duo fu,Заулдорф,Заульдорф,绍尔多夫	08437123	01	084	08437	08437123
2841165	Sauerthal	sauerthal	DE	65391	228	Europe/Berlin	50.43333	7.83333		Sauerthal		08	00	07143	07143048
2841166	Sauerthal	sauerthal	DE	65391	0	Europe/Berlin	50.08551	7.82115		Zauehrtal',Zauertal,shao ai er ta er,Зауертал,Зауэрталь,绍埃尔塔尔	07141122	08	00	07141	07141122
2841178	Sauerlach	sauerlach	DE	82054	5991	Europe/Berlin	47.97171	11.65383		Zauehrlakh,Zauerlakh,Zauerlax,sawyrlakh,shao ai er la,Зауерлах,Зауэрлах,Զաուերլախ,ساوئرلاخ,绍埃尔拉	09184141	02	091	09184	09184141
2841204	Sauensiek	sauensiek	DE	21644	2281	Europe/Berlin	53.38333	9.6		Sauensiek,Sounsiek,Zauehnzik,Zauensik,shao en xi ke,zauenjiku,Зауенсик,Зауэнзик,ザウエンジーク,绍恩西克	03359037	06	00	03359	03359037
2841249	Saubach	saubach	DE	06647	707	Europe/Berlin	51.21452	11.5246		Saubach		14	00	15084	15084133
2841256	Satzkorn	satzkorn	DE	14476	0	Europe/Berlin	52.47437	12.98989		Satzkorn		11	00	12054	12054000
2841290	Satteldorf	satteldorf	DE	74589	5176	Europe/Berlin	49.16953	10.07957		Zateldorf,Zattel'dorf,sa te er duo fu,zatterudorufu,Зателдорф,Заттельдорф,ザッテルドルフ,萨特尔多夫	08127073	01	081	08127	08127073
2841320	Satrup	satrup	DE	24986	3581	Europe/Berlin	54.69237	9.60549		Satrup		10	00	01059	01059185
2841325	Satow	satow	DE	17209	192	Europe/Berlin	53.40861	12.38056				12	00	13071	13071036
2841333	Sassnitz	sassnitz	DE	18546	10779	Europe/Berlin	54.5157	13.64451		Sassnitz,Saßnitz		12	00	13073	13073080
2841336	Saßleben	sassleben	DE	03205	0	Europe/Berlin	51.75912	13.98655		Sassleben,Saßleben,Zaslomjen,Zasłomjeń		11	00	12066	12066052
2841579	Sankt Johann	sankt-johann	DE	55578	0	Europe/Berlin	48.16667	12.81667				02	091	09171	09171112
2841351	Sassenberg	sassenberg	DE	48336	14273	Europe/Berlin	51.99223	8.04068		Sassenberg,Zasenberg,Zassenberg,Zassenberq,sa sen bei ge,zasnbrgh,zaznbrg,Засенберг,Зассенберг,زازنبرگ,زاسنبرغ,萨森贝格		07	055	05570	05570036
2841352	Sassenberg	sassenberg	DE	48336	0	Europe/Berlin	50.69079	7.35139		Sassenberg		07	053	05382	05382024
2841356	Sassen	sassen	DE	17121	543	Europe/Berlin	54.02376	13.18746				12	00	13075	13075123
2841357	Sassen	sassen	DE	17121	0	Europe/Berlin	50.71024	9.53744				05	065	06535	06535015
2841358	Sassen	sassen	DE	17121	97	Europe/Berlin	50.26667	6.96667			07233236	08	00	07233	07233236
2841359	Sassen	sassen	DE	17121	0	Europe/Berlin	47.66181	9.5403				01	084	08435	08435035
2841375	Sasbachwalden	sasbachwalden	DE	77887	2541	Europe/Berlin	48.61667	8.13333		Zasbakhval'den,Zasbakhvalden,sa si ba wa er deng,Засбахвалден,Засбахвальден,萨斯巴瓦尔登	08317118	01	083	08317	08317118
2841380	Sasbach	sasbach	DE	77880	5599	Europe/Berlin	48.63971	8.09375			08317116	01	083	08317	08317116
2841381	Sasbach	sasbach	DE	77880	3369	Europe/Berlin	48.13837	7.61576				01	083	08316	08316038
2841383	Sarzbüttel	sarzbuttel	DE	25785	734	Europe/Berlin	54.11667	9.18333		Sarzbuttel,Sarzbüttel	01051098	10	00	01051	01051098
2841386	Sarstedt	sarstedt	DE	31157	18718	Europe/Berlin	52.23495	9.85411		Sarstedt,Zarshtedt,Zarshtet,sa er si te,zarashtt,zarshtyt,Зарштедт,Зарштет,زاراشتت,زارشتيت,萨尔斯特		06	00	03254	03254028
2841391	Sarow	sarow	DE	17111	927	Europe/Berlin	53.79427	13.10041		Sarow		12	00	13071	13071128
2841393	Sarnow	sarnow	DE	17392	483	Europe/Berlin	53.75072	13.62781		Sarnow		12	00	13075	13075122
2841394	Sarnow	sarnow	DE	17392	0	Europe/Berlin	53.11968	12.22813				11	00	12070	12070316
2841395	Sarnow	sarnow	DE	17392	0	Europe/Berlin	52.90761	13.59112				11	00	12060	12060198
2841403	Sarmersbach	sarmersbach	DE	54552	188	Europe/Berlin	50.23333	6.88333			07233061	08	00	07233	07233061
2841406	Sarlhusen	sarlhusen	DE	24616	528	Europe/Berlin	54.02284	9.79294		Sarlhusen	01061096	10	00	01061	01061096
2841407	Sarkwitz	sarkwitz	DE	23629	0	Europe/Berlin	53.99094	10.66609				10	00	01055	01055044
2841414	Sargstedt	sargstedt	DE	38822	766	Europe/Berlin	51.941	10.98682		Sargstedt		14	00	15085	15085135
2841417	Sargenroth	sargenroth	DE	55471	515	Europe/Berlin	49.93333	7.51667		Zargenrot,sa er gen luo te,Заргенрот,萨尔根罗特	07140134	08	00	07140	07140134
2841431	Sanzkow	sanzkow	DE	17111	216	Europe/Berlin	53.89065	13.12229				12	00	13071	13071136
2841452	Sanne	sanne	DE	39596	0	Europe/Berlin	52.81834	11.42925		Sanne		14	00	15081	15081030
2841453	Sanne	sanne	DE	39596	182	Europe/Berlin	52.65806	11.94162				14	00	15090	15090220
2841455	Sankt Wolfgang	sankt-wolfgang	DE	84427	0	Europe/Berlin	49.23738	11.68868				02	093	09373	09373167
2841456	Sankt Wolfgang	sankt-wolfgang	DE	84427	0	Europe/Berlin	48.46117	13.14596				02	092	09275	09275124
2841457	Sankt Wolfgang	sankt-wolfgang	DE	84427	4102	Europe/Berlin	48.21667	12.13333		Sankt Wolfgang	09177137	02	091	09177	09177137
2841458	Sankt Wolfgang	sankt-wolfgang	DE	84427	0	Europe/Berlin	48.01077	12.49534				02	091	09189	09189111
2841463	Sankt Wendel	sankt-wendel	DE	66606	26904	Europe/Berlin	49.46633	7.16814	301	Kreisstadt Sankt Wendel,Sankt Wendel,Sankt-Vendel',Санкт-Вендель	10046	09	00	10046	10046117
2841474	Sankt Thomas	sankt-thomas	DE	54655	320	Europe/Berlin	50.06667	6.6			07232113	08	00	07232	07232113
2841477	Sankt Sebastian	sankt-sebastian	DE	56220	2508	Europe/Berlin	50.41077	7.56175			07137222	08	00	07137	07137222
2841478	Sankt Sebastian	sankt-sebastian	DE	56220	0	Europe/Berlin	48.39822	12.76999				02	092	09277	09277116
2841484	Sankt Peter-Ording	sankt-peter-ording	DE	25826	4092	Europe/Berlin	54.30363	8.64138		PSH,Sankt Peter-Ording,Sankt Peter-Oring,Sankt-Peter-Ording,St. Peter-Ording,sheng bi de-ao er ding,Санкт Петер-Ординг,Санкт-Петер-Ординг,圣彼得-奥尔丁	01054113	10	00	01054	01054113
2841486	Sankt Peter	sankt-peter	DE	79271	0	Europe/Berlin	51.1354	6.80149				07	051	05162	05162004
2841487	Sankt Peter	sankt-peter	DE	79271	0	Europe/Berlin	48.5925	13.0825				02	092	09275	09275114
2841488	Sankt Peter	sankt-peter	DE	79271	2509	Europe/Berlin	48.01475	8.03294		Sankt Peter		01	083	08315	08315095
2841496	Sankt Ottilien	sankt-ottilien	DE	86941	0	Europe/Berlin	51.21911	9.64658				05	066	06633	06633012
2841509	Sankt Michaelisdonn	sankt-michaelisdonn	DE	25693	3762	Europe/Berlin	53.98333	9.11667		Saint Michaelisdonn,Sankt Michaelisdonn,Sankt Mikhaelisdon,Sankt-Mikhelisdon,St. Michaelisdonn,sheng mi xia ai li si dong,Санкт Михаелисдон,Санкт-Михелисдон,圣米夏埃利斯东	01051097	10	00	01051	01051097
2841517	Sankt Martin	sankt-martin	DE	67487	1872	Europe/Berlin	49.30028	8.10528			07337070	08	00	07337	07337070
2841518	Sankt Martin	sankt-martin	DE	67487	0	Europe/Berlin	48	9.66667				01	084	08426	08426014
2841521	Sankt Märgen	sankt-margen	DE	79274	1850	Europe/Berlin	48.00805	8.09283		Sankt Margen,Sankt Märgen,St. Maergen,St. Märgen		01	083	08315	08315094
2841523	Sankt Margarethen	sankt-margarethen	DE	25572	1072	Europe/Berlin	53.89199	9.25301			01061095	10	00	01061	01061095
2841524	Sankt Margarethen	sankt-margarethen	DE	25572	0	Europe/Berlin	47.72579	12.0961				02	091	09187	09187120
2841546	Sankt Kilian	sankt-kilian	DE	98553	3226	Europe/Berlin	50.52749	10.76301		Sankt Kilian		15	00	16069	16069043
2841547	Sankt Katharinen	sankt-katharinen	DE	53562	352	Europe/Berlin	49.86667	7.76667			07133088	08	00	07133	07133088
2841557	Sankt Julian	sankt-julian	DE	66887	1260	Europe/Berlin	49.61667	7.51667		Sankt Julian,Sankt Julian-Obereisenbach,Sankt Julijan,Sankt-Julian,sheng you li an,Санкт Јулијан,Санкт-Юлиан,圣尤利安	07336095	08	00	07336	07336095
2841573	Sankt Johann	sankt-johann	DE	55578	949	Europe/Berlin	50.35	7.2			07137097	08	00	07137	07137097
2841574	Sankt Johann	sankt-johann	DE	55578	811	Europe/Berlin	49.8675	8.01444			07339050	08	00	07339	07339050
2841575	Sankt Johann	sankt-johann	DE	55578	0	Europe/Berlin	49.22886	7.01126		Sankt Johann		09	00	10041	10041100
2841576	Sankt Johann	sankt-johann	DE	55578	0	Europe/Berlin	48.73218	11.81184		Sankt Johann		02	092	09273	09273177
2841577	Sankt Johann	sankt-johann	DE	55578	5181	Europe/Berlin	48.45397	9.34396				01	084	08415	08415093
2841578	Sankt Johann	sankt-johann	DE	55578	0	Europe/Berlin	48.33169	11.20438				02	091	09174	09174135
2841580	Sankt Johann	sankt-johann	DE	55578	0	Europe/Berlin	48.06529	10.3683				02	097	09778	09778180
2841581	Sankt Johann	sankt-johann	DE	55578	0	Europe/Berlin	47.66667	9.6				01	084	08435	08435057
2841590	Sankt Ingbert	sankt-ingbert	DE	66386	38697	Europe/Berlin	49.27697	7.11672		Sankt Ingbert		09	00	10045	10045117
2841609	Sankt Goarshausen	sankt-goarshausen	DE	56346	1511	Europe/Berlin	50.15839	7.71374		Saint Goarshausen,Sankt Goarshausen,Sankt Goarskhauzen,Sankt-Goarskhauzen,St. Goarshausen,sheng ge a er si hao sen,zankt ghwarshawzn,zankt gwarzhawzn,Санкт Гоарсхаузен,Санкт-Гоарсхаузен,زانكت غوارسهاوزن,زانکت گوارزهاوزن,ザンクト・ゴアールスハウゼン,圣戈阿尔斯豪森		08	00	07141	07141121
2841611	Sankt Goar	sankt-goar	DE	56329	3083	Europe/Berlin	50.14878	7.7072		Sankt Goar,Sankt-Goar,sheng ge a er,zankt ghwar,zankt gwar,Санкт Гоар,Санкт-Гоар,زانكت غوار,زانکت گوار,ザンクト・ゴアー,圣戈阿尔		08	00	07140	07140133
2841619	Sankt Georgen im Schwarzwald	sankt-georgen-im-schwarzwald	DE	78112	13636	Europe/Berlin	48.12716	8.33513		Sankt Georgen,Sankt Georgen im Schwarzwald		01	083	08326	08326052
2841636	Sankt Gangloff	sankt-gangloff	DE	07629	1322	Europe/Berlin	50.85522	11.89446		Sankt Gangloff		15	00	16074	16074093
2841639	Sankt Egidien	sankt-egidien	DE	09356	3709	Europe/Berlin	50.78617	12.62395		Saint Egidien,Sankt Egidien,St. Egidien		13	00	14524	14524280
2841643	Sankt Blasien	sankt-blasien	DE	79837	4111	Europe/Berlin	47.76252	8.12714		Saint Blasien,San Blasien,Sankt Blasien,St. Blasien		01	083	08337	08337097
2841645	Sankt Bernhard	sankt-bernhard	DE	98660	296	Europe/Berlin	50.45924	10.59617		Sankt Bernhard		15	00	16069	16069047
2841648	Sankt Augustin	sankt-augustin	DE	53757	56094	Europe/Berlin	50.77538	7.197		Sankt Augustin,Sankt-Avgustin,Zankt-Augustin,sheng ao gu si ding,zankt agstyn,zankt awghstyn,Занкт-Аугустін,Санкт Аугустин,Санкт-Августин,زانكت آوغستين,زانکت آگستین,圣奥古斯丁		07	053	05382	05382056
2841661	Sankt Annen	sankt-annen	DE	25776	0	Europe/Berlin	52.31588	9.19865				06	00	03257	03257035
2841662	Sankt Annen	sankt-annen	DE	25776	0	Europe/Berlin	52.1518	8.42866				06	00	03459	03459024
2841663	Sankt Annen	sankt-annen	DE	25776	0	Europe/Berlin	54.34649	9.0787			01051096	10	00	01051	01051096
2841672	Sankt Andreasberg	sankt-andreasberg	DE	37444	2037	Europe/Berlin	51.71004	10.51867		Saint-Andreasberg,Sankt Andreasberg,Sankt-Andreasberg,sheng an de li si bo ge,zankt andryasbrg,Санкт Андреасберг,Санкт-Андреасберг,زانکت آندریاسبرگ,聖安德里斯伯格		06	00	03153	03153016
2841673	Sankt Aldegund	sankt-aldegund	DE	56858	688	Europe/Berlin	50.08333	7.13333			07135076	08	00	07135	07135076
2841674	Sankt Alban	sankt-alban	DE	67813	363	Europe/Berlin	49.68333	7.86667			07333066	08	00	07333	07333066
2841675	Sankt Alban	sankt-alban	DE	67813	0	Europe/Berlin	48.55209	11.8448		Sankt Alban		02	091	09178	09178132
2841676	Sankt Alban	sankt-alban	DE	67813	0	Europe/Berlin	47.96072	11.10373				02	091	09181	09181114
2841682	Sankelmark	sankelmark	DE	24988	1358	Europe/Berlin	54.71803	9.42344		Sankelmark		10	00	01059	01059184
2841683	Sanitz	sanitz	DE	18190	0	Europe/Berlin	54.07757	12.37558		Zanic,sa ni ci,Заниц,萨尼茨		12	00	13072	13072091
2841693	Sangerhausen	sangerhausen	DE	06526	23347	Europe/Berlin	51.47221	11.29533		Sangerhausen,Zangergauzen,Zangerkhauzen,jang-geohaujen,sang ge hao sen,zanghrhawzn,zangrhawzn,Зангергаузен,Зангерхаузен,زانغرهاوزن,زانگرهاوزن,桑格豪森,장거하우젠	15087	14	00	15087	15087370
2841731	Sandstedt	sandstedt	DE	27628	1808	Europe/Berlin	53.35981	8.52137		Gemeen Sands,Zandshtedt,Zandshtet,sang ci te,Зандштедт,Зандштет,桑茨特	03352060	06	00	03352	03352060
2841830	Sandhausen	sandhausen	DE	69207	0	Europe/Berlin	52.76667	13.25				11	00	12065	12065256
2841832	Sandhausen	sandhausen	DE	69207	0	Europe/Berlin	52.5	6.88333				06	00	03456	03456023
2841833	Sandhausen	sandhausen	DE	69207	0	Europe/Berlin	53.26925	8.82296				06	00	03356	03356007
2841834	Sandhausen	sandhausen	DE	69207	0	Europe/Berlin	53.09345	8.65088				06	00	03401	03401000
2841835	Sandhausen	sandhausen	DE	69207	14336	Europe/Berlin	49.34278	8.65917		Sandhausen,Sondhause,Zandgauzen,Zandkhauzen,sang de hao sen,zantohauzen,Зандгаузен,Зандхаузен,ザントハウゼン,桑德豪森	08226076	01	082	08226	08226076
2841874	Sandesneben	sandesneben	DE	23898	1620	Europe/Berlin	53.68333	10.5		Sandesneben	01053108	10	00	01053	01053108
2841876	Sandersleben	sandersleben	DE	06456	2085	Europe/Berlin	51.67745	11.56795		Sandersleben,Zandersleben,Зандерслебен		14	00	15087	15087031
2841879	Sandersdorf	sandersdorf	DE	06780	6580	Europe/Berlin	51.62841	12.26492		Sandersdorf		14	00	15082	15082340
2841880	Sandersdorf	sandersdorf	DE	06780	0	Europe/Berlin	48.90071	11.61087				02	091	09176	09176112
2841893	Sande	sande	DE	26452	0	Europe/Berlin	54.73682	8.95011				10	00	01054	01054167
2841894	Sande	sande	DE	26452	0	Europe/Berlin	53.5	10.2				04	00	02000	02000000
2841895	Sande	sande	DE	26452	9359	Europe/Berlin	53.50489	8.01418		Sande	03455014	06	00	03455	03455014
2841898	Sande	sande	DE	26452	0	Europe/Berlin	51.75807	8.66049				07	057	05774	05774032
2841910	Sandbostel	sandbostel	DE	27446	842	Europe/Berlin	53.40933	9.1293		Sandbossel,Zandbostel,Zandbostel',sang de bo si te er,zantobosuteru,Зандбостел,Зандбостель,ザントボステル,桑德博斯特尔	03357040	06	00	03357	03357040
2841930	Sandberg	sandberg	DE	97657	0	Europe/Berlin	51.33333	6.61667				07	051	05114	05114000
2841931	Sandberg	sandberg	DE	97657	0	Europe/Berlin	54.25354	12.54355				12	00	13073	13073001
2841932	Sandberg	sandberg	DE	97657	0	Europe/Berlin	53.1591	8.37125				06	00	03458	03458010
2841933	Sandberg	sandberg	DE	97657	0	Europe/Berlin	52.75	10.06667				06	00	03351	03351004
2841934	Sandberg	sandberg	DE	97657	0	Europe/Berlin	50.45761	9.94211				05	066	06631	06631010
2841935	Sandberg	sandberg	DE	97657	2890	Europe/Berlin	50.34824	10.00814			09673162	02	096	09673	09673162
2841936	Sandberg	sandberg	DE	97657	0	Europe/Berlin	48.8367	10.03339				01	081	08136	08136088
2842009	Sandbeiendorf	sandbeiendorf	DE	39517	286	Europe/Berlin	52.39592	11.71932				14	00	15083	15083120
2842030	Sandauerholz	sandauerholz	DE	39606	163	Europe/Berlin	52.79316	12.00535		Sandauerholz		14	00	15090	15090270
2842059	Samtens	samtens	DE	18573	2085	Europe/Berlin	54.35481	13.29311		Zamtens,sa mu teng si,Замтенс,萨姆滕斯		12	00	13073	13073079
2842060	Samswegen	samswegen	DE	39326	1939	Europe/Berlin	52.26059	11.56174				14	00	15083	15083390
2842082	Samern	samern	DE	48465	722	Europe/Berlin	52.29808	7.2638		Samern		06	00	03456	03456020
2842084	Samerberg	samerberg	DE	83122	2569	Europe/Berlin	47.77654	12.19139		Zamerberg,sa mo bei ge,zamrbrg,Замерберг,Զամերբերգ,زامربرگ,萨默贝格	09187172	02	091	09187	09187172
2842109	Salzweg	salzweg	DE	94121	6805	Europe/Berlin	48.61667	13.48333		Zal'cveg,Zalcveg,sa er ci wei ge,saltswg,Залцвег,Зальцвег,Զալցվեգ,سالتسوگ,萨尔茨韦格	09275146	02	092	09275	09275146
2842112	Salzwedel	salzwedel	DE	29410	21058	Europe/Berlin	52.85435	11.1525		Ljaudit,Salzwedel,Soltwedel,ZSQ,Zal'cvedel',Zalcvedel,sa er ci wei de er,zaltsfydl,zaltswdl,Залцведел,Зальцведель,زالتسفيدل,زالتسودل,萨尔茨韦德尔	15081	14	00	15081	15081455
2842131	Salzkotten	salzkotten	DE	33154	24561	Europe/Berlin	51.6717	8.60092		Zal'ckotten,Zalckoten,sa er ci ke teng,zaltsktn,zaltskwtn,Залцкотен,Зальцкоттен,زالتسكوتن,زالتسکتن,萨尔茨科滕		07	057	05774	05774036
2842143	Salzhemmendorf	salzhemmendorf	DE	31020	10603	Europe/Berlin	52.067	9.5872		Zal'ckhemmendorf,Zalckhemendorf,sa er ci hei men duo fu,zarutsuhenmendorufu,Залцхемендорф,Зальцхеммендорф,ザルツヘンメンドルフ,萨尔茨黑门多夫		06	00	03252	03252008
2842144	Salzhausen	salzhausen	DE	21376	4406	Europe/Berlin	53.22339	10.16981		Zal'ckhauzen,Zalckhauzen,sa er ci hao sen,Залцхаузен,Зальцхаузен,萨尔茨豪森	03353030	06	00	03353	03353030
2842148	Salzgitter-Bad	salzgitter-bad	DE	38259	0	Europe/Berlin	52.04874	10.37423		Bad,Salzgitter-Bad		06	00	03102	03102000
2842150	Salzgitter	salzgitter	DE	38226	101079	Europe/Berlin	52.15705	10.4154		Salzgitter,ZPU,Zal'cgitehr,Zal'cgitter,Zalcgiter,Zalcgiteris,jalcheugiteo,sa er ci ji te,zaltsghytr,zaltsgytr,zarutsugitta,Залцгитер,Зальцгиттер,Зальцгіттер,Зальцгітэр,زالتسغيتر,زالتسگیتر,سالزگٹر,ザルツギッター,薩爾茨吉特,잘츠기터		06	00	03102	03102000
2842152	Salzfurtkapelle	salzfurtkapelle	DE	06779	975	Europe/Berlin	51.6944	12.17878		Salzfurtkapelle		14	00	15082	15082440
2842166	Salzburg	salzburg	DE	56479	0	Europe/Berlin	52.12522	9.58231				06	00	03252	03252008
2842167	Salzburg	salzburg	DE	56479	238	Europe/Berlin	50.66667	8.05			07143291	08	00	07143	07143291
2842168	Salzburg	salzburg	DE	56479	0	Europe/Berlin	48.72292	12.2075				02	092	09274	09274127
2842175	Salzbergen	salzbergen	DE	48499	7602	Europe/Berlin	52.33333	7.35		Salzbergen,Saoltbiaergen,Saoltbiärgen,Zal'cbergen,Zalcbergen,sa er ci bei er gen,Залцберген,Зальцберген,萨尔茨贝尔根	03454045	06	00	03454	03454045
2842201	Salz	salz	DE	56414	963	Europe/Berlin	50.51	7.96361			07143290	08	00	07143	07143290
2842202	Salz	salz	DE	56414	0	Europe/Berlin	50.42698	9.36651		Salz		05	065	06535	06535004
2842203	Salz	salz	DE	56414	2311	Europe/Berlin	50.30842	10.21205			09673161	02	096	09673	09673161
2842204	Salz	salz	DE	56414	0	Europe/Berlin	50.29086	9.36047				05	064	06435	06435002
2842243	Salm	salm	DE	54570	373	Europe/Berlin	50.15287	6.69059			07233060	08	00	07233	07233060
2842244	Sallneck	sallneck	DE	79692	352	Europe/Berlin	47.72275	7.77145				01	083	08336	08336107
2842258	Sallgast	sallgast	DE	03238	1827	Europe/Berlin	51.5887	13.84861		Sallgast,Zalgast,Zalhozdz,Zall'gast,Załhozdź,sa er jia si te,Залгаст,Залльгаст,Զալգասթ,萨尔加斯特	12062425	11	00	12062	12062425
2842290	Salgen	salgen	DE	87775	1459	Europe/Berlin	48.13069	10.4789		Zal'gen,Zalgen,sa er gen,Залген,Зальген,Զալգեն,萨尔根	09778190	02	097	09778	09778190
2842304	Salem	salem	DE	23911	0	Europe/Berlin	53.79091	12.80667				12	00	13071	13071092
2842305	Salem	salem	DE	23911	561	Europe/Berlin	53.656	10.82632			01053107	10	00	01053	01053107
2842311	Saldenburg	saldenburg	DE	94163	2040	Europe/Berlin	48.7731	13.35586		Zal'denburg,Zaldenburg,sa er deng bao,Залденбург,Зальденбург,Զալդենբուրգ,萨尔登堡	09272142	02	092	09272	09272142
2842315	Salching	salching	DE	94330	2532	Europe/Berlin	48.81047	12.57043			09278182	02	092	09278	09278182
2842331	Salach	salach	DE	73084	7778	Europe/Berlin	48.69198	9.73715		Zalakh,Залах	08117042	01	081	08117	08117042
2842372	Sahms	sahms	DE	21493	371	Europe/Berlin	53.52544	10.53296		Sahms	01053106	10	00	01053	01053106
2842520	Sachsenhausen	sachsenhausen	DE	99439	0	Europe/Berlin	50.93163	9.09918				05	066	06634	06634006
2842434	Sagard	sagard	DE	18551	2859	Europe/Berlin	54.52556	13.55387		Zagard,sa jia er de,sgrd,Загард,سگرد,萨加尔德		12	00	13073	13073078
2842438	Saffig	saffig	DE	56648	2184	Europe/Berlin	50.38333	7.41667		Zaffig,Zafig,sa fei xi,sffyg,Зафиг,Заффиг,سففیگ,萨菲希	07137096	08	00	07137	07137096
2842441	Saerbeck	saerbeck	DE	48369	7027	Europe/Berlin	52.17372	7.63395		Zarbek,Zerbek,sa ai er bei ke,sayrbk,zabekku,Зарбек,Зербек,سائربک,ザーベック,萨埃尔贝克	05566080	07	055	05566	05566080
2842449	Sadenbeck	sadenbeck	DE	16928	0	Europe/Berlin	53.18657	12.26521		Sadenbeck		11	00	12070	12070316
2842507	Sachsenkam	sachsenkam	DE	83679	1251	Europe/Berlin	47.80543	11.64396		Zakhsenkam,Zaksenkam,sa sen ka mu,schsnkm,zaksnkam,Заксенкам,Захсенкам,Զաքսենկամ,زاکسنکام,سچسنکم,萨森卡姆	09173141	02	091	09173	09173141
2842511	Sachsenheim	sachsenheim	DE	74343	0	Europe/Berlin	50.02237	9.76106		Sachsenheim		02	096	09677	09677132
2842512	Sächsenheim	sachsenheim	DE	74343	0	Europe/Berlin	49.59313	9.96423				02	096	09679	09679188
2842517	Sachsenhausen	sachsenhausen	DE	99439	0	Europe/Berlin	52.77876	13.23991		Sachsenhausen		11	00	12065	12065256
2842518	Sachsenhausen	sachsenhausen	DE	99439	1903	Europe/Berlin	51.24338	9.00973				05	066	06635	06635021
2842519	Sachsenhausen	sachsenhausen	DE	99439	393	Europe/Berlin	51.05	11.36667			16071102	15	00	16071	16071102
2842521	Sachsenhausen	sachsenhausen	DE	99439	0	Europe/Berlin	49.7314	9.49255				01	081	08128	08128131
2842522	Sachsenhausen	sachsenhausen	DE	99439	0	Europe/Berlin	48.61339	10.30483				01	081	08135	08135016
2842523	Sachsenhausen	sachsenhausen	DE	99439	0	Europe/Berlin	47.93653	11.47127				02	091	09173	09173120
2843094	Rümpel	rumpel	DE	23843	1289	Europe/Berlin	53.78333	10.35		Ruempel,Rumpel,Rümpel	01062065	10	00	01062	01062065
2842531	Sachsenhagen	sachsenhagen	DE	31553	2154	Europe/Berlin	52.39734	9.26791		Zakhsenkhagen,Zaksenkhagen,sa sen ha gen,zaksnhaghn,zakusenhagen,Заксенхаген,Захсенхаген,زاكسنهاغن,زاکسن‌هاگن,سچسنھاگیں,ザクセンハーゲン,萨森哈根		06	00	03257	03257033
2842538	Sachsendorf	sachsendorf	DE	39240	0	Europe/Berlin	52.50786	14.47844				11	00	12064	12064290
2842539	Sachsendorf	sachsendorf	DE	39240	356	Europe/Berlin	51.8665	11.88185		Sachsendorf		14	00	15089	15089026
2842540	Sachsendorf	sachsendorf	DE	39240	0	Europe/Berlin	51.73197	14.32067		Knorawa,Sachsendorf		11	00	12052	12052000
2842541	Sachsendorf	sachsendorf	DE	39240	0	Europe/Berlin	51.31742	12.8583				13	00	14729	14729410
2842542	Sachsendorf	sachsendorf	DE	39240	0	Europe/Berlin	51.05196	12.85554				13	00	14522	14522120
2842543	Sachsendorf	sachsendorf	DE	39240	0	Europe/Berlin	50.44387	10.94319				15	00	16069	16069012
2842544	Sachsendorf	sachsendorf	DE	39240	0	Europe/Berlin	49.91387	11.23472				02	094	09472	09472115
2842545	Sachsendorf	sachsendorf	DE	39240	0	Europe/Berlin	49.75992	11.37327				02	094	09474	09474129
2842568	Sachsen	sachsen	DE	91623	3349	Europe/Berlin	49.28999	10.65971		Sachsen		02	095	09571	09571196
2842569	Sachsen	sachsen	DE	91623	0	Europe/Berlin	49.29433	10.40664		Sachsen		02	095	09571	09571174
2842583	Sachau	sachau	DE	39649	0	Europe/Berlin	52.949	10.9956				06	00	03354	03354002
2842584	Sachau	sachau	DE	39649	166	Europe/Berlin	52.47421	11.26081				14	00	15081	15081135
2842585	Sachau	sachau	DE	39649	0	Europe/Berlin	51.6862	12.82801				14	00	15091	15091020
2842606	Saathain	saathain	DE	04932	0	Europe/Berlin	51.46322	13.46377		Saathain		11	00	12062	12062410
2842621	Saarwellingen	saarwellingen	DE	66793	13930	Europe/Berlin	49.3543	6.80487		Saarvellingen,Saarwellingen,Sarrevailingue,Sarvelingen,Vailingua,sa er wei lin gen,sarwlngn,zarwlyngn,Саарвеллинген,Саарвеллінген,Сарвелинген,زارولینگن,سارولنگن,萨尔韦林根		09	00	10044	10044116
2842630	Saarmund	saarmund	DE	14552	0	Europe/Berlin	52.31624	13.12513				11	00	12069	12069454
2842632	Saarlouis	saarlouis	DE	66740	38333	Europe/Berlin	49.31366	6.75154		Saarlouis,Saarlui,Saarluis,Saarluise,Sarlouis,Sarrelouis,ZPT,Zarlui,jaleullu-i,sa er lu yi,sarlwys,zaarlui,zarlwyys,zarurui,Зарлуи,Саарлуис,Саарлуисе,Саарлуї,Сарлоуис,סארלואי,زارلوئیس,زارلوييس,سارلوئس,ზაარლუი,ザールルイ,萨尔路易,자를루이	10044	09	00	10044	10044115
2842644	Saarburg	saarburg	DE	54439	6222	Europe/Berlin	49.60641	6.54365		Saarburg,Saarmpournk,Sarburg,Sarrebourg,sa er bao,sarbrg,zaarburgi,zarbwrg,zarbwrgh,zaruburuku,Σάαρμπουργκ,Саарбург,Сарбург,زاربورغ,زاربورگ,ساربرگ,ზაარბურგი,ザールブルク,萨尔堡		08	00	07235	07235118
2842656	Saara	saara	DE	04603	3199	Europe/Berlin	50.93284	12.42096		Saara		15	00	16077	16077036
2842666	Saalstadt	saalstadt	DE	66919	359	Europe/Berlin	49.31667	7.55			07340041	08	00	07340	07340041
2842669	Saalow	saalow	DE	15806	0	Europe/Berlin	52.1944	13.37583				11	00	12072	12072002
2842720	Saal an der Saale	saal-an-der-saale	DE	97633	1595	Europe/Berlin	50.31673	10.35769		Saal a. d. Saale,Saal an der Saale,Zaal'-an-der-Zaale,Zaal'-na-Zaale,Zaali Zaal,Zal an der Zale,Zal'-an-der-Zale,Зааль-ан-дер-Заале,Зааль-на-Заале,Зал ан дер Зале,Заль-ан-дер-Зале,Զաալի Զաալ,سال ان در سالے		02	096	09673	09673160
2842724	Saal	saal	DE	18317	0	Europe/Berlin	51.75139	6.1724				07	051	05154	05154004
2842725	Saal	saal	DE	18317	1442	Europe/Berlin	54.31051	12.49935				12	00	13073	13073077
2842726	Saal	saal	DE	18317	0	Europe/Berlin	49.46199	7.24754				09	00	10046	10046117
2842728	Saal	saal	DE	18317	5626	Europe/Berlin	48.90099	11.93196		Saal		02	092	09273	09273166
2842785	Rutsweiler an der Lauter	rutsweiler-an-der-lauter	DE	67752	390	Europe/Berlin	49.56667	7.61667		Rutsvajler na Lauteru,Rutsvajler-na-Lautere,lao te er he pan lu ci wei lei,Рутсвайлер-на-Лаутере,Рутсвајлер на Лаутеру,劳特尔河畔鲁茨韦勒	07336090	08	00	07336	07336090
2842796	Ruthweiler	ruthweiler	DE	66869	537	Europe/Berlin	49.55	7.36667		Rutvajler,lu te wei lei,Рутвайлер,Рутвајлер,鲁特韦勒	07336088	08	00	07336	07336088
2842801	Rüthnick	ruthnick	DE	16835	536	Europe/Berlin	52.8812	12.99648		Ruethnick,Rüthnick	12068372	11	00	12068	12068372
2842814	Ruthenbeck	ruthenbeck	DE	19089	265	Europe/Berlin	53.53133	11.70731				12	00	13076	13076038
2842815	Ruthen	ruthen	DE	59602	0	Europe/Berlin	53.48141	12.03131				12	00	13076	13076089
2842824	Rutesheim	rutesheim	DE	71277	10222	Europe/Berlin	48.80808	8.94536			08115042	01	081	08115	08115042
2842854	Rustenfelde	rustenfelde	DE	37318	504	Europe/Berlin	51.4	10		Rustenfelde	16061082	15	00	16061	16061082
2842861	Rust	rust	DE	77977	3577	Europe/Berlin	48.26667	7.73333			08317114	01	083	08317	08317114
2842869	Rüssingen	russingen	DE	67308	508	Europe/Berlin	49.61583	8.08833		Ruessingen,Rüssingen	07333064	08	00	07333	07333064
2842930	Ruschberg	ruschberg	DE	55776	857	Europe/Berlin	49.61973	7.28934			07134075	08	00	07134	07134075
2842960	Ruppichteroth	ruppichteroth	DE	53809	10749	Europe/Berlin	50.84367	7.48409		Rupikhterot,Ruppikhterot,lu pi xi te luo te,Рупихтерот,Руппихтерот,Руппіхтерот,鲁皮希特罗特	05382052	07	053	05382	05382052
2842964	Ruppertsweiler	ruppertsweiler	DE	66957	1449	Europe/Berlin	49.19707	7.68957			07340040	08	00	07340	07340040
2842972	Ruppertshofen	ruppertshofen	DE	56357	402	Europe/Berlin	50.20086	7.80553			07141120	08	00	07141	07141120
2842973	Ruppertshofen	ruppertshofen	DE	56357	0	Europe/Berlin	49.19194	9.91139		Ruppertshofen		01	081	08127	08127043
2842974	Ruppertshofen	ruppertshofen	DE	56357	1868	Europe/Berlin	48.88275	9.81506			08136061	01	081	08136	08136061
2842979	Ruppertsecken	ruppertsecken	DE	67808	406	Europe/Berlin	49.65	7.88333			07333065	08	00	07333	07333065
2842981	Ruppertsberg	ruppertsberg	DE	67152	1416	Europe/Berlin	49.40028	8.19611			07332043	08	00	07332	07332043
2843042	Runkel	runkel	DE	65594	9872	Europe/Berlin	50.40574	8.15457		Runkel,Runkel',lun ke er,rwnkl,Рункел,Рункель,رونكل,رونکل,伦克尔		05	065	06533	06533013
2843054	Runding	runding	DE	93486	2336	Europe/Berlin	49.21513	12.76208		Runding,Runting,lun ding,Рундинг,Рундінг,Ռունդինգ,伦丁	09372155	02	093	09372	09372155
2843802	Rott	rott	DE	57632	0	Europe/Berlin	48.33038	12.36467				02	091	09183	09183132
2843097	Rumohr	rumohr	DE	24254	736	Europe/Berlin	54.25562	10.02449		Rumohr	01058139	10	00	01058	01058139
2843145	Rumbach	rumbach	DE	76891	521	Europe/Berlin	49.0966	7.78765			07340039	08	00	07340	07340039
2843148	Rullstorf	rullstorf	DE	21379	1819	Europe/Berlin	53.28645	10.52972			03355032	06	00	03355	03355032
2843166	Rukieten	rukieten	DE	18258	373	Europe/Berlin	53.89888	12.15483				12	00	13072	13072090
2843177	Ruhwinkel	ruhwinkel	DE	24601	1069	Europe/Berlin	54.1	10.21667		Ruhwinkel,Rukhvinkel,Ruvinkel,Ruvinkel',lu wen ke er,Рувинкел,Рувинкель,Рухвинкел,鲁温克尔	01057069	10	00	01057	01057069
2843190	Rühstädt	ruhstadt	DE	19322	606	Europe/Berlin	52.91667	11.86667		Rikhshtet,Rishtet,Rjushtedt,lu he si te,Рихштет,Риштет,Рюштедт,吕赫斯特	12070348	11	00	12070	12070348
2843203	Ruhpolding	ruhpolding	DE	83324	6419	Europe/Berlin	47.76667	12.65		Ruahpading,Ruhpolding,Ruhpoldingi vald,Rupol'ding,Rupolding,Rupoldinga,Rupolting,Rūpoldinga,lu bo er ding,rwpwldyng,Руполдинг,Рупольдинг,Рупольдінг,Ռուփոլդինգ,روپولدینگ,鲁波尔丁	09189140	02	091	09189	09189140
2843215	Ruhn	ruhn	DE	18246	0	Europe/Berlin	53.3	11.9				12	00	13076	13076168
2843223	Ruhmannsfelden	ruhmannsfelden	DE	94239	2190	Europe/Berlin	48.98327	12.98347		Ruemansfelden,Ruhmannsfelden,Rumannsfel'den,Rumansfel'den,Rumansfelden,lu man si fei er deng,rwmansfldn,Руманнсфельден,Румансфелден,Румансфельден,Ռումանսֆելդեն,رومانسفلدن,鲁曼斯费尔登		02	092	09276	09276142
2843230	Ruhlsdorf	ruhlsdorf	DE	16348	0	Europe/Berlin	52.82346	13.55679				11	00	12060	12060154
2843231	Ruhlsdorf	ruhlsdorf	DE	16348	0	Europe/Berlin	52.56988	13.99504				11	00	12064	12064472
2843232	Ruhlsdorf	ruhlsdorf	DE	16348	0	Europe/Berlin	52.37451	13.26201		Ruhlsdorf		11	00	12069	12069616
2843233	Ruhlsdorf	ruhlsdorf	DE	16348	0	Europe/Berlin	52.12778	13.17067		Ruhlsdorf		11	00	12072	12072312
2843234	Ruhlsdorf	ruhlsdorf	DE	16348	0	Europe/Berlin	51.81827	12.90889				14	00	15091	15091145
2843256	Ruhland	ruhland	DE	01945	4083	Europe/Berlin	51.45755	13.86643		Rolany,Ruhland,Ruland,Rólany,lu lan,rwhland,rwhlnd,Руланд,Ռուլանդ,روهلاند,روهلند,鲁兰		11	00	12066	12066272
2843258	Ruhla	ruhla	DE	99842	6757	Europe/Berlin	50.89296	10.36573		Ruhla,Rula,rura,rwla,Рула,رولا,ルーラ		15	00	16063	16063066
2843272	Rühen	ruhen	DE	38471	4452	Europe/Berlin	52.4856	10.88642		Rijen,Rjuehn,Ruehen,Ruhen,Rühen,lu heng,Ријен,Рюэн,吕亨	03151024	06	00	03151	03151024
2843290	Rügland	rugland	DE	91622	1258	Europe/Berlin	49.4	10.58333		Rigland,Rjugland,Rugland,Ryugland,Rügland,lu ge lan,ryukuranto,Ригланд,Рюгланд,Ռյուգլանդ,リュクラント,吕格兰	09571194	02	095	09571	09571194
2843302	Rügge	rugge	DE	24405	226	Europe/Berlin	54.68333	9.76667		Ruegge,Rugge,Rügge	01059070	10	00	01059	01059070
2843318	Rugendorf	rugendorf	DE	95365	1071	Europe/Berlin	50.2	11.46667		Rugendorf,lu gen duo fu,rugendorufu,Ругендорф,Ռուգենդորֆ,ルーゲンドルフ,鲁根多夫	09477151	02	094	09477	09477151
2843355	Rudolstadt	rudolstadt	DE	07407	25476	Europe/Berlin	50.72043	11.34046		Rudol'shtadt,Rudolphopolis,Rudolshhat,Rudolshtat,Rudolstadt,lu duo er si ta te,rwdwlshtat,Рудолштат,Рудолщат,Рудольштадт,رودل‌اشتات,رودولشتات,鲁多尔斯塔特		15	00	16073	16073076
2843368	Rüdnitz	rudnitz	DE	16321	1875	Europe/Berlin	52.72137	13.62502		Ridnic,Rjudnic,lu de ni ci,Ридниц,Рюдниц,Ռյուդնից,吕德尼茨	12060192	11	00	12060	12060192
2843396	Rüdesheim	rudesheim	DE	55593	2408	Europe/Berlin	49.84546	7.81452		Rideskhajm,Rjudeskhajm,Ruedesheim an der Nahe,Rüdesheim an der Nahe,lu de si hai mu,Ридесхајм,Рюдесхайм,吕德斯海姆	07133117	08	00	07133	07133117
2843399	Ruderting	ruderting	DE	94161	3074	Europe/Berlin	48.65	13.41667		Ruderting,lu de ting,rwdrtyng,Рудертинг,Рудертінг,Ռուդերթինգ,رودرتینگ,鲁德廷	09275144	02	092	09275	09275144
2843409	Rudersdorf	rudersdorf	DE	99628	370	Europe/Berlin	51.1	11.45			16068063	15	00	16068	16068063
2843411	Rudersdorf	rudersdorf	DE	99628	0	Europe/Berlin	50.84231	8.14577		Rudersdorf		07	059	05970	05970044
2843412	Rudersdorf	rudersdorf	DE	99628	0	Europe/Berlin	49.10855	11.5099				02	093	09373	09373112
2843413	Rudersdorf	rudersdorf	DE	99628	0	Europe/Berlin	48.07842	12.01931				02	091	09175	09175115
2843415	Rudersberg	rudersberg	DE	73635	11726	Europe/Berlin	48.88515	9.52927		Rudersberg,lu de si bei ge,Рудерсберг,鲁德斯贝格	08119061	01	081	08119	08119061
2843416	Rudersberg	rudersberg	DE	73635	0	Europe/Berlin	48.40565	11.2209				02	091	09174	09174111
2843417	Rudersberg	rudersberg	DE	73635	0	Europe/Berlin	48.28377	12.73991				02	091	09171	09171129
2843431	Ruderatshofen	ruderatshofen	DE	87674	1709	Europe/Berlin	47.81667	10.58333		Ruderatsgofen,Ruderatshofen,Ruderatskhofen,lu de la ci huo fen,ruderatsuhofen,Рудератсгофен,Рудератсхофен,Ռուդերատսհոֆեն,ルーデラーツホーフェン,鲁德拉茨霍芬	09777167	02	097	09777	09777167
2843436	Rüdenhausen	rudenhausen	DE	97355	852	Europe/Berlin	49.76502	10.34011		Ridenkhauzen,Rjudengauzen,Rjudenkhauzen,Rudenhausen,Ryudenhauzen,Rüdenhausen,lu deng hao sen,Риденхаузен,Рюденгаузен,Рюденхаузен,Ռյուդենհաուզեն,吕登豪森		02	096	09675	09675162
2843441	Rüdenau	rudenau	DE	63924	866	Europe/Berlin	49.71139	9.17917		Ridenau,Rjudenau,Ryudenau,lu de nao,ryudenau,Риденау,Рюденау,Ռյուդենաու,リューデナウ,吕德瑙	09676153	02	096	09676	09676153
2843445	Rudelzhausen	rudelzhausen	DE	84104	3114	Europe/Berlin	48.6	11.76667			09178122	02	091	09178	09178122
2843464	Rückweiler	ruckweiler	DE	55776	447	Europe/Berlin	49.58333	7.23333		Rueckweiler,Rückweiler	07134074	08	00	07134	07134074
2843472	Rückholz	ruckholz	DE	87494	835	Europe/Berlin	47.66667	10.55		Rikkholc,Rjukgol'c,Rjukkhol'c,lu ke huo er ci,ryukkuhorutsu,Рикхолц,Рюкгольц,Рюкхольц,Ռյուկհոլց,リュックホルツ,吕克霍尔茨	09777168	02	097	09777	09777168
2843495	Rückersdorf	ruckersdorf	DE	03238	0	Europe/Berlin	50.82193	12.22032			16076062	15	00	16076	16076062
2843497	Rückersdorf	ruckersdorf	DE	03238	4518	Europe/Berlin	49.49757	11.24751			09574154	02	095	09574	09574154
2843498	Rückersdorf	ruckersdorf	DE	03238	0	Europe/Berlin	49.26385	10.73986				02	095	09571	09571175
2843527	Rubow	rubow	DE	19067	892	Europe/Berlin	53.75675	11.57145				12	00	13076	13076033
2843535	Rubkow	rubkow	DE	17390	755	Europe/Berlin	53.93505	13.72299		Rubkow		12	00	13075	13075121
2843551	Rüber	ruber	DE	56295	877	Europe/Berlin	50.3	7.36667		Rueber,Rüber	07137095	08	00	07137	07137095
2843553	Rubenow	rubenow	DE	17509	0	Europe/Berlin	54.09868	13.69946		Rubenow		12	00	13075	13075120
2843554	Rubenow	rubenow	DE	17509	493	Europe/Berlin	53.73206	13.547				12	00	13075	13075015
2843591	Roxheim	roxheim	DE	55595	2375	Europe/Berlin	49.86374	7.8098		Rokskhajm,luo ke si hai mu,Роксхайм,Роксхајм,罗克斯海姆	07133086	08	00	07133	07133086
2843592	Roxheim	roxheim	DE	55595	0	Europe/Berlin	49.58111	8.36278				08	00	07338	07338004
2843618	Rötz	rotz	DE	92444	0	Europe/Berlin	48.86787	13.33674				02	092	09272	09272147
2843636	Rottweil	rottweil	DE	78628	25510	Europe/Berlin	48.16783	8.62719		Rottovilla,Rottweil,Rotvajl,Rotvajl',loteubail,luo te wei er,rtwayl,rwtfayl,rwtwwyyl,Ротвайл,Ротвайль,Ротвајл,רוטווייל,رتوایل,روتفايل,როტვაილი,罗特魏尔,로트바일	08325	01	083	08325	08325049
2843642	Rottstock	rottstock	DE	14793	0	Europe/Berlin	52.1989	12.35226		Rottstock		11	00	12069	12069232
2843643	Rottstock	rottstock	DE	14793	0	Europe/Berlin	52.1786	12.76868				11	00	12069	12069076
2843653	Rottmersleben	rottmersleben	DE	39343	781	Europe/Berlin	52.21308	11.399		Retmerslevo,Rottmersleben		14	00	15083	15083298
2843665	Röttlerweiler	rottlerweiler	DE	79513	0	Europe/Berlin	47.63237	7.65936		Roetteln,Rötteln		01	083	08336	08336050
2843667	Rottleberode	rottleberode	DE	06536	1599	Europe/Berlin	51.51636	10.94658		Rotleberode,Rottleberode,Ротлебероде		14	00	15087	15087412
2843668	Rottleben	rottleben	DE	99707	751	Europe/Berlin	51.3621	11.04752		Rottleben		15	00	16065	16065085
2843673	Röttingen	rottingen	DE	97285	1679	Europe/Berlin	49.50969	9.97082		Retingen,Rettingen,Rjottingen,Roettingen,Rottingen,Röttingen,lei ting gen,rettingen,rwtynghn,rwtyngn,Ретинген,Реттінген,Рёттинген,Ռյոթինգեն,روتينغن,روتینگن,レッティンゲン,勒廷根		02	096	09679	09679182
2843674	Röttingen	rottingen	DE	97285	0	Europe/Berlin	48.88139	10.29334				01	081	08136	08136038
2843682	Rotthalmünster	rotthalmunster	DE	94094	5115	Europe/Berlin	48.35825	13.20162		Minster,Rotalminster,Rottal'mjunster,Rotthalmuenster,Rotthalmünster,luo ta er ming si te er,rwthal mwnstr,Роталминстер,Роттальмюнстер,Ռոթալմյունսթեր,روتهال مونستر,罗塔尔明斯特尔		02	092	09275	09275143
2843708	Rotterode	rotterode	DE	98587	854	Europe/Berlin	50.71222	10.55374		Rotterode	16066069	15	00	16066	16066069
2843724	Rottendorf	rottendorf	DE	97228	5234	Europe/Berlin	49.7923	10.02593		Rotendorf,Rottendorf,luo teng duo fu,rottendorufu,Ротендорф,Роттендорф,Ռոթենդորֆ,ロッテンドルフ,罗滕多夫	09679185	02	096	09679	09679185
2843725	Rottendorf	rottendorf	DE	97228	0	Europe/Berlin	49.45967	12.34974				02	093	09376	09376148
2843726	Rottendorf	rottendorf	DE	97228	0	Europe/Berlin	49.45554	12.06057				02	093	09376	09376159
2843728	Rottenburg an der Laaber	rottenburg-an-der-laaber	DE	84056	7702	Europe/Berlin	48.70233	12.02717		Rotenburg an der Laber,Rottenburg,Rottenburg an der Laaber,Rottenburg-an-der-Laaber,Rottenburg-an-der-Laber,Rottenburg-na-Labere,rtnbwrg an dr labr,rwtnbwrgh an dr labr,Ротенбург ан дер Лабер,Роттенбург-ан-дер-Лаабер,Роттенбург-ан-дер-Лабер,Роттенбург-на-Лабере,Լաբերի Ռոթենբուրգ,رتنبورگ آن در لابر,روتنبورغ أن در لآبر		02	092	09274	09274176
2843730	Rottenbuch	rottenbuch	DE	82401	0	Europe/Berlin	48.2668	12.23531				02	091	09183	09183144
2843731	Rottenbuch	rottenbuch	DE	82401	1771	Europe/Berlin	47.73333	10.96667		Raitenbuch,Rotenbukh,Rottenbuch,Rottenbukh,luo teng bu,rottenbufu,rwtnbwkh,Ротенбух,Роттенбух,Ռոթենբուխ,روتنبوخ,ロッテンブーフ,罗滕布	09190145	02	091	09190	09190145
2843738	Rottenbach	rottenbach	DE	07422	2036	Europe/Berlin	50.68782	11.16674		Rottenbach		15	00	16073	16073112
2843740	Rottenbach	rottenbach	DE	07422	0	Europe/Berlin	50.3803	10.92605		Rottenbach		02	094	09473	09473141
2843741	Röttenbach	rottenbach	DE	07422	4649	Europe/Berlin	49.66429	10.92607			09572149	02	095	09572	09572149
2843742	Röttenbach	rottenbach	DE	07422	0	Europe/Berlin	49.26054	10.37236				02	095	09571	09571174
2843743	Röttenbach	rottenbach	DE	07422	2890	Europe/Berlin	49.15	11.03333			09576141	02	095	09576	09576141
2843744	Röttenbach	rottenbach	DE	07422	0	Europe/Berlin	49.13779	10.57804		Rottenbach,Röttenbach		02	095	09571	09571115
2843747	Rottenacker	rottenacker	DE	89616	2192	Europe/Berlin	48.23485	9.68956		Rotenaker,Rottenaker,Rottenakker,luo te na ke er,Ротенакер,Роттенакер,Роттенаккер,Ռոթենակեր,როტენაკერი,罗特纳克尔	08425104	01	084	08425	08425104
2843751	Rottelsdorf	rottelsdorf	DE	06295	346	Europe/Berlin	51.58237	11.67943		Rottelsdorf		14	00	15087	15087165
2843752	Rottelsdorf	rottelsdorf	DE	06295	0	Europe/Berlin	50.27558	11.29273				02	094	09476	09476145
2843772	Rott am Inn	rott-am-inn	DE	83543	0	Europe/Berlin	47.98188	12.12809				02	091	09187	09187170
2843775	Rottach-Egern	rottach-egern	DE	83700	5106	Europe/Berlin	47.68966	11.77065		Rotakh-Egern,Rottakh-Egern,Rottakh-Ehgern,luo ta-ai ge er en,rwtakh-agrn,Ротах-Егерн,Роттах-Егерн,Роттах-Эгерн,Ռոթախ Էգերն,روتاخ-اگرن,罗塔-埃格尔恩	09182129	02	091	09182	09182129
2843784	Rotta	rotta	DE	06773	906	Europe/Berlin	51.76439	12.60236		Rotta		14	00	15091	15091160
2843791	Rott	rott	DE	57632	0	Europe/Berlin	50.76667	6.3				07	053	05334	05334032
2843792	Rott	rott	DE	57632	0	Europe/Berlin	54.4403	9.27718				10	00	01054	01054099
2843793	Rott	rott	DE	57632	0	Europe/Berlin	52.13328	9.12586				07	057	05766	05766028
2843794	Rott	rott	DE	57632	0	Europe/Berlin	52.02063	9.72084				06	00	03254	03254041
2843795	Rott	rott	DE	57632	0	Europe/Berlin	50.95748	7.30647				07	053	05378	05378024
2843796	Rott	rott	DE	57632	0	Europe/Berlin	50.74607	7.26424				07	053	05382	05382020
2843797	Rott	rott	DE	57632	0	Europe/Berlin	50.68243	6.21011				07	053	05334	05334024
2843798	Rott	rott	DE	57632	0	Europe/Berlin	50.63333	7.51667			07132097	08	00	07132	07132097
2843799	Rott	rott	DE	57632	0	Europe/Berlin	50.61217	7.37834				08	00	07138	07138044
2843800	Rott	rott	DE	57632	0	Europe/Berlin	48.43784	12.99368				02	092	09277	09277138
2843801	Rott	rott	DE	57632	0	Europe/Berlin	48.37477	12.53134				02	091	09183	09183129
2843803	Rott	rott	DE	57632	3616	Europe/Berlin	47.92008	12.08771				02	091	09187	09187137
2843804	Rott	rott	DE	57632	0	Europe/Berlin	47.9047	10.97292		Rot,Rott,rotto,rwt,Рот,Ротт,Ռոթ,روت,ロット	09181137	02	091	09181	09181137
2843858	Rothselberg	rothselberg	DE	67753	726	Europe/Berlin	49.55	7.6		Rotselberg,Rotzel'berg,luo te se er bei ge,Ротзельберг,Ротселберг,罗特瑟尔贝格	07336087	08	00	07336	07336087
2843897	Röthlein	rothlein	DE	97520	4875	Europe/Berlin	49.98333	10.21667		Retlajn,Retljajn,Rjotlajn,Roethlein,Röthlein,lei te lai yin,rwtlayn,Ретлајн,Ретляйн,Рётлайн,روتلاین,勒特莱因	09678170	02	096	09678	09678170
2843978	Rothenstein	rothenstein	DE	07751	1432	Europe/Berlin	50.85	11.6			16074079	15	00	16074	16074079
2843979	Rothenstein	rothenstein	DE	07751	0	Europe/Berlin	48.96613	11.05774				02	095	09577	09577177
2843980	Rothenstein	rothenstein	DE	07751	0	Europe/Berlin	47.86685	10.20303				02	097	09778	09778144
2843987	Rothenschirmbach	rothenschirmbach	DE	06295	659	Europe/Berlin	51.45573	11.5472		Rodenscerenbeke,Rothenschirmbach,Scrinbechiu		14	00	15087	15087130
2844008	Rothenklempenow	rothenklempenow	DE	17321	432	Europe/Berlin	53.5189	14.2038		Rotenklempenov,Rothenklempenow,luo teng ke lun pei nuo,Ротенклемпенов,罗滕克伦佩诺		12	00	13075	13075119
2844042	Rothenfels	rothenfels	DE	97851	1088	Europe/Berlin	49.89135	9.5926		Rotenfel's,Rotenfels,Rothenfels,luo teng fei er si,rtnflz,rwtnflz,Ротенфелс,Ротенфельс,Ռոթենֆելս,رتنفلز,روتنفلز,罗滕费尔斯		02	096	09677	09677181
2844043	Rothenfels	rothenfels	DE	97851	0	Europe/Berlin	49.25503	11.55539				02	093	09373	09373119
2844056	Rothenburg ob der Tauber	rothenburg-ob-der-tauber	DE	91541	11106	Europe/Berlin	49.37885	10.18711		Rotenburg ob der Tauber,Rotenburg povrkh Taubera,Rotenburg-Tauber-langso,Rotenburg-na-Taubere,Rotenburg-na-Tauberi,Rotenburg-ob-der-Tauber,Rotenburga pie Tauberes,Rothenburg,Rothenburg nad Tauber,Rothenburg ob der Tauber,Rothenburg upon Tauber,Tauberei Rotenburg,lotenbuleukeu opeu deeo taubeo,luo teng bao,rtnbwrg ab dr tawbr,rwtnbwrgh ab dyr tawbr,Ротенбург об дер Таубер,Ротенбург поврх Таубера,Ротенбург-Таубер-лангсо,Ротенбург-на-Таубере,Ротенбург-на-Таубері,Ротенбург-об-дер-Таубер,Տաուբերեի Ռոտենբուրգ,ראטנבורג,רוטנבורג על הטאובר,رتنبورگ آب در تاوبر,روتنبورغ أب دير تاوبر,ローテンブルク・オプ・デア・タウバー,罗滕堡,로텐부르크 오프 데어 타우버		02	095	09571	09571193
2844060	Rothenburg	rothenburg	DE	06420	0	Europe/Berlin	53.5297	14.06507				12	00	13075	13075071
2844061	Rothenburg	rothenburg	DE	06420	940	Europe/Berlin	51.64567	11.75545		Rothenburg		14	00	15088	15088216
2844062	Rothenburg	rothenburg	DE	06420	5841	Europe/Berlin	51.334	14.96874		Rothenburg,Rothenburg/Oberlausitz		13	00	14626	14626480
2844063	Rothenbürg	rothenburg	DE	06420	0	Europe/Berlin	50.31229	11.77084		Rothenburg,Rothenbürg		02	094	09475	09475171
2844064	Rothenbürg	rothenburg	DE	06420	0	Europe/Berlin	49.8543	12.28937		Rothenburg,Rothenbürg		02	093	09377	09377154
2844072	Rothenbuch	rothenbuch	DE	63860	1976	Europe/Berlin	49.96528	9.39389		Rotenbukh,Rotenbux,rotenbufu,Ротенбух,Ռոտենբուխ,ローテンブーフ	09671148	02	096	09671	09671148
2844086	Rothenberg	rothenberg	DE	64757	0	Europe/Berlin	51.09107	6.99515				07	053	05378	05378016
2844087	Rothenberg	rothenberg	DE	64757	0	Europe/Berlin	50.18399	10.81269				02	094	09473	09473165
2844088	Rothenberg	rothenberg	DE	64757	0	Europe/Berlin	49.5134	10.92402				02	095	09573	09573123
2844089	Rothenberg	rothenberg	DE	64757	2515	Europe/Berlin	49.49917	8.91917		Rotenberg,luo teng bei ge,rotenberuku,Ротенберг,ローテンベルク,罗滕贝格	06437016	05	064	06437	06437016
2844090	Rothenberg	rothenberg	DE	64757	0	Europe/Berlin	48.92584	10.78445				02	097	09779	09779231
2844091	Rothenberg	rothenberg	DE	64757	0	Europe/Berlin	48.86711	10.85051				02	097	09779	09779186
2844126	Röthenbach an der Pegnitz	rothenbach-an-der-pegnitz	DE	90552	12224	Europe/Berlin	49.48301	11.24116		Retenbakh na Pegnicu,Retenbakh-an-der-Pegnic,Rjotenbakh-an-der-Pegnic,Roethenbach an der Pegnitz,Rothenbach,Röthenbach,Röthenbach an der Pegnitz,pei ge ni ci he pan lei teng ba he,rwtnbakh an dr bghnytz,rwtnbakh an dr pgnytz,Ретенбах на Пегницу,Ретенбах-ан-дер-Пегніц,Рётенбах-ан-дер-Пегниц,Պեգնիցի Ռյոթենբախ,روتنباخ آن در بغنيتز,روتنباخ آن در پگنیتز,佩格尼茨河畔勒滕巴赫		02	095	09574	09574152
2844136	Röthenbach	rothenbach	DE	56459	0	Europe/Berlin	49.41824	11.03269		Rothenbach,Röthenbach		02	095	09564	09564000
2844137	Rothenbach	rothenbach	DE	56459	0	Europe/Berlin	50.92167	7.20548				07	053	05378	05378028
2844139	Rothenbach	rothenbach	DE	56459	0	Europe/Berlin	50.84363	11.89944		Rothenbach		15	00	16076	16076044
2844140	Rothenbach	rothenbach	DE	56459	0	Europe/Berlin	50.8156	7.23958				07	053	05382	05382028
2844141	Rothenbach	rothenbach	DE	56459	0	Europe/Berlin	50.8058	12.54686				13	00	14524	14524080
2844143	Rothenbach	rothenbach	DE	56459	921	Europe/Berlin	50.56417	7.90333			07143289	08	00	07143	07143289
2844144	Rothenbach	rothenbach	DE	56459	0	Europe/Berlin	50.31134	6.88767				08	00	07233	07233218
2844145	Röthenbach	rothenbach	DE	56459	0	Europe/Berlin	50.05708	12.16384				02	094	09479	09479112
2844146	Röthenbach	rothenbach	DE	56459	0	Europe/Berlin	49.8505	12.11566				02	093	09377	09377149
2844147	Röthenbach	rothenbach	DE	56459	0	Europe/Berlin	49.62116	11.99231				02	093	09374	09374131
2844148	Röthenbach	rothenbach	DE	56459	1783	Europe/Berlin	47.62303	9.97387		Retenbakh,Rjotenbakh,Rothenbach,Röthenbach,Ретенбах,Рётенбах,Ռյոթենբախ		02	097	09776	09776124
2844247	Roth	roth	DE	54597	0	Europe/Berlin	50.84508	8.36856				05	065	06532	06532009
2844248	Roth	roth	DE	54597	0	Europe/Berlin	50.79094	7.60329				07	053	05382	05382076
2844249	Roth	roth	DE	54597	1554	Europe/Berlin	50.7623	7.70016			07132096	08	00	07132	07132096
2844250	Roth	roth	DE	54597	0	Europe/Berlin	50.72862	8.72703				05	065	06534	06534020
2844251	Roth	roth	DE	54597	0	Europe/Berlin	50.65102	8.2227				05	065	06532	06532007
2844252	Roth	roth	DE	54597	0	Europe/Berlin	50.49018	10.11815				02	096	09673	09673129
2844253	Roth	roth	DE	54597	0	Europe/Berlin	50.3945	10.62649				15	00	16069	16069062
2844254	Roth	roth	DE	54597	0	Europe/Berlin	50.36906	11.02539				15	00	16072	16072015
2844255	Roth	roth	DE	54597	0	Europe/Berlin	50.30935	6.38354				08	00	07232	07232302
2844256	Roth	roth	DE	54597	221	Europe/Berlin	50.26691	7.89634			07141118	08	00	07141	07141118
2844257	Roth	roth	DE	54597	0	Europe/Berlin	50.25418	6.62014				08	00	07233	07233026
2844258	Roth	roth	DE	54597	0	Europe/Berlin	50.20701	9.15813				05	064	06435	06435010
2844259	Roth	roth	DE	54597	0	Europe/Berlin	50.10682	11.1476				02	094	09478	09478139
2844260	Roth	roth	DE	54597	256	Europe/Berlin	50.08333	7.45				08	00	07140	07140131
2844261	Roth	roth	DE	54597	0	Europe/Berlin	50.00068	10.96838				02	094	09471	09471214
2844262	Roth	roth	DE	54597	0	Europe/Berlin	49.93333	7.8		Rot,Рот	07133085	08	00	07133	07133085
2844263	Roth	roth	DE	54597	0	Europe/Berlin	49.92305	6.22544				08	00	07232	07232112
2844264	Roth	roth	DE	54597	0	Europe/Berlin	49.67475	7.67454				08	00	07133	07133011
2844265	Roth	roth	DE	54597	25083	Europe/Berlin	49.24762	11.09111		Rot,Rota,Roth,Roth bei Nuernberg,Roth bei Nürnberg,luo te,rosu,roto,rwt,rwth bay nwrnbrg,Рот,Рота,רות,روث بای نورنبرگ,ロス,ロート,罗特	09576	02	095	09576	09576143
2844266	Roth	roth	DE	54597	0	Europe/Berlin	49.22551	10.51445		Roth		02	095	09571	09571166
2844267	Roth	roth	DE	54597	0	Europe/Berlin	49.01781	12.57912				02	092	09278	09278120
2844268	Roth	roth	DE	54597	0	Europe/Berlin	48.36423	10.14896				02	097	09775	09775143
2844269	Roth	roth	DE	54597	0	Europe/Berlin	47.93908	12.81298				02	091	09189	09189127
2844274	Rötgesbüttel	rotgesbuttel	DE	38531	2216	Europe/Berlin	52.41667	10.53333		Retgesbitel,Rjotgesbjuttel',Roetgesbuettel,Rötgesbüttel,lei te ge si bi te er,Ретгесбител,Рётгесбюттель,勒特格斯比特尔	03151023	06	00	03151	03151023
2844277	Roetgen	roetgen	DE	52159	8177	Europe/Berlin	50.65	6.2		Li Reutxhene,Retgen,Rjotgen,Roetgen,Rotgen,Ruutsje,Rötgen,luo ai te gen,Ретген,Рётген,罗埃特根	05334024	07	053	05334	05334024
2844421	Rotenhain	rotenhain	DE	56459	572	Europe/Berlin	50.6	7.88333			07143288	08	00	07143	07143288
2844434	Rotenburg an der Fulda	rotenburg-an-der-fulda	DE	36199	14271	Europe/Berlin	50.99556	9.72838		Rotehnburg-na-Ful'dze,Rotemburgo do Fulda,Rotenburg,Rotenburg an der Fulda,Rotenburg na Fulda,Rotenburg-na-Ful'de,Rotenburg-na-Ful'di,rwtnbwrg an dr fwlda,rwtnbwrgh an dr fwlda,Ротенбург ан дер Фулда,Ротенбург на Фулда,Ротенбург-на-Фульде,Ротенбург-на-Фульді,Ротэнбург-на-Фульдзе,روتنبورغ أن در فولدا,روتنبورگ آن در فولدا		05	066	06632	06632018
2844566	Rot an der Rot	rot-an-der-rot	DE	88430	0	Europe/Berlin	48.01295	10.03026		Rot an der Rot,Rot-an-der-Rot,luo te he pan luo te,Рот ан дер Рот,Рот-ан-дер-Рот,罗特河畔罗特	08426100	01	084	08426	08426100
2844567	Rot am See	rot-am-see	DE	74585	5166	Europe/Berlin	49.25	10.01667		Rot,Rot am See,Rot am Ze,Rot-am-Ze,bin hu luo te,Рот ам Зе,Рот-ам-Зе,ロート・アム・ゼー,滨湖罗特	08127071	01	081	08127	08127071
2844588	Rostock	rostock	DE	18055	198293	Europe/Berlin	54.0887	12.14049		RLG,Roshhok,Roshtok,Rostak,Rostochium,Rostock,Rostok,Rostoka,Rostokas,Roztok,loseutokeu,luo si tuo ke,rosutokku,rwstwk,rwstwq,rxs thxkh,Ρόστοκ,Ростак,Росток,Рошток,Рощок,רוסטוק,روستوك,روستوک,روسٹاک,รอสทอค,როსტოკი,ロストック,罗斯托克,로스토크	13003	12	00	13003	13003000
2844604	Roßwein	rosswein	DE	04741	7568	Europe/Berlin	51.06589	13.18308		Rosswein,Rosvajn,Rosveina,Roswin,Roßwein,luo si wei yin,rswayn,rwsfayn,Росвайн,Росвајн,رسواین,روسفاين,罗斯韦因		13	00	14522	14522510
2844616	Roßtal	rosstal	DE	90574	10052	Europe/Berlin	49.39567	10.88848		Rosstal,Rostal,Rostal',Roßtal,luo si ta er,Ростал,Росталь,Ռոսթալ,罗斯塔尔		02	095	09573	09573125
2844633	Rossow	rossow	DE	17322	564	Europe/Berlin	53.64265	13.36353		Rossow		12	00	13071	13071141
2844634	Rossow	rossow	DE	17322	0	Europe/Berlin	53.47425	14.1255		Rosov,Rossov,luo suo,Росов,Россов,罗索		12	00	13075	13075117
2844635	Rossow	rossow	DE	17322	0	Europe/Berlin	53.04675	12.56635				11	00	12068	12068468
2844651	Roßleben	rossleben	DE	06571	6216	Europe/Berlin	51.29886	11.43435		Rosleben,Rossleben,Roßleben,luo si lai ben,rwslbn,rwslybn,Рослебен,روسلبن,روسليبن,罗斯莱本		15	00	16065	16065087
2844654	Roßlau	rosslau	DE	06862	13900	Europe/Berlin	51.88736	12.24192		Roslau,Rosslau,Rosslau Elbe,Roßlau,Roßlau Elbe,luo si lao,Рослау,罗斯劳		14	00	15001	15001000
2844658	Roßla	rossla	DE	06536	2378	Europe/Berlin	51.46331	11.07576		Rosla,Росла		14	00	15087	15087412
2844689	Rossin	rossin	DE	17398	187	Europe/Berlin	53.76935	13.70505		Rossin		12	00	13075	13075116
2844700	Roßhaupten	rosshaupten	DE	87672	0	Europe/Berlin	49.0239	12.68298				02	092	09278	09278129
2844701	Roßhaupten	rosshaupten	DE	87672	2189	Europe/Berlin	48.42943	10.46911				02	097	09774	09774178
2844702	Roßhaupten	rosshaupten	DE	87672	0	Europe/Berlin	47.65	10.71667		Rosgaupten,Roshaupten,Roskhaupten,luo si hao pu teng,rosuhauputen,Росгауптен,Росхауптен,Ռոսհաուպտեն,ロスハウプテン,罗斯豪普滕	09777166	02	097	09777	09777166
2844750	Roßdorf	rossdorf	DE	39307	514	Europe/Berlin	52.42683	12.2082		Rossdorf,Roßdorf		14	00	15086	15086080
2844751	Roßdorf	rossdorf	DE	39307	0	Europe/Berlin	51.68126	12.3301				14	00	15082	15082301
2844752	Roßdorf	rossdorf	DE	39307	0	Europe/Berlin	50.76991	8.89154				05	065	06534	06534001
2844753	Roßdorf	rossdorf	DE	39307	716	Europe/Berlin	50.7	10.21667			16066061	15	00	16066	16066061
2844754	Roßdorf	rossdorf	DE	39307	0	Europe/Berlin	50.19765	8.91063		Rossdorf,Roßdorf		05	064	06435	06435006
2844755	Roßdorf	rossdorf	DE	39307	0	Europe/Berlin	49.86654	10.99628				02	094	09471	09471195
2844756	Roßdorf	rossdorf	DE	39307	12199	Europe/Berlin	49.85972	8.76167		Rossdorf,Roßdorf	06432020	05	064	06432	06432020
2844757	Roßdorf	rossdorf	DE	39307	0	Europe/Berlin	47.83596	12.84898				02	091	09172	09172134
2844829	Rossbach	rossbach	DE	06242	2944	Europe/Berlin	48.58333	12.95				02	092	09277	09277142
2844830	Roßbach	rossbach	DE	06242	0	Europe/Berlin	51.31585	9.81043		Rossbach,Roßbach		05	066	06636	06636016
2844831	Roßbach	rossbach	DE	06242	0	Europe/Berlin	51.26037	11.89504		Rossbach,Roßbach		14	00	15088	15088065
2844832	Roßbach	rossbach	DE	06242	0	Europe/Berlin	51.16965	11.77727		Rossbach,Roßbach		14	00	15084	15084355
2844833	Roßbach	rossbach	DE	06242	0	Europe/Berlin	50.81927	9.66718				05	066	06632	06632015
2844834	Roßbach	rossbach	DE	06242	0	Europe/Berlin	50.70722	9.7768				05	066	06631	06631015
2844835	Roßbach	rossbach	DE	06242	0	Europe/Berlin	50.7059	8.50919		Rossbach,Roßbach		05	065	06532	06532002
2844836	Roßbach	rossbach	DE	06242	0	Europe/Berlin	50.60506	7.68182			07143287	08	00	07143	07143287
2844837	Roßbach	rossbach	DE	06242	937	Europe/Berlin	50.575	7.41611			07138065	08	00	07138	07138065
2844838	Roßbach	rossbach	DE	06242	0	Europe/Berlin	50.24004	9.68386				02	096	09672	09672166
2844839	Roßbach	rossbach	DE	06242	0	Europe/Berlin	50.16111	9.29394				05	064	06435	06435003
2844840	Roßbach	rossbach	DE	06242	0	Europe/Berlin	49.88506	9.24296				02	096	09676	09676136
2844841	Roßbach	rossbach	DE	06242	0	Europe/Berlin	49.64667	10.56189				02	095	09575	09575113
2844842	Roßbach	rossbach	DE	06242	0	Europe/Berlin	49.17553	12.11157				02	093	09376	09376141
2844843	Roßbach	rossbach	DE	06242	0	Europe/Berlin	49.14183	12.33435				02	093	09372	09372169
2844844	Roßbach	rossbach	DE	06242	0	Europe/Berlin	48.6	12.93333			09277142	02	092	09277	09277142
2844845	Roßbach	rossbach	DE	06242	0	Europe/Berlin	48.37761	8.46853				01	082	08237	08237045
2844846	Roßbach	rossbach	DE	06242	0	Europe/Berlin	48.35554	12.58266				02	091	09183	09183131
2844847	Roßbach	rossbach	DE	06242	0	Europe/Berlin	48.32384	11.21593		Rossbach,Roßbach		02	091	09174	09174135
2844854	Rossau	rossau	DE	09661	442	Europe/Berlin	52.79072	11.64036		Gross Rossau,Groß Rossau		14	00	15090	15090415
2844880	Roskow	roskow	DE	14778	1281	Europe/Berlin	52.47237	12.71886		Roskov,luo si ke,Росков,Ռոսկով,罗斯科	12069541	11	00	12069	12069541
2844883	Rositz	rositz	DE	04617	3232	Europe/Berlin	51.01728	12.36354		Rositz,Rozic,luo xi ci,Розиц,罗西茨	16077042	15	00	16077	16077042
2844897	Rosian	rosian	DE	39279	593	Europe/Berlin	52.09576	12.15184		Rosian		14	00	15086	15086140
2844910	Rosenthal	rosenthal	DE	35119	8992	Europe/Berlin	52.59976	13.37774		Berlin-Rosenthal,Rozental',Розенталь		16	00	11000	11000000
2844911	Rosenthal	rosenthal	DE	35119	0	Europe/Berlin	53.85997	11.47393				12	00	13074	13074019
2844912	Rosenthal	rosenthal	DE	35119	0	Europe/Berlin	53.5547	13.78208				12	00	13075	13075130
2844913	Rosenthal	rosenthal	DE	35119	0	Europe/Berlin	53.31506	10.63316				06	00	03355	03355009
2844914	Rosenthal	rosenthal	DE	35119	0	Europe/Berlin	52.37875	12.36277				11	00	12069	12069688
2844915	Rosenthal	rosenthal	DE	35119	0	Europe/Berlin	52.30147	10.17072				06	00	03157	03157006
2844916	Rosenthal	rosenthal	DE	35119	0	Europe/Berlin	52.20482	9.19538		Rosenthal (Rinteln),Schaumburg-Rosenthal		06	00	03257	03257031
2844917	Rosenthal	rosenthal	DE	35119	0	Europe/Berlin	51.86376	13.46316				11	00	12072	12072053
2844918	Rosenthal	rosenthal	DE	35119	0	Europe/Berlin	51.38634	7.17575		Im Rosental,Rosenthal		07	059	05954	05954016
2844919	Rosenthal	rosenthal	DE	35119	0	Europe/Berlin	51.28651	14.22657		Rozant,Róžant		13	00	14625	14625500
2844920	Rosenthal	rosenthal	DE	35119	0	Europe/Berlin	51.13946	14.0674		Rosenthal		13	00	14625	14625200
2844921	Rosenthal	rosenthal	DE	35119	0	Europe/Berlin	51.12583	6.14601		Rosenthal		07	053	05370	05370036
2844922	Rosenthal	rosenthal	DE	35119	0	Europe/Berlin	51.0516	13.25281				13	00	14522	14522540
2844923	Rosenthal	rosenthal	DE	35119	0	Europe/Berlin	50.97766	11.96924				15	00	16074	16074012
2844924	Rosenthal	rosenthal	DE	35119	2209	Europe/Berlin	50.97439	8.86736		Rosenthal		05	066	06635	06635017
2844925	Rosenthal	rosenthal	DE	35119	0	Europe/Berlin	50.95626	14.8918				13	00	14626	14626610
2844926	Rosenthal	rosenthal	DE	35119	0	Europe/Berlin	50.84717	14.06005				13	00	14628	14628340
2844927	Rosenthal	rosenthal	DE	35119	0	Europe/Berlin	50.55402	11.43112				15	00	16073	16073106
2844928	Rosenthal	rosenthal	DE	35119	0	Europe/Berlin	50.40441	11.70293				15	00	16075	16075136
2844945	Rosenow	rosenow	DE	17091	0	Europe/Berlin	53.75179	11.88245				12	00	13072	13072114
2844946	Rosenow	rosenow	DE	17091	0	Europe/Berlin	53.67998	11.18476		Rosenow		12	00	13074	13074050
2844947	Rosenow	rosenow	DE	17091	1215	Europe/Berlin	53.62966	13.03849		Rosenow		12	00	13071	13071127
2844948	Rosenow	rosenow	DE	17091	0	Europe/Berlin	53.2598	13.51339				11	00	12073	12073069
2844956	Rosenkopf	rosenkopf	DE	66894	329	Europe/Berlin	49.35	7.43333			07340223	08	00	07340	07340223
2844988	Rosenheim	rosenheim	DE	57520	60167	Europe/Berlin	47.85637	12.12247		Pons Aeni,Rosenheim,Rousnam,Rozengajm,Rozenkhajm,ZPR,lojenhaim,luo sen hai mu,rozenhaimu,rznhaym,Розенгайм,Розенхайм,Розенхајм,رزنهایم,ローゼンハイム,罗森海姆,로젠하임	09163	02	091	09163	09163000
2845009	Rosengarten	rosengarten	DE	21224	0	Europe/Berlin	54.30836	13.38171				12	00	13073	13073027
2845010	Rosengarten	rosengarten	DE	21224	0	Europe/Berlin	53.68355	9.61428				10	00	01056	01056037
2845011	Rosengarten	rosengarten	DE	21224	0	Europe/Berlin	53.52089	9.81204				04	00	02000	02000000
2845013	Rosengarten	rosengarten	DE	21224	0	Europe/Berlin	52.34061	14.47169				11	00	12053	12053000
2845014	Rosengarten	rosengarten	DE	21224	0	Europe/Berlin	49.63305	8.39972				05	064	06431	06431013
2845024	Rosenfeld	rosenfeld	DE	72348	0	Europe/Berlin	54.28323	10.26482				10	00	01057	01057066
2845025	Rosenfeld	rosenfeld	DE	72348	0	Europe/Berlin	51.60117	13.0382				13	00	14730	14730030
2845026	Rosenfeld	rosenfeld	DE	72348	0	Europe/Berlin	51.52352	12.09458				14	00	15088	15088195
2845027	Rosenfeld	rosenfeld	DE	72348	6405	Europe/Berlin	48.28639	8.72357				01	084	08417	08417054
2845031	Rosendorf	rosendorf	DE	07819	0	Europe/Berlin	53.07124	11.34167		Rosendorf,Rosensdorf		11	00	12070	12070246
2845032	Rosendorf	rosendorf	DE	07819	0	Europe/Berlin	51.55	14.11667		Rosendorf,Scheissendorf,Scheißendorf,Zasrjew		11	00	12066	12066304
2845033	Rosendorf	rosendorf	DE	07819	179	Europe/Berlin	50.76667	11.78333			16075093	15	00	16075	16075093
2845035	Rosendahl	rosendahl	DE	48720	0	Europe/Berlin	51.76667	7.95				07	055	05558	05558040
2845036	Rosendahl	rosendahl	DE	48720	0	Europe/Berlin	54.47777	9.10071				10	00	01054	01054084
2845037	Rosendahl	rosendahl	DE	48720	0	Europe/Berlin	51.31667	7.31667				07	059	05954	05954012
2845053	Rosenberg	rosenberg	DE	73494	0	Europe/Berlin	53.34144	8.11532				06	00	03455	03455026
2845054	Rosenberg	rosenberg	DE	73494	0	Europe/Berlin	49.45583	9.47306		Rozenberg,rozenberuku,Розенберг,ローゼンベルク	08225082	01	082	08225	08225082
2845055	Rosenberg	rosenberg	DE	73494	0	Europe/Berlin	49.4034	10.5975				02	095	09571	09571194
2845056	Rosenberg	rosenberg	DE	73494	2656	Europe/Berlin	49.01892	10.0296			08136060	01	081	08136	08136060
2845057	Rosenberg	rosenberg	DE	73494	0	Europe/Berlin	48.70745	13.68725				02	092	09272	09272129
2845058	Rosenberg	rosenberg	DE	73494	0	Europe/Berlin	48.20793	12.04697				02	091	09177	09177123
2845059	Rosenberg	rosenberg	DE	73494	0	Europe/Berlin	48.13333	12.15				02	091	09183	09183139
2845060	Rosenberg	rosenberg	DE	73494	0	Europe/Berlin	47.78333	9.11667				01			
2845103	Rosenbach	rosenbach	DE	02708	0	Europe/Berlin	49.60682	11.0943				02	094	09474	09474154
2845104	Rosenbach	rosenbach	DE	02708	0	Europe/Berlin	49.39197	10.4961				02	095	09571	09571146
2845107	Rosenau	rosenau	DE	14789	0	Europe/Berlin	48.65744	12.56945				02	092	09279	09279125
2845108	Rosenau	rosenau	DE	14789	0	Europe/Berlin	50.3	11.85				02	094	09464	09464000
2845109	Rosenau	rosenau	DE	14789	0	Europe/Berlin	48.87166	13.41456				02	092	09272	09272120
2845110	Rosenau	rosenau	DE	14789	0	Europe/Berlin	48.59214	13.48061				02	092	09262	09262000
2845123	Roseburg	roseburg	DE	21514	494	Europe/Berlin	53.52998	10.62643		Roseburg	01053104	10	00	01053	01053104
2845130	Rosdorf	rosdorf	DE	25548	401	Europe/Berlin	53.97802	9.72739			01061093	10	00	01061	01061093
2845131	Rosdorf	rosdorf	DE	25548	11840	Europe/Berlin	51.5	9.9		Rosdorf,luo si duo fu,rosudorufu,Росдорф,ロスドルフ,罗斯多夫	03159029	06	00	03159	03159029
2845143	Roscheid	roscheid	DE	54619	68	Europe/Berlin	50.11667	6.18333			07232301	08	00	07232	07232301
2845146	Rosche	rosche	DE	29571	2157	Europe/Berlin	52.98663	10.75184		Roshe,luo she,Роше,罗舍	03360018	06	00	03360	03360018
2845152	Roschbach	roschbach	DE	76835	841	Europe/Berlin	49.24611	8.11889			07337069	08	00	07337	07337069
2845171	Rosa	rosa	DE	06774	826	Europe/Berlin	50.712	10.24999			16066059	15	00	16066	16066059
2845175	Rorodt	rorodt	DE	54411	59	Europe/Berlin	49.76667	7.05			07231112	08	00	07231	07231112
2845209	Ronshausen	ronshausen	DE	36217	2409	Europe/Berlin	50.95	9.85		Ronsgauzen,Ronskhauzen,long si hao sen,Ронсгаузен,Ронсхаузен,龙斯豪森	06632017	05	066	06632	06632017
2845212	Ronsberg	ronsberg	DE	87671	1675	Europe/Berlin	47.8958	10.41571		Ronsberg,long si bei ge,ronsuberuku,rwnzbrg,Ронсберг,Ռոնսբերգ,رونزبرگ,ロンスベルク,龙斯贝格		02	097	09777	09777165
2845222	Ronnenberg	ronnenberg	DE	30952	23416	Europe/Berlin	52.31939	9.65544		Ronenberg,Ronnenberg,luo nen bei ge,rnnbwrg,rwnnbrgh,Роненберг,Ронненберг,رننبورگ,روننبرغ,罗嫩贝格		06	00	03241	03241014
2845223	Ronnenberg	ronnenberg	DE	30952	0	Europe/Berlin	49.62125	7.39697				08	00	07134	07134005
2845229	Ronneburg	ronneburg	DE	07580	5482	Europe/Berlin	50.8634	12.18666		Roneburg,Ronneburg,rnnbwrg,Ронебург,Роннебург,رننبورگ		15	00	16076	16076061
2845258	Rondeshagen	rondeshagen	DE	23919	895	Europe/Berlin	53.75	10.63333		Rondeshagen	01053103	10	00	01053	01053103
2845264	Römstedt	romstedt	DE	29591	887	Europe/Berlin	53.1	10.65		Remshtet,Rjomshtedt,lei mu si te,Ремштет,Рёмштедт,勒姆斯特	03360017	06	00	03360	03360017
2845268	Romrod	romrod	DE	36329	3073	Europe/Berlin	50.71341	9.2201		Romrod,luo mu luo de,rmrwd,romuroto,rwmrwd,Ромрод,رمرود,رومرود,ロムロート,罗姆罗德		05	065	06535	06535014
2845270	Römnitz	romnitz	DE	23909	79	Europe/Berlin	53.71667	10.76667		Romnitz,Römnitz	01053102	10	00	01053	01053102
2845273	Rommerskirchen	rommerskirchen	DE	41569	12554	Europe/Berlin	51.03333	6.68333		Romerskirkhen,Rommerskirchen,Rommerskirkhen,luo mei er si ji xing,Ромерскирхен,Роммерскирхен,Роммерскірхен,罗梅尔斯基兴	05162028	07	051	05162	05162028
2845275	Rommersheim	rommersheim	DE	54597	617	Europe/Berlin	50.2	6.45			07232300	08	00	07232	07232300
2845276	Rommersheim	rommersheim	DE	54597	0	Europe/Berlin	49.82338	8.09023		Rommersheim		08	00	07331	07331073
2845370	Rom	rom	DE	19372	0	Europe/Berlin	50.21217	7.38971				08	00	07137	07137206
2845371	Rom	rom	DE	19372	571	Europe/Berlin	53.44472	11.94866				12	00	13076	13076120
2845372	Rom	rom	DE	19372	0	Europe/Berlin	50.16134	6.67445				08	00	07233	07233204
2845383	Rollwitz	rollwitz	DE	17309	672	Europe/Berlin	53.47335	13.97791		Rol'vic,Rollwitz,Rolvic,luo er wei ci,Ролвиц,Рольвиц,罗尔维茨		12	00	13075	13075115
2845389	Rollshausen	rollshausen	DE	37434	987	Europe/Berlin	51.56667	10.21667			03159028	06	00	03159	03159028
2845391	Rollshausen	rollshausen	DE	37434	0	Europe/Berlin	50.71774	8.60401				05	065	06534	06534013
2845433	Röllbach	rollbach	DE	63934	1719	Europe/Berlin	49.77306	9.24611		Rel'bakh,Relbakh,Rjol'bakh,Ryolbax,rerubahha,Релбах,Рельбах,Рёльбах,Ռյոլբախ,レルバッハ	09676151	02	096	09676	09676151
2845466	Roklum	roklum	DE	38325	511	Europe/Berlin	52.06663	10.74085			03158025	06	00	03158	03158025
2845474	Roitzsch	roitzsch	DE	06809	0	Europe/Berlin	51.59595	12.80704		Roitzsch		13	00	14730	14730320
2845475	Roitzsch	roitzsch	DE	06809	2650	Europe/Berlin	51.57526	12.26331		Roitzsch		14	00	15082	15082340
2845476	Roitzsch	roitzsch	DE	06809	0	Europe/Berlin	51.3663	12.76692				13	00	14729	14729410
2845477	Roitzsch	roitzsch	DE	06809	0	Europe/Berlin	51.23205	13.27623				13	00	14627	14627130
2845478	Roitzsch	roitzsch	DE	06809	0	Europe/Berlin	51.05457	13.60964				13	00	14612	14612000
2845503	Roigheim	roigheim	DE	74255	1462	Europe/Berlin	49.36472	9.34		Gjorsbakh,Roigheim,Roigkhajm,Rojgajm,Rojgkhajm,lao ge hai mu,roikuhaimu,Гёрсбах,Роигхајм,Ройгайм,Ройгхайм,ロイクハイム,勞格海姆	08125084	01	081	08125	08125084
2845534	Rohrsheim	rohrsheim	DE	38836	0	Europe/Berlin	52.01926	10.8319		Rohrsheim		14	00	15085	15085230
2845538	Rohrsen	rohrsen	DE	31627	0	Europe/Berlin	52.11178	9.41391				06	00	03252	03252006
2845540	Rohrsen	rohrsen	DE	31627	1080	Europe/Berlin	52.71078	9.23139				06	00	03256	03256027
2845541	Rohrsen	rohrsen	DE	31627	0	Europe/Berlin	52.23269	9.38807				06	00	03252	03252002
2845754	Rohr	rohr	DE	91189	0	Europe/Berlin	47.83098	10.42868				02	097	09777	09777138
2845565	Röhrmoos	rohrmoos	DE	85244	6199	Europe/Berlin	48.32966	11.44672		Rermos,Rjormos,Roehrmoos,Ryormos,Röhrmoos,lei he er mo si,rwrmws,Рермос,Рёрмос,Ռյորմոս,رورموس,勒赫尔莫斯	09174141	02	091	09174	09174141
2845566	Rohrmoos	rohrmoos	DE	85244	0	Europe/Berlin	47.40747	10.16746		Rohrmoos		02	097	09780	09780133
2845589	Röhrig	rohrig	DE	37318	260	Europe/Berlin	51.33333	10.03333		Rohrig,Röhrig	16061077	15	00	16061	16061077
2845591	Röhrig	rohrig	DE	37318	0	Europe/Berlin	50.11904	11.2318				02	094	09478	09478111
2845592	Röhrig	rohrig	DE	37318	0	Europe/Berlin	49.99088	11.6157				02	094	09472	09472119
2845625	Rohrenfels	rohrenfels	DE	86701	1489	Europe/Berlin	48.68654	11.15619		Rorenfel's,Rorenfels,luo lun fei er si,rwrnfls,Роренфелс,Роренфельс,Ռորենֆելս,رورنفلس,罗伦费尔斯	09185157	02	091	09185	09185157
2845637	Rohrdorf	rohrdorf	DE	72229	0	Europe/Berlin	49.07994	12.01235				02	093	09375	09375184
2845638	Rohrdorf	rohrdorf	DE	72229	1959	Europe/Berlin	48.56667	8.7			08235060	01	082	08235	08235060
2845639	Rohrdorf	rohrdorf	DE	72229	0	Europe/Berlin	48.46882	8.77825				01	082	08237	08237027
2845640	Rohrdorf	rohrdorf	DE	72229	0	Europe/Berlin	48.01852	9.09966		Rohrdorf		01	084	08437	08437078
2845641	Rohrdorf	rohrdorf	DE	72229	5460	Europe/Berlin	47.79713	12.1701			09187169	02	091	09187	09187169
2845642	Rohrdorf	rohrdorf	DE	72229	0	Europe/Berlin	47.72623	10.08092		Rohrdorf		01	084	08436	08436049
2845652	Rohrberg	rohrberg	DE	37318	613	Europe/Berlin	52.70753	11.04092			15081440	14	00	15081	15081440
2845653	Rohrberg	rohrberg	DE	37318	245	Europe/Berlin	51.41667	10.01667			16061078	15	00	16061	16061078
2845654	Rohrberg	rohrberg	DE	37318	0	Europe/Berlin	48.71417	12.13888				02	092	09274	09274153
2845655	Rohrberg	rohrberg	DE	37318	0	Europe/Berlin	47.71842	7.90535				01	083	08336	08336106
2845673	Rohrbach	rohrbach	DE	07429	0	Europe/Berlin	49.14056	8.85694		Rohrbach,Rohrbach am Giesshubel,Rohrbach am Gießhübel		01	081	08125	08125026
2845694	Rohrbach	rohrbach	DE	07429	0	Europe/Berlin	49.38868	8.68946		Rohrbach		01	082	08221	08221000
2845695	Rohrbach	rohrbach	DE	07429	0	Europe/Berlin	51.29106	14.00634				13	00	14625	14625250
2845696	Rohrbach	rohrbach	DE	07429	0	Europe/Berlin	51.2131	12.56184		Rohrbach		13	00	14729	14729020
2845697	Rohrbach	rohrbach	DE	07429	228	Europe/Berlin	51.06667	11.4		Rurbeke [a. 1250]	16071101	15	00	16071	16071101
2845698	Rohrbach	rohrbach	DE	07429	0	Europe/Berlin	50.91337	9.71205		Rohrbach		05	066	06632	06632012
2845699	Rohrbach	rohrbach	DE	07429	0	Europe/Berlin	50.6	11.21667			16073074	15	00	16073	16073074
2845700	Rohrbach	rohrbach	DE	07429	0	Europe/Berlin	50.31071	9.0503		Rohrbach		05	064	06440	06440004
2845701	Rohrbach	rohrbach	DE	07429	0	Europe/Berlin	50.24516	11.03239		Rohrbach		02	094	09473	09473134
2845702	Rohrbach	rohrbach	DE	07429	0	Europe/Berlin	49.96859	9.69682		Rohrbach		02	096	09677	09677148
2845703	Rohrbach	rohrbach	DE	07429	0	Europe/Berlin	49.89602	6.34885				08	00	07232	07232095
2845704	Rohrbach	rohrbach	DE	07429	195	Europe/Berlin	49.88333	7.41667			07140130	08	00	07140	07140130
2845705	Rohrbach	rohrbach	DE	07429	0	Europe/Berlin	49.79939	8.76365		Rohrbach		05	064	06432	06432016
2845706	Rohrbach	rohrbach	DE	07429	0	Europe/Berlin	49.68117	8.88256				05	064	06437	06437013
2845707	Rohrbach	rohrbach	DE	07429	0	Europe/Berlin	49.58333	7.26667		Rorbakh,Рорбах	07134073	08	00	07134	07134073
2845708	Rohrbach	rohrbach	DE	07429	0	Europe/Berlin	49.56667	8.75				05	064	06431	06431004
2845709	Rohrbach	rohrbach	DE	07429	0	Europe/Berlin	49.51667	7.85				08	00	07335	07335205
2845710	Rohrbach	rohrbach	DE	07429	0	Europe/Berlin	49.28281	7.16506		Rohrbach		09	00	10045	10045117
2845711	Rohrbach	rohrbach	DE	07429	0	Europe/Berlin	49.25198	8.90482		Rohrbach		01	082	08226	08226085
2845712	Rohrbach	rohrbach	DE	07429	0	Europe/Berlin	49.18479	11.93534				02	093	09375	09375156
2845713	Rohrbach	rohrbach	DE	07429	0	Europe/Berlin	49.15584	10.53362				02	095	09571	09571115
2845714	Rohrbach	rohrbach	DE	07429	1699	Europe/Berlin	49.13667	8.12861			07337068	08	00	07337	07337068
2845715	Rohrbach	rohrbach	DE	07429	0	Europe/Berlin	49.05553	11.04778				02	095	09577	09577127
2845716	Rohrbach	rohrbach	DE	07429	0	Europe/Berlin	48.96441	13.08982				02	092	09276	09276138
2845717	Rohrbach	rohrbach	DE	07429	0	Europe/Berlin	48.77867	11.03093				02	091	09185	09185153
2845718	Rohrbach	rohrbach	DE	07429	0	Europe/Berlin	48.74572	10.62593				02	097	09779	09779184
2845719	Rohrbach	rohrbach	DE	07429	0	Europe/Berlin	48.72308	13.26933				02	092	09275	09275120
2845720	Rohrbach	rohrbach	DE	07429	0	Europe/Berlin	48.65294	12.85552				02	092	09279	09279113
2845721	Rohrbach	rohrbach	DE	07429	6015	Europe/Berlin	48.61667	11.56667	426	Rohrbach	09186149	02	091	09186	09186149
2845722	Rohrbach	rohrbach	DE	07429	0	Europe/Berlin	48.32426	11.0586				02	097	09771	09771130
2845723	Rohrbach	rohrbach	DE	07429	5513	Europe/Berlin	48.28933	12.55603		Rohrbach		02	091	09183	09183116
2845724	Rohrbach	rohrbach	DE	07429	0	Europe/Berlin	48.27374	8.37752				01	083	08325	08325051
2845725	Rohrbach	rohrbach	DE	07429	0	Europe/Berlin	48.07385	8.25667				01	083	08326	08326017
2845726	Rohrbach	rohrbach	DE	07429	0	Europe/Berlin	47.87277	9.85205				01	084	08436	08436010
2845743	Rohr	rohr	DE	91189	0	Europe/Berlin	48.03805	8.01556				01	083	08315	08315095
2845744	Rohr	rohr	DE	91189	1062	Europe/Berlin	50.57644	10.49725			16066058	15	00	16066	16066058
2845745	Rohr	rohr	DE	91189	0	Europe/Berlin	50.45298	6.73268		Rohr		07	053	05366	05366008
2845746	Rohr	rohr	DE	91189	0	Europe/Berlin	50.05715	11.478				02	094	09477	09477142
2845747	Rohr	rohr	DE	91189	3372	Europe/Berlin	49.34112	10.88981			09576142	02	095	09576	09576142
2845748	Rohr	rohr	DE	91189	0	Europe/Berlin	49.22191	11.30879				02	093	09373	09373126
2845749	Rohr	rohr	DE	91189	0	Europe/Berlin	48.80183	12.91524				02	092	09271	09271146
2845750	Rohr	rohr	DE	91189	3357	Europe/Berlin	48.76768	11.97152		Rohr		02	092	09273	09273165
2845751	Rohr	rohr	DE	91189	0	Europe/Berlin	48.71852	9.09209				01	081	08111	08111000
2845752	Rohr	rohr	DE	91189	0	Europe/Berlin	48.6028	11.52795		Rohr		02	091	09186	09186149
2845753	Rohr	rohr	DE	91189	0	Europe/Berlin	47.86865	9.83644				01	084	08436	08436010
2845755	Rohr	rohr	DE	91189	0	Europe/Berlin	47.66492	10.27876				02	097	09780	09780143
2845756	Rohr	rohr	DE	91189	0	Europe/Berlin	47.66911	8.21188				01	083	08337	08337118
2845757	Rohr	rohr	DE	91189	0	Europe/Berlin	47.64015	7.97129				01	083	08337	08337090
2845786	Rohlstorf	rohlstorf	DE	23821	0	Europe/Berlin	53.91715	11.5342		Rohlstorf		12	00	13074	13074034
2845805	Röhl	rohl	DE	54636	449	Europe/Berlin	49.93333	6.58333			07232111	08	00	07232	07232111
2845825	Rögling	rogling	DE	86703	669	Europe/Berlin	48.85	10.95			09779206	02	097	09779	09779206
2845826	Rögling	rogling	DE	86703	0	Europe/Berlin	47.84448	12.26269				02	091	09187	09187167
2845831	Roggosen	roggosen	DE	03058	289	Europe/Berlin	51.70428	14.46145		Roggosen,Rogozno		11	00	12071	12071301
2845840	Roggentin	roggentin	DE	17252	2348	Europe/Berlin	54.0707	12.20424		Roggentin		12	00	13072	13072087
2845841	Roggentin	roggentin	DE	17252	0	Europe/Berlin	53.35	12.76667				12	00	13071	13071122
2845842	Roggentin	roggentin	DE	17252	755	Europe/Berlin	53.33443	12.88264		Roggentin		12	00	13071	13071099
2845845	Roggenstorf	roggenstorf	DE	23936	469	Europe/Berlin	53.91385	11.06634		Roggenstorf		12	00	13074	13074069
2845858	Roggendorf	roggendorf	DE	19205	1029	Europe/Berlin	53.69292	11.0144		Roggendorf		12	00	13074	13074068
2845859	Roggendorf	roggendorf	DE	19205	0	Europe/Berlin	51.0483	6.84822		Roggendorf-Thenhoven		07	053	05315	05315000
2845860	Roggendorf	roggendorf	DE	19205	0	Europe/Berlin	50.83895	6.7871				07	053	05362	05362020
2845861	Roggendorf	roggendorf	DE	19205	0	Europe/Berlin	50.59132	6.62587		Roggendorf		07	053	05366	05366028
2845862	Roggendorf	roggendorf	DE	19205	0	Europe/Berlin	48.51756	11.7175				02	091	09178	09178115
2845863	Roggenburg	roggenburg	DE	89297	2642	Europe/Berlin	48.27588	10.23136			09775149	02	097	09775	09775149
2845883	Rogeez	rogeez	DE	17209	317	Europe/Berlin	53.38753	12.39326				12	00	13071	13071036
2845885	Rogätz	rogatz	DE	39326	2283	Europe/Berlin	52.31667	11.76667		Rogaetz,Rogatz,Rogec,Rogätz,luo ge ci,Рогец,罗格茨	15083440	14	00	15083	15083440
2845891	Röfingen	rofingen	DE	89365	1179	Europe/Berlin	48.42442	10.44268		Refingen,Rjofingen,Roefingen,Ryofingen,Röfingen,Рефинген,Рефінген,Рёфинген,Ռյոֆինգեն	09774178	02	097	09774	09774178
2845894	Roes	roes	DE	56754	574	Europe/Berlin	50.24281	7.25836			07135075	08	00	07135	07135075
2845899	Roduchelstorf	roduchelstorf	DE	23923	256	Europe/Berlin	53.82058	10.9864		Roduchelstorf		12	00	13074	13074067
2845914	Rodleben	rodleben	DE	06862	1673	Europe/Berlin	51.89607	12.20061		Rodleben		14	00	15001	15001000
2845918	Rodishain	rodishain	DE	99762	273	Europe/Berlin	51.54188	10.91948		Rodishain		15	00	16062	16062041
2845919	Rödinghausen	rodinghausen	DE	32289	10101	Europe/Berlin	52.25	8.48333		Redingkhauzen,Rjodingkhauzen,Roedinghausen,Rödinghausen,lei ding hao sen,Редингхаузен,Рёдингхаузен,勒丁豪森	05758028	07	057	05758	05758028
2845924	Roding	roding	DE	93426	11406	Europe/Berlin	49.19426	12.51956		Roding,luo ding ge,rdyng  alman,Родинг,ردینگ، آلمان,罗丁格		02	093	09372	09372153
2845925	Roding	roding	DE	93426	0	Europe/Berlin	49.19312	12.06791				02	093	09376	09376141
2845953	Rodewisch	rodewisch	DE	08228	7577	Europe/Berlin	50.53083	12.41329		Rodevisa,Rodevish,Rodeviša,Rodewisch,luo de wei shi,rwdhfysh,rwdysh,Родевиш,رودهفيش,رودیش,罗德维施		13	00	14523	14523360
2845968	Rodershausen	rodershausen	DE	54673	202	Europe/Berlin	49.98333	6.2			07232110	08	00	07232	07232110
2845981	Rödern	rodern	DE	55481	0	Europe/Berlin	50.22205	11.27626				02	094	09476	09476146
2845982	Rödern	rodern	DE	55481	201	Europe/Berlin	49.95	7.45			07140129	08	00	07140	07140129
2846023	Rodenwalde	rodenwalde	DE	19260	488	Europe/Berlin	53.43808	10.93468				12	00	13076	13076142
2846039	Rodenberg	rodenberg	DE	31552	0	Europe/Berlin	53.87474	11.02163				12	00	13074	13074093
2846040	Rodenberg	rodenberg	DE	31552	6258	Europe/Berlin	52.31152	9.3564		Rodenberg,luo deng bei ge,rdnbrg,rodenberuku,rwdnbrgh,Роденберг,ردنبرگ,رودنبرغ,ローデンベルク,罗登贝格		06	00	03257	03257032
2846041	Rodenberg	rodenberg	DE	31552	0	Europe/Berlin	50.62118	8.22076				05	065	06532	06532010
2846048	Rodenbek	rodenbek	DE	24247	497	Europe/Berlin	54.28333	10.01667		Rodenbek	01058138	10	00	01058	01058138
2846057	Rodenbach	rodenbach	DE	57639	0	Europe/Berlin	51.07392	8.75665		Rodenbach		05	066	06635	06635011
2846058	Rodenbach	rodenbach	DE	57639	0	Europe/Berlin	50.77197	8.20869				05	065	06532	06532011
2846059	Rodenbach	rodenbach	DE	57639	0	Europe/Berlin	50.63803	7.64971				08	00	07138	07138064
2846060	Rodenbach	rodenbach	DE	57639	0	Europe/Berlin	50.46125	7.45245		Rodenbach		08	00	07138	07138045
2846061	Rodenbach	rodenbach	DE	57639	0	Europe/Berlin	50.43455	9.92829				05	066	06631	06631010
2846062	Rodenbach	rodenbach	DE	57639	0	Europe/Berlin	50.30154	8.9545		Rodenbach		05	064	06440	06440001
2846063	Rodenbach	rodenbach	DE	57639	11344	Europe/Berlin	50.15	9.03333		Rodenbach	06435023	05	064	06435	06435023
2846064	Rodenbach	rodenbach	DE	57639	0	Europe/Berlin	49.9605	9.59421		Rodenbach		02	096	09677	09677155
2846066	Rodenbach	rodenbach	DE	57639	3485	Europe/Berlin	49.57414	8.10695		Rodenbach		08	00	07332	07332012
2846067	Rodenbach	rodenbach	DE	57639	0	Europe/Berlin	49.47281	7.65792			07335040	08	00	07335	07335040
2846069	Rodenäs	rodenas	DE	25924	460	Europe/Berlin	54.88333	8.7		Rodenas,Rodenäs	01054110	10	00	01054	01054110
2846072	Roden	roden	DE	97849	1089	Europe/Berlin	49.89556	9.62639			09677178	02	096	09677	09677178
2846073	Roden	roden	DE	97849	0	Europe/Berlin	49.33335	6.75095				09	00	10044	10044115
2846084	Rödelsee	rodelsee	DE	97348	1536	Europe/Berlin	49.7284	10.2436		Redel'ze,Redelze,Rjodel'zee,Ryodelzi,lei de er sai,Ределзе,Редельзе,Рёдельзее,Ռյոդելզի,勒德尔塞	09675161	02	096	09675	09675161
2846093	Rödelhausen	rodelhausen	DE	56858	172	Europe/Berlin	50	7.33333			07140128	08	00	07140	07140128
2846123	Rodder	rodder	DE	53520	256	Europe/Berlin	50.4807	7.19659		Rodder		08	00	07131	07131055
2846124	Rodder	rodder	DE	53520	254	Europe/Berlin	50.39473	6.85882	440	Rodder,Роддер		08	00	07131	07131072
2846133	Rodden	rodden	DE	06231	257	Europe/Berlin	51.3343	12.15973		Rodden		14	00	15088	15088205
2846760	Rimbach	rimbach	DE	64668	0	Europe/Berlin	48.26219	12.25894				02	091	09183	09183144
2846158	Rodalben	rodalben	DE	66976	7638	Europe/Berlin	49.2394	7.63962		Rodal'ben,Rodalben,luo da er ben,rdalbn,rodaruben,rwdalbn,Родалбен,Родальбен,ردآلبن,رودآلبن,ローダルベン,罗达尔本		08	00	07340	07340038
2846166	Bad Rodach	bad-rodach	DE	96476	0	Europe/Berlin	50.3402	10.77869		Rodach		02	094	09473	09473158
2846185	Rockstedt	rockstedt	DE	99713	0	Europe/Berlin	53.3319	9.15985				06	00	03357	03357036
2846186	Rockstedt	rockstedt	DE	99713	263	Europe/Berlin	51.28506	10.76184			16065058	15	00	16065	16065058
2846206	Rockhausen	rockhausen	DE	99102	277	Europe/Berlin	50.90152	11.04079		Rockhausen	16070028	15	00	16070	16070028
2846209	Rockeskyll	rockeskyll	DE	54570	288	Europe/Berlin	50.25	6.7			07233058	08	00	07233	07233058
2846229	Rockenhausen	rockenhausen	DE	67806	5744	Europe/Berlin	49.62974	7.82134		Rockenhausen,Roggehause,Rokenkhauzen,Rokkenkhauzen,luo ken hao sen,rwknhawzn,Рокенхаузен,Роккенхаузен,راکن‌هاوزن,روكنهاوزن,罗肯豪森		08	00	07333	07333502
2846235	Rockenberg	rockenberg	DE	35519	4075	Europe/Berlin	50.4305	8.73688		Rokenberg,Rokkenberg,luo ken bei ge,rokkenberuku,Рокенберг,Роккенберг,ロッケンベルク,罗肯贝格	06440022	05	064	06440	06440022
2846261	Rochlitz	rochlitz	DE	09306	6847	Europe/Berlin	51.05007	12.79754		Rochlica,Rochlitz,Rohlica,Rokhlic,luo li ci,rwkhlyts,rwshlyts,Рохлиц,روخليتس,روشلیتس,罗利茨		13	00	14522	14522490
2846267	Rochau	rochau	DE	39579	715	Europe/Berlin	52.70707	11.74464		Rochau	15090435	14	00	15090	15090435
2846307	Riveris	riveris	DE	54317	395	Europe/Berlin	49.71667	6.76667			07235116	08	00	07235	07235116
2846308	Rivenich	rivenich	DE	54518	736	Europe/Berlin	49.87578	6.84517			07231111	08	00	07231	07231111
2846327	Ritzgerode	ritzgerode	DE	06543	95	Europe/Berlin	51.60575	11.29486		Ritzgerode		14	00	15087	15087275
2846329	Ritzerow	ritzerow	DE	17153	509	Europe/Berlin	53.66123	12.96468		Ritzerow		12	00	13071	13071123
2846333	Ritzerau	ritzerau	DE	23896	316	Europe/Berlin	53.66667	10.56667		Ritzerau	01053101	10	00	01053	01053101
2846374	Rittersheim	rittersheim	DE	67294	202	Europe/Berlin	49.66472	8.05833			07333062	08	00	07333	07333062
2846380	Rittersdorf	rittersdorf	DE	54636	268	Europe/Berlin	50.81667	11.23333			16071079	15	00	16071	16071079
2846381	Rittersdorf	rittersdorf	DE	54636	1307	Europe/Berlin	50	6.5			07232109	08	00	07232	07232109
2846392	Ritterode	ritterode	DE	06333	338	Europe/Berlin	51.63937	11.44571		Ritterode		14	00	15087	15087220
2846398	Ritterhude	ritterhude	DE	27721	14192	Europe/Berlin	53.18289	8.7355		Gemeen Hu'e,Gemeen Hu’e,Riterkhude,Ritterkhude,li te lu de,Ритерхуде,Риттерхуде,里特鲁德	03356008	06	00	03356	03356008
2846426	Ritschenhausen	ritschenhausen	DE	98617	380	Europe/Berlin	50.51018	10.43233		Ritschenhausen	16066057	15	00	16066	16066057
2846437	Ristedt	ristedt	DE	38486	0	Europe/Berlin	52.94276	8.76192		Ristedt		06	00	03251	03251041
2846438	Ristedt	ristedt	DE	38486	258	Europe/Berlin	52.64613	11.07824		Ristedt		14	00	15081	15081280
2846500	Rippershausen	rippershausen	DE	98639	959	Europe/Berlin	50.6	10.35		Rippershausen	16066056	15	00	16066	16066056
2846508	Rippach	rippach	DE	06686	684	Europe/Berlin	51.2266	12.06336		Rippach		14	00	15084	15084315
2846511	Riol	riol	DE	54340	1129	Europe/Berlin	49.79301	6.79211		Riol	07235115	08	00	07235	07235115
2846512	Rinzenberg	rinzenberg	DE	55767	310	Europe/Berlin	49.68333	7.13333			07134071	08	00	07134	07134071
2846523	Rinteln	rinteln	DE	31737	27843	Europe/Berlin	52.18604	9.07917		Rintel'n,Rinteln,Stadt Rinteln,lin te er en,rinterun,ryntln,Ринтелн,Ринтельн,رينتلن,رینتلن,リンテルン,林特尔恩		06	00	03257	03257031
2846534	Rinnthal	rinnthal	DE	76857	659	Europe/Berlin	49.21667	7.91667			07337067	08	00	07337	07337067
2846582	Ringstedt	ringstedt	DE	27624	878	Europe/Berlin	53.56091	8.84871			03352062	06	00	03352	03352062
2846584	Ringsheim	ringsheim	DE	77975	2112	Europe/Berlin	48.24765	7.77823		Ringsgajm,Ringskhajm,ling si hai mu,Рингсхайм,Рингсхајм,Рінгсгайм,灵斯海姆	08317113	01	083	08317	08317113
2846590	Ringsberg	ringsberg	DE	24977	500	Europe/Berlin	54.80692	9.5981		Ringsberg	01059157	10	00	01059	01059157
2846593	Ringleben	ringleben	DE	06556	1043	Europe/Berlin	51.36667	11.21667			16065003	15	00	16065	16065003
2846594	Ringleben	ringleben	DE	06556	587	Europe/Berlin	51.1	10.95			16068045	15	00	16068	16068045
2846608	Ringfurth	ringfurth	DE	39517	322	Europe/Berlin	52.38071	11.90369		Ringfurth		14	00	15090	15090546
2846658	Ringelai	ringelai	DE	94160	2151	Europe/Berlin	48.81336	13.4713		Ringelaj,Ringelay,lin ge lai,rynglay,Рингелай,Рингелај,Рінгелай,Ռինգելայ,رینگلای,林格莱	09272140	02	092	09272	09272140
2846714	Rinchnach	rinchnach	DE	94269	3348	Europe/Berlin	48.94956	13.20102		Rinkhnakh,Rinnakh,Rinxnax,lin xi na,rynsh nakh,Риннах,Ринхнах,Рінхнах,Ռինխնախ,رینش ناخ,林希纳	09276139	02	092	09276	09276139
2846715	Rimsting	rimsting	DE	83253	3476	Europe/Berlin	47.88078	12.33713		Rimsting,li mu si ting ge,rymstyng,Римстинг,Рімстінг,Ռիմսթինգ,ریمستینگ,里姆斯廷格	09187168	02	091	09187	09187168
2846719	Rimsberg	rimsberg	DE	55765	129	Europe/Berlin	49.65	7.21667			07134070	08	00	07134	07134070
2846722	Rimpar	rimpar	DE	97222	7718	Europe/Berlin	49.85692	9.95705		Rimpar,lin pa er,rimupa,Римпар,Рімпар,Ռիմպար,リムパー,林帕尔		02	096	09679	09679180
2846750	Rimbach	rimbach	DE	64668	0	Europe/Berlin	51.33851	9.94196				15	00	16061	16061014
2846751	Rimbach	rimbach	DE	64668	0	Europe/Berlin	50.72906	9.57997				05	065	06535	06535015
2846752	Rimbach	rimbach	DE	64668	0	Europe/Berlin	50.73245	7.57917				08	00	07132	07132082
2846753	Rimbach	rimbach	DE	64668	0	Europe/Berlin	49.86374	10.29383				02	096	09675	09675174
2846754	Rimbach	rimbach	DE	64668	8537	Europe/Berlin	49.625	8.76306		Rimbach	06431019	05	064	06431	06431019
2846755	Rimbach	rimbach	DE	64668	0	Europe/Berlin	49.52019	10.59516				02	095	09575	09575145
2846756	Rimbach	rimbach	DE	64668	2022	Europe/Berlin	49.23333	12.88333			09372151	02	093	09372	09372151
2846757	Rimbach	rimbach	DE	64668	0	Europe/Berlin	48.96943	12.76204				02	092	09278	09278154
2846758	Rimbach	rimbach	DE	64668	0	Europe/Berlin	48.66431	12.41212				02	092	09279	09279128
2846759	Rimbach	rimbach	DE	64668	913	Europe/Berlin	48.46667	12.65			09277141	02	092	09277	09277141
2846790	Rietz Neuendorf	rietz-neuendorf	DE	15526	4473	Europe/Berlin	52.22758	14.17463		Rietz Neuendorf		11	00	12067	12067426
2846801	Rietzel	rietzel	DE	39291	156	Europe/Berlin	52.27749	12.01548		Rietzel		14	00	15086	15086140
2846806	Rietschen	rietschen	DE	02956	3072	Europe/Berlin	51.4	14.78333		Recicy,Richen,Rietschen,Rietschen/Recicy,Rietschen/Rěčicy,Rietscheni vald,Rěčicy,li ci xing,Ричен,Річен,里茨兴	14626460	13	00	14626	14626460
2846810	Riethnordhausen	riethnordhausen	DE	06528	560	Europe/Berlin	51.42106	11.23664		Riethnordhausen		14	00	15087	15087440
2846811	Riethnordhausen	riethnordhausen	DE	06528	1111	Europe/Berlin	51.08333	11			16068044	15	00	16068	16068044
2846815	Riethgen	riethgen	DE	99638	268	Europe/Berlin	51.25	11.11667			16068043	15	00	16068	16068043
2846843	Rietberg	rietberg	DE	33397	28672	Europe/Berlin	51.80924	8.42841		Rietberg,Ritberg,li te bei ge,rytbrg,rytbrgh,Ритберг,Рітберг,ريتبرغ,ریتبرگ,里特贝格		07	057	05754	05754032
2846847	Riesweiler	riesweiler	DE	55499	716	Europe/Berlin	49.95898	7.55671		Risvajler,li si wei lei,Рисвайлер,Рисвајлер,里斯韦勒	07140127	08	00	07140	07140127
2846848	Riesweiler	riesweiler	DE	55499	0	Europe/Berlin	49.13958	7.30816				09	00	10045	10045112
2846851	Riestedt	riestedt	DE	06528	0	Europe/Berlin	52.99913	10.64979				06	00	03360	03360025
2846852	Rieste	rieste	DE	49597	0	Europe/Berlin	53.1082	10.45554				06	00	03360	03360004
2846853	Rieste	rieste	DE	49597	3196	Europe/Berlin	52.48333	8.01667		Rieste,Riste,li si te,Ристе,里斯特	03459031	06	00	03459	03459031
2846854	Riestedt	riestedt	DE	06528	1526	Europe/Berlin	51.49496	11.36023		Riestadt,Riestedt		14	00	15087	15087370
2846865	Riesigk	riesigk	DE	06786	206	Europe/Berlin	51.82458	12.46605		Riesigk,Riezigk,Rizig,Rizigk,Риезигк,Ризиг,Ризигк		14	00	15091	15091241
2846922	Rieseby	rieseby	DE	24354	2561	Europe/Berlin	54.5414	9.81689		Rieseby,Risby,Rizebi,li sai bi,Ризеби,里塞比	01058137	10	00	01058	01058137
2846925	Riesdorf	riesdorf	DE	06369	0	Europe/Berlin	51.95421	13.2336				11	00	12072	12072298
2846926	Riesdorf	riesdorf	DE	06369	172	Europe/Berlin	51.69178	12.11009		Reisdorf,Riesdorf		14	00	15082	15082377
2846939	Riesa	riesa	DE	01587	37156	Europe/Berlin	51.30777	13.29168		IES,Riesa,Riza,Ryzawa,Rīza,li sa,ryza,Риза,Різа,ريزا,ریزا,里薩		13	00	14627	14627230
2846946	Riepsdorf	riepsdorf	DE	23738	1054	Europe/Berlin	54.22611	10.97242			01055036	10	00	01055	01055036
2846947	Rieps	rieps	DE	19217	380	Europe/Berlin	53.77459	10.86479				12	00	13074	13074066
2846948	Rieplos	rieplos	DE	15859	0	Europe/Berlin	52.28347	13.90663				11	00	12067	12067481
2846979	Rieneck	rieneck	DE	97794	2147	Europe/Berlin	50.09349	9.64797		Rieneck,Rinek,li nei ke,rynk,Ринек,Рінек,Ռինեկ,رينك,رینک,里内克		02	096	09677	09677177
2847003	Rielasingen-Worblingen	rielasingen-worblingen	DE	78239	11953	Europe/Berlin	47.73465	8.84013		Rilasingen-Vorblingen,Rilazingen-Vorblingen,li la xin gen-wo er bu lin gen,Рилазинген-Ворблинген,Риласинген-Ворблинген,Рілазінген-Ворблінген,里拉辛根-沃尔布林根	08335100	01	083	08335	08335100
2847005	Riekofen	riekofen	DE	93104	819	Europe/Berlin	48.91667	12.35			09375191	02	093	09375	09375191
2847017	Riegsee	riegsee	DE	82418	1164	Europe/Berlin	47.69867	11.23391			09180128	02	091	09180	09180128
2847029	Riegenroth	riegenroth	DE	55469	199	Europe/Berlin	50.05	7.58333			07140126	08	00	07140	07140126
2847033	Riegelsberg	riegelsberg	DE	66292	15647	Europe/Berlin	49.3	6.93333		Rigel'sberg,Rigelsberg,li ge er si bei ge,ryglsbrg,Ригелсберг,Ригельсберг,Рігельсберг,ریگلسبرگ,里格尔斯贝格	10041517	09	00	10041	10041517
2847034	Riegelsberg	riegelsberg	DE	66292	0	Europe/Berlin	48.33546	12.36544				02	091	09183	09183132
2847079	Riedlingen	riedlingen	DE	88499	0	Europe/Berlin	48.71564	10.74884		Riedlingen		02	097	09779	09779131
2847080	Riedlingen	riedlingen	DE	88499	10394	Europe/Berlin	48.15455	9.47558		Redlinga,Ridlingen,li de lin gen,ridlingeni,ritoringen,rydlynghn,rydlyngn,Ридлинген,Рідлінген,Ռիդլինգեն,ريدلينغن,ریدلینگن,რიდლინგენი,リートリンゲン,里德林根		01	084	08426	08426097
2847081	Riedlingen	riedlingen	DE	88499	0	Europe/Berlin	47.71583	7.63457		Riedlingen		01	083	08336	08336045
2847156	Riedhausen	riedhausen	DE	88377	643	Europe/Berlin	47.90935	9.42852		Ridgauzen,Ridkhauzen,li de hao sen,Ридхаузен,Рідгаузен,里德豪森	08436067	01	084	08436	08436067
2847157	Riedhausen	riedhausen	DE	88377	0	Europe/Berlin	47.68821	11.1955				02	091	09180	09180132
2847194	Riedering	riedering	DE	83083	0	Europe/Berlin	48.07553	11.86901				02	091	09175	09175124
2847195	Riedering	riedering	DE	83083	5315	Europe/Berlin	47.83874	12.20778		Ridering,li de ling,rydryng,Ридеринг,Рідерінг,Ռիդերինգ,ریدرینگ,里德灵	09187167	02	091	09187	09187167
2847198	Riederich	riederich	DE	72585	4395	Europe/Berlin	48.56029	9.26883		Riderikh,li de li xi,Ридерих,Рідеріх,里德里希	08415062	01	084	08415	08415062
2847210	Rieder	rieder	DE	06507	2026	Europe/Berlin	51.73333	11.16667		Rider,Ридер	15085040	14	00	15085	15085040
2847211	Rieder	rieder	DE	06507	0	Europe/Berlin	48.50015	10.43044				02	097	09773	09773111
2847212	Rieder	rieder	DE	06507	0	Europe/Berlin	47.78631	11.69748				02	091	09182	09182134
2847213	Rieder	rieder	DE	06507	0	Europe/Berlin	47.75011	10.64921				02	097	09777	09777151
2847214	Rieder	rieder	DE	06507	0	Europe/Berlin	47.62093	10.35575				02	097	09780	09780137
2847215	Rieder	rieder	DE	06507	0	Europe/Berlin	47.57874	9.93567				02	097	09776	09776129
2847227	Riedenheim	riedenheim	DE	97283	787	Europe/Berlin	49.55722	9.97806			09679179	02	096	09679	09679179
2847230	Riedenburg	riedenburg	DE	93339	0	Europe/Berlin	49.77026	7.07395				08	00	07231	07231502
2847231	Riedenburg	riedenburg	DE	93339	5689	Europe/Berlin	48.96383	11.6888		Rianbuach,Ridenburg,Riedenburg,li deng bao,rydnbwrg,rydnbwrgh,Риденбург,Ріденбург,Ռիդենբուրգ,ريدنبورغ,ریدنبورگ,里登堡		02	092	09273	09273164
2847232	Riedenburg	riedenburg	DE	93339	0	Europe/Berlin	48.34461	13.32307				02	092	09275	09275116
2847233	Riedenberg	riedenberg	DE	97792	0	Europe/Berlin	48.74114	9.21237				01	081	08111	08111000
2847239	Rieden	rieden	DE	56745	0	Europe/Berlin	48.7614	13.15779				02	092	09271	09271149
2847240	Rieden	rieden	DE	56745	1307	Europe/Berlin	50.4	7.18333			07137093	08	00	07137	07137093
2847241	Rieden	rieden	DE	56745	0	Europe/Berlin	49.93923	10.04953				02	096	09679	09679143
2847242	Rieden	rieden	DE	56745	2983	Europe/Berlin	49.32361	11.94205		Riden,Риден,Ріден,Ռիդեն		02	093	09371	09371146
2847243	Rieden	rieden	DE	56745	0	Europe/Berlin	49.06533	9.70643		Rieden		01	081	08127	08127100
2847244	Rieden	rieden	DE	56745	0	Europe/Berlin	48.38289	11.10947				02	097	09771	09771122
2847245	Rieden	rieden	DE	56745	0	Europe/Berlin	48.09186	12.24617				02	091	09187	09187116
2847246	Rieden	rieden	DE	56745	0	Europe/Berlin	47.99874	9.55334				01	084	08437	08437100
2847247	Rieden	rieden	DE	56745	1222	Europe/Berlin	47.95	10.65			09777164	02	097	09777	09777164
2847248	Rieden	rieden	DE	56745	0	Europe/Berlin	47.9065	10.07257				01	084	08436	08436003
2847249	Rieden	rieden	DE	56745	0	Europe/Berlin	47.7425	11.28956		Rieden		02	091	09190	09190113
2847250	Rieden	rieden	DE	56745	0	Europe/Berlin	47.70482	11.18224				02	091	09180	09180132
2847251	Rieden	rieden	DE	56745	0	Europe/Berlin	47.61532	10.71242				02	097	09777	09777163
2847252	Rieden	rieden	DE	56745	0	Europe/Berlin	47.52506	10.26301				02	097	09780	09780139
2847263	Riedelberg	riedelberg	DE	66484	515	Europe/Berlin	49.18333	7.45			07340221	08	00	07340	07340221
2847271	Riede	riede	DE	27339	2716	Europe/Berlin	52.96667	8.95		Ride,Rier,ride,Риде,リーデ	03361010	06	00	03361	03361010
2847272	Riede	riede	DE	27339	0	Europe/Berlin	51.2083	9.25526		Riede		05	066	06633	06633006
2847296	Riedbach	riedbach	DE	97519	0	Europe/Berlin	49.35266	9.91381				01	081	08127	08127075
2847297	Riedbach	riedbach	DE	97519	0	Europe/Berlin	48.21135	12.27645				02	091	09183	09183140
2847302	Ried	ried	DE	86510	0	Europe/Berlin	50.45942	9.76976				05	066	06631	06631004
2847303	Ried	ried	DE	86510	0	Europe/Berlin	49.24183	12.57765				02	093	09372	09372146
2847305	Ried	ried	DE	86510	0	Europe/Berlin	49.13634	12.84558				02	093	09372	09372137
2847306	Ried	ried	DE	86510	0	Europe/Berlin	49.08522	11.87631				02	093	09375	09375162
2847307	Ried	ried	DE	86510	0	Europe/Berlin	49.06657	12.64469				02	092	09278	09278189
2847308	Ried	ried	DE	86510	0	Europe/Berlin	48.98677	11.73238				02	092	09273	09273164
2847309	Ried	ried	DE	86510	0	Europe/Berlin	48.93921	13.22674				02	092	09276	09276139
2847310	Ried	ried	DE	86510	0	Europe/Berlin	48.87752	11.72453				02	091	09176	09176112
2847311	Ried	ried	DE	86510	0	Europe/Berlin	48.84476	11.06374		Ried		02	091	09176	09176121
2847312	Ried	ried	DE	86510	0	Europe/Berlin	48.83043	10.86683		Ried		02	097	09779	09779186
2847313	Ried	ried	DE	86510	0	Europe/Berlin	48.77885	12.26067				02	092	09278	09278148
2847315	Ried	ried	DE	86510	0	Europe/Berlin	48.62365	11.10052				02	091	09185	09185127
2847316	Ried	ried	DE	86510	0	Europe/Berlin	48.55467	11.30048				02	091	09185	09185158
2847317	Ried	ried	DE	86510	0	Europe/Berlin	48.52746	12.32971		Ried		02	092	09274	09274111
2847318	Ried	ried	DE	86510	0	Europe/Berlin	48.52314	11.07312				02	097	09771	09771141
2847319	Ried	ried	DE	86510	2987	Europe/Berlin	48.47698	11.2606				02	091	09185	09185131
2847321	Ried	ried	DE	86510	0	Europe/Berlin	48.34507	10.36577				02	097	09774	09774145
2847322	Ried	ried	DE	86510	0	Europe/Berlin	48.30626	10.61348				02	097	09772	09772131
2847323	Ried	ried	DE	86510	0	Europe/Berlin	48.29007	11.0438			09771160	02	097	09771	09771160
2847324	Ried	ried	DE	86510	0	Europe/Berlin	48.23775	12.48567				02	091	09183	09183136
2847325	Ried	ried	DE	86510	0	Europe/Berlin	48.00698	11.14494				02	091	09188	09188124
2847326	Ried	ried	DE	86510	0	Europe/Berlin	47.9608	9.59283				01	084	08436	08436093
2847327	Ried	ried	DE	86510	0	Europe/Berlin	47.93333	10.1				01	084	08436	08436004
2847328	Ried	ried	DE	86510	0	Europe/Berlin	47.91364	12.06775				02	091	09187	09187137
2847329	Ried	ried	DE	86510	0	Europe/Berlin	47.91667	11.35		Ried		02	091	09173	09173137
2847330	Ried	ried	DE	86510	0	Europe/Berlin	47.90291	10.38823				02	097	09777	09777165
2847331	Ried	ried	DE	86510	0	Europe/Berlin	47.87511	12.17253				02	091	09187	09187163
2847333	Ried	ried	DE	86510	0	Europe/Berlin	47.86602	11.93403				02	091	09187	09187122
2847334	Ried	ried	DE	86510	0	Europe/Berlin	47.86109	11.84298				02	091	09182	09182137
2847335	Ried	ried	DE	86510	0	Europe/Berlin	47.86345	11.5953				02	091	09173	09173118
2847336	Ried	ried	DE	86510	0	Europe/Berlin	47.86591	9.53952				01	084	08436	08436096
2847337	Ried	ried	DE	86510	0	Europe/Berlin	47.84632	12.19195				02	091	09187	09187167
2847338	Ried	ried	DE	86510	0	Europe/Berlin	47.85	10.95				02	091	09190	09190140
2847339	Ried	ried	DE	86510	0	Europe/Berlin	47.78701	12.2607				02	091	09187	09187132
2847340	Ried	ried	DE	86510	0	Europe/Berlin	47.77911	12.24971				02	091	09187	09187172
2847341	Ried	ried	DE	86510	0	Europe/Berlin	47.78524	10.21726				02	097	09780	09780112
2847342	Ried	ried	DE	86510	0	Europe/Berlin	47.74415	12.08729				02	091	09187	09187120
2847343	Ried	ried	DE	86510	0	Europe/Berlin	47.75	9.7				01	084	08436	08436079
2847344	Ried	ried	DE	86510	0	Europe/Berlin	47.75618	7.80716				01	083	08336	08336107
2847345	Ried	ried	DE	86510	0	Europe/Berlin	47.73713	11.94269				02	091	09182	09182114
2847346	Ried	ried	DE	86510	0	Europe/Berlin	47.72758	10.78152				02	091	09190	09190114
2847347	Ried	ried	DE	86510	0	Europe/Berlin	47.72325	10.52211				02	097	09777	09777175
2847348	Ried	ried	DE	86510	0	Europe/Berlin	47.68961	11.77742				02	091	09182	09182132
2847349	Ried	ried	DE	86510	0	Europe/Berlin	47.69185	11.40638				02	091	09173	09173133
2847350	Ried	ried	DE	86510	0	Europe/Berlin	47.7	10.93333				02	091	09190	09190160
2847351	Ried	ried	DE	86510	0	Europe/Berlin	47.70144	10.60957				02	097	09777	09777149
2847352	Ried	ried	DE	86510	0	Europe/Berlin	47.7	10				01	084	08436	08436094
2847353	Ried	ried	DE	86510	0	Europe/Berlin	47.66667	9.6				01	084	08435	08435057
2847354	Ried	ried	DE	86510	0	Europe/Berlin	47.65088	10.82879				02	097	09777	09777173
2847355	Ried	ried	DE	86510	0	Europe/Berlin	47.65583	10.61991				02	097	09777	09777170
2847356	Ried	ried	DE	86510	0	Europe/Berlin	47.65	10				02	097	09776	09776112
2847357	Ried	ried	DE	86510	0	Europe/Berlin	47.62468	12.17951				02	091	09187	09187148
2847358	Ried	ried	DE	86510	0	Europe/Berlin	47.62673	10.36848				02	097	09780	09780128
2847359	Ried	ried	DE	86510	0	Europe/Berlin	47.64061	10.31431				02	097	09780	09780140
2847360	Ried	ried	DE	86510	0	Europe/Berlin	47.6343	9.7551				01	084	08436	08436081
2847361	Ried	ried	DE	86510	0	Europe/Berlin	47.58573	10.55872				02	097	09777	09777159
2847362	Ried	ried	DE	86510	0	Europe/Berlin	47.58575	9.88241				02	097	09776	09776117
2847363	Ried	ried	DE	86510	0	Europe/Berlin	47.43883	10.24565				02	097	09780	09780131
2847413	Riebau	riebau	DE	29416	307	Europe/Berlin	52.85647	11.27685		Riebau		14	00	15081	15081455
2847429	Rickling	rickling	DE	24635	3328	Europe/Berlin	54.01667	10.16667		Rickling	01060068	10	00	01060	01060068
2847433	Rickert	rickert	DE	24782	1094	Europe/Berlin	54.33333	9.66667		Rickert	01058136	10	00	01058	01058136
2847441	Rickenbach	rickenbach	DE	79736	0	Europe/Berlin	47.79474	9.26025		Rickenbach		01	084	08435	08435052
2847442	Rickenbach	rickenbach	DE	79736	3875	Europe/Berlin	47.61895	7.97873			08337090	01	083	08337	08337090
2847443	Rickenbach	rickenbach	DE	79736	0	Europe/Berlin	47.58779	9.83926				02	097	09776	09776125
2847444	Rickenbach	rickenbach	DE	79736	0	Europe/Berlin	47.5553	9.72813				02	097	09776	09776116
2847490	Richtenberg	richtenberg	DE	18461	1429	Europe/Berlin	54.20131	12.89409		Richbarg,Rihtenberga,Rikhtenberg,li xi teng bei ge,ryshtnbrg,ryshtnbrgh,Рихтенберг,ريشتنبرغ,ریشتنبرگ,里希滕贝格		12	00	13073	13073076
2847524	Ribnitz-Damgarten	ribnitz-damgarten	DE	18311	17152	Europe/Berlin	54.2422	12.45666		Damgarten,Rebnica-Dabogora,Ribnic-Damgarten,Ribnica-Damgartene,Ribnitz-Damgarten,Rëbnica-Dãbògóra,li bu ni ci-da mu jia teng,rybnyts-damghartn,Рибниц-Дамгартен,ريبنيتس-دامغارتن,ریبنیتز-دام‌گارتن,里布尼茨-达姆加滕		12	00	13073	13073075
2847529	Ribbesbüttel	ribbesbuttel	DE	38551	2156	Europe/Berlin	52.43435	10.50997		Ribbesbjuttel',Ribbesbuettel,Ribbesbüttel,Ribesbitel,li bei si bi te er,Риббесбюттель,Рибесбител,里贝斯比特尔	03151022	06	00	03151	03151022
2847536	Ribbeck	ribbeck	DE	14641	0	Europe/Berlin	53.03192	13.25912				11	00	12065	12065356
2847537	Ribbeck	ribbeck	DE	14641	0	Europe/Berlin	52.62462	12.75144				11	00	12063	12063208
2847547	Rhumspringe	rhumspringe	DE	37434	2050	Europe/Berlin	51.58333	10.3		Rumshpringe,Rumspringe,lu mu si pu lin ge,rumushupuringe,Румспринге,Румшпринге,ルームシュプリンゲ,鲁姆斯普林格	03159027	06	00	03159	03159027
2847558	Rhodt unter Rietburg	rhodt-unter-rietburg	DE	76835	1088	Europe/Berlin	49.26972	8.10778		Rodt-pod-Ritburgom,Rot pod Ritburgom,luo te weng te er li te bao,Родт-под-Ритбургом,Рот под Ритбургом,罗特翁特尔里特堡	07337066	08	00	07337	07337066
2847560	Rhoden	rhoden	DE	38835	488	Europe/Berlin	52.01405	10.6576				14	00	15085	15085230
2847561	Rhoden	rhoden	DE	38835	0	Europe/Berlin	51.47326	9.01111			06635008	05	066	06635	06635008
2847574	Rhinow	rhinow	DE	14728	1923	Europe/Berlin	52.75094	12.34194		Rinov,li nuo fu,rynw,Ринов,Ռինով,رينو,رینو,里诺夫		11	00	12063	12063260
2847586	Rheurdt	rheurdt	DE	47509	6669	Europe/Berlin	51.46667	6.46667		Rheurdt,Rjort,Rojrdt,Rojrt,luo yi er te,Ройрдт,Ројрт,Рёрт,罗伊尔特	05154048	07	051	05154	05154048
2847588	Rhens	rhens	DE	56321	3016	Europe/Berlin	50.28125	7.6175		Rens,Rhens,lun si,rensu,rnz,rynz,Ренс,رنز,رينز,レンス,伦斯		08	00	07137	07137221
2847595	Rheinzabern	rheinzabern	DE	76764	4620	Europe/Berlin	49.11806	8.27806		Rajnacabern,Rajncabern,Rejncabern,Rhoizawere,lai yin cha bei en,Райнцаберн,Рајнацаберн,Рейнцаберн,莱茵察贝恩	07334024	08	00	07334	07334024
2847612	Rheinsberg	rheinsberg	DE	16831	9113	Europe/Berlin	53.09972	12.89885		Rajnsberg,Raynsberg,lai yin si bei ge,raynsbrgh,raynzbrg,Райнсберг,Рајнсберг,Ռայնսբերգ,راينسبرغ,راینزبرگ,赖因斯贝格		11	00	12068	12068353
2847629	Rheinhausen	rheinhausen	DE	79365	0	Europe/Berlin	49.27834	8.47281				01	082	08215	08215107
2847631	Rheinhausen	rheinhausen	DE	79365	0	Europe/Berlin	51.40055	6.71187		Rheinhausen		07	051	05112	05112000
2847639	Rheinfelden	rheinfelden	DE	79618	32535	Europe/Berlin	47.56013	7.78715		Badisch-Rheinfelden,Rajnfel'den,Rheinfelden,Rheinfelden (Baden),Райнфельден		01	083	08336	08336069
2847645	Rheine	rheine	DE	48429	76491	Europe/Berlin	52.28509	7.44055		Rajn,Rajne,Rene,Rheine,ZPQ,lai nei,laine,raynh,Райн,Райне,Рајне,راينه,赖内,라이네		07	055	05566	05566076
2847654	Rheinbrohl	rheinbrohl	DE	56598	4017	Europe/Berlin	50.5	7.33333		Rajnabrol,Rajnbrol',Rejnbrol',lai yin bu luo er,Райнброль,Рајнаброл,Рейнброль,赖因布罗尔	07138063	08	00	07138	07138063
2847655	Rheinbreitbach	rheinbreitbach	DE	53619	4598	Europe/Berlin	50.61667	7.23333		Rajnabrajtbakh,Rajnbrajtbakh,Rejnbrajtbakh,lai yin bu lai te ba he,Райнбрайтбах,Рајнабрајтбах,Рейнбрайтбах,赖因布赖特巴赫	07138062	08	00	07138	07138062
2847658	Rheinböllen	rheinbollen	DE	55494	4218	Europe/Berlin	50.01127	7.67249		Rajnabelen,Rajnbjollen,Rejnbjollen,Rheinboellen,Rheinböllen,lai yin bo lun,rainberen,raynbwln,Райнбёллен,Рајнабелен,Рейнбёллен,راينبولن,راینبولن,ラインベレン,赖因伯伦	07140125	08	00	07140	07140125
2847662	Rheinberg	rheinberg	DE	47495	32188	Europe/Berlin	51.54649	6.59525		Rheinberg		07	051	05170	05170032
2847666	Rheinbach	rheinbach	DE	53359	26262	Europe/Berlin	50.62562	6.94911		Rajnabakh,Rajnbakh,lai yin ba he,raynbakh,Райнбах,Рајнабах,راينباخ,راینباخ,莱茵巴赫		07	053	05382	05382048
2847668	Rheinau	rheinau	DE	77866	0	Europe/Berlin	49.43376	8.52742		Mannheim-Rheinau,Rheinau		01	082	08222	08222000
2847669	Rheinau	rheinau	DE	77866	10976	Europe/Berlin	48.87173	8.19133				01	082	08216	08216043
2847686	Rheden	rheden	DE	31039	1256	Europe/Berlin	52.05784	9.78714			03254043	06	00	03254	03254043
2847688	Rhede	rhede	DE	26899	4063	Europe/Berlin	53.0602	7.27127		Rede,Rhede,rydh,Реде,ريده		06	00	03454	03454044
2847689	Rhede	rhede	DE	26899	19140	Europe/Berlin	51.83537	6.69602		Rede,Rhede,rdh,rydt,Реде,رده,ريدة		07	055	05554	05554048
2847695	Rhaunen	rhaunen	DE	55624	2287	Europe/Berlin	49.8638	7.34198		Raunen,lao nen,ruhaunen,Раунен,ルハウネン,劳嫩	07134069	08	00	07134	07134069
2847708	Rhade	rhade	DE	27404	1101	Europe/Berlin	53.32872	9.1135			03357038	06	00	03357	03357038
2847709	Rhade	rhade	DE	27404	0	Europe/Berlin	52.99282	8.39995				06	00	03458	03458003
2847710	Rhade	rhade	DE	27404	0	Europe/Berlin	51.75193	6.93613		Rhade		07	055	05562	05562012
2847736	Reutlingen	reutlingen	DE	72760	112627	Europe/Berlin	48.49144	9.20427		Rejtlingen,Reutlingen,Roitlingenas,Roitlinken,Rojtlingen,ZPP,loiteulling-gen,luo yi te lin gen,roitoringen,rwytlynghn,rwytlyngn,Ρόιτλιγκεν,Рейтлинген,Ройтлинген,Ройтлінген,Ројтлинген,רויטלינגן,رويتلينغن,روٹلنگن,ロイトリンゲン,罗伊特林根,로이틀링겐	08415	01	084	08415	08415061
2847754	Reuthen	reuthen	DE	03130	0	Europe/Berlin	51.59059	14.5266				11	00	12071	12071074
2847755	Reuthen	reuthen	DE	03130	0	Europe/Berlin	47.91127	10.31316				02	097	09778	09778186
2847760	Reuth bei Erbendorf	reuth-bei-erbendorf	DE	92717	0	Europe/Berlin	49.84378	12.12136		Reuth apud Erbendorf,Reuth bei Erbendorf,Rojt baj Erbendorf,Rojt-Ehrbendorf,Rojt-baj-Erbendorf,ai er ben duo fu fu jin luo yi te,Ройт-Эрбендорф,Ройт-бай-Ербендорф,Ројт бај Ербендорф,Ռոյթ Էրբենդորֆ,埃尔本多夫附近罗伊特		02	093	09377	09377149
2847762	Reuth	reuth	DE	08538	0	Europe/Berlin	48.58337	13.37444				02	092	09262	09262000
2847763	Reuth	reuth	DE	08538	0	Europe/Berlin	48.53042	13.07972				02	092	09277	09277117
2847764	Reuth	reuth	DE	08538	0	Europe/Berlin	50.67148	12.32208				13	00	14523	14523280
2847765	Reuth	reuth	DE	08538	1083	Europe/Berlin	50.61667	12.21667		Reuth		13	00	14523	14523260
2847766	Reuth	reuth	DE	08538	0	Europe/Berlin	50.46969	11.95939			14523450	13	00	14523	14523450
2847767	Reuth	reuth	DE	08538	0	Europe/Berlin	50.27517	12.25997				13	00	14523	14523040
2847768	Reuth	reuth	DE	08538	224	Europe/Berlin	50.3	6.48333			07233235	08	00	07233	07233235
2847769	Reuth	reuth	DE	08538	0	Europe/Berlin	50.203	11.32527				02	094	09476	09476185
2847770	Reuth	reuth	DE	08538	0	Europe/Berlin	50.17954	12.15431				02	094	09479	09479152
2847771	Reuth	reuth	DE	08538	0	Europe/Berlin	50.15597	11.29738				02	094	09478	09478116
2847772	Reuth	reuth	DE	08538	0	Europe/Berlin	50.13615	11.16511				02	094	09478	09478127
2847773	Reuth	reuth	DE	08538	0	Europe/Berlin	50.03648	11.33488				02	094	09477	09477124
2847774	Reuth	reuth	DE	08538	1277	Europe/Berlin	49.99052	11.6948		Reuth		02	094	09472	09472143
2847775	Reuth	reuth	DE	08538	0	Europe/Berlin	49.72104	11.1123				02	094	09474	09474126
2847776	Reuth	reuth	DE	08538	0	Europe/Berlin	49.61605	10.85132				02	095	09572	09572164
2847777	Reuth	reuth	DE	08538	0	Europe/Berlin	49.28594	10.81647				02	095	09571	09571180
2847778	Reuth	reuth	DE	08538	0	Europe/Berlin	48.72471	13.32065				02	092	09275	09275121
2847779	Reuth	reuth	DE	08538	0	Europe/Berlin	47.89315	11.5674				02	091	09173	09173118
2847790	Reuterstadt Stavenhagen	reuterstadt-stavenhagen	DE	17153	0	Europe/Berlin	53.69725	12.90468		Reuterstadt Stavenhagen		12	00	13071	13071142
2847829	Reute	reute	DE	79276	0	Europe/Berlin	48.49799	8.37182				01	082	08237	08237004
2847830	Reute	reute	DE	79276	0	Europe/Berlin	48.06582	9.75973		Reute		01	084	08426	08426074
2847831	Reute	reute	DE	79276	0	Europe/Berlin	47.95769	9.07604				01	084	08437	08437123
2847832	Reute	reute	DE	79276	0	Europe/Berlin	47.93886	9.51074				01	084	08436	08436027
2847833	Reute	reute	DE	79276	0	Europe/Berlin	47.89971	9.70104		Reute		01	084	08436	08436009
2847834	Reute	reute	DE	79276	0	Europe/Berlin	47.88759	9.92001				01	084	08436	08436010
2847835	Reute	reute	DE	79276	0	Europe/Berlin	47.89054	9.21968				01	084	08437	08437088
2847836	Reute	reute	DE	79276	0	Europe/Berlin	47.88839	8.90752				01	083	08335	08335021
2847837	Reute	reute	DE	79276	0	Europe/Berlin	47.8	9.85				01	084	08436	08436052
2847839	Reute	reute	DE	79276	0	Europe/Berlin	47.76148	8.95818		Reute		01	083	08335	08335063
2847840	Reute	reute	DE	79276	0	Europe/Berlin	47.75	9.58333				01	084	08436	08436064
2847841	Reute	reute	DE	79276	0	Europe/Berlin	47.681	9.56256				01	084	08435	08435035
2847842	Reute	reute	DE	79276	0	Europe/Berlin	47.68619	9.34876				01	084	08435	08435034
2847843	Reute	reute	DE	79276	0	Europe/Berlin	47.66884	9.91964				01	084	08436	08436094
2847844	Reute	reute	DE	79276	0	Europe/Berlin	47.65179	10.03678				02	097	09776	09776118
2847845	Reute	reute	DE	79276	0	Europe/Berlin	47.65	9.86667				02	097	09776	09776131
2847846	Reute	reute	DE	79276	0	Europe/Berlin	47.65	9.76667				01	084	08436	08436081
2847847	Reute	reute	DE	79276	0	Europe/Berlin	47.60709	10.20108				02	097	09780	09780124
2847848	Reute	reute	DE	79276	0	Europe/Berlin	47.41168	10.25601				02	097	09780	09780133
2847861	Reut	reut	DE	84367	1793	Europe/Berlin	48.5917	13.12332				02	092	09275	09275154
2847862	Reut	reut	DE	84367	0	Europe/Berlin	48.76773	13.59223				02	092	09272	09272151
2847863	Reut	reut	DE	84367	0	Europe/Berlin	48.59483	13.46409				02	092	09262	09262000
2847864	Reut	reut	DE	84367	0	Europe/Berlin	48.33248	12.82185				02	092	09277	09277153
2847865	Reut	reut	DE	84367	0	Europe/Berlin	48.31667	12.93333			09277140	02	092	09277	09277140
2847883	Reußenköge	reussenkoge	DE	25821	372	Europe/Berlin	54.6023	8.9027		Reussenkog,Reussenkoge,Reussenkuuge,Reußenkuuge,Reußenköge,Rojsenkege,Rojsenkjoge,luo yi sen ke ge,Ройсенкёге,Ројсенкеге,罗伊森克格	01054108	10	00	01054	01054108
2847887	Reußen	reussen	DE	06188	1049	Europe/Berlin	51.50109	12.13044		Reussen,Reußen		14	00	15088	15088195
2847888	Reussen	reussen	DE	06188	0	Europe/Berlin	51.11184	11.96755				14	00	15084	15084490
2847889	Reußen	reussen	DE	06188	0	Europe/Berlin	51.08397	12.10013				14	00	15084	15084590
2847906	Reurieth	reurieth	DE	98646	963	Europe/Berlin	50.45	10.65		Reurieth	16069037	15	00	16069	16069037
2847907	Reupzig	reupzig	DE	06369	313	Europe/Berlin	51.73591	12.0669		Reupzig		14	00	15082	15082377
2847930	Reuden	reuden	DE	06725	0	Europe/Berlin	52.06899	12.30315		Reuden,Reuden/Anhalt		14	00	15082	15082430
2847931	Reuden	reuden	DE	06725	0	Europe/Berlin	51.77245	12.59478				14	00	15091	15091160
2847932	Reuden	reuden	DE	06725	0	Europe/Berlin	51.75581	14.00618		Reuden,Rudna		11	00	12066	12066052
2847933	Reuden	reuden	DE	06725	369	Europe/Berlin	51.67677	12.23181		Reuden		14	00	15082	15082015
2847934	Reuden	reuden	DE	06725	0	Europe/Berlin	51.11074	12.19476				14	00	15084	15084130
2847935	Reudelsterz	reudelsterz	DE	56727	422	Europe/Berlin	50.31667	7.15			07137092	08	00	07137	07137092
2847938	Retzstadt	retzstadt	DE	97282	1622	Europe/Berlin	49.9125	9.88194			09677175	02	096	09677	09677175
2847942	Retzow	retzow	DE	14641	0	Europe/Berlin	53.77706	12.72019				12	00	13071	13071092
2847943	Retzow	retzow	DE	14641	344	Europe/Berlin	53.3694	12.19534				12	00	13076	13076166
2847944	Retzow	retzow	DE	14641	0	Europe/Berlin	53.32124	12.76114				12	00	13071	13071122
2847945	Retzow	retzow	DE	14641	0	Europe/Berlin	53.22937	13.26496				11	00	12073	12073384
2847946	Retzow	retzow	DE	14641	598	Europe/Berlin	52.62478	12.68552		Recov,lei cuo,Рецов,Ռեցով,雷措	12063256	11	00	12063	12063256
2847947	Retzin	retzin	DE	19348	0	Europe/Berlin	53.41117	14.26369				12	00	13075	13075113
2847948	Retzin	retzin	DE	19348	0	Europe/Berlin	53.11414	11.99481				11	00	12070	12070125
2847960	Retzau	retzau	DE	06779	396	Europe/Berlin	51.72479	12.3143		Retzau		14	00	15082	15082301
2847971	Rettert	rettert	DE	56370	496	Europe/Berlin	50.23139	7.93848			07141117	08	00	07141	07141117
2847974	Rettershain	rettershain	DE	56357	349	Europe/Berlin	50.15	7.83333			07141116	08	00	07141	07141116
2847975	Rettersen	rettersen	DE	57635	330	Europe/Berlin	50.7	7.5			07132094	08	00	07132	07132094
2847982	Retterath	retterath	DE	56769	365	Europe/Berlin	50.26667	7.01667			07233234	08	00	07233	07233234
2847985	Rettenberg	rettenberg	DE	87549	4043	Europe/Berlin	47.57428	10.29173		Retenberg,Rettenberg,lei teng bei ge,Ретенберг,Реттенберг,Ռեթենբերգ,雷滕贝格	09780137	02	097	09780	09780137
2847991	Rettenbach am Auerberg	rettenbach-am-auerberg	DE	87675	0	Europe/Berlin	47.77387	10.74999		Rettenbach am Auerberg		02	097	09777	09777183
2847993	Rettenbach	rettenbach	DE	89364	1841	Europe/Berlin	49.06667	12.45			09372150	02	093	09372	09372150
2847994	Rettenbach	rettenbach	DE	89364	0	Europe/Berlin	48.97278	12.85194				02	092	09278	09278184
2847995	Rettenbach	rettenbach	DE	89364	0	Europe/Berlin	48.81086	12.88951				02	092	09271	09271119
2847996	Rettenbach	rettenbach	DE	89364	0	Europe/Berlin	48.79342	13.29016				02	092	09272	09272150
2847997	Rettenbach	rettenbach	DE	89364	0	Europe/Berlin	48.78236	13.38875				02	092	09272	09272142
2847998	Rettenbach	rettenbach	DE	89364	0	Europe/Berlin	48.72667	13.42953		Ilzrettenbach,Rettenbach		02	092	09275	09275160
2847999	Rettenbach	rettenbach	DE	89364	0	Europe/Berlin	48.5377	11.15251				02	097	09771	09771144
2848000	Rettenbach	rettenbach	DE	89364	0	Europe/Berlin	48.527	11.25036				02	091	09185	09185113
2848001	Rettenbach	rettenbach	DE	89364	1606	Europe/Berlin	48.45881	10.35238			09774174	02	097	09774	09774174
2848002	Rettenbach	rettenbach	DE	89364	0	Europe/Berlin	48.39357	12.19346				02	092	09274	09274154
2848003	Rettenbach	rettenbach	DE	89364	0	Europe/Berlin	48.36768	11.47985				02	091	09174	09174150
2848004	Rettenbach	rettenbach	DE	89364	0	Europe/Berlin	48.28379	11.11093				02	097	09771	09771160
2848006	Rettenbach	rettenbach	DE	89364	0	Europe/Berlin	47.91328	12.64957				02	091	09189	09189155
2848017	Retschow	retschow	DE	18211	1043	Europe/Berlin	54.04552	11.8778		Retschow		12	00	13072	13072086
2848028	Rethwisch	rethwisch	DE	23847	0	Europe/Berlin	54.14012	11.93589				12	00	13072	13072017
2848029	Rethwisch	rethwisch	DE	23847	631	Europe/Berlin	53.86701	9.58574			01061092	10	00	01061	01061092
2848030	Rethwisch	rethwisch	DE	23847	0	Europe/Berlin	53.51189	12.90092				12	00	13071	13071101
2848031	Rethwisch	rethwisch	DE	23847	0	Europe/Berlin	54.25028	10.324				10	00	01057	01057046
2848054	Retgendorf	retgendorf	DE	19067	1187	Europe/Berlin	53.72922	11.50359				12	00	13076	13076033
2848067	Ressen-Zaue	ressen-zaue	DE	15913	0	Europe/Berlin	52.03588	14.16202				11	00	12061	12061450
2848105	Reppichau	reppichau	DE	06386	468	Europe/Berlin	51.81074	12.07934		Reppichau		14	00	15082	15082256
2848110	Reppenstedt	reppenstedt	DE	21391	6699	Europe/Berlin	53.25	10.35		Repenshtet,Reppenshtedt,lei peng si te,Репенштет,Реппенштедт,雷彭斯特	03355031	06	00	03355	03355031
2848127	Renzow	renzow	DE	19209	461	Europe/Berlin	53.62292	11.15003		Gross Renzow,Groß Renzow,Renzow		12	00	13074	13074072
2848142	Rentwertshausen	rentwertshausen	DE	98631	292	Europe/Berlin	50.45538	10.43899		Rentwertshausen		15	00	16066	16066094
2848143	Rentweinsdorf	rentweinsdorf	DE	96184	1637	Europe/Berlin	50.06342	10.79922		Rentvajnsdorf,lun te wei en si duo fu,Рентвайнсдорф,Рентвајнсдорф,Ռենթվայնսդորֆ,伦特韦恩斯多夫		02	096	09674	09674190
2848153	Renthendorf	renthendorf	DE	07646	468	Europe/Berlin	50.79975	11.84704		Rentendorf,Renthendorf,lun teng duo fu,Рентендорф,伦滕多夫	16074077	15	00	16074	16074077
2848169	Renquishausen	renquishausen	DE	78603	773	Europe/Berlin	48.08333	8.9		Renkviskhauzen,lun ku yi si hao sen,Ренквисхаузен,伦库伊斯豪森	08327041	01	083	08327	08327041
2848175	Renningen	renningen	DE	71272	17442	Europe/Berlin	48.76974	8.93871		Reningen,Renningen,lei ning gen,reningeni,rnynghn,rnyngn,Ренинген,Реннинген,Реннінген,Ռենինգեն,رنينغن,رنینگن,რენინგენი,雷宁根		01	081	08115	08115041
2848181	Rennertshofen	rennertshofen	DE	86643	5013	Europe/Berlin	48.75943	11.04544		Renertskhofen,Rennertsgofen,Rennertshofen,Rennertskhofen,lei nei er ci huo fen,rnrtshwfn,Ренертсхофен,Реннертсгофен,Реннертсхофен,Ռենեթսհոֆեն,رنرتسهوفن,雷内尔茨霍芬		02	091	09185	09185153
2848182	Rennertshofen	rennertshofen	DE	86643	0	Europe/Berlin	48.24685	10.23222				02	097	09775	09775118
2848187	Rennerod	rennerod	DE	56477	3891	Europe/Berlin	50.6082	8.06697		Renerod,Rennerod,lei nei luo de,rnrwd,rynhrwd,Ренерод,Реннерод,رنرود,رينهرود,雷内罗德		08	00	07143	07143286
2848203	Rennau	rennau	DE	38368	731	Europe/Berlin	52.29588	10.912			03154018	06	00	03154	03154018
2848207	Renkenberge	renkenberge	DE	49762	717	Europe/Berlin	52.9	7.38333			03454043	06	00	03454	03454043
2848215	Rengsdorf	rengsdorf	DE	56579	2671	Europe/Berlin	50.5	7.5		Rengsdorf,lun si duo fu,rengusudorufu,Ренгсдорф,レングスドルフ,伦斯多夫	07138061	08	00	07138	07138061
2848709	Reinsfeld	reinsfeld	DE	54421	0	Europe/Berlin	50.77511	10.95052		Reinsfeld		15	00	16070	16070004
2848243	Rendswühren	rendswuhren	DE	24619	830	Europe/Berlin	54.08333	10.18333		Rendswuehren,Rendswuhren,Rendswühren	01057068	10	00	01057	01057068
2848245	Rendsburg	rendsburg	DE	24768	28323	Europe/Berlin	54.30663	9.66313		Rendsborag,Rendsborg,Rendsbourg,Rendsburg,Rentsmpournk,lun ci bao,rndsbwrgh,rndzbrg,Ρέντσμπουργκ,Рендсбург,رندزبرگ,رندسبورغ,伦茨堡	01058	10	00	01058	01058135
2848251	Renchen	renchen	DE	77871	6969	Europe/Berlin	48.5885	8.01321		Renchen,Renkhen,lun xing,rnshn,Ренхен,رنشن,伦兴		01	083	08317	08317110
2848268	Remse	remse	DE	08373	0	Europe/Berlin	51.9578	8.26705				07	057	05754	05754016
2848269	Remse	remse	DE	08373	1956	Europe/Berlin	50.85	12.56667		Remze,lei mu sai,Ремзе,雷姆塞	14524260	13	00	14524	14524260
2848273	Remscheid	remscheid	DE	42853	117118	Europe/Berlin	51.17983	7.1925		Remsaint,Remsayd,Remscheid,Remseidas,Remshajd,Remşayd,Remšeidas,ZPN,lei mu sha yi de,lemsyaiteu,remshaidi,remushaito,rmshayd,rmsyyd,Ρέμσαϊντ,Ремшайд,Ремшајд,רמשייד,رمشايد,رمشاید,ریمشیڈ,რემშაიდი,レムシャイト,雷姆沙伊德,렘샤이트	05120	07	051	05120	05120000
2848277	Remptendorf	remptendorf	DE	07368	4187	Europe/Berlin	50.53333	11.65		Remptendorf,lun pu teng duo fu,Ремптендорф,伦普滕多夫	16075134	15	00	16075	16075134
2848280	Remplin	remplin	DE	17139	855	Europe/Berlin	53.75388	12.69705		Remplin		12	00	13071	13071092
2848302	Remmels	remmels	DE	24594	432	Europe/Berlin	54.11667	9.65		Remmels	01058134	10	00	01058	01058134
2848308	Remlingen	remlingen	DE	38319	2065	Europe/Berlin	52.11367	10.67408			03158040	06	00	03158	03158040
2848309	Remlingen	remlingen	DE	38319	1543	Europe/Berlin	49.80477	9.69484		Remlingen,remuringen,Ремлинген,Ремлінген,Ռեմլինգեն,レムリンゲン		02	096	09679	09679177
2848310	Remlin	remlin	DE	17168	436	Europe/Berlin	53.90636	12.6638		Remlin		12	00	13072	13072096
2848335	Remagen	remagen	DE	53424	16280	Europe/Berlin	50.57879	7.22703		Remagen,Rigomagus,lei ma gen,remagen,rmaghn,rmagn,Ремаген,رماغن,رماگن,ሬማገን,レマーゲン,雷马根		08	00	07131	07131070
2848337	Relsberg	relsberg	DE	67756	214	Europe/Berlin	49.6	7.66667		Rel'sberg,Relsberg,lei er si bei ge,Релсберг,Рельсберг,雷尔斯贝格	07336086	08	00	07336	07336086
2848340	Rellingen	rellingen	DE	25462	13707	Europe/Berlin	53.65	9.81667		Relingen,Rellingen,lei lin gen,Релинген,Реллинген,雷林根	01056043	10	00	01056	01056043
2848352	Reitzenhain	reitzenhain	DE	56357	0	Europe/Berlin	50.55992	13.22042		Reitzenhain		13	00	14521	14521390
2848353	Reitzenhain	reitzenhain	DE	56357	362	Europe/Berlin	50.15	7.78333			07141115	08	00	07141	07141115
2848364	Reitwein	reitwein	DE	15328	531	Europe/Berlin	52.50091	14.58169		Rajtvajn,lai te wei yin,Райтвайн,Рајтвајн,Ռայթվայն,赖特韦因	12064420	11	00	12064	12064420
2848382	Reit im Winkl	reit-im-winkl	DE	83242	2584	Europe/Berlin	47.67729	12.47086		Rajt im Vinkl,Rajt-im-Vinkl',Reiter Winke,lai te yi mu wen ke er,rayt aym wynkl,Райт-им-Винкль,Райт-ім-Вінкль,Рајт им Винкл,Ռայթ իմ Վինքլ,رایت ایم وینکل,赖特伊姆温克尔	09189139	02	091	09189	09189139
2848541	Reiskirchen	reiskirchen	DE	35447	0	Europe/Berlin	50.50404	8.51046				05	065	06532	06532014
2848542	Reiskirchen	reiskirchen	DE	35447	0	Europe/Berlin	49.35174	7.32548				09	00	10045	10045114
2848543	Reiskirchen	reiskirchen	DE	35447	10734	Europe/Berlin	50.6	8.83333		Rajskirkhen,Reiskirchen,lai si ji xing,raisukiruhyen,Райскирхен,Райскірхен,Рајскирхен,ライスキルヒェン,赖斯基兴	06531016	05	065	06531	06531016
2848591	Reisdorf	reisdorf	DE	99518	328	Europe/Berlin	51.10241	11.55902				15	00	16071	16071004
2848592	Reisdorf	reisdorf	DE	99518	0	Europe/Berlin	51.06667	6.53333				07	051	05162	05162008
2848593	Reisdorf	reisdorf	DE	99518	0	Europe/Berlin	49.09068	7.89837		Reisdorf		08	00	07337	07337013
2848594	Reisdorf	reisdorf	DE	99518	0	Europe/Berlin	48.50803	11.61335				02	091	09186	09186152
2848606	Reischach	reischach	DE	84571	2581	Europe/Berlin	48.29073	12.7262		Rajshakh,Raysax,Reischoch,lai sha,rayshakh,Райшах,Рајшах,Ռայշախ,رایشاخ,赖沙	09171129	02	091	09171	09171129
2848607	Reischach	reischach	DE	84571	0	Europe/Berlin	47.93906	9.20418		Reischach		01	084	08437	08437118
2848608	Reischach	reischach	DE	84571	0	Europe/Berlin	47.8973	12.21512				02	091	09187	09187174
2848620	Reisbach	reisbach	DE	94419	0	Europe/Berlin	49.36131	6.88191		Reisbach		09	00	10044	10044116
2848621	Reisbach	reisbach	DE	94419	7610	Europe/Berlin	48.57008	12.62799		Rajsbakh,Raysbax,Reisbach,Reischbo,lai si ba he,Райсбах,Рајсбах,Ռայսբախ,赖斯巴赫		02	092	09279	09279134
2848622	Reisbach	reisbach	DE	94419	0	Europe/Berlin	48.52889	13.20306				02	092	09275	09275124
2848623	Reisbach	reisbach	DE	94419	0	Europe/Berlin	48.49986	12.9009				02	092	09277	09277114
2848665	Reipoltskirchen	reipoltskirchen	DE	67753	418	Europe/Berlin	49.63333	7.66667		Rajpol'tskirkhen,Rajpoltskirkhen,lai bo er ci ji er xing,Райпольтскирхен,Рајполтскирхен,赖波尔茨基尔兴	07336085	08	00	07336	07336085
2848673	Reipeldingen	reipeldingen	DE	54689	87	Europe/Berlin	50.08333	6.18333			07232298	08	00	07232	07232298
2848687	Reinstorf	reinstorf	DE	21400	0	Europe/Berlin	53.93537	11.94214				12	00	13072	13072053
2848688	Reinstorf	reinstorf	DE	21400	0	Europe/Berlin	53.84593	11.64357				12	00	13074	13074090
2848689	Reinstorf	reinstorf	DE	21400	1338	Europe/Berlin	53.23445	10.57323		Rajnstorf,lai yin si tuo fu,Райнсторф,Рајнсторф,赖因斯托夫	03355030	06	00	03355	03355030
2848690	Reinstorf	reinstorf	DE	21400	0	Europe/Berlin	52.82714	10.63022		Reinsdoerp,Reinsdörp		06	00	03360	03360013
2848691	Reinstorf	reinstorf	DE	21400	0	Europe/Berlin	47.98561	11.85245				02	091	09175	09175121
2848695	Reinstedt	reinstedt	DE	06463	0	Europe/Berlin	51.75912	11.35306				14	00	15085	15085110
2848699	Reinstädt	reinstadt	DE	07768	579	Europe/Berlin	50.8093	11.47428		Reinstadt,Reinstaedt,Reinstädt	16074076	15	00	16074	16074076
2848703	Reinshagen	reinshagen	DE	18239	0	Europe/Berlin	51.16058	7.15218		Reinshagen		07	051	05120	05120000
2848704	Reinshagen	reinshagen	DE	18239	0	Europe/Berlin	54.02937	11.91412				12	00	13072	13072093
2848705	Reinshagen	reinshagen	DE	18239	0	Europe/Berlin	53.78149	12.3258				12	00	13072	13072063
2848706	Reinshagen	reinshagen	DE	18239	0	Europe/Berlin	50.86759	7.42234				07	053	05382	05382036
2848710	Reinsfeld	reinsfeld	DE	54421	2341	Europe/Berlin	49.68333	6.88333		Rajnsfel'd,Rajnsfeld,lai yin si fei er de,Райнсфельд,Рајнсфелд,赖因斯费尔德	07235114	08	00	07235	07235114
2848715	Reinsdorf	reinsdorf	DE	06556	0	Europe/Berlin	52.29168	9.2898		Raansdoerpe,Raansdörpe		06	00	03257	03257002
2848716	Reinsdorf	reinsdorf	DE	06556	0	Europe/Berlin	52.1554	11.04126		Reinsdorp,Reinsdorpe		06	00	03154	03154028
2848717	Reinsdorf	reinsdorf	DE	06556	0	Europe/Berlin	51.90679	13.2216		Reinsdorf		11	00	12072	12072298
2848718	Reinsdorf	reinsdorf	DE	06556	900	Europe/Berlin	51.89386	12.60351				14	00	15091	15091375
2848719	Reinsdorf	reinsdorf	DE	06556	0	Europe/Berlin	51.6731	11.99012				14	00	15082	15082377
2848720	Reinsdorf	reinsdorf	DE	06556	0	Europe/Berlin	51.51187	12.15652				14	00	15088	15088195
2848721	Reinsdorf	reinsdorf	DE	06556	0	Europe/Berlin	51.35	11.85				14	00	15088	15088025
2848722	Reinsdorf	reinsdorf	DE	06556	0	Europe/Berlin	51.33333	11.26667			16065056	15	00	16065	16065056
2848723	Reinsdorf	reinsdorf	DE	06556	0	Europe/Berlin	51.29429	11.60073		Reginhardesdorf [a. 786],Reinsdorf,Reynsdorp		14	00	15084	15084360
2848724	Reinsdorf	reinsdorf	DE	06556	0	Europe/Berlin	51.06077	12.97331				13	00	14522	14522570
2848725	Reinsdorf	reinsdorf	DE	06556	8907	Europe/Berlin	50.69775	12.55555			14524250	13	00	14524	14524250
2848726	Reinsdorf	reinsdorf	DE	06556	959	Europe/Berlin	50.68009	11.84994		Reinsdorf		15	00	16075	16075068
2848727	Reinsdorf	reinsdorf	DE	06556	0	Europe/Berlin	50.63927	12.23781		Reinsdorf		15	00	16076	16076022
2848728	Reinsdorf	reinsdorf	DE	06556	0	Europe/Berlin	50.47976	12.1388				13	00	14523	14523320
2848737	Reinsberg	reinsberg	DE	09629	3273	Europe/Berlin	51.00823	13.36542		Reinsberg	14522480	13	00	14522	14522480
2848738	Reinsberg	reinsberg	DE	09629	0	Europe/Berlin	49.14957	9.85452				01	081	08127	08127099
2848756	Reinickendorf	reinickendorf	DE	13047	75414	Europe/Berlin	52.56667	13.33333		Berlin-Reinickendorf,Reinickendorf,ryynyqndwrp,רייניקנדורף,رائینکنڈورف		16	00	11000	11000000
2848757	Reinholterode	reinholterode	DE	37308	809	Europe/Berlin	51.4219	10.19428		Rengerode,Rheinholterode	16061076	15	00	16061	16061076
2848762	Reinheim	reinheim	DE	64354	17841	Europe/Berlin	49.82923	8.83572		Rajngajm,Rajnkhajm,Raynhaym,Reinheim,lai en hai mu,rainhaimu,raynhaym,Райнгайм,Райнхайм,Рајнхајм,راينهايم,راینهایم,ラインハイム,赖恩海姆		05	064	06432	06432019
2848763	Reinheim	reinheim	DE	64354	0	Europe/Berlin	49.13736	7.18077				09	00	10045	10045113
2848779	Reinhardtsgrimma	reinhardtsgrimma	DE	01768	3094	Europe/Berlin	50.8927	13.75534		Rajnkhardtsgrimma,Rajnkhartsgrima,Reinhardtsgrimma,Райнхардтсгримма,Рајнхартсгрима		13	00	14628	14628130
2848840	Reinberg	reinberg	DE	18519	0	Europe/Berlin	54.21231	13.25174				12	00	13073	13073090
2848841	Reinberg	reinberg	DE	18519	1123	Europe/Berlin	53.67484	13.14417		Reinberg		12	00	13071	13071163
2848842	Reinberg	reinberg	DE	18519	0	Europe/Berlin	50.91813	13.71231				13	00	14628	14628060
2848845	Reinbek	reinbek	DE	21465	25261	Europe/Berlin	53.51703	10.2488		Rajnbek,Reinbeek,Reinbek,lai yin bei ke,raynbk,Райнбек,Рајнбек,راينبك,راینبک,赖因贝克		10	00	01062	01062060
2848851	Reimlingen	reimlingen	DE	86756	1345	Europe/Berlin	48.81667	10.51667			09779203	02	097	09779	09779203
2848855	Reimershagen	reimershagen	DE	18276	526	Europe/Berlin	53.672	12.17594				12	00	13072	13072084
2848861	Reimerath	reimerath	DE	53539	71	Europe/Berlin	50.3	6.96667			07233233	08	00	07233	07233233
2848867	Reilingen	reilingen	DE	68799	7022	Europe/Berlin	49.29833	8.56417		Rajlingen,lai lin gen,rairingen,Райлинген,Райлінген,Рајлинген,ライリンゲン,賴林根	08226068	01	082	08226	08226068
2848872	Reil	reil	DE	56861	1126	Europe/Berlin	50.01667	7.11667			07231110	08	00	07231	07231110
2848913	Reifferscheid	reifferscheid	DE	53520	0	Europe/Berlin	50.47439	6.4712				07	053	05366	05366020
2848914	Reifferscheid	reifferscheid	DE	53520	609	Europe/Berlin	50.40529	6.88499			07131069	08	00	07131	07131069
2848917	Reiffelbach	reiffelbach	DE	67829	262	Europe/Berlin	49.68333	7.68333		Rajfelbakh,Rajffel'bakh,lai fei er ba he,Райффельбах,Рајфелбах,赖费尔巴赫	07133084	08	00	07133	07133084
2848918	Reiff	reiff	DE	54619	57	Europe/Berlin	50.1	6.2			07232297	08	00	07232	07232297
2848922	Reiferscheid	reiferscheid	DE	57632	389	Europe/Berlin	50.65	7.55			07132093	08	00	07132	07132093
2848932	Reifenberg	reifenberg	DE	66507	0	Europe/Berlin	49.75731	11.13963				02	094	09474	09474171
2848933	Reifenberg	reifenberg	DE	66507	840	Europe/Berlin	49.28283	7.50958			07340220	08	00	07340	07340220
2848954	Reidenhausen	reidenhausen	DE	56865	211	Europe/Berlin	50.05	7.31667			07135074	08	00	07135	07135074
2848962	Reichweiler	reichweiler	DE	66871	565	Europe/Berlin	49.53333	7.28333		Rajkhvajler,lai xi wei lai er,Райхвайлер,Рајхвајлер,赖希魏莱尔	07336084	08	00	07336	07336084
2848976	Reichsthal	reichsthal	DE	67759	104	Europe/Berlin	49.6	7.73333			07333202	08	00	07333	07333202
2848991	Reicho	reicho	DE	06926	53	Europe/Berlin	51.80638	13.11715				14	00	15091	15091145
2848994	Reichmannsdorf	reichmannsdorf	DE	98739	918	Europe/Berlin	50.54962	11.25758			16073077	15	00	16073	16073077
2848995	Reichmannsdorf	reichmannsdorf	DE	98739	0	Europe/Berlin	49.78633	10.69666				02	094	09471	09471220
2849000	Reichling	reichling	DE	86934	0	Europe/Berlin	48.73236	13.65189				02	092	09272	09272129
2849001	Reichling	reichling	DE	86934	1662	Europe/Berlin	47.9228	10.92847		Rajkhling,Rayxling,lai xi ling,raihiringu,rayshlyng,Райхлинг,Райхлінг,Рајхлинг,Ռայխլինգ,رایشلینگ,ライヒリング,赖希灵	09181135	02	091	09181	09181135
2849015	Reichertshofen	reichertshofen	DE	85084	0	Europe/Berlin	49.22853	11.42106				02	093	09373	09373159
2849016	Reichertshofen	reichertshofen	DE	85084	0	Europe/Berlin	48.90885	9.94756				01	081	08136	08136002
2849017	Reichertshofen	reichertshofen	DE	85084	7298	Europe/Berlin	48.65775	11.46612		Rajkhertsgofen,Rajkhertskhofen,Reichertzhofen,lai xie er ci huo fen,rayshrtshwfn,Райхертсгофен,Райхертсхофен,Рајхертсхофен,Ռայհերթսհոֆեն,رایشرتسهوفن,赖歇尔茨霍芬		02	091	09186	09186147
2849018	Reichertshofen	reichertshofen	DE	85084	0	Europe/Berlin	48.19871	10.59532		Reichertshofen		02	097	09772	09772179
2849019	Reichertsheim	reichertsheim	DE	84437	1662	Europe/Berlin	48.2	12.28333			09183140	02	091	09183	09183140
2849021	Reichertshausen	reichertshausen	DE	85293	0	Europe/Berlin	49.31437	9.30696		Reichertshausen		01	081	08125	08125068
2849022	Reichertshausen	reichertshausen	DE	85293	0	Europe/Berlin	48.53717	11.75457				02	091	09178	09178116
2849023	Reichertshausen	reichertshausen	DE	85293	0	Europe/Berlin	48.46667	11.51667		Rajkhertsgauzen,Rajkhertskhauzen,lai xie er ci hao sen,rayshrtshawzn,Райхертсгаузен,Райхертсхаузен,Рајхертсхаузен,Ռայհերթսհաուզեն,رایشرتسهاوزن,赖歇尔茨豪森	09186146	02	091	09186	09186146
2849024	Reichertshausen	reichertshausen	DE	85293	0	Europe/Berlin	48.41208	11.27635				02	091	09174	09174111
2849025	Reichertshausen	reichertshausen	DE	85293	4986	Europe/Berlin	47.89882	11.55843				02	091	09173	09173120
2849047	Reichersbeuern	reichersbeuern	DE	83677	2142	Europe/Berlin	47.76667	11.63333		Reichersbeuern,Reichersbeuren	09173140	02	091	09173	09173140
2849052	Reichenwalde	reichenwalde	DE	15526	1123	Europe/Berlin	52.26667	14		Rajkhenval'de,Rajkhenvalde,Rayhenvalde,lai xing wa er de,Райхенвальде,Рајхенвалде,Ռայհենվալդե,赖兴瓦尔德	12067413	11	00	12067	12067413
2849062	Reichenschwand	reichenschwand	DE	91244	2295	Europe/Berlin	49.51384	11.37274		Rajkhenshvand,Rayxensvand,lai xing shi wan de,Райхеншванд,Рајхеншванд,Ռայխենշվանդ,赖兴施万德	09574150	02	095	09574	09574150
2849077	Reichenhain	reichenhain	DE	04932	0	Europe/Berlin	51.4598	13.42873				11	00	12062	12062410
2849078	Reichenhain	reichenhain	DE	04932	0	Europe/Berlin	50.79886	12.96147		Reichenhain		13	00	14511	14511000
2849090	Reichenberg	reichenberg	DE	56357	0	Europe/Berlin	52.60899	14.11337				11	00	12064	12064303
2849091	Reichenberg	reichenberg	DE	56357	0	Europe/Berlin	51.12679	13.67979				13	00	14627	14627150
2849092	Reichenberg	reichenberg	DE	56357	231	Europe/Berlin	50.15	7.76667			07141114	08	00	07141	07141114
2849093	Reichenberg	reichenberg	DE	56357	4004	Europe/Berlin	49.73193	9.91478		Rajkhenberg,Rayxenberg,Reichenberg,raihyenberuku,raykhnbrgh,Райхенберг,Рајхенберг,Ռայխենբերգ,رايخنبرغ,ライヒェンベルク		02	096	09679	09679176
2849094	Reichenberg	reichenberg	DE	56357	0	Europe/Berlin	49.51145	12.60081				02	093	09376	09376167
2849095	Reichenberg	reichenberg	DE	56357	0	Europe/Berlin	48.99289	9.46189				01	081	08119	08119053
2849096	Reichenberg	reichenberg	DE	56357	0	Europe/Berlin	48.89988	13.38796				02	092	09272	09272143
2849097	Reichenberg	reichenberg	DE	56357	0	Europe/Berlin	48.43457	12.96108				02	092	09277	09277138
2849102	Reichenbach-Steegen	reichenbach-steegen	DE	66879	1474	Europe/Berlin	49.5	7.55		Rajkhenbakh-Shtegen,Steegen,lai xing ba he-si te gen,Райхенбах-Штеген,Рајхенбах-Штеген,赖兴巴赫-斯特根	07335501	08	00	07335	07335501
2849114	Reichenbach	reichenbach	DE	07629	0	Europe/Berlin	48.01892	9.61387				01	084	08426	08426014
2849118	Reichenbach an der Fils	reichenbach-an-der-fils	DE	73262	8046	Europe/Berlin	48.71011	9.46429		Rajkhenbakh an der Fils,Rajkhenbakh-an-der-Fil's,Rajkhenbakh-na-Fil'se,Rayxenbax na Filse,Reichenbach,fei er si he pan lai xing ba he,Райхенбах-ан-дер-Фільс,Райхенбах-на-Фильсе,Рајхенбах ан дер Филс,Ռայխենբախ նա Ֆիլսե,菲尔斯河畔赖兴巴赫	08116058	01	081	08116	08116058
2849119	Reichenbach am Heuberg	reichenbach-am-heuberg	DE	78564	0	Europe/Berlin	48.13333	8.85			08327040	01	083	08327	08327040
2849140	Reichenbach	reichenbach	DE	07629	0	Europe/Berlin	48.17656	8.0944				01	083	08316	08316010
2849141	Reichenbach	reichenbach	DE	07629	0	Europe/Berlin	48.08472	8.29547				01	083	08326	08326052
2849142	Reichenbach	reichenbach	DE	07629	532	Europe/Berlin	47.92919	8.22584				01	083	08315	08315113
2849143	Reichenbach	reichenbach	DE	07629	0	Europe/Berlin	51.96321	14.67923		Guben-Reichenbach,Reichenbach		11	00	12071	12071160
2849144	Reichenbach	reichenbach	DE	07629	0	Europe/Berlin	51.24518	13.97937				13	00	14625	14625220
2849145	Reichenbach	reichenbach	DE	07629	4422	Europe/Berlin	51.14144	14.8027		Reichenbach,Reichenbach/Oberlausitz		13	00	14626	14626450
2849146	Reichenbach	reichenbach	DE	07629	0	Europe/Berlin	51.16232	9.7767		Reichenbach		05	066	06636	06636006
2849147	Reichenbach	reichenbach	DE	07629	0	Europe/Berlin	51.12297	13.49732				13	00	14627	14627100
2849148	Reichenbach	reichenbach	DE	07629	0	Europe/Berlin	51.04711	13.0905				13	00	14522	14522300
2849149	Reichenbach	reichenbach	DE	07629	0	Europe/Berlin	51.04491	10.53715				15	00	16063	16063098
2849150	Reichenbach	reichenbach	DE	07629	0	Europe/Berlin	50.98696	13.23935		Reichenbach		13	00	14522	14522210
2849151	Reichenbach	reichenbach	DE	07629	0	Europe/Berlin	50.94644	12.0843				15	00	16052	16052000
2849152	Reichenbach	reichenbach	DE	07629	0	Europe/Berlin	50.86861	11.87801			16074075	15	00	16074	16074075
2849153	Reichenbach	reichenbach	DE	07629	0	Europe/Berlin	50.83619	12.65814				13	00	14524	14524020
2849154	Reichenbach	reichenbach	DE	07629	0	Europe/Berlin	50.75387	10.4662				15	00	16066	16066063
2849155	Reichenbach	reichenbach	DE	07629	992	Europe/Berlin	50.68471	11.43643				15	00	16073	16073111
2849156	Reichenbach/Vogtland	reichenbach-vogtland	DE	08468	22530	Europe/Berlin	50.62279	12.30344		Reichenbach,Reichenbach/Vogtland,Stadt Reichenbach/Vogtland		13	00	14523	14523340
2849157	Reichenbach	reichenbach	DE	07629	0	Europe/Berlin	50.56623	11.37606				15	00	16073	16073067
2849158	Reichenbach	reichenbach	DE	07629	0	Europe/Berlin	50.42427	11.41303			09476166	02	094	09476	09476166
2849159	Reichenbach	reichenbach	DE	07629	0	Europe/Berlin	50.26291	10.15423		Reichenbach		02	096	09672	09672135
2849160	Reichenbach	reichenbach	DE	07629	0	Europe/Berlin	50.27341	8.37534				05	064	06439	06439016
2849161	Reichenbach	reichenbach	DE	07629	824	Europe/Berlin	50.243	11.49968		Reichenbach		02	094	09477	09477148
2849162	Reichenbach	reichenbach	DE	07629	0	Europe/Berlin	50.20928	12.12326				02	094	09479	09479150
2849163	Reichenbach	reichenbach	DE	07629	0	Europe/Berlin	50.0428	9.1358				02	096	09671	09671143
2849164	Reichenbach	reichenbach	DE	07629	0	Europe/Berlin	49.98331	11.94792				02	094	09479	09479138
2849165	Reichenbach	reichenbach	DE	07629	0	Europe/Berlin	49.70999	11.62493				02	093	09371	09371113
2849166	Reichenbach	reichenbach	DE	07629	0	Europe/Berlin	49.71101	8.69291				05	064	06431	06431014
2849167	Reichenbach	reichenbach	DE	07629	675	Europe/Berlin	49.64073	7.28664			07134068	08	00	07134	07134068
2849168	Reichenbach	reichenbach	DE	07629	0	Europe/Berlin	49.5	7.53333				08	00	07335	07335501
2849169	Reichenbach	reichenbach	DE	07629	0	Europe/Berlin	49.276	10.15364				02	095	09571	09571222
2849170	Reichenbach	reichenbach	DE	07629	1178	Europe/Berlin	49.18333	12.35		Rajkhenbakh,Rajkhenbakh-am-Regen,Regeni Rayxenbax,Reichaboch,Reichenbach,Reichenbach am Regen,Richenbach,Райхенбах-ам-Реген,Рајхенбах,Ռեգենի Ռայխենբախ	09372149	02	093	09372	09372149
2849171	Reichenbach	reichenbach	DE	07629	0	Europe/Berlin	49.17483	10.26262				02	095	09571	09571145
2849172	Reichenbach	reichenbach	DE	07629	0	Europe/Berlin	49.03472	10.54417				02	095	09571	09571214
2849173	Reichenbach	reichenbach	DE	07629	0	Europe/Berlin	48.9238	8.47664				01	082	08215	08215110
2849174	Reichenbach	reichenbach	DE	07629	0	Europe/Berlin	48.87482	10.18952				01	081	08136	08136082
2849175	Reichenbach	reichenbach	DE	07629	0	Europe/Berlin	48.85546	9.99208				01	081	08136	08136088
2849176	Reichenbach	reichenbach	DE	07629	0	Europe/Berlin	48.73317	13.17063				02	092	09271	09271127
2849177	Reichenbach	reichenbach	DE	07629	0	Europe/Berlin	48.42727	8.01619		Reichenbach		01	083	08317	08317034
2849178	Reichenbach	reichenbach	DE	07629	0	Europe/Berlin	48.32901	7.92726		Reichenbach		01	083	08317	08317065
2849179	Reichenbach	reichenbach	DE	07629	0	Europe/Berlin	48.15769	7.92522				01	083	08316	08316054
2849180	Reichenbach	reichenbach	DE	07629	0	Europe/Berlin	47.88024	10.69968				02	097	09777	09777172
2849183	Reichenbach	reichenbach	DE	07629	0	Europe/Berlin	48.21014	8.28037		Reichenbach		01	083	08317	08317051
2849186	Reichenau	reichenau	DE	78479	0	Europe/Berlin	51.25417	13.95828				13	00	14625	14625220
2849187	Reichenau	reichenau	DE	78479	0	Europe/Berlin	50.80311	13.56571				13	00	14628	14628150
2849188	Reichenau	reichenau	DE	78479	0	Europe/Berlin	49.67985	12.51351				02	093	09374	09374164
2849189	Reichenau	reichenau	DE	78479	0	Europe/Berlin	49.19294	10.50665		Reichenau		02	095	09571	09571115
2849190	Reichenau	reichenau	DE	78479	0	Europe/Berlin	47.68854	12.24819				02	091	09187	09187114
2849197	Reichelsheim	reichelsheim	DE	61203	6814	Europe/Berlin	50.35638	8.87446		Reichelsheim		05	064	06440	06440021
2849198	Reichelsheim	reichelsheim	DE	61203	9036	Europe/Berlin	49.71211	8.83896		Reichelsheim		05	064	06437	06437013
2849208	Reichartshausen	reichartshausen	DE	74934	0	Europe/Berlin	49.65937	9.28191				02	096	09676	09676112
2849209	Reichartshausen	reichartshausen	DE	74934	1926	Europe/Berlin	49.355	8.94528		Rajkhartsgauzen,Rajkhartskhauzen,lai xia er ci hao sen,raihyarutsuhauzen,Райхартсгаузен,Райхартсхаузен,Рајхартсхаузен,ライヒャルツハウゼン,赖夏尔茨豪森	08226066	01	082	08226	08226066
2849211	Reichardtswerben	reichardtswerben	DE	06667	1298	Europe/Berlin	51.24851	11.95349		Reichardtswerben		14	00	15084	15084550
2849215	Reich	reich	DE	55471	374	Europe/Berlin	50	7.43333			07140123	08	00	07140	07140123
2849216	Reich	reich	DE	55471	0	Europe/Berlin	47.76853	9.76647				01	084	08436	08436078
2849231	Rehweiler	rehweiler	DE	66907	0	Europe/Berlin	49.76448	10.43416		Rehweiler		02	096	09675	09675127
2849232	Rehweiler	rehweiler	DE	66907	462	Europe/Berlin	49.48567	7.44207		Rekhvajler,Revajler,lei wei lei,Ревайлер,Рехвајлер,雷韦勒	07336082	08	00	07336	07336082
2849235	Rehungen	rehungen	DE	99759	551	Europe/Berlin	51.38264	10.52264		Rehungen		15	00	16062	16062049
2849238	Rehsen	rehsen	DE	06786	271	Europe/Berlin	51.8281	12.49825		Rehsen		14	00	15091	15091241
2849263	Rehna	rehna	DE	19217	2897	Europe/Berlin	53.77877	11.04929		Rehna,Rena,Rēna,rna,ryna,Рена,رنا,رينا		12	00	13074	13074065
2849266	Rehmsdorf	rehmsdorf	DE	06729	0	Europe/Berlin	51.06123	12.21453				14	00	15084	15084130
2849273	Rehm-Flehde-Bargen	rehm-flehde-bargen	DE	25776	619	Europe/Berlin	54.28333	9.01667		Rehm-Flehde-Bargen	01051092	10	00	01051	01051092
2849296	Rehlingen	rehlingen	DE	21385	730	Europe/Berlin	53.10572	10.22092		Relingen,Релинген	03355029	06	00	03355	03355029
2849297	Rehlingen	rehlingen	DE	21385	0	Europe/Berlin	49.62376	6.42986				08	00	07235	07235095
2849298	Rehlingen	rehlingen	DE	21385	0	Europe/Berlin	49.37741	6.68166				09	00	10044	10044114
2849299	Rehlingen	rehlingen	DE	21385	0	Europe/Berlin	48.91562	10.88874				02	095	09577	09577148
2849300	Rehling	rehling	DE	86508	2381	Europe/Berlin	48.48333	10.93333			09771158	02	097	09771	09771158
2849320	Rehhorst	rehhorst	DE	23619	0	Europe/Berlin	53.88333	10.46667		Rehhorst	01062059	10	00	01062	01062059
2849347	Rehfelde	rehfelde	DE	15345	4600	Europe/Berlin	52.53417	13.90884		Refel'de,Refelde,lei fei er de,Рефелде,Рефельде,Ռեֆելդե,雷费尔德	12064408	11	00	12064	12064408
2849355	Reher	reher	DE	25593	816	Europe/Berlin	54.06667	9.58333			01061091	10	00	01061	01061091
2849356	Reher	reher	DE	25593	0	Europe/Berlin	52.03	9.2347				06	00	03252	03252001
2849364	Rehe	rehe	DE	56479	1013	Europe/Berlin	50.63333	8.11667			07143285	08	00	07143	07143285
2849369	Rehden	rehden	DE	49453	1790	Europe/Berlin	52.61024	8.48093		Reden,Rehrn,Rekhden,lei deng,Реден,Рехден,雷登	03251030	06	00	03251	03251030
2849371	Rehburg-Loccum	rehburg-loccum	DE	31547	10894	Europe/Berlin	52.46952	9.19957		Reburg-Lokkum,Reburg-Lokum,Rehburg-Loccum,Rekhburg-Lokkum,lei bao-luo ku mu,rbwrg-lkwm,reburuku=rokkumu,ryhbwrgh-lwkwm,Ребург-Локкум,Ребург-Локум,Рехбург-Локкум,ربورگ-لکوم,ريهبورغ-لوكوم,レーブルク＝ロックム,雷堡-洛库姆		06	00	03256	03256025
2849386	Rehborn	rehborn	DE	55592	790	Europe/Berlin	49.73333	7.68333		Reborn,Rekhborn,lei bo er en,Реборн,Рехборн,雷博尔恩	07133083	08	00	07133	07133083
2849442	Rehbach	rehbach	DE	55566	0	Europe/Berlin	51.27266	12.27654				13	00	14713	14713000
2849443	Rehbach	rehbach	DE	55566	36	Europe/Berlin	49.85	7.63333			07133082	08	00	07133	07133082
2849444	Rehbach	rehbach	DE	55566	0	Europe/Berlin	49.70839	8.95264				05	064	06437	06437011
2849445	Rehbach	rehbach	DE	55566	0	Europe/Berlin	48.54454	11.9302				02	091	09178	09178125
2849446	Rehau	rehau	DE	95111	10058	Europe/Berlin	50.24921	12.03422		Regau,Rehau,Rekhau,lei hao,reau,rhaw,Регау,Рехау,رهاو,レーアウ,雷豪		02	094	09475	09475162
2849447	Rehau	rehau	DE	95111	0	Europe/Berlin	48.88362	10.84778				02	097	09779	09779186
2849450	Rehagen	rehagen	DE	15806	0	Europe/Berlin	53.70697	10.20437				10	00	01062	01062090
2849455	Regnitzlosau	regnitzlosau	DE	95194	2648	Europe/Berlin	50.3	12.05		Regniclozau,Regnitzlosau,lei ge ni ci luo shao,regunittsurozau,Регницлозау,Регніцлозау,レグニッツローザウ,雷格尼茨洛绍	09475161	02	094	09475	09475161
2849464	Regis-Breitingen	regis-breitingen	DE	04565	4185	Europe/Berlin	51.08883	12.43841		Breitingen Regis,Regis-Brajtingen,Regis-Breitingen,Regisa-Breitingene,Rēgisa-Breitingene,lei ji si-bu lai ting gen,rgys-braytyngn,ryghys-braytynghn,Регис-Брайтинген,Регис-Брајтинген,ريغيس-برايتينغن,رگیس-برایتینگن,雷吉斯-布赖廷根		13	00	14729	14729360
2849467	Regesbostel	regesbostel	DE	21649	1063	Europe/Berlin	53.38333	9.65			03353028	06	00	03353	03353028
2849476	Regenstauf	regenstauf	DE	93128	14999	Europe/Berlin	49.12014	12.13027		Regenshtauf,Regenstauf,lei gen si tao fu,rgnstawf,Регенстауф,Регенштауф,Ռեգենշթաուֆ,رگنستاوف,雷根斯陶夫		02	093	09375	09375190
2849483	Regensburg	regensburg	DE	93047	129151	Europe/Berlin	49.01513	12.10161		Ratisbon,Ratisbona,Ratisbonne,Ratyzbona,Regensboerj,Regensburg,Regensburga,Regensburgas,Regensburgo,Regensbörj,Regenzburg,Rehgensburg,Rengschburg,Renkensmpournk,Rezno,Rēgensburga,Rėgensburgas,Rězno,ZPM,legenseubuleukeu,lei gen si bao,regensburgi,regensuburuku,rgnsbwrg,ryghnsbwrgh,rygnzbrg,Řezno,Ρέγκενσμπουργκ,Регензбург,Регенсбург,Реґенсбурґ,Рэгенсбург,רגנסבורג,ريغنسبورغ,رگنسبورگ,ریگنزبرگ,რეგენსბურგი,レーゲンスブルク,雷根斯堡,레겐스부르크	093	02	093	09362	09362000
2849495	Regen	regen	DE	94209	12296	Europe/Berlin	48.9719	13.12824		Regen,rgn,Реген,رگن	09276	02	092	09276	09276138
2849528	Reeßum	reessum	DE	27367	1778	Europe/Berlin	53.13333	9.21667			03357037	06	00	03357	03357037
2849537	Reesen	reesen	DE	39291	532	Europe/Berlin	52.28427	11.93797		Reesen		14	00	15086	15086015
2849541	Reesdorf	reesdorf	DE	24241	153	Europe/Berlin	54.18333	10.05			01058133	10	00	01058	01058133
2849542	Reesdorf	reesdorf	DE	24241	161	Europe/Berlin	52.24243	12.17014		Reesdorf		14	00	15086	15086140
2849543	Reesdorf	reesdorf	DE	24241	0	Europe/Berlin	52.21997	12.92198				11	00	12069	12069017
2849548	Rees	rees	DE	46459	22544	Europe/Berlin	51.76263	6.39778		Rees,Rehs,Res,Ress,lei si,ryz  alman,Рес,Рэс,ریز، آلمان,雷斯		07	051	05154	05154044
2849566	Redwitz an der Rodach	redwitz-an-der-rodach	DE	96257	3392	Europe/Berlin	50.17323	11.20833		Redvic an der Rodakh,Redvic-an-der-Rodakh,Redwitz,Redwitz an der Rodach,rdwyts an dr rwdakh,Редвиц ан дер Родах,Редвиц-ан-дер-Родах,Редвіц-ан-дер-Родах,Ռոդախի Ռեդվից,ردویتس ان در روداخ,レドヴィッツ・アン・デア・ローダッハ		02	094	09478	09478155
2849568	Rednitzhembach	rednitzhembach	DE	91126	7034	Europe/Berlin	49.30095	11.07997			09576137	02	095	09576	09576137
2849600	Redekin	redekin	DE	39319	704	Europe/Berlin	52.46784	12.07612		Redekin		14	00	15086	15086080
2849601	Redefin	redefin	DE	19230	553	Europe/Berlin	53.34936	11.20304		Redefin,lei de fen,Редефин,雷德芬		12	00	13076	13076119
2849624	Reddelich	reddelich	DE	18209	896	Europe/Berlin	54.0887	11.85059		Reddelich		12	00	13072	13072083
2849626	Reddeber	reddeber	DE	38855	881	Europe/Berlin	51.86627	10.80415		Reddeber		14	00	15085	15085370
2849637	Recknitz	recknitz	DE	18276	272	Europe/Berlin	53.86265	12.29851				12	00	13072	13072079
2849646	Recklinghausen	recklinghausen	DE	45657	0	Europe/Berlin	51.03333	7.61667				07	053	05374	05374012
2849647	Recklinghausen	recklinghausen	DE	45657	122438	Europe/Berlin	51.61379	7.19738		Recklinghausen,Recklinghusium,Reklinghauzenas,Reklingkhauzen,Riaekelhusen,Riäkelhusen,ZPL,lei ke lin hao sen,lekeullinghaujen,rekkuringuhauzen,rklynghawzn,Реклингхаузен,Реклінгхаузен,رکلینگهاوزن,ریکلنگہاؤسن,რეკლინგჰაუზენი,レックリングハウゼン,雷克林豪森,레클링하우젠	05562	07	055	05562	05562032
2849648	Recklinghausen	recklinghausen	DE	45657	0	Europe/Berlin	51.30793	8.02638		Recklinghausen		07	059	05958	05958044
2849655	Reckershausen	reckershausen	DE	55481	0	Europe/Berlin	51.40711	9.93684				06	00	03159	03159013
2849656	Reckershausen	reckershausen	DE	55481	402	Europe/Berlin	49.98333	7.4			07140122	08	00	07140	07140122
2849667	Reckenroth	reckenroth	DE	56370	191	Europe/Berlin	50.22972	8.02306			07141113	08	00	07141	07141113
2849673	Reckendorf	reckendorf	DE	96182	0	Europe/Berlin	48.73245	13.09548				02	092	09271	09271153
2849674	Reckendorf	reckendorf	DE	96182	0	Europe/Berlin	50.01667	10.83333		Rekendorf,Rekkendorf,lei ken duo fu,rekkendorufu,Рекендорф,Реккендорф,Ռեքենդորֆ,レッケンドルフ,雷肯多夫	09471175	02	094	09471	09471175
2849675	Reckendorf	reckendorf	DE	96182	0	Europe/Berlin	49.87992	11.1676				02	094	09471	09471142
2849676	Reckendorf	reckendorf	DE	96182	0	Europe/Berlin	49.1875	12.81687				02	093	09372	09372115
2849689	Recke	recke	DE	49509	11800	Europe/Berlin	52.36885	7.72116			05566072	07	055	05566	05566072
2849694	Rechtsupweg	rechtsupweg	DE	26529	2121	Europe/Berlin	53.53333	7.33333			03452022	06	00	03452	03452022
2849698	Rechtmehring	rechtmehring	DE	83562	1772	Europe/Berlin	48.11667	12.16667		Rekhtmering,Rextmering,lei xi te mei ling,rshtmryng,Рехтмеринг,Рехтмерінг,Ռեխտմերինգ,رشتمرینگ,雷希特梅灵	09183139	02	091	09183	09183139
2849705	Rechtenstein	rechtenstein	DE	89611	300	Europe/Berlin	48.24077	9.54592		Rekhtenshtajn,Rextenstayn,lei xi teng si tai yin,Рехтенштайн,Рехтенштајн,Ռեխտենշտայն,რეხტენშტაინი,雷希滕斯泰因	08425098	01	084	08425	08425098
2849709	Rechtenbach	rechtenbach	DE	97848	0	Europe/Berlin	47.98469	7.98993				01	083	08315	08315109
2849710	Rechtenbach	rechtenbach	DE	97848	1046	Europe/Berlin	49.98306	9.50833		Rekhtenbakh,Rextenbax,lei xi teng ba he,Рехтенбах,Ռեխտենբախ,雷希滕巴赫	09677172	02	096	09677	09677172
2849711	Rechtenbach	rechtenbach	DE	97848	0	Europe/Berlin	49.05531	7.96011				08	00	07337	07337071
2849717	Rechlin	rechlin	DE	17248	2357	Europe/Berlin	53.33549	12.72543		REB,Rekhlin,Relin,lei xi lin,Релин,Рехлин,雷希林		12	00	13071	13071122
2849740	Rechberghausen	rechberghausen	DE	73098	5557	Europe/Berlin	48.7308	9.64419		Rekhberggauzen,Rekhbergkhauzen,lei xi bei ge hao sen,Рехберггаузен,Рехбергхаузен,雷希贝格豪森	08117038	01	081	08117	08117038
2849754	Rech	rech	DE	53506	580	Europe/Berlin	50.51667	7.03333			07131068	08	00	07131	07131068
2849755	Rech	rech	DE	53506	0	Europe/Berlin	49.45311	6.603				09	00	10042	10042113
2849783	Rayerschied	rayerschied	DE	55469	123	Europe/Berlin	50.01667	7.58333			07140121	08	00	07140	07140121
2849789	Raversbeuren	raversbeuren	DE	56850	177	Europe/Berlin	49.95	7.23333			07140120	08	00	07140	07140120
2849791	Ravenstein	ravenstein	DE	74747	0	Europe/Berlin	50.74126	7.39569				07	053	05382	05382020
2849802	Ravensburg	ravensburg	DE	88212	48825	Europe/Berlin	47.78198	9.61062		QRB,Ravensbourg,Ravensburg,Ravensburgas,Ravenzburg,la fen si bao,labenseubuleukeu,rafnsbwrgh,rafnzbwrg,Равензбург,Равенсбург,رافنزبورگ,رافنسبورغ,拉芬斯堡,라벤스부르크	08436	01	084	08436	08436064
2849806	Ravensberg	ravensberg	DE	18233	293	Europe/Berlin	53.99027	11.7045		Ravensberg		12	00	13072	13072022
2849816	Ravengiersburg	ravengiersburg	DE	55471	508	Europe/Berlin	49.93333	7.48333			07140119	08	00	07140	07140119
2849854	Rausdorf	rausdorf	DE	07646	240	Europe/Berlin	53.58942	10.33046			01062058	10	00	01062	01062058
2849855	Rausdorf	rausdorf	DE	07646	210	Europe/Berlin	50.85767	11.68864			16074074	15	00	16074	16074074
2849856	Rauschwitz	rauschwitz	DE	07616	0	Europe/Berlin	51.1987	14.1323				13	00	14625	14625130
2849857	Rauschwitz	rauschwitz	DE	07616	259	Europe/Berlin	50.96667	11.8			16074073	15	00	16074	16074073
2849875	Rauschenberg	rauschenberg	DE	35282	4790	Europe/Berlin	50.88329	8.91864		Rauschenberg		05	065	06534	06534017
2849876	Rauschenberg	rauschenberg	DE	35282	0	Europe/Berlin	49.65318	10.66875				02	095	09575	09575117
2849913	Raunheim	raunheim	DE	65479	13622	Europe/Berlin	50.0132	8.45253		Raungajm,Raunheim,Raunkhajm,luo yin hai mu,raunhaimu,rawnhaym,Раунгайм,Раунхайм,Раунхајм,راونهايم,راونهایم,ラウンハイム,罗因海姆		05	064	06433	06433010
2849932	Raumbach	raumbach	DE	55592	470	Europe/Berlin	49.71667	7.65		Raumbakh,luo yin ba he,Раумбах,罗因巴赫	07133081	08	00	07133	07133081
2850054	Rauenberg	rauenberg	DE	69231	0	Europe/Berlin	49.86221	11.25125				02	094	09474	09474176
2850055	Rauenberg	rauenberg	DE	69231	0	Europe/Berlin	49.74129	9.38386				01	081	08128	08128039
2850056	Rauenberg	rauenberg	DE	69231	7411	Europe/Berlin	49.26943	8.70344		Rauenberg		01	082	08226	08226065
2850058	Rauen	rauen	DE	15518	1901	Europe/Berlin	52.33227	14.02797		Rauehn,Rauen,lao en,Рауен,Рауэн,Ռաուեն,劳恩	12067408	11	00	12067	12067408
2850067	Rauda	rauda	DE	07613	357	Europe/Berlin	50.95275	11.94248		Rauda	16074072	15	00	16074	16074072
2850085	Raubling	raubling	DE	83064	11382	Europe/Berlin	47.7905	12.11088		Raubling,lao bu ling,rawblyng,Раублинг,Раублінг,Ռաուբլինգ,راوبلینگ,劳布灵	09187165	02	091	09187	09187165
2850098	Raubach	raubach	DE	56316	1944	Europe/Berlin	50.57489	7.62496			07138059	08	00	07138	07138059
2850099	Raubach	raubach	DE	56316	0	Europe/Berlin	49.55734	8.88428		Raubach		05	064	06437	06437016
2850104	Rätzlingen	ratzlingen	DE	29590	503	Europe/Berlin	52.97583	10.67545			03360016	06	00	03360	03360016
2850114	Ratzert	ratzert	DE	57614	240	Europe/Berlin	50.65	7.61667			07138058	08	00	07138	07138058
2850132	Ratzeburg	ratzeburg	DE	23909	13623	Europe/Berlin	53.69965	10.77256		Raceburg,Raceburgum,Ratceburg,Ratzebourg,Ratzeburg,Ratzeburgo,la ce bao,ratsbwrg,ratshbwrgh,Ратцебург,Рацебург,ראציבורג,راتسبورگ,راتسهبورغ,拉策堡	01053	10	00	01053	01053100
2850141	Rattiszell	rattiszell	DE	94372	1412	Europe/Berlin	49.02573	12.65924			09278179	02	092	09278	09278179
2850149	Rattenkirchen	rattenkirchen	DE	84431	946	Europe/Berlin	48.24205	12.31507		Ratenkirkhen,Rattenkirkhen,la teng ji xing,ratn kyrshn,Ратенкирхен,Раттенкирхен,Раттенкірхен,Ռաթենկիրխեն,راتن کیرشن,拉滕基兴	09183138	02	091	09183	09183138
2850152	Rattenberg	rattenberg	DE	94371	0	Europe/Berlin	49.58067	12.19328				02	093	09376	09376150
2850153	Rattenberg	rattenberg	DE	94371	1841	Europe/Berlin	49.08612	12.74912			09278178	02	092	09278	09278178
2850154	Rattenberg	rattenberg	DE	94371	0	Europe/Berlin	48.20484	12.31934				02	091	09183	09183113
2850160	Rattelsdorf	rattelsdorf	DE	07646	85	Europe/Berlin	50.81667	11.76667			16074071	15	00	16074	16074071
2850161	Rattelsdorf	rattelsdorf	DE	07646	4550	Europe/Berlin	50.01502	10.88857		Ratelsdorf,Rattel'sdorf,la te er si duo fu,ratterusudorufu,Рателсдорф,Раттельсдорф,Ռաթելսդորֆ,ラッテルスドルフ,拉特尔斯多夫		02	094	09471	09471174
2850165	Ratshausen	ratshausen	DE	72365	835	Europe/Berlin	48.19373	8.7952		Ratsgauzen,Ratskhauzen,la ci hao sen,Ратсгаузен,Ратсхаузен,拉茨豪森	08417052	01	084	08417	08417052
2850174	Ratingen	ratingen	DE	40832	91606	Europe/Berlin	51.29724	6.84929		Ratingen,ZPJ,la ting gen,lating-en,ratlyngn,Ратинген,راتلینگن,拉廷根,라팅엔		07	051	05158	05158028
2850176	Rathsweiler	rathsweiler	DE	66887	192	Europe/Berlin	49.6	7.46667		Ratsvajler,la ci wei lei,Ратсвайлер,Ратсвајлер,拉茨韦勒	07336081	08	00	07336	07336081
2850182	Rathskirchen	rathskirchen	DE	67744	219	Europe/Berlin	49.61667	7.71667			07333201	08	00	07333	07333201
2850194	Rathmannsdorf	rathmannsdorf	DE	01814	0	Europe/Berlin	54.38408	10.0627				10	00	01058	01058051
2850195	Rathmannsdorf	rathmannsdorf	DE	01814	1155	Europe/Berlin	50.92993	14.14224		Ratmansdorf,la te man si duo fu,Ратмансдорф,拉特曼斯多夫	14628320	13	00	14628	14628320
2850203	Rathjensdorf	rathjensdorf	DE	24306	496	Europe/Berlin	54.18333	10.43333			01057067	10	00	01057	01057067
2850204	Rathjensdorf	rathjensdorf	DE	24306	0	Europe/Berlin	54.01667	8.95				10	00	01051	01051034
2850213	Rathenow	rathenow	DE	14712	27115	Europe/Berlin	52.60659	12.33696		Ratenov,Ratenovia,Rathenow,la te nuo,latenopeu,ratnwa,ratynw,Ратенов,Ռատենով,راتنوا,راتينو,拉特诺,라테노프	12063	11	00	12063	12063252
2850216	Rathen	rathen	DE	01824	0	Europe/Berlin	49.55	6.91667				09	00	10042	10042116
2850219	Rathebur	rathebur	DE	17398	184	Europe/Berlin	53.74145	13.7862		Rathebur		12	00	13075	13075029
2850235	Ratekau	ratekau	DE	23626	15921	Europe/Berlin	53.95	10.73333		Ratekau,Ратекау	01055035	10	00	01055	01055035
2850238	Rastow	rastow	DE	19077	1618	Europe/Berlin	53.45709	11.43145		Rastov,la si tuo,Растов,拉斯托		12	00	13076	13076118
2850242	Rastorf	rastorf	DE	24211	879	Europe/Berlin	54.2813	10.345			01057066	10	00	01057	01057066
2850243	Rastorf	rastorf	DE	24211	0	Europe/Berlin	53.80164	11.4033				12	00	13074	13074008
2850248	Rastenberg	rastenberg	DE	99636	2892	Europe/Berlin	51.17496	11.42029		Rastenberg,la si teng bei ge,Растенберг,拉斯滕贝格		15	00	16068	16068042
2850253	Rastede	rastede	DE	26180	20046	Europe/Berlin	53.25	8.2		Raastaee,Raastäe,Rastede,la si te de,Растеде,拉斯特德	03451005	06	00	03451	03451005
2850254	Rastdorf	rastdorf	DE	26901	967	Europe/Berlin	52.91347	7.70894			03454042	06	00	03454	03454042
2850257	Rastatt	rastatt	DE	76437	47906	Europe/Berlin	48.85851	8.20965		Rashhat,Rashtat,Rashtatt,Rastatt,ZRW,la shi ta te,lasyutateu,rashtat,rashtatt,rashutatto,rastat,Раштат,Раштатт,Ращат,راستات,راشتات,რაშტატი,ラシュタット,拉施塔特,라슈타트	08216	01	082	08216	08216043
2850293	Rasdorf	rasdorf	DE	36169	1833	Europe/Berlin	50.71667	9.9		Rasdorf,Расдорф	06631022	05	066	06631	06631022
2850300	Rascheid	rascheid	DE	54413	531	Europe/Berlin	49.71667	6.93333			07235112	08	00	07235	07235112
2850303	Raschau	raschau	DE	08352	4085	Europe/Berlin	50.53127	12.83312		Raschau,Rashau,Рашау		13	00	14521	14521500
2850304	Raschau	raschau	DE	08352	0	Europe/Berlin	50.41847	12.15706				13	00	14523	14523300
2850330	Rappin	rappin	DE	18528	407	Europe/Berlin	54.5086	13.38391		Rappin		12	00	13073	13073074
2850403	Ranzin	ranzin	DE	17495	275	Europe/Berlin	53.94891	13.52829				12	00	13075	13075154
2850418	Rantzau	rantzau	DE	24329	313	Europe/Berlin	54.25	10.51667			01057065	10	00	01057	01057065
2850420	Rantum	rantum	DE	25980	546	Europe/Berlin	54.84568	8.2933				10	00	01054	01054168
2850422	Rantrum	rantrum	DE	25873	1562	Europe/Berlin	54.44062	9.12872		Rantrum	01054106	10	00	01054	01054106
2850424	Ransweiler	ransweiler	DE	67808	296	Europe/Berlin	49.66667	7.76667			07333061	08	00	07333	07333061
2850425	Ranstadt	ranstadt	DE	63691	5042	Europe/Berlin	50.35739	8.98375		Ranshtadt,Ranshtat,Ranstadt,lan si ta te,ranshutatto,Ранштадт,Ранштат,ランシュタット,兰斯塔特	06440020	05	064	06440	06440020
2850432	Ranschbach	ranschbach	DE	76829	687	Europe/Berlin	49.19583	8.02861			07337065	08	00	07337	07337065
2850446	Rannungen	rannungen	DE	97517	1209	Europe/Berlin	50.16537	10.20484		Rannungen,Ranungen,la nong gen,Раннунген,Ранунген,Ռանունգեն,拉农根	09672143	02	096	09672	09672143
2850447	Rannstedt	rannstedt	DE	99518	194	Europe/Berlin	51.08333	11.55			16071077	15	00	16071	16071077
2850468	Rankwitz	rankwitz	DE	17406	647	Europe/Berlin	53.9455	13.9268		Rankvic,Rankwitz,lan ke wei ci,Ранквиц,兰克维茨		12	00	13075	13075114
2850484	Ranis	ranis	DE	07389	2006	Europe/Berlin	50.66132	11.56912		Ranis,la ni si,ranys,Ранис,رانيس,رانیس,拉尼斯		15	00	16075	16075088
2850485	Ranies	ranies	DE	39221	376	Europe/Berlin	52.01673	11.82708		Ranies		14	00	15089	15089305
2850490	Rangsdorf	rangsdorf	DE	15834	9134	Europe/Berlin	52.29126	13.41946		Rangsdorf,lang si duo fu,Рангсдорф,Ռանգսդորֆ,朗斯多夫	12072340	11	00	12072	12072340
2850496	Rangendingen	rangendingen	DE	72414	5187	Europe/Berlin	48.38168	8.8894		Rangendingen,lan gen ding gen,Рангендинген,Рангендінген,兰根丁根	08417051	01	084	08417	08417051
2850523	Randersacker	randersacker	DE	97236	3459	Europe/Berlin	49.76021	9.98277		Randersacker,Randerzaker,Randerzakker,lan de er sa ke er,randasuakka,Рандерзакер,Рандерзаккер,Ռանդերզաքեր,ランダースアッカー,兰德尔萨克尔		02	096	09679	09679175
2850535	Ramsthal	ramsthal	DE	97729	1212	Europe/Berlin	50.14039	10.06777		Ramstal,Ramstal',la mu si ta er,Рамстал,Рамсталь,Ռամսթալ,拉姆斯塔尔	09672142	02	096	09672	09672142
2850536	Ramstein-Miesenbach	ramstein-miesenbach	DE	66877	8078	Europe/Berlin	49.44452	7.55533		Ramschdaeae-Miesebach,Ramschdää-Miesebach,Ramshtajn-Mizenbakh,Ramstein,Ramstein-Miesenbach,la mu si tai yin-mi sen ba,ramshtayn-myznbakh,ramushutain=mizenbahha,Рамштайн-Мизенбах,Рамштайн-Мізенбах,Рамштајн-Мизенбах,رامشتاين-ميزنباخ,رام‌اشتاین-میزنباخ,რამშტაინ-მიზენბახი,ラムシュタイン＝ミーゼンバッハ,拉姆斯泰因-米森巴		08	00	07335	07335038
2850544	Ramstedt	ramstedt	DE	25876	438	Europe/Berlin	54.4	9.16667			01054105	10	00	01054	01054105
2850545	Ramstedt	ramstedt	DE	25876	0	Europe/Berlin	52.31939	11.67989				14	00	15083	15083361
2850553	Ramsla	ramsla	DE	99439	323	Europe/Berlin	51.05	11.28333			16071102	15	00	16071	16071102
2850566	Ramsen	ramsen	DE	67305	1863	Europe/Berlin	49.53694	8.01333			07333060	08	00	07333	07333060
2850603	Ramsau	ramsau	DE	83486	1806	Europe/Berlin	48.17277	12.22957		Ramsau		02	091	09183	09183140
2850604	Ramsau	ramsau	DE	83486	0	Europe/Berlin	47.77272	10.93632				02	091	09190	09190140
2850605	Ramsau	ramsau	DE	83486	0	Europe/Berlin	47.75652	11.46749				02	091	09173	09173111
2850608	Ramsau	ramsau	DE	83486	1791	Europe/Berlin	47.61667	12.9		Ramsau,Рамсау		02	091	09172	09172129
2850636	Rammingen	rammingen	DE	86871	1303	Europe/Berlin	48.51814	10.17197			08425097	01	084	08425	08425097
2850648	Rammenau	rammenau	DE	01877	1522	Europe/Berlin	51.15	14.13333		Ramenau,Rammenau,Rammenau vald,Ramnow,la mei nao,Раменау,Рамменау,拉梅瑙	14625510	13	00	14625	14625510
2850663	Rammelsbach	rammelsbach	DE	66887	1783	Europe/Berlin	49.5417	7.44392		Ramelsbakh,Rammel'sbakh,la mei er si ba,Рамелсбах,Раммельсбах,拉梅尔斯巴	07336079	08	00	07336	07336079
2850685	Ramin	ramin	DE	17321	346	Europe/Berlin	53.41311	14.28875				12	00	13075	13075113
2850686	Ramhusen	ramhusen	DE	25715	155	Europe/Berlin	53.95	9.08333		Ramhusen	01051090	10	00	01051	01051090
2850705	Ramerberg	ramerberg	DE	83561	1346	Europe/Berlin	48.01806	12.14513			09187164	02	091	09187	09187164
2850718	Rambin	rambin	DE	18573	1081	Europe/Berlin	54.35566	13.20445				12	00	13073	13073073
2850722	Ramberg	ramberg	DE	76857	1018	Europe/Berlin	49.26028	8.00833			07337064	08	00	07337	07337064
2850735	Ralswiek	ralswiek	DE	18528	297	Europe/Berlin	54.47191	13.44851		Ral'svik,Ralsvik,Ralswiek,la er si wei ke,Ралсвик,Ральсвик,拉尔斯维克		12	00	13073	13073072
2850744	Rakow	rakow	DE	18233	264	Europe/Berlin	54.03923	11.62045				12	00	13072	13072005
2850766	Raitenbuch	raitenbuch	DE	91790	0	Europe/Berlin	49.18148	11.81992				02	093	09373	09373134
2850767	Raitenbuch	raitenbuch	DE	91790	0	Europe/Berlin	49.08349	11.51865				02	093	09373	09373112
2850768	Raitenbuch	raitenbuch	DE	91790	1176	Europe/Berlin	49.01468	11.12486		Rajtenbukh,lai teng bu,Райтенбух,Рајтенбух,Ռայթենբուխ,赖滕布	09577163	02	095	09577	09577163
2850776	Raisting	raisting	DE	82399	2173	Europe/Berlin	47.91667	11.1			09190144	02	091	09190	09190144
2850777	Raisdorf	raisdorf	DE	24223	7611	Europe/Berlin	54.28127	10.24915		Raisdorf,Rajsdorf,Райсдорф,Рајсдорф		10	00	01057	01057091
2850806	Rain	rain	DE	86641	0	Europe/Berlin	49.06453	10.2958				02	095	09571	09571136
2850807	Rain	rain	DE	86641	2642	Europe/Berlin	48.90496	12.46871			09278177	02	092	09278	09278177
2850808	Rain	rain	DE	86641	8438	Europe/Berlin	48.69029	10.91611		Rain		02	097	09779	09779201
2850809	Rain	rain	DE	86641	0	Europe/Berlin	48.16153	12.07977				02	091	09183	09183126
2850811	Rain	rain	DE	86641	0	Europe/Berlin	47.79589	11.58328				02	091	09173	09173112
2850812	Rain	rain	DE	86641	0	Europe/Berlin	47.74983	11.82524				02	091	09182	09182119
2850813	Rain	rain	DE	86641	0	Europe/Berlin	47.7417	11.41722				02	091	09190	09190141
2850814	Rain	rain	DE	86641	0	Europe/Berlin	47.70826	11.56783				02	091	09173	09173124
2850815	Rain	rain	DE	86641	0	Europe/Berlin	47.67048	10.08627				01	084	08436	08436049
2850816	Rain	rain	DE	86641	0	Europe/Berlin	47.61595	12.19438				02	091	09187	09187148
2850838	Raich	raich	DE	79692	309	Europe/Berlin	47.75046	7.79695				01	083	08336	08336107
2850850	Rahnsdorf	rahnsdorf	DE	06895	8948	Europe/Berlin	52.44115	13.68708		Berlin-Rahnsdorf		16	00	11000	11000000
2850851	Rahnsdorf	rahnsdorf	DE	06895	0	Europe/Berlin	51.94602	12.78541		Rahnsdorf		14	00	15091	15091391
2850885	Rahden	rahden	DE	32369	0	Europe/Berlin	53.6594	9.10581				06	00	03352	03352029
2850886	Rahden	rahden	DE	32369	0	Europe/Berlin	53.52791	8.49323				06	00	03461	03461007
2850887	Rahden	rahden	DE	32369	16140	Europe/Berlin	52.43367	8.61263		Raden,Rahden,Rakhden,raden,radn,Раден,Рахден,رادن,ラーデン		07	057	05770	05770040
2850894	Raguhn	raguhn	DE	06779	3732	Europe/Berlin	51.71167	12.27531		Raguhn		14	00	15082	15082301
2850896	Ragow	ragow	DE	03222	0	Europe/Berlin	52.28657	13.54446		Ragow,Rogow		11	00	12061	12061332
2850897	Ragow	ragow	DE	03222	0	Europe/Berlin	52.19548	14.29841		Ragow		11	00	12067	12067397
2850898	Ragow	ragow	DE	03222	0	Europe/Berlin	51.88752	13.90203		Ragow		11	00	12066	12066196
2850942	Raesfeld	raesfeld	DE	46348	11218	Europe/Berlin	51.76667	6.85		Raesfeld,Rasfel'd,Resfel'd,Resfeld,la ai si fei er de,Расфельд,Ресфелд,Ресфельд,拉埃斯费尔德	05554040	07	055	05554	05554040
2850946	Raduhn	raduhn	DE	19374	583	Europe/Berlin	53.48135	11.68419		Raduhn		12	00	13076	13076085
2850972	Radisleben	radisleben	DE	06463	468	Europe/Berlin	51.73911	11.29056		Radisleben		14	00	15085	15085040
2850973	Radis	radis	DE	06773	1342	Europe/Berlin	51.75226	12.51453		Radis		14	00	15091	15091160
2850980	Radibor	radibor	DE	02627	3651	Europe/Berlin	51.24481	14.39842		Radibor,Radibor/Radwor,Radibori vald,Radwor,la di bo er,Радибор,Радібор,拉迪博尔	14625490	13	00	14625	14625490
2850995	Radevormwald	radevormwald	DE	42477	24100	Europe/Berlin	51.20219	7.36027		Radeformval'd,Radeformvald,Radevormwald,la de fu er mu wa er de,radfwrmwal,radhfwrmfald,Радеформвалд,Радеформвальд,رادفورموال,رادهفورمفالد,拉德福尔姆瓦尔德		07	053	05374	05374036
2851042	Rademin	rademin	DE	29416	222	Europe/Berlin	52.79563	11.3352		Rademin		14	00	15081	15081030
2851059	Radekow	radekow	DE	16307	0	Europe/Berlin	53.30016	14.35312				11	00	12073	12073393
2851066	Radegast	radegast	DE	06369	0	Europe/Berlin	53.96632	11.85291		Radegast		12	00	13072	13072093
2851067	Radegast	radegast	DE	06369	0	Europe/Berlin	53.67088	11.07986				12	00	13074	13074043
2851068	Radegast	radegast	DE	06369	0	Europe/Berlin	53.34504	10.72421				06	00	03355	03355009
2851069	Radegast	radegast	DE	06369	1308	Europe/Berlin	51.65654	12.09485		Radegast,Радегаст		14	00	15082	15082377
2851070	Radegast	radegast	DE	06369	0	Europe/Berlin	51.35624	12.94022				13	00	14730	14730060
2851074	Radeburg	radeburg	DE	01471	7812	Europe/Berlin	51.21516	13.7281		Radeburg,Radeburga,Rādeburga,la de bao,radbwrg,radhbwrgh,Радебург,رادبورگ,رادهبورغ,拉德堡		13	00	14627	14627220
2851077	Radebeul	radebeul	DE	01445	32643	Europe/Berlin	51.10654	13.66047		Radebeile,Radebojl,Radebojl',Radobyle,Rādebeile,la de bo yi er,radbwyl,radhbwyl,Радебойль,Радебојл,رادبویل,رادهبويل,拉德博伊尔		13	00	14627	14627210
2851079	Radeberg	radeberg	DE	01454	18747	Europe/Berlin	51.11112	13.91199		Radeberg,Radeberga,Rādeberga,la de bei ge,radbrg,radhbrgh,Радеберг,رادبرگ,رادهبرغ,拉德贝格		13	00	14625	14625480
2851085	Rade	rade	DE	25579	244	Europe/Berlin	54.33141	9.74468		Rade		10	00	01058	01058132
2851086	Rade	rade	DE	25579	0	Europe/Berlin	54.10213	9.71932				10	00	01058	01058131
2851087	Rade	rade	DE	25579	99	Europe/Berlin	54.0009	9.74162			01061089	10	00	01061	01061089
2851088	Rade	rade	DE	25579	0	Europe/Berlin	53.73305	10.12575		Rade,Råde		10	00	01062	01062076
2851089	Rade	rade	DE	25579	0	Europe/Berlin	53.38579	9.79503		Rade		06	00	03353	03353026
2851090	Rade	rade	DE	25579	0	Europe/Berlin	53.26357	8.5158		Rade		06	00	03356	03356009
2851091	Rade	rade	DE	25579	0	Europe/Berlin	52.73324	10.7802		Rade		06	00	03151	03151040
2851092	Rade	rade	DE	25579	185	Europe/Berlin	51.75321	12.88578		Rade		14	00	15091	15091145
2851094	Raddusch	raddusch	DE	03226	0	Europe/Berlin	51.81811	14.0403		Raddusch,Radus,Raduš		11	00	12066	12066320
2851096	Raddestorf	raddestorf	DE	31604	2090	Europe/Berlin	52.45	8.96667		Raddestorf,Radestorf,la de si tuo fu,raddesutorufu,Раддесторф,Радесторф,ラッデストルフ,拉德斯托夫	03256024	06	00	03256	03256024
2851100	Radbruch	radbruch	DE	21449	1899	Europe/Berlin	53.31667	10.28333		Radbrukh,la de bu lu,Радбрух,拉德布鲁	03355028	06	00	03355	03355028
2851113	Rackwitz	rackwitz	DE	04519	3118	Europe/Berlin	51.43333	12.38333		Rackwitzi vald,Rakvic,la ke wei ci,Раквиц,拉克维茨	14730250	13	00	14730	14730250
2851114	Racksen	racksen	DE	57612	163	Europe/Berlin	50.73333	7.7			07132092	08	00	07132	07132092
2851119	Rackith	rackith	DE	06901	688	Europe/Berlin	51.80372	12.68622		Rackith		14	00	15091	15091160
2852080	Priesitz	priesitz	DE	06909	274	Europe/Berlin	51.70187	12.82448		Priesitz		14	00	15091	15091020
2851158	Räbke	rabke	DE	38375	679	Europe/Berlin	52.19603	10.8787		Rebke,lei bu ke,Ребке,雷布克	03154017	06	00	03154	03154017
2851175	Raben Steinfeld	raben-steinfeld	DE	19065	1131	Europe/Berlin	53.60141	11.50487		Raben Steinfeld		12	00	13076	13076117
2851231	Rabenholz	rabenholz	DE	24395	304	Europe/Berlin	54.71667	9.9		Rabenholz	01059155	10	00	01059	01059155
2851261	Rabenau	rabenau	DE	01734	0	Europe/Berlin	51.7785	14.23038				11	00	12071	12071244
2851262	Rabenau	rabenau	DE	01734	4735	Europe/Berlin	50.96484	13.64305		Rabenau		13	00	14628	14628300
2851273	Rabel	rabel	DE	24376	651	Europe/Berlin	54.7	9.95			01059154	10	00	01059	01059154
2851289	Raa-Besenbek	raa-besenbek	DE	25335	516	Europe/Berlin	53.74837	9.59454		Raa-Besenbek	01056042	10	00	01056	01056042
2851307	Quitzerow	quitzerow	DE	17111	450	Europe/Berlin	53.92729	13.11287				12	00	13071	13071076
2851320	Quirnheim	quirnheim	DE	67280	724	Europe/Berlin	49.58444	8.12639			07332042	08	00	07332	07332042
2851321	Quirnbach	quirnbach	DE	56242	503	Europe/Berlin	50.52083	7.79694			07143061	08	00	07143	07143061
2851322	Quirnbach	quirnbach	DE	56242	527	Europe/Berlin	49.47497	7.42023		Quirnbach		08	00	07336	07336501
2851323	Quirla	quirla	DE	07646	546	Europe/Berlin	50.86667	11.76667		Quirla	16074094	15	00	16074	16074094
2851337	Quierschied	quierschied	DE	66287	14545	Europe/Berlin	49.31667	7.05		Kvirshid,kui er xi de,Квиршид,Квіршид,奎尔希德	10041516	09	00	10041	10041516
2851338	Quiddelbach	quiddelbach	DE	53518	308	Europe/Berlin	50.35	6.93333			07131066	08	00	07131	07131066
2851342	Quickborn	quickborn	DE	25451	209	Europe/Berlin	54.01058	9.20896			01051089	10	00	01051	01051089
2851343	Quickborn	quickborn	DE	25451	20410	Europe/Berlin	53.72831	9.90934		Kvikborn,Quickborn,kfykbwrn,ku yi ke bo er en,kwyykbwrn,Квикборн,كفيكبورن,کوئیکبورن,库伊克博尔恩		10	00	01056	01056041
2851344	Quickborn	quickborn	DE	25451	0	Europe/Berlin	53.18701	10.75344				06	00	03355	03355013
2851345	Quickborn	quickborn	DE	25451	0	Europe/Berlin	53.10732	11.19936				06	00	03354	03354008
2851361	Questenberg	questenberg	DE	06536	323	Europe/Berlin	51.4937	11.12009		Kvestenberg,Questenberg,Квестенберг		14	00	15087	15087412
2851362	Questenberg	questenberg	DE	06536	0	Europe/Berlin	51.15647	13.45606				13	00	14627	14627140
2851373	Querstedt	querstedt	DE	39579	253	Europe/Berlin	52.60116	11.66332		Querstedt		14	00	15090	15090070
2851381	Quernheim	quernheim	DE	49448	429	Europe/Berlin	52.46667	8.4			03251029	06	00	03251	03251029
2851382	Quernheim	quernheim	DE	49448	0	Europe/Berlin	52.23692	8.64058		Quernheim		07	057	05758	05758020
2851385	Quern	quern	DE	24972	1344	Europe/Berlin	54.75	9.71667		Kvaern,Kvern,Kværn,Quern,ku ai er en,Кверн,库埃尔恩		10	00	01059	01059186
2851393	Querfurt	querfurt	DE	06268	9019	Europe/Berlin	51.38124	11.60047		Kverfurt,Querfurt,kfyrfwrt,ku ai er fu er te,kwyrfwrt,Кверфурт,كفيرفورت,کوئرفورت,库埃尔富尔特		14	00	15088	15088305
2851395	Querenhorst	querenhorst	DE	38368	577	Europe/Berlin	52.33333	10.96667			03154016	06	00	03154	03154016
2851430	Quenstedt	quenstedt	DE	06333	883	Europe/Berlin	51.69607	11.4564		Quenstedt		14	00	15087	15087031
2851450	Quellendorf	quellendorf	DE	06386	1033	Europe/Berlin	51.74916	12.12796		Quellendorf		14	00	15082	15082377
2851455	Queis	queis	DE	06188	1518	Europe/Berlin	51.47626	12.13455		Queis		14	00	15088	15088195
2851456	Queienfeld	queienfeld	DE	98631	538	Europe/Berlin	50.45035	10.45554		Queienfeld		15	00	16066	16066094
2851459	Queidersbach	queidersbach	DE	66851	2834	Europe/Berlin	49.36667	7.63333			07335037	08	00	07335	07335037
2851465	Quedlinburg	quedlinburg	DE	06484	22814	Europe/Berlin	51.78843	11.15006		Kvedlinburg,Kvedlinburgas,Queddelnborg,Quedlimburgo,Quedlinbourg,Quedlinburg,Quedlinburgum,Stadt Quedlinburg,keubedeullinbuleukeu,kfydlynbwrgh,kui de lin bao,kuvu~edorinburuku,kwydlyndbwrg,qwwdlynbwrg,Кведлинбург,Кведлінбург,קוודלינבורג,كفيدلينبورغ,کوئدلیندبورگ,კვედლინბურგი,クヴェードリンブルク,奎德林堡,크베들린부르크		14	00	15085	15085235
2851493	Quaschwitz	quaschwitz	DE	07389	69	Europe/Berlin	50.68333	11.7		Quaschwitz	16075087	15	00	16075	16075087
2851499	Quarnstedt	quarnstedt	DE	25563	444	Europe/Berlin	53.95485	9.78736			01061088	10	00	01061	01061088
2851500	Quarnstedt	quarnstedt	DE	25563	0	Europe/Berlin	53.02655	11.47024				06	00	03354	03354005
2851502	Quarnbek	quarnbek	DE	24107	1798	Europe/Berlin	54.33333	9.98333		Kvarnbek,Quarnbek,ku a er en bei ke,Кварнбек,库阿尔恩贝克	01058130	10	00	01058	01058130
2851543	Pyrbaum	pyrbaum	DE	90602	5836	Europe/Berlin	49.29622	11.28655		Pirbaum,Pyrbaum,pi er bao mu,Пирбаум,Փիրբաում,皮尔鲍姆		02	093	09373	09373156
2851567	Putzbrunn	putzbrunn	DE	85640	5747	Europe/Berlin	48.07579	11.71572			09184140	02	091	09184	09184140
2851575	Putzar	putzar	DE	17392	219	Europe/Berlin	53.71611	13.6555		Putzar		12	00	13075	13075015
2851611	Putlitz	putlitz	DE	16949	3100	Europe/Berlin	53.24899	12.04179		Putlic,bwtlytz,pu te li ci,pwtlytz,Путлиц,بوتليتز,پوتلیتز,普特利茨		11	00	12070	12070325
2851613	Putgarten	putgarten	DE	18556	305	Europe/Berlin	54.67422	13.41833		Putgarten,pu te jia er teng,Путгартен,普特加尔滕		12	00	13073	13073071
2851615	Putbus	putbus	DE	18581	4803	Europe/Berlin	54.35511	13.47634		Podbes,Putbus,Putbusa,Pòdbes,pu te bu si,pwtbws,Путбус,پوتبوس,普特布斯		12	00	13073	13073070
2851630	Puschwitz	puschwitz	DE	02699	0	Europe/Berlin	51.46561	13.10415		Puschwitz		13	00	14730	14730045
2851631	Puschwitz	puschwitz	DE	02699	1049	Europe/Berlin	51.25501	14.30111		Bosicy,Bóšicy,Puschwitz/Bosicy,Puschwitz/Bóšicy,Puschwitzi vald,Pushvic,pu shi wei ci,Пушвиц,Пушвіц,普施维茨	14625460	13	00	14625	14625460
2851633	Puschendorf	puschendorf	DE	90617	0	Europe/Berlin	51.05	12.18333				14	00	15084	15084130
2851634	Puschendorf	puschendorf	DE	90617	2274	Europe/Berlin	49.52398	10.83192			09573124	02	095	09573	09573124
2851639	Purzien	purzien	DE	06925	0	Europe/Berlin	51.76485	13.02281				14	00	15091	15091010
2851664	Pürgen	purgen	DE	86932	3186	Europe/Berlin	48.02472	10.92213		Pirgen,Pjurgen,pi er gen,pwrgn,pyurugen,Пирген,Пюрген,Փյուրգեն,پورگن,ピュルゲン,皮尔根	09181141	02	091	09181	09181141
2852395	Poxdorf	poxdorf	DE	07616	0	Europe/Berlin	49.66335	11.07079			09474160	02	094	09474	09474160
2851719	Pulsnitz	pulsnitz	DE	01896	0	Europe/Berlin	51.1832	14.01416		Polcnica,Połčnica,Pul'snic,Pulshnic,Pulsnic,Pulsnica,Pulsnitz,bwlsnytz,pu er si ni ci,pwlsnytz,Пулсниц,Пулшниц,Пульсниц,بولسنيتز,پولسنیتز,普尔斯尼茨		13	00	14625	14625450
2851727	Puls	puls	DE	25560	627	Europe/Berlin	54.08333	9.51667		Puls	01061087	10	00	01061	01061087
2851728	Pulow	pulow	DE	17440	317	Europe/Berlin	53.95542	13.79247		Pulow		12	00	13075	13075074
2851734	Pullenreuth	pullenreuth	DE	95704	1902	Europe/Berlin	49.93333	12			09377148	02	093	09377	09377148
2851739	Pullach im Isartal	pullach-im-isartal	DE	82049	8589	Europe/Berlin	48.06122	11.52148		Pulakh im Izartal,Pullach,Pullakh,Pullakh-im-Izartal',Pulloch im Isartoi,pwlakh,Пулах им Изартал,Пуллах,Пуллах-им-Изарталь,Իզարթալի Պուլախ,پولاخ,プラッハ・イム・イーザルタール		02	091	09184	09184139
2851746	Pulheim	pulheim	DE	50259	53762	Europe/Berlin	50.99965	6.80632		Pul'gajm,Pul'khajm,Pulheim,Pulkhajm,Pullem,bwlhaym,pu er hai mu,pwlhaym,Пулхајм,Пульгайм,Пульхайм,بولهايم,پولهایم,普爾海姆		07	053	05362	05362036
2851766	Puderbach	puderbach	DE	56305	0	Europe/Berlin	50.94865	8.44431		Puderbach		07	059	05970	05970028
2851767	Puderbach	puderbach	DE	56305	2259	Europe/Berlin	50.6	7.61667		Puderbach,Puderbakh,pu de er ba he,pudabahha,Пудербах,プダーバッハ,普德尔巴赫	07138057	08	00	07138	07138057
2851774	Pudagla	pudagla	DE	17429	443	Europe/Berlin	53.96919	14.06686		Pudagla,pu da ge la,Пудагла,普达格拉		12	00	13075	13075111
2851777	Puchow	puchow	DE	17217	150	Europe/Berlin	53.53475	13.06855		Puchow		12	00	13071	13071173
2851782	Puchheim	puchheim	DE	82178	19357	Europe/Berlin	48.15	11.35		Buachham,Puchheim,Pukhgajm,Pukhkhajm,Puxhaym,pu hai mu,pwkhhaym,Пухгайм,Пуххайм,Пуххајм,Պուխհայմ,پوخهایم,普海姆	09179145	02	091	09179	09179145
2851784	Püchersreuth	puchersreuth	DE	92715	1667	Europe/Berlin	49.75	12.23333		Pikhersrojt,Pjukhersrojt,pi xie er si luo yi te,Пихерсројт,Пюхерсройт,Պյուխերսրոյթ,皮歇尔斯罗伊特	09374150	02	093	09374	09374150
2851801	Prutting	prutting	DE	83134	2325	Europe/Berlin	47.89321	12.20238			09187163	02	091	09187	09187163
2851818	Prümzurlay	prumzurlay	DE	54668	567	Europe/Berlin	49.86667	6.43333		Primcurlaj,Prjumcurlaj,Pruemzurlay,Prümzurlay,pu lu mu chu er lai,Примцурлај,Прюмцурлай,普吕姆楚尔莱	07232108	08	00	07232	07232108
2851841	Pruchten	pruchten	DE	18356	688	Europe/Berlin	54.37843	12.67436				12	00	13073	13073069
2851850	Prötzel	protzel	DE	15345	1204	Europe/Berlin	52.63723	13.98783		Precel,Prjotcel',pu lei ce er,Прецел,Прётцель,Պրյոտցել,普勒策尔	12064393	11	00	12064	12064393
2851861	Proßmarke	prossmarke	DE	04936	0	Europe/Berlin	51.74079	13.49129				11	00	12062	12062237
2851863	Prosselsheim	prosselsheim	DE	97279	1213	Europe/Berlin	49.86309	10.12666		Proselshaym,Proselskhajm,Prossel'sgajm,Prossel'skhajm,pu luo sai er si hai mu,purosserusuhaimu,Проселсхајм,Проссельсгайм,Проссельсхайм,Պրոսելսհայմ,プロッセルスハイム,普罗塞尔斯海姆	09679174	02	096	09679	09679174
2851871	Prosigk	prosigk	DE	06369	549	Europe/Berlin	51.69962	12.0553		Prosigk		14	00	15082	15082377
2851880	Proschim	proschim	DE	03130	0	Europe/Berlin	51.55136	14.18836		Proschim,Prozym,Prožym		11	00	12071	12071408
2851893	Pronstorf	pronstorf	DE	23820	1690	Europe/Berlin	53.95	10.46667		Pronstorf,pu long si tuo er fu,Пронсторф,普龙斯托尔夫	01060067	10	00	01060	01060067
2851894	Pronsfeld	pronsfeld	DE	54597	962	Europe/Berlin	50.15977	6.34042		Pronsfel'd,Pronsfeld,pu long si fei er de,Пронсфелд,Пронсфельд,普龙斯费尔德	07232295	08	00	07232	07232295
2851916	Prohn	prohn	DE	18445	1970	Europe/Berlin	54.36901	13.02369				12	00	13073	13073068
2851921	Profen	profen	DE	06725	0	Europe/Berlin	51.12588	12.21658				14	00	15084	15084130
2851928	Probstzella	probstzella	DE	07330	3122	Europe/Berlin	50.53333	11.38333		Probscela,Probscella,Probstzella,pu luo bu si ce la,Пробсцела,Пробсцелла,普罗布斯策拉	16073067	15	00	16073	16073067
2851946	Probsteierhagen	probsteierhagen	DE	24253	1899	Europe/Berlin	54.36153	10.28772		Probshtajerkhagen,Probstajerkhagen,Probsteierhagen,pu luo bu si tai ai la gen,Пробстайерхаген,Пробштајерхаген,普罗布斯泰埃拉根	01057063	10	00	01057	01057063
2851962	Pritzwalk	pritzwalk	DE	16928	13485	Europe/Berlin	53.14945	12.17405		Pricval'k,Pricvalk,brytsfalk,prytzwak,pu li ci wa er ke,Прицвалк,Прицвальк,بريتسفالك,پریتزواک,普里茨瓦尔克		11	00	12070	12070316
2851967	Pritzier	pritzier	DE	19230	0	Europe/Berlin	54.03822	13.70383				12	00	13075	13075144
2851968	Pritzier	pritzier	DE	19230	517	Europe/Berlin	53.37919	11.07812				12	00	13076	13076116
2851977	Prittriching	prittriching	DE	86931	2345	Europe/Berlin	48.20074	10.92801		Pritrikhing,Prittrikhing,prytryshyng,pu li te li xing,purittorihingu,Притрихинг,Пріттріхінг,Փրիտրիխինգ,پریتریشینگ,プリットリヒング,普里特里兴	09181134	02	091	09181	09181134
2851980	Prittitz	prittitz	DE	06667	1040	Europe/Berlin	51.14996	11.9302		Prittitz		14	00	15084	15084490
2851992	Prislich	prislich	DE	19300	627	Europe/Berlin	53.27247	11.62229		Prislich		12	00	13076	13076115
2851994	Prisdorf	prisdorf	DE	25497	2283	Europe/Berlin	53.68333	9.75		Prisdorf	01056040	10	00	01056	01056040
2851996	Prisannewitz	prisannewitz	DE	18196	647	Europe/Berlin	53.98556	12.21928		Prisannewitz		12	00	13072	13072029
2851997	Pripsleben	pripsleben	DE	17091	286	Europe/Berlin	53.71599	13.18636		Pripsleben		12	00	13071	13071120
2852013	Prinzhöfte	prinzhofte	DE	27243	712	Europe/Berlin	52.95	8.56667		Princkhefte,Princkhjofte,pu lin ci he fu te,Принцхефте,Принцхёфте,普林茨赫夫特	03458012	06	00	03458	03458012
2852019	Prinzenmoor	prinzenmoor	DE	24805	185	Europe/Berlin	54.21667	9.45		Prinzenmoor	01058129	10	00	01058	01058129
2852054	Priestewitz	priestewitz	DE	01561	3598	Europe/Berlin	51.25	13.51667		Priestewitzi vald,Pristevic,pu li si te wei ci,Пристевиц,Прістевіц,普里斯特维茨	14627200	13	00	14627	14627200
2852074	Prießnitz	priessnitz	DE	06618	0	Europe/Berlin	51.10538	12.60856		Priessnitz,Prießnitz		13	00	14729	14729140
2852075	Prießnitz	priessnitz	DE	06618	334	Europe/Berlin	51.09485	11.77889		Priessnitz,Prießnitz		14	00	15084	15084355
2852077	Prießen	priessen	DE	03253	0	Europe/Berlin	51.66134	13.4301				11	00	12062	12062092
2852082	Priesendorf	priesendorf	DE	96170	1544	Europe/Berlin	49.9075	10.71183		Prisendorf,Prizendorf,pu li sen duo fu,purizendorufu,Призендорф,Присендорф,Прізендорф,Պրիզենդորֆ,プリーゼンドルフ,普里森多夫	09471173	02	094	09471	09471173
2852095	Prieros	prieros	DE	15752	0	Europe/Berlin	52.22398	13.77078		Prieros		11	00	12061	12061217
2852097	Priepert	priepert	DE	17255	276	Europe/Berlin	53.21843	13.03658		Priepert,Pripert,pu li pei er te,Приперт,普里佩尔特		12	00	13071	13071119
2852101	Prien am Chiemsee	prien-am-chiemsee	DE	83209	10060	Europe/Berlin	47.85602	12.34623		Kimzeei Prin,Prean am Cheamsee,Prien,Prien am Chiemsee,Prin am Kimze,Prin-am-Kimze,Prin-am-Kimzee,ji mu hu pan pu lin,pyrn am shymzy,Прин ам Кимзе,Прин-ам-Кимзе,Прин-ам-Кимзее,Прін-ам-Кімзе,Կիմզեեի Պրին,پیرن ام شیمزی,基姆湖畔普林		02	091	09187	09187162
2852129	Prichsenstadt	prichsenstadt	DE	97357	3216	Europe/Berlin	49.81933	10.34773		Prichsenstadt,Prikhsenshtat,Priksenshtadt,bryksnshtat,pu li xi sen si ta te,Приксенштадт,Прихсенштат,Пріксенштадт,Պրիքսենշթաթ,بريكسنشتات,پریزن‌اشتات,普里希森斯塔特		02	096	09675	09675158
2852131	Priborn	priborn	DE	17209	451	Europe/Berlin	53.30565	12.65599				12	00	13071	13071118
2852135	Prezelle	prezelle	DE	29491	508	Europe/Berlin	52.96667	11.4		Precele,Precelle,prtslh,pu lei ce lai,Прецеле,Прецелле,پرتسله,普雷策莱	03354020	06	00	03354	03354020
2852141	Preußlitz	preusslitz	DE	06408	797	Europe/Berlin	51.73261	11.81096		Preusslitz,Preußlitz		14	00	15089	15089030
2852144	Preußisch Oldendorf	preussisch-oldendorf	DE	32361	13447	Europe/Berlin	52.30589	8.49341		Preussisch Oldendorf,Preußisch Oldendorf,Projsish Oldendorf,Projsish-Ol'dendorf,brwysysh awldndwrf,prwysysh awldndwrf,pu luo yi xi shi ao er deng duo fu,Пройсиш-Ольдендорф,Пройсіш-Ольдендорф,Пројсиш Олдендорф,برويسيش أولدندورف,پرویسیش اولدندورف,プロイシシュ・オルデンドルフ,普罗伊西施奥尔登多夫		07	057	05770	05770036
2852154	Pretzschendorf	pretzschendorf	DE	01774	4440	Europe/Berlin	50.87385	13.52499		Prechendorf,Precshendorf,Pretzschendorf,pu lei ci xing duo fu,Прецшендорф,Пречендорф,普雷茨兴多夫		13	00	14628	14628205
2852156	Pretzsch	pretzsch	DE	06667	1688	Europe/Berlin	51.71466	12.80663		Prech,Pretch,Pretzsch,Претч,Преч		14	00	15091	15091020
2852157	Pretzsch	pretzsch	DE	06667	0	Europe/Berlin	51.36667	12.08333				14	00	15088	15088330
2852158	Pretzsch	pretzsch	DE	06667	167	Europe/Berlin	51.09439	11.94631		Pretzsch		14	00	15084	15084013
2852159	Pretzier	pretzier	DE	29416	1310	Europe/Berlin	52.83224	11.26105		Pretzier		14	00	15081	15081455
2852160	Pretzien	pretzien	DE	39245	949	Europe/Berlin	52.04533	11.82678		Pretzien		14	00	15089	15089305
2852162	Pretzfeld	pretzfeld	DE	91362	2499	Europe/Berlin	49.75454	11.1743		Precfel'd,Precfeld,Precfeldas,pu lei ci fei er de,purettsuferuto,Прецфелд,Прецфельд,Փրեցֆելդ,プレッツフェルト,普雷茨费尔德		02	094	09474	09474161
2852168	Prettin	prettin	DE	06922	2128	Europe/Berlin	51.66077	12.92353		Pretin,Prettin,Претин,Преттин		14	00	15091	15091010
2852175	Pretschen	pretschen	DE	15910	0	Europe/Berlin	52.08992	13.9927		Mrocna,Pretschen		11	00	12061	12061329
2852190	Pressig	pressig	DE	96332	4277	Europe/Berlin	50.35245	11.30969		Presig,Pressig,pu lei xi xi,pureshihi,Пресиг,Прессиг,Прессіг,Պրեսիգ,プレシヒ,普雷西希		02	094	09476	09476164
2852197	Presseck	presseck	DE	95355	2159	Europe/Berlin	50.22804	11.55508		Presek,Presseck,Pressek,pu lei sai ke,puresekku,Пресек,Прессек,Պրեսեկ,プレセック,普雷塞克		02	094	09477	09477148
2852198	Pressath	pressath	DE	92690	4654	Europe/Berlin	49.76859	11.93972		Presat,Pressat,Pressath,brsat,prsat,pu lei sa te,Пресат,Прессат,Պրեսաթ,برسات,پرسات,普雷萨特		02	093	09374	09374149
2852218	Prenzlau	prenzlau	DE	17291	20899	Europe/Berlin	53.31625	13.86261		Prenclau,Prenzlau,brntslaw,prntslaw,pu lun ci lao,Пренцлау,Պրենցլաու,פרנצלאו,برنتسلاو,پرنتسلاو,普伦茨劳	12073	11	00	12073	12073452
2852226	Prenden	prenden	DE	16348	0	Europe/Berlin	52.79207	13.54897				11	00	12060	12060269
2852229	Premsendorf	premsendorf	DE	06926	0	Europe/Berlin	51.75385	13.12905		Premsendorf		14	00	15091	15091010
2852233	Premnitz	premnitz	DE	14727	10105	Europe/Berlin	52.53184	12.34845		Premnic,Premnitz,brymnts,prmnytz,pu lei mu ni ci,Премниц,Պրեմնից,بريمنتس,پرمنیتز,普雷姆尼茨		11	00	12063	12063244
2852246	Prem	prem	DE	86984	895	Europe/Berlin	47.68333	10.8			09190143	02	091	09190	09190143
2852251	Preist	preist	DE	54664	768	Europe/Berlin	49.90661	6.63172			07232107	08	00	07232	07232107
2852262	Preischeid	preischeid	DE	54689	168	Europe/Berlin	50.03333	6.15			07232294	08	00	07232	07232294
2852278	Preetz	preetz	DE	18445	0	Europe/Berlin	54.35706	13.63472				12	00	13073	13073048
2852279	Preetz	preetz	DE	18445	1021	Europe/Berlin	54.35017	12.98936				12	00	13073	13073066
2852280	Preetz	preetz	DE	18445	15768	Europe/Berlin	54.2354	10.27795		Prec,Preetz,bryyts,prytts,pu lei ci,Прец,برييتس,پریتتس,普雷茨		10	00	01057	01057062
2852299	Prebitz	prebitz	DE	95473	1148	Europe/Berlin	49.83333	11.68333		Prebic,pu lei bi ci,purebittsu,Пребиц,Пребіц,Պրեբից,プレビッツ,普雷比茨	09472180	02	094	09472	09472180
2852303	Prebberede	prebberede	DE	17168	487	Europe/Berlin	53.90897	12.48845		Prebberede		12	00	13072	13072082
2852313	Prath	prath	DE	56346	327	Europe/Berlin	50.19583	7.68389			07141112	08	00	07141	07141112
2852326	Prasdorf	prasdorf	DE	24253	452	Europe/Berlin	54.38333	10.3		Prasdorf	01057060	10	00	01057	01057060
2852358	Pragsdorf	pragsdorf	DE	17094	548	Europe/Berlin	53.53879	13.39463		Pragsdorf		12	00	13071	13071117
2852372	Prackenbach	prackenbach	DE	94267	2688	Europe/Berlin	49.09543	12.82614			09276135	02	092	09276	09276135
2852376	Pracht	pracht	DE	57589	1562	Europe/Berlin	50.76031	7.64871			07132091	08	00	07132	07132091
2852377	Pracht	pracht	DE	57589	0	Europe/Berlin	47.72657	10.71212				02	097	09777	09777171
2852388	Poyenberg	poyenberg	DE	25581	407	Europe/Berlin	54.03333	9.7		Poyenberg	01061086	10	00	01061	01061086
2852392	Poxdorf	poxdorf	DE	07616	102	Europe/Berlin	50.96667	11.75			16074068	15	00	16074	16074068
2852393	Poxdorf	poxdorf	DE	07616	0	Europe/Berlin	49.97805	12.37799				02	093	09377	09377142
2852394	Poxdorf	poxdorf	DE	07616	1528	Europe/Berlin	49.93642	11.12211				02	094	09471	09471151
2852400	Pouch	pouch	DE	06774	1675	Europe/Berlin	51.62324	12.40133				14	00	15082	15082241
2852414	Potzehne	potzehne	DE	39638	290	Europe/Berlin	52.44502	11.33772				14	00	15081	15081135
2852417	Potzbach	potzbach	DE	67722	0	Europe/Berlin	49.53974	7.82174				08	00	07333	07333503
2852418	Pottum	pottum	DE	56459	1033	Europe/Berlin	50.6	8			07143284	08	00	07143	07143284
2852422	Pöttmes	pottmes	DE	86554	6315	Europe/Berlin	48.58383	11.08762		Bejmas,Petmes,Pettmes,Pjotmes,Poettmes,Pottmes,Pyotmes,Pöttmes,pettomesu,po te mei si,Петмес,Петтмес,Пётмес,Պյոտմես,ペットメス,珀特梅斯		02	097	09771	09771156
2852428	Pottiga	pottiga	DE	07366	0	Europe/Berlin	50.41459	11.74052		Potiga,Pottiga,bo di jia,Потига,Поттига,波蒂加	16075136	15	00	16075	16075136
2852440	Pottenstein	pottenstein	DE	91278	5501	Europe/Berlin	49.77131	11.40784		Pottenstein		02	094	09472	09472179
2852458	Potsdam	potsdam	DE	14461	145292	Europe/Berlin	52.39886	13.06566		Poczdam,Podstupim,Postupim,Potsdam,Potsdamo,Poztupimi,bo ci tan,pocheudam,potsudamu,pwtsdm,Πότσδαμ,Потсдам,פוטסדאם,פוטסדם,ポツダム,波茨坦,포츠담	11	11	00	12054	12054000
2852479	Postmünster	postmunster	DE	84389	2405	Europe/Berlin	48.41667	12.9		Postminster,Postmjunster,Postmuenster,Postmünster,bo si te ming si te er,pst mwnstr,Постминстер,Постмюнстер,Փոսթմյունսթեր,پست مونستر,波斯特明斯特尔	09277139	02	092	09277	09277139
2852485	Postlow	postlow	DE	17391	402	Europe/Berlin	53.83537	13.57533		Postlow		12	00	13075	13075110
2852498	Postfeld	postfeld	DE	24211	502	Europe/Berlin	54.21037	10.21278			01057059	10	00	01057	01057059
2852499	Posterstein	posterstein	DE	04626	533	Europe/Berlin	50.86667	12.26667		Postershtajn,bo si te er si tai yin,Постерштайн,Постерштајн,波斯特尔斯泰因	16077041	15	00	16077	16077041
2852509	Postau	postau	DE	84103	1644	Europe/Berlin	48.65	12.33333		Postau,bo si tao,pwstaw,Постау,Փոսթաու,پوستاو,波斯陶	09274174	02	092	09274	09274174
2852535	Pösing	posing	DE	93483	969	Europe/Berlin	49.23333	12.55		Pezing,Pjozing,Pyozing,po xin ge,Пезинг,Пезінг,Пёзинг,Պյոզինգ,珀辛格	09372147	02	093	09372	09372147
2852540	Poserna	poserna	DE	06686	405	Europe/Berlin	51.2145	12.08159		Poserna		14	00	15084	15084315
2852541	Poseritz	poseritz	DE	18574	1156	Europe/Berlin	54.29811	13.27492		Poseritz,Pozeric,bo sai li ci,Позериц,波塞里茨		12	00	13073	13073065
2852557	Pöschendorf	poschendorf	DE	25560	258	Europe/Berlin	54.0374	9.48845		Poeschendorf,Poschendorf,Pöschendorf	01061085	10	00	01061	01061085
2852577	Porta Westfalica	porta-westfalica	DE	32457	36364	Europe/Berlin	52.22961	8.91612				07	057	05770	05770032
2852591	Porschdorf	porschdorf	DE	01814	1317	Europe/Berlin	50.9418	14.12687				13	00	14628	14628030
2852599	Pörnbach	pornbach	DE	85309	1969	Europe/Berlin	48.61667	11.46667		Bembo,Pernbakh,Pjornbakh,Poernbach,Pyornbax,Pörnbach,po er en ba he,pwrnbakh,Пернбах,Пёрнбах,Պյորնբախ,پورنباخ,珀尔恩巴赫	09186144	02	091	09186	09186144
2852600	Pörmitz	pormitz	DE	07907	221	Europe/Berlin	50.61667	11.81667		Pormitz,Pörmitz	16075084	15	00	16075	16075084
2852637	Poppenricht	poppenricht	DE	92284	3319	Europe/Berlin	49.47557	11.79778		Michaels Poppenricht,Poppenricht	09371144	02	093	09371	09371144
2852656	Poppenhausen	poppenhausen	DE	36163	2685	Europe/Berlin	50.48793	9.86795		Popenkhauzen,Poppengauzen,Poppenkhauzen,Попенхаузен,Поппенгаузен,Поппенхаузен		05	066	06631	06631021
2852657	Poppenhausen	poppenhausen	DE	36163	0	Europe/Berlin	50.23644	10.71775				15	00	16069	16069063
2852658	Poppenhausen	poppenhausen	DE	36163	4119	Europe/Berlin	50.09999	10.14244			09678168	02	096	09678	09678168
2852659	Poppenhausen	poppenhausen	DE	36163	0	Europe/Berlin	49.63111	9.82694		Poppenhausen		01	081	08128	08128137
2852666	Poppendorf	poppendorf	DE	18184	0	Europe/Berlin	54.13594	12.30544				12	00	13072	13072081
2852668	Poppendorf	poppendorf	DE	18184	0	Europe/Berlin	51.0061	11.79895				15	00	16074	16074116
2852669	Poppendorf	poppendorf	DE	18184	0	Europe/Berlin	50.08333	9.86667				02	096	09672	09672127
2852670	Poppendorf	poppendorf	DE	18184	0	Europe/Berlin	49.83138	11.4493		Poppendorf		02	094	09472	09472111
2852671	Poppendorf	poppendorf	DE	18184	0	Europe/Berlin	49.74134	11.19747				02	094	09474	09474161
2852672	Poppendorf	poppendorf	DE	18184	0	Europe/Berlin	49.69356	10.96787				02	094	09474	09474135
2852675	Poppenbüll	poppenbull	DE	25836	195	Europe/Berlin	54.36088	8.7612		Poppenbull,Poppenbüll	01054104	10	00	01054	01054104
2852720	Ponnsdorf	ponnsdorf	DE	03238	0	Europe/Berlin	51.66667	13.68333				11	00	12062	12062333
2852745	Pomster	pomster	DE	53534	195	Europe/Berlin	50.35346	6.84277			07131065	08	00	07131	07131065
2852757	Pommersfelden	pommersfelden	DE	96178	2874	Europe/Berlin	49.76667	10.81667		Pomersfelden,Pommersfel'den,bo mei er si fei er deng,ponmasuferuden,Померсфелден,Поммерсфельден,Պոմերսֆելդեն,ポンマースフェルデン,波梅尔斯费尔登	09471172	02	094	09471	09471172
2852758	Pommern	pommern	DE	56829	484	Europe/Berlin	50.16667	7.28333			07135072	08	00	07135	07135072
2852765	Pommerby	pommerby	DE	24395	0	Europe/Berlin	54.76667	9.95			01059152	10	00	01059	01059152
2852766	Pommerby	pommerby	DE	24395	0	Europe/Berlin	54.5658	9.95609				10	00	01058	01058040
2852772	Pommelsbrunn	pommelsbrunn	DE	91224	5432	Europe/Berlin	49.50437	11.51101		Pomelsbrun,Pommel'sbrunn,bo mei er si bu lun,Помелсбрун,Поммельсбрунн,Պոմելսբրուն,波梅尔斯布伦	09574147	02	095	09574	09574147
2852785	Polzow	polzow	DE	17309	262	Europe/Berlin	53.49964	14.05855		Pol'cov,Polcov,bo er cuo,Полцов,Польцов,波尔措		12	00	13075	13075109
2852789	Pölzig	polzig	DE	07554	1395	Europe/Berlin	50.95	12.2		Pelcig,Pjol'cig,Poelzig,Polzig,Pölzig,po er qi xi,Пелциг,Пёльциг,珀尔齐希	16076058	15	00	16076	16076058
2852809	Polsingen	polsingen	DE	91805	2042	Europe/Berlin	48.92067	10.7115		Pol'zingen,Polsingen,Polzingen,bo er xin gen,Полсинген,Пользинген,Пользінген,Պոլզինգեն,波尔辛根	09577162	02	095	09577	09577162
2852835	Pollitz	pollitz	DE	39615	309	Europe/Berlin	52.9691	11.62404		Pollitz		14	00	15090	15090003
2852839	Pölling	polling	DE	82398	0	Europe/Berlin	49.29278	11.41823				02	093	09373	09373147
2852840	Polling	polling	DE	82398	3465	Europe/Berlin	48.21667	12.56667			09183136	02	091	09183	09183136
2852841	Polling	polling	DE	82398	3228	Europe/Berlin	47.81102	11.13241			09190142	02	091	09190	09190142
2852847	Pollhagen	pollhagen	DE	31718	1242	Europe/Berlin	52.38529	9.18813			03257030	06	00	03257	03257030
2852856	Pollenfeld	pollenfeld	DE	85131	0	Europe/Berlin	48.95	11.2		Polenfeld,Pollenfel'd,bo lun fei er de,pwlnfld,Поленфелд,Полленфельд,Պոլենֆելդ,پولنفلد,波伦费尔德	09176155	02	091	09176	09176155
2852857	Polleben	polleben	DE	06295	1088	Europe/Berlin	51.57966	11.59931		Polleben		14	00	15087	15087130
2852858	Polle	polle	DE	37647	1196	Europe/Berlin	51.89871	9.40386		Pole,Polle,bo lai,pore,Поле,Полле,ポレ,波莱		06	00	03255	03255033
2852882	Pölich	polich	DE	54340	379	Europe/Berlin	49.8	6.85		Poelich,Pölich	07235108	08	00	07235	07235108
2852883	Poley	poley	DE	06408	667	Europe/Berlin	51.77549	11.82079		Poley		14	00	15089	15089030
2852884	Poley	poley	DE	06408	0	Europe/Berlin	51.56671	13.85647		Poley		11	00	12062	12062425
2852889	Polenzko	polenzko	DE	39264	289	Europe/Berlin	52.0109	12.25452		Polenzko		14	00	15082	15082430
2852904	Polchow	polchow	DE	18059	0	Europe/Berlin	54.54324	13.51241				12	00	13073	13073030
2852909	Polch	polch	DE	56751	6590	Europe/Berlin	50.29973	7.31315		Pol'kh,Polch,bo er xi,bwlkh,plsh,poruhi,Польх,بولخ,پلش,ポルヒ,波尔希		08	00	07137	07137089
2852914	Pokrent	pokrent	DE	19205	785	Europe/Berlin	53.64894	11.14623		Pokrent		12	00	13074	13074064
2852939	Poing	poing	DE	85586	11592	Europe/Berlin	48.17004	11.81863			09175135	02	091	09175	09175135
2852957	Pohnsdorf	pohnsdorf	DE	24211	518	Europe/Berlin	54.23955	10.24896			01057058	10	00	01057	01057058
2852958	Pohnsdorf	pohnsdorf	DE	24211	0	Europe/Berlin	53.92864	10.63786				10	00	01055	01055040
2852978	Pohle	pohle	DE	31867	956	Europe/Berlin	52.26627	9.34404			03257029	06	00	03257	03257029
2852989	Pohla	pohla	DE	08352	0	Europe/Berlin	51.16444	14.22312		Palow,Pohla		13	00	14625	14625100
2852993	Pohl	pohl	DE	08543	0	Europe/Berlin	53.41667	7.95				06	00	03455	03455027
2852994	Pöhl	pohl	DE	08543	0	Europe/Berlin	50.55	12.18333		Pel,Pjol',po he er,Пел,Пёль,Пөль,珀赫尔	14523330	13	00	14523	14523330
2852996	Pohl	pohl	DE	08543	377	Europe/Berlin	50.25	7.86667			07141111	08	00	07141	07141111
2852997	Pöhl	pohl	DE	08543	0	Europe/Berlin	50.06822	11.32127				02	094	09477	09477136
2853008	Poggensee	poggensee	DE	23896	0	Europe/Berlin	53.82688	10.39534				10	00	01062	01062004
2853009	Poggensee	poggensee	DE	23896	354	Europe/Berlin	53.65	10.58333			01053099	10	00	01053	01053099
2853034	Poggelow	poggelow	DE	17168	356	Europe/Berlin	53.90707	12.6087				12	00	13072	13072096
2853037	Pogeez	pogeez	DE	23911	430	Europe/Berlin	53.75115	10.72875		Pogeez	01053098	10	00	01053	01053098
2853052	Podelzig	podelzig	DE	15326	1015	Europe/Berlin	52.47175	14.53465		Alt Podeizig,Podel'cig,Podelcig,bo de er qi xi,Поделциг,Подельциг,Պոդելցիգ,波德尔齐希	12064388	11	00	12064	12064388
2853064	Pöcking	pocking	DE	82343	0	Europe/Berlin	48.63348	12.94036				02	092	09279	09279113
2853065	Pocking	pocking	DE	82343	14646	Europe/Berlin	48.40149	13.31315		Bocking,Pocking,Poking,Pokking,bo jin ge,bwkyngh,pkyng,Покинг,Поккинг,Поккінг,Պոքինգ,بوكينغ,پکینگ,波金格		02	092	09275	09275141
2853066	Pöcking	pocking	DE	82343	5734	Europe/Berlin	47.96667	11.3		Peking,Pekking,Pjoking,Pjokking,Pocking,Pöcking,po jin ge,pwkyng,Пекинг,Пеккінг,Пёккинг,Пёкінг,پوکینگ,珀金格	09188137	02	091	09188	09188137
2853071	Pockau	pockau	DE	09509	4283	Europe/Berlin	50.7	13.23333		Pokau,Pokkau,bo kao,Покау,Поккау,波考	14521495	13	00	14521	14521495
2853081	Pobzig	pobzig	DE	06429	427	Europe/Berlin	51.82576	11.84568		Pobzig		14	00	15089	15089235
2853085	Pobershau	pobershau	DE	09496	2031	Europe/Berlin	50.64079	13.21776		Pobershau,Poberskhau,Поберсхау		13	00	14521	14521390
2853089	Pluwig	pluwig	DE	54316	1237	Europe/Berlin	49.68976	6.71239			07235107	08	00	07235	07235107
2853090	Plütscheid	plutscheid	DE	54597	319	Europe/Berlin	50.08333	6.41667			07232293	08	00	07232	07232293
2853107	Plüderhausen	pluderhausen	DE	73655	9559	Europe/Berlin	48.79875	9.59587		Pliderkhauzen,Pljudergauzen,Pljuderkhauzen,Pluederhausen,Plüderhausen,pu lu de lao sen,Плидерхаузен,Плюдергаузен,Плюдерхаузен,普吕德劳森	08119055	01	081	08119	08119055
2853114	Plötzkau	plotzkau	DE	06425	1486	Europe/Berlin	51.75	11.68333			15089245	14	00	15089	15089245
2853136	Plothen	plothen	DE	07907	328	Europe/Berlin	50.63333	11.76667		Ploten,Plothen,pu luo teng,Плотен,普洛滕	16075083	15	00	16075	16075083
2853141	Plossig	plossig	DE	06922	272	Europe/Berlin	51.69702	12.95253		Plossig		14	00	15091	15091010
2853146	Plößberg	plossberg	DE	95703	3531	Europe/Berlin	49.91977	11.86883		Plossberg,Plößberg		02	093	09377	09377127
2853147	Plößberg	plossberg	DE	95703	0	Europe/Berlin	49.78404	12.31001		Plesberg,Pljosberg,Ploessberg,Plößberg,pu lei si bei ge,Плесберг,Плёсберг,Փլյոսբերգ,普勒斯贝格		02	093	09377	09377146
2853172	Plodda	plodda	DE	06774	460	Europe/Berlin	51.65834	12.44743		Plodda		14	00	15082	15082241
2853180	Plochingen	plochingen	DE	73207	14465	Europe/Berlin	48.71067	9.41949		Plokhingen,Ploxingen,blwshynghn,plwshyngn,pu luo xin gen,Плохинген,Плохінген,Պլոխինգեն,بلوشينغن,پلوشینگن,普洛欣根		01	081	08116	08116056
2853192	Pliezhausen	pliezhausen	DE	72124	9618	Europe/Berlin	48.55934	9.20749		Plicgauzen,Plickhauzen,pu li ci hao sen,Плицхаузен,Пліцгаузен,普利茨豪森	08415060	01	084	08415	08415060
2853200	Pliening	pliening	DE	85652	4812	Europe/Berlin	48.19556	11.80069		Plining,plynyng,pu li ning,Плининг,Плінінг,پلینینگ,普利宁	09175133	02	091	09175	09175133
2853202	Pleystein	pleystein	DE	92714	2730	Europe/Berlin	49.64907	12.40631		Bleistein,Plajshtajn,Plejshtajn,blayshtayn,pu lai si tai yin,Плайштайн,Плајштајн,Плейштайн,Պլեյշթայն,بلايشتاين,پلی‌اشتاین,普莱斯泰因		02	093	09374	09374147
2853209	Plettenberg	plettenberg	DE	58840	28206	Europe/Berlin	51.20949	7.87261		Pletenberg,Plettenberg,Plettmert,Stadt Plettenberg,bltnbrgh,pltnbrg,pu lai teng bei ge,Плетенберг,Плеттенберг,بلتنبرغ,پلتنبرگ,普莱滕贝格		07	059	05962	05962052
2853231	Plessa	plessa	DE	04928	3283	Europe/Berlin	51.46667	13.61667		Plesa,Plesow,Plessa,pu lai sa,Плеса,Плесса,Պլեսա,普莱萨	12062372	11	00	12062	12062372
2853232	Pless	pless	DE	87773	848	Europe/Berlin	48.0931	10.15137		Pless,Pleß		02	097	09778	09778188
2853242	Pleizenhausen	pleizenhausen	DE	55469	247	Europe/Berlin	50.01667	7.56667			07140118	08	00	07140	07140118
2853244	Pleitersheim	pleitersheim	DE	55576	361	Europe/Berlin	49.83333	7.95			07133080	08	00	07133	07133080
2853245	Pleisweiler-Oberhofen	pleisweiler-oberhofen	DE	76889	817	Europe/Berlin	49.11806	8.00778			07337062	08	00	07337	07337062
2853251	Pleißa	pleissa	DE	09212	0	Europe/Berlin	50.83582	12.76611		Pleissa,Pleißa		13	00	14524	14524180
2853253	Pleiskirchen	pleiskirchen	DE	84568	2407	Europe/Berlin	48.30713	12.59832		Plajskirkhen,Playskirxen,Pleiskircha,Pljajskirkhen,plays kyrshn,pu lai si ji er xing,Плайскирхен,Плајскирхен,Пляйскірхен,Պլայսկիրխեն,پلایس کیرشن,普莱斯基尔兴	09171127	02	091	09171	09171127
2853260	Pleinfeld	pleinfeld	DE	91785	7482	Europe/Berlin	49.10473	10.98194		Plajnfel'd,Plajnfeld,Playnfeld,Pleinfeld,Pljajnfel'd,pu lai yin fei er de,Плайнфельд,Плајнфелд,Пляйнфельд,Պլայնֆելդ,普莱因费尔德		02	095	09577	09577161
2853261	Plein	plein	DE	54518	665	Europe/Berlin	50.03333	6.86667			07231108	08	00	07231	07231108
2853266	Pleidelsheim	pleidelsheim	DE	74385	6217	Europe/Berlin	48.9592	9.20311		Plajdel'skhajm,Plajdelskhajm,Pljajdel'sgajm,playdlshaym,pu lai de er si hai mu,Плайдельсхайм,Плајделсхајм,Пляйдельсгайм,پلایدلسهایم,普莱德尔斯海姆	08118063	01	081	08118	08118063
2853271	Pleckhausen	pleckhausen	DE	56593	785	Europe/Berlin	50.59506	7.54216			07132090	08	00	07132	07132090
2853278	Plech	plech	DE	91287	0	Europe/Berlin	49.65235	11.46928		Plech,Plekh,Plex,pu lai xi,purehi,Плех,Պլեխ,プレヒ,普莱希		02	094	09472	09472177
2853288	Plauerhagen	plauerhagen	DE	19395	317	Europe/Berlin	53.49693	12.20942				12	00	13076	13076006
2853291	Plauen	plauen	DE	08523	0	Europe/Berlin	51.02784	13.70869		Plauen		13	00	14612	14612000
2853292	Plauen	plauen	DE	08523	66412	Europe/Berlin	50.4973	12.13782		Plauehn,Plauen,Plauenas,Plauene,Plavia Variscorum,Plavno,Plawno,Pławno,blawyn,peullauen,phe la xein,plauehn,plawyn,pu lao en,purauen,Плауен,Плауэн,פלאואן,بلاوين,پلاوئن,เพลาเอิน,プラウエン,普劳恩,플라우엔	14523	13	00	14523	14523320
2853293	Plaue	plaue	DE	99338	0	Europe/Berlin	52.40829	12.41126		Plaue		11	00	12051	12051000
2853294	Plaue	plaue	DE	99338	0	Europe/Berlin	50.84459	13.0824				13	00	14522	14522140
2853295	Plaue	plaue	DE	99338	1995	Europe/Berlin	50.77835	10.89969		Plaue,Plaueh,blawh,plawh,pu lao ai,Плауе,Плауэ,بلاوه,پلاوه,普劳埃		15	00	16070	16070043
2853297	Plau am See	plau-am-see	DE	19395	5883	Europe/Berlin	53.45821	12.26246		Plau,Plau am Ze,Plau-am-Ze,Plauamze,Plauamzē,bin hu pu lao,blaw am zyh,plaw am zy,Плау ам Зе,Плау-ам-Зе,بلاو آم زيه,پلاو آم زی,滨湖普劳		12	00	13076	13076114
2853310	Plattling	plattling	DE	94447	12390	Europe/Berlin	48.77866	12.87509		Pladling,Platling,Plattling,blatlyngh,platlyng,pu la te ling,Платлинг,Платтлінг,Պլաթլինգ,بلاتلينغ,پلاتلینگ,普拉特灵		02	092	09271	09271146
2853312	Plattkow	plattkow	DE	15848	0	Europe/Berlin	52.10628	14.01804		Plattkow		11	00	12061	12061329
2853349	Platten	platten	DE	54518	0	Europe/Berlin	50.31925	12.3284				13	00	14523	14523200
2853350	Platten	platten	DE	54518	894	Europe/Berlin	49.95161	6.95313			07231107	08	00	07231	07231107
2853351	Platten	platten	DE	54518	0	Europe/Berlin	48.77993	13.34861				02	092	09272	09272142
2853406	Plate	plate	DE	19086	3686	Europe/Berlin	53.55145	11.50927		Plate		12	00	13076	13076113
2853407	Plate	plate	DE	19086	0	Europe/Berlin	52.98097	11.13508				06	00	03354	03354018
2853414	Plascheid	plascheid	DE	54673	67	Europe/Berlin	50.03333	6.28333			07232106	08	00	07232	07232106
2853435	Plankstadt	plankstadt	DE	68723	9211	Europe/Berlin	49.39444	8.59611		Plankshtadt,Plankshtat,Plankstadt,pu lan ke si ta te,purankushutatto,Планкштадт,Планкштат,プランクシュタット,普兰克斯塔特	08226063	01	082	08226	08226063
2853442	Plankenfels	plankenfels	DE	95515	900	Europe/Berlin	49.88333	11.33333		Plankenfel's,Plankenfels,pu lan ken fei er si,purankenferusu,Планкенфелс,Планкенфельс,Պլանկենֆելս,プランケンフェルス,普兰肯费尔斯	09472176	02	094	09472	09472176
2853463	Planegg	planegg	DE	82152	10510	Europe/Berlin	48.10672	11.42483		Planeck,Planeg,Planegg,blangh,plang,pu la nei ge,Планег,Планегг,Պլանեգ,بلانغ,پلانگ,普拉内格	09184138	02	091	09184	09184138
2853471	Plaidt	plaidt	DE	56637	5797	Europe/Berlin	50.3926	7.39251		Plajdt,Plajt,pu lai te,Плайдт,Плајт,普莱特	07137088	08	00	07137	07137088
2853494	Plaaz	plaaz	DE	18279	621	Europe/Berlin	53.84306	12.34328		Plaaz		12	00	13072	13072079
2853527	Pittenhart	pittenhart	DE	83132	1614	Europe/Berlin	47.97724	12.38997		Pitenkhart,Pittengart,Pittenkhart,Pittnhart,pi teng ha er te,pytnhart,Питенхарт,Питтенхарт,Піттенгарт,Փիթենհարթ,پیتنهارت,皮滕哈尔特	09189137	02	091	09189	09189137
2853528	Pittenbach	pittenbach	DE	54595	108	Europe/Berlin	50.18333	6.35			07232292	08	00	07232	07232292
2853554	Piskaborn	piskaborn	DE	06343	304	Europe/Berlin	51.58426	11.36669		Piskaborn		14	00	15087	15087275
2853561	Pischertshofen	pischertshofen	DE	82282	0	Europe/Berlin	48.23928	11.19872				02	091	09179	09179117
2853571	Pirow	pirow	DE	19348	527	Europe/Berlin	53.21667	11.9			12070300	11	00	12070	12070300
2853572	Pirna	pirna	DE	01796	40322	Europe/Berlin	50.95843	13.93702		Perno,Pirna,Pěrno,brna,byrna,pi er na,prna,pyrna,Пирна,برنا,بيرنا,پرنا,پیرنا,皮尔纳	14628	13	00	14628	14628270
2853574	Pirmasens	pirmasens	DE	66953	43582	Europe/Berlin	49.20145	7.60529		Baermesens,Bärmesens,Pirmasens,Pirmazens,Pirminisensna,ZPI,pi er ma sen si,pileumajenseu,pirumazensu,pyrmaznz,Пирмазенс,پیرمازنز,ピルマゼンス,皮尔马森斯,피르마젠스	07317	08	00	07317	07317000
2853595	Pirk	pirk	DE	92712	0	Europe/Berlin	50.43038	11.75153		Pirk		15	00	16075	16075136
2853596	Pirk	pirk	DE	92712	0	Europe/Berlin	50.42279	12.06805				13	00	14523	14523450
2853597	Pirk	pirk	DE	92712	0	Europe/Berlin	50.28733	11.86872				02	094	09464	09464000
2853598	Pirk	pirk	DE	92712	0	Europe/Berlin	49.86537	12.25759				02	093	09377	09377117
2853599	Pirk	pirk	DE	92712	1960	Europe/Berlin	49.63333	12.16667		Pirk,Purk	09374146	02	093	09374	09374146
2853600	Pirk	pirk	DE	92712	0	Europe/Berlin	49.53317	12.46933				02	093	09376	09376151
2853627	Pinzberg	pinzberg	DE	91361	1938	Europe/Berlin	49.68971	11.10207		Pincberg,ping ci bei ge,pintsuberuku,Пинцберг,Пінцберг,Փինցբերգ,ピンツベルク,平茨贝格	09474158	02	094	09474	09474158
2853628	Pintesfeld	pintesfeld	DE	54649	41	Europe/Berlin	50.11667	6.36667			07232291	08	00	07232	07232291
2853644	Pinnow	pinnow	DE	16278	0	Europe/Berlin	53.90062	13.78586				12	00	13075	13075094
2853645	Pinnow	pinnow	DE	16278	0	Europe/Berlin	53.67524	12.81442				12	00	13071	13071092
2853646	Pinnow	pinnow	DE	16278	0	Europe/Berlin	53.61046	13.14255				12	00	13071	13071016
2853647	Pinnow	pinnow	DE	16278	1706	Europe/Berlin	53.60164	11.54577				12	00	13076	13076112
2853648	Pinnow	pinnow	DE	16278	0	Europe/Berlin	53.21446	13.78698				11	00	12073	12073201
2853649	Pinnow	pinnow	DE	16278	0	Europe/Berlin	53.21214	11.60705				11	00	12070	12070173
2853650	Pinnow	pinnow	DE	16278	0	Europe/Berlin	53.06195	14.08559			12073440	11	00	12073	12073440
2853651	Pinnow	pinnow	DE	16278	0	Europe/Berlin	52.70403	13.24445				11	00	12065	12065144
2853652	Pinnow	pinnow	DE	16278	0	Europe/Berlin	51.97938	14.53697				11	00	12071	12071337
2853658	Pinneberg	pinneberg	DE	25404	40577	Europe/Berlin	53.66732	9.78936		Pineberg,Pinebergas,Pinnbarg,Pinneberg,bynhbrgh,ping ne bei ge,pynbrg,Пинеберг,Пиннеберг,פינברג,بينهبرغ,پینبرگ,平讷贝格	01056	10	00	01056	01056039
2853668	Pingelshagen	pingelshagen	DE	19069	626	Europe/Berlin	53.68314	11.33532				12	00	13074	13074062
2853691	Pilsting	pilsting	DE	94431	6194	Europe/Berlin	48.70116	12.65105		Pil'sting,Pilsting,pi er si ting ge,pylstyng,Пилстинг,Пильстинг,Пільстінг,Պիլսթինգ,پیلستینگ,皮尔斯廷格		02	092	09279	09279132
2853700	Pilsach	pilsach	DE	92367	2659	Europe/Berlin	49.32137	11.50311		Pil'zakh,Pilzakh,pi er sa,Пилзах,Пильзах,Пільзах,Փիլզախ,皮尔萨	09373153	02	093	09373	09373153
2853716	Pillingsdorf	pillingsdorf	DE	07819	195	Europe/Berlin	50.78033	11.79411		Pillingsdorf		15	00	16075	16075116
2853722	Pillig	pillig	DE	56753	501	Europe/Berlin	50.23919	7.31157			07137087	08	00	07137	07137087
2853762	Pietzpuhl	pietzpuhl	DE	39291	226	Europe/Berlin	52.21028	11.85				14	00	15086	15086145
2853771	Piethen	piethen	DE	06388	289	Europe/Berlin	51.67262	11.93064		Piethen		14	00	15082	15082377
2853779	Piesport	piesport	DE	54498	2001	Europe/Berlin	49.8864	6.91649		Pisport,pi si bo er te,Писпорт,皮斯波尔特	07231105	08	00	07231	07231105
2853799	Piesau	piesau	DE	98739	891	Europe/Berlin	50.51667	11.21667		Piesau,Pizau,pi shao,Пизау,皮绍	16072013	15	00	16072	16072013
2853844	Pielenhofen	pielenhofen	DE	93188	1315	Europe/Berlin	49.07235	11.95699		Pilengofen,Pilenhofen,Pilenkhofen,pi lun huo fen,pylnhwfn,Пиленхофен,Піленгофен,Պիլենհոֆեն,پیلنهوفن,皮伦霍芬	09375184	02	093	09375	09375184
2853855	Piding	piding	DE	83451	5259	Europe/Berlin	47.76667	12.91667		Piding,pi ding,pydyng,Пидинг,Підінг,Պիդինգ,پیدینگ,皮丁	09172128	02	091	09172	09172128
2853859	Pickließem	pickliessem	DE	54647	0	Europe/Berlin	49.81667	6.98333				08	00	07231	07231058
2853889	Picher	picher	DE	19230	792	Europe/Berlin	53.34796	11.34672		Picher		12	00	13076	13076111
2853897	Philippsheim	philippsheim	DE	54662	117	Europe/Berlin	49.95	6.63333		Philippsheim,Phillipsheim	07232104	08	00	07232	07232104
2853899	Philippsthal	philippsthal	DE	14532	0	Europe/Berlin	52.33359	13.14132		Philippsthal		11	00	12069	12069454
2853900	Philippsthal	philippsthal	DE	14532	4570	Europe/Berlin	50.83948	10.00906		Philippsthal		05	066	06632	06632016
2853903	Philippsreut	philippsreut	DE	94158	754	Europe/Berlin	48.86667	13.68333		Filippsrojt,Filipsrojt,Philippsreut,fei li pu si luo yi te,fylypsrwyt,Филипсройт,Филипсројт,Філіппсройт,Ֆիլիպսրոյթ,فیلیپسرویت,菲利普斯罗伊特	09272139	02	092	09272	09272139
2853907	Philippsburg	philippsburg	DE	76661	12359	Europe/Berlin	49.2317	8.46074		Filippsburg,Filipsburg,Filisburgo,Philippsburg,fei li pu si bao,fylybsbwrgh,fylypsbpwrg,Филипсбург,Філіппсбург,فيليبسبورغ,فیلیپسبپورگ,ფილიპსბურგი,菲利普斯堡		01	082	08215	08215066
2853914	Philadelphia	philadelphia	DE	15859	0	Europe/Berlin	52.25131	13.89544				11	00	12067	12067481
2853924	Pfungstadt	pfungstadt	DE	64319	25084	Europe/Berlin	49.80557	8.60307		Pfungshtadt,Pfungshtat,Pfungstadt,bfwnghsshtat,fwngzashtat,pu feng si ta te,pufungushutatto,Пфунгштадт,Пфунгштат,بفونغسشتات,فونگزاشتات,プフングシュタット,普丰斯塔特		05	064	06432	06432018
2853928	Pfullingen	pfullingen	DE	72793	18269	Europe/Berlin	48.46458	9.22796		Pfulingen,Pfullingen,fwlyngn,pu fu lin gen,Пфулинген,Пфуллинген,Пфулінґен,فولینگن,普富林根		01	084	08415	08415059
2853929	Pfullendorf	pfullendorf	DE	88630	0	Europe/Berlin	51.00806	10.72056				15	00	16067	16067091
2853930	Pfullendorf	pfullendorf	DE	88630	13258	Europe/Berlin	47.9261	9.2578		Pfulendorf,Pfullendorf,fwlndwrf,pu fu lun duo er fu,pullendoleupeu,Пфулендорф,Пфуллендорф,فولندورف,ፉለንዶርፍ,普富伦多尔夫,풀렌도르프		01	084	08437	08437088
2853949	Pfronten	pfronten	DE	87459	7890	Europe/Berlin	47.5822	10.54962		Pfronten,pu fu long teng,pufuronten,Пфронтен,Պֆրոնտեն,プフロンテン,普夫龙滕	09777159	02	097	09777	09777159
2853951	Pfronstetten	pfronstetten	DE	72539	1581	Europe/Berlin	48.27641	9.35995		Pfronshteten,Pfronshtetten,pu fu long si te teng,Пфронштетен,Пфронштеттен,普夫龙斯特滕	08415058	01	084	08415	08415058
2853961	Pfreimd	pfreimd	DE	92536	5565	Europe/Berlin	49.49114	12.18069		Pfrajmd,Pfreimd,Pfrimbt,fraymd,pu fu lai mu de,Пфраймд,Пфрајмд,فرایمد,普夫赖姆德		02	093	09376	09376153
2853969	Pforzheim	pforzheim	DE	75172	119313	Europe/Berlin	48.88436	8.69892		Pforcheimas,Pforckhajm,Pfortschaim,Pforzheim,Phorca,Porta Hercyneae,bfwrtshaym,fwrtshaym,poleucheuhaim,pu fu er ci hai mu,puforutsuhaimu,Πφόρτσχαϊμ,Пфорцхайм,Пфорцхајм,بفورتسهايم,فورتسهایم,فورزہائم,პფორცჰაიმი,プフォルツハイム,普福尔茨海姆,포르츠하임	08231	01	082	08231	08231000
2853971	Pforzen	pforzen	DE	87666	2130	Europe/Berlin	47.92997	10.61357			09777158	02	097	09777	09777158
2853974	Pförring	pforring	DE	85104	0	Europe/Berlin	48.80824	11.69012		Pfering,Pferring,Pfjorring,Pforring,Pfyoring,Pförring,fwryng,pu fu ling,Пферинг,Пферрінг,Пфёрринг,Պֆյորինգ,فورینگ,普弗灵		02	091	09176	09176153
2853984	Pfofeld	pfofeld	DE	91738	1441	Europe/Berlin	49.1059	10.83664		Pfofel'd,Pfofeld,pu fu fei er de,Пфофелд,Пфофельд,Պֆոֆելդ,普福费尔德	09577159	02	095	09577	09577159
2854058	Pfiffelbach	pfiffelbach	DE	99510	683	Europe/Berlin	51.06098	11.44217			16071101	15	00	16071	16071101
2854084	Pferdingsleben	pferdingsleben	DE	99869	421	Europe/Berlin	50.96667	10.81667		Pferdingsleben	16067055	15	00	16067	16067055
2854149	Pfeffenhausen	pfeffenhausen	DE	84076	4770	Europe/Berlin	48.66466	11.96594		Pfaffenhausen,Pfefenhauzen,Pfefenkhauzen,Pfeffengauzen,Pfeffenhausen,Pfeffenkhauzen,ffnhawzn,pu fei fen hao sen,Пфефенхаузен,Пфеффенгаузен,Пфеффенхаузен,Պֆեֆենհաուզեն,ففنهاوزن,普费芬豪森		02	092	09274	09274172
2854151	Pfeffelbach	pfeffelbach	DE	66871	1001	Europe/Berlin	49.53948	7.32768		Pfefelbakh,Pfeffel'bakh,pu fei fei er ba he,Пфефелбах,Пфеффельбах,普费费尔巴赫	07336077	08	00	07336	07336077
2854152	Pfedelbach	pfedelbach	DE	74629	8879	Europe/Berlin	49.17806	9.505		Pfedel'bakh,Pfedelbach,Pfedelbakh,pu fei de er ba he,pufederubahha,Пфеделбах,Пфедельбах,プフェーデルバッハ,普费德尔巴赫	08126069	01	081	08126	08126069
2854165	Pfatter	pfatter	DE	93102	3059	Europe/Berlin	48.96309	12.38254		Pfater,Pfatter,Pfeter,fatr,pu fa te er,Пфатер,Пфаттер,Պֆաթեր,فاتر,普法特尔	09375183	02	093	09375	09375183
2854167	Pfarrweisach	pfarrweisach	DE	96176	1608	Europe/Berlin	50.15	10.73333		Pfarrvajzakh,Pfarvajsakh,Pfarvajzakh,Pfarvayzax,pu fa er wei sa,Пфарвайзах,Пфарвајсах,Пфаррвайзах,Պֆարվայզախ,普法尔魏萨	09674184	02	096	09674	09674184
2854179	Pfarrkirchen	pfarrkirchen	DE	84347	11894	Europe/Berlin	48.43205	12.93812		Pfarkirkhen,Pfarkirxen,Pfarrkirkhen,bfarkyrshn,farkyrshn,pu fa er ji er xing,Пфаркирхен,Пфарркірхен,Պֆարկիրխեն,بفاركيرشن,فارکیرشن,普法尔基尔兴	09277	02	092	09277	09277138
2854252	Pfalzgrafenweiler	pfalzgrafenweiler	DE	72285	7038	Europe/Berlin	48.5265	8.56582		Pfal'cgrafenvajler,Pfalcgrafenvajler,pu fa er ci ge la fen wei lei,Пфалцграфенвајлер,Пфальцграфенвайлер,Պֆալցգրաֆենվայլեր,普法尔茨格拉芬韦勒	08237054	01	082	08237	08237054
2854253	Pfalzfeld	pfalzfeld	DE	56291	572	Europe/Berlin	50.11232	7.57855		Pfal'cfel'd,Pfalcfeld,pu fa er ci fei er de,Пфалцфелд,Пфальцфельд,普法尔茨费尔德	07140117	08	00	07140	07140117
2854272	Pfakofen	pfakofen	DE	93101	1531	Europe/Berlin	48.85822	12.22744			09375182	02	093	09375	09375182
2854296	Pfaffschwende	pfaffschwende	DE	37308	368	Europe/Berlin	51.25	10.1		Pfaffschwende	16061075	15	00	16061	16061075
2854298	Pfaffroda	pfaffroda	DE	09526	3187	Europe/Berlin	50.86134	12.51497		Pfaffroda		13	00	14524	14524270
2854299	Pfaffroda	pfaffroda	DE	09526	0	Europe/Berlin	50.7	13.35		Pfafroda,pu fa fu luo da,Пфафрода,普法夫罗达	14521460	13	00	14521	14521460
2854302	Pfaffing	pfaffing	DE	83539	0	Europe/Berlin	48.38348	13.33998				02	092	09275	09275141
2854303	Pfaffing	pfaffing	DE	83539	0	Europe/Berlin	48.38235	12.07568				02	091	09177	09177138
2854305	Pfaffing	pfaffing	DE	83539	0	Europe/Berlin	48.29526	12.08799				02	091	09177	09177139
2854306	Pfaffing	pfaffing	DE	83539	0	Europe/Berlin	48.25707	12.11303				02	091	09177	09177115
2854307	Pfäffing	pfaffing	DE	83539	0	Europe/Berlin	48.16305	12.73958				02	091	09171	09171113
2854308	Pfaffing	pfaffing	DE	83539	0	Europe/Berlin	48.16009	11.25412				02	091	09179	09179121
2854309	Pfaffing	pfaffing	DE	83539	0	Europe/Berlin	48.05365	12.74843				02	091	09189	09189152
2854310	Pfaffing	pfaffing	DE	83539	3782	Europe/Berlin	48.05456	12.10917			09187159	02	091	09187	09187159
2854311	Pfaffing	pfaffing	DE	83539	0	Europe/Berlin	48.00668	12.41176				02	091	09189	09189133
2854312	Pfaffing	pfaffing	DE	83539	0	Europe/Berlin	47.89114	12.54613				02	091	09189	09189114
2854313	Pfaffing	pfaffing	DE	83539	0	Europe/Berlin	47.82895	11.94647				02	091	09182	09182123
2854323	Pfaffenweiler	pfaffenweiler	DE	79292	0	Europe/Berlin	49.2	9.63333				01	081	08126	08126058
2854324	Pfaffenweiler	pfaffenweiler	DE	79292	0	Europe/Berlin	48.03487	8.41559				01	083	08326	08326074
2854325	Pfaffenweiler	pfaffenweiler	DE	79292	2529	Europe/Berlin	47.93333	7.75		Pfafenvajler,Pfafenvayler,Pfaffenvajler,Pfaffenweiler,pu fa fen wei lei,Пфафенвајлер,Пфаффенвайлер,Պֆաֆենվայլեր,普法芬韦勒	08315089	01	083	08315	08315089
2854326	Pfaffenweiler	pfaffenweiler	DE	79292	0	Europe/Berlin	47.78333	9.86667				01	084	08436	08436052
2854346	Pfaffen-Schwabenheim	pfaffen-schwabenheim	DE	55546	1310	Europe/Berlin	49.85	7.95		Pfafen-Shvabenkhajm,Pfaffen-Shvabenkhajm,pu fa fen-shi wa ben hai mu,Пфафен-Швабенхайм,Пфафен-Швабенхајм,Пфаффен-Швабенхайм,普法芬-施瓦本海姆	07133078	08	00	07133	07133078
2854384	Pfaffenhofen an der Roth	pfaffenhofen-an-der-roth	DE	89284	7158	Europe/Berlin	48.35454	10.16184		Pfafenkhofen an der Rot,Pfaffengofen-an-der-Rot,Pfaffenhofen,Pfaffenhofen an der Roth,Pfaffenkhofen-an-der-Rot,Пфафенхофен ан дер Рот,Пфаффенгофен-ан-дер-Рот,Пфаффенхофен-ан-дер-Рот,Ռոթի Պֆաֆենհոֆեն		02	097	09775	09775143
2854386	Pfaffenhofen an der Ilm	pfaffenhofen-an-der-ilm	DE	85276	23192	Europe/Berlin	48.53053	11.505		Ilmei Pfafenxofen,Pfafenkhofen,Pfafenkhofen an der Ilm,Pfaffengofen-an-der-Il'm,Pfaffenhofen an der Ilm,Pfaffenkhofen-an-der-Il'm,Pfaffenkhofen-na-Il'me,Pfahofa,bfafnhwfn an dr alm,fafnhwfn an dr aylm,Пфафенхофен,Пфафенхофен ан дер Илм,Пфаффенгофен-ан-дер-Ільм,Пфаффенхофен-ан-дер-Ильм,Пфаффенхофен-на-Ильме,Իլմեի Պֆաֆենխոֆեն,بفافنهوفن أن در إلم,فافنهوفن آن در ایلم	09186143	02	091	09186	09186143
2854387	Pfaffenhofen an der Glonn	pfaffenhofen-an-der-glonn	DE	85235	0	Europe/Berlin	48.29559	11.16337		Pfaffenhofen an der Glonn		02	091	09174	09174137
2854388	Pfaffenhofen	pfaffenhofen	DE	74397	0	Europe/Berlin	49.63419	11.51477		Pfaffenhofen		02	095	09574	09574160
2854389	Pfaffenhofen	pfaffenhofen	DE	74397	0	Europe/Berlin	49.50052	10.30628				02	095	09575	09575115
2854390	Pfaffenhofen	pfaffenhofen	DE	74397	0	Europe/Berlin	49.36768	11.66001				02	093	09371	09371132
2854391	Pfaffenhofen	pfaffenhofen	DE	74397	0	Europe/Berlin	49.26933	11.08161		Pfaffenhofen		02	095	09576	09576143
2855065	Pegnitz	pegnitz	DE	91257	14279	Europe/Berlin	49.75216	11.54187		Pegnic,Pegnitz,pegunittsu,pei ge ni ci,pgnyts,Пегниц,پگنیتس,ペグニッツ,佩格尼茨		02	094	09472	09472175
2854392	Pfaffenhofen	pfaffenhofen	DE	74397	2342	Europe/Berlin	49.06444	8.97639		Pfafenkhofen,Pfaffengofen,Pfaffenkhofen,pufaffenhofen,Пфафенхофен,Пфаффенгофен,Пфаффенхофен,プファッフェンホーフェン	08125081	01	081	08125	08125081
2854393	Pfaffenhofen	pfaffenhofen	DE	74397	0	Europe/Berlin	48.61077	10.71091				02	097	09773	09773122
2854394	Pfaffenhofen	pfaffenhofen	DE	74397	1717	Europe/Berlin	48.39334	11.20563				02	091	09174	09174111
2854395	Pfaffenhofen	pfaffenhofen	DE	74397	0	Europe/Berlin	48.18169	11.13714				02	091	09179	09179130
2854397	Pfaffenhofen	pfaffenhofen	DE	74397	0	Europe/Berlin	47.82262	10.35444				02	097	09780	09780122
2854407	Pfaffenhausen	pfaffenhausen	DE	87772	0	Europe/Berlin	51.02453	9.31606		Pfaffenhausen		05	066	06634	06634001
2854408	Pfaffenhausen	pfaffenhausen	DE	87772	0	Europe/Berlin	50.22063	7.24823				08	00	07135	07135031
2854409	Pfaffenhausen	pfaffenhausen	DE	87772	0	Europe/Berlin	50.16943	9.47378		Pfaffenhausen		05	064	06435	06435016
2854410	Pfaffenhausen	pfaffenhausen	DE	87772	0	Europe/Berlin	50.10236	9.89797		Pfaffenhausen		02	096	09672	09672127
2854411	Pfaffenhausen	pfaffenhausen	DE	87772	2429	Europe/Berlin	48.11878	10.45504		Pfafenhauzen,Pfafenkhauzen,Pfaffengauzen,Pfaffenkhauzen,pu fa fen hao sen,Пфафенхаузен,Пфаффенгаузен,Пфаффенхаузен,Պֆաֆենհաուզեն,普法芬豪森		02	097	09778	09778187
2854518	Peuschen	peuschen	DE	07389	528	Europe/Berlin	50.65893	11.64482			16075081	15	00	16075	16075081
2854530	Petznick	petznick	DE	17268	0	Europe/Berlin	53.16211	13.62528				11	00	12073	12073572
2854556	Pettstadt	pettstadt	DE	96175	0	Europe/Berlin	50.05185	10.69637				02	096	09674	09674160
2854557	Pettstadt	pettstadt	DE	96175	1886	Europe/Berlin	49.82996	10.92839		Petshtadt,Petshtat,Petstadt,Pettshtadt,pei ci ta te,pettoshutatto,Петтштадт,Петштадт,Петштат,Պետշտադտ,ペットシュタット,佩茨塔特	09471169	02	094	09471	09471169
2854561	Petting	petting	DE	83367	2346	Europe/Berlin	47.91232	12.81512		Petting	09189135	02	091	09189	09189135
2854573	Pettendorf	pettendorf	DE	93186	0	Europe/Berlin	49.89072	11.50965				02	094	09472	09472155
2854574	Pettendorf	pettendorf	DE	93186	3268	Europe/Berlin	49.35475	12.35926		Petendorf,Pettendorf		02	093	09376	09376147
2854575	Pettendorf	pettendorf	DE	93186	0	Europe/Berlin	49.06065	12.0078		Petendorf,Pettendorf,pei teng duo fu,ptndwrf,Петендорф,Петтендорф,Պեթենդորֆ,پتندورف,佩滕多夫	09375181	02	093	09375	09375181
2854576	Pettendorf	pettendorf	DE	93186	0	Europe/Berlin	47.76774	12.46146				02	091	09189	09189129
2854586	Petriroda	petriroda	DE	99887	350	Europe/Berlin	50.86667	10.7		Petriroda	16067092	15	00	16067	16067092
2854622	Petersroda	petersroda	DE	06809	623	Europe/Berlin	51.57032	12.28924		Petersroda		14	00	15082	15082340
2854626	Peterslahr	peterslahr	DE	57632	331	Europe/Berlin	50.61326	7.48262		Peterslahr	07132089	08	00	07132	07132089
2854646	Petershausen	petershausen	DE	85238	5965	Europe/Berlin	48.40967	11.47056		Bedashausn,Petersgauzen,Petershauzen,Peterskhauzen,pei te er si hao sen,ptrshawzn,Петерсгаузен,Петерсхаузен,Պետերսհաուզեն,پترسهاوزن,佩特尔斯豪森	09174136	02	091	09174	09174136
2854652	Petershagen	petershagen	DE	32469	0	Europe/Berlin	53.24462	14.25244				11	00	12073	12073097
2854653	Petershagen	petershagen	DE	32469	12931	Europe/Berlin	52.52078	13.78748		Petershagen		11	00	12064	12064380
2854654	Petershagen	petershagen	DE	32469	0	Europe/Berlin	52.40042	14.33957		Petershagen		11	00	12064	12064539
2854655	Petershagen	petershagen	DE	32469	27090	Europe/Berlin	52.37513	8.96538		Petersgagen,Petershagen,Peterskhagen,btrshaghn,pei te er si ha gen,petasuhagen,ptrshagn,Петерсгаген,Петерсхаген,بترسهاغن,پترسهاگن,ペータースハーゲン,佩特尔斯哈根		07	057	05770	05770028
2854671	Petersdorf	petersdorf	DE	17348	0	Europe/Berlin	54.48041	11.0689				10	00	01055	01055046
2854672	Petersdorf	petersdorf	DE	17348	0	Europe/Berlin	54.21998	12.42502				12	00	13073	13073075
2854673	Petersdorf	petersdorf	DE	17348	0	Europe/Berlin	54.15	12.11667				12	00	13003	13003000
2854674	Petersdorf	petersdorf	DE	17348	0	Europe/Berlin	53.82842	11.33889				12	00	13074	13074008
2854675	Petersdorf	petersdorf	DE	17348	0	Europe/Berlin	53.81966	11.46457				12	00	13074	13074019
2854676	Petersdorf	petersdorf	DE	17348	174	Europe/Berlin	53.48076	13.5138		Petersdorf		12	00	13071	13071164
2854677	Petersdorf	petersdorf	DE	17348	0	Europe/Berlin	53.45872	12.37679				12	00	13071	13071036
2854678	Petersdorf	petersdorf	DE	17348	0	Europe/Berlin	53.09176	13.60082				11	00	12073	12073396
2854679	Petersdorf	petersdorf	DE	17348	0	Europe/Berlin	53.00364	8.03415				06	00	03453	03453002
2854680	Petersdorf	petersdorf	DE	17348	0	Europe/Berlin	52.36165	14.34676				11	00	12067	12067237
2854681	Petersdorf	petersdorf	DE	17348	0	Europe/Berlin	52.31401	14.06592				11	00	12067	12067024
2854682	Petersdorf	petersdorf	DE	17348	0	Europe/Berlin	51.53333	12.13333				14	00	15088	15088195
2854683	Petersdorf	petersdorf	DE	17348	350	Europe/Berlin	51.52969	10.82641		Petersdorf		15	00	16062	16062041
2854684	Petersdorf	petersdorf	DE	17348	0	Europe/Berlin	49.35935	10.652				02	095	09571	09571217
2854685	Petersdorf	petersdorf	DE	17348	1719	Europe/Berlin	48.51667	11.03333			09771155	02	097	09771	09771155
2854699	Petersberg	petersberg	DE	06193	0	Europe/Berlin	53.82909	10.88768				12	00	13074	13074074
2854700	Petersberg	petersberg	DE	06193	0	Europe/Berlin	53.60303	11.55681				12	00	13076	13076112
2854701	Petersberg	petersberg	DE	06193	684	Europe/Berlin	51.59651	11.9533			15088295	14	00	15088	15088295
2854702	Petersberg	petersberg	DE	06193	0	Europe/Berlin	51.12434	13.22073				13	00	14522	14522080
2854703	Petersberg	petersberg	DE	06193	0	Europe/Berlin	51.04313	7.2726				07	053	05378	05378012
2854704	Petersberg	petersberg	DE	06193	303	Europe/Berlin	50.98333	11.83333			16074067	15	00	16074	16074067
2854705	Petersberg	petersberg	DE	06193	0	Europe/Berlin	50.86377	9.74053				05	066	06632	06632002
2854707	Petersberg	petersberg	DE	06193	0	Europe/Berlin	49.23333	7.56667			07340037	08	00	07340	07340037
2854708	Petersberg	petersberg	DE	06193	0	Europe/Berlin	48.33929	11.29802				02	091	09174	09174118
2855066	Pegestorf	pegestorf	DE	37619	500	Europe/Berlin	51.92775	9.49682			03255032	06	00	03255	03255032
2854737	Petersaurach	petersaurach	DE	91580	5116	Europe/Berlin	49.3	10.75		Petersaurach,Petersaurakh,Peterzaurakh,Peterzaurax,pei te er shao la,petasuauraha,Петерзаурах,Петерсаурах,Պետերզաուրախ,ペータースアウラハ,佩特尔绍拉	09571190	02	095	09571	09571190
2854777	Pessin	pessin	DE	14641	705	Europe/Berlin	52.64244	12.66681		Pesin,Pessin,pei xin,Песин,Пессин,Պեսսին,佩辛	12063240	11	00	12063	12063240
2854785	Peseckendorf	peseckendorf	DE	39398	232	Europe/Berlin	52.025	11.32185		Peseckendorf,Pisakanthorp		14	00	15083	15083415
2854797	Perwenitz	perwenitz	DE	14641	0	Europe/Berlin	52.65848	13.01245				11	00	12063	12063273
2854813	Perscheid	perscheid	DE	55430	383	Europe/Berlin	50.06667	7.7			07140116	08	00	07140	07140116
2854835	Perlin	perlin	DE	19209	414	Europe/Berlin	53.58645	11.17654		Perlin		12	00	13074	13074061
2854840	Perlesreut	perlesreut	DE	94157	2971	Europe/Berlin	48.78181	13.4384		Berlasreut,Perlesreut,Perlesrojt,pei er lai si luo yi te,prlsrwyt,Перлесройт,Перлесројт,Պերլեսրոյթ,پرلسرویت,佩尔莱斯罗伊特		02	092	09272	09272138
2854848	Perleberg	perleberg	DE	19348	13102	Europe/Berlin	53.07583	11.85739		Perlberg,Perleberg,brlhbrgh,pei er lai bei ge,peleullebeleukeu,prlbrg,Перлеберг,برلهبرغ,پرلبرگ,佩尔莱贝格,페를레베르크	12070	11	00	12070	12070296
2854859	Perl	perl	DE	66706	0	Europe/Berlin	49.47169	6.38134			10042115	09	00	10042	10042115
2854861	Perkam	perkam	DE	94368	1411	Europe/Berlin	48.85528	12.43979			09278172	02	092	09278	09278172
2854890	Perasdorf	perasdorf	DE	94366	646	Europe/Berlin	48.95	12.8			09278171	02	092	09278	09278171
2854892	Perach	perach	DE	84567	1225	Europe/Berlin	48.26667	12.76667			09171126	02	091	09171	09171126
2854893	Perach	perach	DE	84567	0	Europe/Berlin	48.03947	12.08844				02	091	09187	09187159
2854894	Perach	perach	DE	84567	0	Europe/Berlin	47.83583	12.95618				02	091	09172	09172111
2854900	Pepelow	pepelow	DE	18233	224	Europe/Berlin	54.03782	11.59229				12	00	13072	13072005
2854905	Penzlin	penzlin	DE	17217	0	Europe/Berlin	53.52337	12.16427				12	00	13076	13076040
2854906	Penzlin	penzlin	DE	17217	2532	Europe/Berlin	53.504	13.08407		Penclin,Pencline,Penclīne,Penzlin,bntslyn,peng ci lin,pntslyn,Пенцлин,بنتسلين,پنتسلین,彭茨林		12	00	13071	13071115
2854907	Penzlin	penzlin	DE	17217	0	Europe/Berlin	53.28698	12.25338				11	00	12070	12070280
2854908	Penzing	penzing	DE	86929	0	Europe/Berlin	48.56195	13.06403				02	092	09275	09275112
2854909	Penzing	penzing	DE	86929	0	Europe/Berlin	48.23258	12.04232				02	091	09177	09177127
2854910	Penzing	penzing	DE	86929	3707	Europe/Berlin	48.07481	10.92745			09181132	02	091	09181	09181132
2854911	Penzing	penzing	DE	86929	0	Europe/Berlin	48.07068	12.24847				02	091	09187	09187116
2854912	Penzin	penzin	DE	18249	0	Europe/Berlin	53.91465	11.92617				12	00	13072	13072078
2854913	Penzin	penzin	DE	18249	168	Europe/Berlin	53.75719	11.75064		Penzin		12	00	13076	13076011
2854923	Penzberg	penzberg	DE	82377	16079	Europe/Berlin	47.75293	11.377		Benschberg,Pencberg,Penzberg,bntzbrgh,peng ci bei ge,pentsuberuku,pntzbrg,Пенцберг,Պենցբերգ,بنتزبرغ,پنتزبرگ,ペンツベルク,彭茨贝格		02	091	09190	09190141
2854928	Pentling	pentling	DE	93080	5485	Europe/Berlin	48.98343	12.0587		Pentling,peng te ling,pntlyng,Пентлинг,Пентлінг,Պենթլինգ,پنتلینگ,彭特灵	09375180	02	093	09375	09375180
2854929	Pentling	pentling	DE	93080	0	Europe/Berlin	51.59296	7.87226				07	059	05974	05974052
2854937	Pentenried	pentenried	DE	82349	0	Europe/Berlin	48.07911	11.34321				02	091	09188	09188127
2854947	Pennigsehl	pennigsehl	DE	31621	1364	Europe/Berlin	52.64181	9.0263			03256023	06	00	03256	03256023
2854953	Pennewitz	pennewitz	DE	98708	632	Europe/Berlin	50.65924	11.05382		Penevic,Pennevic,Pennewitz,pei nei wei ci,Пеневиц,Пенневиц,佩内维茨	16070029	15	00	16070	16070029
2854957	Penkun	penkun	DE	17328	2082	Europe/Berlin	53.29695	14.23616		Penkun,Penkuna,Pienkun,Piéńkùń,bnkwn,peng kun,pnkwn,Пенкун,بنكون,پنکون,彭昆		12	00	13075	13075107
2854958	Penkow	penkow	DE	17213	266	Europe/Berlin	53.46289	12.48071		Penkow		12	00	13071	13071114
2854967	Penig	penig	DE	09322	10557	Europe/Berlin	50.93336	12.70422		Penig,Peniga,Pēniga,bynygh,pei ni xi,pnyg,Пениг,بينيغ,پنیگ,佩尼西		13	00	14522	14522460
2854974	Pemfling	pemfling	DE	93482	2267	Europe/Berlin	49.26667	12.61667		Pemfling,pei mu fu ling,Пемфлинг,Пемфлінг,Պեմֆլինգ,佩姆夫灵	09372146	02	093	09372	09372146
2854990	Pelsin	pelsin	DE	17392	306	Europe/Berlin	53.8118	13.67764				12	00	13075	13075005
2854992	Pelm	pelm	DE	54570	1047	Europe/Berlin	50.23188	6.69076		Pel'm,Pelm,pei er mu,Пелм,Пельм,佩尔姆	07233056	08	00	07233	07233056
2854996	Pellworm	pellworm	DE	25849	1152	Europe/Berlin	54.5161	8.64512		Paelweerm,Pel'vorm,Pelvorm,Pelwerem,Pälweerm,pei er wo er mu,Пелворм,Пельворм,პელვორმი,佩尔沃尔姆	01054103	10	00	01054	01054103
2854999	Pellingen	pellingen	DE	54331	1027	Europe/Berlin	49.67552	6.67085			07235106	08	00	07235	07235106
2855024	Peitz	peitz	DE	03185	5179	Europe/Berlin	51.85841	14.41138		Pajc,Peitz/Picnjo,Picnjo,bayts,pai ci,payts,Пайц,Пајц,Պայց,بايتس,پایتس,派茨		11	00	12071	12071304
2855025	Peiting	peiting	DE	86971	12106	Europe/Berlin	47.79549	10.92951		Pajting,Payting,Peiting,pai ting ge,paitingu,paytyng,Пайтинг,Пайтінг,Пајтинг,Պայտինգ,پایتینگ,パイティング,派廷格		02	091	09190	09190140
2855029	Peißenberg	peissenberg	DE	82380	12695	Europe/Berlin	47.80466	11.0699		Pajsenberg,Pajssenberg,Paysenberg,Peissenberg,Peißenberg,pai sen bei ge,paisenberuku,paysnbrg,Пайсенберг,Пайссенберг,Пајсенберг,Պայսենբերգ,پایسنبرگ,パイセンベルク,派森贝格		02	091	09190	09190139
2855030	Peissen	peissen	DE	06188	309	Europe/Berlin	54.02612	9.60825		Peissen	01061084	10	00	01061	01061084
2855031	Peißen	peissen	DE	06188	1271	Europe/Berlin	51.74347	11.75756		Peissen,Peißen		14	00	15089	15089030
2855032	Peißen	peissen	DE	06188	1091	Europe/Berlin	51.50265	12.05737				14	00	15088	15088195
2855033	Peißen	peissen	DE	06188	0	Europe/Berlin	51.20482	12.24032				13	00	14729	14729350
2855047	Peine	peine	DE	31224	49953	Europe/Berlin	52.31928	10.2352		Paane,Pajne,Peine,ZPG,baynh,pai nei,paynh,Пайне,Пајне,باينه,پاینه,派内	03157	06	00	03157	03157006
2855068	Pegau	pegau	DE	04523	4759	Europe/Berlin	51.16715	12.25144		Pegau,Pegava,Pēgava,bghaw,pei gao,pgaw,Пегау,بغاو,پگاو,佩高		13	00	14729	14729350
2855069	Peffingen	peffingen	DE	54668	212	Europe/Berlin	49.9	6.4			07232103	08	00	07232	07232103
2855104	Peckfitz	peckfitz	DE	39649	173	Europe/Berlin	52.50922	11.17996				14	00	15081	15081135
2855145	Pechbrunn	pechbrunn	DE	95701	1493	Europe/Berlin	49.96667	12.16667		Pekhbrun,Pekhbrunn,pei xi bu lun,Пехбрун,Пехбрунн,Փեխբրուն,佩希布伦	09377145	02	093	09377	09377145
2855151	Päwesin	pawesin	DE	14778	603	Europe/Berlin	52.51667	12.71667		Pevezin,pei wei xin,Певезин,Պևեզին,佩韦辛	12069460	11	00	12069	12069460
2855168	Pausin	pausin	DE	14641	0	Europe/Berlin	52.6389	13.04232				11	00	12063	12063273
2855175	Pausa	pausa	DE	07952	3924	Europe/Berlin	50.58172	11.99732		Pausa,Pausa/Vogtland		13	00	14523	14523310
2855177	Paunzhausen	paunzhausen	DE	85307	1533	Europe/Berlin	48.47486	11.56463			09178150	02	091	09178	09178150
2855215	Paulinenaue	paulinenaue	DE	14641	1327	Europe/Berlin	52.67701	12.71067		Paulinenaue,Paulinenaueh,bao li nei nao ai,Паулиненауе,Паулиненауэ,Պաուլինենաուե,保利内瑙埃	12063228	11	00	12063	12063228
2855226	Patzig	patzig	DE	18528	510	Europe/Berlin	54.46481	13.39562		Patzig		12	00	13073	13073064
2855242	Pattensen	pattensen	DE	30982	0	Europe/Berlin	53.32118	10.1442				06	00	03353	03353040
2855243	Pattensen	pattensen	DE	30982	13883	Europe/Berlin	52.26448	9.76436		Patenzen,Pattenzen,Pattjehiusen,batnzn,pa teng sen,patnzn,Патензен,Паттензен,باتنزن,پاتنزن,帕滕森		06	00	03241	03241013
2855272	Patersdorf	patersdorf	DE	94265	1822	Europe/Berlin	49.01667	12.98333		Patersdorf,pa te er si duo fu,patrsdwrf,Патерсдорф,Փաթերսդորֆ,پاترسدورف,帕特尔斯多夫	09276134	02	092	09276	09276134
2855273	Patersdorf	patersdorf	DE	94265	0	Europe/Berlin	47.9128	12.25795				02	091	09187	09187128
2855274	Patersberg	patersberg	DE	56348	431	Europe/Berlin	50.15	7.73333			07141109	08	00	07141	07141109
2855293	Pastetten	pastetten	DE	85669	2281	Europe/Berlin	48.19911	11.94368		Pashteten,Pashtetten,pa si te teng,pasttn,Паштетен,Паштеттен,پاستتن,帕斯特滕	09177135	02	091	09177	09177135
2855298	Passow	passow	DE	16306	0	Europe/Berlin	53.99072	13.24436				12	00	13075	13075036
2855299	Passow	passow	DE	16306	0	Europe/Berlin	53.72206	11.14404				12	00	13074	13074081
2855300	Passow	passow	DE	16306	814	Europe/Berlin	53.50683	12.05286				12	00	13076	13076109
2855301	Passow	passow	DE	16306	0	Europe/Berlin	53.14286	14.11417		Pasov,Passov,pa suo,Пасов,Пассов,Պասով,帕索	12073603	11	00	12073	12073603
2855317	Passee	passee	DE	23992	190	Europe/Berlin	53.95588	11.7698		Passee		12	00	13074	13074060
2855328	Passau	passau	DE	94032	50560	Europe/Berlin	48.5665	13.43122		Bassa,Batavia Bavariae,Båssa,Pasau,Pasavia,Pasawa,Pasov,Passaou,Passau,Passavia,ZPF,pa shao,pasau,pasaw,passau,phas sea,psaw,Πάσσαου,Пасау,Пассау,پاساو,پساؤ,พาสเซา,パッサウ,帕绍,파사우	09262	02	092	09262	09262000
2855331	Passade	passade	DE	24253	300	Europe/Berlin	54.36667	10.31667		Passade	01057056	10	00	01057	01057056
2855333	Paska	paska	DE	07381	140	Europe/Berlin	50.61985	11.62903			16075079	15	00	16075	16075079
2855337	Pasewalk	pasewalk	DE	17309	12120	Europe/Berlin	53.50627	13.98997		Pazeval'k,Pazevalk,Pazevalka,Pozdzewolk,Pòzdzewôłk,Pāzevalka,ZSK,bazhfalk,pa sai wa er ke,pazwak,Пазевалк,Пазевальк,بازهفالك,پازواک,帕塞瓦尔克		12	00	13075	13075105
2855357	Paschel	paschel	DE	54314	253	Europe/Berlin	49.63333	6.68333			07235105	08	00	07235	07235105
2855364	Parum	parum	DE	19243	0	Europe/Berlin	53.8116	12.11706				12	00	13072	13072042
2855365	Parum	parum	DE	19243	0	Europe/Berlin	53.54711	11.19046				12	00	13076	13076036
2855370	Partenstein	partenstein	DE	97846	2844	Europe/Berlin	50.04176	9.51991		Partenshtajn,Partenstein,pa er teng si tai yin,Партенштайн,Партенштајн,Պարտենշթայն,帕尔滕斯泰因	09677170	02	096	09677	09677170
2855373	Partenheim	partenheim	DE	55288	1581	Europe/Berlin	49.88389	8.08222			07331056	08	00	07331	07331056
2855380	Parsdorf	parsdorf	DE	85599	0	Europe/Berlin	48.14215	11.78799				02	091	09175	09175132
2855387	Parsberg	parsberg	DE	92331	0	Europe/Berlin	47.78444	11.8645				02	091	09182	09182125
2855388	Parsberg	parsberg	DE	92331	6772	Europe/Berlin	49.16074	11.71834		Parsberg,barsbrgh,pa er si bei ge,parsbrg,Парсберг,Փարսբերգ,بارسبرغ,پارسبرگ,帕尔斯贝格		02	093	09373	09373151
2855390	Parsau	parsau	DE	38470	1973	Europe/Berlin	52.53471	10.8902		Parzau,pa er shao,Парзау,帕尔绍	03151021	06	00	03151	03151021
2855414	Parkstetten	parkstetten	DE	94365	2992	Europe/Berlin	48.91667	12.6			09278170	02	092	09278	09278170
2855416	Parkstein	parkstein	DE	92711	2289	Europe/Berlin	49.72921	12.06755		Parkstein		02	093	09374	09374144
2855436	Parchtitz	parchtitz	DE	18528	821	Europe/Berlin	54.43792	13.39871		Parchtitz		12	00	13073	13073063
2855441	Parchim	parchim	DE	19370	19161	Europe/Berlin	53.42631	11.84875		Parchim,Parhima,Parkhim,SZW,barshym,pa er xi mu,parshym,prkym,Πάρχιμ,Пархим,פרכים,بارشيم,پارشیم,帕尔希姆	13076	12	00	13076	13076108
2855445	Parchen	parchen	DE	39307	0	Europe/Berlin	52.35293	12.084		Parchen		14	00	15086	15086040
2855448	Parchau	parchau	DE	39291	0	Europe/Berlin	52.32233	11.88232				14	00	15086	15086015
2855466	Kleinschmalkalden	kleinschmalkalden	DE	98593	1514	Europe/Berlin	50.79631	10.47489		Pappenheim		15	00	16066	16066023
2855467	Pappenheim	pappenheim	DE	91788	4476	Europe/Berlin	48.93383	10.97431		Papenkhajm,Pappengajm,Pappenham,Pappenkhajm,babnhaym,pa peng hai mu,Папенхајм,Паппенгайм,Паппенхайм,Պափենհայմ,بابنهايم,پاپن‌هایم,帕彭海姆		02	095	09577	09577158
2855480	Paplitz	paplitz	DE	39307	362	Europe/Berlin	52.27526	12.23638		Paplitz		14	00	15086	15086040
2855481	Paplitz	paplitz	DE	39307	0	Europe/Berlin	52.05577	13.46906		Paplitz		11	00	12072	12072014
2855504	Papenhusen	papenhusen	DE	23936	363	Europe/Berlin	53.85879	11.0492		Papenhusen		12	00	13074	13074093
2855513	Papenhagen	papenhagen	DE	18510	0	Europe/Berlin	54.33639	13.17432				12	00	13073	13073003
2855514	Papenhagen	papenhagen	DE	18510	0	Europe/Berlin	54.20242	12.87795				12	00	13073	13073076
2855515	Papenhagen	papenhagen	DE	18510	0	Europe/Berlin	54.14705	12.98086				12	00	13073	13073062
2855518	Papendorf	papendorf	DE	17309	2514	Europe/Berlin	54.03523	12.13263		Papendorf		12	00	13072	13072077
2855519	Papendorf	papendorf	DE	17309	0	Europe/Berlin	53.94881	13.81119				12	00	13075	13075074
2855520	Papendorf	papendorf	DE	17309	0	Europe/Berlin	53.60712	10.28855		Papendorf		10	00	01062	01062088
2855521	Papendorf	papendorf	DE	17309	295	Europe/Berlin	53.49642	13.94697				12	00	13075	13075104
2855525	Papenburg	papenburg	DE	26871	34117	Europe/Berlin	53.07738	7.40444		Papenbourg,Papenburg,Papenburgo,babnbwrgh,pa peng bao,papnbwrg,Папенбург,بابنبورغ,پاپنبورگ,帕彭堡		06	00	03454	03454041
2855556	Panzweiler	panzweiler	DE	56865	256	Europe/Berlin	50.01667	7.3			07135070	08	00	07135	07135070
2855557	Panzweiler	panzweiler	DE	56865	0	Europe/Berlin	49.90772	7.47643		Panzweiler		08	00	07140	07140041
2855563	Pantenburg	pantenburg	DE	54531	253	Europe/Berlin	50.08333	6.83333			07231104	08	00	07231	07231104
2855564	Panten	panten	DE	23896	747	Europe/Berlin	53.66667	10.61667		Panten	01053097	10	00	01053	01053097
2855565	Pantelitz	pantelitz	DE	18442	753	Europe/Berlin	54.30126	12.9688		Pantelitz		12	00	13073	13073061
2855568	Pansfelde	pansfelde	DE	06543	0	Europe/Berlin	51.65884	11.27879		Pansfelde		14	00	15085	15085110
2855574	Panschwitz-Kuckau	panschwitz-kuckau	DE	01920	2242	Europe/Berlin	51.23395	14.19791		Pancicy-Kukow,Panschwitz-Kuckau,Panschwitz-Kuckau/Pancicy-Kukow,Panschwitz-Kuckau/Pančicy-Kukow,Panshvic-Kukau,Pančicy-Kukow,pan shi wei ci-ku kao,Паншвиц-Кукау,潘施维茨-库考	14625440	13	00	14625	14625440
2855602	Panker	panker	DE	24321	1601	Europe/Berlin	54.33333	10.56667		Panker,pan ke er,Панкер,潘克尔	01057055	10	00	01057	01057055
2855623	Pampow	pampow	DE	17322	3037	Europe/Berlin	53.75513	12.60815		Pampow		12	00	13072	13072106
2855624	Pampow	pampow	DE	17322	316	Europe/Berlin	53.56817	11.35795		Pampow		12	00	13076	13076107
2855625	Pampow	pampow	DE	17322	0	Europe/Berlin	53.53531	14.28995				12	00	13075	13075012
2855632	Palzem	palzem	DE	54439	1269	Europe/Berlin	49.56667	6.36667		Pal'cem,Palcem,pa er ce mu,Палцем,Пальцем,帕尔策姆	07235104	08	00	07235	07235104
2855665	Palling	palling	DE	83349	3416	Europe/Berlin	48.00204	12.63702		Paling,Palling,pa ling,palyng,Палинг,Паллинг,Паллінг,Փալինգ,پالینگ,帕灵	09189134	02	091	09189	09189134
2855681	Paitzdorf	paitzdorf	DE	07580	423	Europe/Berlin	50.85	12.21667			16076055	15	00	16076	16076055
2855683	Painten	painten	DE	93351	2280	Europe/Berlin	48.99731	11.81947		Painten,Pajnten,pai yin teng,payntn,Пайнтен,Пајнтен,Պայնթեն,پاینتن,派因滕		02	092	09273	09273159
2855697	Pahlsdorf	pahlsdorf	DE	03249	0	Europe/Berlin	51.7193	13.64861				11	00	12062	12062469
2855704	Pahlen	pahlen	DE	25794	1206	Europe/Berlin	54.26667	9.3		Pahlen	01051088	10	00	01051	01051088
2855707	Pähl	pahl	DE	82396	2377	Europe/Berlin	47.9	11.18333		Paehl,Pel,Pel',Pähl,peru,pl,Пел,Пель,Պել,پل,ペール	09190138	02	091	09190	09190138
2855745	Paderborn	paderborn	DE	33098	142161	Europe/Berlin	51.71905	8.75439		PAD,Padehrborn,Paderborn,Paderborna,Paderbornas,Paderbronna,Patterbuorn,Pāderborna,badrbwrn,pa de bo en,pa de xr bxrn,padaborun,padeoboleun,padrbwrn,Падерборн,Падэрборн,بادربورن,پادربورن,پیڈربورن,ปาเดอร์บอร์น,პადერბორნი,パーダーボルン,帕德博恩,파더보른	05774	07	057	05774	05774032
2855747	Padenstedt	padenstedt	DE	24634	1326	Europe/Berlin	54.05	9.91667		Padenstedt	01058128	10	00	01058	01058128
2855762	Packebusch	packebusch	DE	39624	396	Europe/Berlin	52.75552	11.50269				14	00	15081	15081240
2855771	Pabstorf	pabstorf	DE	38836	0	Europe/Berlin	52.03032	10.95903				14	00	15085	15085185
2855782	Paaren im Glien	paaren-im-glien	DE	14641	0	Europe/Berlin	52.65379	12.98756				11	00	12063	12063273
2855794	Oyten	oyten	DE	28876	15286	Europe/Berlin	53.05	9.01667		Eiten,Ojten,ao yi teng,oiten,Ойтен,Ојтен,オイテン,奥伊滕	03361009	06	00	03361	03361009
2855820	Owschlag	owschlag	DE	24811	3603	Europe/Berlin	54.39336	9.59243		Owschlag	01058127	10	00	01058	01058127
2855822	Owingen	owingen	DE	88696	0	Europe/Berlin	48.33588	8.82812				01	084	08417	08417025
2855823	Owingen	owingen	DE	88696	4207	Europe/Berlin	47.80967	9.17173		Ovingen,ao wen gen,ovingeni,Овинген,Овінген,Օվինգեն,ოვინგენი,奥温根	08435047	01	084	08435	08435047
2855824	Owen	owen	DE	73277	3569	Europe/Berlin	48.58742	9.44978		Auen,Owen		01	081	08116	08116054
2855834	Oeversee	oeversee	DE	24988	1996	Europe/Berlin	54.7	9.43333		Eferze,Ehferzee,Ehverze,Everze,Oeversee,Oversee,Overso,Oversø,ao ai fei er sai,Översee,Еверзе,Еферзе,Эверзе,Эферзее,奥埃费尔塞	01059184	10	00	01059	01059184
2855859	Overath	overath	DE	51491	27203	Europe/Berlin	50.93275	7.28389		Oferat,Overat,ao fei la te,awfrat,awfrras,Оверат,Оферат,أوفرات,اوفرراس,奥费拉特		07	053	05378	05378024
2855862	Oevenum	oevenum	DE	25938	518	Europe/Berlin	54.71024	8.53174		OEoewenem,Ovenum,Övenum,Ööwenem	01054094	10	00	01054	01054094
2855881	Ovelgönne	ovelgonne	DE	26939	5756	Europe/Berlin	53.34189	8.42179		Ofel'gjonne,Ovel'gjonne,Ovelgene,ao fei er ge nei,Овелгене,Овельгённе,Офельгённе,奥费尔格内	03461008	06	00	03461	03461008
2855895	Utscheid	utscheid	DE	54675	535	Europe/Berlin	50	6.35		Outscheid,Utscheid	07232102	08	00	07232	07232102
2855898	Otzweiler	otzweiler	DE	55606	227	Europe/Berlin	49.71667	7.51667		Ocvajler,ao ci wei lei,Оцвайлер,Оцвајлер,奥茨韦勒	07133077	08	00	07133	07133077
2855901	Ötzingen	otzingen	DE	56244	1363	Europe/Berlin	50.5	7.83333			07143060	08	00	07143	07143060
2855902	Otzing	otzing	DE	94563	1956	Europe/Berlin	48.76134	12.80877		Ocing,Otcing,ao qin ge,awtsyng,Отцинг,Оцинг,Օթցինգ,اوتسینگ,奥钦格	09271143	02	092	09271	09271143
2855917	Ottweiler	ottweiler	DE	66564	15503	Europe/Berlin	49.40133	7.16424		Ottvajler,Otvailer,Otvajler,ao te wei lei,atwaylr,awtfaylr,ottovu~aira,Οτβάιλερ,Отвайлер,Отвајлер,Оттвайлер,أوتفايلر,اتوایلر,オットヴァイラー,奥特韦勒		09	00	10043	10043115
2855923	Ottrau	ottrau	DE	34633	2496	Europe/Berlin	50.80599	9.38575		Otrau,Ottrau,ao te lao,ottorau,Отрау,Оттрау,オットラウ,奥特劳	06634020	05	066	06634	06634020
2855935	Ottobrunn	ottobrunn	DE	85521	19204	Europe/Berlin	48.06489	11.66327		Otobrun,Ottobrunn,Ottomproun,ao tuo bu lun,awtwbrwn,Οττομπρούν,Отобрун,Оттобрунн,Օթոբրուն,اوتوبرون,奥托布伦	09184136	02	091	09184	09184136
2855937	Ottobeuren	ottobeuren	DE	87724	8095	Europe/Berlin	47.9413	10.29971		Otobojren,Ottobeuren,Ottobojren,Ottobura,ao tuo bo yi lun,Отобојрен,Оттобойрен,Օթոբոյրեն,奥托博伊伦		02	097	09778	09778186
2855967	Otting	otting	DE	86700	819	Europe/Berlin	48.8725	10.80018		Oting,Otting,ao ting,ottingu,Отинг,Оттинг,Оттінг,Օթինգ,オッティング,奥廷	09779198	02	097	09779	09779198
2855968	Otting	otting	DE	86700	0	Europe/Berlin	47.93738	12.69962				02	091	09189	09189162
2855982	Otterwisch	otterwisch	DE	04668	1552	Europe/Berlin	51.2	12.61667			14729330	13	00	14729	14729330
2855984	Ottersweier	ottersweier	DE	77833	6441	Europe/Berlin	48.67022	8.11323		Otersvajer,Ottersvaer,Ottersvajer,ao te er si wei ai er,Отерсвајер,Оттерсвайер,Оттерсваєр,奥特尔斯魏埃尔	08216041	01	082	08216	08216041
2855992	Otterstadt	otterstadt	DE	67166	3282	Europe/Berlin	49.37222	8.44778		Oddaschdadt,Otershtat,Ottershtadt,ao te er si ta te,Отерштат,Оттерштадт,奥特尔斯塔特	07338021	08	00	07338	07338021
2855995	Otterskirchen	otterskirchen	DE	94155	0	Europe/Berlin	48.62253	13.29098				02	092	09275	09275159
2855999	Ottersheim	ottersheim	DE	67308	379	Europe/Berlin	49.62556	8.10861			07333058	08	00	07333	07333058
2856000	Ottersheim	ottersheim	DE	67308	1798	Europe/Berlin	49.19129	8.23176		Ottersheim		08	00	07334	07334023
2856014	Ottersberg	ottersberg	DE	28870	12205	Europe/Berlin	53.1099	9.14408		Gemeen Otterbarg,Otersberg,Ottersberg,ao te si bei ge,ottasuberuku,Отерсберг,Оттерсберг,オッタースベルク,奥特斯贝格		06	00	03361	03361008
2856015	Ottersberg	ottersberg	DE	28870	0	Europe/Berlin	48.18188	11.80824				02	091	09175	09175133
2856024	Otterndorf	otterndorf	DE	21762	6965	Europe/Berlin	53.80908	8.90068		Oterndoerp,Oterndorf,Oterndörp,Otterndorf,Vicus Lutrarum,ao te er en duo fu,atrndwrf,awtrndwrf,Отерндорф,Оттерндорф,أوترندورف,اترندورف,奥特尔恩多夫		06	00	03352	03352046
2856038	Otterfing	otterfing	DE	83624	4383	Europe/Berlin	47.90898	11.67546		Oterfing,Otterfing,ao te er fen,awtrfyng,Отерфинг,Оттерфинг,Оттерфінг,Օթերֆինգ,اوترفینگ,奥特尔芬	09182127	02	091	09182	09182127
2856042	Otterberg	otterberg	DE	67697	5215	Europe/Berlin	49.50301	7.76995		Oterberg,Otterberg,ao te bei ge,atrbwrg,awtrbrgh,ottaberuku,Отерберг,Оттерберг,أوتربرغ,اتربورگ,オッターベルク,奥特贝格		08	00	07335	07335035
2856056	Otterbach	otterbach	DE	67731	0	Europe/Berlin	50.69347	9.08957				05	065	06535	06535005
2856057	Otterbach	otterbach	DE	67731	4087	Europe/Berlin	49.48554	7.7345			07335034	08	00	07335	07335034
2856058	Otterbach	otterbach	DE	67731	0	Europe/Berlin	49.12826	9.83357				01	081	08127	08127076
2856059	Otterbach	otterbach	DE	67731	0	Europe/Berlin	47.58259	7.6071				01	083	08336	08336091
2856061	Otter	otter	DE	21259	1443	Europe/Berlin	53.24015	9.74247			03353027	06	00	03353	03353027
2856069	Ottenstein	ottenstein	DE	31868	0	Europe/Berlin	52.07447	6.9185		Ottenstein		07	055	05554	05554004
2856070	Ottenstein	ottenstein	DE	31868	1296	Europe/Berlin	51.94707	9.407		Otenshtajn,Ottenshtajn,Ottenstein,ao teng si tai yin,ottenshutain,Отенштајн,Оттенштайн,オッテンシュタイン,奥滕斯泰因		06	00	03255	03255031
2856073	Ottensoos	ottensoos	DE	91242	2051	Europe/Berlin	49.50949	11.34158		Otensos,Ottenzos,ao teng suo si,Отенсос,Оттензос,Օթենզոս,奥滕索斯	09574146	02	095	09574	09574146
2856083	Ottenhöfen im Schwarzwald	ottenhofen-im-schwarzwald	DE	77883	0	Europe/Berlin	48.56667	8.15		Otenkhefen im Shvarcvald,Ottengefen-im-Shvarcval'd,Ottenhoefen,Ottenhofen im Schwarzwald,Ottenhöfen,Ottenhöfen im Schwarzwald,Ottenkhjofen,hei lin shan qu ao teng he fen,Отенхефен им Шварцвалд,Оттенгефен-ім-Шварцвальд,Оттенхёфен,黑林山区奥滕赫芬	08317102	01	083	08317	08317102
2856084	Ottenhofen	ottenhofen	DE	85570	0	Europe/Berlin	49.45214	10.36122				02	095	09575	09575143
2856085	Ottenhofen	ottenhofen	DE	85570	1720	Europe/Berlin	48.21667	11.88333		Otenkhofen,Ottengofen,Ottenhofen (Erding),Ottenkhofen,ao teng huo fen,awtnhwfn,Отенхофен,Оттенгофен,Оттенхофен,اوتنهوفن,奥滕霍芬	09177134	02	091	09177	09177134
2856086	Ottenhofen	ottenhofen	DE	85570	3311	Europe/Berlin	48.7356	8.12981		Ottenhoefen im Schwarzwald,Ottenhofen,Ottenhöfen im Schwarzwald		01	082	08216	08216007
2856107	Ottendorf-Okrilla	ottendorf-okrilla	DE	01458	10093	Europe/Berlin	51.18333	13.83333		Otendorf-Okrila,Ottendorf-Okrilla,Ottendorf-Okrilla vald,ao teng duo fu-ao ke li la,Отендорф-Окрила,Оттендорф-Окрилла,奥滕多夫-奥克里拉	14625430	13	00	14625	14625430
2856110	Ottendorf	ottendorf	DE	07646	836	Europe/Berlin	54.34087	10.04926			01058126	10	00	01058	01058126
2856111	Ottendorf	ottendorf	DE	07646	0	Europe/Berlin	54.07558	10.66351				10	00	01055	01055041
2856112	Ottendorf	ottendorf	DE	07646	0	Europe/Berlin	53.54893	9.15246				06	00	03357	03357008
2856113	Ottendorf	ottendorf	DE	07646	0	Europe/Berlin	53.39223	9.42125				06	00	03359	03359002
2856114	Ottendorf	ottendorf	DE	07646	0	Europe/Berlin	51.85261	14.40226		Otasojce,Otašojce		11	00	12071	12071304
2856115	Ottendorf	ottendorf	DE	07646	0	Europe/Berlin	50.98111	13.13359		Ottendorf		13	00	14522	14522230
2856116	Ottendorf	ottendorf	DE	07646	0	Europe/Berlin	50.94372	14.28952				13	00	14628	14628360
2856117	Ottendorf	ottendorf	DE	07646	0	Europe/Berlin	50.93406	12.96186				13	00	14522	14522330
2856118	Ottendorf	ottendorf	DE	07646	0	Europe/Berlin	50.89721	13.92296				13	00	14628	14628040
2856119	Ottendorf	ottendorf	DE	07646	429	Europe/Berlin	50.82748	11.82508			16074066	15	00	16074	16074066
2856120	Ottendorf	ottendorf	DE	07646	0	Europe/Berlin	50.48452	11.40259				02	094	09476	09476152
2856121	Ottendorf	ottendorf	DE	07646	0	Europe/Berlin	50.02065	10.37278		Ottendorf		02	096	09674	09674139
2856122	Ottendorf	ottendorf	DE	07646	0	Europe/Berlin	49.02875	9.74831				01	081	08127	08127025
2856125	Ottenbüttel	ottenbuttel	DE	25591	746	Europe/Berlin	53.97107	9.50416		Ottenbuettel,Ottenbuttel,Ottenbüttel	01061083	10	00	01061	01061083
2856139	Ottenbach	ottenbach	DE	73113	2459	Europe/Berlin	48.73649	9.74844			08117037	01	081	08117	08117037
2856159	Ötisheim	otisheim	DE	75443	4827	Europe/Berlin	48.96667	8.8		Ehtiskhajm,Etisgajm,Etishaym,Etiskhajm,OEtisheim,e di si hai mu,Ötisheim,Етисхајм,Етісгайм,Этисхайм,Էտիսհայմ,厄蒂斯海姆	08236050	01	082	08236	08236050
2856162	Ötigheim	otigheim	DE	76470	4386	Europe/Berlin	48.89085	8.23442		Ehtigkhajm,Etigajm,Etigkhajm,OEtigheim,e di ge hai mu,Ötigheim,Етигхајм,Етігайм,Этигхайм,厄蒂格海姆	08216039	01	082	08216	08216039
2856184	Oststeinbek	oststeinbek	DE	22113	7858	Europe/Berlin	53.54321	10.16939		Ostshtajnbek,Oststeinbek,ao si ci tai yin bei ke,Остштайнбек,Остштајнбек,奥斯茨泰因贝克	01062053	10	00	01062	01062053
2856187	Wustrow	wustrow	DE	17255	0	Europe/Berlin	54.34735	12.39841		Ostseebad Wustrow		12	00	13073	13073103
2856197	Ostseebad Boltenhagen	ostseebad-boltenhagen	DE	23944	2574	Europe/Berlin	53.98779	11.20193		Boltenhagen		12	00	13074	13074010
2856203	Ostrohe	ostrohe	DE	25746	972	Europe/Berlin	54.21631	9.12537		Ostrohe	01051087	10	00	01051	01051087
2856205	Ostritz	ostritz	DE	02899	2988	Europe/Berlin	51.01451	14.93059		Ostric,Ostrica,Wostrowc,astrytz,awztryts,Остриц,أوزتريتس,استریتز		13	00	14626	14626420
2856207	Östringen	ostringen	DE	76684	12880	Europe/Berlin	49.21911	8.71192		Ehstringen,Estringen,OEstringen,Ostringen,awstrynghn,awstryngn,e si te lin gen,Östringen,Естринген,Естрінген,Эстринген,أوسترينغن,اوسترینگن,厄斯特林根		01	082	08215	08215064
2856213	Ostrhauderfehn	ostrhauderfehn	DE	26842	10699	Europe/Berlin	53.13333	7.61667		Aastrauderfeen,Ostrauderfen,ao si te lao de er fei en,Остраудерфен,奥斯特劳德尔费恩	03457017	06	00	03457	03457017
2856214	Ostrau	ostrau	DE	04749	0	Europe/Berlin	51.61608	12.01108		Ostrau		14	00	15088	15088295
2856215	Ostrau	ostrau	DE	04749	994	Europe/Berlin	51.30893	12.05588		Ostrau		14	00	15088	15088020
2856216	Ostrau	ostrau	DE	04749	0	Europe/Berlin	51.2	13.16667			14522450	13	00	14522	14522450
2856217	Ostrau	ostrau	DE	04749	4390	Europe/Berlin	51.20639	12.88421		Ostrau		13	00	14729	14729160
2856218	Ostrau	ostrau	DE	04749	0	Europe/Berlin	51.09878	12.1971				14	00	15084	15084130
2856219	Ostrau	ostrau	DE	04749	0	Europe/Berlin	50.92095	14.17537				13	00	14628	14628030
2856220	Ostramondra	ostramondra	DE	99636	580	Europe/Berlin	51.2	11.33333			16068041	15	00	16068	16068041
2856222	Ostrach	ostrach	DE	88356	6841	Europe/Berlin	47.95	9.38333		Ostrach,Ostrakh,Острах	08437086	01	084	08437	08437086
2856262	Ostingersleben	ostingersleben	DE	39343	296	Europe/Berlin	52.21108	11.17035		Ostingersleben		14	00	15083	15083323
2856277	Osthofen	osthofen	DE	67574	0	Europe/Berlin	51.5802	8.11912				07	059	05974	05974040
2856278	Osthofen	osthofen	DE	67574	8758	Europe/Berlin	49.70382	8.32419		Osthofen,Ostkhofen,ao si tuo fen,asthwfn,awsthwfn,osutohofen,Остхофен,أوستهوفن,استهوفن,オストホーフェン,奥斯托芬		08	00	07331	07331055
2856284	Ostheim vor der Rhön	ostheim-vor-der-rhon	DE	97645	3729	Europe/Berlin	50.45996	10.23057		Ostajm-for-der-Rjon,Ostgajm,Ostheim,Ostheim v.d. Rhoen,Ostheim v.d. Rhön,Ostheim vor der Rhon,Ostheim vor der Rhön,Ostkhajm vor der Ren,Ostkhajm-for-der-Rjon,asthaym,awsthaym,lun shan qian ao si te hai mu,Остайм-фор-дер-Рён,Остгайм,Остхайм-фор-дер-Рён,Остхајм вор дер Рен,Ռյոնի Օսթհայմ,أوستهايم,استهایم,伦山前奥斯特海姆		02	096	09673	09673153
2856317	Osterzell	osterzell	DE	87662	688	Europe/Berlin	47.88333	10.75			09777157	02	097	09777	09777157
2856319	Osterwohle	osterwohle	DE	29413	521	Europe/Berlin	52.83648	11.00808		Osterwohle		14	00	15081	15081455
2856330	Osterwieck	osterwieck	DE	38835	3837	Europe/Berlin	51.9699	10.71042		Ostervik,Osterwieck,ao si te er wei ke,awstrfyk,awytrwyk,Όστερβικ,Остервик,أوسترفيك,اویترویک,奥斯特尔维克		14	00	15085	15085230
2856348	Osterwald	osterwald	DE	49828	0	Europe/Berlin	52.1093	9.62205				06	00	03252	03252008
2856349	Osterwald	osterwald	DE	49828	0	Europe/Berlin	51.2196	8.37234		Osterwald		07	059	05958	05958040
2856350	Osterwald	osterwald	DE	49828	0	Europe/Berlin	47.85381	10.32874				02	097	09777	09777176
2856374	Osterstedt	osterstedt	DE	25590	668	Europe/Berlin	54.10825	9.57436		Osterstedt	01058125	10	00	01058	01058125
2856377	Osterspai	osterspai	DE	56340	1351	Europe/Berlin	50.24453	7.61227		Osterspai,Osterspaj,ao si te er si pai,Остерспай,Остерспај,奥斯特尔斯派	07141108	08	00	07141	07141108
2856390	Osterrönfeld	osterronfeld	DE	24783	5213	Europe/Berlin	54.29013	9.699		Osterenfeld,Osterrjonfel'd,Osterroenfeld,Osterronfeld,Osterrönfeld,ao si te lun fei er de,Остеренфелд,Остеррёнфельд,奥斯特伦费尔德	01058124	10	00	01058	01058124
2856395	Osterrade	osterrade	DE	25767	461	Europe/Berlin	54.35069	9.83484		Osterade,Osterrade		10	00	01058	01058026
2856396	Osterrade	osterrade	DE	25767	0	Europe/Berlin	54.18694	9.35389			01051086	10	00	01051	01051086
2856398	Oster-Ohrstedt	oster-ohrstedt	DE	25885	697	Europe/Berlin	54.51514	9.22189		Oster-Ohrstedt	01054101	10	00	01054	01054101
2856405	Osterode am Harz	osterode-am-harz	DE	37520	0	Europe/Berlin	51.72686	10.25089	220	Osteroda ad Harthicos montes,Osterode,Osterode am Harz,Osterode am Kharc,Osterode-am-Kharc,Ostroe,Stadt Osterode am Harz,awstrwdt am harts,awytrwdh am harts,ha ci shan lu ao si te luo de,Остероде,Остероде ам Харц,Остероде-ам-Харц,أوسترودة آم هارتس,اویتروده آم هارتس,哈茨山麓奥斯特罗德	03159	06	00	03159	03159026
2856407	Osterode	osterode	DE	38835	0	Europe/Berlin	52.03291	10.66892				14	00	15085	15085230
2856408	Osterode	osterode	DE	38835	0	Europe/Berlin	51.56564	10.81695		Osterode,Osterode am Harz		15	00	16062	16062065
2856413	Osternienburg	osternienburg	DE	06386	2179	Europe/Berlin	51.79384	12.02616		Osternienburg		14	00	15082	15082256
2856493	Osterhorn	osterhorn	DE	25364	441	Europe/Berlin	53.86667	9.7		Osterhorn	01056038	10	00	01056	01056038
2856500	Osterholz-Scharmbeck	osterholz-scharmbeck	DE	27711	31405	Europe/Berlin	53.22698	8.79528		Oosterholt-Scharmbeek,Osterholz-Scharmbeck,Osterkhol'c-Sharmbek,Osterkholc-Sharmbek,Stadt Osterholz-Scharmbeck,ao si te luo er ci-sha er en bei ke,astrhwlz-sharmbrk,awstrhwlts-sharmbk,Остерхолц-Шармбек,Остерхольц-Шармбек,أوسترهولتس-شارمبك,استرهولز-شارمبرک,奥斯特罗尔茨-沙尔恩贝克	03356	06	00	03356	03356007
2856529	Osterhofen	osterhofen	DE	94486	0	Europe/Berlin	48.71307	10.45384				01	081	08135	08135010
2856530	Osterhofen	osterhofen	DE	94486	11870	Europe/Berlin	48.7	13.02221		Ostergofen,Osterhofen,Osterkhofen,ao si te luo fen,astrhwfn,awstrhwfn,Остергофен,Остерхофен,Օսթերհոֆեն,أوسترهوفن,استرهوفن,奥斯特罗芬		02	092	09271	09271141
2856962	Graben	graben	DE	14793	0	Europe/Berlin	52.71399	14.36806				11	00	12064	12064274
2856531	Osterhofen	osterhofen	DE	94486	0	Europe/Berlin	47.93498	9.81578		Osterhofen		01	084	08436	08436009
2856532	Osterhofen	osterhofen	DE	94486	0	Europe/Berlin	47.87488	12.31045				02	091	09187	09187168
2856533	Osterhofen	osterhofen	DE	94486	0	Europe/Berlin	47.82088	11.49445				02	091	09173	09173134
2856534	Osterhofen	osterhofen	DE	94486	0	Europe/Berlin	47.68533	11.98814				02	091	09182	09182112
2856535	Osterhofen	osterhofen	DE	94486	0	Europe/Berlin	47.66841	10.19097				02	097	09780	09780144
2856548	Osterhever	osterhever	DE	25836	249	Europe/Berlin	54.38547	8.766		Osterhever,Osterkhefer,Osterkhever,Uasterheewer,ao si te lei fei er,Østerhever,Остерхевер,Остерхефер,奥斯特雷费尔	01054100	10	00	01054	01054100
2856561	Osterhausen	osterhausen	DE	06295	0	Europe/Berlin	52.78182	8.15705				06	00	03453	03453003
2856562	Osterhausen	osterhausen	DE	06295	1087	Europe/Berlin	51.45417	11.50456		Grossosterhausen,Großosterhausen,Osterhausen		14	00	15087	15087130
2856589	Osterfeld	osterfeld	DE	06721	0	Europe/Berlin	51.50584	6.88602		Osterfeld		07	051	05119	05119000
2856590	Osterfeld	osterfeld	DE	06721	0	Europe/Berlin	52.18971	8.64597				07	057	05758	05758020
2856591	Osterfeld	osterfeld	DE	06721	1365	Europe/Berlin	51.08014	11.93047		Osterfeld		14	00	15084	15084375
2856592	Osterfeld	osterfeld	DE	06721	0	Europe/Berlin	51.05799	8.65012				05	066	06635	06635001
2856611	Ostereistedt	ostereistedt	DE	27404	995	Europe/Berlin	53.3	9.16667		Oostereis,Osterajshtedt,Osterajshtet,ao si te lai si te,osutaaishutetto,Остерайштедт,Остерајштет,オスターアイシュテット,奥斯特赖斯特	03357036	06	00	03357	03357036
2856619	Oesterdeichstrich	oesterdeichstrich	DE	25761	274	Europe/Berlin	54.15	8.88333		Oesterdeichstrich,Osterdeichstrich,Österdeichstrich	01051084	10	00	01051	01051084
2856629	Ostercappeln	ostercappeln	DE	49179	9605	Europe/Berlin	52.35	8.23333		Ostercappeln,Osterkapeln,Osterkappel'n,ao si te er ka pei er en,Остеркапелн,Остеркаппельн,奥斯特尔卡佩尔恩	03459029	06	00	03459	03459029
2856635	Osterby	osterby	DE	24367	0	Europe/Berlin	54.8	9.21667			01059151	10	00	01059	01059151
2856636	Osterby	osterby	DE	24367	906	Europe/Berlin	54.45	9.75			01058123	10	00	01058	01058123
2856637	Osterburken	osterburken	DE	74706	6371	Europe/Berlin	49.42997	9.42252		Osterburken,ao si te er bu er ken,astrbrwkn,awstrbwrkn,osutaburuken,Остербуркен,أوستربوركن,استربروکن,オスターブルケン,奥斯特尔布尔肯		01	082	08225	08225075
2856639	Osterburg	osterburg	DE	39606	7231	Europe/Berlin	52.78721	11.75297		Osterburg,ao si te er bu er ge,astrbwrg,awstrbwrgh,Остербург,أوستربورغ,استربورگ,奥斯特尔布尔格		14	00	15090	15090415
2856647	Osterbruch	osterbruch	DE	21762	583	Europe/Berlin	53.77805	8.94122			03352045	06	00	03352	03352045
2856648	Osterbruch	osterbruch	DE	21762	0	Europe/Berlin	51.82345	10.01601				06	00	03155	03155013
2856665	Osterberg	osterberg	DE	89296	0	Europe/Berlin	52.52336	7.43295				06	00	03454	03454032
2856666	Osterberg	osterberg	DE	89296	0	Europe/Berlin	52.21189	8.05474				06	00	03459	03459019
2856667	Österberg	osterberg	DE	89296	0	Europe/Berlin	49.09809	11.34012				02	095	09576	09576122
2856668	Osterberg	osterberg	DE	89296	0	Europe/Berlin	48.17013	12.58293				02	091	09171	09171135
2856669	Osterberg	osterberg	DE	89296	873	Europe/Berlin	48.15	10.16667		Osterberg,ao si te bei ge,Остерберг,Օսթերբերգ,奥斯特贝格	09775142	02	097	09775	09775142
2856670	Osterberg	osterberg	DE	89296	0	Europe/Berlin	47.76126	10.52296				02	097	09777	09777175
2856671	Osterberg	osterberg	DE	89296	0	Europe/Berlin	47.74885	11.74567				02	091	09182	09182116
2856720	Osterberg	osterberg	DE	89296	0	Europe/Berlin	52.24477	7.9191		Osterberg		07	055	05566	05566048
2856765	Ostenfeld	ostenfeld	DE	24790	1512	Europe/Berlin	54.464	9.2343		Ostenfeld		10	00	01054	01054099
2856766	Ostenfeld	ostenfeld	DE	24790	625	Europe/Berlin	54.31607	9.78104		Ostenfeld		10	00	01058	01058122
2856791	Osten	osten	DE	21756	0	Europe/Berlin	53.85	13.2		Osten		12	00	13075	13075070
2856792	Osten	osten	DE	21756	2030	Europe/Berlin	53.7	9.2		Osten	03352044	06	00	03352	03352044
2856793	Osten	osten	DE	21756	0	Europe/Berlin	48.37239	12.99562				02	092	09277	09277149
2856794	Osten	osten	DE	21756	0	Europe/Berlin	48.36693	12.74383				02	092	09277	09277134
2856795	Osten	osten	DE	21756	0	Europe/Berlin	47.85735	11.60903				02	091	09173	09173118
2856796	Osten	osten	DE	21756	0	Europe/Berlin	47.7633	11.92484				02	091	09182	09182114
2856798	Ostelsheim	ostelsheim	DE	75395	2541	Europe/Berlin	48.72633	8.84816			08235057	01	082	08235	08235057
2856801	Osteel	osteel	DE	26529	2383	Europe/Berlin	53.54417	7.254		Ostel,Ostel',ao si te er,Остел,Остель,奥斯特尔	03452021	06	00	03452	03452021
2856816	Ostbevern	ostbevern	DE	48346	10644	Europe/Berlin	52.04018	7.84229		Ostbefern,Ostbevern,Ostbiaerm,Ostbiärm,dong bei wo en,Остбеверн,Остбеферн,东贝沃恩	05570032	07	055	05570	05570032
2856950	Osburg	osburg	DE	54317	2327	Europe/Berlin	49.71667	6.78333		Osburg,ao si bao,Осбург,奥斯堡	07235103	08	00	07235	07235103
2856839	Oßling	ossling	DE	01920	2622	Europe/Berlin	51.35999	14.16567		Osling,Ossling,Ossling/Woslink,Osslingi vald,Oßling/Wóslink,Oßlingi vald,Woslink,Wóslink,ao si ling,Ослинг,Осслинг,奥斯灵	14625420	13	00	14625	14625420
2856888	Osloß	osloss	DE	38557	1990	Europe/Berlin	52.46925	10.68011		Osloss,Osloß	03151020	06	00	03151	03151020
2856915	Osdorf	osdorf	DE	24251	0	Europe/Berlin	53.57982	9.85826				04	00	02000	02000000
2856917	Osdorf	osdorf	DE	24251	2407	Europe/Berlin	54.43333	10.01667			01058121	10	00	01058	01058121
2856918	Osdorf	osdorf	DE	24251	0	Europe/Berlin	52.4	13.31667				11	00	12072	12072120
2856930	Oschersleben	oschersleben	DE	39387	17900	Europe/Berlin	52.03039	11.22898		FRF,Oschersleben,Oscherslewwe,Oshersleben,Oskersleva,ao she er si lai ben,awksrzlbn,awshrslybn,oshasureben,Ошерслебен,أوشرسليبن,اوکسرزلبن,オシャースレーベン,奥舍尔斯莱本		14	00	15083	15083415
2856939	Oeschebüttel	oeschebuttel	DE	25548	224	Europe/Berlin	53.98912	9.72128		Oeschebuttel,Oeschebüttel,Oschebuttel,Öschebüttel	01061080	10	00	01061	01061080
2856944	Oschatz	oschatz	DE	04758	16000	Europe/Berlin	51.30001	13.10984		Osaca,Oschatz,Oshac,Ossitium,Ošaca,Wosec,Woseč,ao sha ci,ashats,awshats,Ошац,أوشاتس,اشاتس,奥沙茨		13	00	14730	14730230
2856963	Ortwig	ortwig	DE	15324	0	Europe/Berlin	52.70385	14.35621				11	00	12064	12064274
2856975	Ortrand	ortrand	DE	01990	2507	Europe/Berlin	51.37505	13.75982		Ortrand,Wotran,Wótrań,ao er te lan de,artrand,awrtrand,Ортранд,Օրտրանդ,أورتراند,ارتراند,奥尔特兰德		11	00	12066	12066240
2857011	Ortenburg	ortenburg	DE	94496	7317	Europe/Berlin	48.54597	13.2225		Ortenburg,Otnbuag,ao er teng bao,Ортенбург,Օրթենբուրգ,奥尔滕堡		02	092	09275	09275138
2857012	Ortenberg	ortenberg	DE	63683	9155	Europe/Berlin	50.35584	9.05602		Ortenberg,Ortenburg		05	064	06440	06440019
2857013	Ortenberg	ortenberg	DE	63683	3284	Europe/Berlin	48.45158	7.97178			08317100	01	083	08317	08317100
2857037	Orsingen-Nenzingen	orsingen-nenzingen	DE	78359	3093	Europe/Berlin	47.84272	8.95909		Nenzingen,Orsingen-Nencingen,Orzingen-Nencingen,ao er xin gen-nen qin gen,Орзинген-Ненцинген,Орзінген-Ненцинген,Орсинген-Ненцинген,奥尔辛根-嫩钦根	08335099	01	083	08335	08335099
2857039	Orsfeld	orsfeld	DE	54655	161	Europe/Berlin	50.03333	6.61667			07232101	08	00	07232	07232101
2857041	Oersdorf	oersdorf	DE	24568	0	Europe/Berlin	54.0789	9.36394		Oersdorf,Orsdorf,Örsdorf		10	00	01058	01058014
2857042	Oersdorf	oersdorf	DE	24568	890	Europe/Berlin	53.83914	9.99112		Oersdorf,Orsdorf,Örsdorf	01060066	10	00	01060	01060066
2857047	Oersberg	oersberg	DE	24407	323	Europe/Berlin	54.66667	9.85		Oersberg,Orsberg,Örsberg	01059067	10	00	01059	01059067
2857062	Ornbau	ornbau	DE	91737	1730	Europe/Berlin	49.17623	10.65797		Ornbau,ao er en bao,arnbaw,awrnbaw,orunbau,Орнбау,Օրնբաու,أورنباو,ارنباو,オルンバウ,奥尔恩鲍		02	095	09571	09571189
2857066	Ormont	ormont	DE	54597	378	Europe/Berlin	50.32617	6.44238		Ormont,ao er meng te,Ормонт,奥尔蒙特	07233232	08	00	07233	07233232
2857074	Orlenbach	orlenbach	DE	54595	225	Europe/Berlin	50.16667	6.38333			07232290	08	00	07232	07232290
2857075	Oerlenbach	oerlenbach	DE	97714	5411	Europe/Berlin	50.15	10.13333		Ehrlenbakh,Erlenbakh,Erlenbax,Oerlenbach,Orlenbach,ao ai er lun ba he,Örlenbach,Ерленбах,Эрленбах,Էրլենբախ,奥埃尔伦巴赫	09672140	02	096	09672	09672140
2857089	Öring	oering	DE	23845	0	Europe/Berlin	53.82624	10.14911		Oering		10	00	01060	01060065
2857094	Orfgen	orfgen	DE	57632	278	Europe/Berlin	50.66667	7.53333			07132088	08	00	07132	07132088
2857098	Orenhofen	orenhofen	DE	54298	1326	Europe/Berlin	49.9	6.65			07232289	08	00	07232	07232289
2857105	Oerel	oerel	DE	27432	1854	Europe/Berlin	53.48333	9.05		Ehrel',Erel,Oerel,Orel,e lei er,ereru,Örel,Ерел,Эрель,エレル,厄勒尔	03357035	06	00	03357	03357035
2857114	Orbis	orbis	DE	67294	745	Europe/Berlin	49.7	8			07333057	08	00	07333	07333057
2857129	Oranienburg	oranienburg	DE	16515	40793	Europe/Berlin	52.75577	13.24197		Aranienburg,Arausionis castrum,Oranienburg,Oraninburg,ao la ning bao,aranynbrg,awranynbwrgh,olanienbuleukeu,oranienburuku,Араніенбург,Ораниенбург,Оранинбург,Оранієнбурґ,Օրանիենբուրգ,אורניינבורג,أورانينبورغ,ارانینبرگ,オラニエンブルク,奥拉宁堡,오라니엔부르크	12065	11	00	12065	12065256
2857131	Oranienbaum	oranienbaum	DE	06785	3476	Europe/Berlin	51.7986	12.40583		Oranienbaum		14	00	15091	15091241
2857134	Oppurg	oppurg	DE	07381	1325	Europe/Berlin	50.71065	11.65289		Oppurg,Opurg,ao pu er ge,Оппург,Опург,奥普尔格	16075077	15	00	16075	16075077
2857142	Oppin	oppin	DE	06188	1563	Europe/Berlin	51.55136	12.03274		Oppin		14	00	15088	15088195
2857147	Oppertshausen	oppertshausen	DE	55469	125	Europe/Berlin	49.95	7.46667			07140115	08	00	07140	07140115
2857150	Oppershausen	oppershausen	DE	99986	0	Europe/Berlin	52.58694	10.20441		Oppershusen		06	00	03351	03351022
2857151	Oppershausen	oppershausen	DE	99986	369	Europe/Berlin	51.13333	10.45			16064053	15	00	16064	16064053
2857159	Oppenweiler	oppenweiler	DE	71570	4295	Europe/Berlin	48.9827	9.4585		Openvajler,Oppenvajler,ao peng wei lei,Опенвајлер,Оппенвайлер,奥彭韦勒	08119053	01	081	08119	08119053
2857167	Oppenheim	oppenheim	DE	55276	6789	Europe/Berlin	49.8547	8.35974		Openkhajm,Oppengajm,Oppenheimium,Oppenkhajm,ao peng hai mu,awbnhaym,oppenhaimu,Опенхайм,Опенхајм,Оппенгайм,Оппенхайм,أوبنهايم,اپن‌هایم,オッペンハイム,奥彭海姆		08	00	07339	07339049
2857172	Oppenau	oppenau	DE	77728	4973	Europe/Berlin	48.47332	8.1597		Openau,Oppenau,ao pei nao,apnaw,awbnaw,Опенау,Оппенау,أوبناو,اپناو,奥佩瑙		01	083	08317	08317098
2857181	Oppelhain	oppelhain	DE	03238	0	Europe/Berlin	51.55493	13.59441				11	00	12062	12062417
2857182	Oppach	oppach	DE	02736	3060	Europe/Berlin	51.06667	14.5		Opakh,Oppach,Oppachi vald,Oppakh,Wopaka,ao pa,Опах,Оппах,奥帕	14626410	13	00	14626	14626410
2857197	Öpfingen	opfingen	DE	89614	2312	Europe/Berlin	48.28636	9.80259		Ehpfingen,Epfingen,e pu fen gen,Епфинген,Епфінген,Эпфинген,Էպֆինգեն,ეპფინგენი,厄普芬根	08425093	01	084	08425	08425093
2857198	Opfingen	opfingen	DE	89614	0	Europe/Berlin	48.00105	7.71528		Opfingen		01	083	08311	08311000
2857205	Opfenbach	opfenbach	DE	88145	2260	Europe/Berlin	47.63333	9.83333		Opfenbakh,ao pu fen ba he,Опфенбах,Օփֆենբախ,奥普芬巴赫	09776122	02	097	09776	09776122
2857224	Onsdorf	onsdorf	DE	54456	151	Europe/Berlin	49.65	6.48333			07235101	08	00	07235	07235101
2857260	Olzheim	olzheim	DE	54597	533	Europe/Berlin	50.27233	6.45511			07232288	08	00	07232	07232288
2857276	Ölsen	olsen	DE	57612	99	Europe/Berlin	50.73333	7.6			07132087	08	00	07132	07132087
2857279	Olsdorf	olsdorf	DE	54646	0	Europe/Berlin	54.3	8.63333				10	00	01054	01054113
2857280	Olsdorf	olsdorf	DE	54646	0	Europe/Berlin	50.73719	7.00289				07	053	05382	05382004
2857281	Olsdorf	olsdorf	DE	54646	108	Europe/Berlin	49.95354	6.3822			07232100	08	00	07232	07232100
2857291	Olsberg	olsberg	DE	59939	15814	Europe/Berlin	51.35613	8.48899		Ol'sberg,Olsberg,alsbrg  alman,ao er si bei ge,Олсберг,Ольсберг,السبرگ، آلمان,奥尔斯贝格		07	059	05958	05958036
2857305	Olpe	olpe	DE	57462	0	Europe/Berlin	51.35685	8.16879		Olpe		07	059	05958	05958032
2857306	Olpe	olpe	DE	57462	25686	Europe/Berlin	51.02899	7.85139		Ol'pe,Olpe,alph  alman,Олпе,Ольпе,الپه، آلمان	05966	07	059	05966	05966024
2857311	Olmscheid	olmscheid	DE	54689	163	Europe/Berlin	50.06667	6.21667			07232287	08	00	07232	07232287
2857316	Ollmuth	ollmuth	DE	54316	162	Europe/Berlin	49.66667	6.71667			07235100	08	00	07235	07235100
2857317	Öllingen	ollingen	DE	89129	512	Europe/Berlin	48.52868	10.14759			08425092	01	084	08425	08425092
2857327	Ollendorf	ollendorf	DE	99198	0	Europe/Berlin	53.36667	13.31667				12	00	13071	13071058
2857328	Ollendorf	ollendorf	DE	99198	487	Europe/Berlin	51.03333	11.18333		Olendorf,Ollendorf,ao lun duo fu,Олендорф,Оллендорф,奥伦多夫	16068039	15	00	16068	16068039
2857347	Oelixdorf	oelixdorf	DE	25524	1735	Europe/Berlin	53.92738	9.56383		Oelixdorf,Olixdorf,Ölixdorf	01061079	10	00	01061	01061079
2857363	Olfen	olfen	DE	59399	12133	Europe/Berlin	51.70787	7.37893		Ol'fen,Olfen,alfn,ao er fen,Олфен,Ольфен,الفن,奥尔芬		07	055	05558	05558036
2857364	Olfen	olfen	DE	59399	0	Europe/Berlin	49.58926	8.89326				05	064	06437	06437016
2857388	Oldisleben	oldisleben	DE	06578	2476	Europe/Berlin	51.30975	11.17112		Ol'disleben,Oldisleben,ao er di si lai ben,Олдислебен,Ольдислебен,奥尔迪斯莱本	16065088	15	00	16065	16065088
2857399	Olderup	olderup	DE	25860	466	Europe/Berlin	54.53333	9.11667		Olderup	01054097	10	00	01054	01054097
2857407	Oldersbek	oldersbek	DE	25873	626	Europe/Berlin	54.44679	9.16929		Oldersbeck,Oldersbek	01054096	10	00	01054	01054096
2857408	Oldendorf	oldendorf	DE	21726	0	Europe/Berlin	54.34925	12.96541				12	00	13073	13073066
2857410	Oldenswort	oldenswort	DE	25870	1278	Europe/Berlin	54.37243	8.93996		Ol'densvort,Oldensvort,Oldenswort,ao er deng si wo te,Олденсворт,Ольденсворт,奥尔登斯沃特	01054095	10	00	01054	01054095
2857416	Oldenhütten	oldenhutten	DE	24793	142	Europe/Berlin	54.15	9.73333		Oldenhutten,Oldenhütten	01058120	10	00	01058	01058120
2857428	Oldendorf	oldendorf	DE	21726	0	Europe/Berlin	54.13121	12.10413				12	00	13003	13003000
2857429	Oldendorf	oldendorf	DE	21726	1210	Europe/Berlin	53.95341	9.45858			01061082	10	00	01061	01061082
2857430	Oldendorf	oldendorf	DE	21726	0	Europe/Berlin	53.66676	7.54957				06	00	03462	03462003
2857431	Oldendorf	oldendorf	DE	21726	0	Europe/Berlin	53.60883	7.7163				06	00	03462	03462019
2857432	Oldendorf	oldendorf	DE	21726	2834	Europe/Berlin	53.58333	9.25			03359036	06	00	03359	03359036
2857433	Oldendorf	oldendorf	DE	21726	0	Europe/Berlin	53.44185	8.51658		Oldendorf		06	00	03352	03352032
2857434	Oldendorf	oldendorf	DE	21726	0	Europe/Berlin	53.37875	9.75666		Oldendorf		06	00	03353	03353001
2857435	Oldendorf	oldendorf	DE	21726	0	Europe/Berlin	53.37043	8.827				06	00	03356	03356004
2857436	Oldendorf	oldendorf	DE	21726	0	Europe/Berlin	53.27453	9.25732				06	00	03357	03357057
2857437	Oldendorf	oldendorf	DE	21726	0	Europe/Berlin	53.15845	10.81106				06	00	03355	03355025
2857438	Oldendorf	oldendorf	DE	21726	1019	Europe/Berlin	53.1558	10.21431		Oldendorf		06	00	03355	03355027
2857439	Oldendorf	oldendorf	DE	21726	0	Europe/Berlin	52.89182	10.90814				06	00	03354	03354022
2857440	Oldendorf	oldendorf	DE	21726	0	Europe/Berlin	52.79819	10.08734				06	00	03351	03351026
2857441	Oldendorf	oldendorf	DE	21726	0	Europe/Berlin	52.78594	7.84153				06	00	03453	03453009
2857442	Oldendorf	oldendorf	DE	21726	0	Europe/Berlin	52.23945	8.32274		Oldendorf		06	00	03459	03459024
2857443	Oldendorf	oldendorf	DE	21726	0	Europe/Berlin	52.08953	9.63552				06	00	03252	03252008
2857444	Oldendorf	oldendorf	DE	21726	0	Europe/Berlin	52.0644	8.34266		Oldendorf		07	057	05754	05754012
2857445	Oldendorf	oldendorf	DE	21726	0	Europe/Berlin	51.81667	9.76667				06	00	03155	03155003
2857446	Oldendorf	oldendorf	DE	21726	0	Europe/Berlin	52.0869	8.26698				07	057	05754	05754004
2857447	Oldenbüttel	oldenbuttel	DE	25557	320	Europe/Berlin	54.16667	9.45			01058119	10	00	01058	01058119
2857451	Oldenburg in Holstein	oldenburg-in-holstein	DE	23758	9940	Europe/Berlin	54.29576	10.90156		Ol'denburg,Ol'denburg-in-Khol'shtajn,Oldemburgo,Oldenbourg en Holstein,Oldenburg,Oldenburg in Holstein,Oldenburg in Kholshtajn,Oldenburg vo Kholshtajn,Oldenburgum,awldnbwrgh an hwlshtayn,he er si tai yin de qu ao er deng bao,Олденбург во Холштајн,Олденбург ин Холштајн,Ольденбург,Ольденбург-ин-Хольштайн,أولدنبورغ إن هولشتاين,اولدنبورگ این هل‌اشتاین,荷尔斯泰因地区奥尔登堡		10	00	01055	01055033
2857457	Oldenburg	oldenburg	DE	26121	0	Europe/Berlin	53.95508	13.55661				12	00	13075	13075154
2857458	Oldenburg	oldenburg	DE	26121	159218	Europe/Berlin	53.14118	8.21467		Aldenboarch,Aldinborg,Byen Oldenburg,Ol'dehnburg,Ol'denburg,Oldemburgh,Oldemburgo,Oldenboerj,Oldenbourg,Oldenburg,Oldenburgas,Oldenburgo,Oldenburgum,Oldenbörj,Ollnborg,Ooldenbuurich,ao er deng bao,awldnbwrg,awldnbwrgh,oldenbuleukeu,oldenburgi,orudenburuku,Олденбург,Ольденбург,Ольдэнбург,Өльдэнбург,אולדנבורג,أولدنبورغ,اولدنبورگ,اولڈنبرگ,ოლდენბურგი,オルデンブルク,奥尔登堡,올덴부르크	03403	06	00	03403	03403000
2857464	Oldenborstel	oldenborstel	DE	25560	141	Europe/Berlin	54.06667	9.51667		Oldenborstel	01061081	10	00	01061	01061081
2857472	Olching	olching	DE	82140	23978	Europe/Berlin	48.2	11.33333		Oiching,Ol'khing,Olkhing,Olxing,ao er xing,awlshyng,Олхинг,Ольхинг,Ольхінг,Օլխինգ,اولشینگ,奥尔兴	09179142	02	091	09179	09179142
2857479	Olbersleben	olbersleben	DE	99628	785	Europe/Berlin	51.15	11.33333			16068063	15	00	16068	16068063
2857481	Olbersdorf	olbersdorf	DE	02785	5948	Europe/Berlin	50.87304	14.77035		Ol'bersdorf,Olbersdorf,Olbersdorfi vald,ao er bei er si duo fu,Олберсдорф,Ольберсдорф,奥尔贝尔斯多夫	14626400	13	00	14626	14626400
2857484	Olbernhau	olbernhau	DE	09526	11162	Europe/Berlin	50.6587	13.3425		Ol'bernkhau,Olbernhau,Olbernhava,Olbernkhau,alwbrnhaw,ao er bei er en hao,awlbrnhaw,Олбернхау,Ольбернхау,أولبرنهاو,الوبرنهاو,奥尔贝尔恩豪		13	00	14521	14521460
2857547	Ohrum	ohrum	DE	38312	631	Europe/Berlin	52.12084	10.56284		Orum,ao lu mu,Орум,奥鲁姆	03158023	06	00	03158	03158023
2857556	Ohrsleben	ohrsleben	DE	39393	407	Europe/Berlin	52.09174	10.98753				14	00	15083	15083320
2857565	Öhringen	ohringen	DE	74613	22765	Europe/Berlin	49.19884	9.5072		Ehringen,Eringen,OEhringen,Ohringen,awrynghyn,awryngyn,e he lin gen,eringen,Öhringen,Еринген,Ерінген,Эринген,أورينغين,اورینگین,エーリンゲン,厄赫林根		01	081	08126	08126066
2857581	Ohrenbach	ohrenbach	DE	91620	0	Europe/Berlin	49.72051	11.61819		Ohrenbach		02	093	09371	09371113
2858426	Obhausen	obhausen	DE	06268	1955	Europe/Berlin	51.39172	11.65312		Obhausen,Obkhauzen,ao bu hao sen,Обхаузен,奥布豪森	15088265	14	00	15088	15088265
2857582	Ohrenbach	ohrenbach	DE	91620	663	Europe/Berlin	49.47055	10.21008		Orenbakh,Orenbax,ao lun ba he,orenbahha,Оренбах,Օրենբախ,オーレンバッハ,奥伦巴赫	09571188	02	095	09571	09571188
2857583	Ohrenbach	ohrenbach	DE	91620	0	Europe/Berlin	49.29343	9.74897		Ohrenbach		01	081	08126	08126046
2857591	Ohrdruf	ohrdruf	DE	99885	0	Europe/Berlin	50.83333	10.81667				15	00	16067	16067053
2857592	Ohrdruf	ohrdruf	DE	99885	0	Europe/Berlin	50.82882	10.73407		Ohrdruf,Ordruf,ao er de lu fu,ardwrf,awrdrwf,Ордруф,أوردروف,اردورف,奥尔德鲁夫		15	00	16067	16067053
2857603	Ohorn	ohorn	DE	01896	2500	Europe/Berlin	51.17199	14.04669		Okhorn,ao huo er en,Охорн,奥霍尔恩	14625410	13	00	14625	14625410
2857610	Öhningen	ohningen	DE	78337	3761	Europe/Berlin	47.66186	8.88674		Ehningen,Eningen,OEhningen,Ohningen,e he ning gen,Öhningen,Енинген,Енінген,Энинген,Էնինգեն,厄赫宁根	08335061	01	083	08335	08335061
2857619	Ohne	ohne	DE	48465	567	Europe/Berlin	52.26667	7.28333			03456016	06	00	03456	03456016
2857637	Ohmden	ohmden	DE	73275	1733	Europe/Berlin	48.64599	9.52698		Omden,ao mu deng,Омден,Օմդեն,奥姆登	08116053	01	081	08116	08116053
2857643	Ohmbach	ohmbach	DE	66903	864	Europe/Berlin	49.45	7.35		Ombakh,ao en ba he,Омбах,奥恩巴赫	07336076	08	00	07336	07336076
2857646	Ohlweiler	ohlweiler	DE	55469	338	Europe/Berlin	49.96667	7.5			07140113	08	00	07140	07140113
2857649	Ohlstadt	ohlstadt	DE	82441	3368	Europe/Berlin	47.63333	11.23333		Ol'shtadt,Olshtat,Olstad,ao er si ta te,awlshtat,Олштат,Ольштадт,Օլշտադ,اولشتات,奥尔斯塔特	09180127	02	091	09180	09180127
2857653	Ohlsbach	ohlsbach	DE	77797	3176	Europe/Berlin	48.43222	7.99384		Ol'sbakh,Olsbakh,ao er si ba he,Олсбах,Ольсбах,奥尔斯巴赫	08317097	01	083	08317	08317097
2857654	Öchlitz	oechlitz	DE	06268	580	Europe/Berlin	51.32322	11.76248		Ochlitz,Oechlitz,Ohlitz,Öchlitz,Öhlitz		14	00	15088	15088235
2857673	Ohlenhard	ohlenhard	DE	53520	162	Europe/Berlin	50.45	6.76667			07131062	08	00	07131	07131062
2857735	Ogrosen	ogrosen	DE	03205	0	Europe/Berlin	51.71274	14.04221		Hogrozna,Ogrosen		11	00	12066	12066320
2857741	Oggelshausen	oggelshausen	DE	88422	954	Europe/Berlin	48.06667	9.65			08426090	01	084	08426	08426090
2857752	Oftersheim	oftersheim	DE	68723	10100	Europe/Berlin	49.36528	8.58306		Oftersgajm,Ofterskhajm,ao fu te er si hai mu,ofutasuhaimu,Офтерсгайм,Офтерсхайм,Офтерсхајм,オフタースハイム,奥夫特尔斯海姆	08226062	01	082	08226	08226062
2857753	Ofterschwang	ofterschwang	DE	87527	2021	Europe/Berlin	47.5	10.23333		Oftershvang,Oftersvang,ao fu te er shi wang,Офтершванг,Օֆտերշվանգ,奥夫特尔施旺	09780134	02	097	09780	09780134
2857756	Ofterdingen	ofterdingen	DE	72131	4329	Europe/Berlin	48.41667	9.03333		Ofterdingen,ao fu te er ding gen,Офтердинген,Офтердінген,奥夫特尔丁根	08416031	01	084	08416	08416031
2857765	Offstein	offstein	DE	67591	1891	Europe/Berlin	49.60611	8.23806		Ofshtajn,ao fu si tai yin,Офштайн,Офштајн,奥夫斯泰因	07331054	08	00	07331	07331054
2857770	Offingen	offingen	DE	89362	4099	Europe/Berlin	48.48258	10.36249		Offingen,Ofingen,ao fen gen,Офинген,Оффинген,Оффінген,Օֆինգեն,奥芬根		02	097	09774	09774171
2857771	Offingen	offingen	DE	89362	0	Europe/Berlin	48.15654	9.56083				01	084	08426	08426124
2857790	Offenheim	offenheim	DE	55234	602	Europe/Berlin	49.72556	8.03028			07331053	08	00	07331	07331053
2857791	Offenhausen	offenhausen	DE	91238	1616	Europe/Berlin	49.44971	11.41316			09574145	02	095	09574	09574145
2857792	Offenhausen	offenhausen	DE	91238	0	Europe/Berlin	48.40163	10.02258				02	097	09775	09775135
2857793	Offenhausen	offenhausen	DE	91238	0	Europe/Berlin	48.39952	9.36898				01	084	08415	08415027
2857798	Offenburg	offenburg	DE	77652	59238	Europe/Berlin	48.47377	7.94495		Ofenburg,Offenbourg,Offenburg,Offenburgum,ZPA,ao fen bao,awfnbwrg,awfnbwrgh,offenburuku,Офенбург,Оффенбург,אופנבורג,أوفنبورغ,اوفنبورگ,オッフェンブルク,奥芬堡	08317	01	083	08317	08317096
2857799	Offenberg	offenberg	DE	94560	0	Europe/Berlin	51.82041	6.35876				07	051	05154	05154008
2857800	Offenberg	offenberg	DE	94560	3364	Europe/Berlin	48.86195	12.86293		Ofenberg,Offenberg,ao fen bei ge,awfnbrg,Офенберг,Оффенберг,Օֆենբերգ,اوفنبرگ,奥芬贝格	09271140	02	092	09271	09271140
2857803	Offenbach an der Queich	offenbach-an-der-queich	DE	76877	6097	Europe/Berlin	49.19546	8.19779		Ofenbakh an der Kvajkh,Offenbach,Offenbach an der Queich,Offenbakh-an-der-Kvajkh,ku ai xi he pan ao fen ba he,Офенбах ан дер Квајх,Оффенбах-ан-дер-Квайх,オッフェンバッハ・アン・デア・クヴァイヒ,库艾希河畔奥芬巴赫	07337061	08	00	07337	07337061
2857805	Offenbach	offenbach	DE	63065	0	Europe/Berlin	48.20868	8.21472				01	083	08317	08317051
2857806	Offenbach	offenbach	DE	63065	0	Europe/Berlin	50.69878	8.41548				05	065	06532	06532017
2857807	Offenbach	offenbach	DE	63065	119192	Europe/Berlin	50.10061	8.76647		Offenbach,Offenbach am Main	06413	05	064	06413	06413000
2857809	Offenau	offenau	DE	74254	0	Europe/Berlin	53.77797	9.69972				10	00	01056	01056008
2857810	Offenau	offenau	DE	74254	2748	Europe/Berlin	49.24583	9.16056		Ofenau,Offenau,ao fei nao,offenau,Офенау,Оффенау,オッフェナウ,奥费瑙	08125079	01	081	08125	08125079
2857845	Oetzen	oetzen	DE	29588	0	Europe/Berlin	53.01917	10.67571			03360015	06	00	03360	03360015
2857847	Oettingen in Bayern	oettingen-in-bayern	DE	86732	5336	Europe/Berlin	48.95274	10.60465		Ehttingen-in-Bajern,Etingen in Bauern,Ettingen-in-Baern,Oettingen,Oettingen in Bavariya,Oettingen in Bayern,atyngn,awtynghn an bayrn,e ting gen,Етинген ин Бауерн,Еттінген-ін-Баєрн,Эттинген-ин-Байерн,Էթինգեն,أوتينغن إن بايرن,اتینگن,エッティンゲン・イン・バイエルン,厄廷根		02	097	09779	09779197
2857850	Oettersdorf	oettersdorf	DE	07907	877	Europe/Berlin	50.6	11.81667		Oettersdorf	16075076	15	00	16075	16075076
2857852	Oettern	oettern	DE	99438	0	Europe/Berlin	51.96699	8.87869				07	057	05766	05766020
2857853	Oettern	oettern	DE	99438	151	Europe/Berlin	50.92251	11.35806			16071071	15	00	16071	16071071
2857895	Oersdorf	oersdorf	DE	24568	0	Europe/Berlin	53.40391	9.40968				06	00	03359	03359002
2858424	Obing	obing	DE	83119	3938	Europe/Berlin	48.00049	12.40528		Obing,ao bin,awbyng,Обинг,Обінг,Օբինգ,اوبینگ,奥宾	09189133	02	091	09189	09189133
2858437	Oberzissen	oberzissen	DE	56651	1069	Europe/Berlin	50.45	7.2			07131060	08	00	07131	07131060
2857900	Oerlinghausen	oerlinghausen	DE	33813	17403	Europe/Berlin	51.95453	8.6622		Ehrlingkhauzen,Erlinggauzen,Erlingkhauzen,awrlynghhawzn,e ling hao sen,eruringuhauzen,Ерлингхаузен,Ерлінггаузен,Эрлингхаузен,أورلينغهاوزن,اورلینگ‌هاوزن,エルリングハウゼン,厄灵豪森		07	057	05766	05766056
2857904	Oer-Erkenschwick	oer-erkenschwick	DE	45739	30409	Europe/Berlin	51.64198	7.26451		Er-Erkenshvik,Oer-Erkenschwick,Or-Ehrkenshvik,Or-Erkensvik,Or-Erkenşvik,ao ai er-ai er ken shi wei ke,awr-arknshfyk,oa=eakenshuvu~ikku,Ер-Еркеншвик,Ер-Еркеншвік,Ор-Эркеншвик,أور-إركنشفيك,اور-ارکن‌اشویک,オーア＝エアケンシュヴィック,奥埃尔-埃尔肯施维克		07	055	05562	05562028
2857908	Oepfershausen	oepfershausen	DE	98634	534	Europe/Berlin	50.64113	10.24085		Ehpferskhauzen,Epferskhauzen,Oepfershausen,ao ai pu fei er si hao sen,Епферсхаузен,Эпферсхаузен,奥埃普费尔斯豪森	16066086	15	00	16066	16066086
2857917	Oelsnitz	oelsnitz	DE	08606	0	Europe/Berlin	51.35449	13.62677				13	00	14627	14627110
2857918	Oelsnitz	oelsnitz	DE	08606	12268	Europe/Berlin	50.72584	12.701		Oelsnitz		13	00	14521	14521450
2857919	Oelsnitz	oelsnitz	DE	08606	12686	Europe/Berlin	50.4147	12.1695		Oelsnitz im Vogtland,Oelsnitz/Vogtl.		13	00	14523	14523300
2857929	Oelsberg	oelsberg	DE	56357	524	Europe/Berlin	50.19877	7.83694			07141107	08	00	07141	07141107
2857943	Oelde	oelde	DE	59302	29297	Europe/Berlin	51.8289	8.14724		Ehl'de,El'de,Elde,Oelde,Ol'de,Stadt Oelde,awldh,e er de,Елде,Ельде,Ольде,Эльде,أولده,اولده,厄尔德		07	055	05570	05570028
2857967	Oedheim	oedheim	DE	74229	5921	Europe/Berlin	49.24028	9.25333		Edgajm,Edkhajm,Ehdkhajm,Oedheim,ao ai de hai mu,etohaimu,Едгайм,Едхајм,Эдхайм,エートハイム,奥埃德海姆	08125078	01	081	08125	08125078
2857970	Oederan	oederan	DE	09569	7143	Europe/Berlin	50.86064	13.17164		Ederan,Ederana,Ehderan,Oederan,Oederanum,awdhran,aydrn,e de lan,Ēderana,Едеран,Эдеран,آئدرن,أودهران,厄德兰		13	00	14522	14522440
2857973	Ödenbach	odenbach	DE	67748	0	Europe/Berlin	47.92332	8.09663		Odenbach,Oedenbach,Ödenbach		01	083	08315	08315016
2857983	Oechsen	oechsen	DE	36404	685	Europe/Berlin	50.74531	10.06286		Ehkhzen,Ekhzen,Okhzen,e ke sen,Ехзен,Охзен,Эхзен,厄克森	16063062	15	00	16063	16063062
2857984	Oebles-Schlechtewitz	oebles-schlechtewitz	DE	06231	233	Europe/Berlin	51.25643	12.06261		Oebles-Schlechtewitz		14	00	15088	15088020
2857985	Oebisfelde	oebisfelde	DE	39646	7341	Europe/Berlin	52.43421	10.98786		Ebisfelde,Ehbisfel'de-Veferlingen,Oebisfelde,Ебисфелде,Эбисфельде-Веферлинген		14	00	15083	15083411
2858013	Odisheim	odisheim	DE	21775	617	Europe/Berlin	53.69565	8.94281			03352043	06	00	03352	03352043
2858051	Oderwitz	oderwitz	DE	02791	0	Europe/Berlin	51.13909	12.23012				13	00	14729	14729100
2858071	Oederquart	oederquart	DE	21734	1251	Europe/Berlin	53.80267	9.2368		Ederkuart,Ehderkvart,Oderquart,Oederquart,ao ai de er ku a er te,edakuvu~aruto,Öderquart,Едеркуарт,Эдеркварт,エーダークヴァルト,奥埃德尔库阿尔特	03359035	06	00	03359	03359035
2858079	Oderin	oderin	DE	15757	0	Europe/Berlin	52.07455	13.72508				11	00	12061	12061216
2858092	Oderberg	oderberg	DE	16248	2546	Europe/Berlin	52.86571	14.04508		Oderberg,Oderberga,adrbrg,ao de er bei ge,awdrbrgh,Одерберг,Օդերբերգ,أودربرغ,ادربرگ,奥德尔贝格		11	00	12060	12060176
2858093	Oderberg	oderberg	DE	16248	0	Europe/Berlin	47.94942	12.60058				02	091	09189	09189154
2858103	Odenthal	odenthal	DE	51519	15619	Europe/Berlin	51.03333	7.11667		Odental,Odental',Odenthal,ao deng ta er,Одентал,Оденталь,奥登塔尔	05378020	07	053	05378	05378020
2858104	Ödenthal	odenthal	DE	51519	0	Europe/Berlin	49.64432	12.23911				02	093	09363	09363000
2858105	Ödenthal	odenthal	DE	51519	0	Europe/Berlin	49.0658	12.11634				02	093	09362	09362000
2858145	Odenbach	odenbach	DE	67748	926	Europe/Berlin	49.68333	7.65		Odenbakh,ao deng ba he,Оденбах,奥登巴赫	07336074	08	00	07336	07336074
2858149	Odelzhausen	odelzhausen	DE	85235	4275	Europe/Berlin	48.30889	11.19889		Odel'cgauzen,Odel'ckhauzen,Odelckhauzen,ao de er ci hao sen,awdltshawzn,Оделцхаузен,Одельцгаузен,Одельцхаузен,Օդելցհաուզեն,اودلتسهاوزن,奥德尔茨豪森	09174135	02	091	09174	09174135
2858154	Odderade	odderade	DE	25785	308	Europe/Berlin	54.13892	9.19408		Odderade	01051083	10	00	01051	01051083
2858231	Ockholm	ockholm	DE	25842	356	Europe/Berlin	54.66667	8.83333		E Hoolme,Ockholm,Okholm,Okkhol'm,Okkholm,ao ke huo er mu,Окхолм,Окхольм,奥克霍尔姆	01054093	10	00	01054	01054093
2858233	Ockfen	ockfen	DE	54441	655	Europe/Berlin	49.61667	6.58333			07235098	08	00	07235	07235098
2858239	Ockenheim	ockenheim	DE	55437	2295	Europe/Berlin	49.94371	7.97127			07339048	08	00	07339	07339048
2858241	Ockenfels	ockenfels	DE	53545	1101	Europe/Berlin	50.5761	7.27535			07138055	08	00	07138	07138055
2858245	Ochtrup	ochtrup	DE	48607	19441	Europe/Berlin	52.20802	7.18988		Ochtrup,Okhtrup,Oxtrup,aktrwp,ao te lu pu,awkhtrwb,Охтруп,أوختروب,اکتروپ,奥特鲁普		07	055	05566	05566068
2858249	Ochtmersleben	ochtmersleben	DE	39167	592	Europe/Berlin	52.15782	11.40896	118	OchtensIae,OchtensIä,Ochtensleben,Ochtmersleben,Ochtmersleven [a. 1175],Okhtmersleben,Othmerslove [a. 1207],Охтмерслебен		14	00	15083	15083298
2858252	Ochtersum	ochtersum	DE	26489	0	Europe/Berlin	52.13438	9.94228		Hildesheim-Ochtersum,Ochtereshem [a. 1132],Ochterssen,Ochtersum (Hildesheim),Ochterßen		06	00	03254	03254021
2858253	Ochtendung	ochtendung	DE	56299	5207	Europe/Berlin	50.35	7.38333		Ochtendung,Okhtendung,ao teng dong,Охтендунг,奥滕东	07137086	08	00	07137	07137086
2858326	Ochsenhausen	ochsenhausen	DE	88416	8950	Europe/Berlin	48.07029	9.9503		Ochsenhausen,Okhzenkhauzen,Oksengauzen,Oksenkhauzen,ao sen hao sen,awksnhawzn,Оксенгаузен,Оксенхаузен,Охзенхаузен,Օքսենհաուզեն,أوكسنهاوزن,اوکسن‌هاوزن,ოკსენჰაუზენი,奥森豪森		01	084	08426	08426087
2858333	Ochsenfurt	ochsenfurt	DE	97199	11492	Europe/Berlin	49.66429	10.06227		Oksenfurt,Oxnfuat,ao sen fu er te,awksnfwrt,okuzenfuruto,Оксенфурт,Օքսենֆուրտ,أوكسنفورت,اوکسنفورت,オクゼンフルト,奥森富尔特		02	096	09679	09679170
2858416	Obrigheim	obrigheim	DE	67283	2809	Europe/Berlin	49.59161	8.20483		Obrigheim		08	00	07332	07332041
2858417	Obrigheim	obrigheim	DE	67283	5299	Europe/Berlin	49.35194	9.09083		Obrigheim	08225074	01	082	08225	08225074
2858484	Oberwolfach	oberwolfach	DE	77709	2758	Europe/Berlin	48.31667	8.21667		Obervol'fakh,Obervolfakh,shang wo er fa,Оберволфах,Обервольфах,上沃尔法	08317093	01	083	08317	08317093
2858498	Dammbach	dammbach	DE	63874	0	Europe/Berlin	49.85774	9.32756		Dambakh,Dambax,Dammbakh,damubahha,Дамбах,Даммбах,Դամբախ,ダムバッハ		02	096	09671	09671160
2858539	Oberwiesen	oberwiesen	DE	67294	474	Europe/Berlin	49.7	7.96667			07333056	08	00	07333	07333056
2858543	Oberwies	oberwies	DE	56379	188	Europe/Berlin	50.28861	7.78056			07141106	08	00	07141	07141106
2858548	Oberwiera	oberwiera	DE	08396	1227	Europe/Berlin	50.88913	12.54415		Obervira,shang wei la,Обервира,上维拉	14524240	13	00	14524	14524240
2858562	Oberwesel	oberwesel	DE	55430	3128	Europe/Berlin	50.10777	7.72522		Obervezel,Obervezel',Oberwesel,awbrfyzl,awbrwzl,obavu~eseru,Обервезел,Обервезель,أوبرفيزل,اوبروزل,オーバーヴェセル		08	00	07140	07140112
2858586	Oberweißbach	oberweissbach	DE	98744	1653	Europe/Berlin	50.58231	11.14382		Obervajsbakh,Oberweissbach,Oberweissbach/Thueringer Wald,Oberweißbach,Oberweißbach/Thüringer Wald,ao bo wei si ba he,awbrfaysbakh,awbrwaysbakh/twryngnrwald,Обервайсбах,Обервајсбах,أوبرفايسباخ,اوبروایسباخ/تورینگنروالد,奥伯韦斯巴赫		15	00	16073	16073113
2858591	Oberweis	oberweis	DE	54636	578	Europe/Berlin	49.96667	6.41667			07232099	08	00	07232	07232099
2858601	Oberweiler im Tal	oberweiler-im-tal	DE	67756	0	Europe/Berlin	49.58333	7.55		Obervajler im Tal,Obervajler-im-Tal',gu de shang wei lei,Обервайлер-им-Таль,Обервајлер им Тал,谷地上魏勒	07336072	08	00	07336	07336072
2858602	Oberweiler	oberweiler	DE	54636	148	Europe/Berlin	50.05	6.45			07232098	08	00	07232	07232098
2858603	Oberweiler	oberweiler	DE	54636	0	Europe/Berlin	49.8508	10.58869				02	094	09471	09471122
2858604	Oberweiler	oberweiler	DE	54636	172	Europe/Berlin	49.59814	7.61023				08	00	07336	07336073
2858605	Oberweiler	oberweiler	DE	54636	0	Europe/Berlin	49.2741	9.92835				01	081	08127	08127032
2858606	Oberweiler	oberweiler	DE	54636	0	Europe/Berlin	49.01112	10.80417		Oberweiler		02	095	09577	09577150
2858607	Oberweiler	oberweiler	DE	54636	0	Europe/Berlin	48.86315	9.45395				01	081	08119	08119089
2858608	Oberweiler	oberweiler	DE	54636	0	Europe/Berlin	48.64212	8.52584				01	082	08235	08235066
2858609	Oberweiler	oberweiler	DE	54636	0	Europe/Berlin	48.37259	8.4362				01	082	08237	08237045
2858610	Oberweiler	oberweiler	DE	54636	0	Europe/Berlin	48.30147	10.02296				01	084	08425	08425137
2858611	Oberweiler	oberweiler	DE	54636	0	Europe/Berlin	47.96709	9.61222				01	084	08436	08436093
2858612	Oberweiler	oberweiler	DE	54636	0	Europe/Berlin	47.94148	9.42194		Oberweiler		01	084	08437	08437086
2858613	Oberweiler	oberweiler	DE	54636	0	Europe/Berlin	47.89303	10.399				02	097	09777	09777165
2858614	Oberweiler	oberweiler	DE	54636	0	Europe/Berlin	47.8	9.4				01	084	08435	08435067
2858615	Oberweiler	oberweiler	DE	54636	0	Europe/Berlin	47.80872	7.67515				01	083	08315	08315007
2858616	Oberweiler	oberweiler	DE	54636	0	Europe/Berlin	47.75	9.83333				01	084	08436	08436081
2858617	Oberweiler	oberweiler	DE	54636	0	Europe/Berlin	47.75	9.55				01	084	08436	08436064
2858636	Oberweid	oberweid	DE	98634	590	Europe/Berlin	50.59043	10.06381		Obervajd,Oberweid,shang wei de,Обервайд,Обервајд,上魏德	16066052	15	00	16066	16066052
2858658	Oberwambach	oberwambach	DE	57614	445	Europe/Berlin	50.66667	7.65			07132086	08	00	07132	07132086
2858665	Oberwallmenach	oberwallmenach	DE	56357	208	Europe/Berlin	50.16667	7.83333			07141105	08	00	07141	07141105
2858729	Oberviechtach	oberviechtach	DE	92526	5022	Europe/Berlin	49.45809	12.41669		Oberfikhtakh,Oberviechtach,Obervikhtakh,Veichta,Viechtach,awbrfyshtakh,shang fei xi ta he,Обервихтах,Оберфихтах,Оберфіхтах,أوبرفيشتاخ,اوبرفیشتاخ,上菲希塔赫	09376151	02	093	09376	09376151
2858738	Oberursel	oberursel	DE	61440	42448	Europe/Berlin	50.20731	8.57747		Oberursel		05	064	06434	06434008
2858763	Obertshausen	obertshausen	DE	63179	24459	Europe/Berlin	50.07139	8.85123		Obertsgauzen,Obertshausen,Obertskhauzen,awbrtshawzn,oberutsuhauzen,shang ci hao sen,Обертсгаузен,Обертсхаузен,أوبرتسهاوزن,اوبرتس‌هاوزن,オーベルツハウゼン,上茨豪森		05	064	06438	06438010
2858765	Obertrubach	obertrubach	DE	91286	2185	Europe/Berlin	49.7	11.35		Obertrubach,Obertrubakh,obatorubahha,shang te lu ba he,Обертрубах,Օբերթրուբախ,オーバートルバッハ,上特鲁巴赫	09474156	02	094	09474	09474156
2858771	Obertrebra	obertrebra	DE	99510	0	Europe/Berlin	51.06327	11.56907				15	00	16071	16071069
2858773	Obertraubling	obertraubling	DE	93083	7037	Europe/Berlin	48.96667	12.16667		Obertraubling,awbrtrawblyng,shang te lao bu ling,Обертраублинг,Обертраублінг,Օբերթրաուբլինգ,اوبرتراوبلینگ,上特劳布灵	09375179	02	093	09375	09375179
2858783	Obertiefenbach	obertiefenbach	DE	56357	0	Europe/Berlin	50.45915	8.12497		Obertiefenbach		05	065	06533	06533001
2858784	Obertiefenbach	obertiefenbach	DE	56357	382	Europe/Berlin	50.24199	7.88973			07141104	08	00	07141	07141104
2858787	Oberthulba	oberthulba	DE	97723	5151	Europe/Berlin	50.19904	9.95882		Oberthulba,Obertul'ba,Obertulba,shang tu er ba,Обертулба,Обертульба,Օբերտուլբա,上图尔巴		02	096	09672	09672139
2858806	Oberthal	oberthal	DE	66649	0	Europe/Berlin	47.86667	10.25				02	097	09778	09778144
2858807	Oberthal	oberthal	DE	66649	6581	Europe/Berlin	49.51257	7.08382			10046116	09	00	10046	10046116
2858808	Oberthal	oberthal	DE	66649	0	Europe/Berlin	47.94811	12.21929				02	091	09187	09187174
2858811	Oberteuringen	oberteuringen	DE	88094	4304	Europe/Berlin	47.72409	9.46979		Obertojringen,Obertoyringen,shang tuo yi lin gen,Обертойринген,Обертойрінген,Обертојринген,Օբերտոյրինգեն,ობერტოირინგენი,上托伊林根	08435045	01	084	08435	08435045
2858827	Obertaufkirchen	obertaufkirchen	DE	84419	2424	Europe/Berlin	48.26046	12.27904		Obertaufkirkhen,awbrtawf kyrshn,shang tao fu ji xing,Обертауфкирхен,Обертауфкірхен,Օբերթաուֆկիրխեն,اوبرتاوف کیرشن,上陶夫基兴	09183135	02	091	09183	09183135
2859240	Oberroßbach	oberrossbach	DE	56479	0	Europe/Berlin	49.546	10.5903				02	095	09575	09575119
2859241	Oberroßbach	oberrossbach	DE	56479	0	Europe/Berlin	48.37909	12.62599				02	092	09277	09277133
2858852	Obersüßbach	obersussbach	DE	84101	1682	Europe/Berlin	48.61667	11.95		Obersuessbach,Obersüßbach,Oberzisbakh,Oberzjusbakh,Oberzyusbax,shang xu si ba he,Оберзисбах,Оберзюсбах,Օբերզյուսբախ,上叙斯巴赫	09274165	02	092	09274	09274165
2858857	Obersülzen	obersulzen	DE	67271	520	Europe/Berlin	49.56833	8.21139		Oberzilcen,Oberzjul'cen,shang xu er cen,Оберзилцен,Оберзюльцен,上叙尔岑	07332040	08	00	07332	07332040
2858874	Oberstreu	oberstreu	DE	97640	1689	Europe/Berlin	50.40338	10.28775			09673151	02	096	09673	09673151
2858875	Oberstreit	oberstreit	DE	55596	257	Europe/Berlin	49.8	7.7			07133075	08	00	07133	07133075
2858906	Oberstenfeld	oberstenfeld	DE	71720	8046	Europe/Berlin	49.02611	9.32083		Oberstenfel'd,Oberstenfeld,awbrshtnfld,shang si teng fei er de,Оберстенфелд,Оберстенфельд,اوبرشتنفلد,上斯滕费尔德	08118060	01	081	08118	08118060
2858918	Obersteinebach	obersteinebach	DE	56593	259	Europe/Berlin	50.59088	7.49843			07132085	08	00	07132	07132085
2858962	Oberstedem	oberstedem	DE	54634	79	Europe/Berlin	49.93333	6.51667			07232097	08	00	07232	07232097
2858964	Oberstdorf	oberstdorf	DE	87561	9788	Europe/Berlin	47.40724	10.27939		Oberstdorf,ao bo si duo fu,awbrshtdwrf,oberusutodorufu,Оберстдорф,Օբերստդորֆ,اوبرشتدورف,オーベルストドルフ,奥伯斯多夫		02	097	09780	09780133
2858965	Oberstaufenbach	oberstaufenbach	DE	66879	272	Europe/Berlin	49.51599	7.50988		Obershtaufenbakh,shang si tao fen ba he,Оберштауфенбах,上斯陶芬巴赫	07336071	08	00	07336	07336071
2858966	Oberstaufen	oberstaufen	DE	87534	7190	Europe/Berlin	47.55568	10.02245		Obastaffa,Obershtaufen,Oberstaufen,shang si tao fen,Оберштауфен,Օբերշտաուֆեն,上斯陶芬		02	097	09780	09780132
2858971	Oberstadtfeld	oberstadtfeld	DE	54570	646	Europe/Berlin	50.17616	6.76924			07233055	08	00	07233	07233055
2858973	Oberstadt	oberstadt	DE	98530	417	Europe/Berlin	50.55531	10.59844		Oberstadt	16069035	15	00	16069	16069035
2858976	Oberstadion	oberstadion	DE	89613	1577	Europe/Berlin	48.18596	9.69241		Obershtadion,Oberstadion,shang si ta di weng,Оберштадион,Оберштадіон,Օբերշտադիոն,ობერშტადიონი,上斯塔迪翁	08425091	01	084	08425	08425091
2858999	Obersontheim	obersontheim	DE	74423	4810	Europe/Berlin	49.05667	9.89917		Obersontheim,Oberzontgajm,Oberzontkhajm,obazontohaimu,shang song tai mu,Оберзонтгайм,Оберзонтхайм,Оберзонтхајм,オーバーゾントハイム,上松泰姆	08127063	01	081	08127	08127063
2859007	Obersöchering	obersochering	DE	82395	1454	Europe/Berlin	47.73333	11.21667			09190136	02	091	09190	09190136
2859010	Obersinn	obersinn	DE	97791	1048	Europe/Berlin	50.20875	9.61545		Obersinn,Oberzin,Oberzinn,shang xin en,Оберзин,Оберзінн,Օբերզին,上辛恩		02	096	09677	09677169
2859012	Obersimten	obersimten	DE	66957	679	Europe/Berlin	49.16667	7.58333			07340036	08	00	07340	07340036
2859055	Obersdorf	obersdorf	DE	06528	0	Europe/Berlin	52.54191	14.16936				11	00	12064	12064317
2859056	Obersdorf	obersdorf	DE	06528	544	Europe/Berlin	51.52094	11.32566		Obersdorf		14	00	15087	15087370
2859057	Obersdorf	obersdorf	DE	06528	0	Europe/Berlin	50.83884	8.06807		Obersdorf		07	059	05970	05970044
2859058	Obersdorf	obersdorf	DE	06528	0	Europe/Berlin	50.13345	11.15361				02	094	09478	09478127
2859059	Obersdorf	obersdorf	DE	06528	0	Europe/Berlin	49.76593	12.11095				02	093	09374	09374128
2859060	Obersdorf	obersdorf	DE	06528	0	Europe/Berlin	49.4881	11.79734				02	093	09371	09371151
2859068	Oberschweinbach	oberschweinbach	DE	82294	1480	Europe/Berlin	48.23817	11.15571			09179140	02	091	09179	09179140
2859077	Oberschwarzach	oberschwarzach	DE	97516	1425	Europe/Berlin	49.86051	10.40999		Oberschwarzach,Obershvarcakh,awbrshwartsakh,shang shi wa er cha he,Обершварцах,اوبرشوارتساخ,上施瓦尔察赫		02	096	09678	09678164
2859078	Oberschwarzach	oberschwarzach	DE	97516	0	Europe/Berlin	49.85179	11.70242				02	094	09472	09472127
2859079	Oberschwarzach	oberschwarzach	DE	97516	0	Europe/Berlin	49.38193	8.99598				01	082	08225	08225116
2859080	Oberschwarzach	oberschwarzach	DE	97516	0	Europe/Berlin	47.9598	9.88972				01	084	08436	08436010
2859105	Oberschönegg	oberschonegg	DE	87770	985	Europe/Berlin	48.10846	10.29848		Obersheneg,Obershenegg,Obershjoneg,Obersyoneg,shang she nei ge,Обершенег,Обершенегг,Обершёнег,Օբերշյոնեգ,上舍内格	09778184	02	097	09778	09778184
2859118	Oberschönau	oberschonau	DE	98587	0	Europe/Berlin	49.14997	10.63632		Oberschonau,Oberschönau		02	095	09571	09571113
2859129	Oberschneiding	oberschneiding	DE	94363	2745	Europe/Berlin	48.79573	12.642		Obershnajding,awbrshnaydyng,shang shi nai ding,Обершнайдинг,Обершнайдінг,Обершнајдинг,اوبرشنایدینگ,上施奈丁	09278167	02	092	09278	09278167
2859146	Oberschlettenbach	oberschlettenbach	DE	76889	135	Europe/Berlin	49.14612	7.87188			07337060	08	00	07337	07337060
2859147	Oberschleißheim	oberschleissheim	DE	85764	11290	Europe/Berlin	48.25	11.56667		Obaschleissheim,Obaschleißheim,Oberschleissheim,Oberschleißheim,Obershlajskhajm,Obershljajsgajm,Oberslayshaym,awbrshlayshaym,shang shi lai si hai mu,Обершлайсхайм,Обершлајсхајм,Обершляйсгайм,Օբերշլայսհայմ,اوبرشلایسهایم,上施莱斯海姆	09184135	02	091	09184	09184135
2859173	Oberscheinfeld	oberscheinfeld	DE	91483	1315	Europe/Berlin	49.70829	10.43418		Obersaynfeld,Oberscheinfeld,Obershajnfel'd,Obershajnfeld,abrschynfld,shang sha yin fei er de,Обершайнфельд,Обершајнфелд,Օբերշայնֆելդ,ابرسچینفلد,上沙因费尔德		02	095	09575	09575157
2859174	Oberscheidweiler	oberscheidweiler	DE	54533	204	Europe/Berlin	50.08333	6.93333			07231101	08	00	07231	07231101
2859229	Oberroth	oberroth	DE	89294	0	Europe/Berlin	50.37344	11.02939				15	00	16072	16072015
2859230	Oberroth	oberroth	DE	89294	0	Europe/Berlin	48.30775	11.32948				02	091	09174	09174143
2859231	Oberroth	oberroth	DE	89294	824	Europe/Berlin	48.17582	10.18913			09775141	02	097	09775	09775141
2859234	Oberrot	oberrot	DE	74420	3713	Europe/Berlin	49.01444	9.66722		Oberot,Oberrot,ao bei luo te,obaroto,Оберот,Оберрот,オーバーロート,奥贝罗特	08127062	01	081	08127	08127062
2859235	Oberrot	oberrot	DE	74420	0	Europe/Berlin	47.79126	9.93251				01	084	08436	08436052
2859238	Oberroßbach	oberrossbach	DE	56479	0	Europe/Berlin	50.7941	8.24223				05	065	06532	06532011
2859239	Oberroßbach	oberrossbach	DE	56479	381	Europe/Berlin	50.65444	8.03972			07143283	08	00	07143	07143283
2859273	Oberrod	oberrod	DE	56479	736	Europe/Berlin	50.585	8.12722			07143282	08	00	07143	07143282
2859274	Oberrod	oberrod	DE	56479	0	Europe/Berlin	50.48613	10.80594				15	00	16069	16069043
2859275	Oberrod	oberrod	DE	56479	0	Europe/Berlin	50.46744	9.83416				05	066	06631	06631004
2859276	Oberrod	oberrod	DE	56479	0	Europe/Berlin	50.23682	8.37387				05	064	06439	06439008
2859285	Oberriexingen	oberriexingen	DE	71739	3029	Europe/Berlin	48.92652	9.02701		Oberiksingen,Oberriexingen,Oberriksingen,ao bei li ke xin gen,awbrryksynghn,awbrryksyngn,Обериксинген,Оберриксинген,Оберріксінген,أوبرريكسينغن,اوبرریکسینگن,奥贝里克辛根		01	081	08118	08118059
2859294	Oberrieden	oberrieden	DE	87769	0	Europe/Berlin	51.30902	9.92586		Oberrieden		05	066	06636	06636001
2859295	Oberrieden	oberrieden	DE	87769	0	Europe/Berlin	49.41086	11.41059				02	095	09574	09574112
2859296	Oberrieden	oberrieden	DE	87769	1247	Europe/Berlin	48.08886	10.42611			09778183	02	097	09778	09778183
2859298	Oberried	oberried	DE	79254	0	Europe/Berlin	49.37108	11.51479				02	093	09373	09373153
2859299	Oberried	oberried	DE	79254	0	Europe/Berlin	49.10152	13.04051				02	092	09276	09276120
2859300	Oberried	oberried	DE	79254	0	Europe/Berlin	48.90287	13.0642				02	092	09276	09276116
2859301	Oberried	oberried	DE	79254	0	Europe/Berlin	48.22868	10.28749				02	097	09774	09774117
2859302	Oberried	oberried	DE	79254	2904	Europe/Berlin	47.93333	7.95			08315084	01	083	08315	08315084
2859303	Oberried	oberried	DE	79254	0	Europe/Berlin	47.82603	10.27211				02	097	09780	09780119
2859304	Oberried	oberried	DE	79254	0	Europe/Berlin	47.65	9.91667				02	097	09776	09776114
2859305	Oberried	oberried	DE	79254	0	Europe/Berlin	47.63246	10.06402				02	097	09776	09776113
2859306	Oberried	oberried	DE	79254	0	Europe/Berlin	47.57538	10.64017				02	097	09777	09777129
2859323	Oberreute	oberreute	DE	88179	0	Europe/Berlin	48.08362	7.8271		Oberreute		01	083	08316	08316036
2859324	Oberreute	oberreute	DE	88179	0	Europe/Berlin	47.81939	9.86569				01	084	08436	08436052
2859325	Oberreute	oberreute	DE	88179	1566	Europe/Berlin	47.56303	9.94449			09776121	02	097	09776	09776121
2859345	Oberreißen	oberreissen	DE	99510	199	Europe/Berlin	51.08701	11.41287			16071101	15	00	16071	16071101
2859352	Oberreidenbach	oberreidenbach	DE	55758	640	Europe/Berlin	49.70684	7.46127			07134066	08	00	07134	07134066
2859353	Oberreichenbach	oberreichenbach	DE	75394	0	Europe/Berlin	51.14552	14.80753				13	00	14626	14626450
2859354	Oberreichenbach	oberreichenbach	DE	75394	0	Europe/Berlin	50.85668	13.24197				13	00	14522	14522050
2859355	Oberreichenbach	oberreichenbach	DE	75394	0	Europe/Berlin	50.63287	12.33464				13	00	14523	14523340
2859356	Oberreichenbach	oberreichenbach	DE	75394	0	Europe/Berlin	50.38127	9.32646		Oberreichenbach		05	064	06435	06435004
2859357	Oberreichenbach	oberreichenbach	DE	75394	1204	Europe/Berlin	49.58946	10.76892			09572147	02	095	09572	09572147
2859358	Oberreichenbach	oberreichenbach	DE	75394	0	Europe/Berlin	49.4338	10.75788		Oberreichenbach		02	095	09573	09573115
2859359	Oberreichenbach	oberreichenbach	DE	75394	0	Europe/Berlin	49.32169	10.97145				02	095	09576	09576128
2859360	Oberreichenbach	oberreichenbach	DE	75394	2922	Europe/Berlin	48.73333	8.66667			08235055	01	082	08235	08235055
2859361	Oberreichenbach	oberreichenbach	DE	75394	0	Europe/Berlin	48.30946	10.20527				02	097	09775	09775164
2859362	Oberreichenbach	oberreichenbach	DE	75394	0	Europe/Berlin	48.2015	8.29812				01	083	08317	08317051
2859380	Ober-Ramstadt	ober-ramstadt	DE	64372	15367	Europe/Berlin	49.83078	8.74887		Ober-Ramshtadt,Ober-Ramshtat,Ober-Ramstadt,awbr-ramshtat,oba=ramushutatto,shang la mu si ta te,Обер-Рамштадт,Обер-Рамштат,أوبر-رامشتات,اوبر-رام‌اشتات,オーバー＝ラムシュタット,上拉姆斯塔特		05	064	06432	06432016
2859390	Oberraden	oberraden	DE	56587	645	Europe/Berlin	50.55	7.53333			07138054	08	00	07138	07138054
2859391	Oberraden	oberraden	DE	56587	0	Europe/Berlin	50	6.33333				08	00	07232	07232038
2859412	Oberpöring	oberporing	DE	94562	1143	Europe/Berlin	48.70178	12.82482		Oberpering,Oberpjoring,Oberpyoring,awbrpwryng,shang po ling,Оберперинг,Оберперінг,Оберпёринг,Օբերպյորինգ,اوبرپورینگ,上珀灵	09271139	02	092	09271	09271139
2859423	Oberpleichfeld	oberpleichfeld	DE	97241	1051	Europe/Berlin	49.87694	10.08682			09679169	02	096	09679	09679169
2859432	Oberpierscheid	oberpierscheid	DE	54649	385	Europe/Berlin	50.06667	6.36667			07232285	08	00	07232	07232285
2859439	Oberpframmern	oberpframmern	DE	85667	2188	Europe/Berlin	48.02202	11.81331		Oberpframern,Oberpframmern,awbrframrn,shang pu fu la mo en,Оберпфрамерн,Оберпфраммерн,اوبرفرامرن,上普夫拉默恩	09175131	02	091	09175	09175131
2859458	Oberottmarshausen	oberottmarshausen	DE	86507	1648	Europe/Berlin	48.23716	10.85754			09772186	02	097	09772	09772186
2859460	Oberotterbach	oberotterbach	DE	76889	1275	Europe/Berlin	49.07044	7.96955		Oberoterbakh,Oberotterbakh,ao bei luo te er ba he,Оберотербах,Обероттербах,奥贝罗特尔巴赫	07337059	08	00	07337	07337059
2859461	Oberotterbach	oberotterbach	DE	76889	0	Europe/Berlin	48.69712	12.04475				02	092	09274	09274176
2859465	Oberostendorf	oberostendorf	DE	86869	1268	Europe/Berlin	47.9436	10.7427		Oberostendorf,obaosutendorufu,shang ao si teng duo fu,Оберостендорф,Օբերոսթենդորֆ,オーバーオステンドルフ,上奥斯滕多夫	09777155	02	097	09777	09777155
2859473	Oberoppurg	oberoppurg	DE	07381	201	Europe/Berlin	50.7	11.68333		Oberoppurg	16075075	15	00	16075	16075075
2859481	Ober-Olm	ober-olm	DE	55270	4133	Europe/Berlin	49.93722	8.18889		Ober-Ol'm,Ober-Olm,Owwer-Olm,Ulmena Superior,shang ao er mu,Обер-Олм,Обер-Ольм,上奥尔姆	07339047	08	00	07339	07339047
2859490	Oberöfflingen	oberofflingen	DE	54533	300	Europe/Berlin	50.06667	6.86667			07231100	08	00	07231	07231100
2859511	Obernzenn	obernzenn	DE	91619	2679	Europe/Berlin	49.45193	10.4667		Oberncen,Oberncenn,Obernzenn,shang en cen,Обернцен,Обернценн,Օբերնցեն,上恩岑		02	095	09575	09575156
2859512	Obernzell	obernzell	DE	94130	3843	Europe/Berlin	48.55485	13.63729		Obanzoi,Oberncel,Oberncel',Oberncell',awbrnzl,shang en ce er,Обернцел,Обернцелль,Обернцель,Օբերնցել,اوبرنزل,上恩策尔		02	092	09275	09275137
2859532	Obernkirchen	obernkirchen	DE	31683	10120	Europe/Berlin	52.2721	9.12912		Obernkirchen,Obernkirkhen,ao bo en ji xing,awbrnkyrshn,oberunkiruhyen,Обернкирхен,أوبرنكيرشن,اوبرنکیرشن,オーベルンキルヒェン,奥伯恩基兴		06	00	03257	03257028
2859543	Obernhof	obernhof	DE	56379	438	Europe/Berlin	50.31667	7.85			07141103	08	00	07141	07141103
2859544	Obernhof	obernhof	DE	56379	0	Europe/Berlin	48.08084	12.36717				02	091	09189	09189142
2859545	Obernheim-Kirchenarnbach	obernheim-kirchenarnbach	DE	66919	1831	Europe/Berlin	49.35	7.58333			07340219	08	00	07340	07340219
2859546	Obernheim	obernheim	DE	72364	0	Europe/Berlin	49.36667	7.58333				08	00	07340	07340219
2859547	Obernheim	obernheim	DE	72364	1554	Europe/Berlin	48.16297	8.86113		Oberngajm,Obernkhajm,shang en hai mu,Обернгайм,Обернхайм,Обернхајм,上恩海姆	08417047	01	084	08417	08417047
2859562	Obernfeld	obernfeld	DE	37434	1022	Europe/Berlin	51.55	10.23333		Obernfel'd,Obernfeld,oberunferuto,shang en fei er de,Обернфелд,Обернфельд,オーベルンフェルト,上恩费尔德	03159025	06	00	03159	03159025
2859563	Obernfeld	obernfeld	DE	37434	0	Europe/Berlin	51.19676	7.31526		Obernfeld		07	053	05374	05374036
2859578	Oberneukirchen	oberneukirchen	DE	84565	810	Europe/Berlin	48.18333	12.51667		Obernojkirkhen,Obernoykirxen,ao bo nuo yi ji xing,awbrnwy kyrshn,Обернойкирхен,Обернойкірхен,Обернојкирхен,Օբերնոյկիրխեն,اوبرنوی کیرشن,奥伯诺伊基兴	09183134	02	091	09183	09183134
2859593	Oberneisen	oberneisen	DE	65558	0	Europe/Berlin	50.32555	8.07722			07141102	08	00	07141	07141102
2859600	Oberndorf	oberndorf	DE	21787	1556	Europe/Berlin	53.75	9.15			03352042	06	00	03352	03352042
2859601	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	50.99604	11.48157				15	00	16071	16071001
2859602	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	50.95871	8.29586				07	059	05970	05970028
2859603	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	50.90056	8.6699				05	065	06534	06534021
2859604	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	50.88813	11.89387				15	00	16076	16076089
2859605	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	50.82142	10.97512				15	00	16070	16070004
2859606	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	50.7487	8.4118		Oberndorf		05	065	06532	06532019
2859607	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	50.70227	9.12022				05	065	06535	06535005
2859608	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	50.52783	8.41269				05	065	06532	06532021
2859609	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	50.18884	9.47339		Oberndorf		05	064	06435	06435016
2859610	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	50.02731	10.20047				02	096	09662	09662000
2859611	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	49.86285	9.50545		Oberndorf		02	096	09677	09677120
2859612	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	49.77888	10.82522				02	094	09471	09471172
2859613	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	49.75162	12.20287				02	093	09374	09374158
2859614	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	49.72936	12.26478				02	093	09374	09374121
2859615	Oberndorf	oberndorf	DE	21787	255	Europe/Berlin	49.71667	7.81667			07333055	08	00	07333	07333055
2859616	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	49.63221	11.00326				02	095	09572	09572142
2859617	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	49.61972	11.32433				02	095	09574	09574158
2859618	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	49.50827	12.10264				02	093	09376	09376150
2859619	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	49.52022	11.37488				02	095	09574	09574150
2859620	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	49.51895	10.47197				02	095	09575	09575135
2859621	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	49.44538	10.72946				02	095	09573	09573133
2859622	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	49.44278	9.99278				01	081	08128	08128126
2859623	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	49.42996	11.42844				02	095	09574	09574145
2859624	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	49.40716	9.5903				01	081	08126	08126045
2859625	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	49.34507	10.29617				02	095	09571	09571155
2859626	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	49.25	9.98333				01	081	08127	08127071
2859627	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	49.17643	11.37119				02	093	09373	09373126
2859628	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	49.17601	10.63084				02	095	09571	09571189
2859629	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	49.15287	12.76273				02	093	09372	09372143
2859631	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	49.07583	10.99628				02	095	09577	09577141
2859632	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	49.06318	11.49908				02	091	09176	09176114
2859633	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	48.94724	12.01916		Oberndorf		02	092	09273	09273116
2859634	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	48.89321	9.54551				01	081	08119	08119061
2859635	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	48.82704	8.27734				01	082	08216	08216024
2859636	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	48.8096	13.55808				02	092	09272	09272118
2859637	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	48.75889	12.13111				02	092	09274	09274153
2859638	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	48.74989	13.52094				02	092	09272	09272141
2859639	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	48.72993	13.64107				02	092	09272	09272151
2859640	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	48.70746	12.65704				02	092	09279	09279132
2859641	Oberndorf	oberndorf	DE	21787	2355	Europe/Berlin	48.66918	10.86749		Oberndorf		02	097	09779	09779196
2859642	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	48.62208	13.00972				02	092	09271	09271141
2859643	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	48.60892	12.03157				02	092	09274	09274187
2859644	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	48.55261	12.63933				02	092	09279	09279134
2859645	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	48.52647	8.92914				01	084	08416	08416036
2859646	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	48.50143	13.12416				02	092	09275	09275125
2859647	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	48.46451	12.60654				02	092	09277	09277121
2859648	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	48.41633	13.10525				02	092	09277	09277112
2859649	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	48.42026	12.50545				02	091	09183	09183129
2859650	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	48.3751	11.2152				02	091	09174	09174111
2859651	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	48.3681	12.36819				02	092	09274	09274120
2859652	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	48.33845	11.54172				02	091	09174	09174121
2859653	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	48.28362	12.86395				02	092	09277	09277154
2859654	Oberndorf	oberndorf	DE	21787	14740	Europe/Berlin	48.2905	8.57221				01	083	08325	08325045
2859655	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	48.22938	12.02274				02	091	09177	09177114
2859656	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	48.1741	12.13406				02	091	09183	09183119
2859657	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	48.0786	11.9963				02	091	09175	09175115
2859658	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	48.03109	12.08869				02	091	09187	09187159
2859659	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	47.90737	12.37713				02	091	09187	09187125
2859660	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	47.87537	12.84868				02	091	09172	09172134
2859661	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	47.86111	9.14402		Oberndorf		01	084	08437	08437124
2859665	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	49.75618	11.12565				02	094	09474	09474171
2859675	Obernburg am Main	obernburg-am-main	DE	63785	8853	Europe/Berlin	49.83577	9.13101		Mayni Obernburg,Obernburg,Obernburg am Main,Obernburg na Majni,Obernburg-am-Majn,Obernburg-na-Majne,awbrnbwrg am mayn,awbrnbwrgh am mayn,mei yin he pan ao bo en bao,Обернбург,Обернбург на Мајни,Обернбург-ам-Майн,Обернбург-на-Майне,Մայնի Օբերնբուրգ,أوبرنبورغ آم ماين,اوبرنبورگ آم ماین,オーベルンブルク・アム・マイン,美因河畔奥伯恩堡		02	096	09676	09676145
2859678	Obernbreit	obernbreit	DE	97342	1829	Europe/Berlin	49.65863	10.16424		Obernbrajt,shang en bu lai te,Обернбрайт,Обернбрајт,Օբերնբրայթ,上恩布赖特		02	096	09675	09675156
2859689	Obernau	obernau	DE	57638	0	Europe/Berlin	50.91667	8.15				07	059	05970	05970032
2859690	Obernau	obernau	DE	57638	0	Europe/Berlin	50.78597	7.6128		Obernau		07	053	05382	05382076
2859691	Obernau	obernau	DE	57638	144	Europe/Berlin	50.66667	7.56667			07132502	08	00	07132	07132502
2859692	Obernau	obernau	DE	57638	0	Europe/Berlin	49.93694	9.13177				02	096	09661	09661000
2859693	Obernau	obernau	DE	57638	0	Europe/Berlin	48.45807	8.86992				01	084	08416	08416036
2859733	Obermoschel	obermoschel	DE	67823	1183	Europe/Berlin	49.72797	7.77266		Obermoshel,Obermoshel',Owwamoschl,awbrmshl,awbrmwshl,obamosheru,shang mo she er,Обермошел,Обермошель,أوبرموشل,اوبرمشل,オーバーモシェル,上莫舍尔		08	00	07333	07333054
2859739	Ober-Mörlen	ober-morlen	DE	61239	5967	Europe/Berlin	50.3735	8.69087		Ober-Merlen,Ober-Mjorlen,Ober-Moerlen,Ober-Mörlen,oba=meruren,shang mo lun,Обер-Мерлен,Обер-Мёрлен,オーバー＝メルレン,上默伦	06440018	05	064	06440	06440018
2859772	Obermichelbach	obermichelbach	DE	90587	2970	Europe/Berlin	49.53117	10.90891		Obermikhel'bakh,Obermikhelbakh,Obermixelbax,shang mi xie er ba he,Обермихелбах,Обермихельбах,Оберміхельбах,Օբերմիխելբախ,上米歇尔巴赫	09573123	02	095	09573	09573123
2859773	Obermichelbach	obermichelbach	DE	90587	0	Europe/Berlin	49.06348	10.43695				02	095	09571	09571227
2859792	Obermeitingen	obermeitingen	DE	86836	1600	Europe/Berlin	48.14685	10.80626			09181131	02	091	09181	09181131
2859800	Obermehler	obermehler	DE	99996	1049	Europe/Berlin	51.26996	10.59754		Obermeler,shang mei lai er,Обермелер,上梅莱尔	16064077	15	00	16064	16064077
2859815	Obermaßfeld-Grimmenthal	obermassfeld-grimmenthal	DE	98617	1281	Europe/Berlin	50.52898	10.43963		Grimmenthal,Obermasfel'd-Grimmental',Obermasfeld-Grimental,Obermassfeld-Grimmenthal,Obermaßfeld-Grimmenthal,shang ma si fei er de-ge li men ta er,Обермасфелд-Гриментал,Обермасфельд-Гримменталь,上马斯费尔德-格里门塔尔	16066049	15	00	16066	16066049
2859826	Obermarchtal	obermarchtal	DE	89611	1268	Europe/Berlin	48.23279	9.57235		Marchtallum,Obermarkhtal,Obermarkhtal',Obermarxtal,shang ma er xi ta er,Обермархтал,Обермархталь,Օբերմարխտալ,ობერმარხტალი,上马尔希塔尔	08425090	01	084	08425	08425090
2859832	Obermaiselstein	obermaiselstein	DE	87538	981	Europe/Berlin	47.45	10.23333			09780131	02	097	09780	09780131
2859843	Oberlungwitz	oberlungwitz	DE	09353	6794	Europe/Berlin	50.7823	12.70789		Oberlungvic,Oberlungvica,Oberlungwitz,awbrlwnghfts,awbrlwngwts,shang long wei ci,Оберлунгвиц,أوبرلونغفتس,اوبرلونگوتس,上隆维茨		13	00	14524	14524230
2859903	Oberlichtenau	oberlichtenau	DE	01936	1538	Europe/Berlin	51.21875	13.98992		Oberlichtenau		13	00	14625	14625450
2859904	Oberlichtenau	oberlichtenau	DE	01936	0	Europe/Berlin	50.90416	12.97141				13	00	14522	14522330
2859938	Oberleichtersbach	oberleichtersbach	DE	97789	2077	Europe/Berlin	50.28333	9.8		Oberlajkhtersbakh,Oberlayxtersbax,Oberljajkhtersbakh,shang lai xi te er si ba he,Оберлайхтерсбах,Оберлајхтерсбах,Оберляйхтерсбах,Օբերլայխտերսբախ,上莱希特尔斯巴赫	09672138	02	096	09672	09672138
2859961	Oberlauch	oberlauch	DE	54614	67	Europe/Berlin	50.16667	6.41667			07232284	08	00	07232	07232284
2859962	Oberlascheid	oberlascheid	DE	54608	140	Europe/Berlin	50.25	6.3			07232283	08	00	07232	07232283
2859970	Langfurth	langfurth	DE	91731	2211	Europe/Berlin	49.10112	10.45359		Langfurt,Langfurth,Oberlangfurth,lang fu er te,rangufuruto,Лангфурт,Լանգֆուրտ,ラングフルト,朗富尔特	09571170	02	095	09571	09571170
2859983	Oberlangen	oberlangen	DE	49779	926	Europe/Berlin	52.85	7.26667			03454040	06	00	03454	03454040
2859996	Oberlahr	oberlahr	DE	57641	749	Europe/Berlin	50.623	7.51688			07132083	08	00	07132	07132083
2860021	Oberkotzau	oberkotzau	DE	95145	5920	Europe/Berlin	50.26236	11.93484		Oberkocau,Oberkotcau,Oberkotzau,awbrkwtsaw,obakottsu~au,shang ke cao,Оберкотцау,Оберкоцау,اوبرکوتساو,オーバーコッツァウ,上科曹		02	094	09475	09475158
2860025	Ober Kostenz	ober-kostenz	DE	55481	275	Europe/Berlin	49.95	7.35			07140111	08	00	07140	07140111
2860049	Oberkochen	oberkochen	DE	73447	8373	Europe/Berlin	48.78379	10.10519		Oberkokhen,awbrkwkhn,shang ke heng,Оберкохен,أوبركوخن,اوبرکوخن,ობერკოხენი,上科亨		01	081	08136	08136050
2860072	Oberkirn	oberkirn	DE	55624	364	Europe/Berlin	49.88333	7.36667			07134065	08	00	07134	07134065
2860079	Oberkirch	oberkirch	DE	77704	0	Europe/Berlin	49.7159	6.58502				08	00	07211	07211000
2860080	Oberkirch	oberkirch	DE	77704	20375	Europe/Berlin	48.53241	8.07864		Oberkirkh,awbrkyrsh,Оберкирх,Оберкірх,أوبركيرش,اوبرکیرش		01	083	08317	08317089
2860081	Oberkirch	oberkirch	DE	77704	0	Europe/Berlin	47.57603	10.6241				02	097	09777	09777129
2860099	Oberkatz	oberkatz	DE	98634	268	Europe/Berlin	50.6	10.23333		Oberkac,shang ka ci,Оберкац,上卡茨	16066095	15	00	16066	16066095
2860122	Oberkail	oberkail	DE	54533	609	Europe/Berlin	50.03333	6.68333		Oberkajl,Oberkajl',shang kai er,Оберкайль,Оберкајл,上凯尔	07232282	08	00	07232	07232282
2860142	Oberirsen	oberirsen	DE	57635	754	Europe/Berlin	50.71667	7.58333			07132082	08	00	07132	07132082
2860151	Oberickelsheim	oberickelsheim	DE	97258	713	Europe/Berlin	49.6	10.13333		Oberikelskhajm,Oberikkel'sgajm,Oberikkel'skhajm,ao bei li ke er si hai mu,Оберикелсхајм,Обериккельсхайм,Оберіккельсгайм,Օբերիքելսհայմ,奥贝里克尔斯海姆	09575155	02	095	09575	09575155
2860176	Oberhosenbach	oberhosenbach	DE	55758	144	Europe/Berlin	49.81667	7.33333			07134064	08	00	07134	07134064
2860279	Oberhof	oberhof	DE	98559	0	Europe/Berlin	54.0681	12.4003				12	00	13072	13072091
2860280	Oberhof	oberhof	DE	98559	0	Europe/Berlin	53.94647	11.22575				12	00	13074	13074039
2860281	Oberhof	oberhof	DE	98559	0	Europe/Berlin	51.03333	14.4				13	00	14625	14625560
2860282	Oberhof	oberhof	DE	98559	1602	Europe/Berlin	50.70435	10.72716		Obergof,Oberhof,Oberhofa,Oberkhof,ao bei luo fu,awbrhwf  alman,obahofu,Обергоф,Оберхоф,اوبرهوف، آلمان,オーバーホーフ,奥贝罗夫		15	00	16066	16066047
2860283	Oberhof	oberhof	DE	98559	0	Europe/Berlin	49.41136	11.76696				02	093	09371	09371154
2860285	Oberhof	oberhof	DE	98559	0	Europe/Berlin	49.24592	12.06676				02	093	09376	09376170
2860286	Oberhof	oberhof	DE	98559	0	Europe/Berlin	49.25181	9.69174				01	081	08126	08126046
2860287	Oberhof	oberhof	DE	98559	0	Europe/Berlin	49.0004	12.59363				02	092	09278	09278120
2860288	Oberhof	oberhof	DE	98559	0	Europe/Berlin	48.33247	13.19081				02	092	09275	09275132
2860289	Oberhof	oberhof	DE	98559	0	Europe/Berlin	48.26736	11.96521				02	091	09177	09177142
2860290	Oberhof	oberhof	DE	98559	0	Europe/Berlin	47.78333	11.38333				02	091	09190	09190141
2860291	Oberhof	oberhof	DE	98559	0	Europe/Berlin	47.76667	11.56667				02	091	09173	09173112
2860292	Oberhof	oberhof	DE	98559	0	Europe/Berlin	47.69522	10.3675				02	097	09780	09780120
2860293	Oberhof	oberhof	DE	98559	0	Europe/Berlin	47.67886	11.7615				02	091	09182	09182124
2860294	Oberhof	oberhof	DE	98559	0	Europe/Berlin	47.61253	8.45654				01	083	08337	08337062
2860295	Oberhof	oberhof	DE	98559	0	Europe/Berlin	47.58323	8.02931				01	083	08337	08337076
2860335	Ober-Hilbersheim	ober-hilbersheim	DE	55437	990	Europe/Berlin	49.9	8.02889			07339046	08	00	07339	07339046
2860359	Oberheldrungen	oberheldrungen	DE	06577	987	Europe/Berlin	51.28333	11.25		Oberheldrungen	16065052	15	00	16065	16065052
2860371	Oberheimbach	oberheimbach	DE	55413	0	Europe/Berlin	50.89515	7.34847				07	053	05382	05382036
2860372	Oberheimbach	oberheimbach	DE	55413	705	Europe/Berlin	50.01667	7.78333			07339045	08	00	07339	07339045
2860373	Oberheimbach	oberheimbach	DE	55413	0	Europe/Berlin	49.12772	9.4971				01	081	08125	08125107
2860400	Oberhausen-Rheinhausen	oberhausen-rheinhausen	DE	68794	9420	Europe/Berlin	49.27389	8.47167		Obergauzen-Rajngauzen,Oberhausen-Rheinhausen,Oberkhauzen-Rajnakhauzen,Oberkhauzen-Rajnkhauzen,ao bei lao sen-lai yin hao sen,Обергаузен-Райнгаузен,Оберхаузен-Райнхаузен,Оберхаузен-Рајнахаузен,奥贝劳森-赖因豪森	08215107	01	082	08215	08215107
2860404	Oberhausen an der Appel	oberhausen-an-der-appel	DE	67822	171	Europe/Berlin	49.71667	7.86667			07333053	08	00	07333	07333053
2860406	Oberhausen	oberhausen	DE	46045	0	Europe/Berlin	48.39357	10.88123		Oberhausen		02	097	09761	09761000
2860407	Oberhausen	oberhausen	DE	46045	0	Europe/Berlin	48.22176	7.71086				01	083	08316	08316053
2860408	Oberhausen	oberhausen	DE	46045	0	Europe/Berlin	53.71514	8.57019				06	00	03352	03352061
2860409	Oberhausen	oberhausen	DE	46045	0	Europe/Berlin	53.13749	8.34253				06	00	03458	03458010
2860410	Oberhausen	oberhausen	DE	46045	219176	Europe/Berlin	51.47805	6.8625		Obergauzen,Oberhausen,Oberhauzen,Oberhauzenas,Oberhauzene,Oberkhauzen,Omperchaouzen,Overhus,ZOY,ao bo hao sen,awbrhawzn,obahauzen,obeohaujen,oberhauzeni,Ομπερχάουζεν,Обергаузен,Оберхаузен,אוברהאוזן,أوبرهاوزن,اوبرهاوزن,ობერჰაუზენი,オーバーハウゼン,奥伯豪森,오버하우젠	05119	07	051	05119	05119000
2860411	Oberhausen	oberhausen	DE	46045	0	Europe/Berlin	50.71667	8.85				05	065	06534	06534008
2860412	Oberhausen	oberhausen	DE	46045	0	Europe/Berlin	50.50639	6.46561				07	053	05366	05366036
2860413	Oberhausen	oberhausen	DE	46045	0	Europe/Berlin	50.45088	7.96369				08	00	07143	07143011
2860414	Oberhausen	oberhausen	DE	46045	0	Europe/Berlin	49.80885	7.44986				08	00	07133	07133073
2860415	Oberhausen	oberhausen	DE	46045	472	Europe/Berlin	49.79083	7.75847		Oberhausen		08	00	07133	07133074
2860416	Oberhausen	oberhausen	DE	46045	0	Europe/Berlin	49.54628	9.93671				02	096	09679	09679179
2860417	Oberhausen	oberhausen	DE	46045	0	Europe/Berlin	49.31646	7.51782				08	00	07340	07340225
2860418	Oberhausen	oberhausen	DE	46045	0	Europe/Berlin	49.26361	8.48278				01	082	08215	08215107
2860419	Oberhausen	oberhausen	DE	46045	0	Europe/Berlin	49.09694	8.05833			07337058	08	00	07337	07337058
2860420	Oberhausen	oberhausen	DE	46045	0	Europe/Berlin	48.77639	12.13139				02	092	09278	09278148
2860421	Oberhausen	oberhausen	DE	46045	0	Europe/Berlin	48.73812	9.65992				01	081	08117	08117038
2860422	Oberhausen	oberhausen	DE	46045	2558	Europe/Berlin	48.72201	11.11151			09185150	02	091	09185	09185150
2860423	Oberhausen	oberhausen	DE	46045	0	Europe/Berlin	48.58777	12.66322				02	092	09279	09279134
2860424	Oberhausen	oberhausen	DE	46045	0	Europe/Berlin	48.43313	9.25656				01	084	08415	08415092
2860425	Oberhausen	oberhausen	DE	46045	0	Europe/Berlin	48.39137	8.95806				01	084	08416	08416006
2860426	Oberhausen	oberhausen	DE	46045	0	Europe/Berlin	48.33126	10.20784				02	097	09775	09775164
2860427	Oberhausen	oberhausen	DE	46045	0	Europe/Berlin	48.05406	8.99158				01	084	08437	08437005
2860428	Oberhausen	oberhausen	DE	46045	0	Europe/Berlin	47.95586	10.98511				02	091	09181	09181114
2860429	Oberhausen	oberhausen	DE	46045	0	Europe/Berlin	47.92132	10.08219				01	084	08436	08436004
2860430	Oberhausen	oberhausen	DE	46045	2094	Europe/Berlin	47.78333	11.13333			09190135	02	091	09190	09190135
2860477	Oberharmersbach	oberharmersbach	DE	77784	2558	Europe/Berlin	48.37358	8.12542		Obergarmersbakh,Oberkharmersbakh,shang ha er mo si ba he,Обергармерсбах,Оберхармерсбах,上哈尔默斯巴赫	08317088	01	083	08317	08317088
2860488	Oberhambach	oberhambach	DE	55765	300	Europe/Berlin	49.68333	7.16667			07134063	08	00	07134	07134063
2860490	Oberhambach	oberhambach	DE	55765	0	Europe/Berlin	49.12516	10.66895				02	095	09577	09577136
2860505	Oberhain	oberhain	DE	07426	799	Europe/Berlin	50.63333	11.13333		Oberhain	16073112	15	00	16073	16073112
2860510	Oberhaid	oberhaid	DE	56237	4680	Europe/Berlin	50.12614	11.80514		Oberhaid		02	094	09475	09475189
2860511	Oberhaid	oberhaid	DE	56237	0	Europe/Berlin	49.93247	10.81471			09471165	02	094	09471	09471165
2860512	Oberhaid	oberhaid	DE	56237	0	Europe/Berlin	49.15888	12.7003				02	093	09372	09372116
2860513	Oberhaid	oberhaid	DE	56237	0	Europe/Berlin	47.76667	9.88333				01	084	08436	08436052
2860525	Oberhaching	oberhaching	DE	82041	12470	Europe/Berlin	48.02455	11.59744		Obergakhing,Oberhaxing,Oberkhakhing,awbrhakhyng,shang ha xing,Обергахінг,Оберхахинг,Օբերհախինգ,اوبرهاخینگ,上哈兴	09184134	02	091	09184	09184134
2860537	Obergurig	obergurig	DE	02692	2361	Europe/Berlin	51.13294	14.40488		Hornja Horka,Hornja Hórka	14625390	13	00	14625	14625390
2860540	Obergünzburg	obergunzburg	DE	87634	6424	Europe/Berlin	47.84545	10.41821		Obergincburg,Obergjuncburg,Oberguenzburg,Obergunzburg,Obergünzburg,obagyuntsuburuku,shang jin ci bao,Обергинцбург,Обергюнцбург,Օբերգյունցբուրգ,オーバーギュンツブルク,上金茨堡		02	097	09777	09777154
2860567	Obergröningen	obergroningen	DE	73569	459	Europe/Berlin	48.89449	9.90939		Obergreningen,Obergrjoningen,obergreningeni,shang ge lei ning gen,Обергренинген,Обергренінген,Обергрёнинген,ობერგრენინგენი,上格勒宁根	08136049	01	081	08136	08136049
2860574	Obergriesbach	obergriesbach	DE	86573	2050	Europe/Berlin	48.42305	11.0685		Obergrisbakh,Obergrisbax,obagurisubahha,shang ge li si ba he,Обергрисбах,Обергрісбах,Օբերգրիսբախ,オーバーグリースバッハ,上格里斯巴赫	09771149	02	097	09771	09771149
2860646	Obergeckler	obergeckler	DE	54675	170	Europe/Berlin	49.96667	6.3			07232096	08	00	07232	07232096
2860648	Obergebra	obergebra	DE	99759	901	Europe/Berlin	51.41361	10.57992		Gebra Hainleite-West,Obergebra		15	00	16062	16062066
2860694	Ober-Flörsheim	ober-florsheim	DE	55234	1187	Europe/Berlin	49.68306	8.15528			07331052	08	00	07331	07331052
2860700	Oberfischbach	oberfischbach	DE	56370	0	Europe/Berlin	50.86971	7.91753				07	059	05970	05970016
2860701	Oberfischbach	oberfischbach	DE	56370	176	Europe/Berlin	50.24913	7.95522		Oberfishbakh,shang fei shi ba he,Оберфишбах,上菲施巴赫	07141101	08	00	07141	07141101
2860702	Oberfischbach	oberfischbach	DE	56370	0	Europe/Berlin	49.05278	9.49742				01	081	08119	08119024
2860716	Oberfell	oberfell	DE	56332	1165	Europe/Berlin	50.26038	7.44461			07137220	08	00	07137	07137220
2860891	Obererbach	obererbach	DE	56414	583	Europe/Berlin	50.72472	7.65771		Obererbach,Obererbakh,ao bei lei er ba he,awbrrbakh,Оберербах,اوبررباخ,奥贝雷尔巴赫		08	00	07132	07132081
2860892	Obererbach	obererbach	DE	56414	550	Europe/Berlin	50.45	7.96667			07143058	08	00	07143	07143058
2860925	Oberelz	oberelz	DE	56767	176	Europe/Berlin	50.26667	7.05			07233230	08	00	07233	07233230
2860932	Oberelsbach	oberelsbach	DE	97656	2970	Europe/Berlin	50.44118	10.11692		Oberel'sbakh,Oberelsbach,Oberelsbakh,Oberelsbax,shang ai er si ba he,Оберелсбах,Оберельсбах,Օբերելսբախ,上埃尔斯巴赫		02	096	09673	09673149
2860941	Oberellen	oberellen	DE	99834	909	Europe/Berlin	50.94857	10.18528				15	00	16063	16063097
2860948	Oberelbert	oberelbert	DE	56412	1072	Europe/Berlin	50.39167	7.81722			07143057	08	00	07143	07143057
2861038	Oberdürenbach	oberdurenbach	DE	56651	628	Europe/Berlin	50.46667	7.16667			07131059	08	00	07131	07131059
2861046	Oberdreis	oberdreis	DE	57639	917	Europe/Berlin	50.62569	7.66589			07138052	08	00	07138	07138052
2861059	Oberdorla	oberdorla	DE	99986	2296	Europe/Berlin	51.16585	10.42163		Oberdorla,shang duo er la,Обердорла,上多尔拉		15	00	16064	16064075
2861060	Simonswald	simonswald	DE	79263	0	Europe/Berlin	48.10043	8.05248				01	083	08316	08316042
2861091	Oberdolling	oberdolling	DE	85129	0	Europe/Berlin	48.82943	11.5933		Obadolling,Oberdoling,Oberdolling,awbrdwlyng,shang duo ling,Обердолинг,Обердоллинг,Обердоллінг,Օբերդոլինգ,اوبردولینگ,上多灵	09176150	02	091	09176	09176150
2861094	Oberdischingen	oberdischingen	DE	89610	2006	Europe/Berlin	48.3	9.83333		Oberdishingen,Oberdisingen,oberdishingeni,shang di xin gen,Обердишинген,Обердішинген,Օբերդիշինգեն,ობერდიშინგენი,上迪欣根	08425088	01	084	08425	08425088
2861096	Oberding	oberding	DE	85445	5101	Europe/Berlin	48.31667	11.85		Obading,Oberding,ao bo ding,awbrdyng,Обердинг,Обердінг,اوبردینگ,奥伯丁	09177133	02	091	09177	09177133
2861111	Oberdiebach	oberdiebach	DE	55413	920	Europe/Berlin	50.03333	7.78333		Oberdibakh,shang di ba he,Обердибах,上迪巴赫	07339044	08	00	07339	07339044
2861116	Oberderdingen	oberderdingen	DE	75038	10515	Europe/Berlin	49.06556	8.80306		Oberderdingen,shang de er ding gen,Обердердинген,Обердердінген,上德尔丁根	08215059	01	082	08215	08215059
2861131	Oberdachstetten	oberdachstetten	DE	91617	1720	Europe/Berlin	49.41667	10.43333		Oberdakhshteten,Oberdakhshtetten,Oberdakshtetten,Oberdaksteten,obadahashutetten,shang da si te teng,Обердакштеттен,Обердахштетен,Обердахштеттен,Օբերդակշտետեն,オーバーダハシュテッテン,上达斯特滕	09571183	02	095	09571	09571183
2861135	Obercunnersdorf	obercunnersdorf	DE	02708	0	Europe/Berlin	51.03123	14.6724		Cunnersdorf,Obercunnersdorf,Oberkunersdorf,Oberkunnersdorf,shang ku nei er si duo fu,Оберкунерсдорф,Оберкуннерсдорф,上库内尔斯多夫		13	00	14626	14626245
2861136	Obercunnersdorf	obercunnersdorf	DE	02708	2249	Europe/Berlin	50.91711	13.56015				13	00	14628	14628205
2861201	Oberbrombach	oberbrombach	DE	55767	0	Europe/Berlin	50.97716	7.26398				07	053	05378	05378024
2861202	Oberbrombach	oberbrombach	DE	55767	526	Europe/Berlin	49.7	7.26667			07134062	08	00	07134	07134062
2861232	Oberboihingen	oberboihingen	DE	72644	5435	Europe/Berlin	48.65	9.36667		Oberboihingen,Oberboikhingen,Oberbojgingen,Oberbojkhingen,Oberboyxingen,shang bo yi xin gen,Обербоихинген,Обербойгінген,Обербойхинген,Օբերբոյխինգեն,上博伊欣根	08116050	01	081	08116	08116050
2861251	Oberbillig	oberbillig	DE	54331	851	Europe/Berlin	49.70938	6.50665			07235096	08	00	07235	07235096
2861271	Oberbettingen	oberbettingen	DE	54578	717	Europe/Berlin	50.28333	6.63333			07233053	08	00	07233	07233053
2861285	Oberbergkirchen	oberbergkirchen	DE	84564	1629	Europe/Berlin	48.3	12.38333		Oberbergirkhen,Oberbergkirkhen,Oberbergkirxen,Oberberkirkhen,awbrbrg kyrshn,shang bei ge ji xing,Обербергирхен,Обербергкирхен,Обербергкірхен,Оберберкирхен,Օբերբերգկիրխեն,اوبربرگ کیرشن,上贝格基兴	09183132	02	091	09183	09183132
2861340	Oberbachheim	oberbachheim	DE	56355	228	Europe/Berlin	50.24631	7.74796			07141100	08	00	07141	07141100
2861358	Oberaula	oberaula	DE	36280	3481	Europe/Berlin	50.85	9.46667		Oberaula,obaaura,shang ao la,Обераула,オーバーアウラ,上奥拉	06634019	05	066	06634	06634019
2861374	Oberaudorf	oberaudorf	DE	83080	4756	Europe/Berlin	47.64822	12.17242		Oberaudorf,awbr awdwrf,shang ao duo fu,Обераудорф,Օբերաուդորֆ,اوبر اودورف,上奥多夫	09187157	02	091	09187	09187157
2861376	Oberau	oberau	DE	82496	0	Europe/Berlin	51.18719	13.55666				13	00	14627	14627170
2861377	Oberau	oberau	DE	82496	0	Europe/Berlin	50.63333	13.06667				13	00	14521	14521670
2861378	Oberau	oberau	DE	82496	0	Europe/Berlin	50.2752	8.9429				05	064	06440	06440001
2861379	Oberau	oberau	DE	82496	0	Europe/Berlin	48.9265	11.82811				02	092	09273	09273121
2861380	Oberau	oberau	DE	82496	0	Europe/Berlin	48.00015	12.84542				02	091	09189	09189118
2861381	Oberau	oberau	DE	82496	0	Europe/Berlin	47.71667	9.85				01	084	08436	08436081
2861382	Oberau	oberau	DE	82496	0	Europe/Berlin	47.7	9.78333				01	084	08436	08436006
2861383	Oberau	oberau	DE	82496	0	Europe/Berlin	47.66004	13.07446				02	091	09172	09172116
2861384	Oberau	oberau	DE	82496	0	Europe/Berlin	47.55979	11.13919		Oberau,ao bei lao,awbraw,Оберау,Օբերաու,اوبراو,奥贝劳	09180126	02	091	09180	09180126
2861401	Oberasbach	oberasbach	DE	90522	0	Europe/Berlin	50.90594	7.69928		Oberasbach		07	053	05374	05374028
2861402	Oberasbach	oberasbach	DE	90522	17306	Europe/Berlin	49.42275	10.95766		Oberasbakh,Oberasbax,awbrasbakh,shang a si ba he,Оберасбах,Օբերասբախ,أوبراسباخ,اوبرآسباخ,上阿斯巴赫		02	095	09573	09573122
2861403	Oberasbach	oberasbach	DE	90522	0	Europe/Berlin	49.10333	10.7875				02	095	09577	09577136
2861404	Oberasbach	oberasbach	DE	90522	0	Europe/Berlin	48.1516	11.87107				02	091	09175	09175111
2861407	Oberarnbach	oberarnbach	DE	66851	440	Europe/Berlin	49.38333	7.58333			07335031	08	00	07335	07335031
2861408	Oberarnbach	oberarnbach	DE	66851	0	Europe/Berlin	48.63265	11.2694				02	091	09185	09185116
2861422	Oberammergau	oberammergau	DE	82487	5344	Europe/Berlin	47.59812	11.06692		Obaammagau,Oberamergau,Oberammergau,ZOX,awbr amrgaw,shang a ma gao,Оберамергау,Обераммергау,Օբերամերգաու,אובראמרגאו,اوبر آمرگاو,上阿瑪高	09180125	02	091	09180	09180125
2861448	Oberalben	oberalben	DE	66871	270	Europe/Berlin	49.58333	7.4		Oberal'ben,Oberalben,ao bei la er ben,Обералбен,Оберальбен,奥贝拉尔本	07336070	08	00	07336	07336070
2861469	Oberahr	oberahr	DE	56414	587	Europe/Berlin	50.5	7.86667			07143281	08	00	07143	07143281
2861537	Nützen	nutzen	DE	24568	1167	Europe/Berlin	53.86667	9.91667		Nutzen,Nützen	01060064	10	00	01060	01060064
2861549	Nutteln	nutteln	DE	25594	305	Europe/Berlin	53.98778	9.38677			01061078	10	00	01061	01061078
2861550	Nutteln	nutteln	DE	25594	0	Europe/Berlin	53.71386	11.63482				12	00	13076	13076078
2861551	Nutteln	nutteln	DE	25594	0	Europe/Berlin	52.80451	8.01948				06	00	03453	03453003
2861552	Nutteln	nutteln	DE	25594	0	Europe/Berlin	52.63254	8.72606				06	00	03251	03251045
2861553	Nutteln	nutteln	DE	25594	0	Europe/Berlin	52.43111	8.65997				07	057	05770	05770040
2861568	Nutha	nutha	DE	39264	303	Europe/Berlin	51.96269	12.01238		Nutha		14	00	15082	15082430
2861569	Nustrow	nustrow	DE	18195	167	Europe/Berlin	54.01588	12.59861		Nustrow		12	00	13072	13072076
2861579	Nußloch	nussloch	DE	69226	10815	Europe/Berlin	49.32389	8.69556		Nuslokh,Nussloch,Nußloch,nu si luo,nusurohho,Нуслох,ヌスロッホ,努斯洛	08226060	01	082	08226	08226060
2861598	Nusse	nusse	DE	23896	1017	Europe/Berlin	53.65654	10.58391		Nusse	01053096	10	00	01053	01053096
2861599	Nußdorf am Inn	nussdorf-am-inn	DE	83131	2590	Europe/Berlin	47.74232	12.15611		Inni Nusdorf,Nusdorf am In,Nusdorf-am-Inn,Nusdorf-na-Inne,Nussdorf,Nussdorf a. Inn,Nußdorf,Nußdorf a. Inn,nwsdwrf am ayn,yin he pan nu si duo fu,Нусдорф ам Ин,Нусдорф-ам-Інн,Нусдорф-на-Инне,Իննի Նուսդորֆ,نوسدورف ام این,因河畔努斯多夫		02	091	09187	09187156
2861600	Nußdorf	nussdorf	DE	83365	0	Europe/Berlin	49.22456	8.11047				08	00	07313	07313000
2861601	Nussdorf	nussdorf	DE	83365	0	Europe/Berlin	48.8955	8.93898				01	081	08118	08118012
2861602	Nussdorf	nussdorf	DE	83365	0	Europe/Berlin	48.51961	12.71706				02	092	09277	09277119
2861603	Nußdorf	nussdorf	DE	83365	2475	Europe/Berlin	47.90564	12.59608		Nussdorf (Chiemgau),Nußdorf (Chiemgau)	09189130	02	091	09189	09189130
2861604	Nußdorf	nussdorf	DE	83365	0	Europe/Berlin	47.75289	9.19865				01	084	08435	08435059
2861615	Nußbaum	nussbaum	DE	55569	491	Europe/Berlin	49.8	7.61667		Nussbaum,Nußbaum	07133072	08	00	07133	07133072
2861616	Nußbaum	nussbaum	DE	55569	0	Europe/Berlin	48.98914	8.69307				01	082	08236	08236073
2861624	Nußbach	nussbach	DE	67759	643	Europe/Berlin	49.63333	7.7		Nusbakh,nu si ba he,Нусбах,努斯巴赫	07336069	08	00	07336	07336069
2861625	Nußbach	nussbach	DE	67759	0	Europe/Berlin	48.53338	8.02097		Nussbach,Nußbach		01	083	08317	08317089
2861626	Nußbach	nussbach	DE	67759	0	Europe/Berlin	48.13013	8.2578		Nussbach,Nußbach		01	083	08326	08326060
2861628	Nusplingen	nusplingen	DE	72362	0	Europe/Berlin	48.13264	8.89154		Nusplingen,nu si pu lin gen,Нусплинген,Нусплінген,努斯普林根	08417045	01	084	08417	08417045
2861629	Nusplingen	nusplingen	DE	72362	0	Europe/Berlin	48.11818	9.10161				01	084	08437	08437107
2861631	Nusbaum	nusbaum	DE	54675	458	Europe/Berlin	49.91667	6.35			07232095	08	00	07232	07232095
2861632	Nürtingen	nurtingen	DE	72622	40210	Europe/Berlin	48.62565	9.34203		Nirtingen,Njurtingen,Nuertingen,Nurtinga,Nyurtingen,Nürtingen,ni er ting gen,nwrtynghn,nwrtyngn,Ниртинген,Нюртинген,Нюртінген,Նյուրտինգեն,نورتينغن,نورتینگن,尼尔廷根		01	081	08116	08116049
2861653	Nürburg	nurburg	DE	53520	169	Europe/Berlin	50.33333	6.95		Nirburg,Njurburg,Nuerburg,Nürburg,ni er bao,nyuruburuku,Нирбург,Нюрбург,ニュルブルク,尼尔堡	07131058	08	00	07131	07131058
2861661	Nunsdorf	nunsdorf	DE	15806	0	Europe/Berlin	52.22938	13.31508		Nunsdorf		11	00	12072	12072477
2861671	Nünchritz	nunchritz	DE	01612	6846	Europe/Berlin	51.29993	13.38555		Ninkhric,Njunkhric,Nuenchritz,Nuenchritzi vald,Nünchritz,Nünchritzi vald,ning xi li ci,Нинхриц,Нюнхриц,Нюнхріц,宁希里茨	14627190	13	00	14627	14627190
2861690	Nufringen	nufringen	DE	71154	5249	Europe/Berlin	48.62253	8.89009		Nufringen,nu fu lin gen,nupringeni,Нуфринген,Нуфрінген,Նուֆրինգեն,ნუფრინგენი,努夫林根	08115037	01	081	08115	08115037
2861695	Nüdlingen	nudlingen	DE	97720	4273	Europe/Berlin	50.22063	10.12296		Nidlingen,Njudlingen,Nuedlingen,Nyudlingen,Nüdlingen,ni de lin gen,Нидлинген,Нюдлинген,Нюдлінген,Նյուդլինգեն,尼德林根	09672136	02	096	09672	09672136
2861698	Nudersdorf	nudersdorf	DE	06896	1049	Europe/Berlin	51.93025	12.59554		Nudersdorf		14	00	15091	15091375
2861711	Nübel	nubel	DE	24881	0	Europe/Berlin	54.56667	9.58333		Nuebel,Nübel	01059098	10	00	01059	01059098
2861714	Nübbel	nubbel	DE	24809	1656	Europe/Berlin	54.26667	9.61667		Nubbel,Nuebbel,Nübbel	01058118	10	00	01058	01058118
2861721	Notzingen	notzingen	DE	73274	3475	Europe/Berlin	48.67076	9.45721		Nocingen,Notcingen,nuo qin gen,Нотцинген,Ноцинген,Նոտցինգեն,诺钦根	08116048	01	081	08116	08116048
2861733	Nottuln	nottuln	DE	48301	20427	Europe/Berlin	51.93333	7.35		Nottul'n,Notuln,nuo tu er en,Ноттульн,Нотулн,诺图尔恩	05558032	07	055	05558	05558032
2861736	Nottleben	nottleben	DE	99192	474	Europe/Berlin	50.96667	10.85		Nottleben	16067052	15	00	16067	16067052
2861739	Nottfeld	nottfeld	DE	24392	157	Europe/Berlin	54.61667	9.76667		Nottfeld	01059065	10	00	01059	01059065
2861743	Nottensdorf	nottensdorf	DE	21640	1423	Europe/Berlin	53.48333	9.6			03359034	06	00	03359	03359034
2861755	Nothweiler	nothweiler	DE	76891	180	Europe/Berlin	49.06667	7.8			07340034	08	00	07340	07340034
2861774	Nostorf	nostorf	DE	19258	1081	Europe/Berlin	53.40656	10.65408		Nostorf,nuo si tuo er fu,Носторф,诺斯托尔夫		12	00	13076	13076106
2861787	Nossendorf	nossendorf	DE	17111	921	Europe/Berlin	53.96209	12.95932				12	00	13071	13071112
2861788	Nossen	nossen	DE	01683	7588	Europe/Berlin	51.05798	13.29652		Nosen,Nosene,Nossen,Nosyn,nuo sen,nwsn,nzn,Носен,Носсен,نزن,نوسن,诺森		13	00	14627	14627180
2861801	Nörvenich	norvenich	DE	52388	11481	Europe/Berlin	50.80604	6.63952		Nerfenikh,Nervenikh,Njorfenikh,Noervenich,Norvenich,Nörvenich,QOE,nei er fei ni xi,nerufenihhi,Нервених,Нерфених,Нерфеніх,Нёрфених,ネルフェニッヒ,内尔费尼希	05358052	07	053	05358	05358052
2861802	Nortrup	nortrup	DE	49638	2972	Europe/Berlin	52.61503	7.86072		Nortrup,nuo er te lu pu,Нортруп,诺尔特鲁普	03459028	06	00	03459	03459028
2861804	Nortorf	nortorf	DE	24589	6396	Europe/Berlin	54.16738	9.85437		Nortorf,nrtrwf,nuo er tuo er fu,nwrtwrf,Норторф,نرتروف,نورتورف,诺尔托尔夫		10	00	01058	01058117
2861807	Nortmoor	nortmoor	DE	26845	1685	Europe/Berlin	53.24608	7.57178		Nortmor,nuo er te mo er,Нортмор,诺尔特莫尔	03457016	06	00	03457	03457016
2861814	Northeim	northeim	DE	37154	30894	Europe/Berlin	51.70662	9.99997		Northeim,Nortkhajm,Nuurten,norutohaimu,nrthaym,nuo er tai mu,nwrthaym,Нортхайм,Нортхајм,نرتهایم,نورتهايم,ノルトハイム,诺尔泰姆	03155	06	00	03155	03155011
2861815	Nörtershausen	nortershausen	DE	56283	1145	Europe/Berlin	50.21667	7.48333			07137219	08	00	07137	07137219
2861820	Norstedt	norstedt	DE	25884	416	Europe/Berlin	54.58333	9.13333		Norstedt	01054092	10	00	01054	01054092
2861829	Norken	norken	DE	57629	1000	Europe/Berlin	50.67278	7.89778			07143280	08	00	07143	07143280
2861830	Norheim	norheim	DE	55585	1438	Europe/Berlin	49.81091	7.81478		Norkhajm,nuo lai mu,Норхайм,Норхајм,诺赖姆	07133071	08	00	07133	07133071
2861953	Nordhofen	nordhofen	DE	56242	0	Europe/Berlin	48.13674	10.09123				01	084	08426	08426065
2861847	Nordwalde	nordwalde	DE	48356	9453	Europe/Berlin	52.08333	7.48333		Nordval'de,Nordvalde,Nordwalde,nuo de wa er de,Нордвалде,Нордвальде,诺德瓦尔德	05566064	07	055	05566	05566064
2861866	Nordstemmen	nordstemmen	DE	31171	13148	Europe/Berlin	52.16196	9.7835		Nordshtemmen,Nordstemen,nuo er ci te men,Нордстемен,Нордштеммен,诺尔茨特门	03254026	06	00	03254	03254026
2861873	Nordsehl	nordsehl	DE	31717	837	Europe/Berlin	52.35	9.18333			03257027	06	00	03257	03257027
2861881	Nordrach	nordrach	DE	77787	2027	Europe/Berlin	48.4	8.08333		Nordrakh,nuo er de la,Нордрах,诺尔德拉	08317085	01	083	08317	08317085
2861918	Kampen	kampen	DE	25999	0	Europe/Berlin	53.75538	8.82295		Kampen,Nordleda Kampen		06	00	03352	03352041
2861919	Nordleda	nordleda	DE	21765	1184	Europe/Berlin	53.76667	8.83333		Lee,Nordleda,nuo de lai da,Нордледа,诺德莱达	03352041	06	00	03352	03352041
2861923	Nordkirchen	nordkirchen	DE	59394	10231	Europe/Berlin	51.73827	7.52197		Nordkirkhen,bei ji xing,Нордкирхен,Нордкірхен,北基兴	05558028	07	055	05558	05558028
2861933	Nordhorn	nordhorn	DE	48527	0	Europe/Berlin	51.92732	8.3844				07	057	05754	05754008
2861934	Nordhorn	nordhorn	DE	48527	52803	Europe/Berlin	52.43081	7.06833		Nordhorn,Nordkhorn,Nothoorn,nuo de huo en,nwrdhwrn,Нордхорн,نوردهورن,諾德霍恩	03456	06	00	03456	03456015
2861937	Nordholz	nordholz	DE	27637	0	Europe/Berlin	52.35095	8.89845				07	057	05770	05770024
2861938	Nordholz	nordholz	DE	27637	0	Europe/Berlin	54.1	9.28333				10	00	01051	01051099
2862591	Niendorf an der Stecknitz	niendorf-an-der-stecknitz	DE	23881	0	Europe/Berlin	53.58554	10.60892		Niendorf an der Stecknitz,Niendorf/Stecknitz		10	00	01053	01053095
2861939	Nordholz	nordholz	DE	27637	7616	Europe/Berlin	53.78448	8.61354		Noordholt,Nordkhol'c,Nordkholc,nuo er de huo er ci,Нордхолц,Нордхольц,诺尔德霍尔茨	03352061	06	00	03352	03352061
2861940	Nordholz	nordholz	DE	27637	0	Europe/Berlin	52.64567	8.69928				06	00	03251	03251045
2861941	Nordholz	nordholz	DE	27637	0	Europe/Berlin	52.28654	9.00338				06	00	03257	03257009
2861942	Nordholz	nordholz	DE	27637	0	Europe/Berlin	48.24342	10.21643				02	097	09775	09775118
2861950	Nordhofen	nordhofen	DE	56242	0	Europe/Berlin	51	10.58333				15	00	16067	16067091
2861951	Nordhofen	nordhofen	DE	56242	536	Europe/Berlin	50.51667	7.75			07143056	08	00	07143	07143056
2861952	Nordhofen	nordhofen	DE	56242	0	Europe/Berlin	48.26457	10.32921				02	097	09774	09774124
2861969	Nordheim vor der Rhön	nordheim-vor-der-rhon	DE	97647	0	Europe/Berlin	50.47819	10.18425		Nordheim vor der Rhon,Nordheim vor der Rhön		02	096	09673	09673147
2861970	Nordheim	nordheim	DE	74226	266	Europe/Berlin	50.45286	10.40208		Nordheim		15	00	16066	16066094
2861971	Nordheim	nordheim	DE	74226	1012	Europe/Berlin	49.8587	10.18545		Nordheim		02	096	09675	09675155
2861972	Nordheim	nordheim	DE	74226	0	Europe/Berlin	49.68111	8.38918				05	064	06431	06431003
2861973	Nordheim	nordheim	DE	74226	7440	Europe/Berlin	49.10861	9.12778		Nordgajm,Nordheim,Nordkhajm,norutohaimu,Нордгайм,Нордхайм,Нордхајм,ノルトハイム	08125074	01	081	08125	08125074
2861974	Nordheim	nordheim	DE	74226	0	Europe/Berlin	48.70197	10.79695				02	097	09779	09779131
2861980	Nordhausen	nordhausen	DE	99734	0	Europe/Berlin	52.47908	8.73652				06	00	03256	03256004
2861981	Nordhausen	nordhausen	DE	99734	0	Europe/Berlin	52.32017	7.78647				07	055	05566	05566056
2861982	Nordhausen	nordhausen	DE	99734	43912	Europe/Berlin	51.5018	10.7957		Nordhausen,Nordkhauzen,bei hao sen,noleuteuhaujen,norutohauzen,nwrdhawzn,Нордхаузен,נורדהאוזן,نوردهاوزن,ノルトハウゼン,北豪森,노르트하우젠	16062	15	00	16062	16062041
2861983	Nordhausen	nordhausen	DE	99734	0	Europe/Berlin	50.33333	12.35				13	00	14523	14523200
2861984	Nordhausen	nordhausen	DE	99734	0	Europe/Berlin	49.10321	9.10681		Nordhausen		01	081	08125	08125074
2861985	Nordhausen	nordhausen	DE	99734	0	Europe/Berlin	48.94611	10.385		Nordhausen		01	081	08136	08136075
2861988	Nordhastedt	nordhastedt	DE	25785	2764	Europe/Berlin	54.16667	9.18333		Nordhastedt,Nordkhashtedt,Nordkhashtet,nuo er de ha si te,Нордхаштедт,Нордхаштет,诺尔德哈斯特	01051082	10	00	01051	01051082
2861990	Nordhalben	nordhalben	DE	96365	2077	Europe/Berlin	50.37411	11.50992		Nordgal'ben,Nordhalben,Nordkhal'ben,Nordkhalben,bei ha er ben,norutoharuben,Нордгальбен,Нордхалбен,Нордхальбен,Նորդհալբեն,ノルトハルベン,北哈尔本		02	094	09476	09476159
2861996	Nordhackstedt	nordhackstedt	DE	24980	516	Europe/Berlin	54.73333	9.16667		Nordhackstedt	01059149	10	00	01059	01059149
2861998	Nordgermersleben	nordgermersleben	DE	39343	956	Europe/Berlin	52.21076	11.33738		Nordgermersleben		14	00	15083	15083298
2862011	Norderwöhrden	norderwohrden	DE	25746	286	Europe/Berlin	54.2	9.01667		Norderverden,Nordervjorden,Norderwohrden,Norderwöhrden,nuo er de er wei he er deng,Нордерверден,Нордервёрден,诺尔德尔韦赫尔登	01051081	10	00	01051	01051081
2862026	Norderstedt	norderstedt	DE	22844	71439	Europe/Berlin	53.6859	9.98041		Nordershtedt,Nordershtet,Norderstedt,Norderstedt Stadt,ZOV,nrdrashtt,nuo de shi tai te,nwrdrshtyt,nwrdrstt,Нордерштедт,Нордерштет,נורדרשטט,نردراشتت,نوردرشتيت,諾德施泰特		10	00	01060	01060063
2862027	Norderstapel	norderstapel	DE	25868	829	Europe/Berlin	54.36002	9.24076		Norderstapel		10	00	01059	01059188
2862041	Norderney	norderney	DE	26548	5949	Europe/Berlin	53.70828	7.15819		NRD,Norderney		06	00	03452	03452020
2862065	Norderheistedt	norderheistedt	DE	25779	149	Europe/Berlin	54.25	9.15		Norderheistedt	01051080	10	00	01051	01051080
2862074	Norderfriedrichskoog	norderfriedrichskoog	DE	25870	35	Europe/Berlin	54.40387	8.89679		Norderfriedrichskoog		10	00	01054	01054090
2862093	Norderbrarup	norderbrarup	DE	24392	688	Europe/Berlin	54.65397	9.76857		Norderbrarup	01059063	10	00	01059	01059063
2862104	Nordenham	nordenham	DE	26954	27714	Europe/Berlin	53.4861	8.48093		Nordenham,Nordenkham,Nordenkhame,Stadt Nordenham,nuo er deng ha mu,nwrdnham,nwrdnhaym,Норденхам,Норденхаме,نوردنهام,نوردنهایم,诺尔登哈姆		06	00	03461	03461007
2862106	Nordendorf	nordendorf	DE	86695	2274	Europe/Berlin	48.59478	10.83183		Nordendorf,nuo er deng duo fu,Нордендорф,Նորդենդորֆ,诺尔登多夫	09772185	02	097	09772	09772185
2862117	Norden	norden	DE	26506	0	Europe/Berlin	54.50613	8.8279				10	00	01054	01054091
2862118	Norden	norden	DE	26506	25093	Europe/Berlin	53.59552	7.20639		NOD,Noerden,Norden,Nörden,nwrdn,Норден,نوردن		06	00	03452	03452019
2862131	Norddorf	norddorf	DE	25946	651	Europe/Berlin	54.67969	8.33296			01054089	10	00	01054	01054089
2862132	Norddorf	norddorf	DE	25946	0	Europe/Berlin	51.63663	8.27074				07	059	05974	05974016
2862135	Norddeich	norddeich	DE	25764	442	Europe/Berlin	54.21667	8.9			01051079	10	00	01051	01051079
2862136	Norddeich	norddeich	DE	25764	1759	Europe/Berlin	53.61349	7.16043	1	Norddajkh,Норддайх		06	00	03452	03452019
2862164	Norath	norath	DE	56291	445	Europe/Berlin	50.13333	7.58333			07140110	08	00	07140	07140110
2862174	Nonnweiler	nonnweiler	DE	66620	9417	Europe/Berlin	49.60762	6.96986		Nonnvajler,Nonnweiler,Nonvajler,nong wei lei,Нонвайлер,Нонвајлер,Ноннвайлер,农韦勒	10046115	09	00	10046	10046115
2862178	Nonnewitz	nonnewitz	DE	06727	870	Europe/Berlin	51.09073	12.12428		Nonnewitz		14	00	15084	15084590
2862202	Nonnenhorn	nonnenhorn	DE	88149	1570	Europe/Berlin	47.57386	9.61038		Nonenhorn,Nonenkhorn,Nonnengorn,Nonnenkhorn,nuo nen huo er en,Ноненхорн,Нонненгорн,Нонненхорн,Նոնենհորն,诺嫩霍尔恩	09776120	02	097	09776	09776120
2862249	Nomborn	nomborn	DE	56412	715	Europe/Berlin	50.43333	7.91667			07143055	08	00	07143	07143055
2862288	Nohra	nohra	DE	99428	934	Europe/Berlin	51.43333	10.7			16062066	15	00	16062	16062066
2862289	Nohra	nohra	DE	99428	1430	Europe/Berlin	50.96136	11.25971		Nohra	16071103	15	00	16071	16071103
2862292	Nohn	nohn	DE	54578	449	Europe/Berlin	50.33333	6.78333		Non,nuo en,Нон,诺恩	07233229	08	00	07233	07233229
2862293	Nohn	nohn	DE	54578	0	Europe/Berlin	49.4843	6.54236				09	00	10042	10042114
2862294	Nohfelden	nohfelden	DE	66625	10687	Europe/Berlin	49.58693	7.14283		Nofel'den,Nofelden,Nokhfelden,nuo fei er deng,Нофелден,Нофельден,Нохфелден,诺费尔登	10046114	09	00	10046	10046114
2862295	Nohen	nohen	DE	55767	422	Europe/Berlin	49.63333	7.25			07134061	08	00	07134	07134061
2862304	Noer	noer	DE	24214	902	Europe/Berlin	54.46667	10		Noer	01058116	10	00	01058	01058116
2862311	Nöda	noda	DE	99195	845	Europe/Berlin	51.06667	11.01667			16068037	15	00	16068	16068037
2862319	Nochern	nochern	DE	56357	545	Europe/Berlin	50.16667	7.71667			07141099	08	00	07141	07141099
2862322	Nobitz	nobitz	DE	04603	3858	Europe/Berlin	50.97621	12.48605		Nobic,nuo bi ci,Нобиц,诺比茨	16077036	15	00	16077	16077036
2862343	Nitzahn	nitzahn	DE	14715	0	Europe/Berlin	52.46719	12.36076		Nitzahn		11	00	12063	12063189
2862344	Nitz	nitz	DE	56729	45	Europe/Berlin	50.33333	7.01667			07233228	08	00	07233	07233228
2862347	Nittendorf	nittendorf	DE	93152	9226	Europe/Berlin	49.02459	11.96126		Nitendorf,Nittendorf,ni teng duo fu,nytndwrf,Нитендорф,Ниттендорф,Ніттендорф,Նիթենդորֆ,نیتندورف,尼滕多夫		02	093	09375	09375175
2862348	Nittenau	nittenau	DE	93149	8478	Europe/Berlin	49.19425	12.26741		Nitenau,Nittenau,ni te nao,nytnaw,Нитенау,Ниттенау,Ніттенау,نيتناو,نیتناو,尼特瑙		02	093	09376	09376149
2862351	Nittel	nittel	DE	54453	1920	Europe/Berlin	49.65	6.45		Nettel,Nitel,Nittel',Nëttel,ni te er,Нител,Ниттель,尼特尔	07235095	08	00	07235	07235095
2862355	Nisterberg	nisterberg	DE	56472	449	Europe/Berlin	50.68333	7.98333			07132079	08	00	07132	07132079
2862357	Nister	nister	DE	57645	1018	Europe/Berlin	50.67583	7.83833			07143276	08	00	07143	07143276
2862372	Nirmsdorf	nirmsdorf	DE	99510	90	Europe/Berlin	51.09444	11.4702			16071101	15	00	16071	16071101
2862388	Nindorf	nindorf	DE	24594	681	Europe/Berlin	54.13333	9.7			01058115	10	00	01058	01058115
2862389	Nindorf	nindorf	DE	24594	1145	Europe/Berlin	54.08333	9.11667			01051078	10	00	01051	01051078
2862390	Nindorf	nindorf	DE	24594	0	Europe/Berlin	53.72183	9.36174		Niendorf,Nindorf		06	00	03359	03359013
2862391	Nindorf	nindorf	DE	24594	0	Europe/Berlin	53.62224	9.10406				06	00	03352	03352029
2862392	Nindorf	nindorf	DE	24594	0	Europe/Berlin	53.41696	9.65455				06	00	03359	03359006
2862393	Nindorf	nindorf	DE	24594	0	Europe/Berlin	53.26109	10.74254				06	00	03355	03355009
2862394	Nindorf	nindorf	DE	24594	0	Europe/Berlin	53.26939	9.40865				06	00	03357	03357013
2862395	Nindorf	nindorf	DE	24594	0	Europe/Berlin	53.23578	10.02473				06	00	03353	03353016
2862396	Nindorf	nindorf	DE	24594	0	Europe/Berlin	52.98535	9.54487				06	00	03357	03357051
2862397	Nindorf	nindorf	DE	24594	0	Europe/Berlin	52.97091	9.23724				06	00	03361	03361006
2862398	Nindorf	nindorf	DE	24594	0	Europe/Berlin	52.84322	9.97267				06	00	03351	03351004
2862399	Nindorf	nindorf	DE	24594	0	Europe/Berlin	48.7209	12.95004				02	092	09271	09271118
2862400	Nindorf	nindorf	DE	24594	0	Europe/Berlin	48.44833	13.04129				02	092	09277	09277113
2862402	Nimsreuland	nimsreuland	DE	54614	116	Europe/Berlin	50.13333	6.45			07232280	08	00	07232	07232280
2862403	Nimshuscheid	nimshuscheid	DE	54612	283	Europe/Berlin	50.1	6.48333			07232279	08	00	07232	07232279
2862406	Nimritz	nimritz	DE	07381	341	Europe/Berlin	50.69434	11.63999		Nimritz	16075074	15	00	16075	16075074
2862440	Nievern	nievern	DE	56132	982	Europe/Berlin	50.33333	7.68333			07141098	08	00	07141	07141098
2862458	Nieste	nieste	DE	34329	0	Europe/Berlin	51.31361	9.67083			06633019	05	066	06633	06633019
2862460	Niesky	niesky	DE	02906	11111	Europe/Berlin	51.29241	14.82107		Niska,Niski,Nīski,ni si ji,nyzky,Ниски,Ніскі,نيزكي,نیزکی,尼斯基		13	00	14626	14626370
2862465	Niesgrau	niesgrau	DE	24395	600	Europe/Berlin	54.75	9.81667		Niesgrau	01059148	10	00	01059	01059148
2862485	Nierstein	nierstein	DE	55283	7729	Europe/Berlin	49.87003	8.33647			07339043	08	00	07339	07339043
2862494	Niersbach	niersbach	DE	54518	681	Europe/Berlin	49.9402	6.74076			07231504	08	00	07231	07231504
2862525	Niepars	niepars	DE	18442	2067	Europe/Berlin	54.31447	12.92447				12	00	13073	13073060
2862535	Nienstedt	nienstedt	DE	06542	0	Europe/Berlin	52.78883	8.76556				06	00	03251	03251007
2862536	Nienstedt	nienstedt	DE	06542	0	Europe/Berlin	52.25839	9.44846				06	00	03252	03252002
2862537	Nienstedt	nienstedt	DE	06542	0	Europe/Berlin	52.0751	9.86565				06	00	03254	03254043
2862538	Nienstedt	nienstedt	DE	06542	0	Europe/Berlin	51.74502	10.16756				06	00	03159	03159026
2862539	Nienstedt	nienstedt	DE	06542	411	Europe/Berlin	51.44164	11.39832		Nienstedt		14	00	15087	15087015
2862541	Nienstädt	nienstadt	DE	31688	4984	Europe/Berlin	52.29242	9.1644		Nienstaedt,Nienstädt	03257026	06	00	03257	03257026
2862569	Nienhagen	nienhagen	DE	18211	0	Europe/Berlin	54.24848	12.94258				12	00	13073	13073041
2862570	Nienhagen	nienhagen	DE	18211	0	Europe/Berlin	54.17299	10.9373				10	00	01055	01055016
2862571	Nienhagen	nienhagen	DE	18211	1809	Europe/Berlin	54.14869	12.17434		Nhg		12	00	13003	13003000
2862572	Nienhagen	nienhagen	DE	18211	0	Europe/Berlin	53.75561	12.31636				12	00	13072	13072063
2862573	Nienhagen	nienhagen	DE	18211	0	Europe/Berlin	53.71906	12.50622				12	00	13072	13072040
2862574	Nienhagen	nienhagen	DE	18211	0	Europe/Berlin	53.65876	12.08528				12	00	13072	13072067
2862575	Nienhagen	nienhagen	DE	18211	0	Europe/Berlin	52.70281	9.54197				06	00	03358	03358010
2862576	Nienhagen	nienhagen	DE	18211	0	Europe/Berlin	52.55705	10.1021		Indago nova [a. 1228],Nienhagen,Nienhagen (Baixa Saxonia),Nienhagen (Baixa Saxônia),Nienhagen (Bassa Sassonia),Nienhagen (Dolna Saksonia),Nienhagen (Nedersaksen),Nienhagen  Lower Saxony,Nienhogen,Ninkhagen (Kelle),Ninkhagen (Okrug Cele),Нинхаген (Келле),Нинхаген (Округ Целе)	03351018	06	00	03351	03351018
2862577	Nienhagen	nienhagen	DE	18211	0	Europe/Berlin	52.03032	8.67225				07	057	05766	05766048
2862578	Nienhagen	nienhagen	DE	18211	0	Europe/Berlin	51.96035	8.81447				07	057	05766	05766020
2862579	Nienhagen	nienhagen	DE	18211	456	Europe/Berlin	51.95002	11.16454		Nienhagen		14	00	15085	15085285
2862580	Nienhagen	nienhagen	DE	18211	0	Europe/Berlin	51.70698	9.82507		Nienhagen		06	00	03155	03155009
2862581	Nienhagen	nienhagen	DE	18211	0	Europe/Berlin	51.34256	9.66277		Nienhagen		06	00	03159	03159034
2862592	Niendorf	niendorf	DE	23919	0	Europe/Berlin	54.45614	11.21315				10	00	01055	01055046
2862593	Niendorf	niendorf	DE	23919	0	Europe/Berlin	54.02976	12.09604				12	00	13072	13072077
2862594	Niendorf	niendorf	DE	23919	0	Europe/Berlin	54.0004	11.57221				12	00	13074	13074009
2862595	Niendorf	niendorf	DE	23919	0	Europe/Berlin	53.99273	11.44943				12	00	13074	13074035
2862596	Niendorf	niendorf	DE	23919	0	Europe/Berlin	53.99306	10.82093				10	00	01055	01055042
2862597	Niendorf	niendorf	DE	23919	0	Europe/Berlin	53.93475	12.14594				12	00	13072	13072116
2862598	Niendorf	niendorf	DE	23919	0	Europe/Berlin	53.92348	11.26568				12	00	13074	13074032
2862599	Niendorf	niendorf	DE	23919	0	Europe/Berlin	53.91667	10.53333				10	00	01062	01062048
2862600	Niendorf	niendorf	DE	23919	0	Europe/Berlin	53.82649	10.60216				10	00	01003	01003000
2862601	Niendorf	niendorf	DE	23919	0	Europe/Berlin	53.80942	10.89357				12	00	13074	13074094
2862602	Niendorf	niendorf	DE	23919	336	Europe/Berlin	53.79347	11.43306		Niendorf		12	00	13074	13074002
2862603	Niendorf	niendorf	DE	23919	347	Europe/Berlin	53.76178	12.62351		Niendorf		12	00	13072	13072106
2862604	Niendorf	niendorf	DE	23919	185	Europe/Berlin	53.70259	10.62555		Niendorf		10	00	01053	01053094
2862605	Niendorf	niendorf	DE	23919	0	Europe/Berlin	53.65288	10.93174				10	00	01053	01053062
2862606	Niendorf	niendorf	DE	23919	0	Europe/Berlin	53.61769	9.95032		Hamburg-Niendorf,Nindorf,ning duo fu,Ниндорф,宁多夫		04	00	02000	02000000
2862607	Niendorf	niendorf	DE	23919	0	Europe/Berlin	53.36112	11.43598				12	00	13076	13076090
2862608	Niendorf	niendorf	DE	23919	0	Europe/Berlin	53.30513	10.88968				06	00	03355	03355049
2862609	Niendorf	niendorf	DE	23919	0	Europe/Berlin	53.23337	11.26081				12	00	13076	13076053
2862610	Niendorf	niendorf	DE	23919	0	Europe/Berlin	53.16283	10.5013				06	00	03360	03360004
2862611	Niendorf	niendorf	DE	23919	0	Europe/Berlin	52.44293	11.0495				14	00	15083	15083411
2862612	Niendorf	niendorf	DE	23919	0	Europe/Berlin	51.86299	13.38144				11	00	12072	12072157
2862615	Nienbüttel	nienbuttel	DE	25596	144	Europe/Berlin	54.02969	9.41451		Nienbuttel,Nienbüttel	01061076	10	00	01061	01061076
2862621	Nienburg/Saale	nienburg-saale	DE	06429	4527	Europe/Berlin	51.83747	11.76979		Nienburg,Nienburg (Saale)		14	00	15089	15089235
2862625	Nienborstel	nienborstel	DE	24819	623	Europe/Berlin	54.13333	9.61667		Nienborstel	01058113	10	00	01058	01058113
2862640	Niemegk	niemegk	DE	14823	2332	Europe/Berlin	52.07388	12.68947		Niemegk,Nimeg,Nimegk,Nimek,ni mei ge ke,nymghk,nymgk,Нимег,Нимегк,Нимек,Նիմեգկ,نيمغك,نیمگک,尼梅格克		11	00	12069	12069448
2862641	Niemegk	niemegk	DE	14823	0	Europe/Berlin	51.61667	12.36667				14	00	15082	15082015
2862643	Niemberg	niemberg	DE	06188	1492	Europe/Berlin	51.55035	12.09089		Niemberg		14	00	15088	15088195
2862651	Nielebock	nielebock	DE	39319	242	Europe/Berlin	52.43548	12.06863		Nielebock		14	00	15086	15086080
2862673	Niehl	niehl	DE	54646	0	Europe/Berlin	50.99226	6.95864				07	053	05315	05315000
2862674	Niehl	niehl	DE	54646	66	Europe/Berlin	49.95774	6.35525			07232094	08	00	07232	07232094
2862675	Nieheim	nieheim	DE	33039	6961	Europe/Berlin	51.80499	9.11302		Nieheim,Nigajm,Nikhajm,ni hai mu,nihaimu,nyhaym,Нихайм,Нихајм,Нігайм,نيهايم,نیهایم,ニーハイム,尼海姆		07	057	05762	05762028
2862682	Niegripp	niegripp	DE	39291	0	Europe/Berlin	52.26315	11.75865				14	00	15086	15086015
2862689	Niedling	niedling	DE	83374	0	Europe/Berlin	47.94269	12.63062				02	091	09189	09189154
2862696	Niederzissen	niederzissen	DE	56651	2791	Europe/Berlin	50.45876	7.2181		Nidercisen,Nidercissen,nidatsu~issen,xia qi sen,Нидерцисен,Нидерциссен,ニーダーツィッセン,下齐森	07131055	08	00	07131	07131055
2862697	Niederzimmern	niederzimmern	DE	99428	1071	Europe/Berlin	51.00476	11.19028			16071103	15	00	16071	16071103
2862698	Niederzier	niederzier	DE	52382	14363	Europe/Berlin	50.88333	6.46667		Nidercir,Niederzier,xia qi er,Нидерцир,Нідерцир,下齐尔	05358048	07	053	05358	05358048
2862708	Niederwörresbach	niederworresbach	DE	55758	993	Europe/Berlin	49.76667	7.33333		Niderveresbakh,Nidervjorresbakh,xia wei lei si ba he,Нидервересбах,Нидервёрресбах,下韦雷斯巴赫	07134060	08	00	07134	07134060
2862713	Niederwinkling	niederwinkling	DE	94559	2252	Europe/Berlin	48.88333	12.8			09278159	02	092	09278	09278159
2862723	Nieder-Wiesen	nieder-wiesen	DE	55234	653	Europe/Berlin	49.73333	7.98333			07331051	08	00	07331	07331051
2862724	Niederwiesa	niederwiesa	DE	09577	5221	Europe/Berlin	50.86667	13.01667		Nidervisa,Niderviza,Niederwiesa,Niederwiesa vald,xia wei sa,Нидервиза,Нидервиса,下维萨	14522420	13	00	14522	14522420
2862731	Niederwerth	niederwerth	DE	56179	1391	Europe/Berlin	50.4	7.61667		Nidervert,xia wei er te,Нидерверт,下韦尔特	07137218	08	00	07137	07137218
2862733	Niederwerrn	niederwerrn	DE	97464	7974	Europe/Berlin	50.06149	10.1827		Nidervern,Niderverrn,nydrwrn,xia wei er en,Нидерверн,Нідерверрн,نیدرورن,下韦尔恩	09678160	02	096	09678	09678160
2862741	Niederweis	niederweis	DE	54668	197	Europe/Berlin	49.86997	6.46717		Niederweis	07232093	08	00	07232	07232093
2862743	Niederweiler	niederweiler	DE	54636	0	Europe/Berlin	50.03333	6.45			07232092	08	00	07232	07232092
2862744	Niederweiler	niederweiler	DE	54636	431	Europe/Berlin	49.9	7.28333			07140109	08	00	07140	07140109
2862745	Niederweiler	niederweiler	DE	54636	79	Europe/Berlin	49.75754	6.55263				08	00	07235	07235137
2862746	Niederweiler	niederweiler	DE	54636	0	Europe/Berlin	49.31826	9.98885				01	081	08127	08127008
2862747	Niederweiler	niederweiler	DE	54636	0	Europe/Berlin	47.86278	9.41728				01	084	08436	08436083
2862748	Niederweiler	niederweiler	DE	54636	0	Europe/Berlin	47.8056	7.6549				01	083	08315	08315074
2862760	Niederwambach	niederwambach	DE	57614	531	Europe/Berlin	50.63333	7.6			07138050	08	00	07138	07138050
2862763	Niederwallmenach	niederwallmenach	DE	56357	411	Europe/Berlin	50.16667	7.81667			07141097	08	00	07141	07141097
2862785	Niederviehbach	niederviehbach	DE	84183	2444	Europe/Berlin	48.61667	12.38333		Niderfibakh,Niderfibax,Nidervikhbakh,nydrfybakh,xia fei he ba he,Нидервихбах,Нидерфибах,Нідерфібах,Նիդերֆիբախ,نیدرفیباخ,下菲赫巴赫	09279130	02	092	09279	09279130
2862798	Niedertrebra	niedertrebra	DE	99518	0	Europe/Berlin	51.06974	11.58447		Niedertrebra		15	00	16071	16071064
2862801	Niedertiefenbach	niedertiefenbach	DE	56368	0	Europe/Berlin	50.44273	8.1358		Niedertiefenbach		05	065	06533	06533001
2862802	Niedertiefenbach	niedertiefenbach	DE	56368	219	Europe/Berlin	50.25538	7.89702			07141096	08	00	07141	07141096
2862809	Niedertaufkirchen	niedertaufkirchen	DE	84494	1333	Europe/Berlin	48.33333	12.55		Nidertaufkirkhen,nydrtawf kyrshn,xia tao fu ji xing,Нидертауфкирхен,Нідертауфкірхен,Նիդերթաուֆկիրխեն,نیدرتاوف کیرشن,下陶夫基兴	09183131	02	091	09183	09183131
2862811	Niedert	niedert	DE	56291	132	Europe/Berlin	50.13333	7.53333			07140108	08	00	07140	07140108
2862818	Niederstriegis	niederstriegis	DE	04741	1317	Europe/Berlin	51.08243	13.14925		Niederstriegis		13	00	14522	14522510
2862825	Niederstotzingen	niederstotzingen	DE	89168	4920	Europe/Berlin	48.54127	10.23505		Nidershtotcingen,Niderstocingen,Niderstotsingen,Niderştotsingen,nydrshtwtsnghn,nydrztwtsngn,xia si tuo qin gen,Нидерстоцинген,Нидерштотцинген,Нідерштотцинген,نيدرشتوتسنغن,نیدرزتوتسنگن,下斯托钦根		01	081	08135	08135027
2862831	Niederstetten	niederstetten	DE	97996	5496	Europe/Berlin	49.4	9.91944		Nidershteten,Nidershtetten,Niederstetten,nidashutetten,nydrashttn,nydrshtytn,xia si te teng,Нидерштетен,Нидерштеттен,Нідерштеттен,نيدرشتيتن,نیدراشتتن,ニーダーシュテッテン,下斯特滕		01	081	08128	08128082
2862833	Niedersteinebach	niedersteinebach	DE	56593	179	Europe/Berlin	50.60018	7.50692			07132078	08	00	07132	07132078
2862842	Niederstedem	niederstedem	DE	54634	219	Europe/Berlin	49.93333	6.5			07232091	08	00	07232	07232091
2862845	Niederstaufenbach	niederstaufenbach	DE	66879	290	Europe/Berlin	49.53333	7.51667		Nidershtaufenbakh,Niderstaufenbakh,xia si tao fen ba he,Нидерстауфенбах,Нидерштауфенбах,下斯陶芬巴赫	07336068	08	00	07336	07336068
2862849	Niederstadtfeld	niederstadtfeld	DE	54570	498	Europe/Berlin	50.16051	6.7597			07233052	08	00	07233	07233052
2862862	Niedersohren	niedersohren	DE	55487	440	Europe/Berlin	49.93333	7.33333			07140107	08	00	07140	07140107
2862891	Niederschönenfeld	niederschonenfeld	DE	86694	1419	Europe/Berlin	48.71667	10.93333		Nidershenenfel'd,Nidershenenfeld,Nidershjonenfel'd,Nidersyonenfeld,nidashenenferuto,xia she nen fei er de,Нидершененфелд,Нидершёненфельд,Нідершененфельд,Նիդերշյոնենֆելդ,ニーダーシェーネンフェルト,下舍嫩费尔德	09779192	02	097	09779	09779192
2862899	Niederschlettenbach	niederschlettenbach	DE	76891	376	Europe/Berlin	49.08333	7.85			07340033	08	00	07340	07340033
2862909	Niederscheidweiler	niederscheidweiler	DE	54533	254	Europe/Berlin	50.06667	6.95			07231096	08	00	07231	07231096
2862914	Niedersayn	niedersayn	DE	56244	227	Europe/Berlin	50.52864	7.83168			07143275	08	00	07143	07143275
2862925	Niedersachswerfen	niedersachswerfen	DE	99762	3301	Europe/Berlin	51.55062	10.76594		Niedersachswerfen,Saswerp [a. 1235]		15	00	16062	16062065
2862933	Niederroßla	niederrossla	DE	99510	1253	Europe/Berlin	51.03333	11.48333		Niderosla,Niderrosla,ni de luo si la,Нидеросла,Нидерросла,尼德罗斯拉	16071101	15	00	16071	16071101
2862934	Niederroßbach	niederrossbach	DE	56479	0	Europe/Berlin	50.79047	8.22929				05	065	06532	06532011
2862935	Niederroßbach	niederrossbach	DE	56479	844	Europe/Berlin	50.64167	8.03444		Niederrossbach,Niederroßbach	07143274	08	00	07143	07143274
2862953	Niederrieden	niederrieden	DE	87767	1340	Europe/Berlin	48.0576	10.18321			09778177	02	097	09778	09778177
2862965	Niederreißen	niederreissen	DE	99510	247	Europe/Berlin	51.09894	11.41106			16071101	15	00	16071	16071101
2862979	Niederraden	niederraden	DE	54675	0	Europe/Berlin	50.53745	7.53472				08	00	07138	07138054
2862980	Niederraden	niederraden	DE	54675	44	Europe/Berlin	49.98333	6.31667			07232090	08	00	07232	07232090
2862995	Niederpierscheid	niederpierscheid	DE	54649	50	Europe/Berlin	50.08333	6.36667			07232277	08	00	07232	07232277
2863005	Niederotterbach	niederotterbach	DE	76889	312	Europe/Berlin	49.06028	8.04556			07337056	08	00	07337	07337056
2863012	Niederorschel	niederorschel	DE	37355	3453	Europe/Berlin	51.37222	10.42372		Niderorshel,Niderorshel',Niederorschel,ni de luo er she er,Нидероршел,Нидероршель,尼德罗尔舍尔	16061074	15	00	16061	16061074
2863014	Nieder-Olm	nieder-olm	DE	55268	8511	Europe/Berlin	49.91166	8.20533		Nider-Ol'm,Nider-Olm,nida=orumu,nydr-alm,nydr-awlm,xia ao er mu,Нидер-Олм,Нидер-Ольм,نيدر-أولم,نیدر-الم,ニーダー＝オルム,下奥尔姆	07339042	08	00	07339	07339042
2863019	Niederöfflingen	niederofflingen	DE	54533	471	Europe/Berlin	50.06667	6.88333		Nidereflingen,Niderjoflingen,Niederoefflingen,Niederöfflingen,ni de lei fu lin gen,Нидерефлинген,Нидерёфлинген,尼德勒夫林根	07231095	08	00	07231	07231095
2863031	Niedernwöhren	niedernwohren	DE	31712	2061	Europe/Berlin	52.35214	9.14788		Niedernwoehren,Niedernwöhren	03257025	06	00	03257	03257025
2863046	Niedernhausen	niedernhausen	DE	65527	14494	Europe/Berlin	50.16307	8.31338		Niderngauzen,Nidernkhauzen,Niedernhausen,xia en hao sen,Нидернхаузен,Нідернгаузен,下恩豪森	06439011	05	064	06439	06439011
2863047	Niedernhausen	niedernhausen	DE	65527	0	Europe/Berlin	49.77427	8.82079				05	064	06432	06432007
2863049	Niedernhall	niedernhall	DE	74676	4132	Europe/Berlin	49.29516	9.61604				01	081	08126	08126060
2863065	Niederneisen	niederneisen	DE	65629	1462	Europe/Berlin	50.33333	8.05			07141095	08	00	07141	07141095
2863083	Niederndodeleben	niederndodeleben	DE	39167	4307	Europe/Berlin	52.13416	11.50085	79	Nedderndo'lae,Nedderndo'lä,Niderndodeleben,Niederndodeleben,Нидерндоделебен		14	00	15083	15083298
2863087	Niedernberg	niedernberg	DE	63843	0	Europe/Berlin	50.30507	12.0427				02	094	09475	09475161
2863088	Niedernberg	niedernberg	DE	63843	4793	Europe/Berlin	49.91222	9.13694		Nidernberg,Niedernberg,ni deng bei ge,niderunberuku,Нидернберг,Нідернберг,Նիդերնբերգ,ニーデルンベルク,尼登贝格	09676144	02	096	09676	09676144
2863095	Niedermurach	niedermurach	DE	92545	1356	Europe/Berlin	49.44999	12.3761		Nidermurakh,nydrmwrakh,xia mu la,Нидермурах,Нідермурах,نیدرموراخ,下穆拉	09376148	02	093	09376	09376148
2863103	Niedermoschel	niedermoschel	DE	67822	583	Europe/Berlin	49.73333	7.8			07333051	08	00	07333	07333051
2863111	Niedermohr	niedermohr	DE	66879	1523	Europe/Berlin	49.45899	7.46955			07335030	08	00	07335	07335030
2863172	Niederlehme	niederlehme	DE	15713	0	Europe/Berlin	52.31713	13.65036		Niederlehme		11	00	12061	12061260
2863178	Niederlauer	niederlauer	DE	97618	1801	Europe/Berlin	50.29411	10.17712			09673146	02	096	09673	09673146
2863179	Niederlauch	niederlauch	DE	54614	53	Europe/Berlin	50.16667	6.43333			07232276	08	00	07232	07232276
2863185	Niederlangen	niederlangen	DE	49779	1200	Europe/Berlin	52.85712	7.28199			03454039	06	00	03454	03454039
2863198	Niederkumbd	niederkumbd	DE	55469	309	Europe/Berlin	50.01667	7.53333			07140106	08	00	07140	07140106
2863199	Niederkrüchten	niederkruchten	DE	41372	15487	Europe/Berlin	51.2	6.21667		Niderkrikhten,Niderkrjukhten,Niederkirchen,Niederkruchten,Niederkruechten,Niederkrüchten,nydrkrwkhtn,xia ke lu xi teng,Нидеркрихтен,Нидеркрюхтен,Нідеркрюхтен,نيدركروختن,下克吕希滕	05166020	07	051	05166	05166020
2863202	Nieder Kostenz	nieder-kostenz	DE	55481	234	Europe/Berlin	49.95	7.36667		Nider Kostenc,Nider-Kostenc,xia ke si teng ci,Нидер Костенц,Нидер-Костенц,下科斯滕茨	07140105	08	00	07140	07140105
2863213	Niederkirchen bei Deidesheim	niederkirchen-bei-deidesheim	DE	67150	2378	Europe/Berlin	49.415	8.21		Niederkirchen,Niederkirchen bei Deidesheim	07332039	08	00	07332	07332039
2863214	Niederkirchen	niederkirchen	DE	67700	2067	Europe/Berlin	49.58333	7.7			07335029	08	00	07335	07335029
2863215	Niederkirchen	niederkirchen	DE	67700	0	Europe/Berlin	49.4675	7.25105		Niederkirchen		09	00	10046	10046117
2863222	Niederkassel	niederkassel	DE	53859	0	Europe/Berlin	51.24172	6.7535				07	051	05111	05111000
2863223	Niederkassel	niederkassel	DE	53859	36480	Europe/Berlin	50.81503	7.03777		Neddekaassel,Neddekaaßel,Niderkasel,Niderkassel',Niederkassel,bonn-niederholtdorf,nydrkasl,xia ka sai er,Нидеркасел,Нидеркассель,Нідеркассель,نيدركاسل,نیدرکاسل,下卡塞尔		07	053	05382	05382044
2863239	Niederirsen	niederirsen	DE	57589	106	Europe/Berlin	50.75	7.6			07132077	08	00	07132	07132077
2863254	Niederhosenbach	niederhosenbach	DE	55758	369	Europe/Berlin	49.8	7.36667		Niderkhozenbakh,xia huo sen ba he,Нидерхозенбах,下霍森巴赫	07134059	08	00	07134	07134059
2863258	Niederhorbach	niederhorbach	DE	76889	0	Europe/Berlin	50.83201	7.36505				07	053	05382	05382040
2863259	Niederhorbach	niederhorbach	DE	76889	526	Europe/Berlin	49.11528	8.03417			07337055	08	00	07337	07337055
2863281	Niederhofen	niederhofen	DE	56316	347	Europe/Berlin	50.56667	7.6			07138048	08	00	07138	07138048
2863282	Niederhofen	niederhofen	DE	56316	0	Europe/Berlin	49.5	6.93333				09	00	10046	10046118
2863283	Niederhofen	niederhofen	DE	56316	0	Europe/Berlin	49.29339	11.57453				02	093	09373	09373153
2863284	Niederhofen	niederhofen	DE	56316	0	Europe/Berlin	49.13298	11.75838				02	093	09373	09373143
2863285	Niederhofen	niederhofen	DE	56316	0	Europe/Berlin	49.11145	8.98596		Niederhofen		01	081	08125	08125086
2863286	Niederhofen	niederhofen	DE	56316	0	Europe/Berlin	49.04115	11.02841				02	095	09577	09577177
2863287	Niederhofen	niederhofen	DE	56316	0	Europe/Berlin	48.98371	12.76998				02	092	09278	09278154
2863288	Niederhofen	niederhofen	DE	56316	0	Europe/Berlin	48.97872	10.56794				02	097	09779	09779197
2863289	Niederhofen	niederhofen	DE	56316	0	Europe/Berlin	48.65353	8.12769				01	083	08317	08317068
2863290	Niederhofen	niederhofen	DE	56316	0	Europe/Berlin	48.47003	13.30306				02	092	09275	09275145
2863291	Niederhofen	niederhofen	DE	56316	0	Europe/Berlin	48.34254	8.77768				01	084	08417	08417025
2863292	Niederhofen	niederhofen	DE	56316	0	Europe/Berlin	48.30806	9.78663				01	084	08425	08425002
2863293	Niederhofen	niederhofen	DE	56316	0	Europe/Berlin	48.11707	12.63008				02	091	09171	09171122
2863294	Niederhofen	niederhofen	DE	56316	0	Europe/Berlin	47.85235	10.0197				01	084	08436	08436055
2863295	Niederhofen	niederhofen	DE	56316	0	Europe/Berlin	47.68371	10.27376				02	097	09780	09780117
2863296	Niederhöfen	niederhofen	DE	56316	0	Europe/Berlin	47.63259	10.51094				02	097	09777	09777153
2863326	Nieder-Hilbersheim	nieder-hilbersheim	DE	55437	627	Europe/Berlin	49.91333	8.04194			07339041	08	00	07339	07339041
2863340	Niederheimbach	niederheimbach	DE	55413	0	Europe/Berlin	50.89546	7.35454				07	053	05382	05382036
2863341	Niederheimbach	niederheimbach	DE	55413	813	Europe/Berlin	50.03333	7.81667		Niderkhajmbakh,xia hai mu ba he,Нидерхаймбах,Нидерхајмбах,下海姆巴赫	07339040	08	00	07339	07339040
2863355	Niederhausen an der Appel	niederhausen-an-der-appel	DE	67822	0	Europe/Berlin	49.75	7.9		Niederhausen,Niederhausen an der Appel	07333050	08	00	07333	07333050
2863356	Niederhausen	niederhausen	DE	55585	0	Europe/Berlin	48.23839	7.71309				01	083	08316	08316053
2863357	Niederhausen	niederhausen	DE	55585	0	Europe/Berlin	50.85747	7.56982		Niederhausen		07	053	05374	05374044
2863358	Niederhausen	niederhausen	DE	55585	0	Europe/Berlin	50.76797	7.64371				08	00	07132	07132091
2863359	Niederhausen	niederhausen	DE	55585	615	Europe/Berlin	49.8	7.78333		Niderkhauzen,ni de lao sen,Нидерхаузен,尼德劳森	07133070	08	00	07133	07133070
2863360	Niederhausen	niederhausen	DE	55585	0	Europe/Berlin	49.29524	7.463				08	00	07340	07340228
2863361	Niederhausen	niederhausen	DE	55585	0	Europe/Berlin	48.5976	12.68694				02	092	09279	09279134
2863362	Niederhausen	niederhausen	DE	55585	0	Europe/Berlin	48.34393	10.1972				02	097	09775	09775143
2863371	Niederhambach	niederhambach	DE	55767	292	Europe/Berlin	49.68333	7.2			07134058	08	00	07134	07134058
2863401	Niedergörsdorf	niedergorsdorf	DE	14913	7197	Europe/Berlin	51.97943	12.98541		Nidergersdorf,Nidergjorsdorf,Nidergyorsdorf,xia ge er si duo fu,Нидергерсдорф,Нидергёрсдорф,Նիդերգյորսդորֆ,下格尔斯多夫	12072297	11	00	12072	12072297
2863419	Niedergeckler	niedergeckler	DE	54675	42	Europe/Berlin	49.96667	6.3			07232089	08	00	07232	07232089
2863422	Niedergebra	niedergebra	DE	99759	799	Europe/Berlin	51.42285	10.60011			16062037	15	00	16062	16062037
2863429	Niederfrohna	niederfrohna	DE	09243	2533	Europe/Berlin	50.9	12.71667			14524220	13	00	14524	14524220
2863441	Niederfischbach	niederfischbach	DE	57572	5035	Europe/Berlin	50.85	7.86667		Niderfishbakh,naydrfyshbakh,xia fei shi ba he,Нидерфишбах,نایدرفیشباخ,下菲施巴赫	07132076	08	00	07132	07132076
2863442	Niederfinow	niederfinow	DE	16248	652	Europe/Berlin	52.83368	13.92843		Niderfinov,xia fei nuo,Нидерфинов,Նիդերֆինով,下菲诺	12060172	11	00	12060	12060172
2863444	Niederfell	niederfell	DE	56332	1091	Europe/Berlin	50.28333	7.46667		Niderfel,Niderfell',xia fei er,Нидерфел,Нидерфелль,下费尔	07137217	08	00	07137	07137217
2863457	Niedereschach	niedereschach	DE	78078	6004	Europe/Berlin	48.13333	8.53333		Niderehshakh,Nidereshakh,ni de lei sha,Нидерешах,Нидерэшах,Нідерешах,尼德雷沙	08326041	01	083	08326	08326041
2863469	Niedererbach	niedererbach	DE	56412	0	Europe/Berlin	50.71455	7.66362				08	00	07132	07132081
2863470	Niedererbach	niedererbach	DE	56412	1026	Europe/Berlin	50.4261	7.97425			07143054	08	00	07143	07143054
2863487	Niederelbert	niederelbert	DE	56412	1642	Europe/Berlin	50.40775	7.8099			07143053	08	00	07143	07143053
2863505	Niederdürenbach	niederdurenbach	DE	56651	1056	Europe/Berlin	50.45	7.18333			07131054	08	00	07131	07131054
2863508	Niederdreisbach	niederdreisbach	DE	57520	1003	Europe/Berlin	50.74955	7.92352			07132075	08	00	07132	07132075
2863516	Niederdorla	niederdorla	DE	99986	1464	Europe/Berlin	51.16025	10.4482		Niderdorla,Niederdorla,xia duo er la,Нидердорла,下多尔拉		15	00	16064	16064075
2863517	Niederdorfelden	niederdorfelden	DE	61138	2925	Europe/Berlin	50.19415	8.80005		Niderdorfel'den,Niderdorfelden,nidadoruferuden,xia duo er fei er deng,Нидердорфелден,Нидердорфельден,Нідердорфельден,ニーダードルフェルデン,下多尔费尔登	06435022	05	064	06435	06435022
2863518	Niederdorf	niederdorf	DE	09366	0	Europe/Berlin	52.3816	8.4477				07	057	05770	05770044
2863519	Niederdorf	niederdorf	DE	09366	0	Europe/Berlin	52.35296	7.88274				07	055	05566	05566092
2863520	Niederdorf	niederdorf	DE	09366	0	Europe/Berlin	51.74769	6.37063				07	051	05154	05154024
2863521	Niederdorf	niederdorf	DE	09366	0	Europe/Berlin	51.38744	6.24277		Niederdorf		07	051	05154	05154052
2863522	Niederdorf	niederdorf	DE	09366	0	Europe/Berlin	50.86667	14.7				13	00	14626	14626050
2863523	Niederdorf	niederdorf	DE	09366	1377	Europe/Berlin	50.72623	12.78587			14521420	13	00	14521	14521420
2863524	Niederdorf	niederdorf	DE	09366	0	Europe/Berlin	50.56834	9.47543				05	065	06535	06535008
2863525	Niederdorf	niederdorf	DE	09366	0	Europe/Berlin	50.51632	7.81054		Neiderdorf,Niederdorf		08	00	07143	07143028
2863526	Niederdorf	niederdorf	DE	09366	0	Europe/Berlin	48.54465	11.32883				02	091	09185	09185113
2863527	Niederdorf	niederdorf	DE	09366	0	Europe/Berlin	48.43823	11.31712				02	091	09174	09174147
2863528	Niederdorf	niederdorf	DE	09366	0	Europe/Berlin	47.90318	10.25772				02	097	09778	09778218
2863529	Niederdorf	niederdorf	DE	09366	0	Europe/Berlin	47.44429	10.24473				02	097	09780	09780131
2863531	Niederdorf	niederdorf	DE	09366	0	Europe/Berlin	52.20918	7.73717				07	055	05566	05566088
2863545	Niedercunnersdorf	niedercunnersdorf	DE	02708	1753	Europe/Berlin	51.05398	14.6583		Cunnersdorf,Neider Cunnersdorf,Niedercunnersdorf		13	00	14626	14626245
2863555	Niederburg	niederburg	DE	55432	699	Europe/Berlin	50.11667	7.7			07140104	08	00	07140	07140104
2863569	Niederbrombach	niederbrombach	DE	55767	523	Europe/Berlin	49.68333	7.25			07134057	08	00	07134	07134057
2863574	Niederbreitbach	niederbreitbach	DE	56589	1459	Europe/Berlin	50.53051	7.42099		Niderbrajtbakh,xia bu lai te ba he,Нидербрайтбах,Нидербрајтбах,下布赖特巴赫	07138047	08	00	07138	07138047
2863580	Niederbösa	niederbosa	DE	99718	149	Europe/Berlin	51.26667	11		Niederbosa,Niederbösa	16065048	15	00	16065	16065048
2863604	Niederbergkirchen	niederbergkirchen	DE	84494	1227	Europe/Berlin	48.31667	12.5			09183130	02	091	09183	09183130
2863629	Niederbachheim	niederbachheim	DE	56357	273	Europe/Berlin	50.24818	7.76577			07141094	08	00	07141	07141094
2863638	Niederaula	niederaula	DE	36272	5526	Europe/Berlin	50.8	9.6		Nideraula,Niederaula,xia ao la,Нидераула,Нідераула,下奥拉	06632015	05	066	06632	06632015
2863643	Niederau	niederau	DE	01689	4334	Europe/Berlin	51.1773	13.54563		Niderau,Niederau vald,Нидерау,Нідерау	14627170	13	00	14627	14627170
2863644	Niederau	niederau	DE	01689	0	Europe/Berlin	50.76444	6.49405		Niederau		07	053	05358	05358008
2863645	Niederau	niederau	DE	01689	0	Europe/Berlin	50.63333	13.06667				13	00	14521	14521670
2863646	Niederau	niederau	DE	01689	0	Europe/Berlin	50.0816	10.94751				02	094	09478	09478120
2863647	Niederau	niederau	DE	01689	0	Europe/Berlin	48.00399	12.83898				02	091	09189	09189118
2863652	Aschau im Chiemgau	aschau-im-chiemgau	DE	83229	5410	Europe/Berlin	47.77689	12.32297		Aschau,Aschau im Cheamgau,Aschau im Chiemgau,Ashau im Kimgau,Ashau-im-Khimgau,Ashau-im-Kimgau,Kimgaui Asau,Niederaschau,Niederaschau im Chiemgau,ashaw aym shymgaw,Ашау им Кимгау,Ашау-им-Кимгау,Ашау-им-Химгау,Ашау-ім-Кімгау,Կիմգաուի Աշաու,آشاو ایم شیمگاو		02	091	09187	09187114
2863667	Niederalteich	niederalteich	DE	94557	1895	Europe/Berlin	48.76564	13.02412		Altaha inferior,Niadaoida,Nideral'tajkh,Nideraltajkh,Niederaltaich,ni de la er tai xi,nydraltaysh,Нидералтајх,Нидеральтайх,Нідеральтайх,Նիդերալթայխ,نیدرالتایش,尼德拉尔泰希	09271138	02	092	09271	09271138
2863672	Niederalben	niederalben	DE	66887	356	Europe/Berlin	49.6	7.46667		Nideral'ben,Nideralben,ni de la er ben,Нидералбен,Нидеральбен,尼德拉尔本	07336067	08	00	07336	07336067
2863674	Niederaichbach	niederaichbach	DE	84100	3602	Europe/Berlin	48.6	12.31667		Niderajkhbakh,Niderayxbax,nydrayshbakh,xia ai xi ba he,Нидерайхбах,Нидерајхбах,Нідерайхбах,Նիդերայխբախ,نیدرایشباخ,下艾希巴赫	09274156	02	092	09274	09274156
2863678	Niederahr	niederahr	DE	56414	862	Europe/Berlin	50.49194	7.86111			07143273	08	00	07143	07143273
2863685	Niedenstein	niedenstein	DE	34305	5702	Europe/Berlin	51.23342	9.31029		Nidenshtajn,Niedenstein,Niederstein,ni deng si tai yin,nidenshutain,nydnshtayn,Ниденштайн,Ниденштајн,Ніденштайн,نيدنشتاين,نیدن‌اشتاین,ニーデンシュタイン,尼登斯泰因		05	066	06634	06634018
2863686	Nieden	nieden	DE	17309	194	Europe/Berlin	53.43989	13.92242		Nieden		12	00	13075	13075103
2863693	Nieby	nieby	DE	24395	0	Europe/Berlin	54.80013	9.75583		Nieby,Nieby-Neukirchen		10	00	01059	01059186
2863694	Nieby	nieby	DE	24395	0	Europe/Berlin	54.76667	9.93333			01059147	10	00	01059	01059147
2863695	Nieby	nieby	DE	24395	0	Europe/Berlin	54.5809	10.01902				10	00	01058	01058040
2864251	Neusaß	neusass	DE	86356	0	Europe/Berlin	49.62198	9.34827		Neusass,Neusaß		01	082	08225	08225109
2863698	Nieblum	nieblum	DE	25938	630	Europe/Berlin	54.69189	8.49089		Niblum,Njiblem,ni bu lu mu,Ниблум,尼布卢姆	01054087	10	00	01054	01054087
2863711	Nideggen	nideggen	DE	52385	10727	Europe/Berlin	50.69268	6.48437		Nidegen,Nideggen,ni de gen,nydgn,nydyghn,Нидегген,Нидеген,Нідегген,نيديغن,نیدگن,尼德根		07	053	05358	05358044
2863712	Nidderau	nidderau	DE	61130	20090	Europe/Berlin	50.23805	8.86704		Nidderau,Niderau,ni de lao,nidderau,nydraw,Ниддерау,Нидерау,Ніддерау,نيدراو,نیدراو,ニッデラウ,尼德劳		05	064	06435	06435021
2863716	Nidda	nidda	DE	63667	18241	Europe/Berlin	50.4133	9.00638		Nida,Nidda,ni da,nyda  hsn,Нида,Нидда,نیدا، هسن,尼达		05	064	06440	06440016
2863732	Nickenich	nickenich	DE	56645	3582	Europe/Berlin	50.41421	7.32728		Nikenikh,Nikkenikh,ni ke ni xi,Никених,Никкених,尼克尼希	07137081	08	00	07137	07137081
2863753	Ney	ney	DE	56283	371	Europe/Berlin	50.18333	7.53333			07140102	08	00	07140	07140102
2863755	Nexdorf	nexdorf	DE	03253	0	Europe/Berlin	51.63685	13.37148		Nexdorf		11	00	12062	12062092
2863756	Newel	newel	DE	54309	2849	Europe/Berlin	49.8124	6.58304			07235094	08	00	07235	07235094
2863762	Neversdorf	neversdorf	DE	23816	679	Europe/Berlin	53.86667	10.28333		Neversdorf	01060062	10	00	01060	01060062
2863765	Neverin	neverin	DE	17039	1179	Europe/Berlin	53.62067	13.3366		Neferin,Neverin,nei fei lin,Неферин,内费林		12	00	13071	13071111
2863782	Neuzelle	neuzelle	DE	15898	4539	Europe/Berlin	52.09016	14.64804	50	Nojcele,Nojcelle,Nowa Cala,xin ce lei,Нойцелле,Нојцеле,Նոյցելլե,新策勒	12067357	11	00	12067	12067357
2863786	Neu Zauche	neu-zauche	DE	15913	1257	Europe/Berlin	51.92757	14.08812		Neu Zauche/Nowa Niwa,Noj Caukhe,Noj-Caukhe,Nowa Niwa,Noy Zauxe,xin cao hei,Ной-Цаухе,Ној Цаухе,Նոյ Զաուխե,新曹黑	12061352	11	00	12061	12061352
2863795	Neu Wulmstorf	neu-wulmstorf	DE	21629	20150	Europe/Berlin	53.46667	9.8		Noj Vulmstorf,Noj-Vul'mstorf,Vosshusen,xin wu er mu si tuo fu,Ной-Вульмсторф,Ној Вулмсторф,新武尔姆斯托夫	03353026	06	00	03353	03353026
2863796	Neu Wulmstorf	neu-wulmstorf	DE	21629	0	Europe/Berlin	52.92209	9.06955				06	00	03361	03361013
2863810	Neuwittenbek	neuwittenbek	DE	24214	1263	Europe/Berlin	54.36667	10.01667		Neuwittenbek	01058112	10	00	01058	01058112
2863818	Winsen (Aller)	winsen-aller	DE	29308	0	Europe/Berlin	52.68367	9.9095			03351024	06	00	03351	03351024
2863840	Neuwied	neuwied	DE	56564	66805	Europe/Berlin	50.4336	7.47057		Langendorf,Neuweid,Neuwied,Nojvid,ZOU,noivu~ito,nwyfyd,nwywwyd,nwywyd,xin wei de,Нойвид,Нойвід,Нојвид,נויוויד,نويفيد,نویوید,ノイヴィート,新維德	07138	08	00	07138	07138045
2863874	Neuweiler	neuweiler	DE	75389	0	Europe/Berlin	49.3133	10.25382				02	095	09571	09571198
2863875	Neuweiler	neuweiler	DE	75389	0	Europe/Berlin	49.28326	7.0697		Neuweiler		09	00	10041	10041518
2863876	Neuweiler	neuweiler	DE	75389	3229	Europe/Berlin	48.66667	8.6		Neuweiler,Nojvajler,Novumvillare,Noyvayler,xin wei lei,Нойвайлер,Нојвајлер,Նոյվայլեր,新魏勒	08235050	01	082	08235	08235050
2863877	Neuweiler	neuweiler	DE	75389	0	Europe/Berlin	48.64031	9.06042				01	081	08115	08115051
2863878	Neuweiler	neuweiler	DE	75389	0	Europe/Berlin	48.60182	10.76488				02	097	09773	09773122
2863879	Neuweiler	neuweiler	DE	75389	0	Europe/Berlin	48.26093	9.05495				01	084	08417	08417079
2863941	Neu-Ulm	neu-ulm	DE	89231	51389	Europe/Berlin	48.39279	10.01112		Nei-Ulm,Neu Ulm,Neu-Ulm,Noea Ulma,Noj-Ul'm,Noj-Ulm,Nova Ulma,Noy Owlm,Nuevo Ulm,Nuova Ulma,Nöa Ulma,Subdistrikto Neu-Ulm,ZOT,noiulleum,noiurumu,nwy-awlm,xin wu er mu,Ной-Ульм,Ној-Улм,Նոյ Ուլմ,נוי-אולם,نوي-أولم,نوی-اولم,ノイウルム,新乌尔姆,노이울름	09775	02	097	09775	09775135
2863950	Neutrebbin	neutrebbin	DE	15320	1607	Europe/Berlin	52.66482	14.22802		Nojtrebbin,Nojtrebin,Noytrebin,xin te lei bin,Нойтреббин,Нојтребин,Նոյտրեբին,新特雷宾	12064365	11	00	12064	12064365
2863953	Neutraubling	neutraubling	DE	93073	12620	Europe/Berlin	48.98737	12.201		Neutraubling,Nojtraubling,nwytrawblyng,nwytrawblyngh,xin te lao bu ling,Нойтраублинг,Нойтраублінг,Нојтраублинг,Նոյթրաուբլինգ,نويتراوبلينغ,نویتراوبلینگ,新特劳布灵		02	093	09375	09375174
2864005	Neustrelitz	neustrelitz	DE	17235	22291	Europe/Berlin	53.3613	13.07292		Neistrelica,Neištrēlica,Neustrelitz,Nieg Strelitz,Nojshtrelic,Nojshtrelice,Nojstrelic,Nojštrelic,Stadt Neustrelitz,nuo yi si te lei li ci,nwyshtrylytz,nwystrlyz,Нойштрелиц,Нойштрелице,Нојштрелиц,נוישטרליץ,نويشتريليتز,نوی‌اشترلیتز,诺伊斯特雷利茨		12	00	13071	13071110
2864017	Neustetten	neustetten	DE	72149	0	Europe/Berlin	49.4158	10.52571				02	095	09571	09571146
2864018	Neustetten	neustetten	DE	72149	0	Europe/Berlin	48.69586	11.18562				02	091	09185	09185157
2864034	Neustadt in Holstein	neustadt-in-holstein	DE	23730	16176	Europe/Berlin	54.10707	10.8145		Neustadt,Neustadt en Holstein,Niestadt in Holsteen,Nojshtadt,Nojshtat in Kholshtajn,huo er si tai yin de qu nuo yi si ta te,Нойштадт,Нојштат ин Холштајн,نوی‌اشتات این هل‌اشتاین,霍尔斯泰因地区诺伊斯塔特		10	00	01055	01055032
2864036	Neustadt-Glewe	neustadt-glewe	DE	19306	6952	Europe/Berlin	53.37846	11.59264		Neistate-Gleve,Neištate-Glēve,Neustadt in Mecklenburg,Neustadt-Glewe,Nojshtadt-Gleve,Nojshtat-Gleve,QGW,nuo yi si ta te-ge lai wei,nwyshtat-ghlyfh,Нойштадт-Глеве,Нојштат-Глеве,نويشتات-غليفه,نوی‌اشتات-گلوه,诺伊斯塔特-格莱韦		12	00	13076	13076105
2864053	Neustadt bei Coburg	neustadt-bei-coburg	DE	96465	16715	Europe/Berlin	50.32975	11.12058		Neustadt,Neustadt b.Coburg,Neustadt bei Coburg,Nojshtadt-Koburg,Nojshtadt-baj-Koburg,Nojshtat baj Koburg,ke bao fu jin nuo yi si ta te,nwyshtat bay kwbwrgh,Нойштадт-Кобург,Нойштадт-бай-Кобург,Нојштат бај Кобург,Նոյշթաթ Կոբուրգ,نويشتات باي كوبورغ,نوی‌اشتات بای کبورگ,ノイシュタット・バイ・コーブルク,科堡附近诺伊斯塔特		02	094	09473	09473151
2864252	Neusäß	neusass	DE	86356	0	Europe/Berlin	48.39249	10.83333		Neusaess,Neusass,Neusäß,Nojzes,Noyzes,nuo yi sai si,nwyzs,nwyzys,Нойзес,Нојзес,Նոյզես,نويزيس,نویزس,诺伊塞斯		02	097	09772	09772184
2864757	Neukirchen	neukirchen	DE	23779	0	Europe/Berlin	49.31671	12.03464		Neukirchen,Neukirchen b. Hl. Blut		02	093	09376	09376161
2864758	Neukirchen	neukirchen	DE	23779	0	Europe/Berlin	49.30945	10.65404				02	095	09571	09571196
2864054	Neustadt	neustadt	DE	37345	53984	Europe/Berlin	49.35009	8.13886		Neustadt,Neustadt an der Haardt,Neustadt an der Weinstrasse,Neustadt an der Weinstraße,Neustadt ce la Vinstrato,Neustadt ĉe la Vinstrato,Nojshhat an der Vajnshhrase,Nojshtadt-an-der-Vajnshtrase,Nojshtadt-an-der-Vajnshtrasse,Nojshtat an der Vajnshtrase,pu tao jiu zhi lu shang de xin cheng,Нойштадт-ан-дер-Вайнштрасе,Нойштадт-ан-дер-Вайнштрассе,Нойщат ан дер Вайнщрасе,Нојштат ан дер Вајнштрасе,نوی‌اشتات آن در واین‌اشترایه,葡萄酒之路上的新城	07316	08	00	07316	07316000
2864055	Neustadt an der Waldnaab	neustadt-an-der-waldnaab	DE	92660	6153	Europe/Berlin	49.73287	12.17773		Naistadl,Neustadel,Neustadt,Neustadt a.d.Waldnaab,Neustadt an der Waldnaab,Nojshtadt-an-der-Val'dnaab,Nojshtadt-na-Val'dnabe,Nojshtat na Valdnabu,nwyshtat an dr faldnab,Нойштадт-ан-дер-Вальднааб,Нойштадт-на-Вальднабе,Нојштат на Валднабу,Վալդնաբի Նոյշթաթ,نويشتات أن در فالدناب,نوی‌اشتات آن در والدناب	09374	02	093	09374	09374139
2864056	Neustadt an der Donau	neustadt-an-der-donau	DE	93333	12899	Europe/Berlin	48.80705	11.76952		Danubi Noystadt,Neistod an da Doana,Neustadt,Neustadt a.d.Donau,Neustadt an der Donau,Nojshtadt-an-der-Donau,Nojshtadt-na-Dunae,Nojshtat na Dunavu,nwyshtat an dr dwnaw,Нойштадт-ан-дер-Донау,Нойштадт-на-Дунае,Нојштат на Дунаву,Դանուբի Նոյշտադտ,نويشتات أن در دوناو,نوی‌اشتات آن در دانوب		02	092	09273	09273152
2864057	Neustadt an der Aisch	neustadt-an-der-aisch	DE	91413	12448	Europe/Berlin	49.57953	10.61126		Neustadt,Neustadt an der Aisch,Nojshtadt-an-der-Ajsh,Nojshtadt-na-Ajshe,Nojshtadt-na-Ajshi,Nojshtat an der Ajsh,Nojshtat-na-Ajshy,ai shi he pan nuo yi si ta te,nwyshtat an dr aysh,nyystʼt ʼn dʻr ʼyys,Нойштадт-ан-дер-Айш,Нойштадт-на-Айше,Нойштадт-на-Айші,Нойштат-на-Айшы,Нојштат ан дер Ајш,Այշի Նոյշթաթ,ניישטאט אן דער אײש,نويشتات أن در آيش,نوی‌اشتات آن در آیش,艾施河畔诺伊斯塔特	09575	02	095	09575	09575153
2864059	Neustadt am Rennsteig	neustadt-am-rennsteig	DE	98701	1111	Europe/Berlin	50.58216	10.93323		Neustadt,Neustadt am Rennsteig,Nojshtadt-am-Renshtajg,Nojshtat am Renshtajg,Nojshtat na Renshtajg,lun si tai xi de qu nuo yi si ta te,Нойштадт-ам-Ренштайг,Нојштат ам Ренштајг,Нојштат на Ренштајг,伦斯泰希地区诺伊斯塔特		15	00	16070	16070058
2864060	Neustadt am Main	neustadt-am-main	DE	97845	1327	Europe/Berlin	49.93021	9.56808		Neustadt,Neustadt a. Main,Neustadt am Main,Neustadt ce Majno,Neustadt ĉe Majno,Nojshtadt-am-Majn,Nojshtadt-na-Majne,Nojshtat na Majni,mei yin he pan nuo yi si ta te,Нойштадт-ам-Майн,Нойштадт-на-Майне,Нојштат на Мајни,Մայնի Նոյշթաթ,美因河畔诺伊斯塔特		02	096	09677	09677166
2864067	Neustadt	neustadt	DE	37345	11856	Europe/Berlin	53.55196	9.98558				04	00	02000	02000000
2864068	Neustadt	neustadt	DE	37345	0	Europe/Berlin	53.16667	12.76667				11	00	12068	12068353
2864069	Neustadt	neustadt	DE	37345	0	Europe/Berlin	53.06837	8.79039				03	00	04011	04011000
2864070	Neustadt	neustadt	DE	37345	0	Europe/Berlin	52.5499	13.19024				16	00	11000	11000000
2864071	Neustadt	neustadt	DE	37345	0	Europe/Berlin	52.4091	12.56304				11	00	12051	12051000
2864073	Neustadt	neustadt	DE	37345	0	Europe/Berlin	51.94506	13.87478				11	00	12061	12061316
2864075	Neustadt	neustadt	DE	37345	0	Europe/Berlin	53.71667	9.3				06	00	03359	03359013
2864077	Neustadt	neustadt	DE	37345	0	Europe/Berlin	53.34557	8.35803				06	00	03461	03461008
2864079	Neustadt (Dosse)	neustadt-dosse	DE	16845	0	Europe/Berlin	52.85281	12.44923				11	00	12068	12068324
2864080	Neustadt	neustadt	DE	37345	0	Europe/Berlin	52.5	8.06667				06	00	03460	03460007
2864081	Neustadt	neustadt	DE	37345	0	Europe/Berlin	52.4	8.48333				07	057	05770	05770044
2864083	Neustadt	neustadt	DE	37345	0	Europe/Berlin	52.25	7.91667				07	055	05566	05566048
2864085	Neustadt	neustadt	DE	37345	0	Europe/Berlin	51.63142	7.68923				07	059	05915	05915000
2864086	Neustadt/Harz	neustadt-harz	DE	99762	0	Europe/Berlin	51.56667	10.83333		Neustadt,Nojshtadt,Nojshtat,Нойштадт,Нојштат	16062065	15	00	16062	16062065
2864088	Neustadt	neustadt	DE	37345	698	Europe/Berlin	51.46725	10.46726		Neustadt,Neustadt (Am Ohmberg),Neustadt (Eichsfeld)		15	00	16061	16061116
2864089	Neustadt in Sachsen	neustadt-in-sachsen	DE	01844	14000	Europe/Berlin	51.02844	14.21785		Neistate Saksija,Neištate Saksijā,Neustadt en Saksio,Neustadt i Sachsen,Neustadt i. Sa.,Neustadt in Sachsen,Nojshhat,Nojshtadt,Nojshtat in Zakhsen,Nojshtat vo Saksonija,nwyshtat an zaksn,nwy‌ashtat ayn zaksn,Нойштадт,Нойщат,Нојштат во Саксонија,Нојштат ин Захсен,نويشتات إن زاكسن,نوی‌اشتات این زاکسن		13	00	14628	14628260
2864091	Neustadt (Hessen)	neustadt-hessen	DE	35279	9115	Europe/Berlin	50.85	9.11667		Neustadt in Hessen,Nojshtadt,Нойштадт		05	065	06534	06534016
2864095	Neustadt/Westerwald	neustadt-westerwald	DE	56479	583	Europe/Berlin	50.62965	8.04023			07143272	08	00	07143	07143272
2864098	Neustadt Vogtland	neustadt-vogtland	DE	08223	1274	Europe/Berlin	50.461	12.33224		Neustadt Vogtl.,Neustadt/Vogtl.,Neustadt/Vogtland		13	00	14523	14523290
2864103	Neustadt	neustadt	DE	37345	0	Europe/Berlin	47.91217	8.2143				01	083	08315	08315113
2864118	Neuss	neuss	DE	41460	152457	Europe/Berlin	51.19807	6.68504		Neuss,Neuß,Noisas,Nojs,Novaesium,Nuess,Nueuess,Nuus,Nüss,Nüüß,noiseu,noisi,noisu,nuo yi si,nwys,nyws,Нойс,Нојс,نويس,نویس,نیوس,ნოისი,ノイス,诺伊斯,노이스	05162	07	051	05162	05162024
2864131	Neusorg	neusorg	DE	95700	2061	Europe/Berlin	49.93333	11.96667		Nojsorg,Nojzorg,nuo yi suo er ge,Нойзорг,Нојсорг,诺伊索尔格	09377143	02	093	09377	09377143
2864140	Neusitz	neusitz	DE	91616	0	Europe/Berlin	50.77538	11.38162				15	00	16073	16073109
2864141	Neusitz	neusitz	DE	91616	1990	Europe/Berlin	49.37185	10.22559		Nojzic,noijittsu,nuo yi xi ci,Нойзиц,Нойзіц,Нојзиц,Նոյզից,ノイジッツ,诺伊西茨	09571181	02	095	09571	09571181
2864142	Neusiß	neusiss	DE	99338	248	Europe/Berlin	50.74493	10.88951		Neusiss,Neusiß,Nojzis,nuo yi xi si,Нойзис,Нојзис,诺伊西斯	16070043	15	00	16070	16070043
2864216	Neuschönau	neuschonau	DE	94556	2432	Europe/Berlin	48.88419	13.47576		Neuschoenau,Neuschönau,Nojshenau,Nojshjonau,Noysenau,nuo yi she nao,nwyshwnaw,Нойшенау,Нойшёнау,Нојшенау,Նոյշենաու,نویشوناو,诺伊舍瑙	09272146	02	092	09272	09272146
2864756	Neukirchen	neukirchen	DE	23779	0	Europe/Berlin	49.49107	7.85844				08	00	07335	07335026
2864265	Neusalza-Spremberg	neusalza-spremberg	DE	02742	2489	Europe/Berlin	51.03945	14.5356		Neizalca-Spremberga,Neizalca-Špremberga,Neusalza,Neusalza-Spremberg,Nojsalca-Shpremberg,Nojzal'ca-Shpremberg,Nojzalca-Shpremberg,Nowosolc-Hrodk,Nowosólc-Hródk,nwyzalsa-ashprmbrg,nwyzaltsa-shbrmbrgh,xin sa er cha-si pu lun bei ge,Нойзалца-Шпремберг,Нойзальца-Шпремберг,Нојзалца-Шпремберг,Нојсалца-Шпремберг,نويزالتسا-شبرمبرغ,نویزالسا-اشپرمبرگ,新萨尔察-斯普伦贝格		13	00	14626	14626350
2864276	Neuruppin	neuruppin	DE	16816	31901	Europe/Berlin	52.92815	12.80311		Neuruppin,Neuruppino,Nojrupin,Nojruppin,Reppin,Rupina,noilupin,nuo yi lu ping,nwyrwpyn,Нойрупин,Нойруппин,Нойруппін,Нојрупин,نویروپین,诺伊鲁平,노이루핀	12068	11	00	12068	12068320
2864294	Neurochlitz	neurochlitz	DE	16307	0	Europe/Berlin	53.28025	14.40668				11	00	12073	12073393
2864301	Neuried	neuried	DE	77743	0	Europe/Berlin	48.41201	11.36149				02	091	09174	09174131
2864302	Neuried	neuried	DE	77743	0	Europe/Berlin	48.14428	11.24582				02	091	09179	09179113
2864303	Neuried	neuried	DE	77743	7469	Europe/Berlin	48.09322	11.46561			09184132	02	091	09184	09184132
2864304	Neuried	neuried	DE	77743	0	Europe/Berlin	47.99768	12.09711				02	091	09187	09187170
2864305	Neuried	neuried	DE	77743	0	Europe/Berlin	47.7782	11.27636		Neuried		02	091	09190	09190113
2864324	Neureichenau	neureichenau	DE	94089	4480	Europe/Berlin	48.74861	13.74699		Nojrajkhenau,Noyrayxenau,nuo yi lai xie nao,nwyrayshnaw,Нойрайхенау,Нојрајхенау,Նոյրայխենաու,نویرایشناو,诺伊赖歇瑙	09272136	02	092	09272	09272136
2864356	Neupotz	neupotz	DE	76777	1713	Europe/Berlin	49.11778	8.31944		Nojpoc,nuo yi bo ci,Нойпоц,Нојпоц,诺伊波茨	07334022	08	00	07334	07334022
2864357	Neu Poserin	neu-poserin	DE	19399	648	Europe/Berlin	53.5529	12.16461		Noj Pozerin,Noj-Pozerin,nuo yi bo sai lin,Ной-Позерин,Ној Позерин,诺伊波塞林		12	00	13076	13076104
2864370	Neuplatendorf	neuplatendorf	DE	06333	0	Europe/Berlin	51.69743	11.35237				14	00	15085	15085110
2864377	Neupetershain	neupetershain	DE	03103	0	Europe/Berlin	51.608	14.16507		Nojpeterskhajn,Nowe Wiki,Noypetershayn,xin pei te er si hai en,Нойпетерсхайн,Нојпетерсхајн,Նոյպետերսհայն,新佩特尔斯海恩	12066228	11	00	12066	12066228
2864387	Neuötting	neuotting	DE	84524	8741	Europe/Berlin	48.24102	12.68998		Neiaeding,Neiäding,Neu Oetting,Neuoetting,Neuotting,Neuötting,Nojehtting,Nojeting,Nojetting,Nojjotting,Noyoting,nuo yi e ting ge,nwyawtyng,nwyawtyngh,Нойеттінг,Нойэттинг,Нойёттинг,Нојетинг,Նոյոտինգ,نوياوتينغ,نویاوتینگ,诺伊厄廷格		02	091	09171	09171125
2864420	Neunkirchen am Sand	neunkirchen-am-sand	DE	91233	4758	Europe/Berlin	49.52464	11.31955		Neunkirchen,Neunkirchen am Sand		02	095	09574	09574141
2864421	Neunkirchen am Potzberg	neunkirchen-am-potzberg	DE	66887	489	Europe/Berlin	49.5	7.48333		Neunkirchen,Neunkirchen am Potzberg,Nojnkirkhen am Pocberg,Nojnkirkhen-am-Pocberg,bo ci bei ge shan lu nuo yin ji xing,Нойнкирхен-ам-Поцберг,Нојнкирхен ам Поцберг,波茨贝格山麓诺因基兴	07336066	08	00	07336	07336066
2864424	Neunkirchen	neunkirchen	DE	54426	0	Europe/Berlin	50.84135	7.33798		Neunkirchen		07	053	05382	05382040
2864425	Neunkirchen	neunkirchen	DE	54426	14225	Europe/Berlin	50.8	8		Neunkirchen,Nojnkirkhen,xin ji xing,Нойнкирхен,Нойнкірхен,Нојнкирхен,新基兴	05970036	07	059	05970	05970036
2864426	Neunkirchen	neunkirchen	DE	54426	551	Europe/Berlin	50.54694	8.10389	270		07143271	08	00	07143	07143271
2864427	Neunkirchen	neunkirchen	DE	54426	0	Europe/Berlin	50.20323	6.79441				08	00	07233	07233501
2864429	Neunkirchen	neunkirchen	DE	54426	140	Europe/Berlin	49.75	6.95			07231093	08	00	07231	07231093
2864430	Neunkirchen	neunkirchen	DE	54426	0	Europe/Berlin	49.7342	8.77465				05	064	06432	06432013
2864431	Neunkirchen	neunkirchen	DE	54426	0	Europe/Berlin	49.61173	11.12996				02	094	09474	09474154
2864432	Neunkirchen	neunkirchen	DE	54426	0	Europe/Berlin	49.55076	7.05872		Neunkirchen		09	00	10046	10046114
2864433	Neunkirchen	neunkirchen	DE	54426	0	Europe/Berlin	49.47714	9.76471				01	081	08128	08128007
2864434	Neunkirchen	neunkirchen	DE	54426	1795	Europe/Berlin	49.38694	9.01056			08225068	01	082	08225	08225068
2864435	Neunkirchen	neunkirchen	DE	54426	49843	Europe/Berlin	49.34449	7.18045		Neunkirchen,Noinkirchenas,Nojnkirkhen,noinkiruhyen,nuo yin ji xing,nwykyrshn,nwynqyrkn,nxyn kheiyr chein,Нойнкирхен,Нойнкірхен,Нојнкирхен,נוינקירכן,نویکیرشن,นอยน์เคียร์เชิน,ノインキルヒェン,諾因基興	10043	09	00	10043	10043114
2864436	Neunkirchen	neunkirchen	DE	54426	0	Europe/Berlin	49.11735	9.62337				01	081	08127	08127059
2864437	Neunkhausen	neunkhausen	DE	57520	1148	Europe/Berlin	50.70722	7.90278			07143270	08	00	07143	07143270
2864446	Neunheilingen	neunheilingen	DE	99947	527	Europe/Berlin	51.19239	10.67529				15	00	16064	16064077
2864468	Neunburg vorm Wald	neunburg-vorm-wald	DE	92431	8172	Europe/Berlin	49.34782	12.38621		Neuburg,Neunburg vorm Wald,Nojnburg vorm Vald,Nojnburg-form-Val'd,nuo yin bu er ge fu er mu wa er de,nwynbwrg frm wald,Нойнбург-форм-Вальд,Нојнбург ворм Валд,نوینبورگ فرم والد,诺因布尔格福尔姆瓦尔德		02	093	09376	09376147
2864477	Neumünster	neumunster	DE	24534	0	Europe/Berlin	48.44305	10.56306				02	097	09772	09772115
2864478	Neumünster	neumunster	DE	24534	0	Europe/Berlin	47.96608	11.8267				02	091	09175	09175116
2864508	Neumühle	neumuhle	DE	07980	0	Europe/Berlin	50.28571	11.78604				02	094	09475	09475145
2864510	Neumühle	neumuhle	DE	07980	0	Europe/Berlin	49.47048	11.85509				02	093	09361	09361000
2864511	Neumühle	neumuhle	DE	07980	0	Europe/Berlin	49.43403	10.98487				02	095	09573	09573122
2864513	Neumühle	neumuhle	DE	07980	0	Europe/Berlin	48.26983	12.76486				02	091	09171	09171126
2864514	Neumühle	neumuhle	DE	07980	0	Europe/Berlin	47.8	11.8				02	091	09182	09182125
2864547	Neumarkt-Sankt Veit	neumarkt-sankt-veit	DE	84494	6231	Europe/Berlin	48.36051	12.50723		Neumarkt,Neumarkt Sankt Beit,Neumarkt an der Rott,Neumarkt-Sankt Veit,Neumarkt-Sankt Viet,Nojmarkt-Sankt Fajt,Nojmarkt-Sankt-Fajt,Nojmarkt-Zankt-Fajt,nuo yi ma er ke te-sheng fa yi te,nwymark-znkt fayt,nwymarkt-zankt fayt,Ноймаркт-Занкт-Файт,Ноймаркт-Санкт-Файт,Нојмаркт-Санкт Фајт,Նոյմարքթ Սանքթ Ֆայթ,نويماركت-زانكت فايت,نویمارک-زنکت فایت,诺伊马尔克特-圣法伊特		02	091	09183	09183129
2864549	Neumarkt in der Oberpfalz	neumarkt-in-der-oberpfalz	DE	92318	39557	Europe/Berlin	49.28028	11.46278		Aukstutinio Pfalco Noimarktas,Aukštutinio Pfalco Noimarktas,Neumarkt,Neumarkt i.d.OPf.,Neumarkt in der Oberpfalz,Nojmarkt,Nojmarkt in der Oberpfalc,Nojmarkt-in-der-Oberpfal'c,Stadt Neumarkt in der Oberpfalz,nuo yi ma ke te,nwymarkt an dr awbrfalts,nwymarkt ayn dr awbrfaltz,Ноймаркт,Ноймаркт-ин-дер-Оберпфальц,Нојмаркт ин дер Оберпфалц,Նոյմարքթ,نويماركت إن در أوبرفالتس,نویمارکت این در اوبرفالتز,诺伊马克特	09373147	02	093	09373	09373147
2864556	Neumark	neumark	DE	08496	0	Europe/Berlin	51.29209	11.8745				14	00	15088	15088065
2864557	Neumark	neumark	DE	08496	499	Europe/Berlin	51.07965	11.247		Neumark		15	00	16071	16071061
2864558	Neumark	neumark	DE	08496	3281	Europe/Berlin	50.6601	12.35619		Brandeburgo Oriental,Brandenburg Oriental,Nojmark,Nouvelle Marche,Nowa Marchia,nuo yi ma er ke,nwymark,Ноймарк,نويمارك,نوی‌مارک,诺伊马尔克	14523280	13	00	14523	14523280
2864577	Neulußheim	neulussheim	DE	68809	6489	Europe/Berlin	49.29806	8.51833		Nailosse,Neulussheim,Neulußheim,Nojlusgajm,Nojluskhajm,noirusuhaimu,nuo yi lu si hai mu,Нойлусгайм,Нойлусхайм,Нојлусхајм,ノイルスハイム,诺伊卢斯海姆	08226059	01	082	08226	08226059
2864602	Neulingen	neulingen	DE	39615	93	Europe/Berlin	52.8639	11.57117		Neulingen		14	00	15081	15081030
2864613	Neulewin	neulewin	DE	16259	1079	Europe/Berlin	52.72434	14.27922		Nojlevin,Noylevin,nuo yi lai wen,Нойлевин,Нојлевин,Նոյլևին,诺伊莱温	12064349	11	00	12064	12064349
2864616	Neuler	neuler	DE	73491	3016	Europe/Berlin	48.92803	10.06888		Nojler,noileri,nuo yi lai er,Нойлер,Нојлер,ნოილერი,诺伊莱尔	08136046	01	081	08136	08136046
2864618	Neuleiningen	neuleiningen	DE	67271	883	Europe/Berlin	49.54167	8.13889		Nojlajningen,xin lai ning gen,Нойлайнинген,Нојлајнинген,新莱宁根	07332038	08	00	07332	07332038
2864621	Neulehe	neulehe	DE	26909	717	Europe/Berlin	53.00449	7.41428		Nojleeh,Nojlekhe,nuo yi lai e,Нойлеэ,Нојлехе,诺伊莱厄	03454038	06	00	03454	03454038
2864679	Neu Kosenow	neu-kosenow	DE	17398	678	Europe/Berlin	53.79342	13.7521		Neu Kosenow,Noj Kozenov,Noj-Kozenov,xin ke sai nuo,Ной-Козенов,Ној Козенов,新科塞诺		12	00	13075	13075098
2864705	Neukloster	neukloster	DE	23992	4176	Europe/Berlin	53.86548	11.68512		Neiklostere,Neukloster,Nojkloster,nuo yi ke luo si te er,nwyklwstr,Нойклостер,Нојклостер,نويكلوستر,نویکلوستر,诺伊克洛斯特尔		12	00	13074	13074057
2864706	Neukloster	neukloster	DE	23992	0	Europe/Berlin	53.48116	9.63773		Neukloster		06	00	03359	03359010
2864723	Neukirchen vorm Wald	neukirchen-vorm-wald	DE	94154	0	Europe/Berlin	48.68333	13.38333		Neukirchen,Neukirchen vorm Wald	09275135	02	092	09275	09275135
2864726	Neukirchen bei Sulzbach-Rosenberg	neukirchen-bei-sulzbach-rosenberg	DE	92259	0	Europe/Berlin	49.52967	11.62585		Neukirchen,Neukirchen bei Sulzbach,Nojkirkhen baj Zulcbakh-Rozenberg,Nojkirkhen-Zul'cbakh-Rozenberg,Nojkirkhen-baj-Zul'cbakh-Rozenberg,su er ci ba he-luo sen bei ge fu jin xin ji xing,Нойкирхен-Зульцбах-Розенберг,Нойкірхен-бай-Зульцбах-Розенберг,Нојкирхен бај Зулцбах-Розенберг,Նյոկիրխեն Զուլցբախ Ռոզենբերգ,苏尔茨巴赫-罗森贝格附近新基兴		02	093	09371	09371141
2864728	Neukirchen beim Heiligen Blut	neukirchen-beim-heiligen-blut	DE	93453	4071	Europe/Berlin	49.25867	12.96867		Neukirchen,Neukirchen b.Hl.Blut,Neukirchen bei Heiligen Blut,Neukirchen beim Heiligen Blut,Nojkirkhen bajm Khajligen Blut,Nojkirkhen-bajm-Gajligen-Blut,Nojkirkhen-bajm-Khajligen-Blut,Нойкирхен-байм-Хайлиген-Блут,Нойкірхен-байм-Гайліген-Блут,Нојкирхен бајм Хајлиген Блут,Նոյկիրխեն բայմ Հայլիգեն Բլութ		02	093	09372	09372144
2864730	Neukirchen-Balbini	neukirchen-balbini	DE	92445	1162	Europe/Berlin	49.29101	12.43643		Neukirchen,Neukirchen-Balbini,Nojkirkhen-Bal'bini,Nojkirkhen-Balbini,nuo yi ji er xing-ba er bi ni,nwykyrshn-balbyny,Нойкирхен-Бальбини,Нойкірхен-Бальбіні,Нојкирхен-Балбини,نویکیرشن-بالبینی,诺伊基尔兴-巴尔比尼		02	093	09376	09376146
2864735	Neukirchen	neukirchen	DE	23779	1363	Europe/Berlin	54.86667	8.73333			01054086	10	00	01054	01054086
2864736	Neukirchen	neukirchen	DE	23779	0	Europe/Berlin	54.80224	9.74512				10	00	01059	01059186
2864737	Neukirchen	neukirchen	DE	23779	0	Europe/Berlin	54.32385	11.0144		Nojkirkhen,Нойкирхен,Нојкирхен	01055031	10	00	01055	01055031
2864738	Neukirchen	neukirchen	DE	23779	1140	Europe/Berlin	54.21465	10.55381		Neukirchen		10	00	01055	01055028
2864739	Neukirchen	neukirchen	DE	23779	0	Europe/Berlin	53.94194	11.94798				12	00	13072	13072053
2864740	Neukirchen	neukirchen	DE	23779	262	Europe/Berlin	52.87873	11.86999		Neukirchen		14	00	15090	15090008
2864741	Neukirchen	neukirchen	DE	23779	0	Europe/Berlin	51.44843	6.57385		Neukirchen		07	051	05170	05170028
2864742	Neukirchen	neukirchen	DE	23779	0	Europe/Berlin	51.42285	11.9362				14	00	15088	15088330
2864743	Neukirchen	neukirchen	DE	23779	0	Europe/Berlin	51.13043	8.71923				05	066	06635	06635016
2864744	Neukirchen	neukirchen	DE	23779	0	Europe/Berlin	51.12281	6.67883				07	051	05162	05162008
2864745	Neukirchen	neukirchen	DE	23779	0	Europe/Berlin	51.0873	12.5311				13	00	14729	14729050
2864746	Neukirchen	neukirchen	DE	23779	0	Europe/Berlin	51.03124	13.39351				13	00	14522	14522480
2864747	Neukirchen	neukirchen	DE	23779	0	Europe/Berlin	50.87563	12.54236		Neukirchen,Neukirchen/Pleisse,Neukirchen/Pleiße		13	00	14524	14524240
2864748	Neukirchen	neukirchen	DE	23779	7620	Europe/Berlin	50.86906	9.34655		Neukirchen		05	066	06634	06634017
2864749	Neukirchen	neukirchen	DE	23779	4492	Europe/Berlin	50.80188	12.38416		Neukirchen,Neukirchen/Pleisse,Neukirchen/Pleiße		13	00	14524	14524210
2864750	Neukirchen	neukirchen	DE	23779	7517	Europe/Berlin	50.77955	12.86755		Neukirchen,Neukirchen/Erzgebirge		13	00	14521	14521410
2864751	Neukirchen	neukirchen	DE	23779	0	Europe/Berlin	50.76893	9.69647		Neukirchen		05	066	06632	06632008
2864752	Neukirchen	neukirchen	DE	23779	0	Europe/Berlin	50.71464	6.89227				07	053	05366	05366040
2864753	Neukirchen	neukirchen	DE	23779	0	Europe/Berlin	50.58829	6.92736				07	053	05382	05382048
2864754	Neukirchen	neukirchen	DE	23779	0	Europe/Berlin	50.48198	8.43699				05	065	06532	06532003
2864755	Neukirchen	neukirchen	DE	23779	0	Europe/Berlin	50.35297	10.96033		Neukirchen,Neukirchen b. Hl. Blut		02	094	09473	09473141
2864759	Neukirchen	neukirchen	DE	23779	4071	Europe/Berlin	49.26015	12.96921		Neukirchen,Neukirchen b. Hl. Blut		02	093	09372	09372144
2864760	Neukirchen	neukirchen	DE	23779	0	Europe/Berlin	49.07606	11.74911		Neukirchen b. Hl. Blut		02	093	09375	09375148
2864761	Neukirchen	neukirchen	DE	23779	1802	Europe/Berlin	48.97506	12.75547		Neukirchen b. Hl. Blut,Neukirchen-Haggn	09278154	02	092	09278	09278154
2864762	Neukirchen	neukirchen	DE	23779	0	Europe/Berlin	48.74153	11.82137		Neukirchen,Neukirchen b. Hl. Blut		02	092	09273	09273177
2864763	Neukirchen	neukirchen	DE	23779	0	Europe/Berlin	48.56243	10.96384		Neukirchen,Neukirchen b. Hl. Blut		02	097	09772	09772207
2864764	Neukirchen	neukirchen	DE	23779	0	Europe/Berlin	48.52687	12.82316		Neukirchen,Neukirchen b. Hl. Blut		02	092	09277	09277111
2864765	Neukirchen	neukirchen	DE	23779	0	Europe/Berlin	48.3711	12.69336				02	092	09277	09277151
2864766	Neukirchen	neukirchen	DE	23779	0	Europe/Berlin	48.29178	11.94529				02	091	09177	09177113
2864767	Neukirchen	neukirchen	DE	23779	0	Europe/Berlin	47.84576	12.23091				02	091	09187	09187167
2864768	Neukirchen	neukirchen	DE	23779	0	Europe/Berlin	47.84718	11.82545				02	091	09182	09182137
2864770	Neukirch	neukirch	DE	01936	1783	Europe/Berlin	51.28333	13.98333			14625370	13	00	14625	14625370
2864771	Neukirch/Lausitz	neukirch-lausitz	DE	01904	5567	Europe/Berlin	51.09727	14.30789		Neukirch,Nojkirkh,Wjazonca,Wjazońca,Нойкирх,Нойкірх,Нојкирх		13	00	14625	14625380
2864772	Neukirch	neukirch	DE	01936	0	Europe/Berlin	48.19659	8.6977				01	083	08325	08325049
2864773	Neukirch	neukirch	DE	01936	0	Europe/Berlin	48.02486	8.17421		Neukirch		01	083	08326	08326017
2864774	Neukirch	neukirch	DE	01936	2612	Europe/Berlin	47.65738	9.70333		Neukirch	08435042	01	084	08435	08435042
2864778	Neukieritzsch	neukieritzsch	DE	04575	3602	Europe/Berlin	51.14995	12.4109		Neukieritzsch,Neukieritzschi vald,Nojkirich,Nojkiricsh,nuo yi ji li ci xi,Нойкирич,Нојкирицш,诺伊基里茨希	14729320	13	00	14729	14729320
2864804	Neu Kaliß	neu-kaliss	DE	19294	2128	Europe/Berlin	53.17466	11.29446				12	00	13076	13076103
2864806	Neukalen	neukalen	DE	17154	2199	Europe/Berlin	53.82275	12.79015		Neikalene,Neikālene,Nojkalen,nu ka lun,nwykaln,Нойкален,Нојкален,نويكالن,نویکالن,努卡倫		12	00	13071	13071109
2864820	Neu-Isenburg	neu-isenburg	DE	63263	35293	Europe/Berlin	50.04832	8.69406		Neu Isenburg,Neu-Isenburg,Neulsenburg,Noj-Izenburg,Ной-Изенбург		05	064	06438	06438009
2864826	Neuhütten	neuhutten	DE	54422	1252	Europe/Berlin	50	9.41667		Neuhuetten,Neuhütten	09677165	02	096	09677	09677165
2864829	Neuhütten	neuhutten	DE	54422	0	Europe/Berlin	49.10578	9.48465		Neuhutten,Neuhütten		01	081	08125	08125107
2864849	Neuholland	neuholland	DE	16515	0	Europe/Berlin	51.3	9.4				05	066	06611	06611000
2864850	Neuholland	neuholland	DE	16515	0	Europe/Berlin	52.8596	13.32573				11	00	12065	12065193
2864869	Neuhofen	neuhofen	DE	67141	7326	Europe/Berlin	49.42778	8.42472		Neuhofen	07338020	08	00	07338	07338020
2864870	Neuhofen	neuhofen	DE	67141	0	Europe/Berlin	49.12799	12.45066				02	093	09372	09372125
2864871	Neuhofen	neuhofen	DE	67141	0	Europe/Berlin	49.12868	9.70715				01	081	08127	08127076
2864872	Neuhofen	neuhofen	DE	67141	0	Europe/Berlin	48.7569	12.36407				02	092	09278	09278144
2864873	Neuhofen	neuhofen	DE	67141	0	Europe/Berlin	48.45557	12.84447				02	092	09277	09277139
2864874	Neuhofen	neuhofen	DE	67141	0	Europe/Berlin	48.19768	12.85821				02	091	09171	09171118
2864882	Neuhof an der Zenn	neuhof-an-der-zenn	DE	90616	2091	Europe/Berlin	49.4569	10.64548		Neuhof,Neuhof an der Zenn,Nojgof-an-der-Cenn,Nojkhof an der Cen,Nojkhof-an-der-Cen,cai en he pan nuo yi huo fu,Нойгоф-ан-дер-Ценн,Нойхоф-ан-дер-Цен,Нојхоф ан дер Цен,Ցենի Նոյխոֆ,采恩河畔诺伊霍夫		02	095	09575	09575152
2864889	Neuhof	neuhof	DE	19246	0	Europe/Berlin	53.51667	9.95				04	00	02000	02000000
2864890	Neuhof	neuhof	DE	19246	0	Europe/Berlin	54.53015	13.51773				12	00	13073	13073078
2864891	Neuhof	neuhof	DE	19246	0	Europe/Berlin	54.32904	13.42478				12	00	13073	13073070
2864892	Neuhof	neuhof	DE	19246	0	Europe/Berlin	54.3	9.16667				10	00	01051	01051049
2864893	Neuhof	neuhof	DE	19246	0	Europe/Berlin	54.28657	12.58492				12	00	13073	13073077
2864894	Neuhof	neuhof	DE	19246	0	Europe/Berlin	54.27339	12.66355				12	00	13073	13073094
2864895	Neuhof	neuhof	DE	19246	0	Europe/Berlin	54.25229	13.17853				12	00	13073	13073090
2864896	Neuhof	neuhof	DE	19246	0	Europe/Berlin	54.22565	12.40322				12	00	13073	13073075
2864898	Neuhof	neuhof	DE	19246	0	Europe/Berlin	54.05707	12.60681				12	00	13072	13072037
2864900	Heringsdorf	heringsdorf	DE	17424	0	Europe/Berlin	53.95	14.16667		HDF,Heringsdorf	13075049	12	00	13075	13075049
2864901	Neuhof	neuhof	DE	19246	0	Europe/Berlin	53.89643	11.68435				12	00	13074	13074057
2864902	Neuhof	neuhof	DE	19246	0	Europe/Berlin	53.86265	13.6064				12	00	13075	13075128
2864903	Neuhof	neuhof	DE	19246	0	Europe/Berlin	53.79825	11.32257				12	00	13074	13074008
2864904	Neuhof	neuhof	DE	19246	0	Europe/Berlin	53.77573	11.61891				12	00	13074	13074006
2864905	Neuhof	neuhof	DE	19246	0	Europe/Berlin	53.75	10.78333				12	00	13074	13074080
2864906	Neuhof	neuhof	DE	19246	0	Europe/Berlin	53.74186	14.03538				12	00	13075	13075136
2864907	Neuhof	neuhof	DE	19246	364	Europe/Berlin	53.65186	12.05537		Neuhof		12	00	13076	13076032
2864908	Neuhof	neuhof	DE	19246	0	Europe/Berlin	53.56896	10.99628				12	00	13076	13076159
2864909	Neuhof	neuhof	DE	19246	0	Europe/Berlin	53.53766	12.08196				12	00	13076	13076048
2864910	Neuhof	neuhof	DE	19246	0	Europe/Berlin	53.52291	9.59972				06	00	03359	03359021
2864911	Neuhof	neuhof	DE	19246	0	Europe/Berlin	53.50653	13.82906				11	00	12073	12073579
2864912	Neuhof	neuhof	DE	19246	0	Europe/Berlin	53.45882	11.83519				12	00	13076	13076108
2864913	Neuhof	neuhof	DE	19246	0	Europe/Berlin	53.42407	13.19934				12	00	13071	13071011
2864914	Neuhof	neuhof	DE	19246	0	Europe/Berlin	53.39684	11.60525				12	00	13076	13076105
2864915	Neuhof	neuhof	DE	19246	0	Europe/Berlin	53.32119	13.41466				12	00	13071	13071033
2864916	Neuhof	neuhof	DE	19246	0	Europe/Berlin	53.26911	14.20086				12	00	13075	13075107
2864917	Neuhof	neuhof	DE	19246	0	Europe/Berlin	53.20476	11.82239				11	00	12070	12070173
2864918	Neuhof	neuhof	DE	19246	0	Europe/Berlin	53.13714	12.19543				11	00	12070	12070316
2864919	Neuhof	neuhof	DE	19246	0	Europe/Berlin	52.8935	11.78621		Neuhof,Neuhof am Damm		14	00	15090	15090520
2864920	Neuhof	neuhof	DE	19246	0	Europe/Berlin	52.84042	12.321				11	00	12068	12068324
2864921	Neuhof	neuhof	DE	19246	0	Europe/Berlin	52.82011	13.14763				11	00	12065	12065198
2864922	Neuhof	neuhof	DE	19246	0	Europe/Berlin	52.78146	11.09978				14	00	15081	15081290
2864923	Neuhof	neuhof	DE	19246	0	Europe/Berlin	52.56667	14.51667		Neuhof,Neuhof Eins		11	00	12064	12064172
2864924	Neuhof	neuhof	DE	19246	0	Europe/Berlin	52.13985	13.47135		Neuhof		11	00	12072	12072477
2864925	Neuhof	neuhof	DE	19246	0	Europe/Berlin	52.12537	9.91636				06	00	03254	03254021
2864926	Neuhof	neuhof	DE	19246	0	Europe/Berlin	52.04083	13.13958		Neuhof		11	00	12072	12072169
2864927	Neuhof	neuhof	DE	19246	0	Europe/Berlin	51.98333	10.05			03254044	06	00	03254	03254044
2864928	Neuhof	neuhof	DE	19246	0	Europe/Berlin	51.65287	13.263				11	00	12062	12062128
2864930	Neuhof	neuhof	DE	19246	0	Europe/Berlin	51.57355	10.58464				06	00	03159	03159004
2864931	Neuhof	neuhof	DE	19246	0	Europe/Berlin	51.30052	14.83427				13	00	14626	14626370
2864932	Neuhof	neuhof	DE	19246	0	Europe/Berlin	51.21516	14.22249		Nowy Dwor,Nowy Dwór		13	00	14625	14625060
2864933	Neuhof	neuhof	DE	19246	0	Europe/Berlin	51.00263	12.60578				13	00	14729	14729140
2864934	Neuhof	neuhof	DE	19246	0	Europe/Berlin	50.76931	10.30286				15	00	16066	16066013
2864935	Neuhof	neuhof	DE	19246	0	Europe/Berlin	50.51418	10.67444				15	00	16069	16069025
2864936	Neuhof	neuhof	DE	19246	11422	Europe/Berlin	50.45313	9.6175			06631018	05	066	06631	06631018
2864937	Neuhof	neuhof	DE	19246	0	Europe/Berlin	50.31706	11.89832		Neuhof		02	094	09464	09464000
2864938	Neuhof	neuhof	DE	19246	0	Europe/Berlin	50.28391	10.72581				15	00	16069	16069063
2864939	Neuhof	neuhof	DE	19246	0	Europe/Berlin	50.2682	11.04251		Neuhof		02	094	09463	09463000
2864940	Neuhof	neuhof	DE	19246	0	Europe/Berlin	50.17123	8.21065				05	064	06439	06439015
2864941	Neuhof	neuhof	DE	19246	0	Europe/Berlin	50.12486	9.53269				02	096	09677	09677128
2864942	Neuhof	neuhof	DE	19246	0	Europe/Berlin	50.0318	8.05335				05	064	06439	06439003
2864943	Neuhof	neuhof	DE	19246	0	Europe/Berlin	49.96491	12.28872				02	093	09377	09377137
2864944	Neuhof	neuhof	DE	19246	0	Europe/Berlin	49.94204	10.44377				02	096	09678	09678157
2864945	Neuhof	neuhof	DE	19246	0	Europe/Berlin	49.91078	11.99415				02	093	09377	09377148
2864946	Neuhof	neuhof	DE	19246	0	Europe/Berlin	49.91666	7.49171				08	00	07140	07140119
2864947	Neuhof	neuhof	DE	19246	0	Europe/Berlin	49.84432	11.65159				02	094	09472	09472127
2864948	Neuhof	neuhof	DE	19246	0	Europe/Berlin	49.78125	10.0753				02	096	09675	09675117
2864949	Neuhof	neuhof	DE	19246	0	Europe/Berlin	49.76133	11.58699				02	094	09472	09472175
2864950	Neuhof	neuhof	DE	19246	0	Europe/Berlin	49.75	9.48333		Neuhof		01	081	08128	08128131
2864951	Neuhof	neuhof	DE	19246	0	Europe/Berlin	49.39176	8.83988				01	082	08226	08226056
2864952	Neuhof	neuhof	DE	19246	0	Europe/Berlin	49.31477	9.51468				01	081	08126	08126072
2864953	Neuhof	neuhof	DE	19246	0	Europe/Berlin	49.2955	6.71755				09	00	10044	10044119
2864954	Neuhof	neuhof	DE	19246	0	Europe/Berlin	49.23189	7.66125				08	00	07340	07340038
2864956	Neuhof	neuhof	DE	19246	0	Europe/Berlin	49.12197	11.89304				02	093	09375	09375131
2864957	Neuhof	neuhof	DE	19246	0	Europe/Berlin	49.09524	12.12551				02	093	09375	09375213
2864958	Neuhof	neuhof	DE	19246	0	Europe/Berlin	48.93579	9.32381				01	081	08119	08119038
2864959	Neuhof	neuhof	DE	19246	0	Europe/Berlin	48.77083	10.79139				02	097	09779	09779169
2864960	Neuhof	neuhof	DE	19246	0	Europe/Berlin	48.70926	10.94612				02	097	09779	09779201
2864961	Neuhof	neuhof	DE	19246	0	Europe/Berlin	48.50448	11.31628		Brundlhof,Bründlhof,Neuhof		02	091	09185	09185113
2864978	Neuhof	neuhof	DE	19246	0	Europe/Berlin	53.01989	14.08241				11	00	12073	12073008
2864980	Neuhof	neuhof	DE	19246	0	Europe/Berlin	52.5945	14.30308				11	00	12064	12064190
2865036	Neuhemsbach	neuhemsbach	DE	67680	828	Europe/Berlin	49.51667	7.91667		Nojehmsbakh,Nojkhemsbakh,xin hei mu si ba he,Нойхемсбах,Нойэмсбах,Нојхемсбах,新黑姆斯巴赫	07335028	08	00	07335	07335028
2865040	Neu Heinde	neu-heinde	DE	17168	368	Europe/Berlin	53.88918	12.46195		Neu Heinde		12	00	13072	13072082
2865047	Neuheilenbach	neuheilenbach	DE	54597	253	Europe/Berlin	50.11667	6.56667			07232273	08	00	07232	07232273
2865053	Neuhaus-Schierschnitz	neuhaus-schierschnitz	DE	96524	3460	Europe/Berlin	50.31237	11.24019		Nojkhaus-Shirshnic,nuo yi hao si-xi er shi ni ci,Нойхаус-Ширшниц,Нојхаус-Ширшниц,诺伊豪斯-席尔施尼茨	16072024	15	00	16072	16072024
2865085	Neuhausen ob Eck	neuhausen-ob-eck	DE	78579	0	Europe/Berlin	47.97257	8.92759		Neuhausen,Nojkhauzen ob Ek,Nojkhauzen-ob-Ehkk,nuo yi hao sen ao bu ai ke,Нойхаузен-об-Экк,Нојхаузен об Ек,诺伊豪森奥布埃克	08327038	01	083	08327	08327038
2865086	Neuhausen auf den Fildern	neuhausen-auf-den-fildern	DE	73765	11462	Europe/Berlin	48.68333	9.28333		Neuhausen,Neuhausen auf den Fildern,Nojgauzen-auf-den-Fil'dern,Nojkhauzen auf den Fildern,Nojkhauzen-auf-den-Fil'dern,Noyhauzen auf den Fildern,nuo yi hao sen ao fu deng fei er de er en,Нойгаузен-ауф-ден-Фільдерн,Нойхаузен-ауф-ден-Фильдерн,Нојхаузен ауф ден Филдерн,Նոյհաուզեն աուֆ դեն Ֆիլդերն,诺伊豪森奥夫登菲尔德尔恩	08116047	01	081	08116	08116047
2865089	Neuhausen	neuhausen	DE	03058	0	Europe/Berlin	49.64584	8.34667		Neuhausen		08	00	07319	07319000
2865090	Neuhausen	neuhausen	DE	03058	0	Europe/Berlin	48.14822	11.52843				02	091	09162	09162000
2865091	Neuhausen	neuhausen	DE	03058	0	Europe/Berlin	48.3585	8.06373				01	083	08317	08317146
2865092	Neuhausen	neuhausen	DE	03058	0	Europe/Berlin	53.67612	7.4542				06	00	03452	03452027
2865093	Neuhausen	neuhausen	DE	03058	0	Europe/Berlin	53.52998	8.48826				06	00	03461	03461007
2865094	Neuhausen	neuhausen	DE	03058	0	Europe/Berlin	53.22474	11.8436				11	00	12070	12070028
2865095	Neuhausen	neuhausen	DE	03058	0	Europe/Berlin	53.12715	12.19577				11	00	12070	12070316
2865096	Neuhausen	neuhausen	DE	03058	386	Europe/Berlin	51.67876	14.41633		Kopance,Kopańce,Neuhausen,Neuhausen/Spree,Spree		11	00	12071	12071301
2865097	Neuhausen	neuhausen	DE	03058	0	Europe/Berlin	51.09432	13.03982		Meinsberg-Neuhausen,Neuhausen		13	00	14522	14522570
2865098	Neuhausen	neuhausen	DE	03058	3325	Europe/Berlin	50.67647	13.4675		Khojkhauzen,Neuhausen,Neuhausen/Erzgebirge,Neuhauseni vald,Nojkhauzen,Нойхаузен,Нојхаузен,Хојхаузен		13	00	14522	14522400
2865099	Neuhausen	neuhausen	DE	03058	0	Europe/Berlin	50.22421	12.14278				02	094	09475	09475162
2865100	Neuhausen	neuhausen	DE	03058	0	Europe/Berlin	49.9185	10.46682				02	096	09678	09678157
2865101	Neuhausen	neuhausen	DE	03058	0	Europe/Berlin	49.90052	10.71248				02	094	09471	09471173
2865102	Neuhausen	neuhausen	DE	03058	0	Europe/Berlin	49.01074	9.70364				01	081	08127	08127062
2865103	Neuhausen	neuhausen	DE	03058	0	Europe/Berlin	48.86189	12.89271				02	092	09271	09271140
2865104	Neuhausen	neuhausen	DE	03058	5475	Europe/Berlin	48.7926	8.77649			08236044	01	082	08236	08236044
2865105	Neuhausen	neuhausen	DE	03058	0	Europe/Berlin	48.75304	10.97922				02	097	09779	09779178
2865106	Neuhausen	neuhausen	DE	03058	0	Europe/Berlin	48.60702	11.87527				02	092	09273	09273178
2865107	Neuhausen	neuhausen	DE	03058	0	Europe/Berlin	48.57057	12.47569				02	092	09279	09279112
2865108	Neuhausen	neuhausen	DE	03058	0	Europe/Berlin	48.51101	12.45177				02	092	09274	09274112
2865109	Neuhausen	neuhausen	DE	03058	0	Europe/Berlin	48.4342	11.65261				02	091	09178	09178137
2865110	Neuhausen	neuhausen	DE	03058	0	Europe/Berlin	48.3782	10.09455				02	097	09775	09775126
2865111	Neuhausen	neuhausen	DE	03058	0	Europe/Berlin	48.2893	11.93501				02	091	09177	09177117
2865112	Neuhausen	neuhausen	DE	03058	0	Europe/Berlin	48.13299	8.46007				01	083	08326	08326031
2865113	Neuhausen	neuhausen	DE	03058	0	Europe/Berlin	48.08054	12.00994				02	091	09175	09175115
2865114	Neuhausen	neuhausen	DE	03058	3838	Europe/Berlin	47.83754	8.77449				01	083	08335	08335022
2865115	Neuhausen	neuhausen	DE	03058	0	Europe/Berlin	47.75197	10.28965				02	097	09763	09763000
2865125	Neuhäusel	neuhausel	DE	56335	0	Europe/Berlin	47.98333	7.91667		Neuhausel,Neuhausle,Neuhäusel,Neuhäusle		01	083	08311	08311000
2865129	Neuhaus an der Pegnitz	neuhaus-an-der-pegnitz	DE	91284	2974	Europe/Berlin	49.62799	11.55066		Neuhaus,Neuhaus an der Pegnitz,Nojgaus-an-der-Pegnic,Nojkhaus an der Pegnic,Nojkhaus-na-Pegnice,Нойгаус-ан-дер-Пегніц,Нойхаус-на-Пегнице,Нојхаус ан дер Пегниц,Պեգնիցի Նոյհաուս		02	095	09574	09574140
2865130	Neuhaus an der Oste	neuhaus-an-der-oste	DE	21785	1281	Europe/Berlin	53.80043	9.03348		Neuhaus,Neuhaus (Oste),Neuhaus an der Oste		06	00	03352	03352039
2865133	Neuhaus am Rennweg	neuhaus-am-rennweg	DE	98724	6485	Europe/Berlin	50.51006	11.13787		Neuhaus,Neuhaus am Rennsteig,Neuhaus am Rennweg,Nojkhaus am Renveg,Nojkhaus na Renveg,Nojkhaus-am-Renveg,Nojkhaus-na-Renvege,lun wei ge de qu nuo yi hao si,Нойхаус-ам-Ренвег,Нойхаус-на-Ренвеге,Нојхаус ам Ренвег,Нојхаус на Ренвег,نویهاوس آم رن‌وگ,伦韦格地区诺伊豪斯		15	00	16072	16072013
2865134	Neuhaus am Inn	neuhaus-am-inn	DE	94152	3398	Europe/Berlin	48.46086	13.42083		Inndegi Nojkhaus,Inni Noyhaus,Neuhaus,Nojgaus-am-Inn,Nojkhaus am In,Nojkhaus-na-Inne,nwyhaws am ayn,yin he pan nuo yi hao si,Инндеги Нойхаус,Нойгаус-ам-Інн,Нойхаус-на-Инне,Нојхаус ам Ин,Իննի Նոյհաուս,نویهاوس ام این,因河畔诺伊豪斯	09275134	02	092	09275	09275134
2865143	Neuhaus	neuhaus	DE	19273	0	Europe/Berlin	54.28274	12.31735		Neuhaus,Niehusen		12	00	13073	13073017
2865144	Neuhaus	neuhaus	DE	19273	0	Europe/Berlin	53.41667	13.46667				12	00	13071	13071164
2865145	Neuhaus	neuhaus	DE	19273	0	Europe/Berlin	53.28641	10.92831		Neuhas,Neuhaus		06	00	03355	03355049
2865146	Neuhaus	neuhaus	DE	19273	0	Europe/Berlin	53.07706	13.82818				11	00	12073	12073008
2865147	Neuhaus	neuhaus	DE	19273	0	Europe/Berlin	52.86667	12.15				11	00	12068	12068052
2865148	Neuhaus	neuhaus	DE	19273	0	Europe/Berlin	52.55893	10.3141		Nienhuesen,Nienhüsen		06	00	03351	03351017
2865149	Neuhaus	neuhaus	DE	19273	0	Europe/Berlin	52.41362	10.86342				06	00	03103	03103000
2865150	Neuhaus	neuhaus	DE	19273	0	Europe/Berlin	52.26644	14.29107				11	00	12067	12067426
2865151	Neuhaus	neuhaus	DE	19273	0	Europe/Berlin	51.7537	9.52167				06	00	03255	03255023
2865152	Neuhaus	neuhaus	DE	19273	0	Europe/Berlin	51.74709	8.7154				07	057	05774	05774032
2865153	Neuhaus	neuhaus	DE	19273	0	Europe/Berlin	51.56667	12.35				13	00	14730	14730070
2865154	Neuhaus	neuhaus	DE	19273	0	Europe/Berlin	51.56211	11.11622				14	00	15087	15087370
2865155	Neuhaus	neuhaus	DE	19273	6052	Europe/Berlin	50.68333	10.93333		Neuhaus		15	00	16070	16070029
2865156	Neuhaus	neuhaus	DE	19273	0	Europe/Berlin	50.34195	11.75687				02	094	09475	09475171
2865157	Neuhaus	neuhaus	DE	19273	0	Europe/Berlin	49.97901	6.35266				08	00	07232	07232102
2865159	Neuhaus	neuhaus	DE	19273	0	Europe/Berlin	49.83892	10.92625				02	094	09471	09471169
2865160	Neuhaus	neuhaus	DE	19273	0	Europe/Berlin	49.81606	11.62986				02	094	09472	09472127
2865161	Neuhaus	neuhaus	DE	19273	0	Europe/Berlin	49.80099	12.16868		Neuhaus		02	093	09374	09374168
2865162	Neuhaus	neuhaus	DE	19273	0	Europe/Berlin	49.77955	6.57815				08	00	07235	07235001
2865163	Neuhaus	neuhaus	DE	19273	0	Europe/Berlin	49.72738	6.80361				08	00	07235	07235103
2865164	Neuhaus	neuhaus	DE	19273	0	Europe/Berlin	49.68401	10.87689				02	095	09572	09572111
2865165	Neuhaus	neuhaus	DE	19273	0	Europe/Berlin	49.20874	12.23516				02	093	09376	09376149
2865166	Neuhaus	neuhaus	DE	19273	0	Europe/Berlin	49.1473	11.53367				02	093	09373	09373112
2865167	Neuhaus	neuhaus	DE	19273	0	Europe/Berlin	49.13947	12.60562				02	093	09372	09372158
2865168	Neuhaus	neuhaus	DE	19273	0	Europe/Berlin	49.14247	12.12063				02	093	09375	09375190
2865169	Neuhaus	neuhaus	DE	19273	0	Europe/Berlin	49.06667	10				01	081	08127	08127103
2865170	Neuhaus	neuhaus	DE	19273	0	Europe/Berlin	48.99114	9.64883				01	081	08119	08119044
2865171	Neuhaus	neuhaus	DE	19273	0	Europe/Berlin	48.11052	8.69491				01	083	08327	08327002
2865172	Neuhaus	neuhaus	DE	19273	0	Europe/Berlin	47.76667	9.78333				01	084	08436	08436078
2865173	Neuhaus	neuhaus	DE	19273	0	Europe/Berlin	47.70318	11.87862				02	091	09182	09182131
2865175	Neuhaus	neuhaus	DE	19273	0	Europe/Berlin	47.53512	9.86663				02	097	09776	09776125
2865178	Neuhaus	neuhaus	DE	19273	0	Europe/Berlin	54.31057	10.50105				10	00	01057	01057021
2865219	Neuharlingersiel	neuharlingersiel	DE	26427	1096	Europe/Berlin	53.69993	7.70288		Neeharlingersiel,Nojkharlingersil,Nojkharlingerzil',xin ha lin ge xi er,Нойхарлингерзиль,Нојхарлингерсил,新哈林格西尔		06	00	03462	03462010
2865223	Neuhardenberg	neuhardenberg	DE	15320	2957	Europe/Berlin	52.59601	14.23768		Marxwalde,Nojkhardenberg,Noyhardenberg,xin ha deng bei ge,Нойхарденберг,Нојхарденберг,Նոյհարդենբերգ,新哈登贝格	12064340	11	00	12064	12064340
2865254	Neugrimnitz	neugrimnitz	DE	16247	0	Europe/Berlin	52.97516	13.82973				11	00	12060	12060012
2865293	Neugersdorf	neugersdorf	DE	02727	6260	Europe/Berlin	50.97729	14.60881		Neugersdorf,Nojgersdorf,Nowe Jezercy,Nowe Jěžercy,Нойгерсдорф,Нојгерсдорф		13	00	14626	14626085
2865294	Neugernsdorf	neugernsdorf	DE	07980	165	Europe/Berlin	50.71667	12.13333		Neugernsdorf	16076004	15	00	16076	16076004
2865300	Neugattersleben	neugattersleben	DE	06429	933	Europe/Berlin	51.85095	11.70783		Neugattersleben		14	00	15089	15089235
2865314	Neu Gaarz	neu-gaarz	DE	17194	133	Europe/Berlin	53.57863	12.52888		Neu Gaarz		12	00	13071	13071069
2865315	Neu Gaarz	neu-gaarz	DE	17194	0	Europe/Berlin	53.2999	12.70603				12	00	13071	13071087
2865325	Neufraunhofen	neufraunhofen	DE	84181	1089	Europe/Berlin	48.4	12.21667		Nojfraungofen,Nojfraunkhofen,Noyfraunhofen,nuo yi fu luo yin huo fen,nwyfrawnhwfn,Нойфраунгофен,Нойфраунхофен,Нојфраунхофен,Նոյֆրաունհոֆեն,نویفراونهوفن,诺伊夫罗因霍芬	09274154	02	092	09274	09274154
2865331	Neufra	neufra	DE	72419	0	Europe/Berlin	48.24774	9.18311		Nojfra,nuo yi fu la,Нойфра,Нојфра,诺伊夫拉	08437082	01	084	08437	08437082
2865332	Neufra	neufra	DE	72419	1960	Europe/Berlin	48.1288	9.47554				01	084	08426	08426097
2865333	Neufra	neufra	DE	72419	0	Europe/Berlin	48.12852	8.67495				01	083	08325	08325049
2865341	Neuffen	neuffen	DE	72639	6365	Europe/Berlin	48.5546	9.3755		Nojfen,Nojffen,Noyfen,Noyffen,nuo yi fen,nwyfn,Нойфен,Нойффен,Нојфен,Նոյֆեն,نويفن,نویفن,诺伊芬		01	081	08116	08116046
2865342	Neuferchau	neuferchau	DE	38486	434	Europe/Berlin	52.57502	11.06494		Neuferchau		14	00	15081	15081280
2865347	Neufelderkoog	neufelderkoog	DE	25724	140	Europe/Berlin	53.9	8.96667		Neufelderkoog	01051077	10	00	01051	01051077
2865351	Neufeld	neufeld	DE	25724	0	Europe/Berlin	51.51745	6.35709				07	051	05154	05154012
2865352	Neufeld	neufeld	DE	25724	0	Europe/Berlin	51.42114	6.51379				07	051	05166	05166012
2865353	Neufeld	neufeld	DE	25724	0	Europe/Berlin	53.51667	9.78333				04	00	02000	02000000
2865354	Neufeld	neufeld	DE	25724	0	Europe/Berlin	53.5	8.01667				06	00	03455	03455014
2865355	Neufeld	neufeld	DE	25724	0	Europe/Berlin	53.31454	12.86914				12	00	13071	13071099
2865356	Neufeld	neufeld	DE	25724	0	Europe/Berlin	52.63653	14.2624				11	00	12064	12064340
2865359	Neufeld	neufeld	DE	25724	668	Europe/Berlin	53.9	9.01667			01051076	10	00	01051	01051076
2865374	Neufahrn in Niederbayern	neufahrn-in-niederbayern	DE	84088	0	Europe/Berlin	48.73524	12.19285		Neufahrn,Neufahrn in Niederbayern,Nojfarn,Nojfarn in Niderbajern,Nojfarn-in-Niderbaern,Noyfarn,nwyfarn ayn nydrbayrn,Нойфарн,Нойфарн-ін-Нідербаєрн,Нојфарн ин Нидербајерн,Նոյֆարն,نویفارن این نیدربایرن		02	092	09274	09274153
2865376	Neufahrn bei Freising	neufahrn-bei-freising	DE	85375	18255	Europe/Berlin	48.31588	11.66316		Neufahrn,Neufahrn apud Freising,Neufahrn bei Freising,Nojfarn baj Frajsinga,Nojfarn-Frajzing,Nojfarn-baj-Frajzing,Noyfarn Frayzing,fu lai xing fu jin nuo yi fa er en,nwyfarn bay frayzyng,Нойфарн-Фрайзинг,Нойфарн-бай-Фрайзінг,Нојфарн бај Фрајсинга,Նոյֆարն Ֆրայզինգ,نویفارن بای فرایزینگ,弗赖兴附近诺伊法尔恩		02	091	09178	09178145
2865381	Neu Fahrland	neu-fahrland	DE	14476	0	Europe/Berlin	52.44886	13.04921		Neu Fahrland		11	00	12054	12054000
2865459	Neuerstadt	neuerstadt	DE	06926	133	Europe/Berlin	51.83032	13.12434		Neuerstadt		14	00	15091	15091145
2865472	Neuerkirch	neuerkirch	DE	55471	285	Europe/Berlin	50.01667	7.48333			07140101	08	00	07140	07140101
2865507	Neuerburg	neuerburg	DE	54673	0	Europe/Berlin	50.0127	6.29311		Neierbuerg,Nojerburg,noiaburuku,nuo yi ai er bao,nwyrbwrg,nwyrbwrgh,Нойербург,Нојербург,نويربورغ,نویربورگ,ノイアーブルク,诺伊埃尔堡		08	00	07232	07232088
2865508	Neuerburg	neuerburg	DE	54673	1545	Europe/Berlin	50.00102	6.94828		Neuerburg		08	00	07231	07231134
2865541	Neuenweg	neuenweg	DE	79691	0	Europe/Berlin	53.47476	7.73951				06	00	03462	03462005
2865542	Neuenweg	neuenweg	DE	79691	0	Europe/Berlin	48.08692	8.08486				01	083	08316	08316042
2865543	Neuenweg	neuenweg	DE	79691	363	Europe/Berlin	47.79557	7.82742				01	083	08336	08336107
2865553	Neuental	neuental	DE	34599	3420	Europe/Berlin	51	9.21667		Noental',Nojental,Nojental',noientaru,nuo yi en ta er,Нойенталь,Ноєнталь,Нојентал,ノイエンタール,诺伊恩塔尔	06634016	05	066	06634	06634016
2865556	Neuenstein	neuenstein	DE	36286	0	Europe/Berlin	50.30632	6.4473				08	00	07233	07233232
2865557	Neuenstein	neuenstein	DE	36286	6240	Europe/Berlin	49.2049	9.58		Neuenstein		01	081	08126	08126058
2865560	Neuenstadt am Kocher	neuenstadt-am-kocher	DE	74196	9312	Europe/Berlin	49.23498	9.33215		Burg Neuenstadt,Neuenstadt,Neuenstadt am Kocher,Noenshtadt-am-Kokher,Nojenshtadt-am-Kokher,Nojenshtat am Kokher,nuo yi en si ta te a mu ke hei er,nwynshtat am kwkhr,Нойенштадт-ам-Кохер,Ноєнштадт-ам-Кохер,Нојенштат ам Кохер,نوينشتات آم كوخر,نوین‌اشتات آم کوخر,ノイエンシュタット・アム・コッハー,诺伊恩斯塔特阿姆科黑尔		01	081	08125	08125069
2865575	Neuensalz	neuensalz	DE	08541	2400	Europe/Berlin	50.5	12.21667		Nojenzal'c,Nojenzalc,nuo yi en sa er ci,Нойензальц,Нојензалц,诺伊恩萨尔茨	14523270	13	00	14523	14523270
2865592	Neuenrade	neuenrade	DE	58809	12602	Europe/Berlin	51.28278	7.7825		Neuenrade,Niggenroe,Noenrade,Nojenrade,nuo yi en la de,nwynradh,Нойенраде,Ноєнраде,Нојенраде,نوينراده,نوینراده,诺伊恩拉德		07	059	05962	05962048
2865603	Neuenmarkt	neuenmarkt	DE	95339	3145	Europe/Berlin	50.09193	11.58033		Noenmarkt,Nojenmarkt,noienmarukuto,nuo en ma ke te,Нойенмаркт,Ноєнмаркт,Нојенмаркт,Նոյենմարքթ,ノイエンマルクト,诺恩马克特	09477143	02	094	09477	09477143
2865627	Neuenkirchen	neuenkirchen	DE	17039	406	Europe/Berlin	54.54375	13.33147		Neuenkirchen		12	00	13073	13073059
2865628	Neuenkirchen	neuenkirchen	DE	17039	0	Europe/Berlin	54.23655	8.99151		Nojenkirkhen,Нойенкирхен,Нојенкирхен	01051075	10	00	01051	01051075
2865629	Neuenkirchen	neuenkirchen	DE	17039	0	Europe/Berlin	54.11701	13.37652				12	00	13075	13075102
2865630	Neuenkirchen	neuenkirchen	DE	17039	0	Europe/Berlin	53.86422	9.42827				10	00	01061	01061006
2865631	Neuenkirchen	neuenkirchen	DE	17039	341	Europe/Berlin	53.79875	13.57172				12	00	13075	13075101
2865632	Neuenkirchen	neuenkirchen	DE	17039	0	Europe/Berlin	53.77697	8.89361			03352038	06	00	03352	03352038
2865633	Neuenkirchen	neuenkirchen	DE	17039	1248	Europe/Berlin	53.59729	13.36942				12	00	13071	13071108
2865634	Neuenkirchen	neuenkirchen	DE	17039	0	Europe/Berlin	53.59821	10.99337				12	00	13076	13076159
2865635	Neuenkirchen	neuenkirchen	DE	17039	801	Europe/Berlin	53.51667	9.6			03359033	06	00	03359	03359033
2865636	Neuenkirchen	neuenkirchen	DE	17039	1572	Europe/Berlin	53.23173	8.52665		Neuenkirchen		06	00	03356	03356009
2865637	Neuenkirchen	neuenkirchen	DE	17039	5693	Europe/Berlin	53.03259	9.70642			03358017	06	00	03358	03358017
2865638	Neuenkirchen	neuenkirchen	DE	17039	1114	Europe/Berlin	52.77629	8.75044			03251028	06	00	03251	03251028
2865639	Neuenkirchen	neuenkirchen	DE	17039	2714	Europe/Berlin	52.51037	8.06371				06	00	03460	03460007
2865640	Neuenkirchen	neuenkirchen	DE	17039	0	Europe/Berlin	52.4171	7.83888			03459027	06	00	03459	03459027
2865641	Neuenkirchen	neuenkirchen	DE	17039	13953	Europe/Berlin	52.24472	7.37183			05566060	07	055	05566	05566060
2865642	Neuenkirchen	neuenkirchen	DE	17039	4569	Europe/Berlin	52.13778	8.38835		Neuenkirchen		06	00	03459	03459024
2865643	Neuenkirchen	neuenkirchen	DE	17039	0	Europe/Berlin	52.0225	10.46963				06	00	03153	03153008
2865644	Neuenkirchen	neuenkirchen	DE	17039	0	Europe/Berlin	51.83132	8.44456		Neuenkirchen		07	057	05754	05754032
2865660	Neuenhofe	neuenhofe	DE	39345	802	Europe/Berlin	52.30259	11.46261		Neuenhofe		14	00	15083	15083557
2865691	Neuenhaus	neuenhaus	DE	49828	0	Europe/Berlin	50.96359	7.57334				07	053	05374	05374048
2865692	Neuenhaus	neuenhaus	DE	49828	0	Europe/Berlin	52.49912	6.96626		Neuenhaus,Nojenkhaus,nuo yi en hao si,nwynhaws,Нойенхаус,Нојенхаус,نوينهاوس,نوین‌هاوس,诺伊恩豪斯		06	00	03456	03456014
2865693	Neuenhaus	neuenhaus	DE	49828	0	Europe/Berlin	51.2157	7.14104				07	051	05124	05124000
2865694	Neuenhaus	neuenhaus	DE	49828	0	Europe/Berlin	51.18333	7.21667				07	051	05120	05120000
2865695	Neuenhaus	neuenhaus	DE	49828	0	Europe/Berlin	51.08866	7.08317				07	053	05378	05378008
2865696	Neuenhaus	neuenhaus	DE	49828	0	Europe/Berlin	51.0665	7.73249				07	059	05966	05966008
2865697	Neuenhaus	neuenhaus	DE	49828	0	Europe/Berlin	51.05486	7.33293		Neuenhaus		07	053	05374	05374052
2865698	Neuenhaus	neuenhaus	DE	49828	0	Europe/Berlin	50.97243	7.18806				07	053	05378	05378004
2865700	Neuenhaus	neuenhaus	DE	49828	0	Europe/Berlin	48.62251	9.20553				01	081	08116	08116081
2865712	Neuenhagen	neuenhagen	DE	16259	0	Europe/Berlin	52.18469	8.78007				07	057	05758	05758024
2865713	Neuenhagen	neuenhagen	DE	16259	0	Europe/Berlin	53.95743	11.02115		Neuenhagen		12	00	13074	13074037
2865714	Neuenhagen	neuenhagen	DE	16259	0	Europe/Berlin	53.74644	13.11066				12	00	13071	13071002
2865715	Neuenhagen	neuenhagen	DE	16259	0	Europe/Berlin	52.83658	14.05297				11	00	12064	12064044
2865716	Neuenhagen	neuenhagen	DE	16259	16170	Europe/Berlin	52.52985	13.68914				11	00	12064	12064336
2865721	Neuengörs	neuengors	DE	23818	916	Europe/Berlin	53.9	10.38333		Neuengoers,Neuengors,Neuengörs	01060061	10	00	01060	01060061
2865722	Neuengönna	neuengonna	DE	07778	698	Europe/Berlin	50.98333	11.65		Neuengonna,Neuengönna,Nojengena,Nojengjonna,nuo yi en ge na,Нойенгённа,Нојенгена,诺伊恩格纳	16074063	15	00	16074	16074063
2865758	Neuendorf am Damm	neuendorf-am-damm	DE	39624	267	Europe/Berlin	52.64342	11.44358		Neuendorf,Neuendorf am Damm		14	00	15081	15081240
2865762	Neuendorf	neuendorf	DE	18246	0	Europe/Berlin	50.37581	7.6075				08	00	07111	07111000
2865763	Neuendorf	neuendorf	DE	18246	0	Europe/Berlin	54.52587	13.09051		Neuendorf		12	00	13073	13073040
2865764	Neuendorf	neuendorf	DE	18246	0	Europe/Berlin	54.52047	13.31478				12	00	13073	13073059
2865765	Neuendorf	neuendorf	DE	18246	0	Europe/Berlin	54.42735	13.32208				12	00	13073	13073063
2865766	Neuendorf	neuendorf	DE	18246	0	Europe/Berlin	54.38333	13.25				12			
2865767	Neuendorf	neuendorf	DE	18246	0	Europe/Berlin	54.33686	13.48308				12	00	13073	13073070
2865768	Neuendorf	neuendorf	DE	18246	0	Europe/Berlin	54.09766	13.16591				12	00	13073	13073089
2865769	Neuendorf	neuendorf	DE	18246	0	Europe/Berlin	54.08711	13.53262		Akademisch Neuendorf,Neuendorf,Neuendorf bei Kemnitz		12	00	13075	13075060
2865770	Neuendorf	neuendorf	DE	18246	0	Europe/Berlin	54.09002	12.21173				12	00	13072	13072019
2865771	Neuendorf	neuendorf	DE	18246	0	Europe/Berlin	54.03248	13.88774		Neuendorf		12	00	13075	13075087
2865772	Neuendorf	neuendorf	DE	18246	0	Europe/Berlin	53.94406	13.35337				12	00	13075	13075044
2865773	Neuendorf	neuendorf	DE	18246	0	Europe/Berlin	53.9313	11.61919				12	00	13074	13074056
2865774	Neuendorf	neuendorf	DE	18246	188	Europe/Berlin	53.86113	11.94489				12	00	13072	13072101
2865775	Neuendorf	neuendorf	DE	18246	0	Europe/Berlin	53.7898	13.3683				12	00	13075	13075127
2865776	Neuendorf	neuendorf	DE	18246	0	Europe/Berlin	53.74119	14.07342				12	00	13075	13075136
2865777	Neuendorf A	neuendorf-a	DE	17379	171	Europe/Berlin	53.72996	13.83552		Neuendorf,Neuendorf A		12	00	13075	13075029
2865778	Neuendorf	neuendorf	DE	18246	899	Europe/Berlin	53.73757	9.56269				10	00	01061	01061074
2865779	Neuendorf	neuendorf	DE	18246	0	Europe/Berlin	53.64932	11.09817				12	00	13074	13074064
2865780	Neuendorf	neuendorf	DE	18246	0	Europe/Berlin	53.54445	13.19912				12	00	13071	13071166
2865781	Neuendorf	neuendorf	DE	18246	0	Europe/Berlin	52.89187	14.05726		Oderberg-Neuendorf		11	00	12060	12060176
2865782	Neuendorf	neuendorf	DE	18246	0	Europe/Berlin	52.8655	12.36931				11	00	12068	12068501
2865783	Neuendorf	neuendorf	DE	18246	0	Europe/Berlin	52.83938	13.1436				11	00	12065	12065198
2865784	Neuendorf	neuendorf	DE	18246	0	Europe/Berlin	52.67733	11.21595		Neuendorf		14	00	15081	15081280
2865785	Neuendorf	neuendorf	DE	18246	0	Europe/Berlin	52.39572	12.50973				11	00	12051	12051000
2865786	Neuendorf	neuendorf	DE	18246	0	Europe/Berlin	52.39196	14.10828		Neuendorf,Neuendorf im Sande		11	00	12067	12067473
2865787	Neuendorf	neuendorf	DE	18246	0	Europe/Berlin	52.19981	12.82362		Neuendorf		11	00	12069	12069076
2865788	Neuendorf	neuendorf	DE	18246	0	Europe/Berlin	52.18945	14.23572				11	00	12067	12067036
2865789	Neuendorf	neuendorf	DE	18246	0	Europe/Berlin	52.12086	13.58708				11	00	12061	12061492
2865791	Neuendorf	neuendorf	DE	18246	0	Europe/Berlin	51.81249	14.4241		Nowa Wjas		11	00	12071	12071386
2865792	Neuendorf	neuendorf	DE	18246	0	Europe/Berlin	51.45518	10.19445		Nejendarp		15	00	16061	16061114
2865793	Neuendorf	neuendorf	DE	18246	0	Europe/Berlin	50.82683	10.27698		Neuendorf		15	00	16063	16063003
2865794	Neuendorf	neuendorf	DE	18246	102	Europe/Berlin	50.28333	6.46667			07232272	08	00	07232	07232272
2865795	Neuendorf	neuendorf	DE	18246	917	Europe/Berlin	50.03333	9.65			09677164	02	096	09677	09677164
2865796	Neuendorf	neuendorf	DE	18246	0	Europe/Berlin	54.33204	12.52484				12	00	13073	13073077
2865798	Neuendettelsau	neuendettelsau	DE	91564	7836	Europe/Berlin	49.28333	10.78333		Nojendetelzau,Nojendettel'zau,Noyendetelzau,noiendetteruzau,nuo yi en de te er shao,Нойендеттельзау,Нојендетелзау,Նոյենդետելզաու,ノイエンデッテルザウ,诺伊恩德特尔绍	09571180	02	095	09571	09571180
2865799	Neuendeich	neuendeich	DE	25436	537	Europe/Berlin	53.68333	9.61667		Neuendeich	01056037	10	00	01056	01056037
2865809	Neuenburg	neuenburg	DE	75305	0	Europe/Berlin	53.38864	7.95271		Neuenburg		06	00	03455	03455027
2865810	Neuenbürg	neuenburg	DE	75305	0	Europe/Berlin	49.63773	10.87192				02	095	09572	09572164
2865811	Neuenbürg	neuenburg	DE	75305	0	Europe/Berlin	49.15299	8.71925		Neuenburg,Neuenbürg		01	082	08215	08215097
2865812	Neuenbürg	neuenburg	DE	75305	7780	Europe/Berlin	48.84516	8.59574		Neuenburg,Neuenbürg,Noenbjurg,Nojenbirg,Nojenbjurg,Noyenbyurg,nuo yi en bi er ge,nwynbwrg,nwynbwrgh,Нойенбюрг,Ноєнбюрг,Нојенбирг,Նոյենբյուրգ,نوينبورغ,نوینبورگ,诺伊恩比尔格		01	082	08236	08236043
2865813	Neuenburg am Rhein	neuenburg-am-rhein	DE	79395	11682	Europe/Berlin	47.81431	7.56005		Neueburg,Neuenburg,Neuenburg am Rhein,Neuenburg del Rin,Noenburg-am-Rajn,Nojenburg am Rajn,Nojenburg-am-Rajn,Reyni Noyenburg,lai yin he pan nuo yi en bao,nwynbwrg am rayn,nwynbwrgh am rayn,Нойенбург-ам-Райн,Ноєнбург-ам-Райн,Нојенбург ам Рајн,Ռեյնի Նոյենբուրգ,نوينبورغ آم راين,نوینبورگ آم راین,莱茵河畔诺伊恩堡		01	083	08315	08315076
2865820	Neuenbrook	neuenbrook	DE	25578	673	Europe/Berlin	53.86073	9.53203		Altendorf,Neuenbrook	01061073	10	00	01061	01061073
2865851	Neuekrug	neuekrug	DE	29413	198	Europe/Berlin	52.77432	10.80162				14	00	15081	15081105
2865852	Neuekrug	neuekrug	DE	29413	0	Europe/Berlin	51.941	10.22779				06	00	03153	03153006
2865904	Neu Duvenstedt	neu-duvenstedt	DE	24794	151	Europe/Berlin	54.35802	9.70549		Neu Duvenstedt	01058111	10	00	01058	01058111
2865906	Neudrossenfeld	neudrossenfeld	DE	95512	3895	Europe/Berlin	50.01667	11.5		Neu Dressenfeld,Neudrossenfeld,Nojdrosenfeld,Nojdrossenfel'd,Noydrosenfeld,noidorossenferuto,nuo yi de luo sen fei er de,Нойдроссенфельд,Нојдросенфелд,Նոյդրոսենֆելդ,ノイドロッセンフェルト,诺伊德罗森费尔德	09477142	02	094	09477	09477142
2865938	Neudorf	neudorf	DE	06493	0	Europe/Berlin	52.79799	13.51602				11	00	12060	12060269
2865945	Neudorf-Bornstein	neudorf-bornstein	DE	24214	1042	Europe/Berlin	54.43333	9.95		Neudorf,Neudorf-Bornstein	01058110	10	00	01058	01058110
2865952	Neudorf	neudorf	DE	06493	0	Europe/Berlin	53.35555	8.16175				06	00	03455	03455026
2865953	Neudorf	neudorf	DE	06493	0	Europe/Berlin	54.8841	8.68221				10	00	01054	01054110
2865954	Neudorf	neudorf	DE	06493	0	Europe/Berlin	54.3038	10.62103				10	00	01057	01057030
2865955	Neudorf	neudorf	DE	06493	0	Europe/Berlin	54.13086	10.58608				10	00	01055	01055012
2865956	Neudorf	neudorf	DE	06493	0	Europe/Berlin	53.62323	7.71774				06	00	03462	03462019
2865957	Neudorf	neudorf	DE	06493	0	Europe/Berlin	53.47022	10.06843				04	00	02000	02000000
2865958	Neudorf	neudorf	DE	06493	0	Europe/Berlin	53.17126	12.06987		Kolonie Neudorf,Neudorf		11	00	12070	12070125
2865959	Neudorf	neudorf	DE	06493	0	Europe/Berlin	53.14162	13.7166				11	00	12073	12073201
2865960	Neudorf	neudorf	DE	06493	0	Europe/Berlin	52.69657	9.48566				06	00	03256	03256026
2865961	Neudorf	neudorf	DE	06493	0	Europe/Berlin	51.66667	14.06667				11	00	12066	12066008
2865962	Neudorf	neudorf	DE	06493	673	Europe/Berlin	51.608	11.11474		Neudorf		14	00	15085	15085145
2865963	Neudorf	neudorf	DE	06493	0	Europe/Berlin	51.47718	14.79342				13	00	14626	14626250
2865964	Neudorf	neudorf	DE	06493	0	Europe/Berlin	51.4528	8.94661		Neudorf		05	066	06635	06635008
2865965	Neudorf	neudorf	DE	06493	0	Europe/Berlin	51.33079	14.69155		Neudorf,Nowa Wjes		13	00	14626	14626260
2865966	Neudorf	neudorf	DE	06493	0	Europe/Berlin	51.31281	14.54719		Neudorf,Nowa Wjes,Nowa Wjes/Sprjewja		13	00	14625	14625340
2865967	Neudorf	neudorf	DE	06493	0	Europe/Berlin	51.30685	14.35235		Nowa Wjes		13	00	14625	14625280
2865968	Neudorf	neudorf	DE	06493	0	Europe/Berlin	51.27443	14.33866		Nowa Wjes		13	00	14625	14625360
2865969	Neudorf	neudorf	DE	06493	0	Europe/Berlin	51.1015	13.09826				13	00	14522	14522080
2865970	Neudorf	neudorf	DE	06493	0	Europe/Berlin	51.08729	14.54872		Neudorf		13	00	14625	14625090
2865971	Neudorf	neudorf	DE	06493	0	Europe/Berlin	51.06268	14.56559				13	00	14626	14626510
2865972	Neudorf	neudorf	DE	06493	0	Europe/Berlin	51.03069	14.39182				13	00	14625	14625560
2865973	Neudorf	neudorf	DE	06493	0	Europe/Berlin	50.48209	12.97391		Neudorf		13	00	14521	14521560
2865974	Neudorf	neudorf	DE	06493	0	Europe/Berlin	50.43805	12.33131				13	00	14523	14523290
2865975	Neudorf	neudorf	DE	06493	0	Europe/Berlin	50.36829	7.61934				08	00	07111	07111000
2865976	Neudorf	neudorf	DE	06493	0	Europe/Berlin	50.27699	11.76524		Neudorf		02	094	09475	09475165
2865977	Neudorf	neudorf	DE	06493	0	Europe/Berlin	50.2648	9.31826		Neudorf		05	064	06435	06435029
2865978	Neudorf	neudorf	DE	06493	0	Europe/Berlin	50.11462	11.97237				02	094	09479	09479135
2865979	Neudorf	neudorf	DE	06493	0	Europe/Berlin	50.06084	11.2656		Neudorf		02	094	09478	09478176
2865980	Neudorf	neudorf	DE	06493	0	Europe/Berlin	50.02595	11.64561				02	094	09472	09472116
2865981	Neudorf	neudorf	DE	06493	0	Europe/Berlin	50.02263	11.36301				02	094	09477	09477124
2865982	Neudorf	neudorf	DE	06493	0	Europe/Berlin	50.00322	12.25019				02	093	09377	09377131
2865983	Neudorf	neudorf	DE	06493	0	Europe/Berlin	49.91667	9.3				02	096	09671	09671141
2865984	Neudorf	neudorf	DE	06493	0	Europe/Berlin	49.86968	11.21536		Neudorf		02	094	09471	09471142
2865985	Neudorf	neudorf	DE	06493	0	Europe/Berlin	49.84513	10.38494				02	096	09675	09675158
2865986	Neudorf	neudorf	DE	06493	0	Europe/Berlin	49.81439	11.25601				02	094	09474	09474176
2865987	Neudorf	neudorf	DE	06493	0	Europe/Berlin	49.73822	11.50994				02	094	09472	09472175
2865988	Neudorf	neudorf	DE	06493	0	Europe/Berlin	49.71333	12.43234				02	093	09374	09374123
2865989	Neudorf	neudorf	DE	06493	0	Europe/Berlin	49.69289	11.3659				02	094	09474	09474156
2865990	Neudorf	neudorf	DE	06493	0	Europe/Berlin	49.65408	9.26301				02	096	09676	09676112
2865991	Neudorf	neudorf	DE	06493	0	Europe/Berlin	49.41678	10.67483				02	095	09571	09571135
2865992	Neudorf	neudorf	DE	06493	0	Europe/Berlin	49.31699	10.4998				02	095	09561	09561000
2865993	Neudorf	neudorf	DE	06493	0	Europe/Berlin	49.26667	6.93333				09	00	10041	10041100
2865994	Neudorf	neudorf	DE	06493	0	Europe/Berlin	49.1743	8.49844				01	082	08215	08215099
2865995	Neudorf	neudorf	DE	06493	0	Europe/Berlin	49.06791	12.00883				02	093	09375	09375181
2865996	Neudorf	neudorf	DE	06493	0	Europe/Berlin	48.95838	12.10779		Haiddorf,Neudorf		02	093	09375	09375180
2865997	Neudorf	neudorf	DE	06493	0	Europe/Berlin	48.96686	11.0113				02	095	09577	09577158
2865998	Neudorf	neudorf	DE	06493	0	Europe/Berlin	48.84935	13.43284				02	092	09272	09272120
2865999	Neudorf	neudorf	DE	06493	0	Europe/Berlin	48.2484	9.67587				01	084	08425	08425104
2866000	Neudorf	neudorf	DE	06493	0	Europe/Berlin	47.95596	12.55651				02	091	09189	09189154
2866002	Neudorf	neudorf	DE	06493	0	Europe/Berlin	53.34152	7.75203		Neudorf		06	00	03457	03457020
2866009	Neudietendorf	neudietendorf	DE	99192	3059	Europe/Berlin	50.9125	10.91346		Neudietendorf,Nojditendorf,Нойдитендорф,Нојдитендорф		15	00	16067	16067087
2866022	Neudenau	neudenau	DE	74861	5102	Europe/Berlin	49.29181	9.26975		Neudenau,Nojdenau,noidenau,nuo yi de nao,nwydnaw,Нойденау,Нојденау,نويدناو,نویدناو,ノイデナウ,诺伊德瑙		01	081	08125	08125068
2866046	Neu Darchau	neu-darchau	DE	29490	1535	Europe/Berlin	53.22901	10.88529		Noj Darkhau,Noj-Darkhau,nwy darshaw,xin da er xiao,Ной-Дархау,Ној Дархау,نوی دارشاو,新达尔肖	03354019	06	00	03354	03354019
2866069	Neuburg an der Kammel	neuburg-an-der-kammel	DE	86476	0	Europe/Berlin	48.30284	10.36131		Neuburg,Neuburg an der Kammel,Neuburgo do Kammel,Nojburg an der Kamel,Nojburg-an-der-Kammel',Noyburg an der Kamel,ka mei er he pan nuo yi bao,Нойбург-ан-дер-Каммель,Нојбург ан дер Камел,Նոյբուրգ ան դեր Կամել,卡梅尔河畔诺伊堡		02	097	09774	09774162
2866152	Neu Boltenhagen	neu-boltenhagen	DE	17509	657	Europe/Berlin	54.06638	13.61016		Boltenhagen,Neu Boltenhagen		12	00	13075	13075097
2866070	Neuburg an der Donau	neuburg-an-der-donau	DE	86633	28370	Europe/Berlin	48.73218	11.18709		Danubi Noyburg,Neiburg an da Donau,Neubourg-sur-le-Danube,Neuburg,Neuburg a.d.Donau,Neuburg an der Donau,Neuburg-Donau,Neuburgo do Danubio,Neuburgo do Danúbio,Nojburg na Dunav,Nojburg na Dunavu,Nojburg-an-der-Donau,Nojburg-na-Dunae,niu yin bao,nwybwrg an dr dwnaw,nwybwrgh an dr dwnaw,Нойбург на Дунав,Нойбург-ан-дер-Донау,Нойбург-на-Дунае,Нојбург на Дунаву,Դանուբի Նոյբուրգ,نويبورغ آن در دوناو,نویبورگ آن در دوناو,ノイブルク・アン・デア・ドナウ,纽因堡	09185	02	091	09185	09185149
2866071	Neuburg	neuburg	DE	23974	0	Europe/Berlin	53.9454	11.58841				12	00	13074	13074056
2866072	Neuburg	neuburg	DE	23974	2162	Europe/Berlin	53.40677	11.91742				12	00	13076	13076125
2866073	Neuburg	neuburg	DE	23974	0	Europe/Berlin	53.22085	7.56631		Neuburg		06	00	03457	03457006
2866074	Neuburg	neuburg	DE	23974	2549	Europe/Berlin	48.98933	8.24715		Neuburg,Neuburg am Rhein		08	00	07334	07334021
2866075	Neuburg	neuburg	DE	23974	4313	Europe/Berlin	48.50654	13.44718	42	Neuburg am Inn		02	092	09275	09275133
2866076	Neuburg	neuburg	DE	23974	0	Europe/Berlin	48.24548	9.58808				01	084	08425	08425073
2866077	Neuburg	neuburg	DE	23974	3209	Europe/Berlin	47.77056	10.35563		Neuburg		02	097	09780	09780122
2866086	Neubulach	neubulach	DE	75387	5540	Europe/Berlin	48.66092	8.69611		Nojbulakh,Noybulax,nuo yi bu la,nwybwlakh,Нойбулах,Нојбулах,Նոյբուլախ,نويبولاخ,نویبولاخ,诺伊布拉		01	082	08235	08235047
2866087	Neubukow	neubukow	DE	18231	4276	Europe/Berlin	54.03177	11.67391		Neibukova,Neibūkova,Neubukow,Nojbukov,nwybwkw,xin bu ke,Нойбуков,Нојбуков,نويبوكو,نویبوکو,新布科		12	00	13072	13072074
2866100	Neubrunn	neubrunn	DE	97277	613	Europe/Berlin	50.5	10.46667			16066045	15	00	16066	16066045
2866101	Neubrunn	neubrunn	DE	97277	0	Europe/Berlin	50.03503	10.68786				02	096	09674	09674160
2866102	Neubrunn	neubrunn	DE	97277	2311	Europe/Berlin	49.73088	9.67161		Neubrunn		02	096	09679	09679164
2866135	Neubrandenburg	neubrandenburg	DE	17033	68082	Europe/Berlin	53.56414	13.27532		FNB,Neibrandenburga,Neubrandenbourg,Neubrandenburg,Noibrandenburgas,Nojbrandenburg,Nojbrandenburge,Nuevo Brandeburgo,noibeulandenbuleukeu,noiburandenburuku,nwybrndnbwrg,xin bo lan deng bao,Нойбранденбург,Нойбранденбурге,Нојбранденбург,نویبرندنبورگ,ノイブランデンブルク,新勃兰登堡,노이브란덴부르크	13071	12	00	13071	13071107
2866150	Neubörger	neuborger	DE	26909	1568	Europe/Berlin	52.95815	7.44839			03454037	06	00	03454	03454037
2866576	Neitersen	neitersen	DE	57638	873	Europe/Berlin	50.66852	7.58513		Najtersen,Najterzen,nai te er sen,naytrzn,Найтерзен,Најтерсен,نایترزن,奈特尔森	07132502	08	00	07132	07132502
2866174	Neubiberg	neubiberg	DE	85579	12717	Europe/Berlin	48.0771	11.65812		Neibiberg,Nojbiberg,Noybiberg,nwybybrg,xin bi bei ge,Нойбиберг,Нойбіберг,Нојбиберг,Նոյբիբերգ,نویبیبرگ,新比贝格	09184146	02	091	09184	09184146
2866175	Neubeuern	neubeuern	DE	83115	4234	Europe/Berlin	47.77368	12.14002		Neupeurn,Nojboern,Nojbojern,Noyboyern,nuo yi bo yi ai er en,nwybwyrn,Нойбойерн,Нойбоєрн,Нојбојерн,Նոյբոյերն,نویبویرن,诺伊博伊埃尔恩		02	091	09187	09187154
2866187	Neuberg	neuberg	DE	63543	0	Europe/Berlin	50.48895	12.39485				13	00	14523	14523090
2866188	Neuberg	neuberg	DE	63543	0	Europe/Berlin	48.13885	12.18677				02	091	09183	09183119
2866208	Neuberend	neuberend	DE	24879	1142	Europe/Berlin	54.55	9.53333		Neuberend	01059062	10	00	01059	01059062
2866253	Neu Bartelshagen	neu-bartelshagen	DE	18442	426	Europe/Berlin	54.34365	12.86199		Adlig Bartelshagen,Bartelshagen		12	00	13073	13073060
2866257	Neubarnim	neubarnim	DE	15324	0	Europe/Berlin	52.7025	14.30557				11	00	12064	12064274
2866264	Neu-Bamberg	neu-bamberg	DE	55546	936	Europe/Berlin	49.79859	7.9239		Noj-Bamberg,xin ban bei ge,Ной-Бамберг,Ној-Бамберг,新班贝格	07133069	08	00	07133	07133069
2866280	Neu-Anspach	neu-anspach	DE	61267	15276	Europe/Berlin	50.31667	8.5		Noj-Anspakh,nwy-anshbakh,xin an si pa he,Ной-Анспах,Ној-Анспах,نوي-أنشباخ,نوی-آن‌اشپاخ,新安斯帕赫	06434007	05	064	06434	06434007
2866291	Neualbenreuth	neualbenreuth	DE	95698	1572	Europe/Berlin	49.98037	12.44373				02	093	09377	09377142
2866303	Netzschkau	netzschkau	DE	08491	0	Europe/Berlin	51.37618	11.90353				14	00	15088	15088025
2866304	Netzschkau	netzschkau	DE	08491	4448	Europe/Berlin	50.61411	12.24382		Nechkau,Neckava,Necshkau,Netzschkau,Nečkava,nei ci xi kao,ntsshkaw,Нецшкау,Нечкау,نتسشكاو,نتسشکاو,内茨希考		13	00	14523	14523260
2866306	Netzow	netzow	DE	19339	0	Europe/Berlin	53.15475	13.50048				11	00	12073	12073572
2866307	Netzow	netzow	DE	19339	0	Europe/Berlin	52.92163	12.13852				11	00	12070	12070302
2866325	Netzbach	netzbach	DE	65623	0	Europe/Berlin	50.31667	8.1			07141093	08	00	07141	07141093
2866332	Nettgau	nettgau	DE	38489	338	Europe/Berlin	52.64205	10.90501		Nettgau		14	00	15081	15081225
2866333	Nettetal	nettetal	DE	41334	42417	Europe/Berlin	51.31667	6.28333		Netetal,Nettetal,Nettetal',nei te ta er,nttal,ntytal,Нететал,Неттеталь,نتتال,نتيتال,内特塔尔	05166016	07	051	05166	05166016
2866336	Nettersheim	nettersheim	DE	53947	7901	Europe/Berlin	50.49372	6.62896		Neterskhajm,Netterskhajm,nei te er si hai mu,Нетерсхајм,Неттерсхайм,内特尔斯海姆	05366032	07	053	05366	05366032
2866345	Nettelsee	nettelsee	DE	24250	394	Europe/Berlin	54.17636	10.19263		Nettelsee	01057054	10	00	01057	01057054
2866375	Netphen	netphen	DE	57250	25163	Europe/Berlin	50.91667	8.1		Netfen,Netphen,Netpkhen,nei te fen,ntfn,Нетпхен,Нетфен,نتفن,内特芬		07	059	05970	05970032
2866416	Nesselwang	nesselwang	DE	87484	3498	Europe/Berlin	47.62342	10.50243		Neselvang,Nessel'vang,Nesselwang,nei sai er wang,nesseruvu~angu,Неселванг,Нессельванг,Նեսելվանգ,ネッセルヴァング,内塞尔旺		02	097	09777	09777153
2866466	Neschwitz	neschwitz	DE	02699	2653	Europe/Berlin	51.27056	14.329		Neschwitz/Njeswacidlo,Neschwitz/Njeswačidło,Neshvic,Njeswacidlo,Njeswačidło,nei shi wei ci,Нешвиц,Нешвіц,内施维茨	14625360	13	00	14625	14625360
2866472	Nerzweiler	nerzweiler	DE	67749	134	Europe/Berlin	49.60451	7.55436		Nercvajler,nei er ci wei lei,Нерцвайлер,Нерцвајлер,内尔茨韦勒	07336065	08	00	07336	07336065
2866473	Nersingen	nersingen	DE	89278	9177	Europe/Berlin	48.42829	10.12356		Nersingen,Nerzingen,nei er xin gen,Нерзинген,Нерзінген,Нерсинген,Ներզինգեն,内尔辛根	09775134	02	097	09775	09775134
2866477	Neroth	neroth	DE	54570	973	Europe/Berlin	50.19602	6.74689		Nerot,nei luo te,Нерот,内罗特	07233050	08	00	07233	07233050
2866482	Neritz	neritz	DE	23843	346	Europe/Berlin	53.78333	10.28333			01062050	10	00	01062	01062050
2866483	Neritz	neritz	DE	23843	0	Europe/Berlin	52.94245	11.12832				06	00	03354	03354026
2866486	Neresheim	neresheim	DE	73450	8271	Europe/Berlin	48.75511	10.33041		Neresgajm,Neresheimi vald,Nereskhajm,nei lei si hai mu,nereshaimi,nrzhaym,nyrshaym,Нересгайм,Нересхайм,Нересхајм,نرزهایم,نيرسهايم,ნერესჰაიმი,内雷斯海姆		01	081	08136	08136045
2866487	Nerenstetten	nerenstetten	DE	89129	356	Europe/Berlin	48.52888	10.0991			08425085	01	084	08425	08425085
2866488	Nerdlen	nerdlen	DE	54552	223	Europe/Berlin	50.23333	6.86667			07233049	08	00	07233	07233049
2866489	Nerdin	nerdin	DE	17391	197	Europe/Berlin	53.8189	13.54803				12	00	13075	13075088
2866492	Nerchau	nerchau	DE	04685	4073	Europe/Berlin	51.27094	12.78912		Nerkhau,Нерхау		13	00	14729	14729160
2866499	Neppermin	neppermin	DE	17429	410	Europe/Berlin	53.93916	14.03761				12	00	13075	13075010
2866511	Nentershausen	nentershausen	DE	36214	3166	Europe/Berlin	51.01667	9.93333		Nentershausen	06632013	05	066	06632	06632013
2866512	Nentershausen	nentershausen	DE	36214	2048	Europe/Berlin	50.41667	7.93333			07143051	08	00	07143	07143051
2866516	Nennslingen	nennslingen	DE	91790	1465	Europe/Berlin	49.04709	11.13052		Nennslingen,Nenslingen,nen si lin gen,Неннслінген,Ненслинген,Նենսլինգեն,嫩斯林根		02	095	09577	09577151
2866523	Nennhausen	nennhausen	DE	14715	2100	Europe/Berlin	52.6	12.5		Nenhauzen,Nenkhauzen,nen hao sen,Ненхаузен,Նենհաուզեն,嫩豪森	12063212	11	00	12063	12063212
2866526	Nenndorf	nenndorf	DE	26556	0	Europe/Berlin	53.59698	7.78718				06	00	03462	03462019
2866527	Nenndorf	nenndorf	DE	26556	0	Europe/Berlin	53.58333	7.43333			03462009	06	00	03462	03462009
2866528	Nenndorf	nenndorf	DE	26556	0	Europe/Berlin	53.38171	9.89127		Nenndorf		06	00	03353	03353029
2866529	Nenndorf	nenndorf	DE	26556	717	Europe/Berlin	53.09041	7.32988				06	00	03454	03454041
2866530	Nenndorf	nenndorf	DE	26556	0	Europe/Berlin	52.82811	8.95174		Nenndorf		06	00	03251	03251049
2866545	Nempitz	nempitz	DE	06231	328	Europe/Berlin	51.29252	12.14667				14	00	15088	15088020
2866561	Nellingen	nellingen	DE	89191	1873	Europe/Berlin	48.54196	9.79053		Nelingen,Nellingen,nei lin gen,nelingeni,Нелинген,Неллинген,Неллінген,Նելինգեն,ნელინგენი,内林根	08425084	01	084	08425	08425084
2866583	Neinstedt	neinstedt	DE	06502	2017	Europe/Berlin	51.7495	11.08721		Neinstedt		14	00	15085	15085330
2866592	Neidlingen	neidlingen	DE	73272	0	Europe/Berlin	49.21655	10.31902		Neidlingen		02	095	09571	09571145
2866593	Neidlingen	neidlingen	DE	73272	1943	Europe/Berlin	48.57865	9.56454		Najdlingen,Naydlingen,nai de lin gen,Найдлинген,Найдлінген,Најдлинген,Նայդլինգեն,奈德林根	08116043	01	081	08116	08116043
2866600	Neidhartshausen	neidhartshausen	DE	36452	321	Europe/Berlin	50.68333	10.13333		Najdkhartskhauzen,nai de ha er ci hao sen,Найдхартсхаузен,Најдхартсхаузен,奈德哈尔茨豪森	16063015	15	00	16063	16063015
2866605	Neidenstein	neidenstein	DE	74933	0	Europe/Berlin	49.95165	11.27054				02	094	09472	09472154
2866606	Neidenstein	neidenstein	DE	74933	1804	Europe/Berlin	49.31667	8.88472		Najdenshtajn,nai deng si tai yin,naidenshutain,Найденштайн,Најденштајн,ナイデンシュタイン,奈登斯泰因	08226058	01	082	08226	08226058
2866608	Neidenfels	neidenfels	DE	67468	979	Europe/Berlin	49.38889	8.04639			07332037	08	00	07332	07332037
2866609	Neidenfels	neidenfels	DE	67468	0	Europe/Berlin	49.1773	10.06335				01	081	08127	08127073
2866611	Neidenbach	neidenbach	DE	54657	917	Europe/Berlin	50.1	6.55			07232087	08	00	07232	07232087
2866622	Neichen	neichen	DE	54552	0	Europe/Berlin	50.65245	7.30111		Neichen		07	053	05382	05382008
2866623	Neichen	neichen	DE	54552	0	Europe/Berlin	51.29112	12.77109				13	00	14729	14729400
2866624	Neichen	neichen	DE	54552	0	Europe/Berlin	50.94767	7.2263				07	053	05378	05378024
2866625	Neichen	neichen	DE	54552	0	Europe/Berlin	50.52922	6.86337				07	053	05366	05366004
2866626	Neichen	neichen	DE	54552	152	Europe/Berlin	50.26667	6.86667			07233048	08	00	07233	07233048
2866631	Nehren	nehren	DE	56820	102	Europe/Berlin	50.08333	7.2			07135069	08	00	07135	07135069
2866632	Nehren	nehren	DE	56820	4159	Europe/Berlin	48.43097	9.0699			08416026	01	084	08416	08416026
2866634	Nehmten	nehmten	DE	24326	297	Europe/Berlin	54.1	10.4		Nehmten	01057053	10	00	01057	01057053
2866637	Nehms	nehms	DE	23813	547	Europe/Berlin	54.01667	10.36667		Nehms	01060060	10	00	01060	01060060
2866640	Nehlitz	nehlitz	DE	06193	406	Europe/Berlin	51.5767	11.95613		Nehlitz		14	00	15088	15088295
2866657	Negernbötel	negernbotel	DE	23795	1032	Europe/Berlin	53.98333	10.25		Negernbotel,Negernbötel	01060059	10	00	01060	01060059
2866663	Negenharrie	negenharrie	DE	24625	360	Europe/Berlin	54.14288	10.07439		Negenharrie	01058109	10	00	01058	01058109
2866664	Negenborn	negenborn	DE	37643	791	Europe/Berlin	52.55405	9.63201		Negenborn		06	00	03241	03241019
2866665	Negenborn	negenborn	DE	37643	0	Europe/Berlin	51.88333	9.56667			03255030	06	00	03255	03255030
2866666	Negenborn	negenborn	DE	37643	0	Europe/Berlin	51.82923	9.92441				06	00	03155	03155013
2866677	Neetzow	neetzow	DE	17391	588	Europe/Berlin	53.88129	13.40762		Necov,Neetzow,Netcov,nei cuo,Нетцов,Нецов,内措		12	00	13075	13075155
2866678	Neetzka	neetzka	DE	17349	288	Europe/Berlin	53.52971	13.50611		Neetzka		12	00	13071	13071105
2866682	Neetze	neetze	DE	21398	0	Europe/Berlin	53.26521	10.62134		Nece,Netce,nei ce,Нетце,Неце,内策	03355026	06	00	03355	03355026
2866705	Neenstetten	neenstetten	DE	89189	809	Europe/Berlin	48.54679	10.01966		Nenshteten,Nenshtetten,nen si te teng,Ненштетен,Ненштеттен,Նենշտեթեն,ნეენშტეტენი,嫩斯特滕	08425083	01	084	08425	08425083
2866710	Neehausen	neehausen	DE	06295	291	Europe/Berlin	51.52426	11.70361		Neehausen		14	00	15087	15087386
2866714	Neef	neef	DE	56858	520	Europe/Berlin	50.1	7.13333			07135068	08	00	07135	07135068
2866717	Nedlitz	nedlitz	DE	39264	0	Europe/Berlin	52.43775	13.03528				11	00	12054	12054000
2866718	Nedlitz	nedlitz	DE	39264	798	Europe/Berlin	52.12804	11.83235		Nedlitz		14	00	15086	15086055
2866719	Nedlitz	nedlitz	DE	39264	0	Europe/Berlin	52.07536	12.23489		Nedlitz		14	00	15082	15082430
2866739	Neddemin	neddemin	DE	17039	331	Europe/Berlin	53.65192	13.27932		Neddemin,Nedemin,nei de ming,Неддемин,Недемин,内德明		12	00	13071	13071104
2866751	Neckarzimmern	neckarzimmern	DE	74865	1629	Europe/Berlin	49.31917	9.13278		Neckarzimmern,Nekarcimern,Nekkarcimmern,nei ka er qi mei er en,nekkatsu~inmerun,Некарцимерн,Неккарциммерн,ネッカーツィンメルン,内卡尔齐梅尔恩	08225067	01	082	08225	08225067
2866753	Neckarwestheim	neckarwestheim	DE	74382	3568	Europe/Berlin	49.04694	9.19		Neckarwestheim,Nekarvestkhajm,Nekkarvestgajm,Nekkarvestkhajm,nei ka er wei si tai mu,nekkavu~esutohaimu,Некарвестхајм,Неккарвестгайм,Неккарвестхайм,ネッカーヴェストハイム,内卡尔韦斯泰姆	08125066	01	081	08125	08125066
2866755	Neckartenzlingen	neckartenzlingen	DE	72654	6308	Europe/Berlin	48.58981	9.23478		Nekartenclingen,Nekkartenclingen,nei ka er teng ci lin gen,Некартенцлинген,Неккартенцлинген,Неккартенцлінген,Նեքարտենցլինգեն,内卡尔滕茨林根	08116042	01	081	08116	08116042
2866757	Neckartailfingen	neckartailfingen	DE	72666	3862	Europe/Berlin	48.61172	9.26371		Nekartajlfingen,Nekkartajl'fingen,nei ka er tai er fen gen,Некартајлфинген,Неккартайльфинген,Неккартайльфінген,Նեքարտայլֆինգեն,内卡尔泰尔芬根	08116041	01	081	08116	08116041
2866758	Neckarsulm	neckarsulm	DE	74172	27413	Europe/Berlin	49.18912	9.22527		Neckarsulm,Nekarsulm,Nekarzulm,Nekkarzul'm,Nekkarzulm,nei ka er su er mu,nekaleujulleum,nekkazurumu,nkazawlm,nykarswlm,Некарзулм,Некарсулм,Неккарзульм,نيكارسولم,نکازاولم,ネッカーズルム,内卡尔苏尔姆,네카르줄름		01	081	08125	08125065
2866759	Neckarsteinach	neckarsteinach	DE	69239	3923	Europe/Berlin	49.40735	8.84342		Neckarsteinach,Neggerschdanisch,Neggerschdånisch,Nekarshtajnakh,Nekkarshtajnakh,nei ka er si tai na,nekkashutainaha,nkaashtaynnakh,nykarshtaynakh,Некарштајнах,Неккарштайнах,نيكارشتايناخ,نکااشتاینناخ,ネッカーシュタイナハ,内卡尔斯泰纳		05	064	06431	06431018
2866773	Neckargerach	neckargerach	DE	69437	2419	Europe/Berlin	49.4	9.06667		Nekargerakh,Nekkargerakh,nei ka er ge la,nekkageraha,Некаргерах,Неккаргерах,ネッカーゲラハ,内卡尔格拉	08225064	01	082	08225	08225064
2866916	Nauheim	nauheim	DE	64569	0	Europe/Berlin	50.05706	7.75657				08	00	07339	07339003
2867341	Musweiler	musweiler	DE	54534	65	Europe/Berlin	50.01019	6.80123			07231091	08	00	07231	07231091
2866774	Neckargemünd	neckargemund	DE	69151	14335	Europe/Berlin	49.38899	8.7959		Neckargemuend,Neckargemund,Neckargemünd,Nekargemind,Nekkargemjund,nei ka er ge ming de,nekkagemyunto,nkagmwnd,nykarghymwnd,Некаргеминд,Неккаргемюнд,نيكارغيموند,نکاگموند,ネッカーゲミュント,内卡尔格明德		01	082	08226	08226056
2866779	Neckarbischofsheim	neckarbischofsheim	DE	74924	4091	Europe/Berlin	49.29625	8.9638		Neckar-bischofshein,Neckarbischofsheim,Nekarbishofskhajm,Nekkarbishofsgajm,Nekkarbishofskhajm,nei ka er bi shao fu si hai mu,nekkabishofusuhaimu,nkarbyshwfzhaym,nykarbyshwfshaym,Некарбишофсхајм,Неккарбишофсхайм,Неккарбішофсгайм,نيكاربيشوفسهايم,نکاربیشوفزهایم,ネッカービショフスハイム,内卡尔比绍夫斯海姆		01	082	08226	08226055
2866793	Nebra	nebra	DE	06642	2690	Europe/Berlin	51.2881	11.57749		Nebra,Nebra-sur-Unstrut,mbra,nei bu la,nybra,Небра,مبرا,نيبرا,内布拉		14	00	15084	15084360
2866814	Nebelin	nebelin	DE	19348	0	Europe/Berlin	53.10893	11.72263				11	00	12070	12070173
2866826	Nebel	nebel	DE	25946	952	Europe/Berlin	54.65085	8.35373			01054085	10	00	01054	01054085
2866827	Nebel	nebel	DE	25946	0	Europe/Berlin	48.12047	11.32491		Nebel		02	091	09179	09179123
2866832	Nazza	nazza	DE	99826	674	Europe/Berlin	51.11469	10.33475		Naca,Nacca,Nazza,na cha,Наца,Нацца,纳察	16063058	15	00	16063	16063058
2866834	Nauwalde	nauwalde	DE	01609	1119	Europe/Berlin	51.41837	13.40974		Nauwalde		13	00	14627	14627050
2866842	Nausnitz	nausnitz	DE	07616	79	Europe/Berlin	50.95	11.73333		Nausnitz	16074061	15	00	16074	16074061
2866843	Nausitz	nausitz	DE	06571	195	Europe/Berlin	51.31667	11.33333		Nausitz	16065087	15	00	16065	16065087
2866851	Nauroth	nauroth	DE	57583	1183	Europe/Berlin	50.69927	7.87543			07132073	08	00	07132	07132073
2866852	Nauroth	nauroth	DE	57583	0	Europe/Berlin	50.14877	7.94694				05	064	06439	06439005
2866855	Naurath	naurath	DE	54426	0	Europe/Berlin	49.88193	6.74876				08	00	07235	07235091
2866856	Naurath	naurath	DE	54426	219	Europe/Berlin	49.75982	6.88259		Naurath		08	00	07235	07235092
2866858	Nauort	nauort	DE	56237	2299	Europe/Berlin	50.46667	7.63333			07143050	08	00	07143	07143050
2866861	Naunhof	naunhof	DE	04683	8753	Europe/Berlin	51.2777	12.58827		Naunhof,Naunhofa,Naunkhof,Neunhof,nawnhwf,nuo yin huo fu,Наунхоф,ناونهوف,诺因霍夫		13	00	14729	14729300
2866862	Naunhof	naunhof	DE	04683	0	Europe/Berlin	51.21688	13.62549				13	00	14627	14627030
2866863	Naunhof	naunhof	DE	04683	0	Europe/Berlin	51.18413	12.98503				13	00	14522	14522310
2866864	Naunheim	naunheim	DE	56753	0	Europe/Berlin	50.5837	8.52268				05	065	06532	06532023
2866865	Naunheim	naunheim	DE	56753	428	Europe/Berlin	50.25	7.31667			07137080	08	00	07137	07137080
2866871	Naundorf	naundorf	DE	04617	0	Europe/Berlin	51.48333	13.78333				11	00	12066	12066176
2866872	Naundorf	naundorf	DE	04617	0	Europe/Berlin	51.924	12.88998				14	00	15091	15091145
2866873	Naundorf	naundorf	DE	04617	0	Europe/Berlin	51.81955	14.09978		Naundorf,Njabozkojce,Njabožkojce		11	00	12066	12066320
2866874	Naundorf	naundorf	DE	04617	0	Europe/Berlin	51.78578	14.61928		Glinsk,Naundorf		11	00	12071	12071076
2866875	Naundorf	naundorf	DE	04617	185	Europe/Berlin	51.75321	12.101		Naundorf,Naundorf vor der Heide		14	00	15082	15082377
2866876	Naundorf	naundorf	DE	04617	0	Europe/Berlin	51.73742	13.44012				11	00	12062	12062134
2866877	Naundorf	naundorf	DE	04617	0	Europe/Berlin	51.7	13				14	00	15091	15091010
2866878	Naundorf	naundorf	DE	04617	0	Europe/Berlin	51.55374	11.73557				14	00	15088	15088319
2866879	Naundorf	naundorf	DE	04617	0	Europe/Berlin	51.48929	12.53969				13	00	14730	14730360
2866880	Naundorf	naundorf	DE	04617	0	Europe/Berlin	51.46667	13.9				11	00	12066	12066296
2866881	Naundorf	naundorf	DE	04617	0	Europe/Berlin	51.46053	12.07771				14	00	15088	15088150
2866882	Naundorf	naundorf	DE	04617	0	Europe/Berlin	51.35748	13.82864				13	00	14627	14627290
2866883	Naundorf	naundorf	DE	04617	0	Europe/Berlin	51.31667	11.9				14	00	15088	15088065
2866884	Naundorf	naundorf	DE	04617	0	Europe/Berlin	51.29528	13.54844				13	00	14627	14627060
2866885	Naundorf	naundorf	DE	04617	2695	Europe/Berlin	51.25718	13.1081			14730210	13	00	14730	14730210
2866886	Naundorf	naundorf	DE	04617	0	Europe/Berlin	51.23183	13.39113				13	00	14627	14627020
2866887	Naundorf	naundorf	DE	04617	0	Europe/Berlin	51.20868	12.79739		Naundorf		13	00	14729	14729160
2866888	Naundorf	naundorf	DE	04617	0	Europe/Berlin	51.17065	12.95646				13	00	14522	14522310
2866889	Naundorf	naundorf	DE	04617	360	Europe/Berlin	51.12372	14.29336		Naundorf,Nowa Wjes		13	00	14625	14625110
2866890	Naundorf	naundorf	DE	04617	0	Europe/Berlin	51.11538	13.60983				13	00	14627	14627210
2866891	Naundorf	naundorf	DE	04617	0	Europe/Berlin	51.11292	12.08943				14	00	15084	15084490
2866892	Naundorf	naundorf	DE	04617	0	Europe/Berlin	51.04306	13.13459				13	00	14522	14522540
2866893	Naundorf	naundorf	DE	04617	0	Europe/Berlin	51.01799	12.9011				13	00	14522	14522120
2866894	Naundorf	naundorf	DE	04617	0	Europe/Berlin	50.97763	12.2668		Naundorf		15	00	16077	16077044
2866895	Naundorf	naundorf	DE	04617	0	Europe/Berlin	50.94869	14.02731				13	00	14628	14628390
2866896	Naundorf	naundorf	DE	04617	0	Europe/Berlin	50.93723	13.4229		Naundorf		13	00	14522	14522035
2866897	Naundorf	naundorf	DE	04617	0	Europe/Berlin	50.892	12.45908				15	00	16077	16077012
2866898	Naundorf	naundorf	DE	04617	0	Europe/Berlin	50.84059	13.65727				13	00	14628	14628060
2866899	Naundorf	naundorf	DE	04617	0	Europe/Berlin	50.79751	12.3868				13	00	14524	14524210
2866900	Naundorf	naundorf	DE	04617	542	Europe/Berlin	50.70959	11.41032		Naundorf		15	00	16073	16073109
2866905	Naumburg	naumburg	DE	06618	5563	Europe/Berlin	51.24816	9.16569		Naumburg,naumuburuku,nawmbwrg,Наумбург,Наўмбург,ناومبورگ,ナウムブルク		05	066	06633	06633018
2866906	Naumburg	naumburg	DE	06618	29722	Europe/Berlin	51.14987	11.80979		Naumberg,Naumborg,Naumbourg,Naumburg,Naumburg an der Saale,Naumburg/Saale,Naumburgo,Stadt Naumburg,nao mu bao,naumbuleukeu,naumuburuku,nawmburgh,nawmbwrg,nawmbwrgh,nwmbwrgh,Наумбург,Наўмбург,ناومبورغ,ناومبورگ,نومبورغ,نَومْبُورْغ,ナウムブルク,瑙姆堡,나움부르크	15084	14	00	15084	15084355
2866915	Nauheim	nauheim	DE	64569	0	Europe/Berlin	50.34469	8.13625				05	065	06533	06533008
2866917	Nauheim	nauheim	DE	64569	0	Europe/Berlin	49.95083	8.46333		Naugajm,Naukhajm,nao hai mu,nauhaimu,Наугайм,Наухайм,Наухајм,ナウハイム,瑙海姆	06433009	05	064	06433	06433009
2866925	Nauendorf	nauendorf	DE	06193	1832	Europe/Berlin	51.60178	11.88525				14	00	15088	15088216
2866926	Nauendorf	nauendorf	DE	06193	0	Europe/Berlin	51.04726	11.54112				15	00	16071	16071001
2866927	Nauendorf	nauendorf	DE	06193	0	Europe/Berlin	50.9131	12.19009				15	00	16076	16076023
2866928	Nauendorf	nauendorf	DE	06193	0	Europe/Berlin	50.89453	11.18108			16071059	15	00	16071	16071059
2866929	Nauendorf	nauendorf	DE	06193	0	Europe/Berlin	50.82445	10.68846				15	00	16067	16067092
2866930	Nauen	nauen	DE	14641	16600	Europe/Berlin	52.60701	12.87374		Nauehn,Nauen,nao en,Науен,Науэн,Նաուեն,瑙恩		11	00	12063	12063208
2866931	Nauen	nauen	DE	14641	0	Europe/Berlin	51.97727	10.23205				06	00	03153	03153009
2866942	Nattheim	nattheim	DE	89564	6468	Europe/Berlin	48.69963	10.24209		Natkhajm,Nattgajm,Nattkhajm,na tai mu,Наттгайм,Наттхайм,Натхајм,纳泰姆	08135026	01	081	08135	08135026
2866955	Nattenheim	nattenheim	DE	54636	489	Europe/Berlin	50.01667	6.51667			07232086	08	00	07232	07232086
2866981	Natendorf	natendorf	DE	29587	869	Europe/Berlin	53.0798	10.47031			03360014	06	00	03360	03360014
2867007	Nassenheide	nassenheide	DE	16515	0	Europe/Berlin	52.81482	13.21457		Nassenheide		11	00	12065	12065198
2867008	Nassenheide	nassenheide	DE	16515	0	Europe/Berlin	52.33891	8.00744		Nasse Heide,Nassenheide		06	00	03459	03459033
2867011	Nassenfels	nassenfels	DE	85128	0	Europe/Berlin	48.79948	11.22586		Nasenfels,Nassenfel's,Nassenfels,Nazenfels,na sen fei er si,nasnfls,Назенфелс,Нассенфельс,Նասենֆելս,ناسنفلس,纳森费尔斯		02	091	09176	09176149
2867035	Nassau	nassau	DE	56377	0	Europe/Berlin	48.88516	12.87314				02	092	09271	09271140
2867036	Nassau	nassau	DE	56377	0	Europe/Berlin	50.76325	13.54216		Nassau,nasau,나사우		13	00	14522	14522170
2867037	Nassau	nassau	DE	56377	5015	Europe/Berlin	50.31453	7.80025		Nassau		08	00	07141	07141091
2867038	Nassau	nassau	DE	56377	0	Europe/Berlin	49.52611	9.89444				01	081	08128	08128126
2867050	Nasingen	nasingen	DE	54673	43	Europe/Berlin	49.96667	6.25			07232085	08	00	07232	07232085
2867066	Narsdorf	narsdorf	DE	04657	1917	Europe/Berlin	51.01667	12.71667		Narsdorf,Narsdorfi vald,na er si duo fu,Нарсдорф,纳尔斯多夫	14729150	13	00	14729	14729150
2867098	Nanzdietschweiler	nanzdietschweiler	DE	66909	1276	Europe/Berlin	49.45	7.45		Nancdichvajler,Nanzdietschweiler,Nanzdiezweiler,nan ci di ci xi wei lei,Нанцдичвайлер,Нанцдичвајлер,楠茨迪茨希韦勒	07336064	08	00	07336	07336064
2867104	Nannhausen	nannhausen	DE	55469	515	Europe/Berlin	49.96667	7.48333			07140100	08	00	07140	07140100
2867112	Nandlstadt	nandlstadt	DE	85405	5044	Europe/Berlin	48.53644	11.8073		Nandelstatt,Nandl'shtadt,Nandlshtat,Nandlstadt,nan de er shi ta te,nandl ashtat,Нандлштат,Нандльштадт,Նանդլշթաթ,ناندل اشتات,楠德尔施塔特		02	091	09178	09178144
2867120	Namborn	namborn	DE	66640	7642	Europe/Berlin	49.52166	7.1407		Namborn,nan bo en,Намборн,楠博恩	10046113	09	00	10046	10046113
2867127	Nalbach	nalbach	DE	66809	9715	Europe/Berlin	49.38333	6.78333		Nal'bakh,Nalbakh,na er ba he,nalbakh,Налбах,Нальбах,نالباخ,纳尔巴赫	10044113	09	00	10044	10044113
2867138	Naila	naila	DE	95119	8441	Europe/Berlin	50.33034	11.70463		Naila,Najla,naira,nayla,Найла,Најла,نایلا,ナイラ		02	094	09475	09475156
2867144	Nahrstedt	nahrstedt	DE	39599	301	Europe/Berlin	52.57834	11.70783		Nahrstedt		14	00	15090	15090535
2867146	Nahrendorf	nahrendorf	DE	21369	1417	Europe/Berlin	53.17389	10.81381		Narendorf,na lun duo fu,Нарендорф,纳伦多夫	03355025	06	00	03355	03355025
2867160	Nahe	nahe	DE	23866	2434	Europe/Berlin	53.8	10.13333		Nahe	01060058	10	00	01060	01060058
2867164	Nagold	nagold	DE	72202	22912	Europe/Berlin	48.5498	8.72366		Nagol'd,Nagold,na ge er de,nagld,Наголд,Нагольд,ناگلد,纳戈尔德		01	082	08235	08235046
2867197	Nagel	nagel	DE	95697	0	Europe/Berlin	50.1887	11.24259				02	094	09476	09476146
2867198	Nagel	nagel	DE	95697	1941	Europe/Berlin	49.98333	11.91667			09479138	02	094	09479	09479138
2867206	Nadrensee	nadrensee	DE	17329	367	Europe/Berlin	53.33178	14.35003		Nadrensee		12	00	13075	13075095
2867229	Nackenheim	nackenheim	DE	55299	5054	Europe/Berlin	49.91528	8.33889		Nakenkhajm,Nakkenkhajm,na ken hai mu,Накенхајм,Наккенхайм,纳肯海姆	07339039	08	00	07339	07339039
2867237	Nack	nack	DE	55234	621	Europe/Berlin	49.74639	8.00278			07331050	08	00	07331	07331050
2867238	Nack	nack	DE	55234	0	Europe/Berlin	47.60682	8.57806				01	083	08337	08337070
2867240	Nachtsheim	nachtsheim	DE	56729	606	Europe/Berlin	50.31667	7.06667		Nakhtskhajm,na ci hai mu,Нахтсхайм,Нахтсхајм,纳茨海姆	07137079	08	00	07137	07137079
2867245	Nachterstedt	nachterstedt	DE	06469	2232	Europe/Berlin	51.80081	11.33489		Nachterstedt		14	00	15089	15089307
2867252	Nachrodt-Wiblingwerde	nachrodt-wiblingwerde	DE	58769	6860	Europe/Berlin	51.31667	7.61667		Nakhrodt-Viblingverde,Narodt-Viblingverde,na he luo te-wei bu ling wei de,Народт-Виблингверде,Нахродт-Виблингверде,纳赫罗特-维布灵韦德	05962044	07	059	05962	05962044
2867262	Nabburg	nabburg	DE	92507	5994	Europe/Berlin	49.45347	12.17996		Nabburg,Naburg,na bao,nabwrg,nabwrgh,Наббург,Набург,نابورغ,نابورگ,纳堡		02	093	09376	09376144
2867274	Mylau	mylau	DE	08499	3041	Europe/Berlin	50.61861	12.26535		Milau,Milava,Mylau,Mīlava,maylw,mi lao,Милау,مایلو,米劳		13	00	14523	14523340
2867279	Muxerath	muxerath	DE	54673	52	Europe/Berlin	49.98333	6.26667			07232084	08	00	07232	07232084
2867286	Mutzschen	mutzschen	DE	04688	2402	Europe/Berlin	51.26159	12.89125		Muchen,Mucshen,mwtsshn,Муцшен,Мучен,موتسشن		13	00	14729	14729160
2867297	Mützenich	mutzenich	DE	54608	132	Europe/Berlin	50.25	6.26667			07232271	08	00	07232	07232271
2867310	Mutterstadt	mutterstadt	DE	67112	12383	Europe/Berlin	49.44139	8.35611		Mutershtat,Muttershtadt,Mutterstadt,mu te er si ta te,Мутерштат,Муттерштадт,穆特尔斯塔特	07338019	08	00	07338	07338019
2867315	Mutterschied	mutterschied	DE	55469	442	Europe/Berlin	49.98333	7.56667			07140099	08	00	07140	07140099
2867335	Mutlangen	mutlangen	DE	73557	6431	Europe/Berlin	48.82588	9.79714		Mutlangen,mu te lan gen,Мутланген,მუტლანგენი,穆特兰根	08136044	01	081	08136	08136044
2867345	Mustin	mustin	DE	19406	540	Europe/Berlin	53.69542	11.97253		Mustin		12	00	13076	13076101
2867346	Mustin	mustin	DE	19406	703	Europe/Berlin	53.68333	10.88333			01053093	10	00	01053	01053093
2867361	Müssen	mussen	DE	21516	956	Europe/Berlin	53.49244	10.56404			01053092	10	00	01053	01053092
2867363	Mussen	mussen	DE	21516	0	Europe/Berlin	50.1709	11.7824				02	094	09475	09475154
2867396	Muschwitz	muschwitz	DE	06679	1176	Europe/Berlin	51.19296	12.12065		Muschwitz		14	00	15084	15084315
2867402	Müschenbach	muschenbach	DE	57629	1057	Europe/Berlin	50.68333	7.78333			07143269	08	00	07143	07143269
2867412	Müsch	musch	DE	53533	0	Europe/Berlin	50.38333	6.83333			07131052	08	00	07131	07131052
2867431	Murrhardt	murrhardt	DE	71540	14331	Europe/Berlin	48.98191	9.57047		Murgardt,Murkhardt,Murkhart,mu la er te,mwhardt,mwrhart,Мургардт,Мурхардт,Мурхарт,مورهارت,موهاردت,穆拉尔特		01	081	08119	08119044
2867436	Murr	murr	DE	71711	6063	Europe/Berlin	48.96207	9.25924			08118054	01	081	08118	08118054
2867445	Murnau am Staffelsee	murnau-am-staffelsee	DE	82418	11958	Europe/Berlin	47.68085	11.20125		Murnau,Murnau am Shtafelze,Murnau am Stafelzey,Murnau-am-Shtaffel'ze,Murnau-am-Shtaffel'zee,mwrnaw am ashtaflzy,si ta fei er hu pan mu er nao,Мурнау ам Штафелзе,Мурнау-ам-Штаффельзе,Мурнау-ам-Штаффельзее,Մուրնաու ամ Շտաֆելզեյ,مورناو ام اشتافلزی,斯塔费尔湖畔穆尔瑙		02	091	09180	09180124
2867452	Mürlenbach	murlenbach	DE	54570	631	Europe/Berlin	50.15	6.6		Mirlenbakh,Mjurlenbakh,mi er lun ba he,Мирленбах,Мюрленбах,米尔伦巴赫	07233227	08	00	07233	07233227
2867467	Murg	murg	DE	79730	6821	Europe/Berlin	47.55492	8.02182			08337076	01	083	08337	08337076
2867471	Murchin	murchin	DE	17390	930	Europe/Berlin	53.9068	13.74155		Murchin,Murkhin,mu er xin,Мурхин,穆尔欣		12	00	13075	13075094
2867520	Münsterhausen	munsterhausen	DE	86505	2067	Europe/Berlin	48.30973	10.455		Minsterkhauzen,Mjunstergauzen,Mjunsterkhauzen,Muensterhausen,Munsterhausen,Münsterhausen,ming si te lao sen,Минстерхаузен,Мюнстергаузен,Мюнстерхаузен,Մյունսթերհաուզեն,明斯特劳森		02	097	09774	09774160
2867527	Münsterdorf	munsterdorf	DE	25587	1924	Europe/Berlin	53.90232	9.54123		Munsterdorf,Münsterdorf	01061072	10	00	01061	01061072
2867536	Münsterappel	munsterappel	DE	67822	535	Europe/Berlin	49.73333	7.88333		Muensterappel,Münsterappel	07333049	08	00	07333	07333049
2867542	Munster	munster	DE	29633	17746	Europe/Berlin	52.98569	10.08756		Mounster,Munste,Munster,mwnstr  nydrzaksn,Μούνστερ,Мунстер,مونستر، نیدرزاکسن		06	00	03358	03358016
2867547	Münster	munster	DE	29633	0	Europe/Berlin	50.01655	9.85556		Munster,Münster		02	096	09677	09677127
2867548	Münster	munster	DE	29633	14018	Europe/Berlin	49.92278	8.86778		Muenster,Münster	06432015	05	064	06432	06432015
2867549	Münster	munster	DE	29633	0	Europe/Berlin	49.44216	10.03748				01	081	08128	08128020
2867550	Münster	munster	DE	29633	0	Europe/Berlin	48.9972	9.78491				01	081	08127	08127025
2867551	Münster	munster	DE	29633	0	Europe/Berlin	48.95274	12.57209		Mjunster,Munster,Münster,Pfaffenmunster,Мюнстер		02	092	09278	09278190
2867552	Münster	munster	DE	29633	0	Europe/Berlin	48.7321	12.05222				02	092	09274	09274176
2867554	Münster	munster	DE	29633	0	Europe/Berlin	48.36342	12.3287				02	092	09274	09274193
2867555	Münster	munster	DE	29633	1078	Europe/Berlin	48.22904	10.63623				02	097	09772	09772178
2867556	Münster	munster	DE	29633	0	Europe/Berlin	47.97142	11.83648				02	091	09175	09175116
2867557	Münster	munster	DE	29633	0	Europe/Berlin	47.85714	7.79324		Munster,Münster		01	083	08315	08315130
2867560	Münsingen	munsingen	DE	72525	14479	Europe/Berlin	48.41126	9.49704		Minsingen,Mjunzingen,Muensingen,Münsingen,mwnzyngn,Минсинген,Мюнзинген,مونزینگن		01	084	08415	08415053
2867561	Münsing	munsing	DE	82541	4047	Europe/Berlin	47.9	11.36667		Minsing,Mjunzing,Muensing,Myunzing,Münsing,ming xin ge,mwnzyng,Минсинг,Мюнзинг,Мюнзінг,Մյունզինգ,مونزینگ,明辛格	09173137	02	091	09173	09173137
2867568	Munningen	munningen	DE	86754	1821	Europe/Berlin	48.91667	10.6			09779188	02	097	09779	09779188
2867571	Münnerstadt	munnerstadt	DE	97702	7987	Europe/Berlin	50.24636	10.20187		Minershtat,Mjunnershtadt,Muennerstadt,Munnerstadt,Münnerstadt,mi nei er si ta te,mwnrashtat,Минерштат,Мюннерштадт,مونراشتات,米内尔斯塔特		02	096	09672	09672135
2867582	Munkbrarup	munkbrarup	DE	24960	1073	Europe/Berlin	54.8	9.56667		Munkbrarup,meng ke bu la lu pu,Мункбраруп,蒙克布拉鲁普	01059145	10	00	01059	01059145
2867583	Münk	munk	DE	56729	272	Europe/Berlin	50.3	7.03333			07137077	08	00	07137	07137077
2867606	Mündersbach	mundersbach	DE	56271	806	Europe/Berlin	50.60639	7.73417			07143268	08	00	07143	07143268
2867608	Munderkingen	munderkingen	DE	89597	5156	Europe/Berlin	48.23568	9.64398		Munderkingen,meng de er jin gen,mwndrkynghn,mwndrkyngn,Мундеркинген,Мундеркінген,Մունդերկինգեն,موندركينغن,موندرکینگن,მუნდერკინგენი,蒙德尔金根		01	084	08425	08425081
2867616	Mundelsheim	mundelsheim	DE	74395	3191	Europe/Berlin	49.00083	9.20778		Mundel'sgajm,Mundel'skhajm,Mundelskhajm,meng de er si hai mu,mwndlshaym,Мунделсхајм,Мундельсгайм,Мундельсхайм,موندلشایم,蒙德尔斯海姆	08118053	01	081	08118	08118053
2867627	Münchweiler an der Alsenz	munchweiler-an-der-alsenz	DE	67728	1264	Europe/Berlin	49.55	7.88333		Minkhvajler na Anlsenci,Mjunkhvajler-na-Al'zence,Munchweiler,Munchweiler Alsenz,Munchweiler an der Alsenz,Münchweiler,Münchweiler Alsenz,Münchweiler an der Alsenz,a er sen ci he pan ming xi wei lei,Минхвајлер на Анлсенци,Мюнхвайлер-на-Альзенце,阿尔森茨河畔明希韦勒	07333048	08	00	07333	07333048
2867628	Münchweiler am Klingbach	munchweiler-am-klingbach	DE	76857	231	Europe/Berlin	49.15	7.96667		Munchweiler,Munchweiler am Klingbach,Münchweiler,Münchweiler am Klingbach	07337054	08	00	07337	07337054
2867631	Münchwald	munchwald	DE	55595	297	Europe/Berlin	49.9	7.68333		Minkhvald,Mjunkhval'd,ming xi wa er de,Минхвалд,Мюнхвальд,明希瓦尔德	07133068	08	00	07133	07133068
2867637	Münchsmünster	munchsmunster	DE	85126	2938	Europe/Berlin	48.76667	11.68333		Minkhsminster,Minsminsta,Mjunksmjunster,Munchsmunster,Münchsmünster,ming xi si ming si te er,mwnshsmwnstr,Минхсминстер,Мюнксмюнстер,Մյունքսմյունսթեր,مونشسمونستر,明希斯明斯特尔	09186139	02	091	09186	09186139
2867713	München	munchen	DE	80331	0	Europe/Berlin	48.69668	13.46314				02	092	09275	09275128
2867726	Münchberg	munchberg	DE	95213	11557	Europe/Berlin	50.18952	11.78823		Minkhberg,Mjunkhberg,Muenchberg,Munchberg,Münchberg,ming xi bei ge,mwnshbrg,mwnshbrgh,myunhiberuku,Минхберг,Мюнхберг,مونشبرغ,مونشبرگ,ミュンヒベルク,明希贝格		02	094	09475	09475154
2867727	Münchberg	munchberg	DE	95213	0	Europe/Berlin	48.19008	12.55941				02	091	09183	09183136
2867748	Mulsum	mulsum	DE	27639	490	Europe/Berlin	53.66667	8.55			03352061	06	00	03352	03352061
2867749	Mulsum	mulsum	DE	27639	0	Europe/Berlin	53.51136	9.30213		Mulsum		06	00	03359	03359031
2867753	Mülsen	mulsen	DE	08132	12489	Europe/Berlin	50.75	12.56667		Milzen,Mjul'zen,Muelsen,Mülsen,mi er sen,Милзен,Мюльзен,米尔森	14524200	13	00	14524	14524200
2867770	Müllheim	mullheim	DE	79379	18097	Europe/Berlin	47.8082	7.63035		Milkhajm,Mjul'khajm,Muellheim,Mulheim,Müllheim,mwlhaym,Милхајм,Мюльхайм,مولهایم		01	083	08315	08315074
2867816	Müllenbach	mullenbach	DE	53520	479	Europe/Berlin	50.31667	6.91667			07131051	08	00	07131	07131051
2867818	Müllenbach	mullenbach	DE	53520	0	Europe/Berlin	48.71321	8.1509				01	082	08216	08216007
2867847	Mulfingen	mulfingen	DE	74673	3874	Europe/Berlin	49.34028	9.80083		Mul'fingen,Mulfingen,mu er fen gen,murufingen,Мулфинген,Мульфинген,Мульфінген,ムルフィンゲン,穆尔芬根	08126056	01	081	08126	08126056
2867848	Mulfingen	mulfingen	DE	74673	0	Europe/Berlin	48.84938	9.88995				01	081	08136	08136024
2867850	Muldenstein	muldenstein	DE	06804	2197	Europe/Berlin	51.67192	12.34548		Muldenstein		14	00	15082	15082241
2867867	Mulbach	mulbach	DE	54636	0	Europe/Berlin	49.97675	6.72469				08	00	07231	07231503
2867868	Mülbach	mulbach	DE	54636	125	Europe/Berlin	49.96878	6.40469		Muhlbach,Mulbach,Mühlbach,Mülbach	07232083	08	00	07232	07232083
2867938	Mühlpfad	muhlpfad	DE	56291	69	Europe/Berlin	50.12092	7.55546			07140098	08	00	07140	07140098
2867952	Mühlingen	muhlingen	DE	78357	0	Europe/Berlin	47.88156	8.1825				01	083	08315	08315068
2867953	Mühlingen	muhlingen	DE	78357	2370	Europe/Berlin	47.91667	9.01667		Milingen,Mjulingen,Muhlingen,Mühlingen,mi he lin gen,Милинген,Мюлинген,Мюлінген,米赫林根	08335057	01	083	08335	08335057
2867982	Mühlheim an der Donau	muhlheim-an-der-donau	DE	78570	0	Europe/Berlin	48.03122	8.88361		Milkhajm na Dunavu,Mjul'khajm-an-der-Donau,Muehlheim an der Donau,Muhlheim,Muhlheim an der Donau,Mühlheim,Mühlheim an der Donau,duo nao he pan mi he er hai mu,mwlhaym an dr danwb,mwlhaym an dr dwnaw,Милхајм на Дунаву,Мюльхайм-ан-дер-Донау,مولهايم أن در دوناو,مولهایم آن در دانوب,多瑙河畔米赫尔海姆		01	083	08327	08327036
2867987	Mühlheim	muhlheim	DE	63165	0	Europe/Berlin	48.86031	10.99216				02	091	09176	09176148
2867999	Mühlhausen	muhlhausen	DE	69242	0	Europe/Berlin	49.96155	10.05158		Muhlhausen,Mühlhausen		02	096	09678	09678193
2868000	Mühlhausen	muhlhausen	DE	69242	0	Europe/Berlin	49.85864	10.0102				02	096	09679	09679130
2868002	Mühlhausen	muhlhausen	DE	69242	1723	Europe/Berlin	49.75443	10.77563		Milkhauzen,Mjul'gauzen,Mjul'khauzen,Muhlhausen,Mühlhausen,myuruhauzen,Милхаузен,Мюльгаузен,Мюльхаузен,ミュールハウゼン		02	095	09572	09572143
2868003	Mühlhausen	muhlhausen	DE	69242	0	Europe/Berlin	49.34414	11.70816				02	093	09371	09371132
2868004	Mühlhausen	muhlhausen	DE	69242	8176	Europe/Berlin	49.24861	8.72667		Milkhauzen,Mjul'gauzen,Mjul'khauzen,Muehlhausen,Mühlhausen,myuruhauzen,Милхаузен,Мюльгаузен,Мюльхаузен,ミュールハウゼン	08226054	01	082	08226	08226054
2868005	Mühlhausen	muhlhausen	DE	69242	0	Europe/Berlin	49.16947	11.44664		Muehlhausen	09373146	02	093	09373	09373146
2868006	Mühlhausen	muhlhausen	DE	69242	0	Europe/Berlin	48.80567	8.82312				01	082	08236	08236062
2868007	Mühlhausen	muhlhausen	DE	69242	0	Europe/Berlin	48.77656	11.79295		Muhlhausen,Mühlhausen		02	092	09273	09273152
2868008	Mühlhausen	muhlhausen	DE	69242	0	Europe/Berlin	48.77757	11.30613				02	091	09161	09161000
2868009	Mühlhausen	muhlhausen	DE	69242	0	Europe/Berlin	48.69137	12.36224				02	092	09279	09279127
2868010	Mühlhausen	muhlhausen	DE	69242	1049	Europe/Berlin	48.57661	9.65733				01	081	08117	08117035
2868011	Mühlhausen	muhlhausen	DE	69242	0	Europe/Berlin	48.4405	10.93484				02	097	09771	09771112
2868012	Mühlhausen	muhlhausen	DE	69242	0	Europe/Berlin	48.18212	9.7029				01	084	08425	08425091
2868013	Mühlhausen	muhlhausen	DE	69242	0	Europe/Berlin	48.05204	8.58303				01	083	08326	08326074
2868014	Mühlhausen	muhlhausen	DE	69242	0	Europe/Berlin	47.96753	9.81706				01	084	08426	08426038
2868015	Mühlhausen	muhlhausen	DE	69242	0	Europe/Berlin	47.80994	8.81328		Muhlhausen,Mühlhausen		01	083	08335	08335097
2868134	Mühlenrade	muhlenrade	DE	21493	215	Europe/Berlin	53.59627	10.48765		Muhlenrade,Mühlenrade	01053091	10	00	01053	01053091
2868368	Mühlenbarbek	muhlenbarbek	DE	25548	355	Europe/Berlin	53.95778	9.66726		Muhlenbarbek,Mühlenbarbek	01061071	10	00	01061	01061071
2868457	Mühlenbach	muhlenbach	DE	77796	1698	Europe/Berlin	48.25	8.11667			08317078	01	083	08317	08317078
2868528	Mühlberg	muhlberg	DE	99869	0	Europe/Berlin	48.9068	12.81828				02	092	09278	09278187
2868529	Mühlberg	muhlberg	DE	99869	0	Europe/Berlin	47.9306	12.75441				02	091	09189	09189162
2868538	Mühlberg	muhlberg	DE	99869	0	Europe/Berlin	50.31659	12.06057				02	094	09475	09475161
2868539	Mühlberg	muhlberg	DE	99869	0	Europe/Berlin	50.11883	11.49953				02	094	09477	09477127
2868540	Mühlberg	muhlberg	DE	99869	0	Europe/Berlin	49.78692	12.03432				02	093	09374	09374149
2868541	Mühlberg	muhlberg	DE	99869	0	Europe/Berlin	49.74145	12.16326				02	093	09374	09374139
2868542	Mühlberg	muhlberg	DE	99869	0	Europe/Berlin	49.2417	11.99173				02	093	09376	09376119
2868543	Mühlberg	muhlberg	DE	99869	0	Europe/Berlin	47.98579	9.98408				01	084	08426	08426100
2868544	Mühlberg	muhlberg	DE	99869	0	Europe/Berlin	47.90972	12.82529				02	091	09189	09189135
2868545	Mühlberg	muhlberg	DE	99869	0	Europe/Berlin	47.78333	11.6				02	091	09173	09173140
2868546	Mühlberg	muhlberg	DE	99869	0	Europe/Berlin	47.58714	10.75768				02	097	09777	09777169
2868781	Mühlau	muhlau	DE	09241	0	Europe/Berlin	47.72893	12.39967				02	091	09189	09189141
2868782	Mühlau	muhlau	DE	09241	2340	Europe/Berlin	50.9	12.76667		Muehlau,Mühlau	14522380	13	00	14522	14522380
2868783	Mühlau	muhlau	DE	09241	0	Europe/Berlin	48.69368	13.11029				02	092	09271	09271153
2868784	Mühlau	muhlau	DE	09241	0	Europe/Berlin	47.78594	11.88416				02	091	09182	09182125
2868785	Mühlau	muhlau	DE	09241	0	Europe/Berlin	47.71153	11.93212				02	091	09182	09182114
2868788	Mühlacker	muhlacker	DE	75417	26375	Europe/Berlin	48.94754	8.83675		Milaker,Mjulakker,Muehlacker,Muhlacker,Myulaker,Mühlacker,mi he la ke er,mwlakr,Милакер,Мюлаккер,Մյուլակեր,مولآكر,مول‌آکر,米赫拉克尔		01	082	08236	08236040
2868807	Muggensturm	muggensturm	DE	76461	6243	Europe/Berlin	48.86667	8.28333		Mugenshturm,Muggenshturm,Muggensturm,mu gen si tu er mu,Муггенстурм,Муггенштурм,Мугенштурм,穆根斯图尔姆	08216033	01	082	08216	08216033
2868851	Mudershausen	mudershausen	DE	65623	491	Europe/Berlin	50.28333	8.03333			07141089	08	00	07141	07141089
2868853	Mudersbach	mudersbach	DE	57555	6358	Europe/Berlin	50.82515	7.94347			07132072	08	00	07132	07132072
2868854	Mudersbach	mudersbach	DE	57555	0	Europe/Berlin	50.68628	8.48972		Mudersbach		05	065	06532	06532013
2868859	Mudenbach	mudenbach	DE	57614	831	Europe/Berlin	50.66667	7.73333			07143267	08	00	07143	07143267
2868860	Müden	muden	DE	56254	0	Europe/Berlin	52.87659	10.11154		Mue'en,Mueden (OErtze),Mü'en,Müden (Örtze)		06	00	03351	03351010
2868861	Müden	muden	DE	56254	5621	Europe/Berlin	52.52771	10.36011		Miden,Mie'en,Mjuden,Mueden,Mueden (Aller),Mutha,Müden,Müden (Aller),mi deng,Миден,Мюден,米登		06	00	03151	03151018
2868867	Mudau	mudau	DE	69427	5094	Europe/Berlin	49.53444	9.20444		Mudau,mu dao,mudau,Мудау,ムーダウ,穆道	08225060	01	082	08225	08225060
2868920	Mückeln	muckeln	DE	54558	222	Europe/Berlin	50.08333	6.91667			07233046	08	00	07233	07233046
2868923	Mücka	mucka	DE	02906	1275	Europe/Berlin	51.31667	14.7		Mika,Mikow,Mjuka,Mucka,Muecka vald,Muecka/Mikow,Mücka,Mücka vald,Mücka/Mikow,Мика,Мюка	14626320	13	00	14626	14626320
2868926	Muchow	muchow	DE	19300	398	Europe/Berlin	53.31402	11.68717		Muchow		12	00	13076	13076100
2868931	Mucheln	mucheln	DE	24238	594	Europe/Berlin	54.25	10.43333			01057052	10	00	01057	01057052
2868936	Much	much	DE	53804	15231	Europe/Berlin	50.90383	7.40306		Much	05382036	07	053	05382	05382036
2868941	Mözen	mozen	DE	23795	461	Europe/Berlin	53.91667	10.25		Mozen,Mözen	01060057	10	00	01060	01060057
2868944	Moxa	moxa	DE	07381	98	Europe/Berlin	50.65	11.63333		Moxa	16075069	15	00	16075	16075069
2868967	Mötzingen	motzingen	DE	71159	3542	Europe/Berlin	48.5332	8.77447		Moetzingen,Mötzingen	08115034	01	081	08115	08115034
2868968	Mötzing	motzing	DE	93099	1447	Europe/Berlin	48.8935	12.37361		Mecing,Metcing,Mjotcing,Moetzing,Mötzing,mo qin ge,mwtsyng,Метцинг,Мецинг,Мётцинг,Մյոթցինգ,موتسینگ,默钦格	09375171	02	093	09375	09375171
2868979	Motzen	motzen	DE	15741	0	Europe/Berlin	53.17752	8.55696		Motzen		06	00	03461	03461001
2868980	Motzen	motzen	DE	15741	0	Europe/Berlin	52.20393	13.58342				11	00	12061	12061332
2868986	Möttingen	mottingen	DE	86753	2558	Europe/Berlin	48.80924	10.59022		Metingen,Mettingen,Mjottingen,Moettingen,Möttingen,mettingen,mo ting gen,Метинген,Меттінген,Мёттинген,Մյոթինգեն,メッティンゲン,默廷根	09779185	02	097	09779	09779185
2868992	Motten	motten	DE	97786	1939	Europe/Berlin	50.39561	9.77251			09672134	02	096	09672	09672134
2869019	Mössingen	mossingen	DE	72116	20010	Europe/Berlin	48.40567	9.05419		Mesingen,Messingen,Mjosingen,Mjossingen,Moessingen,Mössingen,mo xin gen,mwsynghn,mwsyngn,Месинген,Мессінген,Мёссинген,Мёсінген,موسينغن,موسینگن,默辛根		01	084	08416	08416025
2869053	Möser	moser	DE	39291	2637	Europe/Berlin	52.21397	11.79279		Moeser,Möser	15086145	14	00	15086	15086145
2869076	Moselkern	moselkern	DE	56254	705	Europe/Berlin	50.19437	7.37084		Mozel'kern,Mozelkern,mo sai er ke er en,Мозелкерн,Мозелькерн,莫塞尔克尔恩	07135065	08	00	07135	07135065
2869094	Moschheim	moschheim	DE	56424	732	Europe/Berlin	50.4825	7.84167			07143049	08	00	07143	07143049
2869107	Mosbruch	mosbruch	DE	56767	170	Europe/Berlin	50.26667	6.95			07233226	08	00	07233	07233226
2869116	Mosbach	mosbach	DE	74821	0	Europe/Berlin	50.93446	10.3568				15	00	16063	16063092
2869117	Mosbach	mosbach	DE	74821	0	Europe/Berlin	50.44335	9.94795				05	066	06631	06631010
2869118	Mosbach	mosbach	DE	74821	0	Europe/Berlin	49.89208	9.02748				05	064	06432	06432021
2869119	Mosbach	mosbach	DE	74821	0	Europe/Berlin	49.53099	10.64567				02	095	09575	09575145
2869120	Mosbach	mosbach	DE	74821	25106	Europe/Berlin	49.35357	9.15106		Mosbach,Mosbach in Baden,Mosbakh,Mossbach,mo si ba he,mosubahha,msbakh,mwsbakh,Мосбах,مسباخ,موسباخ,モースバッハ,莫斯巴赫	08225	01	082	08225	08225058
2869121	Mosbach	mosbach	DE	74821	0	Europe/Berlin	49.18778	10.97028		Mosbach		02	095	09576	09576147
2869122	Mosbach	mosbach	DE	74821	0	Europe/Berlin	49.1601	10.27244				02	095	09571	09571145
2869123	Mösbach	mosbach	DE	74821	0	Europe/Berlin	48.59688	8.06637				01	083	08317	08317001
2869129	Morxdorf	morxdorf	DE	06918	246	Europe/Berlin	51.90382	12.94082		Morxdorf		14	00	15091	15091145
2869132	Morungen	morungen	DE	06528	193	Europe/Berlin	51.51671	11.23176		Morungen		14	00	15087	15087370
2869146	Morsum	morsum	DE	27321	0	Europe/Berlin	54.86989	8.43939				10	00	01054	01054168
2869147	Morsum	morsum	DE	27321	2912	Europe/Berlin	52.95347	9.07962		Morsum		06	00	03361	03361013
2869150	Mörstadt	morstadt	DE	67591	943	Europe/Berlin	49.66194	8.25472		Moerstadt,Mörstadt	07331047	08	00	07331	07331047
2869152	Morsleben	morsleben	DE	39343	354	Europe/Berlin	52.21897	11.10941		Morsleben		14	00	15083	15083323
2869158	Morshausen	morshausen	DE	56283	368	Europe/Berlin	50.2	7.43333			07140205	08	00	07140	07140205
2869159	Mörsfeld	morsfeld	DE	67808	536	Europe/Berlin	49.75	7.93333			07333046	08	00	07333	07333046
2869169	Mörsdorf	morsdorf	DE	07646	0	Europe/Berlin	49.20177	11.28367		Morsdorf,Mörsdorf		02	093	09373	09373126
2869175	Morschheim	morschheim	DE	67294	756	Europe/Berlin	49.69667	8.02611			07333047	08	00	07333	07333047
2869182	Morscheid	morscheid	DE	54317	891	Europe/Berlin	49.73333	6.75			07235090	08	00	07235	07235090
2869186	Mörschbach	morschbach	DE	55494	350	Europe/Berlin	50.01667	7.61667			07140096	08	00	07140	07140096
2869195	Morsbach	morsbach	DE	51597	0	Europe/Berlin	51.1791	7.1532		Morsbach		07	051	05120	05120000
2869196	Morsbach	morsbach	DE	51597	11630	Europe/Berlin	50.86665	7.72787		Morsbakh,mo er si ba he,Морсбах,莫尔斯巴赫	05374028	07	053	05374	05374028
2869197	Morsbach	morsbach	DE	51597	0	Europe/Berlin	50.5632	6.44641				07	053	05366	05366036
2869199	Morsbach	morsbach	DE	51597	0	Europe/Berlin	49.27583	9.72542		Morsbach		01	081	08126	08126046
2869200	Morsbach	morsbach	DE	51597	0	Europe/Berlin	49.022	11.25137				02	091	09176	09176164
2869205	Mörnsheim	mornsheim	DE	91804	0	Europe/Berlin	48.87013	11.00761		Mernsgajm,Mernskhajm,Mjornskhajm,Myornshaym,mo er en si hai mu,mwrnshaym,Мернсгайм,Мернсхајм,Мёрнсхайм,Մյորնսհայմ,مورنسهایم,默尔恩斯海姆		02	091	09176	09176148
2869221	Mörlenbach	morlenbach	DE	69509	10568	Europe/Berlin	49.59917	8.73472		Merlenbakh,Mjorlenbakh,Moerlenbach,Morlenbach,Mörlenbach,merurenbahha,mo lun ba he,Мерленбах,Мёрленбах,メルレンバッハ,默伦巴赫	06431017	05	064	06431	06431017
2869222	Mörlen	morlen	DE	57583	588	Europe/Berlin	50.69806	7.88444		Moerlen,Mörlen	07143264	08	00	07143	07143264
2869229	Morl	morl	DE	06193	913	Europe/Berlin	51.55274	11.92139		Morl		14	00	15088	15088295
2869238	Moritzheim	moritzheim	DE	56865	177	Europe/Berlin	50.05	7.26667			07135064	08	00	07135	07135064
2869244	Moritzburg	moritzburg	DE	01468	8085	Europe/Berlin	51.15922	13.68021		Eisenberg	14627150	13	00	14627	14627150
2869251	Moritz	moritz	DE	39264	351	Europe/Berlin	51.99597	12.02658		Moritz		14	00	15082	15082430
2869252	Moritz	moritz	DE	39264	0	Europe/Berlin	51.31141	13.34478				13	00	14627	14627360
2869253	Moritz	moritz	DE	39264	0	Europe/Berlin	49.7801	11.31171				02	094	09474	09474129
2869257	Moringen	moringen	DE	37186	7513	Europe/Berlin	51.69915	9.87107		Moringen,mo lin gen,moringen,mryngn,mwrynghn,Моринген,مرینگن,مورينغن,モーリンゲン,莫林根		06	00	03155	03155009
2869277	Morgenitz	morgenitz	DE	17406	245	Europe/Berlin	53.92497	13.97064		Morgenitz		12	00	13075	13075090
2869290	Mörel	morel	DE	24594	267	Europe/Berlin	54.11667	9.73333		Morel,Mörel	01058106	10	00	01058	01058106
2869306	Morbach	morbach	DE	54497	11149	Europe/Berlin	49.80772	7.12714		Morbach	07231502	08	00	07231	07231502
2869307	Morbach	morbach	DE	54497	0	Europe/Berlin	49.57629	7.66751				08	00	07335	07335029
2869308	Morbach	morbach	DE	54497	0	Europe/Berlin	49.52261	10.61975				02	095	09575	09575145
2869309	Morbach	morbach	DE	54497	0	Europe/Berlin	49.03214	9.59407				01	081	08119	08119024
2869325	Moosthenning	moosthenning	DE	84164	4700	Europe/Berlin	48.67659	12.49737		Mostening,Mostenning,mo si te ning ge,mwstnyng,Мостенинг,Мостеннинг,Мостеннінг,Մոսթենինգ,موستنینگ,莫斯特宁格	09279128	02	092	09279	09279128
2869361	Moosinning	moosinning	DE	85452	5166	Europe/Berlin	48.27708	11.84446		Mosining,Mozinning,mo xi ning ge,mwsynyng,Мозиннинг,Мозіннінг,Мосининг,موسینینگ,莫西宁格	09177130	02	091	09177	09177130
2869448	Moosbürg	moosburg	DE	85368	0	Europe/Berlin	49.65741	12.15431				02	093	09363	09363000
2869449	Moosburg	moosburg	DE	85368	17363	Europe/Berlin	48.47089	11.93811		Moosburg,Moosburg an der Isar,Mosburg		02	091	09178	09178143
2869488	Moosbach	moosbach	DE	92709	2598	Europe/Berlin	49.58909	12.41036		Moosbach,Mosbach,Mosbakh,Mosbax,Мосбах,Մոսբախ		02	093	09374	09374137
2869489	Moosbach	moosbach	DE	92709	0	Europe/Berlin	49.39341	11.26252				02	095	09574	09574123
2869490	Moosbach	moosbach	DE	92709	0	Europe/Berlin	49.25968	10.84481				02	095	09571	09571226
2869491	Moosbach	moosbach	DE	92709	0	Europe/Berlin	49.11523	12.78039				02	092	09276	09276135
2869492	Moosbach	moosbach	DE	92709	0	Europe/Berlin	48.58419	11.7701				02	091	09178	09178122
2869493	Moosbach	moosbach	DE	92709	0	Europe/Berlin	47.95397	10.24378				02	097	09778	09778162
2869494	Moosbach	moosbach	DE	92709	0	Europe/Berlin	47.64227	10.36348				02	097	09780	09780140
2869510	Moosach	moosach	DE	85665	0	Europe/Berlin	48.17952	11.51296		Moosach		02	091	09162	09162000
2869511	Moosach	moosach	DE	85665	1333	Europe/Berlin	48.03213	11.8751			09175128	02	091	09175	09175128
2869512	Moos	moos	DE	78345	0	Europe/Berlin	48.85731	12.83594		Moos		02	092	09278	09278149
2869513	Moos	moos	DE	78345	0	Europe/Berlin	48.69622	12.69602				02	092	09279	09279122
2869514	Moos	moos	DE	78345	0	Europe/Berlin	50.40289	11.77546				02	094	09475	09475113
2869515	Moos	moos	DE	78345	0	Europe/Berlin	49.7922	11.76541				02	093	09374	09374155
2869516	Moos	moos	DE	78345	0	Europe/Berlin	49.67487	9.88147				02	096	09679	09679137
2869517	Moos	moos	DE	78345	0	Europe/Berlin	49.43541	11.90691				02	093	09371	09371136
2869518	Moos	moos	DE	78345	0	Europe/Berlin	48.86743	12.81891				02	092	09278	09278159
2869519	Moos	moos	DE	78345	0	Europe/Berlin	48.75149	12.96112			09271135	02	092	09271	09271135
2869520	Moos	moos	DE	78345	0	Europe/Berlin	48.71667	12.76667		Fuchs am Moos,Moos		02	092	09279	09279137
2869521	Moos	moos	DE	78345	0	Europe/Berlin	48.71699	11.03518				02	091	09185	09185125
2869522	Moos	moos	DE	78345	0	Europe/Berlin	48.71834	8.06389		Moos		01	082	08216	08216007
2869523	Moos	moos	DE	78345	0	Europe/Berlin	48.54228	13.16128				02	092	09275	09275117
2869524	Moos	moos	DE	78345	0	Europe/Berlin	48.45084	11.98865				02	091	09178	09178143
2869525	Moos	moos	DE	78345	0	Europe/Berlin	48.45102	11.73074				02	091	09178	09178157
2869526	Moos	moos	DE	78345	0	Europe/Berlin	48.38333	11.83333				02	091	09177	09177116
2869527	Moos	moos	DE	78345	0	Europe/Berlin	48.34939	12.18416				02	091	09177	09177139
2869528	Moos	moos	DE	78345	0	Europe/Berlin	48.22084	12.54309				02	091	09183	09183136
2869529	Moos	moos	DE	78345	0	Europe/Berlin	48.18978	12.39584				02	091	09183	09183148
2869530	Moos	moos	DE	78345	0	Europe/Berlin	48.1658	11.89459				02	091	09175	09175118
2869531	Moos	moos	DE	78345	0	Europe/Berlin	47.98573	12.03424				02	091	09175	09175136
2869532	Moos	moos	DE	78345	0	Europe/Berlin	47.88521	12.2807				02	091	09187	09187128
2869533	Moos	moos	DE	78345	0	Europe/Berlin	47.887	12.11191				02	091	09187	09187142
2869534	Moos	moos	DE	78345	0	Europe/Berlin	47.88751	12.04102				02	091	09187	09187117
2869535	Moos	moos	DE	78345	0	Europe/Berlin	47.85147	9.28327				01	084	08435	08435020
2869536	Moos	moos	DE	78345	0	Europe/Berlin	47.84106	10.17977				02	097	09778	09778165
2869537	Moos	moos	DE	78345	0	Europe/Berlin	47.82287	11.98016				02	091	09187	09187129
2869538	Moos	moos	DE	78345	0	Europe/Berlin	47.7967	12.10384				02	091	09187	09187165
2869539	Moos	moos	DE	78345	0	Europe/Berlin	47.78116	10.31268				02	097	09780	09780125
2869540	Moos	moos	DE	78345	0	Europe/Berlin	47.78333	9.78333				01	084	08436	08436078
2869541	Moos	moos	DE	78345	0	Europe/Berlin	47.74017	10.95267				02	091	09190	09190145
2869542	Moos	moos	DE	78345	3195	Europe/Berlin	47.72439	8.93479			08335055	01	083	08335	08335055
2869543	Moos	moos	DE	78345	0	Europe/Berlin	47.7226	10.35597		Moos		02	097	09763	09763000
2869544	Moos	moos	DE	78345	0	Europe/Berlin	47.68333	9.56667				01	084	08435	08435035
2869545	Moos	moos	DE	78345	0	Europe/Berlin	47.64099	10.14827				02	097	09780	09780144
2869546	Moos	moos	DE	78345	0	Europe/Berlin	47.63597	10.30536				02	097	09780	09780143
2869547	Moos	moos	DE	78345	0	Europe/Berlin	47.62914	9.79444				02	097	09776	09776115
2869548	Moos	moos	DE	78345	0	Europe/Berlin	47.61667	9.53333				01	084	08435	08435013
2869549	Moos	moos	DE	78345	0	Europe/Berlin	47.59777	9.92836				02	097	09776	09776129
2869550	Moos	moos	DE	78345	0	Europe/Berlin	47.5736	10.64789				02	097	09777	09777129
2869591	Moorweg	moorweg	DE	26427	0	Europe/Berlin	53.75924	9.07467				06	00	03352	03352056
2869592	Moorweg	moorweg	DE	26427	928	Europe/Berlin	53.63333	7.58333		Morveg,mo er wei ge,Морвег,莫尔韦格	03462008	06	00	03462	03462008
2869626	Moorrege	moorrege	DE	25436	0	Europe/Berlin	53.93333	9.66667				10	00	01061	01061115
2869627	Moorrege	moorrege	DE	25436	3988	Europe/Berlin	53.66667	9.66667		Moorrege,Morege,Morrege,mo lei ge,Мореге,Морреге,莫雷格	01056036	10	00	01056	01056036
2869651	Moorhusen	moorhusen	DE	25554	0	Europe/Berlin	53.95905	9.38348			01061070	10	00	01061	01061070
2869652	Moorhusen	moorhusen	DE	25554	91	Europe/Berlin	53.75657	9.53653				10	00	01061	01061118
2869653	Moorhusen	moorhusen	DE	25554	0	Europe/Berlin	53.52247	7.35863		Moorhusen		06	00	03452	03452023
2869682	Moorenweis	moorenweis	DE	82272	3652	Europe/Berlin	48.15561	11.07851		Morenvajs,Morenvays,mo lun wei si,mwrnways,Моренвайс,Моренвајс,Մորենվայս,مورنوایس,莫伦魏斯	09179138	02	091	09179	09179138
2869687	Moordorf	moordorf	DE	25597	0	Europe/Berlin	54.41725	13.26878				12	00	13073	13073095
2869688	Moordorf	moordorf	DE	25597	24	Europe/Berlin	53.90166	9.61621				10	00	01061	01061058
2869689	Moordorf	moordorf	DE	25597	0	Europe/Berlin	53.47708	7.39552		Moordorf		06	00	03452	03452023
2869690	Moordorf	moordorf	DE	25597	0	Europe/Berlin	53.18462	8.36055				06	00	03461	03461004
2869691	Moordorf	moordorf	DE	25597	0	Europe/Berlin	53.05339	9.59995				06	00	03357	03357051
2869692	Moordorf	moordorf	DE	25597	0	Europe/Berlin	52.47474	9.44394				06	00	03241	03241012
2869693	Moordiek	moordiek	DE	25597	0	Europe/Berlin	53.98333	9.05				10	00	01051	01051119
2869694	Moordiek	moordiek	DE	25597	125	Europe/Berlin	53.91405	9.65344		Moordiek	01061068	10	00	01061	01061068
2869732	Monzingen	monzingen	DE	55569	1823	Europe/Berlin	49.79763	7.59284		Moncingen,meng qin gen,Монцинген,蒙钦根	07133067	08	00	07133	07133067
2869733	Monzernheim	monzernheim	DE	55234	633	Europe/Berlin	49.72139	8.22833			07331049	08	00	07331	07331049
2869734	Monzelfeld	monzelfeld	DE	54472	1301	Europe/Berlin	49.89237	7.07318			07231087	08	00	07231	07231087
2869741	Möntenich	montenich	DE	56754	154	Europe/Berlin	50.22129	7.29921			07135062	08	00	07135	07135062
2869746	Montabaur	montabaur	DE	56410	12345	Europe/Berlin	50.43588	7.8232		Mons Tabor,Montabaur,Montebaur,meng ta bao er,montabaua,montabaueo,mwntabawr,Монтабаур,مونتاباور,モンタバウアー,蒙塔鲍尔,몬타바우어	07143	08	00	07143	07143048
2869749	Monstab	monstab	DE	04617	517	Europe/Berlin	51	12.35		Monshtab,Monstab,meng si ta bu,Монштаб,蒙斯塔布	16077034	15	00	16077	16077034
2869751	Monsheim	monsheim	DE	67590	2624	Europe/Berlin	49.63722	8.21194		Monsheim,Monskhajm,meng si hai mu,Монсхайм,Монсхајм,蒙斯海姆	07331048	08	00	07331	07331048
2869752	Mönsheim	monsheim	DE	67590	2808	Europe/Berlin	48.86667	8.86667		Moensheim,Mönsheim	08236039	01	082	08236	08236039
2869756	Monschau	monschau	DE	52156	12945	Europe/Berlin	50.55462	6.24001		Mondjoye,Monschau,Monshau,Montjoie,meng shao,mnshaw,mwnshaw,Моншау,منشاو,مونشاو,蒙绍		07	053	05334	05334020
2869762	Monreal	monreal	DE	56729	864	Europe/Berlin	50.3	7.16667			07137074	08	00	07137	07137074
2869775	Mönkhagen	monkhagen	DE	23619	633	Europe/Berlin	53.9	10.55		Monkhagen,Mönkhagen	01062048	10	00	01062	01062048
2869783	Mönkeberg	monkeberg	DE	24248	3551	Europe/Berlin	54.35	10.18333		Menkeberg,Mjonkeberg,Moenkeberg,Mönkeberg,men ke bei ge,Менкеберг,Мёнкеберг,门克贝格	01057051	10	00	01057	01057051
2869791	Monheim am Rhein	monheim-am-rhein	DE	40789	43038	Europe/Berlin	51.09162	6.89217		Monheim,Monheim am Rhein		07	051	05158	05158026
2869792	Monheim	monheim	DE	86653	4950	Europe/Berlin	48.84389	10.85834		Mongajm,Monhaym,Monheim,Monkhajm,Monnheim,meng hai mu,mnhaym,monhaimu,mwnhaym,Монгайм,Монхайм,Монхајм,Մոնհայմ,منهایم,مونهايم,مونہايیم,モンハイム,蒙海姆		02	097	09779	09779186
2869823	Mönchsroth	monchsroth	DE	91614	1566	Europe/Berlin	49.01851	10.35856		Menkhsrot,Menksrot,Mjonksrot,Moenchsroth,Myonksrot,Mönchsroth,men xi si luo te,menhisuroto,Менксрот,Менхсрот,Мёнксрот,Մյոնկսրոտ,メンヒスロート,门希斯罗特	09571179	02	095	09571	09571179
2869847	Mönchsdeggingen	monchsdeggingen	DE	86751	1497	Europe/Berlin	48.77605	10.58043		Deggingen,Menkhsdegingen,Menksdeggingen,Mjonksdeggingen,Moenchsdeggingen,Monchsdeggingen,Mönchsdeggingen,men xi si de jin gen,menhisudeggingen,Менксдеггінген,Менхсдегинген,Мёнксдеггинген,Մյոնքսդեգինգեն,メンヒスデッギンゲン,门希斯德金根	09779184	02	097	09779	09779184
2869867	Mönchpfiffel-Nikolausrieth	monchpfiffel-nikolausrieth	DE	06556	411	Europe/Berlin	51.38333	11.36667		Monchpfiffel-Nikolausrieth,Mönchpfiffel-Nikolausrieth	16065046	15	00	16065	16065046
2871549	Metterich	metterich	DE	54634	469	Europe/Berlin	49.98	6.58944			07232081	08	00	07232	07232081
2869908	Mönchberg	monchberg	DE	63933	2530	Europe/Berlin	49.79326	9.26858		Menkhberg,Mjonkhberg,Moenchberg,Monchberg,Myonxberg,Mönchberg,men xi bei ge,menhiberuku,Менхберг,Мёнхберг,Մյոնխբերգ,メンヒベルク,门希贝格		02	096	09676	09676141
2869909	Mönchberg	monchberg	DE	63933	0	Europe/Berlin	48.58155	8.91575				01	081	08115	08115021
2869931	Mommenheim	mommenheim	DE	55278	3053	Europe/Berlin	49.88028	8.265			07339037	08	00	07339	07339037
2869934	Mömlingen	momlingen	DE	63853	5066	Europe/Berlin	49.85972	9.08333		Memlingen,Mjomlingen,Moemlingen,Myomlingen,Mömlingen,memuringen,mo mu lin gen,Мемлинген,Мемлінген,Мёмлинген,Մյոմլինգեն,メムリンゲン,默姆林根	09676140	02	096	09676	09676140
2869936	Mömbris	mombris	DE	63776	12287	Europe/Berlin	50.06921	9.16371		Membris,Mjombris,Moembris,Mombris,Myombris,Mömbris,memuburisu,men bu li si,Мембрис,Мембріс,Мёмбрис,Մյոմբրիս,メムブリス,门布里斯		02	096	09671	09671143
2869944	Molzhain	molzhain	DE	57520	616	Europe/Berlin	50.75	7.85			07132071	08	00	07132	07132071
2869950	Moltzow	moltzow	DE	17194	359	Europe/Berlin	53.63131	12.5733		Moltzow		12	00	13071	13071103
2869961	Mölsheim	molsheim	DE	67591	604	Europe/Berlin	49.64667	8.16944			07331046	08	00	07331	07331046
2869964	Molschleben	molschleben	DE	99869	1162	Europe/Berlin	51	10.78333		Mol'shleben,Molschleben,Molshleben,mo er shi lai ben,Молшлебен,Мольшлебен,莫尔施莱本	16067047	15	00	16067	16067047
2869968	Molsberg	molsberg	DE	56414	0	Europe/Berlin	50.48333	7.98333			07143266	08	00	07143	07143266
2869969	Molsberg	molsberg	DE	56414	0	Europe/Berlin	49.44882	11.49745				02	095	09574	09574128
2869978	Molmerswende	molmerswende	DE	06543	261	Europe/Berlin	51.62535	11.25888		Molmerswende		14	00	15087	15087275
2870015	Mollenstorf	mollenstorf	DE	17217	274	Europe/Berlin	53.50032	13.02224		Mollenstorf		12	00	13071	13071115
2870079	Molfsee	molfsee	DE	24113	4969	Europe/Berlin	54.26667	10.06667		Mol'fze,Molfsee,Molfze,mo er fu sai,Молфзе,Мольфзе,莫尔夫塞	01058107	10	00	01058	01058107
2870094	Molbergen	molbergen	DE	49696	7709	Europe/Berlin	52.85805	7.92548		Mol'bergen,Molbergen,Molbiergen,mo er bei er gen,Молберген,Мольберген,莫尔贝尔根	03453012	06	00	03453	03453012
2870097	Molau	molau	DE	06618	560	Europe/Berlin	51.0578	11.77933		Molau		14	00	15084	15084341
2870110	Moisburg	moisburg	DE	21647	1802	Europe/Berlin	53.4062	9.6988		Gemeen Mesborg,Moisburg,Mojsburg,mo yi si bao,Моисбург,Мойсбург,莫伊斯堡	03353025	06	00	03353	03353025
2870143	Möhrendorf	mohrendorf	DE	91096	4349	Europe/Berlin	49.63333	11		Merendorf,Mjorendorf,Moehrendorf,Mohrendorf,Möhrendorf,merendorufu,mo he lun duo fu,Мерендорф,Мёрендорф,メーレンドルフ,默赫伦多夫	09572142	02	095	09572	09572142
2870164	Möhnsen	mohnsen	DE	21493	516	Europe/Berlin	53.56667	10.45		Mohnsen,Möhnsen	01053089	10	00	01053	01053089
2870178	Mohlsdorf	mohlsdorf	DE	07987	3049	Europe/Berlin	50.66974	12.26519		Mohlsdorf		15	00	16076	16076093
2870193	Möglingen	moglingen	DE	71696	0	Europe/Berlin	49.24618	9.43284				01	081	08126	08126066
2870194	Möglingen	moglingen	DE	71696	10405	Europe/Berlin	48.88741	9.12694		Meglingen,Mjoglingen,Moeglingen,Möglingen,mo ge lin gen,mwglyngn,Меглинген,Меглінген,Мёглинген,موگلینگن,默格林根	08118051	01	081	08118	08118051
2870202	Mögglingen	mogglingen	DE	73563	4085	Europe/Berlin	48.8232	9.9625		Megglingen,Meglingen,Mjogglingen,Moegglingen,Mögglingen,meglingeni,Мегглінген,Меглинген,Мёгглинген,მეგლინგენი	08136043	01	081	08136	08136043
2870212	Mogendorf	mogendorf	DE	56424	1204	Europe/Berlin	50.49444	7.75972		Mogendorf,mo gen duo fu,Могендорф,莫根多夫	07143047	08	00	07143	07143047
2870213	Mögendorf	mogendorf	DE	56424	0	Europe/Berlin	49.26222	12.2948				02	093	09376	09376117
2870221	Moers	moers	DE	47441	107816	Europe/Berlin	51.45342	6.6326		M'ors,Mers,Mersas,Meurs,Mjors,Moers,Mors,Mörs,Mėrsas,ZON,meirs,mo er si,moeleuseu,mwrz,mwyrs,myrs,Мерс,Морс,Мьорс,Мёрс,مئرس,مورز,مويرس,เมิร์ส,默爾斯,뫼르스		07	051	05170	05170024
2870266	Mockrehna	mockrehna	DE	04838	5718	Europe/Berlin	51.50757	12.81418		Mokrena,mo ke lei na,Мокрена,莫克雷纳	14730190	13	00	14730	14730190
2870269	Möckmühl	mockmuhl	DE	74219	8304	Europe/Berlin	49.3249	9.35837		Mekmil,Mekmjul',Mjokmjul',Mockmuhl,Moeckmuehl,Möckmühl,mekkumyuru,mo ke mi he er,mwkmwl,Мекмил,Мекмюль,Мёкмюль,موكمول,موکمول,メックミュール,默克米赫尔		01	081	08125	08125063
2870280	Mockern	mockern	DE	07646	0	Europe/Berlin	50.95287	12.4288				15	00	16077	16077036
2870290	Mochow	mochow	DE	15913	0	Europe/Berlin	51.97799	14.18929				11	00	12061	12061450
2870303	Mochau	mochau	DE	04720	572	Europe/Berlin	51.93103	12.67953		Mochau		14	00	15091	15091375
2870304	Mochau	mochau	DE	04720	2757	Europe/Berlin	51.13333	13.18333			14522080	13	00	14522	14522080
2870311	Mlode	mlode	DE	03205	0	Europe/Berlin	51.77459	13.95579		Mlode,Mloze,Młoźe		11	00	12066	12066052
2870312	Mixdorf	mixdorf	DE	15299	1035	Europe/Berlin	52.2	14.4		Miksdorf,mi ke si duo fu,Миксдорф,Միքսդորֆ,米克斯多夫	12067324	11	00	12067	12067324
2870315	Mitwitz	mitwitz	DE	96268	3076	Europe/Berlin	50.25111	11.20818		Mitvic,Mitwitz,mi te wei ci,mitovu~ittsu,Митвиц,Мітвіц,Միթվից,ミトヴィッツ,米特维茨		02	094	09476	09476154
2870318	Mittweida	mittweida	DE	09648	16619	Europe/Berlin	50.98622	12.97537		Mittweida,Mitvajda,Mitveida,mi te wei da,mytfayda,mytwyda,Митвайда,Митвајда,Мітвайда,ميتفايدا,میتویدا,米特魏达		13	00	14522	14522360
2870319	Mittweida	mittweida	DE	09648	0	Europe/Berlin	50.53604	12.85788		Mittweida		13	00	14521	14521500
2870355	Mitterteich	mitterteich	DE	95666	7252	Europe/Berlin	49.95141	12.24206		Miederdeich,Mitertajkh,Mittertajkh,Mitterteich,mi te er tai xi,mytrtaysh,Митертајх,Миттертайх,Міттертайх,Միթերթայխ,ميترتايش,میترتایش,米特尔泰希		02	093	09377	09377141
2870359	Mitterskirchen	mitterskirchen	DE	84335	2078	Europe/Berlin	48.35	12.73333		Miterskirkhen,Mittaskircha,Mitterskirkhen,mi te er si ji er xing,mytrskyrshn,Митерскирхен,Миттерскирхен,Міттерскірхен,Միթերսկիրխեն,میترسکیرشن,米特尔斯基尔兴	09277134	02	092	09277	09277134
2870549	Mittelstenahe	mittelstenahe	DE	21770	634	Europe/Berlin	53.65	9.03333			03352036	06	00	03352	03352036
2871555	Mettenheim	mettenheim	DE	67582	1551	Europe/Berlin	49.74	8.32583			07331045	08	00	07331	07331045
2870435	Mitterfels	mitterfels	DE	94360	2405	Europe/Berlin	48.97633	12.67848		Middafejs,Milerfels,Miterfels,Mitterfel's,Mitterfels,mi te er fei er si,mytrfls,Митерфелс,Миттерфельс,Міттерфельс,میترفلس,米特尔费尔斯		02	092	09278	09278151
2870480	Mittenwalde	mittenwalde	DE	15749	488	Europe/Berlin	53.18333	13.66667			12073404	11	00	12073	12073404
2870481	Mittenwalde	mittenwalde	DE	15749	8730	Europe/Berlin	52.26007	13.53945		Chudowina,Mitenvalde,Mittenval'de,mytnfaldt,mytnwaldh,Митенвалде,Миттенвальде,Միտենվալդե,ميتنفالدة,میتنوالده		11	00	12061	12061332
2870482	Mittenwald	mittenwald	DE	82481	7996	Europe/Berlin	47.4422	11.26187		Mitenvald,Mittawoid,Mittenval'd,QWD,mi teng wa er de,mitten'vu~aruto,mytnwald,Митенвалд,Миттенвальд,Міттенвальд,Միթենվալդ,מיטנוואלד,میتنوالد,ミッテンヴァルト,米滕瓦尔德		02	091	09180	09180123
2870490	Mittenaar	mittenaar	DE	35756	5020	Europe/Berlin	50.7	8.38333		Mitenar,Mittenaar,Mittenar,mi te na er,Митенар,Миттенар,Міттенаар,米特纳尔	06532017	05	065	06532	06532017
2870534	Mittelstrimmig	mittelstrimmig	DE	56858	432	Europe/Berlin	50.08333	7.28333		Mitelstrimig,Mittel'shtrimmig,Mittelstrimmig,mi te er si te li mi xi,Мителстримиг,Миттельштриммиг,米特尔斯特里米希	07135061	08	00	07135	07135061
2870539	Mittelstetten	mittelstetten	DE	82293	0	Europe/Berlin	49.24799	10.26385				02	095	09571	09571228
2870540	Mittelstetten	mittelstetten	DE	82293	0	Europe/Berlin	48.69955	10.947				02	097	09779	09779201
2870541	Mittelstetten	mittelstetten	DE	82293	1630	Europe/Berlin	48.25	11.1			09179137	02	091	09179	09179137
2870542	Mittelstetten	mittelstetten	DE	82293	0	Europe/Berlin	48.20468	10.76511		Mittelstetten		02	097	09772	09772200
2870543	Mittelstetten	mittelstetten	DE	82293	0	Europe/Berlin	48.00918	10.83017				02	091	09181	09181130
2870565	Mittelsömmern	mittelsommern	DE	99955	246	Europe/Berlin	51.2	10.81667			16064045	15	00	16064	16064045
2870567	Mittelsinn	mittelsinn	DE	97785	940	Europe/Berlin	50.19223	9.61699		Mitelzin,Mittel'zin,Mittel'zinn,Mittelsin,Mittelsinn,Mittlesin,mi te er xin,Мителзин,Миттельзин,Міттельзінн,Միթելզին,米特尔辛	09677159	02	096	09677	09677159
2870612	Mittelreidenbach	mittelreidenbach	DE	55758	826	Europe/Berlin	49.72638	7.4417			07134055	08	00	07134	07134055
2870618	Mittelpöllnitz	mittelpollnitz	DE	07819	311	Europe/Berlin	50.75	11.91667		Mitelpelnic,Mittel'pjol'nic,Mittelpollnitz,Mittelpöllnitz,mi te er po er ni ci,Мителпелниц,Миттельпёльниц,米特尔珀尔尼茨	16075066	15	00	16075	16075066
2870627	Mittelnkirchen	mittelnkirchen	DE	21720	956	Europe/Berlin	53.54225	9.62319			03359032	06	00	03359	03359032
2870628	Mittelneufnach	mittelneufnach	DE	86868	1058	Europe/Berlin	48.17642	10.59754			09772179	02	097	09772	09772179
2870672	Mittelhof	mittelhof	DE	57537	0	Europe/Berlin	54.1863	13.13742		Hildebrandshagen-Mittelhof		12	00	13073	13073090
2870673	Mittelhof	mittelhof	DE	57537	1130	Europe/Berlin	50.77517	7.80466		Mittelhof		08	00	07132	07132011
2870674	Mittelhof	mittelhof	DE	57537	0	Europe/Berlin	54.26994	12.68286				12	00	13073	13073094
2870675	Mittelhof	mittelhof	DE	57537	0	Europe/Berlin	53.61466	12.88208				12	00	13071	13071074
2870676	Mittelhof	mittelhof	DE	57537	0	Europe/Berlin	49.71667	9.56667				01	081	08128	08128131
2870677	Mittelhof	mittelhof	DE	57537	0	Europe/Berlin	48.9702	10.13517				01	081	08136	08136019
2870678	Mittelhof	mittelhof	DE	57537	0	Europe/Berlin	47.61457	8.46				01	083	08337	08337062
2870687	Mittelherwigsdorf	mittelherwigsdorf	DE	02763	4334	Europe/Berlin	50.91667	14.76667		Mitelkhervigsdorf,Mittel'khervigsdorf,Mittelherwigsdorf,Mittelherwigsdorfi vald,mi te er hei er wei ge si duo fu,Мителхервигсдорф,Миттельхервигсдорф,米特尔黑尔维格斯多夫	14626310	13	00	14626	14626310
2870700	Mittelhausen	mittelhausen	DE	06542	614	Europe/Berlin	51.43409	11.46204		Mittelhausen		14	00	15087	15087015
2870701	Mittelhausen	mittelhausen	DE	06542	0	Europe/Berlin	51.04082	11.00576		Mittelhausen		15	00	16051	16051000
2870702	Mittelhausen	mittelhausen	DE	06542	0	Europe/Berlin	50.73333	8.85		Mittelhausen,Mittlerer Dreihausen		05	065	06534	06534008
2870737	Mittelfischbach	mittelfischbach	DE	56370	0	Europe/Berlin	49.04378	9.49562				01	081	08119	08119024
2870743	Mitteleschenbach	mitteleschenbach	DE	91734	1573	Europe/Berlin	49.21186	10.79784		Miteleshenbakh,Mitelsenbax,Mitteleshenbakh,mi te lai shen ba he,mitteruesshenbahha,Мителешенбах,Миттелешенбах,Міттелешенбах,Միտելշենբախ,ミッテルエッシェンバッハ,米特莱申巴赫	09571178	02	095	09571	09571178
2870780	Mittelbrunn	mittelbrunn	DE	66851	731	Europe/Berlin	49.36667	7.55			07335027	08	00	07335	07335027
2870795	Mittelbiberach	mittelbiberach	DE	88441	3818	Europe/Berlin	48.08333	9.75		Mitelbiberakh,Mittel'biberakh,mi te er bi bei la,Мителбиберах,Миттельбиберах,Міттельбіберах,Միթելբիբերախ,მიტელბიბერახი,米特尔比贝拉	08426074	01	084	08426	08426074
2870926	Mistorf	mistorf	DE	18276	741	Europe/Berlin	53.88451	12.14453				12	00	13072	13072071
2870936	Mistelgau	mistelgau	DE	95490	3858	Europe/Berlin	49.9126	11.46586		Mistel'gau,Mistelgau,mi si te er gao,misuterugau,Мистелгау,Мистельгау,Містельгау,Միսթելգաու,ミステルガウ,米斯特尔高	09472167	02	094	09472	09472167
2870941	Mistelbach	mistelbach	DE	95511	0	Europe/Berlin	49.9126	11.51264			09472166	02	094	09472	09472166
2870955	Missen	missen	DE	03205	0	Europe/Berlin	51.7274	14.04983		Missen,Psyne,Pšyne		11	00	12066	12066320
2870956	Missen	missen	DE	03205	0	Europe/Berlin	47.76571	10.02701				01	084	08436	08436055
2870957	Missen	missen	DE	03205	0	Europe/Berlin	47.59567	10.13208				02	097	09780	09780127
2870962	Misselwarden	misselwarden	DE	27639	517	Europe/Berlin	53.67526	8.51646			03352061	06	00	03352	03352061
2870963	Misselberg	misselberg	DE	56377	100	Europe/Berlin	50.30694	7.76944			07141087	08	00	07141	07141087
2870986	Mirow	mirow	DE	17252	3609	Europe/Berlin	53.5051	11.50294		Mirow		12	00	13076	13076005
2870987	Mirow	mirow	DE	17252	0	Europe/Berlin	53.27507	12.81538		Mirov,Mirova,Mīrova,mi luo,myrw,Миров,ميرو,میرو,米罗		12	00	13071	13071099
2870994	Minzow	minzow	DE	17209	277	Europe/Berlin	53.38435	12.50622				12	00	13071	13071088
2871556	Mettenheim	mettenheim	DE	67582	3307	Europe/Berlin	48.26667	12.46667			09183127	02	091	09183	09183127
2870996	Mintraching	mintraching	DE	93098	4668	Europe/Berlin	48.95357	12.24209		Mintrakhing,ming te la xing,myntrakhyng,Минтрахинг,Мінтрахінг,Մինթրախինգ,مینتراخینگ,明特拉兴	09375170	02	093	09375	09375170
2870997	Mintraching	mintraching	DE	93098	0	Europe/Berlin	48.31892	11.68779				02	091	09178	09178145
2871016	Minheim	minheim	DE	54518	521	Europe/Berlin	49.86493	6.93692			07231086	08	00	07231	07231086
2871020	Minfeld	minfeld	DE	76872	1637	Europe/Berlin	49.07167	8.14528		Minfel'd,Minfeld,ming fei er de,Минфелд,Минфельд,明费尔德	07334020	08	00	07334	07334020
2871030	Minderlittgen	minderlittgen	DE	54518	699	Europe/Berlin	50.01667	6.83333			07231085	08	00	07231	07231085
2871039	Minden	minden	DE	32423	82879	Europe/Berlin	52.28953	8.91455		Minden,Minn,min dein,minden,ming deng,mndn,myndn,Минден,Мінден,مندن,میندن,มินเดิน,ミンデン,明登	05770	07	057	05770	05770024
2871040	Minden	minden	DE	32423	135	Europe/Berlin	49.83333	6.46667			07232082	08	00	07232	07232082
2871042	Mindelstetten	mindelstetten	DE	93349	0	Europe/Berlin	48.85	11.65		Mindel'shtetten,Mindelshteten,Mindelsteten,ming de er si te teng,myndlshttn,Минделштетен,Миндельштеттен,Міндельштеттен,Մինդելշտետեն,میندلشتتن,明德尔斯特滕	09176147	02	091	09176	09176147
2871045	Mindelheim	mindelheim	DE	87719	14122	Europe/Berlin	48.04578	10.49222		Mindel'gajm,Mindel'khajm,Mindelhaym,Mindelheim,Mindelhemium,Mindelkhajm,mindelhaimi,ming de er hai mu,myndlhaym,Минделхајм,Миндельхайм,Міндельгайм,Մինդելհայմ,ميندلهايم,میندلهایم,მინდელჰაიმი,明德尔海姆	09778	02	097	09778	09778173
2871065	Milzau	milzau	DE	06246	946	Europe/Berlin	51.37501	11.899		Milzau		14	00	15088	15088025
2871067	Milz	milz	DE	98630	1091	Europe/Berlin	50.3776	10.53757		Milz		15	00	16069	16069062
2871070	Miltzow	miltzow	DE	18519	0	Europe/Berlin	54.19954	13.1945		Miltzow		12	00	13073	13073090
2871071	Groß Miltzow	gross-miltzow	DE	17349	1285	Europe/Berlin	53.53565	13.59354		Gros Milcov,Gros-Mil'cov,Gross Miltzow,Groß Miltzow,Miltzow,da mi er cuo,Грос Милцов,Грос-Мильцов,大米尔措		12	00	13071	13071054
2871077	Miltern	miltern	DE	39590	398	Europe/Berlin	52.55861	11.93321				14	00	15090	15090550
2871079	Miltenberg	miltenberg	DE	63897	9613	Europe/Berlin	49.70452	9.26725		Mil'tenberg,Miltenberg,mi er teng bei ge,mirutenberuku,myltnbrg,myltnbrgh,Милтенберг,Мильтенберг,Мільтенберг,Միլթենբերգ,ميلتنبرغ,میلتنبرگ,ミルテンベルク,米尔滕贝格	09676	02	096	09676	09676139
2871082	Miltach	miltach	DE	93468	2359	Europe/Berlin	49.16196	12.76843		Mil'takh,Miltakh,mi er ta,Милтах,Мильтах,Мільтах,Միլթախ,米尔塔	09372143	02	093	09372	09372143
2871095	Milow	milow	DE	14715	0	Europe/Berlin	53.47467	13.82878				11	00	12073	12073579
2871096	Milow	milow	DE	14715	349	Europe/Berlin	53.19155	11.54144		Milow		12	00	13076	13076097
2871097	Milow	milow	DE	14715	0	Europe/Berlin	52.51946	12.31153		Alt Milow,Milow		11	00	12063	12063189
2871100	Milmersdorf	milmersdorf	DE	17268	1814	Europe/Berlin	53.11185	13.6415		Mil'mersdorf,Milmersdorf,mi er mei er si duo fu,Милмерсдорф,Мильмерсдорф,Мільмерсдорф,Միլմերսդորֆ,米尔梅尔斯多夫	12073396	11	00	12073	12073396
2871101	Milmersdorf	milmersdorf	DE	17268	0	Europe/Berlin	49.30008	10.67411				02	095	09571	09571196
2871130	Mildstedt	mildstedt	DE	25866	3697	Europe/Berlin	54.46667	9.1		Melst,Mil'dshtedt,Mildshtet,Mildsted,Mildstedt,mi er ci te,Милдштет,Мильдштедт,米尔茨特	01054084	10	00	01054	01054084
2871138	Mildenitz	mildenitz	DE	17348	442	Europe/Berlin	53.47261	13.64172		Mildenitz		12	00	13071	13071164
2871140	Mildenberg	mildenberg	DE	16775	0	Europe/Berlin	53.01086	13.28788				11	00	12065	12065356
2871141	Mildenberg	mildenberg	DE	16775	0	Europe/Berlin	48.61463	12.77026				02	092	09279	09279113
2871244	Midlum	midlum	DE	25938	1933	Europe/Berlin	53.73135	8.61695			03352061	06	00	03352	03352061
2871142	Mildenau	mildenau	DE	09456	3749	Europe/Berlin	50.58689	13.07263		Mil'denau,Mildenau,Mildenau vald,mi er de nao,Милденау,Мильденау,米尔德瑙	14521400	13	00	14521	14521400
2871147	Milda	milda	DE	07751	832	Europe/Berlin	50.85592	11.46355			16074057	15	00	16074	16074057
2871166	Mihla	mihla	DE	99826	2353	Europe/Berlin	51.07617	10.33175		Mila,Мила	16063104	15	00	16063	16063104
2871173	Mietingen	mietingen	DE	88487	3986	Europe/Berlin	48.18333	9.9		Mitingen,mi ting gen,Митинген,Мітінген,Միտինգեն,მიტინგენი,米廷根	08426073	01	084	08426	08426073
2871182	Miesterhorst	miesterhorst	DE	39649	786	Europe/Berlin	52.46051	11.14117				14	00	15081	15081135
2871183	Mieste	mieste	DE	39649	2335	Europe/Berlin	52.48226	11.2064				14	00	15081	15081135
2871186	Miesitz	miesitz	DE	07819	303	Europe/Berlin	50.73333	11.83333		Miesitz	16075065	15	00	16075	16075065
2871198	Miesbach	miesbach	DE	83714	11354	Europe/Berlin	47.78903	11.83382		Miaschboch,Misbakh,Misbax,mi si ba,myzbakh,Мисбах,Місбах,Միսբախ,ميزباخ,میزباخ,米斯巴	09182	02	091	09182	09182125
2871212	Miellen	miellen	DE	56132	453	Europe/Berlin	50.33333	7.66667			07141086	08	00	07141	07141086
2871213	Mielkendorf	mielkendorf	DE	24247	1414	Europe/Berlin	54.28333	10.05		Mielkendorf	01058105	10	00	01058	01058105
2871225	Miehlen	miehlen	DE	56357	2070	Europe/Berlin	50.22574	7.83196			07141085	08	00	07141	07141085
2871243	Midlum	midlum	DE	25938	345	Europe/Berlin	54.7151	8.52161			01054083	10	00	01054	01054083
2871245	Midlum	midlum	DE	25938	0	Europe/Berlin	53.28438	7.37266		Midlum		06	00	03457	03457012
2871257	Middelhagen	middelhagen	DE	18586	0	Europe/Berlin	54.33039	13.70493		Middel'khagen,Midelkhagen,mi de er ha gen,Миддельхаген,Миделхаген,米德尔哈根		12	00	13073	13073107
2871258	Middelhagen	middelhagen	DE	18586	0	Europe/Berlin	54.24547	13.17535				12	00	13073	13073090
2871266	Mickhausen	mickhausen	DE	86866	1367	Europe/Berlin	48.24171	10.64026		Mikgauzen,Mikhauzen,Mikkhauzen,mi ke hao sen,Микхаузен,Мікгаузен,Միկհաուզեն,米克豪森	09772178	02	097	09772	09772178
2871279	Michendorf	michendorf	DE	14552	10743	Europe/Berlin	52.31352	13.02996		Mikhendorf,mi xing duo fu,Михендорф,米兴多夫	12069397	11	00	12069	12069397
2871559	Mettendorf	mettendorf	DE	54675	1119	Europe/Berlin	49.94784	6.33003			07232080	08	00	07232	07232080
2871284	Michelstadt	michelstadt	DE	64720	17279	Europe/Berlin	49.67569	9.00373		Michelstadt,Mikhel'shtadt,Mikhel'shtat,Mikhelshhat,Mikhelshtat,mi xie er si ta te,mihyerushutatto,myshlshtat,Михелштат,Михелщат,Михельштадт,Міхельштадт,Міхельштат,מיכלשטאט,ميشلشتات,میشل‌اشتات,ミヒェルシュタット,米歇尔斯塔特		05	064	06437	06437011
2871287	Michelsneukirchen	michelsneukirchen	DE	93185	1806	Europe/Berlin	49.12291	12.55284		Mikhel'snojkirkhen,Mikhelsnojkirkhen,Mixelsnoykirxen,mi xie er si nuo yi ji xing,Михелснојкирхен,Михельснойкирхен,Міхельснойкірхен,Միխելսնոյկիրխեն,米歇尔斯诺伊基兴	09372142	02	093	09372	09372142
2871316	Micheln	micheln	DE	06386	791	Europe/Berlin	51.80885	11.97123		Micheln		14	00	15082	15082256
2871323	Michelfeld	michelfeld	DE	74545	0	Europe/Berlin	49.70505	11.58304				02	093	09371	09371113
2871324	Michelfeld	michelfeld	DE	74545	0	Europe/Berlin	49.69684	10.1778				02	096	09675	09675149
2871325	Michelfeld	michelfeld	DE	74545	0	Europe/Berlin	49.22553	8.78451				01	082	08226	08226102
2871326	Michelfeld	michelfeld	DE	74545	3638	Europe/Berlin	49.0975	9.67861		Michelfeld,Mikhel'fel'd,Mikhelfeld,mi xie er fei er de,mihyeruferuto,Михелфелд,Михельфельд,Міхельфельд,ミヒェルフェルト,米歇尔费尔德	08127059	01	081	08127	08127059
2871327	Michelfeld	michelfeld	DE	74545	0	Europe/Berlin	48.84193	10.29634				01	081	08136	08136010
2871340	Michelbach	michelbach	DE	56288	0	Europe/Berlin	49.23535	10.11678		Michelbach,Michelbach an der Lucke,Michelbach an der Lücke		01	081	08127	08127091
2871435	Meuselwitz	meuselwitz	DE	04610	0	Europe/Berlin	51.17646	14.75623				13	00	14626	14626450
2871436	Meuselwitz	meuselwitz	DE	04610	0	Europe/Berlin	51.13333	12.86667		Bockwitz-Meuselwitz,Meuselwitz		13	00	14729	14729080
2871342	Michelbach an der Bilz	michelbach-an-der-bilz	DE	74544	3401	Europe/Berlin	49.07028	9.7625		Michelbach,Michelbach an der Bilz,Mikhel'bakh-an-der-Bil'c,Mikhel'bakh-na-Bil'ce,Mikhelbakh an der Bilc,mi xie er ba an de er bi er ci,Михелбах ан дер Билц,Михельбах-на-Бильце,Міхельбах-ан-дер-Більц,ミヒェルバッハ・アン・デア・ビルツ,米歇尔巴安德尔比尔茨	08127056	01	081	08127	08127056
2871350	Michelbach	michelbach	DE	56288	0	Europe/Berlin	49.37508	8.96177				01	082	08225	08225002
2871352	Michelbach	michelbach	DE	56288	0	Europe/Berlin	50.84524	8.71362				05	065	06534	06534014
2871353	Michelbach	michelbach	DE	56288	585	Europe/Berlin	50.68329	7.66641		Michelbach		08	00	07132	07132070
2871354	Michelbach	michelbach	DE	56288	0	Europe/Berlin	50.50392	9.15948				05	065	06535	06535016
2871355	Michelbach	michelbach	DE	56288	0	Europe/Berlin	50.37448	8.53312				05	064	06434	06434011
2871356	Michelbach	michelbach	DE	56288	0	Europe/Berlin	50.22817	8.05861				05	064	06439	06439001
2871357	Michelbach	michelbach	DE	56288	0	Europe/Berlin	50.18594	6.66635				08	00	07233	07233026
2871358	Michelbach	michelbach	DE	56288	0	Europe/Berlin	50.10369	9.10474				02	096	09671	09671111
2871359	Michelbach	michelbach	DE	56288	189	Europe/Berlin	50.01667	7.45			07140095	08	00	07140	07140095
2871360	Michelbach	michelbach	DE	56288	0	Europe/Berlin	49.73333	8.85				05	064	06437	06437007
2871361	Michelbach	michelbach	DE	56288	0	Europe/Berlin	49.46642	6.83679		Michelbach		09	00	10044	10044117
2871363	Michelbach	michelbach	DE	56288	0	Europe/Berlin	48.81839	8.35117		Michelbach		01	082	08216	08216015
2871394	Meyn	meyn	DE	24980	611	Europe/Berlin	54.75802	9.22261		Meyn	01059144	10	00	01059	01059144
2871419	Meyenburg	meyenburg	DE	16945	0	Europe/Berlin	53.31334	12.24255		Majenburg,mai en bao,maynbwrgh,mynbwrg,Майенбург,Мајенбург,ماينبورغ,مینبورگ,迈恩堡		11	00	12070	12070280
2871420	Meyenburg	meyenburg	DE	16945	0	Europe/Berlin	53.27184	8.59608		Meyenburg		06	00	03356	03356009
2871421	Meyenburg	meyenburg	DE	16945	2511	Europe/Berlin	53.04524	14.23691				11	00	12073	12073032
2871423	Mewegen	mewegen	DE	17322	340	Europe/Berlin	53.52031	14.24858				12	00	13075	13075119
2871431	Meuspath	meuspath	DE	53520	153	Europe/Berlin	50.35	6.96667			07131050	08	00	07131	07131050
2871437	Meuselwitz	meuselwitz	DE	04610	9625	Europe/Berlin	51.04315	12.29935		Meuselwitz,Mojzel'vic,Mojzelvic,mo yi sai er wei ci,mwyzlfyts,mwyzlwyts,Мойзельвиц,Мојзелвиц,مويزلفيتس,مویزلویتس,莫伊塞尔维茨		15	00	16077	16077032
2871444	Meusebach	meusebach	DE	07646	94	Europe/Berlin	50.81667	11.73333		Meusebach	16074056	15	00	16074	16074056
2871454	Meuro	meuro	DE	06905	627	Europe/Berlin	51.72497	12.69337		Meuro		14	00	15091	15091020
2871455	Meuro	meuro	DE	06905	0	Europe/Berlin	51.54855	13.92898		Meuro		11	00	12066	12066285
2871458	Meura	meura	DE	98744	489	Europe/Berlin	50.58333	11.2		Meura,Mojra,mo yi la,Мойра,Мојра,莫伊拉	16073055	15	00	16073	16073055
2871460	Meudt	meudt	DE	56414	1783	Europe/Berlin	50.49889	7.895			07143263	08	00	07143	07143263
2871484	Metzingen	metzingen	DE	72555	0	Europe/Berlin	53.13004	10.96272				06	00	03354	03354006
2871485	Metzingen	metzingen	DE	72555	0	Europe/Berlin	52.67616	10.37432				06	00	03351	03351008
2871486	Metzingen	metzingen	DE	72555	22112	Europe/Berlin	48.53695	9.2833		Mecingen,Mecingene,Mecyngen,Metcingen,Metsin'nken,mai qin gen,mtsyngn,mtznjn,Μέτσινγκεν,Метцинген,Мецинген,Мецынген,متزنجن,متسینگن,麦琴根		01	084	08415	08415050
2871507	Metzenhausen	metzenhausen	DE	55481	130	Europe/Berlin	49.96667	7.36667			07140094	08	00	07140	07140094
2871516	Metzels	metzels	DE	98639	696	Europe/Berlin	50.64696	10.43457			16066086	15	00	16066	16066086
2871532	Mettweiler	mettweiler	DE	55777	324	Europe/Berlin	49.58333	7.31667			07134054	08	00	07134	07134054
2871535	Mettmann	mettmann	DE	40822	39550	Europe/Berlin	51.2504	6.97536		Metman,Mettman,Mettmann,mei te man,mtman,Метман,Меттман,متمان,梅特曼	05158	07	051	05158	05158024
2871538	Mettlach	mettlach	DE	66693	3279	Europe/Berlin	49.49489	6.58562		Metlakh,Mettlakh,mei te la,mtlakh,Метлах,Меттлах,متلاخ,მეტლახი,梅特拉	10042114	09	00	10042	10042114
2871540	Mettingen	mettingen	DE	49497	12532	Europe/Berlin	52.31667	7.78333		Metingen,Mettingen,mei ting gen,Метинген,Меттинген,Меттінген,梅廷根	05566056	07	055	05566	05566056
2871541	Mettingen	mettingen	DE	49497	0	Europe/Berlin	48.74555	9.27864				01	081	08116	08116019
2871560	Mettendorf	mettendorf	DE	54675	0	Europe/Berlin	49.02992	11.36662		Mettendorf		02	095	09576	09576122
2871571	Metten	metten	DE	94526	0	Europe/Berlin	52.30336	7.84124				07	055	05566	05566092
2871572	Metten	metten	DE	94526	0	Europe/Berlin	48.97608	13.09351				02	092	09276	09276138
2871573	Metten	metten	DE	94526	4335	Europe/Berlin	48.85512	12.91554		Meten,Metten,mei teng,mtn,Метен,Меттен,Մեթեն,متن,梅滕		02	092	09271	09271132
2871589	Metelsdorf	metelsdorf	DE	23972	470	Europe/Berlin	53.85428	11.43335		Metelsdorf		12	00	13074	13074053
2871591	Metelen	metelen	DE	48629	6490	Europe/Berlin	52.14434	7.2127		Metelen,mei te lun,Метелен,梅特伦	05566052	07	055	05566	05566052
2871593	Metebach	metebach	DE	99880	157	Europe/Berlin	50.97024	10.60967		Metebach,Metebakh,Метебах		15	00	16067	16067088
2871596	Mestlin	mestlin	DE	19374	999	Europe/Berlin	53.58038	11.92729		Mestlin,mei si te lin,Местлин,梅斯特林		12	00	13076	13076096
2871601	Meßstetten	messstetten	DE	72469	11132	Europe/Berlin	48.18317	8.96565		Messstetten,Messstettin,Meßstetten,Meßstettin		01	084	08417	08417044
2871609	Meßkirch	messkirch	DE	88605	8736	Europe/Berlin	47.99457	9.11479		Meskirkh,Messkirch,Messkirkh,Meßkirch,mei si ji xi,mesukiruhi,mskyrsh,Мескирх,Месскирх,مسکیرش,メスキルヒ,梅斯基希		01	084	08437	08437078
2871613	Messingen	messingen	DE	49832	1132	Europe/Berlin	52.46667	7.46667			03454036	06	00	03454	03454036
2871621	Messerich	messerich	DE	54636	494	Europe/Berlin	49.93333	6.48333			07232079	08	00	07232	07232079
2871623	Messenkamp	messenkamp	DE	31867	858	Europe/Berlin	52.26002	9.38018			03257024	06	00	03257	03257024
2871636	Messel	messel	DE	64409	3916	Europe/Berlin	49.93833	8.74056		Mesel,Messel',mei sai er,messeru,Месел,Мессель,メッセル,梅塞尔	06432012	05	064	06432	06432012
2871638	Meßdorf	messdorf	DE	39624	723	Europe/Berlin	52.7206	11.55682		Mesdorf,Messdorf,Meßdorf,Месдорф		14	00	15090	15090070
2871639	Meßdorf	messdorf	DE	39624	0	Europe/Berlin	50.72899	7.04451				07	053	05314	05314000
2871648	Mesenich	mesenich	DE	56820	355	Europe/Berlin	50.1	7.2			07135060	08	00	07135	07135060
2871649	Mesenich	mesenich	DE	56820	0	Europe/Berlin	49.72846	6.51268		Mesenich		08	00	07235	07235073
2871651	Mesendorf	mesendorf	DE	16928	0	Europe/Berlin	53.09529	12.13086				11	00	12070	12070316
2871654	Mesekenhagen	mesekenhagen	DE	17498	1043	Europe/Berlin	54.14846	13.31843		Mezekenkhagen,mei sai ken ha gen,Мезекенхаген,梅塞肯哈根		12	00	13075	13075091
2871658	Meseberg	meseberg	DE	39326	0	Europe/Berlin	52.97139	13.103				11	00	12065	12065100
2871659	Meseberg	meseberg	DE	39326	382	Europe/Berlin	52.80583	11.80541		Meseberg		14	00	15090	15090415
2871660	Meseberg	meseberg	DE	39326	462	Europe/Berlin	52.27404	11.53015				14	00	15083	15083390
2871662	Mescherin	mescherin	DE	16307	791	Europe/Berlin	53.24724	14.43003		Meserin,Mesherin,mei she lin,Мешерин,Мешерін,Մեշերին,梅舍林	12073393	11	00	12073	12073393
2871668	Meschede	meschede	DE	59872	32224	Europe/Berlin	51.3502	8.28332		Meschede,Meshede,mei she de,mshdh,myshydh,Мешеде,مشده,ميشيده,梅舍德	05958	07	059	05958	05958032
2871670	Merzweiler	merzweiler	DE	67746	212	Europe/Berlin	49.66667	7.53333		Mercvajler,mei er ci wei lei,Мерцвайлер,Мерцвајлер,梅尔茨韦勒	07336062	08	00	07336	07336062
2871671	Merzkirchen	merzkirchen	DE	54439	613	Europe/Berlin	49.58333	6.48333		Merckirkhen,mei er ci ji er xing,Мерцкирхен,梅尔茨基尔兴	07235154	08	00	07235	07235154
2871675	Merzig	merzig	DE	66663	31118	Europe/Berlin	49.44331	6.63874		Mercig,Mercige,Merzig,Merzig am Saar,mei er qi xi,mertsigi,merutsu~ihi,mrtsyg,mrtsygh,mrzyg,Мерциг,Мерциге,Мерціг,מרציג,مرتسيغ,مرتسیگ,მერციგი,メルツィヒ,梅尔齐希	10042	09	00	10042	10042113
2871678	Merzhausen	merzhausen	DE	79249	0	Europe/Berlin	50.85091	9.22054		Merzhausen		05	066	06634	06634026
2871679	Merzhausen	merzhausen	DE	79249	0	Europe/Berlin	50.31864	8.46628				05	064	06434	06434011
2871680	Merzhausen	merzhausen	DE	79249	4663	Europe/Berlin	47.96667	7.83333		Mercgauzen,Merckhauzen,Merzhausen,mei er ci hao sen,Мерцгаузен,Мерцхаузен,Մերցհաուզեն,梅尔茨豪森	08315073	01	083	08315	08315073
2871683	Merzenich	merzenich	DE	52399	0	Europe/Berlin	50.82681	6.52493		Mercenikh,mei er ce ni xi,Мерцених,Мерценіх,梅尔策尼希	05358040	07	053	05358	05358040
2871684	Merzenich	merzenich	DE	52399	0	Europe/Berlin	50.66749	6.6348				07	053	05366	05366044
2871690	Merzen	merzen	DE	49586	4078	Europe/Berlin	52.48333	7.83333		Mercen,mei er cen,Мерцен,梅尔岑	03459026	06	00	03459	03459026
2871693	Merzdorf	merzdorf	DE	04932	0	Europe/Berlin	51.99967	13.41484		Merzdorf		11	00	12072	12072014
2871694	Merzdorf	merzdorf	DE	04932	0	Europe/Berlin	51.77937	14.38484		Merzdorf,Zylowk,Žylowk		11	00	12052	12052000
2871695	Merzdorf	merzdorf	DE	04932	0	Europe/Berlin	51.4	14.53333		Luco,Łućo		13	00	14626	14626060
2871696	Merzdorf	merzdorf	DE	04932	980	Europe/Berlin	51.4	13.53333			12062336	11	00	12062	12062336
2871697	Merzdorf	merzdorf	DE	04932	0	Europe/Berlin	51.31055	13.25312				13	00	14627	14627230
2871698	Merzdorf	merzdorf	DE	04932	0	Europe/Berlin	50.92087	13.01726				13	00	14522	14522330
2871703	Merzalben	merzalben	DE	66978	1272	Europe/Berlin	49.24467	7.73077		Mercal'ben,Mercalben,Merzalwe,mei er cha er ben,Мерцалбен,Мерцальбен,梅尔察尔本	07340031	08	00	07340	07340031
2871707	Merxheim	merxheim	DE	55627	1514	Europe/Berlin	49.79297	7.5601		Merkskhajm,mei er ke si hai mu,Мерксхайм,Мерксхајм,梅尔克斯海姆	07133066	08	00	07133	07133066
2871713	Mertloch	mertloch	DE	56753	1534	Europe/Berlin	50.26948	7.30814			07137070	08	00	07137	07137070
2871716	Mertingen	mertingen	DE	86690	3748	Europe/Berlin	48.65695	10.80557		Mertingen,mei er ting gen,merutingen,Мертинген,Мертінген,Մերթինգեն,メルティンゲン,梅尔廷根	09779181	02	097	09779	09779181
2871718	Mertesheim	mertesheim	DE	67271	402	Europe/Berlin	49.57167	8.13556			07332036	08	00	07332	07332036
2871719	Mertesdorf	mertesdorf	DE	54318	1658	Europe/Berlin	49.77212	6.7329		Mertesdorf,mei er te si duo fu,Мертесдорф,მერტესდორფი,梅尔特斯多夫	07235085	08	00	07235	07235085
2872005	Memleben	memleben	DE	06642	851	Europe/Berlin	51.26595	11.49221		Memleben,Мемлебен		14	00	15084	15084246
2872019	Melz	melz	DE	17209	420	Europe/Berlin	53.30177	12.61897		Melz		12	00	13071	13071097
2871722	Mertendorf	mertendorf	DE	06618	718	Europe/Berlin	51.11883	11.85837		Mertendorf,Mertendorf (Naumburg),Mertendorf (bei Naumburg),Mirtendorp [a. 1206],mei er teng duo fu,Мертендорф,Мертендорф (Наумбург),梅尔滕多夫	15084335	14	00	15084	15084335
2871723	Mertendorf	mertendorf	DE	06618	166	Europe/Berlin	51	11.78333			16074055	15	00	16074	16074055
2871736	Merseburg	merseburg	DE	06217	34780	Europe/Berlin	51.35478	11.98923		Mersebourg,Merseburg,Merseburga,Merzeburg,Mjezybor,mei ze bao,mrsybwrgh,mrzbwrg,Мерзебург,מרזבורג,مرسيبورغ,梅泽堡	15088	14	00	15088	15088220
2871749	Merschbach	merschbach	DE	54426	52	Europe/Berlin	49.8	7			07231083	08	00	07231	07231083
2871762	Mermuth	mermuth	DE	56283	313	Europe/Berlin	50.16667	7.48333			07140093	08	00	07140	07140093
2871767	Merlscheid	merlscheid	DE	54597	35	Europe/Berlin	50.13333	6.35			07232270	08	00	07232	07232270
2871789	Merklingen	merklingen	DE	89188	0	Europe/Berlin	48.76898	8.85199		Merklingen		01	081	08115	08115050
2871790	Merklingen	merklingen	DE	89188	1871	Europe/Berlin	48.51135	9.75496		Merklingen,mei er ke lin gen,Мерклинген,Мерклінген,Մերկլինգեն,მერკლინგენი,梅尔克林根	08425079	01	084	08425	08425079
2871799	Merkendorf	merkendorf	DE	07950	0	Europe/Berlin	54.11746	10.8477				10	00	01055	01055037
2871800	Merkendorf	merkendorf	DE	07950	336	Europe/Berlin	50.68999	11.97227				15	00	16076	16076087
2871801	Merkendorf	merkendorf	DE	07950	0	Europe/Berlin	50.12052	10.91071				02	094	09473	09473138
2871802	Merkendorf	merkendorf	DE	07950	0	Europe/Berlin	49.95862	10.95646				02	094	09471	09471159
2871803	Merkendorf	merkendorf	DE	07950	2898	Europe/Berlin	49.20361	10.70416		Merkendorf,Merkendorf i Mittelfranken,merukendorufu,mrkndwrf,Меркендорф,مرکندورف,メルケンドルフ		02	095	09571	09571177
2871807	Merkelbach	merkelbach	DE	57629	381	Europe/Berlin	50.64556	7.76972		Merkelbach,Merkelbeck	07143262	08	00	07143	07143262
2871808	Merkelbach	merkelbach	DE	57629	0	Europe/Berlin	49.08333	9.9				01	081	08127	08127089
2871813	Mering	mering	DE	86415	12820	Europe/Berlin	48.2656	10.98461		Mering,Moringen,mei lin,meringu,Меринг,Мерінг,メーリング,梅林		02	097	09771	09771146
2871829	Merenberg	merenberg	DE	35799	3493	Europe/Berlin	50.50707	8.19194		Merenberg,mei lun bei ge,Меренберг,Меренберґ,梅伦贝格		05	065	06533	06533012
2871831	Merdingen	merdingen	DE	79291	2648	Europe/Berlin	48.01667	7.68333		Merdingen,mei er ding gen,Мердинген,Мердінген,Մերդինգեն,梅尔丁根	08315072	01	083	08315	08315072
2871832	Merchweiler	merchweiler	DE	66589	10863	Europe/Berlin	49.35	7.05		Merkhvajler,mei er xi wei lei,Мерхвайлер,Мерхвајлер,梅尔希韦勒	10043113	09	00	10043	10043113
2871835	Merching	merching	DE	86504	3133	Europe/Berlin	48.24594	10.9853		Merkhing,Merxing,mei er xing,meruhingu,Мерхинг,Мерхінг,Մերխինգ,メルヒング,梅尔兴	09771145	02	097	09771	09771145
2871845	Meppen	meppen	DE	49716	34198	Europe/Berlin	52.69064	7.29097		Mepen,Meppen,mbn,mpn,Мепен,Меппен,مبن,مپن	03454	06	00	03454	03454035
2871864	Menzendorf	menzendorf	DE	23923	274	Europe/Berlin	53.84591	11.01126		Menzendorf,Menzendorf-Dorf		12	00	13074	13074052
2871865	Menzendorf	menzendorf	DE	23923	0	Europe/Berlin	53.30101	11.74235				12	00	13076	13076098
2871878	Menz	menz	DE	39175	0	Europe/Berlin	53.10317	13.05036		Menz		11	00	12065	12065310
2871879	Menz	menz	DE	39175	586	Europe/Berlin	52.11856	11.76362		Menz		14	00	15086	15086055
2871884	Menteroda	menteroda	DE	99996	2494	Europe/Berlin	51.30763	10.56323		Menteroda,men te luo da,Ментерода,门特罗达	16064072	15	00	16064	16064072
2871889	Menslage	menslage	DE	49637	2608	Europe/Berlin	52.68333	7.81667		Menslage,men si la ge,Менслаге,门斯拉格	03459025	06	00	03459	03459025
2871915	Menningen	menningen	DE	54310	187	Europe/Berlin	49.83333	6.48333			07232078	08	00	07232	07232078
2871916	Menningen	menningen	DE	54310	0	Europe/Berlin	49.40762	6.66921				09	00	10042	10042113
2871917	Menningen	menningen	DE	54310	0	Europe/Berlin	48.00848	9.16018		Menningen		01	084	08437	08437078
2871950	Mengkofen	mengkofen	DE	84152	5695	Europe/Berlin	48.71894	12.44047		Mengofen,Menkofen,men ke fen,mngkwfn,Менгофен,Менкофен,Մենգոֆեն,منگکوفن,门科芬	09279127	02	092	09279	09279127
2871953	Mengerskirchen	mengerskirchen	DE	35794	6116	Europe/Berlin	50.56392	8.15555		Mengerskirchen,Mengerskirkhen,men ge er si ji xing,Менгерскирхен,Менгерскірхен,门格尔斯基兴		05	065	06533	06533011
2871960	Mengerschied	mengerschied	DE	55490	800	Europe/Berlin	49.91667	7.5			07140092	08	00	07140	07140092
2871964	Mengen	mengen	DE	88512	10205	Europe/Berlin	48.04951	9.33005	561	Mengen,men gen,mngn  alman,Менген,منگن، آلمان,门根		01	084	08437	08437076
2871965	Mengen	mengen	DE	88512	0	Europe/Berlin	47.95809	7.71172				01	083	08315	08315098
2871979	Mendig	mendig	DE	56743	8813	Europe/Berlin	50.36667	7.28333		Mendig,Mending,men di xi,mendihi,mndyg,mndygh,Мендиг,منديغ,مندیگ,メンディヒ,门迪希		08	00	07137	07137069
2871980	Mendhausen	mendhausen	DE	98630	357	Europe/Berlin	50.38219	10.47268		Mendhausen		15	00	16069	16069062
2871982	Menden	menden	DE	58706	0	Europe/Berlin	51.40531	6.90052				07	051	05117	05117000
2871983	Menden	menden	DE	58706	58451	Europe/Berlin	51.44337	7.77825		Menden,Mennen,men deng,mndn,Менден,مندن,门登		07	059	05962	05962040
2871984	Menden	menden	DE	58706	0	Europe/Berlin	50.78977	7.16287		Menden		07	053	05382	05382056
2871990	Memmingerberg	memmingerberg	DE	87766	2579	Europe/Berlin	47.98803	10.22295		Memingerberg,Memmingerberg,mei ming ge bei ge,Мемингерберг,Меммингерберг,Меммінгерберг,Մեմինգերբերգ,梅明格贝格	09778171	02	097	09778	09778171
2871992	Memmingen	memmingen	DE	87700	41135	Europe/Berlin	47.98372	10.18527		FMM,Memingen,Memmingen,mei ming gen,memingen,mmyngn,Меминген,Мемминген,Меммінген,Мемінген,ممینگن,ሜሚንገን,メミンゲン,梅明根		02	097	09764	09764000
2872002	Memmelsdorf	memmelsdorf	DE	96117	0	Europe/Berlin	50.14297	10.85724				02	096	09674	09674210
2872003	Memmelsdorf	memmelsdorf	DE	96117	9001	Europe/Berlin	49.93012	10.95921		Memelsdorf,Memmel'sdorf,mei mo er si duo fu,menmerusudorufu,Мемелсдорф,Меммельсдорф,Մեմելսդորֆ,メンメルスドルフ,梅默尔斯多夫	09471159	02	094	09471	09471159
2872028	Melsungen	melsungen	DE	34212	14004	Europe/Berlin	51.13029	9.55236		Mel'zungen,Melsungen,Melzungen,mei er song gen,meruzungen,mlzwnghn,mlzwngn,Мелзунген,Мельзунген,Մելզունգեն,ملزونغن,ملزونگن,メルズンゲン,梅尔松根		05	066	06634	06634014
2872031	Melsdorf	melsdorf	DE	24109	1775	Europe/Berlin	54.31667	10.03333		Melsdorf	01058104	10	00	01058	01058104
2872033	Melsbach	melsbach	DE	56581	2139	Europe/Berlin	50.48333	7.48333			07138043	08	00	07138	07138043
2872036	Melpers	melpers	DE	98634	106	Europe/Berlin	50.55	10.15			16066095	15	00	16066	16066095
2872047	Mellrichstadt	mellrichstadt	DE	97638	6254	Europe/Berlin	50.42849	10.30334		Mel'rikhshtadt,Mell'rikstadt,Mellrichstadt,Melrikhshtat,mei er li xi si ta te,mlrysh ashtat,Мелльрикстадт,Мелрихштат,Мельрихштадт,Мельріхштадт,Մելրիխշթաթ,ملريش اشتات,ملریش‌اشتات,梅尔里希斯塔特		02	096	09673	09673142
2872052	Mellnitz	mellnitz	DE	06918	0	Europe/Berlin	54.27221	13.31243				12	00	13073	13073065
2872053	Mellnitz	mellnitz	DE	06918	58	Europe/Berlin	51.90402	12.90976				14	00	15091	15091145
2872056	Mellinghausen	mellinghausen	DE	27249	1090	Europe/Berlin	52.70697	8.89704			03251027	06	00	03251	03251027
2872057	Mellingen	mellingen	DE	99441	1234	Europe/Berlin	50.94123	11.3964			16071056	15	00	16071	16071056
2872058	Mellin	mellin	DE	38489	216	Europe/Berlin	52.64919	10.98856		Mellin		14	00	15081	15081045
2872064	Mellenthin	mellenthin	DE	17429	264	Europe/Berlin	53.92253	14.0119		Melentin,Mellenthin,Mellentin,mei lun ting,Мелентин,Меллентин,梅伦廷		12	00	13075	13075090
2872073	Mellenbach-Glasbach	mellenbach-glasbach	DE	98746	1159	Europe/Berlin	50.61667	11.1		Melenbakh-Glasbakh,Mellenbach-Glasbach,Mellenbakh-Glasbakh,mei lun ba-ge la si ba he,Меленбах-Гласбах,Мелленбах-Гласбах,梅伦巴-格拉斯巴赫	16073113	15	00	16073	16073113
2872076	Mellen	mellen	DE	19309	0	Europe/Berlin	53.15315	11.58903				11	00	12070	12070244
2872077	Mellen	mellen	DE	19309	0	Europe/Berlin	51.32802	7.90304		Mellen		07	059	05962	05962008
2872079	Melle	melle	DE	49324	46514	Europe/Berlin	52.20197	8.33826		Mele,Melle,Mellea,mei lei,mlh  alman,mylh,Меле,Мелле,مله، آلمان,ميله,梅勒		06	00	03459	03459024
2872085	Melkof	melkof	DE	19273	337	Europe/Berlin	53.36151	11.02203				12	00	13076	13076142
2872100	Meldorf	meldorf	DE	25704	7719	Europe/Berlin	54.09182	9.0687		Mel'dorf,Meldoerp,Meldorf,Meldörp,mei er duo fu,mldwrf,Мелдорф,Мельдорф,ملدورف,梅尔多夫		10	00	01051	01051074
2872102	Melchow	melchow	DE	16230	1069	Europe/Berlin	52.77613	13.70647		Mel'khov,Melkhov,mei er xiao,Мелхов,Мельхов,Մելչով,梅尔肖	12060161	11	00	12060	12060161
2872117	Melbeck	melbeck	DE	21406	3358	Europe/Berlin	53.18333	10.4			03355024	06	00	03355	03355024
2872126	Meitingen	meitingen	DE	86405	11201	Europe/Berlin	48.54586	10.85179		Majtingen,Meitinga,Meitingen,mai ting gen,Майтинген,Майтінген,Мајтинген,Մայթինգեն,迈廷根		02	097	09772	09772177
2872149	Meißenheim	meissenheim	DE	77974	3636	Europe/Berlin	48.41035	7.77266		Majsengajm,Majsenkhajm,Майсенгайм,Майсенхайм,Мајсенхајм	08317075	01	083	08317	08317075
2872154	Meißen	meissen	DE	01662	0	Europe/Berlin	52.26984	8.95489				07	057	05770	05770024
2872155	Meissen	meissen	DE	01662	28492	Europe/Berlin	51.16158	13.4737		Majsen,Meissen,Meißen,Mejsen,Misen,Misnia,Misno,Miśnia,Mišno,Míšeň,mai sen,maisen,maysn,mayysn,mi sen,myysn,Майсен,Мајсен,Мейсен,מייסן,مائیسن,مايسن,مایسن,ไมเซน,マイセン,迈森,마이센	14627	13	00	14627	14627140
2872173	Meisenheim	meisenheim	DE	55590	2887	Europe/Berlin	49.70721	7.66765		Majzenkhajm,Meisenheim,mai sen hai mu,mayznhaym,Майзенхайм,Мајзенхајм,مايزنهايم,مایزنهایم,迈森海姆		08	00	07133	07133065
2872192	Meisdorf	meisdorf	DE	06463	0	Europe/Berlin	51.70921	11.29375		Meisdorf		14	00	15085	15085110
2872195	Meisburg	meisburg	DE	54570	259	Europe/Berlin	50.11667	6.68333			07233043	08	00	07233	07233043
2872225	Meiningen	meiningen	DE	98617	21580	Europe/Berlin	50.56787	10.41521		Mainin'nken,Mainingia,Majningen,Meiningen,Stadt Meiningen,mai ning gen,mainingen,maynynghn,maynyngn,myynyngn,Μάινινγκεν,Майнинген,Майнінген,Мајнинген,מיינינגן,ماينينغن,ماینینگن,マイニンゲン,迈宁根	16066	15	00	16066	16066042
2872231	Meinheim	meinheim	DE	91802	928	Europe/Berlin	49.03333	10.81667		Majngajm,Majnkhajm,Maynhaym,mai yin hai mu,Майнгайм,Майнхайм,Мајнхајм,Մայնհայմ,迈因海姆	09577150	02	095	09577	09577150
2872235	Meineweh	meineweh	DE	06721	659	Europe/Berlin	51.07659	11.98718		Meineweh		14	00	15084	15084013
2872237	Meinerzhagen	meinerzhagen	DE	58540	21982	Europe/Berlin	51.1074	7.64838		Majnercgagen,Majnerckhagen,Meinerzhagen,mai nei er ci ha gen,maynrtshaghn,Майнерцгаген,Майнерцхаген,Мајнерцхаген,ماينرتسهاغن,ماینرتس‌هاگن,迈内尔茨哈根		07	059	05962	05962036
2872244	Meinersen	meinersen	DE	38536	8322	Europe/Berlin	52.47436	10.35247		Maansse,Maanssen,Maanße,Maanßen,Mansse,Meinersen,Meinsse,Meinße,Mānße	03151017	06	00	03151	03151017
2872255	Meine	meine	DE	38527	0	Europe/Berlin	52.38493	10.53932		Mainum,Majne,mai nei,Майне,Мајне,迈内	03151016	06	00	03151	03151016
2872261	Meinborn	meinborn	DE	56584	466	Europe/Berlin	50.5	7.56667			07138042	08	00	07138	07138042
2872288	Meilendorf	meilendorf	DE	06386	258	Europe/Berlin	51.71994	12.09516		Meilendorf		14	00	15082	15082377
2872305	Meiersberg	meiersberg	DE	17375	479	Europe/Berlin	53.70381	13.94394		Meiersberg,Meiersberg-Schlabrendorf		12	00	13075	13075089
2872306	Meiersberg	meiersberg	DE	17375	0	Europe/Berlin	51.0566	7.27345				07	053	05378	05378012
2872307	Meiersberg	meiersberg	DE	17375	0	Europe/Berlin	49.46731	10.72244				02	095	09573	09573133
2872309	Meiersberg	meiersberg	DE	17375	0	Europe/Berlin	51.28333	6.95				07	051	05158	05158028
2872361	Mehrstetten	mehrstetten	DE	72537	0	Europe/Berlin	48.57681	10.07059		Mehrstetten		01	084	08425	08425013
2872362	Mehrstetten	mehrstetten	DE	72537	1454	Europe/Berlin	48.37609	9.566		Mershteten,Mershtetten,mei er si te teng,Мерштетен,Мерштеттен,梅尔斯特滕,梅爾斯特滕	08415048	01	084	08415	08415048
2872366	Mehrow	mehrow	DE	16356	0	Europe/Berlin	52.57087	13.61549				11	00	12060	12060005
2872371	Mehringen	mehringen	DE	06456	0	Europe/Berlin	51.91667	7.9				07	055	05570	05570024
2872372	Mehringen	mehringen	DE	06456	0	Europe/Berlin	52.82676	9.14776				06	00	03256	03256013
2872373	Mehringen	mehringen	DE	06456	0	Europe/Berlin	52.38142	7.3252				06	00	03454	03454010
2872374	Mehringen	mehringen	DE	06456	1194	Europe/Berlin	51.72663	11.51264		Mehringen		14	00	15089	15089015
2872375	Mehring	mehring	DE	54346	2171	Europe/Berlin	49.8	6.83333			07235083	08	00	07235	07235083
2872376	Mehring	mehring	DE	54346	0	Europe/Berlin	48.4311	12.80062				02	092	09277	09277124
2872377	Mehring	mehring	DE	54346	2242	Europe/Berlin	48.18333	12.78333		Mehring (Oberbayern)	09171124	02	091	09171	09171124
2872378	Mehring	mehring	DE	54346	0	Europe/Berlin	47.86362	12.79717		Mehring,Mehring (Oberbayern)		02	091	09172	09172134
2872388	Mehren	mehren	DE	54552	0	Europe/Berlin	51.15378	13.40576				13	00	14627	14627080
2872389	Mehren	mehren	DE	54552	522	Europe/Berlin	50.68333	7.5		Mehren	07132069	08	00	07132	07132069
2872390	Mehren	mehren	DE	54552	1385	Europe/Berlin	50.18333	6.88333		Meren,mei lun,Мерен,梅倫	07233042	08	00	07233	07233042
2872403	Mehna	mehna	DE	04626	356	Europe/Berlin	50.96667	12.31667		Mehna	16077031	15	00	16077	16077031
2872404	Mehmke	mehmke	DE	29413	310	Europe/Berlin	52.72769	10.95781		Mehmke		14	00	15081	15081105
2872405	Mehmels	mehmels	DE	98634	416	Europe/Berlin	50.63333	10.33333			16066041	15	00	16066	16066041
2872407	Mehltheuer	mehltheuer	DE	08539	0	Europe/Berlin	51.24594	13.28469				13	00	14627	14627070
2872408	Mehltheuer	mehltheuer	DE	08539	0	Europe/Berlin	51.14073	14.47696		Lubjenc,Mehltheuer		13	00	14625	14625190
2872409	Mehltheuer	mehltheuer	DE	08539	1587	Europe/Berlin	50.5453	12.037		Mehltheuer		13	00	14523	14523365
2872417	Mehlmeisel	mehlmeisel	DE	95694	1409	Europe/Berlin	49.97421	11.862		Mel'majzel',Melmajzel,Melmayzel,mei er mai sai er,merumaizeru,Мелмајзел,Мельмайзель,Մելմայզել,メールマイゼル,梅尔迈塞尔	09472164	02	094	09472	09472164
2872428	Mehlingen	mehlingen	DE	67678	3882	Europe/Berlin	49.49136	7.85467		Mehlingen,Melingen,Мелинген	07335026	08	00	07335	07335026
2872447	Mehlbek	mehlbek	DE	25588	466	Europe/Berlin	54.00456	9.43453		Mehlbek	01061067	10	00	01061	01061067
2872449	Mehlbach	mehlbach	DE	67735	1193	Europe/Berlin	49.51667	7.71667			07335025	08	00	07335	07335025
2872463	Meggerdorf	meggerdorf	DE	24799	701	Europe/Berlin	54.35	9.4		Meggerdorf	01059058	10	00	01059	01059058
2872469	Megesheim	megesheim	DE	86750	900	Europe/Berlin	48.93333	10.65			09779180	02	097	09779	09779180
2872470	Meezen	meezen	DE	24594	389	Europe/Berlin	54.05229	9.70887		Meezen	01058103	10	00	01058	01058103
2872475	Meesiger	meesiger	DE	17111	280	Europe/Berlin	53.81466	12.91681		Meesiger		12	00	13071	13071096
2872486	Meersburg	meersburg	DE	88709	5528	Europe/Berlin	47.69419	9.27113		Meersburg,Mersburg,Neersburg,measuburuku,meeoseubuleukeu,meersburgi,mei er si bao,myrzbwrg,Мерсбург,Մեերսբուրգ,میرزبورگ,მეერსბურგი,メーアスブルク,梅尔斯堡,메어스부르크		01	084	08435	08435036
2872500	Meerfeld	meerfeld	DE	54531	355	Europe/Berlin	50.09421	6.75651			07231082	08	00	07231	07231082
2872504	Meerbusch	meerbusch	DE	40667	54826	Europe/Berlin	51.25268	6.68807		Meerbusch,Merbush,ZOK,mei er bu shi,myrbwsh,Мербуш,ميربوش,میربوش,梅尔布施		07	051	05162	05162022
2872512	Meerbeck	meerbeck	DE	31715	2130	Europe/Berlin	52.34174	9.15067			03257023	06	00	03257	03257023
2872513	Meerbeck	meerbeck	DE	31715	0	Europe/Berlin	51.46115	6.65207				07	051	05170	05170024
2872519	Meerane	meerane	DE	08393	17325	Europe/Berlin	50.84688	12.46473		Meerane,Merane,Meranė,Mērane,mei la nei,myranh,Меране,ميرانه,میرانه,梅拉内		13	00	14524	14524190
2872527	Meeder	meeder	DE	96484	4107	Europe/Berlin	50.32118	10.90697			09473144	02	094	09473	09473144
2872529	Medow	medow	DE	17391	420	Europe/Berlin	53.83896	13.53052		Medov,mei duo,Медов,梅多		12	00	13075	13075088
2872530	Medow	medow	DE	17391	0	Europe/Berlin	53.57437	12.07861				12	00	13076	13076048
2872553	Medelby	medelby	DE	24994	878	Europe/Berlin	54.81234	9.17314		Medelby	01059143	10	00	01059	01059143
2872557	Medebach	medebach	DE	59964	8276	Europe/Berlin	51.19713	8.70635		Medebach,Medebakh,mdbakh,mei de ba,mydhbakh,Медебах,مدباخ,ميدهباخ,梅德巴		07	059	05958	05958028
2872558	Meddewade	meddewade	DE	23847	756	Europe/Berlin	53.80958	10.44005		Meddewade	01062046	10	00	01062	01062046
2872559	Meddersheim	meddersheim	DE	55566	1368	Europe/Berlin	49.77636	7.61708		Medderskhajm,Mederskhajm,mei de er si hai mu,Меддерсхайм,Медерсхајм,梅德尔斯海姆	07133064	08	00	07133	07133064
2872562	Medard	medard	DE	67744	526	Europe/Berlin	49.66667	7.61667		Medard,mei da er de,Медард,梅达尔德	07336061	08	00	07336	07336061
2872580	Meckesheim	meckesheim	DE	74909	5409	Europe/Berlin	49.32167	8.81944		Meckesheim,Mekeskhajm,Mekkesgajm,Mekkeskhajm,mei ke si hai mu,mekkesuhaimu,Мекесхајм,Меккесгайм,Меккесхайм,メッケスハイム,梅克斯海姆	08226049	01	082	08226	08226049
2872582	Meckenheim	meckenheim	DE	53340	25515	Europe/Berlin	50.62388	7.02942		Meckem,Meckenheim,Mekenkhajm,Mekkenkhajm,mei ken hai mu,mknhaym,Мекенхајм,Меккенхайм,مکنهایم,梅肯海姆		07	053	05382	05382032
2872583	Meckenheim	meckenheim	DE	53340	3376	Europe/Berlin	49.40444	8.23917		Meckenheim,Meehenheim,Mekkenkhajm,Меккенхайм	07332035	08	00	07332	07332035
2872585	Meckenbeuren	meckenbeuren	DE	88074	13183	Europe/Berlin	47.7	9.56667		Meckenbeuren,Mekenbojren,Mekkenbojren,mei ken bo yi lun,Мекенбојрен,Меккенбойрен,Մեքենբոյրեն,მეკენბოირენი,梅肯博伊伦	08435035	01	084	08435	08435035
2872586	Meckenbach	meckenbach	DE	55606	422	Europe/Berlin	49.78333	7.5			07133063	08	00	07133	07133063
2872587	Meckenbach	meckenbach	DE	55606	0	Europe/Berlin	49.61667	7.1			07134053	08	00	07134	07134053
2872594	Meckel	meckel	DE	54636	373	Europe/Berlin	49.88977	6.51712			07232077	08	00	07232	07232077
2872602	Mechtersen	mechtersen	DE	21358	682	Europe/Berlin	53.28333	10.31667		Mechtsen,Mekhterzen,mei xi te er sen,Мехтерзен,梅希特尔森	03355023	06	00	03355	03355023
2872606	Mechow	mechow	DE	23909	98	Europe/Berlin	53.71667	10.8			01053088	10	00	01053	01053088
2872607	Mechow	mechow	DE	23909	0	Europe/Berlin	53.26942	13.38304				12	00	13071	13071033
2872608	Mechow	mechow	DE	23909	0	Europe/Berlin	52.96332	12.34979				11	00	12068	12068264
2872611	Mechernich	mechernich	DE	53894	27537	Europe/Berlin	50.59304	6.65224		Mechernich,Mekhernikh,mei xie er ni xi,mshrnysh,Мехерних,Мехерніх,مشرنيش,مشرنیش,梅歇尔尼希		07	053	05366	05366028
2872617	Mechelroda	mechelroda	DE	99441	274	Europe/Berlin	50.91126	11.37806			16071055	15	00	16071	16071055
2872621	Mechau	mechau	DE	29416	265	Europe/Berlin	52.8712	11.34888				14	00	15081	15081030
2872625	Mayschoß	mayschoss	DE	53508	971	Europe/Berlin	50.52077	7.01688		Majshos,Mayschoss,Mayschoß,mai shao si,Майшос,Мајшос,迈绍斯	07131049	08	00	07131	07131049
2872649	Mayen	mayen	DE	56727	19414	Europe/Berlin	50.32797	7.22277		Majen,Mayen,mai en,maien,mayn,mayn ,Майен,Майєн,Мајен,ماين,ماین،,マイエン,迈恩		08	00	07137	07137068
2872659	Maxsain	maxsain	DE	56244	1158	Europe/Berlin	50.54316	7.78512			07143046	08	00	07143	07143046
2872670	Maxhütte-Haidhof	maxhutte-haidhof	DE	93142	10674	Europe/Berlin	49.19963	12.09229		Maksgjutte-Gajdgof,Makskhite-Khajdkhof,Makskhjutte-Khajdkhof,Maxhuette-Haidhof,Maxhutte,Maxhutte-Haidhof,Maxhütte,Maxhütte-Haidhof,ma ke si xu te-hai de huo fu,mkshwth-haydhwf,Максгютте-Гайдгоф,Максхите-Хајдхоф,Максхютте-Хайдхоф,مكسهوته-هايدهوف,مکسهوته-هایدهوف,马克斯许特-海德霍夫		02	093	09376	09376141
2872684	Maxdorf	maxdorf	DE	67133	0	Europe/Berlin	52.78036	11.20527		Maxdorf		14	00	15081	15081455
2872685	Maxdorf	maxdorf	DE	67133	0	Europe/Berlin	51.7951	11.93168				14	00	15082	15082256
2872686	Maxdorf	maxdorf	DE	67133	6882	Europe/Berlin	49.48806	8.29167		Maksdorf,ma ke si duo fu,makkusudorufu,Максдорф,マックスドルフ,马克斯多夫	07338018	08	00	07338	07338018
2872697	Mauth	mauth	DE	94151	2566	Europe/Berlin	48.88972	13.58459		Maut,Mauth,mao te,mawt,Маут,Մաութ,ماوت,毛特	09272134	02	092	09272	09272134
2872738	Mauschbach	mauschbach	DE	66500	0	Europe/Berlin	49.5	7.16667				09	00	10046	10046113
2872739	Mauschbach	mauschbach	DE	66500	270	Europe/Berlin	49.18333	7.4			07340218	08	00	07340	07340218
2872775	Maulburg	maulburg	DE	79689	4099	Europe/Berlin	47.64631	7.7821		Maul'burg,Maulburg,mao er bao,Маулбург,Маульбург,毛尔堡	08336057	01	083	08336	08336057
2872777	Maulbronn	maulbronn	DE	75433	6817	Europe/Berlin	48.99958	8.80337		Maul,Maul'bronn,Maulbron,Maulbronn,mao er bu long,mauruburon,mawlbrwn,Маулброн,Маульбронн,Մաուլբրոն,ماولبرون,マウルブロン,毛尔布龙		01	082	08236	08236038
2872796	Mauerstetten	mauerstetten	DE	87665	2922	Europe/Berlin	47.89358	10.67127			09777152	02	097	09777	09777152
2872805	Mauern	mauern	DE	85419	0	Europe/Berlin	48.7974	11.74951		Mauern		02	092	09273	09273152
2872806	Mauern	mauern	DE	85419	0	Europe/Berlin	48.77166	11.05994				02	091	09185	09185153
2872807	Mauern	mauern	DE	85419	2752	Europe/Berlin	48.51667	11.9		Mauehrn,Mauern,Mauren,mao ai er en,mawyrn,Мауерн,Мауэрн,Մաուերն,ماوئرن,毛埃尔恩	09178142	02	091	09178	09178142
2872808	Mauern	mauern	DE	85419	0	Europe/Berlin	48.10949	11.18837				02	091	09179	09179125
2872815	Mauer	mauer	DE	69256	3498	Europe/Berlin	49.34083	8.80028		Mauehr,Mauer,mao e,maua,Мауер,Мауэр,マウアー,毛厄	08226048	01	082	08226	08226048
2872816	Mauer	mauer	DE	69256	0	Europe/Berlin	48.84888	9.06527				01	081	08118	08118080
2872823	Mauel	mauel	DE	54649	0	Europe/Berlin	50.80355	7.60074				07	053	05382	05382076
2872824	Mauel	mauel	DE	54649	0	Europe/Berlin	50.57149	6.51776				07	053	05366	05366036
2872825	Mauel	mauel	DE	54649	74	Europe/Berlin	50.06667	6.4			07232267	08	00	07232	07232267
2872827	Mauden	mauden	DE	57520	116	Europe/Berlin	50.71667	8			07132068	08	00	07132	07132068
2872832	Mauchenheim	mauchenheim	DE	67294	983	Europe/Berlin	49.71806	8.04611			07331044	08	00	07331	07331044
2872859	Matzerath	matzerath	DE	54597	0	Europe/Berlin	51.07848	6.28396				07	053	05370	05370004
2872860	Matzerath	matzerath	DE	54597	54	Europe/Berlin	50.15	6.38333			07232266	08	00	07232	07232266
2872880	Matzenbach	matzenbach	DE	66909	700	Europe/Berlin	49.5	7.46667		Macenbakh,Matcenbakh,ma cen ba he,Матценбах,Маценбах,马岑巴赫	07336107	08	00	07336	07336107
2872881	Matzenbach	matzenbach	DE	66909	0	Europe/Berlin	49.05246	10.20141				01	081	08127	08127102
2872892	Mattstedt	mattstedt	DE	99510	545	Europe/Berlin	51.05	11.51667			16071101	15	00	16071	16071101
2872948	Matgendorf	matgendorf	DE	17168	341	Europe/Berlin	53.86248	12.50251				12	00	13072	13072041
2872953	Masthorn	masthorn	DE	54597	73	Europe/Berlin	50.15	6.3			07232265	08	00	07232	07232265
2872955	Mastershausen	mastershausen	DE	56869	1202	Europe/Berlin	50.06667	7.35		Masterskhauzen,ma si te er si hao sen,Мастерсхаузен,马斯特尔斯豪森	07140204	08	00	07140	07140204
2872962	Maßweiler	massweiler	DE	66506	1158	Europe/Berlin	49.26667	7.53333		Massweiler,Maßweiler	07340217	08	00	07340	07340217
2872966	Massow	massow	DE	17209	219	Europe/Berlin	53.31478	12.4221				12	00	13071	13071175
2872972	Massing	massing	DE	84323	4144	Europe/Berlin	48.39118	12.60947		Masing,Massing,Maszing,ma xing,masyng,Масинг,Массинг,Массінг,Մասինգ,ماسینگ,马兴		02	092	09277	09277133
2872973	Massing	massing	DE	84323	0	Europe/Berlin	47.99224	12.50824				02	091	09189	09189111
2872980	Masserberg	masserberg	DE	98666	2828	Europe/Berlin	50.51981	10.97087		Maserberg,Masserberg,Mazerberg,ma se er bei ge,Мазерберг,Масерберг,Массерберг,马瑟尔贝格	16069061	15	00	16069	16069061
2872996	Massenbachhausen	massenbachhausen	DE	74252	3676	Europe/Berlin	49.17778	9.04333		Massenbakhgauzen,Massenbakhkhauzen,Mazenbakhauzen,ma sen ba hao sen,massenbahhahauzen,Мазенбахаузен,Массенбахгаузен,Массенбаххаузен,マッセンバッハハウゼン,马森巴豪森	08125061	01	081	08125	08125061
2873000	Massen	massen	DE	03238	0	Europe/Berlin	51.64278	13.73298		Masow,Massen,Mašow		11	00	12062	12062333
2873001	Massen	massen	DE	03238	0	Europe/Berlin	51.53333	7.65		Massen		07	059	05978	05978036
2873011	Maßbach	massbach	DE	97711	4819	Europe/Berlin	50.18321	10.27522		Masbakh,Masbax,Massbach,Maßbach,ma si ba he,Масбах,Մասբախ,马斯巴赫		02	096	09672	09672131
2873022	Maselheim	maselheim	DE	88437	4534	Europe/Berlin	48.13333	9.88333		Mazel'gajm,Mazel'khajm,Mazelhaym,Mazelkhajm,ma sai er hai mu,mazelhaimi,Мазелхајм,Мазельгайм,Мазельхайм,Մազելհայմ,მაზელჰაიმი,马塞尔海姆	08426071	01	084	08426	08426071
2873049	Masburg	masburg	DE	56761	1037	Europe/Berlin	50.24065	7.11736			07135058	08	00	07135	07135058
2873056	Marzling	marzling	DE	85417	2899	Europe/Berlin	48.40904	11.79382		Marcling,ma er ci ling,martslyng,Марцлинг,Марцлінг,Մարցլինգ,مارتسلینگ,马尔茨灵	09178140	02	091	09178	09178140
2873060	Marzhausen	marzhausen	DE	57627	159	Europe/Berlin	51.41026	9.89832	204	Marzhausen		05	066	06636	06636009
2873061	Marzhausen	marzhausen	DE	57627	258	Europe/Berlin	50.69111	7.75583			07143261	08	00	07143	07143261
2873079	Marxheim	marxheim	DE	86688	0	Europe/Berlin	50.07747	8.43833				05	064	06436	06436007
2873080	Marxheim	marxheim	DE	86688	2574	Europe/Berlin	48.74153	10.94504		Marksgajm,Markskhajm,ma er ke si hai mu,marukusuhaimu,Марксгайм,Марксхайм,Մարքսհայմ,マルクスハイム,马尔克斯海姆	09779178	02	097	09779	09779178
2873087	Marxen	marxen	DE	21439	1251	Europe/Berlin	53.31211	10.00415			03353024	06	00	03353	03353024
2873108	Martinstein	martinstein	DE	55627	329	Europe/Berlin	49.80311	7.54398		Martinshtajn,ma er ting si tai yin,Мартинштайн,Мартинштајн,马尔廷斯泰因	07133062	08	00	07133	07133062
2873110	Martinsrieth	martinsrieth	DE	06528	214	Europe/Berlin	51.44092	11.24388		Martinsrieth		14	00	15087	15087440
2873122	Martinshöhe	martinshohe	DE	66894	1757	Europe/Berlin	49.36667	7.48333		Martinshoehe,Martinshöhe	07335203	08	00	07335	07335203
2873126	Martinsheim	martinsheim	DE	97340	1062	Europe/Berlin	49.6235	10.14879		Martinsgajm,Martinskhajm,ma er ting si hai mu,Мартинсхайм,Мартинсхајм,Мартінсгайм,Մարթինսհայմ,马尔廷斯海姆	09675150	02	096	09675	09675150
2873140	Martinroda	martinroda	DE	36404	297	Europe/Berlin	50.8	10.06667			16063082	15	00	16063	16063082
2873141	Martinroda	martinroda	DE	36404	894	Europe/Berlin	50.72334	10.88902			16070034	15	00	16070	16070034
2873150	Marth	marth	DE	37318	358	Europe/Berlin	51.38333	10		Marth	16061069	15	00	16061	16061069
2873151	Marth	marth	DE	37318	0	Europe/Berlin	49.47236	7.25853				09	00	10046	10046117
2873153	Martfeld	martfeld	DE	27327	2867	Europe/Berlin	52.87572	9.06081		Martfel'd,Martfeld,Mattfeld,ma er te fei er de,Мартфелд,Мартфельд,马尔特费尔德	03251026	06	00	03251	03251026
2873159	Martensrade	martensrade	DE	24238	1069	Europe/Berlin	54.28333	10.4		Martensrade	01057050	10	00	01057	01057050
2873183	Marsdorf	marsdorf	DE	01108	0	Europe/Berlin	51.16336	13.76664				13	00	14612	14612000
2873184	Marsdorf	marsdorf	DE	01108	0	Europe/Berlin	50.92035	6.85015				07	053	05315	05315000
2873211	Marsberg	marsberg	DE	34431	21914	Europe/Berlin	51.46171	8.84949		Eresburg,Marsberg,ma er si bei ge,mrsbwrg,mrsbwrgh,Марсберг,مرسبورغ,مرسبورگ,ማርስበርግ,马尔斯贝格		07	059	05958	05958024
2873212	Marsberg	marsberg	DE	34431	0	Europe/Berlin	48.3932	12.25879				02	092	09274	09274183
2873220	Marquartstein	marquartstein	DE	83250	3125	Europe/Berlin	47.75857	12.46219		Markvartshtajn,Marquartstoa,ma er ku a er ci tai yin,markwartshtayn,Марквартштайн,Марквартштајн,Մարկվարթշթայն,مارکوارتشتاین,马尔库阿尔茨泰因	09189129	02	091	09189	09189129
2873221	Marquardt	marquardt	DE	14476	0	Europe/Berlin	52.45902	12.9663		Marquard,Marquardt		11	00	12054	12054000
2873224	Marpingen	marpingen	DE	66646	11358	Europe/Berlin	49.45228	7.0582		Marpingen,ma er ping gen,Марпинген,Марпінген,马尔平根	10046112	09	00	10046	10046112
2873226	Maroth	maroth	DE	56271	257	Europe/Berlin	50.57722	7.68972			07143045	08	00	07143	07143045
2873227	Marolterode	marolterode	DE	99994	364	Europe/Berlin	51.23333	10.68333			16064043	15	00	16064	16064043
2873228	Maroldsweisach	maroldsweisach	DE	96126	3788	Europe/Berlin	50.19578	10.66003		Marol'dsvajzakh,Maroldsvajsakh,Maroldsweisach,ma luo er ci wei sa,Маролдсвајсах,Марольдсвайзах,马罗尔茨魏萨		02	096	09674	09674171
2873233	Marnitz	marnitz	DE	19376	890	Europe/Berlin	53.31679	11.92947		Marnic,Marnitz,ma er ni ci,Марниц,马尔尼茨		12	00	13076	13076168
2873234	Marnheim	marnheim	DE	67297	1642	Europe/Berlin	49.63278	8.04		Marnkhajm,ma en hai mu,Марнхайм,Марнхајм,马恩海姆	07333045	08	00	07333	07333045
2873237	Marnerdeich	marnerdeich	DE	25709	348	Europe/Berlin	53.95	8.98333		Marnerdeich	01051073	10	00	01051	01051073
2873239	Marne	marne	DE	25709	0	Europe/Berlin	54.35	8.76667		Marne		10	00	01054	01054104
2873240	Marne	marne	DE	25709	0	Europe/Berlin	53.95235	9.01107		Marne		10	00	01051	01051072
2873250	Marlow	marlow	DE	18337	4881	Europe/Berlin	54.15439	12.57261				12	00	13073	13073055
2873251	Marloffstein	marloffstein	DE	91080	1612	Europe/Berlin	49.61794	11.06323		Marloffshtajn,Marlofshtajn,ma er luo fu si tai yin,marofushutain,Марлоффштайн,Марлофштайн,Марлофштајн,マーロフシュタイン,马尔洛夫斯泰因	09572141	02	095	09572	09572141
2873252	Marlishausen	marlishausen	DE	99130	0	Europe/Berlin	50.82221	11.0172				15	00	16070	16070004
2873262	Marl	marl	DE	45768	570	Europe/Berlin	52.48333	8.36667			03251025	06	00	03251	03251025
2873263	Marl	marl	DE	45768	91398	Europe/Berlin	51.65671	7.09038		Alt-Marl,Marl,Marl',ma er,marl  alman,Марл,Марль,مارل، آلمان,马尔		07	055	05562	05562024
2873268	Markwerben	markwerben	DE	06667	709	Europe/Berlin	51.21578	11.94075		Markwerben		14	00	15084	15084550
2873276	Markvippach	markvippach	DE	99195	569	Europe/Berlin	51.07894	11.17498		Marctvipeche [a. 1221],de Vichbeke [a. 1234]	16068036	15	00	16068	16068036
2873278	Marktzeuln	marktzeuln	DE	96275	1803	Europe/Berlin	50.16673	11.16692		Markcojln,Marktcojl'n,ma er ke cuo yi er en,marktswyln,marukutotsu~oirun,Марктцойльн,Маркцојлн,Մարքթցոյլն,مارکتسویلن,マルクトツォイルン,马尔克措伊尔恩		02	094	09478	09478144
2873280	Markt Wald	markt-wald	DE	86865	2359	Europe/Berlin	48.1368	10.58198		Markt Vald,Markt Wald,Markt-Val'd,ma er ke te wa er de,Маркт Валд,Маркт-Вальд,Մարքթ Վալդ,马尔克特瓦尔德		02	097	09778	09778169
2873283	Marktsteft	marktsteft	DE	97342	1779	Europe/Berlin	49.69606	10.13626		Marktsteft,Marktstett,ma er ke ci te fu te,marktshtft,Марктстефт,Մարքթսթեֆտ,ماركتشتفت,مارک‌اشتفل,马尔克茨特夫特		02	096	09675	09675149
2873285	Markt Schwaben	markt-schwaben	DE	85570	10857	Europe/Berlin	48.18949	11.8691		Markt Schwaben,Markt Shvaben,Markt-Shvaben,ma ke te shi wa ben,markt shwabn,Маркт Швабен,Маркт-Швабен,مارکت شوابن,马克特施瓦本		02	091	09175	09175127
2873286	Marktschorgast	marktschorgast	DE	95509	1660	Europe/Berlin	50.09475	11.65465		Markchorgast,Marktschorgast,Marktshorgast,ma er ke ci xiao er jia si te,marukutoshorugasuto,Марктшоргаст,Маркчоргаст,Մարքթշորգասթ,マルクトショルガスト,马尔克茨肖尔加斯特		02	094	09477	09477139
2873287	Marktschellenberg	marktschellenberg	DE	83487	1855	Europe/Berlin	47.69657	13.0434		Markchelenberg,Marktschellenberg,Marktschellnberg,Marktselenberg,Marktshellenberg,Schellenberg,ma ke te xie lun bei ge,markt shlnbrg,Марктшелленберг,Маркчеленберг,Մարկտշելենբերգ,مارکت شلنبرگ,马克特谢伦贝格		02	091	09172	09172124
2873288	Markt Rettenbach	markt-rettenbach	DE	87733	3688	Europe/Berlin	47.94733	10.39608		Markt Retenbakh,Markt Rettenbach,Markt-Rettenbakh,ma er ke te lei teng ba he,Маркт Ретенбах,Маркт-Реттенбах,Մարքթ Ռեթենբախ,马尔克特雷滕巴赫		02	097	09778	09778168
2873289	Marktredwitz	marktredwitz	DE	95615	18204	Europe/Berlin	50.00443	12.08593		Harktrednitz,Marktredvic,Marktredwitz,Martredwitz,ma ke te lei de wei ci,marktrdfyts,marukutoredovu~ittsu,Марктредвиц,Марктредвіц,Մարկտրեդվից,ماركتردفيتس,مارک‌ردویتس,マルクトレドヴィッツ,马克特雷德维茨		02	094	09479	09479136
2873290	Marktoffingen	marktoffingen	DE	86748	1382	Europe/Berlin	48.92566	10.47078			09779177	02	097	09779	09779177
2873291	Marktoberdorf	marktoberdorf	DE	87616	18505	Europe/Berlin	47.77964	10.61713		Marktoberdorf,ma ke te ao bo duo fu,markt awbrdwrf,marukutoobadorufu,Марктобердорф,Մարքտոբերդորֆ,ماركت أوبردورف,مارکت‌اوبردورف,マルクトオーバードルフ,马克特奥伯多夫	09777	02	097	09777	09777151
2873292	Markt Nordheim	markt-nordheim	DE	91478	1182	Europe/Berlin	49.59095	10.35564		Markt Nordheim,Markt Nordkhajm,Markt-Nordgajm,Markt-Nordkhajm,ma er ke te nuo er de hai mu,Маркт Нордхајм,Маркт-Нордгайм,Маркт-Нордхайм,Մարքթ Նորդհայմ,马尔克特诺尔德海姆		02	095	09575	09575146
2873295	Marktleuthen	marktleuthen	DE	95168	3673	Europe/Berlin	50.13007	12.00226		Marktleuthen,Marktljojten,Marktlojten,Marktlyoyten,ma er ke te luo yi teng,marktlwytn,marukutoroiten,Марктлойтен,Марктлојтен,Марктлёйтен,Մարկտլյոյտեն,ماركتلويتن,مارکت‌لویتن,マルクトロイテン,马尔克特洛伊滕		02	094	09479	09479135
2873296	Marktleugast	marktleugast	DE	95352	3688	Europe/Berlin	50.17306	11.63389		Markt Lengast,Marktleugast,Marktljojgast,Marktlojgast,ma er ke te luo yi jia si te,markt lwygast,marukutoroigasuto,Марктлойгаст,Марктлојгаст,Марктлёйгаст,Մարքթլոյգասթ,مارکت لویگاست,マルクトロイガスト,马尔克特洛伊加斯特		02	094	09477	09477138
2873298	Marktl	marktl	DE	84533	2654	Europe/Berlin	48.25516	12.8447		Markhl,Marktl,Marktl am Inn,Marktl',Марктль		02	091	09171	09171123
2873300	Markt Indersdorf	markt-indersdorf	DE	85229	9263	Europe/Berlin	48.36058	11.37789		Markt Indersdorf,Markt-Indersdorf,ma ke te yin de si duo fu,markt ayndrsdwrf,Маркт Индерсдорф,Маркт-Індерсдорф,Маркт-Индерсдорф,Մարկտ Ինդերսդորֆ,مارکت ایندرسدورف,马克特因德斯多夫		02	091	09174	09174131
2873301	Marktheidenfeld	marktheidenfeld	DE	97828	11024	Europe/Berlin	49.8454	9.60359		Marktajdenfel'd,Marktgajdenfel'd,Marktheidenfeld,Marktkhajdenfel'd,Marktkhajdenfeld,ma er ke tai deng fei er de,markt haydnfld,Марктайденфельд,Марктгайденфельд,Марктхайденфельд,Марктхајденфелд,Մարքթհայդենֆելդ,ماركت هايدنفلد,مارکت‌هایدنفلد,马尔克泰登费尔德		02	096	09677	09677157
2873302	Marktgraitz	marktgraitz	DE	96257	1331	Europe/Berlin	50.18358	11.19441		Marktgraitz,Marktgrajc,ma er ke te ge lai ci,markt grayts,marukutoguraitsu,Марктграйц,Марктграјц,Մարքթգրայց,مارکت گرایتس,マルクトグライツ,马尔克特格赖茨		02	094	09478	09478143
2873304	Markt Erlbach	markt-erlbach	DE	91459	5716	Europe/Berlin	49.49367	10.65265		Markt Erlbach,Markt Erlbakh,Markt-Ehrl'bakh,Markt-Erl'bakh,ma er ke te ai er ba he,Маркт Ерлбах,Маркт-Ерльбах,Маркт-Эрльбах,Մարքթ Էրլբախ,马尔克特埃尔巴赫		02	095	09575	09575145
2873307	Marktbreit	marktbreit	DE	97340	3700	Europe/Berlin	49.66541	10.14811		Marktbrajt,ma ke te bu lai te,markt brayt,Марктбрайт,Марктбрајт,Մարքթբրայթ,ماركت برايت,مارکت‌برایت,马克特布赖特		02	096	09675	09675147
2873308	Markt Bibart	markt-bibart	DE	91477	1978	Europe/Berlin	49.64787	10.42492		Markt Bibart		02	095	09575	09575144
2873309	Markt Berolzheim	markt-berolzheim	DE	91801	1370	Europe/Berlin	49.00955	10.84473		Berolzheim,Markt Berolckhajm,Markt-Berol'cgajm,Markt-Berol'ckhajm,ma er ke te bei luo er ci hai mu,Маркт Беролцхајм,Маркт-Берольцгайм,Маркт-Берольцхайм,Մարկտ Բերոլցհայմ,马尔克特贝罗尔茨海姆		02	095	09577	09577149
2873310	Marktbergel	marktbergel	DE	91613	1687	Europe/Berlin	49.44156	10.36355		Marktbergel,Marktbergel',ma ke te bei ge er,Марктбергел,Марктбергель,Մարքթբերգել,马克特贝格尔		02	095	09575	09575143
2873318	Marksuhl	marksuhl	DE	99819	3250	Europe/Berlin	50.91667	10.2		Marksuhl,Marksul,Markzul,Markzul',ma ke su er,Маркзул,Маркзуль,Марксул,马克苏尔	16063097	15	00	16063	16063097
2873340	Markneukirchen	markneukirchen	DE	08258	7095	Europe/Berlin	50.31144	12.32951		Markneikirhene,Markneukirchen,Marknojkirkhen,ma er ke nuo yi ji er xing,marknwykyrshn,Маркнойкирхен,Маркнојкирхен,ماركنويكيرشن,مارک‌نویکیرشن,马尔克诺伊基尔兴		13	00	14523	14523200
2873343	Marklohe	marklohe	DE	31608	4396	Europe/Berlin	52.66857	9.14219		Lohe,Markloeh,Marklohe,Marklokhe,ma er ke luo hei,marukuroe,Марклохе,Марклоэ,マルクローエ,马尔克洛黑	03256021	06	00	03256	03256021
2873344	Marklkofen	marklkofen	DE	84163	3818	Europe/Berlin	48.55	12.56667		Markl'kofen,Marklkofen,ma er ke er ke fen,marklkwfn,Марклкофен,Марклькофен,Մարքլքոֆեն,مارکلکوفن,马尔克尔科芬	09279126	02	092	09279	09279126
2873352	Markkleeberg	markkleeberg	DE	04416	24000	Europe/Berlin	51.2755	12.36906		Markkleberg,Markkleeberg,Markkleeberg West,Markleberg,Markleberga,Marklēberga,ma ke lai bei ge,mark klybrgh,Маркклеберг,Марклеберг,مارك كليبرغ,مارک‌کلیبرگ,马克莱贝格		13	00	14729	14729260
2873635	Marienberg	marienberg	DE	09496	0	Europe/Berlin	48.14297	12.78937				02	091	09171	09171112
2873636	Marienberg	marienberg	DE	09496	0	Europe/Berlin	47.91554	12.115				02	091	09187	09187142
2873667	Mariaposching	mariaposching	DE	94553	1397	Europe/Berlin	48.83333	12.8			09278149	02	092	09278	09278149
2873369	Markgröningen	markgroningen	DE	71706	14414	Europe/Berlin	48.90493	9.08059		Markgr'oningen,Markgreningen,Markgrjoningen,Markgroeningen,Markgronningen,Markgröningen,ma er ke ge lei ning gen,markghrwnynghn,Маркгренинген,Маркгрьонинген,Маркгрёнинген,ماركغرونينغن,مارک‌گرونینگن,马尔克格勒宁根		01	081	08118	08118050
2873400	Markersdorf	markersdorf	DE	02829	4408	Europe/Berlin	51.13333	14.88333			14626300	13	00	14626	14626300
2873401	Markersdorf	markersdorf	DE	02829	0	Europe/Berlin	50.93003	12.66819				13	00	14522	14522460
2873402	Markersdorf	markersdorf	DE	02829	0	Europe/Berlin	50.93643	12.88283				13	00	14522	14522070
2873403	Markersdorf	markersdorf	DE	02829	0	Europe/Berlin	50.83652	12.00051		Markersdorf		15	00	16076	16076033
2873404	Markersdorf	markersdorf	DE	02829	0	Europe/Berlin	50.78748	12.91019		Markersdorf		13	00	14511	14511000
2873405	Markersdorf	markersdorf	DE	02829	0	Europe/Berlin	50.74807	12.17705		Markersdorf		15	00	16076	16076004
2873408	Markersbach	markersbach	DE	08352	0	Europe/Berlin	50.84004	13.98641				13	00	14628	14628020
2873409	Markersbach	markersbach	DE	08352	1912	Europe/Berlin	50.53545	12.86149		Markersbach		13	00	14521	14521500
2873421	Markee	markee	DE	14641	0	Europe/Berlin	52.57906	12.87203				11	00	12063	12063208
2873423	Marke	marke	DE	06779	0	Europe/Berlin	51.18692	7.37029		Marke		07	053	05374	05374016
2873424	Marke	marke	DE	06779	418	Europe/Berlin	51.72551	12.24894		Marke		14	00	15082	15082301
2873425	Marke	marke	DE	06779	0	Europe/Berlin	51.72137	10.12258				06	00	03159	03159026
2873427	Markdorf	markdorf	DE	88677	12486	Europe/Berlin	47.71916	9.39028		Markdorf,ma ke duo fu,markdwrf,Маркдорф,Մարկդորֆ,ماركدورف,مارکدورف,მარკდორფი,马克多夫		01	084	08435	08435034
2873459	Marisfeld	marisfeld	DE	98530	452	Europe/Berlin	50.55587	10.57268		Marisfel'd,Marisfeld,ma li si fei er de,Марисфелд,Марисфельд,马里斯费尔德	16069028	15	00	16069	16069028
2873460	Maring-Noviand	maring-noviand	DE	54484	1518	Europe/Berlin	49.93333	7			07231081	08	00	07231	07231081
2873462	Marihn	marihn	DE	17219	297	Europe/Berlin	53.52613	12.99768				12	00	13071	13071115
2873464	Marienwerder	marienwerder	DE	16348	1728	Europe/Berlin	52.84208	13.59927			12060154	11	00	12060	12060154
2873465	Marienwerder	marienwerder	DE	16348	0	Europe/Berlin	52.40598	9.62445				06	00	03241	03241001
2873474	Marienthal	marienthal	DE	16775	0	Europe/Berlin	52.46667	13.48333				16	00	11000	11000000
2873475	Marienthal	marienthal	DE	16775	0	Europe/Berlin	50.71952	12.45026				13	00	14524	14524330
2873476	Marienthal	marienthal	DE	16775	0	Europe/Berlin	54.45	9.83333				10	00	01058	01058043
2873477	Marienthal	marienthal	DE	16775	0	Europe/Berlin	53.72944	13.77137				12	00	13075	13075029
2873478	Marienthal	marienthal	DE	16775	0	Europe/Berlin	53.68652	10.99402				12	00	13074	13074068
2873479	Marienthal	marienthal	DE	16775	0	Europe/Berlin	53.5709	14.15005				12	00	13075	13075138
2873481	Marienthal	marienthal	DE	16775	0	Europe/Berlin	53.05468	13.27852				11	00	12065	12065356
2873482	Marienthal	marienthal	DE	16775	0	Europe/Berlin	51.73081	6.73351		Marienthal,Marienthal bei Wesel		07	051	05170	05170012
2873483	Marienthal	marienthal	DE	16775	0	Europe/Berlin	51.13917	11.53115				14	00	15084	15084125
2873484	Marienthal	marienthal	DE	16775	0	Europe/Berlin	50.99808	14.9246		Marienthal,Marienthal bei Ostritz		13	00	14626	14626420
2873485	Marienthal	marienthal	DE	16775	0	Europe/Berlin	50.80644	10.32914				15	00	16063	16063099
2873486	Marienthal	marienthal	DE	16775	0	Europe/Berlin	50.73619	7.67197				08	00	07132	07132102
2873487	Marienthal	marienthal	DE	16775	0	Europe/Berlin	50.6929	6.13992				07	053	05334	05334002
2873488	Marienthal	marienthal	DE	16775	0	Europe/Berlin	50.53612	7.05828				08	00	07131	07131007
2873489	Marienthal	marienthal	DE	16775	0	Europe/Berlin	50.45523	11.19542				15	00	16072	16072018
2873490	Marienthal	marienthal	DE	16775	0	Europe/Berlin	50.0054	7.95285		Marienthal		05	064	06439	06439004
2873491	Marienthal	marienthal	DE	16775	0	Europe/Berlin	49.6351	7.88677		Marienthal		08	00	07333	07333502
2873492	Marienthal	marienthal	DE	16775	0	Europe/Berlin	49.22212	12.175				02	093	09375	09375190
2873498	Mariental	mariental	DE	38368	0	Europe/Berlin	53.9	10.65				10	00	01055	01055040
2873499	Mariental	mariental	DE	38368	1138	Europe/Berlin	52.27593	10.98371		Mariental,Marienthal	03154015	06	00	03154	03154015
2873513	Marienrachdorf	marienrachdorf	DE	56242	1024	Europe/Berlin	50.55	7.71667			07143044	08	00	07143	07143044
2873574	Marienheide	marienheide	DE	51709	13759	Europe/Berlin	51.08317	7.53087		Marienheide,Marienkhajde,Marijenkhajde,Maringajde,ma lin hai de,Мариенхайде,Маријенхајде,Марінгайде,马林海德	05374024	07	053	05374	05374024
2873575	Marienhausen	marienhausen	DE	56269	491	Europe/Berlin	50.56389	7.69278			07138201	08	00	07138	07138201
2873578	Marienhagen	marienhagen	DE	31094	919	Europe/Berlin	52.03718	9.68685			03254041	06	00	03254	03254041
2873579	Marienhagen	marienhagen	DE	31094	0	Europe/Berlin	51.21124	8.90965				05	066	06635	06635019
2873580	Marienhagen	marienhagen	DE	31094	0	Europe/Berlin	50.97989	7.58084		Marienhagen		07	053	05374	05374048
2873581	Marienhafe	marienhafe	DE	26529	2032	Europe/Berlin	53.52274	7.27306		Marienhafe,Marienkhafe,Marinkhafe,Mariënhafe,ma lin ha fei,Мариенхафе,Маринхафе,马林哈费		06	00	03452	03452017
2873588	Marienfels	marienfels	DE	56357	348	Europe/Berlin	50.2404	7.81325			07141084	08	00	07141	07141084
2873621	Marienborn	marienborn	DE	39365	531	Europe/Berlin	52.19614	11.10683	165	Marienborn,Marjenborn,Marjenbórn,Мариенборн		14	00	15083	15083485
2873630	Marienberg	marienberg	DE	09496	0	Europe/Berlin	53.56667	12.88333				12	00	13071	13071056
2873631	Marienberg	marienberg	DE	09496	0	Europe/Berlin	50.92857	6.08833		Marienberg		07	053	05370	05370028
2873632	Marienberg	marienberg	DE	09496	14383	Europe/Berlin	50.65051	13.16122		Marienberg,Marienberga,Marinberg,ma lin bei ge,marynbrg,marynbrgh,Мариенберг,Маринберг,Марієнберг,مارينبرغ,مارینبرگ,马林贝格		13	00	14521	14521390
2873633	Marienberg	marienberg	DE	09496	0	Europe/Berlin	50.23333	7.61667				08	00	07141	07141066
2873634	Marienberg	marienberg	DE	09496	0	Europe/Berlin	49.48602	11.08616				02	095	09564	09564000
2873701	Margetshöchheim	margetshochheim	DE	97276	3256	Europe/Berlin	49.8375	9.86389		Margetsgekhgajm,Margetshoechheim,Margetshyoxhaym,Margetshöchheim,Margetskhekhkhajm,Margetskhjokhgajm,Margetskhjokhkhajm,ma er ge ci he xia yi mu,marugetsuhehihaimu,Маргетсгехгайм,Маргетсхеххајм,Маргетсхёхгайм,Маргетсхёххайм,Մարգետսհյոխհայմ,マルゲーツヘーヒハイム,马尔格茨赫夏伊姆	09679161	02	096	09679	09679161
2873753	March	march	DE	79232	0	Europe/Berlin	48.97656	13.06832				02	092	09276	09276138
2873776	Marbach am Neckar	marbach-am-neckar	DE	71672	15604	Europe/Berlin	48.93964	9.25995		Marbach,Marbach de Neckar,Marbachum,Marbakh na Nekar,Marbakh na Nekaru,Marbakh-am-Nekkar,Marbakh-na-Nekary,ma er ba he,marbakh,marbakh am nka,Марбах на Некар,Марбах на Некару,Марбах-ам-Неккар,Марбах-на-Некары,مارباخ,مارباخ آم نکا,مارباخ ئام نێکا,馬爾巴赫		01	081	08118	08118049
2873820	Manubach	manubach	DE	55413	368	Europe/Berlin	50.03333	7.75			07339036	08	00	07339	07339036
2873841	Mantel	mantel	DE	92708	2951	Europe/Berlin	49.65412	12.04074		Mantel		02	093	09374	09374134
2873851	Mansfeld	mansfeld	DE	06343	0	Europe/Berlin	53.21805	12.02708				11	00	12070	12070325
2873852	Mansfeld	mansfeld	DE	06343	3501	Europe/Berlin	51.59234	11.45223		Lutherstadt Mansfeld,Mansfel'd,Mansfeld,Mansfeld-Lutherstadt,Manssfeld [a. 1650],Manßfeld [a. 1650],man si fei er de,mansfyld,mansuferuto,manzfyld,Мансфелд,Мансфельд,مانزفیلد,مانسفيلد,マンスフェルト,曼斯费尔德		14	00	15087	15087275
2873865	Mannstedt	mannstedt	DE	99628	408	Europe/Berlin	51.13333	11.38333			16068063	15	00	16068	16068063
2873891	Mannheim	mannheim	DE	68159	307960	Europe/Berlin	49.4891	8.46694		MHG,Man'chaim,Man'geym,Man'géym,Mangejm,Manhajmi,Manheima,Manheimas,Manhemium,Mankhajm,Mannheim,Monnem,man hai mu,man him,manaha'ima,manhaim,manhaimi,manhaimu,manhaym,mnhyym,Μάνχαϊμ,Мангейм,Манхайм,Манхајм,מנהיים,مانهايم,مانهایم,मानहाइम,มันไฮม์,მანჰაიმი,ማንሃይም,マンハイム,曼海姆,만하임	08222	01	082	08222	08222000
2873892	Mannhausen	mannhausen	DE	39359	298	Europe/Berlin	52.41729	11.22442		Mankhauzen,Mannhaus,Mannhausen,Манхаузен		14	00	15083	15083125
2873908	Mannebach	mannebach	DE	54441	224	Europe/Berlin	50.28333	6.98333			07233225	08	00	07233	07233225
2873909	Mannebach	mannebach	DE	54441	0	Europe/Berlin	50.11144	7.43253				08	00	07140	07140010
2873910	Mannebach	mannebach	DE	54441	345	Europe/Berlin	49.63333	6.51667			07235082	08	00	07235	07235082
2873914	Mankmuß	mankmuss	DE	19357	0	Europe/Berlin	53.13149	11.66637				11	00	12070	12070173
2873929	Manhagen	manhagen	DE	23738	408	Europe/Berlin	54.2	10.91667		Manhagen	01055029	10	00	01055	01055029
2873951	Mangelsdorf	mangelsdorf	DE	39524	0	Europe/Berlin	52.51253	12.06531				14	00	15086	15086080
2873970	Manderscheid	manderscheid	DE	54531	1323	Europe/Berlin	50.09672	6.80981				08	00	07231	07231080
2873971	Manderscheid	manderscheid	DE	54531	47	Europe/Berlin	50.1	6.35			07232264	08	00	07232	07232264
2873973	Mandern	mandern	DE	54429	0	Europe/Berlin	51.12665	9.20034		Mandern		05	066	06635	06635003
2873974	Mandern	mandern	DE	54429	947	Europe/Berlin	49.6	6.76667			07235081	08	00	07235	07235081
2873980	Mandelshagen	mandelshagen	DE	18184	297	Europe/Berlin	54.15309	12.36803				12	00	13072	13072015
2873989	Mandel	mandel	DE	55595	817	Europe/Berlin	49.85494	7.77295		Mandel,Mandel',man de er,Мандел,Мандель,曼德尔	07133061	08	00	07133	07133061
2873992	Manching	manching	DE	85077	11239	Europe/Berlin	48.71656	11.49393		IGS,Manhing,Mankhing,man xing,manshyng,Манхинг,Манхінг,Մանհինգ,مانشینگ,曼兴		02	091	09186	09186137
2874000	Mamming	mamming	DE	94437	2948	Europe/Berlin	48.65174	12.60784		Maming,Mamming,Maniing,ma ming ge,mamyng,Маминг,Мамминг,Маммінг,Մամինգ,مامینگ,马明格	09279125	02	092	09279	09279125
2874005	Mammendorf	mammendorf	DE	82291	0	Europe/Berlin	52.17667	11.42784				14	00	15083	15083298
2874006	Mammendorf	mammendorf	DE	82291	4540	Europe/Berlin	48.20836	11.16326		Mamendorf,Mammadarf,Mammendorf,ma men duo fu,mamndwrf,Мамендорф,Маммендорф,Մամենդորֆ,مامندورف,马门多夫	09179136	02	091	09179	09179136
2874007	Mammelzen	mammelzen	DE	57636	1056	Europe/Berlin	50.7	7.66667			07132067	08	00	07132	07132067
2874020	Malz	malz	DE	16515	0	Europe/Berlin	52.80298	13.29219				11	00	12065	12065256
2874028	Malterdingen	malterdingen	DE	79364	2907	Europe/Berlin	48.15719	7.78608		Mal'terdingen,Malterdingen,ma er te er ding gen,Малтердинген,Мальтердинген,Мальтердінген,Մալտերդինգեն,马尔特尔丁根	08316024	01	083	08316	08316024
2874039	Malsfeld	malsfeld	DE	34323	4301	Europe/Berlin	51.09083	9.53889		Mal'sfel'd,Malsfeld,ma er si fei er de,marusuferuto,Малсфелд,Мальсфельд,マールスフェルト,马尔斯费尔德	06634013	05	066	06634	06634013
2874042	Malschwitz	malschwitz	DE	02694	3800	Europe/Berlin	51.23759	14.52163		Mal'shvic,Malesecy,Malešecy,Malschwitz,Malschwitz/Malesecy,Malschwitz/Malešecy,Malshvic,ma er shi wei ci,Малшвиц,Мальшвиц,Мальшвіц,马尔施维茨	14625340	13	00	14625	14625340
2874047	Malsch	malsch	DE	69254	3378	Europe/Berlin	49.24722	8.68278		Mal'sh,Malsh,marushu,Малш,Мальш,マルシュ	08226046	01	082	08226	08226046
2874048	Malsch	malsch	DE	69254	14243	Europe/Berlin	48.88333	8.33333			08215046	01	082	08215	08215046
2874070	Malliß	malliss	DE	19294	1427	Europe/Berlin	53.21132	11.32716		Malis,Mallis,Malliss,Mallisz,Malliß,ma li si,Малис,Маллис,马利斯		12	00	13076	13076094
2874076	Mallin	mallin	DE	17217	443	Europe/Berlin	53.537	13.13754		Mallin		12	00	13071	13071115
2874082	Mallentin	mallentin	DE	23936	757	Europe/Berlin	53.88182	11.07589		Mallentin		12	00	13074	13074093
2874099	Malitschkendorf	malitschkendorf	DE	04936	0	Europe/Berlin	51.69445	13.32956		Malitschkendorf,Malitzschkendorf		11	00	12062	12062282
2874104	Malgersdorf	malgersdorf	DE	84333	1198	Europe/Berlin	48.53333	12.75		Mal'gersdorf,Malgersdorf,ma er ge si duo fu,malgrsdwrf,Малгерсдорф,Мальгерсдорф,Մալգերսդորֆ,مالگرسدورف,马尔格斯多夫	09277131	02	092	09277	09277131
2874111	Malente	malente	DE	23714	10817	Europe/Berlin	54.17226	10.55968		Bad Malente,Eutin mit Malente,Malente,Malente / Schleswig-Holst.,ma lun te,Маленте,马伦特	01055028	10	00	01055	01055028
2874120	Malchow	malchow	DE	17213	508	Europe/Berlin	52.58302	13.48334		Berlin-Malchow		16	00	11000	11000000
2874121	Malchow	malchow	DE	17213	0	Europe/Berlin	53.99368	11.47509				12	00	13074	13074035
2874122	Malchow	malchow	DE	17213	7384	Europe/Berlin	53.47477	12.4221		Mal'khov,Malhova,Malkhov,ma er xiao,malchw,Малхов,Мальхов,مالچو,马尔肖		12	00	13071	13071093
2874124	Malchow	malchow	DE	17213	0	Europe/Berlin	53.44492	11.76361				12	00	13076	13076108
2874125	Malchow	malchow	DE	17213	0	Europe/Berlin	53.41867	13.93016		Malchow		11	00	12073	12073216
2874127	Malching	malching	DE	94094	1285	Europe/Berlin	48.31226	13.18746		Mal'khing,Malkhing,Malxing,ma er xing,malshyng,Малхинг,Мальхинг,Мальхінг,Մալխինգ,مالشینگ,马尔兴	09275132	02	092	09275	09275132
2874131	Malchin	malchin	DE	17139	8202	Europe/Berlin	53.7399	12.76539		Mal'khin,Malchin,Malhine,Malhīne,Malkhin,ma er xin,malshyn,Малхин,Мальхин,مالشين,مالشین,马尔欣		12	00	13071	13071092
2874137	Malborn	malborn	DE	54426	1408	Europe/Berlin	49.71667	6.98333			07231079	08	00	07231	07231079
2874139	Malbergweich	malbergweich	DE	54655	399	Europe/Berlin	50.05527	6.55394			07232076	08	00	07232	07232076
2874142	Malberg	malberg	DE	54655	625	Europe/Berlin	50.05	6.58333			07232075	08	00	07232	07232075
2874155	Maitzborn	maitzborn	DE	55481	147	Europe/Berlin	49.93333	7.43333			07140090	08	00	07140	07140090
2874157	Maitenbeth	maitenbeth	DE	83558	1868	Europe/Berlin	48.15053	12.09335		Majtenbet,Moabeth,mai teng bei te,maytnbt,Майтенбет,Мајтенбет,Մայթենբեթ,مایتنبت,迈滕贝特	09183126	02	091	09183	09183126
2874193	Maisborn	maisborn	DE	56291	127	Europe/Berlin	50.08229	7.58134			07140089	08	00	07140	07140089
2874200	Maisach	maisach	DE	82216	12507	Europe/Berlin	48.21667	11.26667			09179134	02	091	09179	09179134
2874201	Maisach	maisach	DE	82216	0	Europe/Berlin	48.47216	8.20075				01	083	08317	08317098
2874225	Mainz	mainz	DE	55116	184997	Europe/Berlin	49.98419	8.2791		Maeaenz,Maganza,Magontia,Magonza,Maguncia,Maguntzia,Magunza,Magúncia,Maianca,Maiança,Maienta,Maiența,Mainc,Mainca,Maincas,Maints,Mainz,Majenco,Majnc,Majnci,Mayence,Mayns,Meenz,Meginsborg,Ments,Mogontiacum,Moguncia,Moguncja,Moguntiacum,Mogúncia,Mohuc,Mohuč,Määnz,ma'intsa,maincheu,maintsi,maintsu,maynts,maynz,mei yin ci,mins,myynz,Μάιντς,Майнц,Мајнц,מיינץ,مائنز,ماينتس,ماینتس,माइंत्स,ไมนซ์,მაინცი,ማይንጽ,マインツ,美因茨,마인츠	08	08	00	07315	07315000
2874226	Mainz	mainz	DE	55116	0	Europe/Berlin	47.83897	11.95785				02	091	09187	09187117
2874230	Maintal	maintal	DE	63477	38313	Europe/Berlin	50.15	8.83333		Maintal,Majntal,Majntal',mai yin ta er,maintaru,mayntal,Μάινταλ,Майнталь,Мајнтал,ماينتال,ماینتال,マインタール,迈因塔尔		05	064	06435	06435019
2874231	Mainstockheim	mainstockheim	DE	97320	1834	Europe/Berlin	49.77156	10.14807		Majnshtokgajm,Majnshtokkhajm,Majnstokkhajm,mai yin si tuo ke hai mu,Майнстокхайм,Майнштокгайм,Майнштокхайм,Мајнштокхајм,Մայնսթոքհայմ,迈因斯托克海姆	09675146	02	096	09675	09675146
2874239	Mainleus	mainleus	DE	95336	6836	Europe/Berlin	50.09987	11.37664		Mainleus,Majnljojs,Majnlojs,Maynloys,mai yin luo yi si,mainroisu,maynlwys,Майнлойс,Майнлёйс,Мајнлојс,Մայնլոյս,ماینلویس,マインロイス,迈因洛伊斯		02	094	09477	09477136
2874246	Mainhardt	mainhardt	DE	74535	5680	Europe/Berlin	49.07611	9.55639		Mainhardt,Majngardt,Majnkhardt,mai yin ha er te,mainharuto,Майнгардт,Майнхардт,Мајнхардт,マインハルト,迈因哈尔特	08127052	01	081	08127	08127052
2874252	Mainburg	mainburg	DE	84048	13959	Europe/Berlin	48.64182	11.78093		Mainburg,Majnburg,Maynburg,Moaburg,mai yin bao,maynbwrg,maynbwrgh,Майнбург,Мајнбург,Մայնբուրգ,ماينبورغ,ماینبورگ,迈因堡		02	092	09273	09273147
2874254	Mainbernheim	mainbernheim	DE	97350	2294	Europe/Berlin	49.70794	10.219		Majnberngajm,Majnbernkhajm,Maynbernhaym,mai yin bei er en hai mu,maynbrnhaym,Майнбернгайм,Майнбернхайм,Мајнбернхајм,Մայնբերնհայմ,ماينبرنهايم,ماینبرنهایم,迈因贝尔恩海姆		02	096	09675	09675144
2874263	Mainaschaff	mainaschaff	DE	63814	8382	Europe/Berlin	49.98167	9.09		Majnashaf,Majnashaff,Maynasaf,mai na sha fu,main'ashaffu,Майнашаф,Майнашафф,Мајнашаф,Մայնաշաֆ,マインアシャッフ,迈纳沙夫	09671140	02	096	09671	09671140
2874282	Maikammer	maikammer	DE	67487	4066	Europe/Berlin	49.30528	8.13167		Majkamer,Majkammer,mai ka mei er,maikanma,Майкаммер,Мајкамер,マイカンマー,迈卡梅尔	07337052	08	00	07337	07337052
2874284	Maihingen	maihingen	DE	86747	1244	Europe/Berlin	48.92745	10.49867			09779176	02	097	09779	09779176
2874317	Maierhöfen	maierhofen	DE	88167	0	Europe/Berlin	49.26131	12.52373				02	093	09372	09372161
2874318	Maierhofen	maierhofen	DE	88167	0	Europe/Berlin	48.98589	11.78649				02	092	09273	09273159
2874319	Maierhöfen	maierhofen	DE	88167	1582	Europe/Berlin	47.65	10.05		Maergefen,Maierhofen,Maierhöfen,Majerkhjofen,Majrkhefen,Mayerhofen,Mayerhyofen,Mayerhöfen,mai ai lei fen,Майерхёфен,Маєргефен,Мајрхефен,Մայերհյոֆեն,迈埃勒芬	09776118	02	097	09776	09776118
2874423	Mähring	mahring	DE	95695	1949	Europe/Berlin	49.91095	12.52448		Mahring,Mering,Mähring,Меринг,Мерінг,Մերինգ		02	093	09377	09377139
2874428	Mähren	mahren	DE	56459	229	Europe/Berlin	50.52346	7.92086				08	00	07143	07143502
2874446	Mahlwinkel	mahlwinkel	DE	39517	616	Europe/Berlin	52.39414	11.78577		Mahlwinkel,Mal'vinkel',Мальвинкель		14	00	15083	15083030
2874461	Mahlow	mahlow	DE	15831	0	Europe/Berlin	52.36017	13.40954		Mahlow		11	00	12072	12072017
2874484	Mahlberg	mahlberg	DE	77972	0	Europe/Berlin	51.71044	6.77224		Mahlberg		07	051	05170	05170036
2874485	Mahlberg	mahlberg	DE	77972	0	Europe/Berlin	50.51046	6.80968				07	053	05366	05366004
2874486	Mahlberg	mahlberg	DE	77972	4421	Europe/Berlin	48.28639	7.81411		Mahlberg,Mal'berg,Malberg,malbrg,malbrgh,Малберг,Мальберг,مالبرغ,مالبرگ		01	083	08317	08317073
2874509	Magstadt	magstadt	DE	71106	9058	Europe/Berlin	48.74471	8.96675		Magshtadt,Magshtat,Magstadt,ma ge si ta te,Магштадт,Магштат,Մագշտադտ,მაგშტადტი,马格斯塔特	08115029	01	081	08115	08115029
2874542	Magdeburgerforth	magdeburgerforth	DE	39291	253	Europe/Berlin	52.22894	12.19196		Magdeburgerforth		14	00	15086	15086140
2875130	Lunden	lunden	DE	25774	1652	Europe/Berlin	54.33131	9.02523		Lunden,lun deng,Лунден,伦登	01051071	10	00	01051	01051071
2875138	Lumpzig	lumpzig	DE	04626	697	Europe/Berlin	50.95	12.26667		Lumpzig	16077043	15	00	16077	16077043
2874545	Magdeburg	magdeburg	DE	39014	229826	Europe/Berlin	52.12773	11.62916		CSO,Dzewin,Dźěwin,Maagdenburg,Madeborch,Magathaburg [a. 936],Magdeboerj,Magdeborg,Magdeborgh,Magdebourg,Magdebourgo,Magdebuag,Magdeburg,Magdeburga,Magdeburgas,Magdeburgh,Magdeburgo,Magdeburgu,Magdeburgum,Magdeburk,Magdebörj,Magdehburg,Makekepuka,Meideborg,Meyburch [a. 1275],ma ge de bao,magadeburga,magdbwrg,magdeburgi,mageudebuleukeu,maghdybwrgh,mak de bur k,makdeburga,makudeburuku,mgdbwrg,Μαγδεβούργο,Магдебург,Магдэбург,מגדבורג,ماغديبورغ,ماگدبورگ,مگڈیبرگ,माक्देबुर्ग,मागदेबुर्ग,มักเดบูร์ก,მაგდებურგი,マクデブルク,马格德堡,마그데부르크	14	14	00	15003	15003000
2874556	Magdala	magdala	DE	99441	2025	Europe/Berlin	50.90698	11.44801				15	00	16071	16071053
2874611	Mackenrodt	mackenrodt	DE	55758	472	Europe/Berlin	49.71667	7.25			07134052	08	00	07134	07134052
2874613	Mackenrode	mackenrode	DE	37318	0	Europe/Berlin	51.55125	10.5468		Mackenrode		15	00	16062	16062062
2874614	Mackenrode	mackenrode	DE	37318	0	Europe/Berlin	51.53096	10.06296				06	00	03159	03159023
2874615	Mackenrode	mackenrode	DE	37318	0	Europe/Berlin	51.3	10.06667			16061068	15	00	16061	16061068
2874620	Mackenbach	mackenbach	DE	67686	0	Europe/Berlin	50.87698	7.25413		Mackenbach		07	053	05382	05382028
2874621	Mackenbach	mackenbach	DE	67686	2119	Europe/Berlin	49.46667	7.58333			07335024	08	00	07335	07335024
2874622	Macken	macken	DE	56290	346	Europe/Berlin	50.18333	7.4			07137215	08	00	07137	07137215
2874642	Machern	machern	DE	04827	6747	Europe/Berlin	51.36667	12.63333		Macherni vald,Makhern,ma hei er en,Махерн,马黑尔恩	14729250	13	00	14729	14729250
2874643	Machern	machern	DE	04827	0	Europe/Berlin	49.95432	7.0021				08	00	07231	07231008
2874663	Maasholm	maasholm	DE	24404	697	Europe/Berlin	54.68414	9.99149		Maasholm,Masholm,Maskhol'm,Maskholm,ma si huo er mu,Масхолм,Масхольм,马斯霍尔姆	01059142	10	00	01059	01059142
2874665	Maasen	maasen	DE	27249	544	Europe/Berlin	52.6922	8.88451			03251024	06	00	03251	03251024
2874668	Maasdorf	maasdorf	DE	06388	403	Europe/Berlin	51.68163	11.96156		Maasdorf		14	00	15082	15082377
2874669	Maasdorf	maasdorf	DE	06388	0	Europe/Berlin	51.53659	13.40983				11	00	12062	12062024
2874690	Lykershausen	lykershausen	DE	56346	218	Europe/Berlin	50.2	7.66667			07141083	08	00	07141	07141083
2874695	Lychen	lychen	DE	17279	3917	Europe/Berlin	53.21242	13.31483		Likhen,Lixen,Lychen,li xing,lwshn,Лихен,Ліхен,Լիխեն,لوشن,利兴		11	00	12073	12073384
2874702	Luxem	luxem	DE	56729	298	Europe/Berlin	50.33333	7.1			07137066	08	00	07137	07137066
2874716	Lützkampen	lutzkampen	DE	54617	392	Europe/Berlin	50.15	6.18333		Letschkampen,Lickampen,Ljuckampen,Lëtschkampen,lu ci kan peng,Лицкампен,Люцкампен,吕茨坎彭	07232263	08	00	07232	07232263
2874719	Lutzingen	lutzingen	DE	89440	986	Europe/Berlin	48.65	10.55		Lucingen,Lutcingen,lu qin gen,lwtsyngn,Лутцинген,Луцинген,Լուտցինգեն,لوتسینگن,卢钦根	09773146	02	097	09773	09773146
2874721	Lutzhorn	lutzhorn	DE	25355	798	Europe/Berlin	53.82499	9.76905			01056035	10	00	01056	01056035
2874728	Lutzerath	lutzerath	DE	56826	1463	Europe/Berlin	50.12695	7.0074		Lucerat,Lutcerat,lu ce la te,Лутцерат,Луцерат,卢策拉特	07135057	08	00	07135	07135057
2874778	Lütz	lutz	DE	56290	386	Europe/Berlin	50.16667	7.35		Luetz,Lütz	07135056	08	00	07135	07135056
2874789	Luttow	luttow	DE	19246	0	Europe/Berlin	54.34308	13.28655				12	00	13073	13073079
2874828	Lutterbek	lutterbek	DE	24235	400	Europe/Berlin	54.3916	10.27577		Lutterbek	01057049	10	00	01057	01057049
2874832	Lutter am Barenberge	lutter-am-barenberge	DE	38729	2422	Europe/Berlin	51.98943	10.2693		Luter am Barenberge,Luter na Barenberge,Lutter,Lutter am Barenberge,Lutter am Barje,Lutter an Barenbarge,Lutter-am-Barenberge,Luttere [a. 1270],Lutterun [~ a. 1000],ba lun shan lu lu te,Лутер ам Баренберге,Лутер на Баренберге,Луттер-ам-Баренберге,巴伦山麓卢特	03153009	06	00	03153	03153009
2874841	Lutter	lutter	DE	37318	0	Europe/Berlin	52.61378	9.51004		Lutter an'n Thune,Lutter an’n Thune		06	00	03241	03241012
2874842	Lutter	lutter	DE	37318	766	Europe/Berlin	51.33333	10.11667			16061067	15	00	16061	16061067
2874867	Lüttchendorf	luttchendorf	DE	06317	658	Europe/Berlin	51.50189	11.62712		Litkhendorf,Ljuttkhendorf,Luettchendorf,Luttekendorp [a. 1120],Luzilendorpf,Lüttchendorf,Литхендорф,Люттхендорф		14	00	15087	15087386
2874900	Lütjenwestedt	lutjenwestedt	DE	25585	632	Europe/Berlin	54.13333	9.48333		Luetjenwestedt,Lutjenwestedt,Lütjenwestedt	01058100	10	00	01058	01058100
2874902	Lütjensee	lutjensee	DE	22952	3046	Europe/Berlin	53.65	10.36667		Luetjensee,Lutiensee,Lutjensee,Lütiensee,Lütjensee	01062045	10	00	01062	01062045
2874936	Lutheran	lutheran	DE	19386	337	Europe/Berlin	53.45831	12.00119				12	00	13076	13076089
2874955	Lütetsburg	lutetsburg	DE	26524	803	Europe/Berlin	53.6	7.25		Litetsburg,Ljutetsburg,Lutetsburg,Lütetsburg,lu te ci bao,Литетсбург,Лютетсбург,吕特茨堡	03452016	06	00	03452	03452016
2874958	Lütau	lutau	DE	21483	652	Europe/Berlin	53.43333	10.55		Lutau,Lütau	01053087	10	00	01053	01053087
2874978	Lustadt	lustadt	DE	67363	3291	Europe/Berlin	49.24476	8.27407		Loschd,Lushtadt,Lushtat,lu si ta te,Луштадт,Луштат,卢斯塔特	07334018	08	00	07334	07334018
2875002	Luso	luso	DE	39264	323	Europe/Berlin	51.95641	12.12839		Luso		14	00	15082	15082430
2875027	Lürschau	lurschau	DE	24850	1101	Europe/Berlin	54.55	9.5		Lurschau,Lürschau	01059057	10	00	01059	01059057
2875057	Lupendorf	lupendorf	DE	17194	192	Europe/Berlin	53.64066	12.64376		Lupendorf		12	00	13071	13071103
2875060	Lupburg	lupburg	DE	92331	2336	Europe/Berlin	49.1551	11.7564		Lupburg,Luppurg,lu pu bao,Лупбург,Լուպբուրգ,卢普堡		02	093	09373	09373143
2875063	Lunzig	lunzig	DE	07980	189	Europe/Berlin	50.71325	12.09294			16076039	15	00	16076	16076039
2875067	Lunzenau	lunzenau	DE	09328	5138	Europe/Berlin	50.96269	12.75594		Luncenau,Luncenava,Luncznaw,Lunzenau,lun ce nao,lwntsnaw,Лунценау,لونتسناو,伦策瑙		13	00	14522	14522350
2875102	Lunestedt	lunestedt	DE	27616	2557	Europe/Berlin	53.43621	8.75193		Luneshtedt,Luneshtet,Lunestedt,Luunst,Лунештедт,Лунештет		06	00	03352	03352059
2875117	Lünebach	lunebach	DE	54597	573	Europe/Berlin	50.13333	6.35		Linebakh,Ljunebakh,lu nei ba he,Линебах,Люнебах,吕内巴赫	07232262	08	00	07232	07232262
2875181	Luisenthal	luisenthal	DE	99885	0	Europe/Berlin	53.26667	13.81667		Louisenthal,Luisenthal		11	00	12073	12073429
2875182	Luisenthal	luisenthal	DE	99885	0	Europe/Berlin	51.37987	8.99222		Louisenthal		05	066	06635	06635002
2875183	Luisenthal	luisenthal	DE	99885	1470	Europe/Berlin	50.78333	10.73333		Luisental,Luizental,Luizental',lu yi sen ta er,Луизентал,Луизенталь,Луисентал,卢伊森塔尔	16067044	15	00	16067	16067044
2875221	Luhnstedt	luhnstedt	DE	24816	430	Europe/Berlin	54.16667	9.7		Luhnstedt	01058101	10	00	01058	01058101
2875246	Luhe-Wildenau	luhe-wildenau	DE	92706	3505	Europe/Berlin	49.58367	12.14921		Lue,Luhe,Luhe-Wildenau		02	093	09374	09374133
2875250	Luhden	luhden	DE	31711	1138	Europe/Berlin	52.22538	9.09256			03257022	06	00	03257	03257022
2875285	Lugau	lugau	DE	03238	0	Europe/Berlin	51.61086	13.59793		Lugau		11	00	12062	12062092
2875286	Lugau	lugau	DE	03238	7671	Europe/Berlin	50.73843	12.74861		Henneckestadt Lugau,Lugau,Lugava,Lūgava,lagaw  artzgbyrgh,lu gao,Лугау,لاگاو، ارتزگبیرگه,卢高		13	00	14521	14521380
2875291	Lug	lug	DE	03205	0	Europe/Berlin	51.63028	13.92957		Lug		11	00	12066	12066041
2875292	Lug	lug	DE	03205	637	Europe/Berlin	49.18333	7.9			07340030	08	00	07340	07340030
2875314	Lüerdissen	luerdissen	DE	37635	525	Europe/Berlin	51.95273	9.62454		Lueerdissen,Lüerdissen	03255028	06	00	03255	03255028
2875321	Ludwigswinkel	ludwigswinkel	DE	66996	907	Europe/Berlin	49.08333	7.66667			07340029	08	00	07340	07340029
2875330	Ludwigsstadt	ludwigsstadt	DE	96337	3790	Europe/Berlin	50.48605	11.38734		Ljudvigsshtadt,Ludvigsshtat,Ludwigsstadt,Ludwigstadt,lu de wei xi si shi ta te,lwdfyghsshtat,lwdwygsshtat,rutovu~ihisushutatto,Лудвигсштат,Людвигсштадт,Людвігсштадт,Լյուդվիգշթաթ,لودفيغسشتات,لودویگسشتات,ルートヴィヒスシュタット,路德维希斯施塔特		02	094	09476	09476152
2875343	Ludwigslust	ludwigslust	DE	19288	12112	Europe/Berlin	53.32917	11.49714		Ljudvigsljust,Ljudvigslust,Ludvigslust,Ludvigsluste,Ludwigslust,lu de wei xi lu si te,lwdfyghslwst,lwdwygzlwst,Лудвигслуст,Людвигслюст,Людвіґслуст,لودفيغسلوست,لودویگزلوست,路德维希卢斯特		12	00	13076	13076090
2875344	Ludwigslust	ludwigslust	DE	19288	0	Europe/Berlin	52.82507	9.35915				06	00	03361	03361005
2875345	Ludwigslust	ludwigslust	DE	19288	0	Europe/Berlin	49.25	7.45				08	00	07340	07340206
2875357	Ludwigshöhe	ludwigshohe	DE	55278	0	Europe/Berlin	49.81667	8.34361			07339035	08	00	07339	07339035
2875358	Ludwigshöhe	ludwigshohe	DE	55278	0	Europe/Berlin	49.50122	11.24728		Ludwigshohe,Ludwigshöhe		02	095	09574	09574154
2875376	Ludwigshafen am Rhein	ludwigshafen-am-rhein	DE	67059	163196	Europe/Berlin	49.48121	8.44641		Liudvigshafenas prie Reino,Ljudvigsgafen-na-Rejni,Ljudvigskhafen-na-Rejne,Lountvichschafen,Ludovici Portus Rhenanus,Ludvigskhafen,Ludvigskhafen na Rajni,Ludwichshafe,Ludwigshafen,Ludwigshafen am Rhein,Ludwigshafen sul Reno,Luedviqshafen,Lüdviqshafen,lu de wei xi gang,ludaviksahaphena,luteubihiseuhapen,lwdfyghshafn,lwdwygshafn,rainis ludvigshapeni,rutovu~ihhisuhafen,rutovu~ihisuhafen,Λουντβιχσχάφεν,Лудвигсхафен,Лудвигсхафен на Рајни,Людвигсхафен-на-Рейне,Людвіґсгафен-на-Рейні,לודוויגסהאפן,لودفيغسهافن,لودویگسهافن,لڈوگشافن,लुडविक्सहाफेन,რაინის ლუდვიგსჰაფენი,ルートヴィッヒスハーフェン,ルートヴィヒスハーフェン,路德维希港,루트비히스하펜	07314	08	00	07314	07314000
2875379	Ludwigsfelde	ludwigsfelde	DE	14974	24164	Europe/Berlin	52.30322	13.25405		Ljudvigsfel'de,Ludvigsfelde,Ludwigsfelde,Lyudvigsfelde,lu de wei xi fei er de,lwdfyghsfyldh,lwdwygzfldh,Лудвигсфелде,Людвигсфельде,Людвігсфельде,Լյուդվիգսֆելդե,لودفيغسفيلده,لودویگزفلده,路德维希费尔德		11	00	12072	12072240
2875388	Ludwigschorgast	ludwigschorgast	DE	95364	998	Europe/Berlin	50.1264	11.55975		Ludwigschorgast		02	094	09477	09477135
2875389	Ludwigsburg	ludwigsburg	DE	71634	0	Europe/Berlin	54.10649	13.50826				12	00	13075	13075081
2875390	Ludwigsburg	ludwigsburg	DE	71634	0	Europe/Berlin	53.3569	13.98096				11	00	12073	12073490
2875391	Ludwigsburg	ludwigsburg	DE	71634	0	Europe/Berlin	50.53813	12.40089				13	00	14523	14523360
2875392	Ludwigsburg	ludwigsburg	DE	71634	87603	Europe/Berlin	48.89731	9.19161		Liudvigsburgas,Ljudvigsburg,Lountvinksmpournk,Ludoviciburgum,Ludvigsburg,Ludwigsbourg,Ludwigsburg,Ludwigsburgo,Luedviqsburq,Luisburgo,Lüdviqsburq,lu de wei xi bao,lud wics bur k,lwdfyghsbwrgh,lwdwygzwbwrg,rutovu~ihisuburuku,Λούντβιγκσμπουργκ,Лудвигсбург,Людвигсбург,Людвігсбург,لودفيغسبورغ,لودویگزوبورگ,ลุดวิจส์บูร์ก,ルートヴィヒスブルク,路德维希堡	08118	01	081	08118	08118048
2875405	Ludorf	ludorf	DE	17207	498	Europe/Berlin	53.37849	12.66849		Ludorf,lu duo fu,Лудорф,卢多夫		12	00	13071	13071176
2875427	Lüdersfeld	ludersfeld	DE	31702	1078	Europe/Berlin	52.35993	9.25422		Lidersfeld,Ljudersfel'd,lu de er si fei er de,ryudasuferuto,Лидерсфелд,Людерсфельд,リューダースフェルト,吕德尔斯费尔德	03257021	06	00	03257	03257021
2875436	Ludersdorf	ludersdorf	DE	14943	0	Europe/Berlin	48.58906	12.56447				02	092	09279	09279134
2875438	Lüdersburg	ludersburg	DE	21379	676	Europe/Berlin	53.32142	10.5742		Luedersburg,Lüdersburg	03355021	06	00	03355	03355021
2875456	Lüder	luder	DE	29394	1293	Europe/Berlin	52.80878	10.66609		Lueder,Lüder	03360013	06	00	03360	03360013
2875466	Luckwitz	luckwitz	DE	19243	0	Europe/Berlin	53.52127	11.15432				12	00	13076	13076153
2875473	Luckow	luckow	DE	17375	681	Europe/Berlin	53.70712	14.16028		Luckow		12	00	13075	13075085
2875474	Luckow	luckow	DE	17375	0	Europe/Berlin	53.24098	14.21433				11	00	12073	12073097
2875484	Luckenwalde	luckenwalde	DE	14943	21616	Europe/Berlin	52.09029	13.16772		Luckenwalde,Lukenvalde,Lukkenval'de,Stadt Luckenwalde,lu ken wa er de,lukenbalde,lwknfaldh,lwknwaldh,Лукенвалде,Луккенвальде,Լուկենվալդե,لوكنفالده,لوکنوالده,卢肯瓦尔德,루켄발데	12072	11	00	12072	12072232
2875497	Luckenbach	luckenbach	DE	57629	636	Europe/Berlin	50.7	7.83333			07143260	08	00	07143	07143260
2875500	Luckenau	luckenau	DE	06727	587	Europe/Berlin	51.09019	12.08166		Luckenau		14	00	15084	15084590
2875508	Luckau	luckau	DE	15926	742	Europe/Berlin	52.92745	11.04863		Luckau		06	00	03354	03354016
2876064	Loit	loit	DE	24888	282	Europe/Berlin	54.61667	9.7		Loit	01059055	10	00	01059	01059055
2875509	Luckau	luckau	DE	15926	10471	Europe/Berlin	51.85245	13.70735		Luccavia,Luckau,Lukau,Lukava,Lukkau,Lukow,lu kao,lwkaw,Łukow,Лукау,Луккау,Լուկաու,لوكاو,لوکاو,卢考		11	00	12061	12061320
2875512	Lucka	lucka	DE	04613	4526	Europe/Berlin	51.09727	12.33336		Lucka,Luka,Лука		15	00	16077	16077028
2875513	Lucka	lucka	DE	04613	0	Europe/Berlin	50.92806	11.72193		Lucka		15	00	16074	16074009
2875541	Lüchow	luchow	DE	23898	237	Europe/Berlin	53.68333	10.53333			01053086	10	00	01053	01053086
2875585	Lubmin	lubmin	DE	17509	1987	Europe/Berlin	54.13509	13.61687		Lubmin,lu bu ming,Лубмин,卢布明		12	00	13075	13075083
2875603	Lübbow	lubbow	DE	29488	846	Europe/Berlin	52.91159	11.18099			03354017	06	00	03354	03354017
2875608	Lübberstedt	lubberstedt	DE	27729	764	Europe/Berlin	53.33333	8.8		Gemeen Luebbs,Gemeen Lübbs,Libershtet,Ljubbershtedt,Lubberstadt,Lubberstedt,Lupperstadt,Lübberstedt,lu bei er si te,Либерштет,Любберштедт,吕贝尔斯特	03356006	06	00	03356	03356006
2875631	Lübars	lubars	DE	39291	4817	Europe/Berlin	52.61591	13.3535		Berlin-Luebars,Berlin-Lübars		16	00	11000	11000000
2875645	Loxstedt	loxstedt	DE	27612	16382	Europe/Berlin	53.46667	8.65		Gemeen Lox,Loksshtedt,Loksshtet,Loxstedt,luo ke si te te,Локсштедт,Локсштет,洛克斯特特	03352032	06	00	03352	03352032
2875734	Lötzbeuren	lotzbeuren	DE	56843	484	Europe/Berlin	49.93333	7.21667			07231206	08	00	07231	07231206
2875738	Lottstetten	lottstetten	DE	79807	2179	Europe/Berlin	47.63333	8.56667		Lotshteten,Lotshtetten,Lottshtetten,luo ci te teng,Лоттштеттен,Лотштетен,Лотштеттен,洛茨特滕	08337070	01	083	08337	08337070
2875742	Lottorf	lottorf	DE	24878	201	Europe/Berlin	54.45	9.56667		Lottorf	01059056	10	00	01059	01059056
2875760	Lotte	lotte	DE	49504	13580	Europe/Berlin	52.28333	7.91667			05566048	07	055	05566	05566048
2875785	Lostau	lostau	DE	39291	2014	Europe/Berlin	52.20871	11.73795				14	00	15086	15086145
2875796	Lossnitz	lossnitz	DE	08294	0	Europe/Berlin	50.93643	13.3296				13	00	14522	14522180
2875798	Loßnitz	lossnitz	DE	08294	0	Europe/Berlin	50.86534	11.42733				15	00	16071	16071008
2875814	Losse	losse	DE	39615	121	Europe/Berlin	52.8738	11.67224		Losse		14	00	15090	15090007
2875815	Loßburg	lossburg	DE	72290	6533	Europe/Berlin	48.4	8.45		Losburg,Lossburg,Loßburg,luo si bao,Лосбург,Լոսբուրգ,洛斯堡	08237045	01	082	08237	08237045
2875821	Lossa	lossa	DE	06647	0	Europe/Berlin	51.41891	12.72137				13	00	14729	14729380
2875822	Lossa	lossa	DE	06647	856	Europe/Berlin	51.22194	11.4104		Lossa		14	00	15084	15084132
2875838	Losenrade	losenrade	DE	39615	170	Europe/Berlin	52.96631	11.7654		Losenrade		14	00	15090	15090520
2875868	Lörzweiler	lorzweiler	DE	55296	2085	Europe/Berlin	49.89833	8.29472		Loerzweiler,Lörzweiler	07339034	08	00	07339	07339034
2875870	Lorup	lorup	DE	26901	2986	Europe/Berlin	52.92495	7.64339		Loorpe,Lorup,luo lu pu,Лоруп,洛鲁普	03454033	06	00	03454	03454033
2875873	Lorscheid	lorscheid	DE	54317	0	Europe/Berlin	50.59412	7.35167				08	00	07138	07138068
2875874	Lorscheid	lorscheid	DE	54317	623	Europe/Berlin	49.73333	6.85		Lorshajd,luo er sha yi de,Лоршайд,Лоршајд,洛尔沙伊德	07235080	08	00	07235	07235080
2875877	Lorsch	lorsch	DE	64653	12744	Europe/Berlin	49.65	8.56667		Lors,Lorsch,Lorsh,Lorş,lrsh,luo er shi,lwrsh,rorushu,Лорш,لرش,لورش,ロルシュ,洛尔施		05	064	06431	06431016
2875906	Lorch	lorch	DE	65391	0	Europe/Berlin	50.04619	7.80418		Lorch am Rhein		05	064	06439	06439010
2875909	Lorch	lorch	DE	65391	11418	Europe/Berlin	48.79833	9.6914		Lorkh,lrsh,Лорх,لرش		01	081	08136	08136042
2875910	Lörch	lorch	DE	65391	0	Europe/Berlin	48.09653	7.90162		Lorch,Lörch		01	083	08316	08316039
2875918	Löptin	loptin	DE	24250	292	Europe/Berlin	54.18333	10.21667		Loeptin,Loptin,Löptin	01057047	10	00	01057	01057047
2875951	Loose	loose	DE	24366	841	Europe/Berlin	54.51667	9.88333			01058099	10	00	01058	01058099
2875954	Loose	loose	DE	24366	0	Europe/Berlin	52.22952	7.9085				07	055	05566	05566088
2875965	Loop	loop	DE	24644	197	Europe/Berlin	54.15	9.95		Loop	01058098	10	00	01058	01058098
2875968	Looft	looft	DE	25582	392	Europe/Berlin	54.02873	9.5236		Looft	01061066	10	00	01061	01061066
2875977	Lonsheim	lonsheim	DE	55237	606	Europe/Berlin	49.77861	8.07667			07331043	08	00	07331	07331043
2875978	Lonsee	lonsee	DE	89173	4759	Europe/Berlin	48.5434	9.91999		Lonze,Lonzee,long sai,lonzee,Лонзе,Лонзее,Լոնզեե,ლონზეე,隆塞	08425075	01	084	08425	08425075
2875979	Lonnig	lonnig	DE	56295	1170	Europe/Berlin	50.31002	7.40509			07137065	08	00	07137	07137065
2875983	Lonnerstadt	lonnerstadt	DE	91475	1919	Europe/Berlin	49.69882	10.76711		Lonershtat,Lonnershtadt,Lonnerstadt,luo nei er si ta te,ron'nashutatto,Лонерштат,Лоннерштадт,ロンナーシュタット,洛内尔斯塔特		02	095	09572	09572139
2875988	Longuich	longuich	DE	54340	1233	Europe/Berlin	49.80841	6.76832			07235078	08	00	07235	07235078
2875989	Longkamp	longkamp	DE	54472	1182	Europe/Berlin	49.89044	7.11764		Longamp,Lonkamp,long ge kan pu,Лонгамп,Лонкамп,隆格坎普	07231077	08	00	07231	07231077
2875992	Longen	longen	DE	54338	84	Europe/Berlin	49.8	6.78333			07235077	08	00	07235	07235077
2876009	Lommatzsch	lommatzsch	DE	01623	5999	Europe/Berlin	51.19537	13.30917		Hlomac,Hłomač,Lomacsh,Lommaca,Lommach,Lommatzsch,Lommača,lmatssh,luo ma ci xi,lwmatssh,Ломацш,Ломмач,لماتسش,لوماتسش,洛马茨希		13	00	14627	14627130
2876018	Lollschied	lollschied	DE	56357	205	Europe/Berlin	50.25637	7.86904			07141082	08	00	07141	07141082
2876025	Löllbach	lollbach	DE	67744	243	Europe/Berlin	49.68333	7.58333		Lelbakh,Ljol'bakh,lei er ba he,Лелбах,Лёльбах,勒尔巴赫	07133060	08	00	07133	07133060
2876027	Lollar	lollar	DE	35457	10143	Europe/Berlin	50.64652	8.70495		Lolar,Lollar,llar,luo la er,Лолар,Лоллар,للار,洛拉尔		05	065	06531	06531013
2876041	Loitzendorf	loitzendorf	DE	94359	648	Europe/Berlin	49.08456	12.65591			09278147	02	092	09278	09278147
2876043	Loitz	loitz	DE	17121	0	Europe/Berlin	53.97583	13.13595		Ljoc,Loic,Loica,Loitz,Losece,luo yi ci,lwyts,Łosëce,Лоиц,Лёц,لويتس,لویتس,洛伊茨		12	00	13075	13075082
2876044	Loitz	loitz	DE	17121	4236	Europe/Berlin	53.44205	13.38802		Loitz		12	00	13071	13071021
2876048	Loitsche	loitsche	DE	39326	680	Europe/Berlin	52.29828	11.70002		Loitsche		14	00	15083	15083361
2876065	Loissin	loissin	DE	17509	898	Europe/Berlin	54.11205	13.52825		Loissin		12	00	13075	13075081
2876092	Loiching	loiching	DE	84180	3506	Europe/Berlin	48.61667	12.43333		Loikhing,Lojkhing,Loyxing,luo yi xing,lwyshyng,Лоихинг,Лойхинг,Лойхінг,Лөйхинг,Լոյխինգ,لویشینگ,洛伊兴	09279124	02	092	09279	09279124
2876117	Lohsa	lohsa	DE	02999	4641	Europe/Berlin	51.38333	14.4		Laz,Lohsa,Lohsa/Laz,Lohsa/Łaz,Loza,luo sa,Łaz,Лоза,洛萨	14625330	13	00	14625	14625330
2876127	Lohrheim	lohrheim	DE	65558	581	Europe/Berlin	50.31667	8.05			07141081	08	00	07141	07141081
2876144	Lohra	lohra	DE	35102	5775	Europe/Berlin	50.73333	8.63333		Lohra,Lora,luo la,rora,Лора,ローラ,洛拉	06534013	05	065	06534	06534013
2876147	Lohr am Main	lohr-am-main	DE	97816	16127	Europe/Berlin	49.98922	9.57223		Loa,Lohr,Lohr a. Main,Lohr am Main,Lor na Majni,Lor-am-Majn,Mayni Lor,lwr  alman,mei yin he pan luo er,Лор на Мајни,Лор-ам-Майн,Մայնի Լոր,لور، آلمان,美因河畔洛尔		02	096	09677	09677155
2876158	Lohnweiler	lohnweiler	DE	67744	500	Europe/Berlin	49.62768	7.60753		Lonvajler,luo en wei lei,Лонвайлер,Лонвајлер,洛恩韦勒	07336060	08	00	07336	07336060
2876161	Lohnsfeld	lohnsfeld	DE	67727	999	Europe/Berlin	49.55	7.85			07333042	08	00	07333	07333042
2876184	Lohne	lohne	DE	32584	0	Europe/Berlin	52.78392	11.47928		Lohne		14	00	15081	15081030
2876185	Lohne	lohne	DE	32584	25111	Europe/Berlin	52.66625	8.2375		Lohne,Lone,lnh  alman,luo nei,lwnh,Лоне,لنه، آلمان,لونه,洛内		06	00	03460	03460006
2876186	Lohne	lohne	DE	32584	7000	Europe/Berlin	52.49778	7.22629				06	00	03456	03456025
2876188	Lohne	lohne	DE	32584	0	Europe/Berlin	51.58811	8.18767				07	059	05974	05974008
2876189	Lohne	lohne	DE	32584	0	Europe/Berlin	51.18037	9.26779		Lohne		05	066	06634	06634005
2876194	Löhnberg	lohnberg	DE	35792	4502	Europe/Berlin	50.51299	8.27202		Lenberg,Ljonberg,Loehnberg,Löhnberg,lun bei ge,Ленберг,Лёнберг,伦贝格	06533010	05	065	06533	06533010
2876211	Lohmen	lohmen	DE	01847	825	Europe/Berlin	53.68298	12.0944				12	00	13072	13072067
2876212	Lohmen	lohmen	DE	01847	3298	Europe/Berlin	50.98831	14.00268			14628240	13	00	14628	14628240
2876215	Lohme	lohme	DE	18551	629	Europe/Berlin	54.58313	13.61067		Lohme		12	00	13073	13073052
2876218	Lohmar	lohmar	DE	53797	31339	Europe/Berlin	50.83868	7.21399		Lohmar,Lomar,Luhme,lmar,luo ma er,Ломар,لمار,洛马尔		07	053	05382	05382028
2876219	Löhmar	lohmar	DE	53797	0	Europe/Berlin	50.2617	11.57454				02	094	09475	09475169
2876226	Lohma	lohma	DE	07907	0	Europe/Berlin	50.95512	12.54339				15	00	16077	16077023
2876227	Lohma	lohma	DE	07907	0	Europe/Berlin	50.88284	12.29012				15	00	16077	16077043
2876228	Löhma	lohma	DE	07907	0	Europe/Berlin	50.61167	11.85202		Lohma,Löhma	16075063	15	00	16075	16075063
2876229	Lohma	lohma	DE	07907	0	Europe/Berlin	49.61944	12.42386				02	093	09374	09374147
2876248	Lohkirchen	lohkirchen	DE	84494	0	Europe/Berlin	48.35706	11.94822				02	091	09177	09177120
2876249	Lohkirchen	lohkirchen	DE	84494	660	Europe/Berlin	48.31667	12.45			09183125	02	091	09183	09183125
2876282	Lohfelden	lohfelden	DE	34253	13825	Europe/Berlin	51.26667	9.53333		Lofel'den,Lofelden,Lofelnten,Lohfelden,luo fei er deng,roferuden,Λοφέλντεν,Лофелден,Лофельден,ローフェルデン,洛费尔登	06633017	05	066	06633	06633017
2876306	Lohe-Föhrden	lohe-fohrden	DE	24806	622	Europe/Berlin	54.33333	9.53333		Lohe-Foehrden,Lohe-Fohrden,Lohe-Föhrden	01058097	10	00	01058	01058097
2876357	Lohberg	lohberg	DE	93470	2151	Europe/Berlin	49.17604	13.10549			09372178	02	093	09372	09372178
2876388	Lohbarbek	lohbarbek	DE	25551	765	Europe/Berlin	53.94548	9.63548		Loharbek,Lohbarbek	01061065	10	00	01061	01061065
2876461	Löffingen	loffingen	DE	79843	7939	Europe/Berlin	47.88405	8.34384		Leffingen,Lefingen,Ljoffingen,Loeffingen,Loffingen,Lyofingen,Löffingen,lei fen gen,lwfynghn,lwfyngn,Лефинген,Леффінген,Лёффинген,Լյոֆինգեն,لوفينغن,لوفینگن,勒芬根		01	083	08315	08315070
2876462	Loffenau	loffenau	DE	76597	2695	Europe/Berlin	48.77214	8.38463		Lofenau,Loffenau,luo fei nao,Лофенау,Лоффенау,洛费瑙	08216029	01	082	08216	08216029
2876484	Löf	lof	DE	56332	1519	Europe/Berlin	50.23333	7.43333		Loef,Löf	07137214	08	00	07137	07137214
2876489	Lödla	lodla	DE	04617	762	Europe/Berlin	51	12.38333		Lodla,Lödla	16077027	15	00	16077	16077027
2876510	Loddin	loddin	DE	17459	1037	Europe/Berlin	54.02252	14.00754		Loddin,Lodin,luo ding,Лоддин,Лодин,洛丁		12	00	13075	13075080
2876523	Lockwisch	lockwisch	DE	23923	359	Europe/Berlin	53.83407	10.87009		Lockwisch,Lockwisch-Hof		12	00	13074	13074074
2876529	Lockstedt	lockstedt	DE	25551	191	Europe/Berlin	54	9.68333			01061064	10	00	01061	01061064
2876530	Lockstedt	lockstedt	DE	25551	0	Europe/Berlin	52.6643	11.20291				14	00	15081	15081280
2876531	Lockstedt	lockstedt	DE	25551	0	Europe/Berlin	52.38411	11.06684		Lockstedt,Lockstee		14	00	15083	15083411
2876554	Lochum	lochum	DE	57629	342	Europe/Berlin	50.60556	7.86597			07143259	08	00	07143	07143259
2876604	Löchgau	lochgau	DE	74369	5352	Europe/Berlin	49.00361	9.10639		Lekhgau,Ljokhgau,Lochgau,Loechgau,Löchgau,lei xi gao,lwksgaw,Лехгау,Лёхгау,لوکسگاو,勒希高	08118047	01	081	08118	08118047
2876681	Loburg	loburg	DE	39279	0	Europe/Berlin	52.04974	7.87041				07	055	05570	05570032
2876682	Loburg	loburg	DE	39279	2467	Europe/Berlin	52.11509	12.0784		Loburg,Лобург		14	00	15086	15086140
2876698	Löbnitz	lobnitz	DE	04509	2216	Europe/Berlin	51.59238	12.46347			14730180	13	00	14730	14730180
2876708	Löbichau	lobichau	DE	04626	1263	Europe/Berlin	50.89383	12.26366		Lebikhau,Ljobikhau,Lobichau,Löbichau,lei bi xiao,Лебихау,Лёбихау,勒比肖	16077026	15	00	16077	16077026
2876709	Lobetal	lobetal	DE	16321	0	Europe/Berlin	52.72792	13.59206		Lobethal		11	00	12060	12060020
2876712	Löberschütz	loberschutz	DE	07751	162	Europe/Berlin	50.96667	11.7		Loberschutz,Löberschütz	16074054	15	00	16074	16074054
2876722	Lobenstein	lobenstein	DE	07356	0	Europe/Berlin	48.7677	13.52644				02	092	09272	09272141
2876787	Litzendorf	litzendorf	DE	96123	6101	Europe/Berlin	49.91444	11.01028		Licendorf,Litcendorf,li cen duo fu,rittsu~endorufu,Литцендорф,Лицендорф,Літцендорф,Լիտցենդորֆ,リッツェンドルフ,利岑多夫	09471155	02	094	09471	09471155
2877351	Lindenberg	lindenberg	DE	16321	0	Europe/Berlin	51.06571	14.48504				13	00	14626	14626410
2876832	Listerfehrda	listerfehrda	DE	06918	372	Europe/Berlin	51.82037	12.8531		Listerfehrda		14	00	15091	15091391
2876836	List	list	DE	25992	0	Europe/Berlin	52.39666	9.7526				06	00	03241	03241001
2876837	List	list	DE	25992	2642	Europe/Berlin	55.01917	8.43132		List,List auf Sylt,Listas,lyst  almanya,risuto,Лист,ليست، ألمانيا,リスト	01054078	10	00	01054	01054078
2876842	Lissendorf	lissendorf	DE	54587	1130	Europe/Berlin	50.31667	6.6		Lissendorf,Lizendorf,li sen duo fu,Лизендорф,Лиссендорф,利森多夫	07233041	08	00	07233	07233041
2876855	Lisberg	lisberg	DE	96170	0	Europe/Berlin	49.882	10.73				02	096	09678	09678164
2876859	Lipten	lipten	DE	03205	0	Europe/Berlin	51.64628	13.92708		Lipten		11	00	12066	12066041
2876865	Lippstadt	lippstadt	DE	59555	67219	Europe/Berlin	51.67369	8.34482		Lip'stant,Lippshtadt,Lippshtadte,Lippstadt,Lipshhat,Lipshtat,li pu shi ta te,lybshtat,Λίπσταντ,Липпштадт,Липпштадте,Липштат,Липщат,Ліппштадт,ليبشتات,لیپ‌اشتات,利普施塔特		07	059	05974	05974028
2876870	Lipprechterode	lipprechterode	DE	99752	680	Europe/Berlin	51.45769	10.55348			16062033	15	00	16062	16062033
2876873	Lipporn	lipporn	DE	56357	300	Europe/Berlin	50.13333	7.86667			07141080	08	00	07141	07141080
2876952	Linz am Rhein	linz-am-rhein	DE	53545	6008	Europe/Berlin	50.56884	7.28445		Linc am Rajn,Linc-am-Rajn,Linc-na-Rejne,Linz,Linz am Rhein,lai yin he pan lin ci,lynts am rayn,Линц ам Рајн,Линц-ам-Райн,Линц-на-Рейне,لينتس آم راين,لینتس آم راین,リンツ・アム・ライン,莱茵河畔林茨		08	00	07138	07138041
2876963	Lintig	lintig	DE	27624	1385	Europe/Berlin	53.60341	8.87876			03352062	06	00	03352	03352062
2876965	Linthe	linthe	DE	14822	945	Europe/Berlin	52.15	12.78333			12069345	11	00	12069	12069345
2877011	Linsburg	linsburg	DE	31636	992	Europe/Berlin	52.59354	9.30262		Linsburg,lin si bao,rinsuburuku,Линсбург,リンスブルク,林斯堡	03256020	06	00	03256	03256020
2877021	Linnich	linnich	DE	52441	13827	Europe/Berlin	50.98002	6.27049		Linikh,Linnich,Linnikh,li ni xi,lynysh,Линих,Линних,Лінніх,لينيش,لینیش,利尼希		07	053	05358	05358036
2877060	Linkenbach	linkenbach	DE	56317	0	Europe/Berlin	50.73523	7.45611				07	053	05382	05382016
2877061	Linkenbach	linkenbach	DE	56317	486	Europe/Berlin	50.58333	7.55			07138040	08	00	07138	07138040
2877078	Lingerhahn	lingerhahn	DE	56291	501	Europe/Berlin	50.09419	7.56456	482		07140087	08	00	07140	07140087
2877082	Lingenfeld	lingenfeld	DE	67360	5433	Europe/Berlin	49.25389	8.33861		Lingefeld,Lingenfel'd,Lingenfeld,lin gen fei er de,Лингенфелд,Лингенфельд,林根费尔德	07334017	08	00	07334	07334017
2877088	Lingen	lingen	DE	49808	51310	Europe/Berlin	52.52143	7.31845		Lingen,lin gen,lynghn,lyngn,ringen,Линген,Лінген,لينغن,لینگن,リンゲン,林根		06	00	03454	03454032
2877104	Lindwedel	lindwedel	DE	29690	2418	Europe/Berlin	52.60784	9.68737			03358015	06	00	03358	03358015
2877106	Lindtorf	lindtorf	DE	39596	404	Europe/Berlin	52.68481	11.91244				14	00	15090	15090135
2877109	Lindthal	lindthal	DE	03238	0	Europe/Berlin	51.65806	13.78045		Lindthal		11	00	12062	12062333
2877112	Lindstedt	lindstedt	DE	39638	632	Europe/Berlin	52.59157	11.53076		Lindstedt		14	00	15081	15081135
2877142	Lindlar	lindlar	DE	51789	22723	Europe/Berlin	51.01959	7.37758		Lenkeln,Lindlar,lin de la er,Линдлар,Ліндлар,林德拉尔	05374020	07	053	05374	05374020
2877158	Lindig	lindig	DE	07768	299	Europe/Berlin	50.78887	11.60141		Lindig	16074052	15	00	16074	16074052
2877168	Lindhorst	lindhorst	DE	31698	0	Europe/Berlin	53.44367	13.76918				11	00	12073	12073579
2877169	Lindhorst	lindhorst	DE	31698	0	Europe/Berlin	53.37445	9.99117		Lindhorst		06	00	03353	03353031
2877170	Lindhorst	lindhorst	DE	31698	0	Europe/Berlin	52.73333	10.85				14	00	15081	15081105
2877171	Lindhorst	lindhorst	DE	31698	4658	Europe/Berlin	52.35789	9.28319		Lindkhorst,lin de huo er si te,rintohorusuto,Линдхорст,リントホルスト,林德霍尔斯特	03257020	06	00	03257	03257020
2877172	Lindhorst	lindhorst	DE	31698	0	Europe/Berlin	52.3031	11.59388				14	00	15083	15083130
2877204	Lindewitt	lindewitt	DE	24969	2114	Europe/Berlin	54.7	9.2		Lindewitt	01059179	10	00	01059	01059179
2877205	Lindewerra	lindewerra	DE	37318	262	Europe/Berlin	51.31667	9.95		Lindewerra	16061066	15	00	16061	16061066
2877251	Lindenschied	lindenschied	DE	55481	238	Europe/Berlin	49.9	7.4			07140086	08	00	07140	07140086
2877259	Lindenkreuz	lindenkreuz	DE	07589	511	Europe/Berlin	50.85	11.91667			16076044	15	00	16076	16076044
2877315	Lindenfels	lindenfels	DE	64678	5456	Europe/Berlin	49.68369	8.78151		Lindenfel's,Lindenfels,lin deng fei er si,lyndnflz,rindenferusu,Линденфелс,Линденфельс,Лінденфельс,ليندنفلز,لیندنفلز,リンデンフェルス,林登费尔斯		05	064	06431	06431015
2877335	Lindenberg	lindenberg	DE	16321	2728	Europe/Berlin	52.24578	10.5619		Lindenberg,Lindenbergsiedlung		06	00	03101	03101000
2877469	Linden	linden	DE	25791	0	Europe/Berlin	47.86846	11.92746				02	091	09187	09187122
2877336	Lindenberg im Allgäu	lindenberg-im-allgau	DE	88161	0	Europe/Berlin	47.60284	9.88549		Algoyi Lindenberg,Lindenberg,Lindenberg im Algoj,Lindenberg im Allgaeu,Lindenberg im Allgau,Lindenberg im Allgäu,Lindenberg-im-Al'goj,Lindenberg-im-All'goj,lyndnbrg aym algwy,lyndnbrgh am alghwy,Линденберг им Алгој,Линденберг-им-Альгой,Лінденберг-ім-Алльгой,Ալգոյի Լինդենբերգ,ليندنبرغ إم آلغوي,لیندنبرگ ایم آلگوی		02	097	09776	09776117
2877342	Lindenberg	lindenberg	DE	16321	268	Europe/Berlin	53.76462	13.02039		Lindenberg		12	00	13071	13071089
2877343	Lindenberg	lindenberg	DE	16321	0	Europe/Berlin	53.34566	13.01477				12	00	13071	13071147
2877344	Lindenberg	lindenberg	DE	16321	0	Europe/Berlin	53.0377	12.12908				11	00	12070	12070125
2877345	Lindenberg	lindenberg	DE	16321	0	Europe/Berlin	52.90113	11.65671		Lindenberg		14	00	15090	15090635
2877346	Lindenberg	lindenberg	DE	16321	0	Europe/Berlin	52.60258	13.52443				11	00	12060	12060005
2877347	Lindenberg	lindenberg	DE	16321	0	Europe/Berlin	52.20087	14.1156		Lindenberg		11	00	12067	12067493
2877348	Lindenberg	lindenberg	DE	16321	0	Europe/Berlin	52.0634	13.15702				11	00	12072	12072232
2877349	Lindenberg	lindenberg	DE	16321	0	Europe/Berlin	51.61667	11.03333				14	00	15085	15085145
2877350	Lindenberg	lindenberg	DE	16321	0	Europe/Berlin	51.29769	7.30104				07	059	05954	05954024
2877352	Lindenberg	lindenberg	DE	16321	0	Europe/Berlin	50.99613	12.21232				14	00	15084	15084590
2877353	Lindenberg	lindenberg	DE	16321	0	Europe/Berlin	50.90083	7.92675		Lindenberg		07	059	05970	05970016
2877354	Lindenberg	lindenberg	DE	16321	0	Europe/Berlin	50.31861	9.51845				05	064	06435	06435025
2877355	Lindenberg	lindenberg	DE	16321	0	Europe/Berlin	50.29696	11.23837				15	00	16072	16072024
2877356	Lindenberg	lindenberg	DE	16321	0	Europe/Berlin	50.05248	11.33767				02	094	09477	09477124
2877357	Lindenberg	lindenberg	DE	16321	1178	Europe/Berlin	49.38028	8.09861			07332032	08	00	07332	07332032
2877358	Lindenberg	lindenberg	DE	16321	0	Europe/Berlin	48.01982	10.71637				02	097	09777	09777121
2877359	Lindenberg	lindenberg	DE	16321	0	Europe/Berlin	48.0011	8.01203				01	083	08315	08315020
2877423	Lindenau	lindenau	DE	01945	0	Europe/Berlin	48.96644	12.91769				02	092	09276	09276111
2877424	Lindenau	lindenau	DE	01945	0	Europe/Berlin	52.86229	12.41206				11	00	12068	12068324
2877425	Lindenau	lindenau	DE	01945	758	Europe/Berlin	51.4	13.73333		Lindenau,lin de nao,Линденау,Լինդենաու,林德瑙	12066188	11	00	12066	12066188
2877426	Lindenau	lindenau	DE	01945	0	Europe/Berlin	51.33564	12.32117		Leipzig-Lindenau		13	00	14713	14713000
2877427	Lindenau	lindenau	DE	01945	0	Europe/Berlin	51.12392	13.63083		Lindenau		13	00	14627	14627210
2877428	Lindenau	lindenau	DE	01945	0	Europe/Berlin	51.04306	9.96951		Lindenau		05	066	06636	06636011
2877429	Lindenau	lindenau	DE	01945	0	Europe/Berlin	50.70879	10.13979				15	00	16063	16063015
2877430	Lindenau	lindenau	DE	01945	0	Europe/Berlin	50.58746	12.60198		Lindenau		13	00	14521	14521530
2877431	Lindenau	lindenau	DE	01945	0	Europe/Berlin	50.25282	10.75539				15	00	16069	16069063
2877432	Lindenau	lindenau	DE	01945	0	Europe/Berlin	48.54133	10.17076				01	084	08425	08425097
2877433	Lindenau	lindenau	DE	01945	0	Europe/Berlin	47.5551	9.86117				02	097	09776	09776125
2877436	Lindena	lindena	DE	03238	0	Europe/Berlin	51.59279	13.54343		Lindena		11	00	12062	12062453
2877439	Linden	linden	DE	25791	0	Europe/Berlin	52.36449	9.71157				06	00	03241	03241001
2877440	Linden	linden	DE	25791	0	Europe/Berlin	51.42905	7.16785		Linden		07	059	05911	05911000
2877441	Linden	linden	DE	25791	859	Europe/Berlin	54.25	9.18333			01051068	10	00	01051	01051068
2877442	Linden	linden	DE	25791	0	Europe/Berlin	52.98333	10.37195				06	00	03360	03360019
2877443	Linden	linden	DE	25791	0	Europe/Berlin	52.15385	10.55851		Linden		06	00	03158	03158037
2877444	Linden	linden	DE	25791	0	Europe/Berlin	51.14911	7.63677				07	059	05962	05962028
2877445	Linden	linden	DE	25791	0	Europe/Berlin	50.95277	7.51567		Linden		07	053	05374	05374048
2877446	Linden	linden	DE	25791	0	Europe/Berlin	50.9	7.23333				07	053	05382	05382028
2877447	Linden	linden	DE	25791	0	Europe/Berlin	50.83559	6.17509				07	053	05334	05334036
2877448	Linden	linden	DE	25791	159	Europe/Berlin	50.6	7.85			07143258	08	00	07143	07143258
2877449	Linden	linden	DE	25791	0	Europe/Berlin	50.34457	10.60384		Linden		15	00	16069	16069049
2877450	Linden	linden	DE	25791	0	Europe/Berlin	49.71763	11.31085				02	094	09474	09474156
2877451	Linden	linden	DE	25791	0	Europe/Berlin	49.63023	10.73716				02	095	09575	09575125
2877452	Linden	linden	DE	25791	0	Europe/Berlin	49.49977	10.58445		Linden		02	095	09575	09575145
2877453	Linden	linden	DE	25791	0	Europe/Berlin	49.50796	7.09871				09	00	10046	10046116
2877454	Linden	linden	DE	25791	0	Europe/Berlin	49.40017	10.26691				02	095	09571	09571225
2877455	Linden	linden	DE	25791	1230	Europe/Berlin	49.35	7.65			07335023	08	00	07335	07335023
2877456	Linden	linden	DE	25791	0	Europe/Berlin	49.17869	12.36014				02	093	09372	09372149
2877457	Linden	linden	DE	25791	0	Europe/Berlin	49.02634	11.30087		Linden		02	095	09576	09576122
2877458	Linden	linden	DE	25791	0	Europe/Berlin	49.02432	12.9713				02	092	09276	09276122
2877459	Linden	linden	DE	25791	0	Europe/Berlin	48.81815	13.5695				02	092	09272	09272118
2877460	Linden	linden	DE	25791	0	Europe/Berlin	48.60704	11.26236				02	091	09185	09185158
2877461	Linden	linden	DE	25791	0	Europe/Berlin	48.58086	12.06526				02	092	09274	09274132
2877462	Linden	linden	DE	25791	0	Europe/Berlin	48.53928	13.73909				02	092	09275	09275153
2877463	Linden	linden	DE	25791	0	Europe/Berlin	48.41704	12.83254				02	092	09277	09277124
2877464	Linden	linden	DE	25791	0	Europe/Berlin	48.02105	9.76127				01	084	08426	08426058
2877465	Linden	linden	DE	25791	0	Europe/Berlin	47.91502	12.0802				02	091	09187	09187137
2877466	Linden	linden	DE	25791	0	Europe/Berlin	47.92574	9.99309				01	084	08436	08436010
2877467	Linden	linden	DE	25791	0	Europe/Berlin	47.90201	10.7048				02	097	09777	09777172
2877468	Linden	linden	DE	25791	0	Europe/Berlin	47.89126	11.58817				02	091	09173	09173118
2877470	Linden	linden	DE	25791	0	Europe/Berlin	47.84405	11.02601				02	091	09190	09190158
2877471	Linden	linden	DE	25791	0	Europe/Berlin	47.76067	11.49312				02	091	09173	09173111
2877472	Linden	linden	DE	25791	0	Europe/Berlin	47.77041	11.20272				02	091	09190	09190120
2877473	Linden	linden	DE	25791	0	Europe/Berlin	47.69817	9.66188				01	084	08436	08436018
2877474	Linden	linden	DE	25791	0	Europe/Berlin	47.69187	10.93859				02	091	09190	09190160
2877525	Lindberg	lindberg	DE	94227	2355	Europe/Berlin	49.0368	13.25423		Lindberg,lin de bei ge,lyndbrg,Линдберг,Ліндберг,Լինդբերգ,لیندبرگ,林德贝格	09276130	02	092	09276	09276130
2877526	Lindberg	lindberg	DE	94227	0	Europe/Berlin	48.78694	13.42845				02	092	09272	09272138
2877527	Lindberg	lindberg	DE	94227	0	Europe/Berlin	48.77067	13.28416				02	092	09272	09272150
2877528	Lindberg	lindberg	DE	94227	0	Europe/Berlin	48.54934	12.64253				02	092	09279	09279134
2877543	Lindau	lindau	DE	24214	0	Europe/Berlin	50.05847	11.51236				02	094	09477	09477158
2877544	Lindau	lindau	DE	24214	0	Europe/Berlin	54.59556	9.79434				10	00	01059	01059187
2877545	Lindau	lindau	DE	24214	1378	Europe/Berlin	54.38333	9.9			01058096	10	00	01058	01058096
2877546	Lindau	lindau	DE	24214	1207	Europe/Berlin	52.03751	12.10788		Lindau		14	00	15082	15082430
2877547	Lindau	lindau	DE	24214	0	Europe/Berlin	51.65	10.13333		Lindau		06	00	03155	03155007
2877548	Lindau	lindau	DE	24214	0	Europe/Berlin	51.02004	11.91497				15	00	16074	16074039
2877549	Lindau	lindau	DE	24214	0	Europe/Berlin	48.78092	13.29617				02	092	09272	09272150
2877550	Lindau	lindau	DE	24214	24518	Europe/Berlin	47.54612	9.68431		Lindau,Lindau Bodensee,Lindau saar,Lindavia,Lintaou,lin dao,linada'u,lindau,lyndaw,rindau,Λιντάου,Линдау,Ліндау,Լինդաու,لينداو,لینداو,লিনডাউ,ლინდაუ,リンダウ,林道	09776	02	097	09776	09776116
2877612	Lind	lind	DE	53506	0	Europe/Berlin	51.42797	6.48582		Lind		07	051	05154	05154048
2877613	Lind	lind	DE	53506	0	Europe/Berlin	51.27079	6.30805		Lind,Lindt		07	051	05166	05166032
2877616	Lind	lind	DE	53506	0	Europe/Berlin	50.5	6.93333			07131047	08	00	07131	07131047
2877617	Lind	lind	DE	53506	47	Europe/Berlin	50.32257	7.03475			07137063	08	00	07137	07137063
2877618	Lind	lind	DE	53506	0	Europe/Berlin	50.07181	10.8033				02	096	09674	09674190
2877619	Lind	lind	DE	53506	0	Europe/Berlin	49.46453	12.46736				02	093	09376	09376151
2877620	Lind	lind	DE	53506	0	Europe/Berlin	49.42181	10.93586				02	095	09573	09573134
2877624	Linau	linau	DE	22959	1182	Europe/Berlin	53.64446	10.46853		Linau	01053085	10	00	01053	01053085
2877647	Limburgerhof	limburgerhof	DE	67117	10753	Europe/Berlin	49.42444	8.39194		Limburgerkhof,lin bu er ge huo fu,Лимбургерхоф,林布尔格霍夫	07338017	08	00	07338	07338017
2877648	Limburg an der Lahn	limburg-an-der-lahn	DE	65549	33820	Europe/Berlin	50.3836	8.0503		Limburg,Limburg an der Lahn,Limburg na Lan,Limburg na Lani,Limburg-an-der-Lan,Limburg-na-Lane,Limburgo del Lahn,Limburgo sulla Lahn,Limburgum ad Lahnam,lan he pan lin bao,limbuleukeuandeeolan,lymbwrg an dr lan,lymbwrgh an dr lan,Лимбург на Лан,Лимбург на Лани,Лимбург-ан-дер-Лан,Лимбург-на-Лане,Лімбург-ан-дер-Лан,Лімбург-на-Лане,ليمبورغ آن در لان,لیمبورگ آن در لان,兰河畔林堡,림부르크안데어란	06533	05	065	06533	06533009
2877673	Limbach-Oberfrohna	limbach-oberfrohna	DE	09212	27056	Europe/Berlin	50.85882	12.76165		Limbach,Limbach-Oberfrohna,Limbaha-Oberfrona,Limbakh-Oberfrona,lin ba-ao bei er fu luo na,lymbakh-awbrfrwna,Лимбах-Оберфрона,Лімбах-Оберфрона,ليمباخ-أوبرفرونا,لیمباخ-اوبرفرونا,林巴-奥贝尔夫罗纳		13	00	14524	14524180
2877678	Limbach	limbach	DE	08491	0	Europe/Berlin	48.52447	13.01806				02	092	09277	09277117
2877679	Limbach	limbach	DE	08491	0	Europe/Berlin	51.26317	13.05802				13	00	14730	14730230
2877680	Limbach	limbach	DE	08491	0	Europe/Berlin	51.05074	13.4736		Limbach		13	00	14628	14628410
2877681	Limbach	limbach	DE	08491	379	Europe/Berlin	50.7	7.8			07143257	08	00	07143	07143257
2877682	Limbach	limbach	DE	08491	0	Europe/Berlin	50.68495	7.44528				08	00	07138	07138003
2877683	Limbach	limbach	DE	08491	1574	Europe/Berlin	50.58333	12.25			14523190	13	00	14523	14523190
2877684	Limbach	limbach	DE	08491	0	Europe/Berlin	50.54539	11.32259				15	00	16073	16073067
2877685	Limbach	limbach	DE	08491	0	Europe/Berlin	50.53854	6.8942				07	053	05366	05366004
2877686	Limbach	limbach	DE	08491	0	Europe/Berlin	50.47526	11.06931				15	00	16072	16072013
2877687	Limbach	limbach	DE	08491	0	Europe/Berlin	50.24506	8.17322				05	064	06439	06439007
2877688	Limbach	limbach	DE	08491	0	Europe/Berlin	49.98191	10.63091				02	096	09674	09674133
2877689	Limbach	limbach	DE	08491	0	Europe/Berlin	49.75372	10.8141				02	094	09471	09471172
2877690	Limbach	limbach	DE	08491	361	Europe/Berlin	49.73333	7.55		Limbakh,Лимбах	07133059	08	00	07133	07133059
2877691	Limbach	limbach	DE	08491	0	Europe/Berlin	49.48019	10.5181				02	095	09575	09575156
2877692	Limbach	limbach	DE	08491	0	Europe/Berlin	49.47586	6.89875		Limbach		09	00	10044	10044117
2877693	Limbach	limbach	DE	08491	0	Europe/Berlin	49.46194	9.21111			08225052	01	082	08225	08225052
2877694	Limbach	limbach	DE	08491	0	Europe/Berlin	49.33843	11.04701				02	095	09565	09565000
2877695	Limbach	limbach	DE	08491	0	Europe/Berlin	49.31312	7.2739		Limbach		09	00	10045	10045115
2877696	Limbach	limbach	DE	08491	0	Europe/Berlin	49.24223	10.07279				01	081	08127	08127091
2877697	Limbach	limbach	DE	08491	0	Europe/Berlin	49.19928	10.47971				02	095	09571	09571166
2877698	Limbach	limbach	DE	08491	0	Europe/Berlin	48.60875	13.45714				02	092	09275	09275146
2877699	Limbach	limbach	DE	08491	0	Europe/Berlin	48.43114	10.3414				02	097	09774	09774121
2877709	Lilienthal	lilienthal	DE	28865	18293	Europe/Berlin	53.14193	8.90338		Leendaal,Liliental,Liliental',Lilienthal,Lilintal,Лилиентал,Лилиенталь,Лилинтал	03356005	06	00	03356	03356005
2877711	Lilienthal	lilienthal	DE	28865	0	Europe/Berlin	54.29288	10.30191		Liliental,Lilienthal		10	00	01057	01057016
2877728	Lietzow	lietzow	DE	14641	310	Europe/Berlin	54.48171	13.50718		Licov,Litcov,li cuo,Литцов,Лицов,利措		12	00	13073	13073049
2877729	Lietzow	lietzow	DE	14641	0	Europe/Berlin	52.61535	12.83049				11	00	12063	12063208
2877732	Lietzen	lietzen	DE	15306	779	Europe/Berlin	52.46992	14.34008			12064288	11	00	12064	12064288
2877747	Lieth	lieth	DE	25770	0	Europe/Berlin	54.156	9.06081			01051067	10	00	01051	01051067
2877748	Lieth	lieth	DE	25770	402	Europe/Berlin	53.71667	9.66667		Lieth		10	00	01056	01056029
2877753	Liesten	liesten	DE	29416	341	Europe/Berlin	52.78734	11.29494		Liesten		14	00	15081	15081455
2877754	Liessow	liessow	DE	18299	582	Europe/Berlin	53.88729	12.33815		Liessow		12	00	13072	13072062
2877755	Liessow	liessow	DE	18299	0	Europe/Berlin	53.72258	11.56165				12	00	13076	13076033
2877759	Ließem	liessem	DE	54636	97	Europe/Berlin	50.03333	6.48333			07232074	08	00	07232	07232074
2877765	Lieskau	lieskau	DE	03130	0	Europe/Berlin	51.61733	13.80857				11	00	12062	12062293
2877766	Lieskau	lieskau	DE	03130	0	Europe/Berlin	51.56831	14.52715		Lesk,Lěsk		11	00	12071	12071372
2877767	Lieskau	lieskau	DE	03130	2711	Europe/Berlin	51.50395	11.86208		Lieskau		14	00	15088	15088319
2877771	Lieser	lieser	DE	54470	1185	Europe/Berlin	49.91667	7.01667			07231075	08	00	07231	07231075
2877773	Liesenich	liesenich	DE	56858	361	Europe/Berlin	50.08333	7.28333			07135054	08	00	07135	07135054
2878830	Lengfeld	lengfeld	DE	98660	0	Europe/Berlin	49.83427	8.9027		Lengfeld		05	064	06432	06432017
2877786	Lirstal	lirstal	DE	56767	262	Europe/Berlin	50.25	7.03333		Lierstall,Lirstal	07233224	08	00	07233	07233224
2877787	Lierschied	lierschied	DE	56357	508	Europe/Berlin	50.16667	7.75		Lierscheid,Lierschied	07141079	08	00	07141	07141079
2877792	Lierfeld	lierfeld	DE	54597	77	Europe/Berlin	50.13333	6.36667			07232261	08	00	07232	07232261
2877803	Liepgarten	liepgarten	DE	17375	895	Europe/Berlin	53.71937	14.02756		Liepgarten		12	00	13075	13075078
2877814	Liepen	liepen	DE	17391	0	Europe/Berlin	54.05727	12.58226				12	00	13072	13072107
2877815	Liepen	liepen	DE	17391	327	Europe/Berlin	53.88568	13.46696		Liepen		12	00	13075	13075155
2877816	Liepen	liepen	DE	17391	0	Europe/Berlin	53.66881	12.73763				12	00	13071	13071039
2877817	Liepen	liepen	DE	17391	0	Europe/Berlin	53.63304	12.43034				12	00	13071	13071063
2877818	Liepen	liepen	DE	17391	0	Europe/Berlin	53.57503	13.47677				12	00	13071	13071035
2877819	Liepen	liepen	DE	17391	0	Europe/Berlin	53.43306	12.98704				12	00	13071	13071075
2877822	Liepe	liepe	DE	14715	0	Europe/Berlin	53.96594	13.93791		Liepe		12	00	13075	13075114
2877823	Liepe	liepe	DE	14715	0	Europe/Berlin	53.57378	14.01278		Liepe		12	00	13075	13075045
2877824	Liepe	liepe	DE	14715	0	Europe/Berlin	53.17665	11.38917				12	00	13076	13076093
2877825	Liepe	liepe	DE	14715	0	Europe/Berlin	53.00508	11.27389				06	00	03354	03354023
2877826	Liepe	liepe	DE	14715	801	Europe/Berlin	52.86213	13.96946			12060128	11	00	12060	12060128
2877827	Liepe	liepe	DE	14715	0	Europe/Berlin	52.61348	12.60142				11	00	12063	12063212
2877828	Liepe	liepe	DE	14715	0	Europe/Berlin	51.95317	13.364				11	00	12072	12072053
2877842	Lienen	lienen	DE	49536	0	Europe/Berlin	53.25532	8.4679				06	00	03461	03461004
2877843	Lienen	lienen	DE	49536	8797	Europe/Berlin	52.15	7.98333		Linen,li nen,Линен,Лінен,利嫩	05566044	07	055	05566	05566044
2877863	Lieg	lieg	DE	56290	431	Europe/Berlin	50.13333	7.35			07135053	08	00	07135	07135053
2877869	Liedersdorf	liedersdorf	DE	06528	291	Europe/Berlin	51.46897	11.42703		Liedersdorf		14	00	15087	15087015
2877889	Liebstedt	liebstedt	DE	99510	446	Europe/Berlin	51.05	11.4		Libshtedt,Libshtet,li bu si te,Либштедт,Либштет,利布斯特	16071101	15	00	16071	16071101
2877891	Liebstadt	liebstadt	DE	01825	1367	Europe/Berlin	50.86417	13.85694		Libshhat,Libshtadt,Libshtat,Libstate,Liebstadt,Lībštate,li bu si ta te,lybshtat,Либштадт,Либштат,Либщат,ليبشتات,لیب‌اشتات,利布斯塔特		13	00	14628	14628230
2877892	Liebshausen	liebshausen	DE	55494	514	Europe/Berlin	50.03333	7.63333			07140085	08	00	07140	07140085
2877905	Lieblingshof	lieblingshof	DE	18196	710	Europe/Berlin	54.03001	12.32924				12	00	13072	13072029
2877932	Lieberose	lieberose	DE	15868	1638	Europe/Berlin	51.98491	14.29987		Liberoze,Lieberose,Luboraz,Līberoze,li bei luo sai,lybrwzh,Либерозе,Լիբերոզե,ليبروزه,لیبروزه,利贝罗塞		11	00	12061	12061308
2877942	Liebenwalde	liebenwalde	DE	16559	4649	Europe/Berlin	52.87125	13.39465		Libenval'de,Libenvalde,li ben wa er de,lybnfaldh,lybnwaldh,Либенвалде,Либенвальде,Լիբենվալդե,ليبنفالده,لیبنوالده,利本瓦尔德		11	00	12065	12065193
2877943	Liebenthal	liebenthal	DE	16559	0	Europe/Berlin	53.13956	12.40391				11	00	12068	12068181
2877944	Liebenthal	liebenthal	DE	16559	0	Europe/Berlin	52.91284	13.46117				11	00	12065	12065193
2877948	Liebenstein	liebenstein	DE	99330	415	Europe/Berlin	50.76667	10.85		Libenshtajn,li ben si tai yin,Либенштайн,Либенштајн,利本斯泰因	16070057	15	00	16070	16070057
2877949	Liebenstein	liebenstein	DE	99330	0	Europe/Berlin	49.83191	12.33391				02	093	09377	09377146
2877950	Liebenstein	liebenstein	DE	99330	0	Europe/Berlin	49.21583	12.8348				02	093	09372	09372137
2877951	Liebenstein	liebenstein	DE	99330	0	Europe/Berlin	47.50182	10.34623				02	097	09780	09780123
2877955	Liebenscheid	liebenscheid	DE	56479	932	Europe/Berlin	50.69722	8.09833		Libenshajd,li ben sha yi de,Либеншайд,Либеншајд,利本沙伊德	07143256	08	00	07143	07143256
2877969	Liebenburg	liebenburg	DE	38704	9492	Europe/Berlin	52.02176	10.43169		Libenburg,li ben bao,Либенбург,利本堡	03153008	06	00	03153	03153008
2877979	Liebenau	liebenau	DE	31618	4009	Europe/Berlin	52.60362	9.09719		Laeiwenah,Libenau,Läiwenah,leĭvənɔː [IPA],ribenau,Либенау,リーベナウ		06	00	03256	03256019
2877980	Liebenau	liebenau	DE	31618	3606	Europe/Berlin	51.49699	9.28207		Liebenau		05	066	06633	06633016
2877981	Liebenau	liebenau	DE	31618	0	Europe/Berlin	51.28836	14.05862		Liebenau,Lubnjow		13	00	14625	14625250
2877982	Liebenau	liebenau	DE	31618	0	Europe/Berlin	50.78813	13.8544		Liebenau		13	00	14628	14628010
2877983	Liebenau	liebenau	DE	31618	0	Europe/Berlin	49.12259	12.71937				02	093	09372	09372177
2877984	Liebenau	liebenau	DE	31618	0	Europe/Berlin	47.70817	9.60174		Liebenau		01	084	08435	08435035
2877986	Ließem	liessem	DE	54636	0	Europe/Berlin	50.64752	7.15877		Liebem,Liessem,Ließem		07	053	05382	05382072
2878018	Lichterfelde	lichterfelde	DE	39615	80149	Europe/Berlin	52.4333	13.30762		Gross Lichterfelde,Groß Lichterfelde		16	00	11000	11000000
2878019	Lichterfelde	lichterfelde	DE	39615	0	Europe/Berlin	52.86364	13.7493				11	00	12060	12060198
2878020	Lichterfelde	lichterfelde	DE	39615	346	Europe/Berlin	52.85679	11.87759		Lichterfelde		14	00	15090	15090008
2878021	Lichterfelde	lichterfelde	DE	39615	0	Europe/Berlin	51.88333	13.21667				11	00	12072	12072298
2878022	Lichterfeld	lichterfeld	DE	03238	983	Europe/Berlin	51.59755	13.7781		Lichterfeld,Likhterfel'd,Swetle,Swětłe,Лихтерфельд		11	00	12062	12062293
2878027	Lichtentanne	lichtentanne	DE	08115	7163	Europe/Berlin	50.69255	12.42585		Likhtentane,Likhtentanne,li xi teng ta nei,Лихтентане,Лихтентанне,利希滕塔内	14524170	13	00	14524	14524170
2878028	Lichtentanne	lichtentanne	DE	08115	0	Europe/Berlin	50.51589	11.45352				15	00	16073	16073067
2878029	Lichtentanne	lichtentanne	DE	08115	0	Europe/Berlin	50.06291	11.37049				02	094	09477	09477124
2878030	Lichtentanne	lichtentanne	DE	08115	0	Europe/Berlin	49.9934	11.5023				02	094	09472	09472150
2878036	Lichtenstein	lichtenstein	DE	72805	0	Europe/Berlin	50.98157	13.21532				13	00	14522	14522540
2878831	Lengfeld	lengfeld	DE	98660	0	Europe/Berlin	49.81278	9.98372		Lengfeld		02	096	09663	09663000
2878037	Lichtenstein	lichtenstein	DE	72805	13612	Europe/Berlin	50.75659	12.63025		Callnberg,Lichenstein,Lichtenstein,Lichtenstein-Callnberg,Lihtensteina,Lihtenšteina,Likhtenshtajn,lyshtnshtayn,Лихтенштайн,Лихтенштајн,ليشتنشتاين,لیشتن‌اشتاین، زاکسن		13	00	14524	14524160
2878038	Lichtenstein	lichtenstein	DE	72805	0	Europe/Berlin	50.1418	10.78007				02	096	09674	09674184
2878046	Lichtenow	lichtenow	DE	15345	0	Europe/Berlin	52.4797	13.91141				11	00	12064	12064428
2878074	Lichtenfels	lichtenfels	DE	35104	21336	Europe/Berlin	50.14567	11.05928		Lichtenfels / Bayern,Likhtenfel's,Likhtenfels,li xi teng fei er si,lyshtnflz  bayrn,rihitenferusu,Лихтенфелс,Лихтенфельс,لیشتنفلز، بایرن,リヒテンフェルス,利希滕费尔斯	09478	02	094	09478	09478139
2878092	Lichtenborn	lichtenborn	DE	54619	0	Europe/Berlin	51.63756	9.77937		Lichtenborn		06	00	03155	03155005
2878093	Lichtenborn	lichtenborn	DE	54619	364	Europe/Berlin	50.11667	6.3			07232260	08	00	07232	07232260
2878102	Lichtenberg	lichtenberg	DE	01896	32888	Europe/Berlin	52.51395	13.49975		Berlin-Lichtenberg,Lichtenberg,lkhtnbrg,lyktnbrg,ליכטנברג,لختنبرگ		16	00	11000	11000000
2878103	Lichtenberg	lichtenberg	DE	01896	0	Europe/Berlin	52.31093	14.44459		Frankfurt Lichtenberg,Lichtenberg		11	00	12053	12053000
2878104	Lichtenberg	lichtenberg	DE	01896	0	Europe/Berlin	53.38016	13.49816				12	00	13071	13071033
2878105	Lichtenberg	lichtenberg	DE	01896	0	Europe/Berlin	52.93491	11.26331				06	00	03354	03354025
2878106	Lichtenberg	lichtenberg	DE	01896	0	Europe/Berlin	52.887	12.8728				11	00	12068	12068320
2878107	Lichtenberg	lichtenberg	DE	01896	0	Europe/Berlin	52.78334	9.0398				06	00	03251	03251002
2878108	Lichtenberg	lichtenberg	DE	01896	0	Europe/Berlin	52.12875	10.29058				06	00	03102	03102000
2878109	Lichtenberg	lichtenberg	DE	01896	1736	Europe/Berlin	51.18333	13.96667		Lichtenbergi vald,Likhtenberg,Swetla,Swětła,Лихтенберг	14625320	13	00	14625	14625320
2878110	Lichtenberg	lichtenberg	DE	01896	0	Europe/Berlin	50.84197	13.86664				13	00	14628	14628230
2878111	Lichtenberg	lichtenberg	DE	01896	3060	Europe/Berlin	50.83492	13.42478		Lichtenberg,Lichtenberg/Erzgebirge		13	00	14522	14522340
2878112	Lichtenberg	lichtenberg	DE	01896	0	Europe/Berlin	50.83333	12.15				15	00	16076	16076034
2878113	Lichtenberg	lichtenberg	DE	01896	0	Europe/Berlin	50.74129	7.33775				07	053	05382	05382020
2878114	Lichtenberg	lichtenberg	DE	01896	1184	Europe/Berlin	50.38335	11.67624				02	094	09475	09475146
2878115	Lichtenberg	lichtenberg	DE	01896	0	Europe/Berlin	49.77312	8.80655				05	064	06432	06432007
2878116	Lichtenberg	lichtenberg	DE	01896	0	Europe/Berlin	48.87781	11.0083				02	091	09176	09176148
2878117	Lichtenberg	lichtenberg	DE	01896	0	Europe/Berlin	48.36044	11.18743				02	091	09174	09174111
2878118	Lichtenberg	lichtenberg	DE	01896	0	Europe/Berlin	48.15313	10.87837				02	091	09181	09181138
2878132	Lichtenau	lichtenau	DE	09244	0	Europe/Berlin	51.82305	13.89397		Lichtenau,Lichtnow		11	00	12066	12066196
2878133	Lichtenau	lichtenau	DE	09244	11268	Europe/Berlin	51.61707	8.89665		Lichtenau		07	057	05774	05774028
2878134	Lichtenau	lichtenau	DE	09244	0	Europe/Berlin	50.75696	11.69744				15	00	16075	16075073
2878135	Lichtenau	lichtenau	DE	09244	0	Europe/Berlin	50.5506	12.54221		Lichtenau		13	00	14521	14521600
2878136	Lichtenau	lichtenau	DE	09244	0	Europe/Berlin	50.50411	10.84402				15	00	16069	16069042
2878137	Lichtenau	lichtenau	DE	09244	0	Europe/Berlin	49.94889	9.453				02	096	09671	09671148
2878138	Lichtenau	lichtenau	DE	09244	3741	Europe/Berlin	49.15979	10.37935		Lichtenau		02	095	09571	09571145
2878139	Lichtenau	lichtenau	DE	09244	0	Europe/Berlin	48.81275	13.44617				02	092	09272	09272140
2878140	Lichtenau	lichtenau	DE	09244	5023	Europe/Berlin	48.72607	8.00486		Lichtenau,Likhtenau,lyshtanw,lyshtnaw,Лихтенау,Ліхтенау,ليشتناو,لیشتانو		01	082	08216	08216028
2878141	Lichtenau	lichtenau	DE	09244	0	Europe/Berlin	48.70298	11.34937				02	091	09185	09185168
2878142	Lichtenau	lichtenau	DE	09244	0	Europe/Berlin	48.28333	10.68333				02	097	09772	09772148
2878143	Lichtenau	lichtenau	DE	09244	0	Europe/Berlin	47.98416	10.44097				02	097	09778	09778168
2878144	Lichtenau	lichtenau	DE	09244	0	Europe/Berlin	47.87154	11.0791				02	091	09190	09190157
2878145	Lichtenau	lichtenau	DE	09244	0	Europe/Berlin	47.78874	11.80983				02	091	09182	09182125
2878153	Lichte	lichte	DE	98739	1906	Europe/Berlin	50.51667	11.18333		Lichte,Likhte,li xi te,Лихте,利希特	16072013	15	00	16072	16072013
2878165	Lich	lich	DE	35423	0	Europe/Berlin	50.93333	6.48333				07	053	05358	05358048
2878166	Lich	lich	DE	35423	13534	Europe/Berlin	50.52085	8.81567		Likh,li xi,lysh,Лих,لیش,利希		05	065	06531	06531011
2878183	Libbesdorf	libbesdorf	DE	06386	418	Europe/Berlin	51.77236	12.10963		Libbesdorf		14	00	15082	15082256
2878202	Lexow	lexow	DE	17213	203	Europe/Berlin	53.43485	12.50193		Lexow		12	00	13071	13071155
2878204	Lexgaard	lexgaard	DE	25923	62	Europe/Berlin	54.83333	8.93333		Lexgaard	01054077	10	00	01054	01054077
2878218	Levitzow	levitzow	DE	17168	232	Europe/Berlin	53.83821	12.58278		Levitzow		12	00	13072	13072103
2878234	Leverkusen	leverkusen	DE	51371	162738	Europe/Berlin	51.0303	6.98432		Laevverkuuse,Leberkouzen,Leverkusen,Leverkuzen,Leverkuzenas,Leverkuzene,Leverkūzene,Lävverkuuse,Lėverkuzenas,ZOA,lbrqwzn,le fexr khu sein,lebeokujen,lei wo ku sen,lwrkwzn,lyfrkwzn,lywrkwsn,rebakuzen,Λεβερκούζεν,Леверкузен,לברקוזן,لورکوزن,ليفركوزن,لیورکوسن,เลเฟอร์คูเซิน,ლევერკუზენი,レバークーゼン,勒沃库森,레버쿠젠	05316	07	053	05316	05316000
2878244	Levenhagen	levenhagen	DE	17498	443	Europe/Berlin	54.08905	13.26891				12	00	13075	13075076
2878284	Leutesdorf	leutesdorf	DE	56599	1894	Europe/Berlin	50.45	7.38333		Leutesdorf,Lojtesdorf,luo yi te si duo fu,Лойтесдорф,Лојтесдорф,洛伊特斯多夫	07138038	08	00	07138	07138038
2878287	Leutershausen	leutershausen	DE	91578	0	Europe/Berlin	50.32885	10.16222		Leutershausen		02	096	09673	09673135
2878288	Leutershausen	leutershausen	DE	91578	0	Europe/Berlin	49.49786	8.65966		Leutershausen		01	082	08226	08226107
2878832	Lengfeld	lengfeld	DE	98660	0	Europe/Berlin	49.34252	12.33567				02	093	09376	09376147
2878833	Lengfeld	lengfeld	DE	98660	0	Europe/Berlin	48.91912	12.00666				02	092	09273	09273116
2878289	Leutershausen	leutershausen	DE	91578	5592	Europe/Berlin	49.29869	10.41189		Leutershausen,Lojtersgauzen,Lojterskhauzen,Loytershauzen,luo yi te er si hao sen,lwytrshawzn,lwytrzhawzn,roitasuhauzen,Лойтерсгаузен,Лойтерсхаузен,Лојтерсхаузен,Լոյտերսհաուզեն,لويترسهاوزن,لویترزهاوزن,ロイタースハウゼン,洛伊特尔斯豪森		02	095	09571	09571174
2878290	Leutersdorf	leutersdorf	DE	02794	4284	Europe/Berlin	50.95	14.65			14626280	13	00	14626	14626280
2878291	Leutersdorf	leutersdorf	DE	02794	298	Europe/Berlin	50.51667	10.55			16066039	15	00	16066	16066039
2878295	Leuterod	leuterod	DE	56244	850	Europe/Berlin	50.49583	7.81889			07143042	08	00	07143	07143042
2878298	Leutenthal	leutenthal	DE	99439	266	Europe/Berlin	51.05	11.36667			16071101	15	00	16071	16071101
2878308	Leutenberg	leutenberg	DE	07338	2521	Europe/Berlin	50.56354	11.45619		Leutenberg,Lojtenberg,luo yi teng bei ge,lwytnbrg,lwytnbrgh,Лойтенберг,Лојтенберг,لويتنبرغ,لویتنبرگ,洛伊滕贝格		15	00	16073	16073106
2878309	Leutenberg	leutenberg	DE	07338	0	Europe/Berlin	50.05058	12.10745				02	094	09479	09479158
2878310	Leutenbach	leutenbach	DE	71397	1775	Europe/Berlin	49.7095	11.17224			09474147	02	094	09474	09474147
2878311	Leutenbach	leutenbach	DE	71397	0	Europe/Berlin	49.48078	11.42921				02	095	09574	09574132
2878312	Leutenbach	leutenbach	DE	71397	0	Europe/Berlin	49.22085	11.51436				02	093	09373	09373119
2878313	Leutenbach	leutenbach	DE	71397	10717	Europe/Berlin	48.88791	9.39267			08119042	01	081	08119	08119042
2878324	Leussow	leussow	DE	19288	0	Europe/Berlin	53.29981	12.88235				12	00	13071	13071099
2878325	Leussow	leussow	DE	19288	324	Europe/Berlin	53.27803	11.28836				12	00	13076	13076046
2878342	Leupoldsgrün	leupoldsgrun	DE	95191	1382	Europe/Berlin	50.3	11.8		Leopol'dsgrjun,Lojpol'dsgrjun,Lojpoldsgrin,luo yi bo er ci ge lin,lwypwldsgrwn,roiporutsuguryun,Леопольдсгрюн,Лойпольдсгрюн,Лојполдсгрин,لویپولدسگرون,ロイポルツグリュン,洛伊波尔茨格林	09475145	02	094	09475	09475145
2878350	Leuna	leuna	DE	06237	6929	Europe/Berlin	51.31783	12.01589		Leuna,Lojna,luo yi na,lwyna,Лойна,Лојна,لوينا,لوینا,洛伊纳		14	00	15088	15088205
2878351	Leun	leun	DE	35638	6116	Europe/Berlin	50.55129	8.35836		Lojn,luo yin,lwyn,Лойн,Лојн,لوين,لوین,洛因		05	065	06532	06532016
2878375	Leuchtenberg	leuchtenberg	DE	92705	1299	Europe/Berlin	49.59737	12.2584		Leuchtenberg,Lojkhtenberg,luo yi xi teng bei ge,Лойхтенберг,Лојхтенберг,Լյոխթենբերգ,洛伊希滕贝格		02	093	09374	09374132
2878382	Leubsdorf	leubsdorf	DE	09573	3981	Europe/Berlin	50.8	13.16667			14522320	13	00	14522	14522320
2878383	Leubsdorf	leubsdorf	DE	09573	0	Europe/Berlin	50.71695	11.84613		Lemnitz-Leubsdorf,Leubsdorf		15	00	16075	16075057
2878384	Leubsdorf	leubsdorf	DE	09573	1724	Europe/Berlin	50.55	7.3			07138037	08	00	07138	07138037
2878387	Leubnitz	leubnitz	DE	08412	1509	Europe/Berlin	50.72313	12.3566		Leubnitz		13	00	14524	14524300
2878388	Leubnitz	leubnitz	DE	08412	0	Europe/Berlin	50.51509	12.01882		Leubnitz		13	00	14523	14523365
2878410	Letzlingen	letzlingen	DE	39638	1622	Europe/Berlin	52.44615	11.48518		Leclingen,Letzlingen,Лецлинген		14	00	15081	15081135
2878422	Lettweiler	lettweiler	DE	67823	242	Europe/Berlin	49.73333	7.73333			07133058	08	00	07133	07133058
2878471	Letschin	letschin	DE	15324	4973	Europe/Berlin	52.64379	14.36007		Lechin,lai ci xin,Лечин,Լեչին,莱茨欣	12064274	11	00	12064	12064274
2878641	Leps	leps	DE	39264	287	Europe/Berlin	51.9243	12.05005		Leps		14	00	15082	15082430
2878647	Leppin	leppin	DE	39615	0	Europe/Berlin	53.4855	13.44397				12	00	13071	13071090
2878648	Leppin	leppin	DE	39615	0	Europe/Berlin	53.35	12.8				12	00	13071	13071122
2878649	Leppin	leppin	DE	39615	0	Europe/Berlin	53.31098	11.89596				12	00	13076	13076168
2878650	Leppin	leppin	DE	39615	430	Europe/Berlin	52.88512	11.57337		Leppin		14	00	15081	15081030
2878673	Leopoldshöhe	leopoldshohe	DE	33818	16219	Europe/Berlin	52.01246	8.69834		Leopol'dsgee,Leopol'dskhjoeh,Leopoldshoehe,Leopoldshöhe,Leopoldskhekhe,lai ao bo er ci he hei,reoporutsuhee,Леополдсхехе,Леопольдсгеє,Леопольдсхёэ,レーオポルツヘーエ,莱奥波尔茨赫黑	05766048	07	057	05766	05766048
2878675	Leopoldshagen	leopoldshagen	DE	17375	793	Europe/Berlin	53.77413	13.89348		Leopoldshagen		12	00	13075	13075075
2878693	Leonberg	leonberg	DE	71229	1051	Europe/Berlin	49.94708	12.2852			09377137	02	093	09377	09377137
2878694	Leonberg	leonberg	DE	71229	0	Europe/Berlin	49.18306	12.11637				02	093	09376	09376141
2878695	Leonberg	leonberg	DE	71229	45711	Europe/Berlin	48.8	9.01667		Leomontium,Leonberg,Leonberq,Leonsberg,lai weng bei ge,leonbergi,liyonperku,lywnbrg,lywnbrgh,Леонберг,Լեոնբերգ,لئونبرگ,ليونبرغ,லியோன்பெர்கு,ლეონბერგი,莱翁贝格		01	081	08115	08115028
2878702	Lenzkirch	lenzkirch	DE	79853	5111	Europe/Berlin	47.86832	8.20211		Lenckirkh,lun ci ji xi,Ленцкирх,Ленцкірх,伦茨基希	08315068	01	083	08315	08315068
2878751	Lenting	lenting	DE	85101	0	Europe/Berlin	48.81029	11.45868		Lenting,lntyng,lun ting,Лентинг,Лентінг,Լենտինգ,لنتینگ,伦廷	09176143	02	091	09176	09176143
2878755	Lentföhrden	lentfohrden	DE	24632	2332	Europe/Berlin	53.86667	9.88333		Lentfoehrden,Lentfohrden,Lentföhrden	01060054	10	00	01060	01060054
2878760	Lenterode	lenterode	DE	37318	311	Europe/Berlin	51.33333	10.06667		Lenterode	16061065	15	00	16061	16061065
2878773	Lensahn	lensahn	DE	23738	5085	Europe/Berlin	54.21652	10.88326		Lensahn,Lenzan,lun sa en,Лензан,伦萨恩	01055027	10	00	01055	01055027
2878784	Lennestadt	lennestadt	DE	57368	28102	Europe/Berlin	51.11721	8.06707		Leneshtat,Lenneshtadt,Lennestadt,Stadt Lennestadt,lai nei si ta te,lynhshtat,Ленештат,Леннештадт,لنه‌اشتات,لينهشتات,莱内斯塔特		07	059	05966	05966020
2878794	Lenne	lenne	DE	37627	0	Europe/Berlin	51.13095	8.22473				07	059	05958	05958040
2878795	Lenne	lenne	DE	37627	752	Europe/Berlin	51.89387	9.68299			03255027	06	00	03255	03255027
2878824	Lenggries	lenggries	DE	83661	9432	Europe/Berlin	47.68333	11.56667		Lenggrias,Lenggris,Lengris,lngrys,lun li si,Ленггріс,Ленгрис,Լենգրիս,لنگریس,伦里斯	09173135	02	091	09173	09173135
2878829	Lengfeld	lengfeld	DE	98660	478	Europe/Berlin	50.53333	10.65			16069026	15	00	16069	16069026
2878838	Lengerich	lengerich	DE	49525	2679	Europe/Berlin	52.55381	7.53164		Lengerich,Lengerich Dorf,Lengerikhe,Ленгерихе	03454031	06	00	03454	03454031
2878840	Lengerich	lengerich	DE	49525	22697	Europe/Berlin	52.18661	7.86043		Lengerich		07	055	05566	05566040
2878844	Lengenwang	lengenwang	DE	87663	1375	Europe/Berlin	47.7	10.6			09777149	02	097	09777	09777149
2878851	Lengenfeld	lengenfeld	DE	08485	0	Europe/Berlin	51.21339	10.22169		Lengenfeld		15	00	16064	16064074
2878852	Lengenfeld	lengenfeld	DE	08485	8141	Europe/Berlin	50.5694	12.36408		Lengenfeld		13	00	14523	14523170
2878853	Lengenfeld	lengenfeld	DE	08485	0	Europe/Berlin	49.40978	11.89891		Lengenfeld		02	093	09371	09371136
2878854	Lengenfeld	lengenfeld	DE	08485	0	Europe/Berlin	49.29896	10.48307				02	095	09571	09571174
2878855	Lengenfeld	lengenfeld	DE	08485	0	Europe/Berlin	49.2389	11.63006				02	093	09373	09373167
2878856	Lengenfeld	lengenfeld	DE	08485	0	Europe/Berlin	49.00601	10.8714				02	095	09577	09577113
2878857	Lengenfeld	lengenfeld	DE	08485	0	Europe/Berlin	48.05686	9.03055				01	084	08437	08437072
2878858	Lengenfeld	lengenfeld	DE	08485	0	Europe/Berlin	48.00362	10.92733		Lengenfeld		02	091	09181	09181141
2878859	Lengenfeld	lengenfeld	DE	08485	0	Europe/Berlin	47.94744	10.77892				02	097	09777	09777155
2878863	Lengenbostel	lengenbostel	DE	27419	427	Europe/Berlin	53.3	9.51667			03357034	06	00	03357	03357034
2878873	Lengefeld	lengefeld	DE	06528	0	Europe/Berlin	51.50341	11.27161		Lengefeld		14	00	15087	15087370
2878874	Lengefeld	lengefeld	DE	06528	0	Europe/Berlin	51.26812	8.83177				05	066	06635	06635015
2878875	Lengefeld	lengefeld	DE	06528	0	Europe/Berlin	51.25443	10.39126		Lengefeld		15	00	16064	16064073
2878876	Lengefeld	lengefeld	DE	06528	779	Europe/Berlin	51.11628	11.71201		Lengefeld		14	00	15084	15084355
2878877	Lengefeld	lengefeld	DE	06528	0	Europe/Berlin	50.82871	11.34304				15	00	16071	16071008
2878878	Lengefeld	lengefeld	DE	06528	4834	Europe/Berlin	50.71911	13.1929		Lengefel'd,Lengefeld,Lengefelde,lngfld,lnghhfld,lun ge fei er de,Ленгефелд,Ленгефельд,لنغهفلد,لنگفلد,伦格费尔德		13	00	14521	14521495
2878879	Lengede	lengede	DE	38268	12993	Europe/Berlin	52.20487	10.30775		Lengede,lun ge de,Ленгеде,伦格德	03157005	06	00	03157	03157005
2878881	Lengdorf	lengdorf	DE	84435	2648	Europe/Berlin	48.25737	12.04973		Lengdorf,lngdwrf,lun duo fu,Ленгдорф,لنگدورف,伦多夫	09177127	02	091	09177	09177127
2878882	Lengdorf	lengdorf	DE	84435	0	Europe/Berlin	48.26138	13.006				02	092	09277	09277145
2878883	Lengdorf	lengdorf	DE	84435	0	Europe/Berlin	47.97843	12.13775				02	091	09187	09187170
2878912	Lemwerder	lemwerder	DE	27809	7325	Europe/Berlin	53.16667	8.61667		Lemverder,Lemwerder,XLW,lai mu wei er de er,Лемвердер,莱姆韦尔德尔	03461006	06	00	03461	03461006
2878927	Lemnitz	lemnitz	DE	07819	408	Europe/Berlin	50.72179	11.83322		Lemnitz	16075057	15	00	16075	16075057
2878943	Lemgo	lemgo	DE	32657	41943	Europe/Berlin	52.02786	8.89901		Lemge,Lemgo,lai mu ge,lmghw,lmgw,remugo,Лемго,لمغو,لمگو,レムゴー,莱姆戈		07	057	05766	05766044
2878946	Lembruch	lembruch	DE	49459	996	Europe/Berlin	52.53333	8.35			03251022	06	00	03251	03251022
2878948	Lemberg	lemberg	DE	66969	4317	Europe/Berlin	49.17309	7.65111			07340028	08	00	07340	07340028
2878949	Lemberg	lemberg	DE	66969	0	Europe/Berlin	49.11667	9.66667				01	081	08127	08127059
2878974	Lelkendorf	lelkendorf	DE	17168	620	Europe/Berlin	53.84279	12.73205		Lelkendorf		12	00	13072	13072066
2878979	Leizen	leizen	DE	17209	233	Europe/Berlin	53.36653	12.47463		Lajcen,Лайцен,Лајцен		12	00	13071	13071088
2878982	Leiwen	leiwen	DE	54340	1460	Europe/Berlin	49.81667	6.88333		Lajven,Лайвен,Лајвен	07235074	08	00	07235	07235074
2878983	Leitzweiler	leitzweiler	DE	55779	127	Europe/Berlin	49.58333	7.21667		Lajcvajler,lai ci wei lei,Лайцвайлер,Лајцвајлер,莱茨韦勒	07134051	08	00	07134	07134051
2878986	Leitzkau	leitzkau	DE	39279	1130	Europe/Berlin	52.05818	11.95203		Leitzkau		14	00	15086	15086055
2879094	Neuhaus	neuhaus	DE	19273	0	Europe/Berlin	52.99929	13.77737				11	00	12060	12060100
2879106	Leißling	leissling	DE	06667	1541	Europe/Berlin	51.1826	11.90954		Leissling,Leißling		14	00	15084	15084550
2879109	Leisnig	leisnig	DE	04703	6968	Europe/Berlin	51.15743	12.9279		Lajsnig,Leisnig,Leisniga,Lesnik,Lěsnik,lai si ni xi,layznyg,layznygh,Лайсниг,Лайсніг,Лајсниг,لايزنيغ,لایزنیگ,莱斯尼希		13	00	14522	14522310
2879111	Leislau	leislau	DE	06618	273	Europe/Berlin	51.08432	11.74492		Leislau		14	00	15084	15084341
2879121	Leisel	leisel	DE	55767	590	Europe/Berlin	49.71667	7.2			07134050	08	00	07134	07134050
2879230	Leimersheim	leimersheim	DE	76774	2624	Europe/Berlin	49.12421	8.34531			07334016	08	00	07334	07334016
2879139	Leipzig	leipzig	DE	04103	504971	Europe/Berlin	51.33962	12.37129		LEJ,Laeipcig,Lajpcig,Lajpcigu,Lajpcik,Leipciga,Leipcigas,Leipsia,Leipzig,Lejpcig,Lejpcyg,Leypsiq,Leypzig,Lipcse,Lipekika,Lipsca,Lipsia,Lipsk,Lipsko,Läipcig,Léypzig,Lípsia,la'ipajhisa,la'ipasisa,lai bi xi,laipcik,laipeuchihi,laiptsigi,laybzygh,laypzsh,laypzyg,lip sik,lipajiga,liph sik,lypzsh,lyypzyg,raiputsu~ihi,Λειψία,Лайпциг,Лајпциг,Лейпциг,Лейпцыг,Լայպցիգ,לייפציג,لائپزش,لايبزيغ,لایپزیگ,لیپزش,लाइपझिश,लिपजिग,লাইপ্‌ৎসিশ,ਲਾਈਪਸਿਸ਼,லைப்சிக்,ไลป์ซิก,ไลพ์ซิก,လိုက်ပဆစ်မြို့,ლაიფციგი,ላይፕጽግ,ライプツィヒ,莱比锡,萊比錫,라이프치히	14713	13	00	14713	14713000
2879150	Leipheim	leipheim	DE	89340	6822	Europe/Berlin	48.45004	10.22278		Lajpkhajm,Layphaym,Ljajpgajm,lai pu hai mu,laybhaym,layphaym,Лайпхайм,Лајпхајм,Ляйпгайм,Լայպհայմ,لايبهايم,لایپهایم,莱普海姆		02	097	09774	09774155
2879157	Leipe	leipe	DE	03226	161	Europe/Berlin	51.85538	14.04407		Leipe,Lejpe,Lipje,Лейпе		11	00	12066	12066196
2879159	Leinzell	leinzell	DE	73575	2241	Europe/Berlin	48.84941	9.8775		Lajncel,Lajncell',Ljajncell',lai yin ce er,laintseli,Лайнцелль,Лајнцел,Ляйнцелль,ლაინცელი,莱因策尔	08136040	01	081	08136	08136040
2879162	Leinsweiler	leinsweiler	DE	76829	403	Europe/Berlin	49.18333	8.01917			07337051	08	00	07337	07337051
2879173	Leiningen	leiningen	DE	56291	792	Europe/Berlin	50.13333	7.56667			07140084	08	00	07140	07140084
2879185	Leinfelden-Echterdingen	leinfelden-echterdingen	DE	70771	36672	Europe/Berlin	48.69406	9.16809		Lajnfel'den-Ehkhterdingen,Lajnfelden-Ekhterdingen,Laynfelden Exterdingen,Laynfelden-Exterdingen,Leinfelden-Echterdingen,Ljajnfel'den-Ekhterdingen,lai yin fei er deng-ai xi te er ding gen,laynfldn-ashtrdynghn,laynfldn-ashtrdyngn,Лайнфельден-Эхтердинген,Лајнфелден-Ехтердинген,Ляйнфельден-Ехтердінген,Լայնֆելդեն Էխտերդինգեն,لاينفلدن-إشتردينغن,لاینفلدن-اشتردینگن,莱因费尔登-埃希特尔丁根		01	081	08116	08116078
2879200	Leinburg	leinburg	DE	91227	6446	Europe/Berlin	49.45167	11.31		Lajnburg,Laynburg,Leinburg,Ljajnburg,lai yin bao,Лайнбург,Лајнбург,Ляйнбург,Լայնբուրգ,莱因堡	09574139	02	095	09574	09574139
2879210	Leinach	leinach	DE	97274	0	Europe/Berlin	50.22808	10.40735		Leinach		02	096	09673	09673173
2879241	Leimen	leimen	DE	66978	27190	Europe/Berlin	49.34737	8.68733		Laime,Lajmen,Leimen,Ljajmen,lai men,laymn,raimen,Лаймен,Лајмен,Ляймен,لايمن,لایمن,ライメン,萊門		01	082	08226	08226041
2879242	Leimen	leimen	DE	66978	993	Europe/Berlin	49.27373	7.76863			07340027	08	00	07340	07340027
2879255	Leimbach	leimbach	DE	06268	0	Europe/Berlin	51.60304	11.46394		Leimbach,Mansfeld-Unterstadt		14	00	15087	15087275
2879256	Leimbach	leimbach	DE	06268	0	Europe/Berlin	51.50043	10.86383		Leimbach,Leynbeke [a. 1254]		15	00	16062	16062041
2879257	Leimbach	leimbach	DE	06268	390	Europe/Berlin	51.36161	11.55005		Leimbach		14	00	15088	15088305
2879258	Leimbach	leimbach	DE	06268	0	Europe/Berlin	50.8961	10.02502				05	066	06632	06632009
2879259	Leimbach	leimbach	DE	06268	0	Europe/Berlin	50.87365	9.23123				05	066	06634	06634026
2879260	Leimbach	leimbach	DE	06268	1881	Europe/Berlin	50.81667	10.2		Lajmbakh,Лаймбах,Лајмбах	16063051	15	00	16063	16063051
2879261	Leimbach	leimbach	DE	06268	0	Europe/Berlin	50.74913	9.79018		Leimbach		05	066	06631	06631007
2879262	Leimbach	leimbach	DE	06268	0	Europe/Berlin	50.40392	6.92774			07131044	08	00	07131	07131044
2879263	Leimbach	leimbach	DE	06268	79	Europe/Berlin	50.01667	6.25			07232073	08	00	07232	07232073
2879264	Leimbach	leimbach	DE	06268	0	Europe/Berlin	47.71557	9.41932		Leimbach		01	084	08435	08435034
2879275	Leiferde	leiferde	DE	38542	0	Europe/Berlin	52.43948	10.43461		Lajferde,Leiffer,lai fei er de,Лайферде,Лајферде,莱费尔德	03151015	06	00	03151	03151015
2879276	Leiferde	leiferde	DE	38542	1911	Europe/Berlin	52.20445	10.50842		Leifer		06	00	03101	03101000
2879280	Leienkaul	leienkaul	DE	56759	0	Europe/Berlin	50.21667	7.08333			07135502	08	00	07135	07135502
2879299	Leidersbach	leidersbach	DE	63849	4997	Europe/Berlin	49.90139	9.22167		Lajdersbakh,Laydersbax,Ljajdersbakh,lai de er si ba he,raidasubahha,Лайдерсбах,Лајдерсбах,Ляйдерсбах,Լայդերսբախ,ライダースバッハ,莱德尔斯巴赫	09676136	02	096	09676	09676136
2879307	Leidenborn	leidenborn	DE	54619	167	Europe/Berlin	50.13333	6.21667			07232259	08	00	07232	07232259
2879315	Leichlingen	leichlingen	DE	42799	27497	Europe/Berlin	51.10628	7.01873		Lajkhlingen,Leichlinga,Leichlingen,Ljajkhlingen,lai xi lin gen,layshlynghn,layshlyngn,Лайхлинген,Лајхлинген,Ляйхлінген,لايشلينغن,لایشلینگن,莱希林根		07	053	05378	05378016
2879326	Leiblfing	leiblfing	DE	94339	3919	Europe/Berlin	48.77565	12.51793			09278146	02	092	09278	09278146
2879335	Leibertingen	leibertingen	DE	88637	2307	Europe/Berlin	48.04263	9.01308		Lajbertingen,Ljajbertingen,lai bei er ting gen,Лайбертинген,Лајбертинген,Ляйбертінген,莱贝尔廷根	08437072	01	084	08437	08437072
2879346	Leibchel	leibchel	DE	15913	0	Europe/Berlin	52.02905	14.07766		Leibchel		11	00	12061	12061329
2879360	Lehsen	lehsen	DE	19243	330	Europe/Berlin	53.48782	11.02522		Lehsen		12	00	13076	13076152
2879366	Lehrte	lehrte	DE	31275	0	Europe/Berlin	52.67472	7.39534				06	00	03454	03454019
2879367	Lehrte	lehrte	DE	31275	43920	Europe/Berlin	52.37193	9.97919		Lehrte,Lerte,lai er te,lrth,Лерте,لرته,莱尔特	03241011	06	00	03241	03241011
2879375	Lehrensteinsfeld	lehrensteinsfeld	DE	74251	1986	Europe/Berlin	49.13111	9.32722		Lerenshtajnsfel'd,Lerenshtajnsfeld,lai lun si tai yin si fei er de,rerenshutainsuferuto,Леренштайнсфельд,Леренштајнсфелд,レーレンシュタインスフェルト,莱伦斯泰因斯费尔德	08125057	01	081	08125	08125057
2879378	Lehre	lehre	DE	38165	11777	Europe/Berlin	52.33333	10.66667			03154014	06	00	03154	03154014
2879381	Lehrberg	lehrberg	DE	91611	3104	Europe/Berlin	49.34568	10.51101		Lehrberg,Lerberg,lai er bei ge,reruberuku,Лерберг,Լերբերգ,レールベルク,莱尔贝格		02	095	09571	09571171
2879390	Lehnstedt	lehnstedt	DE	99441	0	Europe/Berlin	53.30862	8.64222				06	00	03352	03352060
2879391	Lehnstedt	lehnstedt	DE	99441	344	Europe/Berlin	50.93333	11.43333			16071049	15	00	16071	16071049
2879403	Lehnitz	lehnitz	DE	16565	0	Europe/Berlin	52.74045	13.26266		Lehnitz		11	00	12065	12065256
2879407	Kloster Lehnin	kloster-lehnin	DE	14542	0	Europe/Berlin	52.3196	12.74594		Kloster Lehnin,Lehnin,Lehnin Abbey		11	00	12069	12069306
2879461	Lehmrade	lehmrade	DE	23883	460	Europe/Berlin	53.59391	10.74965		Lehmrade	01053084	10	00	01053	01053084
2879464	Lehmkuhlen	lehmkuhlen	DE	24211	1472	Europe/Berlin	54.23333	10.36667		Lehmkuhlen,Lemkulen,lai mu ku lun,Лемкулен,莱姆库伦	01057046	10	00	01057	01057046
2879465	Lehmkuhlen	lehmkuhlen	DE	24211	0	Europe/Berlin	53.53033	11.33426				12	00	13076	13076063
2879498	Lehmen	lehmen	DE	56332	1470	Europe/Berlin	50.28333	7.45		Lemen,lai men,Лемен,莱门	07137504	08	00	07137	07137504
2879543	Lehesten	lehesten	DE	07349	2103	Europe/Berlin	50.98333	11.58333			16074051	15	00	16074	16074051
2879544	Lehesten	lehesten	DE	07349	0	Europe/Berlin	50.75	11.78333				15	00	16075	16075019
2879545	Lehesten	lehesten	DE	07349	0	Europe/Berlin	50.47427	11.45215		Lehesten		15	00	16073	16073046
2879618	Lehe	lehe	DE	25774	0	Europe/Berlin	53.5672	8.59021		Lehe		03	00	04012	04012000
2879619	Lehe	lehe	DE	25774	0	Europe/Berlin	53.29556	8.1116				06	00	03451	03451008
2879620	Lehe	lehe	DE	25774	1155	Europe/Berlin	54.34143	9.02374			01051065	10	00	01051	01051065
2879621	Lehe	lehe	DE	25774	943	Europe/Berlin	53	7.33333			03454030	06	00	03454	03454030
2879653	Legden	legden	DE	48739	6725	Europe/Berlin	52.03333	7.1		Legden,lai ge deng,Легден,莱格登	05554036	07	055	05554	05554036
2879657	Legau	legau	DE	87764	3215	Europe/Berlin	47.85628	10.12981		Legau,lai gao,Легау,Լեգաու,莱高		02	097	09778	09778165
2879666	Leezen	leezen	DE	19067	1677	Europe/Berlin	53.86667	10.25		Leezen	01060053	10	00	01060	01060053
2879667	Leezen	leezen	DE	19067	2222	Europe/Berlin	53.66265	11.49874				12	00	13076	13076082
2879668	Leezdorf	leezdorf	DE	26529	1950	Europe/Berlin	53.55	7.3			03452015	06	00	03452	03452015
2879670	Leetza	leetza	DE	06895	388	Europe/Berlin	51.88734	12.81832		Leetza		14	00	15091	15091391
2879679	Leeskow	leeskow	DE	15868	0	Europe/Berlin	52.0179	14.41047		Leeskow,Lesskow		11	00	12061	12061224
2879680	Leeskow	leeskow	DE	15868	0	Europe/Berlin	51.60692	14.09304		Lask,Leeskow		11	00	12066	12066226
2879685	Leese	leese	DE	31633	1749	Europe/Berlin	52.5	9.11667		Leze,reze,Лезе,レーゼ	03256018	06	00	03256	03256018
2879686	Leese	leese	DE	31633	0	Europe/Berlin	52.04473	8.85979				07	057	05766	05766044
2879713	Leegebruch	leegebruch	DE	16767	6541	Europe/Berlin	52.7234	13.19304		Legebrukh,Legebrux,lai ge bu lu,Легебрух,Լեգեբրուխ,莱格布鲁	12065180	11	00	12065	12065180
2879728	Lederhose	lederhose	DE	07589	287	Europe/Berlin	50.8	11.91667			16076042	15	00	16076	16076042
2879758	Leck	leck	DE	25917	7593	Europe/Berlin	54.76667	8.98333		Leck	01054076	10	00	01054	01054076
2879789	Lechbruck	lechbruck	DE	86983	2442	Europe/Berlin	47.70162	10.79493				02	097	09777	09777147
2879794	Lebusa	lebusa	DE	04936	910	Europe/Berlin	51.79572	13.42068		Lebusa,Lebuza,lai bu sa,Лебуза,Лебуса,Լեբուզա,莱布萨	12062289	11	00	12062	12062289
2879795	Lebus	lebus	DE	15326	3447	Europe/Berlin	52.42719	14.53235		Lebus,Lebusium,Lubusz,lai bu si,lbws,lybws,Лебус,Լեբուս,لبوس,ليبوس,莱布斯		11	00	12064	12064268
2879797	Lebrade	lebrade	DE	24306	640	Europe/Berlin	54.21667	10.41667		Lebrade	01057045	10	00	01057	01057045
2879800	Lebien	lebien	DE	06922	366	Europe/Berlin	51.72099	12.9367				14	00	15091	15091010
2879817	Lebendorf	lebendorf	DE	06420	0	Europe/Berlin	51.71689	11.78754				14	00	15089	15089195
2879822	Lebehn	lebehn	DE	17322	146	Europe/Berlin	53.37121	14.32774		Lebehn		12	00	13075	13075067
2879832	Lebach	lebach	DE	66822	21583	Europe/Berlin	49.41122	6.90988		Lebach,Lebakh,lbakh,lybakh,Лебах,لباخ,ليباخ		09	00	10044	10044112
2879843	Lawitz	lawitz	DE	15898	680	Europe/Berlin	52.10703	14.64151			12067292	11	00	12067	12067292
2879846	Lawalde	lawalde	DE	02708	2131	Europe/Berlin	51.08333	14.6		Laval'de,Lavalde,Lewald,Lěwałd,la wa er de,Лавалде,Лавальде,拉瓦尔德	14626270	13	00	14626	14626270
2879861	Lautzenhausen	lautzenhausen	DE	55483	351	Europe/Berlin	49.93333	7.26667			07140082	08	00	07140	07140082
2879862	Lautzenbrücken	lautzenbrucken	DE	56472	364	Europe/Berlin	50.67361	7.96444			07143255	08	00	07143	07143255
2879865	Lautrach	lautrach	DE	87763	1198	Europe/Berlin	47.89805	10.11806		Lautrakh,lao te la he,Лаутрах,Լաութրախ,劳特拉赫	09778164	02	097	09778	09778164
2879870	Lautertal	lautertal	DE	36369	2638	Europe/Berlin	50.58333	9.28333		Lautertal,Lautertal',rautataru,Лаутертал,Лаутерталь,ラウタータール	06535012	05	065	06535	06535012
2879872	Lautert	lautert	DE	56355	264	Europe/Berlin	50.16667	7.83333			07141078	08	00	07141	07141078
2879875	Lautersheim	lautersheim	DE	67308	615	Europe/Berlin	49.58722	8.09833			07333041	08	00	07333	07333041
2879891	Lauterhofen	lauterhofen	DE	92283	0	Europe/Berlin	50.58455	12.49149		Lauterhofen		13	00	14524	14524040
2879892	Lauterhofen	lauterhofen	DE	92283	3773	Europe/Berlin	49.3684	11.60294		Lautergofen,Lauterhofen,Lauterkhofen,lao te luo fen,Лаутергофен,Лаутерхофен,Լաութերհոֆեն,劳特罗芬		02	093	09373	09373140
2880002	Laußig	laussig	DE	04838	2082	Europe/Berlin	51.54676	12.6293		Lausig,Laussigi vald,Laußigi vald,lao xi xi,Лаусиг,劳西希	14730160	13	00	14730	14730160
2879895	Lauterecken	lauterecken	DE	67742	2292	Europe/Berlin	49.64993	7.59265		Lauterecken,Lautereken,Lauterekken,lao te lei ken,lawtrakn,rautaekken,Лаутерекен,Лаутереккен,لاوترإكن,لاوتراکن,ラウターエッケン,劳特雷肯		08	00	07336	07336058
2879921	Lauterbach	lauterbach	DE	36341	0	Europe/Berlin	54.34387	13.49934		Lauterbach,Lauterbach Rugen,Lauterbach Rügen		12	00	13073	13073070
2879922	Lauterbach	lauterbach	DE	36341	0	Europe/Berlin	51.22833	13.60961		Beiersdorf-Lauterbach,Lauterbach		13	00	14627	14627030
2879923	Lauterbach	lauterbach	DE	36341	0	Europe/Berlin	51.23054	8.92975				05	066	06635	06635019
2879924	Lauterbach	lauterbach	DE	36341	0	Europe/Berlin	51.17319	12.625				13	00	14729	14729010
2879925	Lauterbach	lauterbach	DE	36341	0	Europe/Berlin	51.06787	14.11486		Lauterbach		13	00	14628	14628380
2879926	Lauterbach	lauterbach	DE	36341	633	Europe/Berlin	51.06667	10.35			16063049	15	00	16063	16063049
2879927	Lauterbach	lauterbach	DE	36341	0	Europe/Berlin	50.7766	12.39718		Lauterbach		13	00	14524	14524210
2879928	Lauterbach	lauterbach	DE	36341	0	Europe/Berlin	50.67846	13.17689		Lauterbach		13	00	14521	14521390
2879929	Lauterbach	lauterbach	DE	36341	14487	Europe/Berlin	50.63558	9.39777		Lauterbach,Lauterbakh,lao te er ba he,lawtrbakh,rautabahha,Лаутербах,لاوترباخ,ラウターバッハ,劳特尔巴赫	06535	05	065	06535	06535011
2879930	Lauterbach	lauterbach	DE	36341	0	Europe/Berlin	50.20559	12.14513		Lauterbach		02	094	09479	09479152
2879931	Lauterbach	lauterbach	DE	36341	0	Europe/Berlin	49.87805	12.45139				02	093	09377	09377139
2879932	Lauterbach	lauterbach	DE	36341	0	Europe/Berlin	49.34674	10.32779				02	095	09571	09571155
2879933	Lauterbach	lauterbach	DE	36341	0	Europe/Berlin	49.18445	6.74378			10041519	09	00	10041	10041519
2879934	Lauterbach	lauterbach	DE	36341	0	Europe/Berlin	49.12119	11.33497				02	093	09373	09373126
2879935	Lauterbach	lauterbach	DE	36341	0	Europe/Berlin	48.89292	12.79452				02	092	09278	09278159
2879936	Lauterbach	lauterbach	DE	36341	0	Europe/Berlin	48.62307	10.74502		Lauterbach		02	097	09773	09773122
2879937	Lauterbach	lauterbach	DE	36341	0	Europe/Berlin	48.52185	12.57504				02	092	09279	09279126
2879938	Lauterbach	lauterbach	DE	36341	0	Europe/Berlin	48.43387	11.24808				02	091	09174	09174111
2879939	Lauterbach	lauterbach	DE	36341	0	Europe/Berlin	48.39379	12.74553				02	092	09277	09277116
2879940	Lauterbach	lauterbach	DE	36341	0	Europe/Berlin	48.38199	11.54011				02	091	09178	09178123
2879941	Lauterbach	lauterbach	DE	36341	0	Europe/Berlin	48.26834	11.29978				02	091	09174	09174113
2879942	Lauterbach	lauterbach	DE	36341	0	Europe/Berlin	48.24513	10.55183		Lauterbach		02	097	09774	09774198
2879943	Lauterbach	lauterbach	DE	36341	0	Europe/Berlin	48.2305	12.35481				02	091	09183	09183120
2879945	Lauterbach	lauterbach	DE	36341	0	Europe/Berlin	48.04825	12.05526				02	091	09175	09175119
2879946	Lauterbach	lauterbach	DE	36341	0	Europe/Berlin	47.81128	12.19195				02	091	09187	09187169
2879947	Lauterbach	lauterbach	DE	36341	0	Europe/Berlin	47.71148	10.8797				02	091	09190	09190154
2879950	Lauterach	lauterach	DE	89584	594	Europe/Berlin	48.2562	9.58034			08425073	01	084	08425	08425073
2879951	Lauterach	lauterach	DE	89584	0	Europe/Berlin	49.36231	11.71125				02	093	09371	09371132
2879963	Lauter	lauter	DE	96169	0	Europe/Berlin	50.62155	10.70752				15	00	16054	16054000
2879964	Lauter	lauter	DE	96169	5028	Europe/Berlin	50.56264	12.73513		Lauter,Lauter/Sachsen,lawtr,lawtr  zaksn,Лаутер,لاوتر,لاوتر، زاکسن		13	00	14521	14521355
2879965	Lauter	lauter	DE	96169	0	Europe/Berlin	50.56967	8.96781				05	065	06531	06531010
2879966	Lauter	lauter	DE	96169	1141	Europe/Berlin	49.97317	10.78842			09471152	02	094	09471	09471152
2879967	Lauter	lauter	DE	96169	0	Europe/Berlin	47.87284	12.7144		Lauter		02	091	09189	09189148
2879981	Lautenbach	lautenbach	DE	77794	1945	Europe/Berlin	48.48185	8.02732				01	083	08317	08317021
2879982	Lautenbach	lautenbach	DE	77794	0	Europe/Berlin	49.41832	7.26438				09	00	10043	10043115
2879983	Lautenbach	lautenbach	DE	77794	0	Europe/Berlin	49.21819	9.27607				01	081	08125	08125078
2879984	Lautenbach	lautenbach	DE	77794	0	Europe/Berlin	49.07231	10.22637				01	081	08127	08127102
2879985	Lautenbach	lautenbach	DE	77794	0	Europe/Berlin	48.7563	8.37167				01	082	08216	08216017
2879986	Lautenbach	lautenbach	DE	77794	0	Europe/Berlin	47.88342	9.22483				01	084	08437	08437124
2879989	Lautenbach	lautenbach	DE	77794	0	Europe/Berlin	48.52071	8.11514			08317067	01	083	08317	08317067
2879996	Lauta	lauta	DE	02991	0	Europe/Berlin	51.4542	14.1049		LLuty,Lauta,Luty,LŁuty,lao ta,lawta,Łuty,Лаута,لاوتا,劳塔		13	00	14625	14625310
2879997	Lauta	lauta	DE	02991	0	Europe/Berlin	50.66551	13.14456		Lauta		13	00	14521	14521390
2880001	Laußnitz	laussnitz	DE	01936	2102	Europe/Berlin	51.25	13.88333		Lausnic,Laussnitzi vald,Laußnitzi vald,Luznica,lao si ni ci,Łužnica,Лаусниц,劳斯尼茨	14625300	13	00	14625	14625300
2880047	Lauschied	lauschied	DE	55568	613	Europe/Berlin	49.73333	7.61667		Laushid,lao xi de,Лаушид,劳席德	07133057	08	00	07133	07133057
2880052	Lauscha	lauscha	DE	98724	4104	Europe/Berlin	50.47687	11.15962		Lauscha		15	00	16072	16072011
2880073	Laurenburg	laurenburg	DE	56379	326	Europe/Berlin	50.33222	7.91139			07141077	08	00	07141	07141077
2880077	Laupheim	laupheim	DE	88471	19012	Europe/Berlin	48.22786	9.87874		Laupgajm,Lauphaym,Laupheim,Laupkhajm,lao pu hai mu,lawbhaym,lawphaym,Лаупгайм,Лаупхайм,Лаупхајм,Լաուպհայմ,לאופהיים,لاوبهايم,لاوپهایم,ლაუპჰაიმი,劳普海姆		01	084	08426	08426070
2880079	Lauperath	lauperath	DE	54649	118	Europe/Berlin	50.08333	6.33333			07232258	08	00	07232	07232258
2880087	Laumersheim	laumersheim	DE	67229	889	Europe/Berlin	49.55405	8.23538		Laumerskhajm,lao mei er si hai mu,Лаумерсхайм,Лаумерсхајм,劳梅尔斯海姆	07332033	08	00	07332	07332033
2880102	Laugna	laugna	DE	86502	1583	Europe/Berlin	48.53333	10.7		Laugna,lao ge na,lawgna,Лаугна,Լաուգնա,لاوگنا,劳格纳	09773143	02	097	09773	09773143
2880111	Lauffen am Neckar	lauffen-am-neckar	DE	74348	11068	Europe/Berlin	49.0734	9.14567		Laufen am Nekar,Laufen na Nekaru,Lauffen,Lauffen am Neckar,Lauffen-am-Nekkar,Laviacum,lawfn am nka,lawfn am nykar,nei ka he pan lao fen,Лауфен ам Некар,Лауфен на Некару,Лауффен-ам-Неккар,لاوفن آم نيكار,لاوفن آم نکا,ラウフェン・アム・ネッカー,内卡河畔劳芬		01	081	08125	08125056
2880113	Laufersweiler	laufersweiler	DE	55487	847	Europe/Berlin	49.89649	7.30502		Langersweiler,Laufersvajler,Laufersweiler,lao fu er si wei lei,Лауферсвайлер,Лауферсвајлер,劳弗尔斯韦勒	07140081	08	00	07140	07140081
2880120	Laufenbürg	laufenburg	DE	79725	0	Europe/Berlin	49.07808	10.67067				02	095	09571	09571214
2880121	Laufenburg	laufenburg	DE	79725	8515	Europe/Berlin	47.56512	8.06045		Klein Laufenburg,Laufenburg,Laufenburg in Baden,lawfnbwrg  alman,Лауфенбург,لاوفنبورگ، آلمان		01	083	08337	08337066
2880228	Laucha	laucha	DE	06636	2517	Europe/Berlin	51.22422	11.67988		Laucha,Laucha an der Unstrut		14	00	15084	15084285
2880129	Laufen	laufen	DE	83410	6869	Europe/Berlin	47.93568	12.92856	394	Laffa an da Soizach,Laufen,Laufen (Salzach),Lauffen,lao fen,lawfn,lawfn  alman,Лауфен,Լաուֆեն,لاوفن,لاوفن، آلمان,劳芬		02	091	09172	09172122
2880130	Laufen	laufen	DE	83410	0	Europe/Berlin	47.84174	7.68408				01	083	08315	08315111
2880132	Laufeld	laufeld	DE	54533	497	Europe/Berlin	50.08333	6.86667			07231074	08	00	07231	07231074
2880144	Lauf an der Pegnitz	lauf-an-der-pegnitz	DE	91207	26403	Europe/Berlin	49.51386	11.28247		Lauf,Lauf an da Pegnitz,Lauf an der Pegnic,Lauf an der Pegnitz,Lauf-an-der-Pegnic,lawf an dr bghnytz,lawf an dr pgnytz,pei ge ni ci he pan lao fu,Лауф ан дер Пегниц,Лауф-ан-дер-Пегниц,Лауф-ан-дер-Пегніц,Պեգնիցի Լաուֆ,لاوف آن در بغنيتز,لاوف آن در پگنیتز,佩格尼茨河畔劳夫	09574	02	095	09574	09574138
2880146	Laufach	laufach	DE	63846	5354	Europe/Berlin	50.01667	9.3		Laufach,Laufakh,Laufax,lao fa,raufahha,Лауфах,Լաուֆախ,ラウファッハ,劳法	09671139	02	096	09671	09671139
2880147	Lauf	lauf	DE	77886	0	Europe/Berlin	50.00222	10.94273				02	094	09471	09471214
2880148	Lauf	lauf	DE	77886	0	Europe/Berlin	49.72748	10.92221				02	095	09572	09572111
2880149	Lauf	lauf	DE	77886	0	Europe/Berlin	49.18642	11.9127				02	093	09373	09373134
2880150	Lauf	lauf	DE	77886	3973	Europe/Berlin	48.65	8.13333		Lauf,Лауф	08317068	01	083	08317	08317068
2880175	Lauenhagen	lauenhagen	DE	31714	0	Europe/Berlin	53.52549	13.69565				12	00	13075	13075130
2880176	Lauenhagen	lauenhagen	DE	31714	1524	Europe/Berlin	52.35547	9.20637			03257019	06	00	03257	03257019
2880178	Lauenförde	lauenforde	DE	37697	0	Europe/Berlin	51.66667	10.38333		Lauenforde,Lauenförde		06			
2880184	Lauenbrück	lauenbruck	DE	27389	2152	Europe/Berlin	53.2	9.56667		Lauehnbrjuk,Lauenbrik,Lauenbruech,Lauenbrueck,Lauenbrüch,Lauenbrück,lao en bu lu ke,rauenburyukku,Лауенбрик,Лауэнбрюк,ラウエンブリュック,劳恩布吕克	03357033	06	00	03357	03357033
2880189	Lauenau	lauenau	DE	31867	4198	Europe/Berlin	52.27393	9.36928		Lauehnau,Lauenau,lao ai nao,rauenau,Лауенау,Лауэнау,ラウエナウ,劳埃瑙		06	00	03257	03257018
2880196	Laudert	laudert	DE	56291	399	Europe/Berlin	50.07701	7.60357				08	00	07140	07140080
2880200	Laudenbach	laudenbach	DE	63925	0	Europe/Berlin	51.23245	9.8135		Laudenbach		05	066	06636	06636004
2880201	Laudenbach	laudenbach	DE	63925	0	Europe/Berlin	50.80416	10.41042				15	00	16066	16066074
2880202	Laudenbach	laudenbach	DE	63925	0	Europe/Berlin	49.94579	9.76908		Laudenbach		02	096	09677	09677148
2880203	Laudenbach	laudenbach	DE	63925	1399	Europe/Berlin	49.74583	9.17611		Laudenbakh,Laudenbax,raudenbahha,Лауденбах,Լաուդենբախ,ラウデンバッハ	09676135	02	096	09676	09676135
2880204	Laudenbach	laudenbach	DE	63925	6141	Europe/Berlin	49.61333	8.65389		Laudenbakh,raudenbahha,Лауденбах,ラウデンバッハ	08226040	01	082	08226	08226040
2880205	Laudenbach	laudenbach	DE	63925	0	Europe/Berlin	49.45472	9.92833		Laudenbach		01	081	08128	08128126
2880215	Lauchheim	lauchheim	DE	73466	4609	Europe/Berlin	48.87135	10.24222		Laukhgajm,Laukhkhajm,lakhhaym,lao hai mu,laukhhaimi,lawkhhaym,Лаухгайм,Лауххайм,Лауххајм,لاخهایم,لاوخهايم,ლაუხჰაიმი,劳海姆		01	081	08136	08136038
2880221	Lauchhammer	lauchhammer	DE	01979	18990	Europe/Berlin	51.48813	13.76623		Lauchhammer,Lauchhammer East,Lauhamer,Laukhamer,Laukhkhammer,Luchow,Stadt Lauchhammer,lao ha mei er,lawkhhamr,lawkhhmr,Łuchow,Лаухамер,Лауххаммер,Լաուհամեր,لاوخهامر,لاوخهمر,劳哈梅尔		11	00	12066	12066176
2880229	Laucha	laucha	DE	06636	0	Europe/Berlin	51.12016	14.65478		Laucha,Luchow		13	00	14626	14626290
2880230	Laucha	laucha	DE	06636	533	Europe/Berlin	50.92582	10.54313		Laucha		15	00	16067	16067088
2880235	Laubsdorf	laubsdorf	DE	03058	510	Europe/Berlin	51.67444	14.44197		Laubsdorf,Libanojce		11	00	12071	12071301
2880270	Laubenheim	laubenheim	DE	55452	0	Europe/Berlin	49.95861	8.3125		Laubenheim		08	00	07315	07315000
2880271	Laubenheim	laubenheim	DE	55452	844	Europe/Berlin	49.91667	7.9		Laubenkhajm,lao ben hai mu,Лаубенхайм,Лаубенхајм,劳本海姆	07133056	08	00	07133	07133056
2880280	Lauben	lauben	DE	87493	1361	Europe/Berlin	48.05928	10.29014			09778163	02	097	09778	09778163
2880281	Lauben	lauben	DE	87493	0	Europe/Berlin	47.86984	10.03854				01	084	08436	08436055
2880282	Lauben	lauben	DE	87493	3274	Europe/Berlin	47.78333	10.3			09780125	02	097	09780	09780125
2880304	Laubach	laubach	DE	35321	484	Europe/Berlin	50.33333	7.58333		Bad Laubach,Laubach,Laubach Koblenz		08	00	07111	07111000
2880305	Laubach	laubach	DE	35321	0	Europe/Berlin	51.3983	9.71071				06	00	03159	03159017
2880306	Laubach	laubach	DE	35321	0	Europe/Berlin	51.24203	6.95348				07	051	05158	05158024
2880307	Laubach	laubach	DE	35321	0	Europe/Berlin	51.22784	13.46731				13	00	14627	14627200
2880308	Laubach	laubach	DE	35321	10205	Europe/Berlin	50.54196	8.99034		Laubakh,lao ba he,lawbakh  alman,raubahha,Лаубах,لاوباخ، آلمان,ラウバッハ,劳巴赫		05	065	06531	06531010
2880309	Laubach	laubach	DE	35321	0	Europe/Berlin	50.3632	8.42978				05	064	06434	06434004
2880310	Laubach	laubach	DE	35321	1073	Europe/Berlin	50.23277	7.07333			07135052	08	00	07135	07135052
2880311	Laubach	laubach	DE	35321	0	Europe/Berlin	50.05	7.5			07140079	08	00	07140	07140079
2880312	Laubach	laubach	DE	35321	0	Europe/Berlin	48.86631	9.96739				01	081	08136	08136002
2880313	Laubach	laubach	DE	35321	0	Europe/Berlin	48.08517	9.9928				01	084	08426	08426087
2880351	Lathen	lathen	DE	49762	5754	Europe/Berlin	52.86667	7.31667		Laten,la teng,raten,Латен,ラーテン,拉滕	03454029	06	00	03454	03454029
2880355	Latendorf	latendorf	DE	24598	608	Europe/Berlin	54	10.06667		Latendorf	01060052	10	00	01060	01060052
2880356	Latdorf	latdorf	DE	06408	802	Europe/Berlin	51.80885	11.8		Latdorf		14	00	15089	15089235
2880357	Lastrup	lastrup	DE	49688	6684	Europe/Berlin	52.79468	7.86715		Lastrup,la si te lu pu,Ластруп,拉斯特鲁普	03453009	06	00	03453	03453009
2880358	Lastrup	lastrup	DE	49688	0	Europe/Berlin	52.72295	7.6023				06	00	03454	03454026
2880375	Lassan	lassan	DE	17440	1462	Europe/Berlin	53.94874	13.85219		Lassan		12	00	13075	13075074
2880378	Lassahn	lassahn	DE	19246	491	Europe/Berlin	53.60351	10.95337				12	00	13076	13076159
2880388	Lasel	lasel	DE	54612	355	Europe/Berlin	50.11667	6.46667			07232256	08	00	07232	07232256
2880395	Lascheid	lascheid	DE	54597	0	Europe/Berlin	50.75245	7.45473		Lascheid		07	053	05382	05382016
2880396	Lascheid	lascheid	DE	54597	74	Europe/Berlin	50.11667	6.41667			07232255	08	00	07232	07232255
2880400	Lasbek	lasbek	DE	23847	1162	Europe/Berlin	53.73333	10.36667		Lasbek,Lasbek-Dorf,la si bei ke,Ласбек,拉斯贝克	01062089	10	00	01062	01062089
2880425	Lappersdorf	lappersdorf	DE	93138	12744	Europe/Berlin	49.04694	12.0913		Lapersdorf,Lappersdorf,la po si duo fu,laprsdwrf,Лаперсдорф,Лапперсдорф,Լափերսդորֆ,لاپرسدورف,拉珀斯多夫		02	093	09375	09375165
2880426	Lappersdorf	lappersdorf	DE	93138	0	Europe/Berlin	48.63857	12.79689				02	092	09279	09279113
2880441	Lapitz	lapitz	DE	17217	171	Europe/Berlin	53.5458	13.0901		Lapitz		12	00	13071	13071173
2880483	Lanze	lanze	DE	21483	427	Europe/Berlin	53.38713	10.60492			01053082	10	00	01053	01053082
2880484	Lanze	lanze	DE	21483	0	Europe/Berlin	52.95822	11.32854				06	00	03354	03354020
2880485	Lanz	lanz	DE	19309	902	Europe/Berlin	53.07442	11.59908		Lanc,lan ci,Ланц,兰茨	12070236	11	00	12070	12070236
2880490	Lansen	lansen	DE	17192	244	Europe/Berlin	53.60009	12.75782				12	00	13071	13071172
2880513	Lanke	lanke	DE	16359	0	Europe/Berlin	52.76087	13.56528				11	00	12060	12060269
2880515	Lankau	lankau	DE	23881	515	Europe/Berlin	53.66667	10.66667		Lankau	01053081	10	00	01053	01053081
2880528	Langwieden	langwieden	DE	66894	273	Europe/Berlin	49.38333	7.5			07335202	08	00	07335	07335202
2880535	Langweiler	langweiler	DE	55758	0	Europe/Berlin	50.87455	6.24023				07	053	05358	05358004
2880536	Langweiler	langweiler	DE	55758	0	Europe/Berlin	49.78333	7.18333			07134502	08	00	07134	07134502
2880537	Langweiler	langweiler	DE	55758	279	Europe/Berlin	49.66667	7.51667		Langvajler,Лангвайлер,Лангвајлер	07336057	08	00	07336	07336057
2880546	Langwedel	langwedel	DE	24631	1372	Europe/Berlin	54.21033	9.92761			01058094	10	00	01058	01058094
2880547	Langwedel	langwedel	DE	24631	14755	Europe/Berlin	52.97864	9.18542		Langvedel,Langvedel',Langwedel,lang wei de er,ranguvu~ederu,Лангведел,Лангведель,ラングヴェーデル,朗韦德尔		06	00	03361	03361006
2880548	Langwedel	langwedel	DE	24631	0	Europe/Berlin	52.67937	10.53474				06	00	03151	03151007
2880564	Langula	langula	DE	99986	1135	Europe/Berlin	51.15001	10.4167		Langula		15	00	16064	16064075
2880565	Langsur	langsur	DE	54308	1634	Europe/Berlin	49.72442	6.49906		Langsur,Langzur,Laser,lang su er,Лангзур,Лангсур,朗苏尔	07235073	08	00	07235	07235073
2880573	Langstedt	langstedt	DE	24852	1037	Europe/Berlin	54.61667	9.38333		Langstedt	01059138	10	00	01059	01059138
2880580	Langsdorf	langsdorf	DE	18334	193	Europe/Berlin	54.07928	12.72208				12	00	13073	13073050
2880581	Langsdorf	langsdorf	DE	18334	0	Europe/Berlin	50.49399	8.85464				05	065	06531	06531011
2880586	Langscheid	langscheid	DE	56729	0	Europe/Berlin	51.35207	7.95258		Langscheid		07	059	05958	05958044
2880587	Langscheid	langscheid	DE	56729	0	Europe/Berlin	51.27525	7.46581				07	059	05954	05954004
2880588	Langscheid	langscheid	DE	56729	0	Europe/Berlin	50.49922	6.76397				07	053	05366	05366004
2880589	Langscheid	langscheid	DE	56729	95	Europe/Berlin	50.38333	7.11667			07137061	08	00	07137	07137061
2880590	Langscheid	langscheid	DE	56729	0	Europe/Berlin	50.07909	7.74119				08	00	07140	07140112
2880597	Langquaid	langquaid	DE	84085	5159	Europe/Berlin	48.82318	12.05134		Langkvajd,Langquaid,Langquaidt,Langvajd,Lankwatt,lang ku ai de,langkwayd,Лангвајд,Лангквайд,Լանգքվայդ,لانگکواید,朗库艾德		02	092	09273	09273141
2880613	Langlingen	langlingen	DE	29364	2303	Europe/Berlin	52.55593	10.28291		Langeln,Langlingen,lang lin gen,Ланглинген,朗林根		06	00	03351	03351017
2880666	Langhagen	langhagen	DE	18279	702	Europe/Berlin	53.68624	12.43627		Langkhagen,lang ha gen,Лангхаген,朗哈根		12	00	13072	13072063
2880667	Langhagen	langhagen	DE	18279	0	Europe/Berlin	53.38756	12.9613				12	00	13071	13071110
2880672	Langgöns	langgons	DE	35428	12283	Europe/Berlin	50.5	8.66667		Lang Gons,Lang Göns,Langens,Langgens,Langgjons,Langgoens,Langgons,Langgöns,lan gen si,rangugensu,Ланггенс,Ланггёнс,Лангенс,ラングゲンス,兰根斯	06531009	05	065	06531	06531009
2880684	Langewiesen	langewiesen	DE	98704	3793	Europe/Berlin	50.67252	10.97102		Langevisen,Langevizen,Langewiesen,lan ge wei sen,langhhfyzn,langwyzn,Лангевизен,Лангевисен,لانغهفيزن,لانگویزن,兰格维森		15	00	16070	16070029
2880699	Langewahl	langewahl	DE	15518	855	Europe/Berlin	52.33333	14.1			12067288	11	00	12067	12067288
2880725	Langerwisch	langerwisch	DE	14557	0	Europe/Berlin	52.31667	13.06667				11	00	12069	12069397
2880726	Langerwehe	langerwehe	DE	52379	14027	Europe/Berlin	50.81667	6.35		Langervee,Langerveeh,Langervekhe,Langerwehe,lan ge er wei hei,Лангервее,Лангервехе,Лангервеэ,兰格尔韦黑	05358032	07	053	05358	05358032
2880758	Langerringen	langerringen	DE	86853	3802	Europe/Berlin	48.1459	10.75894		Langeringen,Langerringen,lan ge lin gen,Лангеринген,Лангерринген,Лангеррінген,Լանգերինգեն,兰格林根	09772170	02	097	09772	09772170
2880861	Langeoog	langeoog	DE	26465	1990	Europe/Berlin	53.75	7.48333		LGO,Langeog,Langeooch,Langeoog,Langereach,lan ge ao ge,langeoogi,lanjh awkh,Лангеог,لانجه أوخ,لانگه‌اگ,ლანგეოოგი,兰格奥格	03462007	06	00	03462	03462007
2880862	Langenzenn	langenzenn	DE	90579	10629	Europe/Berlin	49.49463	10.7923		Langencen,Langencenn,Langenzenn,lan gen cen,langtsn,Лангенцен,Лангенценн,لانگتسن,兰根岑		02	095	09573	09573120
2880864	Langenwolschendorf	langenwolschendorf	DE	07937	949	Europe/Berlin	50.63546	11.95416		Langenwolschendorf	16076041	15	00	16076	16076041
2880871	Langenwetzendorf	langenwetzendorf	DE	07957	3774	Europe/Berlin	50.67884	12.09407		Langenvecendorf,Langenvetcendorf,Langenwetzendorf,lan gen wei cen duo fu,Лангенветцендорф,Лангенвецендорф,兰根韦岑多夫	16076039	15	00	16076	16076039
2880885	Langenthal	langenthal	DE	55569	0	Europe/Berlin	51.61667	10.36667				06	00	03159	03159019
2880886	Langenthal	langenthal	DE	55569	97	Europe/Berlin	49.83333	7.56667			07133055	08	00	07133	07133055
2880887	Langenthal	langenthal	DE	55569	0	Europe/Berlin	49.47215	8.84685				05	064	06431	06431012
2880888	Langenthal	langenthal	DE	55569	0	Europe/Berlin	49.36181	11.47093				02	093	09373	09373113
2880905	Langenstein	langenstein	DE	38895	1996	Europe/Berlin	51.85551	10.98822		Langenstein		14	00	15085	15085135
2880906	Langenstein	langenstein	DE	38895	0	Europe/Berlin	50.83191	8.95864				05	065	06534	06534011
2880907	Langenstein	langenstein	DE	38895	0	Europe/Berlin	47.84285	8.90214				01	083	08335	08335099
2880912	Langensendelbach	langensendelbach	DE	91094	2837	Europe/Berlin	49.64051	11.07104			09474146	02	094	09474	09474146
2880913	Langenselbold	langenselbold	DE	63505	12660	Europe/Berlin	50.17657	9.04003		Langenselbold,Langenzel'bol'd,lang gen sai er bo de,langhnzlbwld,langnzlbwld,rangenzeruboruto,Лангензельбольд,Лангенселболд,لانغنزلبولد,لانگنزلبولد,ランゲンゼルボルト,朗根塞尔博德		05	064	06435	06435017
2880926	Langenscheid	langenscheid	DE	65558	567	Europe/Berlin	50.35598	7.95166			07141076	08	00	07141	07141076
2880930	Langensalzwedel	langensalzwedel	DE	39590	183	Europe/Berlin	52.58094	11.94489				14	00	15090	15090550
2880957	Langenpreising	langenpreising	DE	85465	2496	Europe/Berlin	48.42569	11.97217		Langapreising,Langenprajsing,Langenprajzing,lan gen pu lai xing,langn prayzyng,Лангенпрайзинг,Лангенпрайзінг,Лангенпрајсинг,لانگن پرایزینگ,兰根普赖兴	09177126	02	091	09177	09177126
2880960	Langenorla	langenorla	DE	07381	1490	Europe/Berlin	50.74067	11.58023		Langenorla,lan ge nuo er la,Лангенорла,兰格诺尔拉	16075054	15	00	16075	16075054
2881179	Langenberg	langenberg	DE	33449	0	Europe/Berlin	50.81306	7.62772		Langenberg		07	053	05382	05382076
2881180	Langenberg	langenberg	DE	33449	0	Europe/Berlin	50.59435	9.90435				05	066	06631	06631013
2880965	Langenneufnach	langenneufnach	DE	86863	1751	Europe/Berlin	48.26667	10.6		Langennojfnakh,Langennoyfnax,Langenojfnakh,lan ge nuo yi fu na,Лангеннойфнах,Лангенојфнах,Լանգեննոյֆնախ,兰格诺伊夫纳	09772168	02	097	09772	09772168
2880968	Langenmosen	langenmosen	DE	86571	1496	Europe/Berlin	48.60658	11.21378		Langenmoosen,Langenmosen,Langenmozen,lan gen mo sen,langnmwzn,Лангенмозен,Лангенмосен,Լանգենմոզեն,لانگنموزن,兰根莫森	09185143	02	091	09185	09185143
2880978	Langenlonsheim	langenlonsheim	DE	55450	3673	Europe/Berlin	49.9	7.9		Langenlonskhajm,lan gen long si hai mu,Лангенлонсхайм,Лангенлонсхајм,兰根隆斯海姆	07133054	08	00	07133	07133054
2880987	Langenleuba-Niederhain	langenleuba-niederhain	DE	04618	0	Europe/Berlin	50.95991	12.58857		Langenleuba-Niederhain,Langenlojba-Niderkhajn,Niederhain,lan gen luo yi ba-ni de lai yin,Лангенлойба-Нидерхайн,Лангенлојба-Нидерхајн,兰根洛伊巴-尼德赖因	16077023	15	00	16077	16077023
2880991	Langenlehsten	langenlehsten	DE	21514	164	Europe/Berlin	53.50101	10.74068		Langenlehsen	01053080	10	00	01053	01053080
2881000	Langen Jarchow	langen-jarchow	DE	19412	320	Europe/Berlin	53.75807	11.65366		Langen Jarchow		12	00	13076	13076167
2881017	Langenhorn	langenhorn	DE	25842	0	Europe/Berlin	54.33333	9.26667				10	00	01059	01059188
2881019	Langenhorn	langenhorn	DE	25842	3126	Europe/Berlin	54.66667	8.91667		E Hoorne,Langenkhorn,Langhorn,Лангенхорн	01054075	10	00	01054	01054075
2881032	Langenhessen	langenhessen	DE	08439	0	Europe/Berlin	50.76254	12.37139		Langenhessen		13	00	14524	14524300
2881057	Langenhahn	langenhahn	DE	56459	1454	Europe/Berlin	50.58333	7.91667			07143254	08	00	07143	07143254
2881060	Langenhagen	langenhagen	DE	19399	0	Europe/Berlin	54.21322	10.77425				10	00	01055	01055038
2881061	Langenhagen	langenhagen	DE	19399	135	Europe/Berlin	53.57819	12.02909				12	00	13076	13076135
2881062	Langenhagen	langenhagen	DE	19399	50439	Europe/Berlin	52.44758	9.73741		Langenhagen,Langenhogen,Langenkhagen,Nienhagen [a. 1312],lang gen ha gen,langhnhaghn,langnhagn,Лангенхаген,لانغنهاغن,لانگنهاگن,朗根哈根	03241010	06	00	03241	03241010
2881063	Langenhagen	langenhagen	DE	19399	0	Europe/Berlin	52.23214	8.71663				07	057	05758	05758024
2881064	Langenhagen	langenhagen	DE	19399	0	Europe/Berlin	51.6791	8.53749				07	057	05774	05774036
2881065	Langenhagen	langenhagen	DE	19399	0	Europe/Berlin	51.54001	10.3218				06	00	03159	03159010
2881083	Langenfeld	langenfeld	DE	40764	0	Europe/Berlin	52.21276	9.29289				06	00	03252	03252007
2881084	Langenfeld	langenfeld	DE	40764	0	Europe/Berlin	51.36667	7.7				07	059	05962	05962024
2881085	Langenfeld	langenfeld	DE	40764	59378	Europe/Berlin	51.10821	6.94831		Langefaeael,Langefääl,Langenfel'd,Langenfeld,ZNX,lang gen fei er de,langnfld,Лангенфелд,Лангенфельд,لانگنفلد,朗根费尔德		07	051	05158	05158020
2881086	Langenfeld	langenfeld	DE	40764	0	Europe/Berlin	50.79076	10.21018				15	00	16063	16063003
2881087	Langenfeld	langenfeld	DE	40764	761	Europe/Berlin	50.37692	7.09165			07137060	08	00	07137	07137060
2881088	Langenfeld	langenfeld	DE	40764	1022	Europe/Berlin	49.61667	10.51667			09575138	02	095	09575	09575138
2881091	Langeneß	langeness	DE	25863	128	Europe/Berlin	54.64046	8.59183		A Naeaes,A Nääs,Langenaes,Langenes,Langeness,Langeneß,Langenæs,Nees,lan ge nei si,langenesi,Лангенес,ლანგენესი,兰格内斯	01054074	10	00	01054	01054074
2881094	Langenenslingen	langenenslingen	DE	88515	3486	Europe/Berlin	48.14851	9.37765		Langenenslingen,Langeneslingen,lan ge nen si lin gen,langenenslingeni,Лангененслинген,Лангененслінген,Лангенеслинген,Լանգենեսլինգեն,ლანგენენსლინგენი,兰格嫩斯林根	08426067	01	084	08426	08426067
2881105	Langendorf	langendorf	DE	06667	0	Europe/Berlin	54.29424	13.00867				12	00	13073	13073054
2881106	Langendorf	langendorf	DE	06667	714	Europe/Berlin	53.10093	11.25579			03354014	06	00	03354	03354014
2881107	Langendorf	langendorf	DE	06667	2568	Europe/Berlin	51.17972	11.9614		Langendorf		14	00	15084	15084550
2881108	Langendorf	langendorf	DE	06667	0	Europe/Berlin	51.0882	12.26098		Langendorf		14	00	15084	15084130
2881109	Langendorf	langendorf	DE	06667	0	Europe/Berlin	50.94298	8.92536		Langendorf		05	065	06534	06534022
2881110	Langendorf	langendorf	DE	06667	0	Europe/Berlin	50.85	6.28333				07	053	05334	05334012
2881111	Langendorf	langendorf	DE	06667	0	Europe/Berlin	50.67539	6.61635		Langendorf		07	053	05366	05366044
2881112	Langendorf	langendorf	DE	06667	0	Europe/Berlin	50.12245	9.94915				02	096	09672	09672121
2881113	Längendorf	langendorf	DE	06667	0	Europe/Berlin	47.81511	11.94514				02	091	09187	09187129
2881128	Langenburg	langenburg	DE	74595	1817	Europe/Berlin	49.25401	9.85673		Langenbourg,Langenburg,lan gen bao,langhnbwrgh,langnbwrg,rangenburuku,Лангенбург,لانغنبورغ,لانگنبورگ,ランゲンブルク,兰根堡		01	081	08127	08127047
2881150	Langenbogen	langenbogen	DE	06179	1918	Europe/Berlin	51.483	11.77786		Langenbogen		14	00	15088	15088365
2881154	Langenbernsdorf	langenbernsdorf	DE	08428	3968	Europe/Berlin	50.75583	12.32669		Langenbernsdorf,lan gen bei er en si duo fu,Лангенбернсдорф,兰根贝尔恩斯多夫	14524140	13	00	14524	14524140
2881168	Langenberg	langenberg	DE	33449	0	Europe/Berlin	50.92163	12.05707		Gera-Langenberg,Langenberg		15	00	16052	16052000
2881169	Längenberg	langenberg	DE	33449	0	Europe/Berlin	48.67751	8.20306				01	082	08216	08216008
2881170	Langenberg	langenberg	DE	33449	0	Europe/Berlin	48.36642	8.15591				01	083	08317	08317088
2881171	Langenberg	langenberg	DE	33449	0	Europe/Berlin	54.20557	9.4441				10	00	01058	01058129
2881172	Langenberg	langenberg	DE	33449	0	Europe/Berlin	53.1002	8.48666				06	00	03458	03458010
2881173	Langenberg	langenberg	DE	33449	0	Europe/Berlin	52.78672	7.16036				06	00	03454	03454018
2881174	Langenberg	langenberg	DE	33449	0	Europe/Berlin	52.56377	8.15796				06	00	03460	03460005
2881175	Langenberg	langenberg	DE	33449	8207	Europe/Berlin	51.77206	8.31809			05754024	07	057	05754	05754024
2881176	Langenberg	langenberg	DE	33449	0	Europe/Berlin	51.35038	7.11936		Langenberg		07	051	05158	05158032
2881177	Langenberg	langenberg	DE	33449	0	Europe/Berlin	51.31527	13.3689				13	00	14627	14627040
2881178	Langenberg	langenberg	DE	33449	0	Europe/Berlin	50.83328	12.70671		Langenberg,Langenberg-Falken		13	00	14524	14524020
2881181	Langenberg	langenberg	DE	33449	0	Europe/Berlin	50.54696	12.84233		Langenberg		13	00	14521	14521500
2881182	Langenberg	langenberg	DE	33449	0	Europe/Berlin	49.76667	10.48333				02	096	09675	09675127
2881183	Langenberg	langenberg	DE	33449	0	Europe/Berlin	48.87156	9.58795				01	081	08119	08119084
2881184	Langenberg	langenberg	DE	33449	0	Europe/Berlin	47.95308	10.32113				02	097	09778	09778186
2881227	Langenbach bei Kirburg	langenbach-bei-kirburg	DE	57520	0	Europe/Berlin	50.7	7.93333		Langenbach,Langenbach bei Kirburg	07143253	08	00	07143	07143253
2881234	Langenbach	langenbach	DE	66909	0	Europe/Berlin	48.32332	8.2584				01	083	08317	08317145
2881235	Langenbach	langenbach	DE	66909	0	Europe/Berlin	50.87131	7.54137		Langenbach		07	053	05374	05374032
2881236	Langenbach	langenbach	DE	66909	0	Europe/Berlin	50.75036	7.7336				08	00	07132	07132014
2881237	Langenbach	langenbach	DE	66909	0	Europe/Berlin	50.6379	12.62806				13	00	14524	14524150
2881238	Langenbach	langenbach	DE	66909	0	Europe/Berlin	50.53208	11.89742		Langenbach		13	00	14523	14523310
2881239	Langenbach	langenbach	DE	66909	0	Europe/Berlin	50.514	10.84841				15	00	16069	16069042
2881240	Langenbach	langenbach	DE	66909	0	Europe/Berlin	50.39976	8.37673				05	065	06533	06533018
2881241	Langenbach	langenbach	DE	66909	0	Europe/Berlin	50.37328	11.59478				02	094	09475	09475128
2881242	Langenbach	langenbach	DE	66909	0	Europe/Berlin	50.22568	11.96952				02	094	09475	09475168
2881243	Langenbach	langenbach	DE	66909	487	Europe/Berlin	49.49355	7.32771		Langenbakh,Лангенбах	07336056	08	00	07336	07336056
2881244	Langenbach	langenbach	DE	66909	3755	Europe/Berlin	48.43333	11.85		Langenbakh,Langenbax,langn bakh,Лангенбах,Լանգենբախ,لانگن باخ	09178138	02	091	09178	09178138
2881245	Langenbach	langenbach	DE	66909	0	Europe/Berlin	48.05318	8.30171		Langenbach		01	083	08326	08326068
2881253	Langenau	langenau	DE	89129	0	Europe/Berlin	51.10833	12.90856		Langenau		13	00	14522	14522250
2881254	Langenau	langenau	DE	89129	0	Europe/Berlin	50.93333	7.98333				07	059	05970	05970040
2881255	Langenau	langenau	DE	89129	0	Europe/Berlin	50.83958	13.29588		Langenau		13	00	14522	14522050
2881256	Langenau	langenau	DE	89129	0	Europe/Berlin	50.43525	11.28832				02	094	09476	09476179
2881257	Langenau	langenau	DE	89129	0	Europe/Berlin	50.43137	9.53063				05	066	06631	06631008
2881258	Längenau	langenau	DE	89129	0	Europe/Berlin	50.17882	12.18583				02	094	09479	09479152
2881259	Langenau	langenau	DE	89129	14175	Europe/Berlin	48.49616	10.11849		Langenau,lan ge nao,langenau,langhnaw,langnaw,Лангенау,Լանգենաու,لانغناو,لانگناو,ლანგენაუ,兰格瑙		01	084	08425	08425072
2881260	Langenau	langenau	DE	89129	0	Europe/Berlin	47.66123	7.80021				01	083	08336	08336081
2881263	Langenargen	langenargen	DE	88085	7513	Europe/Berlin	47.59858	9.54163		Arguna,Langenargen,lan ge na er ge en,langenargeni,Лангенарген,Լանգենարգեն,ლანგენარგენი,兰格纳尔格恩	08435030	01	084	08435	08435030
2881264	Langenapel	langenapel	DE	29413	270	Europe/Berlin	52.81772	10.96452		Langenapel		14	00	15081	15081455
2881267	Langenaltheim	langenaltheim	DE	91799	2450	Europe/Berlin	48.89318	10.93107		Langenal'tgajm,Langenal'tkhajm,Langenalthaym,Langenaltkhajm,lan ge na er tai mu,Лангеналтхајм,Лангенальтгайм,Лангенальтхайм,Լանգենալտհայմ,兰格纳尔泰姆	09577148	02	095	09577	09577148
2881276	Langen	langen	DE	27607	18863	Europe/Berlin	53.60554	8.59509				06	00	03352	03352062
2881277	Langen	langen	DE	27607	0	Europe/Berlin	52.8399	12.80663				11	00	12068	12068117
2881278	Langen	langen	DE	27607	1383	Europe/Berlin	52.53985	7.4674			03454028	06	00	03454	03454028
2881279	Langen	langen	DE	27607	35416	Europe/Berlin	49.98955	8.66852		Langen,langhn,langn,rangen,Ланген,لانغن,لانگن,ランゲン		05	064	06438	06438006
2881281	Langen	langen	DE	27607	0	Europe/Berlin	52.61285	7.95695				06	00	03459	03459007
2881291	Langelsheim	langelsheim	DE	38685	13169	Europe/Berlin	51.93789	10.33264		Langel'skhajm,Langelheim,Langelsheim,Langelskhajm,lan ge er si hai mu,langhlshaym,langlzhaym,Лангелсхајм,Лангельсхайм,لانغلسهايم,لانگلزهایم,兰格尔斯海姆		06	00	03153	03153007
2881300	Langeln	langeln	DE	25485	0	Europe/Berlin	52.70088	9.0427				06	00	03256	03256036
2881301	Langeln	langeln	DE	25485	491	Europe/Berlin	53.79288	9.86263			01056034	10	00	01056	01056034
2881302	Langeln	langeln	DE	25485	0	Europe/Berlin	53.57196	9.07713		Langel,Langeln		06	00	03352	03352024
2881303	Langeln	langeln	DE	25485	1116	Europe/Berlin	51.91188	10.79436		Langeln		14	00	15085	15085227
2881376	Langdorf	langdorf	DE	94264	0	Europe/Berlin	51.41245	6.30499				07	051	05154	05154060
2881377	Langdorf	langdorf	DE	94264	0	Europe/Berlin	49.01502	13.14651			09276129	02	092	09276	09276129
2881378	Langdorf	langdorf	DE	94264	0	Europe/Berlin	48.90023	13.35373				02	092	09272	09272149
2881402	Langballig	langballig	DE	24977	1502	Europe/Berlin	54.8	9.63333		Langbalig,Langballe,Langballig,lang ba li xi,Лангбалиг,Лангбаллиг,朗巴利希	01059137	10	00	01059	01059137
2881477	Landstuhl	landstuhl	DE	66849	8989	Europe/Berlin	49.41306	7.57021		Landshtul,Landshtul',Landstuhl,Londschduul,lan ci tu er,lanteusyutul,lndashtwl,lndstwl,rantoshuto~uru,Ландштул,Ландштуль,לנדשטול,لنداشتول,ラントシュトゥール,兰茨图尔,란트슈툴		08	00	07335	07335022
2881485	Landshut	landshut	DE	84028	60488	Europe/Berlin	48.52961	12.16179		Landishuta,Landsgut,Landshuad,Landshut,Landshutas,Landskhut,Lantschout,QLG,lan ci hu te,lan dshuth,lancheuhuteu,landshwt,rantsufuto,Λάντσχουτ,Ландсгут,Ландсхут,Լանդսհուտ,لاندسهوت,ลันด์สฮูท,ლანდსჰუტი,ランツフート,兰茨胡特,란츠후트	092	02	092	09261	09261000
2881497	Landscheide	landscheide	DE	25572	0	Europe/Berlin	53.87229	9.35626				10	00	01061	01061018
2881499	Landscheide	landscheide	DE	25572	0	Europe/Berlin	53.92011	9.25292			01061063	10	00	01061	01061063
2881500	Landscheid	landscheid	DE	54526	2067	Europe/Berlin	49.98333	6.76667			07231503	08	00	07231	07231503
2881505	Landsberied	landsberied	DE	82290	1384	Europe/Berlin	48.16667	11.16667		Landsberid,Landschbariad,Maisach,lan ci bei li de,lndsbryd,Ландсберид,Ландсберід,Լանդսբերիդ,لندسبرید,兰茨贝里德	09179132	02	091	09179	09179132
2881508	Landsberg	landsberg	DE	06188	4563	Europe/Berlin	51.52698	12.16076		Landsberg,Landsberg bei Halle		14	00	15088	15088195
2881509	Landsberg am Lech	landsberg-am-lech	DE	86899	27017	Europe/Berlin	48.04819	10.88282		Landsberg,Landsberg am Lech,Landsberg am Lekh,Landsberg-am-Lekh,Landsbergium,Lexi Landsberg,lai xi he pan lan ci bei ge,landsbrg am lsh,landsbrgh am lsh,Ландсберг ам Лех,Ландсберг-ам-Лех,Լեխի Լանդսբերգ,لاندسبرغ آم لش,لاندسبرگ آم لش,ランツベルク・アム・レヒ,莱希河畔兰茨贝格	09181	02	091	09181	09181130
2881519	Landrecht	landrecht	DE	25554	136	Europe/Berlin	53.93333	9.36667		Landrecht	01061062	10	00	01061	01061062
2881526	Landolfshausen	landolfshausen	DE	37136	1188	Europe/Berlin	51.53333	10.1		Landol'fskhauzen,Landolfskhauzen,lan duo fu si hao sen,randorufusuhauzen,Ландолфсхаузен,Ландольфсхаузен,ランドルフスハウゼン,兰多夫斯豪森	03159023	06	00	03159	03159023
2881541	Landkern	landkern	DE	56814	853	Europe/Berlin	50.19388	7.15369			07135051	08	00	07135	07135051
2881548	Landin	landin	DE	14715	0	Europe/Berlin	52.6642	12.53531				11	00	12063	12063165
2881599	Landesbergen	landesbergen	DE	31628	2996	Europe/Berlin	52.55598	9.12505		Landesbergen,lan de si bei er gen,randesuberugen,Ландесберген,ランデスベルゲン,兰德斯贝尔根	03256017	06	00	03256	03256017
2881622	Landensberg	landensberg	DE	89361	726	Europe/Berlin	48.43444	10.52422		Landensberg,lan deng si bei ge,Ланденсберг,Լանդենսբերգ,兰登斯贝格	09774151	02	097	09774	09774151
2881646	Landau in der Pfalz	landau-in-der-pfalz	DE	76829	41612	Europe/Berlin	49.19844	8.11692		Landau,Landau in der Pfalz,Ландау,לנדאו	07313	08	00	07313	07313000
2881650	Landau an der Isar	landau-an-der-isar	DE	94405	12997	Europe/Berlin	48.67249	12.69316		Izardagy Landau,Izari Landau,Landau,Landau an der Izar,Landau-an-der-Izar,Landavium ad Isaram,landaw an dr ayzar,yi sa er he pan lan dao,Изардағы Ландау,Ландау,Ландау ан дер Изар,Ландау-ан-дер-Ізар,Ландау-ан-дер-Изар,Իզարի Լանդաու,لانداو آن در إيزار,لانداو آن در ایزار,伊萨尔河畔兰道		02	092	09279	09279122
2881654	Lancken-Granitz	lancken-granitz	DE	18586	392	Europe/Berlin	54.36653	13.63264		Dorf Lanken,Lancken-Granitz,Lanken-Granic,lan ken-ge la ni ci,Ланкен-Границ,兰肯-格拉尼茨		12	00	13073	13073048
2881659	Lamstedt	lamstedt	DE	21769	3380	Europe/Berlin	53.63333	9.1		Gemeen Loomst,Lamshtedt,Lamshtet,Ламштедт,Ламштет	03352029	06	00	03352	03352029
2881661	Lamspringe	lamspringe	DE	31195	3223	Europe/Berlin	51.96071	10.01105		Lamshpringe,Lamspringe,la mu si pu lin ge,Ламспринге,Ламшпринге,拉姆斯普林格		06	00	03254	03254044
2881681	Lampertswalde	lampertswalde	DE	01561	0	Europe/Berlin	51.36242	13.06418		Lampertswalde		13	00	14730	14730050
2881682	Lampertswalde	lampertswalde	DE	01561	2060	Europe/Berlin	51.31108	13.67694		Lampertsval'de,Lampertsvalde,Lampertswalde vald,lan pei er ci wa er de,Лампертсвалде,Лампертсвальде,兰佩尔茨瓦尔德	14627110	13	00	14627	14627110
2881695	Lampertheim	lampertheim	DE	68623	31635	Europe/Berlin	49.59786	8.4725		Lambade,Lampertgajm,Lampertheim,Lampertkhajm,Låmbade,lamprthaym  alman,lan pei er tai mu,ramupatohaimu,Лампертгайм,Лампертхайм,Лампертхајм,لامپرتهایم، آلمان,ラムパートハイム,兰佩尔泰姆		05	064	06431	06431013
2881709	Lampaden	lampaden	DE	54316	549	Europe/Berlin	49.65	6.7			07235072	08	00	07235	07235072
2881728	Lammershagen	lammershagen	DE	24238	285	Europe/Berlin	54.28333	10.45		Lammershagen	01057044	10	00	01057	01057044
2881764	Lamerdingen	lamerdingen	DE	86862	1872	Europe/Berlin	48.09195	10.73982		Lamerdingen,la mei er ding gen,ramadingen,Ламердинген,Ламердінген,Լամերդինգեն,ラマーディンゲン,拉梅尔丁根	09777145	02	097	09777	09777145
2881767	Lambsheim	lambsheim	DE	67245	6104	Europe/Berlin	49.51361	8.28778		Lambsheim,Lambskhajm,Lomsem,lan bu si hai mu,ranpusuhaimu,Ламбсхайм,Ламбсхајм,ランプスハイム,兰布斯海姆	07338016	08	00	07338	07338016
2881768	Lambsborn	lambsborn	DE	66894	753	Europe/Berlin	49.36667	7.43333			07335201	08	00	07335	07335201
2881770	Lambrechtshagen	lambrechtshagen	DE	18069	3016	Europe/Berlin	54.10208	12.01645		Lambrechtshagen,Lambrekhtkhagen,Lambrekhtskhagen,lan bu lei xi ci ha gen,Ламбрехтсхаген,Ламбрехтхаген,兰布雷希茨哈根		12	00	13072	13072064
2881771	Lambrecht	lambrecht	DE	67466	3991	Europe/Berlin	49.37055	8.07264		Lambrecht		08	00	07332	07332032
2881776	Lambertsberg	lambertsberg	DE	54649	356	Europe/Berlin	50.08333	6.38333			07232254	08	00	07232	07232254
2881786	Lam	lam	DE	93462	2884	Europe/Berlin	49.19665	13.05051		Lam,Лам,Լամ		02	093	09372	09372138
2881787	Lalling	lalling	DE	94551	1589	Europe/Berlin	48.84525	13.14008		Laling,Lalling,la ling,lalyng,Лалинг,Лаллинг,Лаллінг,Լալինգ,لالینگ,拉灵	09271130	02	092	09271	09271130
2881788	Lalling	lalling	DE	94551	0	Europe/Berlin	48.51391	12.75105				02	092	09277	09277131
2881789	Lalendorf	lalendorf	DE	18279	2506	Europe/Berlin	53.75774	12.38983		Lalendorf,la lun duo fu,Лалендорф,拉伦多夫		12	00	13072	13072063
2881857	Laichingen	laichingen	DE	89150	10853	Europe/Berlin	48.48939	9.68612	755	Lajkhingen,Layxingen,lai xin gen,laikhingeni,layshnghn,layshngn,Лайхинген,Лайхінген,Лајхинген,Լայխինգեն,لايشنغن,لایشنگن,ლაიხინგენი,莱欣根		01	084	08425	08425071
2881878	Lahr	lahr	DE	54675	0	Europe/Berlin	50.67447	7.25774				07	053	05382	05382024
2881879	Lahr	lahr	DE	54675	0	Europe/Berlin	52.75967	8.45312				06	00	03460	03460004
2881880	Lahr	lahr	DE	54675	0	Europe/Berlin	51.44438	7.8011		Lahr,Lahrfeld		07	059	05962	05962040
2881881	Lahr	lahr	DE	54675	0	Europe/Berlin	50.5095	8.13256				05	065	06533	06533016
2881882	Lahr	lahr	DE	54675	181	Europe/Berlin	50.12509	7.36539			07140502	08	00	07140	07140502
2881883	Lahr	lahr	DE	54675	179	Europe/Berlin	49.94406	6.29065			07232072	08	00	07232	07232072
2881884	Lähr	lahr	DE	54675	0	Europe/Berlin	49.26271	11.49033				02	093	09373	09373147
2881885	Lahr	lahr	DE	54675	43863	Europe/Berlin	48.34042	7.86886		LHA,Lahr,Lahr/Schwarzwald,Lar,la er,lar,lar  badn-wwrtmbrg,Лар,لار,لار، بادن-وورتمبرگ,拉尔		01	083	08317	08317065
2881889	Lahnstein	lahnstein	DE	56112	18749	Europe/Berlin	50.3	7.61667		Lahnstein,Lahnstenium,Lanshhajn,Lanshtajn,la en si tai yin,lanshtayn,ranshutain,Ланштайн,Ланштајн,Ланщайн,لانشتاين,لان‌اشتاین,ラーンシュタイン,拉恩斯泰因		08	00	07141	07141075
2881910	Lahn	lahn	DE	49757	850	Europe/Berlin	52.81667	7.61667			03454027	06	00	03454	03454027
2881939	Lägerdorf	lagerdorf	DE	25566	2790	Europe/Berlin	53.88333	9.58333		Laegerdorf,Lagerdorf,Lägerdorf	01061061	10	00	01061	01061061
2881942	Lagendorf	lagendorf	DE	29413	469	Europe/Berlin	52.82937	10.8431		Lagendorf,Lagentorf		14	00	15081	15081095
2881951	Lage	lage	DE	32791	0	Europe/Berlin	52.70475	8.05801				06	00	03453	03453006
2881952	Lage	lage	DE	32791	0	Europe/Berlin	52.64755	7.53309				06	00	03454	03454019
2881954	Lage	lage	DE	32791	0	Europe/Berlin	52.32204	7.75535				07	055	05566	05566056
2881955	Lage	lage	DE	32791	0	Europe/Berlin	52.27938	8.65086				07	057	05770	05770016
2881956	Lage	lage	DE	32791	36097	Europe/Berlin	51.99223	8.79301		Lage,la ge,lagh  nwrdrayn-wstfaln,laghh,rage,Лаге,لاغه,لاگه، نوردراین-وستفالن,ラーゲ,拉格		07	057	05766	05766040
2881969	Laer	laer	DE	48366	0	Europe/Berlin	51.47189	7.27446		Laer		07	059	05911	05911000
2881970	Laer	laer	DE	48366	0	Europe/Berlin	51.9462	7.70594				07	055	05515	05515000
2881971	Laer	laer	DE	48366	0	Europe/Berlin	52.17982	8.31031				06	00	03459	03459024
2881972	Bad Laer	bad-laer	DE	49196	9151	Europe/Berlin	52.1	8.08333		Bad Laer,Bad-Lar,Laer,ba te la er,Бад Лаер,Бад-Лар,巴特拉尔	03459005	06	00	03459	03459005
2881973	Laer	laer	DE	48366	6325	Europe/Berlin	52.05555	7.35775		Laer,Lar,Ler,la ai er,Лаер,Лар,Лер,拉埃尔	05566036	07	055	05566	05566036
2881974	Laer	laer	DE	48366	0	Europe/Berlin	51.34841	8.25679				07	059	05958	05958032
2881980	Ladenburg	ladenburg	DE	68526	11479	Europe/Berlin	49.47307	8.60896		Ladenburg,Ladenburgo,Lopodunum,la deng bao,ladnbwrg,ladnbwrgh,radenburuku,Ладенбург,لادنبورغ,لادنبورگ,ラーデンブルク,拉登堡		01	082	08226	08226038
2881984	Ladelund	ladelund	DE	25926	1500	Europe/Berlin	54.84084	9.02135		Laaloenj,Ladelund,Låålönj,la de lun de,Ладелунд,拉德伦德	01054073	10	00	01054	01054073
2881987	Ladeburg	ladeburg	DE	39279	0	Europe/Berlin	52.70115	13.58829				11	00	12060	12060020
2881988	Ladeburg	ladeburg	DE	39279	318	Europe/Berlin	52.08192	11.93547		Ladeburg		14	00	15086	15086055
2881991	Ladbergen	ladbergen	DE	49549	6414	Europe/Berlin	52.13333	7.75		Ladbergen,la de bei er gen,Ладберген,拉德贝尔根	05566032	07	055	05566	05566032
2882028	Lachendorf	lachendorf	DE	29331	5805	Europe/Berlin	52.61667	10.25		Lachendorf,Lakhendorf,la heng duo fu,Лахендорф,拉亨多夫	03351016	06	00	03351	03351016
2882031	Lachen	lachen	DE	87760	0	Europe/Berlin	49.32422	8.19758				08	00	07316	07316000
2882032	Lachen	lachen	DE	87760	0	Europe/Berlin	47.96326	11.10698				02	091	09181	09181114
2882033	Lachen	lachen	DE	87760	1390	Europe/Berlin	47.9459	10.23943			09778162	02	097	09778	09778162
2882034	Lachen	lachen	DE	87760	0	Europe/Berlin	47.73333	9.58333				01	084	08436	08436064
2882035	Lachen	lachen	DE	87760	0	Europe/Berlin	47.7	9.7				01	084	08436	08436018
2882036	Lachen	lachen	DE	87760	0	Europe/Berlin	47.63556	10.52556				02	097	09777	09777153
2882057	Labrun	labrun	DE	06922	135	Europe/Berlin	51.67229	12.96688		Labrun		14	00	15091	15091010
2882059	Laboe	laboe	DE	24235	5315	Europe/Berlin	54.4	10.21667		Labjo,Labo,Laboe,la bo ai,Лабо,Лабё,拉博埃	01057043	10	00	01057	01057043
2882061	Laberweinting	laberweinting	DE	84082	3463	Europe/Berlin	48.8	12.31667		Labervajnting,la bo wei en ting,labrwayntyng,Лабервайнтинг,Лабервайнтінг,Лабервајнтинг,لابرواینتینگ,拉伯韦恩廷	09278144	02	092	09278	09278144
2882073	Labenz	labenz	DE	23898	839	Europe/Berlin	53.70976	10.52125		Labenz	01053079	10	00	01053	01053079
2882087	Laatzen	laatzen	DE	30880	40038	Europe/Berlin	52.31506	9.79739		Laatzen,Lacen,Latcen,la cen,latsn,rattsu~en,Латцен,Лацен,لآتسن,لاتسن,ラッツェン,拉岑		06	00	03241	03241009
2882088	Laatzen	laatzen	DE	30880	0	Europe/Berlin	52.04584	9.31005				06	00	03252	03252001
2882091	Bad Laasphe	bad-laasphe	DE	57334	15184	Europe/Berlin	50.93139	8.42502		Bad Laasphe,Bad Lasfe,Bad-Laasfe,Bad-Lasfe,Laasphe,ba te la si fei,bad lasfh,Бад Ласфе,Бад-Лаасфе,Бад-Ласфе,باد لاسفه,巴特拉斯费		07	059	05970	05970028
2882092	Laasow	laasow	DE	03205	0	Europe/Berlin	51.94481	14.1304		Laasow,Laz,Łaz		11	00	12061	12061470
2882093	Laasow	laasow	DE	03205	0	Europe/Berlin	51.71337	14.08748				11	00	12066	12066320
2882102	Laasdorf	laasdorf	DE	07646	0	Europe/Berlin	51.6911	14.09215				11	00	12066	12066008
2882103	Laasdorf	laasdorf	DE	07646	558	Europe/Berlin	50.87136	11.6725			16074049	15	00	16074	16074049
2882113	Laar	laar	DE	49824	0	Europe/Berlin	51.46511	6.72679		Laar		07	051	05112	05112000
2882114	Laar	laar	DE	49824	0	Europe/Berlin	52.61667	6.73333			03456012	06	00	03456	03456012
2882115	Laar	laar	DE	49824	2193	Europe/Berlin	52.35581	8.25388		Laar		06	00	03459	03459013
2882117	Laar	laar	DE	49824	0	Europe/Berlin	51.22943	6.20809		Laar		07	051	05166	05166020
2882141	Laage	laage	DE	18299	4692	Europe/Berlin	53.9256	12.34694		Laage,Lage,Lāge,lagh,laghh,Лаге,لآغه,لاگه		12	00	13072	13072062
2882153	Laaber	laaber	DE	93164	0	Europe/Berlin	49.31337	11.56071				02	093	09373	09373153
2882154	Laaber	laaber	DE	93164	0	Europe/Berlin	49.06718	11.88553		Laaber,Laber,la bo,labr,Лаабер,Лабер,Լաբեր,لابر,拉伯		02	093	09375	09375162
2882155	Laaber	laaber	DE	93164	0	Europe/Berlin	48.78164	12.02263				02	092	09273	09273165
2882160	Kyritz	kyritz	DE	16866	0	Europe/Berlin	53.36524	14.34187				12	00	13075	13075067
2882161	Kyritz	kyritz	DE	16866	10274	Europe/Berlin	52.94212	12.39704		Kiric,Kyritz,ji li ci,kwryts,kyrytz,Кириц,Կիրից,كوريتس,کیریتز,基里茨		11	00	12068	12068264
2882166	Kyllburgweiler	kyllburgweiler	DE	54655	107	Europe/Berlin	50.05	6.61667			07232071	08	00	07232	07232071
2882167	Kyllburg	kyllburg	DE	54655	1054	Europe/Berlin	50.03864	6.59478		Kil'burg,Kilburg,Killburg,Kyllburg,ji er bao,kiruburuku,kwlbwrgh,kylbwrg,Килбург,Кильбург,كولبورغ,کیلبورگ,キルブルク,基爾堡		08	00	07232	07232070
2882184	Kutzleben	kutzleben	DE	99955	722	Europe/Berlin	51.2	10.75			16064038	15	00	16064	16064038
2882192	Kutzenhausen	kutzenhausen	DE	86500	2482	Europe/Berlin	48.34202	10.69459			09772167	02	097	09772	09772167
2883334	Krummenau	krummenau	DE	55483	0	Europe/Berlin	50.61968	7.42333				08	00	07138	07138044
2882224	Kutenholz	kutenholz	DE	27449	4964	Europe/Berlin	53.48152	9.32118		Kutenhult,Kutenkhol'c,Kutenkholc,ku teng huo er ci,kutenhorutsu,Кутенхолц,Кутенхольц,クーテンホルツ,库滕霍尔茨	03359031	06	00	03359	03359031
2882237	Kusterdingen	kusterdingen	DE	72127	8282	Europe/Berlin	48.52291	9.11977			08416023	01	084	08416	08416023
2882260	Kusey	kusey	DE	38486	1123	Europe/Berlin	52.57987	11.09056		Kusey		14	00	15081	15081280
2882265	Kusel	kusel	DE	39291	5134	Europe/Berlin	49.53772	7.40472		Cosla,Kusel,Kuzel,Kuzel',ku sai er,kuzeru,kwzl,Кузел,Кузель,كوزل,کوزل,クーゼル,库塞尔	07336	08	00	07336	07336055
2882268	Kuschkow	kuschkow	DE	15910	0	Europe/Berlin	52.05953	13.95798		Kuschkow,Kuskow,Kuškow		11	00	12061	12061329
2882307	Kurtschlag	kurtschlag	DE	16792	0	Europe/Berlin	52.99876	13.47795				11	00	12065	12065356
2882308	Kurtscheid	kurtscheid	DE	56581	955	Europe/Berlin	50.53333	7.46667			07138036	08	00	07138	07138036
2882318	Kürten	kurten	DE	51515	20103	Europe/Berlin	51.05	7.26667		Kirten,Kjurten,Kuerten,Kurten,Kürten,qu er teng,Киртен,Кюртен,屈尔滕	05378012	07	053	05378	05378012
2882330	Rathen	rathen	DE	01824	410	Europe/Berlin	50.95845	14.08761		Raten,Rathen,Razen,ratn,Разен,Ратен,راتن		13	00	14628	14628310
2882342	Kürnbach	kurnbach	DE	75057	2440	Europe/Berlin	49.0775	8.84556		Kirnbakh,Kjurnbakh,Kurnbach,Kürnbach,qu er en ba he,Кирнбах,Кюрнбах,屈尔恩巴赫	08215040	01	082	08215	08215040
2882343	Kürnbach	kurnbach	DE	75057	0	Europe/Berlin	47.99205	9.67149		Kuernbach,Kürnbach		01	084	08426	08426014
2882347	Kürnach	kurnach	DE	97273	4332	Europe/Berlin	49.85	10.03333		Kuernach,Kürnach	09679156	02	096	09679	09679156
2882366	Küps	kups	DE	96328	8282	Europe/Berlin	50.19265	11.27599		Kueps,Kueps Oberfranken,Kups,Küps		02	094	09476	09476146
2882375	Kuppenheim	kuppenheim	DE	76456	7533	Europe/Berlin	48.82794	8.25417		Cuppenheim,Kupenkhajm,Kuppengajm,Kuppenheim,Kuppenkhajm,ku peng hai mu,kwbnhaym,kwpnhaym,Купенхајм,Куппенгайм,Куппенхайм,كوبنهايم,کوپنهایم,库彭海姆		01	082	08216	08216024
2882399	Kupferzell	kupferzell	DE	74635	5736	Europe/Berlin	49.22778	9.69		Kupfercel,Kupfercell',Kupferzell,ku pu fei er ce er,kupufatsu~eru,Купферцел,Купферцелль,クプファーツェル,库普费尔策尔	08126047	01	081	08126	08126047
2882415	Kupferberg	kupferberg	DE	95362	0	Europe/Berlin	51.65	11.51667				14	00	15087	15087220
2882416	Kupferberg	kupferberg	DE	95362	0	Europe/Berlin	51.14106	7.45836		Kupferberg		07	053	05374	05374052
2882417	Kupferberg	kupferberg	DE	95362	1129	Europe/Berlin	50.1396	11.57762		Kupferberg,ku pu fu bei ge,kupufaberuku,kwbfrbrg,kwbfrbrgh,Купферберг,Քուպֆերբերգ,كوبفربرغ,کوبفربرگ,クプファーベルク,库普弗贝格		02	094	09477	09477129
2882431	Künzing	kunzing	DE	94550	3262	Europe/Berlin	48.66667	13.08333		Kuenzing,Künzing,Quintanis	09271128	02	092	09271	09271128
2882440	Künzell	kunzell	DE	36093	16124	Europe/Berlin	50.5442	9.71792		Kincel,Kjuncell',Kuenzell,Künzell,jin ce er,Кинцел,Кюнцелль,Күнселль,金策尔	06631017	05	066	06631	06631017
2882464	Kunreuth	kunreuth	DE	91358	1411	Europe/Berlin	50.23321	11.53119		Kunreuth		02	094	09477	09477148
2882465	Kunreuth	kunreuth	DE	91358	0	Europe/Berlin	49.6824	11.14331		Kunrojt,kun luo yi te,kunroito,Кунройт,Кунројт,Քունրոյտ,クンロイト,昆罗伊特	09474145	02	094	09474	09474145
2882467	Kunrau	kunrau	DE	38486	921	Europe/Berlin	52.56738	11.01774		Cunrau,Kunrau		14	00	15081	15081280
2882468	Kunow	kunow	DE	16866	0	Europe/Berlin	53.13843	14.25648				11	00	12073	12073532
2882469	Kunow	kunow	DE	16866	0	Europe/Berlin	52.99495	12.13303				11	00	12070	12070149
2882500	Kundert	kundert	DE	57629	284	Europe/Berlin	50.71861	7.79194			07143252	08	00	07143	07143252
2882524	Kummersdorf-Gut	kummersdorf-gut	DE	15838	0	Europe/Berlin	52.10286	13.37557		Kummersdorf,Kummersdorf-Gut		11	00	12072	12072002
2882525	Kummersdorf	kummersdorf	DE	15859	0	Europe/Berlin	52.27099	13.86589				11	00	12067	12067481
2882526	Kummersdorf	kummersdorf	DE	15859	0	Europe/Berlin	52.15687	13.339		Kummersdorf		11	00	12072	12072002
2882527	Kummersdorf	kummersdorf	DE	15859	0	Europe/Berlin	49.2074	12.96763				02	093	09372	09372113
2882529	Kümmersbruck	kummersbruck	DE	92245	10365	Europe/Berlin	49.41917	11.88833		Kimersbruk,Kjummersbruk,Kuemmersbruck,Kümmersbruck,qu mei er si bu lu ke,Кимерсбрук,Кюммерсбрук,Քյումերսբրուկ,屈梅尔斯布鲁克	09371136	02	093	09371	09371136
2882532	Kummerow	kummerow	DE	17139	0	Europe/Berlin	54.29569	12.88164		Cummerow		12	00	13073	13073060
2882533	Kummerow	kummerow	DE	17139	734	Europe/Berlin	53.76816	12.83407		Kummerow		12	00	13071	13071084
2882534	Kummerow	kummerow	DE	17139	0	Europe/Berlin	53.15125	14.20979				11	00	12073	12073532
2882535	Kummerow	kummerow	DE	17139	0	Europe/Berlin	52.14108	14.22517		Kummerow		11	00	12067	12067137
2882542	Kummerfeld	kummerfeld	DE	25495	0	Europe/Berlin	54.3	9.16667		Kakerberg,Kummerfeld		10	00	01051	01051049
2882543	Kummerfeld	kummerfeld	DE	25495	2012	Europe/Berlin	53.69262	9.79099		Kumerfeld,Kummerfel'd,ku mei er fei er de,Кумерфелд,Куммерфельд,库梅尔费尔德	01056032	10	00	01056	01056032
2882548	Kummer	kummer	DE	19288	562	Europe/Berlin	53.32963	11.38632				12	00	13076	13076090
2882549	Kummer	kummer	DE	19288	0	Europe/Berlin	50.87521	12.37421				15	00	16077	16077043
2882563	Kumhausen	kumhausen	DE	84036	4812	Europe/Berlin	48.50938	12.15637		Kumgauzen,Kumkhauzen,ku mu hao sen,kwmhawzn,Кумгаузен,Кумхаузен,Քումհաուզեն,کومهاوزن,库姆豪森	09274146	02	092	09274	09274146
2882571	Kulz	kulz	DE	55471	0	Europe/Berlin	49.40554	12.46253		Kulz		02	093	09376	09376172
2882575	Külsheim	kulsheim	DE	97900	5854	Europe/Berlin	49.66942	9.52361		Kilskhajm,Kjul'sgajm,Kjul'skhajm,Kuelsheim,Kulsheim,Külsheim,kwlshaym,kwlzhaym,kyurusuhaimu,qu er si hai mu,Килсхајм,Кюльсгайм,Кюльсхайм,كولسهايم,کولزهایم,キュルスハイム,屈尔斯海姆		01	081	08128	08128064
2882576	Külsheim	kulsheim	DE	97900	0	Europe/Berlin	49.51535	10.42214				02	095	09575	09575112
2882577	Kulpin	kulpin	DE	23911	260	Europe/Berlin	53.70992	10.69502		Kulpin	01053078	10	00	01053	01053078
2883335	Krummenau	krummenau	DE	55483	141	Europe/Berlin	49.88333	7.26667		Krumenau,Krummenau,ke lu mei nao,Круменау,Крумменау,克鲁梅瑙	07134049	08	00	07134	07134049
2882588	Kulmbach	kulmbach	DE	95326	27565	Europe/Berlin	50.10068	11.45032		Culmbach,Kul'mbakh,Kulmbach,Kulmbakh,Kulmbax,Stadt Kulmbach,ku er mu ba he,kurumubahha,kwlmbakh,Кулмбах,Кульмбах,Կուլմբախ,كولمباخ,کولمباخ,クルムバッハ,庫爾姆巴赫	09477	02	094	09477	09477128
2882589	Kulmain	kulmain	DE	95508	2452	Europe/Berlin	49.9	11.9		Culmain,Kul'majn,Kulmain,Kulmajn,ku er mai yin,Кулмајн,Кульмайн,Քուլմայն,库尔迈因	09377133	02	093	09377	09377133
2882630	Kükels	kukels	DE	23829	409	Europe/Berlin	53.9	10.23333		Kuekels,Kukels,Kükels	01060051	10	00	01060	01060051
2882660	Kuhstorf	kuhstorf	DE	19230	821	Europe/Berlin	53.3847	11.24824		Kuhstorf		12	00	13076	13076079
2882670	Kühsen	kuhsen	DE	23898	356	Europe/Berlin	53.68333	10.61667		Kuehsen,Kuhsen,Kühsen	01053077	10	00	01053	01053077
2882671	Kuhsdorf	kuhsdorf	DE	16928	0	Europe/Berlin	53.1185	12.10718		Kuhsdorf		11	00	12070	12070125
2882675	Kuhs	kuhs	DE	18276	350	Europe/Berlin	53.8581	12.2319				12	00	13072	13072061
2882692	Kühren	kuhren	DE	24211	642	Europe/Berlin	54.19878	10.25956			01057042	10	00	01057	01057042
2882709	Kühnhofen	kuhnhofen	DE	56244	0	Europe/Berlin	49.52437	11.42535				02	095	09574	09574132
2882727	Kuhndorf	kuhndorf	DE	98547	0	Europe/Berlin	51.12846	12.04856				14	00	15084	15084490
2882728	Kuhndorf	kuhndorf	DE	98547	0	Europe/Berlin	51.02077	12.13984				14	00	15084	15084207
2882730	Kühndorf	kuhndorf	DE	98547	0	Europe/Berlin	49.34709	10.54975				02	095	09571	09571171
2882766	Kuhlhausen	kuhlhausen	DE	39524	0	Europe/Berlin	52.78418	12.19517				14	00	15090	15090225
2882777	Kühlenthal	kuhlenthal	DE	86707	835	Europe/Berlin	48.56667	10.81667			09772166	02	097	09772	09772166
2882802	Kuhlen	kuhlen	DE	19412	0	Europe/Berlin	53.9154	9.23169				10	00	01061	01061020
2882803	Kuhlen	kuhlen	DE	19412	0	Europe/Berlin	53.25499	8.31573				06	00	03461	03461008
2882804	Kuhlen	kuhlen	DE	19412	582	Europe/Berlin	53.72079	11.61195		Kuhlen		12	00	13076	13076078
2882805	Kuhlen	kuhlen	DE	19412	0	Europe/Berlin	52.3	7.1				06	00	03456	03456001
2882806	Kuhlen	kuhlen	DE	19412	0	Europe/Berlin	50.88844	7.34115				07	053	05382	05382040
2882875	Kuhfelde	kuhfelde	DE	29416	530	Europe/Berlin	52.78333	11.11667		Kufel'de,Kufelde,Kukhfelde,ku fei er de,Куфелде,Куфельде,Кухфелде,库费尔德	15081290	14	00	15081	15081290
2882879	Kühdorf	kuhdorf	DE	07980	68	Europe/Berlin	50.70679	12.11062			16076038	15	00	16076	16076038
2882896	Kuhbier	kuhbier	DE	16928	0	Europe/Berlin	53.14837	12.09418				11	00	12070	12070125
2882995	Kuhbach	kuhbach	DE	86556	0	Europe/Berlin	48.33824	7.90852		Kuhbach		01	083	08317	08317065
2882996	Kühbach	kuhbach	DE	86556	0	Europe/Berlin	48.54962	12.8321				02	092	09277	09277111
2882997	Kühbach	kuhbach	DE	86556	0	Europe/Berlin	49.71593	12.27834				02	093	09374	09374121
2882998	Kühbach	kuhbach	DE	86556	0	Europe/Berlin	48.79828	13.4636		Kuhbach,Kühbach		02	092	09272	09272140
2882999	Kühbach	kuhbach	DE	86556	0	Europe/Berlin	48.62294	12.67459				02	092	09279	09279122
2883000	Kühbach	kuhbach	DE	86556	3997	Europe/Berlin	48.49101	11.18691		Kikhbakh,Kjubakh,Kyubax,kyubahha,qu he ba he,Кихбах,Кюбах,Կյուբախ,キューバッハ,屈赫巴赫		02	097	09771	09771144
2883001	Kühbach	kuhbach	DE	86556	0	Europe/Berlin	48.37045	13.16196				02	092	09275	09275143
2883002	Kühbach	kuhbach	DE	86556	0	Europe/Berlin	48.31254	10.61451				02	097	09772	09772131
2883003	Kühbach	kuhbach	DE	86556	0	Europe/Berlin	47.6253	10.31131				02	097	09780	09780140
2883005	Kuhardt	kuhardt	DE	76773	1927	Europe/Berlin	49.14583	8.31444			07334015	08	00	07334	07334015
2883062	Kudensee	kudensee	DE	25572	166	Europe/Berlin	53.93333	9.21667		Kudensee	01061060	10	00	01061	01061060
2883065	Kuden	kuden	DE	25712	651	Europe/Berlin	53.96667	9.18333		Kuden,ku deng,Куден,库登	01051064	10	00	01051	01051064
2883066	Kuddewörde	kuddeworde	DE	22958	1343	Europe/Berlin	53.58333	10.4		Kuddewoerde,Kuddeworde,Kuddewörde	01053076	10	00	01053	01053076
2883151	Kuchen	kuchen	DE	73329	5790	Europe/Berlin	48.63583	9.79989			08117033	01	081	08117	08117033
2883156	Kuchelmiß	kuchelmiss	DE	18292	938	Europe/Berlin	53.68227	12.36168		Kukhel'mis,Kukhelmis,ku hei er mi si,Кухелмис,Кухельмис,库黑尔米斯		12	00	13072	13072059
2883170	Kubschütz	kubschutz	DE	02627	2932	Europe/Berlin	51.16667	14.5		Kubschuetz/Kubsicy,Kubschutz,Kubschütz,Kubschütz/Kubšicy,Kubshic,Kubshjuc,Kubsicy,Kubšicy,ku bu xu ci,Кубшиц,Кубшюц,库布许茨	14625290	13	00	14625	14625290
2883175	Kublank	kublank	DE	17349	208	Europe/Berlin	53.55435	13.50505		Kublank		12	00	13071	13071083
2883191	Krüzen	kruzen	DE	21483	323	Europe/Berlin	53.4	10.53333		Kruzen,Krüzen	01053073	10	00	01053	01053073
2883211	Krusenhagen	krusenhagen	DE	23974	529	Europe/Berlin	53.94441	11.53386		Krusenhagen		12	00	13074	13074044
2883212	Krusenfelde	krusenfelde	DE	17391	208	Europe/Berlin	53.84494	13.39653		Krusenfelde		12	00	13075	13075073
2883238	Krumstedt	krumstedt	DE	25727	531	Europe/Berlin	54.06667	9.18333		Krumstedt	01051063	10	00	01051	01051063
2883246	Krumpa	krumpa	DE	06242	1139	Europe/Berlin	51.29724	11.84412		Crumpa,Krumpa		14	00	15088	15088065
2883247	Krummwisch	krummwisch	DE	24796	736	Europe/Berlin	54.33333	9.9		Krummwisch	01058093	10	00	01058	01058093
2883260	Krummin	krummin	DE	17440	265	Europe/Berlin	54.04779	13.84619		Krummin		12	00	13075	13075072
2883270	Krummesse	krummesse	DE	23628	1532	Europe/Berlin	53.78333	10.65		Krumese,Krummesse,ke lu mei sai,Крумесе,Круммессе,克鲁梅塞	01053075	10	00	01053	01053075
2883313	Krummensee	krummensee	DE	16356	0	Europe/Berlin	52.59617	13.69257				11	00	12060	12060280
2883314	Krummensee	krummensee	DE	16356	0	Europe/Berlin	52.26175	13.60671				11	00	12061	12061332
2883317	Krummennaab	krummennaab	DE	92703	1675	Europe/Berlin	49.83333	12.1		Krumenab,Krumennaab,Krummennaab,Krummennab,ke lu mei na bu,Круменаб,Крумменнааб,Крумменнаб,Քրումենաբ,克鲁梅纳布	09377132	02	093	09377	09377132
2883326	Krummendiek	krummendiek	DE	25554	0	Europe/Berlin	53.94665	9.41655			01061059	10	00	01061	01061059
2883327	Krummendiek	krummendiek	DE	25554	79	Europe/Berlin	53.84762	9.76985		Krummendiek,Krummenteich		10	00	01056	01056035
2883329	Krummendeich	krummendeich	DE	21732	480	Europe/Berlin	53.83081	9.20379			03359030	06	00	03359	03359030
2883350	Krümmel	krummel	DE	56244	394	Europe/Berlin	50.53722	7.72472		Kruemmel,Krümmel	07143041	08	00	07143	07143041
2883366	Krummbek	krummbek	DE	24217	320	Europe/Berlin	54.38333	10.4			01057041	10	00	01057	01057041
2883367	Krummbek	krummbek	DE	24217	0	Europe/Berlin	54.14674	10.85913				10	00	01055	01055037
2883398	Krumbach	krumbach	DE	86381	0	Europe/Berlin	50.94057	12.99397				13	00	14522	14522330
2883399	Krumbach	krumbach	DE	86381	0	Europe/Berlin	50.66813	8.5993				05	065	06531	06531002
2883400	Krumbach	krumbach	DE	86381	0	Europe/Berlin	50.66967	7.45167				08	00	07138	07138003
2883401	Krumbach	krumbach	DE	86381	0	Europe/Berlin	50.2047	10.87654				02	094	09473	09473165
2883402	Krumbach	krumbach	DE	86381	0	Europe/Berlin	49.82362	10.69613				02	094	09471	09471120
2883403	Krumbach	krumbach	DE	86381	0	Europe/Berlin	49.6645	8.79757				05	064	06431	06431007
2883404	Krumbach	krumbach	DE	86381	0	Europe/Berlin	49.447	11.90412				02	093	09361	09361000
2883405	Krumbach	krumbach	DE	86381	0	Europe/Berlin	49.45259	9.18381				01	082	08225	08225052
2883406	Krumbach	krumbach	DE	86381	0	Europe/Berlin	49.32453	12.03421				02	093	09376	09376161
2883407	Krumbach	krumbach	DE	86381	0	Europe/Berlin	48.97693	12.52991		Krumbach,Krummbach		02	092	09278	09278141
2883408	Krumbach	krumbach	DE	86381	0	Europe/Berlin	48.7	12.03333				02	092	09274	09274176
2883409	Krumbach	krumbach	DE	86381	0	Europe/Berlin	48.40743	12.09998				02	091	09177	09177121
2883410	Krumbach	krumbach	DE	86381	12805	Europe/Berlin	48.24182	10.3632		Krumbakh,Krumbax,ke lun ba he,krwmbakh,Крумбах,Կրումբախ,كرومباخ,کرومباخ,克倫巴赫		02	097	09774	09774150
2883411	Krumbach	krumbach	DE	86381	0	Europe/Berlin	48.04243	9.53907				01	084	08437	08437100
2883412	Krumbach	krumbach	DE	86381	0	Europe/Berlin	47.96198	9.04602		Krumbach		01	084	08437	08437123
2883413	Krumbach	krumbach	DE	86381	0	Europe/Berlin	47.84938	9.36226				01	084	08437	08437056
2883414	Krumbach	krumbach	DE	86381	0	Europe/Berlin	47.79281	9.84402				01	084	08436	08436052
2883415	Krumbach	krumbach	DE	86381	0	Europe/Berlin	47.68106	9.66052				01	084	08435	08435057
2883431	Krukow	krukow	DE	17217	172	Europe/Berlin	53.51997	13.12886		Krukow		12	00	13071	13071173
2883432	Krukow	krukow	DE	17217	198	Europe/Berlin	53.41667	10.48333			01053074	10	00	01053	01053074
2883444	Krugsdorf	krugsdorf	DE	17309	412	Europe/Berlin	53.52551	14.08464				12	00	13075	13075071
2883467	Krugau	krugau	DE	15913	0	Europe/Berlin	52.02716	13.98274		Dubrawa,Krugau		11	00	12061	12061329
2883471	Kruft	kruft	DE	56642	3854	Europe/Berlin	50.38333	7.33333		Kruft,ke lu fu te,Круфт,克鲁夫特	07137057	08	00	07137	07137057
2883477	Kruckow	kruckow	DE	17129	505	Europe/Berlin	53.90134	13.24058		Kruckow,Krukkov,Krukov,Крукков,Круков		12	00	13075	13075070
2883495	Kruchten	kruchten	DE	54675	401	Europe/Berlin	49.9	6.31667		Cruchten,Kruchten	07232069	08	00	07232	07232069
2883504	Kröv	krov	DE	54536	2318	Europe/Berlin	49.98333	7.08333		Krev,Krjof,Kroev,Kröv,ke lei fu,kurefu,Крев,Крёф,クレフ,克勒夫	07231072	08	00	07231	07231072
2883544	Krottelbach	krottelbach	DE	66909	783	Europe/Berlin	49.46667	7.33333		Krotelbakh,Krottel'bakh,ke luo te er ba he,Кротелбах,Кроттельбах,克罗特尔巴赫	07336054	08	00	07336	07336054
2883552	Krostitz	krostitz	DE	04509	4033	Europe/Berlin	51.46208	12.4536		Kroshtic,Krostic,Krostitz,Krostitzi vald,ke luo si di ci,Кростиц,Кроштиц,克罗斯蒂茨	14730150	13	00	14730	14730150
2883557	Crossen an der Elster	crossen-an-der-elster	DE	07613	0	Europe/Berlin	50.97494	11.9781		Krosen an der Elster,Krosen na Elster,Krossen-am-Ehl'ster,Krossen-na-Ehl'stere,ai er si te he pan ke luo sen,Кросен ан дер Елстер,Кросен на Елстер,Кроссен-ам-Эльстер,Кроссен-на-Эльстере,埃尔斯特河畔克罗森		15	00	16074	16074012
2883562	Krosigk	krosigk	DE	06193	907	Europe/Berlin	51.60952	11.9343		Krosigk		14	00	15088	15088295
2883580	Kroppenstedt	kroppenstedt	DE	39397	1681	Europe/Berlin	51.94211	11.30841		Kropenshtet,Kroppenshtedt,Kroppenstedt,ke luo peng si te,krwbnshtyt,Кропенштет,Кроппенштедт,كروبنشتيت,کرپن‌اشتت,克罗彭斯特		14	00	15083	15083355
2883583	Kroppen	kroppen	DE	01945	781	Europe/Berlin	51.38333	13.8		Kropen,Kropnja,Kroppen,ke luo peng,Кропен,Кроппен,Կրոփեն,克罗彭	12066168	11	00	12066	12066168
2883584	Kröppen	kroppen	DE	01945	771	Europe/Berlin	49.15	7.53333			07340026	08	00	07340	07340026
2883589	Kroppach	kroppach	DE	57612	668	Europe/Berlin	50.69556	7.74028		Kropakh,Kroppakh,ke luo pa,Кропах,Кроппах,克罗帕	07143250	08	00	07143	07143250
2883591	Kropp	kropp	DE	24848	6320	Europe/Berlin	54.41667	9.51667		Krop,Kropp,ke luo pu,Кроп,克罗普	01059053	10	00	01059	01059053
2883627	Kronweiler	kronweiler	DE	55767	363	Europe/Berlin	49.65	7.26667			07134048	08	00	07134	07134048
2883640	Kronsmoor	kronsmoor	DE	25597	198	Europe/Berlin	53.90762	9.59389		Kronsmoor	01061058	10	00	01061	01061058
2883647	Kronshagen	kronshagen	DE	24119	11856	Europe/Berlin	54.33333	10.08333		Kronshagen,Kronskhagen,ke long sha gen,Кронсхаген,克龙沙根	01058092	10	00	01058	01058092
2883648	Kronsgaard	kronsgaard	DE	24395	252	Europe/Berlin	54.73122	9.96813		Kronsgaard	01059136	10	00	01059	01059136
2883683	Kronprinzenkoog	kronprinzenkoog	DE	25709	985	Europe/Berlin	53.96667	8.96667		Kronprincenkog,Kronprinzenkoog,ke long pu lin cen ke ge,Кронпринценког,克龙普林岑科格	01051062	10	00	01051	01051062
2883749	Kronburg	kronburg	DE	87758	1736	Europe/Berlin	47.90432	10.1572		Kronburg,ke long bao,Кронбург,Կրոնբուրգ,克龙堡	09778161	02	097	09778	09778161
2883776	Kronau	kronau	DE	76709	0	Europe/Berlin	49.87411	11.99407				02	093	09377	09377148
2883777	Kronau	kronau	DE	76709	5585	Europe/Berlin	49.2225	8.63111			08215039	01	082	08215	08215039
2883778	Kronau	kronau	DE	76709	0	Europe/Berlin	47.9732	12.04788				02	091	09175	09175136
2883779	Krönau	kronau	DE	76709	0	Europe/Berlin	47.81376	11.02364				02	091	09190	09190130
2883784	Kronach	kronach	DE	96317	18248	Europe/Berlin	50.23963	11.33308		Crana,Kronakh,Kronax,kironac,krwnakh,kuronaha,Кронах,Կրոնախ,كروناخ,کروناخ,கிரோனாச்,クローナハ	09476	02	094	09476	09476145
2883791	Krombach	krombach	DE	37308	239	Europe/Berlin	51.3	10.13333			16061062	15	00	16061	16061062
2883792	Krombach	krombach	DE	37308	0	Europe/Berlin	50.99372	7.95685				07	059	05970	05970024
2883793	Krombach	krombach	DE	37308	2172	Europe/Berlin	50.08319	9.20609			09671138	02	096	09671	09671138
2883794	Krölpa	krolpa	DE	07387	3174	Europe/Berlin	50.67743	11.53848		Krelpa,Krjol'pa,Kroelpa,Krölpa,ke lei er pa,Крелпа,Крёльпа,克勒尔帕	16075129	15	00	16075	16075129
2883801	Krokau	krokau	DE	24217	485	Europe/Berlin	54.4	10.35		Krokau	01057040	10	00	01057	01057040
2883827	Krogaspe	krogaspe	DE	24644	475	Europe/Berlin	54.13333	9.93333		Krogaspe	01058091	10	00	01058	01058091
2883857	Kritzow	kritzow	DE	19386	0	Europe/Berlin	53.88806	11.54077		Kritzow		12	00	13074	13074034
2883858	Kritzow	kritzow	DE	19386	0	Europe/Berlin	53.66163	11.58757				12	00	13076	13076080
2883859	Kritzow	kritzow	DE	19386	0	Europe/Berlin	53.44615	12.13148				12	00	13076	13076077
2883860	Kritzmow	kritzmow	DE	18198	3132	Europe/Berlin	54.05237	12.05311		Kritzmow		12	00	13072	13072057
2883885	Krinitz	krinitz	DE	19294	129	Europe/Berlin	53.16709	11.44911		Krinitz		12	00	13076	13076097
2883886	Krinitz	krinitz	DE	19294	0	Europe/Berlin	51.24376	14.33802		Kronca,Króńca		13	00	14625	14625360
2883895	Krina	krina	DE	06774	756	Europe/Berlin	51.65483	12.48713		Krina		14	00	15082	15082241
2883920	Kriftel	kriftel	DE	65830	10633	Europe/Berlin	50.08408	8.46977		Kriftel,Kriftel',ke li fu te er,kurifuteru,Крифтел,Крифтель,Кріфтель,クリフテル,克里夫特尔	06436009	05	064	06436	06436009
2883927	Kriesow	kriesow	DE	17091	371	Europe/Berlin	53.73402	13.04904		Kriesow		12	00	13071	13071081
2883942	Krien	krien	DE	17391	849	Europe/Berlin	53.83036	13.44895		Crien,Krien		12	00	13075	13075068
2883944	Krielow	krielow	DE	14550	0	Europe/Berlin	52.41656	12.80343		Krielow		11	00	12069	12069249
2883945	Kriele	kriele	DE	14715	0	Europe/Berlin	52.65512	12.55571				11	00	12063	12063165
2883961	Kriegsfeld	kriegsfeld	DE	67819	1111	Europe/Berlin	49.70992	7.91687			07333040	08	00	07333	07333040
2883962	Friedensdorf	friedensdorf	DE	06254	0	Europe/Berlin	51.35028	12.06467		Kriegsdorf		14	00	15088	15088205
2883986	Kriebstein	kriebstein	DE	09648	2710	Europe/Berlin	51.05	13.01667		Kribshtajn,ke li bu si tai yin,Крибштайн,Крибштајн,克里布斯泰因	14522300	13	00	14522	14522300
2883987	Kriebitzsch	kriebitzsch	DE	04617	1199	Europe/Berlin	51.02347	12.33318		Kribich,Kribitch,Kriebitzsch,ke li bi ci xi,Крибитч,Крибич,克里比茨希	16077022	15	00	16077	16077022
2883994	Krickenbach	krickenbach	DE	67706	1188	Europe/Berlin	49.36667	7.66667			07335021	08	00	07335	07335021
2884001	Kreypau	kreypau	DE	06231	338	Europe/Berlin	51.32799	12.04343		Creypau,Kreypan,Kreypau		14	00	15088	15088205
2884019	Krewelin	krewelin	DE	16775	0	Europe/Berlin	52.94429	13.38598				11	00	12065	12065356
2884024	Krevese	krevese	DE	39606	523	Europe/Berlin	52.81238	11.69317		Krevese		14	00	15090	15090415
2884026	Kreuzwertheim	kreuzwertheim	DE	97892	3862	Europe/Berlin	49.76818	9.51819		Kreuzwertheim,Krojcvertajm,Krojcvertgajm,Krojcvertkhajm,ke luo yi ci wei te hai mu,Кройцвертайм,Кройцвертгайм,Кройцвертхайм,Кројцвертхајм,Քրոյցվերթհայմ,克罗伊茨韦特海姆		02	096	09677	09677151
2884049	Kreuztal	kreuztal	DE	57223	0	Europe/Berlin	51.75876	10.86531				14	00	15085	15085228
2884050	Kreuztal	kreuztal	DE	57223	31772	Europe/Berlin	50.96775	7.98848		Kreuztal,Kreuzthal,Krojctal,Krojctal',ke luo yi ci ta er,krwytstal,krwyztal,Кройцталь,Кројцтал,كرويتستال,کرویزتال,克罗伊茨塔尔		07	059	05970	05970024
2884141	Kreuzebra	kreuzebra	DE	37351	790	Europe/Berlin	51.35	10.25		Kreuzebra,Krojcebra,ke luo yi ce bu la,Кройцебра,Кројцебра,克罗伊策布拉	16061118	15	00	16061	16061118
2884154	Kreuzbruch	kreuzbruch	DE	16559	0	Europe/Berlin	52.84037	13.42246				11	00	12065	12065193
2884245	Kreuzau	kreuzau	DE	52372	18400	Europe/Berlin	50.74699	6.49069		Kreuzau,Kreuzau uber Duren,Kreuzau über Düren,Krojcau,ke luo yi cao,Кройцау,Кројцау,克罗伊曹	05358028	07	053	05358	05358028
2884275	Kreuth	kreuth	DE	83708	0	Europe/Berlin	49.08333	12.25				02	093	09375	09375119
2884276	Kreuth	kreuth	DE	83708	0	Europe/Berlin	49.56265	12.54514		Kreuth		02	093	09374	09374118
2884277	Kreuth	kreuth	DE	83708	0	Europe/Berlin	49.35945	10.33703				02	095	09571	09571155
2884278	Kreuth	kreuth	DE	83708	0	Europe/Berlin	49.3122	11.92798				02	093	09371	09371146
2884279	Kreuth	kreuth	DE	83708	0	Europe/Berlin	49.26861	12.62832				02	093	09372	09372146
2884280	Kreuth	kreuth	DE	83708	3715	Europe/Berlin	47.64085	11.74485	787	Kreuth,Krojt,ke luo yi te,krwyt,Кройт,Кројт,Քրոյթ,کرویت,კროითი,克罗伊特	09182124	02	091	09182	09182124
2884308	Kretzschau	kretzschau	DE	06712	1335	Europe/Berlin	51.05	12.06667		Kretzschau	15084275	14	00	15084	15084275
2884312	Kretz	kretz	DE	56630	783	Europe/Berlin	50.39574	7.36249			07137056	08	00	07137	07137056
2884344	Kressbronn am Bodensee	kressbronn-am-bodensee	DE	88079	7834	Europe/Berlin	47.5976	9.59707		Kresbron,Kresbron am Bodenze,Kressbronn,Kressbronn am Bodensee,Kressbronn-am-Bodenze,bo deng hu bin ke lei si bu long,Кресброн,Кресброн ам Бодензе,Крессбронн-ам-Бодензе,Կրեսբրոն,კრესბრონ-ამ-ბოდენზეე,博登湖滨克雷斯布龙	08435029	01	084	08435	08435029
2884375	Krempin	krempin	DE	18233	231	Europe/Berlin	54.01333	11.71064		Krempin		12	00	13072	13072022
2884377	Krempermoor	krempermoor	DE	25569	552	Europe/Berlin	53.8771	9.48084		Krempermoor	01061057	10	00	01061	01061057
2884380	Kremperheide	kremperheide	DE	25569	2625	Europe/Berlin	53.88721	9.47809		Kremperheide	01061056	10	00	01061	01061056
2884391	Krempel	krempel	DE	25774	669	Europe/Berlin	54.31667	9.03333			01051061	10	00	01051	01051061
2884392	Krempel	krempel	DE	25774	0	Europe/Berlin	53.70747	8.70447				06	00	03352	03352062
2884393	Krempe	krempe	DE	25361	2441	Europe/Berlin	53.83694	9.48831		Krempe		10	00	01061	01061055
2884396	Kremmin	kremmin	DE	19300	322	Europe/Berlin	53.25036	11.59797		Kremmin		12	00	13076	13076076
2884403	Kremmen	kremmen	DE	16766	7567	Europe/Berlin	52.76216	13.02515		Kremen,Kremmen,ke lei men,krmn,krymn,Кремен,Креммен,Կրեմեն,كريمن,کرمن,کێرمێن,克雷门		11	00	12065	12065165
2884407	Kremkau	kremkau	DE	39624	220	Europe/Berlin	52.6312	11.45105		Kremkau		14	00	15090	15090070
2884415	Krembz	krembz	DE	19205	943	Europe/Berlin	53.65074	11.06111		Krembz		12	00	13074	13074043
2884450	Kreischa	kreischa	DE	01731	0	Europe/Berlin	51.28008	13.0905				13	00	14730	14730230
2884451	Kreischa	kreischa	DE	01731	4537	Europe/Berlin	50.94534	13.75514		Krajsha,ke lai sha,Крайша,Крајша,克赖沙	14628220	13	00	14628	14628220
2884482	Kreiensen	kreiensen	DE	37547	7359	Europe/Berlin	51.85363	9.96481		Krajenzen,Krajnsen,Kreiensen,Kreinsen,Kreinssen,ke lai en sen,kuraienzen,Крайензен,Крајнсен,クライエンゼン,克赖恩森		06	00	03155	03155013
2884490	Kreien	kreien	DE	19386	454	Europe/Berlin	53.40749	12.05544				12	00	13076	13076075
2884509	Krefeld	krefeld	DE	47798	237984	Europe/Berlin	51.33645	6.55381		Crefeld,Krefel'd,Krefeld,Krefeld-Uerdingen,Krefeldas,Krefelde,Krefelnt,Krehfel'd,Krieevel,Krievel,Krēfelde,Krėfeldas,QKF,ke lei fei er de,keulepelteu,kher fel d,krfld,kryfld,kureferuto,qrpld,Κρέφελντ,Крефелд,Крефельд,Крэфельд,Կրեֆելդ,קרפלד,كريفلد,کرفلد,کریفیلڈ,เครเฟลด์,კრეფელდი,クレフェルト,クレーフェルト,克雷费尔德,크레펠트	05114	07	051	05114	05114000
2884597	Krebeck	krebeck	DE	37434	1135	Europe/Berlin	51.58333	10.11667		Krebek,kurebekku,Кребек,クレーベック	03159011	06	00	03159	03159011
2884610	Krautscheid	krautscheid	DE	54673	0	Europe/Berlin	50.6995	7.37423				08	00	07138	07138080
2884611	Krautscheid	krautscheid	DE	54673	264	Europe/Berlin	50.06667	6.33333			07232253	08	00	07232	07232253
2884623	Krautheim	krautheim	DE	74238	489	Europe/Berlin	51.08333	11.3			16071102	15	00	16071	16071102
2884624	Krautheim	krautheim	DE	74238	0	Europe/Berlin	49.88442	10.28606		Krautheim		02	096	09675	09675174
2884625	Krautheim	krautheim	DE	74238	4884	Europe/Berlin	49.38789	9.63553		Krautheim		01	081	08126	08126045
2884627	Krauthausen	krauthausen	DE	99819	0	Europe/Berlin	51.0877	9.97702		Krauthausen		05	066	06636	06636011
2884628	Krauthausen	krauthausen	DE	99819	1667	Europe/Berlin	51.01667	10.26667		Krautauzen,Krauthausen,Krautkhauzen,ke lao tao sen,Краутаузен,Краутхаузен,克劳陶森	16063046	15	00	16063	16063046
2884629	Krauthausen	krauthausen	DE	99819	0	Europe/Berlin	50.87565	6.42151				07	053	05358	05358048
2884630	Krauthausen	krauthausen	DE	99819	0	Europe/Berlin	50.77188	6.49448				07	053	05358	05358008
2884631	Krauthausen	krauthausen	DE	99819	0	Europe/Berlin	50.74163	6.18809		Krauthausen		07	053	05334	05334002
2884656	Krauschwitz	krauschwitz	DE	02957	3998	Europe/Berlin	51.52153	14.71211		Kruswica,Krušwica	14626250	13	00	14626	14626250
2884657	Krauschwitz	krauschwitz	DE	02957	626	Europe/Berlin	51.11867	11.97312		Krauschwitz		14	00	15084	15084490
2884665	Boltenhagen	boltenhagen	DE	23946	0	Europe/Berlin	54.08769	13.30135				12	00	13075	13075076
2884667	Krauchenwies	krauchenwies	DE	72505	5020	Europe/Berlin	48.01651	9.24757		Kraukhenvis,ke lao heng wei si,Краухенвис,Краухенвіс,克劳亨维斯	08437065	01	084	08437	08437065
2884677	Kratzenburg	kratzenburg	DE	56283	412	Europe/Berlin	50.18333	7.55			07140075	08	00	07140	07140075
2884680	Kratzeburg	kratzeburg	DE	17237	537	Europe/Berlin	53.42938	12.94138		Kraceburg,Kratceburg,ke la ce bao,Кратцебург,Крацебург,克拉策堡		12	00	13071	13071080
2884738	Kranzberg	kranzberg	DE	85402	0	Europe/Berlin	48.54409	11.69304				02	091	09178	09178116
2884739	Kranzberg	kranzberg	DE	85402	0	Europe/Berlin	48.40613	11.61246		Crantsperg,Krancberg,ke lan ci bei ge,krants brg,Кранцберг,Կրանցբերգ,کرانتس برگ,克兰茨贝格	09178137	02	091	09178	09178137
2884761	Kranichfeld	kranichfeld	DE	99448	3779	Europe/Berlin	50.85446	11.20057		Kranichfeld,Kranikhfel'd,Kranikhfeld,ke la ni xi fei er de,kranyshfld,Кранихфелд,Кранихфельд,كرانيشفلد,کرانیشفلد,克拉尼希费尔德		15	00	16071	16071046
2884778	Kranenburg	kranenburg	DE	21726	796	Europe/Berlin	53.60651	9.20602			03359029	06	00	03359	03359029
2884779	Kranenburg	kranenburg	DE	21726	9797	Europe/Berlin	51.78333	6.01667		Cranenburg,Kranenburg	05154040	07	051	05154	05154040
2884798	Krampfer	krampfer	DE	19348	0	Europe/Berlin	53.05972	12.01914		Krampfer		11	00	12070	12070302
2884823	Kramerhof	kramerhof	DE	18445	1747	Europe/Berlin	54.35366	13.05412				12	00	13073	13073046
2884850	Krakow am See	krakow-am-see	DE	18292	3450	Europe/Berlin	53.65163	12.27034		Krakov am Ze,Krakov-am-Ze,Krakov-am-Zee,Krakovamze,Krakovamzē,Krakow,Krakow am See,bin hu ke la ke,krakw am zy,krakw am zyh,Краков ам Зе,Краков-ам-Зе,Краков-ам-Зее,كراكو آم زيه,کراکو آم زی,滨湖克拉科		12	00	13072	13072056
2884868	Kraja	kraja	DE	99752	300	Europe/Berlin	51.45	10.51667			16062066	15	00	16062	16062066
2884878	Krailling	krailling	DE	82152	7528	Europe/Berlin	48.1	11.4		Krailling,Krajling,Krajlling,ke lai ling,kraylyng,Крайллинг,Крайллінг,Крајлинг,کرایلینگ,克赖灵	09188127	02	091	09188	09188127
2884885	Kraiburg am Inn	kraiburg-am-inn	DE	84559	4127	Europe/Berlin	48.18191	12.43073		Craiburg,Ini Krayburg,Kraiberg,Kraiburg,Krajburg,Krajburg am In,Krajburg-am-Inn,Krajburg-na-Inne,Kroaburg am Inn,kraybwrg,yin he pan ke lai bao,Крайбург,Крайбург-ам-Инн,Крайбург-на-Инне,Крајбург ам Ин,Ինի Կրայբուրգ,کرایبورگ,因河畔克赖堡		02	091	09183	09183124
2884940	Krähenberg	krahenberg	DE	66894	171	Europe/Berlin	49.33333	7.46667			07340216	08	00	07340	07340216
2885016	Kraftsdorf	kraftsdorf	DE	07586	4403	Europe/Berlin	50.87574	11.92944		Craffestorp [a. 1256],Kraftsdorf,ke la fu ci duo fu,Крафтсдорф,克拉夫茨多夫	16076089	15	00	16076	16076089
2885018	Kraftisried	kraftisried	DE	87647	713	Europe/Berlin	47.7793	10.47086		Kraftisrid,ke la fu di si li de,kurafutisurito,Крафтисрид,Крафтісрід,Քրաֆտիսրիդ,クラフティスリート,克拉夫蒂斯里德	09777144	02	097	09777	09777144
2885026	Kradenbach	kradenbach	DE	54552	146	Europe/Berlin	50.25	6.85			07233040	08	00	07233	07233040
2885027	Krackow	krackow	DE	17329	618	Europe/Berlin	53.34397	14.26471		Krackow		12	00	13075	13075067
2885050	Kraam	kraam	DE	57635	189	Europe/Berlin	50.69236	7.5295			07132064	08	00	07132	07132064
2885054	Koxhausen	koxhausen	DE	54673	106	Europe/Berlin	49.98333	6.23333			07232068	08	00	07232	07232068
2885055	Köwerich	kowerich	DE	54340	325	Europe/Berlin	49.83333	6.88333			07235067	08	00	07235	07235067
2885070	Kötzting	kotzting	DE	93444	7471	Europe/Berlin	49.17649	12.85515		Koetzting,Kotzting,Kötzting		02	093	09372	09372137
2885092	Kotzenbüll	kotzenbull	DE	25832	261	Europe/Berlin	54.33329	8.9045		Kotzenbull,Kotzenbüll	01054072	10	00	01054	01054072
2885097	Kotzen	kotzen	DE	14715	641	Europe/Berlin	52.63333	12.51667			12063165	11	00	12063	12063165
2885104	Kottweiler-Schwanden	kottweiler-schwanden	DE	66879	1435	Europe/Berlin	49.48333	7.53333			07335020	08	00	07335	07335020
2885155	Kötterichen	kotterichen	DE	56767	113	Europe/Berlin	50.24007	6.9843			07233221	08	00	07233	07233221
2885165	Kottenheim	kottenheim	DE	56736	2780	Europe/Berlin	50.35	7.25		Kotenkhajm,Kottenkhajm,ke teng hai mu,Котенхајм,Коттенхайм,科滕海姆	07137055	08	00	07137	07137055
2885166	Kottenheim	kottenheim	DE	56736	0	Europe/Berlin	49.59539	10.36034				02	095	09575	09575146
2885180	Kottenborn	kottenborn	DE	53518	189	Europe/Berlin	50.35	6.9		Cottenborn,Kottenborn	07131042	08	00	07131	07131042
2885238	Kothen	kothen	DE	06366	0	Europe/Berlin	50.37122	9.76619				02	096	09672	09672134
2885273	Mainz Kostheim	mainz-kostheim	DE	55246	0	Europe/Berlin	50.00508	8.31344		Kostheim		05	064	06414	06414000
2885293	Koßwig	kosswig	DE	03226	0	Europe/Berlin	51.77695	14.02873		Kosojce,Kosswig,Koßwig,Kósojce		11	00	12066	12066320
2885302	Kößlarn	kosslarn	DE	94149	1941	Europe/Berlin	48.37144	13.12064		Chostlarn,Koesslarn,Kosslarn,Kößlarn		02	092	09275	09275131
2885314	Kossebau	kossebau	DE	39606	303	Europe/Berlin	52.81642	11.56502		Kossebau		14	00	15090	15090007
2885326	Kossa	kossa	DE	04849	2514	Europe/Berlin	51.61707	12.68197				13	00	14730	14730160
2885338	Koserow	koserow	DE	17459	1763	Europe/Berlin	54.05189	14.00197		Koserow,Koserow/Insel Usedom,Kozerov,ke sai luo,Козеров,科塞罗		12	00	13075	13075066
2885344	Koselitz	koselitz	DE	06869	0	Europe/Berlin	51.37809	13.42668		Koselitz		13	00	14627	14627240
2885350	Kosel	kosel	DE	24354	1345	Europe/Berlin	54.5058	9.75653			01058090	10	00	01058	01058090
2885351	Kosel	kosel	DE	24354	0	Europe/Berlin	54.48333	13.25				12			
2885352	Kosel	kosel	DE	24354	0	Europe/Berlin	51.35212	14.78389		Kosel,Kozlo,Kózło		13	00	14626	14626370
2885356	Kösching	kosching	DE	85092	0	Europe/Berlin	48.81401	11.5049		Keshing,Kjoshing,Koesching,Kosching,Kyosing,Kösching,ke xing,kwshyng,Кешинг,Кёшинг,Կյոշինգ,کوشینگ,克兴		02	091	09176	09176139
2885367	Korweiler	korweiler	DE	56288	79	Europe/Berlin	50.1	7.41667			07140073	08	00	07140	07140073
2885386	Korswandt	korswandt	DE	17419	534	Europe/Berlin	53.91965	14.16096		Korsvandt,Korsvant,Korswandt,ke er si wan te,Корсвандт,Корсвант,科尔斯万特		12	00	13075	13075065
2885397	Korschenbroich	korschenbroich	DE	41352	33406	Europe/Berlin	51.19139	6.51352		Korshenbroikh,Korshenbrojkh,Korsjebrooch,ke er shen bu luo yi xi,krshnbrwysh,kwrshnbrwysh,Коршенброих,Коршенбройх,كورشنبرويش,کرشنبرویش,科尔申布罗伊希		07	051	05162	05162020
2885408	Kornwestheim	kornwestheim	DE	70806	31040	Europe/Berlin	48.86158	9.18569		Kornvestgajm,Kornvesthaym,Kornvestkhajm,Kornwestheim,Kornwestheimium,ke er en wei si tai mu,krwnwsthaym,kwrnfsthaym,Корнвестгайм,Корнвестхайм,Корнвестхајм,كورنفستهايم,کرونوستهایم,科尔恩韦斯泰姆		01	081	08118	08118046
2885436	Körner	korner	DE	99998	1923	Europe/Berlin	51.23126	10.58878		Koerner,Körner	16064037	15	00	16064	16064037
2885477	Korlingen	korlingen	DE	54317	788	Europe/Berlin	49.72714	6.72475			07235070	08	00	07235	07235070
2885479	Körle	korle	DE	34327	2991	Europe/Berlin	51.16667	9.51667		Kerle,Kjorle,Koerle,Körle,ke er lai,kerure,Керле,Кёрле,ケルレ,克尔莱	06634012	05	066	06634	06634012
2885489	Kördorf	kordorf	DE	56370	635	Europe/Berlin	50.28737	7.92114			07141074	08	00	07141	07141074
2885495	Kordel	kordel	DE	54306	2205	Europe/Berlin	49.83333	6.63333			07235069	08	00	07235	07235069
2885500	Korbußen	korbussen	DE	07554	509	Europe/Berlin	50.89037	12.17202		Korbussen,Korbußen		15	00	16076	16076036
2885504	Körborn	korborn	DE	66871	351	Europe/Berlin	49.56667	7.36667		Kerborn,Kjorborn,ke er bo er en,Керборн,Кёрборн,克尔博尔恩	07336051	08	00	07336	07336051
2885536	Korbach	korbach	DE	34497	24481	Europe/Berlin	51.27561	8.873		Koerbach,Korbakh,Körbach,korubahha,kwrbakh,Корбах,كورباخ,کورباخ,コルバッハ	06635	05	066	06635	06635015
2885538	Korb	korb	DE	71404	0	Europe/Berlin	50.6536	7.89074				08	00	07143	07143300
2885539	Korb	korb	DE	71404	0	Europe/Berlin	49.35547	9.3991		Korb		01	081	08125	08125063
2885540	Korb	korb	DE	71404	10459	Europe/Berlin	48.84303	9.36258			08119041	01	081	08119	08119041
2885541	Korb	korb	DE	71404	0	Europe/Berlin	48.13343	10.3494				02	097	09778	09778121
2885618	Koppatz	koppatz	DE	03058	274	Europe/Berlin	51.69623	14.42665		Kopac,Koppatz		11	00	12071	12071301
2885619	Kopp	kopp	DE	54574	197	Europe/Berlin	50.18333	6.58333			07233223	08	00	07233	07233223
2885671	Konzell	konzell	DE	94357	1810	Europe/Berlin	49.0724	12.71114		Koncel,Koncel',Koncell',kong ce er,kwntsl,Концел,Концелль,Концель,کونتسل,孔策尔	09278143	02	092	09278	09278143
2885672	Konz	konz	DE	54329	17879	Europe/Berlin	49.70045	6.57652		Conz,Konc,Konz,koncheu,kong ci,kontsu,ktz,kwnts,Конц,كونتس,کتز,კონცი,コンツ,孔茨,콘츠		08	00	07235	07235068
2885679	Konstanz	konstanz	DE	78462	81275	Europe/Berlin	47.66033	9.17582		Constanca,Constance,Constanta,Constantia,Constanza,Constança,Constanța,Costansa,Costanza,Costnitz,Kanstanc,Konstanc,Konstanca,Konstancas,Konstancja,Konstanco,Konstantia,Konstantza,Konstanz,Kostnica,Kostnice,Kostnitz,QKZ,kang si tan ci,knstants,konseutancheu,konstensa,konsutantsu,kwnstans,qwnstnz,Κωνσταντία,Канстанц,Констанц,קונסטנץ,كونستانس,کنستانتس,کونسٹانس,कॉन्स्टेंस,კონსტანცი,コンスタンツ,康斯坦茨,콘스탄츠	08335	01	083	08335	08335043
2885688	Konradsreuth	konradsreuth	DE	95176	3540	Europe/Berlin	50.26667	11.85		Konradsrojt,knradsrwyt,kong la ci luo yi te,konratsuroito,Конрадсройт,Конрадсројт,کنرادسرویت,コンラーツロイト,孔拉茨罗伊特	09475142	02	094	09475	09475142
2885712	Konnersreuth	konnersreuth	DE	95692	0	Europe/Berlin	50.01094	12.2271		Konersrojt,Konnersrojt,ke nei er si luo yi te,Конерсројт,Коннерсройт,Քոներսրոյթ,科内尔斯罗伊特		02	093	09377	09377131
2885713	Konnersreuth	konnersreuth	DE	95692	0	Europe/Berlin	49.82474	12.25027				02	093	09377	09377146
2885714	Konradsreuth	konradsreuth	DE	95176	1946	Europe/Berlin	49.74179	12.29628		Konradsreuth		02	093	09374	09374121
2885722	Konken	konken	DE	66871	792	Europe/Berlin	49.5088	7.35393		Konken,kong ken,Конкен,孔肯	07336052	08	00	07336	07336052
2885742	Königswartha	konigswartha	DE	02699	3767	Europe/Berlin	51.31028	14.32797		Kenigsvarta,Kjonigsvarta,Koenigswartha,Koenigswartha vald,Koenigswartha/Rakecy,Konigswartha,Königswartha,Königswartha vald,Königswartha/Rakecy,Rakecy,ke ni ge si wa er ta,Кенигсварта,Кенігсварта,Кёнигсварта,克尼格斯瓦尔塔	14625280	13	00	14625	14625280
2885746	Königswalde	konigswalde	DE	09471	2477	Europe/Berlin	50.55	13.05		Kenigsvalde,Kjonigsval'de,Koenigswalde,Koenigswalde vald,Königswalde,Königswalde vald,ke ni ge si wa er de,Кенигсвалде,Кёнигсвальде,克尼格斯瓦尔德	14521340	13	00	14521	14521340
2885797	Königsmoor	konigsmoor	DE	21255	627	Europe/Berlin	53.22628	9.67964		Kenigsmor,Kjonigsmor,ke ni ge si mo er,Кенигсмор,Кёнигсмор,克尼格斯莫尔	03353022	06	00	03353	03353022
2885811	Königshütte	konigshutte	DE	38875	0	Europe/Berlin	49.96795	12.28589				02	093	09377	09377137
2885813	Königshügel	konigshugel	DE	24799	0	Europe/Berlin	54.33333	9.46667		Konigshugel,Königshügel	01058089	10	00	01058	01058089
2886080	Kolrep	kolrep	DE	16866	0	Europe/Berlin	53.0309	12.2863				11	00	12070	12070149
2885829	Bad Königshofen im Grabfeld	bad-konigshofen-im-grabfeld	DE	97631	7066	Europe/Berlin	50.30082	10.46887		Bad Kenigskhofen im Grabfeld,Bad Konigshofen,Bad Konigshofen im Grabfeld,Bad Königshofen,Bad Königshofen im Grabfeld,Bad-Kenigsgofen,Bad-Kjonigskhofen-im-Grabfel'd,Konigshofen,Konigshofen im Grabfeld,Königshofen,Königshofen im Grabfeld,ba te ke ni xi si huo fen,bad knygshwfn aym grabfld,bad kwnyghshwfn,bada konigsofana,Бад Кенигсхофен им Грабфелд,Бад-Кенігсгофен,Бад-Кёнигсхофен-им-Грабфельд,Գրաբֆելդի Բադ Քյոնիգսհոֆեն,باد كونيغسهوفن,باد کنیگسهوفن ایم گرابفلد,بیڈ کونگشوفن,बाड कोनिग्शोफ़न,巴特柯尼希斯霍芬		02	096	09673	09673141
2885850	Königsheim	konigsheim	DE	78598	538	Europe/Berlin	48.1	8.86667		Kenigskhajm,Kjonigskhajm,ke ni xi si hai mu,Кенигсхајм,Кёнигсхайм,柯尼希斯海姆	08327029	01	083	08327	08327029
2885863	Königshain	konigshain	DE	02829	1283	Europe/Berlin	51.18333	14.86667		Kenigsgajn,Kenigskhajn,Kjonigskhajn,Koenigshaini vald,Kralowski haj,Königshaini vald,ke ni ge si hai en,Кенигсхајн,Кенігсгайн,Кёнигсхайн,克尼格斯海恩	14626240	13	00	14626	14626240
2885883	Königsfeld	konigsfeld	DE	09306	1770	Europe/Berlin	51.06667	12.75			14522280	13	00	14522	14522280
2885885	Königsfeld	konigsfeld	DE	09306	1372	Europe/Berlin	49.94603	11.1652			09471151	02	094	09471	09471151
2885886	Königsfeld	konigsfeld	DE	09306	0	Europe/Berlin	48.81923	13.53801				02	092	09272	09272118
2885887	Königsfeld	konigsfeld	DE	09306	0	Europe/Berlin	48.63256	11.58802				02	091	09186	09186162
2885888	Königsfeld im Schwarzwald	konigsfeld-im-schwarzwald	DE	78126	6212	Europe/Berlin	48.13814	8.41973		Kenigsfel'd-im-Shvarcval'd,Kenigsfeld im Shvarcvald,Kjonigsfel'd,Koenigsfeld,Koenigsfeld im Schwarzwald,Konigsfeld,Königsfeld,Königsfeld im Schwarzwald,hei lin shan qu ke ni ge si fei er de,Кенигсфелд им Шварцвалд,Кенігсфельд-ім-Шварцвальд,Кёнигсфельд,黑林山区克尼格斯费尔德	08326031	01	083	08326	08326031
2885892	Königseggwald	konigseggwald	DE	88376	637	Europe/Berlin	47.93333	9.41667		Kenigsegvald,Kenigzeggval'd,Kjonigzegval'd,ke ni xi sai ge wa er de,Кенигсегвалд,Кенігзеггвальд,Кёнигзегвальд,柯尼希塞格瓦尔德	08436053	01	084	08436	08436053
2885898	Königsdorf	konigsdorf	DE	82549	2923	Europe/Berlin	47.81546	11.48063		Koenigsdorf,Königsdorf	09173134	02	091	09173	09173134
2885908	Königsbrunn	konigsbrunn	DE	86343	27494	Europe/Berlin	48.27506	10.89178		Kenigsbrun,Kenigsbrunn,Kjonigsbrunn,Konigsbrunn,Königsbrunn,ke ni xi si bu lun,kwnyghsbrwn,kwnygzbrwn,Кенигсбрун,Кенігсбрунн,Кёнигсбрунн,Քյոնիգսբրուն,كونيغسبرون,کونیگزبرون,柯尼希斯布伦		02	097	09772	09772163
2885910	Königsbrück	konigsbruck	DE	01936	4815	Europe/Berlin	51.26451	13.9054		K'onigsbrjuk,Kenigsbrik,Kenigsbrika,Kinspork,Kjonigsbrjuk,Koenigsbrueck,Konigsbruck,Königsbrück,Kēnigsbrika,ke ni ge si bu lu ke,kwnyghsbrwk,kwnygzbrwk,Кенигсбрик,Кьонигсбрюк,Кёнигсбрюк,كونيغسبروك,کونیگزبروک,克尼格斯布吕克		13	00	14625	14625270
2885912	Königsbronn	konigsbronn	DE	89551	7420	Europe/Berlin	48.74317	10.11193		Abbaye de Koenigsbronn,Abbaye de Königsbronn,Abdij Koenigsbronn,Abdij Königsbronn,Kjonigsbron,Kloster Koenigsbronn,Kloster Königsbronn,Koenigsbronn,Koenigsbronn Abbey,Königsbronn,Königsbronn Abbey,ke ni xi si bu long,Кёнигсброн,柯尼希斯布龙	08135025	01	081	08135	08135025
2885916	Königsberg in Bayern	konigsberg-in-bayern	DE	97486	0	Europe/Berlin	50.0808	10.56761		K'onigsberg v Bavarija,Kenigsberg,Kenigsberg in Bajern,Kjonigsberg,Koenigsberg,Koenigsberg in Bavariya,Konigsberg,Konigsberg in Bayern,Konigsberg in Franken,Konigsberg uber Hassfurt,Königsberg,Königsberg in Bavariya,Königsberg in Bayern,Königsberg über Hassfurt,ke ni xi si bei ge,kwnyghsbrgh an bayrn,kwnygsbrg  bayrn,Кенигсберг ин Бајерн,Кенігсберг,Кьонигсберг в Бавария,Кёнигсберг,Քյոնիգսբերգ,كونيغسبرغ إن بايرن,کونیگسبرگ، بایرن,柯尼希斯贝格		02	096	09674	09674164
2885991	Königheim	konigheim	DE	97953	3283	Europe/Berlin	49.62028	9.59583		Keniggajm,Kenigkhajm,Kjonigkhajm,Koenigheim,Konigheim,Königheim,ke ni xi hai mu,kenihihaimu,Кенигхајм,Кеніггайм,Кёнигхайм,ケーニヒハイム,柯尼希海姆	08128061	01	081	08128	08128061
2886006	Köngernheim	kongernheim	DE	55278	1398	Europe/Berlin	49.84583	8.24667		Koengernheim,Köngernheim	07339033	08	00	07339	07339033
2886008	Köngen	kongen	DE	73257	9499	Europe/Berlin	48.68333	9.36667		Kengen,Kjongen,Koengen,Kongen,Kyongen,Köngen,ken gen,Кенген,Кёнген,Կյոնգեն,肯根	08116035	01	081	08116	08116035
2886032	Komptendorf	komptendorf	DE	03058	521	Europe/Berlin	51.6846	14.47273		Gorjenow,Górjenow,Komptendorf		11	00	12071	12071301
2886050	Kommen	kommen	DE	54472	284	Europe/Berlin	49.88333	7.13333			07231071	08	00	07231	07231071
2886065	Kolverath	kolverath	DE	56767	142	Europe/Berlin	50.26667	6.96667		Colverath,Kolverath	07233222	08	00	07233	07233222
2886135	Neuhof	neuhof	DE	19246	0	Europe/Berlin	53.00792	13.34538		Kolonie Neuhof		11	00	12065	12065356
2886222	Kolochau	kolochau	DE	04936	0	Europe/Berlin	51.72679	13.31771		Colochau,Kolochau		11	00	12062	12062282
2886269	Kollweiler	kollweiler	DE	66879	405	Europe/Berlin	49.51667	7.58333		Koll'vajler,Kolvajler,Колвајлер,Колльвайлер	07335019	08	00	07335	07335019
2886278	Kollow	kollow	DE	21527	661	Europe/Berlin	53.46667	10.46667		Kollow	01053071	10	00	01053	01053071
2886281	Kölln-Reisiek	kolln-reisiek	DE	25337	2541	Europe/Berlin	53.75748	9.69772		Koelln-Reisiek,Kolln-Reisiek,Kölln-Reisiek	01056031	10	00	01056	01056031
2886285	Kollnburg	kollnburg	DE	94262	2934	Europe/Berlin	49.04664	12.86121		Kol'nburg,Koll'nburg,Kolnburg,ke er en bao,kln bwrg,Колльнбург,Колнбург,Кольнбург,Քոլնբուրգ,کلن بورگ,科尔恩堡	09276128	02	092	09276	09276128
2886292	Kollmoor	kollmoor	DE	25524	36	Europe/Berlin	53.92023	9.59411		Kollmoor	01061053	10	00	01061	01061053
2886303	Kollmar	kollmar	DE	25377	1793	Europe/Berlin	53.72936	9.4788		Kollmar	01061118	10	00	01061	01061118
2886321	Kollig	kollig	DE	56751	473	Europe/Berlin	50.26667	7.28333			07137053	08	00	07137	07137053
2886382	Kolkwitz	kolkwitz	DE	03099	10225	Europe/Berlin	51.75	14.25		Golkojce,Gołkojce,Kol'kvic,Kolkvic,Kolkwitz,Kolkwitz/Golkojce,Kolkwitz/Gołkojce,ke er ke wei ci,Колквиц,Кольквиц,Կոլկվից,科尔克维茨	12071244	11	00	12071	12071244
2886383	Kolkwitz	kolkwitz	DE	03099	0	Europe/Berlin	50.72261	11.41634				15	00	16073	16073109
2886392	Kolkerheide	kolkerheide	DE	25862	68	Europe/Berlin	54.61667	9.13333		Kolkerheide	01054071	10	00	01054	01054071
2886404	Kolitzheim	kolitzheim	DE	97509	5602	Europe/Berlin	49.91667	10.23333		Kolicgajm,Kolickhajm,ke li ci hai mu,kwlytshaym,Колицхайм,Колицхајм,Коліцгайм,کولیتسهایم,科利茨海姆	09678150	02	096	09678	09678150
2886419	Koldenbüttel	koldenbuttel	DE	25840	930	Europe/Berlin	54.38333	9.06667		Kol'denbjuttel',Koldenbitel,Koldenbjutel,Koldenbuttel,Koldenbyttel,Koldenbüttel,Kombueddel,Kombüddel,Koolnbuetel,Koolnbütel,ke er deng bi te er,Колденбител,Колденбютел,Кольденбюттель,科尔登比特尔	01054070	10	00	01054	01054070
2886434	Kölbingen	kolbingen	DE	56459	1129	Europe/Berlin	50.55	7.93333			07143249	08	00	07143	07143249
2886435	Kolbingen	kolbingen	DE	56459	1332	Europe/Berlin	48.05227	8.88957		Kol'bingen,Kolbingen,ke er bin gen,Колбинген,Кольбинген,科尔宾根	08327030	01	083	08327	08327030
2886446	Kolbermoor	kolbermoor	DE	83059	17941	Europe/Berlin	47.84965	12.06696		Koiwamoor,Kol'bermor,Kolbermoor,Kolbermor,ke er bei er mo er,klbrmwr,kwlbrmwr,Колбермор,Кольбермор,Կոլբերմոր,كولبرمور,کلبرمور,科尔贝尔莫尔		02	091	09187	09187150
2886449	Kolberg	kolberg	DE	15752	0	Europe/Berlin	52.24394	13.8052				11	00	12061	12061217
2886450	Kolberg	kolberg	DE	15752	0	Europe/Berlin	47.89025	12.06844				02	091	09187	09187137
2886488	Kohren-Sahlis	kohren-sahlis	DE	04655	0	Europe/Berlin	51.01883	12.60424		Koren-Salis,Koren-Zalis,Korenzalisa,Korenzālisa,ke lun-sa li si,krn-zalys,kwrn-zalys,Корен-Залис,Корен-Салис,كورن-زاليس,کرن-زالیس,科伦-萨利斯		13	00	14729	14729140
2886505	Köhn	kohn	DE	24257	870	Europe/Berlin	54.35	10.45		Koehn,Kohn,Köhn	01057039	10	00	01057	01057039
2886727	Kohlberg	kohlberg	DE	72664	0	Europe/Berlin	48.41296	8.09031				01	083	08317	08317085
2886728	Kohlberg	kohlberg	DE	72664	0	Europe/Berlin	50.85245	6.07722				07	053	05334	05334016
2886729	Kohlberg	kohlberg	DE	72664	0	Europe/Berlin	50.82346	7.65532				07	053	05382	05382076
2886730	Kohlberg	kohlberg	DE	72664	1270	Europe/Berlin	49.59121	12.01948		Kohlberg,Kol'berg,Kolberg,Колберг,Кольберг,Կոհլբերգ		02	093	09374	09374131
2886731	Kohlberg	kohlberg	DE	72664	2304	Europe/Berlin	48.55845	9.33576			08116036	01	081	08116	08116036
2886820	Kogel	kogel	DE	17213	0	Europe/Berlin	53.63796	10.8156				10	00	01053	01053123
2886821	Kogel	kogel	DE	17213	623	Europe/Berlin	53.49752	10.95041				12	00	13076	13076073
2886822	Kogel	kogel	DE	17213	365	Europe/Berlin	53.40851	12.41524				12	00	13071	13071036
2886823	Kögel	kogel	DE	17213	0	Europe/Berlin	47.65861	10.76089				02	097	09777	09777166
2886831	Köfering	kofering	DE	93096	0	Europe/Berlin	49.40922	11.85134		Kofering,Köfering		02	093	09371	09371136
2886832	Köfering	kofering	DE	93096	2329	Europe/Berlin	48.93333	12.2		Kefering,Kjofering,Koefering,Kyofering,Köfering,ke fu ling,kwfryng,Кеферинг,Кеферінг,Кёферинг,Կյոֆերինգ,کوفرینگ,克弗灵	09375161	02	093	09375	09375161
2886843	Köditz	koditz	DE	95189	2721	Europe/Berlin	50.33333	11.85			09475141	02	094	09475	09475141
2886846	Kodersdorf	kodersdorf	DE	02923	2728	Europe/Berlin	51.24272	14.89336		Kodersdorf,Kodersdorfi vald,Kodrecy,ke de er si duo fu,Кодерсдорф,科德尔斯多夫	14626230	13	00	14626	14626230
2886933	Kobrow	kobrow	DE	19406	0	Europe/Berlin	53.95581	12.38855				12	00	13072	13072112
2886934	Kobrow	kobrow	DE	19406	469	Europe/Berlin	53.67886	11.80902		Kobrow		12	00	13076	13076072
2886945	Koblenz	koblenz	DE	56068	0	Europe/Berlin	51.37644	14.32815		Koblicy		13	00	14625	14625330
2886946	Koblenz	koblenz	DE	56068	107319	Europe/Berlin	50.35357	7.57883		Coblenca,Coblence,Coblentz,Coblenz,Coblenza,Coblença,Confluentes,Koblenc,Koblencas,Koblenci,Koblencja,Koblenco,Koblentza,Koblenz,Komplents,ZNV,ke bu lun ci,kobeullencheu,koburentsu,kwblns,kwblnts,kwblnz,qwblnz,Κόμπλεντς,Кобленц,קובלנץ,كوبلنس,کوبلنتس,کوبلنز,コブレンツ,科布倫茨,코블렌츠	07111	08	00	07111	07111000
2886947	Koblentz	koblentz	DE	17309	261	Europe/Berlin	53.53092	14.13237		Koblenc,Кобленц		12	00	13075	13075063
2886971	Koberg	koberg	DE	23881	727	Europe/Berlin	53.63393	10.52357		Koberg	01053069	10	00	01053	01053069
2887051	Knorrendorf	knorrendorf	DE	17091	718	Europe/Berlin	53.63141	13.06588		Knorrendorf		12	00	13071	13071079
2887056	Knöringen	knoringen	DE	76833	488	Europe/Berlin	49.23778	8.14444			07337050	08	00	07337	07337050
2887061	Knopp-Labach	knopp-labach	DE	66917	471	Europe/Berlin	49.33333	7.5			07340215	08	00	07340	07340215
2887140	Knittlingen	knittlingen	DE	75438	7454	Europe/Berlin	49.02487	8.75606		Knitlingen,Knittlingen,ke ni te lin gen,knytlynghn,knytlyngn,Книтлинген,Кніттлінген,Կնիտլինգեն,كنيتلينغن,کنیتلینگن,克尼特林根		01	082	08236	08236033
2887141	Knittelsheim	knittelsheim	DE	76879	1026	Europe/Berlin	49.19167	8.25139			07334014	08	00	07334	07334014
2887194	Knetzgau	knetzgau	DE	97478	6647	Europe/Berlin	49.98333	10.55		Knecgau,Knetzgau,ke nei ci gao,Кнецгау,Կնեցգաու,克内茨高	09674163	02	096	09674	09674163
2887207	Kneitlingen	kneitlingen	DE	38170	851	Europe/Berlin	52.17477	10.76197		Knajtlingen,ke nai te lin gen,Кнайтлинген,Кнајтлинген,克奈特林根	03158022	06	00	03158	03158022
2887222	Kneese	kneese	DE	19205	0	Europe/Berlin	54.11406	12.59514		Kneese		12	00	13073	13073055
2887246	Knau	knau	DE	07389	0	Europe/Berlin	51.01923	12.43879				15	00	16077	16077001
2887247	Knau	knau	DE	07389	692	Europe/Berlin	50.65033	11.71967		Knau,ke nao,Кнау,克瑙	16075073	15	00	16075	16075073
2887270	Knapendorf	knapendorf	DE	06246	548	Europe/Berlin	51.37591	11.9384		Knapendorf		14	00	15088	15088330
2887315	Kluse	kluse	DE	26892	1466	Europe/Berlin	52.93633	7.34093			03454025	06	00	03454	03454025
2887316	Kluse	kluse	DE	26892	0	Europe/Berlin	51.21903	7.07203				07	051	05122	05122000
2887342	Kluis	kluis	DE	18569	416	Europe/Berlin	54.47166	13.30313		Kluis		12	00	13073	13073045
2887355	Kludenbach	kludenbach	DE	55481	111	Europe/Berlin	49.98333	7.36667			07140071	08	00	07140	07140071
2887366	Klotzsche	klotzsche	DE	01109	0	Europe/Berlin	51.11053	13.76862				13	00	14612	14612000
2887385	Klotten	klotten	DE	56818	1401	Europe/Berlin	50.16667	7.2		Kloten,Klotten,Клотен,Клоттен	07135049	08	00	07135	07135049
2887397	Klosterwalde	klosterwalde	DE	17268	0	Europe/Berlin	53.17106	13.56168				11	00	12073	12073572
2887408	Kloster Veßra	kloster-vessra	DE	98660	354	Europe/Berlin	50.5	10.65		Kloster Fesra,Kloster Vesra,Kloster-Fesra,ke luo si te er fei si la,Клостер Весра,Клостер Фесра,Клостер-Фесра,克洛斯特尔费斯拉	16069025	15	00	16069	16069025
2887432	Kloster Neuendorf	kloster-neuendorf	DE	39638	527	Europe/Berlin	52.52567	11.4635		Klost Neuendorf,Kloster Neuendorf		14	00	15081	15081135
2887444	Klostermansfeld	klostermansfeld	DE	06308	2824	Europe/Berlin	51.58333	11.5		Kloster Mansfield,Klostermansfel'd,Klostermansfeld,ke luo si te er man si fei er de,Клостермансфелд,Клостермансфельд,克洛斯特尔曼斯费尔德	15087260	14	00	15087	15087260
2887449	Klosterlechfeld	klosterlechfeld	DE	86836	2351	Europe/Berlin	48.15586	10.82986			09772162	02	097	09772	09772162
2887453	Klosterkumbd	klosterkumbd	DE	55469	286	Europe/Berlin	50.03333	7.53333			07140070	08	00	07140	07140070
2887509	Klosterfelde	klosterfelde	DE	16348	0	Europe/Berlin	52.53288	13.19036				16	00	11000	11000000
2887510	Klosterfelde	klosterfelde	DE	16348	0	Europe/Berlin	52.79711	13.47885				11	00	12060	12060269
2887576	Kloschwitz	kloschwitz	DE	06198	506	Europe/Berlin	51.58533	11.75605		Kloschwitz		14	00	15088	15088319
2887577	Kloschwitz	kloschwitz	DE	06198	0	Europe/Berlin	50.47948	12.05047				13	00	14523	14523450
2887600	Kloddram	kloddram	DE	19260	180	Europe/Berlin	53.41376	11.00538				12	00	13076	13076142
2887601	Klocksin	klocksin	DE	17194	456	Europe/Berlin	53.63589	12.54061		Klocksin		12	00	13071	13071078
2887615	Klobikau	klobikau	DE	06246	589	Europe/Berlin	51.35	11.83333		Klobikau		14	00	15088	15088025
2887637	Klitten	klitten	DE	02906	1510	Europe/Berlin	51.35109	14.60526		Kletno,Kliten,Klitten,Klětno,Клитен,Клиттен,Кліттен		13	00	14626	14626060
2887645	Klipphausen	klipphausen	DE	01665	6161	Europe/Berlin	51.06841	13.51374		Klipgauzen,Klipkhauzen,Klipphausen,Klipphauseni vald,ke li fu sen,Клипхаузен,Кліпгаузен,克利福森	14627100	13	00	14627	14627100
2887666	Klinkrade	klinkrade	DE	23898	539	Europe/Berlin	53.71667	10.55		Klinkrade	01053068	10	00	01053	01053068
2887679	Klinken	klinken	DE	19374	380	Europe/Berlin	53.49713	11.67074				12	00	13076	13076085
2887686	Klink	klink	DE	17192	1160	Europe/Berlin	53.47758	12.62131		Klink		12	00	13071	13071077
2887691	Klings	klings	DE	36452	511	Europe/Berlin	50.65	10.11667		Klings,ke ling si,Клингс,克灵斯	16066095	15	00	16066	16066095
2887718	Klingenmünster	klingenmunster	DE	76889	2432	Europe/Berlin	49.14056	8.01861		Klingenminster,Klingenmjunster,Клингенминстер,Клингенмюнстер	07337049	08	00	07337	07337049
2887736	Klingenberg am Main	klingenberg-am-main	DE	63911	6294	Europe/Berlin	49.78507	9.18025		Klingenberg,Klingenberg am Main,Klingenberg na Majni,Klingenberg-am-Majn,Klingenberg-na-Majne,Mayni Klingenberg,klynghnbrgh am mayn,klyngnbrg am mayn,mei yin he pan ke lin gen bei ge,Клингенберг на Мајни,Клингенберг-на-Майне,Клінгенберг-ам-Майн,Մայնի Կլինգենբերգ,كلينغنبرغ آم ماين,کلینگنبرگ آم ماین,クリンゲンベルク・アム・マイン,美因河畔克林根贝格		02	096	09676	09676134
2887766	Klingelbach	klingelbach	DE	56368	762	Europe/Berlin	50.27551	7.96966			07141073	08	00	07141	07141073
2887805	Klietz	klietz	DE	39524	1618	Europe/Berlin	52.66835	12.06812		Klietz	15090310	14	00	15090	15090310
2887812	Klieken	klieken	DE	06869	1111	Europe/Berlin	51.88806	12.3707		Klieken		14	00	15091	15091060
2887816	Kliding	kliding	DE	56825	223	Europe/Berlin	50.11667	7.05			07135048	08	00	07135	07135048
2887833	Kleve	kleve	DE	25554	0	Europe/Berlin	54.2951	9.12408			01051060	10	00	01051	01051060
2887834	Kleve	kleve	DE	25554	634	Europe/Berlin	53.96667	9.4			01061052	10	00	01061	01061052
2887835	Kleve	kleve	DE	25554	49072	Europe/Berlin	51.78826	6.13865		Cleeve,Cleve,Cleveris,Cleves,Clèves,Cléveris,Kleef,Kleve,keullebe,kurefe,Клеве,クレーフェ,클레베	05154	07	051	05154	05154036
2887842	Kletzke	kletzke	DE	19336	0	Europe/Berlin	52.99619	12.05544				11	00	12070	12070302
2887843	Kletzin	kletzin	DE	17111	463	Europe/Berlin	53.92343	13.15502		Klecin,Kletcin,Kletzin,ke lai qin,Клетцин,Клецин,克莱钦		12	00	13071	13071076
2887844	Kletzin	kletzin	DE	17111	0	Europe/Berlin	53.83163	11.49922				12	00	13074	13074019
2887847	Klettstedt	klettstedt	DE	99955	249	Europe/Berlin	51.15	10.75			16064003	15	00	16064	16064003
2887857	Klettbach	klettbach	DE	99102	1334	Europe/Berlin	50.91667	11.15		Kletbakh,ke lai te ba he,Клетбах,克莱特巴赫	16071043	15	00	16071	16071043
2887858	Kletkamp	kletkamp	DE	24327	155	Europe/Berlin	54.25	10.63333		Kletkamp	01057038	10	00	01057	01057038
2887918	Klempau	klempau	DE	23628	607	Europe/Berlin	53.76667	10.66667		Klempau	01053067	10	00	01053	01053067
2887952	Klein Zecher	klein-zecher	DE	23883	241	Europe/Berlin	53.58333	10.86667		Klein Zecher	01053066	10	00	01053	01053066
2887968	Klein Woltersdorf	klein-woltersdorf	DE	16928	0	Europe/Berlin	53.8848	11.40254		Klein Woltersdorf		12	00	13074	13074003
2887969	Klein Woltersdorf	klein-woltersdorf	DE	16928	0	Europe/Berlin	53.07536	12.18485		Klein Woltersdorf		11	00	12070	12070125
2887981	Klein Wittensee	klein-wittensee	DE	24361	221	Europe/Berlin	54.38333	9.73333		Klein Wittensee	01058088	10	00	01058	01058088
2887987	Klein-Winternheim	klein-winternheim	DE	55270	3485	Europe/Berlin	49.93833	8.21194		Klajn-Vinternkhajm,xiao wen te er en hai mu,Клайн-Винтернхайм,Клајн-Винтернхајм,小温特尔恩海姆	07339032	08	00	07339	07339032
2888007	Klein Wesenberg	klein-wesenberg	DE	23860	771	Europe/Berlin	53.81667	10.55		Klein Wesenberg	01062039	10	00	01062	01062039
2888018	Kleinwelsbach	kleinwelsbach	DE	99947	135	Europe/Berlin	51.18333	10.66667				15	00	16064	16064077
2888047	Klein Wanzleben	klein-wanzleben	DE	39164	2541	Europe/Berlin	52.07005	11.36594	102	Klajn-Vancleben,Klein Wanzleben,Littjen Wanzlae,Littjen Wanzleben,Littjen Wanzlä,Zuckerdorf Klein Wanzleben,Клайн-Ванцлебен		14	00	15083	15083531
2888053	Kleinwallstadt	kleinwallstadt	DE	63839	5816	Europe/Berlin	49.87464	9.16927		Klajnvall'shtadt,Klajnvalshtat,Kleinwallstadt,Kljajnval'shtadt,kurain'vu~arushutatto,xiao wa er si ta te,Клайнвалльштадт,Клајнвалштат,Кляйнвальштадт,Կլայնվալշթաթ,クラインヴァルシュタット,小瓦尔斯塔特		02	096	09676	09676133
2888078	Klein Vielen	klein-vielen	DE	17237	783	Europe/Berlin	53.45249	13.02755		Klajn Filen,Klajn Vilen,Klajn-Filen,xiao fei lun,Клайн-Филен,Клајн Вилен,Клајн Филен,小菲伦		12	00	13071	13071075
2888097	Klein Upahl	klein-upahl	DE	18276	281	Europe/Berlin	53.71556	12.06101		Klein Upahl		12	00	13072	13072055
2888112	Klein Trebbow	klein-trebbow	DE	19069	810	Europe/Berlin	53.71131	11.37208		Klajn Trebov,Klajn-Trebbov,Klein Trebbow,xiao te lei bo,Клайн-Треббов,Клајн Требов,小特雷博		12	00	13074	13074038
2888113	Klein Trebbow	klein-trebbow	DE	19069	0	Europe/Berlin	53.29711	13.07454				12	00	13071	13071110
2888172	Kleinsteinhausen	kleinsteinhausen	DE	66484	875	Europe/Berlin	49.2	7.46667			07340214	08	00	07340	07340214
2888210	Kleinsendelbach	kleinsendelbach	DE	91077	1542	Europe/Berlin	49.59558	11.15773			09474144	02	094	09474	09474144
2888240	Kleinschwabhausen	kleinschwabhausen	DE	99441	264	Europe/Berlin	50.9316	11.46114			16071042	15	00	16071	16071042
2888316	Klein Rogahn	klein-rogahn	DE	19073	1268	Europe/Berlin	53.60534	11.34579				12	00	13076	13076071
2888317	Klein Rodensleben	klein-rodensleben	DE	39167	600	Europe/Berlin	52.11563	11.43875		Klein Rodensleben		14	00	15083	15083531
2888323	Kleinrinderfeld	kleinrinderfeld	DE	97271	2094	Europe/Berlin	49.70028	9.84472			09679155	02	096	09679	09679155
2888333	Klein Rheide	klein-rheide	DE	24848	367	Europe/Berlin	54.45	9.48333		Klein Rheide	01059051	10	00	01059	01059051
2888361	Klein Radden	klein-radden	DE	03222	0	Europe/Berlin	51.86945	13.87961		Klein Radden,Kleinradden,Kleinrädden,Radync,Radyńc		11	00	12066	12066196
2888402	Klein Pampau	klein-pampau	DE	21514	640	Europe/Berlin	53.51245	10.5891			01053064	10	00	01053	01053064
2888405	Kleinow	kleinow	DE	19348	0	Europe/Berlin	53.27281	14.02448				11	00	12073	12073578
2888406	Kleinow	kleinow	DE	19348	0	Europe/Berlin	53.05246	11.95802				11	00	12070	12070302
2888411	Kleinostheim	kleinostheim	DE	63801	8409	Europe/Berlin	50	9.06667		Klajnostajm,Klajnostkhajm,Kljajnostgajm,kurain'osutohaimu,xiao ao si te hai mu,Клайностайм,Клайностхайм,Клајностхајм,Кляйностгайм,Կլայնոսթհայմ,クラインオストハイム,小奥斯特海姆	09671136	02	096	09671	09671136
2888417	Klein Oschersleben	klein-oschersleben	DE	39398	0	Europe/Berlin	52.00852	11.34166				14	00	15083	15083415
2888432	Kleinobringen	kleinobringen	DE	99439	288	Europe/Berlin	51.03333	11.31667			16071102	15	00	16071	16071102
2888436	Klein Nordende	klein-nordende	DE	25336	3027	Europe/Berlin	53.72219	9.65424		Klajn Nordende,Klajn-Nordende,Klein Nordende,xiao nuo deng de,Клайн-Норденде,Клајн Норденде,小诺登德	01056029	10	00	01056	01056029
2888441	Kleinniedesheim	kleinniedesheim	DE	67259	922	Europe/Berlin	49.58694	8.32222			07338015	08	00	07338	07338015
2888450	Kleinneuhausen	kleinneuhausen	DE	99625	444	Europe/Berlin	51.15	11.28333			16068033	15	00	16068	16068033
2888484	Kleinmölsen	kleinmolsen	DE	99198	382	Europe/Berlin	51.03333	11.11667		Klajnmelsen,Klajnmelzen,Klajnmjol'zen,Kleinmoelsen,Kleinmölsen,xiao mo er sen,Клайнмёльзен,Клајнмелзен,Клајнмелсен,小默尔森	16068032	15	00	16068	16068032
2888511	Klein Meckelsen	klein-meckelsen	DE	27419	880	Europe/Berlin	53.3	9.45			03357032	06	00	03357	03357032
2888520	Kleinmaischeid	kleinmaischeid	DE	56271	1295	Europe/Berlin	50.51345	7.6083			07138034	08	00	07138	07138034
2888523	Kleinmachnow	kleinmachnow	DE	14532	17892	Europe/Berlin	52.40786	13.22514		Klajnmakhnov,Klajnmanov,Klaynmaxnov,Kljajnmakhnov,xiao ma he nuo,Клайнмахнов,Клајнманов,Клајнмахнов,Кляйнмахнов,Կլայնմախնով,小马赫诺	12069304	11	00	12069	12069304
2888527	Klein Lukow	klein-lukow	DE	17217	278	Europe/Berlin	53.53449	13.03455		Klein Lukow		12	00	13071	13071115
2888531	Klein Luckow	klein-luckow	DE	17337	0	Europe/Berlin	53.67587	12.48613				12	00	13071	13071154
2888532	Klein Luckow	klein-luckow	DE	17337	247	Europe/Berlin	53.55291	13.83849		Klein Luckow		12	00	13075	13075055
2888570	Kleinleinungen	kleinleinungen	DE	06528	140	Europe/Berlin	51.47764	11.16314				14	00	15087	15087412
2888572	Klein Leine	klein-leine	DE	15913	0	Europe/Berlin	51.97376	14.05715		Klein Leine,Male Linje,Małe Linje		11	00	12061	12061329
2888584	Kleinlangheim	kleinlangheim	DE	97355	1691	Europe/Berlin	49.77087	10.2843		Klajnlangkhajm,Kleinlangheim,Kljajnlangajm,xiao lang hai mu,Клайнлангхайм,Клајнлангхајм,Кляйнлангайм,Քլայնլանգհայմ,小朗海姆		02	096	09675	09675142
2888587	Kleinlangenfeld	kleinlangenfeld	DE	54597	156	Europe/Berlin	50.26667	6.48333			07232250	08	00	07232	07232250
2888594	Klein Kussewitz	klein-kussewitz	DE	18184	758	Europe/Berlin	54.13368	12.24285		Klein Kussewitz		12	00	13072	13072012
2888618	Kleinkrausnik	kleinkrausnik	DE	03249	0	Europe/Berlin	51.73539	13.59324		Klein Kraussnigk,Klein Kraußnigk,Kleinkrausnick,Kleinkrausnik		11	00	12062	12062469
2888632	Kleinkorga	kleinkorga	DE	06926	82	Europe/Berlin	51.81472	13.07967				14	00	15091	15091145
2888676	Kleinkarlbach	kleinkarlbach	DE	67271	900	Europe/Berlin	49.53861	8.14972		Klaekarlbach,Klajnkarlbakh,Kläkarlbach,xiao ka er ba he,Клайнкарлбах,Клајнкарлбах,小卡尔巴赫	07332031	08	00	07332	07332031
2888684	Kleinkahl	kleinkahl	DE	63828	1849	Europe/Berlin	50.11667	9.26667		Klajnkal,Klajnkal',Klaynkal,Kljajnkal',kurainkaru,xiao ka er,Клайнкаль,Клајнкал,Кляйнкаль,Կլայնկալ,クラインカール,小卡尔	09671135	02	096	09671	09671135
2888707	Kleinich	kleinich	DE	54483	741	Europe/Berlin	49.9	7.18333		Klajnikh,ke lai ni xi,Клайних,Клајних,克莱尼希	07231070	08	00	07231	07231070
2888751	Kleinheubach	kleinheubach	DE	63924	3436	Europe/Berlin	49.72109	9.21346		Klajnkhojbakh,Klaynhoybax,Kleinheubach,Kljajngojbakh,kurainhoibahha,xiao huo yi ba he,Клайнхойбах,Клајнхојбах,Кляйнгойбах,Կլայնհոյբախ,クラインホイバッハ,小霍伊巴赫		02	096	09676	09676132
2888769	Kleinhelmsdorf	kleinhelmsdorf	DE	06722	304	Europe/Berlin	51.03523	11.93137				14	00	15084	15084375
2888835	Klein Gottschow	klein-gottschow	DE	19348	0	Europe/Berlin	53.09698	12.00391				11	00	12070	12070125
2888853	Klein Gladebrügge	klein-gladebrugge	DE	23795	600	Europe/Berlin	53.91667	10.31667		Klein Gladebrugge,Klein Gladebrügge	01060048	10	00	01060	01060048
2888881	Klein Gartz	klein-gartz	DE	29416	164	Europe/Berlin	52.82316	11.31883		Klein Gartz		14	00	15081	15081455
2888890	Kleinfurra	kleinfurra	DE	99735	1243	Europe/Berlin	51.41556	10.76454			16062026	15	00	16062	16062026
2888912	Kleinfischlingen	kleinfischlingen	DE	67483	306	Europe/Berlin	49.26333	8.18694			07337048	08	00	07337	07337048
2888937	Kleineutersdorf	kleineutersdorf	DE	07768	393	Europe/Berlin	50.78333	11.58333		Kleineutersdorf	16074048	15	00	16074	16074048
2889572	Kleinebersdorf	kleinebersdorf	DE	07646	186	Europe/Berlin	50.81667	11.83333		Kleinebersdorf	16074047	15	00	16074	16074047
2889645	Kleinbundenbach	kleinbundenbach	DE	66501	441	Europe/Berlin	49.31667	7.43333			07340213	08	00	07340	07340213
2889673	Kleinbrembach	kleinbrembach	DE	99610	340	Europe/Berlin	51.13333	11.26667			16068063	15	00	16068	16068063
2889701	Kleinbodungen	kleinbodungen	DE	99752	418	Europe/Berlin	51.46667	10.53333			16062066	15	00	16062	16062066
2889704	Kleinbockedra	kleinbockedra	DE	07646	46	Europe/Berlin	50.84222	11.6466		Kleinbockedra	16074046	15	00	16074	16074046
2889709	Kleinblittersdorf	kleinblittersdorf	DE	66271	12948	Europe/Berlin	49.1578	7.03734		Klajnblitersdorf,Klajnblittersdorf,Kljajnblittersdorf,xiao bu li te er si duo fu,Клайнблиттерсдорф,Клајнблитерсдорф,Кляйнбліттерсдорф,小布利特尔斯多夫	10041514	09	00	10041	10041514
2889729	Klein Berßen	klein-berssen	DE	49777	1177	Europe/Berlin	52.76797	7.46182		Klajn Bersen,Klajn-Bersen,xiao bei er sen,Клайн-Берсен,Клајн Берсен,小贝尔森	03454024	06	00	03454	03454024
2889746	Klein Bennebek	klein-bennebek	DE	24848	583	Europe/Berlin	54.4	9.45		Klein Bennebek	01059050	10	00	01059	01059050
2889747	Klein Bengerstorf	klein-bengerstorf	DE	19258	385	Europe/Berlin	53.41768	10.84871		Klein Bengerstorf		12	00	13076	13076009
2889750	Klein Belitz	klein-belitz	DE	18246	917	Europe/Berlin	53.9382	11.96617				12	00	13072	13072053
2889752	Klein Behnitz	klein-behnitz	DE	14641	0	Europe/Berlin	52.56701	12.70832				11	00	12063	12063208
2889756	Kleinbartloff	kleinbartloff	DE	37355	494	Europe/Berlin	51.35	10.38333		Kleinbartloff	16061074	15	00	16061	16061074
2889766	Klein Barkau	klein-barkau	DE	24245	255	Europe/Berlin	54.23333	10.13333		Klein Barkau	01057037	10	00	01057	01057037
2889784	Kleinau	kleinau	DE	39606	664	Europe/Berlin	52.79952	11.51096		Kleinau,Kleinhau		14	00	15081	15081030
2889801	Klein Ammensleben	klein-ammensleben	DE	39326	752	Europe/Berlin	52.21796	11.52034		Klein Ammensleben		14	00	15083	15083390
2889814	Kleinaitingen	kleinaitingen	DE	86507	1428	Europe/Berlin	48.2185	10.86923			09772160	02	097	09772	09772160
2889929	Rauhenebrach	rauhenebrach	DE	96181	0	Europe/Berlin	49.8882	10.55295				02	096	09674	09674187
2889974	Klausen	klausen	DE	54524	0	Europe/Berlin	51.21248	7.22472				07	051	05120	05120000
2889975	Klausen	klausen	DE	54524	1335	Europe/Berlin	49.9	6.88333			07231069	08	00	07231	07231069
2889976	Klausen	klausen	DE	54524	0	Europe/Berlin	48.88972	12.12927				02	093	09375	09375205
2889977	Klausen	klausen	DE	54524	0	Europe/Berlin	47.8	11				02	091	09190	09190130
2889988	Klausdorf	klausdorf	DE	15838	0	Europe/Berlin	54.46256	11.24261		Klausdorf		10	00	01055	01055046
2889989	Klausdorf	klausdorf	DE	15838	659	Europe/Berlin	54.40424	13.01331		Clausdorf		12	00	13073	13073044
2889990	Klausdorf	klausdorf	DE	15838	6047	Europe/Berlin	54.30899	10.21372				10	00	01057	01057091
2889992	Klausdorf	klausdorf	DE	15838	0	Europe/Berlin	52.15465	13.40644		Klausdorf		11	00	12072	12072002
2889993	Klausdorf	klausdorf	DE	15838	0	Europe/Berlin	52.04861	12.94324				11	00	12069	12069632
2890066	Klappholz	klappholz	DE	24860	518	Europe/Berlin	54.62151	9.53527		Klappholz	01059049	10	00	01059	01059049
2890093	Klamp	klamp	DE	24321	768	Europe/Berlin	54.28181	10.54823		Klamp	01057035	10	00	01057	01057035
2890107	Klais	klais	DE	82493	0	Europe/Berlin	47.48235	11.23867				02	091	09180	09180122
2890155	Kitzscher	kitzscher	DE	04567	6152	Europe/Berlin	51.16444	12.5526		Kicere,Kicher,Kicsher,Kitzscher,Kičere,ji ci xie er,kytsshr,Кицшер,Кичер,كيتسشر,کیتسشر,基茨歇尔		13	00	14729	14729220
2890158	Kitzingen	kitzingen	DE	97318	21387	Europe/Berlin	49.73973	10.15072		KZG,Kicingen,Kitcingen,Kitzinga,Kitzingen,ji qin gen,kytsynghn,kytsyngn,Китцинген,Кицинген,Кітцінґен,Քիթցինգեն,كيتسينغن,کیتسینگن,基钦根	09675	02	096	09675	09675141
2890168	Kitzen	kitzen	DE	04460	2036	Europe/Berlin	51.22172	12.22349		Kitzen		13	00	14729	14729350
2890169	Kitzen	kitzen	DE	04460	0	Europe/Berlin	48.72503	9.75544				01	081	08117	08117037
2890178	Kittlitz	kittlitz	DE	02708	286	Europe/Berlin	53.66407	10.91698			01053062	10	00	01053	01053062
2890179	Kittlitz	kittlitz	DE	02708	0	Europe/Berlin	51.83079	13.91609		Dlopje,Dłopje,Kittlitz		11	00	12066	12066196
2890180	Kittlitz	kittlitz	DE	02708	0	Europe/Berlin	51.13139	14.67565		Ketlicy,Kittlitz		13	00	14626	14626290
2890187	Kittendorf	kittendorf	DE	17153	372	Europe/Berlin	53.62479	12.90395		Kittendorf		12	00	13071	13071074
2890197	Kist	kist	DE	97270	2547	Europe/Berlin	49.74278	9.84389			09679154	02	096	09679	09679154
2890199	Kißlegg	kisslegg	DE	88353	8604	Europe/Berlin	47.78894	9.88383		Kisleg,Kislegg,Kisslegg,ji si lai ge,Кислег,Кіслегг,基斯莱格	08436052	01	084	08436	08436052
2890202	Kissing	kissing	DE	86438	11150	Europe/Berlin	48.30375	10.97088			09771142	02	097	09771	09771142
2890606	Kirchdorf	kirchdorf	DE	18519	0	Europe/Berlin	53.69886	8.94707				06	00	03352	03352043
2890607	Kirchdorf	kirchdorf	DE	18519	0	Europe/Berlin	53.48333	10.01667				04	00	02000	02000000
2890204	Kissenbrück	kissenbruck	DE	38324	1889	Europe/Berlin	52.10956	10.58996		Kisenbrik,Kissenbrjuk,Kissenbruck,Kissenbrueck,Kissenbruga,Kissenbrück,Kissinbruck,Kissinbrück,ji sen bu lu ke,Кисенбрик,Киссенбрюк,基森布吕克	03158021	06	00	03158	03158021
2890208	Kisselbach	kisselbach	DE	56291	598	Europe/Berlin	50.05	7.61667			07140068	08	00	07140	07140068
2890218	Kisdorf	kisdorf	DE	24629	3445	Europe/Berlin	53.81667	10.01667		Kisdorf,Kizdorf,ji si duo fu,Киздорф,Кисдорф,基斯多夫	01060047	10	00	01060	01060047
2890222	Kirtorf	kirtorf	DE	36320	3649	Europe/Berlin	50.76942	9.10389		Kirthoff,Kirtorf,ji er tuo fu,kirutorufu,kyrtwrf,Кирторф,Кірторф,كيرتورف,کیرتورف,キルトルフ,基尔托夫		05	065	06535	06535010
2890226	Kirschweiler	kirschweiler	DE	55743	1169	Europe/Berlin	49.75	7.25			07134047	08	00	07134	07134047
2890230	Kirschroth	kirschroth	DE	55566	291	Europe/Berlin	49.76667	7.56667		Kirshrot,ji er shi luo te,Киршрот,基尔施罗特	07133053	08	00	07133	07133053
2890235	Kirschkau	kirschkau	DE	07919	241	Europe/Berlin	50.60487	11.88708		Kirschkau	16075048	15	00	16075	16075048
2890273	Kirschau	kirschau	DE	02681	2607	Europe/Berlin	51.09317	14.4284		Kirshau,Korzym,Киршау,Кіршау		13	00	14625	14625525
2890276	Kirsbach	kirsbach	DE	53539	91	Europe/Berlin	50.32583	6.99306			07233220	08	00	07233	07233220
2890277	Kirrweiler	kirrweiler	DE	67744	206	Europe/Berlin	49.63333	7.5		Kirvajler,Kirvajler Lauterekken,Кирвайлер Лаутереккен,Кирвајлер	07336050	08	00	07336	07336050
2890278	Kirrweiler	kirrweiler	DE	67744	2034	Europe/Berlin	49.30124	8.16288		Kirrweiler,Kirvajler,ji er wei lei,Кирвайлер,Кирвајлер,基尔韦勒		08	00	07337	07337047
2890297	Kienberg	kienberg	DE	14641	0	Europe/Berlin	47.76373	10.76656		Kienberg		02	091	09190	09190114
2890314	Kirn	kirn	DE	55606	8762	Europe/Berlin	49.78912	7.45765		Kiere,Kirn,ji er en,Кирн,基尔恩		08	00	07133	07133052
2890315	Kirn	kirn	DE	55606	0	Europe/Berlin	48.33915	13.08551				02	092	09277	09277118
2890322	Kirkel	kirkel	DE	66459	10330	Europe/Berlin	49.28333	7.23333		Kirkel,Kirkel',ji er ke er,kyrkl,Киркел,Киркель,Кіркель,کیرکل,基尔克尔	10045115	09	00	10045	10045115
2890324	Kirf	kirf	DE	54441	728	Europe/Berlin	49.55	6.48333		Kirf,ji er fu,Кирф,基尔夫	07235062	08	00	07235	07235062
2890327	Kirchzell	kirchzell	DE	63931	2468	Europe/Berlin	49.618	9.17785		Kirchzell,Kirkhcel,Kirkhcel',Kirkhcell',ji er xi ce er,kiruhitsu~eru,Кирхцел,Кирхцелль,Кірхцель,Կիրխցել,キルヒツェル,基尔希策尔		02	096	09676	09676131
2890328	Kirchzarten	kirchzarten	DE	79199	9730	Europe/Berlin	47.96667	7.95		Kirchzarten,Kirkhcarten,ji er xi cha er teng,Кирхцартен,Кірхцартен,Կիրխցարտեն,基尔希察尔滕	08315064	01	083	08315	08315064
2890329	Kirchworbis	kirchworbis	DE	37339	1491	Europe/Berlin	51.41122	10.39625		Kirchworbis	16061058	15	00	16061	16061058
2890330	Kirchwistedt	kirchwistedt	DE	27616	516	Europe/Berlin	53.4235	8.89043				06	00	03352	03352059
2890335	Kirchweiler	kirchweiler	DE	54570	405	Europe/Berlin	50.23019	6.74526			07233039	08	00	07233	07233039
2890336	Kirchweidach	kirchweidach	DE	84558	2274	Europe/Berlin	48.08575	12.6453		Kirkhvajdakh,Kirxvaydax,ji er xi wei da,kyrsh waydakh,Кирхвайдах,Кирхвајдах,Кірхвайдах,Կիրխվայդախ,کیرش وایداخ,基尔希魏达	09171122	02	091	09171	09171122
2890344	Kirchwalsede	kirchwalsede	DE	27386	1334	Europe/Berlin	53.01667	9.4		Karkwals,Kirkhval'zede,Kirkhvalzede,ji er xi wa er sai de,kiruhivu~aruzede,Кирхвалзеде,Кирхвальзеде,キルヒヴァルゼーデ,基尔希瓦尔塞德	03357031	06	00	03357	03357031
2890353	Kirchtimke	kirchtimke	DE	27412	1007	Europe/Berlin	53.25	9.15			03357030	06	00	03357	03357030
2890381	Kirchseeon	kirchseeon	DE	85614	9174	Europe/Berlin	48.07143	11.88875		Kirkhzeon,Kirkseon,ji er xi sai weng,kyrshzywn,Кирксеон,Кирхзеон,Кірхзеон,کیرشزیون,基尔希塞翁		02	091	09175	09175124
2890382	Kirchseelte	kirchseelte	DE	27243	1257	Europe/Berlin	52.95	8.68333			03458011	06	00	03458	03458011
2890390	Kirchscheidungen	kirchscheidungen	DE	06636	376	Europe/Berlin	51.245	11.65807		Kirchscheidungen		14	00	15084	15084285
2890394	Kirchroth	kirchroth	DE	94356	3699	Europe/Berlin	48.95	12.55		Kirkhrot,Kirrot,ji er xi luo te,kyrshrwt,Киррот,Кирхрот,Кірхрот,کیرشروت,基尔希罗特	09278141	02	092	09278	09278141
2890405	Kirchnüchel	kirchnuchel	DE	23714	181	Europe/Berlin	54.2	10.68333		Kirchnuchel,Kirchnüchel	01057034	10	00	01057	01057034
2890407	Kirch Mulsow	kirch-mulsow	DE	18233	369	Europe/Berlin	53.96497	11.70086		Kirch Mulsow		12	00	13072	13072022
2890420	Kirchlinteln	kirchlinteln	DE	27308	10487	Europe/Berlin	52.94236	9.31811		Karklinteln,Kirchlinteln,Kirkhlintel'n,Kirlinteln,ji er xi lin te er en,kiruhirinterun,Кирлинтелн,Кирхлинтельн,キルヒリンテルン,基尔希林特尔恩	03361005	06	00	03361	03361005
2890425	Kirchlengern	kirchlengern	DE	32278	16338	Europe/Berlin	52.2	8.63333		Kirkhlengern,Kirlengern,ji xi lun ge en,kiruhirengerun,Кирленгерн,Кирхленгерн,Кірхленгерн,キルヒレンゲルン,基希伦格恩	05758020	07	057	05758	05758020
2890429	Kirchlauter	kirchlauter	DE	96166	1445	Europe/Berlin	50.0443	10.71776		Kirkhlauter,Kirlauter,ji er xi lao te er,Кирлаутер,Кирхлаутер,Кірхлаутер,Կիրխլաութեր,基尔希劳特尔	09674160	02	096	09674	09674160
2890439	Kirch Jesar	kirch-jesar	DE	19230	702	Europe/Berlin	53.44084	11.2787		Kirch Jesar		12	00	13076	13076070
2890442	Kirchhundem	kirchhundem	DE	57399	12966	Europe/Berlin	51.08556	8.08893		Kirchhundem,Kirchhunden,Kirkhgundem,Kirkhkhundem,Kirkhundem,ji er xun de mu,Кирхундем,Кирххундем,Кірхгундем,基尔逊德姆	05966016	07	059	05966	05966016
2890473	Kirchheim unter Teck	kirchheim-unter-teck	DE	73230	40206	Europe/Berlin	48.64683	9.45378		Kirchheim,Kirkhajm pod Tekom,Kirkhgajm-unter-Tek,Kirkhkhajm-unter-Tekk,Kirxhaym unter Tek,kyrshhaym awntr tk,tai ke shan xia ji er xia yi mu,Кирхајм под Теком,Кирхгайм-унтер-Тек,Кирххайм-унтер-Текк,Кірхгайм-унтер-Тек,Կիրխհայմ ունտեր Տեկ,كيرشهايم اونتر تك,کیرشهایم اونتر تک,泰克山下基尔夏伊姆		01	081	08116	08116033
2890608	Kirchdorf	kirchdorf	DE	18519	0	Europe/Berlin	53.44924	7.47896		Kirchdorf		06	00	03452	03452001
2890609	Kirchdorf	kirchdorf	DE	18519	2029	Europe/Berlin	52.59523	8.8349		Kierchdorf	03251021	06	00	03251	03251021
2890610	Kirchdorf	kirchdorf	DE	18519	0	Europe/Berlin	52.29326	9.49047				06	00	03241	03241002
2890478	Kirchheimbolanden	kirchheimbolanden	DE	67292	8006	Europe/Berlin	49.66249	8.01513		Kircheimbolanden,Kirchheimbolanden,Kirkhgajmbolanden,Kirkhkhajmbolanden,ji er xia yin bo lan deng,kiruhihaimuboranden,kyrshhaymbwlandn,Кирхгаймболанден,Кирххаймболанден,Кирххајмболанден,كيرشهايمبولاندن,کیرشهایمبولاندن,キルヒハイムボーランデン,基尔夏因博兰登	07333	08	00	07333	07333039
2890480	Kirchheim an der Weinstraße	kirchheim-an-der-weinstrasse	DE	67281	1734	Europe/Berlin	49.53722	8.18083		Kaerschm,Kirchheim,Kirchheim an der Eck,Kirchheim an der Weinstrasse,Kirchheim an der Weinstraße,Kirkhajm na Vinskom Putu,Kirkhgajm,Kirkhkhajm,Kärschm,wei yin si te la sai pang ji er xia yi mu,Кирхајм на Винском Путу,Кирхгайм,Кирххайм,韦因斯特拉塞旁基尔夏伊姆	07332030	08	00	07332	07332030
2890481	Kirchheim am Ries	kirchheim-am-ries	DE	73467	2113	Europe/Berlin	48.87922	10.40028		Kirchheim,Kirkhgajm-am-Ris,Kirkhkhajm am Ris,Kirkhkhajm-na-Rise,li si de qu ji er xia yi mu,Кирххайм-на-Рисе,Кирххајм ам Рис,Кірхгайм-ам-Ріс,კირხჰაიმ-ამ-რისი,里斯地区基尔夏伊姆	08136037	01	081	08136	08136037
2890482	Kirchheim am Neckar	kirchheim-am-neckar	DE	74366	5193	Europe/Berlin	49.045	9.14222		Kirchheim,Kirchheim am Neckar,Kirkhgajm-am-Nekkar,Kirkhkhajm am Nekar,Kirkhkhajm-am-Nekkar,kyrshhaym am nkar,nei ka he pan ji er xia yi mu,Кирххайм-ам-Неккар,Кирххајм ам Некар,Кірхгайм-ам-Неккар,کیرشهایم آم نکار,内卡河畔基尔夏伊姆	08118040	01	081	08118	08118040
2890483	Kirchheim	kirchheim	DE	36275	0	Europe/Berlin	49.3807	8.66495				01	082	08221	08221000
2890484	Kirchheim	kirchheim	DE	36275	1219	Europe/Berlin	50.88333	11.01667			16070028	15	00	16070	16070028
2890485	Kirchheim	kirchheim	DE	36275	3913	Europe/Berlin	50.83333	9.56667		Kirchheim,Kirchheim (Hessen)	06632011	05	066	06632	06632011
2890486	Kirchheim	kirchheim	DE	36275	0	Europe/Berlin	50.60552	6.83572		Kirchheim		07	053	05366	05366016
2890487	Kirchheim	kirchheim	DE	36275	2176	Europe/Berlin	49.65607	9.85783			09679153	02	096	09679	09679153
2890488	Kirchheim	kirchheim	DE	36275	2563	Europe/Berlin	48.1749	10.47461				02	097	09778	09778158
2890489	Kirchheim	kirchheim	DE	36275	0	Europe/Berlin	48.04186	12.77967		Kirchheim		02	091	09189	09189152
2890490	Kirchheilingen	kirchheilingen	DE	99947	882	Europe/Berlin	51.18206	10.70878		Kirchheilingen,Kirchhelingen	16064033	15	00	16064	16064033
2890495	Kirchhaslach	kirchhaslach	DE	87755	1283	Europe/Berlin	48.1504	10.31015		Kirkhaslakh,Kirkhgaslakh,Kirkhkhaslakh,Kirxhaslax,ji er xia si la,Кирхаслах,Кирхгаслах,Кирххаслах,Кірхгаслах,Կիրխհասլախ,基尔夏斯拉	09778157	02	097	09778	09778157
2890499	Kirchham	kirchham	DE	94148	2435	Europe/Berlin	48.34638	13.26719			09275130	02	092	09275	09275130
2890503	Kirchhain	kirchhain	DE	35274	0	Europe/Berlin	51.63333	13.56667				11	00	12062	12062092
2890504	Kirchhain	kirchhain	DE	35274	16381	Europe/Berlin	50.8272	8.92806		Kirchhain,Kirkhajn,Kirkhgajn,Kirkhkhajn,ji er xia yin,kiruhihain,kyrshhayn,Кирхајн,Кирхгайн,Кирххайн,Кірхгайн,كيرشهاين,کیرشهاین,キルヒハイン,基尔夏因		05	065	06534	06534011
2890511	Kirchgellersen	kirchgellersen	DE	21394	2122	Europe/Berlin	53.23333	10.3			03355020	06	00	03355	03355020
2890513	Kirchgandern	kirchgandern	DE	37318	603	Europe/Berlin	51.38439	9.96192		Kirchgandern	16061057	15	00	16061	16061057
2890526	Kirchenthumbach	kirchenthumbach	DE	91281	3448	Europe/Berlin	49.74866	11.72542		Kirchenthumbach,Kirkhentumbakh,Kirxentumbax,Tumbach,ji xing tong ba he,Кирхентумбах,Кірхентумбах,Կիրխենտումբախ,基兴通巴赫		02	093	09374	09374129
2890527	Kirchentellinsfurt	kirchentellinsfurt	DE	72138	5406	Europe/Berlin	48.53315	9.14732		Kirkhentelinsfurt,Kirkhentellinsfurt,ji er xing te lin si fu er te,Кирхентелинсфурт,Кирхентеллинсфурт,Кірхентеллінсфурт,基尔兴特林斯富尔特	08416022	01	084	08416	08416022
2890532	Kirchensittenbach	kirchensittenbach	DE	91241	2238	Europe/Berlin	49.55601	11.42226		Kirkhensitenbakh,Kirkhenzittenbakh,ji xing xi teng ba he,Кирхензиттенбах,Кирхенситенбах,Кірхензіттенбах,Կիրխենզիթենբախ,基兴西滕巴赫	09574135	02	095	09574	09574135
2890539	Kirchenpingarten	kirchenpingarten	DE	95466	1405	Europe/Berlin	49.93333	11.78333			09472156	02	094	09472	09472156
2890544	Kirchenlamitz	kirchenlamitz	DE	95158	3939	Europe/Berlin	50.1519	11.94831		Kirchenlamitz,Kirkhenlamic,ji xing la mi ci,kiruhyenramittsu,kyrshnlamyts,kyrshnlamytz,Кирхенламиц,Кірхенламіц,Կիրխենլամից,كيرشنلاميتس,کیرشنلامیتز,キルヒェンラミッツ,基兴拉米茨		02	094	09479	09479129
2890567	Kirchendemenreuth	kirchendemenreuth	DE	92665	950	Europe/Berlin	49.78333	12.1			09374128	02	093	09374	09374128
2890586	Kirchen	kirchen	DE	57548	9342	Europe/Berlin	50.80849	7.88634		Chiricheim,Kirchen,Kirchen an der Sieg,Kirkhen,ji xing,kiruhyen,kyrshn,Кирхен,كيرشن,کیرشن,キルヒェン,基兴		08	00	07132	07132063
2890587	Kirchen	kirchen	DE	57548	0	Europe/Berlin	48.27305	9.63183				01	084	08425	08425033
2890588	Kirchen	kirchen	DE	57548	0	Europe/Berlin	47.90893	8.67179				01	083	08327	08327018
2890589	Kirchen	kirchen	DE	57548	0	Europe/Berlin	47.64821	7.5692				01	083	08336	08336014
2890590	Eiselfing	eiselfing	DE	83549	2956	Europe/Berlin	48.04114	12.24272		Kircheiselfing	09187126	02	091	09187	09187126
2890591	Kircheib	kircheib	DE	57635	555	Europe/Berlin	50.70921	7.45967		Kirkhajb,ji er xia yi bu,kyrshayb,Кирхайб,Кирхајб,کیرشایب,基尔夏伊布	07132062	08	00	07132	07132062
2890592	Kirchehrenbach	kirchehrenbach	DE	91356	2304	Europe/Berlin	49.73333	11.15		Kirkherenbakh,ji er xie lun ba he,kiruhierenbahha,Кирхеренбах,Кірхеренбах,Քիրխեհրենբախ,キルヒエーレンバッハ,基尔歇伦巴赫	09474143	02	094	09474	09474143
2890599	Kirchdorf im Wald	kirchdorf-im-wald	DE	94261	2176	Europe/Berlin	48.91048	13.26614		Kirchdorf,Kirchdorf im Wald,Kirkhdorf im Vald,Kirkhdorf-im-Val'd,Valdi Kirxdorf,kyrsh dwrf aym wald,Кирхдорф им Валд,Кирхдорф-им-Вальд,Кірхдорф-ім-Вальд,Վալդի Կիրխդորֆ,کیرش دورف ایم والد		02	092	09276	09276127
2890602	Kirchdorf am Inn	kirchdorf-am-inn	DE	84375	5366	Europe/Berlin	48.24755	12.98453		Kirchdorf,Kirchdorf am Inn		02	092	09277	09277128
2890604	Kirchdorf	kirchdorf	DE	18519	578	Europe/Berlin	54.175	13.27457				12	00	13073	13073090
2890605	Kirchdorf	kirchdorf	DE	18519	0	Europe/Berlin	53.99417	11.43693		Kirchdorf		12	00	13074	13074035
2890611	Kirchdorf	kirchdorf	DE	18519	0	Europe/Berlin	51.83333	8.66667				07	057	05774	05774024
2890612	Kirchdorf	kirchdorf	DE	18519	0	Europe/Berlin	51.75935	8.46986				07	057	05774	05774020
2890613	Kirchdorf	kirchdorf	DE	18519	0	Europe/Berlin	48.77101	11.90368			09273139	02	092	09273	09273139
2890614	Kirchdorf	kirchdorf	DE	18519	893	Europe/Berlin	48.59183	11.76394		Kirchdorf		02	091	09178	09178122
2890615	Kirchdorf	kirchdorf	DE	18519	2652	Europe/Berlin	48.45942	11.65438		Kirchdorf,Kirchdorf an der Amper		02	091	09178	09178136
2890616	Kirchdorf	kirchdorf	DE	18519	1293	Europe/Berlin	48.17542	12.19646			09183123	02	091	09183	09183123
2890617	Kirchdorf	kirchdorf	DE	18519	3679	Europe/Berlin	48.07667	10.12629		Kirchdorf		01	084	08426	08426066
2890618	Kirchdorf	kirchdorf	DE	18519	0	Europe/Berlin	48.03944	10.57832				02	097	09778	09778116
2890619	Kirchdorf	kirchdorf	DE	18519	0	Europe/Berlin	48.01631	8.47168		Brigachtal,Kirchdorf		01	083	08326	08326075
2890635	Kirchbrak	kirchbrak	DE	37619	1176	Europe/Berlin	51.96585	9.5751		Kirkhbrak,ji er xi bu la ke,kiruhiburaku,Кирхбрак,キルヒブラーク,基尔希布拉克	03255025	06	00	03255	03255025
2890645	Kirchberg an der Murr	kirchberg-an-der-murr	DE	71737	3593	Europe/Berlin	48.94297	9.34083		Kirchberg,Kirkhberg an der Muri,Kirkhberg-an-der-Mur,Kirkhberg-na-Mure,mu er he pan ji er xi bei ge,Кирхберг ан дер Мури,Кирхберг-на-Муре,Кірхберг-ан-дер-Мур,穆尔河畔基尔希贝格	08119038	01	081	08119	08119038
2890646	Kirchberg an der Jagst	kirchberg-an-der-jagst	DE	74592	4476	Europe/Berlin	49.20056	9.98226		Kirchberg,Kirchberg an der Jagst,Kirkhberg an der Jagst,Kirkhberg-an-der-Jagst,Kirkhberg-na-Jagste,kyrshbrg an dr yagst,kyrshbrgh an dr yaghst,ya ge si te he pan ji xi bei ge,Кирхберг ан дер Јагст,Кирхберг-на-Ягсте,Кірхберг-ан-дер-Ягст,كيرشبرغ أن در ياغست,کیرشبرگ ان در یاگست,キルヒベルク・アン・デア・ヤクスト,亚格斯特河畔基希贝格		01	081	08127	08127046
2890647	Kirchberg an der Iller	kirchberg-an-der-iller	DE	88486	1901	Europe/Berlin	48.13333	10.08333		Ileri Kirxberg,Kirchberg,Kirchberg an der Iller,Kirkhberg na Ileru,Kirkhberg-an-der-Iller,Kirkhberg-na-Illere,yi lai er he pan ji er xi bei ge,Кирхберг на Илеру,Кирхберг-на-Иллере,Кірхберг-ан-дер-Іллер,Իլերի Կիրխբերգ,კირხბერგ-ან-დერ-ილერი,伊莱尔河畔基尔希贝格	08426065	01	084	08426	08426065
2890653	Kirchberg	kirchberg	DE	08107	0	Europe/Berlin	51.85362	10.15921				06	00	03153	03153012
2890654	Kirchberg	kirchberg	DE	08107	0	Europe/Berlin	51.19632	9.29863		Kirchberg		05	066	06634	06634018
2890655	Kirchberg	kirchberg	DE	08107	0	Europe/Berlin	50.89331	14.00697				13	00	14628	14628020
2890656	Kirchberg	kirchberg	DE	08107	0	Europe/Berlin	50.89814	6.35297				07	053	05358	05358024
2890657	Kirchberg	kirchberg	DE	08107	1838	Europe/Berlin	50.76141	12.76481		Erlbach-Kirchberg,Kirchberg		13	00	14521	14521380
2890658	Kirchberg	kirchberg	DE	08107	0	Europe/Berlin	50.66032	8.71606		Kirchberg		05	065	06531	06531013
2890659	Kirchberg	kirchberg	DE	08107	9400	Europe/Berlin	50.6219	12.52449		Kirchberg		13	00	14524	14524130
2890660	Kirchberg	kirchberg	DE	08107	3797	Europe/Berlin	49.94395	7.407		Kirchberg,Kirchberg (Hunsrueck),Kirchberg (Hunsrück),Kirkhberg,ji xi bei ge,kiruhiberuku,kyrshbrg,kyrshbrgh,Кирхберг,كيرشبرغ,کیرشبرگ,キルヒベルク,基希贝格		08	00	07140	07140067
2890661	Kirchberg	kirchberg	DE	08107	0	Europe/Berlin	49.15881	12.19652				02	093	09375	09375190
2890662	Kirchberg	kirchberg	DE	08107	4279	Europe/Berlin	48.90006	13.182		Kirchberg,Kirchberg im Wald		02	092	09276	09276126
2890663	Kirchberg	kirchberg	DE	08107	0	Europe/Berlin	48.82427	13.33044				02	092	09272	09272147
2890664	Kirchberg	kirchberg	DE	08107	0	Europe/Berlin	48.77202	13.41731				02	092	09272	09272138
2890665	Kirchberg	kirchberg	DE	08107	0	Europe/Berlin	48.68722	12.12306				02	092	09274	09274141
2890666	Kirchberg	kirchberg	DE	08107	0	Europe/Berlin	48.64559	13.32565		Kirchberg,Kirchberg vorm Wald		02	092	09275	09275151
2890667	Kirchberg	kirchberg	DE	08107	0	Europe/Berlin	48.55392	12.36154				02	092	09274	09274145
2890668	Kirchberg	kirchberg	DE	08107	0	Europe/Berlin	48.46882	13.06338				02	092	09277	09277113
2890669	Kirchberg	kirchberg	DE	08107	0	Europe/Berlin	48.42242	12.73212				02	092	09277	09277116
2890670	Kirchberg	kirchberg	DE	08107	884	Europe/Berlin	48.4	12.05			09177124	02	091	09177	09177124
2890671	Kirchberg	kirchberg	DE	08107	0	Europe/Berlin	48.02002	8.72404				01	083	08327	08327055
2890672	Kirchberg	kirchberg	DE	08107	0	Europe/Berlin	48.00906	12.51427				02	091	09189	09189111
2890673	Kirchberg	kirchberg	DE	08107	0	Europe/Berlin	47.71966	12.85894				02	091	09172	09172114
2890674	Kirchberg	kirchberg	DE	08107	0	Europe/Berlin	47.7	10.93333				02	091	09190	09190160
2890762	Kirchbarkau	kirchbarkau	DE	24245	781	Europe/Berlin	54.21091	10.14422		Kirchbarkau	01057033	10	00	01057	01057033
2890769	Kirchardt	kirchardt	DE	74912	5592	Europe/Berlin	49.205	8.99167		Kirchardt,Kirkhardt,ji er xia er te,kiruhyaruto,Кирхардт,Кірхардт,キルヒャルト,基尔夏尔特	08125049	01	081	08125	08125049
2890770	Kirchanschöring	kirchanschoring	DE	83417	2980	Europe/Berlin	47.95303	12.83435		Anscharing,Kirkhanshering,Kirkhanshjoring,ji xian she ling,kyrshanshwryng,Кирханшеринг,Кирханшёринг,Кірханшерінг,Քիրխանշյորինգ,کیرشانشورینگ,基先舍灵	09189127	02	091	09189	09189127
2890776	Kirburg	kirburg	DE	57629	628	Europe/Berlin	50.68333	7.93333			07143248	08	00	07143	07143248
2890795	Kippenheim	kippenheim	DE	77971	5040	Europe/Berlin	48.29564	7.8251		Kipenkhajm,Kippengajm,Kippenkhajm,ji peng hai mu,qypnhyym,Кипенхајм,Киппенхайм,Кіппенгайм,קיפנהיים,基彭海姆	08317059	01	083	08317	08317059
2890808	Kipfenberg	kipfenberg	DE	85110	0	Europe/Berlin	48.95256	11.39745		Kipfenberg,ji pu fen bei ge,kypfnbrg,Кипфенберг,Кіпфенберг,Կիպֆենբերգ,کیپفنبرگ,基普芬贝格		02	091	09176	09176138
2890809	Kipfenberg	kipfenberg	DE	85110	0	Europe/Berlin	47.79375	10.46068				02	097	09777	09777175
2890827	Kinzenburg	kinzenburg	DE	54597	37	Europe/Berlin	50.11667	6.35			07232249	08	00	07232	07232249
2890838	Kinsau	kinsau	DE	86981	999	Europe/Berlin	47.88333	10.91667			09181129	02	091	09181	09181129
2890845	Kinheim	kinheim	DE	54538	828	Europe/Berlin	49.96667	7.05			07231068	08	00	07231	07231068
2890854	Kindsbach	kindsbach	DE	66862	2521	Europe/Berlin	49.41667	7.61667			07335018	08	00	07335	07335018
2890866	Kinding	kinding	DE	85125	0	Europe/Berlin	49.00159	11.38308		Kinding,jin ding,kyndyng,Киндинг,Кіндінг,Կինդինգ,کیندینگ,金丁		02	091	09176	09176137
2890873	Kinderbeuern	kinderbeuern	DE	54538	1119	Europe/Berlin	50.00935	7.02355			07231067	08	00	07231	07231067
2890874	Kindenheim	kindenheim	DE	67271	1028	Europe/Berlin	49.61111	8.16417			07332029	08	00	07332	07332029
2890919	Kiliansroda	kiliansroda	DE	99441	222	Europe/Berlin	50.91467	11.37162			16071038	15	00	16071	16071038
2890943	Kieve	kieve	DE	17209	164	Europe/Berlin	53.27456	12.59377				12	00	13071	13071073
2890984	Kieselbronn	kieselbronn	DE	75249	2814	Europe/Berlin	48.93333	8.75		Kiselbron,Kizel'bron,Kizel'bronn,Kizelbron,ji sai er bu long,Кизельброн,Киселброн,Кізельбронн,Կիզելբրոն,基塞尔布龙	08236031	01	082	08236	08236031
2890996	Kiesby	kiesby	DE	24392	238	Europe/Berlin	54.62144	9.82361		Kiesby		10	00	01059	01059187
2891014	Kierspe	kierspe	DE	58566	18188	Europe/Berlin	51.13403	7.59075		Kierspe,Kirspe,ji er si pei,kyrashpy,kyrshbt,Кирспе,Кірспе,كيرشبة,کیراشپی,基尔斯佩		07	059	05962	05962028
2891041	Kienitz	kienitz	DE	15324	0	Europe/Berlin	52.6731	14.43887				11	00	12064	12064274
2891064	Kienberg	kienberg	DE	14641	0	Europe/Berlin	52.66295	12.90585				11	00	12063	12063208
2891065	Kienberg	kienberg	DE	14641	0	Europe/Berlin	52.37684	13.54007				11	00	12061	12061433
2891066	Kienberg	kienberg	DE	14641	0	Europe/Berlin	50.35119	11.94716		Kienberg		02	094	09475	09475182
2891067	Kienberg	kienberg	DE	14641	0	Europe/Berlin	48.99195	12.62219				02	092	09278	09278116
2891068	Kienberg	kienberg	DE	14641	0	Europe/Berlin	48.35464	12.9881				02	092	09277	09277152
2891069	Kienberg	kienberg	DE	14641	1320	Europe/Berlin	48.03481	12.4633			09189126	02	091	09189	09189126
2891121	Kiel	kiel	DE	24103	0	Europe/Berlin	54.55	9.16667				10	00	01054	01054144
2891122	Kiel	kiel	DE	24103	232758	Europe/Berlin	54.32133	10.13489		KEL,Kiel,Kielia,Kielo,Kil,Kil',Kile,Kilo,Kilonia,Kyle,Kylis,Kíl,ji er,khil,kil,kila,kiru,kyl,qyl,Ķīle,Κίελο,Кил,Киль,Кіль,Քիլ,קיל,كيل,کیل,कील,কিল,คีล,კილი,キール,基尔,킬	10	10	00	01002	01002000
2891141	Kiekebusch	kiekebusch	DE	03058	0	Europe/Berlin	52.34609	13.55149				11	00	12061	12061433
2891142	Kiekebusch	kiekebusch	DE	03058	0	Europe/Berlin	51.72353	14.36315		Keikbusch,Kibus,Kibuš,Kiekebusch		11	00	12052	12052000
2891152	Kiehnwerder	kiehnwerder	DE	15324	0	Europe/Berlin	52.63156	14.30296				11	00	12064	12064274
2891175	Kiefersfelden	kiefersfelden	DE	83088	6912	Europe/Berlin	47.61409	12.19096		Kifersfel'den,Kifersfelden,ji fei er si fei er deng,kyfrsfldn,Киферсфелден,Киферсфельден,Кіферсфельден,Կիֆերսֆելդեն,کیفرسفلدن,基费尔斯费尔登	09187148	02	091	09187	09187148
2891205	Kiedrich	kiedrich	DE	65399	3869	Europe/Berlin	50.03965	8.08531		Kidrikh,Kiedrich,ji de li xi,Кидрих,Кідріх,基德里希	06439009	05	064	06439	06439009
2891212	Kiebitzreihe	kiebitzreihe	DE	25368	2256	Europe/Berlin	53.78333	9.61667		Kiebitzreihe	01061050	10	00	01061	01061050
2891234	Kickeshausen	kickeshausen	DE	54689	36	Europe/Berlin	50.06667	6.25			07232248	08	00	07232	07232248
2891258	Kevelaer	kevelaer	DE	47623	28064	Europe/Berlin	51.58243	6.24603		Kefeler,Kevelaer,Kevelar,Kevern,ke fei la ai er,kwlayr,kyfhlyr,Кевелаер,Кевелар,Кефелер,كيفهلير,کولائر,克费拉埃尔		07	051	05154	05154032
2891282	Ketzin	ketzin	DE	14669	6500	Europe/Berlin	52.47809	12.8453		Kecin,Ketzin,Ketzin/Havel,ktsyn/hawl,kytsyn,Кецин,Կեցին,كيتسين,کتسین/هاول		11	00	12063	12063148
2891297	Kettig	kettig	DE	56220	3325	Europe/Berlin	50.4	7.46667			07137211	08	00	07137	07137211
2891300	Kettershausen	kettershausen	DE	86498	1753	Europe/Berlin	48.18333	10.26667		Keterskhauzen,Kettersgauzen,Ketterskhauzen,ke te er si hao sen,Кетерсхаузен,Кеттерсгаузен,Кеттерсхаузен,Քեթերսհաուզեն,克特尔斯豪森	09778221	02	097	09778	09778221
2891310	Kettenkamp	kettenkamp	DE	49577	1760	Europe/Berlin	52.58333	7.83333		Ketenkamp,Kettenkamp,ke teng kan pu,Кетенкамп,Кеттенкамп,克滕坎普	03459023	06	00	03459	03459023
2891312	Kettenheim	kettenheim	DE	55234	0	Europe/Berlin	50.7458	6.59507		Kettenheim		07	053	05358	05358060
2891313	Kettenheim	kettenheim	DE	55234	273	Europe/Berlin	49.72167	8.11333			07331042	08	00	07331	07331042
2891314	Kettenhausen	kettenhausen	DE	57612	247	Europe/Berlin	50.70889	7.62746			07132061	08	00	07132	07132061
2891343	Ketsch	ketsch	DE	68775	13124	Europe/Berlin	49.36778	8.53111		Kech,Ketsch,ke ci xi,ketchu,Кеч,ケッチュ,克茨希	08226037	01	082	08226	08226037
2891352	Kestert	kestert	DE	56348	745	Europe/Berlin	50.18333	7.65			07141072	08	00	07141	07141072
2891355	Kesten	kesten	DE	54518	343	Europe/Berlin	49.9	6.95			07231066	08	00	07231	07231066
2891366	Kessin	kessin	DE	18196	0	Europe/Berlin	54.06174	12.18005		Kessin		12	00	13072	13072029
2891367	Kessin	kessin	DE	18196	0	Europe/Berlin	54.00212	13.52297				12	00	13075	13075041
2891368	Kessin	kessin	DE	18196	1489	Europe/Berlin	53.72928	13.30773		Kessin		12	00	13071	13071049
2891404	Kesseling	kesseling	DE	53506	637	Europe/Berlin	50.48333	7.01667		Keseling,Kesseling,kai se ling,Кеселинг,Кесселинг,凯瑟灵	07131039	08	00	07131	07131039
2891470	Kesfeld	kesfeld	DE	54619	102	Europe/Berlin	50.15	6.23333			07232247	08	00	07232	07232247
2891476	Kescheid	kescheid	DE	57632	140	Europe/Berlin	50.66667	7.48333			07132060	08	00	07132	07132060
2891480	Kerzenheim	kerzenheim	DE	67304	2271	Europe/Berlin	49.57639	8.05972		Kercenkhajm,ke er cen hai mu,Керценхайм,Керценхајм,克尔岑海姆	07333038	08	00	07333	07333038
2891510	Kerschenbach	kerschenbach	DE	54589	190	Europe/Berlin	50.35	6.5			07233219	08	00	07233	07233219
2891524	Kerpen	kerpen	DE	50169	64226	Europe/Berlin	50.86991	6.69691		Kerpe,Kerpen,ke er peng,krbn,kyrbn,Керпен,كربن,كيربن,克尔彭		07	053	05362	05362032
2891525	Kerpen	kerpen	DE	50169	463	Europe/Berlin	50.30967	6.72978		Kerpen,Керпен		08	00	07233	07233038
2891564	Kerkow	kerkow	DE	16278	0	Europe/Berlin	53.03729	13.98834				11	00	12073	12073008
2891575	Kerkau	kerkau	DE	29416	210	Europe/Berlin	52.78395	11.42958		Kerkau		14	00	15081	15081030
2891582	Kerben	kerben	DE	56295	418	Europe/Berlin	50.31667	7.36667			07137048	08	00	07137	07137048
2891585	Keppeshausen	keppeshausen	DE	54673	25	Europe/Berlin	49.96667	6.16667			07232066	08	00	07232	07232066
2891590	Kenzingen	kenzingen	DE	79341	9095	Europe/Berlin	48.1963	7.76974		Kencingen,Kenzingen,ken qin gen,kntsynghn,kntsyngn,Кенцинген,Քենցինգեն,كنتسينغن,کنتسینگن,肯钦根		01	083	08316	08316020
2891605	Kenn	kenn	DE	54344	2550	Europe/Berlin	49.8	6.71667			07235060	08	00	07235	07235060
2891620	Kempten	kempten	DE	87435	0	Europe/Berlin	49.96729	7.93702		ZNS		08	00	07339	07339005
2891629	Kempfeld	kempfeld	DE	55758	850	Europe/Berlin	49.78991	7.24634		Kempfel'd,Kempfeld,ken pu fei er de,Кемпфелд,Кемпфельд,肯普费尔德	07134046	08	00	07134	07134046
2891640	Kempenich	kempenich	DE	56746	1903	Europe/Berlin	50.42024	7.11698		Kempenikh,ken pei ni xi,Кемпених,肯佩尼希	07131502	08	00	07131	07131502
2891641	Kempen	kempen	DE	47906	0	Europe/Berlin	53.05872	9.72301				06	00	03358	03358017
2891642	Kempen	kempen	DE	47906	0	Europe/Berlin	51.80426	8.94339				07	057	05766	05766032
2891643	Kempen	kempen	DE	47906	36312	Europe/Berlin	51.36432	6.41858		Kempen,ken peng,kmpn  alman,Кемпен,کمپن، آلمان,肯彭		07	051	05166	05166012
2891644	Kempen	kempen	DE	47906	0	Europe/Berlin	51.12093	7.04685		Kempen		07	053	05378	05378016
2891645	Kempen	kempen	DE	47906	0	Europe/Berlin	51.09356	6.09961		Kempen		07	053	05370	05370016
2891653	Kemnitz	kemnitz	DE	16928	1253	Europe/Berlin	54.07723	13.53528		Kemnitz		12	00	13075	13075060
2891654	Kemnitz	kemnitz	DE	16928	0	Europe/Berlin	53.13936	12.23602				11	00	12070	12070316
2891655	Kemnitz	kemnitz	DE	16928	0	Europe/Berlin	52.82516	11.11223				14	00	15081	15081455
2891656	Kemnitz	kemnitz	DE	16928	0	Europe/Berlin	52.40797	12.86654				11	00	12069	12069656
2891657	Kemnitz	kemnitz	DE	16928	0	Europe/Berlin	52.13932	12.98842		Kemnitz		11	00	12072	12072312
2891658	Kemnitz	kemnitz	DE	16928	0	Europe/Berlin	51.06479	14.79801				13	00	14626	14626030
2891659	Kemnitz	kemnitz	DE	16928	0	Europe/Berlin	51.06667	13.65				13	00	14612	14612000
2891660	Kemnitz	kemnitz	DE	16928	0	Europe/Berlin	50.43385	11.97168		Kemnitz		13	00	14523	14523450
2891668	Kemnath	kemnath	DE	95478	5322	Europe/Berlin	49.87007	11.89077		Kemmath Stadt,Kemnat,Kemnath,ke mu na te,kmnath,Кемнат,کمناث,克姆纳特		02	093	09377	09377129
2891669	Kemnath	kemnath	DE	95478	0	Europe/Berlin	49.29989	11.34004				02	093	09373	09373155
2891687	Kemmern	kemmern	DE	96164	2639	Europe/Berlin	49.95486	10.87784	237	Kemern,Kemmern,kai mo en,kenmerun,Кемерн,Кеммерн,Կեմերն,ケンメルン,凯默恩	09471150	02	094	09471	09471150
2891691	Kemmenau	kemmenau	DE	56132	502	Europe/Berlin	50.35	7.75			07141071	08	00	07141	07141071
2891692	Kemmen	kemmen	DE	03205	0	Europe/Berlin	51.7335	13.91184		Kamjeny,Kemmen		11	00	12066	12066052
2891718	Kemberg	kemberg	DE	06773	2616	Europe/Berlin	51.77189	12.63227		Kemberg,ken bei ge,kmbrg,kmbrgh,Кемберг,كمبرغ,کمبرگ,肯贝格		14	00	15091	15091160
2891742	Kelsterbach	kelsterbach	DE	65451	13836	Europe/Berlin	50.06135	8.52916		Kel'sterbakh,Kelsterbach,Kelsterbakh,QLH,ke er si te er ba he,kerusutabahha,klshtrbakh,Келстербах,Кельстербах,كلشترباخ,کلشترباخ,ケルスターバッハ,克尔斯特尔巴赫		05	064	06433	06433007
2891749	Kellmünz	kellmunz	DE	89293	1391	Europe/Berlin	48.12159	10.12811				02	097	09775	09775132
2891750	Kellinghusen	kellinghusen	DE	25548	7921	Europe/Berlin	53.95202	9.71959		Kelingkhuzen,Kellinghusen,Kellingkhuzen,kai ling hu sen,klynghwzn,kylynghhwzn,Келингхузен,Келлингхузен,كيلينغهوزن,کلینگهوزن,凯灵胡森		10	00	01061	01061049
2891814	Kellenhusen	kellenhusen	DE	23746	1074	Europe/Berlin	54.19338	11.06165		Kellenhusen		10	00	01055	01055025
2891818	Kellenbach	kellenbach	DE	55606	264	Europe/Berlin	49.85	7.48333		Kelenbakh,Kellenbakh,ke lun ba he,Келенбах,Келленбах,克伦巴赫	07133202	08	00	07133	07133202
2891829	Kella	kella	DE	37308	594	Europe/Berlin	51.23333	10.08333		Kella	16061056	15	00	16061	16061056
2891832	Kelkheim (Taunus)	kelkheim-taunus	DE	65779	26814	Europe/Berlin	50.13703	8.4502		Kelkheim,Kelkheim (Taunus),Stadt Kelkheim (Taunus)		05	064	06436	06436008
2891834	Kelheim	kelheim	DE	93309	15723	Europe/Berlin	48.91725	11.88618		Kel'gajm,Kel'khajm,Kelhaym,Kelheim,Kelkhajm,ke er hai mu,klhaym,Келхайм,Келхајм,Кельгайм,Кельхайм,Կելհայմ,كلهايم,کلهایم,ኬልሃይም,克尔海姆	09273	02	092	09273	09273137
2891844	Kelbra	kelbra	DE	06537	3117	Europe/Berlin	51.43528	11.04143		Kel'bra,Kelbra,ke er bu la,klbra,Келбра,Кельбра,كلبرا,کلبرا,克尔布拉		14	00	15087	15087250
2891846	Kelberg	kelberg	DE	53539	2031	Europe/Berlin	50.29164	6.9195		Kehlberg,Kel'berg,Kelberg,ke er bei ge,keruberuku,Келберг,Кельберг,ケルベルク,克尔贝格	07233218	08	00	07233	07233218
2891887	Keila	keila	DE	07389	84	Europe/Berlin	50.63738	11.66182			16075047	15	00	16075	16075047
2891889	Keidelheim	keidelheim	DE	55471	303	Europe/Berlin	49.98333	7.5			07140065	08	00	07140	07140065
2891898	Kehrigk	kehrigk	DE	15859	0	Europe/Berlin	52.16149	13.91917		Kehrigk		11	00	12067	12067481
2891899	Kehrig	kehrig	DE	56729	1139	Europe/Berlin	50.28333	7.21667			07137043	08	00	07137	07137043
2891915	Kehrberg	kehrberg	DE	16928	0	Europe/Berlin	53.04741	12.18693				11	00	12070	12070125
2891922	Kehnert	kehnert	DE	39517	356	Europe/Berlin	52.34301	11.85919		Kehnert		14	00	15090	15090546
2891925	Kehmstedt	kehmstedt	DE	99752	546	Europe/Berlin	51.47314	10.61057			16062024	15	00	16062	16062024
2891947	Kehlbach	kehlbach	DE	56355	0	Europe/Berlin	50.44439	11.31557				02	094	09476	09476175
2891948	Kehlbach	kehlbach	DE	56355	157	Europe/Berlin	50.25922	7.75884			07141070	08	00	07141	07141070
2891950	Kehl	kehl	DE	77694	0	Europe/Berlin	49.03	11.01306		Kehl		02	095	09577	09577177
2891951	Kehl	kehl	DE	77694	34009	Europe/Berlin	48.57297	7.81523		Kehl,Kehl am Rhein,Kehl im Hanauerland,Kel,Kel',Kiel,Stadt Kehl,kai er,keru,kl  badn-wwrtmyrg,kyhl,Кел,Кель,كيهل,کل، بادن-وورتمیرگ,ケール,凱爾		01	083	08317	08317057
2891968	Kefferhausen	kefferhausen	DE	37351	804	Europe/Berlin	51.31667	10.28333		Keferkhauzen,Kefferhausen,Kefferkhauzen,ke fei lao sen,Кеферхаузен,Кефферхаузен,克费劳森	16061118	15	00	16061	16061118
2891973	Kefenrod	kefenrod	DE	63699	3101	Europe/Berlin	50.34475	9.21141		Kefenrod,ke fen luo de,kefenroto,Кефенрод,ケーフェンロート,克芬罗德	06440013	05	064	06440	06440013
2891991	Kayna	kayna	DE	06724	1532	Europe/Berlin	50.99414	12.2371		Kayna		14	00	15084	15084590
2891993	Kayhude	kayhude	DE	23863	1192	Europe/Berlin	53.75629	10.13232		Kayhude	01060046	10	00	01060	01060046
2892008	Kavelstorf	kavelstorf	DE	18196	1179	Europe/Berlin	54.00596	12.19082		Kavelsdorf,Kavelstorf		12	00	13072	13072029
2892029	Kausen	kausen	DE	57520	0	Europe/Berlin	50.74146	7.8676			07132059	08	00	07132	07132059
2892030	Kausen	kausen	DE	57520	785	Europe/Berlin	50.49596	7.65794		Kausen		08	00	07138	07138023
2892051	Kaulsdorf	kaulsdorf	DE	07338	18675	Europe/Berlin	52.51732	13.58871		Berlin-Kaulsdorf		16	00	11000	11000000
2892052	Kaulsdorf	kaulsdorf	DE	07338	2980	Europe/Berlin	50.6167	11.43295		Kaul'sdorf,Kaulsdorf,kao er si duo fu,Каулсдорф,Каульсдорф,考尔斯多夫	16073038	15	00	16073	16073038
2892056	Kaulitz	kaulitz	DE	29416	208	Europe/Berlin	52.88032	11.3932		Kaulitz		14	00	15081	15081030
2892072	Kaufungen	kaufungen	DE	34260	0	Europe/Berlin	50.88948	12.68518				13	00	14524	14524180
2892078	Kaufering	kaufering	DE	86916	9820	Europe/Berlin	48.09121	10.87913		Kaufering,kao fu ling,kauferingu,kawfryng,Кауферинг,Кауферінг,Քաուֆերինգ,کاوفرینگ,カウフェリング,考弗灵	09181128	02	091	09181	09181128
2892080	Kaufbeuren	kaufbeuren	DE	87600	42505	Europe/Berlin	47.88238	10.62192		Kaufbeiren,Kaufbeuren,Kaufbojren,kao fu bo yi lun,kaufuboiren,kawfbwyrn,Кауфбойрен,Кауфбојрен,کاوفبویرن,カウフボイレン,考夫博伊伦	09762	02	097	09762	09762000
2892087	Kauern	kauern	DE	07554	0	Europe/Berlin	51.27989	12.11228				14	00	15088	15088020
2892088	Kauern	kauern	DE	07554	0	Europe/Berlin	50.84462	12.1454		Kauehrn,Kauern,kao ai er en,Кауерн,Кауэрн,考埃尔恩		15	00	16076	16076034
2892101	Kaub	kaub	DE	56349	1024	Europe/Berlin	50.08831	7.76069		Kaub,kao bu,kaupu,kawb,kwab,Кауб,كاوب,کواب,カウプ,考布		08	00	07141	07141069
2892104	Katzwinkel	katzwinkel	DE	54552	139	Europe/Berlin	50.25	6.91667			07233037	08	00	07233	07233037
2892106	Katzweiler	katzweiler	DE	67734	1727	Europe/Berlin	49.5	7.7			07335017	08	00	07335	07335017
2892112	Katzow	katzow	DE	17509	632	Europe/Berlin	54.04707	13.67736		Kacov,Katcov,Katzow,ka cuo,Катцов,Кацов,卡措		12	00	13075	13075059
2892192	Katzenelnbogen	katzenelnbogen	DE	56368	2227	Europe/Berlin	50.26745	7.97322		Kacenelnbogen,Katcenel'nbogen,Katcenelnbogen,Katzenelnbogen,Katzenelnbogn,ka ce nei er en bo gen,katsn alnbwghn,kattsu~en'erunbogen,Катценелнбоген,Катценельнбоген,Каценелнбоген,كاتسن إلنبوغن,کتسن‌البوگتن,カッツェンエルンボーゲン,卡策内尔恩博根		08	00	07141	07141068
2892252	Katzenbach	katzenbach	DE	67806	0	Europe/Berlin	50.89973	8.57321		Katzenbach		05	065	06534	06534004
2892253	Katzenbach	katzenbach	DE	67806	0	Europe/Berlin	50.84915	7.69281		Katzenbach		07	053	05374	05374028
2892254	Katzenbach	katzenbach	DE	67806	0	Europe/Berlin	50.81028	7.91004				08	00	07132	07132063
2892255	Katzenbach	katzenbach	DE	67806	0	Europe/Berlin	50.24211	9.96527		Katzenbach		02	096	09672	09672117
2892256	Katzenbach	katzenbach	DE	67806	570	Europe/Berlin	49.6452	7.80885			07333037	08	00	07333	07333037
2892257	Katzenbach	katzenbach	DE	67806	0	Europe/Berlin	49.43453	7.50228				08	00	07335	07335016
2892258	Katzenbach	katzenbach	DE	67806	0	Europe/Berlin	49.0131	13.11047				02	092	09276	09276118
2892324	Kattenes	kattenes	DE	56332	0	Europe/Berlin	50.25187	7.44157				08	00	07137	07137214
2892325	Kattendorf	kattendorf	DE	24568	914	Europe/Berlin	53.8432	10.02287		Kattendorf	01060045	10	00	01060	01060045
2892372	Kathlow	kathlow	DE	03058	169	Europe/Berlin	51.72524	14.48385		Kathlow		11	00	12071	12071301
2892379	Kathendorf	kathendorf	DE	39359	279	Europe/Berlin	52.39802	11.13464		Kathendorf		14	00	15083	15083411
2892391	Katharinenrieth	katharinenrieth	DE	06542	235	Europe/Berlin	51.40928	11.35129		Katharinenrieth		14	00	15087	15087015
2892406	Katharinenheerd	katharinenheerd	DE	25836	186	Europe/Berlin	54.33333	8.83333		Katharinenheerd	01054063	10	00	01054	01054063
2892409	Katharinenberg	katharinenberg	DE	99988	3107	Europe/Berlin	51.18137	10.26084				15	00	16064	16064074
2892410	Katharinenberg	katharinenberg	DE	99988	0	Europe/Berlin	48.79096	11.52627				02	091	09176	09176129
2892448	Kastorf	kastorf	DE	23847	1145	Europe/Berlin	53.74569	10.56723			01053061	10	00	01053	01053061
2892449	Kastorf	kastorf	DE	23847	0	Europe/Berlin	53.65806	13.06265				12	00	13071	13071079
2892450	Kastorf	kastorf	DE	23847	0	Europe/Berlin	53.20019	11.51784				12	00	13076	13076097
2892459	Kastl	kastl	DE	84556	1407	Europe/Berlin	49.83333	11.9			09377128	02	093	09377	09377128
2892460	Kastl	kastl	DE	84556	2701	Europe/Berlin	49.3696	11.68261		Castel,Kastl,Kastl',Markt Kastl,Кастл,Кастль		02	093	09371	09371132
2892461	Kastl	kastl	DE	84556	2651	Europe/Berlin	48.2	12.7			09171121	02	091	09171	09171121
2892484	Kastel-Staadt	kastel-staadt	DE	54441	378	Europe/Berlin	49.56513	6.55942			07235057	08	00	07235	07235057
2892485	Kastellaun	kastellaun	DE	56288	5285	Europe/Berlin	50.06922	7.44154		Kastelaun,Kastellaun,ka si te luo yin,kastlawn,kastlwan,kasuteraun,Кастелаун,Кастеллаун,كاستلاون,کاستلوان,カステラウン,卡斯特洛因		08	00	07140	07140064
2892498	Kassow	kassow	DE	18258	419	Europe/Berlin	53.87864	12.07191				12	00	13072	13072051
2892502	Kassieck	kassieck	DE	39638	228	Europe/Berlin	52.58665	11.48539		Kassieck		14	00	15081	15081135
2892518	Kassel	kassel	DE	34117	194501	Europe/Berlin	51.31667	9.5		Cassala,Cassel,Castellum,Chasalla [a. 913],KSF,Kasel,Kasel',Kasele,Kaseli,Kaselis,Kaselo,Kassel,Kassel',ka sai er,ka sai er shi,kasel,kasl,kasseru,khas seil,kysl,Κάσσελ,Касел,Касель,Кассель,קאסל,كاسل,کاسل,کیسل,คัสเซิล,კასელი,カッセル,卡塞尔,卡塞爾市,카셀	066	05	066	06611	06611000
2892519	Kassel	kassel	DE	34117	0	Europe/Berlin	50.20679	9.27761				05	064	06435	06435003
2892520	Kasseedorf	kasseedorf	DE	23717	1581	Europe/Berlin	54.16667	10.71667		Kasedorf,Kassedorf,Kasseedorf,ka sai duo fu,Каседорф,Касседорф,卡塞多夫	01055024	10	00	01055	01055024
2892521	Kasseburg	kasseburg	DE	22929	554	Europe/Berlin	53.56747	10.41653		Kasseburg	01053060	10	00	01053	01053060
2892549	Käshofen	kashofen	DE	66894	747	Europe/Berlin	49.33333	7.41667		Kaeshofen,Käshofen	07340212	08	00	07340	07340212
2892562	Kasendorf	kasendorf	DE	95359	0	Europe/Berlin	53.77371	11.14471				12	00	13074	13074092
2892563	Kasendorf	kasendorf	DE	95359	2602	Europe/Berlin	50.03665	11.35203		Kasendorf,Kazendorf,ka sen duo fu,kazendorufu,kazndwrf,Казендорф,Կազենդորֆ,کازندورف,カーゼンドルフ,卡森多夫		02	094	09477	09477124
2892570	Kasel-Golzig	kasel-golzig	DE	15938	772	Europe/Berlin	51.93333	13.7		Kazel'-Gol'cig,Kazel-Golcig,ka sai er-ge er qi xi,Казел-Голциг,Казель-Гольциг,Կասել Գոլցիգ,卡塞尔-戈尔齐希	12061244	11	00	12061	12061244
2892571	Kasel	kasel	DE	54317	1219	Europe/Berlin	49.7617	6.73222			07235056	08	00	07235	07235056
2892581	Kasdorf	kasdorf	DE	56357	268	Europe/Berlin	50.20643	7.78424			07141067	08	00	07141	07141067
2892585	Kaschenbach	kaschenbach	DE	54668	49	Europe/Berlin	49.87605	6.47987			07232065	08	00	07232	07232065
2892612	Karwitz	karwitz	DE	29481	794	Europe/Berlin	53.08333	11.01667			03354012	06	00	03354	03354012
2892652	Karsdorf	karsdorf	DE	06638	2063	Europe/Berlin	51.27134	11.65775		Carsdorf,Karsdorf,ka er si duo fu,Карсдорф,卡尔斯多夫	15084250	14	00	15084	15084250
2892653	Karsdorf	karsdorf	DE	06638	0	Europe/Berlin	50.94285	13.70064				13	00	14628	14628300
2892658	Karsbach	karsbach	DE	97783	1844	Europe/Berlin	50.04091	9.78534		Karsbakh,Karsbax,ka er si ba he,Карсбах,Կարսբախ,卡尔斯巴赫	09677149	02	096	09677	09677149
2892668	Karrenzin	karrenzin	DE	19372	352	Europe/Berlin	53.33828	11.80041		Karrenzin		12	00	13076	13076068
2892705	Karow	karow	DE	19395	18817	Europe/Berlin	52.60904	13.48117		Berlin-Karow,Karov,Каров		16	00	11000	11000000
2892706	Karow	karow	DE	19395	0	Europe/Berlin	54.40225	13.50413				12	00	13073	13073010
2892707	Karow	karow	DE	19395	0	Europe/Berlin	53.8502	12.17182				12	00	13072	13072069
2892708	Karow	karow	DE	19395	0	Europe/Berlin	53.85334	11.45548				12	00	13074	13074019
2892709	Karow	karow	DE	19395	0	Europe/Berlin	53.53766	12.25782		Karov,Каров		12	00	13076	13076114
2892710	Karow	karow	DE	19395	534	Europe/Berlin	52.3452	12.26315				14	00	15086	15086080
2892711	Karolinenkoog	karolinenkoog	DE	25774	127	Europe/Berlin	54.28333	8.96667		Karolinenkoog	01051058	10	00	01051	01051058
2892744	Karnitz	karnitz	DE	18574	0	Europe/Berlin	54.35349	13.37102				12	00	13073	13073027
2892745	Karnitz	karnitz	DE	18574	221	Europe/Berlin	53.81051	12.72488		Karnitz		12	00	13071	13071109
2892748	Karnin	karnin	DE	18469	261	Europe/Berlin	54.3019	12.79058				12	00	13073	13073042
2892749	Karnin	karnin	DE	18469	0	Europe/Berlin	53.84632	13.86333				12	00	13075	13075137
2892750	Karnin	karnin	DE	18469	0	Europe/Berlin	53.67978	11.56851				12	00	13076	13076024
2892774	Karlum	karlum	DE	25926	211	Europe/Berlin	54.83333	8.96667		Karlum	01054062	10	00	01054	01054062
2892786	Karlstadt	karlstadt	DE	97753	15272	Europe/Berlin	49.96034	9.77239		Karlshtadt,Karlshtadt-am-Majn,Karlshtat,Karlstadt,Karlstadt am Main,Karlstadt-sur-le-Main,ka er shi ta te,karlshtat am mayn,Карлштадт,Карлштадт-ам-Майн,Карлштат,Կարլշթաթ,كارلشتات آم ماين,کارل‌اشتات آم ماین,卡尔施塔特	09677	02	096	09677	09677148
2892792	Karlsruhe	karlsruhe	DE	76006	0	Europe/Berlin	53.65323	12.80221				12	00	13071	13071169
2892793	Karlsruhe	karlsruhe	DE	76006	0	Europe/Berlin	52.91429	12.188				11	00	12070	12070302
2892794	Karlsruhe	karlsruhe	DE	76006	283799	Europe/Berlin	49.00937	8.40444		Carlsruhe,Carolsruha,FKB,Kallsruh,Karlsroue,Karlsrue,Karlsrueh,Karlsruhe,Karlsruje,Karlsrūe,Karlsrūjė,ka er si lu e,kaleulseulue,karlsaruha,karlsrwh,karlsrwhh,karusurue,qrlsrwhh,Καρλσρούη,Карлсруе,Карлсруэ,קרלסרוהה,كارلسروه,کارلزروہے محل,کارلسروهه,कार्ल्सरूह,კარლსრუე,カールスルーエ,卡尔斯鲁厄,카를스루에	082	01	082	08212	08212000
2892808	Karlskron	karlskron	DE	85123	4661	Europe/Berlin	48.68333	11.41667		Karlskron,ka er si ke long,karlskrwn,Карлскрон,Կարլսկրոն,کارلسکرون,卡尔斯克龙	09185140	02	091	09185	09185140
2892810	Karlshuld	karlshuld	DE	86668	5012	Europe/Berlin	48.6819	11.28503		Karlsgul'd,Karlskhul'd,Karlskhuld,Karlsxuld,ka er si hu er de,karlshwld,Карлсгульд,Карлсхулд,Карлсхульд,Կարլսխուլդ,کارلسهولد,卡尔斯胡尔德	09185139	02	091	09185	09185139
2892863	Karlshausen	karlshausen	DE	54673	353	Europe/Berlin	50.02376	6.22821		Carlshausen,Karlshausen	07232064	08	00	07232	07232064
2892865	Karlshagen	karlshagen	DE	17449	3066	Europe/Berlin	54.11107	13.83193		Carlshagen,Karlshagen,Karlskhagen,ka er si ha gen,Карлсхаген,卡尔斯哈根		12	00	13075	13075058
2892867	Bad Karlshafen	bad-karlshafen	DE	34385	4097	Europe/Berlin	51.64263	9.45477		Bad Karlskhafen,Bad-Karlsgafen,Bad-Karlskhafen,Carlshafen,Karlshafen,Korlshoawen,ba te ka er si ha fen,bad karlshafn,bad karlzhafn,Бад Карлсхафен,Бад-Карлсгафен,Бад-Карлсхафен,باد كارلسهافن,باد کارلزهافن,バート・カールスハーフェン,巴特卡尔斯哈芬		05	066	06633	06633002
2892871	Karlsfeld	karlsfeld	DE	85757	0	Europe/Berlin	51.916	12.69264		Kolonie Karlsfeld		14	00	15091	15091375
2892872	Karlsfeld	karlsfeld	DE	85757	0	Europe/Berlin	51.54999	14.20832				11	00	12071	12071408
2892873	Karlsfeld	karlsfeld	DE	85757	0	Europe/Berlin	51.54811	12.17614				14	00	15082	15082340
2892874	Karlsfeld	karlsfeld	DE	85757	17920	Europe/Berlin	48.22697	11.47573		Karlsfejd,Karlsfel'd,Karlsfeld,ka er si fei er de,karlsfld,Карлсфелд,Карлсфельд,Կարլսֆելդ,کارلسفلد,卡尔斯费尔德	09174126	02	091	09174	09174126
2892876	Karlsdorf	karlsdorf	DE	07646	0	Europe/Berlin	52.61092	14.19588				11	00	12064	12064340
2892877	Karlsdorf	karlsdorf	DE	07646	0	Europe/Berlin	51.83291	13.3621				11	00	12072	12072157
2892878	Karlsdorf	karlsdorf	DE	07646	0	Europe/Berlin	51.19005	14.78442				13	00	14626	14626570
2892879	Karlsdorf	karlsdorf	DE	07646	104	Europe/Berlin	50.8	11.8			16074045	15	00	16074	16074045
2892880	Karlsdorf	karlsdorf	DE	07646	0	Europe/Berlin	49.14194	8.53778		Karlsdorf,Karsdorf		01	082	08215	08215103
2892881	Karlsdorf	karlsdorf	DE	07646	0	Europe/Berlin	48.17255	11.97209				02	091	09177	09177119
2892887	Karlsburg	karlsburg	DE	17495	0	Europe/Berlin	53.97172	13.61007				12	00	13075	13075156
2892940	Karl	karl	DE	54534	230	Europe/Berlin	50.05	6.8			07231065	08	00	07231	07231065
2892951	Kargow	kargow	DE	17192	744	Europe/Berlin	53.51045	12.78332		Kargov,Kargow,ka er ge,Каргов,卡尔戈		12	00	13071	13071071
2892959	Karft	karft	DE	19243	0	Europe/Berlin	53.53847	11.04298				12	00	13076	13076153
2892961	Karenz	karenz	DE	19294	322	Europe/Berlin	53.23018	11.34383		Karenz		12	00	13076	13076067
2892974	Karby	karby	DE	24398	558	Europe/Berlin	54.62372	9.97323		Karby	01058087	10	00	01058	01058087
2892980	Karben	karben	DE	61184	21642	Europe/Berlin	50.23019	8.77155		Karben,ka er ben,karbn,karuben,Карбен,كاربن,کاربن,カルベン,卡尔本		05	064	06440	06440012
2892986	Karbach	karbach	DE	56281	544	Europe/Berlin	50.15	7.61667			07140063	08	00	07140	07140063
2892987	Karbach	karbach	DE	56281	0	Europe/Berlin	49.90547	10.5582				02	096	09674	09674187
2892988	Karbach	karbach	DE	56281	1403	Europe/Berlin	49.86701	9.63806		Karbach,Karbakh,Karbax,Карбах,Կարբախ		02	096	09677	09677146
2892989	Karbach	karbach	DE	56281	0	Europe/Berlin	47.70188	9.80351				01	084	08436	08436006
2892996	Kapsweyer	kapsweyer	DE	76889	1021	Europe/Berlin	49.04389	8.02167			07337046	08	00	07337	07337046
2893022	Kappelrodeck	kappelrodeck	DE	77876	5787	Europe/Berlin	48.59182	8.11692		Kapelrodek,Kappel'rodek,ka pei er luo de ke,Капелродек,Каппельродек,卡佩尔罗德克	08317056	01	083	08317	08317056
2893023	Kappeln	kappeln	DE	24376	9677	Europe/Berlin	54.66122	9.9313		Kapellen,Kapeln,Kappalen,Kappel,Kappel'n,Kappeln / Schleswig-Holst.,ka pei er en,kabln,kapln,Капелн,Каппельн,كابلن,کاپلن,卡佩尔恩		10	00	01059	01059045
2893024	Kappeln	kappeln	DE	24376	175	Europe/Berlin	49.68333	7.56667		Kapeln,Kappel'n,Капелн,Каппельн	07336049	08	00	07336	07336049
2893025	Kappeln	kappeln	DE	24376	0	Europe/Berlin	48.10557	12.39353				02	091	09189	09189142
2893053	Kappel	kappel	DE	55483	0	Europe/Berlin	50.82133	12.88791				13	00	14511	14511000
2893054	Kappel	kappel	DE	55483	530	Europe/Berlin	50	7.36667		Kappel	07140062	08	00	07140	07140062
2893055	Kappel	kappel	DE	55483	0	Europe/Berlin	49.66158	11.3037				02	094	09474	09474138
2893056	Kappel	kappel	DE	55483	0	Europe/Berlin	48.29222	7.74098				01	083	08317	08317152
2893057	Kappel	kappel	DE	55483	0	Europe/Berlin	48.11207	8.50196				01	083	08326	08326041
2893058	Kappel	kappel	DE	55483	0	Europe/Berlin	48.06047	9.59991				01	084	08426	08426013
2893059	Kappel	kappel	DE	55483	0	Europe/Berlin	47.98918	9.81903				01	084	08426	08426038
2893060	Kappel	kappel	DE	55483	0	Europe/Berlin	47.96343	9.20629		Kappel		01	084	08437	08437118
2893061	Kappel	kappel	DE	55483	0	Europe/Berlin	47.96914	7.90846		Kappel		01	083	08311	08311000
2893062	Kappel	kappel	DE	55483	0	Europe/Berlin	47.87255	8.2352				01	083	08315	08315068
2893063	Kappel	kappel	DE	55483	0	Europe/Berlin	47.77125	9.4495				01	084	08436	08436095
2893064	Kappel	kappel	DE	55483	0	Europe/Berlin	47.60512	10.53529				02	097	09777	09777159
2893112	Kaperich	kaperich	DE	56767	195	Europe/Berlin	50.25	7.03333			07233217	08	00	07233	07233217
2893132	Kapellen-Drusweiler	kapellen-drusweiler	DE	76889	888	Europe/Berlin	49.10167	8.03111			07337045	08	00	07337	07337045
2893133	Kapellendorf	kapellendorf	DE	99510	458	Europe/Berlin	50.97464	11.4687		Kapelendorf,Kapellendorf,ka pei lun duo fu,Капелендорф,Капеллендорф,卡佩伦多夫	16071037	15	00	16071	16071037
2893175	Kanzem	kanzem	DE	54441	602	Europe/Berlin	49.66673	6.57832			07235055	08	00	07235	07235055
2893186	Kanzach	kanzach	DE	88422	520	Europe/Berlin	48.07796	9.55888			08426064	01	084	08426	08426064
2893212	Kannawurf	kannawurf	DE	06578	1021	Europe/Berlin	51.26667	11.13333		Cannawurf,Kannawurf	16068064	15	00	16068	16068064
2893214	Kankelau	kankelau	DE	21514	209	Europe/Berlin	53.55	10.56667		Kankelau	01053059	10	00	01053	01053059
2893237	Kandern	kandern	DE	79400	8070	Europe/Berlin	47.71393	7.66237		Kandern,kan de er en,kandrn,Кандерн,كاندرن,کاندرن,坎德尔恩		01	083	08336	08336045
2893244	Kandel	kandel	DE	76870	8385	Europe/Berlin	49.08277	8.1972		Kandel		08	00	07334	07334013
2893255	Kamsdorf	kamsdorf	DE	07334	2951	Europe/Berlin	50.64312	11.45401		Kamsdorf,ka mu si duo fu,Камсдорф,卡姆斯多夫	16073111	15	00	16073	16073111
2893264	Kamp-Lintfort	kamp-lintfort	DE	47475	39490	Europe/Berlin	51.50467	6.54587		Kamp-Lintfort,Lapangan Terbang Kamp-Lintfort,kamb-lyntfwrt,kan pu-lin te fu er te,kmp-lyntfwrt,Камп-Линтфорт,Камп-Лінтфорт,كامب-لينتفورت,کمپ-لینتفورت,坎普-林特福尔特		07	051	05170	05170020
2893295	Kampen	kampen	DE	25999	516	Europe/Berlin	54.95411	8.34171				10	00	01054	01054061
2893296	Kampen	kampen	DE	25999	637	Europe/Berlin	53.85548	9.93567		Kampen		10	00	01060	01060064
2893297	Kampen	kampen	DE	25999	0	Europe/Berlin	53.24211	9.77577				06	00	03353	03353038
2893307	Kamp-Bornhofen	kamp-bornhofen	DE	56341	1632	Europe/Berlin	50.22282	7.62364		Kamp-Bornkhofen,kan pu-bo er en huo fen,Камп-Борнхофен,坎普-博尔恩霍芬	07141066	08	00	07141	07141066
2893322	Kamminke	kamminke	DE	17419	299	Europe/Berlin	53.87276	14.20736		Kaminke,Kamminke,ka ming ke,Каминке,Камминке,卡明克		12	00	13075	13075056
2893323	Kammin	kammin	DE	17506	146	Europe/Berlin	53.97709	13.40435				12	00	13075	13075008
2893328	Kammerstein	kammerstein	DE	91126	2709	Europe/Berlin	49.29317	10.97277		Kamershtajn,Kammershtajn,ka mei er si tai yin,kanmashutain,Камерштајн,Каммерштайн,Կամերշթայն,カンマーシュタイン,卡梅尔斯泰因	09576128	02	095	09576	09576128
2893378	Kammerforst	kammerforst	DE	56206	923	Europe/Berlin	51.12163	10.42328		Cammerforst,Kammerforst	16064032	15	00	16064	16064032
2893379	Kammerforst	kammerforst	DE	56206	251	Europe/Berlin	50.463	7.676			07143040	08	00	07143	07143040
2893380	Kammerforst	kammerforst	DE	56206	0	Europe/Berlin	49.85062	10.42552				02	096	09678	09678164
2893381	Kammerforst	kammerforst	DE	56206	0	Europe/Berlin	49.31105	10.58708		Kamerforst,Kammerforst		02	095	09561	09561000
2893416	Kamin	kamin	DE	18233	273	Europe/Berlin	53.98923	11.73771		Kamin		12	00	13072	13072022
2893430	Kamern	kamern	DE	39524	750	Europe/Berlin	52.7485	12.11251			15090285	14	00	15090	15090285
2893437	Kamenz	kamenz	DE	01917	18270	Europe/Berlin	51.26798	14.09374		Camentia,Kamenc,Kamenca,Kamenec,Kamenz/Kamjenc,Kamjenc,Kamjeńc,Kāmenca,ka men ci,kamnts,kamynz,Каменц,كامينز,کامنتس,卡门茨		13	00	14625	14625250
2893438	Kamen	kamen	DE	59174	45927	Europe/Berlin	51.59231	7.6638		Kamen,ka men,kamen,kamn,Камен,كامن,کامن,カーメン,卡門		07	059	05978	05978020
2893442	Kambs	kambs	DE	17207	272	Europe/Berlin	53.89513	12.0532				12	00	13072	13072110
2893443	Kambs	kambs	DE	17207	0	Europe/Berlin	53.31721	12.56537		Kambs		12	00	13071	13071013
2893477	Kalübbe	kalubbe	DE	24326	580	Europe/Berlin	54.11667	10.28333			01057032	10	00	01057	01057032
2893516	Kaltenwestheim	kaltenwestheim	DE	98634	1043	Europe/Berlin	50.60991	10.11692		Kaltenwestheim	16066095	15	00	16066	16066095
2893523	Kaltental	kaltental	DE	87662	0	Europe/Berlin	48.73938	9.12968				01	081	08111	08111000
2893524	Kaltensundheim	kaltensundheim	DE	98634	865	Europe/Berlin	50.60619	10.1564		Kal'tenzundkhajm,Kaltensundheim,Kaltensundkhajm,Kaltenzundkhajm,ka er teng sun de hai mu,Калтензундхајм,Калтенсундхајм,Кальтензундхайм,卡尔滕孙德海姆	16066095	15	00	16066	16066095
2893534	Kaltennordheim	kaltennordheim	DE	36452	1896	Europe/Berlin	50.62649	10.15915		Kal'tennordkhajm,Kaltennordheim,Kaltenordkhajm,ka er te nuo er de hai mu,kaltn nwrdhaym,Калтенордхајм,Кальтеннордхайм,كالتن نوردهايم,کالتن‌نوردهایم,卡尔特诺尔德海姆		15	00	16066	16066095
2893542	Kaltenlengsfeld	kaltenlengsfeld	DE	36452	428	Europe/Berlin	50.64092	10.19222		Kal'tenlengsfel'd,Kaltenlengsfeld,ka er teng lun si fei er de,Калтенленгсфелд,Кальтенленгсфельд,卡尔滕伦斯费尔德	16066095	15	00	16066	16066095
2893544	Kaltenkirchen	kaltenkirchen	DE	24568	19747	Europe/Berlin	53.83292	9.9581		Kal'tenkirkhen,Kaltenkirchen,Kaltenkirkhen,Koldenkarken,Kolenkarken,ka er teng ji er xing,kaltnkyrshn,Калтенкирхен,Кальтенкирхен,كالتنكيرشن,کالتن‌کیرشه,卡尔滕基尔兴		10	00	01060	01060044
2893546	Kaltenholzhausen	kaltenholzhausen	DE	65558	613	Europe/Berlin	50.3	8.1			07141065	08	00	07141	07141065
2893572	Kaltenengers	kaltenengers	DE	56220	1932	Europe/Berlin	50.41667	7.55			07137209	08	00	07137	07137209
2893617	Kaltenborn	kaltenborn	DE	53520	0	Europe/Berlin	51.98627	12.94636		Kaltenborn		11	00	12072	12072297
2893618	Kaltenborn	kaltenborn	DE	53520	0	Europe/Berlin	51.93382	14.67581				11	00	12071	12071160
2893619	Kaltenborn	kaltenborn	DE	53520	0	Europe/Berlin	51.13333	12.85		Kaltenborn		13	00	14729	14729080
2893620	Kaltenborn	kaltenborn	DE	53520	0	Europe/Berlin	50.86997	11.96111		Kaltenborn		15	00	16076	16076089
2893621	Kaltenborn	kaltenborn	DE	53520	0	Europe/Berlin	50.78545	10.23025		Kaltenborn		15	00	16063	16063003
2893622	Kaltenborn	kaltenborn	DE	53520	420	Europe/Berlin	50.4	7.01667			07131037	08	00	07131	07131037
2893693	Kalt	kalt	DE	56294	516	Europe/Berlin	50.26729	7.39466			07137041	08	00	07137	07137041
2893716	Kallstadt	kallstadt	DE	67169	0	Europe/Berlin	49.55282	8.73098				05	064	06431	06431004
2893717	Kallstadt	kallstadt	DE	67169	1148	Europe/Berlin	49.49083	8.17611		Kal'shtadt,Kallschdadt,Kalshtat,ka er si ta te,Калштат,Кальштадт,卡尔斯塔特	07332028	08	00	07332	07332028
2893721	Kallmünz	kallmunz	DE	93183	2895	Europe/Berlin	49.16094	11.96051		Kal'mjunc,Kall'mjunc,Kallmuenz,Kallmunz,Kallmünz,Kalminc,Kalmunz,ka er ming ci,kalmwnts,Калльмюнц,Калминц,Кальмюнц,Կալմյունց,کالمونتس,卡尔明茨		02	093	09375	09375156
2893723	Kallmerode	kallmerode	DE	37327	623	Europe/Berlin	51.35	10.3		Kal'merode,Kallmerode,Kalmerode,ka er mei luo de,Калмероде,Кальмероде,卡尔梅罗德	16061115	15	00	16061	16061115
2893728	Kallinchen	kallinchen	DE	15806	0	Europe/Berlin	52.21176	13.55969		Kallinchen		11	00	12072	12072477
2893762	Kall	kall	DE	53925	11903	Europe/Berlin	50.54223	6.56297		Kall	05366024	07	053	05366	05366024
2893778	Kalkofen	kalkofen	DE	67822	0	Europe/Berlin	50.98207	7.26945				07	053	05374	05374020
2893779	Kalkofen	kalkofen	DE	67822	189	Europe/Berlin	49.73333	7.83333			07333036	08	00	07333	07333036
2893780	Kalkofen	kalkofen	DE	67822	0	Europe/Berlin	49.25369	12.85155				02	093	09372	09372112
2893781	Kalkofen	kalkofen	DE	67822	0	Europe/Berlin	48.94221	12.04195				02	092	09273	09273116
2893782	Kalkofen	kalkofen	DE	67822	0	Europe/Berlin	47.87487	9.11				01	083	08335	08335096
2893783	Kalkofen	kalkofen	DE	67822	0	Europe/Berlin	47.71001	11.0713				02	091	09180	09180134
2893792	Kalkhorst	kalkhorst	DE	23942	1328	Europe/Berlin	53.97012	11.04469		Kal'kkhorst,Kalkkhorst,ka er ke huo er si te,Калкхорст,Калькхорст,卡尔克霍尔斯特		12	00	13074	13074037
2893837	Kalkar	kalkar	DE	47546	13997	Europe/Berlin	51.73907	6.29101		Calkar,Kal'kar,Kalkar,kalkar,karuka,Калкар,Калькар,كالكار,کالکار,カルカー		07	051	05154	05154024
2893838	Kalkar	kalkar	DE	47546	0	Europe/Berlin	50.59715	6.77264		Kalkar		07	053	05366	05366004
2893858	Kalenborn	kalenborn	DE	53505	715	Europe/Berlin	50.61523	7.31528		Kalenborn		08	00	07138	07138075
2893859	Kalenborn	kalenborn	DE	53505	0	Europe/Berlin	50.55	7			07131036	08	00	07131	07131036
2893860	Kalenborn	kalenborn	DE	53505	245	Europe/Berlin	50.26667	7.08333		Calenborn,Kalenborn	07135046	08	00	07135	07135046
2893861	Kalenborn	kalenborn	DE	53505	0	Europe/Berlin	50.26667	6.6				08	00	07233	07233036
2893868	Kalefeld	kalefeld	DE	37589	7264	Europe/Berlin	51.8	10.03333		Kalefel'd,Kalefeld,ka lai fei er de,kareferuto,Калефелд,Калефельд,カーレフェルト,卡莱费尔德	03155006	06	00	03155	03155006
2893881	Kalchreuth	kalchreuth	DE	90562	3031	Europe/Berlin	49.55785	11.1335		Kal'khrojt,Kalchreuth,Kalrojt,ka er xi luo yi te,karuhiroito,Калројт,Кальхройт,カルヒロイト,卡尔希罗伊特	09572137	02	095	09572	09572137
2893884	Kalbsrieth	kalbsrieth	DE	06556	800	Europe/Berlin	51.34217	11.34028		Kalbsrieth	16065042	15	00	16065	16065042
2893938	Kalbe	kalbe	DE	27419	576	Europe/Berlin	53.29335	9.55061			03357029	06	00	03357	03357029
2893939	Kalbe	kalbe	DE	27419	2821	Europe/Berlin	52.65656	11.38456		Calbe,Kal'be,Kalbe,ka er bei,kalbh,kalbt,Калбе,Кальбе,كالبة,کالبه,卡爾貝		14	00	15081	15081240
2893942	Kalbach	kalbach	DE	36148	0	Europe/Berlin	50.18701	8.6471		Kahlbach,Kalbach-Riedberg		05	064	06412	06412000
2893951	Kakerbeck	kakerbeck	DE	39624	0	Europe/Berlin	53.42645	9.42796				06	00	03359	03359002
2893952	Kakerbeck	kakerbeck	DE	39624	0	Europe/Berlin	52.70721	10.74796		Kakerbeck		06	00	03151	03151040
2893953	Kakerbeck	kakerbeck	DE	39624	941	Europe/Berlin	52.66924	11.27849		Kakerbeck		14	00	15081	15081240
2893954	Kakenstorf	kakenstorf	DE	21255	1380	Europe/Berlin	53.30317	9.76289			03353021	06	00	03353	03353021
2893962	Kakau	kakau	DE	06785	0	Europe/Berlin	52.86892	10.77827				06	00	03360	03360020
2893963	Kakau	kakau	DE	06785	634	Europe/Berlin	51.80428	12.43294		Kakau		14	00	15091	15091241
2893964	Kakau	kakau	DE	06785	0	Europe/Berlin	50.91189	12.24479				15	00	16077	16077043
2893983	Kaisheim	kaisheim	DE	86687	4344	Europe/Berlin	48.76751	10.79639		Caesarea,Kaisheim,Kajsgajm,Kajskhajm,Kaysersheim,Kayshaym,kai si hai mu,kaisuhaimu,Кайсгайм,Кайсхайм,Кајсхајм,Կայսհայմ,カイスハイム,凯斯海姆		02	097	09779	09779169
2893988	Kaiser Wilhelm Koog	kaiser-wilhelm-koog	DE	25709	365	Europe/Berlin	53.93912	8.93034		Kaiser Wilhelm Koog		10	00	01051	01051057
2894003	Kaiserslautern	kaiserslautern	DE	67653	98732	Europe/Berlin	49.443	7.77161		K-Town,KLT,Kaiserlautern,Kaiserslantern,Kaiserslautern,Kaizerslauternas,Kajzerslautern,Lutra,kai sa si lao teng,kaijeoseullauteleun,kaizasurauterun,ki se xrs lea theirn,Кайзерслаутерн,Кајзерслаутерн,קייזרסלאוטרן,کائزرسلائوٹرن,ไกเซอร์สเลาเทิร์น,カイザースラウテルン,凯撒斯劳滕,카이저슬라우테른	07312	08	00	07312	07312000
2894007	Kaisersesch	kaisersesch	DE	56759	3001	Europe/Berlin	50.23148	7.13864		Kaisersech,Kaisersesch,Kajzerzesh,kai sai er sai shi,kaizazesshu,kayzrzks,kayzrzysh,Кайзерзеш,Кајзерзеш,كايزرزيش,کایزرزکس,カイザーゼッシュ,凯塞尔塞施		08	00	07135	07135045
2894013	Kaisersbach	kaisersbach	DE	73667	0	Europe/Berlin	49.06755	9.37932		Kaisersbach		01	081	08125	08125008
2894014	Kaisersbach	kaisersbach	DE	73667	2638	Europe/Berlin	48.93023	9.63898		Kajzersbakh,kai sai er si ba he,Кайзерсбах,Кајзерсбах,凯塞尔斯巴赫	08119037	01	081	08119	08119037
2894048	Kaisborstel	kaisborstel	DE	25560	91	Europe/Berlin	54.01367	9.48116		Kaisborstel	01061048	10	00	01061	01061048
2894081	Kail	kail	DE	56829	301	Europe/Berlin	50.18333	7.23333			07135044	08	00	07135	07135044
2894085	Kaifenheim	kaifenheim	DE	56761	833	Europe/Berlin	50.24501	7.22643		Kajfenkhajm,kai fen hai mu,Кайфенхайм,Кајфенхајм,凯芬海姆	07135043	08	00	07135	07135043
2894103	Kahrstedt	kahrstedt	DE	39624	257	Europe/Berlin	52.70936	11.42904				14	00	15081	15081240
2894127	Kahlwinkel	kahlwinkel	DE	06647	366	Europe/Berlin	51.21515	11.47917		Kahlwinkel		14	00	15084	15084133
2894245	Kahl am Main	kahl-am-main	DE	63796	7198	Europe/Berlin	50.06981	9.00553		Kahl,Kal na Majni,Kal'-am-Majn,Kal'-na-Majne,Majndagy Kal',Mayni Kal,mei yin he pan ka er,Кал на Мајни,Каль-ам-Майн,Каль-на-Майне,Майндагы Каль,Մայնի Կալ,カール・アム・マイン,美因河畔卡尔		02	096	09671	09671134
2894247	Kahla	kahla	DE	04928	7422	Europe/Berlin	50.80651	11.58516		Kahla		15	00	16074	16074044
2894335	Kadenbach	kadenbach	DE	56337	1494	Europe/Berlin	50.38333	7.73333			07143039	08	00	07143	07143039
2894336	Kaden	kaden	DE	56459	0	Europe/Berlin	53.78513	9.94721				10	00	01060	01060002
2894337	Kaden	kaden	DE	56459	0	Europe/Berlin	51.90614	13.80916		Kaden,Kudmjen,Kudmjeń		11	00	12061	12061320
2894338	Kaden	kaden	DE	56459	655	Europe/Berlin	50.54806	7.915			07143247	08	00	07143	07143247
2894342	Kade	kade	DE	39307	723	Europe/Berlin	52.37935	12.26656		Kade		14	00	15086	15086080
2894360	Kablow	kablow	DE	15712	0	Europe/Berlin	52.29726	13.71789		Kablow		11	00	12061	12061260
2894366	Kabelhorst	kabelhorst	DE	23738	481	Europe/Berlin	54.21667	10.91667		Kabelhorst	01055023	10	00	01055	01055023
2894375	Kaarst	kaarst	DE	41564	42112	Europe/Berlin	51.22929	6.61883		Kaarst,Kaasch,Kaasj,Karst,ka er si te,karst,Каарст,Карст,كارست,کارست,卡尔斯特		07	051	05162	05162016
2894384	Kaaks	kaaks	DE	25582	408	Europe/Berlin	53.99004	9.46962		Kaaks	01061047	10	00	01061	01061047
2894475	Jungingen	jungingen	DE	72417	0	Europe/Berlin	48.44349	9.98649				01	084	08421	08421000
2894476	Jungingen	jungingen	DE	72417	1469	Europe/Berlin	48.32787	9.04095		Jungingen,rong jin gen,Јунгинген,Юнгинген,Юнгінген,容金根	08417036	01	084	08417	08417036
2894480	Jungholz	jungholz	DE	87491	0	Europe/Berlin	47.60111	7.95354				01	083	08337	08337090
2894545	Juliusburg	juliusburg	DE	21483	194	Europe/Berlin	53.41667	10.5		Juliusburg	01053058	10	00	01053	01053058
2894566	Julbach	julbach	DE	84387	2317	Europe/Berlin	48.2543	12.95793			09277127	02	092	09277	09277127
2894569	Juist	juist	DE	26571	1751	Europe/Berlin	53.67787	6.99575		JUI,Jjust,Juist,Just,Júst,yawst,you yi si te,Јуист,Йюст,ياوست,იუსტი,尤伊斯特	03452013	06	00	03452	03452013
2894581	Jugenheim	jugenheim	DE	55270	1673	Europe/Berlin	49.89362	8.08468		Jugenheim		08	00	07339	07339031
2894607	Judenberg	judenberg	DE	06773	0	Europe/Berlin	49.12085	11.9642				02	093	09375	09375131
2894617	Judenbach	judenbach	DE	96524	2730	Europe/Berlin	50.39591	11.22099		Judenbakh,you deng ba he,Јуденбах,Юденбах,尤登巴赫	16072024	15	00	16072	16072024
2894620	Jucken	jucken	DE	54689	178	Europe/Berlin	50.05	6.23333			07232246	08	00	07232	07232246
2894637	Jüchen	juchen	DE	41363	22562	Europe/Berlin	51.1	6.5		Jikhen,Jjukhen,Juche,Juchen,Juchenas,Juechen,Jüchen,yu xing,Јихен,Йюхен,于兴	05162012	07	051	05162	05162012
2894702	Jork	jork	DE	21635	12014	Europe/Berlin	53.53198	9.68076		Gemeen Joerk,Gemeen Jörk,Jork,yoruku,yue er ke,Јорк,Йорк,ヨルク,约尔克	03359028	06	00	03359	03359028
2894724	Jonaswalde	jonaswalde	DE	04626	340	Europe/Berlin	50.83333	12.3			16077018	15	00	16077	16077018
2894734	Joldelund	joldelund	DE	25862	743	Europe/Berlin	54.65	9.13333		Joldelund	01054059	10	00	01054	01054059
2894771	Johanniskirchen	johanniskirchen	DE	84381	2470	Europe/Berlin	48.53333	12.95		Joganniskirkhen,Jokhaniskirkhen,Jokhanniskirkhen,Yohaniskirxen,yue ha ni si ji er xing,ywhanyskyrshn,Јоханискирхен,Йоганніскірхен,Йоханнискирхен,Յոհանիսկիրխեն,یوهانیسکیرشن,约哈尼斯基尔兴	09277126	02	092	09277	09277126
2894814	Johanngeorgenstadt	johanngeorgenstadt	DE	08349	5573	Europe/Berlin	50.43254	12.7114		Johanngeorgenstadt,Johanngeorgenstate,Johanngeorgenštate,Jokhangeorgenshtadt,Jokhangeorgenshtat,yue han ge ao er gen si ta te,ywhanghywrghnshtat,Јохангеоргенштат,Йохангеоргенштадт,يوهانغيورغنشتات,یوهانگیورگن‌اشتات,约汉格奥尔根斯塔特		13	00	14521	14521320
2894831	Johannesberg	johannesberg	DE	63867	0	Europe/Berlin	51.06178	7.2802				07	053	05378	05378012
2894832	Johannesberg	johannesberg	DE	63867	0	Europe/Berlin	50.52281	9.65827				05	066	06631	06631009
2894833	Johannesberg	johannesberg	DE	63867	3914	Europe/Berlin	50.03159	9.14252			09671133	02	096	09671	09671133
2894855	Jockgrim	jockgrim	DE	76751	6970	Europe/Berlin	49.09288	8.27468		Jokgrim,yue ke ge li mu,Јокгрим,Йокгрим,约克格里姆	07334012	08	00	07334	07334012
2894884	Joachimsthal	joachimsthal	DE	16247	3459	Europe/Berlin	52.97945	13.74493		Ioakhimstal',Joahimstale,Joahimstāle,Joakhimstal,yue a xi mu si ta er,ywakhymstal,ywakhymztal,Јоахимстал,Иоахимсталь,Յոչիմստալ,يواخيمستال,یواخیمزتال,约阿希姆斯塔尔		11	00	12060	12060100
2894897	Jever	jever	DE	26441	13937	Europe/Berlin	53.57368	7.89806		Geverae,Jever,i~efa,ye fei er,yfr,yfyr,Јевер,Йевер,يفير,یفر,イェファー,耶费尔	03455	06	00	03455	03455007
2894899	Jevenstedt	jevenstedt	DE	24808	3332	Europe/Berlin	54.23333	9.66667		Jefenshtedt,Jefenshtet,Jevenshtedt,Jevenshtet,Jevenstedt,ye fen si te,Јевенштет,Јефенштет,Йевенштедт,Йефенштедт,耶芬斯特	01058086	10	00	01058	01058086
2894907	Jetzendorf	jetzendorf	DE	85305	2919	Europe/Berlin	48.43333	11.41667		Etcendorf,Jecendorf,ye cen duo fu,ytsndwrf,Єтцендорф,Јецендорф,Етцендорф,Ետցենդորֆ,یتسندورف,耶岑多夫	09186132	02	091	09186	09186132
2894916	Jettingen	jettingen	DE	71131	0	Europe/Berlin	48.38841	10.43427				02	097	09774	09774144
2894924	Jettenbach	jettenbach	DE	66887	884	Europe/Berlin	49.53482	7.55718		Jetenbakh,Jettenbach,Jettenbakh,Jetterbach,Јетенбах,Йеттенбах	07336048	08	00	07336	07336048
2894925	Jettenbach	jettenbach	DE	66887	0	Europe/Berlin	49.05443	9.34709		Jettenbach		01	081	08125	08125008
2894926	Jettenbach	jettenbach	DE	66887	755	Europe/Berlin	48.16667	12.38333			09183122	02	091	09183	09183122
2894944	Jestetten	jestetten	DE	79798	5171	Europe/Berlin	47.65	8.56667		Eshtetten,Jeshteten,Jeshtetten,ye si te teng,Єштеттен,Јештетен,Йештеттен,耶斯特滕	08337060	01	083	08337	08337060
2894945	Jesteburg	jesteburg	DE	21266	7066	Europe/Berlin	53.30966	9.95262		Gemeen Jesborg,Jesteburg,ye si te bao,Јестебург,Йестебург,耶斯特堡	03353020	06	00	03353	03353020
2894948	Jeßnitz	jessnitz	DE	06800	3667	Europe/Berlin	51.68307	12.29992		Jesnic,Jessnitz,Jeßnitz,ysnyz,Јесниц,Йесниц,יסניץ		14	00	15082	15082301
2894949	Jeßnitz	jessnitz	DE	06800	0	Europe/Berlin	51.25072	14.27429		Jasenca,Jaseńca		13	00	14625	14625460
2894950	Jeßnitz	jessnitz	DE	06800	0	Europe/Berlin	51.17002	13.08903				13	00	14522	14522220
2894956	Jessern	jessern	DE	15913	0	Europe/Berlin	52.02419	14.19441				11	00	12061	12061450
2894958	Jessenitz	jessenitz	DE	19249	377	Europe/Berlin	53.26963	11.08744				12	00	13076	13076088
2894970	Jesewitz	jesewitz	DE	04838	3174	Europe/Berlin	51.42276	12.56312		Jesewitzi vald,Jezevic,ye sai wei ci,Језевиц,Йезевиц,耶塞维茨	14730140	13	00	14730	14730140
2894971	Jeseritz	jeseritz	DE	39638	272	Europe/Berlin	52.44377	11.30785				14	00	15081	15081135
2894974	Jeserig	jeserig	DE	14778	0	Europe/Berlin	52.4119	12.69445				11	00	12069	12069249
2894975	Jeserig	jeserig	DE	14778	0	Europe/Berlin	52.12931	12.79478		Jeserig,Luthersbrunn		11	00	12069	12069402
2894976	Jeserig	jeserig	DE	14778	0	Europe/Berlin	52.08588	12.45112		Jeserig		11	00	12069	12069665
2894977	Jesenwang	jesenwang	DE	82287	1480	Europe/Berlin	48.16667	11.13333		Ezenvang,Jezenvang,ye sen wang,yznwang,Єзенванг,Језенванг,Езенванг,یزنوانگ,耶森旺	09179130	02	091	09179	09179130
2894979	Jesendorf	jesendorf	DE	19417	535	Europe/Berlin	53.8036	11.60016		Jesendorf		12	00	13074	13074036
2894980	Jesendorf	jesendorf	DE	19417	0	Europe/Berlin	48.52722	12.3751				02	092	09274	09274145
2894982	Jesberg	jesberg	DE	34632	2655	Europe/Berlin	51	9.15		Esberg,Jesberg,i~esuberuku,ye si bei ge,Єсберг,Јесберг,Йесберг,イェスベルク,耶斯贝格	06634010	05	066	06634	06634010
2894988	Jerxheim	jerxheim	DE	38381	1279	Europe/Berlin	52.08172	10.89844		Jerkskhajm,ye er ke si hai mu,Јерксхајм,Йерксхайм,耶尔克斯海姆	03154012	06	00	03154	03154012
2894996	Jersleben	jersleben	DE	39326	631	Europe/Berlin	52.24384	11.57986		Jersleben		14	00	15083	15083390
2894998	Jersbek	jersbek	DE	22941	1804	Europe/Berlin	53.73333	10.21667		Jersbek,ye er si bei ke,Јерсбек,Йерсбек,耶尔斯贝克	01062036	10	00	01062	01062036
2895000	Jerrishoe	jerrishoe	DE	24963	1040	Europe/Berlin	54.6567	9.36918		Jerrishoe	01059131	10	00	01059	01059131
2895008	Jerichow	jerichow	DE	39319	2289	Europe/Berlin	52.50049	12.02383		Jerichow,Jerikhov,ye li xiao fu,yryshw,yyryshw,Јерихов,Йерихов,ييريشو,یریشو,耶里肖夫		14	00	15086	15086080
2895013	Jerchel	jerchel	DE	14715	0	Europe/Berlin	52.48764	12.34331				11	00	12063	12063189
2895014	Jerchel	jerchel	DE	14715	142	Europe/Berlin	52.46124	11.94506				14	00	15090	15090546
2895015	Jerchel	jerchel	DE	14715	334	Europe/Berlin	52.46835	11.3209				14	00	15081	15081135
2895025	Jennewitz	jennewitz	DE	18230	548	Europe/Berlin	54.09397	11.7892		Jennewitz		12	00	13072	13072058
2895034	Jengen	jengen	DE	86860	2433	Europe/Berlin	47.99934	10.72575		Engen,Jengen,i~engen,yan gen,Єнген,Јенген,Енген,Ենգեն,イェンゲン,延根	09777140	02	097	09777	09777140
2895044	Jena	jena	DE	07743	104712	Europe/Berlin	50.92878	11.5899		Ena,Iena,Iéna,Jena,Jena (Thueringen),Jéna,Jēna,Jėna,ZJS,iena,i~ena,jena,jyna,ye na,yena,yna,yyna,yynh,Ιένα,Єна,Іена,Јена,Йена,יינה,جینا,يينا,ینا,जेना,জেনা,იენა,イェーナ,耶拿,예나	16053	15	00	16053	16053000
2895051	Jemgum	jemgum	DE	26844	3735	Europe/Berlin	53.26667	7.38333		Jemgum,Jemmingen,ye mu gu mu,ymjwm,Јемгум,Йемгум,يمجوم,耶姆古姆	03457012	06	00	03457	03457012
2895053	Jembke	jembke	DE	38477	1886	Europe/Berlin	52.5	10.76667		Jembke,yan bu ke,Јембке,Йембке,延布克	03151014	06	00	03151	03151014
2895056	Jelmstorf	jelmstorf	DE	29585	853	Europe/Berlin	53.10132	10.52237			03360012	06	00	03360	03360012
2895072	Jeggeleben	jeggeleben	DE	29416	418	Europe/Berlin	52.75811	11.29608		Jeggeleben		14	00	15081	15081240
2895074	Jeggau	jeggau	DE	39649	217	Europe/Berlin	52.53833	11.20582		Jeggau		14	00	15081	15081135
2895077	Jeetze	jeetze	DE	39624	435	Europe/Berlin	52.74253	11.42325		Jeetze		14	00	15081	15081240
2895084	Jeeben	jeeben	DE	38489	276	Europe/Berlin	52.68246	11.09129		Jeeben		14	00	15081	15081045
2895106	Jeckenbach	jeckenbach	DE	55592	281	Europe/Berlin	49.71667	7.6		Jekenbakh,Jekkenbakh,ye ken ba he,Јекенбах,Йеккенбах,耶肯巴赫	07133051	08	00	07133	07133051
2895112	Jeber-Bergfrieden	jeber-bergfrieden	DE	06868	646	Europe/Berlin	51.98374	12.35017		Bergfrieden,Jeber,Jeber-Bergfrieden		14	00	15091	15091060
2895131	Jatznick	jatznick	DE	17309	2082	Europe/Berlin	53.57951	13.93955		Jatznick		12	00	13075	13075055
2895162	Jarmen	jarmen	DE	17126	3238	Europe/Berlin	53.92385	13.34032		Jarmen,Jarmene,Jeromino,ya er men,yarmn,Јармен,Ярмен,يارمن,یارمن,亚尔门		12	00	13075	13075054
2895174	Jardelund	jardelund	DE	24994	351	Europe/Berlin	54.83333	9.2		Jardelund	01059129	10	00	01059	01059129
2895177	Jarchau	jarchau	DE	39596	593	Europe/Berlin	52.65535	11.89579				14	00	15090	15090535
2895181	Japenzin	japenzin	DE	17392	220	Europe/Berlin	53.76911	13.45345				12	00	13075	13075127
2895189	Jänschwalde	janschwalde	DE	03197	2031	Europe/Berlin	51.86066	14.49813		Ensvalde,Jaenschwalde,Jaenschwalde/Jansojce,Janschwalde,Jansojce,Janšojce,Jenshval'de,Jenshvalde,Jänschwalde,Jänschwalde/Janšojce,yan shi wa er de,Јеншвалде,Йеншвальде,Ենշվալդե,جانسچوالدے,延施瓦尔德	12071193	11	00	12071	12071193
2895200	Janneby	janneby	DE	24992	425	Europe/Berlin	54.63333	9.3		Janneby	01059128	10	00	01059	01059128
2895207	Janisroda	janisroda	DE	06618	221	Europe/Berlin	51.10788	11.78196		Janisroda		14	00	15084	15084355
2895213	Jandelsbrunn	jandelsbrunn	DE	94118	3408	Europe/Berlin	48.73333	13.7		Jandel'sbrunn,Jandelsbrun,Yandelsbrun,jndlsbrnn,yandlsbrwn,yang de er si bu lun,Јанделсбрун,Яндельсбрунн,Յանդելսբրուն,جندلسبرنن,یاندلسبرون,扬德尔斯布伦	09272129	02	092	09272	09272129
2895221	Jamlitz	jamlitz	DE	15868	627	Europe/Berlin	51.99131	14.361		Jamlic,Jemjelnica,ya mu li ci,Јамлиц,Ямлиц,Յամլից,جملٹز,亚姆利茨	12061224	11	00	12061	12061224
2895226	Jameln	jameln	DE	29479	1095	Europe/Berlin	53.05	11.08333		Jamel'n,Jameln,jmln,ya mei er en,yamln,Јамелн,Ямельн,جملن,یاملن,亚梅尔恩	03354011	06	00	03354	03354011
2895234	Jakobsweiler	jakobsweiler	DE	67814	236	Europe/Berlin	49.61667	7.95			07333035	08	00	07333	07333035
2895246	Jakobsdorf	jakobsdorf	DE	18442	521	Europe/Berlin	54.23319	12.93157		Jakobsdorf		12	00	13073	13073041
2895247	Jakobsdorf	jakobsdorf	DE	18442	0	Europe/Berlin	53.18858	12.07566				11	00	12070	12070325
2895248	Jacobsdorf	jacobsdorf	DE	15236	1960	Europe/Berlin	52.33333	14.35		Jacobsdorf,Jakobsdorf,Yakobsdorf,jkwbsdwrf,ya ke bu si duo fu,Јакобсдорф,Якобсдорф,Յակոբսդորֆ,جکوبسدورف,亚科布斯多夫	12067237	11	00	12067	12067237
2895269	Jahrstedt	jahrstedt	DE	38486	847	Europe/Berlin	52.56007	10.97672				14	00	15081	15081280
2895271	Jahrsdorf	jahrsdorf	DE	24594	233	Europe/Berlin	54.06667	9.63333		Jarsdorf,ya er si duo fu,Јарсдорф,Ярсдорф,جہرسدورف,亚尔斯多夫	01058085	10	00	01058	01058085
2895272	Jahrsdorf	jahrsdorf	DE	24594	0	Europe/Berlin	49.17037	11.24519				02	095	09576	09576127
2895304	Jagstzell	jagstzell	DE	73489	2470	Europe/Berlin	49.03055	10.09751		Jagscel,Jagstcell',jgstzll,ya ge si ce er,Јагсцел,Ягстцелль,جگستزلل,იაგსტცელი,亚格斯策尔	08136035	01	081	08136	08136035
2895309	Jagsthausen	jagsthausen	DE	74249	1500	Europe/Berlin	49.31056	9.46833		Jagstauzen,Jagstgauzen,Jagsthausen,Jagstkhauzen,ya ge si tao sen,yakusutohauzen,Јагстаузен,Ягстгаузен,Ягстхаузен,جگستھوسن,ヤクストハウゼン,亚格斯陶森	08125048	01	081	08125	08125048
2895310	Jagsthausen	jagsthausen	DE	74249	0	Europe/Berlin	48.89922	10.17199				01	081	08136	08136082
2895314	Jagsal	jagsal	DE	04936	0	Europe/Berlin	51.68663	13.35396		Jagsal		11	00	12062	12062445
2895445	Jagel	jagel	DE	24878	969	Europe/Berlin	54.45652	9.53759			01059043	10	00	01059	01059043
2895446	Jagel	jagel	DE	24878	0	Europe/Berlin	53.0471	11.60843				11	00	12070	12070236
2895466	Jaebetz	jaebetz	DE	17209	177	Europe/Berlin	53.31977	12.36757		Jaebetz		12	00	13071	13071034
2895517	Jachenau	jachenau	DE	83676	891	Europe/Berlin	47.60574	11.43381		Jakhenau,Yaxenau,jchnw,ya hei nao,yakhnaw,Јахенау,Яхенау,Յախենաու,جچنو,یاخناو,亚黑瑙	09173131	02	091	09173	09173131
2895524	Jabel	jabel	DE	17194	600	Europe/Berlin	53.53754	12.54455		Jabel,Jabel',jbl,ya bei er,Јабел,Ябель,جبل,亚贝尔		12	00	13071	13071069
2895525	Jabel	jabel	DE	17194	0	Europe/Berlin	53.16983	12.44253				11	00	12068	12068181
2895526	Jabel	jabel	DE	17194	0	Europe/Berlin	52.95433	11.07912		Jabel		06	00	03354	03354018
2895536	Ivenrode	ivenrode	DE	39343	508	Europe/Berlin	52.27278	11.23129		Ivenrode		14	00	15083	15083020
2895545	Ivenack	ivenack	DE	17153	965	Europe/Berlin	53.71119	12.96925		Ivenack,Ivenak,yi fei na ke,Ивенак,伊费纳克		12	00	13071	13071068
2895546	Iven	iven	DE	17391	262	Europe/Berlin	53.79597	13.43039		Iven		12	00	13075	13075053
2895552	Itzstedt	itzstedt	DE	23845	2151	Europe/Berlin	53.808	10.15797		Itzstedt	01060043	10	00	01060	01060043
2895569	Itzehoe	itzehoe	DE	25524	33047	Europe/Berlin	53.92099	9.51529		Icekho,Itcekho,Itcekhoe,atshwhh,atshwyh,yi ce huo ai,yzhw,Итцехо,Итцехое,Ицехо,יצהו,إتسهويه,اتسهوهه,伊策霍埃	01061	10	00	01061	01061046
2895574	Ittlingen	ittlingen	DE	74930	2457	Europe/Berlin	49.19083	8.93083		Itlingen,Ittlingen,ittoringen,yi te lin gen,Іттлінген,Итлинген,Иттлинген,イットリンゲン,伊特林根	08125047	01	081	08125	08125047
2895582	Itterbeck	itterbeck	DE	49847	1821	Europe/Berlin	52.50618	6.80354			03456011	06	00	03456	03456011
2895617	Issum	issum	DE	47661	12249	Europe/Berlin	51.53333	6.43333		Issum,Isum,yi su mu,Іссум,Иссум,Исум,伊苏姆	05154020	07	051	05154	05154020
2895619	Issigau	issigau	DE	95188	0	Europe/Berlin	50.37525	11.7207		Isigau,Issigau,aysygaw,ishigau,yi xi gao,Іссігау,Исигау,Иссигау,ایسیگاو,イシガウ,伊西高	09475137	02	094	09475	09475137
2895622	Issersheilingen	issersheilingen	DE	99947	129	Europe/Berlin	51.2	10.65				15	00	16064	16064077
2895623	Isseroda	isseroda	DE	99428	508	Europe/Berlin	50.95651	11.22005			16071103	15	00	16071	16071103
2895630	Isselburg	isselburg	DE	46419	11239	Europe/Berlin	51.83232	6.46428		Iselburg,Issel'burg,Isselburg,Isselburq,aslbwrgh,ayzlbwrg,yi sai er bao,İsselburq,Іссельбург,Иселбург,Иссельбург,إسلبورغ,ایزلبورگ,伊塞尔堡		07	055	05554	05554032
2895631	Isselbach	isselbach	DE	65558	402	Europe/Berlin	50.4	7.9			07141064	08	00	07141	07141064
2895636	Ispringen	ispringen	DE	75228	6007	Europe/Berlin	48.91667	8.66667		Ispringen,yi si pu lin gen,Іспрінген,Испринген,Իսպրինգեն,伊斯普林根	08236030	01	082	08236	08236030
2895643	Ismaning	ismaning	DE	85737	14596	Europe/Berlin	48.23333	11.68333		Ismaning,aysmanyng,yi si ma ning,Ісманінг,Исманинг,Իսմանինգ,ایسمانینگ,伊斯马宁	09184130	02	091	09184	09184130
2895659	Isert	isert	DE	57612	204	Europe/Berlin	50.73333	7.7			07132058	08	00	07132	07132058
2895669	Iserlohn	iserlohn	DE	58636	97910	Europe/Berlin	51.37547	7.70281		Iserlaun,Iserlohn,Iserlon,Izerlon,Izerlonas,ZNR,ayzlwn,azrlwn,ijeollon,izaron,yi se long,Ізерлон,Изерлон,Исерлон,إزرلون,ایزلون,イーザーローン,伊瑟隆,이절론		07	059	05962	05962024
2895688	Isenbüttel	isenbuttel	DE	38550	6277	Europe/Berlin	52.43333	10.58333		Isenbitel,Isenbuettel,Isenbüttel,Izenbjuttel',ayznbtl,yi sen bi te er,Изенбюттель,Исенбител,إيزنبتل,伊森比特尔	03151013	06	00	03151	03151013
2895689	Isenburg	isenburg	DE	56271	673	Europe/Berlin	50.48333	7.6			07138031	08	00	07138	07138031
2895690	Isenburg	isenburg	DE	56271	0	Europe/Berlin	48.42712	8.67482				01	082	08237	08237040
2895702	Isen	isen	DE	84424	5222	Europe/Berlin	48.21203	12.05672	486	Isen,Isena,Izen,Jarna,ayzn,Ізен,Изен,Исен,ایزن		02	091	09177	09177123
2895731	Irxleben	irxleben	DE	39167	2489	Europe/Berlin	52.16689	11.48064		Irksleben,Irxleben,Иркслебен		14	00	15083	15083298
2895744	Irsee	irsee	DE	87660	1345	Europe/Berlin	47.90815	10.57177		Irsee,Irze,Irzee,Irzey,iruze,yi er sai,Ірзе,Ирзе,Ирзее,Իրզեյ,イルゼー,伊尔塞		02	097	09777	09777139
2895751	Irschenberg	irschenberg	DE	83737	3079	Europe/Berlin	47.83333	11.91667		Irschenberg,Irsenberg,Irshenberg,ayrshnbrg,yi er shen bei ge,Іршенберг,Иршенберг,Իրշենբերգ,ایرشنبرگ,伊尔申贝格	09182123	02	091	09182	09182123
2895754	Irsch	irsch	DE	54451	0	Europe/Berlin	49.98647	6.55628				08	00	07232	07232018
2895755	Irsch	irsch	DE	54451	2400	Europe/Berlin	49.7262	6.69806	240			08	00	07211	07211000
2895756	Irsch	irsch	DE	54451	1538	Europe/Berlin	49.60487	6.59547		Irisch,Irsch	07235052	08	00	07235	07235052
2895764	Irrhausen	irrhausen	DE	54689	239	Europe/Berlin	50.06667	6.2			07232245	08	00	07232	07232245
2895768	Irndorf	irndorf	DE	78597	754	Europe/Berlin	48.06667	8.96667		Irndorf,Irrendorf,yi en duo fu,Ирндорф,伊恩多夫	08327027	01	083	08327	08327027
2895771	Irrel	irrel	DE	54666	1324	Europe/Berlin	49.84539	6.45705		Irel,Irrel',iareru,yi lei er,Ирел,Иррель,イアレル,伊雷尔	07232063	08	00	07232	07232063
2895785	Irmtraut	irmtraut	DE	56479	797	Europe/Berlin	50.55	8.06667			07143246	08	00	07143	07143246
2895791	Irmenach	irmenach	DE	56843	748	Europe/Berlin	49.92417	7.18874		Irmenakh,yi er mei na,Ирменах,伊尔梅纳	07231501	08	00	07231	07231501
2895820	Irlbach	irlbach	DE	94342	0	Europe/Berlin	49.56319	11.78833				02	093	09371	09371126
2895821	Irlbach	irlbach	DE	94342	0	Europe/Berlin	49.34403	12.05029				02	093	09376	09376161
2895822	Irlbach	irlbach	DE	94342	0	Europe/Berlin	49.06498	12.1635				02	093	09375	09375208
2895823	Irlbach	irlbach	DE	94342	1165	Europe/Berlin	48.84128	12.75135			09278140	02	092	09278	09278140
2895854	Irchenrieth	irchenrieth	DE	92699	1117	Europe/Berlin	49.62286	12.22495			09374127	02	093	09374	09374127
2895863	Ipsheim	ipsheim	DE	91472	2162	Europe/Berlin	49.5275	10.48176		Ipsgajm,Ipshaym,Ipsheim,Ipskhajm,yi pu si hai mu,Іпсгайм,Ипсхайм,Ипсхајм,Իպսհայմ,伊普斯海姆		02	095	09575	09575135
2895869	Ippesheim	ippesheim	DE	97258	0	Europe/Berlin	49.87835	7.92034		Ippesheim		08	00	07133	07133006
2895870	Ippesheim	ippesheim	DE	97258	1125	Europe/Berlin	49.60214	10.22552		Ipeskhajm,Ippesgajm,Ippeskhajm,yi pei si hai mu,Іппесгайм,Ипесхајм,Иппесхайм,Իփեսհայմ,伊佩斯海姆		02	095	09575	09575134
2895875	Ippenschied	ippenschied	DE	55566	150	Europe/Berlin	49.86667	7.63333			07133050	08	00	07133	07133050
2895882	Iphofen	iphofen	DE	97346	4413	Europe/Berlin	49.70239	10.26037		Ipgofen,Ipkhofen,abhwfn,ayphwfn,yi fu fen,Іпгофен,Ипхофен,Իփհոֆեն,إبهوفن,ایپهوفن,伊福芬		02	096	09675	09675139
2895886	Inzlingen	inzlingen	DE	79594	2611	Europe/Berlin	47.58851	7.69094		Inclingen,yin ci lin gen,Інцлінген,Инцлинген,因茨林根	08336043	01	083	08336	08336043
2895891	Inzigkofen	inzigkofen	DE	72514	2961	Europe/Berlin	48.07034	9.17998		Incigkofen,Incigofen,Incikofen,yin qi ge ke fen,Інцигофен,Инцигкофен,Инцикофен,因齐格科芬	08437059	01	084	08437	08437059
2895898	Inzell	inzell	DE	83334	4320	Europe/Berlin	47.76302	12.75146		Incel,Incel',Incell',Inzell,Ynzell,ayntsl,yin ce er,Інцель,Инцел,Инцелль,Ինցել,اینتسل,因策尔	09189124	02	091	09189	09189124
2895908	Insul	insul	DE	53520	473	Europe/Berlin	50.43333	6.91667			07131034	08	00	07131	07131034
2895910	Insingen	insingen	DE	91610	1144	Europe/Berlin	49.3	10.16667		Insingen,Inzingen,injingen,yin xin gen,Інзінген,Инзинген,Инсинген,Ինզինգեն,インジンゲン,因辛根	09571169	02	095	09571	09571169
2895913	Insheim	insheim	DE	76865	2203	Europe/Berlin	49.15806	8.14722			07337044	08	00	07337	07337044
2895922	Werda	werda	DE	08223	0	Europe/Berlin	51.4	14.76667		Inselheide,Wjerto		13	00	14626	14626460
2895925	Insel	insel	DE	39599	0	Europe/Berlin	53.14507	9.76342		Insel		06	00	03358	03358019
2895926	Insel	insel	DE	39599	759	Europe/Berlin	52.5619	11.75364		Insel		14	00	15090	15090535
2895937	Inning am Holz	inning-am-holz	DE	84416	1429	Europe/Berlin	48.34687	12.07506		Inning,Inning am Holz		02	091	09177	09177122
2895938	Inning am Ammersee	inning-am-ammersee	DE	82266	4111	Europe/Berlin	48.07636	11.15232		Ining am Amerze,Inning,Inning-am-Ammerze,a mo hu pan yin ning,aynyng am amrzy,Іннінг-ам-Аммерзе,Ининг ам Амерзе,Иннинг-ам-Аммерзе,اینینگ ام آمرزی,阿默湖畔因宁		02	091	09188	09188126
2895946	Innernzell	innernzell	DE	94548	1722	Europe/Berlin	48.8515	13.27539		Inerncel,Innerncel',Innerncell',aynrntsl,yi nei er en ce er,Іннернцель,Инернцел,Иннернцелль,Իններնցել,اینرنتسل,伊内尔恩策尔	09272128	02	092	09272	09272128
2895991	Ingolstadt	ingolstadt	DE	85049	0	Europe/Berlin	49.604	10.38072				02	095	09575	09575165
2896761	Icking	icking	DE	82057	3586	Europe/Berlin	47.95	11.43333		Iking,Ikking,aykyng,yi jing,Іккінг,Икинг,Иккинг,Իքինգ,ایکینگ,伊京	09173130	02	091	09173	09173130
2895992	Ingolstadt	ingolstadt	DE	85049	120658	Europe/Berlin	48.76508	11.42372		IGS,Ingol'shtadt,Ingolshhat,Ingolshtat,Ingolstadt,ingorushutatto,Инголштат,Инголщат,Ингольштадт,インゴルシュタット	09161	02	091	09161	09161000
2895993	Ingoldingen	ingoldingen	DE	88456	2632	Europe/Berlin	48.02552	9.74195		Ingol'dingen,Ingoldingen,ingoldingeni,yin ge er ding gen,Інгольдінген,Инголдинген,Ингольдинген,Ինգոլդինգեն,ინგოლდინგენი,因戈尔丁根	08426062	01	084	08426	08426062
2895995	Ingersleben	ingersleben	DE	99192	1065	Europe/Berlin	50.92167	10.93646		Ingersleben		15	00	16067	16067087
2895997	Ingersheim	ingersheim	DE	74379	0	Europe/Berlin	49.12315	10.07489				01	081	08127	08127014
2896004	Ingenried	ingenried	DE	86980	0	Europe/Berlin	47.94752	10.59591				02	097	09777	09777158
2896005	Ingenried	ingenried	DE	86980	812	Europe/Berlin	47.81667	10.78333			09190133	02	091	09190	09190133
2896010	Ingendorf	ingendorf	DE	54636	0	Europe/Berlin	51.00987	6.73101				07	053	05362	05362036
2896011	Ingendorf	ingendorf	DE	54636	245	Europe/Berlin	49.93333	6.45			07232062	08	00	07232	07232062
2896020	Ingelheim am Rhein	ingelheim-am-rhein	DE	55218	24998	Europe/Berlin	49.97078	8.05883		Angulisamum,Ingel'khajm-am-Rajn,Ingelheim,Ingelheim am Rhein,Ingelkhajm am Rejn,Ingelkhajm na Rajni,anghlhaym am rayn,aynglhaym am rayn,lai yin he pan yin ge er hai mu,Ингелхайм ам Рейн,Ингелхајм на Рајни,Ингельхайм-ам-Райн,אינגלהיים אם ריין,إنغلهايم آم راين,اینگلهایم آم راین,インゲルハイム・アム・ライン,莱茵河畔因格尔海姆	07339	08	00	07339	07339030
2896021	Ingelfingen	ingelfingen	DE	74653	5914	Europe/Berlin	49.30028	9.65303		Ingel'fingen,Ingelfingen,anghlfynghn,aynglfyngl,ingerufingen,yin ge er fen gen,Інгельфінген,Ингелфинген,Ингельфинген,إنغلفينغن,اینگلفینگل,インゲルフィンゲン,因格尔芬根		01	081	08126	08126039
2896023	Ingeleben	ingeleben	DE	38385	454	Europe/Berlin	52.10661	10.87337			03154027	06	00	03154	03154027
2896120	Inden	inden	DE	52459	7683	Europe/Berlin	50.84306	6.36004		Inden	05358020	07	053	05358	05358020
2896127	Inchenhofen	inchenhofen	DE	86570	2390	Europe/Berlin	48.51288	11.11458		Inchenhofen,Inkhengofen,Inkhenkhofen,Inxenhofen,Leahad,inhyenhofen,yin xing huo fen,Інхенгофен,Инхенхофен,Ինխենհոֆեն,インヒェンホーフェン,因兴霍芬		02	097	09771	09771141
2896156	Imsweiler	imsweiler	DE	67808	584	Europe/Berlin	49.6	7.8			07333034	08	00	07333	07333034
2896189	Imsbach	imsbach	DE	67817	1049	Europe/Berlin	49.58333	7.88333		Imsbakh,yi mu si ba he,Имсбах,伊姆斯巴赫	07333033	08	00	07333	07333033
2896208	Impflingen	impflingen	DE	76831	835	Europe/Berlin	49.16222	8.11306			07337043	08	00	07337	07337043
2896239	Immesheim	immesheim	DE	67308	150	Europe/Berlin	49.63639	8.10528			07333032	08	00	07333	07333032
2896242	Immert	immert	DE	54426	185	Europe/Berlin	49.76667	7.01667			07231064	08	00	07231	07231064
2896252	Immerath	immerath	DE	54552	0	Europe/Berlin	51.05061	6.43748		Immerath		07	053	05370	05370004
2896253	Immerath	immerath	DE	54552	263	Europe/Berlin	50.13333	6.95			07233034	08	00	07233	07233034
2896259	Immenstedt	immenstedt	DE	25885	616	Europe/Berlin	54.54045	9.16043			01054057	10	00	01054	01054057
2896260	Immenstedt	immenstedt	DE	25885	109	Europe/Berlin	54.18333	9.3			01051054	10	00	01051	01051054
2896261	Immenstadt im Allgäu	immenstadt-im-allgau	DE	87509	14431	Europe/Berlin	47.55996	10.21394		Immenstadt,Immenstadt im Allgau,Immenstadt im Allgäu		02	097	09780	09780124
2896263	Immenstaad am Bodensee	immenstaad-am-bodensee	DE	88086	5946	Europe/Berlin	47.66667	9.36667		Imenstad,Imenstad am Bodenze,Immenshtad,Immenshtad-am-Bodenze,Immenstaad,Immenstaad am Bodensee,bo deng hu bin yi men si ta de,Імменштад,Именстад ам Бодензе,Имменштад,Имменштад-ам-Бодензе,Իմենշտադ,იმენშტაად-ამ-ბოდენზეე,博登湖滨伊门斯塔德	08435024	01	084	08435	08435024
2896273	Immenreuth	immenreuth	DE	95505	1901	Europe/Berlin	49.9	11.86667			09377127	02	093	09377	09377127
2896279	Immenhausen	immenhausen	DE	34376	7348	Europe/Berlin	51.42763	9.48017		Imenkhauzen,Immengauzen,Immenkhauzen,amnhawzn,aymnhawzn,inmenhauzen,yi men hao sen,Імменгаузен,Именхаузен,Имменхаузен,إمنهاوزن,ایمنهاوزن,インメンハウゼン,伊门豪森		05	066	06633	06633014
2896280	Immenhausen	immenhausen	DE	34376	0	Europe/Berlin	48.47958	9.10114				01	084	08416	08416023
2896288	Immendingen	immendingen	DE	78194	5945	Europe/Berlin	47.93333	8.73333		Imendingen,Immendingen,yi men ding gen,Имендинген,Иммендинген,伊门丁根	08327025	01	083	08327	08327025
2896299	Immelborn	immelborn	DE	36433	1860	Europe/Berlin	50.79229	10.27812		Imelborn,Immel'born,Immelborn,yi mei er bo er en,Имелборн,Иммельборн,伊梅尔博尔恩		15	00	16063	16063004
2896303	Immekath	immekath	DE	38486	617	Europe/Berlin	52.62601	11.08147		Immekath		14	00	15081	15081280
2896430	Bruch	bruch	DE	54518	0	Europe/Berlin	52.48241	8.55191		Bruch		07	057	05770	05770044
2896468	Ilvesheim	ilvesheim	DE	68549	7667	Europe/Berlin	49.47404	8.5674		Il'fesgajm,Il'feskhajm,Ilveskhajm,Ilwese,irufesuhaimu,yi er fei si hai mu,Ільфесгайм,Илвесхајм,Ильфесхайм,イルフェスハイム,伊尔费斯海姆	08226036	01	082	08226	08226036
2896476	Ilshofen	ilshofen	DE	74532	6058	Europe/Berlin	49.17015	9.91825		Il'sgofen,Il'skhofen,Ilshofen,Ilskhofen,alshwfn,aylzhwfn,irusuhofen,yi er si huo fen,Ільсгофен,Илсхофен,Ильсхофен,إلسهوفن,ایلزهوفن,イルスホーフェン,伊尔斯霍芬		01	081	08127	08127043
2896477	Ilsfeld	ilsfeld	DE	74360	8214	Europe/Berlin	49.05548	9.24598		Il'sfel'd,Ilsfeld,irusuferuto,yi er si fei er de,Ільсфельд,Илсфелд,Ильсфельд,イルスフェルト,伊尔斯费尔德	08125046	01	081	08125	08125046
2896483	Ilsenburg	ilsenburg	DE	38871	6326	Europe/Berlin	51.86695	10.67817		Il'zenburg,Ilsenburg,Ilzenburg,alsnbwrgh,aylznbrg,yi er sen bu er ge,Илзенбург,Илсенбург,Ильзенбург,إلسنبورغ,ایلزنبرگ,伊尔森布尔格		14	00	15085	15085190
2896506	Ilmmünster	ilmmunster	DE	85304	2204	Europe/Berlin	48.48333	11.5		Il'mmjunster,Ilminster,aylmwnstr,yi er ming si te er,Ільммюнстер,Илминстер,Ильммюнстер,Իլմյունսթեր,ایلمونستر,伊尔明斯特尔	09186130	02	091	09186	09186130
2897564	Hunding	hunding	DE	94551	1238	Europe/Berlin	48.84227	13.17681			09271126	02	092	09271	09271126
2896514	Ilmenau	ilmenau	DE	98693	27055	Europe/Berlin	50.68322	10.91858		Il'menau,Ilmenau,Stadt Ilmenau,almynaw,aylmnaw,irumenau,yi er mo nao,Илменау,Ильменау,إلميناو,ایلمناو,イルメナウ,伊尔默瑙		15	00	16070	16070029
2896515	Ilmenau	ilmenau	DE	98693	0	Europe/Berlin	49.79456	10.5122				02	096	09675	09675127
2896523	Illschwang	illschwang	DE	92278	2091	Europe/Berlin	49.45	11.68333		Il'shvang,Ill'shvang,Ilshvang,Ilsvang,yi er shi wang,Ільшванг,Илльшванг,Илшванг,Իլշվանգ,伊尔施旺	09371131	02	093	09371	09371131
2896530	Illmensee	illmensee	DE	88636	2030	Europe/Berlin	47.86229	9.37235		Il'menzee,Ill'menze,Ilmenze,yi er men sai,Ілльмензе,Илмензе,Ильмензее,伊尔门塞	08437056	01	084	08437	08437056
2896537	Illingen	illingen	DE	66557	0	Europe/Berlin	51.61626	7.92646				07	059	05974	05974048
2896538	Illingen	illingen	DE	66557	18488	Europe/Berlin	49.37362	7.04758		Ilingen,Illingen,Іллінген,Илинген,Иллинген		09	00	10043	10043112
2896539	Illingen	illingen	DE	66557	7205	Europe/Berlin	48.95616	8.92459			08236028	01	082	08236	08236028
2896540	Illingen	illingen	DE	66557	0	Europe/Berlin	48.93406	8.20747				01	082	08216	08216012
2896543	Illesheim	illesheim	DE	91471	824	Europe/Berlin	49.4802	10.38165		ILH,Ileshaym,Ileskhajm,Illesgajm,Illeskhajm,yi lai si hai mu,Іллесгайм,Илесхајм,Иллесхайм,Իլեսհայմ,伊莱斯海姆	09575133	02	095	09575	09575133
2896546	Illertissen	illertissen	DE	89257	16522	Europe/Berlin	48.22336	10.10347		Ilertisen,Ilertiseno,Illertissen,alrtysn,aylrtysn,yi lai er di sen,Іллертіссен,Илертисен,Иллертиссен,Իլերթիսեն,إلرتيسن,ایلرتیسن,伊莱尔蒂森		02	097	09775	09775129
2896547	Illerrieden	illerrieden	DE	89186	3320	Europe/Berlin	48.27017	10.05155		Ileriden,Illerriden,ilerideni,yi lai li deng,Іллерріден,Илериден,Иллерриден,Իլերիդեն,ილერიდენი,伊莱里登	08425066	01	084	08425	08425066
2896548	Illerich	illerich	DE	56814	758	Europe/Berlin	50.2	7.18333			07135042	08	00	07135	07135042
2896592	Ilfeld	ilfeld	DE	99768	3134	Europe/Berlin	51.5757	10.78469		Il'fel'd,Ilfeld,Ilfeld-Wiegersdorf,Илфелд,Ильфельд		15	00	16062	16062065
2896599	Ilbesheim	ilbesheim	DE	67294	488	Europe/Berlin	49.69	8.07528			07333031	08	00	07333	07333031
2896600	Ilbesheim	ilbesheim	DE	67294	1234	Europe/Berlin	49.18277	8.05363		Ibenstadt,Ilbesheim,Jlbesheim		08	00	07337	07337042
2896602	Ilberstedt	ilberstedt	DE	06408	1207	Europe/Berlin	51.8	11.66667		Ilberstedt	15089185	14	00	15089	15089185
2896613	Ihrlerstein	ihrlerstein	DE	93346	4419	Europe/Berlin	48.93333	11.86667		Ihrlerstoa,Irlershtajn,Irlerstayn,yi er lai er si tai yin,Ірлерштайн,Ирлерштайн,Ирлерштајн,Իրլերշտայն,伊尔莱尔斯泰因	09273133	02	092	09273	09273133
2896616	Ihringen	ihringen	DE	79241	5833	Europe/Berlin	48.04303	7.6476		Ihringen,Iringen,Ірінген,Иринген,Իրինգեն	08315059	01	083	08315	08315059
2896642	Ihlow	ihlow	DE	14913	0	Europe/Berlin	52.61897	14.07078		Ihlow		11	00	12064	12064370
2896643	Ihlow	ihlow	DE	14913	838	Europe/Berlin	51.86717	13.33769			12072157	11	00	12072	12072157
2896648	Ihlienworth	ihlienworth	DE	21775	1779	Europe/Berlin	53.73333	8.91667		Gemeen Helmworth,Ilienvort,Ilinvort,yi lin wo er te,Илиенворт,Илинворт,伊林沃尔特	03352025	06	00	03352	03352025
2896650	Ihlewitz	ihlewitz	DE	06347	341	Europe/Berlin	51.64432	11.68426		Ihlewitz		14	00	15087	15087165
2896657	Ihleburg	ihleburg	DE	39291	0	Europe/Berlin	52.33072	11.91601				14	00	15086	15086015
2896677	Iggingen	iggingen	DE	73574	2545	Europe/Berlin	48.83167	9.87894		Iggingen,Igingen,igingeni,yi jin gen,Іггінген,Иггинген,Игинген,იგინგენი,伊金根	08136034	01	081	08136	08136034
2896679	Iggensbach	iggensbach	DE	94547	2132	Europe/Berlin	48.73014	13.14229		Igensbakh,Igensbax,Iggensbakh,aygnsbakh,yi gen si ba he,Іггенсбах,Иггенсбах,Игенсбах,Իգենսբախ,ایگنسباخ,伊根斯巴赫	09271127	02	092	09271	09271127
2896687	Igersheim	igersheim	DE	97999	5700	Europe/Berlin	49.49444	9.81694		Igersgajm,Igerskhajm,igasuhaimu,yi ge er si hai mu,Ігерсгайм,Игерсхайм,Игерсхајм,イガースハイム,伊格尔斯海姆	08128058	01	081	08128	08128058
2896689	Igensdorf	igensdorf	DE	91338	4645	Europe/Berlin	49.62322	11.23137		Igensdorf,igensudorufu,yi gen si duo fu,Ігенсдорф,Игенсдорф,イゲンスドルフ,伊根斯多夫		02	094	09474	09474140
2896721	Igel	igel	DE	54298	2003	Europe/Berlin	49.71033	6.55498		Igel,Igel',igeli,yi ge er,Игел,Игель,იგელი,伊格尔	07235051	08	00	07235	07235051
2896724	Ifta	ifta	DE	99831	1309	Europe/Berlin	51.06667	10.18333		Ifta,yi fu ta,Ифта,伊夫塔	16063076	15	00	16063	16063076
2896727	Iffezheim	iffezheim	DE	76473	4980	Europe/Berlin	48.82167	8.1431		Ifeckhajm,Iffecgajm,Iffeckhajm,yi fei ci hai mu,Іффецгайм,Ифецхајм,Иффецхайм,伊费茨海姆	08216023	01	082	08216	08216023
2896731	Iffeldorf	iffeldorf	DE	82393	2682	Europe/Berlin	47.76667	11.31667	603	Ifeldorf,Iffedorf,Iffel'dorf,ayfldwrf,ifferudorufu,yi fu er duo fu,Іффельдорф,Ифелдорф,Иффельдорф,Իֆելդորֆ,ایفلدورف,イッフェルドルフ,伊弗尔多夫	09190132	02	091	09190	09190132
2896736	Idstein	idstein	DE	65510	22810	Europe/Berlin	50.21773	8.26679		Idshhajn,Idshtajn,Idstayn,Idstein,adshtayn,aydashtayn,yi ci tai yin,İdştayn,Ідштайн,Идштайн,Идштајн,Идщайн,إدشتاين,ایداشتاین,伊茨泰因		05	064	06439	06439008
2896739	Idstedt	idstedt	DE	24879	823	Europe/Berlin	54.58333	9.51667		Idshtedt,Idshtet,Idstedt,Isted,yi ci te,Идштедт,Идштет,伊茨特	01059042	10	00	01059	01059042
2896742	Idesheim	idesheim	DE	54636	390	Europe/Berlin	49.87551	6.57539			07232061	08	00	07232	07232061
2896745	Idenheim	idenheim	DE	54636	444	Europe/Berlin	49.9	6.56667			07232060	08	00	07232	07232060
2896747	Iden	iden	DE	39606	991	Europe/Berlin	52.77982	11.91296			15090270	14	00	15090	15090270
2896748	Idelberg	idelberg	DE	57612	58	Europe/Berlin	50.71667	7.71667			07132056	08	00	07132	07132056
2896753	Idar-Oberstein	idar-oberstein	DE	55743	31610	Europe/Berlin	49.71443	7.30776		Idar-Obershhajn,Idar-Obershtajn,Idar-Oberstein,Idara-Obersteina,Idāra-Oberšteina,aydar-awbrashtayn,aydar-awbrshtayn,ida=obashutain,yi da er-ao bo shi tai yin,Идар-Оберштайн,Идар-Оберштајн,Идар-Оберщайн,إيدار-أوبرشتاين,ایدار-اوبراشتاین,იდარ-ობერშტაინი,イダー＝オーバーシュタイン,伊达尔-奥伯施泰因		08	00	07134	07134045
2896768	Ichtershausen	ichtershausen	DE	99334	3910	Europe/Berlin	50.87602	10.97028		Ichtershausen,Ikhterskhauzen,yi xi te er si hao sen,Ихтерсхаузен,伊希特尔斯豪森	16070028	15	00	16070	16070028
2896772	Ichstedt	ichstedt	DE	06556	728	Europe/Berlin	51.38333	11.2		Ichstedt	16065003	15	00	16065	16065003
2896776	Ichenhausen	ichenhausen	DE	89335	8499	Europe/Berlin	48.37119	10.30706		Ikhengauzen,Ikhenkhauzen,Ixenhauzen,ashnhawzn,yi xing hao sen,Іхенгаузен,Ихенхаузен,Իխենհաուզեն,إشنهاوزن,ایشن‌هاوزن,伊兴豪森		02	097	09774	09774143
2896820	Ibach	ibach	DE	79837	0	Europe/Berlin	51.19457	7.17121				07	051	05120	05120000
2896821	Ibach	ibach	DE	79837	0	Europe/Berlin	47.82985	9.44665				01	084	08436	08436095
2896822	Ibach	ibach	DE	79837	0	Europe/Berlin	48.45474	8.16295				01	083	08317	08317098
2896823	Ibach	ibach	DE	79837	417	Europe/Berlin	47.73333	8.06667			08337059	01	083	08337	08337059
2896834	Huy-Neinstedt	huy-neinstedt	DE	38836	8797	Europe/Berlin	51.96585	10.91457				14	00	15085	15085185
2896853	Huven	huven	DE	49751	0	Europe/Berlin	50.88398	7.34898				07	053	05382	05382036
2896876	Hüttlingen	huttlingen	DE	73460	0	Europe/Berlin	49.12657	10.49829				02	095	09571	09571141
2896877	Hüttlingen	huttlingen	DE	73460	5678	Europe/Berlin	48.89266	10.10064		Huettlingen,Hüttlingen	08136033	01	081	08136	08136033
2896882	Hüttisheim	huttisheim	DE	89185	1400	Europe/Berlin	48.27965	9.94246		Huettisheim,Hüttisheim	08425064	01	084	08425	08425064
2896887	Huttingen	huttingen	DE	54675	0	Europe/Berlin	47.67301	7.54832		Huttingen		01	083	08336	08336014
2896898	Hutthurm	hutthurm	DE	94116	5950	Europe/Berlin	48.67276	13.47146		Gutturm,Huading,Hutthurm,Hutthurm Markt,Khutturm,Khuturm,hu tu er mu,hwthwrn,Гуттурм,Хуттурм,Хутурм,Հութուրմ,هوتهورن,胡图尔姆		02	092	09275	09275128
2896906	Hütterscheid	hutterscheid	DE	54636	211	Europe/Berlin	50	6.38333			07232057	08	00	07232	07232057
2896989	Hüttenberg	huttenberg	DE	35625	0	Europe/Berlin	48.20658	12.65094				02	091	09171	09171133
2896990	Hüttenberg	huttenberg	DE	35625	0	Europe/Berlin	47.51286	10.2457		Huettenberg,Huttenberg,Hüttenberg		02	097	09780	09780134
2897020	Hütten	hutten	DE	24358	205	Europe/Berlin	54.43333	9.71667		Hutten,Hütten	01058083	10	00	01058	01058083
2897027	Hutten	hutten	DE	24358	0	Europe/Berlin	50.37766	9.60832				05	064	06435	06435025
2897028	Hütten	hutten	DE	24358	54	Europe/Berlin	50.01667	6.25			07232056	08	00	07232	07232056
2897029	Hütten	hutten	DE	24358	0	Europe/Berlin	49.67995	11.96495				02	093	09374	09374124
2897030	Hütten	hutten	DE	24358	0	Europe/Berlin	49.18333	12.05				02	093	09376	09376119
2897031	Hütten	hutten	DE	24358	0	Europe/Berlin	49.06718	9.59833				01	081	08127	08127052
2897032	Hütten	hutten	DE	24358	0	Europe/Berlin	48.97557	10.02348				01	081	08136	08136060
2897033	Hütten	hutten	DE	24358	0	Europe/Berlin	48.37341	9.63831				01	084	08425	08425108
2897034	Hütten	hutten	DE	24358	0	Europe/Berlin	47.62774	7.9493				01	083	08337	08337090
2897035	Hütten	hutten	DE	24358	0	Europe/Berlin	47.52687	9.97584				02	097	09780	09780132
2897054	Hüttblek	huttblek	DE	24641	355	Europe/Berlin	53.83333	10.06667		Huettblek,Huttblek,Hüttblek	01060042	10	00	01060	01060042
2897063	Hütschenhausen	hutschenhausen	DE	66882	4039	Europe/Berlin	49.41667	7.48333		Huetschenhausen,Hütschenhausen	07335016	08	00	07335	07335016
2897132	Husum	husum	DE	25813	20841	Europe/Berlin	54.4858	9.05239		Guzum,Huesem,Husum,Hüsem,Khusum,Khuzum,QHU,hu su mu,hwswm,Гузум,Хузум,Хусум,هوسوم,胡苏姆	01054	10	00	01054	01054056
2897133	Husum	husum	DE	25813	0	Europe/Berlin	53.55	8.45				06	00	03461	03461003
2897134	Husum	husum	DE	25813	0	Europe/Berlin	52.99005	8.30941				06	00	03458	03458007
2897135	Husum	husum	DE	25813	0	Europe/Berlin	52.81714	8.22734				06	00	03453	03453005
2897136	Husum	husum	DE	25813	2336	Europe/Berlin	52.56667	9.25		Khusum,Khuzum,fuzumu,Хузум,Хусум,フーズム	03256016	06	00	03256	03256016
2897200	Husby	husby	DE	24850	0	Europe/Berlin	54.76667	9.58333			01059127	10	00	01059	01059127
2897201	Hüsby	husby	DE	24850	0	Europe/Berlin	54.5	9.48333			01059041	10	00	01059	01059041
2897211	Hürup	hurup	DE	24975	1180	Europe/Berlin	54.75	9.53333		Huerup,Hurup,Hyrup,Hürup,Khirup,Khjurup,xu lu pu,Хируп,Хюруп,许鲁普	01059126	10	00	01059	01059126
2897217	Hürth	hurth	DE	50354	0	Europe/Berlin	48.92751	10.91083		Hurt,Hurth,Hürt,Hürth		02	095	09577	09577173
2897245	Hurlach	hurlach	DE	86857	1582	Europe/Berlin	48.11838	10.81115		Gurlakh,Hurlax,Khurlakh,fururahha,hu er la,hwrlakh,Гурлах,Хурлах,Հուրլախ,هورلاخ,フルラッハ,胡尔拉	09181126	02	091	09181	09181126
2897263	Hupperath	hupperath	DE	54518	596	Europe/Berlin	50	6.83333			07231062	08	00	07231	07231062
2897281	Hunzel	hunzel	DE	56355	281	Europe/Berlin	50.24902	7.83729			07141063	08	00	07141	07141063
2897428	Hungenroth	hungenroth	DE	56281	266	Europe/Berlin	50.13333	7.6			07140060	08	00	07140	07140060
2897431	Hungen	hungen	DE	35410	4588	Europe/Berlin	50.47368	8.89326	150	Gungen,Khungen,fungen,hong gen,hwnghn,hwngn,Гунген,Хунген,هونغن,هونگن,フンゲン,洪根		05	065	06531	06531008
2897517	Hundsdorf	hundsdorf	DE	56235	0	Europe/Berlin	51.08103	9.04014				05	066	06635	06635003
2897518	Hundsdorf	hundsdorf	DE	56235	417	Europe/Berlin	50.47006	7.7022			07143038	08	00	07143	07143038
2897519	Hundsdorf	hundsdorf	DE	56235	0	Europe/Berlin	49.06625	11.05336				02	095	09577	09577127
2897520	Hundsdorf	hundsdorf	DE	56235	0	Europe/Berlin	48.61973	13.55695				02	092	09275	09275150
2897552	Hundsbach	hundsbach	DE	55621	0	Europe/Berlin	50.62244	10.04107		Hundsbach		05	066	06631	06631023
2897553	Hundsbach	hundsbach	DE	55621	0	Europe/Berlin	50.0261	12.32932				02	093	09377	09377158
2897554	Hundsbach	hundsbach	DE	55621	0	Europe/Berlin	50.01697	9.87856		Hundsbach		02	096	09677	09677127
2897555	Hundsbach	hundsbach	DE	55621	396	Europe/Berlin	49.71667	7.55		Khundsbakh,hong ci ba he,Хундсбах,洪茨巴赫	07133049	08	00	07133	07133049
2897556	Hundsbach	hundsbach	DE	55621	0	Europe/Berlin	48.61337	8.27973				01	082	08216	08216013
2897557	Hundsangen	hundsangen	DE	56414	2103	Europe/Berlin	50.45	7.98333		Khundsangen,Khundzangen,hong can gen,Хундзанген,Хундсанген,洪灿根	07143037	08	00	07143	07143037
2897572	Hundhaupten	hundhaupten	DE	07557	405	Europe/Berlin	50.83333	11.98333		Hundhaupten	16076033	15	00	16076	16076033
2897583	Hundeshagen	hundeshagen	DE	37339	1317	Europe/Berlin	51.43333	10.28333		Hundeshagen,Khundeskhagen,hong de si ha gen,Хундесхаген,洪德斯哈根	16061115	15	00	16061	16061115
2897593	Hunderdorf	hunderdorf	DE	94336	3352	Europe/Berlin	48.89162	12.67382		Hunderdorf		02	092	09278	09278113
2897594	Hunderdorf	hunderdorf	DE	94336	0	Europe/Berlin	48.95	12.73333		Gunderdorf,Khunderdorf,hong de duo fu,hwndrdwrf,Гундердорф,Хундердорф,هوندردورف,洪德多夫	09278139	02	092	09278	09278139
2897601	Hundeluft	hundeluft	DE	06868	296	Europe/Berlin	51.96827	12.3411		Hundeluft		14	00	15091	15091060
2897635	Humptrup	humptrup	DE	25923	779	Europe/Berlin	54.86667	8.86667		Humptrup	01054055	10	00	01054	01054055
2897673	Hummelshain	hummelshain	DE	07768	639	Europe/Berlin	50.76667	11.63333		Hummelshain	16074042	15	00	16074	16074042
2897692	Hummelfeld	hummelfeld	DE	24357	259	Europe/Berlin	54.46667	9.71667		Hummelfeld	01058084	10	00	01058	01058084
2897715	Hümmel	hummel	DE	53520	553	Europe/Berlin	50.46667	6.78333			07131033	08	00	07131	07131033
2897800	Hülsede	hulsede	DE	31867	1087	Europe/Berlin	52.24951	9.36147		Huelsede,Hülsede,Khilsede,Khjul'zede,hyuruzede,xu er sai de,Хилседе,Хюльзеде,ヒュルゼーデ,许尔塞德	03257017	06	00	03257	03257017
2897879	Hülben	hulben	DE	72584	2854	Europe/Berlin	48.51982	9.4079		Gjul'ben,Huelben,Hülben,Khilben,Khjul'ben,xu er ben,Гюльбен,Хилбен,Хюльбен,许尔本	08415039	01	084	08415	08415039
2897881	Huje	huje	DE	25588	297	Europe/Berlin	53.97723	9.43441		Huje	01061045	10	00	01061	01061045
2897883	Huisheim	huisheim	DE	86685	1663	Europe/Berlin	48.8251	10.70331		Gujsgajm,Huyshaym,Khuiskhajm,Khujskhajm,hu yi si hai mu,hyusuhaimu,Гуйсгайм,Хуисхајм,Хуйсхайм,Հույսհայմ,ヒュースハイム,胡伊斯海姆	09779167	02	097	09779	09779167
2897986	Hugoldsdorf	hugoldsdorf	DE	18465	152	Europe/Berlin	54.14952	12.75367				12	00	13073	13073039
2897991	Huglfing	huglfing	DE	82386	2476	Europe/Berlin	47.76667	11.16667			09190131	02	091	09190	09190131
2898004	Hügelsheim	hugelsheim	DE	76549	4688	Europe/Berlin	48.8	8.11667		Gjugel'sgajm,Huegelsheim,Hugelsheim,Hügelsheim,Khigelskhajm,Khjugel'skhajm,xu ge er si hai mu,Гюгельсгайм,Хигелсхајм,Хюгельсхайм,许格尔斯海姆	08216022	01	082	08216	08216022
2898028	Hüfingen	hufingen	DE	78183	7747	Europe/Berlin	47.92543	8.48831		Gjufingen,Huefingen,Hüfingen,Khifingen,Khjufingen,hwfynghn,hwfyngn,xu fen gen,Гюфінген,Хифинген,Хюфинген,هوفينغن,هوفینگن,许芬根		01	083	08326	08326027
2898031	Hüffler	huffler	DE	66909	591	Europe/Berlin	49.5	7.38333		Hueffler,Hüffler,Khifler,Khjufler,xu fu lai er,Хифлер,Хюфлер,许夫莱尔	07336047	08	00	07336	07336047
2898033	Hüffenhardt	huffenhardt	DE	74928	2080	Europe/Berlin	49.29194	9.08167		Gjuffengardt,Huffenhardt,Huffenhartheim,Hüffenhardt,Hüffenhartheim,Khifenkhardt,Khjuffenkhardt,hyuffenharuto,xu fen ha er te,Гюффенгардт,Хифенхардт,Хюффенхардт,ヒュッフェンハルト,许芬哈尔特	08225042	01	082	08225	08225042
2898076	Hude	hude	DE	25876	188	Europe/Berlin	54.38333	9.21667			01054054	10	00	01054	01054054
2898077	Hude	hude	DE	25876	0	Europe/Berlin	53.81667	10.45				10	00	01062	01062008
2898078	Hude	hude	DE	25876	0	Europe/Berlin	53.5486	9.17279				06	00	03359	03359016
2898079	Hude	hude	DE	25876	15567	Europe/Berlin	53.10766	8.46322		Hude,Khude,Худе		06	00	03458	03458010
2898081	Hüde	hude	DE	25876	1070	Europe/Berlin	52.49588	8.35804		Hude,Huede,Hüde		06	00	03251	03251020
2898149	Hüblingen	hublingen	DE	56479	328	Europe/Berlin	50.56667	8.08333			07143245	08	00	07143	07143245
2898299	Hoym	hoym	DE	06467	2680	Europe/Berlin	51.78292	11.31244				14	00	15089	15089307
2898304	Hoyerswerda	hoyerswerda	DE	02977	43681	Europe/Berlin	51.43787	14.23549		Goersverda,Hojerice,Hojersverda,Hojeřice,Hoyerswerda,Hoyerswerda/Wojerecy,Hoyerwerda,Khojersverda,Wojerce,Wojerecy,Worjejce,Wórjejce,hoierusuvu~eruda,huo ye si wei da,hwyrsfyrda,khwyrzwrda,Гоєрсверда,Хойерсверда,Хојерсверда,خویرزوردا,هويرسفيردا,ホイエルスヴェルダ,霍耶斯韦达		13	00	14625	14625240
2898308	Hoyershausen	hoyershausen	DE	31093	527	Europe/Berlin	52.01886	9.75346		Khojerskhauzen,huo yi er si hao sen,Хойерсхаузен,Хојерсхаузен,霍伊尔斯豪森	03254041	06	00	03254	03254041
2898312	Hoyerhagen	hoyerhagen	DE	27318	1000	Europe/Berlin	52.83333	9.08333			03256015	06	00	03256	03256015
2898316	Hoya	hoya	DE	27318	3959	Europe/Berlin	52.80781	9.14028		Hoya,Hoya an Weser,Khoja,Khojja,hoya,hwya,hwya  alman,qiu lan shu,Хойа,Хойя,Хоя,Хоја,هويا,هویا، آلمان,ホーヤ,球兰属		06	00	03256	03256014
2898364	Hövelhof	hovelhof	DE	33161	15962	Europe/Berlin	51.81667	8.65		Gefel'gof,Hoevelhof,Hovelhof,Hövelhof,Khevelkhof,Khjofel'khof,he fei er huo fu,Гефельгоф,Хевелхоф,Хёфельхоф,赫费尔霍夫	05774024	07	057	05774	05774024
2898414	Höttingen	hottingen	DE	91798	0	Europe/Berlin	49.60694	9.90778				02	096	09679	09679122
2898415	Höttingen	hottingen	DE	91798	1269	Europe/Berlin	49.06262	11.0053		Gettingen,Hoettingen,Höttingen,Khetingen,Khjottingen,he ting gen,Геттінген,Хетинген,Хёттинген,Հյոթինգեն,赫廷根	09577141	02	095	09577	09577141
2898416	Hottingen	hottingen	DE	91798	0	Europe/Berlin	47.62427	8.00354				01	083	08337	08337090
2898424	Hottendorf	hottendorf	DE	39638	292	Europe/Berlin	52.53114	11.53251		Hottendorf		14	00	15081	15081135
2898431	Hottenbach	hottenbach	DE	55758	677	Europe/Berlin	49.82492	7.2976		Khotenbakh,Khottenbakh,huo teng ba he,Хотенбах,Хоттенбах,霍滕巴赫	07134044	08	00	07134	07134044
2898432	Hottelstedt	hottelstedt	DE	99439	204	Europe/Berlin	51.03803	11.22885		Hottelstedt		15	00	16071	16071102
2898435	Hötensleben	hotensleben	DE	39393	2445	Europe/Berlin	52.11974	11.02238		Hoetensleben,Hoitenslewwe,Hokinaslofu,Hokinaslouu,Hokinasloŭu,Hokinasluvu,Hokinnesleuo [a. 1016],Hokinnesleŭo [a. 1016],Hoszensleue [a. 1226],Hoszensleŭe [a. 1226],Hottensleve [a. 1311],Hozeneslove [~a. 1150],Hötensleben,Hōkinasluvu,Khetensleben,Khjotensleben,he teng si lai ben,Хетенслебен,Хётенслебен,赫滕斯莱本	15083320	14	00	15083	15083320
2898447	Hosten	hosten	DE	54664	0	Europe/Berlin	50.49162	7.81032				08	00	07143	07143042
2898448	Hosten	hosten	DE	54664	184	Europe/Berlin	49.9	6.61667			07232055	08	00	07232	07232055
2898765	Hornstorf	hornstorf	DE	23974	0	Europe/Berlin	48.90083	12.58205		Hornstorf		02	092	09263	09263000
2898458	Hoßkirch	hosskirch	DE	88374	695	Europe/Berlin	47.95	9.45		Goskirkh,Hooskirch,Hosskirch,Hoßkirch,Khoskirkh,huo si ji er xi,hwskyrsh,Госкірх,Хоскирх,هوسکیرش,霍斯基尔希	08436047	01	084	08436	08436047
2898471	Höslwang	hoslwang	DE	83129	1228	Europe/Berlin	47.95378	12.32915		Hoeslwang,Höslwang	09187145	02	091	09187	09187145
2898615	Horstdorf	horstdorf	DE	06785	672	Europe/Berlin	51.81956	12.42898		Horstdorf		14	00	15091	15091241
2898483	Hosenfeld	hosenfeld	DE	36154	4831	Europe/Berlin	50.50502	9.47966		Gozenfel'd,Khosenfeld,Khozenfel'd,huo sen fei er de,Гозенфельд,Хозенфельд,Хосенфелд,霍森费尔德	06631014	05	066	06631	06631014
2898485	Hosena	hosena	DE	01996	0	Europe/Berlin	51.45468	14.02507		Hosena,Hoznja,Hóznja		11	00	12066	12066304
2898494	Hösbach	hosbach	DE	63768	13203	Europe/Berlin	50.00646	9.20765		Gesbakh,Hoesbach,Hosbach,Hyosbax,Hösbach,Khesbakh,Khjosbakh,he si ba he,hesubahha,Гесбах,Хесбах,Хёсбах,Հյոսբախ,ヘスバッハ,赫斯巴赫		02	096	09671	09671130
2898541	Horstmar	horstmar	DE	48612	6822	Europe/Berlin	52.08098	7.30539		Gorstmar,Khorstmar,huo er si te ma er,hwrstmar,Горстмар,Хорстмар,هورستمار,霍尔斯特马尔		07	055	05566	05566024
2898543	Horstmar	horstmar	DE	48612	0	Europe/Berlin	51.59979	7.55396		Horstmar		07	059	05978	05978024
2898591	Hörsten	horsten	DE	24797	95	Europe/Berlin	54.23333	9.58333			01058075	10	00	01058	01058075
2898593	Horsten	horsten	DE	24797	0	Europe/Berlin	53.45076	7.93953				06	00	03462	03462005
2898595	Hörsten	horsten	DE	24797	0	Europe/Berlin	52.77681	9.9052		Horsten,Hörsten,Lager Horsten,Lager Hörsten		06			
2898597	Horsten	horsten	DE	24797	0	Europe/Berlin	52.33891	9.35211				06	00	03257	03257006
2898607	Horstedt	horstedt	DE	25860	733	Europe/Berlin	54.52494	9.06651			01054052	10	00	01054	01054052
2898608	Horstedt	horstedt	DE	25860	1381	Europe/Berlin	53.18333	9.23333			03357028	06	00	03357	03357028
2898609	Horstedt	horstedt	DE	25860	0	Europe/Berlin	53.0014	8.98312		Horstedt		06	00	03361	03361013
2898610	Horstedt	horstedt	DE	25860	0	Europe/Berlin	52.94509	8.57147		Horstedt		06	00	03458	03458012
2898630	Horst	horst	DE	18519	0	Europe/Berlin	52.15145	8.84652				07	057	05758	05758036
2898631	Horst	horst	DE	18519	0	Europe/Berlin	51.5276	7.02049		Horst		07	055	05513	05513000
2898632	Horst	horst	DE	18519	0	Europe/Berlin	51.91667	7.35				07	055	05558	05558032
2898634	Horst	horst	DE	18519	0	Europe/Berlin	54.3208	9.18793				10	00	01051	01051049
2898635	Horst	horst	DE	18519	0	Europe/Berlin	54.13634	13.22153				12	00	13073	13073090
2898636	Horst	horst	DE	18519	0	Europe/Berlin	54.09887	11.73601				12	00	13072	13072058
2898637	Horst	horst	DE	18519	0	Europe/Berlin	54.04462	12.40846				12	00	13072	13072091
2898638	Horst	horst	DE	18519	0	Europe/Berlin	53.98829	11.82076				12	00	13072	13072093
2898639	Horst	horst	DE	18519	542	Europe/Berlin	53.88198	11.99226				12	00	13072	13072020
2898640	Horst	horst	DE	18519	5183	Europe/Berlin	53.81195	9.62307		Horst		10	00	01061	01061044
2898641	Horst	horst	DE	18519	0	Europe/Berlin	53.6403	9.27942				06	00	03359	03359009
2898642	Horst	horst	DE	18519	0	Europe/Berlin	53.46459	10.26282				04	00	02000	02000000
2898643	Horst	horst	DE	18519	0	Europe/Berlin	53.43135	8.91613				06	00	03352	03352059
2898644	Horst	horst	DE	18519	0	Europe/Berlin	53.37651	10.63048				12	00	13076	13076106
2898645	Horst	horst	DE	18519	0	Europe/Berlin	53.3686	10.02824		Horst		06	00	03353	03353031
2898646	Horst	horst	DE	18519	0	Europe/Berlin	53.3141	13.74557				11	00	12073	12073429
2898647	Horst	horst	DE	18519	0	Europe/Berlin	53.28028	11.75552				12	00	13076	13076098
2898648	Horst	horst	DE	18519	0	Europe/Berlin	53.23333	8.81667				06	00	03356	03356007
2898649	Horst	horst	DE	18519	0	Europe/Berlin	53.15098	12.05047				11	00	12070	12070125
2898650	Horst	horst	DE	18519	0	Europe/Berlin	53.08824	8.61687				06	00	03458	03458005
2898651	Horst	horst	DE	18519	0	Europe/Berlin	53.05896	12.34777				11	00	12068	12068181
2898652	Horst	horst	DE	18519	0	Europe/Berlin	53.01667	12.55				11	00	12068	12068425
2898653	Horst	horst	DE	18519	0	Europe/Berlin	52.6948	8.86477				06	00	03251	03251024
2898654	Horst	horst	DE	18519	0	Europe/Berlin	52.64697	14.26515				11	00	12064	12064365
2898655	Horst	horst	DE	18519	0	Europe/Berlin	52.55183	8.9712				06	00	03256	03256030
2898656	Horst	horst	DE	18519	0	Europe/Berlin	52.44009	9.54412		Horst,Host		06	00	03241	03241005
2898657	Horst	horst	DE	18519	0	Europe/Berlin	52.38556	10.35725				06	00	03157	03157001
2898658	Horst	horst	DE	18519	0	Europe/Berlin	52.37811	8.46541				07	057	05770	05770044
2898659	Horst	horst	DE	18519	0	Europe/Berlin	52.38433	8.22728				06	00	03459	03459029
2898660	Horst	horst	DE	18519	0	Europe/Berlin	52.31392	8.71823				07	057	05770	05770020
2898661	Horst	horst	DE	18519	0	Europe/Berlin	52.23281	8.73789				07	057	05758	05758024
2898662	Horst	horst	DE	18519	0	Europe/Berlin	52.03008	7.14999				07	055	05558	05558040
2898663	Horst	horst	DE	18519	0	Europe/Berlin	51.81749	13.16433				11	00	12062	12062461
2898664	Horst	horst	DE	18519	0	Europe/Berlin	51.69831	7.69318				07	059	05978	05978040
2898665	Horst	horst	DE	18519	0	Europe/Berlin	51.38006	7.86766				07	059	05962	05962008
2898666	Horst	horst	DE	18519	0	Europe/Berlin	51.16972	6.52115				07	051	05116	05116000
2898667	Horst	horst	DE	18519	0	Europe/Berlin	51.06528	6.22504				07	053	05370	05370020
2898668	Horst	horst	DE	18519	0	Europe/Berlin	51.02918	6.1766				07	053	05370	05370016
2898707	Horschhausen	horschhausen	DE	54552	0	Europe/Berlin	49.17978	10.15848				01	081	08127	08127073
2898712	Hörscheid	horscheid	DE	54552	141	Europe/Berlin	50.21667	6.86667			07233031	08	00	07233	07233031
2898715	Horschbach	horschbach	DE	66887	285	Europe/Berlin	49.58903	7.52631		Khorshbakh,huo er shi ba he,Хоршбах,霍尔施巴赫	07336046	08	00	07336	07336046
2898723	Horrweiler	horrweiler	DE	55457	799	Europe/Berlin	49.9	7.96667			07339029	08	00	07339	07339029
2898744	Horperath	horperath	DE	56766	134	Europe/Berlin	50.25	6.95			07233216	08	00	07233	07233216
2898763	Hornstorf	hornstorf	DE	23974	1268	Europe/Berlin	53.90994	11.53214		Hornstorf		12	00	13074	13074034
2898764	Hornstorf	hornstorf	DE	23974	0	Europe/Berlin	53.78501	10.72631		Hornsdorf,Hornstorf		10	00	01053	01053043
2898771	Hornsömmern	hornsommern	DE	99955	151	Europe/Berlin	51.21667	10.81667			16064027	15	00	16064	16064027
2898829	Hornhausen	hornhausen	DE	39387	1716	Europe/Berlin	52.0451	11.17104		Hornhausen		14	00	15083	15083415
2898847	Horneburg	horneburg	DE	21640	5547	Europe/Berlin	53.50672	9.57546				06	00	03359	03359027
2898848	Horneburg	horneburg	DE	21640	0	Europe/Berlin	51.63002	7.29296		Horneburg		07	055	05562	05562008
2898863	Hornburg	hornburg	DE	06295	2689	Europe/Berlin	52.03095	10.6049		Hornburg		06	00	03158	03158039
2898864	Hornburg	hornburg	DE	06295	411	Europe/Berlin	51.45417	11.58821		Hornburg		14	00	15087	15087386
2898872	Hornberg	hornberg	DE	78132	0	Europe/Berlin	49.20793	9.99593				01	081	08127	08127046
2898873	Hornberg	hornberg	DE	78132	0	Europe/Berlin	49.2	9.53333				01	081	08126	08126066
2898874	Hornberg	hornberg	DE	78132	0	Europe/Berlin	48.96589	9.67162				01	081	08127	08127023
2898875	Hornberg	hornberg	DE	78132	0	Europe/Berlin	48.62098	8.57334				01	082	08235	08235006
2898876	Hornberg	hornberg	DE	78132	4482	Europe/Berlin	48.21068	8.23275		Gornberg,Hornberg,Khornberg,huo en bei ge,hwrnbrg,hwrnbrgh,Горнберг,Хорнберг,هورنبرغ,هورنبرگ,霍恩贝格		01	083	08317	08317051
2898877	Hornberg	hornberg	DE	78132	0	Europe/Berlin	47.65832	7.95115		Hornberg		01	083	08337	08337049
2898892	Hornbek	hornbek	DE	21514	183	Europe/Berlin	53.55944	10.64833		Hornbek	01053056	10	00	01053	01053056
2898894	Horn-Bad Meinberg	horn-bad-meinberg	DE	32805	0	Europe/Berlin	51.8855	8.96244		Horn-Bad Meinberg,Khorn-Bad Majnberg,Хорн-Бад Майнберг	05766032	07	057	05766	05766032
2898901	Hornbach	hornbach	DE	66500	0	Europe/Berlin	49.56803	8.73098		Hornbach		05	064	06431	06431004
2898902	Hornbach	hornbach	DE	66500	1717	Europe/Berlin	49.18778	7.36883		Hornbach,Khornbakh,horunbahha,huo en ba he,hwrnbakh,Хорнбах,هورنباخ,ホルンバッハ,霍恩巴赫		08	00	07340	07340211
2898903	Hornbach	hornbach	DE	66500	0	Europe/Berlin	49.59123	9.29011		Hornbach		01	082	08225	08225109
2898917	Horn	horn	DE	55469	0	Europe/Berlin	53.55406	10.08989		Hamburg-Horn,Khorn,Хорн		04	00	02000	02000000
2898918	Horn	horn	DE	55469	0	Europe/Berlin	51.7261	7.64491				07	055	05558	05558004
2898924	Horn	horn	DE	55469	7018	Europe/Berlin	51.87151	8.9451		Haeoern,Horn,Horn (Horn-Bad Meinberg),Hornon,Häoern		07	057	05766	05766032
2898925	Horn	horn	DE	55469	0	Europe/Berlin	51.6131	8.24714				07	059	05974	05974016
2898926	Horn	horn	DE	55469	0	Europe/Berlin	50.96667	14.26667				13	00	14628	14628360
2898927	Horn	horn	DE	55469	372	Europe/Berlin	50.04461	7.54301			07140058	08	00	07140	07140058
2898928	Horn	horn	DE	55469	0	Europe/Berlin	48.84948	9.91557				01	081	08136	08136024
2898929	Horn	horn	DE	55469	0	Europe/Berlin	47.69541	8.99383		Horn		01	083	08335	08335025
2898930	Horn	horn	DE	55469	0	Europe/Berlin	47.56819	10.72085				02	097	09777	09777169
2898960	Hormersdorf	hormersdorf	DE	09395	1645	Europe/Berlin	50.67406	12.88194		Hormersdorf		13	00	14521	14521710
2898961	Hormersdorf	hormersdorf	DE	09395	0	Europe/Berlin	49.61232	11.40679		Hormersdorf		02	095	09574	09574155
2899003	Horla	horla	DE	06528	161	Europe/Berlin	51.53247	11.17798		Horla		14	00	15087	15087370
2899012	Horka	horka	DE	02923	0	Europe/Berlin	51.3	14.9		Horka	14626200	13	00	14626	14626200
2899013	Horka	horka	DE	02923	2053	Europe/Berlin	51.26342	14.25523		Horki,Hórki		13	00	14625	14625080
2899024	Horhausen	horhausen	DE	56379	1908	Europe/Berlin	50.58745	7.53028		Horhausen		08	00	07132	07132055
2899025	Horhausen	horhausen	DE	56379	322	Europe/Berlin	50.36667	7.9			07141062	08	00	07141	07141062
2899026	Horhausen	horhausen	DE	56379	0	Europe/Berlin	50.00644	10.42683		Horhausen		02	096	09674	09674180
2899113	Horbach	horbach	DE	55606	567	Europe/Berlin	49.33333	7.65			07340025	08	00	07340	07340025
2899033	Hörgertshausen	horgertshausen	DE	85413	1944	Europe/Berlin	48.55	11.86667		Gergertsgauzen,Khergertskhauzen,Khjorgertskhauzen,he er ge er ci hao sen,Гергертсгаузен,Хергертсхаузен,Хёргертсхаузен,Հյորգերթսհաուզեն,赫尔格尔茨豪森	09178132	02	091	09178	09178132
2899040	Horgenzell	horgenzell	DE	88263	4663	Europe/Berlin	47.80534	9.49727		Gorgencell',Khorgencel,Khorgencell',huo er gen ce er,Горгенцелль,Хоргенцел,Хоргенцелль,霍尔根策尔	08436095	01	084	08436	08436095
2899048	Horgau	horgau	DE	86497	2459	Europe/Berlin	48.39507	10.68283		Gorgau,Horgau,Khorgau,huo er gao,Горгау,Хоргау,Հորգաու,霍尔高	09772159	02	097	09772	09772159
2899058	Hördt	hordt	DE	76771	2413	Europe/Berlin	49.16583	8.32639		Hoerdt,Hördt,Kherdt,Khjordt,Хердт,Хёрдт	07334011	08	00	07334	07334011
2899059	Hördt	hordt	DE	76771	0	Europe/Berlin	48.63389	13.17195				02	092	09275	09275154
2899067	Hörden	horden	DE	37412	0	Europe/Berlin	48.7814	8.3469		Horden,Hörden		01	082	08216	08216015
2899081	Horbruch	horbruch	DE	55483	362	Europe/Berlin	49.88333	7.23333			07134043	08	00	07134	07134043
2899093	Horben	horben	DE	79289	1065	Europe/Berlin	47.93333	7.86667		Gorben,Horben,Khorben,huo er ben,Горбен,Хорбен,Հորբեն,霍尔本	08315056	01	083	08315	08315056
2899094	Horben	horben	DE	79289	0	Europe/Berlin	47.65223	10.01026				02	097	09776	09776112
2899101	Horb am Neckar	horb-am-neckar	DE	72160	25960	Europe/Berlin	48.44423	8.6913		Gorb-am-Nekkar,Horb,Khorb am Nekar,Khorb-am-Nekkar,Khorb-na-Nekkare,hrb am nka,hwrb am nykar,nei ka he pan huo er bu,Горб-ам-Неккар,Хорб ам Некар,Хорб-ам-Неккар,Хорб-на-Неккаре,Նեքարի Հորբ,هرب ام نکا,هورب آم نيكار,内卡河畔霍尔布		01	082	08237	08237040
2899105	Horbach	horbach	DE	55606	0	Europe/Berlin	50.83332	6.04454				07	053	05334	05334002
2899107	Horbach	horbach	DE	55606	720	Europe/Berlin	50.37306	7.85278			07143034	08	00	07143	07143034
2899108	Horbach	horbach	DE	55606	0	Europe/Berlin	50.21187	11.64195				02	094	09477	09477117
2899109	Horbach	horbach	DE	55606	0	Europe/Berlin	50.14072	9.16174				05	064	06435	06435009
2899110	Horbach	horbach	DE	55606	38	Europe/Berlin	49.81667	7.51667			07133047	08	00	07133	07133047
2899111	Horbach	horbach	DE	55606	0	Europe/Berlin	49.74497	10.74881				02	095	09572	09572160
2899112	Horbach	horbach	DE	55606	0	Europe/Berlin	49.49378	10.82097		Horbach		02	095	09573	09573120
2899114	Horbach	horbach	DE	55606	0	Europe/Berlin	48.90757	9.44554				01	081	08119	08119008
2899115	Hörbach	horbach	DE	55606	0	Europe/Berlin	48.22027	11.07487				02	091	09179	09179114
2899122	Horath	horath	DE	54497	0	Europe/Berlin	51.29886	7.18309				07	059	05954	05954028
2899123	Horath	horath	DE	54497	476	Europe/Berlin	49.81085	6.98593			07231058	08	00	07231	07231058
2899135	Hopsten	hopsten	DE	48496	0	Europe/Berlin	52.3817	7.60156		Gopsten,Khopsten,huo pu si teng,hwbstn,Гопстен,Хопстен,هوبستن,霍普斯滕	05566020	07	055	05566	05566020
2899138	Hoppstädten	hoppstadten	DE	67744	343	Europe/Berlin	49.7	7.53333		Hoppstaedten,Hoppstädten,Khopshtedten,Khopshteten,huo pu si te teng,Хопштедтен,Хопштетен,霍普斯特滕	07336045	08	00	07336	07336045
2899157	Hoppenrade	hoppenrade	DE	16928	0	Europe/Berlin	53.78635	11.44842				12	00	13074	13074002
2899158	Hoppenrade	hoppenrade	DE	16928	818	Europe/Berlin	53.72785	12.27267				12	00	13072	13072048
2899159	Hoppenrade	hoppenrade	DE	16928	0	Europe/Berlin	53.03646	12.06159				11	00	12070	12070302
2899160	Hoppenrade	hoppenrade	DE	16928	0	Europe/Berlin	52.91956	13.13132				11	00	12065	12065198
2899161	Hoppenrade	hoppenrade	DE	16928	0	Europe/Berlin	52.53545	12.9297				11	00	12063	12063357
2899191	Höpfingen	hopfingen	DE	74746	3331	Europe/Berlin	49.6025	9.42861		Gepfingen,Hoepfingen,Höpfingen,Khepfingen,Khjopfingen,he pu fen gen,hepufingen,Гепфінген,Хепфинген,Хёпфинген,ヘプフィンゲン,赫普芬根	08225039	01	082	08225	08225039
2899193	Hopfgarten	hopfgarten	DE	99428	0	Europe/Berlin	51.10223	12.66113				13	00	14729	14729140
2899194	Hopfgarten	hopfgarten	DE	99428	696	Europe/Berlin	50.98631	11.22311			16071103	15	00	16071	16071103
2899195	Hopfgarten	hopfgarten	DE	99428	0	Europe/Berlin	50.7025	9.29656				05	065	06535	06535017
2899196	Hopfgarten	hopfgarten	DE	99428	0	Europe/Berlin	50.68207	13.05536		Hopfgarten		13	00	14521	14521240
2899197	Hopfgarten	hopfgarten	DE	99428	0	Europe/Berlin	48.09029	12.31311				02	091	09187	09187116
2899202	Hopferau	hopferau	DE	87659	1050	Europe/Berlin	47.61667	10.63333			09777135	02	097	09777	09777135
2899278	Hoort	hoort	DE	19230	623	Europe/Berlin	53.48214	11.36005		Hoort		12	00	13076	13076064
2899291	Hoogstede	hoogstede	DE	49846	2793	Europe/Berlin	52.58333	6.95		Khogshtede,Khogstede,huo ge si te de,Хогстеде,Хогштеде,霍格斯特德	03456009	06	00	03456	03456009
2899303	Hontheim	hontheim	DE	54538	0	Europe/Berlin	50.23266	6.36512		Hontheim		08	00	07232	07232308
2899304	Hontheim	hontheim	DE	54538	823	Europe/Berlin	50.06667	6.98333			07231057	08	00	07231	07231057
2899325	Hönningen	honningen	DE	53506	0	Europe/Berlin	50.9	6.93333				07	053	05315	05315000
2899327	Hönningen	honningen	DE	53506	0	Europe/Berlin	50.46667	6.95			07131029	08	00	07131	07131029
2899352	Honigsee	honigsee	DE	24211	474	Europe/Berlin	54.23333	10.18333		Honigsee	01057031	10	00	01057	01057031
2899384	Honerath	honerath	DE	53518	196	Europe/Berlin	50.38333	6.9			07131032	08	00	07131	07131032
2899419	Hommerdingen	hommerdingen	DE	54675	61	Europe/Berlin	49.91667	6.31667		Homerdingen,Hommerdingen	07232054	08	00	07232	07232054
2899448	Homburg	homburg	DE	66424	0	Europe/Berlin	50.912	7.52978				07	053	05374	05374032
2899449	Homburg	homburg	DE	66424	44607	Europe/Berlin	49.32637	7.33867		Homburg	10045	09	00	10045	10045114
2899474	Homberg	homberg	DE	56379	0	Europe/Berlin	52.15358	8.70093				07	057	05758	05758012
2899475	Homberg	homberg	DE	56379	0	Europe/Berlin	51.46667	6.71667		Homberg		07	051	05112	05112000
2899476	Homberg	homberg	DE	56379	0	Europe/Berlin	51.38131	7.15891				07	059	05954	05954016
2899477	Homberg	homberg	DE	56379	0	Europe/Berlin	51.29238	6.92615		Homberg,Homberg-Meiersberg		07	051	05158	05158028
2899478	Homberg	homberg	DE	56379	14903	Europe/Berlin	51.02994	9.40261		Homberg,Homberg (Efze)	06634	05	066	06634	06634009
2899479	Homberg	homberg	DE	56379	7863	Europe/Berlin	50.73108	8.99644		Gomberg,Homberg,Homberg (Ohm),Homberg an der Ohm,Khomberg,homuberuku,hwmbrg,hwmbrgh,Гомберг,Хомберг,هومبرغ,هومبرگ,ホムベルク		05	065	06535	06535009
2899480	Homberg	homberg	DE	56379	0	Europe/Berlin	50.64222	8.10639			07143244	08	00	07143	07143244
2899481	Hömberg	homberg	DE	56379	327	Europe/Berlin	50.33333	7.78333			07141058	08	00	07141	07141058
2899482	Homberg	homberg	DE	56379	0	Europe/Berlin	49.65	7.51667		Khomberg,Хомберг	07336044	08	00	07336	07336044
2899483	Homberg	homberg	DE	56379	0	Europe/Berlin	47.87679	8.93046				01	083	08335	08335021
2899538	Holzwickede	holzwickede	DE	59439	17821	Europe/Berlin	51.5	7.63333		Gol'cvikkede,Khol'cvikkede,Kholcvikede,huo er ci wei ke de,Гольцвіккеде,Холцвикеде,Хольцвиккеде,霍尔茨维克德	05978016	07	059	05978	05978016
2899539	Holzweißig	holzweissig	DE	06808	3250	Europe/Berlin	51.59819	12.30842		Holzweiddig,Holzweissig,Holzweisslig,Holzweißig,Holzweißlig		14	00	15082	15082015
2899560	Holzsußra	holzsussra	DE	99713	311	Europe/Berlin	51.28333	10.68333		Holzsussra,Holzsußra	16065038	15	00	16065	16065038
2899601	Holzminden	holzminden	DE	37603	20998	Europe/Berlin	51.82798	9.4455		Holtisminni,Holtsminne,Khol'cminden,Kholcminden,horutsuminden,huo er ci ming deng,hwltsmyndn,Холцминден,Хольцминден,هولتسميندن,هولتسمیندن,ホルツミンデン,霍尔茨明登	03255	06	00	03255	03255023
2899620	Holzmaden	holzmaden	DE	73271	2172	Europe/Berlin	48.63333	9.51667		Gol'cmaden,Holzmaden,Khol'cmaden,Kholcmaden,huo er ci ma deng,Гольцмаден,Холцмаден,Хольцмаден,Հոլցմադեն,霍尔茨马登	08116029	01	081	08116	08116029
2899671	Holzkirchen	holzkirchen	DE	83607	916	Europe/Berlin	49.78139	9.68028		Gol'ckirkhen,Khol'ckirkhen,Kholckirkhen,horutsukiruhyen,Гольцкірхен,Холцкирхен,Хольцкирхен,Հոլցկիրխեն,ホルツキルヒェン	09679149	02	096	09679	09679149
2899672	Holzkirchen	holzkirchen	DE	83607	0	Europe/Berlin	48.87849	10.61871				02	097	09779	09779226
2899673	Holzkirchen	holzkirchen	DE	83607	0	Europe/Berlin	48.66061	11.05305				02	091	09185	09185127
2899674	Holzkirchen	holzkirchen	DE	83607	0	Europe/Berlin	48.57695	13.23389				02	092	09275	09275138
2899675	Holzkirchen	holzkirchen	DE	83607	0	Europe/Berlin	48.1354	11.30854				02	091	09179	09179113
2899814	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	48.23045	11.85691				02	091	09177	09177131
2899815	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	48.18974	12.5425				02	091	09183	09183136
2899676	Holzkirchen	holzkirchen	DE	83607	15199	Europe/Berlin	47.87663	11.70181		Gol'ckirkhen,Hoizkiacha,Khol'ckirkhen,Kholckirkhen,huo er ci ji xing,hwlts kyrshn,Гольцкірхен,Холцкирхен,Хольцкирхен,هولتس کیرشن,霍尔茨基兴		02	091	09182	09182120
2899677	Holzkirch	holzkirch	DE	89183	284	Europe/Berlin	48.53124	9.9952			08425062	01	084	08425	08425062
2899711	Holzheim am Forst	holzheim-am-forst	DE	93183	0	Europe/Berlin	49.14849	11.99773		Holzheim,Holzheim am Forst		02	093	09375	09375153
2899713	Holzheim	holzheim	DE	65558	0	Europe/Berlin	50.78275	9.66965				05	066	06632	06632008
2899714	Holzheim	holzheim	DE	65558	0	Europe/Berlin	50.56796	6.6963		Holzheim		07	053	05366	05366028
2899715	Holzheim	holzheim	DE	65558	0	Europe/Berlin	50.48809	8.72143				05	065	06531	06531014
2899716	Holzheim	holzheim	DE	65558	913	Europe/Berlin	50.35448	8.0483			07141061	08	00	07141	07141061
2899717	Holzheim	holzheim	DE	65558	0	Europe/Berlin	49.33362	11.6371				02	093	09373	09373140
2899718	Holzheim	holzheim	DE	65558	0	Europe/Berlin	49.29188	11.45316				02	093	09373	09373147
2899719	Holzheim	holzheim	DE	65558	0	Europe/Berlin	49.20728	11.73039				02	093	09373	09373151
2899720	Holzheim	holzheim	DE	65558	0	Europe/Berlin	49.18608	11.84369				02	093	09373	09373134
2899721	Holzheim	holzheim	DE	65558	0	Europe/Berlin	48.68699	9.6884				01	081	08117	08117026
2899722	Holzheim	holzheim	DE	65558	0	Europe/Berlin	48.61116	10.94837			09779163	02	097	09779	09779163
2899723	Holzheim	holzheim	DE	65558	3755	Europe/Berlin	48.51422	10.53057			09773140	02	097	09773	09773140
2899724	Holzheim	holzheim	DE	65558	1747	Europe/Berlin	48.38333	10.1			09775126	02	097	09775	09775126
2899766	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	52.2283	8.90394		Holzhausen an der Porta		07	057	05770	05770032
2899767	Holzhausen an der Haide	holzhausen-an-der-haide	DE	56357	1291	Europe/Berlin	50.21855	7.90973		Holzhausen,Holzhausen an der Haide,Khol'ckhauzen-an-der-Khajde,Kholckhauzen na Khajdi,hai de de qu huo er ci hao sen,hwltshawzn an dr haydh,Холцхаузен на Хајди,Хольцхаузен-ан-дер-Хайде,هولتسهاوزن آن در هایده,海德地区霍尔茨豪森	07141060	08	00	07141	07141060
2899771	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	52.12694	7.9155				07	055	05566	05566044
2899772	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	52.91597	12.36477				11	00	12068	12068264
2899773	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	52.88547	8.61818				06	00	03458	03458001
2899774	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	52.88011	8.37605				06	00	03458	03458014
2899775	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	52.82808	10.8102				14	00	15081	15081095
2899776	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	52.75614	8.3036				06	00	03460	03460009
2899777	Holzhausen	holzhausen	DE	39629	121	Europe/Berlin	52.6277	11.54625		Holzhausen		14	00	15090	15090070
2899778	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	52.55611	8.80228				06	00	03251	03251003
2899779	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	52.52078	9.05752				06	00	03256	03256032
2899781	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	52.24899	8.36244				06	00	03459	03459024
2899782	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	52.22041	8.007				06	00	03459	03459019
2899783	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	52.0357	8.75739				07	057	05766	05766008
2899784	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	51.98282	9.06698				07	057	05766	05766012
2899786	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	51.78951	9.13599				07	057	05762	05762028
2899787	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	51.41934	9.53751				05	066	06633	06633014
2899788	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	51.31135	12.46674				13	00	14713	14713000
2899789	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	51.05682	12.9449				13	00	14522	14522190
2899790	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	51.04135	10.08894		Holzhausen		05	066	06636	06636005
2899791	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	51.02621	9.42506				05	066	06634	06634009
2899792	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	50.98894	8.60223		Holzhausen		05	066	06635	06635014
2899793	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	50.96299	8.34586		Holzhausen		07	059	05970	05970028
2899794	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	50.85199	10.88328		Holzhausen		15	00	16070	16070028
2899795	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	50.81261	8.52582				05	065	06534	06534007
2899796	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	50.73638	8.13835		Holzhausen		07	059	05970	05970008
2899797	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	50.71652	8.68991				05	065	06534	06534009
2899798	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	50.59477	8.28215				05	065	06532	06532010
2899799	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	50.30145	10.7491		Holzhausen		15	00	16069	16069063
2899800	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	50.11865	10.18548				02	096	09678	09678123
2899801	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	50.07999	10.49216				02	096	09674	09674164
2899802	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	49.51794	10.53173				02	095	09575	09575135
2899803	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	48.88648	9.88003				01	081	08136	08136020
2899804	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	48.71894	9.58707				01	081	08117	08117051
2899805	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	48.65144	11.95525				02	092	09274	09274172
2899806	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	48.6167	12.55984				02	092	09279	09279116
2899807	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	48.61667	8.91667				01	081	08115	08115037
2899808	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	48.50514	11.65263				02	091	09186	09186152
2899809	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	48.4355	12.28416				02	092	09274	09274134
2899810	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	48.44002	11.23927				02	097	09771	09771162
2899811	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	48.44303	10.8014				02	097	09772	09772145
2899812	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	48.36418	8.6553				01	083	08325	08325057
2899813	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	48.23726	12.86363				02	091	09171	09171118
2899816	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	48.13864	11.23475				02	091	09179	09179113
2899817	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	48.0718	7.80023				01	083	08315	08315132
2899818	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	48.05391	12.45242				02	091	09189	09189126
2899819	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	48.01898	12.7674				02	091	09189	09189152
2899820	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	48.00721	11.08829				02	091	09181	09181144
2899821	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	47.96763	12.17675				02	091	09187	09187134
2899822	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	47.96039	11.53719				02	091	09184	09184144
2899823	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	47.95376	12.68093				02	091	09189	09189162
2899824	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	47.90023	12.01158				02	091	09187	09187117
2899825	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	47.88106	11.35047				02	091	09173	09173137
2899826	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	47.86791	12.80539				02	091	09172	09172134
2899827	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	47.83007	12.57379				02	091	09189	09189113
2899828	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	47.80635	12.8496				02	091	09172	09172112
2899880	Holzgerlingen	holzgerlingen	DE	71088	11613	Europe/Berlin	48.63969	9.01149		Gol'cgerlingen,Khol'cgerlingen,Kholcgerlingen,holtsgerlingeni,huo er ci ge er lin gen,hwltsghyrlynghn,hwlzgrlyngn,Гольцгерлінген,Холцгерлинген,Хольцгерлинген,Հոլցգերլինգեն,هولتسغيرلينغن,هولزگرلینگن,ჰოლცგერლინგენი,霍尔茨格尔林根		01	081	08115	08115024
2899912	Holzen	holzen	DE	37632	0	Europe/Berlin	53.24036	10.58224				06	00	03355	03355030
2899913	Holzen	holzen	DE	37632	671	Europe/Berlin	51.93333	9.66667			03255022	06	00	03255	03255022
2899914	Holzen	holzen	DE	37632	0	Europe/Berlin	51.45468	7.75568				07	059	05962	05962040
2899915	Holzen	holzen	DE	37632	0	Europe/Berlin	51.44496	7.52584				07	059	05913	05913000
2899916	Holzen	holzen	DE	37632	0	Europe/Berlin	51.41817	7.91609				07	059	05958	05958004
2899917	Holzen	holzen	DE	37632	0	Europe/Berlin	48.75799	12.17557				02	092	09278	09278148
2899918	Holzen	holzen	DE	37632	0	Europe/Berlin	48.68333	11.75				02	092	09273	09273113
2899919	Holzen	holzen	DE	37632	0	Europe/Berlin	48.60703	12.16648				02	092	09274	09274128
2899920	Holzen	holzen	DE	37632	0	Europe/Berlin	48.60361	10.81334				02	097	09772	09772114
2899921	Holzen	holzen	DE	37632	0	Europe/Berlin	48.43026	12.07465				02	092	09274	09274121
2899922	Holzen	holzen	DE	37632	0	Europe/Berlin	48.33424	12.9898				02	092	09277	09277152
2899923	Holzen	holzen	DE	37632	0	Europe/Berlin	47.97694	12.02162				02	091	09175	09175112
2899924	Holzen	holzen	DE	37632	0	Europe/Berlin	47.87471	12.26254				02	091	09187	09187128
2899925	Holzen	holzen	DE	37632	0	Europe/Berlin	47.82537	12.18161				02	091	09187	09187167
2899926	Holzen	holzen	DE	37632	0	Europe/Berlin	47.69534	7.62648				01	083	08336	08336045
2899959	Holzdorf	holzdorf	DE	06926	965	Europe/Berlin	54.55	9.88333			01058082	10	00	01058	01058082
2899960	Holzdorf	holzdorf	DE	06926	0	Europe/Berlin	53.58621	7.30278				06	00	03452	03452003
2899961	Holzdorf	holzdorf	DE	06926	1324	Europe/Berlin	51.77873	13.12756		Holzdorf		14	00	15091	15091145
2899962	Holzdorf	holzdorf	DE	06926	0	Europe/Berlin	50.94156	11.27867				15	00	16055	16055000
2899970	Holzbunge	holzbunge	DE	24361	365	Europe/Berlin	54.38333	9.7		Holzbunge	01058081	10	00	01058	01058081
2900020	Holzbach	holzbach	DE	55469	533	Europe/Berlin	49.95	7.53333			07140056	08	00	07140	07140056
2900027	Holzappel	holzappel	DE	56379	1106	Europe/Berlin	50.35	7.9		Holzappel,Khol'cappel',Kholcapel,huo er cha pei er,Холцапел,Хольцаппель,霍尔察佩尔	07141059	08	00	07141	07141059
2900066	Holungen	holungen	DE	37345	960	Europe/Berlin	51.49154	10.39358		Kholungen,Холунген		15	00	16061	16061117
2900079	Holtsee	holtsee	DE	24363	1330	Europe/Berlin	54.4	9.85		Holtsee	01058080	10	00	01058	01058080
2900105	Holtland	holtland	DE	26835	2248	Europe/Berlin	53.28333	7.58333		Khol'tland,Kholtland,huo er te lan,Холтланд,Хольтланд,霍尔特兰	03457011	06	00	03457	03457011
2900126	Holthusen	holthusen	DE	19075	861	Europe/Berlin	53.54131	11.35375		Holthusen		12	00	13076	13076063
2900127	Holthusen	holthusen	DE	19075	0	Europe/Berlin	53.15389	7.31256		Holthusen		06	00	03457	03457021
2900176	Holtgast	holtgast	DE	26427	0	Europe/Berlin	53.62994	7.5752		Khol'tgast,Kholtgast,huo er te jia si te,Холтгаст,Хольтгаст,霍尔特加斯特	03462006	06	00	03462	03462006
2900239	Holt	holt	DE	24994	0	Europe/Berlin	52.33221	7.06396				06	00	03456	03456001
2900240	Holt	holt	DE	24994	181	Europe/Berlin	54.81667	9.15			01059124	10	00	01059	01059124
2900241	Holt	holt	DE	24994	0	Europe/Berlin	51.47445	6.2375				07	051	05154	05154052
2900242	Holt	holt	DE	24994	0	Europe/Berlin	51.15085	7.56397				07	059	05962	05962028
2900245	Holsthum	holsthum	DE	54668	544	Europe/Berlin	49.89353	6.41275		Khol'stum,Kholstum,huo er si tu mu,Холстум,Хольстум,霍尔斯图姆	07232053	08	00	07232	07232053
2900253	Holstenniendorf	holstenniendorf	DE	25584	424	Europe/Berlin	54.04161	9.34808		Holstenniendorf	01061043	10	00	01061	01061043
2900337	Holm	holm	DE	25488	80	Europe/Berlin	54.83333	8.86667			01054048	10	00	01054	01054048
2900338	Holm	holm	DE	25488	0	Europe/Berlin	54.50052	9.3279				10	00	01059	01059079
2900339	Holm	holm	DE	25488	0	Europe/Berlin	54.48571	9.71556				10	00	01058	01058052
2900340	Holm	holm	DE	25488	0	Europe/Berlin	53.90197	11.01657				12	00	13074	13074017
2900341	Holm	holm	DE	25488	3094	Europe/Berlin	53.61667	9.66667		Khol'm,Kholm,Холм,Хольм	01056028	10	00	01056	01056028
2900342	Holm	holm	DE	25488	0	Europe/Berlin	53.26544	9.88306				06	00	03353	03353005
2900347	Holm	holm	DE	25488	0	Europe/Berlin	54.42053	10.3686				10	00	01057	01057073
2900375	Hollstadt	hollstadt	DE	97618	1688	Europe/Berlin	50.35	10.3		Gol'shtadt,Kholl'shtadt,Kholshtat,huo er si ta te,Гольштадт,Холльштадт,Холштат,Հոլշթաթ,霍尔斯塔特	09673136	02	096	09673	09673136
2900391	Hollnseth	hollnseth	DE	21769	921	Europe/Berlin	53.58333	9.1			03352024	06	00	03352	03352024
2900392	Hollnich	hollnich	DE	56288	0	Europe/Berlin	50.18105	6.27386				08	00	07232	07232231
2900393	Hollnich	hollnich	DE	56288	292	Europe/Berlin	50.06667	7.48333			07140055	08	00	07140	07140055
2900409	Hollingstedt	hollingstedt	DE	24876	1021	Europe/Berlin	54.45934	9.33695			01059039	10	00	01059	01059039
2900410	Hollingstedt	hollingstedt	DE	24876	352	Europe/Berlin	54.29031	9.22521			01051053	10	00	01051	01051053
2900453	Hollfeld	hollfeld	DE	96142	5206	Europe/Berlin	49.93793	11.29153		Gol'fel'd,Holfeld,Hollfeld,Kholfeld,Kholl'fel'd,horuferuto,huo er fei er de,hwlfld,Гольфельд,Холльфельд,Холфелд,Հոլֆելդ,هولفلد,ホルフェルト,霍尔费尔德		02	094	09472	09472154
2900499	Holler	holler	DE	56412	1191	Europe/Berlin	50.41667	7.83333			07143033	08	00	07143	07143033
2900520	Hollenstedt	hollenstedt	DE	21279	3092	Europe/Berlin	53.36667	9.71667		Gemeen Hullnst,Hollenstedt,Kholenshtet,Khollenshtedt,huo lun si te,Холенштет,Холленштедт,霍伦斯特	03353019	06	00	03353	03353019
2900521	Hollenstedt	hollenstedt	DE	21279	0	Europe/Berlin	51.73916	9.94051		Hollenstedt		06	00	03155	03155011
2900576	Hollenbek	hollenbek	DE	23883	0	Europe/Berlin	54.078	10.12363				10	00	01057	01057068
2900578	Hollenbek	hollenbek	DE	23883	456	Europe/Berlin	53.71537	10.64744		Hollenbeck,Hollenbek		10	00	01053	01053008
2900579	Hollenbek	hollenbek	DE	23883	0	Europe/Berlin	53.59119	10.82032			01053054	10	00	01053	01053054
2900587	Hollenbach	hollenbach	DE	86568	0	Europe/Berlin	51.23734	10.38648		Hollenbach		15	00	16064	16064073
2900588	Hollenbach	hollenbach	DE	86568	0	Europe/Berlin	49.37528	9.80583				01	081	08126	08126056
2900589	Hollenbach	hollenbach	DE	86568	0	Europe/Berlin	48.66052	11.13596				02	091	09185	09185127
2900590	Hollenbach	hollenbach	DE	86568	2372	Europe/Berlin	48.48333	11.06667			09771140	02	097	09771	09771140
2900591	Höllenbach	hollenbach	DE	86568	0	Europe/Berlin	47.80414	9.85956				01	084	08436	08436052
2900593	Hollen	hollen	DE	27616	0	Europe/Berlin	53.26997	8.07583				06	00	03451	03451008
2900594	Hollen	hollen	DE	27616	0	Europe/Berlin	53.59167	9.10027				06	00	03352	03352024
2900595	Hollen	hollen	DE	27616	858	Europe/Berlin	53.42487	8.70476				06	00	03352	03352059
2900596	Hollen	hollen	DE	27616	0	Europe/Berlin	53.25377	7.70972		Hollen		06	00	03457	03457020
2900597	Hollen	hollen	DE	27616	0	Europe/Berlin	53.09686	7.69142				06	00	03453	03453013
2900598	Hollen	hollen	DE	27616	0	Europe/Berlin	53.06848	8.53286				06	00	03458	03458005
2900599	Hollen	hollen	DE	27616	0	Europe/Berlin	52.9566	8.27279				06	00	03458	03458007
2900600	Hollen	hollen	DE	27616	0	Europe/Berlin	52.87272	9.03218				06	00	03251	03251026
2900601	Hollen	hollen	DE	27616	0	Europe/Berlin	51.68813	6.2501				07	051	05154	05154056
2900608	Hollen	hollen	DE	27616	0	Europe/Berlin	51.96079	8.38247		Hollen		07	057	05754	05754008
2900617	Holleben	holleben	DE	06179	1741	Europe/Berlin	51.44047	11.89915		Holleben		14	00	15088	15088365
2900622	Holle	holle	DE	31188	0	Europe/Berlin	53.15037	8.37066		Holle		06	00	03458	03458010
2900623	Holle	holle	DE	31188	7349	Europe/Berlin	52.08721	10.16012		Khole,Kholle,huo lai,Холе,Холле,霍莱	03254022	06	00	03254	03254022
2900626	Hölle	holle	DE	31188	0	Europe/Berlin	50.36719	11.69025				02	094	09475	09475156
2900627	Hölle	holle	DE	31188	0	Europe/Berlin	50.01427	11.52164				02	094	09477	09477142
2900638	Hölldorf	holldorf	DE	17094	0	Europe/Berlin	48.78333	13.63333				02	092	09272	09272151
2900639	Holldorf	holldorf	DE	17094	863	Europe/Berlin	53.46523	13.27139		Holldorf		12	00	13071	13071067
2900732	Holenberg	holenberg	DE	37642	0	Europe/Berlin	51.91667	9.58333			03255021	06	00	03255	03255021
2900738	Holdorf	holdorf	DE	19217	431	Europe/Berlin	53.73949	11.60658		Holdorf		12	00	13076	13076078
2900739	Holdorf	holdorf	DE	19217	0	Europe/Berlin	53.73022	11.06287				12	00	13074	13074033
2900740	Holdorf	holdorf	DE	19217	6557	Europe/Berlin	52.58333	8.11667		Holdorf	03460005	06	00	03460	03460005
2900758	Holdenstedt	holdenstedt	DE	06528	0	Europe/Berlin	52.92567	10.52748				06	00	03360	03360025
2900759	Holdenstedt	holdenstedt	DE	06528	769	Europe/Berlin	51.47563	11.44622		Holdenstedt		14	00	15087	15087015
2900787	Hoisdorf	hoisdorf	DE	22955	3460	Europe/Berlin	53.65	10.31667		Hoisdorf	01062035	10	00	01062	01062035
2900816	Hohwacht	hohwacht	DE	24321	864	Europe/Berlin	54.32078	10.67021		Khokhvakht,Khovakht,huo wa te,Ховахт,Хохвахт,霍瓦特		10	00	01057	01057030
2900844	Hohnstein	hohnstein	DE	01848	3806	Europe/Berlin	50.97991	14.11408				13	00	14628	14628190
2900848	Hohnstedt	hohnstedt	DE	06179	0	Europe/Berlin	51.76354	9.9597				06	00	03155	03155011
2900864	Hohnhorst	hohnhorst	DE	31559	0	Europe/Berlin	52.65349	10.32977		Hohnhorst		06	00	03351	03351008
2900865	Hohnhorst	hohnhorst	DE	31559	2262	Europe/Berlin	52.36942	9.37168		Khonkhorst,honhorusuto,huo en huo er si te,Хонхорст,ホーンホルスト,霍恩霍尔斯特	03257016	06	00	03257	03257016
2900879	Hohne	hohne	DE	29362	0	Europe/Berlin	52.16976	7.87987				07	055	05566	05566040
2900880	Hohne	hohne	DE	29362	0	Europe/Berlin	52.79631	9.92919		Bergen-Hohne,Hohnernde		06	00	03351	
2900881	Hohne	hohne	DE	29362	0	Europe/Berlin	52.58723	10.37601		Khone,huo nei,Хоне,霍内	03351015	06	00	03351	03351015
2900882	Hohne	hohne	DE	29362	0	Europe/Berlin	51.76667	10.71667		Forsterei Hohne,Försterei Hohne,Hohne		14	00	15085	15085370
2900884	Höhndorf	hohndorf	DE	09394	347	Europe/Berlin	54.36667	10.36667			01057028	10	00	01057	01057028
2900885	Hohndorf	hohndorf	DE	09394	0	Europe/Berlin	51.85128	12.72343				14	00	15091	15091391
2900886	Hohndorf	hohndorf	DE	09394	0	Europe/Berlin	51.69396	12.91985				14	00	15091	15091010
2900887	Hohndorf	hohndorf	DE	09394	0	Europe/Berlin	51.24009	13.59359				13	00	14627	14627030
2900888	Hohndorf	hohndorf	DE	09394	0	Europe/Berlin	51.1539	11.6594				14	00	15084	15084282
2900889	Hohndorf	hohndorf	DE	09394	3976	Europe/Berlin	50.74044	12.68058			14521290	13	00	14521	14521290
2900890	Hohndorf	hohndorf	DE	09394	0	Europe/Berlin	50.72087	13.09102		Hohndorf		13	00	14521	14521240
2900891	Hohndorf	hohndorf	DE	09394	0	Europe/Berlin	50.61227	12.13541				15	00	16076	16076022
2900898	Hohn	hohn	DE	24806	0	Europe/Berlin	50.88045	7.40785		Hohn		07	053	05382	05382036
2900899	Hohn	hohn	DE	24806	2326	Europe/Berlin	54.3	9.5			01058078	10	00	01058	01058078
2900900	Hohn	hohn	DE	24806	0	Europe/Berlin	50.88837	7.31919				07	053	05382	05382040
2900901	Hohn	hohn	DE	24806	0	Europe/Berlin	50.88531	7.2663				07	053	05382	05382028
2900903	Hohn	hohn	DE	24806	0	Europe/Berlin	50.6269	7.3564		Hohn		08	00	07138	07138077
2900904	Hohn	hohn	DE	24806	0	Europe/Berlin	50.53648	6.75037				07	053	05366	05366004
2900905	Höhn	hohn	DE	24806	0	Europe/Berlin	50.33878	11.05586				02	094	09473	09473151
2900906	Hohn	hohn	DE	24806	0	Europe/Berlin	50.28015	10.08051				02	096	09672	09672112
2900924	Hohlstedt	hohlstedt	DE	99441	0	Europe/Berlin	51.45839	11.16589				14	00	15087	15087440
2900925	Hohlstedt	hohlstedt	DE	99441	251	Europe/Berlin	50.95962	11.47779				15	00	16071	16071025
2901006	Höhfröschen	hohfroschen	DE	66989	977	Europe/Berlin	49.25	7.56667			07340024	08	00	07340	07340024
2901324	Hohenzieritz	hohenzieritz	DE	17237	564	Europe/Berlin	53.44237	13.09811		Khoehnciric,Khoenciric,huo heng qi li ci,Хоенцириц,Хоэнцириц,霍亨齐里茨		12	00	13071	13071066
2901325	Hohenziatz	hohenziatz	DE	39291	599	Europe/Berlin	52.18128	12.04959		Hohenziatz		14	00	15086	15086140
2901333	Hohenwutzen	hohenwutzen	DE	16259	0	Europe/Berlin	52.8441	14.11838				11	00	12064	12064044
2901335	Hohenwulsch	hohenwulsch	DE	39606	422	Europe/Berlin	52.67184	11.5996		Hohenwulsch,Khoehnvul'sh,Khoenvulsh,Хоенвулш,Хоэнвульш		14	00	15090	15090070
2901348	Hohenwestedt	hohenwestedt	DE	24594	5092	Europe/Berlin	54.08886	9.65359		Hohenwestedt,Khoehnveshtedt,Khoenveshtet,huo heng wei si te,Хоенвештет,Хоэнвештедт,霍亨韦斯特	01058077	10	00	01058	01058077
2901358	Hohenwarthe	hohenwarthe	DE	39291	1475	Europe/Berlin	52.22968	11.71528		Hohenwarthe		14	00	15086	15086145
2901359	Hohenwarth	hohenwarth	DE	93480	0	Europe/Berlin	54.14172	13.09296				12	00	13073	13073035
2901360	Hohenwarth	hohenwarth	DE	93480	2132	Europe/Berlin	49.2	12.93333			09372135	02	093	09372	09372135
2901361	Hohenwarth	hohenwarth	DE	93480	0	Europe/Berlin	49.12976	12.04292				02	093	09375	09375190
2901362	Hohenwarth	hohenwarth	DE	93480	0	Europe/Berlin	49.0941	11.98909				02	093	09375	09375211
2901364	Hohenwarte	hohenwarte	DE	07338	158	Europe/Berlin	50.6	11.48333		Hohenwarte	16073035	15	00	16073	16073035
2901365	Hohenwart	hohenwart	DE	86558	0	Europe/Berlin	51.94794	8.92828		Hohenwart,Hohenwarth		07	057	05766	05766020
2901366	Hohenwart	hohenwart	DE	86558	0	Europe/Berlin	50.77279	10.09525				15	00	16063	16063015
2901367	Hohenwart	hohenwart	DE	86558	0	Europe/Berlin	48.83257	8.7315		Hohenwart		01	082	08231	08231000
2901368	Hohenwart	hohenwart	DE	86558	0	Europe/Berlin	48.74732	13.3833				02	092	09275	09275152
2901369	Hohenwart	hohenwart	DE	86558	0	Europe/Berlin	48.59351	11.38265		Goenvart,Hohenwart,Khoehnvart,Khoenvart,huo heng wa er te,hwhnwart,Гоенварт,Хоенварт,Хоэнварт,Հոենվարթ,هوهنوارت,霍亨瓦尔特		02	091	09186	09186128
2901370	Hohenwart	hohenwart	DE	86558	0	Europe/Berlin	48.39869	12.23018				02	092	09274	09274154
2901371	Hohenwart	hohenwart	DE	86558	0	Europe/Berlin	48.19264	12.78032		Hohenwart,Hohenwarth		02	091	09171	09171124
2901377	Hohenwarsleben	hohenwarsleben	DE	39326	1550	Europe/Berlin	52.17898	11.49994				14	00	15083	15083298
2901378	Hohen Wangelin	hohen-wangelin	DE	17194	747	Europe/Berlin	53.61145	12.42331		Khoehn-Vangelin,Khoen Vangelin,huo heng wan ge lin,Хоен Вангелин,Хоэн-Вангелин,霍亨万格林		12	00	13071	13071063
2901386	Hohen Viecheln	hohen-viecheln	DE	23996	677	Europe/Berlin	53.78453	11.5111				12	00	13074	13074031
2901395	Hohentramm	hohentramm	DE	38489	299	Europe/Berlin	52.70826	11.14607		Hohentramm		14	00	15081	15081045
2901397	Hohenthurm	hohenthurm	DE	06188	2285	Europe/Berlin	51.51807	12.09749		Hohenthurm,Hohenturn		14	00	15088	15088195
2901398	Hohenthann	hohenthann	DE	84098	3741	Europe/Berlin	48.66115	12.09251		Goentann,Hohentan,Hohenthann,Khoehntann,Khoentan,huo heng tan,hwhntan,Гоентанн,Хоентан,Хоэнтанн,Հոհենթան,هوهنتان,霍亨坦	09274141	02	092	09274	09274141
2901399	Hohenthann	hohenthann	DE	84098	0	Europe/Berlin	48.33856	12.96747				02	092	09277	09277152
2901400	Hohenthann	hohenthann	DE	84098	900	Europe/Berlin	47.97763	11.9569				02	091	09187	09187179
2901405	Hohentengen	hohentengen	DE	88367	4453	Europe/Berlin	48.02946	9.37739			08437053	01	084	08437	08437053
2901406	Hohentengen	hohentengen	DE	88367	3556	Europe/Berlin	47.57005	8.4325		Goentengen-am-Gokhrajn,Hohentengen,Hohentengen am Hochrhein,Khoehntengen,Khoentengen am Khokhrajn,huo heng teng gen a mu huo he lai yin,Гоентенген-ам-Гохрайн,Хоентенген ам Хохрајн,Хоэнтенген,霍亨滕根阿姆霍赫赖因		01	083	08337	08337053
2901413	Hohen-Sülzen	hohen-sulzen	DE	67591	582	Europe/Berlin	49.61917	8.22556		Hohen-Suelzen,Hohen-Sülzen	07331041	08	00	07331	07331041
2901420	Hohenstein-Ernstthal	hohenstein-ernstthal	DE	09337	16542	Europe/Berlin	50.80064	12.71287		Goenshtajn-Ernsttal',Hoensteina-Ernstale,Hoenšteina-Ernstāle,Hohenstein-Ernstthal,Khoehnshtajn-Ehrnsttal',Khoenshtajn-Ernstal,huo heng si tai yin-ai er en si ta er,hwynshtayn-arnstal,Гоенштайн-Ернстталь,Хоенштајн-Ернстал,Хоэнштайн-Эрнстталь,هوهن‌اشتاین-ارنشتال,هوينشتاين-إرنستال,霍亨斯泰因-埃尔恩斯塔尔		13	00	14524	14524120
2901427	Hohenstein	hohenstein	DE	65329	0	Europe/Berlin	54.28798	10.8054				10	00	01055	01055043
2901428	Hohenstein	hohenstein	DE	65329	0	Europe/Berlin	53.62684	13.58929				12	00	13071	13071035
2901429	Hohenstein	hohenstein	DE	65329	0	Europe/Berlin	52.56817	13.97117		Hohenstein		11	00	12064	12064472
2901430	Hohenstein	hohenstein	DE	65329	0	Europe/Berlin	50.2156	10.93339				02	094	09473	09473112
2901432	Hohenstein	hohenstein	DE	65329	0	Europe/Berlin	49.58718	11.42381				02	095	09574	09574135
2901433	Hohenstein	hohenstein	DE	65329	0	Europe/Berlin	49.04008	9.12055		Hohenstein		01	081	08118	08118010
2901434	Hohenstein	hohenstein	DE	65329	0	Europe/Berlin	48.44796	9.86482				01	084	08425	08425141
2901454	Hohenstein	hohenstein	DE	65329	0	Europe/Berlin	48.21018	8.61575				01	083	08325	08325011
2901462	Hohenstadt	hohenstadt	DE	73345	0	Europe/Berlin	49.51117	11.48294				02	095	09574	09574147
2901463	Hohenstadt	hohenstadt	DE	73345	0	Europe/Berlin	49.49109	9.51647		Hohenstadt		01	081	08128	08128138
2901464	Hohenstadt	hohenstadt	DE	73345	0	Europe/Berlin	49.24278	9.13781				01	081	08125	08125007
2901465	Hohenstadt	hohenstadt	DE	73345	0	Europe/Berlin	49.11406	9.85965		Hohenstadt		01	081	08127	08127076
2901466	Hohenstadt	hohenstadt	DE	73345	0	Europe/Berlin	48.89941	9.93649				01	081	08136	08136002
2901467	Hohenstadt	hohenstadt	DE	73345	745	Europe/Berlin	48.5444	9.66393		Goenshtadt,Hohenstadt an der Alb,Khoehnshtadt,Khoenshtat,huo heng si ta te,Гоенштадт,Хоенштат,Хоэнштадт,霍亨斯塔特	08117031	01	081	08117	08117031
2901471	Hohen Sprenz	hohen-sprenz	DE	18299	547	Europe/Berlin	53.91121	12.19482				12	00	13072	13072046
2901476	Hohenselchow	hohenselchow	DE	16306	0	Europe/Berlin	53.205	14.28068				11	00	12073	12073309
2901480	Hohenseefeld	hohenseefeld	DE	14913	0	Europe/Berlin	51.8895	13.30502				11	00	12072	12072298
2901509	Hohensaaten	hohensaaten	DE	16248	780	Europe/Berlin	52.87426	14.14198				11	00	12064	12064044
2901513	Hohenroth	hohenroth	DE	97618	0	Europe/Berlin	50.64177	8.13689				05	065	06532	06532007
2901514	Hohenroth	hohenroth	DE	97618	0	Europe/Berlin	50.31667	10.18333		Goenrot,Hohenroth,Khoehnrot,Khoenrot,huo heng luo te,Гоенрот,Хоенрот,Хоэнрот,Հոենրոթ,霍亨罗特	09673135	02	096	09673	09673135
2901515	Hohenroth	hohenroth	DE	97618	0	Europe/Berlin	49.47513	10.59134				02	095	09575	09575166
2901526	Hohenroda	hohenroda	DE	36284	0	Europe/Berlin	51.49881	12.42828				13	00	14730	14730280
2901549	Hohenreinkendorf	hohenreinkendorf	DE	16307	0	Europe/Berlin	53.23044	14.33029				11	00	12073	12073189
2901564	Hohen Pritz	hohen-pritz	DE	19406	513	Europe/Berlin	53.62924	11.89168		Hohen Pritz		12	00	13076	13076062
2901568	Hohenpolding	hohenpolding	DE	84432	1410	Europe/Berlin	48.38333	12.13333		Goenpol'ding,Khoehnpol'ding,Khoenpolding,huo heng bo er ding,hwhn pwldyng,Гоенпольдінг,Хоенполдинг,Хоэнпольдинг,هوهن پولدینگ,霍亨波尔丁	09177121	02	091	09177	09177121
2901572	Hohenpeißenberg	hohenpeissenberg	DE	82383	3924	Europe/Berlin	47.8	11		Goenpajsenberg,Hoachapeissaberg,Hoachapeißaberg,Hoenpaysenberg,Hohenpeissenberg,Hohenpeißenberg,Khoehnpajsenberg,Khoehnpajssenberg,Khoenpajsenberg,hoenpaisenberuku,huo en pai sen bei ge,hwhn paysnbrg,Гоенпайсенберг,Хоенпајсенберг,Хоэнпайсенберг,Хоэнпайссенберг,Հոենպայսենբերգ,هوهن پایسنبرگ,ホーエンパイセンベルク,霍恩派森贝格	09190130	02	091	09190	09190130
2901578	Hohenöllen	hohenollen	DE	67744	372	Europe/Berlin	49.61667	7.63333		Khoehnjollen,Khoenelen,huo hei nei lun,Хоенелен,Хоэнёллен,霍黑内伦	07336043	08	00	07336	07336043
2901588	Hohen Neuendorf	hohen-neuendorf	DE	16540	21893	Europe/Berlin	52.67631	13.27775		Goen-Noendorf,Hohen Neuendorf,Hohen Noyendorf,Khoehn-Nojendorf,Khoen Nojendorf,huo heng nuo yi en duo fu,hwhn nwyndwrf,hwyn nwyndwrf,Гоен-Ноєндорф,Хоен Нојендорф,Хоэн-Нойендорф,Հոհեն Նոյենդորֆ,هوهن نویندورف,هوين نويندورف,霍亨诺伊恩多夫		11	00	12065	12065144
2901602	Hohenmocker	hohenmocker	DE	17111	347	Europe/Berlin	53.81927	13.17677		Hohenmocker		12	00	13071	13071065
2901621	Hohenlockstedt	hohenlockstedt	DE	25551	6224	Europe/Berlin	53.96667	9.61667		Hohenlockstedt,Khoehnlokshtedt,Khoenlokshtet,Lockstedter Lager,huo heng luo ke si te,Хоенлокштет,Хоэнлокштедт,霍亨洛克斯特	01061042	10	00	01061	01061042
2901625	Hohenlinden	hohenlinden	DE	85664	2769	Europe/Berlin	48.15612	11.99458		Goenlinden,Khoehnlinden,Khoenlinden,huo heng lin deng,hwhn lyndn,Гоенлінден,Хоенлинден,Хоэнлинден,هوهن لیندن,霍亨林登	09175123	02	091	09175	09175123
2901634	Hohenleuben	hohenleuben	DE	07958	1778	Europe/Berlin	50.71128	12.05427		Hohenleuben,Khoehnlojben,Khoenlojben,huo heng luo yi ben,hwhnlwybn,hwynlwybn,Хоенлојбен,Хоэнлойбен,هوهنلویبن,هوينلويبن,霍亨洛伊本		15	00	16076	16076029
2901635	Hohenlepte	hohenlepte	DE	39264	234	Europe/Berlin	51.95471	12.00945		Hohenlepte		14	00	15082	15082430
2901638	Hohenleipisch	hohenleipisch	DE	04934	2562	Europe/Berlin	51.5	13.55		Hoenlaypis,Hohenleipisch,Khoehnlajpish,Khoenlajpish,huo heng lai pi shi,Хоенлајпиш,Хоэнлайпиш,Հոենլայպիշ,霍亨莱皮施	12062240	11	00	12062	12062240
2901640	Hohenleimbach	hohenleimbach	DE	56746	370	Europe/Berlin	50.41667	7.06667		Hohenleimbach,Leimbach	07131206	08	00	07131	07131206
2901653	Hohenkirchen	hohenkirchen	DE	99887	0	Europe/Berlin	53.91581	11.30638				12	00	13074	13074032
2901654	Hohenkirchen	hohenkirchen	DE	99887	0	Europe/Berlin	53.6626	7.9174		Hohenkirchen,Hoher Rucken,Hoher Rücken		06	00	03455	03455020
2901655	Hohenkirchen	hohenkirchen	DE	99887	0	Europe/Berlin	51.39677	9.47146				05	066	06633	06633007
2901656	Hohenkirchen	hohenkirchen	DE	99887	0	Europe/Berlin	50.96156	12.7716				13	00	14522	14522350
2901657	Hohenkirchen	hohenkirchen	DE	99887	0	Europe/Berlin	50.94859	12.21976				14	00	15084	15084442
2901658	Hohenkirchen	hohenkirchen	DE	99887	808	Europe/Berlin	50.85	10.7			16067092	15	00	16067	16067092
2901659	Höhenkirchen	hohenkirchen	DE	99887	0	Europe/Berlin	48.0199	11.71001		Hohenkirchen,Höhenkirchen		02	091	09184	09184127
2901670	Hohenkammer	hohenkammer	DE	85411	2256	Europe/Berlin	48.42406	11.52522		Goenkammer,Hohen Cammer,Hohenkamer,Hohenkammer,Khoehnkammer,Khoenkamer,huo heng ka mei er,hwhn kamr,Гоенкаммер,Хоенкамер,Хоэнкаммер,Հոհենկամեր,هوهن کامر,霍亨卡梅尔	09178133	02	091	09178	09178133
2901691	Hohenhorn	hohenhorn	DE	21526	443	Europe/Berlin	53.47647	10.3646			01053053	10	00	01053	01053053
2901731	Hohenhameln	hohenhameln	DE	31249	9815	Europe/Berlin	52.25755	10.06416		Khoehnkhamel'n,Khoenkhameln,huo en ha mo er en,Хоенхамелн,Хоэнхамельн,霍恩哈默尔恩	03157002	06	00	03157	03157002
2901756	Hohengandern	hohengandern	DE	37318	586	Europe/Berlin	51.37336	9.94776		Hohengandern,Khoehngandern,Khoengandern,huo heng gan de er en,Хоенгандерн,Хоэнгандерн,霍亨甘德尔恩	16061048	15	00	16061	16061048
2901757	Hohenfurch	hohenfurch	DE	86978	1512	Europe/Berlin	47.85	10.9		Hohenfurch,Hohenfurth	09190129	02	091	09190	09190129
2901763	Hohenfinow	hohenfinow	DE	16248	536	Europe/Berlin	52.8134	13.92491		Hohenfinov,Khoehnfinov,Khoenfinov,huo heng fei nuo,Хоенфинов,Хоэнфинов,Հոհենֆինով,霍亨菲诺	12060092	11	00	12060	12060092
2901773	Hohenfels	hohenfels	DE	78355	0	Europe/Berlin	50.25	6.73333				08	00	07233	07233033
2901774	Hohenfels	hohenfels	DE	78355	2156	Europe/Berlin	49.20397	11.84841		Goenfel's,Hohenfels,Khoehnfel's,Khoenfels,Гоенфельс,Хоенфелс,Хоэнфельс,Հոհենֆելս		02	093	09373	09373134
2901775	Hohenfels	hohenfels	DE	78355	0	Europe/Berlin	47.6	8.1				01	083	08337	08337002
2901781	Hohenfelden	hohenfelden	DE	99448	372	Europe/Berlin	50.87853	11.16056	328	Khoehnfel'den,Khoenfelden,huo heng fei er deng,Хоенфелден,Хоэнфельден,霍亨费尔登	16071032	15	00	16071	16071032
2901783	Hohenfelde	hohenfelde	DE	18184	1104	Europe/Berlin	54.36667	10.5			01057029	10	00	01057	01057029
2901784	Hohenfelde	hohenfelde	DE	18184	0	Europe/Berlin	54.07966	12.28621				12	00	13072	13072108
2901785	Hohenfelde	hohenfelde	DE	18184	0	Europe/Berlin	54.08088	11.91265				12	00	13072	13072047
2901786	Hohenfelde	hohenfelde	DE	18184	0	Europe/Berlin	53.86547	12.97566				12	00	13071	13071131
2901787	Hohenfelde	hohenfelde	DE	18184	937	Europe/Berlin	53.84324	9.62258			01061041	10	00	01061	01061041
2901788	Hohenfelde	hohenfelde	DE	18184	0	Europe/Berlin	53.77419	12.40378				12	00	13072	13072063
2901789	Hohenfelde	hohenfelde	DE	18184	0	Europe/Berlin	53.67943	12.01939				12	00	13076	13076015
2901790	Hohenfelde	hohenfelde	DE	18184	59	Europe/Berlin	53.63333	10.46667			01062033	10	00	01062	01062033
2901791	Hohenfelde	hohenfelde	DE	18184	0	Europe/Berlin	53.56167	10.02083				04	00	02000	02000000
2901792	Hohenfelde	hohenfelde	DE	18184	0	Europe/Berlin	53.55515	9.60643				06	00	03359	03359032
2901793	Hohenfelde	hohenfelde	DE	18184	0	Europe/Berlin	53.47099	14.32497				12	00	13075	13075113
2901794	Hohenfelde	hohenfelde	DE	18184	0	Europe/Berlin	53.13513	14.27862				11	00	12073	12073532
2901795	Hohenfelde	hohenfelde	DE	18184	0	Europe/Berlin	52.75179	8.66961				06	00	03251	03251015
2901803	Hohenerxleben	hohenerxleben	DE	39443	0	Europe/Berlin	51.85193	11.65467		Arrikesleva,Hohenerxleben		14	00	15089	15089310
2901831	Hohendorf	hohendorf	DE	17440	0	Europe/Berlin	54.39935	12.97297				12	00	13073	13073037
2901832	Hohendorf	hohendorf	DE	17440	954	Europe/Berlin	54.02903	13.73082				12	00	13075	13075144
2901833	Hohendorf	hohendorf	DE	17440	0	Europe/Berlin	51.94861	13.5575				11	00	12061	12061471
2901834	Hohendorf	hohendorf	DE	17440	0	Europe/Berlin	51.11643	12.33746				13	00	14729	14729170
2901835	Hohendorf	hohendorf	DE	17440	0	Europe/Berlin	50.96033	11.77141				15	00	16074	16074009
2901836	Hohendorf	hohendorf	DE	17440	0	Europe/Berlin	50.20768	12.30447		Hohendorf		13	00	14523	14523030
2901839	Hohendodeleben	hohendodeleben	DE	39167	1834	Europe/Berlin	52.10412	11.50473	117	Dodoleiba [a. 937],Dolae,Dolä,Ho'endo'lae,Hohendodeleben,Ho’endo’lä,Khoehndodeleben,Tudolon australis,Хоэндоделебен		14	00	15083	15083531
2901842	Hohen Demzin	hohen-demzin	DE	17166	480	Europe/Berlin	53.7214	12.54381				12	00	13072	13072045
2901849	Hohenburg	hohenburg	DE	92277	1725	Europe/Berlin	49.29507	11.79906		Goenburg,Hohenburg,Khoehnburg,Khoenburg,huo heng bao,Гоенбург,Хоенбург,Хоэнбург,Հոհենբուրգ,霍亨堡		02	093	09371	09371129
2901850	Hohenburg	hohenburg	DE	92277	0	Europe/Berlin	48.10021	12.23011		Hohenburg,Hohenzing		02	091	09187	09187176
2901851	Hohenburg	hohenburg	DE	92277	0	Europe/Berlin	47.6724	11.58749		Hohenburg		02	091	09173	09173135
2901861	Hohenbucko	hohenbucko	DE	04936	721	Europe/Berlin	51.76667	13.46667			12062237	11	00	12062	12062237
2901871	Höhenbrunn	hohenbrunn	DE	85662	0	Europe/Berlin	48.89627	13.40916				02	092	09272	09272143
2901872	Hohenbrunn	hohenbrunn	DE	85662	8590	Europe/Berlin	48.04785	11.70224		Goenbrunn,Hohenbrun,Khoehnbrunn,Khoenbrun,huo heng bu lun,hwhn brwn,Гоенбрунн,Хоенбрун,Хоэнбрунн,Հոհենբրուն,هوهن برون,霍亨布伦	09184129	02	091	09184	09184129
2901885	Hohenbollentin	hohenbollentin	DE	17111	149	Europe/Berlin	53.78822	13.02109		Hohenbollentin		12	00	13071	13071064
2901895	Hohenbocka	hohenbocka	DE	01945	1192	Europe/Berlin	51.43099	14.00982		Bukow,Hohenboka,Khoehnboka,Khoenboka,huo heng bo ka,Хоенбока,Хоэнбока,Հոհենբոկա,霍亨博卡	12066132	11	00	12066	12066132
2901900	Hohenberg-Krusemark	hohenberg-krusemark	DE	39596	669	Europe/Berlin	52.72491	11.94712		Hohenberg,Hohenberg-Krusemark,Khoehnberg-Kruzemark,Khoenberg-Krusemark,Khoenberg-Kruzemark,huo en bei ge-ke lu se ma ke,Хоенберг-Круземарк,Хоенберг-Крусемарк,Хоэнберг-Круземарк,霍恩贝格-克鲁瑟马克	15090245	14	00	15090	15090245
2901906	Hohenberg an der Eger	hohenberg-an-der-eger	DE	95691	1567	Europe/Berlin	50.09501	12.22008		Egeri Hoenberg,Goenberg-an-der-Eger,Hohenberg,Hohenberg an der Eger,Khoehnberg--na-Ehgere,Khoehnberg-na-Ehgere,Khoenberg an der Eger,ai ge er he pan huo heng bei ge,hwhnbrg an dr agr,hwynbrgh an dr ayghr,Гоенберг-ан-дер-Егер,Хоенберг ан дер Егер,Хоэнберг--на-Эгере,Хоэнберг-на-Эгере,Էգերի Հոենբերգ,هوهنبرگ ان در اگر,هوينبرغ أن در إيغر,ホーエンベルク・アン・デア・エーゲル,埃格尔河畔霍亨贝格		02	094	09479	09479127
2901979	Hohenau	hohenau	DE	94545	0	Europe/Berlin	49.39216	10.45408		Hohenau		02	095	09571	09571183
2901980	Hohenau	hohenau	DE	94545	0	Europe/Berlin	49.18333	9.65				01	081	08126	08126085
2901984	Hohenaspe	hohenaspe	DE	25582	2089	Europe/Berlin	53.98898	9.52774		Hohenasbe,Hohenaspe	01061040	10	00	01061	01061040
2901986	Hohenaltheim	hohenaltheim	DE	86745	629	Europe/Berlin	48.78402	10.53486		Goenal'tgajm,Khoehnal'tajm,Khoehnal'tkhajm,Khoenaltkhajm,hoen'arutohaimu,huo hei na er tai mu,Гоенальтгайм,Хоеналтхајм,Хоэнальтайм,Хоэнальтхайм,Հոենալթհայմ,ホーエンアルトハイム,霍黑纳尔泰姆	09779162	02	097	09779	09779162
2902064	Höheischweiler	hoheischweiler	DE	66989	1018	Europe/Berlin	49.23333	7.55			07340023	08	00	07340	07340023
2902230	Hohburg	hohburg	DE	04808	3061	Europe/Berlin	51.41168	12.80508				13	00	14729	14729245
2902235	Hohberg	hohberg	DE	77749	7809	Europe/Berlin	48.3227	7.89972		Hohberg		01	083	08317	08317065
2902237	Hohberg	hohberg	DE	77749	0	Europe/Berlin	50.20561	11.66257				02	094	09475	09475136
2902238	Höhberg	hohberg	DE	77749	0	Europe/Berlin	49.2	10.78333				02	095	09571	09571178
2902239	Höhberg	hohberg	DE	77749	0	Europe/Berlin	49.13712	10.67725				02	095	09577	09577136
2902284	Högsdorf	hogsdorf	DE	24327	458	Europe/Berlin	54.25	10.61667		Hogsdorf,Högsdorf	01057027	10	00	01057	01057027
2902297	Högersdorf	hogersdorf	DE	23795	403	Europe/Berlin	53.91667	10.28333		Hogersdorf,Högersdorf	01060041	10	00	01060	01060041
2902316	Högel	hogel	DE	25858	462	Europe/Berlin	54.65	9.06667		Hogel,Högel	01054045	10	00	01054	01054045
2902351	Hofstetten	hofstetten	DE	77716	0	Europe/Berlin	48.88948	12.62394				02	092	09263	09263000
2902352	Hofstetten	hofstetten	DE	77716	0	Europe/Berlin	50.0712	10.64282				02	096	09674	09674164
2902353	Hofstetten	hofstetten	DE	77716	0	Europe/Berlin	50.05617	9.6569		Hofstetten		02	096	09677	09677131
2902354	Hofstetten	hofstetten	DE	77716	0	Europe/Berlin	49.85934	9.20268		Hofstetten		02	096	09676	09676133
2902355	Hofstetten	hofstetten	DE	77716	0	Europe/Berlin	49.56944	9.75778				01	081	08128	08128139
2902356	Hofstetten	hofstetten	DE	77716	0	Europe/Berlin	49.4563	11.57298				02	095	09574	09574147
2902357	Hofstetten	hofstetten	DE	77716	0	Europe/Berlin	49.37885	11.93788				02	093	09371	09371120
2902358	Höfstetten	hofstetten	DE	77716	0	Europe/Berlin	49.36132	10.75363				02	095	09571	09571165
2902359	Höfstetten	hofstetten	DE	77716	0	Europe/Berlin	49.27213	10.59604				02	095	09561	09561000
2902360	Höfstetten	hofstetten	DE	77716	0	Europe/Berlin	49.25896	10.52534				02	095	09571	09571166
2902361	Hofstetten	hofstetten	DE	77716	0	Europe/Berlin	49.22802	11.13001				02	095	09576	09576143
2902362	Höfstetten	hofstetten	DE	77716	0	Europe/Berlin	49.18967	10.88576		Hofstetten,Höfstetten		02	095	09576	09576147
2902363	Hofstetten	hofstetten	DE	77716	0	Europe/Berlin	49.18013	11.16863				02	095	09576	09576127
2902364	Höfstetten	hofstetten	DE	77716	0	Europe/Berlin	49.16071	10.46107				02	095	09571	09571223
2902366	Hofstetten	hofstetten	DE	77716	0	Europe/Berlin	48.98333	10.23333				01	081	08136	08136019
2902367	Hofstetten	hofstetten	DE	77716	0	Europe/Berlin	48.87414	11.32836				02	091	09176	09176132
2902368	Hofstetten	hofstetten	DE	77716	0	Europe/Berlin	48.4919	12.89476				02	092	09277	09277114
2902369	Hofstetten	hofstetten	DE	77716	0	Europe/Berlin	48.50382	12.72863				02	092	09277	09277119
2902370	Hofstetten	hofstetten	DE	77716	1661	Europe/Berlin	48.25846	8.06595			08317046	01	083	08317	08317046
2902371	Hofstetten	hofstetten	DE	77716	1764	Europe/Berlin	48.00847	10.97114			09181124	02	091	09181	09181124
2902372	Hofstetten	hofstetten	DE	77716	0	Europe/Berlin	47.67677	10.3473				02	097	09780	09780140
2902513	Hofkirchen	hofkirchen	DE	94544	0	Europe/Berlin	48.76321	12.30285		Hofkirchen		02	092	09278	09278144
2902514	Hofkirchen	hofkirchen	DE	94544	3712	Europe/Berlin	48.67805	13.11917		Danubi Hofkirxen,Gofkirkhen,Hofkirchen,Khofkirkhen,hwf kyrshn,Гофкірхен,Хофкирхен,Դանուբի Հոֆկիրխեն,هوف کیرشن		02	092	09275	09275127
2902515	Hofkirchen	hofkirchen	DE	94544	0	Europe/Berlin	48.3	12.08333				02	091	09177	09177139
2902531	Hofheim in Unterfranken	hofheim-in-unterfranken	DE	97461	5199	Europe/Berlin	50.13675	10.52321		Hofheim,Hofheim in Mainfranken,Hofheim in Unterfranken		02	096	09674	09674149
2902533	Hofheim am Taunus	hofheim-am-taunus	DE	65719	37750	Europe/Berlin	50.09019	8.4493		Gofgajm,Hofheim,Hofheim am Taunus,Hofheim in Taunus,Khofkhajm am Taunus,Khofkhajm-am-Taunus,hwfhaym am tanws,hwfhaym am tawnws,tao nu si shan lu huo fu hai mu,Гофгайм,Хофхайм-ам-Таунус,Хофхајм ам Таунус,هوفهايم آم تاونوس,هوفهایم ام تانوس,ホーフハイム・アム・タウヌス,陶努斯山麓霍夫海姆	06436	05	064	06436	06436007
2902559	Hofgeismar	hofgeismar	DE	34369	16444	Europe/Berlin	51.49607	9.385		Chofnkaismar,Gofgajsmar,Hofgeismar,Khofgajsmar,hofugaisuma,huo fu gai si ma er,hwfgayzmar,hwfghayzmar,Χοφγκάισμαρ,Гофгайсмар,Хофгайсмар,Хофгајсмар,هوفغايزمار,هوفگایزمار,ホーフガイスマー,霍夫盖斯马尔		05	066	06633	06633013
2902587	Hoffeld	hoffeld	DE	24582	162	Europe/Berlin	54.18968	9.99128			01058076	10	00	01058	01058076
2902588	Hoffeld	hoffeld	DE	24582	338	Europe/Berlin	50.36667	6.81667			07131030	08	00	07131	07131030
2902589	Hoffeld	hoffeld	DE	24582	0	Europe/Berlin	49.43217	12.55232				02	093	09372	09372163
2902590	Hoffeld	hoffeld	DE	24582	0	Europe/Berlin	49.33333	9.8				01	081	08126	08126056
2902591	Hoffeld	hoffeld	DE	24582	0	Europe/Berlin	49.25467	12.29831				02	093	09376	09376117
2902592	Hoffeld	hoffeld	DE	24582	0	Europe/Berlin	48.99126	9.57038				01	081	08119	08119044
2902593	Hoffeld	hoffeld	DE	24582	0	Europe/Berlin	48.73528	9.18114				01	081	08111	08111000
2902619	Hofer	hofer	DE	29361	0	Europe/Berlin	48.46169	13.07636				02	092	09277	09277113
2902628	Höfen an der Enz	hofen-an-der-enz	DE	75339	1726	Europe/Berlin	48.8	8.58333		Hofen,Hofen an der Enz,Höfen,Höfen an der Enz	08235035	01	082	08235	08235035
2902731	Hofbieber	hofbieber	DE	36145	6372	Europe/Berlin	50.58629	9.83534		Gofbiber,Khofbiber,huo fu bi bei er,Гофбібер,Хофбибер,霍夫比贝尔	06631013	05	066	06631	06631013
2902751	Hof	hof	DE	56472	0	Europe/Berlin	47.85805	7.76484		Hof,Hof Baden		01	083	08315	08315130
2902764	Hof	hof	DE	56472	0	Europe/Berlin	48.67104	8.19368				01	082	08216	08216008
2902765	Hof	hof	DE	56472	0	Europe/Berlin	51.2396	13.18835				13	00	14730	14730210
2902766	Hof	hof	DE	56472	0	Europe/Berlin	51.08178	7.3554		Hof		07	053	05374	05374052
2902767	Hof	hof	DE	56472	1284	Europe/Berlin	50.66667	8.01667			07143243	08	00	07143	07143243
2902768	Hof	hof	DE	56472	49239	Europe/Berlin	50.31297	11.91261		Curia Variscorum,Dworc,Dwórc,Gof,HOQ,Hof,Hof an der Saale,Hofas,Khof,hofu,hopeu,huo fu,hwf,hwf  alman,Гоф,Хоф,Հոֆ,هوف,هوف، آلمان,ホーフ,霍夫,호프	09464	02	094	09464	09464000
2902769	Hof	hof	DE	56472	0	Europe/Berlin	49.81367	10.46418				02	094	09471	09471128
2902770	Hof	hof	DE	56472	0	Europe/Berlin	49.46667	12.4				02	093	09376	09376151
2902771	Hof	hof	DE	56472	0	Europe/Berlin	49.20213	12.69631				02	093	09372	09372116
2902772	Hof	hof	DE	56472	0	Europe/Berlin	49.04254	12.93082				02	092	09276	09276128
2902773	Hof	hof	DE	56472	0	Europe/Berlin	48.98295	12.48362				02	093	09375	09375210
2902774	Hof	hof	DE	56472	0	Europe/Berlin	48.78955	13.19332				02	092	09271	09271149
2902775	Hof	hof	DE	56472	0	Europe/Berlin	48.70842	13.39732				02	092	09275	09275160
2902776	Hof	hof	DE	56472	0	Europe/Berlin	48.69435	13.53588				02	092	09275	09275119
2902777	Hof	hof	DE	56472	0	Europe/Berlin	48.66665	9.17234				01	081	08116	08116078
2902778	Hof	hof	DE	56472	0	Europe/Berlin	48.62914	13.41357				02	092	09275	09275151
2902779	Hof	hof	DE	56472	0	Europe/Berlin	48.63482	12.59173				02	092	09279	09279125
2902780	Hof	hof	DE	56472	0	Europe/Berlin	48.50888	8.36811				01	082	08237	08237004
2902781	Hof	hof	DE	56472	0	Europe/Berlin	48.35137	11.31107				02	091	09174	09174118
2902782	Hof	hof	DE	56472	0	Europe/Berlin	48.29149	12.96746				02	092	09277	09277145
2902783	Hof	hof	DE	56472	0	Europe/Berlin	48.01427	12.76929				02	091	09189	09189152
2902784	Hof	hof	DE	56472	0	Europe/Berlin	47.89126	8.17357				01	083	08315	08315068
2902785	Hof	hof	DE	56472	0	Europe/Berlin	47.81278	11.81744				02	091	09182	09182125
2902786	Hof	hof	DE	56472	0	Europe/Berlin	47.81667	9.63333				01	084	08436	08436082
2902787	Hof	hof	DE	56472	0	Europe/Berlin	47.82156	8.0154		Bernau-Hof,Hof		01	083	08337	08337013
2902788	Hof	hof	DE	56472	0	Europe/Berlin	47.77146	7.87007				01	083	08336	08336025
2902789	Hof	hof	DE	56472	0	Europe/Berlin	47.62849	10.21083				02	097	09780	09780143
2902790	Hof	hof	DE	56472	0	Europe/Berlin	47.58332	10.63163				02	097	09777	09777129
2902810	Hodorf	hodorf	DE	25569	239	Europe/Berlin	53.90057	9.42992		Hodorf	01061039	10	00	01061	01061039
2902813	Hödingen	hodingen	DE	39356	0	Europe/Berlin	47.78759	9.12975		Hodingen,Hödingen		01	084	08435	08435059
2902818	Hodenhagen	hodenhagen	DE	29693	3168	Europe/Berlin	52.76506	9.59495		Khodenkhagen,huo deng ha gen,Ходенхаген,霍登哈根	03358014	06	00	03358	03358014
2902831	Hockweiler	hockweiler	DE	54316	198	Europe/Berlin	49.70311	6.69213			07235048	08	00	07235	07235048
2902852	Hockenheim	hockenheim	DE	68766	20614	Europe/Berlin	49.32334	8.55194		Gokkengajm,Hockenheim,Hoggene,Hokenhaimas,Khokenkhajm,Khokkenkhajm,hokkenhaimu,huo ken hai mu,hwknhaym,Гоккенгайм,Хокенхајм,Хоккенхайм,هوكنهايم,هوکنهایم,ホッケンハイム,霍肯海姆		01	082	08226	08226032
2902965	Höchstenbach	hochstenbach	DE	57629	705	Europe/Berlin	50.63361	7.74472		Hoechstenbach,Höchstenbach,Khekhstenbakh,Khjokhstenbakh,Khjokstenbakh,he xi si teng ba he,Хехстенбах,Хёкстенбах,Хёхстенбах,赫希斯滕巴赫	07143241	08	00	07143	07143241
2902974	Hochstein	hochstein	DE	67722	0	Europe/Berlin	49.57724	7.84237		Hochstein		08	00	07333	07333503
2902975	Hochstein	hochstein	DE	67722	0	Europe/Berlin	48.71662	10.59417				02	097	09773	09773117
2902988	Höchstberg	hochstberg	DE	56767	0	Europe/Berlin	49.2868	9.22434		Hochstberg,Höchstberg		01	081	08125	08125039
2902996	Hochstätten	hochstatten	DE	55585	698	Europe/Berlin	49.76667	7.83333		Hochstaetten,Hochstätten,Khokhshteten,Khokhshtetten,Khokstetten,huo si te teng,Хокстеттен,Хохштетен,Хохштеттен,霍斯特滕	07133045	08	00	07133	07133045
2903179	Hochheim	hochheim	DE	97633	530	Europe/Berlin	50.95917	10.99871		Hochheim		15	00	16051	16051000
2903012	Höchstädt an der Donau	hochstadt-an-der-donau	DE	89420	6795	Europe/Berlin	48.61124	10.56816		Danubi Hyoxstadt,Gekstedt-an-der-Donau,Hochstadt,Hochstatt,Hoechstaedt an der Donau,Höchstädt,Höchstädt an der Donau,Khekhshtet na Dunavu,Khjokhshtedt-an-der-Donau,Khjokhshtedt-na-Dunae,hwashtat an dr danwb,hwshtat an dr dwnaw,Гекстедт-ан-дер-Донау,Дунайдагы Хөхштедт,Хехштет на Дунаву,Хёхштедт-ан-дер-Донау,Хёхштедт-на-Дунае,Դանուբի Հյոխշտադտ,هواشتات ان در دانوب,هوشتات أن در دوناو		02	097	09773	09773139
2903013	Hochstadt am Main	hochstadt-am-main	DE	96272	1702	Europe/Berlin	50.15009	11.17116		Gokhshtadt-am-Majn,Hochstadt,Khokhshtadt-na-Majne,Khokhshtat na Majni,hwkhshtat am myn,mei yin he pan huo si ta te,Гохштадт-ам-Майн,Хохштадт-на-Майне,Хохштат на Мајни,Մայնի Հոխշթաթ,هوخشتات ام مین,ホーホシュタット・アム・マイン,美因河畔霍斯塔特		02	094	09478	09478127
2903014	Hochstadt	hochstadt	DE	76879	0	Europe/Berlin	50.15313	8.83578		Hochstadt		05	064	06435	06435019
2903015	Höchstädt	hochstadt	DE	76879	0	Europe/Berlin	49.69875	11.41044		Hochstadt,Höchstädt		02	094	09472	09472118
2903016	Höchstadt an der Aisch	hochstadt-an-der-aisch	DE	91315	13418	Europe/Berlin	49.70617	10.81329		Gekhshtadt,Hochstadt,Hoechstadt,Höchstadt,Khekhshtat an der Ajsh,Khjokhshtadt-na-Ajshe,ai shi he pan he xi shi ta te,hwashtat an dr aysh,hwshtat an dr aysh,Айштагы Хөхштадт,Гехштадт,Хехштат ан дер Ајш,Хёхштадт-на-Айше,هواشتات ان در آیش,هوشتات أن در آيش,ヘーヒシュタット・アン・デア・アイシュ,艾施河畔赫希施塔特		02	095	09572	09572135
2903017	Hochstadt	hochstadt	DE	76879	0	Europe/Berlin	48.99785	10.50254				02	097	09779	09779147
2903018	Hochstadt	hochstadt	DE	76879	0	Europe/Berlin	48.05554	11.26811				02	091	09188	09188144
2903026	Hochspeyer	hochspeyer	DE	67691	4877	Europe/Berlin	49.44207	7.89504		Hochschbaija,Khokhshpajer,Khokhspajer,Khokspejer,gao shi pai er,hohhoshupaiya,Хокспейер,Хохспајер,Хохшпайер,ホッホシュパイヤー,高施派尔	07335015	08	00	07335	07335015
2903037	Hochscheid	hochscheid	DE	54472	0	Europe/Berlin	50.56134	7.44972				08	00	07138	07138006
2903038	Hochscheid	hochscheid	DE	54472	255	Europe/Berlin	49.88333	7.21667		Khokhshajd,Khokskhajd,huo sha yi de,Хоксхайд,Хохшайд,Хохшајд,霍沙伊德	07231056	08	00	07231	07231056
2903125	Hochkirch	hochkirch	DE	02627	2525	Europe/Berlin	51.14898	14.57063		Bukecy,Gokhkirkh,Hochkirch/Bukecy,Hochkirchi vald,Khokhkirkh,huo ji er xi,Гохкірх,Хохкирх,霍基尔希	14625230	13	00	14625	14625230
2903175	Hochheim am Main	hochheim-am-main	DE	65239	17027	Europe/Berlin	50.01436	8.35218		Gokhgajm-am-Majn,Hochheim,Hochheim am Main,Khokhajm na Majni,Khokhkhajm-am-Majn,hkhhaym am mayn,mei yin he pan huo hai mu,Гохгайм-ам-Майн,Хохајм на Мајни,Хоххайм-ам-Майн,هخهایم ام ماین,ホーホハイム・アム・マイン,美因河畔霍海姆		05	064	06436	06436006
2903176	Hochheim	hochheim	DE	97633	0	Europe/Berlin	49.63922	8.33169		Hochheim		08	00	07319	07319000
2903177	Hochheim	hochheim	DE	97633	0	Europe/Berlin	53.23646	12.06389				11	00	12070	12070325
2903178	Hochheim	hochheim	DE	97633	0	Europe/Berlin	51.01667	10.66667			16067091	15	00	16067	16067091
2903180	Höchheim	hochheim	DE	97633	1295	Europe/Berlin	50.36667	10.45		Gekhgajm,Hyoxhaym,Khekhkhajm,Khjokhkhajm,he xia yi mu,Гехгайм,Хеххајм,Хёххайм,Հյոխհայմ,赫夏伊姆	09673134	02	096	09673	09673134
2903256	Höchenschwand	hochenschwand	DE	79862	2478	Europe/Berlin	47.73333	8.16667		Gekhenshvand,Hoechenschwand,Höchenschwand,Khekhenshvand,Khjokhenshvand,he xing shi wan de,Гехеншванд,Хехеншванд,Хёхеншванд,赫兴施万德	08337051	01	083	08337	08337051
2903281	Hochdorf	hochdorf	DE	73269	0	Europe/Berlin	48.0486	7.80337		Hochdorf		01	083	08311	08311000
2903282	Hochdorf	hochdorf	DE	73269	0	Europe/Berlin	50.82795	11.32364				15	00	16071	16071008
2903283	Hochdorf	hochdorf	DE	73269	0	Europe/Berlin	49.61632	12.18768				02	093	09374	09374146
2903284	Hochdorf	hochdorf	DE	73269	0	Europe/Berlin	49.41667	8.27333		Hochdorf		08	00	07338	07338014
2903285	Hochdorf	hochdorf	DE	73269	0	Europe/Berlin	49.13012	11.9103				02	093	09375	09375131
2903286	Hochdorf	hochdorf	DE	73269	0	Europe/Berlin	48.91362	13.10484				02	092	09276	09276116
2903287	Hochdorf	hochdorf	DE	73269	0	Europe/Berlin	48.89852	9.29495				01	081	08118	08118081
2903288	Hochdorf	hochdorf	DE	73269	0	Europe/Berlin	48.88629	9.00036		Hochdorf		01	081	08118	08118012
2903289	Hochdorf	hochdorf	DE	73269	0	Europe/Berlin	48.74187	10.54318				02	097	09773	09773117
2903290	Hochdorf	hochdorf	DE	73269	4665	Europe/Berlin	48.69283	9.46494			08116027	01	081	08116	08116027
2903291	Hochdorf	hochdorf	DE	73269	0	Europe/Berlin	48.58813	8.50698				01	082	08237	08237073
2903292	Hochdorf	hochdorf	DE	73269	0	Europe/Berlin	48.49562	8.72134				01	082	08235	08235046
2903293	Hochdorf	hochdorf	DE	73269	0	Europe/Berlin	48.24387	11.0458				02	097	09771	09771145
2903294	Hochdorf	hochdorf	DE	73269	0	Europe/Berlin	48.15934	9.93699				01	084	08426	08426108
2903295	Hochdorf	hochdorf	DE	73269	2069	Europe/Berlin	48.0256	9.78778		Gokhdorf,Hoxdorf,Khokhdorf,hokhdorpi,Гохдорф,Хохдорф,Հոխդորֆ,ჰოხდორფი	08426058	01	084	08426	08426058
2903298	Hochdonn	hochdonn	DE	25712	1233	Europe/Berlin	54.02663	9.27624		Hochdorn	01051051	10	00	01051	01051051
2903327	Höchberg	hochberg	DE	97204	9372	Europe/Berlin	49.78446	9.88223		Gekhberg,Hochberg,Hoechberg,Hyoxberg,Höchberg,Khekhberg,Khjokhberg,he xi bei ge,hehiberuku,Гехберг,Хехберг,Хёхберг,Հյոխբերգ,ヘーヒベルク,赫希贝格		02	096	09679	09679147
2903328	Hochberg	hochberg	DE	97204	0	Europe/Berlin	48.88713	9.27984				01	081	08118	08118081
2903330	Hochberg	hochberg	DE	97204	0	Europe/Berlin	48.22487	9.4246				01	084	08415	08415085
2903331	Hochberg	hochberg	DE	97204	0	Europe/Berlin	48.14931	9.24002				01	084	08437	08437008
2903332	Hochberg	hochberg	DE	97204	0	Europe/Berlin	47.98547	9.53556		Hochberg		01	084	08437	08437100
2903333	Hochberg	hochberg	DE	97204	0	Europe/Berlin	47.78333	9.56667				01	084	08436	08436064
2903334	Hochberg	hochberg	DE	97204	0	Europe/Berlin	47.68655	10.19288				02	097	09780	09780117
2903335	Hochberg	hochberg	DE	97204	0	Europe/Berlin	47.68333	9.91667				01	084	08436	08436094
2903420	Hobeck	hobeck	DE	39279	480	Europe/Berlin	52.07743	12.04108		Hobeck,Hohbeck		14	00	15086	15086140
2903445	Hitzhusen	hitzhusen	DE	24576	1225	Europe/Berlin	53.92397	9.85262		Hitzhusen	01060040	10	00	01060	01060040
2903446	Hitzhofen	hitzhofen	DE	85122	0	Europe/Berlin	48.85	11.31667		Gicgofen,Khickhofen,hytshwfn,xi ci huo fen,Гіцгофен,Хицхофен,Հիցհոֆեն,هیتسهوفن,希茨霍芬	09176132	02	091	09176	09176132
2903470	Hitzacker	hitzacker	DE	29456	5173	Europe/Berlin	53.15254	11.04418		Khicaker,Khitcakker,Ljauci,hytsakr,xi cha ke er,Хитцаккер,Хицакер,هيتسآكر,هیتس‌آکر,希察克尔		06	00	03354	03354009
2903480	Hittbergen	hittbergen	DE	21522	879	Europe/Berlin	53.3445	10.58914			03355018	06	00	03355	03355018
2903489	Hisel	hisel	DE	54646	16	Europe/Berlin	49.96309	6.37404			07232502	08	00	07232	07232502
2903494	Hirz-Maulsbach	hirz-maulsbach	DE	57635	302	Europe/Berlin	50.68333	7.48333			07132053	08	00	07132	07132053
2903503	Hirzenhain	hirzenhain	DE	63697	0	Europe/Berlin	50.79933	8.38193				05	065	06532	06532009
2903504	Hirzenhain	hirzenhain	DE	63697	3026	Europe/Berlin	50.4	9.13333		Gircengajn,Hirzenhain,Khircenkhajn,hirutsu~enhain,xi er cen hai en,Гірценгайн,Хирценхайн,Хирценхајн,ヒルツェンハイン,希尔岑海恩	06440011	05	064	06440	06440011
2903540	Hirten	hirten	DE	56729	312	Europe/Berlin	50.33333	7.1			07137036	08	00	07137	07137036
2903541	Hirten	hirten	DE	56729	0	Europe/Berlin	48.14911	12.66072				02	091	09171	09171135
2903565	Hirschstein	hirschstein	DE	01594	0	Europe/Berlin	50.65	13.15		Hirschstein		13	00	14521	14521390
2903566	Hirschstein	hirschstein	DE	01594	0	Europe/Berlin	49.10678	11.81917				02	093	09375	09375118
2903580	Hirschroda	hirschroda	DE	06636	198	Europe/Berlin	51.20594	11.68469		Hirschroda		14	00	15084	15084025
2903581	Hirschroda	hirschroda	DE	06636	0	Europe/Berlin	51.02249	11.65573				15	00	16074	16074011
2903624	Hirschhorn	hirschhorn	DE	67732	799	Europe/Berlin	49.51973	7.67879		Hirschhorn,Hirschhorn/Pfalz,Pfalz		08	00	07335	07335014
2903625	Hirschhorn	hirschhorn	DE	67732	3691	Europe/Berlin	49.44566	8.89594		Hirschhorn		05	064	06431	06431012
2903626	Hirschhorn	hirschhorn	DE	67732	0	Europe/Berlin	48.36518	12.75693		Hirschhorn,Hirsehorn		02	092	09277	09277153
2903657	Hirschfelde	hirschfelde	DE	02788	0	Europe/Berlin	52.63666	13.79926				11	00	12060	12060280
2903658	Hirschfelde	hirschfelde	DE	02788	3994	Europe/Berlin	50.94437	14.8851				13	00	14626	14626610
2903659	Hirschfeld	hirschfeld	DE	04932	1436	Europe/Berlin	51.38333	13.61667			12062232	11	00	12062	12062232
2903660	Hirschfeld	hirschfeld	DE	04932	0	Europe/Berlin	51.32375	12.52665				13	00	14713	14713000
2903661	Hirschfeld	hirschfeld	DE	04932	0	Europe/Berlin	51.03988	13.35628		Hirschfeld		13	00	14522	14522480
2903662	Hirschfeld	hirschfeld	DE	04932	135	Europe/Berlin	50.94162	12.18791			16076028	15	00	16076	16076028
2903663	Hirschfeld	hirschfeld	DE	04932	1287	Europe/Berlin	50.62453	12.45722			14524110	13	00	14524	14524110
2903664	Hirschfeld	hirschfeld	DE	04932	0	Europe/Berlin	50.41344	11.33703				02	094	09476	09476175
2903665	Hirschfeld	hirschfeld	DE	04932	0	Europe/Berlin	49.94581	10.18746				02	096	09678	09678170
2903666	Hirschfeld	hirschfeld	DE	04932	342	Europe/Berlin	49.89762	7.24191		Hirschfeld		08	00	07140	07140053
2903716	Hirschberg	hirschberg	DE	07927	0	Europe/Berlin	51.42977	8.27556		Hirschberg		07	059	05974	05974044
2903717	Hirschberg	hirschberg	DE	07927	0	Europe/Berlin	50.64067	13.39693		Hirschberg		13	00	14521	14521460
2903718	Hirschberg	hirschberg	DE	07927	0	Europe/Berlin	50.65073	8.27018				05	065	06532	06532012
2903719	Hirschberg	hirschberg	DE	07927	0	Europe/Berlin	50.60227	13.31395				13	00	14521	14521390
2903720	Hirschberg	hirschberg	DE	07927	0	Europe/Berlin	50.40538	11.81829		Hirschberg		15	00	16075	16075046
2903721	Hirschberg	hirschberg	DE	07927	402	Europe/Berlin	50.37877	7.92485			07141057	08	00	07141	07141057
2903722	Hirschberg	hirschberg	DE	07927	0	Europe/Berlin	50.22371	12.01029				02	094	09475	09475162
2903723	Hirschberg	hirschberg	DE	07927	0	Europe/Berlin	49.03663	11.45428				02	091	09176	09176114
2903724	Hirschberg	hirschberg	DE	07927	0	Europe/Berlin	49.02231	12.58922				02	092	09278	09278120
2903725	Hirschberg	hirschberg	DE	07927	0	Europe/Berlin	47.92888	11.92866				02	091	09187	09187122
2903791	Hirschbach	hirschbach	DE	92275	0	Europe/Berlin	50.90749	13.74617		Hirschbach		13	00	14628	14628130
2903792	Hirschbach	hirschbach	DE	92275	0	Europe/Berlin	50.67122	12.07535				15	00	16076	16076039
2903793	Hirschbach	hirschbach	DE	92275	0	Europe/Berlin	50.56212	10.73743				15	00	16069	16069043
2903794	Hirschbach	hirschbach	DE	92275	1299	Europe/Berlin	49.55	11.53333			09371128	02	093	09371	09371128
2903795	Hirschbach	hirschbach	DE	92275	0	Europe/Berlin	49.0972	10.38614				02	095	09571	09571139
2903796	Hirschbach	hirschbach	DE	92275	0	Europe/Berlin	49.01219	13.36004				02	092	09276	09276121
2903797	Hirschbach	hirschbach	DE	92275	0	Europe/Berlin	48.93265	9.76213				01	081	08136	08136027
2903798	Hirschbach	hirschbach	DE	92275	0	Europe/Berlin	48.56473	10.76167				02	097	09773	09773182
2903799	Hirschbach	hirschbach	DE	92275	0	Europe/Berlin	48.47657	11.02863				02	097	09771	09771140
2903800	Hirschbach	hirschbach	DE	92275	0	Europe/Berlin	48.4727	11.65334				02	091	09178	09178136
2903801	Hirschbach	hirschbach	DE	92275	0	Europe/Berlin	48.45343	13.03579				02	092	09277	09277113
2903805	Hirschau	hirschau	DE	92242	0	Europe/Berlin	47.85668	12.53675				02	091	09189	09189119
2903806	Hirschau	hirschau	DE	92242	6258	Europe/Berlin	49.54396	11.94617		Girshau,Hirsau,Hirschau,Khirshau,hyrshaw,xi er shao,Гіршау,Хиршау,Հիրշաու,هيرشاو,هیرشاو,希尔绍		02	093	09371	09371127
2903807	Hirschau	hirschau	DE	92242	0	Europe/Berlin	48.50151	8.99634				01	084	08416	08416041
2903810	Hirschaid	hirschaid	DE	96114	11508	Europe/Berlin	49.81789	10.98918		Girshajd,Hirsayd,Hirschaid,Khirshajd,hirushaito,Гіршайд,Хиршайд,Хиршајд,Հիրշայդ,ヒルシャイト		02	094	09471	09471145
2903817	Hirrlingen	hirrlingen	DE	72145	2963	Europe/Berlin	48.41245	8.88742		Girrlingen,Khirlingen,xi er lin gen,Гіррлінген,Хирлинген,希尔林根	08416018	01	084	08416	08416018
2903841	Hipstedt	hipstedt	DE	27432	1296	Europe/Berlin	53.48333	8.96667			03357027	06	00	03357	03357027
2903860	Hinzweiler	hinzweiler	DE	67756	426	Europe/Berlin	49.58333	7.55		Khincvajler,xin ci wei lei,Хинцвайлер,Хинцвајлер,欣茨韦勒	07336042	08	00	07336	07336042
2903874	Hinzenburg	hinzenburg	DE	54316	133	Europe/Berlin	49.66667	6.73333			07235046	08	00	07235	07235046
2903889	Hinterzarten	hinterzarten	DE	79856	2631	Europe/Berlin	47.90276	8.10701		Gintercarten,Khintercarten,xin te cha er teng,Гінтерцартен,Хинтерцартен,Հինտերցարտեն,欣特察尔滕	08315052	01	083	08315	08315052
2903903	Hinterweiler	hinterweiler	DE	54570	229	Europe/Berlin	50.23645	6.75582			07233030	08	00	07233	07233030
2903904	Hinterweiler	hinterweiler	DE	54570	0	Europe/Berlin	48.461	9.09458				01	084	08416	08416015
2903905	Hinterweiler	hinterweiler	DE	54570	0	Europe/Berlin	47.98251	9.7453				01	084	08426	08426062
2903908	Hinterweidenthal	hinterweidenthal	DE	66999	1727	Europe/Berlin	49.2	7.75		Khintervajdental,Khintervajdental',xin te er wei deng ta er,Хинтервайденталь,Хинтервајдентал,欣特尔魏登塔尔	07340020	08	00	07340	07340020
2903926	Hintertiefenbach	hintertiefenbach	DE	55743	427	Europe/Berlin	49.73333	7.35			07134041	08	00	07134	07134041
2903975	Hintersee	hintersee	DE	17375	353	Europe/Berlin	53.63076	14.25792		Hintersee		12	00	13075	13075051
2903976	Hintersee	hintersee	DE	17375	0	Europe/Berlin	51.66231	12.9383				14	00	15091	15091010
2903977	Hintersee	hintersee	DE	17375	0	Europe/Berlin	47.56465	10.15361				02	097	09780	09780124
2903991	Hinterschmiding	hinterschmiding	DE	94146	2578	Europe/Berlin	48.82337	13.60369		Gintershmiding,Khintershmiding,hyntrshmydyng,xin te er shi mi ding,Гінтершмідінг,Хинтершмидинг,Հինթերշմիդինգ,هینترشمیدینگ,欣特尔施米丁	09272126	02	092	09272	09272126
2904397	Hinte	hinte	DE	26759	7264	Europe/Berlin	53.41667	7.18333		Khinte,xin te,Хинте,欣特	03452011	06	00	03452	03452011
2904403	Hinsdorf	hinsdorf	DE	06386	519	Europe/Berlin	51.72244	12.15227		Hinsdorf		14	00	15082	15082377
2904417	Hinrichshagen	hinrichshagen	DE	17194	0	Europe/Berlin	54.19032	12.20926		Hhg		12	00	13003	13003000
2904418	Hinrichshagen	hinrichshagen	DE	17194	174	Europe/Berlin	53.61513	12.66747		Hinrichshagen		12	00	13071	13071172
2904419	Hinrichshagen	hinrichshagen	DE	17194	0	Europe/Berlin	53.44787	13.50975				12	00	13071	13071164
2904448	Hingstheide	hingstheide	DE	25563	81	Europe/Berlin	53.9	9.75		Hingstheide	01061038	10	00	01061	01061038
2904466	Hindenburg	hindenburg	DE	39596	0	Europe/Berlin	53.25	13.71667				11	00	12073	12073429
2904467	Hindenburg	hindenburg	DE	39596	0	Europe/Berlin	53.09459	13.46134				11	00	12073	12073572
2904468	Hindenburg	hindenburg	DE	39596	425	Europe/Berlin	52.75458	11.92892				14	00	15090	15090245
2904469	Hindenberg	hindenberg	DE	03222	0	Europe/Berlin	53.76825	11.18255				12	00	13074	13074081
2904470	Hindenberg	hindenberg	DE	03222	0	Europe/Berlin	53.04101	13.00575				11	00	12068	12068280
2904471	Hindenberg	hindenberg	DE	03222	0	Europe/Berlin	51.85317	13.84637		Hindenberg,Zelnjojce,Želnjojce		11	00	12066	12066196
2904473	Bad Hindelang	bad-hindelang	DE	87541	0	Europe/Berlin	47.50624	10.3723		Bad Hindelang,Bad Khindelang,Bad-Gindelang,Bad-Khindelang,Hindelang,ba te xin de lang,Бад Хинделанг,Бад-Гінделанг,Бад-Хинделанг,Բադ Հինդելանգ,巴特欣德朗		02	097	09780	09780123
2904481	Himmighofen	himmighofen	DE	56357	347	Europe/Berlin	50.21201	7.76553			07141055	08	00	07141	07141055
2904499	Himmelstadt	himmelstadt	DE	97267	1798	Europe/Berlin	49.92389	9.80167			09677142	02	096	09677	09677142
2904543	Himmelpforten	himmelpforten	DE	21709	4820	Europe/Berlin	53.61413	9.30516		Himmelpforten,Himmelpoorten,Khimelpforten,Khimmel'pforten,hinmerupuforuten,xi mei er pu fu er teng,Химелпфортен,Химмельпфортен,ヒンメルプフォルテン,希梅尔普福尔滕	03359025	06	00	03359	03359025
2904544	Himmelpforten	himmelpforten	DE	21709	0	Europe/Berlin	51.49602	8.00941				07	059	05974	05974012
2904546	Himmelpfort	himmelpfort	DE	16798	0	Europe/Berlin	53.17751	13.22776		Himmelpfort		11	00	12065	12065084
2904552	Himmelkron	himmelkron	DE	95502	3531	Europe/Berlin	50.06667	11.6		Gimmel'kron,Khimelkron,Khimmel'kron,hinmerukuron,hymlkwrn,xi mei er ke long,Гіммелькрон,Химелкрон,Химмелькрон,Հիմելքրոն,هیملکورن,ヒンメルクロン,希梅尔克龙	09477121	02	094	09477	09477121
2904574	Himbergen	himbergen	DE	29584	1856	Europe/Berlin	53.09418	10.72909		Khimbergen,xin bei er gen,Химберген,欣贝尔根	03360011	06	00	03360	03360011
2904575	Himbergen	himbergen	DE	29584	0	Europe/Berlin	52.23136	8.19671				06	00	03459	03459012
2904591	Hilzingen	hilzingen	DE	78247	8258	Europe/Berlin	47.76667	8.78333		Gil'cingen,Hilzingen,Khil'cingen,Khilcingen,xi er qin gen,Гільцинген,Хилцинген,Хильцинген,希尔钦根	08335035	01	083	08335	08335035
2904600	Hiltpoltstein	hiltpoltstein	DE	91355	1601	Europe/Berlin	49.66075	11.32272		Gil'tpol'tshtajn,Hiltpoltstein,Khil'tpol'tshtajn,Khiltpoltshtajn,hirutoporutoshutain,xi er te bo er ci tai yin,Гільтпольтштайн,Хилтполтштајн,Хильтпольтштайн,Հիլթփոլթշթայն,ヒルトポルトシュタイン,希尔特波尔茨泰因		02	094	09474	09474138
2904612	Hiltenfingen	hiltenfingen	DE	86856	1541	Europe/Berlin	48.16085	10.7175			09772157	02	097	09772	09772157
2904619	Hilst	hilst	DE	66957	371	Europe/Berlin	49.13333	7.53333			07340019	08	00	07340	07340019
2904625	Hilscheid	hilscheid	DE	54426	291	Europe/Berlin	49.73333	7			07231054	08	00	07231	07231054
2904638	Hilpoltstein	hilpoltstein	DE	91161	13069	Europe/Berlin	49.19047	11.1906		Gil'pol'tshtajn,Hilpoltstein,Khil'pol'tshtajn,Khilpoltshhajn,Khilpoltshtajn,hiruporutoshutain,hylbwltshtayn,xi er bo er ci tai yin,Гільпольтштайн,Хилполтштајн,Хилполтщайн,Хильпольтштайн,Հիլփոլտշթայն,هيلبولتشتاين,هیلپولت‌اشتاین,ヒルポルトシュタイン,希尔波尔茨泰因		02	095	09576	09576127
2904667	Hillscheid	hillscheid	DE	56204	2691	Europe/Berlin	50.40639	7.69861			07143031	08	00	07143	07143031
2904675	Hillmersdorf	hillmersdorf	DE	04936	0	Europe/Berlin	51.70909	13.48732				11	00	12062	12062134
2904687	Hillgroven	hillgroven	DE	25764	78	Europe/Berlin	54.21667	8.88333		Hillgroven	01051050	10	00	01051	01051050
2904690	Hillesheim	hillesheim	DE	54576	0	Europe/Berlin	50.88276	7.36438				07	053	05382	05382036
2904691	Hillesheim	hillesheim	DE	54576	3210	Europe/Berlin	50.29177	6.66963		Hillesheim		08	00	07233	07233029
2904692	Hillesheim	hillesheim	DE	54576	588	Europe/Berlin	49.77639	8.25611			07339028	08	00	07339	07339028
2904693	Hillersleben	hillersleben	DE	39343	824	Europe/Berlin	52.28247	11.47835		Hilersleben,Hilleslevo,Neu Hillersleben		14	00	15083	15083557
2904697	Hillerse	hillerse	DE	38543	0	Europe/Berlin	52.41667	10.4			03151012	06	00	03151	03151012
2904698	Hillerse	hillerse	DE	38543	2663	Europe/Berlin	51.68558	9.94973		Hillerse		06	00	03155	03155011
2904725	Hille	hille	DE	32479	16567	Europe/Berlin	52.33333	8.75		Hille	05770012	07	057	05770	05770012
2904735	Hilkenbrook	hilkenbrook	DE	26897	805	Europe/Berlin	52.98333	7.7			03454022	06	00	03454	03454022
2904741	Hilgertshausen-Tandern	hilgertshausen-tandern	DE	86567	3258	Europe/Berlin	48.4296	11.35428		Gil'gertsgauzen-Tandern,Hilgertshausen,Hilgertshauzen Tandern,Khil'gertskhauzen-Tandern,Khilgertskhauzen-Tandern,Kilkershausen,hylgrtshawzn,xi er ge er ci hao sen-tan de er en,Гільгертсгаузен-Тандерн,Хилгертсхаузен-Тандерн,Хильгертсхаузен-Тандерн,Հիլգերտսհաուզեն Տանդերն,هیلگرتسهاوزن,希尔格尔茨豪森-坦德尔恩	09174147	02	091	09174	09174147
2904742	Hilgert	hilgert	DE	56206	0	Europe/Berlin	50.61259	7.65394				08	00	07138	07138078
2904743	Hilgert	hilgert	DE	56206	1448	Europe/Berlin	50.45634	7.68735	310		07143030	08	00	07143	07143030
2904748	Hilgermissen	hilgermissen	DE	27318	2208	Europe/Berlin	52.85	9.16667		Khil'germissen,Khilgermisen,hirugamissen,xi er ge er mi sen,Хилгермисен,Хильгермиссен,ヒルガーミッセン,希尔格尔米森	03256013	06	00	03256	03256013
2904752	Hilgenroth	hilgenroth	DE	57612	312	Europe/Berlin	50.73333	7.65		Hilgenroth,Khil'genrot,Khilgenrot,hylgnrat,xi er gen luo te,Хилгенрот,Хильгенрот,هیلگنرات,希尔根罗特	07132052	08	00	07132	07132052
2904753	Hilgenroth	hilgenroth	DE	57612	0	Europe/Berlin	50.13752	7.93886				05	064	06439	06439005
2904784	Hildrizhausen	hildrizhausen	DE	71157	3474	Europe/Berlin	48.62423	8.96605		Gil'dricgauzen,Khil'drickhauzen,Khildrickhauzen,hildritshauzeni,xi er de li ci hao sen,Гільдріцгаузен,Хилдрицхаузен,Хильдрицхаузен,Հիլդրիցհաուզեն,ჰილდრიცჰაუზენი,希尔德里茨豪森	08115022	01	081	08115	08115022
2904789	Hildesheim	hildesheim	DE	31134	103052	Europe/Berlin	52.15077	9.95112	93	Chilnteschaim,Gil'dehsgajm,Gil'desgajm,Hildesheim,Hildesheima,Hildesheimas,Hildesia,Hilmessen,Khil'deskhajm,Khildeskhajm,ZNO,hildeseuhaim,hirudesuhaimu,hyldshaym,hyldshyym,hylds‌haym,xi er de si hai mu,Χίλντεσχαϊμ,Гільдесгайм,Гільдэсгайм,Хилдесхайм,Хилдесхајм,Хильдесхайм,הילדסהיים,هيلدسهايم,هیلدس‌هایم,ہیلڈشیم,ヒルデスハイム,希尔德斯海姆,힐데스하임	03254	06	00	03254	03254021
2904791	Hilders	hilders	DE	36115	4973	Europe/Berlin	50.5719	10.00297		Gil'ders,Hiltrica,Khil'ders,Khilders,xi er de er si,Гільдерс,Хилдерс,Хильдерс,希尔德尔斯	06631012	05	066	06631	06631012
2904795	Hilden	hilden	DE	40721	56565	Europe/Berlin	51.16818	6.93093		Gil'den,Hilde,Hilden,Khil'den,Khilden,ZNN,hyldn,xi er deng,Гільден,Хилден,Хильден,هيلدن,هیلدن,希爾登		07	051	05158	05158016
2904798	Hildebrandshausen	hildebrandshausen	DE	99976	424	Europe/Berlin	51.20051	10.21527		Hildebrandshausen		15	00	16064	16064074
2905208	Hettstadt	hettstadt	DE	97265	3780	Europe/Berlin	49.79944	9.815		Gettshtadt,Hetstad,Khetshtadt,Khetshtat,hei ci ta te,hettoshutatto,Геттштадт,Хетштадт,Хетштат,Հետշտադ,ヘットシュタット,黑茨塔特	09679146	02	096	09679	09679146
2904804	Hildburghausen	hildburghausen	DE	98646	12171	Europe/Berlin	50.42553	10.73184		Khil'dburgkhauzen,Khildburgkhauzen,hyldbwrghhawzn,xi er de bu ge hao sen,Хилдбургхаузен,Хильдбургхаузен,هيلدبورغهاوزن,هیلدبورگ‌هاوزن,希尔德布格豪森		15	00	16069	16069024
2904808	Hilchenbach	hilchenbach	DE	57271	16467	Europe/Berlin	50.99687	8.11062		Gil'khenbakh,Hilchenbach,Khil'khenbakh,Khilkhenbakh,hylshnbakh,xi er xing ba he,Гільхенбах,Хилхенбах,Хильхенбах,هيلشنباخ,هیلشنباخ,希尔兴巴赫		07	059	05970	05970020
2904814	Hilbersdorf	hilbersdorf	DE	07580	0	Europe/Berlin	51.18617	14.79082		Hilbersdorf		13	00	14626	14626570
2904815	Hilbersdorf	hilbersdorf	DE	07580	0	Europe/Berlin	50.9099	13.39681		Hilbersdorf		13	00	14522	14522035
2904816	Hilbersdorf	hilbersdorf	DE	07580	1500	Europe/Berlin	50.854	12.94776				13	00	14511	14511000
2904817	Hilbersdorf	hilbersdorf	DE	07580	234	Europe/Berlin	50.81667	12.15			16076027	15	00	16076	16076027
2904886	Hiddenhausen	hiddenhausen	DE	32120	20771	Europe/Berlin	52.16667	8.61667		Giddengauzen,Hiddenhausen,Khiddenkhauzen,Khidenkhauzen,hidenhauzen,xi deng hao sen,Гідденгаузен,Хидденхаузен,Хиденхаузен,ヒデンハウゼン,希登豪森	05758016	07	057	05758	05758016
2904900	Heynitz	heynitz	DE	01683	0	Europe/Berlin	51.09259	13.38332		Heynitz		13	00	14627	14627180
2904904	Heygendorf	heygendorf	DE	06556	700	Europe/Berlin	51.35144	11.36154		Hachendorpf [a. 899],Heygendorf,Heygendorp	16065086	15	00	16065	16065086
2904909	Heyerode	heyerode	DE	99988	2437	Europe/Berlin	51.16439	10.32009		Heyerode,Khajerode,Хайероде,Хајероде		15	00	16064	16064074
2904910	Heyerode	heyerode	DE	99988	0	Europe/Berlin	51.07191	9.8724		Heyerode		05	066	06636	06636011
2904915	Heyen	heyen	DE	37619	552	Europe/Berlin	52.00951	9.50369			03255020	06	00	03255	03255020
2904916	Heyen	heyen	DE	37619	0	Europe/Berlin	51.22359	6.19447				07	051	05166	05166020
2904962	Heuzert	heuzert	DE	57627	151	Europe/Berlin	50.69912	7.75978			07143240	08	00	07143	07143240
2904969	Heuweiler	heuweiler	DE	79194	990	Europe/Berlin	48.05	7.9		Gojvajler,Hoyvayler,Khojvajler,huo yi wei lei,Гойвайлер,Хойвайлер,Хојвајлер,Հոյվայլեր,霍伊韦勒	08315051	01	083	08315	08315051
2904974	Heuthen	heuthen	DE	37308	764	Europe/Berlin	51.33188	10.22244		Heuthen	16061047	15	00	16061	16061047
2904985	Heusweiler	heusweiler	DE	66265	20006	Europe/Berlin	49.33632	6.93036		Gojsvajler,Heusweiler,Khojsvajler,huo yi si wei lei,Гойсвайлер,Хойсвайлер,Хојсвајлер,霍伊斯韦勒	10041513	09	00	10041	10041513
2904986	Heustreu	heustreu	DE	97618	1287	Europe/Berlin	50.35485	10.26069			09673133	02	096	09673	09673133
2904992	Heusenstamm	heusenstamm	DE	63150	19012	Europe/Berlin	50.05553	8.80076		Gojzenshtamm,Heusenstamm,Khojsenstam,Khojzenshtamm,hoizenshutamu,huo yi sen si ta mu,hwyznshtam,Гойзенштамм,Хойзенштамм,Хојсенстам,هويزنشتام,هویزن‌اشتام,ホイゼンシュタム,霍伊森斯塔姆		05	064	06438	06438005
2904999	Heupelzen	heupelzen	DE	57612	312	Europe/Berlin	50.71667	7.61667			07132051	08	00	07132	07132051
2905017	Heukewalde	heukewalde	DE	04626	251	Europe/Berlin	50.83333	12.26667			16077016	15	00	16077	16077016
2905044	Heuerßen	heuerssen	DE	31700	1063	Europe/Berlin	52.32946	9.27718		Heuerssen,Heuerßen,Khojersen,hoierusen,huo yi ai er sen,Хойерсен,Хојерсен,ホイエルセン,霍伊埃尔森	03257015	06	00	03257	03257015
2905045	Heuersdorf	heuersdorf	DE	04574	137	Europe/Berlin	51.11805	12.39075				13	00	14729	14729360
2905058	Heudeber	heudeber	DE	38855	1252	Europe/Berlin	51.90245	10.84321		Heudeber		14	00	15085	15085227
2905061	Heuchlingen	heuchlingen	DE	73572	0	Europe/Berlin	49.34054	9.90726				01	081	08127	08127075
2905062	Heuchlingen	heuchlingen	DE	73572	1925	Europe/Berlin	48.85215	9.94391		Gojkhlingen,Khojkhlingen,Khojlingen,hoikhlingeni,huo yi he lin gen,Гойхлінген,Хойхлинген,Хојлинген,ჰოიხლინგენი,霍伊赫林根	08136029	01	081	08136	08136029
2905063	Heuchlingen	heuchlingen	DE	73572	0	Europe/Berlin	48.59099	10.1003		Heuchlingen		01	081	08135	08135015
2905069	Heuchelheim bei Frankenthal	heuchelheim-bei-frankenthal	DE	67259	1198	Europe/Berlin	49.56306	8.29083		Heuchelheim,Heuchelheim bei Frankenthal,Heuchelheim uber Frankenthal,Heuchelheim über Frankenthal,Khojkhel'khajm-Frankental',Khojkhelkhajm baj Frankental,fu lan ken ta er fu jin huo yi hei er hai mu,Хойхельхайм-Франкенталь,Хојхелхајм бај Франкентал,弗兰肯塔尔附近霍伊黑尔海姆	07338013	08	00	07338	07338013
2905070	Heuchelheim	heuchelheim	DE	35452	7541	Europe/Berlin	50.58333	8.63333		Heuchelheim	06531007	05	065	06531	06531007
2905071	Heuchelheim	heuchelheim	DE	35452	0	Europe/Berlin	50.49557	8.05745		Heuchelheim		05	065	06533	06533005
2905072	Heuchelheim	heuchelheim	DE	35452	0	Europe/Berlin	50.36667	8.86667				05	064	06440	06440021
2905073	Heuchelheim	heuchelheim	DE	35452	0	Europe/Berlin	49.76079	10.5676		Heuchelheim		02	094	09471	09471220
2905074	Heuchelheim	heuchelheim	DE	35452	0	Europe/Berlin	49.14583	8.05472		Heuchelheim		08	00	07337	07337040
2905151	Heubach	heubach	DE	73540	0	Europe/Berlin	50.38455	9.71861				05	066	06631	06631016
2905152	Heubach	heubach	DE	73540	0	Europe/Berlin	50.08305	10.78674				02	096	09674	09674130
2905153	Heubach	heubach	DE	73540	0	Europe/Berlin	49.84072	8.96384				05	064	06432	06432010
2905154	Heubach	heubach	DE	73540	10167	Europe/Berlin	48.79267	9.9337		Gojbakh,Khojbakh,hoibakhi,huo yi ba he,hwybakh,Гойбах,Хойбах,Хојбах,هويباخ,هویباخ,ჰოიბახი,霍伊巴赫		01	081	08136	08136028
2905164	Hetzles	hetzles	DE	91077	1286	Europe/Berlin	49.63333	11.13333		Gecles,Khecles,hei ci lai si,hettsuresu,Гецлес,Хецлес,ヘッツレス,黑茨莱斯	09474137	02	094	09474	09474137
2905177	Hetzerath	hetzerath	DE	54523	0	Europe/Berlin	51.05789	6.27356		Hetzerath		07	053	05370	05370004
2905178	Hetzerath	hetzerath	DE	54523	2005	Europe/Berlin	49.88333	6.81667			07231053	08	00	07231	07231053
2905185	Hetzenhausen	hetzenhausen	DE	85376	0	Europe/Berlin	48.34883	11.61066				02	091	09178	09178145
2905206	Hettstedt	hettstedt	DE	06333	15949	Europe/Berlin	51.6503	11.51146		Heiczstete [a. 1046],Heiksteten,Hekstede,Hettstedt,Hezstede,Khetshtedt,Khetshtet,hei ci te,hytshtyt,Хетштедт,Хетштет,هت‌اشتت,هيتشتيت,黑茨特	15087220	14	00	15087	15087220
2905214	Hettingen	hettingen	DE	72513	0	Europe/Berlin	49.51794	9.36364		Hettingen		01	082	08225	08225014
2905215	Hettingen	hettingen	DE	72513	2059	Europe/Berlin	48.21601	9.23169		Gettingen,Khetingen,Khettingen,hei ting gen,htynghn,htyngn,Геттінген,Хетинген,Хеттинген,هتينغن,هتینگن,黑廷根		01	084	08437	08437047
2905222	Hettenshausen	hettenshausen	DE	85276	1935	Europe/Berlin	48.5	11.5		Gettensgauzen,Khetenskhauzen,Khettenskhauzen,hei teng si hao sen,htnshawzn,Геттенсгаузен,Хетенсхаузен,Хеттенсхаузен,Հեթենսհաուզեն,هتنسهاوزن,黑滕斯豪森	09186126	02	091	09186	09186126
2905225	Hettenrodt	hettenrodt	DE	55758	729	Europe/Berlin	49.74009	7.25351			07134040	08	00	07134	07134040
2905226	Hettenleidelheim	hettenleidelheim	DE	67310	3049	Europe/Berlin	49.53556	8.07361		Khetenlajdelkhajm,Khettenlajdel'khajm,hei teng lai de er hai mu,hettenraideruhaimu,Хетенлајделхајм,Хеттенлайдельхайм,ヘッテンライデルハイム,黑滕莱德尔海姆	07332027	08	00	07332	07332027
2905230	Hettenhausen	hettenhausen	DE	66919	0	Europe/Berlin	50.45072	9.81291		Hettenhausen		05	066	06631	06631010
2905231	Hettenhausen	hettenhausen	DE	66919	264	Europe/Berlin	49.33333	7.55			07340018	08	00	07340	07340018
2905239	Hetschburg	hetschburg	DE	99438	257	Europe/Berlin	50.91288	11.30013	260		16071031	15	00	16071	16071031
2905245	Hetlingen	hetlingen	DE	25491	1276	Europe/Berlin	53.60712	9.63718		Khetlingen,hei te lin gen,Хетлинген,黑特林根	01056027	10	00	01056	01056027
2905250	Heteborn	heteborn	DE	06458	394	Europe/Berlin	51.89309	11.29199		Heteborn		14	00	15085	15085287
2905251	Hesweiler	hesweiler	DE	56865	151	Europe/Berlin	50.05	7.28333			07135041	08	00	07135	07135041
2905282	Heßles	hessles	DE	98597	402	Europe/Berlin	50.7519	10.40716		Hessles,Heßles		15	00	16066	16066022
2905290	Hessisch Oldendorf	hessisch-oldendorf	DE	31840	20129	Europe/Berlin	52.17269	9.24913		Hessisch Oldendorf,Hessisch-Oldendorf,Khesish Oldendorf,Khessish-Ol'dendorf,Vicus Vetus Hassicus,hei xi shi ao er deng duo fu,hsysh aldndwrf,hsysh awldndwrf,Хесиш Олдендорф,Хессиш-Ольдендорф,هسيش أولدندورف,هسیش الدندورف,ヘッシシュ・オルデンドルフ,黑西施奥尔登多夫		06	00	03252	03252007
2905293	Hessisch Lichtenau	hessisch-lichtenau	DE	37235	13291	Europe/Berlin	51.19954	9.71857		Gessish-Likhtenau,Hessisch Lichtenau,Khesish Likhtenau,Khessish-Likhtenau,Lichtenau,hei xi shi li xi te nao,hsysh lyshtnaw,Гессіш-Ліхтенау,Хесиш Лихтенау,Хессиш-Лихтенау,هسيش ليشتناو,هسیش لیشتناو,ヘッシシュ・リヒテナウ,黑西施利希特瑙		05	066	06636	06636006
2905298	Hessigheim	hessigheim	DE	74394	2193	Europe/Berlin	48.99407	9.18629		Gessigajm,Khesigkhajm,Khessigkhajm,hei xi ge hai mu,hsyghaym,Гессігайм,Хесигхајм,Хессигхайм,هسیگهایم,黑西格海姆	08118028	01	081	08118	08118028
2905299	Heßheim	hessheim	DE	67258	3044	Europe/Berlin	49.54583	8.30778		Kheskhajm,hei si hai mu,hesuhaimu,Хесхайм,Хесхајм,ヘースハイム,黑斯海姆	07338012	08	00	07338	07338012
2905331	Hessen	hessen	DE	38835	0	Europe/Berlin	52.01702	10.779		Hessen		14	00	15085	15085230
2905371	Heßdorf	hessdorf	DE	91093	0	Europe/Berlin	50.05211	9.78501				02	096	09677	09677149
2905372	Heßdorf	hessdorf	DE	91093	3419	Europe/Berlin	49.62728	10.91002		Gesdorf,Hessdorf,Heßdorf,Khesdorf,hei si duo fu,hesudorufu,Гесдорф,Хесдорф,ヘスドルフ,黑斯多夫	09572133	02	095	09572	09572133
2905394	Hespe	hespe	DE	31693	2188	Europe/Berlin	52.32999	9.10818			03257014	06	00	03257	03257014
2905395	Hespe	hespe	DE	31693	0	Europe/Berlin	51.26766	7.90755				07	059	05962	05962048
2905419	Hesel	hesel	DE	26835	0	Europe/Berlin	54.10786	9.10171				10	00	01051	01051074
2905420	Hesel	hesel	DE	26835	0	Europe/Berlin	53.46704	7.8386		Hesel		06	00	03462	03462005
2905421	Hesel	hesel	DE	26835	4202	Europe/Berlin	53.3	7.6		Khesel,Khezel',hei sai er,Хезель,Хесел,黑塞尔	03457010	06	00	03457	03457010
2905431	Herzsprung	herzsprung	DE	16278	0	Europe/Berlin	53.06886	12.47498				11	00	12068	12068181
2905432	Herzsprung	herzsprung	DE	16278	0	Europe/Berlin	52.97547	13.98757				11	00	12073	12073008
2905455	Herzogenrath	herzogenrath	DE	52134	47381	Europe/Berlin	50.86874	6.09317		Chertsonkenrat,Gercogenrat,Khercogenrat,Roa,hei er cuo gen la te,hrtswghnrat,hrzwgnras,Χέρτσογκενρατ,Герцогенрат,Херцогенрат,هرتسوغنرات,هرزوگنراس,黑尔措根拉特		07	053	05334	05334016
2905457	Herzogenaurach	herzogenaurach	DE	91074	23319	Europe/Berlin	49.56798	10.88565		Gercogenaurakh,Herzogenaurach,Khercogenaurakh,XHI,hei cuo gen ao la he,herutsu~ogen'auraha,hrtswghn awrakh,Герцогенаурах,Херцогенаурах,هرتسوغن آوراخ,هرتسوگن‌آوراخ,ヘルツォーゲンアウラハ,黑措根奥拉赫		02	095	09572	09572132
2905466	Herzlake	herzlake	DE	49770	4027	Europe/Berlin	52.6853	7.59946		Herzlake,Kherclake,hei er ci la ke,Херцлаке,黑尔茨拉克	03454021	06	00	03454	03454021
2905468	Herzhorn	herzhorn	DE	25379	1059	Europe/Berlin	53.78333	9.48333		Herzhorn	01061037	10	00	01061	01061037
2905469	Herzhorn	herzhorn	DE	25379	0	Europe/Berlin	52.65707	14.03426				11	00	12064	12064417
2905477	Herzfelde	herzfelde	DE	15378	0	Europe/Berlin	53.19748	13.60315		Herzfelde		11	00	12073	12073572
2905478	Herzfelde	herzfelde	DE	15378	0	Europe/Berlin	52.88911	11.80263				14	00	15090	15090520
2905479	Herzfelde	herzfelde	DE	15378	0	Europe/Berlin	52.48159	13.85208		Herzfelde		11	00	12064	12064428
2905480	Herzfeld	herzfeld	DE	19372	319	Europe/Berlin	53.32426	11.76497		Herzfeld		12	00	13076	13076068
2905481	Herzfeld	herzfeld	DE	19372	0	Europe/Berlin	51.66607	8.14651		Herzfeld		07	059	05974	05974024
2905496	Herzberg am Harz	herzberg-am-harz	DE	37412	14948	Europe/Berlin	51.65546	10.33938		Gercberg,Hertzberga ad Harthicos montes,Herzberg,Herzberg am Harz,Khercberg,Khercberg am Kharc,Khercberg-am-Kharc,ha ci shan qu hei er ci bei ge,heleucheubeleukeu am haleucheu,hrtsbrg am harts,hrtsbrgh am harts,Герцберг,Херцберг,Херцберг ам Харц,Херцберг-ам-Харц,هرتسبرغ آم هارتس,هرتسبرگ آم هارتس,ヘルツベルク・アム・ハルツ,哈茨山区黑尔茨贝格,헤르츠베르크 암 하르츠		06	00	03159	03159019
2905501	Herzberg	herzberg	DE	16835	384	Europe/Berlin	53.53072	11.92806				12	00	13076	13076164
2905502	Herzberg	herzberg	DE	16835	726	Europe/Berlin	52.90269	12.96979				11	00	12068	12068188
2905503	Herzberg	herzberg	DE	16835	0	Europe/Berlin	52.21769	14.11809				11	00	12067	12067426
2905890	Herne	herne	DE	44623	0	Europe/Berlin	51.70754	7.1431				07	055	05562	05562024
2905504	Herzberg	herzberg	DE	16835	11033	Europe/Berlin	51.68692	13.22016		Khercberg,hei er ci bei ge,heleucheubeleukeu,hrtsbrg,hrtsbrgh,Херцберг,Հերցբերգ,هرتسبرغ,هرتسبرگ,黑尔茨贝格,헤르츠베르크	12062	11	00	12062	12062224
2905526	Herxheimweyher	herxheimweyher	DE	76863	468	Europe/Berlin	49.1525	8.255			07337039	08	00	07337	07337039
2905527	Herxheim am Berg	herxheim-am-berg	DE	67273	10424	Europe/Berlin	49.50917	8.17917		Herxheim,Herxheim am Berg	07332026	08	00	07332	07332026
2905560	Herten	herten	DE	45699	65306	Europe/Berlin	51.59638	7.14387		Gerten,Heritono,Herten,Hiaetten,Hiätten,Hėritono,Kherten,hei er teng,hrtn,hyrtn,Гертен,Хертен,هرتن,هيرتن,黑尔滕		07	055	05562	05562020
2905561	Herten	herten	DE	45699	0	Europe/Berlin	47.55502	7.73609		Herten		01	083	08336	08336069
2905581	Herschweiler-Pettersheim	herschweiler-pettersheim	DE	66909	1368	Europe/Berlin	49.48333	7.35		Khershvajler-Peterskhajm,Khershvajler-Petterskhajm,hei er shi wei lei-pei te si hai mu,Хершвайлер-Петтерсхайм,Хершвајлер-Петерсхајм,黑尔施韦勒-佩特斯海姆	07336041	08	00	07336	07336041
2905587	Herscheid	herscheid	DE	58849	7658	Europe/Berlin	51.17901	7.74355		Gershajd,Khershajd,hei er sha yi de,Гершайд,Хершайд,Хершајд,黑尔沙伊德	05962020	07	059	05962	05962020
2905588	Herscheid	herscheid	DE	58849	0	Europe/Berlin	51.12218	7.09622		Herscheid		07	053	05378	05378016
2905589	Herscheid	herscheid	DE	58849	0	Europe/Berlin	50.22124	6.36101		Herscheid		08	00	07232	07232308
2905591	Herschdorf	herschdorf	DE	98701	1022	Europe/Berlin	50.71168	11.53736				15	00	16075	16075129
2905592	Herschdorf	herschdorf	DE	98701	0	Europe/Berlin	50.62943	11.04898		Khershdorf,hei er shi duo fu,Хершдорф,黑尔施多夫		15	00	16070	16070058
2905593	Herschbroich	herschbroich	DE	53518	290	Europe/Berlin	50.36667	6.96667			07131028	08	00	07131	07131028
2905594	Herschberg	herschberg	DE	66919	936	Europe/Berlin	49.30505	7.5482			07340017	08	00	07340	07340017
2905597	Herschbach	herschbach	DE	56249	0	Europe/Berlin	50.58333	7.73333			07143029	08	00	07143	07143029
2905598	Herschbach	herschbach	DE	56249	0	Europe/Berlin	50.50708	7.92665		Herschbach		08	00	07143	07143239
2905599	Hersbruck	hersbruck	DE	91217	12404	Europe/Berlin	49.51083	11.43151		Gersbruk,Hersbruck,Khersbruk,hei er si bu lu ke,hrzbrwk,hyrsbrwk,Герсбрук,Херсбрук,Հերսբրուք,هرزبروک,هيرسبروك,黑尔斯布鲁克		02	095	09574	09574132
2905601	Herrstein	herrstein	DE	55756	1000	Europe/Berlin	49.78333	7.33333		Khershtajn,hei er si tai yin,herushutain,Херштайн,Херштајн,ヘルシュタイン,黑尔斯泰因	07134039	08	00	07134	07134039
2905602	Herrnschwende	herrnschwende	DE	99631	320	Europe/Berlin	51.21667	11		Herrnschwende,Herrschwende	16068058	15	00	16068	16068058
2905604	Herrsching am Ammersee	herrsching-am-ammersee	DE	82211	10000	Europe/Berlin	47.99888	11.17679		Gerrshing,Herrschin,Herrsching,Khershing am Amerze,Khershing-am-Ammerze,a mo hu pan hei er xing,hrshyng,Герршинг,Хершинг ам Амерзе,Хершинг-ам-Аммерзе,هرشینگ,阿默湖畔黑尔兴		02	091	09188	09188124
2905643	Herrnhut	herrnhut	DE	02747	2830	Europe/Berlin	51.01624	14.74381		Hernhute,Hernhūte,Herrnhut,Khernkhut,Ochranow,hei er en hu te,hrnhwt,hyrnhwt,Хернхут,هرنهوت,هيرنهوت,黑尔恩胡特		13	00	14626	14626180
2905652	Herrngiersdorf	herrngiersdorf	DE	84097	1103	Europe/Berlin	48.78863	12.072		Gerrngirsdorf,Herngirsdorf,Kherngirsdorf,hei en ji er si duo fu,hrngyrsdwrf,Геррнгірсдорф,Хернгирсдорф,Հերնգիրսդորֆ,هرنگیرسدورف,黑恩吉尔斯多夫	09273127	02	092	09273	09273127
2905682	Herrmannsacker	herrmannsacker	DE	99762	427	Europe/Berlin	51.55	10.86667		Khermansaker,Khermanzakker,hei er man sa ke er,Херманзаккер,Хермансакер,黑尔曼萨克尔	16062065	15	00	16062	16062065
2905693	Herrischried	herrischried	DE	79737	2750	Europe/Berlin	47.66667	8		Gerrishrid,Herrischried,Kherishrid,Kherrishrid,hei li shi li de,Геррішрід,Херишрид,Херришрид,黑里施里德	08337049	01	083	08337	08337049
2905706	Herrieden	herrieden	DE	91567	7751	Europe/Berlin	49.23779	10.5035		Gerriden,Heriden,Herrieden,Kheriden,Kherriden,hei li deng,heriden,hrydn,hyr rydn,Герріден,Хериден,Херриден,Հերիդեն,هریدن,هير ريدن,ヘリーデン,黑里登		02	095	09571	09571166
2905720	Herresbach	herresbach	DE	56729	0	Europe/Berlin	50.70523	7.28889		Herresbach		07	053	05382	05382024
2905721	Herresbach	herresbach	DE	56729	488	Europe/Berlin	50.36667	7.01667			07137035	08	00	07137	07137035
2905754	Herren-Sulzbach	herren-sulzbach	DE	67742	174	Europe/Berlin	49.65	7.53333		Kheren-Zulcbakh,Kherren-Zul'cbakh,hei lun-su er ci ba he,Херен-Зулцбах,Херрен-Зульцбах,黑伦-苏尔茨巴赫	07336040	08	00	07336	07336040
2905797	Herrenhof	herrenhof	DE	99887	0	Europe/Berlin	53.16175	11.05165				06	00	03355	03355049
2905798	Herrenhof	herrenhof	DE	99887	808	Europe/Berlin	50.84184	10.68693		Kherenkhof,Kherrenkhof,hei lun huo fu,Херенхоф,Херренхоф,黑伦霍夫	16067036	15	00	16067	16067036
2905812	Herrengosserstedt	herrengosserstedt	DE	06648	575	Europe/Berlin	51.1425	11.47654		Herrengosserstedt		14	00	15084	15084012
2905826	Herrenberg	herrenberg	DE	71083	31338	Europe/Berlin	48.59523	8.86648		Gerrenberg,Herenberg,Herrenberq,Kherenberg,Kherrenberg,hei lun bei ge,herenbergi,hrnbrg,hyrnbrgh,Герренберг,Херенберг,Херренберг,Հերենբերգ,هرنبرگ,هيرنبرغ,ჰერენბერგი,黑伦贝格		01	081	08115	08115021
2905857	Herpf	herpf	DE	98617	957	Europe/Berlin	50.57835	10.33308		Herpf		15	00	16066	16066042
2905877	Heroldsberg	heroldsberg	DE	90562	0	Europe/Berlin	49.84199	11.32302				02	094	09472	09472197
2905878	Heroldsberg	heroldsberg	DE	90562	7429	Europe/Berlin	49.53247	11.15551		Gerol'dsberg,Heroldsberg,Kherol'dsberg,Kheroldsberg,hei luo er ci bei ge,herorutsuberuku,Герольдсберг,Херолдсберг,Херольдсберг,ヘロルツベルク,黑罗尔茨贝格		02	095	09572	09572131
2905881	Heroldsbach	heroldsbach	DE	91336	5058	Europe/Berlin	49.69342	10.99882		Gerol'dsbakh,Kherol'dsbakh,Kheroldsbakh,hei luo er ci ba he,herorutsubahha,Герольдсбах,Херолдсбах,Херольдсбах,ヘーロルツバッハ,黑罗尔茨巴赫	09474135	02	094	09474	09474135
2905882	Heroldishausen	heroldishausen	DE	99991	209	Europe/Berlin	51.13333	10.51667			16064076	15	00	16064	16064076
2905885	Herold	herold	DE	56368	0	Europe/Berlin	50.67671	12.9794		Herold		13	00	14521	14521640
2905886	Herold	herold	DE	56368	499	Europe/Berlin	50.27744	7.93179			07141054	08	00	07141	07141054
2905891	Herne	herne	DE	44623	172108	Europe/Berlin	51.5388	7.22572		Gerne,Herne,Hernė,Kherne,Kherneh,hei er ne,heleune,herne,herune,hrnh,hyrnh,Герне,Херне,Хернэ,هرنه,هيرنه,ہرنے,ჰერნე,ヘルネ,黑尔讷,헤르네	05916	07	059	05916	05916000
2905904	Hermsdorf	hermsdorf	DE	01945	16113	Europe/Berlin	52.61421	13.30587		Berlin-Hermsdorf		16	00	11000	11000000
2905905	Hermsdorf	hermsdorf	DE	01945	1638	Europe/Berlin	52.1874	11.47556				14	00	15083	15083298
2905906	Hermsdorf	hermsdorf	DE	01945	932	Europe/Berlin	52.15843	13.79539		Hermsdorf		11	00	12061	12061344
2905907	Hermsdorf	hermsdorf	DE	01945	0	Europe/Berlin	51.40547	13.89367			12066124	11	00	12066	12066124
2905908	Hermsdorf	hermsdorf	DE	01945	0	Europe/Berlin	51.32664	14.40754		Hermanecy		13	00	14625	14625330
2905909	Hermsdorf	hermsdorf	DE	01945	0	Europe/Berlin	51.1692	13.82235		Hermsdorf		13	00	14625	14625430
2905910	Hermsdorf	hermsdorf	DE	01945	0	Europe/Berlin	51.10348	13.13899				13	00	14522	14522080
2905911	Hermsdorf	hermsdorf	DE	01945	0	Europe/Berlin	51.07554	12.87107		Aitzendorf-Hermsdorf,Hermsdorf		13	00	14522	14522600
2905912	Hermsdorf	hermsdorf	DE	01945	0	Europe/Berlin	51.072	12.63217				13	00	14729	14729140
2905913	Hermsdorf	hermsdorf	DE	01945	0	Europe/Berlin	51.01105	13.01257				13	00	14522	14522500
2905914	Hermsdorf	hermsdorf	DE	01945	0	Europe/Berlin	50.96327	12.15286				15	00	16052	16052000
2905915	Hermsdorf	hermsdorf	DE	01945	1034	Europe/Berlin	50.92338	13.7348				13	00	14628	14628130
2905916	Hermsdorf	hermsdorf	DE	01945	7800	Europe/Berlin	50.89694	11.85549	330	Hermesdorp [a. 1256],Hermsdorf,Khermsdorf,hrmzdwrf,Хермсдорф,هرمزدورف	16074041	15	00	16074	16074041
2905917	Hermsdorf	hermsdorf	DE	01945	0	Europe/Berlin	50.87371	14.03821				13	00	14628	14628340
2905918	Hermsdorf	hermsdorf	DE	01945	0	Europe/Berlin	50.78392	12.67361				13	00	14524	14524010
2905919	Hermsdorf	hermsdorf	DE	01945	0	Europe/Berlin	50.76376	13.62764		Hermsdorf,Hermsdorf/Erzgebirge		13	00	14628	14628170
2905929	Hermeskeil	hermeskeil	DE	54411	5710	Europe/Berlin	49.65528	6.94407		Hermeskeil,Khermeskajl,Khermeskajl',hei er mei si kai er,herumesukairu,hrmzkayl,hyrmskayl,Хермескайль,Хермескајл,هرمزکایل,هيرمسكايل,ჰერმესკაილი,ヘルメスカイル,黑尔梅斯凯尔		08	00	07235	07235045
2905946	Hermersberg	hermersberg	DE	66919	1738	Europe/Berlin	49.31667	7.63333		Hermerschberch,Khermersberg,hei mo si bei ge,Хермерсберг,黑默斯贝格	07340016	08	00	07340	07340016
2905947	Hermersberg	hermersberg	DE	66919	0	Europe/Berlin	49.27598	9.60104				01	081	08126	08126060
2905949	Hermerode	hermerode	DE	06543	149	Europe/Berlin	51.5983	11.28585		Hermerode		14	00	15087	15087275
2905954	Hermaringen	hermaringen	DE	89568	2281	Europe/Berlin	48.59544	10.26065		Germaringen,Khermaringen,hei er ma lin gen,Гермарінген,Хермаринген,黑尔马林根	08135021	01	081	08135	08135021
2906015	Hermannsburg	hermannsburg	DE	29320	8634	Europe/Berlin	52.83254	10.08957		Hermannsburg,Khermansburg,hei er man si bao,Хермансбург,黑尔曼斯堡	03351026	06	00	03351	03351026
2906050	Herleshausen	herleshausen	DE	37293	3189	Europe/Berlin	51.00629	10.16731		Gerlesgauzen,Herleshausen,Kherleskhauzen,hei er lai si hao sen,heruresuhauzen,Герлесгаузен,Херлесхаузен,ヘルレスハウゼン,黑尔莱斯豪森	06636005	05	066	06636	06636005
2906059	Herl	herl	DE	54317	261	Europe/Berlin	49.73333	6.81667			07235044	08	00	07235	07235044
2906078	Heringsdorf	heringsdorf	DE	17424	1103	Europe/Berlin	54.301	11.00658			01055022	10	00	01055	01055022
2906098	Hergisdorf	hergisdorf	DE	06313	1777	Europe/Berlin	51.53333	11.48333		Hergisdorf	15087210	14	00	15087	15087210
2906104	Hergersweiler	hergersweiler	DE	76872	212	Europe/Berlin	49.09639	8.09167			07337037	08	00	07337	07337037
2906110	Hergensweiler	hergensweiler	DE	88138	1723	Europe/Berlin	47.61667	9.78333		Gergensvajler,Hergensvayler,Khergensvajler,hei gen si wei lei,Гергенсвайлер,Хергенсвайлер,Хергенсвајлер,Հերգենսվայլեր,黑根斯韦勒	09776115	02	097	09776	09776115
2906112	Hergenroth	hergenroth	DE	56457	434	Europe/Berlin	50.58278	7.97472			07143238	08	00	07143	07143238
2906113	Hergenfeld	hergenfeld	DE	55452	454	Europe/Berlin	49.9	7.76667		Khergenfel'd,Khergenfeld,hei er gen fei er de,Хергенфелд,Хергенфельд,黑尔根费尔德	07133044	08	00	07133	07133044
2906115	Hergatz	hergatz	DE	88145	0	Europe/Berlin	47.65	9.83333		Gergac,Khergac,hei er jia ci,Гергац,Хергац,Հերգաց,黑尔加茨	09776131	02	097	09776	09776131
2906119	Herforst	herforst	DE	54662	1009	Europe/Berlin	49.95	6.7			07232050	08	00	07232	07232050
2906121	Herford	herford	DE	32049	64879	Europe/Berlin	52.11457	8.67343		Herford,Hiarwede,Kherford,ZNK,hei er fu de,heruforuto,hrfwrd,Херфорд,هرفورد,ヘルフォルト,黑爾福德	05758	07	057	05758	05758012
2906130	Heretsried	heretsried	DE	86465	1047	Europe/Berlin	48.45972	10.73601			09772156	02	097	09772	09772156
2906143	Herdorf	herdorf	DE	57562	7239	Europe/Berlin	50.77704	7.95366		Herdorf,Kherdorf,hei er duo fu,herudorufu,hrdwrf,Хердорф,هردورف,ヘルドルフ,黑尔多夫		08	00	07132	07132050
2906152	Herdecke	herdecke	DE	58313	25618	Europe/Berlin	51.39999	7.43584		Herdecke,Kherdeke,Kherdekke,hei er de ke,hrdkh,hyrdkh,Хердеке,Хердекке,هردکه,هيردكه,黑尔德克		07	059	05954	05954020
2906155	Herchweiler	herchweiler	DE	66871	517	Europe/Berlin	49.51401	7.29346		Herchwei,Kherkhvajler,hei xi wei lei,Херхвайлер,Херхвајлер,黑希韦勒	07336039	08	00	07336	07336039
2906171	Herbstmühle	herbstmuhle	DE	54673	29	Europe/Berlin	50	6.21667			07232049	08	00	07232	07232049
2906175	Herbstein	herbstein	DE	36358	5198	Europe/Berlin	50.56105	9.34592	457	Gerbshtajn,Herbstein,Kherbshtajn,hei er bu si tai yin,herupushutain,hyrbshtayn,Гербштайн,Хербштайн,Хербштајн,هرب‌اشتاین,هيربشتاين,ヘルプシュタイン,黑尔布斯泰因		05	065	06535	06535008
2906184	Herbstadt	herbstadt	DE	97633	652	Europe/Berlin	50.33333	10.5		Gerbshtadt,Kherbshtadt,Kherbshtat,hei er bu si ta te,Гербштадт,Хербштадт,Хербштат,Հերբշթաթ,黑尔布斯塔特	09673131	02	096	09673	09673131
2906185	Herbsleben	herbsleben	DE	99955	3140	Europe/Berlin	51.11667	10.83333		Kherbsleben,hei er bu si lai ben,Хербслебен,黑尔布斯莱本	16064022	15	00	16064	16064022
2906572	Hemme	hemme	DE	25774	544	Europe/Berlin	54.28333	9.01667		Hemme	01051047	10	00	01051	01051047
2906578	Hemleben	hemleben	DE	06577	253	Europe/Berlin	51.25	11.21667		Hemleben	16065088	15	00	16065	16065088
2906194	Herbrechtingen	herbrechtingen	DE	89542	13110	Europe/Berlin	48.62173	10.176		Gerbrekhtingen,Kherbrekhtingen,hei er bu lei xi ting gen,hrbrshtynghn,hrbrshtyngn,Гербрехтінген,Хербрехтинген,هربرشتينغن,هربرشتینگن,黑尔布雷希廷根		01	081	08135	08135020
2906199	Herborn	herborn	DE	35745	21133	Europe/Berlin	50.68135	8.30369		Herborn,Kherborn,Херборн		05	065	06532	06532012
2906200	Herborn	herborn	DE	35745	530	Europe/Berlin	49.76667	7.3			07134038	08	00	07134	07134038
2906203	Herbolzheim	herbolzheim	DE	79336	0	Europe/Berlin	49.56001	10.34597				02	095	09575	09575146
2906204	Herbolzheim	herbolzheim	DE	79336	0	Europe/Berlin	49.28099	9.25834				01	081	08125	08125068
2906205	Herbolzheim	herbolzheim	DE	79336	9632	Europe/Berlin	48.21884	7.77746		Gerbol'cgajm,Herbolshaym,Herbolzheim,Kherbol'ckhajm,Kherbolckhajm,hei er bo er ci hai mu,hrbwlzhaym,hyrbwltshaym,Гербольцгайм,Херболцхајм,Хербольцхайм,Հերբոլցհայմ,هربولزهایم,هيربولتسهايم,黑尔博尔茨海姆		01	083	08316	08316017
2906222	Herbertingen	herbertingen	DE	88518	4856	Europe/Berlin	48.06667	9.43333		Gerbertingen,Kherbertingen,he bo ting gen,Гербертінген,Хербертинген,赫伯廷根	08437044	01	084	08437	08437044
2906223	Herbersdorf	herbersdorf	DE	14913	0	Europe/Berlin	51.86184	13.29501				11	00	12072	12072298
2906224	Herbersdorf	herbersdorf	DE	14913	0	Europe/Berlin	48.53411	11.68353				02	091	09178	09178116
2906225	Herbersdorf	herbersdorf	DE	14913	0	Europe/Berlin	48.46853	12.16127				02	092	09274	09274146
2906256	Hepstedt	hepstedt	DE	27412	1046	Europe/Berlin	53.25874	9.08209			03357026	06	00	03357	03357026
2906278	Hepberg	hepberg	DE	85120	0	Europe/Berlin	48.82249	11.46172			09176131	02	091	09176	09176131
2906285	Hentern	hentern	DE	54314	399	Europe/Berlin	49.61667	6.7			07235043	08	00	07235	07235043
2906297	Henschleben	henschleben	DE	99634	368	Europe/Berlin	51.13333	10.96667			16068053	15	00	16068	16068053
2906312	Hennweiler	hennweiler	DE	55619	1324	Europe/Berlin	49.81667	7.43333		Khenvajler,heng wei lei,Хенвайлер,Хенвајлер,亨韦勒	07133043	08	00	07133	07133043
2906316	Hennstedt	hennstedt	DE	25581	1852	Europe/Berlin	54.28333	9.16667		Hennstedt	01051049	10	00	01051	01051049
2906317	Hennstedt	hennstedt	DE	25581	623	Europe/Berlin	54.03333	9.71667			01061036	10	00	01061	01061036
2906323	Henningen	henningen	DE	29413	671	Europe/Berlin	52.84289	10.96427		Henningen		14	00	15081	15081455
2906324	Henningen	henningen	DE	29413	0	Europe/Berlin	50.93455	7.40749				07	053	05382	05382036
2906331	Hennigsdorf	hennigsdorf	DE	16761	26122	Europe/Berlin	52.63598	13.20419		Henigsdorf,Khenigsdorf,Khennigsdorf,Stadt Hennigsdorf,hei ni ge si duo fu,hnynghsdwrf,hnyngzdwrf,Хенигсдорф,Хеннигсдорф,Хеннігсдорф,Հենիգսդորֆ,هنينغسدورف,هنینگزدورف,黑尼格斯多夫		11	00	12065	12065136
2906333	Hennickendorf	hennickendorf	DE	15378	0	Europe/Berlin	52.50767	13.85208		Hennickendorf		11	00	12064	12064428
2906334	Hennickendorf	hennickendorf	DE	15378	0	Europe/Berlin	52.16497	13.10184		Hennickendorf		11	00	12072	12072312
2906347	Hennersdorf	hennersdorf	DE	03253	0	Europe/Berlin	51.63694	13.60686		Hennersdorf		11	00	12062	12062092
2906348	Hennersdorf	hennersdorf	DE	03253	0	Europe/Berlin	51.23909	14.08323				13	00	14625	14625250
2906349	Hennersdorf	hennersdorf	DE	03253	0	Europe/Berlin	50.82328	13.62608		Hennersdorf		13	00	14628	14628060
2906350	Hennersdorf	hennersdorf	DE	03253	0	Europe/Berlin	50.79357	13.0828		Hennersdorf		13	00	14522	14522020
2906376	Hennef	hennef	DE	53773	45409	Europe/Berlin	50.77555	7.28308		Gennef,Hennef,Khenef,Khennef,heng nei fu,hnf,hynnf,Геннеф,Хенеф,Хеннеф,هنف,هيننف,亨内夫	05382020	07	053	05382	05382020
2906379	Henneberg	henneberg	DE	98617	691	Europe/Berlin	50.49243	10.35492			16066042	15	00	16066	16066042
2906380	Henneberg	henneberg	DE	98617	0	Europe/Berlin	49.62241	11.44209		Henneberg		02	095	09574	09574160
2906464	Hengersberg	hengersberg	DE	94491	7551	Europe/Berlin	48.77255	13.05485		Gengersberg,Hengersberg,Khengersberg,heng ge er si bei ge,hngrsbrg,Генгерсберг,Хенгерсберг,Հենգերսբերգ,هنگرسبرگ,亨格尔斯贝格		02	092	09271	09271125
2906488	Henfstädt	henfstadt	DE	98660	361	Europe/Berlin	50.51632	10.58739		Henfstadt,Henfstädt,Khenfshtedt,Khenfshtet,heng fu si te,Хенфштедт,Хенфштет,亨夫斯特	16069021	15	00	16069	16069021
2906489	Henfenfeld	henfenfeld	DE	91239	1926	Europe/Berlin	49.49846	11.39059			09574131	02	095	09574	09574131
2906696	Helmsdorf	helmsdorf	DE	37351	0	Europe/Berlin	48.49329	12.32838				02	092	09274	09274134
2906490	Hendungen	hendungen	DE	97640	1015	Europe/Berlin	50.39462	10.35204		Gendungen,Hendungen,Khendungen,heng dui gen,Гендунген,Хендунген,Հենդունգեն,亨敦根	09673130	02	096	09673	09673130
2906494	Henau	henau	DE	55490	170	Europe/Berlin	49.86667	7.5			07140050	08	00	07140	07140050
2906497	Hemstedt	hemstedt	DE	39638	301	Europe/Berlin	52.56674	11.42953		Hemstedt		14	00	15081	15081135
2906499	Hemsloh	hemsloh	DE	49453	629	Europe/Berlin	52.60044	8.50891			03251019	06	00	03251	03251019
2906500	Hemslingen	hemslingen	DE	27386	1578	Europe/Berlin	53.08333	9.6			03357025	06	00	03357	03357025
2906513	Hemsbach	hemsbach	DE	69502	0	Europe/Berlin	50.06667	9.11667				02	096	09671	09671143
2906514	Hemsbach	hemsbach	DE	69502	12247	Europe/Berlin	49.59075	8.64779		Gemsbakh,Hemsbach,Khemsbakh,hei mu si ba he,hemusubahha,hmsbakh,hmzbakh,Гемсбах,Хемсбах,همزباخ,همسباخ,ヘムスバッハ,黑姆斯巴赫		01	082	08226	08226031
2906515	Hemsbach	hemsbach	DE	69502	0	Europe/Berlin	49.42912	9.40129				01	082	08225	08225075
2906524	Hemmoor	hemmoor	DE	21745	8817	Europe/Berlin	53.68702	9.15492		Gemeen Hemmoor,Hemmoor,Khemmor,Khemor,hei mo er,hmwwr,Хеммор,Хемор,هموور,黑莫尔		06	00	03352	03352022
2906527	Hemmingstedt	hemmingstedt	DE	25770	2986	Europe/Berlin	54.15	9.06667		Hemmingstedt,Khemingshtet,Khemmingshtedt,hei ming ge si te,Хемингштет,Хеммингштедт,黑明格斯特	01051048	10	00	01051	01051048
2906530	Hemmingen	hemmingen	DE	30966	18470	Europe/Berlin	52.31425	9.72359				06	00	03241	03241007
2906531	Hemmingen	hemmingen	DE	30966	7670	Europe/Berlin	48.86667	9.03333		Hemmigen,Hemmingen	08118027	01	081	08118	08118027
2906536	Hemmersheim	hemmersheim	DE	97258	697	Europe/Berlin	49.56286	10.09644			09575130	02	095	09575	09575130
2906560	Hemmelzen	hemmelzen	DE	57612	219	Europe/Berlin	50.69341	7.58151			07132049	08	00	07132	07132049
2906583	Hemhofen	hemhofen	DE	91334	5322	Europe/Berlin	49.68333	10.93333		Gemgofen,Khemkhofen,hei mu huo fen,hemuhofen,Гемгофен,Хемхофен,ヘムホーフェン,黑姆霍芬	09572130	02	095	09572	09572130
2906595	Hemer	hemer	DE	58675	37502	Europe/Berlin	51.38707	7.77019		Gemer,Hadamare,Hemer,Khemer,he me xr,hei mo,hemeo,hmr,Гемер,Хемер,همر,เฮเมอร์,黑默,헤머		07	059	05962	05962016
2906605	Hemdingen	hemdingen	DE	25485	1700	Europe/Berlin	53.76667	9.83333		Grosshemdingen,Großhemdingen,Hemdingen	01056026	10	00	01056	01056026
2906625	Hemau	hemau	DE	93155	8627	Europe/Berlin	49.05399	11.78195		Gemau,Hemau,Hemman,Khemau,hei mao,hmaw,Гемау,Хемау,Հեմաու,هماو,黑毛		02	093	09375	09375148
2906629	Helvesiek	helvesiek	DE	27389	866	Europe/Berlin	53.21606	9.4915			03357023	06	00	03357	03357023
2906634	Heltersberg	heltersberg	DE	67716	2214	Europe/Berlin	49.31667	7.71667			07340015	08	00	07340	07340015
2906650	Helse	helse	DE	25709	990	Europe/Berlin	53.97463	9.01044		Helse	01051046	10	00	01051	01051046
2906654	Helsa	helsa	DE	34298	5882	Europe/Berlin	51.25981	9.68872		Gel'za,Helsa,Khel'za,Khelsa,hei er sa,heruza,Гельза,Хелса,Хельза,ヘルザ,黑尔萨	06633012	05	066	06633	06633012
2906659	Helpt	helpt	DE	17349	435	Europe/Berlin	53.50616	13.59386		Helpt		12	00	13071	13071164
2906660	Helpsen	helpsen	DE	31691	2005	Europe/Berlin	52.31131	9.11676		Khel'pzen,Khelpsen,hei er pu sen,herupuzen,Хелпсен,Хельпзен,ヘルプゼン,黑尔普森	03257013	06	00	03257	03257013
2906670	Helmstorf	helmstorf	DE	24321	335	Europe/Berlin	54.28333	10.6			01057026	10	00	01057	01057026
2906671	Helmstorf	helmstorf	DE	24321	0	Europe/Berlin	54.0481	12.43631				12	00	13072	13072105
2906672	Helmstorf	helmstorf	DE	24321	0	Europe/Berlin	53.36338	9.98369		Helmstorf		06	00	03353	03353031
2906676	Helmstedt	helmstedt	DE	38350	25515	Europe/Berlin	52.2279	11.00985		Helmestee,Helmestidde,Helmonstede [a. 952],Helmstadium,Helmstedt,Helmstidde,Khel'mshtedt,Khel'mshteht,Khelmshhet,Khelmshtet,Stadt Helmstedt,hei er mu si te,herumushutetto,hlmshtyt,hlmstdt,Хелмштет,Хелмщет,Хельмштедт,Хельмштэт,הלמשטדט,هلمشتيت,هلم‌اشتات,ヘルムシュテット,黑尔姆斯特	03154	06	00	03154	03154028
2906680	Helmstadt	helmstadt	DE	97264	2579	Europe/Berlin	49.7618	9.70803		Gel'mshtadt,Helmstadt,Khel'mshtadt,Khelmshtat,hei er mu si ta te,herumushutatto,Гельмштадт,Хелмштат,Хельмштадт,Հելմշտադտ,ヘルムシュタット,黑尔姆斯塔特		02	096	09679	09679144
2906681	Helmstadt	helmstadt	DE	97264	0	Europe/Berlin	49.3252	8.97565				01	082	08226	08226106
2906692	Helmsdorf	helmsdorf	DE	37351	0	Europe/Berlin	51.60287	11.61382				14	00	15087	15087165
2906693	Helmsdorf	helmsdorf	DE	37351	569	Europe/Berlin	51.3	10.35			16061118	15	00	16061	16061118
2906694	Helmsdorf	helmsdorf	DE	37351	0	Europe/Berlin	51.03945	14.04087				13	00	14628	14628380
2906695	Helmsdorf	helmsdorf	DE	37351	0	Europe/Berlin	50.76361	12.45441				13	00	14524	14524330
2906730	Helmeroth	helmeroth	DE	57612	224	Europe/Berlin	50.73333	7.73333			07132048	08	00	07132	07132048
2906738	Helmenzen	helmenzen	DE	57612	788	Europe/Berlin	50.69388	7.61989			07132047	08	00	07132	07132047
2906744	Helmbrechts	helmbrechts	DE	95233	9493	Europe/Berlin	50.23557	11.71589		Gel'mbrekhts,Khel'mbrekhts,Khelmbrekhts,hei er en bu lei xi ci,herumuburehitsu,hlmbrkts,hlmbrshts,hlmbrshtz,Гельмбрехтс,Хелмбрехтс,Хельмбрехтс,הלמברכטס,هلمبرشتز,هلمبرشتس,ヘルムブレヒツ,黑尔恩布雷希茨		02	094	09475	09475136
2906745	Helmbrechts	helmbrechts	DE	95233	0	Europe/Berlin	49.95367	12.11478				02	093	09377	09377157
2906759	Hellwege	hellwege	DE	27367	1083	Europe/Berlin	53.07346	9.23566			03357022	06	00	03357	03357022
2906766	Hellschen-Heringsand-Unterschaar	hellschen-heringsand-unterschaar	DE	25764	175	Europe/Berlin	54.2	8.85		Hellschen-Heringsand-Unterschaar	01051045	10	00	01051	01051045
2906790	Hellingen	hellingen	DE	98663	1128	Europe/Berlin	50.25	10.68333		Khelingen,Khellingen,Хелинген,Хеллинген	16069063	15	00	16069	16069063
2906791	Hellingen	hellingen	DE	98663	0	Europe/Berlin	50.0852	10.54533		Hellingen		02	096	09674	09674164
2906803	Hellertshausen	hellertshausen	DE	55758	193	Europe/Berlin	49.81667	7.28333			07134037	08	00	07134	07134037
2906837	Hellerau	hellerau	DE	01109	0	Europe/Berlin	51.11667	13.75		Hellerau,Khellerau,Хеллерау,הלראו		13	00	14612	14612000
2906842	Hellenthal	hellenthal	DE	53940	0	Europe/Berlin	50.93788	7.19763				07	053	05378	05378028
2906843	Hellenthal	hellenthal	DE	53940	8582	Europe/Berlin	50.48333	6.43333		Gellental',Hellenthal,Khelental,Khellental',hei lun ta er,Гелленталь,Хелентал,Хелленталь,黑伦塔尔	05366020	07	053	05366	05366020
2906851	Hellenhahn-Schellenberg	hellenhahn-schellenberg	DE	56479	1315	Europe/Berlin	50.61278	8.02639			07143237	08	00	07143	07143237
2906882	Helle	helle	DE	16928	0	Europe/Berlin	54.50743	13.3615				12	00	13073	13073074
2906883	Helle	helle	DE	16928	0	Europe/Berlin	53.2205	8.02141				06	00	03451	03451002
2906884	Helle	helle	DE	16928	0	Europe/Berlin	53.16789	12.03259				11	00	12070	12070125
2906885	Helle	helle	DE	16928	0	Europe/Berlin	52.60276	8.04136				06	00	03459	03459018
2906886	Helle	helle	DE	16928	0	Europe/Berlin	52.06579	8.64607				07	057	05758	05758012
2906887	Helle	helle	DE	16928	0	Europe/Berlin	51.34354	7.87419				07	059	05962	05962008
2906957	Helferskirchen	helferskirchen	DE	56244	1174	Europe/Berlin	50.51028	7.81184			07143028	08	00	07143	07143028
2906990	Heldrungen	heldrungen	DE	06577	2297	Europe/Berlin	51.30208	11.21816		Heldrungen,Khel'drungen,Kheldrungen,hei er de lun gen,hldrwnghn,hldrwngn,Хелдрунген,Хельдрунген,هلدرونغن,هلدرونگن,黑尔德伦根		15	00	16065	16065088
2907018	Helbra	helbra	DE	06311	4723	Europe/Berlin	51.55	11.5		Helbra,Khel'bra,Khelbra,hei er bu la,Хелбра,Хельбра,黑尔布拉	15087205	14	00	15087	15087205
2907068	Heitersheim	heitersheim	DE	79423	5739	Europe/Berlin	47.87468	7.65721		Chaiterschaim,Gajtersgajm,Haytershaym,Khajterskhajm,hai te si hai mu,haytrshaym,haytrzhaym,Χάιτερσχαϊμ,Гайтерсгайм,Хайтерсхайм,Хајтерсхајм,Հայտերսհայմ,هايترسهايم,هایترزهایم,海特斯海姆		01	083	08315	08315050
2907110	Heistenbach	heistenbach	DE	65558	1145	Europe/Berlin	50.37933	7.98629			07141053	08	00	07141	07141053
2907111	Heist	heist	DE	25492	2675	Europe/Berlin	53.65	9.65		Heist	01056024	10	00	01056	01056024
2907153	Heisdorf	heisdorf	DE	54614	109	Europe/Berlin	50.13333	6.43333			07232238	08	00	07232	07232238
2907175	Heinzenhausen	heinzenhausen	DE	67742	298	Europe/Berlin	49.63333	7.6		Khajncenkhauzen,hai en cen hao sen,Хайнценхаузен,Хајнценхаузен,海恩岑豪森	07336038	08	00	07336	07336038
2907176	Heinzenberg	heinzenberg	DE	55606	0	Europe/Berlin	50.38105	8.40351				05	064	06434	06434004
2907177	Heinzenberg	heinzenberg	DE	55606	31	Europe/Berlin	49.81667	7.48333		Khajncenberg,hai yin cen bei ge,Хайнценберг,Хајнценберг,海因岑贝格	07133042	08	00	07133	07133042
2907181	Heinzenbach	heinzenbach	DE	55483	432	Europe/Berlin	49.96667	7.41667		Heinzenbach,Heinzenberg	07140049	08	00	07140	07140049
2907194	Heinsen	heinsen	DE	37649	0	Europe/Berlin	53.15887	10.34338				06	00	03355	03355016
2907195	Heinsen	heinsen	DE	37649	1002	Europe/Berlin	52.06257	9.66316				06	00	03254	03254013
2907196	Heinsen	heinsen	DE	37649	0	Europe/Berlin	51.88333	9.43333		Khajnsen,Khajnzen,hai en sen,hainzen,Хайнзен,Хајнсен,ハインゼン,海恩森	03255019	06	00	03255	03255019
2907201	Heinsberg	heinsberg	DE	52525	41505	Europe/Berlin	51.06358	6.0998		Heinsberg,Heinsburg,Khajnsberg,hai yin si bei ge,haynzbrg,Хайнсберг,Хајнсберг,هاینزبرگ,海因斯贝格	05370	07	053	05370	05370016
2907202	Heinsberg	heinsberg	DE	52525	0	Europe/Berlin	51.03859	8.15033				07	059	05966	05966016
2907207	Heinrichswalde	heinrichswalde	DE	17379	564	Europe/Berlin	53.61306	13.77886		Heinrichswalde		12	00	13075	13075048
2907208	Heinrichswalde	heinrichswalde	DE	17379	0	Europe/Berlin	53.61127	13.55678				12	00	13071	13071035
2907209	Heinrichswalde	heinrichswalde	DE	17379	0	Europe/Berlin	51.37979	14.87414				13	00	14626	14626160
2907211	Heinrichsthal	heinrichsthal	DE	63871	918	Europe/Berlin	50.07108	9.34298			09671128	02	096	09671	09671128
2907213	Heinrichsruh	heinrichsruh	DE	17379	305	Europe/Berlin	53.64428	13.92197		Heinrichsruh		12	00	13075	13075131
2907214	Heinrichsruh	heinrichsruh	DE	17379	0	Europe/Berlin	51.65	13.68333				11	00	12062	12062333
2907215	Heinrichsruh	heinrichsruh	DE	17379	0	Europe/Berlin	50.55	11.81667				15	00	16075	16075098
2907254	Heinrichsberg	heinrichsberg	DE	39326	397	Europe/Berlin	52.27303	11.73556		Heinrichsberg		14	00	15083	15083361
2907262	Horst	horst	DE	18519	0	Europe/Berlin	52.76741	12.38022				11	00	12063	12063094
2907270	Heinkenborstel	heinkenborstel	DE	24594	153	Europe/Berlin	54.13333	9.75		Heinkenborstel	01058074	10	00	01058	01058074
2907278	Heiningen	heiningen	DE	38312	749	Europe/Berlin	52.06938	10.55529			03158019	06	00	03158	03158019
2907279	Heiningen	heiningen	DE	38312	0	Europe/Berlin	48.92148	9.44268				01	081	08119	08119008
2907280	Heiningen	heiningen	DE	38312	5532	Europe/Berlin	48.66177	9.64977			08117030	01	081	08117	08117030
2907289	Heinersreuth	heinersreuth	DE	95500	0	Europe/Berlin	50.24441	11.5892				02	094	09477	09477148
2907290	Heinersreuth	heinersreuth	DE	95500	0	Europe/Berlin	50.07855	11.50496				02	094	09477	09477127
2907291	Heinersreuth	heinersreuth	DE	95500	0	Europe/Berlin	50.08853	11.37531				02	094	09477	09477136
2907292	Heinersreuth	heinersreuth	DE	95500	0	Europe/Berlin	49.96667	11.53333		Gajnersrojt,Haynersroyt,Khajnersrojt,hai nei er si luo yi te,hainasuroito,Гайнерсройт,Хайнерсройт,Хајнерсројт,Հայներսրոյտ,ハイナースロイト,海内尔斯罗伊特	09472150	02	094	09472	09472150
2907293	Heinersreuth	heinersreuth	DE	95500	0	Europe/Berlin	49.79323	11.67993				02	093	09374	09374129
2907309	Heinersbrück	heinersbruck	DE	03185	692	Europe/Berlin	51.81986	14.5074		Heinersbruck,Heinersbrück,Most,Móst	12071176	11	00	12071	12071176
2907343	Heinbockel	heinbockel	DE	21726	1568	Europe/Berlin	53.57457	9.32644		Heinbockel,Heinböckel		06	00	03359	03359024
2907349	Heinade	heinade	DE	37627	1024	Europe/Berlin	51.83333	9.63333		Khajnade,hai na de,hainade,Хайнаде,Хајнаде,ハイナーデ,海纳德	03255018	06	00	03255	03255018
2907359	Heimsheim	heimsheim	DE	71296	5234	Europe/Berlin	48.80656	8.86744		Gajmsgajm,Haymshaym,Heimsheim,Khajmskhajm,hai mu si hai mu,haymshaym,haymzhaym,Гаймсгайм,Хаймсхайм,Хајмсхајм,Հայմսհայմ,هايمسهايم,هایمزهایم,海姆斯海姆		01	082	08236	08236025
2907388	Heimertingen	heimertingen	DE	87751	1758	Europe/Berlin	48.03333	10.15		Gajmertingen,Khajmertingen,hai mei er ting gen,Гаймертінген,Хаймертинген,Хајмертинген,Հայմերթինգեն,海梅尔廷根	09778150	02	097	09778	09778150
2907399	Heimenkirch	heimenkirch	DE	88178	3723	Europe/Berlin	47.62959	9.90304		Heimenkirch		02	097	09776	09776114
2907413	Heimburg	heimburg	DE	38889	971	Europe/Berlin	51.82326	10.9114		Heimburg,Khajmburg,Хаймбург,Хајмбург		14	00	15085	15085055
2907416	Heimbuchenthal	heimbuchenthal	DE	63872	2219	Europe/Berlin	49.88917	9.29556		Gajmbukhental',Haymbuxental,Khajmbukhental,Khajmbukhental',hai en bu heng ta er,haimubuhyentaru,Гаймбухенталь,Хаймбухенталь,Хајмбухентал,Հայմբուխենտալ,ハイムブーヒェンタール,海恩布亨塔尔	09671127	02	096	09671	09671127
2907457	Heimbach	heimbach	DE	52396	0	Europe/Berlin	48.49733	8.03342				01	083	08317	08317021
2907458	Heimbach	heimbach	DE	52396	0	Europe/Berlin	50.93164	9.0064				05	066	06634	06634006
2907459	Heimbach	heimbach	DE	52396	4658	Europe/Berlin	50.63693	6.46896		Heimbach,Heimisch,Khajmbakh,hai en ba,haymbakh,Хаймбах,Хајмбах,هایمباخ,海恩巴		07	053	05358	05358012
2907460	Heimbach	heimbach	DE	52396	1241	Europe/Berlin	50.45	7.53333				08	00	07138	07138045
2907462	Heimbach	heimbach	DE	52396	0	Europe/Berlin	50.15499	8.04626				05	064	06439	06439002
2907463	Heimbach	heimbach	DE	52396	0	Europe/Berlin	50.05858	9.15261				02	096	09671	09671143
2907464	Heimbach	heimbach	DE	52396	0	Europe/Berlin	49.61667	7.25		Khajmbakh,Хаймбах,Хајмбах	07134036	08	00	07134	07134036
2907465	Heimbach	heimbach	DE	52396	0	Europe/Berlin	49.11001	9.71457				01	081	08127	08127076
2907466	Heimbach	heimbach	DE	52396	0	Europe/Berlin	49.02808	11.33524		Heimbach		02	095	09576	09576122
2907467	Heimbach	heimbach	DE	52396	0	Europe/Berlin	48.16238	7.82908		Heimbach		01	083	08316	08316043
2907486	Heilshoop	heilshoop	DE	23619	598	Europe/Berlin	53.88333	10.53333		Heilshoop	01062032	10	00	01062	01062032
2908324	Heemsen	heemsen	DE	31622	1686	Europe/Berlin	52.7	9.26667		Heemsen,Khemsen,Khemzen,hei mu sen,hemuzen,Хемзен,Хемсен,ヘームゼン,黑姆森	03256012	06	00	03256	03256012
2907488	Heilsbronn	heilsbronn	DE	91560	9374	Europe/Berlin	49.33572	10.78741		Gajl'sbronn,Haylsbron,Heilsbronn,Khajl'sbronn,Khajlsbron,hai er si bu long,hairusuburon,haylsbrwn,haylzbrwn,Гайльсбронн,Хайлсброн,Хайльсбронн,Хајлсброн,Հայլսբրոն,هايلسبرون,هایلزبرون,ハイルスブロン,海尔斯布龙		02	095	09571	09571165
2907501	Heiligkreuzsteinach	heiligkreuzsteinach	DE	69253	3164	Europe/Berlin	49.48333	8.795		Gajligrojcshtajnakh,Heiligkreuzsteinach,Khajligkrojcshtajnakh,Khajlikrojcshtajnakh,hai li ge ke luo yi ci si tai na,hairihikuroitsushutainaha,Гайлігройцштайнах,Хайлигкройцштайнах,Хајликројцштајнах,ハイリヒクロイツシュタイナハ,海利格克罗伊茨斯泰纳	08226029	01	082	08226	08226029
2907532	Heiligenthal	heiligenthal	DE	06347	0	Europe/Berlin	53.22062	10.33626				06	00	03355	03355035
2907533	Heiligenthal	heiligenthal	DE	06347	825	Europe/Berlin	51.60859	11.63328		Heiligenthal		14	00	15087	15087165
2907534	Heiligenthal	heiligenthal	DE	06347	0	Europe/Berlin	49.91407	10.12142				02	096	09678	09678175
2907541	Heiligenstedtenerkamp	heiligenstedtenerkamp	DE	25524	752	Europe/Berlin	53.89959	9.46814		Heiligenstedtenerkamp	01061035	10	00	01061	01061035
2907542	Heiligenstedten	heiligenstedten	DE	25524	1724	Europe/Berlin	53.93264	9.47462		Heiligenstedten	01061034	10	00	01061	01061034
2907545	Heilbad Heiligenstadt	heilbad-heiligenstadt	DE	37308	17230	Europe/Berlin	51.37819	10.13744		Hagiopolis in Eichsfeldia,Heilbad Heiligenstadt,Heiligenstadt,Khajl'bad-Khajligenshtadt,Khajlbad Khajligenshtat,hai er ba de hai li gen si ta te,haylbad haylyghnshtat,Хайльбад-Хайлигенштадт,Хајлбад Хајлигенштат,هايلباد هايليغنشتات,هایلباد هایلیگن‌اشتات,海尔巴德海利根斯塔特	16061	15	00	16061	16061045
2907546	Heiligenstadt	heiligenstadt	DE	91332	3690	Europe/Berlin	49.86303	11.17185		Heiligenstadt		02	094	09471	09471142
2907547	Heiligenstadt	heiligenstadt	DE	91332	0	Europe/Berlin	48.81374	11.79338		Heiligenstadt		02	092	09273	09273152
2907548	Heiligenstadt	heiligenstadt	DE	91332	0	Europe/Berlin	48.21509	12.60995				02	091	09171	09171133
2907554	Heiligenroth	heiligenroth	DE	56412	1435	Europe/Berlin	50.45	7.86667			07143027	08	00	07143	07143027
2907561	Heiligenmoschel	heiligenmoschel	DE	67699	666	Europe/Berlin	49.55	7.76667			07335013	08	00	07335	07335013
2907585	Heiligenhaus	heiligenhaus	DE	42579	27700	Europe/Berlin	51.32662	6.97106		Gajligengaus,Hayligenhaus,Heiligenhaus,Hillijehoes,Khajligenkhaus,Stadt Heiligenhaus,hai li gen hao si,haylyghnhaws,Гайлігенгаус,Хайлигенхаус,Хајлигенхаус,هايليغنهاوس,هایلیگن‌هاوس,海利根豪斯		07	051	05158	05158012
2907586	Heiligenhaus	heiligenhaus	DE	42579	0	Europe/Berlin	50.93825	7.25629				07	053	05378	05378024
2907588	Heiligenhagen	heiligenhagen	DE	18239	824	Europe/Berlin	54.00938	11.93501		Khajligenkhagen,Хайлигенхаген		12	00	13072	13072093
2907589	Heiligenhafen	heiligenhafen	DE	23774	9308	Europe/Berlin	54.36964	10.98022		Heiligenhafen,Khajligenkhafen,hai li gen ha fen,haylyghnhafn,Хайлигенхафен,Хајлигенхафен,هايليغنهافن,هایلیگن‌هافن,海利根哈芬		10	00	01055	01055021
2907594	Heiligengrabe	heiligengrabe	DE	16909	4581	Europe/Berlin	53.14461	12.36254		Hayligengrabe,Khajligengrabe,hai li gen la bei,Хайлигенграбе,Хајлигенграбе,Հայլիգենգրաբե,海利根拉贝	12068181	11	00	12068	12068181
2907597	Heiligenfelde	heiligenfelde	DE	39606	0	Europe/Berlin	52.87764	8.86696		Heiligenfelde		06	00	03251	03251041
2907598	Heiligenfelde	heiligenfelde	DE	39606	252	Europe/Berlin	52.82825	11.49667		Heiligenfelde		14	00	15090	15090007
2907614	Heiligenberg	heiligenberg	DE	88633	0	Europe/Berlin	52.80359	8.99216				06	00	03251	03251049
2907615	Heiligenberg	heiligenberg	DE	88633	0	Europe/Berlin	48.48082	12.81038				02	092	09277	09277144
2907616	Heiligenberg	heiligenberg	DE	88633	2911	Europe/Berlin	47.82094	9.3128			08435020	01	084	08435	08435020
2907649	Heilingen	heilingen	DE	07407	0	Europe/Berlin	50.77106	11.46101				15	00	16073	16073109
2907665	Heilenbach	heilenbach	DE	54636	131	Europe/Berlin	50.06667	6.46667			07232048	08	00	07232	07232048
2907668	Heilbronn	heilbronn	DE	74072	0	Europe/Berlin	49.1675	10.3625				02	095	09571	09571145
2907669	Heilbronn	heilbronn	DE	74072	120733	Europe/Berlin	49.13995	9.22054		Chailmpron,Gajl'bronn,Hailprunna,Hajlbrono,Heilbronas,Heilbronn,Heilbronn Neckar,Khajl'bronn,Khajlbron,hai er bu long,hailbeulon,hailbroni,hairuburon,haylbrwn,hyylbrwn,Χαϊλμπρόν,Гайльбронн,Хайлброн,Хайльбронн,Хајлброн,היילברון,هايلبرون,هایلبرون,ہیلبرون,ჰაილბრონი,ハイルブロン,海尔布隆,하일브론	08121	01	081	08121	08121000
2907670	Heilberscheid	heilberscheid	DE	56412	687	Europe/Berlin	50.41667	7.88333			07143026	08	00	07143	07143026
2907676	Heilbach	heilbach	DE	54673	129	Europe/Berlin	50.05	6.28333			07232047	08	00	07232	07232047
2907685	Heikendorf	heikendorf	DE	24226	8056	Europe/Berlin	54.36667	10.2		Khajkendorf,hai ken duo fu,Хайкендорф,Хајкендорф,海肯多夫	01057025	10	00	01057	01057025
2907703	Heidweiler	heidweiler	DE	54518	190	Europe/Berlin	49.91667	6.75			07231051	08	00	07231	07231051
2907722	Heidmühlen	heidmuhlen	DE	24598	672	Europe/Berlin	53.96667	10.08333			01060038	10	00	01060	01060038
2907769	Heidhof	heidhof	DE	19303	297	Europe/Berlin	53.17343	11.2294				12	00	13076	13076034
2907780	Heidgraben	heidgraben	DE	25436	2241	Europe/Berlin	53.70787	9.68099		Heidgraben,Khajdgraben,hai de ge la ben,Хайдграбен,Хајдграбен,海德格拉本	01056023	10	00	01056	01056023
2907794	Heidersdorf	heidersdorf	DE	09526	954	Europe/Berlin	50.67571	13.4058		Khajdersdorf,hai de er si duo fu,Хайдерсдорф,Хајдерсдорф,海德尔斯多夫	14521280	13	00	14521	14521280
2907851	Heidenheim an der Brenz	heidenheim-an-der-brenz	DE	89518	50067	Europe/Berlin	48.67798	10.15162		Chainten'chaim,Gajdengajm-na-Brenci,Haidenhaim Brencal,Heidenheim,Heidenheim an der Brenz,Heidenheim in Wurttemberg,Heidenheim in Württemberg,Hoana,Khajdenkhajm an der Brenc,Khajdenkhajm na Brencu,Khajdenkhajm-an-der-Brenc,Khajdenkhajm-na-Brence,hai deng hai mu,haydnhaym,haydnhaym an dr brnts,Χάιντενχαϊμ,Гайденгайм-на-Бренці,Хайденхайм ан дер Бренц,Хайденхайм-ан-дер-Бренц,Хайденхайм-на-Бренце,Хајденхајм на Бренцу,هايدنهايم,هایدنهایم آن در برنتس,海登海姆	08135	01	081	08135	08135019
2908330	Heek	heek	DE	48619	8272	Europe/Berlin	52.11667	7.1		Hek,Hêk	05554024	07	055	05554	05554024
2907852	Heidenheim	heidenheim	DE	91719	2589	Europe/Berlin	49.01719	10.74347		Gajdengajm,Haydenhaym,Heidenheim,Khajdenkhajm,ZNI,Гайденгайм,Хайденхайм,Хајденхајм,Հայդենհայմ		02	095	09577	09577140
2907864	Heidenburg	heidenburg	DE	54426	724	Europe/Berlin	49.8	6.91667			07231204	08	00	07231	07231204
2907886	Heidenau	heidenau	DE	01809	2081	Europe/Berlin	53.31667	9.66667			03353018	06	00	03353	03353018
2907887	Heidenau	heidenau	DE	01809	16756	Europe/Berlin	50.97221	13.86741		Khajdenau,hai de nao,haydhnaw,haydnaw,haydnw,Хайденау,Хајденау,هايدناو,هايدنو,هايدنَو,هایدهناو,海德瑙		13	00	14628	14628160
2907888	Heiden	heiden	DE	46359	0	Europe/Berlin	51.98023	8.84571				07	057	05766	05766040
2907889	Heiden	heiden	DE	46359	8147	Europe/Berlin	51.83333	6.93333			05554028	07	055	05554	05554028
2907890	Heiden	heiden	DE	46359	0	Europe/Berlin	50.90162	7.2468				07	053	05382	05382028
2907909	Heidelberg	heidelberg	DE	69115	0	Europe/Berlin	48.31667	8.91667				01	084	08417	08417008
2907910	Heidelberg	heidelberg	DE	69115	0	Europe/Berlin	53.09588	12.31001		Gejdel'berg,Kolonie Heidelberg,Гейдельберг		11	00	12070	12070125
2907911	Heidelberg	heidelberg	DE	69115	143345	Europe/Berlin	49.40768	8.69079		Chaidelvergi,Edelberga,Gajdel'berg,Gejdehl'berg,Gejdel'berg,HDB,Haidlbaersch,Haidlbärsch,Hajdelberg,Hajdelbergo,Heidelbaerg,Heidelbarg,Heidelberch,Heidelberg,Heidelberga,Heidelbergas,Heidelburg,Heidelbärg,Heidlbeag,Heidlberg,Hejdelbergo,Heydelberg,Heydelberq,Héydélbérg,Khajdel'berg,Khajdelberg,hai de bao,haidelbeleukeu,haidelbergi,haideruberuku,hayadelabarga,haydlbrg,haydlbrgh,hyydlbrg,Χαϊδελβέργη,Гайдельберг,Гейдельберг,Гейдэльберг,Хайделберг,Хайдельберг,Хајделберг,היידלבערג,היידלברג,هايدلبرغ,هایدلبرگ,ہائیڈلبرگ,हायडेलबर्ग,ჰაიდელბერგი,ハイデルベルク,海德堡,하이델베르크	08221	01	082	08221	08221000
2907934	Heidelberg	heidelberg	DE	69115	0	Europe/Berlin	50.6431	13.4739		Heidelberg		13	00	14521	14521570
2907962	Heidekamp	heidekamp	DE	23858	489	Europe/Berlin	53.85	10.5			01062031	10	00	01062	01062031
2907983	Heideck	heideck	DE	91180	5011	Europe/Berlin	49.13365	11.12726		Gajdek,Heideck,Heydeck,Khajdek,hai de ke,haidekku,haydk,Гайдек,Хайдек,Хајдек,Հայդեք,هايدك,هایدک,ハイデック,海德克		02	095	09576	09576126
2908030	Heide	heide	DE	25746	0	Europe/Berlin	51.43333	7.01667				07	051	05113	05113000
2908031	Heide	heide	DE	25746	0	Europe/Berlin	52.19459	8.51228				07	057	05758	05758004
2908032	Heide	heide	DE	25746	20599	Europe/Berlin	54.19579	9.0988		HEI,Heid,Heide,Khajde,haide,haydh,Хайде,Хајде,هایده,ハイデ	01051	10	00	01051	01051044
2908033	Heide	heide	DE	25746	0	Europe/Berlin	54.02524	12.06445				12	00	13072	13072121
2908034	Heide	heide	DE	25746	0	Europe/Berlin	53.41671	10.73522				12	00	13076	13076014
2908035	Heide	heide	DE	25746	0	Europe/Berlin	53.25268	7.55416				06	00	03457	03457016
2908036	Heide	heide	DE	25746	0	Europe/Berlin	53.08094	8.62097				06	00	03458	03458005
2908038	Heide	heide	DE	25746	0	Europe/Berlin	52.84834	9.02838				06	00	03251	03251026
2908039	Heide	heide	DE	25746	0	Europe/Berlin	52.38063	10.4748				06	00	03151	03151034
2908040	Heide	heide	DE	25746	0	Europe/Berlin	52.32307	8.96538				07	057	05770	05770028
2908041	Heide	heide	DE	25746	0	Europe/Berlin	52.25634	8.49017				07	057	05758	05758028
2908042	Heide	heide	DE	25746	0	Europe/Berlin	52.10719	9.60889				06	00	03252	03252008
2908043	Heide	heide	DE	25746	0	Europe/Berlin	51.90736	14.33093				11	00	12071	12071052
2908044	Heide	heide	DE	25746	0	Europe/Berlin	51.75897	7.01755				07	055	05562	05562012
2908045	Heide	heide	DE	25746	0	Europe/Berlin	51.64215	8.20598				07	059	05974	05974008
2908046	Heide	heide	DE	25746	0	Europe/Berlin	51.55101	6.18874				07	051	05154	05154032
2908047	Heide	heide	DE	25746	0	Europe/Berlin	51.44431	8.43158				07	059	05974	05974036
2908048	Heide	heide	DE	25746	0	Europe/Berlin	51.41667	6.65				07	051	05170	05170024
2908049	Heide	heide	DE	25746	0	Europe/Berlin	51.32485	7.77151				07	059	05962	05962016
2908050	Heide	heide	DE	25746	0	Europe/Berlin	51.2281	6.6484				07	051	05162	05162024
2908051	Heide	heide	DE	25746	0	Europe/Berlin	51.20948	6.5815				07	051	05162	05162016
2908052	Heide	heide	DE	25746	0	Europe/Berlin	51.18333	7.06667		Heide		07	051	05122	05122000
2908053	Heide	heide	DE	25746	0	Europe/Berlin	51.10951	7.13869				07	053	05378	05378016
2908054	Heide	heide	DE	25746	0	Europe/Berlin	51.0392	7.11452				07	053	05378	05378020
2908055	Heide	heide	DE	25746	0	Europe/Berlin	51	7.45				07	053	05374	05374008
2908057	Heide	heide	DE	25746	0	Europe/Berlin	50.98333	7.08333				07	053	05315	05315000
2908059	Heide	heide	DE	25746	0	Europe/Berlin	50.88921	7.47631		Heide		07	053	05374	05374032
2908060	Heide	heide	DE	25746	0	Europe/Berlin	50.88593	7.28678				07	053	05382	05382028
2908061	Heide	heide	DE	25746	0	Europe/Berlin	50.86348	7.64561		Heide		07	053	05374	05374044
2908062	Heide	heide	DE	25746	0	Europe/Berlin	50.83541	6.87161		Heide		07	053	05362	05362012
2908064	Heide	heide	DE	25746	0	Europe/Berlin	50.70857	7.35361		Heide		07	053	05382	05382020
2908066	Heide	heide	DE	25746	0	Europe/Berlin	50.64968	7.45806				08	00	07138	07138003
2908149	Heichelheim	heichelheim	DE	99439	308	Europe/Berlin	51.05	11.31667			16071102	15	00	16071	16071102
2908165	Hehlen	hehlen	DE	37619	2193	Europe/Berlin	51.98858	9.47004		Khelen,hei lun,heren,Хелен,ヘーレン,黑伦	03255017	06	00	03255	03255017
2908259	Hefersweiler	hefersweiler	DE	67753	501	Europe/Berlin	49.6	7.68333		Khefersvajler,hei fu er si wei lei,Хеферсвайлер,Хеферсвајлер,黑弗尔斯韦勒	07336036	08	00	07336	07336036
2908268	Heeßen	heessen	DE	31707	1576	Europe/Berlin	52.23211	9.09642			03257012	06	00	03257	03257012
2908273	Heeslingen	heeslingen	DE	27404	4803	Europe/Berlin	53.31667	9.33333		Heessel,Heeßel,Kheslingen,hei si lin gen,hesuringen,Хеслинген,ヘースリンゲン,黑斯林根	03357021	06	00	03357	03357021
2908292	Heerstedt	heerstedt	DE	27616	509	Europe/Berlin	53.46516	8.75851				06	00	03352	03352059
2908310	Heeren	heeren	DE	39590	605	Europe/Berlin	52.54275	11.88652				14	00	15090	15090535
2908311	Heeren	heeren	DE	39590	0	Europe/Berlin	51.58344	7.71148		Heeren		07	059	05978	05978020
2908349	Heede	heede	DE	25355	694	Europe/Berlin	53.78333	9.8			01056022	10	00	01056	01056022
2908350	Heede	heede	DE	25355	2221	Europe/Berlin	52.99205	7.2983			03454020	06	00	03454	03454020
2908351	Heede	heede	DE	25355	0	Europe/Berlin	52.63119	8.37902				06	00	03251	03251012
2908365	Hedwigenkoog	hedwigenkoog	DE	25761	267	Europe/Berlin	54.18333	8.85			01051043	10	00	01051	01051043
2908373	Hedersleben	hedersleben	DE	06295	1757	Europe/Berlin	51.85943	11.25			15085160	14	00	15085	15085160
2908374	Hedersleben	hedersleben	DE	06295	1003	Europe/Berlin	51.54891	11.64983		Hedersleben,Hedersleben (Eisleben),Hedersleben (Mansfelder Land),Khedersleben (Mansfel'd),Khedersleben (Mansfeld-Zidkharc),Хедерслебен (Мансфелд-Зидхарц),Хедерслебен (Мансфельд)		14	00	15087	15087130
2908379	Hedeper	hedeper	DE	38322	588	Europe/Berlin	52.06667	10.68333			03158017	06	00	03158	03158017
2908397	Guldental	guldental	DE	55452	0	Europe/Berlin	49.88921	7.84716				08	00	07133	07133035
2908398	Heddesheim	heddesheim	DE	68542	11544	Europe/Berlin	49.50556	8.60361		Geddesgajm,Heddesheim,Kheddeskhajm,Khedeskhajm,heddesuhaimu,hei de si hai mu,Геддесгайм,Хеддесхайм,Хедесхајм,ヘッデスハイム,黑德斯海姆	08226028	01	082	08226	08226028
2908400	Heddesbach	heddesbach	DE	69434	518	Europe/Berlin	49.48028	8.82806		Geddesbakh,Kheddesbakh,Khedesbakh,heddesubahha,hei de si ba he,Геддесбах,Хеддесбах,Хедесбах,ヘッデスバッハ,黑德斯巴赫	08226027	01	082	08226	08226027
2908401	Heddert	heddert	DE	54429	271	Europe/Berlin	49.65	6.75			07235040	08	00	07235	07235040
2908411	Hecklingen	hecklingen	DE	39444	3969	Europe/Berlin	51.84705	11.53416		Hecklingen,Kheklingen,hei ke lin gen,hklynghn,hklyngn,Хеклинген,هكلينغن,هکلینگن,黑克林根		14	00	15089	15089175
2908412	Hecklingen	hecklingen	DE	39444	0	Europe/Berlin	48.17064	7.77144				01	083	08316	08316020
2908421	Heckhuscheid	heckhuscheid	DE	54619	153	Europe/Berlin	50.17877	6.22264			07232236	08	00	07232	07232236
2908431	Heuckewalde	heuckewalde	DE	06712	411	Europe/Berlin	50.96635	12.15322		Heckewalde,Heuckenwalde,Heuckewalde		14	00	15084	15084207
2908439	Heckenmünster	heckenmunster	DE	54518	131	Europe/Berlin	49.9	6.78333			07231050	08	00	07231	07231050
2908459	Hecken	hecken	DE	55481	0	Europe/Berlin	50.45377	6.51423				07	053	05366	05366020
2908460	Hecken	hecken	DE	55481	140	Europe/Berlin	49.91667	7.4			07140048	08	00	07140	07140048
2908461	Hecken	hecken	DE	55481	0	Europe/Berlin	48.32624	11.99003				02	091	09177	09177113
2908486	Hechthausen	hechthausen	DE	21755	3623	Europe/Berlin	53.64041	9.23942		Gemeen Heckthusen,Hechthausen,Khekhtauzen,Khekhtkhauzen,hei xi tao sen,Хехтаузен,Хехтхаузен,黑希陶森	03352020	06	00	03352	03352020
2908495	Hechingen	hechingen	DE	72379	19400	Europe/Berlin	48.35149	8.96317		Gekhingen,Khekhingen,hei xin gen,hkyngn,hshynghn,hshyngn,Гехінген,Хехинген,הכינגן,هشينغن,هشینگن,黑欣根		01	084	08417	08417031
2908529	Hebertshausen	hebertshausen	DE	85241	5121	Europe/Berlin	48.28959	11.46526		Gebertsgauzen,Hebazausn,Hebertshauzen,Khebertskhauzen,hei bei er ci hao sen,hrbrtshawzn,Гебертсгаузен,Хебертсхаузен,Հեբերտսհաուզեն,هربرتسهاوزن,黑贝尔茨豪森	09174122	02	091	09174	09174122
2908531	Hebertsfelden	hebertsfelden	DE	84332	3756	Europe/Berlin	48.40596	12.82259		Gebertsfel'den,Khebertsfel'den,Khebertsfelden,hbrtsfldn,hei bei er ci fei er deng,Гебертсфельден,Хебертсфелден,Хебертсфельден,Հեբերթսֆելդեն,هبرتسفلدن,黑贝尔茨费尔登	09277124	02	092	09277	09277124
2908563	Haynsburg	haynsburg	DE	06712	588	Europe/Berlin	51.01827	12.06614		Haynsburg		14	00	15084	15084565
2908565	Haynrode	haynrode	DE	37339	751	Europe/Berlin	51.44542	10.44544		Khajnrode,hai en luo de,Хайнроде,Хајнроде,海恩罗德	16061044	15	00	16061	16061044
2908571	Hayn	hayn	DE	06536	619	Europe/Berlin	51.56994	11.07955		Hayn,Hayn bei Stolberg		14	00	15087	15087412
2908572	Hayn	hayn	DE	06536	0	Europe/Berlin	50.93284	11.16242				15	00	16071	16071103
2908575	Hayingen	hayingen	DE	72534	2224	Europe/Berlin	48.27531	9.4776		Gaingen,Havingen,Khajingen,hai yin gen,haynghn,haynygn,Гаїнген,Хайинген,Хајинген,هاينغن,هاینیگن,海因根		01	084	08415	08415034
2908595	Hawangen	hawangen	DE	87749	1237	Europe/Berlin	47.96667	10.26667		Gavangen,Havangen,Khavangen,ha wan gen,Гаванген,Хаванген,Հավանգեն,哈万根	09778149	02	097	09778	09778149
2908597	Havixbeck	havixbeck	DE	48329	12034	Europe/Berlin	51.98333	7.41667		Gafiksbek,Khafiksbek,Khaviksbek,ha fei ke si bei ke,Гафіксбек,Хавиксбек,Хафиксбек,哈菲克斯贝克	05558020	07	055	05558	05558020
2908602	Havetoftloit	havetoftloit	DE	24875	957	Europe/Berlin	54.66163	9.5592		Havetoftloit		10	00	01059	01059185
2908604	Havetoft	havetoft	DE	24873	913	Europe/Berlin	54.65	9.51667		Havetoft,Khafetoft,Khavetoft,ha fei tuo fu te,Хаветофт,Хафетофт,哈费托夫特	01059037	10	00	01059	01059037
2908614	Haverlah	haverlah	DE	38275	1741	Europe/Berlin	52.06667	10.16667		Haverlah		06	00	03254	03254022
2908644	Havelberg	havelberg	DE	39539	7078	Europe/Berlin	52.83088	12.07552		Khafel'berg,Khafelberg,ha fu er bei ge,haflbrgh,hawlbrg,Хафелберг,Хафельберг,هافلبرغ,هاولبرگ,哈弗尔贝格		14	00	15090	15090225
2908648	Havekost	havekost	DE	21493	0	Europe/Berlin	54.018	10.62089				10	00	01055	01055001
2908649	Havekost	havekost	DE	21493	135	Europe/Berlin	53.55	10.46667			01053052	10	00	01053	01053052
2908650	Havekost	havekost	DE	21493	0	Europe/Berlin	53.08194	10.67688				06	00	03360	03360017
2908651	Havekost	havekost	DE	21493	0	Europe/Berlin	52.99067	8.53485		Havekost		06	00	03458	03458005
2908660	Hauzenberg	hauzenberg	DE	94051	0	Europe/Berlin	48.73774	13.55481				02	092	09272	09272151
2908661	Hauzenberg	hauzenberg	DE	94051	12522	Europe/Berlin	48.64957	13.62645		Gaucenberg,Hauzenberg,Khaucenberg,hao cen bei ge,hawtsbrg,hawtsnbrgh,Гауценберг,Хауценберг,Հաուցենբերգ,هاوتسبرگ,هاوتسنبرغ,豪岑贝格		02	092	09275	09275126
2908662	Hauzenberg	hauzenberg	DE	94051	0	Europe/Berlin	48.635	13.3426				02	092	09275	09275151
2908669	Hauteroda	hauteroda	DE	06577	617	Europe/Berlin	51.26667	11.28333		Hauteroda	16065088	15	00	16065	16065088
2908675	Hausweiler	hausweiler	DE	67742	0	Europe/Berlin	50.7179	6.81629				07	053	05366	05366040
2908904	Hausen	hausen	DE	37327	0	Europe/Berlin	48.10686	10.48508				02	097	09778	09778190
2908676	Hausweiler	hausweiler	DE	67742	65	Europe/Berlin	49.65	7.56667		Khausvajler,hao si wei lei,Хаусвайлер,Хаусвајлер,豪斯韦勒	07336035	08	00	07336	07336035
2908688	Hausten	hausten	DE	56745	329	Europe/Berlin	50.4	7.11667			07137034	08	00	07137	07137034
2908696	Haussömmern	haussommern	DE	99955	255	Europe/Berlin	51.18333	10.81667		Haussoemmern,Haussömmern	16064021	15	00	16064	16064021
2908726	Hausneindorf	hausneindorf	DE	06458	822	Europe/Berlin	51.8401	11.27227				14	00	15085	15085287
2908748	Häuslingen	hauslingen	DE	27336	0	Europe/Berlin	49.18625	10.48444				02	095	09571	09571223
2908783	Hausham	hausham	DE	83734	8177	Europe/Berlin	47.7466	11.84069			09182119	02	091	09182	09182119
2908793	Häusern	hausern	DE	79837	0	Europe/Berlin	49.13983	11.31248				02	095	09576	09576127
2908794	Häusern	hausern	DE	79837	0	Europe/Berlin	48.34986	11.42222				02	091	09174	09174131
2908795	Häusern	hausern	DE	79837	0	Europe/Berlin	48.0656	9.85308				01	084	08426	08426120
2908796	Häusern	hausern	DE	79837	1340	Europe/Berlin	47.75	8.16667		Gojzern,Haeusern,Häusern,Khojsern,Khojzern,huo yi sai er en,Гойзерн,Хойзерн,Хојсерн,霍伊塞尔恩	08337045	01	083	08337	08337045
2908797	Häusern	hausern	DE	79837	0	Europe/Berlin	47.7	11.41667				02	091	09173	09173113
2908798	Häusern	hausern	DE	79837	0	Europe/Berlin	47.69724	10.54265				02	097	09777	09777179
2908799	Häusern	hausern	DE	79837	0	Europe/Berlin	47.63333	12.18333				02	091	09187	09187148
2908800	Häusern	hausern	DE	79837	0	Europe/Berlin	47.62134	10.28709				02	097	09780	09780143
2908892	Hausen	hausen	DE	37327	0	Europe/Berlin	49.06042	11.32047		Hausen		02	095	09576	09576122
2908835	Hausen ob Verena	hausen-ob-verena	DE	78595	0	Europe/Berlin	48.05367	8.72466		Hausen,Hausen ob Verena,Khauzen ob Ferena,Khauzen-ob-Ferena,hao sen ao bu fei lei na,Хаузен об Ферена,Хаузен-об-Ферена,豪森奥布费雷纳	08327023	01	083	08327	08327023
2908852	Hausen	hausen	DE	37327	0	Europe/Berlin	48.78937	8.83843		Hausen,Hausen an der Wurm,Hausen an der Würm		01	081	08115	08115050
2908854	Hausen	hausen	DE	37327	0	Europe/Berlin	47.95617	7.66939		Hausen,Hausen an der Mohlin,Hausen an der Möhlin		01	083	08315	08315006
2908858	Hausen am Tann	hausen-am-tann	DE	72361	0	Europe/Berlin	48.19833	8.83631		Gauzen-am-Tann,Khauzen am Tan,Khauzen-am-Tan,hao sen a mu tan,Гаузен-ам-Танн,Хаузен ам Тан,Хаузен-ам-Тан,豪森阿姆坦	08417029	01	084	08417	08417029
2908859	Hausen am Bussen	hausen-am-bussen	DE	89597	0	Europe/Berlin	48.21192	9.62514		Hausen	08425055	01	084	08425	08425055
2908863	Hausen	hausen	DE	37327	456	Europe/Berlin	51.38333	10.36667			16061074	15	00	16061	16061074
2908864	Hausen	hausen	DE	37327	0	Europe/Berlin	51.22944	6.33889				07	051	05166	05166032
2908865	Hausen	hausen	DE	37327	0	Europe/Berlin	51.20514	9.82714				05	066	06636	06636006
2908866	Hausen	hausen	DE	37327	0	Europe/Berlin	51.01373	10.72713				15	00	16067	16067091
2908867	Hausen	hausen	DE	37327	0	Europe/Berlin	50.99408	9.56469		Hausen		05	066	06634	06634011
2908868	Hausen	hausen	DE	37327	0	Europe/Berlin	50.87024	7.25647				07	053	05382	05382028
2908869	Hausen	hausen	DE	37327	0	Europe/Berlin	50.84402	9.45615		Hausen		05	066	06634	06634019
2908870	Hausen	hausen	DE	37327	0	Europe/Berlin	50.80786	11.01201				15	00	16070	16070004
2908871	Hausen	hausen	DE	37327	0	Europe/Berlin	50.65028	6.49372				07	053	05358	05358012
2908872	Hausen	hausen	DE	37327	0	Europe/Berlin	50.54551	8.73842				05	065	06531	06531014
2908873	Hausen	hausen	DE	37327	2009	Europe/Berlin	50.54242	7.40703		Hausen		08	00	07138	07138007
2908875	Hausen	hausen	DE	37327	0	Europe/Berlin	50.5064	10.12661		Hausen,Hausen Roth	09673129	02	096	09673	09673129
2908876	Hausen	hausen	DE	37327	0	Europe/Berlin	50.42197	8.6241				05	064	06440	06440005
2908877	Hausen	hausen	DE	37327	0	Europe/Berlin	50.34723	7.97424				08	00	07141	07141503
2908878	Hausen	hausen	DE	37327	0	Europe/Berlin	50.32866	7.2725				08	00	07137	07137068
2908879	Hausen	hausen	DE	37327	0	Europe/Berlin	50.27376	9.38507				05	064	06435	06435002
2908880	Hausen	hausen	DE	37327	0	Europe/Berlin	50.18333	11.75				02	094	09475	09475154
2908881	Hausen	hausen	DE	37327	0	Europe/Berlin	50.13008	11.00794		Hausen		02	094	09478	09478165
2908882	Hausen	hausen	DE	37327	0	Europe/Berlin	50.08181	8.86482		Hausen		05	064	06438	06438010
2908883	Hausen	hausen	DE	37327	771	Europe/Berlin	50.07126	10.31155				02	096	09678	09678174
2908884	Hausen	hausen	DE	37327	0	Europe/Berlin	49.95906	9.65735		Hausen		02	096	09677	09677186
2908885	Hausen	hausen	DE	37327	0	Europe/Berlin	49.92613	10.02901				02	096	09679	09679143
2908886	Hausen	hausen	DE	37327	2033	Europe/Berlin	49.86972	9.21028			09676128	02	096	09676	09676128
2908887	Hausen	hausen	DE	37327	192	Europe/Berlin	49.86667	7.36667			07134035	08	00	07134	07134035
2908888	Hausen	hausen	DE	37327	3625	Europe/Berlin	49.68945	11.03216			09474134	02	094	09474	09474134
2908889	Hausen	hausen	DE	37327	0	Europe/Berlin	49.49508	10.83599				02	095	09573	09573120
2908890	Hausen	hausen	DE	37327	0	Europe/Berlin	49.45789	8.13845		Hausen		08	00	07332	07332002
2908891	Hausen	hausen	DE	37327	0	Europe/Berlin	49.35208	11.76224				02	093	09371	09371154
2908893	Hausen	hausen	DE	37327	0	Europe/Berlin	49.06406	9.86784				01	081	08127	08127063
2908894	Hausen	hausen	DE	37327	0	Europe/Berlin	48.98502	10.51445				02	097	09779	09779147
2908895	Hausen	hausen	DE	37327	0	Europe/Berlin	48.97379	9.6151				01	081	08119	08119044
2908896	Hausen	hausen	DE	37327	2068	Europe/Berlin	48.85953	12.0063			09273125	02	092	09273	09273125
2908897	Hausen	hausen	DE	37327	0	Europe/Berlin	48.64579	10.96604				02	097	09779	09779201
2908898	Hausen	hausen	DE	37327	0	Europe/Berlin	48.58389	10.47139		Hausen		02	097	09773	09773125
2908899	Hausen	hausen	DE	37327	0	Europe/Berlin	48.49895	10.99929				02	097	09771	09771114
2908900	Hausen	hausen	DE	37327	0	Europe/Berlin	48.49861	10.60306				02	097	09773	09773179
2908901	Hausen	hausen	DE	37327	0	Europe/Berlin	48.35153	10.75056				02	097	09772	09772130
2908902	Hausen	hausen	DE	37327	0	Europe/Berlin	48.34456	10.06519				02	097	09775	09775135
2908903	Hausen	hausen	DE	37327	0	Europe/Berlin	48.32681	10.29745				02	097	09774	09774133
2908905	Hausen	hausen	DE	37327	0	Europe/Berlin	48.04194	11.32999				02	091	09188	09188120
2908906	Hausen	hausen	DE	37327	0	Europe/Berlin	48.0106	10.76351				02	097	09777	09777121
2908907	Hausen	hausen	DE	37327	0	Europe/Berlin	47.95682	12.80414				02	091	09189	09189127
2908908	Hausen	hausen	DE	37327	740	Europe/Berlin	47.9159	8.67424		Hausen		01	083	08327	08327018
2908909	Hausen	hausen	DE	37327	0	Europe/Berlin	47.88634	12.93767				02	091	09172	09172130
2908910	Hausen	hausen	DE	37327	0	Europe/Berlin	47.8775	10.66933				02	097	09777	09777152
2908911	Hausen	hausen	DE	37327	0	Europe/Berlin	47.80526	10.9449				02	091	09190	09190140
2908912	Hausen	hausen	DE	37327	0	Europe/Berlin	47.794	10.66271				02	097	09777	09777151
2908913	Hausen	hausen	DE	37327	2410	Europe/Berlin	47.68128	7.83986				01	083	08336	08336036
2908914	Hausen	hausen	DE	37327	0	Europe/Berlin	47.67359	10.94643				02	091	09190	09190160
2908967	Hausbay	hausbay	DE	56291	211	Europe/Berlin	50.10685	7.55928			07140047	08	00	07140	07140047
2908974	Hausach	hausach	DE	77756	5748	Europe/Berlin	48.28426	8.17602		Gauzakh,Hausach,Khauzakh,hao sa,hawzakh,Гаузах,Хаузах,هاوزاخ,豪萨		01	083	08317	08317041
2908992	Hauroth	hauroth	DE	56761	283	Europe/Berlin	50.25	7.1			07135040	08	00	07135	07135040
2908999	Hauptstuhl	hauptstuhl	DE	66851	1325	Europe/Berlin	49.4	7.48333			07335012	08	00	07335	07335012
2909057	Haunsheim	haunsheim	DE	89437	1599	Europe/Berlin	48.59977	10.37401		Gaunsgajm,Haunshaym,Khaunskhajm,hao en si hai mu,hawnshaym,Гаунсгайм,Хаунсхайм,Хаунсхајм,Հաունսհայմ,هاونسهایم,豪恩斯海姆	09773137	02	097	09773	09773137
2909086	Haundorf	haundorf	DE	91729	0	Europe/Berlin	49.58946	10.91895				02	095	09572	09572132
2909087	Haundorf	haundorf	DE	91729	2751	Europe/Berlin	49.17598	10.77124		Gaundorf,Haundorf,Khaundorf,hao en duo fu,Гаундорф,Хаундорф,Հաունդորֆ,豪恩多夫	09577138	02	095	09577	09577138
2909088	Haundorf	haundorf	DE	91729	0	Europe/Berlin	49.16985	10.2224				02	095	09571	09571199
2909089	Haundorf	haundorf	DE	91729	0	Europe/Berlin	48.77976	13.30642				02	092	09272	09272150
2909129	Hauenstein	hauenstein	DE	76846	4148	Europe/Berlin	49.19211	7.85492		Hauenstein,Hauenstein Kreis Pirmasens	07340014	08	00	07340	07340014
2909130	Hauenstein	hauenstein	DE	76846	0	Europe/Berlin	47.58203	8.10701				01	083	08337	08337066
2909201	Hatzenport	hatzenport	DE	56332	673	Europe/Berlin	50.23333	7.41667			07137208	08	00	07137	07137208
2909204	Hatzenbühl	hatzenbuhl	DE	76770	2693	Europe/Berlin	49.11111	8.24528		Hatzenbuehl,Hatzenbühl	07334009	08	00	07334	07334009
2909220	Hattstedtermarsch	hattstedtermarsch	DE	25856	294	Europe/Berlin	54.55	9		Haatstinger Maeaersch,Haatstinger Määrsch,Hatsted Marsk,Hattstedtermarsch,Khatshtedtermarsh,Khatshtetermarsh,ha ci te er ma er shi,Хатштедтермарш,Хатштетермарш,哈茨特尔马尔施	01054043	10	00	01054	01054043
2909222	Hattstedt	hattstedt	DE	25856	2416	Europe/Berlin	54.53333	9.03333		Haatst,Hatsted,Hattstedt,Khatshtedt,Khatshtet,ha ci te,Хатштедт,Хатштет,哈茨特	01054042	10	00	01054	01054042
2909230	Hattingen	hattingen	DE	45525	56866	Europe/Berlin	51.39894	7.18557		Chatin'nken,Hattingen,Khatingen,Khattingen,ha ting gen,hatyngn,Χάτινγκεν,Хатинген,Хаттинген,هاتینگن,ہیٹنگن,哈廷根		07	059	05954	05954016
2909231	Hattingen	hattingen	DE	45525	0	Europe/Berlin	47.92244	8.78508		Hattingen		01	083	08327	08327025
2909235	Hattgenstein	hattgenstein	DE	55767	266	Europe/Berlin	49.7	7.15			07134034	08	00	07134	07134034
2909240	Hattersheim	hattersheim	DE	65795	25035	Europe/Berlin	50.06906	8.48632		Hattersheim		05	064	06436	06436005
2909251	Hattenhofen	hattenhofen	DE	73110	0	Europe/Berlin	48.97211	11.72687				02	092	09273	09273164
2909252	Hattenhofen	hattenhofen	DE	73110	2964	Europe/Berlin	48.66648	9.57456			08117029	01	081	08117	08117029
2909253	Hattenhofen	hattenhofen	DE	73110	1415	Europe/Berlin	48.22231	11.11551			09179128	02	091	09179	09179128
2909254	Hattenhofen	hattenhofen	DE	73110	0	Europe/Berlin	48.17701	10.96453				02	091	09181	09181116
2909255	Hattenhofen	hattenhofen	DE	73110	0	Europe/Berlin	47.78187	10.58858				02	097	09777	09777151
2909268	Hatten	hatten	DE	26209	13499	Europe/Berlin	53.05	8.38333			03458009	06	00	03458	03458009
2909296	Haste	haste	DE	31559	2800	Europe/Berlin	52.38105	9.3928			03257011	06	00	03257	03257011
2909297	Haste	haste	DE	31559	0	Europe/Berlin	52.30717	8.04487		Haste		06	00	03404	03404000
2909298	Haste	haste	DE	31559	0	Europe/Berlin	51.28771	7.62415				07	059	05962	05962044
2909304	Haßmoor	hassmoor	DE	24790	288	Europe/Berlin	54.3	9.81667			01058073	10	00	01058	01058073
2909305	Haßmoor	hassmoor	DE	24790	0	Europe/Berlin	52.44312	8.58068				07	057	05770	05770040
2909308	Haßmersheim	hassmersheim	DE	74855	4892	Europe/Berlin	49.3	9.15		Gasmersgajm,Hassmersheim,Hassnerheim,Haßmersheim,Haßnerheim,Khasmerskhajm,ha si mei er si hai mu,hasumasuhaimu,Гасмерсгайм,Хасмерсхайм,Хасмерсхајм,ハスマースハイム,哈斯梅尔斯海姆	08225033	01	082	08225	08225033
2909312	Haßloch	hassloch	DE	67454	0	Europe/Berlin	49.98533	8.45693				05	064	06433	06433012
2909313	Haßloch	hassloch	DE	67454	20779	Europe/Berlin	49.36278	8.25806		Hafsloch,Hassloch,Haßloch,Khaslokh,hasurohho,Хаслох,ハースロッホ	07332025	08	00	07332	07332025
2909324	Haßleben	hassleben	DE	99189	0	Europe/Berlin	53.21579	13.69178		Hassleben,Hassteben,Haßleben,Haßteben		11	00	12073	12073069
2909325	Haßleben	hassleben	DE	99189	1066	Europe/Berlin	51.10878	10.99637		Hassleben,Haßleben,Khasleben,ha si lai ben,Хаслебен,哈斯莱本	16068025	15	00	16068	16068025
2909335	Haßfurt	hassfurt	DE	97437	13562	Europe/Berlin	50.03521	10.5156		Gasfurt,Hassfurt,Haszfurt,Haszfurth,Haßfurt,Khasfurt,XXX,ha si fu er te,hasfwrt,Гасфурт,Хасфурт,Հասֆուրթ,هاسفورت,哈斯富尔特	09674	02	096	09674	09674147
2909349	Hassendorf	hassendorf	DE	27367	0	Europe/Berlin	54.07727	10.50169		Hassendorf		10	00	01055	01055007
2909350	Hassendorf	hassendorf	DE	27367	1156	Europe/Berlin	53.10859	9.26482			03357020	06	00	03357	03357020
2909386	Hasselfelde	hasselfelde	DE	38899	3159	Europe/Berlin	51.69051	10.85373		Hasselfelde,Khaselfelde,Khassel'fel'de,Хаселфелде,Хассельфельде		14	00	15085	15085228
2909406	Hasselberg	hasselberg	DE	24376	0	Europe/Berlin	49.80591	9.4826		Hasselberg		02	096	09677	09677137
2909418	Hasselberg	hasselberg	DE	24376	0	Europe/Berlin	54.71667	9.98333			01059121	10	00	01059	01059121
2909429	Hasselbach	hasselbach	DE	56288	0	Europe/Berlin	51.16842	9.82976		Hasselbach		05	066	06636	06636012
2909430	Hasselbach	hasselbach	DE	56288	297	Europe/Berlin	50.71667	7.51667			07132046	08	00	07132	07132046
2909431	Hasselbach	hasselbach	DE	56288	0	Europe/Berlin	50.48163	8.20656				05	065	06533	06533017
2909432	Hasselbach	hasselbach	DE	56288	0	Europe/Berlin	50.33949	8.34558				05	064	06434	06434013
2909433	Hasselbach	hasselbach	DE	56288	180	Europe/Berlin	50.03333	7.45			07140046	08	00	07140	07140046
2909434	Hasselbach	hasselbach	DE	56288	0	Europe/Berlin	49.26001	8.98766		Hasselbach		01	082	08226	08226085
2909435	Hasselbach	hasselbach	DE	56288	0	Europe/Berlin	49.03542	10.33278		Hasselbach		02	095	09571	09571179
2909437	Hassel	hassel	DE	39596	0	Europe/Berlin	51.60126	7.0517		Buer-Hassel,Hassel		07	055	05513	05513000
2909438	Hassel	hassel	DE	39596	0	Europe/Berlin	53.26456	8.09934				06	00	03451	03451008
2909439	Hassel	hassel	DE	39596	0	Europe/Berlin	51.66504	7.48037		Hassel		07	059	05978	05978032
2909440	Hassel	hassel	DE	39596	0	Europe/Berlin	53.05746	9.4674				06	00	03357	03357024
2909441	Hassel	hassel	DE	39596	0	Europe/Berlin	52.86059	8.71428				06	00	03251	03251007
2909442	Hassel	hassel	DE	39596	0	Europe/Berlin	52.80267	9.20267		Hassel		06	00	03256	03256010
2909443	Hassel	hassel	DE	39596	0	Europe/Berlin	52.73468	9.98973		Hassel		06	00	03351	03351004
2909444	Hassel	hassel	DE	39596	1933	Europe/Berlin	52.69688	8.83198				06	00	03251	03251040
2909445	Hassel	hassel	DE	39596	849	Europe/Berlin	52.63952	11.92635			15090220	14	00	15090	15090220
2909446	Hassel	hassel	DE	39596	0	Europe/Berlin	51.26406	6.94651				07	051	05158	05158024
2909447	Hassel	hassel	DE	39596	0	Europe/Berlin	51.04046	12.00975				14	00	15084	15084115
2909448	Hassel	hassel	DE	39596	0	Europe/Berlin	49.266	7.16243		Hassel		09	00	10045	10045117
2909460	Haßbergen	hassbergen	DE	31626	1563	Europe/Berlin	52.73333	9.23333			03256011	06	00	03256	03256011
2909489	Hasloh	hasloh	DE	25474	3460	Europe/Berlin	53.69471	9.91682		Hasloh,Khaslo,ha si luo,Хасло,哈斯洛	01056021	10	00	01056	01056021
2909491	Hasloch	hasloch	DE	97907	1414	Europe/Berlin	49.79194	9.49361		Gaslokh,Haslox,Khaslokh,Гаслох,Хаслох,Հասլոխ	09677137	02	096	09677	09677137
2909523	Haslach im Kinzigtal	haslach-im-kinzigtal	DE	77716	0	Europe/Berlin	48.27773	8.08941		Gaslakh-im-Kincigtal',Haslach,Haslach im Kinzigtal,Khaslakh,Khaslakh im Kincigtal,Khaslakh-im-Kincigtal',hazlakh,jin qi xi gu de ha si la he,Гаслах-ім-Кінцигталь,Хаслах,Хаслах им Кинцигтал,Хаслах-им-Кинцигталь,هازلاخ,金齐希谷地哈斯拉赫		01	083	08317	08317040
2909587	Haserich	haserich	DE	56858	224	Europe/Berlin	50.03333	7.33333			07135039	08	00	07135	07135039
2909615	Hasenmoor	hasenmoor	DE	24640	731	Europe/Berlin	53.9	9.98333		Hasenmoor	01060036	10	00	01060	01060036
2909623	Hasenkrug	hasenkrug	DE	24616	360	Europe/Berlin	53.98333	9.85			01060035	10	00	01060	01060035
2909625	Hasenkrug	hasenkrug	DE	24616	0	Europe/Berlin	53.65333	14.0472				12	00	13075	13075031
2909762	Haselund	haselund	DE	25855	875	Europe/Berlin	54.6	9.18333		Haselund	01054041	10	00	01054	01054041
2909821	Haseldorf	haseldorf	DE	25489	1743	Europe/Berlin	53.6378	9.59151		Haseldorf	01056020	10	00	01056	01056020
2909864	Haselbach	haselbach	DE	04617	0	Europe/Berlin	48.56591	12.94364				02	092	09277	09277142
2909865	Haselbach	haselbach	DE	04617	0	Europe/Berlin	51.06667	12.43333			16077015	15	00	16077	16077015
2909866	Haselbach	haselbach	DE	04617	0	Europe/Berlin	50.82719	12.2384				15	00	16076	16076062
2909867	Haselbach	haselbach	DE	04617	0	Europe/Berlin	50.7308	13.30771		Haselbach		13	00	14521	14521460
2909868	Haselbach	haselbach	DE	04617	0	Europe/Berlin	50.52097	10.32169				15	00	16066	16066093
2909869	Haselbach	haselbach	DE	04617	0	Europe/Berlin	50.45291	11.19308		Haselbach		15	00	16072	16072018
2909870	Haselbach	haselbach	DE	04617	0	Europe/Berlin	50.3979	10.00168				02	096	09673	09673117
2909871	Haselbach	haselbach	DE	04617	0	Europe/Berlin	49.34246	12.03106				02	093	09376	09376161
2909872	Haselbach	haselbach	DE	04617	0	Europe/Berlin	49.10129	12.92941				02	092	09276	09276144
2909873	Haselbach	haselbach	DE	04617	0	Europe/Berlin	49.00353	12.69183			09278134	02	092	09278	09278134
2909874	Haselbach	haselbach	DE	04617	0	Europe/Berlin	48.98526	10.21982				01	081	08136	08136018
2909875	Haselbach	haselbach	DE	04617	0	Europe/Berlin	48.81032	13.39255				02	092	09272	09272120
2909876	Haselbach	haselbach	DE	04617	0	Europe/Berlin	48.82441	9.75172				01	081	08119	08119001
2909877	Haselbach	haselbach	DE	04617	1683	Europe/Berlin	48.64564	13.38956		Haselbach		02	092	09275	09275151
2909878	Haselbach	haselbach	DE	04617	0	Europe/Berlin	48.62752	11.04617				02	091	09185	09185127
2909879	Haselbach	haselbach	DE	04617	0	Europe/Berlin	48.4609	12.23278				02	092	09274	09274134
2909880	Haselbach	haselbach	DE	04617	0	Europe/Berlin	48.38927	13.02406				02	092	09277	09277149
2909881	Haselbach	haselbach	DE	04617	0	Europe/Berlin	48.30691	12.01573				02	091	09177	09177113
2909882	Haselbach	haselbach	DE	04617	0	Europe/Berlin	48.21689	12.3742		Haselbach,Haslbach		02	091	09183	09183113
2909883	Haselbach	haselbach	DE	04617	0	Europe/Berlin	48.20065	10.511				02	097	09778	09778134
2909884	Haselbach	haselbach	DE	04617	0	Europe/Berlin	48.08691	11.97956				02	091	09175	09175115
2909886	Haselau	haselau	DE	25489	1125	Europe/Berlin	53.66181	9.6201		Haselau,Khazelau,ha sai lao,Хазелау,哈塞劳	01056019	10	00	01056	01056019
2909892	Hasel	hasel	DE	79686	1115	Europe/Berlin	47.65342	7.8972			08336034	01	083	08336	08336034
2909908	Haschbach am Remigiusberg	haschbach-am-remigiusberg	DE	66871	731	Europe/Berlin	49.53333	7.43333		Haschbach,Haschbach am Remigiusberg,Khashbakh na Remigijuzbergu,Khashbakh-am-Remigiusberg,lei mi ji wu si bei ge shan lu ha shi ba he,Хашбах на Ремигијузбергу,Хашбах-ам-Ремигиусберг,雷米吉乌斯贝格山麓哈施巴赫	07336034	08	00	07336	07336034
2909912	Hasborn	hasborn	DE	54533	571	Europe/Berlin	50.05	6.91667		Khasborn,ha si bo er en,Хасборн,哈斯博尔恩	07231049	08	00	07231	07231049
2909913	Hasborn	hasborn	DE	54533	0	Europe/Berlin	49.48333	6.98333				09	00	10046	10046118
2909914	Hasbergen	hasbergen	DE	49205	0	Europe/Berlin	53.076	8.65994				06	00	03401	03401000
2909915	Hasbergen	hasbergen	DE	49205	11032	Europe/Berlin	52.23754	7.96114		Khasbergen,Хасберген	03459021	06	00	03459	03459021
2909926	Harzungen	harzungen	DE	99762	226	Europe/Berlin	51.55556	10.80722			16062065	15	00	16062	16062065
2909944	Harzgerode	harzgerode	DE	06493	4428	Europe/Berlin	51.64189	11.1433		Garcgerode,Harzgerode,Kharcgerode,ha er ci ge luo de,hartsghrwdh,hartsgrwdh,Гарцгероде,Харцгероде,هارتسغروده,هارتسگروده,哈尔茨格罗德		14	00	15085	15085145
2909968	Harxheim	harxheim	DE	55296	2025	Europe/Berlin	49.90528	8.26417			07339026	08	00	07339	07339026
2909969	Harxheim	harxheim	DE	55296	0	Europe/Berlin	49.64166	8.13333		Harxheim		08	00	07333	07333501
2910042	Hartmannsdorf	hartmannsdorf	DE	07586	0	Europe/Berlin	52.34974	13.83057				11	00	12067	12067469
2910044	Hartmannsdorf	hartmannsdorf	DE	07586	0	Europe/Berlin	51.83613	13.14679				11	00	12062	12062461
2910045	Hartmannsdorf	hartmannsdorf	DE	07586	0	Europe/Berlin	51.26478	12.30959				13	00	14713	14713000
2910046	Hartmannsdorf	hartmannsdorf	DE	07586	0	Europe/Berlin	51.11667	12.45		Gornitz-Hartmannsdorf,Görnitz-Hartmannsdorf,Hartmannsdorf		13	00	14729	14729050
2910047	Hartmannsdorf	hartmannsdorf	DE	07586	853	Europe/Berlin	50.96083	11.97566			16074038	15	00	16074	16074038
2910048	Hartmannsdorf	hartmannsdorf	DE	07586	4732	Europe/Berlin	50.88635	12.79904			14522260	13	00	14522	14522260
2910049	Hartmannsdorf	hartmannsdorf	DE	07586	0	Europe/Berlin	50.9	12			16076026	15	00	16076	16076026
2910050	Hartmannsdorf	hartmannsdorf	DE	07586	0	Europe/Berlin	50.83016	13.55852		Hartmannsdorf		13	00	14628	14628150
2910051	Hartmannsdorf	hartmannsdorf	DE	07586	1462	Europe/Berlin	50.75804	12.42687		Hartmannsdorf		13	00	14524	14524330
2910052	Hartmannsdorf	hartmannsdorf	DE	07586	0	Europe/Berlin	50.59402	12.5472				13	00	14524	14524100
2910107	Hartheim	hartheim	DE	79258	0	Europe/Berlin	48.15593	8.93386		Hartheim		01	084	08417	08417044
2910108	Hartheim	hartheim	DE	79258	4538	Europe/Berlin	47.93333	7.63333			08315048	01	083	08315	08315048
2910120	Harthausen	harthausen	DE	67376	0	Europe/Berlin	49.53221	9.84753		Harthausen		01	081	08128	08128058
2910121	Harthausen	harthausen	DE	67376	3061	Europe/Berlin	49.29417	8.345		Khartauzen,Khartkhauzen,ha er tao sen,Хартаузен,Хартхаузен,哈尔陶森	07338011	08	00	07338	07338011
2910122	Harthausen	harthausen	DE	67376	0	Europe/Berlin	48.93181	10.38723				01	081	08136	08136075
2910123	Harthausen	harthausen	DE	67376	0	Europe/Berlin	48.64978	9.24865		Harthausen		01	081	08116	08116077
2910124	Harthausen	harthausen	DE	67376	0	Europe/Berlin	48.44765	10.3475		Harthausen		02	097	09774	09774174
2910125	Harthausen	harthausen	DE	67376	0	Europe/Berlin	48.39063	9.91392				01	084	08421	08421000
2910126	Harthausen	harthausen	DE	67376	0	Europe/Berlin	48.36321	11.04349				02	097	09771	09771130
2910127	Harthausen	harthausen	DE	67376	0	Europe/Berlin	48.30649	9.99361				01	084	08425	08425138
2910128	Harthausen	harthausen	DE	67376	0	Europe/Berlin	48.26264	12.49961				02	091	09183	09183127
2910129	Harthausen	harthausen	DE	67376	0	Europe/Berlin	48.26183	8.62963				01	083	08325	08325015
2910130	Harthausen	harthausen	DE	67376	0	Europe/Berlin	48.05978	11.77219				02	091	09184	09184121
2910131	Harthausen	harthausen	DE	67376	0	Europe/Berlin	47.86305	12.02694				02	091	09187	09187117
2910139	Hartha	hartha	DE	04746	0	Europe/Berlin	51.09826	13.55021				13	00	14627	14627100
2910140	Hartha	hartha	DE	04746	7227	Europe/Berlin	51.09863	12.97391		Harta,Hartha,Kharta,ha er ta,harta,hrata,Харта,هارتا,هراتا,哈尔塔		13	00	14522	14522250
2910142	Hartha	hartha	DE	04746	0	Europe/Berlin	50.99019	12.7864				13	00	14522	14522580
2910143	Hartha	hartha	DE	04746	0	Europe/Berlin	50.93963	12.24268				15	00	16077	16077043
2910144	Hartha	hartha	DE	04746	0	Europe/Berlin	50.90335	13.18059				13	00	14522	14522440
2910167	Hartenstein	hartenstein	DE	08118	5043	Europe/Berlin	50.66236	12.66966		Hartenstein		13	00	14524	14524090
2910168	Hartenstein	hartenstein	DE	08118	1534	Europe/Berlin	49.6	11.51667			09574129	02	095	09574	09574129
2910178	Hartenholm	hartenholm	DE	24628	1808	Europe/Berlin	53.89856	10.05953		Hartenholm,Khartenkhol'm,Khartenkholm,ha er teng huo er mu,Хартенхолм,Хартенхольм,哈尔滕霍尔姆	01060034	10	00	01060	01060034
2910181	Hartenfels	hartenfels	DE	56244	871	Europe/Berlin	50.57389	7.78722			07143025	08	00	07143	07143025
2910269	Harsum	harsum	DE	31177	12331	Europe/Berlin	52.21045	9.96486		Hardessem,Hassen,Kharsum,Kharzum,ha er su mu,Харзум,Харсум,哈尔苏姆	03254020	06	00	03254	03254020
2910273	Harspelt	harspelt	DE	54617	84	Europe/Berlin	50.13333	6.16667			07232234	08	00	07232	07232234
2910275	Harsleben	harsleben	DE	38829	2395	Europe/Berlin	51.86667	11.1		Harsleben	15085140	14	00	15085	15085140
2910278	Harsewinkel	harsewinkel	DE	33428	24207	Europe/Berlin	51.96224	8.22766		Garzevinkel',Harsewinkel,Haswinkil,Hoswinkil,Kharsevinkel,Kharzevinkel',ha er sai wen ke er,harzhfynkl,Гарзевінкель,Харзевинкель,Харсевинкел,هارزهفينكل,هارزه‌وینکل,哈尔塞温克尔		07	057	05754	05754016
2910280	Harsefeld	harsefeld	DE	21698	12350	Europe/Berlin	53.45399	9.50297		Harsefeld,Harsfeld,Kharsefeld,Kharzefel'd,ha er sai fei er de,haruzeferuto,Харзефельд,Харсефелд,ハルゼフェルト,哈尔塞费尔德		06	00	03359	03359023
2910282	Harsdorf	harsdorf	DE	95499	0	Europe/Berlin	51.54649	12.03786		Harsdorf		14	00	15088	15088195
2910283	Harsdorf	harsdorf	DE	95499	1076	Europe/Berlin	50.03333	11.56667			09477119	02	094	09477	09477119
2910284	Harsdorf	harsdorf	DE	95499	0	Europe/Berlin	48.76942	13.54651				02	092	09272	09272141
2910288	Harscheid	harscheid	DE	53520	0	Europe/Berlin	50.87351	7.52579		Harscheid		07	053	05374	05374032
2910289	Harscheid	harscheid	DE	53520	160	Europe/Berlin	50.4598	6.89203			07131026	08	00	07131	07131026
2910292	Harschbach	harschbach	DE	56307	446	Europe/Berlin	50.57333	7.59667			07138027	08	00	07138	07138027
2910302	Harrislee	harrislee	DE	24955	11596	Europe/Berlin	54.8	9.38333		Harreslev,Harrislee,Kharisle,Kharrisle,ha li si lai,Харисле,Харрисле,哈里斯莱	01059120	10	00	01059	01059120
2910342	Harra	harra	DE	07366	0	Europe/Berlin	50.41667	11.68333		Harra,Khara,Kharra,ha la,Хара,Харра,哈拉	16075136	15	00	16075	16075136
2910344	Harpstedt	harpstedt	DE	27243	4558	Europe/Berlin	52.90942	8.58962		Harpstedt,Kharpshtedt,Kharpshtet,ha er pu si te,Харпштедт,Харпштет,哈尔普斯特		06	00	03458	03458008
2910383	Harmstorf	harmstorf	DE	21228	0	Europe/Berlin	54.10806	12.22183				12	00	13072	13072012
2910384	Harmstorf	harmstorf	DE	21228	913	Europe/Berlin	53.35	9.98333			03353017	06	00	03353	03353017
2910385	Harmstorf	harmstorf	DE	21228	0	Europe/Berlin	53.2143	10.75598				06	00	03355	03355012
2910390	Harmsdorf	harmsdorf	DE	23738	735	Europe/Berlin	54.23986	10.83301			01055020	10	00	01055	01055020
2910391	Harmsdorf	harmsdorf	DE	23738	207	Europe/Berlin	53.7	10.71667			01053051	10	00	01053	01053051
2910463	Harkerode	harkerode	DE	06333	336	Europe/Berlin	51.68509	11.40255		Harkerode		14	00	15087	15087031
2910465	Harkensee	harkensee	DE	23942	249	Europe/Berlin	53.95765	10.97526				12	00	13074	13074017
2910488	Hargesheim	hargesheim	DE	55595	2991	Europe/Berlin	49.8623	7.82881		Khargeskhajm,ha er ge si hai mu,Харгесхайм,Харгесхајм,哈尔格斯海姆	07133040	08	00	07133	07133040
2910492	Hargarten	hargarten	DE	54649	0	Europe/Berlin	50.58411	7.33518		Hargarten,Hergarten		08	00	07138	07138068
2910493	Hargarten	hargarten	DE	54649	92	Europe/Berlin	50.1	6.4			07232233	08	00	07232	07232233
2910494	Hargarten	hargarten	DE	54649	0	Europe/Berlin	49.45609	6.72766				09	00	10042	10042111
2910495	Hargarten	hargarten	DE	54649	0	Europe/Berlin	47.72707	9.68591				01	084	08436	08436018
2910514	Haren	haren	DE	49733	22545	Europe/Berlin	52.79262	7.24142		Haren		06	00	03454	03454018
2910550	Hardt	hardt	DE	56472	0	Europe/Berlin	51.20373	6.34197		Hardt		07	051	05116	05116000
2910551	Hardt	hardt	DE	56472	0	Europe/Berlin	51.83064	7.87865				07	055	05570	05570040
2910552	Hardt	hardt	DE	56472	0	Europe/Berlin	51.65629	6.95225				07	055	05562	05562012
2910553	Hardt	hardt	DE	56472	0	Europe/Berlin	51.12155	6.97244		Hardt		07	051	05158	05158020
2910554	Hardt	hardt	DE	56472	0	Europe/Berlin	51.06662	7.68879		Hardt		07	053	05374	05374012
2910555	Hardt	hardt	DE	56472	0	Europe/Berlin	50.98938	7.42523		Hardt		07	053	05374	05374008
2910556	Hardt	hardt	DE	56472	0	Europe/Berlin	50.97772	7.17905				07	053	05378	05378004
2910557	Hardt	hardt	DE	56472	0	Europe/Berlin	50.95109	7.78008				07	053	05374	05374040
2910558	Hardt	hardt	DE	56472	0	Europe/Berlin	50.92383	7.33168				07	053	05378	05378024
2910559	Hardt	hardt	DE	56472	0	Europe/Berlin	50.9025	7.47972		Hardt		07	053	05374	05374032
2910560	Hardt	hardt	DE	56472	0	Europe/Berlin	50.63333	7.91667			07143234	08	00	07143	07143234
2910561	Hardt	hardt	DE	56472	0	Europe/Berlin	50.0907	6.44694				08	00	07232	07232222
2910562	Hardt	hardt	DE	56472	0	Europe/Berlin	49.92367	11.51032				02	094	09472	09472131
2910563	Hardt	hardt	DE	56472	0	Europe/Berlin	49.90602	11.43085				02	094	09472	09472167
2910564	Hardt	hardt	DE	56472	0	Europe/Berlin	49.72198	12.29241				02	093	09374	09374121
2910565	Hardt	hardt	DE	56472	0	Europe/Berlin	49.73608	11.24063				02	094	09474	09474129
2910566	Hardt	hardt	DE	56472	0	Europe/Berlin	49.14491	11.79854				02	093	09375	09375118
2910567	Hardt	hardt	DE	56472	0	Europe/Berlin	48.99997	11.96215				02	093	09375	09375175
2910568	Hardt	hardt	DE	56472	0	Europe/Berlin	48.97589	10.21886				01	081	08136	08136019
2910569	Hardt	hardt	DE	56472	0	Europe/Berlin	48.70593	11.18884		Hardt		02	091	09185	09185149
2910570	Hardt	hardt	DE	56472	0	Europe/Berlin	48.64091	9.30117				01	081	08116	08116049
2910571	Hardt	hardt	DE	56472	0	Europe/Berlin	48.58547	11.43161				02	091	09186	09186128
2910572	Hardt	hardt	DE	56472	0	Europe/Berlin	48.50083	11.2691				02	091	09185	09185131
2910573	Hardt	hardt	DE	56472	0	Europe/Berlin	48.38333	11.95				02	091	09177	09177143
2910574	Hardt	hardt	DE	56472	0	Europe/Berlin	48.25015	10.73473				02	097	09772	09772151
2910575	Hardt	hardt	DE	56472	2598	Europe/Berlin	48.18333	8.41667		Hardt	08325024	01	083	08325	08325024
2910612	Hardt	hardt	DE	56472	0	Europe/Berlin	51.25146	6.59261				07	051	05166	05166036
2910624	Hardisleben	hardisleben	DE	99628	615	Europe/Berlin	51.15356	11.42415			16068063	15	00	16068	16068063
2910633	Hardheim	hardheim	DE	74736	7513	Europe/Berlin	49.61194	9.47194		Gardgajm,Khardkhajm,ha de hai mu,harutohaimu,Гардгайм,Хардхайм,Хардхајм,ハルトハイム,哈德海姆	08225032	01	082	08225	08225032
2910638	Hardert	hardert	DE	56579	843	Europe/Berlin	50.51667	7.51667			07138026	08	00	07138	07138026
2910663	Hardegsen	hardegsen	DE	37181	8621	Europe/Berlin	51.65227	9.8305		Hardegsen,Khardegsen,Khardegzen,ha er de ge sen,hardghsn,hardgsn,harudekuzen,Хардегзен,Хардегсен,هاردغسن,هاردگسن,ハルデクゼン,哈尔德格森		06	00	03155	03155005
2910667	Hardebek	hardebek	DE	24616	514	Europe/Berlin	53.9885	9.86813		Hardebek	01060033	10	00	01060	01060033
2910685	Harburg	harburg	DE	86655	202571	Europe/Berlin	53.46057	9.98388		Arrondissement de Harburg,Bezirk Harburg,Bezirk Horborg,Distretto di Harburg,Districte dHarburg,Hamburg-Harburg,Hamburgo-Harburgo,Harburg,Harburg an Elbe,Horborg,Kharburg,han bao qu,Харбург,汉堡区		04	00	02000	02000000
2910686	Harburg	harburg	DE	86655	5694	Europe/Berlin	48.78674	10.68927		Garburg,Harburgo,Kharburg,habwrg  bayrn,harbwrgh,haruburuku,Гарбург,Харбург,هابورگ، بایرن,هاربورغ,ハールブルク		02	097	09779	09779155
2910687	Harburg	harburg	DE	86655	0	Europe/Berlin	48.67725	12.65384				02	092	09279	09279132
2910694	Harbke	harbke	DE	39365	1935	Europe/Berlin	52.18877	11.04624		Harbke,Hertbiki,Kharbke,ha er bu ke,Харбке,哈尔布克	15083275	14	00	15083	15083275
2910709	Harbarnsen	harbarnsen	DE	31097	680	Europe/Berlin	51.98333	9.96667			03254044	06	00	03254	03254044
2910711	Harbach	harbach	DE	57572	578	Europe/Berlin	50.86277	7.84631			07132045	08	00	07132	07132045
2910712	Harbach	harbach	DE	57572	0	Europe/Berlin	50.57065	9.92392				05	066	06631	06631012
2910713	Harbach	harbach	DE	57572	0	Europe/Berlin	50.57695	8.88939				05	065	06531	06531006
2910714	Harbach	harbach	DE	57572	0	Europe/Berlin	48.9901	9.55429				01	081	08119	08119044
2910715	Harbach	harbach	DE	57572	0	Europe/Berlin	48.66753	12.94592				02	092	09271	09271141
2910716	Harbach	harbach	DE	57572	0	Europe/Berlin	48.2777	12.12967				02	091	09177	09177115
2910720	Happurg	happurg	DE	91230	3779	Europe/Berlin	49.49372	11.47119		Gappurg,Khappurg,Khapurg,ha pu er ge,Гаппург,Хаппург,Хапург,Հափուրգ,哈普尔格	09574128	02	095	09574	09574128
2910748	Hanum	hanum	DE	38489	196	Europe/Berlin	52.68608	10.85584		Hanum		14	00	15081	15081225
2910752	Hanstorf	hanstorf	DE	18239	0	Europe/Berlin	54.04183	11.94698		Hanstorf		12	00	13072	13072093
2910753	Hanstorf	hanstorf	DE	18239	0	Europe/Berlin	53.87809	11.02231		Benedictenerk,Hanstorf		12	00	13074	13074093
2910761	Hanstedt	hanstedt	DE	21271	0	Europe/Berlin	53.30595	9.0893				06	00	03357	03357007
2910762	Hanstedt	hanstedt	DE	21271	4574	Europe/Berlin	53.26667	10.01667			03353016	06	00	03353	03353016
2910763	Hanstedt	hanstedt	DE	21271	0	Europe/Berlin	52.83337	8.42299				06	00	03458	03458014
2910775	Hanshagen	hanshagen	DE	17509	467	Europe/Berlin	54.0651	11.76077		Hanshagen		12	00	13072	13072058
2910776	Hanshagen	hanshagen	DE	17509	910	Europe/Berlin	54.0454	13.54308		Hanshagen		12	00	13075	13075046
2910777	Hanshagen	hanshagen	DE	17509	0	Europe/Berlin	53.80627	11.14759		Hanshagen		12	00	13074	13074079
2910814	Hanroth	hanroth	DE	56316	685	Europe/Berlin	50.58333	7.65			07138025	08	00	07138	07138025
2910831	Hannover	hannover	DE	30159	515140	Europe/Berlin	52.37052	9.73322		Annobero,Gannovehr,Gannover,Ganover,HAJ,Hannauver,Hannober,Hannova,Hannover,Hannovera,Hannovere,Hannower,Hannóver,Hanobhar,Hanofer,Hanofér,Hanover,Hanoveri,Hanoveris,Hanovra,Hanovre,Hanovro,Hanower,Hanowery,Hanóver,Hanôver,Honovere,Hànobhar,IHanoveri,Khannover,Khanover,han no wexr,han nuo wei,hanobeo,hanofa,hanophara,hanoveri,hanwfr,hnwbr,Αννόβερο,Ганновер,Ганновэр,Гановер,Ханновер,Хановер,Հաննովեր,האנאווער,הנובר,هانوفر,ھانۆفەر,ہینوور,हानोफर,হানোফার,ฮันโนเวอร์,ჰანოვერი,ハノーファー,汉诺威,漢諾威,하노버	06	06	00	03241	03241001
2910863	Hankensbüttel	hankensbuttel	DE	29386	4487	Europe/Berlin	52.73333	10.6		Hankensbuettel,Hankensbuttel,Hankensbüttel,Khankensbitel,Khankensbjuttel',han ken si bi te er,Ханкенсбител,Ханкенсбюттель,汉肯斯比特尔	03151011	06	00	03151	03151011
2910881	Hanhofen	hanhofen	DE	67374	2304	Europe/Berlin	49.31667	8.34083			07338010	08	00	07338	07338010
2910898	Hangen-Weisheim	hangen-weisheim	DE	55234	513	Europe/Berlin	49.71028	8.18361			07331039	08	00	07331	07331039
2910949	Hanerau-Hademarschen	hanerau-hademarschen	DE	25557	3074	Europe/Berlin	54.13333	9.41667		Hanerau-Hademarschen,Khanerau-Khademarshen,ha nei lao-ha de ma er shen,Ханерау-Хадемаршен,哈内劳-哈德马尔申	01058072	10	00	01058	01058072
2910971	Handrup	handrup	DE	49838	900	Europe/Berlin	52.56456	7.57679		Handrup,Khandrup,han de lu pu,Хандруп,汉德鲁普	03454017	06	00	03454	03454017
2910973	Handorf	handorf	DE	21447	2063	Europe/Berlin	53.34084	10.34652			03355017	06	00	03355	03355017
2910975	Handorf	handorf	DE	21447	0	Europe/Berlin	52.29216	10.21248				06	00	03157	03157006
2910976	Handorf	handorf	DE	21447	0	Europe/Berlin	51.98744	7.70178		Handorf		07	055	05515	05515000
2910986	Handewitt	handewitt	DE	24976	6152	Europe/Berlin	54.76667	9.33333		Handewitt,Hanved,Khandevit,han de wei te,Хандевит,汉德维特	01059183	10	00	01059	01059183
2910992	Handeloh	handeloh	DE	21256	2508	Europe/Berlin	53.24563	9.83923		Handoerp,Handörp,Khandelo,Khandelokh,han de luo,Хандело,Ханделох,汉德洛	03353015	06	00	03353	03353015
2911010	Hamweddel	hamweddel	DE	24816	501	Europe/Berlin	54.18333	9.61667		Hamweddel	01058071	10	00	01058	01058071
2911013	Hamwarde	hamwarde	DE	21502	749	Europe/Berlin	53.45	10.41667		Hamwarde	01053050	10	00	01053	01053050
2911042	Hammoor	hammoor	DE	22929	0	Europe/Berlin	52.46515	8.54301				07	057	05770	05770044
2911043	Hammoor	hammoor	DE	22929	0	Europe/Berlin	51.76514	8.37207				07	057	05754	05754032
2911044	Hammoor	hammoor	DE	22929	1121	Europe/Berlin	53.71378	10.322		Hammoor	01062027	10	00	01062	01062027
2911051	Hamminkeln	hamminkeln	DE	46499	27433	Europe/Berlin	51.73262	6.59031		Gamminkel'n,Hamminkeln,Khaminkeln,Khamminkel'n,ha ming ke er en,hamynkln,Гаммінкельн,Хаминкелн,Хамминкельн,هامينكلن,هامینکلن,哈明克尔恩		07	051	05170	05170012
2911072	Hammerstein	hammerstein	DE	56598	0	Europe/Berlin	51.23333	7.08333		Hammerstein		07	051	05124	05124000
2911073	Hammerstein	hammerstein	DE	56598	355	Europe/Berlin	50.48333	7.35		Hammerstein	07138024	08	00	07138	07138024
2911074	Hammerstein	hammerstein	DE	56598	0	Europe/Berlin	49.69049	7.29457		Hammerstein		08	00	07134	07134045
2911075	Hammerstein	hammerstein	DE	56598	0	Europe/Berlin	47.69006	7.6458				01	083	08336	08336045
2911077	Hammerstedt	hammerstedt	DE	99441	166	Europe/Berlin	50.95421	11.45428			16071027	15	00	16071	16071027
2911099	Hammersbach	hammersbach	DE	63546	4772	Europe/Berlin	50.21667	8.98333		Hammersbach	06435013	05	064	06435	06435013
2911100	Hammersbach	hammersbach	DE	63546	0	Europe/Berlin	48.36733	12.7325				02	092	09277	09277134
2911101	Hammersbach	hammersbach	DE	63546	0	Europe/Berlin	47.46701	11.04809		Hammersbach		02	091	09180	09180118
2911171	Hammer	hammer	DE	16559	0	Europe/Berlin	54.29205	10.07754				10	00	01058	01058107
2911172	Hammer	hammer	DE	16559	0	Europe/Berlin	53.64795	10.63938				10	00	01053	01053097
2911173	Hammer	hammer	DE	16559	547	Europe/Berlin	53.60112	13.98042		Hammer		12	00	13075	13075045
2911174	Hammer	hammer	DE	16559	0	Europe/Berlin	52.8797	13.43954				11	00	12065	12065193
2911175	Hammer	hammer	DE	16559	0	Europe/Berlin	50.56166	6.32279				07	053	05334	05334028
2911176	Hammer	hammer	DE	16559	0	Europe/Berlin	49.96554	11.69166				02	094	09472	09472199
2911177	Hammer	hammer	DE	16559	0	Europe/Berlin	49.46993	11.16892				02	095	09564	09564000
2911178	Hammer	hammer	DE	16559	0	Europe/Berlin	49.41157	12.70306				02	093	09372	09372171
2911179	Hammer	hammer	DE	16559	0	Europe/Berlin	47.89269	11.84927				02	091	09187	09187130
2911180	Hammer	hammer	DE	16559	0	Europe/Berlin	47.70508	11.93562				02	091	09182	09182114
2911187	Hammer	hammer	DE	16559	0	Europe/Berlin	47.80152	12.70248				02	091	09189	09189145
2911200	Hammelspring	hammelspring	DE	17268	0	Europe/Berlin	53.07144	13.4319				11	00	12073	12073572
2911440	Halsbach	halsbach	DE	84558	0	Europe/Berlin	50.01211	9.65632		Halsbach		02	096	09677	09677155
2911441	Halsbach	halsbach	DE	84558	0	Europe/Berlin	49.08819	10.39306				02	095	09571	09571139
2911214	Hammelburg	hammelburg	DE	97762	12004	Europe/Berlin	50.11633	9.89143		Gammel'burg,Hamelburg,Hammelburg,Khamelburg,Khammel'burg,ha mo er bao,hamlbwrg,hamlbwrgh,Гаммельбург,Хамелбург,Хаммельбург,Համելբուրգ,هاملبورغ,هاملبورگ,哈默尔堡		02	096	09672	09672127
2911230	Hammah	hammah	DE	21714	2859	Europe/Berlin	53.61667	9.36667		Hammoh,Khamakh,Khamma,ha ma,hanma,Хамах,Хамма,ハンマー,哈马	03359022	06	00	03359	03359022
2911233	Hamma	hamma	DE	99765	296	Europe/Berlin	51.42862	10.89339		Hamma		15	00	16062	16062064
2911234	Hamm	hamm	DE	54636	0	Europe/Berlin	53.55487	10.05742				04	00	02000	02000000
2911235	Hamm	hamm	DE	54636	0	Europe/Berlin	51.38333	7.05				07	051	05113	05113000
2911236	Hamm	hamm	DE	54636	0	Europe/Berlin	51.205	6.74444				07	051	05111	05111000
2911237	Hamm	hamm	DE	54636	0	Europe/Berlin	50.76667	6.21667				07	053	05334	05334032
2911238	Hamm	hamm	DE	54636	0	Europe/Berlin	52.65695	7.4425				06	00	03454	03454019
2911239	Hamm	hamm	DE	54636	0	Europe/Berlin	51.72341	7.17098				07	055	05562	05562016
2911240	Hamm	hamm	DE	54636	185327	Europe/Berlin	51.68033	7.82089		Gamm,Hamas,Hamm,Hammona,Kham,Khamm,ha mu,ham,hami,hamu,Гамм,Хам,Хамм,هام,ہام,ჰამი,ハム,哈姆,함		07	059	05915	05915000
2911241	Hamm	hamm	DE	54636	0	Europe/Berlin	51.2468	6.4177		Hamm		07	051	05166	05166032
2911243	Hamm	hamm	DE	54636	0	Europe/Berlin	50.01667	6.41667			07232046	08	00	07232	07232046
2911244	Hamm	hamm	DE	54636	0	Europe/Berlin	49.73235	8.43274				08	00	07331	07331038
2911245	Hamm	hamm	DE	54636	29	Europe/Berlin	49.6633	6.55824				08	00	07235	07235068
2911246	Hamm	hamm	DE	54636	0	Europe/Berlin	49.5652	6.60265				08	00	07235	07235131
2911251	Hamfelde in Lauenburg	hamfelde-in-lauenburg	DE	22929	432	Europe/Berlin	53.59658	10.44817		Hamfelde,Hamfelde in Lauenburg		10	00	01053	01053049
2911252	Hamfelde in Holstein	hamfelde-in-holstein	DE	22929	0	Europe/Berlin	53.60371	10.45126		Hamfelde,Hamfelde in Holstein		10	00	01062	01062026
2911260	Hamersen	hamersen	DE	27419	483	Europe/Berlin	53.25592	9.48034			03357019	06	00	03357	03357019
2911271	Hameln	hameln	DE	31785	58666	Europe/Berlin	52.10397	9.35623		Gamel'n,Hamala,Hamelen,Hamelin,Hameln,Hamelín,Khamel'n,Khameln,ZEZ,ha mo er en,hamelleun,hamerun,hamln,hmlyn,Гамельн,Хамелн,Хамельн,המלין,هاملن,ハーメルン,哈默爾恩,하멜른	03252	06	00	03252	03252006
2911275	Hämelhausen	hamelhausen	DE	27324	608	Europe/Berlin	52.78086	9.28293			03256009	06	00	03256	03256009
2911282	Hamdorf	hamdorf	DE	24805	1316	Europe/Berlin	54.22522	9.51866			01058070	10	00	01058	01058070
2911283	Hamdorf	hamdorf	DE	24805	0	Europe/Berlin	53.98216	10.27901				10	00	01060	01060059
2911287	Marienthal	marienthal	DE	16775	287101	Europe/Berlin	53.56667	10.08333		Hamburg-Marienthal		04	00	02000	02000000
2911298	Hamburg	hamburg	DE	20038	1739117	Europe/Berlin	53.55073	9.99302		Amborg,Ambourgo,Amburgo,Amburgu,Augusta Gambriviorum,Ciutat d'Hamburg,Estat d'Hamburg,Gamburg,HAM,HH,Hamboarch,Hamboerg,Hamboerj,Hamborg,Hambourg,Hamburch,Hamburg,Hamburga,Hamburgas,Hamburgo,Hamburgu,Hamburgum,Hamburk,Hambuurich,Hambörg,Hambörj,Hambùrk,Hambûrg,Hamepuka,Hammaburg [a. 832],Hampuri,Hanburgo,Khamburg,ham bur k,hambuleukeu,hamburgi,hambwrg,hambwrgh,han bao,han bao shi,hanburuku,hemburga,hmbwrg,hyambarg,hʼambwrg,Ħamburg,Αμβούργο,Гамбург,Гамбурґ,Хамбург,Համբուրգ,האַמבורג,המבורג,هامبورغ,هامبورگ,ہymbrg,ہیمبرگ,ܗܡܒܘܪܓ,हॅम्बुर्ग,ಹ್ಯಾಂಬರ್ಗ್,ฮัมบูร์ก,ჰამბურგი,ハンブルク,汉堡,汉堡市,漢堡,함부르크	04	04	00	02000	02000000
2911300	Hambühren	hambuhren	DE	29313	10259	Europe/Berlin	52.63333	9.98333		Hambuehren,Hambühren,Khambiren,Khambjuren,han bi he lun,Хамбирен,Хамбюрен,汉比赫伦	03351012	06	00	03351	03351012
2911306	Hambuch	hambuch	DE	56761	683	Europe/Berlin	50.2248	7.18234		Khambukh,han bu,Хамбух,汉布	07135038	08	00	07135	07135038
2911308	Hambrücken	hambrucken	DE	76707	5302	Europe/Berlin	49.19	8.54056		Gambrjukken,Hambruecken,Hambrücken,Khambriken,Khambrjuken,han bu lu ken,Гамбрюккен,Хамбрикен,Хамбрюкен,汉布吕肯	08215029	01	082	08215	08215029
2911322	Hambergen	hambergen	DE	27729	5472	Europe/Berlin	53.30826	8.8252		Gemeen Hambargen,Khambergen,han bei er gen,Хамберген,汉贝尔根	03356003	06	00	03356	03356003
2911324	Hamberge	hamberge	DE	23619	0	Europe/Berlin	53.87512	11.2339				12	00	13074	13074026
2911325	Hamberge	hamberge	DE	23619	1357	Europe/Berlin	53.83333	10.58333			01062025	10	00	01062	01062025
2911360	Hambach	hambach	DE	65582	0	Europe/Berlin	50.89903	6.44452		Hambach		07	053	05358	05358048
2911362	Hambach	hambach	DE	65582	527	Europe/Berlin	50.4	7.98333			07141052	08	00	07141	07141052
2911363	Hambach	hambach	DE	65582	0	Europe/Berlin	50.19116	8.18227				05	064	06439	06439015
2911364	Hambach	hambach	DE	65582	0	Europe/Berlin	50.0989	10.20752		Hambach		02	096	09678	09678123
2911365	Hambach	hambach	DE	65582	0	Europe/Berlin	49.3355	8.13024				08	00	07316	07316000
2911379	Halvesbostel	halvesbostel	DE	21646	730	Europe/Berlin	53.35527	9.59848			03353014	06	00	03353	03353014
2911384	Halver	halver	DE	58553	17650	Europe/Berlin	51.18612	7.49817		Gal'fer,Halvara,Halver,Khal'fer,Khalver,ha er fei er,halfr,Гальфер,Халвер,Хальфер,هالفر,哈尔费尔		07	059	05962	05962012
2911395	Haltern am See	haltern-am-see	DE	45721	37788	Europe/Berlin	51.74297	7.18163		Halahtron,Halostrun,Haltern,Haltern in Westfalen,Khal'terne,Хальтерне		07	055	05562	05562016
2911408	Halstenbek	halstenbek	DE	25469	16212	Europe/Berlin	53.63333	9.85		Khal'stenbek,Khalstenbek,ha er si teng bei ke,Халстенбек,Хальстенбек,哈尔斯滕贝克	01056018	10	00	01056	01056018
2911419	Halsenbach	halsenbach	DE	56283	1301	Europe/Berlin	50.17174	7.55673			07140045	08	00	07140	07140045
2911422	Halsdorf	halsdorf	DE	54646	0	Europe/Berlin	50.91526	8.94695				05	065	06534	06534022
2911423	Halsdorf	halsdorf	DE	54646	83	Europe/Berlin	49.93333	6.36667			07232045	08	00	07232	07232045
2911426	Halsbrücke	halsbrucke	DE	09633	3619	Europe/Berlin	50.95	13.35		Halsbrucke,Halsbruecke,Halsbruecke vald,Halsbrücke,Halsbrücke vald,Khal'sbrjuke,Khalsbrike,ha er si bu lu ke,Халсбрике,Хальсбрюке,哈尔斯布吕克	14522240	13	00	14522	14522240
2911438	Halsbach	halsbach	DE	84558	0	Europe/Berlin	50.92395	13.37689		Halsbach		13	00	14522	14522180
2911439	Halsbach	halsbach	DE	84558	0	Europe/Berlin	50.48875	9.7703				05	066	06631	06631004
2911442	Halsbach	halsbach	DE	84558	0	Europe/Berlin	48.54669	11.17551				02	091	09185	09185158
2911443	Halsbach	halsbach	DE	84558	830	Europe/Berlin	48.13333	12.68333		Gal'sbakh,Halsbax,Khal'sbakh,Khalsbakh,ha er si ba he,halsbakh,Гальсбах,Халсбах,Хальсбах,Հալսբախ,هالسباخ,哈尔斯巴赫	09171119	02	091	09171	09171119
2911461	Hallungen	hallungen	DE	99826	242	Europe/Berlin	51.13333	10.33333		Khallungen,Khalungen,ha lun gen,Халлунген,Халунген,哈伦根	16063037	15	00	16063	16063037
2911463	Hallstadt	hallstadt	DE	96103	8485	Europe/Berlin	49.92901	10.87539		Gal'shtadt,Hallstadt,Hallştadt,Halstadt,Khall'shtadt,Khalshtat,ha er si ta te,halshtat,halsyutateu,harushutatto,Гальштадт,Халльштадт,Халштат,Հալշտադտ,هالشتات,هال‌اشتات,ハルシュタット,哈尔斯塔特,할슈타트		02	094	09471	09471140
2911464	Hallschlag	hallschlag	DE	54611	597	Europe/Berlin	50.35445	6.43824			07233214	08	00	07233	07233214
2911482	Hallgarten	hallgarten	DE	67826	0	Europe/Berlin	50.02899	8.03154		Hallgarten		05	064	06439	06439012
2911483	Hallgarten	hallgarten	DE	67826	727	Europe/Berlin	49.75925	7.78883		Khal'garten,Khalgarten,ha er jia er teng,Халгартен,Хальгартен,哈尔加尔滕	07133039	08	00	07133	07133039
2911491	Hallerndorf	hallerndorf	DE	91352	3928	Europe/Berlin	49.75909	10.97946		Gallerndorf,Khalerndorf,Khallerndorf,ha lun duo fu,harerundorufu,Галлерндорф,Халерндорф,Халлерндорф,ハレルンドルフ,哈伦多夫	09474133	02	094	09474	09474133
2911514	Hallenberg	hallenberg	DE	59969	4694	Europe/Berlin	51.11115	8.62008		Gallenberg,Hallenberg,Hallenburg,Khalenberg,Khallenberg,ha lun bei ge,halnbrg,halnbrgh,Галленберг,Халенберг,Халленберг,هالنبرغ,هالنبرگ,哈伦贝格		07	059	05958	05958020
2911519	Halle	halle	DE	06108	620	Europe/Berlin	52.42222	8.92127		Halle		06	00	03256	03256024
2911520	Halle	halle	DE	06108	21071	Europe/Berlin	52.06007	8.36083		Galle,Halle,Halle (Westf.),Halle (Westfalen),Khalle,halh,hare,Галле,Халле,هاله,ハレ		07	057	05754	05754012
2911521	Halle	halle	DE	06108	1779	Europe/Berlin	51.99122	9.56532			03255016	06	00	03255	03255016
2911523	Halle	halle	DE	06108	0	Europe/Berlin	51.20488	7.2888				07	051	05120	05120000
2911524	Halle	halle	DE	06108	0	Europe/Berlin	50.89355	7.75028		Halle		07	053	05374	05374028
2911530	Hallbergmoos	hallbergmoos	DE	85399	8074	Europe/Berlin	48.32747	11.75142		Gal'bergmos,Halbergmos,Hallbergmoos,Khalbergmos,Khall'bergmos,ha er bei ge mo si,halbrg mws,Гальбергмос,Халбергмос,Халльбергмос,Հալբերգմոս,هالبرگ موس,哈尔贝格莫斯	09178130	02	091	09178	09178130
2911539	Hallabruck	hallabruck	DE	83359	0	Europe/Berlin	47.87244	12.65877				02	091	09189	09189148
2911556	Halfing	halfing	DE	83128	2754	Europe/Berlin	47.95197	12.27525		Halfing bei Endorff	09187139	02	091	09187	09187139
2911579	Haldenwang	haldenwang	DE	87490	1855	Europe/Berlin	48.43763	10.44817			09774140	02	097	09774	09774140
2911580	Haldenwang	haldenwang	DE	87490	3634	Europe/Berlin	47.8	10.35		Gal'denvang,Haldenvang,Khal'denvang,Khaldenvang,Гальденванг,Халденванг,Хальденванг,Հալդենվանգ	09780122	02	097	09780	09780122
2911641	Halbs	halbs	DE	56457	361	Europe/Berlin	50.59083	7.96472			07143233	08	00	07143	07143233
2911648	Halblech	halblech	DE	87642	3521	Europe/Berlin	47.63155	10.82024		Gal'blekh,Halblex,Khal'blekh,Khalble,ha er bu lai xi,harupurehi,Гальблех,Халбле,Хальблех,Հալբլեխ,ハルプレヒ,哈尔布莱希	09777173	02	097	09777	09777173
2911665	Halberstadt	halberstadt	DE	38820	39729	Europe/Berlin	51.89562	11.05622		Gal'bershtat,Halberstadium,Halberstadt,Halberstatas,Halberštatas,Halverstidde,Khal'bershtadt,Khalbershhat,Khalbershtat,ha bo si ta te,halbrashtat,hlbrshtat,Гальберштат,Халберштат,Халберщат,Хальберштадт,הלברשטאט,هالبراشتات,هلبرشتات,哈伯斯塔特	15085	14	00	15085	15085135
2911683	Halbemond	halbemond	DE	26524	1041	Europe/Berlin	53.5671	7.29038			03452010	06	00	03452	03452010
2911691	Halbe	halbe	DE	15757	2209	Europe/Berlin	52.11667	13.7		Halbe,Khal'be,Khalbe,ha er bei,harube,Халбе,Хальбе,Հալբե,ハルベ,哈尔贝	12061216	11	00	12061	12061216
2911700	Hakenstedt	hakenstedt	DE	39343	578	Europe/Berlin	52.18118	11.26341		Hakenstedt		14	00	15083	15083205
2911725	Hakeborn	hakeborn	DE	39448	837	Europe/Berlin	51.91847	11.36508		Hakeborn		14	00	15089	15089043
2911739	Haiterbach	haiterbach	DE	72221	5820	Europe/Berlin	48.52066	8.64435		Gajterbakh,Haiterbach,Hayterbax,Khajterbakh,hai te er ba he,haytrbakh,haytrzbakh,Гайтербах,Хайтербах,Хајтербах,Հայտերբախ,هايترباخ,هایترزباخ,海特尔巴赫		01	082	08235	08235032
2911767	Hainspitz	hainspitz	DE	07607	741	Europe/Berlin	50.96106	11.83804		Hainspitz	16074037	15	00	16074	16074037
2911769	Hainsfarth	hainsfarth	DE	86744	1486	Europe/Berlin	48.95839	10.62491			09779154	02	097	09779	09779154
2911778	Hainrode	hainrode	DE	06528	387	Europe/Berlin	51.41295	10.69798		Hainrode,Hainrode-Hainleite		15	00	16062	16062066
2911779	Hainrode	hainrode	DE	06528	359	Europe/Berlin	51.50156	11.16878		Hainrode		14	00	15087	15087412
2911780	Hainrode	hainrode	DE	06528	0	Europe/Berlin	50.96579	9.5766		Hainrode		05	066	06632	06632012
2911791	Hainichen	hainichen	DE	07778	0	Europe/Berlin	51.48346	12.61517		Hainichen		13	00	14730	14730110
2911792	Hainichen	hainichen	DE	07778	0	Europe/Berlin	51.19188	12.5598		Hainichen		13	00	14729	14729220
2911793	Hainichen	hainichen	DE	07778	0	Europe/Berlin	51.03955	12.16912				14	00	15084	15084590
2911794	Hainichen	hainichen	DE	07778	198	Europe/Berlin	51	11.61667			16074036	15	00	16074	16074036
2911795	Hainichen	hainichen	DE	07778	9511	Europe/Berlin	50.97044	13.12287		Hainichen,Hainkschen		13	00	14522	14522230
2911796	Hainichen	hainichen	DE	07778	0	Europe/Berlin	50.87332	12.453		Hainichen		15	00	16077	16077012
2911829	Hainfeld	hainfeld	DE	76835	0	Europe/Berlin	51.57765	10.92516				14	00	15087	15087412
2911830	Hainfeld	hainfeld	DE	76835	0	Europe/Berlin	49.42192	11.6159				02	093	09371	09371116
2911831	Hainfeld	hainfeld	DE	76835	686	Europe/Berlin	49.2575	8.10111			07337036	08	00	07337	07337036
2911833	Hainewalde	hainewalde	DE	02779	1826	Europe/Berlin	50.91014	14.70387		Hainewalde,Khajneval'de,Khajnevalde,hai nei wa er de,Хайневальде,Хајневалде,海内瓦尔德	14626170	13	00	14626	14626170
2912966	Habighorst	habighorst	DE	29359	0	Europe/Berlin	52.70864	10.22741			03351025	06	00	03351	03351025
2911909	Haina	haina	DE	99869	3662	Europe/Berlin	51.02774	8.97441		Gajna,Haina,Khajna,hai na,haina,Гайна,Хайна,Хајна,ハイナ,海纳		05	066	06635	06635013
2911910	Haina	haina	DE	99869	1079	Europe/Berlin	50.98971	10.51774			16067091	15	00	16067	16067091
2911911	Haina	haina	DE	99869	0	Europe/Berlin	50.41698	10.54182		Haina		15	00	16069	16069062
2911912	Hain	hain	DE	07957	0	Europe/Berlin	51.43392	10.78323				15	00	16062	16062026
2911913	Hain	hain	DE	07957	0	Europe/Berlin	51.16667	12.45				13	00	14729	14729320
2911914	Hain	hain	DE	07957	0	Europe/Berlin	50.92272	12.10003				15	00	16052	16052000
2911915	Hain	hain	DE	07957	0	Europe/Berlin	50.83333	14.73333		Hain		13	00	14626	14626430
2911916	Hain	hain	DE	07957	0	Europe/Berlin	50.70749	12.08333			16076039	15	00	16076	16076039
2911917	Hain	hain	DE	07957	0	Europe/Berlin	50.45061	7.17708				08	00	07131	07131054
2911918	Hain	hain	DE	07957	0	Europe/Berlin	50.17088	11.3098				02	094	09476	09476146
2911919	Hain	hain	DE	07957	0	Europe/Berlin	50.11077	10.14867				02	096	09678	09678168
2911920	Hain	hain	DE	07957	0	Europe/Berlin	48.34795	12.06023				02	091	09177	09177122
2911938	Haiming	haiming	DE	84533	2516	Europe/Berlin	48.21667	12.9			09171118	02	091	09171	09171118
2911939	Haiming	haiming	DE	84533	0	Europe/Berlin	47.99608	12.38432				02	091	09189	09189133
2911940	Haimhausen	haimhausen	DE	85778	4680	Europe/Berlin	48.31545	11.55453		Gajmgauzen,Haymhauzen,Khajmkhauzen,hai mu hao sen,haym hawzn,Гаймгаузен,Хаймхаузен,Хајмхаузен,Հայմհաուզեն,هایم هاوزن,海姆豪森	09174121	02	091	09174	09174121
2911960	Haigerloch	haigerloch	DE	72401	10828	Europe/Berlin	48.36614	8.80357		Gajgerlokh,Khajgerlokh,hai ge er luo,hayghrlwkh,haygrlkh,Гайгерлох,Хайгерлох,Хајгерлох,هايغرلوخ,هایگرلخ,海格尔洛		01	084	08417	08417025
2911964	Haiger	haiger	DE	35708	20218	Europe/Berlin	50.74162	8.20778		Gajger,Haiger,Khajger,hai ge er,hayghr,haygr,Гайгер,Хайгер,Хајгер,هايغر,هایگر,海格尔		05	065	06532	06532011
2911983	Haidmühle	haidmuhle	DE	94145	1488	Europe/Berlin	48.82565	13.77649		Gajdmjule,Haydmyule,Khajdmile,Khajdmjule,hai de mi he lai,haydmwlh,Гайдмюле,Хайдмюле,Хајдмиле,Հայդմյուլե,هایدموله,海德米赫莱	09272122	02	092	09272	09272122
2912106	Haida	haida	DE	04910	0	Europe/Berlin	51.47931	13.46788		Haida,Heida		11	00	12062	12062410
2912107	Haida	haida	DE	04910	0	Europe/Berlin	50.98248	13.43036		Haida		13	00	14522	14522240
2912158	Haibach	haibach	DE	63808	0	Europe/Berlin	48.53646	12.98685		Haibach		02	092	09277	09277126
2912159	Haibach	haibach	DE	63808	8600	Europe/Berlin	49.96444	9.20722			09671124	02	096	09671	09671124
2912160	Haibach	haibach	DE	63808	0	Europe/Berlin	49.02405	12.71552			09278129	02	092	09278	09278129
2912161	Haibach	haibach	DE	63808	0	Europe/Berlin	48.81391	13.34303				02	092	09272	09272147
2912162	Haibach	haibach	DE	63808	0	Europe/Berlin	48.56763	13.4931				02	092	09262	09262000
2912167	Hahnweiler	hahnweiler	DE	55776	236	Europe/Berlin	49.56667	7.21667			07134033	08	00	07134	07134033
2912168	Hahnstätten	hahnstatten	DE	65623	2900	Europe/Berlin	50.3	8.06667		Hahnstaetten,Hahnstätten,Khanshteten,Khanshtetten,ha en si te teng,hansutetten,Ханштетен,Ханштеттен,ハンステッテン,哈恩斯特滕	07141051	08	00	07141	07141051
2912184	Hähnichen	hahnichen	DE	02923	1528	Europe/Berlin	51.3654	14.86098		Genikhen,Haehnicheni vald,Hähnicheni vald,Khenikhen,Woseck,Wosečk,hei ni xing,Геніхен,Хенихен,黑尼兴	14626160	13	00	14626	14626160
2912195	Hahnheim	hahnheim	DE	55278	1619	Europe/Berlin	49.86083	8.23694			07339025	08	00	07339	07339025
2912309	Hahnenbach	hahnenbach	DE	55606	653	Europe/Berlin	49.80962	7.41985		Khanenbakh,ha nen ba he,Ханенбах,哈嫩巴赫	07133038	08	00	07133	07133038
2912347	Hahn bei Marienberg	hahn-bei-marienberg	DE	56472	0	Europe/Berlin	50.63278	7.94111		Hahn,Hahn bei Marienberg	07143231	08	00	07143	07143231
2912351	Hahnbach	hahnbach	DE	92256	5257	Europe/Berlin	49.53389	11.80302		Ganbakh,Hanbax,Khanbakh,ha en ba he,Ганбах,Ханбах,Հանբախ,哈恩巴赫		02	093	09371	09371126
2912357	Hahn	hahn	DE	56850	0	Europe/Berlin	50.88148	7.59694		Hahn		07	053	05374	05374044
2912358	Hahn	hahn	DE	56850	0	Europe/Berlin	53.29629	8.16161				06	00	03451	03451005
2912359	Hahn	hahn	DE	56850	0	Europe/Berlin	51.28941	7.61945				07	059	05962	05962044
2912360	Hahn	hahn	DE	56850	0	Europe/Berlin	51.01579	7.45417				07	053	05374	05374008
2912362	Hahn	hahn	DE	56850	0	Europe/Berlin	50.96799	7.76386		Hahn		07	053	05374	05374040
2912363	Hahn	hahn	DE	56850	0	Europe/Berlin	50.87625	7.70075		Hahn		07	053	05374	05374028
2912364	Hahn	hahn	DE	56850	0	Europe/Berlin	50.71101	6.19666		Hahn		07	053	05334	05334002
2912365	Hahn	hahn	DE	56850	0	Europe/Berlin	50.7069	7.51334		Hahn		08	00	07132	07132094
2912366	Hahn	hahn	DE	56850	0	Europe/Berlin	50.66995	7.515				08	00	07132	07132088
2912367	Hahn	hahn	DE	56850	0	Europe/Berlin	50.1443	8.16557				05	064	06439	06439015
2912368	Hahn	hahn	DE	56850	542	Europe/Berlin	49.96667	7.26667			07140044	08	00	07140	07140044
2912369	Hahn	hahn	DE	56850	0	Europe/Berlin	49.81387	8.78371				05	064	06432	06432016
2912370	Hahn	hahn	DE	56850	0	Europe/Berlin	49.79474	8.55554				05	064	06432	06432018
2912371	Hahn	hahn	DE	56850	0	Europe/Berlin	49.41967	6.90037				09	00	10044	10044112
2912392	Hahausen	hahausen	DE	38729	953	Europe/Berlin	51.95	10.21667		Khakhauzen,ha hao sen,Хахаузен,哈豪森	03153006	06	00	03153	03153006
2912448	Hagermarsch	hagermarsch	DE	26524	450	Europe/Berlin	53.65	7.3		Khagermarsh,ha ge er ma er shi,Хагермарш,哈格尔马尔施	03452009	06	00	03452	03452009
2912480	Hagenow	hagenow	DE	19230	0	Europe/Berlin	53.56667	12.55				12	00	13071	13071069
2912481	Hagenow	hagenow	DE	19230	12128	Europe/Berlin	53.43134	11.19159		Hagenova,Hagenow,Hāgenova,Khagenov,ha ge nuo,hagnw,Хагенов,هاگنو,哈格诺		12	00	13076	13076060
2912496	Hagen im Bremischen	hagen-im-bremischen	DE	27628	3928	Europe/Berlin	53.35707	8.64341		Gemeen Hagen,Hagen,Hagen im Bremischen,Khagen im Bremishen,Khagen-im-Bremishen,bu lai mei de qu ha gen,Хаген им Бремишен,Хаген-им-Бремишен,不来梅地区哈根	03352060	06	00	03352	03352060
2913066	Habach	habach	DE	82392	0	Europe/Berlin	48.56867	12.9714				02	092	09277	09277126
2912534	Hagenburg	hagenburg	DE	31558	4569	Europe/Berlin	52.43367	9.32473		Hagenborch [a. 1378],Hagenburg,Khagenburg,ha gen bao,hagenburuku,Хагенбург,ハーゲンブルク,哈根堡		06	00	03257	03257010
2912539	Hagenbüchach	hagenbuchach	DE	91469	1251	Europe/Berlin	49.53333	10.76667		Gagenbjukhakh,Hagenbuechach,Hagenbyuxax,Hagenbüchach,Khagenbikhakh,Khagenbjukhakh,ha gen bi xia,Гагенбюхах,Хагенбихах,Хагенбюхах,Հագենբյուխախ,哈根比夏	09575129	02	095	09575	09575129
2912573	Hagenbach	hagenbach	DE	76767	0	Europe/Berlin	49.75	11.18958				02	094	09474	09474161
2912574	Hagenbach	hagenbach	DE	76767	0	Europe/Berlin	49.35251	9.38034				01	081	08125	08125063
2912575	Hagenbach	hagenbach	DE	76767	0	Europe/Berlin	49.23901	9.22747		Hagenbach		01	081	08125	08125005
2912576	Hagenbach	hagenbach	DE	76767	0	Europe/Berlin	49.09677	9.7359				01	081	08127	08127076
2912577	Hagenbach	hagenbach	DE	76767	5495	Europe/Berlin	49.01734	8.25024		Khagenbakh,a rang ba ke,haghnbakh,hagnbakh,Хагенбах,هاغنباخ,هاگنباخ,阿让巴克	07334008	08	00	07334	07334008
2912578	Hagenbach	hagenbach	DE	76767	0	Europe/Berlin	47.78785	9.55534				01	084	08436	08436064
2912600	Hagen	hagen	DE	24576	0	Europe/Berlin	53.54418	8.26567				06	00	03461	03461003
2912601	Hagen	hagen	DE	24576	0	Europe/Berlin	51.29139	6.3907				07	051	05166	05166032
2912602	Hagen	hagen	DE	24576	0	Europe/Berlin	54.56434	13.61844				12	00	13073	13073052
2912603	Hagen	hagen	DE	24576	0	Europe/Berlin	54.4	13.56667				12	00	13073	13073106
2912605	Hagen	hagen	DE	24576	381	Europe/Berlin	53.94652	9.82659			01060031	10	00	01060	01060031
2912606	Hagen	hagen	DE	24576	0	Europe/Berlin	53.55336	9.45666				06	00	03359	03359038
2912607	Hagen	hagen	DE	24576	0	Europe/Berlin	53.23192	10.45994				06	00	03355	03355022
2912608	Hagen	hagen	DE	24576	0	Europe/Berlin	53.05736	10.74214				06	00	03360	03360026
2912609	Hagen	hagen	DE	24576	0	Europe/Berlin	52.99355	8.82782				06	00	03251	03251047
2912610	Hagen	hagen	DE	24576	0	Europe/Berlin	52.82745	9.97112				06	00	03351	03351004
2912611	Hagen	hagen	DE	24576	0	Europe/Berlin	52.77032	10.45598				06	00	03151	03151028
2912612	Hagen	hagen	DE	24576	0	Europe/Berlin	52.75571	11.15902		Hagen		14	00	15081	15081026
2912613	Hagen	hagen	DE	24576	0	Europe/Berlin	52.71184	8.28348				06	00	03460	03460009
2912614	Hagen	hagen	DE	24576	0	Europe/Berlin	52.69306	10.73868				06	00	03151	03151040
2912615	Hagen	hagen	DE	24576	0	Europe/Berlin	52.57583	9.43108				06	00	03241	03241012
2912616	Hagen	hagen	DE	24576	0	Europe/Berlin	52.48333	9.08333				06			
2912617	Hagen	hagen	DE	24576	0	Europe/Berlin	52.40463	12.10102		Domane Hagen,Domäne Hagen,Hagen,Khagen,Хаген		14	00	15086	15086040
2912618	Hagen	hagen	DE	24576	14187	Europe/Berlin	52.19629	7.98041		Biekero'e,Bikirothon [a. 1088],Hagen,Hagen a.T.W.,Hagen am Teutoburger Wald,Hagen-Beckerode,Khagen am Teutoburger Vald,Khagen-am-Tojtoburger-Val'd,Хаген ам Теутобургер Валд,Хаген-ам-Тойтобургер-Вальд		06	00	03459	03459020
2912619	Hagen	hagen	DE	24576	0	Europe/Berlin	52.01639	8.79165		Hagen		07	057	05766	05766040
2912620	Hagen	hagen	DE	24576	0	Europe/Berlin	51.97441	9.19118				06	00	03252	03252003
2912621	Hagen	hagen	DE	24576	198972	Europe/Berlin	51.36081	7.47168		Hagen,Khagen,ZEY,hagen,hageni,haghn,hagn,hajn,hajyn,Хаген,حاجین,حاگن,هاجن,هاغن,ہagn,ہاگن,ჰაგენი,ハーゲン	05914	07	059	05914	05914000
2912622	Hagen	hagen	DE	24576	0	Europe/Berlin	51.26074	7.96018		Hagen		07	059	05958	05958044
2912623	Hagen	hagen	DE	24576	0	Europe/Berlin	51.21496	6.24488				07	051	05166	05166024
2912624	Hagen	hagen	DE	24576	0	Europe/Berlin	51.0279	7.4466				07	053	05374	05374012
2912625	Hagen	hagen	DE	24576	0	Europe/Berlin	49.74245	12.03518				02	093	09374	09374144
2912626	Hagen	hagen	DE	24576	0	Europe/Berlin	48.46942	9.99249				01	084	08425	08425014
2912627	Hagen	hagen	DE	24576	0	Europe/Berlin	47.84869	12.98681				02	091	09172	09172118
2912628	Hagen	hagen	DE	24576	0	Europe/Berlin	47.71667	12.28333				02	091	09187	09187114
2912629	Hagen	hagen	DE	24576	0	Europe/Berlin	47.67598	11.23115				02	091	09180	09180128
2912641	Hagen	hagen	DE	24576	0	Europe/Berlin	51.74282	8.51581				07	057	05774	05774020
2912646	Hagelstadt	hagelstadt	DE	93095	1852	Europe/Berlin	48.9	12.21667		Gagel'shtadt,Khagel'shtadt,Khagelshtat,ha ge er si ta te,haglshtat,Гагельштадт,Хагелштат,Хагельштадт,Հագելշթաթ,هاگلشتات,哈格尔斯塔特	09375143	02	093	09375	09375143
2912663	Hagelberg	hagelberg	DE	14806	0	Europe/Berlin	52.13861	12.51958		Hagelberg		11	00	12069	12069020
2912664	Hägelberg	hagelberg	DE	14806	0	Europe/Berlin	47.66128	7.71506				01	083	08336	08336084
2912681	Hage	hage	DE	26524	5848	Europe/Berlin	53.60274	7.28527		Hage,Khage,ha ge,Хаге,哈格		06	00	03452	03452008
2912753	Hafenlohr	hafenlohr	DE	97840	1846	Europe/Berlin	49.86944	9.60222		Gafenlor,Hafenlor,Khafenlor,ha fen luo er,Гафенлор,Хафенлор,Հաֆենլոր,哈芬洛尔	09677135	02	096	09677	09677135
2912782	Hadmersleben	hadmersleben	DE	39398	1953	Europe/Berlin	51.99275	11.30283		Hadmersleben,Hatmersleve,Hoimerslae,Hoimerslä,Khadmersleben,Хадмерслебен		14	00	15083	15083415
2912810	Hadenfeld	hadenfeld	DE	25560	105	Europe/Berlin	54.0341	9.45575		Hadenfeld	01061033	10	00	01061	01061033
2912811	Hademstorf	hademstorf	DE	29693	924	Europe/Berlin	52.71373	9.6314			03358012	06	00	03358	03358012
2912829	Hadamar	hadamar	DE	65589	12131	Europe/Berlin	50.44593	8.04253		Gadamar,Hadamar,Khadamar,ha da ma er,hadamar,Гадамар,Хадамар,هادامار,哈达马尔		05	065	06533	06533007
2912863	Hackenheim	hackenheim	DE	55546	2037	Europe/Berlin	49.82524	7.89907		Khakenkhajm,Khakkenkhajm,ha ken hai mu,Хакенхајм,Хаккенхайм,哈肯海姆	07133037	08	00	07133	07133037
2912921	Hachenburg	hachenburg	DE	57627	5690	Europe/Berlin	50.65998	7.82276		Hachenburg,Khakhenburg,ha heng bao,hahenburuku,hakhnbwrgh,hashnbwrg,Хахенбург,هاخنبورغ,هاشنبورگ,ハーヘンブルク,哈亨堡		08	00	07143	07143229
2912932	Hachelbich	hachelbich	DE	99707	630	Europe/Berlin	51.34383	10.96531		Hachelbich		15	00	16065	16065085
2912943	Haby	haby	DE	24361	608	Europe/Berlin	54.4	9.81667		Haby	01058069	10	00	01058	01058069
2912948	Habscheid	habscheid	DE	54597	569	Europe/Berlin	50.18333	6.26667			07232231	08	00	07232	07232231
2912965	Habighorst	habighorst	DE	29359	0	Europe/Berlin	52.2285	8.55418				07	057	05758	05758004
2913067	Habach	habach	DE	82392	0	Europe/Berlin	49.38245	6.95281				09	00	10043	10043111
2913068	Habach	habach	DE	82392	0	Europe/Berlin	48.36182	12.69211				02	092	09277	09277151
2913069	Habach	habach	DE	82392	1116	Europe/Berlin	47.73333	11.28333		Gabakh,Habax,Khabakh,habahha,habakh,Габах,Хабах,Հաբախ,هاباخ,ハーバッハ	09190126	02	091	09190	09190126
2913075	Haasow	haasow	DE	03058	482	Europe/Berlin	51.7426	14.42088		Haasow,Hazow,Hažow		11	00	12071	12071301
2913175	Haarbach	haarbach	DE	94542	0	Europe/Berlin	51.09396	7.27697				07	053	05378	05378032
2913176	Haarbach	haarbach	DE	94542	0	Europe/Berlin	48.57349	11.70623				02	091	09178	09178116
2913177	Haarbach	haarbach	DE	94542	2604	Europe/Berlin	48.5	13.15		Gaarbakh,Harbax,Hoaba,Kharbakh,harbakh,Гаарбах,Харбах,Հարբախ,هارباخ	09275125	02	092	09275	09275125
2913178	Haarbach	haarbach	DE	94542	0	Europe/Berlin	48.43072	12.31181				02	092	09274	09274184
2913179	Haarbach	haarbach	DE	94542	0	Europe/Berlin	48.222	12.87441				02	091	09171	09171118
2913183	Haar	haar	DE	85540	0	Europe/Berlin	52.35916	7.07757				06	00	03456	03456001
2913184	Haar	haar	DE	85540	0	Europe/Berlin	53.26306	10.91904				06	00	03355	03355049
2913185	Haar	haar	DE	85540	0	Europe/Berlin	52.98333	7.38333				06	00	03454	03454008
2913186	Haar	haar	DE	85540	0	Europe/Berlin	52.79592	7.13461				06	00	03454	03454018
2913187	Haar	haar	DE	85540	0	Europe/Berlin	52.65846	7.31273				06	00	03454	03454035
2913188	Haar	haar	DE	85540	0	Europe/Berlin	49.78282	11.75535		Haar		02	093	09374	09374155
2913189	Haar	haar	DE	85540	0	Europe/Berlin	49.47822	11.71915				02	093	09371	09371131
2913190	Haar	haar	DE	85540	0	Europe/Berlin	48.57473	13.59996				02	092	09275	09275137
2913191	Haar	haar	DE	85540	0	Europe/Berlin	48.38504	13.38667				02	092	09275	09275141
2913192	Haar	haar	DE	85540	17560	Europe/Berlin	48.10881	11.72653		Khar,Хар		02	091	09184	09184123
2913195	Haan	haan	DE	42781	29431	Europe/Berlin	51.19382	7.0133		Gan,Haan,Khaan,Khan,Stadt Haan,Ган,Хаан,Хан		07	051	05158	05158008
2913200	Haale	haale	DE	24819	514	Europe/Berlin	54.18333	9.55		Haale	01058068	10	00	01058	01058068
2913210	Haag in Oberbayern	haag-in-oberbayern	DE	83527	6218	Europe/Berlin	48.16196	12.17942		Haag,Haag in Oberbayern,Khag,Хаг		02	091	09183	09183119
2913224	Haag an der Amper	haag-an-der-amper	DE	85410	2909	Europe/Berlin	48.4584	11.82796		Amperi Haag,Gaag-an-der-Amper,Haag,Haag an der Amper,Khag an der Amper,Khag-na-Ampere,an po he pan ha ge,hag an dr ampr,Гааг-ан-дер-Ампер,Хаг ан дер Ампер,Хаг-на-Ампере,Ամպերի Հաագ,هاگ ان در آمپر,安珀河畔哈格		02	091	09178	09178129
2913225	Haag	haag	DE	95473	0	Europe/Berlin	51.43333	14.25				13	00	14625	14625240
2913226	Haag	haag	DE	95473	0	Europe/Berlin	51.41236	6.48134				07	051	05166	05166012
2913227	Haag	haag	DE	95473	959	Europe/Berlin	50.30379	12.07614		Haag		02	094	09475	09475161
2913228	Haag	haag	DE	95473	0	Europe/Berlin	50.01526	12.12284				02	094	09479	09479136
2913229	Haag	haag	DE	95473	0	Europe/Berlin	49.86997	11.56071			09472146	02	094	09472	09472146
2913230	Haag	haag	DE	95473	0	Europe/Berlin	49.81074	7.034				08	00	07231	07231502
2913231	Haag	haag	DE	95473	0	Europe/Berlin	49.80551	11.23552		Haag		02	094	09474	09474176
2913232	Haag	haag	DE	95473	0	Europe/Berlin	49.75031	10.4762				02	096	09675	09675127
2913233	Haag	haag	DE	95473	0	Europe/Berlin	49.62665	10.62767				02	095	09575	09575128
2913234	Haag	haag	DE	95473	0	Europe/Berlin	49.42125	12.53575		Haag		02	093	09376	09376178
2913235	Haag	haag	DE	95473	0	Europe/Berlin	49.41265	11.81382				02	093	09371	09371154
2913236	Haag	haag	DE	95473	0	Europe/Berlin	49.30367	10.99339				02	095	09576	09576128
2913237	Haag	haag	DE	95473	0	Europe/Berlin	49.29667	10.81665				02	095	09571	09571180
2913238	Haag	haag	DE	95473	0	Europe/Berlin	49.2489	9.70183				01	081	08126	08126046
2913239	Haag	haag	DE	95473	0	Europe/Berlin	49.18358	10.62004		Haag		02	095	09571	09571189
2913240	Haag	haag	DE	95473	0	Europe/Berlin	49.12924	12.41726				02	093	09372	09372167
2913241	Haag	haag	DE	95473	0	Europe/Berlin	49.11012	11.08332				02	095	09576	09576126
2913242	Haag	haag	DE	95473	0	Europe/Berlin	49.05767	12.46004				02	093	09372	09372150
2913243	Haag	haag	DE	95473	0	Europe/Berlin	49.05998	11.81854				02	093	09375	09375148
2913244	Haag	haag	DE	95473	0	Europe/Berlin	48.87915	9.99915				01	081	08136	08136002
2913245	Haag	haag	DE	95473	0	Europe/Berlin	48.83828	13.48353				02	092	09272	09272127
2913246	Haag	haag	DE	95473	0	Europe/Berlin	48.72229	11.98704				02	092	09274	09274176
2913247	Haag	haag	DE	95473	0	Europe/Berlin	48.69225	13.4356				02	092	09275	09275135
2913248	Haag	haag	DE	95473	0	Europe/Berlin	48.62511	13.46939				02	092	09275	09275146
2913249	Haag	haag	DE	95473	0	Europe/Berlin	48.6233	11.89241				02	092	09273	09273178
2913250	Haag	haag	DE	95473	0	Europe/Berlin	48.61509	13.59704				02	092	09275	09275126
2913251	Haag	haag	DE	95473	0	Europe/Berlin	48.4288	11.23485				02	091	09174	09174111
2913252	Haag	haag	DE	95473	0	Europe/Berlin	47.93193	11.88643				02	091	09187	09187130
2913253	Haag	haag	DE	95473	0	Europe/Berlin	47.84289	11.43754				02	091	09173	09173123
2913254	Haag	haag	DE	95473	0	Europe/Berlin	47.64624	10.42545				02	097	09780	09780128
2913271	Haag	haag	DE	95473	0	Europe/Berlin	49.3945	8.92406				01	082	08226	08226081
2913280	Gyhum	gyhum	DE	27404	2454	Europe/Berlin	53.21667	9.31667		Gikhum,Jeem,gifumu,ji hu mu,Гихум,ギフム,吉胡姆	03357018	06	00	03357	03357018
2913286	Guxhagen	guxhagen	DE	34302	5433	Europe/Berlin	51.2	9.48333		Guksgagen,Gukskhagen,Guxhagen,gu ke si ha gen,gukkusuhagen,Гуксгаген,Гуксхаген,グックスハーゲン,古克斯哈根	06634008	05	066	06634	06634008
2913297	Gutweiler	gutweiler	DE	54317	679	Europe/Berlin	49.71667	6.73333			07235038	08	00	07235	07235038
2913318	Guttenberg	guttenberg	DE	95358	577	Europe/Berlin	50.15518	11.56483				02	094	09477	09477118
2913319	Guttenberg	guttenberg	DE	95358	0	Europe/Berlin	49.84998	11.98177				02	093	09377	09377129
2913320	Güttenberg	guttenberg	DE	95358	0	Europe/Berlin	49.38173	12.54894				02	093	09372	09372154
2913321	Guttenberg	guttenberg	DE	95358	0	Europe/Berlin	49.37187	11.72773				02	093	09371	09371132
2913327	Guttau	guttau	DE	02694	0	Europe/Berlin	54.20584	11.01575				10	00	01055	01055016
2913328	Guttau	guttau	DE	02694	1736	Europe/Berlin	51.25904	14.56132		Gutau,Guttau,Guttau/Hucina,Guttau/Hućina,Hucina,Hućina,gu tao,Гутау,Гуттау,古陶		13	00	14625	14625340
2913335	Gutow	gutow	DE	18276	734	Europe/Berlin	53.75998	12.13543				12	00	13072	13072044
2913357	Guthmannshausen	guthmannshausen	DE	99628	926	Europe/Berlin	51.13333	11.36667			16068063	15	00	16068	16068063
2913384	Gutenswegen	gutenswegen	DE	39326	739	Europe/Berlin	52.23032	11.49239		Wodeneswege		14	00	15083	15083390
2913385	Gutenstetten	gutenstetten	DE	91468	1393	Europe/Berlin	49.61667	10.63333		Gutenshteten,Gutenshtetten,gu teng si te teng,Гутенштетен,Гутенштеттен,Գութենշթեթեն,古滕斯特滕	09575128	02	095	09575	09575128
2913394	Guteneck	guteneck	DE	92543	905	Europe/Berlin	49.45	12.28333		Gutenek,gu te nei ke,gwtnk,Гутенек,گوتنک,古特内克	09376133	02	093	09376	09376133
2913395	Gutendorf	gutendorf	DE	99438	233	Europe/Berlin	50.92012	11.21027		Gutendorf		15	00	16071	16071003
2913396	Gutendorf	gutendorf	DE	99438	0	Europe/Berlin	49.14309	12.95425				02	092	09276	09276113
2913397	Gutendorf	gutendorf	DE	99438	0	Europe/Berlin	48.09826	12.63271				02	091	09171	09171122
2913405	Gutenberg	gutenberg	DE	06193	1246	Europe/Berlin	51.5471	11.97181		Gutenberg		14	00	15088	15088295
2913406	Gutenberg	gutenberg	DE	06193	1001	Europe/Berlin	49.88333	7.8		Gutenberg,gu teng bei ge,Гутенберг,古滕贝格	07133036	08	00	07133	07133036
2913407	Gutenberg	gutenberg	DE	06193	0	Europe/Berlin	48.53425	9.51871				01	081	08116	08116079
2913408	Gutenberg	gutenberg	DE	06193	0	Europe/Berlin	47.95187	10.71479				02	097	09777	09777155
2913417	Gutenacker	gutenacker	DE	56370	415	Europe/Berlin	50.31971	7.92209			07141050	08	00	07141	07141050
2913421	Guteborn	guteborn	DE	01945	645	Europe/Berlin	51.41667	13.93333			12066120	11	00	12066	12066120
2913425	Gutach im Breisgau	gutach-im-breisgau	DE	79261	4429	Europe/Berlin	48.11667	7.98333		Gutakh im Brajsgau,Gutakh-im-Brajsgau,Gutax im Braysgau,bu lai shi gao de qu gu ta he,Гутах им Брајсгау,Гутах-им-Брайсгау,Гутах-ім-Брайсгау,Գուտախ իմ Բրայսգաու,布赖施高地区古塔赫	08316014	01	083	08316	08316014
2913437	Gustow	gustow	DE	18574	0	Europe/Berlin	54.30261	13.21329		Gustow		12	00	13073	13073038
2913445	Gusterath	gusterath	DE	54317	1909	Europe/Berlin	49.7	6.71667			07235037	08	00	07235	07235037
2913466	Gussow	gussow	DE	15754	0	Europe/Berlin	52.256	13.73212		Gussow		11	00	12061	12061217
2913478	Gusenburg	gusenburg	DE	54413	1187	Europe/Berlin	49.63333	6.9			07235036	08	00	07235	07235036
2913535	Günzenhausen	gunzenhausen	DE	91710	0	Europe/Berlin	48.55167	11.71097				02	091	09178	09178116
2913536	Günzenhausen	gunzenhausen	DE	91710	0	Europe/Berlin	48.32333	11.60122				02	091	09178	09178120
2913537	Gunzenhausen	gunzenhausen	DE	91710	16477	Europe/Berlin	49.11663	10.75971		Guncengauzen,Guncenkhauzen,Gunzenhausen,Gunzenhausn,ghwntsnhawzn,gong cen hao sen,Гунценхаузен,Ґунценгаузен,Գունցենհաուզեն,غونتسنهاوزن,گونتسن‌هاوزن,贡岑豪森	09577	02	095	09577	09577136
2913538	Gunzenhausen	gunzenhausen	DE	91710	0	Europe/Berlin	47.97744	9.38327		Gunzenhausen		01	084	08437	08437086
2913557	Gunzach	gunzach	DE	87634	0	Europe/Berlin	49.06917	10.18604				01	081	08127	08127102
2913573	Günthersdorf	gunthersdorf	DE	06254	0	Europe/Berlin	50.25294	11.75338				02	094	09475	09475136
2913587	Güntersleben	guntersleben	DE	97261	4472	Europe/Berlin	49.86972	9.905		Gintersleben,Gjuntersleben,Guentersleben,Gyuntersleben,Güntersleben,gyuntasureben,jin te er si lai ben,Гинтерслебен,Гюнтерслебен,Գյունտերսլեբեն,ギュンタースレーベン,金特尔斯莱本	09679142	02	096	09679	09679142
2913598	Guntersblum	guntersblum	DE	67583	3702	Europe/Berlin	49.7975	8.34556		Guntersblum,gong te er si bu lu mu,guntasuburumu,Гунтерсблум,グンタースブルム,贡特尔斯布卢姆	07339024	08	00	07339	07339024
2913631	Gunningen	gunningen	DE	78594	673	Europe/Berlin	48.05	8.7			08327020	01	083	08327	08327020
2913657	Gundremmingen	gundremmingen	DE	89355	1502	Europe/Berlin	48.5	10.4		Gundremingen,Gundremmingen,gong de lei ming gen,Гундреминген,Гундремминген,Гундреммінген,Գունդրեմինգեն,贡德雷明根	09774136	02	097	09774	09774136
2913675	Gundheim	gundheim	DE	67599	985	Europe/Berlin	49.67583	8.23778			07331037	08	00	07331	07331037
2913677	Gundersweiler	gundersweiler	DE	67724	568	Europe/Berlin	49.6	7.78333			07333028	08	00	07333	07333028
2913681	Gundersheim	gundersheim	DE	67598	1668	Europe/Berlin	49.69611	8.2025			07331036	08	00	07331	07331036
2913687	Gunderath	gunderath	DE	56767	111	Europe/Berlin	50.25511	6.97838			07233213	08	00	07233	07233213
2913692	Gundelsheim	gundelsheim	DE	74831	3292	Europe/Berlin	49.93708	10.9199			09471137	02	094	09471	09471137
2913693	Gundelsheim	gundelsheim	DE	74831	7551	Europe/Berlin	49.2833	9.16037		Gundel'skhajm,Gundelsheim,Gundelskhajm,gunderusuhaimu,gwndlzhaym  badn-wwrtmbrg,Гунделсхајм,Гундельсхайм,گوندلزهایم، بادن-وورتمبرگ,グンデルスハイム		01	081	08125	08125039
2913695	Gundelsheim	gundelsheim	DE	74831	0	Europe/Berlin	49.05946	10.82799				02	095	09577	09577172
2913696	Gundelsheim	gundelsheim	DE	74831	0	Europe/Berlin	48.91015	10.84528		Gundelsheim		02	095	09577	09577173
2913711	Gundelfingen	gundelfingen	DE	79194	7889	Europe/Berlin	48.55347	10.37223		Gundelfingen		02	097	09773	09773136
2913712	Gundelfingen	gundelfingen	DE	79194	0	Europe/Berlin	48.32223	9.4974				01	084	08415	08415053
2913713	Gundelfingen	gundelfingen	DE	79194	11563	Europe/Berlin	48.04246	7.8657		Gundel'fingen,Gundelfingen,Gundelfingen im Breisgau,gong de er fen gen,Гунделфинген,Гундельфинген,Гундельфінген,Գունդելֆինգեն,贡德尔芬根	08315047	01	083	08315	08315047
2913721	Gumtow	gumtow	DE	16866	4093	Europe/Berlin	52.98333	12.25		Gumtov,gu mu tuo,Гумтов,古姆托	12070149	11	00	12070	12070149
2913743	Gumperda	gumperda	DE	07768	395	Europe/Berlin	50.80957	11.5238		Gumperda	16074034	15	00	16074	16074034
2913761	Gummersbach	gummersbach	DE	51643	53131	Europe/Berlin	51.02608	7.56473		Gumersbakh,Gummersbach,Gummersbakh,ZEW,ghwmrsbakh,gu mei er si ba he,gwmrzbakh,Гумерсбах,Гуммерсбах,غومرسباخ,گومرزباخ,古梅尔斯巴赫	05374	07	053	05374	05374012
2913773	Gumbsheim	gumbsheim	DE	55597	540	Europe/Berlin	49.81667	7.98333			07331035	08	00	07331	07331035
2913783	Gülzow	gulzow	DE	17153	1289	Europe/Berlin	53.45	10.5		Gulzow,Gülzow	01053047	10	00	01053	01053047
2913797	Güllesheim	gullesheim	DE	56593	670	Europe/Berlin	50.59784	7.52855		Guellesheim,Güllesheim	07132043	08	00	07132	07132043
2913825	Guhrow	guhrow	DE	03096	583	Europe/Berlin	51.81204	14.22935		Gory,Guhrow,Góry	12071164	11	00	12071	12071164
2913838	Güglingen	guglingen	DE	74363	6198	Europe/Berlin	49.06642	9.00175		Giglingen,Gjuglingen,Gueglingen,Guglingen,Güglingen,ghwghlynghn,gwglyngn,gyukuringen,ju ge lin gen,Гиглинген,Гюглинген,Гюглінген,غوغلينغن,گوگلینگن,ギュクリンゲン,居格林根		01	081	08125	08125038
2913847	Guggenhausen	guggenhausen	DE	88379	205	Europe/Berlin	47.9	9.45		Gugenkhauzen,Guggengauzen,Guggenkhauzen,gu gen hao sen,Гуггенгаузен,Гуггенхаузен,Гугенхаузен,古根豪森	08436040	01	084	08436	08436040
2913848	Guggenhausen	guggenhausen	DE	88379	0	Europe/Berlin	47.89257	8.92701				01	083	08335	08335021
2913880	Gudow	gudow	DE	23899	1668	Europe/Berlin	53.55556	10.77021		Gudov,gu duo fu,Гудов,古多夫	01053046	10	00	01053	01053046
2913881	Gudow	gudow	DE	23899	0	Europe/Berlin	53.29334	11.00744				12	00	13076	13076088
2913888	Guderhandviertel	guderhandviertel	DE	21720	1239	Europe/Berlin	53.54919	9.6096			03359021	06	00	03359	03359021
2913890	Gudensberg	gudensberg	DE	34281	9032	Europe/Berlin	51.17706	9.36748		Gudehnsberg,Gudensberg,ghwdnsbrgh,gu deng si bei ge,gudensuberuku,gwdnzbrg,Гуденсберг,Гудэнсберг,غودنسبرغ,گودنزبرگ,グーデンスベルク,古登斯贝格		05	066	06634	06634007
2913892	Gudendorf	gudendorf	DE	25693	443	Europe/Berlin	54.02418	9.10795			01051039	10	00	01051	01051039
2913893	Gudendorf	gudendorf	DE	25693	0	Europe/Berlin	53.80153	8.67063		Gudendorf		06	00	03352	03352011
2913905	Gückingen	guckingen	DE	65558	1041	Europe/Berlin	50.39091	8.00726			07141049	08	00	07141	07141049
2913906	Guckheim	guckheim	DE	56459	895	Europe/Berlin	50.53333	7.95		Gukkhajm,gu ke hai mu,Гукхайм,Гукхајм,古克海姆	07143228	08	00	07143	07143228
2913913	Güby	guby	DE	24357	861	Europe/Berlin	54.48333	9.66667		Guby,Güby	01058067	10	00	01058	01058067
2913922	Guben	guben	DE	03172	21608	Europe/Berlin	51.94987	14.71447		Guben,Gubenas,Gubin,ghwbn,gu ben,gwbn,Губен,Գուբեն,غوبن,گوبن,古本		11	00	12071	12071160
2913942	Gstadt am Chiemsee	gstadt-am-chiemsee	DE	83257	1355	Europe/Berlin	47.88453	12.41813		Gstadt,Gstadt am Chiemsee		02	091	09187	09187138
2913972	Gschwend	gschwend	DE	74417	5092	Europe/Berlin	48.93333	9.74436		Gshvend,ge shi wen de,gshvendi,Гшвенд,გშვენდი,格施文德	08136027	01	081	08136	08136027
2913973	Gschwend	gschwend	DE	74417	0	Europe/Berlin	48.55416	11.65027				02	091	09186	09186162
2913974	Gschwend	gschwend	DE	74417	0	Europe/Berlin	47.82787	12.75756				02	091	09172	09172134
2913975	Gschwend	gschwend	DE	74417	0	Europe/Berlin	47.64868	10.40359				02	097	09780	09780128
2913976	Gschwend	gschwend	DE	74417	0	Europe/Berlin	47.62875	10.48303				02	097	09777	09777153
2913977	Gschwend	gschwend	DE	74417	0	Europe/Berlin	47.56421	10.17158				02	097	09780	09780124
2913978	Gschwend	gschwend	DE	74417	0	Europe/Berlin	47.55518	9.9709				02	097	09780	09780132
2913979	Gschwend	gschwend	DE	74417	0	Europe/Berlin	47.46413	10.09088				02	097	09780	09780113
2914063	Grünwald	grunwald	DE	82031	0	Europe/Berlin	49.63806	11.78078				02	093	09371	09371156
2914064	Grünwald	grunwald	DE	82031	10836	Europe/Berlin	48.03947	11.5232		Grienewald,Gruenwald,Grünwald	09184122	02	091	09184	09184122
2914065	Grünwald	grunwald	DE	82031	0	Europe/Berlin	47.84244	8.23999				01	083	08315	08315068
2914066	Grünwald	grunwald	DE	82031	0	Europe/Berlin	47.79203	12.32675				02	091	09187	09187114
2914102	Grünstädt	grunstadt	DE	67269	0	Europe/Berlin	49.0333	10.3166				02	095	09571	09571179
2914105	Grünsfeld	grunsfeld	DE	97947	3799	Europe/Berlin	49.60949	9.74725		Grinsfeld,Grjunsfel'd,Gruensfeld,Grunsfeld,Grünsfeld,ge lin si fei er de,ghrwnsfld,grwnzfld,guryunsuferuto,Гринсфелд,Грюнсфельд,غرونسفلد,گرونزفلد,グリュンスフェルト,格林斯费尔德		01	081	08128	08128047
2914122	Grünow	grunow	DE	17237	0	Europe/Berlin	53.31667	13.95			12073261	11	00	12073	12073261
2914124	Grunow	grunow	DE	17237	0	Europe/Berlin	52.6063	14.03313				11	00	12064	12064370
2914125	Grunow	grunow	DE	17237	0	Europe/Berlin	52.15722	14.39326				11	00	12067	12067205
2914210	Grunewald	grunewald	DE	01945	11631	Europe/Berlin	52.48338	13.26586		Berlin-Grunewald,Gruneval'd,grwnwwld,Груневальд,גרונוולד		16	00	11000	11000000
2914213	Grunewald	grunewald	DE	01945	0	Europe/Berlin	53.02346	13.48057				11	00	12073	12073572
2914214	Grunewald	grunewald	DE	01945	0	Europe/Berlin	51.97469	14.70052				11	00	12071	12071160
2914215	Grünewald	grunewald	DE	01945	645	Europe/Berlin	51.4	14			12066116	11	00	12066	12066116
2914263	Grünendeich	grunendeich	DE	21720	2061	Europe/Berlin	53.56952	9.61218		Gruenendeich,Grünendeich	03359020	06	00	03359	03359020
2914278	Grünenbach	grunenbach	DE	88167	0	Europe/Berlin	47.7961	10.05249				01	084	08436	08436055
2914316	Grundsheim	grundsheim	DE	89613	207	Europe/Berlin	48.16667	9.66667			08425052	01	084	08425	08425052
2914347	Grundhof	grundhof	DE	24977	981	Europe/Berlin	54.77094	9.65306		Grumtoft,Grundkhof,ge lun de huo fu,Грундхоф,格伦德霍夫	01059118	10	00	01059	01059118
2914393	Grundau	grundau	DE	63584	0	Europe/Berlin	50.65139	13.28682		Gruendau,Grundau,Gründau		13	00	14521	14521390
2914433	Grünberg	grunberg	DE	35305	0	Europe/Berlin	49.94978	11.9036		Grunberg,Grünberg		02	093	09377	09377113
2914434	Grünberg	grunberg	DE	35305	0	Europe/Berlin	49.04096	10.06133				01	081	08136	08136035
2914435	Grünberg	grunberg	DE	35305	0	Europe/Berlin	48.59255	11.79251		Grunberg,Grünberg		02	091	09178	09178122
2914436	Grünberg	grunberg	DE	35305	0	Europe/Berlin	48.32397	12.48446				02	091	09183	09183130
2914458	Grünbach	grunbach	DE	08223	0	Europe/Berlin	49.80045	11.91643				02	093	09374	09374148
2914460	Grünbach	grunbach	DE	08223	0	Europe/Berlin	49.01405	12.97433		Grunbach,Grünbach		02	092	09276	09276134
2914461	Grünbach	grunbach	DE	08223	0	Europe/Berlin	48.88642	13.27749				02	092	09276	09276127
2914462	Grünbach	grunbach	DE	08223	0	Europe/Berlin	48.87109	13.48452				02	092	09272	09272146
2914463	Grunbach	grunbach	DE	08223	0	Europe/Berlin	48.83047	8.67704				01	082	08236	08236013
2914464	Grunbach	grunbach	DE	08223	0	Europe/Berlin	48.81751	9.41887		Grunbach		01	081	08119	08119090
2914465	Grünbach	grunbach	DE	08223	0	Europe/Berlin	48.69889	9.84289				01	081	08117	08117015
2914466	Grünbach	grunbach	DE	08223	0	Europe/Berlin	48.60086	12.6573				02	092	09279	09279134
2914467	Grünbach	grunbach	DE	08223	0	Europe/Berlin	48.33223	12.00248				02	091	09177	09177113
2914468	Grünbach	grunbach	DE	08223	0	Europe/Berlin	48.29482	12.24412				02	091	09177	09177115
2914469	Grünbach	grunbach	DE	08223	0	Europe/Berlin	48.20288	12.53723				02	091	09183	09183136
2914536	Grumbach	grumbach	DE	67745	0	Europe/Berlin	51.06544	10.61494				15	00	16064	16064003
2914537	Grumbach	grumbach	DE	67745	0	Europe/Berlin	51.02774	13.55205		Grumbach		13	00	14628	14628410
2914538	Grumbach	grumbach	DE	67745	0	Europe/Berlin	50.83199	12.62956				13	00	14524	14524020
2914539	Grumbach	grumbach	DE	67745	0	Europe/Berlin	50.7737	10.31539				15	00	16066	16066013
2914540	Grumbach	grumbach	DE	67745	0	Europe/Berlin	50.69217	10.45032				15	00	16066	16066063
2914541	Grumbach	grumbach	DE	67745	0	Europe/Berlin	50.54462	13.10526		Grumbach		13	00	14521	14521330
2914542	Grumbach	grumbach	DE	67745	0	Europe/Berlin	50.42997	11.49899				15	00	16075	16075133
2914543	Grumbach	grumbach	DE	67745	539	Europe/Berlin	49.65	7.56667		Grumbakh,ge lun ba he,Грумбах,格伦巴赫	07336033	08	00	07336	07336033
2914548	Gruibingen	gruibingen	DE	73344	2266	Europe/Berlin	48.59483	9.64389		Grjubingen,Gruibingen,Grujbingen,ge lu yi bin gen,Груибинген,Груйбінген,Грюбинген,格鲁伊宾根	08117028	01	081	08117	08117028
2914549	Gruhno	gruhno	DE	03238	0	Europe/Berlin	51.56779	13.51853				11	00	12062	12062453
2914642	Grube	grube	DE	23749	1007	Europe/Berlin	54.23333	11.03333		Grube	01055018	10	00	01055	01055018
2914643	Grube	grube	DE	23749	0	Europe/Berlin	53.71763	12.57371				12	00	13072	13072094
2914644	Grube	grube	DE	23749	0	Europe/Berlin	52.9975	12.00251				11	00	12070	12070008
2914645	Grube	grube	DE	23749	0	Europe/Berlin	52.65682	14.24055				11	00	12064	12064365
2914646	Grube	grube	DE	23749	0	Europe/Berlin	52.43206	12.95386		Grube		11	00	12054	12054000
2914647	Grube	grube	DE	23749	0	Europe/Berlin	51.15508	14.67856		Grube,Jama		13	00	14625	14625610
2914655	Grub am Forst	grub-am-forst	DE	96271	0	Europe/Berlin	50.22986	11.0198		Grub,Grub am Forst,Grub-am-Forst,lin qu ge lu bu,Груб ам Форст,Груб-ам-Форст,Ֆրոսթի Գրուբ,グルプ・アム・フォルスト,林区格鲁布		02	094	09473	09473134
2914741	Groven	groven	DE	25774	121	Europe/Berlin	54.3	8.98333		Groven	01051038	10	00	01051	01051038
2914745	Grove	grove	DE	21493	0	Europe/Berlin	52.31428	9.36003				06	00	03257	03257032
2914746	Grove	grove	DE	21493	244	Europe/Berlin	53.53333	10.48333			01053045	10	00	01053	01053045
2914749	Aichtal	aichtal	DE	72631	0	Europe/Berlin	48.62638	9.26315				01	081	08116	08116081
2914769	Grothusenkoog	grothusenkoog	DE	25836	29	Europe/Berlin	54.30128	8.75891		Grothusenkoog	01054040	10	00	01054	01054040
2914801	Groß-Zimmern	gross-zimmern	DE	64846	13870	Europe/Berlin	49.8741	8.82898		Gros-Cimern,Gros-Cimmern,Gross-Zimmern,Groß-Zimmern,da qi men,gurosu=tsu~inmerun,Грос-Цимерн,Грос-Циммерн,グロース＝ツィンメルン,大齐门		05	064	06432	06432011
2914806	Großziethen	grossziethen	DE	15831	0	Europe/Berlin	52.39644	13.44657				11	00	12061	12061433
2914814	Zarnewanz	zarnewanz	DE	18195	0	Europe/Berlin	54.05233	13.19355				12	00	13073	13073089
2914822	Großwudicke	grosswudicke	DE	14715	0	Europe/Berlin	52.5929	12.23272				11	00	12063	12063189
2914826	Groß Woltersdorf	gross-woltersdorf	DE	16928	0	Europe/Berlin	53.87333	11.39557		Gross Woltersdorf,Groß Woltersdorf		12	00	13074	13074003
2914827	Groß Woltersdorf	gross-woltersdorf	DE	16928	0	Europe/Berlin	53.08239	12.15058		Gross Woltersdorf,Groß Woltersdorf		11	00	12070	12070125
2914828	Großwoltersdorf	grosswoltersdorf	DE	16775	1003	Europe/Berlin	53.06667	13.1			12065117	11	00	12065	12065117
2914829	Groß Woltersdorf	gross-woltersdorf	DE	16928	0	Europe/Berlin	52.96667	12.7				11	00	12068	12068306
2914833	Groß Wokern	gross-wokern	DE	17166	1163	Europe/Berlin	53.75135	12.49249				12	00	13072	13072040
2914836	Groß Wittensee	gross-wittensee	DE	24361	1007	Europe/Berlin	54.4	9.76667		Gross Wittensee,Groß Wittensee	01058066	10	00	01058	01058066
2914870	Groß Welle	gross-welle	DE	16866	0	Europe/Berlin	53.012	12.08412				11	00	12070	12070149
2914872	Großweitzschen	grossweitzschen	DE	04720	3405	Europe/Berlin	51.15845	13.04517			14522220	13	00	14522	14522220
2914876	Großweil	grossweil	DE	82439	1409	Europe/Berlin	47.67598	11.30108		Grosvajl,Grosvajl',Grosvayl,da wei er,grwswayl,Гросвайль,Гросвајл,Գրոսվայլ,گروسوایل,大魏尔	09180119	02	091	09180	09180119
2914889	Groß Walmstorf	gross-walmstorf	DE	23948	491	Europe/Berlin	53.90219	11.26261		Gross Walmstorf,Groß Walmstorf		12	00	13074	13074032
2914890	Großwallstadt	grosswallstadt	DE	63868	4081	Europe/Berlin	49.87936	9.15338		Grosswallstadt,Grosval'shtadt,Grosvall'shtadt,Grosvalshtat,Großwallstadt,da wa er si ta te,gurosuvu~arushutatto,Гросвалльштадт,Гросвалштат,Гросвальштадт,Գրոսվալշթաթ,グロースヴァルシュタット,大瓦尔斯塔特	09676126	02	096	09676	09676126
2914902	Groß Vollstedt	gross-vollstedt	DE	24802	990	Europe/Berlin	54.23333	9.86667		Gross Vollstedt,Groß Vollstedt	01058065	10	00	01058	01058065
2914913	Groß Vielen	gross-vielen	DE	17217	377	Europe/Berlin	53.48162	13.0347		Gross Vielen,Groß Vielen		12	00	13071	13071115
2914923	Großvargula	grossvargula	DE	99958	803	Europe/Berlin	51.11667	10.78333			16064019	15	00	16064	16064019
2914929	Groß-Umstadt	gross-umstadt	DE	64823	21758	Europe/Berlin	49.86899	8.9321		Gros-Umshtadt,Gros-Umshtat,Gross-Umstadt,Groß-Umstadt,da wu mu si ta te,ghrws-awmshtat,gurosu=umushutatto,Грос-Умштадт,Грос-Умштат,غروس-أومشتات,گرس-اوم‌اشتات,グロース＝ウムシュタット,大乌姆斯塔特		05	064	06432	06432010
2914932	Groß Twülpstedt	gross-twulpstedt	DE	38464	2729	Europe/Berlin	52.37361	10.91929		Gross Twuelpstedt,Groß Twülpstedt	03154009	06	00	03154	03154009
2914935	Trebel	trebel	DE	29494	974	Europe/Berlin	53	11.31667		Gross Trebel,Groß Trebel,Trebel	03354023	06	00	03354	03354023
2914950	Großthiemig	grossthiemig	DE	04932	1282	Europe/Berlin	51.38333	13.66667		Grostimig,da di mi xi,Гростимиг,Գրոսթիմիգ,大蒂米希	12062208	11	00	12062	12062208
2914974	Groß Teetzleben	gross-teetzleben	DE	17091	815	Europe/Berlin	53.64528	13.22789		Gross Teetzleben,Gross Tetzleben,Groß Teetzleben,Groß Tetzleben		12	00	13071	13071057
2914999	Groß Stieten	gross-stieten	DE	23972	628	Europe/Berlin	53.81318	11.44947		Gross Stieten,Groß Stieten		12	00	13074	13074030
2915004	Großsteinhausen	grosssteinhausen	DE	66484	644	Europe/Berlin	49.18333	7.45			07340210	08	00	07340	07340210
2915028	Großsolt	grosssolt	DE	24991	1870	Europe/Berlin	54.7	9.51667		Grosssolt,Groszol't,Groszolt,Großsolt,Store Solt,ge luo suo er te,Гросзолт,Гросзольт,格罗索尔特	01059116	10	00	01059	01059116
2915032	Groß Siemz	gross-siemz	DE	23923	333	Europe/Berlin	53.81654	10.92815		Gross Siemz,Groß Siemz		12	00	13074	13074094
2915035	Großseifen	grossseifen	DE	56472	577	Europe/Berlin	50.63333	7.96667			07143227	08	00	07143	07143227
2915045	Groß Schwiesow	gross-schwiesow	DE	18276	360	Europe/Berlin	53.84605	12.0956				12	00	13072	13072039
2915046	Großschweidnitz	grossschweidnitz	DE	02708	1377	Europe/Berlin	51.06939	14.64297		Grosshvajdnic,Swonca,Swóńca,da shi wei de ni ci,Гросшвайдниц,Гросшвајдниц,大施韦德尼茨	14626150	13	00	14626	14626150
2915055	Großschwabhausen	grossschwabhausen	DE	99441	875	Europe/Berlin	50.93333	11.48333		Grosshvabkhauzen,da shi wa bu hao sen,Гросшвабхаузен,大施瓦布豪森	16071025	15	00	16071	16071025
2915056	Groß Schulzendorf	gross-schulzendorf	DE	15806	0	Europe/Berlin	52.27293	13.35109		Gross Schulzendorf,Groß Schulzendorf		11	00	12072	12072240
2915067	Großschönau	grossschonau	DE	02779	6571	Europe/Berlin	50.9	14.68333		Grossschoenau,Grossschonau,Grossschönau,Großschönau	14626140	13	00	14626	14626140
2915076	Großschirma	grossschirma	DE	09603	6179	Europe/Berlin	50.96602	13.2859		Grosshirma,Grossirma,Grossschirma,Grosširma,Großschirma,ge luo xi er ma,ghrwsshyrma,grsshyrma,Гросширма,غروسشيرما,گرسشیرما,格罗席尔马		13	00	14522	14522210
2915077	Groß-Schierstedt	gross-schierstedt	DE	06449	610	Europe/Berlin	51.74774	11.52143		Gross-Schierstedt,Groß-Schierstedt		14	00	15089	15089015
2915081	Groß Schenkenberg	gross-schenkenberg	DE	23860	568	Europe/Berlin	53.8	10.56667		Gross Schenkenberg,Groß Schenkenberg	01053044	10	00	01053	01053044
2915094	Groß Sarau	gross-sarau	DE	23627	919	Europe/Berlin	53.76667	10.73333		Gros Zarau,Gros-Zarau,Gross Sarau,Groß Sarau,da sa lao,Грос Зарау,Грос-Зарау,大萨劳	01053043	10	00	01053	01053043
2915095	Groß Santersleben	gross-santersleben	DE	39343	1126	Europe/Berlin	52.19143	11.45486		Gross Santersleben,Groß Santersleben		14	00	15083	15083298
2915107	Großrudestedt	grossrudestedt	DE	99195	2089	Europe/Berlin	51.09305	11.09977		Grosrudeshtedt,Grosrudeshtet,da lu de si te,Гросрудештедт,Гросрудештет,大鲁德斯特	16068021	15	00	16068	16068021
2915111	Großrückerswalde	grossruckerswalde	DE	09518	4005	Europe/Berlin	50.63333	13.11667		Grosrikersvalde,Grosrjukersval'de,Grossruckerswalde,Grossrueckerswalde,Großrückerswalde,Luckenwalden,da lu ke si wa er de,Гросрикерсвалде,Гросрюкерсвальде,大吕克斯瓦尔德	14521250	13	00	14521	14521250
2915116	Großrosseln	grossrosseln	DE	66352	9215	Europe/Berlin	49.20296	6.84148		Grosroseln,Grosrossel'n,Grossrosseln,Großrosseln,da luo se er en,Гросроселн,Гросроссельн,大罗瑟尔恩	10041512	09	00	10041	10041512
2915118	Groß Rosenburg	gross-rosenburg	DE	39240	1811	Europe/Berlin	51.91696	11.89184				14	00	15089	15089026
2915126	Großrohrsdorf	grossrohrsdorf	DE	01900	0	Europe/Berlin	47.98952	11.91364				02	091	09175	09175113
2915128	Groß-Rohrheim	gross-rohrheim	DE	68649	3822	Europe/Berlin	49.72111	8.48278		Gros-Rorgajm,Gros-Rorkhajm,Gross-Rohrheim,Groß-Rohrheim,da luo lai mu,gurosu=roruhaimu,Грос-Роргайм,Грос-Рорхайм,Грос-Рорхајм,グロース＝ロールハイム,大罗赖姆	06431010	05	064	06431	06431010
2915129	Groß Roge	gross-roge	DE	17166	713	Europe/Berlin	53.77851	12.50471		Gross Roge,Groß Roge		12	00	13072	13072038
2915131	Groß Rodensleben	gross-rodensleben	DE	39167	1089	Europe/Berlin	52.12139	11.38367		Gross Rodensleben,Groß Rodensleben		14	00	15083	15083531
2915137	Großrinderfeld	grossrinderfeld	DE	97950	4179	Europe/Berlin	49.66536	9.73356		Grosrinderfel'd,Grosrinderfeld,Grossrinderfeld,Großrinderfeld,da lin de fei er de,gurosurindaferuto,Гросриндерфелд,Гросриндерфельд,Гросріндерфельд,グロースリンダーフェルト,大林德费尔德	08128045	01	081	08128	08128045
2915143	Groß Rheide	gross-rheide	DE	24872	1056	Europe/Berlin	54.44154	9.43508		Gross Rheide,Groß Rheide	01059035	10	00	01059	01059035
2915164	Groß Quenstedt	gross-quenstedt	DE	38822	1064	Europe/Berlin	51.93333	11.11667		Gross Quenstedt,Groß Quenstedt	15085125	14	00	15085	15085125
2915166	Großpürschütz	grosspurschutz	DE	07751	415	Europe/Berlin	50.81667	11.6		Grosspurschutz,Großpürschütz	16074033	15	00	16074	16074033
2915173	Großpösna	grossposna	DE	04463	5608	Europe/Berlin	51.26667	12.5		Grospesna,Grospjosna,Grosspoesna,Grosspoesna vald,Grosspoessnitz,Grossposna,Großpoeßnitz,Großpösna,Großpösna vald,da po si na,Гроспесна,Гроспёсна,Гроспөсна,大珀斯纳	14729190	13	00	14729	14729190
2915176	Groß Polzin	gross-polzin	DE	17390	511	Europe/Berlin	53.89412	13.59318		Gros Polcin,Gros-Pol'cin,da bo er qin,Грос Полцин,Грос-Польцин,大波尔钦		12	00	13075	13075043
2915178	Groß Plasten	gross-plasten	DE	17192	804	Europe/Berlin	53.54637	12.85085		Gross Plasten,Groß Plasten		12	00	13071	13071056
2915181	Groß Pinnow	gross-pinnow	DE	16306	0	Europe/Berlin	53.18423	14.27622				11	00	12073	12073309
2915187	Großpaschleben	grosspaschleben	DE	06369	878	Europe/Berlin	51.76124	11.93301		Grosspaschleben,Großpaschleben		14	00	15082	15082256
2915190	Groß Pankow	gross-pankow	DE	16928	0	Europe/Berlin	53.37903	11.97733				12	00	13076	13076125
2915191	Groß Pankow	gross-pankow	DE	16928	4661	Europe/Berlin	53.11952	12.04975		Gross Pankow,Groß Pankow		11	00	12070	12070125
2915192	Groß Pampau	gross-pampau	DE	21493	127	Europe/Berlin	53.52225	10.56198			01053042	10	00	01053	01053042
2915196	Großostheim	grossostheim	DE	63762	16346	Europe/Berlin	49.91985	9.07596		Grosostgajm,Grosostkhajm,Grossostajm,Grossostheim,Großostheim,ge luo suo si tai mu,gurosuosutohaimu,Гросостгайм,Гросостхайм,Гросостхајм,Гроссостайм,Գրոսոսթհայմ,グロースオストハイム,格罗索斯泰姆		02	096	09671	09671122
2915198	Groß Oßnig	gross-ossnig	DE	03058	603	Europe/Berlin	51.6783	14.35921		Gross Osnig,Gross Ossnig,Groß Osnig,Groß Oßnig,Wjeliki Wosenk,Wjeliki Wóseńk		11	00	12071	12071301
2915209	Großolbersdorf	grossolbersdorf	DE	09432	3234	Europe/Berlin	50.7	13.08333		Grosol'bersdorf,Grosolbersdorf,Grossolbersdorf,Großolbersdorf,ge luo suo er bei er si duo fu,Гросолберсдорф,Гросольберсдорф,格罗索尔贝尔斯多夫	14521240	13	00	14521	14521240
2915212	Groß Oesingen	gross-oesingen	DE	29393	2017	Europe/Berlin	52.64761	10.46366		Gros Osingen,Gros-Ehzingen,Gross Oesingen,Gross Osingen,Groß Oesingen,Groß Ösingen,da ao ai xin gen,Грос Осинген,Грос-Эзинген,大奥埃辛根	03151010	06	00	03151	03151010
2915213	Großobringen	grossobringen	DE	99439	860	Europe/Berlin	51.03333	11.33333			16071102	15	00	16071	16071102
2915219	Groß Nordende	gross-nordende	DE	25436	685	Europe/Berlin	53.7	9.65		Gross Nordende,Groß Nordende	01056016	10	00	01056	01056016
2915223	Groß Niendorf	gross-niendorf	DE	19374	621	Europe/Berlin	53.84632	10.24307			01060029	10	00	01060	01060029
2915224	Groß Niendorf	gross-niendorf	DE	19374	246	Europe/Berlin	53.59103	11.85344				12	00	13076	13076162
2915226	Großniedesheim	grossniedesheim	DE	67259	1392	Europe/Berlin	49.57528	8.31222		Grosnideskhajm,da ni de si hai mu,Гроснидесхайм,Гроснидесхајм,大尼德斯海姆	07338009	08	00	07338	07338009
2915231	Großneuhausen	grossneuhausen	DE	99625	814	Europe/Berlin	51.1608	11.28564		Grosnojkhauzen,da nuo yi hao sen,Гроснойхаузен,Гроснојхаузен,大诺伊豪森	16068019	15	00	16068	16068019
2915233	Groß Neuendorf	gross-neuendorf	DE	15324	0	Europe/Berlin	52.70052	14.40805		Grossneuendorf,Grossneundorf,Großneuendorf,Großneundorf		11	00	12064	12064274
2915236	Groß Nemerow	gross-nemerow	DE	17094	1355	Europe/Berlin	53.47342	13.22482		Gross Nemerow,Groß Nemerow		12	00	13071	13071055
2915238	Großnaundorf	grossnaundorf	DE	01936	1103	Europe/Berlin	51.2	13.93333			14625180	13	00	14625	14625180
2915252	Großmonra	grossmonra	DE	99625	1037	Europe/Berlin	51.21299	11.29578		Grossmonra,Großmonra		15	00	16068	16068034
2915254	Groß Molzahn	gross-molzahn	DE	19217	343	Europe/Berlin	53.73345	10.87259		Gross Molzahn,Groß Molzahn		12	00	13074	13074028
2915256	Groß Mohrdorf	gross-mohrdorf	DE	18445	825	Europe/Berlin	54.388	12.9485				12	00	13073	13073037
2915264	Groß Miltzow	gross-miltzow	DE	17349	0	Europe/Berlin	54.22866	13.1975				12	00	13073	13073090
2915275	Groß Mehßow	gross-mehssow	DE	03205	0	Europe/Berlin	51.73404	13.82718		Gross Mehssow,Groß Mehßow,Zmesow,Změšow		11	00	12066	12066052
2915277	Großmehring	grossmehring	DE	85098	0	Europe/Berlin	48.76667	11.53333		Grosmering,Grossmehring,Großmehring,Mehring,da mei lin,grwsmryng,Гросмеринг,Гросмерінг,Գրոսմերինգ,گروسمرینگ,大梅林	09176129	02	091	09176	09176129
2915283	Groß Meckelsen	gross-meckelsen	DE	27419	503	Europe/Berlin	53.28333	9.45			03357017	06	00	03357	03357017
2915294	Großmaischeid	grossmaischeid	DE	56276	2503	Europe/Berlin	50.5	7.63333		Grossmaischeid,Großmaischeid	07138023	08	00	07138	07138023
2915302	Groß Luja	gross-luja	DE	03130	0	Europe/Berlin	51.59781	14.44669		Lojow,Łojow		11	00	12071	12071372
2915306	Groß Luckow	gross-luckow	DE	17337	238	Europe/Berlin	53.53577	13.83233		Gross Luckow,Groß Luckow		12	00	13075	13075042
2915318	Großlittgen	grosslittgen	DE	54534	1033	Europe/Berlin	50.02787	6.79865			07231046	08	00	07231	07231046
2915321	Groß Lindow	gross-lindow	DE	15295	1841	Europe/Berlin	52.23333	14.53333	40	Gross Lindow,Groß Lindow,Lindow	12067180	11	00	12067	12067180
2915334	Groß Leuthen	gross-leuthen	DE	15913	0	Europe/Berlin	52.03804	14.03738		Gross Leuthen,Groß Leuthen,Lutol		11	00	12061	12061329
2915340	Großleinungen	grossleinungen	DE	06528	475	Europe/Berlin	51.49327	11.20303		Grossleinungen,Großleinungen		14	00	15087	15087370
2915341	Groß Leine	gross-leine	DE	15913	0	Europe/Berlin	51.99695	14.0636		Gross Leine,Groß Leine		11	00	12061	12061329
2915343	Großlehna	grosslehna	DE	04420	2487	Europe/Berlin	51.30687	12.1719		Grosslehna,Großlehna		13	00	14729	14729270
2915349	Großlangheim	grosslangheim	DE	97320	1536	Europe/Berlin	49.7562	10.24065		Groslangajm,Groslanghaym,Groslangkhajm,Grosslangheim,Großlangheim,da lang hai mu,Грослангайм,Грослангхайм,Грослангхајм,Գրոսլանգհայմ,大朗海姆		02	096	09675	09675131
2915353	Großlangenfeld	grosslangenfeld	DE	54608	150	Europe/Berlin	50.21667	6.25			07232230	08	00	07232	07232230
2915356	Groß Labenz	gross-labenz	DE	19417	349	Europe/Berlin	53.77978	11.77725		Gross Labenz,Groß Labenz		12	00	13074	13074084
2915357	Groß Laasch	gross-laasch	DE	19288	1096	Europe/Berlin	53.34646	11.54919		Gross Laasch,Groß Laasch		12	00	13076	13076058
2915362	Groß Kummerfeld	gross-kummerfeld	DE	24626	1958	Europe/Berlin	54.05	10.08333		Gross Kummerfeld,Groß Kummerfeld	01060028	10	00	01060	01060028
2915367	Großkugel	grosskugel	DE	06184	2272	Europe/Berlin	51.41728	12.14641		Grosskugel,Großkugel		14	00	15088	15088150
2915372	Großkrotzenburg	grosskrotzenburg	DE	63538	7196	Europe/Berlin	50.08333	8.98333		Groskrocenburg,Groskrotcenburg,Grosskrotzenburg,Großkrotzenburg,da ke luo cen bao,gurosukurottsu~enburuku,Гроскротценбург,Гроскроценбург,グロースクロッツェンブルク,大克罗岑堡	06435011	05	064	06435	06435011
2915375	Groß Kreutz	gross-kreutz	DE	14550	8453	Europe/Berlin	52.40281	12.7794		Gros Krojc,Gros-Krojc,Gross Kreutz,Gross Kreuz,Groß Kreutz,Groß Kreuz,da ke luo yi ci,Грос Кројц,Грос-Кройц,Գրոս Կրոյց,大克罗伊茨		11	00	12069	12069249
2915378	Großkrausnik	grosskrausnik	DE	03249	0	Europe/Berlin	51.73224	13.62708		Gross Kraussnigk,Grosskrausnik,Groß Kraußnigk,Großkrausnik		11	00	12062	12062469
2915381	Groß Krankow	gross-krankow	DE	23996	737	Europe/Berlin	53.81526	11.33577		Gross Krankow,Groß Krankow		12	00	13074	13074008
2915382	Groß Krams	gross-krams	DE	19230	212	Europe/Berlin	53.33398	11.26756		Gross Krams,Groß Krams		12	00	13076	13076057
2915391	Groß Kordshagen	gross-kordshagen	DE	18442	420	Europe/Berlin	54.33179	12.84302				12	00	13073	13073036
2915392	Großkorbetha	grosskorbetha	DE	06688	2083	Europe/Berlin	51.26002	12.03012		Groskorbeta,Gross Corbetha,Grosskorbetha,Groß Corbetha,Großkorbetha,Гроскорбета		14	00	15084	15084550
2915408	Großkochberg	grosskochberg	DE	07407	691	Europe/Berlin	50.77493	11.35584		Grosskochberg,Großkochberg		15	00	16073	16073109
2918168	Gramkow	gramkow	DE	23968	1129	Europe/Berlin	53.92092	11.3174		Gramkow		12	00	13074	13074032
2915410	Großkmehlen	grosskmehlen	DE	01990	1298	Europe/Berlin	51.37901	13.72501		Groskmelen,Grosskmehlen,da ke mei lun,Гроскмелен,Գրոսկմելեն,大克梅伦	12066104	11	00	12066	12066104
2915415	Groß Klessow	gross-klessow	DE	03222	0	Europe/Berlin	51.83618	13.95301		Gross Klessow,Groß Klessow,Klesow,Klěšow		11	00	12066	12066196
2915427	Groß Kiesow	gross-kiesow	DE	17495	1585	Europe/Berlin	54.01261	13.47851		Gros Kizov,Gros-Kizov,Kiesow,da ji suo,Грос Кизов,Грос-Кизов,大基索		12	00	13075	13075041
2915430	Groß Kienitz	gross-kienitz	DE	15831	0	Europe/Berlin	52.32529	13.46343		Gross Kienitz,Groß Kienitz		11	00	12072	12072017
2915432	Groß Kelle	gross-kelle	DE	17207	142	Europe/Berlin	53.40493	12.54536				12	00	13071	13071053
2915434	Großkayna	grosskayna	DE	06242	1091	Europe/Berlin	51.29068	11.93269		Grosskayna,Großkayna		14	00	15088	15088065
2915438	Großkarolinenfeld	grosskarolinenfeld	DE	83109	6865	Europe/Berlin	47.89102	12.08101		Groskarolinenfel'd,Groskarolinenfeld,da ka luo li nen fei er de,grws karwlynnfld,Гроскаролиненфелд,Гроскаролиненфельд,Гроскароліненфельд,Գրոսկարոլինենֆելդ,گروس کارولیننفلد,大卡罗利嫩费尔德	09187137	02	091	09187	09187137
2915439	Großkarlbach	grosskarlbach	DE	67229	1157	Europe/Berlin	49.53833	8.22472		Grooskarlbach,Groosskalbach,Grooßkalbach,Groskarlbakh,da ka er ba he,Гроскарлбах,大卡尔巴赫	07332023	08	00	07332	07332023
2915443	Großkampenberg	grosskampenberg	DE	54619	161	Europe/Berlin	50.15	6.2			07232229	08	00	07232	07232229
2915459	Groß Ippener	gross-ippener	DE	27243	1143	Europe/Berlin	52.96667	8.61667			03458006	06	00	03458	03458006
2915499	Großholbach	grossholbach	DE	56412	1008	Europe/Berlin	50.45	7.88333			07143024	08	00	07143	07143024
2915511	Großheubach	grossheubach	DE	63920	5126	Europe/Berlin	49.72834	9.2228		Grosgojbakh,Groshoybax,Groskhojbakh,Grossheubach,Großheubach,da huo yi ba he,gurosuhoibahha,Гросгойбах,Гросхойбах,Гросхојбах,Գրոսհոյբախ,グロースホイバッハ,大霍伊巴赫		02	096	09676	09676125
2915520	Großheringen	grossheringen	DE	99518	685	Europe/Berlin	51.10313	11.66866		Groskheringen,da hei lin gen,Гросхеринген,大黑林根	16071022	15	00	16071	16071022
2915523	Großhennersdorf	grosshennersdorf	DE	02747	1539	Europe/Berlin	50.98597	14.78776		Groskhenersdorf,Groskhennersdorf,Grosshennersdorf,Großhennersdorf,Гросхенерсдорф,Гросхеннерсдорф		13	00	14626	14626180
2915529	Großheirath	grossheirath	DE	96269	2640	Europe/Berlin	50.17603	10.9505		Grosgajrat,Groskhajrat,Grossheirath,Großheirath,da hai la te,gurosuhairato,Гросгайрат,Гросхайрат,Гросхајрат,Գրոսհայրաթ,グロースハイラート,大海拉特	09473132	02	094	09473	09473132
2915533	Großheide	grossheide	DE	26532	0	Europe/Berlin	52.21004	7.97624		Grosse Heide,Grossheide,Große Heide,Großheide		06	00	03459	03459020
2915534	Großheide	grossheide	DE	26532	0	Europe/Berlin	51.21092	6.40994		Grossheide,Großheide		07	051	05116	05116000
2915550	Großhartmannsdorf	grosshartmannsdorf	DE	09618	2921	Europe/Berlin	50.8	13.33333		Groskhartmansdorf,Grosshartmannsdorfi vald,Großhartmannsdorfi vald,da ha te man si duo fu,Гросхартмансдорф,大哈特曼斯多夫	14522200	13	00	14522	14522200
2915552	Großharthau	grossharthau	DE	01909	3415	Europe/Berlin	51.10694	14.09911		Grosgartau,Groskhartau,Grossharthau vald,Großharthau vald,da ha er tao,Гросгартау,Гросхартау,大哈尔陶	14625170	13	00	14625	14625170
2915554	Großharrie	grossharrie	DE	24625	565	Europe/Berlin	54.11667	10.05		Grossharrie,Großharrie	01057024	10	00	01057	01057024
2915556	Großhansdorf	grosshansdorf	DE	22927	9009	Europe/Berlin	53.66667	10.28333		Groothansdoerp,Groothansdörp,Groskhansdorf,Grosshansdorf,Großhansdorf,da han si duo fu,Гросхансдорф,大汉斯多夫	01062023	10	00	01062	01062023
2915563	Großhabersdorf	grosshabersdorf	DE	90613	4274	Europe/Berlin	49.4	10.78333		Grosgabersdorf,Groshabersdorf,Groskhabersdorf,Grosshabersdorf,Großhabersdorf,da ha bo si duo fu,Гросгаберсдорф,Гросхаберсдорф,Գրոսհաբերսդորֆ,大哈伯斯多夫	09573115	02	095	09573	09573115
2915574	Groß Grönau	gross-gronau	DE	23627	3502	Europe/Berlin	53.8	10.75		Gross Groenau,Gross Gronau,Groß Grönau	01053041	10	00	01053	01053041
2915595	Groß Godems	gross-godems	DE	19372	385	Europe/Berlin	53.36346	11.79726				12	00	13076	13076056
2915596	Groß Glienicke	gross-glienicke	DE	14476	0	Europe/Berlin	52.46747	13.10795		Gross Glienicke,Groß Glienicke		11	00	12054	12054000
2915604	Groß Gievitz	gross-gievitz	DE	17192	557	Europe/Berlin	53.58077	12.78193		Gross Gievitz,Groß Gievitz		12	00	13071	13071172
2915611	Groß Germersleben	gross-germersleben	DE	39398	0	Europe/Berlin	52.00424	11.36393		Germisleve,Gross Germersleben,Groten Garmslae,Groten Garmslä,Groß Germersleben		14	00	15083	15083415
2915613	Groß-Gerau	gross-gerau	DE	64521	23641	Europe/Berlin	49.92139	8.48255		Gros-Gerau,Gross-Gerau,Groß-Gerau,da gai lao,ghrws-ghyraw,grs-graw,gurosu=gerau,Грос-Герау,غروس-غيراو,گرس-گراو,グロース＝ゲーラウ,大盖劳	06433	05	064	06433	06433006
2915616	Groß Garz	gross-garz	DE	39615	851	Europe/Berlin	52.93332	11.61101		Gross Gartz,Gross Garz,Groß Gartz,Groß Garz		14	00	15090	15090635
2915620	Groß Gaglow	gross-gaglow	DE	03058	0	Europe/Berlin	51.71391	14.32478		Gogolow,Gross Gaglow,Groß Gaglow		11	00	12052	12052000
2915639	Groß Flotow	gross-flotow	DE	17219	174	Europe/Berlin	53.55315	12.99104		Gross Flotow,Groß Flotow		12	00	13071	13071115
2915641	Großfischlingen	grossfischlingen	DE	67483	691	Europe/Berlin	49.26889	8.17639			07337035	08	00	07337	07337035
2915653	Großfahner	grossfahner	DE	99100	908	Europe/Berlin	51.05623	10.82763		Grosfaner,Grossfahner,Großfahner,da fa nei er,Гросфанер,大法内尔	16067033	15	00	16067	16067033
2915673	Großeutersdorf	grosseutersdorf	DE	07768	297	Europe/Berlin	50.78871	11.56338		Grosseutersdorf,Großeutersdorf	16074031	15	00	16074	16074031
2916146	Groß Ernsthof	gross-ernsthof	DE	17440	346	Europe/Berlin	54.07976	13.7423		Gross Ernsthof,Groß Ernsthof		12	00	13075	13075120
2916224	Großerlach	grosserlach	DE	71577	2636	Europe/Berlin	49.05368	9.51356		Groserlakh,Grosserlach,Grosserlakh,Großerlach,ge luo sai er la,Гросерлах,Гроссерлах,格罗塞尔拉	08119024	01	081	08119	08119024
2916567	Großenwörden	grossenworden	DE	21712	485	Europe/Berlin	53.68333	9.26667			03359019	06	00	03359	03359019
2918179	Grambow	grambow	DE	17322	0	Europe/Berlin	53.62174	11.27498				12	00	13074	13074025
2918180	Grambow	grambow	DE	17322	736	Europe/Berlin	53.54653	12.0405				12	00	13076	13076048
2916570	Großenwiehe	grossenwiehe	DE	24969	2829	Europe/Berlin	54.7	9.25		Grosenvie,Grosenvieh,Grosenvikhe,Grossenwiehe,Großenwiehe,Store Vi,ge luo sen wei hei,Гросенвие,Гросенвихе,Гросенвиэ,格罗森维黑	01059115	10	00	01059	01059115
2916581	Großenstein	grossenstein	DE	07580	1441	Europe/Berlin	50.9	12.2		Grosenshtajn,Grossenshtajn,Grossenstein,Großenstein,ge luo sen si tai yin,Гросенштайн,Гросенштајн,Гроссенштайн,格罗森斯泰因	16076023	15	00	16076	16076023
2916584	Großenseebach	grossenseebach	DE	91091	2378	Europe/Berlin	49.63251	10.87483		Grosenseebach,Grossenseebach,Großenseebach	09572127	02	095	09572	09572127
2916585	Großensee	grossensee	DE	22946	1684	Europe/Berlin	53.61263	10.33961		Grossensee,Großensee	01062022	10	00	01062	01062022
2916586	Großensee	grossensee	DE	22946	397	Europe/Berlin	50.93333	9.96667				15	00	16063	16063103
2916596	Großenrade	grossenrade	DE	25712	551	Europe/Berlin	54.02114	9.22242		Grossenrade,Großenrade	01051037	10	00	01051	01051037
2916606	Großenlüder	grossenluder	DE	36137	8768	Europe/Berlin	50.5925	9.54231		Grosenlider,Grosenljuder,Grossenlueder,Grossenlüder,Großenlüder,ge luo sen lu de,Гросенлидер,Гросенлюдер,格罗森吕德	06631011	05	066	06631	06631011
2916611	Großenkneten	grossenkneten	DE	26197	13698	Europe/Berlin	52.94377	8.25323		Ahlhorn,Grosenkneten,Grossenkneten,Großenkneten,ge luo sen ke nei teng,Гросенкнетен,格罗森克内滕	03458007	06	00	03458	03458007
2916629	Großenhain	grossenhain	DE	01558	0	Europe/Berlin	53.57114	8.95392				06	00	03352	03352062
2916630	Großenhain	grossenhain	DE	01558	16573	Europe/Berlin	51.28951	13.5335		Grosengajn,Grosenhaina,Grosenkhajn,Grossenhain,Großenhain,Haganoa,Wulki Hojn,ge luo sen hai en,ghrwsnhayn,grshnhayn,Гросенгайн,Гросенхайн,Гросенхајн,غروسنهاين,گرشنهاین,格罗森海恩		13	00	14627	14627060
2916636	Großengottern	grossengottern	DE	99991	2344	Europe/Berlin	51.14821	10.56232		Grosengotern,Grosengottern,Grossengottern,ge luo sen ge te er en,Гросенготерн,Гросенготтерн,Гроссенготтерн,格罗森戈特尔恩	16064076	15	00	16064	16064076
2916638	Engersen	engersen	DE	39638	548	Europe/Berlin	52.61981	11.34161		Engersen,Gross Engersen,Groß Engersen		14	00	15081	15081240
2916643	Großenehrich	grossenehrich	DE	99718	2482	Europe/Berlin	51.24838	10.83458	240	Grosenerikh,Grossenehrich,Grossenerikh,Großenehrich,Herika [a. 877],ge luo sai nei li xi,ghrwsn arysh,grsn‌arysh,Гросенерих,Гроссенерих,غروسن إريش,گرسن‌اریش,格罗塞内里希	16065089	15	00	16065	16065089
2916655	Grossenbrode	grossenbrode	DE	23775	2190	Europe/Berlin	54.38333	11.08333		Grossenbrode,Großenbrode		10	00	01055	01055017
2916676	Großenaspe	grossenaspe	DE	24623	2849	Europe/Berlin	53.98333	9.96667		Grossenaspe,Großenaspe	01060027	10	00	01060	01060027
2916695	Großelfingen	grosselfingen	DE	72415	0	Europe/Berlin	48.83774	10.56084				02	097	09779	09779194
2916696	Grosselfingen	grosselfingen	DE	72415	2158	Europe/Berlin	48.33229	8.88704		Grosel'fingen,Groselfingen,Grossel'fingen,ge luo sai er fen gen,Гроселфинген,Гросельфинген,Гроссельфинген,Гроссельфінген,格罗塞尔芬根	08417023	01	084	08417	08417023
2916731	Großeibstadt	grosseibstadt	DE	97633	1199	Europe/Berlin	50.30102	10.4098		Grosajbshtadt,Grosajbshtat,ge luo sai bu si ta te,Гросайбштадт,Гросајбштат,Գրոսայբշթաթ,格罗赛布斯塔特	09673127	02	096	09673	09673127
2916839	Großdubrau	grossdubrau	DE	02694	4793	Europe/Berlin	51.25422	14.45897		Grosdubrau,Grossdubrau,Grossdubrau vald,Grossdubrau/Wulka Dubrawa,Großdubrau,Großdubrau vald,Großdubrau/Wulka Dubrawa,Wulka Dubrawa,da du bu lao,Гросдубрау,大杜布劳	14625160	13	00	14625	14625160
2916840	Groß Düben	gross-duben	DE	02959	1310	Europe/Berlin	51.56667	14.56667		Dzewin,Dźěwin,Džěwin,Gros Diben,Gros-Djuben,Gross Duben,Gross Dueben/Dzewin,Gross Duebeni vald,Groß Düben,Groß Düben/Dźěwin,Groß Dübeni vald,da di ben,Грос Дибен,Грос-Дюбен,大迪本	14626120	13	00	14626	14626120
2916846	Groß Dratow	gross-dratow	DE	17192	398	Europe/Berlin	53.51278	12.8399				12	00	13071	13071174
2916861	Groß Disnack	gross-disnack	DE	23911	93	Europe/Berlin	53.75	10.68333		Gross Disnack,Groß Disnack	01053040	10	00	01053	01053040
2916864	Großderschau	grossderschau	DE	16845	535	Europe/Berlin	52.79057	12.3682			12063112	11	00	12063	12063112
2916878	Groß Daberkow	gross-daberkow	DE	17348	90	Europe/Berlin	53.50203	13.65072				12	00	13071	13071164
2916896	Großbundenbach	grossbundenbach	DE	66501	399	Europe/Berlin	49.3	7.41667			07340209	08	00	07340	07340209
2916903	Groß Buchwald	gross-buchwald	DE	24582	361	Europe/Berlin	54.16667	10.08333		Gross Buchwald,Groß Buchwald	01058064	10	00	01058	01058064
2916923	Großbrembach	grossbrembach	DE	99610	831	Europe/Berlin	51.11667	11.31667			16068063	15	00	16068	16068063
2916926	Großbreitenbach	grossbreitenbach	DE	98701	2965	Europe/Berlin	50.58335	11.00955		Grosbrajtenbakh,Grossbreitenbach,Großbreitenbach,da bu lai teng ba he,ghrwsbraytnbakh,grsbraytnbakh,Гросбрайтенбах,Гросбрајтенбах,غروسبرايتنباخ,گرسبرایتنباخ,大布赖滕巴赫		15	00	16070	16070058
2916930	Groß Breese	gross-breese	DE	19322	0	Europe/Berlin	53.00507	11.82318				11	00	12070	12070052
2916931	Groß Breese	gross-breese	DE	19322	0	Europe/Berlin	52.96482	11.30086				06	00	03354	03354023
2916936	Großbottwar	grossbottwar	DE	71723	8294	Europe/Berlin	49.00147	9.29348		Grosbottvar,Grosbotvar,Grossbottwar,Großbottwar,da bo te wa er,ghrwsbwtfar,grsbwtwar,Гросботвар,Гросботтвар,غروسبوتفار,گرسبوتوار,大博特瓦尔		01	081	08118	08118021
2916937	Großbothen	grossbothen	DE	04668	3602	Europe/Berlin	51.18784	12.75101				13	00	14729	14729160
2916949	Großbodungen	grossbodungen	DE	37345	1514	Europe/Berlin	51.47572	10.48104	270	Grossbodungen (Am Ohmberg),Großbodungen (Am Ohmberg)	16061116	15	00	16061	16061116
2916950	Groß Boden	gross-boden	DE	23847	211	Europe/Berlin	53.75	10.45		Gross Boden,Groß Boden	01053039	10	00	01053	01053039
2916954	Großbockedra	grossbockedra	DE	07646	198	Europe/Berlin	50.85	11.65		Grossbockedra,Großbockedra	16074029	15	00	16074	16074029
2916966	Groß-Bieberau	gross-bieberau	DE	64401	4593	Europe/Berlin	49.80064	8.8243		Gros-Biberau,Gross-Bieberau,Groß-Bieberau,da bi bei lao,ghrws-bybraw,grs-bybraw,gurosu=biberau,Грос-Биберау,Грос-Біберау,غروس-بيبراو,گرس-بیبراو,グロース＝ビーベラウ,大比贝劳		05	064	06432	06432009
2916971	Groß Beuchow	gross-beuchow	DE	03222	0	Europe/Berlin	51.85003	13.90305		Buchow,Gross Beuchow,Groß Beuchow		11	00	12066	12066196
2916972	Großbettlingen	grossbettlingen	DE	72663	4047	Europe/Berlin	48.59052	9.30782		Grosbetlingen,Grosbettlingen,Grossbettlingen,Großbettlingen,da bei te lin gen,Гросбетлинген,Гросбеттлінген,Գրոսբետլինգեն,大贝特林根	08116022	01	081	08116	08116022
2916974	Groß Berßen	gross-berssen	DE	49777	652	Europe/Berlin	52.77173	7.49385		Gros Bersen,Gros-Bersen,Gross Berssen,Gross Bersssen,Groß Berßen,Groß Berßsen,da bei er sen,Грос Берсен,Грос-Берсен,大贝尔森	03454016	06	00	03454	03454016
2916995	Groß Behnitz	gross-behnitz	DE	14641	0	Europe/Berlin	52.57962	12.73295				11	00	12063	12063208
2916996	Großbeeren	grossbeeren	DE	14979	6835	Europe/Berlin	52.35862	13.30994		Grosberen,Grossbeeren,Großbeeren,da bei lun,Гросберен,Գրոսբերեն,大贝伦	12072120	11	00	12072	12072120
2917002	Großbartloff	grossbartloff	DE	37359	1021	Europe/Berlin	51.25	10.21667		Grossbartloff,Großbartloff	16061041	15	00	16061	16061041
2917011	Großbarkau	grossbarkau	DE	24245	198	Europe/Berlin	54.23333	10.16667		Grossbarkau,Großbarkau	01057023	10	00	01057	01057023
2917013	Großbardorf	grossbardorf	DE	97633	1006	Europe/Berlin	50.26667	10.36667		Grosbardorf,Grossbardorf,Großbardorf,da ba duo fu,Гросбардорф,Գրոսբարդորֆ,大巴多夫	09673126	02	096	09673	09673126
2917014	Großbardau	grossbardau	DE	04668	1787	Europe/Berlin	51.20419	12.69848				13	00	14729	14729160
2917019	Ballerstedt	ballerstedt	DE	39606	313	Europe/Berlin	52.73199	11.71061		Ballerstedt,Grossballerstedt,Großballerstedt		14	00	15090	15090415
2917023	Großbadegast	grossbadegast	DE	06369	709	Europe/Berlin	51.73144	12.02674		Grossbadegast,Großbadegast		14	00	15082	15082377
2917046	Groß Ammensleben	gross-ammensleben	DE	39326	1400	Europe/Berlin	52.23279	11.52195		Ammenesleve,Gross Ammensleben,Groß Ammensleben		14	00	15083	15083390
2917053	Großalmerode	grossalmerode	DE	37247	7393	Europe/Berlin	51.25858	9.7845		Grosal'merode,Grosalmerode,Grossalmerode,Großalmerode,Magna Almeroda,da a er mei luo de,ghrwsalmyrwdh,gurosuarumerode,Гросалмероде,Гросальмероде,غروسالميروده,گرس‌المروده,グロースアルメローデ,大阿尔梅罗德		05	066	06636	06636004
2917060	Großaitingen	grossaitingen	DE	86845	4747	Europe/Berlin	48.22753	10.77948		Grossaitingen,Großaitingen	09772151	02	097	09772	09772151
2917108	Gröningen	groningen	DE	39397	0	Europe/Berlin	49.18973	10.06485				01	081	08127	08127073
2917150	Grömitz	gromitz	DE	23743	7847	Europe/Berlin	54.15	10.96667		Gremic,Grjomic,Groemitz,Gromitz,Grömitz,ge lei mi ci,Гремиц,Грёмиц,格勒米茨	01055016	10	00	01055	01055016
2917153	Grombach	grombach	DE	72294	0	Europe/Berlin	49.22684	8.99606		Grombach		01	081	08125	08125006
2917157	Grolsheim	grolsheim	DE	55459	1080	Europe/Berlin	49.90834	7.91599			07339022	08	00	07339	07339022
2917168	Groitzsch	groitzsch	DE	04539	0	Europe/Berlin	51.42597	12.63531				13	00	14730	14730140
2917169	Groitzsch	groitzsch	DE	04539	0	Europe/Berlin	51.21202	12.60812				13	00	14729	14729330
2917170	Groitzsch	groitzsch	DE	04539	7607	Europe/Berlin	51.15536	12.28279		Groica,Groicsh,Groitzsch,Groiča,Grojch,Grojcsh,ge luo yi ci xi,ghrwytsh,grwych,Гроицш,Гройч,Гројцш,غرويتش,گرویچ,格罗伊茨希		13	00	14729	14729170
2917171	Groitzsch	groitzsch	DE	04539	0	Europe/Berlin	51.06712	13.41993				13	00	14627	14627100
2917190	Grödersby	grodersby	DE	24376	257	Europe/Berlin	54.63333	9.91667		Grodersby,Grödersby	01059034	10	00	01059	01059034
2917192	Groden	groden	DE	04932	0	Europe/Berlin	53.89514	9.07462				10	00	01051	01051011
2917193	Groden	groden	DE	04932	0	Europe/Berlin	53.84452	8.72367		Groden		06	00	03352	03352011
2917194	Gröden	groden	DE	04932	1636	Europe/Berlin	51.4	13.56667		Groden,Groeden,Gröden	12062196	11	00	12062	12062196
2917198	Gröde	grode	DE	25869	15	Europe/Berlin	54.63333	8.71667		A Groeoed,A Grööd,Grede,Grjode,Grode,Groue,Gröde,Grøde,ge lei de,Греде,Грёде,格勒德	01054039	10	00	01054	01054039
2917214	Grobleben	grobleben	DE	39579	97	Europe/Berlin	52.52426	11.89459				14	00	15090	15090550
2917220	Gröbern	grobern	DE	06773	0	Europe/Berlin	48.59925	11.32906				02	091	09185	09185166
2917221	Gröbenzell	grobenzell	DE	82194	19110	Europe/Berlin	48.2	11.36667		Groebenzell,Gröbenzell	09179126	02	091	09179	09179126
2917226	Grobengereuth	grobengereuth	DE	07389	248	Europe/Berlin	50.66916	11.66937			16075039	15	00	16075	16075039
2917232	Gröben	groben	DE	06682	0	Europe/Berlin	48.52295	11.3441				02	091	09186	09186125
2917233	Gröben	groben	DE	06682	0	Europe/Berlin	47.9118	12.05754				02	091	09187	09187137
2917234	Gröben	groben	DE	06682	0	Europe/Berlin	47.83765	11.9684				02	091	09187	09187117
2917264	Grischow	grischow	DE	17089	0	Europe/Berlin	54.05566	13.06523				12	00	13073	13073089
2917265	Grischow	grischow	DE	17089	0	Europe/Berlin	53.69632	13.33925				12	00	13071	13071050
2917266	Grischow	grischow	DE	17089	314	Europe/Berlin	53.68988	13.0094		Grischow		12	00	13071	13071068
2917287	Grinau	grinau	DE	23847	294	Europe/Berlin	53.78333	10.55		Grinau	01053038	10	00	01053	01053038
2917309	Grimmen	grimmen	DE	18507	10671	Europe/Berlin	54.11215	13.04051		Grimen,Grimmen,Grimmene,Grzemie,Grzëmié,ge li men,ghrymn,grymn,Гримен,Гриммен,غريمن,گریمن,格里门		12	00	13073	13073035
2917312	Grimmelshausen	grimmelshausen	DE	98660	208	Europe/Berlin	50.48333	10.63333			16069016	15	00	16069	16069016
2917319	Grimme	grimme	DE	39264	0	Europe/Berlin	53.42472	14.15039				11	00	12073	12073085
2917320	Grimme	grimme	DE	39264	163	Europe/Berlin	52.03516	12.2891		Grimme		14	00	15082	15082430
2917325	Grimma	grimma	DE	04668	17991	Europe/Berlin	51.23367	12.71959		Grima,Grimma,ge li ma,geulima,ghryma,gryma,Грима,Гримма,Грімма,غريما,گریما,格里马,그리마		13	00	14729	14729160
2917337	Grimburg	grimburg	DE	54413	522	Europe/Berlin	49.61667	6.88333			07235035	08	00	07235	07235035
2917353	Grillenberg	grillenberg	DE	06528	330	Europe/Berlin	51.53278	11.31128		Grillenberg		14	00	15087	15087370
2917380	Griesstätt	griesstatt	DE	83556	2485	Europe/Berlin	47.99403	12.17727		Griesstaett,Griesstätt,Grisshtet,Grisshtett,ge li si te,grys ashtat,Грисштет,Грисштетт,Грісштетт,Գրիսշթեթ,گریس اشتات,格里斯特	09187134	02	091	09187	09187134
2917389	Grießen	griessen	DE	03172	0	Europe/Berlin	51.84925	14.59242		Gresna,Grěšna		11	00	12071	12071193
2917390	Griessen	griessen	DE	03172	0	Europe/Berlin	47.62514	8.41312		Griessen,Grießen		01	083	08337	08337062
2917404	Griesingen	griesingen	DE	89608	999	Europe/Berlin	48.26667	9.78333		Grisingen,Grizingen,ge li xin gen,grizingeni,Гризинген,Грисинген,Грізінген,Գրիզինգեն,გრიზინგენი,格里辛根	08425050	01	084	08425	08425050
2917410	Griesheim	griesheim	DE	64347	0	Europe/Berlin	50.09914	8.59695		Griesheim		05	064	06412	06412000
2917411	Griesheim	griesheim	DE	64347	0	Europe/Berlin	50.75337	11.04122		Griesheim		15	00	16070	16070048
2917412	Griesheim	griesheim	DE	64347	25287	Europe/Berlin	49.86085	8.5725		Griesheim		05	064	06432	06432008
2917413	Griesheim	griesheim	DE	64347	0	Europe/Berlin	48.50938	7.92576		Griesheim		01	083	08317	08317096
2917431	Griesen	griesen	DE	06786	351	Europe/Berlin	51.83313	12.41829		Griesen		14	00	15091	15091241
2917432	Griesen	griesen	DE	06786	0	Europe/Berlin	47.47801	10.9449				02	091	09180	09180117
2917465	Gries	gries	DE	66903	0	Europe/Berlin	50.29094	11.34226				02	094	09476	09476189
2917466	Gries	gries	DE	66903	1044	Europe/Berlin	49.41667	7.4		Gris,Грис	07336032	08	00	07336	07336032
2917467	Gries	gries	DE	66903	0	Europe/Berlin	48.43643	13.07283				02	092	09277	09277113
2917468	Gries	gries	DE	66903	0	Europe/Berlin	47.82402	11.97686				02	091	09187	09187129
2917484	Griefstedt	griefstedt	DE	99638	326	Europe/Berlin	51.22957	11.12932			16068015	15	00	16068	16068015
2917493	Griebo	griebo	DE	06869	645	Europe/Berlin	51.88135	12.5088		Griebo		14	00	15091	15091375
2917501	Grieben	grieben	DE	23936	0	Europe/Berlin	54.59249	13.1287				12	00	13073	13073040
2917502	Grieben	grieben	DE	23936	160	Europe/Berlin	53.84224	11.04704		Grieben		12	00	13074	13074027
2917503	Grieben	grieben	DE	23936	0	Europe/Berlin	52.90098	13.04575				11	00	12065	12065198
2917504	Grieben	grieben	DE	23936	788	Europe/Berlin	52.43718	11.96102				14	00	15090	15090546
2917505	Griebelschied	griebelschied	DE	55608	201	Europe/Berlin	49.8	7.4			07134032	08	00	07134	07134032
2917509	Gribow	gribow	DE	17506	267	Europe/Berlin	53.94841	13.48932				12	00	13075	13075040
2917510	Gribbohm	gribbohm	DE	25596	503	Europe/Berlin	54.02821	9.34739		Gribbohm	01061031	10	00	01061	01061031
2917530	Grevenkrug	grevenkrug	DE	24241	305	Europe/Berlin	54.21667	10.01667		Grevenkrug	01058063	10	00	01058	01058063
2917532	Grevenkop	grevenkop	DE	25361	355	Europe/Berlin	53.84262	9.53347		Grevenkop,Grevenkopp	01061030	10	00	01061	01061030
2917540	Grevenbroich	grevenbroich	DE	41515	64779	Europe/Berlin	51.09102	6.5827		Grefenbrojkh,Grevenbroich,Grevenbroichas,Grevenbroikh,Grevenbrokh,ZEV,ge lei wen bu luo yi xi,ghrfnbrwysh,grfnbrwysh,gurevu~enburoho,Гревенброих,Гревенброх,Грефенбройх,غرفنبرويش,گرفنبرویش,グレーヴェンブローホ,格雷文布羅伊希		07	051	05162	05162008
2917541	Greven	greven	DE	19258	826	Europe/Berlin	53.48406	11.97578				12	00	13076	13076051
2917542	Greven	greven	DE	19258	0	Europe/Berlin	53.47711	10.79934				12	00	13076	13076055
2917543	Greven	greven	DE	19258	0	Europe/Berlin	52.49314	8.14484				06	00	03460	03460002
2917544	Greven	greven	DE	19258	35080	Europe/Berlin	52.09364	7.59396		Grefen,Grevaon,Greven,Grēvaon,ge lei fen,ghryfyn,grfn,Гревен,Грефен,غريفين,گرفن,格雷芬		07	055	05566	05566012
2917578	Greußenheim	greussenheim	DE	97259	1628	Europe/Berlin	49.81667	9.76667			09679141	02	096	09679	09679141
2917579	Greußen	greussen	DE	99718	3962	Europe/Berlin	51.22964	10.94422		Greussen,Greußen,Grojsen,ge luo yi sen,ghrwysn,grwysn,Гройсен,Гројсен,غرويسن,گرویسن,格罗伊森		15	00	16065	16065089
2917586	Grettstadt	grettstadt	DE	97508	4106	Europe/Berlin	49.98333	10.31667		Gretshtadt,Gretshtat,Grettshtadt,ge lei ci ta te,grtshtat,Греттштадт,Гретштадт,Гретштат,گرتشتات,格雷茨塔特	09678138	02	096	09678	09678138
2917596	Grethem	grethem	DE	29690	677	Europe/Berlin	52.72714	9.57253			03358011	06	00	03358	03358011
2917618	Gresse	gresse	DE	19258	680	Europe/Berlin	53.42915	10.74597		Gresse		12	00	13076	13076054
2917626	Greppin	greppin	DE	06803	2840	Europe/Berlin	51.64682	12.30066		Greppin		14	00	15082	15082015
2917698	Grenzach-Wyhlen	grenzach-wyhlen	DE	79639	13776	Europe/Berlin	47.55	7.68333		Grencakh-Vilen,Grenzach,Grenzach-Wyhlen,ge lun cha-wei lun,Гренцах-Вилен,Гренцах-Вілен,格伦察-维伦	08336105	01	083	08336	08336105
2917706	Grenderich	grenderich	DE	56858	431	Europe/Berlin	50.06667	7.23333			07135037	08	00	07135	07135037
2917714	Gremsdorf	gremsdorf	DE	91350	1541	Europe/Berlin	49.69506	10.83218		Gremsdorf,ge lei mu si duo fu,guremusudorufu,Гремсдорф,グレムスドルフ,格雷姆斯多夫	09572126	02	095	09572	09572126
2917724	Gremersdorf	gremersdorf	DE	23758	1502	Europe/Berlin	54.33333	10.93333			01055015	10	00	01055	01055015
2917725	Gremersdorf	gremersdorf	DE	23758	0	Europe/Berlin	54.10943	12.87048				12	00	13073	13073034
2917737	Greiz	greiz	DE	07973	24147	Europe/Berlin	50.65778	12.19918		Grajc,Greiz,Грайц	16076	15	00	16076	16076022
2917774	Greimersburg	greimersburg	DE	56814	739	Europe/Berlin	50.18333	7.13333			07135036	08	00	07135	07135036
2917775	Greimerath	greimerath	DE	54298	210	Europe/Berlin	50.03333	6.9			07231044	08	00	07231	07231044
2917776	Greimerath	greimerath	DE	54298	1019	Europe/Berlin	49.56155	6.68374			07235033	08	00	07235	07235033
2917782	Greiling	greiling	DE	83677	1369	Europe/Berlin	47.76667	11.61667			09173127	02	091	09173	09173127
2917788	Greifswald	greifswald	DE	17489	52731	Europe/Berlin	54.09311	13.38786		Grajfsval'd,Grajfsvald,Greifsvaldas,Greifsvalde,Greifswald,Griefswald,Griepswohld,Gripiew Las,ZGW,ge lai fu si wa er de,geulaipeuseubalteu,ghrayfsfalt,graipsvaldi,grayfswald,guraifusuvu~aruto,Грайфсвалд,Грайфсвальд,Грајфсвалд,גרייפסוואלד,غرايفسفالت,گرایفسوالد,گریفزوالڈ,გრაიფსვალდი,グライフスヴァルト,格赖夫斯瓦尔德,그라이프스발트	13075	12	00	13075	13075039
2917790	Greiffenberg	greiffenberg	DE	16278	0	Europe/Berlin	53.08732	13.95521				11	00	12073	12073008
2917792	Greifenstein	greifenstein	DE	35753	0	Europe/Berlin	51.22663	10.11628				15	00	16061	16061056
2917793	Greifenstein	greifenstein	DE	35753	7507	Europe/Berlin	50.61667	8.3		Greifenstein	06532010	05	065	06532	06532010
2917794	Greifenstein	greifenstein	DE	35753	0	Europe/Berlin	49.87484	11.17292				02	094	09471	09471142
2917801	Greifenhagen	greifenhagen	DE	06333	289	Europe/Berlin	51.62663	11.41917		Greifenhagen		14	00	15087	15087031
2917803	Greifenberg	greifenberg	DE	86926	2024	Europe/Berlin	48.07062	11.08349		Grajfenberg,Grayfenberg,ge lai fen bei ge,grayfnbrg,guraifenberuku,Грайфенберг,Грајфенберг,Գրայֆենբերգ,گرایفنبرگ,グライフェンベルク,格赖芬贝格	09181123	02	091	09181	09181123
2917804	Greifenberg	greifenberg	DE	86926	0	Europe/Berlin	47.61916	10.28043				02	097	09780	09780143
2917816	Grefrath	grefrath	DE	47929	16016	Europe/Berlin	51.3363	6.34072		Grefrat,ge lei fu la te,Грефрат,格雷夫拉特	05166008	07	051	05166	05166008
2917817	Grefrath	grefrath	DE	47929	0	Europe/Berlin	51.17219	6.63471				07	051	05162	05162024
2917818	Grefrath	grefrath	DE	47929	0	Europe/Berlin	50.90455	6.75711				07	053	05362	05362024
2917833	Greding	greding	DE	91171	7238	Europe/Berlin	49.04699	11.35703		Greding,ge lei ding,ghrydyngh,grdyng,guredingu,Грединг,Гредінг,Գրեդինգ,غريدينغ,گردینگ,グレーディング,格雷丁		02	095	09576	09576122
2917838	Grebs	grebs	DE	19294	382	Europe/Berlin	53.2409	11.31902		Grebs,Grebs-Menkendorf		12	00	13076	13076053
2917843	Grebs	grebs	DE	19294	0	Europe/Berlin	52.25383	12.39324				11	00	12069	12069696
2917846	Grebin	grebin	DE	24329	1054	Europe/Berlin	54.2	10.5		Greben,Grebin,ge lei bin,Гребин,格雷宾	01057022	10	00	01057	01057022
2917848	Grebenstein	grebenstein	DE	34393	6238	Europe/Berlin	51.44648	9.4125		Grebenshtajn,Grebensteen,Grebenstein,ge lei ben si tai yin,ghrybnshtayn,gurebenshutain,Гребенштайн,Гребенштајн,غريبنشتاين,گربن‌اشتاین,グレーベンシュタイン,格雷本斯泰因		05	066	06633	06633010
2917850	Grebenhain	grebenhain	DE	36355	5207	Europe/Berlin	50.48924	9.33855		Grebengajn,Grebenkhajn,ge lei ben hai en,gurebenhain,Гребенгайн,Гребенхайн,Гребенхајн,グレーベンハイン,格雷本海恩	06535007	05	065	06535	06535007
2917857	Grebenau	grebenau	DE	36323	0	Europe/Berlin	51.19387	9.49342		Grebenau		05	066	06634	06634008
2917858	Grebenau	grebenau	DE	36323	2728	Europe/Berlin	50.74242	9.47307		Grebenau,ge lei bei nao,ghrybnaw,grbnaw,gurebenau,Гребенау,غريبناو,گربناو,グレーベナウ,格雷贝瑙		05	065	06535	06535006
2917860	Grebbin	grebbin	DE	19374	558	Europe/Berlin	53.515	11.86335				12	00	13076	13076164
2917868	Grävenwiesbach	gravenwiesbach	DE	61279	5245	Europe/Berlin	50.39024	8.4569		Graevenwiesbach,Grefenvisbakh,Grevenvisbakh,Grävenwiesbach,ge lei fen wei si ba he,Гревенвисбах,Грефенвісбах,格雷芬维斯巴赫	06434004	05	064	06434	06434004
2917886	Graustein	graustein	DE	03130	0	Europe/Berlin	51.57292	14.4732		Graustein,Syjk		11	00	12071	12071372
2917901	Grauingen	grauingen	DE	39359	153	Europe/Berlin	52.37623	11.21429		Grauingen		14	00	15083	15083125
2917936	Grauel	grauel	DE	24594	250	Europe/Berlin	54.06667	9.66667		Grauel	01058062	10	00	01058	01058062
2917951	Grattersdorf	grattersdorf	DE	94541	1424	Europe/Berlin	48.80364	13.15372		Gratersdorf,Grattersdorf,ge la te si duo fu,gratrsdwrf,Гратерсдорф,Граттерсдорф,Գրաթերսդորֆ,گراترسدورف,格拉特斯多夫	09271123	02	092	09271	09271123
2917975	Grassau	grassau	DE	39579	284	Europe/Berlin	52.67085	11.6844		Grassau		14	00	15090	15090070
2917976	Grassau	grassau	DE	39579	0	Europe/Berlin	51.77744	13.22				11	00	12062	12062461
2917977	Grassau	grassau	DE	39579	0	Europe/Berlin	47.83981	11.87704				02	091	09182	09182123
2917978	Grassau	grassau	DE	39579	6323	Europe/Berlin	47.78099	12.45359		Grasau,Grassau,grasaw,Грасау,Грассау,Գրասաու,گراساو		02	091	09189	09189120
2917991	Grasleben	grasleben	DE	38368	2667	Europe/Berlin	52.30638	11.01465		Grasleben,Graslehen,Groslehen,ge la si lai ben,Граслебен,格拉斯莱本	03154008	06	00	03154	03154008
2918159	Grammentin	grammentin	DE	17153	287	Europe/Berlin	53.75736	12.89819		Grammentin		12	00	13071	13071048
2918037	Grasbrunn	grasbrunn	DE	85630	5737	Europe/Berlin	48.07905	11.74361		Grasbrun,Grasbrunn,Grosbrunn,ge la si bu lun,grasbrwn,Грасбрун,Грасбрунн,Գրասբրուն,گراسبرون,格拉斯布伦	09184121	02	091	09184	09184121
2918041	Grasberg	grasberg	DE	28879	7697	Europe/Berlin	53.18333	8.98333		Gemeen Grasbarg,Grasberg,ge la si bei ge,Грасберг,格拉斯贝格	03356002	06	00	03356	03356002
2918042	Grasberg	grasberg	DE	28879	0	Europe/Berlin	49.54203	11.63006				02	093	09371	09371141
2918057	Grapzow	grapzow	DE	17089	480	Europe/Berlin	53.7134	13.29132		Grapzow		12	00	13071	13071049
2918068	Granzow	granzow	DE	16866	0	Europe/Berlin	53.92036	12.6935				12	00	13072	13072004
2918069	Granzow	granzow	DE	16866	0	Europe/Berlin	53.30223	12.81261				12	00	13071	13071099
2918070	Granzow	granzow	DE	16866	0	Europe/Berlin	52.95869	12.25043				11	00	12070	12070149
2918072	Granzin	granzin	DE	19386	559	Europe/Berlin	53.50306	11.94317				12	00	13076	13076051
2918073	Granzin	granzin	DE	19386	0	Europe/Berlin	53.46483	10.83994				12	00	13076	13076055
2918074	Granzin	granzin	DE	19386	0	Europe/Berlin	53.44716	11.15546				12	00	13076	13076060
2918075	Granzin	granzin	DE	19386	0	Europe/Berlin	53.40841	12.90739				12	00	13071	13071080
2918076	Granzin	granzin	DE	19386	0	Europe/Berlin	53.34451	11.72379				12	00	13076	13076129
2918088	Gransee	gransee	DE	16775	6544	Europe/Berlin	53.00704	13.1575		Granze,ge lan sai,ghranzyh,granzy,Гранзе,Գրանզե,غرانزيه,گرانزی,格兰塞		11	00	12065	12065100
2918090	Gransebieth	gransebieth	DE	18513	704	Europe/Berlin	54.06478	12.88267				12	00	13073	13073033
2918091	Gransdorf	gransdorf	DE	54533	324	Europe/Berlin	50.01667	6.68333			07232228	08	00	07232	07232228
2918121	Grande	grande	DE	22946	656	Europe/Berlin	53.58333	10.38333			01062020	10	00	01062	01062020
2918127	Grana	grana	DE	06712	758	Europe/Berlin	51.0545	12.10539		Grana		14	00	15084	15084275
2918132	Gramzow	gramzow	DE	17291	0	Europe/Berlin	53.8543	13.38614				12	00	13075	13075073
2918133	Gramzow	gramzow	DE	17291	2113	Europe/Berlin	53.21246	14.00748		Gramcov,ge la mu cuo,Грамцов,Գրամցով,格拉姆措	12073225	11	00	12073	12073225
2918134	Gramzow	gramzow	DE	17291	0	Europe/Berlin	53.13194	11.91028		Gramzow		11	00	12070	12070296
2918135	Gramzow	gramzow	DE	17291	0	Europe/Berlin	53.11279	13.17361				11	00	12065	12065100
2918149	Grammow	grammow	DE	18195	185	Europe/Berlin	54.0473	12.62956				12	00	13072	13072037
2918160	Grammendorf	grammendorf	DE	18513	670	Europe/Berlin	54.03565	12.87409				12	00	13073	13073032
2918181	Grambow	grambow	DE	17322	957	Europe/Berlin	53.41414	14.3351				12	00	13075	13075038
2918183	Grambin	grambin	DE	17375	479	Europe/Berlin	53.75485	14.01576		Grambin		12	00	13075	13075037
2918188	Grambek	grambek	DE	23883	389	Europe/Berlin	53.57387	10.68081		Grambek	01053037	10	00	01053	01053037
2918200	Grainet	grainet	DE	94143	2425	Europe/Berlin	48.8	13.65		Grainet,Grajnet,ge lai nei te,graynt,Грайнет,Грајнет,Ґрайнет,Գրայնեթ,گراینت,格赖内特	09272121	02	092	09272	09272121
2918204	Grainau	grainau	DE	82491	3674	Europe/Berlin	47.47614	11.02405		Grajnau,Graynau,Groana,ge lai nao,graynaw,Грайнау,Грајнау,Ґрайнау,Գրայնաու,گرایناو,格赖瑙	09180118	02	091	09180	09180118
2918225	Grafschaft	grafschaft	DE	53501	0	Europe/Berlin	53.55642	7.98494				06	00	03455	03455015
2918226	Grafschaft	grafschaft	DE	53501	0	Europe/Berlin	51.14619	8.32626		Graskaft,Grāskaft		07	059	05958	05958040
2918232	Grafrath	grafrath	DE	82284	3630	Europe/Berlin	48.11667	11.16667		Grafrat,ge la fu la te,grafrat,Графрат,Գրաֆրաթ,گرافرات,格拉夫拉特	09179125	02	091	09179	09179125
2918234	Grafling	grafling	DE	94539	0	Europe/Berlin	48.89491	12.97511		Grafling,ge la fu ling,graflyng,Графлинг,Графлінг,Գրաֆլինգ,گرافلینگ,格拉夫灵	09271122	02	092	09271	09271122
2918235	Grafling	grafling	DE	94539	0	Europe/Berlin	48.78855	12.72311				02	092	09278	09278167
2918241	Grafing bei München	grafing-bei-munchen	DE	85567	12497	Europe/Berlin	48.04596	11.96797		Grafing,Grafing apud Munkeno,Grafing ba Minga,Grafing bij Muenchen,Grafing bij München,Grafing kod Minkhena,Grafing-Mjunkhen,Markt Grafing,ghrafyngh,grafyng bay mwnykh,mu ni hei fu jin ge la fen,Графинг код Минхена,Графинг-Мюнхен,Графінг,غرافينغ,گرافینگ بای مونیخ,慕尼黑附近格拉芬		02	091	09175	09175122
2918253	Grafhorst	grafhorst	DE	38462	1046	Europe/Berlin	52.44482	10.94513			03154007	06	00	03154	03154007
2918473	Graben	graben	DE	14793	0	Europe/Berlin	47.9329	12.48765				02	091	09189	09189143
2918258	Grafenwöhr	grafenwohr	DE	92655	6790	Europe/Berlin	49.71728	11.90645		Grafenver,Grafenvjor,Grafenvyor,Grafenwoehr,Grafenwohr,Grafenwöhr,Gravenwerth,ge la fen wei he er,ghrafnfwr,grafnwr,Графенвер,Графенвёр,Գրաֆենվյոր,غرافنفور,گرافنور,格拉芬韦赫尔		02	093	09374	09374124
2918260	Grafenwiesen	grafenwiesen	DE	93479	1622	Europe/Berlin	49.2	12.88333			09372130	02	093	09372	09372130
2918288	Grafenrheinfeld	grafenrheinfeld	DE	97506	3342	Europe/Berlin	50	10.2		Grafenrajnfel'd,Grafenrajnfeld,Grafenrkhajnfel'd,ge la fen lai yin fei er de,grafn raynfld,Графенрайнфельд,Графенрајнфелд,Графенрхайнфельд,گرافن راینفلد,格拉芬赖因费尔德	09678136	02	096	09678	09678136
2918315	Gräfenhausen	grafenhausen	DE	79865	0	Europe/Berlin	48.86959	8.58231				01	082	08236	08236004
2918316	Grafenhausen	grafenhausen	DE	79865	2296	Europe/Berlin	48.28427	7.76678		Grafenhausen,Grafenhaussen		01	083	08317	08317152
2918317	Grafenhausen	grafenhausen	DE	79865	0	Europe/Berlin	47.77495	8.25731		Grafengauzen,Grafenhausen,Grafenkhauzen,ge la fen hao sen,Графенгаузен,Графенхаузен,格拉芬豪森	08337039	01	083	08337	08337039
2918324	Grafengehaig	grafengehaig	DE	95356	1026	Europe/Berlin	50.2031	11.59358		Grafengegajg,Grafengehaig,Grafengehayg,Grafengekhajg,Grafengelhaig,ge la fen ge hai xi,grafnghayg,gurafengehaiku,Графенгегайг,Графенгехайг,Графенгехајг,Գրաֆենգեհայգ,گرافنگهایگ,グラーフェンゲハイク,格拉芬格海希		02	094	09477	09477117
2918338	Gräfendorf	grafendorf	DE	97782	1459	Europe/Berlin	50.12267	9.7405		Grefendorf,ge lei fen duo fu,Грефендорф,Գրեֆենդորֆ,格雷芬多夫	09677133	02	096	09677	09677133
2918339	Grafendorf	grafendorf	DE	97782	0	Europe/Berlin	48.58149	11.83059				02	091	09178	09178122
2918474	Graben	graben	DE	14793	0	Europe/Berlin	47.93167	9.83756		Graben		01	084	08436	08436009
2918349	Grafenberg	grafenberg	DE	72661	0	Europe/Berlin	51.23989	6.83357		Grafenberg		07	051	05111	05111000
2918350	Gräfenberg	grafenberg	DE	72661	4105	Europe/Berlin	49.64426	11.24971		Graefenberg,Gräfenberg		02	094	09474	09474132
2918351	Grafenberg	grafenberg	DE	72661	0	Europe/Berlin	49.01986	11.27644				02	095	09576	09576122
2918365	Grafenau	grafenau	DE	71120	8870	Europe/Berlin	48.85768	13.3974		Grafenau,Gravenau,grfnaw  bayrn,Графенау,گرفناو، بایرن		02	092	09272	09272120
2918368	Gräfelfing	grafelfing	DE	82166	12978	Europe/Berlin	48.11878	11.42939		Graefelfing,Grefefing,Grefel'fing,Grefelfing,Gräfelfing,ge lei fei er fen ge,grflfyng,Грефелфинг,Грефельфинг,Грефельфінг,Գրեֆելֆինգ,گرفلفینگ,格雷费尔芬格	09184120	02	091	09184	09184120
2918393	Grabsleben	grabsleben	DE	99869	1069	Europe/Berlin	50.93633	10.83508		Grabsleben		15	00	16067	16067089
2918402	Grabow	grabow	DE	19300	0	Europe/Berlin	54.23214	13.40034				12	00	13073	13073027
2918403	Grabow	grabow	DE	19300	0	Europe/Berlin	54.04311	13.07013				12	00	13073	13073089
2918404	Grabow	grabow	DE	19300	0	Europe/Berlin	53.27876	12.44064				12	00	13071	13071175
2918405	Grabow	grabow	DE	19300	6268	Europe/Berlin	53.27966	11.56502		Grabow		12	00	13076	13076050
2918406	Grabow	grabow	DE	19300	0	Europe/Berlin	53.26639	12.17221				11	00	12070	12070222
2918407	Grabow	grabow	DE	19300	0	Europe/Berlin	53.07516	12.39653				11	00	12068	12068181
2918408	Grabow	grabow	DE	19300	0	Europe/Berlin	53.00984	11.10596				06	00	03354	03354018
2918409	Grabow	grabow	DE	19300	0	Europe/Berlin	52.48411	12.64051				11	00	12069	12069541
2918410	Grabow	grabow	DE	19300	741	Europe/Berlin	52.24889	11.96243		Grabow		14	00	15086	15086140
2918411	Grabow	grabow	DE	19300	0	Europe/Berlin	52.11091	12.74892				11	00	12069	12069402
2918417	Grabko	grabko	DE	03172	0	Europe/Berlin	51.90986	14.5756				11	00	12071	12071337
2918431	Grabenstetten	grabenstetten	DE	72582	1562	Europe/Berlin	48.52397	9.46155		Grabenshteten,Grabenshtetten,ge la ben si te teng,Грабенштетен,Грабенштеттен,格拉本斯特滕	08415028	01	084	08415	08415028
2918434	Grabenstätt	grabenstatt	DE	83355	4152	Europe/Berlin	47.84531	12.5433		Grabenshtet,Grabenshtett,Grabenstaett,Grabenstätt,Gramstaett,Gråmstätt,ge la ben si te,grabnshtt,Грабенштет,Грабенштетт,Գրաբենշթեթ,گرابنشتت,格拉本斯特	09189119	02	091	09189	09189119
2920042	Glattbach	glattbach	DE	63864	0	Europe/Berlin	50.69867	10.12891				15	00	16063	16063015
2918463	Gräben	graben	DE	14793	842	Europe/Berlin	52.23333	12.43333		Greben,ge lei ben,Гребен,Գրեբեն,格雷本	12069232	11	00	12069	12069232
2918464	Graben	graben	DE	14793	0	Europe/Berlin	51.97626	9.17659				07	057	05766	05766016
2918465	Graben	graben	DE	14793	0	Europe/Berlin	49.15594	8.4811				01	082	08215	08215099
2918466	Graben	graben	DE	14793	0	Europe/Berlin	48.98241	10.91959				02	095	09577	09577173
2918467	Graben	graben	DE	14793	0	Europe/Berlin	48.27638	12.04947				02	091	09177	09177127
2918468	Graben	graben	DE	14793	3250	Europe/Berlin	48.18732	10.82222			09772149	02	097	09772	09772149
2918469	Graben	graben	DE	14793	0	Europe/Berlin	48.18954	7.95006		Graben,Graben bei Brettental		01	083	08316	08316054
2918470	Graben	graben	DE	14793	0	Europe/Berlin	48.17178	7.89883				01	083	08316	08316054
2918471	Graben	graben	DE	14793	0	Europe/Berlin	48.0327	12.12976				02	091	09187	09187159
2918472	Graben	graben	DE	14793	0	Europe/Berlin	47.95438	12.29572				02	091	09187	09187139
2918475	Graben	graben	DE	14793	0	Europe/Berlin	47.86188	10.17061				02	097	09778	09778165
2918476	Graben	graben	DE	14793	0	Europe/Berlin	47.79223	11.46955				02	091	09173	09173134
2918477	Graben	graben	DE	14793	0	Europe/Berlin	47.80787	10.26009				02	097	09780	09780119
2918478	Graben	graben	DE	14793	0	Europe/Berlin	47.68824	10.86193				02	091	09190	09190154
2918479	Graben	graben	DE	14793	0	Europe/Berlin	47.65	11.58333				02	091	09173	09173135
2918497	Grabau	grabau	DE	21493	820	Europe/Berlin	53.8	10.28333			01062019	10	00	01062	01062019
2918498	Grabau	grabau	DE	21493	285	Europe/Berlin	53.51357	10.52001			01053036	10	00	01053	01053036
2918499	Grabau	grabau	DE	21493	0	Europe/Berlin	53.12885	11.084				06	00	03354	03354009
2918500	Grabau	grabau	DE	21493	0	Europe/Berlin	52.94859	10.8102				06	00	03360	03360024
2918505	Graach	graach	DE	54470	738	Europe/Berlin	49.93453	7.06329		Graach		08	00	07231	07231041
2918509	Goyatz	goyatz	DE	15913	0	Europe/Berlin	52.01871	14.1758		Goyatz		11	00	12061	12061450
2918612	Gottmadingen	gottmadingen	DE	78244	10452	Europe/Berlin	47.73511	8.77687		Gotmadingen,Gottmadingen,ge te ma ding gen,Готмадинген,Готтмадинген,Готтмадінген,戈特马丁根	08335028	01	083	08335	08335028
2918634	Göttingen	gottingen	DE	37073	0	Europe/Berlin	48.47332	10.08047				01	084	08425	08425072
2918641	Gottin	gottin	DE	21514	0	Europe/Berlin	53.84495	12.48083				12	00	13072	13072113
2918642	Göttin	gottin	DE	21514	52	Europe/Berlin	53.53333	10.7			01053035	10	00	01053	01053035
2918646	Gotthun	gotthun	DE	17207	314	Europe/Berlin	53.41645	12.59075		Gotthun		12	00	13071	13071045
2918659	Gottfrieding	gottfrieding	DE	84177	2160	Europe/Berlin	48.63737	12.53561		Gotfriding,Gottfriding,Gottfrieding,Gottfriedinger Schwaig,ge te fu li ding,gwtfrydyng,Готтфридинг,Готтфрідінг,Готфридинг,Գոթֆրիդինգ,گوتفریدینگ,戈特弗里丁	09279116	02	092	09279	09279116
2918661	Gotteszell	gotteszell	DE	94239	1267	Europe/Berlin	48.96667	12.96667		Gotescel,Gottescel',Gottescell',ge te si ce er,gwts tsl,Готесцел,Готтесцелль,Готтесцель,Գոթեսցել,گوتس تسل,戈特斯策尔	09276123	02	092	09276	09276123
2918677	Gottesgabe	gottesgabe	DE	19209	0	Europe/Berlin	54.28268	10.51692				10	00	01057	01057021
2918678	Gottesgabe	gottesgabe	DE	19209	0	Europe/Berlin	53.97191	12.61823				12	00	13072	13072111
2918679	Gottesgabe	gottesgabe	DE	19209	828	Europe/Berlin	53.6311	11.24897				12	00	13074	13074024
2918680	Gottesgabe	gottesgabe	DE	19209	0	Europe/Berlin	52.63895	14.18146				11	00	12064	12064340
2918707	Gottenheim	gottenheim	DE	79288	2456	Europe/Berlin	48.05	7.73333		Gotenkhajm,Gottengajm,Gottenkhajm,ge teng hai mu,Готенхајм,Готтенгайм,Готтенхайм,Գոթենհայմ,戈滕海姆	08315043	01	083	08315	08315043
2918751	Gotha	gotha	DE	99867	0	Europe/Berlin	51.4158	12.61179				13	00	14730	14730140
2918752	Gotha	gotha	DE	99867	46615	Europe/Berlin	50.94823	10.70193		Gota,Gotha,ge da,ghwta,gota,gwta,gwth,Гота,Գոթա,גותה,غوتا,گوتا,ゴータ,哥達,고타	16067	15	00	16067	16067029
2918766	Goßwitz	gosswitz	DE	07334	1379	Europe/Berlin	50.63536	11.47737				15	00	16073	16073111
2918771	Goßmar	gossmar	DE	03249	0	Europe/Berlin	51.81892	13.69871				11	00	12061	12061219
2918772	Goßmar	gossmar	DE	03249	0	Europe/Berlin	51.69052	13.68289				11	00	12062	12062469
2918787	Gössitz	gossitz	DE	07389	351	Europe/Berlin	50.62202	11.58648		Goessitz,Gössitz	16075035	15	00	16075	16075035
2918804	Gössenheim	gossenheim	DE	97780	1319	Europe/Berlin	50.01667	9.78333		Gesenkhajm,Gessengajm,Gjossenkhajm,Goessenheim,Gyosenhaym,Gössenheim,ge sen hai mu,Гесенхајм,Гессенгайм,Гёссенхайм,Գյոսենհայմ,格森海姆	09677132	02	096	09677	09677132
2918818	Gossel	gossel	DE	99338	524	Europe/Berlin	50.8	10.85		Gossel	16070057	15	00	16070	16070057
2918828	Gossa	gossa	DE	06773	896	Europe/Berlin	51.66949	12.44422		Gossa,Grossa		14	00	15082	15082241
2918840	Goslar	goslar	DE	38640	43560	Europe/Berlin	51.90425	10.42766		Goslaer,Goslar,Goslaria,Goslär,ZET,ge si la er,ghwslar,goslari,gosura,gslar,gwslʼr,Гослар,גוסלאר,غوسلار,گسلار,گوسلار قلعہ,გოსლარი,ゴスラー,戈斯拉尔	03153	06	00	03153	03153017
2918843	Gosheim	gosheim	DE	78559	0	Europe/Berlin	48.83253	10.71982				02	097	09779	09779167
2918844	Gosheim	gosheim	DE	78559	3872	Europe/Berlin	48.1343	8.75426		Goskhajm,ge si hai mu,Госхайм,Госхајм,戈斯海姆	08327019	01	083	08327	08327019
2918850	Gösenroth	gosenroth	DE	55624	301	Europe/Berlin	49.88333	7.33333			07134030	08	00	07134	07134030
2918857	Gosen	gosen	DE	07607	0	Europe/Berlin	52.4	13.71667				16	00	11000	11000000
2918859	Gosen	gosen	DE	07607	0	Europe/Berlin	49.87865	11.55888				02	094	09472	09472146
2918860	Gösen	gosen	DE	07607	0	Europe/Berlin	49.73435	12.29589				02	093	09374	09374121
2918868	Goseck	goseck	DE	06667	1149	Europe/Berlin	51.2	11.86667		Gosek,Gozek,Гозек,Госек	15084170	14	00	15084	15084170
2918884	Göschitz	goschitz	DE	07907	287	Europe/Berlin	50.63333	11.86667		Goschitz,Göschitz	16075034	15	00	16075	16075034
2918925	Gorsleben	gorsleben	DE	06577	0	Europe/Berlin	51.5392	11.7553				14	00	15088	15088319
2920375	Gimbweiler	gimbweiler	DE	55767	448	Europe/Berlin	49.58333	7.2			07134029	08	00	07134	07134029
2918926	Gorsleben	gorsleben	DE	06577	622	Europe/Berlin	51.27531	11.18438		Gersleben,Gorsleben	16065088	15	00	16065	16065088
2918942	Görsbach	gorsbach	DE	99765	1175	Europe/Berlin	51.46224	10.93706		Gersbeke[a. 1239],Goersbach,Görsbach	16062008	15	00	16062	16062008
2918951	Gornsdorf	gornsdorf	DE	09390	2266	Europe/Berlin	50.7	12.88333		Gornsdorf,ge er en si duo fu,Горнсдорф,戈尔恩斯多夫	14521230	13	00	14521	14521230
2918964	Gornhausen	gornhausen	DE	54472	209	Europe/Berlin	49.86667	7.05			07231040	08	00	07231	07231040
2918981	Gorlosen	gorlosen	DE	19294	445	Europe/Berlin	53.18671	11.46108		Gorlosen		12	00	13076	13076049
2918989	Gorleben	gorleben	DE	29475	631	Europe/Berlin	53.04844	11.35729		Gorleben,ge er lai ben,gwrlbn,Горлебен,گورلبن,戈尔莱本	03354007	06	00	03354	03354007
2918990	Görkwitz	gorkwitz	DE	07907	332	Europe/Berlin	50.58333	11.78333		Gorkwitz,Görkwitz	16075033	15	00	16075	16075033
2918999	Goritz	goritz	DE	17291	0	Europe/Berlin	53.97029	12.41433				12	00	13072	13072112
2919000	Göritz	goritz	DE	17291	861	Europe/Berlin	53.40626	13.91556		Geric,Gjoric,ge li ci,Гериц,Гёриц,Գյորից,格里茨	12073216	11	00	12073	12073216
2919006	Göritz	goritz	DE	17291	0	Europe/Berlin	47.63147	9.82821				02	097	09776	09776122
2919030	Gorenzen	gorenzen	DE	06343	363	Europe/Berlin	51.5676	11.35232		Gorenzen		14	00	15087	15087275
2919034	Gorden	gorden	DE	03238	0	Europe/Berlin	51.53317	13.62693		Gorden		11	00	12062	12062177
2919073	Göpfersdorf	gopfersdorf	DE	04618	237	Europe/Berlin	50.91302	12.59651		Gopfersdorf,Göpfersdorf	16077011	15	00	16077	16077011
2919081	Goosefeld	goosefeld	DE	24340	794	Europe/Berlin	54.43333	9.81667		Goosefeld,Gosefeld,Gozefel'd,Gozefeld,ge sai fei er de,Гозефелд,Гозефельд,戈塞费尔德	01058102	10	00	01058	01058102
2919101	Gönnheim	gonnheim	DE	67161	1478	Europe/Berlin	49.44806	8.23861		Goennheim,Gönnheim	07332022	08	00	07332	07332022
2919103	Gönnersdorf	gonnersdorf	DE	53498	650	Europe/Berlin	50.48333	7.26667			07131025	08	00	07131	07131025
2919105	Gönnersdorf	gonnersdorf	DE	53498	549	Europe/Berlin	50.33333	6.6		Goennersdorf,Gönnersdorf	07233028	08	00	07233	07233028
2919106	Gonnersdorf	gonnersdorf	DE	53498	0	Europe/Berlin	49.46473	10.82022				02	095	09573	09573114
2919107	Gonnersdorf	gonnersdorf	DE	53498	0	Europe/Berlin	49.06638	12.15198				02	093	09375	09375208
2919115	Gonna	gonna	DE	06528	737	Europe/Berlin	51.50926	11.32376		Gonna		14	00	15087	15087370
2919118	Gondorf	gondorf	DE	54647	0	Europe/Berlin	50.29512	7.46141				08	00	07137	07137212
2919119	Gondorf	gondorf	DE	54647	301	Europe/Berlin	49.96667	6.61667			07232044	08	00	07232	07232044
2919120	Gondenbrett	gondenbrett	DE	54595	503	Europe/Berlin	50.23333	6.41667			07232227	08	00	07232	07232227
2919122	Gondelsheim	gondelsheim	DE	75053	0	Europe/Berlin	50.23401	6.50208		Gondelsheim		08	00	07232	07232226
2919123	Gondelsheim	gondelsheim	DE	75053	3183	Europe/Berlin	49.05917	8.65833		Gondel'sgajm,Gondel'skhajm,Gondelskhajm,Гонделсхајм,Гондельсгайм,Гондельсхайм	08215025	01	082	08215	08215025
2919125	Gonbach	gonbach	DE	67724	519	Europe/Berlin	49.55	7.9			07333027	08	00	07333	07333027
2919129	Gompertshausen	gompertshausen	DE	98663	601	Europe/Berlin	50.2985	10.62498		Gompertshausen	16069063	15	00	16069	16069063
2919135	Gommersheim	gommersheim	DE	67377	1313	Europe/Berlin	49.29111	8.26583			07337032	08	00	07337	07337032
2919138	Gommern	gommern	DE	39245	5992	Europe/Berlin	52.07391	11.82297		Gomern,Gommern,ge mei er en,ghwmrn,gmrn,Гомерн,Гоммерн,غومرن,گمرن,戈梅尔恩		14	00	15086	15086055
2919139	Gommern	gommern	DE	39245	0	Europe/Berlin	50.98145	13.84312				13	00	14628	14628160
2919146	Gomaringen	gomaringen	DE	72810	8400	Europe/Berlin	48.45349	9.09582		Gomaringen,ge ma lin gen,Гомаринген,Гомарінген,戈马林根	08416015	01	084	08416	08416015
2919147	Gomadingen	gomadingen	DE	72532	2196	Europe/Berlin	48.3998	9.39065		Gomadingen,ge ma ding gen,Гомадинген,Гомадінген,戈马丁根	08415027	01	084	08415	08415027
2919154	Golzow	golzow	DE	14778	945	Europe/Berlin	52.91108	13.80947				11	00	12060	12060045
2919155	Golzow	golzow	DE	14778	942	Europe/Berlin	52.574	14.49303	10		12064172	11	00	12064	12064172
2919156	Golzow	golzow	DE	14778	1409	Europe/Berlin	52.27617	12.60052			12069216	11	00	12069	12069216
2919163	Golzen	golzen	DE	06636	186	Europe/Berlin	51.22065	11.63928		Golzen		14	00	15084	15084015
2919170	Goltoft	goltoft	DE	24864	238	Europe/Berlin	54.55	9.71667		Goltoft	01059189	10	00	01059	01059189
2919177	Golßen	golssen	DE	15938	2813	Europe/Berlin	51.97204	13.60115		Gol'sen,Golisyn,Golsen,Golsene,Golssen,Golßen,Gólišyn,ge er sen,ghwlsn,glsn,Голсен,Гольсен,Գոլսեն,غولسن,گلسن,戈尔森		11	00	12061	12061164
2919189	Golmsdorf	golmsdorf	DE	07751	713	Europe/Berlin	50.96667	11.66667		Gol'msdorf,Golmsdorf,ge er mu si duo fu,Голмсдорф,Гольмсдорф,戈尔姆斯多夫	16074026	15	00	16074	16074026
2919197	Golmbach	golmbach	DE	37640	1042	Europe/Berlin	51.9	9.55		Gol'mbakh,Golmbakh,ge er en ba he,gorumubahha,Голмбах,Гольмбах,ゴルムバッハ,戈尔恩巴赫	03255015	06	00	03255	03255015
2919199	Golm	golm	DE	14476	0	Europe/Berlin	53.56405	13.56304				12	00	13071	13071054
2919200	Golm	golm	DE	14476	0	Europe/Berlin	53.1529	14.03375				11	00	12073	12073645
2919201	Golm	golm	DE	14476	0	Europe/Berlin	52.40619	12.96704				11	00	12054	12054000
2919204	Gollwitz	gollwitz	DE	14778	0	Europe/Berlin	54.02077	11.4821		Gollwitz,Golwitz		12	00	13074	13074035
2919205	Gollwitz	gollwitz	DE	14778	0	Europe/Berlin	52.41953	12.64507				11	00	12051	12051000
2919206	Gollwitz	gollwitz	DE	14778	0	Europe/Berlin	52.36955	12.31752				11	00	12069	12069537
2919210	Göllnitz	gollnitz	DE	03238	391	Europe/Berlin	50.9477	12.32064			16077009	15	00	16077	16077009
2919224	Göllingen	gollingen	DE	99707	0	Europe/Berlin	48.72526	10.60129				02	097	09773	09773117
2919228	Gollin	gollin	DE	17268	0	Europe/Berlin	53.04895	13.60322				11	00	12073	12073572
2919230	Gollhofen	gollhofen	DE	97258	870	Europe/Berlin	49.56881	10.19188		Gol'gofen,Golhofen,Golkhofen,Goll'khofen,ge er huo fen,Голльхофен,Голхофен,Гольгофен,Գոլհոֆեն,戈尔霍芬	09575127	02	095	09575	09575127
2920041	Glatten	glatten	DE	72293	2331	Europe/Berlin	48.44246	8.51116		Glaten,Glatten,ge la teng,Глатен,Глаттен,Գլաթեն,格拉滕	08237030	01	082	08237	08237030
2919232	Göllheim	gollheim	DE	67307	3773	Europe/Berlin	49.595	8.05083		Gelkhajm,Gjol'khajm,Goellheim,Gollheim,Göllheim,ge er hai mu,geruhaimu,Гелхајм,Гёльхайм,ゲルハイム,格尔海姆	07333026	08	00	07333	07333026
2919240	Gollensdorf	gollensdorf	DE	39615	305	Europe/Berlin	52.95786	11.55065		Gollensdorf		14	00	15090	15090635
2919246	Gollenberg	gollenberg	DE	14728	129	Europe/Berlin	49.66667	7.16667			07134031	08	00	07134	07134031
2919270	Gölenkamp	golenkamp	DE	49843	647	Europe/Berlin	52.51667	6.91667			03456007	06	00	03456	03456007
2919279	Goldschau	goldschau	DE	06721	344	Europe/Berlin	51.0622	11.89665		Goldschau		14	00	15084	15084375
2919280	Goldschau	goldschau	DE	06721	0	Europe/Berlin	50.90477	12.4581				15	00	16077	16077036
2919290	Goldkronach	goldkronach	DE	95497	3711	Europe/Berlin	50.01086	11.6875		Gol'dkronakh,Goldkronach,Goldkronakh,Goldkronax,ge er de ke luo na,ghwldkrwnakh,gldkrwnakh,gorutokuronaha,Голдкронах,Гольдкронах,Գոլդկրոնախ,غولدكروناخ,گلدکروناخ,ゴルトクローナハ,戈尔德克罗纳		02	094	09472	09472143
2919292	Goldisthal	goldisthal	DE	98746	434	Europe/Berlin	50.52066	11.00519		Gol'distal',Goldistal,ge er di si ta er,Голдистал,Гольдисталь,戈尔迪斯塔尔	16072006	15	00	16072	16072006
2919310	Goldenstedt	goldenstedt	DE	49424	9110	Europe/Berlin	52.78833	8.43201		Gol'denshtedt,Goldenshtet,ge er deng si te,Голденштет,Гольденштедт,戈尔登斯特	03460004	06	00	03460	03460004
2919321	Göldenitz	goldenitz	DE	23919	203	Europe/Berlin	53.71667	10.63333			01053034	10	00	01053	01053034
2919322	Goldenitz	goldenitz	DE	23919	0	Europe/Berlin	53.37375	11.11131				12	00	13076	13076145
2919343	Goldelund	goldelund	DE	25862	399	Europe/Berlin	54.68333	9.1		Goldelund	01054038	10	00	01054	01054038
2919347	Goldebek	goldebek	DE	25862	364	Europe/Berlin	54.68333	9.15		Goldebeck,Goldebek	01054037	10	00	01054	01054037
2919364	Goldberg	goldberg	DE	19399	0	Europe/Berlin	54.51667	13.56667				12	00	13073	13073080
2919365	Goldberg	goldberg	DE	19399	0	Europe/Berlin	53.94164	11.78284				12	00	13074	13074060
2919366	Goldberg	goldberg	DE	19399	3767	Europe/Berlin	53.58878	12.08855		Gol'dberg,Goldberg,Goldberga,gldbrg,Голдберг,Гольдберг,گلدبرگ		12	00	13076	13076048
2919367	Goldberg	goldberg	DE	19399	0	Europe/Berlin	53.10262	8.45326				06	00	03458	03458010
2919368	Goldberg	goldberg	DE	19399	0	Europe/Berlin	52.93922	8.35603		Goldberg,Goldberge		06	00	03458	03458003
2919369	Goldberg	goldberg	DE	19399	0	Europe/Berlin	50.00931	11.7093				02	094	09472	09472143
2919411	Goldbeck	goldbeck	DE	39596	0	Europe/Berlin	53.95597	11.12309				12	00	13074	13074039
2919412	Goldbeck	goldbeck	DE	39596	0	Europe/Berlin	53.40516	9.62938				06	00	03359	03359006
2919413	Goldbeck	goldbeck	DE	39596	0	Europe/Berlin	53.13391	12.51549		Goldbeck		11	00	12068	12068468
2919414	Goldbeck	goldbeck	DE	39596	0	Europe/Berlin	52.85524	12.37936				11	00	12068	12068501
2919415	Goldbeck	goldbeck	DE	39596	1318	Europe/Berlin	52.71695	11.8606			15090180	14	00	15090	15090180
2919416	Goldbeck	goldbeck	DE	39596	0	Europe/Berlin	52.10397	9.15367				06	00	03257	03257031
2919435	Goldbach	goldbach	DE	63773	0	Europe/Berlin	51.12084	14.143		Goldbach		13	00	14625	14625040
2919436	Goldbach	goldbach	DE	63773	1846	Europe/Berlin	51.04566	11.43289				15	00	16071	16071101
2919437	Goldbach	goldbach	DE	63773	0	Europe/Berlin	50.99242	10.65751			16067091	15	00	16067	16067091
2919438	Goldbach	goldbach	DE	63773	10044	Europe/Berlin	49.99951	9.1844		Gol'dbakh,Goldbach,Goldbakh,Goldbax,ge er de ba he,gorutobahha,Голдбах,Гольдбах,Գոլդբախ,ゴルトバッハ,戈尔德巴赫		02	096	09671	09671121
2919439	Goldbach	goldbach	DE	63773	0	Europe/Berlin	49.44736	6.85935				09	00	10044	10044117
2919440	Goldbach	goldbach	DE	63773	0	Europe/Berlin	49.16894	9.65715				01	081	08126	08126085
2919441	Goldbach	goldbach	DE	63773	0	Europe/Berlin	49.14107	10.12459				01	081	08127	08127014
2919442	Goldbach	goldbach	DE	63773	0	Europe/Berlin	48.39046	10.37624				02	097	09774	09774145
2919443	Goldbach	goldbach	DE	63773	0	Europe/Berlin	47.78333	9.15				01	084	08435	08435059
2919452	Golchen	golchen	DE	17089	323	Europe/Berlin	53.79146	13.27963		Golchen		12	00	13071	13071044
2919453	Golchen	golchen	DE	17089	0	Europe/Berlin	53.71058	11.68104				12	00	13076	13076020
2919454	Golbitz	golbitz	DE	06420	0	Europe/Berlin	51.66667	11.96667				14	00	15082	15082377
2919460	Gokels	gokels	DE	25557	592	Europe/Berlin	54.11667	9.46667		Gokels	01058061	10	00	01058	01058061
2919480	Göhren	gohren	DE	04603	524	Europe/Berlin	50.96667	12.36667			16077008	15	00	16077	16077008
2919481	Göhren	gohren	DE	04603	0	Europe/Berlin	50.29733	11.61776				02	094	09475	09475169
2919482	Göhren	gohren	DE	04603	0	Europe/Berlin	48.95069	11.00384				02	095	09577	09577158
2919483	Gohren	gohren	DE	04603	0	Europe/Berlin	47.59453	9.56866				01	084	08435	08435029
2919489	Göhrde	gohrde	DE	29473	0	Europe/Berlin	53.15	10.88333		Gerde,Gjorde,Gohrde,Göhrde,ge he er de,gwrdh,Герде,Гёрде,گورده,格赫尔德	03354006	06	00	03354	03354006
2919491	Gohrau	gohrau	DE	06786	453	Europe/Berlin	51.81489	12.48759		Gohrau		14	00	15091	15091241
2919524	Göggingen	goggingen	DE	73571	2496	Europe/Berlin	48.86123	9.88398		Goeggingen,Göggingen	08136024	01	081	08136	08136024
2919525	Göggingen	goggingen	DE	73571	0	Europe/Berlin	48.33746	10.86482		Goggingen,Göggingen		02	097	09761	09761000
2919526	Göggingen	goggingen	DE	73571	0	Europe/Berlin	48.00416	9.19811		Goggingen,Göggingen		01	084	08437	08437065
2919565	Godern	godern	DE	19065	339	Europe/Berlin	53.61876	11.5432				12	00	13076	13076112
2919569	Gödenstorf	godenstorf	DE	21376	959	Europe/Berlin	53.22855	10.12349			03353013	06	00	03353	03353013
2919579	Gödenroth	godenroth	DE	56290	502	Europe/Berlin	50.08333	7.48333		Goedenroth,Gödenroth	07140042	08	00	07140	07140042
2919582	Godendorf	godendorf	DE	17237	241	Europe/Berlin	53.25674	13.15422		Godendorf		12	00	13071	13071042
2919583	Godendorf	godendorf	DE	17237	0	Europe/Berlin	49.8142	6.50047				08	00	07235	07235111
2919598	Goddert	goddert	DE	56244	433	Europe/Berlin	50.54917	7.74694			07143022	08	00	07143	07143022
2919610	Göcklingen	gocklingen	DE	76831	972	Europe/Berlin	49.16194	8.04139		Goecklingen,Göcklingen	07337031	08	00	07337	07337031
2919620	Gochsheim	gochsheim	DE	97469	6495	Europe/Berlin	50.01667	10.28333		Gochsheim,Gokhskhajm,Goksgajm,Gokskhajm,gwkshaym,Гоксгайм,Гоксхайм,Гохсхајм,گوکسهایم	09678135	02	096	09678	09678135
2919621	Gochsheim	gochsheim	DE	97469	0	Europe/Berlin	49.10348	8.7464		Gochsheim		01	082	08215	08215097
2919625	Goch	goch	DE	47574	33706	Europe/Berlin	51.67873	6.15895		Goch,Gokh,ge he,ghwkh,gkh,Гох,غوخ,گخ,戈赫		07	051	05154	05154016
2919648	Gnutz	gnutz	DE	24622	1165	Europe/Berlin	54.13333	9.81667		Gnutz	01058059	10	00	01058	01058059
2919652	Gnotzheim	gnotzheim	DE	91728	878	Europe/Berlin	49.05978	10.71274		Gnocgajm,Gnockhajm,Gnotzheim,ge nuo ci hai mu,Гноцгайм,Гноцхайм,Гноцхајм,Գնոցհայմ,格诺茨海姆		02	095	09577	09577133
2919657	Gnoien	gnoien	DE	17179	3362	Europe/Berlin	53.9687	12.71099		Gnoen,Gnoiene,Gnojen,ge nuo yi en,ghnwyn,gnwyn,Гнойен,Гноєн,Гнојен,غنوين,گنوین,格诺伊恩		12	00	13072	13072035
2919667	Gnewitz	gnewitz	DE	18195	234	Europe/Berlin	54.07938	12.51085				12	00	13072	13072034
2919668	Gnewitz	gnewitz	DE	18195	0	Europe/Berlin	53.28607	13.27953				12	00	13071	13071033
2919670	Gnevsdorf	gnevsdorf	DE	19395	325	Europe/Berlin	53.4039	12.21508				12	00	13076	13076166
2919671	Gnevsdorf	gnevsdorf	DE	19395	0	Europe/Berlin	52.91047	11.88069				11	00	12070	12070348
2919672	Gnevkow	gnevkow	DE	17089	426	Europe/Berlin	53.78955	13.16844		Gnevkow		12	00	13071	13071041
2919677	Gneven	gneven	DE	19065	439	Europe/Berlin	53.63538	11.56805		Gneven		12	00	13076	13076044
2919692	Gnarrenburg	gnarrenburg	DE	27442	9504	Europe/Berlin	53.38333	9		Gemeen Gnarrenborg,Gnarenburg,Gnarrenburg,ge na lun bao,gunarenburuku,Гнаренбург,Гнарренбург,グナレンブルク,格纳伦堡	03357016	06	00	03357	03357016
2919713	Gnadau	gnadau	DE	39249	557	Europe/Berlin	51.97691	11.77948		Gnadau		14	00	15089	15089026
2919717	Gmund am Tegernsee	gmund-am-tegernsee	DE	83703	6086	Europe/Berlin	47.75119	11.7381		Gmund,Gmund am Tegernsee,Gmund am Tegernze,Gmund-am-Tegernze,Tegerenzei Gmund,gmwnd am tgrnzy,te ge er en hu pan ge meng de,Гмунд ам Тегернзе,Гмунд-ам-Тегернзе,Տեգերենզեի Գմունդ,گموند ام تگرنزی,特格尔恩湖畔格蒙德		02	091	09182	09182116
2919782	Glowe	glowe	DE	18551	1015	Europe/Berlin	54.56911	13.4655		Glove,Glowe,ge luo wei,Глове,格洛韦		12	00	13073	13073030
2919783	Glowe	glowe	DE	18551	0	Europe/Berlin	52.09603	14.20232				11	00	12067	12067137
2919792	Glött	glott	DE	89353	1135	Europe/Berlin	48.5	10.48333		Gloett,Glött	09773133	02	097	09773	09773133
2919811	Glonn	glonn	DE	85625	0	Europe/Berlin	48.36959	11.38488				02	091	09174	09174131
2919812	Glonn	glonn	DE	85625	4317	Europe/Berlin	47.98751	11.86721		Glon,Glonn,ge long,glwn,Глон,Глонн,گلون,格隆		02	091	09175	09175121
2919877	Glindenberg	glindenberg	DE	39326	1347	Europe/Berlin	52.23857	11.68361		Glindenberg		14	00	15083	15083565
2919879	Glinde	glinde	DE	21509	0	Europe/Berlin	54.21667	10.26667				10	00	01057	01057062
2919880	Glinde	glinde	DE	21509	16210	Europe/Berlin	53.5441	10.20048		Glinde,Glinn		10	00	01062	01062018
2919881	Glinde	glinde	DE	21509	0	Europe/Berlin	53.49618	9.09221		Glinde		06	00	03357	03357035
2919882	Glinde	glinde	DE	21509	301	Europe/Berlin	52.00918	11.85081		Glinde		14	00	15089	15089026
2919894	Glietz	glietz	DE	15913	0	Europe/Berlin	52.0089	14.08177		Glietz		11	00	12061	12061329
2919899	Glienke	glienke	DE	17099	134	Europe/Berlin	53.58781	13.43064		Glienke		12	00	13071	13071035
2919910	Glienick	glienick	DE	15806	0	Europe/Berlin	52.25158	13.38065		Glienick		11	00	12072	12072477
2919925	Glewitz	glewitz	DE	18513	0	Europe/Berlin	54.24266	13.31835				12	00	13073	13073027
2919926	Glewitz	glewitz	DE	18513	648	Europe/Berlin	54.02033	12.92456				12	00	13073	13073029
2919954	Gleiszellen-Gleishorbach	gleiszellen-gleishorbach	DE	76889	847	Europe/Berlin	49.12611	8.00583			07337029	08	00	07337	07337029
2919956	Gleisweiler	gleisweiler	DE	76835	530	Europe/Berlin	49.24222	8.06944		Glajsvajler,ge lai si wei lei,Глайсвайлер,Глајсвајлер,格莱斯韦勒	07337028	08	00	07337	07337028
2919960	Gleißenberg	gleissenberg	DE	93477	0	Europe/Berlin	49.72851	10.6366				02	095	09575	09575116
2919961	Gleißenberg	gleissenberg	DE	93477	955	Europe/Berlin	49.31667	12.73333			09372128	02	093	09372	09372128
2919977	Gleiritsch	gleiritsch	DE	92723	687	Europe/Berlin	49.49731	12.31518		Glajrich,Gljajrich,ge lai li ci xi,glayrych,Глайрич,Глајрич,Гляйріч,گلایریچ,格莱里茨希	09376131	02	093	09376	09376131
2919979	Gleina	gleina	DE	06632	906	Europe/Berlin	51.25801	11.72028		Glajna,ge lai na,Глайна,Глајна,格莱纳	15084150	14	00	15084	15084150
2919980	Gleina	gleina	DE	06632	0	Europe/Berlin	51.24048	14.56341		Hlina		13	00	14625	14625340
2919981	Gleina	gleina	DE	06632	0	Europe/Berlin	51.23412	13.24563				13	00	14627	14627260
2919982	Gleina	gleina	DE	06632	0	Europe/Berlin	51.04494	12.18773				14	00	15084	15084130
2919983	Gleina	gleina	DE	06632	0	Europe/Berlin	50.93841	12.39364				15	00	16077	16077036
2919984	Gleina	gleina	DE	06632	0	Europe/Berlin	50.93507	11.98587				15	00	16076	16076003
2919999	Gleichen	gleichen	DE	37130	0	Europe/Berlin	51.19008	9.31852		Gleichen		05	066	06634	06634007
2920002	Gleichamberg	gleichamberg	DE	98646	2997	Europe/Berlin	50.37068	10.59822		Glajkhamberg,Gleichamberg,ge lai xian bei ge,Глайхамберг,Глајхамберг,格莱先贝格		15	00	16069	16069062
2920009	Glees	glees	DE	56653	564	Europe/Berlin	50.43333	7.25			07131205	08	00	07131	07131205
2920012	Glebitzsch	glebitzsch	DE	06794	674	Europe/Berlin	51.59639	12.19138		Glebitzsch		14	00	15082	15082340
2920017	Glauzig	glauzig	DE	06369	467	Europe/Berlin	51.65402	11.99201		Glauzig		14	00	15082	15082377
2920020	Glauchau	glauchau	DE	08371	26473	Europe/Berlin	50.81987	12.54493		Glaucha,Glauchau,Glauhava,Glaukhau,Hluchow,Hłuchow,Stadt Glauchau,ge lao hao,ghlawkhaw,glaukhau,glawkhaw,Глаухау,غلاوخاو,گلاوخاو,გლაუხაუ,格劳豪		13	00	14524	14524080
2920024	Glauburg	glauburg	DE	63695	3147	Europe/Berlin	50.31667	9		Glauberg,Glauburg,ge lao bao,gurauburuku,Глаубург,グラウブルク,格劳堡	06440010	05	064	06440	06440010
2920027	Glaubitz	glaubitz	DE	01612	1962	Europe/Berlin	51.32498	13.37817		Glaubic,Glaubitzi vald,ge lao bi ci,Глаубиц,Глаубіц,格劳比茨	14627040	13	00	14627	14627040
2920043	Glattbach	glattbach	DE	63864	3506	Europe/Berlin	50.0076	9.1499		Glatbakh,Glatbax,Glattbach,Glattbakh,ge la te ba he,gurattobahha,Глатбах,Глаттбах,Գլատբախ,グラットバッハ,格拉特巴赫	09671120	02	096	09671	09671120
2920044	Glattbach	glattbach	DE	63864	0	Europe/Berlin	49.69467	8.74798				05	064	06431	06431015
2920061	Glasow	glasow	DE	17322	0	Europe/Berlin	53.90586	12.80053				12	00	13071	13071027
2920062	Glasow	glasow	DE	17322	0	Europe/Berlin	53.72942	12.61222				12	00	13072	13072094
2920063	Glasow	glasow	DE	17322	179	Europe/Berlin	53.3787	14.27346		Glasow		12	00	13075	13075035
2920064	Glasow	glasow	DE	17322	0	Europe/Berlin	52.34516	13.4362				11	00	12072	12072017
2920074	Glasin	glasin	DE	23992	912	Europe/Berlin	53.91206	11.73658		Glasin		12	00	13074	13074023
2920085	Glashütten	glashutten	DE	61479	5382	Europe/Berlin	50.21667	8.4		Glasgjutten,Glashuetten,Glashutten,Glashütten,Glaskhiten,Glaskhjutten,ge la si xu teng,Гласгюттен,Гласхитен,Гласхюттен,格拉斯许滕	06434003	05	064	06434	06434003
2920086	Glashütten	glashutten	DE	61479	1569	Europe/Berlin	49.88739	11.4487		Glashuetten,Glashütten	09472141	02	094	09472	09472141
2920087	Glashütten	glashutten	DE	61479	0	Europe/Berlin	47.82196	9.40103				01	084	08437	08437056
2920088	Glashütten	glashutten	DE	61479	0	Europe/Berlin	47.68102	7.89891				01	083	08336	08336034
2920089	Glashütten	glashutten	DE	61479	0	Europe/Berlin	47.63191	7.96432				01	083	08337	08337090
2920105	Glashütte	glashutte	DE	01768	0	Europe/Berlin	50.01032	12.16679				02	094	09479	09479136
2920106	Glashütte	glashutte	DE	01768	0	Europe/Berlin	49.24448	12.13053				02	093	09376	09376170
2920107	Glashütte	glashutte	DE	01768	0	Europe/Berlin	48.63081	9.15367				01	081	08115	08115048
2920108	Glashütte	glashutte	DE	01768	0	Europe/Berlin	48.62851	8.18137				01	083	08317	08317068
2920109	Glashütte	glashutte	DE	01768	0	Europe/Berlin	48.12381	9.03434				01	084	08437	08437107
2920110	Glashütte	glashutte	DE	01768	0	Europe/Berlin	47.97445	9.20971		Glashutte,Glashütte		01	084	08437	08437118
2920111	Glashütte	glashutte	DE	01768	0	Europe/Berlin	47.91046	8.90905				01	083	08335	08335021
2920112	Glashütte	glashutte	DE	01768	0	Europe/Berlin	47.83066	8.24955				01	083	08337	08337022
2920113	Glashütte	glashutte	DE	01768	0	Europe/Berlin	47.66286	10.1269				02	097	09780	09780144
2920114	Glashütte	glashutte	DE	01768	0	Europe/Berlin	47.61276	11.65171		Glashutte,Glashütte		02	091	09182	09182124
2920138	Glasewitz	glasewitz	DE	18276	467	Europe/Berlin	53.82078	12.28507		Glasewitz		12	00	13072	13072033
2920161	Glasehausen	glasehausen	DE	37308	187	Europe/Berlin	51.44224	10.15205			16061039	15	00	16061	16061039
2920187	Glasau	glasau	DE	23719	977	Europe/Berlin	54.05	10.51667		Glasau	01060025	10	00	01060	01060025
2920197	Glan-Münchweiler	glan-munchweiler	DE	66907	1200	Europe/Berlin	49.47222	7.44204		Glan-Minkhvajler,Glan-Mjunkhvajler,Glan-Muenchweiler,Glan-Munchweiler,Glan-Münchweiler,Munchweiler,Münchweiler,ge lan-ming xi wei lei,guran=myunhivu~aira,Глан-Минхвајлер,Глан-Мюнхвайлер,グラン＝ミュンヒヴァイラー,格兰-明希韦勒	07336031	08	00	07336	07336031
2920205	Glandorf	glandorf	DE	49219	6867	Europe/Berlin	52.08474	7.99944		Glandorf	03459034	06	00	03459	03459034
2920223	Glaisin	glaisin	DE	19288	342	Europe/Berlin	53.27755	11.367		Glaisin		12	00	13076	13076090
2920227	Gladigau	gladigau	DE	39606	400	Europe/Berlin	52.77156	11.56972		Gladigan		14	00	15090	15090415
2920229	Gladenbach	gladenbach	DE	35075	12482	Europe/Berlin	50.76847	8.58085		Gladenbach,Gladenbakh,ge la deng ba he,ghladnbakh,gldnbakh,guradenbahha,Гладенбах,غلادنباخ,گلدنباخ,グラーデンバッハ,格拉登巴赫		05	065	06534	06534010
2920235	Gladbeck	gladbeck	DE	45964	0	Europe/Berlin	51.91595	7.28211				07	055	05558	05558032
2920236	Gladbeck	gladbeck	DE	45964	76940	Europe/Berlin	51.57077	6.98593		Gladbeck,Gladbek,Gladbeki,Gladbėki,ZEK,ge la de bei ke,geullateubekeu,ghladbyk,gladbk,Гладбек,غلادبيك,گلادبک,格拉德貝克,글라트베크		07	055	05562	05562014
2920239	Gladbach	gladbach	DE	54518	0	Europe/Berlin	51.11588	6.97975		Gladbach		07	051	05158	05158020
2920240	Gladbach	gladbach	DE	54518	0	Europe/Berlin	50.76182	6.63977		Gladbach		07	053	05358	05358060
2920241	Gladbach	gladbach	DE	54518	0	Europe/Berlin	50.45942	7.52073		Gladbach		08	00	07138	07138045
2920242	Gladbach	gladbach	DE	54518	336	Europe/Berlin	49.93333	6.76667			07231037	08	00	07231	07231037
2920245	Gladau	gladau	DE	39307	761	Europe/Berlin	52.30433	12.09092		Gladau		14	00	15086	15086040
2920268	Gittelde	gittelde	DE	37534	2087	Europe/Berlin	51.7984	10.1878		Gitelde,Gittel'de,ji te er de,Гителде,Гиттельде,吉特尔德		06	00	03159	03159002
2920285	Gischow	gischow	DE	19386	322	Europe/Berlin	53.43715	12.01115				12	00	13076	13076089
2920291	Girod	girod	DE	56412	1262	Europe/Berlin	50.45	7.91667			07143021	08	00	07143	07143021
2920299	Girkenroth	girkenroth	DE	56459	637	Europe/Berlin	50.52083	7.97194			07143226	08	00	07143	07143226
2920312	Gipperath	gipperath	DE	54533	263	Europe/Berlin	50.03944	6.86306			07231036	08	00	07231	07231036
2920325	Ginsweiler	ginsweiler	DE	67742	338	Europe/Berlin	49.65	7.65		Ginsvajler,jin si wei lei,Гинсвайлер,Гинсвајлер,金斯韦勒	07336029	08	00	07336	07336029
2920329	Ginsheim-Gustavsburg	ginsheim-gustavsburg	DE	65462	16043	Europe/Berlin	49.9711	8.34532		Ginskhajm-Gustavsburg,jin si hai mu-gu si ta fu si bao,Гинсхайм-Густавсбург,Гинсхајм-Густавсбург,金斯海姆-古斯塔夫斯堡	06433005	05	064	06433	06433005
2920342	Gingst	gingst	DE	18569	1554	Europe/Berlin	54.45654	13.25737		Gingst,jin ge si te,Гингст,金格斯特		12	00	13073	13073028
2920348	Gingen an der Fils	gingen-an-der-fils	DE	73333	4365	Europe/Berlin	48.65979	9.78092		Gingen,Gingen an der Fils,Gingen-an-der-Fil's,Gingen-na-Fil'se,fei er si he pan jin gen,Гинген ан дер Филс,Гинген-на-Фильсе,Гінген-ан-дер-Фільс,菲尔斯河畔金根	08117025	01	081	08117	08117025
2920349	Gindorf	gindorf	DE	54657	0	Europe/Berlin	51.06617	6.56434		Gindorf		07	051	05162	05162008
2920350	Gindorf	gindorf	DE	54657	308	Europe/Berlin	50.01667	6.65			07232043	08	00	07232	07232043
2920361	Gimritz	gimritz	DE	06198	0	Europe/Berlin	51.48333	11.95				14	00	15002	15002000
2920362	Gimritz	gimritz	DE	06198	0	Europe/Berlin	51.56635	11.86821		Gimric,Gimritz,Гимриц		14	00	15088	15088216
2920377	Gimbsheim	gimbsheim	DE	67578	3066	Europe/Berlin	49.77778	8.375		Gimbskhajm,jin bu si hai mu,Гимбсхайм,Гимбсхајм,金布斯海姆	07331034	08	00	07331	07331034
2920381	Gilzem	gilzem	DE	54298	405	Europe/Berlin	49.86667	6.51667			07232225	08	00	07232	07232225
2920386	Gilten	gilten	DE	29690	1132	Europe/Berlin	52.7	9.58333			03358010	06	00	03358	03358010
2920389	Gilserberg	gilserberg	DE	34630	3470	Europe/Berlin	50.95	9.06667		Gil'zerberg,Gilserberg,Gilzerberg,giruzaberuku,ji er ze bei ge,Гилзерберг,Гильзерберг,Гільзерберг,ギルザーベルク,吉尔泽贝格	06634006	05	066	06634	06634006
2920410	Gillersdorf	gillersdorf	DE	98701	321	Europe/Berlin	50.60559	11.01862		Gillersdorf		15	00	16070	16070058
2920413	Gillenfeld	gillenfeld	DE	54558	1493	Europe/Berlin	50.1279	6.90383		Gilenfeld,Gillenfel'd,ji lun fei er de,Гиленфелд,Гилленфельд,吉伦费尔德	07233027	08	00	07233	07233027
2920414	Gillenbeuren	gillenbeuren	DE	56825	247	Europe/Berlin	50.15515	7.0186			07135035	08	00	07135	07135035
2920433	Gilching	gilching	DE	82205	16859	Europe/Berlin	48.10755	11.2936		Gil'khing,Gilching,Gilkhing,gylshyng,ji er xing,Гилхинг,Гильхинг,Гільхінг,گیلشینگ,吉尔兴	09188121	02	091	09188	09188121
2920478	Gifhorn	gifhorn	DE	38518	43000	Europe/Berlin	52.47774	10.5511		Gifhorn,Gifkhorn,ghyfhwrn,gyfhwrn,ji fu huo en,jyfhwrn,Гифхорн,جيفهورن,غيفهورن,گیفهورن,吉夫霍恩	03151	06	00	03151	03151009
2920512	Gießen	giessen	DE	35390	74411	Europe/Berlin	50.58727	8.67554		Gieseni,Giessa,Giessen,Gießen,Gisen,Gissen,Gysenas,Nkisen,ghysn,gisen,giseni,gysn,ji sen,kis sein,Γκίσεν,Гисен,Гиссен,Гісен,Гіссен,גיסן,غيسن,گیسن,กีสเซิน,გისენი,ギーセン,吉森,기센	065	05	065	06531	06531005
2920513	Gießen	giessen	DE	35390	0	Europe/Berlin	48.22301	12.51685				02	091	09183	09183136
2920514	Gießen	giessen	DE	35390	0	Europe/Berlin	47.62783	9.60072				01	084	08435	08435029
2920529	Gieshof-Zelliner Loose	gieshof-zelliner-loose	DE	15324	0	Europe/Berlin	52.72371	14.31742				11	00	12064	12064274
2920534	Gieseritz	gieseritz	DE	29413	165	Europe/Berlin	52.77419	11.0081		Gieseritz		14	00	15081	15081545
2920538	Giesensdorf	giesensdorf	DE	23909	93	Europe/Berlin	53.68333	10.7			01053033	10	00	01053	01053033
2920539	Giesensdorf	giesensdorf	DE	23909	0	Europe/Berlin	53.13291	12.14522				11	00	12070	12070316
2920540	Giesensdorf	giesensdorf	DE	23909	0	Europe/Berlin	52.13568	14.12864				11	00	12067	12067493
2920545	Giesenhausen	giesenhausen	DE	57612	334	Europe/Berlin	50.7	7.71667			07143225	08	00	07143	07143225
2920571	Giesdorf	giesdorf	DE	54614	0	Europe/Berlin	50.86507	6.96625				07	053	05315	05315000
2920572	Giesdorf	giesdorf	DE	54614	136	Europe/Berlin	50.18333	6.45			07232224	08	00	07232	07232224
2920582	Giersleben	giersleben	DE	06449	1187	Europe/Berlin	51.76667	11.56667		Giersleben	15089130	14	00	15089	15089130
2920588	Giershausen	giershausen	DE	57632	0	Europe/Berlin	50.68111	7.54611			07132041	08	00	07132	07132041
2920589	Giershausen	giershausen	DE	57632	110	Europe/Berlin	50.38388	7.88913		Giershausen		08	00	07141	07141064
2920595	Gierschnach	gierschnach	DE	56294	302	Europe/Berlin	50.26667	7.35			07137030	08	00	07137	07137030
2920620	Giengen an der Brenz	giengen-an-der-brenz	DE	89537	20201	Europe/Berlin	48.62219	10.24312		Giengen,Gingen,Gingen an der Brenc,Gingen-an-der-Brenc,Gingen-na-Brence,bu lun ci he pan jin gen,ghynghn an dr brnts,gyngn an dr brnts,Гинген ан дер Бренц,Гинген-ан-дер-Бренц,Гинген-на-Бренце,Гінген,غينغن آن در برنتس,گینگن آن در برنتس,布伦茨河畔金根		01	081	08135	08135016
2920628	Gielow	gielow	DE	17139	1506	Europe/Berlin	53.69756	12.74521		Gielow		12	00	13071	13071039
2920630	Gielert	gielert	DE	54424	159	Europe/Berlin	49.77461	7.00336			07231035	08	00	07231	07231035
2920631	Gieleroth	gieleroth	DE	57610	709	Europe/Berlin	50.66667	7.68333			07132040	08	00	07132	07132040
2920632	Gielde	gielde	DE	38315	847	Europe/Berlin	52.03623	10.49366			03158039	06	00	03158	03158039
2920634	Giekau	giekau	DE	24321	1129	Europe/Berlin	54.31667	10.51667		Giekau	01057021	10	00	01057	01057021
2920642	Gieckau	gieckau	DE	06618	350	Europe/Berlin	51.13396	11.88377		Gieckau		14	00	15084	15084560
2920645	Gieboldehausen	gieboldehausen	DE	37434	4120	Europe/Berlin	51.60962	10.21619		Gibol'dekhauzen,Giboldekhauzen,Gieboldehausen,giborudehauzen,ji bo er de hao sen,Гиболдехаузен,Гибольдехаузен,ギーボルデハウゼン,吉博尔德豪森		06	00	03159	03159014
2920652	Giebelstadt	giebelstadt	DE	97232	4379	Europe/Berlin	49.65308	9.94441		GHF,Geibelstadte,Gibel'shtadt,Gibelshtat,Gibelstadt,Giebelstadt,giberushutatto,ji bo er shi ta te,Гибелштат,Гибельштадт,Гібельштадт,Գիբելշտադտ,ギーベルシュタット,吉伯尔施塔特		02	096	09679	09679138
2920728	Geyer	geyer	DE	09468	4118	Europe/Berlin	50.62632	12.92074		Gajer,Geiere,Geyer,gai ai er,ghayr,gyr,Гайер,Гајер,غاير,گیر,盖埃尔		13	00	14521	14521210
2920744	Geversdorf	geversdorf	DE	21784	774	Europe/Berlin	53.8	9.08333		Gefersdorf,Gemeen Geversdoerp,Gemeen Geversdörp,Geversdorf,ge fei er si duo fu,Геверсдорф,Геферсдорф,格费尔斯多夫	03352063	06	00	03352	03352063
2920747	Gevensleben	gevensleben	DE	38384	746	Europe/Berlin	52.07655	10.82222		Gevenleben,Gevensleben	03154006	06	00	03154	03154006
2920748	Gevenich	gevenich	DE	56825	0	Europe/Berlin	50.98796	6.309	105			07	053	05358	05358036
2920749	Gevenich	gevenich	DE	56825	709	Europe/Berlin	50.15	7.08333			07135034	08	00	07135	07135034
2920757	Gevelsberg	gevelsberg	DE	58285	32664	Europe/Berlin	51.31971	7.3392		Gefel'sberg,Gevel'sberg,Gevelsberg,Gevelsbergum,Gievelsbiaerg,Gievelsbiärg,gai wo er si bei ge,gflsbrg,ghyflsbrgh,Гевелсберг,Гевельсберг,Гефельсберг,غيفلسبرغ,گفلسبرگ,盖沃尔斯贝格		07	059	05954	05954012
2920768	Geusa	geusa	DE	06217	1519	Europe/Berlin	51.33914	11.94382		Geusa,Gojza,Гойза,Гојза		14	00	15088	15088220
2920776	Gettorf	gettorf	DE	24214	6297	Europe/Berlin	54.4	9.98333		Getorf,Gettorf,Gettorp,ge tuo er fu,Геторф,Гетторф,格托尔夫	01058058	10	00	01058	01058058
2920786	Getelo	getelo	DE	49843	677	Europe/Berlin	52.46667	6.85			03456006	06	00	03456	03456006
2920796	Gestratz	gestratz	DE	88167	1248	Europe/Berlin	47.65	9.98333			09776112	02	097	09776	09776112
2921262	Georgenthal	georgenthal	DE	99887	0	Europe/Berlin	50.18367	8.14938				05	064	06439	06439006
2920812	Gessertshausen	gessertshausen	DE	86459	4424	Europe/Berlin	48.32904	10.73278		Gesertshauzen,Gesertskhauzen,Gessertsgauzen,Gessertskhauzen,ge sai er ci hao sen,Гесертсхаузен,Гессертсгаузен,Гессертсхаузен,Գեսերտսհաուզեն,格塞尔茨豪森	09772148	02	097	09772	09772148
2920830	Geslau	geslau	DE	91608	1424	Europe/Berlin	49.36643	10.31528		Geslau,ge si lao,gesurau,Геслау,Գեսլաու,ゲスラウ,格斯劳	09571155	02	095	09571	09571155
2920834	Geseke	geseke	DE	59590	20602	Europe/Berlin	51.64091	8.5109		Gaiseke,Gesecke,Geseke,Gesiki,Gezeke,Gisiki,Gêsiki,Gīsiki,ge sai ke,ghysykh,gskh,Гезеке,غيسيكه,گسکه,格塞克		07	059	05974	05974020
2920835	Gesees	gesees	DE	95494	1244	Europe/Berlin	50.03207	11.66623		Gesees		02	094	09472	09472116
2920836	Gesees	gesees	DE	95494	0	Europe/Berlin	49.9	11.53333		Gezes,ge sai si,gezesu,Гезес,Գեզես,ゲゼース,格塞斯	09472140	02	094	09472	09472140
2920837	Geschwenda	geschwenda	DE	98716	2255	Europe/Berlin	50.73178	10.8254		Geschwenda,Geshvenda,ge shi wen da,Гешвенда,格施文达	16070057	15	00	16070	16070057
2920842	Gescher	gescher	DE	48712	17115	Europe/Berlin	51.954	7.00481		Gascheri,Gasgeri,Gescher,Gesher,Gāscheri,Gāsgeri,ge she er,ghyshr,gshr,Гешер,غيشر,گشر,格舍尔		07	055	05554	05554016
2920843	Geschendorf	geschendorf	DE	23815	493	Europe/Berlin	53.92126	10.44204		Geschendorf	01060024	10	00	01060	01060024
2920848	Gerzen	gerzen	DE	84175	0	Europe/Berlin	51.96594	9.80206				06	00	03254	03254002
2920849	Gerzen	gerzen	DE	84175	1864	Europe/Berlin	48.50706	12.42686		Gercen,ge er cen,grtsn,Герцен,Գերցեն,گرتسن,格尔岑	09274135	02	092	09274	09274135
2920850	Gerwisch	gerwisch	DE	39175	2791	Europe/Berlin	52.17662	11.73972		Gerwisch		14	00	15086	15086005
2920872	Gertewitz	gertewitz	DE	07389	170	Europe/Berlin	50.68333	11.65		Gertewitz	16075031	15	00	16075	16075031
2920873	Gerterode	gerterode	DE	37355	427	Europe/Berlin	51.38333	10.48333		Gerterode	16061074	15	00	16061	16061074
2920874	Gerterode	gerterode	DE	37355	0	Europe/Berlin	50.93308	9.68124		Gerterode		05	066	06632	06632012
2920881	Gerswalde	gerswalde	DE	17268	1854	Europe/Berlin	53.16988	13.74853		Gersval'de,Gersvalde,ge er si wa er de,Герсвалде,Герсвальде,Գերսվալդե,格尔斯瓦尔德	12073201	11	00	12073	12073201
2920883	Gerstungen	gerstungen	DE	99834	3865	Europe/Berlin	50.96667	10.06667		Gerstungen,ge er si tong gen,Герстунген,格尔斯通根	16063097	15	00	16063	16063097
2920891	Gersthofen	gersthofen	DE	86368	20254	Europe/Berlin	48.42432	10.87273		Gerstgofen,Gersthofen,Gerstkhofen,ge er si tuo fen,ghyrsthwfn,grshthwfn,Герстгофен,Герстхофен,Գերստհոֆեն,غيرستهوفن,گرشتهوفن,格尔斯托芬		02	097	09772	09772147
2920896	Gerstetten	gerstetten	DE	89547	12086	Europe/Berlin	48.62254	10.01984		Gershteten,Gershtetten,ge er si te teng,Герштетен,Герштеттен,格尔斯特滕	08135015	01	081	08135	08135015
2920897	Gerstetten	gerstetten	DE	89547	0	Europe/Berlin	48.62259	11.2905		Gerstetten		02	091	09185	09185123
2920903	Gerstengrund	gerstengrund	DE	36419	62	Europe/Berlin	50.7	10.21667				15	00	16066	16066061
2920908	Gerstenberg	gerstenberg	DE	04617	585	Europe/Berlin	51.03078	12.43746		Gerstenberg	16077007	15	00	16077	16077007
2920914	Gersten	gersten	DE	49838	1212	Europe/Berlin	52.58333	7.51667			03454015	06	00	03454	03454015
2920921	Gersheim	gersheim	DE	66453	7264	Europe/Berlin	49.15	7.2		Gersgajm,Gersheim,Gerskhajm,ge er si hai mu,grshaym,Герсгайм,Герсхайм,Герсхајм,گرسهایم,格尔斯海姆	10045113	09	00	10045	10045113
2920926	Gersfeld	gersfeld	DE	36129	6351	Europe/Berlin	50.45138	9.91422		Gersfel'd,Gersfeld,ge er si fei er de,ghyrsfld,grsfld,Герсфелд,Герсфельд,غيرسفلد,گرسفلد,格尔斯费尔德		05	066	06631	06631010
2920929	Gersdorf	gersdorf	DE	04703	0	Europe/Berlin	54.08208	11.72765				12	00	13072	13072014
2920930	Gersdorf	gersdorf	DE	04703	0	Europe/Berlin	52.77842	13.89874				11	00	12064	12064125
2920931	Gersdorf	gersdorf	DE	04703	0	Europe/Berlin	51.95891	13.67102				11	00	12061	12061164
2920932	Gersdorf	gersdorf	DE	04703	0	Europe/Berlin	51.23098	14.04916		Gersdorf		13	00	14625	14625220
2920933	Gersdorf	gersdorf	DE	04703	0	Europe/Berlin	51.12378	14.85212		Gersdorf		13	00	14626	14626300
2920934	Gersdorf	gersdorf	DE	04703	1307	Europe/Berlin	51.1122	12.93889		Gersdorf		13	00	14522	14522250
2920935	Gersdorf	gersdorf	DE	04703	0	Europe/Berlin	50.95461	13.07923				13	00	14522	14522230
2920936	Gersdorf	gersdorf	DE	04703	0	Europe/Berlin	50.87932	13.9136				13	00	14628	14628040
2920937	Gersdorf	gersdorf	DE	04703	0	Europe/Berlin	50.85648	9.51614		Gersdorf		05	066	06632	06632011
2920938	Gersdorf	gersdorf	DE	04703	0	Europe/Berlin	50.8	12.43333				13	00	14524	14524030
2920939	Gersdorf	gersdorf	DE	04703	4637	Europe/Berlin	50.75	12.71667			14524070	13	00	14524	14524070
2920940	Gersdorf	gersdorf	DE	04703	0	Europe/Berlin	49.45524	11.34707				02	095	09574	09574139
2920941	Gersdorf	gersdorf	DE	04703	0	Europe/Berlin	49.03213	11.15756				02	095	09577	09577151
2920942	Gersdorf	gersdorf	DE	04703	0	Europe/Berlin	48.01485	12.03655				02	091	09175	09175119
2920959	Gerolzhofen	gerolzhofen	DE	97447	6781	Europe/Berlin	49.90025	10.34832		Gerol'cgofen,Gerol'ckhofen,Gerolckhofen,Gerolzhofen,ge luo er ci huo fen,ghyrwltshwfn,grwlzhwfn,Геролцхофен,Герольцгофен,Герольцхофен,غيرولتسهوفن,گرولزهوفن,格罗尔茨霍芬		02	096	09678	09678134
2920963	Gerolstein	gerolstein	DE	54568	7664	Europe/Berlin	50.22224	6.65984		Gerol'shtajn,Gerolshtajn,ge luo er si tai yin,gerorushutain,ghyrwlshtayn,Геролштајн,Герольштайн,غيرولشتاين,گرول‌اشتاین,გეროლშტაინი,ゲロルシュタイン,格罗尔斯泰因		08	00	07233	07233026
2920964	Gerolsheim	gerolsheim	DE	67229	1684	Europe/Berlin	49.54778	8.26389			07332021	08	00	07332	07332021
2920967	Gerolsbach	gerolsbach	DE	85302	3244	Europe/Berlin	48.49283	11.36149			09186125	02	091	09186	09186125
2920969	Gerolfingen	gerolfingen	DE	91726	1066	Europe/Berlin	49.0534	10.51151		Gerol'fingen,Gerolfingen,ge luo er fen gen,gerorufingen,Геролфинген,Герольфинген,Герольфінген,Գերոլֆինգեն,ゲーロルフィンゲン,格罗尔芬根	09571154	02	095	09571	09571154
2922028	Gehlert	gehlert	DE	57627	559	Europe/Berlin	50.64167	7.82944			07143223	08	00	07143	07143223
2925070	Freilingen	freilingen	DE	56244	0	Europe/Berlin	50.4126	6.72806				07	053	05366	05366008
2920977	Geroldshausen	geroldshausen	DE	97256	1246	Europe/Berlin	49.68361	9.90222		Gerol'dsgauzen,Gerol'dskhauzen,Geroldshauzen,Geroldskhauzen,ge luo er ci hao sen,gerorutsuhauzen,Геролдсхаузен,Герольдсгаузен,Герольдсхаузен,Գերոլդսհաուզեն,ゲーロルツハウゼン,格罗尔茨豪森	09679137	02	096	09679	09679137
2920979	Geroldsgrün	geroldsgrun	DE	95179	3189	Europe/Berlin	50.33333	11.6		Gerol'dsgrjun,Geroldsgrin,Geroldsgruen,Geroldsgrün,ge luo er ci ge lin,gerorutsuguryun,grwldsgrwn,Геролдсгрин,Герольдсгрюн,گرولدسگرون,ゲロルツグリュン,格罗尔茨格林	09475128	02	094	09475	09475128
2920988	Geroda	geroda	DE	07819	274	Europe/Berlin	50.76667	11.9			16075029	15	00	16075	16075029
2920989	Geroda	geroda	DE	07819	941	Europe/Berlin	50.28056	9.89551		Geroda,ge luo da,Герода,Գերոդա,格罗达		02	096	09672	09672126
2920994	Gernsheim	gernsheim	DE	64579	9377	Europe/Berlin	49.75305	8.48859		Gernsgajm,Gernsheim,Gernskhajm,gai en si hai mu,gerunsuhaimu,ghyrnshaym,grnzhaym,Гернсгайм,Гернсхайм,Гернсхајм,غيرنسهايم,گرنزهایم,ゲルンスハイム,盖恩斯海姆		05	064	06433	06433004
2920997	Gernsbach	gernsbach	DE	76593	14649	Europe/Berlin	48.77034	8.34306		Gernsbach,Gernsbakh,ge en si ba he,ghyrnsbakh,grnzbakh,Гернсбах,غيرنسباخ,گرنزباخ,格恩斯巴赫		01	082	08216	08216017
2920999	Gernrode	gernrode	DE	06507	3947	Europe/Berlin	51.72575	11.13876		Bad Gernrode,Gernrode,Gernrode am Harz,ge er en luo de,Гернроде,格尔恩罗德		14	00	15085	15085235
2921000	Gernrode	gernrode	DE	06507	1680	Europe/Berlin	51.4	10.4			16061037	15	00	16061	16061037
2921034	Germersheim	germersheim	DE	76726	20972	Europe/Berlin	49.22306	8.36389		Gemersheim,Germersche,Germersheim,Germerskhajm,ge er mei si hai mu,gerumasuhaimu,ghyrmrshaym,grmrzhaym,Гермерсхайм,Гермерсхајм,غيرمرسهايم,گرمرزهایم,ゲルマースハイム,格尔梅斯海姆	07334	08	00	07334	07334007
2921039	Germering	germering	DE	82110	36834	Europe/Berlin	48.13392	11.3765		Geamaring,Germering,Germeringas,ge er mei lin ge,grmryng,Гермеринг,گرمرینگ,格尔梅林格		02	091	09179	09179123
2921040	Germering	germering	DE	82110	0	Europe/Berlin	47.90679	12.11835				02	091	09187	09187142
2921042	Germendorf	germendorf	DE	16767	0	Europe/Berlin	52.7499	13.17005		Germandorf,Germendorf		11	00	12065	12065256
2921059	Gerlingen	gerlingen	DE	70839	0	Europe/Berlin	51.52838	7.97587		Gerlingen		07	059	05974	05974012
2921060	Gerlingen	gerlingen	DE	70839	0	Europe/Berlin	50.98842	7.85026		Gerlingen		07	059	05966	05966028
2921061	Gerlingen	gerlingen	DE	70839	19050	Europe/Berlin	48.79954	9.06316		Gerlingen,ge er lin gen,ghyrlynghn,grlyngn,kerlinken,Герлинген,Герлінген,غيرلينغن,گرلینگن,கெர்லிங்கென்,格尔林根		01	081	08118	08118019
2921075	Gerlebogk	gerlebogk	DE	06420	387	Europe/Berlin	51.70601	11.83766		Gerlebogk		14	00	15089	15089195
2921089	Geringswalde	geringswalde	DE	09326	5125	Europe/Berlin	51.07677	12.90725		Geringsval'de,Geringsvalde,Geringswalde,Gēringsvalde,gai ling si wa er de,ghyrynghsfaldh,gryngswaldh,Герингсвалде,Герингсвальде,غيرينغسفالده,گرینگسوالده,盖灵斯瓦尔德		13	00	14522	14522190
2921093	Gering	gering	DE	56751	380	Europe/Berlin	50.28333	7.26667			07137029	08	00	07137	07137029
2921119	Gerhardshofen	gerhardshofen	DE	91466	2510	Europe/Berlin	49.63123	10.69133		Gergardsgofen,Gerhardshofen,Gerkhardskhofen,ge la er ci huo fen,Гергардсгофен,Герхардсхофен,Գերհարդսհոֆեն,格拉尔茨霍芬	09575125	02	095	09575	09575125
2921123	Gerhardsbrunn	gerhardsbrunn	DE	66894	170	Europe/Berlin	49.35	7.51667			07335011	08	00	07335	07335011
2921139	Geretsried	geretsried	DE	82538	23364	Europe/Berlin	47.85775	11.48054		Geretsrid,ge lei ci li de,ghyrytsryd,grtzryd,Геретсрид,Геретсрід,Գերետսրիդ,غيريتسريد,گرتزرید,格雷茨里德		02	091	09173	09173126
2921149	Gerdshagen	gerdshagen	DE	16928	0	Europe/Berlin	53.99416	11.83949				12	00	13072	13072093
2921151	Gerdshagen	gerdshagen	DE	16928	0	Europe/Berlin	53.71385	12.0884				12	00	13072	13072067
2921152	Gerdshagen	gerdshagen	DE	16928	639	Europe/Berlin	53.24457	12.19811			12070096	11	00	12070	12070096
2921162	Gerdau	gerdau	DE	29581	1614	Europe/Berlin	52.96667	10.41667			03360009	06	00	03360	03360009
2921164	Gerbstedt	gerbstedt	DE	06347	2885	Europe/Berlin	51.63281	11.62669	155	Gerbshtedt,Gerbshtet,Gerbstedt,ge er bu si te,ghyrbshtyt,Гербштедт,Гербштет,غيربشتيت,گرب‌اشتت,格尔布斯特	15087165	14	00	15087	15087165
2921165	Gerbrunn	gerbrunn	DE	97218	6149	Europe/Berlin	49.77528	9.99361		Gerbrun,Gerbrunn,ge er bu lun,geruburun,Гербрун,Гербрунн,Գերբրուն,ゲルブルン,格尔布伦	09679136	02	096	09679	09679136
2921168	Gerbitz	gerbitz	DE	06429	679	Europe/Berlin	51.84202	11.82558		Gerbitz		14	00	15089	15089235
2921179	Gerbershausen	gerbershausen	DE	37318	688	Europe/Berlin	51.33333	9.98333		Gerbershausen	16061036	15	00	16061	16061036
2921188	Gerbach	gerbach	DE	67813	577	Europe/Berlin	49.66667	7.86667			07333025	08	00	07333	07333025
2921200	Geratskirchen	geratskirchen	DE	84552	825	Europe/Berlin	48.3386	12.66231			09277122	02	092	09277	09277122
2921223	Gerach	gerach	DE	55743	1020	Europe/Berlin	50.03333	10.8			09471133	02	094	09471	09471133
2921224	Gerach	gerach	DE	55743	244	Europe/Berlin	49.75	7.33333			07134028	08	00	07134	07134028
2921225	Gerabronn	gerabronn	DE	74582	0	Europe/Berlin	49.25172	9.9219		Gerabron,Gerabronn,ge la bu long,geraburon,ghyrabrwn,grabrwn,Гераброн,Герабронн,غيرابرون,گرابرون,ゲーラブロン,格拉布龙		01	081	08127	08127032
2921226	Gerabronn	gerabronn	DE	74582	4527	Europe/Berlin	48.97071	9.91986				01	081	08127	08127013
2921228	Geraberg	geraberg	DE	98716	2591	Europe/Berlin	50.71594	10.83737		Geraberg,ge la bei ge,Гераберг,格拉贝格	16070057	15	00	16070	16070057
2921232	Gera	gera	DE	07545	104659	Europe/Berlin	50.88029	12.08187		Gera,Gerapolis,Gėra,ZGA,ge la,gela,gera,gra,gyra,Гера,گرا,گیرا,ゲーラ,格拉,게라	16052	15	00	16052	16052000
2921252	Georgsdorf	georgsdorf	DE	49828	1312	Europe/Berlin	52.56667	7.08333			03456005	06	00	03456	03456005
2921260	Georgenthal	georgenthal	DE	99887	0	Europe/Berlin	52.40976	14.29227				11	00	12064	12064128
2921261	Georgenthal	georgenthal	DE	99887	2649	Europe/Berlin	50.83205	10.66266		Georgental,Georgental',Georgenthal,Georgenthal/Thueringer Wald,Georgenthal/Thüringer Wald,ge ao er gen ta er,Георгентал,Георгенталь,格奥尔根塔尔		15	00	16067	16067092
2921267	Georgensgmünd	georgensgmund	DE	91166	6582	Europe/Berlin	49.18972	11.01667		Georgensgmind,Georgensgmjund,Georgensgmuend,Georgensgmund,Georgensgmünd,ge ao er gen si ge ming de,georugensugumyunto,Георгенсгминд,Георгенсгмюнд,ゲオルゲンスグミュント,格奥尔根斯格明德	09576121	02	095	09576	09576121
2921288	Georgenberg	georgenberg	DE	92697	1507	Europe/Berlin	49.70297	12.42082			09374123	02	093	09374	09374123
2921289	Georgenberg	georgenberg	DE	92697	0	Europe/Berlin	48.31597	12.62891				02	091	09171	09171127
2921290	Georgenberg	georgenberg	DE	92697	0	Europe/Berlin	47.98469	11.89811				02	091	09175	09175121
2921305	Genzkow	genzkow	DE	17099	176	Europe/Berlin	53.62722	13.4995		Gentzkow,Genzkow		12	00	13071	13071035
2921307	Gentingen	gentingen	DE	54675	61	Europe/Berlin	49.9	6.23333			07232042	08	00	07232	07232042
2921309	Genthin	genthin	DE	39307	14059	Europe/Berlin	52.40668	12.1592		Genthin,Gentin,gen ting,gentin,ghyntyn,gntyn,Гентин,Гентін,غينتين,گنتین,ゲンティン,根廷		14	00	15086	15086040
2921310	Gentha	gentha	DE	06918	0	Europe/Berlin	51.84972	12.89861				14	00	15091	15091145
2921314	Gensingen	gensingen	DE	55457	3355	Europe/Berlin	49.9	7.93333			07339021	08	00	07339	07339021
2921355	Gengenbach	gengenbach	DE	77723	11234	Europe/Berlin	48.40476	8.01433		Gengenbach,Gengenbakh,gen gen ba he,ghynghnbakh,gngnbakh,Генгенбах,غينغنباخ,گنگنباخ,根根巴赫		01	083	08317	08317034
2921371	Genderkingen	genderkingen	DE	86682	1147	Europe/Berlin	48.7	10.88333			09779149	02	097	09779	09779149
2921380	Gemünden	gemunden	DE	55490	1323	Europe/Berlin	49.89444	7.4775		Geminden,Gemjunden,Геминден,Гемюнден	07140041	08	00	07140	07140041
2921383	Gemünd	gemund	DE	54673	0	Europe/Berlin	50.57187	6.49987				07	053	05366	05366036
2921384	Gemünd	gemund	DE	54673	24	Europe/Berlin	49.98333	6.16667			07232041	08	00	07232	07232041
2921388	Gemmrigheim	gemmrigheim	DE	74376	4071	Europe/Berlin	49.02833	9.15556		Gemmrigajm,Gemmrigkhajm,Gemrigkhajm,ge mu li ge hai mu,gmryghaym,Геммригхайм,Геммрігайм,Гемригхајм,گمریگهایم,格姆里格海姆	08118018	01	081	08118	08118018
2921389	Gemmingen	gemmingen	DE	75050	4998	Europe/Berlin	49.15639	8.98194		Gemingen,Gemmingen,ge ming gen,genmingen,Геминген,Гемминген,Геммінген,ゲンミンゲン,格明根	08125034	01	081	08125	08125034
2921392	Gemmerich	gemmerich	DE	56357	0	Europe/Berlin	51.72065	7.89042		Gambriki		07	055	05570	05570004
2921393	Gemmerich	gemmerich	DE	56357	580	Europe/Berlin	50.22788	7.75858			07141047	08	00	07141	07141047
2921437	Geltorf	geltorf	DE	24884	431	Europe/Berlin	54.46667	9.61667		Geltorf	01059032	10	00	01059	01059032
2921444	Gelting	gelting	DE	24395	1867	Europe/Berlin	54.75	9.9		Gel'ting,Gelting,ge er ting ge,Гелтинг,Гельтинг,格尔廷格	01059112	10	00	01059	01059112
2921445	Gelting	gelting	DE	24395	0	Europe/Berlin	48.19699	11.8115				02	091	09175	09175133
2921446	Gelting	gelting	DE	24395	0	Europe/Berlin	47.89356	11.42269				02	091	09173	09173126
2921449	Geltendorf	geltendorf	DE	82269	5490	Europe/Berlin	48.11737	11.03216		Gel'tendorf,Geltendorf,ge er teng duo fu,gerutendorufu,gltndwrf,Гелтендорф,Гельтендорф,Գելթենդորֆ,گلتندورف,ゲルテンドルフ,格尔滕多夫	09181122	02	091	09181	09181122
2921466	Gelsenkirchen	gelsenkirchen	DE	45879	270028	Europe/Berlin	51.50508	7.09654		Gel'zenkirkhen,Gelsenkiaerken,Gelsenkirchen,Gelsenkiärken,Gelzenkirchenas,Gelzenkirhene,Gelzenkirheni,Gelzenkirkhen,Helzenkirxen,Nkelzen'kirchen,ZEJ,gai er sen ji xing,geljenkileuhen,gelsanakarsana,geruzenkiruhyen,ghylsnkyrshn,glsnkrchn,glznkyrshn,glznqyrkn,kel sen kheiyr khein,Γκελζενκίρχεν,Гелзенкирхен,Гельзенкирхен,Гельзенкірхен,גלזנקירכן,غيلسنكيرشن,گلزنکیرشن,گلسنکرچن,गेल्सनकर्शन,เกลเซนเคียร์เคิน,გელზენკირხენი,ゲルゼンキルヒェン,盖尔森基兴,겔젠키르헨	05513	07	055	05513	05513000
2921473	Gelnhausen	gelnhausen	DE	63571	21881	Europe/Berlin	50.20164	9.18742		Gel'ngauzen,Gel'nkhauzen,Gelnhausen,Gelnhauzenas,Gelnhauzene,Gelnkhauzen,ge er en hao sen,gerunhauzen,ghylnhawzn,Гелнхаузен,Гельнгаузен,Гельнхаузен,Гельнхаўзен,غيلنهاوزن,گلن‌هاوزن,ゲルンハウゼン,格尔恩豪森	06435	05	064	06435	06435010
2921484	Gellmersdorf	gellmersdorf	DE	16278	0	Europe/Berlin	52.96844	14.07065				11	00	12073	12073008
2921520	Gelenberg	gelenberg	DE	53539	89	Europe/Berlin	50.3	6.86667			07233212	08	00	07233	07233212
2921525	Geldersheim	geldersheim	DE	97505	2598	Europe/Berlin	50.04286	10.15609		Gel'dersgajm,Gel'derskhajm,Geldersheim,Gelderskhajm,Geltersheim,ge er de er si hai mu,gldrshaym,Гелдерсхајм,Гельдерсгайм,Гельдерсхайм,گلدرسهایم,格尔德尔斯海姆	09678132	02	096	09678	09678132
2921528	Geldern	geldern	DE	47608	34013	Europe/Berlin	51.51908	6.32363		Gel'dehrn,Gel'dern,Geldere,Geldern,Geldria,Gelre,Gheldria,Gueeldres,Guelders,Gueldre,Güeldres,ge er de er en,ghyldrn,gldrn,Гелдерн,Гельдерн,Гельдэрн,غيلدرن,گلدرن,格尔德尔恩		07	051	05154	05154012
2921532	Gelchsheim	gelchsheim	DE	97255	848	Europe/Berlin	49.57236	10.02018		Gelchsheim,Gulchsheim		02	096	09679	09679135
2921547	Gelbensande	gelbensande	DE	18182	1774	Europe/Berlin	54.20272	12.30168		Gel'benzande,Gelbenzande,ge er ben sang de,Гелбензанде,Гельбензанде,格尔本桑德		12	00	13072	13072032
2921566	Geithain	geithain	DE	04643	6459	Europe/Berlin	51.05528	12.69674		Chitan,Chitań,Gajtkhajn,Geithain,Geithaina,gai tai yin,gaythayn,ghaythayn,Гайтхайн,Гајтхајн,غايتهاين,گایتهاین,盖泰因		13	00	14729	14729150
2921641	Geismar	geismar	DE	37308	0	Europe/Berlin	51.51591	9.96116				06	00	03159	03159016
2921642	Geismar	geismar	DE	37308	1285	Europe/Berlin	51.23169	10.16548		Gajsmar,gai si ma er,Гайсмар,Гајсмар,盖斯马尔	16061035	15	00	16061	16061035
2921643	Geismar	geismar	DE	37308	0	Europe/Berlin	51.13855	9.24753		Geismar		05	066	06634	06634005
2921644	Geismar	geismar	DE	37308	0	Europe/Berlin	51.07549	8.86126		Geismar		05	066	06635	06635011
2921645	Geismar	geismar	DE	37308	0	Europe/Berlin	50.68227	9.92829				15	00	16063	16063032
2922039	Gehlberg	gehlberg	DE	98559	763	Europe/Berlin	50.67815	10.79092		Gehlberg,Gel'berg,Gelberg,ge er bei ge,Гелберг,Гельберг,格尔贝格	16054000	15	00	16054	16054000
2925071	Freilingen	freilingen	DE	56244	0	Europe/Berlin	49.9194	6.33347				08	00	07232	07232095
2921653	Geislingen an der Steige	geislingen-an-der-steige	DE	73312	27962	Europe/Berlin	48.62423	9.82736		Gajslingen an der Shtajge,Gajslingen-an-der-Shtajge,Geislingen,Stadt Geislingen an der Steige,gayzlyngn an dr ashtaygh,ghayzlynghn an dr ashtayghh,po dao pang gai si lin gen,Гайслинген-ан-дер-Штайге,Гайслінген-ан-дер-Штайге,Гајслинген ан дер Штајге,غايزلينغن آن در اشتايغه,گایزلینگن آن در اشتایگه,坡道旁盖斯林根		01	081	08117	08117024
2921655	Geislingen	geislingen	DE	72351	0	Europe/Berlin	48.94208	10.42167				01	081	08136	08136075
2921656	Geislingen	geislingen	DE	72351	5951	Europe/Berlin	48.28768	8.81241				01	084	08417	08417022
2921664	Geisleden	geisleden	DE	37308	1167	Europe/Berlin	51.35	10.2		Geisleden,Geissleden,Geißleden	16061034	15	00	16061	16061034
2921680	Geisingen	geisingen	DE	78187	0	Europe/Berlin	48.94043	9.18517		Geisingen am Neckar		01	081	08118	08118078
2921681	Geisingen	geisingen	DE	78187	0	Europe/Berlin	48.23427	9.402				01	084	08415	08415058
2921682	Geisingen	geisingen	DE	78187	6048	Europe/Berlin	47.92504	8.65002		Gajzingen,Geisingen,gai xin gen,gazyngn,ghayzynghn,Гайзинген,Гајзинген,غايزينغن,گازینگن,盖辛根		01	083	08327	08327018
2921684	Geising	geising	DE	01778	3283	Europe/Berlin	50.75742	13.79278		Gajzing,Гайзинг,Гајзинг		13	00	14628	14628010
2921685	Geisig	geisig	DE	56357	377	Europe/Berlin	50.25368	7.79064			07141046	08	00	07141	07141046
2921694	Geisfeld	geisfeld	DE	54413	0	Europe/Berlin	49.88103	11.01551				02	094	09471	09471195
2921695	Geisfeld	geisfeld	DE	54413	563	Europe/Berlin	49.71667	6.95			07235030	08	00	07235	07235030
2921707	Geisenheim	geisenheim	DE	65366	11949	Europe/Berlin	49.9847	7.96835		Gajzengajm,Gajzenkhajm,Geisenheim,gai sen hai mu,gayznhaym,Гайзенгайм,Гайзенхайм,Гајзенхајм,گایزنهایم,盖森海姆		05	064	06439	06439004
2921708	Geisenhausen	geisenhausen	DE	84144	0	Europe/Berlin	48.55362	11.59402		Geisenhausen		02	091	09186	09186152
2921709	Geisenhausen	geisenhausen	DE	84144	6367	Europe/Berlin	48.47609	12.25817		Gajzengauzen,Gajzenkhauzen,Gayzenhauzen,Geisenhausen,Geisenhausn,gai sen hao sen,gayznhawzn,Гайзенгаузен,Гайзенхаузен,Гајзенхаузен,Գայզենհաուզեն,گایزنهاوزن,盖森豪森		02	092	09274	09274134
2921711	Geisenhain	geisenhain	DE	07646	208	Europe/Berlin	50.83333	11.71667		Geisenhain	16074022	15	00	16074	16074022
2921713	Geisenfeld	geisenfeld	DE	85290	9769	Europe/Berlin	48.68426	11.61233		Gajzenfel'd,Gajzenfeld,Gayzenfeld,Geisenfeld,gai sen fei er de,gayznfld,ghayznfld,Гайзенфельд,Гајзенфелд,Գայզենֆելդ,غايزنفلد,گایزنفلد,盖森费尔德		02	091	09186	09186122
2921724	Geiselwind	geiselwind	DE	96160	2412	Europe/Berlin	49.77356	10.47063		Gajzel'vind,Gajzelvind,Gayzelvind,Geiselwind,gai sai er wen de,Гайзельвинд,Гајзелвинд,Ґайзельвінд,Գայզելվինդ,盖塞尔温德		02	096	09675	09675127
2921736	Geiselhöring	geiselhoring	DE	94333	6872	Europe/Berlin	48.82505	12.39649		Gajzel'gering,Gajzel'khjoring,Gajzelkhering,Geiselhoering,Geiselhoring,Geiselhöring,Geisselhoving,gai se er he ling,gayzlhwryng,ghayzlhwryngh,Гайзельгерінг,Гайзельхёринг,Гајзелхеринг,غايزلهورينغ,گایزلهورینگ,盖瑟尔赫灵		02	092	09278	09278123
2921746	Geiselberg	geiselberg	DE	67715	868	Europe/Berlin	49.32607	7.69708			07340012	08	00	07340	07340012
2921747	Geiselberg	geiselberg	DE	67715	0	Europe/Berlin	48.44566	12.4815				02	092	09277	09277121
2921755	Geiselbach	geiselbach	DE	63826	2135	Europe/Berlin	50.12329	9.19664		Gajzel'bakh,Gajzelbakh,Gayzelbax,gai sai er ba,gaizerubahha,Гайзельбах,Гајзелбах,Գայզելբախ,ガイゼルバッハ,盖塞尔巴	09671119	02	096	09671	09671119
2921816	Geisa	geisa	DE	36419	3561	Europe/Berlin	50.71465	9.95075		Gajza,Geisa,Stadt-Geis,Stadtgeis,gai sa,gayza,ghayza,Гайза,Гајза,غايزا,گایزا,蓋薩		15	00	16063	16063032
2921831	Geilnau	geilnau	DE	56379	382	Europe/Berlin	50.35	7.93333			07141045	08	00	07141	07141045
2921837	Geilenkirchen	geilenkirchen	DE	52511	28334	Europe/Berlin	50.96745	6.11763		GKE,Gajlenkirkhen,Geilenkirchen,Gejlenkirkhen,Jellekerke,gai lun ji xing,ghaylnkyrshn,Гайленкирхен,Гайленкірхен,Гајленкирхен,Гейленкирхен,غايلنكيرشن,گایلن‌کیرشن,盖伦基兴		07	053	05370	05370012
2921885	Geiersthal	geiersthal	DE	94244	0	Europe/Berlin	50.53956	11.18562				15	00	16072	16072013
2921886	Geiersthal	geiersthal	DE	94244	2236	Europe/Berlin	49.04569	12.98171		Gaerstal',Gajerstal,Gajerstal',gai ai er si ta er,gayrstal,Гайерсталь,Гаєрсталь,Гајерстал,Գայերսթալ,گایرستال,盖埃尔斯塔尔	09276122	02	092	09276	09276122
2921948	Geichlingen	geichlingen	DE	54675	360	Europe/Berlin	49.95	6.26667			07232040	08	00	07232	07232040
2921957	Gehrweiler	gehrweiler	DE	67724	333	Europe/Berlin	49.58333	7.76667			07333024	08	00	07333	07333024
2921993	Gehren	gehren	DE	98708	0	Europe/Berlin	53.59123	13.73404				12	00	13075	13075130
2921995	Gehren	gehren	DE	98708	0	Europe/Berlin	51.8048	13.64671				11	00	12061	12061219
2921996	Gehren	gehren	DE	98708	3703	Europe/Berlin	50.64852	11.00471		Gehren,Geren,ge lun,ghyrn,grn,Герен,غيرن,گرن,格伦		15	00	16070	16070029
2921997	Gehren	gehren	DE	98708	0	Europe/Berlin	47.79055	10.70965				02	097	09777	09777151
2922004	Gehrden	gehrden	DE	30989	0	Europe/Berlin	53.71445	9.27688		Gehrden,Gehren,Gohrden,Göhrden		06	00	03359	03359013
2922005	Gehrden	gehrden	DE	30989	0	Europe/Berlin	53.54794	9.65198				06	00	03359	03359028
2922006	Gehrden	gehrden	DE	30989	0	Europe/Berlin	53.36996	10.15497				06	00	03353	03353040
2922007	Gehrden	gehrden	DE	30989	0	Europe/Berlin	53.03333	8.76667				06	00	03251	03251037
2922008	Gehrden	gehrden	DE	30989	14955	Europe/Berlin	52.31362	9.60033		Gehrden bei Hannover,Gerden,ge er deng,ghyrdn,grdn,Герден,غيردن,گردن,格尔登		06	00	03241	03241006
2922009	Gehrden	gehrden	DE	30989	241	Europe/Berlin	52.00936	11.9573		Gehrden		14	00	15082	15082430
2922010	Gehrden	gehrden	DE	30989	0	Europe/Berlin	51.6552	9.11888		Gehrden		07	057	05762	05762016
2922012	Gehrde	gehrde	DE	49596	2391	Europe/Berlin	52.57684	8.00342		Gerde,ge er de,Герде,格尔德	03459018	06	00	03459	03459018
2922014	Gehofen	gehofen	DE	06571	782	Europe/Berlin	51.32269	11.32002		Gehofen	16065019	15	00	16065	16065019
2922022	Gehlweiler	gehlweiler	DE	55490	254	Europe/Berlin	49.88333	7.46667			07140040	08	00	07140	07140040
2922085	Gefrees	gefrees	DE	95482	4876	Europe/Berlin	50.09538	11.73772		Gefrees,Gefres,ge fu lei si,gefuresu,gfrs,gfrys,ghyfrys,Гефрес,Գեֆրես,غيفريس,گفرس,گفریس,ゲフレース,格夫雷斯		02	094	09472	09472139
2922089	Gefell	gefell	DE	07926	0	Europe/Berlin	50.44054	11.85929		Gefel,Gefell,Gefell',ge fei er,gfr knar ashlayts,ghyfl,Гефел,Гефелль,غيفل,گفر کنار اشلایتس,格费尔		15	00	16075	16075131
2922090	Gefell	gefell	DE	07926	0	Europe/Berlin	50.31478	11.20708				15	00	16072	16072024
2922091	Gefell	gefell	DE	07926	93	Europe/Berlin	50.23333	6.91667			07233025	08	00	07233	07233025
2922102	Geesthacht	geesthacht	DE	21502	29487	Europe/Berlin	53.43575	10.3779		Geesthacht,Gestakht,Gestkhakht,Stadt Geesthacht,ge si ta te,ghyztakht,gyztakht,Гестахт,Гестхахт,غيزتاخت,گیزتاخت,格斯塔特,𐌲𐌴𐍃𐍄𐌷𐌰𐍇𐍄		10	00	01053	01053032
2922105	Geestgottberg	geestgottberg	DE	39615	403	Europe/Berlin	52.95442	11.73607		Geestgottberg		14	00	15090	15090520
2922112	Geeste	geeste	DE	49744	11281	Europe/Berlin	52.6	7.26667			03454014	06	00	03454	03454014
2922116	Geesow	geesow	DE	16307	0	Europe/Berlin	53.25371	14.37913				11	00	12073	12073189
2922124	Gedern	gedern	DE	63688	7879	Europe/Berlin	50.42482	9.1984		Gedern,gdrn,ge deng,gederun,ghydrn,Гедерн,غيدرن,گدرن,ゲーデルン,格登		05	064	06440	06440009
2922136	Gechingen	gechingen	DE	75391	4111	Europe/Berlin	48.69527	8.82915			08235029	01	082	08235	08235029
2922140	Gebstedt	gebstedt	DE	99510	311	Europe/Berlin	51.09754	11.49616		Gebstedt		15	00	16071	16071004
2922141	Gebsattel	gebsattel	DE	91607	1826	Europe/Berlin	49.35	10.2		Gebzatel,Gebzattel',ge bu sa te er,gepuzatteru,Гебзател,Гебзаттель,Գեբզատել,ゲープザッテル,格布萨特尔	09571152	02	095	09571	09571152
2922143	Gebroth	gebroth	DE	55595	171	Europe/Berlin	49.88333	7.65			07133033	08	00	07133	07133033
2922174	Gebhardshain	gebhardshain	DE	57580	1869	Europe/Berlin	50.75	7.81667		Gebkhardskhajn,gbhardshayn,ge bu ha er ci hai en,gebuharutsuhain,Гебхардсхайн,Гебхардсхајн,گبهاردسهاین,ゲブハルツハイン,格布哈尔茨海恩	07132039	08	00	07132	07132039
2922177	Gebesee	gebesee	DE	99189	2287	Europe/Berlin	51.11488	10.93455		Gebesee,Gebeze,Gebezee,gbzy,ge bei sai,ghybhzyh,Гебезе,Гебезее,غيبهزيه,گبزی,格贝塞		15	00	16068	16068014
2922207	Gebenbach	gebenbach	DE	92274	923	Europe/Berlin	49.53762	11.87204		Gebenbakh,Gebenbax,ge ben ba he,Гебенбах,Գեբենբախ,格本巴赫	09371123	02	093	09371	09371123
2922227	Gau-Weinheim	gau-weinheim	DE	55578	683	Europe/Berlin	49.84639	8.04778			07331033	08	00	07331	07331033
2922230	Gauting	gauting	DE	82131	19216	Europe/Berlin	48.06919	11.37703			09188120	02	091	09188	09188120
2922237	Gaushorn	gaushorn	DE	25782	212	Europe/Berlin	54.2	9.23333		Gaushorn	01051035	10	00	01051	01051035
2922245	Gau-Odernheim	gau-odernheim	DE	55239	3740	Europe/Berlin	49.78472	8.19417		Gau-Odernheim,Gau-Odernkhajm,gao-ao de en hai mu,Гау-Одернхайм,Гау-Одернхајм,高-奥德恩海姆	07331032	08	00	07331	07331032
2922271	Gaukönigshofen	gaukonigshofen	DE	97253	2335	Europe/Berlin	49.63333	10		Gaukenigsgofen,Gaukenigskhofen,Gaukjonigskhofen,Gaukoenigshofen,Gaukönigshofen,gao ke ni ge si huo fen,gaukenihisuhofen,Гаукенигсхофен,Гаукенігсгофен,Гаукёнигсхофен,Գաուքյոնիգսհոֆեն,ガウケーニヒスホーフェン,高克尼格斯霍芬	09679134	02	096	09679	09679134
2922276	Gau-Heppenheim	gau-heppenheim	DE	55234	558	Europe/Berlin	49.74222	8.17333			07331031	08	00	07331	07331031
2922278	Gaugrehweiler	gaugrehweiler	DE	67822	558	Europe/Berlin	49.7	7.86667			07333023	08	00	07333	07333023
2922282	Gauersheim	gauersheim	DE	67294	651	Europe/Berlin	49.65972	8.07194			07333022	08	00	07333	07333022
2922284	Gauern	gauern	DE	07580	156	Europe/Berlin	50.78333	12.2		Gauern	16076019	15	00	16076	16076019
2922304	Gau-Bischofsheim	gau-bischofsheim	DE	55296	1977	Europe/Berlin	49.91583	8.27278			07339020	08	00	07339	07339020
2922305	Gau-Bickelheim	gau-bickelheim	DE	55599	2122	Europe/Berlin	49.83528	8.02056			07331030	08	00	07331	07331030
2922309	Gau-Algesheim	gau-algesheim	DE	55435	6553	Europe/Berlin	49.95669	8.01569		Gau-Al'geskhajm,Gau-Algeskhajm,gao-a er ge si hai mu,gau=arugesuhaimu,gaw-algshaym,ghaw-alghshaym,Гау-Алгесхајм,Гау-Альгесхайм,غاو-آلغسهايم,گاو-آلگسهایم,ガウ＝アルゲスハイム,高-阿尔格斯海姆		08	00	07339	07339019
2922342	Gatersleben	gatersleben	DE	06466	2589	Europe/Berlin	51.82215	11.28661		Gatersleben,Гатерслебен		14	00	15089	15089307
2922419	Garz	garz	DE	17419	1977	Europe/Berlin	54.31843	13.35125		Garz,Garz/Ruegen,Garz/Rügen		12	00	13073	13073027
2922420	Garz	garz	DE	17419	208	Europe/Berlin	53.88166	14.16922		Garc,Garz,Гарц		12	00	13075	13075034
2922421	Garz	garz	DE	17419	0	Europe/Berlin	53.03925	12.08496				11	00	12070	12070302
2922422	Garz	garz	DE	17419	0	Europe/Berlin	52.84301	12.62956				11	00	12068	12068426
2922423	Garz	garz	DE	17419	0	Europe/Berlin	52.75214	12.20015				14	00	15090	15090225
2922436	Gärtringen	gartringen	DE	71116	11760	Europe/Berlin	48.64176	8.90073		Gaertringen,Gertringen,Gärtringen,ge er te lin gen,Гертринген,Гертрінген,Գերտրինգեն,გერტრინგენი,格尔特林根	08115015	01	081	08115	08115015
2922438	Gartow	gartow	DE	29471	1389	Europe/Berlin	53.0247	11.462		Gartov,gartw,jia er tuo,Гартов,گارتو,加尔托		06	00	03354	03354005
2922439	Gartow	gartow	DE	29471	0	Europe/Berlin	52.88757	12.52012				11	00	12068	12068477
2922483	Garstedt	garstedt	DE	21441	0	Europe/Berlin	53.67721	9.96861		Garstedt		10	00	01060	01060063
2922484	Garstedt	garstedt	DE	21441	1459	Europe/Berlin	53.28467	10.16137			03353012	06	00	03353	03353012
2922511	Garrel	garrel	DE	49681	12273	Europe/Berlin	52.95	8.01667		Garel,Garrel',jia lei er,Гарел,Гаррель,加雷尔	03453008	06	00	03453	03453008
2923253	Gaißach	gaissach	DE	83674	3028	Europe/Berlin	47.75	11.58333		Gaissach,Gaißach,Gajsakh,Gaysax,gai sa,gaysakh,Гайсах,Гајсах,Գայսախ,گایساخ,盖萨	09173124	02	091	09173	09173124
2923305	Gaimersheim	gaimersheim	DE	85080	10840	Europe/Berlin	48.80705	11.36801		Gajmersgajm,Gajmerskhajm,Gaymershaym,Goamascham,gai mei er si hai mu,gaymrshaym,Гаймерсгайм,Гаймерсхайм,Гајмерсхајм,Գայմերսհայմ,گایمرسهایم,盖梅尔斯海姆		02	091	09176	09176126
2925395	Frauendorf	frauendorf	DE	01990	0	Europe/Berlin	48.19844	12.48611				02	091	09183	09183124
2922530	Garmisch-Partenkirchen	garmisch-partenkirchen	DE	82467	26022	Europe/Berlin	47.49209	11.09576		Garmasch-Partakurch,Garmisa-Partenkirhene,Garmisas-Partenkirchenas,Garmisch-Partenkirchen,Garmish-Partehnkirkhen,Garmish-Partenkirkhen,Garmiša-Partenkirhene,Garmišas-Partenkirchenas,Markt Garmisch-Partenkirchen,Nkarmis-Parten'kirchen,Qarmis-Partenkirhen,Qarmiş-Partenkirhen,ZEI,galeumisyupaleutenkileuhen,garmysh-partnkyrshn,garumisshu=parutenkiruhyen,gharmysh-bartnkyrshn,grmys-prtnqyrkn,jia er mi shi-pa teng ji xing,Γκάρμις-Παρτενκίρχεν,Гармиш-Партенкирхен,Гарміш-Партенкірхен,Гарміш-Партэнкірхен,גרמיש-פרטנקירכן,غارميش-بارتنكيرشن,گارمیش-پارتنکیرشن,ガルミッシュ＝パルテンキルヒェン,加爾米施-帕滕基興,가르미슈파르텐키르헨	09180	02	091	09180	09180117
2922538	Garlstorf	garlstorf	DE	21376	0	Europe/Berlin	53.34985	10.67397				06	00	03355	03355009
2922539	Garlstorf	garlstorf	DE	21376	1073	Europe/Berlin	53.23728	10.10137			03353011	06	00	03353	03353011
2922544	Garlitz	garlitz	DE	19249	447	Europe/Berlin	53.31662	11.00813				12	00	13076	13076088
2922545	Garlitz	garlitz	DE	19249	0	Europe/Berlin	52.56592	12.55923				11	00	12063	12063186
2922548	Garlipp	garlipp	DE	39579	201	Europe/Berlin	52.64398	11.61441		Garlipp		14	00	15090	15090070
2922549	Garlin	garlin	DE	19357	0	Europe/Berlin	53.18427	11.67883				11	00	12070	12070173
2922571	Garding	garding	DE	25836	3065	Europe/Berlin	54.33056	8.78056		Garding,gardyng,ghardyngh,jia er ding,Гардинг,غاردينغ,گاردینگ,加尔丁	01054036	10	00	01054	01054036
2922580	Gardelegen	gardelegen	DE	39638	11868	Europe/Berlin	52.5252	11.39523		Gardelegen,Gardelengen,Garlae,Garlä,ghardhlyghn,jia er de lai gen,Гарделеген,غاردهليغن,گراده‌لگن,加尔德莱根		14	00	15081	15081135
2922722	Gangelt	gangelt	DE	52538	11484	Europe/Berlin	50.99247	5.99802		Gangel't,Gangelt,gan ge er te,janjlt,Гангелт,Гангельт,جانجلت,甘格尔特	05370008	07	053	05370	05370008
2922582	Garching bei München	garching-bei-munchen	DE	85748	15303	Europe/Berlin	48.24896	11.65101		Arching,Garching,Garching bei Minga,Garching bei Munchen,Garching bei München,Garkhing,Garkhing kod Minkhena,Garkhing-baj-Mjunkhen,Garxing,garshyng bay mwnykh,gharshyngh bay mwnshn,jia xing,Гархинг,Гархинг код Минхена,Гархінг-бай-Мюнхен,Գարխինգ,غارشينغ باي مونشن,گارشینگ بای مونیخ,ガーヒンク・バイ・ミュンヘン,加兴		02	091	09184	09184119
2922583	Garching an der Alz	garching-an-der-alz	DE	84518	8796	Europe/Berlin	48.13451	12.58152		Garching,Garching an da Alz,Garching an der Alz,Garkhing an der Alc,Garkhing-an-der-Al'c,Garkhing-na-Al'ce,garshyng an dr alts,Гархинг ан дер Алц,Гархинг-на-Альце,Гархінг-ан-дер-Альц,Ալցի Գարխինգ,گارشینگ ان در آلتس		02	091	09171	09171117
2922586	Garbsen	garbsen	DE	30823	63355	Europe/Berlin	52.41371	9.5899		Garbsen,Garbzen,Gerbernessen [a. 1286],Olengarbsen,ZEH,garbzn,jia bu sen,Гарбзен,Гарбсен,گاربزن,加布森		06	00	03241	03241005
2922604	Gappenach	gappenach	DE	56294	368	Europe/Berlin	50.27299	7.34505			07137027	08	00	07137	07137027
2922610	Ganzlin	ganzlin	DE	19395	598	Europe/Berlin	53.38288	12.2488		Ganzlin		12	00	13076	13076166
2922716	Gangkofen	gangkofen	DE	84140	6638	Europe/Berlin	48.43701	12.56419		Ganghofen,Gangkofen,Gangofen,Gankfoken,Gankofen,gang ke fen,gangkwfn,Гангофен,Ганкофен,Գանգոֆեն,گانگکوفن,冈科芬		02	092	09277	09277121
2922728	Gandesbergen	gandesbergen	DE	27324	478	Europe/Berlin	52.76001	9.22564			03256008	06	00	03256	03256008
2922731	Ganderkesee	ganderkesee	DE	27777	31141	Europe/Berlin	53.03333	8.53333		Ganderkesee,Ganderkeze,gan de er ke sai,Гандеркезе,甘德尔克塞	03458005	06	00	03458	03458005
2922732	Gandenitz	gandenitz	DE	17268	0	Europe/Berlin	53.17353	13.44091		Gradenitz		11	00	12073	12073572
2922747	Gammertingen	gammertingen	DE	72501	6790	Europe/Berlin	48.2524	9.22349		Gamertingen,Gammertingen,gamrtyngn,ghamrtynghn,jia mei er ting gen,Гамертинген,Гаммертинген,Гаммертінген,غامرتينغن,گامرتینگن,加梅尔廷根		01	084	08437	08437031
2922752	Gammelshausen	gammelshausen	DE	73108	0	Europe/Berlin	50.06727	7.48337				08	00	07140	07140055
2922753	Gammelshausen	gammelshausen	DE	73108	1426	Europe/Berlin	48.64023	9.65072		Gamelskhauzen,Gammel'sgauzen,Gammel'skhauzen,jia mei er si hao sen,Гамелсхаузен,Гаммельсгаузен,Гаммельсхаузен,加梅尔斯豪森	08117023	01	081	08117	08117023
2922754	Gammelsdorf	gammelsdorf	DE	85408	1471	Europe/Berlin	48.55	11.95		Gamelsdorf,Gammel'sdorf,Gammelsdorf,gamlsdwrf,jia mei er si duo fu,Гамелсдорф,Гаммельсдорф,Գամելսդորֆ,گاملسدورف,加梅尔斯多夫	09178125	02	091	09178	09178125
2922761	Gammelin	gammelin	DE	19230	485	Europe/Berlin	53.5121	11.24276		Gammelin		12	00	13076	13076041
2922767	Gammelby	gammelby	DE	24340	0	Europe/Berlin	54.71527	9.62813		Gammelby		10	00	01059	01059161
2922768	Gammelby	gammelby	DE	24340	554	Europe/Berlin	54.5	9.8			01058057	10	00	01058	01058057
2922770	Gamlen	gamlen	DE	56761	558	Europe/Berlin	50.23333	7.2			07135033	08	00	07135	07135033
2922797	Gallun	gallun	DE	15749	0	Europe/Berlin	52.24475	13.56058				11	00	12061	12061332
2922805	Gallmersgarten	gallmersgarten	DE	91605	805	Europe/Berlin	49.45	10.26667		Gal'mersgarten,Gall'mersgarten,Galmersgarten,jia er mei er si jia er teng,Галльмерсгартен,Галмерсгартен,Гальмерсгартен,Գալմերսգարթեն,加尔梅尔斯加尔滕	09575124	02	095	09575	09575124
2922813	Gallinchen	gallinchen	DE	03058	0	Europe/Berlin	51.71103	14.35393		Gallinchen,Golynk,Gołynk		11	00	12052	12052000
2922815	Gallin	gallin	DE	19258	573	Europe/Berlin	53.5099	12.1241				12	00	13076	13076040
2922816	Gallin	gallin	DE	19258	0	Europe/Berlin	53.49353	10.83317				12	00	13076	13076039
2922818	Gallin	gallin	DE	19258	0	Europe/Berlin	51.83845	12.75766		Gallien,Gallin		14	00	15091	15091391
2923234	Galenberg	galenberg	DE	56651	221	Europe/Berlin	50.43333	7.2			07131204	08	00	07131	07131204
2923237	Galenbeck	galenbeck	DE	17337	0	Europe/Berlin	53.64943	13.008				12	00	13071	13071123
2923238	Galenbeck	galenbeck	DE	17337	0	Europe/Berlin	53.61972	13.70587		Galenbeck,Galenbek,jia lun bei ke,Галенбек,加伦贝克		12	00	13071	13071037
2923252	Gaißach	gaissach	DE	83674	0	Europe/Berlin	49.62017	11.65261				02	093	09371	09371135
2924624	Friedrichsdorf	friedrichsdorf	DE	61381	0	Europe/Berlin	51.02427	10.91303				15	00	16068	16068061
2923325	Gaildorf	gaildorf	DE	74405	12571	Europe/Berlin	49.00027	9.76953		Gajl'dorf,Gajldorf,gai er duo fu,gairudorufu,gayldwrf,ghayldwrf,Гайльдорф,Гајлдорф,غايلدورف,گایلدورف,ガイルドルフ,盖尔多夫		01	081	08127	08127025
2923333	Gaienhofen	gaienhofen	DE	78343	3157	Europe/Berlin	47.68333	8.98333		Gaingofen,Gajenkhofen,Gajnkhofen,gai en huo fen,Гайенхофен,Гайнхофен,Гаїнгофен,Гајнхофен,盖恩霍芬	08335025	01	083	08335	08335025
2923334	Gaiberg	gaiberg	DE	69251	2437	Europe/Berlin	49.36639	8.74972		Gajberg,gai bei ge,gaiberuku,Гайберг,Гајберг,ガイベルク,盖贝格	08226022	01	082	08226	08226022
2923342	Gahro	gahro	DE	03246	0	Europe/Berlin	51.738	13.72464				11	00	12062	12062088
2923351	Gahlenz	gahlenz	DE	09569	919	Europe/Berlin	50.82566	13.21122		Gahlenz		13	00	14522	14522440
2923362	Gaggenau	gaggenau	DE	76571	29496	Europe/Berlin	48.8	8.33333		Gagenau,Gaggenau,gagnaw,ghaghnaw,jia ge nao,Гаггенау,Гагенау,غاغناو,گاگناو,加格瑙		01	082	08216	08216015
2923369	Gager	gager	DE	18586	415	Europe/Berlin	54.30966	13.68433				12	00	13073	13073107
2923372	Gagel	gagel	DE	39606	126	Europe/Berlin	52.8461	11.57644		Gagel		14	00	15090	15090007
2923376	Gadsdorf	gadsdorf	DE	15806	0	Europe/Berlin	52.19035	13.32463		Gadsdorf		11	00	12072	12072002
2923377	Gadsdorf	gadsdorf	DE	15806	0	Europe/Berlin	49.18996	12.81686				02	093	09372	09372137
2923386	Gädheim	gadheim	DE	97503	0	Europe/Berlin	50.03333	10.35		Gaedheim,Gedgajm,Gedhaym,Gedkhajm,Gädheim,ge de hai mu,Гедгайм,Гедхайм,Гедхајм,Գեդհայմ,格德海姆	09674139	02	096	09674	09674139
2923387	Gadheim	gadheim	DE	97503	1255	Europe/Berlin	49.84584	9.90566		Gadheim		02	096	09679	09679202
2923408	Gadegast	gadegast	DE	06918	216	Europe/Berlin	51.89147	12.89361				14	00	15091	15091391
2923410	Gadebusch	gadebusch	DE	19205	6030	Europe/Berlin	53.70137	11.11676		Gadebusa,Gadebusch,Gadebush,Gādebuša,gadbwsh,ghadhbwsh,jia de bu shi,Гадебуш,غادهبوش,گادبوش,加德布施		12	00	13074	13074021
2923418	Gackenbach	gackenbach	DE	56412	572	Europe/Berlin	50.36667	7.86667			07143020	08	00	07143	07143020
2923426	Gachenbach	gachenbach	DE	86565	2320	Europe/Berlin	48.5	11.23333		Gakhenbakh,Gaxenbax,gakhnbakh,jia heng ba he,Гахенбах,Գախենբախ,گاخنباخ,加亨巴赫	09185131	02	091	09185	09185131
2923428	Gabsheim	gabsheim	DE	55288	776	Europe/Berlin	49.82778	8.17611		Gabskhajm,jia bu si hai mu,Габсхайм,Габсхајм,加布斯海姆	07331029	08	00	07331	07331029
2923439	Gablingen	gablingen	DE	86456	4707	Europe/Berlin	48.45	10.81667		Gablingen,jia bu lin gen,Габлинген,Габлінген,Գաբլինգեն,加布林根	09772145	02	097	09772	09772145
2923443	Gablenz	gablenz	DE	02953	206	Europe/Berlin	51.68646	14.50944		Gablenz		11	00	12071	12071301
2923444	Gablenz	gablenz	DE	02953	1950	Europe/Berlin	51.53333	14.66667		Gablenz,Jablonc,Jabłońc	14626100	13	00	14626	14626100
2923445	Gablenz	gablenz	DE	02953	0	Europe/Berlin	50.82723	12.96763		Gablenz		13	00	14511	14511000
2923446	Gablenz	gablenz	DE	02953	0	Europe/Berlin	50.81882	12.41987		Crimmitschau-Gablenz,Gablenz		13	00	14524	14524030
2923447	Gablenz	gablenz	DE	02953	0	Europe/Berlin	50.67405	12.7665		Gablenz		13	00	14521	14521590
2923500	Bad Füssing	bad-fussing	DE	94072	6701	Europe/Berlin	48.351	13.312		Bad Fising,Bad Fuessing,Bad Fussing,Bad Fyusing,Bad Füssing,Bad-Fjussing,Fussing,Füssing,ba te fei xing,bad fwsyng,Бад Фисинг,Бад-Фюссинг,Бад-Фюссінг,Բադ Ֆյուսինգ,باد فوسینگ,巴特菲兴		02	092	09275	09275116
2923503	Fußgönheim	fussgonheim	DE	67136	2436	Europe/Berlin	49.46111	8.29222		Fusgenkhajm,Fusgjonkhajm,Fussgennem,Fussgoenheim,Fußgennem,Fußgönheim,fu si gen hai mu,Фусгенхајм,Фусгёнхайм,Фусгөнхайм,富斯根海姆	07338008	08	00	07338	07338008
2923529	Furth im Wald	furth-im-wald	DE	93437	9480	Europe/Berlin	49.30955	12.84156		Brod nad Lesy,Furt,Furt im Vald,Furt-im-Val'd,Furth,Furth im Wald,fwrt am fald,fwrt aym wald,lin qu fu er te,Фурт им Валд,Фурт-им-Вальд,Фурт-ім-Вальд,Վալդի Ֆուրթ,فورت إم فالد,فورت ایم والد,林区富尔特		02	093	09372	09372126
2923534	Fürthen	furthen	DE	57539	1276	Europe/Berlin	50.78333	7.66667		Fuerthen,Fürthen	07132038	08	00	07132	07132038
2923539	Furth	furth	DE	64658	0	Europe/Berlin	51.28132	6.23836				07	051	05166	05166016
2923540	Furth	furth	DE	64658	0	Europe/Berlin	51.2	6.85				07	051	05111	05111000
2923541	Furth	furth	DE	64658	0	Europe/Berlin	50.85979	12.91853				13	00	14511	14511000
2923542	Furth	furth	DE	64658	0	Europe/Berlin	50.22608	6.95962				08	00	07135	07135083
2923543	Fürth	furth	DE	64658	11181	Europe/Berlin	49.65083	8.78472		Fuerth,Fürth,fwrt,fwrth,فورت,فورث	06431007	05	064	06431	06431007
2923544	Fürth	furth	DE	64658	112025	Europe/Berlin	49.47593	10.98856		Firt,Fiurtas,Fjurt,Fuerth,Fürth,fei er te,fu~yuruto,fwrt,fwrth,pwileuteu,Фирт,Фюрт,פיורדא,فرتھ,فورت,فورث,ფიურტი,フュルト,菲尔特,퓌르트		02	095	09563	09563000
2923546	Furth	furth	DE	64658	0	Europe/Berlin	49.30901	11.15679				02	095	09576	09576132
2923547	Furth	furth	DE	64658	0	Europe/Berlin	48.92487	12.66834				02	092	09278	09278118
2923548	Furth	furth	DE	64658	0	Europe/Berlin	48.79539	13.39094				02	092	09272	09272120
2923549	Furth	furth	DE	64658	0	Europe/Berlin	48.59095	12.02057			09274132	02	092	09274	09274132
2923550	Furth	furth	DE	64658	0	Europe/Berlin	48.50246	12.892				02	092	09277	09277114
2923551	Furth	furth	DE	64658	0	Europe/Berlin	48.44446	12.7159				02	092	09277	09277119
2923552	Furth	furth	DE	64658	0	Europe/Berlin	48.39339	12.99582				02	092	09277	09277149
2923553	Furth	furth	DE	64658	3236	Europe/Berlin	48.40616	12.38121		Furth		02	092	09274	09274120
2923554	Furth	furth	DE	64658	0	Europe/Berlin	48.35376	12.49195				02	091	09183	09183129
2923555	Furth	furth	DE	64658	0	Europe/Berlin	48.24512	12.39676				02	091	09183	09183112
2923556	Furth	furth	DE	64658	0	Europe/Berlin	48.20557	12.51159				02	091	09183	09183136
2923557	Furth	furth	DE	64658	0	Europe/Berlin	48.17157	12.21757				02	091	09183	09183140
2923558	Furth	furth	DE	64658	0	Europe/Berlin	48.07132	12.74244				02	091	09189	09189152
2923559	Furth	furth	DE	64658	0	Europe/Berlin	48.02908	11.59652		Furth		02	091	09184	09184134
2925069	Freilingen	freilingen	DE	56244	725	Europe/Berlin	50.5593	7.83458			07143018	08	00	07143	07143018
2923584	Fürstenzell	furstenzell	DE	94081	7719	Europe/Berlin	48.52163	13.31749		Fiaschtnzei,Firstencel,Fjurstencel',Fjurstencell',Fuerstenzell,Furstenzell,Fürstenzell,fei er si teng ce er,fwrstnzl,Фирстенцел,Фюрстенцелль,Фюрстенцель,Ֆյուրսթենցել,فورستنزل,菲尔斯滕策尔		02	092	09275	09275122
2923595	Fürstenstein	furstenstein	DE	94538	3459	Europe/Berlin	48.71667	13.33333		Firstenshtajn,Fjurstenshtajn,Fuerstenstein,Fürstenstein,fei er si teng si tai yin,fwrstnshtayn,Фирстенштајн,Фюрстенштайн,Ֆյուրսթենշթայն,فورستنشتاین,菲尔斯滕斯泰因	09275121	02	092	09275	09275121
2923626	Fürsteneck	fursteneck	DE	94142	1058	Europe/Berlin	48.71667	13.46667		Firstenek,Fjurstenek,Fuersteneck,Fürsteneck,fei er si te nei ke,fwrstnk,Фирстенек,Фюрстенек,Ֆյուրսթենեկ,فورستنک,菲尔斯特内克	09272119	02	092	09272	09272119
2923638	Fürstenberg	furstenberg	DE	37699	1323	Europe/Berlin	51.73333	9.4			03255014	06	00	03255	03255014
2923643	Fürstenberg	furstenberg	DE	37699	0	Europe/Berlin	47.89226	8.55194		Furstenberg,Fürstenberg		01	083	08326	08326027
2923707	Fürfeld	furfeld	DE	55546	0	Europe/Berlin	49.21037	9.06061		Furfeld,Fürfeld		01	081	08125	08125006
2923815	Fuldatal	fuldatal	DE	34233	12186	Europe/Berlin	51.38333	9.56667		Ful'datal',Fuldatal,fu er da ta er,furudataru,Фулдатал,Фульдаталь,フルダタール,富尔达塔尔	06633009	05	066	06633	06633009
2923820	Fuldabrück	fuldabruck	DE	34277	0	Europe/Berlin	51.26667	9.48333		Ful'dabrjuk,Fuldabrik,Fuldabrueck,Fuldabrück,fu er da bu lu ke,furudaburyukku,Фулдабрик,Фульдабрюк,フルダブリュック,富尔达布吕克	06633008	05	066	06633	06633008
2923822	Fulda	fulda	DE	36037	63760	Europe/Berlin	50.55162	9.67518		Foulnta,Ful'da,Fulda,ZEE,fu er da,furuda,fwlda,pulda,pwldh,Φούλντα,Фулда,Фульда,פולדה,فولدا,フルダ,富尔达,풀다	06631	05	066	06631	06631009
2923860	Fuhlenhagen	fuhlenhagen	DE	21493	291	Europe/Berlin	53.57299	10.52841		Fuhlenhagen	01053031	10	00	01053	01053031
2923861	Fuhlendorf	fuhlendorf	DE	18356	997	Europe/Berlin	54.36048	12.60188				12	00	13073	13073025
2923862	Fuhlendorf	fuhlendorf	DE	18356	381	Europe/Berlin	53.94366	9.88684			01060023	10	00	01060	01060023
2923892	Fuchstal	fuchstal	DE	86925	0	Europe/Berlin	50.88681	6.36174		Fuchstal,Fuchsthal		07	053	05358	05358024
2923899	Fuchsstadt	fuchsstadt	DE	97727	0	Europe/Berlin	50.15803	10.40677				02	096	09678	09678181
2923900	Fuchsstadt	fuchsstadt	DE	97727	1819	Europe/Berlin	50.10825	9.9337		Fukhsshtat,Fuksshtadt,fu si ta te,Фуксштадт,Фухсштат,Ֆուքսշտադտ,富斯塔特	09672124	02	096	09672	09672124
2923901	Fuchsstadt	fuchsstadt	DE	97727	0	Europe/Berlin	49.69889	9.97				02	096	09679	09679176
2924381	Friesenheim	friesenheim	DE	55278	647	Europe/Berlin	49.83639	8.25694			07339018	08	00	07339	07339018
2923907	Fuchsmühl	fuchsmuhl	DE	95689	1774	Europe/Berlin	49.92265	12.14582		Fuchsmuehl,Fuchsmuhl,Fuchsmühl,Fukhsmil,Fuksmjul',fu si mi he er,Фуксмюль,Фухсмил,Ֆուքսմյուլ,富斯米赫尔		02	093	09377	09377119
2923936	Fuchshofen	fuchshofen	DE	53533	108	Europe/Berlin	50.42832	6.85101			07131022	08	00	07131	07131022
2924125	Frücht	frucht	DE	56132	609	Europe/Berlin	50.31667	7.68333		Fruecht,Frücht	07141044	08	00	07141	07141044
2924138	Frose	frose	DE	06464	1549	Europe/Berlin	51.79581	11.37914		Frose		14	00	15089	15089307
2924186	Frontenhausen	frontenhausen	DE	84160	4430	Europe/Berlin	48.54628	12.53118		Frontengauzen,Frontenhausen,Frontenkhauzen,frwntnhawzn,fu long teng hao sen,Фронтенгаузен,Фронтенхаузен,Ֆրոնթենհաուզեն,فرونتنهاوزن,弗龙滕豪森		02	092	09279	09279115
2924194	Fronhofen	fronhofen	DE	55471	0	Europe/Berlin	49.90242	7.16938		Fronhofen,Fronhofen-Kautenbach		08	00	07231	07231070
2924195	Fronhofen	fronhofen	DE	55471	213	Europe/Berlin	49.98333	7.46667			07140039	08	00	07140	07140039
2924196	Fronhofen	fronhofen	DE	55471	0	Europe/Berlin	48.76667	12.08333		Frohnhofen,Fronhofen		02	092	09273	09273127
2924197	Fronhofen	fronhofen	DE	55471	0	Europe/Berlin	48.73106	10.5679				02	097	09773	09773117
2924198	Fronhofen	fronhofen	DE	55471	0	Europe/Berlin	47.85742	9.52221		Fronhofen		01	084	08436	08436096
2924201	Fronhausen	fronhausen	DE	35112	4116	Europe/Berlin	50.7	8.7		Frongauzen,Fronkhauzen,fu long hao sen,furonhauzen,Фронгаузен,Фронхаузен,フロンハウゼン,弗龙豪森	06534009	05	065	06534	06534009
2924242	Frohnsdorf	frohnsdorf	DE	04618	334	Europe/Berlin	50.94248	12.57868			16077036	15	00	16077	16077036
2924256	Frohnhofen	frohnhofen	DE	66903	0	Europe/Berlin	50.00738	9.26265				02	096	09671	09671139
2924257	Frohnhofen	frohnhofen	DE	66903	0	Europe/Berlin	49.7	8.86667				05	064	06437	06437013
2924258	Frohnhofen	frohnhofen	DE	66903	600	Europe/Berlin	49.45384	7.29939		Fronkhofen,fu luo en huo fen,Фронхофен,弗罗恩霍芬	07336027	08	00	07336	07336027
2924259	Frohnhofen	frohnhofen	DE	66903	0	Europe/Berlin	47.77238	10.24192		Frohnhausen,Frohnhofen		02	097	09780	09780112
2924313	Frohburg	frohburg	DE	04654	7983	Europe/Berlin	51.05719	12.55746		Froburg,Froburga,Frohburg,Frokhburg,frhbwrg,frwhbwrgh,fu luo bao,Фробург,Фрохбург,فرهبورگ,فروهبورغ,弗罗堡		13	00	14729	14729140
2924326	Fritzlar	fritzlar	DE	34560	14814	Europe/Berlin	51.13181	9.27557		FRZ,Fricdislaria,Friclar,Fritclar,Fritslar,Fritzlar,Fryclar,frytslar,frytzlar,fu li ci la er,furittsura,Φρίτσλαρ,Фритцлар,Фрицлар,Фрыцлар,Фріцлар,فريتسلار,فریتزلار,フリッツラー,弗里茨拉尔		05	066	06634	06634005
2924335	Frittlingen	frittlingen	DE	78665	2108	Europe/Berlin	48.12709	8.70774			08327017	01	083	08327	08327017
2924347	Friolzheim	friolzheim	DE	71292	3575	Europe/Berlin	48.83333	8.83333		Friol'cgajm,Friol'ckhajm,Friolckhajm,fu li ao er ci hai mu,Фриолцхајм,Фриольцхайм,Фріольцгайм,Ֆրիոլցհայմ,弗里奥尔茨海姆	08236019	01	082	08236	08236019
2924360	Friesoythe	friesoythe	DE	26169	20311	Europe/Berlin	53.0226	7.85764		Ait,Aithe,Friesoythe,Frizojte,fryzwyth,fu li suo yi te,Фризойте,Фризојте,فريزويته,فریزویته,弗里索伊特		06	00	03453	03453007
2924371	Friesenried	friesenried	DE	87654	1523	Europe/Berlin	47.87477	10.53464			09777128	02	097	09777	09777128
2924380	Friesenheim	friesenheim	DE	55278	0	Europe/Berlin	49.49324	8.41598		Friesenheim		08	00	07314	07314000
2924382	Friesenheim	friesenheim	DE	55278	0	Europe/Berlin	48.36667	7.88333		Frizengajm,Frizenkhajm,Фризенхайм,Фризенхајм,Фрізенгайм	08317031	01	083	08317	08317031
2924388	Friesenhagen	friesenhagen	DE	51598	1692	Europe/Berlin	50.90377	7.80961		Frizenkhagen,fraysnhagn,fu li sen ha gen,Фризенхаген,فرایسنهاگن,弗里森哈根	07132037	08	00	07132	07132037
2924398	Friesdorf	friesdorf	DE	06543	0	Europe/Berlin	50.69608	7.12874		Freesdoerp,Freesdörp,Friesdorf,Frisdorf,Фрисдорф		07	053	05314	05314000
2924399	Friesdorf	friesdorf	DE	06543	386	Europe/Berlin	51.58856	11.30472		Friesdorf		14	00	15087	15087275
2924406	Friesack	friesack	DE	14662	2814	Europe/Berlin	52.73764	12.57969		Frizak,fryzak,fu li sa ke,Фризак,Ֆրիզակ,فريزاك,فریزاک,弗里萨克		11	00	12063	12063088
2924412	Friemar	friemar	DE	99869	1213	Europe/Berlin	50.97702	10.78851		Friemar	16067022	15	00	16067	16067022
2924428	Frielendorf	frielendorf	DE	34621	8239	Europe/Berlin	50.97073	9.32269		Freilendorf,Frielendorf,Frilendorf,fu li lun duo fu,furirendorufu,Фрилендорф,Фрілендорф,フリーレンドルフ,弗里伦多夫	06634004	05	066	06634	06634004
2924434	Friedrich-Wilhelm-Lübke-Koog	friedrich-wilhelm-lubke-koog	DE	25924	173	Europe/Berlin	54.86667	8.63333		Fridrikh-Vil'gel'm-Ljubke-Kog,Fridrikh-Vilkhelm-Libke-Kog,Friedrich-Wilhelm-Lubke-Koog,Friedrich-Wilhelm-Luebke-Kuuch,Friedrich-Wilhelm-Lübke-Koog,Friedrich-Wilhelm-Lübke-Kuuch,fu li de li xi-wei er hei er mu-lu bu ke-ke ge,Фридрих-Вилхелм-Либке-Ког,Фридрих-Вильгельм-Любке-Ког,弗里德里希-维尔黑尔姆-吕布克-科格	01054034	10	00	01054	01054034
2924437	Friedrichswerth	friedrichswerth	DE	99869	572	Europe/Berlin	50.99409	10.54469		Friedrichswerth	16067091	15	00	16067	16067091
2924442	Friedrichswalde	friedrichswalde	DE	16247	0	Europe/Berlin	53.76671	11.75101		Friedrichswalde		12	00	13076	13076011
2924443	Friedrichswalde	friedrichswalde	DE	16247	938	Europe/Berlin	53.02919	13.70682		Fridrikhsval'de,Fridrikhsvalde,Fridriksvalde,Fridrixsvalde,fu li de li xi si wa er de,Фридриксвалде,Фридрихсвалде,Фридрихсвальде,Ֆրիդրիխսվալդե,弗里德里希斯瓦尔德	12060068	11	00	12060	12060068
2924444	Friedrichswalde	friedrichswalde	DE	16247	0	Europe/Berlin	52.88905	12.08766		Forsterei Friedrichswalde,Friedrichswalde,Försterei Friedrichswalde		11	00	12070	12070302
2924445	Friedrichswalde	friedrichswalde	DE	16247	0	Europe/Berlin	50.89861	13.90584		Friedrichswalde,Friedrichswalde-Ottendorf		13	00	14628	14628040
2924451	Friedrichsthal	friedrichsthal	DE	16306	0	Europe/Berlin	53.65242	11.33394				12	00	13004	13004000
2924452	Friedrichsthal	friedrichsthal	DE	16306	0	Europe/Berlin	53.15809	14.34643				11	00	12073	12073189
2924453	Friedrichsthal	friedrichsthal	DE	16306	0	Europe/Berlin	52.79466	13.27991				11	00	12065	12065256
2924454	Friedrichsthal	friedrichsthal	DE	16306	0	Europe/Berlin	51.44406	9.36567				05	066	06633	06633010
2924455	Friedrichsthal	friedrichsthal	DE	16306	0	Europe/Berlin	51.1274	7.05578				07	051	05122	05122000
2924456	Friedrichsthal	friedrichsthal	DE	16306	0	Europe/Berlin	50.997	7.56952				07	053	05374	05374012
2924457	Friedrichsthal	friedrichsthal	DE	16306	0	Europe/Berlin	50.66838	12.60696				13	00	14524	14524310
2924458	Friedrichsthal	friedrichsthal	DE	16306	0	Europe/Berlin	50.45478	11.2151				15	00	16072	16072018
2924459	Friedrichsthal	friedrichsthal	DE	16306	0	Europe/Berlin	50.34245	8.61594				05	064	06434	06434012
2924460	Friedrichsthal	friedrichsthal	DE	16306	0	Europe/Berlin	49.96157	11.62757				02	094	09462	09462000
2924461	Friedrichsthal	friedrichsthal	DE	16306	11440	Europe/Berlin	49.32786	7.09622		Friedrichsthal		09	00	10041	10041511
2924462	Friedrichsthal	friedrichsthal	DE	16306	0	Europe/Berlin	49.11708	10.52918		Friedrichsthal		02	095	09571	09571141
2924466	Friedrichsthal	friedrichsthal	DE	16306	286	Europe/Berlin	51.48333	10.58333			16062066	15	00	16062	16062066
2924476	Friedrichstadt	friedrichstadt	DE	25840	7717	Europe/Berlin	51.88751	12.66947				14	00	15091	15091375
2924477	Friedrichstadt	friedrichstadt	DE	25840	2548	Europe/Berlin	54.37566	9.08672		Fraeaerstaeae,Frederiksstad,Fridrikhshtadt,Fridrikhshtat,Fräärstää,fei te lie shi ta te,frydryshtat,Фридрихштадт,Фридрихштат,فريدريشتات,فریدریش‌اشتات,腓特烈施塔特		10	00	01054	01054033
2924478	Friedrichstadt	friedrichstadt	DE	25840	0	Europe/Berlin	51.05	13.73333		Friedrichstadt		13	00	14612	14612000
2924483	Friedrichsruhe	friedrichsruhe	DE	19374	759	Europe/Berlin	53.52766	11.75125		Fridrikhsrue,Fridrikhsrueh,Fridrikhsrukhe,fu li de li xi si lu hei,Фридрихсруе,Фридрихсрухе,Фридрихсруэ,弗里德里希斯鲁黑		12	00	13076	13076038
2924485	Friedrichsruhe	friedrichsruhe	DE	19374	0	Europe/Berlin	49.24126	9.52433				01	081	08126	08126094
2924505	Friedrichskoog	friedrichskoog	DE	25718	2437	Europe/Berlin	54.01667	8.91667		Fridrikhskog,Fridrikskog,Friedrichskoog,Konig Friedfricks VII Koog,fu li de li xi si ke ge,Фридрикског,Фридрихског,弗里德里希斯科格	01051034	10	00	01051	01051034
2924515	Friedrichsholm	friedrichsholm	DE	24799	473	Europe/Berlin	54.30172	9.42732		Friedrichsholm	01058056	10	00	01058	01058056
2924585	Friedrichshafen	friedrichshafen	DE	88045	58403	Europe/Berlin	47.65689	9.47554		FDH,Fridrikhsgafen,Fridrikhskhafen,Fridrixshafen,Friedrichshafen,Frydrykhsgafen,fei te lie gang,frydryshshafn,furidorihisuhafen,peulideulihiseuhapen,phridariksahaphena,pridrikhshapeni,Фридрихсхафен,Фрыдрыхсгафен,Фрідріхсгафен,Ֆրիդրիխսհաֆեն,פרידריכסהאפן,فريدريشسهافن,فریدریشسهافن,फ्रीडरिक्सहाफेन,ფრიდრიხსჰაფენი,フリードリヒスハーフェン,腓特烈港,프리드리히스하펜	08435	01	084	08435	08435016
2924593	Friedrichsgraben	friedrichsgraben	DE	24799	67	Europe/Berlin	54.26667	9.41667		Friedrichsgraben	01058055	10	00	01058	01058055
2924595	Friedrichsgabekoog	friedrichsgabekoog	DE	25764	70	Europe/Berlin	54.15	8.95		Fridrikhsgabekog,Fridriksgabekog,Friedrichsgabekoog,fu li de li xi si jia bei ke ge,Фридриксгабеког,Фридрихсгабеког,弗里德里希斯加贝科格	01051033	10	00	01051	01051033
2924619	Friedrichsdorf	friedrichsdorf	DE	61381	0	Europe/Berlin	53.98491	11.56249				12	00	13074	13074007
2924620	Friedrichsdorf	friedrichsdorf	DE	61381	0	Europe/Berlin	53.39589	9.02807				06	00	03357	03357016
2924621	Friedrichsdorf	friedrichsdorf	DE	61381	0	Europe/Berlin	51.9384	8.47952		Friedrichsdorf		07	057	05754	05754008
2924622	Friedrichsdorf	friedrichsdorf	DE	61381	0	Europe/Berlin	51.74592	12.09382				14	00	15082	15082377
2924623	Friedrichsdorf	friedrichsdorf	DE	61381	0	Europe/Berlin	51.48951	9.32945				05	066	06633	06633013
2924625	Friedrichsdorf	friedrichsdorf	DE	61381	24435	Europe/Berlin	50.24962	8.64281		Fridrikhsdorf,frydryshsdwrf,frydryshzdwrf,fu li de li xi si duo fu,Фридрихсдорф,Фрідріхсдорф,فريدريشسدورف,فریدریشزدورف,弗里德里希斯多夫		05	064	06434	06434002
2924626	Friedrichsdorf	friedrichsdorf	DE	61381	0	Europe/Berlin	49.52579	9.0632		Friedrichsdorf		01	082	08226	08226013
2924628	Friedrichsbrunn	friedrichsbrunn	DE	06507	1083	Europe/Berlin	51.69028	11.03737		Fridrikhsbrun,Fridriksbrun,Friedrichsbrunn,Фридриксбрун,Фридрихсбрун		14	00	15085	15085330
2924648	Friedrichsaue	friedrichsaue	DE	06449	0	Europe/Berlin	52.59877	14.46839		Amt Friedrichsaue		11	00	12064	12064538
2924649	Friedrichsaue	friedrichsaue	DE	06449	237	Europe/Berlin	51.83583	11.33155		Friedrichsaue		14	00	15089	15089307
2924650	Friedrichsaue	friedrichsaue	DE	06449	0	Europe/Berlin	51.38008	9.27649		Friedrichsau		05	066	06633	06633029
2924656	Friedrichroda	friedrichroda	DE	99894	5492	Europe/Berlin	50.85754	10.56507		Fridrikhroda,frydryshrwda,fu li de li xi luo da,Фридрихрода,فريدريشرودا,فریدریشرودا,弗里德里希罗达		15	00	16067	16067019
2924679	Friedland	friedland	DE	15848	6966	Europe/Berlin	53.67028	13.554		Friedland		12	00	13071	13071035
2924680	Friedland	friedland	DE	15848	3597	Europe/Berlin	52.10493	14.26399		Bryland,Fridland,Friedland,frydlnd,Фридланд,فریدلند		11	00	12067	12067137
2924702	Friedewald	friedewald	DE	36289	0	Europe/Berlin	51.1306	13.65267				13	00	14627	14627150
2924703	Friedewald	friedewald	DE	36289	2435	Europe/Berlin	50.88333	9.86667		Freidewald,Frideval'd,Fridevald,Friedewald,Фридевалд,Фридевальд,Фрідевальд	06632006	05	066	06632	06632006
2924704	Friedewald	friedewald	DE	36289	1198	Europe/Berlin	50.71106	7.9604			07132036	08	00	07132	07132036
2924712	Friedersdorf	friedersdorf	DE	02742	0	Europe/Berlin	52.51048	14.39492				11	00	12064	12064482
2924713	Friedersdorf	friedersdorf	DE	02742	0	Europe/Berlin	52.29476	13.78894				11	00	12061	12061217
2924714	Friedersdorf	friedersdorf	DE	02742	0	Europe/Berlin	51.69852	13.57259				11	00	12062	12062469
2924715	Friedersdorf	friedersdorf	DE	02742	0	Europe/Berlin	51.68692	13.27475				11	00	12062	12062224
2924716	Friedersdorf	friedersdorf	DE	02742	2028	Europe/Berlin	51.64809	12.36555		Friedersdorf		14	00	15082	15082241
2924717	Friedersdorf	friedersdorf	DE	02742	0	Europe/Berlin	51.5641	13.54402				11	00	12062	12062417
2924718	Friedersdorf	friedersdorf	DE	02742	0	Europe/Berlin	51.36126	14.39363		Bjedrichecy,Friedersdorf		13	00	14625	14625330
2924719	Friedersdorf	friedersdorf	DE	02742	0	Europe/Berlin	51.20461	14.00155				13	00	14625	14625450
2924720	Friedersdorf	friedersdorf	DE	02742	0	Europe/Berlin	51.15	13.81667				13	00	14612	14612000
2924721	Friedersdorf	friedersdorf	DE	02742	0	Europe/Berlin	51.09594	14.87187		Friedersdorf		13	00	14626	14626300
2924722	Friedersdorf	friedersdorf	DE	02742	1512	Europe/Berlin	51.02416	14.56246		Friedersdorf		13	00	14626	14626350
2924723	Friedersdorf	friedersdorf	DE	02742	0	Europe/Berlin	50.84493	13.52813		Friedersdorf		13	00	14628	14628205
2924724	Friedersdorf	friedersdorf	DE	02742	227	Europe/Berlin	50.60492	11.03577				15	00	16070	16070058
2924725	Friedersdorf	friedersdorf	DE	02742	0	Europe/Berlin	50.37095	11.30017				02	094	09476	09476164
2924726	Friedersdorf	friedersdorf	DE	02742	0	Europe/Berlin	49.49419	12.11073				02	093	09376	09376150
2924727	Friedersdorf	friedersdorf	DE	02742	0	Europe/Berlin	48.48986	12.51935				02	092	09279	09279115
2924738	Friedenweiler	friedenweiler	DE	79877	2247	Europe/Berlin	47.91778	8.25627		Fridenvajler,Fridenvayler,fu li deng wei lei,Фриденвайлер,Фриденвајлер,Фріденвайлер,Ֆրիդենվայլեր,弗里登韦勒	08315039	01	083	08315	08315039
2924758	Friedensdorf	friedensdorf	DE	06254	0	Europe/Berlin	50.85227	8.56517		Friedensdorf		05	065	06534	06534007
2924761	Friedensau	friedensau	DE	39291	0	Europe/Berlin	52.21077	11.98484				14	00	15086	15086140
2924762	Friedensau	friedensau	DE	39291	0	Europe/Berlin	49.42361	8.40861				08	00	07338	07338017
2924766	Friedenfels	friedenfels	DE	95688	1352	Europe/Berlin	49.8826	12.10124			09377118	02	093	09377	09377118
2924774	Friedelsheim	friedelsheim	DE	67159	1499	Europe/Berlin	49.44694	8.22306			07332020	08	00	07332	07332020
2924775	Friedelshausen	friedelshausen	DE	98634	353	Europe/Berlin	50.65781	10.23668		Friedelshausen	16066025	15	00	16066	16066025
2924788	Friedeburg	friedeburg	DE	06347	10607	Europe/Berlin	53.45	7.83333		Freborg,Frideburg,Friedeburg,fu li de bao,Фридебург,弗里德堡	03462005	06	00	03462	03462005
2924789	Friedeburg	friedeburg	DE	06347	527	Europe/Berlin	51.62118	11.7426		Friedeburg		14	00	15087	15087165
2924800	Friedberg	friedberg	DE	61169	0	Europe/Berlin	53.59512	13.60874				12	00	13071	13071035
2924801	Friedberg	friedberg	DE	61169	0	Europe/Berlin	53.52276	14.02113				12	00	13075	13075105
2924802	Friedberg	friedberg	DE	61169	27484	Europe/Berlin	50.33739	8.75591		Fridberg,Friedberch,Friedberg,Friedberg in Hessen,Friedburg,Frydberg,frydbrg  hsn,frydbrgh,fu li de bei ge,furitoberuku,Фридберг,Фрыдберг,Фрідберг,فريدبرغ,فریدبرگ، هسن,フリートベルク,弗里德贝格	06440	05	064	06440	06440008
2924803	Friedberg	friedberg	DE	61169	29189	Europe/Berlin	48.35693	10.98461	514	Fribe,Fridberg,Friedberch,Friedberg bei Augsburg,frydbrg  bayrn,frydbrgh,furitoberuku,Фридберг,Фрідберг,Ֆրիդբերգ,فريدبرغ,فریدبرگ، بایرن,フリートベルク		02	097	09771	09771130
2924804	Friedberg	friedberg	DE	61169	0	Europe/Berlin	48.00353	9.41503		Friedberg		01	084	08437	08437100
2924819	Fridolfing	fridolfing	DE	83413	4133	Europe/Berlin	47.99773	12.82628		Fridol'fing,Fridolfing,Friedolfing,frydwlfyng,fu li duo er fen ge,Фридолфинг,Фридольфинг,Фрідольфінг,Ֆրիդոլֆինգ,فریدولفینگ,弗里多尔芬格	09189118	02	091	09189	09189118
2924820	Fridingen an der Donau	fridingen-an-der-donau	DE	78567	3276	Europe/Berlin	48.01955	8.92322		Fridingen,Fridingen na Dunavu,Fridingen-an-der-Donau,Fridingen-na-Dunae,duo nao he pan fu li ding gen,frydynghn an dr danwb,frydyngn an dr danwb,Фридинген на Дунаву,Фридинген-ан-дер-Донау,Фридинген-на-Дунае,فريدينغن آن در دانوب,فریدینگن آن در دانوب,多瑙河畔弗里丁根		01	083	08327	08327016
2924825	Frickingen	frickingen	DE	88699	0	Europe/Berlin	48.73097	10.39583				01	081	08135	08135010
2924826	Frickingen	frickingen	DE	88699	2660	Europe/Berlin	47.81438	9.27349		Frickengen,Frickingen,Frikingen,Frikkingen,Frkikingen,fu li jin gen,Фрикинген,Фріккінген,Ֆրկիկինգեն,ფრიკინგენი,弗里金根	08435015	01	084	08435	08435015
2924835	Frickenhausen	frickenhausen	DE	72636	0	Europe/Berlin	50.40521	10.22762				02	096	09673	09673142
2924836	Frickenhausen	frickenhausen	DE	72636	1289	Europe/Berlin	49.67089	10.09268		Frickenhausen		02	096	09679	09679131
2924837	Frickenhausen	frickenhausen	DE	72636	8841	Europe/Berlin	48.59353	9.36005			08116020	01	081	08116	08116020
2924838	Frickenhausen	frickenhausen	DE	72636	0	Europe/Berlin	48.07349	10.31506		Frickenhausen		02	097	09778	09778163
2924850	Freyung	freyung	DE	94078	6987	Europe/Berlin	48.80952	13.54768		Frajung,Frejung,Freyung,frywng  bayrn,fu lai weng,Фрајунг,Фрейунг,فریونگ، بایرن,弗赖翁	09272	02	092	09272	09272118
2924854	Freystadt	freystadt	DE	92342	8555	Europe/Berlin	49.20007	11.33032		Feyenstadt,Frajshtadt,Frajshtat,Freystadt,frayshtat,Фрайштадт,Фрајштат,فرايشتات,فریسٹیڈ,فری‌اشتات		02	093	09373	09373126
2924862	Freyburg	freyburg	DE	06632	4451	Europe/Berlin	51.21362	11.76804		Frajburg,Frejburg,Freyburg,Freyburg (Unstrut),fraybwrgh,frybwrg,Фрайбург,Фрајбург,Фрейбург,فرايبورغ,فریبورگ		14	00	15084	15084135
2924888	Freudental	freudental	DE	74392	2333	Europe/Berlin	49.00972	9.05917		Freudental,Frojdental,Frojdental',frwdntal,fu luo yi deng ta er,Фройденталь,Фројдентал,فرودنتال,弗罗伊登塔尔	08118016	01	081	08118	08118016
2924889	Freudental	freudental	DE	74392	0	Europe/Berlin	48.45	7.98333				01	083	08317	08317100
2924890	Freudental	freudental	DE	74392	0	Europe/Berlin	47.74725	9.08012				01	083	08335	08335002
2924894	Freudenstadt	freudenstadt	DE	72250	23868	Europe/Berlin	48.46695	8.41371		Freudenstadt,Frojdenshtadt,Frojdenshtat,fu luo yi deng shi ta te,Фройденштадт,Фројденштат,فرویدن‌اشتات,弗罗伊登施塔特	08237	01	082	08237	08237028
2924910	Freudenburg	freudenburg	DE	54450	1512	Europe/Berlin	49.54348	6.53292		Frojdenburg,fu luo yi deng bao,Фройденбург,Фројденбург,弗罗伊登堡	07235028	08	00	07235	07235028
2924912	Freudenberg	freudenberg	DE	57258	0	Europe/Berlin	54.22525	12.49463				12	00	13073	13073075
2924913	Freudenberg	freudenberg	DE	57258	0	Europe/Berlin	54.01667	10.35				10	00	01060	01060060
2924914	Freudenberg	freudenberg	DE	57258	0	Europe/Berlin	52.6986	13.81702				11	00	12064	12064053
2924915	Freudenberg	freudenberg	DE	57258	18601	Europe/Berlin	50.89741	7.87415		Freudenberg		07	059	05970	05970016
2924916	Freudenberg	freudenberg	DE	57258	4089	Europe/Berlin	49.75349	9.32748		Freudenberg,Freudenberg am Main,Frojdenberg,frwydnbrg,frwydnbrgh,furoidenberuku,Фройденберг,Фројденберг,فرويدنبرغ,فرویدنبرگ,フロイデンベルク		01	081	08128	08128039
2924917	Freudenberg	freudenberg	DE	57258	4268	Europe/Berlin	49.48333	11.98333		Freudenberg	09371122	02	093	09371	09371122
2924936	Fretterode	fretterode	DE	37318	190	Europe/Berlin	51.31667	10		Fretterode	16061033	15	00	16061	16061033
2924941	Frettenheim	frettenheim	DE	67596	334	Europe/Berlin	49.75972	8.24472			07331028	08	00	07331	07331028
2924947	Frestedt	frestedt	DE	25727	385	Europe/Berlin	54.03333	9.18333		Frestedt	01051032	10	00	01051	01051032
2924956	Fresendelf	fresendelf	DE	25876	99	Europe/Berlin	54.39375	9.24688		Fresendelf	01054032	10	00	01054	01054032
2924958	Fresenburg	fresenburg	DE	49762	908	Europe/Berlin	52.88333	7.3			03454013	06	00	03454	03454013
2924964	Fresdorf	fresdorf	DE	14552	0	Europe/Berlin	52.27026	13.07545				11	00	12069	12069397
2924967	Freren	freren	DE	49832	5150	Europe/Berlin	52.487	7.54313		Freren,frrn,fryrn,fu lei lun,Фререн,فررن,فريرن,弗雷伦		06	00	03454	03454012
2924982	Frensdorf	frensdorf	DE	96158	0	Europe/Berlin	52.43333	7.06667				06	00	03456	03456015
2924983	Frensdorf	frensdorf	DE	96158	4827	Europe/Berlin	49.81667	10.86667		Frensdorf,fu lun si duo fu,furensudorufu,Френсдорф,Ֆրենսդորֆ,フレンスドルフ,弗伦斯多夫	09471131	02	094	09471	09471131
2924999	Fremdingen	fremdingen	DE	86742	2192	Europe/Berlin	48.97241	10.45754		Fremdingen,fu lei mu ding gen,furemudingen,Фремдинген,Фремдінген,Ֆրեմդինգեն,フレムディンゲン,弗雷姆丁根	09779147	02	097	09779	09779147
2925001	Frelsdorf	frelsdorf	DE	27616	709	Europe/Berlin	53.49131	8.8991		Frel'sdorf,Frellsdorpermoehlen,Frellsdorpermöhlen,Frelsdorf,Фрелсдорф,Фрельсдорф		06	00	03352	03352059
2925003	Frellstedt	frellstedt	DE	38373	862	Europe/Berlin	52.20571	10.91543			03154005	06	00	03154	03154005
2925017	Freital	freital	DE	01705	39027	Europe/Berlin	51.00166	13.6488		Frajtal,Frajtal',Freital,Freitale,Freithal,Freitāle,fraytal,fu lai ta er,Фрайтал,Фрайталь,Фрајтал,פרייטאל,فرايتال,فرایتال,弗赖塔尔		13	00	14628	14628110
2925027	Freistatt	freistatt	DE	27259	905	Europe/Berlin	52.62296	8.65225		Frajshtatt,Frejstatt,frystat,fu lai si ta te,Фрайштатт,Фрейстатт,فريستات,弗赖斯塔特	03251018	06	00	03251	03251018
2925028	Freist	freist	DE	06347	384	Europe/Berlin	51.60439	11.70258		Freist		14	00	15087	15087165
2925034	Freising	freising	DE	85354	42570	Europe/Berlin	48.40351	11.74876		Fraizin'nk,Frajzing,Frayzing,Freising,Freizingas,Freysing,Frisinga,Fryzynga,frayzng,frayzngh,fryzng,fu lai xin,furaijingu,peulaijing,Φράιζινγκ,Фрайзинг,Фрайзінг,Фрајзинг,Ֆրայզինգ,فرايزنغ,فرایزنگ,فریزنگ,フライジング,弗赖辛,프라이징	09178	02	091	09178	09178124
2925038	Freisen	freisen	DE	66629	8778	Europe/Berlin	49.55	7.25		Frajzen,fu lai sen,Фрайзен,Фрајзен,弗赖森	10046111	09	00	10046	10046111
2925047	Freisbach	freisbach	DE	67361	1040	Europe/Berlin	49.27167	8.27194			07334006	08	00	07334	07334006
2925051	Freirachdorf	freirachdorf	DE	56244	679	Europe/Berlin	50.58333	7.71667			07143019	08	00	07143	07143019
2925053	Freinsheim	freinsheim	DE	67251	4989	Europe/Berlin	49.50649	8.21186		Frajnskhajm,Freinsheim,fraynshaym,fraynzhaym,fu lai yin si hai mu,furainsuhaimu,Фрайнсхайм,Фрајнсхајм,فراينسهايم,فراینزهایم,フラインスハイム,弗赖因斯海姆		08	00	07332	07332019
2925062	Freimersheim	freimersheim	DE	55234	603	Europe/Berlin	49.70833	8.08917			07331027	08	00	07331	07331027
2925063	Freimersheim	freimersheim	DE	55234	941	Europe/Berlin	49.26996	8.22359		Freimersheim		08	00	07337	07337027
2925079	Frei-Laubersheim	frei-laubersheim	DE	55546	1039	Europe/Berlin	49.8	7.9		Fraj-Lauberskhajm,fu lai-lao bei er si hai mu,Фрай-Лауберсхайм,Фрај-Лауберсхајм,弗赖-劳贝尔斯海姆	07133031	08	00	07133	07133031
2925080	Freilassing	freilassing	DE	83395	15909	Europe/Berlin	47.84085	12.98114		Frajlasing,Frajlassing,Fraylasing,Freilassing,QFL,fraylasngh,fraylaysng,frylysng,fu lai la xin,Фрайлассинг,Фрайлассінг,Фрајласинг,Ֆրայլասինգ,فرايلاسنغ,فرایلایسنگ,فریلیسنگ,弗赖拉辛		02	091	09172	09172118
2925086	Freihung	freihung	DE	92271	2610	Europe/Berlin	49.62134	11.90817		Frajgung,Frajkhung,Frajung,Frayung,Freihung,fu lai hong,Фрайгунг,Фрайунг,Фрајхунг,Ֆրայունգ,弗赖洪		02	093	09371	09371121
2925134	Freienwill	freienwill	DE	24991	1486	Europe/Berlin	54.72752	9.49414		Freienwill	01059182	10	00	01059	01059182
2925141	Freiensteinau	freiensteinau	DE	36399	3416	Europe/Berlin	50.42509	9.40267		Fraenshtajnau,Frajenshtajnau,Frajnshtajnau,fu lai en si tai nao,furaienshutainau,Фрайенштайнау,Фраєнштайнау,Фрајнштајнау,フライエンシュタイナウ,弗赖恩斯泰瑙	06535004	05	065	06535	06535004
2925147	Freienorla	freienorla	DE	07768	350	Europe/Berlin	50.76667	11.55		Freienorla	16074021	15	00	16074	16074021
2925152	Freienhagen	freienhagen	DE	16515	0	Europe/Berlin	52.82611	13.27457				11	00	12065	12065193
2925153	Freienhagen	freienhagen	DE	16515	318	Europe/Berlin	51.41667	10.05			16061032	15	00	16061	16061032
2925154	Freienhagen	freienhagen	DE	16515	0	Europe/Berlin	51.27845	9.06467				05	066	06635	06635021
2925162	Freienbessingen	freienbessingen	DE	99713	1050	Europe/Berlin	51.23333	10.76667		Freienbessingen	16065018	15	00	16065	16065018
2925168	Freidorf	freidorf	DE	15757	0	Europe/Berlin	53.49356	12.91117				12	00	13071	13071101
2925169	Freidorf	freidorf	DE	15757	0	Europe/Berlin	52.82362	8.85258				06	00	03251	03251007
2925170	Freidorf	freidorf	DE	15757	0	Europe/Berlin	52.06826	13.69621		Freidorf		11	00	12061	12061216
2925171	Freidorf	freidorf	DE	15757	0	Europe/Berlin	47.58399	10.27305				02	097	09780	09780137
2925181	Freiburg/Elbe	freiburg-elbe	DE	21729	1890	Europe/Berlin	53.82364	9.28537		Frajburg,Freiborg,Freiburg,Freiburg (Elbe),Freiburg an der Elbe,Freiburg/Elbe,Fryborg,Fryburg nad Laba,Fryburg nad Łabą,fu lai bu er ge,furaiburuku/erube,Фрайбург,Фрајбург,フライブルク/エルベ,弗赖布尔格		06	00	03359	03359018
2925189	Freiberg am Neckar	freiberg-am-neckar	DE	71691	15235	Europe/Berlin	48.93196	9.2024		Frajberg am Nekar,Frajberg-am-Nekkar,Frajberg-na-Nekkare,Freiberg,fraybrg am nkar,fraybrgh am nykar,nei ka he pan fu lai bei ge,Фрайберг-ам-Неккар,Фрайберг-на-Неккаре,Фрајберг ам Некар,فرايبرغ آم نيكار,فرایبرگ آم نکار,内卡河畔弗赖贝格		01	081	08118	08118078
2925191	Freiberg	freiberg	DE	09599	0	Europe/Berlin	51.5	7.61667				07	059	05978	05978016
2925192	Freiberg	freiberg	DE	09599	43670	Europe/Berlin	50.91089	13.33881		Frajberg,Frayberq,Freiberg,Freiberga,Freiburg,Friberga,fraybrg,fraybrgh,fu lai bei ge,furaiberuku,peulaibeleukeu,pryybrg,Фрайберг,Фрајберг,פרייברג,فرايبرغ,فرایبرگ,フライベルク,弗莱贝格,프라이베르크	14522	13	00	14522	14522180
2925193	Freiberg	freiberg	DE	09599	0	Europe/Berlin	50.3313	12.23735		Adorf Freiberg,Frajburg,Freiberg,Фрайбург		13	00	14523	14523010
2925194	Freiberg	freiberg	DE	09599	0	Europe/Berlin	50.10396	10.89552				02	094	09478	09478120
2925195	Freiberg	freiberg	DE	09599	0	Europe/Berlin	48.11861	12.26125				02	091	09187	09187176
2925226	Fredesdorf	fredesdorf	DE	23826	363	Europe/Berlin	53.87584	10.19693		Fredesdorf	01060022	10	00	01060	01060022
2925239	Fredeburg	fredeburg	DE	23909	39	Europe/Berlin	53.66667	10.71667			01053030	10	00	01053	01053030
2925245	Freckleben	freckleben	DE	06456	766	Europe/Berlin	51.70192	11.54647		Freckleben		14	00	15089	15089015
2925249	Freckenfeld	freckenfeld	DE	76872	1597	Europe/Berlin	49.065	8.11389		Frekenfeld,Frekkenfel'd,fu lei ken fei er de,Фрекенфелд,Фреккенфельд,弗雷肯费尔德	07334005	08	00	07334	07334005
2925259	Frechen	frechen	DE	50226	48733	Europe/Berlin	50.91485	6.8118		Frechem,Frechen,Frekhen,frshn,fryshn,fu lei xing,Фрехен,فرشن,فريشن,弗雷兴		07	053	05362	05362024
2925267	Fraureuth	fraureuth	DE	08427	5841	Europe/Berlin	50.7	12.35		Frauenreuth,Fraureuth	14524060	13	00	14524	14524060
2925273	Fraunberg	fraunberg	DE	85447	0	Europe/Berlin	49.47056	12.14377				02	093	09376	09376144
2925274	Fraunberg	fraunberg	DE	85447	3236	Europe/Berlin	48.36667	12			09177120	02	091	09177	09177120
2925275	Fraunberg	fraunberg	DE	85447	0	Europe/Berlin	48.31667	12.2				02	091	09177	09177115
2925286	Frauenwald	frauenwald	DE	98711	1131	Europe/Berlin	50.5843	10.85841		Frauenwald	16070029	15	00	16070	16070029
2925306	Frauenstein	frauenstein	DE	09623	3364	Europe/Berlin	50.80279	13.5379		Frauehnshtajn,Frauenshtajn,fu lao en si tai yin,Фрауенштајн,Фрауэнштайн,فراون‌اشتاین,弗劳恩斯泰因		13	00	14522	14522170
2925307	Frauenstein	frauenstein	DE	09623	0	Europe/Berlin	50.06419	8.15312		Frauenstein		05	064	06414	06414000
2925313	Frauensee	frauensee	DE	36460	952	Europe/Berlin	50.87786	10.14175		Frauehnzee,Frauenze,fu lao en sai,Фрауензе,Фрауэнзее,弗劳恩塞	16063003	15	00	16063	16063003
2925326	Frauenprießnitz	frauenpriessnitz	DE	07774	1166	Europe/Berlin	51.01667	11.73333		Frauehnprisnic,Frauenpriessnitz,Frauenprießnitz,Frauenprisnic,fu lao en pu li si ni ci,Фрауенприсниц,Фрауэнприсниц,弗劳恩普里斯尼茨	16074019	15	00	16074	16074019
2925379	Frauenhagen	frauenhagen	DE	16278	0	Europe/Berlin	53.07712	14.04224				11	00	12073	12073008
2925383	Frauenneuharting	frauenneuharting	DE	83553	1416	Europe/Berlin	48.03873	12.0478				02	091	09175	09175119
2925389	Frauendorf	frauendorf	DE	01990	0	Europe/Berlin	54.32453	12.69814				12	00	13073	13073018
2925390	Frauendorf	frauendorf	DE	01990	312	Europe/Berlin	51.70069	14.38777		Dubrawka,Frauendorf		11	00	12071	12071301
2925391	Frauendorf	frauendorf	DE	01990	824	Europe/Berlin	51.41484	13.76961		Frauendorf		11	00	12066	12066064
2925392	Frauendorf	frauendorf	DE	01990	0	Europe/Berlin	51.21488	12.84821		Frauendorf,Kuckeland-Frauendorf		13	00	14729	14729160
2925393	Frauendorf	frauendorf	DE	01990	0	Europe/Berlin	51.07247	12.62309				13	00	14729	14729140
2925394	Frauendorf	frauendorf	DE	01990	0	Europe/Berlin	50.07056	11.06147				02	094	09478	09478165
2925407	Frauenberg	frauenberg	DE	55776	0	Europe/Berlin	50.75847	8.79241		Hof Frauenberg		05	065	06534	06534008
2925408	Frauenberg	frauenberg	DE	55776	0	Europe/Berlin	51.95019	13.88284				11	00	12061	12061316
2925409	Frauenberg	frauenberg	DE	55776	0	Europe/Berlin	50.68586	6.73911		Frauenberg		07	053	05366	05366016
2925410	Frauenberg	frauenberg	DE	55776	0	Europe/Berlin	49.85772	12.02205				02	093	09377	09377116
2925411	Frauenberg	frauenberg	DE	55776	473	Europe/Berlin	49.66667	7.28333		Frauehnberg,Frauenberg,fu lao en bei ge,Фрауенберг,Фрауэнберг,弗劳恩贝格	07134027	08	00	07134	07134027
2925412	Frauenberg	frauenberg	DE	55776	0	Europe/Berlin	49.12144	12.03352				02	093	09375	09375190
2925413	Frauenberg	frauenberg	DE	55776	0	Europe/Berlin	49.07543	11.9094				02	093	09375	09375122
2925414	Frauenberg	frauenberg	DE	55776	0	Europe/Berlin	48.85708	13.38582				02	092	09272	09272120
2925415	Frauenberg	frauenberg	DE	55776	0	Europe/Berlin	48.56513	12.24148				02	092	09261	09261000
2925416	Frauenberg	frauenberg	DE	55776	0	Europe/Berlin	48.22859	11.23309				02	091	09179	09179134
2925440	Frauenau	frauenau	DE	94258	2966	Europe/Berlin	48.98895	13.30067		Frauehnau,Frauenau,fraynaw,fu lao ai nao,Фрауенау,Фрауэнау,Ֆրաուենաու,فرائناو,弗劳埃瑙	09276121	02	092	09276	09276121
2925456	Fraßdorf	frassdorf	DE	06386	229	Europe/Berlin	51.72766	12.11257		Frassdorf,Fraßdorf		14	00	15082	15082377
2925458	Frasdorf	frasdorf	DE	83112	3005	Europe/Berlin	47.80376	12.28512		Frasdorf,frasdwrf,fu la si duo fu,Фрасдорф,Ֆրասդորֆ,فراسدورف,弗拉斯多夫	09187132	02	091	09187	09187132
2925483	Franzenheim	franzenheim	DE	54316	331	Europe/Berlin	49.68333	6.68333			07235027	08	00	07235	07235027
2925488	Franzburg	franzburg	DE	18461	1754	Europe/Berlin	54.18501	12.8821		Francburg,Francburga,Franzburg,Nowopole,Nowòpòle,frantsbwrg,frantsbwrgh,fu lan ci bao,Францбург,فرانتسبورغ,فرانتسبورگ,弗兰茨堡		12	00	13073	13073024
2925493	Frankweiler	frankweiler	DE	76833	0	Europe/Berlin	50.11507	7.48908		Frankweiler		08	00	07140	07140010
2925494	Frankweiler	frankweiler	DE	76833	931	Europe/Berlin	49.22778	8.05806			07337026	08	00	07337	07337026
2925499	Frankleben	frankleben	DE	06259	1650	Europe/Berlin	51.31144	11.92932		Frankleben		14	00	15088	15088065
2925507	Fränkisch-Crumbach	frankisch-crumbach	DE	64407	3353	Europe/Berlin	49.74611	8.85861		Fraenkisch-Crumbach,Frenkish-Krumbakh,Fränkisch-Crumbach,fu lun ji shi-ke lun ba he,furenkishu=kurumubahha,Френкиш-Крумбах,Френкіш-Крумбах,フレンキシュ＝クルムバッハ,弗伦基施-克伦巴赫	06437007	05	064	06437	06437007
2925533	Frankfurt am Main	frankfurt-am-main	DE	60306	650000	Europe/Berlin	50.11552	8.68417		FRA,Francfort,Francfort - Frankfurt am Main,Francfort d'o Meno,Francfort del Meno,Francfort sul Main,Francfort-sur-le-Main,Francfòrt sul Main,Francoforte,Francoforte sul Meno,Francofurtum ad Moenum,Francuforti supro Menu,Francuforti suprô Menu,Frankford-on-Main,Frankfort,Frankfort an'n Main,Frankfort an’n Main,Frankfort on the Main,Frankfurt,Frankfurt am Main,Frankfurt del Main,Frankfurt na Majn,Frankfurt na Majni,Frankfurt nad Menem,Frankfurt nad Mohanem,Frankfurt nad Mohanom,Frankfurt-na-Majne,Frankfurt/Main,Frankfurtas prie Maino,Frankfurte pie Mainas,Frankfurto ce Majno,Frankfurto ĉe Majno,Fráncfort,Fráncfort - Frankfurt am Main,Fráncfort d'o Meno,Fráncfort del Meno,Phran'kphourte,fa lan ke fu,frankfwrt,peulangkeupuleuteu,phryankapharta,prnqpwrt,Φρανκφούρτη,Франкфурт,Франкфурт на Майн,Франкфурт на Мајни,Франкфурт-на-Майне,פרנקפורט,فرانكفورت,فرانکفورت,ফ্র্যাংকফার্ট,แฟรงค์เฟิร์ต,ფრანკფურტ-ამ-მაინი,フランクフルト・アム・マイン,法兰克福,프랑크푸르트	06412	05	064	06412	06412000
2925535	Frankfurt (Oder)	frankfurt-oder	DE	15230	51691	Europe/Berlin	52.34714	14.55062		Francfort,Francfort del Oder,Francfort del Odra,Francfort-sur-l'Oder,Francoforte sull'Oder,Frankfordt,Frankfort an de Oder,Frankfort on the Oder,Frankfurt,Frankfurt (Oder),Frankfurt Oderi aeaeres,Frankfurt Oderi ääres,Frankfurt an der Oder,Frankfurt de l'Oder,Frankfurt len Oder,Frankfurt na Oder,Frankfurt na Odri,Frankfurt nad Odra,Frankfurt nad Odrą,Frankfurt pe Oder,Frankfurt-na-Odere,Frankfurt/Oder,Frankfurtas prie Oderio,Frankfurto ce Odro,Frankfurto ĉe Odro,Fráncfort,Fráncfort del Odra,Fráncfort del Óder,ZFR,furankufuruto,oderis prankʼpurtʼi,Франкфурт на Одер,Франкфурт-на-Одере,פרנקפורט על האודר,ოდერის ფრანკფურტი,フランクフルト		11	00	12053	12053000
2925542	Frankenwinheim	frankenwinheim	DE	97447	1025	Europe/Berlin	49.88733	10.31432			09678130	02	096	09678	09678130
2925547	Frankenthal	frankenthal	DE	01909	0	Europe/Berlin	54.33164	13.28606				12	00	13073	13073079
2925548	Frankenthal	frankenthal	DE	01909	1071	Europe/Berlin	51.13129	14.10893			14625140	13	00	14625	14625140
2925549	Frankenthal	frankenthal	DE	01909	0	Europe/Berlin	50.8778	12.01292		Frankenthal		15	00	16052	16052000
2925550	Frankenthal	frankenthal	DE	01909	47438	Europe/Berlin	49.53414	8.35357		Frankental,Frankental',Frankenthal,Frongedahl,frakntal,fu lan ken ta er,Франкентал,Франкенталь,فراکنتال,弗兰肯塔尔	07311	08	00	07311	07311000
2925551	Frankenthal	frankenthal	DE	01909	0	Europe/Berlin	49.36257	12.44157				02	093	09376	09376147
2925557	Frankenstein	frankenstein	DE	09569	1226	Europe/Berlin	50.90064	13.20933		Frankenstein		13	00	14522	14522440
2925558	Frankenstein	frankenstein	DE	09569	1108	Europe/Berlin	49.44015	7.97744		Frankenstein	07335010	08	00	07335	07335010
2925561	Frankenroda	frankenroda	DE	99826	373	Europe/Berlin	51.1	10.28333		Frankenroda,fu lan ken luo da,Франкенрода,弗兰肯罗达	16063028	15	00	16063	16063028
2925588	Frankenheim	frankenheim	DE	98634	0	Europe/Berlin	51.33771	12.23621				13	00	14729	14729270
2925589	Frankenheim	frankenheim	DE	98634	1287	Europe/Berlin	50.54452	10.06828		Frankenheim,Frankenheim/Rhoen,Frankenheim/Rhön		15	00	16066	16066024
2925590	Frankenheim	frankenheim	DE	98634	0	Europe/Berlin	50.4095	9.98829				02	096	09673	09673117
2925591	Frankenheim	frankenheim	DE	98634	0	Europe/Berlin	49.28333	10.25				02	095	09571	09571198
2925597	Frankenhain	frankenhain	DE	04936	0	Europe/Berlin	51.70268	13.41541		Frankenhain		11	00	12062	12062445
2925598	Frankenhain	frankenhain	DE	04936	0	Europe/Berlin	51.23989	9.8938				05	066	06636	06636002
2925599	Frankenhain	frankenhain	DE	04936	0	Europe/Berlin	50.92415	9.15584		Frankenhain		05	066	06634	06634022
2925600	Frankenhain	frankenhain	DE	04936	850	Europe/Berlin	50.7566	10.78769			16070057	15	00	16070	16070057
2925611	Frankenfeld	frankenfeld	DE	27336	563	Europe/Berlin	52.7684	9.42987			03358009	06	00	03358	03358009
2925612	Frankenfeld	frankenfeld	DE	27336	0	Europe/Berlin	49.63187	10.49349				02	095	09575	09575113
2925614	Frankeneck	frankeneck	DE	67468	879	Europe/Berlin	49.37639	8.04861			07332018	08	00	07332	07332018
2925615	Frankendorf	frankendorf	DE	99441	0	Europe/Berlin	53.01246	12.70203				11	00	12068	12068413
2925616	Frankendorf	frankendorf	DE	99441	0	Europe/Berlin	51.82647	13.76023				11	00	12061	12061320
2925617	Frankendorf	frankendorf	DE	99441	183	Europe/Berlin	50.96667	11.45			16071019	15	00	16071	16071019
2925618	Frankendorf	frankendorf	DE	99441	0	Europe/Berlin	50.50366	11.86047		Frankendorf		15	00	16075	16075132
2925619	Frankendorf	frankendorf	DE	99441	0	Europe/Berlin	49.83156	11.07645				02	094	09471	09471123
2925620	Frankendorf	frankendorf	DE	99441	0	Europe/Berlin	49.3444	10.66296				02	095	09571	09571217
2925621	Frankendorf	frankendorf	DE	99441	0	Europe/Berlin	48.34695	11.97778				02	091	09177	09177120
2925651	Frankenau	frankenau	DE	35110	3572	Europe/Berlin	51.09269	8.93447		Frakanava,Frankenau,franknaw,fu lan ke nao,furankenau,Франкенау,فرانكناو,فرانکناو,フランケナウ,弗兰克瑙		05	066	06635	06635010
2925652	Frankenau	frankenau	DE	35110	0	Europe/Berlin	50.9892	12.9233				13	00	14522	14522360
2925653	Frankenau	frankenau	DE	35110	0	Europe/Berlin	50.92848	12.22418				15	00	16076	16076059
2925654	Frankena	frankena	DE	03253	0	Europe/Berlin	51.65797	13.59324		Frankena		11	00	12062	12062092
2925658	Frankelbach	frankelbach	DE	67737	321	Europe/Berlin	49.53333	7.63333			07335009	08	00	07335	07335009
2925665	Frammersbach	frammersbach	DE	97833	4737	Europe/Berlin	50.06468	9.46888		Framersbakh,Framersbax,Frammasboch,Frammersbach,Frammersbakh,fu la mei er si ba he,Фрамерсбах,Фраммерсбах,Ֆրամերսբախ,弗拉梅尔斯巴赫		02	096	09677	09677129
2925668	Framersheim	framersheim	DE	55234	1682	Europe/Berlin	49.75806	8.17417		Framerskhajm,fu la mei er si hai mu,Фрамерсхайм,Фрамерсхајм,弗拉梅尔斯海姆	07331026	08	00	07331	07331026
2925720	Forstmehren	forstmehren	DE	57635	163	Europe/Berlin	50.7	7.53333			07132035	08	00	07132	07132035
2925729	Forstinning	forstinning	DE	85661	3473	Europe/Berlin	48.16866	11.91244		Forstining,Forstinning,fu er si di ning ge,fwrstynyng,Форстининг,Форстиннинг,Форстіннінг,فورستینینگ,福尔斯蒂宁格	09175118	02	091	09175	09175118
2925773	Forstern	forstern	DE	85659	0	Europe/Berlin	48.7692	12.96198				02	092	09271	09271135
2925774	Forstern	forstern	DE	85659	0	Europe/Berlin	48.18343	11.97716			09177119	02	091	09177	09177119
2925830	Forst	forst	DE	57537	0	Europe/Berlin	53.54636	9.20194		Forst		06	00	03359	03359016
2925831	Forst	forst	DE	57537	0	Europe/Berlin	51.87994	9.47224				06	00	03255	03255002
2925832	Forst	forst	DE	57537	22843	Europe/Berlin	51.73544	14.63971		Barsac,Barsc,Barsc (Luzyca),Baršć,Baršć (Łužyca),Forst,Forst (Lausitz),Forst/Lausitz,Stadt Forst (Lausitz),frst,fwrst,poleuseuteu,pwrst,Форст,Ֆորսթ,פורסט,فرست,فورست,포르스트	12071	11	00	12071	12071076
2925833	Forst	forst	DE	57537	0	Europe/Berlin	51.09829	6.13115				07	053	05370	05370036
2925834	Forst	forst	DE	57537	0	Europe/Berlin	50.97143	7.46877				07	053	05374	05374048
2925835	Forst	forst	DE	57537	634	Europe/Berlin	50.8	7.68333			07132034	08	00	07132	07132034
2925836	Forst	forst	DE	57537	0	Europe/Berlin	50.76058	7.47973				07	053	05382	05382016
2925837	Forst	forst	DE	57537	0	Europe/Berlin	50.7663	6.12561				07	053	05334	05334002
2925838	Forst	forst	DE	57537	0	Europe/Berlin	50.35563	11.8921				02	094	09475	09475123
2925839	Forst	forst	DE	57537	0	Europe/Berlin	50.21812	7.25157				08	00	07135	07135031
2925840	Forst	forst	DE	57537	0	Europe/Berlin	50.08212	7.31636				08	00	07135	07135032
2925841	Forst	forst	DE	57537	0	Europe/Berlin	50.03942	10.32783		Forst		02	096	09678	09678174
2925842	Forst	forst	DE	57537	0	Europe/Berlin	49.94167	11.50254				02	094	09472	09472131
2925843	Forst	forst	DE	57537	0	Europe/Berlin	49.90555	11.70506				02	094	09472	09472188
2925844	Forst	forst	DE	57537	0	Europe/Berlin	49.62595	10.68626				02	095	09575	09575125
2925845	Forst	forst	DE	57537	0	Europe/Berlin	49.55292	12.00696				02	093	09371	09371150
2925846	Forst	forst	DE	57537	840	Europe/Berlin	49.42567	8.1897		Forst		08	00	07332	07332017
2925847	Forst	forst	DE	57537	0	Europe/Berlin	49.21429	11.41222				02	093	09373	09373159
2925848	Forst	forst	DE	57537	7539	Europe/Berlin	49.15861	8.58083		Forst,Forst (Baden-Wuerttemberg),Forst (Baden-Württemberg),Форст	08215021	01	082	08215	08215021
2925849	Forst	forst	DE	57537	0	Europe/Berlin	49.10035	12.54339				02	093	09372	09372142
2925850	Forst	forst	DE	57537	0	Europe/Berlin	49.10769	9.67402				01	081	08127	08127059
2925851	Forst	forst	DE	57537	0	Europe/Berlin	48.99689	12.59348				02	092	09278	09278120
2925852	Forst	forst	DE	57537	0	Europe/Berlin	48.83455	10.0226				01	081	08136	08136021
2925853	Forst	forst	DE	57537	0	Europe/Berlin	48.67896	12.48094				02	092	09279	09279128
2925854	Forst	forst	DE	57537	0	Europe/Berlin	47.78333	9.8				01	084	08436	08436085
2925855	Forst	forst	DE	57537	0	Europe/Berlin	47.56831	9.8481				02	097	09776	09776125
2925891	Forheim	forheim	DE	86735	603	Europe/Berlin	48.76667	10.45		Forgajm,Forhaym,Forkhajm,foruhaimu,fu lai mu,Форгайм,Форхайм,Форхајм,Ֆորհայմ,フォルハイム,福赖姆	09779146	02	097	09779	09779146
2925905	Forchtenberg	forchtenberg	DE	74670	5105	Europe/Berlin	49.28867	9.56026		Forchtenberg,Forkhtenberg,foruhitenberuku,fu xi teng bei ge,fwrshtnbrgh,fwrshtnbwrg,Форхтенберг,فورشتنبرغ,فورشتنبورگ,フォルヒテンベルク,福希滕贝格		01	081	08126	08126028
2925908	Forchheim	forchheim	DE	79362	0	Europe/Berlin	51.10761	13.07482				13	00	14522	14522080
2925909	Forchheim	forchheim	DE	79362	0	Europe/Berlin	50.72186	13.27368		Forchheim		13	00	14521	14521495
2925910	Forchheim	forchheim	DE	79362	30442	Europe/Berlin	49.71754	11.05877		Forchheim,Forchheim / Bayern,Forchheimas,Forkhgajm,Forkhkhajm,Forxhaym,foruhihaimu,fu xi hai mu,fwrshhaym,pwrshyym,Форхгайм,Форххайм,Форххајм,Ֆորխհայմ,פורשהיים,فورشهايم,فورشهایم,فورچہایم,フォルヒハイム,福希海姆	09474	02	094	09474	09474126
2925911	Forchheim	forchheim	DE	79362	0	Europe/Berlin	49.1597	11.33598				02	093	09373	09373126
2925912	Forchheim	forchheim	DE	79362	0	Europe/Berlin	48.97667	8.3145				01	082	08215	08215108
2925913	Forchheim	forchheim	DE	79362	0	Europe/Berlin	48.82665	11.68328				02	091	09176	09176153
2925914	Forchheim	forchheim	DE	79362	1268	Europe/Berlin	48.16667	7.7			08316013	01	083	08316	08316013
2925924	Forbach	forbach	DE	76596	5477	Europe/Berlin	48.68333	8.35		Forbakh,fu er ba he,Форбах,福尔巴赫	08216013	01	082	08216	08216013
2925965	Fohren-Linden	fohren-linden	DE	55777	344	Europe/Berlin	49.58333	7.28333			07134026	08	00	07134	07134026
2925976	Fohren	fohren	DE	54343	0	Europe/Berlin	48.2632	7.95292				01	083	08317	08317121
2925980	Föhrden-Barl	fohrden-barl	DE	25563	291	Europe/Berlin	53.92803	9.78702		Fohrden-Barl,Forden-Barl,Föhrden-Barl,Förden-Barl	01060021	10	00	01060	01060021
2926008	Fockendorf	fockendorf	DE	04617	0	Europe/Berlin	53.88026	9.3991				10	00	01061	01061007
2926009	Fockendorf	fockendorf	DE	04617	931	Europe/Berlin	51.05	12.46667		Fokendorf,fu ken duo fu,Фокендорф,福肯多夫	16077005	15	00	16077	16077005
2926013	Föckelberg	fockelberg	DE	66887	400	Europe/Berlin	49.53333	7.48333		Fekelberg,Fjokkel'berg,Foeckelberg,Föckelberg,fu ke er bei ge,Фекелберг,Фёккельберг,弗克尔贝格	07336025	08	00	07336	07336025
2926017	Fockbek	fockbek	DE	24787	6380	Europe/Berlin	54.3	9.6		Fockbek	01058054	10	00	01058	01058054
2926030	Fluterschen	fluterschen	DE	57614	755	Europe/Berlin	50.6665	7.62711			07132033	08	00	07132	07132033
2926036	Flußbach	flussbach	DE	54516	475	Europe/Berlin	50.01667	6.93333			07231033	08	00	07231	07231033
2926037	Flurstedt	flurstedt	DE	99510	263	Europe/Berlin	51.05925	11.55799		Flurstedt		15	00	16071	16071004
2926107	Flossenbürg	flossenburg	DE	92696	1747	Europe/Berlin	49.73333	12.35		Flosenbirg,Flosenbyurg,Flossenbjurg,Flossenbuerg,Flossenburg,Flossenbürg,Stratopedo synkentroses Phlosenmpernk,plwsnbwrg,Στρατόπεδο συγκέντρωσης Φλόσενμπεργκ,Флосенбирг,Флоссенбюрг,Ֆլոսենբյուրգ,פלוסנבורג	09374122	02	093	09374	09374122
2926119	Floß	floss	DE	92685	3534	Europe/Berlin	49.72395	12.27593		Flos,Floss,Flosz,fu luo si,Флос,弗洛斯		02	093	09374	09374121
2926135	Flonheim	flonheim	DE	55237	2618	Europe/Berlin	49.785	8.04		Flonkhajm,fu long hai mu,Флонхайм,Флонхајм,弗隆海姆	07331025	08	00	07331	07331025
2926137	Flomborn	flomborn	DE	55234	1045	Europe/Berlin	49.69056	8.14917			07331024	08	00	07331	07331024
2926169	Flintsbach	flintsbach	DE	83126	0	Europe/Berlin	48.71472	13.10473				02	092	09271	09271153
2926170	Flintsbach	flintsbach	DE	83126	2870	Europe/Berlin	47.72576	12.12419				02	091	09187	09187131
2926178	Flintbek	flintbek	DE	24220	7276	Europe/Berlin	54.25	10.06667		Flintbek,Gross Flintbek,Groß Flintbek,fu lin te bei ke,Флинтбек,弗林特贝克	01058053	10	00	01058	01058053
2926202	Fließem	fliessem	DE	54636	684	Europe/Berlin	50.02349	6.54151		Fliessem,Fliessen,Fließem,Fließen	07232039	08	00	07232	07232039
2926226	Flieden	flieden	DE	36103	8843	Europe/Berlin	50.42389	9.5666		Fliden,fu li deng,Флиден,Фліден,弗利登	06631008	05	066	06631	06631008
2926252	Flessau	flessau	DE	39606	1048	Europe/Berlin	52.75996	11.67093		Flessau		14	00	15090	15090415
2926261	Fleringen	fleringen	DE	54597	334	Europe/Berlin	50.21667	6.5			07232223	08	00	07232	07232223
2926271	Flensburg	flensburg	DE	24937	85838	Europe/Berlin	54.78431	9.43961		FLF,Flensboarch,Flensborag,Flensborg,Flensbourg,Flensburg,Flensburga,Flensburgas,Flensburgh,Flensburgo,Flensbuurich,Flensmpournk,Flenzburg,flnsbwrg,flnsbwrgh,flnzbrg,fu lun si bao,furensuburuku,peullenseubuleukeu,phlensaburga,plnsbwrg,Φλένσμπουργκ,Флензбург,Фленсбург,פלנסבורג,فلنزبرگ,فلنسبورغ,فلنسبورگ,ফ্লেন্সবুর্গ,フレンスブルク,弗伦斯堡,플렌스부르크	01001	10	00	01001	01001000
2926283	Flemlingen	flemlingen	DE	76835	437	Europe/Berlin	49.24278	8.095			07337025	08	00	07337	07337025
2926290	Fleischwangen	fleischwangen	DE	88373	602	Europe/Berlin	47.88333	9.48333		Flajshvangen,Fljajshvangen,fu lai shi wan gen,Флайшванген,Флајшванген,Фляйшванген,弗莱施万根	08436032	01	084	08436	08436032
2926304	Flein	flein	DE	74223	6558	Europe/Berlin	49.10306	9.21083		Flajn,Flein,Fljajn,fu lai yin,furain,Флайн,Флајн,Фляйн,フライン,弗莱因	08125030	01	081	08125	08125030
2926305	Flein	flein	DE	74223	0	Europe/Berlin	48.67917	10.86139				02	097	09779	09779196
2926317	Fleetmark	fleetmark	DE	29416	764	Europe/Berlin	52.79392	11.38869		Fleetmark,Fleetmark Altmark		14	00	15081	15081030
2926339	Fleckeby	fleckeby	DE	24357	1751	Europe/Berlin	54.48333	9.7		Fleckeby	01058052	10	00	01058	01058052
2926351	Flechtingen	flechtingen	DE	39345	1766	Europe/Berlin	52.33083	11.24176		Flahtungun,Flekhtingen,fu lai xi ting gen,Флехтинген,弗莱希廷根	15083230	14	00	15083	15083230
2926371	Flarchheim	flarchheim	DE	99986	472	Europe/Berlin	51.13333	10.48333			16064076	15	00	16064	16064076
2926385	Flammersfeld	flammersfeld	DE	57632	1068	Europe/Berlin	50.64711	7.52713		Flamersfeld,Flammersfel'd,flamrsfld,fu la mei er si fei er de,furanmasuferuto,Фламерсфелд,Фламмерсфельд,فلامرسفلد,フランマースフェルト,弗拉梅尔斯费尔德	07132032	08	00	07132	07132032
2926402	Fladungen	fladungen	DE	97650	2337	Europe/Berlin	50.52054	10.14581		Fladungen,fladwng,fladwnghn,fu la dui gen,Фладунген,Ֆլադունգեն,فلادونغن,فلادونگ,فلیڈنجن,弗拉敦根		02	096	09673	09673123
2926419	Flacht	flacht	DE	65558	1189	Europe/Berlin	50.34528	8.05028			07141043	08	00	07141	07141043
2926420	Flacht	flacht	DE	65558	0	Europe/Berlin	48.83455	8.9118				01	081	08115	08115052
2926426	Flachslanden	flachslanden	DE	91604	2559	Europe/Berlin	49.39845	10.51323		Flachslanden,Flakhslanden,Flakslanden,fu la si lan deng,furahasuranden,Флаксланден,Флахсланден,Ֆլակսլանդեն,フラハスランデン,弗拉斯兰登		02	095	09571	09571146
2926447	Fitzen	fitzen	DE	21514	345	Europe/Berlin	53.49489	10.64661			01053029	10	00	01053	01053029
2926448	Fitzbek	fitzbek	DE	25579	368	Europe/Berlin	54	9.76667		Fitzbek	01061028	10	00	01061	01061028
2926464	Fischwasser	fischwasser	DE	03238	0	Europe/Berlin	51.59602	13.61214				11	00	12062	12062219
2926485	Fischingen	fischingen	DE	79592	0	Europe/Berlin	48.39214	8.67173				01	083	08325	08325057
2926486	Fischingen	fischingen	DE	79592	730	Europe/Berlin	47.65	7.6		Fischingen	08336024	01	083	08336	08336024
2928012	Falkenberg	falkenberg	DE	15518	0	Europe/Berlin	51.07074	9.39739				05	066	06634	06634025
2926557	Fischerbach	fischerbach	DE	77716	1639	Europe/Berlin	48.28687	8.10959		Fisherbakh,fei she er ba he,Фишербах,Фішербах,菲舍尔巴赫	08317029	01	083	08317	08317029
2926586	Fischbachau	fischbachau	DE	83730	5471	Europe/Berlin	47.71952	11.95081		Fisbaxau,Fishbakhau,fyshbashaw,Фишбахау,Фішбахау,Ֆիշբախաու,فیشباشاو	09182114	02	091	09182	09182114
2926616	Fischbach	fischbach	DE	55743	0	Europe/Berlin	51.08524	14.01579		Fischbach		13	00	14625	14625010
2926617	Fischbach	fischbach	DE	55743	0	Europe/Berlin	51.03913	9.07947				05	066	06635	06635013
2926618	Fischbach	fischbach	DE	55743	0	Europe/Berlin	50.96979	10.34807				15	00	16056	16056000
2926619	Fischbach	fischbach	DE	55743	0	Europe/Berlin	50.88549	10.47986				15	00	16067	16067072
2926620	Fischbach	fischbach	DE	55743	0	Europe/Berlin	50.8129	9.76355		Fischbach		05	066	06632	06632007
2926621	Fischbach	fischbach	DE	55743	0	Europe/Berlin	50.81738	9.21629				05	065	06535	06535001
2926622	Fischbach	fischbach	DE	55743	0	Europe/Berlin	50.65478	10.14287		Fischbach,Fischbach/Rhoen,Fischbach/Rhön,Rhoen,Rhön		15	00	16066	16066095
2926623	Fischbach	fischbach	DE	55743	0	Europe/Berlin	50.52636	10.73247				15	00	16069	16069043
2926624	Fischbach	fischbach	DE	55743	0	Europe/Berlin	50.34067	11.03547				02	094	09473	09473159
2926625	Fischbach	fischbach	DE	55743	0	Europe/Berlin	50.21765	11.38191				02	094	09476	09476145
2926626	Fischbach	fischbach	DE	55743	0	Europe/Berlin	50.15139	8.42498		Fischbach		05	064	06436	06436008
2926627	Fischbach	fischbach	DE	55743	0	Europe/Berlin	50.12648	10.76389				02	096	09674	09674130
2926628	Fischbach	fischbach	DE	55743	0	Europe/Berlin	50.10686	8.0296				05	064	06439	06439002
2926629	Fischbach	fischbach	DE	55743	0	Europe/Berlin	50.01822	6.3443				08	00	07232	07232038
2926630	Fischbach	fischbach	DE	55743	0	Europe/Berlin	49.91508	11.73523				02	094	09472	09472199
2926631	Fischbach	fischbach	DE	55743	916	Europe/Berlin	49.73333	7.4		Fishbakh,fei shi ba he,Фишбах,菲施巴赫	07134025	08	00	07134	07134025
2926632	Fischbach	fischbach	DE	55743	880	Europe/Berlin	49.45	7.91667			07335007	08	00	07335	07335007
2926633	Fischbach	fischbach	DE	55743	0	Europe/Berlin	49.42012	11.19222				02	095	09564	09564000
2926634	Fischbach	fischbach	DE	55743	0	Europe/Berlin	49.30736	7.02796		Fischbach,Fischbach-Camphausen		09	00	10041	10041516
2926635	Fischbach	fischbach	DE	55743	0	Europe/Berlin	49.25845	10.73283				02	095	09571	09571175
2926636	Fischbach	fischbach	DE	55743	0	Europe/Berlin	49.23626	12.20461				02	093	09376	09376149
2926637	Fischbach	fischbach	DE	55743	0	Europe/Berlin	49.17254	11.98367				02	093	09375	09375156
2926638	Fischbach	fischbach	DE	55743	1672	Europe/Berlin	49.08771	7.7116		Fischbach,Fischbach bei Dahn		08	00	07340	07340011
2926639	Fischbach	fischbach	DE	55743	0	Europe/Berlin	48.15296	8.4925		Fischbach		01	083	08326	08326041
2926640	Fischbach	fischbach	DE	55743	0	Europe/Berlin	48.10264	12.19087				02	091	09187	09187176
2926641	Fischbach	fischbach	DE	55743	0	Europe/Berlin	48.04471	9.85055		Fischbach,Fishhach		01	084	08426	08426120
2926642	Fischbach	fischbach	DE	55743	0	Europe/Berlin	47.90593	12.00033				02	091	09187	09187179
2926643	Fischbach	fischbach	DE	55743	0	Europe/Berlin	47.8381	8.1697				01	083	08315	08315102
2926644	Fischbach	fischbach	DE	55743	0	Europe/Berlin	47.77873	11.5165				02	091	09173	09173145
2926645	Fischbach	fischbach	DE	55743	0	Europe/Berlin	47.71271	12.14204		Fischbach am Inn		02	091	09187	09187131
2926646	Fischbach	fischbach	DE	55743	0	Europe/Berlin	47.67028	9.40749		Fischbach,Fischbach (Friedrichshafen)		01	084	08435	08435016
2926654	Fischach	fischach	DE	86850	4733	Europe/Berlin	48.29047	10.65592		Fisax,Fishakh,fei sha,Фишах,Фішах,Ֆիշախ,菲沙		02	097	09772	09772141
2926655	Fisch	fisch	DE	54439	318	Europe/Berlin	49.61667	6.48333			07235025	08	00	07235	07235025
2926658	Firrel	firrel	DE	26835	817	Europe/Berlin	53.33333	7.66667		Firel,Firrel',fei lei er,Фирел,Фиррель,菲雷尔	03457009	06	00	03457	03457009
2926667	Fintel	fintel	DE	27389	2975	Europe/Berlin	53.17188	9.66969		Fintel,Fintel',fen te er,finteru,Финтел,Финтель,フィンテル,芬特尔	03357015	06	00	03357	03357015
2926670	Finsterwalde	finsterwalde	DE	03238	18922	Europe/Berlin	51.63388	13.70662		Finsterval'de,Finstervalde,Finsterwalde,Grabin,fen si te er wa er de,fynstrfaldh,fynstrwaldh,Финстервалде,Финстервальде,Ֆինսթերվալդե,فينسترفالده,فینستروالده,芬斯特尔瓦尔德		11	00	12062	12062140
2926688	Finsterbergen	finsterbergen	DE	99894	1457	Europe/Berlin	50.83464	10.58916		Finsterbergen		15	00	16067	16067019
2926701	Finsing	finsing	DE	85464	0	Europe/Berlin	49.09967	12.24729				02	093	09375	09375119
2926702	Finsing	finsing	DE	85464	0	Europe/Berlin	48.88213	12.89723				02	092	09271	09271140
2926703	Finsing	finsing	DE	85464	4068	Europe/Berlin	48.21615	11.82412		Finzing,fen xin ge,fynzyng,Финзинг,Фінзінг,فینزینگ,芬辛格	09177118	02	091	09177	09177118
2926708	Finowfurt	finowfurt	DE	16244	0	Europe/Berlin	52.84924	13.68259		Finowfurt		11	00	12060	12060198
2926713	Finningen	finningen	DE	89435	0	Europe/Berlin	48.38242	10.07661				02	097	09775	09775135
2926716	Finnentrop	finnentrop	DE	57413	18427	Europe/Berlin	51.168	7.973		Finentrop,Finnentrop,Neubruecke,Neubrücke,fei nen te luo pu,Финентроп,Финнентроп,Фіннентроп,菲嫩特罗普	05966012	07	059	05966	05966012
2926737	Finkenthal	finkenthal	DE	17179	348	Europe/Berlin	53.93959	12.78103				12	00	13072	13072031
2926804	Finkenbach-Gersweiler	finkenbach-gersweiler	DE	67822	328	Europe/Berlin	49.68333	7.75			07333021	08	00	07333	07333021
2926834	Fincken	fincken	DE	17209	465	Europe/Berlin	53.35475	12.44133				12	00	13071	13071034
2926855	Filz	filz	DE	56766	91	Europe/Berlin	50.16667	6.98333		Fils,Filz	07135030	08	00	07135	07135030
2926858	Filsum	filsum	DE	26849	2134	Europe/Berlin	53.24213	7.62785			03457008	06	00	03457	03457008
2926861	Filsen	filsen	DE	56341	602	Europe/Berlin	50.24018	7.58486			07141042	08	00	07141	07141042
2926891	Fiersbach	fiersbach	DE	57635	270	Europe/Berlin	50.7	7.5			07132031	08	00	07132	07132031
2926897	Fienstedt	fienstedt	DE	06198	255	Europe/Berlin	51.55324	11.78723		Fienstedt		14	00	15088	15088319
2926912	Fiefbergen	fiefbergen	DE	24217	598	Europe/Berlin	54.38333	10.35		Fiefbergen	01057020	10	00	01057	01057020
2926959	Fichtenberg	fichtenberg	DE	74427	0	Europe/Berlin	51.40543	13.25375		Fichtenberg,Fichtenburg		11	00	12062	12062341
2926960	Fichtenberg	fichtenberg	DE	74427	2894	Europe/Berlin	48.98601	9.71199			08127023	01	081	08127	08127023
2926972	Fichtenau	fichtenau	DE	74579	0	Europe/Berlin	52.46126	13.70134		Fichtenau		11	00	12067	12067440
2926981	Fichtelberg	fichtelberg	DE	95686	2111	Europe/Berlin	50.00288	11.85425		Fichtelberg	09472138	02	094	09472	09472138
2926998	Feusdorf	feusdorf	DE	54584	600	Europe/Berlin	50.35	6.61667			07233023	08	00	07233	07233023
2927016	Feuerscheid	feuerscheid	DE	54597	349	Europe/Berlin	50.1	6.45			07232222	08	00	07232	07232222
2927043	Stuttgart Feuerbach	stuttgart-feuerbach	DE	70192	28046	Europe/Berlin	48.80867	9.15719		Feuerbach		01	081	08111	08111000
2927048	Feuchtwangen	feuchtwangen	DE	91555	12267	Europe/Berlin	49.16287	10.3385		Feuchtwangen,Feuchtwanger,Fojkhtvangen,Foyxtvangen,foihitovu~angen,fu yi he te wan gen,fwyshtfanghn,fwyshtwangn,Фойхтванген,Фојхтванген,Ֆոյխտվանգեն,فويشتفانغن,فویشتوانگن,フォイヒトヴァンゲン,福伊赫特万根		02	095	09571	09571145
2927054	Feucht	feucht	DE	90537	13482	Europe/Berlin	49.37597	11.21433		Feucht,Fojkht,fu yi he te,Фойхт,Фојхт,Ֆոյխթ,福伊赫特		02	095	09574	09574123
2927083	Ferschweiler	ferschweiler	DE	54668	851	Europe/Berlin	49.86667	6.4			07232037	08	00	07232	07232037
2927125	Ferna	ferna	DE	37339	601	Europe/Berlin	51.45	10.3		Ferna	16061031	15	00	16061	16061031
2927142	Ferdinandshof	ferdinandshof	DE	17379	3165	Europe/Berlin	53.66124	13.88724		Ferdinandshof,Ferdinandskhof,fei er di nan ci huo fu,Фердинандсхоф,费尔迪南茨霍夫		12	00	13075	13075033
2927143	Ferdinandshof	ferdinandshof	DE	17379	0	Europe/Berlin	53.25546	13.74355				11	00	12073	12073429
2927175	Fensdorf	fensdorf	DE	57580	442	Europe/Berlin	50.73333	7.76667			07132030	08	00	07132	07132030
2927226	Felsberg	felsberg	DE	34587	11219	Europe/Berlin	51.13763	9.42139		Fel'sberg,Felsberg,ferusuberuku,flsbrg,Фелсберг,Фельсберг,فلسبرگ,フェルスベルク		05	066	06634	06634003
2927227	Felsberg	felsberg	DE	34587	0	Europe/Berlin	49.29351	6.70378		Felsberg		09	00	10044	10044119
2927236	Felm	felm	DE	24244	1144	Europe/Berlin	54.41667	10.05		Felm	01058051	10	00	01058	01058051
2927249	Fellheim	fellheim	DE	87748	1197	Europe/Berlin	48.0728	10.15224		Fel'gajm,Felhaym,Felkhajm,Fell'khajm,fei er hai mu,Фелльхайм,Фелхајм,Фельгайм,Ֆելհայմ,费尔海姆	09778139	02	097	09778	09778139
2927263	Fellen	fellen	DE	97778	0	Europe/Berlin	50.16712	7.68801		Fellen		08	00	07140	07140133
2927264	Fellen	fellen	DE	97778	928	Europe/Berlin	50.15	9.58333		Felen,Fellen,Фелен,Феллен,Ֆելեն	09677128	02	096	09677	09677128
2927268	Fellbach	fellbach	DE	70734	43935	Europe/Berlin	48.80912	9.27697		Felbakh,Fell'bakh,Foeuebach,Föübåch,fei er ba he,flbakh,Фелбах,Фелльбах,فلباخ,费尔巴赫		01	081	08119	08119020
2927273	Fell	fell	DE	54341	2342	Europe/Berlin	49.76667	6.78333			07235022	08	00	07235	07235022
2927339	Feldkirchen-Westerham	feldkirchen-westerham	DE	83620	10399	Europe/Berlin	47.90748	11.84266		Fel'dkirkhen-Vestergam,Fel'dkirkhen-Vesterkham,Feldkirkhen-Vesterkham,fei er de ji er xing-wei si te la mu,fldkyrshn-wstrham,Фелдкирхен-Вестерхам,Фельдкирхен-Вестерхам,Фельдкірхен-Вестергам,Ֆելդկիրխեն Վեսթերհամ,فلدکیرشن-وسترهام,费尔德基尔兴-韦斯特拉姆	09187130	02	091	09187	09187130
2927340	Feldkirchen	feldkirchen	DE	85622	0	Europe/Berlin	48.83828	12.52785			09278121	02	092	09278	09278121
2927341	Feldkirchen	feldkirchen	DE	85622	0	Europe/Berlin	48.76861	11.46687				02	091	09161	09161000
2927342	Feldkirchen	feldkirchen	DE	85622	0	Europe/Berlin	48.71221	12.42494				02	092	09279	09279127
2927343	Feldkirchen	feldkirchen	DE	85622	0	Europe/Berlin	48.72004	11.17698		Feldkirchen		02	091	09185	09185149
2927344	Feldkirchen	feldkirchen	DE	85622	0	Europe/Berlin	48.61014	12.41434				02	092	09279	09279124
2927345	Feldkirchen	feldkirchen	DE	85622	0	Europe/Berlin	48.47971	11.90764				02	091	09178	09178143
2927346	Feldkirchen	feldkirchen	DE	85622	0	Europe/Berlin	48.46908	12.25452				02	092	09274	09274134
2927347	Feldkirchen	feldkirchen	DE	85622	5573	Europe/Berlin	48.14811	11.731		Feldkirchen / Muench. Uml.,Feldkirchen / Münch. Uml.	09184118	02	091	09184	09184118
2927348	Feldkirchen	feldkirchen	DE	85622	0	Europe/Berlin	48.05	12.53333				02	091	09189	09189157
2927349	Feldkirchen	feldkirchen	DE	85622	0	Europe/Berlin	47.96612	12.13614				02	091	09187	09187170
2927350	Feldkirchen	feldkirchen	DE	85622	0	Europe/Berlin	47.9084	11.54569				02	091	09173	09173120
2927351	Feldkirchen	feldkirchen	DE	85622	0	Europe/Berlin	47.80434	12.96029				02	091	09172	09172111
2927352	Feldkirchen	feldkirchen	DE	85622	0	Europe/Berlin	47.90932	11.84515				02	091	09187	09187130
2927429	Felde	felde	DE	24242	0	Europe/Berlin	53.28652	7.92299				06	00	03451	03451007
2927430	Felde	felde	DE	24242	2159	Europe/Berlin	54.3	9.93333		Fel'de,Felde,Фелде,Фельде	01058050	10	00	01058	01058050
2927431	Felde	felde	DE	24242	0	Europe/Berlin	53.4352	7.59423				06	00	03452	03452006
2927432	Felde	felde	DE	24242	0	Europe/Berlin	52.94978	8.947		Felde		06	00	03361	03361010
2927433	Felde	felde	DE	24242	0	Europe/Berlin	52.73309	7.95621				06	00	03453	03453006
2927442	Feldberg	feldberg	DE	79868	0	Europe/Berlin	53.33388	13.435		Feldberg		12	00	13071	13071033
2927443	Feldberg	feldberg	DE	79868	1866	Europe/Berlin	47.77435	7.64142		Feldberg (Schwarzwald)		01	083	08315	08315074
2927464	Feldafing	feldafing	DE	82340	4293	Europe/Berlin	47.94602	11.29326		Fel'dafing,Feldafing,fei er da fen ge,fldafyng,Фелдафинг,Фельдафинг,Фельдафінг,فلدافینگ,费尔达芬格	09188118	02	091	09188	09188118
2927507	Feilsdorf	feilsdorf	DE	54636	36	Europe/Berlin	49.98333	6.41667			07232036	08	00	07232	07232036
2927510	Feilitzsch	feilitzsch	DE	95183	2932	Europe/Berlin	50.36667	11.93333		Fajlich,Fajlicsh,fa yi li ci xi,fairitchu,Файлич,Файліч,Фајлицш,ファイリッチュ,法伊利茨希	09475123	02	094	09475	09475123
2927514	Feilbingert	feilbingert	DE	67824	1739	Europe/Berlin	49.76667	7.8		Fajl'bingert,Fajlbingert,fa yi er bin ge er te,Файльбингерт,Фајлбингерт,法伊尔宾格尔特	07133030	08	00	07133	07133030
2928011	Falkenberg	falkenberg	DE	15518	7830	Europe/Berlin	51.58557	13.24347		Falkenberg,Falkenburg		11	00	12062	12062128
2927564	Fehrbellin	fehrbellin	DE	16833	9413	Europe/Berlin	52.8135	12.7644		Ferbelin,Ferbellin,Ferberlin,fei er bei lin,Фербелин,Фербеллин,Ֆերբեռլին,费尔贝林	12068117	11	00	12068	12068117
2927581	Fehl-Ritzhausen	fehl-ritzhausen	DE	56472	862	Europe/Berlin	50.645	8.00306			07143222	08	00	07143	07143222
2927628	Fedderingen	fedderingen	DE	25779	259	Europe/Berlin	54.28333	9.13333		Fedderingen	01051030	10	00	01051	01051030
2927692	Faulenrost	faulenrost	DE	17139	761	Europe/Berlin	53.6373	12.78669		Faulenrost,fu lun luo si te,Фауленрост,福伦罗斯特		12	00	13071	13071032
2927724	Faulbach	faulbach	DE	97906	0	Europe/Berlin	50.46524	7.68869				08	00	07143	07143030
2927725	Faulbach	faulbach	DE	97906	0	Europe/Berlin	50.44685	8.06654				05	065	06533	06533007
2927726	Faulbach	faulbach	DE	97906	2784	Europe/Berlin	49.78528	9.44417		Faul'bakh,Faulbakh,Faulbax,faurubahha,Фаулбах,Фаульбах,Ֆաուլբախ,ファウルバッハ	09676124	02	096	09676	09676124
2927750	Faßberg	fassberg	DE	29328	7299	Europe/Berlin	52.9	10.16667		Fasberg,Fassberg,Faßberg,fa si bei ge,Фасберг,法斯贝格	03351010	06	00	03351	03351010
2927777	Farven	farven	DE	27446	733	Europe/Berlin	53.43333	9.31667			03357014	06	00	03357	03357014
2927781	Farsleben	farsleben	DE	39326	967	Europe/Berlin	52.27761	11.65272				14	00	15083	15083565
2927782	Farschweiler	farschweiler	DE	54317	745	Europe/Berlin	49.71667	6.81667			07235021	08	00	07235	07235021
2927798	Farnstädt	farnstadt	DE	06279	1233	Europe/Berlin	51.43333	11.56667		Farnshtedt,Farnshtet,Farnstadt,Farnstaedt,Farnstädt,fa er en si te,Фарнштедт,Фарнштет,法尔恩斯特	15088100	14	00	15088	15088100
2927828	Farchant	farchant	DE	82490	3722	Europe/Berlin	47.53036	11.11151		Farchat,Farkhant,Farxant,fa er xian te,farshant,Фархант,Ֆարխանտ,فارشانت,法尔先特	09180116	02	091	09180	09180116
2927850	Fambach	fambach	DE	98597	1995	Europe/Berlin	50.73333	10.36667		Fambach,Fambakh,fan ba he,Фамбах,凡巴赫	16066022	15	00	16066	16066022
2927911	Falkenstein	falkenstein	DE	67808	0	Europe/Berlin	53.56924	9.77145				04	00	02000	02000000
2927912	Falkenstein	falkenstein	DE	67808	0	Europe/Berlin	50.51623	11.39656				02	094	09476	09476152
2927913	Falkenstein	falkenstein	DE	67808	9528	Europe/Berlin	50.47788	12.37129		Fal'kenshtajn,Falkenshtajn,Falkenstein/Vogtland,Falkensteina,Falkenšteina,Фалкенштајн,Фалькенштайн,فالکن‌اشتاین، زاکسن		13	00	14523	14523120
2927914	Falkenstein	falkenstein	DE	67808	0	Europe/Berlin	50.19284	8.47741				05	064	06434	06434005
2927915	Falkenstein	falkenstein	DE	67808	0	Europe/Berlin	49.95933	10.42771				02	096	09678	09678124
2927916	Falkenstein	falkenstein	DE	67808	236	Europe/Berlin	49.6	7.88333			07333020	08	00	07333	07333020
2927917	Falkenstein	falkenstein	DE	67808	3354	Europe/Berlin	49.0975	12.48802		Fal'kenshtajn,Falkenshtajn,Falkenstein,Фалкенштајн,Фалькенштайн,Ֆալքենշթայն,فالکینسٹین، بواریا		02	093	09372	09372125
2927918	Falkenstein	falkenstein	DE	67808	0	Europe/Berlin	48.9457	13.16531				02	092	09276	09276139
2927919	Falkenstein	falkenstein	DE	67808	0	Europe/Berlin	47.71796	12.13211				02	091	09187	09187131
2927930	Falkensee	falkensee	DE	14612	37468	Europe/Berlin	52.56014	13.0927		Fal'kenze,Falkensee,Falkenze,fa er ken sai,falknzy,falknzyh,falkynsy,Фалкензе,Фалькензе,Ֆալկենզե,פאלקנזה,فالكنزيه,فالکنزی,فالکینسی,法尔肯塞		11	00	12063	12063080
2927932	Falkenrehde	falkenrehde	DE	14641	0	Europe/Berlin	52.49625	12.92337		Falkenrehde		11	00	12063	12063148
2927949	Falkenhagen	falkenhagen	DE	15306	0	Europe/Berlin	52.5711	13.11243		Falkenhagen,Falkenhoh,Falkenhöh		11	00	12063	12063080
2927957	Falkenhain	falkenhain	DE	04808	0	Europe/Berlin	52.57411	13.07687				11	00	12063	12063080
2927958	Falkenhain	falkenhain	DE	04808	0	Europe/Berlin	51.93805	13.59632				11	00	12061	12061097
2927959	Falkenhain	falkenhain	DE	04808	3987	Europe/Berlin	51.39888	12.87083				13	00	14729	14729245
2927960	Falkenhain	falkenhain	DE	04808	0	Europe/Berlin	51.07607	12.29758				15	00	16077	16077032
2927961	Falkenhain	falkenhain	DE	04808	0	Europe/Berlin	51.02445	12.99148				13	00	14522	14522360
2927962	Falkenhain	falkenhain	DE	04808	0	Europe/Berlin	50.9382	13.84792				13	00	14628	14628250
2927963	Falkenhain	falkenhain	DE	04808	0	Europe/Berlin	50.8144	13.73583				13	00	14628	14628010
2927973	Falkenhagen	falkenhagen	DE	15306	0	Europe/Berlin	54.21075	13.2811				12	00	13073	13073090
2927974	Falkenhagen	falkenhagen	DE	15306	0	Europe/Berlin	53.7964	10.98597				12	00	13074	13074065
2927976	Falkenhagen	falkenhagen	DE	15306	0	Europe/Berlin	53.3615	13.76436				11	00	12073	12073429
2927977	Falkenhagen	falkenhagen	DE	15306	0	Europe/Berlin	53.20646	12.20312				11	00	12070	12070316
2927978	Falkenhagen	falkenhagen	DE	15306	742	Europe/Berlin	52.43333	14.31667			12064128	11	00	12064	12064128
2927979	Falkenhagen	falkenhagen	DE	15306	0	Europe/Berlin	51.52086	10.10046		Falkenhagen		06	00	03159	03159023
2927984	Falkenfels	falkenfels	DE	94350	1001	Europe/Berlin	49.00415	12.5948		Fal'kenfel's,Falkenfels,fa er ken fei er si,falknfls,falkynfyls,Фалкенфелс,Фалькенфельс,فالکنفلس,فالکینفیلس,法尔肯费尔斯	09278120	02	092	09278	09278120
2928001	Falkenberg	falkenberg	DE	15518	1228	Europe/Berlin	52.568	13.54597		Berlin-Falkenberg,falkynbyrg,فالکینبیرگ		16	00	11000	11000000
2928003	Falkenberg	falkenberg	DE	15518	0	Europe/Berlin	53.1547	8.92818				06	00	03356	03356005
2928004	Falkenberg	falkenberg	DE	15518	0	Europe/Berlin	52.92297	7.99592				06	00	03453	03453008
2928005	Falkenberg	falkenberg	DE	15518	0	Europe/Berlin	52.86069	11.81285		Falkenberg		14	00	15090	15090008
2928006	Falkenberg	falkenberg	DE	15518	2462	Europe/Berlin	52.8051	13.95804		Fal'kenberg,Falkenberg,Falkenberg/Mark,Фалкенберг,Фалькенберг,Ֆալկենբերգ,فالکینبیرگ، مارکیسچ-وڈیرلینڈ	12064125	11	00	12064	12064125
2928007	Falkenberg	falkenberg	DE	15518	0	Europe/Berlin	52.3809	14.23529		Falkenberg		11	00	12067	12067072
2928008	Falkenberg	falkenberg	DE	15518	0	Europe/Berlin	52.16041	14.12966				11	00	12067	12067493
2928009	Falkenberg	falkenberg	DE	15518	0	Europe/Berlin	51.85147	13.56643				11	00	12061	12061219
2928010	Falkenberg	falkenberg	DE	15518	0	Europe/Berlin	51.61456	12.76914		Falkenberg		13	00	14730	14730320
2928013	Falkenberg	falkenberg	DE	15518	0	Europe/Berlin	50.95307	13.39358		Conradsdorf-Falkenberg,Falkenberg		13	00	14522	14522240
2928014	Falkenberg	falkenberg	DE	15518	0	Europe/Berlin	50.47452	6.77016				08	00	07131	07131033
2928015	Falkenberg	falkenberg	DE	15518	0	Europe/Berlin	50.00393	8.39216				05	064	06436	06436006
2928016	Falkenberg	falkenberg	DE	15518	969	Europe/Berlin	49.85844	12.22684		Fal'kenberg,Falkenberg,Фалкенберг,Фалькенберг,Ֆալքենբերգ,فالکینبیرگ، اپر پالاٹیناٹی		02	093	09377	09377117
2928017	Falkenberg	falkenberg	DE	15518	3956	Europe/Berlin	48.46154	12.73049			09277119	02	092	09277	09277119
2928018	Falkenberg	falkenberg	DE	15518	0	Europe/Berlin	48.11959	10.74381				02	097	09772	09772170
2928019	Falkenberg	falkenberg	DE	15518	0	Europe/Berlin	48.03442	11.89055				02	091	09175	09175128
2928045	Falkenau	falkenau	DE	09569	0	Europe/Berlin	50.96336	13.08937				13	00	14522	14522230
2928046	Falkenau	falkenau	DE	09569	0	Europe/Berlin	50.88929	12.25509				15	00	16077	16077026
2928047	Falkenau	falkenau	DE	09569	2119	Europe/Berlin	50.85559	13.11718		Falkenau		13	00	14522	14522140
2928084	Faid	faid	DE	56814	1143	Europe/Berlin	50.14454	7.11951			07135029	08	00	07135	07135029
2928108	Fahrland	fahrland	DE	14476	0	Europe/Berlin	52.46893	13.01173		Fahrland		11	00	12054	12054000
2928116	Fahrenzhausen	fahrenzhausen	DE	85777	4466	Europe/Berlin	48.35317	11.55521		Fahrenzhausn,Farencgauzen,Farenckhauzen,fa lun ci hao sen,farnts hawzn,Фаренцгаузен,Фаренцхаузен,Ֆարենցհաուզեն,فارنتس هاوزن,فاہرینژوسین,法伦茨豪森	09178123	02	091	09178	09178123
2928118	Fahrenwalde	fahrenwalde	DE	17309	394	Europe/Berlin	53.43976	14.06113		Fahrenwalde		12	00	13075	13075032
2928120	Fahrenkrug	fahrenkrug	DE	23795	1697	Europe/Berlin	53.95	10.25		Fahrenkrug	01060020	10	00	01060	01060020
2928161	Fahrenbach	fahrenbach	DE	74864	0	Europe/Berlin	50.00573	11.95847				02	094	09479	09479161
2928162	Fahrenbach	fahrenbach	DE	74864	0	Europe/Berlin	49.63833	8.76706				05	064	06431	06431007
2928163	Fahrenbach	fahrenbach	DE	74864	2898	Europe/Berlin	49.43139	9.15056		Farenbakh,fa lun ba he,farenbahha,Фаренбах,فاہرینباچ,ファーレンバッハ,法伦巴赫	08225024	01	082	08225	08225024
2928165	Fahren	fahren	DE	24253	157	Europe/Berlin	54.35	10.33333			01057018	10	00	01057	01057018
2928170	Fahrdorf	fahrdorf	DE	24857	2453	Europe/Berlin	54.5	9.6		Fardorf,Fartorp,fa er duo fu,Фардорф,فاہرڈورف,法尔多夫	01059026	10	00	01059	01059026
2928175	Fahrbinde	fahrbinde	DE	19288	372	Europe/Berlin	53.44472	11.4814				12	00	13076	13076118
2928194	Fahlhorst	fahlhorst	DE	14532	0	Europe/Berlin	52.30608	13.16257				11	00	12069	12069454
2928227	Fachbach	fachbach	DE	56133	1332	Europe/Berlin	50.33333	7.68333			07141041	08	00	07141	07141041
2928239	Eystrup	eystrup	DE	27324	3394	Europe/Berlin	52.77935	9.21315		Ajstrup,ai si te lu pu,aisutorupu,Айструп,Ајструп,アイストルプ,艾斯特鲁普	03256007	06	00	03256	03256007
2928258	Eyendorf	eyendorf	DE	21376	1239	Europe/Berlin	53.2	10.15			03353010	06	00	03353	03353010
2928261	Eydelstedt	eydelstedt	DE	49406	1945	Europe/Berlin	52.69241	8.54668		Ajdel'shtedt,Ajdelshtet,Eidelstee,ai de er si te,Айдельштедт,Ајделштет,艾德尔斯特	03251017	06	00	03251	03251017
2928295	Exdorf	exdorf	DE	98631	560	Europe/Berlin	50.45717	10.54241		Exdorf		15	00	16066	16066094
2928300	Ewighausen	ewighausen	DE	56244	244	Europe/Berlin	50.535	7.82778			07143221	08	00	07143	07143221
2928315	Evessen	evessen	DE	38173	1422	Europe/Berlin	52.18888	10.71081		Ehfessen,Evesen,ai fei sen,Евесен,Эфессен,埃费森	03158013	06	00	03158	03158013
2928320	Everswinkel	everswinkel	DE	48351	9576	Europe/Berlin	51.92595	7.8469		Efersvinkel',Ehfersvinkel',Ehversvinkel',Eversvinkel,Everswinkel,ai fei er si wen ke er,Еверсвинкел,Еферсвінкель,Эверсвинкель,Эферсвинкель,埃费尔斯温克尔	05570024	07	055	05570	05570024
2928325	Eversmeer	eversmeer	DE	26556	879	Europe/Berlin	53.55988	7.4336		Eversmeer		06	00	03462	03462004
2928344	Everode	everode	DE	31085	532	Europe/Berlin	51.95	9.91667		Ehferode,Everode,ai fei luo de,Евероде,Эфероде,埃费罗德	03254042	06	00	03254	03254042
2928351	Everingen	everingen	DE	39359	206	Europe/Berlin	52.36803	11.09596		Everingen		14	00	15083	15083411
2928372	Eutzsch	eutzsch	DE	06888	706	Europe/Berlin	51.82011	12.63734		Eutzsch		14	00	15091	15091160
2928381	Eutin	eutin	DE	23701	16984	Europe/Berlin	54.14054	10.60751		Eutin,Eutin mit Malente,Oitin,Ojtin,ao yi ting,awytyn,aywtyn,Οϊτίν,Ойтин,Ојтин,أويتين,ائوتین,奥伊廷	01055	10	00	01055	01055012
2928392	Eußerthal	eusserthal	DE	76857	926	Europe/Berlin	49.25	7.96667		Ojsertal,Ojsertal',Ojssertal',ao yi sai er ta er,Ойсерталь,Ойссерталь,Ојсертал,奥伊塞尔塔尔	07337024	08	00	07337	07337024
2928394	Eußenheim	eussenheim	DE	97776	3302	Europe/Berlin	49.98589	9.80899		Eussenheim,Eußenheim,Ojsengajm,Ojsenkhajm,Ojssenkhajm,Oysenhaym,ao yi sen hai mu,Ойсенгайм,Ойсенхайм,Ойссенхайм,Ојсенхајм,Օյսենհայմ,奥伊森海姆	09677127	02	096	09677	09677127
2928396	Euskirchen	euskirchen	DE	53879	54889	Europe/Berlin	50.66057	6.78722		Euskirchen,OEskerche,Ojskirkhen,ZED,ao yi si ji xing,aywskyrsh,Öskerche,Ойскирхен,Ојскирхен,ائوسکیرش,奧伊斯基興	05366	07	053	05366	05366016
2928399	Euscheid	euscheid	DE	54597	162	Europe/Berlin	50.13333	6.3			07232221	08	00	07232	07232221
2928407	Eurasburg	eurasburg	DE	82547	1657	Europe/Berlin	48.33333	11.08333		Eurasberg,Eurasburg	09771129	02	097	09771	09771129
2928408	Eurasburg	eurasburg	DE	82547	4397	Europe/Berlin	47.85389	11.40587			09173123	02	091	09173	09173123
2928415	Eulowitz	eulowitz	DE	02692	0	Europe/Berlin	51.11156	14.45662		Eulowitz,Jilocy,Jiłocy		13	00	14625	14625190
2928422	Eulgem	eulgem	DE	56761	223	Europe/Berlin	50.23333	7.16667			07135028	08	00	07135	07135028
2928464	Eulenbis	eulenbis	DE	67685	514	Europe/Berlin	49.5	7.63333			07335006	08	00	07335	07335006
2928467	Eulenberg	eulenberg	DE	57632	0	Europe/Berlin	53.36667	10.85				12	00	13076	13076138
2928468	Eulenberg	eulenberg	DE	57632	0	Europe/Berlin	50.71092	7.36359				07	053	05382	05382020
2928469	Eulenberg	eulenberg	DE	57632	62	Europe/Berlin	50.60607	7.47577			07132029	08	00	07132	07132029
2930250	Engelsberg	engelsberg	DE	84549	0	Europe/Berlin	50.02399	7.02878				08	00	07231	07231067
2928518	Euerdorf	euerdorf	DE	97717	1632	Europe/Berlin	50.14853	10.02331		Oerdorf,Ojerdorf,Oyerdorf,ao yi er duo fu,Ойердорф,Оєрдорф,Ојердорф,Օյերդորֆ,奥伊尔多夫		02	096	09672	09672122
2928520	Euerbach	euerbach	DE	97502	3158	Europe/Berlin	50.06199	10.13695		Oerbakh,Ojerbakh,ao yi ai er ba he,awyrbakh,Ойербах,Оєрбах,Ојербах,اویرباخ,奥伊埃尔巴赫	09678128	02	096	09678	09678128
2928553	Etzleben	etzleben	DE	06577	331	Europe/Berlin	51.26667	11.16667		Etzleben	16065016	15	00	16065	16065016
2928556	Etzin	etzin	DE	14641	0	Europe/Berlin	52.51774	12.85424				11	00	12063	12063148
2928564	Etzenricht	etzenricht	DE	92694	1672	Europe/Berlin	49.63333	12.1			09374119	02	093	09374	09374119
2928583	Etzelwang	etzelwang	DE	92268	1562	Europe/Berlin	49.5276	11.58603		Ecelvang,Ehtcel'vang,Etcel'vang,ai ce er wang,Етцельванг,Ецелванг,Этцельванг,Էտցելվանգ,埃策尔旺	09371140	02	093	09371	09371140
2928584	Etzelsrode	etzelsrode	DE	99735	111	Europe/Berlin	51.5	10.61667		Ecelsrode,Ehtcel'srode,ai ce er si luo de,Ецелсроде,Этцельсроде,埃策尔斯罗德	16062066	15	00	16062	16062066
2928600	Etzbach	etzbach	DE	57539	1289	Europe/Berlin	50.77831	7.688			07132028	08	00	07132	07132028
2928605	Ettringen	ettringen	DE	56729	2851	Europe/Berlin	50.35	7.21667			07137025	08	00	07137	07137025
2928615	Ettlingen	ettlingen	DE	76275	38942	Europe/Berlin	48.94094	8.40763		Ediningum,Ehttlingen,Etlingen,Ettlingen,ai te lin gen,atlyngn,aytlynghn,Етлинген,Еттлінген,Эттлинген,إيتلينغن,اتلینگن,埃特林根		01	082	08215	08215017
2928626	Ettinghausen	ettinghausen	DE	56244	329	Europe/Berlin	50.51564	7.87252			07143220	08	00	07143	07143220
2928642	Ettersburg	ettersburg	DE	99439	598	Europe/Berlin	51.03395	11.2795		Ehttersburg,Etersburg,ai te er si bao,Етерсбург,Эттерсбург,埃特尔斯堡	16071017	15	00	16071	16071017
2928647	Ettenstatt	ettenstatt	DE	91796	842	Europe/Berlin	49.07752	11.05538		Ehttenshtat,Etenstat,Ettenshtatt,Ettenstadt,ai teng si ta te,Етенстат,Еттенштатт,Эттенштат,Էթենշտատ,埃滕斯塔特	09577127	02	095	09577	09577127
2928659	Ettenheim	ettenheim	DE	77955	11995	Europe/Berlin	48.25696	7.81247		Ehttenkhajm,Etenkhajm,Ettengajm,Ettenheim,ai teng hai mu,atnhaym,aytnhaym,Етенхајм,Еттенгайм,Эттенхайм,إيتنهايم,اتنهایم,埃滕海姆		01	083	08317	08317026
2928681	Etteldorf	etteldorf	DE	54655	31	Europe/Berlin	50.03333	6.56667			07232035	08	00	07232	07232035
2928684	Ettal	ettal	DE	82488	814	Europe/Berlin	47.56667	11.1		Ehttal',Etal,Ettal,Ettal',atal,Етал,Етталь,Этталь,Էթալ,اتال	09180115	02	091	09180	09180115
2928692	Etschberg	etschberg	DE	66871	0	Europe/Berlin	49.51667	7.43333		Echberg,Ehchberg,ai qi bei ge,Ечберг,Эчберг,埃奇贝格	07336024	08	00	07336	07336024
2928697	Etingen	etingen	DE	39359	517	Europe/Berlin	52.39383	11.17018		Etingen		14	00	15083	15083411
2928698	Etgert	etgert	DE	54424	62	Europe/Berlin	49.77883	7.02121			07231032	08	00	07231	07231032
2928699	Etgersleben	etgersleben	DE	39448	0	Europe/Berlin	52.14912	11.07035				14	00	15083	15083485
2928700	Etgersleben	etgersleben	DE	39448	818	Europe/Berlin	51.97915	11.41268		Etgersleben		14	00	15089	15089043
2928711	Estorf	estorf	DE	21727	1484	Europe/Berlin	53.57601	9.20271			03359016	06	00	03359	03359016
2928712	Estorf	estorf	DE	21727	1709	Europe/Berlin	52.5885	9.14147			03256006	06	00	03256	03256006
2928715	Esthal	esthal	DE	67472	1567	Europe/Berlin	49.38333	7.98333		Ehstal',Estal,ai si ta er,Естал,Эсталь,埃斯塔尔	07332016	08	00	07332	07332016
2928717	Esterwegen	esterwegen	DE	26897	5208	Europe/Berlin	52.99288	7.63327		AEaesterweede,Ehstervegen,Estervegen,ai si te er wei gen,Äästerweede,Естервеген,Эстервеген,埃斯特尔韦根	03454011	06	00	03454	03454011
2928738	Estenfeld	estenfeld	DE	97230	4907	Europe/Berlin	49.82896	10.00588		Ehstenfel'd,Estenfel'd,Estenfeld,ai si teng fei er de,esutenferuto,Естенфелд,Естенфельд,Эстенфельд,Էսթենֆելդ,エステンフェルト,埃斯滕费尔德	09679130	02	096	09679	09679130
2928740	Estedt	estedt	DE	39638	411	Europe/Berlin	52.57644	11.35966		Estedt		14	00	15081	15081135
2928743	Eßweiler	essweiler	DE	67754	460	Europe/Berlin	49.55822	7.56419		Ehsvajler,Essweiler,Esvajler,Eßweiler,ai si wei lei,Есвајлер,Эсвайлер,埃斯韦勒	07336023	08	00	07336	07336023
2928749	Eßlingen	esslingen	DE	54636	59	Europe/Berlin	49.91564	6.52742				08	00	07232	07232034
2928750	Eßlingen	esslingen	DE	54636	0	Europe/Berlin	48.88786	11.0198				02	095	09577	09577168
2928751	Esslingen	esslingen	DE	54636	92390	Europe/Berlin	48.73961	9.30473		Ehslingen-am-Nekkar,Eslinga,Eslingen,Esslingen,Esslingen am Neckar,Eszlingen,Eszlingen am Neckar,ZEB,Еслинген,Эслинген-ам-Неккар	08116	01	081	08116	08116019
2928752	Eßlingen	esslingen	DE	54636	0	Europe/Berlin	47.99178	8.71945				01	083	08327	08327050
2928759	Essingen	essingen	DE	73457	0	Europe/Berlin	50.25805	6.72255				08	00	07233	07233033
2928760	Essingen	essingen	DE	73457	2043	Europe/Berlin	49.23583	8.17472			07337023	08	00	07337	07337023
2928761	Essingen	essingen	DE	73457	6383	Europe/Berlin	48.80859	10.02773		Ehssingen,Esingen,Essingen,ai xin gen,esingeni,Есинген,Ессінген,Эссинген,ესინგენი,埃辛根	08136021	01	081	08136	08136021
2928764	Essing	essing	DE	93343	1002	Europe/Berlin	48.93467	11.78972		Ehssing,Esing,Essing,ai xing,Есинг,Ессінг,Эссинг,Էսինգ,埃兴		02	092	09273	09273121
2928793	Essenheim	essenheim	DE	55270	3161	Europe/Berlin	49.93056	8.15556		Ehssenkhajm,Esenkhajm,ai sen hai mu,Есенхајм,Эссенхайм,埃森海姆	07339017	08	00	07339	07339017
2928804	Essenbach	essenbach	DE	84051	11070	Europe/Berlin	48.61332	12.21833		Ehssenbakh,Esenbakh,Esenbax,Essenbach,Essenbakh,Essenboch,ai sen ba he,asnbakh,Есенбах,Ессенбах,Эссенбах,Էսենբախ,اسنباخ,埃森巴赫		02	092	09274	09274128
2928805	Essenbach	essenbach	DE	84051	0	Europe/Berlin	48.49919	13.26985				02	092	09275	09275145
2928806	Essenbach	essenbach	DE	84051	0	Europe/Berlin	48.31614	11.22655				02	091	09174	09174135
2928808	Essen	essen	DE	45127	0	Europe/Berlin	52.77399	9.04854		Essen		06	00	03251	03251002
2928809	Essen	essen	DE	45127	8185	Europe/Berlin	52.72258	7.9371		Ehssen,Esen,Essen,Есен,Эссен		06	00	03453	03453006
2928911	Esens	esens	DE	26427	6856	Europe/Berlin	53.64866	7.61267		Ehzens,Ezens,ai sen si,asnz  nydrzaksn,Езенс,Эзенс,اسنز، نیدرزاکسن,埃森斯		06	00	03462	03462003
2928810	Essen	essen	DE	45127	593085	Europe/Berlin	51.45657	7.01228		Asnithi,Assindia,ESS,Ehsehn,Ehssen,Esen,Esenas,Esene,Esse,Essen,ai sen,aisana,asn,aysn,aysyn,ecan,esen,esena,eseni,essen,xes sein,Ésén,Έσσεν,Есен,Ессен,Эссен,Эсэн,Էսսեն,אסן,أسن,إسن,إيسن,اسن,ايسن,ایسن,ایسین,एसेन,এসেন,ਐੱਸਨ,எசன்,เอสเซิน,ესენი,エッセン,埃森,에센	05113	07	051	05113	05113000
2928816	Esselborn	esselborn	DE	55234	339	Europe/Berlin	49.71528	8.11861			07331022	08	00	07331	07331022
2928819	Esselbach	esselbach	DE	97839	2018	Europe/Berlin	49.85528	9.52583		Ehssel'bakh,Eselbakh,Eselbax,Essel'bakh,ai sai er ba he,Еселбах,Ессельбах,Эссельбах,Էսելբախ,埃塞尔巴赫	09677126	02	096	09677	09677126
2928820	Essel	essel	DE	29690	0	Europe/Berlin	53.48948	9.27544				06	00	03359	03359031
2928821	Essel	essel	DE	29690	1095	Europe/Berlin	52.69131	9.64141			03358007	06	00	03358	03358007
2928822	Essel	essel	DE	29690	0	Europe/Berlin	51.62217	7.25304				07	055	05562	05562032
2928836	Eßbach	essbach	DE	07924	256	Europe/Berlin	50.58333	11.68333		Essbach,Eßbach	16075023	15	00	16075	16075023
2928846	Esperstedt	esperstedt	DE	06279	642	Europe/Berlin	51.34733	11.179		Esperstedt		15	00	16065	16065003
2928847	Esperstedt	esperstedt	DE	06279	748	Europe/Berlin	51.42386	11.67884		Esperstedt		14	00	15088	15088265
2928862	Espenhain	espenhain	DE	04579	2843	Europe/Berlin	51.18926	12.47885		Ehspenkhajn,Espenhain,Espenhaini vald,Espenkhajn,ai si peng hai en,Еспенхајн,Эспенхайн,埃斯彭海恩	14729370	13	00	14729	14729370
2928868	Espenau	espenau	DE	34314	4876	Europe/Berlin	51.39664	9.47021		Ehspenau,Espenau,ai si pei nao,esupenau,Еспенау,Эспенау,エスペナウ,埃斯佩瑙	06633007	05	066	06633	06633007
2928874	Espelkamp	espelkamp	DE	32339	26378	Europe/Berlin	52.38251	8.62127		Ehspel'kamp,Espel'kamp,Espelkaempe,Espelkamp,Espelkämpe,ai si pei er kan pu,asblkamb,asplkampf,esuperukanpu,Еспелкамп,Еспелькамп,Эспелькамп,إسبلكامب,اسپلکامپف,エスペルカンプ,埃斯佩尔坎普		07	057	05770	05770008
2928890	Eslohe	eslohe	DE	59889	9304	Europe/Berlin	51.25369	8.16949		Ehsloeh,Esloe,Eslohe,Eslokhe,ai si luo hei,Еслое,Еслохе,Эслоэ,埃斯洛黑		07	059	05958	05958016
2928894	Eslarn	eslarn	DE	92693	3117	Europe/Berlin	49.58345	12.52156		Ehslarn,Eslarn,Eszlarn,ai si la en,Есларн,Эсларн,Էսլարն,埃斯拉恩		02	093	09374	09374118
2928905	Esgrus	esgrus	DE	24402	870	Europe/Berlin	54.71667	9.78333		Ehsgrus,Esgrus,Eskeris,ai si ge lu si,Есгрус,Эсгрус,埃斯格鲁斯	01059109	10	00	01059	01059109
2928962	Eschweiler	eschweiler	DE	52249	0	Europe/Berlin	51.04909	6.12691		Eschweiler		07	053	05370	05370016
2928963	Eschweiler	eschweiler	DE	52249	55778	Europe/Berlin	50.81854	6.27184		Aischwiele,Ascvilare,Ehshvajler,Eschweiler,Eshvajler,Esvayler,Esveilere,Esveileris,Esveilers,Eşvayler,Ešveilere,Ešveileris,Ešveilers,ZEA,ai shi wei lei,ashwaylr,ayshfaylr,eshuvu~aira,eshvaileri,esyubailleo,Ешвайлер,Ешвајлер,Эшвайлер,אשוויילר,إيشفايلر,اشوایلر,ეშვაილერი,エシュヴァイラー,埃施韦勒,에슈바일러		07	053	05334	05334012
2928964	Eschweiler	eschweiler	DE	52249	0	Europe/Berlin	50.57244	6.74129				07	053	05366	05366004
2928967	Eschwege	eschwege	DE	37269	21191	Europe/Berlin	51.18386	10.05329		Ehshvege,Escevegia,Eschwege,Eshvege,ai shi wei ge,ashfyghh,ashwgh,eshuvu~ege,Ешвеге,Эшвеге,إشفيغه,اشوگه,エシュヴェーゲ,埃施韦格	06636	05	066	06636	06636003
2928979	Eschlkam	eschlkam	DE	93458	3575	Europe/Berlin	49.29883	12.91573		Ehshl'kam,Eschlkam,Eshl'kam,Eshlkam,Eslkam,ai shi er ka mu,Ешлкам,Ешлькам,Эшлькам,Էշլկամ,埃施尔卡姆		02	093	09372	09372124
2929002	Eschfeld	eschfeld	DE	54619	175	Europe/Berlin	50.11667	6.2		Ehshfel'd,Eshfeld,ai shi fei er de,Ешфелд,Эшфельд,埃施费尔德	07232220	08	00	07232	07232220
2929008	Eschershausen	eschershausen	DE	37632	3794	Europe/Berlin	51.92664	9.64282	199	Ehsherskhauzen,Esherskhauzen,Raabestadt Eschershausen,ai she er si hao sen,ashrshawzn,ashrzhawzn,esshasuhauzen,Ешерсхаузен,Эшерсхаузен,إشرسهاوزن,اشرزهاوزن,エッシャースハウゼン,埃舍尔斯豪森	03255013	06	00	03255	03255013
2929009	Eschershausen	eschershausen	DE	37632	487	Europe/Berlin	51.67809	9.63535		Eschericheshusen prope Uslariam,Eschericheshusen prope Uslariam [a. 1244],Eschershausen (Uslar),Eschershusen [a. 1318]		06	00	03155	03155012
2929033	Eschenrode	eschenrode	DE	39356	158	Europe/Berlin	52.28424	11.11532		Ehshenrode,Eschenrode,Eshenrode,Ешенроде,Эшенроде		14	00	15083	15083411
2929038	Eschenlohe	eschenlohe	DE	82438	1647	Europe/Berlin	48.01731	12.03012				02	091	09175	09175119
2929039	Eschenlohe	eschenlohe	DE	82438	0	Europe/Berlin	47.6	11.18333		Ehshenloeh,Eschenlohe,Esenloe,Eshenloe,Eshenlokhe,ai shen luo hei,ashnlwhh,Ешенлое,Ешенлохе,Эшенлоэ,Էշենլոե,اشنلوهه,埃申洛黑	09180114	02	091	09180	09180114
2929063	Eschenbergen	eschenbergen	DE	99869	779	Europe/Berlin	51.02681	10.75932		Ehshenbergen,Eschenbergen,Eshenbergen,ai shen bei er gen,Ешенберген,Эшенберген,埃申贝尔根	16067016	15	00	16067	16067016
2929076	Eschenbach in der Oberpfalz	eschenbach-in-der-oberpfalz	DE	92676	0	Europe/Berlin	49.7554	11.83306		Ehshenbakh,Eschenbach,Eschenbach in der Oberpfalz,Esenbax,Eshenbakh in der Oberpfalc,Eshenbakh-in-der-Oberpfal'c,ashnbakh an dr awbrbfaltz,ashnbakh dr awbrfaltz,Ешенбах ин дер Оберпфалц,Ешенбах-ін-дер-Оберпфальц,Эшенбах,Էշենբախ,إشنباخ إن در أوبربفالتز,اشنباخ در اوبرفالتز		02	093	09374	09374117
2929086	Eschenbach	eschenbach	DE	73107	0	Europe/Berlin	50.92959	8.12581		Eschenbach		07	059	05970	05970032
2929087	Eschenbach	eschenbach	DE	73107	0	Europe/Berlin	50.36802	12.32089		Eschenbach		13	00	14523	14523370
2929088	Eschenbach	eschenbach	DE	73107	0	Europe/Berlin	49.9666	10.6993				02	096	09674	09674133
2929089	Eschenbach	eschenbach	DE	73107	0	Europe/Berlin	49.53017	11.49101				02	095	09574	09574147
2929090	Eschenbach	eschenbach	DE	73107	0	Europe/Berlin	49.48521	10.67147				02	095	09575	09575145
2929091	Eschenbach	eschenbach	DE	73107	2316	Europe/Berlin	48.65264	9.67037			08117020	01	081	08117	08117020
2929112	Eschelbronn	eschelbronn	DE	74927	2572	Europe/Berlin	49.31944	8.86528		Ehshel'bronn,Eschelbronn,Eschlbrunn,Eselmpron,Eshel'bronn,Eshelbron,ai she er bu long,essheruburon,Έσελμπρον,Ешелброн,Ешельбронн,Эшельбронн,エッシェルブロン,埃舍尔布龙	08226020	01	082	08226	08226020
2929122	Eschede	eschede	DE	29348	3894	Europe/Berlin	52.73494	10.2354		Askithi,Ehshede,Eshede,ai she de,Ешеде,Эшеде,埃舍德	03351025	06	00	03351	03351025
2929123	Escheburg	escheburg	DE	21039	2988	Europe/Berlin	53.46667	10.31667		Ehsheburg,Escheburg,Esheburg,ai she bao,Ешебург,Эшебург,埃舍堡	01053028	10	00	01053	01053028
2929131	Esche	esche	DE	49828	557	Europe/Berlin	52.53333	6.96667			03456004	06	00	03456	03456004
2929134	Eschborn	eschborn	DE	65760	20383	Europe/Berlin	50.14328	8.57111		Ehshborn,Eschborn,Eshborn,ai shi bo en,ashbwrn,eshuborun,Ешборн,Эшборн,إشبورن,اشبورن,エシュボルン,埃施博恩		05	064	06436	06436003
2929152	Eschbach	eschbach	DE	56357	0	Europe/Berlin	48.63685	8.67541				01	082	08235	08235080
2929153	Eschbach	eschbach	DE	56357	0	Europe/Berlin	48.29146	8.10944		Eschbach		01	083	08317	08317029
2929154	Eschbach	eschbach	DE	56357	0	Europe/Berlin	51.2	7.05		Eschbach		07	051	05122	05122000
2929155	Eschbach	eschbach	DE	56357	0	Europe/Berlin	50.35882	8.53895				05	064	06434	06434011
2929156	Eschbach	eschbach	DE	56357	198	Europe/Berlin	50.21393	7.72717			07141040	08	00	07141	07141040
2929157	Eschbach	eschbach	DE	56357	707	Europe/Berlin	49.17444	8.01917			07337022	08	00	07337	07337022
2929158	Eschbach	eschbach	DE	56357	0	Europe/Berlin	47.89102	7.65541			08315033	01	083	08315	08315033
2929159	Eschbach	eschbach	DE	56357	0	Europe/Berlin	47.63323	8.18078		Eschbach		01	083	08337	08337126
2929165	Eschau	eschau	DE	63863	4129	Europe/Berlin	49.81889	9.2592		Ehshau,Esau,Eschau,Eshau,ai shao,esshau,Ешау,Эшау,Էշաու,エッシャウ,埃绍		02	096	09676	09676123
2929166	Eschau	eschau	DE	63863	0	Europe/Berlin	47.77359	9.5304				01	084	08436	08436064
2929177	Eschach	eschach	DE	73569	1874	Europe/Berlin	48.88832	9.86999			08136020	01	081	08136	08136020
2929178	Eschach	eschach	DE	73569	0	Europe/Berlin	47.89948	10.05369				01	084	08436	08436003
2929179	Eschach	eschach	DE	73569	0	Europe/Berlin	47.86012	8.50437				01	083	08326	08326005
2929180	Eschach	eschach	DE	73569	0	Europe/Berlin	47.73333	9.6		Eschach		01	084	08436	08436064
2929181	Eschach	eschach	DE	73569	0	Europe/Berlin	47.72531	10.74339				02	091	09190	09190114
2929182	Eschach	eschach	DE	73569	0	Europe/Berlin	47.70532	10.20181				02	097	09780	09780117
2929183	Eschach	eschach	DE	73569	0	Europe/Berlin	47.59191	10.69863				02	097	09777	09777129
2929185	Esch	esch	DE	54518	0	Europe/Berlin	53.82147	9.2639				06	00	03359	03359018
2929186	Esch	esch	DE	54518	0	Europe/Berlin	53.68578	9.56347		Esch,Im Esch		10	00	01056	01056045
2929187	Esch	esch	DE	54518	0	Europe/Berlin	51.01289	6.85667		Esch-Auweiler		07	053	05315	05315000
2929188	Esche	esche	DE	49828	0	Europe/Berlin	50.94269	6.54442		Esch		07	053	05362	05362016
2929189	Esch	esch	DE	54518	0	Europe/Berlin	50.49511	6.82954				07	053	05366	05366004
2929190	Esch	esch	DE	54518	561	Europe/Berlin	50.36667	6.61667			07233022	08	00	07233	07233022
2929191	Esch	esch	DE	54518	0	Europe/Berlin	50.25	8.31688				05	064	06439	06439016
2929192	Esch	esch	DE	54518	407	Europe/Berlin	49.9	6.85			07231031	08	00	07231	07231031
2929223	Erzhausen	erzhausen	DE	64390	0	Europe/Berlin	51.89151	9.92967		Erzhausen		06	00	03155	03155013
2929224	Erzhausen	erzhausen	DE	64390	7297	Europe/Berlin	49.95528	8.6475		Ehrckhauzen,Ercgauzen,Erckhauzen,ai er ci hao sen,erutsuhauzen,Ерцгаузен,Ерцхаузен,Эрцхаузен,エルツハウゼン,埃尔茨豪森	06432006	05	064	06432	06432006
2929227	Erzenhausen	erzenhausen	DE	67685	740	Europe/Berlin	49.5	7.61667			07335005	08	00	07335	07335005
2929244	Erxleben	erxleben	DE	39343	516	Europe/Berlin	52.75033	11.76658		Erxleben		14	00	15090	15090415
2929245	Erxleben	erxleben	DE	39343	1329	Europe/Berlin	52.21812	11.24245			15083205	14	00	15083	15083205
2929247	Erwitte	erwitte	DE	59597	16081	Europe/Berlin	51.6127	8.3384		Arwitti,Ehrvitte,Eritonon,Ervite,Ervitte,Erwitte,ai er wei te,arfyth,arwyth,Ėritonon,Ервите,Ервітте,Эрвитте,إرفيته,ارویته,埃尔维特		07	059	05974	05974016
2929252	Ertingen	ertingen	DE	88521	5516	Europe/Berlin	48.1	9.46667		Ehrtingen,Ertingen,ai er ting gen,Ертинген,Ертінген,Эртинген,Էրտինգեն,ერტინგენი,埃尔廷根	08426045	01	084	08426	08426045
2929269	Ersfeld	ersfeld	DE	57635	55	Europe/Berlin	50.7	7.51667		Ehrsfel'd,Ersfeld,Ersfelt,Ersfield,ai er si fei er de,arsfld,Ерсфелд,Эрсфельд,ارسفلد,埃尔斯费尔德	07132027	08	00	07132	07132027
2929279	Erpolzheim	erpolzheim	DE	67167	1208	Europe/Berlin	49.48917	8.22472		AEaebelsm,Ehrpol'ckhajm,Erpolckhajm,ai er bo er ci hai mu,Ääbelsm,Ерполцхајм,Эрпольцхайм,埃尔波尔茨海姆	07332015	08	00	07332	07332015
2929302	Erpel	erpel	DE	53579	2635	Europe/Berlin	50.58333	7.23333		Ehrpel',Erpel,ai er pei er,Ерпел,Эрпель,埃尔佩尔	07138019	08	00	07138	07138019
2929305	Erolzheim	erolzheim	DE	88453	3140	Europe/Berlin	48.09001	10.073		Ehrol'ckhajm,Erol'cgajm,Erolckhajm,Erolzheim,ai luo er ci hai mu,eroltshaimi,Еролцхајм,Ерольцгайм,Эрольцхайм,Էրոլցհայմ,ეროლცჰაიმი,埃罗尔茨海姆	08426044	01	084	08426	08426044
2929307	Ernzen	ernzen	DE	54668	435	Europe/Berlin	49.8427	6.42442			07232033	08	00	07232	07232033
2929314	Ernstroda	ernstroda	DE	99894	1044	Europe/Berlin	50.86484	10.62056		Ernstroda		15	00	16067	16067019
2929350	Ernst	ernst	DE	56814	625	Europe/Berlin	50.15	7.23333			07135027	08	00	07135	07135027
2929353	Ernsgaden	ernsgaden	DE	85119	1445	Europe/Berlin	48.73333	11.58333		Ehrnsgaden,Ernsgaden,Ernsgodn,ai er en si jia deng,arnsgadn,Ернсгаден,Эрнсгаден,Էրնսգադեն,ارنسگادن,埃尔恩斯加登	09186116	02	091	09186	09186116
2929377	Ermsleben	ermsleben	DE	06463	0	Europe/Berlin	51.73244	11.3507		Ermsleben		14	00	15085	15085110
2929393	Ermershausen	ermershausen	DE	96126	621	Europe/Berlin	50.20846	10.62576		Ehrmerskhauzen,Ermersgauzen,Ermershauzen,Ermerskhauzen,ai er mei er si hao sen,Ермерсгаузен,Ермерсхаузен,Эрмерсхаузен,Էրմերսհաուզեն,埃尔梅尔斯豪森	09674223	02	096	09674	09674223
2929394	Ermershausen	ermershausen	DE	96126	0	Europe/Berlin	49.37895	9.88426				01	081	08128	08128082
2929429	Erligheim	erligheim	DE	74391	2697	Europe/Berlin	49.0225	9.09722		Ehrligkhajm,Erligajm,Erligkhajm,ai er li ge hai mu,arlyghaym,Ерлигхајм,Ерлігайм,Эрлигхайм,ارلیگهایم,埃尔利格海姆	08118015	01	081	08118	08118015
2929451	Erlensee	erlensee	DE	63526	12663	Europe/Berlin	50.16304	8.97823		AEaelaensee,Ehrlenze,Erlenze,ai er lun sai,erurenze,Äälänsee,Ерлензе,Эрлензе,エルレンゼー,埃尔伦塞	06435007	05	064	06435	06435007
2929452	Erlenmoos	erlenmoos	DE	88416	1650	Europe/Berlin	48.0653	9.97567			08426043	01	084	08426	08426043
2929483	Erlenbach bei Marktheidenfeld	erlenbach-bei-marktheidenfeld	DE	97837	0	Europe/Berlin	49.81927	9.6273		Ehrlenbakh-Marktkhajdenfel'd,Erlenbach,Erlenbach apud Marktheidenfeld,Erlenbach bei Marktheidenfeld,Erlenbakh kod Marktkhajdenfelda,Erlenbakh-baj-Marktgajdenfel'd,ma er ke tai deng fei er de fu jin ai er lun ba he,Ерленбах код Марктхајденфелда,Ерленбах-бай-Марктгайденфельд,Эрленбах-Марктхайденфельд,Էրլենբախ Մարքթհայդենֆելդ,马尔克泰登费尔德附近埃尔伦巴赫		02	096	09677	09677125
2929484	Erlenbach am Main	erlenbach-am-main	DE	63906	10208	Europe/Berlin	49.80341	9.16311		Ehrlenbakh-na-Majne,Erlenbach,Erlenbach am Main,Erlenbach uber Klingenberg,Erlenbach über Klingenberg,Erlenbakh na Majni,Erlenbakh-am-Majn,Mayni Erlenbax,arlnbakh am mayn,mei yin he pan ai er lun ba he,Ерленбах на Мајни,Ерленбах-ам-Майн,Эрленбах-на-Майне,Մայնի Էրլենբախ,إرلنباخ آم ماين,ارلنباخ آم ماین,エアレンバッハ・アム・マイン,美因河畔埃尔伦巴赫		02	096	09676	09676122
2929497	Erlenbach	erlenbach	DE	74235	0	Europe/Berlin	47.9856	8.11543				01	083	08315	08315094
2929498	Erlenbach	erlenbach	DE	74235	0	Europe/Berlin	50.05862	9.22623				02	096	09671	09671113
2929499	Erlenbach	erlenbach	DE	74235	2381	Europe/Berlin	49.97857	9.64459				02	096	09677	09677148
2929500	Erlenbach	erlenbach	DE	74235	0	Europe/Berlin	49.88936	6.79291		Erlenbach,Erlenbach uber Schweich,Erlenbach uber Wittlich,Erlenbach über Schweich,Erlenbach über Wittlich		08	00	07231	07231053
2929501	Erlenbach	erlenbach	DE	74235	0	Europe/Berlin	49.66738	8.74518				05	064	06431	06431007
2929502	Erlenbach	erlenbach	DE	74235	0	Europe/Berlin	49.64524	9.01189				05	064	06437	06437006
2929503	Erlenbach	erlenbach	DE	74235	0	Europe/Berlin	49.47892	7.77487				08	00	07312	07312000
2929504	Erlenbach	erlenbach	DE	74235	0	Europe/Berlin	49.38544	9.54991		Erlenbach		01	082	08225	08225114
2929505	Erlenbach	erlenbach	DE	74235	379	Europe/Berlin	49.33461	7.8552				08	00	07332	07332014
2929506	Erlenbach	erlenbach	DE	74235	4853	Europe/Berlin	49.1725	9.26833		Erlenbach	08125027	01	081	08125	08125027
2929507	Erlenbach	erlenbach	DE	74235	733	Europe/Berlin	49.11073	8.18715		Erlenbach		08	00	07334	07334004
2929508	Erlenbach	erlenbach	DE	74235	0	Europe/Berlin	49.11325	7.86217		Erlenbach,Erlenbach bei Dahn,Erlenbach uber Bergzabern,Erlenbach über Bergzabern		08	00	07340	07340010
2929509	Erlenbach	erlenbach	DE	74235	0	Europe/Berlin	48.95216	8.84671				01	082	08236	08236040
2929539	Erlbach	erlbach	DE	08265	0	Europe/Berlin	51.1122	12.87166				13	00	14729	14729080
2929540	Erlbach	erlbach	DE	08265	0	Europe/Berlin	50.76378	12.73352				13	00	14521	14521380
2929541	Erlbach	erlbach	DE	08265	1895	Europe/Berlin	50.31667	12.36667		Erlbach,Markt Erlbach	14523200	13	00	14523	14523200
2929542	Erlbach	erlbach	DE	08265	0	Europe/Berlin	49.35764	10.2291				02	095	09571	09571181
2929543	Erlbach	erlbach	DE	08265	0	Europe/Berlin	49.28344	10.38082				02	095	09571	09571174
2929544	Erlbach	erlbach	DE	08265	0	Europe/Berlin	49.11662	12.25039				02	093	09375	09375119
2929545	Erlbach	erlbach	DE	08265	0	Europe/Berlin	48.9838	10.56595		Erlbach		02	097	09779	09779197
2929546	Erlbach	erlbach	DE	08265	0	Europe/Berlin	48.76214	11.00851				02	091	09185	09185153
2929547	Erlbach	erlbach	DE	08265	0	Europe/Berlin	48.37991	11.40217				02	091	09174	09174151
2929548	Erlbach	erlbach	DE	08265	0	Europe/Berlin	48.34912	13.23054				02	092	09275	09275130
2929549	Erlbach	erlbach	DE	08265	1239	Europe/Berlin	48.3	12.78333			09171115	02	091	09171	09171115
2929550	Erlbach	erlbach	DE	08265	0	Europe/Berlin	48.1907	11.91261				02	091	09177	09177135
2929557	Erlau	erlau	DE	09306	3638	Europe/Berlin	51.00938	12.94549			14522120	13	00	14522	14522120
2929558	Erlau	erlau	DE	09306	0	Europe/Berlin	50.54155	10.7519				15	00	16069	16069043
2929559	Erlau	erlau	DE	09306	0	Europe/Berlin	49.87355	10.80021				02	094	09471	09471208
2929560	Erlau	erlau	DE	09306	0	Europe/Berlin	48.82967	10.11124				01	081	08136	08136088
2929561	Erlau	erlau	DE	09306	0	Europe/Berlin	48.56398	13.57813				02	092	09275	09275137
2929562	Erlau	erlau	DE	09306	0	Europe/Berlin	48.43915	11.76189		Erlau		02	091	09178	09178124
2929567	Erlangen	erlangen	DE	91052	102675	Europe/Berlin	49.59099	11.00783		Ehrlangen,Erlanga,Erlangen,Erlangenas,Erlangene,Erlanken,ZCZ,ai er lan gen,ai er lang gen,arlangn,arlnjn,arlynjn,earangen,eleullang-gen,Έρλαγκεν,Ерланген,Эрланген,ארלנגן,ارلانگن,ارلنجن,ارلینجن,エアランゲン,埃尔朗根,埃爾蘭根,에를랑겐	09562	02	095	09562	09562000
2929593	Erlabrunn	erlabrunn	DE	08349	964	Europe/Berlin	50.47255	12.7073				13	00	14521	14521110
2929594	Erlabrunn	erlabrunn	DE	08349	1584	Europe/Berlin	49.85972	9.84417		Ehrlabrunn,Erlabrun,Erlabrunn,ai er la bu lun,earaburun,Ерлабрун,Ерлабрунн,Эрлабрунн,Էրլաբրուն,エアラブルン,埃尔拉布伦	09679128	02	096	09679	09679128
2929600	Erkrath	erkrath	DE	40699	47815	Europe/Berlin	51.22235	6.90831		Ehrkrat,Erkrat,Erkrath,ai er ke la te,arkrat,Еркрат,Эркрат,إركرات,ارکرات,埃尔克拉特		07	051	05158	05158004
2929602	Erkner	erkner	DE	15537	11741	Europe/Berlin	52.42	13.75437		Ehrkner,Erkner,ai er ke na,arknr,Еркнер,Эркнер,Էրկներ,إركنر,ارکنر,埃尔克纳		11	00	12067	12067124
2929605	Erkheim	erkheim	DE	87746	3046	Europe/Berlin	48.0373	10.3357		Ehrkkhajm,Erkgajm,Erkhaym,Erkheim,Erkkhajm,ai er ke hai mu,Еркгайм,Еркхајм,Эркхайм,Էրկհայմ,埃尔克海姆		02	097	09778	09778136
2929610	Erkerode	erkerode	DE	38173	1073	Europe/Berlin	52.20485	10.70982		Ehrkerode,Erkerode,ai er ke luo de,Еркероде,Эркероде,埃尔克罗德	03158012	06	00	03158	03158012
2929614	Erkenbrechtsweiler	erkenbrechtsweiler	DE	73268	2139	Europe/Berlin	48.55656	9.43211		Ehrkenbrekhtsvajler,Erkenbrekhtsvajler,Erkenbrextsvayler,ai ken bu lei xi ci wei lei,Еркенбрехтсвайлер,Еркенбрехтсвајлер,Эркенбрехтсвайлер,Էրկենբրեխտսվայլեր,埃肯布雷希茨韦勒	08116018	01	081	08116	08116018
2930251	Engelsberg	engelsberg	DE	84549	0	Europe/Berlin	49.32294	11.62311				02	093	09373	09373140
2929622	Erkelenz	erkelenz	DE	41812	44650	Europe/Berlin	51.07947	6.31531		Ehrkelenc,Erkelenc,Erkelens,Erkelenz,ai er ke lun ci,arklnts,arklnz,Еркеленц,Эркеленц,إركلنتس,ارکلنز,埃尔克伦茨		07	053	05370	05370004
2929626	Eriskirch	eriskirch	DE	88097	4319	Europe/Berlin	47.62479	9.54197		Ehriskirkh,Eriskirkh,Eriskirx,ai li si ji er xi,Ерискирх,Еріскірх,Эрискирх,Էրիսկիրխ,ერისკირხი,埃里斯基尔希	08435013	01	084	08435	08435013
2929631	Ering	ering	DE	94140	1885	Europe/Berlin	48.29921	13.15029		Ehring,Ering,Fring,ai ling,aryng,Еринг,Ерінг,Эринг,Էրինգ,ارینگ,埃灵	09277118	02	092	09277	09277118
2929642	Erharting	erharting	DE	84513	932	Europe/Berlin	48.28333	12.58333		Ehrkharting,Erarting,Erkharting,ai la er ting,arhartyng,Ерартінг,Ерхартинг,Эрхартинг,Էրհարթինգ,ارهارتینگ,埃拉尔廷	09183116	02	091	09183	09183116
2929649	Ergoldsbach	ergoldsbach	DE	84061	7482	Europe/Berlin	48.69263	12.20442		Ehrgol'dsbakh,Erblsbach,Ergol'dsbakh,Ergoldsbach,Ergoldsbakh,Ergoldsbax,Erweschbo,ai er ge er ci ba he,argwldsbakh,Ерголдсбах,Ергольдсбах,Эргольдсбах,Էրգոլդսբախ,ارگولدسباخ,埃尔戈尔茨巴赫		02	092	09274	09274127
2929650	Ergolding	ergolding	DE	84030	11438	Europe/Berlin	48.57654	12.17102		Ehrgol'ding,Ergol'ding,Ergolding,ai ge er ding,argwldyng,Ерголдинг,Ергольдінг,Эргольдинг,Էրգոլդինգ,ارگولدینگ,埃戈尔丁		02	092	09274	09274126
2929655	Ergeshausen	ergeshausen	DE	56368	148	Europe/Berlin	50.27212	7.94251			07141039	08	00	07141	07141039
2929658	Ergersheim	ergersheim	DE	91465	1169	Europe/Berlin	49.51667	10.33333			09575122	02	095	09575	09575122
2929664	Erfweiler	erfweiler	DE	66996	0	Europe/Berlin	49.19662	7.18454				09	00	10045	10045116
2929665	Erfweiler	erfweiler	DE	66996	1250	Europe/Berlin	49.15712	7.81231			07340009	08	00	07340	07340009
2929670	Erfurt	erfurt	DE	99084	203254	Europe/Berlin	50.9787	11.03283		ERF,Ehrfurt,Erfesfurt [a. 1144],Erfordia,Erfurt,Erfurtas,Erfurte,Erfurti,Erfurto,Erpesforth [a. 1133],Erphesfurt [a. 742],Erphord [a. 1210],Erphourte,Erpisfurt,Erpsfordia [a. 1222],Erpsfurd [a. 1196],Jarobrod,ai er fu te,arfwrt,eafuruto,eleupuleuteu,eraphurta,Érfurt,Ερφούρτη,Ерфурт,Эрфурт,ארפורט,ערפורט,إرفورت,ارفرٹ,ارفورت,एरफुर्ट,แอร์ฟูร์ท,ერფურტი,エアフルト,埃尔福特,에르푸르트	15	15	00	16051	16051000
2929671	Erftstadt	erftstadt	DE	50374	51207	Europe/Berlin	50.81481	6.79387		Ehrftshtadt,Erftshtadt,Erftshtat,Erftstadt,ai er fu te shi ta te,arftshtat,Ерфтштадт,Ерфтштат,Эрфтштадт,إرفتشتات,ارفت‌اشتات,埃尔夫特施塔特		07	053	05362	05362020
2929685	Erfde	erfde	DE	24803	2118	Europe/Berlin	54.3	9.31667		Erfde	01059024	10	00	01059	01059024
2929689	Eresing	eresing	DE	86922	1709	Europe/Berlin	48.087	11.02388		Ehrezing,Erezing,ai lei xing,arzyng,erejingu,Ерезинг,Ерезінг,Эрезинг,Էրեզինգ,ارزینگ,エレージング,埃雷兴	09181118	02	091	09181	09181118
2929692	Erdweg	erdweg	DE	85253	5629	Europe/Berlin	48.3318	11.30339		Ehrdveg,Erdveg,ai er de wei ge,ardwg,Ердвег,Эрдвег,Էրդվեգ,اردوگ,埃尔德韦格	09174118	02	091	09174	09174118
2929708	Erdmannhausen	erdmannhausen	DE	71729	4848	Europe/Berlin	48.94256	9.29615		Ehrdmannkhauzen,Erdmankhauzen,Erdmanngauzen,ai er de man hao sen,ardmanhawzn,Ердманнгаузен,Ердманхаузен,Эрдманнхаузен,اردمانهاوزن,埃尔德曼豪森	08118014	01	081	08118	08118014
2929715	Erding	erding	DE	85435	33519	Europe/Berlin	48.30603	11.90686		Aerding,Arrdeng,Ehrding,Erding,Erding As,Erdingas,ai er ding,ardyng,Ėrdingas,Ердинг,Эрдинг,اردینگ,ارڈنگ,埃尔丁	09177	02	091	09177	09177117
2929720	Erdesbach	erdesbach	DE	66887	664	Europe/Berlin	49.57428	7.44215		Ehrdesbakh,Erdesbakh,ai er de si ba he,Ердесбах,Эрдесбах,埃尔德斯巴赫	07336022	08	00	07336	07336022
2929724	Erden	erden	DE	54492	379	Europe/Berlin	49.98333	7.01667		Ehrden,Erden,ai er deng,Ерден,Эрден,埃尔登	07231030	08	00	07231	07231030
2929769	Erbes-Büdesheim	erbes-budesheim	DE	55234	1385	Europe/Berlin	49.75444	8.03139		Erbes-Budesheim,Erbes-Buedesheim,Erbes-Büdesheim	07331021	08	00	07331	07331021
2929779	Erbenhausen	erbenhausen	DE	98634	0	Europe/Berlin	50.75601	9.06712				05	065	06535	06535009
2929780	Erbenhausen	erbenhausen	DE	98634	0	Europe/Berlin	50.71286	8.76094				05	065	06534	06534009
2929781	Erbenhausen	erbenhausen	DE	98634	625	Europe/Berlin	50.56667	10.15			16066019	15	00	16066	16066019
2929783	Erbendorf	erbendorf	DE	92681	5364	Europe/Berlin	49.83983	12.04593		Ehrbendorf,Erbendorf,Ermdoaf,ai er ben duo fu,arbndwrf,Ербендорф,Эрбендорф,Էրբենդորֆ,إربندورف,اربندورف,ایربنڈورف,埃尔本多夫		02	093	09377	09377116
2929798	Erbach	erbach	DE	55494	0	Europe/Berlin	50.6317	7.90436				08	00	07143	07143279
2929799	Erbach	erbach	DE	55494	0	Europe/Berlin	50.31009	8.26003		Erbach		05	065	06533	06533003
2929800	Erbach	erbach	DE	55494	236	Europe/Berlin	50.03333	7.68333			07140037	08	00	07140	07140037
2929801	Erbach	erbach	DE	55494	0	Europe/Berlin	50.0212	8.09615				05	064	06439	06439003
2929802	Erbach	erbach	DE	55494	13771	Europe/Berlin	49.66148	8.99402		Ehrbakh,Erbach,Erbach im Odenwald,Erbakh,Erbakh-im-Odenval'd,arbakh am awdnfald,arbakh dr awdnwald,eabahha,Ербах,Ербах-ім-Оденвальд,Эрбах,إرباخ إم أودنفالد,ارباخ در اودنوالد,エアバッハ	06437	05	064	06437	06437006
2929803	Erbach	erbach	DE	55494	0	Europe/Berlin	49.63853	8.66975				05	064	06431	06431011
2929804	Erbach	erbach	DE	55494	13331	Europe/Berlin	48.32841	9.88752				01	084	08425	08425039
2929817	Eppstein	eppstein	DE	65817	13374	Europe/Berlin	50.14277	8.39231		Ehpshtajn,Eppshtajn,Eppstein,Epshhajn,Epshtajn,abshtayn,ai pu si tai yin,eppushutain,Еппштайн,Епштајн,Епщайн,Эпштайн,إبشتاين,اپ‌اشتاین,エップシュタイン,埃普斯泰因		05	064	06436	06436002
2929818	Eppstein	eppstein	DE	65817	0	Europe/Berlin	49.50704	8.33222		Eppstein		08	00	07311	07311000
2929827	Eppishausen	eppishausen	DE	87745	1822	Europe/Berlin	48.16667	10.51667		Ehppiskhauzen,Episkhauzen,Eppisgauzen,ai pi si hao sen,Еписхаузен,Еппісгаузен,Эпписхаузен,Էփիսհաուզեն,埃皮斯豪森	09778134	02	097	09778	09778134
2929831	Eppingen	eppingen	DE	75031	21179	Europe/Berlin	49.13645	8.91229		Ehppingen,Epingen,Epingenas,Eppingen,abynghn,ai ping gen,apyngn,eppingen,Епинген,Еппінген,Эппинген,إبينغن,اپینگن,ეპინგენი,エッピンゲン,埃平根		01	081	08125	08125026
2929837	Eppertshausen	eppertshausen	DE	64859	5838	Europe/Berlin	49.95056	8.85389		Ehppertskhauzen,Epertskhauzen,Eppertsgauzen,Eppertshausen,ai pei er ci hao sen,eppatsuhauzen,Епертсхаузен,Еппертсгаузен,Эппертсхаузен,エッパーツハウゼン,埃佩尔茨豪森	06432005	05	064	06432	06432005
2929840	Eppenschlag	eppenschlag	DE	94536	952	Europe/Berlin	48.88938	13.29989		Ehppenshlag,Epenshlag,Eppenshlag,ai peng shi la ge,apnshlag,Епеншлаг,Еппеншлаг,Эппеншлаг,Էփենշլագ,اپنشلاگ,埃彭施拉格	09272116	02	092	09272	09272116
2929841	Eppenrod	eppenrod	DE	65558	713	Europe/Berlin	50.40472	7.92972			07141038	08	00	07141	07141038
2929852	Eppendorf	eppendorf	DE	09575	0	Europe/Berlin	51.45603	7.17385		Eppendorf		07	059	05911	05911000
2929853	Eppendorf	eppendorf	DE	09575	0	Europe/Berlin	53.5924	9.98752				04	00	02000	02000000
2929854	Eppendorf	eppendorf	DE	09575	0	Europe/Berlin	51.73286	7.10516				07	055	05562	05562016
2929855	Eppendorf	eppendorf	DE	09575	4863	Europe/Berlin	50.8	13.23333			14522110	13	00	14522	14522110
2929856	Eppendorf	eppendorf	DE	09575	0	Europe/Berlin	48.72815	13.41396		Eppendorf		02	092	09275	09275160
2929857	Eppendorf	eppendorf	DE	09575	0	Europe/Berlin	52.16615	8.17878				06	00	03459	03459022
2929858	Eppenbrunn	eppenbrunn	DE	66957	1530	Europe/Berlin	49.11667	7.56667		Ehppenbrun,Epenbrun,ai peng bu lun,Епенбрун,Эппенбрун,埃彭布伦	07340008	08	00	07340	07340008
2929859	Eppenberg	eppenberg	DE	56759	244	Europe/Berlin	50.25	7.06667			07135026	08	00	07135	07135026
2929860	Eppenberg	eppenberg	DE	56759	0	Europe/Berlin	48.82902	13.48909				02	092	09272	09272127
2929862	Eppelsheim	eppelsheim	DE	55234	1265	Europe/Berlin	49.70556	8.16528			07331020	08	00	07331	07331020
2929863	Eppelheim	eppelheim	DE	69214	14190	Europe/Berlin	49.4019	8.63644		Ehppel'khajm,Epelkhajm,Eppel'gajm,Eppelheim,ablhaym,ai pei er hai mu,aplhaym,epperuhaimu,Епелхајм,Еппельгайм,Эппельхайм,إبلهايم,اپلهایم,エッペルハイム,埃佩尔海姆		01	082	08226	08226018
2929865	Eppelborn	eppelborn	DE	66571	18079	Europe/Berlin	49.4	6.96667		Ehppel'born,Epelborn,Eppel'born,Eppelborn,ai po er bo en,Епелборн,Еппельборн,Эппельборн,埃珀尔博恩	10043111	09	00	10043	10043111
2929871	Epfendorf	epfendorf	DE	78736	3566	Europe/Berlin	48.25	8.6		Ehpfendorf,Epfendorf,ai pu fen duo fu,Епфендорф,Эпфендорф,埃普芬多夫	08325015	01	083	08325	08325015
2929872	Epfenbach	epfenbach	DE	74925	2502	Europe/Berlin	49.33917	8.90778		Ehpfenbakh,Epfenbach,Epfenbakh,ai pu fen ba he,epufenbahha,Епфенбах,Эпфенбах,エプフェンバッハ,埃普芬巴赫	08226017	01	082	08226	08226017
2929918	Enzen	enzen	DE	54646	0	Europe/Berlin	52.32375	9.15575				06	00	03257	03257035
2929919	Enzen	enzen	DE	54646	0	Europe/Berlin	50.65669	6.69438				07	053	05366	05366044
2929920	Enzen	enzen	DE	54646	49	Europe/Berlin	49.91667	6.36667			07232032	08	00	07232	07232032
2929941	Ammerbuch	ammerbuch	DE	72119	0	Europe/Berlin	48.55343	8.97218				01	084	08416	08416048
2929997	Enspel	enspel	DE	57647	277	Europe/Berlin	50.61667	7.88333			07143219	08	00	07143	07143219
2930006	Ensheim	ensheim	DE	55232	430	Europe/Berlin	49.80639	8.11556		Ensheim	07331019	08	00	07331	07331019
2930007	Ensheim	ensheim	DE	55232	0	Europe/Berlin	49.20486	7.10911		Ensheim,Enzheim		09	00	10041	10041100
2930018	Ensdorf	ensdorf	DE	66806	2275	Europe/Berlin	49.34062	11.93587			09371120	02	093	09371	09371120
2930019	Ensdorf	ensdorf	DE	66806	6631	Europe/Berlin	49.3	6.78333			10044123	09	00	10044	10044123
2930020	Ensdorf	ensdorf	DE	66806	0	Europe/Berlin	48.1864	12.44691				02	091	09183	09183124
2930021	Ensch	ensch	DE	54340	457	Europe/Berlin	49.82718	6.83286			07235019	08	00	07235	07235019
2930030	Ennigerloh	ennigerloh	DE	59320	20713	Europe/Berlin	51.83843	8.03093		Aningeroloh,Aningerolôh,Ehnnigerlo,Enigerlokh,Ennigerlo,Ennigerloh,ai ni ge er luo,anyghrlwh,anygrlwh,Енигерлох,Еннігерло,Эннигерло,إنيغرلوه,انیگرلوه,埃尼格尔洛		07	055	05570	05570020
2930043	Ennepetal	ennepetal	DE	58256	32607	Europe/Berlin	51.29848	7.3629		Ehnnepetal',Enepetal,Iaempedal,Iämpedal,ai nei pei ta er,anybhtal,anyptal,Енепетал,Эннепеталь,إنيبهتال,انیپتال,埃内佩塔尔		07	059	05954	05954008
2930053	Enkirch	enkirch	DE	56850	1662	Europe/Berlin	49.98434	7.12997		Ehnkirkh,Enkirkh,en ji er xi,Енкирх,Энкирх,恩基尔希	07231029	08	00	07231	07231029
2930071	Enkenbach-Alsenborn	enkenbach-alsenborn	DE	67677	7189	Europe/Berlin	49.48333	7.9			07335004	08	00	07335	07335004
2930080	Eningen unter Achalm	eningen-unter-achalm	DE	72800	10715	Europe/Berlin	48.48686	9.25946		Ehningen-unter-Akhal'm,Eningen,Eningen pod Akhalmom,a ha er mu shan xia ai ning gen,Енинген под Ахалмом,Енінген,Энинген-унтер-Ахальм,阿哈尔姆山下埃宁根	08415019	01	084	08415	08415019
2930109	Sankt Englmar	sankt-englmar	DE	94379	1568	Europe/Berlin	49.00298	12.82658		Englmar,Sankt Englmar,Sankt-Ehngl'mar,Zankt-Engl'mar,sheng en er ma er,zankt anglmar,Занкт-Енгльмар,Санкт Енглмар,Санкт-Энгльмар,زانکت انگلمار,圣恩尔马尔	09278184	02	092	09278	09278184
2930182	Enger	enger	DE	32130	19852	Europe/Berlin	52.14063	8.55772		Angeri,Angėri,Ehnger,Enger,Engeri,enga,Ėngėri,Енгер,Энгер,エンガー		07	057	05758	05758008
2930201	Engen	engen	DE	78234	10190	Europe/Berlin	47.85534	8.77342		Ehngen,Engen,angn  badn-wwrtmbrg,en gen,Енген,Энген,انگن، بادن-وورتمبرگ,恩根		01	083	08335	08335022
2930205	Engelthal	engelthal	DE	91238	1093	Europe/Berlin	49.47181	11.39943		Ehngel'tal',Engel'tal',Engeltal,en ge er ta er,Енгелтал,Енгельталь,Энгельталь,Էնգելթալ,恩格尔塔尔	09574120	02	095	09574	09574120
2930210	Engelstadt	engelstadt	DE	55270	730	Europe/Berlin	49.90417	8.06528			07339016	08	00	07339	07339016
2930216	Engelskirchen	engelskirchen	DE	51766	20786	Europe/Berlin	50.98854	7.41391		Ehngel'skirkhen,Engel'skirkhen,Engelskirchen,Engelskirkhen,en ge er si ji xing,Енгелскирхен,Енгельскірхен,Энгельскирхен,恩格尔斯基兴	05374008	07	053	05374	05374008
2930237	Engelschoff	engelschoff	DE	21710	717	Europe/Berlin	53.66667	9.33333			03359015	06	00	03359	03359015
2930248	Engelsbrand	engelsbrand	DE	75331	4361	Europe/Berlin	48.83333	8.65		Ehngel'sbrand,Engel'sbrand,Engelsbrand,en ge er si bu lan de,Енгелсбранд,Енгельсбранд,Энгельсбранд,Էնգելսբրանդ,恩格尔斯布兰德	08236013	01	082	08236	08236013
2930252	Engelsberg	engelsberg	DE	84549	2801	Europe/Berlin	48.11631	12.54267			09189115	02	091	09189	09189115
2930278	Engeln	engeln	DE	27305	1170	Europe/Berlin	52.79363	8.91815				06	00	03251	03251049
2930279	Engeln	engeln	DE	27305	0	Europe/Berlin	50.42664	7.14891				08	00	07131	07131502
2930280	Engeln	engeln	DE	27305	0	Europe/Berlin	50.3633	7.05109				08	00	07137	07137007
2930338	Engden	engden	DE	48465	456	Europe/Berlin	52.4	7.18333		Ehngden,Engden,en deng,Енгден,Энгден,恩登	03456003	06	00	03456	03456003
2930361	Endschütz	endschutz	DE	07570	388	Europe/Berlin	50.78695	12.13631			16076017	15	00	16076	16076017
2930367	Bad Endorf	bad-endorf	DE	83093	7465	Europe/Berlin	47.90901	12.29795		Bad Endorf,Bad Endorf in Oberbayern,Bad-Ehndorf,Bad-Endorf,Endorf,Endorf in Oberbayern,ba te en duo fu,bad andwrf,Бад Ендорф,Бад-Ендорф,Бад-Эндорф,Բադ Էնդորֆ,باد اندورف,巴特恩多夫		02	091	09187	09187128
2930369	Endorf	endorf	DE	06333	0	Europe/Berlin	51.71299	11.37538		Endorf		14	00	15085	15085110
2930370	Endorf	endorf	DE	06333	0	Europe/Berlin	51.29197	8.03779		Endorf		07	059	05958	05958044
2930371	Endorf	endorf	DE	06333	0	Europe/Berlin	49.07763	11.86953				02	093	09375	09375162
2930372	Endorf	endorf	DE	06333	0	Europe/Berlin	48.09633	12.05449				02	091	09175	09175137
2930373	Endorf	endorf	DE	06333	0	Europe/Berlin	47.87649	12.8105				02	091	09172	09172134
2930375	Endlichhofen	endlichhofen	DE	56355	142	Europe/Berlin	50.20185	7.81815			07141037	08	00	07141	07141037
2930408	Bad Endbach	bad-endbach	DE	35080	8734	Europe/Berlin	50.75	8.5		Bad Endbach,Bad Endbakh,Bad-Ehndbakh,Bad-Endbakh,Endbach,ba te en de ba he,Бад Ендбах,Бад-Ендбах,Бад-Эндбах,バート・エントバッハ,巴特恩德巴赫	06534003	05	065	06534	06534003
2930416	Emtmannsberg	emtmannsberg	DE	95517	1146	Europe/Berlin	49.89231	11.64466		Ehmtmansberg,Emtmannsberg,Emtmansberg,ai mu te man si bei ge,emutomansuberuku,Емтманнсберг,Емтмансберг,Эмтмансберг,Էմտմանսբերգ,エムトマンスベルク,埃姆特曼斯贝格	09472133	02	094	09472	09472133
2930417	Emtinghausen	emtinghausen	DE	27321	1684	Europe/Berlin	52.93333	8.96667		Ehmtingkhauzen,Emhusen,Emtingkhauzen,ai mu ting hao sen,emutinguhauzen,Емтингхаузен,Эмтингхаузен,エムティングハウゼン,埃姆廷豪森	03361004	06	00	03361	03361004
2930426	Emstek	emstek	DE	49685	11257	Europe/Berlin	52.83333	8.15		Ehmstek,Emstek,ai mu si te ke,Емстек,Эмстек,埃姆斯特克	03453005	06	00	03453	03453005
2930432	Emskirchen	emskirchen	DE	91448	6197	Europe/Berlin	49.55282	10.71278		Ehmskirkhen,Emskirchen,Emskirkhen,Emskirxen,ai mu si ji xing,Емскирхен,Емскірхен,Эмскирхен,Էմսկիրխեն,埃姆斯基兴		02	095	09575	09575121
2930444	Emseloh	emseloh	DE	06528	610	Europe/Berlin	51.50179	11.39173		Emseloh		14	00	15087	15087015
2930449	Emsdetten	emsdetten	DE	48282	35582	Europe/Berlin	52.1734	7.52781		Ehmsdetten,Emsdeten,Emsdetten,ai mu si dai teng,amstdn,amzdtn,Емсдетен,Емсдеттен,Эмсдеттен,إمستدن,امزدتن,埃姆斯代滕		07	055	05566	05566008
2930454	Emsbüren	emsburen	DE	48488	9623	Europe/Berlin	52.4	7.3		Ehmsbjuren,Emsbiren,Emsbueren,Emsburen,Emsbüren,ai mu si bi lun,Емсбирен,Эмсбюрен,埃姆斯比伦	03454010	06	00	03454	03454010
2930461	Empfingen	empfingen	DE	72186	4123	Europe/Berlin	48.39258	8.71036		Ehmpfingen,Empfingen,en pu fen gen,Емпфинген,Емпфінген,Эмпфинген,Էմպֆինգեն,恩普芬根	08237024	01	082	08237	08237024
2930463	Empfertshausen	empfertshausen	DE	36452	663	Europe/Berlin	50.66667	10.1		Ehmpfertskhauzen,Empfertshausen,Empfertskhauzen,en pu fei er ci hao sen,Емпфертсхаузен,Эмпфертсхаузен,恩普费尔茨豪森	16063023	15	00	16063	16063023
2930480	Emmerzhausen	emmerzhausen	DE	57520	779	Europe/Berlin	50.69972	8.03451		Ehmmerckhauzen,Emerckhauzen,ai mei er ci hao sen,amrzhawsn,Емерцхаузен,Эммерцхаузен,امرزهاوسن,埃梅尔茨豪森	07132026	08	00	07132	07132026
2930499	Emmering	emmering	DE	82275	0	Europe/Berlin	47.90213	12.87604				02	091	09172	09172122
2930500	Emmering	emmering	DE	82275	6081	Europe/Berlin	48.18333	11.28333			09179119	02	091	09179	09179119
2930501	Emmering	emmering	DE	82275	0	Europe/Berlin	48.05	12.5				02	091	09189	09189126
2930502	Emmering	emmering	DE	82275	1427	Europe/Berlin	47.99762	12.05642			09175136	02	091	09175	09175136
2930509	Emmerich	emmerich	DE	46446	29289	Europe/Berlin	51.83933	6.24792		Ehmmerikh,Ehmmerikh-am-Rajn,Emmerich,Emmerich am Rhein,Emmerik,QEX,Stadt Emmerich,amh rysh,amyrysh am rayn,lai yin he pan ai mo li xi,Эммерих,Эммерих-ам-Райн,إميريش آم راين,امه ریش,莱茵河畔埃默里希		07	051	05154	05154008
2930521	Emmendorf	emmendorf	DE	29579	788	Europe/Berlin	53.02022	10.5646		Ehmmendorf,Emendorf,ai men duo fu,Емендорф,Эммендорф,埃门多夫	03360008	06	00	03360	03360008
2930523	Emmendingen	emmendingen	DE	79312	27383	Europe/Berlin	48.12096	7.85359	201		08316	01	083	08316	08316011
2930528	Emmelshausen	emmelshausen	DE	56281	4889	Europe/Berlin	50.15484	7.55185		Ehmmel'skhauzen,Emelskhauzen,ai mei er si hao sen,amlshawzn,amlzhawzn,enmerusuhauzen,Емелсхаузен,Эммельсхаузен,إملسهاوزن,املزهاوزن,エンメルスハウゼン,埃梅尔斯豪森	07140036	08	00	07140	07140036
2930539	Emmelbaum	emmelbaum	DE	54673	67	Europe/Berlin	50.05	6.26667			07232031	08	00	07232	07232031
2930546	Emlichheim	emlichheim	DE	49824	6820	Europe/Berlin	52.61667	6.85		Ehmlikhgajm,Ehmlikhkhajm,Emlikhkhajm,Emmelkamp,ai mu li xia yi mu,Емлиххајм,Эмлихгайм,Эмлиххайм,埃姆利夏伊姆	03456002	06	00	03456	03456002
2930547	Emleben	emleben	DE	99869	807	Europe/Berlin	50.89411	10.703		Ehmleben,Emleben,ai mu lai ben,Емлебен,Эмлебен,埃姆莱本	16067013	15	00	16067	16067013
2930549	Emkendorf	emkendorf	DE	24802	0	Europe/Berlin	54.33459	10.52175				10	00	01057	01057082
2930550	Emkendorf	emkendorf	DE	24802	1548	Europe/Berlin	54.26667	9.85		Ehmkendorf,Emkendorf,ai mu ken duo fu,Емкендорф,Эмкендорф,埃姆肯多夫	01058049	10	00	01058	01058049
2930575	Emersacker	emersacker	DE	86494	1435	Europe/Berlin	48.48965	10.6738		Ehmerzakker,Emerzaker,Emerzakker,ai mei er sa ke er,Емерзакер,Емерзаккер,Эмерзаккер,Էմերզաքեր,埃梅尔萨克尔	09772137	02	097	09772	09772137
2930579	Emerkingen	emerkingen	DE	89607	829	Europe/Berlin	48.21192	9.65647		Ehmerkingen,Emerkingen,ai mei er jin gen,Емеркинген,Емеркінген,Эмеркинген,Էմերկինգեն,ემერკინგენი,埃梅尔金根	08425036	01	084	08425	08425036
2930581	Emeringen	emeringen	DE	88499	132	Europe/Berlin	48.23388	9.51781			08425035	01	084	08425	08425035
2930596	Emden	emden	DE	26721	51526	Europe/Berlin	53.36745	7.20778		Amuthon,EME,Ehmdehn,Ehmden,Emda,Emden,Oamde,ai mu deng,amdn,emden,emtan,emuden,Āmūthon,Емден,Эмден,Эмдэн,אמדן,إمدن,امدن,எம்டன்,エムデン,埃姆登,엠덴	03402	06	00	03402	03402000
2930597	Emden	emden	DE	26721	305	Europe/Berlin	52.23999	11.2809	107	Ehmden (Bjorde),Ehmden (Ore),Emden,Emden (Altenhausen),Emede,Emm'n,Emmode [a. 1022],Emm’n,Эмден (Бёрде),Эмден (Оре)		14	00	15083	15083020
2930599	Embühren	embuhren	DE	24819	231	Europe/Berlin	54.16667	9.58333		Embuhren,Embühren	01058048	10	00	01058	01058048
2930602	Embsen	embsen	DE	21409	2496	Europe/Berlin	53.17606	10.34625		Ehmbzen,Embden,Embsen,Embzen,en bu sen,Ембзен,Эмбзен,恩布森	03355016	06	00	03355	03355016
2930603	Embsen	embsen	DE	21409	0	Europe/Berlin	53.03204	9.02983				06	00	03361	03361001
2930613	Elzweiler	elzweiler	DE	66887	162	Europe/Berlin	49.58028	7.51305		Ehl'cvajler,Elcvajler,ai er ci wei lei,Елцвајлер,Эльцвайлер,埃尔茨韦勒	07336021	08	00	07336	07336021
2930622	Elze	elze	DE	31008	2904	Europe/Berlin	52.58157	9.73492	43	Elze,Elze (Wedemark),Wedemark-Elze		06	00	03241	03241019
2930623	Elze	elze	DE	31008	9582	Europe/Berlin	52.12263	9.73595		Ehl'ce,Elce,ai er ce,altsh,Елце,Эльце,إلتسه,التسه,埃尔策	03254014	06	00	03254	03254014
2930626	Elzach	elzach	DE	79215	7088	Europe/Berlin	48.17247	8.06992		Ehl'cakh,El'cakh,Elcakh,Elsax,Elzach,ai er cha he,altsakh,Елцах,Ельцах,Эльцах,Էլցախ,إلتساخ,التساخ,埃尔察赫		01	083	08316	08316010
2930628	Elz	elz	DE	65604	7972	Europe/Berlin	50.41667	8.03333		Ehl'c,El'c,Elc,Elz,ai er ci,Елц,Ельц,Эльц,埃尔茨	06533006	05	065	06533	06533006
2930630	Elxleben	elxleben	DE	99189	2405	Europe/Berlin	51.05	10.95			16068009	15	00	16068	16068009
2930631	Elxleben	elxleben	DE	99189	626	Europe/Berlin	50.86667	11.05			16070013	15	00	16070	16070013
2930650	Eltmann	eltmann	DE	97483	5614	Europe/Berlin	49.97148	10.66712		Ehl'tman,El'tmann,Eltman,Eltmann,ai er te man,altman,altmn,Елтман,Ельтманн,Эльтман,Էլթման,إلتمان,التمن,ایلٹمان,埃尔特曼		02	096	09674	09674133
2930662	Elterlein	elterlein	DE	09481	3282	Europe/Berlin	50.57663	12.86836		Ehl'terlajn,Elterlajn,Elterlein,Elterleine,ai er te er lai yin,altrlayn,Елтерлајн,Эльтерлайн,إلترلاين,الترلاین,埃尔特尔莱因		13	00	14521	14521180
2930672	Elstra	elstra	DE	01920	3176	Europe/Berlin	51.22172	14.13201		Ehl'stra,Elstra,Elstra/Halstrow,Elstra/Halštrow,Halstrov,Halstrow,Halštrov,Halštrow,ai er si te la,alshtra,Елстра,Эльстра,إلشترا,الشترا,埃尔斯特拉		13	00	14625	14625130
2930680	Elsterwerda	elsterwerda	DE	04910	9694	Europe/Berlin	51.46043	13.52001		Ehl'sterverda,Elsterverda,Elsterwerda,Esterwerda,Wikow,ai er si te wei da,alshtrwrda,alstrfyrda,Елстерверда,Эльстерверда,Էլսթերվերդա,إلسترفيردا,الشتروردا,埃尔斯特韦达		11	00	12062	12062124
2930682	Elstertrebnitz	elstertrebnitz	DE	04523	1549	Europe/Berlin	51.15	12.23333		Ehl'stertrebnic,Elstertrebnic,Elstertrebnitz,Elstertrebnitzi vald,ai er si te er te lei bu ni ci,Елстертребниц,Эльстертребниц,埃尔斯特尔特雷布尼茨	14729100	13	00	14729	14729100
2930686	Elsterberg	elsterberg	DE	07985	0	Europe/Berlin	51.5498	13.15767				13	00	14730	14730010
2930687	Elsterberg	elsterberg	DE	07985	5153	Europe/Berlin	50.60841	12.16787		Ehl'sterberg,Elsterberg,Elsterberga,ai er si te bei ge,alshtrbrg,alstrbrgh,Елстерберг,Эльстерберг,إلستربرغ,الشتربرگ,埃尔斯特贝格		13	00	14523	14523100
2930707	Elsnigk	elsnigk	DE	06386	762	Europe/Berlin	51.79132	12.05708		Elsnigk		14	00	15082	15082256
2930708	Elsnig	elsnig	DE	04880	1687	Europe/Berlin	51.61024	12.92833		Ehl'snig,El'snig,Elsnig,ai er si ni xi,Елсниг,Ельсніг,Эльсниг,埃尔斯尼希	14730120	13	00	14730	14730120
2930715	Elskop	elskop	DE	25361	157	Europe/Berlin	53.81667	9.48333		Elskop	01061026	10	00	01061	01061026
2930726	Elsfleth	elsfleth	DE	26931	9310	Europe/Berlin	53.23748	8.45664		Ehl'sflet,Elsflet,ai er si fu lai te,alzfls,Елсфлет,Эльсфлет,الزفلس,埃尔斯夫莱特		06	00	03461	03461004
2930747	Elsenfeld	elsenfeld	DE	63820	8727	Europe/Berlin	49.84289	9.16355		Ehl'zenfel'd,El'zenfel'd,Elsenfeld,Elzenfeld,ai er sen fei er de,eruzenferuto,Елзенфелд,Ельзенфельд,Эльзенфельд,Էլզենֆելդ,エルゼンフェルト,埃尔森费尔德		02	096	09676	09676121
2930749	Elsendorf	elsendorf	DE	84094	0	Europe/Berlin	49.74138	10.66587				02	094	09471	09471220
2930750	Elsendorf	elsendorf	DE	84094	2073	Europe/Berlin	48.70757	11.80982			09273163	02	092	09273	09273163
2930771	Elsdorf-Westermühlen	elsdorf-westermuhlen	DE	24800	1766	Europe/Berlin	54.26667	9.51667		Elsdorf-Westermuehlen,Elsdorf-Westermuhlen,Elsdorf-Westermühlen	01058047	10	00	01058	01058047
2930775	Elsdorf	elsdorf	DE	27404	0	Europe/Berlin	54.25798	9.52916				10	00	01058	01058047
2930776	Elsdorf	elsdorf	DE	27404	2083	Europe/Berlin	53.2412	9.35056			03357013	06	00	03357	03357013
2930777	Elsdorf	elsdorf	DE	27404	0	Europe/Berlin	51.78197	11.97884				14	00	15082	15082180
2930778	Elsdorf	elsdorf	DE	27404	21967	Europe/Berlin	50.93739	6.56828			05362016	07	053	05362	05362016
2930779	Elsdorf	elsdorf	DE	27404	0	Europe/Berlin	50.8724	7.08069				07	053	05315	05315000
2930780	Elsdorf	elsdorf	DE	27404	0	Europe/Berlin	50.96667	12.71667				13	00	14522	14522350
2930811	Elpersbüttel	elpersbuttel	DE	25704	907	Europe/Berlin	54.07248	9.04673		Ehl'persbjuttel',Elpersbitel,Elpersbuttel,Elpersbüttel,ai er pei er si bi te er,Елперсбител,Эльперсбюттель,埃尔佩尔斯比特尔	01051027	10	00	01051	01051027
2930820	Elmstein	elmstein	DE	67471	2786	Europe/Berlin	49.36667	7.93333		Ehl'mshtajn,Elmshtajn,Elmstein,ai er mu si tai yin,Елмштајн,Эльмштайн,埃尔姆斯泰因	07332014	08	00	07332	07332014
2930821	Elmshorn	elmshorn	DE	25335	48703	Europe/Berlin	53.75396	9.65339		Ehl'mskhorn,Elmshorn,Elmshornas,Elmskhorn,ai er mu si huo en,almshwrn,almzhwrn,Елмсхорн,Эльмсхорн,אלמסהורן,إلمسهورن,المزهورن,埃尔姆斯霍恩		10	00	01056	01056015
2930832	Elmlohe	elmlohe	DE	27624	887	Europe/Berlin	53.5867	8.74254			03352062	06	00	03352	03352062
2930848	Elmenhorst	elmenhorst	DE	18510	0	Europe/Berlin	51.87773	7.80359				07	055	05570	05570040
2930849	Elmenhorst	elmenhorst	DE	18510	0	Europe/Berlin	51.61344	7.43686		Elmenhorst		07	055	05562	05562036
2930850	Elmenhorst	elmenhorst	DE	18510	4273	Europe/Berlin	54.15583	12.01084		Elmenhorst		12	00	13072	13072030
2930851	Elmenhorst	elmenhorst	DE	18510	632	Europe/Berlin	53.99304	11.12383				12	00	13074	13074037
2930852	Elmenhorst	elmenhorst	DE	18510	2244	Europe/Berlin	53.76667	10.26667		Ehl'menkhorst,Elmenkhorst,Елменхорст,Эльменхорст	01062016	10	00	01062	01062016
2930853	Elmenhorst	elmenhorst	DE	18510	879	Europe/Berlin	53.54561	10.5352			01053027	10	00	01053	01053027
2930855	Elmenhorst	elmenhorst	DE	18510	824	Europe/Berlin	54.21359	13.07529		Elmenhorst		12	00	13073	13073023
2930881	Ellzee	ellzee	DE	89352	1167	Europe/Berlin	48.33971	10.31891		Ehll'ce,Elce,Ell'ce,Елльце,Елце,Элльце,Էլցե	09774133	02	097	09774	09774133
2930887	Ellweiler	ellweiler	DE	55765	289	Europe/Berlin	49.61667	7.15			07134024	08	00	07134	07134024
2930895	Ellscheid	ellscheid	DE	54552	268	Europe/Berlin	50.15	6.91667			07233021	08	00	07233	07233021
2930900	Ellrich	ellrich	DE	99755	6423	Europe/Berlin	51.58656	10.66326		Alarici [a. 876],Ehl'rikh,Ellrich / Thueringen,Ellrich / Thüringen,Elrike [a. 1229],Elrikh,ai er li xi,alrysh,Елрих,Эльрих,الریش,埃尔里希		15	00	16062	16062005
2930914	Ellingstedt	ellingstedt	DE	24870	842	Europe/Berlin	54.4749	9.41137		Ellingstedt	01059023	10	00	01059	01059023
2930915	Ellingshausen	ellingshausen	DE	98617	0	Europe/Berlin	50.95593	9.52337				05	066	06634	06634011
2930916	Ellingshausen	ellingshausen	DE	98617	279	Europe/Berlin	50.55	10.46667			16066018	15	00	16066	16066018
2930930	Ellingen	ellingen	DE	91792	0	Europe/Berlin	53.34875	13.83291		Ellingen		11	00	12073	12073452
2930931	Ellingen	ellingen	DE	91792	0	Europe/Berlin	53.02009	9.78699				06	00	03358	03358021
2930933	Ellingen	ellingen	DE	91792	0	Europe/Berlin	50.54856	7.50917				08	00	07138	07138071
2930934	Ellingen	ellingen	DE	91792	3738	Europe/Berlin	49.06076	10.96783		Ehllingen,Elingen,Ellingen,ai lin gen,alynghn,alyngn,aylnjn,Елинген,Еллінген,Эллинген,Էլինգեն,إلينغن,الینگن,ایلنجن,埃林根		02	095	09577	09577125
2930946	Ellhöft	ellhoft	DE	25923	141	Europe/Berlin	54.88333	8.95		Ellhoft,Ellhöft	01054027	10	00	01054	01054027
2930948	Ellhofen	ellhofen	DE	74248	3321	Europe/Berlin	49.14667	9.32194		Ehl'khofen,Elkhofen,Ell'gofen,Ellhofen,ai er huo fen,eruhofen,Елльгофен,Елхофен,Эльхофен,エルホーフェン,埃尔霍芬	08125024	01	081	08125	08125024
2930949	Ellhofen	ellhofen	DE	74248	0	Europe/Berlin	47.60088	9.95816				02	097	09776	09776129
2930952	Ellgau	ellgau	DE	86679	1004	Europe/Berlin	48.6	10.86667			09772136	02	097	09772	09772136
2930965	Ellerstadt	ellerstadt	DE	67158	2304	Europe/Berlin	49.46167	8.25944		Ehllershtadt,Elershtat,ai lai er si ta te,Елерштат,Эллерштадт,埃莱尔斯塔特	07332013	08	00	07332	07332013
2930968	Ellersleben	ellersleben	DE	99628	307	Europe/Berlin	51.15	11.31667		Elrickesleuben	16068063	15	00	16068	16068063
2930995	Ellern	ellern	DE	55497	0	Europe/Berlin	51.72665	6.51306				07	051	05170	05170012
2930996	Ellern	ellern	DE	55497	872	Europe/Berlin	49.98171	7.64378		Ellern		08	00	07140	07140035
2931000	Ellerhoop	ellerhoop	DE	25373	1304	Europe/Berlin	53.72603	9.76933		Ellerhoop	01056014	10	00	01056	01056014
2931008	Ellerdorf	ellerdorf	DE	24589	577	Europe/Berlin	54.19378	9.83933		Ellerdorf	01058046	10	00	01058	01058046
2931023	Ellerbek	ellerbek	DE	25474	0	Europe/Berlin	54.31392	10.16373				10	00	01002	01002000
2931024	Ellerbek	ellerbek	DE	25474	4326	Europe/Berlin	53.65817	9.86991		Ehllerbek,Elerbek,Ellerbek,ai lai er bei ke,Елербек,Эллербек,埃莱尔贝克	01056013	10	00	01056	01056013
2931038	Ellerau	ellerau	DE	25479	5500	Europe/Berlin	53.75	9.91667		Ellerau	01060019	10	00	01060	01060019
2931060	Ellenhausen	ellenhausen	DE	56242	317	Europe/Berlin	50.51639	7.72528			07143015	08	00	07143	07143015
2931076	Ellenberg	ellenberg	DE	29413	0	Europe/Berlin	54.66222	9.94846				10	00	01059	01059045
2931077	Ellenberg	ellenberg	DE	29413	436	Europe/Berlin	52.79711	10.9704		Ellenberg		14	00	15081	15081545
2931078	Ellenberg	ellenberg	DE	29413	0	Europe/Berlin	51.18684	9.46635		Ellenberg		05	066	06634	06634008
2931079	Ellenberg	ellenberg	DE	29413	109	Europe/Berlin	49.65	7.15			07134023	08	00	07134	07134023
2931080	Ellenberg	ellenberg	DE	29413	1693	Europe/Berlin	49.01667	10.21667			08136018	01	081	08136	08136018
2931081	Ellenberg	ellenberg	DE	29413	0	Europe/Berlin	47.78189	10.40583				02	097	09780	09780147
2931097	Ellefeld	ellefeld	DE	08236	3077	Europe/Berlin	50.48367	12.3888			14523090	13	00	14523	14523090
2931098	Elleben	elleben	DE	99334	949	Europe/Berlin	50.86667	11.08333		Ehlleben,Eleben,Elleben,ai lai ben,Елебен,Эллебен,埃莱本	16070012	15	00	16070	16070012
2931125	Elkenroth	elkenroth	DE	57578	1900	Europe/Berlin	50.73333	7.88333			07132025	08	00	07132	07132025
2931152	Elisabeth-Sophien-Koog	elisabeth-sophien-koog	DE	25845	46	Europe/Berlin	54.51667	8.88333		Ehlizabet-Sofien-Kog,Elisabeth-Sophie Kog,Elisabeth-Sophien-Koog,Elisabeth-Sophien-Kuuch,Elizabet-Sofien-Kog,Elizabet-Zofin-Kog,ai li sa bei te-suo fen-ke ge,Елизабет-Зофин-Ког,Елизабет-Софиен-Ког,Элизабет-Софиен-Ког,埃利萨贝特-索芬-科格	01054026	10	00	01054	01054026
2931171	Elgersburg	elgersburg	DE	98716	1234	Europe/Berlin	50.70603	10.8531		Ehl'gersburg,Elgersburg,ai er ge er si bao,Елгерсбург,Эльгерсбург,埃尔格尔斯堡	16070011	15	00	16070	16070011
2931181	Elfershausen	elfershausen	DE	97725	0	Europe/Berlin	51.09602	9.50472		Elfershausen		05	066	06634	06634013
2931182	Elfershausen	elfershausen	DE	97725	3005	Europe/Berlin	50.14743	9.96151		Ehl'ferskhauzen,El'fersgauzen,Elfershauzen,Elferskhauzen,ai er fei er si hao sen,Елферсхаузен,Ельферсгаузен,Эльферсхаузен,Էլֆերսհաուզեն,埃尔费尔斯豪森		02	096	09672	09672121
2931204	Elend	elend	DE	38875	583	Europe/Berlin	51.74474	10.68758		Ehlend,Elend,Еленд,Эленд		14	00	15085	15085228
2931205	Elend	elend	DE	38875	0	Europe/Berlin	50.88446	13.69068				13	00	14628	14628060
2931210	Eldingen	eldingen	DE	29351	2318	Europe/Berlin	52.68333	10.33333		Ehl'dingen,Eldingen,ai er ding gen,Елдинген,Эльдинген,埃尔丁根	03351008	06	00	03351	03351008
2931213	Eldenburg	eldenburg	DE	19309	0	Europe/Berlin	53.50491	12.63259				12	00	13071	13071077
2931214	Eldenburg	eldenburg	DE	19309	0	Europe/Berlin	53.11422	11.43866				11	00	12070	12070244
2931216	Eldena	eldena	DE	19294	0	Europe/Berlin	54.08818	13.44711		Eldena,Greifswald-Eldena		12	00	13075	13075039
2931217	Eldena	eldena	DE	19294	1432	Europe/Berlin	53.23191	11.41804		Ehl'dena,Eldena,ai er de na,Елдена,Эльдена,埃尔德纳		12	00	13076	13076037
2931223	Elchweiler	elchweiler	DE	55765	96	Europe/Berlin	49.66667	7.2			07134022	08	00	07134	07134022
2931224	Elchingen	elchingen	DE	89275	0	Europe/Berlin	48.79124	10.26473		Elchingen,Elchingen auf dem Hartsfeld,Elchingen auf dem Härtsfeld		01	081	08136	08136045
2931245	Elbingerode	elbingerode	DE	37412	4112	Europe/Berlin	51.77039	10.80557		Ehl'bingerode,Elbingerode,Elljeroe,Елбингероде,Эльбингероде		14	00	15085	15085228
2931246	Elbingerode	elbingerode	DE	37412	491	Europe/Berlin	51.65925	10.27771			03159012	06	00	03159	03159012
2931248	Elbingen	elbingen	DE	56459	0	Europe/Berlin	51.61667	10.23333				06	00	03159	03159038
2931249	Elbingen	elbingen	DE	56459	289	Europe/Berlin	50.52877	7.91054		Elbingen		08	00	07143	07143501
2931280	Elbenschwand	elbenschwand	DE	79692	164	Europe/Berlin	47.7507	7.82974		Elbenschwand		01	083	08336	08336107
2931285	Elben	elben	DE	57580	0	Europe/Berlin	51.59461	11.68439		Elben		14	00	15087	15087165
2931286	Elben	elben	DE	57580	0	Europe/Berlin	51.23258	9.20003				05	066	06633	06633018
2931287	Elben	elben	DE	57580	0	Europe/Berlin	50.98953	7.87917				07	059	05966	05966028
2931288	Elben	elben	DE	57580	0	Europe/Berlin	50.75	7.83333			07132024	08	00	07132	07132024
2931289	Elben	elben	DE	57580	0	Europe/Berlin	50.54937	7.92595				08	00	07143	07143249
2931314	Ekenis	ekenis	DE	24392	234	Europe/Berlin	54.62585	9.85086		Ekenis		10	00	01059	01059187
2931333	Eixen	eixen	DE	18334	893	Europe/Berlin	54.16143	12.72384				12	00	13073	13073022
2931355	Eitting	eitting	DE	85462	0	Europe/Berlin	48.81472	12.32853				02	092	09278	09278144
2931356	Eitting	eitting	DE	85462	0	Europe/Berlin	48.50496	12.90949				02	092	09277	09277114
2931357	Eitting	eitting	DE	85462	2238	Europe/Berlin	48.35957	11.8911		Ajting,Ajtting,Eitting,Euting,ai ting ge,aytyng,Айттинг,Айттінг,Ајтинг,ایتینگ,艾廷格	09177116	02	091	09177	09177116
2931361	Eitorf	eitorf	DE	53783	19761	Europe/Berlin	50.76667	7.45		Aitorf,Ajtorf,Eitdorf,Eitorf,ai tuo fu,Άιτορφ,Айторф,Ајторф,艾托夫	05382016	07	053	05382	05382016
2931372	Eiterfeld	eiterfeld	DE	36132	7613	Europe/Berlin	50.76667	9.8		Eiterfeld	06631007	05	066	06631	06631007
2931378	Eitensheim	eitensheim	DE	85117	0	Europe/Berlin	48.81667	11.31667		Ajtensgajm,Ajtenskhajm,Aytenshaym,Eitensham,ai teng si hai mu,aytnshaym,Айтенсгайм,Айтенсхайм,Ајтенсхајм,Այտենսհայմ,آیتنسهایم,აიტენსჰაიმი,艾滕斯海姆	09176124	02	091	09176	09176124
2931385	Eitelborn	eitelborn	DE	56337	2558	Europe/Berlin	50.37806	7.72333			07143013	08	00	07143	07143013
2931423	Eisingen	eisingen	DE	75239	3539	Europe/Berlin	49.75972	9.83111			09679126	02	096	09679	09679126
2931424	Eisingen	eisingen	DE	75239	4393	Europe/Berlin	48.95	8.66667			08236011	01	082	08236	08236011
2931425	Eisighofen	eisighofen	DE	56370	245	Europe/Berlin	50.23333	8.01667			07141036	08	00	07141	07141036
2931433	Eisfeld	eisfeld	DE	98673	5855	Europe/Berlin	50.42648	10.90695		Ajsfel'd,Ajsfeld,Eisfeld,ai si fei er de,aysfld,Айсфельд,Ајсфелд,آيسفلد,ایسفلد,艾斯费尔德		15	00	16069	16069012
2931467	Eisenschmitt	eisenschmitt	DE	54533	333	Europe/Berlin	50.04416	6.723			07231026	08	00	07231	07231026
2931497	Eisendorf	eisendorf	DE	24589	294	Europe/Berlin	54.2	9.86667			01058045	10	00	01058	01058045
2931498	Eisendorf	eisendorf	DE	24589	0	Europe/Berlin	48.01341	11.96875				02	091	09175	09175122
2931521	Eisenberg	eisenberg	DE	07607	11438	Europe/Berlin	50.9686	11.90207		Ajzenberg,Eisenberg,ayznbrg,Айзенберг,Ајзенберг,آیزنبرگ	16074	15	00	16074	16074018
2931522	Eisenberg	eisenberg	DE	07607	10006	Europe/Berlin	49.55859	8.07199		Eisenberg		08	00	07333	07333019
2931550	Eisenberg	eisenberg	DE	07607	0	Europe/Berlin	47.61365	10.60723		Ajzenberg,Ayzenberg,aizenbergi,aizenberuku,Айзенберг,Ајзенберг,Այզենբերգ,აიზენბერგი,アイゼンベルク	09777125	02	097	09777	09777125
2931574	Eisenach	eisenach	DE	54298	43846	Europe/Berlin	50.9807	10.31522		Aizenach,Ajzenakh,EIB,Eisenach,Iesenack,Wartburgstadt,Ysenacum,ai sen na he,aijenaheu,aizenaha,ayznakh,Άιζεναχ,Айзенах,Ајзенах,آیزناخ,アイゼナハ,艾森纳赫,아이제나흐		15	00	16056	16056000
2931575	Eisenach	eisenach	DE	54298	283	Europe/Berlin	49.85	6.51667			07232218	08	00	07232	07232218
2931595	Eisdorf	eisdorf	DE	37534	0	Europe/Berlin	51.83807	13.92576		Eisdorf,Stansojce,Stańšojce		11	00	12066	12066196
2931596	Eisdorf	eisdorf	DE	37534	0	Europe/Berlin	51.46268	11.81888				14	00	15088	15088365
2931597	Eisdorf	eisdorf	DE	37534	0	Europe/Berlin	51.22516	12.20384				13	00	14729	14729350
2931691	Einselthum	einselthum	DE	67308	864	Europe/Berlin	49.65167	8.12472		Ajnzel'tum,Ajnzeltum,ai yin sai er tu mu,Айнзельтум,Ајнзелтум,埃因塞尔图姆	07333018	08	00	07333	07333018
2931742	Einig	einig	DE	56751	147	Europe/Berlin	50.28333	7.28333			07137023	08	00	07137	07137023
2931752	Einhausen	einhausen	DE	64683	500	Europe/Berlin	50.52834	10.46188			16066017	15	00	16066	16066017
2931753	Einhausen	einhausen	DE	64683	5933	Europe/Berlin	49.67667	8.54833			06431006	05	064	06431	06431006
2931754	Einhausen	einhausen	DE	64683	0	Europe/Berlin	49.06463	12.06443				02	093	09375	09375165
2931755	Einhausen	einhausen	DE	64683	0	Europe/Berlin	48.88612	12.51379				02	092	09278	09278117
2931756	Einhausen	einhausen	DE	64683	0	Europe/Berlin	48.86862	12.20153				02	093	09375	09375182
2931758	Einhaus	einhaus	DE	23911	0	Europe/Berlin	54.255	10.83903				10	00	01055	01055020
2931759	Einhaus	einhaus	DE	23911	390	Europe/Berlin	53.71667	10.73333			01053026	10	00	01053	01053026
2931760	Einhaus	einhaus	DE	23911	0	Europe/Berlin	52.87226	7.70354				06	00	03454	03454057
2931761	Einhaus	einhaus	DE	23911	0	Europe/Berlin	52.68333	7.65				06	00	03454	03454021
2931762	Einhaus	einhaus	DE	23911	0	Europe/Berlin	47.80356	11.73231				02	091	09182	09182136
2932380	Eichenau	eichenau	DE	82223	0	Europe/Berlin	50.61255	9.52154				05	066	06631	06631011
2932381	Eichenau	eichenau	DE	82223	0	Europe/Berlin	49.20849	9.96633		Eichenau		01	081	08127	08127046
2931784	Markt Einersheim	markt-einersheim	DE	97348	1190	Europe/Berlin	49.68663	10.29155		Einersheim,Markt Ajnerskhajm,Markt Einersheim,Markt-Ajnersgajm,Markt-Ajnerskhajm,ma er ke te ai nei er si hai mu,Маркт Ајнерсхајм,Маркт-Айнерсгайм,Маркт-Айнерсхайм,Մարքթ Այներսհայմ,马尔克特艾内尔斯海姆		02	096	09675	09675148
2931795	Eineborn	eineborn	DE	07646	355	Europe/Berlin	50.83333	11.86667		Eineborn	16074017	15	00	16074	16074017
2931804	Einbeck	einbeck	DE	37574	27931	Europe/Berlin	51.82018	9.86961		Aimbeck,Ainmpek,Ajnbek,Einbeck,Stadt Einbeck,ai yin bei ke,ainbekku,aynbk,Άινμπεκ,Айнбек,Ајнбек,آينبك,آینبک,アインベック,埃因贝克		06	00	03155	03155013
2931815	Eimsheim	eimsheim	DE	55278	620	Europe/Berlin	49.79583	8.28944			07339015	08	00	07339	07339015
2931818	Eimke	eimke	DE	29578	1023	Europe/Berlin	52.96601	10.31324			03360007	06	00	03360	03360007
2931821	Eimersleben	eimersleben	DE	39343	504	Europe/Berlin	52.22191	11.20056		Eimersleben		14	00	15083	15083323
2931825	Eimen	eimen	DE	37632	1162	Europe/Berlin	51.88333	9.78333			03255012	06	00	03255	03255012
2931827	Eimeldingen	eimeldingen	DE	79591	2194	Europe/Berlin	47.63333	7.6		Ajmel'dingen,Ajmeldingen,ai mei er ding gen,Аймельдинген,Аймельдінген,Ајмелдинген,艾梅尔丁根	08336019	01	083	08336	08336019
2931828	Eime	eime	DE	31036	2888	Europe/Berlin	52.07449	9.72118		Ajme,ai mei,Айме,Ајме,艾梅		06	00	03254	03254013
2931838	Eilsleben	eilsleben	DE	39365	2282	Europe/Berlin	52.14708	11.21035		Ajl'sleben,Ajlsleben,Eilsleben,Eisleben,ai er si lai ben,Айльслебен,Ајлслебен,艾尔斯莱本	15083190	14	00	15083	15083190
2931841	Eilsdorf	eilsdorf	DE	38838	0	Europe/Berlin	53.96039	10.50014				10	00	01060	01060067
2931842	Eilsdorf	eilsdorf	DE	38838	460	Europe/Berlin	51.99693	10.99422	106	Ailsdoerp,Ailsdörp,Egilichkestorf [a. 1225],Eilikistorp [a. 1040],Eilsdorf,Eilsdorf (Huy)		14	00	15085	15085185
2931843	Eilscheid	eilscheid	DE	54649	41	Europe/Berlin	50.13333	6.38333			07232217	08	00	07232	07232217
2931864	Eilenstedt	eilenstedt	DE	38838	0	Europe/Berlin	51.98266	11.04352				14	00	15085	15085185
2931871	Eilenburg	eilenburg	DE	04838	17609	Europe/Berlin	51.45984	12.63338		Ajlenburg,Eilenburg,Eilenburga,Eilenburgum,Jilow,Jiłow,ai lun bao,aylnbwrg,aylnbwrgh,Айленбург,Ајленбург,آيلنبورغ,آیلنبورگ,艾伦堡		13	00	14730	14730110
2931872	Eilenburg	eilenburg	DE	04838	0	Europe/Berlin	50.61865	7.43972		Eilenberg,Eilenburg		08	00	07138	07138044
2931911	Eigeltingen	eigeltingen	DE	78253	3444	Europe/Berlin	47.85802	8.89784		Ajgel'tingen,Ajgeltingen,Eigeltingen,ai ge er ting gen,Айгельтинген,Айгельтінген,Ајгелтинген,艾格尔廷根	08335021	01	083	08335	08335021
2931985	Eicklingen	eicklingen	DE	29358	3292	Europe/Berlin	52.55037	10.18439		Ajklingen,Eicklingen,Eikeln,ai ke lin gen,Айклинген,Ајклинген,艾克林根		06	00	03351	03351007
2932010	Eickendorf	eickendorf	DE	39221	0	Europe/Berlin	51.8	7.78333				07	055	05570	05570016
2932011	Eickendorf	eickendorf	DE	39221	175	Europe/Berlin	52.36711	11.1446		Eickendorf (Oebisfelde-Weferlingen),Eikendorp,Endingendoerp,Endingendörp		14	00	15083	15083411
2932012	Eickendorf	eickendorf	DE	39221	1208	Europe/Berlin	51.94765	11.67538	79	Eickendorf,Eickendorf (Boerdeland),Eickendorf (Bördeland),Eickendorf (Landkreis Schoenebeck),Eickendorf (Landkreis Schönebeck),Eikendorf		14	00	15089	15089042
2932024	Eickeloh	eickeloh	DE	29693	805	Europe/Berlin	52.72922	9.60686			03358006	06	00	03358	03358006
2932040	Eichwalde	eichwalde	DE	15732	5849	Europe/Berlin	52.36667	13.61667		Ajkhval'de,Ajkhvalde,aihivu~arude,Айхвальде,Ајхвалде,Էյչվալդե,アイヒヴァルデ	12061112	11	00	12061	12061112
2932061	Eichstruth	eichstruth	DE	37318	85	Europe/Berlin	51.3	10.08333		Eichstruth	16061028	15	00	16061	16061028
2932066	Eichstegen	eichstegen	DE	88361	520	Europe/Berlin	47.93333	9.5		Ajkhshtegen,Ajkhstegen,ai xi si te gen,Айхштеген,Ајхстеген,艾希斯特根	08436027	01	084	08436	08436027
2932070	Eichstätt	eichstatt	DE	85072	0	Europe/Berlin	48.63751	12.10694				02	092	09274	09274141
2932118	Eichigt	eichigt	DE	08626	0	Europe/Berlin	50.48861	12.02875				13	00	14523	14523365
2932119	Eichigt	eichigt	DE	08626	1354	Europe/Berlin	50.35	12.16667		Ajkhigt,Eichigt,ai xi ge te,Айхигт,Ајхигт,艾希格特	14523080	13	00	14523	14523080
2932131	Eichhorst	eichhorst	DE	17099	568	Europe/Berlin	53.59495	13.49755		Eichhorst		12	00	13071	13071035
2932132	Eichhorst	eichhorst	DE	17099	0	Europe/Berlin	52.89083	13.63807				11	00	12060	12060198
2932266	Eichenzell	eichenzell	DE	36124	11042	Europe/Berlin	50.49536	9.69672		Ajkhencel,Ajkhencell',ai xing ce er,Айхенцелль,Ајхенцел,艾兴策尔	06631006	05	066	06631	06631006
2932321	Eichendorf	eichendorf	DE	94428	6617	Europe/Berlin	48.63266	12.85586		Ajkhendorf,Ayxendorf,Eichendorf,Euchendorf,ai xing duo fu,ayshndwrf,Айхендорф,Ајхендорф,Այխենդորֆ,ایشندورف,艾兴多夫		02	092	09279	09279113
2932322	Eichendorf	eichendorf	DE	94428	0	Europe/Berlin	47.79692	11.2564				02	091	09190	09190120
2932327	Eichenbühl	eichenbuhl	DE	63928	0	Europe/Berlin	50.27681	11.37149				02	094	09476	09476189
2932328	Eichenbühl	eichenbuhl	DE	63928	0	Europe/Berlin	50.19238	11.31188				02	094	09476	09476185
2932329	Eichenbühl	eichenbuhl	DE	63928	2756	Europe/Berlin	49.70556	9.32917		Ajkhenbil,Ajkhenbjul',Eyxenbyul,ai xing bi he er,aihyenbyuru,Айхенбюль,Ајхенбил,Էյխենբյուլ,アイヒェンビュール,艾兴比赫尔	09676119	02	096	09676	09676119
2932342	Eichenberg	eichenberg	DE	07768	0	Europe/Berlin	51.37195	9.89876				05	066	06636	06636009
2932343	Eichenberg	eichenberg	DE	07768	456	Europe/Berlin	50.8	11.53333			16074016	15	00	16074	16074016
2932344	Eichenberg	eichenberg	DE	07768	183	Europe/Berlin	50.55	10.66667			16069011	15	00	16069	16069011
2932345	Eichenberg	eichenberg	DE	07768	0	Europe/Berlin	50.05034	9.25964		Eichenberg		02	096	09671	09671150
2932346	Eichenberg	eichenberg	DE	07768	0	Europe/Berlin	49.16728	10.78132		Eichenberg		02	095	09577	09577138
2932347	Eichenberg	eichenberg	DE	07768	0	Europe/Berlin	48.04613	10.04322				01	084	08426	08426019
2932376	Eichenbarleben	eichenbarleben	DE	39167	1163	Europe/Berlin	52.16688	11.40125		Ajkhenbarleben,Eichenbarleben,Айхенбарлебен,Ајхенбарлебен		14	00	15083	15083298
2932379	Eichenbach	eichenbach	DE	53533	63	Europe/Berlin	50.43333	6.81667			07131021	08	00	07131	07131021
2932382	Eichenau	eichenau	DE	82223	11637	Europe/Berlin	48.16667	11.31667		Ajkhenau,Eichenau,ai xie nao,Айхенау,Ајхенау,艾歇瑙	09179118	02	091	09179	09179118
2932385	Eichen	eichen	DE	57632	0	Europe/Berlin	51.10403	7.09372				07	053	05378	05378016
2932386	Eichen	eichen	DE	57632	0	Europe/Berlin	51.03458	7.29071		Eichen		07	053	05378	05378012
2932387	Eichen	eichen	DE	57632	0	Europe/Berlin	50.97836	7.96539		Eichen		07	059	05970	05970024
2932388	Eichen	eichen	DE	57632	0	Europe/Berlin	50.93095	7.27537				07	053	05378	05378024
2932389	Eichen	eichen	DE	57632	0	Europe/Berlin	50.90608	7.88255				07	059	05970	05970016
2932390	Eichen	eichen	DE	57632	616	Europe/Berlin	50.63333	7.53333			07132023	08	00	07132	07132023
2932391	Eichen	eichen	DE	57632	0	Europe/Berlin	50.54221	6.91771				07	053	05366	05366004
2932392	Eichen	eichen	DE	57632	0	Europe/Berlin	50.25853	8.90702		Eichen		05	064	06435	06435021
2932393	Eichen	eichen	DE	57632	0	Europe/Berlin	49.88424	11.50496		Eichen,Eichhaus		02	094	09472	09472155
2932394	Eichen	eichen	DE	57632	0	Europe/Berlin	48.09516	9.96819				01	084	08426	08426087
2932395	Eichen	eichen	DE	57632	0	Europe/Berlin	48.07287	9.69235				01	084	08426	08426021
2932396	Eichen	eichen	DE	57632	0	Europe/Berlin	48.02472	9.41914		Eichen		01	084	08437	08437053
2932397	Eichen	eichen	DE	57632	0	Europe/Berlin	47.64596	7.84544				01	083	08336	08336081
2932399	Eichen	eichen	DE	57632	0	Europe/Berlin	51.09532	7.82835				07	059	05966	05966004
2932440	Eichelhardt	eichelhardt	DE	57612	496	Europe/Berlin	50.71667	7.7		Ajkhel'khardt,Ajkhelkhardt,ai xie er ha er te,aykhlhart,Айхельхардт,Ајхелхардт,ایخلهارت,艾歇尔哈尔特	07132022	08	00	07132	07132022
2932550	Eiche	eiche	DE	16356	0	Europe/Berlin	52.56346	13.58906				11	00	12060	12060005
2932551	Eiche	eiche	DE	16356	0	Europe/Berlin	52.40467	12.98841				11	00	12054	12054000
2932552	Eiche	eiche	DE	16356	0	Europe/Berlin	52.266	11.33456		Eiche,Forsterei Eich,Forsterei Eiche,Försterei Eich,Försterei Eiche		14	00	15083	15083298
2932553	Eiche	eiche	DE	16356	0	Europe/Berlin	51.87812	14.08591				11	00	12066	12066196
2932710	Eich	eich	DE	67575	0	Europe/Berlin	50.88141	7.3294		Eich		07	053	05382	05382040
2932711	Eich	eich	DE	67575	0	Europe/Berlin	50.73269	6.14202				07	053	05334	05334002
2932712	Eich	eich	DE	67575	0	Europe/Berlin	50.548	12.35141				13	00	14523	14523430
2932713	Eich	eich	DE	67575	0	Europe/Berlin	50.42768	7.35273		Eich		08	00	07137	07137003
2932714	Eich	eich	DE	67575	0	Europe/Berlin	49.80333	8.56084				05	064	06432	06432018
2932715	Eich	eich	DE	67575	0	Europe/Berlin	49.75	8.39889			07331018	08	00	07331	07331018
2932716	Eich	eich	DE	67575	0	Europe/Berlin	49.1775	11.97399				02	093	09375	09375156
2932717	Eich	eich	DE	67575	0	Europe/Berlin	48.58208	13.389				02	092	09262	09262000
2932718	Eich	eich	DE	67575	0	Europe/Berlin	47.70232	10.31675		Eich		02	097	09763	09763000
2932738	Eibenstock	eibenstock	DE	08309	6706	Europe/Berlin	50.49431	12.59978		Aimpenstok,Ajbenshtok,Eibenstock,Eibenstoka,Eibenštoka,ai ben si tuo ke,aybnshtwk,Άιμπενστοκ,Айбеншток,Ајбеншток,آيبنشتوك,آیبن‌اشتوک,艾本斯托克		13	00	14521	14521170
2932748	Eibelstadt	eibelstadt	DE	97246	2907	Europe/Berlin	49.72392	9.99962		Ajbel'shtadt,Ajbelshtat,Aybelstadt,Aybelştadt,ai bei er si ta te,aiberushutatto,ayblshtat,Айбельштадт,Ајбелштат,Այբելշտադտ,آيبلشتات,آیبل‌اشتات,აიბელშტადტი,アイベルシュタット,艾贝尔斯塔特		02	096	09679	09679124
2932756	Eibau	eibau	DE	02739	5103	Europe/Berlin	50.98272	14.66214		Ajbau,Eibau,Jiwow,ai bao,Айбау,Ајбау,艾鲍		13	00	14626	14626245
2932764	Ehweiler	ehweiler	DE	66871	206	Europe/Berlin	49.51667	7.36667		Ehvajler,Ekhvajler,ai wei lei,Ехвајлер,Эвайлер,埃韦勒	07336018	08	00	07336	07336018
2932787	Ehringshausen	ehringshausen	DE	35630	0	Europe/Berlin	50.70607	9.11307				05	065	06535	06535005
2932788	Ehringshausen	ehringshausen	DE	35630	9505	Europe/Berlin	50.6	8.38333		Ehringskhauzen,Eringskhauzen,ai lin ge si hao sen,Ерингсхаузен,Эрингсхаузен,埃林格斯豪森	06532008	05	065	06532	06532008
2932789	Ehringshausen	ehringshausen	DE	35630	0	Europe/Berlin	49.30252	10.06354				01	081	08127	08127008
2932828	Ehrenfriedersdorf	ehrenfriedersdorf	DE	09427	5360	Europe/Berlin	50.64934	12.97009		Ehrenfridersdorf,Ehrenfriedersdorf,Erenfridersdorf,Erenfridersdorfa,ai lun fu li de er si duo fu,arnfrdynzdwrf,ayrn frydrsdwrf,Ērenfrīdersdorfa,Еренфридерсдорф,Эренфридерсдорф,إيرن فريدرسدورف,ارنفردینزدورف,埃伦夫里德尔斯多夫		13	00	14521	14521160
2932841	Ehrenburg	ehrenburg	DE	27248	1686	Europe/Berlin	52.75	8.7			03251015	06	00	03251	03251015
2932844	Ehrenberg	ehrenberg	DE	36115	0	Europe/Berlin	51.26365	7.26124				07	051	05124	05124000
2932845	Ehrenberg	ehrenberg	DE	36115	0	Europe/Berlin	51.04332	13.0341				13	00	14522	14522300
2932846	Ehrenberg	ehrenberg	DE	36115	0	Europe/Berlin	50.98848	14.16452				13	00	14628	14628190
2932847	Ehrenberg	ehrenberg	DE	36115	0	Europe/Berlin	50.95692	12.45918		Ehrenberg		15	00	16077	16077001
2932848	Ehrenberg	ehrenberg	DE	36115	0	Europe/Berlin	50.63133	7.41973				08	00	07138	07138044
2932849	Ehrenberg	ehrenberg	DE	36115	0	Europe/Berlin	50.48333	10.65			16069009	15	00	16069	16069009
2932850	Ehrenberg	ehrenberg	DE	36115	0	Europe/Berlin	48.56982	11.46849				02	091	09186	09186143
2932877	Ehr	ehr	DE	56357	80	Europe/Berlin	50.23787	7.78467			07141035	08	00	07141	07141035
2932878	Ehr	ehr	DE	56357	0	Europe/Berlin	50.17523	7.56723				08	00	07140	07140045
2932882	Ehningen	ehningen	DE	71139	7652	Europe/Berlin	48.65882	8.94124		Eningen,ai ning gen,eningeni,Енинген,Енінген,ენინგენი,埃宁根	08115013	01	081	08115	08115013
2932887	Ehndorf	ehndorf	DE	24647	628	Europe/Berlin	54.05	9.9		Ehndorf	01058044	10	00	01058	01058044
2932893	Ehlscheid	ehlscheid	DE	56581	1237	Europe/Berlin	50.51448	7.46655			07138015	08	00	07138	07138015
2932904	Ehlenz	ehlenz	DE	54636	451	Europe/Berlin	50.04044	6.4712			07232030	08	00	07232	07232030
2932919	Ehingen am Ries	ehingen-am-ries	DE	86741	0	Europe/Berlin	48.96421	10.55426		Ehingen,Ehingen am Ries		02	097	09779	09779138
2932920	Ehingen	ehingen	DE	86678	0	Europe/Berlin	51.36009	6.69088				07	051	05112	05112000
2932921	Ehingen	ehingen	DE	86678	815	Europe/Berlin	49.0868	10.5407			09571141	02	095	09571	09571141
2932922	Ehingen	ehingen	DE	86678	1022	Europe/Berlin	48.6	10.8			09772134	02	097	09772	09772134
2932923	Ehingen	ehingen	DE	86678	0	Europe/Berlin	48.47298	8.93274				01	084	08416	08416036
2932924	Ehingen	ehingen	DE	86678	26097	Europe/Berlin	48.28259	9.72749		Egingen,Ehingen,Ehingen Donau,Ehingen an der Donau,Ehkhingen,Ekhingen,ai xin gen,anyngn,ayhnghn,ehingeni,Егінген,Ехинген,Эинген,Эхинген,Էհինգեն,إيهنغن,انینگن,ეჰინგენი,埃欣根		01	084	08425	08425033
2932938	Ehekirchen	ehekirchen	DE	86676	3782	Europe/Berlin	48.63333	11.1		Eekirkhen,Ehehkirkhen,Ehekirxen,Ekhekirkhen,ahh kyrshn,ai hei ji xing,Еекірхен,Ехекирхен,Ээкирхен,Էհեկիրխեն,اهه کیرشن,埃黑基兴	09185127	02	091	09185	09185127
2932939	Ehekirchen	ehekirchen	DE	86676	0	Europe/Berlin	48.53112	10.82472				02	097	09772	09772177
2932952	Egweil	egweil	DE	85116	0	Europe/Berlin	48.78333	11.23333		Egvajl,Egvajl',Egvayl,Ehgvajl',agwayl,ai ge wei er,Егвайл,Егвайль,Егвајл,Эгвайль,Էգվայլ,اگوایل,埃格魏尔	09176122	02	091	09176	09176122
2932960	Egmating	egmating	DE	85658	2008	Europe/Berlin	48.00405	11.79528			09175116	02	091	09175	09175116
2932987	Egloffstein	egloffstein	DE	91349	2105	Europe/Berlin	49.70182	11.25749		Egloffshtajn,Egloffstein,Eglofshtajn,Ehglofshtajn,ai ge luo fu si tai yin,egurofushutain,Еглоффштайн,Еглофштајн,Эглофштайн,エグロフシュタイン,埃格洛夫斯泰因		02	094	09474	09474124
2932991	Egling	egling	DE	82544	2278	Europe/Berlin	48.18626	10.97669		Egling		02	091	09181	09181116
2932992	Egling	egling	DE	82544	5061	Europe/Berlin	47.92316	11.50517		Egling,Ehgling,aglyng,ai ge ling,Еглинг,Еглінг,Эглинг,Էգլինգ,اگلینگ,埃格灵	09173120	02	091	09173	09173120
2932993	Egling	egling	DE	82544	0	Europe/Berlin	47.7014	11.21156				02	091	09180	09180124
2933002	Eglfing	eglfing	DE	82436	0	Europe/Berlin	48.11617	11.74492				02	091	09184	09184123
2933008	Eging am See	eging-am-see	DE	94535	0	Europe/Berlin	48.71386	13.27135		Eging am See,Eging am Ze,Eging on Sea,Eging-am-Ze,Ehging-am-Ze,Zei Eging,agyng am zy,hu pan ai jing,Егинг ам Зе,Егінг-ам-Зе,Эгинг-ам-Зе,Զեի Էգինգ,اگینگ ام زی,湖畔埃京		02	092	09275	09275120
2933017	Eggstedt	eggstedt	DE	25721	858	Europe/Berlin	54.05	9.26667		Eggstedt	01051026	10	00	01051	01051026
2933018	Eggstätt	eggstatt	DE	83125	2809	Europe/Berlin	47.92698	12.37919		Eggshtett,Eggstaett,Eggstätt,Egshtet,Ehgshtett,agshtt,Еггштетт,Егштет,Эгштетт,Էգշթեթ,اگشتت	09187125	02	091	09187	09187125
2933019	Eggolsheim	eggolsheim	DE	91330	6313	Europe/Berlin	49.76961	11.05701		Eggol'sgajm,Eggolsheim,Egolshaym,Egolskhajm,Ehggol'skhajm,ai ge er si hai mu,egorusuhaimu,Еггольсгайм,Еголсхајм,Эггольсхайм,Էգոլսհայմ,エゴルスハイム,埃戈尔斯海姆		02	094	09474	09474123
2933025	Egglkofen	egglkofen	DE	84546	1279	Europe/Berlin	48.4	12.45		Eggl'kofen,Eglkofen,Ehgl'kofen,aglkwfn,ai ge er ke fen,Егглькофен,Еглкофен,Эглькофен,Էգլքոֆեն,اگلکوفن,埃格尔科芬	09183115	02	091	09183	09183115
2933029	Egglham	egglham	DE	84385	2439	Europe/Berlin	48.52902	13.05402		Eggl'gam,Eglham,Eglkham,Ehgl'kham,aglham,ai ge er ha mu,Еггльгам,Еглхам,Эгльхам,Էգլհամ,اگلهام,埃格尔哈姆	09277117	02	092	09277	09277117
2933035	Eggingen	eggingen	DE	79805	0	Europe/Berlin	48.36366	9.87881				01	084	08421	08421000
2933042	Eggesin	eggesin	DE	17367	5598	Europe/Berlin	53.67973	14.07992		Checzeno,Chëczëno,Egesin,Egezin,Egezine,Egezīne,Eggesin,Ehggezin,aghhzyn,agzyn,ai ge xin,Егезин,Егесин,Эггезин,إغهزين,اگزین,埃格辛		12	00	13075	13075031
2933061	Eggersdorf	eggersdorf	DE	39221	0	Europe/Berlin	53.1086	12.15257				11	00	12070	12070316
2933062	Eggersdorf	eggersdorf	DE	39221	0	Europe/Berlin	52.53733	13.81853				11	00	12064	12064380
2933063	Eggersdorf	eggersdorf	DE	39221	0	Europe/Berlin	52.47575	14.10433		Eggersdorf		11	00	12064	12064317
2933064	Eggersdorf	eggersdorf	DE	39221	1224	Europe/Berlin	51.97621	11.70971				14	00	15089	15089042
2933065	Eggersdorf	eggersdorf	DE	39221	0	Europe/Berlin	48.61409	13.44612				02	092	09275	09275146
2933066	Eggersdorf	eggersdorf	DE	39221	0	Europe/Berlin	48.595	13.55301				02	092	09275	09275150
2933067	Eggersdorf	eggersdorf	DE	39221	0	Europe/Berlin	48.57807	13.01112				02	092	09277	09277126
2933068	Eggersdorf	eggersdorf	DE	39221	0	Europe/Berlin	48.56872	11.97386				02	092	09274	09274194
2933098	Eggenthal	eggenthal	DE	87653	0	Europe/Berlin	48.99822	10.74252				02	095	09577	09577140
2933099	Eggenthal	eggenthal	DE	87653	1299	Europe/Berlin	47.91667	10.51667		Egental,Eggental',Ehggental',ai gen ta er,eggentaru,Еггенталь,Егентал,Эггенталь,Էգենթալ,エッゲンタール,埃根塔尔	09777124	02	097	09777	09777124
2933211	Egenhofen	egenhofen	DE	82281	0	Europe/Berlin	48.35887	10.36182				02	097	09774	09774145
2933101	Eggenstein-Leopoldshafen	eggenstein-leopoldshafen	DE	76344	15189	Europe/Berlin	49.09006	8.39879		Egenshtajn-Leopoldskhafen,Eggenshtajn-Leopol'dsgafen,Eggenstein-Leopoldshafen,Ehggenshtajn-Leopol'dskhafen,Leopoldshafen,ai gen si tai yin-lie ao bo de gang,Еггенштайн-Леопольдсгафен,Егенштајн-Леополдсхафен,Эггенштайн-Леопольдсхафен,埃根斯泰因-列奥波德港	08215102	01	082	08215	08215102
2933103	Eggenstedt	eggenstedt	DE	39365	282	Europe/Berlin	52.10215	11.23674		Eggenstedt		14	00	15083	15083531
2933115	Eggenfelden	eggenfelden	DE	84307	12860	Europe/Berlin	48.40509	12.75752		Egenfelden,Eggenfejdn,Eggenfel'den,Ehggenfel'den,aghnfldn,agnfldn,ai gen fei er deng,Еггенфельден,Егенфелден,Эггенфельден,Էգենֆելդեն,إغنفلدن,اگنفلدن,ایگنفیلڈن,埃根费尔登		02	092	09277	09277116
2933150	Eggebek	eggebek	DE	24852	2622	Europe/Berlin	54.61667	9.36667		Eggebek	01059107	10	00	01059	01059107
2933168	Egg an der Günz	egg-an-der-gunz	DE	87743	1167	Europe/Berlin	48.08714	10.28495		Eg an der Ginc,Egg,Egg an der Gunz,Egg an der Günz,Egg-an-der-Gjunc,Ehgg-an-der-Gjunc,jin ci he pan ai ge,Ег ан дер Гинц,Егг-ан-дер-Гюнц,Эгг-ан-дер-Гюнц,Գյունցի Էգ,金茨河畔埃格		02	097	09778	09778130
2933187	Egestorf	egestorf	DE	21272	2451	Europe/Berlin	53.193	10.063		Egestorf,Egestorf am Suentel,Egestorf am Suntel,Egestorf am Süntel,Ehgestorf,ai ge si tuo fu,Егесторф,Эгесторф,埃格斯托夫	03353009	06	00	03353	03353009
2933188	Egestorf	egestorf	DE	21272	7959	Europe/Berlin	52.28568	9.51676	84	Egestoerp,Egestorf,Egestorf (Deister),Egestörp,Esedesthorp [a. 1231],Estoerp,Estoerpe,Estörp,Estörpe		06	00	03241	03241002
2933189	Egestorf	egestorf	DE	21272	0	Europe/Berlin	52.21912	9.40069				06	00	03252	03252002
2933190	Egesheim	egesheim	DE	78592	632	Europe/Berlin	48.11717	8.85644		Egeskhajm,Ehgeskhajm,ai ge si hai mu,Егесхајм,Эгесхайм,埃格斯海姆	08327013	01	083	08327	08327013
2933212	Egenhofen	egenhofen	DE	82281	3252	Europe/Berlin	48.28333	11.16667		Egengofen,Egenhofa,Egenhofen,Egenkhofen,Ehgenkhofen,agnhwfn,ai gen huo fen,Егенгофен,Егенхофен,Эгенхофен,Էգենհոֆեն,اگنهوفن,埃根霍芬	09179117	02	091	09179	09179117
2933213	Egenhausen	egenhausen	DE	72227	0	Europe/Berlin	52.766	8.70126				06	00	03251	03251028
2933214	Egenhausen	egenhausen	DE	72227	0	Europe/Berlin	50.03195	10.08991				02	096	09678	09678193
2933215	Egenhausen	egenhausen	DE	72227	0	Europe/Berlin	49.4339	10.47181				02	095	09575	09575156
2933216	Egenhausen	egenhausen	DE	72227	2025	Europe/Berlin	48.56667	8.61667			08235022	01	082	08235	08235022
2933246	Egelsbach	egelsbach	DE	63329	9645	Europe/Berlin	49.96792	8.66341		Egel'sbakh,Egelsbach,Egelsbakh,Ehgel'sbakh,QEF,ai ge er si ba he,egerusubahha,Егелсбах,Егельсбах,Эгельсбах,エーゲルスバッハ,埃格尔斯巴赫	06438003	05	064	06438	06438003
2933247	Egelsbach	egelsbach	DE	63329	0	Europe/Berlin	49.66954	10.68231				02	095	09575	09575167
2933256	Egeln	egeln	DE	39435	4119	Europe/Berlin	51.94384	11.43265	70	AEjeln,Egelen,Egeln,Ehgel'n,aghln,agln,ai ge er en,Äjeln,Егелн,Эгельн,إغلن,اگلن,埃格尔恩	15089075	14	00	15089	15089075
2933274	Efringen-Kirchen	efringen-kirchen	DE	79588	8235	Europe/Berlin	47.65	7.56667		Efringen-Kirchen,Efringen-Kirkhen,Ehfringen-Kirkhen,ai fu lin gen-ji xing,Ефринген-Кирхен,Ефрінген-Кірхен,Эфринген-Кирхен,埃夫林根-基兴	08336014	01	083	08336	08336014
2933287	Effeltrich	effeltrich	DE	91090	2771	Europe/Berlin	49.65929	11.09319		Efeltrikh,Effel'trikh,Ehffel'trikh,ai fei er te li xi,efferutorihi,Ефелтрих,Еффельтріх,Эффельтрих,エッフェルトリヒ,埃费尔特里希	09474122	02	094	09474	09474122
2933297	Effelder	effelder	DE	37359	1360	Europe/Berlin	51.23948	10.24778			16061027	15	00	16061	16061027
2933298	Effelder	effelder	DE	37359	0	Europe/Berlin	50.37716	11.07841		Effelder,Effelder-Rauenstein		15	00	16072	16072023
2933332	Edling	edling	DE	83533	0	Europe/Berlin	48.49621	11.41589				02	091	09186	09186151
2933333	Edling	edling	DE	83533	0	Europe/Berlin	48.05611	12.1647			09187124	02	091	09187	09187124
2933334	Edling	edling	DE	83533	0	Europe/Berlin	48.03586	12.55027				02	091	09189	09189157
2933335	Edling	edling	DE	83533	0	Europe/Berlin	47.87666	12.22143				02	091	09187	09187163
2933343	Edlau	edlau	DE	06420	511	Europe/Berlin	51.66667	11.81667		Edlau		14	00	15089	15089195
2933345	Edingen-Neckarhausen	edingen-neckarhausen	DE	68535	14009	Europe/Berlin	49.45722	8.60639		Edingen-Nekarkhauzen,Edingen-Nekkargauzen,Ehdingen-Nekkarkhauzen,ai ding gen-nei ka lao sen,edingen=nekkahauzen,Единген-Некархаузен,Едінген-Неккаргаузен,Эдинген-Неккархаузен,エーディンゲン＝ネッカーハウゼン,埃丁根-内卡劳森	08226105	01	082	08226	08226105
2933364	Edewecht	edewecht	DE	26188	20658	Europe/Berlin	53.12699	7.98406		Edevekht,Edewecht,Ehdevekht,Erwech,ai de wei xi te,Едевехт,Эдевехт,埃德韦希特		06	00	03451	03451004
2933366	Edesheim	edesheim	DE	67483	0	Europe/Berlin	51.75086	9.97463				06	00	03155	03155011
2933367	Edesheim	edesheim	DE	67483	2294	Europe/Berlin	49.26333	8.135		Edeskhajm,Edsm,Ehdeskhajm,ai de si hai mu,Едесхајм,Эдесхайм,埃德斯海姆	07337021	08	00	07337	07337021
2933372	Edersleben	edersleben	DE	06528	1173	Europe/Berlin	51.41667	11.28333			15087125	14	00	15087	15087125
2933385	Ederheim	ederheim	DE	86739	1146	Europe/Berlin	48.80827	10.46609		Edergajm,Ederhaym,Ederkhajm,Ehderkhajm,ai de lai mu,edahaimu,Едергайм,Едерхајм,Эдерхайм,Էդերհայմ,エーダーハイム,埃德赖姆	09779136	02	097	09779	09779136
2933410	Edenkoben	edenkoben	DE	67480	6668	Europe/Berlin	49.28393	8.12714		Edenkoben,Ehdenkoben,adnkwbn,ai deng ke ben,idenkoben,Еденкобен,Эденкобен,إدنكوبن,ادنکوبن,イデンコーベン,埃登科本		08	00	07337	07337020
2933442	Edemissen	edemissen	DE	31234	3600	Europe/Berlin	52.38702	10.2614		Edemisen,Ehdemissen,Emisse,ai de mi sen,Едемисен,Эдемиссен,埃德米森	03157001	06	00	03157	03157001
2933443	Edemissen	edemissen	DE	31234	0	Europe/Berlin	51.76763	9.86126				06	00	03155	03155013
2933452	Edelsfeld	edelsfeld	DE	92265	2012	Europe/Berlin	49.57644	11.69589			09371119	02	093	09371	09371119
2933485	Edderitz	edderitz	DE	06388	1250	Europe/Berlin	51.69933	11.93712		Edderitz		14	00	15082	15082377
2933488	Eddelak	eddelak	DE	25715	1455	Europe/Berlin	53.95	9.15		Eddelak,Edelak,Ehddelak,ai de la ke,Еделак,Эдделак,埃德拉克	01051024	10	00	01051	01051024
2933524	Eckstedt	eckstedt	DE	99195	615	Europe/Berlin	51.07112	11.14606		Ekenstete [a. 1231]	16068007	15	00	16068	16068007
2933543	Ecklingerode	ecklingerode	DE	37339	839	Europe/Berlin	51.5	10.31667		Ecklingerode	16061026	15	00	16061	16061026
2933550	Ecklak	ecklak	DE	25572	339	Europe/Berlin	53.95	9.26667		Ecklak	01061025	10	00	01061	01061025
2933587	Eckfeld	eckfeld	DE	54531	359	Europe/Berlin	50.11667	6.85			07231025	08	00	07231	07231025
2933599	Eckersweiler	eckersweiler	DE	55777	159	Europe/Berlin	49.56667	7.28333			07134021	08	00	07134	07134021
2933606	Eckersdorf	eckersdorf	DE	95488	0	Europe/Berlin	50.96667	13.63333		Eckersdorf		13	00	14628	14628300
2933607	Eckersdorf	eckersdorf	DE	95488	5071	Europe/Berlin	50.02874	11.39611				02	094	09477	09477157
2933608	Eckersdorf	eckersdorf	DE	95488	0	Europe/Berlin	49.9348	11.49621		Ehkkersdorf,Ekersdorf,Ekkersdorf,ai ke er si duo fu,ekkasudorufu,Екерсдорф,Еккерсдорф,Эккерсдорф,Էքերսդորֆ,エッカースドルフ,埃克尔斯多夫	09472131	02	094	09472	09472131
2933643	Eckenroth	eckenroth	DE	55444	233	Europe/Berlin	49.91667	7.78333			07133028	08	00	07133	07133028
2933669	Eckelsheim	eckelsheim	DE	55599	547	Europe/Berlin	49.8	7.98333			07331017	08	00	07331	07331017
2934325	Durrhausen	durrhausen	DE	83552	0	Europe/Berlin	48.02843	12.31033				02	091	09187	09187113
2934452	Dürnau	durnau	DE	73105	2102	Europe/Berlin	48.64079	9.63544		Duernau,Dürnau	08117017	01	081	08117	08117017
2933720	Eckartsberga	eckartsberga	DE	06648	1865	Europe/Berlin	51.1238	11.56045		Eckartsberga,Ehkkartsberga,Ekartsberga,ai ka er ci bei er jia,akartsbrg,akartsbrgha,Екартсберга,Эккартсберга,إكارتسبرغا,اکارتسبرگ,埃卡尔茨贝尔加		14	00	15084	15084125
2933772	Echzell	echzell	DE	61209	5951	Europe/Berlin	50.38888	8.88605		Echzell,Ehkhcell',Ekhcel,Ekhcell',ai xi ce er,ehitsu~eru,Ехцел,Ехцелль,Эхцелль,エヒツェル,埃希策尔	06440006	05	064	06440	06440006
2933781	Echtershausen	echtershausen	DE	54636	115	Europe/Berlin	50.01667	6.41667			07232029	08	00	07232	07232029
2933787	Echternacherbrück	echternacherbruck	DE	54668	546	Europe/Berlin	49.81667	6.43333			07232028	08	00	07232	07232028
2933798	Eching	eching	DE	84174	3516	Europe/Berlin	48.5	12.06667			09274124	02	092	09274	09274124
2933799	Eching	eching	DE	84174	12804	Europe/Berlin	48.3	11.61667		Ehkhing,Ekhing,ai xing,ashyng,Ехинг,Ехінг,Эхинг,اشینگ,埃兴	09178120	02	091	09178	09178120
2933800	Eching	eching	DE	84174	0	Europe/Berlin	48.28251	11.85305				02	091	09177	09177130
2933801	Eching	eching	DE	84174	1630	Europe/Berlin	48.07991	11.11336				02	091	09181	09181115
2933808	Echem	echem	DE	21379	1021	Europe/Berlin	53.33333	10.53333			03355015	06	00	03355	03355015
2933817	Ebstorf	ebstorf	DE	29574	5471	Europe/Berlin	53.02785	10.41839		Ebsdorf,Ebstorf,Ehbstorf,ai bu si tuo fu,Ебсторф,Эбсторф,埃布斯托夫		06	00	03360	03360006
2933821	Ebringen	ebringen	DE	79285	2747	Europe/Berlin	47.9578	7.77652		Ebringen,Ehbringen,ai bu lin gen,Ебринген,Ебрінген,Эбринген,Էբրինգեն,埃布林根	08315028	01	083	08315	08315028
2933822	Ebringen	ebringen	DE	79285	0	Europe/Berlin	47.75092	8.75619				01	083	08335	08335028
2933828	Ebrach	ebrach	DE	96157	0	Europe/Berlin	49.84812	10.49672		Ebrach,Ebrakh,Ebrax,Ehbrakh,ai bu la,eburaha,Ебрах,Эбрах,Էբրախ,エーブラハ,埃布拉		02	094	09471	09471128
2933829	Ebrach	ebrach	DE	96157	0	Europe/Berlin	48.09488	12.09325				02	091	09187	09187159
2933840	Ebnath	ebnath	DE	95683	1374	Europe/Berlin	49.95	11.93333		Ebnath,Ebriat	09377115	02	093	09377	09377115
2933857	Ebhausen	ebhausen	DE	72224	4744	Europe/Berlin	48.58333	8.68333		Ebgauzen,Ebhausen,Ebhausen uber Wollhausen,Ebhausen über Wollhausen,Ebhauzen,Ebkhauzen,Ehbkhauzen,ai bu hao sen,Ебгаузен,Ебхаузен,Эбхаузен,Էբհաուզեն,埃布豪森	08235020	01	082	08235	08235020
2933863	Ebertsheim	ebertsheim	DE	67280	1423	Europe/Berlin	49.56833	8.10861		Ebertskhajm,Ehbertskhajm,Ewwerdsm,ai bei er ci hai mu,Ебертсхајм,Эбертсхайм,埃贝尔茨海姆	07332012	08	00	07332	07332012
2933864	Ebertshausen	ebertshausen	DE	56370	0	Europe/Berlin	50.62867	10.57142				15	00	16066	16066092
2933865	Ebertshausen	ebertshausen	DE	56370	135	Europe/Berlin	50.28333	7.98333			07141034	08	00	07141	07141034
2933866	Ebertshausen	ebertshausen	DE	56370	0	Europe/Berlin	50.14077	10.34802				02	096	09678	09678186
2933867	Ebertshausen	ebertshausen	DE	56370	0	Europe/Berlin	48.28828	11.21854				02	091	09174	09174135
2933868	Ebertshausen	ebertshausen	DE	56370	0	Europe/Berlin	47.96855	11.54028				02	091	09184	09184144
2933882	Eberswalde	eberswalde	DE	16225	41980	Europe/Berlin	52.83492	13.81951		Ebersval'de,Ebersvalde,Ebersvaldė,Eberswalde,Eberswalde-Finow,Ehbersval'de,Ehbersval'deh,Neustadium Eberswaldum,abrs waldh,ai bei er si wa er de,ebeleuseubalde,eberusuvu~arude,Ēbersvalde,Еберсвалде,Еберсвальде,Эберсвальде,Эберсвальдэ,Էբերսվալդե,אברסוולדה,ابرس والده,エーベルスヴァルデ,埃贝尔斯瓦尔德,에베르스발데	12060	11	00	12060	12060052
2933889	Eberstedt	eberstedt	DE	99518	222	Europe/Berlin	51.07382	11.57877			16071015	15	00	16071	16071015
2933894	Eberstadt	eberstadt	DE	74246	0	Europe/Berlin	50.48034	8.75954				05	065	06531	06531011
2933895	Eberstadt	eberstadt	DE	74246	0	Europe/Berlin	49.82112	8.64527		Eberstadt		05	064	06411	06411000
2933896	Eberstadt	eberstadt	DE	74246	0	Europe/Berlin	49.4773	9.36701		Eberstadt		01	082	08225	08225014
2933897	Eberstadt	eberstadt	DE	74246	3336	Europe/Berlin	49.18028	9.32111			08125021	01	081	08125	08125021
2933899	Ebersroda	ebersroda	DE	06632	184	Europe/Berlin	51.25138	11.77024		Ebersroda		14	00	15084	15084150
2933909	Ebershausen	ebershausen	DE	86491	618	Europe/Berlin	48.20546	10.31565		Ebersgauzen,Ebershauzen,Eberskhauzen,Ehberskhauzen,ai bei er si hao sen,Еберсгаузен,Еберсхаузен,Эберсхаузен,Էբերսհաուզեն,ኤበርስሃውዘን,埃贝尔斯豪森	09774129	02	097	09774	09774129
2933916	Ebersdorf	ebersdorf	DE	27432	1153	Europe/Berlin	53.52514	9.04897			03357012	06	00	03357	03357012
2933917	Ebersdorf	ebersdorf	DE	27432	0	Europe/Berlin	51.07811	14.68377		Ebersdorf		13	00	14626	14626290
2933918	Ebersdorf	ebersdorf	DE	27432	0	Europe/Berlin	50.9589	9.32394				05	066	06634	06634004
2933919	Ebersdorf	ebersdorf	DE	27432	0	Europe/Berlin	50.88123	12.97728		Ebersdorf		13	00	14511	14511000
2933920	Ebersdorf	ebersdorf	DE	27432	0	Europe/Berlin	50.48992	11.34897				02	094	09476	09476152
2933921	Ebersdorf	ebersdorf	DE	27432	0	Europe/Berlin	50.48461	11.66757		Ebersdorf,Ebersdorf-Friesau,Ebersdorf/Thueringen,Ebersdorf/Thüringen		15	00	16075	16075135
2933922	Ebersdorf	ebersdorf	DE	27432	6378	Europe/Berlin	50.32898	11.15266		Ebersdorf		02	094	09473	09473151
2933923	Ebersdorf	ebersdorf	DE	27432	0	Europe/Berlin	49.41284	10.64746		Ebersdorf		02	095	09571	09571135
2933924	Ebersdorf	ebersdorf	DE	27432	0	Europe/Berlin	49.33964	12.32542				02	093	09376	09376147
2933925	Ebersdorf	ebersdorf	DE	27432	0	Europe/Berlin	48.76698	13.38669				02	092	09272	09272142
2933939	Ebersberg	ebersberg	DE	85560	0	Europe/Berlin	50.48632	11.89063		Ebersberg		15	00	16075	16075132
2933940	Ebersberg	ebersberg	DE	85560	0	Europe/Berlin	50.36393	12.01078				13	00	14523	14523440
2933941	Ebersberg	ebersberg	DE	85560	0	Europe/Berlin	49.61556	8.99417				05	064	06437	06437006
2933942	Ebersberg	ebersberg	DE	85560	0	Europe/Berlin	49.02	9.64387				01	081	08127	08127062
2933943	Ebersberg	ebersberg	DE	85560	0	Europe/Berlin	48.93818	9.52641				01	081	08119	08119006
2933944	Ebersberg	ebersberg	DE	85560	0	Europe/Berlin	48.92302	9.67484				01	081	08119	08119037
2933945	Ebersberg	ebersberg	DE	85560	11041	Europe/Berlin	48.0771	11.97063		Ebasbeag,Ebersberg,Ehbersberg,abrsbrg,abrsbrgh,ai bo si bei ge,Еберсберг,Эберсберг,إبرسبرغ,ابرسبرگ,ኤበርስበርግ,埃伯斯贝格	09175	02	091	09175	09175115
2933959	Ebersbach an der Fils	ebersbach-an-der-fils	DE	73061	15919	Europe/Berlin	48.716	9.5236		Ebersbach,Ebersbachander Fils,Ebersbakh an der Fils,Ebersbakh-an-der-Fil's,Ehbersbakh-na-Fil'se,abrsbakh an dr fylz,abrzbakh an dr fylz,fei er si he pan ai bei er si ba he,Еберсбах ан дер Филс,Еберсбах-ан-дер-Фільс,Эберсбах-на-Фильсе,إبرسباخ آن در فيلز,ابرزباخ آن در فیلز,菲尔斯河畔埃贝尔斯巴赫		01	081	08117	08117018
2933962	Ebersbach	ebersbach	DE	01561	0	Europe/Berlin	51.18512	14.93254		Ebersbach		13	00	14626	14626520
2933963	Ebersbach	ebersbach	DE	01561	1161	Europe/Berlin	51.099	13.1135		Ebersbach		13	00	14522	14522080
2933964	Ebersbach	ebersbach	DE	01561	0	Europe/Berlin	51.1015	12.69794				13	00	14729	14729010
2933965	Ebersbach	ebersbach	DE	01561	8952	Europe/Berlin	51.00762	14.58621		Ebersbach,Habrachcicy,Habrachćicy		13	00	14626	14626085
2933966	Ebersbach	ebersbach	DE	01561	0	Europe/Berlin	50.83553	12.60432				13	00	14524	14524080
2933967	Ebersbach	ebersbach	DE	01561	0	Europe/Berlin	50.79	13.22984				13	00	14522	14522110
2933968	Ebersbach	ebersbach	DE	01561	0	Europe/Berlin	50.36682	12.17886				13	00	14523	14523080
2933969	Ebersbach	ebersbach	DE	01561	0	Europe/Berlin	50.09762	11.51494				02	094	09477	09477127
2933970	Ebersbach	ebersbach	DE	01561	0	Europe/Berlin	49.90879	9.20267				02	096	09676	09676136
2933971	Ebersbach	ebersbach	DE	01561	0	Europe/Berlin	49.62591	11.10676				02	094	09474	09474154
2933972	Ebersbach	ebersbach	DE	01561	0	Europe/Berlin	49.59719	11.8261				02	093	09371	09371156
2933973	Ebersbach	ebersbach	DE	01561	0	Europe/Berlin	49.57644	10.74669				02	095	09575	09575181
2933974	Ebersbach	ebersbach	DE	01561	0	Europe/Berlin	49.25593	10.92898		Ebersbach		02	095	09576	09576111
2933975	Ebersbach	ebersbach	DE	01561	0	Europe/Berlin	48.40733	10.3129				02	097	09774	09774148
2933976	Ebersbach	ebersbach	DE	01561	0	Europe/Berlin	48.38932	11.44009				02	091	09174	09174151
2933977	Ebersbach	ebersbach	DE	01561	0	Europe/Berlin	48.23954	10.19978				02	097	09775	09775118
2933978	Ebersbach	ebersbach	DE	01561	0	Europe/Berlin	47.95521	9.57953				01	084	08436	08436093
2933979	Ebersbach	ebersbach	DE	01561	0	Europe/Berlin	47.85304	10.47259				02	097	09777	09777154
2933981	Ebernhahn	ebernhahn	DE	56424	1266	Europe/Berlin	50.47278	7.77			07143012	08	00	07143	07143012
2933984	Ebern	ebern	DE	96106	0	Europe/Berlin	50.09545	10.79831		Ebern,Ehbern,abrn,ai bei er en,aybrn,Еберн,Эберн,Էբերն,إبرن,ابرن,ایبرن,埃贝尔恩		02	096	09674	09674130
2933986	Ebermannstadt	ebermannstadt	DE	91320	6864	Europe/Berlin	49.78154	11.18168		Ebermannshtadt,Ebermannstadt,Ebermanshtat,Ehbermanshtadt,URD,abrmanshtat,ai bei er man si ta te,ebamanshutatto,Еберманнштадт,Еберманштат,Эберманштадт,Էբերմանշթաթ,إبرمانشتات,ابرمانسٹیڈ,ابرمان‌اشتات,エーバーマンシュタット,埃贝尔曼斯塔特		02	094	09474	09474121
2933987	Ebermannsdorf	ebermannsdorf	DE	92263	2524	Europe/Berlin	49.39375	11.93582		Ebermannsdorf,Ebermansdorf,Ehbermansdorf,ai bo man si duo fu,Еберманнсдорф,Ебермансдорф,Эбермансдорф,Էբերմանսդորֆ,埃伯曼斯多夫	09371118	02	093	09371	09371118
2933994	Eberholzen	eberholzen	DE	31079	633	Europe/Berlin	52.05	9.85			03254045	06	00	03254	03254045
2934000	Eberhardzell	eberhardzell	DE	88436	4026	Europe/Berlin	48	9.81667		Eberardcell',Eberkhardcel,Ehberkhardcell',ai bei la er de ce er,eberhardtseli,Еберардцелль,Еберхардцел,Эберхардцелль,Էբերհարդցել,ებერჰარდცელი,埃贝拉尔德策尔	08426038	01	084	08426	08426038
2934014	Eberdingen	eberdingen	DE	71735	6518	Europe/Berlin	48.87942	8.96502		Eberdenge,Eberdingen,Ehberdingen,abrdyngn,ai bei er ding gen,Ебердинген,Ебердінген,Эбердинген,ابردینگن,埃贝尔丁根	08118012	01	081	08118	08118012
2934020	Eberbach	eberbach	DE	69412	15624	Europe/Berlin	49.4668	8.99016		Eberbach,Eberbakh,Ehberbakh,Ewwerbach,abrbakh,ai bei er ba he,ebabahha,Ебербах,Эбербах,ابرباخ,エーバーバッハ,埃贝尔巴赫		01	082	08226	08226013
2934021	Eberbach	eberbach	DE	69412	0	Europe/Berlin	49.2991	9.8283				01	081	08126	08126056
2934022	Eberbach	eberbach	DE	69412	0	Europe/Berlin	49.72465	8.8306				05	064	06437	06437013
2934023	Ebenweiler	ebenweiler	DE	88370	1116	Europe/Berlin	47.9	9.51667		Ebenvajler,Ehbenvajler,ai ben wei lei,Ебенвайлер,Ебенвајлер,Эбенвайлер,埃本韦勒	08436024	01	084	08436	08436024
2934032	Ebenshausen	ebenshausen	DE	99826	325	Europe/Berlin	51.08333	10.3			16063104	15	00	16063	16063104
2934033	Ebensfeld	ebensfeld	DE	96250	5721	Europe/Berlin	50.0664	10.95835		Ebensfel'd,Ebensfeld,Ehbensfel'd,abnsfld,ai ben si fei er de,ebensuferuto,Ебенсфелд,Ебенсфельд,Эбенсфельд,Էբենսֆելդ,ابنسفلد,エーベンスフェルト,埃本斯费尔德		02	094	09478	09478120
2934056	Ebenheim	ebenheim	DE	99869	265	Europe/Berlin	50.97521	10.51181		Ebenheim,Ebenkhajm,Ehbenkhajm,Ебенхајм,Эбенхайм		15	00	16067	16067088
2934094	Ebelsbach	ebelsbach	DE	97500	3946	Europe/Berlin	49.98572	10.67442		Ebel'sbakh,Ebelsbach,Ebelsbakh,Ebelsbax,Ehbel'sbakh,ai bei er si ba he,Ебелсбах,Ебельсбах,Эбельсбах,Էբելսբախ,埃贝尔斯巴赫	09674129	02	096	09674	09674129
2934097	Ebeleben	ebeleben	DE	99713	3155	Europe/Berlin	51.28283	10.72999		Ebeleben,Ehbeleben,Elsleben,abhlybn,ablbn,ai bei lai ben,Ебелебен,Эбелебен,إبهليبن,ابلبن,埃贝莱本		15	00	16065	16065014
2934167	Duvensee	duvensee	DE	23898	501	Europe/Berlin	53.7	10.56667		Duvensee	01053025	10	00	01053	01053025
2934235	Dußlingen	dusslingen	DE	72144	5286	Europe/Berlin	48.45357	9.05552		Duslingen,Dusslingen,Dußlingen,du si lin gen,Дуслинген,Дуслінген,杜斯林根	08416011	01	084	08416	08416011
2934281	Dürrwangen	durrwangen	DE	91602	2673	Europe/Berlin	49.10778	10.385		Dirvangen,Djurrvangen,Djurvangen,Duerrwangen,Durrwangen,Dyurvangen,Dürrwangen,de~yuruvu~angen,di er wan gen,Дирванген,Дюрванген,Дюррванген,Դյուրվանգեն,デュルヴァンゲン,迪尔万根		02	095	09571	09571139
2934282	Dürrwangen	durrwangen	DE	91602	0	Europe/Berlin	48.24062	8.88742				01	084	08417	08417002
2934317	Dürrlauingen	durrlauingen	DE	89350	1710	Europe/Berlin	48.46666	10.4286		Dirlauingen,Djurlauingen,Djurlaujngen,Djurrlauingen,Dyurlauyngen,di er lao yin gen,Дирлауинген,Дюрлауинген,Дюрлауйнген,Дюррлауїнген,Դյուրլաույնգեն,迪尔劳因根	09774127	02	097	09774	09774127
2934462	Durmersheim	durmersheim	DE	76448	11675	Europe/Berlin	48.93333	8.26667		Durmersgajm,Durmersheim,Durmerskhajm,Ntourmerschaim,du er mei er si hai mu,Ντούρμερσχαϊμ,Дурмерсгайм,Дурмерсхайм,Дурмерсхајм,杜尔梅尔斯海姆	08216009	01	082	08216	08216009
2934464	Dürmentingen	durmentingen	DE	88525	2609	Europe/Berlin	48.11667	9.53333		Duermentingen,Dürmentingen	08426035	01	084	08426	08426035
2934466	Durlangen	durlangen	DE	73568	3000	Europe/Berlin	48.85632	9.79654		Durlangen,du er lan gen,durlangeni,Дурланген,დურლანგენი,杜尔兰根	08136015	01	081	08136	08136015
2934495	Durchhausen	durchhausen	DE	78591	863	Europe/Berlin	48.03973	8.67492		Durchhausen,Durkhauzen,Durkhgauzen,Durkhkhauzen,du er xiao sen,Дурхаузен,Дурхгаузен,Дурххаузен,杜尔肖森	08327012	01	083	08327	08327012
2934499	Dürbheim	durbheim	DE	78589	1694	Europe/Berlin	48.05623	8.79344		Dirbkhajm,Djurbkhajm,Duerbheim,Dürbheim,di er bu hai mu,Дирбхајм,Дюрбхайм,迪尔布海姆	08327011	01	083	08327	08327011
2934505	Durbach	durbach	DE	77770	3880	Europe/Berlin	48.49352	8.01736		Durbakh,Дурбах	08317021	01	083	08317	08317021
2934509	Durach	durach	DE	87471	6675	Europe/Berlin	47.6944	10.34449		Durakh,Durax,Дурах,Դուրախ	09780120	02	097	09780	09780120
2934519	Duppach	duppach	DE	54597	300	Europe/Berlin	50.26667	6.56667			07233211	08	00	07233	07233211
2934529	Dunzweiler	dunzweiler	DE	66916	949	Europe/Berlin	49.41586	7.30548		Duncvajler,dui ci wei lei,Дунцвайлер,Дунцвајлер,敦茨韦勒	07336017	08	00	07336	07336017
2934541	Dunum	dunum	DE	26427	1111	Europe/Berlin	53.6	7.65			03462002	06	00	03462	03462002
2934543	Dunsum	dunsum	DE	25938	94	Europe/Berlin	54.73126	8.42488			01054025	10	00	01054	01054025
2934549	Dunsen	dunsen	DE	27243	0	Europe/Berlin	52.06872	9.70715				06	00	03254	03254013
2934560	Dunningen	dunningen	DE	78655	6032	Europe/Berlin	48.21242	8.50619		Duningen,Dunningen,du ning gen,Дунинген,Дуннинген,Дуннінген,杜宁根	08325014	01	083	08325	08325014
2934599	Dünfus	dunfus	DE	56754	294	Europe/Berlin	50.21667	7.23333			07135022	08	00	07135	07135022
2934624	Dümpelfeld	dumpelfeld	DE	53520	694	Europe/Berlin	50.43333	6.95		Dimpelfeld,Djumpel'fel'd,ding pei er fei er de,Димпелфелд,Дюмпельфельд,丁佩尔费尔德	07131501	08	00	07131	07131501
2934635	Dummerstorf	dummerstorf	DE	18196	2666	Europe/Berlin	54.01484	12.22821		Dumerstorf,Dummerstorf,du mei er si tuo er fu,Думерсторф,Думмерсторф,杜梅尔斯托尔夫		12	00	13072	13072029
2934691	Duisburg	duisburg	DE	47051	504358	Europe/Berlin	51.43247	6.76516		DUI,Disburga,Duisboerj,Duisborg,Duisbourg,Duisburch,Duisburg,Duisburg and Hamborn,Duisburg-Hamborn,Duisburgas,Duisburgo,Duisbörj,Duizburg,Dujsburg,Duusboerg,Duusbörg,Duysburg,Dīsburga,Ntouismpournk,Thuiscoburgum,de~yusuburuku,du sburk,du yi si bao,du'isaburga,duisburgi,dwiseubuleukeu,dwysbwrg,dwysbwrgh,dysbwrg,Ντούισμπουργκ,Дуизбург,Дуйсбург,Дујсбург,Դույսբուրգ,דיסבורג,دويسبورغ,دویسبورگ,ڈوئسبرگ,ڈیسبورگ,डुइसबुर्ग,ดืสบูร์ก,დუისბურგი,ዱይስቡርግ፣ ጀርመን,デュースブルク,杜伊斯堡,뒤스부르크	05112	07	051	05112	05112000
2934697	Duingen	duingen	DE	31089	3116	Europe/Berlin	52.00449	9.69578		Duingen,Dujngen,du yin gen,Дуинген,Дуйнген,杜因根		06	00	03254	03254041
2934707	Duggendorf	duggendorf	DE	93182	1605	Europe/Berlin	49.11667	11.91667			09375131	02	093	09375	09375131
2934728	Duderstadt	duderstadt	DE	37115	22910	Europe/Berlin	51.51312	10.25951		Dudershtadt,Dudershtat,Duderstadium,Dustadt,do~udashutatto,du de er si ta te,dwdrashtat,dwdrshtat,Дудерштадт,Дудерштат,دودراشتات,دودرشتات,ドゥーダーシュタット,杜德尔斯塔特		06	00	03159	03159010
2934736	Dudenhofen	dudenhofen	DE	67373	0	Europe/Berlin	50.00972	8.88897				05	064	06438	06438011
2934737	Dudenhofen	dudenhofen	DE	67373	5709	Europe/Berlin	49.31861	8.38861		Dudenkhofen,do~udenhofen,du deng huo fen,Дуденхофен,ドゥーデンホーフェン,杜登霍芬	07338007	08	00	07338	07338007
2934747	Dudeldorf	dudeldorf	DE	54647	1065	Europe/Berlin	49.97494	6.63724		Dudel'dorf,Dudeldorf,du de er duo fu,Дуделдорф,Дудельдорф,杜德尔多夫	07232027	08	00	07232	07232027
2934756	Duckow	duckow	DE	17139	277	Europe/Berlin	53.70496	12.79251		Duckow		12	00	13071	13071092
2934764	Duchroth	duchroth	DE	55585	584	Europe/Berlin	49.78333	7.73333		Dukhrot,Durot,du luo te,Дурот,Духрот,杜罗特	07133027	08	00	07133	07133027
2934766	Ducherow	ducherow	DE	17398	2246	Europe/Berlin	53.76436	13.78216		Ducherow,Dukherov,du hei luo,Духеров,杜黑罗		12	00	13075	13075029
2934767	Düchelsdorf	duchelsdorf	DE	23847	144	Europe/Berlin	53.73333	10.56667		Duchelsdorf,Düchelsdorf	01053024	10	00	01053	01053024
2934791	Duben	duben	DE	06869	0	Europe/Berlin	51.89759	13.8074		Duben,Dubin,Dueben,Düben		11	00	12061	12061320
2934798	Druxberge	druxberge	DE	39365	413	Europe/Berlin	52.15624	11.31094		Druxberge		14	00	15083	15083190
2934834	Droyßig	droyssig	DE	06722	0	Europe/Berlin	51.4983	12.10583				14	00	15088	15088195
2934835	Droyßig	droyssig	DE	06722	1907	Europe/Berlin	51.04247	12.0259		Drojsig,de luo yi xi xi,Дройсиг,Дројсиг,德罗伊西希	15084115	14	00	15084	15084115
2934851	Droßdorf	drossdorf	DE	06712	0	Europe/Berlin	51.1449	12.37185				13	00	14729	14729170
2934852	Droßdorf	drossdorf	DE	06712	684	Europe/Berlin	51.00836	12.12136		Drossdorf,Droßdorf		14	00	15084	15084207
2934853	Droßdorf	drossdorf	DE	06712	0	Europe/Berlin	50.44843	12.21632				13	00	14523	14523420
2934870	Drosa	drosa	DE	06369	633	Europe/Berlin	51.81607	11.90575		Drosa		14	00	15082	15082256
2934886	Drolshagen	drolshagen	DE	57489	12310	Europe/Berlin	51.02358	7.77355		Draulsen,Drol'sgagen,Drol'skhagen,Drolshagen,Drolskhagen,de luo er si ha gen,drwlshaghn,drwlzhagn,Дролсхаген,Дрольсгаген,Дрольсхаген,درولزهاگن,درولسهاغن,德罗尔斯哈根		07	059	05966	05966008
2934892	Drohndorf	drohndorf	DE	06456	519	Europe/Berlin	51.71688	11.53136		Drohndorf		14	00	15089	15089015
2934895	Drognitz	drognitz	DE	07338	712	Europe/Berlin	50.58792	11.57229			16073107	15	00	16073	16073107
2934907	Drogen	drogen	DE	04626	161	Europe/Berlin	50.91667	12.31667			16077043	15	00	16077	16077043
2934915	Drochtersen	drochtersen	DE	21706	12364	Europe/Berlin	53.71015	9.38463		Drochters,Drochtersen,Drokhtersen,Drokhterzen,de luo te er sen,dorohotazen,Дрохтерзен,Дрохтерсен,ドロホターゼン,德罗特尔森	03359013	06	00	03359	03359013
2934945	Driftsethe	driftsethe	DE	27628	673	Europe/Berlin	53.38333	8.61667			03352060	06	00	03352	03352060
2934965	Driedorf	driedorf	DE	35759	5213	Europe/Berlin	50.63333	8.18333		Dridorf,Driedorf,Drydorf,de li duo fu,Дридорф,Дрыдорф,Дрідорф,德里多夫	06532007	05	065	06532	06532007
2934981	Drewitz	drewitz	DE	03197	0	Europe/Berlin	52.36155	13.12626				11	00	12054	12054000
2934982	Drewitz	drewitz	DE	03197	0	Europe/Berlin	53.56865	12.36555				12	00	13071	13071113
2934983	Drewitz	drewitz	DE	03197	449	Europe/Berlin	52.21553	12.16487		Drewitz		14	00	15086	15086140
2934984	Drewitz	drewitz	DE	03197	0	Europe/Berlin	51.89663	14.5103		Drewitz,Drjejce		11	00	12071	12071193
2934994	Drewelow	drewelow	DE	17392	181	Europe/Berlin	53.76866	13.57669		Drewelow		12	00	13075	13075127
2935006	Drestedt	drestedt	DE	21279	758	Europe/Berlin	53.33047	9.75736			03353008	06	00	03353	03353008
2935017	Dreska	dreska	DE	04934	0	Europe/Berlin	51.48525	13.53803				11	00	12062	12062240
2935139	Dreileben	dreileben	DE	39365	615	Europe/Berlin	52.12805	11.33152		Dreileben		14	00	15083	15083531
2935022	Dresden	dresden	DE	01067	486854	Europe/Berlin	51.05089	13.73832		DRS,Drazdany,Drazgany,Drehzdehn,Dresda,Dresde,Dresden,Dresdenas,Dresdeno,Dresdn,Drezda,Drezden,Drezdene,Drezno,Drjezdzany,Drježdźany,Drážďany,Drèsda,Drézdén,Drēzdene,de lei si dun,de rs dein,deuleseuden,doresuden,dresdena,drezdeni,drsdn,drysdn,drzdn,drێsdn,Δρέσδη,Дрезден,Дрэздэн,Դրեզդեն,דרזדן,דרעזדן,درسدن,دريسدن,دریسدن,درێسدن,ڈrysڈn,ڈریسڈن,ڊrysڊn,ڊريسڊن,ड्रेस्डेन,เดรสเดิน,დრეზდენი,ドレスデン,德累斯顿,드레스덴	13	13	00	14612	14612000
2935023	Dreschvitz	dreschvitz	DE	18573	796	Europe/Berlin	54.40315	13.29414				12	00	13073	13073021
2935041	Drentwede	drentwede	DE	49406	1050	Europe/Berlin	52.74388	8.56504		Drentvede,de lun te wei de,Дрентведе,德伦特韦德	03251014	06	00	03251	03251014
2935042	Drensteinfurt	drensteinfurt	DE	48317	15260	Europe/Berlin	51.79535	7.73815		Drenshtajnfurt,Drenstaynfurt,Drenştaynfurt,de lun si tai yin fu er te,drnshtaynfwrt,Дренштайнфурт,Дренштајнфурт,درنشتاينفورت,درن‌اشتاینفورت,德伦斯泰因富尔特		07	055	05570	05570016
2935056	Drelsdorf	drelsdorf	DE	25853	1295	Europe/Berlin	54.60548	9.04449		Drel'sdorf,Drelsdorf,Trelstorp,Troelstrup,Trölstrup,de lei er si duo fu,Дрелсдорф,Дрельсдорф,德雷尔斯多夫	01054024	10	00	01054	01054024
2935063	Dreitzsch	dreitzsch	DE	07819	471	Europe/Berlin	50.74148	11.79694		Dreitzsch	16075019	15	00	16075	16075019
2935095	Dreisen	dreisen	DE	67816	1027	Europe/Berlin	49.60333	8.01056			07333017	08	00	07333	07333017
2935107	Dreisbach	dreisbach	DE	56472	0	Europe/Berlin	50.95272	7.59331				07	053	05374	05374048
2935108	Dreisbach	dreisbach	DE	56472	0	Europe/Berlin	50.65068	8.39304				05	065	06532	06532008
2935109	Dreisbach	dreisbach	DE	56472	606	Europe/Berlin	50.61667	7.93333			07143216	08	00	07143	07143216
2935110	Dreisbach	dreisbach	DE	56472	181	Europe/Berlin	49.48509	6.56496				09	00	10042	10042114
2935116	Dreis	dreis	DE	54518	0	Europe/Berlin	50.26667	6.8				08	00	07233	07233020
2935117	Dreis	dreis	DE	54518	1355	Europe/Berlin	49.9409	6.81845		Drajs,de lai si,Драйс,Драјс,德赖斯	07231024	08	00	07231	07231024
2935201	Dreifelden	dreifelden	DE	57629	314	Europe/Berlin	50.59139	7.83611			07143215	08	00	07143	07143215
2935220	Dreieich	dreieich	DE	63303	40367	Europe/Berlin	50.01997	8.69611		Drajajkh,Dreieich,de lai ai xi,doraiaihi,Драйайх,Драјајх,درای‌آیش,ドライアイヒ,德赖艾希		05	064	06438	06438002
2935248	Drehnow	drehnow	DE	03185	628	Europe/Berlin	51.86667	14.36667		Drehnow,Drjenow	12071060	11	00	12071	12071060
2935261	Dreggers	dreggers	DE	23845	56	Europe/Berlin	53.88333	10.35		Dreggers	01060018	10	00	01060	01060018
2935265	Dreetz	dreetz	DE	16845	245	Europe/Berlin	53.78741	11.96943		Dreetz		12	00	13072	13072028
2935266	Dreetz	dreetz	DE	16845	1251	Europe/Berlin	52.80297	12.45961			12068109	11	00	12068	12068109
2935272	Drees	drees	DE	53520	162	Europe/Berlin	50.35	7			07233210	08	00	07233	07233210
2935293	Drechow	drechow	DE	18465	254	Europe/Berlin	54.14042	12.79984				12	00	13073	13073020
2935295	Drebsdorf	drebsdorf	DE	06528	114	Europe/Berlin	51.48229	11.17756		Drebsdorf		14	00	15087	15087412
2935298	Drebkau	drebkau	DE	03116	6336	Europe/Berlin	51.65412	14.22316		Drebkau,Drebkau/Drjowk,Drjowk,de lei bu kao,drbkaw,drbkayw,Дребкау,Դրեբկաու,دربكاو,دربکائو,德雷布考		11	00	12071	12071057
2935303	Drebach	drebach	DE	09430	2574	Europe/Berlin	50.67583	13.0162		Drebach,Drebakh,Ntrempach,Ντρέμπαχ,Дребах	14521150	13	00	14521	14521150
2935305	Dreba	dreba	DE	07806	292	Europe/Berlin	50.66667	11.75		Dreba		15	00	16075	16075073
2935319	Draschwitz	draschwitz	DE	06712	0	Europe/Berlin	51.21831	12.90754		Draschwitz		13	00	14729	14729160
2935320	Draschwitz	draschwitz	DE	06712	0	Europe/Berlin	51.09872	12.18099				14	00	15084	15084130
2935325	Dranske	dranske	DE	18556	1527	Europe/Berlin	54.63118	13.22831		Dranske,de lan si ke,Дранске,德兰斯克		12	00	13073	13073019
2935326	Dransfeld	dransfeld	DE	37127	4422	Europe/Berlin	51.4991	9.76179		Dransfel'd,Dransfeld,de lan si fei er de,doransuferuto,dransfld,dranzfld,Дрансфелд,Дрансфельд,درانزفلد,درانسفلد,ドランスフェルト,德兰斯费尔德		06	00	03159	03159009
2935334	Drangstedt	drangstedt	DE	27624	1467	Europe/Berlin	53.61359	8.75576		Drangshtedt,Drangshtet,Drangst,de lang si te,Дрангштедт,Дрангштет,德朗斯特	03352062	06	00	03352	03352062
2935341	Drakenburg	drakenburg	DE	31623	1712	Europe/Berlin	52.68689	9.21083		Drakenburg,de la ken bao,dorakenburuku,Дракенбург,ドラーケンブルク,德拉肯堡		06	00	03256	03256005
2935361	Drahnsdorf	drahnsdorf	DE	15938	666	Europe/Berlin	51.91667	13.58333			12061097	11	00	12061	12061097
2935365	Dragun	dragun	DE	19205	866	Europe/Berlin	53.70792	11.2251		Dragun		12	00	13074	13074020
2935369	Dragensdorf	dragensdorf	DE	07907	70	Europe/Berlin	50.64592	11.83354		Dragensdorf		15	00	16075	16075014
2935373	Drage	drage	DE	21423	612	Europe/Berlin	54.35559	9.15777			01054023	10	00	01054	01054023
2935374	Drage	drage	DE	21423	263	Europe/Berlin	54.00404	9.51927			01061024	10	00	01061	01061024
2935375	Drage	drage	DE	21423	3623	Europe/Berlin	53.41667	10.26667			03353007	06	00	03353	03353007
2935379	Drackenstein	drackenstein	DE	73345	0	Europe/Berlin	49.16149	12.18498				02	093	09375	09375190
2935381	Drackenstedt	drackenstedt	DE	39365	458	Europe/Berlin	52.15508	11.35042		Drackenstedt		14	00	15083	15083190
2935384	Drachselsried	drachselsried	DE	94256	2358	Europe/Berlin	49.10759	13.01185		Drakhselsrid,Draksel'srid,de la sai er si li de,drakhzlsryd,Драксельсрид,Драксельсрід,Драхселсрид,Դրաքսելսրիդ,دراخزلسرید,德拉塞尔斯里德	09276120	02	092	09276	09276120
2935386	Drachhausen	drachhausen	DE	03185	836	Europe/Berlin	51.89026	14.31642			12071052	11	00	12071	12071052
2935424	Döttesfeld	dottesfeld	DE	56305	708	Europe/Berlin	50.62317	7.54881		Doettesfeld,Döttesfeld	07138013	08	00	07138	07138013
2935425	Dotternhausen	dotternhausen	DE	72359	1784	Europe/Berlin	48.22848	8.79228		Doternkhauzen,Dotterngauzen,Dotternkhauzen,duo te er en hao sen,Дотернхаузен,Доттернгаузен,Доттернхаузен,多特尔恩豪森	08417016	01	084	08417	08417016
2935441	Dötlingen	dotlingen	DE	27801	6122	Europe/Berlin	52.93333	8.38333		Detlingen,Djotlingen,Doetlingen,Dotlingen,Dötlingen,de te lin gen,Детлинген,Дётлинген,德特林根	03458003	06	00	03458	03458003
2935453	Dossenheim	dossenheim	DE	69221	11612	Europe/Berlin	49.45028	8.67472		Dosenkhajm,Dossengajm,Dossenheim,Dossenkhajm,dossenhaimu,duo sen hai mu,Досенхајм,Доссенгайм,Доссенхайм,ドッセンハイム,多森海姆	08226012	01	082	08226	08226012
2935485	Döschnitz	doschnitz	DE	07429	310	Europe/Berlin	50.61667	11.23333		Doschnitz,Döschnitz	16073017	15	00	16073	16073017
2935488	Dörzbach	dorzbach	DE	74677	2465	Europe/Berlin	49.38355	9.70732		Dercbakh,Djorcbakh,Doerzbach,Dorzbach Ober Franken,Dörzbach,Dörzbach Ober Franken,de er ci ba he,derutsubahha,Дерцбах,Дёрцбах,デルツバッハ,德尔茨巴赫	08126020	01	081	08126	08126020
2935491	Dörverden	dorverden	DE	27313	9710	Europe/Berlin	52.85	9.23333		Derverden,Djorferden,Doerbern,Doerverden,Dorferdenas,Dorverden,Dörbern,Dörverden,de er fei er deng,deruferuden,Дерверден,Дёрферден,デルフェルデン,德尔费尔登	03361003	06	00	03361	03361003
2935494	Dorum	dorum	DE	27639	3658	Europe/Berlin	53.6879	8.56734		Dorum,duo lu mu,Дорум,多鲁姆	03352061	06	00	03352	03352061
2935517	Dortmund	dortmund	DE	44135	588462	Europe/Berlin	51.51494	7.466		DTM,Dortmund,Dortmundas,Dortmunde,Dortmundi,Dueoerpm,Düörpm,Ntortmount,Throtmenni,Tremonia,d xr thmund,doleuteumunteu,dortamunda,dorutomunto,duo te meng de,dwrtmwnd,Ντόρτμουντ,Дортмунд,דורטמונד,دورتموند,دۆرتمۆند,ڈارٹمنڈ,डॉर्टमुंड,ดอร์ทมุนด์,დორტმუნდი,ドルトムント,多特蒙德,도르트문트	05913	07	059	05913	05913000
2935519	Dörth	dorth	DE	56281	526	Europe/Berlin	50.15	7.58333		Doerth,Dörth	07140031	08	00	07140	07140031
2935530	Dorsten	dorsten	DE	46282	79981	Europe/Berlin	51.66166	6.96514		Doessen,Dorsten,Dössen,ZCX,duo si teng,dwrstn,Дорстен,دورستن,多斯滕		07	055	05562	05562012
2935532	Dorstadt	dorstadt	DE	38312	703	Europe/Berlin	52.1	10.56667		Dorshtadt,Dorshtat,duo er si ta te,Дорштадт,Дорштат,多尔斯塔特	03158010	06	00	03158	03158010
2935533	Dorst	dorst	DE	39638	201	Europe/Berlin	52.37873	11.38936		Dorst,Дорст		14	00	15083	15083125
2935535	Dorsheim	dorsheim	DE	55452	690	Europe/Berlin	49.92532	7.8735			07133026	08	00	07133	07133026
2935538	Dorsel	dorsel	DE	53533	212	Europe/Berlin	50.38333	6.8			07131018	08	00	07131	07131018
2935539	Dörsdorf	dorsdorf	DE	56370	409	Europe/Berlin	50.24616	8.00963			07141032	08	00	07141	07141032
2935553	Dörrmoschel	dorrmoschel	DE	67806	173	Europe/Berlin	49.61667	7.75		Doerrmoschel,Dörrmoschel	07333016	08	00	07333	07333016
2935573	Dörrenbach	dorrenbach	DE	76889	1002	Europe/Berlin	49.08972	7.9614		Derenbakh,Derrebach,Djorrenbakh,de lun ba he,Деренбах,Дёрренбах,德伦巴赫	07337019	08	00	07337	07337019
2935586	Dörpstedt	dorpstedt	DE	24869	0	Europe/Berlin	54.43333	9.36667			01059020	10	00	01059	01059020
2935594	Dörphof	dorphof	DE	24398	757	Europe/Berlin	54.61667	9.96667		Dorphof,Dörphof	01058042	10	00	01058	01058042
2935597	Dörpen	dorpen	DE	26892	4933	Europe/Berlin	52.96469	7.32273		Derpen,Djorpen,Dorpen,Dörpen,de er peng,Дерпен,Дёрпен,德尔彭	03454008	06	00	03454	03454008
2935633	Dornum	dornum	DE	26553	4796	Europe/Berlin	53.64648	7.42957		Dornum,duo er nu mu,Дорнум,多尔努姆	03452027	06	00	03452	03452027
2935642	Dornstetten	dornstetten	DE	72280	8215	Europe/Berlin	48.47198	8.49817		Dornshteten,Dornshtetten,Dornstetten,duo er en si te teng,dwrnshtytn,Дорнштетен,Дорнштеттен,Դորնշտեթեն,دورنشتيتن,دورن‌اشتتن,多尔恩斯特滕		01	082	08237	08237019
2935643	Dornstetten	dornstetten	DE	72280	0	Europe/Berlin	47.98104	10.87009				02	091	09181	09181143
2935645	Dornstedt	dornstedt	DE	06179	785	Europe/Berlin	51.41072	11.74594		Dornstedt		14	00	15088	15088365
2935646	Dornstadt	dornstadt	DE	89160	0	Europe/Berlin	49.0023	10.584				02	097	09779	09779117
2935647	Dornstadt	dornstadt	DE	89160	8502	Europe/Berlin	48.46697	9.94434		Dornshtadt,Dornshtat,Dornstadt,duo er en si ta te,Дорнштадт,Дорнштат,Դորնշտադտ,დორნშტადტი,多尔恩斯塔特	08425031	01	084	08425	08425031
2935666	Dornitz	dornitz	DE	39291	0	Europe/Berlin	51.63919	11.80935				14	00	15088	15088216
2935673	Dornick	dornick	DE	24326	0	Europe/Berlin	51.81208	6.30535		Dornick		07	051	05154	05154008
2935676	Dornholzhausen	dornholzhausen	DE	56357	0	Europe/Berlin	50.49454	8.60916				05	065	06531	06531009
2935677	Dornholzhausen	dornholzhausen	DE	56357	214	Europe/Berlin	50.27031	7.78982			07141033	08	00	07141	07141033
2935678	Dornholzhausen	dornholzhausen	DE	56357	0	Europe/Berlin	50.23923	8.59739				05	064	06434	06434001
2935692	Dornheim	dornheim	DE	99310	0	Europe/Berlin	51.24788	8.33706		Dornheim		07	059	05958	05958040
2935693	Dornheim	dornheim	DE	99310	565	Europe/Berlin	50.83509	10.9938			16070008	15	00	16070	16070008
2935694	Dornheim	dornheim	DE	99310	0	Europe/Berlin	49.87778	8.48389				05	064	06433	06433006
2935695	Dornheim	dornheim	DE	99310	0	Europe/Berlin	49.65318	10.33041				02	096	09675	09675139
2935702	Dornhan	dornhan	DE	72175	6157	Europe/Berlin	48.35008	8.50901		Dorhan,Dorngan,Dornhan,Dornkhan,duo er en han,dwrnhan,Дорнган,Дорнхан,Դորհան,دورنهان,多尔恩汉		01	083	08325	08325012
2935725	Dorn-Dürkheim	dorn-durkheim	DE	67585	919	Europe/Berlin	49.76861	8.26972		Dorn-Duerkheim,Dorn-Dürkheim	07339201	08	00	07339	07339201
2935727	Dorndorf	dorndorf	DE	36460	0	Europe/Berlin	51.23527	11.68048		Dorndorf		14	00	15084	15084285
2935728	Dorndorf	dorndorf	DE	36460	0	Europe/Berlin	51.0027	11.66753				15	00	16074	16074011
2935729	Dorndorf	dorndorf	DE	36460	3045	Europe/Berlin	50.83472	10.08921			16063101	15	00	16063	16063101
2935730	Dorndorf	dorndorf	DE	36460	0	Europe/Berlin	50.77529	11.44299				15	00	16073	16073109
2935731	Dorndorf	dorndorf	DE	36460	0	Europe/Berlin	50.50421	8.00234				05	065	06533	06533004
2935732	Dörndorf	dorndorf	DE	36460	0	Europe/Berlin	48.94178	11.47971				02	091	09176	09176120
2935733	Dorndorf	dorndorf	DE	36460	0	Europe/Berlin	48.27885	10.02279				01	084	08425	08425066
2935740	Dornburg	dornburg	DE	07778	292	Europe/Berlin	52.03399	11.88025		Dornburg,Thornburg		14	00	15086	15086055
2935741	Dornburg	dornburg	DE	07778	919	Europe/Berlin	51.00736	11.6633		Dornburg,Dornburg /Saale		15	00	16074	16074011
2935745	Dornbock	dornbock	DE	06369	359	Europe/Berlin	51.84122	11.88261		Dornbock		14	00	15082	15082256
2935749	Dörnberg	dornberg	DE	56379	600	Europe/Berlin	50.32567	7.8835			07141030	08	00	07141	07141030
2935750	Dornberg	dornberg	DE	56379	0	Europe/Berlin	49.90752	8.48749				05	064	06433	06433006
2935751	Dornberg	dornberg	DE	56379	0	Europe/Berlin	49.62566	9.4284		Dornberg		01	082	08225	08225032
2935752	Dornberg	dornberg	DE	56379	0	Europe/Berlin	49.30685	10.5011				02	095	09561	09561000
2935780	Dörnbach	dornbach	DE	67806	0	Europe/Berlin	49.60529	9.12743				02	096	09676	09676131
2935781	Dornbach	dornbach	DE	67806	0	Europe/Berlin	49.30802	9.17356				01	081	08125	08125039
2935782	Dörnbach	dornbach	DE	67806	0	Europe/Berlin	48.39366	11.53879				02	091	09178	09178133
2935805	Dorna	dorna	DE	06901	184	Europe/Berlin	51.78313	12.71104		Dorna		14	00	15091	15091160
2935806	Dorna	dorna	DE	06901	0	Europe/Berlin	51.24401	12.75506		Dorna		13	00	14729	14729160
2935808	Dorna	dorna	DE	06901	0	Europe/Berlin	50.91726	12.12648				15	00	16052	16052000
2935809	Dorna	dorna	DE	06901	0	Europe/Berlin	50.87024	11.76922				15	00	16074	16074094
2935816	Dormitz	dormitz	DE	91077	1966	Europe/Berlin	49.59786	11.11765			09474119	02	094	09474	09474119
2935817	Dormettingen	dormettingen	DE	72358	1101	Europe/Berlin	48.23688	8.77327		Dormetingen,Dormettingen,duo er mei ting gen,Дорметинген,Дорметтинген,Дорметтінген,多尔梅廷根	08417015	01	084	08417	08417015
2935825	Dormagen	dormagen	DE	41539	63582	Europe/Berlin	51.09683	6.83167		Dormagen,Dormaje,ZCW,duo er ma gen,dwrmaghn,dwrmagn,Дормаген,دورماغن,دورماگن,ዶርማገን,多爾馬根		07	051	05162	05162004
2936040	Dorfprozelten	dorfprozelten	DE	97904	1911	Europe/Berlin	49.78056	9.38028		Dorfprocel'ten,Dorfprocelten,dorufupurotsu~eruten,duo fu pu luo cai er teng,Дорфпроцелтен,Дорфпроцельтен,Դորֆպրոցելտեն,ドルフプロツェルテン,多夫普罗采尔滕	09676118	02	096	09676	09676118
2936089	Dorfhain	dorfhain	DE	01738	1255	Europe/Berlin	50.93333	13.56667		Dorfkhajn,duo fu hai en,Дорфхайн,Дорфхајн,多夫海恩	14628090	13	00	14628	14628090
2936101	Dorfen	dorfen	DE	84405	0	Europe/Berlin	48.83241	10.34753				01	081	08136	08136010
2936102	Dorfen	dorfen	DE	84405	0	Europe/Berlin	48.25897	12.61332				02	091	09171	09171137
2936103	Dorfen	dorfen	DE	84405	13487	Europe/Berlin	48.27037	12.16056		Dorfen,duo er fen,dwrfn,Дорфен,دورفن,ڈورفن,多尔芬		02	091	09177	09177115
2936104	Dorfen	dorfen	DE	84405	0	Europe/Berlin	48.2	12.65				02	091	09171	09171111
2936105	Dorfen	dorfen	DE	84405	0	Europe/Berlin	48.17055	12.68725				02	091	09171	09171121
2936106	Dorfen	dorfen	DE	84405	0	Europe/Berlin	48.11148	12.72319				02	091	09171	09171113
2936107	Dorfen	dorfen	DE	84405	0	Europe/Berlin	48.00695	12.52217				02	091	09189	09189111
2936108	Dorfen	dorfen	DE	84405	0	Europe/Berlin	47.99268	11.97269				02	091	09175	09175112
2936109	Dorfen	dorfen	DE	84405	0	Europe/Berlin	47.90995	12.87519				02	091	09172	09172122
2936110	Dorfen	dorfen	DE	84405	0	Europe/Berlin	47.92382	11.41591				02	091	09173	09173130
2936111	Dorfen	dorfen	DE	84405	0	Europe/Berlin	47.77389	12.1907				02	091	09187	09187172
2936117	Adelsdorf	adelsdorf	DE	91325	0	Europe/Berlin	51.3191	13.58344		Dorf der Jugend		13	00	14627	14627110
2936153	Dörentrup	dorentrup	DE	32694	8713	Europe/Berlin	52.04109	9.00278		Derentrup,Djorentrup,Doerentrup,Dörentrup,de lun te lu pu,derentorupu,Дерентруп,Дёрентруп,デーレントルプ,德伦特鲁普	05766024	07	057	05766	05766024
2936186	Donzdorf	donzdorf	DE	73072	11051	Europe/Berlin	48.68544	9.81053		Doncdorf,dong ci duo fu,dwntsdwrf,dwnzdwrf,Донцдорф,دونتسدورف,دونزدورف,栋茨多夫		01	081	08117	08117015
2936189	Donsieders	donsieders	DE	66978	994	Europe/Berlin	49.26526	7.64192		Donsiders,Donziders,dong xi de er si,Донзидерс,Донсидерс,栋西德尔斯	07340007	08	00	07340	07340007
2936210	Donnersdorf	donnersdorf	DE	97499	1938	Europe/Berlin	49.96667	10.41667		Donersdorf,Donnersdorf,duo nei er si duo fu,dwnrsdwrf,Донерсдорф,Доннерсдорф,دونرسدورف,多内尔斯多夫	09678124	02	096	09678	09678124
2936233	Donndorf	donndorf	DE	06571	836	Europe/Berlin	51.29402	11.37283		Dondorf,Donndorf,dong duo fu,Дондорф,Донндорф,栋多夫	16065087	15	00	16065	16065087
2936234	Donndorf	donndorf	DE	06571	0	Europe/Berlin	49.9352	11.51307				02	094	09472	09472131
2936259	Donaustauf	donaustauf	DE	93093	3745	Europe/Berlin	49.03258	12.20459		Donaushtauf,Donaustauf,duo nao si tao fu,dwnawshtawf,Донаустауф,Донауштауф,Донаўштаўф,Դոնաուշտաուֆ,دوناوشتاوف,多瑙斯陶夫		02	093	09375	09375130
2936267	Donaueschingen	donaueschingen	DE	78166	21604	Europe/Berlin	47.95514	8.49707		Donauehshingen,Donaueschingen,Donaueshingen,Doneschinga,donauesshingen,duo nao ai xin gen,dwnashyngn,dwnawshynghn,Донауешинген,Донауэшинген,دوناشینگن,دوناوشينغن,ドナウエッシンゲン,多瑙艾辛根		01	083	08326	08326012
2936278	Domnitz	domnitz	DE	06420	777	Europe/Berlin	51.63103	11.83873		Domnitz		14	00	15088	15088216
2936280	Dommitzsch	dommitzsch	DE	04880	3163	Europe/Berlin	51.64071	12.8794		Domich,Domicsh,Dommica,Dommich,Dommitzsch,Dommiča,duo mi ci xi,dwmytssh,dwmytzsh,Домицш,Домич,Доммич,Домміч,دوميتسش,دومیتزش,多米茨希		13	00	14730	14730090
2938525	Dehlitz	dehlitz	DE	06686	536	Europe/Berlin	51.23054	12.02204		Dehlitz		14	00	15084	15084315
2936281	Dommershausen	dommershausen	DE	56290	1155	Europe/Berlin	50.15	7.4		Domerskhauzen,Dommerskhauzen,duo mei er si hao sen,Домерсхаузен,Доммерсхаузен,多梅尔斯豪森	07140202	08	00	07140	07140202
2936298	Domersleben	domersleben	DE	39164	1192	Europe/Berlin	52.09199	11.43757		Daumerschlaeh,Daumerschläh,Domersleben,Домерслебен		14	00	15083	15083531
2936302	Dombühl	dombuhl	DE	91601	1660	Europe/Berlin	49.25349	10.28542		Dombil,Dombjul',Dombuehl,Dombuhl,Dombyul,Dombühl,domubyuru,dong bi he er,Домбил,Домбюль,Դոմբյուլ,ドムビュール,栋比赫尔		02	095	09571	09571137
2936331	Döllstädt	dollstadt	DE	99100	1246	Europe/Berlin	51.08333	10.81667		Delshtet,Djol'shtedt,Doellstaedt,Dollstadt,Döllstädt,Делштет,Дёльштедт	16067011	15	00	16067	16067011
2936335	Dollrottfeld	dollrottfeld	DE	24392	243	Europe/Berlin	54.63333	9.81667		Dollrottfeld	01059083	10	00	01059	01059083
2936337	Dollnstein	dollnstein	DE	91795	0	Europe/Berlin	48.86833	11.07336		Dol'nshtajn,Dolnshtajn,Dolnstayn,duo er en si tai yin,dwlnshtayn,Долнштајн,Дольнштайн,Դոլնշտայն,دولنشتاین,多尔恩斯泰因		02	091	09176	09176121
2936364	Dollgen	dollgen	DE	15913	0	Europe/Berlin	52.01799	14.03855		Dolgi,Dollgen,Dołgi		11	00	12061	12061329
2936366	Dollerup	dollerup	DE	24989	1035	Europe/Berlin	54.77798	9.67981		Dolerup,Dollerup,duo lai lu pu,Долеруп,Доллеруп,多莱鲁普	01059106	10	00	01059	01059106
2936369	Dollern	dollern	DE	21739	1728	Europe/Berlin	53.53333	9.55			03359012	06	00	03359	03359012
2936375	Dollenchen	dollenchen	DE	03238	0	Europe/Berlin	51.60825	13.85955				11	00	12062	12062425
2936383	Dolle	dolle	DE	39517	569	Europe/Berlin	52.40891	11.62491				14	00	15083	15083120
2936403	Dolgesheim	dolgesheim	DE	55278	967	Europe/Berlin	49.79444	8.25694			07339013	08	00	07339	07339013
2936410	Dolgenbrodt	dolgenbrodt	DE	15754	0	Europe/Berlin	52.24295	13.76931		Dolgenbrodt		11	00	12061	12061217
2936411	Dolgen	dolgen	DE	18299	0	Europe/Berlin	54.16575	12.81529				12	00	13073	13073057
2936412	Dolgen	dolgen	DE	18299	813	Europe/Berlin	53.954	12.26147		Dolgen		12	00	13072	13072027
2936413	Dolgen	dolgen	DE	18299	0	Europe/Berlin	53.35322	13.3548				12	00	13071	13071033
2936414	Dolgen	dolgen	DE	18299	0	Europe/Berlin	52.31928	10.04956				06	00	03241	03241016
2936453	Dohren	dohren	DE	21255	0	Europe/Berlin	53.46077	8.78357				06	00	03352	03352059
2936454	Dohren	dohren	DE	21255	972	Europe/Berlin	53.3	9.7			03353006	06	00	03353	03353006
2936461	Dohr	dohr	DE	56812	0	Europe/Berlin	51.16158	6.46966				07	051	05116	05116000
2936462	Dohr	dohr	DE	56812	688	Europe/Berlin	50.12933	7.12151			07135021	08	00	07135	07135021
2936468	Dohndorf	dohndorf	DE	06369	316	Europe/Berlin	51.72551	11.87352		Dohndorf		14	00	15082	15082180
2936470	Dohna	dohna	DE	01809	6140	Europe/Berlin	50.95621	13.85839		Dona,Donin,Donín,dona,duo na,dwna,Дона,دونا,多纳,도나		13	00	14628	14628080
2936471	Dohm-Lammersdorf	dohm-lammersdorf	DE	54576	185	Europe/Berlin	50.26667	6.66667			07233019	08	00	07233	07233019
2936473	Dohma	dohma	DE	01796	2190	Europe/Berlin	50.91667	13.93333		Doma,dwma,Дома,دوما	14628070	13	00	14628	14628070
2936497	Döhlau	dohlau	DE	95182	4235	Europe/Berlin	50.28333	11.95		Doehlau,Döhlau	09475120	02	094	09475	09475120
2936498	Döhlau	dohlau	DE	95182	0	Europe/Berlin	49.96103	11.6573				02	094	09472	09472199
2936503	Dogern	dogern	DE	79804	2337	Europe/Berlin	47.60952	8.16713		Dogern,duo ge er en,Догерн,多格尔恩	08337032	01	083	08337	08337032
2936511	Dodow	dodow	DE	19243	0	Europe/Berlin	53.50102	10.99827		Dodow		12	00	13076	13076153
2936521	Dodenburg	dodenburg	DE	54518	99	Europe/Berlin	49.91667	6.78333			07231023	08	00	07231	07231023
2936528	Dockweiler	dockweiler	DE	54552	642	Europe/Berlin	50.25	6.78333		Dokvajler,duo ke wei lei,Доквайлер,Доквајлер,多克韦勒	07233018	08	00	07233	07233018
2936536	Dockendorf	dockendorf	DE	54636	197	Europe/Berlin	49.91667	6.46667			07232026	08	00	07232	07232026
2936547	Dobritz	dobritz	DE	07381	0	Europe/Berlin	51.13756	13.44364		Dobritz,Meissen-Dobritz,Meißen-Dobritz		13	00	14627	14627140
2936548	Dobritz	dobritz	DE	07381	320	Europe/Berlin	52.02654	12.2264		Dobritz		14	00	15082	15082430
2936549	Dobritz	dobritz	DE	07381	0	Europe/Berlin	51.01705	13.81222				13	00	14612	14612000
2936552	Döbritschen	dobritschen	DE	99441	236	Europe/Berlin	50.91921	11.47599			16071013	15	00	16071	16071013
2936600	Dobitschen	dobitschen	DE	04626	579	Europe/Berlin	50.95727	12.28081		Dobichen,duo bi ci xing,Добичен,多比茨兴	16077003	15	00	16077	16077003
2936613	Dobersdorf	dobersdorf	DE	24232	1259	Europe/Berlin	54.31893	10.28011			01057016	10	00	01057	01057016
2936616	Doberschütz	doberschutz	DE	04838	4612	Europe/Berlin	51.4987	12.74792		Dobershic,Dobershjuc,duo bei er xu ci,Добершиц,Добершюц,多贝尔许茨	14730080	13	00	14730	14730080
2936619	Döberschütz	doberschutz	DE	04838	0	Europe/Berlin	49.91122	11.71516				02	094	09472	09472188
2936624	Dobernitz	dobernitz	DE	04509	0	Europe/Berlin	51.20526	12.95002		Dobernitz,Kroptewitz-Dobernitz		13	00	14522	14522310
2936631	Doberlug-Kirchhain	doberlug-kirchhain	DE	03253	10151	Europe/Berlin	51.62578	13.56232		Doberlug Kirxhayn,Doberlug-Kirchhain,Doberlug-Kirkhajn,Doberlug-Kirkhkhajn,Doberluga-Kirhaina,Dobrilugk-Kirchhain,Dobrjolug-Gostkow,Dobrjoług-Góstkow,duo bei er lu ge-ji er xia yin,dwbrlwg-kyrshhayn,dwbrlwgh-kyrshhayn,Доберлуг-Кирхајн,Доберлуг-Кирххайн,Доберлуг-Кирххајн,Դոբերլուգ Կիրխհայն,دوبرلوغ-كيرشهاين,دوبرلوگ-کیرشهاین,多贝尔卢格-基尔夏因		11	00	12062	12062092
2936643	Doberburg	doberburg	DE	15868	0	Europe/Berlin	52.00505	14.24392		Dobberbus,Dobberubs,Doberburg		11	00	12061	12061308
2936667	Dobel	dobel	DE	75335	2252	Europe/Berlin	48.8	8.5		Dobel,Dobel',duo bei er,Добел,Добель,Դոբել,多贝尔	08235018	01	082	08235	08235018
2936668	Dobel	dobel	DE	75335	0	Europe/Berlin	48.35259	8.55201				01	083	08325	08325012
2936669	Dobel	dobel	DE	75335	0	Europe/Berlin	48.19061	9.59038				01	084	08426	08426124
2936683	Dobbertin	dobbertin	DE	19399	1264	Europe/Berlin	53.62306	12.07466		Dobbertin,Dobertin,duo bei er ting,Доббертин,Добертин,多贝尔廷		12	00	13076	13076032
2936685	Dobberkau	dobberkau	DE	39606	299	Europe/Berlin	52.70458	11.60606		Dobberkau		14	00	15090	15090070
2938981	Dannenwalde	dannenwalde	DE	16866	0	Europe/Berlin	53.02657	12.24043				11	00	12070	12070149
2936705	Ditzingen	ditzingen	DE	71254	24149	Europe/Berlin	48.82672	9.06703		Dicingen,Ditcingen,di qin gen,dytzyngn,dytzynjyn,Дитцинген,Дицинген,Дітцинген,ديتزينجين,دیتزینگن,迪钦根		01	081	08118	08118011
2936706	Dittweiler	dittweiler	DE	66903	929	Europe/Berlin	49.43029	7.33561		Ditvajler,di te wei lei,Дитвайлер,Дитвајлер,迪特韦勒	07336016	08	00	07336	07336016
2936734	Dittersdorf	dittersdorf	DE	07907	0	Europe/Berlin	51.02966	13.14587				13	00	14522	14522540
2936735	Dittersdorf	dittersdorf	DE	07907	0	Europe/Berlin	50.83104	13.80652		Dittersdorf		13	00	14628	14628130
2936736	Dittersdorf	dittersdorf	DE	07907	0	Europe/Berlin	50.75184	12.99455		Dittersdorf		13	00	14521	14521010
2936737	Dittersdorf	dittersdorf	DE	07907	0	Europe/Berlin	50.74581	12.11845		Dittersdorf		15	00	16076	16076004
2936738	Dittersdorf	dittersdorf	DE	07907	238	Europe/Berlin	50.65	11.81667			16075014	15	00	16075	16075014
2936739	Dittersdorf	dittersdorf	DE	07907	0	Europe/Berlin	50.65051	11.23705				15	00	16073	16073077
2936740	Dittersdorf	dittersdorf	DE	07907	0	Europe/Berlin	50.61668	12.77058		Dittersdorf		13	00	14521	14521370
2936750	Dittenheim	dittenheim	DE	91723	1786	Europe/Berlin	49.05536	10.79201		Ditenkhajm,Dittengajm,Dittenkhajm,Дитенхајм,Диттенхайм,Діттенгайм,Դիթենհայմ	09577122	02	095	09577	09577122
2936759	Dittelbrunn	dittelbrunn	DE	97456	7620	Europe/Berlin	50.07212	10.21974		Ditelbrun,Dittel'brunn,Dittelbrunn,di te er bu lun,dytlbrwn,Дителбрун,Диттельбрунн,Діттельбрунн,دیتلبرون,迪特尔布伦	09678123	02	096	09678	09678123
2936761	Ditscheid	ditscheid	DE	56729	0	Europe/Berlin	50.68106	7.46139				08	00	07138	07138003
2936762	Ditscheid	ditscheid	DE	56729	251	Europe/Berlin	50.3	7.06667			07137019	08	00	07137	07137019
2936766	Ditfurt	ditfurt	DE	06484	1846	Europe/Berlin	51.83333	11.2		Ditfurt,di te fu er te,Дитфурт,迪特富尔特	15085090	14	00	15085	15085090
2936796	Dischingen	dischingen	DE	89561	4552	Europe/Berlin	48.7	10.36667		Dischingen,Dishingen,di xin gen,Дишинген,Дішинген,迪欣根	08135010	01	081	08135	08135010
2936822	Dirmstein	dirmstein	DE	67246	3080	Europe/Berlin	49.56333	8.24472		Dermschdae,Dermschdä,Dirmshtajn,Dirmstein,di er mu si tai yin,Дирмштайн,Дирмштајн,迪尔姆斯泰因	07332010	08	00	07332	07332010
2936827	Dirlewang	dirlewang	DE	87742	2148	Europe/Berlin	48.00195	10.50306		Dirlevang,Dirlewang,di er lai wang,Дирлеванг,Дірлеванг,Դիրլևանգ,迪尔莱旺		02	097	09778	09778127
2936842	Dippoldiswalde	dippoldiswalde	DE	01744	10959	Europe/Berlin	50.89621	13.66905		Dipoldisvalde,Dippol'disval'de,di bo er di si wa er de,dybwldysfaldh,dypldyzwaldh,Диполдисвалде,Диппольдисвальде,ديبولديسفالده,دیپلدیزوالده,迪波尔迪斯瓦尔德		13	00	14628	14628060
2936845	Dipperz	dipperz	DE	36160	3405	Europe/Berlin	50.54333	9.79586		Diperc,Dipperc,di pei er ci,Диперц,Дипперц,Діпперц,迪佩尔茨	06631003	05	066	06631	06631003
2936857	Dippach	dippach	DE	99837	1136	Europe/Berlin	50.91959	10.04236				15	00	16063	16063103
2936858	Dippach	dippach	DE	99837	0	Europe/Berlin	50.61495	10.0322				05	066	06631	06631023
2936859	Dippach	dippach	DE	99837	0	Europe/Berlin	50.20254	10.60188				02	096	09674	09674171
2936860	Dippach	dippach	DE	99837	0	Europe/Berlin	49.95641	10.70841				02	096	09674	09674133
2936861	Dippach	dippach	DE	99837	0	Europe/Berlin	49.80836	10.70164				02	094	09471	09471120
2936862	Dippach	dippach	DE	99837	0	Europe/Berlin	49.34074	9.39003				01	081	08125	08125063
2936866	Dintesheim	dintesheim	DE	55234	152	Europe/Berlin	49.7075	8.14333			07331014	08	00	07331	07331014
2936871	Dinslaken	dinslaken	DE	46535	70573	Europe/Berlin	51.56227	6.7434		Dinslaken,Dinslakena,Ntinslaken,ZCV,ding si la ken,dynslakn,dynzlakn,Ντίνσλακεν,Динслакен,Динслакена,Дінслакен,دينسلاكن,دینزلاکن,丁斯拉肯		07	051	05170	05170008
2936881	Dinklage	dinklage	DE	49413	12626	Europe/Berlin	52.66223	8.1244		Dinklage,ding ke la ge,dynklagh,dynklaghh,Динклаге,دينكلاغه,دینکلاگه,丁克拉格		06	00	03460	03460003
2936885	Dinkelscherben	dinkelscherben	DE	86424	6742	Europe/Berlin	48.34826	10.58893		Dinkel'sherben,Dinkelserben,Dinkelsherben,ding ke er she er ben,dynklshrbn,Динкелшербен,Динкельшербен,Дінкельшербен,Դինկելշերբեն,دینکلشربن,丁克尔舍尔本		02	097	09772	09772131
2936886	Dinkelsbühl	dinkelsbuhl	DE	91550	11724	Europe/Berlin	49.06942	10.31985		Dinkel'sbjul',Dinkelsbil,Dinkelsbiulis,Dinkelsbuehl,Dinkelsbyul,Dinkelsbühl,ding ke er si bi er,dinkerusubyuru,dynklsbwl,dynklzbwl,Динкелсбил,Динкельсбюль,Дінкельсбюль,Դինկելսբյուլ,دينكلسبول,دینکلزبول,ディンケルスビュール,丁克尔斯比尔		02	095	09571	09571136
2936904	Dingsleben	dingsleben	DE	98646	266	Europe/Berlin	50.43333	10.6		Dingsleben	16069008	15	00	16069	16069008
2936908	Dingolshausen	dingolshausen	DE	97497	1256	Europe/Berlin	49.9071	10.39032		Dingol'sgauzen,Dingol'skhauzen,Dingolshausen,Dingolskhauzen,ding ge er si hao sen,dyngwlshawzn,Динголсхаузен,Дингольсхаузен,Дінгольсгаузен,دینگولسهاوزن,丁戈尔斯豪森	09678122	02	096	09678	09678122
2936909	Dingolfing	dingolfing	DE	84130	18805	Europe/Berlin	48.64244	12.49283		Dingelfing,Dinglfing,Dingol'fing,Dingolfing,ding ge er fen,dynghwlfyngh,dyngwlfyng,Динголфинг,Дингольфинг,Дінгольфінг,Դինգոլֆինգ,دينغولفينغ,دینگولفینگ,ڈینگولفنگ,丁戈尔芬	09279	02	092	09279	09279112
2936928	Dingen	dingen	DE	25715	0	Europe/Berlin	53.61667	8.53333				06	00	03352	03352062
2936929	Dingen	dingen	DE	25715	0	Europe/Berlin	51.55772	7.35069		Dingden,Dingen		07	055	05562	05562004
2936930	Dingen	dingen	DE	25715	679	Europe/Berlin	53.96667	9.11667			01051022	10	00	01051	01051022
2936931	Dingelstedt	dingelstedt	DE	38838	0	Europe/Berlin	51.97663	10.97809		Dingelstedt,Dingelstedt am Huy		14	00	15085	15085185
2936940	Dingdorf	dingdorf	DE	54614	94	Europe/Berlin	50.15	6.43333			07232216	08	00	07232	07232216
2936953	Dimbach	dimbach	DE	76848	0	Europe/Berlin	49.83129	10.25603		Dimbach		02	096	09675	09675174
2936954	Dimbach	dimbach	DE	76848	0	Europe/Berlin	49.17087	9.38386		Dimbach		01	081	08126	08126011
2936955	Dimbach	dimbach	DE	76848	187	Europe/Berlin	49.16667	7.9			07340006	08	00	07340	07340006
2936966	Dillstädt	dillstadt	DE	98530	879	Europe/Berlin	50.58333	10.53333		Dillstaedt,Dillstädt	16066016	15	00	16066	16066016
2936974	Dillingen an der Donau	dillingen-an-der-donau	DE	89407	18734	Europe/Berlin	48.58153	10.49527		Danubi Dilingen,Dilinga,Dilingen na Dunavu,Dillingen,Dillingen an der Donau,Dillingen-an-der-Donau,Dillingen-na-Dunae,dylynghn an dr dwnaw,dylyngn an dr danwb,Дилинген на Дунаву,Диллинген-ан-дер-Донау,Диллинген-на-Дунае,Діллінген-ан-дер-Донау,Դանուբի Դիլինգեն,ديلينغن أن در دوناو,دیلینگن آن در دانوب,ڈیلینجن	09773	02	097	09773	09773125
2936976	Dillingen	dillingen	DE	66763	0	Europe/Berlin	50.26667	8.63333		Dillingen		05	064	06434	06434002
2936977	Dillingen	dillingen	DE	66763	21526	Europe/Berlin	49.35557	6.72781		Dillengen,Dillingen		09	00	10044	10044111
2936981	Dillendorf	dillendorf	DE	55481	604	Europe/Berlin	49.91667	7.38333			07140030	08	00	07140	07140030
2936982	Dillendorf	dillendorf	DE	55481	0	Europe/Berlin	47.7989	8.40362		Dillendorf		01	083	08337	08337022
2936985	Dillenburg	dillenburg	DE	35683	24461	Europe/Berlin	50.74114	8.28699		Dilenburg,Dillenberg,Dillenboarch,Dillenburg,Dylenburg,di lun bao,dylnbwrg,dylnbwrgh,Диленбург,Дилленбург,Дыленбург,Ділленбург,ديلنبورغ,دیلنبورگ,迪伦堡		05	065	06532	06532006
2937001	Dill	dill	DE	55487	214	Europe/Berlin	49.91667	7.35			07140029	08	00	07140	07140029
2937018	Diez	diez	DE	65582	10822	Europe/Berlin	50.37419	8.00735		Dic,Dietz,Diez,Diez an der Lahn,di ci,dyz  alman,Диц,دیز، آلمان,迪茨		08	00	07141	07141029
2937040	Dietzenbach	dietzenbach	DE	63128	33256	Europe/Berlin	50.00976	8.77783		Dicenbakh,Dietzenbach,Ditcenbakh,Stadt Dietzenbach,di cen ba he,ditsu~enbahha,dytsnbakh,dyznbakh,Дитценбах,Диценбах,Дітценбах,ديتسنباخ,دیزنباخ,ディーツェンバッハ,迪岑巴赫	06438	05	064	06438	06438001
2937063	Dietrichsdorf	dietrichsdorf	DE	06888	0	Europe/Berlin	54.336	10.18399				10	00	01002	01002000
2937064	Dietrichsdorf	dietrichsdorf	DE	06888	275	Europe/Berlin	51.85927	12.77534				14	00	15091	15091391
2937065	Dietrichsdorf	dietrichsdorf	DE	06888	0	Europe/Berlin	48.61107	11.85769				02	092	09273	09273178
2937071	Dietrichingen	dietrichingen	DE	66484	357	Europe/Berlin	49.18333	7.41667			07340208	08	00	07340	07340208
2937073	Dietramszell	dietramszell	DE	83623	5252	Europe/Berlin	47.84871	11.5953		Ditramscel,Ditramscel',Ditramscell',di te la mu si ce er,dytramstsl,Дитрамсцел,Дитрамсцелль,Дітрамсцель,Դիտրամսցել,دیترامستسل,迪特拉姆斯策尔	09173118	02	091	09173	09173118
2937077	Dietmannsried	dietmannsried	DE	87463	8044	Europe/Berlin	47.80787	10.28948		Dietmannsried,Ditmannsrid,Ditmansrid,di te man si li de,Дитмансрид,Дітманнсрід,Դիտմանսրիդ,迪特曼斯里德		02	097	09780	09780119
2937095	Dietingen	dietingen	DE	78661	0	Europe/Berlin	48.39664	9.86122				01	084	08425	08425141
2937096	Dietingen	dietingen	DE	78661	3953	Europe/Berlin	48.2048	8.64864		Ditingen,di ting gen,Дитинген,Дітінген,迪廷根	08325011	01	083	08325	08325011
2937106	Diethardt	diethardt	DE	56355	311	Europe/Berlin	50.16667	7.86667			07141502	08	00	07141	07141502
2937115	Dieterskirchen	dieterskirchen	DE	92542	1082	Europe/Berlin	49.41667	12.41667		Diterskirkhen,di te er si ji er xing,dytrskyrshn,Дитерскирхен,Дітерскірхен,دیترسکیرشن,迪特尔斯基尔兴	09376122	02	093	09376	09376122
2937123	Dietersheim	dietersheim	DE	91463	0	Europe/Berlin	49.93828	7.9085		Dietersheim		08	00	07339	07339005
2937124	Dietersheim	dietersheim	DE	91463	2138	Europe/Berlin	49.55631	10.54074		Ditersgajm,Diterskhajm,di te er si hai mu,Дитерсхайм,Дитерсхајм,Дітерсгайм,Դիթերսհայմ,迪特尔斯海姆	09575119	02	095	09575	09575119
2937125	Dietersheim	dietersheim	DE	91463	0	Europe/Berlin	48.28028	11.67488				02	091	09178	09178120
2937131	Dietersdorf	dietersdorf	DE	06536	0	Europe/Berlin	52.03807	12.80785				11	00	12069	12069632
2937132	Dietersdorf	dietersdorf	DE	06536	286	Europe/Berlin	51.52905	11.04881		Dietersdorf		14	00	15087	15087412
2937133	Dietersdorf	dietersdorf	DE	06536	0	Europe/Berlin	50.21942	10.8225				02	094	09473	09473165
2937134	Dietersdorf	dietersdorf	DE	06536	0	Europe/Berlin	49.79514	12.19021				02	093	09374	09374168
2937135	Dietersdorf	dietersdorf	DE	06536	0	Europe/Berlin	49.70901	10.62765				02	095	09572	09572159
2937136	Dietersdorf	dietersdorf	DE	06536	0	Europe/Berlin	49.52546	12.56626				02	093	09376	09376160
2937137	Dietersdorf	dietersdorf	DE	06536	0	Europe/Berlin	49.45883	12.38533				02	093	09376	09376151
2937138	Dietersdorf	dietersdorf	DE	06536	0	Europe/Berlin	49.36791	10.99948				02	095	09565	09565000
2937139	Dietersdorf	dietersdorf	DE	06536	0	Europe/Berlin	49.12767	12.70037				02	093	09372	09372177
2937140	Dietersdorf	dietersdorf	DE	06536	0	Europe/Berlin	49.02333	12.67413				02	092	09278	09278134
2937141	Dietersdorf	dietersdorf	DE	06536	0	Europe/Berlin	48.48949	11.62025				02	091	09186	09186152
2937142	Dietersburg	dietersburg	DE	84378	3132	Europe/Berlin	48.49249	12.92499		Diederschburg,Ditersburg,di te er si bao,dytrsbwrg,Дитерсбург,Дітерсбург,Դիթերսբուրգ,دیترسبورگ,迪特尔斯堡	09277114	02	092	09277	09277114
2937155	Dieterode	dieterode	DE	37318	103	Europe/Berlin	51.3	10.1		Dieterode	16061023	15	00	16061	16061023
2937160	Dietenhofen	dietenhofen	DE	90599	5709	Europe/Berlin	49.39997	10.68975		Dietenhofen,Ditengofen,Ditenhofen,Ditenkhofen,di teng huo fen,ditenhofen,Дитенхофен,Дітенгофен,Դիտենհոֆեն,ディーテンホーフェン,迪滕霍芬		02	095	09571	09571135
2937161	Dietenhofen	dietenhofen	DE	90599	0	Europe/Berlin	48.84782	12.01457				02	092	09273	09273125
2937162	Dietenhofen	dietenhofen	DE	90599	0	Europe/Berlin	47.84653	9.57213				01	084	08436	08436013
2937164	Dietenheim	dietenheim	DE	89165	6630	Europe/Berlin	48.21072	10.07163		Dietenheim,Ditengajm,Ditenhaym,Ditenkhajm,di teng hai mu,dytnhaym,Дитенхайм,Дитенхајм,Дітенгайм,Դիտենհայմ,ديتنهايم,دیتنهایم,დიტენჰაიმი,迪滕海姆		01	084	08425	08425028
2937201	Diestelow	diestelow	DE	19399	543	Europe/Berlin	53.5502	12.06676		Distelov,Дистелов		12	00	13076	13076048
2937337	Dienstweiler	dienstweiler	DE	55765	326	Europe/Berlin	49.63333	7.18333			07134020	08	00	07134	07134020
2937217	Dießen am Ammersee	diessen-am-ammersee	DE	86911	10050	Europe/Berlin	47.95085	11.10306		Diessen,Diessen am Ammersee,Dießen,Dießen am Ammersee,Markt Diessen am Ammersee,Markt Dießen am Ammersee		02	091	09181	09181114
2937223	Diespeck	diespeck	DE	91456	3690	Europe/Berlin	49.6	10.63333		Dispek,di si pei ke,Диспек,Діспек,Դիսպեք,迪斯佩克	09575118	02	095	09575	09575118
2937228	Dieskau	dieskau	DE	06184	3133	Europe/Berlin	51.43553	12.04035				14	00	15088	15088150
2937253	Diesbar-Seusslitz	diesbar-seusslitz	DE	01612	0	Europe/Berlin	51.23615	13.42125		Diesbar-Seusslitz		13	00	14627	14627190
2937263	Dierscheid	dierscheid	DE	54523	166	Europe/Berlin	49.89807	6.75903			07231022	08	00	07231	07231022
2937275	Dierfeld	dierfeld	DE	54533	7	Europe/Berlin	50.08333	6.88333			07231021	08	00	07231	07231021
2937280	Dierdorf	dierdorf	DE	56269	6023	Europe/Berlin	50.54647	7.65271		Dierdorf,Dirdorf,di er duo fu,diadorufu,dyrdwrf,Дирдорф,ديردورف,دیردورف,ディーアドルフ,迪尔多夫		08	00	07138	07138012
2937285	Dierbach	dierbach	DE	76889	572	Europe/Berlin	49.08083	8.06722			07337018	08	00	07337	07337018
2937317	Diepholz	diepholz	DE	49356	16783	Europe/Berlin	52.60783	8.37005		Deefholt,Diepholz,Diepholzi vald,Dipkhol'c,Dipkholc,di pu huo er ci,dybhwlts,dyphwlz,Дипхолц,Дипхольц,ديبهولتس,دیپهولز,迪普霍尔茨	03251	06	00	03251	03251012
2937328	Diepensee	diepensee	DE	15831	134	Europe/Berlin	52.30032	13.58747				11	00	12061	12061260
2937333	Diepenau	diepenau	DE	31603	0	Europe/Berlin	52.41874	8.71763		Diepenau		06	00	03256	03256004
2937344	Diensdorf-Radlow	diensdorf-radlow	DE	15864	570	Europe/Berlin	52.2413	14.06419			12067112	11	00	12067	12067112
2937349	Dienheim	dienheim	DE	55276	1981	Europe/Berlin	49.83722	8.34972		Dinkhajm,ding hai mu,Динхайм,Динхајм,丁海姆	07339012	08	00	07339	07339012
2937353	Dienethal	dienethal	DE	56379	278	Europe/Berlin	50.30414	7.77746			07141027	08	00	07141	07141027
2937371	Diemitz	diemitz	DE	17252	197	Europe/Berlin	53.20418	12.83546				12	00	13071	13071099
2937372	Diemitz	diemitz	DE	17252	0	Europe/Berlin	51.48548	12.00379				14	00	15002	15002000
2937399	Dielmissen	dielmissen	DE	37633	866	Europe/Berlin	51.97061	9.60669		Dil'missen,Dilmisen,di er mi sen,dirumissen,Дилмисен,Дильмиссен,ディールミッセン,迪尔米森	03255010	06	00	03255	03255010
2937401	Dielkirchen	dielkirchen	DE	67811	594	Europe/Berlin	49.66667	7.81667		Dil'kirkhen,Dilkirkhen,di er ji er xing,Дилкирхен,Дилькирхен,迪尔基尔兴	07333014	08	00	07333	07333014
2937407	Dielheim	dielheim	DE	69234	8999	Europe/Berlin	49.28417	8.73806		Dielheim,Dil'gajm,Dil'khajm,Dilkhajm,diruhaimu,Дилхајм,Дильхайм,Дільгайм,ディールハイム	08226010	01	082	08226	08226010
2937449	Diekholzen	diekholzen	DE	31199	6941	Europe/Berlin	52.09617	9.91945		Dikkhol'cen,Dikkholcen,di ke huo er cen,Дикхолцен,Дикхольцен,迪克霍尔岑	03254011	06	00	03254	03254011
2937450	Diekhof	diekhof	DE	18299	0	Europe/Berlin	53.97452	10.50461				10	00	01060	01060067
2937451	Diekhof	diekhof	DE	18299	756	Europe/Berlin	53.86655	12.36276		Diekhof		12	00	13072	13072062
2937531	Diefenbach	diefenbach	DE	54538	0	Europe/Berlin	50.48883	6.53551		Diefenbach		07	053	05366	05366024
2937532	Diefenbach	diefenbach	DE	54538	83	Europe/Berlin	50.03333	6.95			07231020	08	00	07231	07231020
2937533	Diefenbach	diefenbach	DE	54538	0	Europe/Berlin	49.02607	8.85339		Diefenbach		01	082	08236	08236061
2937545	Diedrichshagen	diedrichshagen	DE	17498	0	Europe/Berlin	54.16801	12.04019		Dhg		12	00	13003	13003000
2937546	Diedrichshagen	diedrichshagen	DE	17498	0	Europe/Berlin	54.10039	11.76346				12	00	13072	13072058
2937547	Diedrichshagen	diedrichshagen	DE	17498	425	Europe/Berlin	54.0526	13.47569		Diedrichshagen		12	00	13075	13075142
2937548	Diedrichshagen	diedrichshagen	DE	17498	0	Europe/Berlin	53.80435	11.20573				12	00	13074	13074071
2937551	Diedorf	diedorf	DE	36452	0	Europe/Berlin	51.17552	10.28222				15	00	16064	16064074
2937552	Diedorf	diedorf	DE	36452	403	Europe/Berlin	50.6617	10.12472		Didorf,Didorf-na-Rjone,Diedorf,Diedorf/Rhoen,Diedorf/Rhön,di duo fu,Дидорф,Дидорф-на-Рёне,迪多夫		15	00	16063	16063015
2937553	Diedorf	diedorf	DE	36452	10006	Europe/Berlin	48.3532	10.78206		Didorf,Diedorf,di duo fu,dydwrf,Дидорф,Дідорф,Դիդորֆ,دیدورف,迪多夫		02	097	09772	09772130
2937587	Diebzig	diebzig	DE	06369	267	Europe/Berlin	51.86531	11.93872		Diebzig		14	00	15082	15082256
2937591	Dieburg	dieburg	DE	64807	15168	Europe/Berlin	49.89738	8.84613		Diburg,Dieburg,Dyburg,di bao,diburuku,dybwrg,dybwrgh,Дибург,Дыбург,Дібург,ديبورغ,دیبورگ,ディーブルク,迪堡		05	064	06432	06432004
2937607	Dieblich	dieblich	DE	56332	2481	Europe/Berlin	50.31396	7.47185		Diblikh,di bu li xi,Диблих,迪布利希	07137207	08	00	07137	07137207
2937629	Diebach	diebach	DE	91583	0	Europe/Berlin	50.12718	9.8386				02	096	09672	09672127
2937630	Diebach	diebach	DE	91583	0	Europe/Berlin	49.59367	10.55852				02	095	09575	09575153
2937631	Diebach	diebach	DE	91583	0	Europe/Berlin	49.33396	9.63007		Diebach		01	081	08126	08126039
2937632	Diebach	diebach	DE	91583	1171	Europe/Berlin	49.30912	10.19188		Dibakh,Dibax,di ba he,dibahha,Дибах,Дібах,Դիբախ,ディーバッハ,迪巴赫	09571134	02	095	09571	09571134
2937633	Diebach	diebach	DE	91583	0	Europe/Berlin	48.99927	9.70558				01	081	08127	08127023
2937641	Didderse	didderse	DE	38530	1350	Europe/Berlin	52.38042	10.40294	60	De'esse,Didderze,Diderse,Ditenhusen [a. 924],Thidersen [a. 1272],di de er sai,Диддерзе,Дидерсе,迪德尔塞	03151041	06	00	03151	03151041
2937663	Dickesbach	dickesbach	DE	55758	463	Europe/Berlin	49.71667	7.41667		Dikesbakh,Dikkesbakh,di ke si ba he,Дикесбах,Диккесбах,迪克斯巴赫	07134019	08	00	07134	07134019
2937686	Dickenschied	dickenschied	DE	55483	678	Europe/Berlin	49.9	7.41667		Dikenshid,Dikkenshid,di ken xi de,Дикеншид,Диккеншид,迪肯席德	07140028	08	00	07140	07140028
2937694	Dickendorf	dickendorf	DE	57520	375	Europe/Berlin	50.73333	7.85			07132020	08	00	07132	07132020
2937714	Dickel	dickel	DE	49453	522	Europe/Berlin	52.64494	8.47166			03251011	06	00	03251	03251011
2937734	Dichtelbach	dichtelbach	DE	55494	715	Europe/Berlin	50.0086	7.69571	403		07140027	08	00	07140	07140027
2937756	Dhronecken	dhronecken	DE	54426	145	Europe/Berlin	49.71667	6.98333			07231019	08	00	07231	07231019
2937764	Deyelsdorf	deyelsdorf	DE	18513	623	Europe/Berlin	54.04442	12.82182				12	00	13073	13073016
2937768	Dexheim	dexheim	DE	55278	1547	Europe/Berlin	49.84722	8.31667			07339011	08	00	07339	07339011
2937789	Deutzen	deutzen	DE	04574	2176	Europe/Berlin	51.11217	12.42541		Deutzeni vald,Dojcen,duo yi cen,Дойцен,Дојцен,多伊岑	14729320	13	00	14729	14729320
2937797	Deutschneudorf	deutschneudorf	DE	09548	0	Europe/Berlin	50.61667	13.46667		Deutschneudorf,Deutschneudorfi vald,Dojchnojdorf,duo yi ci xi nuo yi duo fu,Дойчнойдорф,Дојчнојдорф,多伊茨希诺伊多夫	14521140	13	00	14521	14521140
2937809	Deutsch Evern	deutsch-evern	DE	21407	3727	Europe/Berlin	53.2	10.43333		Dojch Evern,Dojch-Ehfern,duo yi ci xi ai fei er en,Дойч-Эферн,Дојч Еверн,多伊茨希埃费尔恩	03355014	06	00	03355	03355014
2937857	Deuselbach	deuselbach	DE	54411	288	Europe/Berlin	49.75	7.05			07231018	08	00	07231	07231018
2937860	Deuna	deuna	DE	37355	1114	Europe/Berlin	51.3545	10.47439		Deuna,Dojna,duo yi na,Дойна,Дојна,多伊纳	16061074	15	00	16061	16061074
2937865	Deuerling	deuerling	DE	93180	2124	Europe/Berlin	49.0372	11.91045			09375127	02	093	09375	09375127
2937868	Deudesfeld	deudesfeld	DE	54570	396	Europe/Berlin	50.10258	6.73076			07233017	08	00	07233	07233017
2937872	Deuben	deuben	DE	06682	0	Europe/Berlin	51.36541	12.69588		Deuben		13	00	14729	14729030
2937873	Deuben	deuben	DE	06682	1236	Europe/Berlin	51.10968	12.07259		Deuben		14	00	15084	15084490
2937874	Deuben	deuben	DE	06682	0	Europe/Berlin	50.99191	13.64962		Deuben		13	00	14628	14628110
2937883	Detzem	detzem	DE	54340	530	Europe/Berlin	49.81667	6.85			07235015	08	00	07235	07235015
2937889	Dettum	dettum	DE	38173	1359	Europe/Berlin	52.17246	10.66807		Dettum,Detum,de tu mu,Деттум,Детум,德图姆	03158009	06	00	03158	03158009
2937893	Dettmannsdorf	dettmannsdorf	DE	18320	0	Europe/Berlin	54.24045	12.55531				12	00	13073	13073001
2937894	Dettmannsdorf	dettmannsdorf	DE	18320	0	Europe/Berlin	54.11165	12.52871				12	00	13073	13073015
2937896	Dettingen unter Teck	dettingen-unter-teck	DE	73265	5567	Europe/Berlin	48.61667	9.45		Detingen pod Tekom,Dettingen,Dettingen unter Teck,Dettingen-unter-Tek,de ting gen weng te er te ke,Детинген под Теком,Деттинген-унтер-Тек,Деттінген-унтер-Тек,Դեթինգեն ունտեր Տեկ,德廷根翁特尔特克	08116016	01	081	08116	08116016
2937897	Dettingen an der Iller	dettingen-an-der-iller	DE	88451	0	Europe/Berlin	48.1	10.11667		Detingen an der Iler,Dettingen,Dettingen an der Iller,Dettingen-an-der-Iller,Dettingen-na-Illere,Illerdegi Dettingen,yi lai er he pan de ting gen,Детинген ан дер Илер,Деттинген-на-Иллере,Деттінген-ан-дер-Іллер,Иллердеги Деттинген,Իլերի Դեթինգեն,დეტინგენ-ან-დერ-ილერი,伊莱尔河畔德廷根	08426031	01	084	08426	08426031
2938018	Dersenow	dersenow	DE	19260	499	Europe/Berlin	53.38202	10.89075		Dersenow		12	00	13076	13076030
2938019	Dersekow	dersekow	DE	17498	1132	Europe/Berlin	54.04583	13.29243		Derzekov,de er sai ke,Дерзеков,德尔塞科		12	00	13075	13075027
2937898	Dettingen an der Erms	dettingen-an-der-erms	DE	72581	9271	Europe/Berlin	48.53077	9.34458		Detingen an der Erms,Dettingen,Dettingen-an-der-Erms,Dettingen-na-Ehrmse,de ting gen an de er ai er mu si,Детинген ан дер Ермс,Деттинген-на-Эрмсе,Деттінген-ан-дер-Ермс,德廷根安德尔埃尔姆斯	08415014	01	084	08415	08415014
2937906	Dettighofen	dettighofen	DE	79802	1044	Europe/Berlin	47.62333	8.48512			08337030	01	083	08337	08337030
2937918	Dettenheim	dettenheim	DE	76706	0	Europe/Berlin	48.98647	10.9465				02	095	09577	09577177
2937919	Dettenhausen	dettenhausen	DE	72135	5390	Europe/Berlin	48.60758	9.10041		Detenkhauzen,Dettengauzen,Dettenkhauzen,de teng hao sen,Детенхаузен,Деттенгаузен,Деттенхаузен,德滕豪森	08416009	01	084	08416	08416009
2937920	Dettenhausen	dettenhausen	DE	72135	0	Europe/Berlin	47.93722	11.50586				02	091	09173	09173120
2937932	Dettelbach	dettelbach	DE	97337	6888	Europe/Berlin	49.80295	10.16519		Detelbakh,Dettel'bakh,Dettelbach,de te er ba he,dtlbakh,Детелбах,Деттельбах,Դեթելբախ,دتلباخ,ڈیٹلباخ,德特尔巴赫		02	096	09675	09675117
2937936	Detmold	detmold	DE	32756	73680	Europe/Berlin	51.93855	8.87318		Detmol'd,Detmold,Detmolda,Detmoldas,dai te mo er de,deteumolteu,deth mx ld,detomoruto,dtmwld,Детмолд,Детмольд,دتمولد,เดทมอลด์,デトモルト,代特莫尔德,데트몰트	057	07	057	05766	05766020
2937939	Detershagen	detershagen	DE	39291	0	Europe/Berlin	54.0547	11.77128				12	00	13072	13072058
2937940	Detershagen	detershagen	DE	39291	0	Europe/Berlin	52.24533	11.81095				14	00	15086	15086015
2937944	Detern	detern	DE	26847	2687	Europe/Berlin	53.20927	7.67395		Detern,Lehe Kol,Tjootern,de te er en,Детерн,德特尔恩		06	00	03457	03457006
2937953	Dessighofen	dessighofen	DE	56357	182	Europe/Berlin	50.25802	7.77197		Dessighoven	07141026	08	00	07141	07141026
2937958	Dessau	dessau	DE	06842	0	Europe/Berlin	52.80878	11.47454		Dessau		14	00	15081	15081030
2937959	Dessau	dessau	DE	06842	77315	Europe/Berlin	51.83864	12.24555		Desau,Desava,Dessau,Dessau-Rosslau,Dessau-Roßlau,Dessavia,Ntesaou,de shao,desau,dessau,dsayw,dysaw,Ντεσάου,Десау,Дессау,דסאו,دسائو,ديساو,დესაუ,デッサウ,德绍,데사우		14	00	15001	15001000
2937963	Desloch	desloch	DE	55592	409	Europe/Berlin	49.71667	7.63333		Deslokh,de si luo,Деслох,德斯洛	07133024	08	00	07133	07133024
2937983	Derwitz	derwitz	DE	14550	0	Europe/Berlin	52.40294	12.82448				11	00	12069	12069656
2938004	Dersum	dersum	DE	26906	1490	Europe/Berlin	52.96112	7.27394			03454007	06	00	03454	03454007
2938030	Derschen	derschen	DE	57520	1086	Europe/Berlin	50.71667	7.98333			07132019	08	00	07132	07132019
2938033	Dersau	dersau	DE	24326	936	Europe/Berlin	54.11805	10.33368		Dersau	01057015	10	00	01057	01057015
2938063	Dernbach	dernbach	DE	56307	0	Europe/Berlin	50.78141	8.50488				05	065	06534	06534003
2938064	Dernbach	dernbach	DE	56307	1011	Europe/Berlin	50.55	7.6			07138011	08	00	07138	07138011
2938065	Dernbach	dernbach	DE	56307	2537	Europe/Berlin	50.45551	7.79003		Dernbach		08	00	07143	07143010
2938066	Dernbach	dernbach	DE	56307	494	Europe/Berlin	49.24722	8.00528			07337017	08	00	07337	07337017
2938068	Dernau	dernau	DE	53507	1907	Europe/Berlin	50.53333	7.05		Dernau,de er nao,Дернау,德尔瑙	07131017	08	00	07131	07131017
2938074	Dermbach	dermbach	DE	36466	0	Europe/Berlin	50.7935	7.95313				08	00	07132	07132050
2938075	Dermbach	dermbach	DE	36466	3254	Europe/Berlin	50.71383	10.11839		Dermbakh,de er en ba he,Дермбах,德尔恩巴赫	16063015	15	00	16063	16063015
2938132	Derental	derental	DE	37691	749	Europe/Berlin	51.69475	9.43202		Derental,Derental',de lun ta er,derentaru,Дерентал,Деренталь,デーレンタール,德伦塔尔	03255009	06	00	03255	03255009
2938136	Derenburg	derenburg	DE	38895	2716	Europe/Berlin	51.87086	10.91029		Derenburg,Деренбург		14	00	15085	15085055
2938190	Denzlingen	denzlingen	DE	79211	13511	Europe/Berlin	48.06667	7.88333		Denclingen,Denzlingen,deng ci lin gen,Денцлинген,Денцлінген,Դենցլինգեն,登茨林根	08316009	01	083	08316	08316009
2938197	Dentlein am Forst	dentlein-am-forst	DE	91599	2520	Europe/Berlin	49.14772	10.42309		Dentlajn am Forst,Dentlajn-am-Forst,Dentlaym am Forst,Dentlein,Dentlein a. Forst,Dentlein am Forst,Dentljajn,deng te lai yin a mu fu er si te,Дентлайн-ам-Форст,Дентлајн ам Форст,Дентляйн,Դենտլայմ ամ Ֆորստ,デントライン・アム・フォルスト,登特莱因阿姆福尔斯特		02	095	09571	09571132
2938205	Densow	densow	DE	17268	0	Europe/Berlin	53.14533	13.37791				11	00	12073	12073572
2938208	Densborn	densborn	DE	54570	601	Europe/Berlin	50.12213	6.60068		Densborn,deng si bo er en,Денсборн,登斯博尔恩	07233209	08	00	07233	07233209
2938212	Dennweiler-Frohnbach	dennweiler-frohnbach	DE	66871	293	Europe/Berlin	49.58333	7.38333		Denvajler-Fronbakh,deng wei lei-fu luo en ba he,Денвайлер-Фронбах,Денвајлер-Фронбах,登韦勒-弗罗恩巴赫	07336015	08	00	07336	07336015
2938223	Dennheritz	dennheritz	DE	08393	1460	Europe/Berlin	50.81412	12.46519			14524050	13	00	14524	14524050
2938240	Denklingen	denklingen	DE	86920	0	Europe/Berlin	50.91537	7.65678		Denklingen		07	053	05374	05374040
2938241	Denklingen	denklingen	DE	86920	2461	Europe/Berlin	47.91667	10.85		Denklingen,deng ke lin gen,denkuringen,dnklyngn,Денклинген,Денклінген,Դենքլինգեն,دنکلینگن,デンクリンゲン,登克林根	09181113	02	091	09181	09181113
2938245	Denkingen	denkingen	DE	78588	2530	Europe/Berlin	48.1111	8.7382		Denkingen,deng jin gen,Денкинген,登金根	08327010	01	083	08327	08327010
2938246	Denkingen	denkingen	DE	78588	0	Europe/Berlin	47.89446	9.30867		Denkingen		01	084	08437	08437088
2938252	Denkendorf	denkendorf	DE	73770	0	Europe/Berlin	48.92839	11.45695		Denkendorf	09176120	02	091	09176	09176120
2938253	Denkendorf	denkendorf	DE	73770	10357	Europe/Berlin	48.69555	9.31675		Denkendorf Kr.Esslingen	08116015	01	081	08116	08116015
2938284	Demmin	demmin	DE	17109	12495	Europe/Berlin	53.90762	13.03142		Demin,Demino,Demmin,Demmine,Demmīne,Dymin,Dëmino,dmyn,Демин,Деммин,دمين,دمین		12	00	13071	13071029
2938294	Demker	demker	DE	39579	379	Europe/Berlin	52.50765	11.8515				14	00	15090	15090546
2938295	Demitz-Thumitz	demitz-thumitz	DE	01877	3128	Europe/Berlin	51.14149	14.24719		Demic-Tumic,Demitz-Thumitz,Zemicy-Tumicy,de mi ci-tu mi ci,Демиц-Тумиц,Деміц-Туміц,德米茨-图米茨	14625100	13	00	14625	14625100
2938299	Demerthin	demerthin	DE	16866	0	Europe/Berlin	52.97434	12.29317				11	00	12070	12070149
2938300	Demern	demern	DE	19217	290	Europe/Berlin	53.74217	10.98655		Demern		12	00	13074	13074042
2938301	Demerath	demerath	DE	54552	318	Europe/Berlin	50.18333	6.95			07233016	08	00	07233	07233016
2938304	Demen	demen	DE	19089	1301	Europe/Berlin	53.62967	11.76639		Demen,de men,Демен,德门		12	00	13076	13076029
2938315	Delve	delve	DE	25788	705	Europe/Berlin	54.3	9.25		Del'fe,Delfe,Delve,Delvunda,dai er wo,Делве,Делфе,Дельфе,代尔沃	01051020	10	00	01051	01051020
2938323	Delmenhorst	delmenhorst	DE	27749	75893	Europe/Berlin	53.0511	8.63091		Dehl'menkhorst,Del'menkhorst,Delmenhorst,Delmenkhorst,Demost,ZCT,dai er men huo si te,derumenhorusuto,dlmnhwrst,Делменхорст,Дельменхорст,Дэльменхорст,دلمنهورست,デルメンホルスト,代尔门霍斯特	03401	06	00	03401	03401000
2938332	Dellstedt	dellstedt	DE	25786	792	Europe/Berlin	54.23333	9.36667		Dellstedt	01051019	10	00	01051	01051019
2938344	Delligsen	delligsen	DE	31073	8986	Europe/Berlin	51.9412	9.80272		Deligsen,Delligzen,de li ge sen,derihizen,Делигсен,Деллигзен,デリヒゼン,德利格森		06	00	03255	03255008
2938351	Dellfeld	dellfeld	DE	66503	1472	Europe/Berlin	49.23397	7.47399			07340207	08	00	07340	07340207
2938376	Delitzsch	delitzsch	DE	04509	24998	Europe/Berlin	51.52546	12.34284		Delic,Delica,Delich,Delitium,Delitzsch,Delič,Dēliča,Stadt Delitzsch,de li ci xi,dellichi,deritchu,dlytssh,dlytzsh,Делич,Деліч,دليتسش,دلیتزش,デーリッチュ,德利茨希,델리치		13	00	14730	14730070
2938377	Delitz am Berge	delitz-am-berge	DE	06246	990	Europe/Berlin	51.41682	11.90047		Delitz,Delitz am Berge		14	00	15088	15088025
2938379	Delingsdorf	delingsdorf	DE	22929	2002	Europe/Berlin	53.7	10.25		Delingsdorf	01062014	10	00	01062	01062014
2938391	Deizisau	deizisau	DE	73779	6608	Europe/Berlin	48.7122	9.3861		Dajcisau,Dajcizau,dai qi shao,Дайцизау,Дајцисау,Դայցիզաու,戴齐绍	08116014	01	081	08116	08116014
2938403	Deißlingen	deisslingen	DE	78652	6129	Europe/Berlin	48.1123	8.60736		Dajslingen,Dajssingen,dai si lin gen,Дайслинген,Дайслінген,Дайссинген,Дајслинген,戴斯林根	08325072	01	083	08325	08325072
2938415	Deisenhausen	deisenhausen	DE	86489	1533	Europe/Berlin	48.25554	10.32698			09774124	02	097	09774	09774124
2938429	Deinstedt	deinstedt	DE	27446	678	Europe/Berlin	53.41667	9.23333		Dajnshtedt,Dajnshtet,Deins,dai yin si te,dainshutetto,Дайнштедт,Дајнштет,ダインシュテット,戴因斯特	03357011	06	00	03357	03357011
2938430	Deinste	deinste	DE	21717	2258	Europe/Berlin	53.52903	9.44376		Dajnste,Deinst,dainsute,Дайнсте,Дајнсте,ダインステ	03359011	06	00	03359	03359011
2938439	Deiningen	deiningen	DE	86738	2070	Europe/Berlin	48.86667	10.56667			09779130	02	097	09779	09779130
2938441	Deining	deining	DE	92364	4289	Europe/Berlin	49.22556	11.53968		Dajning,Dayning,dai ning,Дайнинг,Дайнінг,Дајнинг,Դայնինգ,戴宁	09373119	02	093	09373	09373119
2938442	Deining	deining	DE	92364	0	Europe/Berlin	47.95171	11.49745				02	091	09173	09173120
2938457	Deimberg	deimberg	DE	67742	99	Europe/Berlin	49.63333	7.51667		Dajmberg,dai yin bei ge,Даймберг,Дајмберг,戴因贝格	07336014	08	00	07336	07336014
2938460	Deilingen	deilingen	DE	78586	1676	Europe/Berlin	48.1741	8.78533			08327009	01	083	08327	08327009
2938465	Deidesheim	deidesheim	DE	67146	3779	Europe/Berlin	49.40782	8.18445		Daisem,Dajdeskhajm,Deidesheim,dai de si hai mu,daidesuhaimu,daydshaym,daydzhaym,Дайдесхайм,Дајдесхајм,دايدسهايم,دایدزهایم,ダイデスハイム,戴德斯海姆		08	00	07332	07332009
2938538	Deggingen	deggingen	DE	73326	5623	Europe/Berlin	48.5971	9.71891		Deggingen,Degingen,de jin gen,Деггинген,Деггінген,Дегинген,德金根	08117014	01	081	08117	08117014
2938540	Deggendorf	deggendorf	DE	94469	31081	Europe/Berlin	48.84085	12.96068		Deckendorf,Degendorf,Degendorfas,Deggendorf,Degndorf,Dehgendorf,dai gen duo fu,degenadarpha,dghndwrf,dgndwrf,Деггендорф,Дегендорф,Дэгендорф,Դեգենդորֆ,دغندورف,دگندورف,ڈیگنڈورف,ডেগেনডর্ফ,代根多夫	09271	02	092	09271	09271119
2938586	Deetz	deetz	DE	14550	0	Europe/Berlin	52.58677	11.66682		Deetz		14	00	15090	15090070
2938587	Deetz	deetz	DE	14550	0	Europe/Berlin	52.44657	12.77179				11	00	12069	12069249
2938588	Deetz	deetz	DE	14550	725	Europe/Berlin	52.05145	12.16824		Deetz		14	00	15082	15082430
2938589	Deesen	deesen	DE	56237	672	Europe/Berlin	50.51083	7.7			07143009	08	00	07143	07143009
2938593	Deesbach	deesbach	DE	98744	498	Europe/Berlin	50.56667	11.15		Deesbach	16073014	15	00	16073	16073014
2938595	Deersheim	deersheim	DE	38835	0	Europe/Berlin	51.9832	10.7809				14	00	15085	15085230
2938598	Deensen	deensen	DE	37627	1570	Europe/Berlin	51.86053	9.59322			03255007	06	00	03255	03255007
2938610	Dederstedt	dederstedt	DE	06295	454	Europe/Berlin	51.54448	11.68936		Dedershtedt,Dedershtet,Dederstede [a. 1212],Dederstedt,Diderstidi [a. 1127],Дедерштедт,Дедерштет		14	00	15087	15087386
2938618	Dedenbach	dedenbach	DE	53426	426	Europe/Berlin	50.48333	7.18333			07131016	08	00	07131	07131016
2938619	Dedelstorf	dedelstorf	DE	29386	1515	Europe/Berlin	52.7	10.5		Dedel'storf,Dedelstorf,de de er si tuo fu,Деделсторф,Дедельсторф,德德尔斯托夫	03151007	06	00	03151	03151007
2938621	Dedeleben	dedeleben	DE	38836	0	Europe/Berlin	52.03243	10.89157		Dedenleive [a. 1188]		14	00	15085	15085185
2938633	Deckenpfronn	deckenpfronn	DE	75392	2874	Europe/Berlin	48.65128	8.82417			08115010	01	081	08115	08115010
2938646	Dechow	dechow	DE	19217	376	Europe/Berlin	53.71951	10.92195		Dechow		12	00	13074	13074018
2938673	Daxweiler	daxweiler	DE	55442	868	Europe/Berlin	49.96667	7.75		Daksvajler,da ke si wei lei,Даксвайлер,Даксвајлер,达克斯韦勒	07133023	08	00	07133	07133023
2938697	Dauwelshausen	dauwelshausen	DE	54673	89	Europe/Berlin	50	6.18333		Dauvelshausen,Dauwelshausen	07232025	08	00	07232	07232025
2938702	Dautmergen	dautmergen	DE	72356	414	Europe/Berlin	48.242	8.74143		Dautmergen,dao te mei er gen,Даутмерген,道特梅尔根	08417014	01	084	08417	08417014
2938711	Dausenau	dausenau	DE	56132	1353	Europe/Berlin	50.33333	7.76667		Dauzenau,dao sai nao,Даузенау,道塞瑙	07141025	08	00	07141	07141025
2938714	Daun	daun	DE	54550	8523	Europe/Berlin	50.19716	6.82942		Daun,duo yin,dyywn  alman,Даун,דאון,دیئون، آلمان,多因	07233	08	00	07233	07233501
2938740	Dauchingen	dauchingen	DE	78083	3665	Europe/Berlin	48.08993	8.55011		Daukhingen,dao xin gen,Даухинген,Даухінген,道欣根	08326010	01	083	08326	08326010
2938760	Daubach	daubach	DE	55566	481	Europe/Berlin	50.4	7.85			07143008	08	00	07143	07143008
2938761	Daubach	daubach	DE	55566	245	Europe/Berlin	49.85	7.63333			07133022	08	00	07133	07133022
2938764	Datzeroth	datzeroth	DE	56589	230	Europe/Berlin	50.51667	7.41667			07138010	08	00	07138	07138010
2938780	Dattenberg	dattenberg	DE	53547	1579	Europe/Berlin	50.55362	7.29393		Datenberg,Dattenberg,da teng bei ge,Датенберг,Даттенберг,达滕贝格	07138009	08	00	07138	07138009
2938784	Datteln	datteln	DE	45711	36338	Europe/Berlin	51.65598	7.3453		Dateln,Dattel'n,Datteln,da te er en,datln,Дателн,Даттельн,داتلن,达特尔恩		07	055	05562	05562008
2938787	Dätgen	datgen	DE	24589	572	Europe/Berlin	54.18333	9.93333		Daetgen,Datgen,Dätgen	01058038	10	00	01058	01058038
2938798	Dassow	dassow	DE	23942	3242	Europe/Berlin	53.91096	10.97551		Dasov,Dasova,Dassov,da suo fu,Дасов,Дассов,达索夫		12	00	13074	13074017
2938805	Dassendorf	dassendorf	DE	21521	3148	Europe/Berlin	53.49532	10.35987		Dassendorf	01053023	10	00	01053	01053023
2938813	Dassel	dassel	DE	37586	11287	Europe/Berlin	51.80179	9.68904		Dasel,Dassel',da sai er,dasl,dasseru,dazl,Дасел,Дассель,دازل,داسل,ダッセル,达塞尔		06	00	03155	03155003
2938837	Dasing	dasing	DE	86453	5321	Europe/Berlin	48.38482	11.04667			09771122	02	097	09771	09771122
2938859	Dasburg	dasburg	DE	54689	273	Europe/Berlin	50.05	6.13333		Dasburg,Doosber,da si bao,Дасбург,达斯堡	07232214	08	00	07232	07232214
2938879	Darstein	darstein	DE	76848	0	Europe/Berlin	49.2958	12.65711				02	093	09372	09372168
2938880	Darstein	darstein	DE	76848	224	Europe/Berlin	49.15	7.88333			07340005	08	00	07340	07340005
2938893	Darscheid	darscheid	DE	54552	0	Europe/Berlin	50.7301	7.40114				07	053	05382	05382020
2938894	Darscheid	darscheid	DE	54552	865	Europe/Berlin	50.21667	6.88333			07233014	08	00	07233	07233014
2938913	Darmstadt	darmstadt	DE	64283	140385	Europe/Berlin	49.87167	8.65027		Darmshhat,Darmshtadi,Darmshtadt,Darmshtat,Darmstadium,Darmstadt,Darmstat,Darmstatas,Darmstate,Darmundestadt,Darmştat,Darmštatas,Darmštate,Ntarmstat,ZCS,da mu shi ta te,daleumsyutateu,darmastata,darmshtat,darumushutatto,drmstdt,Ντάρμστατ,Дармштадт,Дармштат,Дармщат,דרמשטדט,دارمشتات,ڈریمسٹڈ,डार्मश्टाट,დარმშტადტი,ダルムシュタット,达姆施塔特,다름슈타트	064	05	064	06411	06411000
2938918	Darlingerode	darlingerode	DE	38871	2321	Europe/Berlin	51.84712	10.73097		Dalliero,Darlingerode,Дарлингероде		14	00	15085	15085190
2938924	Dargun	dargun	DE	17159	3570	Europe/Berlin	53.9009	12.85014		Dargun,Darguna,da er gong,darghwn,dargwn,Даргун,دارغون,دارگون,达尔贡		12	00	13071	13071027
2938931	Dargen	dargen	DE	17419	555	Europe/Berlin	53.88719	14.06596		Dargen,da er gen,Дарген,达尔根		12	00	13075	13075026
2938933	Dargelin	dargelin	DE	17498	435	Europe/Berlin	54.01402	13.3568				12	00	13075	13075025
2938942	Dardesheim	dardesheim	DE	38836	0	Europe/Berlin	51.97663	10.8353		Dardesheim		14	00	15085	15085230
2938956	Danstedt	danstedt	DE	38855	551	Europe/Berlin	51.91191	10.88638		Danstedt		14	00	15085	15085227
2938966	Dannigkow	dannigkow	DE	39245	698	Europe/Berlin	52.07041	11.87424		Dannigkow		14	00	15086	15086055
2938976	Dannewerk	dannewerk	DE	24867	1075	Europe/Berlin	54.48333	9.5		Dannewerk	01059019	10	00	01059	01059019
2938980	Dannenwalde	dannenwalde	DE	16866	0	Europe/Berlin	53.07938	13.18557				11	00	12065	12065100
2938983	Dannenreich	dannenreich	DE	15754	0	Europe/Berlin	52.31372	13.74836				11	00	12061	12061217
2938985	Dannenfels	dannenfels	DE	67814	971	Europe/Berlin	49.62868	7.94355		Danenfels,Dannenfel's,da nen fei er si,Даненфелс,Данненфельс,达嫩费尔斯	07333013	08	00	07333	07333013
2938996	Dannefeld	dannefeld	DE	39649	418	Europe/Berlin	52.50609	11.14014				14	00	15081	15081135
2939000	Danndorf	danndorf	DE	38461	2239	Europe/Berlin	52.42472	10.91286			03154004	06	00	03154	03154004
2939001	Danndorf	danndorf	DE	38461	0	Europe/Berlin	50.14295	11.37008				02	094	09477	09477136
2939003	Dannau	dannau	DE	24329	0	Europe/Berlin	54.29755	10.84814				10	00	01055	01055033
2939004	Dannau	dannau	DE	24329	682	Europe/Berlin	54.24065	10.54233			01057013	10	00	01057	01057013
2939009	Dankmarshausen	dankmarshausen	DE	99837	1147	Europe/Berlin	50.92527	10.01601		Dankmarskhauzen,dan ke ma er si hao sen,Данкмарсхаузен,丹克马尔斯豪森		15	00	16063	16063103
2939016	Dankerode	dankerode	DE	06493	872	Europe/Berlin	51.59169	11.14049		Dankerode		14	00	15085	15085145
2939017	Dankerode	dankerode	DE	06493	0	Europe/Berlin	51.06741	9.7782		Dankerode		05	066	06632	06632018
2939019	Dankerath	dankerath	DE	53520	105	Europe/Berlin	50.33333	6.81667			07131015	08	00	07131	07131015
2939055	Danewitz	danewitz	DE	16321	0	Europe/Berlin	52.73468	13.66579				11	00	12060	12060024
2939074	Damshagen	damshagen	DE	23948	944	Europe/Berlin	53.92868	11.15346		Damshagen		12	00	13074	13074016
2939079	Damsdorf	damsdorf	DE	23824	259	Europe/Berlin	54.06667	10.31667			01060017	10	00	01060	01060017
2939080	Damsdorf	damsdorf	DE	23824	0	Europe/Berlin	52.36149	12.76137		Damsdorf		11	00	12069	12069306
2939081	Damsdorf	damsdorf	DE	23824	0	Europe/Berlin	52.3	13.26667				11	00	12072	12072240
2939082	Damsdorf	damsdorf	DE	23824	0	Europe/Berlin	51.96492	13.43635				11	00	12061	12061471
2939083	Damscheid	damscheid	DE	55432	692	Europe/Berlin	50.1	7.68333			07140025	08	00	07140	07140025
2939088	Damp	damp	DE	24351	1743	Europe/Berlin	54.58469	10.01785		Damp	01058040	10	00	01058	01058040
2939093	Damnatz	damnatz	DE	29472	345	Europe/Berlin	53.13647	11.17687			03354003	06	00	03354	03354003
2939134	Dammfleth	dammfleth	DE	25554	328	Europe/Berlin	53.90881	9.37312		Dammfleth	01061023	10	00	01061	01061023
2939159	Dammendorf	dammendorf	DE	15299	0	Europe/Berlin	52.14081	14.41604		Dammendorf		11	00	12067	12067205
2939160	Dammendorf	dammendorf	DE	15299	0	Europe/Berlin	51.57634	12.12941				14	00	15088	15088195
2939165	Damme	damme	DE	49401	0	Europe/Berlin	53.29395	14.01177				11	00	12073	12073261
2939166	Damme	damme	DE	49401	0	Europe/Berlin	52.61565	12.56888		Damme		11	00	12063	12063212
2939167	Damme	damme	DE	49401	16024	Europe/Berlin	52.52157	8.19793		Dame,Damme,damh,damt,Даме,Дамме,دامة,دامه		06	00	03460	03460002
2939191	Damm	damm	DE	18196	0	Europe/Berlin	49.98926	9.14493		Damm		02	096	09661	09661000
2939192	Damm	damm	DE	18196	0	Europe/Berlin	54.36667	10.2				10	00	01057	01057025
2939193	Damm	damm	DE	18196	732	Europe/Berlin	54.00924	12.15251		Damm		12	00	13072	13072029
2939194	Damm	damm	DE	18196	0	Europe/Berlin	53.91066	12.7595				12	00	13072	13072004
2939195	Damm	damm	DE	18196	532	Europe/Berlin	53.43982	11.75403		Damm		12	00	13076	13076108
2939196	Damm	damm	DE	18196	0	Europe/Berlin	52.08772	13.86754		Damm,Leibsch-Damm,Nasyp		11	00	12061	12061510
2939198	Damm	damm	DE	18196	0	Europe/Berlin	51.21946	6.47966				07	051	05116	05116000
2939199	Damm	damm	DE	18196	0	Europe/Berlin	51.14533	6.5748				07	051	05162	05162012
2939200	Damm	damm	DE	18196	0	Europe/Berlin	50.85057	7.43443				07	053	05382	05382036
2939201	Damm	damm	DE	18196	0	Europe/Berlin	50.72575	8.64721		Damm		05	065	06534	06534013
2939205	Damm	damm	DE	18196	0	Europe/Berlin	53.5512	14.12396				12	00	13075	13075063
2939207	Damm	damm	DE	18196	0	Europe/Berlin	51.68377	6.80152		Damm		07	051	05170	05170036
2939208	Damlos	damlos	DE	23738	625	Europe/Berlin	54.25	10.9		Damlos	01055011	10	00	01055	01055011
2939214	Damflos	damflos	DE	54413	695	Europe/Berlin	49.66667	6.98333			07235014	08	00	07235	07235014
2939221	Damerow	damerow	DE	17309	0	Europe/Berlin	54.00943	13.23664				12	00	13075	13075123
2939222	Damerow	damerow	DE	17309	0	Europe/Berlin	53.52953	12.54943				12	00	13071	13071069
2939223	Damerow	damerow	DE	17309	0	Europe/Berlin	53.46843	11.74129				12	00	13076	13076035
2939224	Damerow	damerow	DE	17309	168	Europe/Berlin	53.44205	13.97318		Damerow		12	00	13075	13075115
2939225	Damerow	damerow	DE	17309	0	Europe/Berlin	53.40343	13.65429				11	00	12073	12073429
2939226	Damerow	damerow	DE	17309	0	Europe/Berlin	52.81303	12.22444				14	00	15090	15090225
2939230	Damendorf	damendorf	DE	24361	456	Europe/Berlin	54.41667	9.73333		Damendorf	01058039	10	00	01058	01058039
2939244	Dambeck	dambeck	DE	19357	0	Europe/Berlin	53.97012	13.47834				12	00	13075	13075041
2939245	Dambeck	dambeck	DE	19357	0	Europe/Berlin	53.78473	11.37121		Dambeck		12	00	13074	13074008
2939246	Dambeck	dambeck	DE	19357	353	Europe/Berlin	53.44441	12.93966				12	00	13071	13071080
2939247	Dambeck	dambeck	DE	19357	0	Europe/Berlin	53.36233	12.49695				12	00	13071	13071023
2939248	Dambeck	dambeck	DE	19357	0	Europe/Berlin	53.24345	11.76658				12	00	13076	13076027
2939249	Dambeck	dambeck	DE	19357	0	Europe/Berlin	53.11891	11.12297				06	00	03354	03354004
2939250	Dambeck	dambeck	DE	19357	0	Europe/Berlin	52.80205	11.15956		Dambeck		14	00	15081	15081455
2939255	Dambach	dambach	DE	55765	156	Europe/Berlin	49.63333	7.13333			07134018	08	00	07134	07134018
2939256	Dambach	dambach	DE	55765	0	Europe/Berlin	49.46227	10.96865				02	095	09563	09563000
2939257	Dambach	dambach	DE	55765	0	Europe/Berlin	49.09372	10.56739				02	095	09571	09571141
2939258	Dambach	dambach	DE	55765	0	Europe/Berlin	49.00125	10.32861				01	081	08136	08136068
2939259	Dambach	dambach	DE	55765	0	Europe/Berlin	48.57506	12.98432				02	092	09277	09277142
2939260	Dambach	dambach	DE	55765	0	Europe/Berlin	48.39814	12.24637				02	092	09274	09274154
2939261	Dambach	dambach	DE	55765	0	Europe/Berlin	48.28793	12.88026				02	092	09277	09277154
2939293	Dalldorf	dalldorf	DE	21483	355	Europe/Berlin	53.435	10.61185			01053022	10	00	01053	01053022
2939294	Dalldorf	dalldorf	DE	21483	0	Europe/Berlin	52.95164	10.82514		Dalldorf (Suhlendorf)		06	00	03360	03360024
2939295	Dalldorf	dalldorf	DE	21483	0	Europe/Berlin	52.44492	10.3826		Dalldorf (Leiferde)		06	00	03151	03151015
2939296	Dalldorf	dalldorf	DE	21483	0	Europe/Berlin	51.92591	11.26634		Dalldorf		14	00	15083	15083245
2939307	Dalkendorf	dalkendorf	DE	17166	341	Europe/Berlin	53.81483	12.50206		Dalkendorf		12	00	13072	13072024
2939319	Dalheim	dalheim	DE	55278	0	Europe/Berlin	51.48191	9.18861		Dalheim		07	057	05762	05762036
2939320	Dalheim	dalheim	DE	55278	0	Europe/Berlin	51.15	6.18333				07	053	05370	05370040
2939321	Dalheim	dalheim	DE	55278	1007	Europe/Berlin	49.82667	8.29528			07339010	08	00	07339	07339010
2939322	Dalheim	dalheim	DE	55278	0	Europe/Berlin	51.55592	8.83176				07	057	05774	05774028
2939326	Daleiden	daleiden	DE	54689	885	Europe/Berlin	50.07	6.18361		Dalajden,Doleeden,da lai deng,Далайден,Далајден,达莱登	07232213	08	00	07232	07232213
2939330	Daldorf	daldorf	DE	24635	752	Europe/Berlin	54.01667	10.25		Daldorf	01060016	10	00	01060	01060016
2939336	Dalberg	dalberg	DE	55595	0	Europe/Berlin	53.72472	11.28593		Dalberg		12	00	13074	13074015
2939337	Dalberg	dalberg	DE	55595	249	Europe/Berlin	49.9	7.73333			07133021	08	00	07133	07133021
2939343	Daiting	daiting	DE	86653	807	Europe/Berlin	48.79177	10.90463			09779129	02	097	09779	09779129
2939345	Daisendorf	daisendorf	DE	88718	1514	Europe/Berlin	47.71265	9.26783		Dajzendorf,Dayzendorf,dai sen duo fu,daizendorpi,Дайзендорф,Дајзендорф,Դայզենդորֆ,დაიზენდორფი,戴森多夫	08435010	01	084	08435	08435010
2939369	Dahnen	dahnen	DE	54689	358	Europe/Berlin	50.06667	6.15			07232212	08	00	07232	07232212
2939370	Dahn	dahn	DE	66994	4994	Europe/Berlin	49.15098	7.77843		Dahn,Dan,da en,dan,Дан,دان,ダーン,达恩		08	00	07340	07340004
2939375	Dahmker	dahmker	DE	22946	156	Europe/Berlin	53.58333	10.45		Dahmker	01053021	10	00	01053	01053021
2939385	Dahmen	dahmen	DE	17166	621	Europe/Berlin	53.66092	12.58141				12	00	13072	13072023
2939387	Dahme	dahme	DE	23747	1117	Europe/Berlin	54.21667	11.08333			01055010	10	00	01055	01055010
2939388	Dahme	dahme	DE	23747	5924	Europe/Berlin	51.87008	13.42743		Dahme,Dahme/Mark		11	00	12072	12072053
2939390	Dahlwitz-Hoppegarten	dahlwitz-hoppegarten	DE	15366	0	Europe/Berlin	52.51667	13.66667		Dahlwitz-Hoppegarten		11	00	12064	12064227
2939404	Dahlheim	dahlheim	DE	56348	0	Europe/Berlin	51.32161	9.64153				06	00	03159	03159034
2939405	Dahlheim	dahlheim	DE	56348	935	Europe/Berlin	50.21018	7.69583		Dahlheim,Dal'khajm,Dalheim,Dalkhajm,Далхајм,Дальхайм	07141024	08	00	07141	07141024
2939417	Dahlewitz	dahlewitz	DE	15827	0	Europe/Berlin	52.32093	13.44007		Dahlewitz		11	00	12072	12072017
2939420	Dahlenwarsleben	dahlenwarsleben	DE	39326	1424	Europe/Berlin	52.19519	11.53736				14	00	15083	15083390
2939426	Dahlenburg	dahlenburg	DE	21368	3465	Europe/Berlin	53.18767	10.7365		Dahlenburg,Dalenburg,da lun bao,Даленбург,达伦堡		06	00	03355	03355013
2939430	Dahlen	dahlen	DE	04774	0	Europe/Berlin	53.68488	13.42844				12	00	13071	13071019
2939431	Dahlen	dahlen	DE	04774	0	Europe/Berlin	52.86008	12.05108				14	00	15090	15090225
2939432	Dahlen	dahlen	DE	04774	701	Europe/Berlin	52.56049	11.82575				14	00	15090	15090535
2939433	Dahlen	dahlen	DE	04774	0	Europe/Berlin	52.21049	12.42092		Dahlen		11	00	12069	12069232
2939434	Dahlen	dahlen	DE	04774	5211	Europe/Berlin	51.36495	12.99881		Dahlen		13	00	14730	14730060
2939435	Dahlen	dahlen	DE	04774	0	Europe/Berlin	50.47902	7.90028				08	00	07143	07143263
2939440	Dahlem	dahlem	DE	21368	15737	Europe/Berlin	52.4581	13.28702		Berlin-Dahlem,Dalem,Далем,דאהלם		16	00	11000	11000000
2939441	Dahlem	dahlem	DE	21368	543	Europe/Berlin	53.2	10.75			03355012	06	00	03355	03355012
2939442	Dahlem	dahlem	DE	21368	4221	Europe/Berlin	50.38607	6.54768			05366012	07	053	05366	05366012
2939443	Dahlem	dahlem	DE	21368	0	Europe/Berlin	49.98962	6.68574				08	00	07232	07232311
2939444	Dahlem	dahlem	DE	21368	235	Europe/Berlin	49.91667	6.6			07232024	08	00	07232	07232024
2939482	Dägeling	dageling	DE	25578	1048	Europe/Berlin	53.88333	9.53333		Daegeling,Dageling,Dägeling	01061022	10	00	01061	01061022
2939489	Dagebüll	dagebull	DE	25899	948	Europe/Berlin	54.72928	8.70083		Dagebil,Dagebjull',Dagebol,Dagebøl,Doogebel,da ge bi er,Дагебил,Дагебюлль,达格比尔	01054022	10	00	01054	01054022
2939498	Dadow	dadow	DE	19294	160	Europe/Berlin	53.21997	11.48798		Dadow		12	00	13076	13076049
2939505	Dackscheid	dackscheid	DE	54649	160	Europe/Berlin	50.11667	6.38333			07232211	08	00	07232	07232211
2939508	Dackenheim	dackenheim	DE	67273	411	Europe/Berlin	49.52111	8.18722			07332008	08	00	07332	07332008
2939510	Dachwig	dachwig	DE	99100	1594	Europe/Berlin	51.0777	10.85479		Dachwig	16067009	15	00	16067	16067009
2939511	Dachtmissen	dachtmissen	DE	21391	0	Europe/Berlin	53.25377	10.31784				06	00	03355	03355031
2939512	Dachtmissen	dachtmissen	DE	21391	0	Europe/Berlin	52.46384	10.04791		Dachmissen,Dachtmissen		06	00	03241	03241003
2939532	Dachsenhausen	dachsenhausen	DE	56340	1059	Europe/Berlin	50.25415	7.72725			07141023	08	00	07141	07141023
2939608	Dachsbach	dachsbach	DE	91462	0	Europe/Berlin	49.64051	10.70652		Dakhsbakh,Daksbakh,da si ba he,Даксбах,Дахсбах,Դաքսբախ,达斯巴赫		02	095	09575	09575117
2939623	Dachau	dachau	DE	85221	39740	Europe/Berlin	48.26	11.43402		Dachanum,Dachau,Dakhau,Daxau,Dochau,Ntachaou,ZCR,da hao,dahau,dahhau,dakhaw,teccu,Νταχάου,Дахау,Դախաու,דאכוי,דכאו,داخاو,ڈاکسو,டேச்சு,ダッハウ,达豪,다하우	09174	02	091	09174	09174115
2939625	Dabrun	dabrun	DE	06888	675	Europe/Berlin	51.83304	12.70941		Dabrun,Dabrun-Melzwig		14	00	15091	15091160
2939634	Daberkow	daberkow	DE	17129	436	Europe/Berlin	53.84044	13.30073		Daberkow		12	00	13075	13075023
2939635	Dabergotz	dabergotz	DE	16818	594	Europe/Berlin	52.9031	12.72466			12068072	11	00	12068	12068072
2939645	Dabel	dabel	DE	19406	1419	Europe/Berlin	53.66112	11.90025				12	00	13076	13076026
2939648	Daasdorf am Berge	daasdorf-am-berge	DE	99428	0	Europe/Berlin	50.99549	11.26164		Daasdorf,Daasdorf a. Berge,Daasdorf am Berge		15	00	16071	16071103
2939650	Daaden	daaden	DE	57567	4499	Europe/Berlin	50.73333	7.96667		Daden,da deng,daaden,dadyn,Даден,دادین,ダアーデン,达登	07132018	08	00	07132	07132018
2939658	Cuxhaven	cuxhaven	DE	27472	52677	Europe/Berlin	53.86828	8.69902		Cux,Cuxhaven,Cuxhoben,Cuxhuuwen,FCN,Kuksgafen,Kukskhafen,Kukskhaven,ku ke si gang,kugseuhapen,kukkusuhafen,kwkshafn,kwkshawn,Куксгафен,Куксхавен,Куксхафен,Կուքսհաֆեն,كوكسهافن,کوکسهاون,ککسہیون,クックスハーフェン,库克斯港,쿡스하펜	03352	06	00	03352	03352011
2939665	Cursdorf	cursdorf	DE	98744	767	Europe/Berlin	50.56667	11.13333		Kursdorf,ku er si duo fu,Курсдорф,库尔斯多夫	16073013	15	00	16073	16073013
2939687	Cunewalde	cunewalde	DE	02733	5601	Europe/Berlin	51.1	14.51667		Cunewalde,Kumwald,Kumwałd,Kuneval'de,Kunevalde,ku nei wa er de,Куневалде,Куневальде,库内瓦尔德	14625090	13	00	14625	14625090
2939693	Cumlosen	cumlosen	DE	19322	910	Europe/Berlin	53.03333	11.66667		Cumlosen,Kumlosen	12070060	11	00	12070	12070060
2939703	Crussow	crussow	DE	16278	0	Europe/Berlin	52.99981	14.0801				11	00	12073	12073008
2939710	Crottendorf	crottendorf	DE	09474	4705	Europe/Berlin	50.51667	12.95		Crottendorf,Krotendorf,Krottendorf,ke luo teng duo fu,Кротендорф,Кроттендорф,克罗滕多夫	14521130	13	00	14521	14521130
2939711	Crottendorf	crottendorf	DE	09474	0	Europe/Berlin	49.99413	11.59956				02	094	09472	09472119
2939714	Crostwitz	crostwitz	DE	01920	1201	Europe/Berlin	51.23832	14.24338		Chroscicy,Chrósćicy,Crostwitz,Crostwitz/Chroscicy,Crostwitz/Chrósćicy,Crostwitzi vald,Krostvic,ke luo si te wei ci,Кроствиц,克罗斯特维茨	14625080	13	00	14625	14625080
2939717	Crostau	crostau	DE	02681	1786	Europe/Berlin	51.08462	14.45589		Chrostawa,Chróstawa,Crostau,Crostau vald,Krostau,Кростау		13	00	14625	14625525
2939730	Cronenberg	cronenberg	DE	67744	0	Europe/Berlin	51.20706	7.13401		Cronenberg,Kronenberg,Kronenburg		07	051	05124	05124000
2939731	Cronenberg	cronenberg	DE	67744	172	Europe/Berlin	49.65	7.61667		Kronenberg,ke luo nen bei ge,Кроненберг,克罗嫩贝格	07336013	08	00	07336	07336013
2939739	Crivitz	crivitz	DE	19089	4970	Europe/Berlin	53.57316	11.65194		Crivitz,Krivic,Krivica,Krīvica,ke li fei ci,kryfyts,srywytz,Кривиц,سریویتز,كريفيتس,克里菲茨		12	00	13076	13076025
2939742	Crispendorf	crispendorf	DE	07924	453	Europe/Berlin	50.59149	11.73366		Crispendorf,Krispendorf,ke li si peng duo fu,Криспендорф,克里斯彭多夫	16075098	15	00	16075	16075098
2939745	Crinitz	crinitz	DE	03246	1504	Europe/Berlin	51.73333	13.76667		Krinic,Krynica,ke li ni ci,Криниц,Կրինից,克里尼茨	12062088	11	00	12062	12062088
2939747	Crimmitschau	crimmitschau	DE	08451	22442	Europe/Berlin	50.81644	12.39045		Crimmitschau,Crimmitshau,Krimichau,Krimmicava,Krimmichau,Krimmičava,Stadt Crimmitschau,ke li mi ci xiao,krymytshaw,krymytshwa,Кримичау,Криммичау,كريميتشاو,کریمیتشوا,克里米茨肖		13	00	14524	14524030
2939748	Crimla	crimla	DE	07557	358	Europe/Berlin	50.8	12.05		Crimla	16076014	15	00	16076	16076014
2939754	Creuzburg	creuzburg	DE	99831	2658	Europe/Berlin	51.05288	10.2475		Creuzburg,Krojcburg,ke luo yi ci bao,krwytsbwrgh,krwyzbrg,Кройцбург,Кројцбург,كرويتسبورغ,کرویزبرگ,克罗伊茨堡		15	00	16063	16063104
2939756	Creußen	creussen	DE	95473	4871	Europe/Berlin	49.84495	11.62683		Creussen,Creuszen,Creußen,Krojsen,Krojssen,Kroysen,ke luo yi sen,krwysn,kuroisen,Кройсен,Кройссен,Кројсен,Կրոյսեն,كرويسن,کرویسن,クロイセン,克罗伊森		02	094	09472	09472127
2939763	Cremlingen	cremlingen	DE	38162	12808	Europe/Berlin	52.25	10.65		Cremlingen,Kremlingen,ke lei mu lin gen,Кремлинген,克雷姆林根	03158006	06	00	03158	03158006
2939767	Creglingen	creglingen	DE	97993	4828	Europe/Berlin	49.46937	10.03119		Creglingen,Kreglingen,ke lei ge lin gen,krghlynghn,krglyngn,kurekuringen,Креглинген,Креглінген,كرغلينغن,کرگلینگن,クレクリンゲン,克雷格林根		01	081	08128	08128020
2939770	Crawinkel	crawinkel	DE	99330	1640	Europe/Berlin	50.78333	10.78333		Crawinkel	16067053	15	00	16067	16067053
2939782	Cramonshagen	cramonshagen	DE	19071	556	Europe/Berlin	53.70554	11.27456		Cramonshagen		12	00	13074	13074014
2939788	Cramme	cramme	DE	38312	959	Europe/Berlin	52.11331	10.44671			03158005	06	00	03158	03158005
2939789	Cramberg	cramberg	DE	65558	500	Europe/Berlin	50.34168	7.94269		Kramberg	07141022	08	00	07141	07141022
2939797	Crailsheim	crailsheim	DE	74564	32262	Europe/Berlin	49.13444	10.07193		Crailsheimum,ICrailsheim,Krailsheimas,Krajl'sgajm,Krajl'skhajm,Krajlskhajm,QEI,Stadt Crailsheim,ke lai er si hai mu,kraylshaym,krylzhaym,kurairusuhaimu,Крайльсгайм,Крайльсхайм,Крајлсхајм,كرايلسهايم,کریلزهایم,クライルスハイム,克赖尔斯海姆		01	081	08127	08127014
2939811	Cottbus	cottbus	DE	03042	84754	Europe/Berlin	51.75769	14.32888		CBU,Chocebuz,Chociebuz,Chociebuż,Chosebuz,Chotebuz,Chotěbuz,Choćebuz,Chóśebuz,Cotbusium,Cottbus,Kotbus,Kotbusa,Kotbusas,Kottbus,ke te bu si,khxthth bus,kosbuseu,kotobusu,ktbws,kwtbws,qwtbws,Котбус,קוטבוס,كوتبوس,کتبوس,کوٹبس,คอทท์บุส,კოტბუსი,コトブス,科特布斯,콧부스	12052	11	00	12052	12052000
2939819	Coswig	coswig	DE	01640	8495	Europe/Berlin	51.88618	12.45009		Coswig,Kosvig,kswyg,Косвиг,کسویگ		14	00	15091	15091060
2939820	Coswig	coswig	DE	01640	22304	Europe/Berlin	51.13204	13.58312		Coswig,Kosvig,kswyg,Косвиг,کسویگ		13	00	14627	14627010
2939840	Cosa	cosa	DE	06369	0	Europe/Berlin	53.60889	13.60394				12	00	13071	13071035
2939841	Cosa	cosa	DE	06369	242	Europe/Berlin	51.69547	12.07683		Cosa		14	00	15082	15082377
2939847	Cornberg	cornberg	DE	36219	1621	Europe/Berlin	51.0416	9.86051		Cornberg,Dorf Kornberg,Kornberg,ke en bei ge,Корнберг,科恩贝格	06632005	05	066	06632	06632005
2939860	Coppengrave	coppengrave	DE	31091	683	Europe/Berlin	51.98333	9.73333		Kopengrave,Koppengrafe,ke peng la fei,Копенграве,Коппенграфе,科彭拉费	03254041	06	00	03254	03254041
2939870	Contwig	contwig	DE	66497	5029	Europe/Berlin	49.25	7.43333		Kontvig,kong te wei xi,Контвиг,孔特维希	07340206	08	00	07340	07340206
2939900	Colnrade	colnrade	DE	27243	855	Europe/Berlin	52.83333	8.48333		Kol'nrade,Kolnrade,ke er en la de,Колнраде,Кольнраде,科尔恩拉德	03458002	06	00	03458	03458002
2939907	Colmberg	colmberg	DE	91598	2142	Europe/Berlin	49.3548	10.41157		Colmberg,Kol'mberg,Kolmberg,korumuberuku,Колмберг,Кольмберг,Կոլմբերգ,コルムベルク		02	095	09571	09571130
2939927	Colditz	colditz	DE	04680	5173	Europe/Berlin	51.12821	12.80295		Colditz,Kol'dic,Koldic,Koldica,Kolntits,ke er di ci,kldytz,kwldyts,Κόλντιτς,Колдиц,Кольдиц,كولديتس,کلدیتز,科尔迪茨		13	00	14729	14729080
2939940	Colbitz	colbitz	DE	39326	3443	Europe/Berlin	52.31708	11.60534		Kol'bic,Kolbic,Kolbitz,ke er bi ci,Колбиц,Кольбиц,科尔比茨	15083130	14	00	15083	15083130
2939945	Coesfeld	coesfeld	DE	48653	36631	Europe/Berlin	51.94349	7.16809		Coesfeld,Cosfeldia,Kesfel'd,Koesfeld,Koosfeld,Kosfel'd,Kosfeld,ke ai si fei er de,ksfld,kwsfld,Кесфельд,Коесфелд,Косфелд,Косфельд,كوسفلد,کسفلد,科埃斯费尔德	05558	07	055	05558	05558012
2939946	Cochstedt	cochstedt	DE	06449	1311	Europe/Berlin	51.88247	11.41085		CSO,Cochstedt,Cocstede,Kochstedt		14	00	15089	15089175
2939949	Cochem	cochem	DE	56812	5215	Europe/Berlin	50.14511	7.16379		Cochem,Kochem,Kokhem,ke he mu,kohhemu,kwshm,qwkm,Кохем,קוכם,كوشم,کوشم,コッヘム,科赫姆	07135	08	00	07135	07135020
2939951	Coburg	coburg	DE	96450	41901	Europe/Berlin	50.25937	10.96384		Cobourg,Coburg,Coburgo,Coburgum,Cuburgh,Koburg,Koburq,Kreisfreie Stadt Coburg,ke bao,kho bur k,kobuleukeu,koburuku,kwbrg,kwbwrg,kwbwrgh,Кобург,Կոբուրգ,كوبورغ,کوبرگ,کوبورگ,โคบูร์ก,コーブルク,科堡,코부르크	09463	02	094	09463	09463000
2939956	Cobbelsdorf	cobbelsdorf	DE	06869	667	Europe/Berlin	51.96079	12.52997		Cobbelsdorf		14	00	15091	15091060
2939957	Cobbel	cobbel	DE	39517	293	Europe/Berlin	52.39341	11.86008				14	00	15090	15090546
2939969	Cloppenburg	cloppenburg	DE	49661	31177	Europe/Berlin	52.84754	8.045		Cloppenborg,Cloppenburg,Klopenburg,Kloppenboarch,Kloppenburg,Kloppenbuurich,ke luo peng bao,klwbnbwrgh,klwpnbwrg,Клопенбург,Клоппенбург,كلوبنبورغ,کلوپنبورگ,克洛彭堡	03453	06	00	03453	03453004
2939972	Clingen	clingen	DE	99718	1103	Europe/Berlin	51.23206	10.93281		Clingen,Klingen,ke lin gen,klynghn,klyngn,Клинген,كلينغن,کلینگن,克林根		15	00	16065	16065012
2939983	Clenze	clenze	DE	29459	2448	Europe/Berlin	52.93729	10.9575		Clenze,Klence,Klenze,Kloncka,ke lun ce,klntsh,Кленце,کلنتسه,克伦策		06	00	03354	03354002
2939990	Cleebronn	cleebronn	DE	74389	2762	Europe/Berlin	49.045	9.03694		Klebron,Klebronn,ke lai bu long,kureburon,Клеброн,Клебронн,クレーブロン,克莱布龙	08125017	01	081	08125	08125017
2939995	Clausthal-Zellerfeld	clausthal-zellerfeld	DE	38678	15345	Europe/Berlin	51.80949	10.33821		Bergstadt-Clausthal-Zellerfeld,Clausthal-Zellerfeld,Klaustal'-Cellerfel'd,Klaustal-Celerfeld,Klaustal-Zellerfeld,ke lao si ta er,klawstal tsyllrfyld,klawstal-tslrfld,Клаустал-Целерфелд,Клаусталь-Целлерфельд,كلاوستال تسيللرفيلد,کلازتھال زیلرفیلڈ,کلاوستال-تسلرفلد,克劳斯塔尔		06	00	03153	03153018
2939997	Claußnitz	claussnitz	DE	09236	3505	Europe/Berlin	50.93333	12.88333		Claussnitzi vald,Claußnitzi vald,Klausnic,ke lao si ni ci,Клаусниц,克劳斯尼茨	14522070	13	00	14522	14522070
2940003	Clausen	clausen	DE	66978	1626	Europe/Berlin	49.26075	7.6773			07340003	08	00	07340	07340003
2940049	Christinenthal	christinenthal	DE	25593	0	Europe/Berlin	54.05	9.53333		Christinental,Christinenthal	01061021	10	00	01061	01061021
2940068	Christiansholm	christiansholm	DE	24799	295	Europe/Berlin	54.31667	9.41667		Christiansholm	01058036	10	00	01058	01058036
2940097	Christes	christes	DE	98547	703	Europe/Berlin	50.66667	10.48333		Christes	16066015	15	00	16066	16066015
2940119	Chorin	chorin	DE	16230	2609	Europe/Berlin	52.90197	13.87153		Khorin,Korin,xiao lin,Корин,Хорин,Կորին,肖林	12060045	11	00	12060	12060045
2940126	Chiemsee	chiemsee	DE	83256	311	Europe/Berlin	47.86233	12.40122			09187123	02	091	09187	09187123
2940127	Chieming	chieming	DE	83339	4503	Europe/Berlin	47.89258	12.54012		Cheaming,Khiming,Kiming,Ximing,shymyng,xi ming ge,Киминг,Кімінг,Химинг,Խիմինգ,شیمینگ,希明格	09189114	02	091	09189	09189114
2940131	Chemnitz	chemnitz	DE	09111	0	Europe/Berlin	53.58199	13.15428		Chemnitz		12	00	13071	13071010
2940132	Chemnitz	chemnitz	DE	09111	247220	Europe/Berlin	50.8357	12.92922		Chemnicas,Chemnicium,Chemnitz,Hemnica,Kamenica,Kamjenica,Karl-Marx-Stadt,Kemnic,Kemnits,Khemnic,Saska Kamenice,Saská Kamenice,ZTZ,chymntz,kai mu ni ci,kemnicheu,kemunittsu,khe mniths,kmnytz,kymnts,qmnyz,Κέμνιτς,Кемниц,Хемниц,Хемніц,קמניץ,קעמניץ,كيمنتس,چیمنتز,کمنیتز,เคมนิทซ์,კემნიცი,ケムニッツ,开姆尼茨,켐니츠	14511	13	00	14511	14511000
2940190	Charlottenberg	charlottenberg	DE	56379	161	Europe/Berlin	50.3437	7.88081			07141021	08	00	07141	07141021
2940201	Chamerau	chamerau	DE	93466	2667	Europe/Berlin	49.2	12.75		Kamerau,Khamerau,Xamerau,xia mei lao,Камерау,Хамерау,Խամերաու,夏梅劳	09372117	02	093	09372	09372117
2940204	Cham	cham	DE	93413	17314	Europe/Berlin	49.22565	12.65501		Cham,Cham Regen,QHQ	09372	02	093	09372	09372116
2940213	Celle	celle	DE	29221	71010	Europe/Berlin	52.62264	10.08047		Cehle,Cele,Cella,Celle,Celle i Tyskland,Celė,ZCN,ce lei,chelle,sel lex,slh,syly,tsu~ere,Целе,Целле,Цэле,سله,سيلي,เซลเลอ,ツェレ,策勒,첼레	03351	06	00	03351	03351006
2940218	Cavertitz	cavertitz	DE	04758	2584	Europe/Berlin	51.38333	13.13333		Kafertic,ka fei er di ci,Кафертиц,Кафертіц,卡费尔蒂茨	14730050	13	00	14730	14730050
2940227	Cattenstedt	cattenstedt	DE	38889	727	Europe/Berlin	51.77697	10.96762		Cattenstedt		14	00	15085	15085055
2940230	Castrum	castrum	DE	83376	0	Europe/Berlin	47.94253	12.50494				02	091	09189	09189143
2940231	Castrop-Rauxel	castrop-rauxel	DE	44575	77924	Europe/Berlin	51.55657	7.31155		Castrop-Rauxel,Kastrop-Rauksel,Kastrop-Rauksel',Stadt Castrop-Rauxel,ZCM,ka si te luo pu-lao ke sai er,kastrwb rawksl,kastrwp-rawksl,khas thrx ph-rea seil,Кастроп-Рауксел,Кастроп-Рауксель,كاستروب راوكسل,کاستروپ-راوکسل,คัสทรอพ-เราเซิล,卡斯特罗普-劳克塞尔		07	055	05562	05562004
2940235	Castell	castell	DE	97355	820	Europe/Berlin	49.74173	10.34978		Castell	09675116	02	096	09675	09675116
2940246	Casekow	casekow	DE	16306	2388	Europe/Berlin	53.21117	14.20824		Kasekow,Kazekov,ka sai ke,Казеков,Կազեկով,卡塞科	12073097	11	00	12073	12073097
2940247	Casekirchen	casekirchen	DE	06618	278	Europe/Berlin	51.06634	11.83982		Casekirchen,Cesice [a. 977],Kaiskirgen [a. 1235],Kaskeriken [a. 1250],Kaskerkene [a. 1253],Kazekirkhen,Казекирхен		14	00	15084	15084341
2940259	Carpin	carpin	DE	17237	1025	Europe/Berlin	53.35691	13.24328		Carpin,Karpin,ka er ping,Карпин,卡尔平		12	00	13071	13071025
2940305	Karlsdorf	karlsdorf	DE	07646	0	Europe/Berlin	51.15311	14.26941		Carlsdorf,Karlecy,Karlsdorf		13	00	14625	14625100
2940308	Carlsberg	carlsberg	DE	67316	0	Europe/Berlin	51.08975	14.46641				13	00	14625	14625525
2940309	Carlsberg	carlsberg	DE	67316	3536	Europe/Berlin	49.50389	8.04167			07332007	08	00	07332	07332007
2940311	Carlow	carlow	DE	19217	1268	Europe/Berlin	53.75861	10.93789		Carlow		12	00	13074	13074013
2940322	Cappel	cappel	DE	27639	776	Europe/Berlin	53.72648	8.5703		Cappel,Kappel	03352061	06	00	03352	03352061
2940323	Cappel	cappel	DE	27639	0	Europe/Berlin	51.9576	8.99746				07	057	05766	05766016
2940324	Cappel	cappel	DE	27639	0	Europe/Berlin	51.68125	8.30643		Cappel		07	059	05974	05974028
2940325	Cappel	cappel	DE	27639	0	Europe/Berlin	51.12703	9.33937		Cappel,Kappel		05	066	06634	06634005
2940326	Cappel	cappel	DE	27639	0	Europe/Berlin	50.77836	8.77143		Cappel		05	065	06534	06534014
2940327	Cappel	cappel	DE	27639	0	Europe/Berlin	49.20004	9.53013		Cappel		01	081	08126	08126066
2940362	Kammin	kammin	DE	17506	0	Europe/Berlin	54.58332	13.32847		Cammin,Kammin		12	00	13073	13073013
2940363	Cammin	cammin	DE	17094	858	Europe/Berlin	53.99041	12.35928				12	00	13072	13072021
2940364	Cammin	cammin	DE	17094	337	Europe/Berlin	53.438	13.30145		Cammin		12	00	13071	13071021
2940372	Caminchen	caminchen	DE	15913	0	Europe/Berlin	51.95289	14.07005		Caminchen,Kaminchen,Kamjenki		11	00	12061	12061352
2940375	Camin	camin	DE	19246	352	Europe/Berlin	53.46373	10.96848				12	00	13076	13076142
2940377	Camburg	camburg	DE	07774	2958	Europe/Berlin	51.05524	11.70967		Camburg,Kamburg,Камбург		15	00	16074	16074011
2940379	Cambs	cambs	DE	19067	733	Europe/Berlin	53.69716	11.52715		Kambs,kan bu si,Камбс,坎布斯		12	00	13076	13076024
2940381	Bad Camberg	bad-camberg	DE	65520	14195	Europe/Berlin	50.29695	8.26896		Bad Camberg,Bad Kamberg,Bad-Kamberg,Camberg,Kamberg,ba te kan bei ge,bad kambrg,bad kambrgh,Бад Камберг,Бад-Камберг,باد كامبرغ,باد کامبرگ,巴特坎贝格		05	065	06533	06533003
2940383	Calw	calw	DE	75365	23740	Europe/Berlin	48.71419	8.74031		Calewa,Calw,Kal'v,Kalv,ka er fu,kalf,karufu,klaw,Калв,Кальв,Կալվ,كالف,کلاو,カルフ,卡尔夫	08235	01	082	08235	08235085
2940386	Calvörde	calvorde	DE	39359	1742	Europe/Berlin	52.39551	11.29463		Calvoerde vald,Calvorde,Calvörde,Calvörde vald,Kal'ferde,Kal'fjorde,Kalferde,ka er fu er de,Калферде,Кальферде,Кальфёрде,卡尔弗尔德	15083125	14	00	15083	15083125
2940396	Callenberg	callenberg	DE	09337	0	Europe/Berlin	51.0887	14.43996		Callenberg,Chemberk		13	00	14625	14625525
2940397	Callenberg	callenberg	DE	09337	5763	Europe/Berlin	50.85	12.63333		Kalenberg,Kallenberg,ka lun bei ge,Каленберг,Калленберг,卡伦贝格	14524020	13	00	14524	14524020
2940398	Callenberg	callenberg	DE	09337	0	Europe/Berlin	50.27855	10.92125				02	094	09463	09463000
2940402	Callbach	callbach	DE	67829	395	Europe/Berlin	49.7	7.7			07133020	08	00	07133	07133020
2940412	Calden	calden	DE	34379	7752	Europe/Berlin	51.40943	9.40189		Kal'den,Kalden,ka er deng,karuden,Калден,Кальден,カルデン,卡尔登	06633005	05	066	06633	06633005
2940416	Calberlah	calberlah	DE	38547	4987	Europe/Berlin	52.42074	10.62326	67	Kal'berla,Kalberlah,Kalberlakh,Kalberloa,Kaluerlege [a. 1318],Kalŭerlege [a. 1318],ka er bei er la,Калберлах,Кальберла,卡尔贝尔拉	03151006	06	00	03151	03151006
2940419	Calbe	calbe	DE	39240	11322	Europe/Berlin	51.90668	11.77478		Calbe,Calbe an der Saale,Calva,Kal'be,Kalbe,kalbh,kalbt,Калбе,Кальбе,كالبة,کالبه		14	00	15089	15089055
2940426	Cahnsdorf	cahnsdorf	DE	15926	0	Europe/Berlin	51.85039	13.74705		Cahnsdorf,Kahnsdorf		11	00	12061	12061320
2940428	Cadolzburg	cadolzburg	DE	90556	10164	Europe/Berlin	49.4573	10.85329		Kadol'cburg,Kadolcburg,ka duo er ci bao,Кадолцбург,Кадольцбург,Կադոլցբուրգ,卡多尔茨堡		02	095	09573	09573114
2940430	Cadenberge	cadenberge	DE	21781	3421	Europe/Berlin	53.76926	9.06269		Kadenberge,Kumbarg,ka deng bei ge,Каденберге,卡登贝格	03352063	06	00	03352	03352063
2940436	Caaschwitz	caaschwitz	DE	07586	742	Europe/Berlin	50.95	12		Caaschwitz,Gaaschwitz	16076012	15	00	16076	16076012
2940443	Byhlen	byhlen	DE	15913	0	Europe/Berlin	51.90929	14.1862		Belin,Byhlen,Bělin		11	00	12061	12061061
2940446	Byhleguhre	byhleguhre	DE	15913	0	Europe/Berlin	51.87926	14.17448		Betla Gora,Byhleguhre,Bětła Gora,Geroburg		11	00	12061	12061061
2940451	Buxtehude	buxtehude	DE	21614	38192	Europe/Berlin	53.46716	9.68636		Bukstekhude,Buxtehude,Gemeen Buxthu,bukusutefude,bwksthwdh,Букстехуде,بوكستهوده,بوکستهوده,ブクステフーデ		06	00	03359	03359010
2940456	Buxheim	buxheim	DE	85114	0	Europe/Berlin	48.80686	11.2921			09176118	02	091	09176	09176118
2940457	Buxheim	buxheim	DE	85114	3060	Europe/Berlin	48	10.13333			09778123	02	097	09778	09778123
2940477	Butzow	butzow	DE	17392	486	Europe/Berlin	53.8349	13.64639		Bucov,Butcov,bu cuo,Бутцов,Буцов,布措		12	00	13075	13075022
2940478	Butzow	butzow	DE	17392	0	Europe/Berlin	52.49102	12.60066		Butzow		11	00	12069	12069019
2940502	Butzen	butzen	DE	15913	0	Europe/Berlin	51.93428	14.16804		Bucyn,Butzen		11	00	12061	12061470
2940512	Butzbach	butzbach	DE	35510	25156	Europe/Berlin	50.43395	8.67122		Bucbakh,bu ci ba he,buttsubahha,bwtsbakh,bwtzbakh,Буцбах,بوتزباخ,بوتسباخ,ブッツバッハ,布茨巴赫		05	064	06440	06440005
2940529	Buttlar	buttlar	DE	36419	1437	Europe/Berlin	50.7577	9.95277		Butlar,bu te la er,Бутлар,布特拉尔	16063011	15	00	16063	16063011
2940534	Bütthard	butthard	DE	97244	1300	Europe/Berlin	49.59913	9.87987		Bitard,Bjuttard,Bjuttkhard,Butthar,Butthard,Butthart,Bütthar,Bütthard,Bütthart,bi ta er de,byuttoharuto,Битард,Бюттард,Бюттхард,Բյութարդ,ビュットハルト,比塔尔德		02	096	09679	09679122
2940611	Buttenwiesen	buttenwiesen	DE	86647	5750	Europe/Berlin	48.6	10.71667		Butenvisen,Buttenvizen,bu teng wei sen,bwtnwyzn,Бутенвисен,Буттенвизен,Буттенвізен,Բութենվիզեն,بوتنویزن,布滕维森	09773122	02	097	09773	09773122
2940613	Buttenheim	buttenheim	DE	96155	3242	Europe/Berlin	49.80365	11.03002		Butenkhajm,Buttengajm,Buttenkhajm,bu teng hai mu,buttenhaimu,Бутенхајм,Буттенгайм,Буттенхайм,Բութենհայմ,ブッテンハイム,布滕海姆		02	094	09471	09471123
2940622	Buttelstedt	buttelstedt	DE	99439	1411	Europe/Berlin	51.0765	11.34353		Butelshtet,Buttel'shtedt,Buttelstedt,bu te er si te,bwtlshtyt,Бутелштет,Буттельштедт,بوتلشتيت,بوتل‌اشتت,布特尔斯特		15	00	16071	16071102
2941119	Burgstall	burgstall	DE	39517	0	Europe/Berlin	49.55005	10.87672				02	095	09572	09572132
2940633	Büttelborn	buttelborn	DE	64572	13338	Europe/Berlin	49.90333	8.52333		Bitelborn,Bjuttel'born,Buettelborn,Büttelborn,bi te er bo en,byutteruborun,Бителборн,Бюттельборн,ビュッテルボルン,比特尔博恩	06433003	05	064	06433	06433003
2940636	Büttel	buttel	DE	25572	48	Europe/Berlin	53.9	9.23333			01061020	10	00	01061	01061020
2940638	Buttel	buttel	DE	25572	0	Europe/Berlin	53.21667	8.25				06	00	03451	03451005
2940639	Buttel	buttel	DE	25572	0	Europe/Berlin	53.16168	8.40756				06	00	03461	03461001
2940669	Büsum	busum	DE	25761	4904	Europe/Berlin	54.13398	8.85756		Bizum,Bjuzum,Buesen,Büsen,HEI,bi su mu,Бизум,Бюзум,比苏姆	01051013	10	00	01051	01051013
2940721	Busenwurth	busenwurth	DE	25719	361	Europe/Berlin	54.04124	9.03774		Busenwurth	01051017	10	00	01051	01051017
2940724	Busenhausen	busenhausen	DE	57612	351	Europe/Berlin	50.71571	7.63353		Buzenkhauzen,bu sen hao sen,bwznhasn,Бузенхаузен,بوزنهاسن,布森豪森	07132017	08	00	07132	07132017
2940733	Busenberg	busenberg	DE	76891	1418	Europe/Berlin	49.13024	7.8293		Buzenberg,bu sen bei ge,Бузенберг,布森贝格	07340002	08	00	07340	07340002
2940734	Busenberg	busenberg	DE	76891	0	Europe/Berlin	48.02323	9.80727				01	084	08426	08426058
2940742	Busdorf	busdorf	DE	24866	0	Europe/Berlin	54.49111	9.54997		Busdorf,Bustrup,bu si duo fu,Бусдорф,布斯多夫	01059018	10	00	01059	01059018
2940743	Busdorf	busdorf	DE	24866	2149	Europe/Berlin	54.10345	10.08242		Busdorf		10	00	01057	01057071
2940744	Busdorf	busdorf	DE	24866	0	Europe/Berlin	54.01483	13.401		Busdorf,Bussdorf,Buszdorf,Bußdorf		12	00	13075	13075008
2940747	Buschvitz	buschvitz	DE	18528	220	Europe/Berlin	54.42998	13.47121				12	00	13073	13073014
2940779	Buschkuhnsdorf	buschkuhnsdorf	DE	06926	63	Europe/Berlin	51.81314	13.14616		Buschkuhnsdorf		14	00	15091	15091145
2940920	Burweg	burweg	DE	21709	989	Europe/Berlin	53.62475	9.26635		Burveg,Gemeen Burweg,bu er wei ge,buruvu~eku,Бурвег,ブルヴェク,布尔韦格	03359009	06	00	03359	03359009
2940925	Burtscheid	burtscheid	DE	54424	0	Europe/Berlin	50.76374	6.09334		Abdijvorstendom Burtscheid,Botsjet,Burtscheid,Bótsjet		07	053	05334	05334002
2940926	Burtscheid	burtscheid	DE	54424	121	Europe/Berlin	49.73333	6.95			07231017	08	00	07231	07231017
2940929	Burtenbach	burtenbach	DE	89349	3323	Europe/Berlin	48.34051	10.4528		Burtenbakh,Burtenbax,bu er teng ba he,Буртенбах,Բուրտենբախ,布尔滕巴赫		02	097	09774	09774122
2940942	Burscheid	burscheid	DE	51399	19215	Europe/Berlin	51.08468	7.11393		Burscheid,Burshajd,bu er sha yi de,bwrshayd,Буршайд,Буршајд,بورشايد,بورشاید,布尔沙伊德		07	053	05378	05378008
2940943	Burscheid	burscheid	DE	51399	0	Europe/Berlin	50.03737	6.35252		Burscheid		08	00	07232	07232011
2940947	Burrweiler	burrweiler	DE	76835	898	Europe/Berlin	49.24778	8.07833		Burvajler,bu er wei lei,Бурвайлер,Бурвајлер,布尔韦勒	07337015	08	00	07337	07337015
2940959	Burow	burow	DE	17089	1258	Europe/Berlin	53.77372	13.27318		Burow		12	00	13071	13071022
2940960	Burow	burow	DE	17089	0	Europe/Berlin	53.40227	12.00977				12	00	13076	13076089
2940961	Burow	burow	DE	17089	0	Europe/Berlin	53.21547	11.93234		Burow		11	00	12070	12070300
2940962	Burow	burow	DE	17089	0	Europe/Berlin	53.11315	13.1028		Burow		11	00	12065	12065117
2940977	Burladingen	burladingen	DE	72393	13131	Europe/Berlin	48.29111	9.11286		Burladingen,bu er la ding gen,bwrladynghn,bwrladyngn,Бурладинген,Бурладінген,بورلادينغن,بورلادینگن,布尔拉丁根		01	084	08417	08417013
2940992	Burkhardtsdorf	burkhardtsdorf	DE	09235	0	Europe/Berlin	51.01482	11.49998		Burkhardtsdorf		15	00	16071	16071001
2940993	Burkhardtsdorf	burkhardtsdorf	DE	09235	7067	Europe/Berlin	50.73333	12.91667		Burkkhardtsdorf,Burkkhartsdorf,bu er ke ha er ci duo fu,Буркхардтсдорф,Буркхартсдорф,布尔克哈尔茨多夫	14521120	13	00	14521	14521120
2941008	Burkersroda	burkersroda	DE	06647	329	Europe/Berlin	51.17719	11.64119		Burkersroda		14	00	15084	15084025
2941028	Burkau	burkau	DE	01906	3000	Europe/Berlin	51.17579	14.17329		Burkau,Burkau/Porchow,Porchow,bu er kao,Буркау,布尔考	14625060	13	00	14625	14625060
2941034	Burkardroth	burkardroth	DE	97705	7893	Europe/Berlin	50.27125	9.99162		Burkardrot,Burkardroth,bu er ka er de luo te,Буркардрот,Բուրկարդրոտ,布尔卡尔德罗特		02	096	09672	09672117
2941036	Burk	burk	DE	91596	0	Europe/Berlin	51.19941	14.46136		Bork,Bórk		13	00	14625	14625020
2941037	Burk	burk	DE	91596	0	Europe/Berlin	49.71621	11.04152				02	094	09474	09474126
2941038	Burk	burk	DE	91596	1241	Europe/Berlin	49.13318	10.47891			09571128	02	095	09571	09571128
2941039	Burk	burk	DE	91596	0	Europe/Berlin	47.77472	10.67075				02	097	09777	09777151
2941040	Burk	burk	DE	91596	0	Europe/Berlin	47.66026	10.62537				02	097	09777	09777170
2941052	Burgwindheim	burgwindheim	DE	96154	1465	Europe/Berlin	49.82733	10.59631		Burgvindgajm,Burgvindhaym,Burgvindkhajm,Burgwindheim,bu er ge wen de hai mu,burukuvu~intohaimu,Бургвиндхайм,Бургвиндхајм,Бургвіндгайм,Բուրգվինդհայմ,ブルクヴィントハイム,布尔格温德海姆		02	094	09471	09471122
2941053	Burgwerben	burgwerben	DE	06667	1062	Europe/Berlin	51.2227	11.98396		Burgwerben		14	00	15084	15084550
2941062	Burgwedel	burgwedel	DE	30938	0	Europe/Berlin	53.64827	9.90988		Burgwedel		04			
2941070	Burgwall	burgwall	DE	16775	0	Europe/Berlin	53.04895	13.3016		Burgwall		11	00	12065	12065356
2941071	Burgwall	burgwall	DE	16775	0	Europe/Berlin	52.67087	14.18635				11	00	12064	12064365
2941078	Burgwalde	burgwalde	DE	37318	255	Europe/Berlin	51.38333	10.05		Burgwalde	16061021	15	00	16061	16061021
2941090	Burgthann	burgthann	DE	90559	11567	Europe/Berlin	49.35202	11.31154		Burgtan,Burgtann,bu er ge tan,Бургтан,Бургтанн,Բուրգթան,布尔格坦	09574117	02	095	09574	09574117
2941107	Burg Stargard	burg-stargard	DE	17094	4780	Europe/Berlin	53.49582	13.31122		Burg Shtargard,Burg Stargard,Burg-Shtargard,Burgstargarde,Burgštargarde,bu er ge si ta er jia er de,bwrg ashtargard,bwrgh shtarghard,Бург Штаргард,Бург-Штаргард,بورغ شتارغارد,بورگ اشتارگارد,布尔格斯塔尔加尔德		12	00	13071	13071021
2941116	Burgstall	burgstall	DE	39517	660	Europe/Berlin	52.40849	11.69666			15083120	14	00	15083	15083120
2941117	Burgstall	burgstall	DE	39517	0	Europe/Berlin	50.24471	11.25505				02	094	09476	09476154
2941118	Burgstall	burgstall	DE	39517	0	Europe/Berlin	50.14866	11.19803				02	094	09478	09478127
2941120	Burgstall	burgstall	DE	39517	0	Europe/Berlin	49.53151	11.88758				02	093	09371	09371127
2941121	Burgstall	burgstall	DE	39517	0	Europe/Berlin	49.43698	10.12477				01	081	08128	08128020
2941122	Burgstall	burgstall	DE	39517	0	Europe/Berlin	49.35321	10.14354				02	095	09571	09571193
2941123	Burgstall	burgstall	DE	39517	0	Europe/Berlin	49.09339	10.29686		Burgstall		02	095	09571	09571136
2941124	Burgstall	burgstall	DE	39517	0	Europe/Berlin	48.92901	9.36979				01	081	08119	08119018
2941125	Burgstall	burgstall	DE	39517	0	Europe/Berlin	48.68417	13.25195				02	092	09275	09275120
2941126	Burgstall	burgstall	DE	39517	0	Europe/Berlin	48.61907	11.59255				02	091	09186	09186162
2941127	Burgstall	burgstall	DE	39517	0	Europe/Berlin	48.30389	11.11563				02	097	09771	09771160
2941128	Burgstall	burgstall	DE	39517	0	Europe/Berlin	47.75	9.98333				01	084	08436	08436094
2941151	Bürgstadt	burgstadt	DE	09217	4342	Europe/Berlin	49.71476	9.26916		Birgshtat,Bjurgshtadt,Burgstadt,Bürgstadt,bi er ge si ta te,byurukushutatto,Биргштат,Бюргштадт,Բյուրգշթաթ,ビュルクシュタット,比尔格斯塔特		02	096	09676	09676116
2941155	Burgsponheim	burgsponheim	DE	55595	217	Europe/Berlin	49.83333	7.71667		Burgsponkhajm,bu er ge si peng hai mu,Бургспонхайм,Бургспонхајм,布尔格斯蓬海姆	07133019	08	00	07133	07133019
2941159	Burgsinn	burgsinn	DE	97775	2709	Europe/Berlin	50.14968	9.65119		Burgsin,Burgsinn,Burgzin,Burgzinn,bu er ge xin,Бургзинн,Бургзінн,Бургсин,Բուրգզին,布尔格辛		02	096	09677	09677122
2941164	Burgsdorf	burgsdorf	DE	06295	217	Europe/Berlin	51.57688	11.65073		Burgsdorf		14	00	15087	15087130
2941166	Burgschwalbach	burgschwalbach	DE	65558	1142	Europe/Berlin	50.28333	8.08333			07141020	08	00	07141	07141020
2941169	Burgscheidungen	burgscheidungen	DE	06636	627	Europe/Berlin	51.24718	11.64167		Burgscheidungen,Burgshajdungen,Бургшайдунген		14	00	15084	15084285
2941172	Burgsalach	burgsalach	DE	91790	1262	Europe/Berlin	49.03316	11.09766		Burgsalack,Burgsalakh,Burgzalakh,Burgzalax,bu er ge sa la,Бургзалах,Бургсалах,Բուրգզալախ,布尔格萨拉	09577120	02	095	09577	09577120
2941173	Burgrieden	burgrieden	DE	88483	3573	Europe/Berlin	48.23333	9.93333		Burgriden,bu er ge li deng,burgrideni,Бургриден,Бургріден,Բուրգրիդեն,ბურგრიდენი,布尔格里登	08426028	01	084	08426	08426028
2941178	Burgpreppach	burgpreppach	DE	97496	1480	Europe/Berlin	50.14149	10.64977		Burgprepakh,Burgpreppach,Burgpreppakh,bu er ge pu lei pa,Бургпрепах,Бургпреппах,Բուրգփրեփախ,布尔格普雷帕		02	096	09674	09674121
2941179	Burgoberbach	burgoberbach	DE	91595	3391	Europe/Berlin	49.23333	10.58333		Burgoberbakh,Burgoberbax,bu er ge bei er ba he,burukuobabahha,Бургобербах,Բուրգոբերբախ,ブルクオーバーバッハ,布尔戈贝尔巴赫	09571127	02	095	09571	09571127
2941190	Burglengenfeld	burglengenfeld	DE	93133	12095	Europe/Berlin	49.20379	12.04452		Burglegenfeld,Burglengenfel'd,Burglengenfeld,bu er ge lun gen fei er de,bwglngnfld,bwrghlnghnfld,Бургленгенфелд,Бургленгенфельд,بورغلنغنفلد,بوگلنگنفلد,布尔格伦根费尔德		02	093	09376	09376119
2941204	Burglauer	burglauer	DE	97724	1658	Europe/Berlin	50.27645	10.17939			09673186	02	096	09673	09673186
2941206	Burglahr	burglahr	DE	57632	538	Europe/Berlin	50.61778	7.49688			07132016	08	00	07132	07132016
2941207	Burgkunstadt	burgkunstadt	DE	96224	6991	Europe/Berlin	50.14093	11.25205		Burgkundstadt,Burgkunshtat,Burgunshtadt,bu er ge kun si ta te,burukukunshutatto,bwrgh kwnshtat,Бургкунштат,Бургунштадт,Բուրգունշթաթ,בורגקונשטאדט,بورغ كونشتات,بورگکون‌اشتات,ブルククンシュタット,布尔格昆斯塔特		02	094	09478	09478116
2941216	Burgkirchen an der Alz	burgkirchen-an-der-alz	DE	84508	10756	Europe/Berlin	48.16753	12.7325		Buagkiacha a da Oiz,Burgirkhen-an-der-Al'c,Burgirkhen-na-Al'ce,Burgkirchen,Burgkirchen an der Alz,Burgkirkhen an der Alc,Burgkirkhen-an-der-Al'c,a er ci he pan bu ge ji xing,bwrg kyrshn an dr alts,Бургирхен-на-Альце,Бургкирхен ан дер Алц,Бургкирхен-ан-дер-Альц,Бургірхен-ан-дер-Альц,Ալցի Բուրգիրհեն,بورگ کیرشن ان در آلتس,阿尔茨河畔布格基兴		02	091	09171	09171113
2941221	Burgkemnitz	burgkemnitz	DE	06804	825	Europe/Berlin	51.68379	12.40085		Burgkemnitz		14	00	15082	15082241
2941231	Burgholzhausen	burgholzhausen	DE	06648	296	Europe/Berlin	51.13507	11.51858		Burgholzhausen		14	00	15084	15084125
2941232	Burgholzhausen	burgholzhausen	DE	06648	0	Europe/Berlin	50.25577	8.67662		Holzhausen		05	064	06434	06434002
2941269	Burgheim	burgheim	DE	86666	0	Europe/Berlin	48.35	7.88333				01	083	08317	08317065
2941270	Burgheim	burgheim	DE	86666	0	Europe/Berlin	51.06335	7.29386				07	053	05378	05378012
2941271	Burgheim	burgheim	DE	86666	4616	Europe/Berlin	48.70035	11.01599		Burggajm,Burghaym,Burgheim,Burgkhajm,Burkheim,bu er ge hai mu,Бурггайм,Бургхайм,Бургхајм,Բուրգհայմ,布尔格海姆		02	091	09185	09185125
2941274	Burghausen	burghausen	DE	04178	0	Europe/Berlin	51.35661	12.26435		Burghausen		13	00	14713	14713000
2941275	Burghausen	burghausen	DE	04178	0	Europe/Berlin	50.04397	9.99962				02	096	09678	09678192
2941276	Burghausen	burghausen	DE	04178	0	Europe/Berlin	49.40234	10.35154				02	095	09571	09571225
2941277	Burghausen	burghausen	DE	04178	0	Europe/Berlin	48.93161	12.81997				02	092	09278	09278187
2941278	Burghausen	burghausen	DE	04178	0	Europe/Berlin	48.44257	11.66945				02	091	09178	09178136
2941279	Burghausen	burghausen	DE	04178	18263	Europe/Berlin	48.16925	12.83139		Burghausen,Burgkhauzen,Burkhausen,Бургхаузен		02	091	09171	09171112
2941283	Burghaun	burghaun	DE	36151	6713	Europe/Berlin	50.69684	9.72453		Burgaun,Burgkhaun,bu er ge hao en,Бургаун,Бургхаун,布尔格豪恩	06631002	05	066	06631	06631002
2941285	Burghaslach	burghaslach	DE	96152	2514	Europe/Berlin	49.73313	10.6007		Burgaslakh,Burghaslach,Burghaslax,Burgkhaslakh,bu er ge ha si la,Бургаслах,Бургхаслах,Բուրգհասլախ,布尔格哈斯拉		02	095	09575	09575116
2941319	Burggen	burggen	DE	86977	1686	Europe/Berlin	47.77689	10.81724			09190118	02	091	09190	09190118
2941392	Burgen	burgen	DE	54472	828	Europe/Berlin	50.21127	7.38959			07137206	08	00	07137	07137206
2941393	Burgen	burgen	DE	54472	580	Europe/Berlin	49.88333	7			07231016	08	00	07231	07231016
2941688	Bunderhee	bunderhee	DE	26831	0	Europe/Berlin	53.21691	7.29911		Bunderhee		06	00	03457	03457024
2941403	Burgebrach	burgebrach	DE	96138	6412	Europe/Berlin	49.82832	10.74338		Burgebrach,Burgebrakh,Burgebrax,bu er ge bu la,burukueburaha,Бургебрах,Բուրգեբրախ,ブルクエーブラハ,布尔格布拉		02	094	09471	09471120
2941405	Burgdorf	burgdorf	DE	31303	30218	Europe/Berlin	52.44628	10.0064		Borchdoerp,Borchdörp,Borgtorff [a. 1654],Bortaerpe,Bortoerp,Bortärpe,Bortörp,Burgdorf,Burgdorf (Gannover),Burgdorf (Hanovro),Burgdorf (Khanover),Burgdorf (Region Hannover),Burgdorf  Hanover,Burgdorfas,Burgtorff [a. 1654],bwrgdwrf,Бургдорф (Ганновер),Бургдорф (Хановер),بورگدورف		06	00	03241	03241003
2941406	Burgdorf	burgdorf	DE	31303	0	Europe/Berlin	52.14434	10.21763			03158004	06	00	03158	03158004
2941407	Burgdorf	burgdorf	DE	31303	0	Europe/Berlin	52.05186	10.53555				06	00	03158	03158019
2941413	Burgbrohl	burgbrohl	DE	56659	3332	Europe/Berlin	50.45463	7.2772		Burgbrol,Burgbrol',bu er ge bu luo er,Бургброл,Бургброль,布尔格布罗尔	07131202	08	00	07131	07131202
2941416	Burgbernheim	burgbernheim	DE	91593	3055	Europe/Berlin	49.45103	10.32385		Burgberngajm,Burgbernhaym,Burgbernheim,Burgbernkhajm,bu er ge bei er en hai mu,bwrgbrnhaym,bwrghbrnhaym,Бургбернгайм,Бургбернхайм,Бургбернхајм,Բուրգբերնհայմ,بورغبرنهايم,بورگبرنهایم,布尔格贝尔恩海姆		02	095	09575	09575115
2941484	Burgau	burgau	DE	89331	0	Europe/Berlin	50.55358	6.23543				07	053	05334	05334020
2941485	Burgau	burgau	DE	89331	9576	Europe/Berlin	48.43159	10.40989		Burgau,Burgau Kreis Gunzburg,Burgau Kreis Günzburg,bu er gao,bwrghaw,bwrgwa,Бургау,Բուրգաու,بورغاو,بورگوا,布尔高		02	097	09774	09774121
2941486	Burgau	burgau	DE	89331	0	Europe/Berlin	48.1269	9.53728				01	084	08426	08426035
2941494	Burg	burg	DE	39288	0	Europe/Berlin	53.88333	11.5				12	00	13074	13074087
2941495	Burg	burg	DE	39288	0	Europe/Berlin	54.78333	8.81667				10	00	01054	01054088
2941497	Burg	burg	DE	39288	4321	Europe/Berlin	53.99708	9.25891		Burg		10	00	01051	01051016
2941498	Burg	burg	DE	39288	0	Europe/Berlin	53.64298	9.33671				06	00	03359	03359015
2941499	Burg	burg	DE	39288	0	Europe/Berlin	53.52328	8.35578				06	00	03461	03461003
2941500	Burg	burg	DE	39288	0	Europe/Berlin	52.5933	10.1033		Borg,Burg (Celle)		06	00	03351	03351006
2941502	Burg	burg	DE	39288	4549	Europe/Berlin	51.83448	14.14856		Borkowy,Borkowy (Blota),Burg,Burg (Spreewald),Burg-Dorf,Bórkowy,Bórkowy (Błota),Wobsedne Borkowy,Wobsedne Bórkowy		11	00	12071	12071032
2941503	Burg	burg	DE	39288	0	Europe/Berlin	51.46079	14.34822		Bork,Burg,Bórk		13	00	14625	14625570
2941504	Burg	burg	DE	39288	0	Europe/Berlin	51.42285	11.99333				14	00	15002	15002000
2941505	Burg	burg	DE	39288	0	Europe/Berlin	51.25921	7.42359				07	059	05954	05954008
2941506	Burg	burg	DE	39288	0	Europe/Berlin	51.25939	6.29027				07	051	05166	05166032
2941507	Burg	burg	DE	39288	0	Europe/Berlin	51.13999	7.15028		Burg,Burg am Wupper,Burg an der Wupper,bwrgh,bwrgh an dr fwbr,bwrgh ʿly fwbr,بورغ,بورغ أن در فوبر,بورغ على فوبر		07	051	05122	05122000
2941508	Burg	burg	DE	39288	0	Europe/Berlin	50.93745	7.30402				07	053	05378	05378024
2941509	Burg	burg	DE	39288	0	Europe/Berlin	50.69843	8.3057		Burg		05	065	06532	06532012
2941510	Burg	burg	DE	39288	0	Europe/Berlin	50.51667	12.23333				13	00	14523	14523270
2941511	Burg	burg	DE	39288	0	Europe/Berlin	50.00784	7.12243				08	00	07231	07231014
2941512	Burg	burg	DE	39288	0	Europe/Berlin	49.9951	6.79204				08	00	07231	07231503
2941513	Burg	burg	DE	39288	26	Europe/Berlin	49.96667	6.35			07232022	08	00	07232	07232022
2941514	Bürg	burg	DE	39288	0	Europe/Berlin	49.24317	9.33597		Burg,Burg Neunstadt,Bürg		01	081	08125	08125069
2941515	Burg	burg	DE	39288	0	Europe/Berlin	49.08157	11.0574				02	095	09577	09577127
2941516	Burg	burg	DE	39288	0	Europe/Berlin	49.00678	11.19207				02	091	09176	09176164
2941517	Bürg	burg	DE	39288	0	Europe/Berlin	48.88131	9.44115				01	081	08119	08119085
2941518	Burg	burg	DE	39288	0	Europe/Berlin	48.45876	12.8137				02	092	09277	09277124
2941519	Burg	burg	DE	39288	0	Europe/Berlin	48.45	9.06667				01	084	08416	08416011
2941520	Bürg	burg	DE	39288	0	Europe/Berlin	48.44322	12.30575				02	092	09274	09274184
2941521	Burg	burg	DE	39288	0	Europe/Berlin	48.26486	12.68213				02	091	09171	09171137
2941522	Burg	burg	DE	39288	0	Europe/Berlin	48.25348	10.49074				02	097	09774	09774185
2941523	Bürg	burg	DE	39288	0	Europe/Berlin	48.21564	12.29542				02	091	09183	09183138
2941524	Burg	burg	DE	39288	0	Europe/Berlin	47.98995	12.71674				02	091	09189	09189150
2941525	Burg	burg	DE	39288	0	Europe/Berlin	47.97214	7.97982				01	083	08315	08315064
2941526	Burg	burg	DE	39288	0	Europe/Berlin	47.86119	10.43343				02	097	09777	09777154
2941527	Burg	burg	DE	39288	0	Europe/Berlin	47.8	9.45				01	084	08435	08435067
2941528	Burg	burg	DE	39288	0	Europe/Berlin	47.77586	10.27485				02	097	09780	09780112
2941529	Burg	burg	DE	39288	0	Europe/Berlin	47.66275	9.94994				01	084	08436	08436094
2941530	Burg	burg	DE	39288	0	Europe/Berlin	47.65841	8.07949				01	083	08337	08337038
2941575	Bürdenbach	burdenbach	DE	56593	577	Europe/Berlin	50.60438	7.51637			07132015	08	00	07132	07132015
2941591	Burbach	burbach	DE	54597	0	Europe/Berlin	51.13385	6.9943				07	051	05158	05158020
2941592	Burbach	burbach	DE	54597	0	Europe/Berlin	50.96152	10.42142				15	00	16063	16063092
2941594	Burbach	burbach	DE	54597	0	Europe/Berlin	50.88376	6.85759				07	053	05362	05362028
2941595	Burbach	burbach	DE	54597	14942	Europe/Berlin	50.75105	8.07939		Burbach	05970008	07	059	05970	05970008
2941596	Burbach	burbach	DE	54597	0	Europe/Berlin	50.72872	7.75256				08	00	07143	07143265
2941597	Burbach	burbach	DE	54597	620	Europe/Berlin	50.10754	6.51818			07232210	08	00	07232	07232210
2941598	Burbach	burbach	DE	54597	0	Europe/Berlin	49.67969	7.21414				08	00	07134	07134058
2941599	Burbach	burbach	DE	54597	0	Europe/Berlin	48.87036	8.43784				01	082	08215	08215047
2941628	Bunsoh	bunsoh	DE	25767	915	Europe/Berlin	54.16481	9.31992		Bunsoh	01051015	10	00	01051	01051015
2941629	Bünsdorf	bunsdorf	DE	24794	591	Europe/Berlin	54.36667	9.75		Bunsdorf,Bünsdorf	01058035	10	00	01058	01058035
2941676	Bundorf	bundorf	DE	97494	972	Europe/Berlin	50.21667	10.51667		Bundorf,Бундорф,Բունդորֆ	09674120	02	096	09674	09674120
2941690	Bundenthal	bundenthal	DE	76891	1137	Europe/Berlin	49.09549	7.80839			07340502	08	00	07340	07340502
2941692	Bundenbach	bundenbach	DE	55626	1012	Europe/Berlin	49.8428	7.37826		Bundenbakh,ben deng ba he,Бунденбах,本登巴赫	07134017	08	00	07134	07134017
2941693	Bunde	bunde	DE	26831	7588	Europe/Berlin	53.18333	7.26667		Bunde	03457024	06	00	03457	03457024
2941744	Bülstringen	bulstringen	DE	39345	823	Europe/Berlin	52.31667	11.35		Bilstringen,Bjul'shtringen,Bjul'stringen,Bulstringen,Bülstringen,bi er si te lin gen,Билстринген,Бюльстринген,Бюльштринген,比尔斯特林根	15083115	14	00	15083	15083115
2941789	Bullenkuhlen	bullenkuhlen	DE	25355	367	Europe/Berlin	53.76667	9.75		Bullenkuhlen	01056011	10	00	01056	01056011
2941826	Bullay	bullay	DE	56859	1531	Europe/Berlin	50.05448	7.1373		Bulaj,Bullaj,bu lai,Булај,Буллай,布莱	07135019	08	00	07135	07135019
2941850	Buko	buko	DE	06869	194	Europe/Berlin	51.94273	12.40805		Buko		14	00	15091	15091060
2941923	Bühlerzell	buhlerzell	DE	74426	2044	Europe/Berlin	49.00333	9.92056		Bilercel,Bjulercell',bi he lai er ce er,byuratsu~eru,Билерцел,Бюлерцелль,ビューラーツェル,比赫莱尔策尔	08127013	01	081	08127	08127013
2941926	Bühlertann	buhlertann	DE	74424	3123	Europe/Berlin	49.04167	9.90861		Bilertan,Bjulertan,Bjulertann,Buehlertann,Buhlertann,Bühlertann,bi he lai er tan,byuratan,Билертан,Бюлертан,Бюлертанн,ビューラータン,比赫莱尔坦	08127012	01	081	08127	08127012
2941928	Bühlertal	buhlertal	DE	77830	8144	Europe/Berlin	48.68569	8.18876		Bilertal,Bjulertal',Buehlertal,Buhlertal,Bühlertal,bi he lai er ta er,Билертал,Бюлерталь,比赫莱尔塔尔	08216008	01	082	08216	08216008
2941941	Buhlendorf	buhlendorf	DE	39264	235	Europe/Berlin	52.03194	12.03803		Buhlendorf		14	00	15082	15082430
2941943	Buhlenberg	buhlenberg	DE	55767	535	Europe/Berlin	49.65499	7.11995			07134016	08	00	07134	07134016
2941965	Buhla	buhla	DE	37339	617	Europe/Berlin	51.43333	10.43333		Buhla	16061019	15	00	16061	16061019
2941967	Bühl	buhl	DE	77815	0	Europe/Berlin	50.07666	10.66048				02	096	09674	09674164
2941968	Bühl	buhl	DE	77815	0	Europe/Berlin	49.92026	11.63748				02	094	09472	09472133
2941969	Bühl	buhl	DE	77815	0	Europe/Berlin	49.84378	11.61731		Buhl,Bühl		02	094	09472	09472127
2941970	Bühl	buhl	DE	77815	0	Europe/Berlin	49.60315	11.34021				02	095	09574	09574158
2941971	Bühl	buhl	DE	77815	0	Europe/Berlin	49.58646	12.51652				02	093	09374	09374118
2941974	Bühl	buhl	DE	77815	0	Europe/Berlin	49.13771	9.57232		Buhl,Bühl		01	081	08126	08126069
2941975	Bühl	buhl	DE	77815	0	Europe/Berlin	49.01737	12.63429				02	092	09278	09278179
2941976	Bühl	buhl	DE	77815	29193	Europe/Berlin	48.69676	8.13523		Bil,Bjul',Buehl,Buhl,Bühl,bwl,bywl,Бил,Бюль,بول,بيول		01	082	08216	08216007
2941977	Bühl	buhl	DE	77815	0	Europe/Berlin	48.49589	7.93147		Buhl,Bühl		01	083	08317	08317096
2941978	Bühl	buhl	DE	77815	0	Europe/Berlin	48.48333	8.99888				01	084	08416	08416041
2941979	Bühl	buhl	DE	77815	0	Europe/Berlin	48.41713	10.18656				02	097	09774	09774119
2941980	Bühl	buhl	DE	77815	0	Europe/Berlin	48.22101	9.93447				01	084	08426	08426028
2941981	Bühl	buhl	DE	77815	0	Europe/Berlin	48.19496	8.36258				01	083	08325	08325053
2941982	Bühl	buhl	DE	77815	0	Europe/Berlin	47.68333	9.9				01	084	08436	08436094
2941983	Bühl	buhl	DE	77815	0	Europe/Berlin	47.65439	10.1642				02	097	09780	09780144
2941984	Bühl	buhl	DE	77815	0	Europe/Berlin	47.6392	7.98346				01	083	08337	08337090
2941985	Bühl	buhl	DE	77815	0	Europe/Berlin	47.61758	8.46452		Buhl,Bühl		01	083	08337	08337062
2942017	Buggingen	buggingen	DE	79426	3816	Europe/Berlin	47.8475	7.63799		Buggingen,Bugingen,bu jin gen,Буггинген,Буггінген,Бугинген,Բուգինգեն,布金根	08315022	01	083	08315	08315022
2942022	Buggenhagen	buggenhagen	DE	17440	294	Europe/Berlin	53.92208	13.86284		Bugenkhagen,Buggenhagen,Buggenkhagen,bu gen ha gen,Буггенхаген,Бугенхаген,布根哈根		12	00	13075	13075021
2942024	Bugewitz	bugewitz	DE	17398	335	Europe/Berlin	53.78914	13.83231		Bugewitz		12	00	13075	13075020
2942035	Burgau	burgau	DE	89331	0	Europe/Berlin	50.89671	11.59206		Bugau,Jena-Burgau		15	00	16053	16053000
2942048	Bufleben	bufleben	DE	99869	1081	Europe/Berlin	51	10.73333		Bufleben,bu fu lai ben,Буфлебен,布夫莱本	16067091	15	00	16067	16067091
2942069	Büdlich	budlich	DE	54426	198	Europe/Berlin	49.78333	6.9			07231203	08	00	07231	07231203
2942078	Büdesheim	budesheim	DE	54610	638	Europe/Berlin	50.21667	6.55			07232209	08	00	07232	07232209
2942087	Budenheim	budenheim	DE	55257	8598	Europe/Berlin	50.01667	8.16667		Budenheim,Budenkhajm,bu deng hai mu,budenhaimu,Буденхайм,Буденхајм,ブーデンハイム,布登海姆	07339009	08	00	07339	07339009
2942089	Budenbach	budenbach	DE	55469	193	Europe/Berlin	50.03333	7.56667			07140023	08	00	07140	07140023
2942095	Buddenhagen	buddenhagen	DE	17440	408	Europe/Berlin	54.00424	13.69175		Buddenhagen		12	00	13075	13075144
2942096	Buddenhagen	buddenhagen	DE	17440	0	Europe/Berlin	53.30913	12.3052				11	00	12070	12070280
2942122	Buckow	buckow	DE	15377	38474	Europe/Berlin	52.432	13.46018		Berlin-Buckow		16	00	11000	11000000
2942123	Buckow	buckow	DE	15377	0	Europe/Berlin	53.25319	12.15888		Buckow		11	00	12070	12070222
2942124	Buckow	buckow	DE	15377	0	Europe/Berlin	52.59585	12.2616				11	00	12063	12063189
2942125	Buckow	buckow	DE	15377	0	Europe/Berlin	52.57948	12.54559				11	00	12063	12063212
2942126	Buckow	buckow	DE	15377	1619	Europe/Berlin	52.5661	14.07429		Buckow,Bukkov,Bukov,bu ke,bwkw,Букков,Буков,بوکو,布科		11	00	12064	12064084
2942127	Buckow	buckow	DE	15377	0	Europe/Berlin	52.18388	14.16057		Buckow		11	00	12067	12067426
2942128	Buckow	buckow	DE	15377	0	Europe/Berlin	51.94597	13.39556		Buckow		11	00	12072	12072053
2942129	Buckow	buckow	DE	15377	0	Europe/Berlin	51.76084	13.91257		Buckow,Buekow,Bukow		11	00	12066	12066052
2942147	Buckenhof	buckenhof	DE	91054	3296	Europe/Berlin	49.59324	11.05044			09572120	02	095	09572	09572120
2942159	Bückeburg	buckeburg	DE	31675	20700	Europe/Berlin	52.26065	9.04939		Bikeburg,Bjukkeburg,Buckeborch [a. 1348],Buckeburg,Buckeburgo,Bueckeborch,Bueckeburg,Bückeborch,Bückeburg,bi ke bao,bwikebuleukeu,bwkh‌bwrg,byukkeburuku,bywkhbwrgh,Бикебург,Бюккебург,بوکه‌بورگ,بيوكهبورغ,ビュッケブルク,比克堡,뷔케부르크		06	00	03257	03257009
2942281	Buchloe	buchloe	DE	86807	11978	Europe/Berlin	48.03719	10.72548		Buchloe,Bukhle,Bukhlo,Bukhloeh,Buxloe,bu luo ai,bufuroe,bwshlw,Бухле,Бухло,Бухлоэ,Բուխլոե,بوشلو,ブーフローエ,布洛埃		02	097	09777	09777121
2942304	Buchhorst	buchhorst	DE	21481	0	Europe/Berlin	53.55323	14.07902				12	00	13075	13075138
2942305	Buchhorst	buchhorst	DE	21481	163	Europe/Berlin	53.38596	10.5655			01053019	10	00	01053	01053019
2942306	Buchhorst	buchhorst	DE	21481	0	Europe/Berlin	53.07874	12.31725				11	00	12068	12068181
2942308	Buchhorst	buchhorst	DE	21481	0	Europe/Berlin	52.69657	9.17057		Buchhorst,Buchorst		06	00	03256	03256001
2942309	Buchhorst	buchhorst	DE	21481	0	Europe/Berlin	52.6714	13.39588				11	00	12065	12065225
2942310	Buchhorst	buchhorst	DE	21481	0	Europe/Berlin	52.64088	8.71078				06	00	03251	03251045
2942311	Buchhorst	buchhorst	DE	21481	0	Europe/Berlin	52.48654	11.03354		Buchhorst,Buchorst,Kolonie Buchhorst		14	00	15083	15083411
2942323	Buchholz in der Nordheide	buchholz-in-der-nordheide	DE	21244	37404	Europe/Berlin	53.32641	9.86812		Buchholz,Buchholz in der Nordheide,Bukhgol'c-in-der-Nordkhajde,Bukhkhol'c-in-der-Nordkhajde,Bukholc in der Nordkhajde,Gemeen Bookholt,bwkhhlts dr nwrdhaydh,bwkhhwlts an dr nwrdhaydh,nuo er deng di an bu he huo er ci,Бухгольц-ин-дер-Нордхайде,Бухолц ин дер Нордхајде,Буххольц-ин-дер-Нордхайде,بوخهلتس در نوردهایده,بوخهولتس إن در نوردهايده,诺尔登堤岸布赫霍尔茨		06	00	03353	03353005
2942341	Französisch Buchholz	buchholz	DE	16928	19429	Europe/Berlin	52.60242	13.43019		Berlin-Buchholz,Berlin-Franzoesisch Buchholz,Berlin-Französisch Buchholz,Buchholz,Francjozish-Bukhkhol'c,Францёзиш-Буххольц		16	00	11000	11000000
2942342	Buchholz	buchholz	DE	16928	0	Europe/Berlin	51.38518	6.76252				07	051	05112	05112000
2942343	Buchholz	buchholz	DE	16928	0	Europe/Berlin	54.15761	12.93503				12	00	13073	13073034
2942344	Buchholz	buchholz	DE	16928	0	Europe/Berlin	54.00778	12.06556		Buchholz		12	00	13072	13072121
2942345	Buchholz	buchholz	DE	16928	1128	Europe/Berlin	53.98829	9.22362			01051012	10	00	01051	01051012
2942346	Buchholz	buchholz	DE	16928	0	Europe/Berlin	53.83383	13.21316				12	00	13075	13075002
2942347	Buchholz	buchholz	DE	16928	0	Europe/Berlin	53.74245	11.57233				12	00	13076	13076033
2942348	Buchholz	buchholz	DE	16928	0	Europe/Berlin	53.73283	11.11517				12	00	13074	13074021
2942349	Buchholz	buchholz	DE	16928	227	Europe/Berlin	53.73333	10.75			01053018	10	00	01053	01053018
2942350	Buchholz	buchholz	DE	16928	152	Europe/Berlin	53.59279	13.04749		Buchholz		12	00	13071	13071102
2942351	Buchholz	buchholz	DE	16928	0	Europe/Berlin	53.55419	11.38525				12	00	13076	13076063
2942352	Buchholz	buchholz	DE	16928	0	Europe/Berlin	53.40986	9.43543				06	00	03359	03359002
2942353	Buchholz	buchholz	DE	16928	0	Europe/Berlin	53.27435	12.64406				12	00	13071	13071020
2942354	Buchholz	buchholz	DE	16928	0	Europe/Berlin	53.20511	13.74424				11	00	12073	12073201
2942355	Buchholz	buchholz	DE	16928	0	Europe/Berlin	53.16064	9.0994				06	00	03357	03357052
2942356	Buchholz	buchholz	DE	16928	0	Europe/Berlin	53.11279	13.12625				11	00	12065	12065117
2942357	Buchholz	buchholz	DE	16928	0	Europe/Berlin	53.11752	12.18347		Buchholz		11	00	12070	12070316
2942358	Buchholz	buchholz	DE	16928	2023	Europe/Berlin	53.00884	9.56287		Buchholz		06	00	03357	03357051
2942359	Buchholz	buchholz	DE	16928	0	Europe/Berlin	52.93809	13.90466				11	00	12060	12060045
2942360	Buchholz	buchholz	DE	16928	0	Europe/Berlin	52.67328	9.67918		Bookholzberg,Buchholz		06	00	03358	03358005
2942361	Buchholz	buchholz	DE	16928	0	Europe/Berlin	52.58435	13.78938		Buchholz		11	00	12064	12064029
2942362	Buchholz	buchholz	DE	16928	0	Europe/Berlin	52.56352	8.90699				06	00	03256	03256033
2942363	Buchholz	buchholz	DE	16928	280	Europe/Berlin	52.53997	11.79015		Buchholz		14	00	15090	15090535
2942364	Buchholz	buchholz	DE	16928	0	Europe/Berlin	52.45238	9.01061		Buchholz		07	057	05770	05770028
2942365	Buchholz	buchholz	DE	16928	0	Europe/Berlin	52.42224	14.11543				11	00	12067	12067473
2942366	Buchholz	buchholz	DE	16928	0	Europe/Berlin	52.33347	7.69072				07	055	05566	05566072
2942367	Buchholz	buchholz	DE	16928	753	Europe/Berlin	52.22654	9.12775			03257008	06	00	03257	03257008
2942368	Buchholz	buchholz	DE	16928	0	Europe/Berlin	52.1598	12.92513		Buchholz		11	00	12069	12069017
2942369	Buchholz	buchholz	DE	16928	0	Europe/Berlin	52.07133	12.61971				11	00	12069	12069485
2942370	Buchholz	buchholz	DE	16928	0	Europe/Berlin	51.74646	8.86018				07	057	05774	05774032
2942371	Buchholz	buchholz	DE	16928	0	Europe/Berlin	51.65	14.11667				11	00	12066	12066008
2942372	Buchholz	buchholz	DE	16928	0	Europe/Berlin	51.53333	10.86667			16062041	15	00	16062	16062041
2942373	Buchholz	buchholz	DE	16928	0	Europe/Berlin	51.43133	7.50667		Buchholz		07	059	05913	05913000
2942374	Buchholz	buchholz	DE	16928	0	Europe/Berlin	51.4	10.91667				15	00	16065	16065067
2942375	Buchholz	buchholz	DE	16928	0	Europe/Berlin	51.19821	14.69719		Buchholz,Krischa,Krisow,Křišow		13	00	14626	14626570
2942376	Buchholz	buchholz	DE	16928	0	Europe/Berlin	51.13417	13.64618		Buchholz		13	00	14627	14627150
2942377	Buchholz	buchholz	DE	16928	0	Europe/Berlin	51.11714	6.35721		Buchholz		07	051	05116	05116000
2942378	Buchholz	buchholz	DE	16928	0	Europe/Berlin	51.07194	7.39133		Buchholz		07	053	05374	05374020
2942379	Buchholz	buchholz	DE	16928	0	Europe/Berlin	51	6.6				07	053	05362	05362004
2942380	Buchholz	buchholz	DE	16928	0	Europe/Berlin	50.74578	7.34472		Buchholz		07	053	05382	05382020
2942382	Buchholz	buchholz	DE	16928	0	Europe/Berlin	50.21078	7.53278		Buchholz		08	00	07140	07140501
2942383	Buchholz	buchholz	DE	16928	0	Europe/Berlin	48.08174	7.91551				01	083	08316	08316056
2942415	Buchholz	buchholz	DE	16928	0	Europe/Berlin	51.39426	7.25764				07	059	05954	05954036
2942419	Buchhofen	buchhofen	DE	94533	0	Europe/Berlin	48.85675	11.91307				02	092	09273	09273166
2942420	Buchhofen	buchhofen	DE	94533	971	Europe/Berlin	48.69697	12.92456		Bukhgofen,Bukhkhofen,Buxhofen,bu huo fen,bwkhhwfn,Бухгофен,Буххофен,Բուխհոֆեն,بوخهوفن,布霍芬	09271118	02	092	09271	09271118
2942446	Buchheim	buchheim	DE	88637	12840	Europe/Berlin	50.95152	7.02093				07	053	05315	05315000
2942447	Buchheim	buchheim	DE	88637	0	Europe/Berlin	51.12802	12.66379				13	00	14729	14729010
2942448	Buchheim	buchheim	DE	88637	0	Europe/Berlin	51.00781	11.95906				15	00	16074	16074039
2942449	Buchheim	buchheim	DE	88637	0	Europe/Berlin	49.49384	10.32882		Buchheim		02	095	09575	09575115
2942450	Buchheim	buchheim	DE	88637	653	Europe/Berlin	48.05954	7.77286		Buchheim		01	083	08315	08315132
2942451	Buchheim	buchheim	DE	88637	0	Europe/Berlin	48.01037	8.98596			08327008	01	083	08327	08327008
2942464	Buchhain	buchhain	DE	03253	0	Europe/Berlin	51.64529	13.38984		Buchhain,Buckowien		11	00	12062	12062092
2942476	Buchfart	buchfart	DE	99438	183	Europe/Berlin	50.92103	11.33248	258		16071009	15	00	16071	16071009
2942480	Buchet	buchet	DE	54608	0	Europe/Berlin	48.92435	12.91539				02	092	09271	09271116
2942481	Buchet	buchet	DE	54608	264	Europe/Berlin	50.23333	6.31667			07232208	08	00	07232	07232208
2942482	Buchet	buchet	DE	54608	0	Europe/Berlin	49.19999	13.06455				02	093	09372	09372138
2942483	Buchet	buchet	DE	54608	0	Europe/Berlin	48.47032	13.31777				02	092	09275	09275145
2942484	Buchet	buchet	DE	54608	0	Europe/Berlin	48.09587	12.37815		Buchet,Buchod,Buchöd		02	091	09189	09189142
2942561	Buchenberg	buchenberg	DE	87474	0	Europe/Berlin	51.15798	8.87146				05	066	06635	06635019
2942563	Büchenberg	buchenberg	DE	87474	0	Europe/Berlin	48.40713	8.43179				01	082	08237	08237045
2942564	Buchenberg	buchenberg	DE	87474	0	Europe/Berlin	48.16071	8.37891				01	083	08326	08326031
2942565	Buchenberg	buchenberg	DE	87474	0	Europe/Berlin	47.76138	10.73054		Buchenberg		02	097	09777	09777183
2942566	Buchenberg	buchenberg	DE	87474	3898	Europe/Berlin	47.69593	10.23927		Buchenberg,Bukhenberg,Buxenberg,bu heng bei ge,Бухенберг,Բուխենբերգ,布亨贝格		02	097	09780	09780117
2942567	Buchenberg	buchenberg	DE	87474	0	Europe/Berlin	47.59604	10.35516				02	097	09780	09780137
2942609	Büchenbach	buchenbach	DE	79256	0	Europe/Berlin	49.79442	11.51082		Buchenbach,Büchenbach		02	094	09472	09472175
2942610	Büchenbach	buchenbach	DE	79256	0	Europe/Berlin	49.59471	10.96543				02	095	09562	09562000
2942611	Buchenbach	buchenbach	DE	79256	0	Europe/Berlin	49.30336	9.80581				01	081	08126	08126056
2942612	Büchenbach	buchenbach	DE	79256	5255	Europe/Berlin	49.26778	11.05889		Bikhenbakh,Bjukhenbakh,Buechenbach,Byuxenbax,Büchenbach,bi xing ba he,byuhyenbahha,Бихенбах,Бюхенбах,Բյուխենբախ,ビューヒェンバッハ,比兴巴赫	09576117	02	095	09576	09576117
2942613	Buchenbach	buchenbach	DE	79256	0	Europe/Berlin	49.05	9.43333				01	081	08125	08125107
2942614	Buchenbach	buchenbach	DE	79256	3364	Europe/Berlin	47.96138	8.00909		Buchenbach,Bukhenbakh,Buxenbax,bu heng ba he,Бухенбах,Բուխենբախ,布亨巴赫	08315020	01	083	08315	08315020
2942627	Büchen	buchen	DE	21514	5442	Europe/Berlin	53.48008	10.6176		Bikhen,Bjukhen,bi xing,Бихен,Бюхен,比兴	01053020	10	00	01053	01053020
2942631	Buchen	buchen	DE	21514	0	Europe/Berlin	50.968	7.70744		Buchen		07	053	05374	05374040
2942632	Buchen	buchen	DE	21514	0	Europe/Berlin	50.93613	7.98253		Buchen		07	059	05970	05970040
2942633	Buchen	buchen	DE	21514	0	Europe/Berlin	49.51705	10.62752				02	095	09575	09575145
2942635	Büchen	buchen	DE	21514	0	Europe/Berlin	48.44048	7.98921				01	083	08317	08317097
2942636	Buchen	buchen	DE	21514	0	Europe/Berlin	47.82757	10.18927				02	097	09780	09780112
2942638	Buchen	buchen	DE	21514	0	Europe/Berlin	47.75	9.83333				01	084	08436	08436081
2942639	Buchen	buchen	DE	21514	0	Europe/Berlin	47.73987	10.71771				02	097	09777	09777171
2942640	Buchen	buchen	DE	21514	0	Europe/Berlin	47.73333	9.9				01	084	08436	08436094
2942641	Buchen	buchen	DE	21514	0	Europe/Berlin	47.63333	10.5				02	097	09777	09777153
2942642	Buchen	buchen	DE	21514	0	Europe/Berlin	47.5972	10.6431				02	097	09777	09777135
2942680	Büchel	buchel	DE	56823	253	Europe/Berlin	51.25	11.15			16068005	15	00	16068	16068005
2942689	Büchel	buchel	DE	56823	0	Europe/Berlin	47.79249	10.479				02	097	09777	09777175
2942690	Büchel	buchel	DE	56823	0	Europe/Berlin	47.78333	9.6				01	084	08436	08436064
2942691	Büchel	buchel	DE	56823	0	Europe/Berlin	47.7	9.76667				01	084	08436	08436006
2942692	Büchel	buchel	DE	56823	0	Europe/Berlin	47.68333	9.61667				01	084	08435	08435057
2942702	Buchdorf	buchdorf	DE	86675	1619	Europe/Berlin	48.78333	10.83333			09779126	02	097	09779	09779126
2942706	Buchbrunn	buchbrunn	DE	97320	1061	Europe/Berlin	49.75981	10.13686		Buchbrunn,Bukhbrun,Bukhbrunn,Buxbrun,bu bu lun,Бухбрун,Бухбрунн,Բուխբրուն,布布伦	09675114	02	096	09675	09675114
2942792	Buchbach	buchbach	DE	84428	0	Europe/Berlin	50.50693	11.28744		Buchbach		15	00	16073	16073028
2942793	Buchbach	buchbach	DE	84428	0	Europe/Berlin	50.4223	11.29051				02	094	09476	09476175
2942794	Buchbach	buchbach	DE	84428	0	Europe/Berlin	49.72054	10.58796				02	095	09575	09575116
2942795	Buchbach	buchbach	DE	84428	3128	Europe/Berlin	48.31231	12.27343		Buchbach,Bukhbakh,Buxbax,bwkhbakh,Бухбах,Բուխբախ,بوخباخ		02	091	09183	09183114
2942806	Buch am Wald	buch-am-wald	DE	91592	991	Europe/Berlin	49.3302	10.33484		Buch,Buch am Wald,Bukh am Vald,Bukh-am-Val'd,Bux am Vald,bu a mu wa er de,Бух ам Валд,Бух-ам-Вальд,Բուխ ամ Վալդ,ブーフ・アム・ヴァルト,布阿姆瓦尔德		02	095	09571	09571125
2942810	Buch am Buchrain	buch-am-buchrain	DE	85656	1355	Europe/Berlin	48.2151	11.99509		Buch,Buch am Buchrain,Bukh am Bukhrajn,Bukh-am-Bukhrajn,bu he lai yin pan bu he,bwkh am bwkhrayn,Бух ам Бухрајн,Бух-ам-Бухрайн,بوخ ام بوخراین,布赫赖因畔布赫		02	091	09177	09177114
2942817	Bucha	bucha	DE	06642	0	Europe/Berlin	51.38505	13.03978				13	00	14730	14730050
2942818	Bucha	bucha	DE	06642	294	Europe/Berlin	51.23637	11.5073		Bucha		14	00	15084	15084246
2942819	Bucha	bucha	DE	06642	1211	Europe/Berlin	50.88333	11.51667			16074008	15	00	16074	16074008
2942820	Bucha	bucha	DE	06642	103	Europe/Berlin	50.63333	11.7			16075073	15	00	16075	16075073
2942821	Bucha	bucha	DE	06642	0	Europe/Berlin	50.63286	11.4923				15	00	16073	16073111
2942827	Buch	buch	DE	39517	12674	Europe/Berlin	52.6347	13.49679		Berlin-Buch,Bukh,Бух		16	00	11000	11000000
2942828	Buch	buch	DE	39517	0	Europe/Berlin	49.49946	11.04521				02	095	09564	09564000
2942829	Buch	buch	DE	39517	0	Europe/Berlin	48.78575	13.07209				02	092	09271	09271125
2942830	Buch	buch	DE	39517	0	Europe/Berlin	48.62087	13.34401				02	092	09275	09275151
2942831	Buch	buch	DE	39517	428	Europe/Berlin	52.48654	11.94574		Buch		14	00	15090	15090550
2942832	Buch	buch	DE	39517	0	Europe/Berlin	50.54951	12.33166				13	00	14523	14523430
2942833	Buch	buch	DE	39517	0	Europe/Berlin	50.30989	11.26013				15	00	16072	16072024
2942834	Buch	buch	DE	39517	606	Europe/Berlin	50.20516	7.87596			07141019	08	00	07141	07141019
2942835	Buch	buch	DE	39517	0	Europe/Berlin	50.16912	11.58217				02	094	09477	09477118
2942836	Buch	buch	DE	39517	0	Europe/Berlin	50.13268	10.80988				02	096	09674	09674210
2942837	Buch	buch	DE	39517	943	Europe/Berlin	50.07609	7.38923			07140021	08	00	07140	07140021
2942838	Buch	buch	DE	39517	0	Europe/Berlin	50.04915	10.4195				02	096	09674	09674180
2942839	Buch	buch	DE	39517	0	Europe/Berlin	49.82031	10.48645				02	094	09471	09471128
2942840	Buch	buch	DE	39517	0	Europe/Berlin	49.73311	12.10976				02	093	09374	09374111
2942841	Buch	buch	DE	39517	0	Europe/Berlin	49.68285	10.85793				02	095	09572	09572126
2942842	Buch	buch	DE	39517	0	Europe/Berlin	49.61576	9.19797				02	096	09676	09676131
2942843	Buch	buch	DE	39517	0	Europe/Berlin	49.60048	10.82557				02	095	09572	09572164
2942844	Buch	buch	DE	39517	0	Europe/Berlin	49.51523	10.03833				02	096	09679	09679118
2942845	Buch	buch	DE	39517	0	Europe/Berlin	49.46435	10.56674				02	095	09575	09575166
2942846	Buch	buch	DE	39517	0	Europe/Berlin	49.31401	12.34241				02	093	09376	09376116
2942847	Buch	buch	DE	39517	0	Europe/Berlin	49.31986	11.37291				02	093	09373	09373155
2942848	Buch	buch	DE	39517	0	Europe/Berlin	49.31788	10.13137				01	081	08127	08127071
2942849	Buch	buch	DE	39517	0	Europe/Berlin	49.16477	9.96718		Buch		01	081	08127	08127014
2942850	Buch	buch	DE	39517	0	Europe/Berlin	49.09491	9.86645		Buch		01	081	08127	08127076
2942851	Buch	buch	DE	39517	0	Europe/Berlin	49.08719	11.64602				02	093	09373	09373115
2942852	Buch	buch	DE	39517	0	Europe/Berlin	48.96491	11.43275				02	091	09176	09176138
2942853	Buch	buch	DE	39517	0	Europe/Berlin	48.94184	11.70859				02	092	09273	09273164
2942854	Buch	buch	DE	39517	0	Europe/Berlin	48.90817	10.13394				01	081	08136	08136089
2942855	Buch	buch	DE	39517	0	Europe/Berlin	48.85613	11.98439				02	092	09273	09273125
2942856	Buch	buch	DE	39517	0	Europe/Berlin	48.79667	9.91814				01	081	08136	08136028
2942857	Buch	buch	DE	39517	0	Europe/Berlin	48.68932	11.73054				02	092	09273	09273113
2942858	Buch	buch	DE	39517	3405	Europe/Berlin	48.65234	12.16311		Buch		02	092	09274	09274141
2942859	Buch	buch	DE	39517	0	Europe/Berlin	48.64766	11.0658				02	091	09185	09185127
2942860	Buch	buch	DE	39517	0	Europe/Berlin	48.57124	11.66667				02	091	09186	09186162
2942861	Buch	buch	DE	39517	0	Europe/Berlin	48.38179	13.22831				02	092	09275	09275143
2942862	Buch	buch	DE	39517	0	Europe/Berlin	48.34986	10.68472		Buch		02	097	09772	09772167
2942863	Buch	buch	DE	39517	0	Europe/Berlin	48.31667	10.01667				01	084	08425	08425137
2942864	Buch	buch	DE	39517	0	Europe/Berlin	48.28742	13.08624				02	092	09277	09277147
2942865	Buch	buch	DE	39517	0	Europe/Berlin	48.25108	12.91911				02	092	09277	09277127
2942866	Buch	buch	DE	39517	3709	Europe/Berlin	48.22479	10.18055		Bukh,Bux,Бух,Բուխ		02	097	09775	09775118
2942867	Buch	buch	DE	39517	0	Europe/Berlin	48.20738	12.63184				02	091	09171	09171133
2942868	Buch	buch	DE	39517	0	Europe/Berlin	48.08036	12.47883				02	091	09189	09189149
2942869	Buch	buch	DE	39517	0	Europe/Berlin	48.05623	11.13945		Buch am Ammersee		02	091	09188	09188126
2942870	Buch	buch	DE	39517	0	Europe/Berlin	47.95947	10.01334				01	084	08426	08426100
2942871	Buch	buch	DE	39517	0	Europe/Berlin	47.97241	9.59534		Buch,Bueh		01	084	08436	08436093
2942872	Buch	buch	DE	39517	0	Europe/Berlin	47.95815	9.78499				01	084	08426	08426038
2942873	Buch	buch	DE	39517	0	Europe/Berlin	47.92031	12.15629				02	091	09187	09187181
2942874	Buch	buch	DE	39517	0	Europe/Berlin	47.85729	11.65795				02	091	09182	09182120
2942875	Buch	buch	DE	39517	0	Europe/Berlin	47.69772	11.71885				02	091	09182	09182111
2942876	Buch	buch	DE	39517	0	Europe/Berlin	47.68333	9.66667				01	084	08435	08435057
2942877	Buch	buch	DE	39517	0	Europe/Berlin	47.68803	9.55541				01	084	08435	08435035
2942878	Buch	buch	DE	39517	0	Europe/Berlin	47.61373	8.11477				01	083	08337	08337002
2942879	Buch	buch	DE	39517	0	Europe/Berlin	47.57718	9.98367				02	097	09776	09776127
2942913	Bubsheim	bubsheim	DE	78585	1030	Europe/Berlin	48.11667	8.83333		Bubskhajm,bu bu si hai mu,Бубсхайм,Бубсхајм,布布斯海姆	08327007	01	083	08327	08327007
2942914	Buborn	buborn	DE	67742	164	Europe/Berlin	49.63832	7.5401		Buborn,bu bo er en,Буборн,布博尔恩	07336012	08	00	07336	07336012
2942922	Bubesheim	bubesheim	DE	89347	1414	Europe/Berlin	48.43333	10.25		Bubesgajm,Bubeshaym,Bubeskhajm,bu bei si hai mu,Бубесгайм,Бубесхайм,Бубесхајм,Բուբեսհայմ,布贝斯海姆	09774118	02	097	09774	09774118
2942930	Bubenreuth	bubenreuth	DE	91088	4516	Europe/Berlin	49.62745	11.01723		Bubenrojt,bu ben luo yi te,bubenroito,Бубенройт,Бубенројт,ブーベンロイト,布本罗伊特	09572119	02	095	09572	09572119
2942937	Bubenheim	bubenheim	DE	55270	0	Europe/Berlin	50.38068	7.54766				08	00	07111	07111000
2942938	Bubenheim	bubenheim	DE	55270	841	Europe/Berlin	49.92167	8.07972			07339008	08	00	07339	07339008
2942939	Bubenheim	bubenheim	DE	55270	463	Europe/Berlin	49.62806	8.11778			07333012	08	00	07333	07333012
2942940	Bubenheim	bubenheim	DE	55270	0	Europe/Berlin	48.98899	10.89333				02	095	09577	09577173
2942960	Bubach	bubach	DE	56288	295	Europe/Berlin	50.06667	7.55			07140020	08	00	07140	07140020
2942961	Bubach	bubach	DE	56288	0	Europe/Berlin	49.46712	7.27123				09	00	10046	10046117
2942962	Bubach	bubach	DE	56288	0	Europe/Berlin	49.41093	6.94312		Bubach,Bubach-Calmesweiler		09	00	10043	10043111
2942963	Bubach	bubach	DE	56288	0	Europe/Berlin	48.63375	12.62333				02	092	09279	09279125
2942998	Brusendorf	brusendorf	DE	15749	0	Europe/Berlin	52.30985	13.51135		Brusendorf		11	00	12061	12061332
2942999	Bruschied	bruschied	DE	55606	308	Europe/Berlin	49.83333	7.4		Brushid,bu lu xi de,Брушид,布鲁席德	07133201	08	00	07133	07133201
2943007	Brunstorf	brunstorf	DE	21524	0	Europe/Berlin	54.14356	12.5212				12	00	13073	13073055
2943008	Brunstorf	brunstorf	DE	21524	586	Europe/Berlin	53.49331	10.42518			01053017	10	00	01053	01053017
2943027	Brunsmark	brunsmark	DE	23883	143	Europe/Berlin	53.61667	10.73333		Brunsmark	01053016	10	00	01053	01053016
2943064	Brunow	brunow	DE	19372	402	Europe/Berlin	53.2623	11.81009		Brunow		12	00	13076	13076021
2943065	Brunow	brunow	DE	19372	0	Europe/Berlin	52.72917	13.87075				11	00	12064	12064205
2943072	Brünnthal	brunnthal	DE	85649	0	Europe/Berlin	49.3898	11.65229				02	093	09371	09371132
2943073	Brunnthal	brunnthal	DE	85649	0	Europe/Berlin	48.11417	12.17722				02	091	09183	09183139
2943074	Brunnthal	brunnthal	DE	85649	4628	Europe/Berlin	48.00652	11.68405		Brunntal',Brunntoi,Bruntal,Bruntal',brwntal,bu lun ta er,Бруннталь,Брунтал,Брунталь,Բրունթհալ,برونتال,布伦塔尔	09184114	02	091	09184	09184114
2943161	Brunnen	brunnen	DE	86564	0	Europe/Berlin	48.65414	10.99197				02	097	09779	09779201
2943162	Brunnen	brunnen	DE	86564	0	Europe/Berlin	48.62899	11.30922			09185123	02	091	09185	09185123
2943163	Brunnen	brunnen	DE	86564	1609	Europe/Berlin	48.22956	10.97332		Brunnen		02	097	09771	09771145
2943164	Brunnen	brunnen	DE	86564	0	Europe/Berlin	47.96453	10.09695				02	097	09764	09764000
2943165	Brunnen	brunnen	DE	86564	0	Europe/Berlin	47.82888	9.85096				01	084	08436	08436052
2943166	Brunnen	brunnen	DE	86564	0	Europe/Berlin	47.59478	10.73917				02	097	09777	09777169
2943203	Brunn	brunn	DE	17039	1261	Europe/Berlin	53.67076	13.37032		Brunn		12	00	13071	13071019
2943204	Brunn	brunn	DE	17039	0	Europe/Berlin	52.91565	12.50615				11	00	12068	12068477
2943205	Brunn	brunn	DE	17039	0	Europe/Berlin	50.65367	12.31579				13	00	14523	14523340
2943206	Brunn	brunn	DE	17039	0	Europe/Berlin	50.5025	12.43396		Auerbach-Brunn,Brunn		13	00	14523	14523020
2943208	Brunn	brunn	DE	17039	0	Europe/Berlin	50.32892	11.79812				02	094	09475	09475141
2943209	Brunn	brunn	DE	17039	0	Europe/Berlin	50.18333	10.08333				02	096	09672	09672114
2943210	Brünn	brunn	DE	17039	0	Europe/Berlin	50.12078	10.71762				02	096	09674	09674130
2943211	Brunn	brunn	DE	17039	0	Europe/Berlin	49.89275	11.16606				02	094	09471	09471142
2943212	Brunn	brunn	DE	17039	0	Europe/Berlin	49.85989	12.40174				02	093	09377	09377154
2943213	Brunn	brunn	DE	17039	0	Europe/Berlin	49.57321	10.71115				02	095	09575	09575121
2943214	Brunn	brunn	DE	17039	0	Europe/Berlin	49.43549	11.25463		Brunn		02	095	09564	09564000
2943215	Brunn	brunn	DE	17039	0	Europe/Berlin	49.37896	11.61916				02	093	09373	09373140
2943216	Brunn	brunn	DE	17039	0	Europe/Berlin	49.26471	10.87173				02	095	09571	09571226
2943217	Brunn	brunn	DE	17039	1311	Europe/Berlin	49.23632	12.19156				02	093	09376	09376149
2943218	Brunn	brunn	DE	17039	0	Europe/Berlin	49.19263	12.62613				02	093	09372	09372116
2943219	Brunn	brunn	DE	17039	0	Europe/Berlin	49.11581	10.5483				02	095	09571	09571141
2943220	Brunn	brunn	DE	17039	0	Europe/Berlin	49.1	11.9			09375122	02	093	09375	09375122
2943221	Brunn	brunn	DE	17039	0	Europe/Berlin	48.63634	11.6926				02	091	09186	09186122
2943222	Brunn	brunn	DE	17039	0	Europe/Berlin	48.61618	12.47551				02	092	09279	09279112
2943223	Brunn	brunn	DE	17039	0	Europe/Berlin	48.167	12.78024				02	091	09171	09171124
2943224	Brunn	brunn	DE	17039	0	Europe/Berlin	48.09015	12.71627				02	091	09189	09189152
2943225	Brunn	brunn	DE	17039	0	Europe/Berlin	48.0113	12.8141				02	091	09189	09189118
2943278	Brunau	brunau	DE	39624	631	Europe/Berlin	52.74814	11.46818				14	00	15081	15081240
2943291	Brumby	brumby	DE	39240	0	Europe/Berlin	52.20887	11.30098				14	00	15083	15083298
2943292	Brumby	brumby	DE	39240	1046	Europe/Berlin	51.89635	11.71751		Brumby		14	00	15089	15089310
2943318	Brühl	bruhl	DE	50321	0	Europe/Berlin	48.75	9.26667		Bruhl,Brühl		01	081	08116	08116019
2943321	Brühl	bruhl	DE	50321	14262	Europe/Berlin	49.39722	8.53361		Brihl,Bril,Brjul',Bruehl,Bruhl,Brühl,bu lu er,buryuru,Брил,Брюль,ブリュール,布呂爾	08226009	01	082	08226	08226009
2943336	Brüggen	bruggen	DE	31033	16105	Europe/Berlin	51.24053	6.18376		Brueggen,Brüggen	05166004	07	051	05166	05166004
2943338	Bruggen	bruggen	DE	31033	0	Europe/Berlin	47.95246	8.4387				01	083	08326	08326006
2943339	Bruggen	bruggen	DE	31033	0	Europe/Berlin	47.90387	9.59808				01	084	08436	08436087
2943368	Brudersdorf	brudersdorf	DE	17159	243	Europe/Berlin	53.95375	12.87903				12	00	13071	13071027
2943369	Brudersdorf	brudersdorf	DE	17159	0	Europe/Berlin	49.45455	12.10672				02	093	09376	09376144
2943407	Bruckmühl	bruckmuhl	DE	83052	0	Europe/Berlin	48.25364	12.90389		Bruckmuhl,Bruckmuhle,Bruckmühl,Bruckmühle		02	092	09277	09277127
2943408	Bruckmühl	bruckmuhl	DE	83052	15851	Europe/Berlin	47.87859	11.91098		Bruckmuehl,Bruckmuhl,Bruckmühl,Brukmil,Brukmjul',Brukmyuhl,brwkmwl,bu lu ke mi he er,Брукмил,Брукмюль,Բրուկմյուհլ,بروکمول,布鲁克米赫尔		02	091	09187	09187122
2943425	Bruck in der Oberpfalz	bruck-in-der-oberpfalz	DE	92436	4510	Europe/Berlin	49.24927	12.3071		Bruck,Bruck bei Nittenau,Bruck i.d. OPf.,Bruck in der Oberpfalz,Bruck in der Oberptalz,Bruk,Bruk u Oberpfalcu,Bruk-in-der-Oberpfal'c,brwk ayn dr awbrfalts,Брук,Брук у Оберпфалцу,Брук-ін-дер-Оберпфальц,بروک این در اوبرفالتس		02	093	09376	09376117
2943486	Brücken	brucken	DE	06528	0	Europe/Berlin	50.08935	9.14304				02	096	09671	09671143
2943487	Brücken	brucken	DE	06528	1283	Europe/Berlin	49.63333	7.11667		Briken,Brjukken,bu lu ken,Брикен,Брюккен,布吕肯	07134015	08	00	07134	07134015
2943489	Brucken	brucken	DE	06528	0	Europe/Berlin	48.57324	9.45635				01	081	08116	08116079
2943500	Bruckberg	bruckberg	DE	84079	1394	Europe/Berlin	49.35991	10.69924			09571122	02	095	09571	09571122
2943501	Bruckberg	bruckberg	DE	84079	5071	Europe/Berlin	48.52244	11.99448			09274194	02	092	09274	09274194
2943514	Bruck	bruck	DE	14822	0	Europe/Berlin	49.5741	10.98736				02	095	09562	09562000
2943515	Bruck	bruck	DE	14822	0	Europe/Berlin	48.50259	12.84463				02	092	09277	09277144
2943520	Bruck	bruck	DE	14822	0	Europe/Berlin	50.36408	11.80381		Bruck		02	094	09475	09475113
2943521	Brücktal	brucktal	DE	53539	95	Europe/Berlin	50.31667	6.98333		Bruck,Brucktal,Brück,Brücktal	07233208	08	00	07233	07233208
2943523	Brück	bruck	DE	14822	0	Europe/Berlin	49.81909	10.15124				02	096	09675	09675117
2943524	Bruck	bruck	DE	14822	0	Europe/Berlin	48.90868	13.25521				02	092	09276	09276127
2943525	Bruck	bruck	DE	14822	0	Europe/Berlin	48.81769	9.70241				01	081	08136	08136042
2943526	Bruck	bruck	DE	14822	0	Europe/Berlin	48.73639	10.9425				02	097	09779	09779178
2943527	Bruck	bruck	DE	14822	0	Europe/Berlin	48.71807	11.25681				02	091	09185	09185149
2943528	Bruck	bruck	DE	14822	0	Europe/Berlin	48.66435	13.06819				02	092	09271	09271128
2943529	Bruck	bruck	DE	14822	0	Europe/Berlin	48.36883	12.23471				02	092	09274	09274183
2943530	Bruck	bruck	DE	14822	0	Europe/Berlin	48.12206	12.57621				02	091	09171	09171117
2943531	Bruck	bruck	DE	14822	1213	Europe/Berlin	48.02116	11.90781			09175114	02	091	09175	09175114
2943532	Bruck	bruck	DE	14822	0	Europe/Berlin	47.85668	11.83429				02	091	09182	09182137
2943533	Bruck	bruck	DE	14822	0	Europe/Berlin	47.4873	10.38606				02	097	09780	09780123
2943546	Bruchweiler-Bärenbach	bruchweiler-barenbach	DE	76891	1767	Europe/Berlin	49.11667	7.8			07340501	08	00	07340	07340501
2943547	Bruchweiler	bruchweiler	DE	55758	550	Europe/Berlin	49.79833	7.22557		Brukhvajler,bu lu he wei lei,Брухвайлер,Брухвајлер,布鲁赫韦勒	07134014	08	00	07134	07134014
2943558	Bruchstedt	bruchstedt	DE	99955	310	Europe/Berlin	51.18333	10.78333			16064009	15	00	16064	16064009
2943560	Bruchsal	bruchsal	DE	76646	42785	Europe/Berlin	49.12426	8.59804		Bruchsal,Bruchsalia,Brukhzal,Brukhzal',Brusel,brwkhzal,bu lu sa er,buruffuzaru,Брухзал,Брухзаль,بروخزال,ブルッフザール,布鲁萨尔		01	082	08215	08215009
2943587	Bruchhausen-Vilsen	bruchhausen-vilsen	DE	27305	6205	Europe/Berlin	52.82931	8.99066		Brooksen-Vilsen,Bruchhausen,Bruchhausen-Vilsen,Brukhauzen-Vilsen,Brukhgauzen-Fil'zen,Brukhkhauzen-Fil'zen,Vilsen,bu lu hao sen-fei er sen,Брухаузен-Вилсен,Брухгаузен-Фильзен,Бруххаузен-Фильзен,布鲁豪森-菲尔森		06	00	03251	03251049
2943589	Bruchhausen	bruchhausen	DE	53572	0	Europe/Berlin	50.87853	7.46176				07	053	05382	05382036
2943590	Bruchhausen	bruchhausen	DE	53572	0	Europe/Berlin	51.70446	9.28807		Bruchhausen		07	057	05762	05762020
2943591	Bruchhausen	bruchhausen	DE	53572	0	Europe/Berlin	51.42531	8.02155		Bruchhausen		07	059	05958	05958004
2943592	Bruchhausen	bruchhausen	DE	53572	0	Europe/Berlin	51.3181	8.53176		Bruchhausen		07	059	05958	05958036
2943593	Bruchhausen	bruchhausen	DE	53572	0	Europe/Berlin	51.30228	7.93118				07	059	05958	05958044
2943595	Bruchhausen	bruchhausen	DE	53572	0	Europe/Berlin	50.86471	7.65942		Bruchhausen		07	053	05374	05374044
2943596	Bruchhausen	bruchhausen	DE	53572	0	Europe/Berlin	50.84377	7.31123				07	053	05382	05382040
2943597	Bruchhausen	bruchhausen	DE	53572	0	Europe/Berlin	49.361	8.64147		Bruchhausen		01	082	08226	08226076
2943598	Bruchhausen	bruchhausen	DE	53572	0	Europe/Berlin	48.92566	8.36849				01	082	08215	08215017
2943602	Bruchhagen	bruchhagen	DE	16278	0	Europe/Berlin	53.08134	13.9747				11	00	12073	12073008
2943603	Bruchhagen	bruchhagen	DE	16278	0	Europe/Berlin	52.55074	8.98586		Bruchhagen		06	00	03256	03256030
2943621	Bruchertseifen	bruchertseifen	DE	57539	766	Europe/Berlin	50.75	7.71667			07132014	08	00	07132	07132014
2943654	Bruch	bruch	DE	54518	0	Europe/Berlin	51.05258	7.64919		Bruch		07	053	05374	05374012
2943655	Bruch	bruch	DE	54518	0	Europe/Berlin	52.48602	8.57586				07	057	05770	05770040
2943656	Bruch	bruch	DE	54518	0	Europe/Berlin	52.38443	8.86812				07	057	05770	05770028
2943657	Bruch	bruch	DE	54518	0	Europe/Berlin	52.34702	7.76973				07	055	05566	05566056
2943658	Bruch	bruch	DE	54518	0	Europe/Berlin	51.65641	6.86922				07	051	05170	05170036
2943659	Bruch	bruch	DE	54518	0	Europe/Berlin	50.90898	7.58535		Bruch		07	053	05374	05374032
2943660	Bruch	bruch	DE	54518	0	Europe/Berlin	47.81723	12.97047				02	091	09172	09172111
2943661	Bruch	bruch	DE	54518	0	Europe/Berlin	53.28497	8.54949				06	00	03356	03356009
2943662	Bruch	bruch	DE	54518	0	Europe/Berlin	52.19409	8.80767				07	057	05770	05770004
2943663	Bruch	bruch	DE	54518	0	Europe/Berlin	52.03528	9.1983		Bruch (Aerzen)		06	00	03252	03252001
2943665	Bruch	bruch	DE	54518	0	Europe/Berlin	51.31204	6.20495				07	051	05166	05166016
2943666	Bruch	bruch	DE	54518	0	Europe/Berlin	51.29801	7.24653				07	051	05124	05124000
2943667	Bruch	bruch	DE	54518	0	Europe/Berlin	50.88333	7.9				07	059	05970	05970016
2943668	Bruch	bruch	DE	54518	506	Europe/Berlin	49.95695	6.78174			07231013	08	00	07231	07231013
2943669	Bruch	bruch	DE	54518	0	Europe/Berlin	48.9437	9.6363				01	081	08119	08119037
2943670	Bruch	bruch	DE	54518	0	Europe/Berlin	48.92116	9.52019				01	081	08119	08119083
2943697	Brotterode	brotterode	DE	98599	3052	Europe/Berlin	50.82412	10.44446		Broterode,Brotterode,brwtrwdh,Бротероде,Броттероде,بروتروده		15	00	16066	16066074
2943700	Bröthen	brothen	DE	21514	280	Europe/Berlin	53.47947	10.66755			01053015	10	00	01053	01053015
2943749	Broock	broock	DE	19386	0	Europe/Berlin	53.83674	13.23333				12	00	13075	13075002
2943750	Broock	broock	DE	19386	450	Europe/Berlin	53.46567	12.10814				12	00	13076	13076089
2943779	Bronkow	bronkow	DE	03205	691	Europe/Berlin	51.66667	13.91667		Bronkov,Bronkow,bu long ke,Бронков,Բրոնկով,布龙科	12066041	11	00	12066	12066041
2943783	Bromskirchen	bromskirchen	DE	59969	1917	Europe/Berlin	51.09363	8.6264		Bromskirchen,Bromskirkhen,bu luo mu si ji xing,buromusukiruhyen,Бромскирхен,Бромскірхен,ブロムスキルヒェン,布罗姆斯基兴	06635005	05	066	06635	06635005
2943795	Brome	brome	DE	38465	3428	Europe/Berlin	52.60019	10.93754		Brome,bu luo mei,Броме,布罗梅		06	00	03151	03151005
2943829	Brokstedt	brokstedt	DE	24616	2224	Europe/Berlin	53.98333	9.81667		Brokstedt	01061019	10	00	01061	01061019
2943851	Brokdorf	brokdorf	DE	25576	1082	Europe/Berlin	53.8638	9.32314		Brokdorf	01061018	10	00	01061	01061018
2943890	Brohm	brohm	DE	17099	391	Europe/Berlin	53.60803	13.59527		Brohm		12	00	13071	13071035
2943896	Brohl	brohl	DE	56754	355	Europe/Berlin	50.48636	7.32616				08	00	07131	07131014
2943897	Brohl	brohl	DE	56754	0	Europe/Berlin	50.21909	7.27947			07135016	08	00	07135	07135016
2943919	Broderstorf	broderstorf	DE	18184	2948	Europe/Berlin	54.08114	12.2635		Broderstorf,bu luo de er si tuo er fu,Бродерсторф,布罗德尔斯托尔夫		12	00	13072	13072019
2943921	Brodersdorf	brodersdorf	DE	24235	452	Europe/Berlin	54.38333	10.25		Brodersdorf	01057012	10	00	01057	01057012
2943922	Brodersby	brodersby	DE	24398	0	Europe/Berlin	54.63333	9.98333			01058032	10	00	01058	01058032
2943923	Brodersby	brodersby	DE	24398	727	Europe/Berlin	54.53333	9.71667			01059189	10	00	01059	01059189
2943928	Brodenbach	brodenbach	DE	56332	698	Europe/Berlin	50.23333	7.45		Brodenbakh,bu luo deng ba he,Броденбах,布罗登巴赫	07137205	08	00	07137	07137205
2943945	Brockum	brockum	DE	49448	1109	Europe/Berlin	52.46667	8.41667			03251009	06	00	03251	03251009
2943949	Brockscheid	brockscheid	DE	54552	216	Europe/Berlin	50.13333	6.85		Brockscheid,Brockscheidt,Brokshajd,bu luo ke sha yi de,Брокшайд,Брокшајд,布罗克沙伊德	07233011	08	00	07233	07233011
2943997	Brockel	brockel	DE	27386	1394	Europe/Berlin	53.1	9.51667		Brokel,Brokkel',Brookel,bu luo ke er,burokkeru,Брокел,Броккель,ブロッケル,布罗克尔	03357009	06	00	03357	03357009
2944006	Brockau	brockau	DE	06724	0	Europe/Berlin	50.60699	12.21365		Brockau		13	00	14523	14523260
2944027	Britz	britz	DE	16230	39488	Europe/Berlin	52.44293	13.43388		Berlin-Britz,beulicheu,bu li ci,布里茨,브리츠		16	00	11000	11000000
2944028	Britz	britz	DE	16230	2327	Europe/Berlin	52.88726	13.81119			12060036	11	00	12060	12060036
2944034	Bristow	bristow	DE	17166	236	Europe/Berlin	53.71234	12.62573		Bristow		12	00	13072	13072094
2944038	Brinkum	brinkum	DE	26835	689	Europe/Berlin	53.26667	7.56667			03457003	06	00	03457	03457003
2944039	Brinkum	brinkum	DE	26835	0	Europe/Berlin	53.01209	8.78562		Brinkum,Brinkuni		06	00	03251	03251037
2944071	Brinjahe	brinjahe	DE	24816	133	Europe/Berlin	54.16667	9.63333		Brinjahe	01058031	10	00	01058	01058031
2944076	Brimingen	brimingen	DE	54646	74	Europe/Berlin	49.96972	6.36366			07232502	08	00	07232	07232502
2944079	Brilon	brilon	DE	59929	27030	Europe/Berlin	51.39462	8.57146		Brailen,Brilon,bryln,brylwn,bu li long,Брилон,Брілон,بريلون,بریلن,布里隆		07	059	05958	05958012
2944087	Briggow	briggow	DE	17153	373	Europe/Berlin	53.62078	12.98477		Briggow		12	00	13071	13071018
2944093	Brietlingen	brietlingen	DE	21382	3150	Europe/Berlin	53.33333	10.45		Britlingen,bu li te lin gen,Бритлинген,布里特林根	03355011	06	00	03355	03355011
2944103	Brieskow-Finkenheerd	brieskow-finkenheerd	DE	15295	2518	Europe/Berlin	52.25387	14.57285	35	Brieskow,Briskov Finkenherd,Briskov-Finkenkherd,Finkenheerd,bu li si ke fu-fen ken hei er de,Брисков-Финкенхерд,Բրիսկով Ֆինկենհերդ,布里斯科夫-芬肯黑尔德	12067076	11	00	12067	12067076
2944110	Briesensee	briesensee	DE	15913	0	Europe/Berlin	51.95604	14.00471		Briesen,Briesensee,Brjazyna,Brjazyna nad jazorom		11	00	12061	12061352
2944119	Briesen	briesen	DE	03096	0	Europe/Berlin	53.13627	13.67738				11	00	12073	12073201
2944120	Briesen	briesen	DE	03096	0	Europe/Berlin	52.70593	12.59196				11	00	12063	12063088
2944121	Briesen	briesen	DE	03096	2374	Europe/Berlin	52.34383	14.27804		Briesen		11	00	12067	12067072
2944122	Briesen	briesen	DE	03096	0	Europe/Berlin	52.05325	13.71321		Briesen		11	00	12061	12061216
2944123	Briesen	briesen	DE	03096	842	Europe/Berlin	51.81554	14.2442		Briesen,Briesen/Brjazyna,Brizen,Brjazyna,bu li sen,Бризен,Բրիզեն,布里森	12071028	11	00	12071	12071028
2944124	Briesen	briesen	DE	03096	0	Europe/Berlin	51.73387	14.1131		Briesen,Brjaze		11	00	12066	12066320
2944126	Brieselang	brieselang	DE	14656	10379	Europe/Berlin	52.58333	13		Briselang,Brizelang,bu li sai lang,Бризеланг,Бриселанг,Բրիզելանգ,布里塞朗	12063036	11	00	12063	12063036
2944142	Briedern	briedern	DE	56820	360	Europe/Berlin	50.1	7.2			07135015	08	00	07135	07135015
2944143	Brieden	brieden	DE	56829	135	Europe/Berlin	50.18333	7.26667			07135014	08	00	07135	07135014
2944146	Briedel	briedel	DE	56867	1058	Europe/Berlin	50.01667	7.15		Bridel,Bridel',bu li de er,Бридел,Бридель,布里德尔	07135013	08	00	07135	07135013
2944149	Brickeln	brickeln	DE	25712	211	Europe/Berlin	54.01667	9.23333		Brickeln	01051010	10	00	01051	01051010
2944155	Brey	brey	DE	56321	1596	Europe/Berlin	50.27253	7.62645			07137204	08	00	07137	07137204
2944159	Brevörde	brevorde	DE	37647	790	Europe/Berlin	51.91667	9.41667		Brefjorde,Breverde,bu lei fu er de,bureferude,Бреверде,Брефёрде,ブレフェルデ,布雷弗尔德	03255005	06	00	03255	03255005
2944166	Breunigweiler	breunigweiler	DE	67725	422	Europe/Berlin	49.56667	7.96667			07333011	08	00	07333	07333011
2944169	Breuna	breuna	DE	34479	3866	Europe/Berlin	51.41575	9.185		Brojna,Bruene,Brüne,bu luo yi na,buroina,Бройна,Бројна,ブロイナ,布罗伊纳	06633004	05	066	06633	06633004
2944174	Breuberg	breuberg	DE	64747	0	Europe/Berlin	50.61667	10.41667				15	00	16066	16066079
2944178	Bretzfeld	bretzfeld	DE	74626	12162	Europe/Berlin	49.17944	9.43833		Brecfel'd,Brecfeld,Bretcfel'd,Bretzfeld,bu lei ci fei er de,burettsuferuto,Бретцфельд,Брецфелд,Брецфельд,ブレッツフェルト,布雷茨费尔德	08126011	01	081	08126	08126011
2944181	Bretzenheim	bretzenheim	DE	55559	2455	Europe/Berlin	49.87796	7.89653		Brecenkhajm,Bretcenkhajm,bu lei cen hai mu,Бретценхайм,Бреценхајм,布雷岑海姆	07133018	08	00	07133	07133018
2944191	Brettin	brettin	DE	39307	908	Europe/Berlin	52.42641	12.18248		Brettin		14	00	15086	15086080
2944195	Bretthausen	bretthausen	DE	56479	0	Europe/Berlin	50.66667	8.06667			07143214	08	00	07143	07143214
2944196	Bretthausen	bretthausen	DE	56479	208	Europe/Berlin	50.66761	7.89103		Bretthausen		08	00	07143	07143280
2944200	Bretten	bretten	DE	75015	28144	Europe/Berlin	49.03685	8.70745		Breten,Bretten,brtn,brytn,bu lei teng,Бретен,Бреттен,برتن,بريتن,布雷滕		01	082	08215	08215007
2944206	Bretsch	bretsch	DE	39606	674	Europe/Berlin	52.84035	11.6299		Bretsch		14	00	15090	15090007
2944208	Bretleben	bretleben	DE	06556	653	Europe/Berlin	51.33333	11.23333		Bretleben	16065088	15	00	16065	16065088
2944213	Brest	brest	DE	21698	827	Europe/Berlin	53.45	9.38333			03359008	06	00	03359	03359008
2944226	Bresegard	bresegard	DE	19230	390	Europe/Berlin	53.35239	11.29548		Bresegard		12	00	13076	13076019
2944228	Bresegard	bresegard	DE	19230	0	Europe/Berlin	53.2478	11.37139		Bresegard		12	00	13076	13076018
2944237	Brenz	brenz	DE	19306	561	Europe/Berlin	53.38326	11.66564		Brenz		12	00	13076	13076017
2944238	Brenz	brenz	DE	19306	0	Europe/Berlin	48.56215	10.29518				01	081	08135	08135031
2944254	Brensbach	brensbach	DE	64395	5438	Europe/Berlin	49.77389	8.88444		Brensbakh,bu lun si ba he,burensubahha,Бренсбах,ブレンスバッハ,布伦斯巴赫	06437003	05	064	06437	06437003
2944288	Brennberg	brennberg	DE	93179	1834	Europe/Berlin	49.06667	12.4		Brenberg,Brennberg,brnbrg,Бренберг,Бреннберг,Բրենբերգ,برنبرگ	09375120	02	093	09375	09375120
2944300	Brenk	brenk	DE	56651	204	Europe/Berlin	50.43333	7.18333			07131201	08	00	07131	07131201
2944302	Brenitz	brenitz	DE	03253	0	Europe/Berlin	51.7023	13.60071		Brenitz		11	00	12062	12062469
2944323	Bremsnitz	bremsnitz	DE	07646	153	Europe/Berlin	50.79924	11.77155		Bremsnitz	16074007	15	00	16074	16074007
2944335	Bremm	bremm	DE	56814	853	Europe/Berlin	50.1	7.11667			07135012	08	00	07135	07135012
2944368	Bremerhaven	bremerhaven	DE	27568	117446	Europe/Berlin	53.53615	8.59298		BRV,Bremergafen,Bremerhafenas,Bremerhafene,Bremerhaven,Bremerhoawen,Bremerhoben,Bremerhuuwen,Bremerkhafen,Brēmerhāfene,Brėmerhafenas,Kreisfreie Stadt Bremerhaven,Stadtgemeinde Bremerhaven,Wesermuende,Wesermünde,beulemeohapen,bremerhaveni,brmrhafn,bu lai mei ha fen,buremahafen,Бремергафен,Бремерхафен,Брэмэрһаффен,برمرهافن,بریمرہیون,ბრემერჰავენი,ブレーマーハーフェン,不来梅哈芬,브레머하펜		03	00	04012	04012000
2944388	Bremen	bremen	DE	28195	546501	Europe/Berlin	53.07582	8.80717		BRE,Brehmehn,Brehmen,Brema,Breme,Bremen,Bremen hiria,Bremenas,Bremene,Bremeni,Bremeno,Bremy,Brèma,Bréma,Brémy,Brémén,Brême,Brēmene,Brėmenas,Byen Bremen,ber mein,beulemen,bremena,bremeni,brmn,brymn,bu lai mei,buremen,mdynt brymn,Βρέμη,Бремен,Брэмен,Брэмэн,Բրեմեն,ברמן,برمن,بريمن,مدينة بريمن,ब्रेमेन,เบรเมิน,ဘရီမန်မြို့,ბრემენი,ブレーメン,不来梅,브레멘,𐌱𐍂𐌴𐌼𐌴𐌽	03	03	00	04011	04011000
2944389	Bremen	bremen	DE	28195	0	Europe/Berlin	51.50422	7.958		Bremen		07	059	05974	05974012
2944390	Bremen	bremen	DE	28195	0	Europe/Berlin	50.7237	10.00366				15	00	16063	16063032
2944391	Bremen	bremen	DE	28195	0	Europe/Berlin	48.02656	9.3625				01	084	08437	08437053
2944392	Bremen	bremen	DE	28195	0	Europe/Berlin	47.73333	9.93333				01	084	08436	08436094
2944403	Bremberg	bremberg	DE	56370	290	Europe/Berlin	50.30639	7.92011			07141018	08	00	07141	07141018
2944404	Bremberg	bremberg	DE	56370	0	Europe/Berlin	47.88319	10.36728				02	097	09777	09777176
2944405	Bremberg	bremberg	DE	56370	0	Europe/Berlin	47.77084	10.2494				02	097	09763	09763000
2944426	Breklum	breklum	DE	25821	2365	Europe/Berlin	54.6	8.98333		Braeaeklem,Breklum,Brääklem,bu lei ke lu mu,Бреклум,布雷克卢姆	01054020	10	00	01054	01054020
2944431	Brekendorf	brekendorf	DE	24811	1067	Europe/Berlin	54.4212	9.6335		Brekendorf	01058030	10	00	01058	01058030
2944432	Brietzig	brietzig	DE	17309	0	Europe/Berlin	53.47704	13.90351		Breitzig,Brietzig		12	00	13075	13075017
2944439	Breitungen	breitungen	DE	06536	513	Europe/Berlin	51.49805	11.05171		Breitungen		14	00	15087	15087412
2944440	Breitungen	breitungen	DE	06536	5281	Europe/Berlin	50.76355	10.32724		Altenbreitungen,Brajtungen,Breitungen,Breitungen/Werra,bu lai tong gen,Брайтунген,Брајтунген,布赖通根		15	00	16066	16066013
2944443	Breitscheidt	breitscheidt	DE	57539	1041	Europe/Berlin	50.75	7.65		Breitscheid,Breitscheidt	07132013	08	00	07132	07132013
2944444	Breitscheid	breitscheid	DE	35767	0	Europe/Berlin	50.86338	7.30822				07	053	05382	05382040
2944445	Breitscheid	breitscheid	DE	35767	5000	Europe/Berlin	50.68507	8.1912		Brajtshajd,Breitscheid,Брайтшайд,Брајтшајд	06532004	05	065	06532	06532004
2944446	Breitscheid	breitscheid	DE	35767	0	Europe/Berlin	50.60961	7.55619				08	00	07138	07138013
2944447	Breitscheid	breitscheid	DE	35767	0	Europe/Berlin	50.58154	7.44382			07138006	08	00	07138	07138006
2944448	Breitscheid	breitscheid	DE	35767	155	Europe/Berlin	50.05	7.7			07339007	08	00	07339	07339007
2944449	Breitscheid	breitscheid	DE	35767	0	Europe/Berlin	51.35478	6.86814		Breitscheid,Breitscheid-Selbeck		07	051	05158	05158028
2944455	Breitnau	breitnau	DE	79874	1903	Europe/Berlin	47.93333	8.08333		Brajtnau,Braytnau,Breitnau,Брайтнау,Брајтнау,Բրայտնաու	08315016	01	083	08315	08315016
2944465	Breitingen	breitingen	DE	89183	262	Europe/Berlin	48.51726	9.99228			08425024	01	084	08425	08425024
2944516	Breitenworbis	breitenworbis	DE	37339	2296	Europe/Berlin	51.41267	10.4282		Breitenworbis	16061017	15	00	16061	16061017
2944526	Breitenthal	breitenthal	DE	55758	328	Europe/Berlin	49.8	7.33333		Brajtental,Brajtental',Breitenthal,Брайтенталь,Брајтентал	07134013	08	00	07134	07134013
2944527	Breitenthal	breitenthal	DE	55758	0	Europe/Berlin	49.505	11.5737				02	093	09371	09371157
2944528	Breitenthal	breitenthal	DE	55758	0	Europe/Berlin	49.21732	11.74172				02	093	09373	09373151
2944529	Breitenthal	breitenthal	DE	55758	1293	Europe/Berlin	48.23782	10.29951			09774117	02	097	09774	09774117
2944538	Breitenstein	breitenstein	DE	06547	516	Europe/Berlin	51.62003	10.94625		Brajtenshtajn,Breitenstein,Брайтенштайн,Брајтенштајн		14	00	15087	15087412
2944539	Breitenstein	breitenstein	DE	06547	0	Europe/Berlin	50.43259	12.3353				13	00	14523	14523290
2944540	Breitenstein	breitenstein	DE	06547	0	Europe/Berlin	49.59934	11.64706				02	093	09371	09371135
2944541	Breitenstein	breitenstein	DE	06547	0	Europe/Berlin	48.63169	9.04797				01	081	08115	08115051
2944588	Breitenheim	breitenheim	DE	55592	443	Europe/Berlin	49.7	7.63333			07133017	08	00	07133	07133017
2944598	Breitenhagen	breitenhagen	DE	39240	542	Europe/Berlin	51.92341	11.94901				14	00	15089	15089026
2944599	Breitengüßbach	breitengussbach	DE	96149	4643	Europe/Berlin	49.97209	10.88591		Brajtengisbakh,Brajtengjusbakh,Braytengyusbax,bu lai teng ju si ba he,buraitengyusubahha,Брайтенгюсбах,Брајтенгисбах,Բրայտենգյուսբախ,ブライテンギュスバッハ,布赖滕居斯巴赫	09471119	02	094	09471	09471119
2944608	Breitenfelde	breitenfelde	DE	23881	1792	Europe/Berlin	53.60592	10.63339		Brajtenfel'de,Brajtenfelde,Breitenfelde,bu lai teng fei er de,Брайтенфельде,Брајтенфелде,布赖滕费尔德	01053014	10	00	01053	01053014
2944610	Breitenfeld	breitenfeld	DE	04158	0	Europe/Berlin	53.06433	12.27345				11	00	12070	12070149
2944611	Breitenfeld	breitenfeld	DE	04158	167	Europe/Berlin	52.56863	11.25316		Breitenfeld		14	00	15081	15081135
2944612	Breitenfeld	breitenfeld	DE	04158	0	Europe/Berlin	51.40354	12.34177		Breitenfeld		13	00	14713	14713000
2944613	Breitenfeld	breitenfeld	DE	04158	0	Europe/Berlin	50.46667	12.31667				13	00	14523	14523290
2944614	Breitenfeld	breitenfeld	DE	04158	0	Europe/Berlin	47.65475	8.30692		Breitenfeld		01	083	08337	08337126
2944627	Breitenburg	breitenburg	DE	25524	1049	Europe/Berlin	53.90572	9.57041		Brajtenburg,Breitenburg,bu lai teng bao,Брайтенбург,Брајтенбург,布赖滕堡	01061017	10	00	01061	01061017
2944630	Breitenbrunn	breitenbrunn	DE	87739	3741	Europe/Berlin	50.47553	12.76649		Brajtenbrun,Brajtenbrunn,Breitenbrunn,Breitenbrunn/Erzgebirge,Breitenbrunni vald,Брайтенбрунн,Брајтенбрун		13	00	14521	14521110
2944631	Breitenbrunn	breitenbrunn	DE	87739	0	Europe/Berlin	50.02302	11.98806				02	094	09479	09479169
2944632	Breitenbrunn	breitenbrunn	DE	87739	0	Europe/Berlin	49.80253	9.44492		Breitenbrunn		02	096	09676	09676124
2944633	Breitenbrunn	breitenbrunn	DE	87739	0	Europe/Berlin	49.76658	9.06966				05	064	06437	06437010
2944634	Breitenbrunn	breitenbrunn	DE	87739	0	Europe/Berlin	49.48625	11.75305				02	093	09371	09371151
2944635	Breitenbrunn	breitenbrunn	DE	87739	0	Europe/Berlin	49.44257	11.44209				02	095	09574	09574145
2944636	Breitenbrunn	breitenbrunn	DE	87739	3506	Europe/Berlin	49.36388	12.02013		Breitenbrunn		02	093	09371	09371118
2944637	Breitenbrunn	breitenbrunn	DE	87739	0	Europe/Berlin	49.08365	11.61985		Brajtenbrun,Brajtenbrunn,Breitenbrunn,Брайтенбрунн,Брајтенбрун,Բրայթենբրուն		02	093	09373	09373115
2944638	Breitenbrunn	breitenbrunn	DE	87739	2300	Europe/Berlin	48.13333	10.4			09778121	02	097	09778	09778121
2944654	Breitenberg	breitenberg	DE	25597	410	Europe/Berlin	53.92413	9.63514			01061016	10	00	01061	01061016
2944655	Breitenberg	breitenberg	DE	25597	0	Europe/Berlin	51.54658	10.28826				06	00	03159	03159010
2944656	Breitenberg	breitenberg	DE	25597	0	Europe/Berlin	51.07039	13.03				13	00	14522	14522570
2944657	Breitenberg	breitenberg	DE	25597	2163	Europe/Berlin	48.70439	13.79333		Breitenberg,Breitenburg	09275118	02	092	09275	09275118
2944658	Breitenberg	breitenberg	DE	25597	0	Europe/Berlin	48.66571	8.63743				01	082	08235	08235050
2944688	Breitenbach am Herzberg	breitenbach-am-herzberg	DE	36287	0	Europe/Berlin	50.7752	9.51597		Brajtenbakh,Brajtenbakh am Khercberg,Brajtenbakh-am-Gercberg,Breitenbach,Breitenbach am Herzberg,hei ci shan lu bu lai teng ba he,Брайтенбах,Брайтенбах-ам-Герцберг,Брајтенбах ам Херцберг,黑茨山麓布赖滕巴赫		05	066	06632	06632004
2944700	Breitenbach	breitenbach	DE	06528	0	Europe/Berlin	48.53333	12.86667				02	092	09277	09277111
2944701	Breitenbach	breitenbach	DE	06528	0	Europe/Berlin	48.27408	8.17286				01	083	08317	08317041
2944702	Breitenbach	breitenbach	DE	06528	286	Europe/Berlin	51.54212	11.11776		Breitenbach		14	00	15087	15087370
2944703	Breitenbach	breitenbach	DE	06528	0	Europe/Berlin	51.40459	10.33829		Breitenbach		15	00	16061	16061115
2944704	Breitenbach	breitenbach	DE	06528	0	Europe/Berlin	51.28291	9.31203				05	066	06633	06633023
2944705	Breitenbach	breitenbach	DE	06528	0	Europe/Berlin	51.02648	13.31349				13	00	14522	14522210
2944706	Breitenbach	breitenbach	DE	06528	381	Europe/Berlin	51.00414	12.07499		Breitenbach		14	00	15084	15084565
2944707	Breitenbach	breitenbach	DE	06528	1955	Europe/Berlin	50.95655	9.78285				05	066	06632	06632003
2944708	Breitenbach	breitenbach	DE	06528	0	Europe/Berlin	50.88793	8.08774		Breitenbach		07	059	05970	05970040
2944709	Breitenbach	breitenbach	DE	06528	0	Europe/Berlin	50.86846	12.52173				13	00	14524	14524270
2944710	Breitenbach	breitenbach	DE	06528	1041	Europe/Berlin	50.68895	10.49148		Breitenbach		15	00	16066	16066063
2944711	Breitenbach	breitenbach	DE	06528	0	Europe/Berlin	50.63124	8.41224				05	065	06532	06532008
2944712	Breitenbach	breitenbach	DE	06528	0	Europe/Berlin	50.53846	10.77737				15	00	16069	16069043
2944713	Breitenbach	breitenbach	DE	06528	0	Europe/Berlin	50.3695	9.48772				05	064	06435	06435025
2944714	Breitenbach	breitenbach	DE	06528	0	Europe/Berlin	50.2891	9.82054				02	096	09672	09672138
2944715	Breitenbach	breitenbach	DE	06528	0	Europe/Berlin	49.7755	11.17567				02	094	09474	09474121
2944716	Breitenbach	breitenbach	DE	06528	0	Europe/Berlin	49.43333	7.26667		Brajtenbakh,Брайтенбах,Брајтенбах	07336010	08	00	07336	07336010
2944717	Breitenbach	breitenbach	DE	06528	0	Europe/Berlin	49.11611	12.4552				02	093	09372	09372125
2944718	Breitenbach	breitenbach	DE	06528	0	Europe/Berlin	49.03629	10.2201				01	081	08136	08136018
2944719	Breitenbach	breitenbach	DE	06528	0	Europe/Berlin	48.51418	12.92534				02	092	09277	09277114
2944720	Breitenbach	breitenbach	DE	06528	0	Europe/Berlin	47.91162	10.10124				01	084	08436	08436003
2944721	Breitenbach	breitenbach	DE	06528	0	Europe/Berlin	47.73117	11.84519				02	091	09182	09182131
2944726	Breitenau	breitenau	DE	03249	0	Europe/Berlin	51.68638	13.72405		Breitenau		11	00	12062	12062469
2944727	Breitenau	breitenau	DE	03249	0	Europe/Berlin	51.20363	9.47428		Breitenau		05	066	06634	06634008
2944728	Breitenau	breitenau	DE	03249	0	Europe/Berlin	50.8512	13.16185		Breitenau		13	00	14522	14522440
2944729	Breitenau	breitenau	DE	03249	0	Europe/Berlin	50.80734	13.88912				13	00	14628	14628020
2944730	Breitenau	breitenau	DE	03249	732	Europe/Berlin	50.49806	7.69056			07143006	08	00	07143	07143006
2944731	Breitenau	breitenau	DE	03249	0	Europe/Berlin	50.3161	10.83876				02	094	09473	09473158
2944732	Breitenau	breitenau	DE	03249	0	Europe/Berlin	49.46402	10.47257				02	095	09575	09575156
2944733	Breitenau	breitenau	DE	03249	0	Europe/Berlin	49.21007	10.26145				02	095	09571	09571145
2944734	Breitenau	breitenau	DE	03249	0	Europe/Berlin	48.70066	12.41919				02	092	09279	09279128
2944735	Breitenau	breitenau	DE	03249	0	Europe/Berlin	48.38333	12.33333				02	092	09274	09274183
2944736	Breitenau	breitenau	DE	03249	0	Europe/Berlin	48.37523	8.48307				01	082	08237	08237045
2944737	Breitenau	breitenau	DE	03249	0	Europe/Berlin	48.27188	11.40338				02	091	09174	09174113
2944738	Breitenau	breitenau	DE	03249	0	Europe/Berlin	47.61772	12.1465				02	091	09187	09187148
2945468	Bramstedt	bramstedt	DE	27628	0	Europe/Berlin	54.84033	9.08528				10	00	01054	01054018
2944780	Breitbrunn am Chiemsee	breitbrunn-am-chiemsee	DE	83254	0	Europe/Berlin	47.88953	12.40039		Brajtbrun am Kimze,Brajtbrunn-am-Kimze,Brajtbrunn-am-Kimzee,Breitbrunn,Breitbrunn a. Chiemsee,braytbrwn am shymzy,ji mu hu pan bu lai te bu lun,Брайтбрунн-ам-Кимзее,Брайтбрунн-ам-Кімзе,Брајтбрун ам Кимзе,Կիմզեեի Բրայթբրուն,برایتبرون ام شیمزی,基姆湖畔布赖特布伦		02	091	09187	09187121
2944781	Breitbrunn	breitbrunn	DE	96151	1108	Europe/Berlin	50.01667	10.7			09674118	02	096	09674	09674118
2944782	Breitbrunn	breitbrunn	DE	96151	1423	Europe/Berlin	48.0432	12.15431				02	091	09187	09187124
2944783	Breitbrunn	breitbrunn	DE	96151	0	Europe/Berlin	48.03446	11.13612				02	091	09188	09188124
2944793	Breit	breit	DE	54426	270	Europe/Berlin	49.77561	6.90559			07231202	08	00	07231	07231202
2944800	Breisach am Rhein	breisach-am-rhein	DE	79206	14367	Europe/Berlin	48.03279	7.58294		Alt-Breisach,Brajsakh na Rajni,Brajzakh,Brajzakh am Rejn,Brajzakh-am-Rajn,Brajzakh-na-Rejne,Breisach,Breisach am Rhein,Vieux-Brisach,brayzakh,lai yin he pan bu lai sa he,rainis braizakhi,Брайзах,Брайзах ам Рейн,Брайзах-ам-Райн,Брайзах-на-Рейне,Брајзах,Брајсах на Рајни,ברייזאך,برايزاخ,برایزاخ,რაინის ბრაიზახი,莱茵河畔布莱萨赫		01	083	08315	08315015
2944812	Breiholz	breiholz	DE	24797	1535	Europe/Berlin	54.20554	9.52371		Breiholz	01058029	10	00	01058	01058029
2944819	Breidenbach	breidenbach	DE	35236	0	Europe/Berlin	50.97653	7.65646		Breidenbach		07	053	05374	05374040
2944820	Breidenbach	breidenbach	DE	35236	6866	Europe/Berlin	50.88734	8.45748		Brajdenbakh,bu lai deng ba he,buraidenbahha,Брайденбах,Брајденбах,ブライデンバッハ,布赖登巴赫	06534005	05	065	06534	06534005
2944828	Brehna	brehna	DE	06796	3014	Europe/Berlin	51.5579	12.21276		Brehna		14	00	15082	15082340
2944834	Brehme	brehme	DE	37339	1174	Europe/Berlin	51.49421	10.35908			16061015	15	00	16061	16061015
2944840	Bregenstedt	bregenstedt	DE	39343	586	Europe/Berlin	52.25408	11.22288		Bregenstedt		14	00	15083	15083205
2944852	Breest	breest	DE	17089	184	Europe/Berlin	53.7902	13.33469		Breest		12	00	13071	13071017
2944854	Breesen	breesen	DE	17091	0	Europe/Berlin	54.36401	13.17424				12	00	13073	13073073
2944855	Breesen	breesen	DE	17091	286	Europe/Berlin	54.04755	12.69067				12	00	13073	13073050
2944856	Breesen	breesen	DE	17091	0	Europe/Berlin	53.9051	12.37198				12	00	13072	13072062
2944857	Breesen	breesen	DE	17091	0	Europe/Berlin	53.71646	11.00135		Breesen		12	00	13074	13074068
2944858	Breesen	breesen	DE	17091	590	Europe/Berlin	53.62988	13.16597		Breesen		12	00	13071	13071016
2944859	Breesen	breesen	DE	17091	0	Europe/Berlin	51.74025	12.06688		Breesen		14	00	15082	15082377
2944860	Breesen	breesen	DE	17091	0	Europe/Berlin	50.9666	12.33789				15	00	16077	16077044
2944865	Breese	breese	DE	19322	1703	Europe/Berlin	53	11.8			12070052	11	00	12070	12070052
2944869	Breege	breege	DE	18556	779	Europe/Berlin	54.61458	13.36264				12	00	13073	13073013
2944873	Breechen	breechen	DE	17506	232	Europe/Berlin	53.9318	13.35448		Breechen		12	00	13075	13075044
2944879	Bredstedt	bredstedt	DE	25821	5146	Europe/Berlin	54.61868	8.96441		Braeist,Bredshtedt,Bredshtet,Bredsted,Bredstedt,Bräist,brdashtt,brydshtyt,bu lei ci te,Бредштедт,Бредштет,برداشتت,بريدشتيت,布雷茨特		10	00	01054	01054019
2944885	Bredow	bredow	DE	14641	0	Europe/Berlin	52.58866	12.92662				11	00	12063	12063036
2944887	Bredereiche	bredereiche	DE	16775	0	Europe/Berlin	53.13661	13.24255		Bredereiche		11	00	12065	12065084
2944898	Bredenfelde	bredenfelde	DE	17153	187	Europe/Berlin	53.60216	12.95546		Bredenfelde		12	00	13071	13071015
2944899	Bredenfelde	bredenfelde	DE	17153	0	Europe/Berlin	53.42018	13.42887				12	00	13071	13071164
2944915	Bredenbek	bredenbek	DE	24796	1319	Europe/Berlin	54.32247	9.87293			01058028	10	00	01058	01058028
2944916	Bredenbek	bredenbek	DE	24796	0	Europe/Berlin	54.07726	10.38381		Bredenbeck,Bredenbek		10	00	01057	01057053
2944944	Breddorf	breddorf	DE	27412	1235	Europe/Berlin	53.29262	9.08089			03357007	06	00	03357	03357007
2944945	Breddin	breddin	DE	16845	1046	Europe/Berlin	52.8856	12.22366			12068052	11	00	12068	12068052
2944948	Breddenberg	breddenberg	DE	26897	790	Europe/Berlin	52.95464	7.61129			03454006	06	00	03454	03454006
2944955	Breckerfeld	breckerfeld	DE	58339	9217	Europe/Berlin	51.25926	7.46807		Braeckfelle,Breckerfeld,Brekerfeld,Brekkerfel'd,Bräckfelle,brkrfld,brykrfld,bu lei ke er fei er de,Брекерфелд,Бреккерфельд,بريكرفلد,برکرفلد,布雷克尔费尔德		07	059	05954	05954004
2944963	Brecht	brecht	DE	54636	256	Europe/Berlin	49.98333	6.43333			07232020	08	00	07232	07232020
2944975	Brebel	brebel	DE	24392	410	Europe/Berlin	54.63333	9.75		Brebel	01059083	10	00	01059	01059083
2944981	Brauweiler	brauweiler	DE	55606	0	Europe/Berlin	50.95954	6.7832		Brauweiler		07	053	05362	05362036
2944982	Brauweiler	brauweiler	DE	55606	70	Europe/Berlin	49.81667	7.5			07133016	08	00	07133	07133016
2944993	Braunweiler	braunweiler	DE	55595	611	Europe/Berlin	49.86667	7.75			07133015	08	00	07133	07133015
2945004	Braunshorn	braunshorn	DE	56288	604	Europe/Berlin	50.08333	7.51667			07140018	08	00	07140	07140018
2945014	Braunsdorf	braunsdorf	DE	07955	0	Europe/Berlin	52.36191	13.95523		Braunsdorf		11	00	12067	12067469
2945015	Braunsdorf	braunsdorf	DE	07955	0	Europe/Berlin	51.91222	12.5928		Braunsdorf,Reinsdorf West		14	00	15091	15091375
2945016	Braunsdorf	braunsdorf	DE	07955	0	Europe/Berlin	51.01693	13.572		Braunsdorf		13	00	14628	14628410
2945018	Braunsdorf	braunsdorf	DE	07955	0	Europe/Berlin	50.8776	13.01416		Braunsdorf		13	00	14522	14522420
2945020	Braunsdorf	braunsdorf	DE	07955	269	Europe/Berlin	50.73566	11.91364				15	00	16076	16076092
2945021	Braunsdorf	braunsdorf	DE	07955	0	Europe/Berlin	50.63611	11.25739				15	00	16073	16073077
2945022	Braunschwende	braunschwende	DE	06543	603	Europe/Berlin	51.58981	11.24177		Braunschwende		14	00	15087	15087275
2945469	Bramstedt	bramstedt	DE	27628	1857	Europe/Berlin	53.36603	8.69005			03352060	06	00	03352	03352060
2945473	Bramsche	bramsche	DE	49565	0	Europe/Berlin	52.45699	7.36811		Bramsche		06	00	03454	03454032
2945474	Bramsche	bramsche	DE	49565	31394	Europe/Berlin	52.40881	7.97288		Bramsche,Bramshe,bramshh,bu la mu she,Брамше,برامشه,布拉姆舍		06	00	03459	03459014
2945024	Braunschweig	braunschweig	DE	38023	244715	Europe/Berlin	52.26594	10.52673		BWE,Braounsvaich,Braunschweig,Braunshvajg,Braunshvejg,Braunshweyg,Braunshwéyg,Braunsveiga,Braunsveigas,Braunšveiga,Braunšveigas,Bronswiek,Brunsvicum,Brunsvik,Brunswick,Brunswik,Brunswyck,Brunswyk,Brunszwik,Brunšwik,Brúnsvík,beulaunsyubaikeu,bra'unasva'iga,branjavika,branshwyg,braunshvaigi,brawnshfaygh,brawnshwayg,bu lun rui ke,buraunshuvu~aiku,Μπράουνσβαϊχ,Брауншвайг,Брауншвајг,Брауншвейг,Браўншвейг,בראונשווייג,برانشویگ,براونشفايغ,براونشوایگ,ब्रंजविक,ब्राउनश्वाइग,ბრაუნშვაიგი,ブラウンシュヴァイク,不伦瑞克,브라운슈바이크	03101	06	00	03101	03101000
2945041	Braunsbedra	braunsbedra	DE	06242	6599	Europe/Berlin	51.28602	11.88987		Braunsbedra,Braunsdorf,brwansbdra,bu luo yin si bei de la,Браунсбедра,بروانسبدرا,布罗因斯贝德拉		14	00	15088	15088065
2945042	Braunsbach	braunsbach	DE	74542	0	Europe/Berlin	49.50239	11.01629				02	095	09563	09563000
2945043	Braunsbach	braunsbach	DE	74542	2382	Europe/Berlin	49.19917	9.79056		Braunsbach,Braunsbakh,bu luo yin si ba he,buraunsubahha,Браунсбах,ブラウンスバッハ,布罗因斯巴赫	08127009	01	081	08127	08127009
2945051	Bräunlingen	braunlingen	DE	78199	6141	Europe/Berlin	47.92957	8.44806		Braeunlingen,Braunlingen,Brojnlingen,Bräunlingen,brwanayngn,brwynlynghn,bu luo yi en lin gen,Бройнлинген,Бройнлінген,Бројнлинген,برواناینگن,بروينلينغن,布罗伊恩林根		01	083	08326	08326006
2945055	Braunlage	braunlage	DE	38700	5159	Europe/Berlin	51.72651	10.6109		Braunlage,brawnlaghh,brwanlagh,bu luo yin la ge,Браунлаге,براونلاغه,بروانلاگه,布罗因拉格		06	00	03153	03153016
2945060	Braunichswalde	braunichswalde	DE	07580	704	Europe/Berlin	50.8	12.21667		Braunichswalde	16076009	15	00	16076	16076009
2945073	Braunfels	braunfels	DE	35619	11510	Europe/Berlin	50.51545	8.38918		Braunfel's,Braunfels,brawnflz,brwanflz,bu luo yin fei er si,Браунфелс,Браунфельс,Браўнфельс,براونفلز,بروانفلز,布罗因费尔斯		05	065	06532	06532003
2945103	Brauneberg	brauneberg	DE	54472	1173	Europe/Berlin	49.90583	6.98127		Brauneberg,bu lao ne bei ge,Браунеберг,布劳讷贝格	07231012	08	00	07231	07231012
2945136	Braubach	braubach	DE	56338	3192	Europe/Berlin	50.2736	7.64508		Braubach,Braubakh,brawbakh,brwabakh,bu lao ba he,buraubahha,Браубах,براوباخ,برواباخ,ブラウバッハ,布劳巴赫		08	00	07141	07141501
2945151	Braschwitz	braschwitz	DE	06188	1251	Europe/Berlin	51.52284	12.05867		Braschwitz		14	00	15088	15088195
2945165	Brannenburg	brannenburg	DE	83098	5646	Europe/Berlin	47.73996	12.09166		Branenburg,Brannaburg,Brannenburg,brannbwrg,bu la nen bao,Браненбург,Бранненбург,Բրանենբուրգ,براننبورگ,布拉嫩堡	09187120	02	091	09187	09187120
2945209	Brandshagen	brandshagen	DE	18519	1315	Europe/Berlin	54.23945	13.16917				12	00	13073	13073090
2945215	Brandscheid	brandscheid	DE	54608	519	Europe/Berlin	50.56083	7.92028			07143213	08	00	07143	07143213
2945216	Brandscheid	brandscheid	DE	54608	346	Europe/Berlin	50.22015	6.30848			07232207	08	00	07232	07232207
2945269	Brandis	brandis	DE	04821	0	Europe/Berlin	51.79735	13.17679				11	00	12062	12062461
2945270	Brandis	brandis	DE	04821	9728	Europe/Berlin	51.33597	12.61024				13	00	14729	14729070
2945284	Brandhorst	brandhorst	DE	06785	0	Europe/Berlin	52.21847	8.65636				07	057	05758	05758016
2945285	Brandhorst	brandhorst	DE	06785	108	Europe/Berlin	51.80931	12.40996		Brandhorst		14	00	15091	15091241
2945339	Branderoda	branderoda	DE	06632	201	Europe/Berlin	51.26667	11.76667		Branderoda		14	00	15084	15084150
2945341	Brand-Erbisdorf	brand-erbisdorf	DE	09618	11284	Europe/Berlin	50.86643	13.32285		Brand-Ehrbisdorf,Brand-Erbisdorf,Branda-Erbisdorfa,Erbisdorf,brand-arbysdwrf,brnd-arbysdwrf,bu lan de-ai er bi si duo fu,Бранд-Ербисдорф,Бранд-Эрбисдорф,براند-إربيسدورف,برند-اربیسدورف,布兰德-埃尔比斯多夫		13	00	14522	14522050
2945358	Brandenburg an der Havel	brandenburg-an-der-havel	DE	14770	59826	Europe/Berlin	52.41667	12.55		Brandebourg-sur-la-Havel,Brandeburgas,Brandeburgo sulla Havel,Brandenburg,Brandenburg na Khafelu,Brandenburg un der Havel,Brandenburg-na-Khafele,Brandenburg-na-Khafeli,Brandenburgas,Brandenburgum,Brannenborg an de Havel,Ciudad de Brandeburgo,beulandenbuleukeuandeeohapel,brandenburgi,brndnbwrg,brndnbwrg an dr hawl,ha fu er he pan bo lan deng bao,Бранденбург,Бранденбург на Хафелу,Бранденбург-на-Хафеле,Бранденбург-на-Хафелі,ברנדנבורג,برانڈنبرگ آن ڈیر ہاول,برندنبورگ آن در هاول,ბრანდენბურგი,ブランデンブルク・アン・デア・ハーフェル,哈弗尔河畔勃兰登堡,브란덴부르크안데어하펠		11	00	12051	12051000
2945382	Brande-Hörnerkirchen	brande-hornerkirchen	DE	25364	1606	Europe/Berlin	53.85	9.71667		Brande-Hoernerkirchen,Brande-Hornerkirchen,Brande-Hörnerkirchen	01056010	10	00	01056	01056010
2945421	Brand	brand	DE	95682	0	Europe/Berlin	47.74056	12.59755		Brand		02	091	09189	09189140
2945423	Brand	brand	DE	95682	0	Europe/Berlin	50.88704	7.16128				07	053	05378	05378028
2945424	Brand	brand	DE	95682	0	Europe/Berlin	50.75021	6.1637		Brand		07	053	05334	05334002
2945425	Brand	brand	DE	95682	0	Europe/Berlin	50.71237	12.43728		Brand		13	00	14524	14524330
2945427	Brand	brand	DE	95682	0	Europe/Berlin	50.53274	9.95696				05	066	06631	06631012
2945428	Brand	brand	DE	95682	0	Europe/Berlin	50.46554	12.16225				13	00	14523	14523320
2945429	Brand	brand	DE	95682	1206	Europe/Berlin	49.95972	11.91072			09377113	02	093	09377	09377113
2945430	Brand	brand	DE	95682	0	Europe/Berlin	49.58472	11.18231				02	095	09572	09572121
2945431	Brand	brand	DE	95682	0	Europe/Berlin	49.1537	10.79378		Brand		02	095	09577	09577138
2945432	Brand	brand	DE	95682	0	Europe/Berlin	48.25012	11.93479				02	091	09177	09177144
2945433	Brand	brand	DE	95682	0	Europe/Berlin	48.15359	12.14772				02	091	09183	09183126
2945434	Brand	brand	DE	95682	0	Europe/Berlin	47.96667	7.96667				01	083	08315	08315064
2945435	Brand	brand	DE	95682	0	Europe/Berlin	47.95	11.63333				02	091	09184	09184141
2945436	Brand	brand	DE	95682	0	Europe/Berlin	47.78711	10.15207				02	097	09780	09780112
2945437	Brand	brand	DE	95682	0	Europe/Berlin	47.70182	11.09622				02	091	09180	09180134
2945438	Brand	brand	DE	95682	0	Europe/Berlin	47.7	9.55				01	084	08435	08435035
2945465	Bramstedtlund	bramstedtlund	DE	25926	258	Europe/Berlin	54.85	9.06667		Bramstedtlund	01054018	10	00	01054	01054018
2945487	Brammer	brammer	DE	24793	452	Europe/Berlin	54.2	9.76667			01058027	10	00	01058	01058027
2945488	Brammer	brammer	DE	24793	0	Europe/Berlin	52.97223	9.33891				06	00	03361	03361005
2945521	Brambach	brambach	DE	06862	0	Europe/Berlin	51.8784	12.14848				14	00	15001	15001000
2945522	Brambach	brambach	DE	06862	0	Europe/Berlin	48.24524	8.43735				01	083	08325	08325053
2945526	Bralitz	bralitz	DE	16259	0	Europe/Berlin	52.83508	14.00594				11	00	12064	12064044
2945542	Brakel	brakel	DE	33034	17808	Europe/Berlin	51.7175	9.18596		Brakal,Brakel,Brakel',brakl  alman,Бракел,Бракель,براکل، آلمان		07	057	05762	05762016
2945561	Brahmenau	brahmenau	DE	07554	1070	Europe/Berlin	50.92359	12.15886		Brahmenau,Bramenau,bu la mei nao,Браменау,布拉梅瑙	16076008	15	00	16076	16076008
2945565	Brahlstorf	brahlstorf	DE	19273	771	Europe/Berlin	53.70029	11.55914		Brahlstorf		12	00	13076	13076024
2945566	Brahlstorf	brahlstorf	DE	19273	0	Europe/Berlin	53.36438	10.95165				12	00	13076	13076016
2945580	Braderup	braderup	DE	25923	0	Europe/Berlin	54.93188	8.3509				10	00	01054	01054149
2945581	Braderup	braderup	DE	25923	654	Europe/Berlin	54.8354	8.89043		Braderup,Braeaederep,Braeaegerep,Brääderep,Brääđerep	01054017	10	00	01054	01054017
2945591	Brackenheim	brackenheim	DE	74336	15083	Europe/Berlin	49.07787	9.06601		Brackenheim,Brakenkhajm,Brakkengajm,braknhaym,bu la ken hai mu,burakkenhaimu,Бракенхайм,Бракенхајм,Браккенгайм,براكنهايم,براکنهایم,ブラッケンハイム,布拉肯海姆		01	081	08125	08125013
2945600	Brackel	brackel	DE	21438	1653	Europe/Berlin	53.29974	10.0486			03353004	06	00	03353	03353004
2945601	Brackel	brackel	DE	21438	0	Europe/Berlin	51.52573	7.54438				07	059	05913	05913000
2945605	Brachwitz	brachwitz	DE	06198	0	Europe/Berlin	52.14793	12.88726		Brachwitz		11	00	12069	12069632
2945606	Brachwitz	brachwitz	DE	06198	991	Europe/Berlin	51.53706	11.86884		Brachwitz,Brakhvic,Брахвиц		14	00	15088	15088216
2945615	Brachtendorf	brachtendorf	DE	56761	271	Europe/Berlin	50.23333	7.23333			07135011	08	00	07135	07135011
2945630	Brachstedt	brachstedt	DE	06188	957	Europe/Berlin	51.57086	12.05134		Brachstedt		14	00	15088	15088295
2945647	Brachbach	brachbach	DE	57555	2458	Europe/Berlin	50.81667	7.93333		Brachbach,Brachback,Brakhbakh,brakhbakh,bu la ba he,Брахбах,براخباخ,布拉巴赫	07132012	08	00	07132	07132012
2945648	Brachbach	brachbach	DE	57555	0	Europe/Berlin	49.44647	10.4907				02	095	09575	09575156
2945649	Brachbach	brachbach	DE	57555	0	Europe/Berlin	49.18467	9.72397				01	081	08127	08127086
2945666	Braak	braak	DE	22145	0	Europe/Berlin	54.11667	10.58333				10	00	01055	01055012
2945667	Braak	braak	DE	22145	0	Europe/Berlin	54.00644	10.08965				10	00	01060	01060052
2945668	Braak	braak	DE	22145	755	Europe/Berlin	53.60991	10.24532			01062011	10	00	01062	01062011
2945669	Braak	braak	DE	22145	0	Europe/Berlin	51.8541	9.61642				06	00	03255	03255007
2945683	Böxlund	boxlund	DE	24994	0	Europe/Berlin	54.85	9.18333		Boxlund,Böxlund	01059105	10	00	01059	01059105
2945684	Boxlund	boxlund	DE	24994	0	Europe/Berlin	54.56552	9.14947				10	00	01054	01054144
2945698	Boxberg	boxberg	DE	54552	3093	Europe/Berlin	51.40373	14.57598		Boksberg,Boxberg,Boxberg/Hamor,Boxberg/O.L.,Boxberg/Oberlausitz,Boxbergi vald,Hamor,Боксберг		13	00	14626	14626060
2945699	Boxberg	boxberg	DE	54552	0	Europe/Berlin	51.09994	7.3026		Boxberg		07	053	05374	05374052
2945700	Boxberg	boxberg	DE	54552	0	Europe/Berlin	50.88333	7.63333				07	053	05374	05374044
2945701	Boxberg	boxberg	DE	54552	0	Europe/Berlin	50.6187	9.95868				05	066	06631	06631023
2945702	Boxberg	boxberg	DE	54552	190	Europe/Berlin	50.26667	6.88333			07233010	08	00	07233	07233010
2945703	Boxberg	boxberg	DE	54552	7209	Europe/Berlin	49.47965	9.64006		Boxberg,Boxberg Stadt		01	081	08128	08128014
2945726	Bovenden	bovenden	DE	37120	13964	Europe/Berlin	51.58836	9.9222		Bovenden,Bovendeni vald,bo fen deng,bovu~enden,Бовенден,ボーヴェンデン,博芬登		06	00	03159	03159007
2945729	Bovenau	bovenau	DE	24796	1025	Europe/Berlin	54.33333	9.83333			01058026	10	00	01058	01058026
2945730	Bous	bous	DE	66359	7605	Europe/Berlin	49.27732	6.80131		Bous,Buss,Buß	10044122	09	00	10044	10044122
2945740	Bötzingen	botzingen	DE	79268	5239	Europe/Berlin	48.07642	7.72485		Becingen,Betcingen,Bjotcingen,Boetzingen,Bötzingen,bo qin gen,Бетцинген,Бецинген,Бётцинген,Բյոտցինգեն,伯钦根	08315013	01	083	08315	08315013
2945756	Bottrop	bottrop	DE	46236	119909	Europe/Berlin	51.52392	6.9285		Botrop,Botropas,Bottrop,ZCJ,bo te luo pu,boteulopeu,botoroppu,bttrwp,Ботроп,Боттроп,بتتروپ,بوٹروپ,ბოტროპი,ボトロップ,博特罗普,보트로프	05512	07	055	05512	05512000
2945758	Bottmersdorf	bottmersdorf	DE	39164	761	Europe/Berlin	52.0303	11.42908		Bottmersdorf		14	00	15083	15083531
2945760	Böttingen	bottingen	DE	78583	0	Europe/Berlin	48.46228	9.90739				01	084	08425	08425031
2945761	Böttingen	bottingen	DE	78583	0	Europe/Berlin	48.41186	9.55038				01	084	08415	08415053
2945762	Böttingen	bottingen	DE	78583	1525	Europe/Berlin	48.1	8.8		Betingen,Bjottingen,bo ting gen,Бетинген,Бёттинген,伯廷根	08327006	01	083	08327	08327006
2945763	Bottingen	bottingen	DE	78583	0	Europe/Berlin	48.09112	7.78364				01	083	08316	08316043
2945784	Bottenbach	bottenbach	DE	66504	0	Europe/Berlin	48.41032	7.97352				01	083	08317	08317009
2945785	Bottenbach	bottenbach	DE	66504	0	Europe/Berlin	50.93414	8.01382				07	059	05970	05970024
2945786	Bottenbach	bottenbach	DE	66504	0	Europe/Berlin	49.5549	10.67322				02	095	09575	09575121
2945787	Bottenbach	bottenbach	DE	66504	746	Europe/Berlin	49.18333	7.5			07340205	08	00	07340	07340205
2945793	Böttingen	bottingen	DE	78583	0	Europe/Berlin	49.28968	9.14134		Botingen,Bottingen,Bötingen,Böttingen		01	081	08125	08125039
2945797	Bothkamp	bothkamp	DE	24250	313	Europe/Berlin	54.2	10.13333		Bothkamp	01057011	10	00	01057	01057011
2945800	Bothenheilingen	bothenheilingen	DE	99947	494	Europe/Berlin	51.18333	10.61667				15	00	16064	16064077
2945802	Bothel	bothel	DE	27386	2455	Europe/Berlin	53.06667	9.5			03357006	06	00	03357	03357006
2945807	Bötersen	botersen	DE	27367	1055	Europe/Berlin	53.13333	9.31667			03357005	06	00	03357	03357005
2945808	Botenheim	botenheim	DE	74337	0	Europe/Berlin	49.06514	9.06397		Botenheim		01	081	08125	08125013
2945850	Boßdorf	bossdorf	DE	06895	627	Europe/Berlin	51.989	12.68503		Bossdorf,Boßdorf		14	00	15091	15091375
2945857	Bösleben-Wüllersleben	bosleben-wullersleben	DE	99310	683	Europe/Berlin	50.83333	11.06667		Boesleben-Wuellersleben,Bosleben-Wullersleben,Bösleben-Wüllersleben	16070006	15	00	16070	16070006
2945865	Bösingen	bosingen	DE	78662	0	Europe/Berlin	48.53644	8.59717				01	082	08237	08237054
2945866	Bösingen	bosingen	DE	78662	3501	Europe/Berlin	48.23333	8.55		Boesingen,Bösingen	08325009	01	083	08325	08325009
2945891	Bösenbrunn	bosenbrunn	DE	08606	1460	Europe/Berlin	50.39703	12.09998		Bezenbrun,Bjozenbrunn,bo sen bu lun,Безенбрун,Бёзенбрунн,Бөзенбрунн,伯森布伦	14523060	13	00	14523	14523060
2945902	Bosenbach	bosenbach	DE	66887	846	Europe/Berlin	49.54022	7.53029		Bosenbakh,Bozenbakh,bo sen ba he,Бозенбах,Босенбах,博森巴赫	07336009	08	00	07336	07336009
2945907	Bösel	bosel	DE	26219	7511	Europe/Berlin	53	7.95		Bezel,Bjozel',Boeaesel,Boesel,Bosel,Bösel,Böäsel,bo sai er,Безел,Бёзель,伯塞尔	03453002	06	00	03453	03453002
2945942	Bosbüll	bosbull	DE	25899	211	Europe/Berlin	54.81667	8.86667		Bosbull,Bosbüll	01054016	10	00	01054	01054016
2945945	Bosau	bosau	DE	23715	3611	Europe/Berlin	54.09787	10.4357		Bosau,Bozau,bo shao,Бозау,Босау,博绍	01055007	10	00	01055	01055007
2945952	Borxleben	borxleben	DE	06556	362	Europe/Berlin	51.4	11.23333		Borxleben	16065008	15	00	16065	16065008
2945957	Börtlingen	bortlingen	DE	73104	1816	Europe/Berlin	48.75376	9.63181		Boertlingen,Börtlingen	08117011	01	081	08117	08117011
2945973	Borstorf	borstorf	DE	23881	292	Europe/Berlin	53.61667	10.56667		Borstorf	01053013	10	00	01053	01053013
2945980	Borstendorf	borstendorf	DE	09579	1363	Europe/Berlin	50.77323	13.17918		Borstendorf,bo er si teng duo fu,Борстендорф,博尔斯滕多夫	14521270	13	00	14521	14521270
2945982	Borstel-Hohenraden	borstel-hohenraden	DE	25494	2064	Europe/Berlin	53.68333	9.81667		Borstel,Borstel'-Khoehnraden,Borstel-Hohenraden,Borstel-Khoenraden,bo er si te er-huo heng la deng,Борстел-Хоенраден,Борстель-Хоэнраден,博尔斯特尔-霍亨拉登	01056009	10	00	01056	01056009
2945988	Borstel	borstel	DE	24616	0	Europe/Berlin	53.9675	9.79963			01060013	10	00	01060	01060013
2945989	Borstel	borstel	DE	24616	147	Europe/Berlin	53.81745	10.20374				10	00	01060	01060085
2945990	Borstel	borstel	DE	24616	0	Europe/Berlin	53.66369	9.47882				06	00	03359	03359038
2945991	Borstel	borstel	DE	24616	0	Europe/Berlin	53.53992	9.691				06	00	03359	03359028
2945992	Borstel	borstel	DE	24616	0	Europe/Berlin	53.34942	10.23916		Borstel		06	00	03353	03353040
2945993	Borstel	borstel	DE	24616	0	Europe/Berlin	53.02816	9.0556				06	00	03361	03361001
2945994	Borstel	borstel	DE	24616	0	Europe/Berlin	52.92343	9.25671		Borstel		06	00	03361	03361012
2945995	Borstel	borstel	DE	24616	1427	Europe/Berlin	52.67034	8.96896			03251008	06	00	03251	03251008
2945997	Borstel	borstel	DE	24616	0	Europe/Berlin	52.64134	11.83517		Borstel		14	00	15090	15090535
2945998	Borstel	borstel	DE	24616	0	Europe/Berlin	52.5873	9.38936		Borstel (Neustadt am Ruebenberge),Borstel (Neustadt am Rübenberge)		06	00	03241	03241012
2945999	Borstel	borstel	DE	24616	0	Europe/Berlin	52.35694	9.07368				07	057	05770	05770028
2946000	Borstel	borstel	DE	24616	0	Europe/Berlin	52.22927	9.18715		Auetal-Borstel,Borstel (Auetal),Bossel		06	00	03257	03257003
2946006	Borßum	borssum	DE	38312	0	Europe/Berlin	53.34259	7.22833		Borssum,Borßum,Emden-Borssum,Emden-Borßum		06	00	03402	03402000
2946008	Börslingen	borslingen	DE	89177	180	Europe/Berlin	48.53891	10.06313		Berslingen,Bjorzlingen,Byorzlingen,berslingeni,bo er si lin gen,Берслинген,Берслінген,Бёрзлинген,Բյորզլինգեն,ბერსლინგენი,伯尔斯林根	08425022	01	084	08425	08425022
2946015	Borsfleth	borsfleth	DE	25376	842	Europe/Berlin	53.83333	9.43333		Borsfleth	01061015	10	00	01061	01061015
2946016	Borsdorf	borsdorf	DE	04451	8489	Europe/Berlin	51.35	12.53333		Borsdorf,Borsdorfi vald,bo er si duo fu,Борсдорф,博尔斯多夫	14729060	13	00	14729	14729060
2946017	Borsdorf	borsdorf	DE	04451	0	Europe/Berlin	50.43136	8.97493				05	064	06440	06440016
2946025	Börsborn	borsborn	DE	66904	388	Europe/Berlin	49.43333	7.4		Bersborn,Berschborre,Bjorsborn,Boersborn,Börsborn,bo er si bo er en,Берсборн,Бёрсборн,伯尔斯博尔恩	07336008	08	00	07336	07336008
2946034	Borrentin	borrentin	DE	17111	1089	Europe/Berlin	53.80968	12.96718		Borrentin		12	00	13071	13071014
2946038	Borod	borod	DE	57614	591	Europe/Berlin	50.6675	7.70972			07143212	08	00	07143	07143212
2946040	Bornum	bornum	DE	39264	0	Europe/Berlin	52.25839	10.75338		Bornum,Bornum am Elm		06	00	03154	03154013
2946041	Bornum	bornum	DE	39264	0	Europe/Berlin	52.08868	10.59443				06	00	03158	03158038
2946042	Bornum	bornum	DE	39264	0	Europe/Berlin	51.97663	10.13901				06	00	03254	03254008
2946043	Bornum	bornum	DE	39264	608	Europe/Berlin	51.97952	12.20399		Bornum		14	00	15082	15082430
2946044	Bornum	bornum	DE	39264	0	Europe/Berlin	52.35	9.68333				06	00	03241	03241001
2946054	Bornstedt	bornstedt	DE	06295	0	Europe/Berlin	52.41603	13.02429				11	00	12054	12054000
2946055	Bornstedt	bornstedt	DE	06295	439	Europe/Berlin	52.18035	11.35798		Bornste,Bornstedt (Hohe Boerde),Bornstedt (Hohe Börde),Bornstedte,Bornstee,Bruningstedi [a. 970],Bǫrnstē		14	00	15083	15083298
2946056	Bornstedt	bornstedt	DE	06295	992	Europe/Berlin	51.48333	11.48333			15087075	14	00	15087	15087075
2946061	Bornsen	bornsen	DE	21039	0	Europe/Berlin	53.09768	10.43924				06	00	03360	03360004
2946062	Bornsen	bornsen	DE	21039	342	Europe/Berlin	52.71751	10.91639		Bornsen		14	00	15081	15081225
2946082	Bornitz	bornitz	DE	06712	0	Europe/Berlin	51.3041	13.17694		Bornitz		13	00	14730	14730170
2946083	Bornitz	bornitz	DE	06712	0	Europe/Berlin	51.08821	12.17162		Bornitz		14	00	15084	15084130
2946098	Bornich	bornich	DE	56348	1093	Europe/Berlin	50.12687	7.7658		Bornikh,bo er ni xi,Борних,博尔尼希	07141016	08	00	07141	07141016
2946100	Bornhöved	bornhoved	DE	24619	3537	Europe/Berlin	54.06667	10.23333		Bornhoeved,Bornhoved,Bornhöved	01060012	10	00	01060	01060012
2946108	Bornheim	bornheim	DE	53332	0	Europe/Berlin	50.13135	8.71251		Bornheim,Frankfurt-Bornheim		05	064	06412	06412000
2946109	Bornheim	bornheim	DE	53332	0	Europe/Berlin	51.49204	6.63293				07	051	05170	05170024
2946110	Bornheim	bornheim	DE	53332	0	Europe/Berlin	51.08143	7.08791				07	053	05378	05378008
2946111	Bornheim	bornheim	DE	53332	48523	Europe/Berlin	50.76313	6.99089		Borngajm,Bornheim,Bornkhajm,brnhaym,bwrnhaym,Борнгайм,Борнхайм,Борнхајм,برنهایم,بورنهايم		07	053	05382	05382012
2946112	Bornheim	bornheim	DE	53332	700	Europe/Berlin	49.78306	8.06028			07331012	08	00	07331	07331012
2946113	Bornheim	bornheim	DE	53332	1302	Europe/Berlin	49.2225	8.16333			07337014	08	00	07337	07337014
2946117	Bornhagen	bornhagen	DE	37318	350	Europe/Berlin	51.33333	9.95		Bornhagen,Bornkhagen,bo er en ha gen,Борнхаген,博尔恩哈根	16061014	15	00	16061	16061014
2946135	Borne	borne	DE	39435	0	Europe/Berlin	52.9133	10.53855				06	00	03360	03360025
2946136	Borne	borne	DE	39435	0	Europe/Berlin	52.11198	12.5356		Borne		11	00	12069	12069020
2946137	Borne	borne	DE	39435	1415	Europe/Berlin	51.94881	11.55865			15089045	14	00	15089	15089045
2946171	Borna	borna	DE	04552	0	Europe/Berlin	51.31606	13.18824				13	00	14730	14730170
2946172	Borna	borna	DE	04552	18806	Europe/Berlin	51.12416	12.49639		Borna,Bornis,Borno,bo er na,bwrna,Борна,بورنا,博尔纳	14729	13	00	14729	14729050
2946173	Borna	borna	DE	04552	0	Europe/Berlin	50.88194	13.88861				13	00	14628	14628040
2946174	Borna	borna	DE	04552	0	Europe/Berlin	50.85658	12.87986				13	00	14511	14511000
2946175	Born	born	DE	39345	0	Europe/Berlin	53.3114	8.64016				06	00	03352	03352060
2946176	Born	born	DE	39345	1143	Europe/Berlin	54.38536	12.53051		Born am Darss,Born am Darß,Born uber Barth,Born über Barth		12	00	13073	13073012
2946177	Born	born	DE	39345	242	Europe/Berlin	52.37566	11.47069		Born		14	00	15083	15083557
2946178	Born	born	DE	39345	0	Europe/Berlin	51.85211	9.19839				07	057	05762	05762024
2946179	Born	born	DE	39345	0	Europe/Berlin	51.25045	7.61767				07	059	05962	05962032
2946180	Born	born	DE	39345	0	Europe/Berlin	51.24472	6.20845		Born		07	051	05166	05166004
2946181	Born	born	DE	39345	0	Europe/Berlin	50.15861	8.10362				05	064	06439	06439006
2946192	Börm	borm	DE	24863	751	Europe/Berlin	54.4	9.38333		Borm,Börm	01059009	10	00	01059	01059009
2946198	Borler	borler	DE	53539	91	Europe/Berlin	50.31667	6.83333			07233207	08	00	07233	07233207
2946203	Borkwalde	borkwalde	DE	14822	1432	Europe/Berlin	52.25	12.83333			12069056	11	00	12069	12069056
2946206	Borkum	borkum	DE	26757	5186	Europe/Berlin	53.58094	6.69153		BMK,Boarkum,Borkum,bo er ku mu,brkwm,bwrkwm,bwrqwm,bxr khum,Боркум,בורקום,برکوم,بوركوم,บอร์คุม,ბორკუმი,博尔库姆		06	00	03457	03457002
2946210	Borkow	borkow	DE	19406	548	Europe/Berlin	53.66356	11.94969		Borkov,bo er ke,Борков,博尔科		12	00	13076	13076015
2946214	Borkheide	borkheide	DE	14822	1821	Europe/Berlin	52.21667	12.85		Bork,Borkhayde,Borkheide,Borkkhajde,Kolonie Bork,bo er ke hai de,Боркхайде,Боркхајде,Բորկհայդե,博尔克海德	12069052	11	00	12069	12069052
2946225	Borken	borken	DE	34582	0	Europe/Berlin	52.39529	7.56677				06	00	03454	03454046
2946226	Borken	borken	DE	34582	0	Europe/Berlin	53.57732	14.16584				12	00	13075	13075138
2946227	Borken	borken	DE	34582	0	Europe/Berlin	52.72439	7.28556				06	00	03454	03454035
2946228	Borken	borken	DE	34582	40876	Europe/Berlin	51.84382	6.85774		Borken,Buorken,bo er ken,brkn  nwrdrayn-wstfaln,bwrkn,Боркен,برکن، نوردراین-وستفالن,بوركن,博尔肯	05554	07	055	05554	05554012
2946229	Borken	borken	DE	34582	0	Europe/Berlin	51.7364	13.20553		Borken		11	00	12062	12062224
2946230	Borken	borken	DE	34582	13531	Europe/Berlin	51.04501	9.2844		Borken,bo er ken,boruken,brkn,bwrkn,Боркен,برکن,بوركن,ボルケン,博爾肯		05	066	06634	06634001
2946238	Borgwedel	borgwedel	DE	24857	717	Europe/Berlin	54.5	9.66667		Borgwedel	01059012	10	00	01059	01059012
2946244	Borgsum	borgsum	DE	25938	342	Europe/Berlin	54.70062	8.45741			01054015	10	00	01054	01054015
2946247	Borgstedt	borgstedt	DE	24794	1446	Europe/Berlin	54.33268	9.70954		Borgshtedt,Borgshtet,bo er ge si te,Боргштедт,Боргштет,博尔格斯特	01058024	10	00	01058	01058024
2946248	Borgstedt	borgstedt	DE	24794	0	Europe/Berlin	54.07228	12.99425				12	00	13073	13073098
2946255	Borgsdorf	borgsdorf	DE	16556	0	Europe/Berlin	52.71293	13.2767		Borgsdorf		11	00	12065	12065144
2946270	Borgholzhausen	borgholzhausen	DE	33829	8754	Europe/Berlin	52.10343	8.30211		Borggol'cgauzen,Borgholzhausen,Borgkhol'ckhauzen,Borgkholckhauzen,bo er ge huo er ci hao sen,brghwlzhawzn,bwrghhwltshawzn,Борггольцгаузен,Боргхолцхаузен,Боргхольцхаузен,برگهولزهاوزن,بورغهولتسهاوزن,博尔格霍尔茨豪森		07	057	05754	05754004
2946290	Börger	borger	DE	26904	2816	Europe/Berlin	52.91211	7.53576		Berger,Bjorger,Borger,bo er ge er,Бергер,Бёргер,伯尔格尔	03454005	06	00	03454	03454005
2946291	Borgentreich	borgentreich	DE	34434	9713	Europe/Berlin	51.56917	9.24113		Bentreike,Borgentrajkh,Borgentreich,bo er gen te lai xi,borugentoraihi,bwrghntraysh,bwrgntraysh,Боргентрайх,Боргентрајх,بورغنترايش,بورگنترایش,ボルゲントライヒ,博尔根特赖希		07	057	05762	05762012
2946296	Borgdorf-Seedorf	borgdorf-seedorf	DE	24589	410	Europe/Berlin	54.16667	9.88333		Borgdorf-Seedorf	01058023	10	00	01058	01058023
2946311	Börfink	borfink	DE	54422	216	Europe/Berlin	49.68333	7.08333		Berfink,Bjorfink,bo er fen ke,Берфинк,Бёрфинк,伯尔芬克	07134011	08	00	07134	07134011
2946316	Boren	boren	DE	24392	834	Europe/Berlin	54.61506	9.82113		Boren		10	00	01059	01059187
2946321	Bordesholm	bordesholm	DE	24582	7709	Europe/Berlin	54.17611	10.03146		Bordesholm,Bordeskhol'm,Bordeskholm,bo de si huo er mu,Бордесхолм,Бордесхольм,博德斯霍尔姆	01058022	10	00	01058	01058022
2946366	Boppard	boppard	DE	56154	16215	Europe/Berlin	50.23085	7.58992		Bopard,Boppard,bo pa de,bopaleuteu,bopparuto,bwbard,bwpard,Бопард,Боппард,بوبارد,بوپارد,ボッパルト,博帕德,보파르트		08	00	07140	07140501
2946367	Boppard	boppard	DE	56154	0	Europe/Berlin	50.08754	7.7009				08	00	07140	07140112
2946368	Bopfingen	bopfingen	DE	73441	12606	Europe/Berlin	48.85847	10.35417		Bopfingen,bo pu fen gen,bwbfynghn,bwpfyngn,Бопфинген,Бопфінген,بوبفينغن,بوپفینگن,ბოპფინგენი,博普芬根		01	081	08136	08136010
2946373	Boostedt	boostedt	DE	24598	4630	Europe/Berlin	54.01667	10.03333		Boostedt,Boshtedt,Boshtet,bo si te,Боштедт,Боштет,博斯特	01060011	10	00	01060	01060011
2946377	Boos	boos	DE	55595	643	Europe/Berlin	50.31667	7.01667			07137014	08	00	07137	07137014
2946378	Boos	boos	DE	55595	428	Europe/Berlin	49.79333	7.71694			07133014	08	00	07133	07133014
2946379	Boos	boos	DE	55595	1946	Europe/Berlin	48.07521	10.19523			09778120	02	097	09778	09778120
2946380	Boos	boos	DE	55595	0	Europe/Berlin	47.99149	9.56437				01	084	08436	08436093
2946396	Boock	boock	DE	17322	655	Europe/Berlin	53.49131	14.24532		Book		12	00	13075	13075016
2946397	Boock	boock	DE	17322	315	Europe/Berlin	52.7882	11.53967		Boock		14	00	15090	15090007
2946409	Bonstetten	bonstetten	DE	86486	1225	Europe/Berlin	48.44002	10.70532			09772126	02	097	09772	09772126
2946421	Bönningstedt	bonningstedt	DE	25474	3903	Europe/Berlin	53.66667	9.91667		Beningshtet,Bjonningshtedt,Boenningstedt,Bonningstedt,Bönningstedt,bo ning ge si te,Бенингштет,Бённингштедт,伯宁格斯特	01056005	10	00	01056	01056005
2946447	Bonn	bonn	DE	53111	313125	Europe/Berlin	50.73438	7.09549		BNJ,Bon,Bona,Boni,Bonn,Bonna,Vonni,bn,bo en,bon,bona,boni,bwn,bxnn,Βόννη,Бон,Бонн,באן,בון,بن,بون,बॉन,บอนน์,བྷོ་ཨིན།,ბონი,ボン,波恩,본	05314	07	053	05314	05314000
2946469	Bongard	bongard	DE	53539	273	Europe/Berlin	50.29249	6.83765	495		07233206	08	00	07233	07233206
2946473	Bonese	bonese	DE	29413	281	Europe/Berlin	52.81636	10.84145		Bonese		14	00	15081	15081095
2946478	Bönen	bonen	DE	59199	19393	Europe/Berlin	51.6	7.76667		Benen,Bjonen,Boenen,Bonen,Bönen,bo nen,Бенен,Бёнен,伯嫩	05978008	07	059	05978	05978008
2946481	Bonefeld	bonefeld	DE	56579	1052	Europe/Berlin	50.52388	7.48932			07138005	08	00	07138	07138005
2946482	Bönebüttel	bonebuttel	DE	24620	2049	Europe/Berlin	54.08333	10.06667		Bonebuttel,Bönebüttel	01057008	10	00	01057	01057008
2946484	Bondorf	bondorf	DE	71149	0	Europe/Berlin	49.58156	11.37222				02	095	09574	09574155
2946485	Bondorf	bondorf	DE	71149	5730	Europe/Berlin	48.52064	8.83704		Bondorf,bang duo fu,bondorpi,Бондорф,Բոնդորֆ,ბონდორფი,邦多夫	08115004	01	081	08115	08115004
2946486	Bondorf	bondorf	DE	71149	0	Europe/Berlin	48.0224	9.5276				01	084	08437	08437100
2946488	Bondelum	bondelum	DE	25850	208	Europe/Berlin	54.56667	9.26667		Bondelum	01054013	10	00	01054	01054013
2946507	Boms	boms	DE	88361	597	Europe/Berlin	47.97631	9.51639			08436019	01	084	08436	08436019
2946524	Bomlitz	bomlitz	DE	29699	7287	Europe/Berlin	52.9	9.65		Bomlic,bo mu li ci,Бомлиц,博姆利茨	03358024	06	00	03358	03358024
2946577	Boltenhagen	boltenhagen	DE	23946	0	Europe/Berlin	54.07445	13.07776		Adelig Boltenhagen,Adlig Boltenhagen,Allodial Boltenhagen		12	00	13073	13073089
2946583	Bolsterlang	bolsterlang	DE	87538	1048	Europe/Berlin	47.46667	10.23333		Bol'sterlang,Bolsterlang,bo er si te er lang,Болстерланг,Больстерланг,Բոլսթերլանգ,博尔斯特尔朗	09780116	02	097	09780	09780116
2946589	Bolsdorf	bolsdorf	DE	39517	0	Europe/Berlin	50.27406	6.65652				08	00	07233	07233029
2946590	Bolschwitz	bolschwitz	DE	03205	0	Europe/Berlin	51.74852	14.02932		Bolasojce,Bolschwitz,Bólašojce		11	00	12066	12066052
2946591	Bölsberg	bolsberg	DE	57648	300	Europe/Berlin	50.66667	7.91667		Boelsberg,Bölsberg	07143211	08	00	07143	07143211
2946599	Bollschweil	bollschweil	DE	79283	2247	Europe/Berlin	47.92143	7.78986		Bol'shvajl',Bollschweil Priory,bo er shi wei er,Большвайль,博尔施魏尔	08315014	01	083	08315	08315014
2946610	Bollingstedt	bollingstedt	DE	24855	1445	Europe/Berlin	54.59229	9.41738		Bolingsted,Bollingstedt	01059010	10	00	01059	01059010
2946630	Bollewick	bollewick	DE	17207	429	Europe/Berlin	53.35383	12.57729				12	00	13071	13071013
2946657	Bollendorf	bollendorf	DE	54669	1552	Europe/Berlin	49.85268	6.35795		Bolendorf,Bollendorf,Bollenduerf,Bottendorf,bo lun duo fu,Болендорф,Боллендорф,博伦多夫	07232019	08	00	07232	07232019
2946674	Bollenbach	bollenbach	DE	55624	155	Europe/Berlin	49.83333	7.35			07134012	08	00	07134	07134012
2946675	Bollenbach	bollenbach	DE	55624	0	Europe/Berlin	48.29259	8.07386				01	083	08317	08317040
2946678	Bollen	bollen	DE	79677	0	Europe/Berlin	53.00948	8.94337		Bollen		06	00	03361	03361001
2946679	Böllen	bollen	DE	79677	93	Europe/Berlin	47.8	7.8413			08336010	01	083	08336	08336010
2946686	Bollberg	bollberg	DE	07646	300	Europe/Berlin	50.88333	11.8		Bollberg	16074094	15	00	16074	16074094
2946696	Boll	boll	DE	73087	5296	Europe/Berlin	48.64357	9.61295			08117012	01	081	08117	08117012
2946697	Boll	boll	DE	73087	0	Europe/Berlin	48.32961	8.9863				01	084	08417	08417031
2946698	Boll	boll	DE	73087	0	Europe/Berlin	48.30024	8.5974				01	083	08325	08325045
2946699	Boll	boll	DE	73087	0	Europe/Berlin	47.94739	9.02863		Boll		01	084	08437	08437123
2946700	Boll	boll	DE	73087	0	Europe/Berlin	47.83612	8.34848		Boll		01	083	08337	08337022
2946727	Boldekow	boldekow	DE	17392	648	Europe/Berlin	53.72432	13.59429		Bol'dekov,Boldekov,Boldekow,bo er de ke,Болдеков,Больдеков,博尔德科		12	00	13075	13075015
2946733	Bolanden	bolanden	DE	67295	2412	Europe/Berlin	49.63917	8.01194		Bolanden,Boulanden,bo lan deng,Боланден,Բոլանդեն,博兰登	07333010	08	00	07333	07333010
2946734	Bolanden	bolanden	DE	67295	0	Europe/Berlin	47.84592	9.73104				01	084	08436	08436014
2946740	Boksee	boksee	DE	24220	466	Europe/Berlin	54.24283	10.12693		Boksee	01057010	10	00	01057	01057010
2946745	Böklund	boklund	DE	24860	0	Europe/Berlin	54.6	9.58333		Boeklund,Boklund,Böklund	01059008	10	00	01059	01059008
2946746	Boklund	boklund	DE	24860	0	Europe/Berlin	54.42357	9.56725		Boklund		10	00	01058	01058127
2946750	Bokhorst	bokhorst	DE	25560	0	Europe/Berlin	54.16667	9.43333				10	00	01058	01058119
2946751	Bokhorst	bokhorst	DE	25560	142	Europe/Berlin	54.10212	10.10617		Bokhorst		10	00	01057	01057071
2946752	Bokhorst	bokhorst	DE	25560	0	Europe/Berlin	54.06667	9.4			01061014	10	00	01061	01061014
2946753	Bokholt-Hanredder	bokholt-hanredder	DE	25335	1188	Europe/Berlin	53.78808	9.73586		Bokholt-Hanredder	01056008	10	00	01056	01056008
2946765	Bokensdorf	bokensdorf	DE	38556	957	Europe/Berlin	52.5	10.71667		Bokensdorf,bo ken si duo fu,Бокенсдорф,博肯斯多夫	03151004	06	00	03151	03151004
2946782	Bokelrehm	bokelrehm	DE	25596	151	Europe/Berlin	54.03815	9.38606		Bokelrehm	01061013	10	00	01061	01061013
2946798	Bokel	bokel	DE	24802	675	Europe/Berlin	54.21399	9.7953			01058021	10	00	01058	01058021
2946799	Bokel	bokel	DE	24802	670	Europe/Berlin	53.86667	9.73333			01056006	10	00	01056	01056006
2946800	Bokel	bokel	DE	24802	0	Europe/Berlin	53.38163	9.44027				06	00	03359	03359002
2946801	Bokel	bokel	DE	24802	2680	Europe/Berlin	53.39326	8.76803				06	00	03352	03352059
2946802	Bokel	bokel	DE	24802	0	Europe/Berlin	53.23147	8.13687		Bokel		06	00	03451	03451008
2946803	Bokel	bokel	DE	24802	0	Europe/Berlin	53.08643	7.37149		Bokel		06	00	03454	03454041
2946804	Bokel	bokel	DE	24802	0	Europe/Berlin	52.80759	10.54722				06	00	03151	03151028
2946805	Bokel	bokel	DE	24802	0	Europe/Berlin	52.79474	8.09672				06	00	03453	03453003
2946806	Bokel	bokel	DE	24802	0	Europe/Berlin	52.73973	7.947				06	00	03453	03453006
2946807	Bokel	bokel	DE	24802	0	Europe/Berlin	52.60551	7.67863				06	00	03459	03459011
2946808	Bokel	bokel	DE	24802	0	Europe/Berlin	52.54725	7.93579				06	00	03459	03459010
2946812	Bokel	bokel	DE	24802	0	Europe/Berlin	52.03193	8.32184		Bockel,Bokel		07	057	05754	05754012
2946821	Boizenburg	boizenburg	DE	19258	10783	Europe/Berlin	53.38153	10.72375		Boicenburga pie Elbas,Boizenberg,Boizenburg,Boizenburg dElba,Boizenburg/ Elbe,Boizenburg/Elbe,Bojcenburg,bo yi cen bao,bwytsnbwrgh,bwyznbwrg,Бойценбург,Бојценбург,بويتسنبورغ,بویزنبورگ,博伊岑堡		12	00	13076	13076014
2946830	Boitze	boitze	DE	21368	410	Europe/Berlin	53.15	10.75		Boice,Bojtce,bo yi ce,Боице,Бойтце,博伊策	03355010	06	00	03355	03355010
2946852	Boiensdorf	boiensdorf	DE	23974	515	Europe/Berlin	54.01715	11.56105				12	00	13074	13074009
2946891	Böhnhusen	bohnhusen	DE	24220	352	Europe/Berlin	54.21667	10.06667		Bohnhusen,Böhnhusen	01058019	10	00	01058	01058019
2946923	Bohmte	bohmte	DE	49163	13153	Europe/Berlin	52.36667	8.31667		Bohmte,Bomte,bo mu te,Бомте,博姆特	03459013	06	00	03459	03459013
2946926	Bohmstedt	bohmstedt	DE	25853	791	Europe/Berlin	54.58333	9.05		Baamst,Bohmstedt,Bomshtedt,Bomshtet,Bomsted,Bååmst,bo mu si te,Бомштедт,Бомштет,博姆斯特	01054012	10	00	01054	01054012
2946950	Böhmenkirch	bohmenkirch	DE	89558	5774	Europe/Berlin	48.68333	9.93333		Bemenkirkh,Bjomenkirkh,Boehmenkirch,Bohmenkirch,Böhmenkirch,bo he men ji er xi,Беменкирх,Беменкірх,Бёменкирх,伯赫门基尔希	08117010	01	081	08117	08117010
2946952	Böhme	bohme	DE	29693	949	Europe/Berlin	52.78333	9.46667		Boehme,Böhme	03358003	06	00	03358	03358003
2946972	Bohlendorf	bohlendorf	DE	18334	0	Europe/Berlin	54.59851	13.2966				12	00	13073	13073101
2946977	Bohlen	bohlen	DE	04564	0	Europe/Berlin	52.33333	8.75				07	057	05770	05770012
2947001	Böhen	bohen	DE	87736	681	Europe/Berlin	47.88333	10.3		Begen,Bekhen,Bjoehn,Boehen,Byohen,Böhen,bo heng,Беген,Бехен,Бёэн,Բյոհեն,伯亨	09778119	02	097	09778	09778119
2947026	Bogen	bogen	DE	94327	10259	Europe/Berlin	48.91122	12.68955				02	092	09278	09278118
2947030	Bogel	bogel	DE	56357	792	Europe/Berlin	50.18943	7.79978			07141015	08	00	07141	07141015
2947038	Boffzen	boffzen	DE	37691	2941	Europe/Berlin	51.75065	9.39824		Bofcen,bo fu cen,bofutsu~en,Бофцен,ボフツェン,博夫岑	03255004	06	00	03255	03255004
2947043	Boen	boen	DE	26831	0	Europe/Berlin	53.1469	7.26692		Boen		06	00	03457	03457024
2947051	Böel	boel	DE	24401	772	Europe/Berlin	54.65	9.71667		Boeel,Boel,Böel	01059006	10	00	01059	01059006
2947067	Bodolz	bodolz	DE	88131	3086	Europe/Berlin	47.56667	9.66667		Bodol'c,Bodolc,bo duo er ci,Бодолц,Бодольц,Բոդոլց,博多尔茨	09776111	02	097	09776	09776111
2947069	Bodnegg	bodnegg	DE	88285	3136	Europe/Berlin	47.71014	9.68841		Bodneg,Bodnegg,bo de nei ge,Боднег,Боднегг,博德内格	08436018	01	084	08436	08436018
2947092	Bodenwerder	bodenwerder	DE	37619	6187	Europe/Berlin	51.97156	9.51931		Bodenverder,bo deng wei er de er,boden'vu~eruda,bwdnfyrdr,bwdnwrdr,Боденвердер,بودنفيردر,بودنوردر,ボーデンヴェルダー,博登韦尔德尔		06	00	03255	03255003
2947110	Bodensee	bodensee	DE	37434	798	Europe/Berlin	51.60613	10.13263			03159006	06	00	03159	03159006
2947120	Bodenmais	bodenmais	DE	94249	3362	Europe/Berlin	49.06667	13.1		Bodenmais,Bodenmajs,Bodenmays,Bomoas,bo deng mai si,bwdnmays,Боденмайс,Боденмајс,Բոդենմայս,بودنمایس,博登迈斯		02	092	09276	09276117
2947125	Bodenkirchen	bodenkirchen	DE	84155	5442	Europe/Berlin	48.38333	12.38333		Bodenkira,Bodenkirchen,Bodenkirkhen,Bodenkirxen,bo deng ji xing,bwdnkyrshn,Боденкирхен,Боденкірхен,Բոդենկիրխեն,بودنکیرشن,博登基兴	09274120	02	092	09274	09274120
2947132	Bodenheim	bodenheim	DE	55294	0	Europe/Berlin	50.69799	6.79756				07	053	05366	05366040
2947133	Bodenheim	bodenheim	DE	55294	6907	Europe/Berlin	49.93528	8.32		Bodenkhajm,bo deng hai mu,bodenhaimu,Боденхайм,Боденхајм,ボーデンハイム,博登海姆	07339006	08	00	07339	07339006
2947139	Bodenfelde	bodenfelde	DE	37194	3588	Europe/Berlin	51.64044	9.55569		Bodenfel'de,Bodenfelde,bo deng fei er de,bodenferude,Боденфелде,Боденфельде,ボーデンフェルデ,博登费尔德		06	00	03155	03155002
2947154	Bodenbach	bodenbach	DE	53539	0	Europe/Berlin	51.07568	13.26649				13	00	14627	14627180
2947155	Bodenbach	bodenbach	DE	53539	244	Europe/Berlin	50.31667	6.85			07233205	08	00	07233	07233205
2947158	Boden	boden	DE	56412	0	Europe/Berlin	53.76667	10.45				10	00	01062	01062062
2947159	Boden	boden	DE	56412	0	Europe/Berlin	51.20473	13.76896				13	00	14627	14627220
2947160	Boden	boden	DE	56412	0	Europe/Berlin	50.61839	13.09256		Boden,Grossruckerswalde-Boden,Großrückerswalde-Boden		13	00	14521	14521250
2947161	Boden	boden	DE	56412	575	Europe/Berlin	50.47392	7.85695			07143005	08	00	07143	07143005
2947162	Boden	boden	DE	56412	0	Europe/Berlin	49.85646	11.61246				02	094	09472	09472127
2947163	Boden	boden	DE	56412	0	Europe/Berlin	49.59552	11.72147				02	093	09371	09371119
2947164	Boden	boden	DE	56412	0	Europe/Berlin	49.30187	12.42913				02	093	09376	09376146
2947168	Bodelwitz	bodelwitz	DE	07381	625	Europe/Berlin	50.6875	11.62223		Bodelwitz	16075006	15	00	16075	16075006
2947172	Bodelshausen	bodelshausen	DE	72411	5929	Europe/Berlin	48.38886	8.97703		Bodel'sgauzen,Bodel'skhauzen,Bodelskhauzen,bo de er si hao sen,Боделсхаузен,Бодельсгаузен,Бодельсхаузен,博德尔斯豪森	08416006	01	084	08416	08416006
2947185	Boddin	boddin	DE	17179	386	Europe/Berlin	53.9374	12.64681				12	00	13072	13072111
2947186	Boddin	boddin	DE	17179	0	Europe/Berlin	53.57681	11.10392				12	00	13076	13076153
2947187	Boddin	boddin	DE	17179	0	Europe/Berlin	53.08763	12.23997				11	00	12070	12070125
2947297	Bockhorst	bockhorst	DE	26897	0	Europe/Berlin	53.34954	9.56733				06	00	03359	03359037
2947298	Bockhorst	bockhorst	DE	26897	0	Europe/Berlin	53.0716	9.02614		Bockhorst		06	00	03361	03361009
2947299	Bockhorst	bockhorst	DE	26897	1037	Europe/Berlin	53.03296	7.57576			03454004	06	00	03454	03454004
2947300	Bockhorst	bockhorst	DE	26897	0	Europe/Berlin	52.23287	8.77452		Bockhorst		07	057	05770	05770004
2947301	Bockhorst	bockhorst	DE	26897	0	Europe/Berlin	52.07471	8.20138				07	057	05754	05754048
2947310	Bockhorn	bockhorn	DE	26345	0	Europe/Berlin	54.10523	10.18458				10	00	01057	01057069
2947311	Bockhorn	bockhorn	DE	26345	0	Europe/Berlin	53.91881	10.13622				10	00	01060	01060007
2947312	Bockhorn	bockhorn	DE	26345	8924	Europe/Berlin	53.4	8.01667		Bockhorn	03455025	06	00	03455	03455025
2947314	Bockhorn	bockhorn	DE	26345	0	Europe/Berlin	52.82621	9.67175				06	00	03358	03358024
2947315	Bockhorn	bockhorn	DE	26345	0	Europe/Berlin	52.47107	8.51398				07	057	05770	05770044
2947316	Bockhorn	bockhorn	DE	26345	3425	Europe/Berlin	48.31471	11.98694			09177113	02	091	09177	09177113
2947354	Bockenheim	bockenheim	DE	67278	0	Europe/Berlin	50.12498	8.64538		Frankfurt-Bockenheim		05	064	06412	06412000
2947355	Bockenheim	bockenheim	DE	67278	2251	Europe/Berlin	49.60669	8.18486		Bockenheim,Bockenheim an der Weinstrasse,Bockenheim an der Weinstraße		08	00	07332	07332006
2947359	Bockenem	bockenem	DE	31167	11177	Europe/Berlin	52.00993	10.13197		Bokeln,Bokenem,Bokkenem,Bukeneim [a. 1132],bo ke nei mu,bwknm,bwkynm,Бокенем,Боккенем,بوكينم,بوکنم,博克内姆	03254008	06	00	03254	03254008
2947370	Bockenau	bockenau	DE	55595	1209	Europe/Berlin	49.83333	7.68333		Bokenau,Bokkenau,bo ke nao,Бокенау,Боккенау,博克瑙	07133013	08	00	07133	07133013
2947372	Bockelwitz	bockelwitz	DE	04703	2794	Europe/Berlin	51.19942	12.95618		Bockelwitz,Bockelwitzi vald,Bokel'vic,Bokelvic,Бокелвиц,Бокельвиц,Бокельвіц		13	00	14522	14522310
2947380	Bockelnhagen	bockelnhagen	DE	37345	460	Europe/Berlin	51.56442	10.42194		Bockelnhagen,Bokel'nkhagen,Bokelnkhagen,Бокелнхаген,Бокельнхаген		15	00	16061	16061117
2947403	Bockau	bockau	DE	08324	2599	Europe/Berlin	50.54209	12.68639		Bockau,Bokau,bo kao,Бокау,博考	14521080	13	00	14521	14521080
2947404	Böckau	bockau	DE	08324	0	Europe/Berlin	49.19144	10.44726				02	095	09571	09571166
2947406	Bocka	bocka	DE	07557	0	Europe/Berlin	51.27679	14.40767		Bocka,Bukowka,Gut Bocka		13	00	14625	14625490
2947407	Bocka	bocka	DE	07557	0	Europe/Berlin	51.00592	12.51965				15	00	16077	16077052
2947416	Bochum	bochum	DE	44787	385729	Europe/Berlin	51.48165	7.21648		Baukem,Bochoum,Bochum,Bochumas,Bohuma,Bokhem,Bokhum,Bōkhêm,QBO,bo hong,bo khum,bofumu,bohum,bokhuma,bokhumi,bwkhm,bwkhwm,bwkwm,Μπόχουμ,Бохум,בוכום,بوخم,بوخوم,बोखुम,โบคุม,ბოხუმი,ボーフム,波鸿,보훔	05911	07	059	05911	05911000
2947419	Bochow	bochow	DE	14550	0	Europe/Berlin	52.38105	12.79341				11	00	12069	12069249
2947420	Bochow	bochow	DE	14550	0	Europe/Berlin	51.94842	13.08861		Bochow		11	00	12072	12072297
2947421	Bocholt	bocholt	DE	46395	73943	Europe/Berlin	51.83879	6.61531		Bocholt,Bokelt,Bokhol't,Bokholt,Bōkholt,ZCI,bo huo er te,bwshwlt  alman,Бохолт,Бохольт,بوشولت، آلمان,博霍爾特		07	055	05554	05554008
2947424	Böchingen	bochingen	DE	76833	771	Europe/Berlin	49.23694	8.09333		Bekhingen,Bjokhingen,bo xin gen,Бехинген,Бёхинген,伯欣根	07337012	08	00	07337	07337012
2947425	Bochingen	bochingen	DE	76833	0	Europe/Berlin	48.30112	8.61335		Bochingen		01	083	08325	08325045
2947430	Bobzin	bobzin	DE	19230	324	Europe/Berlin	53.47742	12.08084				12	00	13076	13076089
2947431	Bobzin	bobzin	DE	19230	0	Europe/Berlin	53.47899	11.14706				12	00	13076	13076013
2947439	Böbrach	bobrach	DE	94255	1622	Europe/Berlin	48.93322	12.88304		Bobrach,Böbrach		02	092	09271	09271116
2947441	Boblitz	boblitz	DE	03222	0	Europe/Berlin	51.84059	13.98274		Boblitz,Bobolce		11	00	12066	12066196
2947442	Boblitz	boblitz	DE	03222	0	Europe/Berlin	51.14645	14.42014		Boblitz,Bobolcy		13	00	14625	14625020
2947447	Bobitz	bobitz	DE	23996	1274	Europe/Berlin	53.8045	11.35914		Bobic,Bobitz,bo bi ci,Бобиц,博比茨		12	00	13074	13074008
2947448	Böbingen	bobingen	DE	67482	669	Europe/Berlin	49.28444	8.23667			07337011	08	00	07337	07337011
2947449	Bobingen	bobingen	DE	67482	16682	Europe/Berlin	48.27091	10.8339		Bobingen,bo bin gen,bwbynghn,bwbyngn,Бобинген,Бобінген,Բոբինգեն,بوبينغن,بوبینگن,博宾根		02	097	09772	09772125
2947453	Boberow	boberow	DE	19357	0	Europe/Berlin	53.14605	11.61461				11	00	12070	12070173
2947463	Bobenthal	bobenthal	DE	76891	330	Europe/Berlin	49.06667	7.86667		Bobental,Bobental',bo ben ta er,Бобентал,Бобенталь,博本塔尔	07340001	08	00	07340	07340001
2947465	Bobenheim-Roxheim	bobenheim-roxheim	DE	67240	10106	Europe/Berlin	49.5875	8.35778		Bobenheim,Bobenheim am Rhein,Bobenheim-Roxheim,Bobenkhajm-Rokskhajm,bo ben hai mu-luo ke si hai mu,Бобенхайм-Роксхайм,Бобенхајм-Роксхајм,博本海姆-罗克斯海姆	07338004	08	00	07338	07338004
2947466	Bobenheim am Berg	bobenheim-am-berg	DE	67273	848	Europe/Berlin	49.52417	8.15111		Bobenheim,Bobenheim am Berg	07332005	08	00	07332	07332005
2947471	Bobeck	bobeck	DE	07646	331	Europe/Berlin	50.90336	11.79296			16074005	15	00	16074	16074005
2947477	Bobbau	bobbau	DE	06766	1697	Europe/Berlin	51.68747	12.27253		Bobbau		14	00	15082	15082015
2947490	Blunk	blunk	DE	23813	598	Europe/Berlin	54.00936	10.31385		Blunk	01060010	10	00	01060	01060010
2947512	Blumenthal	blumenthal	DE	24241	0	Europe/Berlin	54.38333	9.28333				10	00	01059	01059005
2947513	Blumenthal	blumenthal	DE	24241	671	Europe/Berlin	54.23333	10			01058018	10	00	01058	01058018
2947514	Blumenthal	blumenthal	DE	24241	0	Europe/Berlin	53.68215	13.91727				12	00	13075	13075033
2947515	Blumenthal	blumenthal	DE	24241	0	Europe/Berlin	53.618	9.24655				06	00	03359	03359009
2947516	Blumenthal	blumenthal	DE	24241	0	Europe/Berlin	53.18804	8.55828		Blumenthal		03	00	04011	04011000
2947517	Blumenthal	blumenthal	DE	24241	0	Europe/Berlin	53.07712	12.33902				11	00	12068	12068181
2947519	Blumenthal	blumenthal	DE	24241	0	Europe/Berlin	52.32274	11.83419		Blumenthal,Blumenthal Ein		14	00	15086	15086015
2947520	Blumenthal	blumenthal	DE	24241	0	Europe/Berlin	51.53256	7.92677		Blumenthal		07	059	05974	05974052
2947521	Blumenthal	blumenthal	DE	24241	0	Europe/Berlin	51.12471	14.39726				13	00	14625	14625390
2947522	Blumenthal	blumenthal	DE	24241	0	Europe/Berlin	50.49792	6.46192				07	053	05366	05366020
2947523	Blumenthal	blumenthal	DE	24241	0	Europe/Berlin	48.42007	11.14698				02	097	09771	09771113
2947535	Blumenow	blumenow	DE	16775	0	Europe/Berlin	53.09984	13.25076		Blumenow		11	00	12065	12065084
2947541	Blumenholz	blumenholz	DE	17237	855	Europe/Berlin	53.41382	13.12039		Blumenholz,Blumenkhol'c,Blumenkholc,bu lu men huo er ci,Блуменхолц,Блуменхольц,布卢门霍尔茨		12	00	13071	13071012
2947552	Blumenhagen	blumenhagen	DE	17337	378	Europe/Berlin	53.53181	13.87463				12	00	13075	13075055
2947553	Blumenhagen	blumenhagen	DE	17337	0	Europe/Berlin	53.40095	13.12815				12	00	13071	13071012
2947554	Blumenhagen	blumenhagen	DE	17337	0	Europe/Berlin	53.11381	14.29201				11	00	12073	12073532
2947555	Blumenhagen	blumenhagen	DE	17337	0	Europe/Berlin	52.38356	10.3038				06	00	03157	03157001
2947580	Blumberg	blumberg	DE	16306	0	Europe/Berlin	53.20614	14.15245				11	00	12073	12073097
2947581	Blumberg	blumberg	DE	16306	0	Europe/Berlin	52.60294	13.61798				11	00	12060	12060005
2947582	Blumberg	blumberg	DE	16306	0	Europe/Berlin	51.51882	13.18526		Blumberg		13	00	14730	14730010
2947583	Blumberg	blumberg	DE	16306	0	Europe/Berlin	48.5522	12.27639		Blumberg		02	092	09274	09274111
2947584	Blumberg	blumberg	DE	16306	10500	Europe/Berlin	47.84058	8.53329		Blumberg,blwmbrg,blwmbrgh,Блумберг,بلومبرغ,بلومبرگ		01	083	08326	08326005
2947604	Blowatz	blowatz	DE	23974	1233	Europe/Berlin	53.98972	11.5336		Blowatz		12	00	13074	13074007
2947610	Blossin	blossin	DE	15754	0	Europe/Berlin	52.25734	13.7992		Blossin		11	00	12061	12061217
2947636	Blomesche Wildnis	blomesche-wildnis	DE	25348	700	Europe/Berlin	53.8	9.41667		Blomesche Wildnis	01061012	10	00	01061	01061012
2947641	Blomberg	blomberg	DE	26487	17183	Europe/Berlin	51.94331	9.09067		Blomberg,blmbrg,Бломберг,بلمبرگ		07	057	05766	05766016
2947642	Blomberg	blomberg	DE	26487	0	Europe/Berlin	51.11065	7.71866				07	059	05962	05962036
2947646	Blomberg	blomberg	DE	26487	1498	Europe/Berlin	53.57678	7.55824			03462001	06	00	03462	03462001
2947712	Blindheim	blindheim	DE	89434	0	Europe/Berlin	49.09953	9.62998				01	081	08127	08127059
2947713	Blindheim	blindheim	DE	89434	1693	Europe/Berlin	48.63138	10.61992		Blindgajm,Blindhaym,Blindkhajm,blyndhaym,bu lin de hai mu,Блиндхайм,Блиндхајм,Бліндгайм,Բլինդհայմ,بلیندهایم,布林德海姆	09773119	02	097	09773	09773119
2947733	Blievenstorf	blievenstorf	DE	19306	509	Europe/Berlin	53.36192	11.66559				12	00	13076	13076012
2947735	Bliestorf	bliestorf	DE	23847	699	Europe/Berlin	53.76667	10.6		Bliestorf	01053011	10	00	01053	01053011
2947739	Blieskastel	blieskastel	DE	66440	23212	Europe/Berlin	49.23724	7.25617		Bliskastel,Bliskastel',blyzkastl,bu li si ka si te er,Блискастел,Блискастель,Бліскастель,بليزكاستل,بلیزکاستل,布利斯卡斯特尔		09	00	10045	10045112
2947750	Bliesdorf	bliesdorf	DE	16269	0	Europe/Berlin	54.1304	10.90964		Bliesdorf		10	00	01055	01055037
2947751	Bliesdorf	bliesdorf	DE	16269	1213	Europe/Berlin	52.69298	14.15949		Blisdorf,bu li si duo fu,Блисдорф,Բլիսդորֆ,布利斯多夫	12064061	11	00	12064	12064061
2947769	Bliedersdorf	bliedersdorf	DE	21640	1689	Europe/Berlin	53.48333	9.56667		Blidersdorf,Bliersdoerp,Bliersdörp,bu li de er si duo fu,buridasudorufu,Блидерсдорф,ブリーダースドルフ,布利德尔斯多夫	03359007	06	00	03359	03359007
2947802	Blesewitz	blesewitz	DE	17392	279	Europe/Berlin	53.82416	13.61515				12	00	13075	13075013
2947810	Blender	blender	DE	27337	2954	Europe/Berlin	52.91667	9.13333		Blender,Blenner,burenda,Блендер,ブレンダー	03361002	06	00	03361	03361002
2947813	Blekendorf	blekendorf	DE	24327	1859	Europe/Berlin	54.28211	10.6582			01057007	10	00	01057	01057007
2947874	Bleialf	bleialf	DE	54608	1179	Europe/Berlin	50.23333	6.28333		Blajal'f,Blajalf,bu lai a er fu,Блайальф,Блајалф,布莱阿尔夫	07232206	08	00	07232	07232206
2947887	Bleckhausen	bleckhausen	DE	54570	331	Europe/Berlin	50.13333	6.78333			07233008	08	00	07233	07233008
2947894	Bleckede	bleckede	DE	21354	9793	Europe/Berlin	53.28972	10.73372		Bleckede,Blekede,Blekkede,bu lai ke de,Блекеде,Блеккеде,布莱克德		06	00	03355	03355009
2947919	Blaufelden	blaufelden	DE	74572	5348	Europe/Berlin	49.29778	9.97389		Blaufel'den,Blaufelden,bu lao fei er deng,burauferuden,Блауфелден,Блауфельден,ブラウフェルデン,布劳费尔登	08127008	01	081	08127	08127008
2947949	Blaubeuren	blaubeuren	DE	89143	11797	Europe/Berlin	48.41215	9.78427		Blaubeuren Abbey,Blaubojren,Klasztor w Blaubeuren,bu lao bo yi lun,Блаубойрен,布劳博伊伦		01	084	08425	08425020
2947958	Blaubach	blaubach	DE	66869	463	Europe/Berlin	49.56667	7.4		Blaubakh,Блаубах	07336006	08	00	07336	07336006
2947959	Blaubach	blaubach	DE	66869	0	Europe/Berlin	49.27579	9.98329				01	081	08127	08127008
2948031	Blankenstein	blankenstein	DE	07366	0	Europe/Berlin	51.4072	7.22131		Blankenstein		07	059	05954	05954016
2948032	Blankenstein	blankenstein	DE	07366	0	Europe/Berlin	51.04212	13.44468		Blankenstein		13	00	14628	14628410
2948033	Blankenstein	blankenstein	DE	07366	0	Europe/Berlin	50.40213	11.69898		Blankenshtajn,bu lan ken si tai yin,Бланкенштайн,Бланкенштајн,布兰肯斯泰因	16075136	15	00	16075	16075136
2948036	Blankensee	blankensee	DE	17237	0	Europe/Berlin	53.79666	10.71012				10	00	01003	01003000
2948037	Blankensee	blankensee	DE	17237	299	Europe/Berlin	53.51245	14.30626				12	00	13075	13075012
2948038	Blankensee	blankensee	DE	17237	1720	Europe/Berlin	53.4039	13.26836		Blankensee		12	00	13071	13071011
2948039	Blankensee	blankensee	DE	17237	0	Europe/Berlin	53.19329	13.70319				11	00	12073	12073404
2948040	Blankensee	blankensee	DE	17237	0	Europe/Berlin	52.8282	11.81142				14	00	15090	15090415
2948041	Blankensee	blankensee	DE	17237	0	Europe/Berlin	52.2399	13.12523		Blankensee		11	00	12072	12072426
2948046	Blankenrath	blankenrath	DE	56865	1812	Europe/Berlin	50.03898	7.30214		Blankenrath	07135010	08	00	07135	07135010
2948052	Blankenhof	blankenhof	DE	17039	748	Europe/Berlin	53.57771	13.13105		Blankenhof		12	00	13071	13071010
2948054	Blankenheim	blankenheim	DE	06528	1436	Europe/Berlin	51.50717	11.42878			15087070	14	00	15087	15087070
2948055	Blankenheim	blankenheim	DE	06528	0	Europe/Berlin	50.93877	9.77526		Bankenheim,Blankenheim		05	066	06632	06632003
2948056	Blankenheim	blankenheim	DE	06528	8770	Europe/Berlin	50.43333	6.65		Blankenheim	05366008	07	053	05366	05366008
2948058	Blankenhain	blankenhain	DE	99444	6920	Europe/Berlin	50.85993	11.3439		Blankenkhajn,blanknhayn,bu lan ken hai en,Бланкенхайн,Бланкенхајн,بلانكنهاين,بلنکن‌هاین,布兰肯海恩		15	00	16071	16071008
2948059	Blankenhain	blankenhain	DE	99444	0	Europe/Berlin	50.7968	12.27415		Blankenhain		13	00	14524	14524030
2948060	Blankenhagen	blankenhagen	DE	18182	0	Europe/Berlin	51.93359	8.36062				07	057	05754	05754008
2948061	Blankenhagen	blankenhagen	DE	18182	898	Europe/Berlin	54.16796	12.34391				12	00	13072	13072015
2948062	Blankenhagen	blankenhagen	DE	18182	0	Europe/Berlin	51.67784	9.84074				06	00	03155	03155009
2948064	Blankenfelde	blankenfelde	DE	15827	1885	Europe/Berlin	52.61863	13.39057		Berlin-Blankenfelde		16	00	11000	11000000
2948065	Blankenfelde	blankenfelde	DE	15827	0	Europe/Berlin	52.33722	13.41205		Blankenfelde,Blankenfelde-Mahlow		11	00	12072	12072017
2948069	Blankenburg	blankenburg	DE	38889	6536	Europe/Berlin	52.59293	13.45516		Berlin-Blankenburg,Blankenburg,Бланкенбург		16	00	11000	11000000
2948070	Blankenburg	blankenburg	DE	38889	0	Europe/Berlin	53.21678	13.93581				11	00	12073	12073430
2948071	Blankenburg	blankenburg	DE	38889	15963	Europe/Berlin	51.79025	10.95509		Blankenburg,Blankenburg am Harz,blanknbwrgh,blnknbwrg,Бланкенбург,بلانكنبورغ,بلنکنبورگ		14	00	15085	15085055
2948072	Blankenburg	blankenburg	DE	38889	172	Europe/Berlin	51.2	10.75			16064007	15	00	16064	16064007
2948073	Blankenburg	blankenburg	DE	38889	0	Europe/Berlin	48.58361	10.82361				02	097	09772	09772185
2948079	Blankenberg	blankenberg	DE	07366	465	Europe/Berlin	53.76947	11.71096		Blankenberg		12	00	13076	13076011
2948080	Blankenberg	blankenberg	DE	07366	0	Europe/Berlin	52.9462	12.57392				11	00	12068	12068477
2948081	Blankenberg	blankenberg	DE	07366	0	Europe/Berlin	50.40299	11.71623		Blankenberg	16075136	15	00	16075	16075136
2948085	Blankenbach	blankenbach	DE	63825	0	Europe/Berlin	51.00988	10.00438		Blankenbach		05	066	06636	06636011
2948086	Blankenbach	blankenbach	DE	63825	0	Europe/Berlin	50.97214	7.69393		Blankenbach		07	053	05374	05374040
2948114	Blaichach	blaichach	DE	87544	5625	Europe/Berlin	47.54208	10.25846		Blajkhakh,Blayxax,bu lai xia,Блайхах,Блајхах,Բլայխախ,布莱夏	09780115	02	097	09780	09780115
2948115	Blaibach	blaibach	DE	93476	2127	Europe/Berlin	49.16667	12.81667		Blajbakh,Blaybax,bu lai ba he,Блайбах,Блајбах,Բլայբախ,布莱巴赫	09372115	02	093	09372	09372115
2948140	Bitzen	bitzen	DE	57539	829	Europe/Berlin	50.8	7.68333			07132010	08	00	07132	07132010
2948146	Bitz	bitz	DE	72475	0	Europe/Berlin	48.94688	11.50483		Bitz		02	091	09176	09176120
2948147	Bitz	bitz	DE	72475	3792	Europe/Berlin	48.244	9.09144		Bic,bi ci,Биц,Біц,比茨	08417010	01	084	08417	08417010
2948154	Bittkau	bittkau	DE	39517	793	Europe/Berlin	52.41336	11.96354		Bittkau		14	00	15090	15090546
2948164	Bitterfeld-Wolfen	bitterfeld-wolfen	DE	06731	15608	Europe/Berlin	51.62355	12.32395		Biterfeld,Bitterfel'd,Bitterfeld,Bitterfeld-Wolfen,Bitterfelde,bi te fei er de,bitaferuto,Битерфелд,Биттерфельд,ビターフェルト,比特费尔德		14	00	15082	15082015
2948184	Bitburg	bitburg	DE	54634	12908	Europe/Berlin	49.96794	6.52734		BBJ,Beibreg,Bitburg,Bitburgo,Béibreg,bi te bao,biteubuleukeu,bittoburuku,bytbwrg,bytbwrgh,Битбург,بيتبورغ,بیتبورگ,ბიტბურგი,ビットブルク,比特堡,비트부르크	07232018	08	00	07232	07232018
2948190	Bisterschied	bisterschied	DE	67806	283	Europe/Berlin	49.65	7.75			07333008	08	00	07333	07333008
2948192	Bistensee	bistensee	DE	24358	276	Europe/Berlin	54.39999	9.70045		Bistensee		10	00	01058	01058175
2948202	Bissingen an der Teck	bissingen-an-der-teck	DE	73266	3687	Europe/Berlin	48.59915	9.49146		Bisingen an der Tek,Bissingen,Bissingen-an-der-Tek,tai ke shan lu bi xin gen,Бисинген ан дер Тек,Биссинген-ан-дер-Тек,Біссінген-ан-дер-Тек,Բիսինգեն ան դեր Տեկ,泰克山麓比辛根	08116012	01	081	08116	08116012
2948204	Bissingen	bissingen	DE	86657	3605	Europe/Berlin	48.71694	10.61766		Bisingen,Bissingen,bysyngn,Бисинген,Биссинген,Біссінген,Բիսինգեն,بیسینگن		02	097	09773	09773117
2948206	Bissersheim	bissersheim	DE	67281	465	Europe/Berlin	49.53583	8.20417			07332004	08	00	07332	07332004
2948211	Bissendorf	bissendorf	DE	49143	0	Europe/Berlin	52.52374	9.75363				06	00	03241	03241019
2948212	Bissendorf	bissendorf	DE	49143	14402	Europe/Berlin	52.23333	8.16667		Bisendorf,Bissendorf,bi sen duo fu,Бисендорф,Биссендорф,比森多夫	03459012	06	00	03459	03459012
2948219	Bissee	bissee	DE	24582	185	Europe/Berlin	54.18333	10.11667		Bissee	01058016	10	00	01058	01058016
2948222	Bispingen	bispingen	DE	29646	6284	Europe/Berlin	53.08312	9.99772		Bispingen,Gemeen Bissen,bi si ping gen,Биспинген,比斯平根	03358002	06	00	03358	03358002
2948228	Bismark	bismark	DE	17322	303	Europe/Berlin	53.45586	14.3169				12	00	13075	13075113
2948229	Bismark	bismark	DE	17322	3313	Europe/Berlin	52.66195	11.55638		Bismark		14	00	15090	15090070
2948246	Bisingen	bisingen	DE	72406	9321	Europe/Berlin	48.31012	8.91738		Bizingen,bi sen gen shi,Бизинген,Бізінген,畢森根市	08417008	01	084	08417	08417008
2948261	Bischweier	bischweier	DE	76476	3167	Europe/Berlin	48.83766	8.28412			08216006	01	082	08216	08216006
2948265	Bischofswiesen	bischofswiesen	DE	83483	7535	Europe/Berlin	47.63115	12.98305		Bischofswiesen,Bischofswiesn,Bishofsvizen,Bisofsvizen,bi shao fu si wei sen,byshwfswyzn,Бишофсвизен,Бішофсвізен,Բիշոֆսվիզեն,بیشوفسویزن,比绍夫斯维森	09172117	02	091	09172	09172117
2948267	Bischofswerda	bischofswerda	DE	01877	13085	Europe/Berlin	51.12771	14.17974		Bishofsverda,Biskopicy,Bisofsverda,Bišofsverda,bi shao fu si wei er da,byshwfsfyrda,byshwfzwrda,byswpswwrdh,Бишофсверда,Бішофсверда,בישופסוורדה,بيشوفسفيردا,بیشوفزوردا,比绍夫斯韦尔达		13	00	14625	14625040
2948570	Birkenheide	birkenheide	DE	67134	3309	Europe/Berlin	49.48139	8.26194		Birkenkhajde,bi er ken hai de,Биркенхайде,Биркенхајде,比尔肯海德	07338003	08	00	07338	07338003
2948282	Bischofsmais	bischofsmais	DE	94253	3240	Europe/Berlin	48.91796	13.08184		Bishofsmajs,Bisofsmays,bi shao fu si mai si,byshwfsmays,Бишофсмайс,Бишофсмајс,Бішофсмайс,Բիշոֆսմայս,بیشوفسمایس,比绍夫斯迈斯	09276116	02	092	09276	09276116
2948287	Bischofsheim an der Rhön	bischofsheim-an-der-rhon	DE	97653	5181	Europe/Berlin	50.40239	10.00751		Bischofsheim,Bishofsgajm-an-der-Ren,Bishofskhajm an der Ren,Bishofskhajm-an-der-Rjon,Bishofskhajm-na-Rjone,Ryoni Bisofshaym,byshfzhaym an dr rwn,byshwfshaym an dr rwn,lun shan qian bi shao fu si hai mu,Бишофсхайм-ан-дер-Рён,Бишофсхайм-на-Рёне,Бишофсхајм ан дер Рен,Бішофсгайм-ан-дер-Рен,Ռյոնի Բիշոֆսհայմ,بيشوفسهايم آن در رون,بیشفزهایم آن در رون,伦山前比绍夫斯海姆		02	096	09673	09673117
2948288	Bischofsheim	bischofsheim	DE	65474	0	Europe/Berlin	50.14994	8.80436		Bischofsheim		05	064	06435	06435019
2948289	Bischofsheim	bischofsheim	DE	65474	0	Europe/Berlin	50.0326	10.63836				02	096	09674	09674221
2948290	Bischofsheim	bischofsheim	DE	65474	12075	Europe/Berlin	49.99389	8.36722		Bischofsheim	06433002	05	064	06433	06433002
2948299	Bischofrode	bischofrode	DE	06295	752	Europe/Berlin	51.48656	11.53164		Bischofrode		14	00	15087	15087130
2948300	Bischofroda	bischofroda	DE	99826	703	Europe/Berlin	51.05638	10.36394		Bishofroda,bi shao fu luo da,Бишофрода,比绍夫罗达	16063008	15	00	16063	16063008
2948301	Bischofrod	bischofrod	DE	98553	187	Europe/Berlin	50.55	10.65		Bischofrod	16069004	15	00	16069	16069004
2948304	Bischofferode	bischofferode	DE	37345	0	Europe/Berlin	51.5667	10.71915				15	00	16062	16062005
2948305	Bischofferode	bischofferode	DE	37345	2085	Europe/Berlin	51.49656	10.44396	295	Bischofferode (Am Ohmberg)		15	00	16061	16061116
2948306	Bischofferode	bischofferode	DE	37345	0	Europe/Berlin	51.12201	9.75771		Bischofferode		05	066	06634	06634024
2948307	Bischoffen	bischoffen	DE	35649	3478	Europe/Berlin	50.7	8.45		Bischoffen,Bishofen,Bishoffen,bi shao fen,Бишофен,Бишоффен,Бішоффен,比绍芬	06532002	05	065	06532	06532002
2948325	Bischheim	bischheim	DE	67294	0	Europe/Berlin	51.24057	14.03305		Bischheim,Bischheim-Gersdorf		13	00	14625	14625220
2948326	Bischheim	bischheim	DE	67294	747	Europe/Berlin	49.67	8.0325			07333007	08	00	07333	07333007
2948334	Bischdorf	bischdorf	DE	03205	0	Europe/Berlin	51.79887	13.96985		Bischdorf,Wotsowc,Wótšowc		11	00	12066	12066196
2948335	Bischdorf	bischdorf	DE	03205	0	Europe/Berlin	51.37214	11.89915				14	00	15088	15088025
2948336	Bischdorf	bischdorf	DE	03205	0	Europe/Berlin	51.10199	14.74037				13	00	14626	14626470
2948337	Bischbrunn	bischbrunn	DE	97836	1880	Europe/Berlin	49.87028	9.48917		Bisbrun,Bishbrun,Bishbrunn,bi shi bu lun,Бишбрун,Бишбрунн,Бішбрунн,Բիշբրուն,比施布伦	09677120	02	096	09677	09677120
2948339	Bischberg	bischberg	DE	96120	5819	Europe/Berlin	49.91087	10.83212		Bisberg,Bishberg,bi shi bei ge,bishuberuku,Бишберг,Бішберг,Բիշբերգ,ビシュベルク,比施贝格	09471117	02	094	09471	09471117
2948340	Bischberg	bischberg	DE	96120	0	Europe/Berlin	49.37036	11.47144				02	093	09373	09373113
2948345	Birx	birx	DE	98634	187	Europe/Berlin	50.53333	10.05		Birx	16066012	15	00	16066	16066012
2948346	Birtlingen	birtlingen	DE	54634	82	Europe/Berlin	49.95	6.48333			07232017	08	00	07232	07232017
2948351	Birstein	birstein	DE	63633	6581	Europe/Berlin	50.35	9.3		Birshhajn,Birshtajn,bi er si tai yin,birushutain,Бирштайн,Бирштајн,Бирщайн,Бірштайн,ビルシュタイン,比尔斯泰因	06435004	05	064	06435	06435004
2948355	Birresborn	birresborn	DE	54574	1299	Europe/Berlin	50.18333	6.63333		Biresborn,Birresborn,Birreses Born,bi lei si bo er en,Биресборн,Бирресборн,比雷斯博尔恩	07233204	08	00	07233	07233204
2948383	Birnbach	birnbach	DE	57612	642	Europe/Berlin	50.7	7.58333		Birnbakh,bi er en ba he,byrnbakh,Бирнбах,بیرنباخ,比尔恩巴赫	07132009	08	00	07132	07132009
2948384	Bad Birnbach	bad-birnbach	DE	84364	5533	Europe/Berlin	48.44489	13.09103	376	Bad Birnbakh,Bad Birnbax,Bad-Birnbakh,ba te bi en ba he,bad byrnbakh,Бад Бирнбах,Бад-Бирнбах,Бад-Бірнбах,Բադ Բիրնբախ,باد بیرنباخ,巴特比恩巴赫		02	092	09277	09277113
2948385	Birnbach	birnbach	DE	57612	0	Europe/Berlin	48.28885	12.77965				02	091	09171	09171115
2948386	Birnbach	birnbach	DE	57612	0	Europe/Berlin	47.67936	12.44864				02	091	09189	09189139
2948395	Birlenbach	birlenbach	DE	65626	0	Europe/Berlin	50.90366	7.98992		Birlenbach		07	059	05970	05970040
2948396	Birlenbach	birlenbach	DE	65626	1587	Europe/Berlin	50.35815	8.00273			07141014	08	00	07141	07141014
2948399	Birkweiler	birkweiler	DE	76831	729	Europe/Berlin	49.20333	8.03833			07337009	08	00	07337	07337009
2948420	Birkigt	birkigt	DE	07336	0	Europe/Berlin	51.0123	13.67866		Birkigt		13	00	14628	14628110
2948421	Birkigt	birkigt	DE	07336	0	Europe/Berlin	50.74804	11.96668				15	00	16076	16076088
2948422	Birkigt	birkigt	DE	07336	518	Europe/Berlin	50.66939	11.48458		Birkigt		15	00	16073	16073111
2948423	Birkigt	birkigt	DE	07336	0	Europe/Berlin	50.33333	12.11667				13	00	14523	14523080
2948438	Birkholz	birkholz	DE	39517	0	Europe/Berlin	53.11083	11.65504				11	00	12070	12070173
2948439	Birkholz	birkholz	DE	39517	0	Europe/Berlin	52.62619	13.57455				11	00	12060	12060020
2948440	Birkholz	birkholz	DE	39517	447	Europe/Berlin	52.41624	11.83914				14	00	15090	15090546
2948441	Birkholz	birkholz	DE	39517	0	Europe/Berlin	52.37536	13.36622				11	00	12072	12072120
2948442	Birkholz	birkholz	DE	39517	0	Europe/Berlin	52.19296	14.19646		Birkholz		11	00	12067	12067426
2948443	Birkholz	birkholz	DE	39517	0	Europe/Berlin	52.11735	13.81604		Birkholz		11	00	12061	12061344
2948477	Birkheim	birkheim	DE	56291	129	Europe/Berlin	50.11667	7.61667			07140016	08	00	07140	07140016
2948503	Birkenwerder	birkenwerder	DE	16547	7122	Europe/Berlin	52.69106	13.27833		Birkenverder,bi er ken wei er de er,Биркенвердер,Բիրկենվերդեր,比尔肯韦尔德尔	12065036	11	00	12065	12065036
2948552	Birkenhördt	birkenhordt	DE	76889	653	Europe/Berlin	49.11667	7.93333			07337008	08	00	07337	07337008
2948568	Birkenheide	birkenheide	DE	67134	0	Europe/Berlin	53.01362	8.53776				06	00	03458	03458005
2948569	Birkenheide	birkenheide	DE	67134	0	Europe/Berlin	50.62676	11.27115				15	00	16073	16073077
2948587	Birkenfelde	birkenfelde	DE	37318	0	Europe/Berlin	53.19293	12.1982		Birkenfelde		11	00	12070	12070316
2948588	Birkenfelde	birkenfelde	DE	37318	582	Europe/Berlin	51.35	10.01667		Birkenfelde	16061007	15	00	16061	16061007
2948592	Birkenfeld	birkenfeld	DE	55765	0	Europe/Berlin	50.41426	10.74523				15	00	16069	16069024
2948593	Birkenfeld	birkenfeld	DE	55765	0	Europe/Berlin	50.19445	10.61228				02	096	09674	09674171
2948594	Birkenfeld	birkenfeld	DE	55765	2153	Europe/Berlin	49.85861	9.69556			09677119	02	096	09677	09677119
2948595	Birkenfeld	birkenfeld	DE	55765	6947	Europe/Berlin	49.65245	7.16668		Birkenfel'd,Birkenfeld,Birkenfell,bi er ken fei er de,birukenferuto,byrknfld,Биркенфелд,Биркенфельд,بيركنفلد,بیرکنفلد,ბირკენფელდი,ビルケンフェルト,比尔肯费尔德	07134	08	00	07134	07134010
2948596	Birkenfeld	birkenfeld	DE	55765	0	Europe/Berlin	49.57306	10.57127				02	095	09575	09575153
2948597	Birkenfeld	birkenfeld	DE	55765	0	Europe/Berlin	49.58363	9.55758				01	081	08128	08128061
2948598	Birkenfeld	birkenfeld	DE	55765	10609	Europe/Berlin	48.86667	8.63333			08236004	01	082	08236	08236004
2948616	Birkenbeul	birkenbeul	DE	57589	492	Europe/Berlin	50.73333	7.61667			07132007	08	00	07132	07132007
2948652	Birkenau	birkenau	DE	69488	10318	Europe/Berlin	49.5625	8.70694		Birkenau,bi ke nao,birukenau,byrkynaw,Биркенау,Біркенау,بيركيناو,ビルケナウ,比克瑙	06431004	05	064	06431	06431004
2948723	Birgel	birgel	DE	54587	0	Europe/Berlin	50.77423	6.44438				07	053	05358	05358008
2948724	Birgel	birgel	DE	54587	0	Europe/Berlin	50.60503	7.20506				08	00	07131	07131070
2948725	Birgel	birgel	DE	54587	510	Europe/Berlin	50.31667	6.61667			07233007	08	00	07233	07233007
2948727	Birenbach	birenbach	DE	73102	1941	Europe/Berlin	48.74732	9.66115		Birenbakh,bi lun ba he,Биренбах,Біренбах,比伦巴赫	08117009	01	081	08117	08117009
2948733	Bippen	bippen	DE	49626	3015	Europe/Berlin	52.58333	7.73333		Bipen,Bippen,bi peng,Бипен,Биппен,比彭	03459011	06	00	03459	03459011
2948744	Binzen	binzen	DE	79589	0	Europe/Berlin	47.86575	9.79679				01	084	08436	08436085
2948745	Binzen	binzen	DE	79589	0	Europe/Berlin	47.80931	10.18063				02	097	09780	09780112
2948746	Binzen	binzen	DE	79589	2661	Europe/Berlin	47.63333	7.61667		Bincen,bin cen,Бинцен,Бінцен,宾岑	08336008	01	083	08336	08336008
2948749	Binswangen	binswangen	DE	89432	0	Europe/Berlin	49.17439	9.25921		Binswangen		01	081	08125	08125027
2948750	Binswangen	binswangen	DE	89432	1326	Europe/Berlin	48.55798	10.64249		Binsvangen,bin si wan gen,bynswangn,Бинсванген,Бінсванген,Բինսվանգեն,بینسوانگن,宾斯万根	09773116	02	097	09773	09773116
2948751	Binswangen	binswangen	DE	89432	0	Europe/Berlin	47.51034	10.29953				02	097	09780	09780139
2948758	Binsfeld	binsfeld	DE	54518	0	Europe/Berlin	50.79614	6.54034				07	053	05358	05358052
2948759	Binsfeld	binsfeld	DE	54518	1110	Europe/Berlin	49.96667	6.71667			07231010	08	00	07231	07231010
2948760	Binsfeld	binsfeld	DE	54518	0	Europe/Berlin	49.95059	9.88702		Binsfeld		02	096	09677	09677114
2948782	Binningen	binningen	DE	56754	691	Europe/Berlin	50.20639	7.24612			07135009	08	00	07135	07135009
2948783	Binningen	binningen	DE	56754	0	Europe/Berlin	47.82386	9.62145				01	084	08436	08436011
2948784	Binningen	binningen	DE	56754	0	Europe/Berlin	47.79384	8.72598				01	083	08335	08335035
2948810	Binnen	binnen	DE	31619	1051	Europe/Berlin	52.61667	9.13333			03256002	06	00	03256	03256002
2948935	Billigheim	billigheim	DE	74842	0	Europe/Berlin	49.13806	8.09972				08	00	07337	07337007
2948825	Bingen am Rhein	bingen-am-rhein	DE	55411	24657	Europe/Berlin	49.96675	7.8992		Bingen,Bingen am Rejn,Bingen am Rhein,Bingen na Rajni,Bingen-Am-Rhein,Bingen-am-Rhein,Bingen-na-Rejne,Bingium,bynghn an dr rayn,byngn an dr rayn,lai yin he pan bin gen,Бинген ам Рейн,Бинген на Рајни,Бинген-на-Рейне,بينغن آن در راين,بینگن آن در راین,ビンゲン・アム・ライン,莱茵河畔宾根		08	00	07339	07339005
2948826	Bingen	bingen	DE	72511	3017	Europe/Berlin	48.11127	9.27238			08437008	01	084	08437	08437008
2948838	Bindow	bindow	DE	15754	0	Europe/Berlin	52.28415	13.7431		Bindow		11	00	12061	12061217
2948840	Bindlach	bindlach	DE	95463	7229	Europe/Berlin	49.98167	11.61389		Bindlach,Bindlakh,Bindlax,bin de la,bintoraha,Биндлах,Біндлах,Բինդլախ,ビントラハ,宾德拉	09472119	02	094	09472	09472119
2948858	Binde	binde	DE	29416	364	Europe/Berlin	52.85454	11.38487		Binde		14	00	15081	15081030
2948861	Binau	binau	DE	74862	1311	Europe/Berlin	49.36833	9.05806		Binau,bi nao,binau,Бинау,Бінау,ビーナウ,比瑙	08225010	01	082	08225	08225010
2948866	Bimöhlen	bimohlen	DE	24576	967	Europe/Berlin	53.93333	9.95		Bimoehlen,Bimohlen,Bimöhlen	01060009	10	00	01060	01060009
2948874	Bilzingsleben	bilzingsleben	DE	06578	795	Europe/Berlin	51.28333	11.06667			16068064	15	00	16068	16068064
2948895	Bilshausen	bilshausen	DE	37434	2428	Europe/Berlin	51.62974	10.15859		Bil'skhauzen,Bilskhauzen,bi er si hao sen,birusuhauzen,Билсхаузен,Бильсхаузен,ビルスハウゼン,比尔斯豪森	03159005	06	00	03159	03159005
2948902	Bilsen	bilsen	DE	25485	720	Europe/Berlin	53.76667	9.88333		Bilsen	01056004	10	00	01056	01056004
2948920	Billroda	billroda	DE	06647	501	Europe/Berlin	51.20023	11.45617		Billroda		14	00	15084	15084132
2948934	Billigheim	billigheim	DE	74842	5899	Europe/Berlin	49.34861	9.25389		Biligkhajm,Billigajm,Billigheim,Billigkhajm,bi li ge hai mu,birihihaimu,Билигхајм,Биллигхайм,Біллігайм,ビリヒハイム,比利格海姆	08225009	01	082	08225	08225009
2948942	Billerbeck	billerbeck	DE	48727	0	Europe/Berlin	52.87431	10.87355				06	00	03354	03354022
2948943	Billerbeck	billerbeck	DE	48727	0	Europe/Berlin	52.78285	11.6986				14	00	15090	15090415
2948944	Billerbeck	billerbeck	DE	48727	11699	Europe/Berlin	51.97829	7.29261		Bilerbek,Billerbeck,Billerbek,Billerbiek,Billerbiëk,Billurbeki,Billurbėki,bi lai er bei ke,bylrbk,Билербек,Биллербек,Біллербек,بيلربك,بیلربک,比莱尔贝克		07	055	05558	05558008
2948945	Billerbeck	billerbeck	DE	48727	0	Europe/Berlin	51.87978	9.03952		Billurbeki,Billurbėki		07	057	05766	05766032
2948946	Billerbeck	billerbeck	DE	48727	0	Europe/Berlin	51.84617	9.97644		Billurbeki,Billurbėki		06	00	03155	03155013
2948947	Billensbach	billensbach	DE	71718	0	Europe/Berlin	49.06207	9.36702		Billensbach		01	081	08125	08125008
2948963	Bilkheim	bilkheim	DE	56414	472	Europe/Berlin	50.49806	7.94833			07143210	08	00	07143	07143210
2949012	Bietigheim-Bissingen	bietigheim-bissingen	DE	74321	41769	Europe/Berlin	48.94407	9.11755		Bietigheim-Bissingen,Bitigajm-Bissingen,Bitigkhajm-Bisingen,Bitigkhajm-Bissingen,bi di ge hai mu-bi xin gen,bitihhihaimu=bisshingen,bytyghaym-bysyngn,bytyghhaym-bysynghn,Битигхайм-Биссинген,Битигхајм-Бисинген,Бітігайм-Біссінген,بيتيغهايم-بيسينغن,بیتیگهایم-بیسینگن,ビーティッヒハイム＝ビッシンゲン,比蒂格海姆-比辛根		01	081	08118	08118079
2949013	Bietigheim	bietigheim	DE	76467	0	Europe/Berlin	48.95336	9.13644				01	081	08118	08118079
2949014	Bietigheim	bietigheim	DE	76467	6026	Europe/Berlin	48.90919	8.25202			08216005	01	082	08216	08216005
2949032	Biessenhofen	biessenhofen	DE	87640	4006	Europe/Berlin	47.83057	10.64022		Bisenhofen,Bisenkhofen,Bissengofen,Bissenkhofen,bi sen huo fen,bisenhofen,Бисенхофен,Биссенхофен,Біссенгофен,Բիսենհոֆեն,ビーセンホーフェン,比森霍芬	09777112	02	097	09777	09777112
2949046	Biesenthal	biesenthal	DE	16359	5512	Europe/Berlin	52.76616	13.64416		Bisental,Bizental,Bizental',Bizentale,Bīzentāle,bi sen ta er,byzntal,Бизентал,Бизенталь,Бисентал,Բիզենտալ,بيزنتال,بیزنتال,比森塔尔		11	00	12060	12060024
2949047	Biesenthal	biesenthal	DE	16359	0	Europe/Berlin	52.74252	11.55799				14	00	15090	15090070
2949049	Biesenrode	biesenrode	DE	06343	447	Europe/Berlin	51.60546	11.38587		Biesenrode		14	00	15087	15087275
2949054	Biesenbrow	biesenbrow	DE	16278	0	Europe/Berlin	53.11979	14.01289				11	00	12073	12073008
2949073	Biesdorf	biesdorf	DE	54675	24988	Europe/Berlin	52.50906	13.5534		Berlin-Biesdorf		16	00	11000	11000000
2949074	Biesdorf	biesdorf	DE	54675	0	Europe/Berlin	52.71446	14.07065				11	00	12064	12064512
2949075	Biesdorf	biesdorf	DE	54675	268	Europe/Berlin	49.88333	6.3			07232016	08	00	07232	07232016
2949084	Biersdorf	biersdorf	DE	54636	0	Europe/Berlin	50.74833	7.9483				08	00	07132	07132018
2949085	Biersdorf	biersdorf	DE	54636	554	Europe/Berlin	50.01482	6.45086		Biersdorf		08	00	07232	07232015
2949103	Biere	biere	DE	39221	2442	Europe/Berlin	51.97431	11.65443		Biere		14	00	15089	15089042
2949130	Bienstädt	bienstadt	DE	99100	766	Europe/Berlin	51.01667	10.85		Bienstadt,Bienstaedt,Bienstädt,Binshtedt,Binshtet,bin si te,Бинштедт,Бинштет,宾斯特	16067004	15	00	16067	16067004
2949150	Bienenbüttel	bienenbuttel	DE	29553	6775	Europe/Berlin	53.14157	10.48679		Bienenbuettel,Bienenbüttel,Binenbitel,Binenbjuttel',Gemeen Bienbueddel,Gemeen Bienbüddel,bi nen bi te er,Биненбител,Биненбюттель,比嫩比特尔	03360004	06	00	03360	03360004
2949160	Biendorf	biendorf	DE	06408	1051	Europe/Berlin	54.0752	11.70127		Biendorf		12	00	13072	13072014
2949161	Biendorf	biendorf	DE	06408	867	Europe/Berlin	51.75077	11.84847		Biendorf		14	00	15089	15089030
2949186	Bielefeld	bielefeld	DE	33519	331906	Europe/Berlin	52.03333	8.53333		BFE,Bielefeld,Bilefel'd,Bilefeld,Bilefelde,Bilifeld,Bilivelda,Builefeld,Bylefeldas,Bīlefelde,Bīlifeld,Mpilephelnt,bi lei fei er de,bilephelda,bilepildi,billepelteu,bireferuto,bylyfyld,Μπίλεφελντ,Билефелд,Билефельд,Білефельд,بيليفيلد,بیلفیلڈ,بیله‌فلد,बीलेफेल्ड,ბილეფილდი,ビーレフェルト,比勒费尔德,빌레펠트	05711000	07	057	05711	05711000
2949216	Biedesheim	biedesheim	DE	67308	649	Europe/Berlin	49.605	8.10722			07333006	08	00	07333	07333006
2949217	Biedershausen	biedershausen	DE	66917	283	Europe/Berlin	49.31667	7.48333			07340204	08	00	07340	07340204
2949221	Biederitz	biederitz	DE	39175	4545	Europe/Berlin	52.15	11.71667		Bideric,Biederitz,bi de li ci,Бидериц,比德里茨	15086005	14	00	15086	15086005
2949224	Biederbach	biederbach	DE	79215	0	Europe/Berlin	49.20053	10.72751		Biederbach		02	095	09571	09571229
2949229	Biedenkopf	biedenkopf	DE	35216	13788	Europe/Berlin	50.91125	8.53016		Bidenkopf,Biedenkopf,bi deng ke pu fu,bidenkopufu,bydnkpf,bydnkwbf,Биденкопф,Біденкопф,بيدنكوبف,بیدنکپف,ビーデンコプフ,比登科普夫		05	065	06534	06534004
2949235	Biebrich	biebrich	DE	56370	0	Europe/Berlin	50.0415	8.24878		Biebrich		05	064	06414	06414000
2949236	Biebrich	biebrich	DE	56370	372	Europe/Berlin	50.3039	7.95			07141013	08	00	07141	07141013
2949247	Biebersdorf	biebersdorf	DE	15913	0	Europe/Berlin	51.98472	13.9741		Biebersdorf,Njacyna		11	00	12061	12061329
2949249	Biebern	biebern	DE	55471	343	Europe/Berlin	49.98333	7.45			07140015	08	00	07140	07140015
2949255	Bieberehren	bieberehren	DE	97243	1000	Europe/Berlin	49.51733	10.00908		Bibereren,bi bei lei lun,bibereren,Биберерен,Біберерен,Բիբերերեն,ビーベレーレン,比贝雷伦	09679118	02	096	09679	09679118
2949275	Biebelsheim	biebelsheim	DE	55546	576	Europe/Berlin	49.86667	7.93333			07133012	08	00	07133	07133012
2949276	Biebelried	biebelried	DE	97318	1183	Europe/Berlin	49.76667	10.08333		Bibel'rid,Bibelrid,bi bei er li de,Бибелрид,Бибельрид,Бібельрід,Բիբելրիդ,比贝尔里德	09675113	02	096	09675	09675113
2949277	Biebelnheim	biebelnheim	DE	55234	704	Europe/Berlin	49.79667	8.17056		Bibel'nkhajm,Bibelnkhajm,bi bei er en hai mu,Бибелнхајм,Бибельнхайм,比贝尔恩海姆	07331010	08	00	07331	07331010
2949279	Bidingen	bidingen	DE	87651	1738	Europe/Berlin	47.82974	10.72623		Bidingen,bidingen,Бидинген,Бідінген,Բիդինգեն,ビディンゲン	09777118	02	097	09777	09777118
2949291	Bickendorf	bickendorf	DE	54636	0	Europe/Berlin	50.95794	6.89704				07	053	05315	05315000
2949292	Bickendorf	bickendorf	DE	54636	524	Europe/Berlin	50.03333	6.5			07232014	08	00	07232	07232014
2949294	Bickenbach	bickenbach	DE	56291	0	Europe/Berlin	51.00989	7.44244		Bickenbach		07	053	05374	05374008
2949295	Bickenbach	bickenbach	DE	56291	341	Europe/Berlin	50.12559	7.52795		Bicherbach,Bickenbach	07140014	08	00	07140	07140014
2949296	Bickenbach	bickenbach	DE	56291	5338	Europe/Berlin	49.75917	8.6175			06432003	05	064	06432	06432003
2949317	Bichl	bichl	DE	83673	0	Europe/Berlin	48.11546	12.41712				02	091	09189	09189142
2949319	Bichl	bichl	DE	83673	0	Europe/Berlin	47.92468	11.95621				02	091	09187	09187179
2949320	Bichl	bichl	DE	83673	0	Europe/Berlin	47.90041	12.04496				02	091	09187	09187137
2949321	Bichl	bichl	DE	83673	0	Europe/Berlin	47.78369	12.24675				02	091	09187	09187172
2949322	Bichl	bichl	DE	83673	0	Europe/Berlin	47.77602	11.99904				02	091	09187	09187129
2949323	Bichl	bichl	DE	83673	0	Europe/Berlin	47.71473	11.95996		Bichl		02	091	09182	09182114
2949324	Bichl	bichl	DE	83673	2007	Europe/Berlin	47.7201	11.41231		Bikhl,Bikhl',Bixl,bi xi er,byshl,Бихл,Бихль,Біхль,Բիխլ,بیشل,比希尔	09173115	02	091	09173	09173115
2949352	Biburg	biburg	DE	93354	0	Europe/Berlin	49.03916	11.18245				02	095	09577	09577151
2949353	Biburg	biburg	DE	93354	1297	Europe/Berlin	48.79066	11.85726			09273119	02	092	09273	09273119
2949354	Biburg	biburg	DE	93354	0	Europe/Berlin	48.37486	10.76083		Biburg		02	097	09772	09772130
2949355	Biburg	biburg	DE	93354	0	Europe/Berlin	48.15248	11.25931				02	091	09179	09179113
2949356	Biburg	biburg	DE	93354	0	Europe/Berlin	48.06018	12.5165				02	091	09189	09189157
2949363	Bibra	bibra	DE	07768	267	Europe/Berlin	50.80387	11.54706			16074004	15	00	16074	16074004
2949364	Bibra	bibra	DE	07768	593	Europe/Berlin	50.46967	10.43885		Bibra		15	00	16066	16066094
2949366	Bibow	bibow	DE	19417	313	Europe/Berlin	53.78375	11.64215		Bibow		12	00	13074	13074006
2949367	Biblis	biblis	DE	68647	8953	Europe/Berlin	49.69167	8.45861		Biblis,Biwwelse,bi bu li si,biburisu,byblys,Библис,Бібліс,بيبليس,ビブリス,比布利斯	06431003	05	064	06431	06431003
2949412	Biberbach	biberbach	DE	86485	0	Europe/Berlin	49.39458	12.62586				02	093	09372	09372165
2949413	Biberbach	biberbach	DE	86485	0	Europe/Berlin	49.05863	11.45162				02	091	09176	09176114
2949414	Biberbach	biberbach	DE	86485	0	Europe/Berlin	48.7953	13.41042				02	092	09272	09272138
2949415	Biberbach	biberbach	DE	86485	3492	Europe/Berlin	48.51778	10.81139		Biberbach,Biberbakh,Biberbax,bi bei er ba he,bybrbakh,Бибербах,Бібербах,Բիբերբախ,بیبرباخ,比贝尔巴赫		02	097	09772	09772121
2949416	Biberbach	biberbach	DE	86485	0	Europe/Berlin	48.34653	11.495				02	091	09174	09174141
2949423	Biberach an der Riß	biberach-an-der-riss	DE	88400	32333	Europe/Berlin	48.09345	9.79053		Biberach,Biberach an der Riss,Biberach an der Riß,Biberakh an der Risu,Biberakh-na-Rise,Biberakh-na-Risi,bybrakh an dr rys,li si he pan bi bo la he,Биберах ан дер Рису,Биберах-на-Рисе,Біберах-на-Рісі,بیبراخ آن در ریس,里斯河畔比伯拉赫	08426	01	084	08426	08426021
2949425	Biberach	biberach	DE	77781	0	Europe/Berlin	49.1933	9.14428		Biberach		01	081	08121	08121000
2949426	Biberach	biberach	DE	77781	3257	Europe/Berlin	48.61008	8.27704		Biberach		01	082	08216	08216013
2949427	Biberach	biberach	DE	77781	0	Europe/Berlin	48.33333	8.03333		Biberach	08317011	01	083	08317	08317011
2949428	Biberach	biberach	DE	77781	0	Europe/Berlin	48.28856	10.2178				02	097	09775	09775149
2949442	Bias	bias	DE	39264	171	Europe/Berlin	51.9262	12.08592		Bias		14	00	15082	15082430
2949455	Beyernaumburg	beyernaumburg	DE	06528	772	Europe/Berlin	51.47392	11.39451		Beyernaumburg		14	00	15087	15087015
2949470	Bexbach	bexbach	DE	66450	19115	Europe/Berlin	49.34615	7.25527		Beksbakh,bei ke si ba he,bksbakh,Бексбах,بكسباخ,بکسباخ,贝克斯巴赫		09	00	10045	10045111
2949475	Beverungen	beverungen	DE	37688	15266	Europe/Berlin	51.66801	9.37417		Beferungen,Beverungen,bei fei lun gen,bevu~erungen,bwrwngn,byfrwnghn,Беверунген,Беферунген,بورونگن,بيفرونغن,ベーヴェルンゲン,贝费伦根		07	057	05762	05762008
2949482	Beverstedt	beverstedt	DE	27616	4423	Europe/Berlin	53.43413	8.81915		Befershtedt,Bevershtedt,Bevershtet,Gemeen Beverst,bei fei er si te,Беверштедт,Беверштет,Беферштедт,贝费尔斯特		06	00	03352	03352059
2949486	Bevern	bevern	DE	25355	577	Europe/Berlin	53.75592	9.77088			01056003	10	00	01056	01056003
2949487	Bevern	bevern	DE	25355	0	Europe/Berlin	53.44202	9.17568		Bevern		06	00	03357	03357008
2949488	Bevern	bevern	DE	25355	0	Europe/Berlin	52.72697	8.00751				06	00	03453	03453006
2949489	Bevern	bevern	DE	25355	4363	Europe/Berlin	51.85826	9.49408		Befern,Bevarnon,Bevern,bei fei er en,bevu~erun,Беверн,Беферн,ベーヴェルン,贝费尔恩		06	00	03255	03255002
2949494	Beveringen	beveringen	DE	16928	0	Europe/Berlin	53.15066	12.22077		Beveringen		11	00	12070	12070316
2949511	Bad Bevensen	bad-bevensen	DE	29549	8700	Europe/Berlin	53.07923	10.58129		Bad Bevensen,Bad-Bevenzen,Bevensen,ba te bei wen sen,bad bwnsn,bad byfynsn,Бад Бевенсен,Бад-Бевензен,باد بونسن,باد بيفينسن,巴特贝文森		06	00	03360	03360002
2949536	Beutelsbach	beutelsbach	DE	94501	0	Europe/Berlin	49.30346	12.60652				02	093	09372	09372146
2949537	Beutelsbach	beutelsbach	DE	94501	0	Europe/Berlin	48.80414	9.38825				01	081	08119	08119091
2949538	Beutelsbach	beutelsbach	DE	94501	1088	Europe/Berlin	48.55	13.11667			09275117	02	092	09275	09275117
2949545	Beutel	beutel	DE	17268	0	Europe/Berlin	53.11381	13.3889				11	00	12073	12073572
2949548	Beuster	beuster	DE	39615	523	Europe/Berlin	52.93964	11.78593		Beuster		14	00	15090	15090520
2949551	Beuron	beuron	DE	88631	703	Europe/Berlin	48.05	8.96667		Bojron,bo yi long,Бойрон,Бојрон,博伊龙	08437005	01	084	08437	08437005
2949561	Beuren	beuren	DE	56825	0	Europe/Berlin	51.3785	10.27854		Beuren		15	00	16061	16061115
2949562	Beuren	beuren	DE	56825	0	Europe/Berlin	50.09444	7.07833			07135008	08	00	07135	07135008
2949563	Beuren	beuren	DE	56825	0	Europe/Berlin	49.91591	7.18619				08	00	07231	07231501
2949564	Beuren	beuren	DE	56825	992	Europe/Berlin	49.72751	6.91558		Beuren		08	00	07235	07235008
2949565	Beuren	beuren	DE	56825	0	Europe/Berlin	49.55687	6.44743				08	00	07235	07235062
2949566	Beuren	beuren	DE	56825	0	Europe/Berlin	48.8232	10.24638				01	081	08136	08136088
2949567	Beuren	beuren	DE	56825	0	Europe/Berlin	48.77537	9.92005				01	081	08136	08136028
2949568	Beuren	beuren	DE	56825	0	Europe/Berlin	48.59526	8.54639				01	082	08235	08235066
2949569	Beuren	beuren	DE	56825	3492	Europe/Berlin	48.56927	9.40406			08116011	01	081	08116	08116011
2949570	Beuren	beuren	DE	56825	0	Europe/Berlin	48.36329	9.03008				01	084	08417	08417031
2949571	Beuren	beuren	DE	56825	0	Europe/Berlin	48.35853	10.18793				02	097	09775	09775143
2949572	Beuren	beuren	DE	56825	0	Europe/Berlin	48.2656	10.00648				01	084	08425	08425110
2949573	Beuren	beuren	DE	56825	0	Europe/Berlin	48.08057	9.3755				01	084	08437	08437076
2949574	Beuren	beuren	DE	56825	0	Europe/Berlin	47.801	9.32212		Beuren		01	084	08435	08435052
2949575	Beuren	beuren	DE	56825	0	Europe/Berlin	47.7425	10.0118		Beuren		01	084	08436	08436049
2949576	Beuren	beuren	DE	56825	0	Europe/Berlin	47.66667	9.88333				02	097	09776	09776131
2949577	Beuren	beuren	DE	56825	0	Europe/Berlin	48.35716	10.18757				02	097	09776	09776122
2949582	Beuna	beuna	DE	06217	1032	Europe/Berlin	51.31667	11.95		Beuna		14	00	15088	15088220
2949589	Beulich	beulich	DE	56283	528	Europe/Berlin	50.18333	7.45			07140201	08	00	07140	07140201
2949634	Beucha	beucha	DE	04824	0	Europe/Berlin	51.32214	12.57119				13	00	14729	14729070
2949635	Beucha	beucha	DE	04824	0	Europe/Berlin	51.14955	12.58324		Beucha		13	00	14729	14729010
2949646	Betzigau	betzigau	DE	87488	2848	Europe/Berlin	47.73333	10.38333		Becigau,Betcigau,bei qi gao,Бетцигау,Бецигау,Բետցիգաու,贝齐高	09780114	02	097	09780	09780114
2949653	Betzenweiler	betzenweiler	DE	88422	755	Europe/Berlin	48.11667	9.56667			08426020	01	084	08426	08426020
2949654	Betzenstein	betzenstein	DE	91282	0	Europe/Berlin	49.68174	11.41765		Becenshtajn,Betcenshtajn,Betzenstein,bei cen si tai yin,bettsu~enshutain,btsnshtayn,Бетценштайн,Беценштајн,Բետցենշտայն,بتزن‌اشتاین,بتسنشتاين,ベッツェンシュタイン,贝岑斯泰因		02	094	09472	09472118
2949661	Betzendorf	betzendorf	DE	21386	1141	Europe/Berlin	53.1375	10.31273		Becendorf,Betcendorf,bei cen duo fu,Бетцендорф,Бецендорф,贝岑多夫	03355008	06	00	03355	03355008
2949662	Betzendorf	betzendorf	DE	21386	0	Europe/Berlin	49.37382	10.76232				02	095	09571	09571165
2949669	Betzdorf	betzdorf	DE	57518	10560	Europe/Berlin	50.79094	7.87189		Becdorf,Betzdorf,btzdwrf,Бецдорф,بتزدورف		08	00	07132	07132006
2949696	Bettingen	bettingen	DE	54646	0	Europe/Berlin	50.90164	7.66889		Bettingen		07	053	05374	05374044
2949697	Bettingen	bettingen	DE	54646	1013	Europe/Berlin	49.94211	6.4016		Nieder Bettingen	07232013	08	00	07232	07232013
2949698	Bettingen	bettingen	DE	54646	0	Europe/Berlin	49.77249	9.5639		Bettingen		01	081	08128	08128131
2949699	Bettingen	bettingen	DE	54646	0	Europe/Berlin	49.44097	6.85759				09	00	10044	10044117
2949726	Bettenfeld	bettenfeld	DE	54533	741	Europe/Berlin	50.08503	6.7601		Beppenfield,Bettenfeld	07231009	08	00	07231	07231009
2949727	Bettenfeld	bettenfeld	DE	54533	0	Europe/Berlin	49.34049	10.12844				02	095	09571	09571193
2949728	Bettendorf	bettendorf	DE	56355	0	Europe/Berlin	50.88658	6.20127				07	053	05334	05334004
2949729	Bettendorf	bettendorf	DE	56355	379	Europe/Berlin	50.23307	7.86879			07141012	08	00	07141	07141012
2949730	Bettendorf	bettendorf	DE	56355	0	Europe/Berlin	48.92932	10.57275				02	097	09779	09779197
2949741	Betten	betten	DE	03238	0	Europe/Berlin	51.62731	13.76741		Betten		11	00	12062	12062333
2949750	Betteldorf	betteldorf	DE	54570	310	Europe/Berlin	50.25	6.75			07233006	08	00	07233	07233006
2949762	Bethenhausen	bethenhausen	DE	07554	270	Europe/Berlin	50.92922	12.19957		Bethenhausen	16076006	15	00	16076	16076006
2949765	Betheln	betheln	DE	31032	1093	Europe/Berlin	52.11431	9.79397		Betel'n,Beteln,bei te er en,Бетелн,Бетельн,贝特尔恩	03254043	06	00	03254	03254043
2949767	Bethau	bethau	DE	06925	199	Europe/Berlin	51.6747	12.99749		Bethau		14	00	15091	15091010
2949773	Bestwig	bestwig	DE	59909	11764	Europe/Berlin	51.36081	8.40082		Bestvig,bei si te wei xi,Бествиг,Бествіг,贝斯特维希	05958008	07	059	05958	05958008
2949777	Bestensee	bestensee	DE	15741	6265	Europe/Berlin	52.23978	13.63732		Bestensee,Bestenze,bei si teng sai,Бестензе,Բեստենզե,贝斯滕塞	12061020	11	00	12061	12061020
2949802	Besitz	besitz	DE	19258	527	Europe/Berlin	53.34297	10.85913				12	00	13076	13076010
2949803	Besigheim	besigheim	DE	74354	11883	Europe/Berlin	48.99797	9.14268		Besigheim,Bezigajm,Bezigkhajm,bei xi ge hai mu,bsyghaym,byzyghhaym,Безигхайм,Безигхајм,Безігайм,بسیگهایم,بيزيغهايم,贝西格海姆		01	081	08118	08118007
2949806	Beseritz	beseritz	DE	17039	163	Europe/Berlin	53.70169	13.45705				12	00	13071	13071009
2949808	Besenthal	besenthal	DE	23899	74	Europe/Berlin	53.53333	10.73333		Besenthal	01053010	10	00	01053	01053010
2949823	Besdorf	besdorf	DE	25584	234	Europe/Berlin	54.05007	9.36003		Besdorf	01061011	10	00	01061	01061011
2949827	Beschendorf	beschendorf	DE	23738	536	Europe/Berlin	54.18333	10.86667		Beschendorf	01055006	10	00	01055	01055006
2949828	Bescheid	bescheid	DE	54413	0	Europe/Berlin	50.58046	6.57031		Bescheid		07	053	05366	05366028
2949829	Bescheid	bescheid	DE	54413	407	Europe/Berlin	49.75	6.88333			07235005	08	00	07235	07235005
2949832	Besandten	besandten	DE	19309	0	Europe/Berlin	53.08952	11.2931		Besandten		11	00	12070	12070246
2949836	Berzhausen	berzhausen	DE	57632	193	Europe/Berlin	50.66667	7.56667			07132005	08	00	07132	07132005
2949837	Berzhahn	berzhahn	DE	56459	495	Europe/Berlin	50.54	8.00667			07143209	08	00	07143	07143209
2949855	Berumbur	berumbur	DE	26524	2559	Europe/Berlin	53.6	7.31667		Berumbur,bei lun bu er,Берумбур,贝伦布尔	03452003	06	00	03452	03452003
2949867	Bertkow	bertkow	DE	39596	321	Europe/Berlin	52.72455	11.90557				14	00	15090	15090180
2949871	Bertingen	bertingen	DE	39517	215	Europe/Berlin	52.34968	11.83636		Bertingen		14	00	15083	15083030
2949880	Berthelsdorf	berthelsdorf	DE	02747	1813	Europe/Berlin	51.04679	14.22197				13	00	14628	14628260
2949881	Berthelsdorf	berthelsdorf	DE	02747	0	Europe/Berlin	51.02776	14.75693		Batromjecy,Bertel'sdorf,Bertelsdorf,Berthelsdorf,bei er te er si duo fu,Бертелсдорф,Бертельсдорф,贝尔特尔斯多夫		13	00	14626	14626180
2949882	Berthelsdorf	berthelsdorf	DE	02747	0	Europe/Berlin	50.95287	13.11102				13	00	14522	14522230
2949883	Berthelsdorf	berthelsdorf	DE	02747	0	Europe/Berlin	50.95757	12.77572				13	00	14522	14522350
2949884	Berthelsdorf	berthelsdorf	DE	02747	0	Europe/Berlin	50.85611	13.83806		Berthelsdorf		13	00	14628	14628230
2949885	Berthelsdorf	berthelsdorf	DE	02747	0	Europe/Berlin	50.86849	13.38075		Berthelsdorf/Erzgebirge		13	00	14522	14522590
2949886	Berthelsdorf	berthelsdorf	DE	02747	0	Europe/Berlin	50.77025	12.50605				13	00	14524	14524200
2949902	Berßel	berssel	DE	38835	746	Europe/Berlin	51.95449	10.75776		Berssel,Berßel		14	00	15085	15085230
2949908	Berschweiler	berschweiler	DE	55608	296	Europe/Berlin	49.77157	7.38934		Berschweiler		08	00	07134	07134009
2949909	Berschweiler	berschweiler	DE	55608	0	Europe/Berlin	49.57853	7.29251				08	00	07134	07134008
2949910	Berschweiler	berschweiler	DE	55608	0	Europe/Berlin	49.43288	7.03235		Berschweiler		09	00	10046	10046112
2949911	Berschweiler	berschweiler	DE	55608	0	Europe/Berlin	49.33991	6.96145				09	00	10041	10041513
2949915	Berscheid	berscheid	DE	54673	61	Europe/Berlin	49.98333	6.23333			07232012	08	00	07232	07232012
2949927	Berod bei Wallmerod	berod-bei-wallmerod	DE	56414	541	Europe/Berlin	50.48333	7.93333		Berod,Berod bei Wallmerod	07143208	08	00	07143	07143208
2949941	Bernstorf	bernstorf	DE	23936	350	Europe/Berlin	53.8291	11.11657		Bernstorf		12	00	13074	13074005
2949942	Bernstorf	bernstorf	DE	23936	0	Europe/Berlin	53.63634	10.96443		Bernstorf,Bernstorff		12	00	13076	13076159
2949949	Bernstadt	bernstadt	DE	89182	4046	Europe/Berlin	51.04736	14.82784		Bernstadt		13	00	14626	14626030
2949950	Bernstadt	bernstadt	DE	89182	2004	Europe/Berlin	48.49957	10.02575		Bernshtadt,Bernshtat,Bernstadt,Бернштадт,Бернштат,Բերնշտադտ,ბერნშტადტი	08425019	01	084	08425	08425019
2949960	Bernsdorf	bernsdorf	DE	02994	0	Europe/Berlin	51.75354	13.20518		Bernsdorf		11	00	12062	12062461
2949961	Bernsdorf	bernsdorf	DE	02994	5871	Europe/Berlin	51.3735	14.06886		Bernsdorf,Njedzichow,Njedźichow		13	00	14625	14625030
2949962	Bernsdorf	bernsdorf	DE	02994	0	Europe/Berlin	51.21758	11.48592				14	00	15084	15084133
2949963	Bernsdorf	bernsdorf	DE	02994	0	Europe/Berlin	51.01667	12.83333				13	00	14522	14522530
2949964	Bernsdorf	bernsdorf	DE	02994	0	Europe/Berlin	50.84665	13.07639				13	00	14522	14522140
2949965	Bernsdorf	bernsdorf	DE	02994	0	Europe/Berlin	50.86119	8.80438				05	065	06534	06534006
2949966	Bernsdorf	bernsdorf	DE	02994	0	Europe/Berlin	50.81264	12.94197		Bernsdorf		13	00	14511	14511000
2949967	Bernsdorf	bernsdorf	DE	02994	2594	Europe/Berlin	50.76667	12.66667			14524010	13	00	14524	14524010
2949968	Bernsdorf	bernsdorf	DE	02994	0	Europe/Berlin	50.59869	11.27925				15	00	16073	16073077
2949970	Bernsbach	bernsbach	DE	08315	4676	Europe/Berlin	50.57624	12.76751		Bernsbach		13	00	14521	14521355
2949974	Bernried	bernried	DE	82347	0	Europe/Berlin	49.31058	12.54759				02	093	09372	09372154
2949975	Bernried	bernried	DE	82347	4972	Europe/Berlin	48.91667	12.88333			09271116	02	092	09271	09271116
2949976	Bernried	bernried	DE	82347	0	Europe/Berlin	47.86604	11.29386		Bernried am Starnberger See	09190115	02	091	09190	09190115
2949977	Bernried	bernried	DE	82347	0	Europe/Berlin	47.6583	9.6857		Bernried		01	084	08435	08435042
2949998	Bernkastel-Kues	bernkastel-kues	DE	54470	6880	Europe/Berlin	49.91602	7.07664		Bern Kastel,Bernkastel'-Kus,Bernkastel-Cues,Bernkastel-Kues,Tabernae Mosellanicae-Cusa,bei er en ka si te er-ku ai si,berunkasuteru=kusu,brnksl-kwyz,brnqstl-qwyz,byrnkastl-kwyz,Бернкастел-Куес,Бернкастель-Кус,ברנקסטל-קויז,برنکسل-کوئز,بيرنكاستل-كويز,ბერნკასტელ-კუუსი,ベルンカステル＝クース,贝尔恩卡斯特尔-库埃斯		08	00	07231	07231008
2950003	Bernitt	bernitt	DE	18249	1890	Europe/Berlin	53.90403	11.88669		Bernit,Bernitt,bei er ni te,Бернит,Бернитт,贝尔尼特		12	00	13072	13072013
2950019	Bernhardswald	bernhardswald	DE	93170	5596	Europe/Berlin	49.09123	12.24744		Berngardsval'd,Bernhardsvald,Bernkhardsval'd,Bernkhardsvald,bei er en ha er ci wa er de,brnhardswald,Бернгардсвальд,Бернхардсвалд,Бернхардсвальд,Բերնհարդսվալդ,برنهاردسوالد,贝尔恩哈尔茨瓦尔德	09375119	02	093	09375	09375119
2950037	Berngau	berngau	DE	92361	2338	Europe/Berlin	49.25	11.4		Berngau,bei er en gao,Бернгау,Բերնգաու,贝尔恩高	09373114	02	093	09373	09373114
2950049	Berne	berne	DE	27804	0	Europe/Berlin	53.63333	10.13333				04	00	02000	02000000
2950055	Berndroth	berndroth	DE	56370	411	Europe/Berlin	50.23716	7.96921			07141011	08	00	07141	07141011
2950059	Berndorf	berndorf	DE	54578	0	Europe/Berlin	51.30942	8.90528				05	066	06635	06635018
2950060	Berndorf	berndorf	DE	54578	0	Europe/Berlin	51.10556	12.33333				13	00	14729	14729170
2950061	Berndorf	berndorf	DE	54578	547	Europe/Berlin	50.30506	6.69663			07233005	08	00	07233	07233005
2950062	Berndorf	berndorf	DE	54578	0	Europe/Berlin	50.01516	11.38425		Berndorf		02	094	09477	09477157
2950063	Berndorf	berndorf	DE	54578	0	Europe/Berlin	49.88015	11.87262				02	093	09377	09377129
2950064	Berndorf	berndorf	DE	54578	0	Europe/Berlin	49.37096	10.43386				02	095	09571	09571171
2950065	Berndorf	berndorf	DE	54578	0	Europe/Berlin	49.35046	12.5544				02	093	09372	09372154
2950066	Berndorf	berndorf	DE	54578	0	Europe/Berlin	48.50788	12.18005				02	092	09274	09274146
2950073	Bernburg	bernburg	DE	06406	32113	Europe/Berlin	51.79464	11.7401		Bernbourg,Bernburg,Bernburg (Saale),bei er en bu er ge,beleunbuleukeu,brnbwrg,brnbwrgh,Бернбург,ברנבורג,برنبورغ,برنبورگ,贝尔恩布尔格,베른부르크	15089	14	00	15089	15089030
2950078	Bernbeuren	bernbeuren	DE	86975	2240	Europe/Berlin	47.73696	10.77707		Bernbojren,Bernboyren,bei er en bo yi lun,berunboiren,brn bwyrn,Бернбойрен,Бернбојрен,Բերնբոյրեն,برن بویرن,ベルンボイレン,贝尔恩博伊伦	09190114	02	091	09190	09190114
2950095	Bernau am Chiemsee	bernau-am-chiemsee	DE	83233	6645	Europe/Berlin	47.81167	12.37566		Bernau,Bernau am Cheamsee,Bernau am Chiemsee,Bernau am Kimze,Bernau-am-Kimze,Bernau-am-Kimzee,Kimzeei Bernau,brnaw am shymzy,ji mu hu pan bei er nao,Бернау ам Кимзе,Бернау-ам-Кимзее,Бернау-ам-Кімзе,Կիմզեեի Բերնաու,برناو ام شیمزی,基姆湖畔贝尔瑙		02	091	09187	09187118
2950097	Bernau	bernau	DE	16321	0	Europe/Berlin	49.14379	10.36772				02	095	09571	09571145
2950098	Bernau	bernau	DE	16321	0	Europe/Berlin	48.64236	10.20556				01	081	08135	08135020
2950099	Bernau	bernau	DE	16321	1993	Europe/Berlin	47.80018	8.0383		Bernau		01	083	08337	08337013
2950100	Bernau	bernau	DE	16321	0	Europe/Berlin	47.68333	9.61667				01	084	08435	08435057
2950114	Bermersheim	bermersheim	DE	67593	0	Europe/Berlin	49.77831	8.09845		Bermersheim		08	00	07331	07331008
2950115	Bermersheim	bermersheim	DE	67593	0	Europe/Berlin	49.68194	8.22361			07331009	08	00	07331	07331009
2950121	Bermel	bermel	DE	56729	419	Europe/Berlin	50.28333	7.08333			07137011	08	00	07137	07137011
2950125	Bermbach	bermbach	DE	98587	0	Europe/Berlin	50.75583	9.9916		Bermbach		15	00	16063	16063011
2950126	Bermbach	bermbach	DE	98587	609	Europe/Berlin	50.67775	10.59631			16066069	15	00	16066	16066069
2950127	Bermbach	bermbach	DE	98587	0	Europe/Berlin	50.48192	8.35811				05	065	06533	06533017
2950128	Bermbach	bermbach	DE	98587	0	Europe/Berlin	50.23644	8.30999				05	064	06439	06439016
2950130	Bermatingen	bermatingen	DE	88697	3711	Europe/Berlin	47.73333	9.35		Bermatingen,bei er ma ting gen,Берматинген,Берматінген,Բերմատինգեն,ბერმატინგენი,贝尔马廷根	08435005	01	084	08435	08435005
2950132	Berlstedt	berlstedt	DE	99439	1718	Europe/Berlin	51.06142	11.24288		Berl'shtedt,Berlshtet,Берлштет,Берльштедт	16071102	15	00	16071	16071102
2950139	Berlingerode	berlingerode	DE	37339	1248	Europe/Berlin	51.45775	10.2384		Berlingerode	16061003	15	00	16061	16061003
2950140	Berlingen	berlingen	DE	54570	0	Europe/Berlin	50.23894	6.71934			07233004	08	00	07233	07233004
2950158	Berlin	berlin	DE	10115	0	Europe/Berlin	54.03573	10.44987		Berlin		10	00	01060	01060075
2950159	Berlin	berlin	DE	10115	3426354	Europe/Berlin	52.52437	13.41053	74	BER,Beirlin,Beirlín,Berleno,Berlien,Berliin,Berliini,Berlijn,Berlim,Berlin,Berline,Berlini,Berlino,Berlyn,Berlynas,Berlëno,Berlín,Berlîn,Berlīne,Berolino,Berolinum,Birlinu,Bèrlîn,Estat de Berlin,Estat de Berlín,bai lin,barlina,beleullin,berlini,berurin,bexrlin,brlyn,perlin,Βερολίνο,Берлин,Берлін,Бэрлін,Բերլին,בערלין,ברלין,برلين,برلین,بېرلىن,ܒܪܠܝܢ,बर्लिन,বার্লিন,பெர்லின்,เบอร์ลิน,ბერლინი,ベルリン,柏林,베를린		16	00	11000	11000000
2950177	Berkoth	berkoth	DE	54673	97	Europe/Berlin	50.04416	6.33991			07232011	08	00	07232	07232011
2950186	Berkheim	berkheim	DE	88450	0	Europe/Berlin	48.71897	9.31765		Berkheim		01	081	08116	08116019
2950187	Berkheim	berkheim	DE	88450	2657	Europe/Berlin	48.04263	10.08227		Berkgajm,Berkhaym,Berkkhajm,bei er ke hai mu,Беркгайм,Беркхайм,Беркхајм,Բերկհայմ,ბერკჰაიმი,贝尔克海姆	08426019	01	084	08426	08426019
2950189	Berkenthin	berkenthin	DE	23919	2033	Europe/Berlin	53.73333	10.65		Berkenthin,Berkinthin	01053009	10	00	01053	01053009
2950196	Berkenbrück	berkenbruck	DE	15518	1024	Europe/Berlin	52.35	14.15			12067040	11	00	12067	12067040
2950202	Berkau	berkau	DE	39624	467	Europe/Berlin	52.63795	11.48914		Berkau		14	00	15090	15090070
2950203	Berkau	berkau	DE	39624	0	Europe/Berlin	51.96861	12.64093				14	00	15091	15091375
2950205	Berkach	berkach	DE	98631	389	Europe/Berlin	50.43685	10.39827		Berkach		15	00	16066	16066094
2950206	Berkach	berkach	DE	98631	0	Europe/Berlin	49.89974	8.48251				05	064	06433	06433006
2950207	Berkach	berkach	DE	98631	0	Europe/Berlin	48.29807	9.72389				01	084	08425	08425033
2950214	Beringstedt	beringstedt	DE	25575	749	Europe/Berlin	54.11667	9.53333		Beringstedt	01058015	10	00	01058	01058015
2950233	Bergweiler	bergweiler	DE	54518	880	Europe/Berlin	49.96667	6.81667			07231007	08	00	07231	07231007
2950234	Bergweiler	bergweiler	DE	54518	0	Europe/Berlin	49.47433	6.99412		Bergweiler		09	00	10046	10046118
2950249	Bergtheim	bergtheim	DE	97241	3460	Europe/Berlin	49.9	10.06667		Bergtajm,Bergtgajm,Bergthaym,Bergtkhajm,bei ge te hai mu,berukutohaimu,Бергтайм,Бергтгайм,Бергтхайм,Бергтхајм,Բերգտհայմ,ベルクトハイム,贝格特海姆	09679117	02	096	09679	09679117
2950250	Bergtheim	bergtheim	DE	97241	0	Europe/Berlin	49.64496	10.6467				02	095	09575	09575128
2950287	Bergrheinfeld	bergrheinfeld	DE	97493	4971	Europe/Berlin	50.01028	10.18089		Bergrajnfel'd,Bergrajnfeld,Bergrhemfeld,Bergrkhajnfel'd,bei ge lai yin fei er de,brg raynfld,Берграйнфельд,Берграјнфелд,Бергрхайнфельд,برگ راینفلد,贝格莱茵费尔德	09678115	02	096	09678	09678115
2950294	Bergneustadt	bergneustadt	DE	51702	20567	Europe/Berlin	51.02496	7.65599		Bergneustadt,Bergnojshhat,Bergnojshtadt,Bergnojshtat,bei er ge nuo yi si ta te,brghnwyshtat,Бергнойштадт,Бергнойщат,Бергнојштат,برغنويشتات,بگنوی‌اشتات,贝尔格诺伊斯塔特		07	053	05374	05374004
2950314	Berglicht	berglicht	DE	54426	498	Europe/Berlin	49.78736	6.96585			07231006	08	00	07231	07231006
2950318	Berglern	berglern	DE	85459	2423	Europe/Berlin	48.38407	11.93012		Berglern,bei ge lun,brglrn,Берглерн,برگلرن,贝格伦	09177112	02	091	09177	09177112
2950330	Berglangenbach	berglangenbach	DE	55776	488	Europe/Berlin	49.6	7.25			07134007	08	00	07134	07134007
2950338	Bergkirchen	bergkirchen	DE	85232	0	Europe/Berlin	52.4131	9.25702				06	00	03257	03257038
2950339	Bergkirchen	bergkirchen	DE	85232	0	Europe/Berlin	52.26796	8.77348		Bergkirchen		07	057	05770	05770004
2950340	Bergkirchen	bergkirchen	DE	85232	6955	Europe/Berlin	48.25671	11.36488			09174113	02	091	09174	09174113
2950344	Bergkamen	bergkamen	DE	59192	52329	Europe/Berlin	51.61633	7.64451		Bergkamen,Berkamen,Biaergkoamen,Biärgkoamen,ZCH,bei ge ka men,brghkamn,brgkamn,Бергкамен,Беркамен,برغكامن,برگکامن,贝格卡门		07	059	05978	05978004
2950346	Bergisdorf	bergisdorf	DE	06712	0	Europe/Berlin	51.13333	12.43333				13	00	14729	14729320
2950347	Bergisdorf	bergisdorf	DE	06712	428	Europe/Berlin	51.03182	12.11784		Bergisdorf		14	00	15084	15084207
2950349	Bergisch Gladbach	bergisch-gladbach	DE	51427	106184	Europe/Berlin	50.9856	7.13298		Bergisch Gladbach,Bergish Gladbakh,Jlaebbisch,Jläbbisch,ZCG,Бергиш Гладбах	05378	07	053	05378	05378004
2950358	Berg im Gau	berg-im-gau	DE	86562	1195	Europe/Berlin	48.63333	11.25		Berg,Berg im Gau,Berg-im-Gau,Gaui Berg,bei ge yi mu gao,brg aym gaw,Берг им Гау,Берг-им-Гау,Берг-ім-Гау,Գաուի Բերգ,برگ ایم گاو,贝格伊姆高	09185116	02	091	09185	09185116
2950361	Berghülen	berghulen	DE	89180	2031	Europe/Berlin	48.46399	9.7611		Berggjulen,Berghuelen,Berghyulen,Berghülen,Bergkhilen,Bergkhjulen,bei ge xu lun,berghiuleni,Берггюлен,Бергхилен,Бергхюлен,Բերգհյուլեն,ბერგჰიულენი,贝格许伦	08425017	01	084	08425	08425017
2950365	Bergholz	bergholz	DE	17321	413	Europe/Berlin	53.44277	14.16824				12	00	13075	13075011
2950366	Bergholz	bergholz	DE	17321	0	Europe/Berlin	52.33629	13.09535				11	00	12069	12069454
2950367	Bergholz	bergholz	DE	17321	0	Europe/Berlin	52.10206	12.55363		Bergholz		11	00	12069	12069020
2950368	Bergholz	bergholz	DE	17321	0	Europe/Berlin	48.141	12.26741				02	091	09183	09183118
2950433	Bergheim	bergheim	DE	50126	0	Europe/Berlin	51.83412	9.05061		Bergheim		07	057	05762	05762032
2950434	Bergheim	bergheim	DE	50126	0	Europe/Berlin	51.45542	7.94348				07	059	05958	05958004
2950435	Bergheim	bergheim	DE	50126	0	Europe/Berlin	51.41197	6.68723		Bergheim		07	051	05112	05112000
2950436	Bergheim	bergheim	DE	50126	0	Europe/Berlin	51.16761	9.13642				05	066	06635	06635009
2950437	Bergheim	bergheim	DE	50126	0	Europe/Berlin	51.10686	9.64503		Bergheim		05	066	06634	06634024
2950438	Bergheim	bergheim	DE	50126	63558	Europe/Berlin	50.95572	6.63986		Bergem,Bergheim an der Erft,Бергем	05362	07	053	05362	05362008
2950439	Bergheim	bergheim	DE	50126	0	Europe/Berlin	50.77511	7.09827		Bergheim		07	053	05382	05382068
2950440	Bergheim	bergheim	DE	50126	0	Europe/Berlin	50.56867	6.64944		Bergheim		07	053	05366	05366028
2950441	Bergheim	bergheim	DE	50126	0	Europe/Berlin	50.34549	9.08627		Bergheim,Wald-Bergheim,Waldbergheim		05	064	06440	06440019
2950442	Bergheim	bergheim	DE	50126	0	Europe/Berlin	48.98264	10.39611				01	081	08136	08136071
2950443	Bergheim	bergheim	DE	50126	0	Europe/Berlin	48.80132	9.09874				01	081	08111	08111000
2950444	Bergheim	bergheim	DE	50126	0	Europe/Berlin	48.7606	11.25738		Bergheim	09185118	02	091	09185	09185118
2950445	Bergheim	bergheim	DE	50126	0	Europe/Berlin	48.63611	10.46167				02	097	09773	09773147
2950446	Bergheim	bergheim	DE	50126	0	Europe/Berlin	48.31956	10.8205				02	097	09761	09761000
2950462	Berghausen	berghausen	DE	56368	0	Europe/Berlin	51.60992	7.24377				07	055	05562	05562032
2950463	Berghausen	berghausen	DE	56368	0	Europe/Berlin	51.33887	8.25959		Berghausen		07	059	05958	05958032
2950464	Berghausen	berghausen	DE	56368	0	Europe/Berlin	51.25215	7.48555				07	059	05954	05954004
2950465	Berghausen	berghausen	DE	56368	0	Europe/Berlin	51.18583	8.24542		Berghausen		07	059	05958	05958040
2950466	Berghausen	berghausen	DE	56368	0	Europe/Berlin	51.19224	7.12874				07	051	05124	05124000
2950467	Berghausen	berghausen	DE	56368	0	Europe/Berlin	51.16663	7.21779				07	051	05120	05120000
2950468	Berghausen	berghausen	DE	56368	0	Europe/Berlin	51.1141	6.92262		Berghausen		07	051	05158	05158020
2950469	Berghausen	berghausen	DE	56368	0	Europe/Berlin	51.03605	8.35509		Berghausen		07	059	05970	05970004
2950470	Berghausen	berghausen	DE	56368	0	Europe/Berlin	51.03594	7.4603				07	053	05374	05374012
2950471	Berghausen	berghausen	DE	56368	0	Europe/Berlin	50.98453	7.61968		Berghausen		07	053	05374	05374040
2950472	Berghausen	berghausen	DE	56368	0	Europe/Berlin	50.86251	7.66894		Berghausen		07	053	05374	05374028
2950473	Berghausen	berghausen	DE	56368	0	Europe/Berlin	50.70106	7.30306		Berghausen		07	053	05382	05382024
2950474	Berghausen	berghausen	DE	56368	0	Europe/Berlin	50.59065	8.41999				05	065	06532	06532001
2950475	Berghausen	berghausen	DE	56368	328	Europe/Berlin	50.25895	8.00714			07141010	08	00	07141	07141010
2950476	Berghausen	berghausen	DE	56368	0	Europe/Berlin	49.31427	11.80112				02	093	09371	09371129
2950477	Berghausen	berghausen	DE	56368	0	Europe/Berlin	49.29342	8.40787				08	00	07318	07318000
2950478	Berghausen	berghausen	DE	56368	0	Europe/Berlin	49.00614	8.52998				01	082	08215	08215101
2950479	Berghausen	berghausen	DE	56368	0	Europe/Berlin	48.91187	11.65382				02	091	09176	09176112
2950480	Berghausen	berghausen	DE	56368	0	Europe/Berlin	48.77516	12.19271				02	092	09278	09278148
2950481	Berghausen	berghausen	DE	56368	0	Europe/Berlin	48.69759	11.7437				02	092	09273	09273113
2950482	Berghausen	berghausen	DE	56368	0	Europe/Berlin	48.6641	10.59403		Berghausen		02	097	09773	09773119
2950488	Berghausen	berghausen	DE	56368	0	Europe/Berlin	52.09783	8.26635		Berghausen		07	057	05754	05754004
2950492	Berghaupten	berghaupten	DE	77791	2372	Europe/Berlin	48.40602	7.98672		Berggaupten,Bergkhaupten,bei ge hao pu teng,Берггауптен,Бергхауптен,贝格豪普滕	08317009	01	083	08317	08317009
2950552	Bergfelde	bergfelde	DE	16562	0	Europe/Berlin	52.67286	13.31862				11	00	12065	12065144
2950553	Bergfeld	bergfeld	DE	38467	0	Europe/Berlin	54.19643	10.70106				10	00	01055	01055024
2950554	Bergfeld	bergfeld	DE	38467	0	Europe/Berlin	53.73196	12.45729				12	00	13072	13072063
2950555	Bergfeld	bergfeld	DE	38467	0	Europe/Berlin	53.35514	13.28113				12	00	13071	13071025
2950556	Bergfeld	bergfeld	DE	38467	956	Europe/Berlin	52.544	10.84505		Bergfel'd,Bergfeld,bei ge fei er de,Бергфелд,Бергфельд,贝格费尔德	03151003	06	00	03151	03151003
2950557	Bergfeld	bergfeld	DE	38467	0	Europe/Berlin	52.05	11.78333				14	00	15089	15089305
2950558	Bergfeld	bergfeld	DE	38467	0	Europe/Berlin	49.34565	9.1759				01	082	08225	08225058
2950564	Bergewöhrden	bergewohrden	DE	25779	36	Europe/Berlin	54.31667	9.21667		Bergewohrden,Bergewöhrden	01051008	10	00	01051	01051008
2950607	Bergenhusen	bergenhusen	DE	24861	700	Europe/Berlin	54.38333	9.31667		Bergenhusen	01059005	10	00	01059	01059005
2950609	Bergenhausen	bergenhausen	DE	55469	0	Europe/Berlin	50.67476	7.61181				08	00	07132	07132501
2950610	Bergenhausen	bergenhausen	DE	55469	128	Europe/Berlin	50.01667	7.56667			07140012	08	00	07140	07140012
2950617	Bergen	bergen	DE	08239	0	Europe/Berlin	51.51412	7.25283		Bergen		07	059	05911	05911000
2950618	Bergen	bergen	DE	08239	0	Europe/Berlin	50.1569	8.75472		Bergen		05	064	06412	06412000
2950619	Bergen	bergen	DE	08239	0	Europe/Berlin	51.71132	6.49827				07	051	05170	05170048
2950708	Berg	berg	DE	53505	0	Europe/Berlin	51.23887	6.23572				07	051	05166	05166024
2950622	Bergen	bergen	DE	08239	13609	Europe/Berlin	52.80837	9.96374		Berga,Bergen,Bergen (Niedersachsen),bo gen,brgn,Берген,برگن,伯根		06	00	03351	03351004
2950623	Bergen	bergen	DE	08239	0	Europe/Berlin	52.11096	11.36477		Bergen		14	00	15083	15083531
2950624	Bergen	bergen	DE	08239	0	Europe/Berlin	51.76227	13.74998				11	00	12061	12061320
2950625	Bergen	bergen	DE	08239	0	Europe/Berlin	51.46652	14.22882		Bergen,Hory		13	00	14625	14625120
2950626	Bergen	bergen	DE	08239	1102	Europe/Berlin	50.471	12.27448			14523050	13	00	14523	14523050
2950627	Bergen	bergen	DE	08239	0	Europe/Berlin	50.33792	12.19007				13	00	14523	14523080
2950628	Bergen	bergen	DE	08239	489	Europe/Berlin	49.78333	7.41667			07134006	08	00	07134	07134006
2950629	Bergen	bergen	DE	08239	0	Europe/Berlin	49.53309	6.69546		Bergen		09	00	10042	10042112
2950630	Bergen	bergen	DE	08239	1061	Europe/Berlin	49.07347	11.114			09577115	02	095	09577	09577115
2950631	Bergen	bergen	DE	08239	0	Europe/Berlin	48.78397	11.14387				02	091	09185	09185149
2950632	Bergen	bergen	DE	08239	0	Europe/Berlin	48.48246	11.86188				02	091	09178	09178155
2950633	Bergen	bergen	DE	08239	0	Europe/Berlin	48.43958	11.21369				02	097	09771	09771162
2950634	Bergen	bergen	DE	08239	0	Europe/Berlin	48.4378	10.94744				02	097	09771	09771112
2950635	Bergen	bergen	DE	08239	4731	Europe/Berlin	47.80837	12.58982			09189113	02	091	09189	09189113
2950636	Bergen	bergen	DE	08239	0	Europe/Berlin	47.7212	12.16427				02	091	09187	09187156
2950637	Bergen	bergen	DE	08239	0	Europe/Berlin	47.6675	10.27103				02	097	09780	09780143
2950657	Berge	berge	DE	14641	943	Europe/Berlin	53.23333	11.86667			12070028	11	00	12070	12070028
2950658	Berge	berge	DE	14641	0	Europe/Berlin	52.81822	11.99832				14	00	15090	15090610
2950659	Berge	berge	DE	14641	0	Europe/Berlin	52.62009	12.79512				11	00	12063	12063208
2950660	Berge	berge	DE	14641	3772	Europe/Berlin	52.62326	7.7455			03459009	06	00	03459	03459009
2950661	Berge	berge	DE	14641	698	Europe/Berlin	52.55235	11.36932		Berge		14	00	15081	15081135
2950662	Berge	berge	DE	14641	0	Europe/Berlin	52.56072	6.9612				06	00	03456	03456009
2950663	Berge	berge	DE	14641	0	Europe/Berlin	51.65512	7.82553				07	059	05915	05915000
2950664	Berge	berge	DE	14641	0	Europe/Berlin	51.5696	8.37137		Berge		07	059	05974	05974004
2950665	Berge	berge	DE	14641	0	Europe/Berlin	51.40358	7.87816				07	059	05962	05962040
2950666	Berge	berge	DE	14641	0	Europe/Berlin	51.38507	9.89533				05	066	06636	06636009
2950667	Berge	berge	DE	14641	0	Europe/Berlin	51.34804	7.36582				07	059	05954	05954012
2950668	Berge	berge	DE	14641	0	Europe/Berlin	51.16667	8.71327		Berge		07	059	05958	05958028
2950669	Berge	berge	DE	14641	0	Europe/Berlin	51.11587	14.42893		Berge,Zahor		13	00	14625	14625190
2950670	Berge	berge	DE	14641	0	Europe/Berlin	51.05717	9.37961				05	066	06634	06634009
2950673	Berge	berge	DE	14641	0	Europe/Berlin	52.38179	7.2664				06	00	03454	03454010
2950686	Bergatreute	bergatreute	DE	88368	3093	Europe/Berlin	47.85	9.75		Bergatrojte,bei er jia te luo yi te,Бергатройте,Бергатројте,贝尔加特罗伊特	08436014	01	084	08436	08436014
2950695	Berga	berga	DE	06536	0	Europe/Berlin	51.73692	13.3902		Berga		11	00	12062	12062445
2950696	Berga	berga	DE	06536	1920	Europe/Berlin	51.45561	11.0071			15087055	14	00	15087	15087055
2950697	Berga	berga	DE	06536	3869	Europe/Berlin	50.75184	12.16445		Berga,Berga an der Elster,Berga/Elster		15	00	16076	16076004
2950699	Berg	berg	DE	53505	0	Europe/Berlin	48.79587	9.2095				01	081	08111	08111000
2950700	Berg	berg	DE	53505	0	Europe/Berlin	48.6546	12.84161				02	092	09279	09279113
2950701	Berg	berg	DE	53505	0	Europe/Berlin	53.09485	13.61867				11	00	12073	12073396
2950703	Berg	berg	DE	53505	0	Europe/Berlin	51.94812	7.20815				07	055	05558	05558012
2950704	Berg	berg	DE	53505	0	Europe/Berlin	51.81892	6.35873				07	051	05154	05154008
2950705	Berg	berg	DE	53505	0	Europe/Berlin	51.75692	6.64371				07	051	05170	05170012
2950706	Berg	berg	DE	53505	0	Europe/Berlin	51.54355	14.71244				13	00	14626	14626010
2950707	Berg	berg	DE	53505	0	Europe/Berlin	51.2941	6.24967				07	051	05166	05166016
2950710	Berg	berg	DE	53505	0	Europe/Berlin	51.18659	7.32351		Berg		07	053	05374	05374036
2950711	Berg	berg	DE	53505	0	Europe/Berlin	51.1559	6.28001		Berg		07	053	05370	05370040
2950714	Berg	berg	DE	53505	0	Europe/Berlin	51.00239	7.34095		Berg		07	053	05374	05374020
2950715	Berg	berg	DE	53505	0	Europe/Berlin	50.93333	7.68333				07	053	05374	05374040
2950716	Berg	berg	DE	53505	0	Europe/Berlin	50.8779	6.44348		Berg		07	053	05358	05358048
2950717	Berg	berg	DE	53505	0	Europe/Berlin	50.76023	7.36806				07	053	05382	05382020
2950718	Berg	berg	DE	53505	0	Europe/Berlin	50.67993	6.52019				07	053	05358	05358044
2950719	Berg	berg	DE	53505	0	Europe/Berlin	50.66079	7.5275				08	00	07132	07132088
2950720	Berg	berg	DE	53505	0	Europe/Berlin	50.63368	6.59127				07	053	05366	05366028
2950721	Berg	berg	DE	53505	1527	Europe/Berlin	50.55523	6.94886			07131011	08	00	07131	07131011
2950722	Berg	berg	DE	53505	2544	Europe/Berlin	50.37473	11.7785			09475113	02	094	09475	09475113
2950723	Berg	berg	DE	53505	252	Europe/Berlin	50.25428	7.81137			07141009	08	00	07141	07141009
2950724	Berg	berg	DE	53505	0	Europe/Berlin	50.16307	6.2072				08	00	07232	07232229
2950725	Berg	berg	DE	53505	7472	Europe/Berlin	49.81417	12.14161				02	093	09374	09374168
2950726	Berg	berg	DE	53505	0	Europe/Berlin	49.53484	6.3868				09	00	10042	10042115
2950727	Berg	berg	DE	53505	0	Europe/Berlin	49.37407	12.49007				02	093	09376	09376172
2950729	Berg	berg	DE	53505	0	Europe/Berlin	49.12116	12.85302				02	092	09276	09276135
2950730	Berg	berg	DE	53505	0	Europe/Berlin	49.12349	9.4987				01	081	08125	08125107
2950731	Berg	berg	DE	53505	2104	Europe/Berlin	48.98403	8.20232		Berg		08	00	07334	07334002
2950732	Berg	berg	DE	53505	0	Europe/Berlin	48.89176	10.268				01	081	08136	08136082
2950733	Berg	berg	DE	53505	0	Europe/Berlin	48.87036	12.93632				02	092	09271	09271132
2950734	Berg	berg	DE	53505	0	Europe/Berlin	48.87543	9.99867				01	081	08136	08136002
2950735	Berg	berg	DE	53505	0	Europe/Berlin	48.79982	10.93456				02	097	09779	09779178
2950736	Berg	berg	DE	53505	0	Europe/Berlin	48.73278	10.77501				02	097	09779	09779131
2950737	Berg	berg	DE	53505	0	Europe/Berlin	48.629	12.63838				02	092	09279	09279125
2950738	Berg	berg	DE	53505	0	Europe/Berlin	48.60967	12.92821				02	092	09277	09277142
2950739	Berg	berg	DE	53505	0	Europe/Berlin	48.594	11.72204				02	091	09178	09178122
2950740	Berg	berg	DE	53505	0	Europe/Berlin	48.50613	8.35826				01	082	08237	08237004
2950741	Berg	berg	DE	53505	0	Europe/Berlin	48.47697	13.26051				02	092	09275	09275145
2950742	Berg	berg	DE	53505	0	Europe/Berlin	48.41527	13.2699				02	092	09275	09275149
2950743	Berg	berg	DE	53505	0	Europe/Berlin	48.41335	11.62156				02	091	09178	09178137
2950744	Berg	berg	DE	53505	0	Europe/Berlin	48.40585	13.29279				02	092	09275	09275141
2950745	Berg	berg	DE	53505	0	Europe/Berlin	48.36973	10.1525				02	097	09775	09775143
2950746	Berg	berg	DE	53505	0	Europe/Berlin	48.27911	12.79285				02	091	09171	09171126
2950747	Berg	berg	DE	53505	0	Europe/Berlin	48.27258	12.69011				02	091	09171	09171129
2950748	Berg	berg	DE	53505	0	Europe/Berlin	48.26237	9.7357		Berg		01	084	08425	08425033
2950749	Berg	berg	DE	53505	0	Europe/Berlin	48.24145	12.9582				02	092	09277	09277128
2950750	Berg	berg	DE	53505	0	Europe/Berlin	48.25246	11.90618				02	091	09177	09177144
2950751	Berg	berg	DE	53505	0	Europe/Berlin	48.18108	12.43506				02	091	09183	09183124
2950752	Berg	berg	DE	53505	0	Europe/Berlin	48.17868	12.17517				02	091	09183	09183123
2950753	Berg	berg	DE	53505	0	Europe/Berlin	48.11251	12.12575				02	091	09187	09187186
2950754	Berg	berg	DE	53505	0	Europe/Berlin	48.10578	12.15447				02	091	09183	09183139
2950755	Berg	berg	DE	53505	0	Europe/Berlin	48.0982	12.01973				02	091	09175	09175137
2950756	Berg	berg	DE	53505	0	Europe/Berlin	48.07657	12.52174				02	091	09189	09189149
2950757	Berg	berg	DE	53505	0	Europe/Berlin	48.08255	12.34021				02	091	09189	09189142
2950758	Berg	berg	DE	53505	0	Europe/Berlin	48.08604	10.63807				02	097	09778	09778203
2950759	Berg	berg	DE	53505	0	Europe/Berlin	48.0564	12.25508				02	091	09187	09187126
2950760	Berg	berg	DE	53505	0	Europe/Berlin	48.03333	9.81667				01	084	08426	08426058
2950762	Berg	berg	DE	53505	0	Europe/Berlin	48.01046	12.49769				02	091	09189	09189111
2950763	Berg	berg	DE	53505	0	Europe/Berlin	48.00049	12.75504				02	091	09189	09189152
2950764	Berg	berg	DE	53505	0	Europe/Berlin	48.00626	12.14453				02	091	09187	09187164
2950765	Berg	berg	DE	53505	0	Europe/Berlin	47.99974	9.99976				01	084	08426	08426100
2950766	Berg	berg	DE	53505	0	Europe/Berlin	47.96154	12.86267				02	091	09189	09189118
2950767	Berg	berg	DE	53505	0	Europe/Berlin	47.96737	11.35446		Berg am See,Berg am Starnberger See	09188113	02	091	09188	09188113
2950768	Berg	berg	DE	53505	0	Europe/Berlin	47.94461	12.03526				02	091	09187	09187179
2950769	Berg	berg	DE	53505	0	Europe/Berlin	47.93808	12.21079				02	091	09187	09187174
2950770	Berg	berg	DE	53505	0	Europe/Berlin	47.90754	11.59517				02	091	09173	09173118
2950771	Berg	berg	DE	53505	0	Europe/Berlin	47.87665	10.30756				02	097	09778	09778119
2950773	Berg	berg	DE	53505	0	Europe/Berlin	47.862	10.93645				02	091	09190	09190140
2950774	Berg	berg	DE	53505	0	Europe/Berlin	47.86074	10.39739				02	097	09777	09777154
2950775	Berg	berg	DE	53505	0	Europe/Berlin	47.82589	11.49814				02	091	09173	09173134
2950776	Berg	berg	DE	53505	0	Europe/Berlin	47.82883	9.77765				01	084	08436	08436085
2950777	Berg	berg	DE	53505	0	Europe/Berlin	47.81667	9.6		Berg	08436013	01	084	08436	08436013
2950778	Berg	berg	DE	53505	0	Europe/Berlin	47.789	11.95617				02	091	09187	09187129
2950779	Berg	berg	DE	53505	0	Europe/Berlin	47.78711	11.72058				02	091	09182	09182134
2950780	Berg	berg	DE	53505	0	Europe/Berlin	47.78711	11.14092				02	091	09190	09190135
2950781	Berg	berg	DE	53505	0	Europe/Berlin	47.76725	11.76912				02	091	09182	09182116
2950782	Berg	berg	DE	53505	0	Europe/Berlin	47.76667	9.76667				01	084	08436	08436078
2950783	Berg	berg	DE	53505	0	Europe/Berlin	47.69792	12.27396				02	091	09187	09187114
2950784	Berg	berg	DE	53505	0	Europe/Berlin	47.69023	11.80332				02	091	09182	09182129
2950785	Berg	berg	DE	53505	0	Europe/Berlin	47.68333	9.81667				01	084	08436	08436081
2950786	Berg	berg	DE	53505	0	Europe/Berlin	47.6824	9.46582		Berg		01	084	08435	08435016
2950787	Berg	berg	DE	53505	0	Europe/Berlin	47.63333	9.91667				02	097	09776	09776114
2950788	Berg	berg	DE	53505	0	Europe/Berlin	47.60855	9.60504		Berg		01	084	08435	08435029
2950789	Berg	berg	DE	53505	0	Europe/Berlin	47.60665	11.41971				02	091	09173	09173131
2950790	Berg	berg	DE	53505	0	Europe/Berlin	47.58839	10.55898				02	097	09777	09777159
2950791	Berg	berg	DE	53505	0	Europe/Berlin	47.54703	9.99432				02	097	09780	09780132
2950792	Berg	berg	DE	53505	0	Europe/Berlin	47.46365	10.26489				02	097	09780	09780121
2950828	Berg	berg	DE	53505	0	Europe/Berlin	47.60188	10.13053				02	097	09780	09780127
2950851	Berenbrock	berenbrock	DE	39638	0	Europe/Berlin	51.78616	7.41632				07	055	05558	05558024
2950852	Berenbrock	berenbrock	DE	39638	292	Europe/Berlin	52.42032	11.30716				14	00	15083	15083125
2950853	Berenbrock	berenbrock	DE	39638	0	Europe/Berlin	51.60677	8.28637		Berenbrock		07	059	05974	05974016
2950858	Berenbach	berenbach	DE	56766	180	Europe/Berlin	50.23333	6.95			07233203	08	00	07233	07233203
2950861	Bereborn	bereborn	DE	56769	124	Europe/Berlin	50.28333	6.96667			07233202	08	00	07233	07233202
2950881	Berchtesgaden	berchtesgaden	DE	83471	7655	Europe/Berlin	47.63236	13.00187		Berchtesgaden,Berchtesnkanten,Berchtolsgaden,Berchtsgoan,Berkhtesgaden,Berxtesgaden,ZCE,bei xi te si jia deng,beleuhiteseugaden,beruhitesugaden,brshts gadn,Μπέρχτεσγκαντεν,Берхтесгаден,Բերխտեսգադեն,برشتس گادن,ベルヒテスガーデン,贝希特斯加登,베르히테스가덴		02	091	09172	09172116
2950882	Berching	berching	DE	92334	8696	Europe/Berlin	49.10695	11.44138		Berching,Berkhing,bei er xin ge,brshyng,Берхинг,برشینگ,贝尔欣格		02	093	09373	09373112
2950898	Beratzhausen	beratzhausen	DE	93176	5583	Europe/Berlin	49.09517	11.8097		Beracgauzen,Berackhauzen,Beratzhausen,bei la ci hao sen,bratshawzn,Берацгаузен,Берацхаузен,Բերացհաուզեն,براتسهاوزن,贝拉茨豪森		02	093	09375	09375118
2950901	Benzweiler	benzweiler	DE	55494	228	Europe/Berlin	50.01667	7.6			07140011	08	00	07140	07140011
2950928	Benz	benz	DE	17429	0	Europe/Berlin	54.29416	13.24152		Benz		12	00	13073	13073038
2950929	Benz	benz	DE	17429	0	Europe/Berlin	54.20804	10.63441		Benz		10	00	01055	01055028
2950930	Benz	benz	DE	17429	606	Europe/Berlin	53.94065	14.0717		Benz		12	00	13075	13075010
2950931	Benz	benz	DE	17429	656	Europe/Berlin	53.91105	11.58528		Benz		12	00	13074	13074004
2950932	Benz	benz	DE	17429	0	Europe/Berlin	53.24621	11.11542		Benz-Briest		12	00	13076	13076088
2950933	Bentzin	bentzin	DE	17129	1031	Europe/Berlin	53.94608	13.2732		Bencin,ben qin,Бенцин,本钦		12	00	13075	13075009
2950934	Bentwisch	bentwisch	DE	18182	2549	Europe/Berlin	54.11503	12.20465		Bentvish,Bentwisch,ben te wei shi,Бентвиш,本特维施		12	00	13072	13072012
2950935	Bentwisch	bentwisch	DE	18182	0	Europe/Berlin	53.76487	9.14947		Bentwisch,Beutwisch Uber Basbeck,Beutwisch Über Basbeck		06	00	03352	03352042
2950936	Bentwisch	bentwisch	DE	18182	0	Europe/Berlin	53.03932	11.72805		Bentwisch		11	00	12070	12070424
2950978	Bensheim	bensheim	DE	64625	39439	Europe/Berlin	49.68369	8.61839		Bensgajm,Benshaimas,Bensheim,Benskhajm,ben si hai mu,bensuhaimu,bnshaym,bnzhaym,Бенсгайм,Бенсхайм,Бенсхајм,بنزهایم,بنسهايم,ベンスハイム,本斯海姆		05	064	06431	06431002
2950979	Benshausen	benshausen	DE	98554	2736	Europe/Berlin	50.65	10.6		Benshausen,Benskhauzen,ben si hao sen,Бенсхаузен,本斯豪森	16066092	15	00	16066	16066092
2950998	Bennungen	bennungen	DE	06536	1004	Europe/Berlin	51.46085	11.11816				14	00	15087	15087412
2950999	Bennstedt	bennstedt	DE	06179	1514	Europe/Berlin	51.48201	11.8262		Bennstedt,Benshtedt,Benshtet,Бенштедт,Бенштет		14	00	15088	15088319
2951013	Benningen am Neckar	benningen-am-neckar	DE	71726	5481	Europe/Berlin	48.94672	9.24212		Beningen am Nekar,Benningen,Benningen-am-Nekkar,Benningen-na-Nekkare,bnyngn am nkar,nei ka he pan bei ning gen,Бенинген ам Некар,Беннинген-ам-Неккар,Беннинген-на-Неккаре,Беннінген-ам-Неккар,بنینگن ام نکار,内卡河畔贝宁根	08118006	01	081	08118	08118006
2951014	Benningen	benningen	DE	87734	2118	Europe/Berlin	47.96667	10.21667		Beningen,Benningen,bei ning gen,Бенинген,Беннинген,Беннінген,Բենինգեն,贝宁根	09778118	02	097	09778	09778118
2951018	Bennin	bennin	DE	19260	266	Europe/Berlin	53.44646	10.88522				12	00	13076	13076142
2951024	Bennhausen	bennhausen	DE	67808	138	Europe/Berlin	49.61667	7.98333			07333005	08	00	07333	07333005
2951026	Bennewitz	bennewitz	DE	04828	5211	Europe/Berlin	51.36074	12.71376		Benevic,Bennevic,Bennewitzi vald,bei nei wei ci,Беневиц,Бенневиц,贝内维茨		13	00	14729	14729030
2951027	Bennewitz	bennewitz	DE	04828	0	Europe/Berlin	51.51174	13.02884		Bennewitz		13	00	14730	14730310
2951028	Bennewitz	bennewitz	DE	04828	0	Europe/Berlin	51.43814	12.09938				14	00	15088	15088150
2951029	Bennewitz	bennewitz	DE	04828	0	Europe/Berlin	51.17928	13.04026				13	00	14522	14522220
2951030	Bennewitz	bennewitz	DE	04828	0	Europe/Berlin	51.11992	12.24996				13	00	14729	14729170
2951040	Benneckenstein	benneckenstein	DE	38877	2256	Europe/Berlin	51.66823	10.71716		Benekenshtajn,Benneckenstein,Bennekenshtajn,Бенекенштајн,Беннекенштайн		14	00	15085	15085228
2951046	Benndorf	benndorf	DE	06308	2491	Europe/Berlin	51.57035	11.4929		Bennendhorp	15087045	14	00	15087	15087045
2951047	Benndorf	benndorf	DE	06308	0	Europe/Berlin	51.55386	12.33655		Benndorf		13	00	14730	14730070
2951048	Benndorf	benndorf	DE	06308	0	Europe/Berlin	51.44362	12.09704				14	00	15088	15088150
2951049	Benndorf	benndorf	DE	06308	0	Europe/Berlin	51.3	11.88333		Benndorf		14	00	15088	15088065
2951050	Benndorf	benndorf	DE	06308	0	Europe/Berlin	51.13396	11.62715				14	00	15084	15084282
2951051	Benndorf	benndorf	DE	06308	0	Europe/Berlin	51.06849	12.53695		Benndorf		13	00	14729	14729140
2951065	Benkendorf	benkendorf	DE	29416	184	Europe/Berlin	52.78946	11.26689		Benkendorf		14	00	15081	15081455
2951066	Benkendorf	benkendorf	DE	29416	0	Europe/Berlin	51.51519	11.82195				14	00	15088	15088319
2951067	Benkendorf	benkendorf	DE	29416	0	Europe/Berlin	51.43013	11.9198		Benkendorf		14	00	15088	15088365
2951081	Benitz	benitz	DE	18258	428	Europe/Berlin	53.97576	12.10247		Benitz		12	00	13072	13072011
2951082	Benitz	benitz	DE	18258	0	Europe/Berlin	52.61982	10.90747		Benitz		06	00	03151	03151005
2951095	Bengel	bengel	DE	54538	891	Europe/Berlin	50.01667	7.06667			07231005	08	00	07231	07231005
2951104	Benediktbeuern	benediktbeuern	DE	83671	3437	Europe/Berlin	47.70624	11.41522		Benedict Beyrn,Benediktbeiern,Benediktboern,Benediktbojern,Benediktboyern,bei nei di ke te bo yi ai er en,bndykt bwyrn,Бенедиктбойерн,Бенедиктбоєрн,Бенедиктбојерн,Բենեդիկտբոյերն,بندیکت بویرن,贝内迪克特博伊埃尔恩	09173113	02	091	09173	09173113
2951110	Bendorf	bendorf	DE	25557	506	Europe/Berlin	54.08333	9.38333			01058014	10	00	01058	01058014
2951111	Bendorf	bendorf	DE	25557	17495	Europe/Berlin	50.42289	7.57924		Bendorf,bendorufu,bndwrf,bndwrf an dr rayn,Бендорф,بندورف,بندورف آن در راین,ベンドルフ		08	00	07137	07137203
2951114	Bendfeld	bendfeld	DE	24217	260	Europe/Berlin	54.36667	10.41667		Bendfeld	01057006	10	00	01057	01057006
2951115	Bendestorf	bendestorf	DE	21227	2250	Europe/Berlin	53.33583	9.96154			03353003	06	00	03353	03353003
2951117	Bendelin	bendelin	DE	19339	0	Europe/Berlin	52.91004	12.1689				11	00	12070	12070302
2951120	Bendeleben	bendeleben	DE	99707	757	Europe/Berlin	51.3726	11.0068		Bendeleben,ben de lai ben,Бенделебен,本德莱本		15	00	16065	16065085
2951124	Bempflingen	bempflingen	DE	72658	3390	Europe/Berlin	48.57178	9.26834		Bempflingen,ben pu fu lin gen,Бемпфлинген,Бемпфлінген,Բեմպֆլինգեն,本普夫林根	08116008	01	081	08116	08116008
2951147	Belum	belum	DE	21785	878	Europe/Berlin	53.81667	9		Belum,Gemeen Belen,bei lu mu,Белум,贝卢姆	03352004	06	00	03352	03352004
2951151	Beltheim	beltheim	DE	56290	2075	Europe/Berlin	50.10606	7.46208		Bel'tajm,Bel'tkhajm,Beltheim,Beltkhajm,bei er tai mu,Белтхајм,Бельтайм,Бельтхайм,贝尔泰姆	07140010	08	00	07140	07140010
2951160	Belsdorf	belsdorf	DE	39356	0	Europe/Berlin	52.34016	11.14683				14	00	15083	15083230
2951161	Belsdorf	belsdorf	DE	39356	0	Europe/Berlin	52.19614	11.15413		Belsdoerp,Belsdorp,Belsdörp		14	00	15083	15083535
2951164	Belsch	belsch	DE	19230	265	Europe/Berlin	53.32741	11.20526		Belsch		12	00	13076	13076008
2951165	Belrieth	belrieth	DE	98617	396	Europe/Berlin	50.52921	10.49592		Belrieth	16066005	15	00	16066	16066005
2951175	Belm	belm	DE	49191	13897	Europe/Berlin	52.3	8.13333		Bel'm,Belm,bei er mu,Белм,Бельм,贝尔姆	03459008	06	00	03459	03459008
2951177	Bellstedt	bellstedt	DE	99713	202	Europe/Berlin	51.26667	10.78333		Bellstedt	16065005	15	00	16065	16065005
2951197	Bellingen	bellingen	DE	39579	299	Europe/Berlin	52.51267	11.82987				14	00	15090	15090546
2951198	Bellingen	bellingen	DE	39579	570	Europe/Berlin	50.6	7.9			07143207	08	00	07143	07143207
2951200	Belling	belling	DE	17309	0	Europe/Berlin	53.54715	13.96959		Belling		12	00	13075	13075055
2951201	Bellin	bellin	DE	18292	0	Europe/Berlin	53.73617	14.12187				12	00	13075	13075136
2951202	Bellin	bellin	DE	18292	295	Europe/Berlin	53.7088	12.18882				12	00	13072	13072056
2951206	Bellheim	bellheim	DE	76756	8494	Europe/Berlin	49.19833	8.27944		Bel'khajm,Belkhajm,bei er hai mu,Белхајм,Бельхайм,贝尔海姆	07334001	08	00	07334	07334001
2951232	Bellenberg	bellenberg	DE	89287	4607	Europe/Berlin	48.25726	10.09094			09775115	02	097	09775	09775115
2951236	Belleben	belleben	DE	06425	1004	Europe/Berlin	51.67499	11.6342		Belleben		14	00	15089	15089195
2951239	Bell	bell	DE	56288	1534	Europe/Berlin	50.38333	7.23333			07137008	08	00	07137	07137008
2951240	Bell	bell	DE	56288	1526	Europe/Berlin	50.06139	7.41515		Bell		08	00	07140	07140009
2951252	Belgweiler	belgweiler	DE	55469	205	Europe/Berlin	49.95	7.48333			07140008	08	00	07140	07140008
2951254	Belgershain	belgershain	DE	04683	3503	Europe/Berlin	51.23333	12.55			14729020	13	00	14729	14729020
2951258	Belgern	belgern	DE	04874	5148	Europe/Berlin	51.48263	13.12382		Bel'gern,Belgern,bei er ge er en,blghrn,blgrn,Белгерн,Бельгерн,بلغرن,بلگرن,贝尔格尔恩		13	00	14730	14730045
2951259	Belgern	belgern	DE	04874	0	Europe/Berlin	51.20003	14.57216		Bela Hora,Belgern,Běła Hora		13	00	14625	14625610
2951261	Belg	belg	DE	56858	167	Europe/Berlin	49.98333	7.3			07140007	08	00	07140	07140007
2951266	Beldorf	beldorf	DE	25557	285	Europe/Berlin	54.13333	9.35		Beldorf	01058013	10	00	01058	01058013
2951270	Belau	belau	DE	24601	331	Europe/Berlin	54.098	10.25848			01057005	10	00	01057	01057005
2951271	Belau	belau	DE	24601	0	Europe/Berlin	52.8769	10.94753				06	00	03354	03354001
2951275	Bekond	bekond	DE	54340	829	Europe/Berlin	49.85	6.8			07235004	08	00	07235	07235004
2951276	Bekmünde	bekmunde	DE	25524	168	Europe/Berlin	53.92502	9.44626		Bekmunde,Bekmünde	01061010	10	00	01061	01061010
2951290	Bekdorf	bekdorf	DE	25554	100	Europe/Berlin	53.93938	9.42268		Bekdorf	01061008	10	00	01061	01061008
2951321	Beinhausen	beinhausen	DE	54552	83	Europe/Berlin	50.26667	6.88333			07233003	08	00	07233	07233003
2951325	Beinerstadt	beinerstadt	DE	98660	390	Europe/Berlin	50.46667	10.6		Beinerstadt	16069003	15	00	16069	16069003
2951327	Beindersheim	beindersheim	DE	67259	2923	Europe/Berlin	49.56056	8.31944		Bajnderskhajm,Boinderschem,bai yin de er si hai mu,Байндерсхайм,Бајндерсхајм,拜因德尔斯海姆	07338002	08	00	07338	07338002
2951340	Beimerstetten	beimerstetten	DE	89179	2508	Europe/Berlin	48.48333	9.98333			08425014	01	084	08425	08425014
2951343	Beilstein	beilstein	DE	56814	0	Europe/Berlin	50.74796	8.35069				05	065	06532	06532006
2951344	Beilstein	beilstein	DE	56814	0	Europe/Berlin	50.60983	8.24286		Beilstein		05	065	06532	06532010
2951345	Beilstein	beilstein	DE	56814	160	Europe/Berlin	50.11667	7.25		Bajl'shtajn,Bajlshtajn,Beilstein,Байльштайн,Бајлштајн	07135007	08	00	07135	07135007
2951346	Beilstein	beilstein	DE	56814	6103	Europe/Berlin	49.0414	9.3137		Bajl'shtajn,Bajlshtajn,Beilstein,bairushutain,Байльштайн,Бајлштајн,بایل‌اشاین,バイルシュタイン		01	081	08125	08125008
2951352	Beilrode	beilrode	DE	04886	2666	Europe/Berlin	51.56667	13.06667		Bajl'rode,Bajlrode,bai er luo de,Байльроде,Бајлроде,拜尔罗德	14730030	13	00	14730	14730030
2951354	Beilngries	beilngries	DE	92339	0	Europe/Berlin	49.0341	11.47393		Bajl'ngris,Bajlngris,Bayngris,bai er en ge li si,bairungurisu,baylnghrys,baylngrys,Байльнгрис,Байльнгріс,Бајлнгрис,Բայնգրիս,بايلنغريس,بایلنگریس,バイルングリース,拜尔恩格里斯		02	091	09176	09176114
2951355	Beilingen	beilingen	DE	54662	375	Europe/Berlin	49.95	6.66667			07232010	08	00	07232	07232010
2951387	Beierstedt	beierstedt	DE	38382	472	Europe/Berlin	52.07413	10.8581			03154002	06	00	03154	03154002
2951392	Beiersdorf	beiersdorf	DE	02736	0	Europe/Berlin	52.69342	13.78206				11	00	12064	12064053
2951393	Beiersdorf	beiersdorf	DE	02736	0	Europe/Berlin	51.55059	13.29228		Beiersdorf		11	00	12062	12062500
2951394	Beiersdorf	beiersdorf	DE	02736	0	Europe/Berlin	51.26118	12.6862		Beiersdorf		13	00	14729	14729160
2951395	Beiersdorf	beiersdorf	DE	02736	0	Europe/Berlin	51.23616	13.60711				13	00	14627	14627030
2951396	Beiersdorf	beiersdorf	DE	02736	0	Europe/Berlin	51.18277	12.96463		Beiersdorf,Naunhof-Beiersdorf		13	00	14522	14522310
2951397	Beiersdorf	beiersdorf	DE	02736	1369	Europe/Berlin	51.07405	14.53828			14626020	13	00	14626	14626020
2951398	Beiersdorf	beiersdorf	DE	02736	0	Europe/Berlin	50.95647	12.17923				15	00	16076	16076058
2951399	Beiersdorf	beiersdorf	DE	02736	0	Europe/Berlin	50.68063	12.34584		Beiersdorf		13	00	14524	14524060
2951400	Beiersdorf	beiersdorf	DE	02736	0	Europe/Berlin	50.28544	10.91887		Beiersdorf		02	094	09463	09463000
2951404	Beierfeld	beierfeld	DE	08340	4069	Europe/Berlin	50.56529	12.79049		Beierfeld		13	00	14521	14521260
2951435	Beidenfleth	beidenfleth	DE	25573	951	Europe/Berlin	53.87942	9.41315		Beidenfleth	01061007	10	00	01061	01061007
2951436	Beidendorf	beidendorf	DE	23996	785	Europe/Berlin	53.82805	11.38804		Beidendorf		12	00	13074	13074008
2951437	Beidendorf	beidendorf	DE	23996	0	Europe/Berlin	53.78844	10.67738				10	00	01003	01003000
2951441	Beichlingen	beichlingen	DE	99625	563	Europe/Berlin	51.23256	11.25781			16068034	15	00	16068	16068034
2951447	Behrungen	behrungen	DE	98631	686	Europe/Berlin	50.41086	10.41474		Behrungen		15	00	16066	16066094
2951453	Behringen	behringen	DE	99820	0	Europe/Berlin	53.11243	9.95947				06	00	03358	03358002
2951454	Behringen	behringen	DE	99820	3358	Europe/Berlin	50.77283	11.01403		Behringen		15	00	16070	16070048
2951465	Behrensdorf	behrensdorf	DE	24321	603	Europe/Berlin	54.3504	10.6049		Berensdorf,bei lun si duo fu,Беренсдорф,贝伦斯多夫		10	00	01057	01057004
2951466	Behrensdorf	behrensdorf	DE	24321	0	Europe/Berlin	52.1864	14.05086		Behrensdorf		11	00	12067	12067426
2951469	Behrenhoff	behrenhoff	DE	17498	631	Europe/Berlin	54.00545	13.39027		Berenkhof,Berenkhoff,bei lun huo fu,Беренхоф,Беренхофф,贝伦霍夫		12	00	13075	13075008
2951472	Behrendorf	behrendorf	DE	25850	609	Europe/Berlin	54.56667	9.21667			01054011	10	00	01054	01054011
2951473	Behrendorf	behrendorf	DE	25850	546	Europe/Berlin	52.82644	11.96016		Behrendorf		14	00	15090	15090610
2951479	Behnsdorf	behnsdorf	DE	39356	686	Europe/Berlin	52.3157	11.15222		Behnsdorf		14	00	15083	15083230
2951482	Behnkendorf	behnkendorf	DE	18510	399	Europe/Berlin	54.20001	13.13622				12	00	13073	13073090
2951500	Behlendorf	behlendorf	DE	23919	393	Europe/Berlin	53.7	10.66667			01053008	10	00	01053	01053008
2951501	Behlendorf	behlendorf	DE	23919	0	Europe/Berlin	52.47133	14.21978				11	00	12067	12067473
2951510	Beggerow	beggerow	DE	17111	632	Europe/Berlin	53.82786	13.05317		Beggerow		12	00	13071	13071008
2951522	Beetzendorf	beetzendorf	DE	38489	1942	Europe/Berlin	52.70226	11.0889		Becendorf,Beetzendorf,Betcendorf,bei cen duo fu,Бетцендорф,Бецендорф,贝岑多夫	15081045	14	00	15081	15081045
2951525	Beestland	beestland	DE	17111	0	Europe/Berlin	53.93477	12.92868				12	00	13071	13071157
2951526	Beesten	beesten	DE	49832	1707	Europe/Berlin	52.43333	7.5			03454003	06	00	03454	03454003
2951528	Beeskow	beeskow	DE	15848	8468	Europe/Berlin	52.17291	14.24597		Beeskow,Beskov,Bezkov,Bezkow,bei si ke,beseukopeu,byzkw,Безков,Бесков,Բեսկով,بيزكو,بیزکو,贝斯科,베스코프	12067	11	00	12067	12067036
2951531	Beesenstedt	beesenstedt	DE	06198	1287	Europe/Berlin	51.56828	11.73323		Beesenstedt		14	00	15088	15088319
2951532	Beesenlaublingen	beesenlaublingen	DE	06425	1586	Europe/Berlin	51.71274	11.69729		Beesenlaublingen		14	00	15089	15089195
2951556	Beerfelden	beerfelden	DE	64743	6942	Europe/Berlin	49.56858	8.97444		Beerfelden,Berfel'den,Berfelden,beaferuden,bei er fei er deng,byrfldn,Берфелден,Берфельден,بيرفلدن,بیرفلدن,ベーアフェルデン,贝尔费尔登		05	064	06437	06437016
2951587	Beendorf	beendorf	DE	39343	0	Europe/Berlin	52.2704	8.60853				07	057	05770	05770016
2951588	Beendorf	beendorf	DE	39343	878	Europe/Berlin	52.24273	11.08727			15083060	14	00	15083	15083060
2951594	Beelitz	beelitz	DE	14547	79	Europe/Berlin	52.68835	11.95364				14	00	15090	15090010
2951595	Beelitz	beelitz	DE	14547	12475	Europe/Berlin	52.23812	12.9714	40	Beelitz,Belic,Belizi,Spargelstadt Beelitz,bei li ci,beːlɪts (de),beːlɪt͡s (de),blytz,bylyts,Белиц,Беліц,Բելից,بلیتز,بيليتس,贝利茨		11	00	12069	12069017
2951596	Beelen	beelen	DE	48361	6344	Europe/Berlin	51.92906	8.11117		Beilen,Belen,Белен	05570012	07	055	05570	05570012
2951616	Beedenbostel	beedenbostel	DE	29355	1005	Europe/Berlin	52.64288	10.25907			03351003	06	00	03351	03351003
2951632	Bedesbach	bedesbach	DE	66885	764	Europe/Berlin	49.56849	7.45785		Bedesbakh,bei de si ba he,Бедесбах,贝德斯巴赫	07336106	08	00	07336	07336106
2951647	Bedburg	bedburg	DE	50181	0	Europe/Berlin	51.76162	6.17797				07	051	05154	05154004
2951648	Bedburg	bedburg	DE	50181	24937	Europe/Berlin	50.99258	6.57128		Bebber,Bedburg,bdbwrg,bei de bao,bydbwrgh,Бедбург,بدبورگ,بيدبورغ,贝德堡		07	053	05362	05362004
2951653	Beckum	beckum	DE	59269	0	Europe/Berlin	53.42974	8.43287				06	00	03461	03461009
2951654	Beckum	beckum	DE	59269	37814	Europe/Berlin	51.75571	8.04075		Beckum,Bekkum,Bekum,Biaekem,Biäkem,bei ku mu,bkwm  alman,Беккум,Бекум,بکوم، آلمان,贝库姆		07	055	05570	05570008
2951655	Beckum	beckum	DE	59269	0	Europe/Berlin	51.35516	7.89442		Beckum		07	059	05962	05962008
2951679	Beckingen	beckingen	DE	66701	15983	Europe/Berlin	49.4	6.7		Bekingen,Bekkingen,bei jin gen,bekkingen,Бекинген,Беккинген,Беккінген,ベッキンゲン,贝金根	10042111	09	00	10042	10042111
2951711	Beckeln	beckeln	DE	27243	852	Europe/Berlin	52.86667	8.58333			03458001	06	00	03458	03458001
2951714	Beckedorf	beckedorf	DE	31699	0	Europe/Berlin	53.41841	9.96451				06	00	03353	03353031
2951715	Beckedorf	beckedorf	DE	31699	0	Europe/Berlin	53.19082	8.59857		Beckedorf		06	00	03356	03356009
2951716	Beckedorf	beckedorf	DE	31699	0	Europe/Berlin	52.81573	10.05833				06	00	03351	03351026
2951717	Beckedorf	beckedorf	DE	31699	1553	Europe/Berlin	52.35	9.31667		Bekedorf,Bekkedorf,bekkedorufu,Бекедорф,Беккедорф,ベッケドルフ	03257007	06	00	03257	03257007
2951725	Beckdorf	beckdorf	DE	21643	2532	Europe/Berlin	53.41667	9.61667		Beckdorf,Beekdoerp,Beekdörp,Bekdorf,bekkudorufu,Бекдорф,ベックドルフ	03359006	06	00	03359	03359006
2951732	Bechtsrieth	bechtsrieth	DE	92699	1096	Europe/Berlin	49.64487	12.20997		Bekhtsrit,Bextsrit,bei xi ci li te,Бехтсрит,Бехтсріт,Բեխտսրիտ,贝希茨里特	09374170	02	093	09374	09374170
2951736	Bechtolsheim	bechtolsheim	DE	55234	1489	Europe/Berlin	49.80417	8.19389		Bechtolsheim,Bekhtol'skhajm,Bekhtolskhajm,bei xi tuo er si hai mu,Бехтолсхајм,Бехтольсхайм,贝希托尔斯海姆	07331007	08	00	07331	07331007
2951740	Bechtheim	bechtheim	DE	67595	0	Europe/Berlin	50.27367	8.18841				05	064	06439	06439007
2951741	Bechtheim	bechtheim	DE	67595	1876	Europe/Berlin	49.72778	8.29222			07331006	08	00	07331	07331006
2951753	Bechstedtstraß	bechstedtstrass	DE	99428	295	Europe/Berlin	50.95	11.2			16071103	15	00	16071	16071103
2951754	Bechstedt	bechstedt	DE	07426	182	Europe/Berlin	50.66667	11.16667		Bechstedt	16073006	15	00	16073	16073006
2951763	Bechhofen	bechhofen	DE	66894	2306	Europe/Berlin	49.35	7.4			07340203	08	00	07340	07340203
2951764	Bechhofen	bechhofen	DE	66894	0	Europe/Berlin	49.26304	10.98238				02	095	09576	09576111
2951765	Bechhofen	bechhofen	DE	66894	0	Europe/Berlin	49.26362	10.78903		Bechhofen		02	095	09571	09571180
2951766	Bechhofen	bechhofen	DE	66894	0	Europe/Berlin	49.16308	10.5557		Bechhofen,Bekhgofen,Bekhkhofen,Bexofen,behihofen,bei xiao fen,Бехгофен,Беххофен,Բեխոֆեն,ベヒホーフェン,贝肖芬		02	095	09571	09571115
2951779	Becherbach	becherbach	DE	67827	0	Europe/Berlin	49.74101	7.50037				08	00	07133	07133010
2951780	Becherbach	becherbach	DE	67827	0	Europe/Berlin	49.65	7.68333		Bekherbakh,bei xie er ba he,Бехербах,贝歇尔巴赫	07133011	08	00	07133	07133011
2951783	Bechenheim	bechenheim	DE	55234	456	Europe/Berlin	49.72861	8.00333			07331005	08	00	07331	07331005
2951788	Becheln	becheln	DE	56132	658	Europe/Berlin	50.29285	7.71798			07141008	08	00	07141	07141008
2951792	Bebra	bebra	DE	36179	0	Europe/Berlin	51.36192	10.84191				15	00	16065	16065067
2951793	Bebra	bebra	DE	36179	14839	Europe/Berlin	50.97445	9.79562		Bebra,Byvera,bbra,bei bu la,bybra,Бебра,ببرا,بيبرا,贝布拉		05	066	06632	06632003
2951809	Bebensee	bebensee	DE	23816	596	Europe/Berlin	53.88333	10.3		Bebensee	01060008	10	00	01060	01060008
2952579	Barkow	barkow	DE	19395	310	Europe/Berlin	53.46547	12.1792				12	00	13076	13076006
2952580	Barkow	barkow	DE	19395	0	Europe/Berlin	53.34707	11.7576				12	00	13076	13076129
2951824	Bayrischzell	bayrischzell	DE	83735	1601	Europe/Berlin	47.6744	12.01449		Bajrishcel,Bajrishcel',Bajrishcell',Boarischzell,bai li shi ce er,bayryshtsl,Байришцел,Байришцелль,Байрішцель,Бајришцел,Բայրիշցել,بایریشتسل,拜里施策尔	09182112	02	091	09182	09182112
2951825	Bayreuth	bayreuth	DE	95444	75061	Europe/Berlin	49.94782	11.57893		BYU,Bairoit,Bajrojt,Baruthum,Bayreith,Bayreuth,bai luo yi te,bailoiteu,bairoito,bayrwyt,byyrwyt,Μπαϊρόιτ,Байройт,Бајројт,ביירוית,بايرويت,بایرویت,ضلع بیرتھ,バイロイト,拜罗伊特,바이로이트	094	02	094	09462	09462000
2951834	Bad Bayersoien	bad-bayersoien	DE	82435	0	Europe/Berlin	47.69189	10.99365		Bayersoien		02	091	09180	09180113
2951843	Bayerisch Gmain	bayerisch-gmain	DE	83457	2940	Europe/Berlin	47.71667	12.9		Baerish-Gmajn,Bajerish Gmajn,Bajerish-Gmajn,Bayeris Gmayn,Boarisch Gmoa,bai ren li xi ge mai yin,bayrysh gmayn,Байериш-Гмайн,Баєріш-Гмайн,Бајериш Гмајн,Բայերիշ Գմայն,بایریش گماین,拜仁里希格迈因	09172115	02	091	09172	09172115
2951849	Bayerisch Eisenstein	bayerisch-eisenstein	DE	94252	1318	Europe/Berlin	49.11667	13.2		Baerish-Ajzenshtajn,Bajerish Ajzenshtajn,Bajerish-Ajzenshtajn,Boarisch Eisnstoa,bai en ai sen shi tai yin,bayrysh ayznshtayn,Байериш-Айзенштайн,Баєріш-Айзенштайн,Бајериш Ајзенштајн,Բայերիշ Էյզենշթայն,بایریش ایزنشتاین,拜恩埃森施泰因	09276115	02	092	09276	09276115
2951853	Bayerfeld-Steckweiler	bayerfeld-steckweiler	DE	67808	446	Europe/Berlin	49.67861	7.79772			07333004	08	00	07333	07333004
2951856	Bayerbach	bayerbach	DE	84092	1733	Europe/Berlin	48.7045	12.2975		Bayerbach		02	092	09274	09274119
2951857	Bayerbach	bayerbach	DE	84092	1651	Europe/Berlin	48.41017	13.14411			09277112	02	092	09277	09277112
2951863	Bawinkel	bawinkel	DE	49844	2343	Europe/Berlin	52.6	7.4		Bavinkel,Bavinkel',Bawinkel,ba wen ke er,Бавинкел,Бавинкель,巴温克尔	03454002	06	00	03454	03454002
2951881	Bautzen	bautzen	DE	02625	41972	Europe/Berlin	51.18035	14.43494		Baucen,Baucene,Bautcen,Bautzen,Budishin,Budisin,Budissa,Budišin,Budysin,Budysyn,Budyšin,Budyšyn,Budyšín,Budziszyn,bao cen,bautsu~en,bawtsn,bawtzn,bea th sein,bwatzn,bwtsn,Баутцен,Бауцен,Будишин,באוצן,باؤتزن,باوتسن,بواتزن,بوتسن,بَوتسن,เบาท์เซิน,バウツェン,包岑	14625	13	00	14625	14625020
2951887	Baustert	baustert	DE	54636	540	Europe/Berlin	49.978	6.38984			07232009	08	00	07232	07232009
2951894	Bausendorf	bausendorf	DE	54538	1339	Europe/Berlin	50.01667	7			07231004	08	00	07231	07231004
2951923	Baunatal	baunatal	DE	34225	28173	Europe/Berlin	51.25182	9.40747		Baunatal,Baunatal',bao na ta er,baunataru,bawnatal,bwanatal,Баунатал,Баунаталь,باوناتال,بواناتال,バウナタール,鲍纳塔尔		05	066	06633	06633003
2951926	Baunach	baunach	DE	96148	3998	Europe/Berlin	49.98592	10.85179		Baunakh,Baunax,bao na,baunaha,bawnakh,bwanakh,Баунах,Բաունախ,باوناخ,بواناخ,バウナハ,鲍纳		02	094	09471	09471115
2951950	Baumholder	baumholder	DE	55774	4106	Europe/Berlin	49.61738	7.33381		Baumholder,Baumkhol'der,Baumkholder,bao mu huo er de er,baumuhoruda,bawmhwldr,Баумхолдер,Баумхольдер,باومهولدر,بوام‌هلدر,バウムホルダー,鲍姆霍尔德尔		08	00	07134	07134005
2951970	Baumgarten	baumgarten	DE	18246	0	Europe/Berlin	53.81251	11.87828				12	00	13072	13072009
2951971	Baumgarten	baumgarten	DE	18246	0	Europe/Berlin	53.57845	12.63305				12	00	13071	13071047
2951972	Baumgarten	baumgarten	DE	18246	0	Europe/Berlin	53.34612	13.94924				11	00	12073	12073490
2951973	Baumgarten	baumgarten	DE	18246	0	Europe/Berlin	52.98043	13.07673				11	00	12065	12065301
2951974	Baumgarten	baumgarten	DE	18246	0	Europe/Berlin	52.66802	11.87028				14	00	15090	15090135
2951975	Baumgarten	baumgarten	DE	18246	0	Europe/Berlin	50.14833	11.46511				02	094	09477	09477128
2951976	Baumgarten	baumgarten	DE	18246	0	Europe/Berlin	49.48948	11.96892				02	093	09371	09371122
2951977	Baumgarten	baumgarten	DE	18246	0	Europe/Berlin	49.09696	12.74925				02	092	09278	09278178
2951978	Baumgarten	baumgarten	DE	18246	0	Europe/Berlin	48.54842	12.28513				02	092	09274	09274111
2951979	Baumgarten	baumgarten	DE	18246	0	Europe/Berlin	48.52727	11.82532				02	091	09178	09178144
2951980	Baumgarten	baumgarten	DE	18246	0	Europe/Berlin	48.49362	12.99073				02	092	09277	09277114
2951981	Baumgarten	baumgarten	DE	18246	0	Europe/Berlin	48.48806	10.4389				02	097	09773	09773111
2951982	Baumgarten	baumgarten	DE	18246	0	Europe/Berlin	48.45116	12.32421				02	092	09274	09274184
2951983	Baumgarten	baumgarten	DE	18246	0	Europe/Berlin	48.43172	13.21779				02	092	09275	09275124
2951984	Baumgarten	baumgarten	DE	18246	0	Europe/Berlin	47.84351	12.49023				02	091	09189	09189159
2951985	Baumgarten	baumgarten	DE	18246	0	Europe/Berlin	47.8	9.5				01	084	08436	08436095
2951986	Baumgarten	baumgarten	DE	18246	0	Europe/Berlin	47.7759	11.71348				02	091	09182	09182116
2951987	Baumgarten	baumgarten	DE	18246	0	Europe/Berlin	47.66667	9.61667				01	084	08435	08435057
2952012	Baumersroda	baumersroda	DE	06632	369	Europe/Berlin	51.26136	11.75662		Baumersroda		14	00	15084	15084150
2952049	Bauler	bauler	DE	53534	45	Europe/Berlin	50.33333	6.88333			07131009	08	00	07131	07131009
2952050	Bauler	bauler	DE	53534	0	Europe/Berlin	49.96667	6.2			07232008	08	00	07232	07232008
2952160	Bauerbach	bauerbach	DE	98617	0	Europe/Berlin	50.82033	8.82708		Bauerbach		05	065	06534	06534014
2952161	Bauerbach	bauerbach	DE	98617	278	Europe/Berlin	50.49853	10.39123		Bauerbach		15	00	16066	16066094
2952162	Bauerbach	bauerbach	DE	98617	0	Europe/Berlin	49.07294	8.7426		Bauerbach		01	082	08215	08215007
2952163	Bauerbach	bauerbach	DE	98617	0	Europe/Berlin	47.8598	11.23041		Bauerbach		02	091	09190	09190159
2952174	Baudenbach	baudenbach	DE	91460	1195	Europe/Berlin	49.62512	10.53598		Baudenbach,Baudenbakh,Baudenbax,bao deng ba he,Бауденбах,Բաուդենբախ,鲍登巴赫		02	095	09575	09575113
2952202	Battweiler	battweiler	DE	66484	781	Europe/Berlin	49.27848	7.46366			07340202	08	00	07340	07340202
2952235	Bastorf	bastorf	DE	18230	1128	Europe/Berlin	54.12566	11.69695		Bastorf		12	00	13072	13072008
2952236	Basthorst	basthorst	DE	21493	0	Europe/Berlin	53.63652	11.62422				12	00	13076	13076025
2952237	Basthorst	basthorst	DE	21493	384	Europe/Berlin	53.57676	10.47378			01053007	10	00	01053	01053007
2952238	Bastheim	bastheim	DE	97654	2689	Europe/Berlin	50.4008	10.20372		Bastajm,Bastgajm,Bastkhajm,ba si tai mu,Бастайм,Бастгайм,Бастхайм,Бастхајм,Բասթհայմ,巴斯泰姆	09673116	02	096	09673	09673116
2952252	Bassum	bassum	DE	27211	16191	Europe/Berlin	52.85059	8.72791		Bassen,Bassum,Basum,ba su mu,baswm,Бассум,Басум,باسوم,巴苏姆		06	00	03251	03251007
2952261	Bassenheim	bassenheim	DE	56220	2787	Europe/Berlin	50.3582	7.45961		Bassenkhajm,Bazenkhajm,ba sen hai mu,Базенхајм,Бассенхайм,巴森海姆	07137202	08	00	07137	07137202
2952295	Basedow	basedow	DE	17139	811	Europe/Berlin	53.69772	12.68065		Basedow		12	00	13071	13071007
2952296	Basedow	basedow	DE	17139	684	Europe/Berlin	53.41667	10.58333			01053006	10	00	01053	01053006
2952297	Basedow	basedow	DE	17139	0	Europe/Berlin	53.33602	13.79509				11	00	12073	12073452
2952299	Basdorf	basdorf	DE	16352	0	Europe/Berlin	54.53263	9.82365				10	00	01058	01058137
2952300	Basdorf	basdorf	DE	16352	0	Europe/Berlin	53.09095	12.73133				11	00	12068	12068353
2952301	Basdorf	basdorf	DE	16352	0	Europe/Berlin	52.71264	13.43868				11	00	12060	12060269
2952302	Basdorf	basdorf	DE	16352	0	Europe/Berlin	51.20597	8.97669				05	066	06635	06635019
2952304	Basdahl	basdahl	DE	27432	1539	Europe/Berlin	53.44502	9.00025		Basdaal,Basdal,Basdal',ba si da er,basudaru,Басдал,Басдаль,バスダール,巴斯达尔	03357004	06	00	03357	03357004
2952311	Basberg	basberg	DE	54578	68	Europe/Berlin	50.3	6.6			07233002	08	00	07233	07233002
2952322	Barweiler	barweiler	DE	53534	484	Europe/Berlin	50.36667	6.86667		Barvajler,ba er wei lei,baruvu~aira,Барвайлер,Барвајлер,バルヴァイラー,巴尔韦勒	07131008	08	00	07131	07131008
2952323	Bärweiler	barweiler	DE	53534	284	Europe/Berlin	49.73333	7.6		Baerweiler,Bervajler,Bärweiler,bei er wei lei,Бервайлер,Бервајлер,贝尔韦勒	07133009	08	00	07133	07133009
2952324	Barwedel	barwedel	DE	38476	1099	Europe/Berlin	52.52192	10.77488		Barvedel,Barvedel',ba er wei de er,Барведел,Барведель,巴尔韦德尔	03151002	06	00	03151	03151002
2952330	Barver	barver	DE	49453	1080	Europe/Berlin	52.62066	8.59251			03251006	06	00	03251	03251006
2952339	Barum	barum	DE	21357	1782	Europe/Berlin	53.35	10.4			03355007	06	00	03355	03355007
2952340	Barum	barum	DE	21357	834	Europe/Berlin	53.05	10.51667			03360003	06	00	03360	03360003
2952341	Barum	barum	DE	21357	0	Europe/Berlin	52.12132	10.42233		Barum,Barum Braunschweig		06	00	03102	03102000
2952345	Bartow	bartow	DE	17089	600	Europe/Berlin	53.81664	13.34582		Bartow		12	00	13071	13071006
2952359	Bartholomä	bartholoma	DE	73566	2189	Europe/Berlin	48.7535	9.98752		Bartholomae,Bartholomä,Bartolome,ba er tuo luo mei,bartolome,Бартоломе,ბართოლომე,巴尔托洛梅	08136007	01	081	08136	08136007
2952372	Barth	barth	DE	18356	9298	Europe/Berlin	54.36346	12.72491		Bart,Barta,Biardo,barth  alman,Барт,بارث، آلمان		12	00	13073	13073009
2952375	Bartensleben	bartensleben	DE	39343	336	Europe/Berlin	52.24088	11.13449		Bartensleben		14	00	15083	15083205
2952383	Bartelshagen II	bartelshagen-ii	DE	18314	0	Europe/Berlin	54.30215	12.58304				12	00	13073	13073077
2952398	Barßel	barssel	DE	26676	12475	Europe/Berlin	53.16981	7.75012		Baeaersel,Barsel,Barsel',Barssel,Barßel,Bäärsel,ba er sai er,Барсел,Барсель,巴尔塞尔	03453001	06	00	03453	03453001
2952406	Barsinghausen	barsinghausen	DE	30890	14200	Europe/Berlin	52.3	9.45	142	Barsinghausen,Barzingkhauzen,Basche,Baschehusen,Berkingehusen [a. 1193],ba er xin ge hao sen,barzynghhawzn,Барзингхаузен,Барзінгхаузен,بارزينغهاوزن,بارزینگ‌هاوزن,巴尔辛格豪森	03241002	06	00	03241	03241002
2952411	Barsdorf	barsdorf	DE	16775	0	Europe/Berlin	53.10212	13.28823		Barsdorf		11	00	12065	12065084
2952419	Barsbek	barsbek	DE	24217	637	Europe/Berlin	54.4	10.31667		Barsbek	01057003	10	00	01057	01057003
2952444	Barntrup	barntrup	DE	32683	9513	Europe/Berlin	51.99038	9.11642		Barntrup,ba er en te lu pu,barntrwb,barntrwp,baruntorupu,Барнтруп,بارنتروب,بارنتروپ,バルントルプ,巴尔恩特鲁普		07	057	05766	05766012
2952450	Barnstorf	barnstorf	DE	49406	0	Europe/Berlin	54.33965	12.40605				12	00	13073	13073103
2952451	Barnstorf	barnstorf	DE	49406	0	Europe/Berlin	54.08604	12.08451				12	00	13003	13003000
2952452	Barnstorf	barnstorf	DE	49406	6050	Europe/Berlin	52.71009	8.50256		Baarnstrup,Barnstorf,ba en si tuo fu,Барнсторф,巴恩斯托夫		06	00	03251	03251005
2952453	Barnstorf	barnstorf	DE	49406	0	Europe/Berlin	52.38269	10.80403		Barnstorf,Barnstorf (Wolfsburg)		06	00	03103	03103000
2952454	Barnstorf	barnstorf	DE	49406	0	Europe/Berlin	52.09781	10.80737		Barnstorf (Uehrde)		06	00	03158	03158031
2952458	Barnstedt	barnstedt	DE	21406	806	Europe/Berlin	53.13333	10.36667		Barnshtedt,Barnshtet,Barnstedt,ba er en si te,Барнштедт,Барнштет,巴尔恩斯特	03355006	06	00	03355	03355006
2952459	Barnstedt	barnstedt	DE	21406	0	Europe/Berlin	52.86956	9.29128				06	00	03361	03361003
2952482	Barnitz	barnitz	DE	23858	0	Europe/Berlin	53.15019	11.16832				06	00	03354	03354003
2952483	Barnitz	barnitz	DE	23858	0	Europe/Berlin	51.11959	13.36104				13	00	14627	14627080
2952485	Barnin	barnin	DE	19089	492	Europe/Berlin	53.59581	11.69638		Barnin		12	00	13076	13076007
2952511	Barnekow	barnekow	DE	23968	680	Europe/Berlin	53.86649	11.37286		Barnekow		12	00	13074	13074003
2952514	Barneberg	barneberg	DE	39393	777	Europe/Berlin	52.12147	11.07559		Barneberg		14	00	15083	15083320
2952527	Bärnau	barnau	DE	95671	3475	Europe/Berlin	49.81079	12.43318		Baernau,Bernau,Bärnau,bei er nao,brnwa,Бернау,برنوا,贝尔瑙		02	093	09377	09377112
2952531	Barmstedt	barmstedt	DE	25355	9521	Europe/Berlin	53.79209	9.76739		Barmshtedt,Barmshtet,Barmstedt,ba er mu si te,barmshtyt,Бармштедт,Бармштет,بارمشتيت,بارم‌اشتت,巴尔姆斯特		10	00	01056	01056002
2952535	Barmissen	barmissen	DE	24245	173	Europe/Berlin	54.2	10.18333		Barmissen	01057002	10	00	01057	01057002
2952552	Barlt	barlt	DE	25719	834	Europe/Berlin	54.01667	9.05		Barlt	01051006	10	00	01051	01051006
2952564	Barleben	barleben	DE	39179	5895	Europe/Berlin	52.20193	11.6177		Barlaeae,Barleben,Barlää,ba er lai ben,Барлебен,巴尔莱本	15083040	14	00	15083	15083040
2952577	Barkow	barkow	DE	19395	0	Europe/Berlin	54.08558	13.10169				12	00	13073	13073089
2952578	Barkow	barkow	DE	19395	0	Europe/Berlin	53.70632	13.17928		Barckow,Barkow		12	00	13071	13071120
2952601	Barkenholm	barkenholm	DE	25791	195	Europe/Berlin	54.23333	9.18333		Barkenholm	01051005	10	00	01051	01051005
2952605	Barkelsby	barkelsby	DE	24360	1564	Europe/Berlin	54.5	9.83333		Barkel'sbi,Barkelsbi,Barkelsby,ba er ke er si bi,Баркелсби,Баркельсби,巴尔克尔斯比	01058012	10	00	01058	01058012
2952611	Bark	bark	DE	23826	1017	Europe/Berlin	53.91146	10.17949		Bark	01060007	10	00	01060	01060007
2952630	Bargum	bargum	DE	25842	603	Europe/Berlin	54.7	8.95		Bargum	01054010	10	00	01054	01054010
2952633	Bargteheide	bargteheide	DE	22941	13640	Europe/Berlin	53.72856	10.26695		Bargteheide,Bargtekhajde,ba er ge te hai de,barghtyhayd,Баргтехайде,Баргтехајде,بارغتيهايد,بارگته‌هایده,巴尔格特海德		10	00	01062	01062006
2952636	Bargstedt	bargstedt	DE	21698	777	Europe/Berlin	54.16667	9.76667			01058011	10	00	01058	01058011
2952637	Bargstedt	bargstedt	DE	21698	2117	Europe/Berlin	53.46667	9.45			03359005	06	00	03359	03359005
2952639	Bargstall	bargstall	DE	24806	184	Europe/Berlin	54.26667	9.46667		Bargstall	01058010	10	00	01058	01058010
2952644	Bargischow	bargischow	DE	17398	426	Europe/Berlin	53.83247	13.75591		Bargischow,Bargishov,ba er ji shao,Баргишов,巴尔吉绍		12	00	13075	13075007
2952651	Bargfeld-Stegen	bargfeld-stegen	DE	23863	2917	Europe/Berlin	53.76778	10.1875		Bargfel'd-Shtegen,Bargfeld-Shtegen,Bargfeld-Stegen,ba er ge fei er de-si te gen,Баргфелд-Штеген,Баргфельд-Штеген,巴尔格费尔德-斯特根	01062005	10	00	01062	01062005
2952664	Bargenstedt	bargenstedt	DE	25704	891	Europe/Berlin	54.1	9.15		Bargenstedt	01051004	10	00	01051	01051004
2952691	Barenthin	barenthin	DE	16866	0	Europe/Berlin	52.9236	12.23396				11	00	12070	12070149
2952692	Bärenthal	barenthal	DE	78580	422	Europe/Berlin	48.06667	8.93333		Berental,Berental',bei lun ta er,Берентал,Беренталь,贝伦塔尔	08327004	01	083	08327	08327004
2952703	Bärenstein	barenstein	DE	01768	2804	Europe/Berlin	50.49989	13.02681		Baerenstein,Bärenstein	14521060	13	00	14521	14521060
2952760	Barendorf	barendorf	DE	21397	0	Europe/Berlin	53.96734	10.96436				12	00	13074	13074017
2952761	Barendorf	barendorf	DE	21397	0	Europe/Berlin	53.87497	11.28371				12	00	13074	13074026
2952762	Barendorf	barendorf	DE	21397	2173	Europe/Berlin	53.22896	10.52158		Barendorf,ba lun duo fu,Барендорф,巴伦多夫	03355005	06	00	03355	03355005
2952763	Barendorf	barendorf	DE	21397	0	Europe/Berlin	51.40915	7.69215				07	059	05962	05962024
2952767	Barenburg	barenburg	DE	27245	1277	Europe/Berlin	52.61953	8.79999		Baarnborg,Barenburg,ba lun bao,Баренбург,巴伦堡		06	00	03251	03251004
2952800	Bärenbach	barenbach	DE	55483	0	Europe/Berlin	48.47656	8.12395				01	083	08317	08317098
2952801	Bärenbach	barenbach	DE	55483	0	Europe/Berlin	48.25783	8.12806				01	083	08317	08317078
2952802	Bärenbach	barenbach	DE	55483	546	Europe/Berlin	49.95	7.3			07140006	08	00	07140	07140006
2952803	Bärenbach	barenbach	DE	55483	476	Europe/Berlin	49.75	7.45		Baerenbach,Berenbakh,Bärenbach,Беренбах	07133008	08	00	07133	07133008
2952804	Bärenbach	barenbach	DE	55483	0	Europe/Berlin	48.81615	9.60409				01	081	08119	08119076
2952805	Bärenbach	barenbach	DE	55483	0	Europe/Berlin	48.70529	9.75925		Baerenbach,Bärenbach		01	081	08117	08117042
2952814	Bardowick	bardowick	DE	21357	6026	Europe/Berlin	53.29354	10.38811		Bardenuvicum,Bardovik,Bardowick,Bardowiek,Bewick,ba er duo wei ke,Бардовик,巴尔多维克	03355004	06	00	03355	03355004
2952833	Barchfeld	barchfeld	DE	36456	3397	Europe/Berlin	50.82872	11.17955		Barchfeld		15	00	16071	16071046
2952834	Barchfeld	barchfeld	DE	36456	0	Europe/Berlin	50.8	10.3		Barkhfel'd,Barkhfeld,ba er xi fei er de,Бархфелд,Бархфельд,巴尔希费尔德	16063004	15	00	16063	16063004
2952842	Barbing	barbing	DE	93092	4776	Europe/Berlin	49	12.2		Barbing,Perbing,ba er bin,barbyng,Барбинг,Барбінг,Բարբինգ,باربینگ,巴尔宾	09375117	02	093	09375	09375117
2952844	Barbelroth	barbelroth	DE	76889	598	Europe/Berlin	49.09889	8.06917			07337006	08	00	07337	07337006
2952857	Banzkow	banzkow	DE	19079	2249	Europe/Berlin	53.52497	11.52306		Banckov,Banzkow,ban ci ke,Банцков,班茨科		12	00	13076	13076005
2952858	Banzin	banzin	DE	19260	349	Europe/Berlin	53.40922	10.91303				12	00	13076	13076142
2952881	Bantin	bantin	DE	19246	428	Europe/Berlin	53.54898	10.97208				12	00	13076	13076159
2952884	Banteln	banteln	DE	31029	1674	Europe/Berlin	52.06667	9.75		Bantel'n,Banteln,ban te er en,Бантелн,Бантельн,班特尔恩	03254043	06	00	03254	03254043
2952916	Bannewitz	bannewitz	DE	01728	10851	Europe/Berlin	50.99291	13.71712		Banevic,Bannevic,ba nei wei ci,Баневиц,Банневиц,巴内维茨	14628050	13	00	14628	14628050
2952931	Bannberscheid	bannberscheid	DE	56424	636	Europe/Berlin	50.47183	7.83658			07143003	08	00	07143	07143003
2952934	Bann	bann	DE	66851	2390	Europe/Berlin	49.38333	7.61667			07335002	08	00	07335	07335002
2952960	Bandenitz	bandenitz	DE	19230	494	Europe/Berlin	53.49466	11.28359		Bandenitz		12	00	13076	13076004
2952964	Bandelin	bandelin	DE	17506	660	Europe/Berlin	53.96386	13.37414		Bandelin,ban de lin,Банделин,班德林		12	00	13075	13075006
2952968	Bandau	bandau	DE	38486	513	Europe/Berlin	52.67167	11.11033		Bandau		14	00	15081	15081045
2952973	Bammental	bammental	DE	69245	6493	Europe/Berlin	49.35611	8.77944		Bamental,Bammemtal,Bammental,Bammental',Bammenthal,ba men ta er,banmentaru,Баментал,Бамменталь,バンメンタール,巴门塔尔	08226006	01	082	08226	08226006
2952976	Bamme	bamme	DE	14715	0	Europe/Berlin	52.58302	12.43364		Bamme		11	00	12063	12063212
2952984	Bamberg	bamberg	DE	96047	70047	Europe/Berlin	49.89873	10.90067		Bambarg,Bamberg,Bamberga,Bambergas,Bamberk,Bampernk,ZCD,ba mu bei ge,bambeleukeu,bambergi,bambrg,bambrgh,ban bao,banberuku,bmbrg,Μπάμπεργκ,Бамберг,במברג,بامبرغ,بامبرگ,บัมแบร์ก,ბამბერგი,バンベルク,巴姆贝格,班堡,밤베르크	09461	02	094	09461	09461000
2952991	Balzhausen	balzhausen	DE	86483	1262	Europe/Berlin	48.24228	10.49366		Bal'cgauzen,Bal'ckhauzen,Balckhauzen,ba er ci hao sen,Балцхаузен,Бальцгаузен,Бальцхаузен,Բալցհաուզեն,巴尔茨豪森	09774115	02	097	09774	09774115
2952992	Balzhausen	balzhausen	DE	86483	0	Europe/Berlin	47.81459	8.22915				01	083	08337	08337039
2953003	Balve	balve	DE	58802	12281	Europe/Berlin	51.3315	7.86424		Bal've,Ballova,Balve,ba er fei,balfh,balwh,Балве,Бальве,بالفه,بالوه,巴尔费		07	059	05962	05962008
2953006	Baltrum	baltrum	DE	26579	465	Europe/Berlin	53.72836	7.37143		BMR,Bal'trum,Baltrum,ba er te lu mu,baltrwm,Балтрум,Бальтрум,بالتروم,ბალტრუმი,巴尔特鲁姆	03452002	06	00	03452	03452002
2953008	Baltmannsweiler	baltmannsweiler	DE	73666	5584	Europe/Berlin	48.74215	9.4494		Bal'tmannsvajler,Baltmansvajler,Baltmansvayler,ba te man si wei lei,Балтмансвајлер,Бальтманнсвайлер,Բալտմանսվայլեր,巴特曼斯韦勒	08116007	01	081	08116	08116007
2953028	Balow	balow	DE	19300	363	Europe/Berlin	53.26636	11.71575		Balow		12	00	13076	13076003
2953037	Ballstedt	ballstedt	DE	99439	331	Europe/Berlin	51.05	11.21667			16071005	15	00	16071	16071005
2953039	Ballstadt	ballstadt	DE	99869	0	Europe/Berlin	49.36267	10.52631				02	095	09571	09571171
2953048	Ballhausen	ballhausen	DE	99955	0	Europe/Berlin	48.65097	10.30111				02	097	09773	09773170
2953060	Ballenstedt	ballenstedt	DE	06493	8064	Europe/Berlin	51.719	11.23265		Balenshhet,Balenshtet,Ballenshtedt,Ballenstedt,ba lun si te,balnshtyt,Баленштет,Баленщет,Балленштедт,بالنشتيت,بالن‌اشتات,巴伦斯特		14	00	15085	15085040
2953063	Ballendorf	ballendorf	DE	89177	0	Europe/Berlin	51.13663	12.69201		Ballendorf		13	00	14729	14729010
2953064	Ballendorf	ballendorf	DE	89177	651	Europe/Berlin	48.55417	10.07695		Balendorf,Ballendorf,balendorpi,Балендорф,Баллендорф,Բալենդորֆ,ბალენდორფი	08425013	01	084	08425	08425013
2953088	Balje	balje	DE	21730	1109	Europe/Berlin	53.83333	9.13333		Bal'e,Balje,ba er ye,barie,Балье,Балје,バリエ,巴尔耶	03359004	06	00	03359	03359004
2953089	Balingen	balingen	DE	72336	34414	Europe/Berlin	48.27525	8.85464		Balingen,ba lin gen,balynghn,balyngn,Балинген,Балінген,بالينغن,بالینگن,巴林根	08417	01	084	08417	08417002
2953096	Balgheim	balgheim	DE	78582	0	Europe/Berlin	48.80407	10.55055				02	097	09779	09779185
2953097	Balgheim	balgheim	DE	78582	981	Europe/Berlin	48.06667	8.76667			08327005	01	083	08327	08327005
2953100	Balge	balge	DE	31609	1909	Europe/Berlin	52.71667	9.16667		Bal'ge,Balge,ba er ge,baruge,Балге,Бальге,バルゲ,巴尔格	03256001	06	00	03256	03256001
2953104	Balesfeld	balesfeld	DE	54597	214	Europe/Berlin	50.1	6.53333			07232203	08	00	07232	07232203
2953108	Balduinstein	balduinstein	DE	65558	578	Europe/Berlin	50.35	7.96667		Bal'duinshtajn,Balduinshtajn,ba er du yin si tai yin,Балдуинштајн,Бальдуинштайн,巴尔杜因斯泰因	07141503	08	00	07141	07141503
2953109	Baldringen	baldringen	DE	54314	243	Europe/Berlin	49.61667	6.68333			07235003	08	00	07235	07235003
2953112	Baldham	baldham	DE	85598	0	Europe/Berlin	48.11477	11.79588				02	091	09175	09175132
2953116	Balderschwang	balderschwang	DE	87538	206	Europe/Berlin	47.46667	10.1		Bal'dershvang,Baldershvang,Baldersvang,ba er de er shi wang,Балдершванг,Бальдершванг,Բալդերշվանգ,巴尔德尔施旺	09780113	02	097	09780	09780113
2953134	Bälau	balau	DE	23881	242	Europe/Berlin	53.61667	10.61667		Balau,Bälau	01053005	10	00	01053	01053005
2953136	Bakum	bakum	DE	49456	5678	Europe/Berlin	52.74118	8.19546		Bakum,ba ku mu,Бакум,巴库姆	03460001	06	00	03460	03460001
2953137	Bakum	bakum	DE	49456	0	Europe/Berlin	52.21387	8.32704		Bakum		06	00	03459	03459024
2953163	Bäk	bak	DE	23909	826	Europe/Berlin	53.71667	10.78333		Bak,Bäk	01053004	10	00	01053	01053004
2953168	Baisweil	baisweil	DE	87650	1352	Europe/Berlin	47.94439	10.54007		Bajsvajl,Bajsvajl',Baysvayl,bai si wei er,baisuvu~airu,Байсвайль,Бајсвајл,Բայսվայլ,バイスヴァイル,拜斯魏尔	09777114	02	097	09777	09777114
2953178	Baindt	baindt	DE	88255	4561	Europe/Berlin	47.85	9.66667		Bajndt,bai yin te,Байндт,Бајндт,拜因特	08436012	01	084	08436	08436012
2953179	Baindt	baindt	DE	88255	0	Europe/Berlin	47.63333	9.73333		Baind,Baindt		01	084	08436	08436001
2953193	Baiersdorf	baiersdorf	DE	91083	0	Europe/Berlin	50.10819	11.25603				02	094	09478	09478111
2953194	Baiersdorf	baiersdorf	DE	91083	7071	Europe/Berlin	49.65807	11.03594		Baersdorf,Bajersdorf,Bajrsdorf,bai ai er si duo fu,baiasudorufu,bayrsdwrf,Байерсдорф,Баєрсдорф,Бајрсдорф,بایرسدورف,بیرسڈورف,バイアースドルフ,拜埃尔斯多夫		02	095	09572	09572115
2953195	Baiersdorf	baiersdorf	DE	91083	0	Europe/Berlin	48.96397	11.74503				02	092	09273	09273164
2953197	Baiersbronn	baiersbronn	DE	72270	16248	Europe/Berlin	48.50318	8.37699		Baiersbronn,Bajersbron,Bajrsbron,bai ai er si bu long,Байрсброн,Бајерсброн,Бајрсброн,拜埃尔斯布龙	08237004	01	082	08237	08237004
2953201	Baiern	baiern	DE	85625	0	Europe/Berlin	49.07913	12.03598				02	093	09375	09375165
2953202	Baiern	baiern	DE	85625	0	Europe/Berlin	48.8425	11.86399				02	092	09273	09273111
2953203	Baiern	baiern	DE	85625	0	Europe/Berlin	48.67707	11.15925		Baiern		02	091	09185	09185157
2953213	Baierbrunn	baierbrunn	DE	82065	2755	Europe/Berlin	48.0203	11.48689		Baerbrunn,Baiabrunn,Baierbrun,Bajerbrun,Bajerbrunn,Bayerbrun,bai ai er bu lun,bayrbrwn,Байербрунн,Баєрбрунн,Бајербрун,Բայերբրուն,بایربرون,ባየርብሩን,拜埃尔布伦	09184113	02	091	09184	09184113
2953216	Baierbach	baierbach	DE	84171	0	Europe/Berlin	49.1719	9.52691				01	081	08126	08126069
2953217	Baierbach	baierbach	DE	84171	774	Europe/Berlin	48.41667	12.2		Baierboch,Bairbakh,Bajerbakh,Bajrbakh,Bayerbax,bai ai er ba he,Байербах,Баїрбах,Бајрбах,Բայերբախ,拜埃尔巴赫	09274118	02	092	09274	09274118
2953218	Baierbach	baierbach	DE	84171	0	Europe/Berlin	47.86174	12.20324				02	091	09187	09187177
2953222	Baienfurt	baienfurt	DE	88255	7342	Europe/Berlin	47.82857	9.65157		Bainfurt,Bajenfurt,Bajnfurt,bai en fu er te,baynfwrt,Байнфурт,Баїнфурт,Бајенфурт,باينفورت,باینفورت,拜恩富尔特	08436011	01	084	08436	08436011
2953232	Bahrenhof	bahrenhof	DE	23845	196	Europe/Berlin	53.88333	10.38333		Bahrenhof	01060006	10	00	01060	01060006
2953234	Bahrenfleth	bahrenfleth	DE	25569	602	Europe/Berlin	53.87133	9.43964		Bahrenfleth,Barenfleth	01061006	10	00	01061	01061006
2953240	Bahrenborstel	bahrenborstel	DE	27245	1253	Europe/Berlin	52.57009	8.80863		Bahrenbostel	03251003	06	00	03251	03251003
2953242	Bahren	bahren	DE	03249	0	Europe/Berlin	51.63741	14.74949				11	00	12071	12071294
2953243	Bahren	bahren	DE	03249	0	Europe/Berlin	51.25346	12.7659		Bahren		13	00	14729	14729160
2953244	Bahren	bahren	DE	03249	0	Europe/Berlin	50.65392	11.64191				15	00	16075	16075081
2953247	Bahrdorf	bahrdorf	DE	38459	2087	Europe/Berlin	52.38587	11.0004		Bahrdorp,Bardorp,Bardorp [a. 973],Bardorpe [~ a. 1250],Bårdorp	03154001	06	00	03154	03154001
2953298	Bagenz	bagenz	DE	03130	313	Europe/Berlin	51.64476	14.43318		Bagenc,Bagenz,Bageńc		11	00	12071	12071301
2953302	Baesweiler	baesweiler	DE	52499	27834	Europe/Berlin	50.90964	6.18874		Baaswieler,Basweilen,Basweiler,Besvajler,Bäsweiler,ba si wei lei,baysfaylr,byzwaylr,Бесвайлер,Бесвајлер,بايسفايلر,بیزوایلر,巴斯韦勒		07	053	05334	05334008
2953309	Baek	baek	DE	19348	0	Europe/Berlin	53.16332	11.91642		Back,Baek,Bäck		11	00	12070	12070125
2953310	Bad Zwischenahn	bad-zwischenahn	DE	26160	27550	Europe/Berlin	53.18333	8		Bad Cvishenan,Bad Twiskenoan,Bad Zwischenahn,Bad-Cvishenan,Twueschenahn,Twüschenahn,ba te ci wei shen an,Бад Цвишенан,Бад-Цвишенан,巴特茨维申安	03451002	06	00	03451	03451002
2953312	Bad Wurzach	bad-wurzach	DE	88410	14323	Europe/Berlin	47.90799	9.89686		Bad Vurcakh,Bad Wurzach,Bad-Vurcakh,ba te wu er cha he,bad fwrtsakh,bad wwrzakh,Бад Вурцах,Бад-Вурцах,باد فورتساخ,باد وورزاخ,巴特武尔察赫		01	084	08436	08436010
2953313	Bad Wörishofen	bad-worishofen	DE	86825	14028	Europe/Berlin	48.00674	10.59666		Bad V'oriskhofen,Bad Veriskhofen,Bad Vyorishofen,Bad Woerishofen,Bad Worishofen,Bad Wörishofen,Bad-Verisgofen,Bad-Vjoriskhofen,ba te wo li si huo fen,bad fwryshwfn,bad wryshwfn,Бад Верисхофен,Бад Вьорисхофен,Бад-Верісгофен,Бад-Вёрисхофен,Бад-Вөрисхофен,Բադ Վյորիսհոֆեն,باد فوريسهوفن,باد وریسهوفن,بیڈ وورسشوفن,巴特沃里斯霍芬		02	097	09778	09778116
2953314	Bad Windsheim	bad-windsheim	DE	91438	12022	Europe/Berlin	49.50274	10.41539		Bad Vindshaym,Bad Vindskhajm,Bad Windsheim,Bad-Vindsgajm,Bad-Vindskhajm,ba te wen ci hai mu,bad fyndshaym,bad wyndshaym,byڈ wnڈsہaym,Бад Виндсхајм,Бад-Виндсхайм,Бад-Віндсгайм,Բադ Վինդսհայմ,باد فيندسهايم,باد ویندسهایم,بیڈ ونڈسہایم,巴特温茨海姆		02	095	09575	09575112
2953315	Bad Wimpfen	bad-wimpfen	DE	74206	6968	Europe/Berlin	49.22971	9.15648		Bad Vimpfen,Bad Wimpfen,Bad-Vimpfen,Wimpina,ba te wen pu fen,bad fymbfn,bad wympn,Бад Вимпфен,Бад-Вимпфен,Бад-Вімпфен,باد فيمبفن,باد ویمپن,バート・ヴィンプフェン,巴特温普芬		01	081	08125	08125007
2953508	Badem	badem	DE	54657	1135	Europe/Berlin	50	6.61667			07232007	08	00	07232	07232007
2953316	Bad Wilsnack	bad-wilsnack	DE	19336	2941	Europe/Berlin	52.95607	11.94903		Bad Vilsnak,Bad Wilsnack,Bad-Vil'snak,ba te wei er si na ke,bad fylsnak,bad wylznak,Бад Вилснак,Бад-Вильснак,باد فيلسناك,باد ویلزناک,巴特维尔斯纳克		11	00	12070	12070008
2953317	Bad Wildungen	bad-wildungen	DE	34537	18037	Europe/Berlin	51.11963	9.12475		Bad Vildungen,Bad-Vil'dungen,Nieder-Wildungen,ba te wei er dong gen,bad fyldwnghn,bad wyldwngn,Бад Вилдунген,Бад-Вильдунген,Бад-Вільдунген,باد فيلدونغن,باد ویلدونگن,バート・ヴィルドゥンゲン,巴特維爾東根		05	066	06635	06635003
2953318	Bad Wiessee	bad-wiessee	DE	83707	4293	Europe/Berlin	47.71667	11.71667		Bad Visze,Bad-Visze,ba te wei sai,Бад Висзе,Бад-Висзе,Бад-Вісзе,Բադ Վիսզե,巴特维塞	09182111	02	091	09182	09182111
2953320	Bad Waldsee	bad-waldsee	DE	88339	19840	Europe/Berlin	47.92027	9.7549		Bad Valdze,Bad Waldsee,Bad-Val'dze,ba te wa er de sai,bad faldzyh,bad waldzy,Бад Валдзе,Бад-Вальдзе,باد فالدزيه,باد والدزی,巴特瓦尔德塞		01	084	08436	08436009
2953321	Bad Vilbel	bad-vilbel	DE	61118	30736	Europe/Berlin	50.17866	8.73756		Bad Vilbel,Bad-Fil'bel',ba de fei er bei er,bad fylbl,Бад Вилбел,Бад-Фильбель,Бад-Фільбель,باد فيلبل,باد فیلبل,バート・フィルベル,巴德菲尔贝尔		05	064	06440	06440003
2953322	Bad Überkingen	bad-uberkingen	DE	73337	3987	Europe/Berlin	48.59991	9.79586		Bad Iberkingen,Bad UEberkingen,Bad Überkingen,Bad-Iberkingen,Bad-Juberkingen,ba te yu bo jing gen,Бад Иберкинген,Бад-Иберкинген,Бад-Юберкінген,巴特于伯京根	08117007	01	081	08117	08117007
2953325	Bad Tennstedt	bad-tennstedt	DE	99955	2480	Europe/Berlin	51.15447	10.83873	172	Bad Tennstedt,Bad Tenshtet,Bad-Tenshtedt,Tennisteti [a. 877],ba te teng shi tai te,bad tnshtyt,Бад Тенштет,Бад-Тенштедт,باد تنشتيت,باد تن‌اشتت,巴特滕施泰特	16064004	15	00	16064	16064004
2953330	Bad Sulza	bad-sulza	DE	99518	3027	Europe/Berlin	51.08929	11.62474		Bad Zulca,Bad-Zul'ca,ba te su er cha,bad zwltsa,bad zwlza,Бад Зулца,Бад-Зульца,باد زولتسا,باد زولزا,巴特苏尔察		15	00	16071	16071004
2953331	Bad Suderode	bad-suderode	DE	06507	1791	Europe/Berlin	51.73333	11.11667		Bad Zuderode,Bad-Zuderode,Бад Зудероде,Бад-Зудероде	15085235	14	00	15085	15085235
2953334	Bad Steben	bad-steben	DE	95138	3640	Europe/Berlin	50.36648	11.64438		Bad Shteben,Bad Steben,Bad-Shteben,Badsteban,Steben,Untersteben,ba te shi tai ben,bad ashtbn,Бад Штебен,Бад-Штебен,باد اشتبن,バート・シュテーベン,巴特施泰本		02	094	09475	09475112
2953336	Bad Sooden-Allendorf	bad-sooden-allendorf	DE	37242	8915	Europe/Berlin	51.27092	9.97483		Allendorf,Bad Sooden,Bad Sooden-Allendorf,Bad Zoden-Alendorf,Bad-Zoden-Allendorf,ba te suo deng-a lun duo fu,bad zwdn-alndwrf,bad zwndn-alndwrf,Бад Зоден-Алендорф,Бад-Зоден-Аллендорф,باد زودن-آلندورف,باد زوندن-الندورف,バート・ゾーデン＝アレンドルフ,巴特索登-阿伦多夫		05	066	06636	06636001
2953339	Bad Soden am Taunus	bad-soden-am-taunus	DE	65812	21357	Europe/Berlin	50.1408	8.50449		Bad Soden,Bad Soden in Taunus,Bad Zoden am Taunus,Bad-Zodehn,Bad-Zoden,bad zwdn an dr tawnws,bad zwndn an dr tawnws,bateu joden,tao nu si shan lu ba de suo deng,Бад Зоден ам Таунус,Бад-Зоден,Бад-Зодэн,باد زودن آن در تاونوس,باد زوندن آن در تاونوس,バート・ゾーデン・アム・タウヌス,陶努斯山麓巴德索登,바트 조덴		05	064	06436	06436001
2953341	Bad Segeberg	bad-segeberg	DE	23795	16052	Europe/Berlin	53.94313	10.30215		Bad Segeberg,Bad Zegeberg,Bad-Zegeberg,Sebarg,ba te sai ge bei ge,bad zgbrg,bad zghhbrgh,Бад Зегеберг,Бад-Зегеберг,باد زغهبرغ,باد زگبرگ,巴特塞格贝格	01060	10	00	01060	01060005
2953347	Bad Schwartau	bad-schwartau	DE	23611	19722	Europe/Berlin	53.91887	10.69691		Bad Schwartau,Bad Shvartau,Bad-Shvartau,ba te shi wa tao,bad ashwratwa,bad shfartaw,Бад Швартау,Бад-Швартау,باد اشوراتوا,باد شفارتاو,巴特施瓦陶		10	00	01055	01055004
2954143	Augustenkoog	augustenkoog	DE	25881	0	Europe/Berlin	54.38158	8.73379				10	00	01054	01054100
2953348	Bad Schwalbach	bad-schwalbach	DE	65307	11112	Europe/Berlin	50.14196	8.06964		Bad Schwalbach,Bad Shvalbakh,Bad-Shval'bakh,ba te shi wa er ba he,bad ashwalbakh,bad shfalbakh,Бад Швалбах,Бад-Швальбах,باد اشوالباخ,باد شفالباخ,巴特施瓦尔巴赫	06439	05	064	06439	06439002
2953350	Bad Schmiedeberg	bad-schmiedeberg	DE	06905	4241	Europe/Berlin	51.68516	12.73483		Bad Schmiedeberg,Bad Shmideberg,Bad-Shmideberg,ba te shi mi de bei ge,bad ashmydbrg,bad shmydhbrgh,Бад Шмидеберг,Бад-Шмидеберг,باد اشمیدبرگ,باد شميدهبرغ,巴特施米德贝格		14	00	15091	15091020
2953352	Bad Schandau	bad-schandau	DE	01814	3078	Europe/Berlin	50.91743	14.15494		Bad Shandau,Bad-Shandau,Badsandava,Bādšandava,Zandow,ba te shang dao,bad shandaw,bad shwandwa,Žandow,Бад Шандау,Бад-Шандау,باد شانداو,باد شواندوا,巴特尚道		13	00	14628	14628030
2953355	Bad Sassendorf	bad-sassendorf	DE	59505	11659	Europe/Berlin	51.58333	8.16667		Bad Sassendorf,Bad Zasendorf,Bad-Zassendorf,ba te sa sen duo fu,Бад Засендорф,Бад-Зассендорф,巴特萨森多夫	05974008	07	059	05974	05974008
2953357	Bad Salzungen	bad-salzungen	DE	36433	16410	Europe/Berlin	50.81342	10.2361		Bad Salzungen,Bad Zalcungen,Bad-Zal'cungen,ba te sa er cong gen,bad zaltswnghn,bad zalzwngn,Бад Залцунген,Бад-Зальцунген,باد زالتسونغن,باد زالزونگن,巴特萨尔聪根	16063	15	00	16063	16063003
2953358	Bad Salzuflen	bad-salzuflen	DE	32105	54899	Europe/Berlin	52.0862	8.74434		Bad Zalcuflen,Bad-Zal'cuflen,ba te sa er ci wu fu lun,bad zaltswfln,Бад Залцуфлен,Бад-Зальцуфлен,باد زالتسوفلن,バート・ザルツウフレン,巴特萨尔茨乌夫伦		07	057	05766	05766008
2953359	Bad Salzschlirf	bad-salzschlirf	DE	36364	3204	Europe/Berlin	50.62388	9.50815		Bad Zalcshlirf,Bad-Zal'cshlirf,ba te sa er qi li fu,Бад Залцшлирф,Бад-Зальцшлирф,Бад-Зальцшлірф,巴特萨尔奇利夫	06631001	05	066	06631	06631001
2953362	Bad Salzdetfurth	bad-salzdetfurth	DE	31162	14349	Europe/Berlin	52.05777	10.0058		Bad Salzdetfurth,Bad Zalcdetfurt,Bad-Zal'cdetfurt,ba te sa er ci dai te fu te,bad zaldtfwrth,bad zaltsdtfwrt,Бад Залцдетфурт,Бад-Зальцдетфурт,باد زالتسدتفورت,باد زالدتفورث,巴特萨尔茨代特富特		06	00	03254	03254005
2953363	Bad Säckingen	bad-sackingen	DE	79713	16549	Europe/Berlin	47.55371	7.94612		Bad Saeckingen,Bad Säckingen,Bad Zekingen,Bad-Zekingen,Bad-Zekkingen,Sackingen,Säckingen,ba te sai jing gen,bad zkynghyn,bad zkyngyn,Бад Зекинген,Бад-Зекинген,Бад-Зеккінген,باد زكينغين,باد زکینگین,巴特塞京根		01	083	08337	08337096
2953364	Bad Sachsa	bad-sachsa	DE	37441	8244	Europe/Berlin	51.59499	10.55546		Bad Zakhsa,Bad-Zaksa,Sathsa,ba te sa ke sa,bad zaksa,Бад Захса,Бад-Закса,باد زاكسا,باد زاکسا,巴特萨克萨		06	00	03159	03159004
2953366	Bad Saarow	bad-saarow	DE	15526	4594	Europe/Berlin	52.28333	14.06667		Bad Saarow,Bad Zarov,Bad-Zarov,Zarow,ba te sa luo,Бад Заров,Бад-Заров,Բադ Զարով,巴特萨罗	12067024	11	00	12067	12067024
2953367	Bad Rothenfelde	bad-rothenfelde	DE	49214	7299	Europe/Berlin	52.11667	8.16667		Bad Rotenfel'de,Bad Rotenfelde,Bad Rothenfelde,Bad-Rotenfel'de,ba te luo teng fei er de,Бад Ротенфелде,Бад Ротенфельде,Бад-Ротенфельде,巴特罗滕费尔德	03459006	06	00	03459	03459006
2953371	Bad Reichenhall	bad-reichenhall	DE	83435	16910	Europe/Berlin	47.72947	12.87819		Bad Rajkhenkhal,Bad Rayxenhal,Bad Reichenhall,Bad-Rajkhengall',Bad-Rajkhenkhal',Bad-Rajkhenkhall',Datreiche Hall,Reichahoi,Reichenhall,ba te lai xing ha er,bad rayshnhal,Бад Райхенхал,Бад Рајхенхал,Бад-Райхенгалль,Бад-Райхенхалль,Бад-Райхенхаль,Բադ Ռայխենհալ,باد رايشنهال,باد رایشنهال,بیڈ ریچنہال,巴特赖兴哈尔	09172	02	091	09172	09172114
2953374	Bad Rappenau	bad-rappenau	DE	74906	20581	Europe/Berlin	49.23848	9.1018		Bad Rapenau,Bad Rappenau,Bad-Rappenau,ba te la po nao,bad rabnaw,bad rapnwa,Бад Рапенау,Бад-Раппенау,باد رابناو,باد راپنوا,バート・ラッペナウ,巴特拉珀瑙		01	081	08125	08125006
2953377	Badra	badra	DE	99707	625	Europe/Berlin	51.40693	10.97427		Badra		15	00	16065	16065085
2953379	Bad Pyrmont	bad-pyrmont	DE	31812	21629	Europe/Berlin	51.98589	9.25246		Bad Pirmont,Bad Pyrmont,Bad-Pirmont,Petrimons,ba te pi er meng te,bad byrmwnt,bad pyrmwnt,Бад Пирмонт,Бад-Пирмонт,باد بيرمونت,باد پیرمونت,バート・ピルモント,巴特皮尔蒙特		06	00	03252	03252003
2953381	Badow	badow	DE	19209	389	Europe/Berlin	53.61226	11.12		Badow		12	00	13074	13074072
2953384	Bad Orb	bad-orb	DE	63619	10186	Europe/Berlin	50.22788	9.34782		Bad Orb,Bad-Orb,ba te ao er bu,bad awrb,Бад Орб,Бад-Орб,باد اورب,バート・オルプ,巴特奥尔布		05	064	06435	06435001
2953385	Bad Oldesloe	bad-oldesloe	DE	23843	24322	Europe/Berlin	53.81167	10.37417		Bad Oldeslo,Bad Oldesloe,Bad-Ol'deslo,Odislo,ba te ao er de si luo,bad aldzwlh,bad awldzlwh,Бад Олдесло,Бад-Ольдесло,באד אולדסלו,باد أولدزلوه,باد الدزوله,巴特奥尔德斯洛	01062	10	00	01062	01062004
2953386	Bad Oeynhausen	bad-oeynhausen	DE	32545	49513	Europe/Berlin	52.20699	8.80365		Bad Oajnkhauzen,Bad Oeyhausen,Bad Oeynhausen,Bad-Ehjnkhauzen,Bad-Ejngauzen,ba te en hao sen,bad awynhawzn,bateuoeinhaujen,Бад Оајнхаузен,Бад-Ейнгаузен,Бад-Эйнхаузен,باد أوينهاوزن,باد اوین‌هاوزن,バート・エーンハウゼン,巴特恩豪森,바트외인하우젠		07	057	05770	05770004
2953389	Bad Neustadt an der Saale	bad-neustadt-an-der-saale	DE	97616	16064	Europe/Berlin	50.32174	10.20673		Bad Neustadt,Bad Neustadt a.d.Saale,Bad Neustadt an der Saale,Bad Nojshtat an der Zale,Bad-Nojshtadt-an-der-Zaale,Bad-Nojshtadt-an-der-Zale,Neustadt,Neustadt an der Saale,bad nwyashtat an dr zalh,sa lei he pan ba te nuo yi shi ta te,Бад Нојштат ан дер Зале,Бад-Нойштадт-ан-дер-Заале,Бад-Нойштадт-ан-дер-Зале,Զաալեի Բադ Նոյշթաթ,باد نوياشتات آن در زاله,باد نوی‌اشتات آن در زاله,萨勒河畔巴特诺伊施塔特		02	096	09673	09673114
2953391	Bad Neuenahr-Ahrweiler	bad-neuenahr-ahrweiler	DE	53474	27823	Europe/Berlin	50.54322	7.1113		Bad Neuenahr-Ahrweiler,Bad Nojenar-Arvajler,Bad-Nojenar-Arvajler,Stadt Bad Neuenahr-Ahrweiler,ba te nuo yin a er-a er wei lei,bad nwynar-arfaylr,Бад Нойенар-Арвайлер,Бад Нојенар-Арвајлер,Бад-Нойенар-Арвайлер,باد نوينار-آرفايلر,باد نوین‌آر-آروایلار,バート・ノイェンアール＝アールヴァイラー,巴特诺因阿尔-阿尔韦勒	07131	08	00	07131	07131007
2955331	Asbach	asbach	DE	53567	0	Europe/Berlin	48.46976	12.99498				02	092	09277	09277138
2953394	Bad Nenndorf	bad-nenndorf	DE	31542	10255	Europe/Berlin	52.33703	9.37904		Bad Nendorf,Bad Nenndorf,Bad Neundorf,Bad-Nendorf,ba te nen duo fu,bad nndwrf,Бад Нендорф,Бад-Нендорф,باد نندورف,バート・ネンドルフ,巴特嫩多夫		06	00	03257	03257006
2953395	Bad Nauheim	bad-nauheim	DE	61231	30291	Europe/Berlin	50.36463	8.73859		Bad Naukhajm,Bad-Naukhajm,Stadt Bad Nauheim,ba de nao hai mu,bad nwahaym,Бад Наухајм,Бад-Наухайм,باد نواهایم,巴德瑙海姆		05	064	06440	06440002
2953397	Bad Muskau	bad-muskau	DE	02953	4027	Europe/Berlin	51.55051	14.7124		Bad Muskau,Bad Muskau/Muzakow,Bad Muskau/Mužakow,Bad-Muskau,Badmuskava,Bādmuskava,Hora,Muscavia,Muskau,Muskau Bad,Muzakow,Mużaków,Mužakow,ba te mu si kao,bad mwskaw,Бад Мускау,Бад-Мускау,باد موسكاو,باد موسکاو,巴特穆斯考		13	00	14626	14626010
2953402	Bad Mergentheim	bad-mergentheim	DE	97980	22472	Europe/Berlin	49.4925	9.77361		Bad Mergentheim,Bad Mergentheimas,Bad Mergentkhajm,Bad-Mergentgajm,Bad-Mergentkhajm,ba te mei er gen te hai mu,bad mrghnthaym,Бад Мергентхайм,Бад Мергентхајм,Бад-Мергентгайм,Бад-Мергентхайм,باد مرغنتهايم,باد مرگنت‌هایم,バート・メルゲントハイム,巴特梅尔根特海姆		01	081	08128	08128007
2953404	Bad Marienberg	bad-marienberg	DE	56470	5838	Europe/Berlin	50.64947	7.94958		Bad Marienberg,Bad Marinberg,Bad-Marienberg,Marienberg,ba te ma lin bei ge,bad marynbrg,bad marynbrgh,Бад Маринберг,Бад-Мариенберг,باد مارينبرغ,باد مارینبرگ,バート・マリーエンベルク,巴特马林贝格		08	00	07143	07143206
2953405	Bad Lippspringe	bad-lippspringe	DE	33175	15175	Europe/Berlin	51.78333	8.81683		Bad Lippspringe,Bad Lipspringe,Bad-Lippshpringe,Bad-Lipshpringe,Lippspringe,ba te li pu shi pu ling ge,bad lybshbrynghh,Бад Липспринге,Бад-Липшпринге,Бад-Ліппшпрінге,باد ليبشبرينغه,باد لیپ‌اسپرینگه,巴特利普施普灵格		07	057	05774	05774008
2953407	Bad Liebenzell	bad-liebenzell	DE	75378	9616	Europe/Berlin	48.77427	8.72971		Bad Libencel,Bad Liebenzell,Bad-Libencehl',Bad-Libencell',ba te li ben cai er,bad lybntsl,Бад Либенцел,Бад-Либенцелль,Бад-Лібенцелль,Бад-Лібенцэль,Բադ Լիբենցել,باد ليبنتسل,باد لیبن‌زل,巴特利本采尔		01	082	08235	08235008
2953408	Bad Liebenwerda	bad-liebenwerda	DE	04924	10890	Europe/Berlin	51.51826	13.39459		Bad Libenverda,Bad Liebenwerda,Bad-Libenverda,Liebenwerda,Rukow,ba te li ben wei da,bad lybnfyrda,Бад Либенверда,Бад-Либенверда,Բադ Լիբենվերդա,باد ليبنفيردا,باد لیبن‌وردا,巴特利本韦达		11	00	12062	12062024
2953409	Bad Liebenstein	bad-liebenstein	DE	36448	4094	Europe/Berlin	50.81569	10.35123		Bad Libenshtajn,Bad Liebenstein,Bad-Libenshtajn,ba de li ben si tai yin,Бад Либенштајн,Бад-Либенштайн,باد لیبن‌اشتاین,巴德利本斯泰因		15	00	16063	16063099
2953410	Bad Lauterberg im Harz	bad-lauterberg-im-harz	DE	37431	11784	Europe/Berlin	51.63272	10.47031		Aquae Lauterbergenses in Harthicis montibus,Bad Lauterberg,Bad Lauterberg im Harz,Bad Lauterberg im Kharc,Bad-Lauterberg,Lauterberg,bad lawtrbrgh,bad lwatrbrg dr harz,ha ci shan qu ba te lao te bei ge,Бад Лаутерберг,Бад Лаутерберг им Харц,Бад-Лаутерберг,باد لاوتربرغ,باد لواتربرگ در هارز,哈茨山区巴特劳特贝格		06	00	03159	03159003
2953411	Bad Lausick	bad-lausick	DE	04651	9026	Europe/Berlin	51.14495	12.64449		Bad Lauzik,Bad-Lauzik,Badlauzika,Bādlauzika,ba te lao xi ke,bad lawzyk,bad lwasyk,Бад Лаузик,Бад-Лаузик,باد لاوزيك,باد لواسیک,巴特劳西克		13	00	14729	14729010
2953413	Bad Langensalza	bad-langensalza	DE	99947	18183	Europe/Berlin	51.10771	10.646		Bad Langensalza,Bad Langenzalca,Bad-Langenzal'ca,Langensalza,ba te lang gen sa er cha,bad langhnzaltsa,Бад Лангензалца,Бад-Лангензальца,باد لانغنزالتسا,باد لانگن‌زاسا,巴特朗根萨尔察		15	00	16064	16064003
2953414	Bad Krozingen	bad-krozingen	DE	79189	0	Europe/Berlin	47.91667	7.7		Bad Krocingen,Bad-Krocingen,ba te ke luo qing gen,bad krwtsynghn,bad krwzyngn,Бад Кроцинген,Бад-Кроцинген,Бад-Кроцінген,Բադ Կրոցինգեն,باد كروتسينغن,باد کروزینگن,巴特克罗青根	08315006	01	083	08315	08315006
2953416	Bad Kreuznach	bad-kreuznach	DE	55543	43213	Europe/Berlin	49.8414	7.86713		Bad Kreuznach,Bad Krojcnakh,Bad-Krojcnakh,Cruciniacum,Kreuznach,ba te ke luo yi ci na he,bad krwytsnakh,Бад Кройцнах,Бад Кројцнах,Бад-Кройцнах,باد كرويتسناخ,باد کرویتسناخ,バート・クロイツナハ,巴特克罗伊茨纳赫	07133	08	00	07133	07133006
2953420	Bad Kohlgrub	bad-kohlgrub	DE	82433	2416	Europe/Berlin	47.66667	11.05		Bad Kolgrub,Bad-Kol'grub,ba te ke er ge lu bu,bad kwlgrwb,Бад Колгруб,Бад-Кольгруб,Բադ Կոլգրուբ,باد کولگروب,巴特科尔格鲁布	09180112	02	091	09180	09180112
2953421	Bad Klosterlausnitz	bad-klosterlausnitz	DE	07639	3521	Europe/Berlin	50.91667	11.86667		Bad Klosterlausnic,Bad Klosterlausnitz,Bad-Klosterlausnic,Klosterlausnitz,ba de ke luo si te er lao si ni ci,Бад Клостерлаусниц,Бад-Клостерлаусниц,巴德克洛斯特尔劳斯尼茨	16074003	15	00	16074	16074003
2953422	Bad Kleinen	bad-kleinen	DE	23996	3787	Europe/Berlin	53.77134	11.47165		Bad Klajnen,Bad Kleinen,Bad-Klajnen,Kleinen,ba te ke lai nen,Бад Клајнен,Бад-Клайнен,巴特克莱嫩		12	00	13074	13074002
2953424	Bad Kissingen	bad-kissingen	DE	97688	21328	Europe/Berlin	50.20228	10.07784		Bad Kisingen,Bad Kissingen,Bad-Kisingen,Bad-Kissingen,ba te ji xin gen,bad kysynghn,bad kysyngn,Бад Кисинген,Бад-Киссинген,Бад-Кіссінген,Бад-Кісінген,Բադ Կիսինգեն,باد كيسينغن,باد کیسینگن,بیڈ کسنجن,巴特基辛根	09672	02	096	09672	09672114
2953427	Badingen	badingen	DE	16775	0	Europe/Berlin	52.99867	13.25226				11	00	12065	12065356
2953428	Badingen	badingen	DE	16775	536	Europe/Berlin	52.60907	11.64208		Badingen		14	00	15090	15090070
2953430	Bad Iburg	bad-iburg	DE	49186	11554	Europe/Berlin	52.1549	8.04216		Bad Iburg,Bad-Iburg,Ibig,ba te yi bao,bad aybwrg,bad aybwrgh,Бад Ибург,Бад-Ібург,Бад-Ибург,باد إيبورغ,باد ایبورگ,巴特伊堡		06	00	03459	03459004
2953435	Bad Honnef	bad-honnef	DE	53604	25348	Europe/Berlin	50.64336	7.2278		Bad Honnef,Bad Honnef am Rhein,Bad Khonef,Bad-Gonnef,Bad-Khonnef,Honnef,Hunapha,ba te hong nei fu,bad hwnf,bad hwnyf,Бад Хонеф,Бад-Гоннеф,Бад-Хоннеф,باد هونف,باد هونيف,巴特洪内夫		07	053	05382	05382008
2954164	Augustdorf	augustdorf	DE	32832	9889	Europe/Berlin	51.90944	8.73173		Augustdorf,ao gu si duo fu,augusutodorufu,Аугустдорф,アウグストドルフ,奥古斯多夫	05766004	07	057	05766	05766004
2953439	Bad Hersfeld	bad-hersfeld	DE	36251	30725	Europe/Berlin	50.87197	9.70891		Bad Hersfeld,Bad Khersfeld,Bad-Gersfel'd,Bad-Khersfel'd,Hersfeld,ba te hei si fei er de,bad hrsfld,Бад Херсфелд,Бад-Герсфельд,Бад-Херсфельд,باد هرسفلد,巴特黑斯费尔德	06632	05	066	06632	06632002
2953440	Bad Herrenalb	bad-herrenalb	DE	76332	7521	Europe/Berlin	48.79787	8.43617		Bad Herenalb,Bad Herrenalb,Bad Kherenalb,Bad-Gerrenal'b,Bad-Kherrenal'b,Herrenalb,ba te hei lun a er bu,bad hyrnalb,Бад Хереналб,Бад-Герренальб,Бад-Херренальб,Բադ Հերենալբ,باد هررن‌آلب,باد هيرنآلب,巴特黑伦阿尔布		01	082	08235	08235033
2953443	Bad Heilbrunn	bad-heilbrunn	DE	83670	3697	Europe/Berlin	47.74671	11.45934		Bad Haylbrun,Bad Khajlbrun,Bad-Gajl'brunn,Bad-Khajl'brunn,Heilbrunn,ba te hai er bu lun,Бад Хајлбрун,Бад-Гайльбрунн,Бад-Хайльбрунн,Բադ Հայլբրուն,巴特海尔布伦	09173111	02	091	09173	09173111
2953449	Bad Harzburg	bad-harzburg	DE	38667	22954	Europe/Berlin	51.88268	10.56157		Bad Harzborch,Bad Harzburg,Bad Kharcburg,Bad-Garcburg,Bad-Kharcburge,Hartsburgum,Stadt Bad Harzburg,ba te ha er ci bao,bad haghzbwrgh,bad hartsbwrg,Бад Харцбург,Бад-Гарцбург,Бад-Харцбурге,باد هارتسبورگ,باد هاغزبورغ,巴特哈尔茨堡		06	00	03153	03153002
2953456	Bad Gandersheim	bad-gandersheim	DE	37581	11099	Europe/Berlin	51.87167	10.02537		Bad Gandersheim,Bad Ganderskhajm,Bad-Ganderskhajm,Gandersheim,Gandershemium,Ganderssen,ba te gan de si hai mu,bad gandrshaym,bad ghandrshaym,Бад Гандерсхайм,Бад Гандерсхајм,Бад-Гандерсхайм,باد غاندرسهايم,باد گاندرسهایم,バート・ガンダースハイム,巴特甘德斯海姆		06	00	03155	03155001
2953458	Bad Freienwalde	bad-freienwalde	DE	16259	13075	Europe/Berlin	52.7873	14.0304		Bad Frajenvalde,Bad Frajnvalde,Bad Frayenvalde,Bad-Fraenval'deh,Bad-Frajenval'de,Freienwalde,Freienwaldum,ba te fu lai en wa er de,bad fraynfaldh,Бад Фрајенвалде,Бад Фрајнвалде,Бад-Фраенвальдэ,Бад-Фрайенвальде,Բադ Ֆրայենվալդե,باد فراينفالده,باد فراین‌والده,巴特弗赖恩瓦尔德		11	00	12064	12064044
2953459	Bad Frankenhausen	bad-frankenhausen	DE	06567	8824	Europe/Berlin	51.35609	11.09977		Bad Frankenhausen,Bad Frankenhausen/Kyffhaeuser,Bad Frankenhausen/Kyffhäuser,Bad Frankenkhauzen,Bad-Frankenkhauzen-Kifkhojzer,Francohusium,Frankenhausen,ba te fu lan ken hao sen,bad franknhawzn,Бад Франкенхаузен,Бад-Франкенхаузен-Кифхойзер,باد فرانكنهاوزن,باد فرانکن‌هاوزن/کیفرهویزر,巴特弗兰肯豪森		15	00	16065	16065003
2953460	Bad Feilnbach	bad-feilnbach	DE	83075	7203	Europe/Berlin	47.77331	12.00973		Bad Fajlnbakh,Bad Faylnbax,Bad Feilnboch,Bad-Fajl'nbakh,Feilnbach,ba te fa yi er en ba he,bad faylnbakh,Бад Фајлнбах,Бад-Файльнбах,Բադ Ֆայլնբախ,باد فایلنباخ,巴特法伊尔恩巴赫	09187129	02	091	09187	09187129
2953464	Bad Essen	bad-essen	DE	49152	15732	Europe/Berlin	52.31667	8.33333		Bad Esen,Bad Essen,Bad-Ehssen,ba te ai sen,Бад Есен,Бад-Эссен,巴特埃森	03459003	06	00	03459	03459003
2953465	Badersleben	badersleben	DE	38836	0	Europe/Berlin	51.9852	10.88951				14	00	15085	15085185
2953482	Badenweiler	badenweiler	DE	79410	3829	Europe/Berlin	47.80223	7.67236		Badehnvajler,Badenvajler,Badenvayler,ba deng wei lei,badenvaileri,Баденвайлер,Баденвајлер,Бадэнвайлер,Բադենվայլեր,ბადენვაილერი,巴登韦勒	08315007	01	083	08315	08315007
2953492	Badenheim	badenheim	DE	55576	544	Europe/Berlin	49.83333	7.96667			07339004	08	00	07339	07339004
2953493	Badenhausen	badenhausen	DE	37534	1996	Europe/Berlin	51.76996	10.20493		Badenkhauzen,ba deng hao sen,Баденхаузен,巴登豪森		06	00	03159	03159002
2953494	Badenhard	badenhard	DE	56291	164	Europe/Berlin	50.11667	7.63333			07140005	08	00	07140	07140005
2953498	Badendorf	badendorf	DE	23619	779	Europe/Berlin	53.86667	10.56667			01062003	10	00	01062	01062003
2953499	Badendorf	badendorf	DE	23619	0	Europe/Berlin	48.50525	11.72264				02	091	09178	09178156
2953504	Baden-Baden	baden-baden	DE	76530	54239	Europe/Berlin	48.7606	8.23975		Aquae Aureliae,Badehn-Badehn,Baden,Baden-Baden,Badenas-Badenas,Badenbadene,Banten-Banten,Bādenbādene,FKB,b+b,ba deng-ba deng,baden=baden,badenbaden,badn badn,badn-badn,Μπάντεν-Μπάντεν,Баден-Баден,Бадэн-Бадэн,Բադեն-Բադեն,באדן-באדן,بادن بادن,بادن-بادن,バーデン＝バーデン,巴登-巴登,바덴바덴		01	082	08211	08211000
2953507	Bad Ems	bad-ems	DE	56130	9735	Europe/Berlin	50.33544	7.71369		Bad Ems,Bad-Ehms,Bad-Ems,Ems,ba te ai mu si,bad ams,Бад Емс,Бад-Емс,Бад-Эмс,בד אמס,باد إمس,باد امس,バート・エムス,巴特埃姆斯	07141	08	00	07141	07141006
2953509	Bad Elster	bad-elster	DE	08645	4021	Europe/Berlin	50.28192	12.2343		Bad Elster,Bad-Ehl'ster,Bad-El'ster,Badelstere,Bādelstere,ba te ai er si te,bad alstr,Бад Елстер,Бад-Ельстер,Бад-Эльстер,باد إلستر,باد الستر,巴特埃尔斯特		13	00	14523	14523040
2953513	Badel	badel	DE	39624	487	Europe/Berlin	52.73253	11.31556		Badel,Badel uber Kalbe,Badel uber Salzwedel,Badel über Kalbe,Badel über Salzwedel		14	00	15081	15081240
2953516	Bad Eilsen	bad-eilsen	DE	31707	2288	Europe/Berlin	52.24215	9.09822		Bad Ajlzen,Bad Eilsen,Bad-Ajl'zen,Eilsen,ba te ai er sen,Бад Ајлзен,Бад-Айльзен,バート・アイルゼン,巴特艾尔森	03257005	06	00	03257	03257005
2953520	Bad Dürrheim	bad-durrheim	DE	78073	12829	Europe/Berlin	48.02093	8.53056		Bad Dirkhajm,Bad Duerrheim,Bad Durrheim,Bad Dürrheim,Bad-Djurkhajm,Bad-Djurrgajm,Durrheim,Dürrheim,ba te di er hai mu,bad dwrhaym,Бад Дирхајм,Бад-Дюрргайм,Бад-Дюрхайм,باد دورهايم,باد دورهایم,巴特迪尔海姆		01	083	08326	08326003
2953525	Bad Driburg	bad-driburg	DE	33014	19553	Europe/Berlin	51.73297	9.01969		Bad Driburg,Bad-Driburg,ba te de li bao,bad drbwrg,bad drbwrgh,Бад Дрибург,Бад-Дрибург,Бад-Дрібург,باد دربورغ,باد دربورگ,バート・ドリーブルク,巴特德里堡		07	057	05762	05762004
2953528	Bad Doberan	bad-doberan	DE	18209	11559	Europe/Berlin	54.10712	11.90051		Bad Doberan,Bad-Doberan,Baddoberana,Bāddoberāna,Doberan,Doberanum,ba te duo bo lan,bad dwbran,Бад Доберан,Бад-Доберан,باد دوبران,巴特多伯兰		12	00	13072	13072006
2953529	Bad Ditzenbach	bad-ditzenbach	DE	73342	3704	Europe/Berlin	48.5883	9.70393		Bad Dicenbakh,Bad-Ditcenbakh,ba te di cen ba he,Бад Диценбах,Бад-Дитценбах,Бад-Дітценбах,巴特迪岑巴赫	08117006	01	081	08117	08117006
2954168	Augsdorf	augsdorf	DE	06308	623	Europe/Berlin	51.60142	11.57028		Augsdorf,Augsdorf (Gerbstedt),Ostagisdorff,Ostdagesdorp,Аугсдорф		14	00	15087	15087165
2953531	Baddeckenstedt	baddeckenstedt	DE	38271	3278	Europe/Berlin	52.08333	10.23333		Baddekkenshtedt,Badekenshtet,ba dai ken shi tai te,Баддеккенштедт,Бадекенштет,巴代肯施泰特	03158002	06	00	03158	03158002
2953534	Bad Buchau	bad-buchau	DE	88422	4040	Europe/Berlin	48.06231	9.61244		Bad Buchau,Bad Bukhau,Bad Buxau,Bad-Bukhau,Buchau,Buchau am Federsee,ba te bu hao,bad bwkhaw,bad bwsha,bad-bukhau,Бад Бухау,Бад-Бухау,Բադ Բուխաու,باد بوخاو,باد بوشا,ბად-ბუხაუ,巴特布豪		01	084	08426	08426013
2953535	Bad Brückenau	bad-bruckenau	DE	97769	7304	Europe/Berlin	50.30853	9.78985		Bad Brikenau,Bad Brueckenau,Bad Brückenau,Bad-Brjukkenau,Bruckenau,Brückenau,ba te bu lu ke nao,bad brwknaw,bad brwknwa,Бад Брикенау,Бад-Брюккенау,Բադ Բրյուքենաու,באד בריקנאו,باد بروكناو,باد بروکنوا,بیڈ بروکیناؤ,巴特布吕克瑙		02	096	09672	09672113
2953536	Bad Breisig	bad-breisig	DE	53498	8959	Europe/Berlin	50.50523	7.28861		Bad Brajzig,Bad Breisig,Bad Breissig,Bad-Brajzig,ba te bu lai xi xi,bad brayzyg,bad brayzygh,Бад Брајзиг,Бад-Брайзиг,باد برايزيغ,باد برایزیگ,バート・ブライジク,巴特布赖西希		08	00	07131	07131006
2953537	Bad Bramstedt	bad-bramstedt	DE	24576	13177	Europe/Berlin	53.9183	9.88424		Bad Bramshtet,Bad Bramstedt,Bad-Bramshtedt,ba te bu la mu shi tai te,bad bramshtyt,Бад Брамштет,Бад-Брамштедт,باد برامشتيت,باد برام‌اشتت,巴特布拉姆施泰特		10	00	01060	01060004
2953538	Bad Brambach	bad-brambach	DE	08648	2284	Europe/Berlin	50.21667	12.31667		Bad Brambach,Brambach	14523030	13	00	14523	14523030
2953540	Bad Bocklet	bad-bocklet	DE	97708	4642	Europe/Berlin	50.26648	10.07902		Bad Bocklet,Bad Boklet,Bad-Boklet,ba te bo ke lai te,Бад Боклет,Бад-Боклет,Բադ Բոկլետ,巴特博克莱特		02	096	09672	09672112
2953541	Bad Blankenburg	bad-blankenburg	DE	07422	7625	Europe/Berlin	50.68189	11.27369		Bad Blankenburg,Bad-Blankenburg,ba te bu lan ken bao,bad blnknbwrg,bad blnknbwrgh,Бад Бланкенбург,Бад-Бланкенбург,باد بلنكنبورغ,باد بلنکنبورگ,巴特布兰肯堡		15	00	16073	16073005
2953542	Bad Bibra	bad-bibra	DE	06647	2192	Europe/Berlin	51.20796	11.58517		Bad Bibra,Bad-Bibra,ba te bi bu la,bad bybra,Бад Бибра,Бад-Бибра,باد بيبرا,باد بیبرا,巴特比布拉		14	00	15084	15084015
2953543	Bad Bertrich	bad-bertrich	DE	56864	960	Europe/Berlin	50.06667	7.03333		Bad Bertrikh,Bad-Bertrikh,ba te bei er te li xi,Бад Бертрих,Бад-Бертрих,巴特贝尔特里希	07135501	08	00	07135	07135501
2953636	Bächingen an der Brenz	bachingen-an-der-brenz	DE	89431	1320	Europe/Berlin	48.54627	10.31281		Bachingen,Baechingen,Bekhingen,Bekhingen an der Brenc,Bekhingen-an-der-Brenc,Bächingen,bshyngn,Бехинген ан дер Бренц,Бехинген-ан-дер-Бренц,Бехінген,Բրենցի Բեխինգեն,بشینگن		02	097	09773	09773113
2953544	Bad Berneck im Fichtelgebirge	bad-berneck-im-fichtelgebirge	DE	95460	4723	Europe/Berlin	50.04564	11.67238		Bad Berneck,Bad Berneck im Fichtelgebirge,Bad Bernek,Bad Bernek im Fikhtelgebirge,Bad-Bernek,Bad-Bernek-im-Fikhtel'gebirge,Bad-Bernekk-im-Fikhtel'gebirge,Berneck,bad brnk aym fyshtlgbyrgh,bad brnyk am fyshtlghbryghh,fei xi te er shan qu ba te bei nei ke,Бад Бернек им Фихтелгебирге,Бад-Бернек,Бад-Бернек-ім-Фіхтельгебірге,Бад-Бернекк-им-Фихтельгебирге,Բադ Բերնեկ,باد برنيك إم فيشتلغبريغه,باد برنک ایم فیشتلگبیرگه,بیڈ برنیک,バート・ベルネック・イム・フィヒテルゲビルゲ,菲希特尔山区巴特贝内克		02	094	09472	09472116
2953545	Bad Berleburg	bad-berleburg	DE	57319	20757	Europe/Berlin	51.05224	8.39227		Bad Berleburg,Bad-Berleburg,Berleberg,Berleburg,ba te bei lei bao,bad brlbwrg,bad brlhbwrgh,Бад Берлебург,Бад-Берлебург,باد برلبورگ,باد برلهبورغ,巴特贝勒堡		07	059	05970	05970004
2953548	Bad Berka	bad-berka	DE	99438	7744	Europe/Berlin	50.89982	11.28245		Bad Berka,Bad-Berka,ba te bei er ka,bad brka,bad byrka,Бад Берка,Бад-Берка,باد برکا,باد بيركا,巴特贝尔卡		15	00	16071	16071003
2953549	Bad Bergzabern	bad-bergzabern	DE	76887	7641	Europe/Berlin	49.10245	8.00092	170	Bad Bergcabern,Bad Bergzaben,Bad Bergzabern,Bad-Bergcabern,Bergzabern,Tabernae Montanus,ba te bei ge cha bo en,bad byrghtsabrn,Бад Бергцаберн,Бад-Бергцаберн,باد برگ‌زابرن,باد بيرغتسابرن,バート・ベルクツァバン,巴特贝格察伯恩		08	00	07337	07337005
2953550	Badbergen	badbergen	DE	49635	4577	Europe/Berlin	52.63333	7.98333	29	Badbergen,ba te bei er gen,Бадберген,巴特贝尔根	03459007	06	00	03459	03459007
2953552	Bad Bentheim	bad-bentheim	DE	48455	15508	Europe/Berlin	52.30066	7.15763		Bad Bentheim,Bad Bentkhajm,Bad-Bentkhajm,ba te ben te hai mu,badbnthaym,Бад Бентхайм,Бад Бентхајм,Бад-Бентхайм,بادبنتهايم,بادبنتهایم,巴特本特海姆		06	00	03456	03456001
2953553	Bad Bellingen	bad-bellingen	DE	79415	3759	Europe/Berlin	47.73147	7.55756		Bad Belingen,Bad Bellingen,Bad-Bellingen,Bellingen,ba te bei lin gen,Бад Белинген,Бад-Беллинген,Бад-Беллінген,巴特贝林根	08336006	01	083	08336	08336006
2953558	Bad Aibling	bad-aibling	DE	83043	17672	Europe/Berlin	47.8638	12.01055		Aibling,Albling,Bad Ajbling,Bad Aybling,Bad-Ajbling,Epininga,Oabling,ba te ai bu ling,bad ayblyng,bad ayblyngh,Бад Ајблинг,Бад-Айблинг,Бад-Айблінг,Բադ Այբլինգ,باد آيبلينغ,باد آیبلینگ,بیڈ ابلنگ,巴特艾布灵		02	091	09187	09187117
2953559	Bad Abbach	bad-abbach	DE	93077	10882	Europe/Berlin	48.93754	12.04494		Abach,Abacum,Abbach,Bad Abakh,Bad Abax,Bad Abbach,Bad-Abbakh,ba te a ba he,bad abakh,Бад Абах,Бад-Аббах,Բադ Աբախ,باد آباخ,巴特阿巴赫		02	092	09273	09273116
2953568	Backnang	backnang	DE	71522	35778	Europe/Berlin	48.94743	9.43718		Backnang,Baknang,ba ke nan,baknang,baknangh,Бакнанг,باكنانغ,باکنانگ,巴克南		01	081	08119	08119008
2953662	Bachhagel	bachhagel	DE	89429	2459	Europe/Berlin	48.63217	10.32045		Bakhgagel',Bakhkhagel,Bakhkhagel',Baxhagel,ba ha ge er,bakhhagl,Бахгагель,Баххагел,Баххагель,Բախհագել,باخهاگل,巴哈格尔	09773112	02	097	09773	09773112
2953666	Bachfeld	bachfeld	DE	96528	520	Europe/Berlin	50.41667	10.98333			16072015	15	00	16072	16072015
2953682	Bachenberg	bachenberg	DE	57610	127	Europe/Berlin	50.71667	7.65			07132004	08	00	07132	07132004
2953683	Bachenau	bachenau	DE	74832	0	Europe/Berlin	49.27837	9.19437		Bachenau		01	081	08125	08125039
2954171	Augsburg	augsburg	DE	86150	0	Europe/Berlin	54.50382	9.10256				10	00	01054	01054118
2953702	Bacharach	bacharach	DE	55422	2105	Europe/Berlin	50.05725	7.76948		Bacharach,Bakharakh,ba ha la,bahharahha,bakharakh,bkrk,Бахарах,בכרך,باخاراخ,باخ‌آراخ,バッハラッハ,巴哈拉		08	00	07339	07339003
2953704	Bach an der Donau	bach-an-der-donau	DE	93090	0	Europe/Berlin	49.0217	12.30374		Bach,Bach an der Donau,Bakh na Dunavu,Bakh-an-der-Donau,Bakh-na-Dunae,Danubi Bax,bakh an dr dwnaw,duo nao he pan ba he,Бах на Дунаву,Бах-ан-дер-Донау,Бах-на-Дунае,Դանուբի Բախ,باخ ان در دوناو,多瑙河畔巴赫		02	093	09375	09375116
2953768	Babensham	babensham	DE	83547	2892	Europe/Berlin	48.08333	12.26667		Babensgam,Babensham,Babenskham,ba ben si ha mu,babnsham,Бабенсгам,Бабенсхам,Բաբենսհամ,بابنسهام,巴本斯哈姆	09187116	02	091	09187	09187116
2953770	Babenhausen	babenhausen	DE	64832	16575	Europe/Berlin	49.96519	8.95129		Babenhausen,Babenkhauzen,ba ben hao sen,babenhauzen,Бабенхаузен,بابن‌هاوزن,バーベンハウゼン,巴本豪森		05	064	06432	06432002
2953771	Babenhausen	babenhausen	DE	64832	5342	Europe/Berlin	48.14497	10.25325		Babengauzen,Babenhausen,Babenhauzen,Babenkhauzen,ba ben hao sen,Бабенгаузен,Бабенхаузен,Բաբենհաուզեն,巴本豪森		02	097	09778	09778115
2953772	Babenhausen	babenhausen	DE	64832	0	Europe/Berlin	52.05988	8.49106				07	057	05711	05711000
2953774	Baben	baben	DE	39596	199	Europe/Berlin	52.69719	11.89116				14	00	15090	15090135
2953782	Babben	babben	DE	03246	0	Europe/Berlin	51.71255	13.78557		Babben		11	00	12062	12062333
2953788	Baasdorf	baasdorf	DE	06388	469	Europe/Berlin	51.70824	11.9803		Baasdorf		14	00	15082	15082180
2953801	Baar	baar	DE	56729	0	Europe/Berlin	48.67215	11.46646				02	091	09186	09186113
2953810	Baalberge	baalberge	DE	06408	1479	Europe/Berlin	51.76469	11.7988		Baalberge		14	00	15089	15089030
2953825	Aystetten	aystetten	DE	86482	3026	Europe/Berlin	48.40556	10.77742		Ajshteten,Ajshtetten,Aysteten,ai si te teng,aywshttn,Айштеттен,Ајштетен,Այշտետեն,آیوشتتن,艾斯特滕	09772117	02	097	09772	09772117
2953828	Ayl	ayl	DE	54441	1479	Europe/Berlin	49.63333	6.55			07235002	08	00	07235	07235002
2953829	Aying	aying	DE	85653	4040	Europe/Berlin	47.9701	11.77752		Aing,Ajing,Aying,ai yin ge,aiingi,ayyng,Айинг,Аїнг,Ајинг,Այինգ,آیینگ,აიინგი,艾因格	09184137	02	091	09184	09184137
2953840	Axstedt	axstedt	DE	27729	1182	Europe/Berlin	53.35466	8.77485		Aksshtedt,Aksshtet,Ax,a ke si si te,Аксштедт,Аксштет,阿克斯斯特	03356001	06	00	03356	03356001
2953841	Axien	axien	DE	06922	611	Europe/Berlin	51.7015	12.88745		Axien		14	00	15091	15091010
2953852	Averlak	averlak	DE	25715	666	Europe/Berlin	53.93982	9.18418		Averlak	01051003	10	00	01051	01051003
2953866	Aventoft	aventoft	DE	25927	523	Europe/Berlin	54.9	8.81667		Aventoft	01054009	10	00	01054	01054009
2953897	Auufer	auufer	DE	25548	136	Europe/Berlin	53.92416	9.68302		Auufer	01061005	10	00	01061	01061005
2953932	Außernzell	aussernzell	DE	94532	1423	Europe/Berlin	48.72409	13.20291		Auserncel,Auserncel',Auserncell',Ausserncell',ao sai er en ce er,awsrnzl,Аусернцел,Аусернцелль,Аусернцель,Ауссернцелль,Աուսերնցել,اوسرنزل,奥塞尔恩策尔	09271114	02	092	09271	09271114
2953970	Ausleben	ausleben	DE	39393	2023	Europe/Berlin	52.09049	11.11192		Ausleben,ao si lai ben,Ауслебен,奥斯莱本	15083035	14	00	15083	15083035
2953989	Ausacker	ausacker	DE	24975	523	Europe/Berlin	54.73333	9.56667		Ausacker	01059103	10	00	01059	01059103
2954006	Aurich	aurich	DE	26603	40319	Europe/Berlin	53.46919	7.48232		Auerk,Auriacum,Aurich,Aurichas,Aurikh,Aurk,Auwerk,ao li xi,awrysh,Аурих,آوريش,آوریش,奥里希	03452	06	00	03452	03452001
2954007	Aurich	aurich	DE	26603	0	Europe/Berlin	48.91454	8.94486		Aurich		01	081	08118	08118073
2954012	Aura im Sinngrund	aura-im-sinngrund	DE	97773	1063	Europe/Berlin	50.17819	9.57547		Aura,Aura im Sinngrund,Aura im Zingrund,Aura-im-Zingrund,Aura-im-Zinngrund,Zingrundi Aura,Аура им Зингрунд,Аура-им-Зингрунд,Аура-ім-Зіннгрунд,Զինգրունդի Աուրա		02	096	09677	09677116
2954022	Aurach	aurach	DE	91589	0	Europe/Berlin	49.25	10.41667		Aurach (Bayern)	09571114	02	095	09571	09571114
2954023	Aurach	aurach	DE	91589	0	Europe/Berlin	47.70347	11.9224				02	091	09182	09182114
2954024	Aura an der Saale	aura-an-der-saale	DE	97717	862	Europe/Berlin	50.16398	10.00699		Aura,Aura an der Saale,Aura an der Zale,Aura-an-der-Zaale,Aura-an-der-Zale,Aura-na-Zaale,Zaali Aura,Аура ан дер Зале,Аура-ан-дер-Заале,Аура-ан-дер-Зале,Аура-на-Заале,Զաալի Աուրա		02	096	09672	09672111
2954041	Aumühle	aumuhle	DE	21521	0	Europe/Berlin	48.41528	13.29708				02	092	09275	09275149
2954048	Auma	auma	DE	07955	3235	Europe/Berlin	50.70044	11.89958		Auma,awma,Аума,آوما		15	00	16076	16076092
2954052	Aulosen	aulosen	DE	39615	236	Europe/Berlin	52.99257	11.58215		Aulosen		14	00	15090	15090003
2954054	Aull	aull	DE	65582	477	Europe/Berlin	50.38556	8.00194			07141005	08	00	07141	07141005
2954064	Aulendorf	aulendorf	DE	88326	0	Europe/Berlin	52.0214	7.33476				07	055	05558	05558008
2954065	Aulendorf	aulendorf	DE	88326	10063	Europe/Berlin	47.95083	9.63745		Aulendorf,ao lun duo fu,awlndwrf,Аулендорф,آولندورف,奥伦多夫		01	084	08436	08436008
2954069	Auleben	auleben	DE	99765	1089	Europe/Berlin	51.4264	10.92968				15	00	16062	16062064
2954088	Au in der Hallertau	au-in-der-hallertau	DE	84072	5427	Europe/Berlin	48.55838	11.74138		Au,Au bei Ambs,Au in da Holledau,Au in der Hallertau,Au u Khalertauu,Au-in-der-Gallertau,Au-in-der-Khallertau,Halertaui Au,aw ayn dr halrtaw,Ау у Халертауу,Ау-ин-дер-Халлертау,Ау-ін-дер-Галлертау,Հալերտաուի Աու,آو این در هالرتاو		02	091	09178	09178116
2954120	Auhausen	auhausen	DE	86736	1107	Europe/Berlin	49.0079	10.6224		Augauzen,Auhauzen,Aukhauzen,ao hao sen,auhauzen,Аугаузен,Аухаузен,Աուհաուզեն,アウハウゼン,奥豪森	09779117	02	097	09779	09779117
2954121	Auhausen	auhausen	DE	86736	0	Europe/Berlin	48.78764	11.69989				02	091	09186	09186139
2954123	Auhagen	auhagen	DE	31553	1321	Europe/Berlin	52.39828	9.29194		Aukhagen,ao ha gen,auhagen,Аухаген,アウハーゲン,奥哈根	03257004	06	00	03257	03257004
2954127	Augustusburg	augustusburg	DE	09573	5202	Europe/Berlin	50.81192	13.10197		Augustusburg,Augustusburga,Augustusburgas,Avgustusburg,aghwstwsbwrgh,agwstwsbwrg,ao gu si tu si bao,Августусбург,Аугустусбург,آغوستوسبورغ,آگوستوسبورگ,奥古斯图斯堡		13	00	14522	14522020
2954172	Augsburg	augsburg	DE	86150	259196	Europe/Berlin	48.37154	10.89851		AGY,Agsborg,Aounksmpournk,Augsberg,Augsboerj,Augsborg,Augsbourg,Augsburg,Augsburga,Augsburgas,Augsburgo,Augsbörj,Augschburg,Augusta,Augusta Vindelicorum,Augzburg,Auqsburq,a'ugsaburga,agzbrg,ao ge si bao,aucupurku,augsburga,augsburgi,augusuburuku,aukeuseubuleukeu,aukusuburuku,awghsbwrgh,awgsbwrg,xea k sburk,Ágsborg,Άουγκσμπουργκ,Аугзбург,Аугсбург,Аўгсбург,אאוגסבורג,آوغسبورغ,آوگسبورگ,اگزبرگ,आउग्सबुर्ग,औग्स्बुर्ग,আউগ্‌সবুর্গ,ஔசுபூர்கு,เอาก์สบูร์ก,აუგსბურგი,アウクスブルク,アウグスブルク,奥格斯堡,아우크스부르크	097	02	097	09761	09761000
2954197	Auggen	auggen	DE	79424	2404	Europe/Berlin	47.78333	7.6		Augen,Auggen,ao gen,augeni,Аугген,Ауген,Աուգեն,აუგენი,奥根	08315004	01	083	08315	08315004
2954213	Aufseß	aufsess	DE	91347	1410	Europe/Berlin	49.8837	11.22692		Aufses,Aufzes,ao fu sai si,aufuzesu,Ауфзес,Ауфсес,Աուֆզես,アウフゼス,奥夫塞斯	09472115	02	094	09472	09472115
2954244	Aufhausen	aufhausen	DE	93089	1767	Europe/Berlin	48.87205	12.2821		Aufgauzen,Aufhauzen,Aufkhauzen,ao fu hao sen,awfhawzn,Ауфгаузен,Ауфхаузен,Աուֆհաուզեն,آوفهاوزن,奥夫豪森	09375115	02	093	09375	09375115
2954245	Aufhausen	aufhausen	DE	93089	0	Europe/Berlin	48.86015	10.31779				01	081	08136	08136010
2954246	Aufhausen	aufhausen	DE	93089	0	Europe/Berlin	48.7482	10.46806				02	097	09779	09779146
2954247	Aufhausen	aufhausen	DE	93089	0	Europe/Berlin	48.71787	10.1578				01	081	08135	08135019
2954248	Aufhausen	aufhausen	DE	93089	0	Europe/Berlin	48.61629	12.76089				02	092	09279	09279113
2954249	Aufhausen	aufhausen	DE	93089	0	Europe/Berlin	48.61745	11.7717				02	092	09273	09273147
2954250	Aufhausen	aufhausen	DE	93089	0	Europe/Berlin	48.58507	9.76521				01	081	08117	08117024
2954251	Aufhausen	aufhausen	DE	93089	0	Europe/Berlin	48.4367	11.23393				02	097	09771	09771162
2954252	Aufhausen	aufhausen	DE	93089	0	Europe/Berlin	48.39501	11.42609				02	091	09174	09174151
2954253	Aufhausen	aufhausen	DE	93089	0	Europe/Berlin	48.30209	13.22651				02	092	09275	09275116
2954254	Aufhausen	aufhausen	DE	93089	0	Europe/Berlin	48.27125	11.88978				02	091	09177	09177117
2954255	Aufhausen	aufhausen	DE	93089	0	Europe/Berlin	47.94894	11.36844		Aufhausen		02	091	09188	09188113
2954539	Auerstedt	auerstedt	DE	99518	492	Europe/Berlin	51.09962	11.58921		Auerstedt		15	00	16071	16071004
2954599	Auerbach	auerbach	DE	09392	0	Europe/Berlin	49.70613	8.62114				05	064	06431	06431002
2954600	Auerbach	auerbach	DE	09392	0	Europe/Berlin	50.73312	12.52595		Auerbach		13	00	14524	14524330
2954601	Auerbach	auerbach	DE	09392	0	Europe/Berlin	50.68333	12.91667			14521040	13	00	14521	14521040
2954602	Auerbach	auerbach	DE	09392	21358	Europe/Berlin	50.51155	12.40083		Auerbach		13	00	14523	14523020
2954603	Auerbach	auerbach	DE	09392	9089	Europe/Berlin	49.69201	11.63327		Auehrbakh,Auerbach,Auerbach in der Oberpfalz,Aurbach,Ауэрбах		02	093	09371	09371113
2954604	Auerbach	auerbach	DE	09392	0	Europe/Berlin	49.40043	9.21957				01	082	08225	08225117
2954605	Auerbach	auerbach	DE	09392	0	Europe/Berlin	49.33424	10.41879				02	095	09571	09571130
2954606	Auerbach	auerbach	DE	09392	0	Europe/Berlin	48.97478	13.00511		Auerbach		02	092	09276	09276146
2954607	Auerbach	auerbach	DE	09392	0	Europe/Berlin	48.91438	8.53051		Auerbach		01	082	08215	08215096
2954608	Auerbach	auerbach	DE	09392	2183	Europe/Berlin	48.80353	13.09952			09271113	02	092	09271	09271113
2954609	Auerbach	auerbach	DE	09392	0	Europe/Berlin	48.75087	13.62133				02	092	09272	09272151
2954610	Auerbach	auerbach	DE	09392	0	Europe/Berlin	48.58333	13.41667				02	092	09262	09262000
2954611	Auerbach	auerbach	DE	09392	0	Europe/Berlin	48.4	11.66667				02	091	09178	09178124
2954612	Auerbach	auerbach	DE	09392	0	Europe/Berlin	47.66403	12.16902				02	091	09187	09187157
2954614	Auerbach	auerbach	DE	09392	0	Europe/Berlin	48.4	12				02	091	09177	09177143
2954640	Auen	auen	DE	55569	0	Europe/Berlin	52.84385	7.73093				06	00	03453	03453010
2954641	Auen	auen	DE	55569	245	Europe/Berlin	49.83333	7.6		Auehn,Auen,ao en,Ауен,Ауэн,奥恩	07133005	08	00	07133	07133005
2954649	Auel	auel	DE	56357	0	Europe/Berlin	50.76937	7.36449		Auel		07	053	05382	05382020
2954650	Auel	auel	DE	56357	0	Europe/Berlin	50.28274	6.58792				08	00	07233	07233241
2954651	Auel	auel	DE	56357	233	Europe/Berlin	50.16667	7.76667			07141004	08	00	07141	07141004
2954684	Aue	aue	DE	08280	0	Europe/Berlin	53.76665	9.00577		Aue		06	00	03352	03352008
2954685	Aue	aue	DE	08280	0	Europe/Berlin	53.20552	8.03584				06	00	03451	03451002
2954686	Aue	aue	DE	08280	0	Europe/Berlin	51.8872	14.31675				11	00	12071	12071052
2954687	Aue	aue	DE	08280	0	Europe/Berlin	51.18962	7.14353		Aue		07	051	05120	05120000
2954688	Aue	aue	DE	08280	0	Europe/Berlin	51.17826	10.12445		Aue		05	066	06636	06636013
2954689	Aue	aue	DE	08280	0	Europe/Berlin	51.0596	11.80012				14	00	15084	15084341
2954690	Aue	aue	DE	08280	0	Europe/Berlin	51.06676	7.14906				07	053	05378	05378020
2954691	Aue	aue	DE	08280	0	Europe/Berlin	51.04972	8.29756		Aue		07	059	05970	05970004
2954692	Aue	aue	DE	08280	0	Europe/Berlin	51	7.05				07	053	05315	05315000
2954693	Aue	aue	DE	08280	0	Europe/Berlin	50.80631	6.23796		Aue		07	053	05334	05334012
2954694	Aue	aue	DE	08280	0	Europe/Berlin	50.71887	10.43153				15	00	16066	16066063
2954695	Aue	aue	DE	08280	18554	Europe/Berlin	50.59034	12.70657		Aue,Aue-Auerhammer,Aueh,Auje,Aujė,Stadt Aue,ao e,aue,ayw,Ауе,Ауэ,آئو,アウエ,奧厄		13	00	14521	14521035
2954696	Aue	aue	DE	08280	0	Europe/Berlin	49.08722	11.25515		Aue		02	095	09576	09576148
2954697	Aue	aue	DE	08280	0	Europe/Berlin	48.98991	8.45947				01	082	08212	08212000
2954704	Auderath	auderath	DE	56766	632	Europe/Berlin	50.18333	7		Anderath,Auderath	07135005	08	00	07135	07135005
2954723	Aubstadt	aubstadt	DE	97633	781	Europe/Berlin	50.33333	10.43333		Aubshtadt,Aubshtat,ao bu si ta te,Аубштадт,Аубштат,Աուբշթաթ,奥布斯塔特	09673113	02	096	09673	09673113
2954773	Aub	aub	DE	97239	0	Europe/Berlin	50.24831	10.49686				02	096	09673	09673141
2954774	Aub	aub	DE	97239	1637	Europe/Berlin	49.55267	10.0653		Aub,Aubas,ab,aupu,awb,aywb,Ауб,Аўб,Աուբ,آئوب,آوب,اب,アウプ		02	096	09679	09679114
2954775	Au am Rhein	au-am-rhein	DE	76474	3365	Europe/Berlin	48.95	8.23333		Au,Au am Rajn,Au am Rhein,Au-am-Rajn,Au-na-Rejne,lai yin he pan ao,Ау ам Рајн,Ау-ам-Райн,Ау-на-Рейне,莱茵河畔奥	08216002	01	082	08216	08216002
2954783	Au	au	DE	79280	0	Europe/Berlin	49.25996	12.94722				02	093	09372	09372144
2954784	Au	au	DE	79280	0	Europe/Berlin	48.9752	12.92177				02	092	09276	09276111
2954785	Au	au	DE	79280	0	Europe/Berlin	48.83975	12.51102				02	092	09278	09278121
2954786	Au	au	DE	79280	0	Europe/Berlin	47.73586	12.46751				02	091	09189	09189160
2954787	Au	au	DE	79280	0	Europe/Berlin	47.60741	12.89855				02	091	09172	09172129
2954788	Au	au	DE	79280	0	Europe/Berlin	50.77202	7.65754				07	053	05382	05382076
2954789	Au	au	DE	79280	0	Europe/Berlin	50.19914	11.2927				02	094	09476	09476146
2954790	Au	au	DE	79280	0	Europe/Berlin	49.60926	12.14951				02	093	09374	09374146
2954791	Au	au	DE	79280	0	Europe/Berlin	49.58746	11.33952				02	095	09574	09574158
2954792	Au	au	DE	79280	0	Europe/Berlin	49.35314	12.01149				02	093	09371	09371118
2954793	Au	au	DE	79280	0	Europe/Berlin	49.12951	12.45887				02	093	09372	09372125
2954794	Au	au	DE	79280	0	Europe/Berlin	48.98467	12.63713				02	092	09278	09278116
2954795	Au	au	DE	79280	0	Europe/Berlin	48.75763	12.0145				02	092	09273	09273165
2954796	Au	au	DE	79280	0	Europe/Berlin	48.57196	11.1219				02	097	09771	09771156
2954797	Au	au	DE	79280	0	Europe/Berlin	48.4744	10.9322				02	097	09771	09771158
2954798	Au	au	DE	79280	0	Europe/Berlin	48.35833	10.61751				02	097	09772	09772131
2954799	Au	au	DE	79280	0	Europe/Berlin	48.24057	10.08013				02	097	09775	09775129
2954800	Au	au	DE	79280	0	Europe/Berlin	47.99265	12.25358				02	091	09187	09187173
2954801	Au	au	DE	79280	0	Europe/Berlin	47.9971	12.12453				02	091	09187	09187170
2954803	Au	au	DE	79280	1312	Europe/Berlin	47.95	7.83333			08315003	01	083	08315	08315003
2954804	Au	au	DE	79280	0	Europe/Berlin	47.84329	12.13696		Au,Au bei Rosenheim		02	091	09163	09163000
2954805	Au	au	DE	79280	0	Europe/Berlin	47.79293	12.94662				02	091	09172	09172111
2954806	Au	au	DE	79280	0	Europe/Berlin	47.79113	11.84554				02	091	09182	09182125
2954807	Au	au	DE	79280	0	Europe/Berlin	47.77829	11.44886				02	091	09173	09173134
2954808	Au	au	DE	79280	0	Europe/Berlin	47.76272	12.14092		Niederau		02	091	09187	09187154
2954809	Au	au	DE	79280	0	Europe/Berlin	47.75	9.95				01	084	08436	08436055
2954810	Au	au	DE	79280	0	Europe/Berlin	47.73153	12.13509				02	091	09187	09187131
2954811	Au	au	DE	79280	0	Europe/Berlin	47.71667	11.83333				02	091	09182	09182131
2954812	Au	au	DE	79280	0	Europe/Berlin	47.7	12.28333				02	091	09187	09187114
2954813	Au	au	DE	79280	0	Europe/Berlin	47.6851	10.32095				02	097	09780	09780140
2954814	Au	au	DE	79280	0	Europe/Berlin	47.61418	12.1974				02	091	09187	09187148
2954816	Au	au	DE	79280	0	Europe/Berlin	47.9545	12.88039				02	091	09172	09172122
2954874	Atzendorf	atzendorf	DE	39443	1586	Europe/Berlin	51.91954	11.59906		Atzendorf,Atzendorf (Stassfurt),Atzendorf (Staßfurt)		14	00	15089	15089310
2954875	Atzendorf	atzendorf	DE	39443	0	Europe/Berlin	51.33833	11.95437		Atzendorf		14	00	15088	15088220
2954884	Atzelgift	atzelgift	DE	57629	638	Europe/Berlin	50.7	7.83333			07143205	08	00	07143	07143205
2954897	Atting	atting	DE	94348	1716	Europe/Berlin	48.89412	12.48776		Ating,Atting,a ting ge,atyng,Атинг,Аттинг,Аттінг,آتینگ,阿廷格	09278117	02	092	09278	09278117
2954898	Atting	atting	DE	94348	0	Europe/Berlin	48.3526	12.11661				02	091	09177	09177139
2954902	Atterwasch	atterwasch	DE	03172	0	Europe/Berlin	51.93416	14.62546		Atterwasch		11	00	12071	12071337
2954906	Attenweiler	attenweiler	DE	88448	1696	Europe/Berlin	48.13333	9.7		Atenvajler,Attenvajler,a teng wei lei,Атенвајлер,Аттенвайлер,Աթենվայլեր,ატენვაილერი,阿滕韦勒	08426011	01	084	08426	08426011
2954910	Attenkirchen	attenkirchen	DE	85395	2585	Europe/Berlin	48.50526	11.76011		Atenkirkhen,Attenkirkhen,a teng ji er xing,atn kyrshn,Атенкирхен,Аттенкирхен,Аттенкірхен,Աթենկիրխեն,آتن کیرشن,阿滕基尔兴	09178115	02	091	09178	09178115
2954914	Attenhofen	attenhofen	DE	84091	0	Europe/Berlin	49.05694	11.39033				02	095	09576	09576122
2954915	Attenhofen	attenhofen	DE	84091	0	Europe/Berlin	48.87163	10.12133				01	081	08136	08136088
2954916	Attenhofen	attenhofen	DE	84091	1352	Europe/Berlin	48.65072	11.8485			09273115	02	092	09273	09273115
2954917	Attenhofen	attenhofen	DE	84091	0	Europe/Berlin	48.32613	10.15961				02	097	09775	09775164
2954918	Attenhöfen	attenhofen	DE	84091	0	Europe/Berlin	48.2165	9.49004				01	084	08415	08415085
2954921	Attenhausen	attenhausen	DE	56370	403	Europe/Berlin	50.29197	7.87557			07141003	08	00	07141	07141003
2954922	Attenhausen	attenhausen	DE	56370	0	Europe/Berlin	48.62798	11.67238				02	091	09186	09186162
2954923	Attenhausen	attenhausen	DE	56370	0	Europe/Berlin	48.56117	12.00579				02	092	09274	09274194
2954924	Attenhausen	attenhausen	DE	56370	0	Europe/Berlin	48.26606	10.40783				02	097	09774	09774150
2954925	Attenhausen	attenhausen	DE	56370	0	Europe/Berlin	47.99408	10.34016				02	097	09778	09778196
2954926	Attenhausen	attenhausen	DE	56370	0	Europe/Berlin	47.93871	11.40887				02	091	09173	09173130
2954932	Attendorn	attendorn	DE	57439	24773	Europe/Berlin	51.12645	7.90333		Atendorn,Atendornas,Atenduorns,Attandara,Attendorn,a teng duo er en,atndwrm,atndwrn,Атендорн,Аттендорн,آتندورم,آتندورن,阿滕多尔恩		07	059	05966	05966004
2954961	Athenstedt	athenstedt	DE	38822	413	Europe/Berlin	51.93845	10.91197		Athenstedt		14	00	15085	15085135
2954963	Ateritz	ateritz	DE	06901	514	Europe/Berlin	51.73918	12.63228		Ateritz		14	00	15091	15091160
2954979	Astert	astert	DE	57627	259	Europe/Berlin	50.695	7.77833			07143204	08	00	07143	07143204
2955007	Aßling	assling	DE	85617	4288	Europe/Berlin	47.99297	12.00643		Asling,Assling,Aßling,a si ling,aslyng,Аслинг,Аслінг,آسلینگ,阿斯灵	09175112	02	091	09175	09175112
2955009	Aßlar	asslar	DE	35614	13772	Europe/Berlin	50.59163	8.46273		Asslar,Aßlar		05	065	06532	06532001
2955025	Asselfingen	asselfingen	DE	89176	1075	Europe/Berlin	48.52959	10.19166		Aselfingen,Assel'fingen,a sai er fen gen,aselpingeni,Аселфинген,Ассельфинген,Ассельфінген,Ասելֆինգեն,ასელფინგენი,阿塞尔芬根	08425011	01	084	08425	08425011
2955050	Assamstadt	assamstadt	DE	97959	2098	Europe/Berlin	49.42806	9.68611		Asamshtat,Assamshtadt,Assamstadt,Assumstadt,a sa mu si ta te,assamushutatto,Асамштат,Ассамштадт,アッサムシュタット,阿萨姆斯塔特	08128006	01	081	08128	08128006
2955053	Aspisheim	aspisheim	DE	55459	973	Europe/Berlin	49.9	7.98333			07339002	08	00	07339	07339002
2955068	Asperg	asperg	DE	71679	12870	Europe/Berlin	48.90525	9.13502		Asperg,asbyrgh,asprg,Асперг,آسبيرغ,آسپرگ		01	081	08118	08118003
2955071	Aspenstedt	aspenstedt	DE	38822	553	Europe/Berlin	51.93599	10.94964		Aspenstedt		14	00	15085	15085135
2955095	Aspach	aspach	DE	71546	480	Europe/Berlin	50.95298	10.59767		Aspach		15	00	16067	16067088
2955096	Aspach	aspach	DE	71546	0	Europe/Berlin	48.18165	10.50894				02	097	09778	09778134
2955097	Aspach	aspach	DE	71546	0	Europe/Berlin	47.98061	9.86022				01	084	08426	08426038
2955126	Asendorf	asendorf	DE	21271	1809	Europe/Berlin	53.29266	9.97905			03353002	06	00	03353	03353002
2955127	Asendorf	asendorf	DE	21271	3108	Europe/Berlin	52.77219	9.00489			03251002	06	00	03251	03251002
2955128	Asendorf	asendorf	DE	21271	0	Europe/Berlin	52.10208	9.01016				07	057	05766	05766036
2955129	Asendorf	asendorf	DE	21271	0	Europe/Berlin	51.41387	11.73391		Asendorf,Asendorp		14	00	15088	15088365
2955159	Aschheim	aschheim	DE	85609	6531	Europe/Berlin	48.17112	11.71675		Ashaym,Ashgajm,Ashkhajm,Oscham,a sha yi mu,ashhaym,Ашгайм,Ашхайм,Ашхајм,Աշհայմ,آشهایم,阿沙伊姆	09184112	02	091	09184	09184112
2955167	Aschersleben	aschersleben	DE	06449	0	Europe/Berlin	53.65688	13.92988				12	00	13075	13075033
2955168	Aschersleben	aschersleben	DE	06449	24892	Europe/Berlin	51.75742	11.46084		Ascaria,Ascherslebbe,Aschersleben,Ashersleben,a she er si lai ben,ashrslbn,ashrslybn,Ашерслебен,آشرسلبن,آشرسليبن,阿舍尔斯莱本		14	00	15089	15089015
2955194	Aschenhausen	aschenhausen	DE	98634	200	Europe/Berlin	50.6	10.2		Aschenhausen,Ashenkhauzen,a shen hao sen,Ашенхаузен,阿申豪森	16066095	15	00	16066	16066095
2955222	Ascheffel	ascheffel	DE	24358	966	Europe/Berlin	54.43333	9.7		Ascheffel	01058008	10	00	01058	01058008
2955223	Ascheberg	ascheberg	DE	24326	3178	Europe/Berlin	54.15027	10.34552				10	00	01057	01057001
2955224	Ascheberg	ascheberg	DE	24326	15184	Europe/Berlin	51.78333	7.61667		Ascheberg,Asheberg,a she bei ge,Ашеберг,阿舍贝格	05558004	07	055	05558	05558004
2955249	Aschbach	aschbach	DE	67753	0	Europe/Berlin	49.77095	10.56306		Aschbach		02	094	09471	09471220
2955250	Aschbach	aschbach	DE	67753	0	Europe/Berlin	49.6	7.58333		Ashbakh,a shi ba he,Ашбах,阿施巴赫	07336005	08	00	07336	07336005
2955251	Aschbach	aschbach	DE	67753	0	Europe/Berlin	49.57556	8.84822				05	064	06431	06431021
2955252	Aschbach	aschbach	DE	67753	0	Europe/Berlin	49.43504	6.95046				09	00	10044	10044112
2955253	Aschbach	aschbach	DE	67753	0	Europe/Berlin	48.41204	12.05784				02	091	09177	09177124
2955254	Aschbach	aschbach	DE	67753	0	Europe/Berlin	47.91956	11.81391				02	091	09187	09187130
2955259	Aschau am Inn	aschau-am-inn	DE	84544	2907	Europe/Berlin	48.19845	12.35003		Aschau,Aschau am Inn,Aschau bei Kraiburg,Ashau am In,Ashau-am-Inn,Innei Asau,ashaw am ayn,yin he pan a shao,Ашау ам Ин,Ашау-ам-Інн,Ашау-ам-Инн,Իննեի Աշաու,آشاو ام این,因河畔阿绍		02	091	09183	09183113
2955272	Aschaffenburg	aschaffenburg	DE	63739	68551	Europe/Berlin	49.97704	9.15214		A-Burg,Asafenburga,Asafenmpournk,Aschaffenbourg,Aschaffenburg,Aschaffenburg / Bayern,Aschaffenburgum,Ashafenburg,Ashaffenburg,Auscheffenburg,Ašafenburga,ZCB,a sha fen bao,ashaffenburuku,ashafnbwrg,ashafnbwrgh,asshyfnbrg,asyapenbuleukeu,Ασάφενμπουργκ,Ашафенбург,Ашаффенбург,آشافنبورگ,أشافنبورغ,اسشیفنبرگ,アシャッフェンブルク,阿沙芬堡,아샤펜부르크	09661	02	096	09661	09661000
2955282	Ascha	ascha	DE	94347	1517	Europe/Berlin	49	12.63333		Asha,asha,Аша,آشا	09278116	02	092	09278	09278116
2955309	Asbach	asbach	DE	53567	0	Europe/Berlin	49.07854	13.00321				02	092	09276	09276120
2955310	Asbach	asbach	DE	53567	0	Europe/Berlin	48.85341	12.78704				02	092	09278	09278159
2955311	Asbach	asbach	DE	53567	0	Europe/Berlin	48.61119	12.86231				02	092	09279	09279113
2955312	Asbach	asbach	DE	53567	0	Europe/Berlin	51.28023	10.03131		Asbach		15	00	16061	16061002
2955313	Asbach	asbach	DE	53567	0	Europe/Berlin	50.83399	9.66576		Asbach		05	066	06632	06632002
2955314	Asbach	asbach	DE	53567	0	Europe/Berlin	50.72599	10.48869		Asbach		15	00	16066	16066063
2955315	Asbach	asbach	DE	53567	7060	Europe/Berlin	50.66667	7.41667		Asbakh,asubahha,Асбах,アスバッハ	07138003	08	00	07138	07138003
2955316	Asbach	asbach	DE	53567	191	Europe/Berlin	49.81667	7.28333			07134004	08	00	07134	07134004
2955317	Asbach	asbach	DE	53567	0	Europe/Berlin	49.77638	8.76907		Asbach		05	064	06432	06432013
2955318	Asbach	asbach	DE	53567	0	Europe/Berlin	49.75378	11.70638		Asbach		02	093	09374	09374129
2955319	Asbach	asbach	DE	53567	0	Europe/Berlin	49.37632	12.15769				02	093	09376	09376163
2955320	Asbach	asbach	DE	53567	0	Europe/Berlin	49.34118	9.02513		Asbach		01	082	08225	08225074
2955321	Asbach	asbach	DE	53567	0	Europe/Berlin	49.29679	11.22876				02	093	09373	09373156
2955322	Asbach	asbach	DE	53567	0	Europe/Berlin	49.25404	12.50647				02	093	09372	09372161
2955323	Asbach	asbach	DE	53567	0	Europe/Berlin	49.23621	11.0107				02	095	09576	09576117
2955324	Asbach	asbach	DE	53567	0	Europe/Berlin	49.22704	10.09493				01	081	08127	08127091
2955325	Asbach	asbach	DE	53567	0	Europe/Berlin	49.14149	10.18694				01	081	08127	08127101
2955326	Asbach	asbach	DE	53567	0	Europe/Berlin	48.78444	11.98485				02	092	09273	09273165
2955327	Asbach	asbach	DE	53567	0	Europe/Berlin	48.73939	12.31652		Asbach		02	092	09278	09278144
2955328	Asbach	asbach	DE	53567	0	Europe/Berlin	48.68028	10.82083				02	097	09779	09779115
2955329	Asbach	asbach	DE	53567	0	Europe/Berlin	48.65293	10.21913				01	081	08135	08135020
2955330	Asbach	asbach	DE	53567	0	Europe/Berlin	48.52257	10.73012		Asbach		02	097	09773	09773143
2955332	Asbach	asbach	DE	53567	0	Europe/Berlin	48.42294	11.25983				02	091	09174	09174111
2955333	Asbach	asbach	DE	53567	0	Europe/Berlin	48.39639	13.17968				02	092	09275	09275143
2955334	Asbach	asbach	DE	53567	0	Europe/Berlin	48.39171	11.46043				02	091	09174	09174136
2955335	Asbach	asbach	DE	53567	0	Europe/Berlin	48.38379	12.20264				02	092	09274	09274154
2955336	Asbach	asbach	DE	53567	0	Europe/Berlin	48.30677	11.06579				02	097	09771	09771160
2955337	Asbach	asbach	DE	53567	0	Europe/Berlin	48.18703	12.39086				02	091	09183	09183148
2955363	Arzfeld	arzfeld	DE	54687	1276	Europe/Berlin	50.08957	6.27069		Arcfel'd,Arcfeld,a er ci fei er de,arutsuferuto,Арцфелд,Арцфельд,アルツフェルト,阿尔茨费尔德	07232201	08	00	07232	07232201
2955367	Arzberg	arzberg	DE	04886	2304	Europe/Berlin	51.52887	13.12565		Arcberg,Арцберг	14730010	13	00	14730	14730010
2955368	Arzberg	arzberg	DE	04886	6075	Europe/Berlin	50.05774	12.18676		Arzberg		02	094	09479	09479112
2955376	Arzbach	arzbach	DE	56337	1874	Europe/Berlin	50.37902	7.74948		Arcbakh,a er ci ba he,Арцбах,阿尔茨巴赫	07141201	08	00	07141	07141201
2955377	Arzbach	arzbach	DE	56337	0	Europe/Berlin	49.23859	10.19471				02	095	09571	09571228
2955378	Arzbach	arzbach	DE	56337	0	Europe/Berlin	48.31061	11.4362				02	091	09174	09174141
2955379	Arzbach	arzbach	DE	56337	0	Europe/Berlin	47.71109	11.55485				02	091	09173	09173145
2955389	Artlenburg	artlenburg	DE	21380	1640	Europe/Berlin	53.37182	10.48793		Artlenburg,Artlenburgi vald,a er te lun bao,Артленбург,阿尔特伦堡		06	00	03355	03355003
2955394	Artern	artern	DE	06556	6270	Europe/Berlin	51.36431	11.29167		Aratora,Artern,Artern/Unstrut,a er te er en,artrn,artrn/awnashtrwt,Артерн,آرترن,آرترن/اوناشتروت,阿尔特尔恩		15	00	16065	16065086
2955410	Arrach	arrach	DE	93474	2769	Europe/Berlin	49.19149	12.99387		Arax,Arrakh,Аррах,Արախ	09372113	02	093	09372	09372113
2955411	Arrach	arrach	DE	93474	0	Europe/Berlin	49.0806	12.48992				02	093	09372	09372125
2955415	Arpsdorf	arpsdorf	DE	24634	245	Europe/Berlin	54.03333	9.86667		Arpsdorf	01058007	10	00	01058	01058007
2955421	Bad Arolsen	bad-arolsen	DE	34454	16854	Europe/Berlin	51.37982	9.01445		Arothia,Bad Arolsen,Bad Arolzen,Bad-Arol'zen,ba te a luo er sen,bad arwlzn,Бад Аролзен,Бад-Арользен,باد آرولزن,バート・アーロルゼン,巴特阿罗尔森		05	066	06635	06635002
2955428	Arnsdorf	arnsdorf	DE	01477	0	Europe/Berlin	49.00202	11.59083		Arnsdorf,Arnstorf		02	093	09373	09373121
2955429	Arnstorf	arnstorf	DE	94424	6570	Europe/Berlin	48.5584	12.81674		Armstorf,Arnstorf,a er en si tuo er fu,arnstwrf,Арнсторф,Արնսթորֆ,آرنستورف,არნსტორფი,阿尔恩斯托尔夫		02	092	09277	09277111
2955430	Arnstein	arnstein	DE	97450	0	Europe/Berlin	50.0412	11.20719				02	094	09478	09478176
2955431	Arnstein	arnstein	DE	97450	8409	Europe/Berlin	49.97767	9.96983		Arnstein		02	096	09677	09677114
2955432	Arnstein	arnstein	DE	97450	0	Europe/Berlin	49.4034	12.72307				02	093	09372	09372171
2955437	Arnstedt	arnstedt	DE	06333	597	Europe/Berlin	51.68911	11.49915		Arnstedt		14	00	15087	15087031
2955439	Arnstadt	arnstadt	DE	99310	25678	Europe/Berlin	50.84048	10.95198		Arnestati [a. 704],Arnshhat,Arnshtadt,Arnshtadte,Arnshtat,Arnstadium,Arnstadt,a en shi ta te,arnshtat,Арнштадт,Арнштадте,Арнштат,Арнщат,ארנשטאט,آرنشتات,آرن‌اشتات,阿恩施塔特	16070	15	00	16070	16070004
2955443	Arnshöfen	arnshofen	DE	56244	154	Europe/Berlin	50.54056	7.87			07143203	08	00	07143	07143203
2955451	Arnsgereuth	arnsgereuth	DE	07318	253	Europe/Berlin	50.6086	11.31633		Arnsgereuth		15	00	16073	16073077
2955455	Arnsdorf	arnsdorf	DE	01477	0	Europe/Berlin	51.82186	12.95315				14	00	15091	15091145
2955456	Arnsdorf	arnsdorf	DE	01477	0	Europe/Berlin	51.4295	13.85939				11	00	12066	12066272
2955457	Arnsdorf	arnsdorf	DE	01477	0	Europe/Berlin	51.19716	14.78013				13	00	14626	14626570
2955458	Arnsdorf	arnsdorf	DE	01477	0	Europe/Berlin	51.11612	14.36376		Arnsdorf,Warnocicy,Warnoćicy		13	00	14625	14625110
2955459	Arnsdorf	arnsdorf	DE	01477	0	Europe/Berlin	51.0942	13.99176		Arnsdorf,Arnsdorfi vald,Warnocicy,Warnoćicy,a er en si duo fu,Арнсдорф,阿尔恩斯多夫	14625010	13	00	14625	14625010
2955460	Arnsdorf	arnsdorf	DE	01477	0	Europe/Berlin	51.06667	12.83333				13	00	14522	14522600
2955461	Arnsdorf	arnsdorf	DE	01477	0	Europe/Berlin	51.01062	13.13503				13	00	14522	14522540
2955462	Arnsdorf	arnsdorf	DE	01477	0	Europe/Berlin	50.94954	12.73367		Arnoldesdorp [a. 1268],Arnsdorf		13	00	14522	14522460
2955463	Arnsdorf	arnsdorf	DE	01477	0	Europe/Berlin	49.19595	9.77388				01	081	08127	08127009
2955464	Arnschwang	arnschwang	DE	93473	2058	Europe/Berlin	49.27663	12.81595		Arnshvang,Arnsvang,a er en shi wang,arnshvagi,Арншванг,Արնշվանգ,არნშვაგი,阿尔恩施旺	09372112	02	093	09372	09372112
2955471	Arnsberg	arnsberg	DE	59755	76612	Europe/Berlin	51.38333	8.08333		Arensperg,Arnsberg,Arnsberga,Arnsbergas,Arnsberge,a en si bei ge,arnsbrg,arnsbrgh,Арнсберг,Арнсберге,آرنسبرغ,آرنسبرگ,阿恩斯貝格	059	07	059	05958	05958004
2955472	Arnsberg	arnsberg	DE	59755	0	Europe/Berlin	51.12296	7.33206		Arnsberg		07	053	05374	05374052
2955473	Arnsberg	arnsberg	DE	59755	0	Europe/Berlin	48.92604	11.37458		Arnsberg		02	091	09176	09176138
2955501	Arnis	arnis	DE	24376	297	Europe/Berlin	54.63074	9.93233		Arnis		10	00	01059	01059002
2955519	Arneburg	arneburg	DE	39596	1754	Europe/Berlin	52.67565	12.00514		Arneburg,a er nei bao,arnhbwrgh,Арнебург,آرنهبورغ,آرن‌برگ,阿尔内堡		14	00	15090	15090010
2955527	Arnbruck	arnbruck	DE	93471	2048	Europe/Berlin	49.13012	12.9982		Arnbruk,a er en bu lu ke,arnbrwk,Арнбрук,Արնբրուք,آرنبروک,阿尔恩布鲁克	09276113	02	092	09276	09276113
2955538	Armstorf	armstorf	DE	21769	645	Europe/Berlin	53.6	9.06667			03352002	06	00	03352	03352002
2955539	Armstorf	armstorf	DE	21769	0	Europe/Berlin	48.25153	12.16002				02	091	09177	09177137
2955541	Armstedt	armstedt	DE	24616	413	Europe/Berlin	53.97133	9.8471		Armstedt	01060003	10	00	01060	01060003
2955542	Armsheim	armsheim	DE	55288	2645	Europe/Berlin	49.80972	8.05667		Armskhajm,a er mu si hai mu,Армсхайм,Армсхајм,阿尔姆斯海姆	07331004	08	00	07331	07331004
2955570	Arlewatt	arlewatt	DE	25860	327	Europe/Berlin	54.53333	9.08333		Arlewatt	01054007	10	00	01054	01054007
2955592	Arkebek	arkebek	DE	25767	251	Europe/Berlin	54.16667	9.25		Arkebek	01051002	10	00	01051	01051002
2955598	Arholzen	arholzen	DE	37627	417	Europe/Berlin	51.86667	9.56667		Arkhol'cen,Arkholcen,a luo er cen,aruhorutsu~en,Архолцен,Архольцен,アルホルツェン,阿罗尔岑	03255001	06	00	03255	03255001
2955605	Argenthal	argenthal	DE	55496	1645	Europe/Berlin	49.96667	7.6		Argental,Argental',a er gen ta er,Аргентал,Аргенталь,阿尔根塔尔	07140003	08	00	07140	07140003
2955610	Argenschwang	argenschwang	DE	55595	385	Europe/Berlin	49.88333	7.7		Argenshvang,a er gen shi wang,Аргеншванг,阿尔根施旺	07133004	08	00	07133	07133004
2955619	Arft	arft	DE	56729	295	Europe/Berlin	50.38333	7.08333			07137006	08	00	07137	07137006
2955626	Aresing	aresing	DE	86561	0	Europe/Berlin	48.53333	11.3			09185113	02	091	09185	09185113
2955627	Aresing	aresing	DE	86561	2741	Europe/Berlin	48.27704	12.60538		Aresing		02	091	09171	09171132
2955628	Arenzhain	arenzhain	DE	03253	0	Europe/Berlin	51.67353	13.50915		Arenzhain		11	00	12062	12062092
2955633	Arenshausen	arenshausen	DE	37318	1014	Europe/Berlin	51.37613	9.9687		Ahrenshausen,Arenshausen,Arenskhauzen,a lun si hao sen,Аренсхаузен,阿伦斯豪森	16061001	15	00	16061	16061001
2955634	Arensdorf	arensdorf	DE	06369	0	Europe/Berlin	52.42568	14.25404		Arensdorf		11	00	12067	12067473
2955635	Arensdorf	arensdorf	DE	06369	409	Europe/Berlin	51.70891	12.01316		Arensdorf		14	00	15082	15082180
2955645	Arenrath	arenrath	DE	54518	354	Europe/Berlin	49.95	6.73333			07231003	08	00	07231	07231003
2955650	Arendsee	arendsee	DE	39619	0	Europe/Berlin	53.33164	13.62663		Arendsee		11	00	12073	12073429
2955652	Arendsee	arendsee	DE	39619	0	Europe/Berlin	52.76829	13.48761				11	00	12060	12060269
2955662	Aremberg	aremberg	DE	53533	254	Europe/Berlin	50.41667	6.8		Aremberg,a lun bei ge,arenberuku,Аремберг,アレンベルク,阿伦贝格	07131005	08	00	07131	07131005
2955697	Arberg	arberg	DE	91722	2247	Europe/Berlin	49.14428	10.61722		Arberg,a er bei ge,aberuku,Арберг,アーベルク,阿尔贝格		02	095	09571	09571113
2955701	Arbach	arbach	DE	56769	156	Europe/Berlin	50.28333	7.05			07233201	08	00	07233	07233201
2955722	Appenweier	appenweier	DE	77767	0	Europe/Berlin	48.53333	7.98333		Apenvajer,Appenvaer,Appenvajer,Appenweier,Appenweir,a peng wei ai er,Апенвајер,Аппенвайер,Аппенваєр,阿彭魏埃尔	08317005	01	083	08317	08317005
2955732	Appenheim	appenheim	DE	55437	1393	Europe/Berlin	49.93	8.03333			07339001	08	00	07339	07339001
2955745	Appen	appen	DE	25482	5838	Europe/Berlin	53.65813	9.74582		Apen,Appen,a peng,Апен,Аппен,阿彭	01056001	10	00	01056	01056001
2955751	Appeln	appeln	DE	27616	467	Europe/Berlin	53.45218	8.89635				06	00	03352	03352059
2955762	Appel	appel	DE	21279	1930	Europe/Berlin	53.3906	9.74565			03353001	06	00	03353	03353001
2955770	Apolda	apolda	DE	99510	24793	Europe/Berlin	51.02624	11.51638		Apol'da,Apol'de,Apolda,Stadt Apolda,a bo er da,ablda,aplda,Аполда,Апольда,Апольде,آبلدا,آپلدا,阿波尔达	16071	15	00	16071	16071001
2955780	Apfeltrach	apfeltrach	DE	87742	951	Europe/Berlin	48.01667	10.5		Apfel'trakh,Apfeltrakh,a pu fei er te la,Апфелтрах,Апфельтрах,Ապֆելթրախ,阿普费尔特拉	09778113	02	097	09778	09778113
2955815	Apensen	apensen	DE	21641	2987	Europe/Berlin	53.43333	9.61667		Apenzen,Obbens,a peng sen,apenzen,Апензен,アペンゼン,阿彭森	03359003	06	00	03359	03359003
2955817	Apen	apen	DE	26689	10992	Europe/Berlin	53.21667	7.8		Aap,Apen,Апен	03451001	06	00	03451	03451001
2955822	Apelern	apelern	DE	31552	2673	Europe/Berlin	52.28979	9.3358		Aop'larn,Apelern,a pei lai er en,apererun,Апелерн,アーペレルン,阿佩莱尔恩	03257002	06	00	03257	03257002
2955832	Anzing	anzing	DE	85646	0	Europe/Berlin	48.37324	13.26367				02	092	09275	09275141
2955833	Anzing	anzing	DE	85646	0	Europe/Berlin	48.3064	12.65225				02	091	09171	09171127
2955834	Anzing	anzing	DE	85646	0	Europe/Berlin	48.30146	12.20031				02	091	09177	09177115
2955835	Anzing	anzing	DE	85646	3531	Europe/Berlin	48.15171	11.8533		Ancing,an qin ge,antsyng,Анцинг,آنتسینگ,安钦格	09175111	02	091	09175	09175111
2955836	Anzing	anzing	DE	85646	0	Europe/Berlin	47.91269	12.26761				02	091	09187	09187128
2955867	Antweiler	antweiler	DE	53533	0	Europe/Berlin	50.60636	6.74493		Antweiler		07	053	05366	05366028
2955868	Antweiler	antweiler	DE	53533	573	Europe/Berlin	50.4	6.83333		Antvajler,an te wei lei,antovu~aira,Антвайлер,Антвајлер,アントヴァイラー,安特韦勒	07131004	08	00	07131	07131004
2955914	Antdorf	antdorf	DE	82387	1106	Europe/Berlin	47.75133	11.30845		Antdorf,an duo fu,antdwrf,antodorufu,Антдорф,Անտդորֆ,آنتدورف,アントドルフ,安多夫	09190113	02	091	09190	09190113
2955931	Anschau	anschau	DE	56729	284	Europe/Berlin	50.3	7.1			07137004	08	00	07137	07137004
2955935	Ansbach	ansbach	DE	91522	0	Europe/Berlin	49.91788	9.62132		Ansbach		02	096	09677	09677178
2955936	Ansbach	ansbach	DE	91522	31839	Europe/Berlin	49.30481	10.5931		Ansbach,Ansbachas,Ansbakh,Onoldum,QOB,an si ba he,ansbakh,ansubahha,aynzbach,Ансбах,آنسباخ,اینزباچ,アンスバッハ,安斯巴赫	095	02	095	09561	09561000
2955939	Anrode	anrode	DE	99976	3562	Europe/Berlin	51.26667	10.33333			16064073	15	00	16064	16064073
2955951	Annweiler am Trifels	annweiler-am-trifels	DE	76855	7316	Europe/Berlin	49.20613	7.97527		Annwailer,Annweiler,Annweiler am Trifels,Anvajler kod Trifelsa,Anvajler-na-Trifel'se,anfaylar am tryflz,anwaylar an dr tryflz,te li fei er si shan lu an wei lei,Анвайлер-на-Трифельсе,Анвајлер код Трифелса,آنفايلار آم تريفلز,آنوایلار آن در تریفلز,アンヴァイラー・アム・トリフェルス,特里费尔斯山麓安韦勒		08	00	07337	07337501
2955989	Annarode	annarode	DE	06308	528	Europe/Berlin	51.55022	11.40307		Annarode		14	00	15087	15087275
2955999	Annaburg	annaburg	DE	06925	3512	Europe/Berlin	51.73298	13.04729		Anaburg,Annaburg,a na bao,anabwrg,anabwrgh,Анабург,Аннабург,آنابورغ,آنابورگ,阿纳堡		14	00	15091	15091010
2956005	Annaberg-Buchholz	annaberg-buchholz	DE	09456	23092	Europe/Berlin	50.57953	13.00627		Anaberg-Bukholc,Anabergas-Buchholcas,Anabergas-Būchholcas,Annaberg-Bukhkhol'c,Annaberga-Buholca,Stadt Annaberg-Buchholz,an na bei ge-bu he huo er ci,anabrg-bwkh‌hwlts,anabrgh-bwkhhwlts,Анаберг-Бухолц,Аннаберг-Буххольц,آنابرغ-بوخهولتس,آنابرگ-بوخ‌هولتس,آنابرگ-بوخ‌هولز,安娜贝格-布赫霍尔茨	14521	13	00	14521	14521020
2956014	Ankum	ankum	DE	49577	7186	Europe/Berlin	52.55	7.88333		Ankum,an ku mu,Анкум,安库姆	03459002	06	00	03459	03459002
2956018	Anklam	anklam	DE	17389	14694	Europe/Berlin	53.85637	13.68965		Anklam,Anklama,QKQ,Taglim,Tãglim,an ke la mu,anklam,Анклам,آنكلام,آنکلام,安克拉姆		12	00	13075	13075005
2956019	Ankershagen	ankershagen	DE	17219	716	Europe/Berlin	53.47987	12.96696		Ankerskhagen,an ke er si ha gen,Анкерсхаген,安克尔斯哈根		12	00	13071	13071005
2956044	Anhausen	anhausen	DE	56584	1324	Europe/Berlin	50.5	7.55		Ankhauzen,an hao sen,Анхаузен,安豪森	07138002	08	00	07138	07138002
2956045	Anhausen	anhausen	DE	56584	0	Europe/Berlin	49.1	9.86667				01	081	08127	08127076
2956046	Anhausen	anhausen	DE	56584	0	Europe/Berlin	48.78563	10.47907				02	097	09779	09779136
2956047	Anhausen	anhausen	DE	56584	0	Europe/Berlin	48.62	10.14733		Ohausa		01	081	08135	08135020
2956048	Anhausen	anhausen	DE	56584	0	Europe/Berlin	48.34232	10.77488				02	097	09772	09772130
2956049	Anhausen	anhausen	DE	56584	0	Europe/Berlin	48.29207	9.50159				01	084	08415	08415034
2956078	Angersdorf	angersdorf	DE	06179	0	Europe/Berlin	48.3712	12.78977				02	092	09277	09277153
2956081	Angersdorf	angersdorf	DE	06179	1237	Europe/Berlin	51.46025	11.90705		Angersdorf,Angersdorf/Saale		14	00	15088	15088365
2956090	Angern	angern	DE	39326	1380	Europe/Berlin	52.35	11.73333		Angern,an ge er en,Ангерн,安格尔恩	15083030	14	00	15083	15083030
2956091	Angern	angern	DE	39326	0	Europe/Berlin	49.05667	11.73386				02	093	09375	09375148
2956115	Anger	anger	DE	83454	0	Europe/Berlin	48.5778	13.4622				02	092	09262	09262000
2956116	Anger	anger	DE	83454	0	Europe/Berlin	50.13604	11.15533				02	094	09478	09478127
2956117	Anger	anger	DE	83454	0	Europe/Berlin	49.11249	12.839				02	092	09276	09276135
2956118	Anger	anger	DE	83454	0	Europe/Berlin	49.0941	11.87004				02	093	09375	09375162
2956119	Anger	anger	DE	83454	0	Europe/Berlin	47.80186	12.85808			09172112	02	091	09172	09172112
2956120	Anger	anger	DE	83454	0	Europe/Berlin	47.78167	11.82477				02	091	09182	09182125
2956121	Anger	anger	DE	83454	0	Europe/Berlin	47.75937	11.69172				02	091	09182	09182134
2956122	Anger	anger	DE	83454	0	Europe/Berlin	47.66906	11.5797				02	091	09173	09173135
2956143	Angelroda	angelroda	DE	99338	445	Europe/Berlin	50.74455	10.86659		Angel'roda,Angelroda,an ge er luo da,Ангелрода,Ангельрода,安格尔罗达	16070034	15	00	16070	16070034
2956179	Andisleben	andisleben	DE	99189	608	Europe/Berlin	51.08282	10.92786			16068002	15	00	16068	16068002
2956206	Andernach	andernach	DE	56626	29599	Europe/Berlin	50.43109	7.40425		Andernach,Andernachas,Andernakh,Stadt Andernach,an de na he,andanahha,andrnakh,Андернах,آندرناخ,アンダーナッハ,安德纳赫		08	00	07137	07137003
2956212	Anderlingen	anderlingen	DE	27446	937	Europe/Berlin	53.37436	9.30357			03357003	06	00	03357	03357003
2956234	Anderbeck	anderbeck	DE	38836	0	Europe/Berlin	51.98183	10.93356		Anderbeck		14	00	15085	15085185
2956239	Andenhausen	andenhausen	DE	36452	238	Europe/Berlin	50.66667	10.06667			16066095	15	00	16066	16066095
2956253	Andechs	andechs	DE	82346	3181	Europe/Berlin	47.97464	11.18279		Abbaye d'Andechs,Andechs,Andeks,Kloster Andechs,Андекс	09188117	02	091	09188	09188117
2956277	Amtzell	amtzell	DE	88279	3530	Europe/Berlin	47.7	9.75		Amcel,Amcell',Amtcell',Amtzell,a mu ce er,amtzl,Амтцелль,Амцел,Амцелль,امتزل,阿姆策尔	08436006	01	084	08436	08436006
2956310	Amstetten	amstetten	DE	73340	3999	Europe/Berlin	48.57876	9.87388		Amshteten,Amshtetten,amstytn,Амштетен,Амштеттен,Ամշտեթեն,امستیتن,ამშტეტენი	08425008	01	084	08425	08425008
2956339	Amsdorf	amsdorf	DE	06317	536	Europe/Berlin	51.46457	11.72705		Amsdorf		14	00	15087	15087386
2956375	Ampfurth	ampfurth	DE	39387	0	Europe/Berlin	52.06276	11.3138		Ampfurth		14	00	15083	15083415
2956378	Ampfing	ampfing	DE	84539	6188	Europe/Berlin	48.254	12.41515		Ampfing,ampfyng,an pu fen,Ампфинг,Ампфінг,Ամպֆինգ,امپفینگ,安普芬	09183112	02	091	09183	09183112
2956416	Ammerthal	ammerthal	DE	92260	0	Europe/Berlin	47.73545	10.9669		Amerthal,Ammerthal		02	091	09190	09190145
2956434	Ammerndorf	ammerndorf	DE	90614	2099	Europe/Berlin	49.42335	10.85011		Ammerndorf		02	095	09573	09573111
2956546	Amesdorf	amesdorf	DE	39439	814	Europe/Berlin	51.7797	11.6004		Amesdorf		14	00	15089	15089165
2956564	Amerdingen	amerdingen	DE	86735	861	Europe/Berlin	48.72572	10.48561		Amerdingen,a mei er ding gen,amerudingen,amrdyngn,Амердинген,Амердінген,Ամերդինգեն,امردینگن,アーメルディンゲン,阿梅尔丁根	09779112	02	097	09779	09779112
2956567	Amorbach	amorbach	DE	63916	0	Europe/Berlin	49.64437	9.22178		Amerbach,Amorbach,Amorbakh,Amorbax,a mo er ba he,amorubahha,amwrbakh,aymwrbakh,Аморбах,Ամորբախ,آمورباخ,ایمورباخ,アモールバッハ,阿莫尔巴赫		02	096	09676	09676112
2956570	Amerang	amerang	DE	83123	3574	Europe/Berlin	47.99139	12.30795		Amerang,a mei lang,amrang,Амеранг,Ամերանգ,آمرانگ,阿梅朗	09187113	02	091	09187	09187113
2956584	Amelinghausen	amelinghausen	DE	21385	3915	Europe/Berlin	53.12397	10.21274		Amelingkhauzen,a mo ling hao sen,Амелингхаузен,امیلین‌گاسن,阿默灵豪森	03355002	06	00	03355	03355002
2956634	Bühl	buhl	DE	77815	0	Europe/Berlin	48.23817	8.21821		Am Buhl,Am Bühl,Buhl,Bühl		01	083	08317	08317039
2956656	Amberg	amberg	DE	86854	44737	Europe/Berlin	49.44287	11.86267		Amberg,Ambergas,Ampernk,Anberg,amberg,ambrg,an bei ge,aymbrg,Άμπεργκ,Амберг,آمبرگ,ایمبرگ,安贝格	09361	02	093	09361	09361000
2956657	Amberg	amberg	DE	86854	1323	Europe/Berlin	48.06667	10.68333			09778111	02	097	09778	09778111
2956658	Amberg	amberg	DE	86854	0	Europe/Berlin	47.93	9.6489				01	084	08436	08436008
2956710	Alzey	alzey	DE	55232	18241	Europe/Berlin	49.74657	8.11513		Alzey,XZY	07331	08	00	07331	07331003
2956715	Alzenau in Unterfranken	alzenau-in-unterfranken	DE	63755	18932	Europe/Berlin	50.0888	9.06455		Alzenau,Alzenau in Unterfranken		02	096	09671	09671111
2956729	Alveslohe	alveslohe	DE	25486	2449	Europe/Berlin	53.78333	9.91667		Al'vesloeh,Alfesloe,Alveslohe,Alveslokhe,a er fei si luo hei,alwslah,Алвеслохе,Алфеслое,Альвеслоэ,الوسلاه,阿尔费斯洛黑	01060002	10	00	01060	01060002
2956747	Alt Zachun	alt-zachun	DE	19230	422	Europe/Berlin	53.49428	11.33754		Alt Zachun		12	00	13076	13076002
2956757	Altwigshagen	altwigshagen	DE	17379	431	Europe/Berlin	53.70448	13.83565		Altwigshagen		12	00	13075	13075004
2956772	Altweidelbach	altweidelbach	DE	55469	248	Europe/Berlin	49.98333	7.56667			07140002	08	00	07140	07140002
2956778	Altwarp	altwarp	DE	17375	622	Europe/Berlin	53.74091	14.26511		Al'tvarp,Altvarp,Altwarp,a er te wa er pu,altwarp,Алтварп,Альтварп,التوارپ,阿尔特瓦尔普		12	00	13075	13075003
2956787	Altusried	altusried	DE	87452	9950	Europe/Berlin	47.8041	10.21429		Al'tusrid,Altusrid,Altusried,Comuna Altusried,a er tu si li de,altwsryd,Алтусрид,Альтусрид,Альтусрід,Ալտուսրիդ,التوسرید,阿尔图斯里德		02	097	09780	09780112
2956789	Alt Tucheband	alt-tucheband	DE	15328	1019	Europe/Berlin	52.53732	14.51225		Al't-Tukheband,Alt Tukheband,a er te tu hei ban de,alt twchband,Алт Тухебанд,Альт-Тухебанд,Ալթ Տուխեբանդ,آلت توچباند,阿尔特图黑班德	12064009	11	00	12064	12064009
2956798	Altthymen	altthymen	DE	16798	0	Europe/Berlin	53.23974	13.16274				11	00	12065	12065084
2956801	Alt Tellin	alt-tellin	DE	17129	509	Europe/Berlin	53.8446	13.24392		Al't-Tellin,Alt Telin,Alt Tellin,a er te lin,alt tlyn,Алт Телин,Альт-Теллин,الت تلین,阿尔特林		12	00	13075	13075002
2956809	Altstrimmig	altstrimmig	DE	56858	348	Europe/Berlin	50.1	7.3			07135004	08	00	07135	07135004
2956829	Hamburg-Altstadt	hamburg-altstadt	DE	20095	1661	Europe/Berlin	53.55	10		Altstadt,Hamburg-Altstadt		04	00	02000	02000000
2956847	Altshausen	altshausen	DE	88361	4832	Europe/Berlin	47.93333	9.53333		Al'tsgauzen,Al'tskhauzen,Altskhauzen,a er ci hao sen,Алтсхаузен,Альтсгаузен,Альтсгаўзен,Альтсхаузен,阿尔茨豪森	08436005	01	084	08436	08436005
2956853	Alt Schwerin	alt-schwerin	DE	17214	590	Europe/Berlin	53.51255	12.3464		Al't-Shverin,Alt Shverin,alt aschwyryn,jiu shi wei lin,Алт Шверин,Альт-Шверин,آلت اسچویرین,旧施韦林		12	00	13071	13071001
2956875	Altscheid	altscheid	DE	54636	102	Europe/Berlin	50.01667	6.4			07232003	08	00	07232	07232003
2956877	Alt Schadow	alt-schadow	DE	15910	0	Europe/Berlin	52.12175	13.94993		Alt Schadow		11	00	12061	12061329
2956883	Alt Ruppin	alt-ruppin	DE	16827	0	Europe/Berlin	52.94833	12.848				11	00	12068	12068320
2956891	Altrip	altrip	DE	67122	7802	Europe/Berlin	49.43556	8.49472		Al'trip,Aldrib,Altrip,a er te li pu,altryp,arutorippu,Алтрип,Альтрип,التریپ,アルトリップ,阿尔特里普	07338001	08	00	07338	07338001
2956893	Altrich	altrich	DE	54518	1579	Europe/Berlin	49.95701	6.91217			07231001	08	00	07231	07231001
2956912	Alt Rehse	alt-rehse	DE	17217	361	Europe/Berlin	53.49816	13.16257		Alt Rehse		12	00	13071	13071115
2956951	Altomünster	altomunster	DE	85250	7275	Europe/Berlin	48.38767	11.25691		Al'tomjunster,Altmunster,Altominster,Altomuenster,Altomünster,a er tuo ming si te,altwmwnstr,Алтоминстер,Альтомюнстер,Ալտոմյունսթեր,التومونستر,阿尔托明斯特		02	091	09174	09174111
2956987	Altmittweida	altmittweida	DE	09648	2132	Europe/Berlin	50.96667	12.95			14522010	13	00	14522	14522010
2956988	Alt Meteln	alt-meteln	DE	19069	1179	Europe/Berlin	53.74709	11.34056		Alt Meteln		12	00	13074	13074001
2956990	Altmersleben	altmersleben	DE	39624	296	Europe/Berlin	52.68552	11.42442		Altmersleben		14	00	15081	15081240
2957001	Altmannstein	altmannstein	DE	93336	0	Europe/Berlin	48.8992	11.65203		Al'tmannshtajn,Al'tmanshtajn,Altmannstadt,Altmannstein,Altmanshtajn,Altmanstayn,Altmanstein,Oidmannstoa,a er te man si tai yin,altmanstyn,Алтманштајн,Альтманнштайн,Альтманштайн,Ալտմանշտայն,التمانستین,阿尔特曼斯泰因		02	091	09176	09176112
2957021	Altlußheim	altlussheim	DE	68804	5289	Europe/Berlin	49.30167	8.49917		Al'tlusgajm,Al'tluskhajm,Altlosse,Altluskhajm,Altlussheim,Altlußheim,altlwbhym,arutorusuhaimu,jiu lu si hai mu,Алтлусхајм,Альтлусгайм,Альтлусхайм,التلوبهیم,アルトルスハイム,旧卢斯海姆	08226003	01	082	08226	08226003
2957040	Altleiningen	altleiningen	DE	67317	1950	Europe/Berlin	49.5075	8.07333		Al'tlajningen,Altlajningen,Altleiningen,altlynyngn,jiu lai ning gen,Алтлајнинген,Альтлайнинген,التلینینگن,旧莱宁根	07332001	08	00	07332	07332001
2957043	Altlay	altlay	DE	56858	515	Europe/Berlin	49.98769	7.27182		Al'tlaj,Altlaj,a er te lai,altlay,Алтлај,Альтлай,التلای,阿尔特莱	07135003	08	00	07135	07135003
2957051	Altlandsberg	altlandsberg	DE	15345	8804	Europe/Berlin	52.56503	13.72815		Al'tlandsberg,Altlandsberg,a er te lan ci bei ge,altlandsbrg,altlandsbrgh,Алтландсберг,Альтландсберг,Ալտլանդսբերգ,آلتلاندسبرغ,آلتلاندسبرگ,阿尔特兰茨贝格		11	00	12064	12064029
2957061	Alt Krenzlin	alt-krenzlin	DE	19288	806	Europe/Berlin	53.31842	11.308		Alt Krenzlin		12	00	13076	13076001
2957073	Altkirchen	altkirchen	DE	04626	1168	Europe/Berlin	50.93333	12.35		Al'tkirkhen,Aldenkirkin [a. 1140],Altkirkhen,Ztarecoztol [a. 1140],altkyrchn,jiu ji xing,Źtarecoźtol [a. 1140],Алткирхен,Альткирхен,التکیرچن,旧基兴	16077043	15	00	16077	16077043
2957074	Altkirchen	altkirchen	DE	04626	0	Europe/Berlin	47.96027	11.59281				02	091	09184	09184141
2957087	Altkalen	altkalen	DE	17179	934	Europe/Berlin	53.89888	12.73959		Al'tkalen,Altkalen,a er te ka lun,altkaln,Алткален,Альткален,التکالن,阿尔特卡伦		12	00	13072	13072004
2957092	Altjeßnitz	altjessnitz	DE	06800	491	Europe/Berlin	51.69152	12.32131		Altjessnitz,Altjeßnitz		14	00	15082	15082301
2957103	Althüttendorf	althuttendorf	DE	16247	731	Europe/Berlin	52.96229	13.80724		Al'tkhjuttendorf,Altkhitendorf,Altyuntendorf,a er di teng duo fu,altwtndraf,Алтхитендорф,Альтхюттендорф,Ալտյունտենդորֆ,التوتندراف,阿尔蒂滕多夫	12060012	11	00	12060	12060012
2957104	Althütte	althutte	DE	71566	0	Europe/Berlin	49.33547	12.76737				02	093	09372	09372171
2957105	Althütte	althutte	DE	71566	0	Europe/Berlin	49.05	13.18333				02	092	09276	09276148
2957106	Althütte	althutte	DE	71566	0	Europe/Berlin	48.98647	13.28702				02	092	09276	09276121
2957107	Althütte	althutte	DE	71566	0	Europe/Berlin	48.93908	13.31624				02	092	09272	09272149
2957108	Althütte	althutte	DE	71566	4263	Europe/Berlin	48.91565	9.56984		Al'tjutte,Al'tkhjutte,Altkhite,a er di te,altwt,Алтхите,Альтхютте,Альтютте,التوت,阿尔蒂特	08119004	01	081	08119	08119004
2957109	Althütte	althutte	DE	71566	0	Europe/Berlin	47.77969	8.15874				01	083	08315	08315102
2957113	Althornbach	althornbach	DE	66484	789	Europe/Berlin	49.20376	7.37515			07340201	08	00	07340	07340201
2957133	Althengstett	althengstett	DE	75382	8201	Europe/Berlin	48.72325	8.79434		Al'tengshtett,Al'tengstett,Al'tkhengshtett,Altkhengshtet,a er teng si te,altngstt,Алтхенгштет,Альтенгстетт,Альтенгштетт,Альтхенгштетт,Ալթհենգշտեթ,التنگستت,阿尔滕斯特	08235007	01	082	08235	08235007
2957138	Altheim	altheim	DE	88499	0	Europe/Berlin	49.91517	8.89167		Altheim		05	064	06432	06432015
2957139	Altheim	altheim	DE	88499	0	Europe/Berlin	49.5541	10.50831				02	095	09575	09575119
2957140	Altheim	altheim	DE	88499	0	Europe/Berlin	49.52055	9.44333		Altheim		01	082	08225	08225109
2957141	Altheim	altheim	DE	88499	0	Europe/Berlin	49.17189	7.31259		Altheim		09	00	10045	10045112
2957142	Altheim	altheim	DE	88499	0	Europe/Berlin	48.59569	12.2012		Altheim		02	092	09274	09274128
2957143	Altheim	altheim	DE	88499	0	Europe/Berlin	48.57995	10.02431		Altheim		01	084	08425	08425005
2957144	Altheim	altheim	DE	88499	0	Europe/Berlin	48.47153	8.63245		Altheim		01	082	08237	08237040
2957145	Altheim	altheim	DE	88499	0	Europe/Berlin	48.32801	9.77041			08425004	01	084	08425	08425004
2957146	Altheim	altheim	DE	88499	0	Europe/Berlin	48.30389	9.97806		Altheim,Altheim ob Weihung		01	084	08425	08425138
2957147	Altheim	altheim	DE	88499	0	Europe/Berlin	48.1847	9.79889				01	084	08426	08426134
2957148	Altheim	altheim	DE	88499	0	Europe/Berlin	48.14527	9.44738			08426008	01	084	08426	08426008
2957149	Altheim	altheim	DE	88499	0	Europe/Berlin	47.99521	9.03437		Altheim		01	084	08437	08437072
2957150	Altheim	altheim	DE	88499	0	Europe/Berlin	47.82636	9.25463		Altheim		01	084	08435	08435015
2957153	Althegnenberg	althegnenberg	DE	82278	1843	Europe/Berlin	48.23333	11.06667		Al'tegnenberg,Altkhegnenberg,Henaberg,a er te ge nen bei ge,altgnynbrg,Алтхегненберг,Альтегненберг,Ալթեգնենբերգ,التگنینبرگ,阿尔特格嫩贝格	09179114	02	091	09179	09179114
2957184	Altglietzen	altglietzen	DE	16259	0	Europe/Berlin	52.8342	14.08962				11	00	12064	12064044
2957188	Glashütte	glashutte	DE	01768	0	Europe/Berlin	48.00102	8.13796		Altglashutte,Altglashütte,Glashutte,Glashütte		01	083	08315	08315094
2957207	Altfraunhofen	altfraunhofen	DE	84169	2057	Europe/Berlin	48.45	12.16667		Al'tfraungofen,Al'tfraunkhofen,Altfraunkhofen,Oidfraunhofa,altfraywnhafn,jiu fu lao en huo fen,Алтфраунхофен,Альтфраунгофен,Альтфраунхофен,Ալթֆրաունհոֆեն,التفرائونهافن,旧弗劳恩霍芬	09274114	02	092	09274	09274114
2957326	Altersbach	altersbach	DE	98587	0	Europe/Berlin	48.26175	8.04925				01	083	08317	08317046
2957327	Altersbach	altersbach	DE	98587	569	Europe/Berlin	50.7	10.53333		Altersbach	16066069	15	00	16066	16066069
2957341	Alterode	alterode	DE	06543	532	Europe/Berlin	51.67552	11.38362		Alterode		14	00	15087	15087031
2957351	Alterkülz	alterkulz	DE	56288	446	Europe/Berlin	50.03333	7.46667		Al'terkjul'c,Alterkilc,a er te er qu er ci,altrkwlz,Алтеркилц,Альтеркюльц,الترکولز,阿尔特尔屈尔茨	07140001	08	00	07140	07140001
2957412	Altenzaun	altenzaun	DE	39596	154	Europe/Berlin	52.73983	12.02488				14	00	15090	15090245
2957437	Altentreptow	altentreptow	DE	17087	6486	Europe/Berlin	53.69416	13.26504		Al'tentreptov,Altentreptov,Altentreptova,Altentreptow,Store Trzebiatowo,Stôré Trzébiatowò,altntrbtww,altntrptww,jiu te lei pu tuo,Алтентрептов,Альтентрептов,آلتنتربتوو,آلتنترپتوو,旧特雷普托		12	00	13071	13071004
2957438	Altenthann	altenthann	DE	93177	0	Europe/Berlin	49.36742	11.30633		Altenthann		02	095	09574	09574157
2957439	Altenthann	altenthann	DE	93177	1607	Europe/Berlin	49.1	12.3		Al'tentann,Altentan,a er teng tan,altntan,Алтентан,Альтентанн,Ալտենթան,التنتان,阿尔滕坦	09375114	02	093	09375	09375114
2957459	Altensteig	altensteig	DE	72213	11266	Europe/Berlin	48.58649	8.60395		Al'tenshtajg,Al'tenstajg,Altenshtajg,Altenstayg,Altensteig,a er teng si tai xi,altnshtayg,altnshtaygh,Алтенштајг,Альтенстайг,Альтенштайг,Ալտենշտայգ,آلتنشتايغ,آلتنشتایگ,阿尔滕斯泰希		01	082	08235	08235006
2957460	Altensteig	altensteig	DE	72213	0	Europe/Berlin	48.00898	10.53691		Altensteig		02	097	09778	09778127
2957461	Altenstadt an der Waldnaab	altenstadt-an-der-waldnaab	DE	92665	0	Europe/Berlin	49.71592	12.1598		Al'tenshtadt-an-der-Val'dnaab,Al'tenshtadt-na-Val'dnabe,Altenshtat na Valdnabu,Altenstadt,Oidnstod an da Woidnaab,altnstad an dr waldnab,wa er de na bu he pan a er teng shi ta te,Алтенштат на Валднабу,Альтенштадт-ан-дер-Вальднааб,Альтенштадт-на-Вальднабе,Վալդնաբի Ալտենշթաթ,التنستاد ان در والدناب,瓦尔德纳布河畔阿尔滕施塔特		02	093	09374	09374158
2957463	Altenstadt	altenstadt	DE	63674	12258	Europe/Berlin	50.28747	8.94373		Altenstadt	06440001	05	064	06440	06440001
2957464	Altenstadt	altenstadt	DE	63674	0	Europe/Berlin	49.85	12.03333				02	093	09377	09377116
2957465	Altenstadt	altenstadt	DE	63674	0	Europe/Berlin	49.63228	12.32863		Altenstadt bei Vohenstrauss,Altenstadt bei Vohenstrauß		02	093	09374	09374162
2957466	Altenstadt	altenstadt	DE	63674	0	Europe/Berlin	49.22315	12.68401				02	093	09372	09372116
2957467	Altenstadt	altenstadt	DE	63674	0	Europe/Berlin	48.62556	9.81564		Geislingen-Altenstadt		01	081	08117	08117024
2957468	Altenstadt	altenstadt	DE	63674	4790	Europe/Berlin	48.1603	10.11437		Al'tenshtadt,Altenshtat,altnstad  swaby,Алтенштат,Альтенштадт,Ալտենշթաթ,التنستاد، سوابی		02	097	09775	09775111
2957469	Altenstadt	altenstadt	DE	63674	3282	Europe/Berlin	47.82359	10.87475			09190111	02	091	09190	09190111
2957488	Altensalzwedel	altensalzwedel	DE	29416	394	Europe/Berlin	52.76966	11.17776		Altensalzwedel		14	00	15081	15081026
2957497	Altenroda	altenroda	DE	06642	557	Europe/Berlin	51.24006	11.56487		Altenroda		14	00	15084	15084015
2957499	Altenriet	altenriet	DE	72657	1820	Europe/Berlin	48.5914	9.22186		Al'tenrit,Altenrit,a er teng li te,altnryt,Алтенрит,Альтенрит,Альтенріт,Ալտենրիտ,التنریت,阿尔滕里特	08116006	01	081	08116	08116006
2957516	Altenpleen	altenpleen	DE	18445	1022	Europe/Berlin	54.35456	12.9564				12	00	13073	13073005
2957526	Altenmünster	altenmunster	DE	86450	0	Europe/Berlin	50.15974	10.36428		Altenmunster,Altenmünster		02	096	09678	09678181
2957527	Altenmünster	altenmunster	DE	86450	0	Europe/Berlin	49.1272	10.05206				01	081	08127	08127014
2957528	Altenmünster	altenmunster	DE	86450	3846	Europe/Berlin	48.46495	10.59065		Al'tenmjunster,Altenminster,Altenmuenster,Altenmyunster,Altenmünster,a er teng ming si te er,altnmanstr,Алтенминстер,Альтенмюнстер,Ալտենմյունստեր,التنمانستر,阿尔滕明斯特尔	09772115	02	097	09772	09772115
2957532	Altenmoor	altenmoor	DE	25335	275	Europe/Berlin	53.76667	9.56667		Altenmoor	01061004	10	00	01061	01061004
2957538	Altenmedingen	altenmedingen	DE	29575	1585	Europe/Berlin	53.1305	10.60163		Al'tenmedingen,Altenmedingen,Ohmein,a er teng mei ding gen,altnmdyngn,Алтенмединген,Альтенмединген,التنمدینگن,阿尔滕梅丁根	03360001	06	00	03360	03360001
2957539	Altenmarkt an der Alz	altenmarkt-an-der-alz	DE	83352	0	Europe/Berlin	48.00258	12.53671		Al'tenmarkt-an-der-Al'c,Altenmarkt,Altenmarkt an der Alz,Altenmarkt na Alcu,Oidnmarkt an da Oiz,altnmarkt an dr alz,Алтенмаркт на Алцу,Альтенмаркт-ан-дер-Альц,Ալցի Ալտենմարքթ,التنمارکت ان در الز		02	091	09189	09189111
2957555	Altenkunstadt	altenkunstadt	DE	96264	5608	Europe/Berlin	50.12504	11.2503		Al'tenkunshtadt,Altenkunshtat,a er teng kun si ta te,altnkanstad,arutenkunshutatto,Алтенкунштат,Альтенкунштадт,Ալթենքունշթաթ,אלטנקונשטאדט,التنکانستاد,アルテンクンシュタット,阿尔滕昆斯塔特	09478111	02	094	09478	09478111
2957557	Altenkrempe	altenkrempe	DE	23730	1145	Europe/Berlin	54.13333	10.83333		Al'tenkrempe,Altenkrempe,a er teng ke lun pei,altnkrymp,Алтенкремпе,Альтенкремпе,التنکریمپ,阿尔滕克伦佩	01055002	10	00	01055	01055002
2957566	Altenkirchen	altenkirchen	DE	18556	1138	Europe/Berlin	54.63624	13.34332				12	00	13073	13073004
2957567	Altenkirchen	altenkirchen	DE	18556	6385	Europe/Berlin	50.68594	7.64176		Al'tehnkirkhen,Al'tenkirkhen,Altenkirchen,Altenkirkhen,a er teng ji xing,altnkyrshn,Алтенкирхен,Альтенкирхен,Альтенкірхен,Альтэнкірхен,آلتنکیرشن,阿尔滕基兴	07132	08	00	07132	07132501
2957568	Altenkirchen	altenkirchen	DE	18556	0	Europe/Berlin	50.68026	8.46009				05	065	06532	06532013
2957569	Altenkirchen	altenkirchen	DE	18556	0	Europe/Berlin	50.46931	8.40823				05	065	06532	06532003
2957570	Altenkirchen	altenkirchen	DE	18556	1410	Europe/Berlin	49.44313	7.32084		Al'tenkirkhen,Altenkirkhen,altnkyrchn  kasl,Алтенкирхен,Альтенкирхен,التنکیرچن، کاسل	07336004	08	00	07336	07336004
2957588	Altenholz	altenholz	DE	24161	9737	Europe/Berlin	54.4	10.13333		Al'tenkhol'c,Altenholz,Altenkholc,a er teng huo er ci,altnhalz,Алтенхолц,Альтенхольц,التنهالز,阿尔滕霍尔茨	01058005	10	00	01058	01058005
2957599	Altenhof	altenhof	DE	16244	304	Europe/Berlin	54.43333	9.86667			01058004	10	00	01058	01058004
2957600	Altenhof	altenhof	DE	16244	403	Europe/Berlin	53.3545	12.35662				12	00	13071	13071003
2957601	Altenhof	altenhof	DE	16244	0	Europe/Berlin	52.91475	13.71317		Allenhof		11	00	12060	12060198
2957602	Altenhof	altenhof	DE	16244	0	Europe/Berlin	52.81667	11.66667				14	00	15090	15090415
2957603	Altenhof	altenhof	DE	16244	0	Europe/Berlin	51.16948	12.98123		Altenhof		13	00	14522	14522310
2957604	Altenhof	altenhof	DE	16244	0	Europe/Berlin	51.09126	7.27716				07	053	05378	05378032
2957605	Altenhof	altenhof	DE	16244	0	Europe/Berlin	51.06667	6.93333				07	053	05316	05316000
2957606	Altenhof	altenhof	DE	16244	0	Europe/Berlin	50.98333	6.83333				07	053	05362	05362036
2957607	Altenhof	altenhof	DE	16244	0	Europe/Berlin	50.96194	7.90104		Altenhof		07	059	05966	05966028
2957608	Altenhof	altenhof	DE	16244	0	Europe/Berlin	50.43181	9.76736				05	066	06631	06631004
2957609	Altenhof	altenhof	DE	16244	0	Europe/Berlin	50.24175	10.87888				02	094	09473	09473175
2957610	Altenhof	altenhof	DE	16244	0	Europe/Berlin	49.47335	7.91282		Altenhof		08	00	07335	07335007
2957631	Altenhausen	altenhausen	DE	39343	383	Europe/Berlin	52.26196	11.25429	118	Al'tenkhauzen,Altenhusen,Altenkhauzen,Haldenhusen [a. 1330],Olenhusen,Ollnhusen,a er teng hao sen,altnhasn,Алтенхаузен,Альтенхаузен,التنهاسن,阿尔滕豪森	15083020	14	00	15083	15083020
2957632	Altenhausen	altenhausen	DE	39343	0	Europe/Berlin	49.12089	9.79168		Alpenhausen,Altenhausen		01	081	08127	08127076
2957633	Altenhausen	altenhausen	DE	39343	0	Europe/Berlin	48.41964	11.77185				02	091	09178	09178124
2957653	Altenhagen	altenhagen	DE	17091	0	Europe/Berlin	52.04605	8.64538				07	057	05711	05711000
2957654	Altenhagen	altenhagen	DE	17091	0	Europe/Berlin	51.36971	7.47363		Altenhagen,altnhaghn,haghn alqdymt,ألتنهاغن,هاغن القديمة		07	059	05914	05914000
2957655	Altenhagen	altenhagen	DE	17091	0	Europe/Berlin	54.26242	12.76405				12	00	13073	13073096
2957656	Altenhagen	altenhagen	DE	17091	0	Europe/Berlin	54.18379	13.15973				12	00	13073	13073090
2957657	Altenhagen	altenhagen	DE	17091	0	Europe/Berlin	54.02723	11.79701		Altenhagen		12	00	13072	13072058
2957658	Altenhagen	altenhagen	DE	17091	368	Europe/Berlin	53.76193	13.10527		Altenhagen		12	00	13071	13071002
2957659	Altenhagen	altenhagen	DE	17091	0	Europe/Berlin	53.66895	12.07209		Altenhagen-Nienhagen		12	00	13072	13072067
2957660	Altenhagen	altenhagen	DE	17091	0	Europe/Berlin	52.63335	10.11687		Altenhagen,Altenhagen (Celle),Celle-Altenhagen,Ol'nhagen,Olenhagen,oːlənhɔːɣən,Ōl’nhåğĕn,ōlənhǻʒən		06	00	03351	03351006
2957661	Altenhagen	altenhagen	DE	17091	0	Europe/Berlin	52.43723	9.34173		Altenhagen (Hagenburg),Altenhagen-Hagenburg,Hagenburg-Altenhagen,Oldenhagen [a. 1247],Oolden´hågen		06	00	03257	03257010
2957662	Altenhagen	altenhagen	DE	17091	0	Europe/Berlin	52.26133	9.27203		Altenhagen (Auetal),Auetal-Altenhagen,Oldenhagen [a. 1320]		06	00	03257	03257003
2957663	Altenhagen	altenhagen	DE	17091	0	Europe/Berlin	52.20172	7.98646		Altenhagen (Hagen am Teuteburger Wald),Hagen [a. 1097]		06	00	03459	03459020
2957678	Altengottern	altengottern	DE	99991	1149	Europe/Berlin	51.16395	10.58093			16064076	15	00	16064	16064076
2957681	Altenglan	altenglan	DE	66885	3048	Europe/Berlin	49.55	7.46667		Al'tenglan,Altenglan,a er teng lan,altnglan,arutenguran,Алтенглан,Альтенглан,التنگلان,アルテングラン,阿尔滕兰	07336003	08	00	07336	07336003
2957699	Altenfeld	altenfeld	DE	98701	0	Europe/Berlin	51.2523	8.44005		Altenfeld		07	059	05958	05958048
2957700	Altenfeld	altenfeld	DE	98701	0	Europe/Berlin	50.63333	10.63333		Altenfeld		15	00	16054	16054000
2958186	Alpenrod	alpenrod	DE	57642	1664	Europe/Berlin	50.63333	7.86667			07143202	08	00	07143	07143202
2957701	Altenfeld	altenfeld	DE	98701	1116	Europe/Berlin	50.56468	10.96195		Al'tenfel'd,Altenfeld,a er teng fei er de,altnfyld,Алтенфелд,Альтенфельд,التنفیلد,阿尔滕费尔德		15	00	16070	16070058
2957702	Altenfeld	altenfeld	DE	98701	0	Europe/Berlin	50.45233	9.84706				05	066	06631	06631010
2957717	Altendorf	altendorf	DE	92540	0	Europe/Berlin	51.82342	9.47039				06	00	03255	03255023
2957718	Altendorf	altendorf	DE	92540	0	Europe/Berlin	51.45855	6.97449		Altendorf		07	051	05113	05113000
2957719	Altendorf	altendorf	DE	92540	0	Europe/Berlin	51.83273	7.68139				07	055	05570	05570016
2957720	Altendorf	altendorf	DE	92540	0	Europe/Berlin	51.72729	7.55986				07	055	05558	05558028
2957721	Altendorf	altendorf	DE	92540	0	Europe/Berlin	53.78956	9.32687				06	00	03359	03359040
2957722	Altendorf	altendorf	DE	92540	0	Europe/Berlin	53.27967	8.36126				06	00	03461	03461008
2957723	Altendorf	altendorf	DE	92540	0	Europe/Berlin	52.60364	10.92854				06	00	03151	03151005
2957724	Altendorf	altendorf	DE	92540	0	Europe/Berlin	52.45	7.08333				06	00	03456	03456015
2957725	Altendorf	altendorf	DE	92540	0	Europe/Berlin	51.47969	7.67542		Altendorf		07	059	05978	05978012
2957727	Altendorf	altendorf	DE	92540	0	Europe/Berlin	51.21579	9.20422				05	066	06633	06633018
2957728	Altendorf	altendorf	DE	92540	0	Europe/Berlin	50.97178	12.42005		Altendorf		15	00	16077	16077001
2957729	Altendorf	altendorf	DE	92540	0	Europe/Berlin	50.93409	14.1824		Altendorf		13	00	14628	14628360
2957730	Altendorf	altendorf	DE	92540	0	Europe/Berlin	50.83716	12.88035		Altendorf		13	00	14511	14511000
2957731	Altendorf	altendorf	DE	92540	0	Europe/Berlin	50.83736	11.57586				15	00	16074	16074002
2957732	Altendorf	altendorf	DE	92540	0	Europe/Berlin	50.59106	7.01507		Altendorf		07	053	05382	05382032
2957733	Altendorf	altendorf	DE	92540	2017	Europe/Berlin	50.08424	11.16786				02	094	09478	09478176
2957734	Altendorf	altendorf	DE	92540	0	Europe/Berlin	49.75363	11.98703				02	093	09374	09374149
2957735	Altendorf	altendorf	DE	92540	927	Europe/Berlin	49.4055	12.28151			09376112	02	093	09376	09376112
2957736	Altendorf	altendorf	DE	92540	0	Europe/Berlin	48.87228	11.02152				02	091	09176	09176148
2957742	Altendiez	altendiez	DE	65624	2332	Europe/Berlin	50.36667	7.98333			07141002	08	00	07141	07141002
2957768	Altenburg	altenburg	DE	04600	0	Europe/Berlin	51.36334	11.99759		Vorstadt Altenburg		14	00	15088	15088220
2957769	Altenburg	altenburg	DE	04600	0	Europe/Berlin	52.05365	7.31713				07	055	05566	05566036
2957770	Altenburg	altenburg	DE	04600	0	Europe/Berlin	51.82433	11.75693				14	00	15089	15089235
2957771	Altenburg	altenburg	DE	04600	0	Europe/Berlin	51.15086	11.77273				14	00	15084	15084355
2957772	Altenburg	altenburg	DE	04600	0	Europe/Berlin	51.11903	9.40753		Altenburg		05	066	06634	06634003
2957773	Altenburg	altenburg	DE	04600	38568	Europe/Berlin	50.98763	12.43684		AOC,Al'tenburg,Altemburgo,Altenbourg,Altenburg,Altenburgas,Altenburgo,Altenburgum in Misnia,Starograd,a er teng bao,altenbuleukeu,altnbrg,altnbwrg,altnbwrgh,arutenburuku,Алтенбург,Альтенбург,אלטנבורג,آلتنبورغ,آلتنبورگ,التنبرگ,الٹنبورگ,アルテンブルク,阿尔滕堡,알텐부르크	16077	15	00	16077	16077001
2957774	Altenburg	altenburg	DE	04600	0	Europe/Berlin	50.89057	6.39105				07	053	05358	05358024
2957775	Altenburg	altenburg	DE	04600	0	Europe/Berlin	50.73467	9.27604				05	065	06535	06535001
2957776	Altenburg	altenburg	DE	04600	0	Europe/Berlin	50.63356	7.46139				08	00	07138	07138003
2957777	Altenburg	altenburg	DE	04600	0	Europe/Berlin	50.51145	6.98795				08	00	07131	07131003
2957778	Altenbürg	altenburg	DE	04600	0	Europe/Berlin	48.81186	10.43152				01	081	08136	08136087
2957779	Altenburg	altenburg	DE	04600	0	Europe/Berlin	48.54738	9.18247				01	084	08415	08415061
2957780	Altenburg	altenburg	DE	04600	0	Europe/Berlin	48.43605	12.11292				02	092	09274	09274185
2957781	Altenburg	altenburg	DE	04600	0	Europe/Berlin	48.03528	11.86635				02	091	09175	09175128
2957782	Altenburg	altenburg	DE	04600	0	Europe/Berlin	47.91571	11.81331				02	091	09187	09187130
2957783	Altenburg	altenburg	DE	04600	0	Europe/Berlin	47.65	9.98333				02	097	09776	09776112
2957784	Altenburg	altenburg	DE	04600	0	Europe/Berlin	47.65612	8.60332		Altenburg		01	083	08337	08337060
2957785	Altenburg	altenburg	DE	04600	0	Europe/Berlin	47.57466	9.88534				02	097	09776	09776129
2957802	Altenbuch	altenbuch	DE	97901	0	Europe/Berlin	49.60632	10.67579				02	095	09575	09575125
2957803	Altenbuch	altenbuch	DE	97901	0	Europe/Berlin	48.78497	12.75125				02	092	09279	09279137
2957804	Altenbuch	altenbuch	DE	97901	0	Europe/Berlin	48.18982	12.70095				02	091	09171	09171121
2957815	Altenbrak	altenbrak	DE	38889	400	Europe/Berlin	51.72655	10.94157		Al'tenbrak,Altenbrak,altnbrak,Алтенбрак,Альтенбрак,التنبراک		14	00	15085	15085330
2957823	Altenbeuthen	altenbeuthen	DE	07338	265	Europe/Berlin	50.5919	11.60062			16073002	15	00	16073	16073002
2957828	Altenberge	altenberge	DE	48341	0	Europe/Berlin	52.81922	7.14014				06	00	03454	03454018
2957829	Altenberge	altenberge	DE	48341	9796	Europe/Berlin	52.05	7.46667		Al'tenberge,Altenberge,a er teng bei ge,Алтенберге,Альтенберге,阿尔滕贝格	05566004	07	055	05566	05566004
2957830	Altenberga	altenberga	DE	07768	749	Europe/Berlin	50.83333	11.53333		Al'tenberga,Altenberga,a er teng bei er jia,altnbrga,Алтенберга,Альтенберга,التنبرگا,阿尔滕贝尔加	16074002	15	00	16074	16074002
2957833	Altenberg	altenberg	DE	01773	0	Europe/Berlin	51.05564	7.1321		Al'tenberg,Altenberg,Альтенберг		07	053	05378	05378020
2957834	Altenberg	altenberg	DE	01773	5167	Europe/Berlin	50.76556	13.75334		Al'tenberg,Altenberg,altnbrg,Алтенберг,Альтенберг,آلتنبرگ		13	00	14628	14628010
2957835	Altenberg	altenberg	DE	01773	0	Europe/Berlin	50.76667	6.93333				07	053	05382	05382012
2957836	Altenberg	altenberg	DE	01773	0	Europe/Berlin	50.55838	8.44128				05	065	06532	06532021
2957837	Altenberg	altenberg	DE	01773	0	Europe/Berlin	49.43269	10.97165				02	095	09573	09573122
2957838	Altenberg	altenberg	DE	01773	0	Europe/Berlin	49.18944	9.83056				01	081	08127	08127043
2957839	Altenberg	altenberg	DE	01773	0	Europe/Berlin	48.92034	11.43048				02	091	09176	09176120
2957840	Altenberg	altenberg	DE	01773	0	Europe/Berlin	48.65837	10.30492				02	097	09773	09773170
2957864	Altenbeken	altenbeken	DE	33184	9716	Europe/Berlin	51.76455	8.94201		Al'tenbeken,Altenbeken,a er teng bei ken,altynbkn,arutenbeken,Алтенбекен,Альтенбекен,التینبکن,アルテンベーケン,阿尔滕贝肯	05774004	07	057	05774	05774004
2957869	Altenbamberg	altenbamberg	DE	55585	753	Europe/Berlin	49.78333	7.83333		Al'tenbamberg,Altenbamberg,a er teng ban bei ge,altynbambrg,Алтенбамберг,Альтенбамберг,التینبامبرگ,阿尔滕班贝格	07133003	08	00	07133	07133003
2957879	Altenau	altenau	DE	38707	0	Europe/Berlin	52.70874	11.92644				14	00	15090	15090245
2957880	Altenau	altenau	DE	38707	2045	Europe/Berlin	51.80113	10.44148		Al'tenau,Altenau,a er te nao,altnaw,Алтенау,Альтенау,آلتناو,阿尔特瑙		06	00	03153	03153018
2957881	Altenau	altenau	DE	38707	0	Europe/Berlin	51.419	13.26834		Altenau		11	00	12062	12062341
2957882	Altenau	altenau	DE	38707	0	Europe/Berlin	47.65035	11.01353				02	091	09180	09180129
2957883	Altenahr	altenahr	DE	53505	1707	Europe/Berlin	50.51694	6.99206		Al'tenar,Altenar,Altenaras,a er te na er,altynahr,aruten'aru,Алтенар,Альтенар,التیناهر,アルテンアール,阿尔特纳尔	07131003	08	00	07131	07131003
2957886	Altena	altena	DE	58762	20862	Europe/Berlin	51.29472	7.67337		Al'tehna,Al'tena,Altena,Altenoa,a er te na,altna,Алтена,Альтена,Альтэна,آلتنا,阿尔特纳		07	059	05962	05962004
2957938	Alteglofsheim	alteglofsheim	DE	93087	3187	Europe/Berlin	48.91667	12.2		Al'teglofsgajm,Al'teglofskhajm,Alteglofshaym,Alteglofsheim,Alteglofskhajm,Eglofsheim,a er te ge luo fu si hai mu,altyglafshym,Алтеглофсхајм,Альтеглофсгайм,Альтеглофсхайм,Ալտեգլոֆսհայմ,التیگلافشیم,阿尔特格洛夫斯海姆	09375113	02	093	09375	09375113
2958016	Alt Duvenstedt	alt-duvenstedt	DE	24791	1875	Europe/Berlin	54.36667	9.65		Al't-Dufenshtedt,Alt Dufenshtet,Alt Duvenshtet,Alt Duvenstedt,a er te du fen si te,alt dwfnshtt,Алт Дувенштет,Алт Дуфенштет,Альт-Дуфенштедт,آلت دوفنشتت,阿尔特杜芬斯特	01058003	10	00	01058	01058003
2958022	Altdorf	altdorf	DE	67482	0	Europe/Berlin	51.05466	12.68312				13	00	14729	14729150
2958023	Altdorf	altdorf	DE	67482	0	Europe/Berlin	50.87628	6.35897				07	053	05358	05358020
2958024	Altdorf	altdorf	DE	67482	15312	Europe/Berlin	49.3856	11.3573	444	Altdorf		02	095	09574	09574112
2958025	Altdorf	altdorf	DE	67482	0	Europe/Berlin	49.35594	9.6137				01	081	08126	08126072
2958026	Altdorf	altdorf	DE	67482	745	Europe/Berlin	49.28722	8.21611			07337002	08	00	07337	07337002
2958027	Altdorf	altdorf	DE	67482	0	Europe/Berlin	48.98698	11.27953				02	091	09176	09176164
2958028	Altdorf	altdorf	DE	67482	4426	Europe/Berlin	48.63112	8.99626			08115002	01	081	08115	08115002
2958029	Altdorf	altdorf	DE	67482	1407	Europe/Berlin	48.59421	9.27165			08116005	01	081	08116	08116005
2958030	Altdorf	altdorf	DE	67482	0	Europe/Berlin	48.55593	12.11002		Al'tdorf,Altdorf,altdraf  lwyr bawarya,Алтдорф,Альтдорф,Ալթդորֆ,التدراف، لویر باواریا		02	092	09274	09274113
2958031	Altdorf	altdorf	DE	67482	0	Europe/Berlin	48.2654	7.81591		Altdorf		01	083	08317	08317026
2958032	Altdorf	altdorf	DE	67482	11355	Europe/Berlin	48.15374	12.18419		Altdorf		02	091	09183	09183119
2958033	Altdorf	altdorf	DE	67482	0	Europe/Berlin	48.09573	7.87873				01	083	08316	08316011
2958034	Altdorf	altdorf	DE	67482	0	Europe/Berlin	47.81372	10.63492				02	097	09777	09777112
2958036	Altdöbern	altdobern	DE	03229	3067	Europe/Berlin	51.65	14.03333		Al'tdjobern,Altdebern,Altdoebern,Altdyobern,Altdöbern,Stara Darbnja,a er de bei er en,altdwbrn,Алтдеберн,Альтдёберн,Ալտդյոբերն,التدوبرن,阿尔德贝尔恩	12066008	11	00	12066	12066008
2958048	Alt Bukow	alt-bukow	DE	18233	558	Europe/Berlin	53.99758	11.60706				12	00	13072	13072002
2958052	Altbrandsleben	altbrandsleben	DE	39387	363	Europe/Berlin	52.07409	11.25022	188	Al'tbrandsleben,Alt Brandsleben,Altbrandsleben,Olenbrandslee,Ollenbrandslae,Ollenbrandslä,altbrndzlybn,Альтбрандслебен,التبرندزلیبن		14	00	15083	15083415
2958066	Alt Bennebek	alt-bennebek	DE	24848	346	Europe/Berlin	54.38333	9.43333			01059001	10	00	01059	01059001
2958084	Altbach	altbach	DE	73776	0	Europe/Berlin	48.76716	12.04562				02	092	09273	09273127
2958085	Altbach	altbach	DE	73776	5793	Europe/Berlin	48.72268	9.38078		Al'tbakh,Altbakh,Altbax,a er te ba he,altbakh,Алтбах,Альтбах,Ալտբախ,التباخ,阿尔特巴赫	08116004	01	081	08116	08116004
2958092	Ammerthal	ammerthal	DE	92260	2017	Europe/Berlin	49.44123	11.76181		Altammerthal,Amertal,Ammertal',a mei er ta er,amrsal,Амертал,Аммерталь,Ամերտալ,امرسال,阿梅尔塔尔	09371111	02	093	09371	09371111
2958126	Alsheim	alsheim	DE	67577	2691	Europe/Berlin	49.76806	8.34028		Al'skhajm,Alskhajm,a er si hai mu,alshaym,Алсхајм,Альсхайм,آلسهایم,阿尔斯海姆	07331002	08	00	07331	07331002
2958128	Alsfeld	alsfeld	DE	36304	17771	Europe/Berlin	50.75185	9.27082		Al'sfel'd,Alsfeld,Alsfelt,a er si fei er de,alsfld,arusuferuto,Άλσφελτ,Алсфелд,Альсфельд,آلسفلد,アルスフェルト,阿尔斯费尔德		05	065	06535	06535001
2958134	Alsenz	alsenz	DE	67821	1815	Europe/Berlin	49.71667	7.81667		Al'zenc,Alsenc,a er sen ci,alsnz,aruzentsu,Алсенц,Альзенц,السنز,アルゼンツ,阿尔森茨	07333003	08	00	07333	07333003
2958141	Alsdorf	alsdorf	DE	52477	46340	Europe/Berlin	50.87673	6.16399		Al'sdorf,Alsdorf,Elsdoerp,Elsdörp,a er si duo fu,alsdwrf,arusudorufu,Алсдорф,Альсдорф,آلسدورف,アルスドルフ,阿尔斯多夫		07	053	05334	05334004
2958142	Alsdorf	alsdorf	DE	52477	1765	Europe/Berlin	50.77736	7.88562			07132002	08	00	07132	07132002
2958143	Alsdorf	alsdorf	DE	52477	388	Europe/Berlin	49.88833	6.4682			07232002	08	00	07232	07232002
2958144	Alsdorf	alsdorf	DE	52477	0	Europe/Berlin	48.50453	11.73465				02	091	09178	09178156
2958154	Alsbach	alsbach	DE	56237	582	Europe/Berlin	50.46411	7.66198			07143001	08	00	07143	07143001
2958155	Alsbach	alsbach	DE	56237	0	Europe/Berlin	49.74083	8.62337				05	064	06432	06432001
2958173	Alpirsbach	alpirsbach	DE	72275	7011	Europe/Berlin	48.34507	8.40197		Al'pirsbakh,Alpirsbakh,Alpirsbax,a er pi er si ba he,albyrsbakh,alpyrsbakh,Алпирсбах,Альпирсбах,Альпірсбах,Ալպիրսբախ,آلبيرسباخ,آلپیرسباخ,阿尔皮尔斯巴赫		01	082	08237	08237002
2958180	Alperstedt	alperstedt	DE	99195	743	Europe/Berlin	51.0924	11.0453			16068001	15	00	16068	16068001
2958188	Alpen	alpen	DE	46519	12908	Europe/Berlin	51.58333	6.51667			05170004	07	051	05170	05170004
2958211	Almstedt	almstedt	DE	31079	992	Europe/Berlin	52.03243	9.96151		Al'mshtedt,Almshtet,almstd,Алмштет,Альмштедт,المستد	03254045	06	00	03254	03254045
2958235	Almersbach	almersbach	DE	57610	448	Europe/Berlin	50.68333	7.63333		Al'mersbakh,Almersbakh,a er mei er si ba he,Алмерсбах,Альмерсбах,阿尔梅尔斯巴赫	07132001	08	00	07132	07132001
2958251	Almdorf	almdorf	DE	25821	548	Europe/Berlin	54.58333	9.01667		Almdorf	01054006	10	00	01054	01054006
2958266	Allstedt	allstedt	DE	06542	3153	Europe/Berlin	51.40379	11.38689		Ahlsdorf,Al'shtedt,Allstedt,Alshtet,a er si te,alshtyt,Алштет,Альштедт,آلشتيت,آل‌اشتد,阿尔斯特		14	00	15087	15087015
2958268	Allrode	allrode	DE	06507	699	Europe/Berlin	51.67926	10.9683		Al'rode,Allro'e,Alrode,alrwdh,Алроде,Альроде,آلروده		14	00	15085	15085330
2958288	Allmersbach im Tal	allmersbach-im-tal	DE	71573	4908	Europe/Berlin	48.90659	9.46815		Al'mersbakh-im-Tal',All'mersbakh,Allmersbach,Almersbakh im Tal,a er mo si ba he,almrzbakh,Алльмерсбах,Алмерсбах им Тал,Альмерсбах-им-Таль,المرزباخ,阿尔默斯巴赫	08119003	01	081	08119	08119003
2958296	Allmendingen	allmendingen	DE	89604	4556	Europe/Berlin	48.33052	9.72419			08425002	01	084	08425	08425002
2958305	Allmannsweiler	allmannsweiler	DE	88348	333	Europe/Berlin	48.02853	9.59361			08426006	01	084	08426	08426006
2958306	Allmannsweiler	allmannsweiler	DE	88348	0	Europe/Berlin	47.67034	9.49867				01	084	08435	08435016
2958309	Allmannshofen	allmannshofen	DE	86695	828	Europe/Berlin	48.61255	10.8093		All'mannsgofen,All'manskhofen,Almanshofen,Almanskhofen,a er man si huo fen,Алльманнсгофен,Алльмансхофен,Алмансхофен,Ալմանսհոֆեն,المن‌شافن,阿尔曼斯霍芬	09772114	02	097	09772	09772114
2958330	Alling	alling	DE	82239	0	Europe/Berlin	48.98177	11.9793				02	093	09375	09375199
2958331	Alling	alling	DE	82239	3286	Europe/Berlin	48.14034	11.30144		Aling,Alling,Oiing,a ling,alyng,Алинг,Аллинг,Аллінг,Ալինգ,الینگ,阿灵	09179113	02	091	09179	09179113
2958355	Alleshausen	alleshausen	DE	88422	494	Europe/Berlin	48.10359	9.62179		Aleshauzen,Aleskhauzen,Allesgauzen,Alleskhauzen,a lai si hao sen,aleshauzeni,alyshasn,Алесхаузен,Аллесгаузен,Аллесхаузен,Ալեսհաուզեն,الیشاسن,ალესჰაუზენი,阿莱斯豪森	08426005	01	084	08426	08426005
2958375	Allershausen	allershausen	DE	85391	0	Europe/Berlin	51.65	9.65				06	00	03155	03155012
2958376	Allershausen	allershausen	DE	85391	4734	Europe/Berlin	48.43333	11.6		Alershauzen,Alerskhauzen,Allersgauzen,Allerskhauzen,a lai er si hao sen,alyrshawsn,Алерсхаузен,Аллерсгаузен,Аллерсхаузен,Ալերսհաուզեն,الیرشاوسن,阿莱尔斯豪森	09178113	02	091	09178	09178113
2958391	Allersberg	allersberg	DE	90584	8054	Europe/Berlin	49.25132	11.23659		Alersberg,Allersberg,a lei si bei ge,alyrzbrg,arasuberuku,Алерсберг,Аллерсберг,Ալերսբերգ,الیرزبرگ,アラースベルク,阿勒斯贝格		02	095	09576	09576113
2958401	Alleringersleben	alleringersleben	DE	39343	499	Europe/Berlin	52.21371	11.14185		Alleringersleben		14	00	15083	15083323
2958429	Allensbach	allensbach	DE	78476	7053	Europe/Berlin	47.71536	9.07145		Alensbakh,Allensbach,Allensbakh,a lun si ba he,alynzbakh,Аленсбах,Алленсбах,الینزباخ,阿伦斯巴赫	08335002	01	083	08335	08335002
2958431	Allenfeld	allenfeld	DE	55595	205	Europe/Berlin	49.86667	7.66667			07133002	08	00	07133	07133002
2958437	Allendorf	allendorf	DE	07426	0	Europe/Berlin	51.28377	7.95125		Allendorf		07	059	05958	05958044
2958438	Allendorf	allendorf	DE	07426	5719	Europe/Berlin	51.02995	8.67232		Alendorf,Allendorf,Allendorf-Eder,alyndraf  waldk-franknbrg,arendorufu,Алендорф,Аллендорф,الیندراف، والدک-فرانکنبرگ,アレンドルフ		05	066	06635	06635001
2958439	Allendorf	allendorf	DE	07426	0	Europe/Berlin	50.98989	9.33583				05	066	06634	06634004
2958440	Allendorf	allendorf	DE	07426	0	Europe/Berlin	50.82756	9.52796				05	066	06632	06632011
2958441	Allendorf	allendorf	DE	07426	0	Europe/Berlin	50.84696	8.58405		Allendorf,Allendorf am Hohenfels		05	065	06534	06534007
2958442	Allendorf	allendorf	DE	07426	0	Europe/Berlin	50.81066	10.25452				15	00	16063	16063003
2958443	Allendorf	allendorf	DE	07426	388	Europe/Berlin	50.65468	11.15799			16073001	15	00	16073	16073001
2958444	Allendorf	allendorf	DE	07426	0	Europe/Berlin	50.57247	8.29052		Allendorf		05	065	06532	06532010
2958445	Allendorf	allendorf	DE	07426	0	Europe/Berlin	50.498	8.2016		Allendorf		05	065	06533	06533012
2958446	Allendorf	allendorf	DE	07426	694	Europe/Berlin	50.26778	7.99882			07141001	08	00	07141	07141001
2958447	Allendorf	allendorf	DE	07426	0	Europe/Berlin	52.18168	8.2111				06	00	03459	03459022
2958448	Allendorf	allendorf	DE	07426	0	Europe/Berlin	50.74897	8.18377		Allendonf,Allendorf		05	065	06532	06532011
2958455	Allenbach	allenbach	DE	55758	0	Europe/Berlin	50.98089	8.09474				07	059	05970	05970020
2958456	Allenbach	allenbach	DE	55758	0	Europe/Berlin	50.99077	7.64139		Allenbach		07	053	05374	05374040
2958457	Allenbach	allenbach	DE	55758	711	Europe/Berlin	49.75449	7.1672		Alenbakh,Allenbakh,a lun ba he,alnbakh,Аленбах,Алленбах,النباخ,阿伦巴赫	07134003	08	00	07134	07134003
2958479	Alkersum	alkersum	DE	25938	412	Europe/Berlin	54.70796	8.50925			01054005	10	00	01054	01054005
2958480	Alkersleben	alkersleben	DE	99310	352	Europe/Berlin	50.85	11.03333		Al'kersleben,Alkersleben,a er ke er si lai ben,alkrslbn,Алкерслебен,Алькерслебен,الکرسلبن,阿尔克尔斯莱本	16070001	15	00	16070	16070001
2958486	Alken	alken	DE	56332	687	Europe/Berlin	50.25	7.45			07137201	08	00	07137	07137201
2958491	Alikendorf	alikendorf	DE	39398	0	Europe/Berlin	51.98779	11.28451		Alikendorf		14	00	15083	15083415
2958494	Alheim	alheim	DE	36211	5292	Europe/Berlin	51.03333	9.66667		Al'gajm,Al'khajm,Alheim,Alkhajm,a er hai mu,alhym,Алхајм,Альгайм,Альхайм,الهیم,阿尔海姆	06632001	05	066	06632	06632001
2958509	Algermissen	algermissen	DE	31191	8280	Europe/Berlin	52.25332	9.96915		Al'germissen,Alegrimesheim [a. 985],Alegrimessen [a. 1204],Algermisen,Algermissen,a er ge er mi sen,algrmysn,Алгермисен,Альгермиссен,Альгерміссен,الگرمیسن,阿尔格尔米森	03254003	06	00	03254	03254003
2958510	Algenstedt	algenstedt	DE	39638	204	Europe/Berlin	52.59786	11.44239		Algenstedt		14	00	15081	15081135
2958516	Alfter	alfter	DE	53347	21814	Europe/Berlin	50.73333	7.01667		Al'fter,Alefte,Alfter,a er fu te,alftr,Алфтер,Альфтер,الفتر,阿尔夫特	05382004	07	053	05382	05382004
2958517	Alfstedt	alfstedt	DE	27432	0	Europe/Berlin	53.59658	8.82202				06	00	03352	03352062
2958518	Alfstedt	alfstedt	DE	27432	879	Europe/Berlin	53.55	9.06667			03357002	06	00	03357	03357002
2958522	Alflen	alflen	DE	56828	850	Europe/Berlin	50.17683	7.0395		Aflen,Al'flen,Alflen,a er fu lun,alfln,Алфлен,Альфлен,الفلن,阿尔夫伦	07135002	08	00	07135	07135002
2958523	Alfhausen	alfhausen	DE	49594	3904	Europe/Berlin	52.5	7.95		Al'fkhauzen,Alfhausen,Alfkhauzen,a er fu hao sen,alfaywsn,Алфхаузен,Альфхаузен,الفائوسن,阿尔夫豪森	03459001	06	00	03459	03459001
2958533	Alfeld	alfeld	DE	91236	19138	Europe/Berlin	51.98382	9.81989	145	ALF,Al'fel'd,Alfeld,Alfeld (Leine),Alfeldas,Allefelle,Alvelde,a er fei er de,alfld,Алфелд,Альфельд,آلفلد,阿尔费尔德	03254002	06	00	03254	03254002
2958534	Alfeld	alfeld	DE	91236	1168	Europe/Berlin	49.43333	11.55			09574111	02	095	09574	09574111
2958535	Alfdorf	alfdorf	DE	73553	7187	Europe/Berlin	48.84385	9.71857		Al'fdorf,Alfdorf,a er fu duo fu,alfdarf,Алфдорф,Альфдорф,الفدارف,阿尔夫多夫	08119001	01	081	08119	08119001
2958539	Alf	alf	DE	56859	923	Europe/Berlin	50.05453	7.12342		Al'f,Alf,a er fu,alf  rynlnd-platynt,Алф,Альф,الف، رینلند-پلاتینت,阿尔夫	07135001	08	00	07135	07135001
2958545	Bad Alexandersbad	bad-alexandersbad	DE	95680	1188	Europe/Berlin	50.01667	12.01667		Alexandersbad,Bad Aleksandersbad,Bad Alexandersbad,Bad-Aleksandersbad,ba te ya li shan da si ba de,Бад Александерсбад,Бад-Александерсбад,Բադ Ալեքսանդերսբադ,バート・アレクサンダースバート,巴特亚历山大斯巴德	09479111	02	094	09479	09479111
2958555	Aletshausen	aletshausen	DE	86480	1140	Europe/Berlin	48.19859	10.38877		Aletsgauzen,Aletshauzen,Aletskhauzen,a lai ci hao sen,altshawsn,Алетсгаузен,Алетсхаузен,Ալետսհաուզեն,التشاوسن,阿莱茨豪森	09774111	02	097	09774	09774111
2958557	Alesheim	alesheim	DE	91793	1003	Europe/Berlin	49.04648	10.86496		Alesgajm,Aleshaym,Aleskhajm,a lai si hai mu,alyshym,Алесгайм,Алесхайм,Алесхајм,Ալեսհայմ,الیشیم,阿莱斯海姆	09577113	02	095	09577	09577113
2958560	Alerheim	alerheim	DE	86733	1708	Europe/Berlin	48.85	10.61667			09779111	02	097	09779	09779111
2958574	Aldingen	aldingen	DE	78554	0	Europe/Berlin	48.863	9.25116				01	081	08118	08118081
2958575	Aldingen	aldingen	DE	78554	7589	Europe/Berlin	48.1	8.7		Al'dingen,Aldingen,a er ding gen,aldyngn,Алдинген,Альдинген,الدینگن,阿尔丁根	08327002	01	083	08327	08327002
2958577	Aldersbach	aldersbach	DE	94501	4293	Europe/Berlin	48.58972	13.08971		Al'dersbakh,Aldersbach,Aldersbakh,Aldersbax,Allersbach,Oidaschbo,a er de er si ba he,aldrzbakh,Алдерсбах,Альдерсбах,Ալդերսբախ,الدرزباخ,阿尔德尔斯巴赫	09275114	02	092	09275	09275114
2958579	Aldenhoven	aldenhoven	DE	52457	0	Europe/Berlin	51.13762	6.56776				07	051	05162	05162012
2958580	Aldenhoven	aldenhoven	DE	52457	7364	Europe/Berlin	50.9	6.28333		Al'dengofen,Al'denkhofen,Aldenhoffen,Aldenhoven,Aldenkhofen,a er deng huo fen,aldynhawyn,Алденхофен,Альденгофен,Альденхофен,الدینهاوین,阿尔登霍芬	05358004	07	053	05358	05358004
2958594	Albstadt	albstadt	DE	72458	0	Europe/Berlin	50.11802	9.11389				02	096	09671	09671111
2958595	Albstadt	albstadt	DE	72458	46664	Europe/Berlin	48.21644	9.02596		Al'bshtadt,Al'bshtat,Albshtat,Albstadt,a er bu si ta te,Албштат,Альбштадт,Альбштат,آلب‌اشتاد,阿尔布斯塔特		01	084	08417	08417079
2958603	Albsfelde	albsfelde	DE	23909	44	Europe/Berlin	53.68333	10.7		Albsfelde	01053001	10	00	01053	01053001
2958638	Albig	albig	DE	55234	1672	Europe/Berlin	49.77361	8.12139		Al'big,Albig,a er bi xi,albyg,Албиг,Альбиг,البیگ,阿尔比希	07331001	08	00	07331	07331001
2958641	Albessen	albessen	DE	66871	130	Europe/Berlin	49.51667	7.33333		Al'bessen,Albesen,a er bei sen,albsn,Албесен,Альбессен,البسن,阿尔贝森	07336002	08	00	07336	07336002
2958653	Albertshofen	albertshofen	DE	97320	2094	Europe/Berlin	49.76667	10.16667		Al'bertsgofen,Al'bertskhofen,Albertskhofen,a er bei er ci huo fen,albrtshafn,Албертсхофен,Альбертсгофен,Альбертсхофен,Ալբերթսհոֆեն,البرتشافن,阿尔贝尔茨霍芬	09675112	02	096	09675	09675112
2958654	Albertshofen	albertshofen	DE	97320	0	Europe/Berlin	49.29955	11.68705				02	093	09373	09373167
2958655	Albertshofen	albertshofen	DE	97320	0	Europe/Berlin	49.02532	11.67076		Albertshofen		02	093	09375	09375148
2958656	Albertshofen	albertshofen	DE	97320	0	Europe/Berlin	48.51505	10.80799				02	097	09772	09772121
2958657	Albertshofen	albertshofen	DE	97320	0	Europe/Berlin	48.16634	11.0828				02	091	09179	09179138
2958658	Albertshofen	albertshofen	DE	97320	0	Europe/Berlin	47.78333	9.63333				01	084	08436	08436064
2958696	Albersweiler	albersweiler	DE	76857	1929	Europe/Berlin	49.21917	8.03		Al'bersvajler,Albersvajler,a er bo si wei lei,albrswylr,Алберсвајлер,Альберсвайлер,البرسویلر,阿尔伯斯韦勒	07337001	08	00	07337	07337001
2958699	Alberstedt	alberstedt	DE	06279	518	Europe/Berlin	51.44758	11.62511		Alberstedt		14	00	15088	15088100
2958700	Albersroda	albersroda	DE	06268	483	Europe/Berlin	51.28428	11.7152		Albersroda		14	00	15088	15088355
2958707	Albershausen	albershausen	DE	73095	4286	Europe/Berlin	48.69136	9.56493		Al'bersgauzen,Al'berskhauzen,Alberskhauzen,a er bo si hao sen,Алберсхаузен,Альберсгаузен,Альберсхаузен,البرت‌شاسن,阿尔伯斯豪森	08117003	01	081	08117	08117003
2958710	Albersdorf	albersdorf	DE	07646	3514	Europe/Berlin	54.15	9.28333			01051001	10	00	01051	01051001
2958711	Albersdorf	albersdorf	DE	07646	0	Europe/Berlin	54.13634	10.92771				10	00	01055	01055037
2958712	Albersdorf	albersdorf	DE	07646	0	Europe/Berlin	51.28586	12.26289				13	00	14729	14729270
2958713	Albersdorf	albersdorf	DE	07646	236	Europe/Berlin	50.9033	11.77297			16074001	15	00	16074	16074001
2958714	Albersdorf	albersdorf	DE	07646	0	Europe/Berlin	50.76282	12.16223				15	00	16076	16076004
2958715	Albersdorf	albersdorf	DE	07646	0	Europe/Berlin	50.10525	10.69108				02	096	09674	09674130
2958716	Albersdorf	albersdorf	DE	07646	0	Europe/Berlin	49.54042	11.61145				02	093	09371	09371140
2958717	Albersdorf	albersdorf	DE	07646	0	Europe/Berlin	49.29076	12.57437				02	093	09372	09372146
2958718	Albersdorf	albersdorf	DE	07646	0	Europe/Berlin	48.64972	13.19028		Albersdorf,Alberstorf		02	092	09275	09275154
2958744	Albbruck	albbruck	DE	79774	7372	Europe/Berlin	47.59077	8.12954		Al'bbruk,Al'bruk,Albbruck-Dogern,Albruk,a er bu lu ke,albrak,Албрук,Альббрук,Альбрук,البراک,阿尔布鲁克	08337002	01	083	08337	08337002
2958756	Albaching	albaching	DE	83539	1558	Europe/Berlin	48.11011	12.11074		Al'bakhing,Albakhing,Albaxing,Oibiching,a er ba xing,albachyng,Албахинг,Альбахинг,Альбахінг,Ալբախինգ,الباچینگ,阿尔巴兴	09187186	02	091	09187	09187186
2958781	Aken	aken	DE	06385	9240	Europe/Berlin	51.85274	12.04461		Aken,a ken,akn,Акен,آكن,آکن,阿肯		14	00	15082	15082005
2958795	Aitrang	aitrang	DE	87648	2012	Europe/Berlin	47.81667	10.53333		Ajtrang,Aytrang,ai te lang,aitorangu,aytrang,Айтранг,Ајтранг,Այտրանգ,ایترانگ,アイトラング,艾特朗	09777111	02	097	09777	09777111
2958798	Aitrach	aitrach	DE	88319	2580	Europe/Berlin	47.93333	10.08333		Aitrach,Ajtrakh,ai te la,aytrach,Айтрах,Ајтрах,ایتراچ,艾特拉	08436004	01	084	08436	08436004
2958801	Aitern	aitern	DE	79677	570	Europe/Berlin	47.8	7.9		Ajtern,ai te er en,aytrn,Айтерн,Ајтерн,ایترن,艾特尔恩	08336004	01	083	08336	08336004
2958802	Aiterhofen	aiterhofen	DE	94330	3454	Europe/Berlin	48.84659	12.62012		Aiterhofen		02	092	09278	09278113
2958813	Aislingen	aislingen	DE	89344	1455	Europe/Berlin	48.50648	10.45778		Ajslingen,Ayslingen,aislingeni,ayslyngn,Айслинген,Айслінген,Ајслинген,Այսլինգեն,آیسلینگن,აისლინგენი		02	097	09773	09773111
2958831	Ainring	ainring	DE	83404	10028	Europe/Berlin	47.81311	12.94048		Ainring,Ajnring,Aynring,ai yin ling,ainringi,aynryng,Айнринг,Айнрінг,Ајнринг,Այնրինգ,اینرینگ,აინრინგი,艾因灵	09172111	02	091	09172	09172111
2958835	Aindling	aindling	DE	86447	4451	Europe/Berlin	48.5136	10.95315		Aindling,Ainling,Ajndling,Aydling,Oaing,ai en de ling,aindlingi,aintoringu,ayndlyng,Айндлинг,Айндлінг,Ајндлинг,Այդլինգ,ایندلینگ,აინდლინგი,アイントリング,艾恩德灵		02	097	09771	09771114
2958846	Ailertchen	ailertchen	DE	56459	653	Europe/Berlin	50.59861	7.94194			07143200	08	00	07143	07143200
2958887	Aiglsbach	aiglsbach	DE	84089	1677	Europe/Berlin	48.69211	11.70831		Ajgl'sbakh,Ajglsbakh,Ayglsbax,Oaglsboch,ai ge er si ba he,aiglsbakhi,ayglzbakh,Айгльсбах,Ајглсбах,Այգլսբախ,ایگلزباخ,აიგლსბახი,艾格尔斯巴赫	09273113	02	092	09273	09273113
2958904	Aidlingen	aidlingen	DE	71134	9285	Europe/Berlin	48.67849	8.89524		Ajdlingen,Aydlingen,ai de lin gen,aidlingeni,aydlyngn,Айдлинген,Айдлінген,Ајдлинген,Այդլինգեն,ایدلینگن,აიდლინგენი,艾德林根	08115001	01	081	08115	08115001
2958906	Aidhausen	aidhausen	DE	97491	1934	Europe/Berlin	50.15	10.43333		Aidhausen,Ajdgauzen,Ajdkhauzen,Aydhauzen,ai de hao sen,aidhauzeni,aydhasn,Айдгаузен,Айдхаузен,Ајдхаузен,Այդհաուզեն,ایدهاسن,აიდჰაუზენი,艾德豪森	09674111	02	096	09674	09674111
2958908	Aidenbach	aidenbach	DE	94501	3038	Europe/Berlin	48.57028	13.09		Aidenbach,Aitenbach,Ajdenbakh,Aydenbax,Oambo,ai deng ba he,aidenbakhi,aydnbakh,Айденбах,Ајденбах,Այդենբախ,ایدنباخ,აიდენბახი,艾登巴赫		02	092	09275	09275112
2958916	Aichstetten	aichstetten	DE	88317	0	Europe/Berlin	48.27151	9.38589				01	084	08415	08415058
2958917	Aichstetten	aichstetten	DE	88317	2757	Europe/Berlin	47.89295	10.07837		Ajkhshteten,Ajkhshtetten,ai xi si te teng,aychstn,Айхштеттен,Ајхштетен,ایچستن,艾希斯特滕	08436003	01	084	08436	08436003
2958936	Aichhalden	aichhalden	DE	78733	0	Europe/Berlin	48.64096	8.53898		Aichhalden		01	082	08235	08235066
2958937	Aichhalden	aichhalden	DE	78733	4184	Europe/Berlin	48.26719	8.40233		Aichhalden,Ajkhalden,Ajkhgal'den,Ajkhkhal'den,Gemeinde Aichhalden,ai xia er deng,aychhaldn,Айхгальден,Айххальден,Ајхалден,ایچهالدن,艾夏尔登	08325001	01	083	08325	08325001
2958950	Aichen	aichen	DE	86479	0	Europe/Berlin	48.52814	9.8089				01	084	08425	08425084
2958951	Aichen	aichen	DE	86479	1171	Europe/Berlin	48.22898	10.53949		Ajkhen,Ayxen,aychn,Айхен,Ајхен,Այխեն,ایچن	09774166	02	097	09774	09774166
2958952	Aichen	aichen	DE	86479	0	Europe/Berlin	47.87	10.93349				02	091	09190	09190140
2958953	Aichen	aichen	DE	86479	0	Europe/Berlin	47.67597	8.26255		Aichen		01	083	08337	08337126
2958954	Aichelberg	aichelberg	DE	73101	0	Europe/Berlin	48.7787	9.39258				01	081	08116	08116076
2958955	Aichelberg	aichelberg	DE	73101	0	Europe/Berlin	48.66387	8.52357				01	082	08235	08235079
2958956	Aichelberg	aichelberg	DE	73101	1245	Europe/Berlin	48.63557	9.56373		Aichelburg	08117002	01	081	08117	08117002
2958970	Aicha vorm Wald	aicha-vorm-wald	DE	94529	0	Europe/Berlin	48.67601	13.29542		Aicha,Aicha vorm Wald,Aicha vorm Woid,Ajkha vorm Vald,Ajkha-form-Val'd,Ayxa form Vald,ai xia fu er mu wa er de,aycha warm wald,Айха-форм-Вальд,Ајха ворм Валд,Այխա ֆորմ Վալդ,ایچا وارم والد,艾夏福尔姆瓦尔德	09275111	02	092	09275	09275111
2958975	Aichach	aichach	DE	86551	21042	Europe/Berlin	48.45755	11.13413		Aicha,Aichach,Ajkhakh,Ayxax,ai xia,aihyahha,aychakh,ayshakh,Άιχαχ,Айхах,Ајхах,Այխախ,آيشاخ,آیشاخ,ایچاخ,アイヒャッハ,艾夏	09771	02	097	09771	09771113
2958976	Aichach	aichach	DE	86551	0	Europe/Berlin	47.83934	9.57882				01	084	08436	08436013
2959052	Ahrenviölfeld	ahrenviolfeld	DE	25885	273	Europe/Berlin	54.53444	9.27492		Ahrenviolfeld,Ahrenviölfeld		10	00	01054	01054004
2959053	Ahrenviöl	ahrenviol	DE	25885	527	Europe/Berlin	54.53131	9.20683			01054003	10	00	01054	01054003
2959069	Ahrensfelde	ahrensfelde	DE	16356	0	Europe/Berlin	53.76371	10.49553				10	00	01062	01062083
2959070	Ahrensfelde	ahrensfelde	DE	16356	0	Europe/Berlin	53.65	10.25				10	00	01062	01062001
2959071	Ahrensfelde	ahrensfelde	DE	16356	0	Europe/Berlin	53.31667	8.81667				06	00	03356	03356003
2959072	Ahrensfelde	ahrensfelde	DE	16356	0	Europe/Berlin	52.57656	13.5797		Arensfel'de,Arensfelde,a lun si fei er de,ahrnsfld,Аренсфелде,Аренсфельде,Արենսֆելդե,اهرنسفلد,阿伦斯费尔德	12060005	11	00	12060	12060005
2959083	Ahrensburg	ahrensburg	DE	22926	30103	Europe/Berlin	53.67515	10.22593		Ahrensburg,Arensburg,Arensburgas,Stadt Ahrensburg,a lun si bao,arnsbwrg,arynsbwrgh,Аренсбург,آرنسبورگ,آرينسبورغ,阿伦斯堡		10	00	01062	01062001
2959084	Ahrensbök	ahrensbok	DE	23623	8643	Europe/Berlin	54.00862	10.57434		Ahrensbock,Ahrensboek,Ahrensbok,Ahrensbök,Arensbek,Arensbjok,a lun si bo ke,ahrnsbak,Аренсбек,Аренсбёк,Аренсбөк,اهرنسباک,阿伦斯伯克	01055001	10	00	01055	01055001
2959140	Ahorn	ahorn	DE	74744	4624	Europe/Berlin	50.23762	10.95417		Ahorn	09473112	02	094	09473	09473112
2959142	Aholming	aholming	DE	94527	2234	Europe/Berlin	48.73542	12.90997		Agol'ming,Aholming,Akhol'ming,Akholming,a huo er ming ge,ahalmyng,Агольмінг,Ахолминг,Ахольминг,Ահոլմինգ,اهالمینگ,阿霍尔明格	09271111	02	092	09271	09271111
2959143	Aholfing	aholfing	DE	94345	1735	Europe/Berlin	48.94283	12.46857			09278112	02	092	09278	09278112
2959145	Ahnsen	ahnsen	DE	31708	0	Europe/Berlin	52.48294	10.33864		Ahnsen,Ahnsen (Gemeinde Meinersen)		06	00	03151	03151017
2959146	Ahnsen	ahnsen	DE	31708	1233	Europe/Berlin	52.25466	9.10089		Aohnsen	03257001	06	00	03257	03257001
2959150	Ahnsbeck	ahnsbeck	DE	29353	1667	Europe/Berlin	52.61071	10.28534		Ansbek,a en si bei ke,ahnsbk,Ансбек,اهنسبک,阿恩斯贝克	03351002	06	00	03351	03351002
2959153	Ahneby	ahneby	DE	24996	244	Europe/Berlin	54.70394	9.74495		Ahneby,Aneby,Åneby	01059102	10	00	01059	01059102
2959169	Ahlum	ahlum	DE	38489	494	Europe/Berlin	52.69415	11.00999		Ahlum		14	00	15081	15081440
2959170	Ahlum	ahlum	DE	38489	0	Europe/Berlin	52.17498	10.59915				06	00	03158	03158037
2959174	Ahlstädt	ahlstadt	DE	98553	141	Europe/Berlin	50.53333	10.68333		Ahlstadt,Ahlstädt	16069001	15	00	16069	16069001
2959175	Ahlstadt	ahlstadt	DE	98553	0	Europe/Berlin	50.3714	10.85706		Ahlstadt		02	094	09473	09473144
2959180	Ahlsdorf	ahlsdorf	DE	06313	0	Europe/Berlin	51.84131	13.21939		Ahlsdorf		11	00	12062	12062461
2959181	Ahlsdorf	ahlsdorf	DE	06313	1912	Europe/Berlin	51.54543	11.46655			15087010	14	00	15087	15087010
2959205	Ahlerstedt	ahlerstedt	DE	21702	5063	Europe/Berlin	53.4	9.45			03359002	06	00	03359	03359002
2959222	Ahlen	ahlen	DE	59227	0	Europe/Berlin	52.93893	7.31898				06	00	03454	03454025
2959223	Ahlen	ahlen	DE	59227	55280	Europe/Berlin	51.76338	7.8887		Ahlen,Alen,Alenas,Alene,Alna,Alnon,Aulen,a lun,ahln,allen,aren,Ālene,Ālna,Ālnon,Ален,اهلن,اہلن,アーレン,阿伦,알렌		07	055	05570	05570004
2959224	Ahlen	ahlen	DE	59227	0	Europe/Berlin	48.12597	9.65143				01	084	08426	08426124
2959227	Ahlefeld	ahlefeld	DE	24811	150	Europe/Berlin	54.40367	9.67889		Ahlefeld		10	00	01058	01058175
2959228	Ahlefeld	ahlefeld	DE	24811	0	Europe/Berlin	51.00018	7.56105				07	053	05374	05374012
2959244	Ahlbeck	ahlbeck	DE	17375	3444	Europe/Berlin	53.66972	14.18622		Ahlbeck		12	00	13075	13075001
2959272	Ahausen	ahausen	DE	27367	1769	Europe/Berlin	53.06667	9.31667		Ahausen,Ahusen,Akhauzen,a hao sen,ahasn,ahauzen,Ахаузен,اهاسن,اہاسن,アハウゼン,阿豪森	03357001	06	00	03357	03357001
2959273	Ahausen	ahausen	DE	27367	0	Europe/Berlin	52.99538	8.92302				06	00	03251	03251047
2959274	Ahausen	ahausen	DE	27367	0	Europe/Berlin	52.72273	7.91477				06	00	03453	03453006
2959275	Ahausen	ahausen	DE	27367	0	Europe/Berlin	52.55533	7.91702				06	00	03459	03459010
2959276	Ahausen	ahausen	DE	27367	0	Europe/Berlin	50.49978	8.27271				05	065	06533	06533017
2959277	Ahausen	ahausen	DE	27367	0	Europe/Berlin	47.72549	9.3243		Ahausen		01	084	08435	08435005
2959279	Ahaus	ahaus	DE	48683	38165	Europe/Berlin	52.07936	7.01344		Aahusium,Agaus,Ahaus,Akhaus,a hao si,ahaws,Агаус,Ахаус,آهاوس,阿豪斯		07	055	05554	05554004
2959282	Aham	aham	DE	84168	0	Europe/Berlin	48.52651	12.46064		Agam,Aham,Akham,a ha mu,aham,Агам,Ахам,Ահամ,اهام,اہام,阿哈姆	09274112	02	092	09274	09274112
2959283	Aham	aham	DE	84168	1957	Europe/Berlin	48.34821	12.16156		Aham		02	091	09177	09177139
2959296	Aglasterhausen	aglasterhausen	DE	74858	4983	Europe/Berlin	49.35694	8.98694		Aglastergauzen,Aglasterkhauzen,a ge la si te lao sen,aglastrhasn,agurasutahauzen,Агластергаузен,Агластерхаузен,اگلاسترهاسن,اگلاسترہاسن,アグラスターハウゼン,阿格拉斯特劳森	08225002	01	082	08225	08225002
2959308	Agethorst	agethorst	DE	25560	208	Europe/Berlin	54.01947	9.4359		Agethorst	01061003	10	00	01061	01061003
2959318	Agathenburg	agathenburg	DE	21684	1120	Europe/Berlin	53.56065	9.5318			03359001	06	00	03359	03359001
2959340	Affler	affler	DE	54689	30	Europe/Berlin	50.01667	6.15			07232001	08	00	07232	07232001
2959341	Affinghausen	affinghausen	DE	27257	927	Europe/Berlin	52.78333	8.88333			03251001	06	00	03251	03251001
2959343	Affing	affing	DE	86444	5171	Europe/Berlin	48.46667	10.98333		Affing,Afing,a fen ge,afingu,afyng,Афинг,Аффинг,Аффінг,Աֆֆինգ,آفینگ,アフィング,阿芬格	09771112	02	097	09771	09771112
2959367	Affalterbach	affalterbach	DE	71563	0	Europe/Berlin	49.6076	11.21258				02	094	09474	09474140
2959368	Affalterbach	affalterbach	DE	71563	4623	Europe/Berlin	48.92267	9.32362		Afalterbakh,Affal'terbakh,a fa er te er ba he,afaltrbakh,Афалтербах,Аффальтербах,آفالترباخ,阿法尔特尔巴赫	08118001	01	081	08118	08118001
2959369	Affalterbach	affalterbach	DE	71563	0	Europe/Berlin	48.56414	11.53074		Affalterbach		02	091	09186	09186143
2959374	Aerzen	aerzen	DE	31855	10755	Europe/Berlin	52.04953	9.25856	100	*Arthilis-husun,Aartlessen [a. 1317],Aercen,Arzen,Ehrcen,a ai er cen,aerutsu~en,Ärzen,Аерцен,Эрцен,アエルツェン,阿埃尔岑	03252001	06	00	03252	03252001
2959386	Adorf	adorf	DE	08626	0	Europe/Berlin	52.61099	7.08568				06	00	03454	03454054
2959387	Adorf	adorf	DE	08626	0	Europe/Berlin	51.35983	8.80539		Adorf		05	066	06635	06635007
2959388	Adorf	adorf	DE	08626	0	Europe/Berlin	50.75338	12.87735		Adorf,Adorf/Erzgebirge		13	00	14521	14521410
2959389	Adorf	adorf	DE	08626	0	Europe/Berlin	50.6869	7.51861				08	00	07132	07132069
2959390	Adorf	adorf	DE	08626	5806	Europe/Berlin	50.32011	12.25986		Adorf,Adorfa,a duo fu,adwrf,Адорф,آدورف,阿多夫		13	00	14523	14523010
2959422	Adlkofen	adlkofen	DE	84166	3934	Europe/Berlin	48.55	12.26667		Adl'kofen,Adlkofen,a de er ke fen,Адлкофен,Адлькофен,Ադլքոֆեն,ادل‌کافن,ადლკოფენი,阿德尔科芬	09274111	02	092	09274	09274111
2959462	Aderstedt	aderstedt	DE	06408	0	Europe/Berlin	52.03085	10.99731				14	00	15085	15085185
2959463	Aderstedt	aderstedt	DE	06408	0	Europe/Berlin	51.77982	11.69567		Aderstedt		14	00	15089	15089030
3207178	Burgwald	burgwald	DE	35099	0	Europe/Berlin	51.01775	8.76203				05	066	06635	06635006
2959474	Adenstedt	adenstedt	DE	31079	0	Europe/Berlin	52.24978	10.16575		Adenstedt,Adenstedt (Lahstedt),Ahnste,Lahstedt-Adenstedt,Ohnste		06	00	03157	03157009
2959475	Adenstedt	adenstedt	DE	31079	1020	Europe/Berlin	51.99852	9.93516	184	Adenshtedt,Adenshtet,Adenstede [a. 1282],Adenstide [a. 1282],Ahnstie,Oahnstie,a deng si te,adnstdt,Аденштедт,Аденштет,ادنستدت,阿登斯特	03254045	06	00	03254	03254045
2959479	Adendorf	adendorf	DE	21365	9865	Europe/Berlin	53.28189	10.43787		Adendorf,a deng duo fu,adndarf,Адендорф,ادندارف,阿登多夫	03355001	06	00	03355	03355001
2959480	Adendorf	adendorf	DE	21365	0	Europe/Berlin	51.61682	11.70374		Adendhorp,Adendorf		14	00	15087	15087165
2959481	Adendorf	adendorf	DE	21365	0	Europe/Berlin	50.6138	7.06062		Adendorf		07	053	05382	05382072
2959486	Adenbach	adenbach	DE	67742	191	Europe/Berlin	49.66667	7.65		Adenbakh,a deng ba he,adnbakh,Аденбах,ادنباخ,阿登巴赫	07336001	08	00	07336	07336001
2959489	Adenau	adenau	DE	53518	2995	Europe/Berlin	50.38238	6.93291		Adenau,a de nao,adenau,adnaw,Аденау,آدناو,アーデナウ,阿德瑙		08	00	07131	07131001
2959492	Adelzhausen	adelzhausen	DE	86559	1498	Europe/Berlin	48.35671	11.13851		Adel'cgauzen,Adel'ckhauzen,Adelckhauzen,a de er ci hao sen,adeltshauzeni,aderutsuhauzen,adlzhaywsn,Аделцхаузен,Адельцгаузен,Адельцхаузен,Ադելցհաուզեն,ادلژائوسن,ადელცჰაუზენი,アーデルツハウゼン,阿德尔茨豪森	09771111	02	097	09771	09771111
2959498	Adelsried	adelsried	DE	86477	2240	Europe/Berlin	48.42465	10.71828		Adel'srid,Adelsrid,Adlsriad,a de er si li de,adelsridi,adlsrayd,Аделсрид,Адельсрид,Адельсрід,Ադելսրիդ,ادلسراید,ადელსრიდი,阿德尔斯里德	09772111	02	097	09772	09772111
2959502	Adelshofen	adelshofen	DE	82276	952	Europe/Berlin	49.43333	10.16667			09571111	02	095	09571	09571111
2959503	Adelshofen	adelshofen	DE	82276	0	Europe/Berlin	49.16888	8.8911		Adelshofen		01	081	08125	08125026
2959504	Adelshofen	adelshofen	DE	82276	1568	Europe/Berlin	48.18333	11.11667			09179111	02	091	09179	09179111
2959505	Adelshofen	adelshofen	DE	82276	0	Europe/Berlin	47.9738	9.87304				01	084	08436	08436010
2959508	Adelsheim	adelsheim	DE	74740	5536	Europe/Berlin	49.4015	9.3925		Adel'sgajm,Adel'skhajm,Adelshaym,Adelsheim,Adelskhajm,a de er si hai mu,aderusuhaimu,adlshaym,Аделсхајм,Адельсгайм,Адельсхайм,آدلسهايم,آدلسهایم,アーデルスハイム,阿德尔斯海姆		01	082	08225	08225001
2959513	Adelsdorf	adelsdorf	DE	91325	0	Europe/Berlin	49.71216	10.895			09572111	02	095	09572	09572111
2959514	Adelsdorf	adelsdorf	DE	91325	7245	Europe/Berlin	49.47022	10.68522		Adelsdorf		02	095	09575	09575152
2959516	Adelschlag	adelschlag	DE	85111	0	Europe/Berlin	48.84025	11.21913		Adel'shlag,Adelschlag,Adelshlag,Adelslag,a de er shi la ge,adelshlagi,adlskag,Аделшлаг,Адельшлаг,Ադելշլագ,ادلسکاگ,ადელშლაგი,阿德尔施拉格	09176111	02	091	09176	09176111
2959530	Adelmannsfelden	adelmannsfelden	DE	73486	1871	Europe/Berlin	48.95476	10.00466		Adel'mannsfel'den,Adel'mansfel'den,Adelmansfelden,a de er man si fei er deng,adelmanspeldeni,adlmansfldn,Аделмансфелден,Адельманнсфельден,Адельмансфельден,ادلمانسفلدن,ადელმანსფელდენი,阿德尔曼斯费尔登	08136003	01	081	08136	08136003
2959538	Adelheidsdorf	adelheidsdorf	DE	29352	2489	Europe/Berlin	52.56404	10.06039		Aalheidsdoerp,Aalheidsdörp,Adel'khajdsdorf,Adelkhajdsdorf,a de er hai ci duo fu,adlhdzdraf,Аделхајдсдорф,Адельхайдсдорф,ادلهدزدراف,阿德尔海茨多夫	03351001	06	00	03351	03351001
2959548	Adelebsen	adelebsen	DE	37139	6541	Europe/Berlin	51.58272	9.75461	187	Aalessen,Adelebsen,Adelebzen,Adelevessen [a. 1234],Alessen,Dransfeld,Ethelleveshusen [a. 990],a de lai bu sen,aderepuzen,adlbsn,Аделебзен,Аделебсен,ادلبسن,アーデレプゼン,阿德莱布森	03159001	06	00	03159	03159001
2959553	Adelberg	adelberg	DE	73099	2065	Europe/Berlin	48.76227	9.59991		Adel'berg,Adelberg,Adelberg-Dorf,Dorf-Adelberg,a de er bei ge,adlbrg,Аделберг,Адельберг,ادلبرگ,阿德尔贝格	08117001	01	081	08117	08117001
2959554	Adelberg	adelberg	DE	73099	0	Europe/Berlin	47.6	9.81667				02	097	09776	09776126
2959571	Adamshoffnung	adamshoffnung	DE	17213	226	Europe/Berlin	53.44656	12.36288				12	00	13071	13071036
2959606	Ackendorf	ackendorf	DE	39343	0	Europe/Berlin	52.54209	11.36522		Ackendorf		14	00	15081	15081135
2959607	Ackendorf	ackendorf	DE	39343	442	Europe/Berlin	52.22401	11.44037				14	00	15083	15083298
2959621	Achtrup	achtrup	DE	25917	1557	Europe/Berlin	54.79053	9.02848		Agtrup,Akhtrup,Aktoorp,a te lu pu,aktrap,Åktoorp,Ахтруп,اکتراپ,阿特鲁普	01054001	10	00	01054	01054001
2959628	Achterwehr	achterwehr	DE	24239	931	Europe/Berlin	54.31318	9.9661		Akhterver,a te er wei er,aktrwr,Ахтервер,اکترور,阿特尔韦尔	01058001	10	00	01058	01058001
2959655	Achtelsbach	achtelsbach	DE	55767	525	Europe/Berlin	49.62535	7.08995		Akhtel'sbakh,Akhtelsbakh,a te er si ba he,Ахтелсбах,Ахтельсбах,اکتلس‌باچ,阿特尔斯巴赫	07134002	08	00	07134	07134002
2959658	Acht	acht	DE	56729	106	Europe/Berlin	50.36667	7.06667			07137001	08	00	07137	07137001
2959659	Achstetten	achstetten	DE	88480	3978	Europe/Berlin	48.25886	9.89748		Akhshteten,Akhshtetten,a si te teng,aksttn,Ахштетен,Ахштеттен,Ախշտեթեն,اکستتن,ახშტეტენი,阿斯特滕	08426001	01	084	08426	08426001
2959660	Achslach	achslach	DE	94250	1089	Europe/Berlin	48.97171	12.93511		Akhslakh,Akslakh,a si la,akslach,Акслах,Ахслах,Աքսլախ,اکسلاچ,阿斯拉	09276111	02	092	09276	09276111
2959681	Achim	achim	DE	28832	30013	Europe/Berlin	53.01416	9.0263		Achem,Akhim,Uphusen,a xi mu,ahimu,akhym,Ахим,آخيم,آخیم,アヒム,阿希姆		06	00	03361	03361001
2959682	Achim	achim	DE	28832	820	Europe/Berlin	52.0593	10.61073		Acheim [a. 1022],Achem [a. 1176],Achen		06	00	03158	03158038
2959686	Achern	achern	DE	77855	24478	Europe/Berlin	48.63115	8.07607		Achara,Achern,Akhern,a he en,akhrn,Ахерн,آخرن,阿赫恩		01	083	08317	08317001
2959711	Achberg	achberg	DE	88147	0	Europe/Berlin	47.71215	12.40654				02	091	09189	09189141
2959712	Achberg	achberg	DE	88147	0	Europe/Berlin	47.76151	11.10356				02	091	09190	09190135
2959747	Abtweiler	abtweiler	DE	55568	256	Europe/Berlin	49.75	7.65		Abtvajler,Abtweiler,Apweiler,a bu te wei lei,abtwylr,Абтвайлер,Абтвајлер,ابتویلر,阿布特韦勒	07133001	08	00	07133	07133001
3207654	Rodder	rodder	DE	53520	0	Europe/Berlin	50.75023	7.50278		Rodder		07	053	05382	05382016
2959749	Abtswind	abtswind	DE	97355	785	Europe/Berlin	49.77014	10.37322		Abtsvind,Abtswind,a bu ci wen de,abswynd,Абтсвинд,Абтсвінд,Աբթսվինդ,ابسویند,აბტსვინდი,阿布茨温德		02	096	09675	09675111
2959766	Abtsgmünd	abtsgmund	DE	73453	7381	Europe/Berlin	48.89503	10.00172		Abtsgmind,Abtsgmjund,Abtsgmuend,Abtsgmünd,a bu ci ge ming de,abstwmand,Абтсгминд,Абтсгмюнд,ابستوماند,აბტსგმიუნდი,阿布茨格明德	08136002	01	081	08136	08136002
2959769	Abtsdorf	abtsdorf	DE	06888	0	Europe/Berlin	49.82359	10.83776				02	094	09471	09471131
2959770	Abtsdorf	abtsdorf	DE	06888	0	Europe/Berlin	47.90109	12.91606				02	091	09172	09172130
2959771	Abtsdorf	abtsdorf	DE	06888	1457	Europe/Berlin	51.88984	12.72526				14	00	15091	15091375
2959773	Abtsbessingen	abtsbessingen	DE	99713	569	Europe/Berlin	51.26141	10.7628		Abtsbesingen,Abtsbessingen,a bu ci bei xin gen,absbsynyn,Абтсбесинген,Абтсбессинген,Абтсбессінген,ابسبسینین,阿布茨贝辛根	16065001	15	00	16065	16065001
2959779	Aebtissinwisch	aebtissinwisch	DE	25572	72	Europe/Berlin	53.96667	9.28333		Abtissinwisch,Aebtissinwisch,Äbtissinwisch	01061002	10	00	01061	01061002
2959793	Abstatt	abstatt	DE	74232	4456	Europe/Berlin	49.0682	9.2907		Abshtat,a bu si ta te,abstat,apushutatto,Абштат,ابستات,アプシュタット,阿布斯塔特	08125001	01	081	08125	08125001
2959803	Absberg	absberg	DE	91720	1336	Europe/Berlin	49.14438	10.88101		Absberg,a bu si bei ge,absbergi,absbrg,Абсберг,Աբսբերգ,ابسبرگ,აბსბერგი,阿布斯贝格		02	095	09577	09577111
2959841	Abentheuer	abentheuer	DE	55767	465	Europe/Berlin	49.65	7.1			07134001	08	00	07134	07134001
2959842	Abensberg	abensberg	DE	93326	12570	Europe/Berlin	48.81684	11.8498		Abensberg,Abensberq,Abensperg,Aventinum,Omschberg,a ben si bei ge,abensbergi,abnsbrg,abnsbrgh,Абенсберг,Աբենսբերգ,آبنسبرغ,آبنسبرگ,აბენსბერგი,አበንስበርግ,阿本斯贝格		02	092	09273	09273111
2959855	Abenberg	abenberg	DE	91183	5484	Europe/Berlin	49.24282	10.96401		Abenberg,Abenberq,a ben bei ge,abenbergi,abenberuku,Абенберг,Աբենբերգ,آبن‌برغ,آبن‌برگ,აბენბერგი,アーベンベルク,阿本贝格		02	095	09576	09576111
2959876	Abberode	abberode	DE	06543	382	Europe/Berlin	51.61536	11.29		Abberode		14	00	15087	15087275
2959884	Abbenrode	abbenrode	DE	38871	0	Europe/Berlin	52.24931	10.72522		Abbenrode		06	00	03158	03158006
2959885	Abbenrode	abbenrode	DE	38871	979	Europe/Berlin	51.92871	10.6255				14	00	15085	15085227
2959908	Aasbüttel	aasbuttel	DE	25560	94	Europe/Berlin	54.06667	9.43333		Aasbuttel,Aasbüttel	01061001	10	00	01061	01061001
2959927	Aalen	aalen	DE	73430	67085	Europe/Berlin	48.83777	10.0933		Aalen,Ala,Alen,Alenas,Alene,a lun,aaleni,allen,aln,alyn,aren,Ālene,Άαλεν,Аален,Ален,آلن,آلین,აალენი,アーレン,阿倫,알렌	08136	01	081	08136	08136088
2959944	Aach	aach	DE	54298	1151	Europe/Berlin	49.78333	6.6			07235001	08	00	07235	07235001
2959945	Aach	aach	DE	54298	0	Europe/Berlin	48.47075	8.48029		Aach		01	082	08237	08237019
2959946	Aach	aach	DE	54298	2248	Europe/Berlin	47.8424	8.85384		Aach		01	083	08335	08335001
2959947	Aach	aach	DE	54298	0	Europe/Berlin	47.52244	9.97295				02	097	09780	09780132
3204947	Eggermühlen	eggermuhlen	DE	49577	1792	Europe/Berlin	52.56667	7.81667		Egermilen,Ehggermjulen,ai ge er mi he lun,Егермилен,Эггермюлен,埃格尔米赫伦	03459016	06	00	03459	03459016
3204955	Rohrbach	rohrbach	DE	07429	0	Europe/Berlin	50.24066	12.32542		Rohrbach		13	00	14523	14523030
3204958	Heubach	heubach	DE	73540	0	Europe/Berlin	50.5	10.5				15	00	16066	16066094
3204961	Thalfang	thalfang	DE	54424	1779	Europe/Berlin	49.75	7		Tal'fang,Talfang,ta er fang,tarufangu,Талфанг,Тальфанг,タールファング,塔尔方	07231123	08	00	07231	07231123
3204963	Quendorf	quendorf	DE	48465	581	Europe/Berlin	52.33333	7.18333			03456018	06	00	03456	03456018
3204971	Bellin	bellin	DE	18292	0	Europe/Berlin	54.2804	10.47198				10	00	01057	01057044
3204975	Nienhagen	nienhagen	DE	18211	0	Europe/Berlin	52.0536	10.1439				06	00	03254	03254008
3204977	Nienwohld	nienwohld	DE	23863	459	Europe/Berlin	53.78694	10.19444		Nienwohld	01062051	10	00	01062	01062051
3204980	Traventhal	traventhal	DE	23795	551	Europe/Berlin	53.9	10.31667		Traventhal	01060091	10	00	01060	01060091
3204987	Bornitz	bornitz	DE	06712	0	Europe/Berlin	51.23333	13.41667				13	00	14627	14627020
3204998	Erdeborn	erdeborn	DE	06317	1117	Europe/Berlin	51.47554	11.63487		Erdeborn		14	00	15087	15087386
3205000	Barby	barby	DE	39249	4646	Europe/Berlin	51.96711	11.88261		Barby,Bareboi		14	00	15089	15089026
3205010	Hohenau	hohenau	DE	94545	3536	Europe/Berlin	48.84983	13.48825			09272127	02	092	09272	09272127
3205331	Bürchau	burchau	DE	79683	210	Europe/Berlin	47.77389	7.82716				01	083	08336	08336107
3205391	Elend	elend	DE	38875	0	Europe/Berlin	47.86824	7.84675				01	083	08315	08315130
3205395	Eschbach	eschbach	DE	56357	0	Europe/Berlin	48.00367	7.9824				01	083	08315	08315109
3205437	Apfeldorf	apfeldorf	DE	86974	1056	Europe/Berlin	47.9	10.93333			09181111	02	091	09181	09181111
3205523	Eglfing	eglfing	DE	82436	933	Europe/Berlin	47.73333	11.18333			09190121	02	091	09190	09190121
3205532	Gschwend	gschwend	DE	74417	0	Europe/Berlin	47.73333	11.91667				02	091	09182	09182114
3205535	Höhenkirchen-Siegertsbrunn	hohenkirchen-siegertsbrunn	DE	85635	9465	Europe/Berlin	48.01932	11.71906		Geenkirkhen-Zigertsbrunn,Hoehenkirchen-Siegertsbrunn,Höhenkirchen-Siegertsbrunn,Khekhenkirkhen-Zigertsbrun,Khjoehnkirkhen-Zigertsbrunn,he heng ji er xing-xi ge er ci bu lun,hwhn kyrshn-zygrtsbrwn,Геенкірхен-Зігертсбрунн,Хехенкирхен-Зигертсбрун,Хёэнкирхен-Зигертсбрунн,Հյոենկիրխեն Զիգերթսբրուն,هوهن کیرشن-زیگرتسبرون,赫亨基尔兴-西格尔茨布伦	09184127	02	091	09184	09184127
3205552	Missen-Wilhams	missen-wilhams	DE	87547	1441	Europe/Berlin	47.6	10.11667		Misen Vilhams,Misen-Vilkhams,Missen-Vil'gams,Missen-Vil'khams,mi sen-wei er ha mu si,Мисен-Вилхамс,Миссен-Вильхамс,Міссен-Вільгамс,Միսեն Վիլհամս,米森-维尔哈姆斯	09780127	02	097	09780	09780127
3205561	Oy-Mittelberg	oy-mittelberg	DE	87466	4544	Europe/Berlin	47.63333	10.43333		Oj-Mitelberg,Oj-Mittel'berg,ao yi-mi te er bei ge,Ой-Миттельберг,Ой-Міттельберг,Ој-Мителберг,Օյ Միթելբերգ,奥伊-米特尔贝格	09780128	02	097	09780	09780128
3205570	Straßlach-Dingharting	strasslach-dingharting	DE	82064	2899	Europe/Berlin	48.00491	11.5141		Shtraslakh-Dingarting,Shtraslakh-Dingkharting,Strasslach,Strasslach-Dingharting,Straßlach,Straßlach-Dingharting,ashtraslakh-dyng hartyng,shi te la si la he-ding ha ting,Штраслах-Дингхартинг,Штраслах-Дінгартінг,Շթրասլախ Դինգհարթինգ,اشتراسلاخ-دینگ هارتینگ,施特拉斯拉赫-丁哈廷	09184144	02	091	09184	09184144
3205585	Wehr	wehr	DE	56653	0	Europe/Berlin	50.99512	5.9233				07	053	05370	05370024
3205592	Kirchdorf	kirchdorf	DE	18519	0	Europe/Berlin	47.77971	12.10874		Kirchdorf am Inn		02	091	09187	09187165
3205634	Seeon-Seebruck	seeon-seebruck	DE	83358	4513	Europe/Berlin	47.96667	12.46667		Seeon-Seebruck,Seon-Seebruck,Zeeon-Zeebruk,Zeon-Zebruk,sai weng-sai bu lu ke,zyywn-zybrwk,Зееон-Зеебрук,Зеон-Зебрук,Զեեոն Զեեբրուք,زیئون-زیبروک,塞翁-塞布鲁克	09189143	02	091	09189	09189143
3205636	Wang	wang	DE	85368	0	Europe/Berlin	47.89698	12.6054				02	091	09189	09189130
3205637	Zell	zell	DE	56856	0	Europe/Berlin	47.7568	12.66569		Zell		02	091	09189	09189140
3205641	Weiler-Simmerberg	weiler-simmerberg	DE	88171	6510	Europe/Berlin	47.58261	9.91352		Weiler-Simmerberg		02	097	09776	09776129
3205643	Bergheim	bergheim	DE	50126	0	Europe/Berlin	47.7112	9.41029				01	084	08435	08435034
3205645	Bodman-Ludwigshafen	bodman-ludwigshafen	DE	78351	4272	Europe/Berlin	47.81817	9.0554		Bodman-Ljudvigskhafen,Bodman-Ludvigsgafen,Bodman-Ludvigskhafen,bo de man-lu de wei ge si ha fen,Бодман-Лудвигсхафен,Бодман-Лудвігсгафен,Бодман-Людвигсхафен,博德曼-卢德维格斯哈芬	08335098	01	083	08335	08335098
3205651	Eggingen	eggingen	DE	79805	1774	Europe/Berlin	47.7	8.4		Eggingen,Egingen,Ehggingen,ai jin gen,Еггінген,Егинген,Эггинген,埃金根	08337124	01	083	08337	08337124
3205653	Emmingen-Liptingen	emmingen-liptingen	DE	78576	4580	Europe/Berlin	47.93333	8.88333		Ehmmingen-Liptingen,Emingen-Liptingen,ai ming gen-li pu ting gen,Еминген-Липтинген,Эмминген-Липтинген,埃明根-利普廷根	08327057	01	083	08327	08327057
3205658	Herdwangen-Schönach	herdwangen-schonach	DE	88634	3240	Europe/Berlin	47.85	9.2		Gerdvangen-Shenakh,Herdwangen-Schoenach,Herdwangen-Schonach,Herdwangen-Schönach,Kherdvangen-Shenakh,Kherdvangen-Shjonakh,hei er de wan gen-she na,Гердванген-Шенах,Хердванген-Шенах,Хердванген-Шёнах,黑尔德万根-舍纳	08437124	01	084	08437	08437124
3205666	Lauchringen	lauchringen	DE	79787	7416	Europe/Berlin	47.62699	8.31442		Laukhringen,Lauringen,lao he lin gen,Лауринген,Лаухринген,劳赫林根	08337065	01	083	08337	08337065
3205682	Mühlhausen-Ehingen	muhlhausen-ehingen	DE	78259	3669	Europe/Berlin	47.81102	8.81224		Milkhauzen-Ekhingen,Mjul'gauzen-Egingen,Mjul'khauzen-Ehkhingen,Muehlhausen-Ehingen,Mühlhausen-Ehingen,mi he er hao sen-ai xin gen,Милхаузен-Ехинген,Мюльгаузен-Егінген,Мюльхаузен-Эхинген,米赫尔豪森-埃欣根	08335097	01	083	08335	08335097
3205690	Uhldingen-Mühlhofen	uhldingen-muhlhofen	DE	88690	8013	Europe/Berlin	47.73333	9.25		Uhldingen-Muehlhofen,Uhldingen-Muhlhofen,Uhldingen-Mühlhofen,Ul'dingen-Mjul'khofen,Uldingen-Milkhofen,Unteruhldigen,wu er ding gen-mi he er huo fen,Улдинген-Милхофен,Ульдинген-Мюльхофен,乌尔丁根-米赫尔霍芬	08435066	01	084	08435	08435066
3205691	Ühlingen-Birkendorf	uhlingen-birkendorf	DE	79777	5269	Europe/Berlin	47.71667	8.31667		Ilingen-Birkendorf,Julingen-Birkendorf,UEhlingen-Birkendorf,yu lin gen-bi ken duo fu,Ühlingen-Birkendorf,Илинген-Биркендорф,Юлінген-Біркендорф,于林根-比肯多夫	08337128	01	083	08337	08337128
3205859	Grunewald	grunewald	DE	01945	0	Europe/Berlin	51.09386	7.22		Grunewald		07	053	05378	05378032
3205864	Heide	heide	DE	25746	0	Europe/Berlin	51.10424	6.17886				07	053	05370	05370036
3205873	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	51.05	7.05				07	053	05316	05316000
3205924	Neukirchen-Vluyn	neukirchen-vluyn	DE	47506	0	Europe/Berlin	51.44665	6.55194		Neukirchen-Vluyn,Stadt Neukirchen-Vluyn		07	051	05170	05170028
3205933	Olpe	olpe	DE	57462	0	Europe/Berlin	51.04468	7.28823		Olpe		07	053	05378	05378012
3206150	Aspach	aspach	DE	71546	8131	Europe/Berlin	48.96667	9.4		Aspach	08119087	01	081	08119	08119087
3206151	Bad Peterstal-Griesbach	bad-peterstal-griesbach	DE	77740	3006	Europe/Berlin	48.43333	8.21667		Bad Peterstal-Grisbakh,Bad-Peterstal'-Grisbakh,ba te bi de si ta er-ge li si ba he,Бад Петерстал-Грисбах,Бад-Петерсталь-Грисбах,Бад-Петерсталь-Грісбах,巴特彼得斯塔尔-格里斯巴赫	08317008	01	083	08317	08317008
3206152	Bad Rippoldsau-Schapbach	bad-rippoldsau-schapbach	DE	77776	2326	Europe/Berlin	48.42883	8.32584		Bad Ripoldsau-Shapbakh,Bad-Rippol'dzau-Shapbakh,ba te li bo er cao-sha pu ba he,Бад Риполдсау-Шапбах,Бад-Риппольдзау-Шапбах,Бад-Ріппольдзау-Шапбах,Բադ Ռիփոլդզաու Շապբախ,巴特里波尔曹-沙普巴赫	08237075	01	082	08237	08237075
3206153	Bad Teinach-Zavelstein	bad-teinach-zavelstein	DE	75385	3053	Europe/Berlin	48.69051	8.69285		Bad Tajnakh-Cavelshtajn,Bad-Tajnakh-Cafel'shtajn,ba te tai na he-cha fei er shi tai yin,bad taynakh-tsaflshtayn,Бад Тајнах-Цавелштајн,Бад-Тайнах-Цафельштайн,Բադ Տայնախ Ցաֆելշտայն,باد تايناخ-تسافلشتاين,باد تایناخ-زوالن‌اشتاین,巴特泰纳赫-察费尔施泰因		01	082	08235	08235084
3206154	Böbingen an der Rems	bobingen-an-der-rems	DE	73560	4655	Europe/Berlin	48.81955	9.9213		Bebingen an der Rems,Bebingen-an-der-Rems,Bjobingen-na-Remse,Boebingen,Boebingen an der Rems,Böbingen,Böbingen an der Rems,bebingen-an-der-remsi,lei mu si he pan bo bin gen,Бебинген ан дер Ремс,Бебінген-ан-дер-Ремс,Бёбинген-на-Ремсе,ბებინგენ-ან-დერ-რემსი,雷姆斯河畔伯宾根	08136009	01	081	08136	08136009
3206158	Bruck	bruck	DE	14822	0	Europe/Berlin	48.17836	8.3413				01	083	08325	08325053
3206164	Burgstetten	burgstetten	DE	71576	3515	Europe/Berlin	48.92805	9.37239		Burgshteten,Burgshtetten,bu er ge si te teng,Бургштетен,Бургштеттен,布尔格斯特滕	08119018	01	081	08119	08119018
3206169	Eichenau	eichenau	DE	82223	0	Europe/Berlin	48.15647	9.49699				01	084	08426	08426097
3206177	Grafenberg	grafenberg	DE	72661	0	Europe/Berlin	48.56667	8.3		Grafenberg		01	082	08237	08237004
3207181	Langenthal	langenthal	DE	55569	0	Europe/Berlin	51.60912	9.36722		Langenthal		05	066	06633	06633025
3207640	Lichtenberg	lichtenberg	DE	01896	0	Europe/Berlin	50.89861	7.70625		Lichtenberg		07	053	05374	05374028
3206180	Gutenzell-Hürbel	gutenzell-hurbel	DE	88484	1922	Europe/Berlin	48.11667	9.98333		Gutencel-Khirbel,Gutencell'-Gjurbel',Gutencell'-Khjurbel',Gutenzell-Huerbel,Gutenzell-Hurbel,Gutenzell-Hürbel,Гутенцел-Хирбел,Гутенцелль-Гюрбель,Гутенцелль-Хюрбель,Գուտենցել Հյուրբել,გუტენცელ-ჰიურბელი	08426135	01	084	08426	08426135
3206188	Königsbach-Stein	konigsbach-stein	DE	75203	9906	Europe/Berlin	48.96585	8.60573		Kenigsbakh-Shtajn,Kjonigsbakh-Shtajn,Koenigsbach-Stein,Konigsbach-Stein,Königsbach-Stein,ke ni xi si ba he-shi tai yin,Кенигсбах-Штајн,Кенігсбах-Штайн,Кёнигсбах-Штайн,Քյոնիգսբախ Շտայն,柯尼希斯巴赫-施泰因	08236076	01	082	08236	08236076
3206254	Niefern-Öschelbronn	niefern-oschelbronn	DE	75223	12341	Europe/Berlin	48.91667	8.78333		Niefern-OEschelbronn,Niefern-Oschelbronn,Niefern-Öschelbronn,Nifern Eselbron,Nifern-Ehshel'bronn,Nifern-Eshel'bronn,Nifern-Eshelbron,ni fei er en-e she er bu long,Ниферн-Ешелброн,Ниферн-Эшельбронн,Ніферн-Ешельбронн,Նիֆերն Էշելբրոն,尼费尔恩-厄舍尔布龙	08236046	01	082	08236	08236046
3206567	Lohne	lohne	DE	32584	0	Europe/Berlin	52.45369	9.88669		Gartenstadt Lohne,Lohne		06	00	03241	03241008
3206259	Rietheim-Weilheim	rietheim-weilheim	DE	78604	2649	Europe/Berlin	48.01667	8.76667		Ritkhajm-Vajl'khajm,Ritkhajm-Vajlkhajm,li tai mu-wei er hai mu,Ритхайм-Вайльхайм,Ритхајм-Вајлхајм,里泰姆-魏尔海姆	08327056	01	083	08327	08327056
3206269	Seitingen-Oberflacht	seitingen-oberflacht	DE	78606	2298	Europe/Berlin	48.01667	8.71667		Zajtingen-Oberflakht,sai ting gen-ao bei er fu la te,Зайтинген-Оберфлахт,Зајтинген-Оберфлахт,赛廷根-奥贝尔夫拉特	08327055	01	083	08327	08327055
3206270	Stetten	stetten	DE	67294	0	Europe/Berlin	48.02304	8.87175		Stetten		01	083	08327	08327036
3206285	Urbach	urbach	DE	56317	8593	Europe/Berlin	48.8168	9.5769			08119076	01	081	08119	08119076
3206402	Giesen	giesen	DE	31180	9909	Europe/Berlin	52.19716	9.8989		Gizen,Iesen,Joisen,Гизен	03254017	06	00	03254	03254017
3206406	Hagen	hagen	DE	24576	0	Europe/Berlin	52.97854	9.11345				06	00	03361	03361006
3206408	Häuslingen	hauslingen	DE	27336	858	Europe/Berlin	52.80992	9.39228		Haeuslingen,Häuslingen	03358013	06	00	03358	03358013
3206557	Laar	laar	DE	49824	0	Europe/Berlin	52.09181	8.58613		Laar		07	057	05758	05758012
3206565	Lindenau	lindenau	DE	01945	0	Europe/Berlin	52.42251	9.1038				07	057	05770	05770028
3206581	Neustadt	neustadt	DE	37345	0	Europe/Berlin	52.56185	8.59406				06	00	03251	03251044
3206650	Bruck	bruck	DE	14822	0	Europe/Berlin	48.18144	12.74856				02	091	09171	09171114
3206652	Buch am Erlbach	buch-am-erlbach	DE	84172	0	Europe/Berlin	48.44784	12.03575		Buach am Erlboch,Buch,Buch am Erlbach,Bukh am Erlbakh,Bukh-am-Ehrl'bakh,Bukh-am-Erl'bakh,Erlbaxi Bux,ai er he pan bu he,bwkh am arlbakh,Бух ам Ерлбах,Бух-ам-Ерльбах,Бух-ам-Эрльбах,Էրլբախի Բուխ,بوخ ام ارلباخ,埃尔河畔布赫		02	092	09274	09274121
3206682	Mallersdorf-Pfaffenberg	mallersdorf-pfaffenberg	DE	84066	6742	Europe/Berlin	48.76637	12.23096		Malersdorf-Pfafenberg,Mallersdorf,Mallersdorf-Pfaffenberg,ma lei si duo fu-pu fa fen bei ge,malrsdwrf-fafnbrg,Малерсдорф-Пфафенберг,Маллерсдорф-Пфаффенберг,مالرسدورف-فافنبرگ,马勒斯多夫-普法芬贝格		02	092	09278	09278148
3206785	Altendorf	altendorf	DE	92540	0	Europe/Berlin	49.8	11.01667			09471111	02	094	09471	09471111
3206896	Forst	forst	DE	57537	0	Europe/Berlin	49.34908	10.66307				02	095	09571	09571217
3206901	Gnötzheim	gnotzheim	DE	91728	0	Europe/Berlin	49.61583	10.18398				02	096	09675	09675150
3206915	Kappel	kappel	DE	55483	0	Europe/Berlin	49.82391	10.61375				02	094	09471	09471122
3206925	Moorenbrunn	moorenbrunn	DE	90457	0	Europe/Berlin	49.39841	11.17404				02	095	09564	09564000
3206926	Muhr am See	muhr-am-see	DE	91735	2155	Europe/Berlin	49.15445	10.71845		Muhr,Muhr am See,Mur am Ze,Mur-am-Ze,bin hu mu er,Мур ам Зе,Мур-ам-Зе,Մուր ամ Զե,滨湖穆尔		02	095	09577	09577114
3206934	Postbauer-Heng	postbauer-heng	DE	92353	7358	Europe/Berlin	49.30528	11.35722		Postbauehr-Kheng,Postbauer-Geng,Postbauer-Heng,Postbauer-Kheng,bo si te bao ai er-heng,Постбауер-Генг,Постбауер-Хенг,Постбауэр-Хенг,Փոսթբաուեր Հենգ,波斯特鲍埃尔-亨	09373155	02	093	09373	09373155
3206988	Schauerberg	schauerberg	DE	66919	0	Europe/Berlin	49.53333	10.7				02	095	09575	09575121
3207000	Viereth-Trunstadt	viereth-trunstadt	DE	96191	3684	Europe/Berlin	49.92222	10.77716		Firet Trunstadt,Firet-Trunshtadt,Firet-Trunshtat,fei lei te-te lun si ta te,fireto=torunshutatto,Фирет-Трунштадт,Фирет-Трунштат,Фірет-Трунштадт,Ֆիրետ Տրունշտադտ,フィーレト＝トルンシュタット,菲雷特-特伦斯塔特	09471207	02	094	09471	09471207
3207003	Weilersbach	weilersbach	DE	91365	1985	Europe/Berlin	49.75	11.11667			09474171	02	094	09474	09474171
3207005	Westheim	westheim	DE	67368	0	Europe/Berlin	49.45893	10.41118				02	095	09575	09575133
3207077	Katlenburg-Lindau	katlenburg-lindau	DE	37191	7581	Europe/Berlin	51.68333	10.1		Katelnborg-Lindau,Katlenburg-Lindau,ka te lun bu er ge-lin dao,katorenburuku=rindau,Катленбург-Линдау,カトレンブルク＝リンダウ,卡特伦布尔格-林道	03155007	06	00	03155	03155007
3207078	Schulenberg im Oberharz	schulenberg-im-oberharz	DE	38707	0	Europe/Berlin	51.83333	10.43333		Schulenberg,Schulenberg im Oberharz,Schulenberg in montibus Harthicis superioribus,Shulenberg,Shulenberg im Oberkharc,Shulenberg vo Goren Kharc,shang ha ci shan qu shu lun bei ge,Шуленберг,Шуленберг во Горен Харц,Шуленберг им Оберхарц,上哈茨山区舒伦贝格	03153018	06	00	03153	03153018
3207091	Neutz-Lettewitz	neutz-lettewitz	DE	06198	964	Europe/Berlin	51.60566	11.84054		Neutz-Lettewitz		14	00	15088	15088216
3207095	Rathmannsdorf	rathmannsdorf	DE	01814	660	Europe/Berlin	51.82089	11.62707				14	00	15089	15089310
3207125	Behringen	behringen	DE	99820	0	Europe/Berlin	51.02169	10.51014		Behringen,Beringen,Беринген		15	00	16063	16063098
3207130	Kromsdorf	kromsdorf	DE	99441	1577	Europe/Berlin	51	11.36667		Kromsdorf,ke luo mu si duo fu,Кромсдорф,克罗姆斯多夫	16071101	15	00	16071	16071101
3207132	Neukirchen	neukirchen	DE	23779	0	Europe/Berlin	51.02216	10.33706		Neukirchen		15	00	16056	16056000
3207140	Topfstedt	topfstedt	DE	99718	679	Europe/Berlin	51.26667	10.96667		Topfstedt	16065074	15	00	16065	16065074
3207142	Urleben	urleben	DE	99955	472	Europe/Berlin	51.15	10.78333			16064064	15	00	16064	16064064
3207197	Vellmar	vellmar	DE	34246	18623	Europe/Berlin	51.35806	9.47974		Fel'mar,Fell'mar,Felmar,fei er ma er,feruma,flmar,Фелльмар,Фелмар,Фельмар,فلمار,フェルマー,费尔马尔		05	066	06633	06633026
3207220	Scheden	scheden	DE	37127	2132	Europe/Berlin	51.45	9.73333		Scheden	03159031	06	00	03159	03159031
3207243	Bellenberg	bellenberg	DE	89287	0	Europe/Berlin	51.8731	9.00536				07	057	05766	05766032
3207245	Bokel	bokel	DE	24802	0	Europe/Berlin	51.80201	8.37741		Bockel,Bokel		07	057	05754	05754032
3207356	Falkenhagen	falkenhagen	DE	15306	0	Europe/Berlin	51.88952	9.30628				07	057	05766	05766052
3207364	Heidekamp	heidekamp	DE	23858	0	Europe/Berlin	51.98007	8.46823				07	057	05711	05711000
3207377	Möhnesee	mohnesee	DE	59519	11559	Europe/Berlin	51.5	8.13333		Moehnesee,Mohnesee,Möhnesee	05974032	07	059	05974	05974032
3207383	Schieder-Schwalenberg	schieder-schwalenberg	DE	32816	9443	Europe/Berlin	51.87713	9.19538		Shider-Shvalenberg,shydr-ashwalnbrg,xi de er-shi wa lun bei ge,Шидер-Шваленберг,شیدر-اشوالنبرگ,席德尔-施瓦伦贝格		07	057	05766	05766060
3207400	Hohendorf	hohendorf	DE	17440	0	Europe/Berlin	50.39119	11.89637				02	094	09475	09475181
3207405	Lautertal	lautertal	DE	36369	4150	Europe/Berlin	50.33333	10.96667			09473141	02	094	09473	09473141
3207410	Rödental	rodental	DE	96472	13712	Europe/Berlin	50.29516	11.04122		Redental,Redental',Rjodental',Rodental,Roedental,Ryodental,Rödental,lei deng ta er,redentaru,rwdntal,Редентал,Реденталь,Рёденталь,Ռյոդենտալ,رودنتال,レーデンタール,勒登塔尔		02	094	09473	09473159
3207412	Röslau	roslau	DE	95195	2402	Europe/Berlin	50.08333	11.98333		Reslau,Rjoslau,Roeslau,Ryoslau,Röslau,lei si lao,resurau,Реслау,Рёслау,Ռյոսլաու,レスラウ,勒斯劳	09479145	02	094	09479	09479145
3207420	Zettlitz	zettlitz	DE	09306	0	Europe/Berlin	50.16148	11.18253				02	094	09478	09478144
3207454	Bocka	bocka	DE	07557	562	Europe/Berlin	50.81667	11.96667			16076007	15	00	16076	16076007
3207470	Gneus	gneus	DE	07646	163	Europe/Berlin	50.81667	11.68333		Gneus	16074024	15	00	16074	16074024
3207482	Herschdorf	herschdorf	DE	98701	0	Europe/Berlin	50.55645	11.49031				15	00	16073	16073106
3207484	Lohma	lohma	DE	07907	312	Europe/Berlin	50.8804	11.40501				15	00	16071	16071008
3207488	Oberbodnitz	oberbodnitz	DE	07646	286	Europe/Berlin	50.8	11.66667		Oberbodnitz	16074064	15	00	16074	16074064
3207489	Osthausen-Wülfershausen	osthausen-wulfershausen	DE	99310	571	Europe/Berlin	50.85	11.08333			16070041	15	00	16070	16070041
3207490	Ruttersdorf-Lotschen	ruttersdorf-lotschen	DE	07646	332	Europe/Berlin	50.88333	11.73333		Ruttersdorf-Lotschen	16074081	15	00	16074	16074081
3207491	Saara	saara	DE	04603	679	Europe/Berlin	50.85	11.96667			16076064	15	00	16076	16076064
3207512	Bruchmühlbach-Miesau	bruchmuhlbach-miesau	DE	66892	7800	Europe/Berlin	49.38333	7.43333		Bruchmuehlbach-Miesau,Bruchmühlbach-Miesau,Brukhmjul'bakh-Mizau,Brumilbakh-Mizau,bu lu mi he er ba-mi shao,buruffumyurubahha=mizau,Брумилбах-Мизау,Брухмюльбах-Мизау,ブルッフミュールバッハ＝ミーザウ,布鲁米赫尔巴-米绍	07335003	08	00	07335	07335003
3207513	Buchholz	buchholz	DE	16928	0	Europe/Berlin	49.39269	7.43887				08	00	07335	07335003
3207519	Gossersweiler-Stein	gossersweiler-stein	DE	76857	1445	Europe/Berlin	49.15	7.93333			07337033	08	00	07337	07337033
3207523	Hinzert-Pölert	hinzert-polert	DE	54421	277	Europe/Berlin	49.7	6.9			07235047	08	00	07235	07235047
3207524	Hirschthal	hirschthal	DE	66996	114	Europe/Berlin	49.03333	7.75			07340021	08	00	07340	07340021
3207525	Hochstetten-Dhaun	hochstetten-dhaun	DE	55606	1648	Europe/Berlin	49.8	7.5		Khokhshteten-Daun,Khokhshtetten-Daun,Khokstetten-Daun,huo si te teng-de hao en,Хокстеттен-Даун,Хохштетен-Даун,Хохштеттен-Даун,霍斯特滕-德豪恩	07133046	08	00	07133	07133046
3207526	Hoppstädten-Weiersbach	hoppstadten-weiersbach	DE	55768	2749	Europe/Berlin	49.61667	7.2		Hoppstaedten-Weiersbach,Hoppstädten-Weiersbach,Khopshtedten-Vajersbakh,Khopshteten-Vajersbakh,huo pu si te teng-wei ai er si ba he,Хопштедтен-Вайерсбах,Хопштетен-Вајерсбах,霍普斯特滕-魏埃尔斯巴赫	07134042	08	00	07134	07134042
3207528	Kreimbach-Kaulbach	kreimbach-kaulbach	DE	67757	971	Europe/Berlin	49.55	7.63333		Krajmbakh-Kaul'bakh,Krajmbakh-Kaulbakh,ke lai yin ba he-kao er ba he,Краймбах-Каульбах,Крајмбах-Каулбах,克赖因巴赫-考尔巴赫	07336053	08	00	07336	07336053
3207531	Mannweiler-Cölln	mannweiler-colln	DE	67822	438	Europe/Berlin	49.68333	7.78333		Mannweiler-Coelln,Mannweiler-Cölln	07333043	08	00	07333	07333043
3207532	Neumagen-Dhron	neumagen-dhron	DE	54347	2355	Europe/Berlin	49.85553	6.89777		Nojmagen-Dkhron,Nojmagen-Dron,nuo yi ma gen-de he long,Ноймаген-Дхрон,Нојмаген-Дрон,ኖይማገን-ድሮን,诺伊马根-德赫龙	07231092	08	00	07231	07231092
3207533	Oberweiler-Tiefenbach	oberweiler-tiefenbach	DE	67752	298	Europe/Berlin	49.6	7.61667		Obervajler-Tifenbakh,ao bo wei lei-di fen ba he,Обервайлер-Тифенбах,Обервајлер-Тифенбах,奥伯韦勒-蒂芬巴赫	07336073	08	00	07336	07336073
3207535	Offenbach-Hundheim	offenbach-hundheim	DE	67749	1310	Europe/Berlin	49.61729	7.55117		Ofenbakh-Khundkhajm,Offenbakh-Khundkhajm,ao fen ba-hong de hai mu,Офенбах-Хундхајм,Оффенбах-Хундхайм,奥芬巴-洪德海姆	07336075	08	00	07336	07336075
3207536	Osann-Monzel	osann-monzel	DE	54518	1655	Europe/Berlin	49.91667	6.95			07231103	08	00	07231	07231103
3207539	Salmtal	salmtal	DE	54528	2316	Europe/Berlin	49.93333	6.85		Zal'mtal',Zalmtal,sa er mu ta er,Залмтал,Зальмталь,萨尔姆塔尔	07231113	08	00	07231	07231113
3207541	Schweigen-Rechtenbach	schweigen-rechtenbach	DE	76889	1472	Europe/Berlin	49.05314	7.95638		Shvajgen-Rekhtenbakh,shi wei gen-lei xi teng ba he,Швайген-Рехтенбах,Швајген-Рехтенбах,施魏根-雷希滕巴赫	07337071	08	00	07337	07337071
3207546	Weilerbach	weilerbach	DE	67685	0	Europe/Berlin	49.83626	6.38443		Weilerbach		08	00	07232	07232019
3207548	Wilzenberg-Hußweiler	wilzenberg-hussweiler	DE	55767	308	Europe/Berlin	49.7	7.21667			07134094	08	00	07134	07134094
3207549	Zeltingen-Rachtig	zeltingen-rachtig	DE	54492	2321	Europe/Berlin	49.95	7.01667		Cel'tingen-Rakhtig,Celtingen-Rakhtig,Zeltingen-Rachtig,ce er ting gen-la di xi,Целтинген-Рахтиг,Цельтинген-Рахтиг,策尔廷根-拉蒂希	07231136	08	00	07231	07231136
3207568	Roth	roth	DE	54597	0	Europe/Berlin	49.52462	6.8624				09	00	10042	10042116
3207663	Venusberg	venusberg	DE	09430	0	Europe/Berlin	50.70138	7.09842		Venusberg		07	053	05314	05314000
3207685	Birken-Honigsessen	birken-honigsessen	DE	57587	2678	Europe/Berlin	50.81667	7.73333			07132008	08	00	07132	07132008
3207690	Bruttig-Fankel	bruttig-fankel	DE	56814	1208	Europe/Berlin	50.13333	7.23333		Brutig-Fankel,Bruttig-Fankel',bu lu di ge-fan ke er,Брутиг-Фанкел,Бруттиг-Фанкель,布鲁蒂格-凡克尔	07135017	08	00	07135	07135017
3207692	Caan	caan	DE	56237	717	Europe/Berlin	50.46667	7.61667			07143007	08	00	07143	07143007
3207697	Dreikirchen	dreikirchen	DE	56414	1044	Europe/Berlin	50.43333	7.95			07143011	08	00	07143	07143011
3207698	Dreis-Brück	dreis-bruck	DE	54552	925	Europe/Berlin	50.26603	6.7923			07233020	08	00	07233	07233020
3207699	Ediger-Eller	ediger-eller	DE	56814	1079	Europe/Berlin	50.11667	7.15		Ediger-Eler,Ediger-Eller,Ehdiger-Ehller,ai di ge er-ai lai er,Едигер-Елер,Эдигер-Эллер,埃迪格尔-埃莱尔	07135024	08	00	07135	07135024
3207703	Ellenz-Poltersdorf	ellenz-poltersdorf	DE	56821	857	Europe/Berlin	50.1	7.23333			07135025	08	00	07135	07135025
3207704	Esch	esch	DE	54518	0	Europe/Berlin	50.55392	7.03323				08	00	07131	07131090
3207705	Feldkirchen	feldkirchen	DE	85622	0	Europe/Berlin	50.45244	7.42562		Feldkirchen,Feldkirchen/Rhein		08	00	07138	07138045
3207706	Fischbach-Oberraden	fischbach-oberraden	DE	54675	58	Europe/Berlin	50	6.33333			07232038	08	00	07232	07232038
3207709	Gondershausen	gondershausen	DE	56283	1332	Europe/Berlin	50.15	7.5			07140043	08	00	07140	07140043
3207731	Hainau	hainau	DE	56357	189	Europe/Berlin	50.22288	7.78235			07141110	08	00	07141	07141110
3207732	Hattert	hattert	DE	57644	1767	Europe/Berlin	50.66667	7.76667			07143235	08	00	07143	07143235
3207733	Heckenbach	heckenbach	DE	53506	247	Europe/Berlin	50.46667	7.05			07131027	08	00	07131	07131027
3207738	Herschbach	herschbach	DE	56249	0	Europe/Berlin	50.43103	7.02203				08	00	07131	07131037
3207740	Herzfeld	herzfeld	DE	19372	42	Europe/Berlin	50.13333	6.21667			07232240	08	00	07232	07232240
3207741	Hohenfels-Essingen	hohenfels-essingen	DE	54570	381	Europe/Berlin	50.25	6.73333			07233033	08	00	07233	07233033
3207742	Höhn	hohn	DE	24806	3238	Europe/Berlin	50.61667	7.98333		Khen,Khjon,he he en,Хен,Хён,赫赫恩	07143242	08	00	07143	07143242
3207746	Ingelbach	ingelbach	DE	57610	591	Europe/Berlin	50.68299	7.7075		Ingel'bakh,Ingelbakh,aynglbakh,yin ge er ba he,Ингелбах,Ингельбах,اینگلباخ,因格尔巴赫	07132057	08	00	07132	07132057
3207747	Kalenborn-Scheuern	kalenborn-scheuern	DE	54570	490	Europe/Berlin	50.25	6.6			07233036	08	00	07233	07233036
3207750	Kasbach-Ohlenberg	kasbach-ohlenberg	DE	53547	1406	Europe/Berlin	50.58333	7.26667			07138501	08	00	07138	07138501
3207752	Katzwinkel	katzwinkel	DE	54552	2005	Europe/Berlin	50.8147	7.82236		Katzwinkel		08	00	07132	07132080
3207753	Kirchwald	kirchwald	DE	56729	1043	Europe/Berlin	50.36667	7.15			07137049	08	00	07137	07137049
3207786	Kobern-Gondorf	kobern-gondorf	DE	56330	3306	Europe/Berlin	50.3023	7.45612		Kobern-Gondorf,ke bo en-gong duo fu,koban=gondorufu,Коберн-Гондорф,コーバン＝ゴンドルフ,科伯恩-贡多夫	07137212	08	00	07137	07137212
3207803	Mittelfischbach	mittelfischbach	DE	56370	131	Europe/Berlin	50.25368	7.96114			07141088	08	00	07141	07141088
3207885	Oberehe-Stroheich	oberehe-stroheich	DE	54578	358	Europe/Berlin	50.28333	6.76667			07233054	08	00	07233	07233054
3207891	Oberhonnefeld-Gierend	oberhonnefeld-gierend	DE	56587	999	Europe/Berlin	50.55592	7.52245			07138053	08	00	07138	07138053
3207893	Rosenheim	rosenheim	DE	57520	757	Europe/Berlin	50.71239	7.85114		Rosenheim		08	00	07132	07132095
3207894	Ruppach-Goldhausen	ruppach-goldhausen	DE	56412	1155	Europe/Berlin	50.46667	7.88333			07143065	08	00	07143	07143065
3207895	Sankt Katharinen	sankt-katharinen	DE	53562	3534	Europe/Berlin	50.58333	7.38333		Sankt Katarinen,Sankt Katharinen,Sankt-Katarinen,Санкт Катаринен,Санкт-Катаринен		08	00	07138	07138068
3207904	Spay	spay	DE	56322	2056	Europe/Berlin	50.25881	7.64839		Shpaj,Spay,shi pai,Шпай,Шпај,施派	07137223	08	00	07137	07137223
3207906	Stockum-Püschen	stockum-puschen	DE	56459	722	Europe/Berlin	50.60472	7.90361			07143298	08	00	07143	07143298
3207927	Weiler	weiler	DE	55413	323	Europe/Berlin	50.4585	7.25673		Weiler		08	00	07131	07131202
3207947	Wied	wied	DE	57629	509	Europe/Berlin	50.63917	7.75722			07143310	08	00	07143	07143310
3207951	Winkel	winkel	DE	06542	179	Europe/Berlin	50.15	6.95		Winkel		08	00	07233	07233084
3207992	Blankenbach	blankenbach	DE	63825	1683	Europe/Berlin	50.06667	9.23333		Blankenbakh,Blankenbax,bu lan ken ba he,burankenbahha,Бланкенбах,Բլանկենբախ,ブランケンバッハ,布兰肯巴赫	09671113	02	096	09671	09671113
3208006	Riedenberg	riedenberg	DE	97792	1090	Europe/Berlin	50.31993	9.861		Ridenberg,li deng bei ge,Риденберг,Ріденберг,Ռիդենբերգ,里登贝格	09672145	02	096	09672	09672145
3208010	Sailauf	sailauf	DE	63877	3811	Europe/Berlin	50.02461	9.25932		Zajlauf,Zaylauf,sai lao fu,sylf,zairaufu,Зайлауф,Зајлауф,Զայլաուֆ,سیلف,ザイラウフ,赛劳夫	09671150	02	096	09671	09671150
3208053	Florstadt	florstadt	DE	61197	8905	Europe/Berlin	50.31667	8.86667		Florshtadt,Florshtat,Florstadt,flwrashtat,flwrshtat,fu luo er si ta te,furorushutatto,Флорштадт,Флорштат,فلوراشتات,فلورشتات,フロールシュタット,弗洛尔斯塔特	06440007	05	064	06440	06440007
3208129	Waldbrunn	waldbrunn	DE	69429	6124	Europe/Berlin	50.51875	8.10812		Val'dbrunn,Valdbrun,Waldbrunn,Валдбрун,Вальдбрунн		05	065	06533	06533016
3208130	Waldems	waldems	DE	65529	5782	Europe/Berlin	50.25	8.33333		Val'dems,Valdems,Waldems,wa er de mu si,Валдемс,Вальдемс,瓦尔德姆斯	06439016	05	064	06439	06439016
3208134	Walluf	walluf	DE	65396	5698	Europe/Berlin	50.04003	8.15545		Valluf,Valuf,Walluf,wa lu fu,Валлуф,Валуф,瓦卢夫	06439017	05	064	06439	06439017
3208185	Bahrdorf	bahrdorf	DE	38459	0	Europe/Berlin	53.81302	8.97617		Bahrdorf (Gemeinde Belum)		06	00	03352	03352004
3208246	Osterberg	osterberg	DE	89296	0	Europe/Berlin	53.31375	9.92491				06	00	03353	03353020
3208266	Varrel	varrel	DE	27259	0	Europe/Berlin	53.03366	8.69743		Varrel		06	00	03251	03251037
3208275	Worth	worth	DE	21502	0	Europe/Berlin	53.08776	9.45157				06	00	03357	03357024
3208294	Diekhusen-Fahrstedt	diekhusen-fahrstedt	DE	25709	690	Europe/Berlin	53.93333	9.01667		Diekhusen-Fahrstedt	01051021	10	00	01051	01051021
3208297	Groß Offenseth-Aspern	gross-offenseth-aspern	DE	25355	424	Europe/Berlin	53.81667	9.73333		Gross Offenseth-Aspern,Groß Offenseth-Aspern	01056017	10	00	01056	01056017
3208299	Heidmoor	heidmoor	DE	24632	330	Europe/Berlin	53.83333	9.85		Heidmoor	01060037	10	00	01060	01060037
3208303	Klein Offenseth-Sparrieshoop	klein-offenseth-sparrieshoop	DE	25365	2687	Europe/Berlin	53.79748	9.68653		Klein Offenseth-Sparrieshoop	01056030	10	00	01056	01056030
3208304	Krempdorf	krempdorf	DE	25376	254	Europe/Berlin	53.82633	9.46118		Krempdorf	01061054	10	00	01061	01061054
3208305	Offenau	offenau	DE	74254	0	Europe/Berlin	53.76667	9.68333				10	00	01056	01056015
3208324	Asbach-Bäumenheim	asbach-baumenheim	DE	86663	4346	Europe/Berlin	48.68333	10.81667		Asbach-Baeumenheim,Asbach-Bäumenheim	09779115	02	097	09779	09779115
3208325	Baar-Ebenhausen	baar-ebenhausen	DE	85107	4862	Europe/Berlin	48.67065	11.46983		Baar-Ebengauzen,Bar Ebenhauzen,Bar-Ebenkhauzen,Bar-Ehbenkhauzen,ba er-ai ben hao sen,bar-abnhawzn,Баар-Ебенгаузен,Бар-Ебенхаузен,Бар-Эбенхаузен,Բար Էբենհաուզեն,بار-ابنهاوزن,巴尔-埃本豪森	09186113	02	091	09186	09186113
3208327	Buch	buch	DE	39517	0	Europe/Berlin	48.06007	11.85116				02	091	09175	09175124
3208331	Ettringen	ettringen	DE	56729	3372	Europe/Berlin	48.1	10.65		Ehtringen,Etringen,Ettringen,Етринген,Еттрінген,Этринген,Էթրինգեն	09778137	02	097	09778	09778137
3208334	Finningen	finningen	DE	89435	1681	Europe/Berlin	48.65452	10.49864		Finingen,Finningen,fynyngn,Фининген,Финнинген,Фіннінген,Ֆինինգեն,فینینگن	09773150	02	097	09773	09773150
3208350	Kottgeisering	kottgeisering	DE	82288	1488	Europe/Berlin	48.11667	11.13333			09179131	02	091	09179	09179131
3208353	Medlingen	medlingen	DE	89441	1007	Europe/Berlin	48.57027	10.31608		Medlingen,mdlyngn,mei de lin gen,Медлинген,Медлінген,Մեդլինգեն,مدلینگن,梅德林根	09773153	02	097	09773	09773153
3208363	Sankt Ottilien	sankt-ottilien	DE	86941	0	Europe/Berlin	48.09572	11.04516		Sankt Ottilien		02	091	09181	09181118
3208367	Schondorf am Ammersee	schondorf-am-ammersee	DE	86938	3877	Europe/Berlin	48.05296	11.09138		Amerzei Sondorf,Schondorf,Shondorf,Shondorf am Amerze,Shondorf-am-Ammerzee,a mo hu pan xiong duo fu,shwndwrf,Шондорф,Шондорф ам Амерзе,Шондорф-ам-Аммерзее,Ամերզեի Շոնդորֆ,شوندورف,ショーンドルフ・アム・アンマーゼー,阿默湖畔雄多夫		02	091	09181	09181139
3208376	Weilbach	weilbach	DE	63937	0	Europe/Berlin	48.12428	10.42654				02	097	09778	09778187
3208380	Wörth	worth	DE	21502	4559	Europe/Berlin	48.24531	11.90214			09177144	02	091	09177	09177144
3208381	Zell	zell	DE	56856	0	Europe/Berlin	48.67266	11.62229		Zell		02	091	09186	09186122
3208422	Dohren	dohren	DE	21255	1127	Europe/Berlin	52.65	7.58333			03454009	06	00	03454	03454009
3208432	Isterberg	isterberg	DE	48465	605	Europe/Berlin	52.35	7.15			03456010	06	00	03456	03456010
3208505	Neukamperfehn	neukamperfehn	DE	26835	1587	Europe/Berlin	53.33642	7.56189			03457015	06	00	03457	03457015
3208536	Aukrug	aukrug	DE	24613	3846	Europe/Berlin	54.08333	9.78333		Aukrug,ao ke lu ge,Аукруг,奥克鲁格	01058009	10	00	01058	01058009
3208539	Bordelum	bordelum	DE	25852	2053	Europe/Berlin	54.63333	8.93333		Boorlem,Bordelum,bo er de lu mu,Борделум,博尔德卢姆	01054014	10	00	01054	01054014
3208540	Bornholt	bornholt	DE	25725	224	Europe/Berlin	54.1	9.33333		Bornholt	01058025	10	00	01058	01058025
3208543	Emmelsbüll-Horsbüll	emmelsbull-horsbull	DE	25924	1038	Europe/Berlin	54.81667	8.7		Emmelsbull-Horsbull,Emmelsbüll-Horsbüll	01054166	10	00	01054	01054166
3208544	Enge-Sande	enge-sande	DE	25917	0	Europe/Berlin	54.73333	9.98333		Enge-Sande		10			
3208547	Helgoland	helgoland	DE	27498	1333	Europe/Berlin	54.18143	7.8863		HGL,Helgoland,Khel'goland,Хельголанд	01056025	10	00	01056	01056025
3208549	Hooge	hooge	DE	25859	91	Europe/Berlin	54.57	8.54806			01054050	10	00	01054	01054050
3208552	Jarplund-Weding	jarplund-weding	DE	24941	4429	Europe/Berlin	54.73714	9.41813		Jarplund-Weding		10	00	01059	01059183
3208554	Lohe-Rickelshof	lohe-rickelshof	DE	25746	1985	Europe/Berlin	54.18803	9.07066		Loe-Rikelskhof,Loeh-Rikkel'skhof,Lohe-Rickelshof,luo hei-li ke er si huo fu,Лое-Рикелсхоф,Лоэ-Риккельсхоф,洛黑-里克尔斯霍夫	01051069	10	00	01051	01051069
3208557	Mohrkirch	mohrkirch	DE	24405	1037	Europe/Berlin	54.66667	9.71667		Mohrkirch	01059060	10	00	01059	01059060
3208559	Oesterwurth	oesterwurth	DE	25764	266	Europe/Berlin	54.21667	8.98333		Oesterwurth	01051140	10	00	01051	01051140
3208561	Oldsum	oldsum	DE	25938	566	Europe/Berlin	54.73106	8.44471		Ol'dzum,Oldsum,Oldsum auf Foehr,Oldsum auf Föhr,Oldzum,Olersem,ao er chu mu,Олдзум,Олдсум,Ольдзум,奥尔楚姆	01054098	10	00	01054	01054098
3208565	Risum-Lindholm	risum-lindholm	DE	25920	3581	Europe/Berlin	54.75802	8.86906		Risem-Lonham,Risum-Lindkholm,Rizum-Lindkhol'm,Rizum-Lindkholm,li su mu-lin de huo er mu,Ризум-Линдхолм,Ризум-Линдхольм,Рисум-Линдхолм,里苏姆-林德霍尔姆	01054109	10	00	01054	01054109
3208567	Schnarup-Thumby	schnarup-thumby	DE	24891	598	Europe/Berlin	54.65	9.65		Schnarup-Thumby	01059076	10	00	01059	01059076
3208569	Süderdorf	suderdorf	DE	25782	399	Europe/Berlin	54.21667	9.35		Suderdorf,Süderdorf	01051139	10	00	01051	01051139
3208572	Tensbüttel-Röst	tensbuttel-rost	DE	25767	716	Europe/Berlin	54.1	9.23333		Tensbuttel-Rost,Tensbüttel-Röst	01051138	10	00	01051	01051138
3208595	Dahlum	dahlum	DE	38170	775	Europe/Berlin	52.13333	10.85			03158007	06	00	03158	03158007
3208598	Elbe	elbe	DE	38274	1853	Europe/Berlin	52.08333	10.28333			03158011	06	00	03158	03158011
3208599	Flöthe	flothe	DE	38312	1236	Europe/Berlin	52.08333	10.48333		Flete,Fljote,Floethe,Flöthe,fu lei te,Флете,Флёте,弗勒特	03158014	06	00	03158	03158014
3208605	Heere	heere	DE	38277	1221	Europe/Berlin	52.06667	10.25		Khere,hei lei,Хере,黑雷	03158018	06	00	03158	03158018
3208606	Ilsede	ilsede	DE	31241	12241	Europe/Berlin	52.2634	10.19922		Il'zede,Ilsede,yi er sai de,Илседе,Ильзеде,伊尔塞德	03157009	06	00	03157	03157009
3208615	Obernholz	obernholz	DE	29386	944	Europe/Berlin	52.76642	10.59709		Obernkhol'c,Obernkholc,shang en huo er ci,Обернхолц,Обернхольц,上恩霍尔茨	03151019	06	00	03151	03151019
3208618	Sassenburg	sassenburg	DE	38524	10982	Europe/Berlin	52.51667	10.63333		Sassenburg,Zasenburg,Zassenburg,sa sen bao,Засенбург,Зассенбург,萨森堡	03151025	06	00	03151	03151025
3208619	Schwienau	schwienau	DE	29593	742	Europe/Berlin	53.00564	10.44542			03360019	06	00	03360	03360019
3208620	Sickte	sickte	DE	38173	5755	Europe/Berlin	52.21847	10.6424		Zikte,Зикте	03158030	06	00	03158	03158030
3208627	Vahlberg	vahlberg	DE	38170	855	Europe/Berlin	52.13333	10.71667		Fal'berg,Falberg,fa er bei ge,Фалберг,Фальберг,法尔贝格	03158032	06	00	03158	03158032
3208650	Bierstedt	bierstedt	DE	29416	169	Europe/Berlin	52.72875	11.02522		Bierstedt		14	00	15081	15081440
3208658	Gersdorf	gersdorf	DE	04703	0	Europe/Berlin	52.19372	11.51333				14	00	15083	15083390
3208666	Karith	karith	DE	39291	328	Europe/Berlin	52.107	11.83777		Karith		14	00	15086	15086055
3208683	Siestedt	siestedt	DE	39356	617	Europe/Berlin	52.31824	11.0919				14	00	15083	15083411
3208719	Vorwerk	vorwerk	DE	27412	0	Europe/Berlin	53.89242	13.03765		Vorwerk		12	00	13071	13071029
3208736	Bensdorf	bensdorf	DE	14789	1334	Europe/Berlin	52.41667	12.33333		Bensdorf,ben si duo fu,Бенсдорф,Բենսդորֆ,本斯多夫	12069028	11	00	12069	12069028
3208737	Bergerdamm	bergerdamm	DE	14641	0	Europe/Berlin	52.65608	12.80388				11	00	12063	12063208
3208741	Frohnsdorf	frohnsdorf	DE	04618	0	Europe/Berlin	52.05447	12.90265				11	00	12069	12069632
3208743	Kappe	kappe	DE	16775	0	Europe/Berlin	52.96649	13.43914		Kappe		11	00	12065	12065356
3208747	Rehagen	rehagen	DE	15806	0	Europe/Berlin	52.16632	13.36897				11	00	12072	12072002
3208749	Seehof	seehof	DE	19069	0	Europe/Berlin	52.87426	12.84714				11	00	12068	12068320
3208751	Uetz-Paaren	uetz-paaren	DE	14476	0	Europe/Berlin	52.47259	12.93761		Uetz-Paaren		11	00	12054	12054000
3208799	Klitsche	klitsche	DE	39307	384	Europe/Berlin	52.47981	12.23039		Klitsche		14	00	15086	15086080
3209001	Ebersbach	ebersbach	DE	01561	5077	Europe/Berlin	51.23333	13.65			14627030	13	00	14627	14627030
3209002	Frankenhain	frankenhain	DE	04936	0	Europe/Berlin	51.0878	12.64285				13	00	14729	14729150
3209056	Nessa	nessa	DE	06682	1016	Europe/Berlin	51.14565	12.00874				14	00	15084	15084490
3209070	Marschacht	marschacht	DE	21436	3635	Europe/Berlin	53.4152	10.37524		Gemeen Meschacht,Marshakht,ma er sha te,Маршахт,马尔沙特	03353023	06	00	03353	03353023
3209089	Steinfeld	steinfeld	DE	18184	0	Europe/Berlin	53.5948	10.69768				10	00	01053	01053090
3209092	Wesenberg	wesenberg	DE	17255	968	Europe/Berlin	53.83333	10.55			01062094	10	00	01062	01062094
3209099	Matzlow-Garwitz	matzlow-garwitz	DE	19372	703	Europe/Berlin	53.44748	11.70439				12	00	13076	13076085
3209100	Moraas	moraas	DE	19230	546	Europe/Berlin	53.42235	11.30249		Moraas		12	00	13076	13076099
3209120	Neuhaus	neuhaus	DE	19273	0	Europe/Berlin	51.45685	8.14893		Neuhaus		07	059	05974	05974032
3209142	Strahwalde	strahwalde	DE	02747	828	Europe/Berlin	51.02896	14.72389		Strahwalde		13	00	14626	14626180
3209144	Wiesa	wiesa	DE	09488	0	Europe/Berlin	51.22676	14.85784				13	00	14626	14626230
3209156	Fargau-Pratjau	fargau-pratjau	DE	24256	815	Europe/Berlin	54.33333	10.41667		Fargau-Pratjau	01057090	10	00	01057	01057090
3209174	Admannshagen-Bargeshagen	admannshagen-bargeshagen	DE	18211	2855	Europe/Berlin	54.13038	11.99915				12	00	13072	13072001
3209175	Bartenshagen-Parkentin	bartenshagen-parkentin	DE	18209	1279	Europe/Berlin	54.08116	11.97849		Bartenshagen-Parkenthin,Bartenshagen-Parkentin,Bartenskhagen-Parkentin,ba er teng si ha gen-pa er ken ting,Бартенсхаген-Паркентин,巴尔滕斯哈根-帕尔肯廷		12	00	13072	13072007
3209178	Neu Gaarz	neu-gaarz	DE	17194	0	Europe/Berlin	54.11404	11.63401				12	00	13072	13072085
3209180	Brunn	brunn	DE	17039	0	Europe/Berlin	50.18547	12.07931		Brunn		02	094	09479	09479150
3209181	Gattendorf	gattendorf	DE	95185	1217	Europe/Berlin	50.32207	11.99776			09475127	02	094	09475	09475127
3209188	Lauterbach	lauterbach	DE	36341	0	Europe/Berlin	50.39993	12.15388				13	00	14523	14523300
3209197	Geußnitz	geussnitz	DE	06712	679	Europe/Berlin	51.01667	12.18333		Geussnitz,Geußnitz		14	00	15084	15084590
3209201	Koblenz	koblenz	DE	56068	0	Europe/Berlin	50.89288	12.47334		Koblenz		15	00	16077	16077012
3209203	Wolfersdorf	wolfersdorf	DE	85395	0	Europe/Berlin	50.78295	12.1738				15	00	16076	16076004
3209211	Schmelz	schmelz	DE	66839	0	Europe/Berlin	49.21556	13.04397				02	093	09372	09372138
3209256	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	48.62716	7.9199				01	083	08317	08317153
3209257	Kappel-Grafenhausen	kappel-grafenhausen	DE	77966	4876	Europe/Berlin	48.28382	7.76605		Kapel-Grafenkhauzen,Kappel'-Grafengauzen,Kappel'-Grafenkhauzen,Kappel-Grafenhausen,ka pei er-ge la fen hao sen,Капел-Графенхаузен,Каппель-Графенгаузен,Каппель-Графенхаузен,卡佩尔-格拉芬豪森	08317152	01	083	08317	08317152
3209262	Rheinau	rheinau	DE	77866	10997	Europe/Berlin	48.66602	7.93659		Rajnaau,Rajnau,raynaw,Райнау,Рајнаау,رايناو,رایناو		01	083	08317	08317153
3209303	Landin	landin	DE	14715	0	Europe/Berlin	53.08464	14.13666				11	00	12073	12073386
3209310	Bruchhausen	bruchhausen	DE	53572	929	Europe/Berlin	50.6	7.25			07138008	08	00	07138	07138008
3209312	Oberfischbach	oberfischbach	DE	56370	0	Europe/Berlin	47.84365	8.16126				01	083	08315	08315102
3209313	Ebersbach-Musbach	ebersbach-musbach	DE	88371	1815	Europe/Berlin	47.96667	9.58333		Ebersbach-Musbach,Ebersbakh-Musbakh,Ehbersbakh-Musbakh,ai bei er si ba he-mu si ba he,Еберсбах-Мусбах,Эберсбах-Мусбах,埃贝尔斯巴赫-穆斯巴赫	08436093	01	084	08436	08436093
3209418	Reichenau	reichenau	DE	78479	5144	Europe/Berlin	47.68885	9.06355		Niederzell	08335066	01	083	08335	08335066
3209497	Lichtenwald	lichtenwald	DE	73669	0	Europe/Berlin	49.05	12.26667				02			
3209903	Brohl-Lützing	brohl-lutzing	DE	56656	2654	Europe/Berlin	50.48296	7.32908		Brol'-Ljutcing,Brol-Licing,bu luo er-lu qin ge,Брол-Лицинг,Броль-Лютцинг,布罗尔-吕钦格	07131014	08	00	07131	07131014
3210390	Marktrodach	marktrodach	DE	96364	4007	Europe/Berlin	50.25	11.38333		Marktrodach,Marktrodakh,ma er ke te luo da,marukutorodahha,Марктродах,Մարքթրոդախ,マルクトローダッハ,马尔克特罗达		02	094	09476	09476183
3212857	Altendorf	altendorf	DE	92540	0	Europe/Berlin	51.6355	7.01331				07	055	05562	05562012
3213222	Schmedeswurth	schmedeswurth	DE	25724	202	Europe/Berlin	53.91667	9.05		Schmedeswurth	01051103	10	00	01051	01051103
3213673	Barnitz	barnitz	DE	23858	0	Europe/Berlin	53.8	10.5			01062008	10	00	01062	01062008
3225056	Peterswald-Löffelscheid	peterswald-loffelscheid	DE	56858	810	Europe/Berlin	50	7.3		Peterswald-Loeffelscheid,Peterswald-Löffelscheid	07135071	08	00	07135	07135071
3225108	Ransbach-Baumbach	ransbach-baumbach	DE	56235	7327	Europe/Berlin	50.46496	7.7283		Ransbach-Baumbach,Ransbakh-Baumbakh,lan si ba-bo yin ba,ransbakh-bawmbakh,ransubahha=baumubahha,ranzbakh-bawmbakh,Рансбах-Баумбах,رانزباخ-باومباخ,رانسباخ-باومباخ,ランスバッハ＝バウムバッハ,兰斯巴-博因巴		08	00	07143	07143062
3232563	Wendorf	wendorf	DE	18442	0	Europe/Berlin	53.90292	11.41265				12	00	13074	13074087
3232586	Vorwerk	vorwerk	DE	27412	0	Europe/Berlin	54.00714	11.47417				12	00	13074	13074035
3247449	Aachen	aachen	DE	52062	265208	Europe/Berlin	50.77664	6.08342	266	AAH,Aachen,Aakhen,Aaxen,Achen,Achenas,Ahene,Aix-la-Chapelle,Aken,Akhen,Akisgran,Akwizgran,Aoke,Aquae Grani,Aquisgra,Aquisgran,Aquisgrana,Aquisgrano,Aquisgranum,Aquisgrà,Aquisgrán,Axhe,Axin,Axın,Cachy,Cáchy,Kreisfreie Stadt Aachen,Lungsod ng Aachen,Oche,Oochen,a chen,aakheni,achn,ahen,ahkan,akhana,akhn,xa khein,ya chen,Åxhe,Āhene,Άαχεν,Аахен,Ахен,Աախեն,אאכן,آخن,آچن,आखन,ஆஃகன்,ആക്കൻ,อาเคิน,აახენი,アーヘン,亚琛,阿臣,아헨	05334	07	053	05334	05334002
3272450	Ubstadt-Weiher	ubstadt-weiher	DE	76698	12730	Europe/Berlin	49.16296	8.63165		Ubshtadt-Vajehr,Ubshtadt-Vajer,Ubshtadt-Vajger,Ubshtat-Vajkher,awbshtad wyr,wu bu si ta te-wei hei er,Убштадт-Вайгер,Убштадт-Вайер,Убштадт-Вайэр,Убштат-Вајхер,ابسٹاڈٹ-ویہیر,اوبشتاد ویر,乌布斯塔特-魏黑尔	08215084	01	082	08215	08215084
3272454	Stadecken-Elsheim	stadecken-elsheim	DE	55271	4438	Europe/Berlin	49.91222	8.12528		Shtadeken-Elskhajm,Shtadekken-Ehl'skhajm,shi ta de ken-ai er si hai mu,Штадекен-Елсхајм,Штадеккен-Эльсхайм,施塔德肯-埃尔斯海姆	07339057	08	00	07339	07339057
3272455	Dannstadt-Schauernheim	dannstadt-schauernheim	DE	67125	7228	Europe/Berlin	49.44028	8.30861			07338006	08	00	07338	07338006
3272456	Sankt Leon-Rot	sankt-leon-rot	DE	68789	12192	Europe/Berlin	49.26593	8.61803		Sankt Leon-Rot,St. Leon-Rot		01	082	08226	08226103
3272457	Rödersheim-Gronau	rodersheim-gronau	DE	67127	2903	Europe/Berlin	49.43	8.26139		Roedersheim-Gronau,Rödersheim-Gronau	07338022	08	00	07338	07338022
3272458	Karlsdorf-Neuthard	karlsdorf-neuthard	DE	76689	9329	Europe/Berlin	49.13472	8.53028		Karlsdorf-Nojtard,ka er si duo fu-nuo yi ta de,Карлсдорф-Нойтард,Карлсдорф-Нојтард,卡尔斯多夫-诺伊塔德	08215103	01	082	08215	08215103
3272459	Graben-Neudorf	graben-neudorf	DE	76676	11697	Europe/Berlin	49.16695	8.49243		Graben-Nojdorf,Grawe-Naidorf,ge la ben-nuo yi duo fu,Грабен-Нойдорф,Грабен-Нојдорф,格拉本-诺伊多夫	08215099	01	082	08215	08215099
3272461	Linkenheim-Hochstetten	linkenheim-hochstetten	DE	76351	11599	Europe/Berlin	49.13197	8.41244		Linkengajm-Gokhshtetten,Linkenkhajm-Khokhshteten,Linkenkhajm-Khokhshtetten,lin ken hai mu-huo si te teng,Линкенхайм-Хохштеттен,Линкенхајм-Хохштетен,Лінкенгайм-Гохштеттен,林肯海姆-霍斯特滕	08215105	01	082	08215	08215105
3272462	Billigheim-Ingenheim	billigheim-ingenheim	DE	76831	4038	Europe/Berlin	49.13667	8.09056		Biligkhajm-Ingenkhajm,Billigkhajm-Ingenkhajm,bi li ge hai mu-yin gen hai mu,Билигхајм-Ингенхајм,Биллигхайм-Ингенхайм,比利格海姆-因根海姆	07337007	08	00	07337	07337007
3272463	Böhl-Iggelheim	bohl-iggelheim	DE	67459	10797	Europe/Berlin	49.38056	8.30389		Beel-Igglem,Bel-Igelkhajm,Bjol'-Iggel'khajm,Boehl-Iggelheim,Bohl-Iggelheim,Böhl-Iggelheim,bo he er-yi ge er hai mu,Бел-Игелхајм,Бёль-Иггельхайм,伯赫尔-伊格尔海姆	07338005	08	00	07338	07338005
3272464	Hochdorf-Assenheim	hochdorf-assenheim	DE	67126	3041	Europe/Berlin	49.41944	8.28167			07338014	08	00	07338	07338014
3272934	Alsbach-Hähnlein	alsbach-hahnlein	DE	64665	9300	Europe/Berlin	49.73861	8.59583		Al'sbakh-Genljajn,Al'sbakh-Khenlajn,Alsbach-Haehnlein,Alsbach-Hähnlein,Alsbakh-Khenlajn,a er si ba he-hei en lai yin,alsbakh-hahnlyn,arusubahha=henrain,Алсбах-Хенлајн,Альсбах-Генляйн,Альсбах-Хенлайн,السباخ-هاهنلین,アルスバッハ＝ヘーンライン,阿尔斯巴赫-黑恩莱因	06432001	05	064	06432	06432001
3272935	Dittelsheim-Heßloch	dittelsheim-hessloch	DE	67596	2171	Europe/Berlin	49.74389	8.23694		Ditelskhajm-Kheslokh,Dittel'skhajm-Kheslokh,Dittelsheim-Hessloch,Dittelsheim-Heßloch,di te er si hai mu-hei si luo,Дителсхајм-Хеслох,Диттельсхайм-Хеслох,迪特尔斯海姆-黑斯洛	07331015	08	00	07331	07331015
3272941	Riedstadt	riedstadt	DE	64560	21362	Europe/Berlin	49.83411	8.49621		Ridshtadt,Ridshtat,Ridstadt,Ridştadt,Rydshtat,li ci ta te,ritoshutatto,rydashtat,rydshtat,Ридштадт,Ридштат,Рыдштат,Рідштадт,ريدشتات,ریداشتات,リートシュタット,里茨塔特		05	064	06433	06433011
3272957	Hochstadt	hochstadt	DE	76879	2461	Europe/Berlin	49.2475	8.20889		Hochstadt		08	00	07337	07337041
3272962	Steinborn	steinborn	DE	54655	0	Europe/Berlin	49.55452	8.04148		Steinborn		08	00	07333	07333019
3272963	Hochborn	hochborn	DE	55234	447	Europe/Berlin	49.72389	8.20083			07331011	08	00	07331	07331011
3274259	Leingarten	leingarten	DE	74211	10579	Europe/Berlin	49.14639	9.11694		Lajngarten,Leingarten,Ljajngarten,lai yin jia er teng,layngardn,raingaruten,Лайнгартен,Лајнгартен,Ляйнгартен,لاینگاردن,ラインガルテン,莱因加尔滕	08125058	01	081	08125	08125058
3274962	Strüth	struth	DE	56357	0	Europe/Berlin	49.52549	9.93864				02	096	09679	09679182
3274966	Lauda-Königshofen	lauda-konigshofen	DE	97922	15278	Europe/Berlin	49.56526	9.70816		Lauda-Kenigsgofen,Lauda-Kenigskhofen,Lauda-Kjonigskhofen,Lauda-Koenigshofen,Lauda-Konigshofen,Lauda-Königshofen,lao da-ke ni xi si huo fen,lawda-kwnyghshwfn,lawda-kwnygzhwfn,rauda=kenihisuhofen,Лауда-Кенигсхофен,Лауда-Кенігсгофен,Лауда-Кёнигсхофен,لاودا-كونيغسهوفن,لاودا-کونیگزهوفن,ラウダ＝ケーニヒスホーフェン,劳达-柯尼希斯霍芬		01	081	08128	08128139
3274969	Hesseneck	hesseneck	DE	64754	692	Europe/Berlin	49.56987	9.06286		Gessenek,Khesenek,Khessenek,hei sai nei ke,hessenekku,Гессенек,Хесенек,Хессенек,ヘッセネック,黑塞内克	06437016	05	064	06437	06437016
3274976	Neunkirchen	neunkirchen	DE	54426	0	Europe/Berlin	49.70722	9.4025		Nojnkirkhen,noinkiruhyen,Нойнкирхен,Нојнкирхен,ノインキルヒェン	09676143	02	096	09676	09676143
3274987	Altenbuch	altenbuch	DE	97901	1311	Europe/Berlin	49.82861	9.40139		Al'tenbukh,Altenbukh,a er teng bu,arutenbufu,atnbakh,Алтенбух,Альтенбух,Ալթենբուխ,اتنباخ,アルテンブーフ,阿尔滕布	09676111	02	096	09676	09676111
3274989	Mespelbrunn	mespelbrunn	DE	63875	2307	Europe/Berlin	49.91444	9.29194		Mespel'brunn,Mespelbrun,mei si pei er bu lun,mesuperuburun,Меспелбрун,Меспельбрунн,Մեսպելբրուն,メスペルブルン,梅斯佩尔布伦	09671141	02	096	09671	09671141
3278304	Lützelbach	lutzelbach	DE	64750	0	Europe/Berlin	49.78586	9.07804		Licelbakh,Ljutcel'bakh,Luetzel-Wiebelsbach,Luetzelbach,Lutzelbach,Lützel-Wiebelsbach,Lützelbach,lu ce er ba he,ryuttsu~erubahha,Лицелбах,Лютцельбах,リュッツェルバッハ,吕策尔巴赫	06437010	05	064	06437	06437010
3278305	Neustadt	neustadt	DE	37345	0	Europe/Berlin	49.81778	9.03417				05	064	06437	06437004
3290055	Heuchelheim-Klingen	heuchelheim-klingen	DE	76831	913	Europe/Berlin	49.14528	8.055			07337040	08	00	07337	07337040
3336891	Filderstadt	filderstadt	DE	70794	43550	Europe/Berlin	48.65698	9.22049		Fil'dershtadt,Fildershhat,Fildershtat,fei er de er si ta te,fyldrashtat,Филдерштат,Филдерщат,Фильдерштадт,فیلدراشتات,菲尔德尔斯塔特	08116077	01	081	08116	08116077
3336892	Ostfildern	ostfildern	DE	73760	33598	Europe/Berlin	48.72704	9.24954			08116080	01	081	08116	08116080
3336893	Rodgau	rodgau	DE	63110	43315	Europe/Berlin	50.02627	8.88588		Rodgau,luo de gao,rdgaw,rotogau,rwdghaw,Родгау,ردگاو,رودغاو,ロートガウ,罗德高	06438011	05	064	06438	06438011
3336894	Butjadingen	butjadingen	DE	26969	6597	Europe/Berlin	53.54722	8.335		But'jadingen,Butjadingen,Butujadingen,Bûtjadingen,bu te ya ding gen,Бутъядинген,Бутьядинген,Бутјадинген,布特亚丁根	03461003	06	00	03461	03461003
3336895	Kaufungen	kaufungen	DE	34260	12683	Europe/Berlin	51.28111	9.61861		Kaufungen,kao feng gen,kaufungen,Кауфунген,カウフンゲン,考丰根	06633015	05	066	06633	06633015
3336896	Jettingen-Scheppach	jettingen-scheppach	DE	89343	6865	Europe/Berlin	48.3896	10.4381		Ettingen-Sheppakh,Jetingen-Shepakh,Jettingen-Scheppach,ye ting gen-she pa,Єттінген-Шеппах,Јетинген-Шепах,Еттинген-Шеппах,Եթինգեն Շեփախ,耶廷根-舍帕		02	097	09774	09774144
3337504	Seeheim-Jugenheim	seeheim-jugenheim	DE	64342	16395	Europe/Berlin	49.765	8.65194		Zeegajm-Jugengajm,Zekhajm-Jugenkhajm,sai hai mu-you gen hai mu,syhym - ywjynhaym,zehaimu=yugenhaimu,Зеегайм-Югенгайм,Зехайм-Югенхайм,Зехајм-Југенхајм,سيهيم - يوجينهايم,ゼーハイム＝ユーゲンハイム,塞海姆-尤根海姆	06432022	05	064	06432	06432022
6543855	Brand	brand	DE	95682	0	Europe/Berlin	48.35226	11.25751				02	091	09174	09174118
6543858	Heilbach	heilbach	DE	54673	0	Europe/Berlin	48.37461	11.14333				02	097	09771	09771165
6544447	Kalbach	kalbach	DE	36148	0	Europe/Berlin	50.40447	9.68256		Kal'bakh,Kalbakh,ka er ba he,Калбах,Кальбах,卡尔巴赫	06631016	05	066	06631	06631016
6544453	Steinberg	steinberg	DE	08237	0	Europe/Berlin	50.49066	9.66668				05	066	06631	06631006
6558039	Rheinstetten	rheinstetten	DE	76287	20378	Europe/Berlin	48.9685	8.30704		Rajnashteten,Rajnshtetten,Raynstetten,Raynştetten,lai yin si te teng,raynshtytn,Райнштеттен,Рајнаштетен,راينشتيتن,راین‌اشتتن,赖因斯特滕		01	082	08215	08215108
6615400	Hausen	hausen	DE	37327	0	Europe/Berlin	50.13301	8.62487				05	064	06412	06412000
6619303	Glottertal	glottertal	DE	79286	0	Europe/Berlin	48.05078	7.96337		Glotertal,Glottertal',Glottertali vald,ge luo te er ta er,Глотертал,Глоттерталь,Գլոթերտալ,格洛特尔塔尔	08315041	01	083	08315	08315041
6639586	Salem	salem	DE	23911	11164	Europe/Berlin	47.76258	9.29031	440	Baden,Salem,Zalem,Баден,Залем	08435052	01	084	08435	08435052
6694210	Neunkirchen am Brand	neunkirchen-am-brand	DE	91077	8243	Europe/Berlin	49.61204	11.12967	317	Brandi Noynkirxen,Nojnkirkhen am Brand,Nojnkirkhen-am-Brand,nuo yin ji er xing a mu bu lan de,Нойнкирхен-ам-Бранд,Нойнкірхен-ам-Бранд,Нојнкирхен ам Бранд,Բրանդի Նոյնկիրխեն,ノインキルヒェン・アム・ブラント,诺因基尔兴阿姆布兰德		02	094	09474	09474154
6929995	Au	au	DE	79280	0	Europe/Berlin	48.12634	11.58362		Untere Au		02	091	09162	09162000
6930221	Frauenhagen	frauenhagen	DE	16278	0	Europe/Berlin	53.37985	14.14893				11	00	12073	12073085
6930232	Steinberg	steinberg	DE	08237	0	Europe/Berlin	52.9267	14.09297				11	00	12060	12060149
6930498	Anger	anger	DE	83454	0	Europe/Berlin	48.01502	12.06434				02	091	09175	09175119
6940941	Horn	horn	DE	55469	0	Europe/Berlin	53.09621	8.88009				03	00	04011	04011000
6949638	Siegbach	siegbach	DE	35768	0	Europe/Berlin	50.73895	8.41793		Zigbakh,xi ge ba he,Зигбах,Зігбах,西格巴赫	06532019	05	065	06532	06532019
7117230	Schwanau	schwanau	DE	77963	6858	Europe/Berlin	48.36669	7.76244		Shvanau,shi wa nao,Шванау,施瓦瑙	08317150	01	083	08317	08317150
7144088	Kell am See	kell-am-see	DE	54427	0	Europe/Berlin	49.63306	6.82217		Kel am Ze,Kell'-am-Ze,bin hu ke er,Кел ам Зе,Келль-ам-Зе,ケル・アム・ゼー,滨湖克尔	07235058	08	00	07235	07235058
7144169	Holzerath	holzerath	DE	54316	0	Europe/Berlin	49.67951	6.76071			07235050	08	00	07235	07235050
7280468	Muschwitz	muschwitz	DE	06679	0	Europe/Berlin	53.53602	11.95456	60			12	00	13076	13076164
7302452	Oberfischbach	oberfischbach	DE	56370	0	Europe/Berlin	47.76218	11.53753				02	091	09173	09173145
7302786	Haselbachtal	haselbachtal	DE	01920	0	Europe/Berlin	51.2357	14.02576				13	00	14625	14625220
7576812	Rabenau	rabenau	DE	01734	5239	Europe/Berlin	50.67753	8.86425	250		06531015	05	065	06531	06531015
7576935	Ebsdorfergrund	ebsdorfergrund	DE	35085	0	Europe/Berlin	50.72602	8.85704		Ebsdorfergrund,Ehbsdorfergrund,ai bu si duo fu ge lun de,epusudorufagurunto,Ебсдорфергрунд,Эбсдорфергрунд,エプスドルファーグルント,埃布斯多弗格伦德	06534008	05	065	06534	06534008
7580311	Dachsberg	dachsberg	DE	79875	0	Europe/Berlin	47.72945	8.10001			08337027	01	083	08337	08337027
7648464	Hollen	hollen	DE	27616	0	Europe/Berlin	52.70968	8.6035				06	00	03251	03251017
7667947	Hintersee	hintersee	DE	17375	0	Europe/Berlin	47.60414	12.84937				02	091	09172	09172129
7730373	Heessen	heessen	DE	31707	0	Europe/Berlin	51.70709	7.83154				07	059	05915	05915000
7731665	Bruch	bruch	DE	54518	0	Europe/Berlin	51.59627	7.9014				07	059	05915	05915000
7909809	Selfkant	selfkant	DE	52538	0	Europe/Berlin	51.02212	5.92978		Zel'fkant,Zelfkant,Zelfkantj,sai er fu kan te,sylfkant,Зелфкант,Зельфкант,سيلفكانت,塞尔夫坎特	05370024	07	053	05370	05370024
11670101	Helmstadt-Bargen	helmstadt-bargen	DE	74921	3718	Europe/Berlin	49.31427	8.99712			08226106	01	082	08226	08226106
8015070	Westoverledingen	westoverledingen	DE	26810	0	Europe/Berlin	53.16921	7.46143		Vestoferledingen,Vestoverledingen,wei si tuo fei er lai ding gen,Вестоверлединген,Вестоферлединген,韦斯托费尔莱丁根		06	00	03457	03457022
8029777	Seebenau	seebenau	DE	29413	0	Europe/Berlin	52.88643	11.03371				14	00	15081	15081455
8051091	Fehmarn	fehmarn	DE	23769	12942	Europe/Berlin	54.4378	11.19352	10	Femarn,Femarnas,Femern,Fėmarnas,Isla de Fehmarn,fe mar n,fei ma en,femarun dao,fhmarn,fyhmarn,pemarni,Φέμαρν,Фемарн,فهمارن,فيهمارن,เฟมาร์น,ფემარნი,フェーマルン島,费马恩		10	00	01055	01055046
8260450	Wolfstein	wolfstein	DE	67752	0	Europe/Berlin	50.38752	11.71072				15			
8260455	Brand	brand	DE	95682	0	Europe/Berlin	50.36754	11.69222				02	094	09475	09475156
8261099	Langfurth	langfurth	DE	91731	0	Europe/Berlin	48.82679	13.20273				02	092	09272	09272145
8335036	Saterland	saterland	DE	26683	0	Europe/Berlin	53.03208	7.74382		Saaterloenj,Saaterlönj,Sealterlan,Sealterland,Sealterlân,Seelterlound,Zaterland,sa te er lan,Затерланд,萨特尔兰		06	00	03453	03453013
8354429	Neustadt an der Orla	neustadt-an-der-orla	DE	07806	7282	Europe/Berlin	50.7364	11.74619	300	Neustadt (Orla)		15	00	16075	16075073
8354604	Wangerland	wangerland	DE	26434	0	Europe/Berlin	53.65446	7.99024		Vangerland,wan ge er lan,Вангерланд,万格尔兰		06	00	03455	03455020
8378667	Ebrach	ebrach	DE	96157	0	Europe/Berlin	49.84728	10.4995		Aebura		02	094	09471	09471128
8379170	Friedrichstadt	friedrichstadt	DE	25840	0	Europe/Berlin	52.51256	13.38954		Berlin-Friedrichstadt,Fridericianum,Fridrikhshtadt,Фридрихштадт		16	00	11000	11000000
8379174	Berne	berne	DE	27804	0	Europe/Berlin	53.1814	8.48222				06	00	03461	03461001
8379206	Hagen	hagen	DE	24576	3275	Europe/Berlin	52.26787	10.52533				06	00	03101	03101000
8379207	Neustadt	neustadt	DE	37345	2386	Europe/Berlin	52.26799	10.52001				06	00	03101	03101000
8379209	Breitingen	breitingen	DE	89183	0	Europe/Berlin	51.08627	12.43103				13	00	14729	14729360
8379262	Neustadt	neustadt	DE	37345	0	Europe/Berlin	51.52776	11.53925		Annenviertel		14	00	15087	15087130
8379281	Neustadt	neustadt	DE	37345	0	Europe/Berlin	49.5991	11.0059		Christian-Erlang		02	095	09562	09562000
8394237	Petersberg	petersberg	DE	06193	0	Europe/Berlin	51.5004	10.79674				15	00	16062	16062041
8394238	Frauenberg	frauenberg	DE	55776	0	Europe/Berlin	51.49732	10.79759				15	00	16062	16062041
8435747	Murr	murr	DE	71711	0	Europe/Berlin	48.48422	11.87691				02	091	09178	09178143
8436149	Emmerthal	emmerthal	DE	31860	0	Europe/Berlin	48.958	11.71844				02	092	09273	09273164
8436257	Goldberg	goldberg	DE	19399	0	Europe/Berlin	48.92402	11.88502				02	092	09273	09273137
8478236	Großheide	grossheide	DE	26532	0	Europe/Berlin	53.5868	7.33955		Groskhajde,Grossheide,da hai de,Гросхайде,Гросхајде,大海德		06	00	03452	03452007
8504653	Dornberg	dornberg	DE	56379	0	Europe/Berlin	52.04362	8.48385				07	057	05711	05711000
8505030	Bergheim	bergheim	DE	50126	0	Europe/Berlin	49.4074	8.68735				01	082	08221	08221000
8581676	Breitenberg	breitenberg	DE	25597	0	Europe/Berlin	48.83459	12.9907				02	092	09271	09271119
8604541	Moormerland	moormerland	DE	26802	0	Europe/Berlin	53.31139	7.42298		Moormerlound,Mormerland,mo er mei er lan,Мормерланд,莫尔梅尔兰		06	00	03457	03457014
8629482	Hohendorf	hohendorf	DE	17440	0	Europe/Berlin	51.849	11.70783				14	00	15089	15089235
8629484	Hohenstein	hohenstein	DE	65329	0	Europe/Berlin	50.80288	12.70692				13	00	14524	14524120
8629509	Kampen	kampen	DE	25999	0	Europe/Berlin	54.31148	9.65001				10	00	01058	01058135
8629512	Kasel	kasel	DE	54317	0	Europe/Berlin	51.93411	13.69538				11	00	12061	12061244
8629617	Lichtenau	lichtenau	DE	09244	0	Europe/Berlin	49.27746	10.68674		Likhtenau,Lixtenau,rihitenau,Лихтенау,Ліхтенау,Լիխտենաու,リヒテナウ		02	095	09571	09571175
8630197	Mosbach	mosbach	DE	74821	0	Europe/Berlin	50.04949	8.23932				05	064	06414	06414000
8643011	Neustadt	neustadt	DE	37345	0	Europe/Berlin	51.80234	11.73155				14	00	15089	15089030
8643036	Buchholz	buchholz	DE	16928	0	Europe/Berlin	50.56833	12.99661				13	00	14521	14521020
8643060	Neuhaus	neuhaus	DE	19273	0	Europe/Berlin	50.31357	11.24391				15	00	16072	16072024
8643129	Brand	brand	DE	95682	0	Europe/Berlin	50.86977	13.32232				13	00	14522	14522050
8643362	Hohenfels	hohenfels	DE	78355	0	Europe/Berlin	47.88497	9.10824				01	083	08335	08335096
8658995	Neustadt	neustadt	DE	37345	0	Europe/Berlin	51.78958	11.1496		Quedlinburg-Neustadt		14	00	15085	15085235
8714308	Berg bei Neumarkt in der Oberpfalz	berg-bei-neumarkt-in-der-oberpfalz	DE	92348	0	Europe/Berlin	49.33181	11.43806		Berg b.Neumarkt i.d.OPf.	09373113	02	093	09373	09373113
8714373	Karlstein am Main	karlstein-am-main	DE	63791	0	Europe/Berlin	50.04865	9.0287		Karlshtajn na Majni,Karlshtajn-am-Majn,Karlshtajn-na-Majne,Mayni Karlstayn,mei yin he pan ka er si tai yin,Карлштайн-ам-Майн,Карлштайн-на-Майне,Карлштајн на Мајни,Մայնի Կարլշտայն,カールシュタイン・アム・マイン,美因河畔卡尔斯泰因		02	096	09671	09671114
8740237	Zachow	zachow	DE	14669	0	Europe/Berlin	53.44876	13.21999				12	00	13071	13071055
8740800	Neustadt	neustadt	DE	37345	0	Europe/Berlin	50.00837	8.25949				08	00	07315	07315000
8986631	Heimweiler	heimweiler	DE	55606	0	Europe/Berlin	49.75554	7.49319		Khajmvajler,hai mu wei lei,Хаймвайлер,Хајмвајлер,海姆韦勒		08	00	07133	07133041
9179891	Extertal	extertal	DE	32699	0	Europe/Berlin	52.067	9.11616		Ehkstertal',Ekstertal,Ekstertal',ai ke si te er ta er,ekusutataru,Екстертал,Екстерталь,Экстерталь,エクスタータール,埃克斯特尔塔尔		07	057	05766	05766028
9294076	Weiler	weiler	DE	55413	400	Europe/Berlin	50.71026	7.26716	150			07	053	05382	05382024
9320468	Kirchsahr	kirchsahr	DE	53505	0	Europe/Berlin	50.52254	6.89976			07131040	08	00	07131	07131040
9539181	Bersteland	bersteland	DE	15926	0	Europe/Berlin	51.94247	13.776				11	00	12061	12061017
9972705	Friedland	friedland	DE	15848	12607	Europe/Berlin	51.41917	9.91762				06	00	03159	03159013
9973169	Oberndorf	oberndorf	DE	21787	0	Europe/Berlin	49.86513	11.86704				02	093	09377	09377129
9973170	Nordholz	nordholz	DE	27637	0	Europe/Berlin	52.73767	9.05873				06	00	03256	03256035
9973269	Solms	solms	DE	35606	13250	Europe/Berlin	50.5362	8.40704		Zol'ms,Zolms,suo er mu si,zlms,zwlms,Золмс,Зольмс,زلمس,زولمس,索尔姆斯		05	065	06532	06532021
10375764	Rheinhausen	rheinhausen	DE	79365	0	Europe/Berlin	48.22662	7.71086				01	083	08316	08316053
10629227	Rosenberg	rosenberg	DE	73494	0	Europe/Berlin	49.49063	11.76649				02	093	09371	09371151
10629235	Rosenberg	rosenberg	DE	73494	0	Europe/Berlin	50.43591	12.07775				13	00	14523	14523450
10629529	Alsbach	alsbach	DE	56237	0	Europe/Berlin	50.48097	11.06662				15	00	16072	16072013
10793665	Leubnitz	leubnitz	DE	08412	0	Europe/Berlin	51.01386	13.76645				13	00	14612	14612000
10861051	Stolpe	stolpe	DE	16540	0	Europe/Berlin	52.41263	13.14133		Shtolpe,Stolpeken,Wendisch-Stolpe,Штолпе		16	00	11000	11000000
11002725	Luisenthal	luisenthal	DE	99885	1636	Europe/Berlin	49.24932	6.90057	195		10041519	09	00	10041	10041519
11073559	Hohenstein	hohenstein	DE	65329	0	Europe/Berlin	48.33226	9.33259				01	084	08415	08415090
11073560	Remchingen	remchingen	DE	75196	0	Europe/Berlin	48.95128	8.5732				01	082	08236	08236071
11154437	Heroldstatt	heroldstatt	DE	72535	0	Europe/Berlin	48.44688	9.66848				01	084	08425	08425139
11279742	Ebersburg	ebersburg	DE	36157	0	Europe/Berlin	50.45537	9.78633				05	066	06631	06631004
11428504	Schmelz	schmelz	DE	66839	0	Europe/Berlin	50.69532	8.65972				05	065	06531	06531013
11523429	Neuendorf bei Elmshorn	neuendorf-bei-elmshorn	DE	25335	0	Europe/Berlin	53.73333	9.56667				10	00	01061	01061074
11523431	Neuenkirchen	neuenkirchen	DE	17039	0	Europe/Berlin	53.94152	11.94763				12	00	13072	13072053
11549019	Jade	jade	DE	26349	0	Europe/Berlin	53.33169	8.20035				06	00	03461	03461005
11594337	Friedland	friedland	DE	15848	0	Europe/Berlin	50.31204	7.62769				08	00	07141	07141075
11594346	Heubach	heubach	DE	73540	0	Europe/Berlin	50.5054	10.92741				15	00	16069	16069061
11594385	Theilenhofen	theilenhofen	DE	91741	0	Europe/Berlin	49.08216	10.85278				02	095	09577	09577172
11594402	Elsterheide	elsterheide	DE	02979	0	Europe/Berlin	51.50564	14.22815				13	00	14625	14625120
11594414	Haverlah	haverlah	DE	38275	0	Europe/Berlin	52.05407	10.32818				06	00	03158	03158016
11594435	Mahlstetten	mahlstetten	DE	78601	0	Europe/Berlin	48.07484	8.83507				01	083	08327	08327033
11594441	Stelle	stelle	DE	21435	0	Europe/Berlin	52.42404	8.63791				07	057	05770	05770040
11594451	Osterfeld	osterfeld	DE	06721	0	Europe/Berlin	53.46388	7.56572				06	00	03452	03452001
11594457	Boxberg	boxberg	DE	54552	0	Europe/Berlin	49.37536	8.70463				01	082	08221	08221000
11594469	Heldenstein	heldenstein	DE	84431	0	Europe/Berlin	48.24074	12.36275				02	091	09183	09183120
11594490	Neustadt	neustadt	DE	37345	0	Europe/Berlin	51.53213	14.71344				13	00	14626	14626010
11594500	Neustadt am Kulm	neustadt-am-kulm	DE	95514	0	Europe/Berlin	49.82641	11.8391				02	093	09374	09374140
11594609	Trebbus	trebbus	DE	03253	0	Europe/Berlin	51.69243	13.52108				11	00	12062	12062092
11608619	Friedrichstadt	friedrichstadt	DE	25840	0	Europe/Berlin	51.20999	6.77567				07	051	05111	05111000
11608624	Ehingen	ehingen	DE	86678	0	Europe/Berlin	47.82592	8.80275				01	083	08335	08335097
11608626	Oberau	oberau	DE	82496	0	Europe/Berlin	47.99142	7.87072				01	083	08311	08311000
11608641	Winden im Elztal	winden-im-elztal	DE	79297	0	Europe/Berlin	48.15203	8.03834				01	083	08316	08316055
11608660	Nienhagen	nienhagen	DE	18211	0	Europe/Berlin	54.161	11.95313				12	00	13072	13072075
11608665	Seehof	seehof	DE	19069	0	Europe/Berlin	53.52225	9.78221				04	00	02000	02000000
11608670	Amorbach	amorbach	DE	63916	0	Europe/Berlin	49.21014	9.24954				01	081	08125	08125065
11608678	Breitenfeld	breitenfeld	DE	04158	0	Europe/Berlin	50.33746	12.31902				13	00	14523	14523200
11608691	Waldsee	waldsee	DE	67165	0	Europe/Berlin	47.98599	7.88883				01	083	08311	08311000
11608708	Neustadt (Wied)	neustadt-wied	DE	53577	0	Europe/Berlin	50.62093	7.43251				08	00	07138	07138044
11608710	Dalheim	dalheim	DE	55278	0	Europe/Berlin	50.56386	8.47874				05	065	06532	06532023
11608778	Syrgenstein	syrgenstein	DE	89428	0	Europe/Berlin	48.66116	10.31				02	097	09773	09773170
11608785	Weingarten	weingarten	DE	67366	0	Europe/Berlin	47.99644	7.81162				01	083	08311	08311000
11608792	Grafenberg	grafenberg	DE	72661	0	Europe/Berlin	48.56505	9.3019				01	084	08415	08415029
11608801	Burg	burg	DE	39288	0	Europe/Berlin	52.40394	9.6929				06	00	03241	03241001
11608837	Groß Naundorf	gross-naundorf	DE	06925	0	Europe/Berlin	51.69429	12.9973				14	00	15091	15091010
11608841	Sachsenbrunn	sachsenbrunn	DE	98678	0	Europe/Berlin	50.44718	10.94951			16069012	15	00	16069	16069012
11608946	Finning	finning	DE	86923	0	Europe/Berlin	48.02225	11.011				02	091	09181	09181120
11608953	Schwarzach	schwarzach	DE	74869	0	Europe/Berlin	49.37106	8.98325				01	082	08225	08225116
11608966	Buchholz (Westerwald)	buchholz-westerwald	DE	53567	0	Europe/Berlin	50.68667	7.39517				08	00	07138	07138080
11608975	Kalkhorst	kalkhorst	DE	23942	0	Europe/Berlin	53.33574	13.06772				12	00	13071	13071110
11609486	Herrenberg	herrenberg	DE	71083	0	Europe/Berlin	50.95513	11.07654				15	00	16051	16051000
11609498	Lohberg	lohberg	DE	93470	0	Europe/Berlin	51.58096	6.75114				07	051	05170	05170008
11609526	Rechtenbach	rechtenbach	DE	97848	0	Europe/Berlin	50.51905	8.62062				05	065	06532	06532014
11611203	Schwerin	schwerin	DE	15755	0	Europe/Berlin	51.54244	7.3317				07	055	05562	05562004
11611212	Emmerting	emmerting	DE	84547	0	Europe/Berlin	48.19725	12.77058				02	091	09171	09171114
11611317	Mellensee	mellensee	DE	15806	0	Europe/Berlin	52.18038	13.42268				11	00	12072	12072002
11611384	Sonnenberg	sonnenberg	DE	16775	0	Europe/Berlin	50.83871	12.94666				13	00	14511	14511000
11611407	Voerde	voerde	DE	46562	0	Europe/Berlin	51.30632	7.38616				07	059	05954	05954008
11611465	Horst	horst	DE	18519	0	Europe/Berlin	51.43464	7.10567				07	051	05113	05113000
11668514	Diemelstadt	diemelstadt	DE	34474	0	Europe/Berlin	51.47775	9.01068				05	066	06635	06635008
11669716	Bonerath	bonerath	DE	54316	0	Europe/Berlin	49.69032	6.75762				08	00	07235	07235010
11669886	Blaustein	blaustein	DE	89134	0	Europe/Berlin	48.41658	9.91744			08425141	01	084	08425	08425141
11670102	Fronreute	fronreute	DE	88273	4478	Europe/Berlin	47.87053	9.56944	588		08436096	01	084	08436	08436096
11670103	Grafenau	grafenau	DE	71120	6425	Europe/Berlin	48.71427	8.91219	435		08115054	01	081	08115	08115054
11670104	Hirschberg an der Bergstraße	hirschberg-an-der-bergstrasse	DE	69493	9294	Europe/Berlin	49.5071	8.65693	125		08226107	01	082	08226	08226107
11670105	Kraichtal	kraichtal	DE	76703	14416	Europe/Berlin	49.14623	8.73276	198		08215097	01	082	08215	08215097
11670106	Langenbrettach	langenbrettach	DE	74243	3694	Europe/Berlin	49.22601	9.41842	231		08125113	01	081	08125	08125113
11670107	Lenningen	lenningen	DE	73252	7955	Europe/Berlin	48.55048	9.47674	448		08116079	01	081	08116	08116079
11670108	Lobbach	lobbach	DE	74931	2344	Europe/Berlin	49.37519	8.88884	285		08226104	01	082	08226	08226104
11695059	Hohendubrau	hohendubrau	DE	02906	0	Europe/Berlin	51.26449	14.66417		Wysoka Dubrawa		13	00	14626	14626190
11749263	Frankenstein	frankenstein	DE	09569	0	Europe/Berlin	50.8165	10.2652				15	00	16063	16063003
11789258	Vitense	vitense	DE	19217	0	Europe/Berlin	53.80686	11.05392				12	00	13074	13074065
11789265	Volsemenhusen	volsemenhusen	DE	25693	0	Europe/Berlin	53.96709	9.06424				10	00	01051	01051119
11807582	Altenburg	altenburg	DE	04600	0	Europe/Berlin	48.81188	9.20665				01	081	08111	08111000
11807586	Rosenberg	rosenberg	DE	73494	0	Europe/Berlin	48.78044	9.1626				01	081	08111	08111000
11807594	Hausen	hausen	DE	37327	0	Europe/Berlin	48.81688	9.08808				01	081	08111	08111000
11807619	Freiberg	freiberg	DE	09599	0	Europe/Berlin	48.83994	9.20798				01	081	08111	08111000
11807629	Waldau	waldau	DE	06721	0	Europe/Berlin	48.74611	9.18932				01	081	08111	08111000
11807631	Dobel	dobel	DE	75335	0	Europe/Berlin	48.77179	9.18812				01	081	08111	08111000
11807635	Vogelsang	vogelsang	DE	15890	0	Europe/Berlin	48.77558	9.15352				01	081	08111	08111000
11807666	Hallschlag	hallschlag	DE	54611	0	Europe/Berlin	48.81731	9.21188				01	081	08111	08111000
11951298	Sachsenheim	sachsenheim	DE	74343	18594	Europe/Berlin	48.96	9.06472	246		08118076	01	081	08118	08118076
11951429	Rosenthal	rosenthal	DE	35119	0	Europe/Berlin	49.56248	8.01622				08	00	07333	07333038
11978609	Neustadt	neustadt	DE	37345	0	Europe/Berlin	52.85373	11.15535				14	00	15081	15081455
11983722	Wulkow	wulkow	DE	39319	0	Europe/Berlin	52.49139	12.1275				14	00	15086	15086080
12042024	Offenhausen	offenhausen	DE	91238	0	Europe/Berlin	51.23991	9.25535				05	066	06633	06633006
12042078	Bernsdorf	bernsdorf	DE	02994	0	Europe/Berlin	51.16872	9.93687				05	066	06636	06636014
12047296	Berg	berg	DE	53505	0	Europe/Berlin	50.51544	8.0116				05	065	06533	06533004
12069859	Faulbach	faulbach	DE	97906	0	Europe/Berlin	51.24834	9.77792				05	066	06636	06636004
12070614	Ohrenbach	ohrenbach	DE	91620	0	Europe/Berlin	49.70035	9.12779		Ohrnbach		02	096	09676	
12076694	Lage	lage	DE	32791	0	Europe/Berlin	52.46878	6.9598				06	00	03456	03456013
12110948	Rothenburg	rothenburg	DE	06420	9663	Europe/Berlin	52.24351	10.47833				06	00	03101	03101000
12128758	Remshalden	remshalden	DE	73630	0	Europe/Berlin	48.80857	9.42713				01	081	08119	08119090
12188614	Zell	zell	DE	56856	0	Europe/Berlin	49.14348	12.41162			09372167	02	093	09372	09372167
12188615	Osterwald	osterwald	DE	49828	0	Europe/Berlin	52.52967	7.00652				06	00	03456	03456017
12188617	Remseck am Neckar	remseck-am-neckar	DE	71686	26467	Europe/Berlin	48.87213	9.27334				01	081	08118	08118081
12188618	Werther	werther	DE	33824	0	Europe/Berlin	51.47144	10.74139				15	00	16062	16062063
12188619	Spreetal	spreetal	DE	02979	0	Europe/Berlin	51.50383	14.33533				13	00	14625	14625570
12188670	Heimborn	heimborn	DE	57629	0	Europe/Berlin	50.70985	7.75676				08	00	07143	07143236
12195492	Basberg	basberg	DE	54578	0	Europe/Berlin	52.1084	9.38274				06	00	03252	03252006
12212766	Kalkofen	kalkofen	DE	67822	0	Europe/Berlin	50.31938	7.88506	96			08	00	07141	07141030
12237722	Holzhausen	holzhausen	DE	39629	0	Europe/Berlin	51.98644	9.23465				06	00	03252	03252003
\.


--
-- Data for Name: postal; Type: TABLE DATA; Schema: de; Owner: g5
--

COPY de.postal (postal_code, place_name, place_slug, admin_code1, admin_code2, admin_code3, latitude, longitude, accuracy) FROM stdin;
01945	Hermsdorf	hermsdorf	BB	00	12066	51.4055	13.8937	4
01945	Ruhland	ruhland	BB	00	12066	51.4576	13.8664	4
01945	Lindenau	lindenau	BB	00	12066	51.4	13.7333	4
01945	Hohenbocka	hohenbocka	BB	00	12066	51.431	14.0098	4
01945	Schwarzbach	schwarzbach	BB	00	12066	51.45	13.9333	4
01945	Guteborn	guteborn	BB	00	12066	51.4167	13.9333	4
01945	Tettau	tettau	BB	00	12066	51.4333	13.7333	4
01945	Kroppen	kroppen	BB	00	12066	51.3833	13.8	4
01945	Grünewald	grunewald	BB	00	12066	51.4	14	4
01968	Senftenberg	senftenberg	BB	00	12066	51.5252	14.0016	4
01968	Schipkau	schipkau	BB	00	12066	51.5456	13.9121	4
01968	Schipkau Hörlitz	schipkau-horlitz	BB	00	12066	51.5299	13.9508	
01979	Lauchhammer	lauchhammer	BB	00	12066	51.4881	13.7662	4
01983	Großräschen	grossraschen	BB	00	12066	51.5876	14.0109	4
01983	Neu-Seeland	neu-seeland	BB	00	12066	51.6214	14.1309	
01987	Schwarzheide	schwarzheide	BB	00	12066	51.4767	13.8556	4
01990	Frauendorf	frauendorf	BB	00	12066	51.4148	13.7696	4
01990	Großkmehlen	grosskmehlen	BB	00	12066	51.379	13.725	4
01990	Ortrand	ortrand	BB	00	12066	51.375	13.7598	4
01993	Schipkau Schipkau	schipkau-schipkau	BB	00	12066	51.5101	13.8981	4
01993	Schipkau	schipkau	BB	00	12066	51.5456	13.9121	4
01994	Schipkau Annahütte	schipkau-annahutte	BB	00	12066	51.5614	13.882	
01994	Schipkau Annahütte, Karl-Marx-Siedlung	schipkau-annahutte-karl-marx-siedlung	BB	00	12066	51.5641	13.8692	
01994	Schipkau	schipkau	BB	00	12066	51.5456	13.9121	4
01994	Schipkau Annahütte, Annahütte-Siedlung	schipkau-annahutte-annahutte-siedlung	BB	00	12066	51.5623	13.8742	
01994	Schipkau Annahütte, Annahütte	schipkau-annahutte-annahutte	BB	00	12066	51.5632	13.8955	
01994	Schipkau Annahütte, Herrnnmühle	schipkau-annahutte-herrnnmuhle	BB	00	12066	51.5558	13.8891	
01994	Schipkau Meuro	schipkau-meuro	BB	00	12066	51.5504	13.9244	
01994	Schipkau Drochow	schipkau-drochow	BB	00	12066	51.5693	13.9237	
01996	Hosena	hosena	BB	00	12066	51.4547	14.0251	4
01998	Schipkau Meuro	schipkau-meuro	BB	00	12066	51.5504	13.9244	4
01998	Schipkau	schipkau	BB	00	12066	51.5456	13.9121	4
01998	Schipkau Klettwitz	schipkau-klettwitz	BB	00	12066	51.5422	13.8994	4
03042	Cottbus	cottbus	BB	00	12052	51.7612	14.3544	4
03044	Cottbus	cottbus	BB	00	12052	51.7754	14.3374	4
03046	Cottbus	cottbus	BB	00	12052	51.756	14.3197	4
03048	Cottbus	cottbus	BB	00	12052	51.7403	14.3198	4
03050	Cottbus	cottbus	BB	00	12052	51.7324	14.3347	4
03051	Cottbus	cottbus	BB	00	12052	51.7667	14.3333	4
03052	Cottbus	cottbus	BB	00	12052	51.7667	14.3333	4
03053	Cottbus	cottbus	BB	00	12052	51.7667	14.3333	4
03054	Cottbus	cottbus	BB	00	12052	51.7667	14.3333	4
03055	Cottbus	cottbus	BB	00	12052	51.7667	14.3333	4
03058	Roggosen	roggosen	BB	00	12071	51.7043	14.4614	4
03058	Sergen	sergen	BB	00	12071	51.7023	14.5025	4
03058	Groß Döbbern	gross-dobbern	BB	00	12071	51.6515	14.3298	4
03058	Kiekebusch	kiekebusch	BB	00	12052	51.7235	14.3631	4
03058	Groß Oßnig	gross-ossnig	BB	00	12071	51.6783	14.3592	4
03058	Groß Gaglow	gross-gaglow	BB	00	12052	51.7139	14.3248	4
03058	Frauendorf	frauendorf	BB	00	12071	51.7007	14.3878	4
03058	Koppatz	koppatz	BB	00	12071	51.6962	14.4266	4
03058	Gablenz	gablenz	BB	00	12071	51.6865	14.5094	4
03058	Gallinchen	gallinchen	BB	00	12052	51.711	14.3539	4
03058	Klein Döbbern	klein-dobbern	BB	00	12071	51.6682	14.345	4
03058	Komptendorf	komptendorf	BB	00	12071	51.6846	14.4727	4
03058	Laubsdorf	laubsdorf	BB	00	12071	51.6744	14.442	4
03058	Neuhausen	neuhausen	BB	00	12071	51.6788	14.4163	4
03058	Haasow	haasow	BB	00	12071	51.7426	14.4209	4
03058	Kathlow	kathlow	BB	00	12071	51.7252	14.4839	4
03096	Burg (Spreewald)	burg-spreewald	BB	00	12071	51.8333	14.15	
03096	Guhrow	guhrow	BB	00	12071	51.812	14.2294	4
03096	Werben	werben	BB	00	12071	51.8167	14.1833	4
03096	Schmogrow-Fehrow	schmogrow-fehrow	BB	00	12071	51.85	14.2333	
03096	Briesen	briesen	BB	00	12071	51.8155	14.2442	4
03096	Dissen-Striesow	dissen-striesow	BB	00	12071	51.825	14.2833	
03099	Kolkwitz	kolkwitz	BB	00	12071	51.75	14.25	4
03103	Neupetershain	neupetershain	BB	00	12066	51.608	14.1651	4
03103	Neu-Seeland	neu-seeland	BB	00	12066	51.6214	14.1309	
03116	Drebkau	drebkau	BB	00	12071	51.6541	14.2232	4
03119	Welzow	welzow	BB	00	12071	51.5838	14.1708	4
03130	Haidemühl	haidemuhl	BB	00	12071	51.5518	14.2219	4
03130	Bagenz	bagenz	BB	00	12071	51.6448	14.4332	4
03130	Jämlitz-Klein Düben	jamlitz-klein-duben	BB	00	12071	51.5667	14.6417	
03130	Proschim	proschim	BB	00	12071	51.5514	14.1884	4
03130	Drieschnitz-Kahsel	drieschnitz-kahsel	BB	00	12071	51.6667	14.475	
03130	Reuthen	reuthen	BB	00	12071	51.5906	14.5266	4
03130	Felixsee	felixsee	BB	00	12071	51.6083	14.5208	
03130	Lieskau	lieskau	BB	00	12071	51.5683	14.5271	4
03130	Hornow-Wadelsdorf	hornow-wadelsdorf	BB	00	12071	51.625	14.4917	
03130	Groß Luja	gross-luja	BB	00	12071	51.5978	14.4467	4
03130	Spremberg	spremberg	BB	00	12071	51.5696	14.3739	4
03130	Türkendorf	turkendorf	BB	00	12071	51.591	14.4581	4
03130	Graustein	graustein	BB	00	12071	51.5729	14.4732	4
03130	Tschernitz	tschernitz	BB	00	12071	51.5833	14.6167	4
03130	Wolfshain	wolfshain	BB	00	12071	51.5799	14.589	4
03139	Terpe	terpe	BB	00	12071	51.5667	14.3667	
03149	Forst (Lausitz)	forst-lausitz	BB	00	12071	51.7302	14.598	4
03149	Groß Schacksdorf-Simmersdorf	gross-schacksdorf-simmersdorf	BB	00	12071	51.7	14.625	
03149	Wiesengrund	wiesengrund	BB	00	12071	51.6967	14.5533	
03159	Döbern	dobern	BB	00	12071	51.6159	14.5981	4
03159	Wiesengrund	wiesengrund	BB	00	12071	51.6967	14.5533	
03159	Neiße-Malxetal	neisse-malxetal	BB	00	12071	51.6433	14.63	
03172	Grießen	griessen	BB	00	12071	51.8492	14.5924	4
03172	Grabko	grabko	BB	00	12071	51.9099	14.5756	4
03172	Atterwasch	atterwasch	BB	00	12071	51.9342	14.6255	4
03172	Gastrose-Kerkwitz	gastrose-kerkwitz	BB	00	12071	51.9	14.65	
03172	Guben	guben	BB	00	12071	51.9499	14.7145	4
03172	Pinnow-Heideland	pinnow-heideland	BB	00	12071	51.9833	14.5333	
03172	Bärenklau	barenklau	BB	00	12071	51.9383	14.5667	4
03172	Lutzketal	lutzketal	BB	00	12071	51.9833	14.6238	
03185	Tauer	tauer	BB	00	12071	51.9	14.45	4
03185	Heinersbrück	heinersbruck	BB	00	12071	51.8199	14.5074	4
03185	Drachhausen	drachhausen	BB	00	12071	51.8903	14.3164	4
03185	Turnow-Preilack	turnow-preilack	BB	00	12071	51.875	14.4083	
03185	Peitz	peitz	BB	00	12071	51.8584	14.4114	4
03185	Drehnow	drehnow	BB	00	12071	51.8667	14.3667	4
03185	Grötsch	grotsch	BB	00	12071	51.7932	14.5096	4
03185	Teichland	teichland	BB	00	12071	51.8056	14.4444	
03197	Jänschwalde	janschwalde	BB	00	12071	51.8607	14.4981	4
03197	Drewitz	drewitz	BB	00	12071	51.8966	14.5103	4
03202	Luckow-Petershagen	luckow-petershagen	BB	00	12073	53.2435	14.2573	
03205	Lipten	lipten	BB	00	12066	51.6463	13.9271	4
03205	Bolschwitz	bolschwitz	BB	00	12066	51.7485	14.0293	4
03205	Lug	lug	BB	00	12066	51.6303	13.9296	4
03205	Bronkow	bronkow	BB	00	12066	51.6667	13.9167	4
03205	Bischdorf	bischdorf	BB	00	12066	51.7989	13.9698	4
03205	Mlode	mlode	BB	00	12066	51.7746	13.9558	4
03205	Werchow	werchow	BB	00	12066	51.7255	13.9555	4
03205	Laasow	laasow	BB	00	12066	51.7134	14.0875	4
03205	Missen	missen	BB	00	12066	51.7274	14.0498	4
03205	Calau	calau	BB	00	12066	51.744	13.9533	4
03205	Groß-Mehßow	gross-mehssow	BB	00	12066	51.7333	13.8167	
03205	Kemmen	kemmen	BB	00	12066	51.7335	13.9118	4
03205	Saßleben	sassleben	BB	00	12066	51.7591	13.9865	4
03205	Ogrosen	ogrosen	BB	00	12066	51.7127	14.0422	4
03205	Luckaitztal	luckaitztal	BB	00	12066	51.6833	14	
03222	Ragow	ragow	BB	00	12066	51.8875	13.902	4
03222	Lübbenau/Spreewald	lubbenau-spreewald	BB	00	12066	51.8626	13.9613	4
03222	Kittlitz	kittlitz	BB	00	12066	51.8308	13.9161	4
03222	Groß-Klessow	gross-klessow	BB	00	12066	51.8333	13.95	
03222	Hindenberg	hindenberg	BB	00	12066	51.8532	13.8464	4
03222	Groß Beuchow	gross-beuchow	BB	00	12066	51.85	13.9031	4
03222	Boblitz	boblitz	BB	00	12066	51.8406	13.9827	4
03222	Klein Radden	klein-radden	BB	00	12066	51.8695	13.8796	4
03226	Koßwig	kosswig	BB	00	12066	51.7769	14.0287	4
03226	Suschow	suschow	BB	00	12066	51.7994	14.0923	4
03226	Leipe	leipe	BB	00	12066	51.8554	14.0441	4
03226	Vetschau	vetschau	BB	00	12066	51.7864	14.0794	4
03226	Raddusch	raddusch	BB	00	12066	51.8181	14.0403	4
03229	Luckaitztal	luckaitztal	BB	00	12066	51.6833	14	4
03229	Altdöbern	altdobern	BB	00	12066	51.65	14.0333	4
03238	Lindthal	lindthal	BB	00	12062	51.6581	13.7804	4
03238	Lugau	lugau	BB	00	12062	51.6109	13.5979	4
03238	Göllnitz	gollnitz	BB	00	12062	51.64	13.8575	4
03238	Gruhno	gruhno	BB	00	12062	51.5678	13.5185	4
03238	Dollenchen	dollenchen	BB	00	12062	51.6082	13.8595	4
03238	Ponnsdorf	ponnsdorf	BB	00	12062	51.6667	13.6833	4
03238	Schacksdorf	schacksdorf	BB	00	12062	51.6151	13.7618	4
03238	Gorden	gorden	BB	00	12062	51.5332	13.6269	4
03238	Münchhausen	munchhausen	BB	00	12062	51.6673	13.6447	4
03238	Gröbitz	grobitz	BB	00	12062	51.6582	13.7138	4
03238	Oppelhain	oppelhain	BB	00	12062	51.5549	13.5944	4
03238	Fischwasser	fischwasser	BB	00	12062	51.596	13.6121	4
03238	Lieskau	lieskau	BB	00	12062	51.6173	13.8086	4
03238	Massen	massen	BB	00	12062	51.6428	13.733	4
03238	Eichholz-Drößig	eichholz-drossig	BB	00	12062	51.6083	13.6583	
03238	Lichterfeld	lichterfeld	BB	00	12062	51.5976	13.7781	4
03238	Finsterwalde	finsterwalde	BB	00	12062	51.6339	13.7066	4
03238	Staupitz	staupitz	BB	00	12062	51.5337	13.6703	4
03238	Rückersdorf	ruckersdorf	BB	00	12062	51.5695	13.5723	4
03238	Betten	betten	BB	00	12062	51.6273	13.7674	4
03238	Lindena	lindena	BB	00	12062	51.5928	13.5434	4
03238	Schadewitz	schadewitz	BB	00	12062	51.5607	13.4821	4
03238	Sallgast	sallgast	BB	00	12062	51.5887	13.8486	4
03246	Babben	babben	BB	00	12062	51.7126	13.7856	4
03246	Gahro	gahro	BB	00	12062	51.738	13.7246	4
03246	Crinitz	crinitz	BB	00	12062	51.7333	13.7667	4
03249	Großkrausnik	grosskrausnik	BB	00	12062	51.7322	13.6271	4
03249	Breitenau	breitenau	BB	00	12062	51.6864	13.7241	4
03249	Zeckerin	zeckerin	BB	00	12062	51.7112	13.6321	4
03249	Sonnewalde	sonnewalde	BB	00	12062	51.6922	13.6473	4
03249	Pahlsdorf	pahlsdorf	BB	00	12062	51.7193	13.6486	4
03249	Goßmar	gossmar	BB	00	12062	51.6905	13.6829	4
03249	Kleinkrausnik	kleinkrausnik	BB	00	12062	51.7354	13.5932	4
03249	Bahren	bahren	BB	00	12062	51.7	13.7167	
03253	Schilda	schilda	BB	00	12062	51.6	13.3833	4
03253	Doberlug-Kirchhain	doberlug-kirchhain	BB	00	12062	51.6258	13.5623	4
03253	Hennersdorf	hennersdorf	BB	00	12062	51.6369	13.6069	4
03253	Prießen	priessen	BB	00	12062	51.6613	13.4301	4
03253	Schönborn	schonborn	BB	00	12062	51.6002	13.4897	4
03253	Tröbitz	trobitz	BB	00	12062	51.6	13.4333	4
03253	Buchhain	buchhain	BB	00	12062	51.6453	13.3898	4
03253	Arenzhain	arenzhain	BB	00	12062	51.6735	13.5092	4
03253	Trebbus	trebbus	BB	00	12062	51.6924	13.5211	4
03253	Werenzhain	werenzhain	BB	00	12062	51.6546	13.5322	4
03253	Friedersdorf	friedersdorf	BB	00	12062	51.6985	13.5726	4
03253	Frankena	frankena	BB	00	12062	51.658	13.5932	4
03253	Dübrichen	dubrichen	BB	00	12062	51.6686	13.4724	4
03253	Brenitz	brenitz	BB	00	12062	51.7023	13.6007	4
03253	Nexdorf	nexdorf	BB	00	12062	51.6368	13.3715	4
03253	Schönewalde	schonewalde	BB	00	12062	51.679	13.6025	4
04895	Falkenberg/Elster	falkenberg-elster	BB	00	12062	51.5875	13.2364	4
04910	Elsterwerda	elsterwerda	BB	00	12062	51.4604	13.52	4
04910	Haida	haida	BB	00	12062	51.4793	13.4679	4
04916	Stolzenhain	stolzenhain	BB	00	12062	51.8441	13.1607	4
04916	Heideeck	heideeck	BB	00	12062	51.8333	13.2	
04916	Werchau	werchau	BB	00	12062	51.7782	13.3194	4
04916	Wildberg	wildberg	BB	00	12062	51.7833	13.3167	
04916	Herzberg (Elster)	herzberg-elster	BB	00	12062	51.6833	13.2333	4
04916	Themesgrund	themesgrund	BB	00	12062	51.7667	13.25	
04924	Bad Liebenwerda	bad-liebenwerda	BB	00	12062	51.5183	13.3946	4
04924	Uebigau-Wahrenbrück	uebigau-wahrenbruck	BB	00	12062	51.5167	13.3333	
04928	Kahla	kahla	BB	00	12062	51.4678	13.5663	4
04928	Plessa	plessa	BB	00	12062	51.4667	13.6167	4
04928	Döllingen	dollingen	BB	00	12062	51.4837	13.5883	4
04928	Schraden	schraden	BB	00	12062	51.4253	13.6949	4
04931	Mühlberg (Elbe)	muhlberg-elbe	BB	00	12062	51.4333	13.2167	
04932	Wainsdorf	wainsdorf	BB	00	12062	51.4094	13.5073	4
04932	Saathain	saathain	BB	00	12062	51.4632	13.4638	4
04932	Großthiemig	grossthiemig	BB	00	12062	51.3833	13.6667	4
04932	Gröden	groden	BB	00	12062	51.4	13.5667	4
04932	Merzdorf	merzdorf	BB	00	12062	51.4	13.5333	4
04932	Reichenhain	reichenhain	BB	00	12062	51.4598	13.4287	4
04932	Hirschfeld	hirschfeld	BB	00	12062	51.3833	13.6167	4
04932	Prösen	prosen	BB	00	12062	51.4153	13.5501	
04934	Dreska	dreska	BB	00	12062	51.4853	13.538	4
04934	Hohenleipisch	hohenleipisch	BB	00	12062	51.5	13.55	4
04936	Stechau	stechau	BB	00	12062	51.6974	13.4701	4
04936	Kolochau	kolochau	BB	00	12062	51.7268	13.3177	4
04936	Frankenhain	frankenhain	BB	00	12062	51.7027	13.4154	4
04936	Wehrhain	wehrhain	BB	00	12062	51.7213	13.4186	4
04936	Hohenbucko	hohenbucko	BB	00	12062	51.7667	13.4667	4
04936	Ölsig	olsig	BB	00	12062	51.6833	13.375	
04936	Naundorf	naundorf	BB	00	12062	51.7374	13.4401	4
04936	Lebusa	lebusa	BB	00	12062	51.7957	13.4207	4
04936	Schöna-Kolpien	schona-kolpien	BB	00	12062	51.825	13.45	
04936	Jagsal	jagsal	BB	00	12062	51.6866	13.354	4
04936	Proßmarke	prossmarke	BB	00	12062	51.7408	13.4913	4
04936	Malitschkendorf	malitschkendorf	BB	00	12062	51.6945	13.3296	4
04936	Körba	korba	BB	00	12062	51.8047	13.3877	4
04936	Hillmersdorf	hillmersdorf	BB	00	12062	51.7091	13.4873	4
04936	Schlieben	schlieben	BB	00	12062	51.7238	13.383	4
04936	Freileben	freileben	BB	00	12062	51.7833	13.4	
04938	Uebigau-Wahrenbrück	uebigau-wahrenbruck	BB	00	12062	51.5167	13.3333	
12529	Schönefeld	schonefeld	BB	00	12061	52.389	13.5037	4
14461	Potsdam	potsdam	BB	00	12054	52.4	13.0667	
14467	Potsdam	potsdam	BB	00	12054	52.403	13.0626	
14469	Potsdam	potsdam	BB	00	12054	52.4091	12.9899	4
14471	Potsdam	potsdam	BB	00	12054	52.3744	13.0102	4
14473	Potsdam	potsdam	BB	00	12054	52.3908	13.0645	
14476	Töplitz	toplitz	BB	00	12069	52.4167	12.7944	
14476	Uetz-Paaren	uetz-paaren	BB	00	12054	52.4726	12.9376	4
14476	Neu Fahrland	neu-fahrland	BB	00	12054	52.4489	13.0492	4
14476	Groß Glienicke	gross-glienicke	BB	00	12054	52.4675	13.1079	4
14476	Fahrland	fahrland	BB	00	12054	52.4689	13.0117	4
14476	Satzkorn	satzkorn	BB	00	12054	52.4744	12.9899	4
14476	Golm	golm	BB	00	12054	52.4062	12.967	4
14476	Seeburg	seeburg	BB	00	12063	52.5097	13.1198	4
14476	Marquardt	marquardt	BB	00	12054	52.459	12.9663	4
14478	Potsdam	potsdam	BB	00	12054	52.3725	13.0914	4
14480	Potsdam	potsdam	BB	00	12054	52.3689	13.1273	4
14482	Potsdam	potsdam	BB	00	12054	52.3871	13.0993	4
14513	Teltow	teltow	BB	00	12069	52.4031	13.2601	4
14532	Fahlhorst	fahlhorst	BB	00	12069	52.3061	13.1626	4
14532	Philippsthal	philippsthal	BB	00	12069	52.3336	13.1413	4
14532	Nudow	nudow	BB	00	12069	52.3283	13.1647	4
14532	Kleinmachnow	kleinmachnow	BB	00	12069	52.4079	13.2251	4
14532	Stahnsdorf	stahnsdorf	BB	00	12069	52.3833	13.2167	4
14542	Werder (Havel)	werder-havel	BB	00	12069	52.3687	12.9188	4
14542	Schwielowsee	schwielowsee	BB	00	12069	52.3389	12.9722	
14542	Kloster Lehnin	kloster-lehnin	BB	00	12069	52.3271	12.6625	
14547	Beelitz	beelitz	BB	00	12069	52.2381	12.9714	4
14547	Stücken	stucken	BB	00	12069	52.245	13.0792	4
14548	Schwielowsee	schwielowsee	BB	00	12069	52.3389	12.9722	4
14550	Groß Kreutz	gross-kreutz	BB	00	12069	52.4028	12.7794	4
14550	Deetz	deetz	BB	00	12069	52.4466	12.7718	4
14550	Derwitz	derwitz	BB	00	12069	52.4029	12.8245	4
14550	Bochow	bochow	BB	00	12069	52.381	12.7934	4
14550	Schmergow	schmergow	BB	00	12069	52.454	12.8116	4
14550	Krielow	krielow	BB	00	12069	52.4166	12.8034	4
14552	Wildenbruch	wildenbruch	BB	00	12069	52.283	13.0617	4
14552	Saarmund	saarmund	BB	00	12069	52.3162	13.1251	4
14552	Fresdorf	fresdorf	BB	00	12069	52.2703	13.0754	4
14552	Michendorf	michendorf	BB	00	12069	52.3135	13.03	4
14552	Tremsdorf	tremsdorf	BB	00	12069	52.27	13.1198	4
14554	Seddiner See	seddiner-see	BB	00	12069	52.2722	13.0167	4
14557	Langerwisch	langerwisch	BB	00	12069	52.3167	13.0667	4
14557	Wilhelmshorst	wilhelmshorst	BB	00	12069	52.3318	13.0622	4
14558	Bergholz-Rehbrücke	bergholz-rehbrucke	BB	00	12069	52.3472	13.1053	4
14612	Falkensee	falkensee	BB	00	12063	52.5601	13.0927	4
14621	Schönwalde	schonwalde	BB	00	12063	52.6192	13.1265	4
14624	Dallgow-Döberitz	dallgow-doberitz	BB	00	12063	52.5427	13.0584	4
14627	Elstal	elstal	BB	00	12063	52.5425	12.9879	4
14641	Selbelang	selbelang	BB	00	12063	52.6328	12.7138	4
14641	Nauen	nauen	BB	00	12063	52.607	12.8737	4
14641	Klein Behnitz	klein-behnitz	BB	00	12063	52.567	12.7083	4
14641	Berge	berge	BB	00	12063	52.6201	12.7951	4
14641	Falkenrehde	falkenrehde	BB	00	12063	52.4963	12.9234	4
14641	Pausin	pausin	BB	00	12063	52.6389	13.0423	4
14641	Etzin	etzin	BB	00	12063	52.5177	12.8542	4
14641	Wachow	wachow	BB	00	12063	52.5337	12.7574	4
14641	Mühlenberge	muhlenberge	BB	00	12063	52.6667	12.6111	
14641	Grünefeld	grunefeld	BB	00	12063	52.6763	12.9646	4
14641	Börnicke	bornicke	BB	00	12063	52.686	12.9355	4
14641	Brädikow	bradikow	BB	00	12063	52.6898	12.65	4
14641	Paaren im Glien	paaren-im-glien	BB	00	12063	52.6538	12.9876	4
14641	Lietzow	lietzow	BB	00	12063	52.6153	12.8305	4
14641	Kienberg	kienberg	BB	00	12063	52.663	12.9058	4
14641	Bergerdamm	bergerdamm	BB	00	12063	52.6561	12.8039	4
14641	Tremmen	tremmen	BB	00	12063	52.5305	12.8181	4
14641	Wustermark	wustermark	BB	00	12063	52.55	12.95	4
14641	Retzow	retzow	BB	00	12063	52.6248	12.6855	4
14641	Wansdorf	wansdorf	BB	00	12063	52.6399	13.0869	4
14641	Paulinenaue	paulinenaue	BB	00	12063	52.677	12.7107	4
14641	Zeestow	zeestow	BB	00	12063	52.573	12.9592	4
14641	Groß Behnitz	gross-behnitz	BB	00	12063	52.5796	12.7329	4
14641	Tietzow	tietzow	BB	00	12063	52.7125	12.9337	4
14641	Perwenitz	perwenitz	BB	00	12063	52.6585	13.0124	4
14641	Bredow	bredow	BB	00	12063	52.5887	12.9266	4
14641	Pessin	pessin	BB	00	12063	52.6424	12.6668	4
14641	Ribbeck	ribbeck	BB	00	12063	52.6246	12.7514	4
14641	Markee	markee	BB	00	12063	52.5791	12.872	4
14656	Brieselang	brieselang	BB	00	12063	52.5833	13	4
14662	Mühlenberge	muhlenberge	BB	00	12063	52.6667	12.6111	
14662	Vietznitz	vietznitz	BB	00	12063	52.7284	12.6256	4
14662	Warsow	warsow	BB	00	12063	52.7113	12.6433	4
14662	Friesack	friesack	BB	00	12063	52.7376	12.5797	4
14669	Ketzin	ketzin	BB	00	12063	52.4781	12.8453	4
14669	Zachow	zachow	BB	00	12063	52.4837	12.7845	4
14712	Rathenow	rathenow	BB	00	12063	52.6066	12.337	4
14715	Bützer	butzer	BB	00	12063	52.5364	12.2995	4
14715	Liepe	liepe	BB	00	12063	52.6135	12.6014	4
14715	Märkisch Luch Barnewitz	markisch-luch-barnewitz	BB	00	12063	52.5667	12.6167	4
14715	Nennhausen	nennhausen	BB	00	12063	52.6	12.5	4
14715	Bamme	bamme	BB	00	12063	52.583	12.4336	4
14715	Jerchel	jerchel	BB	00	12063	52.4876	12.3433	4
14715	Möthlitz	mothlitz	BB	00	12063	52.4755	12.3899	4
14715	Kotzen	kotzen	BB	00	12063	52.6333	12.5167	4
14715	Nitzahn	nitzahn	BB	00	12063	52.4672	12.3608	4
14715	Gräningen	graningen	BB	00	12063	52.5789	12.4722	4
14715	Milow	milow	BB	00	12063	52.5195	12.3115	4
14715	Märkisch Luch Möthlow	markisch-luch-mothlow	BB	00	12063	52.6	12.65	4
14715	Zollchow	zollchow	BB	00	12063	52.5282	12.21	4
14715	Märkisch Luch Buschow	markisch-luch-buschow	BB	00	12063	52.5833	12.6333	4
14715	Kriele	kriele	BB	00	12063	52.6551	12.5557	4
14715	Großwudicke	grosswudicke	BB	00	12063	52.5929	12.2327	4
14715	Märkisch Luch Garlitz	markisch-luch-garlitz	BB	00	12063	52.5667	12.5667	4
14715	Märkisch Luch	markisch-luch	BB	00	12063	52.5875	12.6167	4
14715	Vieritz	vieritz	BB	00	12063	52.5249	12.2564	4
14715	Stechow-Ferchesar	stechow-ferchesar	BB	00	12063	52.6478	12.45	
14715	Landin	landin	BB	00	12063	52.6642	12.5353	4
14715	Seeblick	seeblick	BB	00	12063	52.6722	12.3778	
14715	Mützlitz	mutzlitz	BB	00	12063	52.5585	12.5108	4
14715	Havelaue	havelaue	BB	00	12063	52.7167	12.2567	
14727	Döberitz	doberitz	BB	00	12063	52.5222	12.3682	4
14727	Premnitz	premnitz	BB	00	12063	52.5318	12.3485	4
14728	Kleßen-Görne	klessen-gorne	BB	00	12063	52.7167	12.5	
14728	Rhinow	rhinow	BB	00	12063	52.7509	12.3419	4
14728	Gollenberg	gollenberg	BB	00	12063	52.745	12.4	
14728	Havelaue	havelaue	BB	00	12063	52.7167	12.2567	
14770	Brandenburg an der Havel	brandenburg-an-der-havel	BB	00	12051	52.4189	12.5228	4
14772	Brandenburg an der Havel	brandenburg-an-der-havel	BB	00	12051	52.4358	12.5297	4
14774	Brandenburg an der Havel	brandenburg-an-der-havel	BB	00	12051	52.3864	12.4144	4
14776	Brandenburg an der Havel	brandenburg-an-der-havel	BB	00	12051	52.4043	12.568	4
14778	Wenzlow	wenzlow	BB	00	12069	52.3	12.45	4
14778	Götz	gotz	BB	00	12069	52.4197	12.7193	4
14778	Beetzsee	beetzsee	BB	00	12069	52.4833	12.5611	
14778	Wust	wust	BB	00	12051	52.4147	12.6106	4
14778	Planebruch	planebruch	BB	00	12069	52.2542	12.6875	
14778	Trechwitz	trechwitz	BB	00	12069	52.3662	12.7192	4
14778	Päwesin	pawesin	BB	00	12069	52.5167	12.7167	4
14778	Beetzseeheide	beetzseeheide	BB	00	12069	52.4917	12.6125	
14778	Roskow	roskow	BB	00	12069	52.4724	12.7189	4
14778	Gollwitz	gollwitz	BB	00	12051	52.4195	12.6451	4
14778	Havelsee	havelsee	BB	00	12069	52.4929	12.4667	
14778	Golzow	golzow	BB	00	12069	52.2762	12.6005	4
14778	Schenkenberg	schenkenberg	BB	00	12069	52.3904	12.7112	4
14778	Jeserig	jeserig	BB	00	12069	52.0859	12.4511	4
14778	Kloster Lehnin	kloster-lehnin	BB	00	12069	52.3271	12.6625	
14778	Wollin	wollin	BB	00	12069	52.2833	12.4667	4
14778	Planetal	planetal	BB	00	12069	52.1167	12.6767	
14789	Rosenau	rosenau	BB	00	12069	52.3292	12.3583	
14789	Wusterwitz	wusterwitz	BB	00	12069	52.3667	12.3849	4
14789	Bensdorf	bensdorf	BB	00	12069	52.4167	12.3333	4
14793	Rottstock	rottstock	BB	00	12069	52.1989	12.3523	4
14793	Ziesar	ziesar	BB	00	12069	52.2405	12.3471	
14793	Gräben	graben	BB	00	12069	52.2333	12.4333	4
14793	Buckautal	buckautal	BB	00	12069	52.2333	12.3222	
14797	Kloster Lehnin	kloster-lehnin	BB	00	12069	52.3271	12.6625	4
14798	Havelsee	havelsee	BB	00	12069	52.4929	12.4667	4
14806	Hagelberg	hagelberg	BB	00	12069	52.1386	12.5196	4
14806	Schwanebeck	schwanebeck	BB	00	12069	52.1765	12.6272	4
14806	Belzig	belzig	BB	00	12069	52.1333	12.6	4
14806	Planetal	planetal	BB	00	12069	52.1167	12.6767	
14822	Borkheide	borkheide	BB	00	12069	52.2167	12.85	4
14822	Borkwalde	borkwalde	BB	00	12069	52.25	12.8333	4
14822	Mühlenfließ	muhlenfliess	BB	00	12069	52.1194	12.7917	
14822	Brück	bruck	BB	00	12069	52.1977	12.7687	4
14822	Planebruch	planebruch	BB	00	12069	52.2542	12.6875	
14822	Linthe	linthe	BB	00	12069	52.1975	12.7851	
14823	Niemegk	niemegk	BB	00	12069	52.0531	12.6185	
14823	Rabenstein/Fläming	rabenstein-flaming	BB	00	12069	52.0333	12.6313	
14823	Mühlenfließ	muhlenfliess	BB	00	12069	52.1194	12.7917	
14827	Wiesenburg	wiesenburg	BB	00	12069	52.1146	12.4553	4
14828	Görzke	gorzke	BB	00	12069	52.1718	12.3751	4
14913	Jüterbog	juterbog	BB	00	12072	51.9961	13.0798	4
14913	Hohenseefeld	hohenseefeld	BB	00	12072	51.8895	13.305	4
14913	Niedergörsdorf	niedergorsdorf	BB	00	12072	51.9794	12.9854	4
14913	Niederer Fläming	niederer-flaming	BB	00	12072	51.9025	13.2092	
14913	Herbersdorf	herbersdorf	BB	00	12072	51.8618	13.295	4
14913	Niebendorf-Heinsdorf	niebendorf-heinsdorf	BB	00	12072	51.9333	13.3333	
14913	Nuthe-Urstromtal	nuthe-urstromtal	BB	00	12072	52.1116	13.2152	
14913	Ihlow	ihlow	BB	00	12072	51.8672	13.3377	4
14913	Wahlsdorf	wahlsdorf	BB	00	12072	51.9562	13.3278	4
14929	Treuenbrietzen	treuenbrietzen	BB	00	12069	52.0975	12.8726	4
14943	Lühsdorf	luhsdorf	BB	00	12069	52.1564	12.9703	4
14943	Luckenwalde	luckenwalde	BB	00	12072	52.0903	13.1677	4
14943	Lüdersdorf	ludersdorf	BB	00	12072	52.1858	13.2899	4
14947	Nuthe-Urstromtal	nuthe-urstromtal	BB	00	12072	52.1116	13.2152	4
14959	Schönhagen	schonhagen	BB	00	12072	52.213	13.1464	4
14959	Trebbin	trebbin	BB	00	12072	52.2168	13.225	4
14974	Thyrow	thyrow	BB	00	12072	52.2526	13.2396	4
14974	Ludwigsfelde	ludwigsfelde	BB	00	12072	52.3032	13.254	4
14979	Großbeeren	grossbeeren	BB	00	12072	52.3586	13.3099	4
15230	Frankfurt (Oder)	frankfurt-oder	BB	00	12053	52.3475	14.5539	4
15232	Frankfurt (Oder)	frankfurt-oder	BB	00	12053	52.3241	14.5325	4
15234	Frankfurt (Oder)	frankfurt-oder	BB	00	12053	52.3646	14.5244	4
15236	Jacobsdorf Pillgram	jacobsdorf-pillgram	BB	00	12067	52.3333	14.4	4
15236	Jacobsdorf Sieversdorf	jacobsdorf-sieversdorf	BB	00	12067	52.3833	14.3667	4
15236	Treplin	treplin	BB	00	12064	52.4	14.4	4
15236	Frankfurt (Oder)	frankfurt-oder	BB	00	12053	52.35	14.55	4
15236	Jacobsdorf Petersdorf bei Briesen	jacobsdorf-petersdorf-bei-briesen	BB	00	12067	52.3667	14.35	
15236	Jacobsdorf	jacobsdorf	BB	00	12067	52.3333	14.35	4
15236	Jacobsdorf Jacobsdorf	jacobsdorf-jacobsdorf	BB	00	12067	52.3345	14.4179	
15295	Wiesenau	wiesenau	BB	00	12067	52.2307	14.5911	4
15295	Ziltendorf Aurith	ziltendorf-aurith	BB	00	12067	52.25	14.6833	4
15295	Groß Lindow	gross-lindow	BB	00	12067	52.2333	14.5333	4
15295	Groß Lindow Schlaubehammer	gross-lindow-schlaubehammer	BB	00	12067	52.25	14.4833	
15295	Brieskow-Finkenheerd	brieskow-finkenheerd	BB	00	12067	52.2539	14.5728	4
15295	Ziltendorf Ernst-Thälmann-Siedlung	ziltendorf-ernst-thalmann-siedlung	BB	00	12067	52.2333	14.6333	4
15295	Ziltendorf	ziltendorf	BB	00	12067	52.2061	14.6241	4
15295	Groß Lindow Weißenspring	gross-lindow-weissenspring	BB	00	12067	52.2333	14.5167	
15299	Grunow-Dammendorf	grunow-dammendorf	BB	00	12067	52.15	14.4083	4
15299	Grunow-Dammendorf Grunow	grunow-dammendorf-grunow	BB	00	12067	52.15	14.4	4
15299	Müllrose	mullrose	BB	00	12067	52.2474	14.4179	4
15299	Mixdorf	mixdorf	BB	00	12067	52.2	14.4	4
15299	Dammendorf	dammendorf	BB	00	12067	52.1408	14.416	4
15306	Vierlinden Neuentempel	vierlinden-neuentempel	BB	00	12064	52.502	14.3265	4
15306	Vierlinden Worin	vierlinden-worin	BB	00	12064	52.5206	14.2749	4
15306	Vierlinden Friedersdorf	vierlinden-friedersdorf	BB	00	12064	52.5102	14.3987	4
15306	Lietzen	lietzen	BB	00	12064	52.4699	14.3401	4
15306	Falkenhagen	falkenhagen	BB	00	12064	52.4333	14.3167	4
15306	Vierlinden Marxdorf	vierlinden-marxdorf	BB	00	12064	52.483	14.28	4
15306	Gusow-Platkow	gusow-platkow	BB	00	12064	52.5777	14.34	
15306	Vierlinden Görlsdorf	vierlinden-gorlsdorf	BB	00	12064	52.5299	14.3107	4
15306	Vierlinden Diedersdorf	vierlinden-diedersdorf	BB	00	12064	52.5121	14.3311	4
15306	Vierlinden	vierlinden	BB	00	12064	52.515	14.3141	4
15306	Seelow	seelow	BB	00	12064	52.5339	14.3813	4
15306	Vierlinden Alt Rosenthal	vierlinden-alt-rosenthal	BB	00	12064	52.5471	14.277	
15306	Lindendorf Neu Mahlisch	lindendorf-neu-mahlisch	BB	00	12064	52.4802	14.3898	
15306	Werbig	werbig	BB	00	12064	52.5617	14.3848	4
15306	Fichtenhöhe Alt Mahlisch	fichtenhohe-alt-mahlisch	BB	00	12064	52.4641	14.4209	
15306	Lindendorf Sachsendorf	lindendorf-sachsendorf	BB	00	12064	52.5063	14.4804	
15306	Lindendorf	lindendorf	BB	00	12064	52.4899	14.4285	
15306	Fichtenhöhe Niederjesar	fichtenhohe-niederjesar	BB	00	12064	52.4449	14.4324	
15306	Gusow-Platkow Gusow	gusow-platkow-gusow	BB	00	12064	52.5719	14.3556	
15306	Gusow-Platkow Platkow	gusow-platkow-platkow	BB	00	12064	52.5835	14.3244	
15306	Fichtenhöhe	fichtenhohe	BB	00	12064	52.4556	14.4469	
15306	Lindendorf Dolgelin	lindendorf-dolgelin	BB	00	12064	52.4955	14.4071	
15306	Lindendorf Libbenichen	lindendorf-libbenichen	BB	00	12064	52.4775	14.4367	
15320	Neuhardenberg	neuhardenberg	BB	00	12064	52.596	14.2377	4
15320	Sietzing	sietzing	BB	00	12064	52.6594	14.286	4
15320	Neutrebbin Alttrebbin	neutrebbin-alttrebbin	BB	00	12064	52.6908	14.2481	4
15320	Neutrebbin Neutrebbin	neutrebbin-neutrebbin	BB	00	12064	52.6667	14.2333	4
15320	Neuhardenberg Wulkow bei Trebnitz	neuhardenberg-wulkow-bei-trebnitz	BB	00	12064	52.5697	14.2351	
15320	Neutrebbin Altbarnim	neutrebbin-altbarnim	BB	00	12064	52.6857	14.2808	4
15320	Neuhardenberg Neuhardenberg	neuhardenberg-neuhardenberg	BB	00	12064	52.5955	14.2402	
15320	Neutrebbin	neutrebbin	BB	00	12064	52.6648	14.228	4
15320	Neuhardenberg Quappendorf	neuhardenberg-quappendorf	BB	00	12064	52.6186	14.2669	
15320	Neuhardenberg Altfriedland	neuhardenberg-altfriedland	BB	00	12064	52.6274	14.2135	
15324	Gieshof-Zelliner Loose	gieshof-zelliner-loose	BB	00	12064	52.7237	14.3174	4
15324	Kienitz	kienitz	BB	00	12064	52.6731	14.4389	4
15324	Kiehnwerder	kiehnwerder	BB	00	12064	52.6316	14.303	4
15324	Groß Neuendorf	gross-neuendorf	BB	00	12064	52.7005	14.4081	4
15324	Neubarnim	neubarnim	BB	00	12064	52.7025	14.3056	4
15324	Letschin	letschin	BB	00	12064	52.6438	14.3601	4
15324	Ortwig	ortwig	BB	00	12064	52.7039	14.3562	4
15326	Lebus	lebus	BB	00	12064	52.4272	14.5323	4
15326	Podelzig	podelzig	BB	00	12064	52.4717	14.5347	4
15326	Lebus Schönfließ	lebus-schonfliess	BB	00	12064	52.4212	14.4735	
15326	Lebus Wulkow	lebus-wulkow	BB	00	12064	52.4021	14.4715	
15326	Fichtenhöhe Carzig	fichtenhohe-carzig	BB	00	12064	52.4579	14.4875	
15326	Zeschdorf Alt Zeschdorf	zeschdorf-alt-zeschdorf	BB	00	12064	52.4248	14.4465	
15326	Lebus Lebus	lebus-lebus	BB	00	12064	52.4236	14.533	
15326	Lebus Mallnow	lebus-mallnow	BB	00	12064	52.456	14.4926	
15326	Fichtenhöhe	fichtenhohe	BB	00	12064	52.4556	14.4469	
15326	Zeschdorf	zeschdorf	BB	00	12064	52.4213	14.3875	
15326	Zeschdorf Döbberin	zeschdorf-dobberin	BB	00	12064	52.4414	14.3736	
15326	Zeschdorf Petershagen	zeschdorf-petershagen	BB	00	12064	52.3978	14.3425	
15328	Alt Tucheband	alt-tucheband	BB	00	12064	52.5373	14.5123	4
15328	Zechin Friedrichsaue	zechin-friedrichsaue	BB	00	12064	52.5982	14.4726	4
15328	Zechin Zechin	zechin-zechin	BB	00	12064	52.6124	14.4579	4
15328	Reitwein	reitwein	BB	00	12064	52.5009	14.5817	4
15328	Zechin Buschdorf	zechin-buschdorf	BB	00	12064	52.6023	14.4403	4
15328	Alt Tucheband Ratstock	alt-tucheband-ratstock	BB	00	12064	52.5215	14.5412	
15328	Golzow	golzow	BB	00	12064	52.574	14.493	4
15328	Küstriner Vorland	kustriner-vorland	BB	00	12064	52.5624	14.5728	
15328	Bleyen-Genschmar	bleyen-genschmar	BB	00	12064	52.6017	14.5646	
15328	Zechin	zechin	BB	00	12064	52.6084	14.4525	4
15328	Küstriner Vorland Gorgast	kustriner-vorland-gorgast	BB	00	12064	52.5682	14.5515	
15328	Alt Tucheband Hathenow	alt-tucheband-hathenow	BB	00	12064	52.5041	14.5357	
15328	Bleyen-Genschmar Genschmar	bleyen-genschmar-genschmar	BB	00	12064	52.6155	14.5187	
15328	Bleyen-Genschmar Bleyen	bleyen-genschmar-bleyen	BB	00	12064	52.588	14.6105	
15328	Küstriner Vorland Manschnow	kustriner-vorland-manschnow	BB	00	12064	52.5521	14.5564	
15328	Küstriner Vorland Küstrin-Kietz	kustriner-vorland-kustrin-kietz	BB	00	12064	52.5668	14.6105	
15328	Alt Tucheband Alt Tucheband	alt-tucheband-alt-tucheband	BB	00	12064	52.5386	14.5134	
15344	Strausberg	strausberg	BB	00	12064	52.5786	13.8874	4
15345	Werder	werder	BB	00	12064	52.52	13.9442	4
15345	Altlandsberg	altlandsberg	BB	00	12064	52.565	13.7281	4
15345	Rehfelde Rehfelde	rehfelde-rehfelde	BB	00	12064	52.5368	13.9156	4
15345	Rehfelde Werder	rehfelde-werder	BB	00	12064	52.5205	13.9462	4
15345	Lichtenow	lichtenow	BB	00	12064	52.4797	13.9114	4
15345	Rehfelde	rehfelde	BB	00	12064	52.5342	13.9088	4
15345	Petershagen-Eggersdorf	petershagen-eggersdorf	BB	00	12064	52.525	13.8	
15345	Rehfelde Zinndorf	rehfelde-zinndorf	BB	00	12064	52.5027	13.9256	4
15345	Prötzel	protzel	BB	00	12064	52.6372	13.9878	4
15345	Prötzel Sternebeck	protzel-sternebeck	BB	00	12064	52.6748	13.9937	
15345	Zinndorf	zinndorf	BB	00	12064	52.5015	13.9225	4
15345	Garzau-Garzin	garzau-garzin	BB	00	12064	52.5382	13.9667	
15345	Reichenow-Möglin	reichenow-moglin	BB	00	12064	52.6562	14.0937	
15345	Reichenow-Möglin Möglin	reichenow-moglin-moglin	BB	00	12064	52.6653	14.11	
15345	Prötzel Harnekop	protzel-harnekop	BB	00	12064	52.6844	14.0137	
15345	Prötzel Prötzel	protzel-protzel	BB	00	12064	52.6391	13.9895	
15345	Reichenow-Möglin Reichenow	reichenow-moglin-reichenow	BB	00	12064	52.647	14.0775	
15345	Garzau-Garzin Garzin	garzau-garzin-garzin	BB	00	12064	52.5457	13.9822	
15345	Prötzel Prädikow	protzel-pradikow	BB	00	12064	52.6159	14.0177	
15345	Oberbarnim Klosterdorf	oberbarnim-klosterdorf	BB	00	12064	52.5914	13.9569	
15345	Garzau-Garzin Garzau	garzau-garzin-garzau	BB	00	12064	52.5307	13.9511	
15345	Oberbarnim	oberbarnim	BB	00	12064	52.5938	14.0355	
15366	Dahlwitz-Hoppegarten	dahlwitz-hoppegarten	BB	00	12064	52.5167	13.6667	4
15366	Hönow	honow	BB	00	12064	52.5467	13.6376	4
15366	Neuenhagen bei Berlin	neuenhagen-bei-berlin	BB	00	12064	52.5333	13.6833	4
15366	Münchehofe	munchehofe	BB	00	12064	52.5562	14.1376	4
15370	Petershagen-Eggersdorf	petershagen-eggersdorf	BB	00	12064	52.525	13.8	4
15370	Fredersdorf-Vogelsdorf	fredersdorf-vogelsdorf	BB	00	12064	52.5	13.7333	
15372	Müncheberg	muncheberg	BB	00	12064	52.5	14.1333	4
15374	Müncheberg	muncheberg	BB	00	12064	52.5114	14.1359	4
15377	Waldsieversdorf	waldsieversdorf	BB	00	12064	52.5422	14.0702	4
15377	Märkische Höhe	markische-hohe	BB	00	12064	52.6199	14.1292	
15377	Oberbarnim	oberbarnim	BB	00	12064	52.5938	14.0355	4
15377	Oberbarnim Grunow	oberbarnim-grunow	BB	00	12064	52.6028	14.032	4
15377	Buckow	buckow	BB	00	12064	52.5661	14.0743	4
15377	Ihlow	ihlow	BB	00	12064	52.619	14.0708	4
15377	Märkische Höhe Ringenwalde	markische-hohe-ringenwalde	BB	00	12064	52.6173	14.1459	
15377	Märkische Höhe Reichenberg	markische-hohe-reichenberg	BB	00	12064	52.6109	14.1165	
15377	Oberbarnim Grunow, Grunow	oberbarnim-grunow-grunow	BB	00	12064	52.606	14.0379	
15377	Märkische Höhe Batzlow	markische-hohe-batzlow	BB	00	12064	52.6316	14.125	
15377	Oberbarnim Bollersdorf	oberbarnim-bollersdorf	BB	00	12064	52.5859	14.0783	
15377	Oberbarnim Grunow, Ernsthof	oberbarnim-grunow-ernsthof	BB	00	12064	52.5996	14.0261	
15377	Oberbarnim Bollersdorf, Bollersdorf	oberbarnim-bollersdorf-bollersdorf	BB	00	12064	52.5818	14.0528	
15377	Oberbarnim Bollersdorf, Pritzhagen	oberbarnim-bollersdorf-pritzhagen	BB	00	12064	52.59	14.1038	
15378	Hennickendorf	hennickendorf	BB	00	12064	52.5077	13.8521	4
15378	Herzfelde	herzfelde	BB	00	12064	52.4816	13.8521	4
15517	Fürstenwalde/Spree Fürstenwalde	furstenwalde-spree-furstenwalde	BB	00	12067	52.3638	14.0467	
15517	Fürstenwalde/Spree	furstenwalde-spree	BB	00	12067	52.3833	14.0583	4
15517	Fürstenwalde/Spree Trebus	furstenwalde-spree-trebus	BB	00	12067	52.4	14.05	
15518	Steinhöfel Jänickendorf	steinhofel-janickendorf	BB	00	12067	52.4333	14.0167	4
15518	Steinhöfel Schönfelde	steinhofel-schonfelde	BB	00	12067	52.4667	14.05	4
15518	Steinhöfel Gölsdorf	steinhofel-golsdorf	BB	00	12067	52.45	14.1	4
15518	Falkenberg	falkenberg	BB	00	12067	52.3809	14.2353	4
15518	Steinhöfel Tempelberg	steinhofel-tempelberg	BB	00	12067	52.45	14.1667	4
15518	Steinhöfel Hasenfelde	steinhofel-hasenfelde	BB	00	12067	52.4167	14.2167	4
15518	Steinhöfel Beerfelde	steinhofel-beerfelde	BB	00	12067	52.4333	14.05	4
15518	Steinhöfel Arensdorf	steinhofel-arensdorf	BB	00	12067	52.4333	14.25	4
15518	Rauen	rauen	BB	00	12067	52.3323	14.028	4
15518	Steinhöfel Buchholz	steinhofel-buchholz	BB	00	12067	52.4167	14.1167	4
15518	Briesen (Mark) Briesen (Mark)	briesen-mark-briesen-mark	BB	00	12067	52.3333	14.2833	
15518	Steinhöfel Demnitz	steinhofel-demnitz	BB	00	12067	52.3833	14.2	4
15518	Langewahl	langewahl	BB	00	12067	52.3333	14.1	4
15518	Berkenbrück	berkenbruck	BB	00	12067	52.35	14.15	4
15518	Madlitz-Wilmersdorf Falkenberg	madlitz-wilmersdorf-falkenberg	BB	00	12067	52.3811	14.2389	
15518	Madlitz-Wilmersdorf Wilmersdorf	madlitz-wilmersdorf-wilmersdorf	BB	00	12067	52.4	14.2667	
15518	Steinhöfel Steinhöfel	steinhofel-steinhofel	BB	00	12067	52.4	14.1667	4
15518	Grünheide (Mark) Hangelsberg	grunheide-mark-hangelsberg	BB	00	12067	52.3833	13.9333	
15518	Madlitz-Wilmersdorf Alt Madlitz	madlitz-wilmersdorf-alt-madlitz	BB	00	12067	52.3833	14.2833	
15518	Steinhöfel Neuendorf im Sande	steinhofel-neuendorf-im-sande	BB	00	12067	52.3833	14.1	
15518	Steinhöfel Heinersdorf	steinhofel-heinersdorf	BB	00	12067	52.45	14.2167	4
15518	Madlitz-Wilmersdorf	madlitz-wilmersdorf	BB	00	12067	52.3881	14.263	
15518	Steinhöfel	steinhofel	BB	00	12067	52.4	14.1667	4
15518	Briesen (Mark) Biegen	briesen-mark-biegen	BB	00	12067	52.3167	14.3667	
15518	Briesen (Mark)	briesen-mark	BB	00	12067	52.325	14.3	
15518	Grünheide (Mark)	grunheide-mark	BB	00	12067	52.4111	13.8889	
15526	Reichenwalde Reichenwalde	reichenwalde-reichenwalde	BB	00	12067	52.2667	14	4
15526	Reichenwalde Kolpin	reichenwalde-kolpin	BB	00	12067	52.2833	13.9833	4
15526	Reichenwalde Dahmsdorf	reichenwalde-dahmsdorf	BB	00	12067	52.2333	13.9833	4
15526	Reichenwalde	reichenwalde	BB	00	12067	52.2667	14	4
15526	Bad Saarow	bad-saarow	BB	00	12067	52.2833	14.0667	4
15526	Bad Saarow Bad Saarow	bad-saarow-bad-saarow	BB	00	12067	52.2833	14.0667	
15526	Rietz-Neuendorf	rietz-neuendorf	BB	00	12067	52.2321	14.1619	
15526	Rietz-Neuendorf Alt Golm	rietz-neuendorf-alt-golm	BB	00	12067	52.3	14.1167	
15526	Bad Saarow Petersdorf	bad-saarow-petersdorf	BB	00	12067	52.3167	14.0833	
15526	Bad Saarow Neu Golm	bad-saarow-neu-golm	BB	00	12067	52.3	14.1	
15528	Spreenhagen Spreenhagen	spreenhagen-spreenhagen	BB	00	12067	52.324	13.8991	4
15528	Grünheide (Mark) Spreeau	grunheide-mark-spreeau	BB	00	12067	52.3667	13.8333	
15528	Spreenhagen	spreenhagen	BB	00	12067	52.3432	13.8766	4
15528	Grünheide (Mark) Mönchwinkel	grunheide-mark-monchwinkel	BB	00	12067	52.3833	13.8833	
15528	Spreenhagen Markgrafpieske	spreenhagen-markgrafpieske	BB	00	12067	52.3333	13.95	4
15528	Spreenhagen Braunsdorf	spreenhagen-braunsdorf	BB	00	12067	52.3667	13.9667	4
15528	Grünheide (Mark)	grunheide-mark	BB	00	12067	52.4111	13.8889	
15528	Spreenhagen Hartmannsdorf	spreenhagen-hartmannsdorf	BB	00	12067	52.3667	13.85	4
15537	Grünheide (Mark) Kienbaum	grunheide-mark-kienbaum	BB	00	12067	52.45	13.95	4
15537	Grünheide (Mark)	grunheide-mark	BB	00	12067	52.4111	13.8889	4
15537	Gosen	gosen	BB	00	12067	52.4	13.7167	
15537	Grünheide (Mark) Kagel	grunheide-mark-kagel	BB	00	12067	52.4667	13.9167	4
15537	Gosen Neu Zittau	gosen-neu-zittau	BB	00	12067	52.3667	13.75	
15537	Erkner	erkner	BB	00	12067	52.42	13.7544	4
15537	Grünheide (Mark) Grünheide	grunheide-mark-grunheide	BB	00	12067	52.4167	13.8167	4
15562	Rüdersdorf bei Berlin	rudersdorf-bei-berlin	BB	00	12064	52.4707	13.7736	4
15566	Schöneiche bei Berlin	schoneiche-bei-berlin	BB	00	12067	52.4598	13.7054	6
15569	Woltersdorf	woltersdorf	BB	00	12067	52.446	13.756	6
15711	Schenkendorf	schenkendorf	BB	00	12061	52.2779	13.5948	4
15711	Zeesen	zeesen	BB	00	12061	52.2788	13.6376	4
15711	Königs Wusterhausen	konigs-wusterhausen	BB	00	12061	52.3014	13.633	4
15712	Zernsdorf	zernsdorf	BB	00	12061	52.3036	13.6969	4
15712	Senzig	senzig	BB	00	12061	52.2891	13.6997	4
15712	Kablow	kablow	BB	00	12061	52.2973	13.7179	4
15713	Niederlehme	niederlehme	BB	00	12061	52.3171	13.6504	4
15713	Wernsdorf	wernsdorf	BB	00	12061	52.3691	13.703	4
15732	Schulzendorf	schulzendorf	BB	00	12061	52.3582	13.5984	4
15732	Eichwalde	eichwalde	BB	00	12061	52.3667	13.6167	4
15732	Waltersdorf	waltersdorf	BB	00	12061	52.3623	13.5565	4
15738	Zeuthen	zeuthen	BB	00	12061	52.348	13.6217	4
15741	Motzen	motzen	BB	00	12061	52.2039	13.5834	4
15741	Gräbendorf	grabendorf	BB	00	12061	52.2405	13.7088	4
15741	Bestensee	bestensee	BB	00	12061	52.2398	13.6373	4
15741	Pätz	patz	BB	00	12061	52.2251	13.6589	4
15745	Wildau	wildau	BB	00	12061	52.3167	13.6333	4
15746	Groß Köris	gross-koris	BB	00	12061	52.1659	13.6594	4
15748	Münchehofe	munchehofe	BB	00	12061	52.1473	13.8343	4
15748	Märkisch Buchholz	markisch-buchholz	BB	00	12061	52.1096	13.7654	4
15749	Mittenwalde	mittenwalde	BB	00	12061	52.3024	13.5355	4
15749	Ragow	ragow	BB	00	12061	52.2866	13.5445	4
15749	Kiekebusch	kiekebusch	BB	00	12061	52.3461	13.5515	4
15749	Brusendorf	brusendorf	BB	00	12061	52.3099	13.5114	4
15749	Gallun	gallun	BB	00	12061	52.2448	13.5606	4
15752	Prieros	prieros	BB	00	12061	52.224	13.7708	4
15752	Streganz	streganz	BB	00	12061	52.2022	13.8371	4
15752	Kolberg	kolberg	BB	00	12061	52.2439	13.8052	4
15754	Dolgenbrodt	dolgenbrodt	BB	00	12061	52.243	13.7693	4
15754	Friedersdorf	friedersdorf	BB	00	12061	52.2948	13.7889	4
15754	Gussow	gussow	BB	00	12061	52.256	13.7321	4
15754	Dannenreich	dannenreich	BB	00	12061	52.3137	13.7484	4
15754	Wolzig	wolzig	BB	00	12061	52.2673	13.8376	4
15754	Bindow	bindow	BB	00	12061	52.2841	13.7431	4
15754	Blossin	blossin	BB	00	12061	52.2573	13.7992	4
15755	Teupitz	teupitz	BB	00	12061	52.1297	13.6196	4
15755	Töpchin	topchin	BB	00	12061	52.1715	13.5771	4
15755	Schwerin	schwerin	BB	00	12061	52.15	13.6333	4
15757	Halbe	halbe	BB	00	12061	52.1167	13.7	4
15757	Briesen	briesen	BB	00	12061	52.0532	13.7132	4
15757	Oderin	oderin	BB	00	12061	52.0746	13.7251	4
15757	Löpten	lopten	BB	00	12061	52.1471	13.6851	4
15757	Freidorf	freidorf	BB	00	12061	52.0683	13.6962	4
15806	Schöneiche	schoneiche	BB	00	12072	52.2224	13.5141	4
15806	Groß Schulzendorf	gross-schulzendorf	BB	00	12072	52.2729	13.3511	4
15806	Telz	telz	BB	00	12061	52.245	13.4944	4
15806	Mellensee	mellensee	BB	00	12072	52.1833	13.43	4
15806	Zossen	zossen	BB	00	12072	52.216	13.4491	4
15806	Nächst Neuendorf	nachst-neuendorf	BB	00	12072	52.2333	13.4167	
15806	Saalow	saalow	BB	00	12072	52.1944	13.3758	4
15806	Glienick	glienick	BB	00	12072	52.2516	13.3806	4
15806	Kallinchen	kallinchen	BB	00	12072	52.2118	13.5597	4
15806	Kummersdorf-Alexanderdorf	kummersdorf-alexanderdorf	BB	00	12072	52.1667	13.4167	
15806	Gadsdorf	gadsdorf	BB	00	12072	52.1904	13.3246	4
15806	Groß Machnow	gross-machnow	BB	00	12072	52.2667	13.4667	
15806	Nunsdorf	nunsdorf	BB	00	12072	52.2294	13.3151	4
15806	Rehagen	rehagen	BB	00	12072	52.1663	13.369	4
15827	Dahlewitz	dahlewitz	BB	00	12072	52.3209	13.4401	4
15827	Blankenfelde	blankenfelde	BB	00	12072	52.3372	13.4121	4
15831	Großziethen	grossziethen	BB	00	12061	52.3964	13.4466	4
15831	Selchow	selchow	BB	00	12061	52.3571	13.4722	4
15831	Jühnsdorf	juhnsdorf	BB	00	12072	52.3008	13.3849	4
15831	Groß Kienitz	gross-kienitz	BB	00	12072	52.3253	13.4634	4
15831	Diepensee	diepensee	BB	00	12072	52.3667	13.5167	
15831	Mahlow	mahlow	BB	00	12072	52.3602	13.4095	4
15831	Waßmannsdorf	wassmannsdorf	BB	00	12072	52.3667	13.4667	
15834	Rangsdorf	rangsdorf	BB	00	12072	52.2913	13.4195	4
15837	Baruth/Mark	baruth-mark	BB	00	12072	52.05	13.5	4
15838	Wünsdorf	wunsdorf	BB	00	12072	52.1643	13.4722	4
15838	Sperenberg	sperenberg	BB	00	12072	52.1411	13.365	4
15838	Klausdorf	klausdorf	BB	00	12072	52.1546	13.4064	4
15838	Kummersdorf-Gut	kummersdorf-gut	BB	00	12072	52.1029	13.3756	4
15848	Tauche Trebatsch	tauche-trebatsch	BB	00	12067	52.0833	14.1667	4
15848	Tauche Ranzig	tauche-ranzig	BB	00	12067	52.1167	14.2	4
15848	Speichrow	speichrow	BB	00	12061	52.036	14.2208	4
15848	Tauche Mittweide	tauche-mittweide	BB	00	12067	52.0667	14.15	4
15848	Tauche Tauche	tauche-tauche	BB	00	12067	52.15	14.1667	4
15848	Tauche	tauche	BB	00	12067	52.1292	14.1306	4
15848	Plattkow	plattkow	BB	00	12061	52.1063	14.018	4
15848	Tauche Briescht	tauche-briescht	BB	00	12067	52.1167	14.1167	4
15848	Tauche Giesensdorf	tauche-giesensdorf	BB	00	12067	52.1333	14.1333	4
15848	Beeskow	beeskow	BB	00	12067	52.1729	14.246	4
15848	Tauche Falkenberg	tauche-falkenberg	BB	00	12067	52.1667	14.1333	4
15848	Tauche Kossenblatt	tauche-kossenblatt	BB	00	12067	52.1167	14.0667	4
15848	Tauche Stremmen	tauche-stremmen	BB	00	12067	52.1333	14.1667	4
15848	Friedland Niewisch	friedland-niewisch	BB	00	12067	52.0833	14.2333	
15848	Friedland	friedland	BB	00	12067	52.0943	14.3104	
15848	Tauche Lindenberg	tauche-lindenberg	BB	00	12067	52.2	14.1333	4
15936	Dahme/Mark	dahme-mark	BB	00	12072	51.8941	13.4342	
15848	Tauche Görsdorf bei Beeskow	tauche-gorsdorf-bei-beeskow	BB	00	12067	52.15	14.1	
15848	Ragow-Merz Ragow	ragow-merz-ragow	BB	00	12067	52.2	14.35	
15848	Friedland Leißnitz	friedland-leissnitz	BB	00	12067	52.1167	14.2167	
15848	Tauche Werder	tauche-werder	BB	00	12067	52.1167	14.0333	4
15848	Rietz-Neuendorf Birkholz	rietz-neuendorf-birkholz	BB	00	12067	52.2	14.2	
15848	Beeskow Schneeberg	beeskow-schneeberg	BB	00	12067	52.1667	14.3333	
15848	Friedland Reudnitz	friedland-reudnitz	BB	00	12067	52.1333	14.3333	
15848	Beeskow Kohlsdorf	beeskow-kohlsdorf	BB	00	12067	52.1667	14.2	
15848	Friedland Pieskow	friedland-pieskow	BB	00	12067	52.05	14.2333	
15848	Rietz-Neuendorf Drahendorf	rietz-neuendorf-drahendorf	BB	00	12067	52.2833	14.2333	
15848	Rietz-Neuendorf Groß Rietz	rietz-neuendorf-gross-rietz	BB	00	12067	52.2167	14.2167	
15848	Friedland Kummerow	friedland-kummerow	BB	00	12067	52.15	14.2333	
15848	Beeskow Neuendorf	beeskow-neuendorf	BB	00	12067	52.1833	14.2333	
15848	Beeskow Radinkendorf	beeskow-radinkendorf	BB	00	12067	52.2167	14.2667	
15848	Friedland Karras	friedland-karras	BB	00	12067	52.0833	14.2833	
15848	Rietz-Neuendorf Ahrensdorf	rietz-neuendorf-ahrensdorf	BB	00	12067	52.1667	14.0833	
15848	Rietz-Neuendorf Sauen	rietz-neuendorf-sauen	BB	00	12067	52.2667	14.2167	
15848	Beeskow Krügersdorf	beeskow-krugersdorf	BB	00	12067	52.15	14.3333	
15848	Rietz-Neuendorf Wilmersdorf	rietz-neuendorf-wilmersdorf	BB	00	12067	52.2667	14.1333	
15848	Friedland Zeust	friedland-zeust	BB	00	12067	52.1333	14.2667	
15848	Rietz-Neuendorf Neubrück (Spree)	rietz-neuendorf-neubruck-spree	BB	00	12067	52.2667	14.2833	
15848	Friedland Lindow	friedland-lindow	BB	00	12067	52.1	14.3	
15848	Ragow-Merz Merz	ragow-merz-merz	BB	00	12067	52.2	14.3	
15848	Rietz-Neuendorf Pfaffendorf	rietz-neuendorf-pfaffendorf	BB	00	12067	52.2667	14.1667	
15848	Friedland Klein Muckrow	friedland-klein-muckrow	BB	00	12067	52.05	14.4333	
15848	Rietz-Neuendorf Behrensdorf	rietz-neuendorf-behrensdorf	BB	00	12067	52.1833	14.05	
15848	Ragow-Merz	ragow-merz	BB	00	12067	52.2	14.325	
15848	Friedland Groß Briesen	friedland-gross-briesen	BB	00	12067	52.1167	14.3833	
15848	Rietz-Neuendorf Görzig	rietz-neuendorf-gorzig	BB	00	12067	52.2333	14.2	
15848	Rietz-Neuendorf Buckow	rietz-neuendorf-buckow	BB	00	12067	52.1833	14.1667	
15848	Friedland Schadow	friedland-schadow	BB	00	12067	52.05	14.2667	
15848	Beeskow Bornow	beeskow-bornow	BB	00	12067	52.1667	14.2	
15848	Friedland Friedland	friedland-friedland	BB	00	12067	52.1	14.2667	
15848	Beeskow Oegeln	beeskow-oegeln	BB	00	12067	52.1833	14.2833	
15848	Rietz-Neuendorf Herzberg	rietz-neuendorf-herzberg	BB	00	12067	52.2167	14.1167	
15848	Rietz-Neuendorf	rietz-neuendorf	BB	00	12067	52.2321	14.1619	
15848	Friedland Weichensdorf	friedland-weichensdorf	BB	00	12067	52.0833	14.35	
15848	Friedland Chossewitz	friedland-chossewitz	BB	00	12067	52.1	14.4333	
15848	Friedland Günthersdorf	friedland-gunthersdorf	BB	00	12067	52.0833	14.3	
15859	Rieplos	rieplos	BB	00	12067	52.2835	13.9066	4
15859	Storkow (Mark)	storkow-mark	BB	00	12067	52.2238	13.8964	4
15859	Philadelphia	philadelphia	BB	00	12067	52.2513	13.8954	4
15859	Storkow (Mark) Bugk	storkow-mark-bugk	BB	00	12067	52.2	13.9167	
15859	Kummersdorf	kummersdorf	BB	00	12067	52.271	13.8659	4
15859	Kehrigk	kehrigk	BB	00	12067	52.1615	13.9192	4
15859	Storkow (Mark) Schwerin	storkow-mark-schwerin	BB	00	12067	52.2	13.8333	
15859	Storkow (Mark) Selchow	storkow-mark-selchow	BB	00	12067	52.2167	13.8667	
15859	Storkow (Mark) Alt Stahnsdorf	storkow-mark-alt-stahnsdorf	BB	00	12067	52.2833	13.8833	
15859	Storkow (Mark) Görsdorf bei Storkow	storkow-mark-gorsdorf-bei-storkow	BB	00	12067	52.2333	13.8333	
15859	Storkow (Mark) Groß Eichholz	storkow-mark-gross-eichholz	BB	00	12067	52.1667	13.8667	
15859	Storkow (Mark) Limsdorf	storkow-mark-limsdorf	BB	00	12067	52.1667	14.0167	
15859	Storkow (Mark) Groß Schauen	storkow-mark-gross-schauen	BB	00	12067	52.2333	13.9167	
15859	Storkow (Mark) Wochowsee	storkow-mark-wochowsee	BB	00	12067	52.2333	13.9	
15859	Storkow (Mark) Kummersdorf	storkow-mark-kummersdorf	BB	00	12067	52.2667	13.8667	
15859	Storkow (Mark) Storkow	storkow-mark-storkow	BB	00	12067	52.25	13.9333	
15864	Wendisch Rietz	wendisch-rietz	BB	00	12067	52.2161	14.0084	4
15864	Diensdorf-Radlow	diensdorf-radlow	BB	00	12067	52.2333	14.05	
15864	Rietz-Neuendorf	rietz-neuendorf	BB	00	12067	52.2321	14.1619	
15864	Rietz-Neuendorf Glienicke	rietz-neuendorf-glienicke	BB	00	12067	52.2	14.0833	
15868	Lieberose	lieberose	BB	00	12061	51.9849	14.2999	4
15868	Ullersdorf	ullersdorf	BB	00	12061	52.0385	14.368	4
15868	Friedland	friedland	BB	00	12061	52.0943	14.3104	
15868	Jamlitz	jamlitz	BB	00	12061	51.9913	14.361	4
15868	Doberburg	doberburg	BB	00	12061	52.005	14.2439	4
15868	Leeskow	leeskow	BB	00	12061	52.0179	14.4105	4
15868	Friedland Groß Muckrow	friedland-gross-muckrow	BB	00	12061	52.075	14.4333	
15890	Schlaubetal Bremsdorf	schlaubetal-bremsdorf	BB	00	12067	52.15	14.5	
15890	Siehdichum Pohlitz	siehdichum-pohlitz	BB	00	12067	52.1833	14.5833	4
15890	Siehdichum Rießen	siehdichum-riessen	BB	00	12067	52.2	14.5333	4
15890	Siehdichum Schernsdorf	siehdichum-schernsdorf	BB	00	12067	52.2	14.4833	4
15890	Vogelsang	vogelsang	BB	00	12067	52.1824	14.6637	4
15890	Siehdichum	siehdichum	BB	00	12067	52.1944	14.5333	4
15890	Schlaubetal	schlaubetal	BB	00	12067	52.1289	14.5111	
15890	Schlaubetal Kieselwitz	schlaubetal-kieselwitz	BB	00	12067	52.1167	14.5	
15890	Eisenhüttenstadt Schönfließ	eisenhuttenstadt-schonfliess	BB	00	12067	52.15	14.6167	
15890	Schlaubetal Fünfeichen	schlaubetal-funfeichen	BB	00	12067	52.15	14.5333	
15890	Eisenhüttenstadt Diehlo	eisenhuttenstadt-diehlo	BB	00	12067	52.1333	14.6	
15890	Eisenhüttenstadt Fürstenberg	eisenhuttenstadt-furstenberg	BB	00	12067	52.15	14.6667	
15890	Eisenhüttenstadt	eisenhuttenstadt	BB	00	12067	52.1601	14.555	
15898	Neuzelle Schwerzko	neuzelle-schwerzko	BB	00	12067	52.0667	14.6167	4
15898	Neuzelle Neuzelle	neuzelle-neuzelle	BB	00	12067	52.0833	14.6333	4
15898	Neuzelle Steinsdorf	neuzelle-steinsdorf	BB	00	12067	52.0333	14.6667	4
15898	Neuzelle Möbiskruge	neuzelle-mobiskruge	BB	00	12067	52.1	14.6	4
15898	Neuzelle Ossendorf	neuzelle-ossendorf	BB	00	12067	52.0667	14.5667	4
15898	Neuzelle Streichwitz	neuzelle-streichwitz	BB	00	12067	52.0667	14.65	4
15898	Neuzelle Henzendorf	neuzelle-henzendorf	BB	00	12067	52.05	14.5167	4
15898	Neißemünde Coschen	neissemunde-coschen	BB	00	12067	52.0167	14.7333	
15898	Neuzelle	neuzelle	BB	00	12067	52.0639	14.6028	4
15898	Neuzelle Bomsdorf	neuzelle-bomsdorf	BB	00	12067	52.0333	14.65	4
15898	Neuzelle Göhlen	neuzelle-gohlen	BB	00	12067	52.05	14.5833	4
15898	Neißemünde Ratzdorf	neissemunde-ratzdorf	BB	00	12067	52.0667	14.75	
15898	Lawitz	lawitz	BB	00	12067	52.107	14.6415	4
15898	Neißemünde Wellmitz	neissemunde-wellmitz	BB	00	12067	52.0667	14.7167	
15898	Neuzelle Treppeln	neuzelle-treppeln	BB	00	12067	52.0667	14.5333	4
15898	Neuzelle Kobbeln	neuzelle-kobbeln	BB	00	12067	52.1	14.65	
15898	Neuzelle Bahro	neuzelle-bahro	BB	00	12067	52.05	14.5667	4
15898	Neißemünde	neissemunde	BB	00	12067	52.05	14.7333	
15898	Neißemünde Breslack	neissemunde-breslack	BB	00	12067	52.05	14.7333	
15907	Lübben (Spreewald)	lubben-spreewald	BB	00	12061	51.9455	13.8852	4
15910	Schlepzig	schlepzig	BB	00	12061	52.0333	13.9	4
15910	Kuschkow	kuschkow	BB	00	12061	52.0595	13.958	4
15910	Pretschen	pretschen	BB	00	12061	52.0899	13.9927	4
15910	Alt-Schadow	alt-schadow	BB	00	12061	52.1333	13.95	
15910	Schuhlen-Wiese	schuhlen-wiese	BB	00	12061	52.0609	14.107	4
15910	Schönwald	schonwald	BB	00	12061	51.9853	13.723	
15910	Rietzneuendorf-Staakow	rietzneuendorf-staakow	BB	00	12061	52.0191	13.6833	
15910	Dürrenhofe	durrenhofe	BB	00	12061	52.0258	13.9488	4
15910	Hohenbrück-Neu Schadow	hohenbruck-neu-schadow	BB	00	12061	52.0932	13.916	
15910	Wittmannsdorf-Bückchen	wittmannsdorf-buckchen	BB	00	12061	52.0667	14.05	
15910	Gröditsch	groditsch	BB	00	12061	52.0524	13.9996	4
15910	Unterspreewald	unterspreewald	BB	00	12061	52.091	13.8902	
15910	Krausnick-Groß Wasserburg	krausnick-gross-wasserburg	BB	00	12061	52.0462	13.8489	
15913	Glietz	glietz	BB	00	12061	52.0089	14.0818	4
15913	Ressen-Zaue	ressen-zaue	BB	00	12061	52.0359	14.162	4
15913	Byhleguhre	byhleguhre	BB	00	12061	51.8793	14.1745	4
15913	Byhlen	byhlen	BB	00	12061	51.9093	14.1862	4
15913	Goyatz	goyatz	BB	00	12061	52.0187	14.1758	4
15913	Caminchen	caminchen	BB	00	12061	51.9529	14.07	4
15913	Krugau	krugau	BB	00	12061	52.0272	13.9827	4
15913	Groß Leuthen	gross-leuthen	BB	00	12061	52.038	14.0374	4
15913	Groß Leine	gross-leine	BB	00	12061	51.997	14.0636	4
15913	Laasow	laasow	BB	00	12061	51.9448	14.1304	4
15913	Neu Zauche	neu-zauche	BB	00	12061	51.9276	14.0881	4
15913	Jessern	jessern	BB	00	12061	52.0242	14.1944	4
15913	Leibchel	leibchel	BB	00	12061	52.029	14.0777	4
15913	Alt Zauche	alt-zauche	BB	00	12061	51.9168	14.0149	4
15913	Briesensee	briesensee	BB	00	12061	51.956	14.0047	4
15913	Biebersdorf	biebersdorf	BB	00	12061	51.9847	13.9741	4
15913	Butzen	butzen	BB	00	12061	51.9343	14.168	4
15913	Wußwerk	wusswerk	BB	00	12061	51.927	14.0504	4
15913	Klein Leine	klein-leine	BB	00	12061	51.9738	14.0571	4
15913	Mochow	mochow	BB	00	12061	51.978	14.1893	4
15913	Dollgen	dollgen	BB	00	12061	52.018	14.0385	4
15913	Straupitz	straupitz	BB	00	12061	51.9136	14.1228	4
15913	Sacrow-Waldow	sacrow-waldow	BB	00	12061	51.9558	14.1285	
15913	Lamsfeld-Groß Liebitz	lamsfeld-gross-liebitz	BB	00	12061	51.975	14.2327	
15926	Heideblick Langengrassau	heideblick-langengrassau	BB	00	12061	51.8333	13.6424	4
15926	Duben	duben	BB	00	12061	51.8976	13.8074	4
15926	Heideblick Pitschen-Pickel	heideblick-pitschen-pickel	BB	00	12061	51.8715	13.5905	
15926	Heideblick Bornsdorf	heideblick-bornsdorf	BB	00	12061	51.7732	13.6939	4
15926	Walddrehna	walddrehna	BB	00	12061	51.7778	13.6269	4
15926	Bersteland Reichwalde	bersteland-reichwalde	BB	00	12061	51.9273	13.7256	
15926	Heideblick Beesdau	heideblick-beesdau	BB	00	12061	51.7915	13.7399	4
15926	Heideblick	heideblick	BB	00	12061	51.8127	13.6551	4
15926	Bersteland Niewitz	bersteland-niewitz	BB	00	12061	51.937	13.7865	
15926	Heideblick Weißack	heideblick-weissack	BB	00	12061	51.7497	13.6937	4
15926	Görlsdorf	gorlsdorf	BB	00	12061	51.8181	13.7554	4
15926	Luckau	luckau	BB	00	12061	51.8297	13.6741	
15926	Heideblick Riedebeck	heideblick-riedebeck	BB	00	12061	51.8055	13.6799	4
15926	Cahnsdorf	cahnsdorf	BB	00	12061	51.8504	13.747	4
15926	Bersteland Freiwalde	bersteland-freiwalde	BB	00	12061	51.9575	13.7461	
15926	Heideblick Goßmar	heideblick-gossmar	BB	00	12061	51.82	13.6996	4
15926	Heideblick Falkenberg	heideblick-falkenberg	BB	00	12061	51.852	13.5684	4
15926	Heideblick Gehren	heideblick-gehren	BB	00	12061	51.8033	13.6469	4
15926	Heideblick Wüstermarke	heideblick-wustermarke	BB	00	12061	51.8182	13.6	4
15926	Schlabendorf	schlabendorf	BB	00	12061	51.8084	13.8206	4
15926	Heideblick Waltersdorf	heideblick-waltersdorf	BB	00	12061	51.8215	13.6504	4
15926	Bersteland	bersteland	BB	00	12061	51.9425	13.776	4
15936	Steinreich Glienig	steinreich-glienig	BB	00	12072	51.9411	13.4448	
15936	Steinreich	steinreich	BB	00	12072	51.9495	13.4934	
15936	Dahmetal	dahmetal	BB	00	12072	51.9067	13.5	
15938	Golßen	golssen	BB	00	12061	51.972	13.6011	4
15938	Drahnsdorf	drahnsdorf	BB	00	12061	51.9167	13.5833	4
15938	Steinreich Sellendorf	steinreich-sellendorf	BB	00	12061	51.9588	13.5419	4
15938	Steinreich	steinreich	BB	00	12061	51.9495	13.4934	4
15938	Kasel-Golzig	kasel-golzig	BB	00	12061	51.9333	13.7	4
16225	Eberswalde	eberswalde	BB	00	12060	52.8342	13.8218	4
16227	Eberswalde	eberswalde	BB	00	12060	52.8333	13.8333	4
16230	Chorin	chorin	BB	00	12060	52.902	13.8715	4
16230	Breydin	breydin	BB	00	12060	52.7694	13.8153	
16230	Melchow	melchow	BB	00	12060	52.7761	13.7065	4
16230	Britz	britz	BB	00	12060	52.8873	13.8112	4
16230	Sydower Fließ	sydower-fliess	BB	00	12060	52.7274	13.723	
16244	Finowfurt	finowfurt	BB	00	12060	52.8583	13.7578	
16244	Altenhof	altenhof	BB	00	12060	52.9148	13.7132	4
16247	Althüttendorf	althuttendorf	BB	00	12060	52.9623	13.8072	4
16247	Neugrimnitz	neugrimnitz	BB	00	12060	52.9752	13.8297	4
16247	Friedrichswalde	friedrichswalde	BB	00	12060	53.0292	13.7068	4
16247	Joachimsthal	joachimsthal	BB	00	12060	52.9794	13.7449	4
16247	Ziethen	ziethen	BB	00	12060	52.9667	13.9167	
16248	Hohenfinow	hohenfinow	BB	00	12060	52.8134	13.9249	4
16248	Niederfinow	niederfinow	BB	00	12060	52.8337	13.9284	4
16248	Parsteinsee	parsteinsee	BB	00	12060	52.9333	14.05	
16248	Oderberg	oderberg	BB	00	12060	52.8657	14.0451	4
16248	Bölkendorf	bolkendorf	BB	00	12073	52.9506	14.0009	4
16248	Hohensaaten	hohensaaten	BB	00	12064	52.8743	14.142	4
16248	Lunow-Stolzenhagen	lunow-stolzenhagen	BB	00	12060	52.9333	14.1083	
16248	Liepe	liepe	BB	00	12060	52.8621	13.9695	4
16259	Falkenberg	falkenberg	BB	00	12064	52.8051	13.958	4
16259	Schiffmühle	schiffmuhle	BB	00	12064	52.8068	14.0446	4
16259	Tiefensee	tiefensee	BB	00	12060	52.68	13.8356	4
16259	Bralitz	bralitz	BB	00	12064	52.8351	14.0059	4
16259	Neuenhagen	neuenhagen	BB	00	12064	52.8366	14.053	4
16259	Bad Freienwalde	bad-freienwalde	BB	00	12064	52.7873	14.0304	4
16259	Falkenberg Kruge/Gersdorf, Gersdorf	falkenberg-kruge-gersdorf-gersdorf	BB	00	12064	52.7707	13.8918	
16259	Höhenland Steinbeck	hohenland-steinbeck	BB	00	12064	52.7586	13.8753	
16259	Altglietzen	altglietzen	BB	00	12064	52.8342	14.0896	4
16259	Falkenberg Falkenberg/Mark	falkenberg-falkenberg-mark	BB	00	12064	52.8058	13.957	
16259	Neulewin	neulewin	BB	00	12064	52.7243	14.2792	4
16259	Hohenwutzen	hohenwutzen	BB	00	12064	52.8441	14.1184	4
16259	Heckelberg-Brunow Heckelberg	heckelberg-brunow-heckelberg	BB	00	12064	52.7403	13.8414	
16259	Neulewin Neulewin	neulewin-neulewin	BB	00	12064	52.7167	14.2833	
16259	Beiersdorf-Freudenberg Freudenberg	beiersdorf-freudenberg-freudenberg	BB	00	12064	52.7007	13.8199	
16259	Beiersdorf-Freudenberg	beiersdorf-freudenberg	BB	00	12064	52.6967	13.8014	
16259	Neulewin Neulietzegöricke	neulewin-neulietzegoricke	BB	00	12064	52.7667	14.25	
16259	Oderaue Altreetz	oderaue-altreetz	BB	00	12064	52.7667	14.1667	
16259	Oderaue Mädewitz, Altmädewitz	oderaue-madewitz-altmadewitz	BB	00	12064	52.7509	14.3313	
16259	Heckelberg-Brunow Brunow	heckelberg-brunow-brunow	BB	00	12064	52.7297	13.874	
16259	Beiersdorf-Freudenberg Beiersdorf	beiersdorf-freudenberg-beiersdorf	BB	00	12064	52.6926	13.783	
16259	Falkenberg Kruge/Gersdorf	falkenberg-kruge-gersdorf	BB	00	12064	52.7684	13.8913	
16259	Falkenberg Kruge/Gersdorf, Kruge	falkenberg-kruge-gersdorf-kruge	BB	00	12064	52.7553	13.8783	
16259	Heckelberg-Brunow	heckelberg-brunow	BB	00	12064	52.735	13.8577	
16259	Oderaue Neurüdnitz	oderaue-neurudnitz	BB	00	12064	52.8	14.1833	
16259	Höhenland Wölsickendorf-Wollenberg	hohenland-wolsickendorf-wollenberg	BB	00	12064	52.7789	13.9013	
16259	Oderaue Neureetz	oderaue-neureetz	BB	00	12064	52.7833	14.15	
16259	Oderaue Mädewitz, Neumädewitz	oderaue-madewitz-neumadewitz	BB	00	12064	52.74	14.3396	
16259	Oderaue Zäckericker Loose	oderaue-zackericker-loose	BB	00	12064	52.7833	14.2167	
16259	Neulewin Güstebieser Loose	neulewin-gustebieser-loose	BB	00	12064	52.75	14.3	
16259	Oderaue	oderaue	BB	00	12064	52.7773	14.2042	
16259	Oderaue Mädewitz	oderaue-madewitz	BB	00	12064	52.7455	14.3355	
16259	Höhenland	hohenland	BB	00	12064	52.7534	13.8823	
16259	Falkenberg Dannenberg/Mark	falkenberg-dannenberg-mark	BB	00	12064	52.7736	13.957	
16259	Höhenland Leuenberg	hohenland-leuenberg	BB	00	12064	52.7227	13.8701	
16259	Oderaue Wustrow, Neu-Wustrow	oderaue-wustrow-neu-wustrow	BB	00	12064	52.7638	14.2026	
16259	Oderaue Neuküstrinchen	oderaue-neukustrinchen	BB	00	12064	52.8	14.1667	
16259	Höhenland Wölsickendorf-Wollenberg, Wölsickendorf	hohenland-wolsickendorf-wollenberg-wolsickendorf	BB	00	12064	52.7638	13.9049	
16259	Oderaue Wustrow, Wustrow	oderaue-wustrow-wustrow	BB	00	12064	52.7603	14.2188	
16259	Falkenberg Kruge/Gersdorf, Neugersdorf	falkenberg-kruge-gersdorf-neugersdorf	BB	00	12064	52.7793	13.9039	
16259	Höhenland Wölsickendorf-Wollenberg, Wollenberg	hohenland-wolsickendorf-wollenberg-wollenberg	BB	00	12064	52.7941	13.8977	
16259	Oderaue Wustrow	oderaue-wustrow	BB	00	12064	52.7621	14.2107	
16269	Bliesdorf Metzdorf	bliesdorf-metzdorf	BB	00	12064	52.6586	14.1761	4
16269	Bliesdorf Kunersdorf	bliesdorf-kunersdorf	BB	00	12064	52.6747	14.1584	4
16269	Bliesdorf Bliesdorf	bliesdorf-bliesdorf	BB	00	12064	52.7	14.15	4
16269	Bliesdorf	bliesdorf	BB	00	12064	52.693	14.1595	4
16269	Wriezen	wriezen	BB	00	12064	52.7209	14.1343	4
16269	Wriezener Höhe	wriezener-hohe	BB	00	12064	52.7	14.0583	
16278	Wilmersdorf	wilmersdorf	BB	00	12073	53.1109	13.9061	4
16278	Neukünkendorf	neukunkendorf	BB	00	12073	52.973	14.0394	4
16278	Görlsdorf	gorlsdorf	BB	00	12073	53.0532	13.9423	4
16278	Bruchhagen	bruchhagen	BB	00	12073	53.0813	13.9747	4
16278	Pinnow	pinnow	BB	00	12073	53.062	14.0856	4
16278	Kerkow	kerkow	BB	00	12073	53.0373	13.9883	4
16278	Günterberg	gunterberg	BB	00	12073	53.0971	13.964	4
16278	Gellmersdorf	gellmersdorf	BB	00	12073	52.9684	14.0707	4
16278	Biesenbrow	biesenbrow	BB	00	12073	53.1198	14.0129	4
16278	Schmargendorf	schmargendorf	BB	00	12073	52.9815	13.9585	4
16278	Greiffenberg	greiffenberg	BB	00	12073	53.0873	13.9552	4
16278	Wolletz	wolletz	BB	00	12073	53.0249	13.9014	4
16278	Herzsprung	herzsprung	BB	00	12073	52.9755	13.9876	4
16278	Frauenhagen	frauenhagen	BB	00	12073	53.0771	14.0422	4
16278	Angermünde	angermunde	BB	00	12073	53.015	13.9992	4
16278	Mark Landin	mark-landin	BB	00	12073	53.1111	14.0917	
16278	Crussow	crussow	BB	00	12073	52.9998	14.0801	4
16278	Stolpe/Oder	stolpe-oder	BB	00	12073	52.9833	14.1167	
16278	Schmiedeberg	schmiedeberg	BB	00	12073	53.143	13.9521	4
16278	Schöneberg	schoneberg	BB	00	12073	53.0085	14.1426	4
16278	Steinhöfel	steinhofel	BB	00	12073	53.0946	13.8787	4
16278	Mürow	murow	BB	00	12073	53.0532	14.0333	4
16278	Welsow	welsow	BB	00	12073	53.0692	14.0022	4
16303	Schwedt/Oder	schwedt-oder	BB	00	12073	53.066	14.2711	4
16306	Friedrichsthal	friedrichsthal	BB	00	12073	53.1581	14.3464	4
16306	Zichow	zichow	BB	00	12073	53.1893	14.0385	4
16306	Casekow	casekow	BB	00	12073	53.2112	14.2082	4
16306	Stendell	stendell	BB	00	12073	53.1435	14.1661	4
16306	Vierraden	vierraden	BB	00	12073	53.0967	14.2934	4
16306	Schönow	schonow	BB	00	12073	53.1789	14.153	4
16306	Luckow-Petershagen	luckow-petershagen	BB	00	12073	53.2435	14.2573	
16306	Biesendahlshof	biesendahlshof	BB	00	12073	53.1964	14.2092	
16306	Hohenselchow	hohenselchow	BB	00	12073	53.205	14.2807	4
16306	Passow	passow	BB	00	12073	53.1429	14.1142	4
16306	Blumberg	blumberg	BB	00	12073	53.2061	14.1525	4
16306	Woltersdorf	woltersdorf	BB	00	12073	53.1795	14.2167	4
16306	Berkholz-Meyenburg	berkholz-meyenburg	BB	00	12073	53.05	14.2167	
16306	Wartin	wartin	BB	00	12073	53.2508	14.157	4
16306	Groß Pinnow	gross-pinnow	BB	00	12073	53.1842	14.2762	4
16307	Mescherin	mescherin	BB	00	12073	53.2472	14.43	4
16307	Tantow	tantow	BB	00	12073	53.2716	14.351	4
16307	Hohenreinkendorf	hohenreinkendorf	BB	00	12073	53.2304	14.3303	4
16307	Neurochlitz	neurochlitz	BB	00	12073	53.2803	14.4067	4
16307	Rosow	rosow	BB	00	12073	53.3057	14.3863	4
16307	Radekow	radekow	BB	00	12073	53.3002	14.3531	4
16307	Schönfeld	schonfeld	BB	00	12073	53.2726	14.2916	4
16307	Geesow	geesow	BB	00	12073	53.2537	14.3791	4
16307	Gartz (Oder)	gartz-oder	BB	00	12073	53.2	14.3833	
16321	Bernau	bernau	BB	00	12060	52.6821	13.5965	4
16321	Lindenberg	lindenberg	BB	00	12060	52.6026	13.5244	4
16321	Danewitz	danewitz	BB	00	12060	52.7347	13.6658	4
16321	Rüdnitz	rudnitz	BB	00	12060	52.7214	13.625	4
16321	Lobetal	lobetal	BB	00	12060	52.7279	13.5921	4
16321	Börnicke	bornicke	BB	00	12060	52.663	13.638	4
16321	Schönow	schonow	BB	00	12060	52.6771	13.5364	4
16341	Schwanebeck	schwanebeck	BB	00	12060	52.6251	13.5441	4
16341	Zepernick	zepernick	BB	00	12060	52.6509	13.5409	4
16348	Ruhlsdorf	ruhlsdorf	BB	00	12060	52.8235	13.5568	4
16348	Stolzenhagen	stolzenhagen	BB	00	12060	52.7781	13.4384	4
16348	Prenden	prenden	BB	00	12060	52.7921	13.549	4
16348	Zerpenschleuse	zerpenschleuse	BB	00	12060	52.8521	13.5279	4
16348	Marienwerder	marienwerder	BB	00	12060	52.8421	13.5993	4
16348	Wandlitz	wandlitz	BB	00	12060	52.742	13.458	4
16348	Klosterfelde	klosterfelde	BB	00	12060	52.7971	13.4789	4
16348	Groß Schönebeck (Schorfheide)	gross-schonebeck-schorfheide	BB	00	12060	52.9	13.5167	
16352	Schönwalde	schonwalde	BB	00	12060	52.6779	13.44	4
16352	Schönerlinde	schonerlinde	BB	00	12060	52.6539	13.445	4
16352	Basdorf	basdorf	BB	00	12060	52.7126	13.4387	4
16356	Mehrow	mehrow	BB	00	12060	52.5709	13.6155	4
16356	Eiche	eiche	BB	00	12060	52.5635	13.5891	4
16356	Wilmersdorf	wilmersdorf	BB	00	12060	52.6639	13.6873	
16356	Hirschfelde	hirschfelde	BB	00	12060	52.6367	13.7993	4
16356	Ahrensfelde	ahrensfelde	BB	00	12060	52.5766	13.5797	4
16356	Werneuchen	werneuchen	BB	00	12060	52.6328	13.7344	4
16356	Schönfeld	schonfeld	BB	00	12060	52.8333	13.5667	
16356	Seefeld	seefeld	BB	00	12060	52.6224	13.6801	4
16356	Krummensee	krummensee	BB	00	12060	52.5962	13.6926	4
16356	Blumberg	blumberg	BB	00	12060	52.6356	13.6849	
16359	Lanke	lanke	BB	00	12060	52.7609	13.5653	4
16359	Biesenthal	biesenthal	BB	00	12060	52.7662	13.6442	4
16515	Freienhagen	freienhagen	BB	00	12065	52.8261	13.2746	4
16515	Schmachtenhagen	schmachtenhagen	BB	00	12065	52.7682	13.3259	4
16515	Friedrichsthal	friedrichsthal	BB	00	12065	52.7947	13.2799	4
16515	Oranienburg	oranienburg	BB	00	12065	52.7558	13.242	4
16515	Zühlsdorf	zuhlsdorf	BB	00	12065	52.73	13.3876	4
16515	Neuholland	neuholland	BB	00	12065	52.8596	13.3257	4
16515	Nassenheide	nassenheide	BB	00	12065	52.8148	13.2146	4
16515	Malz	malz	BB	00	12065	52.803	13.2922	4
16515	Wensickendorf	wensickendorf	BB	00	12065	52.7553	13.3766	4
16515	Zehlendorf	zehlendorf	BB	00	12065	52.7838	13.3878	4
16540	Stolpe	stolpe	BB	00	12065	52.661	13.2593	4
16540	Hohen Neuendorf	hohen-neuendorf	BB	00	12065	52.6763	13.2778	4
16547	Birkenwerder	birkenwerder	BB	00	12065	52.6833	13.2833	4
16548	Glienicke/Nordbahn	glienicke-nordbahn	BB	00	12065	52.6351	13.3075	4
16552	Schildow	schildow	BB	00	12065	52.6363	13.376	4
16556	Borgsdorf	borgsdorf	BB	00	12065	52.7129	13.2767	4
16559	Liebenwalde	liebenwalde	BB	00	12065	52.8713	13.3947	4
16559	Hammer	hammer	BB	00	12065	52.8797	13.4395	4
16559	Kreuzbruch	kreuzbruch	BB	00	12065	52.8404	13.4225	4
16559	Liebenthal	liebenthal	BB	00	12065	52.9128	13.4612	4
16562	Bergfelde	bergfelde	BB	00	12065	52.6729	13.3186	4
16565	Lehnitz	lehnitz	BB	00	12065	52.7405	13.2627	4
16567	Mühlenbeck	muhlenbeck	BB	00	12065	52.6647	13.3769	4
16567	Schönfließ	schonfliess	BB	00	12065	52.6555	13.3382	4
16727	Velten	velten	BB	00	12065	52.6915	13.1753	4
16727	Oberkrämer	oberkramer	BB	00	12065	52.5833	13.3167	
16761	Hennigsdorf	hennigsdorf	BB	00	12065	52.636	13.2042	4
16766	Oberkrämer	oberkramer	BB	00	12065	52.5833	13.3167	
16766	Kremmen	kremmen	BB	00	12065	52.7622	13.0252	4
16767	Germendorf	germendorf	BB	00	12065	52.7499	13.1701	4
16767	Leegebruch	leegebruch	BB	00	12065	52.7234	13.193	4
16775	Mildenberg	mildenberg	BB	00	12065	53.0109	13.2879	4
16775	Schönermark	schonermark	BB	00	12065	53.007	13.1202	4
16775	Rönnebeck	ronnebeck	BB	00	12065	53.0042	13.0407	4
16775	Bredereiche	bredereiche	BB	00	12065	53.1366	13.2426	4
16775	Zabelsdorf	zabelsdorf	BB	00	12065	53.0476	13.2533	4
16775	Badingen	badingen	BB	00	12065	52.9987	13.2523	4
16775	Marienthal	marienthal	BB	00	12065	53.0547	13.2785	4
16775	Gransee	gransee	BB	00	12065	53.007	13.1575	4
16775	Burgwall	burgwall	BB	00	12065	53.049	13.3016	4
16775	Barsdorf	barsdorf	BB	00	12065	53.1021	13.2882	4
16775	Blumenow	blumenow	BB	00	12065	53.0998	13.2508	4
16775	Klein-Mutz	klein-mutz	BB	00	12065	52.9667	13.2833	
16775	Sonnenberg	sonnenberg	BB	00	12065	53.0192	13.0884	4
16775	Kappe	kappe	BB	00	12065	52.9665	13.4391	4
16775	Krewelin	krewelin	BB	00	12065	52.9443	13.386	4
16775	Schulzendorf	schulzendorf	BB	00	12065	53.0358	13.049	4
16775	Löwenberger Land	lowenberger-land	BB	00	12065	52.8958	13.1729	
16775	Großwoltersdorf	grosswoltersdorf	BB	00	12065	53.0667	13.1	4
16775	Tornow	tornow	BB	00	12065	53.0632	13.2875	4
16775	Stechlin	stechlin	BB	00	12065	53.1056	13.0417	
16792	Kurtschlag	kurtschlag	BB	00	12065	52.9988	13.478	4
16792	Wesendorf	wesendorf	BB	00	12065	52.983	13.38	4
16792	Zehdenick	zehdenick	BB	00	12065	52.9785	13.3317	4
16798	Steinförde	steinforde	BB	00	12065	53.1873	13.0896	4
16798	Zootzen	zootzen	BB	00	12065	53.1529	13.2114	4
16798	Fürstenberg/Havel	furstenberg-havel	BB	00	12065	53.1864	13.1708	4
16798	Himmelpfort	himmelpfort	BB	00	12065	53.1775	13.2278	4
16798	Altthymen	altthymen	BB	00	12065	53.2397	13.1627	4
16816	Neuruppin	neuruppin	BB	00	12068	52.9282	12.8031	4
16818	Dabergotz	dabergotz	BB	00	12068	52.9031	12.7247	4
16818	Walsleben	walsleben	BB	00	12068	52.9383	12.6645	4
16818	Temnitzquell	temnitzquell	BB	00	12068	53.0056	12.6444	
16818	Basdorf	basdorf	BB	00	12068	53.0909	12.7313	4
16818	Storbeck-Frankendorf	storbeck-frankendorf	BB	00	12068	53.0067	12.7333	
16818	Fehrbellin Deutschhof	fehrbellin-deutschhof	BB	00	12068	52.7	12.8167	
16818	Fehrbellin Wustrau-Altfriesack	fehrbellin-wustrau-altfriesack	BB	00	12068	52.85	12.8733	
16818	Märkisch Linden	markisch-linden	BB	00	12068	52.9292	12.7083	
16818	Fehrbellin Wall	fehrbellin-wall	BB	00	12068	52.8167	12.9667	
16818	Rheinsberg Braunsberg	rheinsberg-braunsberg	BB	00	12068	53.05	12.8333	
16818	Fehrbellin Langen	fehrbellin-langen	BB	00	12068	52.85	12.8	
16827	Alt Ruppin	alt-ruppin	BB	00	12068	52.9483	12.848	4
16831	Rheinsberg Schwanow	rheinsberg-schwanow	BB	00	12068	53.05	12.8667	4
16831	Rheinsberg Zechlinerhütte	rheinsberg-zechlinerhutte	BB	00	12068	53.15	12.8833	4
16831	Rheinsberg	rheinsberg	BB	00	12068	53.0997	12.8989	4
16831	Rheinsberg Linow	rheinsberg-linow	BB	00	12068	53.1	12.8333	4
16831	Rheinsberg Großzerlang	rheinsberg-grosszerlang	BB	00	12068	53.1833	12.95	4
16831	Rheinsberg Zechow	rheinsberg-zechow	BB	00	12068	53.05	12.9167	4
16831	Rheinsberg Zühlen	rheinsberg-zuhlen	BB	00	12068	53.0833	12.8167	4
16831	Rheinsberg Kleinzerlang	rheinsberg-kleinzerlang	BB	00	12068	53.1833	12.9167	4
16831	Rheinsberg Heinrichsdorf	rheinsberg-heinrichsdorf	BB	00	12068	53.05	12.95	4
16833	Fehrbellin Brunne	fehrbellin-brunne	BB	00	12068	52.7667	12.7333	4
16833	Fehrbellin	fehrbellin	BB	00	12068	52.8135	12.7644	4
16833	Fehrbellin Linum	fehrbellin-linum	BB	00	12068	52.7815	12.7813	
16833	Fehrbellin Hakenberg	fehrbellin-hakenberg	BB	00	12068	52.7833	12.8333	4
16833	Fehrbellin Walchow	fehrbellin-walchow	BB	00	12068	52.85	12.7667	4
16833	Fehrbellin Dechtow	fehrbellin-dechtow	BB	00	12068	52.75	12.8167	4
16833	Fehrbellin Protzen	fehrbellin-protzen	BB	00	12068	52.85	12.7333	4
16833	Fehrbellin Lentzke	fehrbellin-lentzke	BB	00	12068	52.8	12.7	4
16833	Fehrbellin Königshorst	fehrbellin-konigshorst	BB	00	12068	52.7167	12.8	4
16833	Fehrbellin Tarmow	fehrbellin-tarmow	BB	00	12068	52.8	12.8	4
16833	Fehrbellin Betzin	fehrbellin-betzin	BB	00	12068	52.7667	12.7667	4
16833	Fehrbellin Karwesee	fehrbellin-karwesee	BB	00	12068	52.75	12.7833	4
16835	Rüthnick	ruthnick	BB	00	12068	52.8812	12.9965	4
16835	Seebeck-Strubensee	seebeck-strubensee	BB	00	12068	52.9395	13.0207	4
16835	Herzberg	herzberg	BB	00	12068	52.9027	12.9698	4
16835	Vielitz	vielitz	BB	00	12068	52.9338	13.0161	4
16835	Rheinsberg Dierberg	rheinsberg-dierberg	BB	00	12068	53.0333	12.9667	
16835	Lindow (Mark)	lindow-mark	BB	00	12068	52.9748	12.9869	
16835	Lindow (Mark) Schönberg (Mark)	lindow-mark-schonberg-mark	BB	00	12068	52.9333	12.9667	
16835	Lindow (Mark) Hindenberg	lindow-mark-hindenberg	BB	00	12068	53.0333	13	
16837	Rheinsberg Dorf Zechlin	rheinsberg-dorf-zechlin	BB	00	12068	53.1333	12.7667	
16837	Rheinsberg Luhme	rheinsberg-luhme	BB	00	12068	53.1833	12.8333	
16837	Rheinsberg Wallitz	rheinsberg-wallitz	BB	00	12068	53.1167	12.7667	
16837	Wittstock/Dosse Zempow	wittstock-dosse-zempow	BB	00	12068	53.2167	12.7333	
16837	Rheinsberg Flecken Zechlin	rheinsberg-flecken-zechlin	BB	00	12068	53.15	12.7667	
16837	Rheinsberg Kagar	rheinsberg-kagar	BB	00	12068	53.1333	12.8167	
16845	Neustadt (Dosse)	neustadt-dosse	BB	00	12068	52.8528	12.4492	4
16845	Dreetz	dreetz	BB	00	12068	52.803	12.4596	4
16845	Temnitztal Garz	temnitztal-garz	BB	00	12068	52.85	12.6333	4
16845	Temnitztal Wildberg	temnitztal-wildberg	BB	00	12068	52.8775	12.6278	4
16845	Sieversdorf-Hohenofen	sieversdorf-hohenofen	BB	00	12068	52.825	12.4083	
16845	Großderschau	grossderschau	BB	00	12063	52.7906	12.3682	4
16845	Temnitztal	temnitztal	BB	00	12068	52.8567	12.6367	4
16845	Breddin	breddin	BB	00	12068	52.8856	12.2237	4
16845	Stüdenitz-Schönermark	studenitz-schonermark	BB	00	12068	52.8917	12.3	
16845	Fehrbellin Manker	fehrbellin-manker	BB	00	12068	52.85	12.6667	
16845	Märkisch Linden	markisch-linden	BB	00	12068	52.9292	12.7083	
16845	Zernitz-Lohm	zernitz-lohm	BB	00	12068	52.875	12.3417	
16845	Kyritz Holzhausen	kyritz-holzhausen	BB	00	12068	52.9167	12.35	
16866	Vehlin	vehlin	BB	00	12070	52.9569	12.139	4
16866	Dannenwalde	dannenwalde	BB	00	12070	53.0266	12.2404	4
16866	Groß Welle	gross-welle	BB	00	12070	53.012	12.0841	4
16866	Barenthin	barenthin	BB	00	12070	52.9236	12.234	4
16866	Döllen	dollen	BB	00	12070	52.9906	12.1854	4
16866	Görike	gorike	BB	00	12070	52.9436	12.2013	4
16866	Schönhagen	schonhagen	BB	00	12070	52.9623	12.1825	4
16866	Schrepkow	schrepkow	BB	00	12070	52.9778	12.1107	4
16866	Demerthin	demerthin	BB	00	12070	52.9743	12.2932	4
16866	Kunow	kunow	BB	00	12070	52.995	12.133	4
16866	Kyritz	kyritz	BB	00	12068	52.9808	12.3274	4
16866	Vehlow	vehlow	BB	00	12070	53.0123	12.3192	4
16866	Granzow	granzow	BB	00	12070	52.9587	12.2504	4
16866	Gumtow	gumtow	BB	00	12070	52.9833	12.25	4
16866	Wutike	wutike	BB	00	12070	53.0185	12.3748	4
16866	Rehfeld-Berlitt	rehfeld-berlitt	BB	00	12068	52.95	12.2917	
16866	Kyritz Drewen	kyritz-drewen	BB	00	12068	52.9833	12.4	
16866	Kolrep	kolrep	BB	00	12070	53.0309	12.2863	4
16866	Teetz-Ganz	teetz-ganz	BB	00	12068	53.025	12.5083	
16866	Kyritz Kötzlin	kyritz-kotzlin	BB	00	12068	52.9	12.2333	
16866	Bork-Lellichow	bork-lellichow	BB	00	12068	53.0333	12.45	
16868	Wusterhausen (Dosse)	wusterhausen-dosse	BB	00	12068	52.8833	12.4667	
16909	Heiligengrabe Jabel	heiligengrabe-jabel	BB	00	12068	53.1667	12.4333	4
16909	Heiligengrabe Liebenthal	heiligengrabe-liebenthal	BB	00	12068	53.15	12.4	4
16909	Heiligengrabe Papenbruch	heiligengrabe-papenbruch	BB	00	12068	53.1333	12.4333	4
16909	Wittstock/Dosse Berlinchen	wittstock-dosse-berlinchen	BB	00	12068	53.2167	12.5833	
16909	Heiligengrabe Blesendorf	heiligengrabe-blesendorf	BB	00	12068	53.2	12.3333	4
16909	Wittstock/Dosse Schweinrich	wittstock-dosse-schweinrich	BB	00	12068	53.1833	12.6333	
16909	Heiligengrabe Blandikow	heiligengrabe-blandikow	BB	00	12068	53.1167	12.3833	4
16909	Wittstock/Dosse Dossow	wittstock-dosse-dossow	BB	00	12068	53.1167	12.5333	
16909	Heiligengrabe Wernikow	heiligengrabe-wernikow	BB	00	12068	53.2167	12.4333	4
16909	Wittstock/Dosse Groß Haßlow	wittstock-dosse-gross-hasslow	BB	00	12068	53.1833	12.55	
16909	Heiligengrabe Zaatzke	heiligengrabe-zaatzke	BB	00	12068	53.1833	12.4	4
16909	Heiligengrabe	heiligengrabe	BB	00	12068	53.1446	12.3625	4
16909	Heiligengrabe Maulbeerwalde	heiligengrabe-maulbeerwalde	BB	00	12068	53.1833	12.35	4
16909	Wittstock/Dosse Gadow	wittstock-dosse-gadow	BB	00	12068	53.1167	12.6167	
16909	Wittstock/Dosse Zootzen	wittstock-dosse-zootzen	BB	00	12068	53.1333	12.5833	
16909	Wittstock/Dosse Goldbeck	wittstock-dosse-goldbeck	BB	00	12068	53.1333	12.5167	
16909	Wittstock/Dosse Rossow	wittstock-dosse-rossow	BB	00	12068	53.05	12.5667	
16909	Wittstock/Dosse Christdorf	wittstock-dosse-christdorf	BB	00	12068	53.0833	12.4667	
16909	Wittstock/Dosse Herzsprung	wittstock-dosse-herzsprung	BB	00	12068	53.0667	12.4667	
16909	Heiligengrabe Grabow bei Blumenthal	heiligengrabe-grabow-bei-blumenthal	BB	00	12068	53.0833	12.4	
16909	Wittstock/Dosse Dranse	wittstock-dosse-dranse	BB	00	12068	53.2	12.6167	
16909	Wittstock/Dosse Wulfersdorf	wittstock-dosse-wulfersdorf	BB	00	12068	53.25	12.4333	
16909	Wittstock/Dosse Fretzdorf	wittstock-dosse-fretzdorf	BB	00	12068	53.0667	12.55	
16909	Wittstock/Dosse Niemerlang	wittstock-dosse-niemerlang	BB	00	12068	53.25	12.35	
16909	Wittstock/Dosse Sewekow	wittstock-dosse-sewekow	BB	00	12068	53.25	12.65	
16909	Wittstock/Dosse	wittstock-dosse	BB	00	12068	53.1549	12.487	
16909	Wittstock/Dosse Königsberg	wittstock-dosse-konigsberg	BB	00	12068	53.0667	12.4333	
16918	Wittstock/Dosse Freyenstein	wittstock-dosse-freyenstein	BB	00	12068	53.2833	12.35	
16921	Alt Krüssow	alt-krussow	BB	00	12070	53.15	12.2667	4
16928	Wilmersdorf	wilmersdorf	BB	00	12070	53.1622	12.3074	4
16928	Falkenhagen	falkenhagen	BB	00	12070	53.2065	12.2031	4
16928	Gerdshagen	gerdshagen	BB	00	12070	53.2446	12.1981	4
16928	Klein Woltersdorf	klein-woltersdorf	BB	00	12070	53.0754	12.1849	4
16928	Heiligengrabe Blumenthal	heiligengrabe-blumenthal	BB	00	12070	53.0833	12.3667	
16928	Pritzwalk	pritzwalk	BB	00	12070	53.1494	12.1741	4
16928	Kemnitz	kemnitz	BB	00	12070	53.1394	12.236	4
16928	Heiligengrabe Rosenwinkel	heiligengrabe-rosenwinkel	BB	00	12070	53.05	12.3667	
16928	Mesendorf	mesendorf	BB	00	12070	53.0953	12.1309	4
16928	Steffenshagen	steffenshagen	BB	00	12070	53.1985	12.1175	4
16928	Schönebeck	schonebeck	BB	00	12070	53.0595	12.2331	4
16928	Hoppenrade	hoppenrade	BB	00	12070	53.0365	12.0616	4
16928	Tüchen	tuchen	BB	00	12070	53.0621	12.0933	4
16928	Helle	helle	BB	00	12070	53.1679	12.0326	4
16928	Kuhsdorf	kuhsdorf	BB	00	12070	53.1185	12.1072	4
16928	Buchholz	buchholz	BB	00	12070	53.1175	12.1835	4
16928	Boddin-Langnow	boddin-langnow	BB	00	12070	53.1	12.2778	
16928	Lindenberg	lindenberg	BB	00	12070	53.0377	12.1291	4
16928	Kuhbier	kuhbier	BB	00	12070	53.1484	12.0942	4
16928	Vettin	vettin	BB	00	12070	53.0332	12.1706	4
16928	Groß Woltersdorf	gross-woltersdorf	BB	00	12070	53.0824	12.1506	4
16928	Groß Pankow	gross-pankow	BB	00	12070	53.1195	12.0497	4
16928	Kehrberg	kehrberg	BB	00	12070	53.0474	12.1869	4
16928	Sadenbeck	sadenbeck	BB	00	12070	53.1866	12.2652	4
16928	Alt Krüssow	alt-krussow	BB	00	12070	53.15	12.2667	4
16928	Beveringen	beveringen	BB	00	12070	53.1507	12.2208	4
16945	Kümmernitztal	kummernitztal	BB	00	12070	53.2417	12.1583	
16945	Meyenburg	meyenburg	BB	00	12070	53.3133	12.2425	4
16945	Halenbeck-Rohlsdorf	halenbeck-rohlsdorf	BB	00	12070	53.2333	12.28	
16945	Marienfließ	marienfliess	BB	00	12070	53.32	12.1233	
16949	Triglitz	triglitz	BB	00	12070	53.2167	12.1	4
16949	Putlitz	putlitz	BB	00	12070	53.249	12.0418	4
17268	Herzfelde	herzfelde	BB	00	12073	53.1975	13.6031	4
17268	Mittenwalde	mittenwalde	BB	00	12073	53.1833	13.6667	4
17268	Gerswalde	gerswalde	BB	00	12073	53.1699	13.7485	4
17268	Densow	densow	BB	00	12073	53.1453	13.3779	4
17268	Petznick	petznick	BB	00	12073	53.1621	13.6253	4
17268	Gandenitz	gandenitz	BB	00	12073	53.1735	13.4409	4
17268	Groß Dölln	gross-dolln	BB	00	12073	52.9928	13.5255	4
17268	Grunewald	grunewald	BB	00	12073	53.0235	13.4806	4
17268	Storkow	storkow	BB	00	12073	53.047	13.4424	4
17268	Gollin	gollin	BB	00	12073	53.049	13.6032	4
17268	Röddelin	roddelin	BB	00	12073	53.1017	13.4442	4
17268	Temmen-Ringenwalde	temmen-ringenwalde	BB	00	12073	53.08	13.7417	
17268	Templin	templin	BB	00	12073	53.1262	13.5455	4
17268	Milmersdorf	milmersdorf	BB	00	12073	53.1119	13.6415	4
17268	Klosterwalde	klosterwalde	BB	00	12073	53.1711	13.5617	4
17268	Vietmannsdorf	vietmannsdorf	BB	00	12073	53.0502	13.5295	4
17268	Beutel	beutel	BB	00	12073	53.1138	13.3889	4
17268	Hammelspring	hammelspring	BB	00	12073	53.0714	13.4319	4
17268	Boitzenburger Land	boitzenburger-land	BB	00	12073	53.255	13.5867	
17268	Flieth-Stegelitz	flieth-stegelitz	BB	00	12073	53.1417	13.8333	
17279	Lychen	lychen	BB	00	12073	53.2124	13.3148	4
17291	Gramzow	gramzow	BB	00	12073	53.2125	14.0075	4
17291	Oberuckersee	oberuckersee	BB	00	12073	53.2125	13.8875	
17291	Prenzlau	prenzlau	BB	00	12073	53.3162	13.8626	4
17291	Schenkenberg	schenkenberg	BB	00	12073	53.3667	13.95	4
17291	Grünow	grunow	BB	00	12073	53.3167	13.95	4
17291	Schönfeld	schonfeld	BB	00	12073	53.4136	13.9857	4
17291	Göritz	goritz	BB	00	12073	53.4063	13.9156	4
17291	Uckerfelde	uckerfelde	BB	00	12073	53.2583	13.9667	
17291	Nordwestuckermark	nordwestuckermark	BB	00	12073	53.2697	13.6046	
17291	Randowtal	randowtal	BB	00	12073	53.3056	14.0556	
17291	Carmzow-Wallmow	carmzow-wallmow	BB	00	12073	53.3667	14.068	
17326	Brüssow	brussow	BB	00	12073	53.3997	14.1253	4
17337	Uckerland	uckerland	BB	00	12073	53.4569	13.7806	4
19309	Besandten	besandten	BB	00	12070	53.0895	11.2931	4
19309	Wootz	wootz	BB	00	12070	53.0663	11.3535	4
19309	Mellen	mellen	BB	00	12070	53.1532	11.589	4
19309	Lanz	lanz	BB	00	12070	53.0744	11.5991	4
19309	Eldenburg	eldenburg	BB	00	12070	53.1142	11.4387	4
19309	Lenzen (Elbe)	lenzen-elbe	BB	00	12070	53.0833	11.4833	
19322	Weisen	weisen	BB	00	12070	53.0252	11.7871	4
19322	Rühstädt	ruhstadt	BB	00	12070	52.9167	11.8667	4
19322	Breese	breese	BB	00	12070	53	11.8	4
19322	Groß Breese	gross-breese	BB	00	12070	53.0051	11.8232	4
19322	Cumlosen	cumlosen	BB	00	12070	53.0333	11.6667	4
19322	Wittenberge	wittenberge	BB	00	12070	53.0054	11.7503	4
19336	Kletzke	kletzke	BB	00	12070	52.9962	12.0554	4
19336	Bad Wilsnack	bad-wilsnack	BB	00	12070	52.9561	11.949	4
19336	Viesecke	viesecke	BB	00	12070	53.0134	12.0278	4
19336	Legde/Quitzöbel	legde-quitzobel	BB	00	12070	52.9111	11.9778	
19339	Netzow	netzow	BB	00	12070	52.9216	12.1385	4
19339	Glöwen	glowen	BB	00	12070	52.9142	12.0855	4
19339	Bendelin	bendelin	BB	00	12070	52.91	12.1689	4
19348	Retzin	retzin	BB	00	12070	53.1141	11.9948	4
19348	Krampfer	krampfer	BB	00	12070	53.0597	12.0191	4
19348	Pirow	pirow	BB	00	12070	53.2167	11.9	4
19348	Nebelin	nebelin	BB	00	12070	53.1089	11.7226	4
19348	Wolfshagen	wolfshagen	BB	00	12070	53.1482	12.0114	4
19348	Berge	berge	BB	00	12070	53.2333	11.8667	4
19348	Kleinow	kleinow	BB	00	12070	53.0525	11.958	4
19348	Perleberg	perleberg	BB	00	12070	53.0758	11.8574	4
19348	Gülitz-Reetz	gulitz-reetz	BB	00	12070	53.1889	11.9278	
19348	Baek	baek	BB	00	12070	53.1633	11.9164	4
19348	Klein Gottschow	klein-gottschow	BB	00	12070	53.097	12.0039	4
19357	Pröttlin	prottlin	BB	00	12070	53.197	11.5785	4
19357	Mankmuß	mankmuss	BB	00	12070	53.1315	11.6664	4
19357	Boberow	boberow	BB	00	12070	53.146	11.6146	4
19357	Garlin	garlin	BB	00	12070	53.1843	11.6788	4
19357	Karstädt	karstadt	BB	00	12070	53.1622	11.7424	4
10115	Berlin	berlin	BE	00	11000	52.5323	13.3846	6
10117	Berlin	berlin	BE	00	11000	52.517	13.3872	6
10119	Berlin	berlin	BE	00	11000	52.5305	13.4053	6
10178	Berlin	berlin	BE	00	11000	52.5213	13.4096	6
10179	Berlin	berlin	BE	00	11000	52.5122	13.4164	6
10243	Berlin Friedrichshain	berlin-friedrichshain	BE	00	11000	52.5123	13.4394	6
10245	Berlin Friedrichshain	berlin-friedrichshain	BE	00	11000	52.5007	13.4647	6
10247	Berlin Friedrichshain	berlin-friedrichshain	BE	00	11000	52.5161	13.4656	6
10249	Berlin Friedrichshain	berlin-friedrichshain	BE	00	11000	52.5238	13.4428	6
10315	Berlin	berlin	BE	00	11000	52.5132	13.5148	6
10317	Berlin	berlin	BE	00	11000	52.4979	13.4908	6
10318	Berlin	berlin	BE	00	11000	52.4835	13.5287	6
10319	Berlin	berlin	BE	00	11000	52.4992	13.5188	6
10365	Berlin	berlin	BE	00	11000	52.5206	13.4969	6
10367	Berlin	berlin	BE	00	11000	52.5246	13.4821	6
10369	Berlin	berlin	BE	00	11000	52.5295	13.4695	6
10405	Berlin	berlin	BE	00	11000	52.5352	13.4257	6
10407	Berlin	berlin	BE	00	11000	52.5336	13.4492	6
10409	Berlin	berlin	BE	00	11000	52.5443	13.4414	6
10435	Berlin	berlin	BE	00	11000	52.5378	13.4112	6
10437	Berlin	berlin	BE	00	11000	52.5449	13.4126	6
10439	Berlin	berlin	BE	00	11000	52.5522	13.4121	6
10551	Berlin	berlin	BE	00	11000	52.5307	13.3372	6
10553	Berlin	berlin	BE	00	11000	52.5305	13.3215	6
10555	Berlin	berlin	BE	00	11000	52.5215	13.3355	6
10557	Berlin	berlin	BE	00	11000	52.5233	13.3594	6
10559	Berlin	berlin	BE	00	11000	52.5301	13.3499	6
10585	Berlin	berlin	BE	00	11000	52.5152	13.3057	6
10587	Berlin	berlin	BE	00	11000	52.5184	13.3195	6
10589	Berlin	berlin	BE	00	11000	52.5276	13.3057	6
10623	Berlin	berlin	BE	00	11000	52.5088	13.3274	6
10625	Berlin	berlin	BE	00	11000	52.5095	13.3147	6
10627	Berlin	berlin	BE	00	11000	52.508	13.303	6
10629	Berlin	berlin	BE	00	11000	52.5028	13.3086	6
10707	Berlin	berlin	BE	00	11000	52.4967	13.3138	6
10709	Berlin	berlin	BE	00	11000	52.4939	13.3031	6
10711	Berlin	berlin	BE	00	11000	52.4981	13.2905	6
10713	Berlin	berlin	BE	00	11000	52.4851	13.3133	6
10715	Berlin	berlin	BE	00	11000	52.4824	13.3289	6
10717	Berlin	berlin	BE	00	11000	52.4908	13.3275	6
10719	Berlin	berlin	BE	00	11000	52.4988	13.3257	6
10777	Berlin	berlin	BE	00	11000	52.4975	13.3427	6
10779	Berlin	berlin	BE	00	11000	52.4921	13.3395	6
10781	Berlin	berlin	BE	00	11000	52.4936	13.3529	6
10783	Berlin	berlin	BE	00	11000	52.4964	13.3624	6
10785	Berlin	berlin	BE	00	11000	52.5073	13.3643	6
10787	Berlin	berlin	BE	00	11000	52.5078	13.3439	6
10789	Berlin	berlin	BE	00	11000	52.5017	13.3377	6
10823	Berlin	berlin	BE	00	11000	52.4873	13.3509	6
10825	Berlin	berlin	BE	00	11000	52.4838	13.3413	6
10827	Berlin	berlin	BE	00	11000	52.4838	13.3543	6
10829	Berlin	berlin	BE	00	11000	52.4761	13.3607	6
10961	Berlin Kreuzberg	berlin-kreuzberg	BE	00	11000	52.4926	13.3975	6
10963	Berlin Kreuzberg	berlin-kreuzberg	BE	00	11000	52.5003	13.3813	6
10965	Berlin Kreuzberg	berlin-kreuzberg	BE	00	11000	52.4855	13.3946	6
10967	Berlin Kreuzberg	berlin-kreuzberg	BE	00	11000	52.4905	13.4164	6
10969	Berlin Kreuzberg	berlin-kreuzberg	BE	00	11000	52.5025	13.4012	6
10997	Berlin Kreuzberg	berlin-kreuzberg	BE	00	11000	52.5009	13.4356	6
10999	Berlin Kreuzberg	berlin-kreuzberg	BE	00	11000	52.4969	13.4266	6
11011	Berlin	berlin	BE	00	11000	52.5179	13.3759	4
12043	Berlin	berlin	BE	00	11000	52.4799	13.4371	6
12045	Berlin	berlin	BE	00	11000	52.4855	13.4392	6
12047	Berlin	berlin	BE	00	11000	52.4905	13.4285	6
12049	Berlin	berlin	BE	00	11000	52.4764	13.422	6
12051	Berlin	berlin	BE	00	11000	52.4669	13.4298	6
12053	Berlin	berlin	BE	00	11000	52.4768	13.4325	6
12055	Berlin	berlin	BE	00	11000	52.4712	13.4486	6
12057	Berlin	berlin	BE	00	11000	52.4684	13.4633	6
12059	Berlin	berlin	BE	00	11000	52.4809	13.4513	6
12099	Berlin	berlin	BE	00	11000	52.4644	13.4023	6
12101	Berlin	berlin	BE	00	11000	52.4785	13.3791	6
12103	Berlin	berlin	BE	00	11000	52.4641	13.3747	6
12105	Berlin	berlin	BE	00	11000	52.4492	13.3714	6
12107	Berlin	berlin	BE	00	11000	52.4312	13.3917	6
12109	Berlin	berlin	BE	00	11000	52.4465	13.3993	6
12157	Berlin	berlin	BE	00	11000	52.4653	13.3462	6
12159	Berlin	berlin	BE	00	11000	52.4737	13.3369	6
12161	Berlin	berlin	BE	00	11000	52.4704	13.327	6
12163	Berlin	berlin	BE	00	11000	52.4626	13.3185	6
12165	Berlin	berlin	BE	00	11000	52.4557	13.3148	6
12167	Berlin	berlin	BE	00	11000	52.4486	13.3338	6
12169	Berlin	berlin	BE	00	11000	52.4548	13.3435	6
12203	Berlin	berlin	BE	00	11000	52.4444	13.3096	6
12205	Berlin	berlin	BE	00	11000	52.434	13.2945	6
12207	Berlin	berlin	BE	00	11000	52.4199	13.3133	6
12209	Berlin	berlin	BE	00	11000	52.4179	13.3291	6
12247	Berlin	berlin	BE	00	11000	52.4395	13.3462	6
12249	Berlin	berlin	BE	00	11000	52.4264	13.3518	6
12277	Berlin	berlin	BE	00	11000	52.4134	13.375	6
12279	Berlin	berlin	BE	00	11000	52.4106	13.3531	6
12305	Berlin	berlin	BE	00	11000	52.4033	13.4021	6
12307	Berlin	berlin	BE	00	11000	52.3886	13.3907	6
12309	Berlin	berlin	BE	00	11000	52.3905	13.4171	6
12347	Berlin	berlin	BE	00	11000	52.4509	13.4281	6
12349	Berlin	berlin	BE	00	11000	52.4253	13.4221	6
12351	Berlin	berlin	BE	00	11000	52.4328	13.4555	6
12353	Berlin	berlin	BE	00	11000	52.4227	13.4589	6
12355	Berlin	berlin	BE	00	11000	52.411	13.4978	6
12357	Berlin	berlin	BE	00	11000	52.4293	13.4905	6
12359	Berlin	berlin	BE	00	11000	52.4473	13.4531	6
12435	Berlin	berlin	BE	00	11000	52.4866	13.4672	6
12437	Berlin	berlin	BE	00	11000	52.4624	13.4817	6
12439	Berlin	berlin	BE	00	11000	52.4528	13.5286	6
12459	Berlin	berlin	BE	00	11000	52.4656	13.528	6
12487	Berlin	berlin	BE	00	11000	52.4437	13.5052	6
12489	Berlin	berlin	BE	00	11000	52.4356	13.5432	6
12524	Berlin	berlin	BE	00	11000	52.4128	13.5417	6
12526	Berlin	berlin	BE	00	11000	52.3976	13.5642	6
12527	Berlin	berlin	BE	00	11000	52.3856	13.6339	6
12529	Berlin	berlin	BE	00	11000	52.5167	13.4	4
12555	Berlin	berlin	BE	00	11000	52.4627	13.5791	6
12557	Berlin	berlin	BE	00	11000	52.4303	13.592	6
12559	Berlin	berlin	BE	00	11000	52.4149	13.6634	6
12587	Berlin	berlin	BE	00	11000	52.4586	13.6362	6
12589	Berlin	berlin	BE	00	11000	52.4438	13.7034	6
12619	Berlin	berlin	BE	00	11000	52.5235	13.5883	6
12621	Berlin	berlin	BE	00	11000	52.5027	13.5878	6
12623	Berlin	berlin	BE	00	11000	52.5026	13.6165	6
12627	Berlin	berlin	BE	00	11000	52.5372	13.6135	6
12629	Berlin	berlin	BE	00	11000	52.5413	13.5901	6
12679	Berlin	berlin	BE	00	11000	52.5501	13.566	6
12681	Berlin	berlin	BE	00	11000	52.5369	13.5367	6
12683	Berlin	berlin	BE	00	11000	52.5075	13.5591	6
12685	Berlin	berlin	BE	00	11000	52.5391	13.565	6
12687	Berlin	berlin	BE	00	11000	52.5564	13.5645	6
12689	Berlin	berlin	BE	00	11000	52.5665	13.5675	6
13047	Reinickendorf	reinickendorf	BE	00	11000	52.5667	13.3333	4
13051	Berlin	berlin	BE	00	11000	52.5815	13.4908	6
13053	Berlin	berlin	BE	00	11000	52.55	13.5046	6
13055	Berlin	berlin	BE	00	11000	52.5401	13.496	6
13057	Berlin	berlin	BE	00	11000	52.5711	13.5415	6
13059	Berlin	berlin	BE	00	11000	52.5809	13.5217	6
13086	Berlin	berlin	BE	00	11000	52.5565	13.4482	6
13088	Berlin	berlin	BE	00	11000	52.5603	13.4708	6
13089	Berlin	berlin	BE	00	11000	52.5707	13.441	6
13125	Berlin	berlin	BE	00	11000	52.6329	13.4829	6
13127	Berlin	berlin	BE	00	11000	52.62	13.438	6
13129	Berlin	berlin	BE	00	11000	52.5921	13.4579	6
13156	Berlin	berlin	BE	00	11000	52.5824	13.3997	6
13158	Berlin	berlin	BE	00	11000	52.5932	13.3835	6
13159	Berlin	berlin	BE	00	11000	52.623	13.3978	6
13187	Berlin	berlin	BE	00	11000	52.5695	13.4084	6
13189	Berlin	berlin	BE	00	11000	52.5643	13.4219	6
13347	Berlin	berlin	BE	00	11000	52.5491	13.3655	6
13349	Berlin	berlin	BE	00	11000	52.558	13.3473	6
13351	Berlin	berlin	BE	00	11000	52.5507	13.3328	6
13353	Berlin	berlin	BE	00	11000	52.5416	13.3495	6
13355	Berlin	berlin	BE	00	11000	52.5416	13.3904	6
13357	Berlin	berlin	BE	00	11000	52.5502	13.3828	6
13359	Berlin	berlin	BE	00	11000	52.5599	13.3851	6
13403	Berlin	berlin	BE	00	11000	52.5739	13.3224	6
13405	Berlin	berlin	BE	00	11000	52.5596	13.2967	6
13407	Berlin	berlin	BE	00	11000	52.5727	13.3512	6
13409	Berlin	berlin	BE	00	11000	52.5679	13.3714	6
13435	Berlin	berlin	BE	00	11000	52.602	13.3456	6
13437	Berlin	berlin	BE	00	11000	52.5905	13.3284	6
13439	Berlin	berlin	BE	00	11000	52.5976	13.3584	6
13465	Berlin	berlin	BE	00	11000	52.6399	13.2896	6
13467	Berlin	berlin	BE	00	11000	52.6171	13.3075	6
13469	Berlin	berlin	BE	00	11000	52.6119	13.3422	6
13503	Berlin	berlin	BE	00	11000	52.6122	13.2488	6
13505	Berlin	berlin	BE	00	11000	52.5839	13.2404	6
13507	Berlin	berlin	BE	00	11000	52.5765	13.2717	6
13509	Berlin	berlin	BE	00	11000	52.5892	13.3006	6
13581	Berlin	berlin	BE	00	11000	52.531	13.1794	6
13583	Berlin	berlin	BE	00	11000	52.5437	13.1824	6
13585	Berlin	berlin	BE	00	11000	52.5477	13.2049	6
13587	Berlin	berlin	BE	00	11000	52.5767	13.1854	6
13589	Berlin	berlin	BE	00	11000	52.557	13.1676	6
13591	Berlin	berlin	BE	00	11000	52.5345	13.1405	6
13593	Berlin	berlin	BE	00	11000	52.5148	13.1672	6
13595	Berlin	berlin	BE	00	11000	52.5116	13.1962	6
13597	Berlin	berlin	BE	00	11000	52.5272	13.2195	6
13599	Berlin	berlin	BE	00	11000	52.5463	13.235	6
13627	Berlin	berlin	BE	00	11000	52.5398	13.2991	6
13629	Berlin	berlin	BE	00	11000	52.5422	13.2661	6
14050	Berlin	berlin	BE	00	11000	52.5208	13.2683	6
14052	Berlin	berlin	BE	00	11000	52.5156	13.2569	6
14053	Berlin	berlin	BE	00	11000	52.5159	13.2387	6
14055	Berlin	berlin	BE	00	11000	52.502	13.2447	6
14057	Berlin	berlin	BE	00	11000	52.5073	13.2879	6
14059	Berlin	berlin	BE	00	11000	52.5205	13.2878	6
14089	Berlin	berlin	BE	00	11000	52.4708	13.1516	6
14109	Berlin	berlin	BE	00	11000	52.4197	13.144	6
14129	Berlin	berlin	BE	00	11000	52.4463	13.2026	6
14131	Berlin	berlin	BE	00	11000	52.517	13.4	1
14163	Berlin	berlin	BE	00	11000	52.4368	13.2385	6
14165	Berlin	berlin	BE	00	11000	52.4175	13.2536	6
14167	Berlin	berlin	BE	00	11000	52.4212	13.2765	6
14169	Berlin	berlin	BE	00	11000	52.4496	13.2573	6
14193	Berlin	berlin	BE	00	11000	52.4831	13.2365	6
14195	Berlin	berlin	BE	00	11000	52.4589	13.2829	6
14197	Berlin	berlin	BE	00	11000	52.4734	13.3118	6
14199	Berlin	berlin	BE	00	11000	52.4777	13.2951	6
70173	Stuttgart Stuttgart-Mitte	stuttgart-stuttgart-mitte	BW	081	08111	48.7786	9.1767	
70173	Stuttgart	stuttgart	BW	081	08111	48.7667	9.1833	4
70174	Stuttgart Stuttgart-Nord	stuttgart-stuttgart-nord	BW	081	08111	48.7978	9.1921	
70174	Stuttgart	stuttgart	BW	081	08111	48.7667	9.1833	4
70174	Stuttgart Stuttgart-Mitte	stuttgart-stuttgart-mitte	BW	081	08111	48.7827	9.172	
70176	Stuttgart	stuttgart	BW	081	08111	48.7667	9.1833	4
70176	Stuttgart Stuttgart-Mitte	stuttgart-stuttgart-mitte	BW	081	08111	48.7752	9.1585	
70176	Stuttgart Stuttgart-West	stuttgart-stuttgart-west	BW	081	08111	48.7736	9.1641	
70178	Stuttgart	stuttgart	BW	081	08111	48.7667	9.1833	4
70178	Stuttgart Stuttgart-Süd	stuttgart-stuttgart-sud	BW	081	08111	48.7644	9.1678	
70178	Stuttgart Stuttgart-West	stuttgart-stuttgart-west	BW	081	08111	48.7736	9.1641	
70178	Stuttgart Stuttgart-Mitte	stuttgart-stuttgart-mitte	BW	081	08111	48.7728	9.1731	
70180	Stuttgart	stuttgart	BW	081	08111	48.7667	9.1833	4
70180	Stuttgart Stuttgart-Süd	stuttgart-stuttgart-sud	BW	081	08111	48.7644	9.1678	
70180	Stuttgart Stuttgart-Mitte	stuttgart-stuttgart-mitte	BW	081	08111	48.7649	9.1762	
70182	Stuttgart	stuttgart	BW	081	08111	48.7667	9.1833	4
70182	Stuttgart Stuttgart-Mitte	stuttgart-stuttgart-mitte	BW	081	08111	48.7745	9.1821	
70184	Stuttgart	stuttgart	BW	081	08111	48.7667	9.1833	4
70184	Stuttgart Stuttgart-Ost	stuttgart-stuttgart-ost	BW	081	08111	48.7819	9.2079	
70184	Stuttgart Stuttgart-Mitte	stuttgart-stuttgart-mitte	BW	081	08111	48.7759	9.1798	
70184	Stuttgart Frauenkopf	stuttgart-frauenkopf	BW	081	08111	48.7607	9.2218	
70184	Stuttgart Stuttgart-Süd	stuttgart-stuttgart-sud	BW	081	08111	48.7644	9.1678	
70186	Stuttgart	stuttgart	BW	081	08111	48.7667	9.1833	4
70186	Stuttgart Stuttgart-Ost	stuttgart-stuttgart-ost	BW	081	08111	48.7718	9.2042	
70188	Stuttgart	stuttgart	BW	081	08111	48.7667	9.1833	4
70188	Stuttgart Stuttgart-Ost	stuttgart-stuttgart-ost	BW	081	08111	48.7819	9.2079	
70188	Stuttgart Stuttgart-Mitte	stuttgart-stuttgart-mitte	BW	081	08111	48.7835	9.2112	
70190	Stuttgart	stuttgart	BW	081	08111	48.7667	9.1833	4
70190	Stuttgart Stuttgart-Mitte	stuttgart-stuttgart-mitte	BW	081	08111	48.7887	9.2019	
70190	Stuttgart Stuttgart-Ost	stuttgart-stuttgart-ost	BW	081	08111	48.7819	9.2079	
70191	Stuttgart	stuttgart	BW	081	08111	48.7667	9.1833	4
70191	Stuttgart Bad Cannstatt	stuttgart-bad-cannstatt	BW	081	08111	48.8056	9.2141	
70191	Stuttgart Stuttgart-Nord	stuttgart-stuttgart-nord	BW	081	08111	48.7974	9.1823	
70192	Stuttgart Feuerbach	stuttgart-feuerbach	BW	081	08111	48.8113	9.1588	4
70192	Stuttgart Stuttgart-Nord	stuttgart-stuttgart-nord	BW	081	08111	48.7978	9.1921	
70192	Stuttgart	stuttgart	BW	081	08111	48.7667	9.1833	4
70193	Stuttgart Stuttgart-West	stuttgart-stuttgart-west	BW	081	08111	48.7736	9.1641	
70193	Stuttgart	stuttgart	BW	081	08111	48.7667	9.1833	4
70193	Stuttgart Stuttgart-Nord	stuttgart-stuttgart-nord	BW	081	08111	48.7784	9.1557	
70195	Stuttgart	stuttgart	BW	081	08111	48.7667	9.1833	4
70195	Stuttgart Botnang	stuttgart-botnang	BW	081	08111	48.7762	9.1304	
70197	Stuttgart	stuttgart	BW	081	08111	48.7667	9.1833	4
70197	Stuttgart Stuttgart-West	stuttgart-stuttgart-west	BW	081	08111	48.767	9.1485	
70199	Stuttgart	stuttgart	BW	081	08111	48.7667	9.1833	4
70199	Stuttgart Stuttgart-West	stuttgart-stuttgart-west	BW	081	08111	48.7582	9.1509	
70199	Stuttgart Stuttgart-Süd	stuttgart-stuttgart-sud	BW	081	08111	48.7644	9.1678	
70327	Stuttgart	stuttgart	BW	081	08111	48.7667	9.1833	4
70327	Stuttgart Rotenberg	stuttgart-rotenberg	BW	081	08111	48.7833	9.2715	
70327	Stuttgart Untertürkheim	stuttgart-unterturkheim	BW	081	08111	48.7802	9.2509	
70327	Stuttgart Wangen	stuttgart-wangen	BW	081	08111	48.7687	9.2478	
70327	Stuttgart Stuttgart-Ost	stuttgart-stuttgart-ost	BW	081	08111	48.7726	9.2444	
70327	Stuttgart Hedelfingen	stuttgart-hedelfingen	BW	081	08111	48.7586	9.2557	
70327	Stuttgart Luginsland	stuttgart-luginsland	BW	081	08111	48.7931	9.2579	
70329	Stuttgart	stuttgart	BW	081	08111	48.7667	9.1833	4
70329	Stuttgart Uhlbach	stuttgart-uhlbach	BW	081	08111	48.7762	9.2788	
70329	Stuttgart Obertürkheim	stuttgart-oberturkheim	BW	081	08111	48.7646	9.2683	
70329	Stuttgart Rohracker	stuttgart-rohracker	BW	081	08111	48.7618	9.2619	
70372	Stuttgart	stuttgart	BW	081	08111	48.8026	9.2177	4
70372	Stuttgart Bad Cannstatt	stuttgart-bad-cannstatt	BW	081	08111	48.8056	9.2141	
70374	Stuttgart	stuttgart	BW	081	08111	48.7667	9.1833	4
70374	Stuttgart Sommerrain	stuttgart-sommerrain	BW	081	08111	48.8106	9.2367	
70374	Stuttgart Bad Cannstatt	stuttgart-bad-cannstatt	BW	081	08111	48.8056	9.2141	
70376	Stuttgart	stuttgart	BW	081	08111	48.7667	9.1833	4
70376	Stuttgart Münster	stuttgart-munster	BW	081	08111	48.8213	9.22	
70376	Stuttgart Burgholzhof	stuttgart-burgholzhof	BW	081	08111	48.8137	9.2125	
70376	Stuttgart Bad Cannstatt	stuttgart-bad-cannstatt	BW	081	08111	48.8056	9.2141	
70378	Stuttgart	stuttgart	BW	081	08111	48.837	9.227	4
70435	Stuttgart Zuffenhausen	stuttgart-zuffenhausen	BW	081	08111	48.8334	9.1656	
70435	Stuttgart	stuttgart	BW	081	08111	48.7667	9.1833	4
70437	Stuttgart Mönchfeld	stuttgart-monchfeld	BW	081	08111	48.8424	9.2192	
70437	Stuttgart	stuttgart	BW	081	08111	48.7667	9.1833	4
70437	Stuttgart Zazenhausen	stuttgart-zazenhausen	BW	081	08111	48.8409	9.1928	
70437	Stuttgart Freiberg	stuttgart-freiberg	BW	081	08111	48.8363	9.2049	
70437	Stuttgart Rot	stuttgart-rot	BW	081	08111	48.8341	9.1927	
70437	Stuttgart Zuffenhausen	stuttgart-zuffenhausen	BW	081	08111	48.8353	9.1938	
70439	Stuttgart	stuttgart	BW	081	08111	48.7667	9.1833	4
70439	Stuttgart Stammheim	stuttgart-stammheim	BW	081	08111	48.8493	9.156	
70439	Stuttgart Zuffenhausen	stuttgart-zuffenhausen	BW	081	08111	48.8413	9.1525	
70439	Stuttgart Neuwirtshaus	stuttgart-neuwirtshaus	BW	081	08111	48.8357	9.1424	
70469	Stuttgart	stuttgart	BW	081	08111	48.7667	9.1833	4
70469	Stuttgart Feuerbach	stuttgart-feuerbach	BW	081	08111	48.8098	9.1612	4
70469	Stuttgart Zuffenhausen	stuttgart-zuffenhausen	BW	081	08111	48.8141	9.1675	
70499	Stuttgart	stuttgart	BW	081	08111	48.7667	9.1833	4
70499	Stuttgart Hausen	stuttgart-hausen	BW	081	08111	48.8151	9.0829	
70499	Stuttgart Giebel	stuttgart-giebel	BW	081	08111	48.8067	9.0891	
70499	Stuttgart Weilimdorf	stuttgart-weilimdorf	BW	081	08111	48.8143	9.1123	
70499	Stuttgart Zuffenhausen	stuttgart-zuffenhausen	BW	081	08111	48.8323	9.1685	
70499	Stuttgart Wolfbusch	stuttgart-wolfbusch	BW	081	08111	48.8125	9.1119	
70499	Stuttgart Bergheim	stuttgart-bergheim	BW	081	08111	48.8013	9.0897	
70563	Stuttgart	stuttgart	BW	081	08111	48.7667	9.1833	4
70563	Stuttgart Möhringen	stuttgart-mohringen	BW	081	08111	48.7258	9.1464	
70563	Stuttgart Vaihingen	stuttgart-vaihingen	BW	081	08111	48.7294	9.103	
70565	Stuttgart	stuttgart	BW	081	08111	48.7667	9.1833	4
70565	Stuttgart Rohr	stuttgart-rohr	BW	081	08111	48.7172	9.106	
70565	Stuttgart Fasanenhof	stuttgart-fasanenhof	BW	081	08111	48.7124	9.1509	
70565	Stuttgart Möhringen	stuttgart-mohringen	BW	081	08111	48.7258	9.1464	
70565	Stuttgart Dürrlewang	stuttgart-durrlewang	BW	081	08111	48.7195	9.1181	
70565	Stuttgart Vaihingen	stuttgart-vaihingen	BW	081	08111	48.7249	9.1247	
70567	Stuttgart	stuttgart	BW	081	08111	48.7667	9.1833	4
70567	Stuttgart Degerloch	stuttgart-degerloch	BW	081	08111	48.7237	9.1534	
70567	Stuttgart Möhringen	stuttgart-mohringen	BW	081	08111	48.7258	9.1464	
70569	Stuttgart	stuttgart	BW	081	08111	48.7667	9.1833	4
70569	Stuttgart Kaltental	stuttgart-kaltental	BW	081	08111	48.7383	9.1293	
70569	Stuttgart Büsnau	stuttgart-busnau	BW	081	08111	48.7506	9.0798	
70569	Stuttgart Vaihingen	stuttgart-vaihingen	BW	081	08111	48.7301	9.1097	
70597	Stuttgart	stuttgart	BW	081	08111	48.7667	9.1833	4
70597	Stuttgart Sonnenberg	stuttgart-sonnenberg	BW	081	08111	48.7446	9.1552	
70597	Stuttgart Degerloch	stuttgart-degerloch	BW	081	08111	48.7496	9.1703	
70597	Stuttgart Hoffeld	stuttgart-hoffeld	BW	081	08111	48.7425	9.1739	
70597	Stuttgart Kaltental	stuttgart-kaltental	BW	081	08111	48.7383	9.1293	
70597	Stuttgart Möhringen	stuttgart-mohringen	BW	081	08111	48.7258	9.1464	
70599	Stuttgart	stuttgart	BW	081	08111	48.7158	9.2046	4
70599	Stuttgart Plieningen	stuttgart-plieningen	BW	081	08111	48.701	9.2107	
70599	Stuttgart Hohenheim	stuttgart-hohenheim	BW	081	08111	48.7118	9.2113	
70599	Stuttgart Asemwald	stuttgart-asemwald	BW	081	08111	48.726	9.1932	
70599	Stuttgart Birkach	stuttgart-birkach	BW	081	08111	48.7082	9.2108	
70599	Stuttgart Steckfeld	stuttgart-steckfeld	BW	081	08111	48.7153	9.2014	
70599	Stuttgart Schönberg	stuttgart-schonberg	BW	081	08111	48.7325	9.2001	
70619	Stuttgart	stuttgart	BW	081	08111	48.7667	9.1833	4
70619	Stuttgart Riedenberg	stuttgart-riedenberg	BW	081	08111	48.736	9.2134	
70619	Stuttgart Heumaden	stuttgart-heumaden	BW	081	08111	48.7463	9.2376	
70619	Stuttgart Lederberg	stuttgart-lederberg	BW	081	08111	48.7532	9.243	
70619	Stuttgart Sillenbuch	stuttgart-sillenbuch	BW	081	08111	48.7474	9.2074	
70629	Stuttgart	stuttgart	BW	081	08111	48.7667	9.1833	4
70629	Stuttgart Flughafen	stuttgart-flughafen	BW	081	08111	48.6836	9.2121	
70734	Fellbach	fellbach	BW	081	08119	48.8086	9.2792	4
70736	Fellbach	fellbach	BW	081	08119	48.8239	9.272	4
70771	Leinfelden-Echterdingen	leinfelden-echterdingen	BW	081	08116	48.6941	9.1681	4
70794	Filderstadt	filderstadt	BW	081	08116	48.657	9.2205	4
70806	Kornwestheim	kornwestheim	BW	081	08118	48.8616	9.1857	4
70825	Korntal-Münchingen	korntal-munchingen	BW	081	08118	48.8167	9.1167	
70839	Gerlingen	gerlingen	BW	081	08118	48.7995	9.0632	4
71032	Böblingen	boblingen	BW	081	08115	48.6821	9.0117	4
71034	Böblingen	boblingen	BW	081	08115	48.6902	8.9705	4
71063	Sindelfingen	sindelfingen	BW	081	08115	48.7094	8.9988	4
71065	Sindelfingen	sindelfingen	BW	081	08115	48.7023	9.0219	4
71067	Sindelfingen	sindelfingen	BW	081	08115	48.7233	9.0077	4
71069	Sindelfingen	sindelfingen	BW	081	08115	48.7172	8.9684	4
71083	Herrenberg	herrenberg	BW	081	08115	48.5952	8.8665	4
71088	Holzgerlingen	holzgerlingen	BW	081	08115	48.6397	9.0115	4
71093	Weil im Schönbuch	weil-im-schonbuch	BW	081	08115	48.6227	9.0635	4
71101	Schönaich	schonaich	BW	081	08115	48.6587	9.0601	4
71106	Magstadt	magstadt	BW	081	08115	48.7447	8.9668	4
71111	Waldenbuch	waldenbuch	BW	081	08115	48.6383	9.1326	4
71116	Gärtringen	gartringen	BW	081	08115	48.6418	8.9007	4
71120	Grafenau	grafenau	BW	081	08115	48.7083	8.9183	4
71126	Gäufelden	gaufelden	BW	081	08115	48.55	8.8167	4
71131	Jettingen	jettingen	BW	081	08115	48.575	8.7865	4
71134	Aidlingen	aidlingen	BW	081	08115	48.6785	8.8952	4
71139	Ehningen	ehningen	BW	081	08115	48.6588	8.9412	4
71144	Steinenbronn	steinenbronn	BW	081	08115	48.6667	9.1167	4
71149	Bondorf	bondorf	BW	081	08115	48.5206	8.837	4
71154	Nufringen	nufringen	BW	081	08115	48.6225	8.8901	4
71155	Altdorf	altdorf	BW	081	08115	48.6311	8.9963	4
71157	Hildrizhausen	hildrizhausen	BW	081	08115	48.6242	8.966	4
71159	Mötzingen	motzingen	BW	081	08115	48.5332	8.7745	4
71229	Leonberg	leonberg	BW	081	08115	48.8	9.0167	4
71254	Ditzingen	ditzingen	BW	081	08118	48.8267	9.067	4
71263	Weil der Stadt	weil-der-stadt	BW	081	08115	48.7495	8.8718	4
71272	Renningen	renningen	BW	081	08115	48.7697	8.9387	4
71277	Rutesheim	rutesheim	BW	081	08115	48.8081	8.9454	4
71282	Hemmingen	hemmingen	BW	081	08118	48.8667	9.0333	4
71287	Weissach	weissach	BW	081	08115	48.8469	8.9283	4
71332	Waiblingen	waiblingen	BW	081	08119	48.8285	9.3131	4
71334	Waiblingen	waiblingen	BW	081	08119	48.843	9.31	4
71336	Waiblingen	waiblingen	BW	081	08119	48.8333	9.3	4
71364	Winnenden	winnenden	BW	081	08119	48.8756	9.3982	4
71384	Weinstadt	weinstadt	BW	081	08119	48.8092	9.3774	4
71394	Kernen im Remstal	kernen-im-remstal	BW	081	08119	48.8075	9.3224	4
71397	Leutenbach	leutenbach	BW	081	08119	48.8879	9.3927	4
71404	Korb	korb	BW	081	08119	48.843	9.3626	4
71409	Schwaikheim	schwaikheim	BW	081	08119	48.8773	9.3496	4
71522	Backnang	backnang	BW	081	08119	48.9474	9.4372	4
71540	Murrhardt	murrhardt	BW	081	08119	48.9819	9.5705	4
71543	Beilstein	beilstein	BW	081	08125	49.0394	9.315	4
71543	Wüstenrot	wustenrot	BW	081	08125	49.0808	9.4606	4
71546	Aspach	aspach	BW	081	08119	48.9667	9.4	4
71549	Auenwald	auenwald	BW	081	08119	48.9333	9.5	4
71554	Weissach im Tal	weissach-im-tal	BW	081	08119	48.9301	9.4769	4
71560	Sulzbach an der Murr	sulzbach-an-der-murr	BW	081	08119	49.003	9.5003	4
71563	Affalterbach	affalterbach	BW	081	08118	48.9227	9.3236	4
71566	Althütte	althutte	BW	081	08119	48.9156	9.5698	4
71570	Oppenweiler	oppenweiler	BW	081	08119	48.9827	9.4585	4
71573	Allmersbach im Tal	allmersbach-im-tal	BW	081	08119	48.9066	9.4682	4
71576	Burgstetten	burgstetten	BW	081	08119	48.9281	9.3724	4
71577	Großerlach	grosserlach	BW	081	08119	49.0537	9.5136	4
71579	Spiegelberg	spiegelberg	BW	081	08119	49.0408	9.4444	4
71634	Ludwigsburg	ludwigsburg	BW	081	08118	48.9076	9.1776	4
71636	Ludwigsburg	ludwigsburg	BW	081	08118	48.8901	9.1746	4
71638	Ludwigsburg	ludwigsburg	BW	081	08118	48.8909	9.1898	4
71640	Ludwigsburg	ludwigsburg	BW	081	08118	48.8924	9.218	4
71642	Ludwigsburg	ludwigsburg	BW	081	08118	48.907	9.2174	4
71665	Vaihingen an der Enz	vaihingen-an-der-enz	BW	081	08118	48.9356	8.9604	4
71672	Marbach am Neckar	marbach-am-neckar	BW	081	08118	48.97	9.3286	4
71679	Asperg	asperg	BW	081	08118	48.9053	9.135	4
71686	Remseck am Neckar	remseck-am-neckar	BW	081	08118	48.8783	9.2673	4
71691	Freiberg am Neckar	freiberg-am-neckar	BW	081	08118	48.932	9.2024	4
71696	Möglingen	moglingen	BW	081	08118	48.8874	9.1269	4
71701	Schwieberdingen	schwieberdingen	BW	081	08118	48.8764	9.0744	4
71706	Markgröningen	markgroningen	BW	081	08118	48.9049	9.0806	4
71711	Murr	murr	BW	081	08118	48.9621	9.2592	4
71711	Steinheim an der Murr	steinheim-an-der-murr	BW	081	08118	48.9639	9.283	
71717	Beilstein	beilstein	BW	081	08125	49.0394	9.315	4
71718	Billensbach	billensbach	BW	081	08125	49.0621	9.367	4
71720	Oberstenfeld	oberstenfeld	BW	081	08118	49.0261	9.3208	4
71723	Großbottwar	grossbottwar	BW	081	08118	49.0015	9.2935	4
71726	Benningen am Neckar	benningen-am-neckar	BW	081	08118	48.9467	9.2421	4
71729	Erdmannhausen	erdmannhausen	BW	081	08118	48.9426	9.2962	4
71732	Tamm	tamm	BW	081	08118	48.9199	9.1156	4
71735	Eberdingen	eberdingen	BW	081	08118	48.8794	8.965	4
71737	Kirchberg an der Murr	kirchberg-an-der-murr	BW	081	08119	48.943	9.3408	4
71739	Oberriexingen	oberriexingen	BW	081	08118	48.9265	9.027	4
72622	Nürtingen	nurtingen	BW	081	08116	48.6256	9.342	4
72631	Aichtal	aichtal	BW	081	08116	48.6333	9.2667	4
72636	Frickenhausen	frickenhausen	BW	081	08116	48.5935	9.3601	4
72639	Neuffen	neuffen	BW	081	08116	48.5546	9.3755	4
72644	Oberboihingen	oberboihingen	BW	081	08116	48.65	9.3667	4
72649	Wolfschlugen	wolfschlugen	BW	081	08116	48.65	9.2833	4
72654	Neckartenzlingen	neckartenzlingen	BW	081	08116	48.5898	9.2348	4
72655	Altdorf	altdorf	BW	081	08116	48.5942	9.2716	4
72657	Altenriet	altenriet	BW	081	08116	48.5914	9.2219	4
72658	Bempflingen	bempflingen	BW	081	08116	48.5718	9.2683	4
72660	Beuren	beuren	BW	081	08116	48.5693	9.4041	4
72663	Großbettlingen	grossbettlingen	BW	081	08116	48.5905	9.3078	4
72664	Kohlberg	kohlberg	BW	081	08116	48.5584	9.3358	4
72666	Neckartailfingen	neckartailfingen	BW	081	08116	48.6117	9.2637	4
72667	Schlaitdorf	schlaitdorf	BW	081	08116	48.6043	9.2227	4
72669	Unterensingen	unterensingen	BW	081	08116	48.6545	9.358	4
73033	Göppingen	goppingen	BW	081	08117	48.7075	9.6514	4
73035	Göppingen	goppingen	BW	081	08117	48.7	9.6667	4
73037	Göppingen	goppingen	BW	081	08117	48.6959	9.6647	4
73054	Eislingen/Fils	eislingen-fils	BW	081	08117	48.6944	9.7009	4
73061	Ebersbach an der Fils	ebersbach-an-der-fils	BW	081	08117	48.716	9.5236	4
73066	Uhingen	uhingen	BW	081	08117	48.7048	9.5857	4
73072	Donzdorf	donzdorf	BW	081	08117	48.6854	9.8105	4
73079	Süßen	sussen	BW	081	08117	48.6793	9.7553	4
73084	Salach	salach	BW	081	08117	48.692	9.7371	4
73087	Boll	boll	BW	081	08117	48.6436	9.613	4
73092	Heiningen	heiningen	BW	081	08117	48.6618	9.6498	4
73095	Albershausen	albershausen	BW	081	08117	48.6914	9.5649	4
73098	Rechberghausen	rechberghausen	BW	081	08117	48.7308	9.6442	4
73099	Adelberg	adelberg	BW	081	08117	48.7623	9.5999	4
73101	Aichelberg	aichelberg	BW	081	08117	48.6356	9.5637	4
73102	Birenbach	birenbach	BW	081	08117	48.7473	9.6611	4
73104	Börtlingen	bortlingen	BW	081	08117	48.7538	9.6318	4
73105	Dürnau	durnau	BW	081	08117	48.6408	9.6354	4
73107	Eschenbach	eschenbach	BW	081	08117	48.6526	9.6704	4
73108	Gammelshausen	gammelshausen	BW	081	08117	48.6402	9.6507	4
73110	Hattenhofen	hattenhofen	BW	081	08117	48.6665	9.5746	4
73111	Lauterstein	lauterstein	BW	081	08117	48.7101	9.8651	4
73113	Ottenbach	ottenbach	BW	081	08117	48.7365	9.7484	4
73114	Schlat	schlat	BW	081	08117	48.6532	9.7062	4
73116	Wäschenbeuren	waschenbeuren	BW	081	08117	48.7599	9.6873	4
73117	Wangen	wangen	BW	081	08117	48.7293	9.6117	4
73119	Zell unter Aichelberg	zell-unter-aichelberg	BW	081	08117	48.6488	9.5714	4
73207	Plochingen	plochingen	BW	081	08116	48.7107	9.4195	4
73230	Kirchheim unter Teck	kirchheim-unter-teck	BW	081	08116	48.6468	9.4538	4
73235	Weilheim an der Teck	weilheim-an-der-teck	BW	081	08116	48.6157	9.5375	4
73240	Wendlingen am Neckar	wendlingen-am-neckar	BW	081	08116	48.6712	9.3763	4
73249	Wernau	wernau	BW	081	08116	48.6931	9.4153	4
73252	Lenningen	lenningen	BW	081	08116	48.5581	9.4663	4
73257	Köngen	kongen	BW	081	08116	48.6833	9.3667	4
73262	Reichenbach an der Fils	reichenbach-an-der-fils	BW	081	08116	48.7101	9.4643	4
73265	Dettingen unter Teck	dettingen-unter-teck	BW	081	08116	48.6167	9.45	4
73266	Bissingen an der Teck	bissingen-an-der-teck	BW	081	08116	48.5991	9.4915	4
73268	Erkenbrechtsweiler	erkenbrechtsweiler	BW	081	08116	48.5566	9.4321	4
73269	Hochdorf	hochdorf	BW	081	08116	48.6928	9.4649	4
73271	Holzmaden	holzmaden	BW	081	08116	48.6333	9.5167	4
73272	Neidlingen	neidlingen	BW	081	08116	48.5787	9.5645	4
73274	Notzingen	notzingen	BW	081	08116	48.6708	9.4572	4
73275	Ohmden	ohmden	BW	081	08116	48.646	9.527	4
73277	Owen	owen	BW	081	08116	48.5874	9.4498	4
73278	Schlierbach	schlierbach	BW	081	08117	48.6736	9.5181	4
73312	Geislingen an der Steige	geislingen-an-der-steige	BW	081	08117	48.6242	9.8274	4
73312	Geislingen an der Steige Türkheim	geislingen-an-der-steige-turkheim	BW	081	08117	48.6159	9.8433	
73312	Geislingen an der Steige Aufhausen	geislingen-an-der-steige-aufhausen	BW	081	08117	48.5865	9.7662	
73326	Deggingen	deggingen	BW	081	08117	48.5971	9.7189	4
73329	Kuchen	kuchen	BW	081	08117	48.6358	9.7999	4
73333	Gingen an der Fils	gingen-an-der-fils	BW	081	08117	48.6598	9.7809	4
73337	Bad Überkingen	bad-uberkingen	BW	081	08117	48.5999	9.7959	4
73342	Bad Ditzenbach	bad-ditzenbach	BW	081	08117	48.5883	9.7039	4
73344	Gruibingen	gruibingen	BW	081	08117	48.5948	9.6439	4
73345	Hohenstadt	hohenstadt	BW	081	08117	48.5444	9.6639	4
73345	Drackenstein	drackenstein	BW	081	08117	48.55	9.6833	
73347	Mühlhausen im Täle	muhlhausen-im-tale	BW	081	08117	48.5667	9.65	4
73349	Wiesensteig	wiesensteig	BW	081	08117	48.5613	9.6254	4
73430	Aalen	aalen	BW	081	08136	48.8409	10.0931	4
73431	Aalen	aalen	BW	081	08136	48.822	10.0654	4
73432	Aalen	aalen	BW	081	08136	48.8333	10.1	4
73433	Aalen	aalen	BW	081	08136	48.8641	10.1044	4
73434	Aalen	aalen	BW	081	08136	48.8333	10.1	4
73441	Bopfingen	bopfingen	BW	081	08136	48.8585	10.3542	4
73447	Oberkochen	oberkochen	BW	081	08136	48.7838	10.1052	4
73450	Neresheim	neresheim	BW	081	08136	48.7551	10.3304	4
73453	Abtsgmünd	abtsgmund	BW	081	08136	48.895	10.0017	4
73457	Essingen	essingen	BW	081	08136	48.8086	10.0277	4
73460	Hüttlingen	huttlingen	BW	081	08136	48.8927	10.1006	4
73463	Westhausen	westhausen	BW	081	08136	48.8833	10.1833	4
73466	Lauchheim	lauchheim	BW	081	08136	48.8713	10.2422	4
73467	Kirchheim am Ries	kirchheim-am-ries	BW	081	08136	48.8792	10.4003	4
73469	Riesbürg	riesburg	BW	081	08136	48.85	10.4333	4
73479	Ellwangen (Jagst)	ellwangen-jagst	BW	081	08136	48.9623	10.1545	4
73485	Unterschneidheim	unterschneidheim	BW	081	08136	48.9333	10.3667	4
73486	Adelmannsfelden	adelmannsfelden	BW	081	08136	48.9548	10.0047	4
73488	Ellenberg	ellenberg	BW	081	08136	49.0167	10.2167	4
73489	Jagstzell	jagstzell	BW	081	08136	49.0306	10.0975	4
73491	Neuler	neuler	BW	081	08136	48.928	10.0689	4
73492	Rainau	rainau	BW	081	08136	48.9333	10.15	4
73494	Rosenberg	rosenberg	BW	081	08136	49.0189	10.0296	4
73495	Stödtlen	stodtlen	BW	081	08136	49	10.3	4
73497	Tannhausen	tannhausen	BW	081	08136	48.9787	10.3613	4
73499	Wört	wort	BW	081	08136	49.0305	10.2724	4
73525	Schwäbisch Gmünd	schwabisch-gmund	BW	081	08136	48.7989	9.7989	4
73527	Täferrot	taferrot	BW	081	08136	48.8497	9.8382	4
73527	Schwäbisch Gmünd	schwabisch-gmund	BW	081	08136	48.8169	9.7793	4
73529	Schwäbisch Gmünd	schwabisch-gmund	BW	081	08136	48.7852	9.8176	4
73540	Heubach	heubach	BW	081	08136	48.7927	9.9337	4
73547	Lorch	lorch	BW	081	08136	48.7983	9.6914	4
73550	Waldstetten	waldstetten	BW	081	08136	48.7661	9.8213	4
73553	Alfdorf	alfdorf	BW	081	08119	48.8438	9.7186	4
73557	Mutlangen	mutlangen	BW	081	08136	48.8259	9.7971	4
73560	Böbingen an der Rems	bobingen-an-der-rems	BW	081	08136	48.8196	9.9213	4
73563	Mögglingen	mogglingen	BW	081	08136	48.8232	9.9625	4
73565	Spraitbach	spraitbach	BW	081	08136	48.8806	9.7622	4
73566	Bartholomä	bartholoma	BW	081	08136	48.7535	9.9875	4
73568	Durlangen	durlangen	BW	081	08136	48.8563	9.7965	4
73569	Eschach	eschach	BW	081	08136	48.8883	9.87	4
73569	Obergröningen	obergroningen	BW	081	08136	48.8945	9.9094	4
73571	Göggingen	goggingen	BW	081	08136	48.8612	9.884	4
73572	Heuchlingen	heuchlingen	BW	081	08136	48.8522	9.9439	4
73574	Iggingen	iggingen	BW	081	08136	48.8317	9.8789	4
73575	Leinzell	leinzell	BW	081	08136	48.8494	9.8775	4
73577	Ruppertshofen	ruppertshofen	BW	081	08136	48.8828	9.8151	4
73579	Schechingen	schechingen	BW	081	08136	48.8734	9.9174	4
73614	Schorndorf	schorndorf	BW	081	08119	48.8054	9.5272	4
73630	Remshalden	remshalden	BW	081	08119	48.8151	9.4239	4
73635	Rudersberg	rudersberg	BW	081	08119	48.8852	9.5293	4
73642	Welzheim	welzheim	BW	081	08119	48.8768	9.6343	4
73650	Winterbach	winterbach	BW	081	08119	48.7992	9.4791	4
73655	Plüderhausen	pluderhausen	BW	081	08119	48.7988	9.5959	4
73660	Urbach	urbach	BW	081	08119	48.8168	9.5769	4
73663	Berglen	berglen	BW	081	08119	48.8667	9.4667	4
73666	Baltmannsweiler	baltmannsweiler	BW	081	08116	48.7422	9.4494	4
73667	Kaisersbach	kaisersbach	BW	081	08119	48.9302	9.639	4
73669	Lichtenwald	lichtenwald	BW	081	08116	48.75	9.4833	4
73728	Esslingen am Neckar	esslingen-am-neckar	BW	081	08116	48.7394	9.3061	4
73730	Esslingen am Neckar	esslingen-am-neckar	BW	081	08116	48.7323	9.3255	4
73732	Esslingen am Neckar	esslingen-am-neckar	BW	081	08116	48.769	9.3122	4
73733	Esslingen am Neckar	esslingen-am-neckar	BW	081	08116	48.75	9.3	4
73734	Esslingen am Neckar	esslingen-am-neckar	BW	081	08116	48.7361	9.2977	4
73760	Ostfildern	ostfildern	BW	081	08116	48.727	9.2495	4
73765	Neuhausen auf den Fildern	neuhausen-auf-den-fildern	BW	081	08116	48.6833	9.2833	4
73770	Denkendorf	denkendorf	BW	081	08116	48.6955	9.3167	4
73773	Aichwald	aichwald	BW	081	08116	48.7503	9.387	4
73776	Altbach	altbach	BW	081	08116	48.7227	9.3808	4
73779	Deizisau	deizisau	BW	081	08116	48.7122	9.3861	4
74072	Heilbronn	heilbronn	BW	081	08121	49.1423	9.2234	4
74074	Heilbronn	heilbronn	BW	081	08121	49.1286	9.2214	4
74076	Heilbronn	heilbronn	BW	081	08121	49.1618	9.2193	4
74078	Heilbronn	heilbronn	BW	081	08121	49.1566	9.1746	4
74080	Heilbronn	heilbronn	BW	081	08121	49.1386	9.1954	4
74081	Heilbronn	heilbronn	BW	081	08121	49.1236	9.197	4
74172	Neckarsulm	neckarsulm	BW	081	08125	49.1891	9.2253	4
74177	Bad Friedrichshall	bad-friedrichshall	BW	081	08125	49.2344	9.2145	4
74182	Obersulm	obersulm	BW	081	08125	49.1361	9.3774	4
74189	Weinsberg	weinsberg	BW	081	08125	49.1513	9.2876	4
74193	Schwaigern	schwaigern	BW	081	08125	49.1449	9.0553	4
74196	Neuenstadt am Kocher	neuenstadt-am-kocher	BW	081	08125	49.235	9.3322	4
74199	Untergruppenbach	untergruppenbach	BW	081	08125	49.0894	9.2752	4
74206	Bad Wimpfen	bad-wimpfen	BW	081	08125	49.2297	9.1565	4
74211	Leingarten	leingarten	BW	081	08125	49.1464	9.1169	4
74214	Schöntal	schontal	BW	081	08126	49.3524	9.5088	4
74219	Möckmühl	mockmuhl	BW	081	08125	49.3249	9.3584	4
74223	Flein	flein	BW	081	08125	49.1031	9.2108	4
74226	Nordheim	nordheim	BW	081	08125	49.1086	9.1278	4
74229	Oedheim	oedheim	BW	081	08125	49.2403	9.2533	4
74232	Abstatt	abstatt	BW	081	08125	49.0682	9.2907	4
74235	Erlenbach	erlenbach	BW	081	08125	49.1725	9.2683	4
74238	Krautheim	krautheim	BW	081	08126	49.3879	9.6355	4
74239	Hardthausen am Kocher	hardthausen-am-kocher	BW	081	08125	49.2586	9.3894	4
74243	Langenbrettach	langenbrettach	BW	081	08125	49.2169	9.4049	4
74245	Löwenstein	lowenstein	BW	081	08125	49.0956	9.38	4
74246	Eberstadt	eberstadt	BW	081	08125	49.1803	9.3211	4
74248	Ellhofen	ellhofen	BW	081	08125	49.1467	9.3219	4
74249	Jagsthausen	jagsthausen	BW	081	08125	49.3106	9.4683	4
74251	Lehrensteinsfeld	lehrensteinsfeld	BW	081	08125	49.1311	9.3272	4
74252	Massenbachhausen	massenbachhausen	BW	081	08125	49.1778	9.0433	4
74254	Offenau	offenau	BW	081	08125	49.2458	9.1606	4
74255	Roigheim	roigheim	BW	081	08125	49.3647	9.34	4
74257	Untereisesheim	untereisesheim	BW	081	08125	49.2111	9.2019	4
74259	Widdern	widdern	BW	081	08125	49.3183	9.4221	4
74321	Bietigheim-Bissingen	bietigheim-bissingen	BW	081	08118	48.9441	9.1175	4
74336	Brackenheim	brackenheim	BW	081	08125	49.0779	9.066	4
74337	Botenheim	botenheim	BW	081	08125	49.0651	9.064	4
74343	Sachsenheim	sachsenheim	BW	081	08118	48.9584	9.0708	4
74348	Lauffen am Neckar	lauffen-am-neckar	BW	081	08125	49.0734	9.1457	4
74354	Besigheim	besigheim	BW	081	08118	48.998	9.1427	4
74357	Bönnigheim	bonnigheim	BW	081	08118	49.0402	9.0939	4
74360	Ilsfeld	ilsfeld	BW	081	08125	49.0555	9.246	4
74363	Güglingen	guglingen	BW	081	08125	49.0664	9.0017	4
74366	Kirchheim am Neckar	kirchheim-am-neckar	BW	081	08118	49.045	9.1422	4
74369	Löchgau	lochgau	BW	081	08118	49.0036	9.1064	4
74372	Sersheim	sersheim	BW	081	08118	48.9667	9.0167	4
74374	Zaberfeld	zaberfeld	BW	081	08125	49.0561	8.9269	4
74376	Gemmrigheim	gemmrigheim	BW	081	08118	49.0283	9.1556	4
74379	Ingersheim	ingersheim	BW	081	08118	48.9611	9.1761	4
74382	Neckarwestheim	neckarwestheim	BW	081	08125	49.0469	9.19	4
74385	Pleidelsheim	pleidelsheim	BW	081	08118	48.9592	9.2031	4
74388	Talheim	talheim	BW	081	08125	49.0833	9.1931	4
74389	Cleebronn	cleebronn	BW	081	08125	49.045	9.0369	4
74391	Erligheim	erligheim	BW	081	08118	49.0225	9.0972	4
74392	Freudental	freudental	BW	081	08118	49.0097	9.0592	4
74394	Hessigheim	hessigheim	BW	081	08118	48.9941	9.1863	4
74395	Mundelsheim	mundelsheim	BW	081	08118	49.0008	9.2078	4
74397	Pfaffenhofen	pfaffenhofen	BW	081	08125	49.0644	8.9764	4
74399	Walheim	walheim	BW	081	08118	49.0142	9.1511	4
74405	Gaildorf	gaildorf	BW	081	08127	49.0003	9.7695	4
74417	Gschwend	gschwend	BW	081	08136	48.9333	9.7444	4
74420	Oberrot	oberrot	BW	081	08127	49.0144	9.6672	4
74423	Obersontheim	obersontheim	BW	081	08127	49.0567	9.8992	4
74424	Bühlertann	buhlertann	BW	081	08127	49.0417	9.9086	4
74426	Bühlerzell	buhlerzell	BW	081	08127	49.0033	9.9206	4
74427	Fichtenberg	fichtenberg	BW	081	08127	48.986	9.712	4
74429	Sulzbach-Laufen	sulzbach-laufen	BW	081	08127	48.9667	9.85	4
74523	Schwäbisch Hall	schwabisch-hall	BW	081	08127	49.1113	9.7391	4
74532	Ilshofen	ilshofen	BW	081	08127	49.1702	9.9183	4
74535	Mainhardt	mainhardt	BW	081	08127	49.0761	9.5564	4
74538	Rosengarten	rosengarten	BW	081	08127	49.0833	9.7	
74541	Vellberg	vellberg	BW	081	08127	49.0843	9.8791	4
74542	Braunsbach	braunsbach	BW	081	08127	49.1992	9.7906	4
74544	Michelbach an der Bilz	michelbach-an-der-bilz	BW	081	08127	49.0703	9.7625	4
74545	Michelfeld	michelfeld	BW	081	08127	49.118	9.6433	4
74547	Untermünkheim	untermunkheim	BW	081	08127	49.1525	9.7338	4
74549	Wolpertshausen	wolpertshausen	BW	081	08127	49.1675	9.8447	4
74564	Crailsheim	crailsheim	BW	081	08127	49.1344	10.0719	4
74572	Blaufelden	blaufelden	BW	081	08127	49.2978	9.9739	4
74575	Schrozberg	schrozberg	BW	081	08127	49.3453	9.9794	4
74579	Fichtenau	fichtenau	BW	081	08127	49.0667	10.2167	4
74582	Gerabronn	gerabronn	BW	081	08127	49.2517	9.9219	4
74585	Rot am See	rot-am-see	BW	081	08127	49.25	10.0167	4
74586	Frankenhardt	frankenhardt	BW	081	08127	49.0833	9.9833	4
74589	Satteldorf	satteldorf	BW	081	08127	49.1695	10.0796	4
74592	Kirchberg an der Jagst	kirchberg-an-der-jagst	BW	081	08127	49.2006	9.9823	4
74594	Kreßberg	kressberg	BW	081	08127	49.1333	10.1833	4
74595	Langenburg	langenburg	BW	081	08127	49.254	9.8567	4
74597	Stimpfach	stimpfach	BW	081	08127	49.0614	10.0927	4
74599	Wallhausen	wallhausen	BW	081	08127	49.2104	10.0622	4
74613	Öhringen	ohringen	BW	081	08126	49.1988	9.5072	4
74626	Bretzfeld	bretzfeld	BW	081	08126	49.1794	9.4383	4
74629	Pfedelbach	pfedelbach	BW	081	08126	49.1781	9.505	4
74632	Neuenstein	neuenstein	BW	081	08126	49.2049	9.58	4
74635	Kupferzell	kupferzell	BW	081	08126	49.2278	9.69	4
74638	Waldenburg	waldenburg	BW	081	08126	49.1847	9.6399	4
74639	Zweiflingen	zweiflingen	BW	081	08126	49.2564	9.5181	4
74653	Künzelsau	kunzelsau	BW	081	08126	49.2818	9.6835	4
74653	Ingelfingen	ingelfingen	BW	081	08126	49.3003	9.653	4
74670	Forchtenberg	forchtenberg	BW	081	08126	49.2887	9.5603	4
74673	Mulfingen	mulfingen	BW	081	08126	49.3403	9.8008	4
74676	Niedernhall	niedernhall	BW	081	08126	49.2952	9.616	4
74677	Dörzbach	dorzbach	BW	081	08126	49.3835	9.7073	4
74679	Weißbach	weissbach	BW	081	08126	49.2972	9.5953	4
74744	Ahorn	ahorn	BW	081	08128	49.5083	9.5269	4
74831	Gundelsheim	gundelsheim	BW	081	08125	49.2833	9.1604	4
74832	Bachenau	bachenau	BW	081	08125	49.2784	9.1944	4
74861	Neudenau	neudenau	BW	081	08125	49.2918	9.2698	4
74906	Bad Rappenau	bad-rappenau	BW	081	08125	49.2385	9.1018	4
74912	Kirchardt	kirchardt	BW	081	08125	49.205	8.9917	4
74930	Ittlingen	ittlingen	BW	081	08125	49.1908	8.9308	4
74936	Siegelsbach	siegelsbach	BW	081	08125	49.2697	9.0897	4
75031	Eppingen	eppingen	BW	081	08125	49.1364	8.9123	4
75050	Gemmingen	gemmingen	BW	081	08125	49.1564	8.9819	4
75392	Deckenpfronn	deckenpfronn	BW	081	08115	48.6513	8.8242	4
89168	Niederstotzingen	niederstotzingen	BW	081	08135	48.5413	10.2351	4
89518	Heidenheim an der Brenz	heidenheim-an-der-brenz	BW	081	08135	48.6785	10.1413	4
89520	Heidenheim an der Brenz	heidenheim-an-der-brenz	BW	081	08135	48.6873	10.1601	4
89522	Heidenheim an der Brenz	heidenheim-an-der-brenz	BW	081	08135	48.6833	10.15	4
89537	Giengen an der Brenz	giengen-an-der-brenz	BW	081	08135	48.5887	10.2058	4
89542	Herbrechtingen	herbrechtingen	BW	081	08135	48.6217	10.176	4
89547	Gerstetten	gerstetten	BW	081	08135	48.6225	10.0198	4
89551	Königsbronn	konigsbronn	BW	081	08135	48.7432	10.1119	4
89555	Steinheim am Albuch	steinheim-am-albuch	BW	081	08135	48.6909	10.0638	4
89558	Böhmenkirch	bohmenkirch	BW	081	08117	48.6833	9.9333	4
89561	Dischingen	dischingen	BW	081	08135	48.7	10.3667	4
89564	Nattheim	nattheim	BW	081	08135	48.6996	10.2421	4
89567	Sontheim an der Brenz	sontheim-an-der-brenz	BW	081	08135	48.5524	10.291	4
89568	Hermaringen	hermaringen	BW	081	08135	48.5954	10.2607	4
97877	Wertheim	wertheim	BW	081	08128	49.759	9.5085	4
97896	Freudenberg	freudenberg	BW	081	08128	49.7535	9.3275	4
97900	Külsheim	kulsheim	BW	081	08128	49.6694	9.5236	4
97922	Lauda-Königshofen	lauda-konigshofen	BW	081	08128	49.5653	9.7082	4
97941	Tauberbischofsheim	tauberbischofsheim	BW	081	08128	49.6247	9.6628	4
97944	Boxberg	boxberg	BW	081	08128	49.4796	9.6401	4
97947	Grünsfeld	grunsfeld	BW	081	08128	49.6095	9.7472	4
97950	Großrinderfeld	grossrinderfeld	BW	081	08128	49.6654	9.7336	4
97953	Königheim	konigheim	BW	081	08128	49.6203	9.5958	4
97956	Werbach	werbach	BW	081	08128	49.6708	9.6394	4
97957	Wittighausen	wittighausen	BW	081	08128	49.6192	9.8422	4
97959	Assamstadt	assamstadt	BW	081	08128	49.4281	9.6861	4
97980	Bad Mergentheim	bad-mergentheim	BW	081	08128	49.4925	9.7736	4
97990	Weikersheim	weikersheim	BW	081	08128	49.4787	9.8998	4
97993	Creglingen	creglingen	BW	081	08128	49.4694	10.0312	4
97996	Niederstetten	niederstetten	BW	081	08128	49.4	9.9194	4
97999	Igersheim	igersheim	BW	081	08128	49.4944	9.8169	4
68159	Mannheim	mannheim	BW	082	08222	49.4934	8.4653	4
68161	Mannheim	mannheim	BW	082	08222	49.4873	8.4695	4
68163	Mannheim	mannheim	BW	082	08222	49.4883	8.4647	4
68165	Mannheim	mannheim	BW	082	08222	49.4772	8.4818	4
68167	Mannheim	mannheim	BW	082	08222	49.4996	8.4939	4
68169	Mannheim	mannheim	BW	082	08222	49.503	8.4693	4
68199	Mannheim	mannheim	BW	082	08222	49.4598	8.4881	4
68219	Mannheim	mannheim	BW	082	08222	49.4883	8.4647	4
68229	Mannheim	mannheim	BW	082	08222	49.4883	8.4647	4
68239	Mannheim	mannheim	BW	082	08222	49.4883	8.4647	4
68259	Mannheim	mannheim	BW	082	08222	49.4903	8.5339	
68305	Mannheim	mannheim	BW	082	08222	49.5257	8.4965	
68307	Mannheim	mannheim	BW	082	08222	49.5461	8.4488	
68309	Mannheim	mannheim	BW	082	08222	49.5121	8.5316	
68526	Ladenburg	ladenburg	BW	082	08226	49.4731	8.609	4
68535	Edingen-Neckarhausen	edingen-neckarhausen	BW	082	08226	49.4572	8.6064	4
68542	Heddesheim	heddesheim	BW	082	08226	49.5056	8.6036	4
68549	Ilvesheim	ilvesheim	BW	082	08226	49.474	8.5674	4
68723	Plankstadt	plankstadt	BW	082	08226	49.3944	8.5961	4
68723	Schwetzingen	schwetzingen	BW	082	08226	49.3822	8.5823	4
68723	Oftersheim	oftersheim	BW	082	08226	49.3653	8.5831	4
68753	Waghäusel	waghausel	BW	082	08215	49.2499	8.5126	4
68766	Hockenheim	hockenheim	BW	082	08226	49.3233	8.5519	4
68775	Ketsch	ketsch	BW	082	08226	49.3678	8.5311	4
68782	Brühl	bruhl	BW	082	08226	49.3972	8.5336	4
68789	Sankt Leon-Rot	sankt-leon-rot	BW	082	08226	49.2659	8.618	4
68794	Oberhausen-Rheinhausen	oberhausen-rheinhausen	BW	082	08215	49.2739	8.4717	4
68799	Reilingen	reilingen	BW	082	08226	49.2983	8.5642	4
68804	Altlußheim	altlussheim	BW	082	08226	49.3017	8.4992	4
68809	Neulußheim	neulussheim	BW	082	08226	49.2981	8.5183	4
69115	Heidelberg	heidelberg	BW	082	08221	49.4062	8.6868	4
69117	Heidelberg	heidelberg	BW	082	08221	49.4095	8.6935	4
69118	Heidelberg	heidelberg	BW	082	08221	49.4194	8.7345	4
69120	Heidelberg	heidelberg	BW	082	08221	49.4169	8.6764	4
69121	Heidelberg	heidelberg	BW	082	08221	49.4322	8.6824	4
69123	Heidelberg	heidelberg	BW	082	08221	49.4167	8.7	4
69124	Heidelberg	heidelberg	BW	082	08221	49.3829	8.6656	4
69126	Heidelberg	heidelberg	BW	082	08221	49.3757	8.6911	4
69151	Neckargemünd	neckargemund	BW	082	08226	49.389	8.7959	4
69168	Wiesloch	wiesloch	BW	082	08226	49.295	8.6985	4
69181	Leimen	leimen	BW	082	08226	49.3474	8.6873	4
69190	Walldorf	walldorf	BW	082	08226	49.3064	8.6424	4
69198	Schriesheim	schriesheim	BW	082	08226	49.4737	8.6636	4
69207	Sandhausen	sandhausen	BW	082	08226	49.3428	8.6592	4
69214	Eppelheim	eppelheim	BW	082	08226	49.4019	8.6364	4
69221	Dossenheim	dossenheim	BW	082	08226	49.4503	8.6747	4
69226	Nußloch	nussloch	BW	082	08226	49.3239	8.6956	4
69231	Rauenberg	rauenberg	BW	082	08226	49.2694	8.7034	4
69234	Dielheim	dielheim	BW	082	08226	49.2842	8.7381	4
69242	Mühlhausen	muhlhausen	BW	082	08226	49.2486	8.7267	4
69245	Bammental	bammental	BW	082	08226	49.3561	8.7794	4
69250	Schönau	schonau	BW	082	08226	49.4366	8.8088	4
69251	Gaiberg	gaiberg	BW	082	08226	49.3664	8.7497	4
69253	Heiligkreuzsteinach	heiligkreuzsteinach	BW	082	08226	49.4833	8.795	4
69254	Malsch	malsch	BW	082	08226	49.2472	8.6828	4
69256	Mauer	mauer	BW	082	08226	49.3408	8.8003	4
69257	Wiesenbach	wiesenbach	BW	082	08226	49.3614	8.8036	4
69259	Wilhelmsfeld	wilhelmsfeld	BW	082	08226	49.4706	8.7536	4
69412	Eberbach	eberbach	BW	082	08226	49.4668	8.9902	4
69427	Mudau	mudau	BW	082	08225	49.5344	9.2044	4
69429	Waldbrunn	waldbrunn	BW	082	08225	49.4592	9.0919	4
69434	Heddesbach	heddesbach	BW	082	08226	49.4803	8.8281	4
69436	Schönbrunn	schonbrunn	BW	082	08226	49.4111	8.9278	4
69437	Neckargerach	neckargerach	BW	082	08225	49.4	9.0667	4
69439	Zwingenberg	zwingenberg	BW	082	08225	49.4192	9.0406	4
69469	Weinheim	weinheim	BW	082	08226	49.5489	8.667	4
69493	Hirschberg an der Bergstraße	hirschberg-an-der-bergstrasse	BW	082	08226	49.5062	8.6657	4
69502	Hemsbach	hemsbach	BW	082	08226	49.5907	8.6478	4
69514	Laudenbach	laudenbach	BW	082	08226	49.6133	8.6539	4
71292	Friolzheim	friolzheim	BW	082	08236	48.8333	8.8333	4
71296	Heimsheim	heimsheim	BW	082	08236	48.8066	8.8674	4
71297	Mönsheim	monsheim	BW	082	08236	48.8667	8.8667	4
71299	Wimsheim	wimsheim	BW	082	08236	48.85	8.8333	4
72160	Horb am Neckar	horb-am-neckar	BW	082	08237	48.4889	8.6734	4
72178	Waldachtal	waldachtal	BW	082	08237	48.5	8.5667	4
72184	Eutingen im Gäu	eutingen-im-gau	BW	082	08237	48.4833	8.75	4
72186	Empfingen	empfingen	BW	082	08237	48.3926	8.7104	4
72202	Nagold	nagold	BW	082	08235	48.5498	8.7237	4
72213	Altensteig	altensteig	BW	082	08235	48.5865	8.604	4
72218	Wildberg	wildberg	BW	082	08235	48.6234	8.7452	4
72221	Haiterbach	haiterbach	BW	082	08235	48.5207	8.6443	4
72224	Ebhausen	ebhausen	BW	082	08235	48.5833	8.6833	4
72226	Simmersfeld	simmersfeld	BW	082	08235	48.6167	8.5167	4
72227	Egenhausen	egenhausen	BW	082	08235	48.5667	8.6167	4
72229	Rohrdorf	rohrdorf	BW	082	08235	48.5667	8.7	4
72250	Freudenstadt	freudenstadt	BW	082	08237	48.467	8.4137	4
72270	Baiersbronn	baiersbronn	BW	082	08237	48.5032	8.377	4
72275	Alpirsbach	alpirsbach	BW	082	08237	48.3451	8.402	4
72280	Dornstetten	dornstetten	BW	082	08237	48.472	8.4982	4
72285	Pfalzgrafenweiler	pfalzgrafenweiler	BW	082	08237	48.5265	8.5658	4
72290	Loßburg	lossburg	BW	082	08237	48.4	8.45	4
72291	Betzweiler-Wälde	betzweiler-walde	BW	082	08237	48.3667	8.4833	
72293	Glatten	glatten	BW	082	08237	48.4425	8.5112	4
72294	Grömbach	grombach	BW	082	08237	48.5729	8.5454	4
72296	Schopfloch	schopfloch	BW	082	08237	48.4548	8.5513	4
72297	Seewald	seewald	BW	082	08237	48.5919	8.4178	4
72299	Wörnersberg	wornersberg	BW	082	08237	48.5667	8.5667	4
74706	Osterburken	osterburken	BW	082	08225	49.43	9.4225	4
74722	Buchen (Odenwald)	buchen-odenwald	BW	082	08225	49.52	9.324	4
74731	Walldürn	walldurn	BW	082	08225	49.5836	9.3664	4
74736	Hardheim	hardheim	BW	082	08225	49.6119	9.4719	4
74740	Adelsheim	adelsheim	BW	082	08225	49.4015	9.3925	4
74743	Seckach	seckach	BW	082	08225	49.4422	9.3342	4
74746	Höpfingen	hopfingen	BW	082	08225	49.6025	9.4286	4
74747	Ravenstein	ravenstein	BW	082	08225	49.3939	9.5325	4
74749	Rosenberg	rosenberg	BW	082	08225	49.4558	9.4731	4
74821	Mosbach	mosbach	BW	082	08225	49.3536	9.1511	4
74834	Elztal	elztal	BW	082	08225	49.3897	9.2106	4
74838	Limbach	limbach	BW	082	08225	49.4619	9.2111	4
74842	Billigheim	billigheim	BW	082	08225	49.3486	9.2539	4
74847	Obrigheim	obrigheim	BW	082	08225	49.3519	9.0908	4
74850	Schefflenz	schefflenz	BW	082	08225	49.3956	9.2728	4
74855	Haßmersheim	hassmersheim	BW	082	08225	49.3	9.15	4
74858	Aglasterhausen	aglasterhausen	BW	082	08225	49.3569	8.9869	4
74862	Binau	binau	BW	082	08225	49.3683	9.0581	4
74864	Fahrenbach	fahrenbach	BW	082	08225	49.4314	9.1506	4
74865	Neckarzimmern	neckarzimmern	BW	082	08225	49.3192	9.1328	4
74867	Neunkirchen	neunkirchen	BW	082	08225	49.3869	9.0106	4
74869	Schwarzach	schwarzach	BW	082	08225	49.3711	8.9832	4
74889	Sinsheim	sinsheim	BW	082	08226	49.2529	8.8787	4
74909	Meckesheim	meckesheim	BW	082	08226	49.3217	8.8194	4
74915	Waibstadt	waibstadt	BW	082	08226	49.2951	8.9177	4
74918	Angelbachtal	angelbachtal	BW	082	08226	49.2331	8.7705	4
74921	Helmstadt-Bargen	helmstadt-bargen	BW	082	08226	49.31	9	4
74924	Neckarbischofsheim	neckarbischofsheim	BW	082	08226	49.2963	8.9638	4
74925	Epfenbach	epfenbach	BW	082	08226	49.3392	8.9078	4
74927	Eschelbronn	eschelbronn	BW	082	08226	49.3194	8.8653	4
74928	Hüffenhardt	huffenhardt	BW	082	08225	49.2919	9.0817	4
74931	Lobbach	lobbach	BW	082	08226	49.3664	8.8917	4
74933	Neidenstein	neidenstein	BW	082	08226	49.3167	8.8847	4
74934	Reichartshausen	reichartshausen	BW	082	08226	49.355	8.9453	4
74937	Spechbach	spechbach	BW	082	08226	49.3464	8.8833	4
74939	Zuzenhausen	zuzenhausen	BW	082	08226	49.2964	8.8225	4
75015	Bretten	bretten	BW	082	08215	49.0369	8.7075	4
75038	Oberderdingen	oberderdingen	BW	082	08215	49.0656	8.8031	4
75045	Walzbachtal	walzbachtal	BW	082	08215	49.0257	8.5861	4
75053	Gondelsheim	gondelsheim	BW	082	08215	49.0592	8.6583	4
75056	Sulzfeld	sulzfeld	BW	082	08215	49.1047	8.8558	4
75057	Kürnbach	kurnbach	BW	082	08215	49.0775	8.8456	4
75059	Zaisenhausen	zaisenhausen	BW	082	08215	49.1067	8.8128	4
75172	Pforzheim	pforzheim	BW	082	08231	48.8919	8.6985	4
75173	Pforzheim	pforzheim	BW	082	08231	48.8833	8.7	4
75175	Pforzheim	pforzheim	BW	082	08231	48.8915	8.7156	4
75177	Pforzheim	pforzheim	BW	082	08231	48.8833	8.7	4
75179	Pforzheim	pforzheim	BW	082	08231	48.9006	8.6697	4
75180	Pforzheim	pforzheim	BW	082	08231	48.8696	8.6704	4
75181	Pforzheim	pforzheim	BW	082	08231	48.8851	8.7307	4
75196	Remchingen	remchingen	BW	082	08236	48.9513	8.5732	4
75203	Königsbach-Stein	konigsbach-stein	BW	082	08236	48.9659	8.6057	4
75210	Keltern	keltern	BW	082	08236	48.9	8.5833	4
75217	Birkenfeld	birkenfeld	BW	082	08236	48.8667	8.6333	4
75223	Niefern-Öschelbronn	niefern-oschelbronn	BW	082	08236	48.9167	8.7833	4
75228	Ispringen	ispringen	BW	082	08236	48.9167	8.6667	4
75233	Tiefenbronn	tiefenbronn	BW	082	08236	48.824	8.8013	4
75236	Kämpfelbach	kampfelbach	BW	082	08236	48.93	8.6448	4
75239	Eisingen	eisingen	BW	082	08236	48.95	8.6667	4
75242	Neuhausen	neuhausen	BW	082	08236	48.7926	8.7765	4
75245	Neulingen	neulingen	BW	082	08236	48.9667	8.7	4
75248	Ölbronn-Dürrn	olbronn-durrn	BW	082	08236	48.9667	8.75	4
75249	Kieselbronn	kieselbronn	BW	082	08236	48.9333	8.75	4
75305	Neuenbürg	neuenburg	BW	082	08236	48.8452	8.5957	4
75323	Bad Wildbad im Schwarzwald	bad-wildbad-im-schwarzwald	BW	082	08235	48.75	8.55	4
75328	Schömberg	schomberg	BW	082	08235	48.7871	8.645	4
75331	Engelsbrand	engelsbrand	BW	082	08236	48.8333	8.65	4
75334	Straubenhardt	straubenhardt	BW	082	08236	48.8466	8.5431	4
75335	Dobel	dobel	BW	082	08235	48.8	8.5	4
75337	Enzklösterle	enzklosterle	BW	082	08235	48.6664	8.4708	4
75339	Höfen an der Enz	hofen-an-der-enz	BW	082	08235	48.8	8.5833	4
75365	Calw	calw	BW	082	08235	48.7142	8.7403	4
75378	Bad Liebenzell	bad-liebenzell	BW	082	08235	48.7743	8.7297	4
75382	Althengstett	althengstett	BW	082	08235	48.7232	8.7943	4
75385	Bad Teinach-Zavelstein	bad-teinach-zavelstein	BW	082	08235	48.6905	8.6928	4
75387	Neubulach	neubulach	BW	082	08235	48.6609	8.6961	4
75389	Neuweiler	neuweiler	BW	082	08235	48.6667	8.6	4
75391	Gechingen	gechingen	BW	082	08235	48.6953	8.8291	4
75394	Oberreichenbach	oberreichenbach	BW	082	08235	48.7333	8.6667	4
75395	Ostelsheim	ostelsheim	BW	082	08235	48.7263	8.8482	4
75397	Simmozheim	simmozheim	BW	082	08235	48.7513	8.8114	4
75399	Unterreichenbach	unterreichenbach	BW	082	08235	48.825	8.7088	4
75417	Mühlacker	muhlacker	BW	082	08236	48.9475	8.8367	4
75428	Illingen	illingen	BW	082	08236	48.9562	8.9246	4
75433	Maulbronn	maulbronn	BW	082	08236	48.9996	8.8034	4
75438	Knittlingen	knittlingen	BW	082	08236	49.0249	8.7561	4
75443	Ötisheim	otisheim	BW	082	08236	48.9667	8.8	4
75446	Wiernsheim	wiernsheim	BW	082	08236	48.8833	8.85	4
75447	Sternenfels	sternenfels	BW	082	08236	49.0514	8.8508	4
75449	Wurmberg	wurmberg	BW	082	08236	48.8667	8.8167	4
76006	Karlsruhe	karlsruhe	BW	082	08212	49.008	8.42	1
76131	Karlsruhe	karlsruhe	BW	082	08212	49.0078	8.4199	4
76133	Karlsruhe	karlsruhe	BW	082	08212	49.0083	8.3979	4
76135	Karlsruhe	karlsruhe	BW	082	08212	48.9907	8.3719	4
76137	Karlsruhe	karlsruhe	BW	082	08212	49.0019	8.4287	4
76139	Karlsruhe	karlsruhe	BW	082	08212	49.0047	8.3858	4
76149	Karlsruhe	karlsruhe	BW	082	08212	49.0401	8.3936	4
76185	Karlsruhe	karlsruhe	BW	082	08212	49.0111	8.3601	4
76187	Karlsruhe	karlsruhe	BW	082	08212	49.0224	8.3742	4
76189	Karlsruhe	karlsruhe	BW	082	08212	49.0148	8.3521	4
76199	Karlsruhe	karlsruhe	BW	082	08212	48.9661	8.4043	4
76227	Karlsruhe	karlsruhe	BW	082	08212	49.0003	8.4776	4
76228	Karlsruhe	karlsruhe	BW	082	08212	49.0047	8.3858	4
76229	Karlsruhe	karlsruhe	BW	082	08212	49.0047	8.3858	4
76275	Ettlingen	ettlingen	BW	082	08215	48.9409	8.4076	4
76287	Rheinstetten	rheinstetten	BW	082	08215	48.9685	8.307	4
76297	Stutensee	stutensee	BW	082	08215	49.0967	8.4896	4
76307	Karlsbad	karlsbad	BW	082	08215	48.9167	8.5	4
76316	Malsch	malsch	BW	082	08215	48.8833	8.3333	4
76327	Pfinztal	pfinztal	BW	082	08215	49.0044	8.5209	4
76332	Bad Herrenalb	bad-herrenalb	BW	082	08235	48.7979	8.4362	4
76337	Waldbronn	waldbronn	BW	082	08215	48.9183	8.4923	4
76344	Eggenstein-Leopoldshafen	eggenstein-leopoldshafen	BW	082	08215	49.0901	8.3988	4
76351	Linkenheim-Hochstetten	linkenheim-hochstetten	BW	082	08215	49.132	8.4124	4
76356	Weingarten	weingarten	BW	082	08215	49.0546	8.5268	4
76359	Marxzell	marxzell	BW	082	08215	48.8667	8.45	4
76437	Rastatt	rastatt	BW	082	08216	48.8585	8.2096	4
76448	Durmersheim	durmersheim	BW	082	08216	48.9333	8.2667	4
76456	Kuppenheim	kuppenheim	BW	082	08216	48.8279	8.2542	4
76461	Muggensturm	muggensturm	BW	082	08216	48.8667	8.2833	4
76467	Bietigheim	bietigheim	BW	082	08216	48.9092	8.252	4
76470	Ötigheim	otigheim	BW	082	08216	48.8909	8.2344	4
76473	Iffezheim	iffezheim	BW	082	08216	48.8217	8.1431	4
76474	Au am Rhein	au-am-rhein	BW	082	08216	48.95	8.2333	4
76476	Bischweier	bischweier	BW	082	08216	48.8377	8.2841	4
76477	Elchesheim-Illingen	elchesheim-illingen	BW	082	08216	48.9333	8.2167	4
76479	Steinmauern	steinmauern	BW	082	08216	48.901	8.1969	4
76530	Baden-Baden	baden-baden	BW	082	08211	48.75	8.25	4
76532	Baden-Baden	baden-baden	BW	082	08211	48.75	8.25	4
76534	Baden-Baden	baden-baden	BW	082	08211	48.75	8.25	4
76547	Sinzheim	sinzheim	BW	082	08216	48.7667	8.1667	4
76549	Hügelsheim	hugelsheim	BW	082	08216	48.8	8.1167	4
76571	Gaggenau	gaggenau	BW	082	08216	48.8	8.3333	4
76593	Gernsbach	gernsbach	BW	082	08216	48.7703	8.3431	4
76596	Forbach	forbach	BW	082	08216	48.6833	8.35	4
76597	Loffenau	loffenau	BW	082	08216	48.7721	8.3846	4
76599	Weisenbach	weisenbach	BW	082	08216	48.7276	8.3538	4
76646	Bruchsal	bruchsal	BW	082	08215	49.1243	8.598	4
76661	Philippsburg	philippsburg	BW	082	08215	49.2317	8.4607	4
76669	Bad Schönborn	bad-schonborn	BW	082	08215	49.2069	8.6436	4
76676	Graben-Neudorf	graben-neudorf	BW	082	08215	49.1669	8.4924	4
76684	Östringen	ostringen	BW	082	08215	49.2191	8.7119	4
76689	Karlsdorf-Neuthard	karlsdorf-neuthard	BW	082	08215	49.1347	8.5303	4
76694	Forst	forst	BW	082	08215	49.1586	8.5808	4
76698	Ubstadt-Weiher	ubstadt-weiher	BW	082	08215	49.163	8.6316	4
76703	Kraichtal	kraichtal	BW	082	08215	49.1396	8.7715	4
76706	Dettenheim	dettenheim	BW	082	08215	49.1717	8.4242	4
76707	Hambrücken	hambrucken	BW	082	08215	49.19	8.5406	4
76709	Kronau	kronau	BW	082	08215	49.2225	8.6311	4
77776	Bad Rippoldsau-Schapbach	bad-rippoldsau-schapbach	BW	082	08237	48.4	8.3333	4
77815	Bühl	buhl	BW	082	08216	48.6968	8.1352	4
77830	Bühlertal	buhlertal	BW	082	08216	48.6857	8.1888	4
77833	Ottersweier	ottersweier	BW	082	08216	48.6702	8.1132	4
77836	Rheinmünster	rheinmunster	BW	082	08216	48.7583	8.05	4
77839	Lichtenau	lichtenau	BW	082	08216	48.7261	8.0049	4
72172	Sulz am Neckar	sulz-am-neckar	BW	083	08325	48.3624	8.6331	4
72175	Dornhan	dornhan	BW	083	08325	48.3501	8.509	4
72189	Vöhringen	vohringen	BW	083	08325	48.3345	8.6639	4
77652	Offenburg	offenburg	BW	083	08317	48.4765	7.9438	4
77654	Offenburg	offenburg	BW	083	08317	48.4651	7.9559	4
77656	Offenburg	offenburg	BW	083	08317	48.4639	7.9313	4
77694	Kehl	kehl	BW	083	08317	48.573	7.8152	4
77704	Oberkirch	oberkirch	BW	083	08317	48.5324	8.0786	4
77709	Oberwolfach	oberwolfach	BW	083	08317	48.3167	8.2167	4
77709	Wolfach	wolfach	BW	083	08317	48.2932	8.2158	4
77716	Fischerbach	fischerbach	BW	083	08317	48.2869	8.1096	4
77716	Haslach im Kinzigtal	haslach-im-kinzigtal	BW	083	08317	48.2777	8.0894	4
77716	Hofstetten	hofstetten	BW	083	08317	48.2585	8.066	4
77723	Gengenbach	gengenbach	BW	083	08317	48.4048	8.0143	4
77728	Oppenau	oppenau	BW	083	08317	48.4733	8.1597	4
77731	Willstätt	willstatt	BW	083	08317	48.5407	7.8931	4
77736	Zell am Harmersbach	zell-am-harmersbach	BW	083	08317	48.3465	8.067	4
77740	Bad Peterstal-Griesbach	bad-peterstal-griesbach	BW	083	08317	48.4333	8.2167	4
77743	Neuried	neuried	BW	083	08317	48.45	7.825	4
77746	Schutterwald	schutterwald	BW	083	08317	48.45	7.8833	4
77749	Hohberg	hohberg	BW	083	08317	48.4167	7.9167	4
77756	Hausach	hausach	BW	083	08317	48.2843	8.176	4
77761	Schiltach	schiltach	BW	083	08325	48.2893	8.3417	4
77767	Appenweier	appenweier	BW	083	08317	48.5333	7.9833	4
77770	Durbach	durbach	BW	083	08317	48.4935	8.0174	4
77773	Schenkenzell	schenkenzell	BW	083	08325	48.312	8.3721	4
77781	Biberach	biberach	BW	083	08317	48.3333	8.0333	4
77784	Oberharmersbach	oberharmersbach	BW	083	08317	48.3736	8.1254	4
77787	Nordrach	nordrach	BW	083	08317	48.4	8.0833	4
77790	Steinach	steinach	BW	083	08317	48.3	8.05	4
77791	Berghaupten	berghaupten	BW	083	08317	48.406	7.9867	4
77793	Gutach (Schwarzwaldbahn)	gutach-schwarzwaldbahn	BW	083	08317	48.2484	8.2129	4
77794	Lautenbach	lautenbach	BW	083	08317	48.5207	8.1151	4
77796	Mühlenbach	muhlenbach	BW	083	08317	48.25	8.1167	4
77797	Ohlsbach	ohlsbach	BW	083	08317	48.4322	7.9938	4
77799	Ortenberg	ortenberg	BW	083	08317	48.4516	7.9718	4
77855	Achern	achern	BW	083	08317	48.6312	8.0761	4
77866	Rheinau	rheinau	BW	083	08317	48.666	7.9366	4
77871	Renchen	renchen	BW	083	08317	48.5885	8.0132	4
77876	Kappelrodeck	kappelrodeck	BW	083	08317	48.5918	8.1169	4
77880	Sasbach	sasbach	BW	083	08317	48.6397	8.0937	4
77883	Ottenhöfen im Schwarzwald	ottenhofen-im-schwarzwald	BW	083	08317	48.5667	8.15	4
77886	Lauf	lauf	BW	083	08317	48.65	8.1333	4
77887	Sasbachwalden	sasbachwalden	BW	083	08317	48.6167	8.1333	4
77889	Seebach	seebach	BW	083	08317	48.5762	8.1705	4
77933	Lahr/Schwarzwald	lahr-schwarzwald	BW	083	08317	48.3372	7.8704	4
77944	Friesenheim	friesenheim	BW	083	08317	48.367	7.883	1
77948	Friesenheim	friesenheim	BW	083	08317	48.3667	7.8833	4
77955	Ettenheim	ettenheim	BW	083	08317	48.257	7.8125	4
77960	Seelbach	seelbach	BW	083	08317	48.3106	7.9407	4
77963	Schwanau	schwanau	BW	083	08317	48.3667	7.7624	4
77966	Kappel-Grafenhausen	kappel-grafenhausen	BW	083	08317	48.2838	7.766	4
77971	Kippenheim	kippenheim	BW	083	08317	48.2956	7.8251	4
77972	Mahlberg	mahlberg	BW	083	08317	48.2864	7.8141	4
77974	Meißenheim	meissenheim	BW	083	08317	48.4103	7.7727	4
77975	Ringsheim	ringsheim	BW	083	08317	48.2477	7.7782	4
77977	Rust	rust	BW	083	08317	48.2667	7.7333	4
77978	Schuttertal	schuttertal	BW	083	08317	48.2667	7.95	4
78048	Villingen-Schwenningen	villingen-schwenningen	BW	083	08326	48.0667	8.45	4
78050	Villingen-Schwenningen	villingen-schwenningen	BW	083	08326	48.0667	8.45	4
78052	Villingen-Schwenningen	villingen-schwenningen	BW	083	08326	48.0667	8.45	4
78054	Villingen-Schwenningen	villingen-schwenningen	BW	083	08326	48.0667	8.45	4
78056	Villingen-Schwenningen	villingen-schwenningen	BW	083	08326	48.0667	8.45	4
78073	Bad Dürrheim	bad-durrheim	BW	083	08326	48.0209	8.5306	4
78078	Niedereschach	niedereschach	BW	083	08326	48.1333	8.5333	4
78083	Dauchingen	dauchingen	BW	083	08326	48.0899	8.5501	4
78086	Brigachtal	brigachtal	BW	083	08326	48.0167	8.4667	4
78087	Mönchweiler	monchweiler	BW	083	08326	48.1004	8.4222	4
78089	Unterkirnach	unterkirnach	BW	083	08326	48.0795	8.3657	4
78098	Triberg	triberg	BW	083	08326	48.1363	8.2365	4
78112	Sankt Georgen im Schwarzwald	sankt-georgen-im-schwarzwald	BW	083	08326	48.1272	8.3351	4
78120	Furtwangen im Schwarzwald	furtwangen-im-schwarzwald	BW	083	08326	48.0516	8.2071	4
78126	Königsfeld im Schwarzwald	konigsfeld-im-schwarzwald	BW	083	08326	48.1381	8.4197	4
78132	Hornberg	hornberg	BW	083	08317	48.2107	8.2327	4
78136	Schonach im Schwarzwald	schonach-im-schwarzwald	BW	083	08326	48.1423	8.2029	4
78141	Schönwald im Schwarzwald	schonwald-im-schwarzwald	BW	083	08326	48.1055	8.2039	4
78144	Tennenbronn	tennenbronn	BW	083	08325	48.1904	8.3518	4
78147	Vöhrenbach	vohrenbach	BW	083	08326	48.05	8.3	4
78148	Gütenbach	gutenbach	BW	083	08326	48.05	8.15	4
78166	Donaueschingen	donaueschingen	BW	083	08326	47.9551	8.4971	4
78176	Blumberg	blumberg	BW	083	08326	47.8406	8.5333	4
78183	Hüfingen	hufingen	BW	083	08326	47.9254	8.4883	4
78187	Geisingen	geisingen	BW	083	08327	47.925	8.65	4
78194	Immendingen	immendingen	BW	083	08327	47.9333	8.7333	4
78199	Bräunlingen	braunlingen	BW	083	08326	47.9296	8.4481	4
78224	Singen	singen	BW	083	08335	47.7593	8.8403	4
78234	Engen	engen	BW	083	08335	47.8553	8.7734	4
78239	Rielasingen-Worblingen	rielasingen-worblingen	BW	083	08335	47.7346	8.8401	4
78244	Gottmadingen	gottmadingen	BW	083	08335	47.7351	8.7769	4
78247	Hilzingen	hilzingen	BW	083	08335	47.7667	8.7833	4
78250	Tengen	tengen	BW	083	08335	47.8213	8.6612	4
78253	Eigeltingen	eigeltingen	BW	083	08335	47.858	8.8978	4
78256	Steißlingen	steisslingen	BW	083	08335	47.8	8.9333	4
78259	Mühlhausen-Ehingen	muhlhausen-ehingen	BW	083	08335	47.811	8.8122	4
78262	Gailingen am Hochrhein	gailingen-am-hochrhein	BW	083	08335	47.7	8.75	4
78266	Büsingen am Hochrhein	busingen-am-hochrhein	BW	083	08335	47.7	8.6833	4
78267	Aach	aach	BW	083	08335	47.8424	8.8538	4
78269	Volkertshausen	volkertshausen	BW	083	08335	47.8167	8.8667	4
78315	Radolfzell am Bodensee	radolfzell-am-bodensee	BW	083	08335	47.7419	8.971	4
78333	Stockach	stockach	BW	083	08335	47.8511	9.0091	4
78337	Öhningen	ohningen	BW	083	08335	47.6619	8.8867	4
78343	Gaienhofen	gaienhofen	BW	083	08335	47.6833	8.9833	4
78345	Moos	moos	BW	083	08335	47.7244	8.9348	4
78351	Bodman-Ludwigshafen	bodman-ludwigshafen	BW	083	08335	47.8182	9.0554	4
78355	Hohenfels	hohenfels	BW	083	08335	47.885	9.1082	4
78357	Mühlingen	muhlingen	BW	083	08335	47.9167	9.0167	4
78359	Orsingen-Nenzingen	orsingen-nenzingen	BW	083	08335	47.8427	8.9591	4
78462	Konstanz	konstanz	BW	083	08335	47.6613	9.1752	4
78464	Konstanz	konstanz	BW	083	08335	47.6723	9.1834	4
78465	Konstanz	konstanz	BW	083	08335	47.6667	9.1833	4
78467	Konstanz	konstanz	BW	083	08335	47.6744	9.1649	4
78476	Allensbach	allensbach	BW	083	08335	47.7154	9.0714	4
78479	Reichenau	reichenau	BW	083	08335	47.6889	9.0635	4
78532	Tuttlingen	tuttlingen	BW	083	08327	47.9846	8.8177	4
78549	Spaichingen	spaichingen	BW	083	08327	48.0748	8.7351	4
78554	Aldingen	aldingen	BW	083	08327	48.1	8.7	4
78559	Gosheim	gosheim	BW	083	08327	48.1343	8.7543	4
78564	Wehingen	wehingen	BW	083	08327	48.1453	8.7915	4
78564	Reichenbach am Heuberg	reichenbach-am-heuberg	BW	083	08327	48.1333	8.85	4
78567	Fridingen an der Donau	fridingen-an-der-donau	BW	083	08327	48.0196	8.9232	4
78570	Mühlheim an der Donau	muhlheim-an-der-donau	BW	083	08327	48.0312	8.8836	4
78573	Wurmlingen	wurmlingen	BW	083	08327	48	8.7833	4
78576	Emmingen-Liptingen	emmingen-liptingen	BW	083	08327	47.9333	8.8833	4
78579	Neuhausen ob Eck	neuhausen-ob-eck	BW	083	08327	47.9726	8.9276	4
78580	Bärenthal	barenthal	BW	083	08327	48.0667	8.9333	4
78582	Balgheim	balgheim	BW	083	08327	48.0667	8.7667	4
78583	Böttingen	bottingen	BW	083	08327	48.1	8.8	4
78585	Bubsheim	bubsheim	BW	083	08327	48.1167	8.8333	4
78586	Deilingen	deilingen	BW	083	08327	48.1741	8.7853	4
78588	Denkingen	denkingen	BW	083	08327	48.1111	8.7382	4
78589	Dürbheim	durbheim	BW	083	08327	48.0562	8.7934	4
78591	Durchhausen	durchhausen	BW	083	08327	48.0397	8.6749	4
78592	Egesheim	egesheim	BW	083	08327	48.1172	8.8564	4
78594	Gunningen	gunningen	BW	083	08327	48.05	8.7	4
78595	Hausen ob Verena	hausen-ob-verena	BW	083	08327	48.0537	8.7247	4
78597	Irndorf	irndorf	BW	083	08327	48.0667	8.9667	4
78598	Königsheim	konigsheim	BW	083	08327	48.1	8.8667	4
78600	Kolbingen	kolbingen	BW	083	08327	48.0523	8.8896	4
78601	Mahlstetten	mahlstetten	BW	083	08327	48.0748	8.8351	4
78603	Renquishausen	renquishausen	BW	083	08327	48.0833	8.9	4
78604	Rietheim-Weilheim	rietheim-weilheim	BW	083	08327	48.0167	8.7667	4
78606	Seitingen-Oberflacht	seitingen-oberflacht	BW	083	08327	48.0167	8.7167	4
78607	Talheim	talheim	BW	083	08327	48.0167	8.6667	4
78609	Tuningen	tuningen	BW	083	08326	48.0333	8.6	4
78628	Rottweil	rottweil	BW	083	08325	48.1678	8.6272	4
78647	Trossingen	trossingen	BW	083	08327	48.0767	8.6441	4
78652	Deißlingen	deisslingen	BW	083	08325	48.1123	8.6074	4
78655	Dunningen	dunningen	BW	083	08325	48.2124	8.5062	4
78658	Zimmern ob Rottweil	zimmern-ob-rottweil	BW	083	08325	48.1666	8.5944	4
78661	Dietingen	dietingen	BW	083	08325	48.2048	8.6486	4
78662	Bösingen	bosingen	BW	083	08325	48.2333	8.55	4
78664	Eschbronn	eschbronn	BW	083	08325	48.25	8.4667	
78665	Frittlingen	frittlingen	BW	083	08327	48.1271	8.7077	4
78667	Villingendorf	villingendorf	BW	083	08325	48.2	8.5833	4
78669	Wellendingen	wellendingen	BW	083	08325	48.1474	8.7037	4
78713	Schramberg	schramberg	BW	083	08325	48.224	8.3858	4
78727	Oberndorf am Neckar	oberndorf-am-neckar	BW	083	08325	48.3005	8.5738	4
78730	Lauterbach	lauterbach	BW	083	08325	48.2333	8.35	4
78733	Aichhalden	aichhalden	BW	083	08325	48.2672	8.4023	4
78736	Epfendorf	epfendorf	BW	083	08325	48.25	8.6	4
78737	Fluorn-Winzeln	fluorn-winzeln	BW	083	08325	48.2917	8.4917	4
78739	Hardt	hardt	BW	083	08325	48.1833	8.4167	4
79098	Freiburg im Breisgau	freiburg-im-breisgau	BW	083	08311	47.9942	7.847	4
79100	Freiburg im Breisgau	freiburg-im-breisgau	BW	083	08311	47.9809	7.8327	4
79102	Freiburg im Breisgau	freiburg-im-breisgau	BW	083	08311	48	7.85	4
79104	Freiburg im Breisgau	freiburg-im-breisgau	BW	083	08311	48.0098	7.8545	4
79106	Freiburg im Breisgau	freiburg-im-breisgau	BW	083	08311	48	7.85	4
79108	Freiburg im Breisgau	freiburg-im-breisgau	BW	083	08311	48.0339	7.8418	4
79110	Freiburg im Breisgau	freiburg-im-breisgau	BW	083	08311	48.0207	7.8167	4
79111	Freiburg im Breisgau	freiburg-im-breisgau	BW	083	08311	47.9809	7.7957	4
79112	Freiburg im Breisgau	freiburg-im-breisgau	BW	083	08311	48	7.85	4
79114	Freiburg im Breisgau	freiburg-im-breisgau	BW	083	08311	48.0018	7.818	4
79115	Freiburg im Breisgau	freiburg-im-breisgau	BW	083	08311	47.9793	7.822	4
79117	Freiburg im Breisgau	freiburg-im-breisgau	BW	083	08311	47.9874	7.8945	4
79183	Waldkirch	waldkirch	BW	083	08316	48.0959	7.9637	4
79189	Bad Krozingen	bad-krozingen	BW	083	08315	47.9167	7.7	4
79194	Gundelfingen	gundelfingen	BW	083	08315	48.0425	7.8657	4
79194	Heuweiler	heuweiler	BW	083	08315	48.05	7.9	4
79199	Kirchzarten	kirchzarten	BW	083	08315	47.9667	7.95	4
79206	Breisach am Rhein	breisach-am-rhein	BW	083	08315	48.0328	7.5829	4
79211	Denzlingen	denzlingen	BW	083	08316	48.0667	7.8833	4
79215	Biederbach	biederbach	BW	083	08316	48.2	8.0333	
79215	Elzach	elzach	BW	083	08316	48.1725	8.0699	4
79219	Staufen im Breisgau	staufen-im-breisgau	BW	083	08315	47.8823	7.7282	4
79224	Umkirch	umkirch	BW	083	08315	48.0333	7.7667	4
79227	Schallstadt	schallstadt	BW	083	08315	47.9585	7.7575	4
79232	March	march	BW	083	08315	48.0681	7.7788	4
79235	Vogtsburg im Kaiserstuhl	vogtsburg-im-kaiserstuhl	BW	083	08315	48.0833	7.6333	4
79238	Ehrenkirchen	ehrenkirchen	BW	083	08315	47.9156	7.7519	4
79241	Ihringen	ihringen	BW	083	08315	48.043	7.6476	4
79244	Münstertal	munstertal	BW	083	08315	47.85	7.7833	4
79249	Merzhausen	merzhausen	BW	083	08315	47.9667	7.8333	4
79252	Stegen	stegen	BW	083	08315	47.9833	7.9667	4
79254	Oberried	oberried	BW	083	08315	47.9333	7.95	4
79256	Buchenbach	buchenbach	BW	083	08315	47.9614	8.0091	4
79258	Hartheim	hartheim	BW	083	08315	47.9333	7.6333	4
79261	Gutach im Breisgau	gutach-im-breisgau	BW	083	08316	48.1167	7.9833	4
79263	Simonswald	simonswald	BW	083	08316	48.1004	8.0525	4
79268	Bötzingen	botzingen	BW	083	08315	48.0764	7.7248	4
79271	Sankt Peter	sankt-peter	BW	083	08315	48.0147	8.0329	4
79274	Sankt Märgen	sankt-margen	BW	083	08315	48.008	8.0928	4
79276	Reute	reute	BW	083	08316	48.0833	7.8167	4
79279	Vörstetten	vorstetten	BW	083	08316	48.0667	7.85	4
79280	Au	au	BW	083	08315	47.95	7.8333	4
79282	Ballrechten-Dottingen	ballrechten-dottingen	BW	083	08315	47.8583	7.6917	4
79283	Bollschweil	bollschweil	BW	083	08315	47.9214	7.7899	4
79285	Ebringen	ebringen	BW	083	08315	47.9578	7.7765	4
79286	Glottertal	glottertal	BW	083	08315	48.0508	7.9634	4
79288	Gottenheim	gottenheim	BW	083	08315	48.05	7.7333	4
79289	Horben	horben	BW	083	08315	47.9333	7.8667	4
79291	Merdingen	merdingen	BW	083	08315	48.0167	7.6833	4
79292	Pfaffenweiler	pfaffenweiler	BW	083	08315	47.9333	7.75	4
79294	Sölden	solden	BW	083	08315	47.9333	7.8167	4
79295	Sulzburg	sulzburg	BW	083	08315	47.8412	7.7078	4
79297	Winden im Elztal	winden-im-elztal	BW	083	08316	48.144	8.0469	4
79299	Wittnau	wittnau	BW	083	08315	47.95	7.8167	4
79312	Emmendingen	emmendingen	BW	083	08316	48.121	7.8536	4
79331	Teningen	teningen	BW	083	08316	48.1295	7.8121	4
79336	Herbolzheim	herbolzheim	BW	083	08316	48.2188	7.7775	4
79341	Kenzingen	kenzingen	BW	083	08316	48.1963	7.7697	4
79346	Endingen am Kaiserstuhl	endingen-am-kaiserstuhl	BW	083	08316	48.1333	7.7	4
79348	Freiamt	freiamt	BW	083	08316	48.1667	7.9167	4
79350	Sexau	sexau	BW	083	08316	48.1021	7.9076	4
79353	Bahlingen am Kaiserstuhl	bahlingen-am-kaiserstuhl	BW	083	08316	48.1228	7.7389	4
79356	Eichstetten am Kaiserstuhl	eichstetten-am-kaiserstuhl	BW	083	08315	48.0833	7.7333	
79359	Riegel am Kaiserstuhl	riegel-am-kaiserstuhl	BW	083	08316	48.15	7.75	4
79361	Sasbach am Kaiserstuhl	sasbach-am-kaiserstuhl	BW	083	08316	48.1333	7.6167	4
79362	Forchheim	forchheim	BW	083	08316	48.1667	7.7	4
79364	Malterdingen	malterdingen	BW	083	08316	48.1572	7.7861	4
79365	Rheinhausen	rheinhausen	BW	083	08316	48.2266	7.7109	4
79367	Weisweil	weisweil	BW	083	08316	48.1994	7.6771	4
79369	Wyhl am Kaiserstuhl	wyhl-am-kaiserstuhl	BW	083	08316	48.1667	7.65	4
79379	Müllheim	mullheim	BW	083	08315	47.8082	7.6303	4
79395	Neuenburg am Rhein	neuenburg-am-rhein	BW	083	08315	47.8143	7.5601	4
79400	Kandern	kandern	BW	083	08336	47.7139	7.6624	4
79410	Badenweiler	badenweiler	BW	083	08315	47.8022	7.6724	4
79415	Bad Bellingen	bad-bellingen	BW	083	08336	47.7315	7.5576	4
79418	Schliengen	schliengen	BW	083	08336	47.757	7.5764	4
79423	Heitersheim	heitersheim	BW	083	08315	47.8747	7.6572	4
79424	Auggen	auggen	BW	083	08315	47.7833	7.6	4
79426	Buggingen	buggingen	BW	083	08315	47.8475	7.638	4
79427	Eschbach	eschbach	BW	083	08315	47.891	7.6554	4
79429	Malsburg-Marzell	malsburg-marzell	BW	083	08336	47.7333	7.7083	4
79513	Röttlerweiler	rottlerweiler	BW	083	08336	47.6324	7.6594	4
79539	Lörrach	lorrach	BW	083	08336	47.6181	7.6589	4
79540	Lörrach	lorrach	BW	083	08336	47.6167	7.6667	4
79541	Lörrach	lorrach	BW	083	08336	47.6335	7.6922	4
79576	Weil am Rhein	weil-am-rhein	BW	083	08336	47.5933	7.6208	4
79578	Steinen	steinen	BW	083	08336	47.65	7.733	1
79585	Steinen	steinen	BW	083	08336	47.65	7.7333	4
79588	Efringen-Kirchen	efringen-kirchen	BW	083	08336	47.65	7.5667	4
79589	Binzen	binzen	BW	083	08336	47.6333	7.6167	4
79591	Eimeldingen	eimeldingen	BW	083	08336	47.6333	7.6	4
79592	Fischingen	fischingen	BW	083	08336	47.65	7.6	4
79594	Inzlingen	inzlingen	BW	083	08336	47.5885	7.6909	4
79595	Rümmingen	rummingen	BW	083	08336	47.6412	7.642	4
79597	Schallbach	schallbach	BW	083	08336	47.65	7.6333	4
79599	Wittlingen	wittlingen	BW	083	08336	47.6553	7.6511	4
79618	Rheinfelden	rheinfelden	BW	083	08336	47.5723	7.7842	4
79639	Grenzach-Wyhlen	grenzach-wyhlen	BW	083	08336	47.55	7.6833	4
79650	Schopfheim	schopfheim	BW	083	08336	47.6511	7.8209	4
79664	Wehr	wehr	BW	083	08337	47.6298	7.9042	4
79669	Zell im Wiesental	zell-im-wiesental	BW	083	08336	47.7055	7.8525	4
79674	Todtnau	todtnau	BW	083	08336	47.8294	7.9438	4
79677	Fröhnd	frohnd	BW	083	08336	47.7595	7.8857	
79677	Schönenberg	schonenberg	BW	083	08336	47.7938	7.8825	4
79677	Aitern	aitern	BW	083	08336	47.8	7.9	4
79677	Böllen	bollen	BW	083	08336	47.8	7.8413	4
79677	Schönau im Schwarzwald	schonau-im-schwarzwald	BW	083	08336	47.7862	7.8944	4
79677	Tunau	tunau	BW	083	08336	47.7861	7.9243	4
79677	Wembach	wembach	BW	083	08336	47.7725	7.8869	4
79682	Todtmoos	todtmoos	BW	083	08337	47.7401	8.0018	4
79683	Bürchau	burchau	BW	083	08336	47.7739	7.8272	4
79685	Häg-Ehrsberg	hag-ehrsberg	BW	083	08336	47.7417	7.9083	4
79686	Hasel	hasel	BW	083	08336	47.6534	7.8972	4
79688	Hausen im Wiesental	hausen-im-wiesental	BW	083	08336	47.6833	7.85	
79689	Maulburg	maulburg	BW	083	08336	47.6463	7.7821	4
79691	Neuenweg	neuenweg	BW	083	08336	47.7956	7.8274	4
79692	Raich	raich	BW	083	08336	47.7505	7.7969	4
79692	Tegernau	tegernau	BW	083	08336	47.7204	7.7945	4
79692	Sallneck	sallneck	BW	083	08336	47.7228	7.7715	4
79692	Elbenschwand	elbenschwand	BW	083	08336	47.7507	7.8297	4
79694	Utzenfeld	utzenfeld	BW	083	08336	47.8	7.9167	4
79695	Wieden	wieden	BW	083	08336	47.8414	7.882	4
79697	Wies	wies	BW	083	08336	47.7479	7.7675	4
79699	Wieslet	wieslet	BW	083	08336	47.688	7.798	4
79713	Bad Säckingen	bad-sackingen	BW	083	08337	47.5537	7.9461	4
79725	Laufenburg	laufenburg	BW	083	08337	47.5651	8.0604	4
79730	Murg	murg	BW	083	08337	47.5549	8.0218	4
79733	Görwihl	gorwihl	BW	083	08337	47.6427	8.0748	4
79736	Rickenbach	rickenbach	BW	083	08337	47.619	7.9787	4
79737	Herrischried	herrischried	BW	083	08337	47.6667	8	4
79739	Schwörstadt	schworstadt	BW	083	08336	47.5931	7.8784	4
79761	Waldshut-Tiengen	waldshut-tiengen	BW	083	08337	47.6232	8.2172	4
79771	Klettgau	klettgau	BW	083	08337	47.65	8.4	4
79774	Albbruck	albbruck	BW	083	08337	47.5908	8.1295	4
79777	Ühlingen-Birkendorf	uhlingen-birkendorf	BW	083	08337	47.7167	8.3167	4
79780	Stühlingen	stuhlingen	BW	083	08337	47.7458	8.4481	4
79787	Lauchringen	lauchringen	BW	083	08337	47.627	8.3144	4
79790	Küssaberg	kussaberg	BW	083	08337	47.6	8.32	4
79793	Wutöschingen	wutoschingen	BW	083	08337	47.6602	8.3675	4
79798	Jestetten	jestetten	BW	083	08337	47.65	8.5667	4
79801	Hohentengen am Hochrhein	hohentengen-am-hochrhein	BW	083	08337	47.57	8.4325	4
79802	Dettighofen	dettighofen	BW	083	08337	47.6233	8.4851	4
79804	Dogern	dogern	BW	083	08337	47.6095	8.1671	4
79805	Eggingen	eggingen	BW	083	08337	47.7	8.4	4
79807	Lottstetten	lottstetten	BW	083	08337	47.6333	8.5667	4
79809	Weilheim	weilheim	BW	083	08337	47.6667	8.2333	4
79822	Titisee-Neustadt	titisee-neustadt	BW	083	08315	47.921	8.1906	4
79837	Ibach	ibach	BW	083	08337	47.7333	8.0667	4
79837	Häusern	hausern	BW	083	08337	47.75	8.1667	4
79837	Sankt Blasien	sankt-blasien	BW	083	08337	47.7625	8.1271	4
79843	Löffingen	loffingen	BW	083	08315	47.8841	8.3438	4
79848	Bonndorf im Schwarzwald	bonndorf-im-schwarzwald	BW	083	08337	47.8186	8.3414	4
79853	Lenzkirch	lenzkirch	BW	083	08315	47.8683	8.2021	4
79856	Hinterzarten	hinterzarten	BW	083	08315	47.9028	8.107	4
79859	Schluchsee	schluchsee	BW	083	08315	47.8167	8.1833	4
79862	Höchenschwand	hochenschwand	BW	083	08337	47.7333	8.1667	4
79865	Grafenhausen	grafenhausen	BW	083	08337	47.775	8.2573	4
79868	Feldberg	feldberg	BW	083	08315	47.865	8.0704	4
79871	Eisenbach (Hochschwarzwald)	eisenbach-hochschwarzwald	BW	083	08315	47.9667	8.2667	4
79872	Bernau	bernau	BW	083	08337	47.8002	8.0383	4
79874	Breitnau	breitnau	BW	083	08315	47.9333	8.0833	4
79875	Dachsberg	dachsberg	BW	083	08337	47.7295	8.1	4
79877	Friedenweiler	friedenweiler	BW	083	08315	47.9178	8.2563	4
79879	Wutach	wutach	BW	083	08337	47.8333	8.4333	4
88637	Buchheim	buchheim	BW	083	08327	48.0104	8.986	4
72070	Tübingen	tubingen	BW	084	08416	48.5241	9.0177	4
72072	Tübingen	tubingen	BW	084	08416	48.5166	9.0581	4
72074	Tübingen	tubingen	BW	084	08416	48.5311	9.0705	4
72076	Tübingen	tubingen	BW	084	08416	48.5369	9.0536	4
72108	Rottenburg am Neckar	rottenburg-am-neckar	BW	084	08416	48.4796	8.95	4
72116	Mössingen	mossingen	BW	084	08416	48.4057	9.0542	4
72119	Ammerbuch	ammerbuch	BW	084	08416	48.5534	8.9722	4
72124	Pliezhausen	pliezhausen	BW	084	08415	48.5593	9.2075	4
72127	Kusterdingen	kusterdingen	BW	084	08416	48.5229	9.1198	4
72131	Ofterdingen	ofterdingen	BW	084	08416	48.4167	9.0333	4
72135	Dettenhausen	dettenhausen	BW	084	08416	48.6076	9.1004	4
72138	Kirchentellinsfurt	kirchentellinsfurt	BW	084	08416	48.5331	9.1473	4
72141	Walddorfhäslach	walddorfhaslach	BW	084	08415	48.587	9.1814	4
72144	Dußlingen	dusslingen	BW	084	08416	48.4536	9.0555	4
72145	Hirrlingen	hirrlingen	BW	084	08416	48.4125	8.8874	4
72147	Nehren	nehren	BW	084	08416	48.431	9.0699	4
72149	Neustetten	neustetten	BW	084	08416	48.4833	8.8833	4
72181	Starzach	starzach	BW	084	08416	48.4333	8.8167	4
72336	Balingen	balingen	BW	084	08417	48.2753	8.8546	4
72348	Rosenfeld	rosenfeld	BW	084	08417	48.2864	8.7236	4
72351	Geislingen	geislingen	BW	084	08417	48.2877	8.8124	4
72355	Schömberg	schomberg	BW	084	08417	48.21	8.7595	4
72356	Dautmergen	dautmergen	BW	084	08417	48.242	8.7414	4
72358	Dormettingen	dormettingen	BW	084	08417	48.2369	8.7733	4
72359	Dotternhausen	dotternhausen	BW	084	08417	48.2285	8.7923	4
72361	Hausen am Tann	hausen-am-tann	BW	084	08417	48.1983	8.8363	4
72362	Nusplingen	nusplingen	BW	084	08417	48.1326	8.8915	4
72364	Obernheim	obernheim	BW	084	08417	48.163	8.8611	4
72365	Ratshausen	ratshausen	BW	084	08417	48.1937	8.7952	4
72367	Weilen unter den Rinnen	weilen-unter-den-rinnen	BW	084	08417	48.1898	8.7649	4
72369	Zimmern unter der Burg	zimmern-unter-der-burg	BW	084	08417	48.2205	8.7193	4
72379	Hechingen	hechingen	BW	084	08417	48.3515	8.9632	4
72393	Burladingen	burladingen	BW	084	08417	48.2911	9.1129	4
72401	Haigerloch	haigerloch	BW	084	08417	48.3661	8.8036	4
72406	Bisingen	bisingen	BW	084	08417	48.3101	8.9174	4
72411	Bodelshausen	bodelshausen	BW	084	08416	48.3889	8.977	4
72414	Rangendingen	rangendingen	BW	084	08417	48.3817	8.8894	4
72415	Grosselfingen	grosselfingen	BW	084	08417	48.3323	8.887	4
72417	Jungingen	jungingen	BW	084	08417	48.3279	9.041	4
72419	Neufra	neufra	BW	084	08437	48.2477	9.1831	4
72458	Albstadt	albstadt	BW	084	08417	48.2135	9.0263	4
72459	Albstadt	albstadt	BW	084	08417	48.2167	9.0167	4
72461	Albstadt	albstadt	BW	084	08417	48.251	9.0182	4
72469	Meßstetten	messstetten	BW	084	08417	48.1832	8.9657	4
72474	Winterlingen	winterlingen	BW	084	08417	48.1833	9.1167	4
72475	Bitz	bitz	BW	084	08417	48.244	9.0914	4
72477	Schwenningen	schwenningen	BW	084	08437	48.1	9	4
72479	Straßberg	strassberg	BW	084	08417	48.178	9.0906	4
72488	Sigmaringen	sigmaringen	BW	084	08437	48.0883	9.2303	4
72501	Gammertingen	gammertingen	BW	084	08437	48.2524	9.2235	4
72505	Krauchenwies	krauchenwies	BW	084	08437	48.0165	9.2476	4
72510	Stetten am kalten Markt	stetten-am-kalten-markt	BW	084	08437	48.1167	9.0833	4
72511	Bingen	bingen	BW	084	08437	48.1113	9.2724	4
72513	Hettingen	hettingen	BW	084	08437	48.216	9.2317	4
72514	Inzigkofen	inzigkofen	BW	084	08437	48.0703	9.18	4
72516	Scheer	scheer	BW	084	08437	48.0729	9.2949	4
72517	Sigmaringendorf	sigmaringendorf	BW	084	08437	48.0659	9.2621	4
72519	Veringenstadt	veringenstadt	BW	084	08437	48.1851	9.2108	4
72525	Münsingen	munsingen	BW	084	08415	48.4113	9.497	4
72531	Hohenstein Bernloch	hohenstein-bernloch	BW	084	08415	48.3593	9.3327	4
72531	Hohenstein Eglingen	hohenstein-eglingen	BW	084	08415	48.3514	9.4282	4
72531	Hohenstein Ödenwaldstetten	hohenstein-odenwaldstetten	BW	084	08415	48.3489	9.374	4
72531	Hohenstein	hohenstein	BW	084	08415	48.3323	9.3326	4
72531	Hohenstein Oberstetten	hohenstein-oberstetten	BW	084	08415	48.3308	9.3306	4
72531	Hohenstein Meidelstetten	hohenstein-meidelstetten	BW	084	08415	48.346	9.3086	4
72532	Gomadingen	gomadingen	BW	084	08415	48.3998	9.3906	4
72534	Hayingen	hayingen	BW	084	08415	48.2753	9.4776	4
72535	Heroldstatt Ennabeuren	heroldstatt-ennabeuren	BW	084	08425	48.4428	9.6511	4
72535	Heroldstatt	heroldstatt	BW	084	08425	48.4469	9.6685	4
72535	Heroldstatt Sontheim	heroldstatt-sontheim	BW	084	08425	48.4472	9.6731	4
72537	Mehrstetten	mehrstetten	BW	084	08415	48.3761	9.566	4
72539	Pfronstetten	pfronstetten	BW	084	08415	48.2764	9.36	4
72555	Metzingen	metzingen	BW	084	08415	48.537	9.2833	4
72574	Bad Urach	bad-urach	BW	084	08415	48.4911	9.4001	4
72581	Dettingen an der Erms	dettingen-an-der-erms	BW	084	08415	48.5308	9.3446	4
72582	Grabenstetten	grabenstetten	BW	084	08415	48.524	9.4615	4
72584	Hülben	hulben	BW	084	08415	48.5198	9.4079	4
72585	Riederich	riederich	BW	084	08415	48.5603	9.2688	4
72587	Römerstein Donnstetten	romerstein-donnstetten	BW	084	08415	48.5161	9.5658	4
72587	Römerstein	romerstein	BW	084	08415	48.4962	9.5148	4
72587	Römerstein Zainingen	romerstein-zainingen	BW	084	08415	48.483	9.5473	4
72589	Westerheim	westerheim	BW	084	08425	48.5151	9.6242	4
72661	Grafenberg	grafenberg	BW	084	08415	48.565	9.3019	4
72760	Reutlingen	reutlingen	BW	084	08415	48.5094	9.204	4
72762	Reutlingen	reutlingen	BW	084	08415	48.4845	9.1939	4
72764	Reutlingen	reutlingen	BW	084	08415	48.4931	9.2125	4
72766	Reutlingen	reutlingen	BW	084	08415	48.511	9.2232	4
72768	Reutlingen	reutlingen	BW	084	08415	48.4833	9.2167	4
72770	Reutlingen	reutlingen	BW	084	08415	48.4942	9.1666	4
72793	Pfullingen	pfullingen	BW	084	08415	48.4646	9.228	4
72800	Eningen unter Achalm	eningen-unter-achalm	BW	084	08415	48.4869	9.2595	4
72805	Lichtenstein	lichtenstein	BW	084	08415	48.4396	9.2528	4
72810	Gomaringen	gomaringen	BW	084	08416	48.4535	9.0958	4
72813	Sankt Johann	sankt-johann	BW	084	08415	48.4833	9.3167	
72818	Trochtelfingen	trochtelfingen	BW	084	08415	48.3084	9.2449	4
72820	Sonnenbühl	sonnenbuhl	BW	084	08415	48.3833	9.1833	4
72827	Wannweil	wannweil	BW	084	08415	48.5167	9.15	4
72829	Engstingen Kohlstetten	engstingen-kohlstetten	BW	084	08415	48.4059	9.3313	4
72829	Engstingen	engstingen	BW	084	08415	48.3934	9.3049	4
72829	Engstingen Kleinengstingen	engstingen-kleinengstingen	BW	084	08415	48.3824	9.2819	4
72829	Engstingen Großengstingen	engstingen-grossengstingen	BW	084	08415	48.3882	9.2852	4
73340	Amstetten	amstetten	BW	084	08425	48.5788	9.8739	4
78354	Sipplingen	sipplingen	BW	084	08435	47.7968	9.0974	4
88045	Friedrichshafen	friedrichshafen	BW	084	08435	47.6544	9.4726	4
88046	Friedrichshafen	friedrichshafen	BW	084	08435	47.6578	9.4852	4
88048	Friedrichshafen	friedrichshafen	BW	084	08435	47.6727	9.4299	4
88069	Tettnang	tettnang	BW	084	08435	47.6686	9.5913	4
88074	Meckenbeuren	meckenbeuren	BW	084	08435	47.7	9.5667	4
88079	Kressbronn am Bodensee	kressbronn-am-bodensee	BW	084	08435	47.5976	9.5971	4
88085	Langenargen	langenargen	BW	084	08435	47.5986	9.5416	4
88086	Immenstaad am Bodensee	immenstaad-am-bodensee	BW	084	08435	47.665	9.359	1
88090	Immenstaad am Bodensee	immenstaad-am-bodensee	BW	084	08435	47.6653	9.359	4
88094	Oberteuringen	oberteuringen	BW	084	08435	47.7241	9.4698	4
88097	Eriskirch	eriskirch	BW	084	08435	47.6248	9.542	4
88099	Neukirch	neukirch	BW	084	08435	47.6574	9.7033	4
88147	Achberg	achberg	BW	084	08436	47.6333	9.7167	4
88212	Ravensburg	ravensburg	BW	084	08436	47.7815	9.6183	4
88213	Ravensburg	ravensburg	BW	084	08436	47.7715	9.5575	4
88214	Ravensburg	ravensburg	BW	084	08436	47.7814	9.6118	4
88239	Wangen im Allgäu	wangen-im-allgau	BW	084	08436	47.6895	9.8325	4
88250	Weingarten	weingarten	BW	084	08436	47.8101	9.6386	4
88255	Baindt	baindt	BW	084	08436	47.85	9.6667	4
88255	Baienfurt	baienfurt	BW	084	08436	47.8286	9.6516	4
88260	Argenbühl	argenbuhl	BW	084	08436	47.6667	9.9333	4
88263	Horgenzell	horgenzell	BW	084	08436	47.8	9.5	4
88267	Vogt	vogt	BW	084	08436	47.7667	9.7667	4
88271	Wilhelmsdorf	wilhelmsdorf	BW	084	08436	47.8661	9.4262	4
88273	Fronreute	fronreute	BW	084	08436	47.8667	9.5833	4
88276	Berg	berg	BW	084	08436	47.8167	9.6	4
88279	Amtzell	amtzell	BW	084	08436	47.7	9.75	4
88281	Schlier	schlier	BW	084	08436	47.77	9.6735	4
88284	Wolpertswende	wolpertswende	BW	084	08436	47.8947	9.612	4
88285	Bodnegg	bodnegg	BW	084	08436	47.7101	9.6884	4
88287	Grünkraut	grunkraut	BW	084	08436	47.7442	9.6559	4
88289	Waldburg	waldburg	BW	084	08436	47.7571	9.7134	4
88299	Leutkirch im Allgäu	leutkirch-im-allgau	BW	084	08436	47.8267	10.0205	4
88316	Isny im Allgäu	isny-im-allgau	BW	084	08436	47.6926	10.0386	4
88317	Aichstetten	aichstetten	BW	084	08436	47.893	10.0784	4
88319	Aitrach	aitrach	BW	084	08436	47.9333	10.0833	4
88326	Aulendorf	aulendorf	BW	084	08436	47.9508	9.6374	4
88339	Bad Waldsee	bad-waldsee	BW	084	08436	47.9203	9.7549	4
88348	Allmannsweiler	allmannsweiler	BW	084	08426	48.0285	9.5936	4
88348	Bad Saulgau	bad-saulgau	BW	084	08437	48.0123	9.5035	4
88353	Kißlegg	kisslegg	BW	084	08436	47.7889	9.8838	4
88356	Ostrach	ostrach	BW	084	08437	47.95	9.3833	4
88361	Eichstegen	eichstegen	BW	084	08436	47.9333	9.5	4
88361	Boms	boms	BW	084	08436	47.9763	9.5164	4
88361	Altshausen	altshausen	BW	084	08436	47.9333	9.5333	4
88364	Wolfegg	wolfegg	BW	084	08436	47.8203	9.7949	4
88367	Hohentengen	hohentengen	BW	084	08437	48.0295	9.3774	4
88368	Bergatreute	bergatreute	BW	084	08436	47.85	9.75	4
88370	Ebenweiler	ebenweiler	BW	084	08436	47.9	9.5167	4
88371	Ebersbach-Musbach	ebersbach-musbach	BW	084	08436	47.9667	9.5833	4
88373	Fleischwangen	fleischwangen	BW	084	08436	47.8833	9.4833	4
88374	Hoßkirch	hosskirch	BW	084	08436	47.95	9.45	4
88376	Königseggwald	konigseggwald	BW	084	08436	47.9333	9.4167	4
88377	Riedhausen	riedhausen	BW	084	08436	47.9093	9.4285	4
88379	Unterwaldhausen	unterwaldhausen	BW	084	08436	47.9	9.4667	4
88379	Guggenhausen	guggenhausen	BW	084	08436	47.9	9.45	4
88400	Biberach an der Riß	biberach-an-der-riss	BW	084	08426	48.0934	9.7905	4
88400	Biberach an der Riß Bergerhausen	biberach-an-der-riss-bergerhausen	BW	084	08426	48.1008	9.8128	
88410	Bad Wurzach	bad-wurzach	BW	084	08436	47.908	9.8969	4
88416	Erlenmoos	erlenmoos	BW	084	08426	48.0653	9.9757	4
88416	Steinhausen an der Rottum	steinhausen-an-der-rottum	BW	084	08426	48.0167	9.9667	4
88416	Ochsenhausen	ochsenhausen	BW	084	08426	48.0703	9.9503	4
88422	Tiefenbach	tiefenbach	BW	084	08426	48.0833	9.65	4
88422	Alleshausen	alleshausen	BW	084	08426	48.1036	9.6218	4
88422	Oggelshausen	oggelshausen	BW	084	08426	48.0667	9.65	4
88422	Moosburg	moosburg	BW	084	08426	48.0833	9.6	
88422	Bad Buchau	bad-buchau	BW	084	08426	48.0623	9.6124	4
88422	Betzenweiler	betzenweiler	BW	084	08426	48.1167	9.5667	4
88422	Dürnau	durnau	BW	084	08426	48.0603	9.5553	4
88422	Seekirch	seekirch	BW	084	08426	48.1	9.65	4
88422	Kanzach	kanzach	BW	084	08426	48.078	9.5589	4
88427	Bad Schussenried	bad-schussenried	BW	084	08426	48.0047	9.6574	4
88427	Bad Schussenried Dunzenhausen	bad-schussenried-dunzenhausen	BW	084	08426	48.0186	9.6834	
88430	Rot an der Rot	rot-an-der-rot	BW	084	08426	48.013	10.0303	4
88433	Schemmerhofen	schemmerhofen	BW	084	08426	48.1702	9.7943	4
88436	Eberhardzell	eberhardzell	BW	084	08426	48	9.8167	4
88436	Eberhardzell Füramoos, Altbellamont	eberhardzell-furamoos-altbellamont	BW	084	08426	48.0002	9.906	
88436	Eberhardzell Füramoos	eberhardzell-furamoos	BW	084	08426	47.9977	9.8934	4
88437	Maselheim	maselheim	BW	084	08426	48.1333	9.8833	4
88441	Mittelbiberach	mittelbiberach	BW	084	08426	48.0833	9.75	4
88444	Ummendorf	ummendorf	BW	084	08426	48.0667	9.8333	4
88447	Warthausen	warthausen	BW	084	08426	48.1286	9.7975	4
88448	Attenweiler	attenweiler	BW	084	08426	48.1333	9.7	4
88450	Berkheim	berkheim	BW	084	08426	48.0426	10.0823	4
88451	Dettingen an der Iller	dettingen-an-der-iller	BW	084	08426	48.1	10.1167	4
88453	Erolzheim	erolzheim	BW	084	08426	48.09	10.073	4
88454	Hochdorf	hochdorf	BW	084	08426	48.0256	9.7878	4
88456	Ingoldingen	ingoldingen	BW	084	08426	48.0255	9.742	4
88457	Kirchdorf an der Iller	kirchdorf-an-der-iller	BW	084	08426	48.0833	10.1333	4
88459	Tannheim	tannheim	BW	084	08426	48	10.0833	4
88471	Laupheim	laupheim	BW	084	08426	48.2279	9.8787	4
88477	Schwendi	schwendi	BW	084	08426	48.1742	9.9754	4
88480	Achstetten	achstetten	BW	084	08426	48.2589	9.8975	4
88481	Balzheim	balzheim	BW	084	08425	48.1833	10.0833	4
88483	Burgrieden	burgrieden	BW	084	08426	48.2333	9.9333	4
88484	Gutenzell-Hürbel	gutenzell-hurbel	BW	084	08426	48.1167	9.9833	4
88486	Kirchberg an der Iller	kirchberg-an-der-iller	BW	084	08426	48.1333	10.0833	4
88487	Mietingen	mietingen	BW	084	08426	48.1833	9.9	4
88489	Wain	wain	BW	084	08426	48.189	10.0209	4
88499	Emeringen	emeringen	BW	084	08425	48.2339	9.5178	4
88499	Riedlingen	riedlingen	BW	084	08426	48.1545	9.4756	4
88499	Altheim	altheim	BW	084	08426	48.1453	9.4474	4
88512	Mengen	mengen	BW	084	08437	48.0495	9.3301	4
88515	Langenenslingen	langenenslingen	BW	084	08426	48.1485	9.3776	4
88518	Herbertingen	herbertingen	BW	084	08437	48.0667	9.4333	4
88521	Ertingen	ertingen	BW	084	08426	48.1	9.4667	4
88524	Uttenweiler	uttenweiler	BW	084	08426	48.15	9.6167	4
88525	Dürmentingen	durmentingen	BW	084	08426	48.1167	9.5333	4
88527	Unlingen	unlingen	BW	084	08426	48.1673	9.5222	4
88529	Zwiefalten	zwiefalten	BW	084	08415	48.234	9.4623	4
88605	Sauldorf	sauldorf	BW	084	08437	47.9437	9.1083	4
88605	Meßkirch	messkirch	BW	084	08437	47.9946	9.1148	4
88630	Pfullendorf	pfullendorf	BW	084	08437	47.9261	9.2578	4
88631	Beuron	beuron	BW	084	08437	48.05	8.9667	4
88633	Heiligenberg	heiligenberg	BW	084	08435	47.8209	9.3128	4
88634	Herdwangen-Schönach	herdwangen-schonach	BW	084	08437	47.85	9.2	4
88636	Illmensee	illmensee	BW	084	08437	47.8623	9.3724	4
88637	Leibertingen	leibertingen	BW	084	08437	48.0426	9.0131	4
88639	Wald	wald	BW	084	08437	47.9333	9.1667	4
88662	Überlingen	uberlingen	BW	084	08435	47.7698	9.1714	4
88677	Markdorf	markdorf	BW	084	08435	47.7192	9.3903	4
88682	Salem	salem	BW	084	08435	47.7626	9.2903	4
88690	Uhldingen-Mühlhofen	uhldingen-muhlhofen	BW	084	08435	47.7333	9.25	4
88693	Deggenhausertal	deggenhausertal	BW	084	08435	47.8	9.4	4
88696	Owingen	owingen	BW	084	08435	47.8097	9.1717	4
88697	Bermatingen	bermatingen	BW	084	08435	47.7333	9.35	4
88699	Frickingen	frickingen	BW	084	08435	47.8144	9.2735	4
88709	Hagnau am Bodensee	hagnau-am-bodensee	BW	084	08435	47.6667	9.3167	
88709	Meersburg	meersburg	BW	084	08435	47.6942	9.2711	4
88718	Daisendorf	daisendorf	BW	084	08435	47.7126	9.2678	4
88719	Stetten	stetten	BW	084	08435	47.6901	9.2986	4
89040	Ulm	ulm	BW	084	08421	48.417	9.964	1
89073	Ulm	ulm	BW	084	08421	48.4015	9.9927	4
89075	Ulm	ulm	BW	084	08421	48.4171	9.9635	4
89077	Ulm	ulm	BW	084	08421	48.3981	9.97	4
89079	Ulm	ulm	BW	084	08421	48.3568	9.9601	4
89081	Ulm Jungingen	ulm-jungingen	BW	084	08421	48.4459	9.989	
89081	Ulm	ulm	BW	084	08421	48.4391	9.9823	4
89129	Öllingen	ollingen	BW	084	08425	48.5287	10.1476	4
89129	Nerenstetten	nerenstetten	BW	084	08425	48.5289	10.0991	4
89129	Langenau	langenau	BW	084	08425	48.4962	10.1185	4
89129	Setzingen	setzingen	BW	084	08425	48.5381	10.1303	4
89134	Blaustein	blaustein	BW	084	08425	48.4181	9.9106	4
89143	Blaubeuren Asch	blaubeuren-asch	BW	084	08425	48.4379	9.8195	
89143	Blaubeuren	blaubeuren	BW	084	08425	48.4122	9.7843	4
89143	Blaubeuren Gerhausen	blaubeuren-gerhausen	BW	084	08425	48.3996	9.8003	
89143	Blaubeuren Sonderbuch	blaubeuren-sonderbuch	BW	084	08425	48.4174	9.8118	
89143	Blaubeuren Wennenden	blaubeuren-wennenden	BW	084	08425	48.4375	9.7449	
89143	Blaubeuren Seißen	blaubeuren-seissen	BW	084	08425	48.4171	9.7449	
89150	Laichingen	laichingen	BW	084	08425	48.4894	9.6861	4
89150	Laichingen Suppingen	laichingen-suppingen	BW	084	08425	48.4591	9.713	
89150	Laichingen Feldstetten	laichingen-feldstetten	BW	084	08425	48.477	9.6283	
89150	Laichingen Machtolsheim	laichingen-machtolsheim	BW	084	08425	48.4943	9.7431	
89155	Erbach	erbach	BW	084	08425	48.3284	9.8875	4
89160	Dornstadt Scharenstetten	dornstadt-scharenstetten	BW	084	08425	48.515	9.8522	4
89160	Dornstadt	dornstadt	BW	084	08425	48.467	9.9443	4
89165	Dietenheim	dietenheim	BW	084	08425	48.2107	10.0716	4
89171	Illerkirchberg	illerkirchberg	BW	084	08425	48.3167	10.0167	4
89173	Lonsee	lonsee	BW	084	08425	48.5434	9.92	4
89174	Altheim (Alb)	altheim-alb	BW	084	08425	48.5833	10.0333	4
89176	Asselfingen	asselfingen	BW	084	08425	48.5296	10.1917	4
89177	Ballendorf	ballendorf	BW	084	08425	48.5542	10.077	4
89177	Börslingen	borslingen	BW	084	08425	48.5389	10.0631	4
89179	Beimerstetten	beimerstetten	BW	084	08425	48.4833	9.9833	4
89180	Berghülen Treffensbuch	berghulen-treffensbuch	BW	084	08425	48.4804	9.7939	4
89180	Berghülen	berghulen	BW	084	08425	48.464	9.7611	4
89180	Berghülen Bühlenhausen	berghulen-buhlenhausen	BW	084	08425	48.4599	9.7809	4
89182	Bernstadt	bernstadt	BW	084	08425	48.4996	10.0258	4
89183	Holzkirch	holzkirch	BW	084	08425	48.5312	9.9952	4
89183	Breitingen	breitingen	BW	084	08425	48.5173	9.9923	4
89185	Hüttisheim	huttisheim	BW	084	08425	48.2797	9.9425	4
89186	Illerrieden	illerrieden	BW	084	08425	48.2702	10.0515	4
89188	Merklingen	merklingen	BW	084	08425	48.5113	9.755	4
89188	Merklingen Widderstall	merklingen-widderstall	BW	084	08425	48.5315	9.7135	4
89189	Neenstetten	neenstetten	BW	084	08425	48.5468	10.0197	4
89191	Nellingen	nellingen	BW	084	08425	48.542	9.7905	4
89191	Nellingen Aichen	nellingen-aichen	BW	084	08425	48.5288	9.8093	4
89191	Nellingen Oppingen	nellingen-oppingen	BW	084	08425	48.5419	9.8289	4
89192	Rammingen	rammingen	BW	084	08425	48.5181	10.172	4
89194	Schnürpflingen	schnurpflingen	BW	084	08425	48.2728	9.9929	4
89195	Staig	staig	BW	084	08425	48.3	9.9914	4
89197	Weidenstetten	weidenstetten	BW	084	08425	48.5525	9.9961	4
89198	Westerstetten	westerstetten	BW	084	08425	48.5192	9.9549	4
89584	Lauterach	lauterach	BW	084	08425	48.2562	9.5803	4
89584	Ehingen an der Donau	ehingen-an-der-donau	BW	084	08425	48.2864	9.6875	
89597	Munderkingen	munderkingen	BW	084	08425	48.2357	9.644	4
89597	Unterwachingen	unterwachingen	BW	084	08425	48.2029	9.6435	4
89597	Hausen am Bussen	hausen-am-bussen	BW	084	08425	48.2119	9.6251	4
89601	Schelklingen	schelklingen	BW	084	08425	48.3758	9.7327	4
89604	Allmendingen	allmendingen	BW	084	08425	48.3305	9.7242	4
89605	Altheim	altheim	BW	084	08425	48.328	9.7704	4
89607	Emerkingen	emerkingen	BW	084	08425	48.2119	9.6565	4
89608	Griesingen	griesingen	BW	084	08425	48.2667	9.7833	4
89610	Oberdischingen	oberdischingen	BW	084	08425	48.3	9.8333	4
89611	Rechtenstein	rechtenstein	BW	084	08425	48.2408	9.5459	4
89611	Obermarchtal	obermarchtal	BW	084	08425	48.2328	9.5724	4
89613	Grundsheim	grundsheim	BW	084	08425	48.1667	9.6667	4
89613	Oberstadion	oberstadion	BW	084	08425	48.186	9.6924	4
89614	Öpfingen	opfingen	BW	084	08425	48.2864	9.8026	4
89616	Rottenacker	rottenacker	BW	084	08425	48.2348	9.6896	4
89617	Untermarchtal	untermarchtal	BW	084	08425	48.2392	9.6098	4
89619	Unterstadion	unterstadion	BW	084	08425	48.2031	9.6884	4
80331	München	munchen	BY	091	09162	48.1345	11.571	4
80333	München	munchen	BY	091	09162	48.1452	11.5668	4
80335	München	munchen	BY	091	09162	48.1427	11.5552	4
80336	München	munchen	BY	091	09162	48.1345	11.559	4
80337	München	munchen	BY	091	09162	48.1224	11.5449	4
80339	München	munchen	BY	091	09162	48.1388	11.5341	4
80469	München	munchen	BY	091	09162	48.1299	11.5732	4
80538	München	munchen	BY	091	09162	48.1401	11.5885	4
80539	München	munchen	BY	091	09162	48.15	11.5833	4
80634	München	munchen	BY	091	09162	48.1492	11.5328	4
80636	München	munchen	BY	091	09162	48.1558	11.5409	4
80637	München	munchen	BY	091	09162	48.1725	11.5284	4
80638	München	munchen	BY	091	09162	48.1595	11.4932	4
80639	München	munchen	BY	091	09162	48.1526	11.5154	4
80686	München	munchen	BY	091	09162	48.138	11.507	4
80687	München	munchen	BY	091	09162	48.1414	11.502	4
80689	München	munchen	BY	091	09162	48.1291	11.4895	4
80796	München	munchen	BY	091	09162	48.15	11.5833	4
80797	München	munchen	BY	091	09162	48.1611	11.5586	4
80798	München	munchen	BY	091	09162	48.15	11.5833	4
80799	München	munchen	BY	091	09162	48.15	11.5833	4
80801	München	munchen	BY	091	09162	48.15	11.5833	4
80802	München	munchen	BY	091	09162	48.1665	11.5903	4
80803	München	munchen	BY	091	09162	48.15	11.5833	4
80804	München	munchen	BY	091	09162	48.1738	11.5858	4
80805	München	munchen	BY	091	09162	48.1725	11.5964	4
80807	München	munchen	BY	091	09162	48.1827	11.5759	4
80809	München	munchen	BY	091	09162	48.1787	11.5617	4
80933	München	munchen	BY	091	09162	48.2225	11.548	4
80935	München	munchen	BY	091	09162	48.2043	11.5585	4
80937	München	munchen	BY	091	09162	48.1974	11.5721	4
80939	München	munchen	BY	091	09162	48.2054	11.6238	4
80992	München	munchen	BY	091	09162	48.1776	11.5169	4
80993	München	munchen	BY	091	09162	48.1823	11.5331	4
80995	München	munchen	BY	091	09162	48.1976	11.5181	4
80997	München	munchen	BY	091	09162	48.1834	11.4784	4
80999	München	munchen	BY	091	09162	48.1853	11.4643	4
81241	München	munchen	BY	091	09162	48.1475	11.4635	4
81243	München	munchen	BY	091	09162	48.1465	11.4506	4
81245	München	munchen	BY	091	09162	48.1616	11.4141	4
81247	München	munchen	BY	091	09162	48.1662	11.4673	4
81249	München	munchen	BY	091	09162	48.15	11.5833	4
81369	München	munchen	BY	091	09162	48.1125	11.5306	4
81371	München	munchen	BY	091	09162	48.1167	11.5478	4
81373	München	munchen	BY	091	09162	48.1171	11.5393	4
81375	München	munchen	BY	091	09162	48.1188	11.4917	4
81377	München	munchen	BY	091	09162	48.1204	11.5001	4
81379	München	munchen	BY	091	09162	48.0988	11.5204	4
81475	München	munchen	BY	091	09162	48.15	11.5833	4
81476	München	munchen	BY	091	09162	48.0844	11.4923	4
81477	München	munchen	BY	091	09162	48.0834	11.5036	4
81479	München	munchen	BY	091	09162	48.0915	11.5392	4
81539	München	munchen	BY	091	09162	48.1102	11.5899	4
81541	München	munchen	BY	091	09162	48.1159	11.5795	4
81543	München	munchen	BY	091	09162	48.1203	11.5733	4
81545	München	munchen	BY	091	09162	48.0827	11.5619	4
81547	München	munchen	BY	091	09162	48.0982	11.5821	4
81549	München	munchen	BY	091	09162	48.1089	11.6074	4
81667	München	munchen	BY	091	09162	48.1285	11.5975	4
81669	München	munchen	BY	091	09162	48.1226	11.6035	4
81671	München	munchen	BY	091	09162	48.1223	11.6205	4
81673	München	munchen	BY	091	09162	48.1265	11.6317	4
81675	München	munchen	BY	091	09162	48.1352	11.6039	4
81677	München	munchen	BY	091	09162	48.1381	11.6147	4
81679	München	munchen	BY	091	09162	48.1512	11.6103	4
81735	München	munchen	BY	091	09162	48.1134	11.6466	4
81737	München	munchen	BY	091	09162	48.1098	11.6183	4
81739	München	munchen	BY	091	09162	48.15	11.5833	4
81825	München	munchen	BY	091	09162	48.118	11.6612	4
81827	München	munchen	BY	091	09162	48.1147	11.6972	4
81829	München	munchen	BY	091	09162	48.1404	11.6802	4
81925	München	munchen	BY	091	09162	48.1642	11.6218	4
81927	München	munchen	BY	091	09162	48.1611	11.6394	4
81929	München	munchen	BY	091	09162	48.1408	11.6366	4
82008	Unterhaching	unterhaching	BY	091	09184	48.066	11.6156	4
82024	Taufkirchen	taufkirchen	BY	091	09184	48.0486	11.617	4
82031	Grünwald	grunwald	BY	091	09184	48.0395	11.5232	4
82032	Deisenhofen bei München	deisenhofen-bei-munchen	BY	091	09184	48.0182	11.5888	
82041	Oberhaching	oberhaching	BY	091	09184	48.0245	11.5974	4
82049	Pullach im Isartal	pullach-im-isartal	BY	091	09184	48.0612	11.5215	4
82054	Sauerlach	sauerlach	BY	091	09184	47.9586	11.5674	4
82057	Icking	icking	BY	091	09173	47.95	11.4333	4
82061	Neuried	neuried	BY	091	09184	48.0932	11.4656	4
82064	Straßlach-Dingharting	strasslach-dingharting	BY	091	09184	48.0049	11.5141	4
82065	Baierbrunn	baierbrunn	BY	091	09184	48.0203	11.4869	4
82067	Kloster Schäftlarn	kloster-schaftlarn	BY	091	09184	47.9889	11.4434	4
82069	Schäftlarn	schaftlarn	BY	091	09184	47.9903	11.4559	4
82110	Germering	germering	BY	091	09179	48.1339	11.3765	4
82131	Gauting	gauting	BY	091	09188	48.0692	11.377	4
82140	Olching	olching	BY	091	09179	48.2	11.3333	4
82152	Krailling	krailling	BY	091	09188	48.1	11.4	4
82152	Planegg	planegg	BY	091	09184	48.1067	11.4248	4
82166	Gräfelfing	grafelfing	BY	091	09184	48.1188	11.4294	4
82178	Puchheim	puchheim	BY	091	09179	48.15	11.35	4
82194	Gröbenzell	grobenzell	BY	091	09179	48.2	11.3667	4
82205	Gilching	gilching	BY	091	09188	48.1075	11.2936	4
82211	Herrsching am Ammersee	herrsching-am-ammersee	BY	091	09188	47.9989	11.1768	4
82216	Maisach	maisach	BY	091	09179	48.2167	11.2667	4
82223	Eichenau	eichenau	BY	091	09179	48.1667	11.3167	4
82229	Seefeld	seefeld	BY	091	09188	48.0351	11.214	4
82234	Weßling	wessling	BY	091	09188	48.0745	11.2482	4
82237	Wörthsee	worthsee	BY	091	09188	48.0725	11.2017	4
82239	Alling	alling	BY	091	09179	48.1403	11.3014	4
82256	Fürstenfeldbruck	furstenfeldbruck	BY	091	09179	48.179	11.2547	4
82266	Inning am Ammersee	inning-am-ammersee	BY	091	09188	48.0764	11.1523	4
82269	Geltendorf	geltendorf	BY	091	09181	48.1174	11.0322	4
82272	Moorenweis	moorenweis	BY	091	09179	48.1556	11.0785	4
82275	Emmering	emmering	BY	091	09179	48.1833	11.2833	4
82276	Adelshofen	adelshofen	BY	091	09179	48.1833	11.1167	4
82278	Althegnenberg	althegnenberg	BY	091	09179	48.2333	11.0667	4
82279	Eching am Ammersee	eching-am-ammersee	BY	091	09181	48.0833	11.1167	
82281	Egenhofen	egenhofen	BY	091	09179	48.2833	11.1667	4
82282	Pischertshofen	pischertshofen	BY	091	09179	48.2833	11.1667	
82284	Grafrath	grafrath	BY	091	09179	48.1167	11.1667	4
82285	Hattenhofen	hattenhofen	BY	091	09179	48.2223	11.1155	4
82287	Jesenwang	jesenwang	BY	091	09179	48.1667	11.1333	4
82288	Kottgeisering	kottgeisering	BY	091	09179	48.1167	11.1333	4
82290	Landsberied	landsberied	BY	091	09179	48.1667	11.1667	4
82291	Mammendorf	mammendorf	BY	091	09179	48.2084	11.1633	4
82293	Mittelstetten	mittelstetten	BY	091	09179	48.25	11.1	4
82294	Oberschweinbach	oberschweinbach	BY	091	09179	48.2382	11.1557	4
82296	Schöngeising	schongeising	BY	091	09179	48.1413	11.204	4
82299	Türkenfeld	turkenfeld	BY	091	09179	48.1053	11.083	4
82319	Starnberg	starnberg	BY	091	09188	48.0019	11.3442	4
82327	Tutzing	tutzing	BY	091	09188	47.9094	11.2803	4
82335	Berg	berg	BY	091	09188	47.9674	11.3545	4
82340	Feldafing	feldafing	BY	091	09188	47.946	11.2933	4
82343	Pöcking	pocking	BY	091	09188	47.9667	11.3	4
82346	Andechs	andechs	BY	091	09188	47.9746	11.1828	4
82347	Bernried	bernried	BY	091	09190	47.866	11.2939	4
82349	Pentenried	pentenried	BY	091	09188	48.1	11.4	
82362	Weilheim in Oberbayern	weilheim-in-oberbayern	BY	091	09190	47.8376	11.1489	4
82377	Penzberg	penzberg	BY	091	09190	47.7529	11.377	4
82380	Peißenberg	peissenberg	BY	091	09190	47.8047	11.0699	4
82383	Hohenpeißenberg	hohenpeissenberg	BY	091	09190	47.8	11	4
82386	Huglfing	huglfing	BY	091	09190	47.7667	11.1667	4
82386	Oberhausen	oberhausen	BY	091	09190	47.7833	11.1333	4
82387	Antdorf	antdorf	BY	091	09190	47.7513	11.3085	4
82389	Böbing	bobing	BY	091	09190	47.7556	10.9888	4
82390	Eberfing	eberfing	BY	091	09190	47.7917	11.2	4
82392	Habach	habach	BY	091	09190	47.7333	11.2833	4
82393	Iffeldorf	iffeldorf	BY	091	09190	47.7667	11.3167	4
82395	Obersöchering	obersochering	BY	091	09190	47.7333	11.2167	4
82396	Pähl	pahl	BY	091	09190	47.9	11.1833	4
82398	Polling	polling	BY	091	09190	47.811	11.1324	4
82399	Raisting	raisting	BY	091	09190	47.9167	11.1	4
82401	Rottenbuch	rottenbuch	BY	091	09190	47.7333	10.9667	4
82402	Seeshaupt	seeshaupt	BY	091	09190	47.8247	11.3022	4
82404	Sindelsdorf	sindelsdorf	BY	091	09190	47.7246	11.3329	4
82405	Wessobrunn	wessobrunn	BY	091	09190	47.8741	11.0246	4
82407	Wielenbach	wielenbach	BY	091	09190	47.874	11.1592	4
82409	Wildsteig	wildsteig	BY	091	09190	47.7015	10.9375	4
82418	Murnau am Staffelsee	murnau-am-staffelsee	BY	091	09180	47.6808	11.2012	4
82418	Seehausen am Staffelsee	seehausen-am-staffelsee	BY	091	09180	47.6893	11.185	4
82418	Riegsee	riegsee	BY	091	09180	47.6987	11.2339	4
82431	Kochel am See	kochel-am-see	BY	091	09173	47.6586	11.3682	4
82432	Urfeld, Oberbayern	urfeld-oberbayern	BY	091	09173	47.6167	11.35	
82433	Bad Kohlgrub	bad-kohlgrub	BY	091	09180	47.6667	11.05	4
82435	Bad Bayersoien	bad-bayersoien	BY	091	09180	47.6833	11	4
82436	Eglfing	eglfing	BY	091	09190	47.7333	11.1833	4
82438	Eschenlohe	eschenlohe	BY	091	09180	47.6	11.1833	4
82439	Großweil	grossweil	BY	091	09180	47.676	11.3011	4
82441	Ohlstadt	ohlstadt	BY	091	09180	47.6333	11.2333	4
82442	Saulgrub	saulgrub	BY	091	09180	47.6664	11.0247	4
82444	Schlehdorf	schlehdorf	BY	091	09173	47.658	11.3149	4
82445	Schwaigen	schwaigen	BY	091	09180	47.6167	11.15	4
82447	Spatzenhausen	spatzenhausen	BY	091	09180	47.7167	11.2	4
82449	Uffing am Staffelsee	uffing-am-staffelsee	BY	091	09180	47.7167	11.15	4
82467	Garmisch-Partenkirchen	garmisch-partenkirchen	BY	091	09180	47.4921	11.0958	4
82481	Mittenwald	mittenwald	BY	091	09180	47.4422	11.2619	4
82487	Oberammergau	oberammergau	BY	091	09180	47.5981	11.0669	4
82488	Ettal	ettal	BY	091	09180	47.5667	11.1	4
82490	Farchant	farchant	BY	091	09180	47.5304	11.1115	4
82491	Grainau	grainau	BY	091	09180	47.4761	11.0241	4
82493	Klais	klais	BY	091	09180	47.5	11.2833	
82494	Krün	krun	BY	091	09180	47.5052	11.2792	4
82496	Oberau	oberau	BY	091	09180	47.5598	11.1392	4
82497	Unterammergau	unterammergau	BY	091	09180	47.6166	11.0272	4
82499	Wallgau	wallgau	BY	091	09180	47.5167	11.2833	4
82515	Wolfratshausen	wolfratshausen	BY	091	09173	47.9129	11.4217	4
82538	Geretsried	geretsried	BY	091	09173	47.8577	11.4805	4
82541	Münsing	munsing	BY	091	09173	47.9	11.3667	4
82544	Egling	egling	BY	091	09173	47.9232	11.5052	4
82547	Eurasburg	eurasburg	BY	091	09173	47.8539	11.4059	4
82549	Königsdorf	konigsdorf	BY	091	09173	47.8155	11.4806	4
83022	Rosenheim	rosenheim	BY	091	09163	47.855	12.1232	4
83024	Rosenheim	rosenheim	BY	091	09163	47.8748	12.111	4
83026	Rosenheim	rosenheim	BY	091	09163	47.8391	12.1026	4
83043	Bad Aibling	bad-aibling	BY	091	09187	47.8638	12.0105	4
83052	Bruckmühl	bruckmuhl	BY	091	09187	47.8786	11.911	4
83059	Kolbermoor	kolbermoor	BY	091	09187	47.8496	12.067	4
83064	Raubling	raubling	BY	091	09187	47.7905	12.1109	4
83071	Stephanskirchen	stephanskirchen	BY	091	09187	47.8539	12.1856	4
83075	Bad Feilnbach	bad-feilnbach	BY	091	09187	47.7733	12.0097	4
83080	Oberaudorf	oberaudorf	BY	091	09187	47.6482	12.1724	4
83083	Riedering	riedering	BY	091	09187	47.8387	12.2078	4
83088	Kiefersfelden	kiefersfelden	BY	091	09187	47.6141	12.191	4
83093	Bad Endorf	bad-endorf	BY	091	09187	47.909	12.2979	4
83098	Brannenburg	brannenburg	BY	091	09187	47.74	12.0917	4
83101	Rohrdorf	rohrdorf	BY	091	09187	47.7971	12.1701	4
83104	Tuntenhausen	tuntenhausen	BY	091	09187	47.9351	12.0152	4
83109	Großkarolinenfeld	grosskarolinenfeld	BY	091	09187	47.891	12.081	4
83112	Frasdorf	frasdorf	BY	091	09187	47.8038	12.2851	4
83115	Neubeuern	neubeuern	BY	091	09187	47.7737	12.14	4
83119	Obing	obing	BY	091	09189	48.0005	12.4053	4
83122	Samerberg	samerberg	BY	091	09187	47.7765	12.1914	4
83123	Amerang	amerang	BY	091	09187	47.9914	12.3079	4
83125	Eggstätt	eggstatt	BY	091	09187	47.927	12.3792	4
83126	Flintsbach	flintsbach	BY	091	09187	47.7258	12.1242	4
83128	Halfing	halfing	BY	091	09187	47.952	12.2752	4
83129	Höslwang	hoslwang	BY	091	09187	47.9538	12.3291	4
83131	Nußdorf am Inn	nussdorf-am-inn	BY	091	09187	47.7423	12.1561	4
83132	Pittenhart	pittenhart	BY	091	09189	47.9772	12.39	4
83134	Prutting	prutting	BY	091	09187	47.8932	12.2024	4
83135	Schechen	schechen	BY	091	09187	47.9291	12.1239	4
83137	Schonstett	schonstett	BY	091	09187	47.9833	12.25	4
83139	Söchtenau	sochtenau	BY	091	09187	47.9312	12.2296	4
83209	Prien am Chiemsee	prien-am-chiemsee	BY	091	09187	47.856	12.3462	4
83224	Grassau	grassau	BY	091	09189	47.781	12.4536	4
83224	Staudach-Egerndach	staudach-egerndach	BY	091	09189	47.7833	12.4833	4
83229	Aschau im Chiemgau	aschau-im-chiemgau	BY	091	09187	47.7769	12.323	4
83233	Bernau am Chiemsee	bernau-am-chiemsee	BY	091	09187	47.8117	12.3757	4
83236	Übersee	ubersee	BY	091	09189	47.8167	12.4833	4
83242	Reit im Winkl	reit-im-winkl	BY	091	09189	47.6587	12.5281	4
83246	Unterwössen	unterwossen	BY	091	09189	47.7333	12.4667	4
83250	Marquartstein	marquartstein	BY	091	09189	47.7586	12.4622	4
83253	Rimsting	rimsting	BY	091	09187	47.8808	12.3371	4
83254	Breitbrunn am Chiemsee	breitbrunn-am-chiemsee	BY	091	09187	47.8895	12.4004	4
83256	Chiemsee	chiemsee	BY	091	09187	47.8667	12.4167	4
83257	Gstadt am Chiemsee	gstadt-am-chiemsee	BY	091	09187	47.8845	12.4181	4
83259	Schleching	schleching	BY	091	09189	47.721	12.3948	4
83278	Traunstein	traunstein	BY	091	09189	47.8682	12.6433	4
83301	Traunreut	traunreut	BY	091	09189	47.9627	12.5923	4
83308	Trostberg	trostberg	BY	091	09189	48.0175	12.5346	4
83313	Siegsdorf	siegsdorf	BY	091	09189	47.8228	12.6428	4
83317	Teisendorf	teisendorf	BY	091	09172	47.8492	12.8192	4
83324	Ruhpolding	ruhpolding	BY	091	09189	47.7667	12.65	4
83329	Waging am See	waging-am-see	BY	091	09189	47.9341	12.7339	4
83329	Wonneberg	wonneberg	BY	091	09189	47.9167	12.7167	
83334	Inzell	inzell	BY	091	09189	47.763	12.7515	4
83339	Chieming	chieming	BY	091	09189	47.8926	12.5401	4
83342	Tacherting	tacherting	BY	091	09189	48.0783	12.5701	4
83344	Bergen	bergen	BY	091	09189	47.804	12.583	1
83346	Bergen	bergen	BY	091	09189	47.8036	12.5828	4
83349	Palling	palling	BY	091	09189	48.002	12.637	4
83352	Altenmarkt an der Alz	altenmarkt-an-der-alz	BY	091	09189	48.0026	12.5367	4
83355	Grabenstätt	grabenstatt	BY	091	09189	47.8453	12.5433	4
83358	Seeon-Seebruck	seeon-seebruck	BY	091	09189	47.9667	12.4667	4
83359	Hallabruck	hallabruck	BY	091	09189	47.8667	12.7	
83361	Kienberg	kienberg	BY	091	09189	48.0348	12.4633	4
83362	Surberg	surberg	BY	091	09189	47.8667	12.7	4
83364	Graben bei Neukirchen am Teisenberg	graben-bei-neukirchen-am-teisenberg	BY	091	09172	47.844	12.7342	
83365	Nußdorf	nussdorf	BY	091	09189	47.9056	12.5961	4
83367	Petting	petting	BY	091	09189	47.9123	12.8151	4
83368	Anning bei Sankt Georgen, Chiemgau	anning-bei-sankt-georgen-chiemgau	BY	091	09189	47.9833	12.5667	
83370	Seeon-Seebruck	seeon-seebruck	BY	091	09189	47.9667	12.4667	4
83371	Roitham bei Stein an der Traun	roitham-bei-stein-an-der-traun	BY	091	09189	48	12.55	
83373	Taching am See	taching-am-see	BY	091	09189	47.9594	12.7293	4
83374	Niedling	niedling	BY	091	09189	47.9427	12.6306	4
83376	Castrum	castrum	BY	091	09189	47.9425	12.5049	4
83377	Vachendorf	vachendorf	BY	091	09189	47.8426	12.6061	4
83379	Wonneberg	wonneberg	BY	091	09189	47.9167	12.7167	4
83395	Freilassing	freilassing	BY	091	09172	47.8409	12.9811	4
83404	Ainring	ainring	BY	091	09172	47.8131	12.9405	4
83410	Laufen	laufen	BY	091	09172	47.9357	12.9286	4
83413	Fridolfing	fridolfing	BY	091	09189	47.9977	12.8263	4
83416	Saaldorf-Surheim	saaldorf-surheim	BY	091	09172	47.875	12.9417	4
83417	Kirchanschöring	kirchanschoring	BY	091	09189	47.953	12.8343	4
83435	Bad Reichenhall	bad-reichenhall	BY	091	09172	47.7295	12.8782	4
83451	Piding	piding	BY	091	09172	47.7667	12.9167	4
83454	Anger	anger	BY	091	09172	47.8019	12.8581	4
83457	Bayerisch Gmain	bayerisch-gmain	BY	091	09172	47.7167	12.9	4
83458	Schneizlreuth	schneizlreuth	BY	091	09172	47.6833	12.8	4
83471	Schönau am Königssee	schonau-am-konigssee	BY	091	09172	47.6005	12.987	4
83471	Berchtesgaden	berchtesgaden	BY	091	09172	47.6324	13.0019	4
83483	Bischofswiesen	bischofswiesen	BY	091	09172	47.6312	12.983	4
83486	Ramsau	ramsau	BY	091	09172	47.6167	12.9	4
83487	Marktschellenberg	marktschellenberg	BY	091	09172	47.6966	13.0434	4
83489	Strub	strub	BY	091	09172	47.6254	12.9741	4
83512	Wasserburg am Inn	wasserburg-am-inn	BY	091	09187	48.0525	12.2234	4
83527	Haag in Oberbayern	haag-in-oberbayern	BY	091	09183	48.162	12.1794	4
83527	Kirchdorf	kirchdorf	BY	091	09183	48.1754	12.1965	4
83530	Schnaitsee	schnaitsee	BY	091	09189	48.0667	12.3667	4
83533	Edling	edling	BY	091	09187	48.0561	12.1647	4
83536	Gars am Inn	gars-am-inn	BY	091	09183	48.15	12.2833	
83539	Pfaffing	pfaffing	BY	091	09187	48.0546	12.1092	4
83539	Albaching	albaching	BY	091	09187	48.1167	12.1167	4
83543	Rott am Inn	rott-am-inn	BY	091	09187	47.9819	12.1281	4
83544	Albaching	albaching	BY	091	09187	48.107	12.1119	4
83546	Biburg, Gemeinde Gars am Inn	biburg-gemeinde-gars-am-inn	BY	091	09183	48.1792	12.3041	
83547	Babensham	babensham	BY	091	09187	48.0833	12.2667	4
83549	Eiselfing	eiselfing	BY	091	09187	48.0411	12.2427	4
83550	Emmering	emmering	BY	091	09175	47.9976	12.0564	4
83552	Durrhausen	durrhausen	BY	091	09187	48.0284	12.3103	4
83553	Frauenneuharting	frauenneuharting	BY	091	09175	48.0316	12.056	4
83555	Haiden bei Gars Bahnhof	haiden-bei-gars-bahnhof	BY	091	09183	48.15	12.2833	
83556	Griesstätt	griesstatt	BY	091	09187	47.994	12.1773	4
83558	Maitenbeth	maitenbeth	BY	091	09183	48.1505	12.0934	4
83559	Reiser, Gemeinde Gars am Inn	reiser-gemeinde-gars-am-inn	BY	091	09183	48.1532	12.3173	
83561	Ramerberg	ramerberg	BY	091	09187	48.0181	12.1451	4
83562	Rechtmehring	rechtmehring	BY	091	09183	48.1167	12.1667	4
83564	Soyen	soyen	BY	091	09187	48.1081	12.2101	4
83565	Ast, Gemeinde Frauenneuharting	ast-gemeinde-frauenneuharting	BY	091	09175	48.0163	12.0163	
83567	Unterreit	unterreit	BY	091	09183	48.1167	12.3333	4
83569	Vogtareuth	vogtareuth	BY	091	09187	47.9469	12.1813	4
83607	Holzkirchen	holzkirchen	BY	091	09182	47.8766	11.7018	4
83620	Feldkirchen-Westerham	feldkirchen-westerham	BY	091	09187	47.9075	11.8427	4
83623	Dietramszell	dietramszell	BY	091	09173	47.8487	11.5953	4
83624	Otterfing	otterfing	BY	091	09182	47.909	11.6755	4
83626	Valley	valley	BY	091	09182	47.8931	11.7791	4
83627	Warngau	warngau	BY	091	09182	47.8322	11.7217	4
83629	Weyarn	weyarn	BY	091	09182	47.8584	11.7992	4
83646	Wackersberg	wackersberg	BY	091	09173	47.7333	11.55	4
83646	Bad Tölz	bad-tolz	BY	091	09173	47.7611	11.5589	4
83661	Lenggries	lenggries	BY	091	09173	47.6833	11.5667	4
83666	Waakirchen	waakirchen	BY	091	09182	47.7725	11.6731	4
83670	Bad Heilbrunn	bad-heilbrunn	BY	091	09173	47.7467	11.4593	4
83671	Benediktbeuern	benediktbeuern	BY	091	09173	47.7062	11.4152	4
83673	Bichl	bichl	BY	091	09173	47.7201	11.4123	4
83674	Gaißach	gaissach	BY	091	09173	47.75	11.5833	4
83676	Jachenau	jachenau	BY	091	09173	47.6057	11.4338	4
83677	Greiling	greiling	BY	091	09173	47.7667	11.6167	4
83677	Reichersbeuern	reichersbeuern	BY	091	09173	47.7667	11.6333	4
83679	Sachsenkam	sachsenkam	BY	091	09173	47.8054	11.644	4
83684	Tegernsee	tegernsee	BY	091	09182	47.7123	11.7582	4
83700	Rottach-Egern	rottach-egern	BY	091	09182	47.6897	11.7706	4
83703	Gmund am Tegernsee	gmund-am-tegernsee	BY	091	09182	47.7512	11.7381	4
83707	Bad Wiessee	bad-wiessee	BY	091	09182	47.7167	11.7167	4
83708	Kreuth	kreuth	BY	091	09182	47.6408	11.7449	4
83714	Miesbach	miesbach	BY	091	09182	47.789	11.8338	4
83727	Schliersee	schliersee	BY	091	09182	47.7362	11.8594	4
83730	Fischbachau	fischbachau	BY	091	09182	47.7195	11.9508	4
83734	Hausham	hausham	BY	091	09182	47.7466	11.8407	4
83735	Bayrischzell	bayrischzell	BY	091	09182	47.6744	12.0145	4
83737	Irschenberg	irschenberg	BY	091	09182	47.8333	11.9167	4
83739	Hofreuth bei Wörnsmühl	hofreuth-bei-wornsmuhl	BY	091	09182	47.8333	11.9167	
84072	Au in der Hallertau	au-in-der-hallertau	BY	091	09178	48.5584	11.7414	4
84104	Rudelzhausen	rudelzhausen	BY	091	09178	48.6	11.7667	4
84405	Dorfen	dorfen	BY	091	09177	48.2704	12.1606	4
84416	Taufkirchen (Vils)	taufkirchen-vils	BY	091	09177	48.3374	12.1974	
84416	Inning am Holz	inning-am-holz	BY	091	09177	48.3469	12.0751	4
84419	Schwindegg	schwindegg	BY	091	09183	48.2715	12.2598	4
84419	Obertaufkirchen	obertaufkirchen	BY	091	09183	48.2605	12.279	4
84424	Isen	isen	BY	091	09177	48.212	12.0567	4
84427	Sankt Wolfgang	sankt-wolfgang	BY	091	09177	48.2167	12.1333	4
84428	Buchbach	buchbach	BY	091	09183	48.3123	12.2734	4
84431	Rattenkirchen	rattenkirchen	BY	091	09183	48.2421	12.3151	4
84431	Heldenstein	heldenstein	BY	091	09183	48.25	12.3667	
84432	Hohenpolding	hohenpolding	BY	091	09177	48.3833	12.1333	4
84434	Kirchberg	kirchberg	BY	091	09177	48.4	12.05	4
84435	Lengdorf	lengdorf	BY	091	09177	48.2574	12.0497	4
84437	Reichertsheim	reichertsheim	BY	091	09183	48.2	12.2833	4
84439	Steinkirchen	steinkirchen	BY	091	09177	48.3833	12.0833	4
84453	Mühldorf am Inn	muhldorf-am-inn	BY	091	09183	48.2503	12.5215	4
84478	Waldkraiburg	waldkraiburg	BY	091	09183	48.2085	12.3989	4
84489	Burghausen	burghausen	BY	091	09171	48.1693	12.8314	4
84494	Neumarkt-Sankt Veit	neumarkt-sankt-veit	BY	091	09183	48.3605	12.5072	4
84494	Niederbergkirchen	niederbergkirchen	BY	091	09183	48.3167	12.5	4
84494	Lohkirchen	lohkirchen	BY	091	09183	48.3167	12.45	4
84494	Niedertaufkirchen	niedertaufkirchen	BY	091	09183	48.3333	12.55	4
84503	Altötting	altotting	BY	091	09171	48.2253	12.6766	4
84508	Burgkirchen an der Alz	burgkirchen-an-der-alz	BY	091	09171	48.1675	12.7325	4
84513	Töging am Inn	toging-am-inn	BY	091	09171	48.2602	12.5846	4
84513	Erharting	erharting	BY	091	09183	48.2833	12.5833	4
84518	Garching an der Alz	garching-an-der-alz	BY	091	09171	48.1345	12.5815	4
84524	Neuötting	neuotting	BY	091	09171	48.241	12.69	4
84529	Tittmoning	tittmoning	BY	091	09189	48.0616	12.7676	4
84533	Haiming	haiming	BY	091	09171	48.2167	12.9	4
84533	Marktl	marktl	BY	091	09171	48.2552	12.8447	4
84533	Stammham	stammham	BY	091	09171	48.25	12.8833	4
84539	Zangberg	zangberg	BY	091	09183	48.2748	12.4231	4
84539	Ampfing	ampfing	BY	091	09183	48.254	12.4152	4
84543	Winhöring	winhoring	BY	091	09171	48.2667	12.65	4
84544	Aschau am Inn	aschau-am-inn	BY	091	09183	48.1985	12.35	4
84546	Egglkofen	egglkofen	BY	091	09183	48.4	12.45	4
84547	Emmerting	emmerting	BY	091	09171	48.2	12.7667	4
84549	Engelsberg	engelsberg	BY	091	09189	48.1163	12.5427	4
84550	Feichten an der Alz	feichten-an-der-alz	BY	091	09171	48.0833	12.6	
84553	Halsbach, Kreis Altötting	halsbach-kreis-altotting	BY	091	09171	48.1333	12.6833	
84555	Jettenbach	jettenbach	BY	091	09183	48.1667	12.3833	4
84556	Kastl	kastl	BY	091	09171	48.2	12.7	4
84558	Tyrlaching	tyrlaching	BY	091	09171	48.0667	12.6667	4
84558	Kirchweidach	kirchweidach	BY	091	09171	48.0858	12.6453	4
84558	Halsbach	halsbach	BY	091	09171	48.1333	12.6833	4
84559	Kraiburg am Inn	kraiburg-am-inn	BY	091	09183	48.1819	12.4307	4
84561	Mehring	mehring	BY	091	09171	48.1833	12.7833	4
84562	Mettenheim	mettenheim	BY	091	09183	48.2667	12.4667	4
84564	Oberbergkirchen	oberbergkirchen	BY	091	09183	48.3	12.3833	4
84565	Oberneukirchen	oberneukirchen	BY	091	09183	48.1833	12.5167	4
84567	Erlbach	erlbach	BY	091	09171	48.3	12.7833	4
84567	Perach	perach	BY	091	09171	48.2667	12.7667	4
84568	Pleiskirchen	pleiskirchen	BY	091	09171	48.3071	12.5983	4
84570	Polling	polling	BY	091	09183	48.2167	12.5667	4
84571	Reischach	reischach	BY	091	09171	48.2907	12.7262	4
84573	Schönberg	schonberg	BY	091	09183	48.3333	12.4333	4
84574	Taufkirchen	taufkirchen	BY	091	09183	48.15	12.45	4
84576	Teising	teising	BY	091	09171	48.2272	12.6114	4
84577	Tüßling	tussling	BY	091	09171	48.2122	12.5995	4
84579	Unterneukirchen	unterneukirchen	BY	091	09171	48.1667	12.6167	4
85049	Ingolstadt	ingolstadt	BY	091	09161	48.7667	11.4147	4
85051	Ingolstadt	ingolstadt	BY	091	09161	48.7212	11.4096	4
85053	Ingolstadt	ingolstadt	BY	091	09161	48.7515	11.4588	4
85055	Ingolstadt	ingolstadt	BY	091	09161	48.776	11.4459	4
85057	Ingolstadt	ingolstadt	BY	091	09161	48.775	11.3914	4
85072	Eichstätt	eichstatt	BY	091	09176	48.8885	11.1968	4
85077	Manching	manching	BY	091	09186	48.7166	11.4939	4
85080	Gaimersheim	gaimersheim	BY	091	09176	48.8071	11.368	4
85084	Reichertshofen	reichertshofen	BY	091	09186	48.6577	11.4661	4
85088	Vohburg an der Donau	vohburg-an-der-donau	BY	091	09186	48.7698	11.6185	4
85092	Kösching	kosching	BY	091	09176	48.814	11.5049	4
85095	Denkendorf	denkendorf	BY	091	09176	48.9284	11.457	4
85098	Großmehring	grossmehring	BY	091	09176	48.7667	11.5333	4
85101	Lenting	lenting	BY	091	09176	48.8103	11.4587	4
85104	Pförring	pforring	BY	091	09176	48.8082	11.6901	4
85107	Baar-Ebenhausen	baar-ebenhausen	BY	091	09186	48.6707	11.4698	4
85110	Kipfenberg	kipfenberg	BY	091	09176	48.9526	11.3975	4
85111	Adelschlag	adelschlag	BY	091	09176	48.8403	11.2191	4
85113	Böhmfeld	bohmfeld	BY	091	09176	48.8608	11.3679	4
85114	Buxheim	buxheim	BY	091	09176	48.8069	11.2921	4
85116	Egweil	egweil	BY	091	09176	48.7833	11.2333	4
85117	Eitensheim	eitensheim	BY	091	09176	48.8167	11.3167	4
85119	Ernsgaden	ernsgaden	BY	091	09186	48.7333	11.5833	4
85120	Hepberg	hepberg	BY	091	09176	48.8225	11.4617	4
85122	Hitzhofen	hitzhofen	BY	091	09176	48.85	11.3167	4
85123	Karlskron	karlskron	BY	091	09185	48.6833	11.4167	4
85125	Kinding	kinding	BY	091	09176	49.0016	11.3831	4
85126	Münchsmünster	munchsmunster	BY	091	09186	48.7667	11.6833	4
85128	Nassenfels	nassenfels	BY	091	09176	48.7995	11.2259	4
85129	Oberdolling	oberdolling	BY	091	09176	48.8294	11.5933	4
85131	Pollenfeld	pollenfeld	BY	091	09176	48.95	11.2	4
85132	Schernfeld	schernfeld	BY	091	09176	48.9	11.1	4
85134	Stammham	stammham	BY	091	09176	48.8558	11.4554	4
85135	Titting	titting	BY	091	09176	48.9968	11.2115	4
85137	Walting	walting	BY	091	09176	48.9167	11.3	4
85139	Wettstetten	wettstetten	BY	091	09176	48.8225	11.4143	4
85221	Dachau	dachau	BY	091	09174	48.26	11.434	4
85229	Markt Indersdorf	markt-indersdorf	BY	091	09174	48.3606	11.3779	4
85232	Bergkirchen	bergkirchen	BY	091	09174	48.2567	11.3649	4
85235	Pfaffenhofen an der Glonn	pfaffenhofen-an-der-glonn	BY	091	09174	48.2956	11.1634	4
85235	Odelzhausen	odelzhausen	BY	091	09174	48.3089	11.1989	4
85238	Petershausen	petershausen	BY	091	09174	48.4097	11.4706	4
85241	Hebertshausen	hebertshausen	BY	091	09174	48.2896	11.4653	4
85244	Röhrmoos	rohrmoos	BY	091	09174	48.3297	11.4467	4
85247	Schwabhausen	schwabhausen	BY	091	09174	48.3032	11.3557	4
85250	Altomünster	altomunster	BY	091	09174	48.3877	11.2569	4
85253	Erdweg	erdweg	BY	091	09174	48.3318	11.3034	4
85254	Sulzemoos	sulzemoos	BY	091	09174	48.2911	11.2636	4
85256	Vierkirchen	vierkirchen	BY	091	09174	48.3667	11.4667	4
85258	Weichs	weichs	BY	091	09174	48.3833	11.4167	4
85259	Wiedenzhausen	wiedenzhausen	BY	091	09174	48.2998	11.2391	4
85276	Hettenshausen	hettenshausen	BY	091	09186	48.5	11.5	4
85276	Pfaffenhofen an der Ilm	pfaffenhofen-an-der-ilm	BY	091	09186	48.5305	11.505	4
85283	Wolnzach	wolnzach	BY	091	09186	48.6038	11.6257	4
85290	Geisenfeld	geisenfeld	BY	091	09186	48.6843	11.6123	4
85293	Reichertshausen	reichertshausen	BY	091	09186	48.4667	11.5167	4
85296	Rohrbach	rohrbach	BY	091	09186	48.6167	11.5667	4
85298	Scheyern	scheyern	BY	091	09186	48.5	11.4667	4
85301	Schweitenkirchen	schweitenkirchen	BY	091	09186	48.5033	11.6045	4
85302	Gerolsbach	gerolsbach	BY	091	09186	48.4928	11.3615	4
85304	Ilmmünster	ilmmunster	BY	091	09186	48.4833	11.5	4
85305	Jetzendorf	jetzendorf	BY	091	09186	48.4333	11.4167	4
85307	Paunzhausen	paunzhausen	BY	091	09178	48.4749	11.5646	4
85309	Pörnbach	pornbach	BY	091	09186	48.6167	11.4667	4
85354	Freising	freising	BY	091	09178	48.3938	11.7331	4
85356	Freising	freising	BY	091	09178	48.3924	11.7569	4
85368	Moosburg	moosburg	BY	091	09178	48.4709	11.9381	4
85368	Wang	wang	BY	091	09178	48.4955	11.9364	4
85375	Neufahrn bei Freising	neufahrn-bei-freising	BY	091	09178	48.3159	11.6632	4
85376	Hetzenhausen	hetzenhausen	BY	091	09178	48.3167	11.6667	
85386	Eching	eching	BY	091	09178	48.3	11.6167	4
85391	Allershausen	allershausen	BY	091	09178	48.4333	11.6	4
85395	Attenkirchen	attenkirchen	BY	091	09178	48.5053	11.7601	4
85395	Wolfersdorf	wolfersdorf	BY	091	09178	48.4794	11.7095	4
85399	Hallbergmoos	hallbergmoos	BY	091	09178	48.3275	11.7514	4
85402	Kranzberg	kranzberg	BY	091	09178	48.4061	11.6125	4
85405	Nandlstadt	nandlstadt	BY	091	09178	48.5364	11.8073	4
85406	Zolling	zolling	BY	091	09178	48.45	11.7667	4
85408	Gammelsdorf	gammelsdorf	BY	091	09178	48.55	11.95	4
85410	Haag an der Amper	haag-an-der-amper	BY	091	09178	48.4584	11.828	4
85411	Hohenkammer	hohenkammer	BY	091	09178	48.4241	11.5252	4
85413	Hörgertshausen	horgertshausen	BY	091	09178	48.55	11.8667	4
85414	Kirchdorf an der Amper	kirchdorf-an-der-amper	BY	091	09178	48.4667	11.65	4
85416	Langenbach	langenbach	BY	091	09178	48.4333	11.85	4
85417	Marzling	marzling	BY	091	09178	48.409	11.7938	4
85419	Mauern	mauern	BY	091	09178	48.5167	11.9	4
85435	Erding	erding	BY	091	09177	48.306	11.9069	4
85445	Oberding	oberding	BY	091	09177	48.3167	11.85	4
85447	Fraunberg	fraunberg	BY	091	09177	48.3667	12	4
85452	Moosinning	moosinning	BY	091	09177	48.2771	11.8445	4
85456	Wartenberg	wartenberg	BY	091	09177	48.406	11.9886	4
85457	Wörth	worth	BY	091	09177	48.2453	11.9021	4
85459	Berglern	berglern	BY	091	09177	48.3841	11.9301	4
85461	Bockhorn	bockhorn	BY	091	09177	48.3147	11.9869	4
85462	Eitting	eitting	BY	091	09177	48.3596	11.8911	4
85464	Finsing	finsing	BY	091	09177	48.2162	11.8241	4
85465	Langenpreising	langenpreising	BY	091	09177	48.4257	11.9722	4
85467	Neuching	neuching	BY	091	09177	48.2333	11.85	4
85469	Walpertskirchen	walpertskirchen	BY	091	09177	48.2584	11.9753	4
85521	Ottobrunn	ottobrunn	BY	091	09184	48.0649	11.6633	4
85540	Haar	haar	BY	091	09184	48.1088	11.7265	4
85551	Kirchheim bei München	kirchheim-bei-munchen	BY	091	09184	48.1766	11.7556	4
85560	Ebersberg	ebersberg	BY	091	09175	48.0771	11.9706	4
85567	Bruck	bruck	BY	091	09175	48.0212	11.9078	4
85567	Grafing bei München	grafing-bei-munchen	BY	091	09175	48.046	11.968	4
85570	Ottenhofen	ottenhofen	BY	091	09177	48.2167	11.8833	4
85570	Markt Schwaben	markt-schwaben	BY	091	09175	48.1895	11.8691	4
85579	Neubiberg	neubiberg	BY	091	09184	48.0771	11.6581	4
85586	Poing	poing	BY	091	09175	48.17	11.8186	4
85591	Vaterstetten	vaterstetten	BY	091	09175	48.1054	11.7682	4
85598	Baldham	baldham	BY	091	09175	48.1148	11.7959	4
85599	Parsdorf	parsdorf	BY	091	09175	48.1422	11.788	4
85604	Zorneding	zorneding	BY	091	09175	48.0843	11.8245	4
85609	Aschheim	aschheim	BY	091	09184	48.1711	11.7167	4
85614	Kirchseeon	kirchseeon	BY	091	09175	48.0714	11.8888	4
85617	Aßling	assling	BY	091	09175	47.993	12.0064	4
85622	Feldkirchen	feldkirchen	BY	091	09184	48.1481	11.731	4
85625	Glonn	glonn	BY	091	09175	47.9875	11.8672	4
85625	Baiern	baiern	BY	091	09175	47.95	11.9	
85630	Grasbrunn	grasbrunn	BY	091	09184	48.0791	11.7436	4
85635	Höhenkirchen-Siegertsbrunn	hohenkirchen-siegertsbrunn	BY	091	09184	48.0193	11.7191	4
85640	Putzbrunn	putzbrunn	BY	091	09184	48.0758	11.7157	4
85643	Steinhöring	steinhoring	BY	091	09175	48.0868	12.0314	4
85646	Anzing	anzing	BY	091	09175	48.1517	11.8533	4
85649	Brunnthal	brunnthal	BY	091	09184	48.0065	11.684	4
85652	Pliening	pliening	BY	091	09175	48.1956	11.8007	4
85653	Aying	aying	BY	091	09184	47.9701	11.7775	4
85655	Loibersdorf bei Großhelfendorf	loibersdorf-bei-grosshelfendorf	BY	091	09184	47.9602	11.8366	
85656	Buch am Buchrain	buch-am-buchrain	BY	091	09177	48.2151	11.9951	4
85658	Egmating	egmating	BY	091	09175	48.0041	11.7953	4
85659	Forstern	forstern	BY	091	09177	48.1834	11.9772	4
85661	Forstinning	forstinning	BY	091	09175	48.1687	11.9124	4
85662	Hohenbrunn	hohenbrunn	BY	091	09184	48.0478	11.7022	4
85664	Hohenlinden	hohenlinden	BY	091	09175	48.1561	11.9946	4
85665	Moosach	moosach	BY	091	09175	48.0321	11.8751	4
85667	Oberpframmern	oberpframmern	BY	091	09175	48.022	11.8133	4
85669	Pastetten	pastetten	BY	091	09177	48.1991	11.9437	4
85716	Unterschleißheim	unterschleissheim	BY	091	09184	48.2804	11.5768	4
85737	Ismaning	ismaning	BY	091	09184	48.2333	11.6833	4
85748	Garching bei München	garching-bei-munchen	BY	091	09184	48.249	11.651	4
85757	Karlsfeld	karlsfeld	BY	091	09174	48.2167	11.4667	4
85764	Oberschleißheim	oberschleissheim	BY	091	09184	48.25	11.5667	4
85774	Unterföhring	unterfohring	BY	091	09184	48.1925	11.6429	4
85777	Fahrenzhausen	fahrenzhausen	BY	091	09178	48.3532	11.5552	4
85778	Haimhausen	haimhausen	BY	091	09174	48.3155	11.5545	4
86492	Egling an der Paar	egling-an-der-paar	BY	091	09181	48.1833	10.9833	
86529	Schrobenhausen	schrobenhausen	BY	091	09185	48.5607	11.2607	4
86558	Hohenwart	hohenwart	BY	091	09186	48.5935	11.3827	4
86561	Aresing	aresing	BY	091	09185	48.5333	11.3	4
86562	Berg im Gau	berg-im-gau	BY	091	09185	48.6333	11.25	4
86564	Brunnen	brunnen	BY	091	09185	48.629	11.3092	4
86565	Gachenbach	gachenbach	BY	091	09185	48.5	11.2333	4
86567	Hilgertshausen-Tandern	hilgertshausen-tandern	BY	091	09174	48.4296	11.3543	4
86571	Langenmosen	langenmosen	BY	091	09185	48.6066	11.2138	4
86579	Waidhofen	waidhofen	BY	091	09185	48.5768	11.3354	4
86633	Neuburg an der Donau	neuburg-an-der-donau	BY	091	09185	48.7322	11.1871	4
86643	Rennertshofen	rennertshofen	BY	091	09185	48.7594	11.0454	4
86666	Burgheim	burgheim	BY	091	09185	48.7004	11.016	4
86668	Karlshuld	karlshuld	BY	091	09185	48.6819	11.285	4
86669	Königsmoos	konigsmoos	BY	091	09185	48.6667	11.2167	4
86673	Bergheim	bergheim	BY	091	09185	48.7606	11.2574	4
86676	Ehekirchen	ehekirchen	BY	091	09185	48.6333	11.1	4
86697	Oberhausen	oberhausen	BY	091	09185	48.722	11.1115	4
86701	Rohrenfels	rohrenfels	BY	091	09185	48.6865	11.1562	4
86706	Weichering	weichering	BY	091	09185	48.7171	11.3214	4
86836	Obermeitingen	obermeitingen	BY	091	09181	48.1468	10.8063	4
86857	Hurlach	hurlach	BY	091	09181	48.1184	10.8111	4
86859	Igling	igling	BY	091	09181	48.0667	10.8	4
86899	Landsberg am Lech	landsberg-am-lech	BY	091	09181	48.0482	10.8828	4
86911	Dießen am Ammersee	diessen-am-ammersee	BY	091	09181	47.9508	11.1031	4
86916	Kaufering	kaufering	BY	091	09181	48.0912	10.8791	4
86919	Utting am Ammersee	utting-am-ammersee	BY	091	09181	48.0261	11.0861	4
86920	Denklingen	denklingen	BY	091	09181	47.9167	10.85	4
86922	Eresing	eresing	BY	091	09181	48.087	11.0239	4
86923	Finning	finning	BY	091	09181	48.0222	11.011	4
86925	Fuchstal	fuchstal	BY	091	09181	47.9333	10.8167	4
86926	Greifenberg	greifenberg	BY	091	09181	48.0706	11.0835	4
86928	Hofstetten	hofstetten	BY	091	09181	48.0085	10.9711	4
86929	Penzing	penzing	BY	091	09181	48.0748	10.9274	4
86931	Prittriching	prittriching	BY	091	09181	48.2007	10.928	4
86932	Pürgen	purgen	BY	091	09181	48.0247	10.9221	4
86934	Reichling	reichling	BY	091	09181	47.9228	10.9285	4
86935	Rott	rott	BY	091	09181	47.9047	10.9729	4
86937	Scheuring	scheuring	BY	091	09181	48.1677	10.8957	4
86938	Schondorf am Ammersee	schondorf-am-ammersee	BY	091	09181	48.053	11.0914	4
86940	Schwifting	schwifting	BY	091	09181	48.0456	10.9276	4
86941	Sankt Ottilien	sankt-ottilien	BY	091	09181	48.0957	11.0452	4
86943	Thaining	thaining	BY	091	09181	47.973	10.9577	4
86944	Unterdießen	unterdiessen	BY	091	09181	47.9833	10.8333	4
86946	Vilgertshofen	vilgertshofen	BY	091	09181	47.95	10.9167	4
86947	Weil	weil	BY	091	09181	48.1172	10.9216	4
86949	Windach	windach	BY	091	09181	48.0667	11.0333	4
86956	Schongau	schongau	BY	091	09190	47.8124	10.8966	4
86971	Peiting	peiting	BY	091	09190	47.7955	10.9295	4
86972	Altenstadt	altenstadt	BY	091	09190	47.8236	10.8747	4
86974	Apfeldorf	apfeldorf	BY	091	09181	47.9	10.9333	4
86975	Bernbeuren	bernbeuren	BY	091	09190	47.737	10.7771	4
86977	Burggen	burggen	BY	091	09190	47.7769	10.8172	4
86978	Hohenfurch	hohenfurch	BY	091	09190	47.85	10.9	4
86980	Ingenried	ingenried	BY	091	09190	47.8167	10.7833	4
86981	Kinsau	kinsau	BY	091	09181	47.8833	10.9167	4
86984	Prem	prem	BY	091	09190	47.6833	10.8	4
86986	Schwabbruck	schwabbruck	BY	091	09190	47.825	10.8362	4
86987	Schwabsoien	schwabsoien	BY	091	09190	47.8333	10.8333	4
86989	Steingaden	steingaden	BY	091	09190	47.7	10.8667	4
91795	Dollnstein	dollnstein	BY	091	09176	48.8683	11.0734	4
91804	Mörnsheim	mornsheim	BY	091	09176	48.8701	11.0076	4
91809	Wellheim	wellheim	BY	091	09176	48.8197	11.0888	4
92339	Beilngries	beilngries	BY	091	09176	49.0341	11.4739	4
93336	Altmannstein	altmannstein	BY	091	09176	48.8992	11.652	4
93349	Mindelstetten	mindelstetten	BY	091	09176	48.85	11.65	4
84028	Landshut	landshut	BY	092	09261	48.5359	12.1523	4
84030	Ergolding	ergolding	BY	092	09274	48.5765	12.171	4
84030	Landshut	landshut	BY	092	09261	48.5602	12.1366	4
84032	Altdorf	altdorf	BY	092	09274	48.5559	12.11	4
84032	Landshut	landshut	BY	092	09261	48.5333	12.15	4
84034	Landshut	landshut	BY	092	09261	48.5359	12.1325	4
84036	Kumhausen	kumhausen	BY	092	09274	48.5094	12.1564	4
84036	Landshut	landshut	BY	092	09261	48.5265	12.1575	4
84048	Mainburg	mainburg	BY	092	09273	48.6418	11.7809	4
84051	Essenbach	essenbach	BY	092	09274	48.6133	12.2183	4
84056	Rottenburg an der Laaber	rottenburg-an-der-laaber	BY	092	09274	48.7023	12.0272	4
84061	Ergoldsbach	ergoldsbach	BY	092	09274	48.6926	12.2044	4
84066	Mallersdorf-Pfaffenberg	mallersdorf-pfaffenberg	BY	092	09278	48.7664	12.231	4
84076	Pfeffenhausen	pfeffenhausen	BY	092	09274	48.6647	11.9659	4
84079	Bruckberg	bruckberg	BY	092	09274	48.5224	11.9945	4
84082	Laberweinting	laberweinting	BY	092	09278	48.8	12.3167	4
84085	Langquaid	langquaid	BY	092	09273	48.8232	12.0513	4
84088	Neufahrn in Niederbayern	neufahrn-in-niederbayern	BY	092	09274	48.7352	12.1929	4
84089	Aiglsbach	aiglsbach	BY	092	09273	48.6921	11.7083	4
84091	Attenhofen	attenhofen	BY	092	09273	48.6507	11.8485	4
84092	Bayerbach	bayerbach	BY	092	09274	48.7045	12.2975	4
84094	Elsendorf	elsendorf	BY	092	09273	48.7076	11.8098	4
84095	Furth	furth	BY	092	09274	48.591	12.0206	4
84097	Herrngiersdorf	herrngiersdorf	BY	092	09273	48.7886	12.072	4
84098	Hohenthann	hohenthann	BY	092	09274	48.6576	12.0307	4
84100	Niederaichbach	niederaichbach	BY	092	09274	48.6	12.3167	4
84101	Obersüßbach	obersussbach	BY	092	09274	48.6167	11.95	4
84103	Postau	postau	BY	092	09274	48.65	12.3333	4
84106	Volkenschwand	volkenschwand	BY	092	09273	48.6	11.8833	4
84107	Weihmichl	weihmichl	BY	092	09274	48.6	12.05	4
84109	Wörth an der Isar	worth-an-der-isar	BY	092	09274	48.623	12.3394	4
84130	Dingolfing	dingolfing	BY	092	09279	48.6424	12.4928	4
84137	Vilsbiburg	vilsbiburg	BY	092	09274	48.453	12.356	4
84140	Gangkofen	gangkofen	BY	092	09277	48.437	12.5642	4
84144	Geisenhausen	geisenhausen	BY	092	09274	48.4761	12.2582	4
84149	Velden	velden	BY	092	09274	48.3663	12.256	4
84152	Mengkofen	mengkofen	BY	092	09279	48.7189	12.4405	4
84155	Bodenkirchen	bodenkirchen	BY	092	09274	48.3833	12.3833	4
84160	Frontenhausen	frontenhausen	BY	092	09279	48.5463	12.5312	4
84163	Marklkofen	marklkofen	BY	092	09279	48.55	12.5667	4
84164	Moosthenning	moosthenning	BY	092	09279	48.6766	12.4974	4
84166	Adlkofen	adlkofen	BY	092	09274	48.55	12.2667	4
84168	Aham	aham	BY	092	09274	48.5265	12.4606	4
84169	Altfraunhofen	altfraunhofen	BY	092	09274	48.45	12.1667	4
84171	Baierbach	baierbach	BY	092	09274	48.4167	12.2	4
84172	Buch am Erlbach	buch-am-erlbach	BY	092	09274	48.4478	12.0357	4
84174	Eching	eching	BY	092	09274	48.5	12.0667	4
84175	Schalkham	schalkham	BY	092	09274	48.4833	12.4167	4
84175	Gerzen	gerzen	BY	092	09274	48.4885	12.3758	
84177	Gottfrieding	gottfrieding	BY	092	09279	48.6374	12.5356	4
84178	Kröning	kroning	BY	092	09274	48.5333	12.3667	4
84180	Loiching	loiching	BY	092	09279	48.6167	12.4333	4
84181	Neufraunhofen	neufraunhofen	BY	092	09274	48.4	12.2167	4
84183	Niederviehbach	niederviehbach	BY	092	09279	48.6167	12.3833	4
84184	Tiefenbach	tiefenbach	BY	092	09274	48.5	12.1	4
84186	Vilsheim	vilsheim	BY	092	09274	48.4488	12.1069	4
84187	Weng	weng	BY	092	09274	48.6587	12.3693	4
84189	Wurmsham	wurmsham	BY	092	09274	48.35	12.3333	4
84307	Eggenfelden	eggenfelden	BY	092	09277	48.4051	12.7575	4
84323	Massing	massing	BY	092	09277	48.3912	12.6095	4
84326	Falkenberg	falkenberg	BY	092	09277	48.4615	12.7305	4
84326	Rimbach	rimbach	BY	092	09277	48.4667	12.65	4
84329	Wurmannsquick	wurmannsquick	BY	092	09277	48.3533	12.786	4
84332	Hebertsfelden	hebertsfelden	BY	092	09277	48.406	12.8226	4
84333	Malgersdorf	malgersdorf	BY	092	09277	48.5333	12.75	4
84335	Mitterskirchen	mitterskirchen	BY	092	09277	48.35	12.7333	4
84337	Schönau	schonau	BY	092	09277	48.4833	12.85	4
84339	Unterdietfurt	unterdietfurt	BY	092	09277	48.3833	12.6667	4
84347	Pfarrkirchen	pfarrkirchen	BY	092	09277	48.432	12.9381	4
84359	Simbach am Inn	simbach-am-inn	BY	092	09277	48.2655	13.0231	4
84364	Bad Birnbach	bad-birnbach	BY	092	09277	48.4449	13.091	4
84367	Zeilarn	zeilarn	BY	092	09277	48.3148	12.8963	
84367	Reut	reut	BY	092	09277	48.3167	12.9333	4
84367	Tann	tann	BY	092	09277	48.3146	12.893	4
84371	Triftern	triftern	BY	092	09277	48.3947	13.0063	4
84375	Kirchdorf am Inn	kirchdorf-am-inn	BY	092	09277	48.2475	12.9845	4
84378	Dietersburg	dietersburg	BY	092	09277	48.4925	12.925	4
84381	Johanniskirchen	johanniskirchen	BY	092	09277	48.5333	12.95	4
84384	Wittibreut	wittibreut	BY	092	09277	48.3292	12.987	4
84385	Egglham	egglham	BY	092	09277	48.529	13.054	4
84387	Julbach	julbach	BY	092	09277	48.2543	12.9579	4
84389	Postmünster	postmunster	BY	092	09277	48.4167	12.9	4
84552	Geratskirchen	geratskirchen	BY	092	09277	48.3386	12.6623	4
93077	Bad Abbach	bad-abbach	BY	092	09273	48.9375	12.0449	4
93309	Kelheim	kelheim	BY	092	09273	48.9173	11.8862	4
93326	Abensberg	abensberg	BY	092	09273	48.8168	11.8498	4
93333	Neustadt an der Donau	neustadt-an-der-donau	BY	092	09273	48.8071	11.7695	4
93339	Riedenburg	riedenburg	BY	092	09273	48.9638	11.6888	4
93342	Saal an der Donau	saal-an-der-donau	BY	092	09273	48.9	11.9333	
93343	Essing	essing	BY	092	09273	48.9347	11.7897	4
93345	Hausen	hausen	BY	092	09273	48.8595	12.0063	4
93346	Ihrlerstein	ihrlerstein	BY	092	09273	48.9333	11.8667	4
93348	Kirchdorf	kirchdorf	BY	092	09273	48.771	11.9037	4
93351	Painten	painten	BY	092	09273	48.9973	11.8195	4
93352	Rohr in Niederbayern	rohr-in-niederbayern	BY	092	09273	48.7667	11.9667	
93354	Biburg	biburg	BY	092	09273	48.7907	11.8573	4
93354	Siegenburg	siegenburg	BY	092	09273	48.7542	11.8483	4
93356	Teugn	teugn	BY	092	09273	48.893	12.0117	4
93358	Train	train	BY	092	09273	48.7333	11.8333	4
93359	Wildenberg	wildenberg	BY	092	09273	48.7298	11.8985	4
93471	Arnbruck	arnbruck	BY	092	09276	49.1301	12.9982	4
94032	Passau	passau	BY	092	09262	48.5732	13.4506	4
94034	Passau	passau	BY	092	09262	48.589	13.3971	4
94036	Passau	passau	BY	092	09262	48.5693	13.4122	4
94051	Hauzenberg	hauzenberg	BY	092	09275	48.6496	13.6265	4
94060	Pocking	pocking	BY	092	09275	48.4015	13.3132	4
94065	Waldkirchen	waldkirchen	BY	092	09272	48.7327	13.6008	4
94072	Bad Füssing	bad-fussing	BY	092	09275	48.351	13.312	4
94078	Freyung	freyung	BY	092	09272	48.8095	13.5477	4
94081	Fürstenzell	furstenzell	BY	092	09275	48.5216	13.3175	4
94086	Bad Griesbach im Rottal	bad-griesbach-im-rottal	BY	092	09275	48.4557	13.1939	4
94089	Neureichenau	neureichenau	BY	092	09272	48.7486	13.747	4
94094	Malching	malching	BY	092	09275	48.3608	13.1924	
94094	Rotthalmünster	rotthalmunster	BY	092	09275	48.3582	13.2016	4
94099	Ruhstorf an der Rott	ruhstorf-an-der-rott	BY	092	09275	48.4333	13.3333	
94104	Witzmannsberg	witzmannsberg	BY	092	09275	48.7167	13.4167	4
94104	Tittling	tittling	BY	092	09275	48.7262	13.3822	4
94107	Untergriesbach	untergriesbach	BY	092	09275	48.5743	13.6672	4
94110	Wegscheid	wegscheid	BY	092	09275	48.6014	13.7873	4
94113	Tiefenbach	tiefenbach	BY	092	09275	48.6242	13.4003	4
94116	Hutthurm	hutthurm	BY	092	09275	48.6728	13.4715	4
94118	Jandelsbrunn	jandelsbrunn	BY	092	09272	48.7333	13.7	4
94121	Salzweg	salzweg	BY	092	09275	48.6167	13.4833	4
94124	Büchlberg	buchlberg	BY	092	09275	48.6711	13.521	4
94127	Neuburg am Inn	neuburg-am-inn	BY	092	09275	48.5	13.45	4
94130	Obernzell	obernzell	BY	092	09275	48.5549	13.6373	4
94133	Röhrnbach	rohrnbach	BY	092	09272	48.7386	13.5227	4
94136	Thyrnau	thyrnau	BY	092	09275	48.6167	13.5333	4
94137	Bayerbach	bayerbach	BY	092	09277	48.4102	13.1441	4
94139	Breitenberg	breitenberg	BY	092	09275	48.7044	13.7933	4
94140	Ering	ering	BY	092	09277	48.2992	13.1503	4
94142	Fürsteneck	fursteneck	BY	092	09272	48.7167	13.4667	4
94143	Grainet	grainet	BY	092	09272	48.8	13.65	4
94145	Haidmühle	haidmuhle	BY	092	09272	48.8257	13.7765	4
94146	Hinterschmiding	hinterschmiding	BY	092	09272	48.8234	13.6037	4
94148	Kirchham	kirchham	BY	092	09275	48.3464	13.2672	4
94149	Kößlarn	kosslarn	BY	092	09275	48.3667	13.1167	4
94151	Mauth	mauth	BY	092	09272	48.8897	13.5846	4
94152	Neuhaus am Inn	neuhaus-am-inn	BY	092	09275	48.4609	13.4208	4
94154	Neukirchen vorm Wald	neukirchen-vorm-wald	BY	092	09275	48.6833	13.3833	4
94155	Otterskirchen	otterskirchen	BY	092	09275	48.6167	13.2167	
94157	Perlesreut	perlesreut	BY	092	09272	48.7818	13.4384	4
94158	Philippsreut	philippsreut	BY	092	09272	48.8667	13.6833	4
94160	Ringelai	ringelai	BY	092	09272	48.8134	13.4713	4
94161	Ruderting	ruderting	BY	092	09275	48.65	13.4167	4
94163	Saldenburg	saldenburg	BY	092	09272	48.7731	13.3559	4
94164	Sonnen	sonnen	BY	092	09275	48.6833	13.7167	4
94166	Stubenberg	stubenberg	BY	092	09277	48.3167	13.0833	4
94167	Tettenweis	tettenweis	BY	092	09275	48.4428	13.2696	4
94169	Thurmansbang	thurmansbang	BY	092	09272	48.7663	13.3155	4
94209	Regen	regen	BY	092	09276	48.9719	13.1282	4
94227	Lindberg	lindberg	BY	092	09276	49.0368	13.2542	4
94227	Zwiesel	zwiesel	BY	092	09276	49.0169	13.2377	4
94234	Viechtach	viechtach	BY	092	09276	49.08	12.8857	4
94239	Ruhmannsfelden	ruhmannsfelden	BY	092	09276	48.9833	12.9835	4
94239	Zachenberg	zachenberg	BY	092	09276	48.9667	13	4
94239	Gotteszell	gotteszell	BY	092	09276	48.9667	12.9667	4
94244	Geiersthal	geiersthal	BY	092	09276	49.0457	12.9817	4
94244	Teisnach	teisnach	BY	092	09276	49.0411	12.9878	4
94249	Bodenmais	bodenmais	BY	092	09276	49.0667	13.1	4
94250	Achslach	achslach	BY	092	09276	48.9717	12.9351	4
94252	Bayerisch Eisenstein	bayerisch-eisenstein	BY	092	09276	49.1167	13.2	4
94253	Bischofsmais	bischofsmais	BY	092	09276	48.918	13.0818	4
94255	Böbrach	bobrach	BY	092	09276	49.0562	13.0347	4
94256	Drachselsried	drachselsried	BY	092	09276	49.1076	13.0118	4
94258	Frauenau	frauenau	BY	092	09276	48.9889	13.3007	4
94259	Kirchberg im Wald	kirchberg-im-wald	BY	092	09276	48.9	13.1833	4
94261	Kirchdorf im Wald	kirchdorf-im-wald	BY	092	09276	48.9105	13.2661	4
94262	Kollnburg	kollnburg	BY	092	09276	49.0466	12.8612	4
94264	Langdorf	langdorf	BY	092	09276	49.015	13.1465	4
94265	Patersdorf	patersdorf	BY	092	09276	49.0167	12.9833	4
94267	Prackenbach	prackenbach	BY	092	09276	49.0954	12.8261	4
94269	Rinchnach	rinchnach	BY	092	09276	48.9496	13.201	4
94315	Straubing	straubing	BY	092	09263	48.8813	12.5739	4
94327	Bogen	bogen	BY	092	09278	48.9112	12.6896	4
94330	Aiterhofen	aiterhofen	BY	092	09278	48.8448	12.6245	
94330	Salching	salching	BY	092	09278	48.8105	12.5704	4
94333	Geiselhöring	geiselhoring	BY	092	09278	48.825	12.3965	4
94336	Windberg	windberg	BY	092	09278	48.9429	12.7462	4
94336	Hunderdorf	hunderdorf	BY	092	09278	48.95	12.7333	4
94339	Leiblfing	leiblfing	BY	092	09278	48.7757	12.5179	4
94342	Straßkirchen	strasskirchen	BY	092	09278	48.8307	12.7211	4
94342	Irlbach	irlbach	BY	092	09278	48.8413	12.7514	4
94344	Wiesenfelden	wiesenfelden	BY	092	09278	49.0407	12.5401	4
94345	Aholfing	aholfing	BY	092	09278	48.9428	12.4686	4
94347	Ascha	ascha	BY	092	09278	49	12.6333	4
94348	Atting	atting	BY	092	09278	48.8941	12.4878	4
94350	Falkenfels	falkenfels	BY	092	09278	49.0042	12.5948	4
94351	Feldkirchen	feldkirchen	BY	092	09278	48.8383	12.5278	4
94353	Haibach	haibach	BY	092	09278	49.0241	12.7155	4
94354	Haselbach	haselbach	BY	092	09278	49.0035	12.6918	4
94356	Kirchroth	kirchroth	BY	092	09278	48.95	12.55	4
94357	Konzell	konzell	BY	092	09278	49.0724	12.7111	4
94359	Loitzendorf	loitzendorf	BY	092	09278	49.0846	12.6559	4
94360	Mitterfels	mitterfels	BY	092	09278	48.9763	12.6785	4
94362	Neukirchen	neukirchen	BY	092	09278	48.9751	12.7555	4
94363	Oberschneiding	oberschneiding	BY	092	09278	48.7957	12.642	4
94365	Parkstetten	parkstetten	BY	092	09278	48.9167	12.6	4
94366	Perasdorf	perasdorf	BY	092	09278	48.95	12.8	4
94368	Perkam	perkam	BY	092	09278	48.8553	12.4398	4
94369	Rain	rain	BY	092	09278	48.905	12.4687	4
94371	Rattenberg	rattenberg	BY	092	09278	49.0861	12.7491	4
94372	Rattiszell	rattiszell	BY	092	09278	49.0257	12.6592	4
94374	Schwarzach	schwarzach	BY	092	09278	48.9157	12.8114	4
94375	Stallwang	stallwang	BY	092	09278	49.051	12.655	4
94377	Steinach	steinach	BY	092	09278	48.9542	12.6071	4
94379	Sankt Englmar	sankt-englmar	BY	092	09278	49.003	12.8266	4
94405	Landau an der Isar	landau-an-der-isar	BY	092	09279	48.6725	12.6932	4
94419	Reisbach	reisbach	BY	092	09279	48.5701	12.628	4
94424	Arnstorf	arnstorf	BY	092	09277	48.5584	12.8167	4
94428	Eichendorf	eichendorf	BY	092	09279	48.6327	12.8559	4
94431	Pilsting	pilsting	BY	092	09279	48.7012	12.651	4
94436	Simbach	simbach	BY	092	09279	48.5661	12.7389	4
94437	Mamming	mamming	BY	092	09279	48.6517	12.6078	4
94439	Roßbach	rossbach	BY	092	09277	48.6	12.9333	4
94447	Plattling	plattling	BY	092	09271	48.7787	12.8751	4
94469	Deggendorf	deggendorf	BY	092	09271	48.8409	12.9607	4
94474	Vilshofen	vilshofen	BY	092	09275	48.6269	13.1922	4
94481	Grafenau	grafenau	BY	092	09272	48.8577	13.3974	4
94486	Osterhofen	osterhofen	BY	092	09271	48.7	13.0222	4
94491	Hengersberg	hengersberg	BY	092	09271	48.7725	13.0549	4
94496	Ortenburg	ortenburg	BY	092	09275	48.546	13.2225	4
94501	Aidenbach	aidenbach	BY	092	09275	48.5703	13.09	4
94501	Aldersbach	aldersbach	BY	092	09275	48.5897	13.0897	4
94501	Beutelsbach	beutelsbach	BY	092	09275	48.55	13.1167	4
94505	Bernried	bernried	BY	092	09271	48.9167	12.8833	4
94508	Schöllnach	schollnach	BY	092	09271	48.7541	13.1778	4
94513	Schönberg	schonberg	BY	092	09272	48.8397	13.3371	4
94518	Spiegelau	spiegelau	BY	092	09272	48.9152	13.3623	4
94522	Wallersdorf	wallersdorf	BY	092	09279	48.7377	12.7474	4
94526	Metten	metten	BY	092	09271	48.8551	12.9155	4
94527	Aholming	aholming	BY	092	09271	48.7354	12.91	4
94529	Aicha vorm Wald	aicha-vorm-wald	BY	092	09275	48.676	13.2954	4
94530	Auerbach	auerbach	BY	092	09271	48.8035	13.0995	4
94532	Außernzell	aussernzell	BY	092	09271	48.7241	13.2029	4
94533	Buchhofen	buchhofen	BY	092	09271	48.697	12.9246	4
94535	Eging am See	eging-am-see	BY	092	09275	48.7139	13.2713	4
94536	Eppenschlag	eppenschlag	BY	092	09272	48.8894	13.2999	4
94538	Fürstenstein	furstenstein	BY	092	09275	48.7167	13.3333	4
94539	Grafling	grafling	BY	092	09271	48.8949	12.9751	4
94541	Grattersdorf	grattersdorf	BY	092	09271	48.8036	13.1537	4
94542	Haarbach	haarbach	BY	092	09275	48.5	13.15	4
94544	Hofkirchen	hofkirchen	BY	092	09275	48.6781	13.1192	4
94545	Hohenau	hohenau	BY	092	09272	48.8498	13.4882	4
94547	Iggensbach	iggensbach	BY	092	09271	48.7301	13.1423	4
94548	Innernzell	innernzell	BY	092	09272	48.8515	13.2754	4
94550	Künzing	kunzing	BY	092	09271	48.6667	13.0833	4
94551	Hunding	hunding	BY	092	09271	48.8423	13.1768	4
94551	Lalling	lalling	BY	092	09271	48.8452	13.1401	4
94553	Mariaposching	mariaposching	BY	092	09278	48.8333	12.8	4
94554	Moos	moos	BY	092	09271	48.7515	12.9611	4
94556	Neuschönau	neuschonau	BY	092	09272	48.8842	13.4758	4
94557	Niederalteich	niederalteich	BY	092	09271	48.7656	13.0241	4
94559	Niederwinkling	niederwinkling	BY	092	09278	48.8833	12.8	4
94560	Offenberg	offenberg	BY	092	09271	48.8619	12.8629	4
94562	Oberpöring	oberporing	BY	092	09271	48.7018	12.8248	4
94563	Otzing	otzing	BY	092	09271	48.7613	12.8088	4
94565	Erlhof bei Rathsmannsdorf	erlhof-bei-rathsmannsdorf	BY	092	09275	48.6771	13.2258	
94566	Sankt Oswald-Riedlhütte	sankt-oswald-riedlhutte	BY	092	09272	48.9	13.4167	4
94568	Sankt Oswald-Riedlhütte	sankt-oswald-riedlhutte	BY	092	09272	48.9	13.4167	4
94569	Stephansposching	stephansposching	BY	092	09271	48.8167	12.8	4
94571	Schaufling	schaufling	BY	092	09271	48.85	13.0667	4
94572	Schöfweg	schofweg	BY	092	09272	48.8388	13.2286	4
94574	Wallerfing	wallerfing	BY	092	09271	48.6842	12.8804	4
94575	Windorf	windorf	BY	092	09275	48.6244	13.2219	4
94577	Winzer	winzer	BY	092	09271	48.7228	13.0775	4
94579	Zenting	zenting	BY	092	09272	48.7913	13.2597	4
84069	Schierling	schierling	BY	093	09375	48.8342	12.1395	4
90602	Pyrbaum	pyrbaum	BY	093	09373	49.2962	11.2866	4
91249	Weigendorf	weigendorf	BY	093	09371	49.4977	11.5687	4
91275	Auerbach in der Oberpfalz	auerbach-in-der-oberpfalz	BY	093	09371	49.6938	11.621	4
91281	Kirchenthumbach	kirchenthumbach	BY	093	09374	49.7487	11.7254	4
92224	Amberg	amberg	BY	093	09361	49.4429	11.8627	4
92237	Sulzbach-Rosenberg	sulzbach-rosenberg	BY	093	09371	49.5013	11.746	4
92242	Hirschau	hirschau	BY	093	09371	49.544	11.9462	4
92245	Kümmersbruck	kummersbruck	BY	093	09371	49.4192	11.8883	4
92249	Vilseck	vilseck	BY	093	09371	49.6148	11.8026	4
92253	Schnaittenbach	schnaittenbach	BY	093	09371	49.5469	12.0018	4
92256	Hahnbach	hahnbach	BY	093	09371	49.5339	11.803	4
92259	Neukirchen bei Sulzbach-Rosenberg	neukirchen-bei-sulzbach-rosenberg	BY	093	09371	49.5297	11.6259	4
92260	Ammerthal	ammerthal	BY	093	09371	49.4412	11.7618	4
92262	Birgland	birgland	BY	093	09371	49.4167	11.6333	4
92263	Ebermannsdorf	ebermannsdorf	BY	093	09371	49.3938	11.9358	4
92265	Edelsfeld	edelsfeld	BY	093	09371	49.5764	11.6959	4
92266	Ensdorf	ensdorf	BY	093	09371	49.3406	11.9359	4
92268	Etzelwang	etzelwang	BY	093	09371	49.5276	11.586	4
92269	Fensterbach	fensterbach	BY	093	09376	49.4	12.05	4
92271	Freihung	freihung	BY	093	09371	49.6213	11.9082	4
92272	Freudenberg	freudenberg	BY	093	09371	49.4833	11.9833	4
92274	Gebenbach	gebenbach	BY	093	09371	49.5376	11.872	4
92275	Hirschbach	hirschbach	BY	093	09371	49.55	11.5333	4
92277	Hohenburg	hohenburg	BY	093	09371	49.2951	11.7991	4
92278	Illschwang	illschwang	BY	093	09371	49.45	11.6833	4
92280	Kastl	kastl	BY	093	09371	49.3696	11.6826	4
92281	Königstein	konigstein	BY	093	09371	49.6085	11.6314	4
92283	Lauterhofen	lauterhofen	BY	093	09373	49.3684	11.6029	4
92284	Poppenricht	poppenricht	BY	093	09371	49.4756	11.7978	4
92286	Rieden	rieden	BY	093	09371	49.3236	11.9421	4
92287	Schmidmühlen	schmidmuhlen	BY	093	09371	49.269	11.9243	4
92289	Ursensollen	ursensollen	BY	093	09371	49.402	11.755	4
92318	Neumarkt in der Oberpfalz	neumarkt-in-der-oberpfalz	BY	093	09373	49.2803	11.4628	4
92331	Lupburg	lupburg	BY	093	09373	49.1551	11.7564	4
92331	Parsberg	parsberg	BY	093	09373	49.1607	11.7183	4
92334	Berching	berching	BY	093	09373	49.1069	11.4414	4
92342	Freystadt	freystadt	BY	093	09373	49.2001	11.3303	4
92345	Dietfurt an der Altmühl	dietfurt-an-der-altmuhl	BY	093	09373	49.0375	11.5839	
92348	Berg bei Neumarkt in der Oberpfalz	berg-bei-neumarkt-in-der-oberpfalz	BY	093	09373	49.3317	11.4403	4
92353	Postbauer-Heng	postbauer-heng	BY	093	09373	49.3053	11.3572	4
92355	Velburg	velburg	BY	093	09373	49.2515	11.6345	4
92358	Seubersdorf in der Oberpfalz	seubersdorf-in-der-oberpfalz	BY	093	09373	49.1571	11.6329	
92360	Mühlhausen	muhlhausen	BY	093	09373	49.1695	11.4466	4
92361	Berngau	berngau	BY	093	09373	49.25	11.4	4
92363	Breitenbrunn	breitenbrunn	BY	093	09373	49.0837	11.6198	4
92364	Deining	deining	BY	093	09373	49.2256	11.5397	4
92366	Hohenfels	hohenfels	BY	093	09373	49.204	11.8484	4
92367	Pilsach	pilsach	BY	093	09373	49.3214	11.5031	4
92369	Sengenthal	sengenthal	BY	093	09373	49.2333	11.4667	4
92421	Schwandorf	schwandorf	BY	093	09376	49.3236	12.0993	4
92431	Neunburg vorm Wald	neunburg-vorm-wald	BY	093	09376	49.3478	12.3862	4
92436	Bruck in der Oberpfalz	bruck-in-der-oberpfalz	BY	093	09376	49.2493	12.3071	4
92439	Bodenwöhr	bodenwohr	BY	093	09376	49.2708	12.3015	4
92442	Wackersdorf	wackersdorf	BY	093	09376	49.3167	12.1833	4
92444	Rötz	rotz	BY	093	09372	49.3432	12.5296	4
92445	Neukirchen-Balbini	neukirchen-balbini	BY	093	09376	49.291	12.4364	4
92447	Schwarzhofen	schwarzhofen	BY	093	09376	49.3775	12.3449	4
92449	Steinberg	steinberg	BY	093	09376	49.2833	12.1833	4
92507	Nabburg	nabburg	BY	093	09376	49.4535	12.18	4
92521	Schwarzenfeld	schwarzenfeld	BY	093	09376	49.3877	12.1348	4
92526	Oberviechtach	oberviechtach	BY	093	09376	49.4581	12.4167	4
92533	Wernberg-Köblitz	wernberg-koblitz	BY	093	09376	49.5393	12.1613	4
92536	Pfreimd Untersteinbach	pfreimd-untersteinbach	BY	093	09376	49.4877	12.1667	
92536	Pfreimd Pamsendorf	pfreimd-pamsendorf	BY	093	09376	49.4945	12.2723	
92536	Pfreimd Pfreimd	pfreimd-pfreimd	BY	093	09376	49.4932	12.1833	
92536	Pfreimd	pfreimd	BY	093	09376	49.4911	12.1807	4
92536	Pfreimd Weihern	pfreimd-weihern	BY	093	09376	49.5246	12.2083	
92536	Pfreimd Hohentreswitz	pfreimd-hohentreswitz	BY	093	09376	49.4975	12.2583	
92536	Iffelsdorf	iffelsdorf	BY	093	09376	49.5	12.175	
92539	Schönsee	schonsee	BY	093	09376	49.5103	12.5476	4
92540	Altendorf	altendorf	BY	093	09376	49.4055	12.2815	4
92542	Dieterskirchen	dieterskirchen	BY	093	09376	49.4167	12.4167	4
92543	Guteneck	guteneck	BY	093	09376	49.45	12.2833	4
92545	Niedermurach	niedermurach	BY	093	09376	49.45	12.3761	4
92546	Schmidgaden	schmidgaden	BY	093	09376	49.4234	12.0925	4
92548	Schwarzach bei Nabburg	schwarzach-bei-nabburg	BY	093	09376	49.4105	12.2274	4
92549	Stadlern	stadlern	BY	093	09376	49.5066	12.6124	4
92551	Stulln	stulln	BY	093	09376	49.4167	12.1333	4
92552	Teunz	teunz	BY	093	09376	49.4833	12.3833	4
92554	Thanstein	thanstein	BY	093	09376	49.3833	12.4667	4
92555	Trausnitz	trausnitz	BY	093	09376	49.5211	12.2625	4
92557	Weiding	weiding	BY	093	09376	49.4833	12.5667	4
92559	Winklarn	winklarn	BY	093	09376	49.4269	12.4799	4
92637	Theisseil	theisseil	BY	093	09374	49.6903	12.2274	4
92637	Weiden	weiden	BY	093	09363	49.6768	12.1561	4
92648	Vohenstrauß	vohenstrauss	BY	093	09374	49.6238	12.3381	4
92655	Grafenwöhr	grafenwohr	BY	093	09374	49.6989	11.8675	4
92660	Neustadt an der Waldnaab	neustadt-an-der-waldnaab	BY	093	09374	49.7329	12.1777	4
92665	Kirchendemenreuth	kirchendemenreuth	BY	093	09374	49.7833	12.1	4
92665	Altenstadt an der Waldnaab	altenstadt-an-der-waldnaab	BY	093	09374	49.7159	12.1598	4
92670	Windischeschenbach	windischeschenbach	BY	093	09374	49.8011	12.1571	4
92676	Eschenbach in der Oberpfalz	eschenbach-in-der-oberpfalz	BY	093	09374	49.7554	11.8331	4
92676	Speinshart	speinshart	BY	093	09374	49.79	11.8195	4
92681	Erbendorf	erbendorf	BY	093	09377	49.8398	12.0459	4
92685	Floß	floss	BY	093	09374	49.724	12.2759	4
92690	Pressath	pressath	BY	093	09374	49.7686	11.9397	4
92693	Eslarn	eslarn	BY	093	09374	49.5835	12.5216	4
92694	Etzenricht	etzenricht	BY	093	09374	49.6333	12.1	4
92696	Flossenbürg	flossenburg	BY	093	09374	49.7333	12.35	4
92697	Georgenberg	georgenberg	BY	093	09374	49.703	12.4208	4
92699	Bechtsrieth	bechtsrieth	BY	093	09374	49.6449	12.21	4
92699	Irchenrieth	irchenrieth	BY	093	09374	49.6229	12.225	4
92700	Kaltenbrunn, Oberpfalz	kaltenbrunn-oberpfalz	BY	093	09374	49.65	11.95	
92702	Kohlberg	kohlberg	BY	093	09374	49.5912	12.0195	4
92703	Krummennaab	krummennaab	BY	093	09377	49.8333	12.1	4
92705	Leuchtenberg	leuchtenberg	BY	093	09374	49.5974	12.2584	4
92706	Luhe-Wildenau	luhe-wildenau	BY	093	09374	49.5837	12.1492	4
92708	Mantel	mantel	BY	093	09374	49.6541	12.0407	4
92709	Moosbach	moosbach	BY	093	09374	49.5891	12.4104	4
92711	Parkstein	parkstein	BY	093	09374	49.7292	12.0675	4
92712	Pirk	pirk	BY	093	09374	49.6333	12.1667	4
92714	Pleystein	pleystein	BY	093	09374	49.6491	12.4063	4
92715	Püchersreuth	puchersreuth	BY	093	09374	49.75	12.2333	4
92717	Reuth bei Erbendorf	reuth-bei-erbendorf	BY	093	09377	49.8438	12.1214	4
92718	Schirmitz	schirmitz	BY	093	09374	49.65	12.1667	4
92720	Schwarzenbach	schwarzenbach	BY	093	09374	49.7246	11.9976	4
92721	Störnstein	stornstein	BY	093	09374	49.7323	12.2055	4
92723	Gleiritsch	gleiritsch	BY	093	09376	49.4973	12.3152	4
92723	Tännesberg	tannesberg	BY	093	09374	49.5318	12.3276	4
92724	Trabitz	trabitz	BY	093	09374	49.8	11.9	4
92726	Waidhaus	waidhaus	BY	093	09374	49.6422	12.4952	4
92727	Waldthurn	waldthurn	BY	093	09374	49.6722	12.3292	4
92729	Weiherhammer	weiherhammer	BY	093	09374	49.6333	12.0667	4
93047	Regensburg	regensburg	BY	093	09362	49.0168	12.0954	4
93049	Regensburg	regensburg	BY	093	09362	49.0153	12.0577	4
93051	Regensburg	regensburg	BY	093	09362	49.0007	12.0734	4
93053	Regensburg	regensburg	BY	093	09362	48.9965	12.1202	4
93055	Regensburg	regensburg	BY	093	09362	49.0143	12.1427	4
93057	Regensburg	regensburg	BY	093	09362	49.0499	12.1006	4
93059	Regensburg	regensburg	BY	093	09362	49.0312	12.1022	4
93073	Neutraubling	neutraubling	BY	093	09375	48.9874	12.201	4
93080	Pentling	pentling	BY	093	09375	48.9834	12.0587	4
93083	Obertraubling	obertraubling	BY	093	09375	48.9667	12.1667	4
93086	Wörth an der Donau	worth-an-der-donau	BY	093	09375	49.0009	12.4054	4
93087	Alteglofsheim	alteglofsheim	BY	093	09375	48.9167	12.2	4
93089	Aufhausen	aufhausen	BY	093	09375	48.872	12.2821	4
93090	Bach an der Donau	bach-an-der-donau	BY	093	09375	49.0217	12.3037	4
93092	Barbing	barbing	BY	093	09375	49	12.2	4
93093	Donaustauf	donaustauf	BY	093	09375	49.0326	12.2046	4
93095	Hagelstadt	hagelstadt	BY	093	09375	48.9	12.2167	4
93096	Köfering	kofering	BY	093	09375	48.9333	12.2	4
93098	Mintraching	mintraching	BY	093	09375	48.9536	12.2421	4
93099	Mötzing	motzing	BY	093	09375	48.8935	12.3736	4
93101	Pfakofen	pfakofen	BY	093	09375	48.8582	12.2274	4
93102	Pfatter	pfatter	BY	093	09375	48.9631	12.3825	4
93104	Riekofen	riekofen	BY	093	09375	48.9167	12.35	4
93104	Sünching	sunching	BY	093	09375	48.8785	12.3513	4
93105	Tegernheim	tegernheim	BY	093	09375	49.0239	12.173	4
93107	Thalmassing	thalmassing	BY	093	09375	48.9117	12.155	4
93109	Wiesent	wiesent	BY	093	09375	49.0167	12.3833	4
93128	Regenstauf	regenstauf	BY	093	09375	49.1201	12.1303	4
93133	Burglengenfeld	burglengenfeld	BY	093	09376	49.2038	12.0445	4
93138	Lappersdorf	lappersdorf	BY	093	09375	49.0469	12.0913	4
93142	Maxhütte-Haidhof	maxhutte-haidhof	BY	093	09376	49.1996	12.0923	4
93149	Nittenau	nittenau	BY	093	09376	49.1942	12.2674	4
93152	Nittendorf	nittendorf	BY	093	09375	49.0246	11.9613	4
93155	Hemau	hemau	BY	093	09375	49.0383	11.8522	4
93158	Teublitz	teublitz	BY	093	09376	49.2229	12.0873	4
93161	Sinzing	sinzing	BY	093	09375	49	12.0333	4
93164	Brunn	brunn	BY	093	09375	49.1	11.9	4
93164	Laaber	laaber	BY	093	09375	49.0672	11.8855	4
93167	Falkenstein	falkenstein	BY	093	09372	49.0975	12.488	4
93170	Bernhardswald	bernhardswald	BY	093	09375	49.0912	12.2474	4
93173	Wenzenbach	wenzenbach	BY	093	09375	49.0756	12.1995	4
93176	Beratzhausen	beratzhausen	BY	093	09375	49.0952	11.8097	4
93177	Altenthann	altenthann	BY	093	09375	49.1	12.3	4
93179	Brennberg	brennberg	BY	093	09375	49.0667	12.4	4
93180	Deuerling	deuerling	BY	093	09375	49.0372	11.9104	4
93182	Duggendorf	duggendorf	BY	093	09375	49.1167	11.9167	4
93183	Kallmünz	kallmunz	BY	093	09375	49.1609	11.9605	4
93183	Holzheim am Forst	holzheim-am-forst	BY	093	09375	49.1485	11.9977	4
93185	Michelsneukirchen	michelsneukirchen	BY	093	09372	49.1229	12.5528	4
93186	Pettendorf	pettendorf	BY	093	09375	49.0607	12.0078	4
93188	Pielenhofen	pielenhofen	BY	093	09375	49.0723	11.957	4
93189	Reichenbach	reichenbach	BY	093	09372	49.1833	12.35	4
93191	Rettenbach	rettenbach	BY	093	09372	49.0667	12.45	4
93192	Wald	wald	BY	093	09372	49.15	12.35	4
93194	Walderbach	walderbach	BY	093	09372	49.1833	12.3833	4
93195	Wolfsegg	wolfsegg	BY	093	09375	49.1073	11.9781	4
93197	Zeitlarn	zeitlarn	BY	093	09375	49.0785	12.1117	4
93199	Zell	zell	BY	093	09372	49.1444	12.4141	4
93413	Cham	cham	BY	093	09372	49.2257	12.655	4
93426	Roding	roding	BY	093	09372	49.1943	12.5196	4
93437	Furth im Wald	furth-im-wald	BY	093	09372	49.3095	12.8416	4
93444	Kötzting	kotzting	BY	093	09372	49.1765	12.8552	4
93449	Waldmünchen	waldmunchen	BY	093	09372	49.378	12.7091	4
93453	Neukirchen beim Heiligen Blut	neukirchen-beim-heiligen-blut	BY	093	09372	49.2587	12.9687	4
93455	Traitsching	traitsching	BY	093	09372	49.15	12.65	4
93458	Eschlkam	eschlkam	BY	093	09372	49.2988	12.9157	4
93462	Lam	lam	BY	093	09372	49.1967	13.0505	4
93464	Tiefenbach	tiefenbach	BY	093	09372	49.4333	12.5833	4
93466	Chamerau	chamerau	BY	093	09372	49.2	12.75	4
93468	Miltach	miltach	BY	093	09372	49.162	12.7684	4
93470	Lohberg	lohberg	BY	093	09372	49.176	13.1055	4
93473	Arnschwang	arnschwang	BY	093	09372	49.2766	12.8159	4
93474	Arrach	arrach	BY	093	09372	49.1915	12.9939	4
93476	Blaibach	blaibach	BY	093	09372	49.1667	12.8167	4
93477	Gleißenberg	gleissenberg	BY	093	09372	49.3167	12.7333	4
93479	Grafenwiesen	grafenwiesen	BY	093	09372	49.2	12.8833	4
93480	Hohenwarth	hohenwarth	BY	093	09372	49.2	12.9333	4
93482	Pemfling	pemfling	BY	093	09372	49.2667	12.6167	4
93483	Pösing	posing	BY	093	09372	49.2333	12.55	4
93485	Rimbach	rimbach	BY	093	09372	49.2333	12.8833	4
93486	Runding	runding	BY	093	09372	49.2151	12.7621	4
93488	Schönthal	schonthal	BY	093	09372	49.35	12.6	4
93489	Schorndorf	schorndorf	BY	093	09372	49.1604	12.5932	4
93491	Stamsried	stamsried	BY	093	09372	49.2676	12.5305	4
93492	Treffelstein	treffelstein	BY	093	09372	49.4225	12.6157	4
93494	Waffenbrunn	waffenbrunn	BY	093	09372	49.2667	12.6667	4
93495	Weiding	weiding	BY	093	09372	49.2628	12.7631	4
93497	Willmering	willmering	BY	093	09372	49.25	12.6667	4
93499	Zandt	zandt	BY	093	09372	49.15	12.7333	4
95478	Kemnath	kemnath	BY	093	09377	49.8701	11.8908	4
95505	Immenreuth	immenreuth	BY	093	09377	49.9	11.8667	4
95506	Kastl	kastl	BY	093	09377	49.8333	11.9	4
95508	Kulmain	kulmain	BY	093	09377	49.9	11.9	4
95514	Neustadt am Kulm	neustadt-am-kulm	BY	093	09374	49.8167	11.8333	4
95519	Vorbach	vorbach	BY	093	09374	49.8214	11.7362	4
95519	Schlammersdorf	schlammersdorf	BY	093	09374	49.8	11.7333	4
95643	Tirschenreuth	tirschenreuth	BY	093	09377	49.8826	12.3311	4
95652	Waldsassen	waldsassen	BY	093	09377	50.0017	12.3043	4
95666	Mitterteich	mitterteich	BY	093	09377	49.9514	12.2421	4
95666	Leonberg	leonberg	BY	093	09377	49.9471	12.2852	4
95671	Bärnau	barnau	BY	093	09377	49.8108	12.4332	4
95676	Wiesau	wiesau	BY	093	09377	49.9082	12.1889	4
95679	Waldershof	waldershof	BY	093	09377	49.9814	12.0629	4
95682	Brand	brand	BY	093	09377	49.9597	11.9107	4
95683	Ebnath	ebnath	BY	093	09377	49.95	11.9333	4
95685	Falkenberg	falkenberg	BY	093	09377	49.8584	12.2268	4
95688	Friedenfels	friedenfels	BY	093	09377	49.8826	12.1012	4
95689	Fuchsmühl	fuchsmuhl	BY	093	09377	49.9226	12.1458	4
95692	Konnersreuth	konnersreuth	BY	093	09377	50.0109	12.2271	4
95695	Mähring	mahring	BY	093	09377	49.9109	12.5245	4
95698	Neualbenreuth	neualbenreuth	BY	093	09377	49.9804	12.4437	4
95700	Neusorg	neusorg	BY	093	09377	49.9333	11.9667	4
95701	Pechbrunn	pechbrunn	BY	093	09377	49.9667	12.1667	4
95703	Plößberg	plossberg	BY	093	09377	49.784	12.31	4
95704	Pullenreuth	pullenreuth	BY	093	09377	49.9333	12	4
91077	Dormitz	dormitz	BY	094	09474	49.5979	11.1176	4
91077	Hetzles	hetzles	BY	094	09474	49.6333	11.1333	4
91077	Kleinsendelbach	kleinsendelbach	BY	094	09474	49.5956	11.1577	4
91077	Neunkirchen am Brand	neunkirchen-am-brand	BY	094	09474	49.612	11.1297	4
91090	Effeltrich	effeltrich	BY	094	09474	49.6593	11.0932	4
91094	Langensendelbach	langensendelbach	BY	094	09474	49.6405	11.071	4
91099	Poxdorf	poxdorf	BY	094	09474	49.6634	11.0708	4
91257	Pegnitz	pegnitz	BY	094	09472	49.7522	11.5419	4
91278	Pottenstein	pottenstein	BY	094	09472	49.7713	11.4078	4
91282	Betzenstein	betzenstein	BY	094	09472	49.6817	11.4177	4
91286	Obertrubach	obertrubach	BY	094	09474	49.7	11.35	4
91287	Plech	plech	BY	094	09472	49.6524	11.4693	4
91289	Schnabelwaid	schnabelwaid	BY	094	09472	49.8122	11.5827	4
91301	Forchheim	forchheim	BY	094	09474	49.7175	11.0588	4
91320	Ebermannstadt	ebermannstadt	BY	094	09474	49.7815	11.1817	4
91322	Gräfenberg	grafenberg	BY	094	09474	49.6443	11.2497	4
91327	Gößweinstein	gossweinstein	BY	094	09474	49.769	11.3384	4
91330	Eggolsheim	eggolsheim	BY	094	09474	49.7696	11.057	4
91332	Heiligenstadt	heiligenstadt	BY	094	09471	49.863	11.1719	4
91336	Heroldsbach	heroldsbach	BY	094	09474	49.6934	10.9988	4
91338	Igensdorf	igensdorf	BY	094	09474	49.6232	11.2314	4
91344	Waischenfeld	waischenfeld	BY	094	09472	49.8465	11.3481	4
91346	Wiesenttal	wiesenttal	BY	094	09474	49.8	11.2667	4
91347	Aufseß	aufsess	BY	094	09472	49.8837	11.2269	4
91349	Egloffstein	egloffstein	BY	094	09474	49.7018	11.2575	4
91352	Hallerndorf	hallerndorf	BY	094	09474	49.7591	10.9795	4
91353	Hausen	hausen	BY	094	09474	49.6895	11.0322	4
91355	Hiltpoltstein	hiltpoltstein	BY	094	09474	49.6607	11.3227	4
91356	Kirchehrenbach	kirchehrenbach	BY	094	09474	49.7333	11.15	4
91358	Kunreuth	kunreuth	BY	094	09474	49.6824	11.1433	4
91359	Leutenbach	leutenbach	BY	094	09474	49.7095	11.1722	4
91361	Pinzberg	pinzberg	BY	094	09474	49.6897	11.1021	4
91362	Pretzfeld	pretzfeld	BY	094	09474	49.7545	11.1743	4
91364	Unterleinleiter	unterleinleiter	BY	094	09474	49.823	11.1891	4
91365	Weilersbach	weilersbach	BY	094	09474	49.75	11.1167	4
91367	Weißenohe	weissenohe	BY	094	09474	49.6309	11.2537	4
91369	Wiesenthau	wiesenthau	BY	094	09474	49.7133	11.1356	4
95028	Hof	hof	BY	094	09464	50.3209	11.9172	4
95030	Hof	hof	BY	094	09464	50.3173	11.8961	4
95032	Hof	hof	BY	094	09464	50.2953	11.9103	4
95100	Selb	selb	BY	094	09479	50.1706	12.1305	4
95111	Rehau	rehau	BY	094	09475	50.2492	12.0342	4
95119	Naila	naila	BY	094	09475	50.3303	11.7046	4
95126	Schwarzenbach an der Saale	schwarzenbach-an-der-saale	BY	094	09475	50.2228	11.935	4
95131	Schwarzenbach am Wald	schwarzenbach-am-wald	BY	094	09475	50.2846	11.6249	4
95138	Bad Steben	bad-steben	BY	094	09475	50.3665	11.6444	4
95145	Oberkotzau	oberkotzau	BY	094	09475	50.2624	11.9348	4
95152	Selbitz	selbitz	BY	094	09475	50.317	11.7502	4
95158	Kirchenlamitz	kirchenlamitz	BY	094	09479	50.1519	11.9483	4
95163	Weißenstadt	weissenstadt	BY	094	09479	50.1022	11.8885	4
95168	Marktleuthen	marktleuthen	BY	094	09479	50.1301	12.0023	4
95173	Schönwald	schonwald	BY	094	09479	50.1997	12.085	4
95176	Konradsreuth	konradsreuth	BY	094	09475	50.2667	11.85	4
95179	Geroldsgrün	geroldsgrun	BY	094	09475	50.3333	11.6	4
95180	Berg	berg	BY	094	09475	50.3747	11.7785	4
95182	Döhlau	dohlau	BY	094	09475	50.2833	11.95	4
95183	Trogen	trogen	BY	094	09475	50.3667	11.95	4
95183	Töpen	topen	BY	094	09475	50.3907	11.8733	4
95183	Feilitzsch	feilitzsch	BY	094	09475	50.3667	11.9333	4
95185	Gattendorf	gattendorf	BY	094	09475	50.3221	11.9978	4
95186	Höchstädt im Fichtelgebirge	hochstadt-im-fichtelgebirge	BY	094	09479	50.1	12.0833	4
95188	Issigau	issigau	BY	094	09475	50.3752	11.7207	4
95189	Köditz	koditz	BY	094	09475	50.3333	11.85	4
95191	Leupoldsgrün	leupoldsgrun	BY	094	09475	50.3	11.8	4
95192	Lichtenberg	lichtenberg	BY	094	09475	50.3833	11.6762	4
95194	Regnitzlosau	regnitzlosau	BY	094	09475	50.3	12.05	4
95195	Röslau	roslau	BY	094	09479	50.0833	11.9833	4
95197	Schauenstein	schauenstein	BY	094	09475	50.2783	11.7417	4
95199	Thierstein	thierstein	BY	094	09479	50.1064	12.102	4
95213	Münchberg	munchberg	BY	094	09475	50.1895	11.7882	4
95233	Helmbrechts	helmbrechts	BY	094	09475	50.2356	11.7159	4
95234	Sparneck	sparneck	BY	094	09475	50.1621	11.8435	4
95236	Stammbach	stammbach	BY	094	09475	50.1455	11.6913	4
95237	Weißdorf	weissdorf	BY	094	09475	50.1833	11.85	4
95239	Zell	zell	BY	094	09475	50.1333	11.8	4
95326	Kulmbach	kulmbach	BY	094	09477	50.1007	11.4503	4
95336	Mainleus	mainleus	BY	094	09477	50.0999	11.3766	4
95339	Neuenmarkt	neuenmarkt	BY	094	09477	50.0919	11.5803	4
95339	Wirsberg	wirsberg	BY	094	09477	50.1057	11.6052	4
95346	Stadtsteinach	stadtsteinach	BY	094	09477	50.1643	11.5035	4
95349	Thurnau	thurnau	BY	094	09477	50.0254	11.3935	4
95352	Marktleugast	marktleugast	BY	094	09477	50.1731	11.6339	4
95355	Presseck	presseck	BY	094	09477	50.228	11.5551	4
95356	Grafengehaig	grafengehaig	BY	094	09477	50.2031	11.5936	4
95358	Guttenberg	guttenberg	BY	094	09477	50.1552	11.5648	4
95359	Kasendorf	kasendorf	BY	094	09477	50.0367	11.352	4
95361	Ködnitz	kodnitz	BY	094	09477	50.1	11.5333	4
95362	Kupferberg	kupferberg	BY	094	09477	50.1396	11.5776	4
95364	Ludwigschorgast	ludwigschorgast	BY	094	09477	50.1264	11.5597	4
95365	Rugendorf	rugendorf	BY	094	09477	50.2	11.4667	4
95367	Trebgast	trebgast	BY	094	09477	50.0667	11.55	4
95369	Untersteinach	untersteinach	BY	094	09477	50.1333	11.5167	4
95444	Bayreuth	bayreuth	BY	094	09462	49.9461	11.5762	4
95445	Bayreuth	bayreuth	BY	094	09462	49.9431	11.5592	4
95447	Bayreuth	bayreuth	BY	094	09462	49.9481	11.5783	4
95448	Bayreuth	bayreuth	BY	094	09462	49.9474	11.5993	4
95460	Bad Berneck im Fichtelgebirge	bad-berneck-im-fichtelgebirge	BY	094	09472	50.0456	11.6724	4
95463	Bindlach	bindlach	BY	094	09472	49.9817	11.6139	4
95466	Weidenberg	weidenberg	BY	094	09472	49.9416	11.7221	4
95466	Kirchenpingarten	kirchenpingarten	BY	094	09472	49.9333	11.7833	4
95469	Speichersdorf	speichersdorf	BY	094	09472	49.8713	11.7812	4
95473	Haag	haag	BY	094	09472	49.87	11.5607	4
95473	Prebitz	prebitz	BY	094	09472	49.8333	11.6833	4
95473	Creußen	creussen	BY	094	09472	49.845	11.6268	4
95482	Gefrees	gefrees	BY	094	09472	50.0954	11.7377	4
95485	Warmensteinach	warmensteinach	BY	094	09472	49.9935	11.7787	4
95488	Eckersdorf	eckersdorf	BY	094	09472	49.9348	11.4962	4
95490	Mistelgau	mistelgau	BY	094	09472	49.9126	11.4659	4
95491	Ahorntal	ahorntal	BY	094	09472	49.85	11.4333	4
95493	Bischofsgrün	bischofsgrun	BY	094	09472	50.0512	11.8	4
95494	Gesees	gesees	BY	094	09472	49.9	11.5333	4
95496	Glashütten	glashutten	BY	094	09472	49.8874	11.4487	4
95497	Goldkronach	goldkronach	BY	094	09472	50.0109	11.6875	4
95499	Harsdorf	harsdorf	BY	094	09477	50.0333	11.5667	4
95500	Heinersreuth	heinersreuth	BY	094	09472	49.9667	11.5333	4
95502	Himmelkron	himmelkron	BY	094	09477	50.0667	11.6	4
95503	Hummeltal	hummeltal	BY	094	09472	49.9	11.5167	
95509	Marktschorgast	marktschorgast	BY	094	09477	50.0947	11.6547	4
95511	Mistelbach	mistelbach	BY	094	09472	49.9126	11.5126	4
95512	Neudrossenfeld	neudrossenfeld	BY	094	09477	50.0167	11.5	4
95515	Plankenfels	plankenfels	BY	094	09472	49.8833	11.3333	4
95517	Emtmannsberg	emtmannsberg	BY	094	09472	49.8923	11.6447	4
95517	Seybothenreuth	seybothenreuth	BY	094	09472	49.8937	11.7053	4
95615	Marktredwitz	marktredwitz	BY	094	09479	50.0044	12.0859	4
95632	Wunsiedel	wunsiedel	BY	094	09479	50.0392	12.0034	4
95659	Arzberg	arzberg	BY	094	09479	50.0577	12.1868	4
95680	Bad Alexandersbad	bad-alexandersbad	BY	094	09479	50.0167	12.0167	4
95686	Fichtelberg	fichtelberg	BY	094	09472	50.0029	11.8542	4
95691	Hohenberg an der Eger	hohenberg-an-der-eger	BY	094	09479	50.095	12.2201	4
95694	Mehlmeisel	mehlmeisel	BY	094	09472	49.9742	11.862	4
95697	Nagel	nagel	BY	094	09479	49.9833	11.9167	4
95706	Schirnding	schirnding	BY	094	09479	50.0821	12.2274	4
95707	Thiersheim	thiersheim	BY	094	09479	50.0761	12.1265	4
95709	Tröstau	trostau	BY	094	09479	50.0167	11.95	4
96047	Bamberg	bamberg	BY	094	09461	49.8934	10.8911	4
96049	Bamberg	bamberg	BY	094	09461	49.88	10.8834	4
96050	Bamberg	bamberg	BY	094	09461	49.8883	10.9185	4
96052	Bamberg	bamberg	BY	094	09461	49.9083	10.8951	4
96103	Hallstadt	hallstadt	BY	094	09471	49.929	10.8754	4
96110	Scheßlitz	schesslitz	BY	094	09471	49.9757	11.033	4
96114	Hirschaid	hirschaid	BY	094	09471	49.8179	10.9892	4
96117	Memmelsdorf	memmelsdorf	BY	094	09471	49.9301	10.9592	4
96120	Bischberg	bischberg	BY	094	09471	49.9109	10.8321	4
96123	Litzendorf	litzendorf	BY	094	09471	49.9144	11.0103	4
96129	Strullendorf	strullendorf	BY	094	09471	49.8443	10.9721	4
96132	Schlüsselfeld	schlusselfeld	BY	094	09471	49.7562	10.6187	4
96135	Stegaurach	stegaurach	BY	094	09471	49.8654	10.8438	4
96138	Burgebrach	burgebrach	BY	094	09471	49.8283	10.7434	4
96142	Hollfeld	hollfeld	BY	094	09472	49.9379	11.2915	4
96145	Seßlach	sesslach	BY	094	09473	50.1897	10.842	4
96146	Altendorf	altendorf	BY	094	09471	49.8	11.0167	4
96148	Baunach	baunach	BY	094	09471	49.9859	10.8518	4
96149	Breitengüßbach	breitengussbach	BY	094	09471	49.9721	10.8859	4
96154	Burgwindheim	burgwindheim	BY	094	09471	49.8273	10.5963	4
96155	Buttenheim	buttenheim	BY	094	09471	49.8036	11.03	4
96157	Ebrach	ebrach	BY	094	09471	49.8481	10.4967	4
96158	Frensdorf	frensdorf	BY	094	09471	49.8167	10.8667	4
96161	Gerach	gerach	BY	094	09471	50.0333	10.8	4
96163	Gundelsheim	gundelsheim	BY	094	09471	49.9371	10.9199	4
96164	Kemmern	kemmern	BY	094	09471	49.9549	10.8778	4
96167	Königsfeld	konigsfeld	BY	094	09471	49.946	11.1652	4
96169	Lauter	lauter	BY	094	09471	49.9732	10.7884	4
96170	Priesendorf	priesendorf	BY	094	09471	49.9075	10.7118	4
96173	Oberhaid	oberhaid	BY	094	09471	49.9325	10.8147	4
96175	Pettstadt	pettstadt	BY	094	09471	49.83	10.9284	4
96178	Pommersfelden	pommersfelden	BY	094	09471	49.7667	10.8167	4
96179	Rattelsdorf	rattelsdorf	BY	094	09471	50.015	10.8886	4
96182	Reckendorf	reckendorf	BY	094	09471	50.0167	10.8333	4
96185	Schönbrunn	schonbrunn	BY	094	09471	49.857	10.6902	4
96187	Stadelhofen	stadelhofen	BY	094	09471	50.0032	11.1976	4
96191	Viereth-Trunstadt	viereth-trunstadt	BY	094	09471	49.9222	10.7772	4
96194	Walsdorf	walsdorf	BY	094	09471	49.8667	10.7833	4
96196	Wattendorf	wattendorf	BY	094	09471	50.0326	11.1262	4
96197	Wonsees	wonsees	BY	094	09477	49.9761	11.3005	4
96199	Zapfendorf	zapfendorf	BY	094	09471	50.0178	10.9324	4
96215	Lichtenfels	lichtenfels	BY	094	09478	50.1457	11.0593	4
96224	Burgkunstadt	burgkunstadt	BY	094	09478	50.1409	11.252	4
96231	Bad Staffelstein	bad-staffelstein	BY	094	09478	50.102	11.0013	4
96237	Ebersdorf	ebersdorf	BY	094	09473	50.329	11.1527	4
96242	Sonnefeld	sonnefeld	BY	094	09473	50.2167	11.1333	4
96247	Michelau in Oberfranken	michelau-in-oberfranken	BY	094	09478	50.168	11.1139	
96250	Ebensfeld	ebensfeld	BY	094	09478	50.0664	10.9583	4
96253	Untersiemau	untersiemau	BY	094	09473	50.1942	10.9745	4
96257	Redwitz an der Rodach	redwitz-an-der-rodach	BY	094	09478	50.1732	11.2083	4
96257	Marktgraitz	marktgraitz	BY	094	09478	50.1836	11.1944	4
96260	Weismain	weismain	BY	094	09478	50.0851	11.2402	4
96264	Altenkunstadt	altenkunstadt	BY	094	09478	50.125	11.2503	4
96268	Mitwitz	mitwitz	BY	094	09476	50.2511	11.2082	4
96269	Großheirath	grossheirath	BY	094	09473	50.176	10.9505	4
96271	Grub am Forst	grub-am-forst	BY	094	09473	50.2299	11.0198	4
96272	Hochstadt am Main	hochstadt-am-main	BY	094	09478	50.1501	11.1712	4
96274	Itzgrund	itzgrund	BY	094	09473	50.15	10.9	4
96275	Marktzeuln	marktzeuln	BY	094	09478	50.1667	11.1669	4
96277	Schneckenlohe	schneckenlohe	BY	094	09476	50.2118	11.194	4
96279	Weidhausen bei Coburg	weidhausen-bei-coburg	BY	094	09473	50.2035	11.1401	4
96317	Kronach	kronach	BY	094	09476	50.2396	11.3331	4
96328	Küps	kups	BY	094	09476	50.1912	11.2668	4
96332	Pressig	pressig	BY	094	09476	50.3524	11.3097	4
96337	Ludwigsstadt	ludwigsstadt	BY	094	09476	50.486	11.3873	4
96342	Stockheim	stockheim	BY	094	09476	50.3064	11.2817	4
96346	Wallenfels	wallenfels	BY	094	09476	50.2685	11.4706	4
96349	Steinwiesen	steinwiesen	BY	094	09476	50.2944	11.4629	4
96352	Wilhelmsthal	wilhelmsthal	BY	094	09476	50.3111	11.3728	4
96355	Tettau	tettau	BY	094	09476	50.4698	11.2589	4
96358	Reichenbach	reichenbach	BY	094	09476	50.4243	11.413	4
96358	Teuschnitz	teuschnitz	BY	094	09476	50.3984	11.3824	4
96361	Steinbach am Wald	steinbach-am-wald	BY	094	09476	50.439	11.3692	4
96364	Marktrodach	marktrodach	BY	094	09476	50.25	11.3833	4
96365	Nordhalben	nordhalben	BY	094	09476	50.3741	11.5099	4
96367	Tschirn	tschirn	BY	094	09476	50.4	11.45	4
96369	Weißenbrunn	weissenbrunn	BY	094	09476	50.2	11.35	4
96450	Coburg	coburg	BY	094	09463	50.2594	10.9638	4
96465	Neustadt bei Coburg	neustadt-bei-coburg	BY	094	09473	50.3298	11.1206	4
96472	Rödental	rodental	BY	094	09473	50.2952	11.0412	4
96476	Bad Rodach	bad-rodach	BY	094	09473	50.3333	10.7833	4
96479	Weitramsdorf	weitramsdorf	BY	094	09473	50.256	10.8799	4
96482	Ahorn	ahorn	BY	094	09473	50.2376	10.9542	4
96484	Meeder	meeder	BY	094	09473	50.3212	10.907	4
96486	Lautertal	lautertal	BY	094	09473	50.3333	10.9667	4
96487	Dörfles-Esbach	dorfles-esbach	BY	094	09473	50.2833	11	4
96489	Niederfüllbach	niederfullbach	BY	094	09473	50.22	10.9909	4
90402	Nürnberg	nurnberg	BY	095	09564	49.4504	11.0778	4
90403	Nürnberg	nurnberg	BY	095	09564	49.4541	11.0768	4
90408	Nürnberg	nurnberg	BY	095	09564	49.4678	11.0693	4
90409	Nürnberg	nurnberg	BY	095	09564	49.4478	11.0683	4
90411	Nürnberg	nurnberg	BY	095	09564	49.4897	11.1064	4
90419	Nürnberg	nurnberg	BY	095	09564	49.4639	11.0671	4
90425	Nürnberg	nurnberg	BY	095	09564	49.4732	11.0567	4
90427	Nürnberg	nurnberg	BY	095	09564	49.5178	11.0058	4
90429	Nürnberg	nurnberg	BY	095	09564	49.4599	11.0275	4
90431	Nürnberg	nurnberg	BY	095	09564	49.4453	11.0222	4
90439	Nürnberg	nurnberg	BY	095	09564	49.4358	11.0384	4
90441	Nürnberg	nurnberg	BY	095	09564	49.4324	11.0497	4
90443	Nürnberg	nurnberg	BY	095	09564	49.446	11.0782	4
90449	Nürnberg	nurnberg	BY	095	09564	49.4177	11.0297	4
90451	Nürnberg	nurnberg	BY	095	09564	49.4072	11.0352	4
90453	Nürnberg	nurnberg	BY	095	09564	49.3834	11.0416	4
90455	Nürnberg	nurnberg	BY	095	09564	49.4478	11.0683	4
90457	Moorenbrunn	moorenbrunn	BY	095	09564	49.3984	11.174	4
90459	Nürnberg	nurnberg	BY	095	09564	49.4403	11.0809	4
90461	Nürnberg	nurnberg	BY	095	09564	49.4361	11.0925	4
90469	Nürnberg	nurnberg	BY	095	09564	49.4092	11.092	4
90471	Nürnberg	nurnberg	BY	095	09564	49.417	11.1251	4
90473	Nürnberg	nurnberg	BY	095	09564	49.4044	11.1341	4
90475	Nürnberg	nurnberg	BY	095	09564	49.4075	11.1649	4
90478	Nürnberg	nurnberg	BY	095	09564	49.443	11.0948	4
90480	Nürnberg	nurnberg	BY	095	09564	49.4371	11.1194	4
90482	Nürnberg	nurnberg	BY	095	09564	49.464	11.1491	4
90489	Nürnberg	nurnberg	BY	095	09564	49.4586	11.0974	4
90491	Nürnberg	nurnberg	BY	095	09564	49.4741	11.1296	4
90513	Zirndorf	zirndorf	BY	095	09573	49.4424	10.9541	4
90518	Altdorf	altdorf	BY	095	09574	49.3856	11.3573	4
90522	Oberasbach	oberasbach	BY	095	09573	49.4228	10.9577	4
90530	Wendelstein	wendelstein	BY	095	09576	49.3523	11.1507	4
90537	Feucht	feucht	BY	095	09574	49.376	11.2143	4
90542	Eckental	eckental	BY	095	09572	49.5833	11.25	4
90547	Stein bei Nürnberg	stein-bei-nurnberg	BY	095	09573	49.406	10.9991	4
90552	Röthenbach an der Pegnitz	rothenbach-an-der-pegnitz	BY	095	09574	49.483	11.2412	4
90556	Cadolzburg	cadolzburg	BY	095	09573	49.4573	10.8533	4
90556	Seukendorf	seukendorf	BY	095	09573	49.4884	10.88	4
90559	Burgthann	burgthann	BY	095	09574	49.352	11.3115	4
90562	Heroldsberg	heroldsberg	BY	095	09572	49.5325	11.1555	4
90562	Kalchreuth	kalchreuth	BY	095	09572	49.5579	11.1335	4
90571	Schwaig	schwaig	BY	095	09574	49.4695	11.2006	4
90574	Roßtal	rosstal	BY	095	09573	49.3957	10.8885	4
90579	Langenzenn	langenzenn	BY	095	09573	49.4946	10.7923	4
90584	Allersberg	allersberg	BY	095	09576	49.2513	11.2366	4
90587	Obermichelbach	obermichelbach	BY	095	09573	49.5312	10.9089	4
90587	Veitsbronn	veitsbronn	BY	095	09573	49.5124	10.888	4
90587	Tuchenbach	tuchenbach	BY	095	09573	49.5279	10.8597	4
90592	Schwarzenbruck	schwarzenbruck	BY	095	09574	49.3578	11.2433	4
90596	Schwanstetten	schwanstetten	BY	095	09576	49.3249	11.1227	4
90599	Dietenhofen	dietenhofen	BY	095	09571	49.4	10.6898	4
90607	Rückersdorf	ruckersdorf	BY	095	09574	49.4976	11.2475	4
90610	Winkelhaid	winkelhaid	BY	095	09574	49.3896	11.2989	4
90613	Großhabersdorf	grosshabersdorf	BY	095	09573	49.4	10.7833	4
90614	Ammerndorf	ammerndorf	BY	095	09573	49.4233	10.8501	4
90616	Neuhof an der Zenn	neuhof-an-der-zenn	BY	095	09575	49.4569	10.6455	4
90617	Puschendorf	puschendorf	BY	095	09573	49.524	10.8319	4
90619	Trautskirchen	trautskirchen	BY	095	09575	49.4581	10.5936	4
90762	Fürth	furth	BY	095	09563	49.4706	10.9971	4
90763	Fürth	furth	BY	095	09563	49.5069	10.9565	4
90765	Fürth	furth	BY	095	09563	49.483	11.004	4
90766	Fürth	furth	BY	095	09563	49.4865	10.9608	4
90768	Fürth	furth	BY	095	09563	49.4954	10.9444	4
91052	Erlangen	erlangen	BY	095	09562	49.5888	11.0098	4
91054	Buckenhof	buckenhof	BY	095	09572	49.5932	11.0504	4
91054	Erlangen	erlangen	BY	095	09562	49.5988	11.0087	4
91056	Erlangen	erlangen	BY	095	09562	49.5986	10.9675	4
91058	Erlangen	erlangen	BY	095	09562	49.55	11.0036	4
91074	Herzogenaurach	herzogenaurach	BY	095	09572	49.568	10.8856	4
91080	Spardorf	spardorf	BY	095	09572	49.6085	11.0559	4
91080	Uttenreuth	uttenreuth	BY	095	09572	49.5967	11.0722	4
91080	Marloffstein	marloffstein	BY	095	09572	49.6179	11.0632	4
91083	Baiersdorf	baiersdorf	BY	095	09572	49.6581	11.0359	4
91085	Weisendorf	weisendorf	BY	095	09572	49.6228	10.8253	4
91086	Aurachtal	aurachtal	BY	095	09572	49.5833	10.8333	4
91088	Bubenreuth	bubenreuth	BY	095	09572	49.6274	11.0172	4
91091	Großenseebach	grossenseebach	BY	095	09572	49.6325	10.8748	4
91093	Heßdorf	hessdorf	BY	095	09572	49.6273	10.91	4
91096	Möhrendorf	mohrendorf	BY	095	09572	49.6333	11	4
91097	Oberreichenbach	oberreichenbach	BY	095	09572	49.5895	10.7689	4
91126	Schwabach	schwabach	BY	095	09565	49.3305	11.0235	4
91126	Rednitzhembach	rednitzhembach	BY	095	09576	49.3009	11.08	4
91126	Kammerstein	kammerstein	BY	095	09576	49.2932	10.9728	4
91154	Roth	roth	BY	095	09576	49.2597	11.1457	4
91161	Hilpoltstein	hilpoltstein	BY	095	09576	49.1905	11.1906	4
91166	Georgensgmünd	georgensgmund	BY	095	09576	49.1897	11.0167	4
91171	Greding	greding	BY	095	09576	49.047	11.357	4
91174	Spalt	spalt	BY	095	09576	49.1755	10.9245	4
91177	Thalmässing	thalmassing	BY	095	09576	49.0883	11.2215	4
91180	Heideck	heideck	BY	095	09576	49.1337	11.1273	4
91183	Abenberg	abenberg	BY	095	09576	49.2428	10.964	4
91186	Büchenbach	buchenbach	BY	095	09576	49.2678	11.0589	4
91187	Röttenbach	rottenbach	BY	095	09576	49.15	11.0333	4
91189	Rohr	rohr	BY	095	09576	49.3411	10.8898	4
91207	Lauf an der Pegnitz	lauf-an-der-pegnitz	BY	095	09574	49.5139	11.2825	4
91217	Hersbruck	hersbruck	BY	095	09574	49.5108	11.4315	4
91220	Schnaittach	schnaittach	BY	095	09574	49.5596	11.3433	4
91224	Pommelsbrunn	pommelsbrunn	BY	095	09574	49.5044	11.511	4
91227	Leinburg	leinburg	BY	095	09574	49.4517	11.31	4
91230	Happurg	happurg	BY	095	09574	49.4937	11.4712	4
91233	Neunkirchen am Sand	neunkirchen-am-sand	BY	095	09574	49.5246	11.3196	4
91235	Hartenstein	hartenstein	BY	095	09574	49.6	11.5167	4
91235	Velden	velden	BY	095	09574	49.6139	11.5101	4
91236	Alfeld	alfeld	BY	095	09574	49.4333	11.55	4
91238	Offenhausen	offenhausen	BY	095	09574	49.4497	11.4132	4
91238	Engelthal	engelthal	BY	095	09574	49.4718	11.3994	4
91239	Henfenfeld	henfenfeld	BY	095	09574	49.4985	11.3906	4
91241	Kirchensittenbach	kirchensittenbach	BY	095	09574	49.556	11.4223	4
91242	Ottensoos	ottensoos	BY	095	09574	49.5095	11.3416	4
91244	Reichenschwand	reichenschwand	BY	095	09574	49.5138	11.3727	4
91245	Simmelsdorf	simmelsdorf	BY	095	09574	49.5977	11.339	4
91247	Vorra	vorra	BY	095	09574	49.5572	11.4942	4
91284	Neuhaus an der Pegnitz	neuhaus-an-der-pegnitz	BY	095	09574	49.628	11.5507	4
91315	Höchstadt an der Aisch	hochstadt-an-der-aisch	BY	095	09572	49.7062	10.8133	4
91325	Adelsdorf	adelsdorf	BY	095	09572	49.7122	10.895	4
91334	Hemhofen	hemhofen	BY	095	09572	49.6833	10.9333	4
91341	Röttenbach	rottenbach	BY	095	09572	49.6643	10.9261	4
91350	Gremsdorf	gremsdorf	BY	095	09572	49.6951	10.8322	4
91413	Neustadt an der Aisch	neustadt-an-der-aisch	BY	095	09575	49.5795	10.6113	4
91438	Bad Windsheim	bad-windsheim	BY	095	09575	49.5027	10.4154	4
91443	Scheinfeld	scheinfeld	BY	095	09575	49.6693	10.4655	4
91448	Emskirchen	emskirchen	BY	095	09575	49.5528	10.7128	4
91452	Wilhermsdorf	wilhermsdorf	BY	095	09573	49.4831	10.7156	4
91456	Diespeck	diespeck	BY	095	09575	49.6	10.6333	4
91459	Markt Erlbach	markt-erlbach	BY	095	09575	49.4937	10.6527	4
91460	Baudenbach	baudenbach	BY	095	09575	49.6251	10.536	4
91462	Dachsbach	dachsbach	BY	095	09575	49.6405	10.7065	4
91463	Dietersheim	dietersheim	BY	095	09575	49.5563	10.5407	4
91465	Ergersheim	ergersheim	BY	095	09575	49.5167	10.3333	4
91466	Gerhardshofen	gerhardshofen	BY	095	09575	49.6312	10.6913	4
91468	Gutenstetten	gutenstetten	BY	095	09575	49.6167	10.6333	4
91469	Hagenbüchach	hagenbuchach	BY	095	09575	49.5333	10.7667	4
91471	Illesheim	illesheim	BY	095	09575	49.4802	10.3817	4
91472	Ipsheim	ipsheim	BY	095	09575	49.5275	10.4818	4
91474	Langenfeld	langenfeld	BY	095	09575	49.6167	10.5167	4
91475	Lonnerstadt	lonnerstadt	BY	095	09572	49.6988	10.7671	4
91477	Markt Bibart	markt-bibart	BY	095	09575	49.6479	10.4249	4
91478	Markt Nordheim	markt-nordheim	BY	095	09575	49.5909	10.3556	4
91480	Markt Taschendorf	markt-taschendorf	BY	095	09575	49.7011	10.5556	4
91481	Münchsteinach	munchsteinach	BY	095	09575	49.6394	10.595	4
91483	Oberscheinfeld	oberscheinfeld	BY	095	09575	49.7083	10.4342	4
91484	Sugenheim	sugenheim	BY	095	09575	49.6028	10.4356	4
91486	Uehlfeld	uehlfeld	BY	095	09575	49.6708	10.7202	4
91487	Vestenbergsgreuth	vestenbergsgreuth	BY	095	09572	49.6876	10.6516	4
91489	Wilhelmsdorf	wilhelmsdorf	BY	095	09575	49.5642	10.7372	4
91522	Ansbach	ansbach	BY	095	09561	49.3048	10.5931	4
91541	Rothenburg ob der Tauber	rothenburg-ob-der-tauber	BY	095	09571	49.3789	10.1871	4
91550	Dinkelsbühl	dinkelsbuhl	BY	095	09571	49.0694	10.3199	4
91555	Feuchtwangen	feuchtwangen	BY	095	09571	49.1629	10.3385	4
91560	Heilsbronn	heilsbronn	BY	095	09571	49.3357	10.7874	4
91564	Neuendettelsau	neuendettelsau	BY	095	09571	49.2833	10.7833	4
91567	Herrieden	herrieden	BY	095	09571	49.2378	10.5035	4
91572	Bechhofen	bechhofen	BY	095	09571	49.1631	10.5557	4
91575	Windsbach	windsbach	BY	095	09571	49.2479	10.8265	4
91578	Leutershausen	leutershausen	BY	095	09571	49.2987	10.4119	4
91580	Petersaurach	petersaurach	BY	095	09571	49.3	10.75	4
91583	Schillingsfürst	schillingsfurst	BY	095	09571	49.2878	10.2628	4
91583	Diebach	diebach	BY	095	09571	49.3091	10.1919	4
91586	Lichtenau	lichtenau	BY	095	09571	49.2775	10.6867	4
91587	Adelshofen	adelshofen	BY	095	09571	49.4333	10.1667	4
91589	Aurach	aurach	BY	095	09571	49.25	10.4167	4
91590	Bruckberg	bruckberg	BY	095	09571	49.3599	10.6992	4
91592	Buch am Wald	buch-am-wald	BY	095	09571	49.3302	10.3348	4
91593	Burgbernheim	burgbernheim	BY	095	09575	49.451	10.3239	4
91595	Burgoberbach	burgoberbach	BY	095	09571	49.2333	10.5833	4
91596	Burk	burk	BY	095	09571	49.1332	10.4789	4
91598	Colmberg	colmberg	BY	095	09571	49.3548	10.4116	4
91599	Dentlein am Forst	dentlein-am-forst	BY	095	09571	49.1477	10.4231	4
91601	Dombühl	dombuhl	BY	095	09571	49.2535	10.2854	4
91602	Dürrwangen	durrwangen	BY	095	09571	49.1078	10.385	4
91604	Flachslanden	flachslanden	BY	095	09571	49.4407	10.5224	
91605	Gallmersgarten	gallmersgarten	BY	095	09575	49.45	10.2667	4
91607	Gebsattel	gebsattel	BY	095	09571	49.35	10.2	4
91608	Geslau	geslau	BY	095	09571	49.3664	10.3153	4
91610	Insingen	insingen	BY	095	09571	49.3	10.1667	4
91611	Lehrberg	lehrberg	BY	095	09571	49.3457	10.511	4
91613	Marktbergel	marktbergel	BY	095	09575	49.4416	10.3636	4
91614	Mönchsroth	monchsroth	BY	095	09571	49.0185	10.3586	4
91616	Neusitz	neusitz	BY	095	09571	49.3719	10.2256	4
91617	Oberdachstetten	oberdachstetten	BY	095	09571	49.4167	10.4333	4
91619	Obernzenn	obernzenn	BY	095	09575	49.4519	10.4667	4
91620	Ohrenbach	ohrenbach	BY	095	09571	49.4706	10.2101	4
91622	Rügland	rugland	BY	095	09571	49.4	10.5833	4
91623	Sachsen	sachsen	BY	095	09571	49.29	10.6597	4
91625	Schnelldorf	schnelldorf	BY	095	09571	49.1705	10.2321	4
91626	Schopfloch	schopfloch	BY	095	09571	49.1192	10.3077	4
91628	Steinsfeld	steinsfeld	BY	095	09571	49.4167	10.2167	4
91629	Weihenzell	weihenzell	BY	095	09571	49.35	10.6167	4
91631	Wettringen	wettringen	BY	095	09571	49.2579	10.1569	4
91632	Wieseth	wieseth	BY	095	09571	49.1667	10.4833	4
91634	Wilburgstetten	wilburgstetten	BY	095	09571	49.0243	10.395	4
91635	Windelsbach	windelsbach	BY	095	09571	49.4	10.3	4
91637	Wörnitz	wornitz	BY	095	09571	49.2581	10.2418	4
91639	Wolframs-Eschenbach	wolframs-eschenbach	BY	095	09571	49.2267	10.7277	4
91710	Gunzenhausen	gunzenhausen	BY	095	09577	49.1166	10.7597	4
91717	Wassertrüdingen	wassertrudingen	BY	095	09571	49.0433	10.5991	4
91719	Heidenheim	heidenheim	BY	095	09577	49.0172	10.7435	4
91720	Absberg	absberg	BY	095	09577	49.1444	10.881	4
91722	Arberg	arberg	BY	095	09571	49.1443	10.6172	4
91723	Dittenheim	dittenheim	BY	095	09577	49.0554	10.792	4
91725	Ehingen	ehingen	BY	095	09571	49.0868	10.5407	4
91726	Gerolfingen	gerolfingen	BY	095	09571	49.0534	10.5115	4
91728	Gnotzheim	gnotzheim	BY	095	09577	49.0598	10.7127	4
91729	Haundorf	haundorf	BY	095	09577	49.176	10.7712	4
91731	Langfurth	langfurth	BY	095	09571	49.1011	10.4536	4
91732	Merkendorf	merkendorf	BY	095	09571	49.2036	10.7042	4
91734	Mitteleschenbach	mitteleschenbach	BY	095	09571	49.2119	10.7978	4
91735	Muhr am See	muhr-am-see	BY	095	09577	49.1545	10.7184	4
91737	Ornbau	ornbau	BY	095	09571	49.1762	10.658	4
91738	Pfofeld	pfofeld	BY	095	09577	49.1059	10.8366	4
91740	Röckingen	rockingen	BY	095	09571	49.0554	10.5595	4
91741	Theilenhofen	theilenhofen	BY	095	09577	49.0822	10.8528	4
91743	Unterschwaningen	unterschwaningen	BY	095	09571	49.0798	10.6218	4
91744	Weiltingen	weiltingen	BY	095	09571	49.0388	10.4505	4
91746	Weidenbach	weidenbach	BY	095	09571	49.1982	10.6449	4
91747	Westheim	westheim	BY	095	09577	49	10.6667	4
91749	Wittelshofen	wittelshofen	BY	095	09571	49.0612	10.4812	4
91757	Treuchtlingen	treuchtlingen	BY	095	09577	48.9547	10.9083	4
91781	Weißenburg in Bayern	weissenburg-in-bayern	BY	095	09577	49.0309	10.9722	4
91785	Pleinfeld	pleinfeld	BY	095	09577	49.1047	10.9819	4
91788	Pappenheim	pappenheim	BY	095	09577	48.9338	10.9743	4
91790	Bergen	bergen	BY	095	09577	49.0735	11.114	4
91790	Burgsalach	burgsalach	BY	095	09577	49.0332	11.0977	4
91790	Raitenbuch	raitenbuch	BY	095	09577	49.0147	11.1249	4
91790	Nennslingen	nennslingen	BY	095	09577	49.0471	11.1305	4
91792	Ellingen	ellingen	BY	095	09577	49.0608	10.9678	4
91793	Alesheim	alesheim	BY	095	09577	49.0465	10.865	4
91796	Ettenstatt	ettenstatt	BY	095	09577	49.0775	11.0554	4
91798	Höttingen	hottingen	BY	095	09577	49.0626	11.0053	4
91799	Langenaltheim	langenaltheim	BY	095	09577	48.8932	10.9311	4
91801	Markt Berolzheim	markt-berolzheim	BY	095	09577	49.0096	10.8447	4
91802	Meinheim	meinheim	BY	095	09577	49.0333	10.8167	4
91805	Polsingen	polsingen	BY	095	09577	48.9207	10.7115	4
91807	Solnhofen	solnhofen	BY	095	09577	48.8958	10.9956	4
96152	Burghaslach	burghaslach	BY	095	09575	49.7331	10.6007	4
96172	Mühlhausen	muhlhausen	BY	095	09572	49.7544	10.7756	4
96193	Wachenroth	wachenroth	BY	095	09572	49.7519	10.7134	4
97215	Weigenheim	weigenheim	BY	095	09575	49.5758	10.2644	4
97215	Uffenheim	uffenheim	BY	095	09575	49.5441	10.2329	4
97215	Simmershofen	simmershofen	BY	095	09575	49.5333	10.1333	4
97258	Gollhofen	gollhofen	BY	095	09575	49.5814	10.1252	
97258	Hemmersheim	hemmersheim	BY	095	09575	49.5629	10.0964	4
97258	Ippesheim	ippesheim	BY	095	09575	49.6021	10.2255	4
97258	Oberickelsheim	oberickelsheim	BY	095	09575	49.6	10.1333	4
63739	Aschaffenburg	aschaffenburg	BY	096	09661	49.9757	9.1478	4
63741	Aschaffenburg	aschaffenburg	BY	096	09661	49.9751	9.1314	4
63743	Aschaffenburg	aschaffenburg	BY	096	09661	49.9648	9.1647	4
63755	Alzenau in Unterfranken	alzenau-in-unterfranken	BY	096	09671	50.0888	9.0646	4
63762	Großostheim	grossostheim	BY	096	09671	49.9199	9.076	4
63768	Hösbach	hosbach	BY	096	09671	50.0065	9.2076	4
63773	Goldbach	goldbach	BY	096	09671	49.9995	9.1844	4
63776	Mömbris	mombris	BY	096	09671	50.0692	9.1637	4
63785	Obernburg am Main	obernburg-am-main	BY	096	09676	49.8358	9.131	4
63791	Karlstein am Main	karlstein-am-main	BY	096	09671	50.0487	9.0287	4
63796	Kahl am Main	kahl-am-main	BY	096	09671	50.0698	9.0055	4
63801	Kleinostheim	kleinostheim	BY	096	09671	50	9.0667	4
63808	Haibach	haibach	BY	096	09671	49.9644	9.2072	4
63811	Stockstadt am Main	stockstadt-am-main	BY	096	09671	49.97	9.0715	4
63814	Mainaschaff	mainaschaff	BY	096	09671	49.9817	9.09	4
63820	Elsenfeld	elsenfeld	BY	096	09676	49.8429	9.1636	4
63825	Westerngrund	westerngrund	BY	096	09671	50.1	9.25	
63825	Sommerkahl	sommerkahl	BY	096	09671	50.0696	9.2568	4
63825	Blankenbach	blankenbach	BY	096	09671	50.0667	9.2333	4
63825	Schöllkrippen	schollkrippen	BY	096	09671	50.0855	9.247	4
63826	Geiselbach	geiselbach	BY	096	09671	50.1233	9.1966	4
63828	Kleinkahl	kleinkahl	BY	096	09671	50.1167	9.2667	4
63829	Krombach	krombach	BY	096	09671	50.0832	9.2061	4
63831	Wiesen	wiesen	BY	096	09671	50.1167	9.3667	4
63834	Sulzbach am Main	sulzbach-am-main	BY	096	09676	49.9115	9.1532	4
63839	Kleinwallstadt	kleinwallstadt	BY	096	09676	49.8746	9.1693	4
63840	Hausen	hausen	BY	096	09676	49.8697	9.2103	4
63843	Niedernberg	niedernberg	BY	096	09676	49.9122	9.1369	4
63846	Laufach	laufach	BY	096	09671	50.0167	9.3	4
63849	Leidersbach	leidersbach	BY	096	09676	49.9014	9.2217	4
63853	Mömlingen	momlingen	BY	096	09676	49.8597	9.0833	4
63856	Bessenbach	bessenbach	BY	096	09671	49.9694	9.2686	4
63857	Waldaschaff	waldaschaff	BY	096	09671	49.9753	9.3019	4
63860	Rothenbuch	rothenbuch	BY	096	09671	49.9653	9.3939	4
63863	Eschau	eschau	BY	096	09676	49.8189	9.2592	4
63864	Glattbach	glattbach	BY	096	09671	50	9.15	4
63867	Johannesberg	johannesberg	BY	096	09671	50.0316	9.1425	4
63868	Großwallstadt	grosswallstadt	BY	096	09676	49.8794	9.1534	4
63869	Heigenbrücken	heigenbrucken	BY	096	09671	50.0282	9.3712	4
63871	Heinrichsthal	heinrichsthal	BY	096	09671	50.0711	9.343	4
63872	Heimbuchenthal	heimbuchenthal	BY	096	09671	49.8892	9.2956	4
63874	Dammbach	dammbach	BY	096	09671	49.8577	9.3276	4
63875	Mespelbrunn	mespelbrunn	BY	096	09671	49.9144	9.2919	4
63877	Sailauf	sailauf	BY	096	09671	50.0246	9.2593	4
63879	Weibersbrunn	weibersbrunn	BY	096	09671	49.9308	9.3661	4
63897	Miltenberg	miltenberg	BY	096	09676	49.7045	9.2673	4
63906	Erlenbach am Main	erlenbach-am-main	BY	096	09676	49.8034	9.1631	4
63911	Klingenberg am Main	klingenberg-am-main	BY	096	09676	49.7851	9.1803	4
63916	Amorbach	amorbach	BY	096	09676	49.6444	9.2218	4
63920	Großheubach	grossheubach	BY	096	09676	49.7283	9.2228	4
63924	Kleinheubach	kleinheubach	BY	096	09676	49.7211	9.2135	4
63924	Rüdenau	rudenau	BY	096	09676	49.7114	9.1792	4
63925	Laudenbach	laudenbach	BY	096	09676	49.7458	9.1761	4
63927	Bürgstadt	burgstadt	BY	096	09676	49.7148	9.2692	4
63928	Eichenbühl	eichenbuhl	BY	096	09676	49.7056	9.3292	4
63930	Neunkirchen	neunkirchen	BY	096	09676	49.7072	9.4025	4
63931	Kirchzell	kirchzell	BY	096	09676	49.618	9.1779	4
63933	Mönchberg	monchberg	BY	096	09676	49.7933	9.2686	4
63934	Röllbach	rollbach	BY	096	09676	49.7731	9.2461	4
63936	Schneeberg	schneeberg	BY	096	09676	49.6402	9.2506	4
63937	Weilbach	weilbach	BY	096	09676	49.6681	9.2164	4
63939	Wörth am Main	worth-am-main	BY	096	09676	49.7972	9.1539	4
96106	Ebern	ebern	BY	096	09674	50.0955	10.7983	4
96126	Ermershausen	ermershausen	BY	096	09674	50.2085	10.6258	4
96126	Maroldsweisach	maroldsweisach	BY	096	09674	50.1958	10.66	4
96151	Breitbrunn	breitbrunn	BY	096	09674	50.0167	10.7	4
96160	Geiselwind	geiselwind	BY	096	09675	49.7736	10.4706	4
96166	Kirchlauter	kirchlauter	BY	096	09674	50.0443	10.7178	4
96170	Lisberg	lisberg	BY	096	09678	49.882	10.73	4
96176	Pfarrweisach	pfarrweisach	BY	096	09674	50.15	10.7333	4
96181	Rauhenebrach	rauhenebrach	BY	096	09674	49.8833	10.6167	4
96184	Rentweinsdorf	rentweinsdorf	BY	096	09674	50.0634	10.7992	4
96188	Stettfeld	stettfeld	BY	096	09674	49.9719	10.7239	4
96190	Untermerzbach	untermerzbach	BY	096	09674	50.1275	10.8563	4
97070	Würzburg	wurzburg	BY	096	09663	49.7971	9.9337	4
97072	Würzburg	wurzburg	BY	096	09663	49.7829	9.9366	4
97074	Würzburg	wurzburg	BY	096	09663	49.7802	9.9416	4
97076	Würzburg	wurzburg	BY	096	09663	49.8044	9.977	4
97078	Würzburg	wurzburg	BY	096	09663	49.8118	9.9635	4
97080	Würzburg	wurzburg	BY	096	09663	49.8017	9.9058	4
97082	Würzburg	wurzburg	BY	096	09663	49.7899	9.9206	4
97084	Würzburg	wurzburg	BY	096	09663	49.7685	9.9382	4
97199	Ochsenfurt	ochsenfurt	BY	096	09679	49.6643	10.0623	4
97204	Höchberg	hochberg	BY	096	09679	49.7845	9.8822	4
97209	Veitshöchheim	veitshochheim	BY	096	09679	49.8328	9.8817	4
97218	Gerbrunn	gerbrunn	BY	096	09679	49.7753	9.9936	4
97222	Rimpar	rimpar	BY	096	09679	49.8569	9.9571	4
97225	Zellingen	zellingen	BY	096	09677	49.8974	9.8175	4
97228	Rottendorf	rottendorf	BY	096	09679	49.7923	10.0259	4
97230	Estenfeld	estenfeld	BY	096	09679	49.829	10.0059	4
97232	Giebelstadt	giebelstadt	BY	096	09679	49.6531	9.9444	4
97234	Reichenberg	reichenberg	BY	096	09679	49.7319	9.9148	4
97236	Randersacker	randersacker	BY	096	09679	49.7602	9.9828	4
97237	Altertheim	altertheim	BY	096	09679	49.7167	9.75	4
97239	Aub	aub	BY	096	09679	49.5527	10.0653	4
97241	Bergtheim	bergtheim	BY	096	09679	49.9	10.0667	4
97241	Oberpleichfeld	oberpleichfeld	BY	096	09679	49.8769	10.0868	4
97243	Bieberehren	bieberehren	BY	096	09679	49.5173	10.0091	4
97244	Bütthard	butthard	BY	096	09679	49.5991	9.8799	4
97246	Eibelstadt	eibelstadt	BY	096	09679	49.7239	9.9996	4
97247	Eisenheim	eisenheim	BY	096	09679	49.8833	10.1667	4
97249	Eisingen	eisingen	BY	096	09679	49.7597	9.8311	4
97250	Erlabrunn	erlabrunn	BY	096	09679	49.8597	9.8442	4
97252	Frickenhausen am Main	frickenhausen-am-main	BY	096	09679	49.6667	10.0833	
97253	Gaukönigshofen	gaukonigshofen	BY	096	09679	49.6333	10	4
97255	Sonderhofen	sonderhofen	BY	096	09679	49.5931	10.0025	4
97255	Gelchsheim	gelchsheim	BY	096	09679	49.5724	10.0202	4
97256	Geroldshausen	geroldshausen	BY	096	09679	49.6836	9.9022	4
97259	Greußenheim	greussenheim	BY	096	09679	49.8167	9.7667	4
97261	Güntersleben	guntersleben	BY	096	09679	49.8697	9.905	4
97262	Hausen bei Würzburg	hausen-bei-wurzburg	BY	096	09679	49.9333	10.0167	
97264	Helmstadt	helmstadt	BY	096	09679	49.7618	9.708	4
97265	Hettstadt	hettstadt	BY	096	09679	49.7994	9.815	4
97267	Himmelstadt	himmelstadt	BY	096	09677	49.9239	9.8017	4
97268	Kirchheim	kirchheim	BY	096	09679	49.6561	9.8578	4
97270	Kist	kist	BY	096	09679	49.7428	9.8439	4
97271	Kleinrinderfeld	kleinrinderfeld	BY	096	09679	49.7003	9.8447	4
97273	Kürnach	kurnach	BY	096	09679	49.85	10.0333	4
97274	Leinach	leinach	BY	096	09679	49.8619	9.8049	4
97276	Margetshöchheim	margetshochheim	BY	096	09679	49.8375	9.8639	4
97277	Neubrunn	neubrunn	BY	096	09679	49.7309	9.6716	4
97279	Prosselsheim	prosselsheim	BY	096	09679	49.8631	10.1267	4
97280	Remlingen	remlingen	BY	096	09679	49.8048	9.6948	4
97282	Retzstadt	retzstadt	BY	096	09677	49.9125	9.8819	4
97283	Riedenheim	riedenheim	BY	096	09679	49.5572	9.9781	4
97285	Tauberrettersheim	tauberrettersheim	BY	096	09679	49.4944	9.9367	4
97285	Röttingen	rottingen	BY	096	09679	49.5097	9.9708	4
97286	Sommerhausen	sommerhausen	BY	096	09679	49.7036	10.0261	4
97286	Winterhausen	winterhausen	BY	096	09679	49.7068	10.0166	4
97288	Theilheim	theilheim	BY	096	09679	49.754	10.0306	4
97289	Thüngen	thungen	BY	096	09677	49.9414	9.8586	4
97291	Thüngersheim	thungersheim	BY	096	09679	49.8783	9.8492	4
97292	Uettingen	uettingen	BY	096	09679	49.7947	9.7306	4
97292	Holzkirchen	holzkirchen	BY	096	09679	49.7814	9.6803	4
97294	Unterpleichfeld	unterpleichfeld	BY	096	09679	49.8689	10.044	4
97295	Waldbrunn	waldbrunn	BY	096	09679	49.7586	9.8036	4
97297	Waldbüttelbrunn	waldbuttelbrunn	BY	096	09679	49.7883	9.8467	4
97299	Zell am Main	zell-am-main	BY	096	09679	49.8121	9.8696	4
97318	Kitzingen	kitzingen	BY	096	09675	49.7397	10.1507	4
97318	Biebelried	biebelried	BY	096	09675	49.7667	10.0833	4
97320	Albertshofen	albertshofen	BY	096	09675	49.7667	10.1667	4
97320	Großlangheim	grosslangheim	BY	096	09675	49.7562	10.2406	4
97320	Sulzfeld am Main	sulzfeld-am-main	BY	096	09675	49.7069	10.1325	4
97320	Buchbrunn	buchbrunn	BY	096	09675	49.7598	10.1369	4
97320	Mainstockheim	mainstockheim	BY	096	09675	49.7716	10.1481	4
97332	Volkach	volkach	BY	096	09675	49.8635	10.2281	4
97334	Sommerach	sommerach	BY	096	09675	49.8292	10.2079	4
97334	Nordheim am Main	nordheim-am-main	BY	096	09675	49.85	10.1833	
97337	Dettelbach	dettelbach	BY	096	09675	49.8029	10.1652	4
97340	Martinsheim	martinsheim	BY	096	09675	49.6235	10.1488	4
97340	Segnitz	segnitz	BY	096	09675	49.6724	10.1442	4
97340	Marktbreit	marktbreit	BY	096	09675	49.6654	10.1481	4
97342	Seinsheim	seinsheim	BY	096	09675	49.6407	10.2204	4
97342	Marktsteft	marktsteft	BY	096	09675	49.6961	10.1363	4
97342	Obernbreit	obernbreit	BY	096	09675	49.6586	10.1642	4
97346	Iphofen	iphofen	BY	096	09675	49.7024	10.2604	4
97348	Markt Einersheim	markt-einersheim	BY	096	09675	49.6866	10.2916	4
97348	Willanzheim	willanzheim	BY	096	09675	49.6801	10.2325	4
97348	Rödelsee	rodelsee	BY	096	09675	49.7333	10.25	4
97350	Mainbernheim	mainbernheim	BY	096	09675	49.7079	10.219	4
97353	Wiesentheid	wiesentheid	BY	096	09675	49.7945	10.3451	4
97355	Rüdenhausen	rudenhausen	BY	096	09675	49.765	10.3401	4
97355	Castell	castell	BY	096	09675	49.7417	10.3498	4
97355	Abtswind	abtswind	BY	096	09675	49.7701	10.3732	4
97355	Wiesenbronn	wiesenbronn	BY	096	09675	49.75	10.3	4
97355	Kleinlangheim	kleinlangheim	BY	096	09675	49.7709	10.2843	4
97357	Prichsenstadt	prichsenstadt	BY	096	09675	49.8193	10.3477	4
97359	Schwarzach am Main	schwarzach-am-main	BY	096	09675	49.7996	10.2298	4
97412	Schweinfurt	schweinfurt	BY	096	09662	50.05	10.2333	4
97421	Schweinfurt	schweinfurt	BY	096	09662	50.0442	10.2267	4
97422	Schweinfurt	schweinfurt	BY	096	09662	50.0545	10.2441	4
97424	Schweinfurt	schweinfurt	BY	096	09662	50.0348	10.2064	4
97437	Haßfurt	hassfurt	BY	096	09674	50.0352	10.5156	4
97440	Werneck	werneck	BY	096	09678	49.982	10.0988	4
97447	Gerolzhofen	gerolzhofen	BY	096	09678	49.9002	10.3483	4
97447	Frankenwinheim	frankenwinheim	BY	096	09678	49.8873	10.3143	4
97450	Arnstein	arnstein	BY	096	09677	49.9777	9.9698	4
97453	Schonungen	schonungen	BY	096	09678	50.0501	10.3081	4
97456	Dittelbrunn	dittelbrunn	BY	096	09678	50.0721	10.2197	4
97461	Hofheim in Unterfranken	hofheim-in-unterfranken	BY	096	09674	50.1368	10.5232	4
97464	Niederwerrn	niederwerrn	BY	096	09678	50.0615	10.1827	4
97469	Gochsheim	gochsheim	BY	096	09678	50.0167	10.2833	4
97475	Zeil am Main	zeil-am-main	BY	096	09674	50.0024	10.6098	4
97478	Knetzgau	knetzgau	BY	096	09674	49.9833	10.55	4
97483	Eltmann	eltmann	BY	096	09674	49.9715	10.6671	4
97486	Königsberg in Bayern	konigsberg-in-bayern	BY	096	09674	50.0808	10.5676	4
97488	Stadtlauringen	stadtlauringen	BY	096	09678	50.1871	10.3616	4
97490	Poppenhausen	poppenhausen	BY	096	09678	50.1	10.1424	4
97491	Aidhausen	aidhausen	BY	096	09674	50.15	10.4333	4
97493	Bergrheinfeld	bergrheinfeld	BY	096	09678	50.0103	10.1809	4
97494	Bundorf	bundorf	BY	096	09674	50.2167	10.5167	4
97496	Burgpreppach	burgpreppach	BY	096	09674	50.1415	10.6498	4
97497	Dingolshausen	dingolshausen	BY	096	09678	49.9071	10.3903	4
97499	Donnersdorf	donnersdorf	BY	096	09678	49.9667	10.4167	4
97500	Ebelsbach	ebelsbach	BY	096	09674	49.9857	10.6744	4
97502	Euerbach	euerbach	BY	096	09678	50.062	10.1369	4
97503	Gädheim	gadheim	BY	096	09674	50.0333	10.35	4
97505	Geldersheim	geldersheim	BY	096	09678	50.0429	10.1561	4
97506	Grafenrheinfeld	grafenrheinfeld	BY	096	09678	50	10.2	4
97508	Grettstadt	grettstadt	BY	096	09678	49.9833	10.3167	4
97509	Kolitzheim	kolitzheim	BY	096	09678	49.9167	10.2333	4
97511	Lülsfeld	lulsfeld	BY	096	09678	49.8681	10.3213	4
97513	Michelau im Steigerwald	michelau-im-steigerwald	BY	096	09678	49.9	10.4333	
97514	Oberaurach	oberaurach	BY	096	09674	49.9271	10.6333	4
97516	Oberschwarzach	oberschwarzach	BY	096	09678	49.8605	10.41	4
97517	Rannungen	rannungen	BY	096	09672	50.1654	10.2048	4
97519	Riedbach	riedbach	BY	096	09674	50.1	10.4667	4
97520	Röthlein	rothlein	BY	096	09678	49.9833	10.2167	4
97522	Sand am Main	sand-am-main	BY	096	09674	49.9833	10.6	
97523	Schwanfeld	schwanfeld	BY	096	09678	49.9217	10.1387	4
97525	Schwebheim	schwebheim	BY	096	09678	49.9904	10.2478	4
97526	Sennfeld	sennfeld	BY	096	09678	50.039	10.2599	4
97528	Sulzdorf an der Lederhecke	sulzdorf-an-der-lederhecke	BY	096	09673	50.2408	10.5628	4
97529	Sulzheim	sulzheim	BY	096	09678	49.95	10.3333	4
97531	Theres	theres	BY	096	09674	50.0111	10.4278	4
97532	Üchtelhausen	uchtelhausen	BY	096	09678	50.0918	10.2686	4
97534	Waigolshausen	waigolshausen	BY	096	09678	49.9643	10.12	4
97535	Wasserlosen	wasserlosen	BY	096	09678	50.0948	10.0302	4
97537	Wipfeld	wipfeld	BY	096	09678	49.9167	10.1667	4
97539	Wonfurt	wonfurt	BY	096	09674	50.0167	10.4667	4
97616	Bad Neustadt an der Saale	bad-neustadt-an-der-saale	BY	096	09673	50.3217	10.2067	4
97616	Salz	salz	BY	096	09673	50.3084	10.212	4
97618	Strahlungen	strahlungen	BY	096	09673	50.2833	10.2333	4
97618	Hollstadt	hollstadt	BY	096	09673	50.35	10.3	4
97618	Niederlauer	niederlauer	BY	096	09673	50.2941	10.1771	4
97618	Unsleben	unsleben	BY	096	09673	50.3794	10.2531	4
97618	Rödelmaier	rodelmaier	BY	096	09673	50.3198	10.277	4
97618	Wülfershausen an der Saale	wulfershausen-an-der-saale	BY	096	09673	50.3333	10.3433	
97618	Wollbach	wollbach	BY	096	09673	50.3667	10.2333	4
97618	Heustreu	heustreu	BY	096	09673	50.3549	10.2607	4
97618	Hohenroth	hohenroth	BY	096	09673	50.3167	10.1833	4
97631	Bad Königshofen im Grabfeld	bad-konigshofen-im-grabfeld	BY	096	09673	50.3008	10.4689	4
97633	Höchheim	hochheim	BY	096	09673	50.3667	10.45	4
97633	Saal an der Saale	saal-an-der-saale	BY	096	09673	50.3167	10.3577	4
97633	Aubstadt	aubstadt	BY	096	09673	50.3333	10.4333	4
97633	Großbardorf	grossbardorf	BY	096	09673	50.2667	10.3667	4
97633	Sulzfeld	sulzfeld	BY	096	09673	50.2597	10.4053	4
97633	Trappstadt	trappstadt	BY	096	09673	50.3188	10.5699	4
97633	Herbstadt	herbstadt	BY	096	09673	50.3333	10.5	4
97633	Großeibstadt	grosseibstadt	BY	096	09673	50.301	10.4098	4
97638	Mellrichstadt	mellrichstadt	BY	096	09673	50.4285	10.3033	4
97640	Oberstreu	oberstreu	BY	096	09673	50.4034	10.2878	4
97640	Stockheim	stockheim	BY	096	09673	50.4596	10.273	4
97640	Hendungen	hendungen	BY	096	09673	50.3946	10.352	4
97645	Ostheim vor der Rhön	ostheim-vor-der-rhon	BY	096	09673	50.46	10.2306	4
97647	Sondheim vor der Rhön	sondheim-vor-der-rhon	BY	096	09673	50.4651	10.1567	4
97647	Nordheim vor der Rhön	nordheim-vor-der-rhon	BY	096	09673	50.4782	10.1842	4
97647	Willmars	willmars	BY	096	09673	50.5	10.25	4
97647	Hausen	hausen	BY	096	09673	50.5064	10.1266	4
97650	Fladungen	fladungen	BY	096	09673	50.5205	10.1458	4
97653	Bischofsheim an der Rhön	bischofsheim-an-der-rhon	BY	096	09673	50.4024	10.0075	4
97654	Bastheim	bastheim	BY	096	09673	50.4008	10.2037	4
97656	Oberelsbach	oberelsbach	BY	096	09673	50.4412	10.1169	4
97657	Sandberg	sandberg	BY	096	09673	50.3482	10.0081	4
97659	Schönau an der Brend	schonau-an-der-brend	BY	096	09673	50.381	10.1044	4
97688	Bad Kissingen	bad-kissingen	BY	096	09672	50.2023	10.0778	4
97702	Münnerstadt	munnerstadt	BY	096	09672	50.2464	10.2019	4
97705	Burkardroth	burkardroth	BY	096	09672	50.2713	9.9916	4
97708	Bad Bocklet	bad-bocklet	BY	096	09672	50.2665	10.079	4
97711	Thundorf in Unterfranken	thundorf-in-unterfranken	BY	096	09672	50.201	10.3191	4
97711	Maßbach	massbach	BY	096	09672	50.1832	10.2752	4
97714	Oerlenbach	oerlenbach	BY	096	09672	50.15	10.1333	4
97717	Euerdorf	euerdorf	BY	096	09672	50.1485	10.0233	4
97717	Aura an der Saale	aura-an-der-saale	BY	096	09672	50.164	10.007	4
97717	Sulzthal	sulzthal	BY	096	09672	50.1323	10.0347	4
97720	Nüdlingen	nudlingen	BY	096	09672	50.2206	10.123	4
97723	Oberthulba	oberthulba	BY	096	09672	50.199	9.9588	4
97724	Burglauer	burglauer	BY	096	09673	50.2764	10.1794	4
97725	Elfershausen	elfershausen	BY	096	09672	50.1474	9.9615	4
97727	Fuchsstadt	fuchsstadt	BY	096	09672	50.1082	9.9337	4
97729	Ramsthal	ramsthal	BY	096	09672	50.1404	10.0678	4
97737	Gemünden am Main	gemunden-am-main	BY	096	09677	50.0495	9.7059	4
97753	Karlstadt	karlstadt	BY	096	09677	49.9603	9.7724	4
97762	Hammelburg	hammelburg	BY	096	09672	50.1163	9.8914	4
97769	Bad Brückenau	bad-bruckenau	BY	096	09672	50.3085	9.7898	4
97772	Wildflecken	wildflecken	BY	096	09672	50.3776	9.9109	4
97773	Aura im Sinngrund	aura-im-sinngrund	BY	096	09677	50.1782	9.5755	4
97775	Burgsinn	burgsinn	BY	096	09677	50.1497	9.6512	4
97776	Eußenheim	eussenheim	BY	096	09677	49.9859	9.809	4
97778	Fellen	fellen	BY	096	09677	50.15	9.5833	4
97779	Geroda	geroda	BY	096	09672	50.2806	9.8955	4
97780	Gössenheim	gossenheim	BY	096	09677	50.0167	9.7833	4
97782	Gräfendorf	grafendorf	BY	096	09677	50.1227	9.7405	4
97783	Karsbach	karsbach	BY	096	09677	50.0409	9.7853	4
97785	Mittelsinn	mittelsinn	BY	096	09677	50.1922	9.617	4
97786	Motten	motten	BY	096	09672	50.3956	9.7725	4
97788	Neuendorf	neuendorf	BY	096	09677	50.0333	9.65	4
97789	Oberleichtersbach	oberleichtersbach	BY	096	09672	50.2833	9.8	4
97791	Obersinn	obersinn	BY	096	09677	50.2088	9.6155	4
97792	Riedenberg	riedenberg	BY	096	09672	50.3199	9.861	4
97794	Rieneck	rieneck	BY	096	09677	50.0935	9.648	4
97795	Schondra	schondra	BY	096	09672	50.2681	9.8628	4
97797	Wartmannsroth	wartmannsroth	BY	096	09672	50.1667	9.7833	4
97799	Zeitlofs	zeitlofs	BY	096	09672	50.2619	9.6724	4
97816	Lohr am Main	lohr-am-main	BY	096	09677	49.9892	9.5722	4
97828	Marktheidenfeld	marktheidenfeld	BY	096	09677	49.8454	9.6036	4
97833	Frammersbach	frammersbach	BY	096	09677	50.0647	9.4689	4
97834	Birkenfeld	birkenfeld	BY	096	09677	49.8586	9.6956	4
97836	Bischbrunn	bischbrunn	BY	096	09677	49.8703	9.4892	4
97837	Erlenbach bei Marktheidenfeld	erlenbach-bei-marktheidenfeld	BY	096	09677	49.8193	9.6273	4
97839	Esselbach	esselbach	BY	096	09677	49.8553	9.5258	4
97840	Hafenlohr	hafenlohr	BY	096	09677	49.8694	9.6022	4
97842	Karbach	karbach	BY	096	09677	49.867	9.6381	4
97843	Neuhütten	neuhutten	BY	096	09677	50	9.4167	4
97845	Neustadt am Main	neustadt-am-main	BY	096	09677	49.9302	9.5681	4
97846	Partenstein	partenstein	BY	096	09677	50.0418	9.5199	4
97848	Rechtenbach	rechtenbach	BY	096	09677	49.9831	9.5083	4
97849	Roden	roden	BY	096	09677	49.8956	9.6264	4
97851	Rothenfels	rothenfels	BY	096	09677	49.8914	9.5926	4
97852	Schollbrunn	schollbrunn	BY	096	09677	49.835	9.4639	4
97854	Steinfeld	steinfeld	BY	096	09677	49.9528	9.6694	4
97855	Triefenstein	triefenstein	BY	096	09677	49.8006	9.6067	4
97857	Urspringen	urspringen	BY	096	09677	49.9017	9.6712	4
97859	Wiesthal	wiesthal	BY	096	09677	50.0333	9.4333	4
97892	Kreuzwertheim	kreuzwertheim	BY	096	09677	49.7682	9.5182	4
97901	Altenbuch	altenbuch	BY	096	09676	49.8286	9.4014	4
97903	Collenberg	collenberg	BY	096	09676	49.7435	9.3203	4
97904	Dorfprozelten	dorfprozelten	BY	096	09676	49.7806	9.3803	4
97906	Faulbach	faulbach	BY	096	09676	49.7853	9.4442	4
97907	Hasloch	hasloch	BY	096	09677	49.7919	9.4936	4
97909	Stadtprozelten	stadtprozelten	BY	096	09676	49.7847	9.4118	4
82297	Steindorf	steindorf	BY	097	09771	48.2167	11	4
86150	Augsburg	augsburg	BY	097	09761	48.3673	10.8921	4
86152	Augsburg	augsburg	BY	097	09761	48.3718	10.8925	4
86153	Augsburg	augsburg	BY	097	09761	48.3664	10.9034	4
86154	Augsburg	augsburg	BY	097	09761	48.3932	10.8814	4
86156	Augsburg	augsburg	BY	097	09761	48.3815	10.8548	4
86157	Augsburg	augsburg	BY	097	09761	48.3643	10.8761	4
86159	Augsburg	augsburg	BY	097	09761	48.3509	10.895	4
86161	Augsburg	augsburg	BY	097	09761	48.3505	10.9133	4
86163	Augsburg	augsburg	BY	097	09761	48.3553	10.9431	4
86165	Augsburg	augsburg	BY	097	09761	48.3822	10.9337	4
86167	Augsburg	augsburg	BY	097	09761	48.3877	10.9161	4
86169	Augsburg	augsburg	BY	097	09761	48.405	10.9061	4
86179	Augsburg	augsburg	BY	097	09761	48.3109	10.9001	4
86199	Augsburg	augsburg	BY	097	09761	48.3291	10.8578	4
86316	Friedberg	friedberg	BY	097	09771	48.3569	10.9846	4
86343	Königsbrunn	konigsbrunn	BY	097	09772	48.2751	10.8918	4
86356	Neusäß	neusass	BY	097	09772	48.3925	10.8333	4
86368	Gersthofen	gersthofen	BY	097	09772	48.4243	10.8727	4
86381	Krumbach	krumbach	BY	097	09774	48.2418	10.3632	4
86391	Stadtbergen	stadtbergen	BY	097	09772	48.3664	10.8464	4
86399	Bobingen	bobingen	BY	097	09772	48.2709	10.8339	4
86405	Meitingen	meitingen	BY	097	09772	48.5459	10.8518	4
86415	Mering	mering	BY	097	09771	48.2656	10.9846	4
86420	Diedorf	diedorf	BY	097	09772	48.3532	10.7821	4
86424	Dinkelscherben	dinkelscherben	BY	097	09772	48.3483	10.5889	4
86438	Kissing	kissing	BY	097	09771	48.3038	10.9709	4
86441	Zusmarshausen	zusmarshausen	BY	097	09772	48.4001	10.5992	4
86444	Affing	affing	BY	097	09771	48.4667	10.9833	4
86447	Todtenweis	todtenweis	BY	097	09771	48.5171	10.9286	4
86447	Aindling	aindling	BY	097	09771	48.5136	10.9531	4
86450	Altenmünster	altenmunster	BY	097	09772	48.465	10.5906	4
86453	Dasing	dasing	BY	097	09771	48.3848	11.0467	4
86456	Gablingen	gablingen	BY	097	09772	48.45	10.8167	4
86459	Gessertshausen	gessertshausen	BY	097	09772	48.329	10.7328	4
86462	Langweid am Lech	langweid-am-lech	BY	097	09772	48.4833	10.85	4
86465	Heretsried	heretsried	BY	097	09772	48.4597	10.736	4
86465	Welden	welden	BY	097	09772	48.4551	10.6609	4
86470	Thannhausen	thannhausen	BY	097	09774	48.2833	10.4692	4
86473	Ziemetshausen	ziemetshausen	BY	097	09774	48.2924	10.535	4
86476	Neuburg an der Kammel	neuburg-an-der-kammel	BY	097	09774	48.3028	10.3613	4
86477	Adelsried	adelsried	BY	097	09772	48.4246	10.7183	4
86479	Aichen	aichen	BY	097	09774	48.229	10.5395	4
86480	Waltenhausen	waltenhausen	BY	097	09774	48.1905	10.3646	4
86480	Aletshausen	aletshausen	BY	097	09774	48.1986	10.3888	4
86482	Aystetten	aystetten	BY	097	09772	48.4056	10.7774	4
86483	Balzhausen	balzhausen	BY	097	09774	48.2423	10.4937	4
86485	Biberbach	biberbach	BY	097	09772	48.5178	10.8114	4
86486	Bonstetten	bonstetten	BY	097	09772	48.44	10.7053	4
86488	Breitenthal	breitenthal	BY	097	09774	48.2378	10.2995	4
86489	Deisenhausen	deisenhausen	BY	097	09774	48.2555	10.327	4
86491	Ebershausen	ebershausen	BY	097	09774	48.2055	10.3156	4
86494	Emersacker	emersacker	BY	097	09772	48.4897	10.6738	4
86495	Eurasburg	eurasburg	BY	097	09771	48.3333	11.0833	4
86497	Horgau	horgau	BY	097	09772	48.3951	10.6828	4
86498	Kettershausen	kettershausen	BY	097	09778	48.1833	10.2667	4
86500	Kutzenhausen	kutzenhausen	BY	097	09772	48.342	10.6946	4
86502	Laugna	laugna	BY	097	09773	48.5333	10.7	4
86504	Merching	merching	BY	097	09771	48.2459	10.9853	4
86505	Münsterhausen	munsterhausen	BY	097	09774	48.3097	10.455	4
86507	Kleinaitingen	kleinaitingen	BY	097	09772	48.2185	10.8692	4
86507	Oberottmarshausen	oberottmarshausen	BY	097	09772	48.2372	10.8575	4
86508	Rehling	rehling	BY	097	09771	48.4833	10.9333	4
86510	Ried	ried	BY	097	09771	48.2901	11.0438	4
86511	Schmiechen	schmiechen	BY	097	09771	48.2167	10.9667	4
86513	Ursberg	ursberg	BY	097	09774	48.2643	10.4459	4
86514	Ustersbach	ustersbach	BY	097	09772	48.3167	10.65	4
86517	Wehringen	wehringen	BY	097	09772	48.25	10.8	4
86519	Wiesenbach	wiesenbach	BY	097	09774	48.2667	10.3333	
86551	Aichach	aichach	BY	097	09771	48.4576	11.1341	4
86554	Pöttmes	pottmes	BY	097	09771	48.5838	11.0876	4
86556	Kühbach	kuhbach	BY	097	09771	48.491	11.1869	4
86559	Adelzhausen	adelzhausen	BY	097	09771	48.3567	11.1385	4
86568	Hollenbach	hollenbach	BY	097	09771	48.4833	11.0667	4
86570	Inchenhofen	inchenhofen	BY	097	09771	48.5129	11.1146	4
86573	Obergriesbach	obergriesbach	BY	097	09771	48.423	11.0685	4
86574	Petersdorf	petersdorf	BY	097	09771	48.5167	11.0333	4
86576	Schiltberg	schiltberg	BY	097	09771	48.4629	11.2488	4
86577	Sielenbach	sielenbach	BY	097	09771	48.4	11.1667	4
86609	Donauwörth	donauworth	BY	097	09779	48.718	10.7793	4
86637	Wertingen	wertingen	BY	097	09773	48.5631	10.6815	4
86641	Rain	rain	BY	097	09779	48.6903	10.9161	4
86647	Buttenwiesen	buttenwiesen	BY	097	09773	48.6	10.7167	4
86650	Wemding	wemding	BY	097	09779	48.8746	10.7245	4
86653	Monheim	monheim	BY	097	09779	48.8439	10.8583	4
86653	Daiting	daiting	BY	097	09779	48.7918	10.9046	4
86655	Harburg	harburg	BY	097	09779	48.7867	10.6893	4
86657	Bissingen	bissingen	BY	097	09773	48.7169	10.6177	4
86660	Tapfheim	tapfheim	BY	097	09779	48.6732	10.6838	4
86663	Asbach-Bäumenheim	asbach-baumenheim	BY	097	09779	48.6833	10.8167	4
86672	Thierhaupten	thierhaupten	BY	097	09772	48.5653	10.9086	4
86674	Baar	baar	BY	097	09771	48.5833	10.9667	
86675	Buchdorf	buchdorf	BY	097	09779	48.7833	10.8333	4
86678	Ehingen	ehingen	BY	097	09772	48.6	10.8	4
86679	Ellgau	ellgau	BY	097	09772	48.6	10.8667	4
86681	Fünfstetten	funfstetten	BY	097	09779	48.8321	10.7654	4
86682	Genderkingen	genderkingen	BY	097	09779	48.7	10.8833	4
86684	Holzheim	holzheim	BY	097	09779	48.6112	10.9484	4
86685	Huisheim	huisheim	BY	097	09779	48.8251	10.7033	4
86687	Kaisheim	kaisheim	BY	097	09779	48.7675	10.7964	4
86688	Marxheim	marxheim	BY	097	09779	48.7415	10.945	4
86690	Mertingen	mertingen	BY	097	09779	48.657	10.8056	4
86692	Münster	munster	BY	097	09779	48.6225	10.9017	4
86694	Niederschönenfeld	niederschonenfeld	BY	097	09779	48.7167	10.9333	4
86695	Allmannshofen	allmannshofen	BY	097	09772	48.6126	10.8093	4
86695	Nordendorf	nordendorf	BY	097	09772	48.5948	10.8318	4
86698	Oberndorf am Lech	oberndorf-am-lech	BY	097	09779	48.6667	10.8667	
86700	Otting	otting	BY	097	09779	48.8725	10.8002	4
86703	Rögling	rogling	BY	097	09779	48.85	10.95	4
86704	Tagmersheim	tagmersheim	BY	097	09779	48.8167	10.9667	4
86707	Westendorf	westendorf	BY	097	09772	48.5721	10.8405	4
86707	Kühlenthal	kuhlenthal	BY	097	09772	48.5667	10.8167	4
86709	Wolferstadt	wolferstadt	BY	097	09779	48.9035	10.7813	4
86720	Nördlingen	nordlingen	BY	097	09779	48.8512	10.4887	4
86732	Oettingen in Bayern	oettingen-in-bayern	BY	097	09779	48.9527	10.6046	4
86733	Alerheim	alerheim	BY	097	09779	48.85	10.6167	4
86735	Forheim	forheim	BY	097	09779	48.7667	10.45	4
86735	Amerdingen	amerdingen	BY	097	09779	48.7257	10.4856	4
86736	Auhausen	auhausen	BY	097	09779	49.0079	10.6224	4
86738	Deiningen	deiningen	BY	097	09779	48.8667	10.5667	4
86739	Ederheim	ederheim	BY	097	09779	48.8083	10.4661	4
86741	Ehingen am Ries	ehingen-am-ries	BY	097	09779	48.9642	10.5543	4
86742	Fremdingen	fremdingen	BY	097	09779	48.9724	10.4575	4
86744	Hainsfarth	hainsfarth	BY	097	09779	48.9584	10.6249	4
86745	Hohenaltheim	hohenaltheim	BY	097	09779	48.784	10.5349	4
86747	Maihingen	maihingen	BY	097	09779	48.9275	10.4987	4
86748	Marktoffingen	marktoffingen	BY	097	09779	48.9257	10.4708	4
86750	Megesheim	megesheim	BY	097	09779	48.9333	10.65	4
86751	Mönchsdeggingen	monchsdeggingen	BY	097	09779	48.776	10.5804	4
86753	Möttingen	mottingen	BY	097	09779	48.8092	10.5902	4
86754	Munningen	munningen	BY	097	09779	48.9167	10.6	4
86756	Reimlingen	reimlingen	BY	097	09779	48.8167	10.5167	4
86757	Wallerstein	wallerstein	BY	097	09779	48.8874	10.4759	4
86759	Wechingen	wechingen	BY	097	09779	48.8923	10.6133	4
86807	Buchloe	buchloe	BY	097	09777	48.0372	10.7255	4
86825	Bad Wörishofen	bad-worishofen	BY	097	09778	48.0067	10.5967	4
86830	Schwabmünchen	schwabmunchen	BY	097	09772	48.1793	10.7568	4
86833	Ettringen	ettringen	BY	097	09778	48.1	10.65	4
86836	Untermeitingen	untermeitingen	BY	097	09772	48.1608	10.8069	4
86836	Graben	graben	BY	097	09772	48.1873	10.8222	4
86836	Klosterlechfeld	klosterlechfeld	BY	097	09772	48.1559	10.8299	4
86842	Türkheim	turkheim	BY	097	09778	48.064	10.6416	4
86845	Großaitingen	grossaitingen	BY	097	09772	48.2275	10.7795	4
86850	Fischach	fischach	BY	097	09772	48.2905	10.6559	4
86853	Langerringen	langerringen	BY	097	09772	48.1459	10.7589	4
86854	Amberg	amberg	BY	097	09778	48.0667	10.6833	4
86856	Hiltenfingen	hiltenfingen	BY	097	09772	48.1609	10.7175	4
86860	Jengen	jengen	BY	097	09777	47.9993	10.7257	4
86862	Lamerdingen	lamerdingen	BY	097	09777	48.092	10.7398	4
86863	Langenneufnach	langenneufnach	BY	097	09772	48.2667	10.6	4
86865	Markt Wald	markt-wald	BY	097	09778	48.1368	10.582	4
86866	Mickhausen	mickhausen	BY	097	09772	48.2417	10.6403	4
86868	Mittelneufnach	mittelneufnach	BY	097	09772	48.1764	10.5975	4
86869	Oberostendorf	oberostendorf	BY	097	09777	47.9436	10.7427	4
86871	Rammingen	rammingen	BY	097	09778	48.0667	10.5833	4
86872	Scherstetten	scherstetten	BY	097	09772	48.1803	10.6401	4
86874	Tussenhausen	tussenhausen	BY	097	09778	48.1022	10.5607	4
86875	Waal	waal	BY	097	09777	47.9968	10.7779	4
86877	Walkertshofen	walkertshofen	BY	097	09772	48.2261	10.5884	4
86879	Wiedergeltingen	wiedergeltingen	BY	097	09778	48.0395	10.6741	4
86983	Lechbruck	lechbruck	BY	097	09777	47.7016	10.7949	4
87435	Kempten	kempten	BY	097	09763	47.7184	10.3132	4
87437	Kempten	kempten	BY	097	09763	47.7229	10.3288	4
87439	Kempten	kempten	BY	097	09763	47.7177	10.2989	4
87448	Waltenhofen	waltenhofen	BY	097	09780	47.6732	10.307	4
87452	Altusried	altusried	BY	097	09780	47.8041	10.2143	4
87459	Pfronten	pfronten	BY	097	09777	47.5822	10.5496	4
87463	Dietmannsried	dietmannsried	BY	097	09780	47.8079	10.2895	4
87466	Oy-Mittelberg	oy-mittelberg	BY	097	09780	47.6333	10.4333	4
87471	Durach	durach	BY	097	09780	47.6944	10.3445	4
87474	Buchenberg	buchenberg	BY	097	09780	47.6959	10.2393	4
87477	Sulzberg	sulzberg	BY	097	09780	47.6603	10.3499	4
87480	Weitnau	weitnau	BY	097	09780	47.6417	10.1273	4
87484	Nesselwang	nesselwang	BY	097	09777	47.6234	10.5024	4
87487	Wiggensbach	wiggensbach	BY	097	09780	47.7478	10.2299	4
87488	Betzigau	betzigau	BY	097	09780	47.7333	10.3833	4
87490	Haldenwang	haldenwang	BY	097	09780	47.8	10.35	4
87493	Lauben	lauben	BY	097	09780	47.7833	10.3	4
87494	Rückholz	ruckholz	BY	097	09777	47.6667	10.55	4
87496	Untrasried	untrasried	BY	097	09777	47.8333	10.3833	4
87497	Wertach	wertach	BY	097	09780	47.603	10.4097	4
87499	Wildpoldsried	wildpoldsried	BY	097	09780	47.7667	10.4	4
87509	Immenstadt im Allgäu	immenstadt-im-allgau	BY	097	09780	47.56	10.2139	4
87527	Ofterschwang	ofterschwang	BY	097	09780	47.5	10.2333	4
87527	Sonthofen	sonthofen	BY	097	09780	47.5182	10.2826	4
87534	Oberstaufen	oberstaufen	BY	097	09780	47.5557	10.0224	4
87538	Bolsterlang	bolsterlang	BY	097	09780	47.4667	10.2333	4
87538	Balderschwang	balderschwang	BY	097	09780	47.4667	10.1	4
87538	Fischen im Allgäu	fischen-im-allgau	BY	097	09780	47.4609	10.2716	
87538	Obermaiselstein	obermaiselstein	BY	097	09780	47.45	10.2333	4
87541	Bad Hindelang	bad-hindelang	BY	097	09780	47.5062	10.3723	4
87544	Blaichach	blaichach	BY	097	09780	47.5421	10.2585	4
87545	Burgberg im Allgäu	burgberg-im-allgau	BY	097	09780	47.5355	10.2849	4
87547	Missen-Wilhams	missen-wilhams	BY	097	09780	47.6	10.1167	4
87549	Rettenberg	rettenberg	BY	097	09780	47.5743	10.2917	4
87561	Oberstdorf	oberstdorf	BY	097	09780	47.4072	10.2794	4
87600	Kaufbeuren	kaufbeuren	BY	097	09762	47.8824	10.6219	4
87616	Marktoberdorf	marktoberdorf	BY	097	09777	47.7796	10.6171	4
87616	Wald	wald	BY	097	09777	47.7228	10.5582	4
87629	Füssen	fussen	BY	097	09777	47.5714	10.7017	4
87634	Obergünzburg	obergunzburg	BY	097	09777	47.8455	10.4182	4
87634	Günzach	gunzach	BY	097	09777	47.8249	10.4355	4
87637	Eisenberg	eisenberg	BY	097	09777	47.6137	10.6072	4
87637	Seeg	seeg	BY	097	09777	47.65	10.6	4
87640	Biessenhofen	biessenhofen	BY	097	09777	47.8306	10.6402	4
87642	Halblech	halblech	BY	097	09777	47.6316	10.8202	4
87645	Schwangau	schwangau	BY	097	09777	47.5604	10.7721	4
87647	Kraftisried	kraftisried	BY	097	09777	47.7793	10.4709	4
87647	Unterthingau	unterthingau	BY	097	09777	47.7715	10.5045	4
87648	Aitrang	aitrang	BY	097	09777	47.8167	10.5333	4
87650	Baisweil	baisweil	BY	097	09777	47.9444	10.5401	4
87651	Bidingen	bidingen	BY	097	09777	47.8297	10.7262	4
87653	Eggenthal	eggenthal	BY	097	09777	47.9167	10.5167	4
87654	Friesenried	friesenried	BY	097	09777	47.8748	10.5346	4
87656	Germaringen	germaringen	BY	097	09777	47.9232	10.6721	4
87657	Görisried	gorisried	BY	097	09777	47.7067	10.5101	4
87659	Hopferau	hopferau	BY	097	09777	47.6167	10.6333	4
87660	Irsee	irsee	BY	097	09777	47.9082	10.5718	4
87662	Kaltental	kaltental	BY	097	09777	47.9	10.75	
87662	Osterzell	osterzell	BY	097	09777	47.8833	10.75	4
87663	Lengenwang	lengenwang	BY	097	09777	47.7	10.6	4
87665	Mauerstetten	mauerstetten	BY	097	09777	47.8936	10.6713	4
87666	Pforzen	pforzen	BY	097	09777	47.93	10.6136	4
87668	Rieden	rieden	BY	097	09777	47.95	10.65	4
87669	Rieden am Forggensee	rieden-am-forggensee	BY	097	09777	47.6167	10.7167	4
87671	Ronsberg	ronsberg	BY	097	09777	47.8958	10.4157	4
87672	Roßhaupten	rosshaupten	BY	097	09777	47.65	10.7167	4
87674	Ruderatshofen	ruderatshofen	BY	097	09777	47.8167	10.5833	4
87675	Stötten am Auerberg	stotten-am-auerberg	BY	097	09777	47.7387	10.6888	4
87675	Rettenbach am Auerberg	rettenbach-am-auerberg	BY	097	09777	47.7739	10.75	4
87677	Stöttwang	stottwang	BY	097	09777	47.8833	10.7167	4
87679	Westendorf	westendorf	BY	097	09777	47.9333	10.7167	4
87700	Memmingen	memmingen	BY	097	09764	47.9837	10.1853	4
87719	Mindelheim	mindelheim	BY	097	09778	48.0458	10.4922	4
87724	Ottobeuren	ottobeuren	BY	097	09778	47.9413	10.2997	4
87727	Babenhausen	babenhausen	BY	097	09778	48.145	10.2533	4
87730	Bad Grönenbach	bad-gronenbach	BY	097	09778	47.8771	10.2221	4
87733	Markt Rettenbach	markt-rettenbach	BY	097	09778	47.9473	10.3961	4
87734	Benningen	benningen	BY	097	09778	47.9667	10.2167	4
87736	Böhen	bohen	BY	097	09778	47.8833	10.3	4
87737	Boos	boos	BY	097	09778	48.0752	10.1952	4
87739	Breitenbrunn	breitenbrunn	BY	097	09778	48.1333	10.4	4
87740	Buxheim	buxheim	BY	097	09778	48	10.1333	4
87742	Apfeltrach	apfeltrach	BY	097	09778	48.0167	10.5	4
87742	Dirlewang	dirlewang	BY	097	09778	48.0019	10.5031	4
87743	Egg an der Günz	egg-an-der-gunz	BY	097	09778	48.0871	10.2849	4
87745	Eppishausen	eppishausen	BY	097	09778	48.1667	10.5167	4
87746	Erkheim	erkheim	BY	097	09778	48.0373	10.3357	4
87748	Fellheim	fellheim	BY	097	09778	48.0728	10.1522	4
87749	Hawangen	hawangen	BY	097	09778	47.9667	10.2667	4
87751	Heimertingen	heimertingen	BY	097	09778	48.0333	10.15	4
87752	Holzgünz	holzgunz	BY	097	09778	48.025	10.259	4
87754	Kammlach	kammlach	BY	097	09778	48.05	10.4167	4
87755	Kirchhaslach	kirchhaslach	BY	097	09778	48.1504	10.3102	4
87757	Kirchheim in Schwaben	kirchheim-in-schwaben	BY	097	09778	48.187	10.4661	
87758	Kronburg	kronburg	BY	097	09778	47.9043	10.1572	4
87760	Lachen	lachen	BY	097	09778	47.9459	10.2394	4
87761	Lauben	lauben	BY	097	09778	48.0593	10.2901	4
87763	Lautrach	lautrach	BY	097	09778	47.8982	10.1178	
87764	Legau	legau	BY	097	09778	47.8563	10.1298	4
87766	Memmingerberg	memmingerberg	BY	097	09778	47.988	10.2229	4
87767	Niederrieden	niederrieden	BY	097	09778	48.0576	10.1832	4
87769	Oberrieden	oberrieden	BY	097	09778	48.0889	10.4261	4
87770	Oberschönegg	oberschonegg	BY	097	09778	48.1085	10.2985	4
87772	Pfaffenhausen	pfaffenhausen	BY	097	09778	48.1188	10.455	4
87773	Pleß	pless	BY	097	09778	48.1	10.15	4
87775	Salgen	salgen	BY	097	09778	48.1307	10.4789	4
87776	Sontheim	sontheim	BY	097	09778	48.007	10.3546	4
87778	Stetten	stetten	BY	097	09778	48.0238	10.4447	4
87779	Trunkelsberg	trunkelsberg	BY	097	09778	48	10.2167	4
87781	Ungerhausen	ungerhausen	BY	097	09778	48.0057	10.2667	4
87782	Unteregg	unteregg	BY	097	09778	47.9667	10.4667	4
87784	Westerheim	westerheim	BY	097	09778	48.0167	10.3	4
87785	Winterrieden	winterrieden	BY	097	09778	48.1212	10.2258	4
87787	Wolfertschwenden	wolfertschwenden	BY	097	09778	47.8935	10.2672	4
87789	Woringen	woringen	BY	097	09778	47.9167	10.2	4
88131	Bodolz	bodolz	BY	097	09776	47.5667	9.6667	4
88131	Lindau (Bodensee)	lindau-bodensee	BY	097	09776	47.5501	9.7085	
88138	Sigmarszell	sigmarszell	BY	097	09776	47.5833	9.7667	4
88138	Weißensberg	weissensberg	BY	097	09776	47.5813	9.7259	4
88138	Hergensweiler	hergensweiler	BY	097	09776	47.6167	9.7833	4
88142	Wasserburg (Bodensee)	wasserburg-bodensee	BY	097	09776	47.5667	9.6333	
88145	Hergatz	hergatz	BY	097	09776	47.65	9.8333	4
88145	Opfenbach	opfenbach	BY	097	09776	47.6333	9.8333	4
88149	Nonnenhorn	nonnenhorn	BY	097	09776	47.5739	9.6104	4
88161	Lindenberg im Allgäu	lindenberg-im-allgau	BY	097	09776	47.6028	9.8855	4
88167	Röthenbach (Allgäu)	rothenbach-allgau	BY	097	09776	47.6167	9.9833	
88167	Maierhöfen	maierhofen	BY	097	09776	47.65	10.05	4
88167	Gestratz	gestratz	BY	097	09776	47.65	9.9833	4
88167	Stiefenhofen	stiefenhofen	BY	097	09776	47.5932	10.0037	4
88167	Grünenbach	grunenbach	BY	097	09776	47.6286	10.0084	4
88171	Weiler-Simmerberg	weiler-simmerberg	BY	097	09776	47.5826	9.9135	4
88175	Scheidegg	scheidegg	BY	097	09776	47.5814	9.8483	4
88178	Heimenkirch	heimenkirch	BY	097	09776	47.6296	9.903	4
88179	Oberreute	oberreute	BY	097	09776	47.563	9.9445	4
89231	Neu-Ulm	neu-ulm	BY	097	09775	48.4	10.0167	4
89233	Neu-Ulm	neu-ulm	BY	097	09775	48.4	10.0167	4
89250	Senden	senden	BY	097	09775	48.3244	10.0444	4
89257	Illertissen	illertissen	BY	097	09775	48.2234	10.1035	4
89264	Weißenhorn	weissenhorn	BY	097	09775	48.305	10.1605	4
89269	Vöhringen	vohringen	BY	097	09775	48.2784	10.0824	4
89275	Elchingen	elchingen	BY	097	09775	48.45	10.1	4
89278	Nersingen	nersingen	BY	097	09775	48.4283	10.1236	4
89281	Altenstadt	altenstadt	BY	097	09775	48.1603	10.1144	4
89284	Pfaffenhofen an der Roth	pfaffenhofen-an-der-roth	BY	097	09775	48.3545	10.1618	4
89287	Bellenberg	bellenberg	BY	097	09775	48.2573	10.0909	4
89290	Buch	buch	BY	097	09775	48.2248	10.1805	4
89291	Holzheim	holzheim	BY	097	09775	48.3833	10.1	4
89293	Kellmünz	kellmunz	BY	097	09775	48.1216	10.1281	4
89294	Oberroth	oberroth	BY	097	09775	48.1758	10.1891	4
89296	Osterberg	osterberg	BY	097	09775	48.15	10.1667	4
89297	Roggenburg	roggenburg	BY	097	09775	48.2759	10.2314	4
89299	Unterroth	unterroth	BY	097	09775	48.1956	10.1711	4
89312	Günzburg	gunzburg	BY	097	09774	48.456	10.277	4
89331	Burgau	burgau	BY	097	09774	48.4316	10.4099	4
89335	Ichenhausen	ichenhausen	BY	097	09774	48.3712	10.3071	4
89340	Leipheim	leipheim	BY	097	09774	48.45	10.2228	4
89343	Jettingen-Scheppach	jettingen-scheppach	BY	097	09774	48.3896	10.4381	4
89344	Aislingen	aislingen	BY	097	09773	48.5065	10.4578	4
89346	Bibertal	bibertal	BY	097	09774	48.4	10.2	4
89347	Bubesheim	bubesheim	BY	097	09774	48.4333	10.25	4
89349	Burtenbach	burtenbach	BY	097	09774	48.3405	10.4528	4
89350	Dürrlauingen	durrlauingen	BY	097	09774	48.4667	10.4286	4
89352	Ellzee	ellzee	BY	097	09774	48.3397	10.3189	4
89353	Glött	glott	BY	097	09773	48.5	10.4833	4
89355	Gundremmingen	gundremmingen	BY	097	09774	48.5	10.4	4
89356	Haldenwang	haldenwang	BY	097	09774	48.4376	10.4482	4
89358	Kammeltal	kammeltal	BY	097	09774	48.3833	10.3667	4
89359	Kötz	kotz	BY	097	09774	48.4167	10.2833	4
89361	Landensberg	landensberg	BY	097	09774	48.4344	10.5242	4
89362	Offingen	offingen	BY	097	09774	48.4826	10.3625	4
89364	Rettenbach	rettenbach	BY	097	09774	48.4588	10.3524	4
89365	Röfingen	rofingen	BY	097	09774	48.4244	10.4427	4
89367	Waldstetten	waldstetten	BY	097	09774	48.3481	10.2938	4
89368	Winterbach	winterbach	BY	097	09774	48.4667	10.4833	4
89407	Dillingen an der Donau	dillingen-an-der-donau	BY	097	09773	48.5815	10.4953	4
89415	Lauingen (Donau)	lauingen-donau	BY	097	09773	48.5654	10.4297	4
89420	Höchstädt an der Donau	hochstadt-an-der-donau	BY	097	09773	48.6112	10.5682	4
89423	Gundelfingen an der Donau	gundelfingen-an-der-donau	BY	097	09773	48.551	10.3689	
89426	Wittislingen	wittislingen	BY	097	09773	48.6192	10.4172	4
89426	Mödingen	modingen	BY	097	09773	48.6433	10.4317	4
89428	Syrgenstein	syrgenstein	BY	097	09773	48.6612	10.31	4
89429	Bachhagel	bachhagel	BY	097	09773	48.6322	10.3205	4
89431	Bächingen an der Brenz	bachingen-an-der-brenz	BY	097	09773	48.5463	10.3128	4
89432	Binswangen	binswangen	BY	097	09773	48.558	10.6425	4
89434	Blindheim	blindheim	BY	097	09773	48.6314	10.6199	4
89435	Finningen	finningen	BY	097	09773	48.6545	10.4986	4
89437	Haunsheim	haunsheim	BY	097	09773	48.5998	10.374	4
89438	Holzheim	holzheim	BY	097	09773	48.5142	10.5306	4
89440	Lutzingen	lutzingen	BY	097	09773	48.65	10.55	4
89441	Medlingen	medlingen	BY	097	09773	48.5703	10.3161	4
89443	Schwenningen	schwenningen	BY	097	09773	48.65	10.65	4
89444	Villenbach	villenbach	BY	097	09773	48.5089	10.6147	4
89446	Ziertheim	ziertheim	BY	097	09773	48.6524	10.3988	4
89447	Zöschingen	zoschingen	BY	097	09773	48.6736	10.3252	4
89449	Zusamaltheim	zusamaltheim	BY	097	09773	48.531	10.6356	4
27568	Bremerhaven	bremerhaven	HB	00	04012	53.5687	8.5741	4
27570	Bremerhaven	bremerhaven	HB	00	04012	53.5286	8.5907	4
27572	Bremerhaven	bremerhaven	HB	00	04012	53.5002	8.6047	4
27574	Bremerhaven	bremerhaven	HB	00	04012	53.5299	8.6098	4
27576	Bremerhaven	bremerhaven	HB	00	04012	53.5545	8.5933	4
27578	Bremerhaven	bremerhaven	HB	00	04012	53.5887	8.5977	4
27580	Bremerhaven	bremerhaven	HB	00	04012	53.5685	8.5968	4
28195	Bremen	bremen	HB	00	04011	53.0889	8.7906	4
28197	Bremen	bremen	HB	00	04011	53.0854	8.7463	4
28199	Bremen	bremen	HB	00	04011	53.0618	8.79	4
28201	Bremen	bremen	HB	00	04011	53.0577	8.8036	4
28203	Bremen	bremen	HB	00	04011	53.0711	8.8317	4
28205	Bremen	bremen	HB	00	04011	53.0709	8.846	4
28207	Bremen	bremen	HB	00	04011	53.0687	8.8697	4
28209	Bremen	bremen	HB	00	04011	53.0841	8.8271	4
28211	Bremen	bremen	HB	00	04011	53.0859	8.8549	4
28213	Bremen	bremen	HB	00	04011	53.1094	8.7814	4
28215	Bremen	bremen	HB	00	04011	53.0926	8.8073	4
28217	Bremen	bremen	HB	00	04011	53.0938	8.783	4
28219	Bremen	bremen	HB	00	04011	53.1036	8.7875	4
28237	Bremen	bremen	HB	00	04011	53.1165	8.7595	4
28239	Bremen	bremen	HB	00	04011	53.124	8.7464	4
28259	Bremen	bremen	HB	00	04011	53.0543	8.7457	4
28277	Bremen	bremen	HB	00	04011	53.1094	8.7814	4
28279	Bremen	bremen	HB	00	04011	53.0483	8.8383	4
28307	Bremen	bremen	HB	00	04011	53.0441	8.9558	4
28309	Bremen	bremen	HB	00	04011	53.0515	8.8896	4
28325	Bremen	bremen	HB	00	04011	53.1094	8.7814	4
28327	Bremen	bremen	HB	00	04011	53.081	8.8925	4
28329	Bremen	bremen	HB	00	04011	53.0815	8.8721	4
28335	Bremen	bremen	HB	00	04011	53.054	8.746	1
28355	Bremen	bremen	HB	00	04011	53.1001	8.9029	4
28357	Bremen	bremen	HB	00	04011	53.1178	8.8947	4
28359	Bremen	bremen	HB	00	04011	53.1003	8.8752	4
28717	Bremen	bremen	HB	00	04011	53.1735	8.7045	4
28719	Bremen	bremen	HB	00	04011	53.1728	8.7135	4
28755	Bremen	bremen	HB	00	04011	53.1094	8.7814	4
28757	Bremen	bremen	HB	00	04011	53.1094	8.7814	4
28759	Bremen	bremen	HB	00	04011	53.1094	8.7814	4
28777	Bremen	bremen	HB	00	04011	53.1094	8.7814	4
28779	Bremen	bremen	HB	00	04011	53.1094	8.7814	4
35510	Butzbach	butzbach	HE	064	06440	50.4339	8.6712	4
35516	Münzenberg	munzenberg	HE	064	06440	50.4563	8.7293	4
35519	Rockenberg	rockenberg	HE	064	06440	50.4305	8.7369	4
36381	Schlüchtern	schluchtern	HE	064	06435	50.3655	9.5829	4
36391	Sinntal	sinntal	HE	064	06435	50.3127	9.6234	4
36396	Steinau an der Straße	steinau-an-der-strasse	HE	064	06435	50.314	9.4633	4
55246	Mainz-Kostheim	mainz-kostheim	HE	064	06414	50.0051	8.3134	4
55252	Mainz-Kastel	mainz-kastel	HE	064	06414	50.0102	8.2844	4
60306	Frankfurt am Main	frankfurt-am-main	HE	064	06412	50.1159	8.6702	6
60308	Frankfurt am Main	frankfurt-am-main	HE	064	06412	50.1125	8.6529	6
60310	Frankfurt am Main	frankfurt-am-main	HE	064	06412	50.1107	8.673	6
60311	Frankfurt am Main	frankfurt-am-main	HE	064	06412	50.1112	8.6831	6
60313	Frankfurt am Main	frankfurt-am-main	HE	064	06412	50.1153	8.6823	6
60314	Frankfurt am Main	frankfurt-am-main	HE	064	06412	50.1137	8.7119	6
60316	Frankfurt am Main	frankfurt-am-main	HE	064	06412	50.1209	8.6966	6
60318	Frankfurt am Main	frankfurt-am-main	HE	064	06412	50.1252	8.6865	6
60320	Frankfurt am Main	frankfurt-am-main	HE	064	06412	50.139	8.6725	6
60322	Frankfurt am Main	frankfurt-am-main	HE	064	06412	50.125	8.6762	6
60323	Frankfurt am Main	frankfurt-am-main	HE	064	06412	50.1219	8.6655	6
60325	Frankfurt am Main	frankfurt-am-main	HE	064	06412	50.1155	8.6596	6
60326	Frankfurt am Main	frankfurt-am-main	HE	064	06412	50.1025	8.6299	6
60327	Frankfurt am Main	frankfurt-am-main	HE	064	06412	50.1038	8.6522	6
60329	Frankfurt am Main	frankfurt-am-main	HE	064	06412	50.1074	8.6663	6
60385	Frankfurt am Main	frankfurt-am-main	HE	064	06412	50.1253	8.7108	6
60386	Frankfurt am Main	frankfurt-am-main	HE	064	06412	50.1268	8.7554	6
60388	Frankfurt am Main	frankfurt-am-main	HE	064	06412	50.1506	8.7537	6
60389	Frankfurt am Main	frankfurt-am-main	HE	064	06412	50.1383	8.7116	6
60431	Frankfurt am Main	frankfurt-am-main	HE	064	06412	50.1457	8.6549	6
60433	Frankfurt am Main	frankfurt-am-main	HE	064	06412	50.1605	8.6684	6
60435	Frankfurt am Main	frankfurt-am-main	HE	064	06412	50.1544	8.6912	6
60437	Frankfurt am Main	frankfurt-am-main	HE	064	06412	50.1924	8.6753	6
60438	Frankfurt am Main	frankfurt-am-main	HE	064	06412	50.1787	8.632	6
60439	Frankfurt am Main	frankfurt-am-main	HE	064	06412	50.1605	8.6337	6
60486	Frankfurt am Main	frankfurt-am-main	HE	064	06412	50.1162	8.6365	6
60487	Frankfurt am Main	frankfurt-am-main	HE	064	06412	50.1257	8.6414	6
60488	Frankfurt am Main	frankfurt-am-main	HE	064	06412	50.1416	8.6155	6
60489	Frankfurt am Main	frankfurt-am-main	HE	064	06412	50.1252	8.6088	6
60528	Frankfurt am Main	frankfurt-am-main	HE	064	06412	50.0837	8.644	6
60529	Frankfurt am Main	frankfurt-am-main	HE	064	06412	50.0841	8.5916	6
60549	Frankfurt am Main	frankfurt-am-main	HE	064	06412	50.0413	8.5702	6
60594	Frankfurt am Main	frankfurt-am-main	HE	064	06412	50.1039	8.6886	6
60596	Frankfurt am Main	frankfurt-am-main	HE	064	06412	50.0974	8.6735	6
60598	Frankfurt am Main	frankfurt-am-main	HE	064	06412	50.09	8.6816	6
60599	Frankfurt am Main	frankfurt-am-main	HE	064	06412	50.096	8.7111	6
61118	Bad Vilbel	bad-vilbel	HE	064	06440	50.1787	8.7376	4
61130	Nidderau	nidderau	HE	064	06435	50.2381	8.867	4
61137	Schöneck	schoneck	HE	064	06435	50.2056	8.8333	4
61138	Niederdorfelden	niederdorfelden	HE	064	06435	50.1942	8.8	4
61169	Friedberg	friedberg	HE	064	06440	50.3374	8.7559	4
61184	Karben	karben	HE	064	06440	50.2302	8.7716	4
61191	Rosbach vor der Höhe	rosbach-vor-der-hohe	HE	064	06440	50.3033	8.6898	4
61191	Rosbach vor der Höhe Ober-Rosbach	rosbach-vor-der-hohe-ober-rosbach	HE	064	06440	50.305	8.69	
61191	Rosbach vor der Höhe Nieder-Rosbach	rosbach-vor-der-hohe-nieder-rosbach	HE	064	06440	50.299	8.708	
61191	Rosbach vor der Höhe Rodheim vor der Höhe	rosbach-vor-der-hohe-rodheim-vor-der-hohe	HE	064	06440	50.265	8.698	
61194	Niddatal	niddatal	HE	064	06440	50.2833	8.8333	4
61197	Florstadt	florstadt	HE	064	06440	50.3287	8.9167	4
61200	Wölfersheim	wolfersheim	HE	064	06440	50.4	8.8167	4
61203	Reichelsheim	reichelsheim	HE	064	06440	50.3564	8.8745	4
61206	Wöllstadt	wollstadt	HE	064	06440	50.2833	8.7667	4
61209	Echzell	echzell	HE	064	06440	50.3889	8.8861	4
61231	Bad Nauheim	bad-nauheim	HE	064	06440	50.3646	8.7386	4
61239	Ober-Mörlen	ober-morlen	HE	064	06440	50.3735	8.6909	4
61250	Usingen	usingen	HE	064	06434	50.3355	8.5369	4
61267	Neu-Anspach	neu-anspach	HE	064	06434	50.3167	8.5	4
61273	Wehrheim	wehrheim	HE	064	06434	50.3	8.5667	4
61276	Weilrod	weilrod	HE	064	06434	50.3333	8.4167	4
61279	Grävenwiesbach	gravenwiesbach	HE	064	06434	50.3902	8.4569	4
61348	Bad Homburg vor der Höhe	bad-homburg-vor-der-hohe	HE	064	06434	50.2265	8.612	4
61350	Bad Homburg vor der Höhe	bad-homburg-vor-der-hohe	HE	064	06434	50.2377	8.6024	4
61352	Bad Homburg vor der Höhe	bad-homburg-vor-der-hohe	HE	064	06434	50.2167	8.6167	4
61381	Friedrichsdorf	friedrichsdorf	HE	064	06434	50.2496	8.6428	4
61389	Schmitten	schmitten	HE	064	06434	50.2667	8.45	4
61440	Oberursel	oberursel	HE	064	06434	50.2073	8.5775	4
61449	Steinbach (Taunus)	steinbach-taunus	HE	064	06434	50.1648	8.5706	4
61462	Königstein im Taunus	konigstein-im-taunus	HE	064	06434	50.1794	8.4713	4
61462	Königstein im Taunus Falkenstein	konigstein-im-taunus-falkenstein	HE	064	06434	50.1811	8.4716	
61462	Königstein im Taunus Mammolshain	konigstein-im-taunus-mammolshain	HE	064	06434	50.1809	8.472	
61462	Königstein im Taunus Schneidhain	konigstein-im-taunus-schneidhain	HE	064	06434	50.1667	8.45	
61476	Kronberg im Taunus	kronberg-im-taunus	HE	064	06434	50.1789	8.5134	4
61479	Glashütten	glashutten	HE	064	06434	50.2167	8.4	4
63065	Offenbach	offenbach	HE	064	06413	50.1054	8.762	4
63067	Offenbach	offenbach	HE	064	06413	50.1069	8.7344	4
63069	Offenbach	offenbach	HE	064	06413	50.0894	8.7494	4
63071	Offenbach	offenbach	HE	064	06413	50.0993	8.7852	4
63073	Offenbach	offenbach	HE	064	06413	50.1	8.7667	4
63075	Offenbach	offenbach	HE	064	06413	50.123	8.7921	4
63110	Rodgau	rodgau	HE	064	06438	50.0263	8.8859	4
63128	Dietzenbach	dietzenbach	HE	064	06438	50.0098	8.7778	4
63150	Heusenstamm	heusenstamm	HE	064	06438	50.0555	8.8008	4
63165	Mühlheim	muhlheim	HE	064	06438	50.1078	8.8318	4
63179	Obertshausen	obertshausen	HE	064	06438	50.0714	8.8512	4
63225	Langen	langen	HE	064	06438	49.9896	8.6685	4
63263	Neu-Isenburg	neu-isenburg	HE	064	06438	50.0583	8.6918	6
63303	Dreieich	dreieich	HE	064	06438	50.02	8.6961	4
63322	Rödermark	rodermark	HE	064	06438	49.974	8.8282	4
63329	Egelsbach	egelsbach	HE	064	06438	49.9679	8.6634	4
63405	Hanau	hanau	HE	064	06435	50.1333	8.9167	4
63450	Hanau	hanau	HE	064	06435	50.1316	8.9208	4
63452	Hanau	hanau	HE	064	06435	50.1442	8.9169	4
63454	Hanau	hanau	HE	064	06435	50.1391	8.8864	4
63456	Hanau	hanau	HE	064	06435	50.1139	8.9107	4
63457	Hanau	hanau	HE	064	06435	50.1063	8.9495	4
63477	Maintal	maintal	HE	064	06435	50.15	8.8333	4
63486	Bruchköbel	bruchkobel	HE	064	06435	50.1785	8.9232	4
63500	Seligenstadt	seligenstadt	HE	064	06438	50.0432	8.9739	4
63505	Langenselbold	langenselbold	HE	064	06435	50.1766	9.04	4
63512	Hainburg	hainburg	HE	064	06438	50.0833	8.9333	4
63517	Rodenbach	rodenbach	HE	064	06435	50.15	9.0333	4
63526	Erlensee	erlensee	HE	064	06435	50.163	8.9782	4
63533	Mainhausen	mainhausen	HE	064	06438	50.0127	8.9901	4
63538	Großkrotzenburg	grosskrotzenburg	HE	064	06435	50.0833	8.9833	4
63543	Neuberg	neuberg	HE	064	06435	50.2	8.9833	4
63546	Hammersbach	hammersbach	HE	064	06435	50.2167	8.9833	4
63549	Ronneburg	ronneburg	HE	064	06435	50.2278	9.0556	4
63571	Gelnhausen	gelnhausen	HE	064	06435	50.2016	9.1874	4
63579	Freigericht	freigericht	HE	064	06435	50.1323	9.1346	4
63584	Gründau	grundau	HE	064	06435	50.2064	9.1388	4
63589	Linsengericht	linsengericht	HE	064	06435	50.1667	9.2167	4
63594	Hasselroth	hasselroth	HE	064	06435	50.1667	9.1	4
63599	Biebergemünd	biebergemund	HE	064	06435	50.1806	9.2861	4
63607	Wächtersbach	wachtersbach	HE	064	06435	50.2551	9.2956	4
63619	Bad Orb	bad-orb	HE	064	06435	50.2279	9.3478	4
63628	Bad Soden-Salmünster	bad-soden-salmunster	HE	064	06435	50.2757	9.367	4
63633	Birstein	birstein	HE	064	06435	50.35	9.3	4
63636	Brachttal	brachttal	HE	064	06435	50.3167	9.2833	4
63637	Jossgrund	jossgrund	HE	064	06435	50.1792	9.4583	4
63639	Flörsbachtal	florsbachtal	HE	064	06435	50.1208	9.4375	4
63654	Büdingen	budingen	HE	064	06440	50.2901	9.1114	4
63667	Nidda	nidda	HE	064	06440	50.4133	9.0064	4
63674	Altenstadt	altenstadt	HE	064	06440	50.2875	8.9437	4
63683	Ortenberg	ortenberg	HE	064	06440	50.3558	9.056	4
63688	Gedern	gedern	HE	064	06440	50.4248	9.1984	4
63691	Ranstadt	ranstadt	HE	064	06440	50.3574	8.9837	4
63694	Limeshain	limeshain	HE	064	06440	50.2591	8.9776	4
63695	Glauburg	glauburg	HE	064	06440	50.3167	9	4
63697	Hirzenhain	hirzenhain	HE	064	06440	50.4	9.1333	4
63699	Kefenrod	kefenrod	HE	064	06440	50.3448	9.2114	4
64283	Darmstadt	darmstadt	HE	064	06411	49.8719	8.6484	4
64285	Darmstadt	darmstadt	HE	064	06411	49.8591	8.6486	4
64287	Darmstadt	darmstadt	HE	064	06411	49.8676	8.6644	4
64289	Darmstadt	darmstadt	HE	064	06411	49.8972	8.6809	4
64291	Darmstadt	darmstadt	HE	064	06411	49.9111	8.6573	4
64293	Darmstadt	darmstadt	HE	064	06411	49.8875	8.6446	4
64295	Darmstadt	darmstadt	HE	064	06411	49.8611	8.6373	4
64297	Darmstadt	darmstadt	HE	064	06411	49.8192	8.6449	4
64319	Pfungstadt	pfungstadt	HE	064	06432	49.8056	8.6031	4
64331	Weiterstadt	weiterstadt	HE	064	06432	49.9039	8.5887	4
64342	Seeheim-Jugenheim	seeheim-jugenheim	HE	064	06432	49.765	8.6519	4
64347	Griesheim	griesheim	HE	064	06432	49.8609	8.5725	4
64354	Reinheim	reinheim	HE	064	06432	49.8292	8.8357	4
64367	Mühltal	muhltal	HE	064	06432	49.8156	8.7081	4
64372	Ober-Ramstadt	ober-ramstadt	HE	064	06432	49.8308	8.7489	4
64380	Roßdorf	rossdorf	HE	064	06432	49.8597	8.7617	4
64385	Reichelsheim	reichelsheim	HE	064	06437	49.7121	8.839	4
64390	Erzhausen	erzhausen	HE	064	06432	49.9553	8.6475	4
64395	Brensbach	brensbach	HE	064	06437	49.7739	8.8844	4
64397	Modautal	modautal	HE	064	06432	49.7606	8.7208	4
64401	Groß-Bieberau	gross-bieberau	HE	064	06432	49.8006	8.8243	4
64404	Bickenbach	bickenbach	HE	064	06432	49.7592	8.6175	4
64405	Fischbachtal	fischbachtal	HE	064	06432	49.7647	8.785	4
64407	Fränkisch-Crumbach	frankisch-crumbach	HE	064	06437	49.7461	8.8586	4
64409	Messel	messel	HE	064	06432	49.9383	8.7406	4
64521	Groß-Gerau	gross-gerau	HE	064	06433	49.9214	8.4825	4
64546	Mörfelden-Walldorf	morfelden-walldorf	HE	064	06433	49.9947	8.5836	4
64560	Riedstadt	riedstadt	HE	064	06433	49.8341	8.4962	4
64569	Nauheim	nauheim	HE	064	06433	49.9508	8.4633	4
64572	Büttelborn	buttelborn	HE	064	06433	49.9033	8.5233	4
64579	Gernsheim	gernsheim	HE	064	06433	49.7531	8.4886	4
64584	Biebesheim am Rhein	biebesheim-am-rhein	HE	064	06433	49.7836	8.4744	4
64589	Stockstadt am Rhein	stockstadt-am-rhein	HE	064	06433	49.8094	8.4728	4
64625	Bensheim	bensheim	HE	064	06431	49.6837	8.6184	4
64646	Heppenheim (Bergstraße)	heppenheim-bergstrasse	HE	064	06431	49.6407	8.6367	
64653	Lorsch	lorsch	HE	064	06431	49.65	8.5667	4
64658	Fürth	furth	HE	064	06431	49.6508	8.7847	4
64665	Alsbach-Hähnlein	alsbach-hahnlein	HE	064	06432	49.7386	8.5958	4
64668	Rimbach	rimbach	HE	064	06431	49.625	8.7631	4
64673	Zwingenberg	zwingenberg	HE	064	06431	49.7239	8.6108	4
64678	Lindenfels	lindenfels	HE	064	06431	49.6837	8.7815	4
64683	Einhausen	einhausen	HE	064	06431	49.6767	8.5483	4
64686	Lautertal	lautertal	HE	064	06431	49.7258	8.7033	4
64689	Grasellenbach	grasellenbach	HE	064	06431	49.63	8.8822	
64711	Erbach	erbach	HE	064	06437	49.6615	8.994	4
64720	Michelstadt	michelstadt	HE	064	06437	49.6757	9.0037	4
64732	Bad König	bad-konig	HE	064	06437	49.7432	9.0075	4
64739	Höchst im Odenwald	hochst-im-odenwald	HE	064	06437	49.7997	8.9994	4
64743	Beerfelden	beerfelden	HE	064	06437	49.5686	8.9744	4
64747	Breuberg	breuberg	HE	064	06437	49.8	9.0667	4
64750	Lützelbach	lutzelbach	HE	064	06437	49.7883	9.0753	4
64753	Brombachtal	brombachtal	HE	064	06437	49.7325	8.9622	4
64754	Hesseneck	hesseneck	HE	064	06437	49.5699	9.0629	4
64756	Mossautal	mossautal	HE	064	06437	49.6533	8.9289	4
64757	Rothenberg	rothenberg	HE	064	06437	49.4992	8.9192	4
64807	Dieburg	dieburg	HE	064	06432	49.8974	8.8461	4
64823	Groß-Umstadt	gross-umstadt	HE	064	06432	49.869	8.9321	4
64832	Babenhausen	babenhausen	HE	064	06432	49.9652	8.9513	4
64839	Münster	munster	HE	064	06432	49.9228	8.8678	4
64846	Groß-Zimmern	gross-zimmern	HE	064	06432	49.8758	8.8344	4
64850	Schaafheim	schaafheim	HE	064	06432	49.9242	9.0094	4
64853	Otzberg	otzberg	HE	064	06432	49.8261	8.9225	4
64859	Eppertshausen	eppertshausen	HE	064	06432	49.9506	8.8539	4
65183	Wiesbaden	wiesbaden	HE	064	06414	50.0817	8.2389	4
65185	Wiesbaden	wiesbaden	HE	064	06414	50.0773	8.2424	4
65187	Wiesbaden	wiesbaden	HE	064	06414	50.0691	8.2254	4
65189	Wiesbaden	wiesbaden	HE	064	06414	50.071	8.2565	4
65191	Wiesbaden	wiesbaden	HE	064	06414	50.0876	8.2797	4
65193	Wiesbaden	wiesbaden	HE	064	06414	50.0896	8.2428	4
65195	Wiesbaden	wiesbaden	HE	064	06414	50.1095	8.1967	4
65197	Wiesbaden	wiesbaden	HE	064	06414	50.0794	8.2157	4
65199	Wiesbaden	wiesbaden	HE	064	06414	50.0734	8.196	4
65201	Wiesbaden	wiesbaden	HE	064	06414	50.0441	8.2036	4
65203	Wiesbaden	wiesbaden	HE	064	06414	50.045	8.2453	4
65205	Wiesbaden	wiesbaden	HE	064	06414	50.0613	8.3442	
65207	Wiesbaden	wiesbaden	HE	064	06414	50.123	8.3018	
65219	Taunusstein	taunusstein	HE	064	06439	50.15	8.15	4
65220	Taunusstein	taunusstein	HE	064	06439	50.15	8.15	4
65221	Taunusstein	taunusstein	HE	064	06439	50.15	8.15	4
65222	Taunusstein	taunusstein	HE	064	06439	50.15	8.15	4
65223	Taunusstein	taunusstein	HE	064	06439	50.15	8.15	4
65224	Taunusstein	taunusstein	HE	064	06439	50.15	8.15	4
65232	Taunusstein	taunusstein	HE	064	06439	50.1377	8.1337	4
65239	Hochheim am Main	hochheim-am-main	HE	064	06436	50.0144	8.3522	4
65307	Bad Schwalbach	bad-schwalbach	HE	064	06439	50.142	8.0696	4
65321	Heidenrod	heidenrod	HE	064	06439	50.1649	7.9535	4
65326	Aarbergen	aarbergen	HE	064	06439	50.25	8.0667	4
65329	Hohenstein	hohenstein	HE	064	06439	50.2	8.0667	4
65343	Eltville am Rhein	eltville-am-rhein	HE	064	06439	50.0333	8.1167	4
65344	Eltville am Rhein	eltville-am-rhein	HE	064	06439	50.0333	8.1167	4
65345	Eltville am Rhein	eltville-am-rhein	HE	064	06439	50.0333	8.1167	4
65346	Eltville am Rhein	eltville-am-rhein	HE	064	06439	50.0333	8.1167	4
65347	Eltville am Rhein	eltville-am-rhein	HE	064	06439	50.0132	8.0615	4
65366	Geisenheim	geisenheim	HE	064	06439	49.9847	7.9684	4
65375	Oestrich-Winkel	oestrich-winkel	HE	064	06439	50	8	4
65385	Rüdesheim am Rhein	rudesheim-am-rhein	HE	064	06439	49.9821	7.9296	4
65388	Schlangenbad	schlangenbad	HE	064	06439	50.0932	8.1031	4
65391	Lorch	lorch	HE	064	06439	50.0462	7.8042	4
65396	Walluf	walluf	HE	064	06439	50.04	8.1554	4
65399	Kiedrich	kiedrich	HE	064	06439	50.0396	8.0853	4
65428	Rüsselsheim	russelsheim	HE	064	06433	49.9896	8.4225	4
65439	Flörsheim	florsheim	HE	064	06436	50.0131	8.4278	4
65451	Kelsterbach	kelsterbach	HE	064	06433	50.0613	8.5292	4
65462	Ginsheim-Gustavsburg	ginsheim-gustavsburg	HE	064	06433	49.9711	8.3453	4
65468	Trebur	trebur	HE	064	06433	49.9264	8.4073	4
65474	Bischofsheim	bischofsheim	HE	064	06433	49.9939	8.3672	4
65479	Raunheim	raunheim	HE	064	06433	50.0132	8.4525	4
65510	Idstein	idstein	HE	064	06439	50.2177	8.2668	4
65510	Hünstetten	hunstetten	HE	064	06439	50.2333	8.1833	
65527	Niedernhausen	niedernhausen	HE	064	06439	50.1631	8.3134	4
65529	Waldems	waldems	HE	064	06439	50.25	8.3333	4
65719	Hofheim am Taunus	hofheim-am-taunus	HE	064	06436	50.0902	8.4493	4
65760	Eschborn	eschborn	HE	064	06436	50.1433	8.5711	4
65779	Kelkheim (Taunus)	kelkheim-taunus	HE	064	06436	50.137	8.4502	4
65795	Hattersheim	hattersheim	HE	064	06436	50.0785	8.4755	4
65812	Bad Soden am Taunus	bad-soden-am-taunus	HE	064	06436	50.1408	8.5045	4
65817	Eppstein	eppstein	HE	064	06436	50.1428	8.3923	4
65824	Schwalbach am Taunus	schwalbach-am-taunus	HE	064	06436	50.15	8.5333	4
65830	Kriftel	kriftel	HE	064	06436	50.0841	8.4698	4
65835	Liederbach am Taunus	liederbach-am-taunus	HE	064	06436	50.1185	8.4885	4
65843	Sulzbach	sulzbach	HE	064	06436	50.134	8.528	4
65929	Frankfurt am Main	frankfurt-am-main	HE	064	06412	50.1045	8.5389	6
65931	Frankfurt am Main	frankfurt-am-main	HE	064	06412	50.091	8.5044	6
65933	Frankfurt am Main	frankfurt-am-main	HE	064	06412	50.0979	8.5999	6
65934	Frankfurt am Main	frankfurt-am-main	HE	064	06412	50.1027	8.5749	6
65936	Frankfurt am Main	frankfurt-am-main	HE	064	06412	50.1207	8.5663	6
68519	Viernheim	viernheim	HE	064	06431	49.5403	8.5782	4
68623	Lampertheim	lampertheim	HE	064	06431	49.5979	8.4725	4
68642	Bürstadt	burstadt	HE	064	06431	49.6427	8.4594	4
68647	Biblis	biblis	HE	064	06431	49.6917	8.4586	4
68649	Groß-Rohrheim	gross-rohrheim	HE	064	06431	49.7211	8.4828	4
69239	Neckarsteinach	neckarsteinach	HE	064	06431	49.4074	8.8434	4
69434	Hirschhorn	hirschhorn	HE	064	06431	49.4457	8.8959	4
69483	Wald-Michelbach	wald-michelbach	HE	064	06431	49.57	8.8317	4
69488	Birkenau	birkenau	HE	064	06431	49.5625	8.7069	4
69509	Mörlenbach	morlenbach	HE	064	06431	49.5992	8.7347	4
69517	Gorxheimertal	gorxheimertal	HE	064	06431	49.5325	8.7295	4
69518	Abtsteinach	abtsteinach	HE	064	06431	49.5367	8.7875	4
35037	Marburg	marburg	HE	065	06534	50.803	8.7625	4
35039	Marburg	marburg	HE	065	06534	50.8098	8.7773	4
35041	Marburg	marburg	HE	065	06534	50.8165	8.7513	4
35043	Marburg	marburg	HE	065	06534	50.7765	8.7645	4
35075	Gladenbach	gladenbach	HE	065	06534	50.7685	8.5808	4
35080	Bad Endbach	bad-endbach	HE	065	06534	50.75	8.5	4
35083	Wetter	wetter	HE	065	06534	50.9025	8.7237	4
35085	Ebsdorfergrund	ebsdorfergrund	HE	065	06534	50.726	8.857	4
35091	Cölbe	colbe	HE	065	06534	50.851	8.7809	4
35094	Lahntal	lahntal	HE	065	06534	50.8619	8.6976	4
35096	Weimar	weimar	HE	065	06534	50.7542	8.6958	
35102	Lohra	lohra	HE	065	06534	50.7333	8.6333	4
35112	Fronhausen	fronhausen	HE	065	06534	50.7	8.7	4
35117	Münchhausen	munchhausen	HE	065	06534	50.9608	8.7184	4
35216	Biedenkopf	biedenkopf	HE	065	06534	50.9112	8.5302	4
35232	Dautphetal	dautphetal	HE	065	06534	50.8417	8.5542	4
35236	Breidenbach	breidenbach	HE	065	06534	50.8873	8.4575	4
35239	Steffenberg	steffenberg	HE	065	06534	50.85	8.4833	
35260	Stadtallendorf	stadtallendorf	HE	065	06534	50.8226	9.0129	4
35274	Kirchhain	kirchhain	HE	065	06534	50.8272	8.9281	4
35279	Neustadt (Hessen)	neustadt-hessen	HE	065	06534	50.85	9.1167	4
35282	Rauschenberg	rauschenberg	HE	065	06534	50.8833	8.9186	4
35287	Amöneburg	amoneburg	HE	065	06534	50.796	8.9233	4
35288	Wohratal	wohratal	HE	065	06534	50.9375	8.9333	4
35305	Grünberg	grunberg	HE	065	06531	50.594	8.9587	4
35315	Homberg (Ohm)	homberg-ohm	HE	065	06535	50.7333	9	4
35321	Laubach	laubach	HE	065	06531	50.542	8.9903	4
35325	Mücke	mucke	HE	065	06535	50.6284	9.0547	4
35327	Ulrichstein	ulrichstein	HE	065	06535	50.5755	9.1927	4
35329	Gemünden (Felda)	gemunden-felda	HE	065	06535	50.7	9.05	4
35390	Gießen	giessen	HE	065	06531	50.5849	8.6742	4
35392	Gießen	giessen	HE	065	06531	50.5669	8.6538	4
35394	Gießen	giessen	HE	065	06531	50.5746	8.7135	4
35396	Gießen	giessen	HE	065	06531	50.6165	8.7044	4
35398	Gießen	giessen	HE	065	06531	50.5833	8.65	4
35410	Hungen	hungen	HE	065	06531	50.4737	8.8933	4
35415	Pohlheim	pohlheim	HE	065	06531	50.5167	8.7	
35418	Buseck	buseck	HE	065	06531	50.6148	8.783	4
35423	Lich	lich	HE	065	06531	50.5208	8.8157	4
35428	Langgöns	langgons	HE	065	06531	50.5	8.6667	4
35435	Wettenberg	wettenberg	HE	065	06531	50.6167	8.65	4
35440	Linden	linden	HE	065	06531	50.5374	8.6497	4
35444	Biebertal	biebertal	HE	065	06531	50.6182	8.6017	4
35447	Reiskirchen	reiskirchen	HE	065	06531	50.6	8.8333	4
35452	Heuchelheim	heuchelheim	HE	065	06531	50.5833	8.6333	4
35457	Lollar	lollar	HE	065	06531	50.6465	8.7049	4
35460	Staufenberg	staufenberg	HE	065	06531	50.662	8.7316	4
35463	Fernwald	fernwald	HE	065	06531	50.55	8.7833	4
35466	Rabenau	rabenau	HE	065	06531	50.6775	8.8643	4
35469	Allendorf (Lumda)	allendorf-lumda	HE	065	06531	50.6833	8.8333	4
35576	Wetzlar	wetzlar	HE	065	06532	50.5665	8.5247	4
35578	Wetzlar	wetzlar	HE	065	06532	50.5455	8.505	4
35579	Wetzlar	wetzlar	HE	065	06532	50.55	8.5	4
35580	Wetzlar	wetzlar	HE	065	06532	50.55	8.5	4
35581	Wetzlar	wetzlar	HE	065	06532	50.55	8.5	4
35582	Wetzlar	wetzlar	HE	065	06532	50.55	8.5	4
35583	Wetzlar	wetzlar	HE	065	06532	50.55	8.5	4
35584	Wetzlar	wetzlar	HE	065	06532	50.55	8.5	4
35585	Wetzlar	wetzlar	HE	065	06532	50.55	8.5	4
35586	Wetzlar	wetzlar	HE	065	06532	50.55	8.5	4
35606	Solms	solms	HE	065	06532	50.5362	8.407	4
35614	Aßlar	asslar	HE	065	06532	50.5916	8.4627	4
35619	Braunfels Philippstein	braunfels-philippstein	HE	065	06532	50.4922	8.3758	4
35619	Braunfels Braunfels	braunfels-braunfels	HE	065	06532	50.5171	8.3834	4
35619	Braunfels Bonbaden	braunfels-bonbaden	HE	065	06532	50.5033	8.4282	4
35619	Braunfels	braunfels	HE	065	06532	50.5154	8.3892	4
35619	Braunfels Tiefenbach	braunfels-tiefenbach	HE	065	06532	50.5341	8.3333	4
35619	Braunfels Altenkirchen	braunfels-altenkirchen	HE	065	06532	50.4725	8.4071	4
35619	Braunfels Neukirchen	braunfels-neukirchen	HE	065	06532	50.4843	8.4385	
35625	Hüttenberg	huttenberg	HE	065	06532	50.521	8.5758	4
35630	Ehringshausen	ehringshausen	HE	065	06532	50.6	8.3833	4
35633	Lahnau	lahnau	HE	065	06532	50.5833	8.5667	4
35638	Leun	leun	HE	065	06532	50.5513	8.3584	4
35641	Schöffengrund	schoffengrund	HE	065	06532	50.4935	8.4718	4
35644	Hohenahr	hohenahr	HE	065	06532	50.6689	8.4896	4
35647	Waldsolms	waldsolms	HE	065	06532	50.4167	8.5167	4
35649	Bischoffen	bischoffen	HE	065	06532	50.7	8.45	4
35683	Dillenburg	dillenburg	HE	065	06532	50.7369	8.2873	4
35684	Dillenburg	dillenburg	HE	065	06532	50.7333	8.2833	4
35685	Dillenburg	dillenburg	HE	065	06532	50.7333	8.2833	4
35686	Dillenburg	dillenburg	HE	065	06532	50.7333	8.2833	4
35687	Dillenburg	dillenburg	HE	065	06532	50.7333	8.2833	4
35688	Dillenburg	dillenburg	HE	065	06532	50.7333	8.2833	4
35689	Dillenburg	dillenburg	HE	065	06532	50.7333	8.2833	4
35690	Dillenburg	dillenburg	HE	065	06532	50.7333	8.2833	4
35708	Haiger	haiger	HE	065	06532	50.7416	8.2078	4
35713	Eschenburg	eschenburg	HE	065	06532	50.8083	8.3583	4
35716	Dietzhölztal	dietzholztal	HE	065	06532	50.8333	8.3167	4
35719	Angelburg	angelburg	HE	065	06534	50.8063	8.4164	4
35745	Herborn	herborn	HE	065	06532	50.6814	8.3037	4
35753	Greifenstein	greifenstein	HE	065	06532	50.6167	8.3	4
35756	Mittenaar	mittenaar	HE	065	06532	50.7	8.3833	4
35759	Driedorf	driedorf	HE	065	06532	50.6333	8.1833	4
35764	Sinn	sinn	HE	065	06532	50.65	8.3333	4
35767	Breitscheid	breitscheid	HE	065	06532	50.6851	8.1912	4
35768	Siegbach	siegbach	HE	065	06532	50.739	8.4179	4
35781	Weilburg	weilburg	HE	065	06533	50.4844	8.2625	4
35789	Weilmünster	weilmunster	HE	065	06533	50.4314	8.3767	4
35792	Löhnberg	lohnberg	HE	065	06533	50.513	8.272	4
35794	Mengerskirchen	mengerskirchen	HE	065	06533	50.5639	8.1555	4
35796	Weinbach	weinbach	HE	065	06533	50.4384	8.2913	4
35799	Merenberg	merenberg	HE	065	06533	50.5071	8.1919	4
36110	Schlitz	schlitz	HE	065	06535	50.6742	9.561	4
36304	Alsfeld	alsfeld	HE	065	06535	50.7518	9.2708	4
36318	Schwalmtal	schwalmtal	HE	065	06535	50.6833	9.3	4
36320	Kirtorf	kirtorf	HE	065	06535	50.7694	9.1039	4
36323	Grebenau	grebenau	HE	065	06535	50.7424	9.4731	4
36325	Feldatal	feldatal	HE	065	06535	50.65	9.1667	4
36326	Antrifttal	antrifttal	HE	065	06535	50.7667	9.1833	
36329	Romrod	romrod	HE	065	06535	50.7134	9.2201	4
36341	Lauterbach	lauterbach	HE	065	06535	50.6356	9.3978	4
36355	Grebenhain	grebenhain	HE	065	06535	50.4892	9.3386	4
36358	Herbstein	herbstein	HE	065	06535	50.536	9.3874	4
36367	Wartenberg	wartenberg	HE	065	06535	50.6167	9.45	4
36369	Lautertal	lautertal	HE	065	06535	50.5833	9.2833	4
36399	Freiensteinau	freiensteinau	HE	065	06535	50.4251	9.4027	4
63679	Schotten	schotten	HE	065	06535	50.5035	9.1252	4
65520	Bad Camberg	bad-camberg	HE	065	06533	50.297	8.269	4
65549	Limburg an der Lahn	limburg-an-der-lahn	HE	065	06533	50.383	8.0611	4
65550	Limburg an der Lahn	limburg-an-der-lahn	HE	065	06533	50.3833	8.05	4
65551	Limburg an der Lahn	limburg-an-der-lahn	HE	065	06533	50.3833	8.05	4
65552	Limburg an der Lahn	limburg-an-der-lahn	HE	065	06533	50.3833	8.05	4
65553	Limburg an der Lahn	limburg-an-der-lahn	HE	065	06533	50.3833	8.05	4
65554	Limburg an der Lahn	limburg-an-der-lahn	HE	065	06533	50.3833	8.05	4
65555	Limburg an der Lahn	limburg-an-der-lahn	HE	065	06533	50.3833	8.05	4
65556	Limburg an der Lahn	limburg-an-der-lahn	HE	065	06533	50.3833	8.05	4
65589	Hadamar	hadamar	HE	065	06533	50.4459	8.0425	4
65594	Runkel	runkel	HE	065	06533	50.4057	8.1546	4
65597	Hünfelden	hunfelden	HE	065	06533	50.3286	8.1476	4
65599	Dornburg	dornburg	HE	065	06533	50.5167	8.0167	4
65604	Elz	elz	HE	065	06533	50.4167	8.0333	4
65606	Villmar	villmar	HE	065	06533	50.3929	8.1931	4
65611	Brechen	brechen	HE	065	06533	50.3556	8.1778	4
65614	Beselich	beselich	HE	065	06533	50.4583	8.1458	4
65618	Selters (Taunus)	selters-taunus	HE	065	06533	50.35	8.2667	4
65620	Waldbrunn (Westerwald)	waldbrunn-westerwald	HE	065	06533	50.5167	8.1167	4
65627	Elbtal	elbtal	HE	065	06533	50.5	8.05	4
34117	Kassel	kassel	HE	066	06611	51.3166	9.4912	4
34119	Kassel	kassel	HE	066	06611	51.3152	9.4647	4
34121	Kassel	kassel	HE	066	06611	51.3056	9.4652	4
34123	Kassel	kassel	HE	066	06611	51.2988	9.5297	4
34125	Kassel	kassel	HE	066	06611	51.3195	9.5163	4
34127	Kassel	kassel	HE	066	06611	51.3355	9.4913	4
34128	Kassel	kassel	HE	066	06611	51.336	9.4457	4
34130	Kassel	kassel	HE	066	06611	51.3247	9.4466	4
34131	Kassel	kassel	HE	066	06611	51.3173	9.4227	4
34132	Kassel	kassel	HE	066	06611	51.3167	9.5	4
34134	Kassel	kassel	HE	066	06611	51.2878	9.4705	4
34212	Melsungen	melsungen	HE	066	06634	51.1303	9.5524	4
34225	Baunatal	baunatal	HE	066	06633	51.2518	9.4075	4
34233	Fuldatal	fuldatal	HE	066	06633	51.3484	9.5256	4
34246	Vellmar	vellmar	HE	066	06633	51.3581	9.4797	4
34253	Lohfelden	lohfelden	HE	066	06633	51.2667	9.5333	4
34260	Kaufungen	kaufungen	HE	066	06633	51.2811	9.6186	4
34266	Niestetal	niestetal	HE	066	06633	51.3083	9.5669	4
34270	Schauenburg	schauenburg	HE	066	06633	51.2856	9.2717	4
34277	Fuldabrück	fuldabruck	HE	066	06633	51.2667	9.4833	4
34281	Gudensberg	gudensberg	HE	066	06634	51.1771	9.3675	4
34286	Spangenberg	spangenberg	HE	066	06634	51.1164	9.6627	4
34289	Zierenberg	zierenberg	HE	066	06633	51.3695	9.3016	4
34292	Ahnatal	ahnatal	HE	066	06633	51.35	9.3833	4
34295	Edermünde	edermunde	HE	066	06634	51.2125	9.4208	4
34298	Helsa	helsa	HE	066	06633	51.2598	9.6887	4
34302	Guxhagen	guxhagen	HE	066	06634	51.2	9.4833	4
34305	Niedenstein	niedenstein	HE	066	06634	51.2334	9.3103	4
34308	Bad Emstal	bad-emstal	HE	066	06633	51.2333	9.25	4
34311	Naumburg	naumburg	HE	066	06633	51.2482	9.1657	4
34314	Espenau	espenau	HE	066	06633	51.3966	9.4702	4
34317	Habichtswald	habichtswald	HE	066	06633	51.3285	9.3392	4
34320	Söhrewald	sohrewald	HE	066	06633	51.2056	9.5778	4
34323	Malsfeld	malsfeld	HE	066	06634	51.0908	9.5389	4
34326	Morschen	morschen	HE	066	06634	51.05	9.6	4
34327	Körle	korle	HE	066	06634	51.1667	9.5167	4
34329	Nieste	nieste	HE	066	06633	51.3167	9.6667	4
34359	Reinhardshagen	reinhardshagen	HE	066	06633	51.4917	9.6083	4
34369	Hofgeismar	hofgeismar	HE	066	06633	51.4961	9.385	4
34376	Immenhausen	immenhausen	HE	066	06633	51.4429	9.5231	4
34379	Calden	calden	HE	066	06633	51.4094	9.4019	4
34385	Bad Karlshafen	bad-karlshafen	HE	066	06633	51.6426	9.4548	4
34388	Trendelburg	trendelburg	HE	066	06633	51.5741	9.4209	4
34393	Grebenstein	grebenstein	HE	066	06633	51.4465	9.4125	4
34396	Liebenau	liebenau	HE	066	06633	51.497	9.2821	4
34399	Oberweser	oberweser	HE	066	06633	51.5833	9.5667	
34454	Bad Arolsen	bad-arolsen	HE	066	06635	51.3798	9.0145	4
34466	Wolfhagen	wolfhagen	HE	066	06633	51.3261	9.1702	4
34471	Volkmarsen	volkmarsen	HE	066	06635	51.409	9.1181	4
34474	Diemelstadt	diemelstadt	HE	066	06635	51.4878	9.0079	4
34477	Twistetal	twistetal	HE	066	06635	51.3214	8.9548	4
34479	Breuna	breuna	HE	066	06633	51.4157	9.185	4
34497	Korbach	korbach	HE	066	06635	51.2756	8.873	4
34508	Willingen (Upland)	willingen-upland	HE	066	06635	51.3	8.6167	4
34513	Waldeck	waldeck	HE	066	06635	51.2062	9.0629	4
34516	Vöhl	vohl	HE	066	06635	51.1815	8.8878	4
34519	Diemelsee	diemelsee	HE	066	06635	51.3667	8.8	4
34537	Bad Wildungen	bad-wildungen	HE	066	06635	51.1196	9.1247	4
34549	Edertal	edertal	HE	066	06635	51.159	9.0923	4
34560	Fritzlar	fritzlar	HE	066	06634	51.1318	9.2756	4
34576	Homberg (Efze)	homberg-efze	HE	066	06634	51.0333	9.4	4
34582	Borken	borken	HE	066	06634	51.0638	9.22	
34587	Felsberg	felsberg	HE	066	06634	51.1376	9.4214	4
34590	Wabern	wabern	HE	066	06634	51.1	9.35	4
34593	Knüllwald	knullwald	HE	066	06634	50.9771	9.4865	4
34596	Bad Zwesten	bad-zwesten	HE	066	06634	51.05	9.1833	4
34599	Neuental	neuental	HE	066	06634	51	9.2167	4
34613	Schwalmstadt	schwalmstadt	HE	066	06634	50.9333	9.2167	4
34621	Frielendorf	frielendorf	HE	066	06634	50.9707	9.3227	4
34626	Neukirchen	neukirchen	HE	066	06634	50.8691	9.3465	4
34628	Willingshausen	willingshausen	HE	066	06634	50.85	9.2	4
34630	Gilserberg	gilserberg	HE	066	06634	50.95	9.0667	4
34632	Jesberg	jesberg	HE	066	06634	51	9.15	4
34633	Ottrau	ottrau	HE	066	06634	50.806	9.3857	4
34637	Schrecksbach	schrecksbach	HE	066	06634	50.8333	9.2833	4
34639	Schwarzenborn	schwarzenborn	HE	066	06634	50.9098	9.4466	4
35066	Frankenberg (Eder)	frankenberg-eder	HE	066	06635	51.0585	8.7833	4
35088	Battenberg (Eder)	battenberg-eder	HE	066	06635	51.0136	8.6473	4
35099	Burgwald	burgwald	HE	066	06635	51	8.75	4
35104	Lichtenfels	lichtenfels	HE	066	06635	51.1583	8.7958	4
35108	Allendorf (Eder)	allendorf-eder	HE	066	06635	51.0333	8.6792	4
35108	Allendorf (Eder) Osterfeld	allendorf-eder-osterfeld	HE	066	06635	51.05	8.65	4
35108	Allendorf (Eder) Haine	allendorf-eder-haine	HE	066	06635	51.0333	8.7167	4
35108	Allendorf (Eder) Rennertehausen	allendorf-eder-rennertehausen	HE	066	06635	51.0167	8.6833	4
35108	Allendorf (Eder) Battenfeld	allendorf-eder-battenfeld	HE	066	06635	51.0333	8.6667	4
35110	Frankenau	frankenau	HE	066	06635	51.0927	8.9345	4
35114	Haina (Kloster)	haina-kloster	HE	066	06635	51.0278	8.9667	4
35116	Hatzfeld (Eder)	hatzfeld-eder	HE	066	06635	51.0109	8.5866	4
35119	Rosenthal	rosenthal	HE	066	06635	50.9744	8.8674	4
35285	Gemünden (Wohra)	gemunden-wohra	HE	066	06635	50.9667	8.9667	4
36037	Fulda	fulda	HE	066	06631	50.5518	9.6833	4
36039	Fulda	fulda	HE	066	06631	50.5732	9.6824	4
36041	Fulda	fulda	HE	066	06631	50.5569	9.6431	4
36043	Fulda	fulda	HE	066	06631	50.5345	9.6922	4
36088	Hünfeld	hunfeld	HE	066	06631	50.6797	9.7673	4
36093	Künzell	kunzell	HE	066	06631	50.5442	9.7179	4
36100	Petersberg	petersberg	HE	066	06631	50.5619	9.7131	
36103	Flieden	flieden	HE	066	06631	50.4239	9.5666	4
36115	Hilders	hilders	HE	066	06631	50.5327	9.9929	4
36115	Ehrenberg	ehrenberg	HE	066	06631	50.5	10	
36119	Neuhof	neuhof	HE	066	06631	50.4531	9.6175	4
36124	Eichenzell	eichenzell	HE	066	06631	50.4954	9.6967	4
36129	Gersfeld	gersfeld	HE	066	06631	50.4514	9.9142	4
36132	Eiterfeld	eiterfeld	HE	066	06631	50.7667	9.8	4
36137	Großenlüder	grossenluder	HE	066	06631	50.5925	9.5423	4
36142	Tann	tann	HE	066	06631	50.6428	10.0238	4
36145	Hofbieber	hofbieber	HE	066	06631	50.5863	9.8353	4
36148	Kalbach	kalbach	HE	066	06631	50.4045	9.6826	4
36151	Burghaun	burghaun	HE	066	06631	50.6968	9.7245	4
36154	Hosenfeld	hosenfeld	HE	066	06631	50.505	9.4797	4
36157	Ebersburg	ebersburg	HE	066	06631	50.4554	9.7863	4
36160	Dipperz	dipperz	HE	066	06631	50.5433	9.7959	4
36163	Poppenhausen	poppenhausen	HE	066	06631	50.4879	9.868	4
36166	Haunetal	haunetal	HE	066	06632	50.7667	9.6667	4
36167	Nüsttal	nusttal	HE	066	06631	50.6333	9.85	4
36169	Rasdorf	rasdorf	HE	066	06631	50.7167	9.9	4
36179	Bebra	bebra	HE	066	06632	50.9745	9.7956	4
36199	Rotenburg an der Fulda	rotenburg-an-der-fulda	HE	066	06632	50.9956	9.7284	4
36205	Sontra	sontra	HE	066	06636	51.0717	9.9356	4
36208	Wildeck	wildeck	HE	066	06632	50.95	9.9833	4
36211	Alheim	alheim	HE	066	06632	51.0333	9.6667	4
36214	Nentershausen	nentershausen	HE	066	06632	51.0167	9.9333	4
36217	Ronshausen	ronshausen	HE	066	06632	50.95	9.85	4
36219	Cornberg	cornberg	HE	066	06632	51.0416	9.8605	4
36251	Ludwigsau	ludwigsau	HE	066	06632	50.9	9.7667	
36251	Bad Hersfeld	bad-hersfeld	HE	066	06632	50.872	9.7089	4
36266	Heringen (Werra)	heringen-werra	HE	066	06632	50.8833	9.9873	4
36269	Philippsthal (Werra)	philippsthal-werra	HE	066	06632	50.846	9.9795	4
36272	Niederaula	niederaula	HE	066	06632	50.8	9.6	4
36275	Kirchheim	kirchheim	HE	066	06632	50.8333	9.5667	4
36277	Schenklengsfeld	schenklengsfeld	HE	066	06632	50.8167	9.85	4
36280	Oberaula	oberaula	HE	066	06634	50.85	9.4667	4
36282	Hauneck	hauneck	HE	066	06632	50.8167	9.7333	4
36284	Hohenroda	hohenroda	HE	066	06632	50.8	9.9	4
36286	Neuenstein	neuenstein	HE	066	06632	50.9333	9.55	4
36287	Breitenbach am Herzberg	breitenbach-am-herzberg	HE	066	06632	50.7752	9.516	4
36289	Friedewald	friedewald	HE	066	06632	50.8833	9.8667	4
36364	Bad Salzschlirf	bad-salzschlirf	HE	066	06631	50.6239	9.5082	4
37213	Witzenhausen	witzenhausen	HE	066	06636	51.3334	9.858	4
37214	Witzenhausen	witzenhausen	HE	066	06636	51.3333	9.8667	4
37215	Witzenhausen	witzenhausen	HE	066	06636	51.3333	9.8667	4
37216	Witzenhausen	witzenhausen	HE	066	06636	51.3333	9.8667	4
37217	Witzenhausen	witzenhausen	HE	066	06636	51.3333	9.8667	4
37218	Witzenhausen	witzenhausen	HE	066	06636	51.3333	9.8667	4
37235	Hessisch Lichtenau	hessisch-lichtenau	HE	066	06636	51.1995	9.7186	4
37242	Bad Sooden-Allendorf	bad-sooden-allendorf	HE	066	06636	51.2709	9.9748	4
37247	Großalmerode	grossalmerode	HE	066	06636	51.2586	9.7845	4
37249	Neu-Eichenberg	neu-eichenberg	HE	066	06636	51.3833	9.8833	4
37269	Eschwege	eschwege	HE	066	06636	51.1839	10.0533	4
37276	Meinhard	meinhard	HE	066	06636	51.2167	10.0667	4
37281	Wanfried	wanfried	HE	066	06636	51.1821	10.1728	4
37284	Waldkappel	waldkappel	HE	066	06636	51.1384	9.9432	4
37287	Wehretal	wehretal	HE	066	06636	51.15	10	4
37290	Meißner	meissner	HE	066	06636	51.2	9.9333	4
37293	Herleshausen	herleshausen	HE	066	06636	51.0063	10.1673	4
37296	Ringgau	ringgau	HE	066	06636	51.0833	10.0667	4
37297	Berkatal	berkatal	HE	066	06636	51.2333	9.9167	4
37299	Weißenborn	weissenborn	HE	066	06636	51.1251	10.116	4
59969	Bromskirchen	bromskirchen	HE	066	06635	51.0936	8.6264	4
20038	Hamburg	hamburg	HH	00	02000	53.5544	9.9946	4
20095	Hamburg Altstadt	hamburg-altstadt	HH	00	02000	53.5453	9.9953	
20095	Hamburg	hamburg	HH	00	02000	53.5521	10.0004	6
20095	Hamburg Klostertor	hamburg-klostertor	HH	00	02000	53.5439	10.0133	
20095	Hamburg Sankt Georg	hamburg-sankt-georg	HH	00	02000	53.5564	10.0144	
20097	Hamburg Klostertor	hamburg-klostertor	HH	00	02000	53.5439	10.0133	6
20097	Hamburg Hammerbrook	hamburg-hammerbrook	HH	00	02000	53.5467	10.0314	4
20097	Hamburg Sankt Georg	hamburg-sankt-georg	HH	00	02000	53.5564	10.0144	
20097	Hamburg	hamburg	HH	00	02000	53.5481	10.0194	6
20099	Hamburg Hamburg-Altstadt	hamburg-hamburg-altstadt	HH	00	02000	53.5453	9.9953	4
20099	Hamburg	hamburg	HH	00	02000	53.5583	10.0107	6
20099	Hamburg Sankt Georg	hamburg-sankt-georg	HH	00	02000	53.5564	10.0144	6
20144	Hamburg Rotherbaum	hamburg-rotherbaum	HH	00	02000	53.5694	9.9853	4
20144	Hamburg Hoheluft-Ost	hamburg-hoheluft-ost	HH	00	02000	53.5828	9.9808	4
20144	Hamburg Harvestehude	hamburg-harvestehude	HH	00	02000	53.5764	9.9867	4
20144	Hamburg Eimsbüttel	hamburg-eimsbuttel	HH	00	02000	53.5725	9.9497	4
20144	Hamburg	hamburg	HH	00	02000	53.574	9.9747	6
20146	Hamburg Rotherbaum	hamburg-rotherbaum	HH	00	02000	53.5694	9.9853	6
20146	Hamburg Harvestehude	hamburg-harvestehude	HH	00	02000	53.5764	9.9867	4
20146	Hamburg	hamburg	HH	00	02000	53.5666	9.98	6
20148	Hamburg Harvestehude	hamburg-harvestehude	HH	00	02000	53.5764	9.9867	4
20148	Hamburg Rotherbaum	hamburg-rotherbaum	HH	00	02000	53.5694	9.9853	4
20148	Hamburg	hamburg	HH	00	02000	53.5674	9.9977	6
20149	Hamburg Rotherbaum	hamburg-rotherbaum	HH	00	02000	53.5694	9.9853	4
20149	Hamburg Harvestehude	hamburg-harvestehude	HH	00	02000	53.5764	9.9867	6
20149	Hamburg	hamburg	HH	00	02000	53.5792	9.9929	6
20249	Hamburg Harvestehude	hamburg-harvestehude	HH	00	02000	53.5764	9.9867	4
20249	Hamburg Hoheluft-Ost	hamburg-hoheluft-ost	HH	00	02000	53.5828	9.9808	4
20249	Hamburg Winterhude	hamburg-winterhude	HH	00	02000	53.5953	10.0122	4
20249	Hamburg	hamburg	HH	00	02000	53.5894	9.9897	6
20249	Hamburg Eppendorf	hamburg-eppendorf	HH	00	02000	53.5892	9.9814	4
20251	Hamburg	hamburg	HH	00	02000	53.583	9.9813	6
20251	Hamburg Alsterdorf	hamburg-alsterdorf	HH	00	02000	53.6108	10.0131	4
20251	Hamburg Hoheluft-Ost	hamburg-hoheluft-ost	HH	00	02000	53.5828	9.9808	6
20251	Hamburg Eppendorf	hamburg-eppendorf	HH	00	02000	53.5892	9.9814	6
20253	Hamburg Hoheluft-West	hamburg-hoheluft-west	HH	00	02000	53.5808	9.9683	6
20253	Hamburg Eimsbüttel	hamburg-eimsbuttel	HH	00	02000	53.5725	9.9497	4
20253	Hamburg Harvestehude	hamburg-harvestehude	HH	00	02000	53.5764	9.9867	4
20253	Hamburg Lokstedt	hamburg-lokstedt	HH	00	02000	53.6031	9.9564	4
20253	Hamburg	hamburg	HH	00	02000	53.5818	9.9719	6
20253	Hamburg Hoheluft-Ost	hamburg-hoheluft-ost	HH	00	02000	53.5828	9.9808	4
20255	Hamburg Stellingen	hamburg-stellingen	HH	00	02000	53.5914	9.94	4
20255	Hamburg Hoheluft-West	hamburg-hoheluft-west	HH	00	02000	53.5808	9.9683	4
20255	Hamburg Eimsbüttel	hamburg-eimsbuttel	HH	00	02000	53.5725	9.9497	4
20255	Hamburg Lokstedt	hamburg-lokstedt	HH	00	02000	53.6031	9.9564	4
20255	Hamburg	hamburg	HH	00	02000	53.5767	9.949	6
20257	Hamburg Altona-Nord	hamburg-altona-nord	HH	00	02000	53.5614	9.9447	4
20257	Hamburg Eimsbüttel	hamburg-eimsbuttel	HH	00	02000	53.5725	9.9497	6
20257	Hamburg	hamburg	HH	00	02000	53.5751	9.945	6
20259	Hamburg Eimsbüttel	hamburg-eimsbuttel	HH	00	02000	53.5725	9.9497	4
20259	Hamburg	hamburg	HH	00	02000	53.5711	9.9534	6
20354	Hamburg Neustadt	hamburg-neustadt	HH	00	02000	53.5497	9.9794	4
20354	Hamburg Rotherbaum	hamburg-rotherbaum	HH	00	02000	53.5694	9.9853	4
20354	Hamburg Sankt Pauli	hamburg-sankt-pauli	HH	00	02000	53.5511	9.97	
20354	Hamburg	hamburg	HH	00	02000	53.5568	9.9898	6
20355	Hamburg Neustadt	hamburg-neustadt	HH	00	02000	53.5497	9.9794	4
20355	Hamburg	hamburg	HH	00	02000	53.5568	9.9801	6
20355	Hamburg Sankt Pauli	hamburg-sankt-pauli	HH	00	02000	53.5511	9.97	
20357	Hamburg Rotherbaum	hamburg-rotherbaum	HH	00	02000	53.5694	9.9853	4
20357	Hamburg Sankt Pauli	hamburg-sankt-pauli	HH	00	02000	53.5511	9.97	
20357	Hamburg Eimsbüttel	hamburg-eimsbuttel	HH	00	02000	53.5725	9.9497	4
20357	Hamburg Altona-Altstadt	hamburg-altona-altstadt	HH	00	02000	53.5503	9.9353	4
20357	Hamburg Altona-Nord	hamburg-altona-nord	HH	00	02000	53.5614	9.9447	4
20357	Hamburg	hamburg	HH	00	02000	53.5642	9.9679	6
20359	Hamburg Neustadt	hamburg-neustadt	HH	00	02000	53.5497	9.9794	4
20359	Hamburg Altona-Altstadt	hamburg-altona-altstadt	HH	00	02000	53.5503	9.9353	4
20359	Hamburg Sankt Pauli	hamburg-sankt-pauli	HH	00	02000	53.5511	9.97	6
20359	Hamburg	hamburg	HH	00	02000	53.5512	9.9662	6
20457	Hamburg Steinwerder	hamburg-steinwerder	HH	00	02000	53.5392	9.9614	6
20457	Hamburg	hamburg	HH	00	02000	53.5336	9.9808	6
20457	Hamburg Klostertor	hamburg-klostertor	HH	00	02000	53.5439	10.0133	
20457	Hamburg Kleiner Grasbrook	hamburg-kleiner-grasbrook	HH	00	02000	53.5297	9.9883	6
20457	Hamburg Hamburg-Altstadt	hamburg-hamburg-altstadt	HH	00	02000	53.5453	9.9953	6
20457	Hamburg Neustadt	hamburg-neustadt	HH	00	02000	53.5497	9.9794	4
20459	Hamburg	hamburg	HH	00	02000	53.5502	9.9841	4
20459	Hamburg Hamburg-Altstadt	hamburg-hamburg-altstadt	HH	00	02000	53.5453	9.9953	4
20459	Hamburg Neustadt	hamburg-neustadt	HH	00	02000	53.5497	9.9794	6
20459	Hamburg Sankt Pauli	hamburg-sankt-pauli	HH	00	02000	53.5511	9.97	
20535	Hamburg Borgfelde	hamburg-borgfelde	HH	00	02000	53.555	10.0333	6
20535	Hamburg Hamm-Nord	hamburg-hamm-nord	HH	00	02000	53.5603	10.0511	6
20535	Hamburg	hamburg	HH	00	02000	53.5598	10.0485	6
20537	Hamburg Borgfelde	hamburg-borgfelde	HH	00	02000	53.555	10.0333	4
20537	Hamburg Hamm-Mitte	hamburg-hamm-mitte	HH	00	02000	53.5531	10.0511	6
20537	Hamburg Hammerbrook	hamburg-hammerbrook	HH	00	02000	53.5467	10.0314	6
20537	Hamburg Hamm-Süd	hamburg-hamm-sud	HH	00	02000	53.5486	10.0511	6
20537	Hamburg	hamburg	HH	00	02000	53.5506	10.0569	6
20539	Hamburg Veddel	hamburg-veddel	HH	00	02000	53.5281	10.0217	6
20539	Hamburg Wilhelmsburg	hamburg-wilhelmsburg	HH	00	02000	53.4978	10.0189	4
20539	Hamburg Kleiner Grasbrook	hamburg-kleiner-grasbrook	HH	00	02000	53.5297	9.9883	4
20539	Hamburg	hamburg	HH	00	02000	53.5389	10.0343	6
20539	Hamburg Rothenburgsort	hamburg-rothenburgsort	HH	00	02000	53.5356	10.0369	6
21029	Hamburg Bergedorf	hamburg-bergedorf	HH	00	02000	53.4858	10.2267	6
21029	Hamburg	hamburg	HH	00	02000	53.4826	10.2211	6
21029	Hamburg Altengamme	hamburg-altengamme	HH	00	02000	53.4306	10.2678	4
21029	Hamburg Curslack	hamburg-curslack	HH	00	02000	53.4533	10.2353	4
21031	Hamburg Bergedorf	hamburg-bergedorf	HH	00	02000	53.4858	10.2267	4
21031	Hamburg	hamburg	HH	00	02000	53.5057	10.2042	6
21031	Hamburg Lohbrügge	hamburg-lohbrugge	HH	00	02000	53.5089	10.1983	6
21033	Hamburg Bergedorf	hamburg-bergedorf	HH	00	02000	53.4858	10.2267	4
21033	Hamburg	hamburg	HH	00	02000	53.5053	10.1518	6
21033	Hamburg Billwerder	hamburg-billwerder	HH	00	02000	53.5069	10.1256	6
21033	Hamburg Lohbrügge	hamburg-lohbrugge	HH	00	02000	53.5089	10.1983	4
21035	Hamburg Bergedorf	hamburg-bergedorf	HH	00	02000	53.4858	10.2267	4
21035	Hamburg	hamburg	HH	00	02000	53.4882	10.1445	6
21035	Hamburg Allermöhe	hamburg-allermohe	HH	00	02000	53.4836	10.125	4
21035	Hamburg Billwerder	hamburg-billwerder	HH	00	02000	53.5069	10.1256	4
21037	Hamburg Ochsenwerder	hamburg-ochsenwerder	HH	00	02000	53.4719	10.0942	6
21037	Hamburg Kirchwerder	hamburg-kirchwerder	HH	00	02000	53.4397	10.1719	6
21037	Hamburg Allermöhe	hamburg-allermohe	HH	00	02000	53.4836	10.125	6
21037	Hamburg	hamburg	HH	00	02000	53.4508	10.1419	6
21037	Hamburg Reitbrook	hamburg-reitbrook	HH	00	02000	53.4683	10.1444	6
21037	Hamburg Curslack	hamburg-curslack	HH	00	02000	53.4533	10.2353	4
21037	Hamburg Neuengamme	hamburg-neuengamme	HH	00	02000	53.4456	10.2211	4
21037	Hamburg Spadenland	hamburg-spadenland	HH	00	02000	53.4814	10.0664	6
21037	Hamburg Tatenberg	hamburg-tatenberg	HH	00	02000	53.4936	10.0797	6
21039	Hamburg	hamburg	HH	00	02000	53.443	10.2514	6
21073	Hamburg Harburg	hamburg-harburg	HH	00	02000	53.4592	9.9806	6
21073	Hamburg Heimfeld	hamburg-heimfeld	HH	00	02000	53.465	9.9586	4
21073	Hamburg Wilstorf	hamburg-wilstorf	HH	00	02000	53.4436	9.9842	4
21073	Hamburg Eißendorf	hamburg-eissendorf	HH	00	02000	53.4514	9.935	4
21073	Hamburg	hamburg	HH	00	02000	53.4581	9.9725	6
21075	Hamburg Harburg	hamburg-harburg	HH	00	02000	53.4592	9.9806	4
21075	Hamburg Hausbruch	hamburg-hausbruch	HH	00	02000	53.4703	9.8933	4
21075	Hamburg Heimfeld	hamburg-heimfeld	HH	00	02000	53.465	9.9586	6
21075	Hamburg Eißendorf	hamburg-eissendorf	HH	00	02000	53.4514	9.935	6
21075	Hamburg	hamburg	HH	00	02000	53.457	9.9301	6
21077	Hamburg Langenbek	hamburg-langenbek	HH	00	02000	53.4328	9.9908	4
21077	Hamburg	hamburg	HH	00	02000	53.4332	9.9517	6
21077	Hamburg Rönneburg	hamburg-ronneburg	HH	00	02000	53.4319	10.0094	4
21077	Hamburg Wilstorf	hamburg-wilstorf	HH	00	02000	53.4436	9.9842	6
21077	Hamburg Marmstorf	hamburg-marmstorf	HH	00	02000	53.4339	9.9589	6
21077	Hamburg Sinstorf	hamburg-sinstorf	HH	00	02000	53.4208	9.9875	4
21077	Hamburg Eißendorf	hamburg-eissendorf	HH	00	02000	53.4514	9.935	4
21079	Hamburg Rönneburg	hamburg-ronneburg	HH	00	02000	53.4319	10.0094	6
21079	Hamburg Hausbruch	hamburg-hausbruch	HH	00	02000	53.4703	9.8933	4
21079	Hamburg Langenbek	hamburg-langenbek	HH	00	02000	53.4328	9.9908	6
21079	Hamburg Neuland	hamburg-neuland	HH	00	02000	53.4672	10.0297	6
21079	Hamburg Harburg	hamburg-harburg	HH	00	02000	53.4592	9.9806	4
21079	Hamburg Moorburg	hamburg-moorburg	HH	00	02000	53.4883	9.9303	6
21079	Hamburg Heimfeld	hamburg-heimfeld	HH	00	02000	53.465	9.9586	4
21079	Hamburg Wilstorf	hamburg-wilstorf	HH	00	02000	53.4436	9.9842	4
21079	Hamburg Gut Moor	hamburg-gut-moor	HH	00	02000	53.4508	10.0186	6
21079	Hamburg	hamburg	HH	00	02000	53.4616	10.0109	6
21079	Hamburg Sinstorf	hamburg-sinstorf	HH	00	02000	53.4208	9.9875	6
21107	Hamburg Wilhelmsburg	hamburg-wilhelmsburg	HH	00	02000	53.4978	10.0189	4
21107	Hamburg	hamburg	HH	00	02000	53.51	9.9784	6
21107	Hamburg Steinwerder	hamburg-steinwerder	HH	00	02000	53.5392	9.9614	4
21109	Hamburg Veddel	hamburg-veddel	HH	00	02000	53.5281	10.0217	4
21109	Hamburg Wilhelmsburg	hamburg-wilhelmsburg	HH	00	02000	53.4978	10.0189	6
21109	Hamburg	hamburg	HH	00	02000	53.5007	10.0137	6
21129	Hamburg Moorburg	hamburg-moorburg	HH	00	02000	53.4883	9.9303	4
21129	Hamburg Waltershof	hamburg-waltershof	HH	00	02000	53.5292	9.9214	6
21129	Hamburg Francop	hamburg-francop	HH	00	02000	53.5075	9.8544	6
21129	Hamburg Cranz	hamburg-cranz	HH	00	02000	53.5364	9.7797	6
21129	Hamburg Finkenwerder	hamburg-finkenwerder	HH	00	02000	53.5303	9.8689	6
21129	Hamburg Altenwerder	hamburg-altenwerder	HH	00	02000	53.5047	9.9206	6
21129	Hamburg Neuenfelde	hamburg-neuenfelde	HH	00	02000	53.5217	9.8003	6
21129	Hamburg	hamburg	HH	00	02000	53.5194	9.8994	6
21147	Hamburg Hausbruch	hamburg-hausbruch	HH	00	02000	53.4703	9.8933	4
21147	Hamburg Neugraben-Fischbek	hamburg-neugraben-fischbek	HH	00	02000	53.4772	9.8458	6
21147	Hamburg	hamburg	HH	00	02000	53.4842	9.8512	6
21149	Hamburg Hausbruch	hamburg-hausbruch	HH	00	02000	53.4703	9.8933	6
21149	Hamburg Neugraben-Fischbek	hamburg-neugraben-fischbek	HH	00	02000	53.4772	9.8458	4
21149	Hamburg	hamburg	HH	00	02000	53.4526	9.8619	6
22041	Hamburg Tonndorf	hamburg-tonndorf	HH	00	02000	53.5869	10.1175	4
22041	Hamburg Marienthal	hamburg-marienthal	HH	00	02000	53.5594	10.0858	4
22041	Hamburg Wandsbek	hamburg-wandsbek	HH	00	02000	53.5794	10.0864	6
22041	Hamburg	hamburg	HH	00	02000	53.5741	10.076	6
22043	Hamburg Marienthal	hamburg-marienthal	HH	00	02000	53.5594	10.0858	4
22043	Hamburg	hamburg	HH	00	02000	53.5691	10.1209	6
22043	Hamburg Jenfeld	hamburg-jenfeld	HH	00	02000	53.5772	10.1281	6
22043	Hamburg Tonndorf	hamburg-tonndorf	HH	00	02000	53.5869	10.1175	4
22045	Hamburg	hamburg	HH	00	02000	53.5829	10.1268	6
22045	Hamburg Tonndorf	hamburg-tonndorf	HH	00	02000	53.5869	10.1175	6
22045	Hamburg Jenfeld	hamburg-jenfeld	HH	00	02000	53.5772	10.1281	4
22047	Hamburg	hamburg	HH	00	02000	53.5883	10.0897	6
22047	Hamburg Bramfeld	hamburg-bramfeld	HH	00	02000	53.6122	10.0886	4
22047	Hamburg Tonndorf	hamburg-tonndorf	HH	00	02000	53.5869	10.1175	4
22047	Hamburg Wandsbek	hamburg-wandsbek	HH	00	02000	53.5794	10.0864	4
22049	Hamburg Dulsberg	hamburg-dulsberg	HH	00	02000	53.5825	10.0625	6
22049	Hamburg Wandsbek	hamburg-wandsbek	HH	00	02000	53.5794	10.0864	4
22049	Hamburg	hamburg	HH	00	02000	53.5808	10.0594	6
22081	Hamburg Barmbek-Süd	hamburg-barmbek-sud	HH	00	02000	53.58	10.0436	6
22081	Hamburg Uhlenhorst	hamburg-uhlenhorst	HH	00	02000	53.5714	10.0189	4
22081	Hamburg	hamburg	HH	00	02000	53.576	10.0467	6
22083	Hamburg Barmbek-Süd	hamburg-barmbek-sud	HH	00	02000	53.58	10.0436	4
22083	Hamburg	hamburg	HH	00	02000	53.575	10.0342	6
22085	Hamburg Uhlenhorst	hamburg-uhlenhorst	HH	00	02000	53.5714	10.0189	6
22085	Hamburg Barmbek-Süd	hamburg-barmbek-sud	HH	00	02000	53.58	10.0436	4
22085	Hamburg	hamburg	HH	00	02000	53.5771	10.019	6
22087	Hamburg Uhlenhorst	hamburg-uhlenhorst	HH	00	02000	53.5714	10.0189	4
22087	Hamburg Hohenfelde	hamburg-hohenfelde	HH	00	02000	53.5628	10.0264	6
22087	Hamburg Eilbek	hamburg-eilbek	HH	00	02000	53.5661	10.0475	4
22087	Hamburg Hamm-Nord	hamburg-hamm-nord	HH	00	02000	53.5603	10.0511	
22087	Hamburg	hamburg	HH	00	02000	53.566	10.0247	6
22089	Hamburg Hohenfelde	hamburg-hohenfelde	HH	00	02000	53.5628	10.0264	4
22089	Hamburg	hamburg	HH	00	02000	53.5685	10.0589	6
22089	Hamburg Eilbek	hamburg-eilbek	HH	00	02000	53.5661	10.0475	6
22089	Hamburg Marienthal	hamburg-marienthal	HH	00	02000	53.5594	10.0858	4
22089	Hamburg Wandsbek	hamburg-wandsbek	HH	00	02000	53.5794	10.0864	4
22089	Hamburg Hamm-Nord	hamburg-hamm-nord	HH	00	02000	53.5603	10.0511	
22111	Hamburg	hamburg	HH	00	02000	53.5401	10.1031	6
22111	Hamburg Horn	hamburg-horn	HH	00	02000	53.5536	10.1033	4
22111	Hamburg Billstedt	hamburg-billstedt	HH	00	02000	53.5411	10.1242	4
22111	Hamburg Billbrook	hamburg-billbrook	HH	00	02000	53.5281	10.0933	4
22115	Hamburg Lohbrügge	hamburg-lohbrugge	HH	00	02000	53.5089	10.1983	4
22115	Hamburg Billstedt	hamburg-billstedt	HH	00	02000	53.5411	10.1242	4
22115	Hamburg	hamburg	HH	00	02000	53.5281	10.1473	6
22117	Hamburg Billstedt	hamburg-billstedt	HH	00	02000	53.5411	10.1242	6
22117	Hamburg	hamburg	HH	00	02000	53.5389	10.128	6
22119	Hamburg Horn	hamburg-horn	HH	00	02000	53.5536	10.1033	6
22119	Hamburg	hamburg	HH	00	02000	53.5498	10.1091	6
22119	Hamburg Billstedt	hamburg-billstedt	HH	00	02000	53.5411	10.1242	4
22143	Hamburg	hamburg	HH	00	02000	53.6063	10.1669	6
22143	Hamburg Rahlstedt	hamburg-rahlstedt	HH	00	02000	53.6095	10.1926	6
22145	Hamburg	hamburg	HH	00	02000	53.6228	10.1761	6
22147	Hamburg Rahlstedt	hamburg-rahlstedt	HH	00	02000	53.6072	10.1606	4
22147	Hamburg	hamburg	HH	00	02000	53.6112	10.1356	6
22149	Hamburg Tonndorf	hamburg-tonndorf	HH	00	02000	53.5869	10.1175	4
22149	Hamburg	hamburg	HH	00	02000	53.5893	10.1691	6
22149	Hamburg Rahlstedt	hamburg-rahlstedt	HH	00	02000	53.6072	10.1606	4
22159	Hamburg Sasel	hamburg-sasel	HH	00	02000	53.6522	10.1169	4
22159	Hamburg Farmsen-Berne	hamburg-farmsen-berne	HH	00	02000	53.6081	10.1272	4
22159	Hamburg Bramfeld	hamburg-bramfeld	HH	00	02000	53.6122	10.0886	4
22159	Hamburg	hamburg	HH	00	02000	53.6153	10.1162	6
22159	Hamburg Tonndorf	hamburg-tonndorf	HH	00	02000	53.5869	10.1175	4
22175	Hamburg	hamburg	HH	00	02000	53.6217	10.0828	6
22175	Hamburg Bramfeld	hamburg-bramfeld	HH	00	02000	53.6122	10.0886	4
22177	Hamburg Steilshoop	hamburg-steilshoop	HH	00	02000	53.6158	10.0572	4
22177	Hamburg Bramfeld	hamburg-bramfeld	HH	00	02000	53.6122	10.0886	4
22177	Hamburg	hamburg	HH	00	02000	53.6057	10.0691	6
22179	Hamburg Bramfeld	hamburg-bramfeld	HH	00	02000	53.6122	10.0886	6
22179	Hamburg	hamburg	HH	00	02000	53.6058	10.0833	6
22297	Hamburg Alsterdorf	hamburg-alsterdorf	HH	00	02000	53.6108	10.0131	6
22297	Hamburg Barmbek-Nord	hamburg-barmbek-nord	HH	00	02000	53.5961	10.0511	4
22297	Hamburg Winterhude	hamburg-winterhude	HH	00	02000	53.5953	10.0122	4
22297	Hamburg Groß Borstel	hamburg-gross-borstel	HH	00	02000	53.6086	9.9869	4
22297	Hamburg	hamburg	HH	00	02000	53.6023	10.0252	6
22299	Hamburg Winterhude	hamburg-winterhude	HH	00	02000	53.5953	10.0122	6
22299	Hamburg	hamburg	HH	00	02000	53.5957	10.0016	6
22301	Hamburg Winterhude	hamburg-winterhude	HH	00	02000	53.5953	10.0122	4
22301	Hamburg	hamburg	HH	00	02000	53.5843	10.003	6
22303	Hamburg Winterhude	hamburg-winterhude	HH	00	02000	53.5953	10.0122	4
22303	Hamburg Barmbek-Nord	hamburg-barmbek-nord	HH	00	02000	53.5961	10.0511	4
22303	Hamburg	hamburg	HH	00	02000	53.5843	10.0266	6
22305	Hamburg Barmbek-Süd	hamburg-barmbek-sud	HH	00	02000	53.58	10.0436	4
22305	Hamburg Winterhude	hamburg-winterhude	HH	00	02000	53.5953	10.0122	4
22305	Hamburg Barmbek-Nord	hamburg-barmbek-nord	HH	00	02000	53.5961	10.0511	4
22305	Hamburg	hamburg	HH	00	02000	53.5886	10.0483	6
22307	Hamburg Barmbek-Nord	hamburg-barmbek-nord	HH	00	02000	53.5961	10.0511	6
22307	Hamburg	hamburg	HH	00	02000	53.5992	10.042	6
22309	Hamburg Ohlsdorf	hamburg-ohlsdorf	HH	00	02000	53.6219	10.0411	4
22309	Hamburg Bramfeld	hamburg-bramfeld	HH	00	02000	53.6122	10.0886	4
22309	Hamburg Steilshoop	hamburg-steilshoop	HH	00	02000	53.6158	10.0572	6
22309	Hamburg Barmbek-Nord	hamburg-barmbek-nord	HH	00	02000	53.5961	10.0511	4
22309	Hamburg	hamburg	HH	00	02000	53.6068	10.0474	6
22335	Hamburg Alsterdorf	hamburg-alsterdorf	HH	00	02000	53.6108	10.0131	4
22335	Hamburg Fuhlsbüttel	hamburg-fuhlsbuttel	HH	00	02000	53.6289	10.0161	6
22335	Hamburg Ohlsdorf	hamburg-ohlsdorf	HH	00	02000	53.6219	10.0411	4
22335	Hamburg	hamburg	HH	00	02000	53.6274	10.0143	6
22335	Hamburg Groß Borstel	hamburg-gross-borstel	HH	00	02000	53.6086	9.9869	4
22337	Hamburg Alsterdorf	hamburg-alsterdorf	HH	00	02000	53.6108	10.0131	4
22337	Hamburg	hamburg	HH	00	02000	53.6283	10.0347	6
22337	Hamburg Ohlsdorf	hamburg-ohlsdorf	HH	00	02000	53.6219	10.0411	6
22339	Hamburg Hummelsbüttel	hamburg-hummelsbuttel	HH	00	02000	53.6539	10.0486	4
22339	Hamburg	hamburg	HH	00	02000	53.6508	10.0432	6
22339	Hamburg Fuhlsbüttel	hamburg-fuhlsbuttel	HH	00	02000	53.6289	10.0161	4
22359	Hamburg Bergstedt	hamburg-bergstedt	HH	00	02000	53.6672	10.1306	4
22359	Hamburg Rahlstedt	hamburg-rahlstedt	HH	00	02000	53.6072	10.1606	4
22359	Hamburg	hamburg	HH	00	02000	53.6556	10.1656	6
22359	Hamburg Volksdorf	hamburg-volksdorf	HH	00	02000	53.6497	10.1842	6
22391	Hamburg Wellingsbüttel	hamburg-wellingsbuttel	HH	00	02000	53.6431	10.0897	6
22391	Hamburg Bramfeld	hamburg-bramfeld	HH	00	02000	53.6122	10.0886	4
22391	Hamburg	hamburg	HH	00	02000	53.6423	10.0819	6
22391	Hamburg Poppenbüttel	hamburg-poppenbuttel	HH	00	02000	53.6564	10.0742	4
22391	Hamburg Hummelsbüttel	hamburg-hummelsbuttel	HH	00	02000	53.6539	10.0486	4
22391	Hamburg Sasel	hamburg-sasel	HH	00	02000	53.6522	10.1169	4
22391	Hamburg Ohlsdorf	hamburg-ohlsdorf	HH	00	02000	53.6219	10.0411	4
22393	Hamburg Wellingsbüttel	hamburg-wellingsbuttel	HH	00	02000	53.6431	10.0897	4
22393	Hamburg Poppenbüttel	hamburg-poppenbuttel	HH	00	02000	53.6564	10.0742	4
22393	Hamburg Bramfeld	hamburg-bramfeld	HH	00	02000	53.6122	10.0886	4
22393	Hamburg Sasel	hamburg-sasel	HH	00	02000	53.6522	10.1169	6
22393	Hamburg	hamburg	HH	00	02000	53.6471	10.1156	6
22395	Hamburg Poppenbüttel	hamburg-poppenbuttel	HH	00	02000	53.6564	10.0742	4
22395	Hamburg Sasel	hamburg-sasel	HH	00	02000	53.6522	10.1169	4
22395	Hamburg Bergstedt	hamburg-bergstedt	HH	00	02000	53.6672	10.1306	6
22395	Hamburg Wohldorf-Ohlstedt	hamburg-wohldorf-ohlstedt	HH	00	02000	53.7019	10.1306	4
22395	Hamburg	hamburg	HH	00	02000	53.6707	10.1231	6
22397	Hamburg Lemsahl-Mellingstedt	hamburg-lemsahl-mellingstedt	HH	00	02000	53.6811	10.0867	6
22397	Hamburg Duvenstedt	hamburg-duvenstedt	HH	00	02000	53.7067	10.0944	6
22397	Hamburg Wohldorf-Ohlstedt	hamburg-wohldorf-ohlstedt	HH	00	02000	53.7019	10.1306	6
22397	Hamburg	hamburg	HH	00	02000	53.7042	10.1172	6
22399	Hamburg Hummelsbüttel	hamburg-hummelsbuttel	HH	00	02000	53.6539	10.0486	4
22399	Hamburg Poppenbüttel	hamburg-poppenbuttel	HH	00	02000	53.6564	10.0742	6
22399	Hamburg	hamburg	HH	00	02000	53.6641	10.0715	6
22399	Hamburg Lemsahl-Mellingstedt	hamburg-lemsahl-mellingstedt	HH	00	02000	53.6811	10.0867	4
22415	Hamburg Hummelsbüttel	hamburg-hummelsbuttel	HH	00	02000	53.6539	10.0486	4
22415	Hamburg	hamburg	HH	00	02000	53.6446	10.0078	6
22415	Hamburg Langenhorn	hamburg-langenhorn	HH	00	02000	53.6633	10.0083	4
22415	Hamburg Fuhlsbüttel	hamburg-fuhlsbuttel	HH	00	02000	53.6289	10.0161	4
22417	Hamburg Hummelsbüttel	hamburg-hummelsbuttel	HH	00	02000	53.6539	10.0486	6
22417	Hamburg	hamburg	HH	00	02000	53.6671	10.0345	6
22417	Hamburg Langenhorn	hamburg-langenhorn	HH	00	02000	53.6633	10.0083	4
22419	Hamburg	hamburg	HH	00	02000	53.6663	10.0057	6
22419	Hamburg Langenhorn	hamburg-langenhorn	HH	00	02000	53.6633	10.0083	6
22453	Hamburg Groß Borstel	hamburg-gross-borstel	HH	00	02000	53.6086	9.9869	6
22453	Hamburg Niendorf	hamburg-niendorf	HH	00	02000	53.6186	9.9611	4
22453	Hamburg	hamburg	HH	00	02000	53.6082	9.9694	6
22453	Hamburg Fuhlsbüttel	hamburg-fuhlsbuttel	HH	00	02000	53.6289	10.0161	4
22455	Hamburg Schnelsen	hamburg-schnelsen	HH	00	02000	53.6364	9.9306	6
22455	Hamburg	hamburg	HH	00	02000	53.6407	9.955	6
22455	Hamburg Niendorf	hamburg-niendorf	HH	00	02000	53.6186	9.9611	4
22457	Hamburg Eidelstedt	hamburg-eidelstedt	HH	00	02000	53.605	9.9161	4
22457	Hamburg Schnelsen	hamburg-schnelsen	HH	00	02000	53.6364	9.9306	4
22457	Hamburg	hamburg	HH	00	02000	53.6382	9.9121	6
22457	Hamburg Niendorf	hamburg-niendorf	HH	00	02000	53.6186	9.9611	4
22459	Hamburg	hamburg	HH	00	02000	53.6242	9.9235	6
22459	Hamburg Schnelsen	hamburg-schnelsen	HH	00	02000	53.6364	9.9306	4
22459	Hamburg Niendorf	hamburg-niendorf	HH	00	02000	53.6186	9.9611	4
22523	Hamburg	hamburg	HH	00	02000	53.6108	9.9033	6
22523	Hamburg Eidelstedt	hamburg-eidelstedt	HH	00	02000	53.605	9.9161	4
22525	Hamburg Stellingen	hamburg-stellingen	HH	00	02000	53.5914	9.94	4
22525	Hamburg Bahrenfeld	hamburg-bahrenfeld	HH	00	02000	53.5697	9.9092	4
22525	Hamburg Lurup	hamburg-lurup	HH	00	02000	53.5939	9.8742	4
22525	Hamburg Eimsbüttel	hamburg-eimsbuttel	HH	00	02000	53.5725	9.9497	4
22525	Hamburg	hamburg	HH	00	02000	53.592	9.9198	6
22525	Hamburg Eidelstedt	hamburg-eidelstedt	HH	00	02000	53.605	9.9161	4
22527	Hamburg Lokstedt	hamburg-lokstedt	HH	00	02000	53.6031	9.9564	4
22527	Hamburg Eimsbüttel	hamburg-eimsbuttel	HH	00	02000	53.5725	9.9497	4
22527	Hamburg Stellingen	hamburg-stellingen	HH	00	02000	53.5914	9.94	6
22527	Hamburg Eidelstedt	hamburg-eidelstedt	HH	00	02000	53.605	9.9161	6
22527	Hamburg	hamburg	HH	00	02000	53.593	9.9397	6
22529	Hamburg Niendorf	hamburg-niendorf	HH	00	02000	53.6186	9.9611	4
22529	Hamburg Lokstedt	hamburg-lokstedt	HH	00	02000	53.6031	9.9564	6
22529	Hamburg Eppendorf	hamburg-eppendorf	HH	00	02000	53.5892	9.9814	4
22529	Hamburg Groß Borstel	hamburg-gross-borstel	HH	00	02000	53.6086	9.9869	4
22529	Hamburg Stellingen	hamburg-stellingen	HH	00	02000	53.5914	9.94	4
22529	Hamburg Hoheluft-West	hamburg-hoheluft-west	HH	00	02000	53.5808	9.9683	4
22529	Hamburg	hamburg	HH	00	02000	53.6021	9.9589	6
22547	Hamburg Bahrenfeld	hamburg-bahrenfeld	HH	00	02000	53.5697	9.9092	4
22547	Hamburg	hamburg	HH	00	02000	53.5892	9.8831	6
22547	Hamburg Lurup	hamburg-lurup	HH	00	02000	53.5939	9.8742	6
22547	Hamburg Osdorf	hamburg-osdorf	HH	00	02000	53.5736	9.8522	4
22547	Hamburg Eidelstedt	hamburg-eidelstedt	HH	00	02000	53.605	9.9161	4
22549	Hamburg	hamburg	HH	00	02000	53.5824	9.8556	6
22549	Hamburg Bahrenfeld	hamburg-bahrenfeld	HH	00	02000	53.5697	9.9092	4
22549	Hamburg Lurup	hamburg-lurup	HH	00	02000	53.5939	9.8742	4
22549	Hamburg Osdorf	hamburg-osdorf	HH	00	02000	53.5736	9.8522	6
22559	Hamburg	hamburg	HH	00	02000	53.5931	9.7651	6
22559	Hamburg Rissen	hamburg-rissen	HH	00	02000	53.5847	9.7564	6
22587	Hamburg Sülldorf	hamburg-sulldorf	HH	00	02000	53.5856	9.7989	4
22587	Hamburg Blankenese	hamburg-blankenese	HH	00	02000	53.5575	9.8031	6
22587	Hamburg	hamburg	HH	00	02000	53.5652	9.8	6
22587	Hamburg Nienstedten	hamburg-nienstedten	HH	00	02000	53.55	9.8631	4
22587	Hamburg Osdorf	hamburg-osdorf	HH	00	02000	53.5736	9.8522	4
22587	Hamburg Rissen	hamburg-rissen	HH	00	02000	53.5847	9.7564	4
22589	Hamburg Iserbrook	hamburg-iserbrook	HH	00	02000	53.5781	9.8281	6
22589	Hamburg Blankenese	hamburg-blankenese	HH	00	02000	53.5575	9.8031	4
22589	Hamburg Sülldorf	hamburg-sulldorf	HH	00	02000	53.5856	9.7989	6
22589	Hamburg Osdorf	hamburg-osdorf	HH	00	02000	53.5736	9.8522	4
22589	Hamburg	hamburg	HH	00	02000	53.5827	9.8079	6
22605	Hamburg Groß Flottbek	hamburg-gross-flottbek	HH	00	02000	53.5658	9.8794	4
22605	Hamburg Bahrenfeld	hamburg-bahrenfeld	HH	00	02000	53.5697	9.9092	4
22605	Hamburg Othmarschen	hamburg-othmarschen	HH	00	02000	53.555	9.8881	6
22605	Hamburg	hamburg	HH	00	02000	53.5512	9.8846	6
22607	Hamburg Groß Flottbek	hamburg-gross-flottbek	HH	00	02000	53.5658	9.8794	6
22607	Hamburg Nienstedten	hamburg-nienstedten	HH	00	02000	53.55	9.8631	4
22607	Hamburg Othmarschen	hamburg-othmarschen	HH	00	02000	53.555	9.8881	4
22607	Hamburg Bahrenfeld	hamburg-bahrenfeld	HH	00	02000	53.5697	9.9092	4
22607	Hamburg	hamburg	HH	00	02000	53.5712	9.8745	6
22609	Hamburg Groß Flottbek	hamburg-gross-flottbek	HH	00	02000	53.5658	9.8794	4
22609	Hamburg Osdorf	hamburg-osdorf	HH	00	02000	53.5736	9.8522	4
22609	Hamburg Othmarschen	hamburg-othmarschen	HH	00	02000	53.555	9.8881	4
22609	Hamburg Nienstedten	hamburg-nienstedten	HH	00	02000	53.55	9.8631	6
22609	Hamburg	hamburg	HH	00	02000	53.5701	9.8654	6
22761	Hamburg Bahrenfeld	hamburg-bahrenfeld	HH	00	02000	53.5697	9.9092	6
22761	Hamburg	hamburg	HH	00	02000	53.566	9.9116	6
22763	Hamburg Ottensen	hamburg-ottensen	HH	00	02000	53.555	9.9181	6
22763	Hamburg Othmarschen	hamburg-othmarschen	HH	00	02000	53.555	9.8881	4
22763	Hamburg	hamburg	HH	00	02000	53.552	9.9084	6
22765	Hamburg Ottensen	hamburg-ottensen	HH	00	02000	53.555	9.9181	4
22765	Hamburg	hamburg	HH	00	02000	53.5528	9.9361	6
22765	Hamburg Altona-Altstadt	hamburg-altona-altstadt	HH	00	02000	53.5503	9.9353	6
22765	Hamburg Altona-Nord	hamburg-altona-nord	HH	00	02000	53.5614	9.9447	6
22767	Hamburg Sankt Pauli	hamburg-sankt-pauli	HH	00	02000	53.5511	9.97	
22767	Hamburg Altona-Altstadt	hamburg-altona-altstadt	HH	00	02000	53.5503	9.9353	4
22767	Hamburg	hamburg	HH	00	02000	53.5509	9.9425	6
22767	Hamburg Ottensen	hamburg-ottensen	HH	00	02000	53.555	9.9181	4
22769	Hamburg Stellingen	hamburg-stellingen	HH	00	02000	53.5914	9.94	4
22769	Hamburg Sankt Pauli	hamburg-sankt-pauli	HH	00	02000	53.5511	9.97	
22769	Hamburg Eimsbüttel	hamburg-eimsbuttel	HH	00	02000	53.5725	9.9497	4
22769	Hamburg Bahrenfeld	hamburg-bahrenfeld	HH	00	02000	53.5697	9.9092	4
22769	Hamburg Altona-Altstadt	hamburg-altona-altstadt	HH	00	02000	53.5503	9.9353	4
22769	Hamburg Altona-Nord	hamburg-altona-nord	HH	00	02000	53.5614	9.9447	4
22769	Hamburg	hamburg	HH	00	02000	53.5625	9.9573	6
27499	Hamburg Neuwerk	hamburg-neuwerk	HH	00	02000	53.9167	8.5	6
17033	Neubrandenburg	neubrandenburg	MV	00	13071	53.5476	13.2555	4
17034	Neubrandenburg	neubrandenburg	MV	00	13071	53.5761	13.2797	4
17036	Neubrandenburg	neubrandenburg	MV	00	13071	53.5537	13.2969	4
17039	Sponholz	sponholz	MV	00	13071	53.5534	13.367	4
17039	Brunn	brunn	MV	00	13071	53.6708	13.3703	4
17039	Beseritz	beseritz	MV	00	13071	53.7017	13.4571	4
17039	Neddemin	neddemin	MV	00	13071	53.6519	13.2793	4
17039	Blankenhof	blankenhof	MV	00	13071	53.5777	13.131	4
17039	Wulkenzin	wulkenzin	MV	00	13071	53.5444	13.1692	4
17039	Trollenhagen	trollenhagen	MV	00	13071	53.6071	13.291	4
17039	Warlin	warlin	MV	00	13071	53.5741	13.3939	4
17039	Zirzow	zirzow	MV	00	13071	53.5829	13.1966	4
17039	Neuenkirchen	neuenkirchen	MV	00	13071	53.5973	13.3694	4
17039	Woggersin	woggersin	MV	00	13071	53.6084	13.2309	4
17039	Staven	staven	MV	00	13071	53.6277	13.4036	4
17039	Neverin	neverin	MV	00	13071	53.6207	13.3366	4
17087	Altentreptow	altentreptow	MV	00	13071	53.6942	13.265	4
17089	Bartow	bartow	MV	00	13071	53.8166	13.3458	4
17089	Siedenbollentin	siedenbollentin	MV	00	13071	53.7327	13.3814	4
17089	Grischow	grischow	MV	00	13071	53.6963	13.3392	4
17089	Gültz	gultz	MV	00	13071	53.7502	13.1873	4
17089	Gnevkow	gnevkow	MV	00	13071	53.7895	13.1684	4
17089	Werder	werder	MV	00	13071	53.7165	13.3566	4
17089	Burow	burow	MV	00	13071	53.7737	13.2732	4
17089	Golchen	golchen	MV	00	13071	53.7915	13.2796	4
17089	Grapzow	grapzow	MV	00	13071	53.7134	13.2913	4
17089	Breest	breest	MV	00	13071	53.7902	13.3347	4
17091	Altenhagen	altenhagen	MV	00	13071	53.7619	13.1053	4
17091	Mölln	molln	MV	00	13071	53.5902	13.0853	4
17091	Tützpatz	tutzpatz	MV	00	13071	53.724	13.1435	4
17091	Breesen	breesen	MV	00	13071	53.6299	13.166	4
17091	Wildberg	wildberg	MV	00	13071	53.6524	13.124	4
17091	Röckwitz	rockwitz	MV	00	13071	53.707	13.1025	4
17091	Knorrendorf	knorrendorf	MV	00	13071	53.6314	13.0659	4
17091	Pripsleben	pripsleben	MV	00	13071	53.716	13.1864	4
17091	Kriesow	kriesow	MV	00	13071	53.734	13.049	4
17091	Wolde	wolde	MV	00	13071	53.6801	13.0825	4
17091	Groß Teetzleben	gross-teetzleben	MV	00	13071	53.6453	13.2279	4
17091	Rosenow	rosenow	MV	00	13071	53.6297	13.0385	4
17094	Pragsdorf	pragsdorf	MV	00	13071	53.5388	13.3946	4
17094	Groß Nemerow	gross-nemerow	MV	00	13071	53.4734	13.2248	4
17094	Cammin	cammin	MV	00	13071	53.438	13.3015	4
17094	Teschendorf	teschendorf	MV	00	13071	53.4578	13.3577	4
17094	Lindetal	lindetal	MV	00	13071	53.4786	13.431	4
17094	Holldorf	holldorf	MV	00	13071	53.4652	13.2714	4
17094	Cölpin	colpin	MV	00	13071	53.5211	13.4349	4
17094	Burg Stargard	burg-stargard	MV	00	13071	53.4958	13.3112	4
17098	Friedland	friedland	MV	00	13071	53.6703	13.554	4
17099	Glienke	glienke	MV	00	13071	53.5878	13.4306	4
17099	Schwanbeck	schwanbeck	MV	00	13071	53.7301	13.4428	4
17099	Datzetal	datzetal	MV	00	13071	53.6433	13.4667	4
17099	Eichhorst	eichhorst	MV	00	13071	53.5949	13.4976	4
17099	Genzkow	genzkow	MV	00	13071	53.6272	13.4995	4
17099	Brohm	brohm	MV	00	13071	53.608	13.5953	4
17109	Demmin	demmin	MV	00	13071	53.9076	13.0314	4
17111	Upost	upost	MV	00	13071	53.8805	12.918	4
17111	Quitzerow	quitzerow	MV	00	13071	53.9273	13.1129	4
17111	Hohenmocker	hohenmocker	MV	00	13071	53.8193	13.1768	4
17111	Wotenick	wotenick	MV	00	13071	53.938	12.9879	4
17111	Kentzlin	kentzlin	MV	00	13071	53.7583	12.975	4
17111	Schönfeld	schonfeld	MV	00	13071	53.852	12.9579	4
17111	Sommersdorf	sommersdorf	MV	00	13071	53.794	12.892	4
17111	Borrentin	borrentin	MV	00	13071	53.8097	12.9672	4
17111	Meesiger	meesiger	MV	00	13071	53.8147	12.9168	4
17111	Sanzkow	sanzkow	MV	00	13071	53.8906	13.1223	4
17111	Siedenbrünzow	siedenbrunzow	MV	00	13071	53.897	13.1455	4
17111	Kletzin	kletzin	MV	00	13071	53.9234	13.155	4
17111	Teusin	teusin	MV	00	13071	53.8611	13.149	4
17111	Hohenbrünzow	hohenbrunzow	MV	00	13071	53.8158	13.142	4
17111	Lindenberg	lindenberg	MV	00	13071	53.7646	13.0204	4
17111	Beggerow	beggerow	MV	00	13071	53.8279	13.0532	4
17111	Beestland	beestland	MV	00	13071	53.9348	12.9287	4
17111	Nossendorf	nossendorf	MV	00	13071	53.9621	12.9593	4
17111	Warrenzin	warrenzin	MV	00	13071	53.8994	12.9481	4
17111	Sarow	sarow	MV	00	13071	53.7943	13.1004	4
17111	Utzedel	utzedel	MV	00	13071	53.858	13.1166	4
17111	Hohenbollentin	hohenbollentin	MV	00	13071	53.7882	13.0211	4
17121	Görmin	gormin	MV	00	13075	53.9909	13.2705	4
17121	Loitz	loitz	MV	00	13075	53.9758	13.136	4
17121	Sassen	sassen	MV	00	13075	54.0238	13.1875	4
17121	Düvier	duvier	MV	00	13075	54.0155	13.0686	4
17121	Trantow	trantow	MV	00	13075	53.9798	13.1968	4
17121	Wüstenfelde	wustenfelde	MV	00	13075	53.9442	13.1451	4
17126	Jarmen	jarmen	MV	00	13075	53.9239	13.3403	4
17129	Daberkow	daberkow	MV	00	13075	53.8404	13.3007	4
17129	Tutow	tutow	MV	00	13075	53.9157	13.2481	4
17129	Kruckow	kruckow	MV	00	13075	53.9013	13.2406	4
17129	Alt Tellin	alt-tellin	MV	00	13075	53.8446	13.2439	4
17129	Plötz	plotz	MV	00	13075	53.8734	13.2922	4
17129	Völschow	volschow	MV	00	13075	53.8778	13.3357	4
17129	Schmarsow	schmarsow	MV	00	13075	53.876	13.2119	4
17129	Bentzin	bentzin	MV	00	13075	53.9461	13.2732	4
17139	Basedow	basedow	MV	00	13071	53.6977	12.6806	4
17139	Faulenrost	faulenrost	MV	00	13071	53.6373	12.7867	4
17139	Duckow	duckow	MV	00	13071	53.705	12.7925	4
17139	Gielow	gielow	MV	00	13071	53.6976	12.7452	4
17139	Malchin	malchin	MV	00	13071	53.7399	12.7654	4
17139	Schwinkendorf	schwinkendorf	MV	00	13071	53.6427	12.684	4
17139	Kummerow	kummerow	MV	00	13071	53.7682	12.8341	4
17139	Remplin	remplin	MV	00	13071	53.7539	12.697	4
17153	Ritzerow	ritzerow	MV	00	13071	53.6612	12.9647	4
17153	Kittendorf	kittendorf	MV	00	13071	53.6248	12.9039	4
17153	Jürgenstorf	jurgenstorf	MV	00	13071	53.6608	12.9053	4
17153	Gülzow	gulzow	MV	00	13071	53.6937	12.8516	4
17153	Bredenfelde	bredenfelde	MV	00	13071	53.6022	12.9555	4
17153	Grammentin	grammentin	MV	00	13071	53.7574	12.8982	4
17153	Ivenack	ivenack	MV	00	13071	53.7112	12.9692	4
17153	Reuterstadt Stavenhagen	reuterstadt-stavenhagen	MV	00	13071	53.6973	12.9047	4
17153	Zettemin	zettemin	MV	00	13071	53.6474	12.8302	4
17153	Briggow	briggow	MV	00	13071	53.6208	12.9848	4
17154	Neukalen	neukalen	MV	00	13071	53.8227	12.7901	4
17159	Stubbendorf	stubbendorf	MV	00	13071	53.9497	12.814	4
17159	Dargun	dargun	MV	00	13071	53.9009	12.8501	4
17159	Wagun	wagun	MV	00	13071	53.8682	12.819	4
17159	Brudersdorf	brudersdorf	MV	00	13071	53.9537	12.879	4
17159	Zarnekow	zarnekow	MV	00	13071	53.9016	12.8962	4
17166	Groß Wokern	gross-wokern	MV	00	13072	53.7513	12.4925	4
17166	Bristow	bristow	MV	00	13072	53.7123	12.6257	4
17166	Dalkendorf	dalkendorf	MV	00	13072	53.8148	12.5021	4
17166	Bülow	bulow	MV	00	13072	53.6899	12.6007	4
17166	Alt Sührkow	alt-suhrkow	MV	00	13072	53.8024	12.6512	4
17166	Hohen Demzin	hohen-demzin	MV	00	13072	53.7214	12.5438	4
17166	Teterow	teterow	MV	00	13072	53.7754	12.5749	4
17166	Groß Roge	gross-roge	MV	00	13072	53.7785	12.5047	4
17166	Dahmen	dahmen	MV	00	13072	53.6609	12.5814	4
17168	Jördenstorf	jordenstorf	MV	00	13072	53.8782	12.6162	4
17168	Groß Wüstenfelde	gross-wustenfelde	MV	00	13072	53.8736	12.5522	4
17168	Poggelow	poggelow	MV	00	13072	53.9071	12.6087	4
17168	Sukow-Marienhof	sukow-marienhof	MV	00	13072	53.8392	12.62	
17168	Lelkendorf	lelkendorf	MV	00	13072	53.8428	12.732	4
17168	Thürkow	thurkow	MV	00	13072	53.8252	12.5624	4
17168	Matgendorf	matgendorf	MV	00	13072	53.8625	12.5025	4
17168	Levitzow	levitzow	MV	00	13072	53.8382	12.5828	4
17168	Prebberede	prebberede	MV	00	13072	53.909	12.4885	4
17168	Warnkenhagen	warnkenhagen	MV	00	13072	53.841	12.4536	4
17168	Remlin	remlin	MV	00	13072	53.9064	12.6638	4
17168	Neu Heinde	neu-heinde	MV	00	13072	53.8892	12.4619	4
17179	Lühburg	luhburg	MV	00	13072	53.9863	12.5961	4
17179	Gnoien	gnoien	MV	00	13072	53.9687	12.711	4
17179	Altkalen	altkalen	MV	00	13072	53.8989	12.7396	4
17179	Wasdow	wasdow	MV	00	13072	53.9957	12.7679	4
17179	Walkendorf	walkendorf	MV	00	13072	53.9521	12.5514	4
17179	Behren-Lübchin	behren-lubchin	MV	00	13072	54.0289	12.6648	4
17179	Finkenthal	finkenthal	MV	00	13072	53.9396	12.781	4
17179	Boddin	boddin	MV	00	13072	53.9374	12.6468	4
17192	Kargow	kargow	MV	00	13071	53.5105	12.7833	4
17192	Waren (Müritz)	waren-muritz	MV	00	13071	53.5152	12.7186	4
17192	Alt Schönau	alt-schonau	MV	00	13071	53.5847	12.7338	4
17192	Lansen	lansen	MV	00	13071	53.6001	12.7578	4
17192	Schloen	schloen	MV	00	13071	53.5372	12.7864	4
17192	Varchentin	varchentin	MV	00	13071	53.5841	12.8602	4
17192	Groß Gievitz	gross-gievitz	MV	00	13071	53.5808	12.7819	4
17192	Klink	klink	MV	00	13071	53.4776	12.6213	4
17192	Groß Plasten	gross-plasten	MV	00	13071	53.5464	12.8508	4
17192	Groß Dratow	gross-dratow	MV	00	13071	53.5128	12.8399	4
17192	Torgelow am See	torgelow-am-see	MV	00	13071	53.5667	12.7833	4
17194	Jabel	jabel	MV	00	13071	53.5375	12.5446	4
17194	Neu Gaarz	neu-gaarz	MV	00	13071	53.5786	12.5289	4
17194	Hinrichshagen	hinrichshagen	MV	00	13071	53.6151	12.6675	4
17194	Moltzow	moltzow	MV	00	13071	53.6313	12.5733	4
17194	Vollrathsruhe	vollrathsruhe	MV	00	13071	53.6436	12.4882	4
17194	Vielist	vielist	MV	00	13071	53.554	12.6388	4
17194	Klocksin	klocksin	MV	00	13071	53.6359	12.5406	4
17194	Grabowhöfe	grabowhofe	MV	00	13071	53.5687	12.5948	4
17194	Hohen Wangelin	hohen-wangelin	MV	00	13071	53.6115	12.4233	4
17194	Lupendorf	lupendorf	MV	00	13071	53.6407	12.6438	4
17207	Kambs	kambs	MV	00	13071	53.3172	12.5654	4
17207	Ludorf	ludorf	MV	00	13071	53.3785	12.6685	4
17207	Gotthun	gotthun	MV	00	13071	53.4164	12.5908	4
17207	Bollewick	bollewick	MV	00	13071	53.3538	12.5773	4
17207	Röbel/Müritz	robel-muritz	MV	00	13071	53.3862	12.6008	4
17207	Groß Kelle	gross-kelle	MV	00	13071	53.4049	12.5454	4
17209	Melz	melz	MV	00	13071	53.3018	12.619	4
17209	Zepkow	zepkow	MV	00	13071	53.3017	12.4913	4
17209	Eldetal	eldetal	MV	00	13071	53.275	12.4583	4
17209	Stuer	stuer	MV	00	13071	53.3789	12.3373	4
17209	Minzow	minzow	MV	00	13071	53.3844	12.5062	4
17209	Satow	satow	MV	00	13071	53.4086	12.3806	4
17209	Sietow	sietow	MV	00	13071	53.4457	12.5579	4
17209	Fincken	fincken	MV	00	13071	53.3548	12.4413	4
17209	Vipperow	vipperow	MV	00	13071	53.3261	12.6889	4
17209	Massow	massow	MV	00	13071	53.3148	12.4221	4
17209	Buchholz	buchholz	MV	00	13071	53.2743	12.6441	4
17209	Jaebetz	jaebetz	MV	00	13071	53.3198	12.3676	4
17209	Bütow	butow	MV	00	13071	53.3455	12.4841	4
17209	Wredenhagen	wredenhagen	MV	00	13071	53.2903	12.5172	4
17209	Kieve	kieve	MV	00	13071	53.2746	12.5938	4
17209	Leizen	leizen	MV	00	13071	53.3665	12.4746	4
17209	Rogeez	rogeez	MV	00	13071	53.3875	12.3933	4
17209	Altenhof	altenhof	MV	00	13071	53.3545	12.3566	4
17209	Walow	walow	MV	00	13071	53.4205	12.4662	4
17209	Zislow	zislow	MV	00	13071	53.4321	12.3131	4
17209	Priborn	priborn	MV	00	13071	53.3056	12.656	4
17213	Göhren-Lebbin	gohren-lebbin	MV	00	13071	53.4794	12.511	4
17213	Penkow	penkow	MV	00	13071	53.4629	12.4807	4
17213	Kogel	kogel	MV	00	13071	53.4085	12.4152	4
17213	Malchow	malchow	MV	00	13071	53.4748	12.4221	4
17213	Adamshoffnung	adamshoffnung	MV	00	13071	53.4466	12.3629	4
17213	Lexow	lexow	MV	00	13071	53.4348	12.5019	4
17213	Grüssow	grussow	MV	00	13071	53.4428	12.4249	4
17214	Silz	silz	MV	00	13071	53.5195	12.44	4
17214	Nossentiner Hütte	nossentiner-hutte	MV	00	13071	53.5343	12.4242	4
17214	Alt Schwerin	alt-schwerin	MV	00	13071	53.5126	12.3464	4
17217	Krukow	krukow	MV	00	13071	53.52	13.1289	4
17217	Alt Rehse	alt-rehse	MV	00	13071	53.4982	13.1626	4
17217	Penzlin	penzlin	MV	00	13071	53.504	13.0841	4
17217	Mollenstorf	mollenstorf	MV	00	13071	53.5003	13.0222	4
17217	Puchow	puchow	MV	00	13071	53.5348	13.0685	4
17217	Lapitz	lapitz	MV	00	13071	53.5458	13.0901	4
17217	Groß Vielen	gross-vielen	MV	00	13071	53.4816	13.0347	4
17217	Klein Lukow	klein-lukow	MV	00	13071	53.5345	13.0345	4
17217	Mallin	mallin	MV	00	13071	53.537	13.1375	4
17219	Groß Flotow	gross-flotow	MV	00	13071	53.5532	12.991	4
17219	Ankershagen	ankershagen	MV	00	13071	53.4799	12.967	4
17219	Möllenhagen	mollenhagen	MV	00	13071	53.5239	12.9287	4
17219	Marihn	marihn	MV	00	13071	53.5261	12.9977	4
17235	Neustrelitz	neustrelitz	MV	00	13071	53.3613	13.0729	4
17237	Möllenbeck	mollenbeck	MV	00	13071	53.3895	13.3423	4
17237	Grünow	grunow	MV	00	13071	53.3442	13.3105	4
17237	Hohenzieritz	hohenzieritz	MV	00	13071	53.4424	13.0981	4
17237	Watzkendorf	watzkendorf	MV	00	13071	53.3913	13.314	4
17237	Userin	userin	MV	00	13071	53.3387	12.98	4
17237	Blumenholz	blumenholz	MV	00	13071	53.4138	13.1204	4
17237	Godendorf	godendorf	MV	00	13071	53.2567	13.1542	4
17237	Carpin	carpin	MV	00	13071	53.3569	13.2433	4
17237	Wokuhl-Dabelow	wokuhl-dabelow	MV	00	13071	53.2667	13.2	4
17237	Kratzeburg	kratzeburg	MV	00	13071	53.4294	12.9414	4
17237	Klein Vielen	klein-vielen	MV	00	13071	53.4525	13.0276	4
17237	Blankensee	blankensee	MV	00	13071	53.4039	13.2684	4
17248	Lärz	larz	MV	00	13071	53.2931	12.7466	4
17248	Rechlin	rechlin	MV	00	13071	53.3355	12.7254	4
17252	Diemitz	diemitz	MV	00	13071	53.2042	12.8355	4
17252	Schwarz	schwarz	MV	00	13071	53.2241	12.7847	4
17252	Roggentin	roggentin	MV	00	13071	53.3344	12.8826	4
17252	Mirow	mirow	MV	00	13071	53.2751	12.8154	4
17255	Priepert	priepert	MV	00	13071	53.2184	13.0366	4
17255	Wesenberg	wesenberg	MV	00	13071	53.2803	12.9694	4
17255	Wustrow	wustrow	MV	00	13071	53.228	12.9697	4
17258	Feldberger Seenlandschaft	feldberger-seenlandschaft	MV	00	13071	53.3391	13.4188	4
17259	Feldberger Seenlandschaft	feldberger-seenlandschaft	MV	00	13071	53.3391	13.4188	4
17309	Viereck	viereck	MV	00	13075	53.549	14.04	4
17309	Jatznick	jatznick	MV	00	13075	53.5795	13.9396	4
17309	Pasewalk	pasewalk	MV	00	13075	53.5063	13.99	4
17309	Züsedom	zusedom	MV	00	13075	53.4443	14.0181	4
17309	Damerow	damerow	MV	00	13075	53.4421	13.9732	4
17309	Nieden	nieden	MV	00	13075	53.4399	13.9224	4
17309	Schönwalde	schonwalde	MV	00	13075	53.5435	13.9047	4
17309	Papendorf	papendorf	MV	00	13075	53.4964	13.947	4
17309	Krugsdorf	krugsdorf	MV	00	13075	53.5255	14.0846	4
17309	Zerrenthin	zerrenthin	MV	00	13075	53.4937	14.0898	4
17309	Koblentz	koblentz	MV	00	13075	53.5309	14.1324	4
17309	Belling	belling	MV	00	13075	53.5472	13.9696	4
17309	Marienthal	marienthal	MV	00	13075	53.5709	14.15	4
17309	Rollwitz	rollwitz	MV	00	13075	53.4733	13.9779	4
17309	Polzow	polzow	MV	00	13075	53.4996	14.0586	4
17309	Fahrenwalde	fahrenwalde	MV	00	13075	53.4398	14.0611	4
17309	Brietzig	brietzig	MV	00	13075	53.4667	13.9	4
17321	Plöwen	plowen	MV	00	13075	53.4639	14.2647	4
17321	Ramin	ramin	MV	00	13075	53.4131	14.2887	4
17321	Glashütte	glashutte	MV	00	13075	53.5843	14.2472	4
17321	Bergholz	bergholz	MV	00	13075	53.4428	14.1682	4
17321	Löcknitz	locknitz	MV	00	13075	53.4539	14.2112	4
17321	Rothenklempenow	rothenklempenow	MV	00	13075	53.5189	14.2038	4
17322	Grambow	grambow	MV	00	13075	53.4141	14.3351	4
17322	Pampow	pampow	MV	00	13075	53.5353	14.29	4
17322	Mewegen	mewegen	MV	00	13075	53.5203	14.2486	4
17322	Bismark	bismark	MV	00	13075	53.4559	14.3169	4
17322	Blankensee	blankensee	MV	00	13075	53.5124	14.3063	4
17322	Glasow	glasow	MV	00	13075	53.3787	14.2735	4
17322	Rossow	rossow	MV	00	13075	53.4743	14.1255	4
17322	Boock	boock	MV	00	13075	53.4913	14.2453	4
17322	Lebehn	lebehn	MV	00	13075	53.3712	14.3277	4
17328	Penkun	penkun	MV	00	13075	53.2969	14.2362	4
17328	Wollin	wollin	MV	00	13075	53.3151	14.2173	4
17329	Nadrensee	nadrensee	MV	00	13075	53.3318	14.35	4
17329	Krackow	krackow	MV	00	13075	53.344	14.2647	4
17335	Strasburg	strasburg	MV	00	13075	53.5103	13.7451	4
17337	Klein Luckow	klein-luckow	MV	00	13075	53.5529	13.8385	4
17337	Blumenhagen	blumenhagen	MV	00	13075	53.5318	13.8746	4
17337	Schönhausen	schonhausen	MV	00	13071	53.5541	13.7001	4
17337	Galenbeck	galenbeck	MV	00	13071	53.6197	13.7059	4
17337	Groß Luckow	gross-luckow	MV	00	13075	53.5358	13.8323	4
17348	Mildenitz	mildenitz	MV	00	13071	53.4726	13.6417	4
17348	Lindetal	lindetal	MV	00	13071	53.4786	13.431	4
17348	Groß Daberkow	gross-daberkow	MV	00	13071	53.502	13.6507	4
17348	Woldegk	woldegk	MV	00	13071	53.4606	13.5836	4
17348	Neu Käbelich	neu-kabelich	MV	00	13071	53.5	13.4667	
17348	Petersdorf	petersdorf	MV	00	13071	53.4808	13.5138	4
17349	Lindetal	lindetal	MV	00	13071	53.4786	13.431	4
17349	Neetzka	neetzka	MV	00	13071	53.5297	13.5061	4
17349	Kublank	kublank	MV	00	13071	53.5544	13.5051	4
17349	Voigtsdorf	voigtsdorf	MV	00	13071	53.5585	13.6502	4
17349	Helpt	helpt	MV	00	13071	53.5062	13.5939	4
17349	Schönbeck	schonbeck	MV	00	13071	53.5819	13.5719	4
17349	Groß Miltzow	gross-miltzow	MV	00	13071	53.5357	13.5935	4
17358	Hammer	hammer	MV	00	13075	53.6011	13.9804	4
17358	Torgelow	torgelow	MV	00	13075	53.6341	14.0135	4
17358	Torgelow-Holländerei	torgelow-hollanderei	MV	00	13075	53.6749	14.0346	4
17367	Eggesin	eggesin	MV	00	13075	53.6797	14.0799	4
17373	Ueckermünde	ueckermunde	MV	00	13075	53.7379	14.0447	4
17375	Mönkebude	monkebude	MV	00	13075	53.7679	13.9689	4
17375	Grambin	grambin	MV	00	13075	53.7548	14.0158	4
17375	Meiersberg	meiersberg	MV	00	13075	53.7038	13.9439	4
17375	Ahlbeck	ahlbeck	MV	00	13075	53.6697	14.1862	4
17375	Liepgarten	liepgarten	MV	00	13075	53.7194	14.0276	4
17375	Luckow	luckow	MV	00	13075	53.7071	14.1603	4
17375	Leopoldshagen	leopoldshagen	MV	00	13075	53.7741	13.8935	4
17375	Hintersee	hintersee	MV	00	13075	53.6308	14.2579	4
17375	Altwarp	altwarp	MV	00	13075	53.7409	14.2651	4
17375	Vogelsang-Warsin	vogelsang-warsin	MV	00	13075	53.7333	14.175	4
17379	Neuendorf A	neuendorf-a	MV	00	13075	53.73	13.8355	4
17379	Rothemühl	rothemuhl	MV	00	13075	53.5941	13.8237	4
17379	Heinrichswalde	heinrichswalde	MV	00	13075	53.6131	13.7789	4
17379	Wilhelmsburg	wilhelmsburg	MV	00	13075	53.6422	13.8582	4
17379	Lübs	lubs	MV	00	13075	53.7261	13.8819	4
17379	Altwigshagen	altwigshagen	MV	00	13075	53.7045	13.8357	4
17379	Wietstock	wietstock	MV	00	13075	53.7131	13.7898	4
17379	Heinrichsruh	heinrichsruh	MV	00	13075	53.6443	13.922	4
17379	Ferdinandshof	ferdinandshof	MV	00	13075	53.6612	13.8872	4
17389	Anklam	anklam	MV	00	13075	53.8564	13.6897	4
17390	Klein Bünzow	klein-bunzow	MV	00	13075	53.9302	13.6325	4
17390	Schmatzin	schmatzin	MV	00	13075	53.9249	13.5525	4
17390	Rubkow	rubkow	MV	00	13075	53.9351	13.723	4
17390	Murchin	murchin	MV	00	13075	53.9068	13.7415	4
17390	Ziethen	ziethen	MV	00	13075	53.8878	13.6754	4
17390	Groß Polzin	gross-polzin	MV	00	13075	53.8941	13.5932	4
17391	Iven	iven	MV	00	13075	53.796	13.4304	4
17391	Neetzow	neetzow	MV	00	13075	53.8813	13.4076	4
17391	Krien	krien	MV	00	13075	53.8304	13.4489	4
17391	Medow	medow	MV	00	13075	53.839	13.5305	4
17391	Postlow	postlow	MV	00	13075	53.8354	13.5753	4
17391	Stolpe	stolpe	MV	00	13075	53.8667	13.5667	4
17391	Steinmocker	steinmocker	MV	00	13075	53.8596	13.4345	4
17391	Neuendorf B	neuendorf-b	MV	00	13071	53.8	13.3667	
17391	Liepen	liepen	MV	00	13075	53.8857	13.467	4
17391	Nerdin	nerdin	MV	00	13075	53.8189	13.548	4
17391	Krusenfelde	krusenfelde	MV	00	13075	53.8449	13.3965	4
17392	Zinzow	zinzow	MV	00	13075	53.7126	13.5451	4
17392	Spantekow	spantekow	MV	00	13075	53.7776	13.5168	4
17392	Putzar	putzar	MV	00	13075	53.7161	13.6555	4
17392	Blesewitz	blesewitz	MV	00	13075	53.8242	13.6152	4
17392	Drewelow	drewelow	MV	00	13075	53.7687	13.5767	4
17392	Sarnow	sarnow	MV	00	13075	53.7507	13.6278	4
17392	Neuenkirchen	neuenkirchen	MV	00	13075	53.7987	13.5717	4
17392	Butzow	butzow	MV	00	13075	53.8349	13.6464	4
17392	Japenzin	japenzin	MV	00	13075	53.7691	13.4534	4
17392	Boldekow	boldekow	MV	00	13075	53.7243	13.5943	4
17392	Pelsin	pelsin	MV	00	13075	53.8118	13.6776	4
17398	Rathebur	rathebur	MV	00	13075	53.7415	13.7862	4
17398	Ducherow	ducherow	MV	00	13075	53.7644	13.7822	4
17398	Schwerinsburg	schwerinsburg	MV	00	13075	53.7372	13.6782	4
17398	Löwitz	lowitz	MV	00	13075	53.7167	13.725	4
17398	Rossin	rossin	MV	00	13075	53.7694	13.7051	4
17398	Bargischow	bargischow	MV	00	13075	53.8325	13.7559	4
17398	Neu Kosenow	neu-kosenow	MV	00	13075	53.7934	13.7521	4
17398	Bugewitz	bugewitz	MV	00	13075	53.7891	13.8323	4
17406	Rankwitz	rankwitz	MV	00	13075	53.9455	13.9268	4
17406	Stolpe auf Usedom	stolpe-auf-usedom	MV	00	13075	53.8667	14	4
17406	Morgenitz	morgenitz	MV	00	13075	53.925	13.9706	4
17406	Usedom	usedom	MV	00	13075	53.8754	13.9239	4
17419	Dargen	dargen	MV	00	13075	53.8872	14.066	4
17419	Ahlbeck	ahlbeck	MV	00	13075	53.9333	14.2	4
17419	Kamminke	kamminke	MV	00	13075	53.8728	14.2074	4
17419	Zirchow	zirchow	MV	00	13075	53.8906	14.1393	4
17419	Korswandt	korswandt	MV	00	13075	53.9196	14.161	4
17419	Garz	garz	MV	00	13075	53.8817	14.1692	4
17424	Heringsdorf	heringsdorf	MV	00	13075	53.95	14.1667	4
17429	Neppermin	neppermin	MV	00	13075	53.9392	14.0376	4
17429	Mellenthin	mellenthin	MV	00	13075	53.9225	14.0119	4
17429	Bansin	bansin	MV	00	13075	53.9667	14.15	4
17429	Pudagla	pudagla	MV	00	13075	53.9692	14.0669	4
17429	Benz	benz	MV	00	13075	53.9406	14.0717	4
17438	Wolgast	wolgast	MV	00	13075	54.0528	13.772	4
17440	Groß Ernsthof	gross-ernsthof	MV	00	13075	54.0798	13.7423	4
17440	Buggenhagen	buggenhagen	MV	00	13075	53.9221	13.8628	4
17440	Sauzin	sauzin	MV	00	13075	54.0353	13.7854	4
17440	Buddenhagen	buddenhagen	MV	00	13075	54.0042	13.6918	4
17440	Kröslin	kroslin	MV	00	13075	54.1166	13.7507	4
17440	Krummin	krummin	MV	00	13075	54.0478	13.8462	4
17440	Zemitz	zemitz	MV	00	13075	53.9784	13.755	4
17440	Pulow	pulow	MV	00	13075	53.9554	13.7925	4
17440	Lütow	lutow	MV	00	13075	54.0115	13.8792	4
17440	Hohendorf	hohendorf	MV	00	13075	54.029	13.7308	4
17440	Lassan	lassan	MV	00	13075	53.9487	13.8522	4
17449	Mölschow	molschow	MV	00	13075	54.077	13.8323	4
17449	Trassenheide	trassenheide	MV	00	13075	54.0846	13.8648	4
17449	Peenemünde	peenemunde	MV	00	13075	54.1365	13.7718	4
17449	Karlshagen	karlshagen	MV	00	13075	54.1111	13.8319	4
17454	Zinnowitz	zinnowitz	MV	00	13075	54.0667	13.9	4
17459	Zempin	zempin	MV	00	13075	54.0639	13.9545	4
17459	Koserow	koserow	MV	00	13075	54.0519	14.002	4
17459	Loddin	loddin	MV	00	13075	54.0225	14.0075	4
17459	Ückeritz	uckeritz	MV	00	13075	54.0133	14.0492	4
17489	Greifswald	greifswald	MV	00	13075	54.0881	13.3876	4
17491	Greifswald	greifswald	MV	00	13075	54.083	13.4058	4
17493	Greifswald	greifswald	MV	00	13075	54.0902	13.4464	4
17495	Karlsburg	karlsburg	MV	00	13075	53.9717	13.6101	4
17495	Lühmannsdorf	luhmannsdorf	MV	00	13075	54.0087	13.6356	4
17495	Wrangelsburg	wrangelsburg	MV	00	13075	54.0161	13.594	4
17495	Groß Kiesow	gross-kiesow	MV	00	13075	54.0126	13.4785	4
17495	Züssow	zussow	MV	00	13075	53.9771	13.5485	4
17495	Ranzin	ranzin	MV	00	13075	53.9489	13.5283	4
17498	Levenhagen	levenhagen	MV	00	13075	54.089	13.2689	4
17498	Mesekenhagen	mesekenhagen	MV	00	13075	54.1485	13.3184	4
17498	Weitenhagen	weitenhagen	MV	00	13075	54.0537	13.41	4
17498	Hinrichshagen	hinrichshagen	MV	00	13075	54.0833	13.3333	
17498	Neuenkirchen	neuenkirchen	MV	00	13075	54.0513	13.3916	
17498	Dargelin	dargelin	MV	00	13075	54.014	13.3568	4
17498	Dersekow	dersekow	MV	00	13075	54.0458	13.2924	4
17498	Behrenhoff	behrenhoff	MV	00	13075	54.0054	13.3903	4
17498	Wackerow	wackerow	MV	00	13075	54.1035	13.3451	4
17498	Diedrichshagen	diedrichshagen	MV	00	13075	54.0526	13.4757	4
17506	Gützkow	gutzkow	MV	00	13075	53.9392	13.409	4
17506	Gribow	gribow	MV	00	13075	53.9484	13.4893	4
17506	Kölzin	kolzin	MV	00	13075	53.9633	13.45	4
17506	Kammin	kammin	MV	00	13075	53.9771	13.4044	4
17506	Bandelin	bandelin	MV	00	13075	53.9639	13.3741	4
17506	Lüssow	lussow	MV	00	13075	53.914	13.4994	4
17506	Breechen	breechen	MV	00	13075	53.9318	13.3545	4
17509	Hanshagen	hanshagen	MV	00	13075	54.0454	13.5431	4
17509	Wusterhusen	wusterhusen	MV	00	13075	54.1131	13.6161	4
17509	Neu Boltenhagen	neu-boltenhagen	MV	00	13075	54.0664	13.6102	4
17509	Lubmin	lubmin	MV	00	13075	54.1351	13.6169	4
17509	Brünzow	brunzow	MV	00	13075	54.1045	13.5649	4
17509	Loissin	loissin	MV	00	13075	54.112	13.5283	4
17509	Rubenow	rubenow	MV	00	13075	54.0987	13.6995	4
17509	Kemnitz	kemnitz	MV	00	13075	54.0772	13.5353	4
17509	Katzow	katzow	MV	00	13075	54.0471	13.6774	4
18055	Rostock	rostock	MV	00	13003	54.0865	12.1544	4
18057	Rostock	rostock	MV	00	13003	54.0872	12.1062	4
18059	Ziesendorf	ziesendorf	MV	00	13072	53.9943	12.0393	4
18059	Pölchow	polchow	MV	00	13072	54.0167	12.1	4
18059	Rostock	rostock	MV	00	13003	54.0679	12.1186	4
18059	Papendorf	papendorf	MV	00	13072	54.0352	12.1326	4
18069	Lambrechtshagen	lambrechtshagen	MV	00	13072	54.1021	12.0164	4
18069	Rostock	rostock	MV	00	13003	54.1084	12.0687	4
18106	Rostock	rostock	MV	00	13003	54.0833	12.1333	4
18107	Elmenhorst-Lichtenhagen	elmenhorst-lichtenhagen	MV	00	13072	54.1583	12.0167	4
18107	Rostock	rostock	MV	00	13003	54.1436	12.0325	4
18109	Rostock	rostock	MV	00	13003	54.1471	12.0689	4
18119	Rostock	rostock	MV	00	13003	54.0833	12.1333	4
18146	Rostock	rostock	MV	00	13003	54.1282	12.1761	4
18147	Rostock	rostock	MV	00	13003	54.1243	12.1243	4
18181	Seeheilbad Graal-Müritz	seeheilbad-graal-muritz	MV	00	13072	54.2512	12.2514	4
18182	Mönchhagen	monchhagen	MV	00	13072	54.187	12.2887	
18182	Blankenhagen	blankenhagen	MV	00	13072	54.168	12.3439	4
18182	Bentwisch	bentwisch	MV	00	13072	54.115	12.2046	4
18182	Rövershagen	rovershagen	MV	00	13072	54.1767	12.2428	4
18182	Gelbensande	gelbensande	MV	00	13072	54.2027	12.3017	4
18184	Steinfeld	steinfeld	MV	00	13072	54.1081	12.3098	4
18184	Broderstorf	broderstorf	MV	00	13072	54.1136	12.2971	4
18184	Thulendorf	thulendorf	MV	00	13072	54.0947	12.3026	4
18184	Poppendorf	poppendorf	MV	00	13072	54.1359	12.3054	4
18184	Mandelshagen	mandelshagen	MV	00	13072	54.1531	12.368	4
18184	Roggentin	roggentin	MV	00	13072	54.0707	12.2042	4
18184	Hohenfelde	hohenfelde	MV	00	13072	54.0809	11.9126	4
18184	Klein Kussewitz	klein-kussewitz	MV	00	13072	54.1337	12.2428	4
18190	Sanitz	sanitz	MV	00	13072	54.0776	12.3756	4
18195	Selpin	selpin	MV	00	13072	53.9911	12.4957	4
18195	Cammin	cammin	MV	00	13072	53.9904	12.3593	4
18195	Grammow	grammow	MV	00	13072	54.0473	12.6296	4
18195	Zarnewanz	zarnewanz	MV	00	13072	54.0578	12.4922	4
18195	Thelkow	thelkow	MV	00	13072	54.0362	12.5598	4
18195	Nustrow	nustrow	MV	00	13072	54.0159	12.5986	4
18195	Stubbendorf	stubbendorf	MV	00	13072	54.0878	12.5222	4
18195	Gnewitz	gnewitz	MV	00	13072	54.0794	12.5109	4
18195	Tessin	tessin	MV	00	13072	54.0276	12.4652	4
18196	Prisannewitz	prisannewitz	MV	00	13072	53.9856	12.2193	4
18196	Kessin	kessin	MV	00	13072	54.0617	12.1801	4
18196	Dummerstorf	dummerstorf	MV	00	13072	54.0148	12.2282	4
18196	Lieblingshof	lieblingshof	MV	00	13072	54.03	12.3292	4
18196	Damm	damm	MV	00	13072	54.0092	12.1525	4
18196	Kavelstorf	kavelstorf	MV	00	13072	54.006	12.1908	4
18198	Kritzmow	kritzmow	MV	00	13072	54.0524	12.0531	4
18198	Stäbelow	stabelow	MV	00	13072	54.0412	12.0234	4
18209	Steffenshagen	steffenshagen	MV	00	13072	54.1047	11.8219	4
18209	Reddelich	reddelich	MV	00	13072	54.0887	11.8506	4
18209	Wittenbeck	wittenbeck	MV	00	13072	54.1226	11.7875	4
18209	Bartenshagen-Parkentin	bartenshagen-parkentin	MV	00	13072	54.0812	11.9785	4
18209	Bad Doberan	bad-doberan	MV	00	13072	54.1071	11.9005	4
18211	Retschow	retschow	MV	00	13072	54.0455	11.8778	4
18211	Börgerende-Rethwisch	borgerende-rethwisch	MV	00	13072	54.1418	11.9253	4
18211	Nienhagen	nienhagen	MV	00	13072	54.161	11.9531	4
18211	Admannshagen-Bargeshagen	admannshagen-bargeshagen	MV	00	13072	54.1304	11.9991	4
18225	Kühlungsborn	kuhlungsborn	MV	00	13072	54.15	11.75	4
18230	Biendorf	biendorf	MV	00	13072	54.0752	11.7013	4
18230	Bastorf	bastorf	MV	00	13072	54.1257	11.697	4
18230	Rerik	rerik	MV	00	13072	54.1	11.6167	4
18230	Jennewitz	jennewitz	MV	00	13072	54.094	11.7892	4
18231	Neubukow	neubukow	MV	00	13072	54.0319	11.6725	4
18233	Krempin	krempin	MV	00	13072	54.0133	11.7106	4
18233	Rakow	rakow	MV	00	13072	54.0392	11.6204	4
18233	Ravensberg	ravensberg	MV	00	13072	53.9903	11.7045	4
18233	Pepelow	pepelow	MV	00	13072	54.0378	11.5923	4
18233	Westenbrügge	westenbrugge	MV	00	13072	54.044	11.7374	4
18233	Kirch Mulsow	kirch-mulsow	MV	00	13072	53.965	11.7009	4
18233	Karin	karin	MV	00	13072	54.0074	11.7719	4
18233	Alt Bukow	alt-bukow	MV	00	13072	53.9976	11.6071	4
18233	Kamin	kamin	MV	00	13072	53.9892	11.7377	4
18233	Neubukow	neubukow	MV	00	13072	54.024	11.6614	4
18236	Kröpelin	kropelin	MV	00	13072	54.0696	11.7947	4
18236	Schmadebeck	schmadebeck	MV	00	13072	54.0417	11.8211	4
18236	Altenhagen	altenhagen	MV	00	13072	54.0272	11.797	4
18239	Hanstorf	hanstorf	MV	00	13072	54.0418	11.947	4
18239	Radegast	radegast	MV	00	13072	53.9663	11.8529	4
18239	Heiligenhagen	heiligenhagen	MV	00	13072	54.0094	11.935	4
18239	Bölkow	bolkow	MV	00	13072	54.0055	11.9934	4
18239	Reinshagen	reinshagen	MV	00	13072	54.0294	11.9141	4
18239	Satow	satow	MV	00	13072	53.9886	11.8912	4
18246	Baumgarten	baumgarten	MV	00	13072	53.8125	11.8783	4
18246	Neuendorf	neuendorf	MV	00	13072	53.8611	11.9449	4
18246	Bützow	butzow	MV	00	13072	53.8483	11.9826	4
18246	Klein Belitz	klein-belitz	MV	00	13072	53.9382	11.9662	4
18246	Zepelin	zepelin	MV	00	13072	53.8348	12.046	4
18246	Rühn	ruhn	MV	00	13072	53.821	11.9399	4
18246	Jürgenshagen	jurgenshagen	MV	00	13072	53.9542	11.8966	4
18246	Steinhagen	steinhagen	MV	00	13072	53.8445	11.9239	4
18249	Dreetz	dreetz	MV	00	13072	53.7874	11.9694	4
18249	Tarnow	tarnow	MV	00	13072	53.7794	12.0178	4
18249	Bernitt	bernitt	MV	00	13072	53.904	11.8867	4
18249	Penzin	penzin	MV	00	13072	53.9147	11.9262	4
18249	Warnow	warnow	MV	00	13072	53.7858	11.8811	4
18258	Schwaan	schwaan	MV	00	13072	53.9405	12.1072	4
18258	Wiendorf	wiendorf	MV	00	13072	53.9465	12.1505	4
18258	Bröbberow	brobberow	MV	00	13072	53.9641	12.0516	4
18258	Kassow	kassow	MV	00	13072	53.8786	12.0719	4
18258	Vorbeck	vorbeck	MV	00	13072	53.9078	12.0707	4
18258	Rukieten	rukieten	MV	00	13072	53.8989	12.1548	4
18258	Benitz	benitz	MV	00	13072	53.9758	12.1025	4
18273	Güstrow	gustrow	MV	00	13072	53.7972	12.1734	4
18276	Mühl Rosin	muhl-rosin	MV	00	13072	53.7638	12.2139	4
18276	Recknitz	recknitz	MV	00	13072	53.8627	12.2985	4
18276	Mistorf	mistorf	MV	00	13072	53.8845	12.1445	4
18276	Kuhs	kuhs	MV	00	13072	53.8581	12.2319	4
18276	Lohmen	lohmen	MV	00	13072	53.683	12.0944	4
18276	Prüzen	pruzen	MV	00	13072	53.755	12.0338	4
18276	Gülzow	gulzow	MV	00	13072	53.8198	12.0681	4
18276	Lüssow	lussow	MV	00	13072	53.8386	12.1426	4
18276	Bülow	bulow	MV	00	13072	53.7686	12.1027	4
18276	Reimershagen	reimershagen	MV	00	13072	53.672	12.1759	4
18276	Klein Upahl	klein-upahl	MV	00	13072	53.7156	12.061	4
18276	Groß Schwiesow	gross-schwiesow	MV	00	13072	53.846	12.0956	4
18276	Gutow	gutow	MV	00	13072	53.76	12.1354	4
18276	Zehna	zehna	MV	00	13072	53.7159	12.1384	4
18276	Glasewitz	glasewitz	MV	00	13072	53.8208	12.2851	4
18279	Plaaz	plaaz	MV	00	13072	53.8431	12.3433	4
18279	Langhagen	langhagen	MV	00	13072	53.6862	12.4363	4
18279	Lalendorf	lalendorf	MV	00	13072	53.7577	12.3898	4
18279	Wattmannshagen	wattmannshagen	MV	00	13072	53.7759	12.407	4
18292	Bellin	bellin	MV	00	13072	53.7088	12.1888	4
18292	Dobbin-Linstow Dobbin	dobbin-linstow-dobbin	MV	00	13072	53.6172	12.3324	4
18292	Dobbin-Linstow	dobbin-linstow	MV	00	13072	53.6167	12.345	4
18292	Hoppenrade	hoppenrade	MV	00	13072	53.7278	12.2727	4
18292	Kuchelmiß	kuchelmiss	MV	00	13072	53.6823	12.3617	4
18292	Krakow am See	krakow-am-see	MV	00	13072	53.6516	12.2703	4
18299	Liessow	liessow	MV	00	13072	53.8873	12.3382	4
18299	Dolgen	dolgen	MV	00	13072	53.954	12.2615	4
18299	Wardow	wardow	MV	00	13072	53.9305	12.4082	4
18299	Laage	laage	MV	00	13072	53.9256	12.3469	4
18299	Weitendorf	weitendorf	MV	00	13072	53.8987	12.2772	4
18299	Hohen Sprenz	hohen-sprenz	MV	00	13072	53.9112	12.1948	4
18299	Pölitz	politz	MV	00	13072	53.8386	12.4257	4
18299	Diekhof	diekhof	MV	00	13072	53.8665	12.3628	4
18299	Alt Kätwin	alt-katwin	MV	00	13072	53.96	12.3177	4
18311	Ribnitz-Damgarten	ribnitz-damgarten	MV	00	13073	54.2422	12.4567	4
18314	Divitz-Spoldershagen	divitz-spoldershagen	MV	00	13073	54.325	12.6833	4
18314	Löbnitz	lobnitz	MV	00	13073	54.2954	12.7193	4
18314	Kenz-Küstrow	kenz-kustrow	MV	00	13073	54.34	12.7733	4
18314	Bartelshagen II	bartelshagen-ii	MV	00	13073	54.3022	12.583	4
18314	Lüdershagen	ludershagen	MV	00	13073	54.3041	12.6086	4
18317	Saal	saal	MV	00	13073	54.3105	12.4994	4
18320	Schlemmin	schlemmin	MV	00	13073	54.2224	12.6828	4
18320	Dettmannsdorf	dettmannsdorf	MV	00	13073	54.1116	12.5287	4
18320	Ahrenshagen-Daskow	ahrenshagen-daskow	MV	00	13073	54.25	12.5667	4
18320	Trinwillershagen	trinwillershagen	MV	00	13073	54.2505	12.6231	4
18334	Breesen	breesen	MV	00	13073	54.0475	12.6907	4
18334	Schulenberg	schulenberg	MV	00	13073	54.1287	12.5893	4
18334	Bad Sülze	bad-sulze	MV	00	13073	54.1108	12.6605	4
18334	Semlow	semlow	MV	00	13073	54.1812	12.6566	4
18334	Böhlendorf	bohlendorf	MV	00	13073	54.067	12.6742	4
18334	Langsdorf	langsdorf	MV	00	13073	54.0793	12.7221	4
18334	Eixen	eixen	MV	00	13073	54.1614	12.7238	4
18337	Marlow	marlow	MV	00	13073	54.1544	12.5726	4
18347	Dierhagen	dierhagen	MV	00	13073	54.3	12.3667	
18347	Wustrow	wustrow	MV	00	13073	54.3474	12.3984	4
18347	Ahrenshoop	ahrenshoop	MV	00	13073	54.3833	12.4333	4
18356	Fuhlendorf	fuhlendorf	MV	00	13073	54.3605	12.6019	4
18356	Barth	barth	MV	00	13073	54.3635	12.7249	4
18356	Pruchten	pruchten	MV	00	13073	54.3784	12.6744	4
18374	Zingst	zingst	MV	00	13073	54.4357	12.6888	4
18375	Prerow	prerow	MV	00	13073	54.4333	12.5833	4
18375	Born a. Darß	born-a-darss	MV	00	13073	54.4267	12.5469	
18375	Wieck	wieck	MV	00	13073	54.4094	12.5811	4
18435	Stralsund	stralsund	MV	00	13073	54.3272	13.0642	4
18437	Stralsund	stralsund	MV	00	13073	54.3041	13.046	4
18439	Stralsund	stralsund	MV	00	13073	54.3024	13.0928	4
18442	Neu Bartelshagen	neu-bartelshagen	MV	00	13073	54.3436	12.862	4
18442	Pantelitz	pantelitz	MV	00	13073	54.3013	12.9688	4
18442	Groß Kordshagen	gross-kordshagen	MV	00	13073	54.3318	12.843	4
18442	Wendorf	wendorf	MV	00	13073	54.2554	13.0768	4
18442	Kummerow	kummerow	MV	00	13073	54.2957	12.8816	4
18442	Steinhagen	steinhagen	MV	00	13073	54.2262	12.9887	4
18442	Jakobsdorf	jakobsdorf	MV	00	13073	54.2332	12.9316	4
18442	Niepars	niepars	MV	00	13073	54.3145	12.9245	4
18442	Lüssow	lussow	MV	00	13073	54.2818	13.031	4
18445	Kramerhof	kramerhof	MV	00	13073	54.3537	13.0541	4
18445	Altenpleen	altenpleen	MV	00	13073	54.3546	12.9564	4
18445	Klausdorf	klausdorf	MV	00	13073	54.4042	13.0133	4
18445	Groß Mohrdorf	gross-mohrdorf	MV	00	13073	54.388	12.9485	4
18445	Prohn	prohn	MV	00	13073	54.369	13.0237	4
18445	Preetz	preetz	MV	00	13073	54.3502	12.9894	4
18461	Gremersdorf-Buchholz	gremersdorf-buchholz	MV	00	13073	54.15	12.8852	4
18461	Richtenberg	richtenberg	MV	00	13073	54.2013	12.8941	4
18461	Millienhagen-Oebelitz	millienhagen-oebelitz	MV	00	13073	54.1967	12.8233	4
18461	Franzburg	franzburg	MV	00	13073	54.185	12.8821	4
18461	Weitenhagen	weitenhagen	MV	00	13073	54.2268	12.7868	4
18465	Drechow	drechow	MV	00	13073	54.1404	12.7998	4
18465	Tribsees	tribsees	MV	00	13073	54.0956	12.7568	4
18465	Hugoldsdorf	hugoldsdorf	MV	00	13073	54.1495	12.7537	4
18469	Velgast	velgast	MV	00	13073	54.272	12.8107	4
18469	Karnin	karnin	MV	00	13073	54.3019	12.7906	4
18507	Grimmen	grimmen	MV	00	13073	54.1122	13.0405	4
18510	Wittenhagen	wittenhagen	MV	00	13073	54.1838	13.0713	4
18510	Stoltenhagen	stoltenhagen	MV	00	13073	54.1574	13.0788	4
18510	Zarrendorf	zarrendorf	MV	00	13073	54.2369	13.1009	4
18510	Elmenhorst	elmenhorst	MV	00	13073	54.2136	13.0753	4
18510	Behnkendorf	behnkendorf	MV	00	13073	54.2	13.1362	4
18510	Papenhagen	papenhagen	MV	00	13073	54.1471	12.9809	4
18513	Splietsdorf	splietsdorf	MV	00	13073	54.1239	12.9307	4
18513	Gransebieth	gransebieth	MV	00	13073	54.0648	12.8827	4
18513	Wendisch Baggendorf	wendisch-baggendorf	MV	00	13073	54.074	12.9434	4
18513	Glewitz	glewitz	MV	00	13073	54.0203	12.9246	4
18513	Deyelsdorf	deyelsdorf	MV	00	13073	54.0444	12.8218	4
18513	Grammendorf	grammendorf	MV	00	13073	54.0357	12.8741	4
18516	Süderholz	suderholz	MV	00	13073	54.0762	13.1333	4
18519	Horst	horst	MV	00	13073	54.1363	13.2215	4
18519	Wilmshagen	wilmshagen	MV	00	13073	54.1685	13.1718	4
18519	Miltzow	miltzow	MV	00	13073	54.1995	13.1945	4
18519	Brandshagen	brandshagen	MV	00	13073	54.2395	13.1692	4
18519	Kirchdorf	kirchdorf	MV	00	13073	54.175	13.2746	4
18519	Reinberg	reinberg	MV	00	13073	54.2123	13.2517	4
18528	Lietzow	lietzow	MV	00	13073	54.4817	13.5072	4
18528	Rappin	rappin	MV	00	13073	54.5086	13.3839	4
18528	Buschvitz	buschvitz	MV	00	13073	54.43	13.4712	4
18528	Ralswiek	ralswiek	MV	00	13073	54.4719	13.4485	4
18528	Bergen auf Rügen	bergen-auf-rugen	MV	00	13073	54.4182	13.4335	4
18528	Sehlen	sehlen	MV	00	13073	54.4375	13.448	
18528	Thesenvitz	thesenvitz	MV	00	13073	54.4497	13.3899	4
18528	Patzig	patzig	MV	00	13073	54.4648	13.3956	4
18528	Parchtitz	parchtitz	MV	00	13073	54.4379	13.3987	4
18528	Zirkow	zirkow	MV	00	13073	54.3887	13.5395	4
18546	Sassnitz	sassnitz	MV	00	13073	54.5127	13.62	4
18551	Lohme	lohme	MV	00	13073	54.5831	13.6107	4
18551	Sagard	sagard	MV	00	13073	54.5256	13.5539	4
18551	Glowe	glowe	MV	00	13073	54.5691	13.4655	4
18556	Dranske	dranske	MV	00	13073	54.6312	13.2283	4
18556	Breege	breege	MV	00	13073	54.6146	13.3626	4
18556	Altenkirchen	altenkirchen	MV	00	13073	54.6362	13.3433	4
18556	Putgarten	putgarten	MV	00	13073	54.6742	13.4183	4
18556	Wiek	wiek	MV	00	13073	54.62	13.2891	4
18565	Insel Hiddensee	insel-hiddensee	MV	00	13073	54.549	13.1036	4
18569	Ummanz	ummanz	MV	00	13073	54.4434	13.2124	4
18569	Schaprode	schaprode	MV	00	13073	54.5141	13.1666	4
18569	Trent	trent	MV	00	13073	54.5211	13.256	4
18569	Kluis	kluis	MV	00	13073	54.4717	13.3031	4
18569	Neuenkirchen	neuenkirchen	MV	00	13073	54.5438	13.3315	4
18569	Gingst	gingst	MV	00	13073	54.4565	13.2574	4
18573	Rambin	rambin	MV	00	13073	54.3557	13.2045	4
18573	Samtens	samtens	MV	00	13073	54.3548	13.2931	4
18573	Altefähr	altefahr	MV	00	13073	54.3299	13.1264	4
18573	Dreschvitz	dreschvitz	MV	00	13073	54.4031	13.2941	4
18574	Karnitz	karnitz	MV	00	13073	54.3535	13.371	4
18574	Gustow	gustow	MV	00	13073	54.3026	13.2133	4
18574	Zudar	zudar	MV	00	13073	54.2606	13.3501	4
18574	Poseritz	poseritz	MV	00	13073	54.2981	13.2749	4
18574	Garz	garz	MV	00	13073	54.3184	13.3512	4
18581	Putbus	putbus	MV	00	13073	54.3551	13.4763	4
18586	Lancken-Granitz	lancken-granitz	MV	00	13073	54.3665	13.6326	4
18586	Gager	gager	MV	00	13073	54.3097	13.6843	4
18586	Baabe	baabe	MV	00	13073	54.35	13.7	
18586	Sellin	sellin	MV	00	13073	54.3791	13.6742	4
18586	Middelhagen	middelhagen	MV	00	13073	54.3304	13.7049	4
18586	Thiessow	thiessow	MV	00	13073	54.2773	13.7157	4
18586	Göhren	gohren	MV	00	13073	54.3333	13.7333	4
18609	Binz	binz	MV	00	13073	54.3833	13.6167	4
19053	Schwerin	schwerin	MV	00	13004	53.6313	11.4092	4
19055	Schwerin	schwerin	MV	00	13004	53.6441	11.4103	4
19057	Schwerin	schwerin	MV	00	13004	53.6382	11.3766	4
19059	Schwerin	schwerin	MV	00	13004	53.641	11.3905	4
19061	Schwerin	schwerin	MV	00	13004	53.5992	11.404	4
19063	Schwerin	schwerin	MV	00	13004	53.6007	11.4433	4
19065	Raben Steinfeld	raben-steinfeld	MV	00	13076	53.6014	11.5049	4
19065	Gneven	gneven	MV	00	13076	53.6354	11.5681	4
19065	Pinnow	pinnow	MV	00	13076	53.6016	11.5458	4
19065	Godern	godern	MV	00	13076	53.6188	11.5432	4
19067	Retgendorf	retgendorf	MV	00	13076	53.7292	11.5036	4
19067	Leezen	leezen	MV	00	13076	53.6626	11.4987	4
19067	Rubow	rubow	MV	00	13076	53.7567	11.5714	4
19067	Langen Brütz	langen-brutz	MV	00	13076	53.6581	11.5469	4
19067	Cambs	cambs	MV	00	13076	53.6972	11.5271	4
19069	Pingelshagen	pingelshagen	MV	00	13074	53.6831	11.3353	4
19069	Seehof	seehof	MV	00	13074	53.6925	11.4326	4
19069	Zickhusen	zickhusen	MV	00	13074	53.7589	11.4139	4
19069	Klein Trebbow	klein-trebbow	MV	00	13074	53.7113	11.3721	4
19069	Alt Meteln	alt-meteln	MV	00	13074	53.7471	11.3406	4
19069	Böken	boken	MV	00	13074	53.7101	11.3285	4
19071	Grambow	grambow	MV	00	13074	53.6217	11.275	4
19071	Cramonshagen	cramonshagen	MV	00	13074	53.7055	11.2746	4
19071	Dalberg-Wendelstorf	dalberg-wendelstorf	MV	00	13074	53.7389	11.2722	4
19071	Brüsewitz	brusewitz	MV	00	13074	53.6759	11.2438	4
19073	Schossin	schossin	MV	00	13076	53.5443	11.2173	4
19073	Zülow	zulow	MV	00	13076	53.5774	11.2715	4
19073	Stralendorf	stralendorf	MV	00	13076	53.575	11.3036	4
19073	Klein Rogahn	klein-rogahn	MV	00	13076	53.6053	11.3458	4
19073	Dümmer	dummer	MV	00	13076	53.5763	11.205	4
19073	Wittenförden	wittenforden	MV	00	13076	53.6292	11.3298	4
19075	Warsow	warsow	MV	00	13076	53.5314	11.304	4
19075	Holthusen	holthusen	MV	00	13076	53.5413	11.3537	4
19075	Pampow	pampow	MV	00	13076	53.5682	11.358	4
19077	Uelitz	uelitz	MV	00	13076	53.477	11.4372	4
19077	Lübesse	lubesse	MV	00	13076	53.4888	11.4613	4
19077	Sülstorf	sulstorf	MV	00	13076	53.5093	11.3746	4
19077	Rastow	rastow	MV	00	13076	53.4571	11.4314	4
19079	Sukow	sukow	MV	00	13076	53.5443	11.5619	4
19079	Goldenstädt	goldenstadt	MV	00	13076	53.4675	11.4991	4
19079	Banzkow	banzkow	MV	00	13076	53.525	11.5231	4
19086	Plate	plate	MV	00	13076	53.5515	11.5093	4
19089	Ruthenbeck	ruthenbeck	MV	00	13076	53.5313	11.7073	4
19089	Crivitz	crivitz	MV	00	13076	53.5732	11.6519	4
19089	Demen	demen	MV	00	13076	53.6297	11.7664	4
19089	Göhren	gohren	MV	00	13076	53.5352	11.6106	4
19089	Barnin	barnin	MV	00	13076	53.5958	11.6964	4
19089	Gädebehn	gadebehn	MV	00	13076	53.6117	11.608	4
19089	Wessin	wessin	MV	00	13076	53.5719	11.7314	4
19089	Bülow	bulow	MV	00	13076	53.5922	11.7681	4
19089	Tramm	tramm	MV	00	13076	53.5225	11.6479	4
19089	Zapel	zapel	MV	00	13076	53.5535	11.6656	4
19205	Pokrent	pokrent	MV	00	13074	53.6489	11.1462	4
19205	Veelböken	veelboken	MV	00	13074	53.7489	11.183	4
19205	Mühlen Eichsen	muhlen-eichsen	MV	00	13074	53.7577	11.2501	4
19205	Krembz	krembz	MV	00	13074	53.6507	11.0611	4
19205	Roggendorf	roggendorf	MV	00	13074	53.6929	11.0144	4
19205	Gadebusch	gadebusch	MV	00	13074	53.7014	11.1168	4
19205	Dragun	dragun	MV	00	13074	53.7079	11.2251	4
19205	Rögnitz	rognitz	MV	00	13074	53.611	11.0232	4
19205	Kneese	kneese	MV	00	13074	53.65	10.9667	4
19209	Perlin	perlin	MV	00	13074	53.5864	11.1765	4
19209	Renzow	renzow	MV	00	13074	53.6229	11.15	4
19209	Gottesgabe	gottesgabe	MV	00	13074	53.6311	11.249	4
19209	Lützow	lutzow	MV	00	13074	53.6535	11.1758	4
19209	Badow	badow	MV	00	13074	53.6123	11.12	4
19217	Köchelstorf	kochelstorf	MV	00	13074	53.7647	11.0963	4
19217	Utecht	utecht	MV	00	13074	53.7681	10.7708	4
19217	Bülow	bulow	MV	00	13074	53.7713	11.0255	4
19217	Thandorf	thandorf	MV	00	13074	53.7589	10.8234	4
19217	Groß Molzahn	gross-molzahn	MV	00	13074	53.7335	10.8726	4
19217	Löwitz	lowitz	MV	00	13074	53.7923	11.0128	4
19217	Dechow	dechow	MV	00	13074	53.7195	10.922	4
19217	Nesow	nesow	MV	00	13074	53.75	11.05	4
19217	Holdorf	holdorf	MV	00	13074	53.7302	11.0629	4
19217	Rieps	rieps	MV	00	13074	53.7746	10.8648	4
19217	Rehna	rehna	MV	00	13074	53.7788	11.0493	4
19217	Schlagsdorf	schlagsdorf	MV	00	13074	53.7336	10.8256	4
19217	Demern	demern	MV	00	13074	53.7422	10.9865	4
19217	Carlow	carlow	MV	00	13074	53.7586	10.9379	4
19217	Wedendorf	wedendorf	MV	00	13074	53.7757	11.1154	4
19217	Vitense	vitense	MV	00	13074	53.8081	11.0544	
19217	Groß Rünz	gross-runz	MV	00	13074	53.7651	10.9755	4
19230	Hagenow	hagenow	MV	00	13076	53.4188	11.2332	4
19230	Redefin	redefin	MV	00	13076	53.3494	11.203	4
19230	Moraas	moraas	MV	00	13076	53.4223	11.3025	4
19230	Bandenitz	bandenitz	MV	00	13076	53.4663	11.1621	
19230	Toddin	toddin	MV	00	13076	53.4188	11.1382	4
19230	Pätow	patow	MV	00	13076	53.4001	11.1382	4
19230	Strohkirchen	strohkirchen	MV	00	13076	53.3961	11.3159	4
19230	Hoort	hoort	MV	00	13076	53.4821	11.3601	4
19230	Setzin	setzin	MV	00	13076	53.411	11.0821	4
19230	Picher	picher	MV	00	13076	53.348	11.3467	4
19230	Belsch	belsch	MV	00	13076	53.3274	11.2053	4
19230	Alt Zachun	alt-zachun	MV	00	13076	53.4943	11.3375	4
19230	Hülseburg	hulseburg	MV	00	13076	53.513	11.1945	4
19230	Groß Krams	gross-krams	MV	00	13076	53.334	11.2676	4
19230	Bobzin	bobzin	MV	00	13076	53.479	11.1471	4
19230	Kirch Jesar	kirch-jesar	MV	00	13076	53.4408	11.2787	4
19230	Kuhstorf	kuhstorf	MV	00	13076	53.3847	11.2482	4
19230	Bresegard	bresegard	MV	00	13076	53.35	11.3	
19230	Warlitz	warlitz	MV	00	13076	53.3785	11.1494	4
19230	Gammelin	gammelin	MV	00	13076	53.5121	11.2428	4
19230	Pritzier	pritzier	MV	00	13076	53.3792	11.0781	4
19243	Boddin	boddin	MV	00	13076	53.5768	11.1039	4
19243	Lehsen	lehsen	MV	00	13076	53.4878	11.0252	4
19243	Körchow	korchow	MV	00	13076	53.443	11.0626	4
19243	Dodow	dodow	MV	00	13076	53.501	10.9983	4
19243	Karft	karft	MV	00	13076	53.5385	11.043	4
19243	Luckwitz	luckwitz	MV	00	13076	53.5213	11.1543	4
19243	Wittenburg	wittenburg	MV	00	13076	53.506	11.0805	4
19243	Waschow	waschow	MV	00	13076	53.5216	11.0117	4
19243	Dreilützow	dreilutzow	MV	00	13076	53.5339	11.1122	4
19243	Parum	parum	MV	00	13076	53.5471	11.1905	4
19243	Drönnewitz	dronnewitz	MV	00	13076	53.5855	11.039	4
19243	Tessin bei Wittenburg	tessin-bei-wittenburg	MV	00	13076	53.5667	11.0333	
19246	Kogel	kogel	MV	00	13076	53.4975	10.9504	4
19246	Lassahn	lassahn	MV	00	13076	53.6035	10.9534	4
19246	Lüttow	luttow	MV	00	13076	53.5315	10.8909	4
19246	Zarrentin	zarrentin	MV	00	13076	53.5507	10.9155	4
19246	Valluhn	valluhn	MV	00	13076	53.5255	10.843	4
19246	Neuhof	neuhof	MV	00	13076	53.569	10.9963	4
19246	Camin	camin	MV	00	13076	53.4637	10.9685	4
19246	Bantin	bantin	MV	00	13076	53.549	10.9721	4
19249	Gößlow	gosslow	MV	00	13076	53.3384	11.143	4
19249	Garlitz	garlitz	MV	00	13076	53.3166	11.0081	4
19249	Lübtheen	lubtheen	MV	00	13076	53.3012	11.0837	4
19249	Jessenitz	jessenitz	MV	00	13076	53.2696	11.0874	4
19258	Neu Gülze	neu-gulze	MV	00	13076	53.3801	10.7882	4
19258	Besitz	besitz	MV	00	13076	53.343	10.8591	4
19258	Gallin	gallin	MV	00	13076	53.4935	10.8332	4
19258	Nostorf	nostorf	MV	00	13076	53.4066	10.6541	4
19258	Greven	greven	MV	00	13076	53.4771	10.7993	4
19258	Gresse	gresse	MV	00	13076	53.4291	10.746	4
19258	Klein Bengerstorf	klein-bengerstorf	MV	00	13076	53.4177	10.8487	4
19258	Wiebendorf	wiebendorf	MV	00	13076	53.4031	10.822	4
19258	Boizenburg	boizenburg	MV	00	13076	53.3815	10.7238	4
19258	Tessin bei Boizenburg	tessin-bei-boizenburg	MV	00	13076	53.4	10.85	
19258	Schwanheide	schwanheide	MV	00	13076	53.4292	10.683	4
19260	Rodenwalde	rodenwalde	MV	00	13076	53.4381	10.9347	4
19260	Bennin	bennin	MV	00	13076	53.4465	10.8852	4
19260	Kloddram	kloddram	MV	00	13076	53.4138	11.0054	4
19260	Dersenow	dersenow	MV	00	13076	53.382	10.8907	4
19260	Vellahn	vellahn	MV	00	13076	53.401	10.9671	4
19260	Banzin	banzin	MV	00	13076	53.4092	10.913	4
19273	Brahlstorf	brahlstorf	MV	00	13076	53.3644	10.9517	4
19273	Melkof	melkof	MV	00	13076	53.3615	11.022	4
19273	Teldau	teldau	MV	00	13076	53.3333	10.8267	4
19288	Wöbbelin	wobbelin	MV	00	13076	53.4026	11.5015	4
19288	Lüblow	lublow	MV	00	13076	53.4155	11.451	4
19288	Alt Krenzlin	alt-krenzlin	MV	00	13076	53.3184	11.308	4
19288	Glaisin	glaisin	MV	00	13076	53.2776	11.367	4
19288	Fahrbinde	fahrbinde	MV	00	13076	53.4447	11.4814	4
19288	Groß Laasch	gross-laasch	MV	00	13076	53.3465	11.5492	4
19288	Leussow	leussow	MV	00	13076	53.278	11.2884	4
19288	Kummer	kummer	MV	00	13076	53.3296	11.3863	4
19288	Warlow	warlow	MV	00	13076	53.3449	11.405	4
19288	Göhlen	gohlen	MV	00	13076	53.3064	11.367	4
19288	Ludwigslust	ludwigslust	MV	00	13076	53.3292	11.4971	4
19294	Gorlosen	gorlosen	MV	00	13076	53.1867	11.4611	4
19294	Eldena	eldena	MV	00	13076	53.2319	11.418	4
19294	Dadow	dadow	MV	00	13076	53.22	11.488	4
19294	Grebs	grebs	MV	00	13076	53.2409	11.319	4
19294	Bresegard	bresegard	MV	00	13076	53.2478	11.3714	4
19294	Karenz	karenz	MV	00	13076	53.2302	11.3438	4
19294	Krinitz	krinitz	MV	00	13076	53.1671	11.4491	4
19294	Niendorf an der Rögnitz	niendorf-an-der-rognitz	MV	00	13076	53.2333	11.2667	
19294	Neu Kaliß	neu-kaliss	MV	00	13076	53.1747	11.2945	4
19294	Malk Göhren	malk-gohren	MV	00	13076	53.2167	11.3756	4
19294	Malk Göhren Göhren	malk-gohren-gohren	MV	00	13076	53.2167	11.3667	
19294	Malliß	malliss	MV	00	13076	53.2113	11.3272	4
19294	Karstädt	karstadt	MV	00	13076	53.2881	11.4887	4
19294	Malk Göhren Malk	malk-gohren-malk	MV	00	13076	53.2167	11.3833	
19300	Steesow	steesow	MV	00	13076	53.1588	11.5441	4
19300	Muchow	muchow	MV	00	13076	53.314	11.6872	4
19300	Balow	balow	MV	00	13076	53.2664	11.7157	4
19300	Möllenbeck	mollenbeck	MV	00	13076	53.2874	11.7374	4
19300	Milow	milow	MV	00	13076	53.1915	11.5414	4
19300	Zierzow	zierzow	MV	00	13076	53.2832	11.6829	4
19300	Prislich	prislich	MV	00	13076	53.2725	11.6223	4
19300	Grabow	grabow	MV	00	13076	53.2797	11.565	4
19300	Kremmin	kremmin	MV	00	13076	53.2504	11.598	4
19300	Werle	werle	MV	00	13076	53.2629	11.6753	4
19303	Tewswoos	tewswoos	MV	00	13076	53.2287	11.2021	4
19303	Heidhof	heidhof	MV	00	13076	53.1734	11.2294	4
19303	Woosmer	woosmer	MV	00	13076	53.2009	11.1817	4
19303	Vielank	vielank	MV	00	13076	53.2355	11.1396	4
19303	Dömitz	domitz	MV	00	13076	53.1408	11.2502	4
19303	Rüterberg	ruterberg	MV	00	13076	53.1516	11.1842	4
19303	Polz	polz	MV	00	13076	53.1212	11.3574	4
19306	Brenz	brenz	MV	00	13076	53.3833	11.6656	4
19306	Blievenstorf	blievenstorf	MV	00	13076	53.3619	11.6656	4
19306	Neustadt-Glewe	neustadt-glewe	MV	00	13076	53.3785	11.5926	4
19357	Dambeck	dambeck	MV	00	13076	53.2434	11.7666	4
19370	Parchim	parchim	MV	00	13076	53.4263	11.8488	4
19372	Ziegendorf	ziegendorf	MV	00	13076	53.296	11.8139	4
19372	Brunow	brunow	MV	00	13076	53.2623	11.8101	4
19372	Spornitz	spornitz	MV	00	13076	53.4075	11.7186	4
19372	Rom	rom	MV	00	13076	53.4447	11.9487	4
19372	Karrenzin	karrenzin	MV	00	13076	53.3383	11.8004	4
19372	Groß Godems	gross-godems	MV	00	13076	53.3635	11.7973	4
19372	Herzfeld	herzfeld	MV	00	13076	53.3243	11.765	4
19372	Stralendorf	stralendorf	MV	00	13076	53.4735	11.9148	4
19372	Stolpe	stolpe	MV	00	13076	53.3591	11.7385	4
19372	Matzlow-Garwitz	matzlow-garwitz	MV	00	13076	53.4475	11.7044	4
19374	Klinken	klinken	MV	00	13076	53.4971	11.6707	4
19374	Severin	severin	MV	00	13076	53.5035	11.7719	4
19374	Damm	damm	MV	00	13076	53.4398	11.754	4
19374	Domsühl	domsuhl	MV	00	13076	53.4872	11.771	4
19374	Mestlin	mestlin	MV	00	13076	53.5804	11.9273	4
19374	Groß Niendorf	gross-niendorf	MV	00	13076	53.591	11.8534	4
19374	Friedrichsruhe	friedrichsruhe	MV	00	13076	53.5277	11.7513	4
19374	Zölkow	zolkow	MV	00	13076	53.5633	11.8206	4
19374	Herzberg	herzberg	MV	00	13076	53.5307	11.9281	4
19374	Grebbin	grebbin	MV	00	13076	53.515	11.8633	4
19374	Raduhn	raduhn	MV	00	13076	53.4814	11.6842	4
19376	Suckow	suckow	MV	00	13076	53.3096	11.9708	4
19376	Marnitz	marnitz	MV	00	13076	53.3168	11.9295	4
19376	Tessenow	tessenow	MV	00	13076	53.3531	11.8946	4
19376	Siggelkow	siggelkow	MV	00	13076	53.3874	11.938	4
19386	Kritzow	kritzow	MV	00	13076	53.4461	12.1315	4
19386	Wahlstorf	wahlstorf	MV	00	13076	53.3613	12.0963	4
19386	Lutheran	lutheran	MV	00	13076	53.4583	12.0012	4
19386	Granzin	granzin	MV	00	13076	53.5031	11.9432	4
19386	Passow	passow	MV	00	13076	53.5068	12.0529	4
19386	Lübz	lubz	MV	00	13076	53.4626	12.0292	4
19386	Karbow-Vietlübbe	karbow-vietlubbe	MV	00	13076	53.4	12.125	
19386	Werder	werder	MV	00	13076	53.5011	12.0077	4
19386	Broock	broock	MV	00	13076	53.4657	12.1081	4
19386	Gallin-Kuppentin	gallin-kuppentin	MV	00	13076	53.5083	12.1333	4
19386	Gischow	gischow	MV	00	13076	53.4372	12.0111	4
19386	Kreien	kreien	MV	00	13076	53.4075	12.0554	4
19395	Barkow	barkow	MV	00	13076	53.4655	12.1792	4
19395	Retzow	retzow	MV	00	13076	53.3694	12.1953	4
19395	Karow	karow	MV	00	13076	53.5377	12.2578	4
19395	Plau am See	plau-am-see	MV	00	13076	53.4582	12.2625	4
19395	Plauerhagen	plauerhagen	MV	00	13076	53.4969	12.2094	4
19395	Wendisch Priborn	wendisch-priborn	MV	00	13076	53.3394	12.2718	4
19395	Ganzlin	ganzlin	MV	00	13076	53.3829	12.2488	4
19395	Gnevsdorf	gnevsdorf	MV	00	13076	53.4039	12.2151	4
19399	Wendisch Waren	wendisch-waren	MV	00	13076	53.5745	12.1296	4
19399	Goldberg	goldberg	MV	00	13076	53.5888	12.0886	4
19399	Diestelow	diestelow	MV	00	13076	53.5502	12.0668	4
19399	Neu Poserin	neu-poserin	MV	00	13076	53.5529	12.1646	4
19399	Dobbertin	dobbertin	MV	00	13076	53.6231	12.0747	4
19399	Langenhagen	langenhagen	MV	00	13076	53.5782	12.0291	4
19399	Techentin	techentin	MV	00	13076	53.5873	11.9878	4
19406	Mustin	mustin	MV	00	13076	53.6954	11.9725	4
19406	Dabel	dabel	MV	00	13076	53.6611	11.9003	4
19406	Kobrow	kobrow	MV	00	13076	53.6789	11.809	4
19406	Witzin	witzin	MV	00	13076	53.723	11.9213	4
19406	Sternberg	sternberg	MV	00	13076	53.7124	11.8268	4
19406	Hohen Pritz	hohen-pritz	MV	00	13076	53.6292	11.8917	4
19406	Borkow	borkow	MV	00	13076	53.6636	11.9497	4
19406	Groß Görnow	gross-gornow	MV	00	13076	53.7492	11.819	4
19412	Brüel	bruel	MV	00	13076	53.7372	11.7147	4
19412	Blankenberg	blankenberg	MV	00	13076	53.7695	11.711	4
19412	Zahrensdorf	zahrensdorf	MV	00	13076	53.7589	11.6736	4
19412	Kuhlen	kuhlen	MV	00	13076	53.7208	11.612	4
19412	Wendorf	wendorf	MV	00	13076	53.6687	11.6642	4
19412	Weitendorf	weitendorf	MV	00	13076	53.7176	11.7492	4
19412	Langen Jarchow	langen-jarchow	MV	00	13076	53.7581	11.6537	4
19417	Warin	warin	MV	00	13074	53.8003	11.705	4
19417	Ventschow	ventschow	MV	00	13074	53.7878	11.5805	4
19417	Bibow	bibow	MV	00	13074	53.7838	11.6422	4
19417	Jesendorf	jesendorf	MV	00	13074	53.8036	11.6002	4
19417	Groß Labenz	gross-labenz	MV	00	13074	53.7798	11.7772	4
23923	Menzendorf	menzendorf	MV	00	13074	53.8459	11.0113	4
23923	Selmsdorf	selmsdorf	MV	00	13074	53.8409	10.8925	
23923	Groß Siemz	gross-siemz	MV	00	13074	53.8165	10.9282	4
23923	Roduchelstorf	roduchelstorf	MV	00	13074	53.8206	10.9864	4
23923	Schönberg	schonberg	MV	00	13074	53.8444	10.9327	4
23923	Niendorf	niendorf	MV	00	13074	53.8094	10.8936	4
23923	Lüdersdorf	ludersdorf	MV	00	13074	53.8316	10.8131	4
23923	Lockwisch	lockwisch	MV	00	13074	53.8341	10.8701	4
23936	Bernstorf	bernstorf	MV	00	13074	53.8291	11.1166	4
23936	Mallentin	mallentin	MV	00	13074	53.8818	11.0759	4
23936	Rüting	ruting	MV	00	13074	53.7942	11.221	4
23936	Warnow	warnow	MV	00	13074	53.8877	11.2109	4
23936	Plüschow	pluschow	MV	00	13074	53.8357	11.2686	4
23936	Grevesmühlen	grevesmuhlen	MV	00	13074	53.8634	11.1916	4
23936	Roggenstorf	roggenstorf	MV	00	13074	53.9138	11.0663	4
23936	Upahl	upahl	MV	00	13074	53.8204	11.2162	4
23936	Papenhusen	papenhusen	MV	00	13074	53.8588	11.0492	4
23936	Börzow	borzow	MV	00	13074	53.8598	11.1264	4
23936	Hanshagen	hanshagen	MV	00	13074	53.8063	11.1476	4
23936	Grieben	grieben	MV	00	13074	53.8422	11.047	4
23936	Testorf-Steinfort	testorf-steinfort	MV	00	13074	53.7768	11.2695	4
23942	Pötenitz	potenitz	MV	00	13074	53.9487	10.9242	4
23942	Dassow	dassow	MV	00	13074	53.911	10.9755	4
23942	Kalkhorst	kalkhorst	MV	00	13074	53.9701	11.0447	4
23942	Harkensee	harkensee	MV	00	13074	53.9577	10.9753	4
23944	Ostseebad Boltenhagen	ostseebad-boltenhagen	MV	00	13074	53.9878	11.2019	4
23946	Boltenhagen	boltenhagen	MV	00	13074	53.9833	11.2167	4
23948	Moor-Rolofshagen	moor-rolofshagen	MV	00	13074	53.9095	11.1381	
23948	Klütz	klutz	MV	00	13074	53.9647	11.1637	4
23948	Damshagen	damshagen	MV	00	13074	53.9287	11.1535	4
23948	Elmenhorst	elmenhorst	MV	00	13074	53.993	11.1238	4
23948	Groß Walmstorf	gross-walmstorf	MV	00	13074	53.9022	11.2626	4
23952	Wismar, Mecklenburg	wismar-mecklenburg	MV	00	13074	53.8884	11.4622	
23966	Wismar	wismar	MV	00	13074	53.892	11.4636	4
23968	Gägelow	gagelow	MV	00	13074	53.8996	11.3797	4
23968	Gramkow	gramkow	MV	00	13074	53.9209	11.3174	4
23968	Barnekow	barnekow	MV	00	13074	53.8665	11.3729	4
23968	Wismar	wismar	MV	00	13074	53.9023	11.4036	4
23968	Zierow	zierow	MV	00	13074	53.9258	11.3763	4
23970	Benz	benz	MV	00	13074	53.911	11.5853	4
23970	Wismar	wismar	MV	00	13074	53.8743	11.4488	4
23972	Groß Stieten	gross-stieten	MV	00	13074	53.8132	11.4495	4
23972	Lübow	lubow	MV	00	13074	53.8526	11.5244	4
23972	Dorf Mecklenburg	dorf-mecklenburg	MV	00	13074	53.85	11.4667	4
23972	Metelsdorf	metelsdorf	MV	00	13074	53.8543	11.4333	4
23972	Schimm	schimm	MV	00	13074	53.8237	11.571	4
23974	Hornstorf	hornstorf	MV	00	13074	53.9099	11.5321	4
23974	Boiensdorf	boiensdorf	MV	00	13074	54.0171	11.5611	4
23974	Blowatz	blowatz	MV	00	13074	53.9897	11.5336	4
23974	Neuburg	neuburg	MV	00	13074	53.9454	11.5884	4
23974	Krusenhagen	krusenhagen	MV	00	13074	53.9444	11.5339	4
23992	Lübberstorf	lubberstorf	MV	00	13074	53.857	11.7317	4
23992	Züsow	zusow	MV	00	13074	53.9222	11.6745	4
23992	Neukloster	neukloster	MV	00	13074	53.8655	11.6851	4
23992	Passee	passee	MV	00	13074	53.9559	11.7698	4
23992	Zurow	zurow	MV	00	13074	53.8643	11.6143	4
23992	Glasin	glasin	MV	00	13074	53.9121	11.7366	4
23996	Hohen Viecheln	hohen-viecheln	MV	00	13074	53.7845	11.5111	4
23996	Bobitz	bobitz	MV	00	13074	53.8045	11.3591	4
23996	Beidendorf	beidendorf	MV	00	13074	53.8281	11.388	4
23996	Bad Kleinen	bad-kleinen	MV	00	13074	53.7713	11.4716	4
23996	Groß Krankow	gross-krankow	MV	00	13074	53.8153	11.3358	4
23999	Insel Poel	insel-poel	MV	00	13074	54	11.4333	4
19273	Neuhaus	neuhaus	NI	00	03355	53.2864	10.9283	4
21217	Seevetal	seevetal	NI	00	03353	53.4193	10.0211	4
21218	Seevetal	seevetal	NI	00	03353	53.4	9.9667	4
21220	Seevetal	seevetal	NI	00	03353	53.3661	10.048	4
21224	Rosengarten	rosengarten	NI	00	03353	53.4065	9.9256	4
21227	Bendestorf	bendestorf	NI	00	03353	53.3358	9.9615	4
21228	Harmstorf	harmstorf	NI	00	03353	53.35	9.9833	4
21244	Buchholz in der Nordheide	buchholz-in-der-nordheide	NI	00	03353	53.3264	9.8681	4
21255	Dohren	dohren	NI	00	03353	53.3	9.7	4
21255	Wistedt	wistedt	NI	00	03353	53.2667	9.6833	4
21255	Königsmoor	konigsmoor	NI	00	03353	53.2263	9.6796	4
21255	Kakenstorf	kakenstorf	NI	00	03353	53.3032	9.7629	4
21255	Tostedt	tostedt	NI	00	03353	53.2833	9.7167	4
21256	Handeloh	handeloh	NI	00	03353	53.2456	9.8392	4
21258	Heidenau	heidenau	NI	00	03353	53.3167	9.6667	4
21259	Otter	otter	NI	00	03353	53.2402	9.7425	4
21261	Welle	welle	NI	00	03353	53.2398	9.8018	4
21266	Jesteburg	jesteburg	NI	00	03353	53.3097	9.9526	4
21271	Hanstedt	hanstedt	NI	00	03353	53.2667	10.0167	4
21271	Asendorf	asendorf	NI	00	03353	53.2927	9.9791	4
21272	Egestorf	egestorf	NI	00	03353	53.193	10.063	4
21274	Undeloh	undeloh	NI	00	03353	53.1971	9.9757	4
21279	Hollenstedt	hollenstedt	NI	00	03353	53.3667	9.7167	4
21279	Wenzendorf	wenzendorf	NI	00	03353	53.3495	9.7723	4
21279	Appel	appel	NI	00	03353	53.3906	9.7456	4
21279	Drestedt	drestedt	NI	00	03353	53.3305	9.7574	4
21335	Lüneburg	luneburg	NI	00	03355	53.2329	10.4078	4
21337	Lüneburg	luneburg	NI	00	03355	53.2558	10.4398	4
21339	Lüneburg	luneburg	NI	00	03355	53.2604	10.3968	4
21354	Bleckede	bleckede	NI	00	03355	53.2897	10.7337	4
21357	Bardowick	bardowick	NI	00	03355	53.2935	10.3881	4
21357	Barum	barum	NI	00	03355	53.35	10.4	4
21357	Wittorf	wittorf	NI	00	03355	53.3333	10.3833	4
21358	Mechtersen	mechtersen	NI	00	03355	53.2833	10.3167	4
21360	Vögelsen	vogelsen	NI	00	03355	53.2745	10.3537	4
21365	Adendorf	adendorf	NI	00	03355	53.2819	10.4379	4
21368	Boitze	boitze	NI	00	03355	53.15	10.75	4
21368	Dahlenburg	dahlenburg	NI	00	03355	53.1877	10.7365	4
21368	Dahlem	dahlem	NI	00	03355	53.2	10.75	4
21369	Nahrendorf	nahrendorf	NI	00	03355	53.1739	10.8138	4
21371	Tosterglope	tosterglope	NI	00	03355	53.2098	10.8193	4
21376	Garlstorf	garlstorf	NI	00	03353	53.2373	10.1014	4
21376	Eyendorf	eyendorf	NI	00	03353	53.2	10.15	4
21376	Salzhausen	salzhausen	NI	00	03353	53.2234	10.1698	4
21376	Gödenstorf	godenstorf	NI	00	03353	53.2285	10.1235	4
21379	Rullstorf	rullstorf	NI	00	03355	53.2865	10.5297	4
21379	Lüdersburg	ludersburg	NI	00	03355	53.3214	10.5742	4
21379	Scharnebeck	scharnebeck	NI	00	03355	53.2924	10.5019	4
21379	Echem	echem	NI	00	03355	53.3333	10.5333	4
21380	Artlenburg	artlenburg	NI	00	03355	53.3718	10.4879	4
21382	Brietlingen	brietlingen	NI	00	03355	53.3333	10.45	4
21385	Oldendorf (Luhe)	oldendorf-luhe	NI	00	03355	53.15	10.2167	
21385	Amelinghausen	amelinghausen	NI	00	03355	53.124	10.2127	4
21385	Rehlingen	rehlingen	NI	00	03355	53.1057	10.2209	4
21386	Betzendorf	betzendorf	NI	00	03355	53.1375	10.3127	4
21388	Soderstorf	soderstorf	NI	00	03355	53.1428	10.1481	4
21391	Reppenstedt	reppenstedt	NI	00	03355	53.25	10.35	4
21391	Dachtmissen	dachtmissen	NI	00	03355	53.2538	10.3178	4
21394	Westergellersen	westergellersen	NI	00	03355	53.2333	10.25	4
21394	Kirchgellersen	kirchgellersen	NI	00	03355	53.2333	10.3	4
21394	Südergellersen	sudergellersen	NI	00	03355	53.2167	10.3	4
21394	Heiligenthal	heiligenthal	NI	00	03355	53.2206	10.3363	4
21395	Tespe	tespe	NI	00	03353	53.3964	10.4108	4
21397	Vastorf	vastorf	NI	00	03355	53.198	10.5456	4
21397	Barendorf	barendorf	NI	00	03355	53.229	10.5216	4
21398	Neetze	neetze	NI	00	03355	53.2652	10.6213	4
21400	Reinstorf	reinstorf	NI	00	03355	53.2345	10.5732	4
21401	Thomasburg	thomasburg	NI	00	03355	53.2333	10.6667	4
21403	Wendisch Evern	wendisch-evern	NI	00	03355	53.2167	10.4667	4
21406	Barnstedt	barnstedt	NI	00	03355	53.1333	10.3667	4
21406	Melbeck	melbeck	NI	00	03355	53.1833	10.4	4
21407	Deutsch Evern	deutsch-evern	NI	00	03355	53.2	10.4333	4
21409	Embsen	embsen	NI	00	03355	53.1761	10.3463	4
21423	Drage	drage	NI	00	03353	53.4167	10.2667	4
21423	Winsen (Luhe)	winsen-luhe	NI	00	03353	53.3484	10.2068	4
21435	Stelle	stelle	NI	00	03353	53.3842	10.1114	4
21436	Marschacht	marschacht	NI	00	03353	53.4152	10.3752	4
21438	Brackel	brackel	NI	00	03353	53.2997	10.0486	4
21439	Marxen	marxen	NI	00	03353	53.3121	10.0041	4
21441	Garstedt	garstedt	NI	00	03353	53.2847	10.1614	4
21442	Toppenstedt	toppenstedt	NI	00	03353	53.2643	10.1145	4
21444	Vierhöfen	vierhofen	NI	00	03353	53.2667	10.2167	4
21445	Wulfsen	wulfsen	NI	00	03353	53.3	10.15	4
21447	Handorf	handorf	NI	00	03355	53.3408	10.3465	4
21449	Radbruch	radbruch	NI	00	03355	53.3167	10.2833	4
21522	Hittbergen	hittbergen	NI	00	03355	53.3445	10.5891	4
21522	Hohnstorf (Elbe)	hohnstorf-elbe	NI	00	03355	53.3667	10.55	4
21614	Buxtehude	buxtehude	NI	00	03359	53.4672	9.6864	4
21629	Neu Wulmstorf	neu-wulmstorf	NI	00	03353	53.4227	9.7896	4
21635	Jork	jork	NI	00	03359	53.532	9.6808	4
21640	Horneburg	horneburg	NI	00	03359	53.5067	9.5755	4
21640	Nottensdorf	nottensdorf	NI	00	03359	53.4833	9.6	4
21640	Bliedersdorf	bliedersdorf	NI	00	03359	53.4833	9.5667	4
21640	Neuenkirchen	neuenkirchen	NI	00	03359	53.5167	9.6	4
21641	Apensen	apensen	NI	00	03359	53.4333	9.6167	4
21643	Beckdorf	beckdorf	NI	00	03359	53.4167	9.6167	4
21644	Sauensiek	sauensiek	NI	00	03359	53.3833	9.6	4
21646	Halvesbostel	halvesbostel	NI	00	03353	53.3553	9.5985	4
21647	Moisburg	moisburg	NI	00	03353	53.4062	9.6988	4
21649	Regesbostel	regesbostel	NI	00	03353	53.3833	9.65	4
21680	Stade	stade	NI	00	03359	53.5908	9.4848	4
21682	Stade	stade	NI	00	03359	53.6084	9.4688	4
21683	Stade	stade	NI	00	03359	53.6	9.4833	4
21684	Agathenburg	agathenburg	NI	00	03359	53.5607	9.5318	4
21684	Stade	stade	NI	00	03359	53.6	9.4833	4
21698	Brest	brest	NI	00	03359	53.45	9.3833	4
21698	Harsefeld	harsefeld	NI	00	03359	53.454	9.503	4
21698	Bargstedt	bargstedt	NI	00	03359	53.4667	9.45	4
21702	Ahlerstedt	ahlerstedt	NI	00	03359	53.4	9.45	4
21706	Drochtersen	drochtersen	NI	00	03359	53.7101	9.3846	4
21709	Burweg	burweg	NI	00	03359	53.6248	9.2663	4
21709	Düdenbüttel	dudenbuttel	NI	00	03359	53.5904	9.35	4
21709	Himmelpforten	himmelpforten	NI	00	03359	53.6141	9.3052	4
21710	Engelschoff	engelschoff	NI	00	03359	53.6667	9.3333	4
21712	Großenwörden	grossenworden	NI	00	03359	53.6833	9.2667	4
21714	Hammah	hammah	NI	00	03359	53.6167	9.3667	4
21717	Deinste	deinste	NI	00	03359	53.529	9.4438	4
21717	Fredenbeck	fredenbeck	NI	00	03359	53.5236	9.4035	4
21720	Guderhandviertel	guderhandviertel	NI	00	03359	53.5492	9.6096	4
21720	Mittelnkirchen	mittelnkirchen	NI	00	03359	53.5422	9.6232	4
21720	Steinkirchen	steinkirchen	NI	00	03359	53.566	9.6111	4
21720	Grünendeich	grunendeich	NI	00	03359	53.5695	9.6122	4
21723	Hollern-Twielenfleth	hollern-twielenfleth	NI	00	03359	53.6	9.55	4
21726	Oldendorf	oldendorf	NI	00	03359	53.5833	9.25	4
21726	Heinbockel	heinbockel	NI	00	03359	53.5833	9.3333	
21726	Kranenburg	kranenburg	NI	00	03359	53.6065	9.206	4
21727	Estorf	estorf	NI	00	03359	53.576	9.2027	4
21729	Freiburg (Elbe)	freiburg-elbe	NI	00	03359	53.8333	9.2833	
21730	Balje	balje	NI	00	03359	53.8333	9.1333	4
21732	Krummendeich	krummendeich	NI	00	03359	53.8308	9.2038	4
21734	Oederquart	oederquart	NI	00	03359	53.8027	9.2368	4
21737	Wischhafen	wischhafen	NI	00	03359	53.7833	9.3167	4
21739	Dollern	dollern	NI	00	03359	53.5333	9.55	4
21745	Hemmoor	hemmoor	NI	00	03352	53.687	9.1549	4
21755	Hechthausen	hechthausen	NI	00	03352	53.6404	9.2394	4
21756	Osten	osten	NI	00	03352	53.7	9.2	4
21762	Osterbruch	osterbruch	NI	00	03352	53.7781	8.9412	4
21762	Otterndorf	otterndorf	NI	00	03352	53.8091	8.9007	4
21763	Neuenkirchen	neuenkirchen	NI	00	03352	53.777	8.8936	4
21765	Nordleda	nordleda	NI	00	03352	53.7667	8.8333	4
21769	Lamstedt	lamstedt	NI	00	03352	53.6333	9.1	4
21769	Armstorf	armstorf	NI	00	03352	53.6	9.0667	4
21769	Hollnseth	hollnseth	NI	00	03352	53.5833	9.1	4
21770	Mittelstenahe	mittelstenahe	NI	00	03352	53.65	9.0333	4
21772	Stinstedt	stinstedt	NI	00	03352	53.6612	8.9723	4
21775	Steinau	steinau	NI	00	03352	53.6833	8.8833	4
21775	Odisheim	odisheim	NI	00	03352	53.6956	8.9428	4
21775	Ihlienworth	ihlienworth	NI	00	03352	53.7333	8.9167	4
21776	Wanna	wanna	NI	00	03352	53.75	8.8	4
21781	Cadenberge	cadenberge	NI	00	03352	53.7693	9.0627	4
21782	Bülkau	bulkau	NI	00	03352	53.7461	8.9781	4
21784	Geversdorf	geversdorf	NI	00	03352	53.8	9.0833	4
21785	Belum	belum	NI	00	03352	53.8167	9	4
21785	Neuhaus an der Oste	neuhaus-an-der-oste	NI	00	03352	53.8004	9.0335	4
21787	Oberndorf	oberndorf	NI	00	03352	53.75	9.15	4
21789	Wingst	wingst	NI	00	03352	53.7357	9.0805	4
26121	Oldenburg	oldenburg	NI	00	03403	53.1599	8.205	4
26122	Oldenburg	oldenburg	NI	00	03403	53.1407	8.2171	4
26123	Oldenburg	oldenburg	NI	00	03403	53.1567	8.2333	4
26125	Oldenburg	oldenburg	NI	00	03403	53.1698	8.225	4
26127	Oldenburg	oldenburg	NI	00	03403	53.1684	8.2106	4
26129	Oldenburg	oldenburg	NI	00	03403	53.1547	8.1706	4
26131	Oldenburg	oldenburg	NI	00	03403	53.131	8.1828	4
26133	Oldenburg	oldenburg	NI	00	03403	53.1156	8.2159	4
26135	Oldenburg	oldenburg	NI	00	03403	53.1267	8.2384	4
26160	Bad Zwischenahn	bad-zwischenahn	NI	00	03451	53.1717	8.0414	4
26169	Friesoythe	friesoythe	NI	00	03453	53.0226	7.8576	4
26180	Rastede	rastede	NI	00	03451	53.25	8.2	4
26188	Edewecht	edewecht	NI	00	03451	53.1228	8.1138	4
26197	Großenkneten	grossenkneten	NI	00	03458	52.9438	8.2532	4
26203	Wardenburg	wardenburg	NI	00	03458	53.0667	8.2	4
26209	Hatten	hatten	NI	00	03458	53.0167	8.35	4
26215	Wiefelstede	wiefelstede	NI	00	03451	53.25	8.1167	4
26219	Bösel	bosel	NI	00	03453	53	7.95	4
26316	Varel Altjührden	varel-altjuhrden	NI	00	03455	53.357	8.0837	
26316	Varel	varel	NI	00	03455	53.3969	8.1362	4
26316	Varel Büppel	varel-buppel	NI	00	03455	53.3692	8.1406	
26316	Varel Moorhausen	varel-moorhausen	NI	00	03455	53.4227	8.1322	
26316	Varel Hohenberge	varel-hohenberge	NI	00	03455	53.3917	8.1698	
26316	Varel Langendamm	varel-langendamm	NI	00	03455	53.4002	8.1134	
26316	Varel Winkelsheide	varel-winkelsheide	NI	00	03455	53.4002	8.0893	
26316	Varel Neudorf	varel-neudorf	NI	00	03455	53.353	8.1616	
26316	Varel Varel	varel-varel	NI	00	03455	53.3468	8.1442	
26316	Varel Grünenkamp	varel-grunenkamp	NI	00	03455	53.348	8.0492	
26316	Varel Obenstrohe	varel-obenstrohe	NI	00	03455	53.3728	8.1016	
26316	Varel Hohelucht	varel-hohelucht	NI	00	03455	53.3651	8.1721	
26316	Varel Dangastermoor	varel-dangastermoor	NI	00	03455	53.4137	8.1029	
26316	Varel Dangast	varel-dangast	NI	00	03455	53.446	8.1194	
26316	Varel Rallenbüschen	varel-rallenbuschen	NI	00	03455	53.4137	8.1194	
26316	Varel Streek	varel-streek	NI	00	03455	53.3876	8.1548	
26316	Varel Jethausen	varel-jethausen	NI	00	03455	53.3786	8.1608	
26316	Varel Seghorn	varel-seghorn	NI	00	03455	53.3867	8.0567	
26316	Varel Neuenwege	varel-neuenwege	NI	00	03455	53.3517	8.1331	
26316	Varel Rosenberg	varel-rosenberg	NI	00	03455	53.3409	8.1204	
26316	Varel Jeringhave	varel-jeringhave	NI	00	03455	53.4083	8.0652	
26316	Varel Borgstede	varel-borgstede	NI	00	03455	53.3948	8.0919	
26340	Zetel Neuenburg	zetel-neuenburg	NI	00	03455	53.3894	7.9548	4
26340	Zetel	zetel	NI	00	03455	53.4167	7.9833	4
26340	Zetel Zetel	zetel-zetel	NI	00	03455	53.3946	7.9502	4
26345	Bockhorn Ellenserdammersiel	bockhorn-ellenserdammersiel	NI	00	03455	53.4339	8.0517	4
26345	Bockhorn Bredehorn	bockhorn-bredehorn	NI	00	03455	53.34	7.9578	4
26345	Bockhorn Bockhornerfeld	bockhorn-bockhornerfeld	NI	00	03455	53.3507	8.0163	4
26345	Bockhorn Grabstede	bockhorn-grabstede	NI	00	03455	53.3651	7.9938	4
26345	Bockhorn Steinhausen	bockhorn-steinhausen	NI	00	03455	53.4146	8.0336	4
26345	Bockhorn Kranenkamp	bockhorn-kranenkamp	NI	00	03455	53.4029	8.0344	4
26345	Bockhorn Osterforde	bockhorn-osterforde	NI	00	03455	53.3764	8.0327	4
26345	Bockhorn Blauhand	bockhorn-blauhand	NI	00	03455	53.4447	8.0216	4
26345	Bockhorn Adelheidsgroden	bockhorn-adelheidsgroden	NI	00	03455	53.4465	8.0622	
26345	Bockhorn Petersgroden	bockhorn-petersgroden	NI	00	03455	53.4532	8.063	4
26345	Bockhorn Bockhorn	bockhorn-bockhorn	NI	00	03455	53.3926	8.0163	4
26345	Bockhorn Moorwinkelsdamm	bockhorn-moorwinkelsdamm	NI	00	03455	53.3242	7.9616	
26345	Bockhorn	bockhorn	NI	00	03455	53.4	8.0167	4
26345	Bockhorn Goelriehenfeld	bockhorn-goelriehenfeld	NI	00	03455	53.3058	7.9983	
26345	Bockhorn Jührdenerfeld	bockhorn-juhrdenerfeld	NI	00	03455	53.3292	7.9968	
26349	Jade	jade	NI	00	03461	53.3844	8.241	4
26382	Wilhelmshaven	wilhelmshaven	NI	00	03405	53.5234	8.1075	4
26384	Wilhelmshaven	wilhelmshaven	NI	00	03405	53.5395	8.1441	4
26386	Wilhelmshaven	wilhelmshaven	NI	00	03405	53.5568	8.1266	4
26388	Wilhelmshaven	wilhelmshaven	NI	00	03405	53.577	8.1021	4
26389	Wilhelmshaven	wilhelmshaven	NI	00	03405	53.5241	8.0867	4
26409	Wittmund	wittmund	NI	00	03462	53.5767	7.7784	4
26409	Wittmund Wittmund	wittmund-wittmund	NI	00	03462	53.5576	7.6915	
26409	Wittmund Carolinensiel	wittmund-carolinensiel	NI	00	03462	53.6912	7.801	
26409	Wittmund Funnix	wittmund-funnix	NI	00	03462	53.6308	7.7836	
26409	Wittmund Eggelingen	wittmund-eggelingen	NI	00	03462	53.606	7.835	
26409	Wittmund Willen	wittmund-willen	NI	00	03462	53.5602	7.7318	
26409	Wittmund Ardorf	wittmund-ardorf	NI	00	03462	53.535	7.6905	
26409	Wittmund Buttforde	wittmund-buttforde	NI	00	03462	53.6214	7.7262	
26409	Wittmund Hovel	wittmund-hovel	NI	00	03462	53.5332	7.7288	
26409	Wittmund Berdum	wittmund-berdum	NI	00	03462	53.629	7.8063	
26409	Wittmund Burhafe	wittmund-burhafe	NI	00	03462	53.5988	7.7073	
26409	Wittmund Asel	wittmund-asel	NI	00	03462	53.5764	7.8211	
26409	Wittmund Leerhafe	wittmund-leerhafe	NI	00	03462	53.5283	7.7791	
26409	Wittmund Uttel	wittmund-uttel	NI	00	03462	53.5894	7.7738	
26409	Wittmund Blersum	wittmund-blersum	NI	00	03462	53.597	7.7438	
26419	Schortens Middelsfähr	schortens-middelsfahr	NI	00	03455	53.5211	8.0442	
26419	Schortens	schortens	NI	00	03455	53.5333	7.95	4
26419	Schortens Oestringfelde	schortens-oestringfelde	NI	00	03455	53.5427	7.9187	
26419	Schortens Addernhausen	schortens-addernhausen	NI	00	03455	53.5454	7.9052	
26419	Schortens Accum	schortens-accum	NI	00	03455	53.544	8.0126	
26419	Schortens Sillenstede	schortens-sillenstede	NI	00	03455	53.5728	7.987	
26419	Schortens Schortens	schortens-schortens	NI	00	03455	53.5278	7.945	
26419	Schortens Ostiem	schortens-ostiem	NI	00	03455	53.5328	7.9675	
26419	Schortens Schoost	schortens-schoost	NI	00	03455	53.5211	7.9172	
26419	Schortens Grafschaft	schortens-grafschaft	NI	00	03455	53.5548	7.984	
26419	Schortens Upjever	schortens-upjever	NI	00	03455	53.544	7.8849	
26419	Schortens Roffhausen	schortens-roffhausen	NI	00	03455	53.5274	8.0359	
26419	Schortens Heidmühle	schortens-heidmuhle	NI	00	03455	53.5418	7.9315	
26427	Werdum	werdum	NI	00	03462	53.6575	7.719	4
26427	Esens	esens	NI	00	03462	53.6487	7.6127	4
26427	Neuharlingersiel	neuharlingersiel	NI	00	03462	53.6999	7.7029	4
26427	Moorweg	moorweg	NI	00	03462	53.5894	7.5815	
26427	Stedesdorf	stedesdorf	NI	00	03462	53.6333	7.6667	4
26427	Holtgast	holtgast	NI	00	03462	53.6299	7.5752	4
26427	Dunum	dunum	NI	00	03462	53.6	7.65	4
26434	Wangerland Waddewarden	wangerland-waddewarden	NI	00	03455	53.6078	7.9544	4
26434	Wangerland Hooksiel	wangerland-hooksiel	NI	00	03455	53.6298	8.0277	4
26434	Wangerland Minsen	wangerland-minsen	NI	00	03455	53.7061	7.9688	4
26434	Wangerland Tettens	wangerland-tettens	NI	00	03455	53.638	7.8826	4
26434	Wangerland Hohenkirchen	wangerland-hohenkirchen	NI	00	03455	53.6628	7.9159	4
26434	Wangerland	wangerland	NI	00	03455	53.658	7.9227	4
26441	Jever	jever	NI	00	03455	53.5737	7.8981	4
26441	Jever Jever	jever-jever	NI	00	03455	53.5699	7.8895	
26446	Friedeburg Etzel	friedeburg-etzel	NI	00	03462	53.4663	7.9007	4
26446	Friedeburg Wiesedermeer	friedeburg-wiesedermeer	NI	00	03462	53.4797	7.7257	4
26446	Friedeburg Reepsholt, Abickhafe	friedeburg-reepsholt-abickhafe	NI	00	03462	53.491	7.8834	
26446	Friedeburg Horsten	friedeburg-horsten	NI	00	03462	53.451	7.9375	4
26446	Friedeburg Hesel	friedeburg-hesel	NI	00	03462	53.4663	7.8391	4
26446	Friedeburg Reepsholt, Dose	friedeburg-reepsholt-dose	NI	00	03462	53.5018	7.8902	
26446	Friedeburg	friedeburg	NI	00	03462	53.45	7.8333	4
26446	Friedeburg Marx	friedeburg-marx	NI	00	03462	53.4343	7.8564	4
26446	Friedeburg Wiesede	friedeburg-wiesede	NI	00	03462	53.4492	7.7678	4
26446	Friedeburg Reepsholt, Hoheesche	friedeburg-reepsholt-hoheesche	NI	00	03462	53.4842	7.8699	
26446	Friedeburg Bentstreek	friedeburg-bentstreek	NI	00	03462	53.3854	7.8327	4
26446	Friedeburg Reepsholt	friedeburg-reepsholt	NI	00	03462	53.491	7.8684	4
26446	Friedeburg Reepsholt, Reepsholt	friedeburg-reepsholt-reepsholt	NI	00	03462	53.4865	7.8294	
26446	Friedeburg Friedeburg	friedeburg-friedeburg	NI	00	03462	53.4532	7.8331	4
26452	Sande Neustadtgödens	sande-neustadtgodens	NI	00	03455	53.4779	7.9863	4
26452	Sande Dykhausen	sande-dykhausen	NI	00	03455	53.4991	7.9652	4
26452	Sande	sande	NI	00	03455	53.5049	8.0142	4
26452	Sande Sande	sande-sande	NI	00	03455	53.4852	8.0271	4
26452	Sande Mariensiel	sande-mariensiel	NI	00	03455	53.5117	8.0517	4
26452	Sande Sanderbusch	sande-sanderbusch	NI	00	03455	53.508	8.0163	4
26452	Sande Cäciliengroden	sande-caciliengroden	NI	00	03455	53.4847	8.0502	4
26465	Langeoog	langeoog	NI	00	03462	53.75	7.4833	4
26474	Spiekeroog	spiekeroog	NI	00	03462	53.7701	7.6948	4
26486	Wangerooge	wangerooge	NI	00	03455	53.79	7.8994	4
26487	Neuschoo	neuschoo	NI	00	03462	53.5718	7.5078	
26487	Blomberg	blomberg	NI	00	03462	53.5768	7.5582	4
26489	Ochtersum Westochtersum	ochtersum-westochtersum	NI	00	03462	53.6087	7.5086	4
26489	Ochtersum Ostochtersum	ochtersum-ostochtersum	NI	00	03462	53.6051	7.5237	4
26489	Ochtersum	ochtersum	NI	00	03462	53.6069	7.5162	4
26506	Norden	norden	NI	00	03452	53.5955	7.2064	4
26506	Norden Westermarsch II	norden-westermarsch-ii	NI	00	03452	53.5907	7.1315	
26506	Norden Ostermarsch	norden-ostermarsch	NI	00	03452	53.6426	7.2261	
26506	Norden Leybuchtpolder	norden-leybuchtpolder	NI	00	03452	53.5147	7.1443	
26506	Norden Bargebur	norden-bargebur	NI	00	03452	53.5934	7.2229	
26506	Norden Süderneuland II	norden-suderneuland-ii	NI	00	03452	53.5586	7.25	
26506	Norden Westermarsch I	norden-westermarsch-i	NI	00	03452	53.5699	7.1375	
26506	Norden Tidofeld	norden-tidofeld	NI	00	03452	53.5952	7.2319	
26506	Norden Neuwesteel	norden-neuwesteel	NI	00	03452	53.5418	7.1662	
26506	Norden Süderneuland I	norden-suderneuland-i	NI	00	03452	53.5807	7.2153	
26506	Norden Norddeich	norden-norddeich	NI	00	03452	53.6172	7.1611	
26506	Norden Norden	norden-norden	NI	00	03452	53.5915	7.2127	
26524	Lütetsburg	lutetsburg	NI	00	03452	53.6	7.25	4
26524	Berumbur	berumbur	NI	00	03452	53.6	7.3167	4
26524	Hagermarsch	hagermarsch	NI	00	03452	53.65	7.3	4
26524	Halbemond	halbemond	NI	00	03452	53.5671	7.2904	4
26524	Hage	hage	NI	00	03452	53.6027	7.2853	4
26529	Marienhafe	marienhafe	NI	00	03452	53.5227	7.2731	4
26529	Wirdum	wirdum	NI	00	03452	53.4767	7.2059	4
26529	Leezdorf	leezdorf	NI	00	03452	53.55	7.3	4
26529	Rechtsupweg	rechtsupweg	NI	00	03452	53.5333	7.3333	4
26529	Osteel	osteel	NI	00	03452	53.5442	7.254	4
26529	Upgant-Schott	upgant-schott	NI	00	03452	53.5167	7.2833	4
26532	Großheide Westerende	grossheide-westerende	NI	00	03452	53.611	7.356	4
26532	Großheide Berumerfehn	grossheide-berumerfehn	NI	00	03452	53.5606	7.3462	4
26532	Großheide	grossheide	NI	00	03452	53.5868	7.3396	4
26532	Großheide Arle	grossheide-arle	NI	00	03452	53.6078	7.3938	4
26532	Großheide Menstede-Coldinne, Menstede	grossheide-menstede-coldinne-menstede	NI	00	03452	53.6024	7.381	
26532	Großheide Großheide	grossheide-grossheide	NI	00	03452	53.5907	7.3447	4
26532	Großheide Menstede-Coldinne	grossheide-menstede-coldinne	NI	00	03452	53.5961	7.3755	
26532	Großheide Menstede-Coldinne, Coldinne	grossheide-menstede-coldinne-coldinne	NI	00	03452	53.5894	7.3702	
26548	Norderney	norderney	NI	00	03452	53.7083	7.1582	4
26553	Dornum Neßmersiel	dornum-nessmersiel	NI	00	03452	53.6712	7.356	4
26553	Dornum Westeraccumersiel	dornum-westeraccumersiel	NI	00	03452	53.6712	7.4746	4
26553	Dornum	dornum	NI	00	03452	53.6465	7.4296	4
26553	Dornum Westerbur	dornum-westerbur	NI	00	03452	53.6577	7.4935	4
26553	Dornum Nesse	dornum-nesse	NI	00	03452	53.6537	7.3772	4
26553	Dornum Dornumersiel	dornum-dornumersiel	NI	00	03452	53.6766	7.4739	4
26553	Dornum Dornum	dornum-dornum	NI	00	03452	53.646	7.4301	4
26553	Dornum Dornumergrode	dornum-dornumergrode	NI	00	03452	53.6707	7.4353	4
26553	Dornum Schwittersum	dornum-schwittersum	NI	00	03452	53.6375	7.4391	4
26553	Dornum Westdorf	dornum-westdorf	NI	00	03452	53.6444	7.3212	4
26553	Dornum Roggenstede	dornum-roggenstede	NI	00	03452	53.6316	7.4852	4
26553	Dornum Westeraccum	dornum-westeraccum	NI	00	03452	53.6501	7.4459	4
26556	Nenndorf	nenndorf	NI	00	03462	53.5833	7.4333	4
26556	Utarp	utarp	NI	00	03462	53.6167	7.4833	4
26556	Schweindorf	schweindorf	NI	00	03462	53.6	7.4667	4
26556	Eversmeer	eversmeer	NI	00	03462	53.5599	7.4336	4
26556	Westerholt	westerholt	NI	00	03462	53.6	7.45	4
26571	Juist	juist	NI	00	03452	53.6779	6.9958	4
26579	Baltrum	baltrum	NI	00	03452	53.7284	7.3714	4
26603	Aurich	aurich	NI	00	03452	53.4719	7.4775	4
26605	Aurich Egels	aurich-egels	NI	00	03452	53.4673	7.5206	
26605	Aurich Brockzetel	aurich-brockzetel	NI	00	03452	53.4817	7.6289	
26605	Aurich Haxtum	aurich-haxtum	NI	00	03452	53.4592	7.4567	
26605	Aurich	aurich	NI	00	03452	53.4839	7.5151	4
26607	Aurich	aurich	NI	00	03452	53.4839	7.5151	4
26624	Südbrookmerland Moordorf	sudbrookmerland-moordorf	NI	00	03452	53.4754	7.3995	4
26624	Südbrookmerland Moorhusen	sudbrookmerland-moorhusen	NI	00	03452	53.5232	7.3627	4
26624	Südbrookmerland Forlitz-Blaukirchen	sudbrookmerland-forlitz-blaukirchen	NI	00	03452	53.4233	7.3218	4
26624	Südbrookmerland Uthwerdum	sudbrookmerland-uthwerdum	NI	00	03452	53.4822	7.3372	4
26624	Südbrookmerland	sudbrookmerland	NI	00	03452	53.4755	7.3516	4
26624	Südbrookmerland Theene	sudbrookmerland-theene	NI	00	03452	53.4641	7.3514	4
26624	Südbrookmerland Bedekaspel	sudbrookmerland-bedekaspel	NI	00	03452	53.4369	7.3173	4
26624	Südbrookmerland Victorbur	sudbrookmerland-victorbur	NI	00	03452	53.488	7.3612	4
26624	Südbrookmerland Wiegboldsbur	sudbrookmerland-wiegboldsbur	NI	00	03452	53.4493	7.3537	4
26624	Südbrookmerland Oldeborg	sudbrookmerland-oldeborg	NI	00	03452	53.4988	7.3278	4
26624	Südbrookmerland Münkeboe	sudbrookmerland-munkeboe	NI	00	03452	53.5141	7.3838	4
26629	Großefehn Akelsbarg	grossefehn-akelsbarg	NI	00	03452	53.4466	7.5988	4
26629	Großefehn Spetzerfehn	grossefehn-spetzerfehn	NI	00	03452	53.3871	7.6177	4
26629	Großefehn	grossefehn	NI	00	03452	53.4026	7.6072	4
26629	Großefehn Westgroßefehn	grossefehn-westgrossefehn	NI	00	03452	53.3835	7.5269	4
26629	Großefehn Aurich-Oldendorf	grossefehn-aurich-oldendorf	NI	00	03452	53.416	7.6003	4
26629	Großefehn Timmel	grossefehn-timmel	NI	00	03452	53.3655	7.5209	4
26629	Großefehn Ulbargen	grossefehn-ulbargen	NI	00	03452	53.3754	7.5824	4
26629	Großefehn Wrisse	grossefehn-wrisse	NI	00	03452	53.4268	7.5875	4
26629	Großefehn Bagband	grossefehn-bagband	NI	00	03452	53.3781	7.6042	4
26629	Großefehn Mittegroßefehn	grossefehn-mittegrossefehn	NI	00	03452	53.3925	7.5652	4
26629	Großefehn Holtrop	grossefehn-holtrop	NI	00	03452	53.4317	7.5642	4
26629	Großefehn Ostgroßefehn	grossefehn-ostgrossefehn	NI	00	03452	53.4011	7.6025	4
26629	Großefehn Strackholt	grossefehn-strackholt	NI	00	03452	53.3669	7.6379	4
26629	Großefehn Felde	grossefehn-felde	NI	00	03452	53.4371	7.5988	4
26629	Großefehn Fiebing	grossefehn-fiebing	NI	00	03452	53.3498	7.6792	
26632	Ihlow Ludwigsdorf	ihlow-ludwigsdorf	NI	00	03452	53.4151	7.4544	4
26632	Ihlow Ostersander	ihlow-ostersander	NI	00	03452	53.4209	7.5213	4
26632	Ihlow Riepe	ihlow-riepe	NI	00	03452	53.3952	7.3484	4
26632	Ihlow Ochtelbur	ihlow-ochtelbur	NI	00	03452	53.4083	7.371	4
26632	Ihlow Barstede	ihlow-barstede	NI	00	03452	53.4326	7.371	4
26632	Ihlow Westerende-Kirchloog	ihlow-westerende-kirchloog	NI	00	03452	53.4367	7.4229	
26632	Ihlow Ihlowerfehn	ihlow-ihlowerfehn	NI	00	03452	53.3925	7.4302	4
26632	Ihlow Bangstede	ihlow-bangstede	NI	00	03452	53.4214	7.3943	4
26632	Ihlow Westerende-Holzloog	ihlow-westerende-holzloog	NI	00	03452	53.4416	7.3995	
26632	Ihlow Riepsterhammrich	ihlow-riepsterhammrich	NI	00	03452	53.3768	7.3191	4
26632	Ihlow Simonswolde	ihlow-simonswolde	NI	00	03452	53.3714	7.4002	4
26632	Ihlow	ihlow	NI	00	03452	53.4102	7.4029	4
26639	Wiesmoor	wiesmoor	NI	00	03452	53.4167	7.7333	4
26639	Wiesmoor Wiesmoor	wiesmoor-wiesmoor	NI	00	03452	53.4137	7.7355	
26639	Wiesmoor Marcardsmoor	wiesmoor-marcardsmoor	NI	00	03452	53.4613	7.7137	
26639	Wiesmoor Zwischenbergen	wiesmoor-zwischenbergen	NI	00	03452	53.3674	7.6822	
26639	Wiesmoor Wiesederfehn	wiesmoor-wiesederfehn	NI	00	03452	53.4334	7.7603	
26639	Wiesmoor Voßbarg	wiesmoor-vossbarg	NI	00	03452	53.389	7.6942	
26655	Westerstede	westerstede	NI	00	03451	53.2568	7.9274	4
26670	Uplengen	uplengen	NI	00	03457	53.3055	7.7512	4
26676	Barßel	barssel	NI	00	03453	53.1698	7.7501	4
26683	Saterland	saterland	NI	00	03453	53.1033	7.6825	4
26689	Apen	apen	NI	00	03451	53.2262	7.7489	4
26721	Emden	emden	NI	00	03402	53.3701	7.2031	4
26723	Emden	emden	NI	00	03402	53.3667	7.2167	4
26725	Emden	emden	NI	00	03402	53.3528	7.2184	4
26736	Krummhörn Loquard	krummhorn-loquard	NI	00	03452	53.3894	7.0458	4
26736	Krummhörn Pilsum	krummhorn-pilsum	NI	00	03452	53.4835	7.0635	4
26736	Krummhörn Visquard	krummhorn-visquard	NI	00	03452	53.4681	7.0998	4
26736	Krummhörn Upleward	krummhorn-upleward	NI	00	03452	53.4215	7.0476	4
26736	Krummhörn Canum	krummhorn-canum	NI	00	03452	53.426	7.1133	4
26736	Krummhörn Grimersum	krummhorn-grimersum	NI	00	03452	53.4785	7.173	4
26736	Krummhörn Greetsiel	krummhorn-greetsiel	NI	00	03452	53.5011	7.0945	4
26736	Krummhörn Freepsum	krummhorn-freepsum	NI	00	03452	53.4174	7.1353	4
26736	Krummhörn Hamswehrum	krummhorn-hamswehrum	NI	00	03452	53.4301	7.0507	4
26736	Krummhörn Groothusen	krummhorn-groothusen	NI	00	03452	53.4355	7.0643	4
26736	Krummhörn Eilsum	krummhorn-eilsum	NI	00	03452	53.4735	7.1368	4
26736	Krummhörn Woltzeten	krummhorn-woltzeten	NI	00	03452	53.4115	7.0907	4
26736	Krummhörn Pewsum	krummhorn-pewsum	NI	00	03452	53.4341	7.0967	4
26736	Krummhörn Woquard	krummhorn-woquard	NI	00	03452	53.431	7.0839	4
26736	Krummhörn Jennelt	krummhorn-jennelt	NI	00	03452	53.4631	7.1315	4
26736	Krummhörn Uttum	krummhorn-uttum	NI	00	03452	53.4527	7.1556	4
26736	Krummhörn Campen	krummhorn-campen	NI	00	03452	53.3997	7.0522	4
26736	Krummhörn	krummhorn	NI	00	03452	53.4397	7.0912	4
26736	Krummhörn Manslagt	krummhorn-manslagt	NI	00	03452	53.4581	7.0627	4
26736	Krummhörn Rysum	krummhorn-rysum	NI	00	03452	53.3795	7.0346	4
26757	Borkum	borkum	NI	00	03457	53.5809	6.6915	4
26759	Hinte Cirkwehrum	hinte-cirkwehrum	NI	00	03452	53.4373	7.1723	4
26759	Hinte Westerhusen	hinte-westerhusen	NI	00	03452	53.4111	7.1798	4
26759	Hinte Suurhusen	hinte-suurhusen	NI	00	03452	53.4133	7.2206	4
26759	Hinte Groß Midlum	hinte-gross-midlum	NI	00	03452	53.4106	7.1602	4
26759	Hinte Hinte	hinte-hinte	NI	00	03452	53.4156	7.1941	4
26759	Hinte Osterhusen	hinte-osterhusen	NI	00	03452	53.4197	7.2047	4
26759	Hinte Canhusen	hinte-canhusen	NI	00	03452	53.4427	7.21	4
26759	Hinte Loppersum	hinte-loppersum	NI	00	03452	53.4264	7.2357	4
26759	Hinte	hinte	NI	00	03452	53.4167	7.1833	4
26789	Leer (Ostfriesland)	leer-ostfriesland	NI	00	03457	53.2348	7.4752	4
26802	Moormerland	moormerland	NI	00	03457	53.3114	7.423	4
26810	Westoverledingen	westoverledingen	NI	00	03457	53.1692	7.4614	4
26817	Rhauderfehn	rhauderfehn	NI	00	03457	53.1362	7.5747	4
26826	Weener	weener	NI	00	03457	53.1633	7.3505	4
26831	Wymeer	wymeer	NI	00	03457	53.1314	7.2432	4
26831	Boen	boen	NI	00	03457	53.1469	7.2669	4
26831	Bunde	bunde	NI	00	03457	53.1833	7.2667	4
26831	Bunderhee	bunderhee	NI	00	03457	53.2169	7.2991	4
26831	Dollart	dollart	NI	00	03457	53.2542	7.2667	
26835	Firrel	firrel	NI	00	03457	53.3333	7.6667	4
26835	Neukamperfehn	neukamperfehn	NI	00	03457	53.3364	7.5619	4
26835	Hesel	hesel	NI	00	03457	53.3	7.6	4
26835	Brinkum	brinkum	NI	00	03457	53.2667	7.5667	4
26835	Schwerinsdorf	schwerinsdorf	NI	00	03457	53.3104	7.6605	4
26835	Holtland	holtland	NI	00	03457	53.2833	7.5833	4
26842	Ostrhauderfehn	ostrhauderfehn	NI	00	03457	53.1333	7.6167	4
26844	Jemgum	jemgum	NI	00	03457	53.2667	7.3833	4
26845	Nortmoor	nortmoor	NI	00	03457	53.2461	7.5718	4
26847	Detern	detern	NI	00	03457	53.2093	7.674	4
26849	Filsum	filsum	NI	00	03457	53.2421	7.6279	4
26871	Papenburg	papenburg	NI	00	03454	53.0774	7.4044	4
26892	Lehe	lehe	NI	00	03454	53	7.3333	4
26892	Dörpen	dorpen	NI	00	03454	52.9647	7.3227	4
26892	Heede	heede	NI	00	03454	52.992	7.2983	4
26892	Wippingen	wippingen	NI	00	03454	52.9234	7.4072	4
26892	Kluse	kluse	NI	00	03454	52.9363	7.3409	4
26897	Esterwegen	esterwegen	NI	00	03454	52.9929	7.6333	4
26897	Breddenberg	breddenberg	NI	00	03454	52.9546	7.6113	4
26897	Bockhorst	bockhorst	NI	00	03454	53.033	7.5758	4
26897	Hilkenbrook	hilkenbrook	NI	00	03454	52.9833	7.7	4
26899	Rhede	rhede	NI	00	03454	53.0602	7.2713	4
26901	Lorup	lorup	NI	00	03454	52.9249	7.6434	4
26901	Rastdorf	rastdorf	NI	00	03454	52.9135	7.7089	4
26903	Surwold	surwold	NI	00	03454	52.978	7.5153	4
26904	Börger	borger	NI	00	03454	52.9121	7.5358	4
26906	Dersum	dersum	NI	00	03454	52.9611	7.2739	4
26907	Walchum	walchum	NI	00	03454	52.9272	7.2832	4
26909	Neulehe	neulehe	NI	00	03454	53.0045	7.4143	4
26909	Neubörger	neuborger	NI	00	03454	52.9582	7.4484	4
26919	Brake	brake	NI	00	03461	53.3252	8.465	4
26931	Elsfleth	elsfleth	NI	00	03461	53.2375	8.4566	4
26935	Stadland	stadland	NI	00	03461	53.3833	8.3833	
26936	Stadland	stadland	NI	00	03461	53.3833	8.3833	
26937	Stadland	stadland	NI	00	03461	53.3833	8.3833	
26939	Ovelgönne	ovelgonne	NI	00	03461	53.3419	8.4218	4
26954	Nordenham	nordenham	NI	00	03461	53.4861	8.4809	4
26969	Butjadingen	butjadingen	NI	00	03461	53.5472	8.335	4
27211	Bassum	bassum	NI	00	03251	52.8506	8.7279	4
27232	Sulingen	sulingen	NI	00	03251	52.6837	8.8095	4
27239	Twistringen	twistringen	NI	00	03251	52.7993	8.6416	4
27243	Kirchseelte	kirchseelte	NI	00	03458	52.95	8.6833	4
27243	Winkelsett	winkelsett	NI	00	03458	52.8667	8.5333	4
27243	Prinzhöfte	prinzhofte	NI	00	03458	52.95	8.5667	4
27243	Harpstedt	harpstedt	NI	00	03458	52.9094	8.5896	4
27243	Beckeln	beckeln	NI	00	03458	52.8667	8.5833	4
27243	Colnrade	colnrade	NI	00	03458	52.8333	8.4833	4
27243	Dünsen	dunsen	NI	00	03458	52.9275	8.6419	4
27243	Groß Ippener	gross-ippener	NI	00	03458	52.9667	8.6167	4
27245	Kirchdorf	kirchdorf	NI	00	03251	52.5952	8.8349	4
27245	Bahrenborstel	bahrenborstel	NI	00	03251	52.5701	8.8086	4
27245	Barenburg	barenburg	NI	00	03251	52.6195	8.8	4
27246	Borstel	borstel	NI	00	03251	52.6646	9.0201	
27248	Ehrenburg	ehrenburg	NI	00	03251	52.75	8.7	4
27249	Mellinghausen	mellinghausen	NI	00	03251	52.707	8.897	4
27249	Maasen	maasen	NI	00	03251	52.6922	8.8845	4
27251	Scholen	scholen	NI	00	03251	52.7333	8.7667	4
27251	Neuenkirchen	neuenkirchen	NI	00	03251	52.7763	8.7504	4
27252	Schwaförden	schwaforden	NI	00	03251	52.7377	8.8303	4
27254	Staffhorst	staffhorst	NI	00	03251	52.7167	8.9667	4
27254	Siedenburg	siedenburg	NI	00	03251	52.6929	8.9396	4
27257	Sudwalde	sudwalde	NI	00	03251	52.7934	8.8361	4
27257	Affinghausen	affinghausen	NI	00	03251	52.7833	8.8833	4
27259	Wehrbleck	wehrbleck	NI	00	03251	52.6289	8.6902	4
27259	Varrel	varrel	NI	00	03251	52.6215	8.7331	4
27259	Freistatt	freistatt	NI	00	03251	52.623	8.6522	4
27283	Verden (Aller)	verden-aller	NI	00	03361	52.9208	9.248	4
27299	Langwedel	langwedel	NI	00	03361	52.9786	9.1854	4
27305	Bruchhausen-Vilsen	bruchhausen-vilsen	NI	00	03251	52.8293	8.9907	4
27305	Süstedt	sustedt	NI	00	03251	52.8617	8.9221	4
27305	Engeln	engeln	NI	00	03251	52.7936	8.9182	4
27308	Kirchlinteln	kirchlinteln	NI	00	03361	52.9424	9.3181	4
27313	Dörverden	dorverden	NI	00	03361	52.85	9.2333	4
27318	Hilgermissen	hilgermissen	NI	00	03256	52.85	9.1667	4
27318	Hoya	hoya	NI	00	03256	52.8078	9.1403	4
27318	Hoyerhagen	hoyerhagen	NI	00	03256	52.8333	9.0833	4
27321	Morsum	morsum	NI	00	03361	52.9535	9.0796	4
27321	Emtinghausen	emtinghausen	NI	00	03361	52.9333	8.9667	4
27321	Thedinghausen	thedinghausen	NI	00	03361	52.9667	9.0167	4
27324	Hämelhausen	hamelhausen	NI	00	03256	52.7809	9.2829	4
27324	Gandesbergen	gandesbergen	NI	00	03256	52.76	9.2256	4
27324	Eystrup	eystrup	NI	00	03256	52.7794	9.2132	4
27324	Hassel (Weser)	hassel-weser	NI	00	03256	52.8024	9.2055	4
27327	Schwarme	schwarme	NI	00	03251	52.9	9.0167	4
27327	Martfeld	martfeld	NI	00	03251	52.8757	9.0608	4
27330	Asendorf	asendorf	NI	00	03251	52.7722	9.0049	4
27333	Bücken	bucken	NI	00	03256	52.7788	9.1337	4
27333	Warpe	warpe	NI	00	03256	52.7333	9.1	4
27333	Schweringen	schweringen	NI	00	03256	52.75	9.1833	4
27336	Frankenfeld	frankenfeld	NI	00	03358	52.7684	9.4299	4
27336	Häuslingen	hauslingen	NI	00	03358	52.8099	9.3923	4
27336	Rethem (Aller)	rethem-aller	NI	00	03358	52.7833	9.3833	4
27337	Blender	blender	NI	00	03361	52.9167	9.1333	4
27339	Riede	riede	NI	00	03361	52.9667	8.95	4
27356	Rotenburg (Wümme)	rotenburg-wumme	NI	00	03357	53.1199	9.4238	4
27367	Sottrum	sottrum	NI	00	03357	53.1167	9.2333	4
27367	Hassendorf	hassendorf	NI	00	03357	53.1086	9.2648	4
27367	Hellwege	hellwege	NI	00	03357	53.0735	9.2357	4
27367	Bötersen	botersen	NI	00	03357	53.1333	9.3167	4
27367	Horstedt	horstedt	NI	00	03357	53.1833	9.2333	4
27367	Ahausen	ahausen	NI	00	03357	53.0667	9.3167	4
27367	Reeßum	reessum	NI	00	03357	53.1333	9.2167	4
27374	Visselhövede	visselhovede	NI	00	03357	52.9855	9.5826	4
27383	Scheeßel	scheessel	NI	00	03357	53.1667	9.4833	4
27386	Hemslingen	hemslingen	NI	00	03357	53.0833	9.6	4
27386	Bothel	bothel	NI	00	03357	53.0667	9.5	4
27386	Brockel	brockel	NI	00	03357	53.1	9.5167	4
27386	Kirchwalsede	kirchwalsede	NI	00	03357	53.0167	9.4	4
27386	Westerwalsede	westerwalsede	NI	00	03357	53.0333	9.3667	4
27386	Hemsbünde	hemsbunde	NI	00	03357	53.09	9.4726	4
27389	Fintel	fintel	NI	00	03357	53.1719	9.6697	4
27389	Vahlde	vahlde	NI	00	03357	53.1851	9.6321	4
27389	Helvesiek	helvesiek	NI	00	03357	53.2161	9.4915	4
27389	Lauenbrück	lauenbruck	NI	00	03357	53.2	9.5667	4
27389	Stemmen	stemmen	NI	00	03357	53.2242	9.5531	4
27404	Ostereistedt	ostereistedt	NI	00	03357	53.3	9.1667	4
27404	Gyhum	gyhum	NI	00	03357	53.2167	9.3167	4
27404	Rhade	rhade	NI	00	03357	53.3287	9.1135	4
27404	Heeslingen	heeslingen	NI	00	03357	53.3167	9.3333	4
27404	Zeven	zeven	NI	00	03357	53.2966	9.2769	4
27404	Seedorf	seedorf	NI	00	03357	53.35	9.2333	4
27404	Elsdorf	elsdorf	NI	00	03357	53.2412	9.3506	4
27412	Tarmstedt	tarmstedt	NI	00	03357	53.225	9.0776	4
27412	Westertimke	westertimke	NI	00	03357	53.237	9.1308	4
27412	Bülstedt	bulstedt	NI	00	03357	53.2167	9.15	
27412	Vorwerk	vorwerk	NI	00	03357	53.1833	9.15	4
27412	Kirchtimke	kirchtimke	NI	00	03357	53.25	9.15	4
27412	Breddorf	breddorf	NI	00	03357	53.2926	9.0809	4
27412	Hepstedt	hepstedt	NI	00	03357	53.2587	9.0821	4
27412	Wilstedt	wilstedt	NI	00	03357	53.1949	9.096	4
27419	Groß Meckelsen	gross-meckelsen	NI	00	03357	53.2833	9.45	4
27419	Tiste	tiste	NI	00	03357	53.2833	9.5333	4
27419	Kalbe	kalbe	NI	00	03357	53.2934	9.5506	4
27419	Hamersen	hamersen	NI	00	03357	53.2559	9.4803	4
27419	Klein Meckelsen	klein-meckelsen	NI	00	03357	53.3	9.45	4
27419	Lengenbostel	lengenbostel	NI	00	03357	53.3	9.5167	4
27419	Wohnste	wohnste	NI	00	03357	53.35	9.5333	4
27419	Sittensen	sittensen	NI	00	03357	53.2761	9.5043	4
27419	Vierden	vierden	NI	00	03357	53.3333	9.5	4
27432	Basdahl	basdahl	NI	00	03357	53.445	9.0002	4
27432	Hipstedt	hipstedt	NI	00	03357	53.4833	8.9667	4
27432	Oerel	oerel	NI	00	03357	53.4833	9.05	4
27432	Alfstedt	alfstedt	NI	00	03357	53.55	9.0667	4
27432	Bremervörde	bremervorde	NI	00	03357	53.4846	9.1431	4
27432	Ebersdorf	ebersdorf	NI	00	03357	53.5251	9.049	4
27442	Gnarrenburg	gnarrenburg	NI	00	03357	53.3833	9	4
27446	Selsingen	selsingen	NI	00	03357	53.3733	9.2129	4
27446	Sandbostel	sandbostel	NI	00	03357	53.4093	9.1293	4
27446	Farven	farven	NI	00	03357	53.4333	9.3167	4
27446	Anderlingen	anderlingen	NI	00	03357	53.3744	9.3036	4
27446	Deinstedt	deinstedt	NI	00	03357	53.4167	9.2333	4
27449	Kutenholz	kutenholz	NI	00	03359	53.4815	9.3212	4
27472	Cuxhaven	cuxhaven	NI	00	03352	53.8584	8.709	4
27474	Cuxhaven	cuxhaven	NI	00	03352	53.8555	8.6773	4
27476	Cuxhaven	cuxhaven	NI	00	03352	53.861	8.6483	4
27478	Cuxhaven	cuxhaven	NI	00	03352	53.8187	8.664	4
27607	Langen	langen	NI	00	03352	53.6055	8.5951	4
27612	Loxstedt	loxstedt	NI	00	03352	53.4667	8.65	4
27616	Heerstedt	heerstedt	NI	00	03352	53.4652	8.7585	4
27616	Bokel	bokel	NI	00	03352	53.3933	8.768	4
27616	Stubben	stubben	NI	00	03352	53.409	8.7839	4
27616	Lunestedt	lunestedt	NI	00	03352	53.4362	8.7519	4
27616	Beverstedt	beverstedt	NI	00	03352	53.4341	8.8191	4
27616	Frelsdorf	frelsdorf	NI	00	03352	53.4913	8.8991	4
27616	Kirchwistedt	kirchwistedt	NI	00	03352	53.4235	8.8904	4
27616	Appeln	appeln	NI	00	03352	53.4522	8.8964	4
27616	Hollen	hollen	NI	00	03352	53.4249	8.7048	4
27619	Schiffdorf	schiffdorf	NI	00	03352	53.5333	8.65	4
27624	Lintig	lintig	NI	00	03352	53.6034	8.8788	4
27624	Elmlohe	elmlohe	NI	00	03352	53.5867	8.7425	4
27624	Köhlen	kohlen	NI	00	03352	53.5411	8.8752	4
27624	Kührstedt	kuhrstedt	NI	00	03352	53.5775	8.8009	4
27624	Drangstedt	drangstedt	NI	00	03352	53.6136	8.7558	4
27624	Flögeln	flogeln	NI	00	03352	53.6616	8.8049	4
27624	Bad Bederkesa	bad-bederkesa	NI	00	03352	53.6333	8.85	4
27624	Ringstedt	ringstedt	NI	00	03352	53.5609	8.8487	4
27628	Hagen im Bremischen	hagen-im-bremischen	NI	00	03352	53.3571	8.6434	4
27628	Sandstedt	sandstedt	NI	00	03352	53.3598	8.5214	4
27628	Uthlede	uthlede	NI	00	03352	53.3112	8.5786	4
27628	Driftsethe	driftsethe	NI	00	03352	53.3833	8.6167	4
27628	Bramstedt	bramstedt	NI	00	03352	53.366	8.6901	4
27628	Wulsbüttel	wulsbuttel	NI	00	03352	53.3167	8.6667	4
27637	Nordholz	nordholz	NI	00	03352	53.7833	8.6	4
27638	Wremen	wremen	NI	00	03352	53.65	8.5167	4
27639	Mulsum	mulsum	NI	00	03352	53.6667	8.55	4
27639	Misselwarden	misselwarden	NI	00	03352	53.6753	8.5165	4
27639	Padingbüttel	padingbuttel	NI	00	03352	53.7	8.5333	4
27639	Dorum	dorum	NI	00	03352	53.6833	8.5667	4
27639	Midlum	midlum	NI	00	03352	53.7313	8.617	4
27639	Cappel	cappel	NI	00	03352	53.7265	8.5703	4
27711	Osterholz-Scharmbeck	osterholz-scharmbeck	NI	00	03356	53.227	8.7953	4
27721	Ritterhude	ritterhude	NI	00	03356	53.1829	8.7355	4
27726	Worpswede	worpswede	NI	00	03356	53.2167	8.9333	4
27729	Holste	holste	NI	00	03356	53.3667	8.8333	
27729	Vollersode	vollersode	NI	00	03356	53.3333	8.9167	4
27729	Axstedt	axstedt	NI	00	03356	53.3547	8.7749	4
27729	Lübberstedt	lubberstedt	NI	00	03356	53.3333	8.8	4
27729	Hambergen	hambergen	NI	00	03356	53.3083	8.8252	4
27749	Delmenhorst	delmenhorst	NI	00	03401	53.0509	8.6291	4
27751	Delmenhorst	delmenhorst	NI	00	03401	53.048	8.6606	4
27753	Delmenhorst	delmenhorst	NI	00	03401	53.0628	8.6236	4
27755	Delmenhorst	delmenhorst	NI	00	03401	53.0275	8.6385	4
27777	Ganderkesee	ganderkesee	NI	00	03458	53.0333	8.5333	4
27793	Wildeshausen	wildeshausen	NI	00	03458	52.8945	8.4338	4
27798	Hude (Oldenburg)	hude-oldenburg	NI	00	03458	53.1167	8.4667	4
27801	Dötlingen	dotlingen	NI	00	03458	52.9333	8.3833	4
27804	Berne	berne	NI	00	03461	53.1814	8.4822	4
27809	Lemwerder	lemwerder	NI	00	03461	53.1667	8.6167	4
28790	Schwanewede	schwanewede	NI	00	03356	53.2321	8.5407	4
28816	Stuhr	stuhr	NI	00	03251	53.0333	8.75	4
28832	Achim	achim	NI	00	03361	53.0142	9.0263	4
28844	Weyhe	weyhe	NI	00	03251	52.989	8.8314	4
28857	Syke	syke	NI	00	03251	52.9135	8.8221	4
28865	Lilienthal	lilienthal	NI	00	03356	53.1419	8.9034	4
28870	Ottersberg	ottersberg	NI	00	03361	53.1292	9.1068	4
28876	Oyten	oyten	NI	00	03361	53.05	9.0167	4
28879	Grasberg	grasberg	NI	00	03356	53.1833	8.9833	4
29221	Celle	celle	NI	00	03351	52.6175	10.085	4
29223	Celle	celle	NI	00	03351	52.6333	10.0842	4
29225	Celle	celle	NI	00	03351	52.6122	10.0402	4
29227	Celle	celle	NI	00	03351	52.611	10.0993	4
29229	Celle	celle	NI	00	03351	52.6167	10.0833	4
29303	Bergen	bergen	NI	00	03351	52.8084	9.9637	4
29308	Winsen (Aller)	winsen-aller	NI	00	03351	52.6837	9.9095	4
29313	Hambühren	hambuhren	NI	00	03351	52.6333	9.9833	4
29320	Hermannsburg	hermannsburg	NI	00	03351	52.8325	10.0896	4
29323	Wietze	wietze	NI	00	03351	52.65	9.8333	4
29328	Faßberg	fassberg	NI	00	03351	52.9	10.1667	4
29331	Lachendorf	lachendorf	NI	00	03351	52.6167	10.25	4
29336	Nienhagen	nienhagen	NI	00	03351	52.557	10.1021	4
29339	Wathlingen	wathlingen	NI	00	03351	52.5369	10.1507	4
29342	Wienhausen	wienhausen	NI	00	03351	52.5802	10.1886	4
29345	Unterlüß	unterluss	NI	00	03351	52.8347	10.2969	4
29348	Scharnhorst	scharnhorst	NI	00	03351	52.7167	10.2833	4
29348	Eschede	eschede	NI	00	03351	52.7349	10.2354	4
29351	Eldingen	eldingen	NI	00	03351	52.6833	10.3333	4
29352	Adelheidsdorf	adelheidsdorf	NI	00	03351	52.564	10.0604	4
29353	Ahnsbeck	ahnsbeck	NI	00	03351	52.6107	10.2853	4
29355	Beedenbostel	beedenbostel	NI	00	03351	52.6429	10.2591	4
29356	Bröckel	brockel	NI	00	03351	52.5163	10.2151	4
29358	Eicklingen	eicklingen	NI	00	03351	52.5504	10.1844	4
29359	Habighorst	habighorst	NI	00	03351	52.7086	10.2274	4
29361	Höfer	hofer	NI	00	03351	52.6833	10.25	4
29362	Hohne	hohne	NI	00	03351	52.5872	10.376	4
29364	Langlingen	langlingen	NI	00	03351	52.5559	10.2829	4
29365	Sprakensehl	sprakensehl	NI	00	03151	52.7667	10.4918	4
29367	Steinhorst	steinhorst	NI	00	03151	52.6833	10.4	4
29369	Ummern	ummern	NI	00	03151	52.5911	10.4319	4
29378	Wittingen	wittingen	NI	00	03151	52.7281	10.7391	4
29379	Wittingen	wittingen	NI	00	03151	52.7333	10.7167	4
29386	Hankensbüttel	hankensbuttel	NI	00	03151	52.7333	10.6	4
29386	Dedelstorf	dedelstorf	NI	00	03151	52.7	10.5	4
29386	Obernholz	obernholz	NI	00	03151	52.7664	10.5971	4
29389	Bad Bodenteich	bad-bodenteich	NI	00	03360	52.8333	10.6833	4
29392	Wesendorf	wesendorf	NI	00	03151	52.6	10.5333	4
29393	Groß Oesingen	gross-oesingen	NI	00	03151	52.6476	10.4637	4
29394	Lüder	luder	NI	00	03360	52.8088	10.6661	4
29396	Schönewörde	schoneworde	NI	00	03151	52.6333	10.6333	4
29399	Wahrenholz	wahrenholz	NI	00	03151	52.6167	10.6	4
29439	Lüchow	luchow	NI	00	03354	52.9681	11.154	4
29451	Dannenberg (Elbe) Predöhlsau	dannenberg-elbe-predohlsau	NI	00	03354	53.1211	11.1008	
29451	Dannenberg (Elbe)	dannenberg-elbe	NI	00	03354	53.0904	11.0924	4
29451	Dannenberg (Elbe) Riekau	dannenberg-elbe-riekau	NI	00	03354	53.0719	11.0509	
29451	Schaafhausen	schaafhausen	NI	00	03354	53.0726	11.0708	4
29451	Dannenberg (Elbe) Prabstorf	dannenberg-elbe-prabstorf	NI	00	03354	53.0699	11.1204	
29451	Dannenberg (Elbe) Liepehöfen	dannenberg-elbe-liepehofen	NI	00	03354	53.064	11.1175	
29451	Dannenberg (Elbe) Nebenstedt	dannenberg-elbe-nebenstedt	NI	00	03354	53.0977	11.1266	
29451	Dannenberg (Elbe) Tripkau	dannenberg-elbe-tripkau	NI	00	03354	53.1054	11.0405	
29451	Dannenberg (Elbe) Klein Heide	dannenberg-elbe-klein-heide	NI	00	03354	53.0613	11.1333	
29451	Dannenberg (Elbe) Seedorf	dannenberg-elbe-seedorf	NI	00	03354	53.1192	11.149	
29451	Dannenberg (Elbe) Splietau	dannenberg-elbe-splietau	NI	00	03354	53.0926	11.1438	
29451	Dannenberg (Elbe) Schmarsau	dannenberg-elbe-schmarsau	NI	00	03354	53.0869	11.0541	
29451	Dannenberg (Elbe) Niestedt	dannenberg-elbe-niestedt	NI	00	03354	53.0818	11.0576	
29451	Dannenberg (Elbe) Sipnitz	dannenberg-elbe-sipnitz	NI	00	03354	53.1134	11.1648	
29451	Dannenberg (Elbe) Streetz	dannenberg-elbe-streetz	NI	00	03354	53.1086	11.0593	
29451	Dannenberg (Elbe) Tramm	dannenberg-elbe-tramm	NI	00	03354	53.0645	11.0731	
29451	Dannenberg (Elbe) Bückau	dannenberg-elbe-buckau	NI	00	03354	53.0761	11.1116	
29451	Dannenberg (Elbe) Breese in der Marsch	dannenberg-elbe-breese-in-der-marsch	NI	00	03354	53.1099	11.1326	
29451	Dannenberg (Elbe) Neu Tramm	dannenberg-elbe-neu-tramm	NI	00	03354	53.0595	11.0563	
29451	Dannenberg (Elbe) Riskau	dannenberg-elbe-riskau	NI	00	03354	53.1089	11.0325	
29451	Dannenberg (Elbe) Lüggau	dannenberg-elbe-luggau	NI	00	03354	53.0977	11.0756	
29451	Dannenberg (Elbe) Dambeck	dannenberg-elbe-dambeck	NI	00	03354	53.1192	11.1243	
29451	Dannenberg (Elbe) Dannenberg	dannenberg-elbe-dannenberg	NI	00	03354	53.0917	11.0985	
29451	Dannenberg (Elbe) Penkefitz	dannenberg-elbe-penkefitz	NI	00	03354	53.1373	11.1387	
29451	Dannenberg (Elbe) Pisselberg	dannenberg-elbe-pisselberg	NI	00	03354	53.1126	11.0753	
29451	Dannenberg (Elbe) Soven	dannenberg-elbe-soven	NI	00	03354	53.0594	11.1196	
29451	Dannenberg (Elbe) Gümse	dannenberg-elbe-gumse	NI	00	03354	53.1137	11.144	
29451	Dannenberg (Elbe) Seybruch	dannenberg-elbe-seybruch	NI	00	03354	53.103	11.149	
29451	Dannenberg (Elbe) Prisser	dannenberg-elbe-prisser	NI	00	03354	53.0857	11.0696	
29451	Dannenberg (Elbe) Groß Heide	dannenberg-elbe-gross-heide	NI	00	03354	53.0538	11.1448	
29456	Hitzacker	hitzacker	NI	00	03354	53.1598	10.9995	4
29456	Hitzacker Nienwedel	hitzacker-nienwedel	NI	00	03354	53.1349	11.0057	
29456	Hitzacker Sarchem	hitzacker-sarchem	NI	00	03354	53.1476	11.0022	
29456	Hitzacker Meudelfitz, Gut Meudelfitz	hitzacker-meudelfitz-gut-meudelfitz	NI	00	03354	53.161	11.0082	
29456	Hitzacker Tießau	hitzacker-tiessau	NI	00	03354	53.1802	10.9836	
29456	Hitzacker Meudelfitz, Eichengrund	hitzacker-meudelfitz-eichengrund	NI	00	03354	53.1535	11.0157	
29456	Hitzacker Seerau	hitzacker-seerau	NI	00	03354	53.1277	11.0553	
29456	Hitzacker Posade	hitzacker-posade	NI	00	03354	53.1573	10.9627	
29456	Hitzacker Grabau	hitzacker-grabau	NI	00	03354	53.1284	11.0838	
29456	Hitzacker Tiesmesland	hitzacker-tiesmesland	NI	00	03354	53.1898	10.9791	
29456	Hitzacker Hitzacker	hitzacker-hitzacker	NI	00	03354	53.1481	11.0436	
29456	Hitzacker Pussade	hitzacker-pussade	NI	00	03354	53.1476	10.9854	
29456	Hitzacker Harlingen	hitzacker-harlingen	NI	00	03354	53.1503	10.9813	
29456	Hitzacker Kähmen	hitzacker-kahmen	NI	00	03354	53.1188	11.0538	
29456	Hitzacker Bahrendorf	hitzacker-bahrendorf	NI	00	03354	53.1866	10.9459	
29456	Hitzacker Wietzetze bei Hitzacker	hitzacker-wietzetze-bei-hitzacker	NI	00	03354	53.1845	10.9314	
29456	Hitzacker Wussegel	hitzacker-wussegel	NI	00	03354	53.0589	11.0786	
29456	Hitzacker Gut Hagen	hitzacker-gut-hagen	NI	00	03354	53.1437	11.0232	
29456	Hitzacker Leitstade	hitzacker-leitstade	NI	00	03354	53.1573	10.9026	
29456	Hitzacker Meudelfitz	hitzacker-meudelfitz	NI	00	03354	53.1606	10.9932	
29459	Clenze Granstedt	clenze-granstedt	NI	00	03354	52.9632	10.9953	
29459	Clenze	clenze	NI	00	03354	52.9373	10.9575	4
29459	Clenze Bausen	clenze-bausen	NI	00	03354	52.9685	10.9895	
29459	Clenze Lefitz	clenze-lefitz	NI	00	03354	52.9459	10.9266	
29459	Clenze Kussebode	clenze-kussebode	NI	00	03354	52.9219	11	
29459	Clenze Bösen	clenze-bosen	NI	00	03354	52.9338	10.9389	
29459	Clenze Korvin	clenze-korvin	NI	00	03354	52.9481	10.9383	
29459	Clenze Clenze	clenze-clenze	NI	00	03354	52.9368	10.9574	
29459	Clenze Seelwig	clenze-seelwig	NI	00	03354	52.9584	10.9533	
29459	Clenze Quartzau	clenze-quartzau	NI	00	03354	52.9418	10.8948	
29459	Clenze Kloster	clenze-kloster	NI	00	03354	52.9638	10.9021	
29459	Clenze Gohlefanz	clenze-gohlefanz	NI	00	03354	52.9653	10.8988	
29459	Clenze Reddereitz	clenze-reddereitz	NI	00	03354	52.9655	10.9075	
29459	Clenze Meußließen	clenze-meussliessen	NI	00	03354	52.9403	10.8805	
29459	Clenze Groß Sachau	clenze-gross-sachau	NI	00	03354	52.9933	10.9962	
29459	Clenze Gistenbeck	clenze-gistenbeck	NI	00	03354	52.9274	10.9835	
29459	Clenze Dalitz	clenze-dalitz	NI	00	03354	52.9256	10.9711	
29459	Clenze Bussau	clenze-bussau	NI	00	03354	52.9558	10.9907	
29459	Clenze Satkau	clenze-satkau	NI	00	03354	52.951	10.8837	
29459	Clenze Schlannau	clenze-schlannau	NI	00	03354	52.9519	10.898	
29459	Clenze Prießeck	clenze-priesseck	NI	00	03354	52.9668	10.9737	
29459	Clenze Guhreitzen	clenze-guhreitzen	NI	00	03354	52.9523	10.9794	
29459	Clenze Beseland	clenze-beseland	NI	00	03354	52.9584	10.9614	
29459	Clenze Mützen	clenze-mutzen	NI	00	03354	52.9401	10.9384	
29459	Clenze Kassau	clenze-kassau	NI	00	03354	52.913	10.947	
29459	Clenze Braudel	clenze-braudel	NI	00	03354	52.9832	10.874	
29459	Clenze Vaddensen	clenze-vaddensen	NI	00	03354	52.9795	10.8878	
29462	Wustrow	wustrow	NI	00	03354	52.9237	11.1285	4
29465	Schnega Thune	schnega-thune	NI	00	03354	52.8553	10.9125	4
29465	Schnega Schnega	schnega-schnega	NI	00	03354	52.8901	10.8922	4
29465	Schnega Billerbeck	schnega-billerbeck	NI	00	03354	52.8735	10.8726	4
29465	Schnega Warpke	schnega-warpke	NI	00	03354	52.8616	10.8674	4
29465	Schnega Göhr	schnega-gohr	NI	00	03354	52.9004	10.8779	4
29465	Schnega Molden	schnega-molden	NI	00	03354	52.8942	10.835	4
29465	Schnega Winterweyhe	schnega-winterweyhe	NI	00	03354	52.9154	10.8986	4
29465	Schnega Leisten	schnega-leisten	NI	00	03354	52.8772	10.9025	4
29465	Schnega Solkau	schnega-solkau	NI	00	03354	52.9102	10.8392	4
29465	Schnega Oldendorfer Mühle	schnega-oldendorfer-muhle	NI	00	03354	52.8959	10.9074	
29465	Schnega Harpe	schnega-harpe	NI	00	03354	52.8517	10.8843	4
29465	Schnega Oldendorf	schnega-oldendorf	NI	00	03354	52.8917	10.9072	4
29465	Schnega Gielau	schnega-gielau	NI	00	03354	52.8587	10.8511	4
29465	Schnega Bahnhof Varbitz	schnega-bahnhof-varbitz	NI	00	03354	52.8678	10.8041	
29465	Schnega Starrel	schnega-starrel	NI	00	03354	52.9204	10.9094	4
29465	Schnega Proitze	schnega-proitze	NI	00	03354	52.8912	10.8355	4
29465	Schnega Loitze	schnega-loitze	NI	00	03354	52.904	10.8344	4
29465	Schnega Lütenthien	schnega-lutenthien	NI	00	03354	52.8951	10.8639	4
29465	Schnega Gledeberg	schnega-gledeberg	NI	00	03354	52.882	10.8592	4
29465	Schnega Harper Mühle	schnega-harper-muhle	NI	00	03354	52.8563	10.8942	
29465	Schnega Schäpingen	schnega-schapingen	NI	00	03354	52.8651	10.8391	4
29465	Schnega Proitzer Mühle	schnega-proitzer-muhle	NI	00	03354	52.8912	10.8455	
29465	Schnega Külitz	schnega-kulitz	NI	00	03354	52.8677	10.8592	4
29465	Schnega Schnega/Bahnhof	schnega-schnega-bahnhof	NI	00	03354	52.8667	10.8939	
29465	Schnega	schnega	NI	00	03354	52.8913	10.8923	4
29465	Schnega Kreyenhagen	schnega-kreyenhagen	NI	00	03354	52.9232	10.8771	
29465	Schnega Grotenhof	schnega-grotenhof	NI	00	03354	52.9035	10.894	
29465	Schnega Gielauer Mühle	schnega-gielauer-muhle	NI	00	03354	52.8623	10.8569	
29468	Bergen (Dumme) Belau	bergen-dumme-belau	NI	00	03354	52.8757	10.9483	
29468	Bergen (Dumme) Spithal	bergen-dumme-spithal	NI	00	03354	52.9046	10.9131	
29468	Bergen (Dumme) Malsleben	bergen-dumme-malsleben	NI	00	03354	52.8742	10.9229	
29468	Bergen (Dumme) Jiggel	bergen-dumme-jiggel	NI	00	03354	52.9081	10.962	
29468	Bergen (Dumme)	bergen-dumme	NI	00	03354	52.8897	10.9418	
29468	Bergen (Dumme) Nienbergen	bergen-dumme-nienbergen	NI	00	03354	52.861	10.9443	
29468	Bergen (Dumme) Banzau	bergen-dumme-banzau	NI	00	03354	52.8877	10.9354	
29468	Bergen (Dumme) Brüchauer Mühle	bergen-dumme-bruchauer-muhle	NI	00	03354	52.9073	10.9455	
29468	Bergen (Dumme) Bergen	bergen-dumme-bergen	NI	00	03354	52.8908	10.9566	
29468	Bergen (Dumme) Wöhningen	bergen-dumme-wohningen	NI	00	03354	52.8984	10.9266	
29471	Gartow	gartow	NI	00	03354	53.0247	11.462	4
29471	Gartow Quarnstedt	gartow-quarnstedt	NI	00	03354	53.0258	11.4681	
29471	Gartow Falkenmoor	gartow-falkenmoor	NI	00	03354	53.0148	11.437	
29471	Gartow Rondel	gartow-rondel	NI	00	03354	53.0103	11.39	
29471	Gartow Gartow	gartow-gartow	NI	00	03354	53.0251	11.4604	
29471	Gartow Nienwalde	gartow-nienwalde	NI	00	03354	53.0051	11.4879	
29471	Gartow Rucksmoor	gartow-rucksmoor	NI	00	03354	53.0034	11.4423	
29471	Gartow Laasche	gartow-laasche	NI	00	03354	53.0398	11.414	
29472	Damnatz Landsatz	damnatz-landsatz	NI	00	03354	53.1516	11.1659	4
29472	Damnatz Kamerun	damnatz-kamerun	NI	00	03354	53.1156	11.1863	4
29472	Damnatz Jasebeck	damnatz-jasebeck	NI	00	03354	53.1618	11.1385	
29472	Damnatz Damnatz	damnatz-damnatz	NI	00	03354	53.135	11.1774	4
29472	Damnatz Barnitz	damnatz-barnitz	NI	00	03354	53.1471	11.1702	4
29472	Damnatz	damnatz	NI	00	03354	53.1365	11.1769	4
29473	Göhrde	gohrde	NI	00	03354	53.1309	10.956	4
29473	Göhrde Plumbohm	gohrde-plumbohm	NI	00	03354	53.113	10.9506	4
29473	Göhrde Schmessau	gohrde-schmessau	NI	00	03354	53.1219	10.9418	4
29473	Göhrde Göhrde	gohrde-gohrde	NI	00	03354	53.1399	10.8794	4
29473	Göhrde Dübbekold	gohrde-dubbekold	NI	00	03354	53.1465	10.8859	4
29473	Göhrde Bredenbock	gohrde-bredenbock	NI	00	03354	53.1357	10.9522	4
29473	Göhrde Sarenseck	gohrde-sarenseck	NI	00	03354	53.126	11.0145	4
29473	Göhrde Metzingen	gohrde-metzingen	NI	00	03354	53.1298	10.9572	4
29473	Göhrde Govelin	gohrde-govelin	NI	00	03354	53.1475	10.934	4
29473	Göhrde Tollendorf	gohrde-tollendorf	NI	00	03354	53.142	10.9642	4
29473	Göhrde Kollase	gohrde-kollase	NI	00	03354	53.1139	10.8986	4
29473	Göhrde Schmardau	gohrde-schmardau	NI	00	03354	53.112	10.9683	4
29473	Göhrde Wedderin	gohrde-wedderin	NI	00	03354	53.0981	10.9481	
29473	Göhrde Mailage	gohrde-mailage	NI	00	03354	53.1221	10.9108	
29473	Göhrde Nadlitz	gohrde-nadlitz	NI	00	03354	53.1461	10.868	
29473	Göhrde Zienitz	gohrde-zienitz	NI	00	03354	53.1083	10.8853	
29473	Göhrde Schnadlitz	gohrde-schnadlitz	NI	00	03354	53.1283	10.905	
29475	Gorleben Meetschow	gorleben-meetschow	NI	00	03354	53.0483	11.388	4
29475	Gorleben Gorleben	gorleben-gorleben	NI	00	03354	53.047	11.3553	4
29475	Gorleben	gorleben	NI	00	03354	53.0484	11.3573	4
29476	Gusborn Siemen	gusborn-siemen	NI	00	03354	53.0541	11.2224	4
29476	Gusborn Quickborn	gusborn-quickborn	NI	00	03354	53.1065	11.1956	4
29476	Gusborn Klein Gusborn	gusborn-klein-gusborn	NI	00	03354	53.0833	11.1949	4
29476	Gusborn Groß Gusborn	gusborn-gross-gusborn	NI	00	03354	53.0788	11.2165	4
29476	Gusborn	gusborn	NI	00	03354	53.0745	11.2012	4
29476	Gusborn Zadrau	gusborn-zadrau	NI	00	03354	53.0496	11.1767	4
29478	Höhbeck Brünkendorf	hohbeck-brunkendorf	NI	00	03354	53.055	11.4334	4
29478	Höhbeck Vietze	hohbeck-vietze	NI	00	03354	53.0694	11.4064	4
29478	Höhbeck Pevestorf	hohbeck-pevestorf	NI	00	03354	53.0584	11.4534	4
29478	Höhbeck Restorf	hohbeck-restorf	NI	00	03354	53.0417	11.4444	4
29478	Höhbeck Schwedenschanze	hohbeck-schwedenschanze	NI	00	03354	53.0719	11.4384	
29478	Höhbeck	hohbeck	NI	00	03354	53.0561	11.4344	4
29479	Jameln Jameln	jameln-jameln	NI	00	03354	53.0411	11.0768	4
29479	Jameln Langenhorst	jameln-langenhorst	NI	00	03354	53.043	11.118	4
29479	Jameln Mehlfien	jameln-mehlfien	NI	00	03354	53.0436	11.0091	4
29479	Jameln Hoheluft	jameln-hoheluft	NI	00	03354	53.0469	11.0217	
29479	Jameln	jameln	NI	00	03354	53.05	11.0833	4
29479	Jameln Teichlosen	jameln-teichlosen	NI	00	03354	53.035	11.0232	4
29479	Jameln Wibbese	jameln-wibbese	NI	00	03354	53.0512	11.0006	4
29479	Jameln Jamelner Mühle	jameln-jamelner-muhle	NI	00	03354	53.0458	11.0967	
29479	Jameln Volkfien	jameln-volkfien	NI	00	03354	53.0434	11.0329	4
29479	Jameln Breselenz	jameln-breselenz	NI	00	03354	53.0384	11.0612	4
29479	Jameln Breese im Bruche	jameln-breese-im-bruche	NI	00	03354	53.0518	11.0906	4
29479	Jameln Platenlaase	jameln-platenlaase	NI	00	03354	53.0322	11.0073	
29479	Jameln Breustian	jameln-breustian	NI	00	03354	53.0329	11.0344	4
29481	Karwitz Thunpadel	karwitz-thunpadel	NI	00	03354	53.0912	11.0284	4
29481	Karwitz	karwitz	NI	00	03354	53.0833	11.0167	4
29481	Karwitz Dragahn	karwitz-dragahn	NI	00	03354	53.0918	10.9754	4
29481	Karwitz Pudripp/Bahnhof	karwitz-pudripp-bahnhof	NI	00	03354	53.0734	10.9435	
29481	Karwitz Karwitz	karwitz-karwitz	NI	00	03354	53.0869	11.0166	4
29481	Karwitz Pudripp	karwitz-pudripp	NI	00	03354	53.0822	10.9373	4
29481	Karwitz Lenzen	karwitz-lenzen	NI	00	03354	53.0899	11.0095	4
29481	Karwitz Lebbien	karwitz-lebbien	NI	00	03354	53.0856	11.0293	
29481	Karwitz Nausen	karwitz-nausen	NI	00	03354	53.0886	11.0022	4
29481	Karwitz Gamehlen	karwitz-gamehlen	NI	00	03354	53.0699	11.0267	4
29482	Küsten Krummasel	kusten-krummasel	NI	00	03354	53.0121	11.0484	4
29482	Küsten	kusten	NI	00	03354	52.9778	11.0624	4
29482	Küsten Sallahn	kusten-sallahn	NI	00	03354	53.0249	10.9977	4
29482	Küsten Karmitz	kusten-karmitz	NI	00	03354	53.0076	11.0627	4
29482	Küsten Oldemühle	kusten-oldemuhle	NI	00	03354	52.9984	11.0655	
29482	Küsten Tüschau	kusten-tuschau	NI	00	03354	53.0191	11.0182	4
29482	Küsten Klein Witzeetze	kusten-klein-witzeetze	NI	00	03354	53.0261	11.0089	
29482	Küsten Tolstefanz	kusten-tolstefanz	NI	00	03354	53.0043	11.0316	4
29482	Küsten Saggrian	kusten-saggrian	NI	00	03354	53.0198	11.021	4
29484	Langendorf	langendorf	NI	00	03354	53.1009	11.2558	4
29485	Lemgow	lemgow	NI	00	03354	52.9167	11.3333	4
29487	Luckau	luckau	NI	00	03354	52.9275	11.0486	4
29488	Lübbow	lubbow	NI	00	03354	52.9116	11.181	4
29490	Neu Darchau	neu-darchau	NI	00	03354	53.229	10.8853	4
29491	Prezelle	prezelle	NI	00	03354	52.9667	11.4	4
29493	Schnackenburg	schnackenburg	NI	00	03354	53.0373	11.5645	4
29494	Trebel	trebel	NI	00	03354	53	11.3167	4
29496	Waddeweitz Salderatzen	waddeweitz-salderatzen	NI	00	03354	52.9855	11.0099	4
29496	Waddeweitz Waddeweitz	waddeweitz-waddeweitz	NI	00	03354	52.9957	10.9577	4
29496	Waddeweitz Diahren	waddeweitz-diahren	NI	00	03354	52.9776	11.0059	4
29496	Waddeweitz Hohenvolkfien	waddeweitz-hohenvolkfien	NI	00	03354	53.0083	10.9032	4
29496	Waddeweitz Wittfeitzen, Groß Wittfeitzen	waddeweitz-wittfeitzen-gross-wittfeitzen	NI	00	03354	53.0148	10.9463	
29496	Waddeweitz Groß Gaddau	waddeweitz-gross-gaddau	NI	00	03354	52.9822	10.9814	4
29496	Waddeweitz Gohlau	waddeweitz-gohlau	NI	00	03354	53.0167	10.9258	4
29496	Waddeweitz	waddeweitz	NI	00	03354	53	10.9667	4
29496	Waddeweitz Sareitz	waddeweitz-sareitz	NI	00	03354	53.0244	10.9581	
29496	Waddeweitz Kiefen	waddeweitz-kiefen	NI	00	03354	52.9916	10.9637	4
29496	Waddeweitz Zebelin	waddeweitz-zebelin	NI	00	03354	52.9927	11.0095	4
29496	Waddeweitz Dickfeitzen	waddeweitz-dickfeitzen	NI	00	03354	52.9871	10.9394	4
29496	Waddeweitz Wittfeitzen	waddeweitz-wittfeitzen	NI	00	03354	53.0113	10.9468	4
29496	Waddeweitz Wittfeitzen, Klein Wittfeitzen	waddeweitz-wittfeitzen-klein-wittfeitzen	NI	00	03354	53.0079	10.9474	
29496	Waddeweitz Schlanze	waddeweitz-schlanze	NI	00	03354	52.9789	10.9815	4
29496	Waddeweitz Kukate	waddeweitz-kukate	NI	00	03354	52.997	10.9822	4
29496	Waddeweitz Klein Gaddau	waddeweitz-klein-gaddau	NI	00	03354	52.9832	10.9885	4
29496	Waddeweitz Bischof	waddeweitz-bischof	NI	00	03354	52.9772	10.9677	4
29496	Waddeweitz Maddau	waddeweitz-maddau	NI	00	03354	53.0129	10.9622	4
29496	Waddeweitz Dommatzen	waddeweitz-dommatzen	NI	00	03354	52.9984	10.9485	4
29496	Waddeweitz Kröte	waddeweitz-krote	NI	00	03354	52.9939	10.9303	4
29496	Waddeweitz Marlin	waddeweitz-marlin	NI	00	03354	52.9978	11.0178	4
29497	Woltersdorf	woltersdorf	NI	00	03354	52.95	11.2167	4
29499	Zernien	zernien	NI	00	03354	53.0685	10.8832	4
29525	Uelzen	uelzen	NI	00	03360	52.9657	10.5611	4
29549	Bad Bevensen	bad-bevensen	NI	00	03360	53.0792	10.5813	4
29553	Bienenbüttel	bienenbuttel	NI	00	03360	53.1416	10.4868	4
29556	Suderburg	suderburg	NI	00	03360	52.8959	10.4514	4
29559	Wrestedt	wrestedt	NI	00	03360	52.9043	10.5749	4
29562	Suhlendorf	suhlendorf	NI	00	03360	52.9333	10.7667	4
29565	Wriedel	wriedel	NI	00	03360	53.0313	10.2985	4
29568	Wieren	wieren	NI	00	03360	52.8853	10.6587	4
29571	Rosche	rosche	NI	00	03360	52.9866	10.7518	4
29574	Ebstorf	ebstorf	NI	00	03360	53.0278	10.4184	4
29575	Altenmedingen	altenmedingen	NI	00	03360	53.1305	10.6016	4
29576	Barum	barum	NI	00	03360	53.05	10.5167	4
29578	Eimke	eimke	NI	00	03360	52.966	10.3132	4
29579	Emmendorf	emmendorf	NI	00	03360	53.0202	10.5646	4
29581	Gerdau	gerdau	NI	00	03360	52.9667	10.4167	4
29582	Hanstedt I	hanstedt-i	NI	00	03360	53.05	10.3667	
29584	Himbergen	himbergen	NI	00	03360	53.0942	10.7291	4
29585	Jelmstorf	jelmstorf	NI	00	03360	53.1013	10.5224	4
29587	Natendorf	natendorf	NI	00	03360	53.0798	10.4703	4
29588	Oetzen	oetzen	NI	00	03360	53.0192	10.6757	4
29590	Rätzlingen	ratzlingen	NI	00	03360	52.9758	10.6754	4
29591	Römstedt	romstedt	NI	00	03360	53.1	10.65	4
29593	Schwienau	schwienau	NI	00	03360	53.0056	10.4454	4
29594	Soltendieck	soltendieck	NI	00	03360	52.8737	10.7616	4
29596	Stadensen	stadensen	NI	00	03360	52.8757	10.5562	4
29597	Stoetze	stoetze	NI	00	03360	53.0667	10.7833	4
29599	Weste	weste	NI	00	03360	53.0594	10.7028	4
29614	Soltau	soltau	NI	00	03358	52.9864	9.8434	4
29633	Munster	munster	NI	00	03358	52.9857	10.0876	4
29640	Schneverdingen	schneverdingen	NI	00	03358	53.1168	9.7952	4
29643	Neuenkirchen	neuenkirchen	NI	00	03358	53.0326	9.7064	4
29646	Bispingen	bispingen	NI	00	03358	53.0831	9.9977	4
29649	Wietzendorf	wietzendorf	NI	00	03358	52.9167	9.9833	4
29664	Walsrode	walsrode	NI	00	03358	52.8615	9.5926	4
29683	Fallingbostel	fallingbostel	NI	00	03358	52.8497	9.688	4
29690	Buchholz (Aller)	buchholz-aller	NI	00	03358	52.6763	9.6667	
29690	Gilten	gilten	NI	00	03358	52.7	9.5833	4
29690	Essel	essel	NI	00	03358	52.6913	9.6414	4
29690	Schwarmstedt	schwarmstedt	NI	00	03358	52.6779	9.6177	4
29690	Lindwedel	lindwedel	NI	00	03358	52.6078	9.6874	4
29690	Grethem	grethem	NI	00	03358	52.7271	9.5725	4
29693	Eickeloh	eickeloh	NI	00	03358	52.7292	9.6069	4
29693	Hademstorf	hademstorf	NI	00	03358	52.7137	9.6314	4
29693	Böhme	bohme	NI	00	03358	52.7833	9.4667	4
29693	Hodenhagen	hodenhagen	NI	00	03358	52.7651	9.5949	4
29693	Ahlden (Aller)	ahlden-aller	NI	00	03358	52.7667	9.55	
29699	Bomlitz	bomlitz	NI	00	03358	52.9	9.65	4
30159	Hannover	hannover	NI	00	03241	52.3736	9.7371	4
30161	Hannover	hannover	NI	00	03241	52.3874	9.7465	4
30163	Hannover	hannover	NI	00	03241	52.3943	9.7475	4
30165	Hannover	hannover	NI	00	03241	52.4008	9.7217	4
30167	Hannover	hannover	NI	00	03241	52.3914	9.7083	4
30169	Hannover	hannover	NI	00	03241	52.3633	9.748	4
30171	Hannover	hannover	NI	00	03241	52.3697	9.7521	4
30173	Hannover	hannover	NI	00	03241	52.3586	9.7558	4
30175	Hannover	hannover	NI	00	03241	52.3667	9.7167	4
30177	Hannover	hannover	NI	00	03241	52.3973	9.7707	4
30179	Hannover	hannover	NI	00	03241	52.4137	9.7544	4
30419	Hannover	hannover	NI	00	03241	52.414	9.6603	4
30449	Hannover	hannover	NI	00	03241	52.3685	9.7082	4
30451	Hannover	hannover	NI	00	03241	52.3751	9.7094	4
30453	Hannover	hannover	NI	00	03241	52.3665	9.6815	4
30455	Hannover	hannover	NI	00	03241	52.3574	9.671	4
30457	Hannover	hannover	NI	00	03241	52.3288	9.7001	4
30459	Hannover	hannover	NI	00	03241	52.3425	9.7153	4
30519	Hannover	hannover	NI	00	03241	52.3398	9.7743	4
30521	Hannover	hannover	NI	00	03241	52.3667	9.7167	4
30539	Hannover	hannover	NI	00	03241	52.339	9.8288	4
30559	Hannover	hannover	NI	00	03241	52.3613	9.8344	4
30625	Hannover	hannover	NI	00	03241	52.3795	9.8075	4
30627	Hannover	hannover	NI	00	03241	52.3667	9.7167	4
30629	Hannover	hannover	NI	00	03241	52.3895	9.8502	4
30655	Hannover	hannover	NI	00	03241	52.4026	9.7939	4
30657	Hannover	hannover	NI	00	03241	52.4265	9.7921	4
30659	Hannover	hannover	NI	00	03241	52.4097	9.808	4
30669	Hannover	hannover	NI	00	03241	52.3667	9.7167	4
30823	Garbsen	garbsen	NI	00	03241	52.4182	9.6021	4
30826	Garbsen	garbsen	NI	00	03241	52.4759	9.5359	4
30827	Garbsen	garbsen	NI	00	03241	52.4353	9.611	4
30851	Langenhagen	langenhagen	NI	00	03241	52.4378	9.7432	4
30853	Langenhagen	langenhagen	NI	00	03241	52.4506	9.7492	4
30855	Langenhagen	langenhagen	NI	00	03241	52.4402	9.6655	4
30880	Laatzen	laatzen	NI	00	03241	52.3151	9.7974	4
30890	Barsinghausen	barsinghausen	NI	00	03241	52.3	9.45	4
30900	Wedemark	wedemark	NI	00	03241	52.541	9.7429	4
30916	Isernhagen	isernhagen	NI	00	03241	52.4333	9.85	4
30926	Seelze	seelze	NI	00	03241	52.3964	9.5973	4
30938	Burgwedel	burgwedel	NI	00	03241	52.5027	9.86	4
30952	Ronnenberg	ronnenberg	NI	00	03241	52.3194	9.6554	4
30966	Hemmingen	hemmingen	NI	00	03241	52.3143	9.7236	4
30974	Wennigsen	wennigsen	NI	00	03241	52.274	9.5729	4
30982	Pattensen	pattensen	NI	00	03241	52.2645	9.7644	4
30989	Gehrden	gehrden	NI	00	03241	52.3136	9.6003	4
31008	Elze	elze	NI	00	03254	52.1226	9.7359	4
31020	Salzhemmendorf	salzhemmendorf	NI	00	03252	52.0887	9.6312	
31028	Gronau (Leine)	gronau-leine	NI	00	03254	52.0833	9.7833	4
31029	Banteln	banteln	NI	00	03254	52.0667	9.75	4
31032	Betheln	betheln	NI	00	03254	52.1143	9.794	4
31033	Brüggen	bruggen	NI	00	03254	52.0425	9.7745	4
31036	Eime	eime	NI	00	03254	52.0745	9.7212	4
31039	Rheden	rheden	NI	00	03254	52.0578	9.7871	4
31061	Alfeld (Leine)	alfeld-leine	NI	00	03254	51.9881	9.817	4
31073	Delligsen	delligsen	NI	00	03255	51.9412	9.8027	4
31079	Almstedt	almstedt	NI	00	03254	52.0324	9.9615	4
31079	Westfeld	westfeld	NI	00	03254	52.05	9.9167	4
31079	Sibbesse	sibbesse	NI	00	03254	52.05	9.9	4
31079	Eberholzen	eberholzen	NI	00	03254	52.05	9.85	4
31079	Adenstedt	adenstedt	NI	00	03254	51.9985	9.9352	4
31084	Freden (Leine)	freden-leine	NI	00	03254	51.9333	9.9	4
31085	Everode	everode	NI	00	03254	51.95	9.9167	4
31088	Winzenburg	winzenburg	NI	00	03254	51.9333	9.9333	4
31089	Duingen	duingen	NI	00	03254	52.0045	9.6958	4
31091	Coppengrave	coppengrave	NI	00	03254	51.9833	9.7333	4
31093	Hoyershausen	hoyershausen	NI	00	03254	52.0189	9.7535	4
31094	Marienhagen	marienhagen	NI	00	03254	52.0372	9.6869	4
31096	Weenzen	weenzen	NI	00	03254	52.0333	9.6667	4
31097	Harbarnsen	harbarnsen	NI	00	03254	51.9833	9.9667	4
31099	Woltershausen	woltershausen	NI	00	03254	51.9833	9.95	4
31134	Hildesheim	hildesheim	NI	00	03254	52.1531	9.9555	4
31135	Hildesheim	hildesheim	NI	00	03254	52.1647	9.9768	4
31137	Hildesheim	hildesheim	NI	00	03254	52.1603	9.9331	4
31139	Hildesheim	hildesheim	NI	00	03254	52.141	9.9407	4
31141	Hildesheim	hildesheim	NI	00	03254	52.1353	9.9713	4
31157	Sarstedt	sarstedt	NI	00	03254	52.235	9.8541	4
31162	Bad Salzdetfurth	bad-salzdetfurth	NI	00	03254	52.0578	10.0058	4
31167	Bockenem	bockenem	NI	00	03254	52.0099	10.132	4
31171	Nordstemmen	nordstemmen	NI	00	03254	52.162	9.7835	4
31174	Schellerten	schellerten	NI	00	03254	52.1853	10.1023	4
31177	Harsum	harsum	NI	00	03254	52.2104	9.9649	4
31180	Giesen	giesen	NI	00	03254	52.1972	9.8989	4
31185	Söhlde	sohlde	NI	00	03254	52.189	10.2324	4
31188	Holle	holle	NI	00	03254	52.0872	10.1601	4
31191	Algermissen	algermissen	NI	00	03254	52.2533	9.9691	4
31195	Lamspringe	lamspringe	NI	00	03254	51.9607	10.011	4
31195	Neuhof	neuhof	NI	00	03254	51.9833	10.05	4
31196	Sehlem	sehlem	NI	00	03254	52.0124	9.9759	4
31199	Diekholzen	diekholzen	NI	00	03254	52.0962	9.9195	4
31224	Peine	peine	NI	00	03157	52.3233	10.2307	4
31226	Peine	peine	NI	00	03157	52.3143	10.2336	4
31228	Peine	peine	NI	00	03157	52.3395	10.2492	4
31234	Edemissen	edemissen	NI	00	03157	52.387	10.2614	4
31241	Ilsede	ilsede	NI	00	03157	52.2634	10.1992	4
31246	Lahstedt	lahstedt	NI	00	03157	52.25	10.2167	
31249	Hohenhameln	hohenhameln	NI	00	03157	52.2575	10.0642	4
31275	Lehrte	lehrte	NI	00	03241	52.3719	9.9792	4
31303	Burgdorf	burgdorf	NI	00	03241	52.4463	10.0064	4
31311	Uetze	uetze	NI	00	03241	52.4713	10.1581	4
31319	Sehnde	sehnde	NI	00	03241	52.3139	9.9682	4
31515	Wunstorf	wunstorf	NI	00	03241	52.4238	9.4359	4
31535	Neustadt am Rübenberge	neustadt-am-rubenberge	NI	00	03241	52.5046	9.4587	4
31542	Bad Nenndorf Waltringhausen	bad-nenndorf-waltringhausen	NI	00	03257	52.3429	9.4052	
31542	Bad Nenndorf Horsten	bad-nenndorf-horsten	NI	00	03257	52.3393	9.3518	
31542	Bad Nenndorf	bad-nenndorf	NI	00	03257	52.337	9.379	4
31542	Bad Nenndorf Bad Nenndorf	bad-nenndorf-bad-nenndorf	NI	00	03257	52.3377	9.3848	
31542	Bad Nenndorf Riepen	bad-nenndorf-riepen	NI	00	03257	52.3447	9.3343	
31547	Rehburg-Loccum	rehburg-loccum	NI	00	03256	52.4695	9.1996	4
31547	Rehburg-Loccum Winzlar	rehburg-loccum-winzlar	NI	00	03256	52.4476	9.2607	
31547	Rehburg-Loccum Münchehagen	rehburg-loccum-munchehagen	NI	00	03256	52.4395	9.1886	
31547	Rehburg-Loccum Loccum	rehburg-loccum-loccum	NI	00	03256	52.4539	9.1459	
31547	Rehburg-Loccum Rehburg	rehburg-loccum-rehburg	NI	00	03256	52.475	9.2291	
31547	Rehburg-Loccum Bad Rehburg	rehburg-loccum-bad-rehburg	NI	00	03256	52.4382	9.2151	
31552	Apelern Groß Hegesdorf	apelern-gross-hegesdorf	NI	00	03257	52.3088	9.3065	
31552	Rodenberg	rodenberg	NI	00	03257	52.3115	9.3564	4
31552	Apelern Apelern	apelern-apelern	NI	00	03257	52.2895	9.3336	
31552	Apelern	apelern	NI	00	03257	52.2898	9.3358	4
31552	Apelern Reinsdorf	apelern-reinsdorf	NI	00	03257	52.2895	9.2897	
31552	Apelern Soldorf	apelern-soldorf	NI	00	03257	52.3079	9.3248	
31552	Apelern Kleinhegesdorf	apelern-kleinhegesdorf	NI	00	03257	52.3178	9.3218	
31552	Rodenberg Algesdorf	rodenberg-algesdorf	NI	00	03257	52.3241	9.343	
31552	Apelern Lyhren	apelern-lyhren	NI	00	03257	52.3007	9.3189	
31552	Rodenberg Rodenberg	rodenberg-rodenberg	NI	00	03257	52.3032	9.3457	
31553	Auhagen	auhagen	NI	00	03257	52.3983	9.2919	4
31553	Sachsenhagen	sachsenhagen	NI	00	03257	52.3973	9.2679	4
31553	Sachsenhagen Nienbrügge	sachsenhagen-nienbrugge	NI	00	03257	52.3829	9.2268	
31553	Sachsenhagen Sachsenhagen	sachsenhagen-sachsenhagen	NI	00	03257	52.389	9.2225	
31553	Auhagen Auhagen	auhagen-auhagen	NI	00	03257	52.3978	9.297	
31553	Auhagen Düdinghausen	auhagen-dudinghausen	NI	00	03257	52.4139	9.2975	
31555	Suthfeld Kreuzriehe	suthfeld-kreuzriehe	NI	00	03257	52.356	9.3862	4
31555	Suthfeld Helsinghausen	suthfeld-helsinghausen	NI	00	03257	52.3641	9.3862	4
31555	Suthfeld	suthfeld	NI	00	03257	52.3576	9.3893	4
31555	Suthfeld Riehe	suthfeld-riehe	NI	00	03257	52.3528	9.3957	4
31556	Wölpinghausen Wölpinghausen	wolpinghausen-wolpinghausen	NI	00	03257	52.4189	9.2327	4
31556	Wölpinghausen Wiedenbrügge	wolpinghausen-wiedenbrugge	NI	00	03257	52.4269	9.26	4
31556	Wölpinghausen	wolpinghausen	NI	00	03257	52.4167	9.2333	4
31556	Wölpinghausen Bergkirchen	wolpinghausen-bergkirchen	NI	00	03257	52.413	9.257	4
31556	Wölpinghausen Schmalenbruch-Windhorn	wolpinghausen-schmalenbruch-windhorn	NI	00	03257	52.4193	9.2732	
31558	Hagenburg	hagenburg	NI	00	03257	52.4337	9.3247	4
31558	Hagenburg Hagenburg	hagenburg-hagenburg	NI	00	03257	52.4294	9.3149	
31558	Hagenburg Altenhagen	hagenburg-altenhagen	NI	00	03257	52.4382	9.3431	
31559	Hohnhorst	hohnhorst	NI	00	03257	52.3694	9.3717	4
31559	Hohnhorst Hohnhorst	hohnhorst-hohnhorst	NI	00	03257	52.369	9.3716	
31559	Haste	haste	NI	00	03257	52.381	9.3928	4
31559	Hohnhorst Rehren A.R.	hohnhorst-rehren-a-r	NI	00	03257	52.3731	9.3409	
31559	Hohnhorst Ohndorf	hohnhorst-ohndorf	NI	00	03257	52.3551	9.3496	
31582	Nienburg (Weser) Erichshagen	nienburg-weser-erichshagen	NI	00	03256	52.6645	9.2449	
31582	Nienburg (Weser)	nienburg-weser	NI	00	03256	52.6493	9.2365	
31582	Nienburg (Weser) Holtorf	nienburg-weser-holtorf	NI	00	03256	52.6757	9.2271	
31582	Nienburg (Weser) Langendamm	nienburg-weser-langendamm	NI	00	03256	52.6173	9.2604	
31582	Nienburg (Weser) Nienburg (Weser)	nienburg-weser-nienburg-weser	NI	00	03256	52.6537	9.2221	
31592	Stolzenau Frestorf	stolzenau-frestorf	NI	00	03256	52.4857	9.0039	4
31592	Stolzenau Holzhausen	stolzenau-holzhausen	NI	00	03256	52.5207	9.0569	4
31592	Stolzenau Stolzenau	stolzenau-stolzenau	NI	00	03256	52.5138	9.0296	
31592	Stolzenau	stolzenau	NI	00	03256	52.5167	9.0667	4
31592	Stolzenau Diethe	stolzenau-diethe	NI	00	03256	52.4736	9.0083	4
31592	Stolzenau Müsleringen	stolzenau-musleringen	NI	00	03256	52.4893	9.0274	4
31592	Stolzenau Anemolter-Schinna, Schinna	stolzenau-anemolter-schinna-schinna	NI	00	03256	52.5364	9.0731	
31592	Stolzenau Nendorf	stolzenau-nendorf	NI	00	03256	52.501	8.9855	4
31592	Stolzenau Hibben	stolzenau-hibben	NI	00	03256	52.5023	9.0289	4
31592	Stolzenau Anemolter-Schinna, Anemolter	stolzenau-anemolter-schinna-anemolter	NI	00	03256	52.5454	9.0701	
31592	Stolzenau Anemolter-Schinna	stolzenau-anemolter-schinna	NI	00	03256	52.5409	9.0716	
31595	Steyerberg	steyerberg	NI	00	03256	52.5702	9.0242	4
31595	Steyerberg Düdinghausen	steyerberg-dudinghausen	NI	00	03256	52.5786	8.9708	
31595	Steyerberg Deblinghausen	steyerberg-deblinghausen	NI	00	03256	52.593	8.976	
31595	Steyerberg Voigtei	steyerberg-voigtei	NI	00	03256	52.6083	8.9225	
31595	Steyerberg Steyerberg	steyerberg-steyerberg	NI	00	03256	52.5679	9.026	
31595	Steyerberg Wellie	steyerberg-wellie	NI	00	03256	52.5755	9.079	
31600	Uchte	uchte	NI	00	03256	52.4998	8.9093	4
31603	Diepenau	diepenau	NI	00	03256	52.4187	8.7176	4
31604	Raddestorf	raddestorf	NI	00	03256	52.45	8.9667	4
31606	Warmsen	warmsen	NI	00	03256	52.457	8.8495	4
31608	Marklohe	marklohe	NI	00	03256	52.6686	9.1422	4
31609	Balge	balge	NI	00	03256	52.7167	9.1667	4
31613	Wietzen	wietzen	NI	00	03256	52.7167	9.0833	4
31618	Liebenau	liebenau	NI	00	03256	52.6036	9.0972	4
31619	Binnen	binnen	NI	00	03256	52.6167	9.1333	4
31621	Pennigsehl	pennigsehl	NI	00	03256	52.6418	9.0263	4
31622	Heemsen	heemsen	NI	00	03256	52.7	9.2667	4
31622	Heemsen Lichtenmoor	heemsen-lichtenmoor	NI	00	03256	52.7076	9.304	4
31622	Heemsen Heemsen	heemsen-heemsen	NI	00	03256	52.7427	9.2634	
31622	Heemsen Gadesbünden	heemsen-gadesbunden	NI	00	03256	52.713	9.273	4
31622	Heemsen Anderten	heemsen-anderten	NI	00	03256	52.7395	9.321	4
31623	Drakenburg	drakenburg	NI	00	03256	52.6869	9.2108	4
31626	Haßbergen	hassbergen	NI	00	03256	52.7333	9.2333	4
31627	Rohrsen	rohrsen	NI	00	03256	52.7099	9.2323	4
31628	Landesbergen Heidhausen	landesbergen-heidhausen	NI	00	03256	52.5427	9.1445	4
31628	Landesbergen Brokeloh	landesbergen-brokeloh	NI	00	03256	52.5463	9.2085	4
31628	Landesbergen	landesbergen	NI	00	03256	52.556	9.1251	4
31628	Landesbergen Hahnenberg	landesbergen-hahnenberg	NI	00	03256	52.5306	9.1231	4
31628	Landesbergen Landesbergen	landesbergen-landesbergen	NI	00	03256	52.5625	9.1246	4
31629	Estorf Leeseringen	estorf-leeseringen	NI	00	03256	52.5975	9.1533	4
31629	Estorf Estorf	estorf-estorf	NI	00	03256	52.5881	9.1415	4
31629	Estorf	estorf	NI	00	03256	52.5885	9.1415	4
31632	Husum	husum	NI	00	03256	52.5667	9.25	4
31633	Leese	leese	NI	00	03256	52.5	9.1167	4
31634	Steimbke Wendenborstel	steimbke-wendenborstel	NI	00	03256	52.6469	9.4348	4
31634	Steimbke Steimbke	steimbke-steimbke	NI	00	03256	52.6555	9.3912	4
31634	Steimbke Lichtenhorst	steimbke-lichtenhorst	NI	00	03256	52.7188	9.4016	4
31634	Steimbke Wenden	steimbke-wenden	NI	00	03256	52.6276	9.389	4
31634	Steimbke	steimbke	NI	00	03256	52.6548	9.3909	4
31636	Linsburg	linsburg	NI	00	03256	52.5935	9.3026	4
31637	Rodewald	rodewald	NI	00	03256	52.6658	9.4821	4
31638	Stöckse	stockse	NI	00	03256	52.6407	9.3403	4
31655	Stadthagen	stadthagen	NI	00	03257	52.3233	9.2031	4
31655	Stadthagen Habichhorst-Blyinghausen	stadthagen-habichhorst-blyinghausen	NI	00	03257	52.3164	9.244	
31655	Stadthagen Probsthagen	stadthagen-probsthagen	NI	00	03257	52.3416	9.2327	
31655	Stadthagen Hörkamp-Langenbruch	stadthagen-horkamp-langenbruch	NI	00	03257	52.2917	9.2327	
31655	Stadthagen Reinsen-Remeringhausen	stadthagen-reinsen-remeringhausen	NI	00	03257	52.3182	9.2714	
31655	Stadthagen Obernwöhren	stadthagen-obernwohren	NI	00	03257	52.3029	9.2429	
31655	Stadthagen Hobbensen	stadthagen-hobbensen	NI	00	03257	52.3236	9.1442	
31655	Stadthagen Wendthagen-Ehlen	stadthagen-wendthagen-ehlen	NI	00	03257	52.2935	9.2056	
31655	Stadthagen Enzen	stadthagen-enzen	NI	00	03257	52.325	9.1537	
31655	Stadthagen Habichhorst-Blyinghausen, Blyinghausen	stadthagen-habichhorst-blyinghausen-blyinghausen	NI	00	03257	52.3169	9.2524	
31655	Stadthagen Krebshagen	stadthagen-krebshagen	NI	00	03257	52.3011	9.2056	
31655	Stadthagen Stadthagen	stadthagen-stadthagen	NI	00	03257	52.3203	9.2007	
31655	Stadthagen Habichhorst-Blyinghausen, Habichhorst	stadthagen-habichhorst-blyinghausen-habichhorst	NI	00	03257	52.316	9.2356	
31675	Bückeburg	buckeburg	NI	00	03257	52.2606	9.0494	4
31675	Bückeburg Evesen	buckeburg-evesen	NI	00	03257	52.2818	8.9944	
31675	Bückeburg Warber	buckeburg-warber	NI	00	03257	52.2939	9.0609	
31675	Bückeburg Scheie	buckeburg-scheie	NI	00	03257	52.276	9.0536	
31675	Bückeburg Bückeburg	buckeburg-buckeburg	NI	00	03257	52.2644	9.0626	
31675	Bückeburg Meinsen	buckeburg-meinsen	NI	00	03257	52.2966	9.0521	
31675	Bückeburg Rusbend	buckeburg-rusbend	NI	00	03257	52.3119	9.0682	
31675	Bückeburg Achum	buckeburg-achum	NI	00	03257	52.2868	9.085	
31675	Bückeburg Cammer	buckeburg-cammer	NI	00	03257	52.3119	8.9966	
31675	Bückeburg Bergdorf	buckeburg-bergdorf	NI	00	03257	52.2548	9.0624	
31675	Bückeburg Müsingen	buckeburg-musingen	NI	00	03257	52.2701	9.0726	
31683	Obernkirchen	obernkirchen	NI	00	03257	52.2721	9.1291	4
31683	Obernkirchen Obernkirchen	obernkirchen-obernkirchen	NI	00	03257	52.2592	9.1437	
31683	Obernkirchen Krainhagen	obernkirchen-krainhagen	NI	00	03257	52.2499	9.1223	
31683	Obernkirchen Gelldorf	obernkirchen-gelldorf	NI	00	03257	52.2836	9.1186	
31683	Obernkirchen Vehlen	obernkirchen-vehlen	NI	00	03257	52.2728	9.1026	
31683	Obernkirchen Röhrkasten	obernkirchen-rohrkasten	NI	00	03257	52.2562	9.1164	
31688	Nienstädt Liekwegen	nienstadt-liekwegen	NI	00	03257	52.2854	9.1705	4
31688	Nienstädt Nienstädt	nienstadt-nienstadt	NI	00	03257	52.293	9.1669	4
31688	Nienstädt	nienstadt	NI	00	03257	52.2924	9.1644	4
31691	Helpsen Kirchhorsten	helpsen-kirchhorsten	NI	00	03257	52.3029	9.1325	4
31691	Helpsen Südhorsten	helpsen-sudhorsten	NI	00	03257	52.2966	9.1259	4
31691	Seggebruch	seggebruch	NI	00	03257	52.3005	9.0946	4
31691	Helpsen Helpsen	helpsen-helpsen	NI	00	03257	52.311	9.1172	4
31691	Seggebruch Schierneichen-Deinsen	seggebruch-schierneichen-deinsen	NI	00	03257	52.3124	9.093	
31691	Helpsen	helpsen	NI	00	03257	52.3113	9.1168	4
31691	Seggebruch Tallensen-Echtorf	seggebruch-tallensen-echtorf	NI	00	03257	52.2926	9.0916	
31691	Seggebruch Seggebruch	seggebruch-seggebruch	NI	00	03257	52.302	9.0982	
31693	Hespe Stemmen	hespe-stemmen	NI	00	03257	52.3196	9.1062	4
31693	Hespe Levesen	hespe-levesen	NI	00	03257	52.3214	9.1194	4
31693	Hespe	hespe	NI	00	03257	52.33	9.1082	4
31693	Hespe Hespe-Hiddensen	hespe-hespe-hiddensen	NI	00	03257	52.3335	9.1047	
31698	Lindhorst Ottensen	lindhorst-ottensen	NI	00	03257	52.3681	9.2992	4
31698	Lindhorst Schöttlingen	lindhorst-schottlingen	NI	00	03257	52.3479	9.2787	4
31698	Lindhorst	lindhorst	NI	00	03257	52.3579	9.2832	4
31698	Lindhorst Lindhorst	lindhorst-lindhorst	NI	00	03257	52.358	9.2843	4
31699	Beckedorf	beckedorf	NI	00	03257	52.35	9.3167	4
31700	Heuerßen Kobbensen	heuerssen-kobbensen	NI	00	03257	52.3384	9.2904	4
31700	Heuerßen	heuerssen	NI	00	03257	52.3295	9.2772	4
31700	Heuerßen Heuerßen	heuerssen-heuerssen	NI	00	03257	52.3294	9.2787	4
31702	Lüdersfeld Lüdersfeld	ludersfeld-ludersfeld	NI	00	03257	52.3582	9.2509	4
31702	Lüdersfeld Vornhagen	ludersfeld-vornhagen	NI	00	03257	52.3411	9.2502	4
31702	Lüdersfeld	ludersfeld	NI	00	03257	52.3599	9.2542	4
31707	Heeßen	heessen	NI	00	03257	52.2321	9.0964	4
31707	Bad Eilsen	bad-eilsen	NI	00	03257	52.2421	9.0982	4
31708	Ahnsen	ahnsen	NI	00	03257	52.2547	9.1009	4
31710	Buchholz	buchholz	NI	00	03257	52.2265	9.1278	4
31711	Luhden Schermbeck	luhden-schermbeck	NI	00	03257	52.2234	9.0726	4
31711	Luhden Luhden	luhden-luhden	NI	00	03257	52.231	9.0971	4
31711	Luhden	luhden	NI	00	03257	52.2254	9.0926	4
31712	Niedernwöhren	niedernwohren	NI	00	03257	52.3521	9.1479	4
31714	Lauenhagen Lauenhagen	lauenhagen-lauenhagen	NI	00	03257	52.3569	9.2093	4
31714	Lauenhagen	lauenhagen	NI	00	03257	52.3555	9.2064	4
31714	Lauenhagen Hülshagen	lauenhagen-hulshagen	NI	00	03257	52.369	9.2268	4
31715	Meerbeck Meerbeck	meerbeck-meerbeck	NI	00	03257	52.342	9.1523	4
31715	Meerbeck Kuckshagen	meerbeck-kuckshagen	NI	00	03257	52.3358	9.1296	4
31715	Meerbeck	meerbeck	NI	00	03257	52.3417	9.1507	4
31715	Meerbeck Volksdorf	meerbeck-volksdorf	NI	00	03257	52.3402	9.1194	4
31717	Nordsehl	nordsehl	NI	00	03257	52.35	9.1833	4
31718	Pollhagen	pollhagen	NI	00	03257	52.3853	9.1881	4
31719	Wiedensahl	wiedensahl	NI	00	03257	52.3838	9.1202	4
31737	Rinteln	rinteln	NI	00	03257	52.1733	9.1195	4
31737	Rinteln Deckbergen	rinteln-deckbergen	NI	00	03257	52.2018	9.1683	
31737	Rinteln Westendorf	rinteln-westendorf	NI	00	03257	52.2032	9.1479	
31737	Rinteln Todenmann	rinteln-todenmann	NI	00	03257	52.2122	9.0536	
31737	Rinteln Uchtorf	rinteln-uchtorf	NI	00	03257	52.1578	9.0992	
31737	Rinteln Engern	rinteln-engern	NI	00	03257	52.1946	9.1072	
31737	Rinteln Kohlenstädt	rinteln-kohlenstadt	NI	00	03257	52.1856	9.1494	
31737	Rinteln Krankenhagen	rinteln-krankenhagen	NI	00	03257	52.1537	9.081	
31737	Rinteln Möllenbeck	rinteln-mollenbeck	NI	00	03257	52.1645	9.0315	
31737	Rinteln Goldbeck	rinteln-goldbeck	NI	00	03257	52.1034	9.1516	
31737	Rinteln Steinbergen	rinteln-steinbergen	NI	00	03257	52.2099	9.1201	
31737	Rinteln Rinteln	rinteln-rinteln	NI	00	03257	52.1787	9.0711	
31737	Rinteln Strücken	rinteln-strucken	NI	00	03257	52.1668	9.1159	
31737	Rinteln Friedrichswald	rinteln-friedrichswald	NI	00	03257	52.1348	9.1479	
31737	Rinteln Exten	rinteln-exten	NI	00	03257	52.1694	9.0963	
31737	Rinteln Hohenrode	rinteln-hohenrode	NI	00	03257	52.1712	9.1494	
31737	Rinteln Volksen	rinteln-volksen	NI	00	03257	52.1429	9.1072	
31737	Rinteln Wennenkamp	rinteln-wennenkamp	NI	00	03257	52.1447	9.1378	
31737	Rinteln Schaumburg	rinteln-schaumburg	NI	00	03257	52.2	9.1881	
31737	Rinteln Ahe	rinteln-ahe	NI	00	03257	52.1843	9.1385	
31749	Auetal Klein Holtensen	auetal-klein-holtensen	NI	00	03257	52.2611	9.2868	4
31749	Auetal Poggenhagen	auetal-poggenhagen	NI	00	03257	52.2288	9.2056	4
31749	Auetal Westerwald	auetal-westerwald	NI	00	03257	52.2499	9.237	4
31749	Auetal Borstel	auetal-borstel	NI	00	03257	52.2292	9.1947	4
31749	Auetal Schoholtensen	auetal-schoholtensen	NI	00	03257	52.2679	9.286	4
31749	Auetal Rolfshagen	auetal-rolfshagen	NI	00	03257	52.2319	9.1442	4
31749	Auetal Hattendorf	auetal-hattendorf	NI	00	03257	52.2346	9.2824	4
31749	Auetal Antendorf	auetal-antendorf	NI	00	03257	52.2405	9.2926	4
31749	Auetal Wiersen	auetal-wiersen	NI	00	03257	52.267	9.3072	4
31749	Auetal Rannenberg	auetal-rannenberg	NI	00	03257	52.2166	9.2473	4
31749	Auetal	auetal	NI	00	03257	52.2388	9.2516	4
31749	Auetal Escher	auetal-escher	NI	00	03257	52.2373	9.267	4
31749	Auetal Rehren A.O.	auetal-rehren-a-o	NI	00	03257	52.231	9.2363	
31749	Auetal Bernsen	auetal-bernsen	NI	00	03257	52.2211	9.1705	4
31749	Auetal Raden	auetal-raden	NI	00	03257	52.2297	9.3102	4
31749	Auetal Kathrinhagen	auetal-kathrinhagen	NI	00	03257	52.2364	9.2064	4
31749	Auetal Altenhagen	auetal-altenhagen	NI	00	03257	52.2611	9.0572	
31785	Hameln	hameln	NI	00	03252	52.1037	9.3676	4
31787	Hameln	hameln	NI	00	03252	52.115	9.3388	4
31789	Hameln	hameln	NI	00	03252	52.0988	9.395	4
31812	Bad Pyrmont	bad-pyrmont	NI	00	03252	51.9859	9.2525	4
31832	Springe	springe	NI	00	03241	52.2084	9.5542	4
31840	Hessisch Oldendorf	hessisch-oldendorf	NI	00	03252	52.1727	9.2491	4
31848	Bad Münder am Deister	bad-munder-am-deister	NI	00	03252	52.1955	9.4642	4
31855	Aerzen	aerzen	NI	00	03252	52.0495	9.2586	4
31860	Emmerthal	emmerthal	NI	00	03252	52.0449	9.4001	4
31863	Coppenbrügge	coppenbrugge	NI	00	03252	52.1185	9.5487	4
31867	Hülsede Schmarrie	hulsede-schmarrie	NI	00	03257	52.2427	9.3745	
31867	Lauenau	lauenau	NI	00	03257	52.2739	9.3693	4
31867	Hülsede	hulsede	NI	00	03257	52.2495	9.3615	4
31867	Messenkamp Altenhagen II	messenkamp-altenhagen-ii	NI	00	03257	52.2616	9.3993	
31867	Pohle	pohle	NI	00	03257	52.2663	9.344	4
31867	Messenkamp Messenkamp	messenkamp-messenkamp	NI	00	03257	52.2589	9.3942	
31867	Messenkamp	messenkamp	NI	00	03257	52.26	9.3802	4
31867	Lauenau Lauenau	lauenau-lauenau	NI	00	03257	52.2679	9.371	
31867	Lauenau Feggendorf	lauenau-feggendorf	NI	00	03257	52.2836	9.3876	
31867	Hülsede Hülsede	hulsede-hulsede	NI	00	03257	52.2499	9.3613	
31867	Hülsede Meinsen	hulsede-meinsen	NI	00	03257	52.2553	9.3526	
31868	Ottenstein	ottenstein	NI	00	03255	51.9471	9.407	4
34346	Hannoversch Münden	hannoversch-munden	NI	00	03159	51.4151	9.6505	4
34355	Staufenberg	staufenberg	NI	00	03159	51.35	9.6333	4
37073	Göttingen	gottingen	NI	00	03159	51.5364	9.939	4
37075	Göttingen	gottingen	NI	00	03159	51.5509	9.9328	4
37077	Göttingen	gottingen	NI	00	03159	51.5604	9.9319	4
37079	Göttingen	gottingen	NI	00	03159	51.5333	9.9333	4
37081	Göttingen	gottingen	NI	00	03159	51.5335	9.8993	4
37083	Göttingen	gottingen	NI	00	03159	51.513	9.9535	4
37085	Göttingen	gottingen	NI	00	03159	51.5333	9.9333	4
37115	Duderstadt	duderstadt	NI	00	03159	51.5131	10.2595	4
37120	Bovenden	bovenden	NI	00	03159	51.5884	9.9222	4
37124	Rosdorf	rosdorf	NI	00	03159	51.5	9.9	4
37127	Niemetal	niemetal	NI	00	03159	51.5	9.7167	4
37127	Scheden	scheden	NI	00	03159	51.45	9.7333	4
37127	Bühren	buhren	NI	00	03159	51.4833	9.6833	4
37127	Dransfeld	dransfeld	NI	00	03159	51.4991	9.7618	4
37127	Jühnde	juhnde	NI	00	03159	51.4667	9.8	4
37130	Gleichen	gleichen	NI	00	03159	51.4667	10.0333	4
37133	Friedland	friedland	NI	00	03159	51.4192	9.9176	4
37136	Waake	waake	NI	00	03159	51.5564	10.0571	4
37136	Landolfshausen	landolfshausen	NI	00	03159	51.5333	10.1	4
37136	Ebergötzen	ebergotzen	NI	00	03159	51.571	10.1063	4
37136	Seulingen	seulingen	NI	00	03159	51.5413	10.1626	4
37136	Seeburg	seeburg	NI	00	03159	51.5667	10.15	4
37139	Adelebsen	adelebsen	NI	00	03159	51.5827	9.7546	4
37154	Northeim	northeim	NI	00	03155	51.7066	10	4
37170	Uslar	uslar	NI	00	03155	51.6569	9.635	4
37176	Nörten-Hardenberg	norten-hardenberg	NI	00	03155	51.6288	9.9359	4
37181	Hardegsen	hardegsen	NI	00	03155	51.6523	9.8305	4
37186	Moringen	moringen	NI	00	03155	51.6992	9.8711	4
37191	Katlenburg-Lindau	katlenburg-lindau	NI	00	03155	51.6833	10.1	4
37194	Wahlsburg	wahlsburg	NI	00	03155	51.6333	9.5917	
37194	Bodenfelde	bodenfelde	NI	00	03155	51.6404	9.5557	4
37197	Hattorf am Harz	hattorf-am-harz	NI	00	03159	51.6482	10.2386	4
37199	Wulften	wulften	NI	00	03159	51.66	10.1744	4
37412	Herzberg am Harz	herzberg-am-harz	NI	00	03159	51.6555	10.3394	4
37412	Hörden	horden	NI	00	03159	51.6683	10.2837	4
37412	Elbingerode	elbingerode	NI	00	03159	51.6592	10.2777	4
37431	Bad Lauterberg im Harz	bad-lauterberg-im-harz	NI	00	03159	51.6327	10.4703	4
37434	Rhumspringe	rhumspringe	NI	00	03159	51.5833	10.3	4
37434	Wollbrandshausen	wollbrandshausen	NI	00	03159	51.5833	10.1667	4
37434	Bilshausen	bilshausen	NI	00	03159	51.6297	10.1586	4
37434	Obernfeld	obernfeld	NI	00	03159	51.55	10.2333	4
37434	Wollershausen	wollershausen	NI	00	03159	51.6	10.25	4
37434	Krebeck	krebeck	NI	00	03159	51.5833	10.1167	4
37434	Bodensee	bodensee	NI	00	03159	51.6061	10.1326	4
37434	Rollshausen	rollshausen	NI	00	03159	51.5667	10.2167	4
37434	Rüdershausen	rudershausen	NI	00	03159	51.5833	10.2667	4
37434	Gieboldehausen	gieboldehausen	NI	00	03159	51.6096	10.2162	4
37441	Bad Sachsa	bad-sachsa	NI	00	03159	51.595	10.5555	4
37444	Sankt Andreasberg	sankt-andreasberg	NI	00	03153	51.71	10.5187	4
37445	Walkenried	walkenried	NI	00	03159	51.5833	10.6167	4
37447	Wieda	wieda	NI	00	03159	51.634	10.587	4
37449	Zorge	zorge	NI	00	03159	51.6333	10.6333	4
37520	Osterode am Harz	osterode-am-harz	NI	00	03159	51.7269	10.2509	4
37534	Gittelde	gittelde	NI	00	03159	51.7984	10.1878	4
37534	Eisdorf	eisdorf	NI	00	03159	51.7667	10.1667	4
37534	Badenhausen	badenhausen	NI	00	03159	51.77	10.2049	4
37539	Bad Grund (Harz)	bad-grund-harz	NI	00	03159	51.8167	10.2333	4
37539	Windhausen	windhausen	NI	00	03159	51.7854	10.2122	4
37547	Kreiensen	kreiensen	NI	00	03155	51.8536	9.9648	4
37574	Einbeck	einbeck	NI	00	03155	51.8202	9.8696	4
37581	Bad Gandersheim	bad-gandersheim	NI	00	03155	51.8717	10.0254	4
37586	Dassel	dassel	NI	00	03155	51.8018	9.689	4
37589	Kalefeld	kalefeld	NI	00	03155	51.8	10.0333	4
37603	Holzminden	holzminden	NI	00	03255	51.828	9.4455	4
37619	Pegestorf	pegestorf	NI	00	03255	51.9278	9.4968	4
37619	Heyen	heyen	NI	00	03255	52.0095	9.5037	4
37619	Kirchbrak	kirchbrak	NI	00	03255	51.9658	9.5751	4
37619	Bodenwerder	bodenwerder	NI	00	03255	51.9716	9.5193	4
37619	Hehlen	hehlen	NI	00	03255	51.9886	9.47	4
37620	Halle	halle	NI	00	03255	51.9912	9.5653	4
37627	Wangelnstedt	wangelnstedt	NI	00	03255	51.8667	9.6833	4
37627	Stadtoldendorf	stadtoldendorf	NI	00	03255	51.8824	9.6265	4
37627	Arholzen	arholzen	NI	00	03255	51.8667	9.5667	4
37627	Deensen	deensen	NI	00	03255	51.8605	9.5932	4
37627	Lenne	lenne	NI	00	03255	51.8939	9.683	4
37627	Heinade	heinade	NI	00	03255	51.8333	9.6333	4
37632	Eimen	eimen	NI	00	03255	51.8833	9.7833	4
37632	Holzen	holzen	NI	00	03255	51.9333	9.6667	4
37632	Eschershausen	eschershausen	NI	00	03255	51.9266	9.6428	4
37633	Dielmissen	dielmissen	NI	00	03255	51.9706	9.6067	4
37635	Lüerdissen	luerdissen	NI	00	03255	51.9527	9.6245	4
37639	Bevern	bevern	NI	00	03255	51.8583	9.4941	4
37640	Golmbach	golmbach	NI	00	03255	51.9	9.55	4
37642	Holenberg	holenberg	NI	00	03255	51.9167	9.5833	4
37643	Negenborn	negenborn	NI	00	03255	51.8833	9.5667	4
37647	Vahlbruch	vahlbruch	NI	00	03255	51.9208	9.3406	4
37647	Polle	polle	NI	00	03255	51.8987	9.4039	4
37647	Brevörde	brevorde	NI	00	03255	51.9167	9.4167	4
37649	Heinsen	heinsen	NI	00	03255	51.8833	9.4333	4
37691	Boffzen	boffzen	NI	00	03255	51.75	9.3833	4
37691	Derental	derental	NI	00	03255	51.6947	9.432	4
37697	Lauenförde	lauenforde	NI	00	03255	51.6594	9.3871	4
37699	Fürstenberg	furstenberg	NI	00	03255	51.7333	9.4	4
38023	Braunschweig	braunschweig	NI	00	03101	52.255	10.541	6
38100	Braunschweig	braunschweig	NI	00	03101	52.2647	10.5233	4
38102	Braunschweig	braunschweig	NI	00	03101	52.2575	10.5365	4
38104	Braunschweig	braunschweig	NI	00	03101	52.2835	10.5822	4
38106	Braunschweig	braunschweig	NI	00	03101	52.2789	10.5427	4
38108	Braunschweig	braunschweig	NI	00	03101	52.3015	10.5688	4
38110	Braunschweig	braunschweig	NI	00	03101	52.328	10.4761	4
38112	Braunschweig	braunschweig	NI	00	03101	52.3022	10.4979	4
38114	Braunschweig	braunschweig	NI	00	03101	52.2764	10.5127	4
38116	Braunschweig	braunschweig	NI	00	03101	52.2667	10.5333	4
38118	Braunschweig	braunschweig	NI	00	03101	52.259	10.5002	4
38120	Braunschweig	braunschweig	NI	00	03101	52.2546	10.4879	4
38122	Braunschweig	braunschweig	NI	00	03101	52.224	10.4989	4
38124	Braunschweig	braunschweig	NI	00	03101	52.2258	10.5271	4
38126	Braunschweig	braunschweig	NI	00	03101	52.2443	10.5594	4
38154	Königslutter am Elm	konigslutter-am-elm	NI	00	03154	52.2512	10.8168	4
38159	Vechelde	vechelde	NI	00	03157	52.2604	10.3649	4
38162	Cremlingen	cremlingen	NI	00	03158	52.25	10.65	4
38165	Lehre	lehre	NI	00	03154	52.3333	10.6667	4
38170	Kneitlingen	kneitlingen	NI	00	03158	52.1748	10.762	4
38170	Dahlum	dahlum	NI	00	03158	52.1333	10.85	4
38170	Winnigstedt	winnigstedt	NI	00	03158	52.0663	10.7688	4
38170	Schöppenstedt	schoppenstedt	NI	00	03158	52.1431	10.7745	4
38170	Uehrde	uehrde	NI	00	03158	52.099	10.7652	4
38170	Vahlberg	vahlberg	NI	00	03158	52.1333	10.7167	4
38173	Evessen	evessen	NI	00	03158	52.1889	10.7108	4
38173	Dettum	dettum	NI	00	03158	52.1725	10.6681	4
38173	Sickte	sickte	NI	00	03158	52.2185	10.6424	4
38173	Veltheim	veltheim	NI	00	03158	52.2187	10.6833	4
38173	Erkerode	erkerode	NI	00	03158	52.2048	10.7098	4
38176	Wendeburg	wendeburg	NI	00	03157	52.3296	10.3926	4
38179	Schwülper	schwulper	NI	00	03151	52.3481	10.4463	4
38226	Salzgitter	salzgitter	NI	00	03102	52.1221	10.3761	4
38226	Salzgitter Lebenstedt	salzgitter-lebenstedt	NI	00	03102	52.1581	10.3331	4
38228	Salzgitter	salzgitter	NI	00	03102	52.1221	10.3761	4
38228	Salzgitter Osterlinde	salzgitter-osterlinde	NI	00	03102	52.1286	10.2492	
38228	Salzgitter Bruchmachtersen	salzgitter-bruchmachtersen	NI	00	03102	52.1444	10.3	4
38228	Salzgitter Reppner	salzgitter-reppner	NI	00	03102	52.1733	10.3083	
38228	Salzgitter Lesse	salzgitter-lesse	NI	00	03102	52.1606	10.2569	4
38228	Salzgitter Lichtenberg	salzgitter-lichtenberg	NI	00	03102	52.1278	10.29	4
38228	Salzgitter Lebenstedt	salzgitter-lebenstedt	NI	00	03102	52.1528	10.3333	4
38229	Salzgitter	salzgitter	NI	00	03102	52.1221	10.3761	4
38229	Salzgitter Salder	salzgitter-salder	NI	00	03102	52.1356	10.3356	4
38229	Salzgitter Hallendorf	salzgitter-hallendorf	NI	00	03102	52.1542	10.3792	4
38229	Salzgitter Gebhardshagen	salzgitter-gebhardshagen	NI	00	03102	52.1075	10.3567	4
38229	Salzgitter Engenrode	salzgitter-engenrode	NI	00	03102	52.0875	10.3667	
38229	Salzgitter Heerte	salzgitter-heerte	NI	00	03102	52.125	10.3892	4
38229	Salzgitter Barum	salzgitter-barum	NI	00	03102	52.1237	10.3511	
38229	Salzgitter Lebenstedt	salzgitter-lebenstedt	NI	00	03102	52.1528	10.3333	4
38229	Salzgitter Engelnstedt	salzgitter-engelnstedt	NI	00	03102	52.1692	10.3539	
38229	Salzgitter Calbecht	salzgitter-calbecht	NI	00	03102	52.0917	10.3775	
38239	Salzgitter Watenstedt	salzgitter-watenstedt	NI	00	03102	52.1461	10.4072	
38239	Salzgitter Üfingen	salzgitter-ufingen	NI	00	03102	52.2006	10.4111	4
38239	Salzgitter	salzgitter	NI	00	03102	52.1221	10.3761	4
38239	Salzgitter Bleckenstedt	salzgitter-bleckenstedt	NI	00	03102	52.1778	10.4067	
38239	Salzgitter Beddingen	salzgitter-beddingen	NI	00	03102	52.1782	10.4827	
38239	Salzgitter Thiede	salzgitter-thiede	NI	00	03102	52.1881	10.4786	4
38239	Salzgitter Immendorf	salzgitter-immendorf	NI	00	03102	52.1461	10.4428	
38239	Salzgitter Drütte	salzgitter-drutte	NI	00	03102	52.1531	10.4439	
38239	Salzgitter Sauingen	salzgitter-sauingen	NI	00	03102	52.1892	10.4122	
38259	Salzgitter Ringelheim	salzgitter-ringelheim	NI	00	03102	52.0367	10.3097	4
38259	Salzgitter	salzgitter	NI	00	03102	52.1221	10.3761	4
38259	Salzgitter Lobmachtersen	salzgitter-lobmachtersen	NI	00	03102	52.1008	10.4233	4
38259	Salzgitter Flachstöckheim	salzgitter-flachstockheim	NI	00	03102	52.0856	10.4392	4
38259	Salzgitter Groß Mahner	salzgitter-gross-mahner	NI	00	03102	52.0514	10.4094	
38259	Salzgitter Gitter	salzgitter-gitter	NI	00	03102	52.0358	10.3531	
38259	Salzgitter Bad	salzgitter-bad	NI	00	03102	52.0528	10.3732	
38259	Salzgitter Hohenrode	salzgitter-hohenrode	NI	00	03102	52.0244	10.3486	
38259	Salzgitter Beinum	salzgitter-beinum	NI	00	03102	52.075	10.4119	
38259	Salzgitter Ohlendorf	salzgitter-ohlendorf	NI	00	03102	52.0619	10.4464	
38268	Lengede	lengede	NI	00	03157	52.2049	10.3078	4
38271	Baddeckenstedt	baddeckenstedt	NI	00	03158	52.0833	10.2333	4
38272	Burgdorf	burgdorf	NI	00	03158	52.1443	10.2176	4
38274	Elbe	elbe	NI	00	03158	52.0833	10.2833	4
38275	Haverlah	haverlah	NI	00	03158	52.0541	10.3282	4
38277	Heere	heere	NI	00	03158	52.0667	10.25	4
38279	Sehlde	sehlde	NI	00	03158	52.0389	10.2657	4
38281	Wolfenbüttel	wolfenbuttel	NI	00	03158	52.159	10.535	6
38300	Wolfenbüttel	wolfenbuttel	NI	00	03158	52.1578	10.5579	4
38302	Wolfenbüttel	wolfenbuttel	NI	00	03158	52.1661	10.5514	4
38304	Wolfenbüttel	wolfenbuttel	NI	00	03158	52.1424	10.5484	4
38312	Börßum	borssum	NI	00	03158	52.0692	10.5843	4
38312	Dorstadt	dorstadt	NI	00	03158	52.1	10.5667	4
38312	Achim	achim	NI	00	03158	52.0593	10.6107	4
38312	Heiningen	heiningen	NI	00	03158	52.0694	10.5553	4
38312	Flöthe	flothe	NI	00	03158	52.0833	10.4833	4
38312	Cramme	cramme	NI	00	03158	52.1133	10.4467	4
38312	Ohrum	ohrum	NI	00	03158	52.1208	10.5628	4
38315	Hornburg	hornburg	NI	00	03158	52.031	10.6049	4
38315	Schladen	schladen	NI	00	03158	52.0222	10.5397	4
38315	Gielde	gielde	NI	00	03158	52.0362	10.4937	4
38315	Werlaburgdorf	werlaburgdorf	NI	00	03158	52.05	10.5373	4
38319	Remlingen	remlingen	NI	00	03158	52.1137	10.6741	4
38321	Denkte	denkte	NI	00	03158	52.15	10.6083	4
38322	Hedeper	hedeper	NI	00	03158	52.0667	10.6833	4
38324	Kissenbrück	kissenbruck	NI	00	03158	52.1096	10.59	4
38325	Roklum	roklum	NI	00	03158	52.0666	10.7409	4
38327	Semmenstedt	semmenstedt	NI	00	03158	52.0937	10.6969	4
38329	Wittmar	wittmar	NI	00	03158	52.1297	10.64	4
38350	Helmstedt	helmstedt	NI	00	03154	52.2279	11.0098	4
38364	Schöningen	schoningen	NI	00	03154	52.138	10.9674	4
38368	Mariental	mariental	NI	00	03154	52.2759	10.9837	4
38368	Rennau	rennau	NI	00	03154	52.2959	10.912	4
38368	Querenhorst	querenhorst	NI	00	03154	52.3333	10.9667	4
38368	Grasleben	grasleben	NI	00	03154	52.3064	11.0147	4
38372	Büddenstedt	buddenstedt	NI	00	03154	52.1704	11.0188	4
38373	Frellstedt	frellstedt	NI	00	03154	52.2057	10.9154	4
38373	Süpplingen	supplingen	NI	00	03154	52.2281	10.9039	4
38375	Räbke	rabke	NI	00	03154	52.196	10.8787	4
38376	Süpplingenburg	supplingenburg	NI	00	03154	52.2507	10.9101	4
38378	Warberg	warberg	NI	00	03154	52.1812	10.9197	4
38379	Wolsdorf	wolsdorf	NI	00	03154	52.191	10.9388	4
38381	Jerxheim	jerxheim	NI	00	03154	52.0817	10.8984	4
38382	Beierstedt	beierstedt	NI	00	03154	52.0741	10.8581	4
38384	Gevensleben	gevensleben	NI	00	03154	52.0766	10.8222	4
38385	Ingeleben	ingeleben	NI	00	03154	52.1066	10.8734	4
38387	Söllingen	sollingen	NI	00	03154	52.0898	10.9252	4
38388	Twieflingen	twieflingen	NI	00	03154	52.1248	10.9168	4
38440	Wolfsburg	wolfsburg	NI	00	03103	52.4239	10.7812	4
38442	Wolfsburg	wolfsburg	NI	00	03103	52.4204	10.7188	4
38444	Wolfsburg	wolfsburg	NI	00	03103	52.4003	10.7531	4
38446	Wolfsburg	wolfsburg	NI	00	03103	52.3808	10.8285	4
38448	Wolfsburg	wolfsburg	NI	00	03103	52.4231	10.8224	4
38458	Velpke	velpke	NI	00	03154	52.408	10.9364	4
38459	Bahrdorf	bahrdorf	NI	00	03154	52.3859	11.0004	4
38461	Danndorf	danndorf	NI	00	03154	52.4247	10.9129	4
38462	Grafhorst	grafhorst	NI	00	03154	52.4448	10.9451	4
38464	Groß Twülpstedt	gross-twulpstedt	NI	00	03154	52.3736	10.9193	4
38465	Brome	brome	NI	00	03151	52.6002	10.9375	4
38467	Bergfeld	bergfeld	NI	00	03151	52.544	10.8451	4
38468	Ehra-Lessien	ehra-lessien	NI	00	03151	52.5667	10.8	4
38470	Parsau	parsau	NI	00	03151	52.5347	10.8902	4
38471	Rühen	ruhen	NI	00	03151	52.4856	10.8864	4
38473	Tiddische	tiddische	NI	00	03151	52.5167	10.8	4
38474	Tülau	tulau	NI	00	03151	52.5758	10.8782	4
38476	Barwedel	barwedel	NI	00	03151	52.5219	10.7749	4
38477	Jembke	jembke	NI	00	03151	52.5	10.7667	4
38479	Tappenbeck	tappenbeck	NI	00	03151	52.4705	10.7407	4
38518	Gifhorn	gifhorn	NI	00	03151	52.4777	10.5511	4
38524	Sassenburg	sassenburg	NI	00	03151	52.5167	10.6333	4
38527	Meine	meine	NI	00	03151	52.3849	10.5393	4
38528	Adenbüttel	adenbuttel	NI	00	03151	52.3798	10.4508	4
38530	Didderse	didderse	NI	00	03151	52.3804	10.4029	4
38531	Rötgesbüttel	rotgesbuttel	NI	00	03151	52.4167	10.5333	4
38533	Vordorf	vordorf	NI	00	03151	52.3652	10.5204	4
38536	Meinersen	meinersen	NI	00	03151	52.4744	10.3525	4
38539	Müden (Aller)	muden-aller	NI	00	03151	52.5333	10.3667	4
38542	Leiferde	leiferde	NI	00	03151	52.4395	10.4346	4
38543	Hillerse	hillerse	NI	00	03151	52.4167	10.4	4
38547	Calberlah	calberlah	NI	00	03151	52.4207	10.6233	4
38550	Isenbüttel	isenbuttel	NI	00	03151	52.4333	10.5833	4
38551	Ribbesbüttel	ribbesbuttel	NI	00	03151	52.4344	10.51	4
38553	Wasbüttel	wasbuttel	NI	00	03151	52.4133	10.5936	4
38554	Weyhausen	weyhausen	NI	00	03151	52.4621	10.717	4
38556	Bokensdorf	bokensdorf	NI	00	03151	52.5	10.7167	4
38557	Osloß	osloss	NI	00	03151	52.4693	10.6801	4
38559	Wagenhoff	wagenhoff	NI	00	03151	52.5523	10.5234	4
38640	Goslar Goslar	goslar-goslar	NI	00	03153	51.9115	10.4319	4
38640	Goslar	goslar	NI	00	03153	51.9191	10.4167	4
38642	Goslar Oker	goslar-oker	NI	00	03153	51.9066	10.4846	4
38642	Goslar	goslar	NI	00	03153	51.9191	10.4167	4
38642	Goslar Goslar	goslar-goslar	NI	00	03153	51.9082	10.4751	4
38644	Goslar Hahndorf	goslar-hahndorf	NI	00	03153	51.9547	10.4353	4
38644	Goslar Jerstedt	goslar-jerstedt	NI	00	03153	51.9585	10.3895	4
38644	Goslar	goslar	NI	00	03153	51.9191	10.4167	4
38644	Goslar Hahnenklee-Bockswiese	goslar-hahnenklee-bockswiese	NI	00	03153	51.8579	10.3399	4
38667	Bad Harzburg Göttingerode	bad-harzburg-gottingerode	NI	00	03153	51.8991	10.5182	
38667	Bad Harzburg Bündheim/Schlewecke, Bündheim	bad-harzburg-bundheim-schlewecke-bundheim	NI	00	03153	51.8933	10.5489	
38667	Bad Harzburg Bad Harzburg	bad-harzburg-bad-harzburg	NI	00	03153	51.8858	10.56	
38667	Bad Harzburg Bündheim/Schlewecke, Schlewecke	bad-harzburg-bundheim-schlewecke-schlewecke	NI	00	03153	51.8995	10.5378	
38667	Bad Harzburg Westerode	bad-harzburg-westerode	NI	00	03153	51.9032	10.5667	
38667	Bad Harzburg Harlingerode	bad-harzburg-harlingerode	NI	00	03153	51.912	10.5222	
38667	Bad Harzburg Bettingerode	bad-harzburg-bettingerode	NI	00	03153	51.9029	10.5655	
38667	Bad Harzburg	bad-harzburg	NI	00	03153	51.8827	10.5616	4
38667	Bad Harzburg Eckertal	bad-harzburg-eckertal	NI	00	03153	51.9002	10.6518	
38667	Bad Harzburg Bündheim/Schlewecke	bad-harzburg-bundheim-schlewecke	NI	00	03153	51.8981	10.5467	
38678	Clausthal-Zellerfeld	clausthal-zellerfeld	NI	00	03153	51.8095	10.3382	4
38685	Langelsheim	langelsheim	NI	00	03153	51.9238	10.3866	4
38690	Vienenburg	vienenburg	NI	00	03153	51.9524	10.5637	4
38700	Braunlage	braunlage	NI	00	03153	51.7265	10.6109	4
38704	Liebenburg	liebenburg	NI	00	03153	52.0218	10.4317	4
38707	Schulenberg im Oberharz	schulenberg-im-oberharz	NI	00	03153	51.8333	10.4333	4
38707	Altenau	altenau	NI	00	03153	51.8011	10.4415	4
38709	Wildemann	wildemann	NI	00	03153	51.8281	10.2815	4
38723	Seesen	seesen	NI	00	03153	51.891	10.1785	4
38729	Lutter am Barenberge	lutter-am-barenberge	NI	00	03153	51.9894	10.2693	4
38729	Hahausen	hahausen	NI	00	03153	51.95	10.2167	4
38729	Wallmoden	wallmoden	NI	00	03153	52.0167	10.2667	
48455	Bad Bentheim	bad-bentheim	NI	00	03456	52.3007	7.1576	4
48465	Ohne	ohne	NI	00	03456	52.2667	7.2833	4
48465	Isterberg	isterberg	NI	00	03456	52.35	7.15	4
48465	Samern	samern	NI	00	03456	52.2981	7.2638	4
48465	Quendorf	quendorf	NI	00	03456	52.3333	7.1833	4
48465	Schüttorf	schuttorf	NI	00	03456	52.3228	7.2218	4
48465	Engden	engden	NI	00	03456	52.4	7.1833	4
48465	Suddendorf	suddendorf	NI	00	03456	52.301	7.2257	4
48480	Schapen	schapen	NI	00	03454	52.4	7.5667	4
48480	Spelle	spelle	NI	00	03454	52.3667	7.4667	4
48480	Lünne	lunne	NI	00	03454	52.4296	7.4265	4
48488	Emsbüren	emsburen	NI	00	03454	52.4	7.3	4
48499	Salzbergen	salzbergen	NI	00	03454	52.3256	7.4305	4
48527	Nordhorn	nordhorn	NI	00	03456	52.4491	7.0518	4
48529	Nordhorn	nordhorn	NI	00	03456	52.4149	7.0766	4
48531	Nordhorn	nordhorn	NI	00	03456	52.4517	7.1065	4
49074	Osnabrück	osnabruck	NI	00	03404	52.2738	8.0521	4
49076	Osnabrück	osnabruck	NI	00	03404	52.2832	7.9485	4
49078	Osnabrück	osnabruck	NI	00	03404	52.2651	8.0096	4
49080	Osnabrück	osnabruck	NI	00	03404	52.2491	8.0367	4
49082	Osnabrück	osnabruck	NI	00	03404	52.244	8.0613	4
49084	Osnabrück	osnabruck	NI	00	03404	52.2667	8.0725	4
49086	Osnabrück	osnabruck	NI	00	03404	52.2887	8.0892	4
49088	Osnabrück	osnabruck	NI	00	03404	52.2667	8.05	4
49090	Osnabrück	osnabruck	NI	00	03404	52.2983	8.0131	4
49124	Georgsmarienhütte	georgsmarienhutte	NI	00	03459	52.203	8.0448	4
49134	Wallenhorst	wallenhorst	NI	00	03459	52.35	8.0167	4
49143	Bissendorf	bissendorf	NI	00	03459	52.2333	8.1667	4
49152	Bad Essen	bad-essen	NI	00	03459	52.3175	8.413	4
49163	Bohmte	bohmte	NI	00	03459	52.3667	8.3167	4
49170	Hagen am Teutoburger Wald	hagen-am-teutoburger-wald	NI	00	03459	52.2094	7.9206	4
49176	Hilter am Teutoburger Wald	hilter-am-teutoburger-wald	NI	00	03459	52.1644	8.1468	4
49179	Ostercappeln	ostercappeln	NI	00	03459	52.35	8.2333	4
49186	Bad Iburg	bad-iburg	NI	00	03459	52.1549	8.0422	4
49191	Belm	belm	NI	00	03459	52.3	8.1333	4
49196	Bad Laer	bad-laer	NI	00	03459	52.1	8.0833	4
49201	Dissen am Teutoburger Wald	dissen-am-teutoburger-wald	NI	00	03459	52.1167	8.2	4
49205	Hasbergen	hasbergen	NI	00	03459	52.2375	7.9611	4
49214	Bad Rothenfelde	bad-rothenfelde	NI	00	03459	52.1167	8.1667	4
49219	Glandorf	glandorf	NI	00	03459	52.0847	7.9994	4
49324	Melle	melle	NI	00	03459	52.1977	8.3389	4
49326	Melle	melle	NI	00	03459	52.2	8.35	4
49328	Melle	melle	NI	00	03459	52.2	8.35	4
49356	Diepholz	diepholz	NI	00	03251	52.6078	8.3701	4
49377	Vechta	vechta	NI	00	03460	52.7263	8.286	4
49393	Lohne (Oldenburg)	lohne-oldenburg	NI	00	03460	52.6589	8.225	4
49401	Damme	damme	NI	00	03460	52.5216	8.1979	4
49406	Eydelstedt	eydelstedt	NI	00	03251	52.6924	8.5467	4
49406	Barnstorf	barnstorf	NI	00	03251	52.7101	8.5026	4
49406	Drentwede	drentwede	NI	00	03251	52.7439	8.565	4
49413	Dinklage	dinklage	NI	00	03460	52.6622	8.1244	4
49419	Wagenfeld	wagenfeld	NI	00	03251	52.55	8.5833	4
49424	Goldenstedt	goldenstedt	NI	00	03460	52.7883	8.432	4
49429	Visbek	visbek	NI	00	03460	52.8333	8.3167	4
49434	Neuenkirchen-Vörden	neuenkirchen-vorden	NI	00	03460	52.5167	8.0667	4
49439	Steinfeld (Oldenburg)	steinfeld-oldenburg	NI	00	03460	52.5864	8.2157	4
49448	Quernheim	quernheim	NI	00	03251	52.4667	8.4	4
49448	Brockum	brockum	NI	00	03251	52.4667	8.4167	4
49448	Marl	marl	NI	00	03251	52.4833	8.3667	4
49448	Hüde	hude	NI	00	03251	52.4836	8.3813	
49448	Stemshorn	stemshorn	NI	00	03251	52.45	8.3667	4
49448	Lemförde	lemforde	NI	00	03251	52.4656	8.3762	4
49451	Holdorf	holdorf	NI	00	03460	52.5833	8.1167	4
49453	Dickel	dickel	NI	00	03251	52.6449	8.4717	4
49453	Rehden	rehden	NI	00	03251	52.6102	8.4809	4
49453	Wetschen	wetschen	NI	00	03251	52.613	8.4488	4
49453	Barver	barver	NI	00	03251	52.6207	8.5925	4
49453	Hemsloh	hemsloh	NI	00	03251	52.6004	8.5089	4
49456	Bakum	bakum	NI	00	03460	52.7412	8.1955	4
49457	Drebber	drebber	NI	00	03251	52.65	8.4333	4
49459	Lembruch	lembruch	NI	00	03251	52.5333	8.35	4
49565	Bramsche	bramsche	NI	00	03459	52.4088	7.9729	4
49577	Ankum	ankum	NI	00	03459	52.55	7.8833	4
49577	Kettenkamp	kettenkamp	NI	00	03459	52.5833	7.8333	4
49577	Eggermühlen	eggermuhlen	NI	00	03459	52.5667	7.8167	4
49584	Fürstenau	furstenau	NI	00	03459	52.5167	7.6767	4
49586	Merzen	merzen	NI	00	03459	52.4833	7.8333	4
49586	Neuenkirchen	neuenkirchen	NI	00	03459	52.4171	7.8389	4
49593	Bersenbrück	bersenbruck	NI	00	03459	52.5516	7.9484	4
49594	Alfhausen	alfhausen	NI	00	03459	52.5	7.95	4
49596	Gehrde	gehrde	NI	00	03459	52.5768	8.0034	4
49597	Rieste	rieste	NI	00	03459	52.4833	8.0167	4
49599	Voltlage	voltlage	NI	00	03459	52.4333	7.75	4
49610	Quakenbrück	quakenbruck	NI	00	03459	52.675	7.9498	4
49624	Löningen	loningen	NI	00	03453	52.7368	7.7581	4
49626	Bippen	bippen	NI	00	03459	52.5833	7.7333	4
49626	Berge	berge	NI	00	03459	52.6233	7.7455	4
49632	Essen (Oldenburg)	essen-oldenburg	NI	00	03453	52.7	7.9167	4
49635	Badbergen	badbergen	NI	00	03459	52.6333	7.9833	4
49637	Menslage	menslage	NI	00	03459	52.6833	7.8167	4
49638	Nortrup	nortrup	NI	00	03459	52.615	7.8607	4
49661	Cloppenburg	cloppenburg	NI	00	03453	52.8475	8.045	4
49681	Garrel	garrel	NI	00	03453	52.95	8.0167	4
49685	Emstek	emstek	NI	00	03453	52.8333	8.15	4
49688	Lastrup	lastrup	NI	00	03453	52.7947	7.8671	4
49692	Cappeln (Oldenburg)	cappeln-oldenburg	NI	00	03453	52.8167	8.1167	
49696	Molbergen	molbergen	NI	00	03453	52.8512	7.9716	4
49699	Lindern (Oldenburg)	lindern-oldenburg	NI	00	03453	52.85	7.7833	4
49716	Meppen	meppen	NI	00	03454	52.6906	7.291	4
49733	Haren	haren	NI	00	03454	52.7886	7.1841	4
49740	Haselünne	haselunne	NI	00	03454	52.6741	7.4846	4
49744	Geeste	geeste	NI	00	03454	52.6	7.2667	4
49751	Hüven	huven	NI	00	03454	52.7833	7.5167	4
49751	Sögel	sogel	NI	00	03454	52.85	7.5167	4
49751	Werpeloh	werpeloh	NI	00	03454	52.8721	7.5083	4
49751	Spahnharrenstätte	spahnharrenstatte	NI	00	03454	52.8703	7.6032	4
49757	Werlte	werlte	NI	00	03454	52.85	7.6833	4
49757	Vrees	vrees	NI	00	03454	52.8833	7.7667	4
49757	Lahn	lahn	NI	00	03454	52.8167	7.6167	4
49762	Fresenburg	fresenburg	NI	00	03454	52.8833	7.3	4
49762	Renkenberge	renkenberge	NI	00	03454	52.9	7.3833	4
49762	Lathen	lathen	NI	00	03454	52.8667	7.3167	4
49762	Sustrum	sustrum	NI	00	03454	52.9167	7.2833	4
49767	Twist	twist	NI	00	03454	52.6561	7.1057	4
49770	Dohren	dohren	NI	00	03454	52.65	7.5833	4
49770	Herzlake	herzlake	NI	00	03454	52.6853	7.5995	4
49774	Lähden	lahden	NI	00	03454	52.7455	7.5704	4
49777	Groß Berßen	gross-berssen	NI	00	03454	52.7717	7.4938	4
49777	Klein Berßen	klein-berssen	NI	00	03454	52.768	7.4618	4
49777	Stavern	stavern	NI	00	03454	52.7833	7.4167	4
49779	Oberlangen	oberlangen	NI	00	03454	52.85	7.2667	4
49779	Niederlangen	niederlangen	NI	00	03454	52.8571	7.282	4
49808	Lingen	lingen	NI	00	03454	52.5138	7.3133	4
49809	Lingen	lingen	NI	00	03454	52.5223	7.3284	4
49811	Lingen	lingen	NI	00	03454	52.5167	7.3167	4
49824	Ringe	ringe	NI	00	03456	52.5833	6.9333	
49824	Laar	laar	NI	00	03456	52.6167	6.7333	4
49824	Emlichheim	emlichheim	NI	00	03456	52.6167	6.85	4
49828	Neuenhaus	neuenhaus	NI	00	03456	52.4991	6.9663	4
49828	Esche	esche	NI	00	03456	52.5333	6.9667	4
49828	Lage	lage	NI	00	03456	52.4667	6.9667	4
49828	Osterwald	osterwald	NI	00	03456	52.5333	7	
49828	Georgsdorf	georgsdorf	NI	00	03456	52.5667	7.0833	4
49832	Messingen	messingen	NI	00	03454	52.4667	7.4667	4
49832	Andervenne	andervenne	NI	00	03454	52.5	7.5833	
49832	Thuine	thuine	NI	00	03454	52.5	7.4833	4
49832	Freren	freren	NI	00	03454	52.487	7.5431	4
49832	Beesten	beesten	NI	00	03454	52.4333	7.5	4
49835	Wietmarschen	wietmarschen	NI	00	03456	52.5181	7.1341	4
49838	Handrup	handrup	NI	00	03454	52.5646	7.5768	4
49838	Wettrup	wettrup	NI	00	03454	52.5889	7.5991	4
49838	Langen	langen	NI	00	03454	52.5399	7.4674	4
49838	Gersten	gersten	NI	00	03454	52.5833	7.5167	4
49838	Lengerich	lengerich	NI	00	03454	52.5538	7.5316	4
49843	Getelo	getelo	NI	00	03456	52.4667	6.85	4
49843	Wielen	wielen	NI	00	03456	52.55	6.7167	4
49843	Uelsen	uelsen	NI	00	03456	52.5	6.8833	4
49843	Halle	halle	NI	00	03456	52.45	6.9167	
49843	Gölenkamp	golenkamp	NI	00	03456	52.5167	6.9167	4
49844	Bawinkel	bawinkel	NI	00	03454	52.6	7.4	4
49846	Hoogstede	hoogstede	NI	00	03456	52.5833	6.95	4
49847	Itterbeck	itterbeck	NI	00	03456	52.5062	6.8035	4
49849	Wilsum	wilsum	NI	00	03456	52.5333	6.85	4
40210	Düsseldorf	dusseldorf	NW	051	05111	51.2216	6.7897	4
40211	Düsseldorf	dusseldorf	NW	051	05111	51.2278	6.7861	4
40212	Düsseldorf	dusseldorf	NW	051	05111	51.223	6.7827	4
40213	Düsseldorf	dusseldorf	NW	051	05111	51.2249	6.7743	4
40215	Düsseldorf	dusseldorf	NW	051	05111	51.2165	6.7836	4
40217	Düsseldorf	dusseldorf	NW	051	05111	51.2157	6.7767	4
40219	Düsseldorf	dusseldorf	NW	051	05111	51.2125	6.7637	4
40221	Düsseldorf	dusseldorf	NW	051	05111	51.2002	6.7564	4
40223	Düsseldorf	dusseldorf	NW	051	05111	51.1998	6.7727	4
40225	Düsseldorf	dusseldorf	NW	051	05111	51.2055	6.7885	4
40227	Düsseldorf	dusseldorf	NW	051	05111	51.2117	6.8071	4
40229	Düsseldorf	dusseldorf	NW	051	05111	51.1984	6.8415	4
40231	Düsseldorf	dusseldorf	NW	051	05111	51.217	6.8254	4
40233	Düsseldorf	dusseldorf	NW	051	05111	51.2214	6.8116	4
40235	Düsseldorf	dusseldorf	NW	051	05111	51.2301	6.8216	4
40237	Düsseldorf	dusseldorf	NW	051	05111	51.2352	6.8191	4
40239	Düsseldorf	dusseldorf	NW	051	05111	51.2167	6.7667	4
40468	Düsseldorf	dusseldorf	NW	051	05111	51.2561	6.7808	4
40470	Düsseldorf	dusseldorf	NW	051	05111	51.2517	6.8143	4
40472	Düsseldorf	dusseldorf	NW	051	05111	51.2686	6.81	4
40474	Düsseldorf	dusseldorf	NW	051	05111	51.2696	6.748	4
40476	Düsseldorf	dusseldorf	NW	051	05111	51.2465	6.7855	4
40477	Düsseldorf	dusseldorf	NW	051	05111	51.2371	6.7795	4
40479	Düsseldorf	dusseldorf	NW	051	05111	51.2167	6.7667	4
40489	Düsseldorf	dusseldorf	NW	051	05111	51.2167	6.7667	4
40545	Düsseldorf	dusseldorf	NW	051	05111	51.2167	6.7667	4
40547	Düsseldorf	dusseldorf	NW	051	05111	51.2429	6.7428	4
40549	Düsseldorf	dusseldorf	NW	051	05111	51.2302	6.7135	4
40589	Düsseldorf	dusseldorf	NW	051	05111	51.1668	6.8253	4
40591	Düsseldorf	dusseldorf	NW	051	05111	51.1953	6.8324	4
40593	Düsseldorf	dusseldorf	NW	051	05111	51.2167	6.7667	4
40595	Düsseldorf	dusseldorf	NW	051	05111	51.2167	6.7667	4
40597	Düsseldorf	dusseldorf	NW	051	05111	51.1659	6.8773	4
40599	Düsseldorf	dusseldorf	NW	051	05111	51.1809	6.8598	4
40625	Düsseldorf	dusseldorf	NW	051	05111	51.2322	6.8567	4
40627	Düsseldorf	dusseldorf	NW	051	05111	51.2167	6.7667	4
40629	Düsseldorf	dusseldorf	NW	051	05111	51.2596	6.8898	4
40667	Meerbusch	meerbusch	NW	051	05162	51.2503	6.6899	4
40668	Meerbusch	meerbusch	NW	051	05162	51.3042	6.6718	4
40670	Meerbusch	meerbusch	NW	051	05162	51.2734	6.6484	4
40699	Erkrath	erkrath	NW	051	05158	51.2223	6.9083	4
40721	Hilden	hilden	NW	051	05158	51.1694	6.9253	4
40723	Hilden	hilden	NW	051	05158	51.1578	6.939	4
40724	Hilden	hilden	NW	051	05158	51.1803	6.9472	4
40764	Langenfeld	langenfeld	NW	051	05158	51.1082	6.9483	4
40789	Monheim am Rhein	monheim-am-rhein	NW	051	05158	51.0916	6.8922	4
40789	Monheim am Rhein Baumberg	monheim-am-rhein-baumberg	NW	051	05158	51.1167	6.9	
40789	Monheim am Rhein Monheim	monheim-am-rhein-monheim	NW	051	05158	51.0997	6.9022	
40822	Mettmann	mettmann	NW	051	05158	51.2504	6.9754	4
40832	Ratingen	ratingen	NW	051	05158	51.3	6.85	1
40878	Ratingen	ratingen	NW	051	05158	51.2922	6.8485	4
40880	Ratingen	ratingen	NW	051	05158	51.3	6.85	4
40882	Ratingen	ratingen	NW	051	05158	51.2984	6.8585	4
40883	Ratingen	ratingen	NW	051	05158	51.3	6.85	4
40885	Ratingen	ratingen	NW	051	05158	51.3394	6.8528	4
41061	Mönchengladbach	monchengladbach	NW	051	05116	51.1958	6.4387	4
41063	Mönchengladbach	monchengladbach	NW	051	05116	51.2	6.4333	4
41065	Mönchengladbach	monchengladbach	NW	051	05116	51.1911	6.4467	4
41066	Mönchengladbach	monchengladbach	NW	051	05116	51.2249	6.4838	4
41068	Mönchengladbach	monchengladbach	NW	051	05116	51.1977	6.3911	4
41069	Mönchengladbach	monchengladbach	NW	051	05116	51.1768	6.4021	4
41169	Mönchengladbach	monchengladbach	NW	051	05116	51.2	6.4333	4
41179	Mönchengladbach	monchengladbach	NW	051	05116	51.1723	6.3414	4
41189	Mönchengladbach	monchengladbach	NW	051	05116	51.139	6.4102	4
41199	Mönchengladbach	monchengladbach	NW	051	05116	51.129	6.4386	4
41236	Mönchengladbach	monchengladbach	NW	051	05116	51.1666	6.4427	4
41238	Mönchengladbach	monchengladbach	NW	051	05116	51.1514	6.4703	4
41239	Mönchengladbach	monchengladbach	NW	051	05116	51.1604	6.4172	4
41334	Nettetal	nettetal	NW	051	05166	51.3246	6.2329	4
41352	Korschenbroich	korschenbroich	NW	051	05162	51.1914	6.5135	4
41363	Jüchen	juchen	NW	051	05162	51.1	6.5	4
41366	Schwalmtal	schwalmtal	NW	051	05166	51.2167	6.2667	4
41372	Niederkrüchten	niederkruchten	NW	051	05166	51.2108	6.1775	4
41379	Brüggen	bruggen	NW	051	05166	51.2405	6.1838	4
41460	Neuss	neuss	NW	051	05162	51.2014	6.6944	4
41462	Neuss	neuss	NW	051	05162	51.2154	6.6631	4
41464	Neuss	neuss	NW	051	05162	51.1843	6.6821	4
41466	Neuss	neuss	NW	051	05162	51.1682	6.6847	4
41468	Neuss	neuss	NW	051	05162	51.1646	6.7519	4
41469	Neuss	neuss	NW	051	05162	51.1576	6.7328	4
41470	Neuss	neuss	NW	051	05162	51.2	6.6833	4
41472	Neuss	neuss	NW	051	05162	51.2	6.6833	4
41515	Grevenbroich	grevenbroich	NW	051	05162	51.0904	6.6067	4
41516	Grevenbroich	grevenbroich	NW	051	05162	51.1292	6.6245	4
41517	Grevenbroich	grevenbroich	NW	051	05162	51.0833	6.5833	4
41539	Dormagen	dormagen	NW	051	05162	51.0964	6.84	4
41540	Dormagen	dormagen	NW	051	05162	51.0923	6.8114	4
41541	Dormagen	dormagen	NW	051	05162	51.127	6.8068	4
41542	Dormagen	dormagen	NW	051	05162	51.113	6.7752	4
41564	Kaarst	kaarst	NW	051	05162	51.2293	6.6188	4
41569	Rommerskirchen	rommerskirchen	NW	051	05162	51.0333	6.6833	4
41747	Viersen	viersen	NW	051	05166	51.2556	6.3917	4
41748	Viersen	viersen	NW	051	05166	51.25	6.3833	4
41749	Viersen	viersen	NW	051	05166	51.2852	6.3871	4
41751	Viersen	viersen	NW	051	05166	51.25	6.3833	4
42103	Wuppertal	wuppertal	NW	051	05124	51.2569	7.1505	4
42105	Wuppertal	wuppertal	NW	051	05124	51.2649	7.1307	4
42107	Wuppertal	wuppertal	NW	051	05124	51.2619	7.1513	4
42109	Wuppertal	wuppertal	NW	051	05124	51.2765	7.1559	4
42111	Wuppertal	wuppertal	NW	051	05124	51.2667	7.1833	4
42113	Wuppertal	wuppertal	NW	051	05124	51.2678	7.1285	4
42115	Wuppertal	wuppertal	NW	051	05124	51.2497	7.103	4
42117	Wuppertal	wuppertal	NW	051	05124	51.2498	7.1239	4
42119	Wuppertal	wuppertal	NW	051	05124	51.2441	7.1661	4
42275	Wuppertal	wuppertal	NW	051	05124	51.2718	7.204	4
42277	Wuppertal	wuppertal	NW	051	05124	51.2742	7.2203	4
42279	Wuppertal	wuppertal	NW	051	05124	51.3077	7.2522	4
42281	Wuppertal	wuppertal	NW	051	05124	51.2878	7.194	4
42283	Wuppertal	wuppertal	NW	051	05124	51.2699	7.1838	4
42285	Wuppertal	wuppertal	NW	051	05124	51.259	7.1695	4
42287	Wuppertal	wuppertal	NW	051	05124	51.2432	7.2066	4
42289	Wuppertal	wuppertal	NW	051	05124	51.2667	7.1833	4
42327	Wuppertal	wuppertal	NW	051	05124	51.2424	7.06	4
42329	Wuppertal	wuppertal	NW	051	05124	51.2221	7.0639	4
42349	Wuppertal	wuppertal	NW	051	05124	51.216	7.1418	4
42369	Wuppertal	wuppertal	NW	051	05124	51.2298	7.202	4
42389	Wuppertal	wuppertal	NW	051	05124	51.2732	7.235	4
42399	Wuppertal	wuppertal	NW	051	05124	51.2667	7.1833	4
42489	Wülfrath	wulfrath	NW	051	05158	51.282	7.0382	4
42549	Velbert	velbert	NW	051	05158	51.3336	7.027	4
42551	Velbert	velbert	NW	051	05158	51.3434	7.0594	4
42553	Velbert	velbert	NW	051	05158	51.3005	7.0914	4
42555	Velbert	velbert	NW	051	05158	51.3515	7.1302	4
42579	Heiligenhaus	heiligenhaus	NW	051	05158	51.3266	6.9711	4
42651	Solingen	solingen	NW	051	05122	51.1728	7.094	4
42653	Solingen	solingen	NW	051	05122	51.1878	7.0785	4
42655	Solingen	solingen	NW	051	05122	51.176	7.0653	4
42657	Solingen	solingen	NW	051	05122	51.1532	7.0595	4
42659	Solingen	solingen	NW	051	05122	51.1595	7.1036	4
42697	Solingen	solingen	NW	051	05122	51.1611	7.0016	4
42699	Solingen	solingen	NW	051	05122	51.156	7.0152	4
42719	Solingen	solingen	NW	051	05122	51.1825	7.0454	4
42781	Haan	haan	NW	051	05158	51.1938	7.0133	4
42853	Remscheid	remscheid	NW	051	05120	51.1802	7.1872	4
42855	Remscheid	remscheid	NW	051	05120	51.1807	7.2066	4
42857	Remscheid	remscheid	NW	051	05120	51.1775	7.1661	4
42859	Remscheid	remscheid	NW	051	05120	51.1833	7.2	4
42897	Remscheid	remscheid	NW	051	05120	51.1833	7.2556	4
42899	Remscheid	remscheid	NW	051	05120	51.2201	7.2407	4
45127	Essen	essen	NW	051	05113	51.4535	7.0102	4
45128	Essen	essen	NW	051	05113	51.4457	7.0103	4
45130	Essen	essen	NW	051	05113	51.434	7.0161	4
45131	Essen	essen	NW	051	05113	51.4273	6.9967	4
45133	Essen	essen	NW	051	05113	51.4112	6.9931	4
45134	Essen	essen	NW	051	05113	51.4232	7.0298	4
45136	Essen	essen	NW	051	05113	51.4353	7.0352	4
45138	Essen	essen	NW	051	05113	51.447	7.0381	4
45139	Essen	essen	NW	051	05113	51.4602	7.0439	4
45141	Essen	essen	NW	051	05113	51.4705	7.0221	4
45143	Essen	essen	NW	051	05113	51.4631	6.9741	4
45144	Essen	essen	NW	051	05113	51.45	7.0167	4
45145	Essen	essen	NW	051	05113	51.449	6.9734	4
45147	Essen	essen	NW	051	05113	51.4408	6.9863	4
45149	Essen	essen	NW	051	05113	51.4209	6.9708	4
45219	Essen	essen	NW	051	05113	51.45	7.0167	4
45239	Essen	essen	NW	051	05113	51.3806	7.0169	4
45257	Essen	essen	NW	051	05113	51.3935	7.0825	4
45259	Essen	essen	NW	051	05113	51.45	7.0167	4
45276	Essen	essen	NW	051	05113	51.4467	7.0821	4
45277	Essen	essen	NW	051	05113	51.45	7.0167	4
45279	Essen	essen	NW	051	05113	51.45	7.0167	4
45289	Essen	essen	NW	051	05113	51.4159	7.1215	4
45307	Essen	essen	NW	051	05113	51.4614	7.0785	4
45309	Essen	essen	NW	051	05113	51.4804	7.0714	4
45326	Essen	essen	NW	051	05113	51.4844	7.005	4
45327	Essen	essen	NW	051	05113	51.4992	7.0488	4
45329	Essen	essen	NW	051	05113	51.5032	7.0073	4
45355	Essen	essen	NW	051	05113	51.4698	6.9517	4
45356	Essen	essen	NW	051	05113	51.4824	6.9748	4
45357	Essen	essen	NW	051	05113	51.4918	6.9402	4
45359	Essen	essen	NW	051	05113	51.4681	6.9174	4
45403	Mülheim an der Ruhr	mulheim-an-der-ruhr	NW	051	05117	51.4333	6.8833	4
45468	Mülheim an der Ruhr	mulheim-an-der-ruhr	NW	051	05117	51.4268	6.8806	4
45470	Mülheim an der Ruhr	mulheim-an-der-ruhr	NW	051	05117	51.4194	6.8937	4
45472	Mülheim an der Ruhr	mulheim-an-der-ruhr	NW	051	05117	51.4374	6.9566	4
45473	Mülheim an der Ruhr	mulheim-an-der-ruhr	NW	051	05117	51.4421	6.8982	4
45475	Mülheim an der Ruhr	mulheim-an-der-ruhr	NW	051	05117	51.4587	6.8885	4
45476	Mülheim an der Ruhr	mulheim-an-der-ruhr	NW	051	05117	51.449	6.8612	4
45478	Mülheim an der Ruhr	mulheim-an-der-ruhr	NW	051	05117	51.4326	6.8216	4
45479	Mülheim an der Ruhr	mulheim-an-der-ruhr	NW	051	05117	51.422	6.8566	4
45481	Mülheim an der Ruhr	mulheim-an-der-ruhr	NW	051	05117	51.4004	6.8773	4
46045	Oberhausen	oberhausen	NW	051	05119	51.4706	6.8568	4
46047	Oberhausen	oberhausen	NW	051	05119	51.4834	6.8798	4
46049	Oberhausen	oberhausen	NW	051	05119	51.4773	6.8413	4
46117	Oberhausen	oberhausen	NW	051	05119	51.5005	6.8859	4
46119	Oberhausen	oberhausen	NW	051	05119	51.4667	6.85	4
46145	Oberhausen	oberhausen	NW	051	05119	51.5256	6.8517	4
46147	Oberhausen	oberhausen	NW	051	05119	51.5355	6.8116	4
46149	Oberhausen	oberhausen	NW	051	05119	51.5175	6.8332	4
46446	Emmerich	emmerich	NW	051	05154	51.8393	6.2479	4
46459	Rees	rees	NW	051	05154	51.8097	6.4004	4
46483	Wesel	wesel	NW	051	05170	51.6669	6.6204	4
46485	Wesel	wesel	NW	051	05170	51.6637	6.6824	4
46487	Wesel	wesel	NW	051	05170	51.6833	6.5762	4
46499	Hamminkeln	hamminkeln	NW	051	05170	51.7326	6.5903	4
46509	Xanten	xanten	NW	051	05170	51.6588	6.453	4
46514	Schermbeck	schermbeck	NW	051	05170	51.6833	6.8667	4
46519	Alpen	alpen	NW	051	05170	51.5833	6.5167	4
46535	Dinslaken	dinslaken	NW	051	05170	51.559	6.7357	4
46537	Dinslaken	dinslaken	NW	051	05170	51.5774	6.7465	4
46539	Dinslaken	dinslaken	NW	051	05170	51.5675	6.7625	4
46562	Voerde	voerde	NW	051	05170	51.6251	6.6525	4
46569	Hünxe	hunxe	NW	051	05170	51.65	6.7833	4
47051	Duisburg	duisburg	NW	051	05112	51.4294	6.7744	4
47053	Duisburg	duisburg	NW	051	05112	51.4216	6.7553	4
47055	Duisburg	duisburg	NW	051	05112	51.4034	6.7703	4
47057	Duisburg	duisburg	NW	051	05112	51.4216	6.7957	4
47058	Duisburg	duisburg	NW	051	05112	51.4346	6.7858	4
47059	Duisburg	duisburg	NW	051	05112	51.4375	6.7428	4
47119	Duisburg	duisburg	NW	051	05112	51.4632	6.7328	4
47137	Duisburg	duisburg	NW	051	05112	51.468	6.7715	4
47138	Duisburg	duisburg	NW	051	05112	51.4333	6.75	4
47139	Duisburg	duisburg	NW	051	05112	51.4784	6.7334	4
47166	Duisburg	duisburg	NW	051	05112	51.4913	6.7741	4
47167	Duisburg	duisburg	NW	051	05112	51.507	6.7963	4
47169	Duisburg	duisburg	NW	051	05112	51.5044	6.7538	4
47178	Duisburg	duisburg	NW	051	05112	51.4333	6.75	4
47179	Duisburg	duisburg	NW	051	05112	51.4333	6.75	4
47198	Duisburg	duisburg	NW	051	05112	51.4499	6.6901	4
47199	Duisburg	duisburg	NW	051	05112	51.4333	6.75	4
47226	Duisburg	duisburg	NW	051	05112	51.4076	6.7215	4
47228	Duisburg	duisburg	NW	051	05112	51.4134	6.6963	4
47229	Duisburg	duisburg	NW	051	05112	51.391	6.7071	4
47239	Duisburg	duisburg	NW	051	05112	51.3926	6.6564	4
47249	Duisburg	duisburg	NW	051	05112	51.3831	6.7521	4
47259	Duisburg	duisburg	NW	051	05112	51.3614	6.7246	4
47269	Duisburg	duisburg	NW	051	05112	51.3601	6.7793	4
47279	Duisburg	duisburg	NW	051	05112	51.3929	6.7981	4
47441	Moers	moers	NW	051	05170	51.4463	6.6396	4
47443	Moers	moers	NW	051	05170	51.4542	6.6679	4
47445	Moers	moers	NW	051	05170	51.45	6.65	4
47447	Moers	moers	NW	051	05170	51.45	6.65	4
47475	Kamp-Lintfort	kamp-lintfort	NW	051	05170	51.5047	6.5459	4
47495	Rheinberg	rheinberg	NW	051	05170	51.5465	6.5952	4
47506	Neukirchen-Vluyn	neukirchen-vluyn	NW	051	05170	51.45	6.55	4
47509	Rheurdt	rheurdt	NW	051	05154	51.4667	6.4667	4
47533	Kleve	kleve	NW	051	05154	51.7883	6.1386	4
47546	Kalkar	kalkar	NW	051	05154	51.7391	6.291	4
47551	Bedburg-Hau	bedburg-hau	NW	051	05154	51.7667	6.1667	4
47559	Kranenburg	kranenburg	NW	051	05154	51.7833	6.0167	4
47574	Goch	goch	NW	051	05154	51.6787	6.159	4
47589	Uedem	uedem	NW	051	05154	51.6652	6.2737	4
47608	Geldern	geldern	NW	051	05154	51.5191	6.3236	4
47623	Kevelaer	kevelaer	NW	051	05154	51.5829	6.2414	4
47624	Kevelaer	kevelaer	NW	051	05154	51.5833	6.25	4
47625	Kevelaer	kevelaer	NW	051	05154	51.5833	6.25	4
47626	Kevelaer	kevelaer	NW	051	05154	51.5833	6.25	4
47627	Kevelaer	kevelaer	NW	051	05154	51.5833	6.25	4
47638	Straelen	straelen	NW	051	05154	51.4419	6.2664	4
47647	Kerken	kerken	NW	051	05154	51.45	6.3667	4
47652	Weeze	weeze	NW	051	05154	51.6268	6.1979	4
47661	Issum	issum	NW	051	05154	51.5333	6.4333	4
47665	Sonsbeck	sonsbeck	NW	051	05170	51.6074	6.3792	4
47669	Wachtendonk	wachtendonk	NW	051	05154	51.3974	6.2919	4
47798	Krefeld	krefeld	NW	051	05114	51.3311	6.5616	4
47799	Krefeld	krefeld	NW	051	05114	51.3319	6.5717	4
47800	Krefeld	krefeld	NW	051	05114	51.3428	6.5951	4
47802	Krefeld	krefeld	NW	051	05114	51.3333	6.5683	4
47803	Krefeld	krefeld	NW	051	05114	51.3516	6.5496	4
47804	Krefeld	krefeld	NW	051	05114	51.3037	6.5032	4
47805	Krefeld	krefeld	NW	051	05114	51.3251	6.5805	4
47807	Krefeld	krefeld	NW	051	05114	51.304	6.5899	4
47809	Krefeld	krefeld	NW	051	05114	51.3281	6.616	4
47829	Krefeld	krefeld	NW	051	05114	51.3553	6.6366	4
47839	Krefeld	krefeld	NW	051	05114	51.3755	6.5091	4
47877	Willich	willich	NW	051	05166	51.2637	6.5473	4
47906	Kempen	kempen	NW	051	05166	51.3643	6.4186	4
47918	Tönisvorst	tonisvorst	NW	051	05166	51.3209	6.4941	4
47929	Grefrath	grefrath	NW	051	05166	51.3363	6.3407	4
41812	Erkelenz	erkelenz	NW	053	05370	51.0795	6.3153	4
41836	Hückelhoven	huckelhoven	NW	053	05370	51.0555	6.2266	4
41844	Wegberg	wegberg	NW	053	05370	51.1422	6.2844	4
41849	Wassenberg	wassenberg	NW	053	05370	51.1001	6.1548	4
42477	Radevormwald	radevormwald	NW	053	05374	51.2022	7.3603	4
42499	Hückeswagen	huckeswagen	NW	053	05374	51.1498	7.3447	4
42799	Leichlingen	leichlingen	NW	053	05378	51.1063	7.0187	4
42929	Wermelskirchen	wermelskirchen	NW	053	05378	51.1397	7.2158	4
50126	Bergheim	bergheim	NW	053	05362	50.9562	6.6349	4
50127	Bergheim	bergheim	NW	053	05362	50.9412	6.6631	4
50129	Bergheim	bergheim	NW	053	05362	50.9741	6.6794	4
50169	Kerpen	kerpen	NW	053	05362	50.8748	6.7435	4
50170	Kerpen	kerpen	NW	053	05362	50.8964	6.6829	4
50171	Kerpen	kerpen	NW	053	05362	50.8791	6.6939	4
50181	Bedburg	bedburg	NW	053	05362	50.9926	6.5713	4
50189	Elsdorf	elsdorf	NW	053	05362	50.9374	6.5683	4
50226	Frechen	frechen	NW	053	05362	50.9149	6.8118	4
50259	Pulheim	pulheim	NW	053	05362	50.9996	6.8063	4
50321	Brühl	bruhl	NW	053	05362	50.8293	6.905	4
50354	Hürth	hurth	NW	053	05362	50.8708	6.8676	4
50374	Erftstadt	erftstadt	NW	053	05362	50.8148	6.7939	4
50389	Wesseling	wesseling	NW	053	05362	50.8271	6.9747	4
50667	Köln	koln	NW	053	05315	50.9387	6.9547	6
50668	Köln	koln	NW	053	05315	50.9499	6.9628	6
50670	Köln	koln	NW	053	05315	50.9504	6.9502	6
50672	Köln	koln	NW	053	05315	50.9439	6.9363	6
50674	Köln	koln	NW	053	05315	50.9326	6.9342	6
50676	Köln	koln	NW	053	05315	50.9314	6.9526	6
50677	Köln	koln	NW	053	05315	50.9214	6.9507	6
50678	Köln	koln	NW	053	05315	50.9233	6.9635	6
50679	Köln	koln	NW	053	05315	50.9365	6.9781	6
50733	Köln	koln	NW	053	05315	50.9643	6.9537	6
50735	Köln	koln	NW	053	05315	50.9896	6.9622	6
50737	Köln	koln	NW	053	05315	50.9923	6.9334	6
50739	Köln	koln	NW	053	05315	50.9807	6.9212	6
50765	Köln	koln	NW	053	05315	51.0198	6.8684	6
50767	Köln	koln	NW	053	05315	51.0033	6.8847	6
50769	Köln	koln	NW	053	05315	51.0458	6.876	6
50823	Köln	koln	NW	053	05315	50.9511	6.9264	6
50825	Köln	koln	NW	053	05315	50.9541	6.9103	6
50827	Köln	koln	NW	053	05315	50.9667	6.9	6
50829	Köln	koln	NW	053	05315	50.9746	6.8713	6
50858	Köln	koln	NW	053	05315	50.9243	6.8565	6
50859	Köln	koln	NW	053	05315	50.9535	6.8328	6
50931	Köln	koln	NW	053	05315	50.9323	6.9183	6
50933	Köln	koln	NW	053	05315	50.9427	6.8763	6
50935	Köln	koln	NW	053	05315	50.9225	6.8956	6
50937	Köln	koln	NW	053	05315	50.9124	6.9108	6
50939	Köln	koln	NW	053	05315	50.9078	6.9247	6
50968	Köln	koln	NW	053	05315	50.9033	6.9647	6
50969	Köln	koln	NW	053	05315	50.9036	6.9385	6
50996	Köln	koln	NW	053	05315	50.8834	6.9902	6
50997	Köln	koln	NW	053	05315	50.864	6.9512	6
50999	Köln	koln	NW	053	05315	50.8753	7.0202	6
51061	Köln	koln	NW	053	05315	50.994	7.003	6
51063	Köln	koln	NW	053	05315	50.9685	7.0054	6
51065	Köln	koln	NW	053	05315	50.9549	7.0121	6
51067	Köln	koln	NW	053	05315	50.9656	7.042	6
51069	Köln	koln	NW	053	05315	50.9925	7.0537	6
51103	Köln	koln	NW	053	05315	50.942	7.0166	6
51105	Köln	koln	NW	053	05315	50.9188	6.9972	6
51107	Köln	koln	NW	053	05315	50.9236	7.0905	6
51109	Köln	koln	NW	053	05315	50.9447	7.0699	6
51143	Köln	koln	NW	053	05315	50.8598	7.036	6
51145	Köln	koln	NW	053	05315	50.8824	7.0804	6
51147	Köln	koln	NW	053	05315	50.8686	7.1073	6
51149	Köln	koln	NW	053	05315	50.9055	7.0414	6
51371	Leverkusen	leverkusen	NW	053	05316	51.0645	6.9592	4
51373	Leverkusen	leverkusen	NW	053	05316	51.0307	6.9898	4
51375	Leverkusen	leverkusen	NW	053	05316	51.0331	7.052	4
51377	Leverkusen	leverkusen	NW	053	05316	51.0509	7.0633	4
51379	Leverkusen	leverkusen	NW	053	05316	51.0665	7.004	4
51381	Leverkusen	leverkusen	NW	053	05316	51.05	7.0167	4
51399	Burscheid	burscheid	NW	053	05378	51.0847	7.1139	4
51427	Bergisch Gladbach	bergisch-gladbach	NW	053	05378	50.952	7.1114	4
51429	Bergisch Gladbach	bergisch-gladbach	NW	053	05378	50.9655	7.1823	4
51465	Bergisch Gladbach	bergisch-gladbach	NW	053	05378	50.9891	7.129	4
51467	Bergisch Gladbach	bergisch-gladbach	NW	053	05378	51.0089	7.1052	4
51469	Bergisch Gladbach	bergisch-gladbach	NW	053	05378	50.9854	7.1141	4
51491	Overath	overath	NW	053	05378	50.9327	7.2839	4
51503	Rösrath	rosrath	NW	053	05378	50.8956	7.1818	4
51515	Kürten	kurten	NW	053	05378	51.05	7.2667	4
51519	Odenthal	odenthal	NW	053	05378	51.0333	7.1167	4
51545	Waldbröl	waldbrol	NW	053	05374	50.8758	7.6169	4
51570	Windeck	windeck	NW	053	05382	50.7909	7.5676	4
51580	Reichshof	reichshof	NW	053	05374	50.9284	7.6432	4
51588	Nümbrecht	numbrecht	NW	053	05374	50.9043	7.5406	4
51597	Morsbach	morsbach	NW	053	05374	50.8666	7.7279	4
51643	Gummersbach	gummersbach	NW	053	05374	51.0143	7.5724	4
51645	Gummersbach	gummersbach	NW	053	05374	51.0006	7.5693	4
51647	Gummersbach	gummersbach	NW	053	05374	51.0333	7.55	4
51674	Wiehl	wiehl	NW	053	05374	50.9495	7.5506	4
51688	Wipperfürth	wipperfurth	NW	053	05374	51.1161	7.3986	4
51702	Bergneustadt	bergneustadt	NW	053	05374	51.025	7.656	4
51709	Marienheide	marienheide	NW	053	05374	51.0832	7.5309	4
51766	Engelskirchen	engelskirchen	NW	053	05374	50.9885	7.4139	4
51789	Lindlar	lindlar	NW	053	05374	51.0196	7.3776	4
52062	Aachen	aachen	NW	053	05334	50.776	6.0872	4
52064	Aachen	aachen	NW	053	05334	50.7683	6.076	4
52066	Aachen	aachen	NW	053	05334	50.7564	6.0914	4
52068	Aachen	aachen	NW	053	05334	50.7787	6.1085	4
52070	Aachen	aachen	NW	053	05334	50.7884	6.1044	4
52072	Aachen	aachen	NW	053	05334	50.8034	6.0627	4
52074	Aachen	aachen	NW	053	05334	50.7479	6.0485	4
52076	Aachen	aachen	NW	053	05334	50.7167	6.1481	4
52078	Aachen	aachen	NW	053	05334	50.7624	6.138	4
52080	Aachen	aachen	NW	053	05334	50.7793	6.1642	4
52134	Herzogenrath	herzogenrath	NW	053	05334	50.8687	6.0932	4
52146	Würselen	wurselen	NW	053	05334	50.8181	6.1347	4
52152	Simmerath	simmerath	NW	053	05334	50.6	6.3	4
52156	Monschau	monschau	NW	053	05334	50.5546	6.24	4
52159	Roetgen	roetgen	NW	053	05334	50.65	6.2	4
52222	Stolberg (Rheinland)	stolberg-rheinland	NW	053	05334	50.7775	6.2209	
52223	Stolberg (Rheinland)	stolberg-rheinland	NW	053	05334	50.7318	6.2104	4
52224	Stolberg (Rheinland)	stolberg-rheinland	NW	053	05334	50.74	6.2877	4
52249	Eschweiler	eschweiler	NW	053	05334	50.8185	6.2718	4
52349	Düren	duren	NW	053	05358	50.8009	6.4788	4
52351	Düren	duren	NW	053	05358	50.8086	6.4982	4
52353	Düren	duren	NW	053	05358	50.8294	6.462	4
52355	Düren	duren	NW	053	05358	50.7907	6.4659	4
52372	Kreuzau	kreuzau	NW	053	05358	50.747	6.4907	4
52379	Langerwehe	langerwehe	NW	053	05358	50.8167	6.35	4
52382	Niederzier	niederzier	NW	053	05358	50.8833	6.4667	4
52385	Nideggen	nideggen	NW	053	05358	50.6927	6.4844	4
52388	Nörvenich	norvenich	NW	053	05358	50.806	6.6395	4
52391	Vettweiß	vettweiss	NW	053	05358	50.7333	6.6	4
52393	Hürtgenwald	hurtgenwald	NW	053	05358	50.7167	6.3667	4
52396	Heimbach	heimbach	NW	053	05358	50.6369	6.469	4
52399	Merzenich	merzenich	NW	053	05358	50.8268	6.5249	4
52428	Jülich	julich	NW	053	05358	50.9215	6.3627	4
52441	Linnich	linnich	NW	053	05358	50.98	6.2705	4
52445	Titz	titz	NW	053	05358	51.0062	6.4248	4
52457	Aldenhoven	aldenhoven	NW	053	05358	50.9	6.2833	4
52459	Inden	inden	NW	053	05358	50.8431	6.36	4
52477	Alsdorf	alsdorf	NW	053	05334	50.8767	6.164	4
52499	Baesweiler	baesweiler	NW	053	05334	50.9096	6.1887	4
52511	Geilenkirchen	geilenkirchen	NW	053	05370	50.9675	6.1176	4
52525	Waldfeucht	waldfeucht	NW	053	05370	51.0661	5.9881	4
52525	Heinsberg	heinsberg	NW	053	05370	51.0636	6.0998	4
52531	Übach-Palenberg	ubach-palenberg	NW	053	05370	50.9177	6.1234	4
52538	Selfkant	selfkant	NW	053	05370	51.0221	5.9298	4
52538	Gangelt	gangelt	NW	053	05370	50.9925	5.998	4
53111	Bonn	bonn	NW	053	05314	50.7362	7.1002	4
53113	Bonn	bonn	NW	053	05314	50.7231	7.1068	4
53115	Bonn	bonn	NW	053	05314	50.7272	7.0851	4
53117	Bonn	bonn	NW	053	05314	50.761	7.063	4
53119	Bonn	bonn	NW	053	05314	50.7431	7.059	4
53121	Bonn	bonn	NW	053	05314	50.7317	7.0575	4
53123	Bonn	bonn	NW	053	05314	50.711	7.0489	4
53125	Bonn	bonn	NW	053	05314	50.7333	7.1	4
53127	Bonn	bonn	NW	053	05314	50.7112	7.0668	4
53129	Bonn	bonn	NW	053	05314	50.7207	7.107	4
53173	Bonn	bonn	NW	053	05314	50.6902	7.1666	4
53175	Bonn	bonn	NW	053	05314	50.6975	7.1417	4
53177	Bonn	bonn	NW	053	05314	50.6813	7.1546	4
53179	Bonn	bonn	NW	053	05314	50.6653	7.1822	4
53225	Bonn	bonn	NW	053	05314	50.7462	7.1294	4
53227	Bonn	bonn	NW	053	05314	50.7248	7.1555	4
53229	Bonn	bonn	NW	053	05314	50.7323	7.1847	4
53332	Bornheim	bornheim	NW	053	05382	50.7631	6.9909	4
53340	Meckenheim	meckenheim	NW	053	05382	50.6239	7.0294	4
53343	Wachtberg	wachtberg	NW	053	05382	50.6333	7.1	4
53347	Alfter	alfter	NW	053	05382	50.7333	7.0167	4
53359	Rheinbach	rheinbach	NW	053	05382	50.6256	6.9491	4
53604	Bad Honnef	bad-honnef	NW	053	05382	50.6434	7.2278	4
53639	Königswinter	konigswinter	NW	053	05382	50.7026	7.2584	4
53721	Siegburg	siegburg	NW	053	05382	50.8002	7.2077	4
53757	Sankt Augustin	sankt-augustin	NW	053	05382	50.7754	7.197	4
53773	Hennef	hennef	NW	053	05382	50.7756	7.2831	4
53783	Eitorf	eitorf	NW	053	05382	50.7667	7.45	4
53797	Lohmar	lohmar	NW	053	05382	50.8387	7.214	4
53804	Much	much	NW	053	05382	50.8747	7.3537	
53809	Ruppichteroth	ruppichteroth	NW	053	05382	50.8437	7.4841	4
53819	Neunkirchen-Seelscheid	neunkirchen-seelscheid	NW	053	05382	50.8667	7.325	4
53840	Troisdorf	troisdorf	NW	053	05382	50.8152	7.172	4
53842	Troisdorf	troisdorf	NW	053	05382	50.8189	7.1189	4
53844	Troisdorf	troisdorf	NW	053	05382	50.8015	7.1271	4
53859	Niederkassel	niederkassel	NW	053	05382	50.815	7.0378	4
53879	Euskirchen	euskirchen	NW	053	05366	50.6606	6.7872	4
53881	Euskirchen	euskirchen	NW	053	05366	50.6272	6.8478	4
53894	Mechernich	mechernich	NW	053	05366	50.6399	6.7042	4
53902	Bad Münstereifel	bad-munstereifel	NW	053	05366	50.5567	6.7642	4
53909	Zülpich	zulpich	NW	053	05366	50.7	6.65	4
53913	Swisttal	swisttal	NW	053	05382	50.7	6.9167	4
53919	Weilerswist	weilerswist	NW	053	05366	50.7529	6.8458	4
53925	Kall	kall	NW	053	05366	50.5422	6.563	4
53937	Schleiden	schleiden	NW	053	05366	50.529	6.4769	4
53940	Hellenthal	hellenthal	NW	053	05366	50.4412	6.4361	4
53945	Blankenheim	blankenheim	NW	053	05366	50.4333	6.65	4
53947	Nettersheim	nettersheim	NW	053	05366	50.4937	6.629	4
53949	Dahlem	dahlem	NW	053	05366	50.3861	6.5477	4
44575	Castrop-Rauxel	castrop-rauxel	NW	055	05562	51.55	7.3167	4
44577	Castrop-Rauxel	castrop-rauxel	NW	055	05562	51.55	7.3167	4
44579	Castrop-Rauxel	castrop-rauxel	NW	055	05562	51.55	7.3167	4
44581	Castrop-Rauxel	castrop-rauxel	NW	055	05562	51.55	7.3167	4
45657	Recklinghausen	recklinghausen	NW	055	05562	51.6132	7.1956	4
45659	Recklinghausen	recklinghausen	NW	055	05562	51.6007	7.1927	4
45661	Recklinghausen	recklinghausen	NW	055	05562	51.6167	7.2	4
45663	Recklinghausen	recklinghausen	NW	055	05562	51.5794	7.2158	4
45665	Recklinghausen	recklinghausen	NW	055	05562	51.6017	7.2183	4
45699	Herten	herten	NW	055	05562	51.5964	7.1439	4
45701	Herten	herten	NW	055	05562	51.5996	7.0962	4
45711	Datteln	datteln	NW	055	05562	51.656	7.3453	4
45721	Haltern am See	haltern-am-see	NW	055	05562	51.7287	7.1666	4
45731	Waltrop	waltrop	NW	055	05562	51.6213	7.4024	4
45739	Oer-Erkenschwick	oer-erkenschwick	NW	055	05562	51.642	7.2645	4
45768	Marl	marl	NW	055	05562	51.6484	7.0845	4
45770	Marl	marl	NW	055	05562	51.6566	7.1101	4
45772	Marl	marl	NW	055	05562	51.6744	7.1343	4
45879	Gelsenkirchen	gelsenkirchen	NW	055	05513	51.5087	7.0968	4
45881	Gelsenkirchen	gelsenkirchen	NW	055	05513	51.5213	7.0747	4
45883	Gelsenkirchen	gelsenkirchen	NW	055	05513	51.5221	7.0575	4
45884	Gelsenkirchen	gelsenkirchen	NW	055	05513	51.4866	7.0835	4
45886	Gelsenkirchen	gelsenkirchen	NW	055	05513	51.4967	7.1136	4
45888	Gelsenkirchen	gelsenkirchen	NW	055	05513	51.5185	7.1222	4
45889	Gelsenkirchen	gelsenkirchen	NW	055	05513	51.5305	7.1143	4
45891	Gelsenkirchen	gelsenkirchen	NW	055	05513	51.5592	7.0841	4
45892	Gelsenkirchen	gelsenkirchen	NW	055	05513	51.5748	7.1165	4
45894	Gelsenkirchen	gelsenkirchen	NW	055	05513	51.579	7.0579	4
45896	Gelsenkirchen	gelsenkirchen	NW	055	05513	51.6071	7.0488	4
45897	Gelsenkirchen	gelsenkirchen	NW	055	05513	51.5717	7.0471	4
45899	Gelsenkirchen	gelsenkirchen	NW	055	05513	51.533	7.0234	4
45964	Gladbeck	gladbeck	NW	055	05562	51.5713	6.9827	4
45966	Gladbeck	gladbeck	NW	055	05562	51.5842	6.9746	4
45968	Gladbeck	gladbeck	NW	055	05562	51.5566	7.0025	4
46236	Bottrop	bottrop	NW	055	05512	51.5232	6.9253	4
46238	Bottrop	bottrop	NW	055	05512	51.5303	6.9681	4
46240	Bottrop	bottrop	NW	055	05512	51.5167	6.9167	4
46242	Bottrop	bottrop	NW	055	05512	51.5214	6.9071	4
46244	Bottrop	bottrop	NW	055	05512	51.6061	6.9154	4
46282	Dorsten	dorsten	NW	055	05562	51.6566	6.9657	4
46284	Dorsten	dorsten	NW	055	05562	51.6812	6.963	4
46286	Dorsten	dorsten	NW	055	05562	51.7377	7.0067	4
46325	Borken	borken	NW	055	05554	51.8438	6.8577	4
46342	Velen	velen	NW	055	05554	51.8945	6.9881	4
46348	Raesfeld	raesfeld	NW	055	05554	51.7667	6.85	4
46354	Südlohn	sudlohn	NW	055	05554	51.9333	6.8667	4
46359	Heiden	heiden	NW	055	05554	51.8333	6.9333	4
46395	Bocholt	bocholt	NW	055	05554	51.8208	6.6063	4
46397	Bocholt	bocholt	NW	055	05554	51.8413	6.6242	4
46399	Bocholt	bocholt	NW	055	05554	51.8453	6.6035	4
46414	Rhede	rhede	NW	055	05554	51.8354	6.696	4
46419	Isselburg	isselburg	NW	055	05554	51.8323	6.4643	4
48079	Münster	munster	NW	055	05515	51.96	7.631	1
48143	Münster	munster	NW	055	05515	51.9597	7.6314	4
48145	Münster	munster	NW	055	05515	51.9667	7.6333	4
48147	Münster	munster	NW	055	05515	51.9858	7.648	4
48149	Münster	munster	NW	055	05515	51.9716	7.6068	4
48151	Münster	munster	NW	055	05515	51.951	7.6181	4
48153	Münster	munster	NW	055	05515	51.9268	7.6313	4
48155	Münster	munster	NW	055	05515	51.9597	7.6349	4
48157	Münster	munster	NW	055	05515	52.0003	7.6893	4
48159	Münster	munster	NW	055	05515	51.9915	7.6124	4
48161	Münster	munster	NW	055	05515	51.9471	7.5446	4
48163	Münster	munster	NW	055	05515	51.9176	7.5725	4
48165	Münster	munster	NW	055	05515	51.903	7.6395	4
48167	Münster	munster	NW	055	05515	51.9162	7.7108	4
48231	Warendorf	warendorf	NW	055	05570	51.9511	7.9876	4
48249	Dülmen	dulmen	NW	055	05558	51.8315	7.2808	4
48268	Greven	greven	NW	055	05566	52.0936	7.594	4
48282	Emsdetten	emsdetten	NW	055	05566	52.1734	7.5278	4
48291	Telgte	telgte	NW	055	05570	51.98	7.7829	4
48301	Nottuln	nottuln	NW	055	05558	51.9333	7.35	4
48308	Senden	senden	NW	055	05558	51.8564	7.4833	4
48317	Drensteinfurt	drensteinfurt	NW	055	05570	51.7953	7.7382	4
48324	Sendenhorst	sendenhorst	NW	055	05570	51.8559	7.7884	4
48329	Havixbeck	havixbeck	NW	055	05558	51.9833	7.4167	4
48336	Sassenberg	sassenberg	NW	055	05570	51.9922	8.0407	4
48341	Altenberge	altenberge	NW	055	05566	52.05	7.4667	4
48346	Ostbevern	ostbevern	NW	055	05570	52.0402	7.8423	4
48351	Everswinkel	everswinkel	NW	055	05570	51.9259	7.8469	4
48356	Nordwalde	nordwalde	NW	055	05566	52.0833	7.4833	4
48361	Beelen	beelen	NW	055	05570	51.9291	8.1112	4
48366	Laer	laer	NW	055	05566	52.0556	7.3577	4
48369	Saerbeck	saerbeck	NW	055	05566	52.1737	7.634	4
48429	Rheine	rheine	NW	055	05566	52.2868	7.4437	4
48431	Rheine	rheine	NW	055	05566	52.2772	7.432	4
48432	Rheine	rheine	NW	055	05566	52.2672	7.4443	4
48477	Hörstel	horstel	NW	055	05566	52.2976	7.5838	4
48485	Neuenkirchen	neuenkirchen	NW	055	05566	52.2447	7.3718	4
48493	Wettringen	wettringen	NW	055	05566	52.2094	7.319	4
48496	Hopsten	hopsten	NW	055	05566	52.3817	7.6016	4
48565	Steinfurt	steinfurt	NW	055	05566	52.1504	7.3366	4
48599	Gronau (Westfalen)	gronau-westfalen	NW	055	05554	52.2012	7.0409	
48607	Ochtrup	ochtrup	NW	055	05566	52.208	7.1899	4
48612	Horstmar	horstmar	NW	055	05566	52.081	7.3054	4
48619	Heek	heek	NW	055	05554	52.1167	7.1	4
48624	Schöppingen	schoppingen	NW	055	05554	52.1	7.2333	4
48629	Metelen	metelen	NW	055	05566	52.1443	7.2127	4
48653	Coesfeld	coesfeld	NW	055	05558	51.9435	7.1681	4
48683	Ahaus	ahaus	NW	055	05554	52.092	6.9739	4
48691	Vreden	vreden	NW	055	05554	52.0379	6.828	4
48703	Stadtlohn	stadtlohn	NW	055	05554	51.994	6.9192	4
48712	Gescher	gescher	NW	055	05554	51.954	7.0048	4
48720	Rosendahl	rosendahl	NW	055	05558	52.0167	7.2167	4
48727	Billerbeck	billerbeck	NW	055	05558	51.9783	7.2926	4
48734	Reken	reken	NW	055	05554	51.8324	7.0347	4
48739	Legden	legden	NW	055	05554	52.0333	7.1	4
49477	Ibbenbüren	ibbenburen	NW	055	05566	52.2601	7.7135	4
49479	Ibbenbüren	ibbenburen	NW	055	05566	52.2667	7.7333	4
49492	Westerkappeln	westerkappeln	NW	055	05566	52.3167	7.8833	4
49497	Mettingen	mettingen	NW	055	05566	52.3167	7.7833	4
49504	Lotte	lotte	NW	055	05566	52.2833	7.9167	4
49509	Recke	recke	NW	055	05566	52.3689	7.7212	4
49525	Lengerich	lengerich	NW	055	05566	52.1866	7.8604	4
49536	Lienen	lienen	NW	055	05566	52.15	7.9833	4
49545	Tecklenburg	tecklenburg	NW	055	05566	52.2196	7.8136	4
49549	Ladbergen	ladbergen	NW	055	05566	52.1333	7.75	4
59227	Ahlen	ahlen	NW	055	05570	51.7602	7.8845	4
59229	Ahlen	ahlen	NW	055	05570	51.7502	7.8968	4
59269	Beckum	beckum	NW	055	05570	51.7557	8.0407	4
59302	Oelde	oelde	NW	055	05570	51.8289	8.1472	4
59320	Ennigerloh	ennigerloh	NW	055	05570	51.8384	8.0309	4
59329	Wadersloh	wadersloh	NW	055	05570	51.7333	8.25	4
59348	Lüdinghausen	ludinghausen	NW	055	05558	51.7683	7.4438	4
59387	Ascheberg	ascheberg	NW	055	05558	51.7833	7.6167	4
59394	Nordkirchen	nordkirchen	NW	055	05558	51.7383	7.522	4
59399	Olfen	olfen	NW	055	05558	51.7079	7.3789	4
32049	Herford	herford	NW	057	05758	52.1337	8.6963	4
32051	Herford	herford	NW	057	05758	52.127	8.6427	4
32052	Herford	herford	NW	057	05758	52.1005	8.6723	4
32105	Bad Salzuflen	bad-salzuflen	NW	057	05766	52.0808	8.7505	4
32107	Bad Salzuflen	bad-salzuflen	NW	057	05766	52.0613	8.7341	4
32108	Bad Salzuflen	bad-salzuflen	NW	057	05766	52.0692	8.7598	4
32120	Hiddenhausen	hiddenhausen	NW	057	05758	52.1667	8.6167	4
32130	Enger	enger	NW	057	05758	52.1406	8.5577	4
32139	Spenge	spenge	NW	057	05758	52.1402	8.4847	4
32257	Bünde	bunde	NW	057	05758	52.1984	8.5864	4
32278	Kirchlengern	kirchlengern	NW	057	05758	52.2	8.6333	4
32289	Rödinghausen	rodinghausen	NW	057	05758	52.25	8.4833	4
32312	Lübbecke	lubbecke	NW	057	05770	52.307	8.6142	4
32339	Espelkamp	espelkamp	NW	057	05770	52.3825	8.6213	4
32351	Stemwede	stemwede	NW	057	05770	52.4167	8.45	4
32361	Preußisch Oldendorf	preussisch-oldendorf	NW	057	05770	52.3412	8.5253	4
32369	Rahden	rahden	NW	057	05770	52.4337	8.6126	4
32423	Minden	minden	NW	057	05770	52.2873	8.9243	4
32425	Minden	minden	NW	057	05770	52.2833	8.9167	4
32427	Minden	minden	NW	057	05770	52.2946	8.8976	4
32429	Minden	minden	NW	057	05770	52.2833	8.9167	4
32457	Porta Westfalica	porta-westfalica	NW	057	05770	52.2296	8.9161	4
32469	Petershagen	petershagen	NW	057	05770	52.3751	8.9654	4
32479	Hille	hille	NW	057	05770	52.3333	8.75	4
32545	Bad Oeynhausen	bad-oeynhausen	NW	057	05770	52.1917	8.8093	4
32547	Bad Oeynhausen	bad-oeynhausen	NW	057	05770	52.206	8.8107	4
32549	Bad Oeynhausen	bad-oeynhausen	NW	057	05770	52.2473	8.7858	4
32584	Löhne	lohne	NW	057	05758	52.1885	8.6922	4
32602	Vlotho	vlotho	NW	057	05758	52.1388	8.7806	4
32609	Hüllhorst	hullhorst	NW	057	05770	52.2833	8.6667	4
32657	Lemgo	lemgo	NW	057	05766	52.0279	8.899	4
32676	Lügde	lugde	NW	057	05766	51.9583	9.2471	4
32683	Barntrup	barntrup	NW	057	05766	51.9904	9.1164	4
32689	Kalletal	kalletal	NW	057	05766	52.1222	8.96	4
32694	Dörentrup	dorentrup	NW	057	05766	52.0411	9.0028	4
32699	Extertal	extertal	NW	057	05766	52.067	9.1162	4
32756	Detmold	detmold	NW	057	05766	51.936	8.8783	4
32758	Detmold	detmold	NW	057	05766	51.9509	8.8658	4
32760	Detmold	detmold	NW	057	05766	51.8613	8.8645	
32791	Lage	lage	NW	057	05766	51.9922	8.793	4
32805	Horn-Bad Meinberg	horn-bad-meinberg	NW	057	05766	51.8855	8.9624	4
32816	Schieder-Schwalenberg	schieder-schwalenberg	NW	057	05766	51.8771	9.1954	4
32825	Blomberg	blomberg	NW	057	05766	51.9678	9.0473	4
32832	Augustdorf	augustdorf	NW	057	05766	51.9094	8.7317	4
32839	Steinheim	steinheim	NW	057	05762	51.8707	9.0914	4
33014	Bad Driburg	bad-driburg	NW	057	05762	51.733	9.0197	4
33034	Brakel	brakel	NW	057	05762	51.7175	9.186	4
33039	Nieheim	nieheim	NW	057	05762	51.805	9.113	4
33098	Paderborn	paderborn	NW	057	05774	51.7136	8.7554	4
33100	Paderborn	paderborn	NW	057	05774	51.7273	8.7706	4
33102	Paderborn	paderborn	NW	057	05774	51.7171	8.7417	4
33104	Paderborn	paderborn	NW	057	05774	51.7571	8.73	4
33106	Paderborn	paderborn	NW	057	05774	51.7327	8.6885	4
33129	Delbrück	delbruck	NW	057	05774	51.7802	8.484	4
33142	Büren	buren	NW	057	05774	51.5511	8.5596	4
33154	Salzkotten	salzkotten	NW	057	05774	51.6717	8.6009	4
33161	Hövelhof	hovelhof	NW	057	05774	51.8167	8.65	4
33165	Lichtenau	lichtenau	NW	057	05774	51.6171	8.8967	4
33175	Bad Lippspringe	bad-lippspringe	NW	057	05774	51.7833	8.8168	4
33178	Borchen	borchen	NW	057	05774	51.6677	8.7228	4
33181	Bad Wünnenberg	bad-wunnenberg	NW	057	05774	51.521	8.6964	4
33184	Altenbeken	altenbeken	NW	057	05774	51.7645	8.942	4
33189	Schlangen	schlangen	NW	057	05766	51.8098	8.8461	4
33311	Gütersloh	gutersloh	NW	057	05754	51.9	8.384	1
33330	Gütersloh	gutersloh	NW	057	05754	51.9074	8.3767	4
33332	Gütersloh	gutersloh	NW	057	05754	51.9005	8.3837	4
33334	Gütersloh	gutersloh	NW	057	05754	51.9436	8.4283	4
33335	Gütersloh	gutersloh	NW	057	05754	51.9316	8.4599	4
33378	Rheda-Wiedenbrück	rheda-wiedenbruck	NW	057	05754	51.8497	8.3002	4
33397	Rietberg	rietberg	NW	057	05754	51.8092	8.4284	4
33415	Verl	verl	NW	057	05754	51.8833	8.5167	4
33428	Harsewinkel	harsewinkel	NW	057	05754	51.9622	8.2277	4
33442	Herzebrock-Clarholz	herzebrock-clarholz	NW	057	05754	51.9	8.2167	4
33449	Langenberg	langenberg	NW	057	05754	51.7721	8.3181	4
33519	Bielefeld	bielefeld	NW	057	05711	52.033	8.533	1
33602	Bielefeld	bielefeld	NW	057	05711	52.0245	8.5326	4
33604	Bielefeld	bielefeld	NW	057	05711	52.0106	8.5493	4
33605	Bielefeld	bielefeld	NW	057	05711	52.0008	8.574	4
33607	Bielefeld	bielefeld	NW	057	05711	52.0284	8.5759	4
33609	Bielefeld	bielefeld	NW	057	05711	52.0342	8.5553	4
33611	Bielefeld	bielefeld	NW	057	05711	52.0483	8.5492	4
33613	Bielefeld	bielefeld	NW	057	05711	52.044	8.5225	4
33615	Bielefeld	bielefeld	NW	057	05711	52.0307	8.5133	4
33617	Bielefeld	bielefeld	NW	057	05711	52.0119	8.5202	4
33619	Bielefeld	bielefeld	NW	057	05711	52.0333	8.5333	4
33647	Bielefeld	bielefeld	NW	057	05711	51.99	8.5114	4
33649	Bielefeld	bielefeld	NW	057	05711	51.9745	8.4686	4
33659	Bielefeld	bielefeld	NW	057	05711	51.9692	8.5522	4
33689	Bielefeld	bielefeld	NW	057	05711	51.9501	8.5793	4
33699	Bielefeld	bielefeld	NW	057	05711	52.0333	8.5333	4
33719	Bielefeld	bielefeld	NW	057	05711	52.0107	8.5926	4
33729	Bielefeld	bielefeld	NW	057	05711	52.0707	8.6002	4
33739	Bielefeld	bielefeld	NW	057	05711	52.0333	8.5333	4
33758	Schloß Holte-Stukenbrock	schloss-holte-stukenbrock	NW	057	05754	51.9	8.6167	4
33775	Versmold	versmold	NW	057	05754	52.0401	8.1527	4
33790	Halle	halle	NW	057	05754	52.0601	8.3608	4
33803	Steinhagen	steinhagen	NW	057	05754	52	8.4	4
33813	Oerlinghausen	oerlinghausen	NW	057	05766	51.9545	8.6622	4
33818	Leopoldshöhe	leopoldshohe	NW	057	05766	52.0125	8.6983	4
33824	Werther	werther	NW	057	05754	52.0777	8.4179	4
33829	Borgholzhausen	borgholzhausen	NW	057	05754	52.1034	8.3021	4
34414	Warburg	warburg	NW	057	05762	51.4901	9.1464	4
34434	Borgentreich	borgentreich	NW	057	05762	51.5692	9.2411	4
34439	Willebadessen	willebadessen	NW	057	05762	51.6256	9.0369	4
37671	Höxter	hoxter	NW	057	05762	51.775	9.3816	4
37688	Beverungen	beverungen	NW	057	05762	51.668	9.3742	4
37696	Marienmünster	marienmunster	NW	057	05762	51.8333	9.2167	4
34431	Marsberg	marsberg	NW	059	05958	51.4617	8.8495	4
44135	Dortmund	dortmund	NW	059	05913	51.5125	7.477	4
44137	Dortmund	dortmund	NW	059	05913	51.5097	7.4601	4
44139	Dortmund	dortmund	NW	059	05913	51.4995	7.4717	4
44141	Dortmund	dortmund	NW	059	05913	51.5044	7.4998	4
44143	Dortmund	dortmund	NW	059	05913	51.5208	7.5184	4
44145	Dortmund	dortmund	NW	059	05913	51.529	7.4802	4
44147	Dortmund	dortmund	NW	059	05913	51.5198	7.4378	4
44149	Dortmund	dortmund	NW	059	05913	51.5005	7.4063	4
44225	Dortmund	dortmund	NW	059	05913	51.4759	7.4434	4
44227	Dortmund	dortmund	NW	059	05913	51.444	7.4546	4
44229	Dortmund	dortmund	NW	059	05913	51.4455	7.4642	4
44263	Dortmund	dortmund	NW	059	05913	51.4847	7.4996	4
44265	Dortmund	dortmund	NW	059	05913	51.461	7.4837	4
44267	Dortmund	dortmund	NW	059	05913	51.469	7.5154	4
44269	Dortmund	dortmund	NW	059	05913	51.4856	7.5366	4
44287	Dortmund	dortmund	NW	059	05913	51.4996	7.5495	4
44289	Dortmund	dortmund	NW	059	05913	51.5161	7.4683	4
44309	Dortmund	dortmund	NW	059	05913	51.5251	7.5475	4
44319	Dortmund	dortmund	NW	059	05913	51.5301	7.5972	4
44328	Dortmund	dortmund	NW	059	05913	51.553	7.5385	4
44329	Dortmund	dortmund	NW	059	05913	51.5161	7.4683	4
44339	Dortmund	dortmund	NW	059	05913	51.5607	7.4657	4
44357	Dortmund	dortmund	NW	059	05913	51.5161	7.4683	4
44359	Dortmund	dortmund	NW	059	05913	51.5724	7.3892	4
44369	Dortmund	dortmund	NW	059	05913	51.5287	7.4137	4
44379	Dortmund	dortmund	NW	059	05913	51.525	7.3676	4
44388	Dortmund	dortmund	NW	059	05913	51.501	7.3371	4
44532	Lünen	lunen	NW	059	05978	51.6067	7.5241	4
44534	Lünen	lunen	NW	059	05978	51.6189	7.5222	4
44536	Lünen	lunen	NW	059	05978	51.5993	7.4681	4
44623	Herne	herne	NW	059	05916	51.5426	7.219	4
44625	Herne	herne	NW	059	05916	51.5324	7.206	4
44627	Herne	herne	NW	059	05916	51.55	7.2167	4
44628	Herne	herne	NW	059	05916	51.55	7.2167	4
44629	Herne	herne	NW	059	05916	51.5493	7.2149	4
44649	Herne	herne	NW	059	05916	51.5329	7.1611	4
44651	Herne	herne	NW	059	05916	51.55	7.2167	4
44652	Herne	herne	NW	059	05916	51.5312	7.1704	4
44653	Herne	herne	NW	059	05916	51.5448	7.1691	4
44787	Bochum	bochum	NW	059	05911	51.4803	7.2183	4
44789	Bochum	bochum	NW	059	05911	51.4661	7.2491	4
44791	Bochum	bochum	NW	059	05911	51.49	7.2493	4
44793	Bochum	bochum	NW	059	05911	51.4822	7.1868	4
44795	Bochum	bochum	NW	059	05911	51.4501	7.1984	4
44797	Bochum	bochum	NW	059	05911	51.4285	7.2424	4
44799	Bochum	bochum	NW	059	05911	51.4509	7.2388	4
44801	Bochum	bochum	NW	059	05911	51.4833	7.2167	4
44803	Bochum	bochum	NW	059	05911	51.4637	7.2446	4
44805	Bochum	bochum	NW	059	05911	51.518	7.2722	4
44807	Bochum	bochum	NW	059	05911	51.5156	7.2118	4
44809	Bochum	bochum	NW	059	05911	51.4997	7.1944	4
44866	Bochum	bochum	NW	059	05911	51.4808	7.1486	4
44867	Bochum	bochum	NW	059	05911	51.4645	7.1418	4
44869	Bochum	bochum	NW	059	05911	51.4658	7.1572	4
44879	Bochum	bochum	NW	059	05911	51.4271	7.1543	4
44892	Bochum	bochum	NW	059	05911	51.4745	7.311	4
44894	Bochum	bochum	NW	059	05911	51.4925	7.3106	4
45525	Hattingen	hattingen	NW	059	05954	51.3954	7.1779	4
45527	Hattingen	hattingen	NW	059	05954	51.4	7.1667	4
45529	Hattingen	hattingen	NW	059	05954	51.4	7.1667	4
45549	Sprockhövel	sprockhovel	NW	059	05954	51.3467	7.2434	4
57072	Siegen	siegen	NW	059	05970	50.8734	8.0104	4
57074	Siegen	siegen	NW	059	05970	50.8625	8.0338	4
57076	Siegen	siegen	NW	059	05970	50.8994	8.031	4
57078	Siegen	siegen	NW	059	05970	50.9116	8.008	4
57080	Siegen	siegen	NW	059	05970	50.834	8.0219	4
57223	Kreuztal	kreuztal	NW	059	05970	50.9678	7.9885	4
57234	Wilnsdorf	wilnsdorf	NW	059	05970	50.8167	8.1	4
57250	Netphen	netphen	NW	059	05970	50.8998	8.1513	4
57258	Freudenberg	freudenberg	NW	059	05970	50.8974	7.8741	4
57271	Hilchenbach	hilchenbach	NW	059	05970	50.9969	8.1106	4
57290	Neunkirchen	neunkirchen	NW	059	05970	50.8	8	4
57299	Burbach	burbach	NW	059	05970	50.7511	8.0794	4
57319	Bad Berleburg Wemlighausen	bad-berleburg-wemlighausen	NW	059	05970	51.0771	8.4221	
57319	Bad Berleburg	bad-berleburg	NW	059	05970	51.0522	8.3923	4
57319	Bad Berleburg Diedenshausen	bad-berleburg-diedenshausen	NW	059	05970	51.0741	8.503	
57319	Bad Berleburg Dotzlar	bad-berleburg-dotzlar	NW	059	05970	51.0157	8.4091	
57319	Bad Berleburg Wingeshausen	bad-berleburg-wingeshausen	NW	059	05970	51.0709	8.2944	
57319	Bad Berleburg Richstein	bad-berleburg-richstein	NW	059	05970	50.9877	8.4628	
57319	Bad Berleburg Alertshausen	bad-berleburg-alertshausen	NW	059	05970	51.0578	8.5162	
57319	Bad Berleburg Schüllar	bad-berleburg-schullar	NW	059	05970	51.084	8.413	
57319	Bad Berleburg Rinthe	bad-berleburg-rinthe	NW	059	05970	51.0082	8.3485	
57319	Bad Berleburg Elsoff	bad-berleburg-elsoff	NW	059	05970	51.0259	8.5136	
57319	Bad Berleburg Aue	bad-berleburg-aue	NW	059	05970	51.0562	8.289	
57319	Bad Berleburg Weidenhausen	bad-berleburg-weidenhausen	NW	059	05970	50.9948	8.3638	
57319	Bad Berleburg Beddelhausen	bad-berleburg-beddelhausen	NW	059	05970	51.0027	8.4881	
57319	Bad Berleburg Raumland	bad-berleburg-raumland	NW	059	05970	51.0327	8.3864	
57319	Bad Berleburg Stünzel	bad-berleburg-stunzel	NW	059	05970	50.985	8.3686	
57319	Bad Berleburg Schwarzenau	bad-berleburg-schwarzenau	NW	059	05970	51.0273	8.4719	
57319	Bad Berleburg Wunderthausen	bad-berleburg-wunderthausen	NW	059	05970	51.097	8.5162	
57319	Bad Berleburg Berghausen	bad-berleburg-berghausen	NW	059	05970	51.0385	8.355	
57319	Bad Berleburg Sassenhausen	bad-berleburg-sassenhausen	NW	059	05970	50.9945	8.3961	
57319	Bad Berleburg Girkhausen	bad-berleburg-girkhausen	NW	059	05970	51.1193	8.4561	
57319	Bad Berleburg Arfeld	bad-berleburg-arfeld	NW	059	05970	51.0177	8.4329	
57319	Bad Berleburg Hemschlar	bad-berleburg-hemschlar	NW	059	05970	51.015	8.3656	
57319	Bad Berleburg Bad Berleburg	bad-berleburg-bad-berleburg	NW	059	05970	51.058	8.3961	
57334	Bad Laasphe	bad-laasphe	NW	059	05970	50.9409	8.3302	4
57339	Erndtebrück	erndtebruck	NW	059	05970	50.9893	8.2529	4
57368	Lennestadt	lennestadt	NW	059	05966	51.1172	8.0671	4
57392	Schmallenberg	schmallenberg	NW	059	05958	51.1547	8.285	4
57399	Kirchhundem	kirchhundem	NW	059	05966	51.0856	8.0889	4
57413	Finnentrop	finnentrop	NW	059	05966	51.168	7.973	4
57439	Attendorn	attendorn	NW	059	05966	51.1264	7.9033	4
57462	Olpe	olpe	NW	059	05966	51.029	7.8514	4
57482	Wenden	wenden	NW	059	05966	50.9667	7.8667	4
57489	Drolshagen	drolshagen	NW	059	05966	51.0236	7.7736	4
58089	Hagen	hagen	NW	059	05914	51.3801	7.4394	4
58091	Hagen	hagen	NW	059	05914	51.3201	7.508	4
58093	Hagen	hagen	NW	059	05914	51.3657	7.5207	4
58095	Hagen	hagen	NW	059	05914	51.3606	7.4785	4
58097	Hagen	hagen	NW	059	05914	51.3668	7.4776	4
58099	Hagen	hagen	NW	059	05914	51.3987	7.4901	4
58119	Hagen	hagen	NW	059	05914	51.3529	7.563	4
58135	Hagen	hagen	NW	059	05914	51.3474	7.4274	4
58239	Schwerte	schwerte	NW	059	05978	51.4439	7.5675	4
58256	Ennepetal	ennepetal	NW	059	05954	51.2985	7.3629	4
58285	Gevelsberg	gevelsberg	NW	059	05954	51.3197	7.3392	4
58300	Wetter (Ruhr)	wetter-ruhr	NW	059	05954	51.3875	7.3928	4
58313	Herdecke	herdecke	NW	059	05954	51.4	7.4358	4
58332	Schwelm	schwelm	NW	059	05954	51.2863	7.2939	4
58339	Breckerfeld	breckerfeld	NW	059	05954	51.2593	7.4681	4
58452	Witten	witten	NW	059	05954	51.4315	7.334	4
58453	Witten	witten	NW	059	05954	51.4434	7.3633	4
58454	Witten	witten	NW	059	05954	51.4644	7.3739	4
58455	Witten	witten	NW	059	05954	51.4452	7.3303	4
58456	Witten	witten	NW	059	05954	51.4046	7.2583	4
58507	Lüdenscheid	ludenscheid	NW	059	05962	51.2258	7.6342	4
58509	Lüdenscheid	ludenscheid	NW	059	05962	51.2269	7.613	4
58511	Lüdenscheid	ludenscheid	NW	059	05962	51.2169	7.6457	4
58513	Lüdenscheid	ludenscheid	NW	059	05962	51.2462	7.6201	4
58515	Lüdenscheid	ludenscheid	NW	059	05962	51.2012	7.6258	4
58540	Meinerzhagen	meinerzhagen	NW	059	05962	51.1074	7.6484	4
58553	Halver	halver	NW	059	05962	51.1861	7.4982	4
58566	Kierspe	kierspe	NW	059	05962	51.134	7.5908	4
58579	Schalksmühle	schalksmuhle	NW	059	05962	51.2412	7.5279	4
58636	Iserlohn	iserlohn	NW	059	05962	51.38	7.7032	4
58638	Iserlohn	iserlohn	NW	059	05962	51.3743	7.6961	4
58640	Iserlohn	iserlohn	NW	059	05962	51.3667	7.7	4
58642	Iserlohn	iserlohn	NW	059	05962	51.3708	7.6109	4
58644	Iserlohn	iserlohn	NW	059	05962	51.3246	7.6968	4
58675	Hemer	hemer	NW	059	05962	51.3871	7.7702	4
58706	Menden	menden	NW	059	05962	51.4408	7.7887	4
58708	Menden	menden	NW	059	05962	51.4553	7.7764	4
58710	Menden	menden	NW	059	05962	51.4187	7.8259	4
58730	Fröndenberg	frondenberg	NW	059	05978	51.4756	7.7695	4
58739	Wickede	wickede	NW	059	05974	51.4964	7.8659	4
58762	Altena	altena	NW	059	05962	51.2947	7.6734	4
58769	Nachrodt-Wiblingwerde	nachrodt-wiblingwerde	NW	059	05962	51.3167	7.6167	4
58791	Werdohl	werdohl	NW	059	05962	51.2601	7.7661	4
58802	Balve	balve	NW	059	05962	51.3315	7.8642	4
58809	Neuenrade	neuenrade	NW	059	05962	51.2828	7.7825	4
58840	Plettenberg	plettenberg	NW	059	05962	51.2095	7.8726	4
58849	Herscheid	herscheid	NW	059	05962	51.1923	7.8063	4
59063	Hamm	hamm	NW	059	05915	51.6747	7.8407	4
59065	Hamm	hamm	NW	059	05915	51.6802	7.8134	4
59067	Hamm	hamm	NW	059	05915	51.6742	7.7799	4
59069	Hamm	hamm	NW	059	05915	51.645	7.8608	4
59071	Hamm	hamm	NW	059	05915	51.691	7.8704	4
59073	Hamm	hamm	NW	059	05915	51.6833	7.8	4
59075	Hamm	hamm	NW	059	05915	51.6866	7.7359	4
59077	Hamm	hamm	NW	059	05915	51.6425	7.7343	4
59174	Kamen	kamen	NW	059	05978	51.5923	7.6638	4
59192	Bergkamen	bergkamen	NW	059	05978	51.6163	7.6445	4
59199	Bönen	bonen	NW	059	05978	51.6	7.7667	4
59368	Werne	werne	NW	059	05978	51.6645	7.6342	4
59379	Selm	selm	NW	059	05978	51.6969	7.4681	4
59423	Unna	unna	NW	059	05978	51.5302	7.676	4
59425	Unna	unna	NW	059	05978	51.5485	7.6849	4
59427	Unna	unna	NW	059	05978	51.5393	7.7283	4
59439	Holzwickede	holzwickede	NW	059	05978	51.5	7.6333	4
59457	Werl	werl	NW	059	05974	51.5549	7.914	4
59469	Ense	ense	NW	059	05974	51.5133	7.9494	4
59494	Soest	soest	NW	059	05974	51.5756	8.1062	4
59505	Bad Sassendorf	bad-sassendorf	NW	059	05974	51.5833	8.1667	4
59510	Lippetal	lippetal	NW	059	05974	51.6766	8.1224	4
59514	Welver	welver	NW	059	05974	51.6167	7.9667	4
59519	Möhnesee	mohnesee	NW	059	05974	51.5	8.1333	4
59555	Lippstadt	lippstadt	NW	059	05974	51.6767	8.3411	4
59556	Lippstadt	lippstadt	NW	059	05974	51.6667	8.35	4
59557	Lippstadt	lippstadt	NW	059	05974	51.6574	8.3435	4
59558	Lippstadt	lippstadt	NW	059	05974	51.6667	8.35	4
59581	Warstein	warstein	NW	059	05974	51.4662	8.3108	4
59590	Geseke	geseke	NW	059	05974	51.6409	8.5109	4
59597	Erwitte	erwitte	NW	059	05974	51.6034	8.2908	4
59602	Rüthen	ruthen	NW	059	05974	51.4909	8.436	4
59609	Anröchte	anrochte	NW	059	05974	51.5667	8.3333	4
59755	Arnsberg	arnsberg	NW	059	05958	51.3833	8.0833	4
59757	Arnsberg	arnsberg	NW	059	05958	51.3833	8.0833	4
59759	Arnsberg	arnsberg	NW	059	05958	51.4263	7.9913	4
59821	Arnsberg	arnsberg	NW	059	05958	51.3997	8.0627	4
59823	Arnsberg	arnsberg	NW	059	05958	51.3833	8.0833	4
59846	Sundern	sundern	NW	059	05958	51.3281	8.0037	4
59872	Meschede	meschede	NW	059	05958	51.3502	8.2833	4
59889	Eslohe	eslohe	NW	059	05958	51.2673	8.2351	
59909	Bestwig	bestwig	NW	059	05958	51.3608	8.4008	4
59929	Brilon	brilon	NW	059	05958	51.3946	8.5715	4
59939	Olsberg	olsberg	NW	059	05958	51.3561	8.489	4
59955	Winterberg	winterberg	NW	059	05958	51.1925	8.5347	4
59964	Medebach	medebach	NW	059	05958	51.1971	8.7063	4
59969	Hallenberg	hallenberg	NW	059	05958	51.1111	8.6201	4
51598	Friesenhagen	friesenhagen	RP	00	07132	50.9038	7.8096	4
53424	Remagen	remagen	RP	00	07131	50.5788	7.227	4
53426	Schalkenbach	schalkenbach	RP	00	07131	50.4949	7.1464	4
53426	Königsfeld	konigsfeld	RP	00	07131	50.4979	7.1771	4
53426	Dedenbach	dedenbach	RP	00	07131	50.4833	7.1833	4
53474	Bad Neuenahr-Ahrweiler	bad-neuenahr-ahrweiler	RP	00	07131	50.5432	7.1113	4
53489	Sinzig	sinzig	RP	00	07131	50.5438	7.2464	4
53498	Bad Breisig	bad-breisig	RP	00	07131	50.5052	7.2886	4
53498	Gönnersdorf	gonnersdorf	RP	00	07131	50.4833	7.2667	4
53498	Waldorf	waldorf	RP	00	07131	50.4833	7.2333	4
53501	Grafschaft	grafschaft	RP	00	07131	50.5833	7.0667	4
53505	Kirchsahr	kirchsahr	RP	00	07131	50.5225	6.8998	4
53505	Berg	berg	RP	00	07131	50.5552	6.9489	4
53505	Altenahr	altenahr	RP	00	07131	50.5169	6.9921	4
53505	Kalenborn	kalenborn	RP	00	07131	50.55	7	4
53506	Kesseling	kesseling	RP	00	07131	50.4833	7.0167	4
53506	Hönningen	honningen	RP	00	07131	50.4667	6.95	4
53506	Rech	rech	RP	00	07131	50.5167	7.0333	4
53506	Lind	lind	RP	00	07131	50.5	6.9333	4
53506	Heckenbach	heckenbach	RP	00	07131	50.4667	7.05	4
53506	Ahrbrück	ahrbruck	RP	00	07131	50.4823	6.988	4
53507	Dernau	dernau	RP	00	07131	50.5333	7.05	4
53508	Mayschoß	mayschoss	RP	00	07131	50.5208	7.0169	4
53518	Leimbach	leimbach	RP	00	07131	50.4039	6.9277	4
53518	Herschbroich	herschbroich	RP	00	07131	50.3667	6.9667	4
53518	Kottenborn	kottenborn	RP	00	07131	50.35	6.9	4
53518	Quiddelbach	quiddelbach	RP	00	07131	50.35	6.9333	4
53518	Honerath	honerath	RP	00	07131	50.3833	6.9	4
53518	Adenau	adenau	RP	00	07131	50.3824	6.9329	4
53518	Welcherath	welcherath	RP	00	07233	50.3167	6.9667	4
53518	Wimbach	wimbach	RP	00	07131	50.3667	6.9167	4
53520	Hümmel	hummel	RP	00	07131	50.4667	6.7833	4
53520	Nürburg	nurburg	RP	00	07131	50.3333	6.95	4
53520	Winnerath	winnerath	RP	00	07131	50.4289	6.8766	4
53520	Trierscheid	trierscheid	RP	00	07131	50.35	6.8167	4
53520	Reifferscheid	reifferscheid	RP	00	07131	50.4053	6.885	4
53520	Ohlenhard	ohlenhard	RP	00	07131	50.45	6.7667	4
53520	Wershofen	wershofen	RP	00	07131	50.4448	6.8133	4
53520	Insul	insul	RP	00	07131	50.4333	6.9167	4
53520	Kaltenborn	kaltenborn	RP	00	07131	50.4	7.0167	4
53520	Harscheid	harscheid	RP	00	07131	50.4598	6.892	4
53520	Meuspath	meuspath	RP	00	07131	50.35	6.9667	4
53520	Drees	drees	RP	00	07233	50.35	7	4
53520	Schuld	schuld	RP	00	07131	50.4477	6.8889	4
53520	Sierscheid	sierscheid	RP	00	07131	50.4571	6.9174	4
53520	Rodder	rodder	RP	00	07131	50.3947	6.8588	4
53520	Senscheid	senscheid	RP	00	07131	50.3333	6.8333	4
53520	Dümpelfeld	dumpelfeld	RP	00	07131	50.4333	6.95	4
53520	Dankerath	dankerath	RP	00	07131	50.3333	6.8167	4
53520	Müllenbach	mullenbach	RP	00	07131	50.3167	6.9167	4
53533	Fuchshofen	fuchshofen	RP	00	07131	50.4283	6.851	4
53533	Dorsel	dorsel	RP	00	07131	50.3833	6.8	4
53533	Müsch	musch	RP	00	07131	50.3833	6.8333	4
53533	Antweiler	antweiler	RP	00	07131	50.4	6.8333	4
53533	Eichenbach	eichenbach	RP	00	07131	50.4333	6.8167	4
53533	Aremberg	aremberg	RP	00	07131	50.4167	6.8	4
53534	Hoffeld	hoffeld	RP	00	07131	50.3667	6.8167	4
53534	Pomster	pomster	RP	00	07131	50.3535	6.8428	4
53534	Wiesemscheid	wiesemscheid	RP	00	07131	50.3333	6.8833	4
53534	Bauler	bauler	RP	00	07131	50.3333	6.8833	4
53534	Barweiler	barweiler	RP	00	07131	50.3667	6.8667	4
53534	Wirft	wirft	RP	00	07131	50.3667	6.8667	4
53539	Borler	borler	RP	00	07233	50.3167	6.8333	4
53539	Reimerath	reimerath	RP	00	07233	50.3	6.9667	4
53539	Kirsbach	kirsbach	RP	00	07233	50.3333	7	4
53539	Bongard	bongard	RP	00	07233	50.3	6.8333	4
53539	Gelenberg	gelenberg	RP	00	07233	50.3	6.8667	4
53539	Bodenbach	bodenbach	RP	00	07233	50.3167	6.85	4
53539	Brücktal	brucktal	RP	00	07233	50.3167	6.9833	4
53539	Kelberg	kelberg	RP	00	07233	50.2916	6.9195	4
53545	Linz am Rhein	linz-am-rhein	RP	00	07138	50.5688	7.2844	4
53545	Ockenfels	ockenfels	RP	00	07138	50.5761	7.2754	4
53547	Kasbach-Ohlenberg	kasbach-ohlenberg	RP	00	07138	50.5833	7.2667	4
53547	Hausen (Wied)	hausen-wied	RP	00	07138	50.55	7.4167	
53547	Breitscheid	breitscheid	RP	00	07138	50.5815	7.4438	4
53547	Hümmerich	hummerich	RP	00	07138	50.5667	7.4917	
53547	Dattenberg	dattenberg	RP	00	07138	50.5536	7.2939	4
53547	Roßbach	rossbach	RP	00	07138	50.575	7.4161	4
53547	Leubsdorf	leubsdorf	RP	00	07138	50.55	7.3	4
53557	Bad Hönningen	bad-honningen	RP	00	07138	50.5169	7.312	4
53560	Vettelschoß	vettelschoss	RP	00	07138	50.6167	7.35	4
53562	Sankt Katharinen	sankt-katharinen	RP	00	07138	50.5833	7.3833	4
53567	Asbach	asbach	RP	00	07138	50.6667	7.4167	4
53567	Buchholz (Westerwald)	buchholz-westerwald	RP	00	07138	50.6867	7.3952	4
53572	Bruchhausen	bruchhausen	RP	00	07138	50.6	7.25	4
53572	Unkel	unkel	RP	00	07138	50.5965	7.2189	4
53577	Neustadt (Wied)	neustadt-wied	RP	00	07138	50.6209	7.4325	4
53578	Windhagen	windhagen	RP	00	07138	50.6412	7.3535	4
53579	Erpel	erpel	RP	00	07138	50.5833	7.2333	4
53619	Rheinbreitbach	rheinbreitbach	RP	00	07138	50.6167	7.2333	4
54290	Trier	trier	RP	00	07211	49.7537	6.6393	4
54292	Trier	trier	RP	00	07211	49.7728	6.6645	4
54293	Trier	trier	RP	00	07211	49.75	6.6333	4
54294	Trier	trier	RP	00	07211	49.744	6.6188	4
54295	Trier	trier	RP	00	07211	49.75	6.6333	4
54296	Trier	trier	RP	00	07211	49.75	6.6333	4
54298	Eisenach	eisenach	RP	00	07232	49.85	6.5167	4
54298	Igel	igel	RP	00	07235	49.7103	6.555	4
54298	Gilzem	gilzem	RP	00	07232	49.8667	6.5167	4
54298	Orenhofen	orenhofen	RP	00	07232	49.9	6.65	4
54298	Aach	aach	RP	00	07235	49.7833	6.6	4
54298	Welschbillig	welschbillig	RP	00	07235	49.85	6.5667	4
54298	Greimerath	greimerath	RP	00	07235	49.5616	6.6837	4
54306	Kordel	kordel	RP	00	07235	49.8333	6.6333	4
54308	Langsur	langsur	RP	00	07235	49.7244	6.4991	4
54309	Newel	newel	RP	00	07235	49.8124	6.583	4
54310	Menningen	menningen	RP	00	07232	49.8333	6.4833	4
54310	Ralingen an der Sauer	ralingen-an-der-sauer	RP	00	07235	49.8167	6.5	
54310	Minden	minden	RP	00	07232	49.8333	6.4667	4
54311	Trierweiler	trierweiler	RP	00	07235	49.7623	6.5599	4
54313	Zemmer	zemmer	RP	00	07235	49.9	6.7	4
54314	Schömerich	schomerich	RP	00	07235	49.6333	6.7	4
54314	Baldringen	baldringen	RP	00	07235	49.6167	6.6833	4
54314	Zerf	zerf	RP	00	07235	49.6	6.6833	4
54314	Hentern	hentern	RP	00	07235	49.6167	6.7	4
54314	Vierherrenborn	vierherrenborn	RP	00	07235	49.6	6.6667	
54314	Paschel	paschel	RP	00	07235	49.6333	6.6833	4
54316	Lampaden	lampaden	RP	00	07235	49.65	6.7	4
54316	Pluwig	pluwig	RP	00	07235	49.6898	6.7124	4
54316	Ollmuth	ollmuth	RP	00	07235	49.6667	6.7167	4
54316	Hinzenburg	hinzenburg	RP	00	07235	49.6667	6.7333	4
54316	Holzerath	holzerath	RP	00	07235	49.6795	6.7607	4
54316	Bonerath	bonerath	RP	00	07235	49.6833	6.7667	4
54316	Schöndorf	schondorf	RP	00	07235	49.6776	6.7432	4
54316	Franzenheim	franzenheim	RP	00	07235	49.6833	6.6833	4
54316	Hockweiler	hockweiler	RP	00	07235	49.7031	6.6921	4
54317	Kasel	kasel	RP	00	07235	49.7617	6.7322	4
54317	Gutweiler	gutweiler	RP	00	07235	49.7167	6.7333	4
54317	Riveris	riveris	RP	00	07235	49.7167	6.7667	4
54317	Gusterath	gusterath	RP	00	07235	49.7	6.7167	4
54317	Korlingen	korlingen	RP	00	07235	49.7271	6.7247	4
54317	Osburg	osburg	RP	00	07235	49.7167	6.7833	4
54317	Herl	herl	RP	00	07235	49.7333	6.8167	4
54317	Morscheid	morscheid	RP	00	07235	49.7333	6.75	4
54317	Sommerau	sommerau	RP	00	07235	49.7167	6.7333	4
54317	Lorscheid	lorscheid	RP	00	07235	49.7333	6.85	4
54317	Thomm	thomm	RP	00	07235	49.7414	6.8049	4
54317	Farschweiler	farschweiler	RP	00	07235	49.7167	6.8167	4
54318	Mertesdorf	mertesdorf	RP	00	07235	49.7721	6.7329	4
54320	Waldrach	waldrach	RP	00	07235	49.7462	6.7454	4
54329	Konz	konz	RP	00	07235	49.7005	6.5765	4
54331	Pellingen	pellingen	RP	00	07235	49.6755	6.6708	4
54331	Oberbillig	oberbillig	RP	00	07235	49.7094	6.5066	4
54332	Wasserliesch	wasserliesch	RP	00	07235	49.7074	6.5394	4
54338	Schweich	schweich	RP	00	07235	49.8221	6.7526	4
54338	Longen	longen	RP	00	07235	49.8	6.7833	4
54340	Klüsserath	klusserath	RP	00	07235	49.845	6.8509	4
54340	Bekond	bekond	RP	00	07235	49.85	6.8	4
54340	Pölich	polich	RP	00	07235	49.8	6.85	4
54340	Detzem	detzem	RP	00	07235	49.8167	6.85	4
54340	Riol	riol	RP	00	07235	49.793	6.7921	4
54340	Naurath (Eifel)	naurath-eifel	RP	00	07235	49.8833	6.75	
54340	Schleich	schleich	RP	00	07235	49.8167	6.8333	4
54340	Köwerich	kowerich	RP	00	07235	49.8333	6.8833	4
54340	Leiwen	leiwen	RP	00	07235	49.8167	6.8833	4
54340	Longuich	longuich	RP	00	07235	49.8084	6.7683	4
54340	Ensch	ensch	RP	00	07235	49.8333	6.8333	4
54340	Thörnich	thornich	RP	00	07235	49.8333	6.8333	4
54341	Fell	fell	RP	00	07235	49.7667	6.7833	4
54343	Föhren	fohren	RP	00	07235	49.8593	6.7648	4
54344	Kenn	kenn	RP	00	07235	49.8	6.7167	4
54346	Mehring	mehring	RP	00	07235	49.8	6.8333	4
54347	Neumagen-Dhron	neumagen-dhron	RP	00	07231	49.8555	6.8978	4
54349	Trittenheim	trittenheim	RP	00	07235	49.8247	6.8993	4
54411	Deuselbach	deuselbach	RP	00	07231	49.75	7.05	4
54411	Rorodt	rorodt	RP	00	07231	49.7667	7.05	4
54411	Hermeskeil	hermeskeil	RP	00	07235	49.6553	6.9441	4
54413	Gusenburg	gusenburg	RP	00	07235	49.6333	6.9	4
54413	Geisfeld	geisfeld	RP	00	07235	49.7167	6.95	4
54413	Rascheid	rascheid	RP	00	07235	49.7167	6.9333	4
54413	Bescheid	bescheid	RP	00	07235	49.75	6.8833	4
54413	Grimburg	grimburg	RP	00	07235	49.6167	6.8833	4
54413	Beuren (Hochwald)	beuren-hochwald	RP	00	07235	49.7333	6.9167	
54413	Damflos	damflos	RP	00	07235	49.6667	6.9833	4
54421	Reinsfeld	reinsfeld	RP	00	07235	49.6833	6.8833	4
54421	Hinzert-Pölert	hinzert-polert	RP	00	07235	49.7	6.9	4
54422	Neuhütten	neuhutten	RP	00	07235	49.6427	7.015	4
54422	Börfink	borfink	RP	00	07134	49.6833	7.0833	4
54422	Züsch	zusch	RP	00	07235	49.65	7	4
54424	Etgert	etgert	RP	00	07231	49.7788	7.0212	4
54424	Thalfang	thalfang	RP	00	07231	49.75	7	4
54424	Burtscheid	burtscheid	RP	00	07231	49.7333	6.95	4
54424	Lückenburg	luckenburg	RP	00	07231	49.7333	6.9667	4
54424	Gielert	gielert	RP	00	07231	49.7746	7.0034	4
54426	Büdlich	budlich	RP	00	07231	49.7833	6.9	4
54426	Heidenburg	heidenburg	RP	00	07231	49.8	6.9167	4
54426	Merschbach	merschbach	RP	00	07231	49.8	7	4
54426	Talling	talling	RP	00	07231	49.7667	6.95	4
54426	Immert	immert	RP	00	07231	49.7667	7.0167	4
54426	Naurath	naurath	RP	00	07235	49.7598	6.8826	4
54426	Neunkirchen	neunkirchen	RP	00	07231	49.75	6.95	4
54426	Gräfendhron	grafendhron	RP	00	07231	49.8	7	4
54426	Dhronecken	dhronecken	RP	00	07231	49.7167	6.9833	4
54426	Hilscheid	hilscheid	RP	00	07231	49.7333	7	4
54426	Berglicht	berglicht	RP	00	07231	49.7874	6.9658	4
54426	Schönberg	schonberg	RP	00	07231	49.7667	6.9167	4
54426	Breit	breit	RP	00	07231	49.7756	6.9056	4
54426	Malborn	malborn	RP	00	07231	49.7167	6.9833	4
54427	Kell am See	kell-am-see	RP	00	07235	49.6331	6.8222	4
54429	Waldweiler	waldweiler	RP	00	07235	49.6167	6.8	4
54429	Heddert	heddert	RP	00	07235	49.65	6.75	4
54429	Mandern	mandern	RP	00	07235	49.6	6.7667	4
54429	Schillingen	schillingen	RP	00	07235	49.6333	6.7833	4
54439	Saarburg	saarburg	RP	00	07235	49.6064	6.5437	4
54439	Fisch	fisch	RP	00	07235	49.6167	6.4833	4
54439	Merzkirchen	merzkirchen	RP	00	07235	49.5833	6.4833	4
54439	Palzem	palzem	RP	00	07235	49.5667	6.3667	4
54441	Kirf	kirf	RP	00	07235	49.55	6.4833	4
54441	Trassem	trassem	RP	00	07235	49.5785	6.5254	4
54441	Ockfen	ockfen	RP	00	07235	49.6167	6.5833	4
54441	Kastel-Staadt	kastel-staadt	RP	00	07235	49.5667	6.5667	4
54441	Ayl	ayl	RP	00	07235	49.6333	6.55	4
54441	Temmels	temmels	RP	00	07235	49.6889	6.4654	4
54441	Kanzem	kanzem	RP	00	07235	49.6667	6.5783	4
54441	Schoden	schoden	RP	00	07235	49.6333	6.5833	4
54441	Wawern	wawern	RP	00	07235	49.65	6.55	4
54441	Taben-Rodt	taben-rodt	RP	00	07235	49.55	6.5833	4
54441	Wellen	wellen	RP	00	07235	49.6667	6.4333	4
54441	Mannebach	mannebach	RP	00	07235	49.6333	6.5167	4
54450	Freudenburg	freudenburg	RP	00	07235	49.5435	6.5329	4
54451	Irsch	irsch	RP	00	07235	49.6049	6.5955	4
54453	Nittel	nittel	RP	00	07235	49.65	6.45	4
54455	Serrig	serrig	RP	00	07235	49.5752	6.5745	4
54456	Onsdorf	onsdorf	RP	00	07235	49.65	6.4833	4
54456	Tawern	tawern	RP	00	07235	49.6667	6.5167	4
54457	Wincheringen	wincheringen	RP	00	07235	49.609	6.426	4
54459	Wiltingen	wiltingen	RP	00	07235	49.6592	6.5926	4
54470	Lieser	lieser	RP	00	07231	49.9167	7.0167	4
54470	Graach	graach	RP	00	07231	49.9345	7.0633	4
54470	Bernkastel-Kues	bernkastel-kues	RP	00	07231	49.916	7.0766	4
54472	Hochscheid	hochscheid	RP	00	07231	49.8833	7.2167	4
54472	Kommen	kommen	RP	00	07231	49.8833	7.1333	4
54472	Brauneberg	brauneberg	RP	00	07231	49.9058	6.9813	4
54472	Veldenz	veldenz	RP	00	07231	49.8887	7.0221	4
54472	Burgen	burgen	RP	00	07231	49.8833	7	4
54472	Gornhausen	gornhausen	RP	00	07231	49.8667	7.05	4
54472	Longkamp	longkamp	RP	00	07231	49.8904	7.1176	4
54472	Monzelfeld	monzelfeld	RP	00	07231	49.8924	7.0732	4
54483	Kleinich	kleinich	RP	00	07231	49.9	7.1833	4
54484	Maring-Noviand	maring-noviand	RP	00	07231	49.9333	7	4
54486	Mülheim	mulheim	RP	00	07231	49.9125	7.0195	4
54487	Wintrich	wintrich	RP	00	07231	49.8833	6.95	4
54492	Erden	erden	RP	00	07231	49.9833	7.0167	4
54492	Lösnich	losnich	RP	00	07231	49.9667	7.0333	4
54492	Zeltingen-Rachtig	zeltingen-rachtig	RP	00	07231	49.95	7.0167	4
54497	Morbach	morbach	RP	00	07231	49.8077	7.1271	4
54497	Horath	horath	RP	00	07231	49.8109	6.9859	4
54498	Piesport	piesport	RP	00	07231	49.8864	6.9165	4
54516	Wittlich	wittlich	RP	00	07231	49.986	6.8931	4
54516	Flußbach	flussbach	RP	00	07231	50.0167	6.9333	4
54518	Plein	plein	RP	00	07231	50.0333	6.8667	4
54518	Heidweiler	heidweiler	RP	00	07231	49.9167	6.75	4
54518	Dreis	dreis	RP	00	07231	49.9409	6.8184	4
54518	Rivenich	rivenich	RP	00	07231	49.8758	6.8452	4
54518	Gladbach	gladbach	RP	00	07231	49.9333	6.7667	4
54518	Dodenburg	dodenburg	RP	00	07231	49.9167	6.7833	4
54518	Altrich	altrich	RP	00	07231	49.957	6.9122	4
54518	Minheim	minheim	RP	00	07231	49.8649	6.9369	4
54518	Binsfeld	binsfeld	RP	00	07231	49.9667	6.7167	4
54518	Hupperath	hupperath	RP	00	07231	50	6.8333	4
54518	Esch	esch	RP	00	07231	49.9	6.85	4
54518	Arenrath	arenrath	RP	00	07231	49.95	6.7333	4
54518	Heckenmünster	heckenmunster	RP	00	07231	49.9	6.7833	4
54518	Osann-Monzel	osann-monzel	RP	00	07231	49.9167	6.95	4
54518	Niersbach	niersbach	RP	00	07231	49.9402	6.7408	4
54518	Minderlittgen	minderlittgen	RP	00	07231	50.0167	6.8333	4
54518	Bruch	bruch	RP	00	07231	49.9569	6.7817	4
54518	Platten	platten	RP	00	07231	49.9516	6.9531	4
54518	Bergweiler	bergweiler	RP	00	07231	49.9667	6.8167	4
54518	Sehlem	sehlem	RP	00	07231	49.9	6.8333	4
54518	Kesten	kesten	RP	00	07231	49.9	6.95	4
54523	Hetzerath	hetzerath	RP	00	07231	49.8833	6.8167	4
54523	Dierscheid	dierscheid	RP	00	07231	49.9	6.75	4
54524	Klausen	klausen	RP	00	07231	49.9	6.8833	4
54526	Landscheid	landscheid	RP	00	07231	49.9833	6.7667	4
54528	Salmtal	salmtal	RP	00	07231	49.9333	6.85	4
54529	Spangdahlem	spangdahlem	RP	00	07232	49.9833	6.6833	4
54531	Meerfeld	meerfeld	RP	00	07231	50.0942	6.7565	4
54531	Wallscheid	wallscheid	RP	00	07231	50.1	6.8833	4
54531	Eckfeld	eckfeld	RP	00	07231	50.1167	6.85	4
54531	Pantenburg	pantenburg	RP	00	07231	50.0833	6.8333	4
54531	Manderscheid	manderscheid	RP	00	07231	50.0967	6.8098	4
54533	Dierfeld	dierfeld	RP	00	07231	50.0833	6.8833	4
54533	Niederöfflingen	niederofflingen	RP	00	07231	50.0667	6.8833	4
54533	Oberscheidweiler	oberscheidweiler	RP	00	07231	50.0833	6.9333	4
54533	Gipperath	gipperath	RP	00	07231	50.0333	6.8667	4
54533	Laufeld	laufeld	RP	00	07231	50.0833	6.8667	4
54533	Bettenfeld	bettenfeld	RP	00	07231	50.085	6.7601	4
54533	Oberöfflingen	oberofflingen	RP	00	07231	50.0667	6.8667	4
54533	Niederscheidweiler	niederscheidweiler	RP	00	07231	50.0667	6.95	4
54533	Greimerath	greimerath	RP	00	07231	50.0333	6.9	4
54533	Eisenschmitt	eisenschmitt	RP	00	07231	50.0442	6.723	4
54533	Hasborn	hasborn	RP	00	07231	50.05	6.9167	4
54533	Schwarzenborn	schwarzenborn	RP	00	07231	50.0333	6.7167	4
54533	Gransdorf	gransdorf	RP	00	07232	50.0167	6.6833	4
54533	Oberkail	oberkail	RP	00	07232	50.0333	6.6833	4
54533	Willwerscheid	willwerscheid	RP	00	07231	50.0333	6.9333	4
54534	Karl	karl	RP	00	07231	50.05	6.8	4
54534	Schladt	schladt	RP	00	07231	50.0333	6.8333	4
54534	Großlittgen	grosslittgen	RP	00	07231	50.0279	6.7986	4
54534	Musweiler	musweiler	RP	00	07231	50.0167	6.8	4
54536	Kröv	krov	RP	00	07231	49.9833	7.0833	4
54538	Kinderbeuern	kinderbeuern	RP	00	07231	50.0093	7.0236	4
54538	Diefenbach	diefenbach	RP	00	07231	50.0333	6.95	4
54538	Bausendorf	bausendorf	RP	00	07231	50.0167	7	4
54538	Hontheim	hontheim	RP	00	07231	50.0667	6.9833	4
54538	Bengel	bengel	RP	00	07231	50.0167	7.0667	4
54538	Kinheim	kinheim	RP	00	07231	49.9667	7.05	4
54539	Ürzig	urzig	RP	00	07231	49.9794	7.0061	4
54550	Daun	daun	RP	00	07233	50.1972	6.8294	4
54552	Neichen	neichen	RP	00	07233	50.2667	6.8667	4
54552	Hörschhausen	horschhausen	RP	00	07233	50.25	6.9333	4
54552	Katzwinkel	katzwinkel	RP	00	07233	50.25	6.9167	4
54552	Dreis-Brück	dreis-bruck	RP	00	07233	50.266	6.7923	4
54552	Darscheid	darscheid	RP	00	07233	50.2167	6.8833	4
54552	Gefell	gefell	RP	00	07233	50.2333	6.9167	4
54552	Dockweiler	dockweiler	RP	00	07233	50.25	6.7833	4
54552	Beinhausen	beinhausen	RP	00	07233	50.2667	6.8833	4
54552	Kradenbach	kradenbach	RP	00	07233	50.25	6.85	4
54552	Hörscheid	horscheid	RP	00	07233	50.2167	6.8667	4
54552	Steineberg	steineberg	RP	00	07233	50.1833	6.9167	4
54552	Udler	udler	RP	00	07233	50.1333	6.8833	4
54552	Demerath	demerath	RP	00	07233	50.1833	6.95	4
54552	Ellscheid	ellscheid	RP	00	07233	50.15	6.9167	4
54552	Nerdlen	nerdlen	RP	00	07233	50.2333	6.8667	4
54552	Strotzbüsch	strotzbusch	RP	00	07233	50.1	6.95	4
54552	Utzerath	utzerath	RP	00	07233	50.2167	6.9333	4
54552	Üdersdorf	udersdorf	RP	00	07233	50.15	6.8	4
54552	Boxberg	boxberg	RP	00	07233	50.2667	6.8833	4
54552	Immerath	immerath	RP	00	07233	50.1333	6.95	4
54552	Schalkenmehren	schalkenmehren	RP	00	07233	50.1653	6.8607	4
54552	Steiningen	steiningen	RP	00	07233	50.1833	6.9167	4
54552	Brockscheid	brockscheid	RP	00	07233	50.1333	6.85	4
54552	Schönbach	schonbach	RP	00	07233	50.2167	6.95	4
54552	Mehren	mehren	RP	00	07233	50.1833	6.8833	4
54552	Sarmersbach	sarmersbach	RP	00	07233	50.2333	6.8833	4
54558	Strohn	strohn	RP	00	07233	50.1167	6.9167	4
54558	Saxler	saxler	RP	00	07233	50.1333	6.9	4
54558	Winkel	winkel	RP	00	07233	50.15	6.95	4
54558	Mückeln	muckeln	RP	00	07233	50.0833	6.9167	4
54558	Gillenfeld	gillenfeld	RP	00	07233	50.1279	6.9038	4
54568	Gerolstein	gerolstein	RP	00	07233	50.2222	6.6598	4
54570	Kalenborn-Scheuern	kalenborn-scheuern	RP	00	07233	50.25	6.6	4
54570	Weidenbach	weidenbach	RP	00	07233	50.1333	6.7167	4
54570	Neroth	neroth	RP	00	07233	50.196	6.7469	4
54570	Bleckhausen	bleckhausen	RP	00	07233	50.1333	6.7833	4
54570	Densborn	densborn	RP	00	07233	50.1221	6.6007	4
54570	Hohenfels-Essingen	hohenfels-essingen	RP	00	07233	50.25	6.7333	4
54570	Pelm	pelm	RP	00	07233	50.2319	6.6908	4
54570	Deudesfeld	deudesfeld	RP	00	07233	50.1026	6.7308	4
54570	Meisburg	meisburg	RP	00	07233	50.1167	6.6833	4
54570	Betteldorf	betteldorf	RP	00	07233	50.25	6.75	4
54570	Kirchweiler	kirchweiler	RP	00	07233	50.2302	6.7453	4
54570	Schutz	schutz	RP	00	07233	50.1333	6.75	4
54570	Berlingen	berlingen	RP	00	07233	50.2389	6.7193	4
54570	Niederstadtfeld	niederstadtfeld	RP	00	07233	50.1605	6.7597	4
54570	Mürlenbach	murlenbach	RP	00	07233	50.15	6.6	4
54570	Wallenborn	wallenborn	RP	00	07233	50.15	6.7167	4
54570	Rockeskyll	rockeskyll	RP	00	07233	50.25	6.7	4
54570	Hinterweiler	hinterweiler	RP	00	07233	50.2364	6.7558	4
54570	Salm	salm	RP	00	07233	50.1529	6.6906	4
54570	Oberstadtfeld	oberstadtfeld	RP	00	07233	50.1762	6.7692	4
54574	Birresborn	birresborn	RP	00	07233	50.1833	6.6333	4
54574	Kopp	kopp	RP	00	07233	50.1833	6.5833	4
54576	Hillesheim	hillesheim	RP	00	07233	50.2918	6.6696	4
54576	Dohm-Lammersdorf	dohm-lammersdorf	RP	00	07233	50.2667	6.6667	4
54578	Oberbettingen	oberbettingen	RP	00	07233	50.2833	6.6333	4
54578	Nohn	nohn	RP	00	07233	50.3333	6.7833	4
54578	Wiesbaum	wiesbaum	RP	00	07233	50.3406	6.6733	4
54578	Berndorf	berndorf	RP	00	07233	50.3051	6.6966	4
54578	Walsdorf	walsdorf	RP	00	07233	50.2833	6.7167	4
54578	Basberg	basberg	RP	00	07233	50.3	6.6	4
54578	Kerpen	kerpen	RP	00	07233	50.3097	6.7298	4
54578	Oberehe-Stroheich	oberehe-stroheich	RP	00	07233	50.2833	6.7667	4
54579	Üxheim	uxheim	RP	00	07233	50.35	6.75	4
54584	Feusdorf	feusdorf	RP	00	07233	50.35	6.6167	4
54584	Jünkerath	junkerath	RP	00	07233	50.3441	6.5814	4
54584	Gönnersdorf	gonnersdorf	RP	00	07233	50.3333	6.6	4
54585	Esch	esch	RP	00	07233	50.3667	6.6167	4
54586	Schüller	schuller	RP	00	07233	50.3333	6.5833	4
54587	Lissendorf	lissendorf	RP	00	07233	50.3167	6.6	4
54587	Birgel	birgel	RP	00	07233	50.3167	6.6167	4
54589	Kerschenbach	kerschenbach	RP	00	07233	50.35	6.5	4
54589	Stadtkyll	stadtkyll	RP	00	07233	50.35	6.5333	4
54595	Weinsheim	weinsheim	RP	00	07232	50.2333	6.4667	4
54595	Prüm	prum	RP	00	07232	50.2078	6.4202	4
54595	Gondenbrett	gondenbrett	RP	00	07232	50.2333	6.4167	4
54595	Orlenbach	orlenbach	RP	00	07232	50.1667	6.3833	4
54595	Watzerath	watzerath	RP	00	07232	50.1833	6.3667	4
54595	Pittenbach	pittenbach	RP	00	07232	50.1833	6.35	4
54597	Euscheid	euscheid	RP	00	07232	50.1333	6.3	4
54597	Olzheim	olzheim	RP	00	07232	50.2723	6.4551	4
54597	Rommersheim	rommersheim	RP	00	07232	50.2	6.45	4
54597	Reuth	reuth	RP	00	07233	50.3	6.4833	4
54597	Plütscheid	plutscheid	RP	00	07232	50.0833	6.4167	4
54597	Lascheid	lascheid	RP	00	07232	50.1167	6.4167	4
54597	Ormont	ormont	RP	00	07233	50.3262	6.4424	4
54597	Masthorn	masthorn	RP	00	07232	50.15	6.3	4
54597	Duppach	duppach	RP	00	07233	50.2667	6.5667	4
54597	Habscheid	habscheid	RP	00	07232	50.1833	6.2667	4
54597	Fleringen	fleringen	RP	00	07232	50.2167	6.5	4
54597	Steffeln	steffeln	RP	00	07233	50.2833	6.5667	4
54597	Schwirzheim	schwirzheim	RP	00	07232	50.2333	6.5333	4
54597	Feuerscheid	feuerscheid	RP	00	07232	50.1	6.45	4
54597	Balesfeld	balesfeld	RP	00	07232	50.1	6.5333	4
54597	Lünebach	lunebach	RP	00	07232	50.1333	6.35	4
54597	Neuendorf	neuendorf	RP	00	07232	50.2833	6.4667	4
54597	Seiwerath	seiwerath	RP	00	07232	50.15	6.5	4
54597	Merlscheid	merlscheid	RP	00	07232	50.1333	6.35	4
54597	Strickscheid	strickscheid	RP	00	07232	50.1333	6.3167	4
54597	Wallersheim	wallersheim	RP	00	07232	50.2032	6.5278	4
54597	Lierfeld	lierfeld	RP	00	07232	50.1333	6.3667	4
54597	Auw bei Prüm	auw-bei-prum	RP	00	07233	50.3	6.3333	
54597	Kinzenburg	kinzenburg	RP	00	07232	50.1167	6.35	4
54597	Hersdorf	hersdorf	RP	00	07233	50.1667	6.5167	
54597	Roth	roth	RP	00	07232	50.3093	6.3835	4
54597	Pronsfeld	pronsfeld	RP	00	07232	50.1598	6.3404	4
54597	Burbach	burbach	RP	00	07232	50.1075	6.5182	4
54597	Kleinlangenfeld	kleinlangenfeld	RP	00	07232	50.2667	6.4833	4
54597	Matzerath	matzerath	RP	00	07232	50.15	6.3833	4
54597	Neuheilenbach	neuheilenbach	RP	00	07232	50.1167	6.5667	4
54608	Buchet	buchet	RP	00	07232	50.2333	6.3167	4
54608	Mützenich	mutzenich	RP	00	07232	50.25	6.2667	4
54608	Oberlascheid	oberlascheid	RP	00	07232	50.25	6.3	4
54608	Großlangenfeld	grosslangenfeld	RP	00	07232	50.2167	6.25	4
54608	Winterscheid	winterscheid	RP	00	07232	50.2333	6.25	4
54608	Bleialf	bleialf	RP	00	07232	50.2333	6.2833	4
54608	Brandscheid	brandscheid	RP	00	07232	50.2201	6.3085	4
54608	Sellerich	sellerich	RP	00	07232	50.2333	6.3667	4
54610	Büdesheim	budesheim	RP	00	07232	50.2167	6.55	4
54611	Scheid	scheid	RP	00	07233	50.3591	6.4218	4
54611	Hallschlag	hallschlag	RP	00	07233	50.3544	6.4382	4
54612	Wawern	wawern	RP	00	07232	50.1167	6.4833	4
54612	Nimshuscheid	nimshuscheid	RP	00	07232	50.1	6.4833	4
54612	Lasel	lasel	RP	00	07232	50.1167	6.4667	4
54614	Oberlauch	oberlauch	RP	00	07232	50.1667	6.4167	4
54614	Dingdorf	dingdorf	RP	00	07232	50.15	6.4333	4
54614	Schönecken	schonecken	RP	00	07232	50.1591	6.4682	4
54614	Niederlauch	niederlauch	RP	00	07232	50.1667	6.4333	4
54614	Giesdorf	giesdorf	RP	00	07232	50.1833	6.45	4
54614	Winringen	winringen	RP	00	07232	50.15	6.4167	4
54614	Nimsreuland	nimsreuland	RP	00	07232	50.1333	6.45	4
54614	Heisdorf	heisdorf	RP	00	07232	50.1333	6.4333	4
54616	Winterspelt	winterspelt	RP	00	07232	50.2167	6.2167	4
54617	Sevenig (Our)	sevenig-our	RP	00	07232	50.1167	6.1667	
54617	Harspelt	harspelt	RP	00	07232	50.1333	6.1667	4
54617	Lützkampen	lutzkampen	RP	00	07232	50.15	6.1833	4
54619	Heckhuscheid	heckhuscheid	RP	00	07232	50.1788	6.2226	4
54619	Lichtenborn	lichtenborn	RP	00	07232	50.1167	6.3	4
54619	Sengerich	sengerich	RP	00	07232	50.1167	6.2167	4
54619	Leidenborn	leidenborn	RP	00	07232	50.1333	6.2167	4
54619	Üttfeld	uttfeld	RP	00	07232	50.1333	6.25	
54619	Roscheid	roscheid	RP	00	07232	50.1167	6.1833	4
54619	Kesfeld	kesfeld	RP	00	07232	50.15	6.2333	4
54619	Großkampenberg	grosskampenberg	RP	00	07232	50.15	6.2	4
54619	Herzfeld	herzfeld	RP	00	07232	50.1333	6.2167	4
54619	Reiff	reiff	RP	00	07232	50.1	6.2	4
54619	Eschfeld	eschfeld	RP	00	07232	50.1167	6.2	4
54634	Bitburg	bitburg	RP	00	07232	49.9679	6.5273	4
54634	Metterich	metterich	RP	00	07232	49.98	6.5894	4
54634	Oberstedem	oberstedem	RP	00	07232	49.9333	6.5167	4
54634	Birtlingen	birtlingen	RP	00	07232	49.95	6.4833	4
54634	Niederstedem	niederstedem	RP	00	07232	49.9333	6.5	4
54636	Niederweiler	niederweiler	RP	00	07232	50.0333	6.45	4
54636	Schleid	schleid	RP	00	07232	50.0667	6.4833	4
54636	Hütterscheid	hutterscheid	RP	00	07232	50	6.3833	4
54636	Seffern	seffern	RP	00	07232	50.0667	6.5	4
54636	Rittersdorf	rittersdorf	RP	00	07232	50	6.5	4
54636	Wiersdorf	wiersdorf	RP	00	07232	50	6.45	4
54636	Messerich	messerich	RP	00	07232	49.9333	6.4833	4
54636	Feilsdorf	feilsdorf	RP	00	07232	49.9833	6.4167	4
54636	Echtershausen	echtershausen	RP	00	07232	50.0167	6.4167	4
54636	Hüttingen an der Kyll	huttingen-an-der-kyll	RP	00	07232	49.9667	6.5833	
54636	Heilenbach	heilenbach	RP	00	07232	50.0667	6.4667	4
54636	Fließem	fliessem	RP	00	07232	50.0235	6.5415	4
54636	Wolsfeld	wolsfeld	RP	00	07232	49.907	6.466	4
54636	Meckel	meckel	RP	00	07232	49.8898	6.5171	4
54636	Weidingen	weidingen	RP	00	07232	50.0167	6.3833	4
54636	Nattenheim	nattenheim	RP	00	07232	50.0167	6.5167	4
54636	Wißmannsdorf	wissmannsdorf	RP	00	07232	49.9833	6.45	4
54636	Bickendorf	bickendorf	RP	00	07232	50.0333	6.5	4
54636	Röhl	rohl	RP	00	07232	49.9333	6.5833	4
54636	Baustert	baustert	RP	00	07232	49.978	6.3898	4
54636	Altscheid	altscheid	RP	00	07232	50.0167	6.4	4
54636	Biersdorf	biersdorf	RP	00	07232	50.0148	6.4509	4
54636	Oberweiler	oberweiler	RP	00	07232	50.05	6.45	4
54636	Oberweis	oberweis	RP	00	07232	49.9667	6.4167	4
54636	Dockendorf	dockendorf	RP	00	07232	49.9167	6.4667	4
54636	Scharfbillig	scharfbillig	RP	00	07232	49.9323	6.5552	4
54636	Ehlenz	ehlenz	RP	00	07232	50.0404	6.4712	4
54636	Brecht	brecht	RP	00	07232	49.9833	6.4333	4
54636	Ließem	liessem	RP	00	07232	50.0333	6.4833	4
54636	Hamm	hamm	RP	00	07232	50.0167	6.4167	4
54636	Idenheim	idenheim	RP	00	07232	49.9	6.5667	4
54636	Sülm	sulm	RP	00	07232	49.9167	6.5667	4
54636	Eßlingen	esslingen	RP	00	07232	49.9156	6.5274	4
54636	Trimport	trimport	RP	00	07232	49.9167	6.5833	4
54636	Ingendorf	ingendorf	RP	00	07232	49.9333	6.45	4
54636	Sefferweich	sefferweich	RP	00	07232	50.0667	6.5167	4
54636	Mülbach	mulbach	RP	00	07232	49.9688	6.4047	4
54636	Dahlem	dahlem	RP	00	07232	49.9167	6.6	4
54636	Idesheim	idesheim	RP	00	07232	49.8755	6.5754	4
54646	Niehl	niehl	RP	00	07232	49.9577	6.3552	4
54646	Burg	burg	RP	00	07232	49.9667	6.35	4
54646	Stockem	stockem	RP	00	07232	49.9333	6.3833	4
54646	Hisel	hisel	RP	00	07232	49.9631	6.374	4
54646	Olsdorf	olsdorf	RP	00	07232	49.9535	6.3822	4
54646	Halsdorf	halsdorf	RP	00	07232	49.9333	6.3667	4
54646	Bettingen	bettingen	RP	00	07232	49.9421	6.4016	4
54646	Wettlingen	wettlingen	RP	00	07232	49.9333	6.4	4
54646	Brimingen	brimingen	RP	00	07232	49.9697	6.3637	4
54646	Enzen	enzen	RP	00	07232	49.9167	6.3667	4
54647	Pickließem	pickliessem	RP	00	07232	49.9917	6.646	4
54647	Gondorf	gondorf	RP	00	07232	49.9667	6.6167	4
54647	Dudeldorf	dudeldorf	RP	00	07232	49.9749	6.6372	4
54649	Mauel	mauel	RP	00	07232	50.0667	6.4	4
54649	Pintesfeld	pintesfeld	RP	00	07232	50.1167	6.3667	4
54649	Waxweiler	waxweiler	RP	00	07232	50.0926	6.363	4
54649	Eilscheid	eilscheid	RP	00	07232	50.1333	6.3833	4
54649	Hargarten	hargarten	RP	00	07232	50.1	6.4	4
54649	Lambertsberg	lambertsberg	RP	00	07232	50.0833	6.3833	4
54649	Oberpierscheid	oberpierscheid	RP	00	07232	50.0667	6.3667	4
54649	Dackscheid	dackscheid	RP	00	07232	50.1167	6.3833	4
54649	Niederpierscheid	niederpierscheid	RP	00	07232	50.0833	6.3667	4
54649	Lauperath	lauperath	RP	00	07232	50.0833	6.3333	4
54649	Manderscheid	manderscheid	RP	00	07232	50.1	6.35	4
54655	Orsfeld	orsfeld	RP	00	07232	50.0333	6.6167	4
54655	Seinsfeld	seinsfeld	RP	00	07232	50.05	6.65	4
54655	Steinborn	steinborn	RP	00	07232	50.0667	6.6333	4
54655	Malberg	malberg	RP	00	07232	50.05	6.5833	4
54655	Kyllburg	kyllburg	RP	00	07232	50.0386	6.5948	4
54655	Malbergweich	malbergweich	RP	00	07232	50.0553	6.5539	4
54655	Etteldorf	etteldorf	RP	00	07232	50.0333	6.5667	4
54655	Usch	usch	RP	00	07232	50.1	6.6	4
54655	Kyllburgweiler	kyllburgweiler	RP	00	07232	50.05	6.6167	4
54655	Zendscheid	zendscheid	RP	00	07232	50.1	6.6	4
54655	Wilsecker	wilsecker	RP	00	07232	50.0167	6.5833	4
54655	Sankt Thomas	sankt-thomas	RP	00	07232	50.0667	6.6	4
54657	Gindorf	gindorf	RP	00	07232	50.0167	6.65	4
54657	Badem	badem	RP	00	07232	50	6.6167	4
54657	Neidenbach	neidenbach	RP	00	07232	50.1	6.55	4
54662	Herforst	herforst	RP	00	07232	49.95	6.7	4
54662	Philippsheim	philippsheim	RP	00	07232	49.95	6.6333	4
54662	Beilingen	beilingen	RP	00	07232	49.95	6.6667	4
54662	Speicher	speicher	RP	00	07232	49.9333	6.6333	4
54664	Preist	preist	RP	00	07232	49.9066	6.6317	4
54664	Auw an der Kyll	auw-an-der-kyll	RP	00	07232	49.9	6.6167	
54664	Hosten	hosten	RP	00	07232	49.9	6.6167	4
54666	Irrel	irrel	RP	00	07232	49.8454	6.457	4
54668	Holsthum	holsthum	RP	00	07232	49.8935	6.4128	4
54668	Ernzen	ernzen	RP	00	07232	49.8427	6.4244	4
54668	Peffingen	peffingen	RP	00	07232	49.9	6.4	4
54668	Niederweis	niederweis	RP	00	07232	49.87	6.4672	4
54668	Kaschenbach	kaschenbach	RP	00	07232	49.8761	6.4799	4
54668	Alsdorf	alsdorf	RP	00	07232	49.8883	6.4682	4
54668	Schankweiler	schankweiler	RP	00	07232	49.9	6.3833	4
54668	Ferschweiler	ferschweiler	RP	00	07232	49.8667	6.4	4
54668	Echternacherbrück	echternacherbruck	RP	00	07232	49.8167	6.4333	4
54668	Prümzurlay	prumzurlay	RP	00	07232	49.8667	6.4333	4
54669	Bollendorf	bollendorf	RP	00	07232	49.8527	6.3579	4
54673	Zweifelscheid	zweifelscheid	RP	00	07232	50.0333	6.25	4
54673	Koxhausen	koxhausen	RP	00	07232	49.9833	6.2333	4
54673	Hütten	hutten	RP	00	07232	50.0167	6.25	4
54673	Uppershausen	uppershausen	RP	00	07232	50.0333	6.3167	4
54673	Heilbach	heilbach	RP	00	07232	50.05	6.2833	4
54673	Scheuern	scheuern	RP	00	07232	50.0167	6.3	4
54673	Ammeldingen bei Neuerburg	ammeldingen-bei-neuerburg	RP	00	07232	50.05	6.2833	
54673	Karlshausen	karlshausen	RP	00	07232	50.0238	6.2282	4
54673	Waldhof-Falkenstein	waldhof-falkenstein	RP	00	07232	49.9667	6.1833	4
54673	Neuerburg	neuerburg	RP	00	07232	50.0127	6.2931	4
54673	Sevenig	sevenig	RP	00	07232	50.0215	6.1892	4
54673	Burscheid	burscheid	RP	00	07232	50.0374	6.3525	4
54673	Plascheid	plascheid	RP	00	07232	50.0333	6.2833	4
54673	Emmelbaum	emmelbaum	RP	00	07232	50.05	6.2667	4
54673	Krautscheid	krautscheid	RP	00	07232	50.0667	6.3333	4
54673	Muxerath	muxerath	RP	00	07232	49.9833	6.2667	4
54673	Rodershausen	rodershausen	RP	00	07232	49.9833	6.2	4
54673	Dauwelshausen	dauwelshausen	RP	00	07232	50	6.1833	4
54673	Leimbach	leimbach	RP	00	07232	50.0167	6.25	4
54673	Keppeshausen	keppeshausen	RP	00	07232	49.9667	6.1667	4
54673	Bauler	bauler	RP	00	07232	49.9667	6.2	4
54673	Berkoth	berkoth	RP	00	07232	50.0442	6.3399	4
54673	Gemünd	gemund	RP	00	07232	49.9833	6.1667	4
54673	Herbstmühle	herbstmuhle	RP	00	07232	50	6.2167	4
54673	Scheitenkorb	scheitenkorb	RP	00	07232	50.0167	6.2	4
54673	Nasingen	nasingen	RP	00	07232	49.9667	6.25	4
54673	Berscheid	berscheid	RP	00	07232	49.9833	6.2333	4
54675	Nusbaum	nusbaum	RP	00	07232	49.9167	6.35	4
54675	Fischbach-Oberraden	fischbach-oberraden	RP	00	07232	50	6.3333	4
54675	Kruchten	kruchten	RP	00	07232	49.9	6.3167	4
54675	Biesdorf	biesdorf	RP	00	07232	49.8833	6.3	4
54675	Obergeckler	obergeckler	RP	00	07232	49.9667	6.3	4
54675	Körperich	korperich	RP	00	07232	49.9245	6.2597	4
54675	Sinspelt	sinspelt	RP	00	07232	49.9726	6.3182	4
54675	Niedergeckler	niedergeckler	RP	00	07232	49.9667	6.3	4
54675	Roth an der Our	roth-an-der-our	RP	00	07232	49.9167	6.2167	
54675	Gentingen	gentingen	RP	00	07232	49.9	6.2333	4
54675	Lahr	lahr	RP	00	07232	49.9333	6.2833	4
54675	Ammeldingen an der Our	ammeldingen-an-der-our	RP	00	07232	49.9	6.25	
54675	Geichlingen	geichlingen	RP	00	07232	49.95	6.2667	4
54675	Hommerdingen	hommerdingen	RP	00	07232	49.9167	6.3167	4
54675	Wallendorf	wallendorf	RP	00	07232	49.8761	6.2891	4
54675	Niederraden	niederraden	RP	00	07232	49.9833	6.3167	4
54675	Mettendorf	mettendorf	RP	00	07232	49.9478	6.33	4
54675	Utscheid	utscheid	RP	00	07232	50	6.35	4
54675	Hüttingen	huttingen	RP	00	07232	49.9304	6.2971	4
54687	Arzfeld	arzfeld	RP	00	07232	50.0896	6.2707	4
54689	Kickeshausen	kickeshausen	RP	00	07232	50.0667	6.25	4
54689	Preischeid	preischeid	RP	00	07232	50.0333	6.15	4
54689	Übereisenbach	ubereisenbach	RP	00	07232	50	6.15	4
54689	Affler	affler	RP	00	07232	50.0167	6.15	4
54689	Reipeldingen	reipeldingen	RP	00	07232	50.0833	6.1833	4
54689	Dasburg	dasburg	RP	00	07232	50.05	6.1333	4
54689	Dahnen	dahnen	RP	00	07232	50.0667	6.15	4
54689	Jucken	jucken	RP	00	07232	50.05	6.2333	4
54689	Daleiden	daleiden	RP	00	07232	50.07	6.1836	4
54689	Irrhausen	irrhausen	RP	00	07232	50.0667	6.2	4
54689	Olmscheid	olmscheid	RP	00	07232	50.0667	6.2167	4
55116	Mainz	mainz	RP	00	07315	50.001	8.2688	4
55118	Mainz	mainz	RP	00	07315	50	8.2711	4
55120	Mainz	mainz	RP	00	07315	50.0196	8.2321	4
55122	Mainz	mainz	RP	00	07315	49.995	8.237	4
55124	Mainz	mainz	RP	00	07315	50.0025	8.2148	4
55126	Mainz	mainz	RP	00	07315	49.9836	8.1767	4
55127	Mainz	mainz	RP	00	07315	50	8.2711	4
55128	Mainz	mainz	RP	00	07315	49.9808	8.2422	4
55129	Mainz	mainz	RP	00	07315	49.9661	8.2663	4
55130	Mainz	mainz	RP	00	07315	49.9873	8.2965	4
55131	Mainz	mainz	RP	00	07315	49.9823	8.2609	4
55218	Ingelheim am Rhein	ingelheim-am-rhein	RP	00	07339	49.9708	8.0588	4
55232	Ensheim	ensheim	RP	00	07331	49.8064	8.1156	4
55232	Alzey	alzey	RP	00	07331	49.7466	8.1151	4
55234	Bermersheim vor der Höhe	bermersheim-vor-der-hohe	RP	00	07331	49.7783	8.0992	
55234	Hochborn	hochborn	RP	00	07331	49.7239	8.2008	4
55234	Monzernheim	monzernheim	RP	00	07331	49.7214	8.2283	4
55234	Kettenheim	kettenheim	RP	00	07331	49.7217	8.1133	4
55234	Esselborn	esselborn	RP	00	07331	49.7153	8.1186	4
55234	Biebelnheim	biebelnheim	RP	00	07331	49.7967	8.1706	4
55234	Eppelsheim	eppelsheim	RP	00	07331	49.7056	8.1653	4
55234	Bechenheim	bechenheim	RP	00	07331	49.7286	8.0033	4
55234	Framersheim	framersheim	RP	00	07331	49.7581	8.1742	4
55234	Nack	nack	RP	00	07331	49.7464	8.0028	4
55234	Ober-Flörsheim	ober-florsheim	RP	00	07331	49.6831	8.1553	4
55234	Bechtolsheim	bechtolsheim	RP	00	07331	49.8042	8.1939	4
55234	Nieder-Wiesen	nieder-wiesen	RP	00	07331	49.7333	7.9833	4
55234	Offenheim	offenheim	RP	00	07331	49.7256	8.0303	4
55234	Gau-Heppenheim	gau-heppenheim	RP	00	07331	49.7422	8.1733	4
55234	Wendelsheim	wendelsheim	RP	00	07331	49.7667	8	4
55234	Freimersheim	freimersheim	RP	00	07331	49.7083	8.0892	4
55234	Flomborn	flomborn	RP	00	07331	49.6906	8.1492	4
55234	Albig	albig	RP	00	07331	49.7736	8.1214	4
55234	Hangen-Weisheim	hangen-weisheim	RP	00	07331	49.7103	8.1836	4
55234	Dintesheim	dintesheim	RP	00	07331	49.7075	8.1433	4
55234	Wahlheim	wahlheim	RP	00	07331	49.7178	8.1061	4
55234	Erbes-Büdesheim	erbes-budesheim	RP	00	07331	49.7544	8.0314	4
55237	Flonheim	flonheim	RP	00	07331	49.785	8.04	4
55237	Bornheim	bornheim	RP	00	07331	49.7831	8.0603	4
55237	Lonsheim	lonsheim	RP	00	07331	49.7786	8.0767	4
55239	Gau-Odernheim	gau-odernheim	RP	00	07331	49.7847	8.1942	4
55257	Budenheim	budenheim	RP	00	07339	50.0167	8.1667	4
55262	Heidesheim am Rhein	heidesheim-am-rhein	RP	00	07339	50	8.1261	4
55263	Wackernheim	wackernheim	RP	00	07339	49.9744	8.1167	4
55268	Nieder-Olm	nieder-olm	RP	00	07339	49.9117	8.2053	4
55270	Jugenheim	jugenheim	RP	00	07339	49.8936	8.0847	4
55270	Bubenheim	bubenheim	RP	00	07339	49.9217	8.0797	4
55270	Ober-Olm	ober-olm	RP	00	07339	49.9372	8.1889	4
55270	Sörgenloch	sorgenloch	RP	00	07339	49.8831	8.2011	4
55270	Zornheim	zornheim	RP	00	07339	49.89	8.2247	4
55270	Klein-Winternheim	klein-winternheim	RP	00	07339	49.9383	8.2119	4
55270	Essenheim	essenheim	RP	00	07339	49.9306	8.1556	4
55270	Engelstadt	engelstadt	RP	00	07339	49.9042	8.0653	4
55270	Schwabenheim an der Selz	schwabenheim-an-der-selz	RP	00	07339	49.9328	8.0942	
55271	Stadecken-Elsheim	stadecken-elsheim	RP	00	07339	49.9122	8.1253	4
55276	Oppenheim	oppenheim	RP	00	07339	49.8547	8.3597	4
55276	Dienheim	dienheim	RP	00	07339	49.8372	8.3497	4
55278	Friesenheim	friesenheim	RP	00	07339	49.8364	8.2569	4
55278	Dalheim	dalheim	RP	00	07339	49.8267	8.2953	4
55278	Ludwigshöhe	ludwigshohe	RP	00	07339	49.8167	8.3436	4
55278	Dexheim	dexheim	RP	00	07339	49.8472	8.3167	4
55278	Hahnheim	hahnheim	RP	00	07339	49.8608	8.2369	4
55278	Eimsheim	eimsheim	RP	00	07339	49.7958	8.2894	4
55278	Uelversheim	uelversheim	RP	00	07339	49.81	8.2886	4
55278	Dolgesheim	dolgesheim	RP	00	07339	49.7944	8.2569	4
55278	Undenheim	undenheim	RP	00	07339	49.8381	8.2189	4
55278	Weinolsheim	weinolsheim	RP	00	07339	49.8158	8.2728	4
55278	Köngernheim	kongernheim	RP	00	07339	49.8458	8.2467	4
55278	Selzen	selzen	RP	00	07339	49.8606	8.2553	4
55278	Mommenheim	mommenheim	RP	00	07339	49.8803	8.265	4
55283	Nierstein	nierstein	RP	00	07339	49.87	8.3365	4
55286	Sulzheim	sulzheim	RP	00	07331	49.8431	8.0917	4
55286	Wörrstadt	worrstadt	RP	00	07331	49.8486	8.1242	4
55288	Schornsheim	schornsheim	RP	00	07331	49.8261	8.1315	
55288	Udenheim	udenheim	RP	00	07331	49.8647	8.1717	4
55288	Partenheim	partenheim	RP	00	07331	49.8839	8.0822	4
55288	Armsheim	armsheim	RP	00	07331	49.8097	8.0567	4
55288	Spiesheim	spiesheim	RP	00	07331	49.8103	8.1275	4
55288	Gabsheim	gabsheim	RP	00	07331	49.8278	8.1761	4
55291	Saulheim	saulheim	RP	00	07331	49.8774	8.1363	4
55294	Bodenheim	bodenheim	RP	00	07339	49.9353	8.32	4
55296	Lörzweiler	lorzweiler	RP	00	07339	49.8983	8.2947	4
55296	Harxheim	harxheim	RP	00	07339	49.9053	8.2642	4
55296	Gau-Bischofsheim	gau-bischofsheim	RP	00	07339	49.9158	8.2728	4
55299	Nackenheim	nackenheim	RP	00	07339	49.9153	8.3389	4
55411	Bingen am Rhein	bingen-am-rhein	RP	00	07339	49.9667	7.8992	4
55413	Oberheimbach	oberheimbach	RP	00	07339	50.0167	7.7833	4
55413	Manubach	manubach	RP	00	07339	50.0333	7.75	4
55413	Niederheimbach	niederheimbach	RP	00	07339	50.0333	7.8167	4
55413	Oberdiebach	oberdiebach	RP	00	07339	50.0333	7.7833	4
55413	Weiler	weiler	RP	00	07339	49.957	7.8648	4
55413	Trechtingshausen	trechtingshausen	RP	00	07339	50.0103	7.8471	4
55422	Bacharach	bacharach	RP	00	07339	50.0572	7.7695	4
55422	Breitscheid	breitscheid	RP	00	07339	50.05	7.7	4
55424	Münster-Sarmsheim	munster-sarmsheim	RP	00	07339	49.9434	7.8943	4
55425	Waldalgesheim	waldalgesheim	RP	00	07339	49.95	7.8333	4
55430	Oberwesel	oberwesel	RP	00	07140	50.1078	7.7252	4
55430	Perscheid	perscheid	RP	00	07140	50.0667	7.7	4
55430	Urbar	urbar	RP	00	07140	50.1333	7.7167	4
55432	Damscheid	damscheid	RP	00	07140	50.1	7.6833	4
55432	Niederburg	niederburg	RP	00	07140	50.1167	7.7	4
55435	Gau-Algesheim	gau-algesheim	RP	00	07339	49.9567	8.0157	4
55437	Nieder-Hilbersheim	nieder-hilbersheim	RP	00	07339	49.9133	8.0419	4
55437	Appenheim	appenheim	RP	00	07339	49.93	8.0333	4
55437	Ober-Hilbersheim	ober-hilbersheim	RP	00	07339	49.9	8.0289	4
55437	Ockenheim	ockenheim	RP	00	07339	49.9437	7.9713	4
55442	Warmsroth	warmsroth	RP	00	07133	49.95	7.7833	4
55442	Stromberg	stromberg	RP	00	07133	49.9439	7.7729	4
55442	Roth	roth	RP	00	07133	49.9333	7.8	4
55442	Daxweiler	daxweiler	RP	00	07133	49.9667	7.75	4
55444	Schöneberg	schoneberg	RP	00	07133	49.9167	7.75	4
55444	Schweppenhausen	schweppenhausen	RP	00	07133	49.9267	7.7997	4
55444	Eckenroth	eckenroth	RP	00	07133	49.9167	7.7833	4
55444	Dörrebach	dorrebach	RP	00	07133	49.9454	7.7202	4
55444	Waldlaubersheim	waldlaubersheim	RP	00	07133	49.94	7.7492	
55444	Seibersbach	seibersbach	RP	00	07133	49.9667	7.7167	4
55450	Langenlonsheim	langenlonsheim	RP	00	07133	49.9	7.9	4
55452	Hergenfeld	hergenfeld	RP	00	07133	49.9	7.7667	4
55452	Windesheim	windesheim	RP	00	07133	49.9	7.8167	4
55452	Dorsheim	dorsheim	RP	00	07133	49.9167	7.8667	4
55452	Laubenheim	laubenheim	RP	00	07133	49.9167	7.9	4
55452	Rümmelsheim/Burg Layen	rummelsheim-burg-layen	RP	00	07133	49.9333	7.8667	
55452	Guldental	guldental	RP	00	07133	49.8892	7.8472	4
55457	Gensingen	gensingen	RP	00	07339	49.9	7.9333	4
55457	Horrweiler	horrweiler	RP	00	07339	49.9	7.9667	4
55459	Grolsheim	grolsheim	RP	00	07339	49.9083	7.916	4
55459	Aspisheim	aspisheim	RP	00	07339	49.9	7.9833	4
55469	Simmern	simmern	RP	00	07140	49.982	7.5235	4
55469	Bergenhausen	bergenhausen	RP	00	07140	50.0167	7.5667	4
55469	Holzbach	holzbach	RP	00	07140	49.95	7.5333	4
55469	Riegenroth	riegenroth	RP	00	07140	50.05	7.5833	4
55469	Nannhausen	nannhausen	RP	00	07140	49.9667	7.4833	4
55469	Budenbach	budenbach	RP	00	07140	50.0333	7.5667	4
55469	Horn	horn	RP	00	07140	50.05	7.5333	4
55469	Altweidelbach	altweidelbach	RP	00	07140	49.9833	7.5667	4
55469	Pleizenhausen	pleizenhausen	RP	00	07140	50.0167	7.5667	4
55469	Niederkumbd	niederkumbd	RP	00	07140	50.0167	7.5333	4
55469	Rayerschied	rayerschied	RP	00	07140	50.0167	7.5833	4
55469	Oppertshausen	oppertshausen	RP	00	07140	49.95	7.4667	4
55469	Mutterschied	mutterschied	RP	00	07140	49.9833	7.5667	4
55469	Klosterkumbd	klosterkumbd	RP	00	07140	50.0333	7.5333	4
55469	Ohlweiler	ohlweiler	RP	00	07140	49.9667	7.5	4
55469	Schönborn	schonborn	RP	00	07140	49.95	7.4667	4
55469	Belgweiler	belgweiler	RP	00	07140	49.95	7.4833	4
55471	Fronhofen	fronhofen	RP	00	07140	49.9833	7.4667	4
55471	Ravengiersburg	ravengiersburg	RP	00	07140	49.9333	7.4833	4
55471	Wüschheim	wuschheim	RP	00	07140	50.0167	7.4167	4
55471	Neuerkirch	neuerkirch	RP	00	07140	50.0167	7.4833	4
55471	Reich	reich	RP	00	07140	50	7.4333	4
55471	Biebern	biebern	RP	00	07140	49.9833	7.45	4
55471	Kümbdchen	kumbdchen	RP	00	07140	49.9833	7.5167	4
55471	Keidelheim	keidelheim	RP	00	07140	49.9833	7.5	4
55471	Tiefenbach	tiefenbach	RP	00	07140	49.9376	7.5439	4
55471	Sargenroth	sargenroth	RP	00	07140	49.9333	7.5167	4
55471	Külz	kulz	RP	00	07140	50.0067	7.4933	4
55481	Reckershausen	reckershausen	RP	00	07140	49.9833	7.4	4
55481	Kirchberg	kirchberg	RP	00	07140	49.944	7.407	4
55481	Nieder Kostenz	nieder-kostenz	RP	00	07140	49.95	7.3667	4
55481	Schwarzen	schwarzen	RP	00	07140	49.9667	7.3333	4
55481	Lindenschied	lindenschied	RP	00	07140	49.9	7.4	4
55481	Dillendorf	dillendorf	RP	00	07140	49.9167	7.3833	4
55481	Hecken	hecken	RP	00	07140	49.9167	7.4	4
55481	Todenroth	todenroth	RP	00	07140	49.9667	7.35	4
55481	Maitzborn	maitzborn	RP	00	07140	49.9333	7.4333	4
55481	Womrath	womrath	RP	00	07140	49.9167	7.45	4
55481	Ober Kostenz	ober-kostenz	RP	00	07140	49.95	7.35	4
55481	Metzenhausen	metzenhausen	RP	00	07140	49.9667	7.3667	4
55481	Kludenbach	kludenbach	RP	00	07140	49.9833	7.3667	4
55481	Rödern	rodern	RP	00	07140	49.95	7.45	4
55483	Krummenau	krummenau	RP	00	07134	49.8833	7.2667	4
55483	Schlierschied	schlierschied	RP	00	07140	49.8667	7.4333	4
55483	Dickenschied	dickenschied	RP	00	07140	49.9	7.4167	4
55483	Lautzenhausen	lautzenhausen	RP	00	07140	49.9333	7.2667	4
55483	Horbruch	horbruch	RP	00	07134	49.8833	7.2333	4
55483	Kappel	kappel	RP	00	07140	50	7.3667	4
55483	Unzenberg	unzenberg	RP	00	07140	49.9697	7.4395	4
55483	Hirschfeld	hirschfeld	RP	00	07140	49.8976	7.2419	4
55483	Bärenbach	barenbach	RP	00	07140	49.95	7.3	4
55483	Heinzenbach	heinzenbach	RP	00	07140	49.9667	7.4167	4
55487	Dill	dill	RP	00	07140	49.9167	7.35	4
55487	Sohren	sohren	RP	00	07140	49.9333	7.3167	4
55487	Niedersohren	niedersohren	RP	00	07140	49.9333	7.3333	4
55487	Sohrschied	sohrschied	RP	00	07140	49.9	7.35	4
55487	Laufersweiler	laufersweiler	RP	00	07140	49.8965	7.305	4
55490	Henau	henau	RP	00	07140	49.8667	7.5	4
55490	Mengerschied	mengerschied	RP	00	07140	49.9167	7.5	4
55490	Rohrbach	rohrbach	RP	00	07140	49.8833	7.4167	4
55490	Gehlweiler	gehlweiler	RP	00	07140	49.8833	7.4667	4
55490	Woppenroth	woppenroth	RP	00	07140	49.8667	7.4167	4
55490	Gemünden	gemunden	RP	00	07140	49.8944	7.4775	4
55491	Büchenbeuren	buchenbeuren	RP	00	07140	49.921	7.28	4
55491	Wahlenau	wahlenau	RP	00	07140	49.9	7.25	4
55491	Niederweiler	niederweiler	RP	00	07140	49.9	7.2833	4
55494	Erbach	erbach	RP	00	07140	50.0333	7.6833	4
55494	Mörschbach	morschbach	RP	00	07140	50.0167	7.6167	4
55494	Benzweiler	benzweiler	RP	00	07140	50.0167	7.6	4
55494	Wahlbach	wahlbach	RP	00	07140	50	7.6	4
55494	Rheinböllen	rheinbollen	RP	00	07140	50.0113	7.6725	4
55494	Dichtelbach	dichtelbach	RP	00	07140	50.0086	7.6957	4
55494	Liebshausen	liebshausen	RP	00	07140	50.0333	7.6333	4
55496	Argenthal	argenthal	RP	00	07140	49.9667	7.6	4
55497	Schnorbach	schnorbach	RP	00	07140	49.9833	7.6167	4
55497	Ellern	ellern	RP	00	07140	49.9817	7.6438	4
55499	Riesweiler	riesweiler	RP	00	07140	49.959	7.5567	4
55543	Bad Kreuznach	bad-kreuznach	RP	00	07133	49.8368	7.8647	4
55545	Bad Kreuznach	bad-kreuznach	RP	00	07133	49.8484	7.8378	4
55546	Neu-Bamberg	neu-bamberg	RP	00	07133	49.7986	7.9239	4
55546	Hackenheim	hackenheim	RP	00	07133	49.8252	7.8991	4
55546	Frei-Laubersheim	frei-laubersheim	RP	00	07133	49.8	7.9	4
55546	Volxheim	volxheim	RP	00	07133	49.8167	7.9333	4
55546	Biebelsheim	biebelsheim	RP	00	07133	49.8667	7.9333	4
55546	Tiefenthal	tiefenthal	RP	00	07133	49.75	7.9	4
55546	Pfaffen-Schwabenheim	pfaffen-schwabenheim	RP	00	07133	49.85	7.95	4
55546	Fürfeld	furfeld	RP	00	07133	49.7774	7.8926	4
55559	Bretzenheim	bretzenheim	RP	00	07133	49.878	7.8965	4
55566	Rehbach	rehbach	RP	00	07133	49.85	7.6333	4
55566	Ippenschied	ippenschied	RP	00	07133	49.8667	7.6333	4
55566	Kirschroth	kirschroth	RP	00	07133	49.7667	7.5667	4
55566	Daubach	daubach	RP	00	07133	49.85	7.6333	4
55566	Bad Sobernheim	bad-sobernheim	RP	00	07133	49.7864	7.6515	4
55566	Meddersheim	meddersheim	RP	00	07133	49.7764	7.6171	4
55568	Staudernheim	staudernheim	RP	00	07133	49.7767	7.6889	4
55568	Abtweiler	abtweiler	RP	00	07133	49.75	7.65	4
55568	Lauschied	lauschied	RP	00	07133	49.7333	7.6167	4
55569	Nußbaum	nussbaum	RP	00	07133	49.8	7.6167	4
55569	Langenthal	langenthal	RP	00	07133	49.8333	7.5667	4
55569	Monzingen	monzingen	RP	00	07133	49.7976	7.5928	4
55569	Auen	auen	RP	00	07133	49.8333	7.6	4
55571	Odernheim am Glan	odernheim-am-glan	RP	00	07133	49.7648	7.7061	4
55576	Badenheim	badenheim	RP	00	07339	49.8333	7.9667	4
55576	Pleitersheim	pleitersheim	RP	00	07133	49.8333	7.95	4
55576	Zotzenheim	zotzenheim	RP	00	07339	49.8667	7.9667	4
55576	Sprendlingen	sprendlingen	RP	00	07339	49.8667	7.9833	4
55576	Welgesheim	welgesheim	RP	00	07339	49.8833	7.9667	4
55578	Vendersheim	vendersheim	RP	00	07331	49.8664	8.0686	4
55578	Wallertheim	wallertheim	RP	00	07331	49.8356	8.0514	4
55578	Wolfsheim	wolfsheim	RP	00	07339	49.8722	8.0394	4
55578	Gau-Weinheim	gau-weinheim	RP	00	07331	49.8464	8.0478	4
55578	Sankt Johann	sankt-johann	RP	00	07339	49.8675	8.0144	4
55583	Bad Münster am Stein-Ebernburg	bad-munster-am-stein-ebernburg	RP	00	07133	49.8116	7.8452	4
55585	Oberhausen an der Nahe	oberhausen-an-der-nahe	RP	00	07133	49.8	7.75	
55585	Duchroth	duchroth	RP	00	07133	49.7833	7.7333	4
55585	Altenbamberg	altenbamberg	RP	00	07133	49.7833	7.8333	4
55585	Norheim	norheim	RP	00	07133	49.8109	7.8148	4
55585	Hochstätten	hochstatten	RP	00	07133	49.7667	7.8333	4
55585	Niederhausen	niederhausen	RP	00	07133	49.8	7.7833	4
55590	Meisenheim	meisenheim	RP	00	07133	49.7072	7.6677	4
55592	Raumbach	raumbach	RP	00	07133	49.7167	7.65	4
55592	Rehborn	rehborn	RP	00	07133	49.7333	7.6833	4
55592	Jeckenbach	jeckenbach	RP	00	07133	49.7167	7.6	4
55592	Breitenheim	breitenheim	RP	00	07133	49.7	7.6333	4
55592	Desloch	desloch	RP	00	07133	49.7167	7.6333	4
55593	Rüdesheim	rudesheim	RP	00	07133	49.85	7.8167	4
55595	Sankt Katharinen	sankt-katharinen	RP	00	07133	49.8667	7.7667	4
55595	Spall	spall	RP	00	07133	49.8833	7.6833	4
55595	Argenschwang	argenschwang	RP	00	07133	49.8833	7.7	4
55595	Spabrücken	spabrucken	RP	00	07133	49.9	7.7167	4
55595	Mandel	mandel	RP	00	07133	49.8549	7.7729	4
55595	Hüffelsheim	huffelsheim	RP	00	07133	49.8167	7.8	4
55595	Gutenberg	gutenberg	RP	00	07133	49.8833	7.8	4
55595	Braunweiler	braunweiler	RP	00	07133	49.8667	7.75	4
55595	Burgsponheim	burgsponheim	RP	00	07133	49.8333	7.7167	4
55595	Allenfeld	allenfeld	RP	00	07133	49.8667	7.6667	4
55595	Roxheim	roxheim	RP	00	07133	49.8667	7.8167	4
55595	Münchwald	munchwald	RP	00	07133	49.9	7.6833	4
55595	Dalberg	dalberg	RP	00	07133	49.9	7.7333	4
55595	Winterburg	winterburg	RP	00	07133	49.8667	7.65	4
55595	Sommerloch	sommerloch	RP	00	07133	49.8773	7.76	4
55595	Hargesheim	hargesheim	RP	00	07133	49.8667	7.8333	4
55595	Wallhausen	wallhausen	RP	00	07133	49.8833	7.7667	4
55595	Traisen	traisen	RP	00	07133	49.8167	7.8167	4
55595	Gebroth	gebroth	RP	00	07133	49.8833	7.65	4
55595	Weinsheim	weinsheim	RP	00	07133	49.8333	7.7667	4
55595	Bockenau	bockenau	RP	00	07133	49.8333	7.6833	4
55595	Winterbach	winterbach	RP	00	07133	49.8667	7.6333	4
55595	Boos	boos	RP	00	07133	49.8	7.7167	4
55595	Sponheim	sponheim	RP	00	07133	49.845	7.7267	4
55596	Waldböckelheim	waldbockelheim	RP	00	07133	49.8167	7.7167	4
55596	Oberstreit	oberstreit	RP	00	07133	49.8	7.7	4
55596	Schloßböckelheim	schlossbockelheim	RP	00	07133	49.8	7.75	4
55597	Wöllstein	wollstein	RP	00	07331	49.8167	7.9667	4
55597	Gumbsheim	gumbsheim	RP	00	07331	49.8167	7.9833	4
55599	Siefersheim	siefersheim	RP	00	07331	49.8	7.95	4
55599	Wonsheim	wonsheim	RP	00	07331	49.7833	7.9667	4
55599	Gau-Bickelheim	gau-bickelheim	RP	00	07331	49.8353	8.0206	4
55599	Stein-Bockenheim	stein-bockenheim	RP	00	07331	49.7667	7.9667	4
55599	Eckelsheim	eckelsheim	RP	00	07331	49.8	7.9833	4
55606	Heinzenberg	heinzenberg	RP	00	07133	49.8167	7.4833	4
55606	Bärweiler	barweiler	RP	00	07133	49.7333	7.6	4
55606	Hahnenbach	hahnenbach	RP	00	07133	49.8096	7.4198	4
55606	Königsau	konigsau	RP	00	07133	49.85	7.4833	4
55606	Horbach	horbach	RP	00	07133	49.8167	7.5167	4
55606	Heimweiler	heimweiler	RP	00	07133	49.7555	7.4932	4
55606	Kellenbach	kellenbach	RP	00	07133	49.85	7.4833	4
55606	Meckenbach	meckenbach	RP	00	07133	49.7833	7.5	4
55606	Oberhausen	oberhausen	RP	00	07133	49.8088	7.4499	4
55606	Otzweiler	otzweiler	RP	00	07133	49.7167	7.5167	4
55606	Brauweiler	brauweiler	RP	00	07133	49.8167	7.5	4
55606	Kirn	kirn	RP	00	07133	49.7891	7.4577	4
55606	Hochstetten-Dhaun	hochstetten-dhaun	RP	00	07133	49.8	7.5	4
55606	Bruschied	bruschied	RP	00	07133	49.8333	7.4	4
55606	Limbach	limbach	RP	00	07133	49.7333	7.55	4
55608	Berschweiler	berschweiler	RP	00	07134	49.7716	7.3893	4
55608	Bergen	bergen	RP	00	07134	49.7833	7.4167	4
55608	Schneppenbach	schneppenbach	RP	00	07133	49.85	7.4167	
55608	Hausen	hausen	RP	00	07134	49.8667	7.3667	4
55608	Griebelschied	griebelschied	RP	00	07134	49.8	7.4	4
55608	Becherbach bei Kirn	becherbach-bei-kirn	RP	00	07133	49.75	7.5	
55618	Simmertal	simmertal	RP	00	07133	49.8098	7.5228	4
55619	Hennweiler	hennweiler	RP	00	07133	49.8167	7.4333	4
55621	Hundsbach	hundsbach	RP	00	07133	49.7167	7.55	4
55624	Oberkirn	oberkirn	RP	00	07134	49.8833	7.3667	4
55624	Bollenbach	bollenbach	RP	00	07134	49.8333	7.35	4
55624	Rhaunen	rhaunen	RP	00	07134	49.8638	7.342	4
55624	Weitersbach	weitersbach	RP	00	07134	49.8667	7.3167	4
55624	Gösenroth	gosenroth	RP	00	07134	49.8833	7.3333	4
55624	Schwerbach	schwerbach	RP	00	07134	49.9	7.35	4
55626	Bundenbach	bundenbach	RP	00	07134	49.8428	7.3783	4
55627	Weiler bei Monzingen	weiler-bei-monzingen	RP	00	07133	49.8	7.5667	4
55627	Martinstein	martinstein	RP	00	07133	49.8	7.5333	4
55627	Merxheim	merxheim	RP	00	07133	49.793	7.5601	4
55629	Schwarzerden	schwarzerden	RP	00	07133	49.85	7.5167	4
55629	Weitersborn	weitersborn	RP	00	07133	49.85	7.5333	4
55629	Seesbach	seesbach	RP	00	07133	49.8454	7.5467	4
55743	Gerach	gerach	RP	00	07134	49.75	7.3333	4
55743	Idar-Oberstein	idar-oberstein	RP	00	07134	49.7144	7.3078	4
55743	Kirschweiler	kirschweiler	RP	00	07134	49.75	7.25	4
55743	Fischbach	fischbach	RP	00	07134	49.7333	7.4	4
55743	Hintertiefenbach	hintertiefenbach	RP	00	07134	49.7333	7.35	4
55756	Herrstein	herrstein	RP	00	07134	49.7833	7.3333	4
55758	Allenbach	allenbach	RP	00	07134	49.7545	7.1672	4
55758	Niederwörresbach	niederworresbach	RP	00	07134	49.7667	7.3333	4
55758	Sien	sien	RP	00	07134	49.6947	7.5042	4
55758	Stipshausen	stipshausen	RP	00	07134	49.85	7.2833	4
55758	Asbach	asbach	RP	00	07134	49.8167	7.2833	4
55758	Oberreidenbach	oberreidenbach	RP	00	07134	49.7068	7.4613	4
55758	Langweiler	langweiler	RP	00	07134	49.7833	7.1833	4
55758	Oberhosenbach	oberhosenbach	RP	00	07134	49.8167	7.3333	4
55758	Sulzbach	sulzbach	RP	00	07134	49.8333	7.3333	4
55758	Sienhachenbach	sienhachenbach	RP	00	07134	49.7	7.4833	4
55758	Dickesbach	dickesbach	RP	00	07134	49.7167	7.4167	4
55758	Vollmersbach	vollmersbach	RP	00	07134	49.7333	7.3167	4
55758	Wickenrodt	wickenrodt	RP	00	07134	49.8167	7.35	4
55758	Sonnschied	sonnschied	RP	00	07134	49.8167	7.3833	4
55758	Schmidthachenbach	schmidthachenbach	RP	00	07134	49.7333	7.4667	4
55758	Sensweiler	sensweiler	RP	00	07134	49.7754	7.1969	4
55758	Bruchweiler	bruchweiler	RP	00	07134	49.7983	7.2256	4
55758	Schauren	schauren	RP	00	07134	49.8072	7.2372	4
55758	Niederhosenbach	niederhosenbach	RP	00	07134	49.8	7.3667	4
55758	Oberwörresbach	oberworresbach	RP	00	07134	49.7833	7.3167	4
55758	Mackenrodt	mackenrodt	RP	00	07134	49.7167	7.25	4
55758	Bärenbach	barenbach	RP	00	07133	49.75	7.45	4
55758	Hettenrodt	hettenrodt	RP	00	07134	49.7401	7.2535	4
55758	Hottenbach	hottenbach	RP	00	07134	49.8249	7.2976	4
55758	Kempfeld	kempfeld	RP	00	07134	49.7899	7.2463	4
55758	Mittelreidenbach	mittelreidenbach	RP	00	07134	49.7264	7.4417	4
55758	Veitsrodt	veitsrodt	RP	00	07134	49.7558	7.3013	4
55758	Wirschweiler	wirschweiler	RP	00	07134	49.7667	7.1667	4
55758	Mörschied	morschied	RP	00	07134	49.7881	7.3043	4
55758	Breitenthal	breitenthal	RP	00	07134	49.8	7.3333	4
55758	Weiden	weiden	RP	00	07134	49.8167	7.3	4
55758	Herborn	herborn	RP	00	07134	49.7667	7.3	4
55758	Hellertshausen	hellertshausen	RP	00	07134	49.8167	7.2833	4
55765	Elchweiler	elchweiler	RP	00	07134	49.6667	7.2	4
55765	Ellweiler	ellweiler	RP	00	07134	49.6167	7.15	4
55765	Birkenfeld	birkenfeld	RP	00	07134	49.6524	7.1667	4
55765	Rimsberg	rimsberg	RP	00	07134	49.65	7.2167	4
55765	Oberhambach	oberhambach	RP	00	07134	49.6833	7.1667	4
55765	Schmißberg	schmissberg	RP	00	07134	49.6667	7.2	4
55765	Dambach	dambach	RP	00	07134	49.6333	7.1333	4
55765	Ellenberg	ellenberg	RP	00	07134	49.65	7.15	4
55765	Dienstweiler	dienstweiler	RP	00	07134	49.6333	7.1833	4
55767	Sonnenberg-Winnenberg	sonnenberg-winnenberg	RP	00	07134	49.6667	7.2833	4
55767	Meckenbach	meckenbach	RP	00	07134	49.6167	7.1	4
55767	Achtelsbach	achtelsbach	RP	00	07134	49.6254	7.09	4
55767	Oberbrombach	oberbrombach	RP	00	07134	49.7	7.2667	4
55767	Brücken	brucken	RP	00	07134	49.6333	7.1167	4
55767	Rötsweiler-Nockenthal	rotsweiler-nockenthal	RP	00	07134	49.7167	7.2667	4
55767	Hattgenstein	hattgenstein	RP	00	07134	49.7	7.15	4
55767	Kronweiler	kronweiler	RP	00	07134	49.65	7.2667	4
55767	Buhlenberg	buhlenberg	RP	00	07134	49.655	7.12	4
55767	Gollenberg	gollenberg	RP	00	07134	49.6667	7.1667	4
55767	Rinzenberg	rinzenberg	RP	00	07134	49.6833	7.1333	4
55767	Schwollen	schwollen	RP	00	07134	49.7057	7.1746	4
55767	Nohen	nohen	RP	00	07134	49.6333	7.25	4
55767	Leisel	leisel	RP	00	07134	49.7167	7.2	4
55767	Niederhambach	niederhambach	RP	00	07134	49.6833	7.2	4
55767	Siesbach	siesbach	RP	00	07134	49.7333	7.2333	4
55767	Niederbrombach	niederbrombach	RP	00	07134	49.6833	7.25	4
55767	Abentheuer	abentheuer	RP	00	07134	49.65	7.1	4
55767	Wilzenberg-Hußweiler	wilzenberg-hussweiler	RP	00	07134	49.7	7.2167	4
55767	Gimbweiler	gimbweiler	RP	00	07134	49.5833	7.2	4
55768	Hoppstädten-Weiersbach	hoppstadten-weiersbach	RP	00	07134	49.6167	7.2	4
55774	Baumholder	baumholder	RP	00	07134	49.6489	7.3975	4
55776	Frauenberg	frauenberg	RP	00	07134	49.6667	7.2833	4
55776	Reichenbach	reichenbach	RP	00	07134	49.6407	7.2866	4
55776	Rohrbach	rohrbach	RP	00	07134	49.5833	7.2667	4
55776	Rückweiler	ruckweiler	RP	00	07134	49.5833	7.2333	4
55776	Ruschberg	ruschberg	RP	00	07134	49.6197	7.2893	4
55776	Hahnweiler	hahnweiler	RP	00	07134	49.5667	7.2167	4
55776	Berglangenbach	berglangenbach	RP	00	07134	49.6	7.25	4
55777	Eckersweiler	eckersweiler	RP	00	07134	49.5667	7.2833	4
55777	Mettweiler	mettweiler	RP	00	07134	49.5833	7.3167	4
55777	Fohren-Linden	fohren-linden	RP	00	07134	49.5833	7.2833	4
55777	Berschweiler	berschweiler	RP	00	07134	49.5785	7.2925	4
55779	Leitzweiler	leitzweiler	RP	00	07134	49.5833	7.2167	4
55779	Heimbach	heimbach	RP	00	07134	49.6167	7.25	4
56068	Koblenz	koblenz	RP	00	07111	50.3567	7.5932	4
56070	Koblenz	koblenz	RP	00	07111	50.3849	7.5741	4
56072	Koblenz	koblenz	RP	00	07111	50.3578	7.5251	4
56073	Koblenz	koblenz	RP	00	07111	50.3586	7.5812	4
56075	Koblenz	koblenz	RP	00	07111	50.3201	7.5682	4
56076	Koblenz	koblenz	RP	00	07111	50.35	7.6	4
56077	Koblenz	koblenz	RP	00	07111	50.35	7.6	4
56112	Lahnstein	lahnstein	RP	00	07141	50.3	7.6167	4
56130	Bad Ems	bad-ems	RP	00	07141	50.3354	7.7137	4
56132	Frücht	frucht	RP	00	07141	50.3167	7.6833	4
56132	Nievern	nievern	RP	00	07141	50.3333	7.6833	4
56132	Kemmenau	kemmenau	RP	00	07141	50.35	7.75	4
56132	Miellen	miellen	RP	00	07141	50.3333	7.6667	4
56132	Dausenau	dausenau	RP	00	07141	50.3333	7.7667	4
56132	Becheln	becheln	RP	00	07141	50.2928	7.718	4
56133	Fachbach	fachbach	RP	00	07141	50.3333	7.6833	4
56154	Boppard	boppard	RP	00	07140	50.2308	7.5899	4
56170	Bendorf	bendorf	RP	00	07137	50.4229	7.5792	4
56179	Niederwerth	niederwerth	RP	00	07137	50.4	7.6167	4
56179	Vallendar	vallendar	RP	00	07137	50.3959	7.6243	4
56182	Urbar	urbar	RP	00	07137	50.3833	7.6333	4
56191	Weitersburg	weitersburg	RP	00	07137	50.4167	7.6	4
56203	Höhr-Grenzhausen	hohr-grenzhausen	RP	00	07143	50.4347	7.669	4
56204	Hillscheid	hillscheid	RP	00	07143	50.4064	7.6986	4
56206	Kammerforst	kammerforst	RP	00	07143	50.463	7.676	4
56206	Hilgert	hilgert	RP	00	07143	50.4563	7.6873	4
56218	Mülheim-Kärlich	mulheim-karlich	RP	00	07137	50.3851	7.4989	4
56220	Kaltenengers	kaltenengers	RP	00	07137	50.4167	7.55	4
56220	Urmitz	urmitz	RP	00	07137	50.4167	7.5167	4
56220	Kettig	kettig	RP	00	07137	50.4	7.4667	4
56220	Bassenheim	bassenheim	RP	00	07137	50.3582	7.4596	4
56220	Sankt Sebastian	sankt-sebastian	RP	00	07137	50.4108	7.5618	4
56235	Ransbach-Baumbach	ransbach-baumbach	RP	00	07143	50.465	7.7283	4
56235	Hundsdorf	hundsdorf	RP	00	07143	50.4701	7.7022	4
56237	Deesen	deesen	RP	00	07143	50.5108	7.7	4
56237	Breitenau	breitenau	RP	00	07143	50.4981	7.6906	4
56237	Caan	caan	RP	00	07143	50.4667	7.6167	4
56237	Sessenbach	sessenbach	RP	00	07143	50.4769	7.6444	4
56237	Wittgert	wittgert	RP	00	07143	50.5	7.7	4
56237	Wirscheid	wirscheid	RP	00	07143	50.4667	7.6667	4
56237	Alsbach	alsbach	RP	00	07143	50.4641	7.662	4
56237	Oberhaid	oberhaid	RP	00	07143	50.5167	7.7167	
56237	Nauort	nauort	RP	00	07143	50.4667	7.6333	4
56242	Marienrachdorf	marienrachdorf	RP	00	07143	50.55	7.7167	4
56242	Ellenhausen	ellenhausen	RP	00	07143	50.5164	7.7253	4
56242	Quirnbach	quirnbach	RP	00	07143	50.5208	7.7969	4
56242	Nordhofen	nordhofen	RP	00	07143	50.5167	7.75	4
56242	Selters	selters	RP	00	07143	50.5325	7.7558	4
56244	Arnshöfen	arnshofen	RP	00	07143	50.5406	7.87	4
56244	Freilingen	freilingen	RP	00	07143	50.5593	7.8346	4
56244	Krümmel	krummel	RP	00	07143	50.5372	7.7247	4
56244	Steinen	steinen	RP	00	07143	50.5833	7.8	4
56244	Schenkelberg	schenkelberg	RP	00	07143	50.5836	7.7828	4
56244	Vielbach	vielbach	RP	00	07143	50.5106	7.7719	4
56244	Sessenhausen	sessenhausen	RP	00	07143	50.5272	7.7137	4
56244	Freirachdorf	freirachdorf	RP	00	07143	50.5833	7.7167	4
56244	Goddert	goddert	RP	00	07143	50.5492	7.7469	4
56244	Ötzingen	otzingen	RP	00	07143	50.5	7.8333	4
56244	Helferskirchen	helferskirchen	RP	00	07143	50.5103	7.8118	4
56244	Leuterod	leuterod	RP	00	07143	50.4958	7.8189	4
56244	Hahn am See	hahn-am-see	RP	00	07143	50.5333	7.8833	
56244	Wölferlingen	wolferlingen	RP	00	07143	50.5644	7.8511	4
56244	Weidenhahn	weidenhahn	RP	00	07143	50.5472	7.8339	4
56244	Kuhnhöfen	kuhnhofen	RP	00	07143	50.5333	7.8631	4
56244	Ettinghausen	ettinghausen	RP	00	07143	50.5156	7.8725	4
56244	Hartenfels	hartenfels	RP	00	07143	50.5739	7.7872	4
56244	Rückeroth	ruckeroth	RP	00	07143	50.5617	7.7453	4
56244	Niedersayn	niedersayn	RP	00	07143	50.5303	7.8319	4
56244	Maxsain	maxsain	RP	00	07143	50.5432	7.7851	4
56244	Ewighausen	ewighausen	RP	00	07143	50.535	7.8278	4
56249	Herschbach	herschbach	RP	00	07143	50.5833	7.7333	4
56253	Treis-Karden	treis-karden	RP	00	07135	50.1717	7.3022	4
56254	Moselkern	moselkern	RP	00	07135	50.1944	7.3708	4
56254	Müden	muden	RP	00	07135	50.185	7.3395	4
56269	Dierdorf	dierdorf	RP	00	07138	50.5465	7.6527	4
56269	Marienhausen	marienhausen	RP	00	07138	50.5639	7.6928	4
56271	Kleinmaischeid	kleinmaischeid	RP	00	07138	50.5135	7.6083	4
56271	Roßbach	rossbach	RP	00	07143	50.6051	7.6818	4
56271	Isenburg	isenburg	RP	00	07138	50.4833	7.6	4
56271	Maroth	maroth	RP	00	07143	50.5772	7.6897	4
56271	Mündersbach	mundersbach	RP	00	07143	50.6064	7.7342	4
56276	Großmaischeid	grossmaischeid	RP	00	07138	50.5	7.6333	4
56276	Stebach	stebach	RP	00	07138	50.5167	7.65	4
56281	Emmelshausen	emmelshausen	RP	00	07140	50.1548	7.5518	4
56281	Karbach	karbach	RP	00	07140	50.15	7.6167	4
56281	Schwall	schwall	RP	00	07140	50.15	7.55	4
56281	Dörth	dorth	RP	00	07140	50.15	7.5833	4
56281	Hungenroth	hungenroth	RP	00	07140	50.1333	7.6	4
56283	Ney	ney	RP	00	07140	50.1833	7.5333	4
56283	Beulich	beulich	RP	00	07140	50.1833	7.45	4
56283	Halsenbach	halsenbach	RP	00	07140	50.1717	7.5567	4
56283	Kratzenburg	kratzenburg	RP	00	07140	50.1833	7.55	4
56283	Gondershausen	gondershausen	RP	00	07140	50.15	7.5	4
56283	Nörtershausen	nortershausen	RP	00	07137	50.2167	7.4833	4
56283	Mermuth	mermuth	RP	00	07140	50.1667	7.4833	4
56283	Morshausen	morshausen	RP	00	07140	50.2	7.4333	4
56288	Lahr	lahr	RP	00	07140	50.1251	7.3654	4
56288	Michelbach	michelbach	RP	00	07140	50.0167	7.45	4
56288	Alterkülz	alterkulz	RP	00	07140	50.0333	7.4667	4
56288	Zilshausen	zilshausen	RP	00	07140	50.1167	7.3833	4
56288	Roth	roth	RP	00	07140	50.0833	7.45	4
56288	Laubach	laubach	RP	00	07140	50.05	7.5	4
56288	Kastellaun	kastellaun	RP	00	07140	50.0692	7.4415	4
56288	Braunshorn	braunshorn	RP	00	07140	50.0833	7.5167	4
56288	Spesenroth	spesenroth	RP	00	07140	50.05	7.45	4
56288	Hollnich	hollnich	RP	00	07140	50.0667	7.4833	4
56288	Korweiler	korweiler	RP	00	07140	50.1	7.4167	4
56288	Bubach	bubach	RP	00	07140	50.0667	7.55	4
56288	Bell	bell	RP	00	07140	50.0614	7.4152	4
56288	Hasselbach	hasselbach	RP	00	07140	50.0333	7.45	4
56290	Dommershausen	dommershausen	RP	00	07140	50.15	7.4	4
56290	Lütz	lutz	RP	00	07135	50.1667	7.35	4
56290	Mörsdorf	morsdorf	RP	00	07140	50.1	7.35	4
56290	Uhler	uhler	RP	00	07140	50.0833	7.4333	4
56290	Lieg	lieg	RP	00	07135	50.1333	7.35	4
56290	Beltheim	beltheim	RP	00	07140	50.1061	7.4621	4
56290	Macken	macken	RP	00	07137	50.1833	7.4	4
56290	Gödenroth	godenroth	RP	00	07140	50.0833	7.4833	4
56290	Buch	buch	RP	00	07140	50.0761	7.3892	4
56291	Badenhard	badenhard	RP	00	07140	50.1167	7.6333	4
56291	Steinbach	steinbach	RP	00	07140	50.0333	7.6	4
56291	Bickenbach	bickenbach	RP	00	07140	50.1256	7.5279	4
56291	Pfalzfeld	pfalzfeld	RP	00	07140	50.1123	7.5785	4
56291	Kisselbach	kisselbach	RP	00	07140	50.05	7.6167	4
56291	Wiebelsheim	wiebelsheim	RP	00	07140	50.0833	7.6333	4
56291	Laudert	laudert	RP	00	07140	50.077	7.6036	4
56291	Birkheim	birkheim	RP	00	07140	50.1167	7.6167	4
56291	Norath	norath	RP	00	07140	50.1333	7.5833	4
56291	Utzenhain	utzenhain	RP	00	07140	50.1333	7.6333	4
56291	Mühlpfad	muhlpfad	RP	00	07140	50.1209	7.5555	4
56291	Lingerhahn	lingerhahn	RP	00	07140	50.0942	7.5646	4
56291	Niedert	niedert	RP	00	07140	50.1333	7.5333	4
56291	Maisborn	maisborn	RP	00	07140	50.0823	7.5813	4
56291	Thörlingen	thorlingen	RP	00	07140	50.1333	7.5333	4
56291	Hausbay	hausbay	RP	00	07140	50.1069	7.5593	4
56291	Leiningen	leiningen	RP	00	07140	50.1333	7.5667	4
56294	Wierschem	wierschem	RP	00	07137	50.2256	7.3516	4
56294	Münstermaifeld	munstermaifeld	RP	00	07137	50.2464	7.3621	4
56294	Gappenach	gappenach	RP	00	07137	50.273	7.345	4
56294	Kalt	kalt	RP	00	07137	50.2673	7.3947	4
56294	Gierschnach	gierschnach	RP	00	07137	50.2667	7.35	4
56295	Kerben	kerben	RP	00	07137	50.3167	7.3667	4
56295	Lonnig	lonnig	RP	00	07137	50.31	7.4051	4
56295	Rüber	ruber	RP	00	07137	50.3	7.3667	4
56299	Ochtendung	ochtendung	RP	00	07137	50.35	7.3833	4
56305	Döttesfeld	dottesfeld	RP	00	07138	50.6232	7.5488	4
56305	Puderbach	puderbach	RP	00	07138	50.6044	7.574	4
56307	Dürrholz	durrholz	RP	00	07138	50.5889	7.5722	
56307	Harschbach	harschbach	RP	00	07138	50.5833	7.6	4
56307	Dernbach	dernbach	RP	00	07138	50.55	7.6	4
56316	Hanroth	hanroth	RP	00	07138	50.5833	7.65	4
56316	Raubach	raubach	RP	00	07138	50.5749	7.625	4
56316	Niederhofen	niederhofen	RP	00	07138	50.5667	7.6	4
56317	Linkenbach	linkenbach	RP	00	07138	50.5833	7.55	4
56317	Urbach	urbach	RP	00	07138	50.5583	7.5833	
56321	Brey	brey	RP	00	07137	50.2725	7.6264	4
56321	Rhens	rhens	RP	00	07137	50.2813	7.6175	4
56322	Spay	spay	RP	00	07137	50.2588	7.6484	4
56323	Waldesch	waldesch	RP	00	07137	50.2833	7.55	4
56329	Sankt Goar	sankt-goar	RP	00	07140	50.1488	7.7072	4
56330	Kobern-Gondorf	kobern-gondorf	RP	00	07137	50.3023	7.4561	4
56332	Dieblich	dieblich	RP	00	07137	50.314	7.4718	4
56332	Oberfell	oberfell	RP	00	07137	50.2604	7.4446	4
56332	Brodenbach	brodenbach	RP	00	07137	50.2333	7.45	4
56332	Wolken	wolken	RP	00	07137	50.3333	7.4667	4
56332	Burgen	burgen	RP	00	07137	50.2113	7.3896	4
56332	Löf	lof	RP	00	07137	50.2333	7.4333	4
56332	Hatzenport	hatzenport	RP	00	07137	50.2333	7.4167	4
56332	Lehmen	lehmen	RP	00	07137	50.2833	7.45	4
56332	Niederfell	niederfell	RP	00	07137	50.2833	7.4667	4
56332	Alken	alken	RP	00	07137	50.25	7.45	4
56332	Kattenes	kattenes	RP	00	07137	50.2519	7.4416	4
56333	Winningen	winningen	RP	00	07137	50.3167	7.5167	4
56335	Neuhäusel	neuhausel	RP	00	07143	50.3836	7.7096	4
56337	Simmern	simmern	RP	00	07143	50.3891	7.674	4
56337	Arzbach	arzbach	RP	00	07141	50.379	7.7495	4
56337	Eitelborn	eitelborn	RP	00	07143	50.3781	7.7233	4
56337	Kadenbach	kadenbach	RP	00	07143	50.3833	7.7333	4
56338	Braubach	braubach	RP	00	07141	50.2736	7.6451	4
56340	Osterspai	osterspai	RP	00	07141	50.2445	7.6123	4
56340	Dachsenhausen	dachsenhausen	RP	00	07141	50.2434	7.6809	
56341	Kamp-Bornhofen	kamp-bornhofen	RP	00	07141	50.2228	7.6236	4
56341	Filsen	filsen	RP	00	07141	50.2402	7.5849	4
56346	Sankt Goarshausen	sankt-goarshausen	RP	00	07141	50.1584	7.7137	4
56346	Lykershausen	lykershausen	RP	00	07141	50.2	7.6667	4
56346	Prath	prath	RP	00	07141	50.1833	7.6833	4
56348	Dahlheim	dahlheim	RP	00	07141	50.2102	7.6958	4
56348	Dörscheid	dorscheid	RP	00	07141	50.1	7.75	4
56348	Patersberg	patersberg	RP	00	07141	50.15	7.7333	4
56348	Bornich	bornich	RP	00	07141	50.1269	7.7658	4
56348	Weisel	weisel	RP	00	07141	50.1167	7.8	4
56348	Kestert	kestert	RP	00	07141	50.1833	7.65	4
56349	Kaub	kaub	RP	00	07141	50.0883	7.7607	4
56355	Lautert	lautert	RP	00	07141	50.1667	7.8333	4
56355	Diethardt	diethardt	RP	00	07141	50.1667	7.8667	4
56355	Bettendorf	bettendorf	RP	00	07141	50.2331	7.8688	4
56355	Nastätten	nastatten	RP	00	07141	50.1988	7.8589	4
56355	Kehlbach	kehlbach	RP	00	07141	50.2592	7.7588	4
56355	Weidenbach	weidenbach	RP	00	07141	50.15	7.8833	4
56355	Winterwerb	winterwerb	RP	00	07141	50.2364	7.739	4
56355	Hunzel	hunzel	RP	00	07141	50.249	7.8373	4
56355	Endlichhofen	endlichhofen	RP	00	07141	50.2018	7.8181	4
56355	Oberbachheim	oberbachheim	RP	00	07141	50.2463	7.748	4
56357	Holzhausen an der Haide	holzhausen-an-der-haide	RP	00	07141	50.2156	7.8252	
56357	Berg	berg	RP	00	07141	50.2543	7.8114	4
56357	Miehlen	miehlen	RP	00	07141	50.2257	7.832	4
56357	Auel	auel	RP	00	07141	50.1667	7.7667	4
56357	Obertiefenbach	obertiefenbach	RP	00	07141	50.242	7.8897	4
56357	Dessighofen	dessighofen	RP	00	07141	50.258	7.772	4
56357	Welterod	welterod	RP	00	07141	50.1333	7.8833	4
56357	Lierschied	lierschied	RP	00	07141	50.1667	7.75	4
56357	Reitzenhain	reitzenhain	RP	00	07141	50.15	7.7833	4
56357	Dornholzhausen	dornholzhausen	RP	00	07141	50.2703	7.7898	4
56357	Bogel	bogel	RP	00	07141	50.1894	7.7998	4
56357	Oberwallmenach	oberwallmenach	RP	00	07141	50.1667	7.8333	4
56357	Lollschied	lollschied	RP	00	07141	50.2564	7.869	4
56357	Oelsberg	oelsberg	RP	00	07141	50.1988	7.8369	4
56357	Ruppertshofen	ruppertshofen	RP	00	07141	50.2009	7.8055	4
56357	Gemmerich	gemmerich	RP	00	07141	50.2279	7.7586	4
56357	Ehr	ehr	RP	00	07141	50.2379	7.7847	4
56357	Niederbachheim	niederbachheim	RP	00	07141	50.2482	7.7658	4
56357	Pohl	pohl	RP	00	07141	50.25	7.8667	4
56357	Reichenberg	reichenberg	RP	00	07141	50.15	7.7667	4
56357	Marienfels	marienfels	RP	00	07141	50.2404	7.8133	4
56357	Eschbach	eschbach	RP	00	07141	50.2139	7.7272	4
56357	Nochern	nochern	RP	00	07141	50.1667	7.7167	4
56357	Lipporn	lipporn	RP	00	07141	50.1333	7.8667	4
56357	Buch	buch	RP	00	07141	50.2	7.8667	4
56357	Hainau	hainau	RP	00	07141	50.2229	7.7824	4
56357	Niederwallmenach	niederwallmenach	RP	00	07141	50.1667	7.8167	4
56357	Kasdorf	kasdorf	RP	00	07141	50.2064	7.7842	4
56357	Rettershain	rettershain	RP	00	07141	50.15	7.8333	4
56357	Geisig	geisig	RP	00	07141	50.2537	7.7906	4
56357	Himmighofen	himmighofen	RP	00	07141	50.212	7.7655	4
56357	Weyer	weyer	RP	00	07141	50.1833	7.7167	4
56357	Strüth	struth	RP	00	07141	50.1333	7.8833	4
56368	Klingelbach	klingelbach	RP	00	07141	50.2755	7.9697	4
56368	Niedertiefenbach	niedertiefenbach	RP	00	07141	50.2554	7.897	4
56368	Herold	herold	RP	00	07141	50.2774	7.9318	4
56368	Roth	roth	RP	00	07141	50.2669	7.8963	4
56368	Ergeshausen	ergeshausen	RP	00	07141	50.2721	7.9425	4
56368	Katzenelnbogen	katzenelnbogen	RP	00	07141	50.2675	7.9732	4
56368	Berghausen	berghausen	RP	00	07141	50.2589	8.0071	4
56370	Mittelfischbach	mittelfischbach	RP	00	07141	50.2537	7.9611	4
56370	Biebrich	biebrich	RP	00	07141	50.3039	7.95	4
56370	Oberfischbach	oberfischbach	RP	00	07141	50.2491	7.9552	4
56370	Eisighofen	eisighofen	RP	00	07141	50.2333	8.0167	4
56370	Allendorf	allendorf	RP	00	07141	50.2678	7.9988	4
56370	Dörsdorf	dorsdorf	RP	00	07141	50.2462	8.0096	4
56370	Bremberg	bremberg	RP	00	07141	50.3064	7.9201	4
56370	Ebertshausen	ebertshausen	RP	00	07141	50.2833	7.9833	4
56370	Attenhausen	attenhausen	RP	00	07141	50.292	7.8756	4
56370	Reckenroth	reckenroth	RP	00	07141	50.2297	8.0231	4
56370	Gutenacker	gutenacker	RP	00	07141	50.3197	7.9221	4
56370	Rettert	rettert	RP	00	07141	50.2314	7.9385	4
56370	Schönborn	schonborn	RP	00	07141	50.3025	7.994	4
56370	Wasenbach	wasenbach	RP	00	07141	50.3167	7.9667	4
56370	Berndroth	berndroth	RP	00	07141	50.2372	7.9692	4
56370	Kördorf	kordorf	RP	00	07141	50.2874	7.9211	4
56377	Misselberg	misselberg	RP	00	07141	50.3069	7.7694	4
56377	Schweighausen	schweighausen	RP	00	07141	50.2833	7.75	4
56377	Nassau	nassau	RP	00	07141	50.3145	7.8003	4
56377	Seelbach	seelbach	RP	00	07141	50.3167	7.8667	4
56379	Holzappel	holzappel	RP	00	07141	50.3389	7.853	
56379	Horhausen	horhausen	RP	00	07141	50.3667	7.9	4
56379	Singhofen	singhofen	RP	00	07141	50.3389	7.853	
56379	Scheidt	scheidt	RP	00	07141	50.3386	7.9141	4
56379	Hömberg	homberg	RP	00	07141	50.3333	7.7833	4
56379	Charlottenberg	charlottenberg	RP	00	07141	50.3437	7.8808	4
56379	Obernhof	obernhof	RP	00	07141	50.3167	7.85	4
56379	Oberwies	oberwies	RP	00	07141	50.2886	7.7806	4
56379	Dörnberg	dornberg	RP	00	07141	50.3257	7.8835	4
56379	Winden	winden	RP	00	07141	50.3333	7.8333	4
56379	Laurenburg	laurenburg	RP	00	07141	50.3322	7.9114	4
56379	Sulzbach	sulzbach	RP	00	07141	50.3026	7.7523	4
56379	Steinsberg	steinsberg	RP	00	07141	50.3333	7.95	4
56379	Weinähr	weinahr	RP	00	07141	50.3228	7.8469	4
56379	Zimmerschied	zimmerschied	RP	00	07141	50.35	7.7833	4
56379	Dienethal	dienethal	RP	00	07141	50.3041	7.7775	4
56379	Geilnau	geilnau	RP	00	07141	50.35	7.9333	4
56410	Montabaur	montabaur	RP	00	07143	50.4359	7.8232	4
56412	Niedererbach	niedererbach	RP	00	07143	50.4261	7.9743	4
56412	Nomborn	nomborn	RP	00	07143	50.4333	7.9167	4
56412	Ruppach-Goldhausen	ruppach-goldhausen	RP	00	07143	50.4667	7.8833	4
56412	Horbach	horbach	RP	00	07143	50.3731	7.8528	4
56412	Welschneudorf	welschneudorf	RP	00	07143	50.3733	7.7981	4
56412	Nentershausen	nentershausen	RP	00	07143	50.4167	7.9333	4
56412	Oberelbert	oberelbert	RP	00	07143	50.3917	7.8172	4
56412	Untershausen	untershausen	RP	00	07143	50.4	7.85	4
56412	Großholbach	grossholbach	RP	00	07143	50.45	7.8833	4
56412	Heilberscheid	heilberscheid	RP	00	07143	50.4167	7.8833	4
56412	Boden	boden	RP	00	07143	50.3863	7.8247	
56412	Görgeshausen	gorgeshausen	RP	00	07143	50.4167	7.95	4
56412	Heiligenroth	heiligenroth	RP	00	07143	50.3863	7.8247	
56412	Gackenbach	gackenbach	RP	00	07143	50.3667	7.8667	4
56412	Girod	girod	RP	00	07143	50.45	7.9167	4
56412	Stahlhofen	stahlhofen	RP	00	07143	50.3939	7.8594	4
56412	Holler	holler	RP	00	07143	50.4167	7.8333	4
56412	Niederelbert	niederelbert	RP	00	07143	50.4078	7.8099	4
56412	Daubach	daubach	RP	00	07143	50.4	7.85	4
56412	Hübingen	hubingen	RP	00	07143	50.3586	7.8461	4
56414	Dreikirchen	dreikirchen	RP	00	07143	50.4333	7.95	4
56414	Weroth	weroth	RP	00	07143	50.4604	7.9484	4
56414	Obererbach	obererbach	RP	00	07143	50.45	7.9667	4
56414	Oberahr	oberahr	RP	00	07143	50.5	7.8667	4
56414	Zehnhausen bei Wallmerod	zehnhausen-bei-wallmerod	RP	00	07143	50.4761	7.9236	4
56414	Hundsangen	hundsangen	RP	00	07143	50.45	7.9833	4
56414	Herschbach (Oberwesterwald)	herschbach-oberwesterwald	RP	00	07143	50.5	7.9333	
56414	Salz	salz	RP	00	07143	50.51	7.9636	4
56414	Wallmerod	wallmerod	RP	00	07143	50.4833	7.95	4
56414	Meudt	meudt	RP	00	07143	50.4989	7.895	4
56414	Molsberg	molsberg	RP	00	07143	50.4833	7.9833	4
56414	Bilkheim	bilkheim	RP	00	07143	50.4981	7.9483	4
56414	Berod bei Wallmerod	berod-bei-wallmerod	RP	00	07143	50.4833	7.9333	4
56414	Niederahr	niederahr	RP	00	07143	50.4919	7.8611	4
56414	Steinefrenz	steinefrenz	RP	00	07143	50.4593	7.9331	4
56422	Wirges	wirges	RP	00	07143	50.4719	7.7984	4
56424	Moschheim	moschheim	RP	00	07143	50.4825	7.8417	4
56424	Staudt	staudt	RP	00	07143	50.4667	7.8333	4
56424	Ebernhahn	ebernhahn	RP	00	07143	50.4728	7.77	4
56424	Mogendorf	mogendorf	RP	00	07143	50.4737	7.847	
56424	Bannberscheid	bannberscheid	RP	00	07143	50.4718	7.8366	4
56427	Siershahn	siershahn	RP	00	07143	50.4864	7.7797	4
56428	Dernbach (Westerwald)	dernbach-westerwald	RP	00	07143	50.4667	7.7833	
56457	Halbs	halbs	RP	00	07143	50.5908	7.9647	4
56457	Hergenroth	hergenroth	RP	00	07143	50.5828	7.9747	4
56457	Westerburg	westerburg	RP	00	07143	50.5594	7.9748	4
56459	Langenhahn	langenhahn	RP	00	07143	50.5833	7.9167	4
56459	Stahlhofen am Wiesensee	stahlhofen-am-wiesensee	RP	00	07143	50.5833	7.9833	
56459	Härtlingen	hartlingen	RP	00	07143	50.5242	7.9164	4
56459	Weltersburg	weltersburg	RP	00	07143	50.5323	7.9606	4
56459	Winnen	winnen	RP	00	07143	50.5733	8.0117	4
56459	Brandscheid	brandscheid	RP	00	07143	50.5608	7.9203	4
56459	Berzhahn	berzhahn	RP	00	07143	50.54	8.0067	4
56459	Rotenhain	rotenhain	RP	00	07143	50.6	7.8833	4
56459	Kölbingen	kolbingen	RP	00	07143	50.55	7.9333	4
56459	Girkenroth	girkenroth	RP	00	07143	50.5208	7.9719	4
56459	Ailertchen	ailertchen	RP	00	07143	50.5986	7.9419	4
56459	Rothenbach	rothenbach	RP	00	07143	50.5642	7.9033	4
56459	Bellingen	bellingen	RP	00	07143	50.6	7.9	4
56459	Pottum	pottum	RP	00	07143	50.6	8	4
56459	Mähren	mahren	RP	00	07143	50.5235	7.9209	4
56459	Kaden	kaden	RP	00	07143	50.5481	7.915	4
56459	Gemünden	gemunden	RP	00	07143	50.5588	8.0165	4
56459	Stockum-Püschen	stockum-puschen	RP	00	07143	50.6047	7.9036	4
56459	Willmenrod	willmenrod	RP	00	07143	50.5414	7.9814	4
56459	Guckheim	guckheim	RP	00	07143	50.5333	7.95	4
56459	Elbingen	elbingen	RP	00	07143	50.5288	7.9105	4
56462	Höhn	hohn	RP	00	07143	50.6167	7.9833	4
56470	Bad Marienberg	bad-marienberg	RP	00	07143	50.6495	7.9496	4
56472	Nisterau	nisterau	RP	00	07143	50.6667	7.9833	
56472	Hof	hof	RP	00	07143	50.6667	8.0167	4
56472	Dreisbach	dreisbach	RP	00	07143	50.6167	7.9333	4
56472	Großseifen	grossseifen	RP	00	07143	50.6333	7.9667	4
56472	Fehl-Ritzhausen	fehl-ritzhausen	RP	00	07143	50.645	8.0031	4
56472	Stockhausen-Illfurth	stockhausen-illfurth	RP	00	07143	50.6467	7.9875	4
56472	Hahn bei Marienberg	hahn-bei-marienberg	RP	00	07143	50.6328	7.9411	4
56472	Hardt	hardt	RP	00	07143	50.6333	7.9167	4
56472	Lautzenbrücken	lautzenbrucken	RP	00	07143	50.6736	7.9644	4
56472	Nisterberg	nisterberg	RP	00	07132	50.6833	7.9833	4
56477	Waigandshain	waigandshain	RP	00	07143	50.6447	8.0853	4
56477	Nister-Möhrendorf	nister-mohrendorf	RP	00	07143	50.6667	8.0833	
56477	Rennerod	rennerod	RP	00	07143	50.6082	8.067	4
56477	Zehnhausen bei Rennerod	zehnhausen-bei-rennerod	RP	00	07143	50.6472	8.0597	4
56479	Neustadt (Westerwald)	neustadt-westerwald	RP	00	07143	50.6333	8.0333	
56479	Stein-Neukirch	stein-neukirch	RP	00	07143	50.6761	8.0547	4
56479	Niederroßbach	niederrossbach	RP	00	07143	50.5879	8.0843	
56479	Irmtraut	irmtraut	RP	00	07143	50.55	8.0667	4
56479	Hüblingen	hublingen	RP	00	07143	50.5667	8.0833	4
56479	Waldmühlen	waldmuhlen	RP	00	07143	50.5833	8.0667	4
56479	Willingen	willingen	RP	00	07143	50.6676	8.0877	4
56479	Oberrod	oberrod	RP	00	07143	50.585	8.1272	4
56479	Salzburg	salzburg	RP	00	07143	50.6667	8.05	4
56479	Hellenhahn-Schellenberg	hellenhahn-schellenberg	RP	00	07143	50.6128	8.0264	4
56479	Bretthausen	bretthausen	RP	00	07143	50.6667	8.0667	4
56479	Rehe	rehe	RP	00	07143	50.6333	8.1167	4
56479	Oberroßbach	oberrossbach	RP	00	07143	50.6544	8.0397	4
56479	Liebenscheid	liebenscheid	RP	00	07143	50.6972	8.0983	4
56479	Seck	seck	RP	00	07143	50.5772	8.0497	4
56479	Neunkirchen	neunkirchen	RP	00	07143	50.5469	8.1039	4
56479	Homberg	homberg	RP	00	07143	50.6422	8.1064	4
56479	Westernohe	westernohe	RP	00	07143	50.5892	8.1003	4
56564	Neuwied	neuwied	RP	00	07138	50.4326	7.463	4
56566	Neuwied	neuwied	RP	00	07138	50.4369	7.5452	4
56567	Neuwied	neuwied	RP	00	07138	50.4565	7.4693	4
56575	Weißenthurm	weissenthurm	RP	00	07137	50.4172	7.4507	4
56579	Hardert	hardert	RP	00	07138	50.5167	7.5167	4
56579	Rengsdorf	rengsdorf	RP	00	07138	50.5	7.5	4
56579	Bonefeld	bonefeld	RP	00	07138	50.5239	7.4893	4
56581	Kurtscheid	kurtscheid	RP	00	07138	50.5333	7.4667	4
56581	Ehlscheid	ehlscheid	RP	00	07138	50.5145	7.4665	4
56581	Melsbach	melsbach	RP	00	07138	50.4833	7.4833	4
56584	Thalhausen	thalhausen	RP	00	07138	50.5	7.5833	4
56584	Anhausen	anhausen	RP	00	07138	50.5	7.55	4
56584	Meinborn	meinborn	RP	00	07138	50.5	7.5667	4
56584	Rüscheid	ruscheid	RP	00	07138	50.5333	7.5667	4
56587	Straßenhaus	strassenhaus	RP	00	07138	50.5333	7.5167	
56587	Oberraden	oberraden	RP	00	07138	50.55	7.5333	4
56587	Oberhonnefeld-Gierend	oberhonnefeld-gierend	RP	00	07138	50.5559	7.5224	4
56588	Waldbreitbach	waldbreitbach	RP	00	07138	50.55	7.4167	4
56589	Datzeroth	datzeroth	RP	00	07138	50.5167	7.4167	4
56589	Niederbreitbach	niederbreitbach	RP	00	07138	50.5305	7.421	4
56593	Horhausen	horhausen	RP	00	07132	50.5875	7.5303	4
56593	Güllesheim	gullesheim	RP	00	07132	50.5978	7.5286	4
56593	Niedersteinebach	niedersteinebach	RP	00	07132	50.6002	7.5069	4
56593	Krunkel	krunkel	RP	00	07132	50.5833	7.5	4
56593	Obersteinebach	obersteinebach	RP	00	07132	50.5833	7.4833	4
56593	Pleckhausen	pleckhausen	RP	00	07132	50.5951	7.5422	4
56593	Bürdenbach	burdenbach	RP	00	07132	50.6044	7.5164	4
56594	Willroth	willroth	RP	00	07132	50.5691	7.5275	4
56598	Hammerstein	hammerstein	RP	00	07138	50.4833	7.35	4
56598	Rheinbrohl	rheinbrohl	RP	00	07138	50.5	7.3333	4
56599	Leutesdorf	leutesdorf	RP	00	07138	50.45	7.3833	4
56626	Andernach	andernach	RP	00	07137	50.4311	7.4042	4
56630	Kretz	kretz	RP	00	07137	50.3957	7.3625	4
56637	Plaidt	plaidt	RP	00	07137	50.3926	7.3925	4
56642	Kruft	kruft	RP	00	07137	50.3833	7.3333	4
56645	Nickenich	nickenich	RP	00	07137	50.4142	7.3273	4
56648	Saffig	saffig	RP	00	07137	50.3833	7.4167	4
56651	Galenberg	galenberg	RP	00	07131	50.4333	7.2	4
56651	Brenk	brenk	RP	00	07131	50.4333	7.1833	4
56651	Niederzissen	niederzissen	RP	00	07131	50.4588	7.2181	4
56651	Oberdürenbach	oberdurenbach	RP	00	07131	50.4667	7.1667	4
56651	Niederdürenbach	niederdurenbach	RP	00	07131	50.45	7.1833	4
56651	Oberzissen	oberzissen	RP	00	07131	50.45	7.2	4
56653	Wehr	wehr	RP	00	07131	50.4167	7.2167	4
56653	Glees	glees	RP	00	07131	50.4333	7.25	4
56653	Wassenach	wassenach	RP	00	07131	50.4333	7.2833	4
56656	Brohl-Lützing	brohl-lutzing	RP	00	07131	50.483	7.3291	4
56659	Burgbrohl	burgbrohl	RP	00	07131	50.4546	7.2772	4
56727	Reudelsterz	reudelsterz	RP	00	07137	50.3167	7.15	4
56727	Mayen	mayen	RP	00	07137	50.328	7.2228	4
56727	Sankt Johann	sankt-johann	RP	00	07137	50.35	7.2	4
56729	Bermel	bermel	RP	00	07137	50.2833	7.0833	4
56729	Kehrig	kehrig	RP	00	07137	50.2833	7.2167	4
56729	Hirten	hirten	RP	00	07137	50.3333	7.1	4
56729	Kirchwald	kirchwald	RP	00	07137	50.3667	7.15	4
56729	Nitz	nitz	RP	00	07233	50.3333	7.0167	4
56729	Langscheid	langscheid	RP	00	07137	50.3833	7.1167	4
56729	Baar	baar	RP	00	07233	50.35	7.05	
56729	Münk	munk	RP	00	07137	50.3	7.0333	4
56729	Langenfeld	langenfeld	RP	00	07137	50.3769	7.0917	4
56729	Anschau	anschau	RP	00	07137	50.3	7.1	4
56729	Welschenbach	welschenbach	RP	00	07137	50.3667	7.0667	4
56729	Lind	lind	RP	00	07137	50.3167	7.0333	4
56729	Virneburg	virneburg	RP	00	07137	50.35	7.0833	4
56729	Nachtsheim	nachtsheim	RP	00	07137	50.3167	7.0667	4
56729	Monreal	monreal	RP	00	07137	50.3	7.1667	4
56729	Ditscheid	ditscheid	RP	00	07137	50.3	7.0667	4
56729	Ettringen	ettringen	RP	00	07137	50.35	7.2167	4
56729	Weiler	weiler	RP	00	07137	50.3167	7.1167	4
56729	Acht	acht	RP	00	07137	50.3667	7.0667	4
56729	Luxem	luxem	RP	00	07137	50.3333	7.1	4
56729	Siebenbach	siebenbach	RP	00	07137	50.3833	7.0333	4
56729	Herresbach	herresbach	RP	00	07137	50.3667	7.0167	4
56729	Arft	arft	RP	00	07137	50.3833	7.0833	4
56729	Boos	boos	RP	00	07137	50.3167	7.0167	4
56736	Kottenheim	kottenheim	RP	00	07137	50.35	7.25	4
56743	Thür	thur	RP	00	07137	50.3569	7.2769	4
56743	Mendig	mendig	RP	00	07137	50.3667	7.2833	4
56745	Rieden	rieden	RP	00	07137	50.4	7.1833	4
56745	Hausten	hausten	RP	00	07137	50.4	7.1167	4
56745	Bell	bell	RP	00	07137	50.3833	7.2333	4
56745	Volkesfeld	volkesfeld	RP	00	07137	50.4	7.15	4
56745	Weibern	weibern	RP	00	07131	50.4081	7.1467	4
56746	Spessart	spessart	RP	00	07131	50.4398	7.1104	4
56746	Hohenleimbach	hohenleimbach	RP	00	07131	50.4167	7.0667	4
56746	Kempenich	kempenich	RP	00	07131	50.4202	7.117	4
56751	Einig	einig	RP	00	07137	50.2833	7.2833	4
56751	Polch	polch	RP	00	07137	50.2997	7.3132	4
56751	Kollig	kollig	RP	00	07137	50.2667	7.2833	4
56751	Gering	gering	RP	00	07137	50.2833	7.2667	4
56753	Naunheim	naunheim	RP	00	07137	50.25	7.3167	4
56753	Trimbs	trimbs	RP	00	07137	50.3167	7.3	4
56753	Welling	welling	RP	00	07137	50.3333	7.3167	4
56753	Pillig	pillig	RP	00	07137	50.2392	7.3116	4
56753	Mertloch	mertloch	RP	00	07137	50.2695	7.3081	4
56754	Binningen	binningen	RP	00	07135	50.2064	7.2461	4
56754	Brohl	brohl	RP	00	07135	50.2191	7.2795	4
56754	Möntenich	montenich	RP	00	07135	50.2213	7.2992	4
56754	Forst (Eifel)	forst-eifel	RP	00	07135	50.2167	7.25	
56754	Roes	roes	RP	00	07135	50.2428	7.2584	4
56754	Dünfus	dunfus	RP	00	07135	50.2167	7.2333	4
56759	Laubach	laubach	RP	00	07135	50.2328	7.0733	4
56759	Leienkaul	leienkaul	RP	00	07135	50.2167	7.0833	4
56759	Kalenborn	kalenborn	RP	00	07135	50.2667	7.0833	4
56759	Kaisersesch	kaisersesch	RP	00	07135	50.2315	7.1386	4
56759	Eppenberg	eppenberg	RP	00	07135	50.25	7.0667	4
56761	Hauroth	hauroth	RP	00	07135	50.25	7.1	4
56761	Hambuch	hambuch	RP	00	07135	50.2248	7.1823	4
56761	Masburg	masburg	RP	00	07135	50.2407	7.1174	4
56761	Eulgem	eulgem	RP	00	07135	50.2333	7.1667	4
56761	Düngenheim	dungenheim	RP	00	07135	50.2606	7.1652	4
56761	Gamlen	gamlen	RP	00	07135	50.2333	7.2	4
56761	Kaifenheim	kaifenheim	RP	00	07135	50.245	7.2264	4
56761	Brachtendorf	brachtendorf	RP	00	07135	50.2333	7.2333	4
56761	Müllenbach	mullenbach	RP	00	07135	50.2215	7.0661	4
56761	Urmersbach	urmersbach	RP	00	07135	50.25	7.1333	4
56761	Zettingen	zettingen	RP	00	07135	50.2333	7.2	4
56766	Ulmen	ulmen	RP	00	07135	50.2094	6.9794	4
56766	Auderath	auderath	RP	00	07135	50.1833	7	4
56766	Berenbach	berenbach	RP	00	07233	50.2333	6.95	4
56766	Filz	filz	RP	00	07135	50.1667	6.9833	4
56766	Horperath	horperath	RP	00	07233	50.25	6.95	4
56767	Ueß	uess	RP	00	07233	50.25	6.9333	4
56767	Mosbruch	mosbruch	RP	00	07233	50.2667	6.95	4
56767	Gunderath	gunderath	RP	00	07233	50.2551	6.9784	4
56767	Höchstberg	hochstberg	RP	00	07233	50.25	7	4
56767	Sassen	sassen	RP	00	07233	50.2667	6.9667	4
56767	Oberelz	oberelz	RP	00	07233	50.2667	7.05	4
56767	Kaperich	kaperich	RP	00	07233	50.25	7.0333	4
56767	Uersfeld	uersfeld	RP	00	07233	50.25	7.0167	4
56767	Kolverath	kolverath	RP	00	07233	50.2667	6.9667	4
56767	Kötterichen	kotterichen	RP	00	07233	50.2401	6.9843	4
56767	Lirstal	lirstal	RP	00	07233	50.25	7.0333	4
56769	Arbach	arbach	RP	00	07233	50.2833	7.05	4
56769	Bereborn	bereborn	RP	00	07233	50.2833	6.9667	4
56769	Mannebach	mannebach	RP	00	07233	50.2833	6.9833	4
56769	Retterath	retterath	RP	00	07233	50.2667	7.0167	4
56812	Cochem	cochem	RP	00	07135	50.1451	7.1638	4
56812	Valwig	valwig	RP	00	07135	50.15	7.2167	4
56812	Dohr	dohr	RP	00	07135	50.1293	7.1215	4
56814	Bruttig-Fankel	bruttig-fankel	RP	00	07135	50.1333	7.2333	4
56814	Ernst	ernst	RP	00	07135	50.15	7.2333	4
56814	Wirfus	wirfus	RP	00	07135	50.2	7.2	4
56814	Illerich	illerich	RP	00	07135	50.2	7.1833	4
56814	Greimersburg	greimersburg	RP	00	07135	50.1833	7.1333	4
56814	Beilstein	beilstein	RP	00	07135	50.1167	7.25	4
56814	Landkern	landkern	RP	00	07135	50.1939	7.1537	4
56814	Bremm	bremm	RP	00	07135	50.1	7.1167	4
56814	Faid	faid	RP	00	07135	50.1445	7.1195	4
56814	Ediger-Eller	ediger-eller	RP	00	07135	50.1167	7.15	4
56818	Klotten	klotten	RP	00	07135	50.1667	7.2	4
56820	Senheim-Senhals	senheim-senhals	RP	00	07135	50.0833	7.2083	
56820	Mesenich	mesenich	RP	00	07135	50.1	7.2	4
56820	Briedern	briedern	RP	00	07135	50.1	7.2	4
56820	Nehren	nehren	RP	00	07135	50.0833	7.2	4
56821	Ellenz-Poltersdorf	ellenz-poltersdorf	RP	00	07135	50.1	7.2333	4
56823	Büchel	buchel	RP	00	07135	50.1729	7.0832	4
56825	Beuren	beuren	RP	00	07135	50.1	7.0833	4
56825	Weiler	weiler	RP	00	07135	50.15	7.0833	4
56825	Gevenich	gevenich	RP	00	07135	50.15	7.0833	4
56825	Kliding	kliding	RP	00	07135	50.1167	7.05	4
56825	Schmitt	schmitt	RP	00	07135	50.1667	7.0167	4
56825	Gillenbeuren	gillenbeuren	RP	00	07135	50.1552	7.0186	4
56825	Urschmitt	urschmitt	RP	00	07135	50.1167	7.0667	4
56826	Wagenhausen	wagenhausen	RP	00	07135	50.15	6.9833	4
56826	Wollmerath	wollmerath	RP	00	07135	50.15	6.9833	4
56826	Lutzerath	lutzerath	RP	00	07135	50.1269	7.0074	4
56828	Alflen	alflen	RP	00	07135	50.1768	7.0395	4
56829	Pommern	pommern	RP	00	07135	50.1667	7.2833	4
56829	Brieden	brieden	RP	00	07135	50.1833	7.2667	4
56829	Kail	kail	RP	00	07135	50.1833	7.2333	4
56841	Traben-Trarbach	traben-trarbach	RP	00	07231	49.9508	7.1156	4
56843	Starkenburg	starkenburg	RP	00	07231	49.9667	7.1333	4
56843	Lötzbeuren	lotzbeuren	RP	00	07231	49.9333	7.2167	4
56843	Burg (Mosel)	burg-mosel	RP	00	07231	50.0167	7.1167	
56843	Irmenach	irmenach	RP	00	07231	49.9242	7.1887	4
56850	Raversbeuren	raversbeuren	RP	00	07140	49.95	7.2333	4
56850	Enkirch	enkirch	RP	00	07231	49.9843	7.13	4
56850	Hahn	hahn	RP	00	07140	49.9667	7.2667	4
56856	Zell	zell	RP	00	07135	50.0292	7.1823	4
56858	Belg	belg	RP	00	07140	49.9833	7.3	4
56858	Altlay	altlay	RP	00	07135	49.9877	7.2718	4
56858	Sosberg	sosberg	RP	00	07135	50.0833	7.3333	4
56858	Altstrimmig	altstrimmig	RP	00	07135	50.1	7.3	4
56858	Würrich	wurrich	RP	00	07140	49.9833	7.3	4
56858	Sankt Aldegund	sankt-aldegund	RP	00	07135	50.0833	7.1333	4
56858	Mittelstrimmig	mittelstrimmig	RP	00	07135	50.0833	7.2833	4
56858	Grenderich	grenderich	RP	00	07135	50.0667	7.2333	4
56858	Neef	neef	RP	00	07135	50.1	7.1333	4
56858	Liesenich	liesenich	RP	00	07135	50.0833	7.2833	4
56858	Haserich	haserich	RP	00	07135	50.0333	7.3333	4
56858	Rödelhausen	rodelhausen	RP	00	07140	50	7.3333	4
56858	Forst (Hunsrück)	forst-hunsruck	RP	00	07140	50.0833	7.3167	
56858	Tellig	tellig	RP	00	07135	50.0333	7.25	4
56858	Peterswald-Löffelscheid	peterswald-loffelscheid	RP	00	07135	50	7.3	4
56859	Bullay	bullay	RP	00	07135	50.0545	7.1373	4
56859	Alf	alf	RP	00	07135	50.0545	7.1234	4
56861	Reil	reil	RP	00	07231	50.0167	7.1167	4
56862	Pünderich	punderich	RP	00	07135	50.04	7.128	4
56864	Bad Bertrich	bad-bertrich	RP	00	07135	50.0667	7.0333	4
56865	Blankenrath	blankenrath	RP	00	07135	50.039	7.3021	4
56865	Moritzheim	moritzheim	RP	00	07135	50.05	7.2667	4
56865	Walhausen	walhausen	RP	00	07135	50.0333	7.2833	4
56865	Reidenhausen	reidenhausen	RP	00	07135	50.05	7.3167	4
56865	Panzweiler	panzweiler	RP	00	07135	50.0167	7.3	4
56865	Schauren	schauren	RP	00	07135	50.0167	7.2667	4
56865	Hesweiler	hesweiler	RP	00	07135	50.05	7.2833	4
56867	Briedel	briedel	RP	00	07135	50.0167	7.15	4
56869	Mastershausen	mastershausen	RP	00	07140	50.0667	7.35	4
57518	Steineroth	steineroth	RP	00	07132	50.7604	7.8544	4
57518	Alsdorf	alsdorf	RP	00	07132	50.7774	7.8856	4
57518	Betzdorf	betzdorf	RP	00	07132	50.7909	7.8719	4
57520	Steinebach/Sieg	steinebach-sieg	RP	00	07132	50.7333	7.8167	4
57520	Molzhain	molzhain	RP	00	07132	50.75	7.85	4
57520	Neunkhausen	neunkhausen	RP	00	07143	50.7072	7.9028	4
57520	Derschen	derschen	RP	00	07132	50.7167	7.9833	4
57520	Dickendorf	dickendorf	RP	00	07132	50.7333	7.85	4
57520	Kausen	kausen	RP	00	07132	50.7797	7.8899	
57520	Emmerzhausen	emmerzhausen	RP	00	07132	50.6997	8.0345	4
57520	Langenbach bei Kirburg	langenbach-bei-kirburg	RP	00	07143	50.7	7.9333	4
57520	Schutzbach	schutzbach	RP	00	07132	50.75	7.9	4
57520	Niederdreisbach	niederdreisbach	RP	00	07132	50.7495	7.9235	4
57520	Friedewald	friedewald	RP	00	07132	50.7111	7.9604	4
57520	Grünebach	grunebach	RP	00	07132	50.7833	7.9	4
57520	Mauden	mauden	RP	00	07132	50.7167	8	4
57520	Rosenheim	rosenheim	RP	00	07132	50.7124	7.8511	4
57537	Forst	forst	RP	00	07132	50.8	7.6833	4
57537	Wissen	wissen	RP	00	07132	50.7791	7.7347	4
57537	Mittelhof	mittelhof	RP	00	07132	50.7752	7.8047	4
57539	Roth	roth	RP	00	07132	50.7623	7.7002	4
57539	Fürthen	furthen	RP	00	07132	50.7833	7.6667	4
57539	Breitscheidt	breitscheidt	RP	00	07132	50.75	7.65	4
57539	Hövels	hovels	RP	00	07132	50.7833	7.7667	
57539	Bruchertseifen	bruchertseifen	RP	00	07132	50.75	7.7167	4
57539	Etzbach	etzbach	RP	00	07132	50.7783	7.688	4
57539	Bitzen	bitzen	RP	00	07132	50.8	7.6833	4
57539	Selbach	selbach	RP	00	07132	50.7462	7.7702	4
57548	Kirchen	kirchen	RP	00	07132	50.8085	7.8863	4
57555	Mudersbach	mudersbach	RP	00	07132	50.8251	7.9435	4
57555	Brachbach	brachbach	RP	00	07132	50.8167	7.9333	4
57562	Herdorf	herdorf	RP	00	07132	50.777	7.9537	4
57567	Daaden	daaden	RP	00	07132	50.7333	7.9667	4
57572	Harbach	harbach	RP	00	07132	50.85	7.8333	4
57572	Niederfischbach	niederfischbach	RP	00	07132	50.85	7.8667	4
57577	Seelbach	seelbach	RP	00	07132	50.7543	7.6863	4
57577	Hamm	hamm	RP	00	07132	50.7653	7.6776	4
57578	Elkenroth	elkenroth	RP	00	07132	50.7333	7.8833	4
57580	Elben	elben	RP	00	07132	50.75	7.8333	4
57580	Gebhardshain	gebhardshain	RP	00	07132	50.75	7.8167	4
57580	Fensdorf	fensdorf	RP	00	07132	50.7333	7.7667	4
57581	Katzwinkel	katzwinkel	RP	00	07132	50.8147	7.8224	4
57583	Mörlen	morlen	RP	00	07143	50.6981	7.8844	4
57583	Nauroth	nauroth	RP	00	07132	50.6993	7.8754	4
57584	Scheuerfeld	scheuerfeld	RP	00	07132	50.7874	7.8413	4
57584	Wallmenroth	wallmenroth	RP	00	07132	50.8	7.8333	4
57586	Weitefeld	weitefeld	RP	00	07132	50.7254	7.9281	4
57587	Birken-Honigsessen	birken-honigsessen	RP	00	07132	50.8167	7.7333	4
57589	Niederirsen	niederirsen	RP	00	07132	50.75	7.6	4
57589	Birkenbeul	birkenbeul	RP	00	07132	50.7333	7.6167	4
57589	Pracht	pracht	RP	00	07132	50.7603	7.6487	4
57610	Almersbach	almersbach	RP	00	07132	50.6833	7.6333	4
57610	Gieleroth	gieleroth	RP	00	07132	50.6667	7.6833	4
57610	Bachenberg	bachenberg	RP	00	07132	50.7167	7.65	4
57610	Altenkirchen	altenkirchen	RP	00	07132	50.6859	7.6418	4
57610	Michelbach	michelbach	RP	00	07132	50.6833	7.6664	4
57610	Ingelbach	ingelbach	RP	00	07132	50.683	7.7075	4
57612	Obererbach	obererbach	RP	00	07132	50.7247	7.6577	4
57612	Giesenhausen	giesenhausen	RP	00	07143	50.7	7.7167	4
57612	Heupelzen	heupelzen	RP	00	07132	50.7167	7.6167	4
57612	Kettenhausen	kettenhausen	RP	00	07132	50.7167	7.6333	4
57612	Kroppach	kroppach	RP	00	07143	50.6956	7.7403	4
57612	Idelberg	idelberg	RP	00	07132	50.7167	7.7167	4
57612	Ölsen	olsen	RP	00	07132	50.7333	7.6	4
57612	Birnbach	birnbach	RP	00	07132	50.7	7.5833	4
57612	Eichelhardt	eichelhardt	RP	00	07132	50.7167	7.7	4
57612	Isert	isert	RP	00	07132	50.7333	7.7	4
57612	Racksen	racksen	RP	00	07132	50.7333	7.7	4
57612	Helmenzen	helmenzen	RP	00	07132	50.6939	7.6199	4
57612	Hilgenroth	hilgenroth	RP	00	07132	50.7333	7.65	4
57612	Busenhausen	busenhausen	RP	00	07132	50.7167	7.6333	4
57612	Helmeroth	helmeroth	RP	00	07132	50.7333	7.7333	4
57612	Hemmelzen	hemmelzen	RP	00	07132	50.6934	7.5815	4
57612	Volkerzen	volkerzen	RP	00	07132	50.7167	7.6833	4
57614	Wahlrod	wahlrod	RP	00	07143	50.65	7.7167	4
57614	Fluterschen	fluterschen	RP	00	07132	50.6665	7.6271	4
57614	Niederwambach	niederwambach	RP	00	07138	50.6333	7.6	4
57614	Steimel	steimel	RP	00	07138	50.6167	7.6333	4
57614	Borod	borod	RP	00	07143	50.6675	7.7097	4
57614	Oberwambach	oberwambach	RP	00	07132	50.6667	7.65	4
57614	Mudenbach	mudenbach	RP	00	07143	50.6667	7.7333	4
57614	Berod bei Höchstenbach	berod-bei-hochstenbach	RP	00	07132	50.6476	7.6928	4
57614	Stürzelbach	sturzelbach	RP	00	07132	50.65	7.6167	4
57614	Woldert	woldert	RP	00	07138	50.6	7.65	4
57614	Ratzert	ratzert	RP	00	07138	50.65	7.6167	4
57627	Gehlert	gehlert	RP	00	07143	50.6417	7.8294	4
57627	Marzhausen	marzhausen	RP	00	07143	50.6911	7.7558	4
57627	Heuzert	heuzert	RP	00	07143	50.6991	7.7598	4
57627	Astert	astert	RP	00	07143	50.695	7.7783	4
57627	Hachenburg	hachenburg	RP	00	07143	50.66	7.8228	4
57629	Höchstenbach	hochstenbach	RP	00	07143	50.6336	7.7447	4
57629	Linden	linden	RP	00	07143	50.6	7.85	4
57629	Müschenbach	muschenbach	RP	00	07143	50.6833	7.7833	4
57629	Streithausen	streithausen	RP	00	07143	50.6936	7.8153	4
57629	Kirburg	kirburg	RP	00	07143	50.6833	7.9333	4
57629	Limbach	limbach	RP	00	07143	50.7	7.8	4
57629	Dreifelden	dreifelden	RP	00	07143	50.5914	7.8361	4
57629	Merkelbach	merkelbach	RP	00	07143	50.6456	7.7697	4
57629	Heimborn	heimborn	RP	00	07143	50.7	7.75	
57629	Lochum	lochum	RP	00	07143	50.6056	7.866	4
57629	Steinebach an der Wied	steinebach-an-der-wied	RP	00	07143	50.6333	7.8167	
57629	Atzelgift	atzelgift	RP	00	07143	50.7	7.8333	4
57629	Malberg	malberg	RP	00	07143	50.7167	7.8167	
57629	Norken	norken	RP	00	07143	50.6728	7.8978	4
57629	Stein-Wingert	stein-wingert	RP	00	07143	50.7225	7.7408	4
57629	Kundert	kundert	RP	00	07143	50.7186	7.7919	4
57629	Wied	wied	RP	00	07143	50.6392	7.7572	4
57629	Mörsbach	morsbach	RP	00	07143	50.7267	7.7833	4
57629	Luckenbach	luckenbach	RP	00	07143	50.7	7.8333	4
57632	Reiferscheid	reiferscheid	RP	00	07132	50.65	7.55	4
57632	Walterschen	walterschen	RP	00	07132	50.6833	7.5667	4
57632	Orfgen	orfgen	RP	00	07132	50.6667	7.5333	4
57632	Peterslahr	peterslahr	RP	00	07132	50.6167	7.4667	4
57632	Ziegenhain	ziegenhain	RP	00	07132	50.6833	7.5333	4
57632	Eichen	eichen	RP	00	07132	50.6333	7.5333	4
57632	Kescheid	kescheid	RP	00	07132	50.6667	7.4833	4
57632	Flammersfeld	flammersfeld	RP	00	07132	50.6471	7.5271	4
57632	Seifen	seifen	RP	00	07132	50.6333	7.5667	
57632	Rott	rott	RP	00	07132	50.6333	7.5167	4
57632	Giershausen	giershausen	RP	00	07132	50.6811	7.5461	4
57632	Schürdt	schurdt	RP	00	07132	50.6667	7.55	4
57632	Seelbach	seelbach	RP	00	07132	50.6402	7.5653	4
57632	Berzhausen	berzhausen	RP	00	07132	50.6667	7.5667	4
57632	Eulenberg	eulenberg	RP	00	07132	50.6061	7.4758	4
57632	Burglahr	burglahr	RP	00	07132	50.6178	7.4969	4
57635	Kircheib	kircheib	RP	00	07132	50.7092	7.4597	4
57635	Wölmersen	wolmersen	RP	00	07132	50.7167	7.6	4
57635	Weyerbusch	weyerbusch	RP	00	07132	50.7167	7.55	4
57635	Mehren	mehren	RP	00	07132	50.6833	7.5	4
57635	Werkhausen	werkhausen	RP	00	07132	50.7333	7.5333	4
57635	Oberirsen	oberirsen	RP	00	07132	50.7167	7.5833	4
57635	Forstmehren	forstmehren	RP	00	07132	50.7	7.5333	4
57635	Hirz-Maulsbach	hirz-maulsbach	RP	00	07132	50.6833	7.4833	4
57635	Kraam	kraam	RP	00	07132	50.7	7.5333	4
57635	Rettersen	rettersen	RP	00	07132	50.7	7.5	4
57635	Ersfeld	ersfeld	RP	00	07132	50.7	7.5167	4
57635	Hasselbach	hasselbach	RP	00	07132	50.7167	7.5167	4
57635	Fiersbach	fiersbach	RP	00	07132	50.7	7.5	4
57636	Sörth	sorth	RP	00	07132	50.7	7.6833	4
57636	Mammelzen	mammelzen	RP	00	07132	50.7	7.6667	4
57638	Schöneberg	schoneberg	RP	00	07132	50.6667	7.6	4
57638	Neitersen	neitersen	RP	00	07132	50.6685	7.5851	4
57638	Obernau	obernau	RP	00	07132	50.6667	7.5667	4
57639	Rodenbach	rodenbach	RP	00	07138	50.638	7.6497	4
57639	Oberdreis	oberdreis	RP	00	07138	50.6257	7.6659	4
57641	Oberlahr	oberlahr	RP	00	07132	50.623	7.5169	4
57642	Alpenrod	alpenrod	RP	00	07143	50.6333	7.8667	4
57644	Hattert	hattert	RP	00	07143	50.6667	7.7667	4
57644	Welkenbach	welkenbach	RP	00	07143	50.6333	7.7264	4
57644	Winkelbach	winkelbach	RP	00	07143	50.6497	7.7331	4
57645	Nister	nister	RP	00	07143	50.6758	7.8383	4
57647	Nistertal	nistertal	RP	00	07143	50.6333	7.9	
57647	Enspel	enspel	RP	00	07143	50.6167	7.8833	4
57648	Bölsberg	bolsberg	RP	00	07143	50.6667	7.9167	4
57648	Unnau	unnau	RP	00	07143	50.6488	7.9083	4
65391	Sauerthal	sauerthal	RP	00	07141	50.0855	7.8211	4
65558	Flacht	flacht	RP	00	07141	50.3453	8.0503	4
65558	Kaltenholzhausen	kaltenholzhausen	RP	00	07141	50.3	8.1	4
65558	Burgschwalbach	burgschwalbach	RP	00	07141	50.2833	8.0833	4
65558	Balduinstein	balduinstein	RP	00	07141	50.35	7.9667	4
65558	Cramberg	cramberg	RP	00	07141	50.3417	7.9427	4
65558	Oberneisen	oberneisen	RP	00	07141	50.3255	8.0772	4
65558	Holzheim	holzheim	RP	00	07141	50.3545	8.0483	4
65558	Eppenrod	eppenrod	RP	00	07141	50.4047	7.9297	4
65558	Isselbach	isselbach	RP	00	07141	50.4	7.9	4
65558	Heistenbach	heistenbach	RP	00	07141	50.3793	7.9863	4
65558	Langenscheid	langenscheid	RP	00	07141	50.356	7.9517	4
65558	Hirschberg	hirschberg	RP	00	07141	50.3788	7.9249	4
65558	Gückingen	guckingen	RP	00	07141	50.3909	8.0073	4
65558	Lohrheim	lohrheim	RP	00	07141	50.3167	8.05	4
65582	Aull	aull	RP	00	07141	50.3856	8.0019	4
65582	Hambach	hambach	RP	00	07141	50.4	7.9833	4
65582	Diez	diez	RP	00	07141	50.3742	8.0074	4
65623	Schiesheim	schiesheim	RP	00	07141	50.2772	8.055	4
65623	Hahnstätten	hahnstatten	RP	00	07141	50.3	8.0667	4
65623	Mudershausen	mudershausen	RP	00	07141	50.2833	8.0333	4
65623	Netzbach	netzbach	RP	00	07141	50.3167	8.1	4
65624	Altendiez	altendiez	RP	00	07141	50.3667	7.9833	4
65626	Birlenbach	birlenbach	RP	00	07141	50.3581	8.0027	4
65629	Niederneisen	niederneisen	RP	00	07141	50.3333	8.05	4
66482	Zweibrücken	zweibrucken	RP	00	07320	49.2469	7.3698	4
66484	Schmitshausen	schmitshausen	RP	00	07340	49.3	7.5167	4
66484	Kleinsteinhausen	kleinsteinhausen	RP	00	07340	49.2	7.4667	4
66484	Battweiler	battweiler	RP	00	07340	49.2785	7.4637	4
66484	Althornbach	althornbach	RP	00	07340	49.2	7.3667	4
66484	Großsteinhausen	grosssteinhausen	RP	00	07340	49.1833	7.45	4
66484	Riedelberg	riedelberg	RP	00	07340	49.1833	7.45	4
66484	Dietrichingen	dietrichingen	RP	00	07340	49.1833	7.4167	4
66484	Winterbach	winterbach	RP	00	07340	49.303	7.4731	4
66484	Walshausen	walshausen	RP	00	07340	49.2167	7.4833	4
66497	Contwig	contwig	RP	00	07340	49.25	7.4333	4
66500	Hornbach	hornbach	RP	00	07340	49.1878	7.3688	4
66500	Mauschbach	mauschbach	RP	00	07340	49.1833	7.4	4
66501	Großbundenbach	grossbundenbach	RP	00	07340	49.3	7.4167	4
66501	Kleinbundenbach	kleinbundenbach	RP	00	07340	49.3167	7.4333	4
66503	Dellfeld	dellfeld	RP	00	07340	49.234	7.474	4
66504	Bottenbach	bottenbach	RP	00	07340	49.1833	7.5	4
66506	Maßweiler	massweiler	RP	00	07340	49.2667	7.5333	4
66507	Reifenberg	reifenberg	RP	00	07340	49.2828	7.5096	4
66509	Rieschweiler-Mühlbach	rieschweiler-muhlbach	RP	00	07340	49.2333	7.5	4
66849	Landstuhl	landstuhl	RP	00	07335	49.4131	7.5702	4
66851	Steinalben	steinalben	RP	00	07340	49.3167	7.65	4
66851	Oberarnbach	oberarnbach	RP	00	07335	49.3833	7.5833	4
66851	Bann	bann	RP	00	07335	49.3833	7.6167	4
66851	Queidersbach	queidersbach	RP	00	07335	49.3667	7.6333	4
66851	Linden	linden	RP	00	07335	49.35	7.65	4
66851	Hauptstuhl	hauptstuhl	RP	00	07335	49.4	7.4833	4
66851	Mittelbrunn	mittelbrunn	RP	00	07335	49.3667	7.55	4
66851	Horbach	horbach	RP	00	07340	49.3333	7.65	4
66862	Kindsbach	kindsbach	RP	00	07335	49.4167	7.6167	4
66869	Kusel	kusel	RP	00	07336	49.5377	7.4047	4
66869	Schellweiler	schellweiler	RP	00	07336	49.514	7.3916	4
66869	Ruthweiler	ruthweiler	RP	00	07336	49.55	7.3667	4
66869	Blaubach	blaubach	RP	00	07336	49.5667	7.4	4
66871	Theisbergstegen	theisbergstegen	RP	00	07336	49.5206	7.3333	
66871	Albessen	albessen	RP	00	07336	49.5167	7.3333	4
66871	Oberalben	oberalben	RP	00	07336	49.5833	7.4	4
66871	Konken	konken	RP	00	07336	49.5088	7.3539	4
66871	Haschbach am Remigiusberg	haschbach-am-remigiusberg	RP	00	07336	49.5333	7.4333	4
66871	Dennweiler-Frohnbach	dennweiler-frohnbach	RP	00	07336	49.5833	7.3833	4
66871	Körborn	korborn	RP	00	07336	49.5667	7.3667	4
66871	Reichweiler	reichweiler	RP	00	07336	49.5333	7.2833	4
66871	Thallichtenberg	thallichtenberg	RP	00	07336	49.5582	7.3509	4
66871	Herchweiler	herchweiler	RP	00	07336	49.514	7.2935	4
66871	Ehweiler	ehweiler	RP	00	07336	49.5167	7.3667	4
66871	Pfeffelbach	pfeffelbach	RP	00	07336	49.5395	7.3277	4
66871	Etschberg	etschberg	RP	00	07336	49.5167	7.4333	4
66871	Selchenbach	selchenbach	RP	00	07336	49.5	7.3	4
66877	Ramstein-Miesenbach	ramstein-miesenbach	RP	00	07335	49.4445	7.5553	4
66879	Oberstaufenbach	oberstaufenbach	RP	00	07336	49.516	7.5099	4
66879	Kottweiler-Schwanden	kottweiler-schwanden	RP	00	07335	49.4833	7.5333	4
66879	Niedermohr	niedermohr	RP	00	07335	49.459	7.4696	4
66879	Kollweiler	kollweiler	RP	00	07335	49.5167	7.5833	4
66879	Reichenbach-Steegen	reichenbach-steegen	RP	00	07335	49.5	7.55	4
66879	Niederstaufenbach	niederstaufenbach	RP	00	07336	49.5333	7.5167	4
66879	Steinwenden	steinwenden	RP	00	07335	49.4571	7.5273	4
66882	Hütschenhausen	hutschenhausen	RP	00	07335	49.4167	7.4833	4
66885	Altenglan	altenglan	RP	00	07336	49.55	7.4667	4
66885	Bedesbach	bedesbach	RP	00	07336	49.5685	7.4579	4
66887	Glanbrücken	glanbrucken	RP	00	07336	49.6167	7.5333	
66887	Föckelberg	fockelberg	RP	00	07336	49.5333	7.4833	4
66887	Rutsweiler am Glan	rutsweiler-am-glan	RP	00	07336	49.5333	7.45	
66887	Niederalben	niederalben	RP	00	07336	49.6	7.4667	4
66887	Bosenbach	bosenbach	RP	00	07336	49.5402	7.5303	4
66887	Horschbach	horschbach	RP	00	07336	49.5833	7.5333	4
66887	Ulmet	ulmet	RP	00	07336	49.5833	7.45	4
66887	Neunkirchen am Potzberg	neunkirchen-am-potzberg	RP	00	07336	49.5	7.4833	4
66887	Welchweiler	welchweiler	RP	00	07336	49.5833	7.5	4
66887	Rammelsbach	rammelsbach	RP	00	07336	49.5417	7.4439	4
66887	Rathsweiler	rathsweiler	RP	00	07336	49.6	7.4667	4
66887	Erdesbach	erdesbach	RP	00	07336	49.5743	7.4422	4
66887	Sankt Julian	sankt-julian	RP	00	07336	49.6167	7.5167	4
66887	Jettenbach	jettenbach	RP	00	07336	49.5348	7.5572	4
66887	Elzweiler	elzweiler	RP	00	07336	49.5833	7.5167	4
66892	Bruchmühlbach-Miesau	bruchmuhlbach-miesau	RP	00	07335	49.3833	7.4333	4
66894	Wiesbach	wiesbach	RP	00	07340	49.3333	7.45	4
66894	Martinshöhe	martinshohe	RP	00	07335	49.3667	7.4833	4
66894	Lambsborn	lambsborn	RP	00	07335	49.3667	7.4333	4
66894	Rosenkopf	rosenkopf	RP	00	07340	49.35	7.4333	4
66894	Krähenberg	krahenberg	RP	00	07340	49.3333	7.4667	4
66894	Gerhardsbrunn	gerhardsbrunn	RP	00	07335	49.35	7.5167	4
66894	Bechhofen	bechhofen	RP	00	07340	49.35	7.4	4
66894	Langwieden	langwieden	RP	00	07335	49.3833	7.5	4
66894	Käshofen	kashofen	RP	00	07340	49.3333	7.4167	4
66901	Schönenberg-Kübelberg	schonenberg-kubelberg	RP	00	07336	49.4074	7.3723	4
66903	Dittweiler	dittweiler	RP	00	07336	49.4303	7.3356	4
66903	Frohnhofen	frohnhofen	RP	00	07336	49.4538	7.2994	4
66903	Altenkirchen	altenkirchen	RP	00	07336	49.4431	7.3208	4
66903	Gries	gries	RP	00	07336	49.4167	7.4	4
66903	Ohmbach	ohmbach	RP	00	07336	49.45	7.35	4
66904	Brücken	brucken	RP	00	07336	49.4317	7.36	4
66904	Börsborn	borsborn	RP	00	07336	49.4333	7.4	4
66907	Rehweiler	rehweiler	RP	00	07336	49.4857	7.4421	4
66907	Glan-Münchweiler	glan-munchweiler	RP	00	07336	49.4722	7.442	4
66909	Matzenbach	matzenbach	RP	00	07336	49.5	7.4667	4
66909	Nanzdietschweiler	nanzdietschweiler	RP	00	07336	49.45	7.45	4
66909	Langenbach	langenbach	RP	00	07336	49.4936	7.3277	4
66909	Wahnwegen	wahnwegen	RP	00	07336	49.4847	7.3764	4
66909	Steinbach am Glan	steinbach-am-glan	RP	00	07336	49.45	7.3833	
66909	Quirnbach	quirnbach	RP	00	07336	49.475	7.4202	4
66909	Krottelbach	krottelbach	RP	00	07336	49.4667	7.3333	4
66909	Henschtal	henschtal	RP	00	07336	49.4667	7.4	
66909	Herschweiler-Pettersheim	herschweiler-pettersheim	RP	00	07336	49.4833	7.35	4
66909	Hüffler	huffler	RP	00	07336	49.5	7.3833	4
66914	Waldmohr	waldmohr	RP	00	07336	49.3833	7.3333	4
66916	Dunzweiler	dunzweiler	RP	00	07336	49.4159	7.3055	4
66916	Breitenbach	breitenbach	RP	00	07336	49.4333	7.2667	4
66917	Wallhalben	wallhalben	RP	00	07340	49.3171	7.5215	4
66917	Knopp-Labach	knopp-labach	RP	00	07340	49.3333	7.5	4
66917	Biedershausen	biedershausen	RP	00	07340	49.3167	7.4833	4
66919	Hettenhausen	hettenhausen	RP	00	07340	49.3333	7.55	4
66919	Hermersberg	hermersberg	RP	00	07340	49.3167	7.6333	4
66919	Obernheim-Kirchenarnbach	obernheim-kirchenarnbach	RP	00	07340	49.35	7.5833	4
66919	Herschberg	herschberg	RP	00	07340	49.305	7.5482	4
66919	Schauerberg	schauerberg	RP	00	07340	49.3167	7.5833	4
66919	Saalstadt	saalstadt	RP	00	07340	49.3167	7.55	4
66919	Weselberg	weselberg	RP	00	07340	49.3366	7.6078	4
66953	Pirmasens	pirmasens	RP	00	07317	49.2149	7.629	4
66954	Pirmasens	pirmasens	RP	00	07317	49.2071	7.5911	4
66955	Pirmasens	pirmasens	RP	00	07317	49.1839	7.6134	4
66957	Eppenbrunn	eppenbrunn	RP	00	07340	49.1167	7.5667	4
66957	Vinningen	vinningen	RP	00	07340	49.1563	7.5519	4
66957	Ruppertsweiler	ruppertsweiler	RP	00	07340	49.1971	7.6896	4
66957	Schweix	schweix	RP	00	07340	49.1333	7.5167	4
66957	Obersimten	obersimten	RP	00	07340	49.1667	7.5833	4
66957	Trulben	trulben	RP	00	07340	49.1392	7.5437	4
66957	Kröppen	kroppen	RP	00	07340	49.15	7.5333	4
66957	Hilst	hilst	RP	00	07340	49.1333	7.5333	4
66969	Lemberg	lemberg	RP	00	07340	49.1731	7.6511	4
66976	Rodalben	rodalben	RP	00	07340	49.2394	7.6396	4
66978	Clausen	clausen	RP	00	07340	49.2607	7.6773	4
66978	Donsieders	donsieders	RP	00	07340	49.2653	7.6419	4
66978	Merzalben	merzalben	RP	00	07340	49.2447	7.7308	4
66978	Leimen	leimen	RP	00	07340	49.2737	7.7686	4
66981	Münchweiler an der Rodalb	munchweiler-an-der-rodalb	RP	00	07340	49.2167	7.7	4
66987	Thaleischweiler-Fröschen	thaleischweiler-froschen	RP	00	07340	49.2667	7.5833	4
66989	Nünschweiler	nunschweiler	RP	00	07340	49.2235	7.5072	4
66989	Höheinöd	hoheinod	RP	00	07340	49.2897	7.6067	4
66989	Höheischweiler	hoheischweiler	RP	00	07340	49.2333	7.55	4
66989	Höhfröschen	hohfroschen	RP	00	07340	49.25	7.5667	4
66989	Petersberg	petersberg	RP	00	07340	49.2333	7.5667	4
66994	Dahn	dahn	RP	00	07340	49.151	7.7784	4
66996	Fischbach bei Dahn	fischbach-bei-dahn	RP	00	07340	49.0865	7.7207	
66996	Schindhard	schindhard	RP	00	07340	49.1418	7.8221	4
66996	Schönau	schonau	RP	00	07340	49.0606	7.7479	4
66996	Ludwigswinkel	ludwigswinkel	RP	00	07340	49.0833	7.6667	4
66996	Hirschthal	hirschthal	RP	00	07340	49.0333	7.75	4
66996	Erfweiler	erfweiler	RP	00	07340	49.1571	7.8123	4
66999	Hinterweidenthal	hinterweidenthal	RP	00	07340	49.2	7.75	4
67059	Ludwigshafen am Rhein	ludwigshafen-am-rhein	RP	00	07314	49.4828	8.4376	4
67061	Ludwigshafen am Rhein	ludwigshafen-am-rhein	RP	00	07314	49.4705	8.4454	4
67063	Ludwigshafen am Rhein	ludwigshafen-am-rhein	RP	00	07314	49.499	8.4109	4
67065	Ludwigshafen am Rhein	ludwigshafen-am-rhein	RP	00	07314	49.4603	8.4162	4
67067	Ludwigshafen am Rhein	ludwigshafen-am-rhein	RP	00	07314	49.4811	8.4353	4
67069	Ludwigshafen am Rhein	ludwigshafen-am-rhein	RP	00	07314	49.5235	8.4022	4
67071	Ludwigshafen am Rhein	ludwigshafen-am-rhein	RP	00	07314	49.489	8.3791	4
67098	Bad Dürkheim	bad-durkheim	RP	00	07332	49.4563	8.0814	4
67105	Schifferstadt	schifferstadt	RP	00	07338	49.3842	8.3775	4
67112	Mutterstadt	mutterstadt	RP	00	07338	49.4414	8.3561	4
67117	Limburgerhof	limburgerhof	RP	00	07338	49.4244	8.3919	4
67122	Altrip	altrip	RP	00	07338	49.4356	8.4947	4
67125	Dannstadt-Schauernheim	dannstadt-schauernheim	RP	00	07338	49.4403	8.3086	4
67126	Hochdorf-Assenheim	hochdorf-assenheim	RP	00	07338	49.4194	8.2817	4
67127	Rödersheim-Gronau	rodersheim-gronau	RP	00	07338	49.43	8.2614	4
67133	Maxdorf	maxdorf	RP	00	07338	49.4881	8.2917	4
67134	Birkenheide	birkenheide	RP	00	07338	49.4814	8.2619	4
67136	Fußgönheim	fussgonheim	RP	00	07338	49.4611	8.2922	4
67141	Neuhofen	neuhofen	RP	00	07338	49.4278	8.4247	4
67146	Deidesheim	deidesheim	RP	00	07332	49.4078	8.1844	4
67147	Forst an der Weinstraße	forst-an-der-weinstrasse	RP	00	07332	49.4258	8.1911	4
67149	Meckenheim	meckenheim	RP	00	07332	49.4044	8.2392	4
67150	Niederkirchen bei Deidesheim	niederkirchen-bei-deidesheim	RP	00	07332	49.415	8.21	4
67152	Ruppertsberg	ruppertsberg	RP	00	07332	49.4003	8.1961	4
67157	Wachenheim an der Weinstraße	wachenheim-an-der-weinstrasse	RP	00	07332	49.448	8.1712	4
67158	Ellerstadt	ellerstadt	RP	00	07332	49.4617	8.2594	4
67159	Friedelsheim	friedelsheim	RP	00	07332	49.4469	8.2231	4
67161	Gönnheim	gonnheim	RP	00	07332	49.4481	8.2386	4
67165	Waldsee	waldsee	RP	00	07338	49.3953	8.4403	4
67166	Otterstadt	otterstadt	RP	00	07338	49.3722	8.4478	4
67167	Erpolzheim	erpolzheim	RP	00	07332	49.4892	8.2247	4
67169	Kallstadt	kallstadt	RP	00	07332	49.4908	8.1761	4
67227	Frankenthal (Pfalz)	frankenthal-pfalz	RP	00	07311	49.5386	8.354	4
67229	Großkarlbach	grosskarlbach	RP	00	07332	49.5383	8.2247	4
67229	Gerolsheim	gerolsheim	RP	00	07332	49.5478	8.2639	4
67229	Laumersheim	laumersheim	RP	00	07332	49.5541	8.2354	4
67240	Bobenheim-Roxheim	bobenheim-roxheim	RP	00	07338	49.5875	8.3578	4
67245	Lambsheim	lambsheim	RP	00	07338	49.5136	8.2878	4
67246	Dirmstein	dirmstein	RP	00	07332	49.5633	8.2447	4
67251	Freinsheim	freinsheim	RP	00	07332	49.5065	8.2119	4
67256	Weisenheim am Sand	weisenheim-am-sand	RP	00	07332	49.5181	8.2478	4
67258	Heßheim	hessheim	RP	00	07338	49.5458	8.3078	4
67259	Kleinniedesheim	kleinniedesheim	RP	00	07338	49.5869	8.3222	4
67259	Beindersheim	beindersheim	RP	00	07338	49.5606	8.3194	4
67259	Heuchelheim bei Frankenthal	heuchelheim-bei-frankenthal	RP	00	07338	49.5631	8.2908	4
67259	Großniedesheim	grossniedesheim	RP	00	07338	49.5753	8.3122	4
67269	Grünstadt	grunstadt	RP	00	07332	49.563	8.1628	4
67271	Mertesheim	mertesheim	RP	00	07332	49.5717	8.1356	4
67271	Kleinkarlbach	kleinkarlbach	RP	00	07332	49.5386	8.1497	4
67271	Obersülzen	obersulzen	RP	00	07332	49.5683	8.2114	4
67271	Neuleiningen	neuleiningen	RP	00	07332	49.5417	8.1389	4
67271	Battenberg (Pfalz)	battenberg-pfalz	RP	00	07332	49.5317	8.1389	
67271	Kindenheim	kindenheim	RP	00	07332	49.6111	8.1642	4
67273	Herxheim am Berg	herxheim-am-berg	RP	00	07332	49.5092	8.1792	4
67273	Weisenheim am Berg	weisenheim-am-berg	RP	00	07332	49.5131	8.1539	4
67273	Dackenheim	dackenheim	RP	00	07332	49.5211	8.1872	4
67273	Bobenheim am Berg	bobenheim-am-berg	RP	00	07332	49.5242	8.1511	4
67278	Bockenheim	bockenheim	RP	00	07332	49.6067	8.1849	4
67280	Ebertsheim	ebertsheim	RP	00	07332	49.5683	8.1086	4
67280	Quirnheim	quirnheim	RP	00	07332	49.5844	8.1264	4
67281	Kirchheim an der Weinstraße	kirchheim-an-der-weinstrasse	RP	00	07332	49.5372	8.1808	4
67281	Bissersheim	bissersheim	RP	00	07332	49.5358	8.2042	4
67283	Obrigheim	obrigheim	RP	00	07332	49.5442	8.2044	
67292	Kirchheimbolanden	kirchheimbolanden	RP	00	07333	49.6625	8.0151	4
67294	Orbis	orbis	RP	00	07333	49.7	8	4
67294	Mauchenheim	mauchenheim	RP	00	07331	49.7181	8.0461	4
67294	Gauersheim	gauersheim	RP	00	07333	49.6597	8.0719	4
67294	Rittersheim	rittersheim	RP	00	07333	49.6647	8.0583	4
67294	Oberwiesen	oberwiesen	RP	00	07333	49.7	7.9667	4
67294	Ilbesheim	ilbesheim	RP	00	07333	49.69	8.0753	4
67294	Morschheim	morschheim	RP	00	07333	49.6967	8.0261	4
67294	Bischheim	bischheim	RP	00	07333	49.67	8.0325	4
67294	Stetten	stetten	RP	00	07333	49.6694	8.0919	4
67295	Bolanden	bolanden	RP	00	07333	49.6392	8.0119	4
67297	Marnheim	marnheim	RP	00	07333	49.6328	8.04	4
67304	Eisenberg	eisenberg	RP	00	07333	49.5625	8.0263	
67304	Kerzenheim	kerzenheim	RP	00	07333	49.5764	8.0597	4
67305	Ramsen	ramsen	RP	00	07333	49.5369	8.0133	4
67307	Göllheim	gollheim	RP	00	07333	49.595	8.0508	4
67308	Immesheim	immesheim	RP	00	07333	49.6364	8.1053	4
67308	Rüssingen	russingen	RP	00	07333	49.6158	8.0883	4
67308	Niefernheim-Zellertal	niefernheim-zellertal	RP	00	07333	49.6433	8.1492	
67308	Biedesheim	biedesheim	RP	00	07333	49.605	8.1072	4
67308	Einselthum	einselthum	RP	00	07333	49.6517	8.1247	4
67308	Albisheim (Pfrimm)	albisheim-pfrimm	RP	00	07333	49.6494	8.0967	
67308	Bubenheim	bubenheim	RP	00	07333	49.6281	8.1178	4
67308	Ottersheim	ottersheim	RP	00	07333	49.6256	8.1086	4
67308	Harxheim-Zellertal	harxheim-zellertal	RP	00	07333	49.6428	8.1339	
67308	Lautersheim	lautersheim	RP	00	07333	49.5872	8.0983	4
67308	Zell-Zellertal	zell-zellertal	RP	00	07333	49.6492	8.1397	
67310	Hettenleidelheim	hettenleidelheim	RP	00	07332	49.5356	8.0736	4
67311	Tiefenthal	tiefenthal	RP	00	07332	49.5386	8.1039	4
67316	Carlsberg	carlsberg	RP	00	07332	49.5039	8.0417	4
67317	Altleiningen	altleiningen	RP	00	07332	49.5075	8.0733	4
67319	Wattenheim	wattenheim	RP	00	07332	49.5217	8.0617	4
67346	Speyer	speyer	RP	00	07318	49.3208	8.4311	4
67354	Römerberg	romerberg	RP	00	07338	49.2954	8.407	4
67360	Lingenfeld	lingenfeld	RP	00	07334	49.2539	8.3386	4
67361	Freisbach	freisbach	RP	00	07334	49.2717	8.2719	4
67363	Lustadt	lustadt	RP	00	07334	49.2448	8.2741	4
67365	Schwegenheim	schwegenheim	RP	00	07334	49.27	8.3286	4
67366	Weingarten	weingarten	RP	00	07334	49.2595	8.2862	4
67368	Westheim	westheim	RP	00	07334	49.2464	8.3236	4
67373	Dudenhofen	dudenhofen	RP	00	07338	49.3186	8.3886	4
67374	Hanhofen	hanhofen	RP	00	07338	49.3167	8.3408	4
67376	Harthausen	harthausen	RP	00	07338	49.2942	8.345	4
67377	Gommersheim	gommersheim	RP	00	07337	49.2911	8.2658	4
67378	Zeiskam	zeiskam	RP	00	07334	49.2328	8.2472	4
67433	Neustadt an der Weinstraße	neustadt-an-der-weinstrasse	RP	00	07316	49.3465	8.1491	4
67434	Neustadt an der Weinstraße	neustadt-an-der-weinstrasse	RP	00	07316	49.3505	8.1363	4
67435	Neustadt an der Weinstraße	neustadt-an-der-weinstrasse	RP	00	07316	49.3567	8.1378	4
67454	Haßloch	hassloch	RP	00	07332	49.3628	8.2581	4
67459	Böhl-Iggelheim	bohl-iggelheim	RP	00	07338	49.3806	8.3039	4
67466	Lambrecht	lambrecht	RP	00	07332	49.3705	8.0726	4
67468	Frankeneck	frankeneck	RP	00	07332	49.3764	8.0486	4
67468	Neidenfels	neidenfels	RP	00	07332	49.3889	8.0464	4
67468	Frankenstein	frankenstein	RP	00	07335	49.4401	7.9774	4
67471	Elmstein	elmstein	RP	00	07332	49.3667	7.9333	4
67472	Esthal	esthal	RP	00	07332	49.3833	7.9833	4
67473	Lindenberg	lindenberg	RP	00	07332	49.3803	8.0986	4
67475	Weidenthal	weidenthal	RP	00	07332	49.4167	8	4
67480	Edenkoben	edenkoben	RP	00	07337	49.2839	8.1271	4
67482	Freimersheim	freimersheim	RP	00	07337	49.27	8.2236	4
67482	Böbingen	bobingen	RP	00	07337	49.2844	8.2367	4
67482	Venningen	venningen	RP	00	07337	49.2817	8.1736	4
67482	Altdorf	altdorf	RP	00	07337	49.2872	8.2161	4
67483	Edesheim	edesheim	RP	00	07337	49.2633	8.135	4
67483	Kleinfischlingen	kleinfischlingen	RP	00	07337	49.2633	8.1869	4
67483	Großfischlingen	grossfischlingen	RP	00	07337	49.2689	8.1764	4
67487	Maikammer	maikammer	RP	00	07337	49.3053	8.1317	4
67487	Sankt Martin	sankt-martin	RP	00	07337	49.3003	8.1053	4
67489	Kirrweiler (Pfalz)	kirrweiler-pfalz	RP	00	07337	49.3019	8.1656	4
67547	Worms	worms	RP	00	07319	49.6326	8.3619	4
67549	Worms	worms	RP	00	07319	49.6356	8.3338	4
67550	Worms	worms	RP	00	07319	49.6356	8.3597	4
67551	Worms	worms	RP	00	07319	49.6163	8.2753	4
67574	Osthofen	osthofen	RP	00	07331	49.7038	8.3242	4
67575	Eich	eich	RP	00	07331	49.75	8.3989	4
67577	Alsheim	alsheim	RP	00	07331	49.7681	8.3403	4
67578	Gimbsheim	gimbsheim	RP	00	07331	49.7778	8.375	4
67580	Hamm	hamm	RP	00	07331	49.7323	8.4327	4
67582	Mettenheim	mettenheim	RP	00	07331	49.74	8.3258	4
67583	Guntersblum	guntersblum	RP	00	07339	49.7975	8.3456	4
67585	Dorn-Dürkheim	dorn-durkheim	RP	00	07339	49.7686	8.2697	4
67586	Hillesheim	hillesheim	RP	00	07339	49.7764	8.2561	4
67587	Wintersheim	wintersheim	RP	00	07339	49.7786	8.2803	4
67590	Monsheim	monsheim	RP	00	07331	49.6372	8.2119	4
67591	Wachenheim	wachenheim	RP	00	07331	49.6076	8.2282	
67591	Mölsheim	molsheim	RP	00	07331	49.6467	8.1694	4
67591	Offstein	offstein	RP	00	07331	49.6061	8.2381	4
67591	Mörstadt	morstadt	RP	00	07331	49.6619	8.2547	4
67591	Hohen-Sülzen	hohen-sulzen	RP	00	07331	49.6192	8.2256	4
67592	Flörsheim-Dalsheim	florsheim-dalsheim	RP	00	07331	49.6755	8.2089	4
67593	Westhofen	westhofen	RP	00	07331	49.7044	8.2481	4
67593	Bermersheim	bermersheim	RP	00	07331	49.6819	8.2236	4
67595	Bechtheim	bechtheim	RP	00	07331	49.7278	8.2922	4
67596	Frettenheim	frettenheim	RP	00	07331	49.7597	8.2447	4
67596	Dittelsheim-Heßloch	dittelsheim-hessloch	RP	00	07331	49.7439	8.2369	4
67598	Gundersheim	gundersheim	RP	00	07331	49.6961	8.2025	4
67599	Gundheim	gundheim	RP	00	07331	49.6758	8.2378	4
67653	Kaiserslautern	kaiserslautern	RP	00	07312	49.45	7.75	4
67655	Kaiserslautern	kaiserslautern	RP	00	07312	49.4425	7.7659	4
67657	Kaiserslautern	kaiserslautern	RP	00	07312	49.4495	7.7948	4
67659	Kaiserslautern	kaiserslautern	RP	00	07312	49.4467	7.7609	4
67661	Kaiserslautern	kaiserslautern	RP	00	07335	49.4126	7.7107	
67663	Kaiserslautern	kaiserslautern	RP	00	07312	49.436	7.7503	4
67677	Enkenbach-Alsenborn	enkenbach-alsenborn	RP	00	07335	49.4833	7.9	4
67678	Mehlingen	mehlingen	RP	00	07335	49.4914	7.8547	4
67680	Neuhemsbach	neuhemsbach	RP	00	07335	49.5167	7.9167	4
67681	Sembach	sembach	RP	00	07335	49.5118	7.8666	4
67681	Wartenberg-Rohrbach	wartenberg-rohrbach	RP	00	07333	49.5276	7.8526	4
67685	Erzenhausen	erzenhausen	RP	00	07335	49.5	7.6167	4
67685	Eulenbis	eulenbis	RP	00	07335	49.5	7.6333	4
67685	Schwedelbach	schwedelbach	RP	00	07335	49.4956	7.5937	4
67685	Weilerbach	weilerbach	RP	00	07335	49.4833	7.6333	4
67686	Mackenbach	mackenbach	RP	00	07335	49.4667	7.5833	4
67688	Rodenbach	rodenbach	RP	00	07335	49.4728	7.6579	4
67691	Hochspeyer	hochspeyer	RP	00	07335	49.4421	7.895	4
67693	Waldleiningen	waldleiningen	RP	00	07335	49.4	7.8833	4
67693	Fischbach	fischbach	RP	00	07335	49.45	7.9167	4
67697	Otterberg	otterberg	RP	00	07335	49.503	7.7699	4
67699	Schneckenhausen	schneckenhausen	RP	00	07335	49.5381	7.7451	4
67699	Heiligenmoschel	heiligenmoschel	RP	00	07335	49.55	7.7667	4
67700	Niederkirchen	niederkirchen	RP	00	07335	49.5833	7.7	4
67701	Schallodenbach	schallodenbach	RP	00	07335	49.55	7.7167	4
67705	Trippstadt	trippstadt	RP	00	07335	49.3593	7.7748	4
67705	Stelzenberg	stelzenberg	RP	00	07335	49.3776	7.7381	4
67706	Krickenbach	krickenbach	RP	00	07335	49.3667	7.6667	4
67707	Schopp	schopp	RP	00	07335	49.35	7.6833	4
67714	Waldfischbach-Burgalben	waldfischbach-burgalben	RP	00	07340	49.2833	7.6667	4
67715	Geiselberg	geiselberg	RP	00	07340	49.3261	7.6971	4
67716	Heltersberg	heltersberg	RP	00	07340	49.3167	7.7167	4
67718	Schmalenberg	schmalenberg	RP	00	07340	49.3333	7.7333	4
67722	Winnweiler	winnweiler	RP	00	07333	49.5667	7.85	4
67722	Alsenbrück-Langmeil	alsenbruck-langmeil	RP	00	07333	49.5665	7.8848	4
67722	Hochstein	hochstein	RP	00	07333	49.5772	7.8424	4
67722	Potzbach	potzbach	RP	00	07333	49.5397	7.8217	4
67724	Gonbach	gonbach	RP	00	07333	49.55	7.9	4
67724	Gehrweiler	gehrweiler	RP	00	07333	49.5833	7.7667	4
67724	Gundersweiler	gundersweiler	RP	00	07333	49.6	7.7833	4
67724	Höringen	horingen	RP	00	07333	49.5557	7.796	4
67725	Breunigweiler	breunigweiler	RP	00	07333	49.5667	7.9667	4
67725	Börrstadt	borrstadt	RP	00	07333	49.5777	7.9425	4
67727	Lohnsfeld	lohnsfeld	RP	00	07333	49.55	7.85	4
67728	Münchweiler an der Alsenz	munchweiler-an-der-alsenz	RP	00	07333	49.55	7.8833	4
67729	Sippersfeld	sippersfeld	RP	00	07333	49.55	7.9333	4
67731	Otterbach	otterbach	RP	00	07335	49.4855	7.7345	4
67732	Hirschhorn	hirschhorn	RP	00	07335	49.5197	7.6788	4
67734	Sulzbachtal	sulzbachtal	RP	00	07335	49.5167	7.6667	
67734	Katzweiler	katzweiler	RP	00	07335	49.5	7.7	4
67735	Mehlbach	mehlbach	RP	00	07335	49.5167	7.7167	4
67737	Frankelbach	frankelbach	RP	00	07335	49.5333	7.6333	4
67737	Olsbrücken	olsbrucken	RP	00	07335	49.5388	7.6586	4
67742	Buborn	buborn	RP	00	07336	49.6333	7.55	4
67742	Deimberg	deimberg	RP	00	07336	49.6333	7.5167	4
67742	Ginsweiler	ginsweiler	RP	00	07336	49.65	7.65	4
67742	Heinzenhausen	heinzenhausen	RP	00	07336	49.6333	7.6	4
67742	Hausweiler	hausweiler	RP	00	07336	49.65	7.5667	4
67742	Herren-Sulzbach	herren-sulzbach	RP	00	07336	49.65	7.5333	4
67742	Adenbach	adenbach	RP	00	07336	49.6667	7.65	4
67742	Lauterecken	lauterecken	RP	00	07336	49.6499	7.5927	4
67744	Schweinschied	schweinschied	RP	00	07133	49.7	7.5667	4
67744	Löllbach	lollbach	RP	00	07133	49.6833	7.5833	4
67744	Rathskirchen	rathskirchen	RP	00	07333	49.6167	7.7167	4
67744	Seelen	seelen	RP	00	07333	49.6	7.7167	4
67744	Hohenöllen	hohenollen	RP	00	07336	49.6167	7.6333	4
67744	Homberg	homberg	RP	00	07336	49.65	7.5167	4
67744	Lohnweiler	lohnweiler	RP	00	07336	49.6333	7.6	4
67744	Hoppstädten	hoppstadten	RP	00	07336	49.7	7.5333	4
67744	Cronenberg	cronenberg	RP	00	07336	49.65	7.6167	4
67744	Kirrweiler	kirrweiler	RP	00	07336	49.6333	7.5	4
67744	Medard	medard	RP	00	07336	49.6667	7.6167	4
67744	Wiesweiler	wiesweiler	RP	00	07336	49.6333	7.5667	4
67744	Kappeln	kappeln	RP	00	07336	49.6833	7.5667	4
67745	Grumbach	grumbach	RP	00	07336	49.65	7.5667	4
67746	Unterjeckenbach	unterjeckenbach	RP	00	07336	49.6667	7.4833	4
67746	Merzweiler	merzweiler	RP	00	07336	49.6667	7.5333	4
67746	Langweiler	langweiler	RP	00	07336	49.6667	7.5167	4
67748	Odenbach	odenbach	RP	00	07336	49.6833	7.65	4
67749	Nerzweiler	nerzweiler	RP	00	07336	49.6	7.55	4
67749	Offenbach-Hundheim	offenbach-hundheim	RP	00	07336	49.6173	7.5512	4
67752	Wolfstein	wolfstein	RP	00	07336	49.5841	7.605	4
67752	Oberweiler-Tiefenbach	oberweiler-tiefenbach	RP	00	07336	49.6	7.6167	4
67752	Rutsweiler an der Lauter	rutsweiler-an-der-lauter	RP	00	07336	49.5667	7.6167	4
67753	Aschbach	aschbach	RP	00	07336	49.6	7.5833	4
67753	Reipoltskirchen	reipoltskirchen	RP	00	07336	49.6333	7.6667	4
67753	Einöllen	einollen	RP	00	07336	49.6167	7.6333	4
67753	Rothselberg	rothselberg	RP	00	07336	49.55	7.6	4
67753	Hefersweiler	hefersweiler	RP	00	07336	49.6	7.6833	4
67754	Eßweiler	essweiler	RP	00	07336	49.5582	7.5642	4
67756	Oberweiler im Tal	oberweiler-im-tal	RP	00	07336	49.5833	7.55	4
67756	Relsberg	relsberg	RP	00	07336	49.6	7.6667	4
67756	Hinzweiler	hinzweiler	RP	00	07336	49.5833	7.55	4
67757	Kreimbach-Kaulbach	kreimbach-kaulbach	RP	00	07336	49.55	7.6333	4
67759	Nußbach	nussbach	RP	00	07336	49.6333	7.7	4
67759	Reichsthal	reichsthal	RP	00	07333	49.6	7.7333	4
67806	Katzenbach	katzenbach	RP	00	07333	49.6452	7.8089	4
67806	Dörnbach	dornbach	RP	00	07333	49.6146	7.7922	4
67806	Dörrmoschel	dorrmoschel	RP	00	07333	49.6167	7.75	4
67806	Bisterschied	bisterschied	RP	00	07333	49.65	7.75	4
67806	Rockenhausen	rockenhausen	RP	00	07333	49.6297	7.8213	4
67806	Teschenmoschel	teschenmoschel	RP	00	07333	49.6333	7.7333	4
67806	Marienthal	marienthal	RP	00	07333	49.6351	7.8868	4
67808	Schönborn	schonborn	RP	00	07333	49.6333	7.7667	4
67808	Mörsfeld	morsfeld	RP	00	07333	49.75	7.9333	4
67808	Schweisweiler	schweisweiler	RP	00	07333	49.5833	7.8167	4
67808	Würzweiler	wurzweiler	RP	00	07333	49.65	7.8667	4
67808	Imsweiler	imsweiler	RP	00	07333	49.6	7.8	4
67808	Steinbach am Donnersberg	steinbach-am-donnersberg	RP	00	07333	49.6	7.95	4
67808	Bayerfeld-Steckweiler	bayerfeld-steckweiler	RP	00	07333	49.6833	7.8	4
67808	Bennhausen	bennhausen	RP	00	07333	49.6167	7.9833	4
67808	Ruppertsecken	ruppertsecken	RP	00	07333	49.65	7.8833	4
67808	Ransweiler	ransweiler	RP	00	07333	49.6667	7.7667	4
67808	Stahlberg	stahlberg	RP	00	07333	49.6667	7.7833	4
67808	Weitersweiler	weitersweiler	RP	00	07333	49.6167	8	4
67808	Falkenstein	falkenstein	RP	00	07333	49.6	7.8833	4
67811	Dielkirchen	dielkirchen	RP	00	07333	49.6667	7.8167	4
67813	Gerbach	gerbach	RP	00	07333	49.6667	7.8667	4
67813	Sankt Alban	sankt-alban	RP	00	07333	49.6833	7.8667	4
67814	Dannenfels	dannenfels	RP	00	07333	49.6287	7.9436	4
67814	Jakobsweiler	jakobsweiler	RP	00	07333	49.6167	7.95	4
67816	Standenbühl	standenbuhl	RP	00	07333	49.6	7.9833	4
67816	Dreisen	dreisen	RP	00	07333	49.6033	8.0106	4
67817	Imsbach	imsbach	RP	00	07333	49.5833	7.8833	4
67819	Kriegsfeld	kriegsfeld	RP	00	07333	49.7099	7.9169	4
67821	Oberndorf	oberndorf	RP	00	07333	49.7167	7.8167	4
67821	Alsenz	alsenz	RP	00	07333	49.7167	7.8167	4
67822	Oberhausen an der Appel	oberhausen-an-der-appel	RP	00	07333	49.7167	7.8667	4
67822	Waldgrehweiler	waldgrehweiler	RP	00	07333	49.6667	7.7333	4
67822	Kalkofen	kalkofen	RP	00	07333	49.7333	7.8333	4
67822	Gaugrehweiler	gaugrehweiler	RP	00	07333	49.7	7.8667	4
67822	Mannweiler-Cölln	mannweiler-colln	RP	00	07333	49.6833	7.7833	4
67822	Finkenbach-Gersweiler	finkenbach-gersweiler	RP	00	07333	49.6833	7.75	4
67822	Niederhausen an der Appel	niederhausen-an-der-appel	RP	00	07333	49.75	7.9	4
67822	Winterborn	winterborn	RP	00	07333	49.75	7.8667	4
67822	Niedermoschel	niedermoschel	RP	00	07333	49.7333	7.8	4
67822	Münsterappel	munsterappel	RP	00	07333	49.7333	7.8833	4
67823	Unkenbach	unkenbach	RP	00	07333	49.7167	7.75	4
67823	Sitters	sitters	RP	00	07333	49.7167	7.7833	4
67823	Obermoschel	obermoschel	RP	00	07333	49.728	7.7727	4
67823	Lettweiler	lettweiler	RP	00	07133	49.7333	7.7333	4
67823	Schiersfeld	schiersfeld	RP	00	07333	49.7	7.7667	4
67824	Feilbingert	feilbingert	RP	00	07133	49.7667	7.8	4
67826	Hallgarten	hallgarten	RP	00	07133	49.7593	7.7888	4
67827	Becherbach	becherbach	RP	00	07133	49.65	7.6833	4
67829	Reiffelbach	reiffelbach	RP	00	07133	49.6833	7.6833	4
67829	Schmittweiler	schmittweiler	RP	00	07133	49.6833	7.7	4
67829	Callbach	callbach	RP	00	07133	49.7	7.7	4
76726	Germersheim	germersheim	RP	00	07334	49.2231	8.3639	4
76744	Vollmersweiler	vollmersweiler	RP	00	07334	49.065	8.0772	4
76744	Wörth am Rhein	worth-am-rhein	RP	00	07334	49.0489	8.2596	4
76751	Jockgrim	jockgrim	RP	00	07334	49.0929	8.2747	4
76756	Bellheim	bellheim	RP	00	07334	49.1983	8.2794	4
76761	Rülzheim	rulzheim	RP	00	07334	49.1531	8.2929	4
76764	Rheinzabern	rheinzabern	RP	00	07334	49.1181	8.2781	4
76767	Hagenbach	hagenbach	RP	00	07334	49.0173	8.2502	4
76768	Berg (Pfalz)	berg-pfalz	RP	00	07334	48.9833	8.2	4
76770	Hatzenbühl	hatzenbuhl	RP	00	07334	49.1111	8.2453	4
76771	Hördt	hordt	RP	00	07334	49.1658	8.3264	4
76773	Kuhardt	kuhardt	RP	00	07334	49.1458	8.3144	4
76774	Leimersheim	leimersheim	RP	00	07334	49.1242	8.3453	4
76776	Neuburg am Rhein	neuburg-am-rhein	RP	00	07334	48.9833	8.25	4
76777	Neupotz	neupotz	RP	00	07334	49.1178	8.3194	4
76779	Scheibenhardt	scheibenhardt	RP	00	07334	48.9812	8.1399	4
76829	Landau in der Pfalz	landau-in-der-pfalz	RP	00	07313	49.1984	8.1169	4
76829	Leinsweiler	leinsweiler	RP	00	07337	49.1833	8.0192	4
76829	Ranschbach	ranschbach	RP	00	07337	49.1958	8.0286	4
76831	Ilbesheim bei Landau in der Pfalz	ilbesheim-bei-landau-in-der-pfalz	RP	00	07337	49.1825	8.055	
76831	Billigheim-Ingenheim	billigheim-ingenheim	RP	00	07337	49.1367	8.0906	4
76831	Göcklingen	gocklingen	RP	00	07337	49.1619	8.0414	4
76831	Eschbach	eschbach	RP	00	07337	49.1744	8.0192	4
76831	Impflingen	impflingen	RP	00	07337	49.1622	8.1131	4
76831	Heuchelheim-Klingen	heuchelheim-klingen	RP	00	07337	49.1453	8.055	4
76831	Birkweiler	birkweiler	RP	00	07337	49.2033	8.0383	4
76833	Siebeldingen	siebeldingen	RP	00	07337	49.2089	8.0514	4
76833	Walsheim	walsheim	RP	00	07337	49.2372	8.1269	4
76833	Frankweiler	frankweiler	RP	00	07337	49.2278	8.0581	4
76833	Knöringen	knoringen	RP	00	07337	49.2378	8.1444	4
76833	Böchingen	bochingen	RP	00	07337	49.2369	8.0933	4
76835	Rhodt unter Rietburg	rhodt-unter-rietburg	RP	00	07337	49.2697	8.1078	4
76835	Weyher in der Pfalz	weyher-in-der-pfalz	RP	00	07337	49.2672	8.085	4
76835	Hainfeld	hainfeld	RP	00	07337	49.2575	8.1011	4
76835	Burrweiler	burrweiler	RP	00	07337	49.2478	8.0783	4
76835	Gleisweiler	gleisweiler	RP	00	07337	49.2422	8.0694	4
76835	Roschbach	roschbach	RP	00	07337	49.2461	8.1189	4
76835	Flemlingen	flemlingen	RP	00	07337	49.2428	8.095	4
76846	Hauenstein	hauenstein	RP	00	07340	49.1921	7.8549	4
76848	Darstein	darstein	RP	00	07340	49.15	7.8833	4
76848	Lug	lug	RP	00	07340	49.1833	7.9	4
76848	Wilgartswiesen	wilgartswiesen	RP	00	07340	49.2089	7.8735	4
76848	Schwanheim	schwanheim	RP	00	07340	49.1667	7.8833	4
76848	Spirkelbach	spirkelbach	RP	00	07340	49.2	7.8833	4
76848	Dimbach	dimbach	RP	00	07340	49.1667	7.9	4
76855	Annweiler am Trifels	annweiler-am-trifels	RP	00	07337	49.2061	7.9753	4
76857	Gossersweiler-Stein	gossersweiler-stein	RP	00	07337	49.15	7.9333	4
76857	Völkersweiler	volkersweiler	RP	00	07337	49.1667	7.9333	4
76857	Rinnthal	rinnthal	RP	00	07337	49.2167	7.9167	4
76857	Eußerthal	eusserthal	RP	00	07337	49.25	7.9667	4
76857	Silz	silz	RP	00	07337	49.15	7.95	4
76857	Ramberg	ramberg	RP	00	07337	49.2603	8.0083	4
76857	Münchweiler am Klingbach	munchweiler-am-klingbach	RP	00	07337	49.15	7.9667	4
76857	Dernbach	dernbach	RP	00	07337	49.2472	8.0053	4
76857	Waldhambach	waldhambach	RP	00	07337	49.1667	7.9833	4
76857	Wernersberg	wernersberg	RP	00	07337	49.1906	7.9276	4
76857	Albersweiler	albersweiler	RP	00	07337	49.2192	8.03	4
76857	Waldrohrbach	waldrohrbach	RP	00	07337	49.1667	7.9667	4
76863	Herxheim bei Landau/Pfalz	herxheim-bei-landau-pfalz	RP	00	07337	49.1414	8.2215	
76863	Herxheimweyher	herxheimweyher	RP	00	07337	49.1525	8.255	4
76865	Insheim	insheim	RP	00	07337	49.1581	8.1472	4
76865	Rohrbach	rohrbach	RP	00	07337	49.1367	8.1286	4
76870	Kandel	kandel	RP	00	07334	49.0828	8.1972	4
76872	Minfeld	minfeld	RP	00	07334	49.0717	8.1453	4
76872	Erlenbach	erlenbach	RP	00	07334	49.1107	8.1871	4
76872	Steinweiler	steinweiler	RP	00	07334	49.1211	8.1414	4
76872	Freckenfeld	freckenfeld	RP	00	07334	49.065	8.1139	4
76872	Winden	winden	RP	00	07334	49.0978	8.1169	4
76872	Hergersweiler	hergersweiler	RP	00	07337	49.0964	8.0917	4
76877	Offenbach an der Queich	offenbach-an-der-queich	RP	00	07337	49.1955	8.1978	4
76879	Ottersheim	ottersheim	RP	00	07334	49.1913	8.2318	4
76879	Bornheim	bornheim	RP	00	07337	49.2225	8.1633	4
76879	Hochstadt	hochstadt	RP	00	07337	49.2475	8.2089	4
76879	Knittelsheim	knittelsheim	RP	00	07334	49.1917	8.2514	4
76879	Essingen	essingen	RP	00	07337	49.2358	8.1747	4
76887	Böllenborn	bollenborn	RP	00	07337	49.1	7.9333	4
76887	Oberhausen	oberhausen	RP	00	07337	49.0969	8.0583	4
76887	Bad Bergzabern	bad-bergzabern	RP	00	07337	49.1035	7.9608	4
76889	Oberschlettenbach	oberschlettenbach	RP	00	07337	49.1461	7.8719	4
76889	Vorderweidenthal	vorderweidenthal	RP	00	07337	49.1333	7.8833	4
76889	Dierbach	dierbach	RP	00	07337	49.0808	8.0672	4
76889	Schweighofen	schweighofen	RP	00	07337	49.0398	7.9937	4
76889	Barbelroth	barbelroth	RP	00	07337	49.0989	8.0692	4
76889	Oberotterbach	oberotterbach	RP	00	07337	49.0704	7.9696	4
76889	Dörrenbach	dorrenbach	RP	00	07337	49.0897	7.9614	4
76889	Steinfeld	steinfeld	RP	00	07337	49.0483	8.0369	4
76889	Kapellen-Drusweiler	kapellen-drusweiler	RP	00	07337	49.1017	8.0311	4
76889	Niederhorbach	niederhorbach	RP	00	07337	49.1153	8.0342	4
76889	Birkenhördt	birkenhordt	RP	00	07337	49.1167	7.9333	4
76889	Klingenmünster	klingenmunster	RP	00	07337	49.1406	8.0186	4
76889	Kapsweyer	kapsweyer	RP	00	07337	49.0439	8.0217	4
76889	Niederotterbach	niederotterbach	RP	00	07337	49.0603	8.0456	4
76889	Gleiszellen-Gleishorbach	gleiszellen-gleishorbach	RP	00	07337	49.1261	8.0058	4
76889	Schweigen-Rechtenbach	schweigen-rechtenbach	RP	00	07337	49.0531	7.9564	4
76889	Pleisweiler-Oberhofen	pleisweiler-oberhofen	RP	00	07337	49.1181	8.0078	4
76891	Niederschlettenbach	niederschlettenbach	RP	00	07340	49.0833	7.85	4
76891	Bobenthal	bobenthal	RP	00	07340	49.0667	7.8667	4
76891	Busenberg	busenberg	RP	00	07340	49.1302	7.8293	4
76891	Nothweiler	nothweiler	RP	00	07340	49.0667	7.8	4
76891	Erlenbach	erlenbach	RP	00	07340	49.1132	7.8622	4
76891	Rumbach	rumbach	RP	00	07340	49.0966	7.7877	4
76891	Bruchweiler-Bärenbach	bruchweiler-barenbach	RP	00	07340	49.1167	7.8	4
76891	Bundenthal	bundenthal	RP	00	07340	49.0955	7.8084	4
21039	Hamburg Altengamme	hamburg-altengamme	SH	00	01053	53.4306	10.2678	6
21039	Börnsen	bornsen	SH	00	01053	53.4762	10.2816	6
21039	Escheburg	escheburg	SH	00	01053	53.4667	10.3167	6
21039	Hamburg Bergedorf	hamburg-bergedorf	SH	00	01053	53.4858	10.2267	
21039	Hamburg Neuengamme	hamburg-neuengamme	SH	00	01053	53.4456	10.2211	6
21039	Hamburg Curslack	hamburg-curslack	SH	00	01053	53.4533	10.2353	6
21465	Wentorf bei Hamburg	wentorf-bei-hamburg	SH	00	01053	53.5	10.25	4
21465	Reinbek	reinbek	SH	00	01062	53.517	10.2488	4
21481	Lauenburg/Elbe	lauenburg-elbe	SH	00	01053	53.374	10.551	
21481	Buchhorst	buchhorst	SH	00	01053	53.386	10.5655	4
21481	Schnakenbek	schnakenbek	SH	00	01053	53.3833	10.5	4
21483	Basedow	basedow	SH	00	01053	53.4167	10.5833	4
21483	Lanze	lanze	SH	00	01053	53.3871	10.6049	4
21483	Krukow	krukow	SH	00	01053	53.4167	10.4833	4
21483	Krüzen	kruzen	SH	00	01053	53.4	10.5333	4
21483	Juliusburg	juliusburg	SH	00	01053	53.4167	10.5	4
21483	Dalldorf	dalldorf	SH	00	01053	53.435	10.6118	4
21483	Gülzow	gulzow	SH	00	01053	53.45	10.5	4
21483	Wangelau	wangelau	SH	00	01053	53.45	10.55	4
21483	Lütau	lutau	SH	00	01053	53.4333	10.55	4
21493	Schretstaken	schretstaken	SH	00	01053	53.5833	10.55	
21493	Schwarzenbek	schwarzenbek	SH	00	01053	53.503	10.4806	4
21493	Grove	grove	SH	00	01053	53.5333	10.4833	4
21493	Talkau	talkau	SH	00	01053	53.5752	10.5708	4
21493	Grabau	grabau	SH	00	01053	53.5136	10.52	4
21493	Elmenhorst	elmenhorst	SH	00	01053	53.5456	10.5352	4
21493	Basthorst	basthorst	SH	00	01053	53.5768	10.4738	4
21493	Havekost	havekost	SH	00	01053	53.55	10.4667	4
21493	Mühlenrade	muhlenrade	SH	00	01053	53.6	10.4833	4
21493	Sahms	sahms	SH	00	01053	53.5254	10.533	4
21493	Fuhlenhagen	fuhlenhagen	SH	00	01053	53.573	10.5284	4
21493	Groß Pampau	gross-pampau	SH	00	01053	53.5222	10.562	4
21493	Möhnsen	mohnsen	SH	00	01053	53.5667	10.45	4
21502	Geesthacht	geesthacht	SH	00	01053	53.4358	10.3779	4
21502	Hamwarde	hamwarde	SH	00	01053	53.45	10.4167	4
21502	Wiershop	wiershop	SH	00	01053	53.4333	10.45	4
21502	Worth	worth	SH	00	01053	53.4667	10.4167	4
21509	Glinde	glinde	SH	00	01062	53.5441	10.2005	4
21514	Siebeneichen	siebeneichen	SH	00	01053	53.5109	10.6181	4
21514	Bröthen	brothen	SH	00	01053	53.4795	10.6676	4
21514	Güster	guster	SH	00	01053	53.5385	10.6761	4
21514	Witzeeze	witzeeze	SH	00	01053	53.4515	10.608	4
21514	Roseburg	roseburg	SH	00	01053	53.53	10.6264	4
21514	Klein Pampau	klein-pampau	SH	00	01053	53.5124	10.5891	4
21514	Hornbek	hornbek	SH	00	01053	53.5667	10.6333	4
21514	Göttin	gottin	SH	00	01053	53.5333	10.7	4
21514	Langenlehsten	langenlehsten	SH	00	01053	53.501	10.7407	4
21514	Büchen	buchen	SH	00	01053	53.4801	10.6176	4
21514	Kankelau	kankelau	SH	00	01053	53.55	10.5667	4
21514	Fitzen	fitzen	SH	00	01053	53.4949	10.6466	4
21516	Schulendorf	schulendorf	SH	00	01053	53.4732	10.561	4
21516	Müssen	mussen	SH	00	01053	53.4924	10.564	4
21516	Woltersdorf	woltersdorf	SH	00	01053	53.5727	10.6432	4
21516	Tramm	tramm	SH	00	01053	53.5645	10.6117	4
21521	Aumühle	aumuhle	SH	00	01053	53.5333	10.3167	
21521	Dassendorf	dassendorf	SH	00	01053	53.4953	10.3599	4
21521	Wohltorf	wohltorf	SH	00	01053	53.5167	10.2833	4
21524	Brunstorf	brunstorf	SH	00	01053	53.4933	10.4252	4
21526	Hohenhorn	hohenhorn	SH	00	01053	53.4765	10.3646	4
21527	Kollow	kollow	SH	00	01053	53.4667	10.4667	4
21529	Kröppelshagen-Fahrendorf	kroppelshagen-fahrendorf	SH	00	01053	53.4898	10.317	4
22113	Oststeinbek	oststeinbek	SH	00	01062	53.5432	10.1694	4
22113	Hamburg Lohbrügge	hamburg-lohbrugge	SH	00	01062	53.5089	10.1983	
22113	Hamburg Moorfleet	hamburg-moorfleet	SH	00	01062	53.5092	10.0828	6
22113	Hamburg Billbrook	hamburg-billbrook	SH	00	01062	53.5281	10.0933	6
22113	Hamburg Billwerder	hamburg-billwerder	SH	00	01062	53.5069	10.1256	
22113	Hamburg Billstedt	hamburg-billstedt	SH	00	01062	53.5411	10.1242	
22113	Hamburg Horn	hamburg-horn	SH	00	01062	53.5536	10.1033	
22113	Hamburg	hamburg	SH	00	01062	53.5312	10.1207	
22113	Hamburg Allermöhe	hamburg-allermohe	SH	00	01062	53.4836	10.125	
22145	Stapelfeld	stapelfeld	SH	00	01062	53.6	10.2167	6
22145	Braak	braak	SH	00	01062	53.6099	10.2453	6
22145	Hamburg Rahlstedt	hamburg-rahlstedt	SH	00	01062	53.6072	10.1606	
22145	Hamburg Farmsen-Berne	hamburg-farmsen-berne	SH	00	01062	53.6081	10.1272	
22844	Norderstedt	norderstedt	SH	00	01060	53.7246	10.0124	4
22846	Norderstedt	norderstedt	SH	00	01060	53.7099	9.9946	4
22848	Norderstedt	norderstedt	SH	00	01060	53.6736	9.9833	4
22850	Norderstedt	norderstedt	SH	00	01060	53.6855	9.9976	4
22851	Norderstedt	norderstedt	SH	00	01060	53.6874	10.0366	4
22869	Schenefeld	schenefeld	SH	00	01056	53.6	9.85	4
22880	Wedel	wedel	SH	00	01056	53.5837	9.6984	4
22885	Barsbüttel	barsbuttel	SH	00	01062	53.5667	10.1667	4
22889	Tangstedt	tangstedt	SH	00	01062	53.7333	10.0833	4
22926	Ahrensburg	ahrensburg	SH	00	01062	53.6752	10.2259	4
22927	Großhansdorf	grosshansdorf	SH	00	01062	53.6667	10.2833	4
22929	Köthel	kothel	SH	00	01053	53.6091	10.5092	4
22929	Rausdorf	rausdorf	SH	00	01062	53.5894	10.3305	4
22929	Delingsdorf	delingsdorf	SH	00	01062	53.7	10.25	4
22929	Hamfelde in Lauenburg	hamfelde-in-lauenburg	SH	00	01053	53.5966	10.4482	4
22929	Hammoor	hammoor	SH	00	01062	53.7138	10.322	4
22929	Kasseburg	kasseburg	SH	00	01053	53.5675	10.4165	4
22929	Hamfelde in Holstein	hamfelde-in-holstein	SH	00	01062	53.6037	10.4513	4
22929	Schönberg	schonberg	SH	00	01053	53.6832	10.4267	4
22941	Jersbek	jersbek	SH	00	01062	53.7333	10.2167	4
22941	Bargteheide	bargteheide	SH	00	01062	53.7286	10.2669	4
22946	Trittau	trittau	SH	00	01062	53.6167	10.4	4
22946	Grande	grande	SH	00	01062	53.5833	10.3833	4
22946	Großensee	grossensee	SH	00	01062	53.6126	10.3396	4
22946	Dahmker	dahmker	SH	00	01053	53.5833	10.45	4
22946	Hohenfelde	hohenfelde	SH	00	01062	53.6333	10.4667	4
22946	Brunsbek	brunsbek	SH	00	01062	53.6	10.2667	
22949	Ammersbek	ammersbek	SH	00	01062	53.7	10.2	4
22952	Lütjensee	lutjensee	SH	00	01062	53.65	10.3667	4
22955	Hoisdorf	hoisdorf	SH	00	01062	53.65	10.3167	4
22956	Grönwohld	gronwohld	SH	00	01062	53.6416	10.4078	4
22958	Kuddewörde	kuddeworde	SH	00	01053	53.5833	10.4	4
22959	Linau	linau	SH	00	01053	53.6445	10.4685	4
22962	Siek	siek	SH	00	01062	53.6333	10.3	4
22964	Steinburg	steinburg	SH	00	01062	53.7167	10.4	4
22965	Todendorf	todendorf	SH	00	01062	53.6946	10.3478	4
22967	Tremsbüttel	tremsbuttel	SH	00	01062	53.7438	10.3102	4
22969	Witzhave	witzhave	SH	00	01062	53.5667	10.3333	4
23539	Lübeck	lubeck	SH	00	01003	53.8696	10.6871	4
23552	Lübeck	lubeck	SH	00	01003	53.8685	10.6854	4
23554	Lübeck	lubeck	SH	00	01003	53.876	10.6748	4
23556	Lübeck	lubeck	SH	00	01003	53.8672	10.6478	4
23558	Lübeck	lubeck	SH	00	01003	53.8606	10.6611	4
23560	Lübeck	lubeck	SH	00	01003	53.8471	10.6845	4
23562	Lübeck	lubeck	SH	00	01003	53.8511	10.7028	4
23564	Lübeck	lubeck	SH	00	01003	53.8705	10.6986	4
23566	Lübeck	lubeck	SH	00	01003	53.8658	10.7316	
23568	Lübeck	lubeck	SH	00	01003	53.8922	10.7583	
23569	Lübeck	lubeck	SH	00	01003	53.9167	10.8073	
23570	Lübeck	lubeck	SH	00	01003	53.8667	10.7	4
23611	Bad Schwartau	bad-schwartau	SH	00	01055	53.9189	10.6969	4
23617	Stockelsdorf	stockelsdorf	SH	00	01055	53.8922	10.6471	4
23619	Hamberge	hamberge	SH	00	01062	53.8333	10.5833	4
23619	Zarpen	zarpen	SH	00	01062	53.8667	10.5167	4
23619	Rehhorst	rehhorst	SH	00	01062	53.8833	10.4667	4
23619	Badendorf	badendorf	SH	00	01062	53.8667	10.5667	4
23619	Heilshoop	heilshoop	SH	00	01062	53.8833	10.5333	4
23619	Mönkhagen	monkhagen	SH	00	01062	53.9	10.55	4
23623	Ahrensbök	ahrensbok	SH	00	01055	54.0086	10.5743	4
23626	Ratekau	ratekau	SH	00	01055	53.95	10.7333	4
23627	Groß Sarau	gross-sarau	SH	00	01053	53.7667	10.7333	4
23627	Groß Grönau	gross-gronau	SH	00	01053	53.8	10.75	4
23628	Klempau	klempau	SH	00	01053	53.7667	10.6667	4
23628	Krummesse	krummesse	SH	00	01053	53.7833	10.65	4
23629	Sarkwitz	sarkwitz	SH	00	01055	54.0028	10.7101	
23669	Timmendorfer Strand	timmendorfer-strand	SH	00	01055	53.9953	10.7768	4
23683	Scharbeutz	scharbeutz	SH	00	01055	54.0345	10.7322	4
23684	Scharbeutz	scharbeutz	SH	00	01055	54.0333	10.75	4
23689	Pansdorf, Holstein	pansdorf-holstein	SH	00	01055	53.9861	10.708	
23701	Süsel	susel	SH	00	01055	54.0814	10.7017	4
23701	Eutin	eutin	SH	00	01055	54.1215	10.6468	
23714	Kirchnüchel	kirchnuchel	SH	00	01057	54.2	10.6833	4
23714	Malente	malente	SH	00	01055	54.1723	10.5597	4
23715	Bosau	bosau	SH	00	01055	54.0979	10.4357	4
23717	Kasseedorf	kasseedorf	SH	00	01055	54.1667	10.7167	4
23719	Glasau	glasau	SH	00	01060	54.05	10.5167	4
23730	Sierksdorf	sierksdorf	SH	00	01055	54.0667	10.7667	4
23730	Schashagen	schashagen	SH	00	01055	54.1333	10.8833	4
23730	Altenkrempe	altenkrempe	SH	00	01055	54.1333	10.8333	4
23730	Neustadt in Holstein	neustadt-in-holstein	SH	00	01055	54.1071	10.8145	4
23738	Kabelhorst	kabelhorst	SH	00	01055	54.2167	10.9167	4
23738	Lensahn	lensahn	SH	00	01055	54.2165	10.8833	4
23738	Harmsdorf	harmsdorf	SH	00	01055	54.2399	10.833	4
23738	Riepsdorf	riepsdorf	SH	00	01055	54.2261	10.9724	4
23738	Damlos	damlos	SH	00	01055	54.25	10.9	4
23738	Beschendorf	beschendorf	SH	00	01055	54.1833	10.8667	4
23738	Manhagen	manhagen	SH	00	01055	54.2	10.9167	4
23743	Grömitz	gromitz	SH	00	01055	54.15	10.9667	4
23744	Schönwalde am Bungsberg	schonwalde-am-bungsberg	SH	00	01055	54.1833	10.75	4
23746	Kellenhusen	kellenhusen	SH	00	01055	54.1934	11.0616	4
23747	Dahme	dahme	SH	00	01055	54.2167	11.0833	4
23749	Grube	grube	SH	00	01055	54.2333	11.0333	4
23758	Göhl	gohl	SH	00	01055	54.2833	10.95	
23758	Wangels	wangels	SH	00	01055	54.2667	10.7667	4
23758	Gremersdorf	gremersdorf	SH	00	01055	54.3333	10.9333	4
23758	Oldenburg in Holstein	oldenburg-in-holstein	SH	00	01055	54.2958	10.9016	4
23769	Fehmarn	fehmarn	SH	00	01055	54.4378	11.1935	4
23774	Heiligenhafen	heiligenhafen	SH	00	01055	54.3696	10.9802	4
23775	Großenbrode	grossenbrode	SH	00	01055	54.3833	11.0833	4
23777	Heringsdorf	heringsdorf	SH	00	01055	54.301	11.0066	4
23779	Neukirchen	neukirchen	SH	00	01055	54.3238	11.0144	4
23795	Klein Gladebrügge	klein-gladebrugge	SH	00	01060	53.9167	10.3167	4
23795	Schackendorf	schackendorf	SH	00	01060	53.9446	10.3111	
23795	Fahrenkrug	fahrenkrug	SH	00	01060	53.95	10.25	4
23795	Högersdorf	hogersdorf	SH	00	01060	53.9167	10.2833	4
23795	Mözen	mozen	SH	00	01060	53.9167	10.25	4
23795	Stipsdorf	stipsdorf	SH	00	01060	53.95	10.3333	4
23795	Bad Segeberg	bad-segeberg	SH	00	01060	53.9431	10.3022	4
23795	Groß Rönnau	gross-ronnau	SH	00	01060	53.9667	10.3167	4
23795	Negernbötel	negernbotel	SH	00	01060	53.9833	10.25	4
23795	Schieren	schieren	SH	00	01060	53.9436	10.3909	4
23795	Klein Rönnau	klein-ronnau	SH	00	01060	53.9667	10.3167	4
23795	Traventhal	traventhal	SH	00	01060	53.9	10.3167	4
23795	Schwissel	schwissel	SH	00	01060	53.9	10.3	4
23795	Weede	weede	SH	00	01060	53.9228	10.3708	4
23812	Wahlstedt	wahlstedt	SH	00	01060	53.9516	10.2063	4
23813	Blunk	blunk	SH	00	01060	54.0094	10.3138	4
23813	Nehms	nehms	SH	00	01060	54.0167	10.3667	4
23815	Geschendorf	geschendorf	SH	00	01060	53.9213	10.442	4
23815	Strukdorf	strukdorf	SH	00	01060	53.9167	10.4833	4
23815	Westerrade	westerrade	SH	00	01060	53.9333	10.45	4
23816	Leezen	leezen	SH	00	01060	53.8667	10.25	4
23816	Neversdorf	neversdorf	SH	00	01060	53.8667	10.2833	4
23816	Bebensee	bebensee	SH	00	01060	53.8833	10.3	4
23816	Groß Niendorf	gross-niendorf	SH	00	01060	53.8463	10.2431	4
23818	Neuengörs	neuengors	SH	00	01060	53.9	10.3833	4
23820	Pronstorf	pronstorf	SH	00	01060	53.95	10.4667	4
23821	Rohlstorf	rohlstorf	SH	00	01060	53.9667	10.3889	4
23823	Seedorf	seedorf	SH	00	01060	54.05	10.4167	4
23824	Tensfeld	tensfeld	SH	00	01060	54.0423	10.3186	4
23824	Damsdorf	damsdorf	SH	00	01060	54.0667	10.3167	4
23826	Bark	bark	SH	00	01060	53.9115	10.1795	4
23826	Todesfelde	todesfelde	SH	00	01060	53.9	10.1833	4
23826	Fredesdorf	fredesdorf	SH	00	01060	53.8758	10.1969	4
23827	Krems II	krems-ii	SH	00	01060	53.9833	10.35	
23827	Wensin	wensin	SH	00	01060	53.9833	10.4167	4
23827	Travenhorst	travenhorst	SH	00	01060	54.0167	10.45	4
23829	Wittenborn	wittenborn	SH	00	01060	53.922	10.2207	4
23829	Kükels	kukels	SH	00	01060	53.9	10.2333	4
23843	Travenbrück	travenbruck	SH	00	01062	53.85	10.3333	
23843	Rümpel	rumpel	SH	00	01062	53.7833	10.35	4
23843	Neritz	neritz	SH	00	01062	53.7833	10.2833	4
23843	Bad Oldesloe	bad-oldesloe	SH	00	01062	53.8117	10.3742	4
23845	Dreggers	dreggers	SH	00	01060	53.8833	10.35	4
23845	Bühnsdorf	buhnsdorf	SH	00	01060	53.8833	10.3833	4
23845	Bahrenhof	bahrenhof	SH	00	01060	53.8833	10.3833	4
23845	Seth	seth	SH	00	01060	53.8472	10.1742	4
23845	Itzstedt	itzstedt	SH	00	01060	53.808	10.158	4
23845	Oering	oering	SH	00	01062	53.8333	10.15	
23845	Grabau	grabau	SH	00	01062	53.8	10.2833	4
23845	Wakendorf I	wakendorf-i	SH	00	01062	53.8667	10.3667	
23847	Lasbek	lasbek	SH	00	01062	53.7333	10.3667	4
23847	Rethwisch	rethwisch	SH	00	01062	53.7833	10.45	
23847	Bliestorf	bliestorf	SH	00	01053	53.7667	10.6	4
23847	Siebenbäumen	siebenbaumen	SH	00	01053	53.75	10.5333	4
23847	Westerau	westerau	SH	00	01062	53.7775	10.4882	4
23847	Steinhorst	steinhorst	SH	00	01053	53.7167	10.4833	4
23847	Sierksrade	sierksrade	SH	00	01053	53.7333	10.6	4
23847	Meddewade	meddewade	SH	00	01062	53.8096	10.4401	4
23847	Düchelsdorf	duchelsdorf	SH	00	01053	53.7333	10.5667	4
23847	Stubben	stubben	SH	00	01053	53.7333	10.4333	4
23847	Schiphorst	schiphorst	SH	00	01053	53.7081	10.4612	4
23847	Groß Boden	gross-boden	SH	00	01053	53.75	10.45	4
23847	Pölitz	politz	SH	00	01062	53.773	10.3828	4
23847	Schürensöhlen	schurensohlen	SH	00	01053	53.7667	10.4833	4
23847	Kastorf	kastorf	SH	00	01053	53.7457	10.5672	4
23847	Grinau	grinau	SH	00	01053	53.7833	10.55	4
23858	Feldhorst	feldhorst	SH	00	01062	53.85	10.4333	
23858	Reinfeld (Holstein)	reinfeld-holstein	SH	00	01062	53.824	10.4958	4
23858	Heidekamp	heidekamp	SH	00	01062	53.85	10.5	4
23858	Barnitz	barnitz	SH	00	01062	53.8	10.5	4
23858	Wesenberg	wesenberg	SH	00	01062	53.8333	10.55	4
23860	Klein Wesenberg	klein-wesenberg	SH	00	01062	53.8167	10.55	4
23860	Groß Schenkenberg	gross-schenkenberg	SH	00	01053	53.8	10.5667	4
23863	Nienwohld	nienwohld	SH	00	01062	53.7869	10.1944	4
23863	Kayhude	kayhude	SH	00	01060	53.7563	10.1323	4
23863	Bargfeld-Stegen	bargfeld-stegen	SH	00	01062	53.7678	10.1875	4
23866	Nahe	nahe	SH	00	01060	53.8	10.1333	4
23867	Sülfeld	sulfeld	SH	00	01060	53.8	10.2333	4
23869	Elmenhorst	elmenhorst	SH	00	01062	53.7667	10.2667	4
23879	Mölln	molln	SH	00	01053	53.617	10.6874	4
23881	Breitenfelde	breitenfelde	SH	00	01053	53.6059	10.6334	4
23881	Koberg	koberg	SH	00	01053	53.6339	10.5236	4
23881	Bälau	balau	SH	00	01053	53.6167	10.6167	4
23881	Borstorf	borstorf	SH	00	01053	53.6167	10.5667	4
23881	Lankau	lankau	SH	00	01053	53.6667	10.6667	4
23881	Alt Mölln	alt-molln	SH	00	01053	53.6231	10.6618	4
23881	Niendorf an der Stecknitz	niendorf-an-der-stecknitz	SH	00	01053	53.5855	10.6089	4
23883	Brunsmark	brunsmark	SH	00	01053	53.6167	10.7333	4
23883	Klein Zecher	klein-zecher	SH	00	01053	53.5833	10.8667	4
23883	Grambek	grambek	SH	00	01053	53.5739	10.6808	4
23883	Seedorf	seedorf	SH	00	01053	53.6197	10.866	4
23883	Sterley	sterley	SH	00	01053	53.6167	10.8167	4
23883	Lehmrade	lehmrade	SH	00	01053	53.5939	10.7497	4
23883	Horst	horst	SH	00	01053	53.6333	10.7667	
23883	Hollenbek	hollenbek	SH	00	01053	53.5912	10.8203	4
23896	Panten	panten	SH	00	01053	53.6667	10.6167	4
23896	Nusse	nusse	SH	00	01053	53.6565	10.5839	4
23896	Poggensee	poggensee	SH	00	01053	53.65	10.5833	4
23896	Walksfelde	walksfelde	SH	00	01053	53.6333	10.5833	4
23896	Ritzerau	ritzerau	SH	00	01053	53.6667	10.5667	4
23898	Wentorf	wentorf	SH	00	01053	53.6752	10.4739	4
23898	Sandesneben	sandesneben	SH	00	01053	53.6833	10.5	4
23898	Duvensee	duvensee	SH	00	01053	53.7	10.5667	4
23898	Labenz	labenz	SH	00	01053	53.7098	10.5213	4
23898	Sirksfelde	sirksfelde	SH	00	01053	53.6667	10.5	4
23898	Klinkrade	klinkrade	SH	00	01053	53.7167	10.55	4
23898	Kühsen	kuhsen	SH	00	01053	53.6833	10.6167	4
23898	Lüchow	luchow	SH	00	01053	53.6833	10.5333	4
23899	Besenthal	besenthal	SH	00	01053	53.5333	10.7333	4
23899	Gudow	gudow	SH	00	01053	53.5556	10.7702	4
23909	Mechow	mechow	SH	00	01053	53.7167	10.8	4
23909	Römnitz	romnitz	SH	00	01053	53.7167	10.7667	4
23909	Giesensdorf	giesensdorf	SH	00	01053	53.6833	10.7	4
23909	Bäk	bak	SH	00	01053	53.7167	10.7833	4
23909	Ratzeburg	ratzeburg	SH	00	01053	53.6996	10.7726	4
23909	Fredeburg	fredeburg	SH	00	01053	53.6667	10.7167	4
23909	Albsfelde	albsfelde	SH	00	01053	53.6833	10.7	4
23911	Kittlitz	kittlitz	SH	00	01053	53.6641	10.917	4
23911	Kulpin	kulpin	SH	00	01053	53.7099	10.695	4
23911	Einhaus	einhaus	SH	00	01053	53.7167	10.7333	4
23911	Ziethen	ziethen	SH	00	01053	53.6944	10.8094	4
23911	Salem	salem	SH	00	01053	53.656	10.8263	4
23911	Groß Disnack	gross-disnack	SH	00	01053	53.75	10.6833	4
23911	Mustin	mustin	SH	00	01053	53.6833	10.8833	4
23911	Schmilau	schmilau	SH	00	01053	53.6625	10.7568	4
23911	Buchholz	buchholz	SH	00	01053	53.7333	10.75	4
23911	Harmsdorf	harmsdorf	SH	00	01053	53.7	10.7167	4
23911	Pogeez	pogeez	SH	00	01053	53.7512	10.7287	4
23919	Göldenitz	goldenitz	SH	00	01053	53.7167	10.6333	4
23919	Niendorf	niendorf	SH	00	01053	53.7026	10.6256	4
23919	Rondeshagen	rondeshagen	SH	00	01053	53.75	10.6333	4
23919	Behlendorf	behlendorf	SH	00	01053	53.7	10.6667	4
23919	Berkenthin	berkenthin	SH	00	01053	53.7333	10.65	4
24103	Kiel	kiel	SH	00	01002	54.3205	10.1327	4
24105	Kiel	kiel	SH	00	01002	54.3347	10.1348	4
24106	Kiel	kiel	SH	00	01002	54.3506	10.1205	4
24107	Ottendorf	ottendorf	SH	00	01058	54.3409	10.0493	4
24107	Quarnbek	quarnbek	SH	00	01058	54.3333	9.9833	4
24107	Kiel	kiel	SH	00	01002	54.3333	10.1333	4
24109	Kiel	kiel	SH	00	01058	54.3205	10.051	
24109	Melsdorf	melsdorf	SH	00	01058	54.3167	10.0333	4
24111	Kiel	kiel	SH	00	01002	54.3333	10.1333	4
24113	Molfsee	molfsee	SH	00	01058	54.2667	10.0667	4
24113	Kiel	kiel	SH	00	01002	54.301	10.116	4
24114	Kiel	kiel	SH	00	01002	54.3157	10.1302	4
24116	Kiel	kiel	SH	00	01002	54.3253	10.1212	4
24118	Kiel	kiel	SH	00	01002	54.3334	10.1176	4
24119	Kronshagen	kronshagen	SH	00	01058	54.3333	10.0833	4
24143	Kiel	kiel	SH	00	01002	54.3061	10.1448	4
24145	Kiel	kiel	SH	00	01002	54.3333	10.1333	4
24146	Kiel	kiel	SH	00	01002	54.3333	10.1333	4
24147	Klausdorf	klausdorf	SH	00	01057	54.309	10.2137	4
24147	Kiel	kiel	SH	00	01002	54.3333	10.1333	4
24148	Kiel	kiel	SH	00	01002	54.3187	10.1703	4
24149	Kiel	kiel	SH	00	01002	54.3333	10.1333	4
24159	Kiel	kiel	SH	00	01002	54.3973	10.1505	
24161	Altenholz	altenholz	SH	00	01058	54.4	10.1333	4
24211	Rastorf	rastorf	SH	00	01057	54.2667	10.2833	4
24211	Postfeld	postfeld	SH	00	01057	54.2104	10.2128	4
24211	Wahlstorf	wahlstorf	SH	00	01057	54.2	10.3167	
24211	Kühren	kuhren	SH	00	01057	54.1988	10.2596	4
24211	Schellhorn	schellhorn	SH	00	01057	54.2295	10.294	4
24211	Preetz	preetz	SH	00	01057	54.2354	10.278	4
24211	Honigsee	honigsee	SH	00	01057	54.2333	10.1833	4
24211	Pohnsdorf	pohnsdorf	SH	00	01057	54.2396	10.249	4
24211	Lehmkuhlen	lehmkuhlen	SH	00	01057	54.2333	10.3667	4
24214	Schinkel	schinkel	SH	00	01058	54.3667	9.95	
24214	Tüttendorf	tuttendorf	SH	00	01058	54.4	10	4
24214	Neuwittenbek	neuwittenbek	SH	00	01058	54.3667	10.0167	4
24214	Lindau	lindau	SH	00	01058	54.3833	9.9	4
24214	Gettorf	gettorf	SH	00	01058	54.4	9.9833	4
24214	Noer	noer	SH	00	01058	54.4667	10	4
24214	Neudorf-Bornstein	neudorf-bornstein	SH	00	01058	54.4333	9.95	4
24217	Barsbek	barsbek	SH	00	01057	54.4	10.3167	4
24217	Fiefbergen	fiefbergen	SH	00	01057	54.3833	10.35	4
24217	Schönberg (Holstein)	schonberg-holstein	SH	00	01057	54.3905	10.3775	
24217	Wisch	wisch	SH	00	01057	54.4108	10.3428	4
24217	Stakendorf	stakendorf	SH	00	01057	54.3887	10.4234	4
24217	Höhndorf	hohndorf	SH	00	01057	54.3667	10.3667	4
24217	Krokau	krokau	SH	00	01057	54.4	10.35	4
24217	Krummbek	krummbek	SH	00	01057	54.3833	10.4	4
24217	Bendfeld	bendfeld	SH	00	01057	54.3667	10.4167	4
24220	Böhnhusen	bohnhusen	SH	00	01058	54.2167	10.0667	4
24220	Schönhorst	schonhorst	SH	00	01058	54.2264	10.106	4
24220	Techelsdorf	techelsdorf	SH	00	01058	54.2167	10.05	4
24220	Flintbek	flintbek	SH	00	01058	54.25	10.0667	4
24220	Boksee	boksee	SH	00	01057	54.2333	10.1333	4
24222	Schwentinental	schwentinental	SH	00	01057	54.2944	10.2167	4
24223	Raisdorf	raisdorf	SH	00	01057	54.2813	10.2491	4
24226	Heikendorf	heikendorf	SH	00	01057	54.3667	10.2	4
24229	Dänischenhagen	danischenhagen	SH	00	01058	54.4278	10.126	4
24229	Strande	strande	SH	00	01058	54.4333	10.1667	4
24229	Schwedeneck	schwedeneck	SH	00	01058	54.4667	10.0833	
24232	Schönkirchen	schonkirchen	SH	00	01057	54.3333	10.2333	4
24232	Dobersdorf	dobersdorf	SH	00	01057	54.3189	10.2801	4
24235	Wendtorf	wendtorf	SH	00	01057	54.4121	10.2895	4
24235	Stein	stein	SH	00	01057	54.4167	10.2667	4
24235	Lutterbek	lutterbek	SH	00	01057	54.4	10.2833	4
24235	Brodersdorf	brodersdorf	SH	00	01057	54.3833	10.25	4
24235	Laboe	laboe	SH	00	01057	54.4	10.2167	4
24238	Selent	selent	SH	00	01057	54.2889	10.427	4
24238	Lammershagen	lammershagen	SH	00	01057	54.2833	10.45	4
24238	Martensrade	martensrade	SH	00	01057	54.2833	10.4	4
24238	Mucheln	mucheln	SH	00	01057	54.25	10.4333	4
24239	Achterwehr	achterwehr	SH	00	01058	54.3132	9.9661	4
24241	Blumenthal	blumenthal	SH	00	01058	54.2333	10	4
24241	Schmalstede	schmalstede	SH	00	01058	54.2	10.0333	4
24241	Grevenkrug	grevenkrug	SH	00	01058	54.2167	10.0167	4
24241	Reesdorf	reesdorf	SH	00	01058	54.1833	10.05	4
24241	Sören	soren	SH	00	01058	54.2	10.0167	4
24241	Schierensee	schierensee	SH	00	01058	54.25	9.9833	4
24242	Felde	felde	SH	00	01058	54.3	9.9333	4
24244	Felm	felm	SH	00	01058	54.4167	10.05	4
24245	Klein Barkau	klein-barkau	SH	00	01057	54.2333	10.1333	4
24245	Großbarkau	grossbarkau	SH	00	01057	54.2333	10.1667	4
24245	Kirchbarkau	kirchbarkau	SH	00	01057	54.2109	10.1442	4
24245	Barmissen	barmissen	SH	00	01057	54.2	10.1833	4
24247	Rodenbek	rodenbek	SH	00	01058	54.2833	10.0167	4
24247	Mielkendorf	mielkendorf	SH	00	01058	54.2833	10.05	4
24248	Mönkeberg	monkeberg	SH	00	01057	54.35	10.1833	4
24250	Nettelsee	nettelsee	SH	00	01057	54.1764	10.1926	4
24250	Löptin	loptin	SH	00	01057	54.1833	10.2167	4
24250	Warnau	warnau	SH	00	01057	54.1833	10.1667	4
24250	Bothkamp	bothkamp	SH	00	01057	54.2	10.1333	4
24251	Osdorf	osdorf	SH	00	01058	54.4333	10.0167	4
24253	Passade	passade	SH	00	01057	54.3667	10.3167	4
24253	Fahren	fahren	SH	00	01057	54.35	10.3333	4
24253	Probsteierhagen	probsteierhagen	SH	00	01057	54.3615	10.2877	4
24253	Prasdorf	prasdorf	SH	00	01057	54.3833	10.3	4
24254	Rumohr	rumohr	SH	00	01058	54.2556	10.0245	4
24256	Fargau-Pratjau	fargau-pratjau	SH	00	01057	54.3333	10.4167	4
24256	Stoltenberg	stoltenberg	SH	00	01057	54.35	10.35	4
24256	Schlesen	schlesen	SH	00	01057	54.3215	10.3342	4
24257	Köhn	kohn	SH	00	01057	54.35	10.45	4
24257	Schwartbuck	schwartbuck	SH	00	01057	54.3576	10.4787	4
24257	Hohenfelde	hohenfelde	SH	00	01057	54.3667	10.5	4
24259	Westensee	westensee	SH	00	01058	54.2745	9.8958	4
24306	Bösdorf	bosdorf	SH	00	01057	54.15	10.4833	4
24306	Rathjensdorf	rathjensdorf	SH	00	01057	54.1833	10.4333	4
24306	Plön	plon	SH	00	01057	54.1624	10.4233	4
24306	Lebrade	lebrade	SH	00	01057	54.2167	10.4167	4
24306	Wittmoldt	wittmoldt	SH	00	01057	54.1667	10.3667	4
24321	Behrensdorf	behrensdorf	SH	00	01057	54.3504	10.6049	4
24321	Klamp	klamp	SH	00	01057	54.3	10.5333	4
24321	Hohwacht	hohwacht	SH	00	01057	54.3208	10.6702	4
24321	Panker	panker	SH	00	01057	54.3333	10.5667	4
24321	Giekau	giekau	SH	00	01057	54.3167	10.5167	4
24321	Lütjenburg	lutjenburg	SH	00	01057	54.2919	10.5894	4
24321	Helmstorf	helmstorf	SH	00	01057	54.2833	10.6	4
24321	Tröndel	trondel	SH	00	01057	54.3333	10.5167	4
24326	Ascheberg	ascheberg	SH	00	01057	54.1503	10.3455	4
24326	Kalübbe	kalubbe	SH	00	01057	54.1167	10.2833	4
24326	Nehmten	nehmten	SH	00	01057	54.1	10.4	4
24326	Stocksee	stocksee	SH	00	01060	54.0899	10.3417	4
24326	Dersau	dersau	SH	00	01057	54.118	10.3337	4
24326	Dörnick	dornick	SH	00	01057	54.1667	10.3667	4
24327	Blekendorf	blekendorf	SH	00	01057	54.2821	10.6582	4
24327	Högsdorf	hogsdorf	SH	00	01057	54.25	10.6167	4
24327	Kletkamp	kletkamp	SH	00	01057	54.25	10.6333	4
24329	Dannau	dannau	SH	00	01057	54.2407	10.5423	4
24329	Rantzau	rantzau	SH	00	01057	54.25	10.5167	4
24329	Grebin	grebin	SH	00	01057	54.2	10.5	4
24340	Eckernförde	eckernforde	SH	00	01058	54.4685	9.8382	4
24340	Gammelby	gammelby	SH	00	01058	54.5	9.8	4
24340	Goosefeld	goosefeld	SH	00	01058	54.4333	9.8167	4
24340	Altenhof	altenhof	SH	00	01058	54.4333	9.8667	4
24340	Windeby	windeby	SH	00	01058	54.4667	9.8167	4
24351	Damp	damp	SH	00	01058	54.5824	9.9359	
24351	Thumby	thumby	SH	00	01058	54.5833	9.9167	4
24354	Rieseby	rieseby	SH	00	01058	54.5414	9.8169	4
24354	Kosel	kosel	SH	00	01058	54.5058	9.7565	4
24357	Fleckeby	fleckeby	SH	00	01058	54.4833	9.7	4
24357	Hummelfeld	hummelfeld	SH	00	01058	54.4667	9.7167	4
24357	Güby	guby	SH	00	01058	54.4833	9.6667	4
24358	Bistensee	bistensee	SH	00	01058	54.4	9.7005	4
24358	Hütten	hutten	SH	00	01058	54.4333	9.7167	4
24358	Ascheffel	ascheffel	SH	00	01058	54.4333	9.7	4
24360	Barkelsby	barkelsby	SH	00	01058	54.5	9.8333	4
24361	Haby	haby	SH	00	01058	54.4	9.8167	4
24361	Damendorf	damendorf	SH	00	01058	54.4167	9.7333	4
24361	Klein Wittensee	klein-wittensee	SH	00	01058	54.3833	9.7333	4
24361	Groß Wittensee	gross-wittensee	SH	00	01058	54.4	9.7667	4
24361	Holzbunge	holzbunge	SH	00	01058	54.3833	9.7	4
24363	Holtsee	holtsee	SH	00	01058	54.4	9.85	4
24364	Holzdorf	holzdorf	SH	00	01058	54.55	9.8833	4
24366	Loose	loose	SH	00	01058	54.5167	9.8833	4
24367	Osterby	osterby	SH	00	01058	54.45	9.75	4
24369	Waabs	waabs	SH	00	01058	54.5333	9.9833	4
24376	Rabel	rabel	SH	00	01059	54.7	9.95	4
24376	Hasselberg	hasselberg	SH	00	01059	54.7167	9.9833	4
24376	Arnis	arnis	SH	00	01059	54.6333	9.9167	4
24376	Grödersby	grodersby	SH	00	01059	54.6333	9.9167	4
24376	Kappeln	kappeln	SH	00	01059	54.6612	9.9313	4
24392	Brebel	brebel	SH	00	01059	54.6333	9.75	4
24392	Wagersrott	wagersrott	SH	00	01059	54.6667	9.8	4
24392	Dollrottfeld	dollrottfeld	SH	00	01059	54.6333	9.8167	4
24392	Saustrup	saustrup	SH	00	01059	54.6667	9.7667	4
24392	Kiesby	kiesby	SH	00	01059	54.6214	9.8236	4
24392	Nottfeld	nottfeld	SH	00	01059	54.6167	9.7667	4
24392	Ekenis	ekenis	SH	00	01059	54.6259	9.8509	4
24392	Süderbrarup	suderbrarup	SH	00	01059	54.6333	9.7833	4
24392	Scheggerott	scheggerott	SH	00	01059	54.6667	9.8167	4
24392	Boren	boren	SH	00	01059	54.6151	9.8211	4
24392	Norderbrarup	norderbrarup	SH	00	01059	54.654	9.7686	4
24395	Pommerby	pommerby	SH	00	01059	54.7667	9.95	4
24395	Kronsgaard	kronsgaard	SH	00	01059	54.7333	9.9833	4
24395	Nieby	nieby	SH	00	01059	54.7667	9.9333	4
24395	Rabenholz	rabenholz	SH	00	01059	54.7167	9.9	4
24395	Stangheck	stangheck	SH	00	01059	54.7167	9.8667	4
24395	Niesgrau	niesgrau	SH	00	01059	54.75	9.8167	4
24395	Gelting	gelting	SH	00	01059	54.75	9.9	4
24398	Dörphof	dorphof	SH	00	01058	54.6167	9.9667	4
24398	Karby	karby	SH	00	01058	54.6237	9.9732	4
24398	Winnemark	winnemark	SH	00	01058	54.6167	9.9167	4
24398	Brodersby	brodersby	SH	00	01058	54.6333	9.9833	4
24399	Arnis	arnis	SH	00	01059	54.6304	9.9316	4
24401	Böel	boel	SH	00	01059	54.65	9.7167	4
24402	Esgrus	esgrus	SH	00	01059	54.7167	9.7833	4
24404	Maasholm	maasholm	SH	00	01059	54.6833	9.9833	4
24405	Mohrkirch	mohrkirch	SH	00	01059	54.6667	9.7167	4
24405	Rügge	rugge	SH	00	01059	54.6833	9.7667	4
24407	Oersberg	oersberg	SH	00	01059	54.6667	9.85	4
24407	Rabenkirchen-Faulück	rabenkirchen-fauluck	SH	00	01059	54.6333	9.85	4
24409	Stoltebüll	stoltebull	SH	00	01059	54.7	9.8833	4
24534	Neumünster	neumunster	SH	00	01004	54.0725	9.9828	4
24536	Tasdorf	tasdorf	SH	00	01057	54.1	10.0333	4
24536	Neumünster	neumunster	SH	00	01004	54.1077	9.9946	4
24537	Neumünster	neumunster	SH	00	01004	54.0893	9.9779	4
24539	Neumünster	neumunster	SH	00	01004	54.0614	9.9982	4
24558	Henstedt-Ulzburg	henstedt-ulzburg	SH	00	01060	53.805	9.9745	4
24558	Wakendorf II	wakendorf-ii	SH	00	01060	53.7833	10.0833	4
24568	Winsen	winsen	SH	00	01060	53.8333	10.0167	4
24568	Kattendorf	kattendorf	SH	00	01060	53.8432	10.0229	4
24568	Kaltenkirchen	kaltenkirchen	SH	00	01060	53.8329	9.9581	4
24568	Oersdorf	oersdorf	SH	00	01060	53.8391	9.9911	4
24568	Nützen	nutzen	SH	00	01060	53.8667	9.9167	4
24576	Hitzhusen	hitzhusen	SH	00	01060	53.924	9.8526	4
24576	Weddelbrook	weddelbrook	SH	00	01060	53.9	9.8333	4
24576	Hagen	hagen	SH	00	01060	53.9465	9.8266	4
24576	Bimöhlen	bimohlen	SH	00	01060	53.9333	9.95	4
24576	Mönkloh	monkloh	SH	00	01060	53.8902	9.7877	4
24576	Bad Bramstedt	bad-bramstedt	SH	00	01060	53.9183	9.8842	4
24582	Wattenbek	wattenbek	SH	00	01058	54.1667	10.05	4
24582	Groß Buchwald	gross-buchwald	SH	00	01058	54.1667	10.0833	4
24582	Schönbek	schonbek	SH	00	01058	54.1667	9.9667	4
24582	Mühbrook	muhbrook	SH	00	01058	54.1568	10.0124	4
24582	Bordesholm	bordesholm	SH	00	01058	54.1761	10.0315	4
24582	Brügge	brugge	SH	00	01058	54.1758	10.0691	4
24582	Hoffeld	hoffeld	SH	00	01058	54.2	10	4
24582	Bissee	bissee	SH	00	01058	54.1833	10.1167	4
24589	Schülp bei Nortorf	schulp-bei-nortorf	SH	00	01058	54.1667	9.8833	
24589	Borgdorf-Seedorf	borgdorf-seedorf	SH	00	01058	54.1667	9.8833	4
24589	Nortorf	nortorf	SH	00	01058	54.1674	9.8544	4
24589	Dätgen	datgen	SH	00	01058	54.1833	9.9333	4
24589	Eisendorf	eisendorf	SH	00	01058	54.2	9.8667	4
24589	Ellerdorf	ellerdorf	SH	00	01058	54.1938	9.8393	4
24594	Hohenwestedt	hohenwestedt	SH	00	01058	54.0889	9.6536	4
24594	Nindorf	nindorf	SH	00	01058	54.1333	9.7	4
24594	Heinkenborstel	heinkenborstel	SH	00	01058	54.1333	9.75	4
24594	Mörel	morel	SH	00	01058	54.1167	9.7333	4
24594	Jahrsdorf	jahrsdorf	SH	00	01058	54.0667	9.6333	4
24594	Tappendorf	tappendorf	SH	00	01058	54.1042	9.6937	4
24594	Meezen	meezen	SH	00	01058	54.05	9.7	4
24594	Rade bei Hohenwestedt	rade-bei-hohenwestedt	SH	00	01058	54.1	9.7167	
24594	Grauel	grauel	SH	00	01058	54.0667	9.6667	4
24594	Remmels	remmels	SH	00	01058	54.1167	9.65	4
24594	Wapelfeld	wapelfeld	SH	00	01058	54.0833	9.6	4
24598	Latendorf	latendorf	SH	00	01060	54	10.0667	4
24598	Boostedt	boostedt	SH	00	01060	54.0167	10.0333	4
24598	Heidmühlen	heidmuhlen	SH	00	01060	53.9667	10.0833	4
24601	Stolpe	stolpe	SH	00	01057	54.1333	10.2167	4
24601	Ruhwinkel	ruhwinkel	SH	00	01057	54.1	10.2167	4
24601	Wankendorf	wankendorf	SH	00	01057	54.1122	10.2055	4
24601	Belau	belau	SH	00	01057	54.098	10.2585	4
24610	Gönnebek	gonnebek	SH	00	01060	54.049	10.1969	4
24610	Trappenkamp	trappenkamp	SH	00	01060	54.0399	10.215	4
24613	Aukrug	aukrug	SH	00	01058	54.0833	9.7833	4
24613	Wiedenborstel	wiedenborstel	SH	00	01061	54.0436	9.7608	4
24616	Borstel	borstel	SH	00	01060	53.9675	9.7996	4
24616	Sarlhusen	sarlhusen	SH	00	01061	54.0228	9.7929	4
24616	Hardebek	hardebek	SH	00	01060	53.9885	9.8681	4
24616	Hasenkrug	hasenkrug	SH	00	01060	53.9833	9.85	4
24616	Willenscharen	willenscharen	SH	00	01061	54.0167	9.8	4
24616	Armstedt	armstedt	SH	00	01060	53.9713	9.8471	4
24616	Brokstedt	brokstedt	SH	00	01061	53.9833	9.8167	4
24619	Bornhöved	bornhoved	SH	00	01060	54.0667	10.2333	4
24619	Tarbek	tarbek	SH	00	01060	54.05	10.2667	4
24619	Rendswühren	rendswuhren	SH	00	01057	54.0833	10.1833	4
24620	Bönebüttel	bonebuttel	SH	00	01057	54.0833	10.0667	4
24622	Gnutz	gnutz	SH	00	01058	54.1333	9.8167	4
24623	Großenaspe	grossenaspe	SH	00	01060	53.9833	9.9667	4
24625	Negenharrie	negenharrie	SH	00	01058	54.1429	10.0744	4
24625	Großharrie	grossharrie	SH	00	01057	54.1167	10.05	4
24626	Groß Kummerfeld	gross-kummerfeld	SH	00	01060	54.05	10.0833	4
24628	Hartenholm	hartenholm	SH	00	01060	53.8986	10.0595	4
24629	Kisdorf	kisdorf	SH	00	01060	53.8167	10.0167	4
24631	Langwedel	langwedel	SH	00	01058	54.2103	9.9276	4
24632	Lentföhrden	lentfohrden	SH	00	01060	53.8667	9.8833	4
24632	Heidmoor	heidmoor	SH	00	01060	53.8333	9.85	4
24634	Arpsdorf	arpsdorf	SH	00	01058	54.0333	9.8667	4
24634	Padenstedt	padenstedt	SH	00	01058	54.05	9.9167	4
24635	Daldorf	daldorf	SH	00	01060	54.0167	10.25	4
24635	Rickling	rickling	SH	00	01060	54.0167	10.1667	4
24637	Schillsdorf	schillsdorf	SH	00	01057	54.1167	10.1333	4
24638	Schmalensee	schmalensee	SH	00	01060	54.083	10.2705	4
24640	Schmalfeld	schmalfeld	SH	00	01060	53.8833	9.9667	4
24640	Hasenmoor	hasenmoor	SH	00	01060	53.9	9.9833	4
24641	Stuvenborn	stuvenborn	SH	00	01060	53.85	10.1333	4
24641	Hüttblek	huttblek	SH	00	01060	53.8333	10.0667	4
24641	Sievershütten	sievershutten	SH	00	01060	53.8424	10.1122	4
24643	Struvenhütten	struvenhutten	SH	00	01060	53.8667	10.05	4
24644	Loop	loop	SH	00	01058	54.15	9.95	4
24644	Krogaspe	krogaspe	SH	00	01058	54.1333	9.9333	4
24644	Timmaspe	timmaspe	SH	00	01058	54.1397	9.8943	4
24646	Warder	warder	SH	00	01058	54.2167	9.8833	4
24647	Ehndorf	ehndorf	SH	00	01058	54.05	9.9	4
24647	Wasbek	wasbek	SH	00	01058	54.0743	9.8974	4
24649	Wiemersdorf	wiemersdorf	SH	00	01060	53.9582	9.903	4
24649	Fuhlendorf	fuhlendorf	SH	00	01060	53.9437	9.8868	4
24768	Rendsburg	rendsburg	SH	00	01058	54.3066	9.6631	4
24782	Rickert	rickert	SH	00	01058	54.3333	9.6667	4
24782	Büdelsdorf	budelsdorf	SH	00	01058	54.3184	9.6729	4
24783	Osterrönfeld	osterronfeld	SH	00	01058	54.2901	9.699	4
24784	Westerrönfeld	westerronfeld	SH	00	01058	54.2833	9.65	4
24787	Fockbek	fockbek	SH	00	01058	54.3	9.6	4
24790	Ostenfeld	ostenfeld	SH	00	01058	54.3161	9.781	4
24790	Rade bei Rendsburg	rade-bei-rendsburg	SH	00	01058	54.3333	9.75	
24790	Schacht-Audorf	schacht-audorf	SH	00	01058	54.3128	9.7159	4
24790	Haßmoor	hassmoor	SH	00	01058	54.3	9.8167	4
24790	Schülldorf	schulldorf	SH	00	01058	54.3	9.7333	4
24791	Alt Duvenstedt	alt-duvenstedt	SH	00	01058	54.3667	9.65	4
24793	Bargstedt	bargstedt	SH	00	01058	54.1667	9.7667	4
24793	Brammer	brammer	SH	00	01058	54.2	9.7667	4
24793	Oldenhütten	oldenhutten	SH	00	01058	54.15	9.7333	4
24794	Bünsdorf	bunsdorf	SH	00	01058	54.3667	9.75	4
24794	Neu Duvenstedt	neu-duvenstedt	SH	00	01058	54.3667	9.6667	4
24794	Borgstedt	borgstedt	SH	00	01058	54.3327	9.7095	4
24796	Bredenbek	bredenbek	SH	00	01058	54.3225	9.8729	4
24796	Bovenau	bovenau	SH	00	01058	54.3333	9.8333	4
24796	Krummwisch	krummwisch	SH	00	01058	54.3333	9.9	4
24797	Hörsten	horsten	SH	00	01058	54.2333	9.5833	4
24797	Breiholz	breiholz	SH	00	01058	54.2055	9.5237	4
24799	Königshügel	konigshugel	SH	00	01058	54.3333	9.4667	4
24799	Christiansholm	christiansholm	SH	00	01058	54.3167	9.4167	4
24799	Friedrichsgraben	friedrichsgraben	SH	00	01058	54.2667	9.4167	4
24799	Meggerdorf	meggerdorf	SH	00	01059	54.35	9.4	4
24799	Friedrichsholm	friedrichsholm	SH	00	01058	54.3017	9.4273	4
24800	Elsdorf-Westermühlen	elsdorf-westermuhlen	SH	00	01058	54.2667	9.5167	4
24802	Groß Vollstedt	gross-vollstedt	SH	00	01058	54.2333	9.8667	4
24802	Emkendorf	emkendorf	SH	00	01058	54.2667	9.85	4
24802	Bokel	bokel	SH	00	01058	54.214	9.7953	4
24803	Tielen	tielen	SH	00	01059	54.2833	9.3333	4
24803	Erfde	erfde	SH	00	01059	54.3	9.3167	4
24805	Hamdorf	hamdorf	SH	00	01058	54.2252	9.5187	4
24805	Prinzenmoor	prinzenmoor	SH	00	01058	54.2167	9.45	4
24806	Sophienhamm	sophienhamm	SH	00	01058	54.2833	9.4667	4
24806	Bargstall	bargstall	SH	00	01058	54.2667	9.4667	4
24806	Hohn	hohn	SH	00	01058	54.3	9.5	4
24806	Lohe-Föhrden	lohe-fohrden	SH	00	01058	54.3333	9.5333	4
24808	Jevenstedt	jevenstedt	SH	00	01058	54.2333	9.6667	4
24809	Nübbel	nubbel	SH	00	01058	54.2667	9.6167	4
24811	Owschlag	owschlag	SH	00	01058	54.3934	9.5924	4
24811	Brekendorf	brekendorf	SH	00	01058	54.4212	9.6335	4
24811	Ahlefeld	ahlefeld	SH	00	01058	54.4037	9.6789	4
24813	Schülp bei Rendsburg	schulp-bei-rendsburg	SH	00	01058	54.2667	9.6333	
24814	Sehestedt	sehestedt	SH	00	01058	54.3667	9.8167	4
24816	Luhnstedt	luhnstedt	SH	00	01058	54.1667	9.7	4
24816	Brinjahe	brinjahe	SH	00	01058	54.1667	9.6333	4
24816	Stafstedt	stafstedt	SH	00	01058	54.1667	9.6667	4
24816	Hamweddel	hamweddel	SH	00	01058	54.1833	9.6167	4
24817	Tetenhusen	tetenhusen	SH	00	01059	54.35	9.5	4
24819	Nienborstel	nienborstel	SH	00	01058	54.1333	9.6167	4
24819	Todenbüttel	todenbuttel	SH	00	01058	54.1333	9.55	4
24819	Embühren	embuhren	SH	00	01058	54.1667	9.5833	4
24819	Haale	haale	SH	00	01058	54.1833	9.55	4
24837	Schleswig	schleswig	SH	00	01059	54.5216	9.5586	4
24848	Alt Bennebek	alt-bennebek	SH	00	01059	54.3833	9.4333	4
24848	Kropp	kropp	SH	00	01059	54.4167	9.5167	4
24848	Klein Bennebek	klein-bennebek	SH	00	01059	54.4	9.45	4
24848	Klein Rheide	klein-rheide	SH	00	01059	54.45	9.4833	4
24850	Hüsby	husby	SH	00	01059	54.5	9.4833	4
24850	Lürschau	lurschau	SH	00	01059	54.55	9.5	4
24850	Schuby	schuby	SH	00	01059	54.5167	9.4833	4
24852	Süderhackstedt	suderhackstedt	SH	00	01059	54.6	9.2833	4
24852	Langstedt	langstedt	SH	00	01059	54.6167	9.3833	4
24852	Sollerup	sollerup	SH	00	01059	54.5833	9.3167	4
24852	Eggebek	eggebek	SH	00	01059	54.6167	9.3667	4
24855	Bollingstedt	bollingstedt	SH	00	01059	54.5923	9.4174	4
24855	Jübek	jubek	SH	00	01059	54.5571	9.3977	4
24857	Fahrdorf	fahrdorf	SH	00	01059	54.5	9.6	4
24857	Borgwedel	borgwedel	SH	00	01059	54.5	9.6667	4
24860	Uelsby	uelsby	SH	00	01059	54.6333	9.6	
24860	Klappholz	klappholz	SH	00	01059	54.6167	9.55	4
24860	Böklund	boklund	SH	00	01059	54.6	9.5833	4
24861	Bergenhusen	bergenhusen	SH	00	01059	54.3833	9.3167	4
24863	Börm	borm	SH	00	01059	54.4	9.3833	4
24864	Brodersby	brodersby	SH	00	01059	54.5333	9.7167	4
24864	Goltoft	goltoft	SH	00	01059	54.55	9.7167	4
24866	Busdorf	busdorf	SH	00	01059	54.4911	9.55	4
24867	Dannewerk	dannewerk	SH	00	01059	54.4833	9.5	4
24869	Dörpstedt	dorpstedt	SH	00	01059	54.4333	9.3667	4
24870	Ellingstedt	ellingstedt	SH	00	01059	54.4749	9.4114	4
24872	Groß Rheide	gross-rheide	SH	00	01059	54.4415	9.4351	4
24873	Havetoft	havetoft	SH	00	01059	54.65	9.5167	4
24875	Havetoftloit	havetoftloit	SH	00	01059	54.6616	9.5592	4
24876	Hollingstedt	hollingstedt	SH	00	01059	54.4593	9.337	4
24878	Lottorf	lottorf	SH	00	01059	54.45	9.5667	4
24878	Jagel	jagel	SH	00	01059	54.4565	9.5376	4
24879	Idstedt	idstedt	SH	00	01059	54.5833	9.5167	4
24879	Neuberend	neuberend	SH	00	01059	54.55	9.5333	4
24881	Nübel	nubel	SH	00	01059	54.5667	9.5833	4
24882	Schaalby	schaalby	SH	00	01059	54.55	9.6333	4
24884	Geltorf	geltorf	SH	00	01059	54.4667	9.6167	4
24884	Selk	selk	SH	00	01059	54.4667	9.5667	4
24885	Sieverstedt	sieverstedt	SH	00	01059	54.6415	9.4695	4
24887	Silberstedt	silberstedt	SH	00	01059	54.5167	9.3833	4
24888	Steinfeld	steinfeld	SH	00	01059	54.6	9.75	4
24888	Loit	loit	SH	00	01059	54.6167	9.7	4
24890	Stolk	stolk	SH	00	01059	54.6	9.55	4
24890	Süderfahrenstedt	suderfahrenstedt	SH	00	01059	54.5833	9.5833	4
24891	Schnarup-Thumby	schnarup-thumby	SH	00	01059	54.65	9.65	4
24891	Struxdorf	struxdorf	SH	00	01059	54.631	9.6387	4
24893	Taarstedt	taarstedt	SH	00	01059	54.5667	9.6833	4
24894	Twedt	twedt	SH	00	01059	54.6	9.6833	4
24894	Tolk	tolk	SH	00	01059	54.5799	9.6384	4
24896	Treia	treia	SH	00	01059	54.5	9.3167	4
24897	Ulsnis	ulsnis	SH	00	01059	54.5667	9.75	4
24899	Wohlde	wohlde	SH	00	01059	54.4061	9.2989	4
24937	Flensburg	flensburg	SH	00	01001	54.7862	9.4306	4
24939	Flensburg	flensburg	SH	00	01001	54.7983	9.4206	4
24941	Jarplund-Weding	jarplund-weding	SH	00	01059	54.7371	9.4181	4
24941	Flensburg	flensburg	SH	00	01001	54.7652	9.4109	4
24943	Tastrup	tastrup	SH	00	01059	54.7667	9.4833	4
24943	Flensburg	flensburg	SH	00	01001	54.7915	9.4673	4
24944	Flensburg	flensburg	SH	00	01001	54.8092	9.4698	4
24955	Harrislee	harrislee	SH	00	01059	54.8	9.3833	4
24960	Glücksburg	glucksburg	SH	00	01059	54.8352	9.5485	4
24960	Munkbrarup	munkbrarup	SH	00	01059	54.8	9.5667	4
24963	Jerrishoe	jerrishoe	SH	00	01059	54.6567	9.3692	4
24963	Tarp	tarp	SH	00	01059	54.6667	9.4	4
24966	Sörup	sorup	SH	00	01059	54.7167	9.6667	4
24969	Großenwiehe	grossenwiehe	SH	00	01059	54.7	9.25	4
24969	Lindewitt	lindewitt	SH	00	01059	54.7	9.2	4
24972	Steinberg	steinberg	SH	00	01059	54.7667	9.7833	4
24972	Steinbergkirche	steinbergkirche	SH	00	01059	54.7546	9.7607	4
24972	Quern	quern	SH	00	01059	54.75	9.7167	4
24975	Husby	husby	SH	00	01059	54.7667	9.5833	4
24975	Maasbüll	maasbull	SH	00	01059	54.7767	9.5242	4
24975	Ausacker	ausacker	SH	00	01059	54.7333	9.5667	4
24975	Hürup	hurup	SH	00	01059	54.75	9.5333	4
24976	Handewitt	handewitt	SH	00	01059	54.7645	9.3153	4
24977	Ringsberg	ringsberg	SH	00	01059	54.8069	9.5981	4
24977	Westerholz	westerholz	SH	00	01059	54.8167	9.6667	4
24977	Langballig	langballig	SH	00	01059	54.8	9.6333	4
24977	Grundhof	grundhof	SH	00	01059	54.7709	9.6531	4
24980	Schafflund	schafflund	SH	00	01059	54.7585	9.1833	4
24980	Wallsbüll	wallsbull	SH	00	01059	54.7764	9.2368	4
24980	Hörup	horup	SH	00	01059	54.7427	9.1024	4
24980	Meyn	meyn	SH	00	01059	54.758	9.2226	4
24980	Nordhackstedt	nordhackstedt	SH	00	01059	54.7333	9.1667	4
24983	Handewitt	handewitt	SH	00	01059	54.7645	9.3153	4
24986	Rüde	rude	SH	00	01059	54.8244	9.572	4
24986	Satrup	satrup	SH	00	01059	54.6924	9.6055	4
24988	Sankelmark	sankelmark	SH	00	01059	54.718	9.4234	4
24988	Oeversee	oeversee	SH	00	01059	54.7	9.4333	4
24989	Dollerup	dollerup	SH	00	01059	54.778	9.6798	4
24991	Großsolt	grosssolt	SH	00	01059	54.7	9.5167	4
24991	Freienwill	freienwill	SH	00	01059	54.7275	9.4941	4
24992	Jörl	jorl	SH	00	01059	54.6	9.3	4
24992	Janneby	janneby	SH	00	01059	54.6333	9.3	4
24994	Medelby	medelby	SH	00	01059	54.8123	9.1731	4
24994	Weesby	weesby	SH	00	01059	54.8333	9.15	4
24994	Holt	holt	SH	00	01059	54.8167	9.15	4
24994	Osterby	osterby	SH	00	01059	54.8	9.2167	4
24994	Jardelund	jardelund	SH	00	01059	54.8333	9.2	4
24994	Böxlund	boxlund	SH	00	01059	54.85	9.1833	4
24996	Ahneby	ahneby	SH	00	01059	54.7167	9.7333	4
24996	Sterup	sterup	SH	00	01059	54.7265	9.7357	4
24997	Wanderup	wanderup	SH	00	01059	54.6833	9.3333	4
24999	Wees	wees	SH	00	01059	54.8062	9.517	4
25335	Bokholt-Hanredder	bokholt-hanredder	SH	00	01056	53.7881	9.7359	4
25335	Neuendorf bei Elmshorn	neuendorf-bei-elmshorn	SH	00	01061	53.7333	9.5667	4
25335	Altenmoor	altenmoor	SH	00	01061	53.7667	9.5667	4
25335	Elmshorn	elmshorn	SH	00	01056	53.7567	9.6426	4
25335	Raa-Besenbek	raa-besenbek	SH	00	01056	53.7484	9.5945	4
25336	Elmshorn	elmshorn	SH	00	01056	53.7491	9.6592	4
25336	Klein Nordende	klein-nordende	SH	00	01056	53.7222	9.6542	4
25337	Seeth-Ekholt	seeth-ekholt	SH	00	01056	53.7413	9.73	4
25337	Elmshorn	elmshorn	SH	00	01056	53.7494	9.685	4
25337	Kölln-Reisiek	kolln-reisiek	SH	00	01056	53.7575	9.6977	4
25348	Engelbrechtsche Wildnis	engelbrechtsche-wildnis	SH	00	01061	53.7833	9.4833	
25348	Blomesche Wildnis	blomesche-wildnis	SH	00	01061	53.8	9.4167	4
25348	Glückstadt	gluckstadt	SH	00	01061	53.7889	9.4258	4
25355	Heede	heede	SH	00	01056	53.7833	9.8	4
25355	Bevern	bevern	SH	00	01056	53.7559	9.7709	4
25355	Groß Offenseth-Aspern	gross-offenseth-aspern	SH	00	01056	53.8167	9.7333	4
25355	Barmstedt	barmstedt	SH	00	01056	53.7921	9.7674	4
25355	Lutzhorn	lutzhorn	SH	00	01056	53.825	9.7691	4
25355	Bullenkuhlen	bullenkuhlen	SH	00	01056	53.7667	9.75	4
25358	Horst (Holstein)	horst-holstein	SH	00	01061	53.8167	9.6167	
25358	Sommerland	sommerland	SH	00	01061	53.8036	9.5375	4
25358	Hohenfelde	hohenfelde	SH	00	01061	53.8432	9.6226	4
25361	Elskop	elskop	SH	00	01061	53.8167	9.4833	4
25361	Grevenkop	grevenkop	SH	00	01061	53.8426	9.5335	4
25361	Krempe	krempe	SH	00	01061	53.8369	9.4883	4
25361	Süderau	suderau	SH	00	01061	53.8167	9.5167	4
25364	Brande-Hörnerkirchen	brande-hornerkirchen	SH	00	01056	53.85	9.7167	4
25364	Westerhorn	westerhorn	SH	00	01056	53.8571	9.6796	4
25364	Bokel	bokel	SH	00	01056	53.8667	9.7333	4
25364	Osterhorn	osterhorn	SH	00	01056	53.8667	9.7	4
25365	Klein Offenseth-Sparrieshoop	klein-offenseth-sparrieshoop	SH	00	01056	53.7975	9.6865	4
25368	Kiebitzreihe	kiebitzreihe	SH	00	01061	53.7833	9.6167	4
25370	Seester	seester	SH	00	01056	53.7178	9.598	4
25371	Seestermühe	seestermuhe	SH	00	01056	53.7	9.5667	4
25373	Ellerhoop	ellerhoop	SH	00	01056	53.726	9.7693	4
25376	Borsfleth	borsfleth	SH	00	01061	53.8333	9.4333	4
25376	Krempdorf	krempdorf	SH	00	01061	53.8333	9.4667	4
25377	Kollmar	kollmar	SH	00	01061	53.7294	9.4788	4
25379	Herzhorn	herzhorn	SH	00	01061	53.7833	9.4833	4
25404	Pinneberg	pinneberg	SH	00	01056	53.659	9.801	1
25421	Pinneberg	pinneberg	SH	00	01056	53.6591	9.8009	4
25429	Uetersen	uetersen	SH	00	01056	53.6934	9.6542	4
25436	Groß Nordende	gross-nordende	SH	00	01056	53.7	9.65	4
25436	Uetersen	uetersen	SH	00	01056	53.6865	9.6694	4
25436	Neuendeich	neuendeich	SH	00	01056	53.6833	9.6167	4
25436	Tornesch	tornesch	SH	00	01056	53.7	9.7167	4
25436	Heidgraben	heidgraben	SH	00	01056	53.7079	9.681	4
25436	Moorrege	moorrege	SH	00	01056	53.6667	9.6667	4
25437	Tornesch	tornesch	SH	00	01056	53.7039	9.731	4
25451	Quickborn	quickborn	SH	00	01056	53.7283	9.9093	4
25462	Rellingen	rellingen	SH	00	01056	53.6413	9.8647	4
25469	Halstenbek	halstenbek	SH	00	01056	53.6333	9.85	4
25474	Hasloh	hasloh	SH	00	01056	53.6947	9.9168	4
25474	Bönningstedt	bonningstedt	SH	00	01056	53.6667	9.9167	4
25474	Ellerbek	ellerbek	SH	00	01056	53.6582	9.8699	4
25479	Ellerau	ellerau	SH	00	01060	53.75	9.9167	4
25482	Appen	appen	SH	00	01056	53.6581	9.7458	4
25485	Hemdingen	hemdingen	SH	00	01056	53.7667	9.8333	4
25485	Bilsen	bilsen	SH	00	01056	53.7667	9.8833	4
25485	Langeln	langeln	SH	00	01056	53.7929	9.8626	4
25486	Alveslohe	alveslohe	SH	00	01060	53.7833	9.9167	4
25488	Holm	holm	SH	00	01056	53.6167	9.6667	4
25489	Haseldorf	haseldorf	SH	00	01056	53.6378	9.5915	4
25489	Haselau	haselau	SH	00	01056	53.6618	9.6201	4
25491	Hetlingen	hetlingen	SH	00	01056	53.6071	9.6372	4
25492	Heist	heist	SH	00	01056	53.65	9.65	4
25494	Borstel-Hohenraden	borstel-hohenraden	SH	00	01056	53.6833	9.8167	4
25495	Kummerfeld	kummerfeld	SH	00	01056	53.6926	9.791	4
25497	Prisdorf	prisdorf	SH	00	01056	53.6833	9.75	4
25499	Tangstedt	tangstedt	SH	00	01056	53.6771	9.8488	4
25524	Breitenburg	breitenburg	SH	00	01061	53.9057	9.5704	4
25524	Kollmoor	kollmoor	SH	00	01061	53.9202	9.5941	4
25524	Heiligenstedtenerkamp	heiligenstedtenerkamp	SH	00	01061	53.8996	9.4681	4
25524	Bekmünde	bekmunde	SH	00	01061	53.925	9.4463	4
25524	Oelixdorf	oelixdorf	SH	00	01061	53.9274	9.5638	4
25524	Heiligenstedten	heiligenstedten	SH	00	01061	53.9326	9.4746	4
25524	Itzehoe	itzehoe	SH	00	01061	53.921	9.5153	4
25541	Brunsbüttel	brunsbuttel	SH	00	01051	53.895	9.1048	4
25548	Störkathen	storkathen	SH	00	01061	53.9833	9.75	4
25548	Auufer	auufer	SH	00	01061	53.9242	9.683	4
25548	Oeschebüttel	oeschebuttel	SH	00	01061	53.9891	9.7213	4
25548	Mühlenbarbek	muhlenbarbek	SH	00	01061	53.9578	9.6673	4
25548	Kellinghusen	kellinghusen	SH	00	01061	53.952	9.7196	4
25548	Rosdorf	rosdorf	SH	00	01061	53.978	9.7274	4
25548	Wittenbergen	wittenbergen	SH	00	01061	53.9335	9.6861	4
25551	Peissen	peissen	SH	00	01061	54.0261	9.6083	4
25551	Schlotfeld	schlotfeld	SH	00	01061	53.9562	9.5823	4
25551	Winseldorf	winseldorf	SH	00	01061	53.9443	9.6063	4
25551	Lohbarbek	lohbarbek	SH	00	01061	53.9455	9.6355	4
25551	Hohenlockstedt	hohenlockstedt	SH	00	01061	53.9667	9.6167	4
25551	Silzen	silzen	SH	00	01061	54.0333	9.6167	4
25551	Lockstedt	lockstedt	SH	00	01061	54	9.6833	4
25554	Wilster	wilster	SH	00	01061	53.9225	9.3747	4
25554	Dammfleth	dammfleth	SH	00	01061	53.9088	9.3731	4
25554	Landrecht	landrecht	SH	00	01061	53.9333	9.3667	4
25554	Moorhusen	moorhusen	SH	00	01061	53.9591	9.3835	4
25554	Neuendorf-Sachsenbande Neuendorf bei Wilster	neuendorf-sachsenbande-neuendorf-bei-wilster	SH	00	01061	53.9667	9.3333	
25554	Stördorf	stordorf	SH	00	01061	53.9153	9.4259	4
25554	Kleve	kleve	SH	00	01061	53.9667	9.4	4
25554	Neuendorf-Sachsenbande Sachsenbande	neuendorf-sachsenbande-sachsenbande	SH	00	01061	53.9667	9.35	
25554	Krummendiek	krummendiek	SH	00	01061	53.9467	9.4165	4
25554	Nortorf	nortorf	SH	00	01061	53.9167	9.3167	
25554	Bekdorf	bekdorf	SH	00	01061	53.9394	9.4227	4
25554	Neuendorf-Sachsenbande	neuendorf-sachsenbande	SH	00	01061	53.9667	9.3417	
25557	Gokels	gokels	SH	00	01058	54.1167	9.4667	4
25557	Thaden	thaden	SH	00	01058	54.1015	9.4251	4
25557	Seefeld	seefeld	SH	00	01058	54.0998	9.4931	4
25557	Bendorf	bendorf	SH	00	01058	54.0833	9.3833	4
25557	Oldenbüttel	oldenbuttel	SH	00	01058	54.1667	9.45	4
25557	Hanerau-Hademarschen	hanerau-hademarschen	SH	00	01058	54.1333	9.4167	4
25557	Beldorf	beldorf	SH	00	01058	54.1333	9.35	4
25557	Steenfeld	steenfeld	SH	00	01058	54.15	9.3667	4
25560	Pöschendorf	poschendorf	SH	00	01061	54.0374	9.4885	4
25560	Puls	puls	SH	00	01061	54.0833	9.5167	4
25560	Oldenborstel	oldenborstel	SH	00	01061	54.0667	9.5167	4
25560	Bokhorst	bokhorst	SH	00	01061	54.0667	9.4	4
25560	Hadenfeld	hadenfeld	SH	00	01061	54.0341	9.4558	4
25560	Schenefeld	schenefeld	SH	00	01061	54.05	9.4833	4
25560	Warringholz	warringholz	SH	00	01061	54.0833	9.4667	4
25560	Siezbüttel	siezbuttel	SH	00	01061	54.0524	9.4476	4
25560	Aasbüttel	aasbuttel	SH	00	01061	54.0667	9.4333	4
25560	Kaisborstel	kaisborstel	SH	00	01061	54.0137	9.4812	4
25560	Agethorst	agethorst	SH	00	01061	54.0195	9.4359	4
25563	Quarnstedt	quarnstedt	SH	00	01061	53.9548	9.7874	4
25563	Hingstheide	hingstheide	SH	00	01061	53.9	9.75	4
25563	Wulfsmoor	wulfsmoor	SH	00	01061	53.9123	9.724	4
25563	Föhrden-Barl	fohrden-barl	SH	00	01060	53.928	9.787	4
25563	Wrist	wrist	SH	00	01061	53.9333	9.7667	4
25566	Rethwisch	rethwisch	SH	00	01061	53.867	9.5857	4
25566	Lägerdorf	lagerdorf	SH	00	01061	53.8833	9.5833	4
25569	Hodorf	hodorf	SH	00	01061	53.9006	9.4299	4
25569	Kremperheide	kremperheide	SH	00	01061	53.8872	9.4781	4
25569	Krempermoor	krempermoor	SH	00	01061	53.8771	9.4808	4
25569	Bahrenfleth	bahrenfleth	SH	00	01061	53.8713	9.4396	4
25572	Ecklak	ecklak	SH	00	01061	53.95	9.2667	4
25572	Sankt Margarethen	sankt-margarethen	SH	00	01061	53.892	9.253	4
25572	Büttel	buttel	SH	00	01061	53.9	9.2333	4
25572	Kudensee	kudensee	SH	00	01061	53.9333	9.2167	4
25572	Landscheide	landscheide	SH	00	01061	53.9201	9.2529	4
25572	Aebtissinwisch	aebtissinwisch	SH	00	01061	53.9667	9.2833	4
25573	Beidenfleth	beidenfleth	SH	00	01061	53.8794	9.4131	4
25575	Beringstedt	beringstedt	SH	00	01058	54.1167	9.5333	4
25576	Brokdorf	brokdorf	SH	00	01061	53.8638	9.3231	4
25578	Neuenbrook	neuenbrook	SH	00	01061	53.8607	9.532	4
25578	Dägeling	dageling	SH	00	01061	53.8833	9.5333	4
25579	Fitzbek	fitzbek	SH	00	01061	54	9.7667	4
25579	Rade	rade	SH	00	01061	54.0009	9.7416	4
25581	Poyenberg	poyenberg	SH	00	01061	54.0333	9.7	4
25581	Hennstedt	hennstedt	SH	00	01061	54.0333	9.7167	4
25582	Looft	looft	SH	00	01061	54.0287	9.5236	4
25582	Kaaks	kaaks	SH	00	01061	53.99	9.4696	4
25582	Hohenaspe	hohenaspe	SH	00	01061	53.989	9.5277	4
25582	Drage	drage	SH	00	01061	54.004	9.5193	4
25584	Besdorf	besdorf	SH	00	01061	54.0501	9.36	4
25584	Holstenniendorf	holstenniendorf	SH	00	01061	54.0416	9.3481	4
25585	Tackesdorf	tackesdorf	SH	00	01058	54.1833	9.4833	4
25585	Lütjenwestedt	lutjenwestedt	SH	00	01058	54.1333	9.4833	4
25587	Münsterdorf	munsterdorf	SH	00	01061	53.9023	9.5412	4
25588	Huje	huje	SH	00	01061	53.9772	9.4344	4
25588	Mehlbek	mehlbek	SH	00	01061	54.0046	9.4345	4
25588	Oldendorf	oldendorf	SH	00	01061	53.9534	9.4586	4
25590	Osterstedt	osterstedt	SH	00	01058	54.1082	9.5744	4
25591	Ottenbüttel	ottenbuttel	SH	00	01061	53.9711	9.5042	4
25593	Reher	reher	SH	00	01061	54.0667	9.5833	4
25593	Christinenthal	christinenthal	SH	00	01061	54.05	9.5333	4
25594	Nutteln	nutteln	SH	00	01061	53.9878	9.3868	4
25594	Vaale	vaale	SH	00	01061	54	9.3833	4
25594	Vaalermoor	vaalermoor	SH	00	01061	53.9851	9.3391	4
25596	Bokelrehm	bokelrehm	SH	00	01061	54.0382	9.3861	4
25596	Wacken	wacken	SH	00	01061	54.0208	9.376	4
25596	Nienbüttel	nienbuttel	SH	00	01061	54.0297	9.4145	4
25596	Gribbohm	gribbohm	SH	00	01061	54.0282	9.3474	4
25597	Kronsmoor	kronsmoor	SH	00	01061	53.9076	9.5939	4
25597	Moordorf	moordorf	SH	00	01061	53.9017	9.6162	4
25597	Westermoor	westermoor	SH	00	01061	53.9135	9.6239	4
25597	Moordiek	moordiek	SH	00	01061	53.914	9.6534	4
25597	Breitenberg	breitenberg	SH	00	01061	53.9241	9.6351	4
25599	Wewelsfleth	wewelsfleth	SH	00	01061	53.85	9.4	4
25693	Volsemenhusen	volsemenhusen	SH	00	01051	53.9667	9.0833	
25693	Trennewurth	trennewurth	SH	00	01051	54	9.0333	4
25693	Gudendorf	gudendorf	SH	00	01051	54.0242	9.1079	4
25693	Sankt Michaelisdonn	sankt-michaelisdonn	SH	00	01051	53.9833	9.1167	4
25704	Nordermeldorf	nordermeldorf	SH	00	01051	54.1167	9.0167	4
25704	Wolmersdorf	wolmersdorf	SH	00	01051	54.0765	9.1025	4
25704	Nindorf	nindorf	SH	00	01051	54.0833	9.1167	4
25704	Epenwöhrden	epenwohrden	SH	00	01051	54.1102	9.053	4
25704	Meldorf	meldorf	SH	00	01051	54.0918	9.0687	4
25704	Bargenstedt	bargenstedt	SH	00	01051	54.1	9.15	4
25704	Elpersbüttel	elpersbuttel	SH	00	01051	54.0725	9.0467	4
25709	Kaiser-Wilhelm-Koog	kaiser-wilhelm-koog	SH	00	01051	53.95	8.9333	
25709	Diekhusen-Fahrstedt	diekhusen-fahrstedt	SH	00	01051	53.9333	9.0167	4
25709	Marnerdeich	marnerdeich	SH	00	01051	53.95	8.9833	4
25709	Kronprinzenkoog	kronprinzenkoog	SH	00	01051	53.9667	8.9667	4
25709	Helse	helse	SH	00	01051	53.9746	9.0104	4
25709	Marne	marne	SH	00	01051	53.9523	9.0111	4
25712	Buchholz	buchholz	SH	00	01051	53.9883	9.2236	4
25712	Hochdonn	hochdonn	SH	00	01051	54.0266	9.2762	4
25712	Burg (Dithmarschen)	burg-dithmarschen	SH	00	01051	54	9.2667	
25712	Kuden	kuden	SH	00	01051	53.9667	9.1833	4
25712	Brickeln	brickeln	SH	00	01051	54.0167	9.2333	4
25712	Großenrade	grossenrade	SH	00	01051	54.0211	9.2224	4
25712	Quickborn	quickborn	SH	00	01051	54.0106	9.209	4
25715	Eddelak	eddelak	SH	00	01051	53.95	9.15	4
25715	Dingen	dingen	SH	00	01051	53.9667	9.1167	4
25715	Averlak	averlak	SH	00	01051	53.9398	9.1842	4
25715	Ramhusen	ramhusen	SH	00	01051	53.95	9.0833	4
25718	Friedrichskoog	friedrichskoog	SH	00	01051	54.0167	8.9167	4
25719	Barlt	barlt	SH	00	01051	54.0167	9.05	4
25719	Busenwurth	busenwurth	SH	00	01051	54.0412	9.0377	4
25721	Eggstedt	eggstedt	SH	00	01051	54.05	9.2667	4
25724	Neufelderkoog	neufelderkoog	SH	00	01051	53.9	8.9667	4
25724	Neufeld	neufeld	SH	00	01051	53.9	9.0167	4
25724	Schmedeswurth	schmedeswurth	SH	00	01051	53.9167	9.05	4
25725	Bornholt	bornholt	SH	00	01058	54.1	9.3333	4
25725	Schafstedt	schafstedt	SH	00	01051	54.0833	9.3	4
25727	Krumstedt	krumstedt	SH	00	01051	54.0667	9.1833	4
25727	Frestedt	frestedt	SH	00	01051	54.0333	9.1833	4
25727	Süderhastedt	suderhastedt	SH	00	01051	54.0494	9.2076	4
25729	Windbergen	windbergen	SH	00	01051	54.05	9.1167	4
25746	Lohe-Rickelshof	lohe-rickelshof	SH	00	01051	54.188	9.0707	4
25746	Wesseln	wesseln	SH	00	01051	54.2099	9.0764	4
25746	Ostrohe	ostrohe	SH	00	01051	54.2163	9.1254	4
25746	Norderwöhrden	norderwohrden	SH	00	01051	54.2	9.0167	4
25746	Heide	heide	SH	00	01051	54.1958	9.0988	4
25761	Warwerort	warwerort	SH	00	01051	54.15	8.9	
25761	Büsum	busum	SH	00	01051	54.134	8.8576	4
25761	Westerdeichstrich	westerdeichstrich	SH	00	01051	54.1615	8.8644	4
25761	Hedwigenkoog	hedwigenkoog	SH	00	01051	54.1833	8.85	4
25761	Büsumer Deichhausen	busumer-deichhausen	SH	00	01051	54.1333	8.8833	4
25761	Oesterdeichstrich	oesterdeichstrich	SH	00	01051	54.15	8.8833	4
25764	Norddeich	norddeich	SH	00	01051	54.2167	8.9	4
25764	Reinsbüttel	reinsbuttel	SH	00	01051	54.1788	8.9117	4
25764	Friedrichsgabekoog	friedrichsgabekoog	SH	00	01051	54.15	8.95	4
25764	Oesterwurth	oesterwurth	SH	00	01051	54.2167	8.9833	4
25764	Wesselburen	wesselburen	SH	00	01051	54.2122	8.9242	4
25764	Hellschen-Heringsand-Unterschaar	hellschen-heringsand-unterschaar	SH	00	01051	54.2	8.85	4
25764	Wesselburenerkoog	wesselburenerkoog	SH	00	01051	54.25	8.8833	4
25764	Wesselburener-Deichhausen	wesselburener-deichhausen	SH	00	01051	54.1667	8.9333	
25764	Hillgroven	hillgroven	SH	00	01051	54.2167	8.8833	4
25764	Schülp	schulp	SH	00	01051	54.2427	8.9322	4
25764	Süderdeich	suderdeich	SH	00	01051	54.2	8.9167	4
25767	Tensbüttel-Röst	tensbuttel-rost	SH	00	01051	54.1	9.2333	4
25767	Wennbüttel	wennbuttel	SH	00	01051	54.1333	9.3333	4
25767	Offenbüttel	offenbuttel	SH	00	01051	54.1704	9.355	4
25767	Osterrade	osterrade	SH	00	01051	54.2	9.35	4
25767	Arkebek	arkebek	SH	00	01051	54.1667	9.25	4
25767	Bunsoh	bunsoh	SH	00	01051	54.1648	9.3199	4
25767	Albersdorf	albersdorf	SH	00	01051	54.15	9.2833	4
25770	Lieth	lieth	SH	00	01051	54.156	9.0608	4
25770	Hemmingstedt	hemmingstedt	SH	00	01051	54.15	9.0667	4
25774	Groven	groven	SH	00	01051	54.3	8.9833	4
25774	Karolinenkoog	karolinenkoog	SH	00	01051	54.2833	8.9667	4
25774	Hemme	hemme	SH	00	01051	54.2833	9.0167	4
25774	Lehe	lehe	SH	00	01051	54.3414	9.0237	4
25774	Krempel	krempel	SH	00	01051	54.3167	9.0333	4
25774	Lunden	lunden	SH	00	01051	54.3313	9.0252	4
25776	Rehm-Flehde-Bargen	rehm-flehde-bargen	SH	00	01051	54.2833	9.0167	4
25776	Sankt Annen	sankt-annen	SH	00	01051	54.3465	9.0787	4
25776	Schlichting	schlichting	SH	00	01051	54.3106	9.0894	4
25779	Fedderingen	fedderingen	SH	00	01051	54.2833	9.1333	4
25779	Kleve	kleve	SH	00	01051	54.2951	9.1241	4
25779	Norderheistedt	norderheistedt	SH	00	01051	54.25	9.15	4
25779	Hennstedt	hennstedt	SH	00	01051	54.2833	9.1667	4
25779	Hägen	hagen	SH	00	01051	54.2545	9.1512	4
25779	Bergewöhrden	bergewohrden	SH	00	01051	54.3167	9.2167	4
25779	Süderheistedt	suderheistedt	SH	00	01051	54.2352	9.1472	4
25779	Glüsing	glusing	SH	00	01051	54.2833	9.2167	4
25779	Wiemerstedt	wiemerstedt	SH	00	01051	54.2667	9.1167	4
25782	Schrum	schrum	SH	00	01051	54.1833	9.25	4
25782	Tellingstedt	tellingstedt	SH	00	01051	54.2167	9.2833	4
25782	Gaushorn	gaushorn	SH	00	01051	54.2	9.2333	4
25782	Hövede	hovede	SH	00	01051	54.25	9.3	4
25782	Welmbüttel	welmbuttel	SH	00	01051	54.2	9.25	4
25782	Süderdorf	suderdorf	SH	00	01051	54.2167	9.35	4
25782	Westerborstel	westerborstel	SH	00	01051	54.2333	9.2833	4
25782	Schalkholz	schalkholz	SH	00	01051	54.2468	9.2575	4
25785	Odderade	odderade	SH	00	01051	54.1389	9.1941	4
25785	Sarzbüttel	sarzbuttel	SH	00	01051	54.1167	9.1833	4
25785	Nordhastedt	nordhastedt	SH	00	01051	54.1667	9.1833	4
25786	Dellstedt	dellstedt	SH	00	01051	54.2333	9.3667	4
25788	Wallen	wallen	SH	00	01051	54.2833	9.2667	4
25788	Delve	delve	SH	00	01051	54.3	9.25	4
25788	Hollingstedt	hollingstedt	SH	00	01051	54.2903	9.2252	4
25791	Barkenholm	barkenholm	SH	00	01051	54.2333	9.1833	4
25791	Linden	linden	SH	00	01051	54.25	9.1833	4
25792	Strübbel	strubbel	SH	00	01051	54.2667	8.9667	4
25792	Neuenkirchen	neuenkirchen	SH	00	01051	54.2365	8.9915	4
25794	Pahlen	pahlen	SH	00	01051	54.2667	9.3	4
25794	Tielenhemme	tielenhemme	SH	00	01051	54.2667	9.3667	
25794	Dörpling	dorpling	SH	00	01051	54.2592	9.305	4
25795	Stelle-Wittenwurth	stelle-wittenwurth	SH	00	01051	54.2667	9.05	4
25795	Weddingstedt	weddingstedt	SH	00	01051	54.2343	9.091	4
25797	Wöhrden	wohrden	SH	00	01051	54.1667	9	4
25799	Wrohm	wrohm	SH	00	01051	54.2131	9.3821	4
25813	Husum	husum	SH	00	01054	54.4858	9.0524	4
25813	Südermarsch	sudermarsch	SH	00	01054	54.4167	9.0833	
25813	Simonsberg	simonsberg	SH	00	01054	54.4335	8.9769	4
25813	Schwesing	schwesing	SH	00	01054	54.4948	9.135	4
25821	Almdorf	almdorf	SH	00	01054	54.5833	9.0167	4
25821	Reußenköge	reussenkoge	SH	00	01054	54.6023	8.9027	4
25821	Sönnebüll	sonnebull	SH	00	01054	54.6333	9	4
25821	Bredstedt	bredstedt	SH	00	01054	54.6187	8.9644	4
25821	Struckum	struckum	SH	00	01054	54.5833	9	4
25821	Vollstedt	vollstedt	SH	00	01054	54.6167	9.0333	4
25821	Breklum	breklum	SH	00	01054	54.6	8.9833	4
25826	Sankt Peter-Ording	sankt-peter-ording	SH	00	01054	54.3036	8.6414	4
25832	Kotzenbüll	kotzenbull	SH	00	01054	54.3333	8.9045	4
25832	Tönning	tonning	SH	00	01054	54.3188	8.9423	4
25836	Grothusenkoog	grothusenkoog	SH	00	01054	54.3013	8.7589	4
25836	Welt	welt	SH	00	01054	54.3025	8.7946	4
25836	Vollerwiek	vollerwiek	SH	00	01054	54.2913	8.7983	4
25836	Katharinenheerd	katharinenheerd	SH	00	01054	54.3333	8.8333	4
25836	Osterhever	osterhever	SH	00	01054	54.3855	8.766	4
25836	Garding	garding	SH	00	01054	54.3306	8.7806	4
25836	Poppenbüll	poppenbull	SH	00	01054	54.3609	8.7612	4
25836	Kirchspiel Garding	kirchspiel-garding	SH	00	01054	54.3167	8.7833	
25840	Friedrichstadt	friedrichstadt	SH	00	01054	54.3757	9.0867	4
25840	Koldenbüttel	koldenbuttel	SH	00	01054	54.3833	9.0667	4
25842	Langenhorn	langenhorn	SH	00	01054	54.6667	8.9167	4
25842	Ockholm	ockholm	SH	00	01054	54.6667	8.8333	4
25842	Bargum	bargum	SH	00	01054	54.7	8.95	4
25842	Lütjenholm	lutjenholm	SH	00	01054	54.6833	9.0167	4
25845	Nordstrand	nordstrand	SH	00	01054	54.4968	8.8869	
25845	Elisabeth-Sophien-Koog	elisabeth-sophien-koog	SH	00	01054	54.5167	8.8833	4
25849	Pellworm	pellworm	SH	00	01054	54.5161	8.6451	4
25850	Behrendorf	behrendorf	SH	00	01054	54.5667	9.2167	4
25850	Bondelum	bondelum	SH	00	01054	54.5667	9.2667	4
25852	Bordelum	bordelum	SH	00	01054	54.6333	8.9333	4
25853	Drelsdorf	drelsdorf	SH	00	01054	54.65	9.05	
25853	Ahrenshöft	ahrenshoft	SH	00	01054	54.55	9.0667	4
25853	Bohmstedt	bohmstedt	SH	00	01054	54.5833	9.05	4
25855	Haselund	haselund	SH	00	01054	54.6	9.1833	4
25856	Hattstedt	hattstedt	SH	00	01054	54.5333	9.0333	4
25856	Wobbenbüll	wobbenbull	SH	00	01054	54.5333	9	4
25856	Hattstedtermarsch	hattstedtermarsch	SH	00	01054	54.55	9	4
25858	Högel	hogel	SH	00	01054	54.65	9.0667	4
25859	Hooge	hooge	SH	00	01054	54.57	8.5481	4
25860	Horstedt	horstedt	SH	00	01054	54.5249	9.0665	4
25860	Arlewatt	arlewatt	SH	00	01054	54.5333	9.0833	4
25860	Olderup	olderup	SH	00	01054	54.5333	9.1167	4
25862	Goldelund	goldelund	SH	00	01054	54.6833	9.1	4
25862	Kolkerheide	kolkerheide	SH	00	01054	54.6167	9.1333	4
25862	Goldebek	goldebek	SH	00	01054	54.6833	9.15	4
25862	Joldelund	joldelund	SH	00	01054	54.65	9.1333	4
25863	Langeneß	langeness	SH	00	01054	54.6333	8.6333	
25864	Löwenstedt	lowenstedt	SH	00	01054	54.6216	9.1726	4
25866	Mildstedt	mildstedt	SH	00	01054	54.4667	9.1	4
25868	Norderstapel	norderstapel	SH	00	01059	54.36	9.2408	4
25869	Gröde	grode	SH	00	01054	54.6333	8.7167	4
25870	Oldenswort	oldenswort	SH	00	01054	54.3724	8.94	4
25870	Norderfriedrichskoog	norderfriedrichskoog	SH	00	01054	54.4039	8.8968	4
25872	Wittbek	wittbek	SH	00	01054	54.4667	9.2	4
25872	Ostenfeld	ostenfeld	SH	00	01054	54.464	9.2343	4
25873	Rantrum	rantrum	SH	00	01054	54.4406	9.1287	4
25873	Oldersbek	oldersbek	SH	00	01054	54.4468	9.1693	4
25875	Schobüll	schobull	SH	00	01054	54.5092	9.0062	4
25876	Fresendelf	fresendelf	SH	00	01054	54.3938	9.2469	4
25876	Hude	hude	SH	00	01054	54.3833	9.2167	4
25876	Wisch	wisch	SH	00	01054	54.4167	9.15	4
25876	Ramstedt	ramstedt	SH	00	01054	54.4	9.1667	4
25876	Süderhöft	suderhoft	SH	00	01054	54.3833	9.2333	4
25876	Schwabstedt	schwabstedt	SH	00	01054	54.397	9.1865	4
25878	Drage	drage	SH	00	01054	54.3556	9.1578	4
25878	Seeth	seeth	SH	00	01054	54.3667	9.1667	4
25879	Süderstapel	suderstapel	SH	00	01059	54.35	9.2167	4
25881	Tating	tating	SH	00	01054	54.3261	8.708	4
25881	Westerhever	westerhever	SH	00	01054	54.3824	8.6774	4
25881	Augustenkoog	augustenkoog	SH	00	01054	54.3816	8.7338	4
25881	Tümlauer Koog	tumlauer-koog	SH	00	01054	54.35	8.6833	4
25882	Tetenbüll	tetenbull	SH	00	01054	54.3521	8.8279	4
25884	Viöl	viol	SH	00	01054	54.5816	9.1419	4
25884	Norstedt	norstedt	SH	00	01054	54.5833	9.1333	4
25884	Sollwitt	sollwitt	SH	00	01054	54.6	9.2167	4
25885	Wester-Ohrstedt	wester-ohrstedt	SH	00	01054	54.508	9.1857	4
25885	Ahrenviölfeld	ahrenviolfeld	SH	00	01054	54.5344	9.2749	4
25885	Oster-Ohrstedt	oster-ohrstedt	SH	00	01054	54.5151	9.2219	4
25885	Immenstedt	immenstedt	SH	00	01054	54.3583	9.2333	
25885	Ahrenviöl	ahrenviol	SH	00	01054	54.5313	9.2068	4
25887	Winnert	winnert	SH	00	01054	54.4333	9.2	4
25889	Witzwort	witzwort	SH	00	01054	54.4	8.9833	4
25889	Uelvesbüll	uelvesbull	SH	00	01054	54.4153	8.9239	4
25899	Niebüll	niebull	SH	00	01054	54.7866	8.8285	4
25899	Bosbüll	bosbull	SH	00	01054	54.8167	8.8667	4
25899	Klixbüll	klixbull	SH	00	01054	54.8034	8.8957	4
25899	Galmsbüll	galmsbull	SH	00	01054	54.75	8.75	4
25899	Dagebüll	dagebull	SH	00	01054	54.7293	8.7008	4
25917	Stadum	stadum	SH	00	01054	54.7333	9.05	4
25917	Tinningstedt	tinningstedt	SH	00	01054	54.8167	8.9333	4
25917	Sprakebüll	sprakebull	SH	00	01054	54.7833	9.0833	4
25917	Enge-Sande	enge-sande	SH	00	01054	54.7333	8.9667	4
25917	Achtrup	achtrup	SH	00	01054	54.7905	9.0285	4
25917	Leck	leck	SH	00	01054	54.7667	8.9833	4
25920	Stedesand	stedesand	SH	00	01054	54.7386	8.9275	4
25920	Risum-Lindholm	risum-lindholm	SH	00	01054	54.758	8.8691	4
25923	Holm	holm	SH	00	01054	54.8333	8.8667	4
25923	Süderlügum	suderlugum	SH	00	01054	54.8739	8.9111	4
25923	Uphusum	uphusum	SH	00	01054	54.85	8.85	4
25923	Lexgaard	lexgaard	SH	00	01054	54.8333	8.9333	4
25923	Braderup	braderup	SH	00	01054	54.8354	8.8904	4
25923	Ellhöft	ellhoft	SH	00	01054	54.8833	8.95	4
25923	Humptrup	humptrup	SH	00	01054	54.8667	8.8667	4
25924	Emmelsbüll-Horsbüll	emmelsbull-horsbull	SH	00	01054	54.8167	8.7	4
25924	Klanxbüll	klanxbull	SH	00	01054	54.8637	8.6771	4
25924	Rodenäs	rodenas	SH	00	01054	54.8833	8.7	4
25924	Friedrich-Wilhelm-Lübke-Koog	friedrich-wilhelm-lubke-koog	SH	00	01054	54.8667	8.6333	4
25926	Westre	westre	SH	00	01054	54.85	8.9833	4
25926	Bramstedtlund	bramstedtlund	SH	00	01054	54.85	9.0667	4
25926	Ladelund	ladelund	SH	00	01054	54.8408	9.0214	4
25926	Karlum	karlum	SH	00	01054	54.8333	8.9667	4
25927	Aventoft	aventoft	SH	00	01054	54.8761	8.7691	
25927	Neukirchen	neukirchen	SH	00	01054	54.8667	8.7333	4
25938	Dunsum	dunsum	SH	00	01054	54.7333	8.3833	
25938	Wyk auf Föhr	wyk-auf-fohr	SH	00	01054	54.6914	8.567	4
25938	Witsum	witsum	SH	00	01054	54.6995	8.4406	4
25938	Nieblum	nieblum	SH	00	01054	54.6919	8.4909	4
25938	Oldsum	oldsum	SH	00	01054	54.7311	8.4447	4
25938	Wrixum	wrixum	SH	00	01054	54.6999	8.5486	4
25938	Midlum	midlum	SH	00	01054	54.7151	8.5216	4
25938	Borgsum	borgsum	SH	00	01054	54.7006	8.4574	4
25938	Alkersum	alkersum	SH	00	01054	54.708	8.5093	4
25938	Süderende	suderende	SH	00	01054	54.7261	8.4385	4
25938	Oevenum	oevenum	SH	00	01054	54.7102	8.5317	4
25938	Utersum	utersum	SH	00	01054	54.7143	8.4061	4
25946	Wittdün	wittdun	SH	00	01054	54.627	8.3893	4
25946	Norddorf	norddorf	SH	00	01054	54.6797	8.333	4
25946	Nebel	nebel	SH	00	01054	54.6508	8.3537	4
25980	Rantum	rantum	SH	00	01054	54.8457	8.2933	4
25980	Westerland	westerland	SH	00	01054	54.9079	8.3033	4
25980	Sylt-Ost	sylt-ost	SH	00	01054	54.8611	8.4114	4
25992	List	list	SH	00	01054	55.0192	8.4313	4
25996	Wenningstedt	wenningstedt	SH	00	01054	54.9358	8.33	4
25997	Hörnum	hornum	SH	00	01054	54.7573	8.2883	4
25999	Kampen	kampen	SH	00	01054	54.9541	8.3417	4
27498	Helgoland	helgoland	SH	00	01056	54.1814	7.8863	4
66111	Saarbrücken	saarbrucken	SL	00	10041	49.2461	7.0022	4
66113	Saarbrücken	saarbrucken	SL	00	10041	49.2431	6.9757	4
66115	Saarbrücken	saarbrucken	SL	00	10041	49.2399	6.9696	4
66117	Saarbrücken	saarbrucken	SL	00	10041	49.2146	6.9682	4
66119	Saarbrücken	saarbrucken	SL	00	10041	49.2087	7.0202	4
66121	Saarbrücken	saarbrucken	SL	00	10041	49.229	7.0124	4
66123	Saarbrücken	saarbrucken	SL	00	10041	49.2333	7	4
66125	Saarbrücken	saarbrucken	SL	00	10041	49.2718	7.0325	4
66126	Saarbrücken	saarbrucken	SL	00	10041	49.2333	7	4
66127	Saarbrücken	saarbrucken	SL	00	10041	49.2333	7	4
66128	Saarbrücken	saarbrucken	SL	00	10041	49.2333	7	4
66129	Saarbrücken	saarbrucken	SL	00	10041	49.2333	7	4
66130	Saarbrücken	saarbrucken	SL	00	10041	49.247	6.9105	
66131	Saarbrücken	saarbrucken	SL	00	10041	49.2333	7	4
66132	Saarbrücken	saarbrucken	SL	00	10041	49.2333	7	4
66133	Saarbrücken	saarbrucken	SL	00	10041	49.2333	7	4
66265	Heusweiler	heusweiler	SL	00	10041	49.3363	6.9304	4
66271	Kleinblittersdorf	kleinblittersdorf	SL	00	10041	49.1578	7.0373	4
66280	Sulzbach/Saar	sulzbach-saar	SL	00	10041	49.3	7.0667	4
66287	Quierschied	quierschied	SL	00	10041	49.3167	7.05	4
66292	Riegelsberg	riegelsberg	SL	00	10041	49.3	6.9333	4
66299	Friedrichsthal	friedrichsthal	SL	00	10041	49.3279	7.0962	4
66333	Völklingen	volklingen	SL	00	10041	49.2516	6.8587	4
66346	Püttlingen	puttlingen	SL	00	10041	49.2855	6.8872	4
66352	Großrosseln	grossrosseln	SL	00	10041	49.203	6.8415	4
66359	Bous	bous	SL	00	10044	49.2773	6.8013	4
66386	Sankt Ingbert	sankt-ingbert	SL	00	10045	49.277	7.1167	4
66399	Mandelbachtal	mandelbachtal	SL	00	10045	49.1833	7.1667	4
66424	Homburg	homburg	SL	00	10045	49.3264	7.3387	4
66440	Blieskastel	blieskastel	SL	00	10045	49.2372	7.2562	4
66450	Bexbach	bexbach	SL	00	10045	49.3462	7.2553	4
66453	Gersheim	gersheim	SL	00	10045	49.15	7.2	4
66459	Kirkel	kirkel	SL	00	10045	49.2833	7.2333	4
66538	Neunkirchen/Saar	neunkirchen-saar	SL	00	10043	49.3448	7.1799	
66539	Neunkirchen/Saar	neunkirchen-saar	SL	00	10043	49.3366	7.2191	
66540	Neunkirchen/Saar	neunkirchen-saar	SL	00	10043	49.367	7.1841	
66557	Illingen	illingen	SL	00	10043	49.3736	7.0476	4
66564	Ottweiler	ottweiler	SL	00	10043	49.4013	7.1642	4
66571	Eppelborn	eppelborn	SL	00	10043	49.4	6.9667	4
66578	Schiffweiler	schiffweiler	SL	00	10043	49.3667	7.1333	4
66583	Spiesen-Elversberg	spiesen-elversberg	SL	00	10043	49.3167	7.1333	4
66589	Merchweiler	merchweiler	SL	00	10043	49.35	7.05	4
66606	Sankt Wendel	sankt-wendel	SL	00	10046	49.4663	7.1681	4
66620	Nonnweiler	nonnweiler	SL	00	10046	49.6076	6.9699	4
66625	Nohfelden	nohfelden	SL	00	10046	49.5759	7.0808	4
66629	Freisen	freisen	SL	00	10046	49.55	7.25	4
66636	Tholey	tholey	SL	00	10046	49.4837	7.0369	4
66640	Namborn	namborn	SL	00	10046	49.5217	7.1407	4
66646	Marpingen	marpingen	SL	00	10046	49.4523	7.0582	4
66649	Oberthal	oberthal	SL	00	10046	49.5126	7.0838	4
66663	Merzig	merzig	SL	00	10042	49.4433	6.6387	4
66679	Losheim am See	losheim-am-see	SL	00	10042	49.5181	6.735	4
66687	Wadern	wadern	SL	00	10042	49.5412	6.8877	4
66693	Mettlach	mettlach	SL	00	10042	49.4936	6.5969	4
66701	Beckingen	beckingen	SL	00	10042	49.4	6.7	4
66706	Perl	perl	SL	00	10042	49.4717	6.3813	4
66709	Weiskirchen	weiskirchen	SL	00	10042	49.55	6.8167	4
66740	Saarlouis	saarlouis	SL	00	10044	49.3137	6.7515	4
66763	Dillingen	dillingen	SL	00	10044	49.3556	6.7278	4
66773	Schwalbach	schwalbach	SL	00	10044	49.3	6.8167	4
66780	Rehlingen-Siersburg	rehlingen-siersburg	SL	00	10044	49.3756	6.6844	4
66787	Wadgassen	wadgassen	SL	00	10044	49.2667	6.7833	4
66793	Saarwellingen	saarwellingen	SL	00	10044	49.3543	6.8049	4
66798	Wallerfangen	wallerfangen	SL	00	10044	49.3275	6.711	4
66802	Überherrn	uberherrn	SL	00	10044	49.2419	6.6984	4
66806	Ensdorf	ensdorf	SL	00	10044	49.3	6.7833	4
66809	Nalbach	nalbach	SL	00	10044	49.3833	6.7833	4
66822	Lebach	lebach	SL	00	10044	49.4112	6.9099	4
66839	Schmelz	schmelz	SL	00	10044	49.4333	6.85	4
01067	Dresden Innere Altstadt	dresden-innere-altstadt	SN	00	14612	51.0507	13.7366	
01067	Dresden	dresden	SN	00	14612	51.0547	13.7269	4
01067	Dresden Friedrichstadt	dresden-friedrichstadt	SN	00	14612	51.0587	13.7172	4
01069	Dresden	dresden	SN	00	14612	51.043	13.7373	4
01097	Dresden	dresden	SN	00	14612	51.0714	13.7399	4
01099	Dresden	dresden	SN	00	14612	51.0783	13.8051	4
01108	Marsdorf	marsdorf	SN	00	14612	51.1634	13.7666	4
01108	Weixdorf	weixdorf	SN	00	14612	51.1481	13.7983	4
01108	Dresden	dresden	SN	00	14612	51.1557	13.7825	4
01109	Hellerau	hellerau	SN	00	14612	51.1167	13.75	4
01109	Wilschdorf	wilschdorf	SN	00	14612	51.122	13.7218	4
01109	Dresden	dresden	SN	00	14612	51.1164	13.7468	4
01109	Klotzsche	klotzsche	SN	00	14612	51.1105	13.7686	4
01127	Dresden	dresden	SN	00	14612	51.079	13.7208	4
01129	Dresden	dresden	SN	00	14612	51.0967	13.736	4
01139	Dresden	dresden	SN	00	14612	51.0836	13.6981	4
01156	Dresden	dresden	SN	00	14612	51.0494	13.6214	4
01156	Dresden Gompitz, Unkersdorf	dresden-gompitz-unkersdorf	SN	00	14612	51.0572	13.5903	
01156	Dresden Gompitz	dresden-gompitz	SN	00	14612	51.0504	13.62	4
01156	Dresden Altfranken	dresden-altfranken	SN	00	14612	51.0412	13.6327	4
01156	Dresden Gompitz, Gompitz	dresden-gompitz-gompitz	SN	00	14612	51.0462	13.6617	
01156	Dresden Gompitz, Ockerwitz	dresden-gompitz-ockerwitz	SN	00	14612	51.0567	13.6424	
01156	Dresden Gompitz, Pennrich	dresden-gompitz-pennrich	SN	00	14612	51.05	13.6238	
01156	Dresden Gompitz, Roitzsch	dresden-gompitz-roitzsch	SN	00	14612	51.0551	13.6071	
01156	Dresden Gompitz, Zöllmen	dresden-gompitz-zollmen	SN	00	14612	51.0409	13.611	
01156	Dresden Gompitz, Steinbach	dresden-gompitz-steinbach	SN	00	14612	51.0471	13.6039	
01157	Dresden	dresden	SN	00	14612	51.0707	13.6729	4
01159	Dresden	dresden	SN	00	14612	51.0452	13.6996	4
01169	Dresden	dresden	SN	00	14612	51.0443	13.6738	4
01187	Dresden	dresden	SN	00	14612	51.0281	13.6943	4
01189	Dresden	dresden	SN	00	14612	51.05	13.75	4
01217	Dresden	dresden	SN	00	14612	51.05	13.75	4
01219	Dresden	dresden	SN	00	14612	51.021	13.7679	4
01237	Dresden	dresden	SN	00	14612	51.013	13.7988	4
01239	Dresden	dresden	SN	00	14612	51.0066	13.8089	4
01257	Dresden	dresden	SN	00	14612	51.0114	13.8054	4
01259	Dresden	dresden	SN	00	14612	51.05	13.75	4
01277	Dresden Striesen	dresden-striesen	SN	00	14612	51.0427	13.8009	4
01277	Dresden Tolkewitz	dresden-tolkewitz	SN	00	14612	51.035	13.8102	4
01277	Dresden	dresden	SN	00	14612	51.05	13.75	4
01279	Dresden Tolkewitz	dresden-tolkewitz	SN	00	14612	51.035	13.8102	4
01279	Dresden	dresden	SN	00	14612	51.05	13.75	4
01307	Dresden	dresden	SN	00	14612	51.05	13.75	4
01309	Dresden Blasewitz	dresden-blasewitz	SN	00	14612	51.0519	13.8067	4
01309	Dresden	dresden	SN	00	14612	51.05	13.75	4
01324	Dresden	dresden	SN	00	14612	51.05	13.75	4
01326	Dresden	dresden	SN	00	14612	51.0538	13.8155	4
01328	Dresden	dresden	SN	00	14612	51.05	13.75	4
01445	Radebeul	radebeul	SN	00	14627	51.1065	13.6605	4
01454	Radeberg	radeberg	SN	00	14625	51.1111	13.912	4
01454	Wachau	wachau	SN	00	14625	51.1617	13.9065	4
01458	Ottendorf-Okrilla	ottendorf-okrilla	SN	00	14625	51.1833	13.8333	4
01465	Dresden	dresden	SN	00	14612	51.05	13.75	4
01465	Dresden Langebrück	dresden-langebruck	SN	00	14612	51.1333	13.85	4
01468	Moritzburg	moritzburg	SN	00	14627	51.1592	13.6802	4
01471	Radeburg	radeburg	SN	00	14627	51.2152	13.7281	4
01477	Arnsdorf	arnsdorf	SN	00	14625	51.0942	13.9918	4
01558	Großenhain	grossenhain	SN	00	14627	51.2895	13.5335	4
01561	Thiendorf	thiendorf	SN	00	14627	51.2938	13.7412	4
01561	Zabeltitz	zabeltitz	SN	00	14627	51.3515	13.5046	4
01561	Tauscha	tauscha	SN	00	14627	51.2667	13.8	4
01561	Lampertswalde	lampertswalde	SN	00	14627	51.3111	13.6769	4
01561	Priestewitz	priestewitz	SN	00	14627	51.25	13.5167	4
01561	Wildenhain	wildenhain	SN	00	14627	51.3076	13.4768	4
01561	Schönfeld	schonfeld	SN	00	14627	51.3	13.7	4
01561	Ebersbach	ebersbach	SN	00	14627	51.2333	13.65	4
01561	Weißig am Raschütz	weissig-am-raschutz	SN	00	14627	51.3455	13.6558	4
01587	Riesa	riesa	SN	00	14627	51.2991	13.2848	4
01589	Riesa	riesa	SN	00	14627	51.3026	13.3097	4
01591	Riesa	riesa	SN	00	14627	51.3	13.3	4
01594	Hirschstein	hirschstein	SN	00	14627	51.2583	13.4	
01594	Stauchitz	stauchitz	SN	00	14627	51.2435	13.2144	4
01609	Nauwalde	nauwalde	SN	00	14627	51.4184	13.4097	4
01609	Gröditz	groditz	SN	00	14627	51.3963	13.401	
01609	Wülknitz	wulknitz	SN	00	14627	51.3667	13.4	4
01612	Nünchritz	nunchritz	SN	00	14627	51.2999	13.3856	4
01612	Diesbar-Seußlitz	diesbar-seusslitz	SN	00	14627	51.2733	13.4167	
01612	Glaubitz	glaubitz	SN	00	14627	51.325	13.3782	4
01616	Strehla	strehla	SN	00	14627	51.3525	13.2266	4
01619	Zeithain	zeithain	SN	00	14627	51.3336	13.3381	4
01619	Röderaue	roderaue	SN	00	14627	51.3875	13.4583	
01623	Lommatzsch	lommatzsch	SN	00	14627	51.1954	13.3092	4
01623	Ketzerbachtal	ketzerbachtal	SN	00	14627	51.1116	13.3109	
01623	Leuben-Schleinitz	leuben-schleinitz	SN	00	14627	51.1524	13.3333	
01640	Coswig	coswig	SN	00	14627	51.132	13.5831	4
01662	Meißen	meissen	SN	00	14627	51.1649	13.4859	4
01665	Klipphausen	klipphausen	SN	00	14627	51.0684	13.5137	4
01665	Taubenheim	taubenheim	SN	00	14627	51.0952	13.4659	4
01665	Käbschütztal	kabschutztal	SN	00	14627	51.1484	13.3901	4
01665	Diera-Zehren	diera-zehren	SN	00	14627	51.2	13.425	
01665	Triebischtal	triebischtal	SN	00	14627	51.0894	13.4182	
01683	Nossen	nossen	SN	00	14627	51.0712	13.3363	4
01683	Heynitz	heynitz	SN	00	14627	51.0926	13.3833	4
01689	Niederau	niederau	SN	00	14627	51.144	13.5707	
01689	Weinböhla	weinbohla	SN	00	14627	51.1667	13.5667	4
01705	Freital	freital	SN	00	14628	51.0017	13.6488	4
01723	Wilsdruff	wilsdruff	SN	00	14628	51.052	13.5366	4
01728	Bannewitz	bannewitz	SN	00	14628	50.9929	13.7171	4
01731	Kreischa	kreischa	SN	00	14628	50.9453	13.7551	4
01734	Rabenau	rabenau	SN	00	14628	50.9648	13.6431	4
01737	Tharandt	tharandt	SN	00	14628	50.9791	13.5236	4
01738	Dorfhain	dorfhain	SN	00	14628	50.9333	13.5667	4
01744	Dippoldiswalde	dippoldiswalde	SN	00	14628	50.8962	13.6691	4
01762	Hartmannsdorf-Reichenau	hartmannsdorf-reichenau	SN	00	14628	50.8167	13.575	4
01762	Schmiedeberg	schmiedeberg	SN	00	14628	50.8364	13.6762	4
01768	Bärenstein	barenstein	SN	00	14628	50.8013	13.7977	4
01768	Glashütte	glashutte	SN	00	14628	50.852	13.7798	4
01768	Reinhardtsgrimma	reinhardtsgrimma	SN	00	14628	50.8927	13.7553	4
01773	Altenberg	altenberg	SN	00	14628	50.7656	13.7533	4
01774	Pretzschendorf	pretzschendorf	SN	00	14628	50.8739	13.525	4
01774	Höckendorf	hockendorf	SN	00	14628	50.9252	13.5891	4
01776	Hermsdorf/Erzgebirge	hermsdorf-erzgebirge	SN	00	14628	50.75	13.6333	4
01778	Geising	geising	SN	00	14628	50.7574	13.7928	4
01796	Struppen	struppen	SN	00	14628	50.9333	14.0167	4
01796	Pirna	pirna	SN	00	14628	50.9584	13.937	4
01796	Dohma	dohma	SN	00	14628	50.9167	13.9333	4
01809	Müglitztal	muglitztal	SN	00	14628	50.9119	13.8167	
01809	Dohna	dohna	SN	00	14628	50.9562	13.8584	4
01809	Heidenau	heidenau	SN	00	14628	50.9722	13.8674	4
01814	Porschdorf	porschdorf	SN	00	14628	50.9418	14.1269	4
01814	Rathmannsdorf	rathmannsdorf	SN	00	14628	50.9299	14.1422	4
01814	Bad Schandau	bad-schandau	SN	00	14628	50.9174	14.1549	4
01814	Reinhardtsdorf-Schöna	reinhardtsdorf-schona	SN	00	14628	50.895	14.2	
01816	Bad Gottleuba-Berggießhübel	bad-gottleuba-berggiesshubel	SN	00	14628	50.8583	13.95	4
01819	Bahretal	bahretal	SN	00	14628	50.8875	13.9	4
01824	Königstein/Sächsische Schweiz	konigstein-sachsische-schweiz	SN	00	14628	50.9167	14.0667	
01824	Rathen	rathen	SN	00	14628	50.9585	14.0876	4
01824	Gohrisch	gohrisch	SN	00	14628	50.9042	14.1292	
01824	Rosenthal-Bielatal	rosenthal-bielatal	SN	00	14628	50.8667	14.05	
01825	Liebstadt	liebstadt	SN	00	14628	50.8642	13.8569	4
01829	Stadt Wehlen	stadt-wehlen	SN	00	14628	50.9582	14.0309	4
01833	Dürrröhrsdorf-Dittersbach	durrrohrsdorf-dittersbach	SN	00	14628	51.0333	14	
01833	Stolpen	stolpen	SN	00	14628	51.049	14.0794	4
01844	Neustadt in Sachsen	neustadt-in-sachsen	SN	00	14628	51.0284	14.2179	4
01844	Hohwald	hohwald	SN	00	14628	51.0444	14.225	
01847	Lohmen	lohmen	SN	00	14628	50.9883	14.0027	4
01848	Hohnstein	hohnstein	SN	00	14628	50.9799	14.1141	4
01855	Sebnitz	sebnitz	SN	00	14628	50.9754	14.2758	4
01855	Kirnitzschtal	kirnitzschtal	SN	00	14628	50.9433	14.2467	
01877	Demitz-Thumitz	demitz-thumitz	SN	00	14625	51.1415	14.2472	4
01877	Rammenau	rammenau	SN	00	14625	51.1304	14.222	
01877	Bischofswerda	bischofswerda	SN	00	14625	51.1277	14.1797	4
01877	Doberschau-Gaußig	doberschau-gaussig	SN	00	14625	51.1417	14.3573	
01877	Schmölln-Putzkau	schmolln-putzkau	SN	00	14625	51.1167	14.2333	
01896	Pulsnitz	pulsnitz	SN	00	14625	51.1832	14.0142	4
01896	Ohorn	ohorn	SN	00	14625	51.172	14.0467	4
01896	Lichtenberg	lichtenberg	SN	00	14625	51.1833	13.9667	4
01900	Großröhrsdorf	grossrohrsdorf	SN	00	14625	51.1453	14.0192	4
01900	Bretnig-Hauswalde	bretnig-hauswalde	SN	00	14625	51.15	14.0833	
01904	Steinigtwolmsdorf	steinigtwolmsdorf	SN	00	14625	51.0631	14.3454	4
01904	Neukirch/Lausitz	neukirch-lausitz	SN	00	14625	51.0973	14.3079	4
01906	Burkau	burkau	SN	00	14625	51.1758	14.1733	4
01909	Frankenthal	frankenthal	SN	00	14625	51.1313	14.1089	4
01909	Großharthau	grossharthau	SN	00	14625	51.1069	14.0991	4
01917	Kamenz	kamenz	SN	00	14625	51.268	14.0937	4
01920	Steina	steina	SN	00	14625	51.2	14.05	4
01920	Crostwitz	crostwitz	SN	00	14625	51.2383	14.2434	4
01920	Nebelschütz	nebelschutz	SN	00	14625	51.2623	14.1585	4
01920	Räckelwitz	rackelwitz	SN	00	14625	51.25	14.2333	4
01920	Elstra	elstra	SN	00	14625	51.2217	14.132	4
01920	Panschwitz-Kuckau	panschwitz-kuckau	SN	00	14625	51.2333	14.2	4
01920	Schönteichen	schonteichen	SN	00	14625	51.3	14.05	
01920	Haselbachtal	haselbachtal	SN	00	14625	51.2727	14.1387	
01920	Oßling	ossling	SN	00	14625	51.36	14.1657	4
01920	Ralbitz-Rosenthal	ralbitz-rosenthal	SN	00	14625	51.2917	14.2417	
01936	Königsbrück	konigsbruck	SN	00	14625	51.2645	13.9054	4
01936	Haselbachtal	haselbachtal	SN	00	14625	51.2357	14.0258	4
01936	Neukirch	neukirch	SN	00	14625	51.2833	13.9833	4
01936	Schwepnitz	schwepnitz	SN	00	14625	51.3281	13.9577	4
01936	Großnaundorf	grossnaundorf	SN	00	14625	51.2	13.9333	4
01936	Laußnitz	laussnitz	SN	00	14625	51.25	13.8833	4
01936	Straßgräbchen	strassgrabchen	SN	00	14625	51.3521	14.064	4
01936	Oberlichtenau	oberlichtenau	SN	00	14625	51.2187	13.9899	4
02625	Bautzen	bautzen	SN	00	14625	51.1825	14.4292	4
02627	Weißenberg	weissenberg	SN	00	14625	51.1964	14.6587	4
02627	Radibor	radibor	SN	00	14625	51.2448	14.3984	4
02627	Hochkirch	hochkirch	SN	00	14625	51.149	14.5706	4
02627	Kubschütz	kubschutz	SN	00	14625	51.1667	14.5	4
02633	Göda	goda	SN	00	14625	51.178	14.3195	4
02633	Doberschau-Gaußig	doberschau-gaussig	SN	00	14625	51.1417	14.3573	
02681	Wilthen	wilthen	SN	00	14625	51.0975	14.3929	4
02681	Crostau	crostau	SN	00	14625	51.0846	14.4559	4
02681	Schirgiswalde	schirgiswalde	SN	00	14625	51.0764	14.4283	4
02681	Kirschau	kirschau	SN	00	14625	51.0932	14.4284	4
02689	Sohland an der Spree	sohland-an-der-spree	SN	00	14625	51.0471	14.4298	
02692	Großpostwitz/Oberlausitz	grosspostwitz-oberlausitz	SN	00	14625	51.1167	14.45	4
02692	Doberschau-Gaußig	doberschau-gaussig	SN	00	14625	51.1417	14.3573	
02692	Eulowitz	eulowitz	SN	00	14625	51.1116	14.4566	4
02692	Obergurig	obergurig	SN	00	14625	51.1329	14.4049	4
02694	Guttau	guttau	SN	00	14625	51.259	14.5613	4
02694	Großdubrau	grossdubrau	SN	00	14625	51.2542	14.459	4
02694	Malschwitz	malschwitz	SN	00	14625	51.2376	14.5216	4
02699	Königswartha	konigswartha	SN	00	14625	51.3103	14.328	4
02699	Neschwitz	neschwitz	SN	00	14625	51.2706	14.329	4
02699	Puschwitz	puschwitz	SN	00	14625	51.255	14.3011	4
02708	Löbau	lobau	SN	00	14626	51.0995	14.6674	4
02708	Kittlitz	kittlitz	SN	00	14626	51.1314	14.6756	4
02708	Rosenbach	rosenbach	SN	00	14626	51.088	14.736	
02708	Dürrhennersdorf	durrhennersdorf	SN	00	14626	51.0486	14.6038	4
02708	Niedercunnersdorf	niedercunnersdorf	SN	00	14626	51.054	14.6583	4
02708	Obercunnersdorf	obercunnersdorf	SN	00	14626	51.0312	14.6724	4
02708	Schönbach	schonbach	SN	00	14626	51.0667	14.5667	4
02708	Großschweidnitz	grossschweidnitz	SN	00	14626	51.0694	14.643	4
02708	Lawalde	lawalde	SN	00	14626	51.0833	14.6	4
02727	Neugersdorf	neugersdorf	SN	00	14626	50.9773	14.6088	4
02730	Ebersbach/Sachsen	ebersbach-sachsen	SN	00	14626	51.0167	14.5833	
02733	Cunewalde	cunewalde	SN	00	14625	51.1	14.5167	4
02736	Oppach	oppach	SN	00	14626	51.0667	14.5	4
02736	Beiersdorf	beiersdorf	SN	00	14626	51.074	14.5383	4
02739	Eibau	eibau	SN	00	14626	50.9827	14.6621	4
02742	Friedersdorf	friedersdorf	SN	00	14626	51.0242	14.5625	4
02742	Neusalza-Spremberg	neusalza-spremberg	SN	00	14626	51.0395	14.5356	4
02747	Herrnhut	herrnhut	SN	00	14626	51.0162	14.7438	4
02747	Strahwalde	strahwalde	SN	00	14626	51.029	14.7239	4
02747	Großhennersdorf	grosshennersdorf	SN	00	14626	50.986	14.7878	4
02747	Berthelsdorf	berthelsdorf	SN	00	14626	51.0278	14.7569	4
02748	Bernstadt auf dem Eigen	bernstadt-auf-dem-eigen	SN	00	14626	51.05	14.85	
02763	Zittau	zittau	SN	00	14626	50.8977	14.8076	4
02763	Bertsdorf-Hörnitz	bertsdorf-hornitz	SN	00	14626	50.8859	14.737	4
02763	Mittelherwigsdorf	mittelherwigsdorf	SN	00	14626	50.9167	14.7667	4
02779	Großschönau	grossschonau	SN	00	14626	50.9	14.6833	4
02779	Hainewalde	hainewalde	SN	00	14626	50.9101	14.7039	4
02782	Seifhennersdorf	seifhennersdorf	SN	00	14626	50.9349	14.6019	4
02785	Olbersdorf	olbersdorf	SN	00	14626	50.873	14.7704	4
02788	Hirschfelde	hirschfelde	SN	00	14626	50.9444	14.8851	4
02788	Schlegel	schlegel	SN	00	14626	50.9778	14.8769	4
02788	Hirschfelde Dittelsdorf	hirschfelde-dittelsdorf	SN	00	14626	50.95	14.8833	
02791	Oderwitz	oderwitz	SN	00	14626	50.9583	14.7083	4
02794	Leutersdorf	leutersdorf	SN	00	14626	50.95	14.65	4
02796	Jonsdorf	jonsdorf	SN	00	14626	50.85	14.7	4
02797	Oybin	oybin	SN	00	14626	50.85	14.75	4
02799	Waltersdorf	waltersdorf	SN	00	14626	50.8703	14.6503	4
02826	Görlitz	gorlitz	SN	00	14626	51.1503	14.9829	4
02827	Görlitz	gorlitz	SN	00	14626	51.149	14.9534	4
02828	Görlitz	gorlitz	SN	00	14626	51.1687	14.9693	4
02829	Neißeaue	neisseaue	SN	00	14626	51.25	14.8528	
02829	Königshain	konigshain	SN	00	14626	51.1833	14.8667	4
02829	Schöpstal	schopstal	SN	00	14626	51.1833	14.8933	
02829	Markersdorf	markersdorf	SN	00	14626	51.1333	14.8833	4
02894	Sohland am Rotstein	sohland-am-rotstein	SN	00	14626	51.1164	14.7837	4
02894	Vierkirchen	vierkirchen	SN	00	14626	51.1929	14.7476	
02894	Reichenbach/Oberlausitz	reichenbach-oberlausitz	SN	00	14626	51.15	14.8	4
02899	Schönau-Berzdorf auf dem Eigen	schonau-berzdorf-auf-dem-eigen	SN	00	14626	51.0667	14.9	4
02899	Ostritz	ostritz	SN	00	14626	51.0145	14.9306	4
02906	Klitten	klitten	SN	00	14626	51.3511	14.6053	4
02906	Quitzdorf am See	quitzdorf-am-see	SN	00	14626	51.2833	14.7667	
02906	Mücka	mucka	SN	00	14626	51.3167	14.7	4
02906	Waldhufen	waldhufen	SN	00	14626	51.2333	14.7917	
02906	Hohendubrau	hohendubrau	SN	00	14626	51.2444	14.6713	4
02906	Niesky	niesky	SN	00	14626	51.2924	14.8211	4
02906	Kreba-Neudorf	kreba-neudorf	SN	00	14626	51.3417	14.6917	
02923	Horka	horka	SN	00	14626	51.3	14.9	4
02923	Hähnichen	hahnichen	SN	00	14626	51.3654	14.861	4
02923	Neißeaue	neisseaue	SN	00	14626	51.25	14.8528	
02923	Kodersdorf	kodersdorf	SN	00	14626	51.2427	14.8934	4
02929	Rothenburg/Oberlausitz	rothenburg-oberlausitz	SN	00	14626	51.3635	14.9461	4
02943	Weißwasser	weisswasser	SN	00	14626	51.504	14.6402	4
02943	Boxberg/Oberlausitz	boxberg-oberlausitz	SN	00	14626	51.4	14.5667	4
02953	Gablenz	gablenz	SN	00	14626	51.5333	14.6667	4
02953	Bad Muskau	bad-muskau	SN	00	14626	51.5505	14.7124	4
02956	Rietschen	rietschen	SN	00	14626	51.4	14.7833	4
02957	Weißkeißel	weisskeissel	SN	00	14626	51.4941	14.7152	4
02957	Krauschwitz	krauschwitz	SN	00	14626	51.5215	14.7121	4
02959	Schleife	schleife	SN	00	14626	51.5333	14.5333	4
02959	Groß Düben	gross-duben	SN	00	14626	51.5667	14.5667	4
02959	Trebendorf	trebendorf	SN	00	14626	51.5333	14.5667	4
02977	Hoyerswerda	hoyerswerda	SN	00	14625	51.4379	14.2355	4
02979	Spreetal	spreetal	SN	00	14625	51.5167	14.3667	4
02979	Elsterheide	elsterheide	SN	00	14625	51.5	14.1667	
02991	Leippe-Torno	leippe-torno	SN	00	14625	51.425	14.075	
02991	Lauta	lauta	SN	00	14625	51.4542	14.1049	4
02991	Elsterheide	elsterheide	SN	00	14625	51.5	14.1667	
02994	Wiednitz	wiednitz	SN	00	14625	51.3861	14.0268	4
02994	Bernsdorf	bernsdorf	SN	00	14625	51.3735	14.0689	4
02997	Wittichenau	wittichenau	SN	00	14625	51.385	14.244	4
02999	Knappensee	knappensee	SN	00	14625	51.3667	14.3222	
02999	Uhyst	uhyst	SN	00	14626	51.3647	14.506	4
02999	Lohsa	lohsa	SN	00	14625	51.3833	14.4	4
04103	Leipzig	leipzig	SN	00	14713	51.3405	12.3827	4
04105	Leipzig	leipzig	SN	00	14713	51.3489	12.3688	4
04107	Leipzig	leipzig	SN	00	14713	51.3667	12.3833	4
04109	Leipzig	leipzig	SN	00	14713	51.342	12.375	4
04129	Leipzig	leipzig	SN	00	14713	51.3674	12.3909	4
04155	Leipzig	leipzig	SN	00	14713	51.3667	12.3833	4
04157	Leipzig	leipzig	SN	00	14713	51.3775	12.3599	4
04158	Breitenfeld	breitenfeld	SN	00	14713	51.4035	12.3418	4
04159	Leipzig	leipzig	SN	00	14713	51.3717	12.3321	4
04177	Leipzig	leipzig	SN	00	14713	51.3425	12.323	4
04178	Burghausen	burghausen	SN	00	14713	51.3566	12.2643	4
04179	Leipzig	leipzig	SN	00	14713	51.329	12.3115	4
04205	Leipzig	leipzig	SN	00	14713	51.3209	12.2793	4
04207	Leipzig	leipzig	SN	00	14713	51.312	12.3077	4
04209	Leipzig	leipzig	SN	00	14713	51.3148	12.2912	4
04229	Leipzig	leipzig	SN	00	14713	51.3254	12.3341	4
04249	Leipzig	leipzig	SN	00	14713	51.3667	12.3833	4
04275	Leipzig	leipzig	SN	00	14713	51.3667	12.3833	4
04277	Leipzig	leipzig	SN	00	14713	51.3667	12.3833	4
04279	Leipzig	leipzig	SN	00	14713	51.3667	12.3833	4
04288	Leipzig	leipzig	SN	00	14713	51.3667	12.3833	4
04289	Leipzig	leipzig	SN	00	14713	51.3667	12.3833	4
04299	Leipzig	leipzig	SN	00	14713	51.3667	12.3833	4
04315	Leipzig	leipzig	SN	00	14713	51.3667	12.3833	4
04316	Leipzig	leipzig	SN	00	14713	51.3667	12.3833	4
04317	Leipzig	leipzig	SN	00	14713	51.3329	12.4047	4
04318	Leipzig	leipzig	SN	00	14713	51.3332	12.4195	4
04319	Leipzig	leipzig	SN	00	14713	51.3667	12.3833	4
04328	Sellerhausen-Stünz	sellerhausen-stunz	SN	00	14713	51.348	12.4313	4
04329	Leipzig	leipzig	SN	00	14713	51.3667	12.3833	4
04347	Leipzig	leipzig	SN	00	14713	51.3637	12.4312	4
04349	Leipzig	leipzig	SN	00	14713	51.3667	12.3833	4
04356	Leipzig	leipzig	SN	00	14713	51.3667	12.3833	4
04357	Leipzig	leipzig	SN	00	14713	51.3667	12.3833	4
04416	Markkleeberg	markkleeberg	SN	00	14729	51.2755	12.3691	4
04420	Markranstädt	markranstadt	SN	00	14729	51.3015	12.2202	4
04420	Großlehna	grosslehna	SN	00	14729	51.3069	12.1719	4
04425	Taucha	taucha	SN	00	14730	51.3833	12.4833	4
04435	Schkeuditz	schkeuditz	SN	00	14730	51.3968	12.2214	4
04442	Zwenkau	zwenkau	SN	00	14729	51.2187	12.3301	4
04451	Borsdorf	borsdorf	SN	00	14729	51.35	12.5333	4
04460	Kitzen	kitzen	SN	00	14729	51.2217	12.2235	4
04463	Großpösna	grossposna	SN	00	14729	51.2667	12.5	4
04509	Neukyhna	neukyhna	SN	00	14730	51.5167	12.25	
04509	Zwochau	zwochau	SN	00	14730	51.4647	12.2684	4
04509	Krostitz	krostitz	SN	00	14730	51.4621	12.4536	4
04509	Schönwölkau	schonwolkau	SN	00	14730	51.5167	12.4833	
04509	Zschortau	zschortau	SN	00	14730	51.4793	12.3589	4
04509	Döbernitz	dobernitz	SN	00	14730	51.5124	12.3475	4
04509	Wiedemar	wiedemar	SN	00	14730	51.4667	12.2	4
04509	Delitzsch	delitzsch	SN	00	14730	51.5255	12.3428	4
04509	Löbnitz	lobnitz	SN	00	14730	51.5924	12.4635	4
04519	Rackwitz	rackwitz	SN	00	14730	51.4333	12.3833	4
04523	Elstertrebnitz	elstertrebnitz	SN	00	14729	51.15	12.2333	4
04523	Pegau	pegau	SN	00	14729	51.1671	12.2514	4
04539	Groitzsch	groitzsch	SN	00	14729	51.1554	12.2828	4
04552	Wyhratal	wyhratal	SN	00	14729	51.092	12.52	
04552	Borna	borna	SN	00	14729	51.1242	12.4964	4
04552	Lobstädt	lobstadt	SN	00	14729	51.1336	12.4486	4
04564	Böhlen	bohlen	SN	00	14729	51.2006	12.3862	4
04565	Regis-Breitingen	regis-breitingen	SN	00	14729	51.0888	12.4384	4
04567	Kitzscher	kitzscher	SN	00	14729	51.1644	12.5526	4
04571	Rötha	rotha	SN	00	14729	51.1978	12.4145	4
04574	Deutzen	deutzen	SN	00	14729	51.1122	12.4254	4
04574	Heuersdorf	heuersdorf	SN	00	14729	51.1181	12.3907	4
04575	Neukieritzsch	neukieritzsch	SN	00	14729	51.1499	12.4109	4
04579	Espenhain	espenhain	SN	00	14729	51.1893	12.4789	4
04643	Geithain	geithain	SN	00	14729	51.0553	12.6967	4
04651	Eulatal	eulatal	SN	00	14729	51.1	12.6333	
04651	Bad Lausick	bad-lausick	SN	00	14729	51.145	12.6445	4
04654	Frohburg	frohburg	SN	00	14729	51.0572	12.5575	4
04655	Kohren-Sahlis	kohren-sahlis	SN	00	14729	51.0188	12.6042	4
04657	Narsdorf	narsdorf	SN	00	14729	51.0167	12.7167	4
04668	Thümmlitzwalde	thummlitzwalde	SN	00	14729	51.1817	12.9175	
04668	Otterwisch	otterwisch	SN	00	14729	51.2	12.6167	4
04668	Großbothen	grossbothen	SN	00	14729	51.1878	12.751	4
04668	Parthenstein	parthenstein	SN	00	14729	51.2567	12.64	
04668	Großbardau	grossbardau	SN	00	14729	51.2042	12.6985	4
04668	Grimma	grimma	SN	00	14729	51.2337	12.7196	4
04680	Colditz	colditz	SN	00	14729	51.1282	12.803	4
04680	Zschadraß	zschadrass	SN	00	14729	51.1333	12.8167	4
04683	Belgershain	belgershain	SN	00	14729	51.2333	12.55	4
04683	Naunhof	naunhof	SN	00	14729	51.2777	12.5883	4
04685	Nerchau	nerchau	SN	00	14729	51.2709	12.7891	4
04687	Trebsen/Mulde	trebsen-mulde	SN	00	14729	51.2833	12.75	4
04688	Mutzschen	mutzschen	SN	00	14729	51.2616	12.8913	4
04703	Gersdorf	gersdorf	SN	00	14522	51.1122	12.9389	4
04703	Bockelwitz	bockelwitz	SN	00	14522	51.1994	12.9562	4
04703	Leisnig	leisnig	SN	00	14522	51.1574	12.9279	4
04720	Zschaitz-Ottewig	zschaitz-ottewig	SN	00	14522	51.175	13.2	
04720	Mochau	mochau	SN	00	14522	51.1333	13.1833	4
04720	Großweitzschen	grossweitzschen	SN	00	14522	51.1585	13.0452	4
04720	Ziegra-Knobelsdorf	ziegra-knobelsdorf	SN	00	14522	51.0917	13.075	
04720	Döbeln	dobeln	SN	00	14522	51.1221	13.1103	4
04720	Ebersbach	ebersbach	SN	00	14522	51.099	13.1135	4
04736	Waldheim	waldheim	SN	00	14522	51.0728	13.02	4
04741	Roßwein	rosswein	SN	00	14522	51.0659	13.1831	4
04741	Niederstriegis	niederstriegis	SN	00	14522	51.0824	13.1493	4
04746	Hartha	hartha	SN	00	14522	51.0986	12.9739	4
04749	Ostrau	ostrau	SN	00	14522	51.2	13.1667	4
04758	Oschatz	oschatz	SN	00	14730	51.3	13.1098	4
04758	Liebschützberg	liebschutzberg	SN	00	14730	51.3333	13.1588	
04758	Cavertitz	cavertitz	SN	00	14730	51.3833	13.1333	4
04769	Naundorf	naundorf	SN	00	14730	51.2572	13.1081	4
04769	Mügeln	mugeln	SN	00	14730	51.2362	13.0457	4
04769	Sornzig-Ablaß	sornzig-ablass	SN	00	14730	51.2222	13.0167	
04774	Dahlen	dahlen	SN	00	14730	51.3649	12.9988	4
04779	Wermsdorf	wermsdorf	SN	00	14730	51.2833	12.95	4
04808	Hohburg	hohburg	SN	00	14729	51.4117	12.8051	4
04808	Kühren-Burkartshain	kuhren-burkartshain	SN	00	14729	51.3296	12.8259	
04808	Falkenhain	falkenhain	SN	00	14729	51.3989	12.8708	4
04808	Thallwitz	thallwitz	SN	00	14729	51.4333	12.6833	4
04808	Wurzen	wurzen	SN	00	14729	51.3868	12.8041	
04821	Brandis	brandis	SN	00	14729	51.336	12.6102	4
04824	Beucha	beucha	SN	00	14729	51.3231	12.5622	4
04827	Machern	machern	SN	00	14729	51.3667	12.6333	4
04828	Bennewitz	bennewitz	SN	00	14729	51.3607	12.7138	4
04838	Jesewitz	jesewitz	SN	00	14730	51.4333	12.5	
04838	Eilenburg	eilenburg	SN	00	14730	51.4598	12.6334	4
04838	Zschepplin	zschepplin	SN	00	14730	51.5	12.6	4
04838	Doberschütz	doberschutz	SN	00	14730	51.4987	12.7479	4
04838	Mockrehna	mockrehna	SN	00	14730	51.5076	12.8142	4
04838	Laußig	laussig	SN	00	14730	51.5468	12.6293	4
04849	Bad Düben	bad-duben	SN	00	14730	51.5874	12.6437	
04849	Kossa	kossa	SN	00	14730	51.6171	12.682	4
04860	Torgau	torgau	SN	00	14730	51.5602	12.9962	4
04860	Zinna	zinna	SN	00	14730	51.5679	12.9535	4
04860	Pflückuff	pfluckuff	SN	00	14730	51.51	13.0133	
04860	Dreiheide	dreiheide	SN	00	14730	51.5611	12.8889	
04862	Mockrehna	mockrehna	SN	00	14730	51.5	12.8	4
04874	Belgern	belgern	SN	00	14730	51.4826	13.1238	4
04880	Trossin	trossin	SN	00	14730	51.6167	12.8167	4
04880	Dommitzsch	dommitzsch	SN	00	14730	51.6407	12.8794	4
04880	Elsnig	elsnig	SN	00	14730	51.6102	12.9283	4
04886	Großtreben-Zwethau	grosstreben-zwethau	SN	00	14730	51.6042	13.0188	
04886	Arzberg	arzberg	SN	00	14730	51.5289	13.1257	4
04886	Beilrode	beilrode	SN	00	14730	51.5667	13.0667	4
04889	Schildau	schildau	SN	00	14730	51.4572	12.9302	4
07919	Mühltroff	muhltroff	SN	00	14523	50.5392	11.9283	4
07952	Vogtländisches Oberland	vogtlandisches-oberland	SN	00	14523	50.5917	12.0917	
07952	Pausa	pausa	SN	00	14523	50.5817	11.9973	4
07985	Vogtländisches Oberland	vogtlandisches-oberland	SN	00	14523	50.5917	12.0917	
07985	Elsterberg	elsterberg	SN	00	14523	50.6084	12.1679	4
08056	Zwickau	zwickau	SN	00	14524	50.7114	12.4928	4
08058	Zwickau	zwickau	SN	00	14524	50.7439	12.4781	4
08060	Zwickau	zwickau	SN	00	14524	50.7188	12.4601	4
08062	Zwickau	zwickau	SN	00	14524	50.6915	12.4734	4
08064	Zwickau	zwickau	SN	00	14524	50.6752	12.4709	4
08066	Zwickau	zwickau	SN	00	14524	50.7319	12.5251	4
08107	Kirchberg	kirchberg	SN	00	14524	50.6219	12.5245	4
08107	Hartmannsdorf bei Kirchberg	hartmannsdorf-bei-kirchberg	SN	00	14524	50.5833	12.55	
08107	Hirschfeld	hirschfeld	SN	00	14524	50.6333	12.4667	4
08112	Wilkau-Haßlau	wilkau-hasslau	SN	00	14524	50.675	12.5148	4
08115	Lichtentanne	lichtentanne	SN	00	14524	50.6925	12.4259	4
08118	Hartenstein Hartenstein	hartenstein-hartenstein	SN	00	14524	50.6605	12.6731	
08118	Hartenstein	hartenstein	SN	00	14524	50.6624	12.6697	4
08118	Hartenstein Thierfeld	hartenstein-thierfeld	SN	00	14524	50.6735	12.6902	
08118	Hartenstein Zschocken	hartenstein-zschocken	SN	00	14524	50.6707	12.6508	
08132	Mülsen Wulm, Wulm	mulsen-wulm-wulm	SN	00	14524	50.7788	12.5015	
08132	Mülsen Thurm	mulsen-thurm	SN	00	14524	50.7683	12.5482	4
08132	Mülsen Ortmannsdorf, Marienau	mulsen-ortmannsdorf-marienau	SN	00	14524	50.7212	12.6419	
08132	Mülsen Ortmannsdorf	mulsen-ortmannsdorf	SN	00	14524	50.7107	12.6332	4
08132	Mülsen Ortmannsdorf, Neuschönburg	mulsen-ortmannsdorf-neuschonburg	SN	00	14524	50.7089	12.6372	
08132	Mülsen	mulsen	SN	00	14524	50.75	12.5667	4
08132	Mülsen Mülsen Sankt Micheln	mulsen-mulsen-sankt-micheln	SN	00	14524	50.7499	12.5742	
08132	Mülsen Niedermülsen	mulsen-niedermulsen	SN	00	14524	50.7785	12.5344	4
08132	Mülsen Mülsen Sankt Jacob	mulsen-mulsen-sankt-jacob	SN	00	14524	50.7317	12.5839	
08132	Mülsen Stangendorf	mulsen-stangendorf	SN	00	14524	50.7613	12.5658	4
08132	Mülsen Wulm	mulsen-wulm	SN	00	14524	50.7749	12.5059	4
08132	Mülsen Ortmannsdorf, Ortmannsdorf	mulsen-ortmannsdorf-ortmannsdorf	SN	00	14524	50.7055	12.6204	
08132	Mülsen Mülsen Sankt Niclas	mulsen-mulsen-sankt-niclas	SN	00	14524	50.7175	12.6052	
08132	Mülsen Wulm, Bertelsdorf	mulsen-wulm-bertelsdorf	SN	00	14524	50.771	12.5103	
08134	Wildenfels Härtensdorf	wildenfels-hartensdorf	SN	00	14524	50.6762	12.6093	
08134	Langenweißbach Langenbach	langenweissbach-langenbach	SN	00	14524	50.6403	12.6352	4
08134	Wildenfels Wildenfels	wildenfels-wildenfels	SN	00	14524	50.6778	12.5892	
08134	Wildenfels	wildenfels	SN	00	14524	50.6678	12.6089	4
08134	Wildenfels Schönau	wildenfels-schonau	SN	00	14524	50.6571	12.5756	
08134	Langenweißbach	langenweissbach	SN	00	14524	50.64	12.6127	4
08134	Langenweißbach Weißbach	langenweissbach-weissbach	SN	00	14524	50.6293	12.5936	4
08134	Langenweißbach Grünau	langenweissbach-grunau	SN	00	14524	50.6503	12.6093	4
08134	Wildenfels Wiesen	wildenfels-wiesen	SN	00	14524	50.6437	12.5557	
08134	Wildenfels Wiesenburg	wildenfels-wiesenburg	SN	00	14524	50.6462	12.5643	
08141	Reinsdorf	reinsdorf	SN	00	14524	50.6978	12.5555	4
08144	Hirschfeld	hirschfeld	SN	00	14524	50.6333	12.4667	4
08147	Crinitzberg	crinitzberg	SN	00	14524	50.5667	12.5083	4
08209	Auerbach/Vogtland	auerbach-vogtland	SN	00	14523	50.4924	12.4171	
08223	Neustadt/Vogtland	neustadt-vogtland	SN	00	14523	50.4667	12.3333	4
08223	Grünbach	grunbach	SN	00	14523	50.4499	12.3619	4
08223	Werda	werda	SN	00	14523	50.4381	12.3047	4
08223	Falkenstein/Vogtland	falkenstein-vogtland	SN	00	14523	50.4763	12.3703	
08228	Rodewisch	rodewisch	SN	00	14523	50.5308	12.4133	4
08233	Treuen	treuen	SN	00	14523	50.5425	12.3034	4
08236	Ellefeld	ellefeld	SN	00	14523	50.4837	12.3888	4
08237	Steinberg	steinberg	SN	00	14523	50.5389	12.4778	4
08239	Bergen	bergen	SN	00	14523	50.471	12.2745	4
08248	Klingenthal/Sachsen	klingenthal-sachsen	SN	00	14523	50.3667	12.4667	
08258	Markneukirchen	markneukirchen	SN	00	14523	50.3114	12.3295	4
08261	Schöneck/Vogtland	schoneck-vogtland	SN	00	14523	50.3833	12.3167	4
08262	Morgenröthe-Rautenkranz	morgenrothe-rautenkranz	SN	00	14523	50.4463	12.5131	4
08262	Tannenbergsthal/Vogtland	tannenbergsthal-vogtland	SN	00	14523	50.4333	12.4667	
08265	Erlbach	erlbach	SN	00	14523	50.3167	12.3667	4
08267	Zwota	zwota	SN	00	14523	50.351	12.4224	4
08269	Hammerbrücke	hammerbrucke	SN	00	14523	50.435	12.415	4
08280	Aue	aue	SN	00	14521	50.5903	12.7066	4
08289	Schneeberg	schneeberg	SN	00	14521	50.5947	12.6414	4
08294	Lößnitz	lossnitz	SN	00	14521	50.6218	12.7315	4
08297	Zwönitz	zwonitz	SN	00	14521	50.6303	12.81	4
08301	Schlema	schlema	SN	00	14521	50.5981	12.6588	4
08304	Schönheide	schonheide	SN	00	14521	50.5046	12.5216	4
08309	Eibenstock	eibenstock	SN	00	14521	50.4943	12.5998	4
08312	Lauter/Sachsen	lauter-sachsen	SN	00	14521	50.5667	12.7333	4
08315	Bernsbach	bernsbach	SN	00	14521	50.5762	12.7675	4
08318	Hundshübel	hundshubel	SN	00	14521	50.5439	12.5711	4
08321	Zschorlau	zschorlau	SN	00	14521	50.5667	12.65	4
08324	Bockau	bockau	SN	00	14521	50.5421	12.6864	4
08325	Carlsfeld, Erzgebirge	carlsfeld-erzgebirge	SN	00	14521	50.5167	12.6	
08326	Sosa	sosa	SN	00	14521	50.4992	12.6512	4
08328	Stützengrün	stutzengrun	SN	00	14521	50.5333	12.5333	4
08340	Schwarzenberg/Erzgebirge	schwarzenberg-erzgebirge	SN	00	14521	50.5384	12.784	
08340	Beierfeld	beierfeld	SN	00	14521	50.5653	12.7905	4
08344	Grünhain	grunhain	SN	00	14521	50.5802	12.8069	4
08349	Erlabrunn	erlabrunn	SN	00	14521	50.4726	12.7073	4
08349	Johanngeorgenstadt	johanngeorgenstadt	SN	00	14521	50.4325	12.7114	4
08352	Markersbach	markersbach	SN	00	14521	50.5354	12.8615	4
08352	Pöhla	pohla	SN	00	14521	50.5114	12.8189	4
08352	Raschau	raschau	SN	00	14521	50.5313	12.8331	4
08355	Rittersgrün	rittersgrun	SN	00	14521	50.4803	12.7934	4
08359	Breitenbrunn/Erzgebirge	breitenbrunn-erzgebirge	SN	00	14521	50.4667	12.7667	4
08371	Glauchau	glauchau	SN	00	14524	50.8199	12.5449	4
08373	Remse	remse	SN	00	14524	50.85	12.5667	4
08393	Dennheritz	dennheritz	SN	00	14524	50.8141	12.4652	4
08393	Schönberg	schonberg	SN	00	14524	50.8675	12.4913	4
08393	Meerane	meerane	SN	00	14524	50.8469	12.4647	4
08396	Waldenburg	waldenburg	SN	00	14524	50.8765	12.5992	4
08396	Oberwiera	oberwiera	SN	00	14524	50.8833	12.5	
08412	Werdau	werdau	SN	00	14524	50.736	12.3753	4
08412	Leubnitz	leubnitz	SN	00	14524	50.7231	12.3566	4
08427	Fraureuth	fraureuth	SN	00	14524	50.7	12.35	4
08428	Langenbernsdorf	langenbernsdorf	SN	00	14524	50.7558	12.3267	4
08432	Steinpleis	steinpleis	SN	00	14524	50.7142	12.3999	4
08439	Langenhessen	langenhessen	SN	00	14524	50.7625	12.3714	4
08451	Crimmitschau	crimmitschau	SN	00	14524	50.809	12.3461	4
08459	Neukirchen/Pleiße	neukirchen-pleisse	SN	00	14524	50.8	12.3667	4
08468	Heinsdorfergrund	heinsdorfergrund	SN	00	14523	50.6222	12.3722	
08468	Reichenbach/Vogtland	reichenbach-vogtland	SN	00	14523	50.6228	12.3034	4
08485	Lengenfeld	lengenfeld	SN	00	14523	50.5694	12.3641	4
08491	Netzschkau	netzschkau	SN	00	14523	50.6141	12.2438	4
08491	Limbach	limbach	SN	00	14523	50.5833	12.25	4
08496	Neumark	neumark	SN	00	14523	50.6601	12.3562	4
08499	Mylau	mylau	SN	00	14523	50.6186	12.2654	4
08523	Plauen	plauen	SN	00	14523	50.4942	12.1353	4
08525	Plauen	plauen	SN	00	14523	50.5106	12.13	4
08527	Plauen	plauen	SN	00	14523	50.4935	12.1272	4
08529	Plauen	plauen	SN	00	14523	50.4921	12.1775	4
08538	Burgstein	burgstein	SN	00	14523	50.4167	12.0167	
08538	Weischlitz	weischlitz	SN	00	14523	50.4371	12.0112	4
08538	Reuth	reuth	SN	00	14523	50.4697	11.9594	4
08539	Mehltheuer	mehltheuer	SN	00	14523	50.5453	12.037	4
08541	Neuensalz	neuensalz	SN	00	14523	50.5	12.2167	4
08541	Theuma	theuma	SN	00	14523	50.4701	12.2219	4
08543	Pöhl	pohl	SN	00	14523	50.55	12.1833	4
08547	Jößnitz	jossnitz	SN	00	14523	50.5	12.1333	
08548	Syrau	syrau	SN	00	14523	50.543	12.0793	4
08606	Mühlental	muhlental	SN	00	14523	50.4519	12.4815	
08606	Bösenbrunn	bosenbrunn	SN	00	14523	50.397	12.1	4
08606	Tirpersdorf	tirpersdorf	SN	00	14523	50.4333	12.25	4
08606	Oelsnitz	oelsnitz	SN	00	14523	50.4147	12.1695	4
08606	Triebel/Vogtland	triebel-vogtland	SN	00	14523	50.35	12.1333	
08626	Adorf	adorf	SN	00	14523	50.3201	12.2599	4
08626	Eichigt	eichigt	SN	00	14523	50.35	12.1667	4
08645	Bad Elster	bad-elster	SN	00	14523	50.2819	12.2343	4
08648	Bad Brambach	bad-brambach	SN	00	14523	50.2167	12.3167	4
09028	Chemnitz, Sachsen	chemnitz-sachsen	SN	00	14511	50.8333	12.9167	
09030	Chemnitz, Sachsen	chemnitz-sachsen	SN	00	14511	50.8333	12.9167	
09111	Chemnitz	chemnitz	SN	00	14511	50.8351	12.9222	4
09112	Chemnitz	chemnitz	SN	00	14511	50.827	12.9043	4
09113	Chemnitz	chemnitz	SN	00	14511	50.8507	12.8951	4
09114	Chemnitz	chemnitz	SN	00	14511	50.8574	12.8977	4
09116	Chemnitz	chemnitz	SN	00	14511	50.8213	12.884	4
09117	Chemnitz	chemnitz	SN	00	14511	50.8179	12.8379	4
09119	Chemnitz	chemnitz	SN	00	14511	50.8203	12.9056	4
09120	Chemnitz	chemnitz	SN	00	14511	50.8056	12.9067	4
09122	Chemnitz	chemnitz	SN	00	14511	50.7945	12.8875	4
09123	Chemnitz	chemnitz	SN	00	14511	50.7659	12.946	4
09125	Chemnitz	chemnitz	SN	00	14511	50.7963	12.9199	4
09126	Chemnitz	chemnitz	SN	00	14511	50.8197	12.9403	4
09127	Chemnitz	chemnitz	SN	00	14511	50.8284	12.9586	4
09128	Chemnitz, Sachsen	chemnitz-sachsen	SN	00	14511	50.8333	12.9167	
09130	Chemnitz	chemnitz	SN	00	14511	50.8376	12.9345	4
09131	Chemnitz	chemnitz	SN	00	14511	50.8333	12.9167	4
09212	Pleißa	pleissa	SN	00	14524	50.8358	12.7661	4
09212	Kändler	kandler	SN	00	14524	50.8555	12.7922	4
09212	Limbach-Oberfrohna	limbach-oberfrohna	SN	00	14524	50.8588	12.7616	4
09217	Burgstädt	burgstadt	SN	00	14522	50.9133	12.806	4
09221	Neukirchen/Erzgebirge	neukirchen-erzgebirge	SN	00	14521	50.7835	12.87	4
09224	Mittelbach bei Chemnitz	mittelbach-bei-chemnitz	SN	00	14511	50.794	12.786	
09227	Einsiedel bei Chemnitz	einsiedel-bei-chemnitz	SN	00	14511	50.7705	12.9745	
09228	Wittgensdorf	wittgensdorf	SN	00	14511	50.8832	12.8703	4
09232	Hartmannsdorf	hartmannsdorf	SN	00	14522	50.9	12.8	4
09235	Burkhardtsdorf	burkhardtsdorf	SN	00	14521	50.7333	12.9167	4
09236	Claußnitz	claussnitz	SN	00	14522	50.9333	12.8833	4
09241	Mühlau	muhlau	SN	00	14522	50.9	12.7667	4
09243	Niederfrohna	niederfrohna	SN	00	14524	50.9	12.7167	4
09244	Lichtenau	lichtenau	SN	00	14522	50.9083	12.9917	4
09247	Röhrsdorf	rohrsdorf	SN	00	14511	50.8621	12.8339	4
09249	Taura	taura	SN	00	14522	50.9167	12.85	4
09306	Wechselburg	wechselburg	SN	00	14522	51.0021	12.7766	4
09306	Erlau	erlau	SN	00	14522	51.0094	12.9455	4
09306	Seelitz	seelitz	SN	00	14522	51.0333	12.8167	4
09306	Zettlitz	zettlitz	SN	00	14522	51.0667	12.8333	4
09306	Rochlitz	rochlitz	SN	00	14522	51.0501	12.7975	4
09306	Königshain-Wiederau	konigshain-wiederau	SN	00	14522	50.9708	12.8625	
09306	Königsfeld	konigsfeld	SN	00	14522	51.0667	12.75	4
09322	Penig	penig	SN	00	14522	50.9334	12.7042	4
09326	Geringswalde	geringswalde	SN	00	14522	51.0768	12.9072	4
09328	Lunzenau	lunzenau	SN	00	14522	50.9627	12.7559	4
09337	Bernsdorf	bernsdorf	SN	00	14524	50.7667	12.6667	4
09337	Hohenstein-Ernstthal	hohenstein-ernstthal	SN	00	14524	50.8006	12.7129	4
09337	Callenberg	callenberg	SN	00	14524	50.85	12.6333	4
09350	Lichtenstein/Sachsen	lichtenstein-sachsen	SN	00	14524	50.7438	12.6453	
09353	Oberlungwitz	oberlungwitz	SN	00	14524	50.7823	12.7079	4
09355	Gersdorf	gersdorf	SN	00	14524	50.75	12.7167	4
09356	Sankt Egidien	sankt-egidien	SN	00	14524	50.7862	12.624	4
09366	Stollberg/Erzgebirge	stollberg-erzgebirge	SN	00	14521	50.7047	12.7645	
09366	Niederdorf	niederdorf	SN	00	14521	50.7262	12.7859	4
09376	Oelsnitz/Erzgebirge	oelsnitz-erzgebirge	SN	00	14521	50.717	12.7217	
09380	Thalheim / Erzgebirge	thalheim-erzgebirge	SN	00	14521	50.7	12.85	
09385	Erlbach-Kirchberg	erlbach-kirchberg	SN	00	14521	50.7667	12.7667	4
09385	Lugau/Erzgebirge	lugau-erzgebirge	SN	00	14521	50.7333	12.75	
09387	Jahnsdorf/Erzgebirge	jahnsdorf-erzgebirge	SN	00	14521	50.75	12.85	4
09390	Gornsdorf	gornsdorf	SN	00	14521	50.7	12.8833	4
09392	Auerbach	auerbach	SN	00	14521	50.6833	12.9167	4
09394	Hohndorf	hohndorf	SN	00	14521	50.7404	12.6806	4
09395	Hormersdorf	hormersdorf	SN	00	14521	50.6741	12.8819	4
09399	Niederwürschnitz	niederwurschnitz	SN	00	14521	50.725	12.75	4
09405	Zschopau	zschopau	SN	00	14521	50.7482	13.0769	4
09405	Gornau/Erzgebirge	gornau-erzgebirge	SN	00	14521	50.7667	13.0167	4
09419	Thum	thum	SN	00	14521	50.6708	12.9509	4
09423	Gelenau/Erzgebirge	gelenau-erzgebirge	SN	00	14521	50.7055	12.9694	4
09427	Ehrenfriedersdorf	ehrenfriedersdorf	SN	00	14521	50.6493	12.9701	4
09429	Wolkenstein	wolkenstein	SN	00	14521	50.6555	13.0713	4
09430	Drebach	drebach	SN	00	14521	50.6758	13.0162	4
09430	Venusberg	venusberg	SN	00	14521	50.6992	13.0185	4
09432	Großolbersdorf	grossolbersdorf	SN	00	14521	50.7	13.0833	4
09435	Scharfenstein	scharfenstein	SN	00	14521	50.7041	13.0565	4
09437	Waldkirchen/Erzgebirge	waldkirchen-erzgebirge	SN	00	14521	50.7667	13.1167	
09437	Börnichen/Erzgebirge	bornichen-erzgebirge	SN	00	14521	50.75	13.1333	4
09439	Amtsberg	amtsberg	SN	00	14521	50.75	13.0056	4
09456	Annaberg-Buchholz	annaberg-buchholz	SN	00	14521	50.5795	13.0063	4
09456	Mildenau	mildenau	SN	00	14521	50.5869	13.0726	4
09465	Sehmatal	sehmatal	SN	00	14521	50.5167	12.9833	4
09468	Tannenberg	tannenberg	SN	00	14521	50.6074	12.938	4
09468	Geyer	geyer	SN	00	14521	50.6263	12.9207	4
09471	Königswalde	konigswalde	SN	00	14521	50.55	13.05	4
09471	Bärenstein	barenstein	SN	00	14521	50.5	13.0333	4
09474	Crottendorf	crottendorf	SN	00	14521	50.5167	12.95	4
09477	Jöhstadt	johstadt	SN	00	14521	50.5123	13.0946	4
09481	Scheibenberg	scheibenberg	SN	00	14521	50.5402	12.9122	4
09481	Elterlein	elterlein	SN	00	14521	50.5766	12.8684	4
09484	Oberwiesenthal	oberwiesenthal	SN	00	14521	50.4167	12.9833	4
09487	Schlettau	schlettau	SN	00	14521	50.5588	12.9527	4
09488	Wiesa	wiesa	SN	00	14521	50.6111	13.0138	4
09496	Marienberg	marienberg	SN	00	14521	50.6132	13.1883	4
09496	Pobershau	pobershau	SN	00	14521	50.6408	13.2178	4
09509	Pockau	pockau	SN	00	14521	50.7241	13.2798	
09514	Lengefeld	lengefeld	SN	00	14521	50.7191	13.1929	4
09517	Zöblitz	zoblitz	SN	00	14521	50.6591	13.2298	4
09518	Großrückerswalde	grossruckerswalde	SN	00	14521	50.6333	13.1167	4
09526	Pfaffroda	pfaffroda	SN	00	14521	50.7	13.35	4
09526	Heidersdorf	heidersdorf	SN	00	14521	50.6833	13.4	4
09526	Olbernhau	olbernhau	SN	00	14521	50.6587	13.3425	4
09544	Neuhausen/Erzgebirge	neuhausen-erzgebirge	SN	00	14522	50.675	13.4667	4
09548	Seiffen/Erzgebirge	seiffen-erzgebirge	SN	00	14521	50.65	13.45	4
09548	Deutschneudorf	deutschneudorf	SN	00	14521	50.6167	13.4667	4
09557	Flöha	floha	SN	00	14522	50.8561	13.0741	4
09569	Gahlenz	gahlenz	SN	00	14522	50.8257	13.2112	4
09569	Oederan	oederan	SN	00	14522	50.8606	13.1716	4
09569	Falkenau	falkenau	SN	00	14522	50.8556	13.1172	4
09569	Frankenstein	frankenstein	SN	00	14522	50.9006	13.2093	4
09573	Augustusburg	augustusburg	SN	00	14522	50.8119	13.102	4
09573	Leubsdorf	leubsdorf	SN	00	14522	50.8	13.1667	4
09575	Eppendorf	eppendorf	SN	00	14522	50.8	13.2333	4
09577	Niederwiesa	niederwiesa	SN	00	14522	50.8667	13.0167	4
09579	Grünhainichen	grunhainichen	SN	00	14521	50.7672	13.1537	4
09579	Borstendorf	borstendorf	SN	00	14521	50.7732	13.1792	4
09599	Freiberg	freiberg	SN	00	14522	50.9109	13.3388	4
09600	Weißenborn/Erzgebirge	weissenborn-erzgebirge	SN	00	14522	50.8667	13.4167	4
09600	Oberschöna	oberschona	SN	00	14522	50.8976	13.2538	4
09600	Niederschöna	niederschona	SN	00	14522	50.9667	13.4191	4
09603	Großschirma	grossschirma	SN	00	14522	50.966	13.2859	4
09618	Brand-Erbisdorf	brand-erbisdorf	SN	00	14522	50.8123	13.314	
09618	Großhartmannsdorf	grosshartmannsdorf	SN	00	14522	50.8	13.3333	4
09619	Sayda	sayda	SN	00	14522	50.7112	13.4217	4
09619	Mulda/Sachsen	mulda-sachsen	SN	00	14522	50.8	13.4167	4
09619	Dorfchemnitz bei Sayda	dorfchemnitz-bei-sayda	SN	00	14522	50.7667	13.45	
09623	Frauenstein	frauenstein	SN	00	14522	50.8028	13.5379	4
09623	Rechenberg-Bienenmühle	rechenberg-bienenmuhle	SN	00	14522	50.7378	13.535	4
09627	Bobritzsch	bobritzsch	SN	00	14522	50.9	13.4444	
09627	Hilbersdorf	hilbersdorf	SN	00	14522	50.9099	13.3968	4
09629	Reinsberg	reinsberg	SN	00	14522	51.0082	13.3654	4
09633	Halsbrücke	halsbrucke	SN	00	14522	50.95	13.35	4
09634	Siebenlehn	siebenlehn	SN	00	14522	51.0311	13.3081	4
09638	Lichtenberg/Erzgebirge	lichtenberg-erzgebirge	SN	00	14522	50.8333	13.4167	4
09648	Kriebstein	kriebstein	SN	00	14522	51.05	13.0167	4
09648	Altmittweida	altmittweida	SN	00	14522	50.9667	12.95	4
09648	Mittweida	mittweida	SN	00	14522	50.9862	12.9754	4
09661	Tiefenbach	tiefenbach	SN	00	14522	50.8619	12.8286	
09661	Hainichen	hainichen	SN	00	14522	50.9704	13.1229	4
09661	Striegistal	striegistal	SN	00	14522	50.9917	13.1861	
09661	Rossau	rossau	SN	00	14522	51	13.0667	4
09669	Frankenberg/Sachsen	frankenberg-sachsen	SN	00	14522	50.9259	13.0596	
06108	Halle	halle	ST	00	15002	51.483	11.972	4
06110	Halle	halle	ST	00	15002	51.4701	11.9675	4
06112	Halle	halle	ST	00	15002	51.4753	11.9973	4
06114	Halle	halle	ST	00	15002	51.5034	11.9622	4
06116	Halle	halle	ST	00	15002	51.4862	12.0283	4
06118	Halle	halle	ST	00	15002	51.5175	11.971	4
06120	Halle	halle	ST	00	15002	51.5124	11.9055	
06120	Lieskau	lieskau	ST	00	15088	51.504	11.8621	4
06122	Halle	halle	ST	00	15002	51.4804	11.9215	
06124	Halle	halle	ST	00	15002	51.4796	11.937	4
06126	Halle	halle	ST	00	15002	51.5	12	4
06128	Halle	halle	ST	00	15002	51.4507	11.9493	4
06130	Halle	halle	ST	00	15002	51.441	11.9856	4
06132	Halle	halle	ST	00	15002	51.4348	11.9815	
06179	Dornstedt	dornstedt	ST	00	15088	51.4107	11.7459	4
06179	Bennstedt	bennstedt	ST	00	15088	51.482	11.8262	4
06179	Teutschenthal	teutschenthal	ST	00	15088	51.45	11.8	4
06179	Höhnstedt	hohnstedt	ST	00	15088	51.5027	11.7384	4
06179	Angersdorf	angersdorf	ST	00	15088	51.4603	11.9071	4
06179	Schochwitz	schochwitz	ST	00	15088	51.5317	11.7549	4
06179	Schkopau	schkopau	ST	00	15088	51.4	12.0463	
06179	Zappendorf	zappendorf	ST	00	15088	51.5102	11.7951	4
06179	Langenbogen	langenbogen	ST	00	15088	51.483	11.7779	4
06179	Steuden	steuden	ST	00	15088	51.419	11.7664	4
06179	Holleben	holleben	ST	00	15088	51.4405	11.8991	4
06179	Zscherben	zscherben	ST	00	15088	51.4671	11.8706	4
06179	Schkopau Hohenweiden	schkopau-hohenweiden	ST	00	15088	51.4167	11.9333	
06184	Gröbers	grobers	ST	00	15088	51.4305	12.1162	4
06184	Schkopau Lochau	schkopau-lochau	ST	00	15088	51.4	12.0667	
06184	Schkopau Burgliebenau	schkopau-burgliebenau	ST	00	15088	51.4	12.0333	
06184	Dölbau	dolbau	ST	00	15088	51.467	12.0573	4
06184	Schkopau Raßnitz	schkopau-rassnitz	ST	00	15088	51.4	12.1	
06184	Großkugel	grosskugel	ST	00	15088	51.4173	12.1464	4
06184	Schkopau Ermlitz	schkopau-ermlitz	ST	00	15088	51.3833	12.1667	
06184	Dieskau	dieskau	ST	00	15088	51.4355	12.0404	4
06184	Schkopau Röglitz	schkopau-roglitz	ST	00	15088	51.4	12.1333	
06184	Schkopau	schkopau	ST	00	15088	51.4	12.0463	
06184	Schkopau Döllnitz	schkopau-dollnitz	ST	00	15088	51.4	12.0333	
06188	Spickendorf	spickendorf	ST	00	15088	51.5504	12.1329	4
06188	Peißen	peissen	ST	00	15088	51.5027	12.0574	4
06188	Braschwitz	braschwitz	ST	00	15088	51.5228	12.0587	4
06188	Oppin	oppin	ST	00	15088	51.5514	12.0327	4
06188	Niemberg	niemberg	ST	00	15088	51.5504	12.0909	4
06188	Schwerz	schwerz	ST	00	15088	51.5653	12.1328	4
06188	Sietzsch	sietzsch	ST	00	15088	51.4898	12.1778	4
06188	Queis	queis	ST	00	15088	51.4763	12.1346	4
06188	Landsberg	landsberg	ST	00	15088	51.5275	12.1014	4
06188	Hohenthurm	hohenthurm	ST	00	15088	51.5181	12.0975	4
06188	Brachstedt	brachstedt	ST	00	15088	51.5709	12.0513	4
06188	Reußen	reussen	ST	00	15088	51.5011	12.1304	4
06193	Löbejün	lobejun	ST	00	15088	51.6353	11.9011	4
06193	Petersberg	petersberg	ST	00	15088	51.5965	11.9533	4
06193	Sennewitz	sennewitz	ST	00	15088	51.5433	11.9522	4
06193	Mösthinsdorf	mosthinsdorf	ST	00	15088	51.6385	12.0237	4
06193	Plötz	plotz	ST	00	15088	51.6378	11.9493	4
06193	Teicha	teicha	ST	00	15088	51.5589	11.9548	4
06193	Krosigk	krosigk	ST	00	15088	51.6095	11.9343	4
06193	Wallwitz	wallwitz	ST	00	15088	51.5803	11.9289	4
06193	Gutenberg	gutenberg	ST	00	15088	51.5471	11.9718	4
06193	Morl	morl	ST	00	15088	51.5527	11.9214	4
06193	Nehlitz	nehlitz	ST	00	15088	51.5767	11.9561	4
06193	Ostrau	ostrau	ST	00	15088	51.6161	12.0111	4
06193	Kütten	kutten	ST	00	15088	51.5878	11.9996	4
06193	Nauendorf	nauendorf	ST	00	15088	51.6018	11.8852	4
06198	Wettin	wettin	ST	00	15088	51.586	11.8063	4
06198	Kloschwitz	kloschwitz	ST	00	15088	51.5853	11.756	4
06198	Beesenstedt	beesenstedt	ST	00	15088	51.5683	11.7332	4
06198	Döblitz	doblitz	ST	00	15088	51.5569	11.8294	4
06198	Salzmünde	salzmunde	ST	00	15088	51.5266	11.8265	4
06198	Brachwitz	brachwitz	ST	00	15088	51.5371	11.8688	4
06198	Gimritz	gimritz	ST	00	15088	51.5664	11.8682	4
06198	Fienstedt	fienstedt	ST	00	15088	51.5532	11.7872	4
06198	Neutz-Lettewitz	neutz-lettewitz	ST	00	15088	51.6	11.8833	
06198	Dößel	dossel	ST	00	15088	51.6153	11.7922	4
06217	Beuna	beuna	ST	00	15088	51.3167	11.95	4
06217	Merseburg	merseburg	ST	00	15088	51.3548	11.9892	4
06217	Geusa	geusa	ST	00	15088	51.3391	11.9438	4
06231	Oebles-Schlechtewitz	oebles-schlechtewitz	ST	00	15088	51.2564	12.0626	4
06231	Kötzschau	kotzschau	ST	00	15088	51.3124	12.1304	4
06231	Kreypau	kreypau	ST	00	15088	51.328	12.0434	4
06231	Rodden	rodden	ST	00	15088	51.3343	12.1597	4
06231	Bad Dürrenberg	bad-durrenberg	ST	00	15088	51.2954	12.0658	4
06231	Tollwitz	tollwitz	ST	00	15088	51.286	12.0973	4
06231	Nempitz	nempitz	ST	00	15088	51.2925	12.1467	4
06237	Spergau	spergau	ST	00	15088	51.2935	12.0229	4
06237	Leuna	leuna	ST	00	15088	51.3178	12.0159	4
06242	Großkayna	grosskayna	ST	00	15088	51.2907	11.9327	4
06242	Braunsbedra	braunsbedra	ST	00	15088	51.286	11.8899	4
06242	Krumpa	krumpa	ST	00	15088	51.2972	11.8441	4
06242	Roßbach	rossbach	ST	00	15088	51.2604	11.895	4
06246	Bad Lauchstädt	bad-lauchstadt	ST	00	15088	51.3865	11.8696	4
06246	Delitz am Berge	delitz-am-berge	ST	00	15088	51.4168	11.9005	4
06246	Knapendorf	knapendorf	ST	00	15088	51.3759	11.9384	4
06246	Klobikau	klobikau	ST	00	15088	51.35	11.8333	4
06246	Milzau	milzau	ST	00	15088	51.375	11.899	4
06249	Mücheln (Geiseltal)	mucheln-geiseltal	ST	00	15088	51.3	11.8	4
06254	Kötschlitz	kotschlitz	ST	00	15088	51.3551	12.171	4
06254	Zöschen	zoschen	ST	00	15088	51.358	12.1165	4
06254	Günthersdorf	gunthersdorf	ST	00	15088	51.3457	12.1718	4
06254	Zweimen	zweimen	ST	00	15088	51.3622	12.1392	4
06254	Horburg-Maßlau	horburg-masslau	ST	00	15088	51.3667	12.175	
06254	Wallendorf	wallendorf	ST	00	15088	51.3598	12.0754	4
06254	Friedensdorf	friedensdorf	ST	00	15088	51.3503	12.0647	4
06254	Luppenau	luppenau	ST	00	15088	51.3667	12.05	
06255	Wünsch	wunsch	ST	00	15088	51.35	11.7967	
06255	Schafstädt	schafstadt	ST	00	15088	51.3813	11.773	4
06258	Schkopau Schkopau	schkopau-schkopau	ST	00	15088	51.4	11.9833	4
06258	Schkopau Korbetha	schkopau-korbetha	ST	00	15088	51.4	11.9667	4
06258	Schkopau	schkopau	ST	00	15088	51.4	12.0463	4
06259	Frankleben	frankleben	ST	00	15088	51.3114	11.9293	4
06268	Langeneichstädt	langeneichstadt	ST	00	15088	51.3454	11.7433	4
06268	Barnstädt	barnstadt	ST	00	15088	51.344	11.6373	4
06268	Obhausen	obhausen	ST	00	15088	51.3917	11.6531	4
06268	Leimbach	leimbach	ST	00	15088	51.3616	11.55	4
06268	Ziegelroda	ziegelroda	ST	00	15088	51.3329	11.4663	4
06268	Grockstädt	grockstadt	ST	00	15088	51.3282	11.5801	4
06268	Schmon	schmon	ST	00	15088	51.3449	11.5439	4
06268	Querfurt	querfurt	ST	00	15088	51.3812	11.6005	4
06268	Weißenschirmbach	weissenschirmbach	ST	00	15088	51.314	11.5508	4
06268	Nemsdorf-Göhrendorf	nemsdorf-gohrendorf	ST	00	15088	51.35	11.65	4
06268	Albersroda	albersroda	ST	00	15088	51.2843	11.7152	4
06268	Oechlitz	oechlitz	ST	00	15088	51.3333	11.7667	
06268	Steigra	steigra	ST	00	15088	51.3	11.6667	4
06268	Vitzenburg	vitzenburg	ST	00	15088	51.3017	11.5681	4
06279	Farnstädt	farnstadt	ST	00	15088	51.4333	11.5667	4
06279	Alberstedt	alberstedt	ST	00	15088	51.4476	11.6251	4
06279	Schraplau	schraplau	ST	00	15088	51.4375	11.6682	4
06279	Esperstedt	esperstedt	ST	00	15088	51.4239	11.6788	4
06295	Burgsdorf	burgsdorf	ST	00	15087	51.5769	11.6507	4
06295	Wolferode	wolferode	ST	00	15087	51.5065	11.513	4
06295	Rottelsdorf	rottelsdorf	ST	00	15087	51.5824	11.6794	4
06295	Lutherstadt Eisleben	lutherstadt-eisleben	ST	00	15087	51.5258	11.5345	4
06295	Schmalzerode	schmalzerode	ST	00	15087	51.4944	11.4929	4
06295	Osterhausen	osterhausen	ST	00	15087	51.4542	11.5046	4
06295	Rothenschirmbach	rothenschirmbach	ST	00	15087	51.4557	11.5472	4
06295	Neehausen	neehausen	ST	00	15087	51.5243	11.7036	4
06295	Dederstedt	dederstedt	ST	00	15087	51.5445	11.6894	4
06295	Bornstedt	bornstedt	ST	00	15087	51.4833	11.4833	4
06295	Hedersleben	hedersleben	ST	00	15087	51.5489	11.6498	4
06295	Polleben	polleben	ST	00	15087	51.5797	11.5993	4
06295	Hornburg	hornburg	ST	00	15087	51.4542	11.5882	4
06295	Volkstedt	volkstedt	ST	00	15087	51.5627	11.5566	4
06295	Bischofrode	bischofrode	ST	00	15087	51.4866	11.5316	4
06295	Unterrißdorf	unterrissdorf	ST	00	15087	51.5186	11.5977	4
06308	Benndorf	benndorf	ST	00	15087	51.5703	11.4929	4
06308	Siersleben	siersleben	ST	00	15087	51.6041	11.5433	4
06308	Augsdorf	augsdorf	ST	00	15087	51.6014	11.5703	4
06308	Klostermansfeld	klostermansfeld	ST	00	15087	51.5833	11.5	4
06308	Siebigerode	siebigerode	ST	00	15087	51.5646	11.4283	4
06308	Hübitz	hubitz	ST	00	15087	51.5949	11.5527	4
06308	Annarode	annarode	ST	00	15087	51.5502	11.4031	4
06311	Helbra	helbra	ST	00	15087	51.55	11.5	4
06313	Hergisdorf	hergisdorf	ST	00	15087	51.5333	11.4833	4
06313	Wimmelburg	wimmelburg	ST	00	15087	51.5207	11.507	4
06313	Ahlsdorf	ahlsdorf	ST	00	15087	51.5454	11.4666	4
06317	Erdeborn	erdeborn	ST	00	15087	51.4755	11.6349	4
06317	Lüttchendorf	luttchendorf	ST	00	15087	51.5019	11.6271	4
06317	Seeburg	seeburg	ST	00	15087	51.4904	11.7026	4
06317	Stedten	stedten	ST	00	15087	51.4431	11.6929	4
06317	Röblingen am See	roblingen-am-see	ST	00	15087	51.4594	11.6823	4
06317	Amsdorf	amsdorf	ST	00	15087	51.4646	11.7271	4
06317	Aseleben	aseleben	ST	00	15087	51.4889	11.6733	4
06318	Wansleben am See	wansleben-am-see	ST	00	15087	51.4667	11.75	4
06333	Wiederstedt	wiederstedt	ST	00	15087	51.6653	11.5272	4
06333	Welbsleben	welbsleben	ST	00	15087	51.7072	11.4238	4
06333	Harkerode	harkerode	ST	00	15087	51.6851	11.4026	4
06333	Neuplatendorf	neuplatendorf	ST	00	15085	51.6974	11.3524	4
06333	Sylda	sylda	ST	00	15087	51.6785	11.4259	4
06333	Arnstedt	arnstedt	ST	00	15087	51.6891	11.4991	4
06333	Endorf	endorf	ST	00	15085	51.713	11.3754	4
06333	Bräunrode	braunrode	ST	00	15087	51.6422	11.4047	4
06333	Welfesholz	welfesholz	ST	00	15087	51.6375	11.5663	4
06333	Greifenhagen	greifenhagen	ST	00	15087	51.6266	11.4192	4
06333	Ritterode	ritterode	ST	00	15087	51.6394	11.4457	4
06333	Quenstedt	quenstedt	ST	00	15087	51.6961	11.4564	4
06333	Hettstedt	hettstedt	ST	00	15087	51.6503	11.5115	4
06333	Walbeck	walbeck	ST	00	15087	51.6651	11.4707	4
06343	Piskaborn	piskaborn	ST	00	15087	51.5843	11.3667	4
06343	Vatterode	vatterode	ST	00	15087	51.5994	11.4322	4
06343	Biesenrode	biesenrode	ST	00	15087	51.6055	11.3859	4
06343	Gorenzen	gorenzen	ST	00	15087	51.5676	11.3523	4
06343	Mansfeld	mansfeld	ST	00	15087	51.5923	11.4522	4
06343	Möllendorf	mollendorf	ST	00	15087	51.5721	11.4105	4
06347	Zabenstedt	zabenstedt	ST	00	15087	51.6204	11.6712	4
06347	Heiligenthal	heiligenthal	ST	00	15087	51.6086	11.6333	4
06347	Gerbstedt	gerbstedt	ST	00	15087	51.6328	11.6267	4
06347	Ihlewitz	ihlewitz	ST	00	15087	51.6443	11.6843	4
06347	Freist	freist	ST	00	15087	51.6044	11.7026	4
06347	Friedeburg	friedeburg	ST	00	15087	51.6212	11.7426	4
06347	Friedeburgerhütte	friedeburgerhutte	ST	00	15087	51.6249	11.687	4
06348	Großörner	grossorner	ST	00	15087	51.6153	11.4898	4
06366	Köthen	kothen	ST	00	15082	51.7519	11.9709	4
06369	Cosa	cosa	ST	00	15082	51.6955	12.0768	4
06369	Wülknitz	wulknitz	ST	00	15082	51.7167	11.9333	
06369	Weißandt-Gölzau	weissandt-golzau	ST	00	15082	51.6707	12.0734	4
06369	Wörbzig	worbzig	ST	00	15082	51.7192	11.8939	4
06369	Wulfen	wulfen	ST	00	15082	51.8194	11.9306	4
06369	Trebbichau an der Fuhne	trebbichau-an-der-fuhne	ST	00	15082	51.65	11.9667	
06369	Trinum	trinum	ST	00	15082	51.773	11.9107	4
06369	Löbnitz an der Linde	lobnitz-an-der-linde	ST	00	15082	51.7371	11.8847	4
06369	Reupzig	reupzig	ST	00	15082	51.7359	12.0669	4
06369	Radegast	radegast	ST	00	15082	51.6565	12.0948	4
06369	Prosigk	prosigk	ST	00	15082	51.6996	12.0553	4
06369	Glauzig	glauzig	ST	00	15082	51.654	11.992	4
06369	Zehbitz	zehbitz	ST	00	15082	51.675	12.1318	4
06369	Drosa	drosa	ST	00	15082	51.8161	11.9057	4
06369	Dohndorf	dohndorf	ST	00	15082	51.7255	11.8735	4
06369	Großbadegast	grossbadegast	ST	00	15082	51.7314	12.0267	4
06369	Cösitz	cositz	ST	00	15082	51.6493	12.0645	4
06369	Görzig	gorzig	ST	00	15082	51.6638	11.9976	4
06369	Großpaschleben	grosspaschleben	ST	00	15082	51.7612	11.933	4
06369	Zabitz	zabitz	ST	00	15082	51.785	11.9242	4
06369	Arensdorf	arensdorf	ST	00	15082	51.7089	12.0132	4
06369	Diebzig	diebzig	ST	00	15082	51.8653	11.9387	4
06369	Schortewitz	schortewitz	ST	00	15082	51.652	12.0245	4
06369	Riesdorf	riesdorf	ST	00	15082	51.6918	12.1101	4
06369	Dornbock	dornbock	ST	00	15082	51.8412	11.8826	4
06385	Aken	aken	ST	00	15082	51.8527	12.0446	4
06386	Osternienburg	osternienburg	ST	00	15082	51.7938	12.0262	4
06386	Reppichau	reppichau	ST	00	15082	51.8107	12.0793	4
06386	Meilendorf	meilendorf	ST	00	15082	51.7199	12.0952	4
06386	Hinsdorf	hinsdorf	ST	00	15082	51.7224	12.1523	4
06386	Libbesdorf	libbesdorf	ST	00	15082	51.7724	12.1096	4
06386	Elsnigk	elsnigk	ST	00	15082	51.7913	12.0571	4
06386	Fraßdorf	frassdorf	ST	00	15082	51.7277	12.1126	4
06386	Micheln	micheln	ST	00	15082	51.8088	11.9712	4
06386	Chörau	chorau	ST	00	15082	51.8158	12.1171	4
06386	Scheuder	scheuder	ST	00	15082	51.7682	12.0789	4
06386	Quellendorf	quellendorf	ST	00	15082	51.7492	12.128	4
06388	Wieskau	wieskau	ST	00	15082	51.6482	11.9361	4
06388	Maasdorf	maasdorf	ST	00	15082	51.6816	11.9616	4
06388	Edderitz	edderitz	ST	00	15082	51.6993	11.9371	4
06388	Baasdorf	baasdorf	ST	00	15082	51.7082	11.9803	4
06388	Piethen	piethen	ST	00	15082	51.6726	11.9306	4
06388	Gröbzig	grobzig	ST	00	15082	51.6823	11.8745	4
06406	Bernburg	bernburg	ST	00	15089	51.7946	11.7401	4
06408	Peißen	peissen	ST	00	15089	51.7435	11.7576	4
06408	Cörmigk	cormigk	ST	00	15089	51.727	11.8409	4
06408	Poley	poley	ST	00	15089	51.7755	11.8208	4
06408	Aderstedt	aderstedt	ST	00	15089	51.7798	11.6957	4
06408	Biendorf	biendorf	ST	00	15089	51.7508	11.8485	4
06408	Baalberge	baalberge	ST	00	15089	51.7647	11.7988	4
06408	Gröna	grona	ST	00	15089	51.7647	11.6973	4
06408	Wohlsdorf	wohlsdorf	ST	00	15089	51.7645	11.8653	4
06408	Ilberstedt	ilberstedt	ST	00	15089	51.8	11.6667	4
06408	Latdorf	latdorf	ST	00	15089	51.8088	11.8	4
06408	Preußlitz	preusslitz	ST	00	15089	51.7326	11.811	4
06420	Domnitz	domnitz	ST	00	15088	51.631	11.8387	4
06420	Rothenburg	rothenburg	ST	00	15088	51.6457	11.7555	4
06420	Gerlebogk	gerlebogk	ST	00	15089	51.706	11.8377	4
06420	Zickeritz	zickeritz	ST	00	15089	51.6348	11.7338	4
06420	Golbitz	golbitz	ST	00	15089	51.6667	11.8083	
06420	Edlau	edlau	ST	00	15089	51.6667	11.8167	4
06420	Lebendorf	lebendorf	ST	00	15089	51.7169	11.7875	4
06420	Wiendorf	wiendorf	ST	00	15089	51.7138	11.808	4
06420	Könnern	konnern	ST	00	15089	51.6712	11.7707	4
06425	Beesenlaublingen	beesenlaublingen	ST	00	15089	51.7127	11.6973	4
06425	Plötzkau	plotzkau	ST	00	15089	51.75	11.6833	4
06425	Alsleben (Saale)	alsleben-saale	ST	00	15089	51.7	11.6667	4
06425	Strenznaundorf	strenznaundorf	ST	00	15089	51.6723	11.6939	4
06425	Schackstedt	schackstedt	ST	00	15089	51.7155	11.6154	4
06425	Belleben	belleben	ST	00	15089	51.675	11.6342	4
06429	Gerbitz	gerbitz	ST	00	15089	51.842	11.8256	4
06429	Nienburg (Saale)	nienburg-saale	ST	00	15089	51.8333	11.75	4
06429	Pobzig	pobzig	ST	00	15089	51.8258	11.8457	4
06429	Wedlitz	wedlitz	ST	00	15089	51.863	11.778	4
06429	Neugattersleben	neugattersleben	ST	00	15089	51.8509	11.7078	4
06449	Cochstedt	cochstedt	ST	00	15089	51.8825	11.4108	4
06449	Friedrichsaue	friedrichsaue	ST	00	15089	51.8358	11.3316	4
06449	Groß Schierstedt	gross-schierstedt	ST	00	15089	51.75	11.5167	
06449	Aschersleben	aschersleben	ST	00	15089	51.7574	11.4608	4
06449	Neu Königsaue	neu-konigsaue	ST	00	15089	51.8342	11.402	4
06449	Schadeleben	schadeleben	ST	00	15089	51.8373	11.3602	4
06449	Aschersleben Aschersleben	aschersleben-aschersleben	ST	00	15089	51.752	11.4583	4
06449	Wilsleben	wilsleben	ST	00	15089	51.7997	11.4256	4
06449	Giersleben	giersleben	ST	00	15089	51.7667	11.5667	4
06449	Aschersleben Winningen	aschersleben-winningen	ST	00	15089	51.8333	11.45	4
06449	Westdorf	westdorf	ST	00	15089	51.7355	11.435	4
06449	Aschersleben Klein Schierstedt	aschersleben-klein-schierstedt	ST	00	15089	51.75	11.55	
06449	Schackenthal	schackenthal	ST	00	15089	51.7387	11.5892	4
06456	Drohndorf	drohndorf	ST	00	15089	51.7169	11.5314	4
06456	Mehringen	mehringen	ST	00	15089	51.7266	11.5126	4
06456	Sandersleben	sandersleben	ST	00	15087	51.6774	11.5679	4
06456	Freckleben	freckleben	ST	00	15089	51.7019	11.5465	4
06458	Hausneindorf	hausneindorf	ST	00	15085	51.8401	11.2723	4
06458	Hedersleben	hedersleben	ST	00	15085	51.8594	11.25	4
06458	Heteborn	heteborn	ST	00	15085	51.8931	11.292	4
06458	Wedderstedt	wedderstedt	ST	00	15085	51.8395	11.2441	4
06463	Ermsleben	ermsleben	ST	00	15085	51.7324	11.3507	4
06463	Reinstedt	reinstedt	ST	00	15085	51.7591	11.3531	4
06463	Radisleben	radisleben	ST	00	15085	51.7391	11.2906	4
06463	Meisdorf	meisdorf	ST	00	15085	51.7092	11.2937	4
06464	Frose	frose	ST	00	15089	51.7958	11.3791	4
06466	Gatersleben	gatersleben	ST	00	15089	51.8221	11.2866	4
06467	Hoym	hoym	ST	00	15089	51.7829	11.3124	4
06469	Nachterstedt	nachterstedt	ST	00	15089	51.8008	11.3349	4
06484	Quedlinburg	quedlinburg	ST	00	15085	51.7884	11.1501	4
06484	Westerhausen	westerhausen	ST	00	15085	51.8257	11.1904	
06484	Ditfurt	ditfurt	ST	00	15085	51.8333	11.2	4
06493	Harzgerode	harzgerode	ST	00	15085	51.6419	11.1433	4
06493	Neudorf	neudorf	ST	00	15085	51.608	11.1147	4
06493	Schielo	schielo	ST	00	15085	51.6194	11.2196	4
06493	Königerode	konigerode	ST	00	15085	51.6017	11.2025	4
06493	Dankerode	dankerode	ST	00	15085	51.5917	11.1405	4
06493	Straßberg	strassberg	ST	00	15085	51.6157	11.0491	4
06493	Ballenstedt	ballenstedt	ST	00	15085	51.6563	11.1621	
06502	Neinstedt	neinstedt	ST	00	15085	51.7495	11.0872	4
06502	Weddersleben	weddersleben	ST	00	15085	51.7653	11.0853	4
06502	Thale	thale	ST	00	15085	51.7486	11.041	4
06502	Warnstedt	warnstedt	ST	00	15085	51.7741	11.0581	4
06507	Güntersberge	guntersberge	ST	00	15085	51.6448	10.9806	4
06507	Allrode	allrode	ST	00	15085	51.6793	10.9683	4
06507	Gernrode	gernrode	ST	00	15085	51.6896	11.0495	
06507	Stecklenberg	stecklenberg	ST	00	15085	51.7333	11.0875	4
06507	Friedrichsbrunn	friedrichsbrunn	ST	00	15085	51.6903	11.0374	4
06507	Siptenfelde	siptenfelde	ST	00	15085	51.6442	11.0513	4
06507	Bad Suderode	bad-suderode	ST	00	15085	51.7333	11.1167	4
06507	Rieder	rieder	ST	00	15085	51.7333	11.1667	4
06507	Timmenrode	timmenrode	ST	00	15085	51.7711	11.0062	4
06526	Wippra	wippra	ST	00	15087	51.573	11.275	4
06526	Sangerhausen	sangerhausen	ST	00	15087	51.4722	11.2953	4
06528	Rotha	rotha	ST	00	15087	51.5425	11.147	4
06528	Brücken	brucken	ST	00	15087	51.4438	11.198	4
06528	Hackpfüffel	hackpfuffel	ST	00	15087	51.42	11.2027	4
06528	Pölsfeld	polsfeld	ST	00	15087	51.5268	11.3443	4
06528	Emseloh	emseloh	ST	00	15087	51.5018	11.3917	4
06528	Grillenberg	grillenberg	ST	00	15087	51.5328	11.3113	4
06528	Oberröblingen	oberroblingen	ST	00	15087	51.4371	11.3075	4
06528	Morungen	morungen	ST	00	15087	51.5167	11.2318	4
06528	Martinsrieth	martinsrieth	ST	00	15087	51.4409	11.2439	4
06528	Großleinungen	grossleinungen	ST	00	15087	51.4933	11.203	4
06528	Obersdorf	obersdorf	ST	00	15087	51.5209	11.3257	4
06528	Gonna	gonna	ST	00	15087	51.5093	11.3238	4
06528	Blankenheim	blankenheim	ST	00	15087	51.5072	11.4288	4
06528	Edersleben	edersleben	ST	00	15087	51.4167	11.2833	4
06528	Beyernaumburg	beyernaumburg	ST	00	15087	51.4739	11.3945	4
06528	Drebsdorf	drebsdorf	ST	00	15087	51.4823	11.1776	4
06528	Sotterhausen	sotterhausen	ST	00	15087	51.4541	11.398	4
06528	Kleinleinungen	kleinleinungen	ST	00	15087	51.4776	11.1631	4
06528	Riestedt	riestedt	ST	00	15087	51.495	11.3602	4
06528	Holdenstedt	holdenstedt	ST	00	15087	51.4756	11.4462	4
06528	Lengefeld	lengefeld	ST	00	15087	51.5034	11.2716	4
06528	Riethnordhausen	riethnordhausen	ST	00	15087	51.4211	11.2366	4
06528	Liedersdorf	liedersdorf	ST	00	15087	51.469	11.427	4
06528	Wettelrode	wettelrode	ST	00	15087	51.5158	11.287	4
06528	Wallhausen	wallhausen	ST	00	15087	51.4612	11.2076	4
06528	Hainrode	hainrode	ST	00	15087	51.5016	11.1688	4
06528	Breitenbach	breitenbach	ST	00	15087	51.5421	11.1178	4
06528	Horla	horla	ST	00	15087	51.5325	11.178	4
06536	Wickerode	wickerode	ST	00	15087	51.4761	11.1318	4
06536	Questenberg	questenberg	ST	00	15087	51.4937	11.1201	4
06536	Wolfsberg	wolfsberg	ST	00	15087	51.5526	11.0972	4
06536	Hayn	hayn	ST	00	15087	51.5699	11.0795	4
06536	Uftrungen	uftrungen	ST	00	15087	51.4986	10.9807	4
06536	Rottleberode	rottleberode	ST	00	15087	51.5164	10.9466	4
06536	Dietersdorf	dietersdorf	ST	00	15087	51.5291	11.0488	4
06536	Berga	berga	ST	00	15087	51.4556	11.0071	4
06536	Roßla	rossla	ST	00	15087	51.4633	11.0758	4
06536	Bennungen	bennungen	ST	00	15087	51.4609	11.1182	4
06536	Breitungen	breitungen	ST	00	15087	51.4981	11.0517	4
06537	Tilleda	tilleda	ST	00	15087	51.4202	11.1407	4
06537	Kelbra	kelbra	ST	00	15087	51.4353	11.0414	4
06542	Nienstedt	nienstedt	ST	00	15087	51.4416	11.3983	4
06542	Mittelhausen	mittelhausen	ST	00	15087	51.4341	11.462	4
06542	Katharinenrieth	katharinenrieth	ST	00	15087	51.4093	11.3513	4
06542	Wolferstedt	wolferstedt	ST	00	15087	51.4255	11.4345	4
06542	Niederröblingen	niederroblingen	ST	00	15087	51.4255	11.3378	4
06542	Winkel	winkel	ST	00	15087	51.4044	11.4636	4
06542	Allstedt	allstedt	ST	00	15087	51.4038	11.3869	4
06543	Wieserode	wieserode	ST	00	15085	51.6849	11.3329	4
06543	Ulzigerode	ulzigerode	ST	00	15087	51.6806	11.3667	4
06543	Alterode	alterode	ST	00	15087	51.6755	11.3836	4
06543	Abberode	abberode	ST	00	15087	51.6154	11.29	4
06543	Stangerode	stangerode	ST	00	15087	51.6573	11.3539	4
06543	Pansfelde	pansfelde	ST	00	15085	51.6588	11.2788	4
06543	Friesdorf	friesdorf	ST	00	15087	51.5886	11.3047	4
06543	Hermerode	hermerode	ST	00	15087	51.5983	11.2858	4
06543	Molmerswende	molmerswende	ST	00	15087	51.6253	11.2589	4
06543	Braunschwende	braunschwende	ST	00	15087	51.5898	11.2418	4
06543	Ritzgerode	ritzgerode	ST	00	15087	51.6057	11.2949	4
06547	Schwenda	schwenda	ST	00	15087	51.56	11.0213	4
06547	Breitenstein	breitenstein	ST	00	15087	51.62	10.9462	4
06547	Stolberg (Harz)	stolberg-harz	ST	00	15087	51.5667	10.95	
06618	Wethau	wethau	ST	00	15084	51.1372	11.8568	4
06618	Leislau	leislau	ST	00	15084	51.0843	11.7449	4
06618	Löbitz	lobitz	ST	00	15084	51.0884	11.8845	4
06618	Gieckau	gieckau	ST	00	15084	51.134	11.8838	4
06618	Casekirchen	casekirchen	ST	00	15084	51.0663	11.8398	4
06618	Pödelist	podelist	ST	00	15084	51.208	11.8328	4
06618	Naumburg	naumburg	ST	00	15084	51.1499	11.8098	4
06618	Görschen	gorschen	ST	00	15084	51.1121	11.9016	4
06618	Prießnitz	priessnitz	ST	00	15084	51.0948	11.7789	4
06618	Utenbach	utenbach	ST	00	15084	51.0658	11.8652	4
06618	Schönburg	schonburg	ST	00	15084	51.1667	11.8667	4
06618	Molau	molau	ST	00	15084	51.0578	11.7793	4
06618	Janisroda	janisroda	ST	00	15084	51.1079	11.782	4
06618	Mertendorf	mertendorf	ST	00	15084	51.1188	11.8584	4
06628	Bad Kösen	bad-kosen	ST	00	15084	51.1343	11.722	4
06628	Taugwitz	taugwitz	ST	00	15084	51.1252	11.6353	4
06628	Abtlöbnitz	abtlobnitz	ST	00	15084	51.0804	11.719	4
06628	Möllern	mollern	ST	00	15084	51.1566	11.7044	4
06628	Taugwitz Taugwitz	taugwitz-taugwitz	ST	00	15084	51.1167	11.6333	
06628	Taugwitz Spielberg	taugwitz-spielberg	ST	00	15084	51.15	11.6333	
06628	Crölpa-Löbschütz	crolpa-lobschutz	ST	00	15084	51.1083	11.7333	
06632	Ebersroda	ebersroda	ST	00	15084	51.2514	11.7702	4
06632	Baumersroda	baumersroda	ST	00	15084	51.2614	11.7566	4
06632	Größnitz	grossnitz	ST	00	15084	51.1885	11.7147	4
06632	Zeuchfeld	zeuchfeld	ST	00	15084	51.2361	11.8285	4
06632	Gleina	gleina	ST	00	15084	51.258	11.7203	4
06632	Gröst	grost	ST	00	15088	51.2598	11.8492	4
06632	Balgstädt	balgstadt	ST	00	15084	51.2053	11.7333	4
06632	Schleberoda	schleberoda	ST	00	15084	51.2377	11.8035	4
06632	Freyburg	freyburg	ST	00	15084	51.2136	11.768	4
06632	Branderoda	branderoda	ST	00	15084	51.2667	11.7667	4
06636	Laucha	laucha	ST	00	15084	51.2242	11.6799	4
06636	Hirschroda	hirschroda	ST	00	15084	51.2059	11.6847	4
06636	Kirchscheidungen	kirchscheidungen	ST	00	15084	51.245	11.6581	4
06636	Burgscheidungen	burgscheidungen	ST	00	15084	51.2472	11.6417	4
06636	Golzen	golzen	ST	00	15084	51.2206	11.6393	4
06636	Weischütz	weischutz	ST	00	15084	51.2211	11.7046	4
06638	Karsdorf	karsdorf	ST	00	15084	51.2713	11.6577	4
06642	Altenroda	altenroda	ST	00	15084	51.2401	11.5649	4
06642	Reinsdorf	reinsdorf	ST	00	15084	51.2943	11.6007	4
06642	Nebra	nebra	ST	00	15084	51.2881	11.5775	4
06642	Bucha	bucha	ST	00	15084	51.2364	11.5073	4
06642	Wangen	wangen	ST	00	15084	51.2695	11.5459	4
06642	Wohlmirstedt	wohlmirstedt	ST	00	15084	51.2476	11.4615	4
06642	Memleben	memleben	ST	00	15084	51.266	11.4922	4
06647	Klosterhäseler	klosterhaseler	ST	00	15084	51.1636	11.6119	4
06647	Burkersroda	burkersroda	ST	00	15084	51.1772	11.6412	4
06647	Thalwinkel	thalwinkel	ST	00	15084	51.2232	11.6084	4
06647	Kahlwinkel	kahlwinkel	ST	00	15084	51.2152	11.4792	4
06647	Billroda	billroda	ST	00	15084	51.2002	11.4562	4
06647	Steinburg	steinburg	ST	00	15084	51.1905	11.5173	4
06647	Lossa	lossa	ST	00	15084	51.2219	11.4104	4
06647	Bad Bibra	bad-bibra	ST	00	15084	51.208	11.5852	4
06647	Wischroda	wischroda	ST	00	15084	51.1645	11.5517	4
06647	Saubach	saubach	ST	00	15084	51.2145	11.5246	4
06648	Eckartsberga	eckartsberga	ST	00	15084	51.1238	11.5605	4
06648	Tromsdorf	tromsdorf	ST	00	15084	51.1163	11.4821	4
06648	Burgholzhausen	burgholzhausen	ST	00	15084	51.1351	11.5186	4
06648	Herrengosserstedt	herrengosserstedt	ST	00	15084	51.1425	11.4765	4
06667	Stößen	stossen	ST	00	15084	51.1144	11.924	4
06667	Tagewerben	tagewerben	ST	00	15084	51.2376	11.9513	4
06667	Leißling	leissling	ST	00	15084	51.1826	11.9095	4
06667	Goseck	goseck	ST	00	15084	51.2	11.8667	4
06667	Burgwerben	burgwerben	ST	00	15084	51.2227	11.984	4
06667	Uichteritz	uichteritz	ST	00	15084	51.2065	11.9221	4
06667	Markwerben	markwerben	ST	00	15084	51.2158	11.9407	4
06667	Gröbitz	grobitz	ST	00	15084	51.1347	11.9245	4
06667	Prittitz	prittitz	ST	00	15084	51.15	11.9302	4
06667	Pretzsch	pretzsch	ST	00	15084	51.0944	11.9463	4
06667	Reichardtswerben	reichardtswerben	ST	00	15084	51.2485	11.9535	4
06667	Langendorf	langendorf	ST	00	15084	51.1797	11.9614	4
06667	Weißenfels	weissenfels	ST	00	15084	51.2015	11.9684	4
06667	Storkau	storkau	ST	00	15084	51.2277	11.9242	4
06679	Taucha	taucha	ST	00	15084	51.1934	12.0804	4
06679	Hohenmölsen	hohenmolsen	ST	00	15084	51.1577	12.1	4
06679	Webau	webau	ST	00	15084	51.1744	12.0745	4
06679	Muschwitz	muschwitz	ST	00	15084	51.193	12.1206	4
06679	Granschütz	granschutz	ST	00	15084	51.1843	12.0515	4
06679	Zorbau	zorbau	ST	00	15084	51.1916	12.0228	4
06682	Deuben	deuben	ST	00	15084	51.1097	12.0726	4
06682	Trebnitz	trebnitz	ST	00	15084	51.0945	12.0656	4
06682	Schelkau	schelkau	ST	00	15084	51.1007	12.0015	4
06682	Werschen	werschen	ST	00	15084	51.1349	12.0585	4
06682	Nessa	nessa	ST	00	15084	51.1457	12.0087	4
06682	Gröben	groben	ST	00	15084	51.1235	12.0421	4
06682	Krauschwitz	krauschwitz	ST	00	15084	51.1187	11.9731	4
06682	Teuchern	teuchern	ST	00	15084	51.1209	12.0241	4
06686	Poserna	poserna	ST	00	15084	51.2145	12.0816	4
06686	Sössen	sossen	ST	00	15084	51.2166	12.1023	4
06686	Großgörschen	grossgorschen	ST	00	15084	51.2167	12.1835	4
06686	Röcken	rocken	ST	00	15084	51.2408	12.1154	4
06686	Dehlitz	dehlitz	ST	00	15084	51.2305	12.022	4
06686	Lützen	lutzen	ST	00	15084	51.2567	12.1416	4
06686	Rippach	rippach	ST	00	15084	51.2266	12.0634	4
06686	Starsiedel	starsiedel	ST	00	15084	51.2173	12.1388	4
06688	Schkortleben	schkortleben	ST	00	15084	51.2433	12.0172	4
06688	Großkorbetha	grosskorbetha	ST	00	15084	51.26	12.0301	4
06688	Wengelsdorf	wengelsdorf	ST	00	15084	51.2811	12.0423	4
06712	Breitenbach	breitenbach	ST	00	15084	51.0041	12.075	4
06712	Zeitz	zeitz	ST	00	15084	51.0496	12.1369	4
06712	Kretzschau	kretzschau	ST	00	15084	51.05	12.0667	4
06712	Bornitz	bornitz	ST	00	15084	51.0882	12.1716	4
06712	Geußnitz	geussnitz	ST	00	15084	51.0167	12.1833	4
06712	Könderitz	konderitz	ST	00	15084	51.0869	12.2114	4
06712	Schellbach	schellbach	ST	00	15084	50.9774	12.1174	4
06712	Wittgendorf	wittgendorf	ST	00	15084	50.9774	12.1949	4
06712	Heuckewalde	heuckewalde	ST	00	15084	50.9663	12.1532	4
06712	Döschwitz	doschwitz	ST	00	15084	51.0633	12.0566	4
06712	Grana	grana	ST	00	15084	51.0545	12.1054	4
06712	Draschwitz	draschwitz	ST	00	15084	51.0987	12.181	4
06712	Würchwitz	wurchwitz	ST	00	15084	51.019	12.2274	4
06712	Droßdorf	drossdorf	ST	00	15084	51.0084	12.1214	4
06712	Haynsburg	haynsburg	ST	00	15084	51.0183	12.0661	4
06712	Göbitz	gobitz	ST	00	15084	51.0855	12.1836	4
06712	Bergisdorf	bergisdorf	ST	00	15084	51.0318	12.1178	4
06721	Goldschau	goldschau	ST	00	15084	51.0622	11.8967	4
06721	Unterkaka	unterkaka	ST	00	15084	51.0903	11.9671	4
06721	Waldau	waldau	ST	00	15084	51.0638	11.9339	4
06721	Meineweh	meineweh	ST	00	15084	51.0766	11.9872	4
06721	Osterfeld	osterfeld	ST	00	15084	51.0801	11.9305	4
06722	Droyßig	droyssig	ST	00	15084	51.0425	12.0259	4
06722	Wetterzeube	wetterzeube	ST	00	15084	51	12.0167	4
06722	Weickelsdorf	weickelsdorf	ST	00	15084	51.0503	11.9535	4
06722	Kleinhelmsdorf	kleinhelmsdorf	ST	00	15084	51.0352	11.9314	4
06724	Bröckau	brockau	ST	00	15084	50.9636	12.2129	4
06724	Kayna	kayna	ST	00	15084	50.9941	12.2371	4
06724	Weißenborn	weissenborn	ST	00	15084	51.0297	11.9964	4
06724	Spora	spora	ST	00	15084	51.0267	12.2614	4
06725	Profen	profen	ST	00	15084	51.1259	12.2166	4
06725	Reuden	reuden	ST	00	15084	51.1107	12.1948	4
06727	Luckenau	luckenau	ST	00	15084	51.0902	12.0817	4
06727	Döbris	dobris	ST	00	15084	51.1167	12.1333	4
06727	Theißen	theissen	ST	00	15084	51.0875	12.1066	4
06727	Nonnewitz	nonnewitz	ST	00	15084	51.0907	12.1243	4
06729	Rehmsdorf	rehmsdorf	ST	00	15084	51.0612	12.2145	4
06729	Langendorf	langendorf	ST	00	15084	51.0882	12.261	4
06729	Tröglitz	troglitz	ST	00	15084	51.0563	12.1791	4
06731	Bitterfeld-Wolfen	bitterfeld-wolfen	ST	00	15082	51.6229	12.2677	
06749	Friedersdorf	friedersdorf	ST	00	15082	51.6481	12.3655	4
06749	Bitterfeld	bitterfeld	ST	00	15082	51.6178	12.3069	
06766	Bobbau	bobbau	ST	00	15082	51.6875	12.2725	4
06766	Wolfen	wolfen	ST	00	15082	51.6612	12.2687	4
06766	Thalheim	thalheim	ST	00	15082	51.6527	12.2276	4
06766	Rödgen	rodgen	ST	00	15082	51.6405	12.186	4
06773	Gröbern	grobern	ST	00	15082	51.6886	12.4512	4
06773	Schköna	schkona	ST	00	15091	51.681	12.5372	4
06773	Kemberg Bergwitz	kemberg-bergwitz	ST	00	15091	51.8	12.5833	
06773	Rotta	rotta	ST	00	15091	51.7644	12.6024	4
06773	Kemberg	kemberg	ST	00	15091	51.8001	12.5971	
06773	Selbitz	selbitz	ST	00	15091	51.8146	12.5321	4
06773	Gossa	gossa	ST	00	15082	51.6695	12.4442	4
06773	Gräfenhainichen	grafenhainichen	ST	00	15091	51.7289	12.4565	4
06773	Jüdenberg	judenberg	ST	00	15091	51.7505	12.4148	4
06773	Radis	radis	ST	00	15091	51.7523	12.5145	4
06773	Kemberg Klitzschena	kemberg-klitzschena	ST	00	15091	51.8171	12.5746	
06773	Uthausen	uthausen	ST	00	15091	51.7646	12.5567	4
06774	Pouch	pouch	ST	00	15082	51.6232	12.4013	4
06774	Schlaitz	schlaitz	ST	00	15082	51.6587	12.4284	4
06774	Krina	krina	ST	00	15082	51.6548	12.4871	4
06774	Mühlbeck	muhlbeck	ST	00	15082	51.6386	12.3811	4
06774	Tornau	tornau	ST	00	15091	51.6375	12.5891	4
06774	Schwemsal	schwemsal	ST	00	15082	51.6269	12.5566	4
06774	Rösa	rosa	ST	00	15082	51.6158	12.4907	4
06774	Söllichau	sollichau	ST	00	15091	51.6353	12.6473	4
06774	Plodda	plodda	ST	00	15082	51.6583	12.4474	4
06779	Thurland	thurland	ST	00	15082	51.716	12.2216	4
06779	Schierau	schierau	ST	00	15082	51.7485	12.2834	4
06779	Raguhn	raguhn	ST	00	15082	51.7117	12.2753	4
06779	Salzfurtkapelle	salzfurtkapelle	ST	00	15082	51.6944	12.1788	4
06779	Tornau	tornau	ST	00	15082	51.7185	12.1817	4
06779	Marke	marke	ST	00	15082	51.7255	12.2489	4
06779	Retzau	retzau	ST	00	15082	51.7248	12.3143	4
06780	Großzöberitz	grosszoberitz	ST	00	15082	51.6194	12.1792	4
06780	Sandersdorf	sandersdorf	ST	00	15082	51.62	12.24	4
06780	Sandersdorf Heideloh	sandersdorf-heideloh	ST	00	15082	51.6333	12.2	
06780	Spören	sporen	ST	00	15082	51.602	12.1233	4
06780	Löberitz	loberitz	ST	00	15082	51.6539	12.1466	4
06780	Quetzdölsdorf	quetzdolsdorf	ST	00	15082	51.5869	12.1328	4
06780	Zörbig	zorbig	ST	00	15082	51.6289	12.1174	4
06780	Stumsdorf	stumsdorf	ST	00	15082	51.6163	12.0638	4
06780	Schrenz	schrenz	ST	00	15082	51.5876	12.0716	4
06780	Göttnitz	gottnitz	ST	00	15082	51.6372	12.0626	4
06785	Schleesen	schleesen	ST	00	15091	51.7845	12.4876	4
06785	Brandhorst	brandhorst	ST	00	15091	51.8093	12.41	4
06785	Kakau	kakau	ST	00	15091	51.8043	12.4329	4
06785	Oranienbaum	oranienbaum	ST	00	15091	51.7986	12.4058	4
06785	Horstdorf	horstdorf	ST	00	15091	51.8196	12.429	4
06786	Gohrau	gohrau	ST	00	15091	51.8149	12.4876	4
06786	Riesigk	riesigk	ST	00	15091	51.8246	12.466	4
06786	Wörlitz	worlitz	ST	00	15091	51.8417	12.4212	4
06786	Griesen	griesen	ST	00	15091	51.8331	12.4183	4
06786	Rehsen	rehsen	ST	00	15091	51.8281	12.4983	4
06786	Vockerode	vockerode	ST	00	15091	51.847	12.3521	4
06791	Möhlau	mohlau	ST	00	15091	51.7313	12.3528	4
06791	Zschornewitz	zschornewitz	ST	00	15091	51.7158	12.4	4
06792	Sandersdorf Sandersdorf	sandersdorf-sandersdorf	ST	00	15082	51.6333	12.2667	
06792	Sandersdorf	sandersdorf	ST	00	15082	51.62	12.24	4
06794	Glebitzsch	glebitzsch	ST	00	15082	51.5964	12.1914	4
06794	Sandersdorf Zscherndorf	sandersdorf-zscherndorf	ST	00	15082	51.6167	12.2667	
06794	Sandersdorf	sandersdorf	ST	00	15082	51.62	12.24	4
06794	Sandersdorf Ramsin	sandersdorf-ramsin	ST	00	15082	51.6167	12.2333	
06794	Sandersdorf Renneritz	sandersdorf-renneritz	ST	00	15082	51.6	12.2333	
06796	Brehna	brehna	ST	00	15082	51.5579	12.2128	4
06800	Jeßnitz	jessnitz	ST	00	15082	51.6831	12.2999	4
06800	Altjeßnitz	altjessnitz	ST	00	15082	51.6915	12.3213	4
06803	Greppin	greppin	ST	00	15082	51.6468	12.3007	4
06804	Burgkemnitz	burgkemnitz	ST	00	15082	51.6838	12.4009	4
06804	Muldenstein	muldenstein	ST	00	15082	51.6719	12.3455	4
06808	Holzweißig	holzweissig	ST	00	15082	51.5982	12.3084	4
06809	Petersroda	petersroda	ST	00	15082	51.5703	12.2892	4
06809	Roitzsch	roitzsch	ST	00	15082	51.5753	12.2633	4
06842	Dessau	dessau	ST	00	15001	51.8231	12.2598	4
06844	Dessau	dessau	ST	00	15001	51.8441	12.2475	4
06846	Dessau	dessau	ST	00	15001	51.8333	12.25	4
06847	Dessau	dessau	ST	00	15001	51.8221	12.1917	4
06849	Dessau	dessau	ST	00	15001	51.8083	12.241	4
06861	Dessau-Roßlau	dessau-rosslau	ST	00	15001	51.8333	12.25	4
06862	Rodleben	rodleben	ST	00	15001	51.8961	12.2006	4
06862	Roßlau	rosslau	ST	00	15001	51.9499	12.305	
06862	Brambach	brambach	ST	00	15001	51.8784	12.1485	4
06868	Bräsen	brasen	ST	00	15091	51.9646	12.3764	4
06868	Stackelitz	stackelitz	ST	00	15091	52.0083	12.3771	4
06868	Serno	serno	ST	00	15091	52.0026	12.4219	4
06868	Hundeluft	hundeluft	ST	00	15091	51.9683	12.3411	4
06868	Ragösen	ragosen	ST	00	15091	51.9806	12.2961	4
06868	Thießen	thiessen	ST	00	15091	51.9559	12.2992	4
06868	Jeber-Bergfrieden	jeber-bergfrieden	ST	00	15091	51.9837	12.3502	4
06869	Griebo	griebo	ST	00	15091	51.8813	12.5088	4
06869	Möllensdorf	mollensdorf	ST	00	15091	51.9186	12.5356	4
06869	Senst	senst	ST	00	15091	51.9685	12.5689	4
06869	Klieken	klieken	ST	00	15091	51.8881	12.3707	4
06869	Coswig	coswig	ST	00	15091	51.8862	12.4501	4
06869	Köselitz	koselitz	ST	00	15091	51.9571	12.4866	4
06869	Buko	buko	ST	00	15091	51.9427	12.408	4
06869	Zieko	zieko	ST	00	15091	51.9141	12.4134	4
06869	Cobbelsdorf	cobbelsdorf	ST	00	15091	51.9608	12.53	4
06869	Wörpen	worpen	ST	00	15091	51.9259	12.5031	4
06869	Düben	duben	ST	00	15091	51.9279	12.385	4
06886	Lutherstadt Wittenberg	lutherstadt-wittenberg	ST	00	15091	51.8744	12.606	
06888	Dabrun	dabrun	ST	00	15091	51.833	12.7094	4
06888	Dietrichsdorf	dietrichsdorf	ST	00	15091	51.8593	12.7753	4
06888	Eutzsch	eutzsch	ST	00	15091	51.8201	12.6373	4
06888	Mühlanger	muhlanger	ST	00	15091	51.85	12.75	4
06888	Mochau	mochau	ST	00	15091	51.931	12.6795	4
06888	Zörnigall	zornigall	ST	00	15091	51.87	12.7551	4
06888	Abtsdorf	abtsdorf	ST	00	15091	51.8898	12.7253	4
06889	Lutherstadt Wittenberg	lutherstadt-wittenberg	ST	00	15091	51.8744	12.606	
06895	Bülzig	bulzig	ST	00	15091	51.894	12.7555	4
06895	Boßdorf	bossdorf	ST	00	15091	51.989	12.685	4
06895	Leetza	leetza	ST	00	15091	51.8873	12.8183	4
06895	Zahna	zahna	ST	00	15091	51.9141	12.7856	4
06895	Rahnsdorf	rahnsdorf	ST	00	15091	51.946	12.7854	4
06895	Kropstädt	kropstadt	ST	00	15091	51.9631	12.7455	4
06896	Straach	straach	ST	00	15091	51.954	12.5977	4
06896	Nudersdorf	nudersdorf	ST	00	15091	51.9303	12.5955	4
06896	Schmilkendorf	schmilkendorf	ST	00	15091	51.9258	12.6308	4
06901	Dorna	dorna	ST	00	15091	51.7831	12.711	4
06901	Rackith	rackith	ST	00	15091	51.8037	12.6862	4
06901	Wartenburg	wartenburg	ST	00	15091	51.8096	12.7793	4
06901	Ateritz	ateritz	ST	00	15091	51.7392	12.6323	4
06901	Kemberg	kemberg	ST	00	15091	51.8001	12.5971	4
06901	Globig-Bleddin	globig-bleddin	ST	00	15091	51.7833	12.7667	
06901	Schnellin	schnellin	ST	00	15091	51.7618	12.7096	4
06901	Kemberg Kemberg	kemberg-kemberg	ST	00	15091	51.7618	12.6823	
06905	Bad Schmiedeberg	bad-schmiedeberg	ST	00	15091	51.6852	12.7348	4
06905	Meuro	meuro	ST	00	15091	51.725	12.6934	4
06905	Korgau	korgau	ST	00	15091	51.6722	12.75	
06909	Trebitz	trebitz	ST	00	15091	51.7516	12.7508	4
06909	Pretzsch/Elbe	pretzsch-elbe	ST	00	15091	51.7167	12.8	
06909	Priesitz	priesitz	ST	00	15091	51.7019	12.8245	4
06917	Jessen (Elster) Holzdorf	jessen-elster-holzdorf	ST	00	15091	51.7804	13.1248	4
06917	Jessen (Elster) Gerbisbach	jessen-elster-gerbisbach	ST	00	15091	51.7496	12.9489	4
06917	Jessen (Elster) Neuerstadt	jessen-elster-neuerstadt	ST	00	15091	51.8307	13.1239	4
06917	Jessen (Elster) Reicho	jessen-elster-reicho	ST	00	15091	51.8065	13.1208	4
06917	Jessen (Elster) Mark Zwuschen	jessen-elster-mark-zwuschen	ST	00	15091	51.915	12.9649	
06917	Jessen (Elster) Battin	jessen-elster-battin	ST	00	15091	51.7679	12.9042	4
06917	Jessen (Elster) Schöneicho	jessen-elster-schoneicho	ST	00	15091	51.7503	12.9158	4
06917	Jessen (Elster) Arnsdorf	jessen-elster-arnsdorf	ST	00	15091	51.8211	12.9507	4
06917	Jessen (Elster) Mellnitz	jessen-elster-mellnitz	ST	00	15091	51.907	12.9149	4
06917	Jessen (Elster) Düßnitz	jessen-elster-dussnitz	ST	00	15091	51.7288	12.8781	4
06917	Jessen (Elster) Morxdorf	jessen-elster-morxdorf	ST	00	15091	51.9064	12.9408	4
06917	Jessen (Elster) Schadewalde	jessen-elster-schadewalde	ST	00	15091	51.8704	12.8908	4
06917	Jessen (Elster) Dixförda	jessen-elster-dixforda	ST	00	15091	51.8088	13.0362	4
06917	Jessen (Elster) Jessen (Elster)	jessen-elster-jessen-elster	ST	00	15091	51.7774	12.9605	
06917	Jessen (Elster) Buschkuhnsdorf	jessen-elster-buschkuhnsdorf	ST	00	15091	51.8132	13.1469	4
06917	Jessen (Elster) Kleinkorga	jessen-elster-kleinkorga	ST	00	15091	51.8158	13.082	4
06917	Jessen (Elster) Grabo	jessen-elster-grabo	ST	00	15091	51.7728	12.9342	4
06917	Jessen (Elster)	jessen-elster	ST	00	15091	51.8136	12.9874	4
06917	Jessen (Elster) Steinsdorf	jessen-elster-steinsdorf	ST	00	15091	51.8265	13.0743	4
06917	Jessen (Elster) Mügeln	jessen-elster-mugeln	ST	00	15091	51.8554	13.0263	4
06917	Jessen (Elster) Schweinitz	jessen-elster-schweinitz	ST	00	15091	51.7956	13.0265	4
06917	Jessen (Elster) Klossa	jessen-elster-klossa	ST	00	15091	51.7824	13.0513	4
06917	Jessen (Elster) Mönchenhöfe	jessen-elster-monchenhofe	ST	00	15091	51.7847	13.0658	4
06917	Jessen (Elster) Lindwerder	jessen-elster-lindwerder	ST	00	15091	51.8278	13.0307	4
06917	Jessen (Elster) Linda	jessen-elster-linda	ST	00	15091	51.858	13.1061	4
06917	Jessen (Elster) Gorsdorf-Hemsendorf	jessen-elster-gorsdorf-hemsendorf	ST	00	15091	51.7972	12.8759	
06917	Jessen (Elster) Rade	jessen-elster-rade	ST	00	15091	51.7549	12.8875	4
06917	Jessen (Elster) Kremitz	jessen-elster-kremitz	ST	00	15091	51.763	13.1075	4
06917	Schützberg	schutzberg	ST	00	15091	51.7902	12.8241	4
06917	Jessen (Elster) Gentha	jessen-elster-gentha	ST	00	15091	51.851	12.9013	4
06917	Jessen (Elster) Leipa	jessen-elster-leipa	ST	00	15091	51.8352	12.9425	
06917	Jessen (Elster) Kleindröben	jessen-elster-kleindroben	ST	00	15091	51.7435	12.8404	4
06917	Jessen (Elster) Großkorga	jessen-elster-grosskorga	ST	00	15091	51.8046	13.0844	4
06917	Jessen (Elster) Lüttchenseyda	jessen-elster-luttchenseyda	ST	00	15091	51.8588	12.8947	4
06917	Klöden	kloden	ST	00	15091	51.7618	12.8317	4
06917	Jessen (Elster) Ruhlsdorf	jessen-elster-ruhlsdorf	ST	00	15091	51.8198	12.9128	4
06918	Morxdorf	morxdorf	ST	00	15091	51.9038	12.9408	4
06918	Listerfehrda	listerfehrda	ST	00	15091	51.8204	12.8531	4
06918	Mellnitz	mellnitz	ST	00	15091	51.904	12.9098	4
06918	Gadegast	gadegast	ST	00	15091	51.8915	12.8936	4
06918	Elster/Elbe	elster-elbe	ST	00	15091	51.8269	12.832	
06918	Zemnick	zemnick	ST	00	15091	51.8653	12.844	4
06918	Gentha	gentha	ST	00	15091	51.8497	12.8986	4
06918	Jessen (Elster) Seyda	jessen-elster-seyda	ST	00	15091	51.8831	12.9067	4
06918	Naundorf bei Seyda	naundorf-bei-seyda	ST	00	15091	51.9333	12.8833	
06922	Lebien	lebien	ST	00	15091	51.721	12.9367	4
06922	Prettin	prettin	ST	00	15091	51.6608	12.9235	4
06922	Plossig	plossig	ST	00	15091	51.697	12.9525	4
06922	Axien	axien	ST	00	15091	51.7015	12.8874	4
06922	Labrun	labrun	ST	00	15091	51.6723	12.9669	4
06925	Purzien	purzien	ST	00	15091	51.7649	13.0228	4
06925	Groß Naundorf	gross-naundorf	ST	00	15091	51.6943	12.9973	4
06925	Bethau	bethau	ST	00	15091	51.6747	12.9975	4
06925	Annaburg	annaburg	ST	00	15091	51.733	13.0473	4
06925	Löben	loben	ST	00	15091	51.7654	13.077	4
06926	Mönchenhöfe	monchenhofe	ST	00	15091	51.7834	13.063	4
06926	Buschkuhnsdorf	buschkuhnsdorf	ST	00	15091	51.8131	13.1462	4
06926	Reicho	reicho	ST	00	15091	51.8064	13.1171	4
06926	Kleinkorga	kleinkorga	ST	00	15091	51.8147	13.0797	4
06926	Neuerstadt	neuerstadt	ST	00	15091	51.8303	13.1243	4
06926	Premsendorf	premsendorf	ST	00	15091	51.7539	13.129	4
06926	Holzdorf	holzdorf	ST	00	15091	51.7787	13.1276	4
06928	Linda (Elster)	linda-elster	ST	00	15091	51.85	13.1167	
14715	Schollene	schollene	ST	00	15090	52.677	12.2187	4
29410	Salzwedel	salzwedel	ST	00	15081	52.8544	11.1525	4
29410	Chüden	chuden	ST	00	15081	52.85	11.2333	4
29413	Seebenau	seebenau	ST	00	15081	52.8864	11.0337	4
29413	Henningen	henningen	ST	00	15081	52.8429	10.9643	4
29413	Wallstawe	wallstawe	ST	00	15081	52.8	11.0167	4
29413	Osterwohle	osterwohle	ST	00	15081	52.8365	11.0081	4
29413	Tylsen	tylsen	ST	00	15081	52.8157	11.0334	4
29413	Gieseritz	gieseritz	ST	00	15081	52.7742	11.0081	4
29413	Dähre	dahre	ST	00	15081	52.798	10.9067	4
29413	Bonese	bonese	ST	00	15081	52.8164	10.8415	4
29413	Mehmke	mehmke	ST	00	15081	52.7277	10.9578	4
29413	Lagendorf	lagendorf	ST	00	15081	52.8294	10.8431	4
29413	Bornsen	bornsen	ST	00	15081	52.7175	10.9164	4
29413	Neuekrug	neuekrug	ST	00	15081	52.7743	10.8016	4
29413	Flecken Diesdorf	flecken-diesdorf	ST	00	15081	52.75	10.8833	
29413	Ellenberg	ellenberg	ST	00	15081	52.7971	10.9704	4
29413	Langenapel	langenapel	ST	00	15081	52.8177	10.9645	4
29416	Salzwedel Stappenbeck	salzwedel-stappenbeck	ST	00	15081	52.8167	11.2333	4
29416	Riebau	riebau	ST	00	15081	52.8565	11.2768	4
29416	Wieblitz-Eversdorf	wieblitz-eversdorf	ST	00	15081	52.8094	11.0893	4
29416	Winterfeld	winterfeld	ST	00	15081	52.7404	11.2454	4
29416	Beetzendorf Gischau	beetzendorf-gischau	ST	00	15081	52.7333	11.1	4
29416	Klein Gartz	klein-gartz	ST	00	15081	52.8232	11.3188	4
29416	Valfitz	valfitz	ST	00	15081	52.7639	11.1194	4
29416	Jeggeleben	jeggeleben	ST	00	15081	52.7581	11.2961	4
29416	Vissum	vissum	ST	00	15081	52.8204	11.3557	4
29416	Steinitz	steinitz	ST	00	15081	52.828	11.118	4
29416	Kaulitz	kaulitz	ST	00	15081	52.8803	11.3932	4
29416	Mechau	mechau	ST	00	15081	52.8712	11.3489	4
29416	Püggen	puggen	ST	00	15081	52.7329	11.0598	4
29416	Siedenlangenbeck	siedenlangenbeck	ST	00	15081	52.7519	11.0873	4
29416	Binde	binde	ST	00	15081	52.8545	11.3849	4
29416	Liesten	liesten	ST	00	15081	52.7873	11.2949	4
29416	Bierstedt	bierstedt	ST	00	15081	52.7288	11.0252	4
29416	Fleetmark	fleetmark	ST	00	15081	52.7939	11.3887	4
29416	Rademin	rademin	ST	00	15081	52.7956	11.3352	4
29416	Chüden	chuden	ST	00	15081	52.85	11.2333	4
29416	Pretzier	pretzier	ST	00	15081	52.8322	11.2611	4
29416	Altensalzwedel	altensalzwedel	ST	00	15081	52.7697	11.1778	4
29416	Kuhfelde	kuhfelde	ST	00	15081	52.7833	11.1167	4
29416	Benkendorf	benkendorf	ST	00	15081	52.7895	11.2669	4
29416	Kerkau	kerkau	ST	00	15081	52.784	11.4296	4
38486	Kusey	kusey	ST	00	15081	52.5799	11.0906	4
38486	Jahrstedt	jahrstedt	ST	00	15081	52.5601	10.9767	4
38486	Wenze	wenze	ST	00	15081	52.5642	11.1332	4
38486	Klötze	klotze	ST	00	15081	52.6272	11.1642	4
38486	Neuendorf	neuendorf	ST	00	15081	52.6773	11.216	4
38486	Kunrau	kunrau	ST	00	15081	52.5674	11.0177	4
38486	Immekath	immekath	ST	00	15081	52.626	11.0815	4
38486	Ristedt	ristedt	ST	00	15081	52.6461	11.0782	4
38486	Bandau	bandau	ST	00	15081	52.6717	11.1103	4
38486	Flecken Apenburg	flecken-apenburg	ST	00	15081	52.7167	11.2	
38486	Neuferchau	neuferchau	ST	00	15081	52.575	11.0649	4
38486	Dönitz	donitz	ST	00	15081	52.6122	11.0459	4
38486	Steimke	steimke	ST	00	15081	52.5881	10.9675	4
38489	Beetzendorf	beetzendorf	ST	00	15081	52.7023	11.0889	4
38489	Hohentramm	hohentramm	ST	00	15081	52.7083	11.1461	4
38489	Mellin	mellin	ST	00	15081	52.6492	10.9886	4
38489	Rohrberg	rohrberg	ST	00	15081	52.7075	11.0409	4
38489	Ahlum	ahlum	ST	00	15081	52.6942	11.01	4
38489	Hanum	hanum	ST	00	15081	52.6861	10.8558	4
38489	Lüdelsen	ludelsen	ST	00	15081	52.6858	10.9408	4
38489	Jeeben	jeeben	ST	00	15081	52.6825	11.0913	4
38489	Nettgau	nettgau	ST	00	15081	52.6421	10.905	4
38489	Jübar	jubar	ST	00	15081	52.689	10.909	4
38489	Tangeln	tangeln	ST	00	15081	52.6775	11.0257	4
38820	Halberstadt	halberstadt	ST	00	15085	51.8956	11.0562	4
38822	Sargstedt	sargstedt	ST	00	15085	51.941	10.9868	4
38822	Ströbeck	strobeck	ST	00	15085	51.9141	10.9444	4
38822	Groß Quenstedt	gross-quenstedt	ST	00	15085	51.9333	11.1167	4
38822	Aspenstedt	aspenstedt	ST	00	15085	51.936	10.9496	4
38822	Athenstedt	athenstedt	ST	00	15085	51.9384	10.912	4
38828	Wegeleben	wegeleben	ST	00	15085	51.8838	11.1735	4
38829	Harsleben	harsleben	ST	00	15085	51.8667	11.1	4
38835	Veltheim	veltheim	ST	00	15085	52.0349	10.7451	4
38835	Osterwieck	osterwieck	ST	00	15085	51.9699	10.7104	4
38835	Hessen	hessen	ST	00	15085	52.0167	10.7833	4
38835	Deersheim	deersheim	ST	00	15085	51.9832	10.7809	4
38835	Osterode	osterode	ST	00	15085	52.0329	10.6689	4
38835	Schauen	schauen	ST	00	15085	51.9457	10.7173	4
38835	Wülperode	wulperode	ST	00	15085	51.9814	10.5987	4
38835	Zilly	zilly	ST	00	15085	51.9455	10.8261	4
38835	Lüttgenrode	luttgenrode	ST	00	15085	51.9673	10.6649	4
38835	Rhoden	rhoden	ST	00	15085	52.014	10.6576	4
38835	Bühne	buhne	ST	00	15085	51.9956	10.6396	4
38835	Berßel	berssel	ST	00	15085	51.9545	10.7578	4
38836	Dardesheim	dardesheim	ST	00	15085	52.0062	10.8923	
38836	Dedeleben	dedeleben	ST	00	15085	52.0324	10.8916	4
38836	Rohrsheim	rohrsheim	ST	00	15085	52.0193	10.8319	4
38836	Vogelsdorf	vogelsdorf	ST	00	15085	52.0119	10.8999	4
38836	Pabstorf	pabstorf	ST	00	15085	52.0303	10.959	4
38836	Anderbeck	anderbeck	ST	00	15085	51.9818	10.9336	4
38836	Huy-Neinstedt	huy-neinstedt	ST	00	15085	51.9658	10.9146	4
38836	Badersleben	badersleben	ST	00	15085	51.9852	10.8895	4
38838	Aderstedt	aderstedt	ST	00	15085	52.0308	10.9973	4
38838	Schlanstedt	schlanstedt	ST	00	15085	52.0123	11.031	4
38838	Dingelstedt	dingelstedt	ST	00	15085	51.9766	10.9781	4
38838	Eilenstedt	eilenstedt	ST	00	15085	51.9827	11.0435	4
38838	Eilsdorf	eilsdorf	ST	00	15085	51.9969	10.9942	4
38855	Wernigerode	wernigerode	ST	00	15085	51.8365	10.7822	4
38855	Danstedt	danstedt	ST	00	15085	51.9119	10.8864	4
38855	Reddeber	reddeber	ST	00	15085	51.8663	10.8041	4
38855	Schmatzfeld	schmatzfeld	ST	00	15085	51.8924	10.7649	4
38855	Heudeber	heudeber	ST	00	15085	51.9025	10.8432	4
38871	Veckenstedt	veckenstedt	ST	00	15085	51.9011	10.732	4
38871	Ilsenburg	ilsenburg	ST	00	15085	51.867	10.6782	4
38871	Drübeck	drubeck	ST	00	15085	51.8582	10.7184	4
38871	Abbenrode	abbenrode	ST	00	15085	51.9287	10.6255	4
38871	Stapelburg	stapelburg	ST	00	15085	51.9008	10.6624	4
38871	Darlingerode	darlingerode	ST	00	15085	51.8471	10.731	4
38871	Wasserleben	wasserleben	ST	00	15085	51.9209	10.7567	4
38871	Langeln	langeln	ST	00	15085	51.9119	10.7944	4
38875	Sorge	sorge	ST	00	15085	51.6926	10.6979	4
38875	Königshütte	konigshutte	ST	00	15085	51.7434	10.7652	4
38875	Elend	elend	ST	00	15085	51.7447	10.6876	4
38875	Elbingerode	elbingerode	ST	00	15085	51.7704	10.8056	4
38875	Tanne	tanne	ST	00	15085	51.6984	10.7224	4
38877	Benneckenstein	benneckenstein	ST	00	15085	51.6682	10.7172	4
38879	Schierke	schierke	ST	00	15085	51.7639	10.6621	4
38889	Wienrode	wienrode	ST	00	15085	51.7651	10.9728	4
38889	Cattenstedt	cattenstedt	ST	00	15085	51.777	10.9676	4
38889	Rübeland	rubeland	ST	00	15085	51.7559	10.8466	4
38889	Treseburg	treseburg	ST	00	15085	51.7161	10.9712	4
38889	Altenbrak	altenbrak	ST	00	15085	51.7265	10.9416	4
38889	Hüttenrode	huttenrode	ST	00	15085	51.7688	10.9038	4
38889	Heimburg	heimburg	ST	00	15085	51.8233	10.9114	4
38889	Blankenburg	blankenburg	ST	00	15085	51.7902	10.9551	4
38895	Derenburg	derenburg	ST	00	15085	51.8645	10.9517	
38895	Langenstein	langenstein	ST	00	15085	51.8555	10.9882	4
38899	Trautenstein	trautenstein	ST	00	15085	51.6871	10.7856	4
38899	Stiege	stiege	ST	00	15085	51.6652	10.8832	4
38899	Hasselfelde	hasselfelde	ST	00	15085	51.6905	10.8537	4
39014	Magdeburg	magdeburg	ST	00	15003	52.082	11.586	1
39104	Magdeburg	magdeburg	ST	00	15003	52.1243	11.6322	4
39106	Magdeburg	magdeburg	ST	00	15003	52.1469	11.6498	4
39108	Magdeburg	magdeburg	ST	00	15003	52.1333	11.6167	4
39110	Magdeburg	magdeburg	ST	00	15003	52.1263	11.6011	4
39112	Magdeburg	magdeburg	ST	00	15003	52.1104	11.6011	4
39114	Magdeburg	magdeburg	ST	00	15003	52.1333	11.6167	4
39116	Magdeburg	magdeburg	ST	00	15003	52.0819	11.5861	
39118	Magdeburg	magdeburg	ST	00	15003	52.1333	11.6167	4
39120	Magdeburg	magdeburg	ST	00	15003	52.0816	11.6212	
39122	Magdeburg	magdeburg	ST	00	15003	52.0891	11.6586	
39124	Magdeburg	magdeburg	ST	00	15003	52.1638	11.6333	4
39126	Magdeburg	magdeburg	ST	00	15003	52.1805	11.6504	4
39128	Magdeburg	magdeburg	ST	00	15003	52.1624	11.6165	4
39130	Magdeburg	magdeburg	ST	00	15003	52.1561	11.5789	4
39164	Wanzleben	wanzleben	ST	00	15083	52.0609	11.4408	4
39164	Bottmersdorf	bottmersdorf	ST	00	15083	52.0303	11.4291	4
39164	Domersleben	domersleben	ST	00	15083	52.092	11.4376	4
39164	Klein Wanzleben	klein-wanzleben	ST	00	15083	52.07	11.3659	4
39167	Hohendodeleben	hohendodeleben	ST	00	15083	52.1041	11.5047	4
39167	Irxleben	irxleben	ST	00	15083	52.1669	11.4806	4
39167	Groß Rodensleben	gross-rodensleben	ST	00	15083	52.1214	11.3837	4
39167	Eichenbarleben	eichenbarleben	ST	00	15083	52.1669	11.4012	4
39167	Wellen	wellen	ST	00	15083	52.1452	11.4411	4
39167	Klein Rodensleben	klein-rodensleben	ST	00	15083	52.1156	11.4387	4
39167	Ochtmersleben	ochtmersleben	ST	00	15083	52.1578	11.409	4
39167	Niederndodeleben	niederndodeleben	ST	00	15083	52.1342	11.5009	4
39171	Sülzetal	sulzetal	ST	00	15083	52.0167	11.55	4
39175	Biederitz	biederitz	ST	00	15086	52.15	11.7167	4
39175	Woltersdorf	woltersdorf	ST	00	15086	52.1552	11.7775	4
39175	Wahlitz	wahlitz	ST	00	15086	52.1038	11.7795	4
39175	Gübs	gubs	ST	00	15086	52.1111	11.7381	4
39175	Körbelitz	korbelitz	ST	00	15086	52.1808	11.7831	4
39175	Menz	menz	ST	00	15086	52.1186	11.7636	4
39175	Gerwisch	gerwisch	ST	00	15086	52.1766	11.7397	4
39175	Königsborn	konigsborn	ST	00	15086	52.1379	11.7539	4
39179	Barleben Ebendorf	barleben-ebendorf	ST	00	15083	52.1833	11.5667	4
39179	Barleben Barleben	barleben-barleben	ST	00	15083	52.2	11.6333	4
39179	Barleben	barleben	ST	00	15083	52.1944	11.5889	4
39217	Schönebeck (Elbe)	schonebeck-elbe	ST	00	15089	52.0183	11.724	4
39218	Schönebeck (Elbe)	schonebeck-elbe	ST	00	15089	52.0183	11.724	4
39221	Welsleben	welsleben	ST	00	15089	52.003	11.6385	4
39221	Biere	biere	ST	00	15089	51.9743	11.6544	4
39221	Ranies	ranies	ST	00	15089	52.0167	11.8271	4
39221	Eickendorf	eickendorf	ST	00	15089	51.9477	11.6754	4
39221	Kleinmühlingen	kleinmuhlingen	ST	00	15089	51.9333	11.75	
39221	Zens	zens	ST	00	15089	51.9393	11.7226	4
39221	Eggersdorf	eggersdorf	ST	00	15089	51.9762	11.7097	4
39221	Großmühlingen	grossmuhlingen	ST	00	15089	51.95	11.7	
39240	Sachsendorf	sachsendorf	ST	00	15089	51.8665	11.8819	4
39240	Zuchau	zuchau	ST	00	15089	51.8541	11.8523	4
39240	Lödderitz	lodderitz	ST	00	15089	51.8836	11.954	4
39240	Groß Rosenburg	gross-rosenburg	ST	00	15089	51.917	11.8918	4
39240	Breitenhagen	breitenhagen	ST	00	15089	51.9234	11.949	4
39240	Glöthe	glothe	ST	00	15089	51.91	11.6747	4
39240	Calbe	calbe	ST	00	15089	51.9067	11.7748	4
39240	Brumby	brumby	ST	00	15089	51.8964	11.7175	4
39245	Dannigkow	dannigkow	ST	00	15086	52.0704	11.8742	4
39245	Plötzky	plotzky	ST	00	15089	52.0521	11.802	4
39245	Pretzien	pretzien	ST	00	15089	52.0453	11.8268	4
39245	Gommern	gommern	ST	00	15086	52.0739	11.823	4
39249	Gnadau	gnadau	ST	00	15089	51.9769	11.7795	4
39249	Glinde	glinde	ST	00	15089	52.0092	11.8508	4
39249	Pömmelte	pommelte	ST	00	15089	51.9942	11.836	4
39249	Barby	barby	ST	00	15089	51.9671	11.8826	4
39249	Wespen	wespen	ST	00	15089	51.959	11.828	4
39249	Tornitz	tornitz	ST	00	15089	51.9302	11.8477	4
39261	Zerbst	zerbst	ST	00	15082	51.9662	12.0852	4
39264	Bornum	bornum	ST	00	15082	51.9795	12.204	4
39264	Zernitz	zernitz	ST	00	15082	52.0155	12.0845	4
39264	Bias	bias	ST	00	15082	51.9262	12.0859	4
39264	Dobritz	dobritz	ST	00	15082	52.0265	12.2264	4
39264	Dornburg	dornburg	ST	00	15086	52.034	11.8802	4
39264	Lindau	lindau	ST	00	15082	52.0375	12.1079	4
39264	Reuden	reuden	ST	00	15082	52.069	12.3032	4
39264	Straguth	straguth	ST	00	15082	52.0166	12.1723	4
39264	Hohenlepte	hohenlepte	ST	00	15082	51.9547	12.0095	4
39264	Nedlitz	nedlitz	ST	00	15082	52.0754	12.2349	4
39264	Prödel	prodel	ST	00	15086	52.0379	11.9175	4
39264	Leps	leps	ST	00	15082	51.9243	12.05	4
39264	Polenzko	polenzko	ST	00	15082	52.0109	12.2545	4
39264	Gödnitz	godnitz	ST	00	15082	51.9956	11.9208	4
39264	Buhlendorf	buhlendorf	ST	00	15082	52.0319	12.038	4
39264	Güterglück	gutergluck	ST	00	15082	51.9883	11.9913	4
39264	Steutz	steutz	ST	00	15082	51.8773	12.0777	4
39264	Nutha	nutha	ST	00	15082	51.9627	12.0124	4
39264	Lübs	lubs	ST	00	15086	52.0209	11.9392	4
39264	Walternienburg	walternienburg	ST	00	15082	51.9671	11.9393	4
39264	Moritz	moritz	ST	00	15082	51.996	12.0266	4
39264	Deetz	deetz	ST	00	15082	52.0514	12.1682	4
39264	Luso	luso	ST	00	15082	51.9564	12.1284	4
39264	Gehrden	gehrden	ST	00	15082	52.0094	11.9573	4
39264	Grimme	grimme	ST	00	15082	52.0352	12.2891	4
39264	Jütrichau	jutrichau	ST	00	15082	51.9367	12.1301	4
39279	Schweinitz	schweinitz	ST	00	15086	52.1088	12.1956	4
39279	Zeppernick	zeppernick	ST	00	15086	52.1255	12.0219	4
39279	Leitzkau	leitzkau	ST	00	15086	52.0582	11.952	4
39279	Rosian	rosian	ST	00	15086	52.0958	12.1518	4
39279	Hobeck	hobeck	ST	00	15086	52.0774	12.0411	4
39279	Loburg	loburg	ST	00	15086	52.1151	12.0784	4
39279	Ladeburg	ladeburg	ST	00	15086	52.0819	11.9355	4
39288	Burg	burg	ST	00	15086	52.2667	11.8631	4
39291	Tryppehna	tryppehna	ST	00	15086	52.1657	11.9132	4
39291	Ihleburg	ihleburg	ST	00	15086	52.3307	11.916	4
39291	Karith	karith	ST	00	15086	52.107	11.8378	4
39291	Detershagen	detershagen	ST	00	15086	52.2453	11.8109	4
39291	Reesen	reesen	ST	00	15086	52.2843	11.938	4
39291	Möser	moser	ST	00	15086	52.214	11.7928	4
39291	Vehlitz	vehlitz	ST	00	15086	52.1065	11.8804	4
39291	Hohenwarthe	hohenwarthe	ST	00	15086	52.2297	11.7153	4
39291	Niegripp	niegripp	ST	00	15086	52.2632	11.7587	4
39291	Pietzpuhl	pietzpuhl	ST	00	15086	52.2103	11.85	4
39291	Nedlitz	nedlitz	ST	00	15086	52.128	11.8323	4
39291	Schopsdorf	schopsdorf	ST	00	15086	52.2357	12.2248	4
39291	Schermen	schermen	ST	00	15086	52.2321	11.8138	4
39291	Möckern	mockern	ST	00	15086	52.2112	11.9691	4
39291	Reesdorf	reesdorf	ST	00	15086	52.2424	12.1701	4
39291	Drewitz	drewitz	ST	00	15086	52.2155	12.1649	4
39291	Zeddenick	zeddenick	ST	00	15086	52.1391	11.8983	4
39291	Rietzel	rietzel	ST	00	15086	52.2775	12.0155	4
39291	Dörnitz	dornitz	ST	00	15086	52.2095	12.1987	4
39291	Theeßen	theessen	ST	00	15086	52.2404	12.0489	4
39291	Magdeburgerforth	magdeburgerforth	ST	00	15086	52.2289	12.192	4
39291	Büden	buden	ST	00	15086	52.1472	11.8269	4
39291	Grabow	grabow	ST	00	15086	52.2489	11.9624	4
39291	Lübars	lubars	ST	00	15086	52.1683	12.1239	4
39291	Ziepel	ziepel	ST	00	15086	52.1486	11.871	4
39291	Schartau	schartau	ST	00	15086	52.29	11.7894	4
39291	Hohenziatz	hohenziatz	ST	00	15086	52.1813	12.0496	4
39291	Küsel	kusel	ST	00	15086	52.2286	12.0727	4
39291	Lostau	lostau	ST	00	15086	52.2087	11.7379	4
39291	Wallwitz	wallwitz	ST	00	15086	52.1191	11.9144	4
39291	Stresow	stresow	ST	00	15086	52.2569	12.0158	4
39291	Wörmlitz	wormlitz	ST	00	15086	52.1709	11.8448	4
39291	Friedensau	friedensau	ST	00	15086	52.2108	11.9848	4
39291	Wüstenjerichow	wustenjerichow	ST	00	15086	52.2186	12.1206	4
39291	Parchau	parchau	ST	00	15086	52.3223	11.8823	4
39291	Krüssau	krussau	ST	00	15086	52.274	12.066	4
39291	Stegelitz	stegelitz	ST	00	15086	52.1899	11.9068	4
39307	Demsin	demsin	ST	00	15086	52.4333	12.2667	
39307	Parchen	parchen	ST	00	15086	52.3529	12.084	4
39307	Mützel	mutzel	ST	00	15086	52.3793	12.1751	4
39307	Karow	karow	ST	00	15086	52.35	12.3167	
39307	Kade	kade	ST	00	15086	52.3793	12.2666	4
39307	Paplitz	paplitz	ST	00	15086	52.2753	12.2364	4
39307	Roßdorf	rossdorf	ST	00	15086	52.3705	12.1809	
39307	Tucheim	tucheim	ST	00	15086	52.2892	12.1842	4
39307	Klitsche	klitsche	ST	00	15086	52.4798	12.2304	4
39307	Brettin	brettin	ST	00	15086	52.4264	12.1825	4
39307	Gladau	gladau	ST	00	15086	52.3043	12.0909	4
39307	Elbe-Parey	elbe-parey	ST	00	15086	52.3833	12.0167	
39307	Genthin	genthin	ST	00	15086	52.4067	12.1592	4
39307	Zabakuck	zabakuck	ST	00	15086	52.4564	12.214	4
39307	Schlagenthin	schlagenthin	ST	00	15086	52.4646	12.2802	4
39317	Elbe-Parey	elbe-parey	ST	00	15086	52.3833	12.0167	4
39319	Redekin	redekin	ST	00	15086	52.4678	12.0761	4
39319	Jerichow	jerichow	ST	00	15086	52.5005	12.0238	4
39319	Nielebock	nielebock	ST	00	15086	52.4355	12.0686	4
39319	Wulkow	wulkow	ST	00	15086	52.5	12.1333	
39326	Barleben Meitzendorf	barleben-meitzendorf	ST	00	15083	52.2	11.5667	
39326	Gutenswegen	gutenswegen	ST	00	15083	52.2303	11.4924	4
39326	Samswegen	samswegen	ST	00	15083	52.2606	11.5617	4
39326	Barleben	barleben	ST	00	15083	52.1944	11.5889	4
39326	Groß Ammensleben	gross-ammensleben	ST	00	15083	52.2328	11.5219	4
39326	Klein Ammensleben	klein-ammensleben	ST	00	15083	52.218	11.5203	4
39326	Glindenberg	glindenberg	ST	00	15083	52.2386	11.6836	4
39326	Rogätz	rogatz	ST	00	15083	52.3167	11.7667	4
39326	Hohenwarsleben	hohenwarsleben	ST	00	15083	52.179	11.4999	4
39326	Zielitz	zielitz	ST	00	15083	52.2896	11.6757	4
39326	Jersleben	jersleben	ST	00	15083	52.2438	11.5799	4
39326	Wolmirstedt	wolmirstedt	ST	00	15083	52.2486	11.6294	4
39326	Hermsdorf	hermsdorf	ST	00	15083	52.1874	11.4756	4
39326	Loitsche	loitsche	ST	00	15083	52.2983	11.7	4
39326	Farsleben	farsleben	ST	00	15083	52.2776	11.6527	4
39326	Colbitz	colbitz	ST	00	15083	52.3171	11.6053	4
39326	Meseberg	meseberg	ST	00	15083	52.274	11.5302	4
39326	Heinrichsberg	heinrichsberg	ST	00	15083	52.273	11.7356	4
39326	Angern	angern	ST	00	15083	52.35	11.7333	4
39326	Dahlenwarsleben	dahlenwarsleben	ST	00	15083	52.1952	11.5374	4
39340	Haldensleben	haldensleben	ST	00	15083	52.3006	11.4303	4
39343	Bornstedt	bornstedt	ST	00	15083	52.1804	11.358	4
39343	Groß Santersleben	gross-santersleben	ST	00	15083	52.1914	11.4549	4
39343	Nordgermersleben	nordgermersleben	ST	00	15083	52.2108	11.3374	4
39343	Uhrsleben	uhrsleben	ST	00	15083	52.2009	11.2644	4
39343	Hillersleben	hillersleben	ST	00	15083	52.2825	11.4783	4
39343	Hakenstedt	hakenstedt	ST	00	15083	52.1812	11.2634	4
39343	Bregenstedt	bregenstedt	ST	00	15083	52.2541	11.2229	4
39343	Bartensleben	bartensleben	ST	00	15083	52.2409	11.1345	4
39343	Ackendorf	ackendorf	ST	00	15083	52.224	11.4404	4
39343	Beendorf	beendorf	ST	00	15083	52.2427	11.0873	4
39343	Eimersleben	eimersleben	ST	00	15083	52.2219	11.2006	4
39343	Süplingen	suplingen	ST	00	15083	52.2876	11.3245	4
39343	Erxleben	erxleben	ST	00	15083	52.2181	11.2424	4
39343	Alleringersleben	alleringersleben	ST	00	15083	52.2137	11.1419	4
39343	Schackensleben	schackensleben	ST	00	15083	52.1957	11.4194	4
39343	Bebertal	bebertal	ST	00	15083	52.2333	11.35	
39343	Emden	emden	ST	00	15083	52.24	11.2809	4
39343	Ostingersleben	ostingersleben	ST	00	15083	52.2111	11.1703	4
39343	Morsleben	morsleben	ST	00	15083	52.219	11.1094	4
39343	Rottmersleben	rottmersleben	ST	00	15083	52.2131	11.399	4
39343	Ivenrode	ivenrode	ST	00	15083	52.2728	11.2313	4
39343	Altenhausen	altenhausen	ST	00	15083	52.262	11.2543	4
39343	Schwanefeld	schwanefeld	ST	00	15083	52.2652	11.0919	4
39345	Neuenhofe	neuenhofe	ST	00	15083	52.3026	11.4626	4
39345	Born	born	ST	00	15083	52.3757	11.4707	4
39345	Wieglitz	wieglitz	ST	00	15083	52.358	11.3235	4
39345	Flechtingen	flechtingen	ST	00	15083	52.3308	11.2418	4
39345	Vahldorf	vahldorf	ST	00	15083	52.2566	11.4993	4
39345	Bülstringen	bulstringen	ST	00	15083	52.3167	11.35	4
39356	Döhren	dohren	ST	00	15083	52.3415	11.0196	4
39356	Hödingen	hodingen	ST	00	15083	52.3032	11.1036	4
39356	Eschenrode	eschenrode	ST	00	15083	52.2842	11.1153	4
39356	Belsdorf	belsdorf	ST	00	15083	52.3402	11.1468	4
39356	Hörsingen	horsingen	ST	00	15083	52.2794	11.1546	4
39356	Behnsdorf	behnsdorf	ST	00	15083	52.3157	11.1522	4
39356	Weferlingen	weferlingen	ST	00	15083	52.312	11.0579	4
39356	Siestedt	siestedt	ST	00	15083	52.3182	11.0919	4
39356	Seggerde	seggerde	ST	00	15083	52.3465	11.0794	4
39356	Walbeck	walbeck	ST	00	15083	52.2792	11.0653	4
39359	Everingen	everingen	ST	00	15083	52.368	11.096	4
39359	Calvörde	calvorde	ST	00	15083	52.3955	11.2946	4
39359	Etingen	etingen	ST	00	15083	52.3938	11.1702	4
39359	Eickendorf	eickendorf	ST	00	15083	52.3671	11.1446	4
39359	Böddensell	boddensell	ST	00	15083	52.3626	11.2452	4
39359	Wegenstedt	wegenstedt	ST	00	15083	52.3867	11.2	4
39359	Bösdorf	bosdorf	ST	00	15083	52.4141	11.0725	4
39359	Mannhausen	mannhausen	ST	00	15083	52.4173	11.2244	4
39359	Velsdorf	velsdorf	ST	00	15083	52.4072	11.2469	4
39359	Kathendorf	kathendorf	ST	00	15083	52.398	11.1346	4
39359	Grauingen	grauingen	ST	00	15083	52.3762	11.2143	4
39359	Rätzlingen	ratzlingen	ST	00	15083	52.4015	11.1135	4
39365	Sommersdorf	sommersdorf	ST	00	15083	52.1667	11.0833	4
39365	Ummendorf	ummendorf	ST	00	15083	52.1565	11.1815	4
39365	Eilsleben	eilsleben	ST	00	15083	52.1471	11.2103	4
39365	Marienborn	marienborn	ST	00	15083	52.148	11.2034	
39365	Harbke	harbke	ST	00	15083	52.1888	11.0462	4
39365	Dreileben	dreileben	ST	00	15083	52.128	11.3315	4
39365	Seehausen	seehausen	ST	00	15083	52.1029	11.2915	4
39365	Ovelgünne	ovelgunne	ST	00	15083	52.1454	11.2722	4
39365	Eggenstedt	eggenstedt	ST	00	15083	52.1022	11.2367	4
39365	Drackenstedt	drackenstedt	ST	00	15083	52.1551	11.3504	4
39365	Wormsdorf	wormsdorf	ST	00	15083	52.1337	11.1934	4
39365	Wefensleben	wefensleben	ST	00	15083	52.1832	11.1607	4
39365	Druxberge	druxberge	ST	00	15083	52.1562	11.3109	4
39387	Ampfurth	ampfurth	ST	00	15083	52.0628	11.3138	4
39387	Am Großen Bruch Neuwegersleben	am-grossen-bruch-neuwegersleben	ST	00	15083	52.05	11.1	
39387	Altbrandsleben	altbrandsleben	ST	00	15083	52.0741	11.2502	4
39387	Am Großen Bruch	am-grossen-bruch	ST	00	15083	52.0556	11.0722	
39387	Wulferstedt	wulferstedt	ST	00	15083	52.0196	11.1314	4
39387	Oschersleben	oschersleben	ST	00	15083	52.0304	11.229	4
39387	Hornhausen	hornhausen	ST	00	15083	52.0451	11.171	4
39387	Schermcke	schermcke	ST	00	15083	52.0575	11.287	4
39393	Völpke	volpke	ST	00	15083	52.1387	11.0988	4
39393	Barneberg	barneberg	ST	00	15083	52.1215	11.0756	4
39393	Hötensleben	hotensleben	ST	00	15083	52.1197	11.0224	4
39393	Ohrsleben	ohrsleben	ST	00	15083	52.0917	10.9875	4
39393	Am Großen Bruch	am-grossen-bruch	ST	00	15083	52.0556	11.0722	4
39393	Wackersleben	wackersleben	ST	00	15083	52.0702	11.0183	4
39393	Am Großen Bruch Hamersleben	am-grossen-bruch-hamersleben	ST	00	15083	52.0667	11.0833	4
39393	Ausleben	ausleben	ST	00	15083	52.0905	11.1119	4
39393	Am Großen Bruch Gunsleben	am-grossen-bruch-gunsleben	ST	00	15083	52.05	11.0333	4
39397	Kroppenstedt	kroppenstedt	ST	00	15083	51.9421	11.3084	4
39397	Schwanebeck	schwanebeck	ST	00	15085	51.9679	11.1239	4
39397	Gröningen	groningen	ST	00	15083	51.9374	11.216	4
39397	Nienhagen	nienhagen	ST	00	15085	51.95	11.1645	4
39398	Peseckendorf	peseckendorf	ST	00	15083	52.025	11.3218	4
39398	Hadmersleben	hadmersleben	ST	00	15083	51.9928	11.3028	4
39398	Klein Oschersleben	klein-oschersleben	ST	00	15083	52.0085	11.3417	4
39398	Alikendorf	alikendorf	ST	00	15083	51.9878	11.2845	4
39398	Groß Germersleben	gross-germersleben	ST	00	15083	52.0042	11.3639	4
39418	Staßfurt	stassfurt	ST	00	15089	51.8519	11.5851	4
39418	Neundorf (Anhalt)	neundorf-anhalt	ST	00	15089	51.8167	11.5667	
39434	Hecklingen bei Staßfurt	hecklingen-bei-stassfurt	ST	00	15089	51.85	11.5333	
39435	Groß Börnecke	gross-bornecke	ST	00	15089	51.8847	11.4703	4
39435	Schneidlingen	schneidlingen	ST	00	15089	51.8945	11.4449	4
39435	Wolmirsleben	wolmirsleben	ST	00	15089	51.95	11.4833	4
39435	Borne	borne	ST	00	15089	51.9488	11.5586	4
39435	Egeln	egeln	ST	00	15089	51.9438	11.4326	4
39435	Unseburg	unseburg	ST	00	15089	51.9328	11.5128	4
39435	Tarthun	tarthun	ST	00	15089	51.9324	11.4731	4
39439	Rathmannsdorf	rathmannsdorf	ST	00	15089	51.8209	11.6271	4
39439	Güsten	gusten	ST	00	15089	51.7964	11.6125	4
39439	Amesdorf	amesdorf	ST	00	15089	51.7797	11.6004	4
39443	Atzendorf	atzendorf	ST	00	15089	51.9195	11.5991	4
39443	Hohenerxleben	hohenerxleben	ST	00	15089	51.8519	11.6547	4
39443	Förderstedt	forderstedt	ST	00	15089	51.8972	11.6335	4
39443	Löbnitz	lobnitz	ST	00	15089	51.8583	11.6833	
39444	Hecklingen	hecklingen	ST	00	15089	51.847	11.5342	4
39446	Löderburg	loderburg	ST	00	15089	51.8761	11.5397	4
39448	Westeregeln	westeregeln	ST	00	15089	51.9633	11.3927	4
39448	Hakeborn	hakeborn	ST	00	15089	51.9185	11.3651	4
39448	Etgersleben	etgersleben	ST	00	15089	51.9791	11.4127	4
39517	Schönwalde (Altmark)	schonwalde-altmark	ST	00	15090	52.4667	11.8	
39517	Sandbeiendorf	sandbeiendorf	ST	00	15083	52.3959	11.7193	4
39517	Uetz	uetz	ST	00	15090	52.3833	11.85	
39517	Wenddorf	wenddorf	ST	00	15083	52.383	11.7455	4
39517	Dolle	dolle	ST	00	15083	52.4089	11.6249	4
39517	Tangerhütte	tangerhutte	ST	00	15090	52.4353	11.8072	4
39517	Ringfurth	ringfurth	ST	00	15090	52.3807	11.9037	4
39517	Schelldorf	schelldorf	ST	00	15090	52.4728	11.9794	4
39517	Burgstall	burgstall	ST	00	15083	52.4085	11.6967	4
39517	Bertingen	bertingen	ST	00	15083	52.3497	11.8364	4
39517	Jerchel	jerchel	ST	00	15090	52.4612	11.9451	4
39517	Bölsdorf	bolsdorf	ST	00	15090	52.5097	11.9263	4
39517	Lüderitz	luderitz	ST	00	15090	52.5091	11.743	4
39517	Kehnert	kehnert	ST	00	15090	52.343	11.8592	4
39517	Cröchern	crochern	ST	00	15083	52.3887	11.6531	4
39517	Weißewarte	weissewarte	ST	00	15090	52.4659	11.875	4
39517	Cobbel	cobbel	ST	00	15090	52.3934	11.8601	4
39517	Mahlwinkel	mahlwinkel	ST	00	15083	52.3941	11.7858	4
39517	Schernebeck	schernebeck	ST	00	15090	52.4649	11.7314	4
39517	Grieben	grieben	ST	00	15090	52.4372	11.961	4
39517	Birkholz	birkholz	ST	00	15090	52.4162	11.8391	4
39517	Uchtdorf	uchtdorf	ST	00	15090	52.4148	11.7451	4
39517	Buch	buch	ST	00	15090	52.4865	11.9457	4
39517	Bittkau	bittkau	ST	00	15090	52.4134	11.9635	4
39524	Kuhlhausen	kuhlhausen	ST	00	15090	52.7842	12.1952	4
39524	Sandau (Elbe)	sandau-elbe	ST	00	15090	52.7833	12.05	
39524	Wulkau	wulkau	ST	00	15090	52.761	12.0741	4
39524	Kamern	kamern	ST	00	15090	52.7485	12.1125	4
39524	Schönfeld	schonfeld	ST	00	15090	52.7263	12.0615	4
39524	Wust	wust	ST	00	15090	52.5515	12.1142	4
39524	Klietz	klietz	ST	00	15090	52.6683	12.0681	4
39524	Mangelsdorf	mangelsdorf	ST	00	15086	52.5125	12.0653	4
39524	Neuermark-Lübars	neuermark-lubars	ST	00	15090	52.6501	12.0421	4
39524	Schönhausen (Elbe)	schonhausen-elbe	ST	00	15090	52.5833	12.0333	
39524	Garz	garz	ST	00	15090	52.7521	12.2001	4
39524	Warnau	warnau	ST	00	15090	52.7399	12.191	4
39524	Fischbeck (Elbe)	fischbeck-elbe	ST	00	15090	52.5333	12.0167	
39524	Hohengöhren	hohengohren	ST	00	15090	52.6153	12.0386	4
39539	Havelberg	havelberg	ST	00	15090	52.8309	12.0755	4
39576	Stendal	stendal	ST	00	15090	52.6069	11.8587	4
39579	Windberge	windberge	ST	00	15090	52.5242	11.7135	4
39579	Dahlen	dahlen	ST	00	15090	52.5605	11.8258	4
39579	Garlipp	garlipp	ST	00	15090	52.644	11.6144	4
39579	Grassau	grassau	ST	00	15090	52.6709	11.6844	4
39579	Uenglingen	uenglingen	ST	00	15090	52.618	11.8089	4
39579	Kläden	kladen	ST	00	15090	52.6321	11.6605	4
39579	Klein Schwechten	klein-schwechten	ST	00	15090	52.7167	11.8333	
39579	Grobleben	grobleben	ST	00	15090	52.5243	11.8946	4
39579	Querstedt	querstedt	ST	00	15090	52.6012	11.6633	4
39579	Bellingen	bellingen	ST	00	15090	52.5127	11.8299	4
39579	Rochau	rochau	ST	00	15090	52.7071	11.7446	4
39579	Hüselitz	huselitz	ST	00	15090	52.5089	11.8086	4
39579	Schäplitz	schaplitz	ST	00	15090	52.6264	11.6189	4
39579	Demker	demker	ST	00	15090	52.5077	11.8515	4
39579	Buchholz	buchholz	ST	00	15090	52.54	11.7901	4
39579	Groß Schwechten	gross-schwechten	ST	00	15090	52.6833	11.8	
39579	Schinne	schinne	ST	00	15090	52.6589	11.7301	4
39579	Wittenmoor	wittenmoor	ST	00	15090	52.5448	11.6896	4
39579	Badingen	badingen	ST	00	15090	52.6091	11.6421	4
39579	Schernikau	schernikau	ST	00	15090	52.627	11.7667	4
39590	Hämerten	hamerten	ST	00	15090	52.5905	11.9871	4
39590	Heeren	heeren	ST	00	15090	52.5427	11.8865	4
39590	Miltern	miltern	ST	00	15090	52.5586	11.9332	4
39590	Langensalzwedel	langensalzwedel	ST	00	15090	52.5809	11.9449	4
39590	Storkau (Elbe)	storkau-elbe	ST	00	15090	52.6167	12	
39590	Tangermünde	tangermunde	ST	00	15090	52.5446	11.9765	4
39596	Beelitz	beelitz	ST	00	15090	52.6883	11.9536	4
39596	Eichstedt (Altmark)	eichstedt-altmark	ST	00	15090	52.6833	11.85	4
39596	Hohenberg-Krusemark	hohenberg-krusemark	ST	00	15090	52.7249	11.9471	4
39596	Hindenburg	hindenburg	ST	00	15090	52.7546	11.9289	4
39596	Hassel	hassel	ST	00	15090	52.6395	11.9263	4
39596	Goldbeck	goldbeck	ST	00	15090	52.717	11.8606	4
39596	Schwarzholz	schwarzholz	ST	00	15090	52.7463	11.9746	4
39596	Jarchau	jarchau	ST	00	15090	52.6554	11.8958	4
39596	Bertkow	bertkow	ST	00	15090	52.7245	11.9056	4
39596	Arneburg	arneburg	ST	00	15090	52.6757	12.0051	4
39596	Baben	baben	ST	00	15090	52.6972	11.8912	4
39596	Sanne	sanne	ST	00	15090	52.6581	11.9416	4
39596	Altenzaun	altenzaun	ST	00	15090	52.7398	12.0249	4
39596	Lindtorf	lindtorf	ST	00	15090	52.6848	11.9124	4
39599	Steinfeld (Altmark)	steinfeld-altmark	ST	00	15090	52.6167	11.7	
39599	Volgfelde	volgfelde	ST	00	15090	52.5586	11.6405	4
39599	Vinzelberg	vinzelberg	ST	00	15090	52.55	11.6167	
39599	Uchtspringe	uchtspringe	ST	00	15090	52.5401	11.5996	4
39599	Nahrstedt	nahrstedt	ST	00	15090	52.5783	11.7078	4
39599	Käthen	kathen	ST	00	15090	52.5749	11.6586	4
39599	Staats	staats	ST	00	15090	52.5446	11.6375	4
39599	Insel	insel	ST	00	15090	52.5619	11.7536	4
39599	Möringen	moringen	ST	00	15090	52.5911	11.7454	4
39606	Osterburg	osterburg	ST	00	15090	52.7872	11.753	4
39606	Rossau	rossau	ST	00	15090	52.7907	11.6404	4
39606	Sanne-Kerkuhn	sanne-kerkuhn	ST	00	15090	52.825	11.4417	
39606	Kossebau	kossebau	ST	00	15090	52.8164	11.565	4
39606	Iden	iden	ST	00	15090	52.7798	11.913	4
39606	Walsleben	walsleben	ST	00	15090	52.7562	11.8562	4
39606	Schorstedt	schorstedt	ST	00	15090	52.7094	11.6554	4
39606	Dobberkau	dobberkau	ST	00	15090	52.7046	11.6061	4
39606	Behrendorf	behrendorf	ST	00	15090	52.8264	11.9602	4
39606	Erxleben	erxleben	ST	00	15090	52.7503	11.7666	4
39606	Meseberg	meseberg	ST	00	15090	52.8058	11.8054	4
39606	Lückstedt	luckstedt	ST	00	15090	52.821	11.5886	4
39606	Krevese	krevese	ST	00	15090	52.8124	11.6932	4
39606	Gagel	gagel	ST	00	15090	52.8461	11.5764	4
39606	Ballerstedt	ballerstedt	ST	00	15090	52.732	11.7106	4
39606	Flessau	flessau	ST	00	15090	52.76	11.6709	4
39606	Sandauerholz	sandauerholz	ST	00	15090	52.7932	12.0053	4
39606	Düsedau	dusedau	ST	00	15090	52.7639	11.7938	4
39606	Bretsch	bretsch	ST	00	15090	52.8404	11.6299	4
39606	Kleinau	kleinau	ST	00	15081	52.7995	11.511	4
39606	Boock	boock	ST	00	15090	52.7882	11.5397	4
39606	Königsmark	konigsmark	ST	00	15090	52.7992	11.8433	4
39606	Hohenwulsch	hohenwulsch	ST	00	15090	52.6718	11.5996	4
39606	Gladigau	gladigau	ST	00	15090	52.7716	11.5697	4
39606	Heiligenfelde	heiligenfelde	ST	00	15090	52.8282	11.4967	4
39615	Leppin	leppin	ST	00	15081	52.8851	11.5734	4
39615	Aulosen	aulosen	ST	00	15090	52.9926	11.5822	4
39615	Beuster	beuster	ST	00	15090	52.9396	11.7859	4
39615	Falkenberg	falkenberg	ST	00	15090	52.8607	11.8128	4
39615	Pollitz	pollitz	ST	00	15090	52.9691	11.624	4
39615	Schönberg	schonberg	ST	00	15090	52.88	11.8252	4
39615	Lichterfelde	lichterfelde	ST	00	15090	52.8568	11.8776	4
39615	Seehausen	seehausen	ST	00	15090	52.8887	11.7524	4
39615	Wanzer	wanzer	ST	00	15090	52.9917	11.606	4
39615	Losenrade	losenrade	ST	00	15090	52.9663	11.7654	4
39615	Werben (Elbe)	werben-elbe	ST	00	15090	52.8667	11.9833	
39615	Wahrenberg	wahrenberg	ST	00	15090	52.9843	11.6774	4
39615	Geestgottberg	geestgottberg	ST	00	15090	52.9544	11.7361	4
39615	Wendemark	wendemark	ST	00	15090	52.8587	11.9244	4
39615	Gollensdorf	gollensdorf	ST	00	15090	52.9579	11.5507	4
39615	Krüden	kruden	ST	00	15090	52.9233	11.698	4
39615	Höwisch	howisch	ST	00	15081	52.8742	11.6142	4
39615	Groß Garz	gross-garz	ST	00	15090	52.9333	11.611	4
39615	Neukirchen (Altmark)	neukirchen-altmark	ST	00	15090	52.8833	11.8833	
39615	Losse	losse	ST	00	15090	52.8738	11.6722	4
39615	Neulingen	neulingen	ST	00	15081	52.8639	11.5712	4
39619	Kläden	kladen	ST	00	15081	52.8647	11.4347	4
39619	Schrampe	schrampe	ST	00	15081	52.8922	11.4421	4
39619	Thielbeer	thielbeer	ST	00	15081	52.8465	11.4824	4
39619	Arendsee	arendsee	ST	00	15081	52.8667	11.4833	4
39619	Ziemendorf	ziemendorf	ST	00	15081	52.9145	11.489	4
39624	Altmersleben	altmersleben	ST	00	15081	52.6855	11.4244	4
39624	Winkelstedt	winkelstedt	ST	00	15081	52.6777	11.3167	4
39624	Kahrstedt	kahrstedt	ST	00	15081	52.7094	11.429	4
39624	Meßdorf	messdorf	ST	00	15090	52.7206	11.5568	4
39624	Büste	buste	ST	00	15090	52.6895	11.5463	4
39624	Badel	badel	ST	00	15081	52.7325	11.3156	4
39624	Wernstedt	wernstedt	ST	00	15081	52.6452	11.3389	4
39624	Kakerbeck	kakerbeck	ST	00	15081	52.6692	11.2785	4
39624	Packebusch	packebusch	ST	00	15081	52.7555	11.5027	4
39624	Neuendorf am Damm	neuendorf-am-damm	ST	00	15081	52.6434	11.4436	4
39624	Kremkau	kremkau	ST	00	15090	52.6312	11.451	4
39624	Berkau	berkau	ST	00	15090	52.638	11.4891	4
39624	Jeetze	jeetze	ST	00	15081	52.7425	11.4233	4
39624	Güssefeld	gussefeld	ST	00	15081	52.7191	11.3726	4
39624	Brunau	brunau	ST	00	15081	52.7481	11.4682	4
39624	Kalbe (Milde)	kalbe-milde	ST	00	15081	52.65	11.4	4
39624	Vienau	vienau	ST	00	15081	52.7082	11.4826	4
39624	Zethlingen	zethlingen	ST	00	15081	52.7042	11.2905	4
39629	Könnigde	konnigde	ST	00	15090	52.6344	11.5759	4
39629	Holzhausen	holzhausen	ST	00	15090	52.6277	11.5463	4
39629	Bismark (Altmark)	bismark-altmark	ST	00	15090	52.6667	11.5667	4
39638	Letzlingen	letzlingen	ST	00	15081	52.4462	11.4852	4
39638	Wannefeld	wannefeld	ST	00	15081	52.4386	11.4486	4
39638	Breitenfeld	breitenfeld	ST	00	15081	52.5686	11.2532	4
39638	Berenbrock	berenbrock	ST	00	15083	52.4203	11.3072	4
39638	Jävenitz	javenitz	ST	00	15081	52.5241	11.4991	4
39638	Engersen	engersen	ST	00	15081	52.6198	11.3416	4
39638	Seethen	seethen	ST	00	15081	52.5892	11.5636	4
39638	Jerchel	jerchel	ST	00	15081	52.4684	11.3209	4
39638	Algenstedt	algenstedt	ST	00	15081	52.5979	11.4424	4
39638	Schwiesau	schwiesau	ST	00	15081	52.5977	11.2583	4
39638	Gardelegen	gardelegen	ST	00	15081	52.5252	11.3952	4
39638	Klüden	kluden	ST	00	15083	52.4082	11.3998	4
39638	Jeseritz	jeseritz	ST	00	15081	52.4438	11.3078	4
39638	Roxförde	roxforde	ST	00	15081	52.4344	11.4062	4
39638	Hottendorf	hottendorf	ST	00	15081	52.5311	11.5325	4
39638	Zichtau	zichtau	ST	00	15081	52.6057	11.2986	4
39638	Potzehne	potzehne	ST	00	15081	52.445	11.3377	4
39638	Solpke	solpke	ST	00	15081	52.5059	11.2864	4
39638	Berge	berge	ST	00	15081	52.5524	11.3693	4
39638	Wiepke	wiepke	ST	00	15081	52.5996	11.3321	4
39638	Kassieck	kassieck	ST	00	15081	52.5866	11.4854	4
39638	Kloster Neuendorf	kloster-neuendorf	ST	00	15081	52.5257	11.4635	4
39638	Estedt	estedt	ST	00	15081	52.5764	11.3597	4
39638	Hemstedt	hemstedt	ST	00	15081	52.5667	11.4295	4
39638	Zobbenitz	zobbenitz	ST	00	15083	52.4042	11.3676	4
39638	Schenkenhorst	schenkenhorst	ST	00	15081	52.6032	11.3958	4
39638	Lindstedt	lindstedt	ST	00	15081	52.5916	11.5308	4
39638	Dorst	dorst	ST	00	15083	52.3787	11.3894	4
39646	Oebisfelde	oebisfelde	ST	00	15083	52.4342	10.9879	4
39649	Dannefeld	dannefeld	ST	00	15081	52.5061	11.1401	4
39649	Sichau	sichau	ST	00	15081	52.5137	11.2273	4
39649	Peckfitz	peckfitz	ST	00	15081	52.5092	11.18	4
39649	Sachau	sachau	ST	00	15081	52.4742	11.2608	4
39649	Köckte	kockte	ST	00	15081	52.5254	11.1288	4
39649	Miesterhorst	miesterhorst	ST	00	15081	52.4605	11.1412	4
39649	Mieste	mieste	ST	00	15081	52.4996	11.1672	
39649	Jeggau	jeggau	ST	00	15081	52.5383	11.2058	4
04600	Altenburg	altenburg	TH	00	16077	50.9876	12.4368	4
04603	Göhren	gohren	TH	00	16077	50.9667	12.3667	4
04603	Saara	saara	TH	00	16077	50.9328	12.421	4
04603	Windischleuba	windischleuba	TH	00	16077	51.0156	12.4691	4
04603	Nobitz	nobitz	TH	00	16077	50.9762	12.486	4
04610	Wintersdorf	wintersdorf	TH	00	16077	51.0532	12.3545	4
04610	Meuselwitz	meuselwitz	TH	00	16077	51.0565	12.3509	4
04613	Lucka	lucka	TH	00	16077	51.0973	12.3334	4
04617	Tegkwitz	tegkwitz	TH	00	16077	50.9801	12.3416	4
04617	Lödla	lodla	TH	00	16077	51	12.3833	4
04617	Großröda	grossroda	TH	00	16077	50.9957	12.3188	4
04617	Fockendorf	fockendorf	TH	00	16077	51.05	12.4667	4
04617	Starkenberg	starkenberg	TH	00	16077	50.9839	12.31	4
04617	Treben	treben	TH	00	16077	51.05	12.4167	4
04617	Gerstenberg	gerstenberg	TH	00	16077	51.0308	12.4375	4
04617	Monstab	monstab	TH	00	16077	51	12.35	4
04617	Kriebitzsch	kriebitzsch	TH	00	16077	51.0235	12.3332	4
04617	Rositz	rositz	TH	00	16077	51.0173	12.3635	4
04617	Haselbach	haselbach	TH	00	16077	51.0667	12.4333	4
04617	Naundorf	naundorf	TH	00	16077	50.9776	12.2668	4
04618	Jückelberg	juckelberg	TH	00	16077	50.927	12.6288	4
04618	Göpfersdorf	gopfersdorf	TH	00	16077	50.913	12.5965	4
04618	Frohnsdorf	frohnsdorf	TH	00	16077	50.9425	12.5787	4
04618	Ziegelheim	ziegelheim	TH	00	16077	50.9333	12.55	4
04618	Langenleuba-Niederhain	langenleuba-niederhain	TH	00	16077	50.9599	12.5886	4
04626	Thonhausen	thonhausen	TH	00	16077	50.8333	12.3167	4
04626	Nöbdenitz	nobdenitz	TH	00	16077	50.8667	12.2833	4
04626	Löbichau	lobichau	TH	00	16077	50.8943	12.309	
04626	Dobitschen	dobitschen	TH	00	16077	50.95	12.2833	4
04626	Göllnitz	gollnitz	TH	00	16077	50.95	12.3167	4
04626	Vollmershain	vollmershain	TH	00	16077	50.85	12.3	4
04626	Altkirchen	altkirchen	TH	00	16077	50.9333	12.35	4
04626	Schmölln	schmolln	TH	00	16077	50.8968	12.3534	4
04626	Wildenbörten	wildenborten	TH	00	16077	50.9167	12.2833	4
04626	Heukewalde	heukewalde	TH	00	16077	50.8333	12.2667	4
04626	Jonaswalde	jonaswalde	TH	00	16077	50.8333	12.3	4
04626	Mehna	mehna	TH	00	16077	50.9667	12.3167	4
04626	Drogen	drogen	TH	00	16077	50.9167	12.3167	4
04626	Lumpzig	lumpzig	TH	00	16077	50.95	12.2667	4
04626	Posterstein	posterstein	TH	00	16077	50.8667	12.2667	4
04639	Gößnitz	gossnitz	TH	00	16077	50.889	12.4329	4
06556	Bretleben	bretleben	TH	00	16065	51.3333	11.2333	4
06556	Reinsdorf	reinsdorf	TH	00	16065	51.3333	11.2667	4
06556	Ichstedt	ichstedt	TH	00	16065	51.3833	11.2	4
06556	Mönchpfiffel-Nikolausrieth	monchpfiffel-nikolausrieth	TH	00	16065	51.3833	11.3667	4
06556	Kalbsrieth	kalbsrieth	TH	00	16065	51.3422	11.3403	4
06556	Schönewerda	schonewerda	TH	00	16065	51.3235	11.3662	4
06556	Borxleben	borxleben	TH	00	16065	51.4	11.2333	4
06556	Heygendorf	heygendorf	TH	00	16065	51.3514	11.3615	4
06556	Artern	artern	TH	00	16065	51.3643	11.2917	4
06556	Ringleben	ringleben	TH	00	16065	51.3667	11.2167	4
06556	Voigtstedt	voigtstedt	TH	00	16065	51.3917	11.3089	4
06567	Esperstedt	esperstedt	TH	00	16065	51.3473	11.179	4
06567	Bad Frankenhausen	bad-frankenhausen	TH	00	16065	51.3561	11.0998	4
06571	Gehofen	gehofen	TH	00	16065	51.3227	11.32	4
06571	Nausitz	nausitz	TH	00	16065	51.3167	11.3333	4
06571	Wiehe	wiehe	TH	00	16065	51.2659	11.4128	4
06571	Donndorf	donndorf	TH	00	16065	51.294	11.3728	4
06571	Roßleben	rossleben	TH	00	16065	51.2989	11.4344	4
06577	Gorsleben	gorsleben	TH	00	16065	51.2753	11.1844	4
06577	Hauteroda	hauteroda	TH	00	16065	51.2667	11.2833	4
06577	Hemleben	hemleben	TH	00	16065	51.25	11.2167	4
06577	Heldrungen	heldrungen	TH	00	16065	51.3021	11.2182	4
06577	Etzleben	etzleben	TH	00	16065	51.2667	11.1667	4
06577	Oberheldrungen	oberheldrungen	TH	00	16065	51.2833	11.25	4
06578	Bilzingsleben	bilzingsleben	TH	00	16068	51.2833	11.0667	4
06578	Oldisleben	oldisleben	TH	00	16065	51.3097	11.1711	4
06578	Kannawurf	kannawurf	TH	00	16068	51.2667	11.1333	4
07318	Wittgendorf	wittgendorf	TH	00	16073	50.6	11.2333	4
07318	Saalfeld/Saale	saalfeld-saale	TH	00	16073	50.6516	11.3764	4
07318	Arnsgereuth	arnsgereuth	TH	00	16073	50.6086	11.3163	4
07330	Probstzella	probstzella	TH	00	16073	50.5333	11.3833	4
07330	Marktgölitz	marktgolitz	TH	00	16073	50.5563	11.3352	4
07333	Unterwellenborn	unterwellenborn	TH	00	16073	50.65	11.4333	4
07334	Kamsdorf	kamsdorf	TH	00	16073	50.6431	11.454	4
07334	Goßwitz	gosswitz	TH	00	16073	50.6354	11.4774	4
07336	Könitz	konitz	TH	00	16073	50.6498	11.4881	4
07336	Birkigt	birkigt	TH	00	16073	50.6694	11.4846	4
07338	Altenbeuthen	altenbeuthen	TH	00	16073	50.5919	11.6006	4
07338	Hohenwarte	hohenwarte	TH	00	16073	50.6	11.4833	4
07338	Leutenberg	leutenberg	TH	00	16073	50.5635	11.4562	4
07338	Drognitz	drognitz	TH	00	16073	50.5879	11.5723	4
07338	Kaulsdorf	kaulsdorf	TH	00	16073	50.6167	11.433	4
07343	Wurzbach	wurzbach	TH	00	16075	50.4636	11.5378	4
07349	Lehesten	lehesten	TH	00	16073	50.4743	11.4522	4
07356	Neundorf (bei Lobenstein)	neundorf-bei-lobenstein	TH	00	16075	50.4333	11.6	
07356	Lobenstein	lobenstein	TH	00	16075	50.4923	11.5933	
07366	Pottiga	pottiga	TH	00	16075	50.4146	11.7405	4
07366	Blankenstein	blankenstein	TH	00	16075	50.4021	11.699	4
07366	Birkenhügel	birkenhugel	TH	00	16075	50.4333	11.75	4
07366	Harra	harra	TH	00	16075	50.4167	11.6833	4
07366	Blankenberg	blankenberg	TH	00	16075	50.403	11.7162	4
07366	Schlegel	schlegel	TH	00	16075	50.4	11.6167	4
07368	Saalburg-Ebersdorf	saalburg-ebersdorf	TH	00	16075	50.4917	11.7	
07368	Remptendorf	remptendorf	TH	00	16075	50.5333	11.65	4
07381	Nimritz	nimritz	TH	00	16075	50.7	11.65	4
07381	Moxa	moxa	TH	00	16075	50.65	11.6333	4
07381	Wernburg	wernburg	TH	00	16075	50.6778	11.602	4
07381	Döbritz	dobritz	TH	00	16075	50.7	11.65	4
07381	Langenorla	langenorla	TH	00	16075	50.7407	11.5802	4
07381	Oberoppurg	oberoppurg	TH	00	16075	50.7	11.6833	4
07381	Paska	paska	TH	00	16075	50.6198	11.629	4
07381	Solkwitz	solkwitz	TH	00	16075	50.7	11.6667	4
07381	Pößneck	possneck	TH	00	16075	50.6936	11.5923	4
07381	Bodelwitz	bodelwitz	TH	00	16075	50.6875	11.6222	4
07381	Oppurg	oppurg	TH	00	16075	50.7106	11.6529	4
07387	Lausnitz bei Pößneck	lausnitz-bei-possneck	TH	00	16075	50.6667	11.5	
07387	Krölpa	krolpa	TH	00	16075	50.6774	11.5385	4
07389	Quaschwitz	quaschwitz	TH	00	16075	50.6833	11.7	4
07389	Ranis	ranis	TH	00	16075	50.6613	11.5691	4
07389	Wilhelmsdorf	wilhelmsdorf	TH	00	16075	50.6296	11.5498	4
07389	Knau	knau	TH	00	16075	50.6503	11.7197	4
07389	Gössitz	gossitz	TH	00	16075	50.622	11.5865	4
07389	Gertewitz	gertewitz	TH	00	16075	50.6833	11.65	4
07389	Schmorda	schmorda	TH	00	16075	50.6448	11.5865	4
07389	Seisla	seisla	TH	00	16075	50.6503	11.5348	4
07389	Grobengereuth	grobengereuth	TH	00	16075	50.6692	11.6694	4
07389	Keila	keila	TH	00	16075	50.6374	11.6618	4
07389	Peuschen	peuschen	TH	00	16075	50.6589	11.6448	4
07389	Bucha	bucha	TH	00	16075	50.6333	11.7	4
07407	Remda-Teichel	remda-teichel	TH	00	16073	50.7644	11.25	
07407	Heilingen	heilingen	TH	00	16073	50.7711	11.461	4
07407	Uhlstädt-Kirchhasel	uhlstadt-kirchhasel	TH	00	16073	50.7591	11.4318	
07407	Großkochberg	grosskochberg	TH	00	16073	50.7749	11.3558	4
07407	Rudolstadt	rudolstadt	TH	00	16073	50.7204	11.3405	4
07422	Saalfelder Höhe	saalfelder-hohe	TH	00	16073	50.6137	11.3059	
07422	Rottenbach	rottenbach	TH	00	16073	50.6878	11.1667	4
07422	Bad Blankenburg	bad-blankenburg	TH	00	16073	50.6819	11.2737	4
07426	Bechstedt	bechstedt	TH	00	16073	50.6667	11.1667	4
07426	Königsee	konigsee	TH	00	16073	50.6614	11.0975	4
07426	Dröbischau	drobischau	TH	00	16073	50.6298	11.073	4
07426	Oberhain	oberhain	TH	00	16073	50.6333	11.1333	4
07426	Allendorf	allendorf	TH	00	16073	50.6547	11.158	4
07427	Schwarzburg	schwarzburg	TH	00	16073	50.643	11.1919	4
07429	Sitzendorf	sitzendorf	TH	00	16073	50.6318	11.1722	4
07429	Döschnitz	doschnitz	TH	00	16073	50.6167	11.2333	4
07429	Rohrbach	rohrbach	TH	00	16073	50.6	11.2167	4
07545	Gera	gera	TH	00	16052	50.8782	12.0824	4
07546	Gera	gera	TH	00	16052	50.8901	12.1019	4
07548	Gera	gera	TH	00	16052	50.8667	12.0833	4
07549	Gera	gera	TH	00	16052	50.8408	12.0756	4
07551	Gera	gera	TH	00	16052	50.8412	12.1072	4
07552	Gera	gera	TH	00	16052	50.8667	12.0833	4
07554	Kauern	kauern	TH	00	16076	50.7167	12.0833	
07554	Pölzig	polzig	TH	00	16076	50.95	12.2	4
07554	Schwaara	schwaara	TH	00	16076	50.9035	12.1431	4
07554	Korbußen	korbussen	TH	00	16076	50.8833	12.1667	4
07554	Bethenhausen	bethenhausen	TH	00	16076	50.9333	12.2	4
07554	Hirschfeld	hirschfeld	TH	00	16076	50.95	12.1833	4
07554	Brahmenau	brahmenau	TH	00	16076	50.9236	12.1589	4
07557	Hundhaupten	hundhaupten	TH	00	16076	50.8333	11.9833	4
07557	Crimla	crimla	TH	00	16076	50.8	12.05	4
07557	Harth-Pöllnitz	harth-pollnitz	TH	00	16076	50.7702	11.981	
07557	Zedlitz	zedlitz	TH	00	16076	50.8167	12.0333	4
07557	Bocka	bocka	TH	00	16076	50.8167	11.9667	4
07557	Harth-Pöllnitz Köckritz	harth-pollnitz-kockritz	TH	00	16076	50.7902	12.0458	
07557	Harth-Pöllnitz Köfeln	harth-pollnitz-kofeln	TH	00	16076	50.7898	12.0362	
07570	Teichwitz	teichwitz	TH	00	16076	50.75	12.0833	4
07570	Harth-Pöllnitz	harth-pollnitz	TH	00	16076	50.7702	11.981	
07570	Hohenölsen	hohenolsen	TH	00	16076	50.7415	12.0858	4
07570	Harth-Pöllnitz Frießnitz	harth-pollnitz-friessnitz	TH	00	16076	50.7818	11.9938	
07570	Steinsdorf	steinsdorf	TH	00	16076	50.75	12.05	4
07570	Harth-Pöllnitz Burkersdorf	harth-pollnitz-burkersdorf	TH	00	16076	50.7871	12.0145	
07570	Weida	weida	TH	00	16076	50.7745	12.0603	4
07570	Harth-Pöllnitz Rohna	harth-pollnitz-rohna	TH	00	16076	50.7528	11.9851	
07570	Endschütz	endschutz	TH	00	16076	50.7869	12.1363	4
07570	Harth-Pöllnitz Birkigt	harth-pollnitz-birkigt	TH	00	16076	50.7501	11.9689	
07570	Schömberg	schomberg	TH	00	16076	50.7596	12.0202	4
07570	Harth-Pöllnitz Uhlersdorf	harth-pollnitz-uhlersdorf	TH	00	16076	50.7393	11.9418	
07570	Harth-Pöllnitz Wetzdorf	harth-pollnitz-wetzdorf	TH	00	16076	50.7505	11.9405	
07570	Harth-Pöllnitz Nonnendorf	harth-pollnitz-nonnendorf	TH	00	16076	50.7955	12.0177	
07570	Harth-Pöllnitz Grochwitz	harth-pollnitz-grochwitz	TH	00	16076	50.7721	12.0051	
07570	Harth-Pöllnitz Neundorf	harth-pollnitz-neundorf	TH	00	16076	50.769	11.9812	
07570	Harth-Pöllnitz Forstwolfersdorf	harth-pollnitz-forstwolfersdorf	TH	00	16076	50.7385	11.9723	
07570	Harth-Pöllnitz Niederpöllnitz	harth-pollnitz-niederpollnitz	TH	00	16076	50.7604	11.9612	
07570	Wünschendorf	wunschendorf	TH	00	16076	50.7676	12.04	
07580	Braunichswalde	braunichswalde	TH	00	16076	50.8	12.2167	4
07580	Linda bei Weida	linda-bei-weida	TH	00	16076	50.8	12.2	
07580	Reichstädt	reichstadt	TH	00	16076	50.9215	12.2342	4
07580	Hilbersdorf	hilbersdorf	TH	00	16076	50.8167	12.15	4
07580	Seelingstädt	seelingstadt	TH	00	16076	50.7727	12.2436	4
07580	Großenstein	grossenstein	TH	00	16076	50.9	12.2	4
07580	Gauern	gauern	TH	00	16076	50.7833	12.2	4
07580	Paitzdorf	paitzdorf	TH	00	16076	50.85	12.2167	4
07580	Ronneburg	ronneburg	TH	00	16076	50.8634	12.1867	4
07580	Rückersdorf	ruckersdorf	TH	00	16076	50.8219	12.2203	4
07586	Hartmannsdorf	hartmannsdorf	TH	00	16076	50.9	12	4
07586	Caaschwitz	caaschwitz	TH	00	16076	50.95	12	4
07586	Bad Köstritz	bad-kostritz	TH	00	16076	50.9303	12.01	4
07586	Kraftsdorf	kraftsdorf	TH	00	16076	50.8757	11.9294	4
07589	Lederhose	lederhose	TH	00	16076	50.8	11.9167	4
07589	Harth-Pöllnitz Struth	harth-pollnitz-struth	TH	00	16076	50.778	11.9555	
07589	Lindenkreuz	lindenkreuz	TH	00	16076	50.85	11.9167	4
07589	Saara	saara	TH	00	16076	50.85	11.9667	4
07589	Harth-Pöllnitz	harth-pollnitz	TH	00	16076	50.7702	11.981	
07589	Münchenbernsdorf	munchenbernsdorf	TH	00	16076	50.8211	11.9323	4
07589	Harth-Pöllnitz Großebersdorf	harth-pollnitz-grossebersdorf	TH	00	16076	50.7859	11.9589	
07589	Schwarzbach	schwarzbach	TH	00	16076	50.7972	11.8749	4
07589	Harth-Pöllnitz Birkhausen	harth-pollnitz-birkhausen	TH	00	16076	50.7813	11.9182	
07607	Eisenberg	eisenberg	TH	00	16074	50.9686	11.9021	4
07607	Hainspitz	hainspitz	TH	00	16074	50.9611	11.838	4
07607	Heideland	heideland	TH	00	16074	51	11.9143	
07607	Gösen	gosen	TH	00	16074	51	11.8833	4
07613	Seifartsdorf	seifartsdorf	TH	00	16074	50.9445	11.9544	4
07613	Silbitz	silbitz	TH	00	16074	50.95	12	4
07613	Crossen an der Elster	crossen-an-der-elster	TH	00	16074	50.9749	11.9781	4
07613	Walpernhain	walpernhain	TH	00	16074	51.0167	11.95	4
07613	Hartmannsdorf	hartmannsdorf	TH	00	16074	50.9608	11.9757	4
07613	Rauda	rauda	TH	00	16074	50.9528	11.9425	4
07616	Graitschen bei Bürgel	graitschen-bei-burgel	TH	00	16074	50.95	11.7167	
07616	Rauschwitz	rauschwitz	TH	00	16074	50.9667	11.8	4
07616	Serba	serba	TH	00	16074	50.95	11.8167	4
07616	Bürgel	burgel	TH	00	16074	50.9422	11.7564	4
07616	Poxdorf	poxdorf	TH	00	16074	50.9667	11.75	4
07616	Nausnitz	nausnitz	TH	00	16074	50.95	11.7333	4
07616	Petersberg	petersberg	TH	00	16074	50.9833	11.8333	4
07619	Mertendorf	mertendorf	TH	00	16074	51	11.7833	4
07619	Schkölen	schkolen	TH	00	16074	51.0417	11.8214	4
07629	Schleifreisen	schleifreisen	TH	00	16074	50.8833	11.8167	4
07629	Hermsdorf	hermsdorf	TH	00	16074	50.9062	11.929	
07629	Reichenbach	reichenbach	TH	00	16074	50.8686	11.878	4
07629	Sankt Gangloff	sankt-gangloff	TH	00	16074	50.8552	11.8945	4
07639	Bad Klosterlausnitz	bad-klosterlausnitz	TH	00	16074	50.9167	11.8667	4
07639	Weißenborn	weissenborn	TH	00	16074	50.9239	11.8795	4
07639	Tautenhain	tautenhain	TH	00	16074	50.9247	11.9194	4
07646	Tautendorf	tautendorf	TH	00	16074	50.8167	11.9	4
07646	Eineborn	eineborn	TH	00	16074	50.8333	11.8667	4
07646	Scheiditz	scheiditz	TH	00	16074	50.9052	11.7543	4
07646	Bobeck	bobeck	TH	00	16074	50.9034	11.793	4
07646	Unterbodnitz	unterbodnitz	TH	00	16074	50.8167	11.65	4
07646	Weißbach	weissbach	TH	00	16074	50.8167	11.7833	4
07646	Meusebach	meusebach	TH	00	16074	50.8167	11.7333	4
07646	Rausdorf	rausdorf	TH	00	16074	50.8667	11.6833	4
07646	Kleinebersdorf	kleinebersdorf	TH	00	16074	50.8167	11.8333	4
07646	Tröbnitz	trobnitz	TH	00	16074	50.8333	11.7333	4
07646	Schöngleina	schongleina	TH	00	16074	50.9075	11.7238	4
07646	Bollberg	bollberg	TH	00	16074	50.8833	11.8	4
07646	Waldeck	waldeck	TH	00	16074	50.9167	11.7833	4
07646	Gneus	gneus	TH	00	16074	50.8167	11.6833	4
07646	Quirla	quirla	TH	00	16074	50.8667	11.7667	4
07646	Lippersdorf-Erdmannsdorf	lippersdorf-erdmannsdorf	TH	00	16074	50.8333	11.7917	
07646	Laasdorf	laasdorf	TH	00	16074	50.8714	11.6725	4
07646	Stadtroda	stadtroda	TH	00	16074	50.8568	11.7268	4
07646	Kleinbockedra	kleinbockedra	TH	00	16074	50.85	11.65	4
07646	Karlsdorf	karlsdorf	TH	00	16074	50.8	11.8	4
07646	Großbockedra	grossbockedra	TH	00	16074	50.85	11.65	4
07646	Mörsdorf	morsdorf	TH	00	16074	50.87	11.798	4
07646	Trockenborn-Wolfersdorf	trockenborn-wolfersdorf	TH	00	16074	50.7833	11.7	4
07646	Bremsnitz	bremsnitz	TH	00	16074	50.7992	11.7716	4
07646	Geisenhain	geisenhain	TH	00	16074	50.8333	11.7167	4
07646	Möckern	mockern	TH	00	16074	50.85	11.7667	4
07646	Schlöben	schloben	TH	00	16074	50.894	11.689	4
07646	Tissa	tissa	TH	00	16074	50.85	11.75	4
07646	Ottendorf	ottendorf	TH	00	16074	50.8275	11.8251	4
07646	Renthendorf	renthendorf	TH	00	16074	50.8	11.9667	4
07646	Ruttersdorf-Lotschen	ruttersdorf-lotschen	TH	00	16074	50.8833	11.7333	4
07646	Waltersdorf	waltersdorf	TH	00	16074	50.8333	11.75	4
07646	Oberbodnitz	oberbodnitz	TH	00	16074	50.8	11.6667	4
07646	Rattelsdorf	rattelsdorf	TH	00	16074	50.8167	11.7667	4
07646	Albersdorf	albersdorf	TH	00	16074	50.9033	11.773	4
07743	Jena	jena	TH	00	16053	50.9326	11.5868	4
07745	Jena	jena	TH	00	16053	50.8933	11.5847	4
07747	Jena	jena	TH	00	16053	50.8899	11.6086	4
07749	Jena	jena	TH	00	16053	50.943	11.6034	4
07751	Milda	milda	TH	00	16074	50.8559	11.4635	4
07751	Großlöbichau	grosslobichau	TH	00	16074	50.928	11.6801	4
07751	Rothenstein	rothenstein	TH	00	16074	50.85	11.6	4
07751	Bucha	bucha	TH	00	16074	50.8833	11.5167	4
07751	Sulza	sulza	TH	00	16074	50.8667	11.6167	4
07751	Löberschütz	loberschutz	TH	00	16074	50.9667	11.7	4
07751	Jenalöbnitz	jenalobnitz	TH	00	16074	50.95	11.7	4
07751	Großpürschütz	grosspurschutz	TH	00	16074	50.8167	11.6	4
07751	Golmsdorf	golmsdorf	TH	00	16074	50.9667	11.6667	4
07751	Zöllnitz	zollnitz	TH	00	16074	50.8733	11.6414	4
07768	Orlamünde	orlamunde	TH	00	16074	50.7749	11.5193	4
07768	Bibra	bibra	TH	00	16074	50.8039	11.5471	4
07768	Reinstädt	reinstadt	TH	00	16074	50.8093	11.4743	4
07768	Lindig	lindig	TH	00	16074	50.7833	11.6	4
07768	Kahla	kahla	TH	00	16074	50.8065	11.5852	4
07768	Großeutersdorf	grosseutersdorf	TH	00	16074	50.7833	11.5667	4
07768	Altenberga	altenberga	TH	00	16074	50.8333	11.5333	4
07768	Eichenberg	eichenberg	TH	00	16074	50.8	11.5333	4
07768	Schöps	schops	TH	00	16074	50.8333	11.6	4
07768	Gumperda	gumperda	TH	00	16074	50.8096	11.5238	4
07768	Hummelshain	hummelshain	TH	00	16074	50.7667	11.6333	4
07768	Seitenroda	seitenroda	TH	00	16074	50.8	11.6167	4
07768	Kleineutersdorf	kleineutersdorf	TH	00	16074	50.7833	11.5833	4
07768	Freienorla	freienorla	TH	00	16074	50.7667	11.55	4
07774	Wichmar	wichmar	TH	00	16074	51.0333	11.6833	4
07774	Camburg	camburg	TH	00	16074	51.0552	11.7097	4
07774	Thierschneck	thierschneck	TH	00	16074	51.0333	11.7667	4
07774	Frauenprießnitz	frauenpriessnitz	TH	00	16074	51.0167	11.7333	4
07778	Zimmern	zimmern	TH	00	16074	51	11.6333	4
07778	Dorndorf-Steudnitz	dorndorf-steudnitz	TH	00	16074	51.0083	11.675	
07778	Dornburg	dornburg	TH	00	16074	51.0074	11.6633	4
07778	Lehesten	lehesten	TH	00	16074	50.9833	11.5833	4
07778	Tautenburg	tautenburg	TH	00	16074	51	11.7167	4
07778	Hainichen	hainichen	TH	00	16074	51	11.6167	4
07778	Neuengönna	neuengonna	TH	00	16074	50.9833	11.65	4
07806	Lausnitz bei Neustadt an der Orla	lausnitz-bei-neustadt-an-der-orla	TH	00	16075	50.7288	11.7347	
07806	Dreba	dreba	TH	00	16075	50.6667	11.75	4
07806	Neustadt an der Orla	neustadt-an-der-orla	TH	00	16075	50.7364	11.7462	4
07806	Weira	weira	TH	00	16075	50.7	11.7167	4
07819	Rosendorf	rosendorf	TH	00	16075	50.7667	11.7833	4
07819	Dreitzsch	dreitzsch	TH	00	16075	50.7333	11.8	4
07819	Triptis	triptis	TH	00	16075	50.7357	11.8702	4
07819	Mittelpöllnitz	mittelpollnitz	TH	00	16075	50.75	11.9167	4
07819	Miesitz	miesitz	TH	00	16075	50.7333	11.8333	4
07819	Lemnitz	lemnitz	TH	00	16075	50.7218	11.8332	4
07819	Pillingsdorf	pillingsdorf	TH	00	16075	50.7803	11.7941	4
07819	Schmieritz	schmieritz	TH	00	16075	50.7167	11.8	4
07819	Tömmelsdorf	tommelsdorf	TH	00	16075	50.7167	11.8667	4
07819	Geroda	geroda	TH	00	16075	50.7667	11.9	4
07819	Linda bei Neustadt an der Orla	linda-bei-neustadt-an-der-orla	TH	00	16075	50.6833	11.7833	
07907	Löhma	lohma	TH	00	16075	50.6117	11.852	4
07907	Dragensdorf	dragensdorf	TH	00	16075	50.6459	11.8335	4
07907	Göschitz	goschitz	TH	00	16075	50.6333	11.8667	4
07907	Plothen	plothen	TH	00	16075	50.6333	11.7667	4
07907	Görkwitz	gorkwitz	TH	00	16075	50.5833	11.7833	4
07907	Tegau	tegau	TH	00	16075	50.65	11.8667	4
07907	Oettersdorf	oettersdorf	TH	00	16075	50.6	11.8167	4
07907	Dittersdorf	dittersdorf	TH	00	16075	50.65	11.8167	4
07907	Pörmitz	pormitz	TH	00	16075	50.6167	11.8167	4
07907	Schleiz	schleiz	TH	00	16075	50.5787	11.8102	4
07919	Kirschkau	kirschkau	TH	00	16075	50.6049	11.8871	4
07922	Tanna	tanna	TH	00	16075	50.4946	11.8572	4
07924	Volkmannsdorf	volkmannsdorf	TH	00	16075	50.611	11.7317	4
07924	Eßbach	essbach	TH	00	16075	50.5833	11.6833	4
07924	Schöndorf	schondorf	TH	00	16075	50.6174	11.6948	4
07924	Neundorf (bei Schleiz)	neundorf-bei-schleiz	TH	00	16075	50.6	11.7667	
07924	Ziegenrück	ziegenruck	TH	00	16075	50.6075	11.6498	4
07924	Crispendorf	crispendorf	TH	00	16075	50.5915	11.7337	4
07926	Gefell	gefell	TH	00	16075	50.4405	11.8593	4
07927	Hirschberg	hirschberg	TH	00	16075	50.4054	11.8183	4
07929	Saalburg-Ebersdorf	saalburg-ebersdorf	TH	00	16075	50.4917	11.7	4
07937	Silberfeld	silberfeld	TH	00	16076	50.6752	11.9607	4
07937	Zeulenroda	zeulenroda	TH	00	16076	50.6528	11.9838	4
07937	Zadelsdorf	zadelsdorf	TH	00	16076	50.666	11.9408	4
07937	Vogtländisches Oberland	vogtlandisches-oberland	TH	00	16076	50.5917	12.0917	
07937	Langenwolschendorf	langenwolschendorf	TH	00	16076	50.6355	11.9542	4
07950	Wiebelsdorf	wiebelsdorf	TH	00	16076	50.7158	11.9495	4
07950	Staitz	staitz	TH	00	16076	50.7179	11.9924	4
07950	Triebes	triebes	TH	00	16076	50.6849	12.0204	4
07950	Merkendorf	merkendorf	TH	00	16076	50.69	11.9723	4
07950	Weißendorf	weissendorf	TH	00	16076	50.6833	12	4
07950	Göhren-Döhlen	gohren-dohlen	TH	00	16076	50.7164	12.0164	4
07955	Auma	auma	TH	00	16076	50.7004	11.8996	4
07955	Braunsdorf	braunsdorf	TH	00	16076	50.7357	11.9136	4
07957	Langenwetzendorf	langenwetzendorf	TH	00	16076	50.6788	12.0941	4
07957	Hain	hain	TH	00	16076	50.7075	12.0833	4
07958	Hohenleuben	hohenleuben	TH	00	16076	50.7113	12.0543	4
07973	Greiz	greiz	TH	00	16076	50.6578	12.1992	4
07980	Kühdorf	kuhdorf	TH	00	16076	50.7068	12.1106	4
07980	Berga/Elster	berga-elster	TH	00	16076	50.75	12.1667	
07980	Lunzig	lunzig	TH	00	16076	50.7133	12.0929	4
07980	Neugernsdorf	neugernsdorf	TH	00	16076	50.7167	12.1333	4
07980	Neumühle	neumuhle	TH	00	16076	50.7027	12.1713	4
07980	Wildetaube	wildetaube	TH	00	16076	50.7167	12.1167	4
07987	Mohlsdorf	mohlsdorf	TH	00	16076	50.6697	12.2652	4
07989	Teichwolframsdorf	teichwolframsdorf	TH	00	16076	50.7209	12.2469	4
36404	Wölferbütt	wolferbutt	TH	00	16063	50.7667	10.05	4
36404	Oechsen	oechsen	TH	00	16063	50.7453	10.0629	4
36404	Martinroda	martinroda	TH	00	16063	50.8	10.0667	4
36404	Vacha	vacha	TH	00	16063	50.8279	10.0218	4
36404	Völkershausen	volkershausen	TH	00	16063	50.8	10.05	4
36414	Unterbreizbach	unterbreizbach	TH	00	16063	50.8167	9.9833	4
36419	Buttlar	buttlar	TH	00	16063	50.7577	9.9528	4
36419	Schleid	schleid	TH	00	16063	50.7	9.9667	4
36419	Geisa	geisa	TH	00	16063	50.7146	9.9508	4
36419	Gerstengrund	gerstengrund	TH	00	16063	50.7	10.05	
36419	Rockenstuhl	rockenstuhl	TH	00	16063	50.6333	9.9333	
36433	Bad Salzungen	bad-salzungen	TH	00	16063	50.8134	10.2361	4
36433	Leimbach	leimbach	TH	00	16063	50.8167	10.2	4
36433	Moorgrund	moorgrund	TH	00	16063	50.85	10.2833	
36433	Immelborn	immelborn	TH	00	16063	50.7923	10.2781	4
36448	Steinbach	steinbach	TH	00	16063	50.8332	10.3639	4
36448	Bad Liebenstein	bad-liebenstein	TH	00	16063	50.8157	10.3512	4
36448	Schweina	schweina	TH	00	16063	50.825	10.3379	4
36452	Klings	klings	TH	00	16066	50.65	10.1167	4
36452	Brunnhartshausen	brunnhartshausen	TH	00	16063	50.6833	10.1167	
36452	Zella	zella	TH	00	16063	50.6716	10.1078	4
36452	Empfertshausen	empfertshausen	TH	00	16063	50.6667	10.1	4
36452	Fischbach/Rhön	fischbach-rhon	TH	00	16063	50.65	10.15	
36452	Andenhausen	andenhausen	TH	00	16066	50.6667	10.0667	4
36452	Kaltenlengsfeld	kaltenlengsfeld	TH	00	16066	50.6409	10.1922	4
36452	Diedorf	diedorf	TH	00	16063	50.6617	10.1247	4
36452	Kaltennordheim	kaltennordheim	TH	00	16066	50.6265	10.1591	4
36452	Neidhartshausen	neidhartshausen	TH	00	16063	50.6833	10.1333	4
36456	Barchfeld	barchfeld	TH	00	16063	50.8	10.3	4
36457	Stadtlengsfeld	stadtlengsfeld	TH	00	16063	50.7833	10.1292	4
36457	Weilar	weilar	TH	00	16063	50.7667	10.15	4
36457	Urnshausen	urnshausen	TH	00	16063	50.7349	10.1738	4
36460	Merkers-Kieselbach	merkers-kieselbach	TH	00	16063	50.8167	10.1175	
36460	Frauensee	frauensee	TH	00	16063	50.8779	10.1418	4
36460	Dorndorf	dorndorf	TH	00	16063	50.8347	10.0892	4
36466	Dermbach	dermbach	TH	00	16063	50.7138	10.1184	4
36466	Wiesenthal	wiesenthal	TH	00	16063	50.7	10.1667	4
36469	Tiefenort	tiefenort	TH	00	16063	50.8395	10.166	4
37308	Krombach	krombach	TH	00	16061	51.3	10.1333	4
37308	Kella	kella	TH	00	16061	51.2333	10.0833	4
37308	Hohes Kreuz	hohes-kreuz	TH	00	16061	51.4167	10.1	
37308	Steinbach	steinbach	TH	00	16061	51.4221	10.2187	4
37308	Schimberg	schimberg	TH	00	16061	51.2667	10.15	
37308	Volkerode	volkerode	TH	00	16061	51.2667	10.0667	4
37308	Bodenrode-Westhausen	bodenrode-westhausen	TH	00	16061	51.4	10.2	
37308	Pfaffschwende	pfaffschwende	TH	00	16061	51.25	10.1	4
37308	Wingerode	wingerode	TH	00	16061	51.3903	10.2395	4
37308	Sickerode	sickerode	TH	00	16061	51.25	10.1167	4
37308	Geisleden	geisleden	TH	00	16061	51.35	10.2	4
37308	Reinholterode	reinholterode	TH	00	16061	51.4219	10.1943	4
37308	Heuthen	heuthen	TH	00	16061	51.3319	10.2224	4
37308	Heilbad Heiligenstadt	heilbad-heiligenstadt	TH	00	16061	51.3782	10.1374	4
37308	Glasehausen	glasehausen	TH	00	16061	51.4422	10.1521	4
37308	Wiesenfeld	wiesenfeld	TH	00	16061	51.2693	10.109	4
37308	Geismar	geismar	TH	00	16061	51.2317	10.1655	4
37318	Fretterode	fretterode	TH	00	16061	51.3167	10	4
37318	Wahlhausen	wahlhausen	TH	00	16061	51.3	9.9833	4
37318	Arenshausen	arenshausen	TH	00	16061	51.3761	9.9687	4
37318	Rohrberg	rohrberg	TH	00	16061	51.4167	10.0167	4
37318	Lutter	lutter	TH	00	16061	51.3333	10.1167	4
37318	Marth	marth	TH	00	16061	51.3833	10	4
37318	Freienhagen	freienhagen	TH	00	16061	51.4167	10.05	4
37318	Schachtebich	schachtebich	TH	00	16061	51.4	10.05	4
37318	Burgwalde	burgwalde	TH	00	16061	51.3833	10.05	4
37318	Hohengandern	hohengandern	TH	00	16061	51.3734	9.9478	4
37318	Röhrig	rohrig	TH	00	16061	51.3333	10.0333	4
37318	Bornhagen	bornhagen	TH	00	16061	51.3333	9.95	4
37318	Uder	uder	TH	00	16061	51.3624	10.0721	4
37318	Rustenfelde	rustenfelde	TH	00	16061	51.4	10	4
37318	Schwobfeld	schwobfeld	TH	00	16061	51.2833	10.1	4
37318	Dieterode	dieterode	TH	00	16061	51.3	10.1	4
37318	Schönhagen	schonhagen	TH	00	16061	51.339	10.0209	4
37318	Wüstheuterode	wustheuterode	TH	00	16061	51.3233	10.059	4
37318	Dietzenrode-Vatterode	dietzenrode-vatterode	TH	00	16061	51.3083	10.025	
37318	Eichstruth	eichstruth	TH	00	16061	51.3	10.0833	4
37318	Steinheuterode	steinheuterode	TH	00	16061	51.3833	10.0667	4
37318	Bernterode (bei Heilbad Heiligenstadt)	bernterode-bei-heilbad-heiligenstadt	TH	00	16061	51.3	10.15	
37318	Kirchgandern	kirchgandern	TH	00	16061	51.3844	9.9619	4
37318	Lindewerra	lindewerra	TH	00	16061	51.3167	9.95	4
37318	Asbach-Sickenberg	asbach-sickenberg	TH	00	16061	51.2833	10.025	
37318	Birkenfelde	birkenfelde	TH	00	16061	51.35	10.0167	4
37318	Mackenrode	mackenrode	TH	00	16061	51.3	10.0667	4
37318	Gerbershausen	gerbershausen	TH	00	16061	51.3333	9.9833	4
37318	Lenterode	lenterode	TH	00	16061	51.3333	10.0667	4
37318	Thalwenden	thalwenden	TH	00	16061	51.35	10.05	4
37327	Hausen	hausen	TH	00	16061	51.3833	10.3667	4
37327	Breitenbach	breitenbach	TH	00	16061	51.4046	10.3383	4
37327	Leinefelde	leinefelde	TH	00	16061	51.388	10.3262	4
37327	Kallmerode	kallmerode	TH	00	16061	51.35	10.3	4
37339	Wintzingerode	wintzingerode	TH	00	16061	51.4432	10.3344	4
37339	Kirchworbis	kirchworbis	TH	00	16061	51.4112	10.3962	4
37339	Ecklingerode	ecklingerode	TH	00	16061	51.5	10.3167	4
37339	Brehme	brehme	TH	00	16061	51.4942	10.3591	4
37339	Hundeshagen	hundeshagen	TH	00	16061	51.4333	10.2833	4
37339	Breitenworbis	breitenworbis	TH	00	16061	51.4499	10.3433	
37339	Berlingerode	berlingerode	TH	00	16061	51.4578	10.2384	4
37339	Teistungen	teistungen	TH	00	16061	51.4499	10.3433	
37339	Gernrode	gernrode	TH	00	16061	51.4	10.4	4
37339	Buhla	buhla	TH	00	16061	51.4333	10.4333	4
37339	Ferna	ferna	TH	00	16061	51.45	10.3	4
37339	Haynrode	haynrode	TH	00	16061	51.4454	10.4454	4
37339	Wehnde	wehnde	TH	00	16061	51.4833	10.3167	4
37339	Worbis	worbis	TH	00	16061	51.42	10.3633	4
37339	Tastungen	tastungen	TH	00	16061	51.4692	10.3096	4
37345	Bockelnhagen	bockelnhagen	TH	00	16061	51.5644	10.4219	4
37345	Steinrode	steinrode	TH	00	16061	51.5019	10.4925	4
37345	Holungen	holungen	TH	00	16061	51.4915	10.3936	4
37345	Weißenborn-Lüderode	weissenborn-luderode	TH	00	16061	51.5319	10.4189	4
37345	Silkerode	silkerode	TH	00	16061	51.5666	10.4003	4
37345	Bischofferode	bischofferode	TH	00	16061	51.4966	10.444	4
37345	Zwinge	zwinge	TH	00	16061	51.5525	10.3792	4
37345	Großbodungen	grossbodungen	TH	00	16061	51.4757	10.481	4
37345	Stöckey	stockey	TH	00	16061	51.5336	10.5027	4
37345	Neustadt	neustadt	TH	00	16061	51.4672	10.4673	4
37345	Jützenbach	jutzenbach	TH	00	16061	51.5255	10.3797	4
37351	Dingelstädt	dingelstadt	TH	00	16061	51.3153	10.3174	4
37351	Kreuzebra	kreuzebra	TH	00	16061	51.35	10.25	4
37351	Kefferhausen	kefferhausen	TH	00	16061	51.3167	10.2833	4
37351	Helmsdorf	helmsdorf	TH	00	16061	51.3	10.35	4
37351	Silberhausen	silberhausen	TH	00	16061	51.3108	10.3396	4
37355	Bernterode, Untereichsfeld	bernterode-untereichsfeld	TH	00	16061	51.3833	10.4667	
37355	Deuna	deuna	TH	00	16061	51.3545	10.4744	4
37355	Niederorschel	niederorschel	TH	00	16061	51.3722	10.4237	4
37355	Gerterode	gerterode	TH	00	16061	51.3833	10.4833	4
37355	Kleinbartloff	kleinbartloff	TH	00	16061	51.35	10.3833	4
37355	Vollenborn	vollenborn	TH	00	16065	51.35	10.5	4
37359	Effelder	effelder	TH	00	16061	51.2395	10.2478	4
37359	Küllstedt	kullstedt	TH	00	16061	51.2758	10.2804	4
37359	Büttstedt	buttstedt	TH	00	16061	51.2597	10.3064	4
37359	Wachstedt	wachstedt	TH	00	16061	51.3	10.25	4
37359	Großbartloff	grossbartloff	TH	00	16061	51.25	10.2167	4
96515	Sonneberg	sonneberg	TH	00	16072	50.3592	11.1746	4
96523	Steinach	steinach	TH	00	16072	50.4313	11.1591	4
96523	Oberland am Rennsteig	oberland-am-rennsteig	TH	00	16072	50.45	11.225	
96524	Neuhaus-Schierschnitz	neuhaus-schierschnitz	TH	00	16072	50.3124	11.2402	4
96524	Föritz	foritz	TH	00	16072	50.3417	11.2318	4
96524	Judenbach	judenbach	TH	00	16072	50.3959	11.221	4
96528	Schalkau	schalkau	TH	00	16072	50.3954	11.0073	4
96528	Bachfeld	bachfeld	TH	00	16072	50.4167	10.9833	4
96528	Frankenblick	frankenblick	TH	00	16072	50.3875	11.0625	
98527	Suhl	suhl	TH	00	16054	50.608	10.6957	4
98528	Suhl	suhl	TH	00	16054	50.6	10.7	4
98529	Suhl	suhl	TH	00	16054	50.6	10.7	4
98530	Dillstädt	dillstadt	TH	00	16066	50.5833	10.5333	4
98530	Marisfeld	marisfeld	TH	00	16069	50.5559	10.5727	4
98530	Schmeheim	schmeheim	TH	00	16069	50.5667	10.5833	4
98530	Rohr	rohr	TH	00	16066	50.5764	10.4972	4
98530	Oberstadt	oberstadt	TH	00	16069	50.5553	10.5984	4
98544	Zella-Mehlis	zella-mehlis	TH	00	16066	50.6564	10.6605	4
98547	Christes	christes	TH	00	16066	50.6667	10.4833	4
98547	Kühndorf	kuhndorf	TH	00	16066	50.6083	10.4919	4
98547	Viernau	viernau	TH	00	16066	50.6622	10.5578	4
98547	Schwarza	schwarza	TH	00	16066	50.6192	10.5297	4
98553	Nahetal-Waldau	nahetal-waldau	TH	00	16069	50.5167	10.8133	
98553	Sankt Kilian	sankt-kilian	TH	00	16069	50.5275	10.763	4
98553	Schleusingen	schleusingen	TH	00	16069	50.5108	10.7566	4
98553	Eichenberg	eichenberg	TH	00	16069	50.55	10.6667	4
98553	Bischofrod	bischofrod	TH	00	16069	50.55	10.65	4
98553	Ahlstädt	ahlstadt	TH	00	16069	50.5333	10.6833	4
98554	Benshausen	benshausen	TH	00	16066	50.65	10.6	4
98559	Oberhof	oberhof	TH	00	16066	50.7044	10.7272	4
98559	Gehlberg	gehlberg	TH	00	16054	50.6781	10.7909	4
98574	Schmalkalden	schmalkalden	TH	00	16066	50.7214	10.4439	4
98587	Steinbach-Hallenberg	steinbach-hallenberg	TH	00	16066	50.6962	10.5654	4
98587	Altersbach	altersbach	TH	00	16066	50.7	10.5333	4
98587	Bermbach	bermbach	TH	00	16066	50.6778	10.5963	4
98587	Rotterode	rotterode	TH	00	16066	50.7122	10.5537	4
98587	Oberschönau	oberschonau	TH	00	16066	50.7167	10.6167	4
98587	Unterschönau	unterschonau	TH	00	16066	50.7167	10.5833	4
98587	Springstille	springstille	TH	00	16066	50.6872	10.5282	4
98590	Schwallungen	schwallungen	TH	00	16066	50.6926	10.3571	4
98590	Wernshausen	wernshausen	TH	00	16066	50.724	10.3509	4
98590	Roßdorf	rossdorf	TH	00	16066	50.7	10.2167	4
98590	Rosa	rosa	TH	00	16066	50.712	10.25	4
98593	Kleinschmalkalden	kleinschmalkalden	TH	00	16066	50.7833	10.45	4
98593	Floh-Seligenthal	floh-seligenthal	TH	00	16066	50.76	10.4867	4
98596	Trusetal	trusetal	TH	00	16066	50.7833	10.4167	4
98597	Fambach	fambach	TH	00	16066	50.7333	10.3667	4
98597	Breitungen	breitungen	TH	00	16066	50.7636	10.3272	4
98597	Heßles	hessles	TH	00	16066	50.7519	10.4072	4
98599	Brotterode	brotterode	TH	00	16066	50.8241	10.4445	4
98617	Vachdorf	vachdorf	TH	00	16066	50.5263	10.5373	4
98617	Obermaßfeld-Grimmenthal	obermassfeld-grimmenthal	TH	00	16066	50.529	10.4396	4
98617	Stepfershausen	stepfershausen	TH	00	16066	50.6	10.3	4
98617	Belrieth	belrieth	TH	00	16066	50.5333	10.5	4
98617	Einhausen	einhausen	TH	00	16066	50.5283	10.4619	4
98617	Herpf	herpf	TH	00	16066	50.5784	10.3331	4
98617	Rhönblick	rhonblick	TH	00	16066	50.545	10.365	
98617	Ritschenhausen	ritschenhausen	TH	00	16066	50.5102	10.4323	4
98617	Ellingshausen	ellingshausen	TH	00	16066	50.55	10.4667	4
98617	Sülzfeld	sulzfeld	TH	00	16066	50.5232	10.3601	4
98617	Leutersdorf	leutersdorf	TH	00	16066	50.5167	10.55	4
98617	Henneberg	henneberg	TH	00	16066	50.4924	10.3549	4
98617	Bauerbach	bauerbach	TH	00	16066	50.4985	10.3912	4
98617	Untermaßfeld	untermassfeld	TH	00	16066	50.5441	10.3665	
98617	Neubrunn	neubrunn	TH	00	16066	50.5	10.4667	4
98617	Meiningen	meiningen	TH	00	16066	50.5679	10.4152	4
98617	Wölfershausen	wolfershausen	TH	00	16066	50.4833	10.4333	4
98617	Utendorf	utendorf	TH	00	16066	50.6167	10.4333	4
98630	Westenfeld	westenfeld	TH	00	16069	50.4311	10.4963	4
98630	Milz	milz	TH	00	16069	50.3776	10.5376	4
98630	Mendhausen	mendhausen	TH	00	16069	50.3822	10.4727	4
98630	Römhild	romhild	TH	00	16069	50.3964	10.5389	4
98631	Bibra	bibra	TH	00	16066	50.4697	10.4388	4
98631	Wolfmannshausen	wolfmannshausen	TH	00	16066	50.4287	10.4583	4
98631	Rentwertshausen	rentwertshausen	TH	00	16066	50.4554	10.439	4
98631	Jüchsen	juchsen	TH	00	16066	50.4799	10.5018	4
98631	Behrungen	behrungen	TH	00	16066	50.4109	10.4147	4
98631	Queienfeld	queienfeld	TH	00	16066	50.4503	10.4555	4
98631	Schwickershausen	schwickershausen	TH	00	16066	50.4563	10.3723	4
98631	Exdorf	exdorf	TH	00	16066	50.4572	10.5424	4
98631	Nordheim	nordheim	TH	00	16066	50.4529	10.4021	4
98631	Berkach	berkach	TH	00	16066	50.4369	10.3983	4
98634	Hümpfershausen	humpfershausen	TH	00	16066	50.6667	10.2333	4
98634	Oberweid	oberweid	TH	00	16066	50.5904	10.0638	4
98634	Melpers	melpers	TH	00	16066	50.55	10.15	4
98634	Kaltenwestheim	kaltenwestheim	TH	00	16066	50.6099	10.1169	4
98634	Frankenheim	frankenheim	TH	00	16066	50.5445	10.0683	4
98634	Unterweid	unterweid	TH	00	16066	50.6099	10.0607	4
98634	Unterkatz	unterkatz	TH	00	16066	50.6195	10.2569	4
98634	Kaltensundheim	kaltensundheim	TH	00	16066	50.6062	10.1564	4
98634	Friedelshausen	friedelshausen	TH	00	16066	50.6578	10.2367	4
98634	Wasungen	wasungen	TH	00	16066	50.6619	10.3695	4
98634	Erbenhausen	erbenhausen	TH	00	16066	50.5667	10.15	4
98634	Wahns	wahns	TH	00	16066	50.6333	10.3	4
98634	Birx	birx	TH	00	16066	50.5333	10.05	4
98634	Oberkatz	oberkatz	TH	00	16066	50.6	10.2333	4
98634	Oepfershausen	oepfershausen	TH	00	16066	50.6411	10.2409	4
98634	Mehmels	mehmels	TH	00	16066	50.6333	10.3333	4
98634	Aschenhausen	aschenhausen	TH	00	16066	50.6	10.2	4
98639	Walldorf	walldorf	TH	00	16066	50.6167	10.3833	4
98639	Metzels	metzels	TH	00	16066	50.647	10.4346	4
98639	Wallbach	wallbach	TH	00	16066	50.6333	10.4	4
98639	Rippershausen	rippershausen	TH	00	16066	50.6	10.35	4
98646	Dingsleben	dingsleben	TH	00	16069	50.4333	10.6	4
98646	Trostadt	trostadt	TH	00	16069	50.4651	10.6408	4
98646	Reurieth	reurieth	TH	00	16069	50.45	10.65	4
98646	Straufhain	straufhain	TH	00	16069	50.3583	10.7042	
98646	Gleichamberg	gleichamberg	TH	00	16069	50.3707	10.5982	4
98646	Hildburghausen	hildburghausen	TH	00	16069	50.4255	10.7318	4
98646	Siegritz	siegritz	TH	00	16069	50.4677	10.6624	4
98660	Beinerstadt	beinerstadt	TH	00	16069	50.4667	10.6	4
98660	Ehrenberg	ehrenberg	TH	00	16069	50.4833	10.65	4
98660	Themar	themar	TH	00	16069	50.5047	10.6154	4
98660	Kloster Veßra	kloster-vessra	TH	00	16069	50.5	10.65	4
98660	Grimmelshausen	grimmelshausen	TH	00	16069	50.4833	10.6333	4
98660	Henfstädt	henfstadt	TH	00	16069	50.5163	10.5874	4
98660	Lengfeld	lengfeld	TH	00	16069	50.5333	10.65	4
98660	Sankt Bernhard	sankt-bernhard	TH	00	16069	50.4592	10.5962	4
98663	Schweickershausen	schweickershausen	TH	00	16069	50.2392	10.6304	4
98663	Westhausen	westhausen	TH	00	16069	50.3157	10.6624	4
98663	Bad Colberg-Heldburg	bad-colberg-heldburg	TH	00	16069	50.275	10.7667	
98663	Gompertshausen	gompertshausen	TH	00	16069	50.2985	10.625	4
98663	Ummerstadt	ummerstadt	TH	00	16069	50.2586	10.8115	4
98663	Hellingen	hellingen	TH	00	16069	50.25	10.6833	4
98666	Masserberg	masserberg	TH	00	16069	50.5198	10.9709	4
98667	Schleusegrund	schleusegrund	TH	00	16069	50.5233	10.8667	4
98669	Schlechtsart	schlechtsart	TH	00	16069	50.3285	10.6225	4
98669	Veilsdorf	veilsdorf	TH	00	16069	50.4088	10.8095	4
98673	Auengrund	auengrund	TH	00	16069	50.4667	10.85	
98673	Eisfeld	eisfeld	TH	00	16069	50.4265	10.907	4
98673	Brünn	brunn	TH	00	16069	50.4485	10.8563	4
98678	Sachsenbrunn	sachsenbrunn	TH	00	16069	50.4472	10.9495	4
98693	Martinroda	martinroda	TH	00	16070	50.7233	10.889	4
98693	Ilmenau	ilmenau	TH	00	16070	50.6832	10.9186	4
98701	Neustadt am Rennsteig	neustadt-am-rennsteig	TH	00	16070	50.5833	10.9333	4
98701	Altenfeld	altenfeld	TH	00	16070	50.5667	10.9667	4
98701	Wildenspring	wildenspring	TH	00	16070	50.6	11.0667	4
98701	Großbreitenbach	grossbreitenbach	TH	00	16070	50.5833	11.0096	4
98701	Herschdorf	herschdorf	TH	00	16070	50.6294	11.049	4
98701	Böhlen	bohlen	TH	00	16070	50.588	11.0434	4
98701	Gillersdorf	gillersdorf	TH	00	16070	50.6167	11.0167	4
98701	Friedersdorf	friedersdorf	TH	00	16070	50.6049	11.0358	4
98704	Wolfsberg	wolfsberg	TH	00	16070	50.7056	10.9889	
98704	Langewiesen	langewiesen	TH	00	16070	50.6725	10.971	4
98708	Möhrenbach	mohrenbach	TH	00	16070	50.6233	10.9957	4
98708	Gehren	gehren	TH	00	16070	50.6485	11.0047	4
98708	Pennewitz	pennewitz	TH	00	16070	50.6592	11.0538	4
98711	Frauenwald	frauenwald	TH	00	16070	50.5843	10.8584	4
98711	Schmiedefeld am Rennsteig	schmiedefeld-am-rennsteig	TH	00	16054	50.6086	10.8128	4
98714	Stützerbach	stutzerbach	TH	00	16070	50.6333	10.8667	4
98716	Geraberg	geraberg	TH	00	16070	50.7159	10.8374	4
98716	Geschwenda	geschwenda	TH	00	16070	50.7318	10.8254	4
98716	Elgersburg	elgersburg	TH	00	16070	50.706	10.8531	4
98724	Neuhaus am Rennweg	neuhaus-am-rennweg	TH	00	16072	50.5101	11.1379	4
98724	Lauscha	lauscha	TH	00	16072	50.4769	11.1596	4
98739	Piesau	piesau	TH	00	16072	50.5167	11.2167	4
98739	Schmiedefeld	schmiedefeld	TH	00	16073	50.5333	11.2167	4
98739	Lichte	lichte	TH	00	16072	50.5167	11.1833	4
98739	Reichmannsdorf	reichmannsdorf	TH	00	16073	50.5496	11.2576	4
98743	Gräfenthal	grafenthal	TH	00	16073	50.5246	11.3068	4
98744	Lichtenhain/Bergbahn	lichtenhain-bergbahn	TH	00	16073	50.6	11.1333	
98744	Meura	meura	TH	00	16073	50.5833	11.2	4
98744	Cursdorf	cursdorf	TH	00	16073	50.5667	11.1333	4
98744	Oberweißbach	oberweissbach	TH	00	16073	50.5823	11.1438	4
98744	Deesbach	deesbach	TH	00	16073	50.5667	11.15	4
98744	Unterweißbach	unterweissbach	TH	00	16073	50.614	11.1674	4
98746	Goldisthal	goldisthal	TH	00	16072	50.5167	11	4
98746	Katzhütte	katzhutte	TH	00	16073	50.5519	11.0529	4
98746	Mellenbach-Glasbach	mellenbach-glasbach	TH	00	16073	50.6167	11.1	4
98746	Meuselbach-Schwarzmühle	meuselbach-schwarzmuhle	TH	00	16073	50.5667	11.0833	4
98749	Siegmundsburg	siegmundsburg	TH	00	16072	50.4708	11.0523	4
98749	Steinheid	steinheid	TH	00	16072	50.4654	11.0827	4
98749	Scheibe-Alsbach	scheibe-alsbach	TH	00	16072	50.4878	11.0621	4
99084	Erfurt	erfurt	TH	00	16051	50.9746	11.0297	4
99085	Erfurt	erfurt	TH	00	16051	50.9945	11.0528	4
99086	Erfurt	erfurt	TH	00	16051	50.994	11.0276	4
99087	Erfurt	erfurt	TH	00	16051	51.021	11.0353	4
99089	Erfurt	erfurt	TH	00	16051	50.9968	11.0079	4
99091	Erfurt	erfurt	TH	00	16051	51.0143	10.9929	4
99092	Erfurt	erfurt	TH	00	16051	50.973	10.9787	4
99094	Erfurt	erfurt	TH	00	16051	50.9833	11.0333	4
99096	Erfurt	erfurt	TH	00	16051	50.9643	11.041	4
99097	Erfurt	erfurt	TH	00	16051	50.9833	11.0333	4
99098	Erfurt	erfurt	TH	00	16051	50.9833	11.0333	4
99099	Erfurt	erfurt	TH	00	16051	50.9751	11.0637	4
99100	Döllstädt	dollstadt	TH	00	16067	51.0833	10.8167	4
99100	Gierstädt/Kleinfahner	gierstadt-kleinfahner	TH	00	16067	51.0417	10.8417	
99100	Bienstädt	bienstadt	TH	00	16067	51.0167	10.85	4
99100	Großfahner	grossfahner	TH	00	16067	51.0562	10.8276	4
99100	Zimmernsupra	zimmernsupra	TH	00	16067	50.9833	10.8667	4
99100	Dachwig	dachwig	TH	00	16067	51.0777	10.8548	4
99102	Rockhausen	rockhausen	TH	00	16070	50.9015	11.0408	4
99102	Klettbach	klettbach	TH	00	16071	50.9167	11.15	4
99130	Marlishausen	marlishausen	TH	00	16070	50.8222	11.0172	4
99189	Elxleben	elxleben	TH	00	16068	51.05	10.95	4
99189	Walschleben	walschleben	TH	00	16068	51.0667	10.9333	4
99189	Ringleben	ringleben	TH	00	16068	51.1	10.95	4
99189	Gebesee	gebesee	TH	00	16068	51.1149	10.9345	4
99189	Haßleben	hassleben	TH	00	16068	51.1088	10.9964	4
99189	Witterda	witterda	TH	00	16068	51.0361	10.8903	4
99189	Andisleben	andisleben	TH	00	16068	51.0828	10.9279	4
99192	Nottleben	nottleben	TH	00	16067	50.9667	10.85	4
99192	Neudietendorf	neudietendorf	TH	00	16067	50.9125	10.9135	4
99192	Gamstädt	gamstadt	TH	00	16067	50.949	10.885	4
99192	Apfelstädt	apfelstadt	TH	00	16067	50.9016	10.8898	4
99192	Ingersleben	ingersleben	TH	00	16067	50.9217	10.9365	4
99195	Markvippach	markvippach	TH	00	16068	51.0789	11.175	4
99195	Alperstedt	alperstedt	TH	00	16068	51.0924	11.0453	4
99195	Großrudestedt	grossrudestedt	TH	00	16068	51.093	11.0998	4
99195	Riethnordhausen	riethnordhausen	TH	00	16068	51.0833	11	4
99195	Eckstedt	eckstedt	TH	00	16068	51.0711	11.1461	4
99195	Nöda	noda	TH	00	16068	51.0667	11.0167	4
99195	Schloßvippach	schlossvippach	TH	00	16068	51.105	11.1451	4
99198	Großmölsen	grossmolsen	TH	00	16068	51.0333	11.1333	4
99198	Udestedt	udestedt	TH	00	16068	51.05	11.1333	4
99198	Kleinmölsen	kleinmolsen	TH	00	16068	51.0333	11.1167	4
99198	Mönchenholzhausen	monchenholzhausen	TH	00	16071	50.9667	11.15	4
99198	Ollendorf	ollendorf	TH	00	16068	51.0333	11.1833	4
99310	Wachsenburggemeinde	wachsenburggemeinde	TH	00	16070	50.8567	10.8833	
99310	Osthausen-Wülfershausen	osthausen-wulfershausen	TH	00	16070	50.85	11.0833	4
99310	Wipfratal	wipfratal	TH	00	16070	50.7833	11	
99310	Witzleben	witzleben	TH	00	16070	50.8167	11.1167	4
99310	Alkersleben	alkersleben	TH	00	16070	50.85	11.0333	4
99310	Dornheim	dornheim	TH	00	16070	50.8351	10.9938	4
99310	Bösleben-Wüllersleben	bosleben-wullersleben	TH	00	16070	50.8333	11.0667	4
99310	Arnstadt	arnstadt	TH	00	16070	50.8405	10.952	4
99326	Ilmtal	ilmtal	TH	00	16070	50.7333	11.0833	
99326	Stadtilm	stadtilm	TH	00	16070	50.776	11.0826	4
99330	Liebenstein	liebenstein	TH	00	16070	50.7667	10.85	4
99330	Gräfenroda	grafenroda	TH	00	16070	50.75	10.8	4
99330	Crawinkel	crawinkel	TH	00	16067	50.7833	10.7833	4
99330	Frankenhain	frankenhain	TH	00	16070	50.7566	10.7877	4
99334	Ichtershausen	ichtershausen	TH	00	16070	50.8784	11.0367	
99334	Kirchheim	kirchheim	TH	00	16070	50.8833	11.0167	4
99334	Elleben	elleben	TH	00	16070	50.8667	11.0833	4
99334	Elxleben	elxleben	TH	00	16070	50.8667	11.05	4
99338	Gossel	gossel	TH	00	16070	50.8	10.85	4
99338	Plaue	plaue	TH	00	16070	50.7783	10.8997	4
99338	Angelroda	angelroda	TH	00	16070	50.75	10.8667	4
99338	Neusiß	neusiss	TH	00	16070	50.75	10.8833	4
99423	Weimar	weimar	TH	00	16055	50.9804	11.3263	4
99425	Weimar	weimar	TH	00	16055	50.9833	11.3167	4
99427	Weimar	weimar	TH	00	16055	50.9867	11.3156	4
99428	Niederzimmern	niederzimmern	TH	00	16071	51.0048	11.1903	4
99428	Ottstedt am Berge	ottstedt-am-berge	TH	00	16071	51.0176	11.2154	
99428	Nohra	nohra	TH	00	16071	50.9614	11.2597	4
99428	Isseroda	isseroda	TH	00	16071	50.9565	11.22	4
99428	Hopfgarten	hopfgarten	TH	00	16071	50.9833	11.2667	
99428	Daasdorf am Berge	daasdorf-am-berge	TH	00	16071	50.9955	11.2616	4
99428	Utzberg	utzberg	TH	00	16071	50.9768	11.1911	4
99428	Bechstedtstraß	bechstedtstrass	TH	00	16071	50.95	11.2	4
99438	Tonndorf	tonndorf	TH	00	16071	50.889	11.2037	4
99438	Gutendorf	gutendorf	TH	00	16071	50.9201	11.2103	4
99438	Vollersroda	vollersroda	TH	00	16071	50.936	11.3309	4
99438	Troistedt	troistedt	TH	00	16071	50.9333	11.25	4
99438	Buchfart	buchfart	TH	00	16071	50.921	11.3325	4
99438	Hetschburg	hetschburg	TH	00	16071	50.9129	11.3001	4
99438	Bad Berka	bad-berka	TH	00	16071	50.8998	11.2825	4
99438	Oettern	oettern	TH	00	16071	50.9225	11.3581	4
99439	Berlstedt	berlstedt	TH	00	16071	51.0614	11.2429	4
99439	Ettersburg	ettersburg	TH	00	16071	51.0339	11.2795	4
99439	Heichelheim	heichelheim	TH	00	16071	51.05	11.3167	4
99439	Buttelstedt	buttelstedt	TH	00	16071	51.0765	11.3435	4
99439	Rohrbach	rohrbach	TH	00	16071	51.0667	11.4	4
99439	Ballstedt	ballstedt	TH	00	16071	51.05	11.2167	4
99439	Kleinobringen	kleinobringen	TH	00	16071	51.0333	11.3167	4
99439	Sachsenhausen	sachsenhausen	TH	00	16071	51.05	11.3667	4
99439	Schwerstedt	schwerstedt	TH	00	16071	51.0667	11.2833	4
99439	Leutenthal	leutenthal	TH	00	16071	51.05	11.3667	4
99439	Krautheim	krautheim	TH	00	16071	51.0833	11.3	4
99439	Hottelstedt	hottelstedt	TH	00	16071	51.038	11.2289	4
99439	Neumark	neumark	TH	00	16071	51.0797	11.247	4
99439	Ramsla	ramsla	TH	00	16071	51.05	11.2833	4
99439	Großobringen	grossobringen	TH	00	16071	51.0333	11.3333	4
99439	Vippachedelhausen	vippachedelhausen	TH	00	16071	51.0814	11.2094	4
99439	Wohlsborn	wohlsborn	TH	00	16071	51.0333	11.3667	4
99441	Kromsdorf	kromsdorf	TH	00	16071	51	11.3667	4
99441	Magdala	magdala	TH	00	16071	50.907	11.448	4
99441	Hammerstedt	hammerstedt	TH	00	16071	50.9542	11.4543	4
99441	Umpferstedt	umpferstedt	TH	00	16071	50.9422	11.4238	
99441	Hohlstedt	hohlstedt	TH	00	16071	50.9596	11.4778	4
99441	Kiliansroda	kiliansroda	TH	00	16071	50.9147	11.3716	4
99441	Lehnstedt	lehnstedt	TH	00	16071	50.9333	11.4333	4
99441	Frankendorf	frankendorf	TH	00	16071	50.9667	11.45	4
99441	Mellingen	mellingen	TH	00	16071	50.9412	11.3964	4
99441	Döbritschen	dobritschen	TH	00	16071	50.9192	11.476	4
99441	Kleinschwabhausen	kleinschwabhausen	TH	00	16071	50.9316	11.4611	4
99441	Großschwabhausen	grossschwabhausen	TH	00	16071	50.9333	11.4833	4
99441	Mechelroda	mechelroda	TH	00	16071	50.9113	11.3781	4
99444	Blankenhain	blankenhain	TH	00	16071	50.8599	11.3439	4
99448	Hohenfelden	hohenfelden	TH	00	16071	50.8785	11.1606	4
99448	Nauendorf	nauendorf	TH	00	16071	50.8945	11.1811	4
99448	Rittersdorf	rittersdorf	TH	00	16071	50.8167	11.2333	4
99448	Kranichfeld	kranichfeld	TH	00	16071	50.8545	11.2006	4
99510	Saaleplatte	saaleplatte	TH	00	16071	51.0082	11.5802	
99510	Flurstedt	flurstedt	TH	00	16071	51.0592	11.558	4
99510	Mattstedt	mattstedt	TH	00	16071	51.05	11.5167	4
99510	Wiegendorf	wiegendorf	TH	00	16071	50.9833	11.4333	4
99510	Oßmannstedt	ossmannstedt	TH	00	16071	51.0167	11.4333	
99510	Wickerstedt	wickerstedt	TH	00	16071	51.0598	11.5423	4
99510	Niederreißen	niederreissen	TH	00	16071	51.0989	11.4111	4
99510	Niederroßla	niederrossla	TH	00	16071	51.0333	11.4833	4
99510	Kapellendorf	kapellendorf	TH	00	16071	50.9746	11.4687	4
99510	Obertrebra	obertrebra	TH	00	16071	51.0633	11.5691	4
99510	Nirmsdorf	nirmsdorf	TH	00	16071	51.0944	11.4702	4
99510	Oberreißen	oberreissen	TH	00	16071	51.087	11.4129	4
99510	Liebstedt	liebstedt	TH	00	16071	51.05	11.4	4
99510	Pfiffelbach	pfiffelbach	TH	00	16071	51.061	11.4422	4
99510	Apolda	apolda	TH	00	16071	51.0262	11.5164	4
99510	Willerstedt	willerstedt	TH	00	16071	51.0899	11.4529	4
99510	Gebstedt	gebstedt	TH	00	16071	51.0975	11.4962	4
99518	Niedertrebra	niedertrebra	TH	00	16071	51.0697	11.5845	4
99518	Ködderitzsch	kodderitzsch	TH	00	16071	51.0833	11.5	4
99518	Eberstedt	eberstedt	TH	00	16071	51.0738	11.5788	4
99518	Großheringen	grossheringen	TH	00	16071	51.1031	11.6687	4
99518	Schmiedehausen	schmiedehausen	TH	00	16071	51.0667	11.6667	4
99518	Rannstedt	rannstedt	TH	00	16071	51.0833	11.55	4
99518	Reisdorf	reisdorf	TH	00	16071	51.1024	11.559	4
99518	Auerstedt	auerstedt	TH	00	16071	51.0996	11.5892	4
99518	Bad Sulza	bad-sulza	TH	00	16071	51.0893	11.6247	4
99610	Vogelsberg	vogelsberg	TH	00	16068	51.1333	11.25	4
99610	Sömmerda	sommerda	TH	00	16068	51.1591	11.1152	4
99610	Sprötau	sprotau	TH	00	16068	51.1246	11.1965	4
99610	Wundersleben	wundersleben	TH	00	16068	51.1544	11.0389	4
99610	Kleinbrembach	kleinbrembach	TH	00	16068	51.1333	11.2667	4
99610	Großbrembach	grossbrembach	TH	00	16068	51.1167	11.3167	4
99625	Kölleda	kolleda	TH	00	16068	51.1875	11.2449	4
99625	Beichlingen	beichlingen	TH	00	16068	51.2326	11.2578	4
99625	Großmonra	grossmonra	TH	00	16068	51.213	11.2958	4
99625	Schillingstedt	schillingstedt	TH	00	16068	51.2333	11.2	4
99625	Kleinneuhausen	kleinneuhausen	TH	00	16068	51.15	11.2833	4
99625	Großneuhausen	grossneuhausen	TH	00	16068	51.1608	11.2856	4
99628	Rudersdorf	rudersdorf	TH	00	16068	51.1	11.45	4
99628	Hardisleben	hardisleben	TH	00	16068	51.1536	11.4241	4
99628	Ellersleben	ellersleben	TH	00	16068	51.15	11.3167	4
99628	Eßleben-Teutleben	essleben-teutleben	TH	00	16068	51.1417	11.4583	
99628	Buttstädt	buttstadt	TH	00	16068	51.1223	11.4172	4
99628	Olbersleben	olbersleben	TH	00	16068	51.15	11.3333	4
99628	Mannstedt	mannstedt	TH	00	16068	51.1333	11.3833	4
99628	Guthmannshausen	guthmannshausen	TH	00	16068	51.1333	11.3667	4
99631	Günstedt	gunstedt	TH	00	16068	51.2219	11.0804	4
99631	Weißensee	weissensee	TH	00	16068	51.1999	11.0691	4
99631	Herrnschwende	herrnschwende	TH	00	16068	51.2167	11	4
99634	Henschleben	henschleben	TH	00	16068	51.1333	10.9667	4
99634	Schwerstedt	schwerstedt	TH	00	16068	51.1558	10.9207	4
99634	Straußfurt	straussfurt	TH	00	16068	51.1667	10.9833	4
99634	Gangloffsömmern	gangloffsommern	TH	00	16068	51.1894	10.9433	4
99634	Werningshausen	werningshausen	TH	00	16068	51.1395	11.0013	4
99636	Rastenberg	rastenberg	TH	00	16068	51.175	11.4203	4
99636	Ostramondra	ostramondra	TH	00	16068	51.2	11.3333	4
99638	Riethgen	riethgen	TH	00	16068	51.25	11.1167	4
99638	Griefstedt	griefstedt	TH	00	16068	51.2296	11.1293	4
99638	Frömmstedt	frommstedt	TH	00	16068	51.2611	11.0401	4
99638	Büchel	buchel	TH	00	16068	51.25	11.15	4
99638	Kindelbrück	kindelbruck	TH	00	16068	51.2617	11.09	4
99706	Sondershausen	sondershausen	TH	00	16065	51.3697	10.8701	4
99707	Günserode	gunserode	TH	00	16065	51.3081	11.0494	4
99707	Steinthaleben	steinthaleben	TH	00	16065	51.395	11.025	4
99707	Hachelbich	hachelbich	TH	00	16065	51.3438	10.9653	4
99707	Göllingen	gollingen	TH	00	16065	51.3436	11.0144	4
99707	Rottleben	rottleben	TH	00	16065	51.3621	11.0475	4
99707	Bendeleben	bendeleben	TH	00	16065	51.3726	11.0068	4
99707	Seega	seega	TH	00	16065	51.3252	11.0345	4
99707	Badra	badra	TH	00	16065	51.4069	10.9743	4
99713	Bellstedt	bellstedt	TH	00	16065	51.2667	10.7833	4
99713	Rockstedt	rockstedt	TH	00	16065	51.2851	10.7618	4
99713	Wolferschwenda	wolferschwenda	TH	00	16065	51.2333	10.8	4
99713	Thüringenhausen	thuringenhausen	TH	00	16065	51.2667	10.8	4
99713	Helbedündorf	helbedundorf	TH	00	16065	51.35	10.6167	
99713	Freienbessingen	freienbessingen	TH	00	16065	51.2333	10.7667	4
99713	Ebeleben	ebeleben	TH	00	16065	51.2828	10.73	4
99713	Holzsußra	holzsussra	TH	00	16065	51.2833	10.6833	4
99713	Abtsbessingen	abtsbessingen	TH	00	16065	51.2614	10.7628	4
99713	Schernberg	schernberg	TH	00	16065	51.3277	10.7693	4
99718	Greußen	greussen	TH	00	16065	51.2296	10.9442	4
99718	Niederbösa	niederbosa	TH	00	16065	51.2667	11	4
99718	Trebra	trebra	TH	00	16065	51.2833	10.9833	4
99718	Wasserthaleben	wasserthaleben	TH	00	16065	51.25	10.8833	4
99718	Westgreußen	westgreussen	TH	00	16065	51.2387	10.9192	4
99718	Topfstedt	topfstedt	TH	00	16065	51.2667	10.9667	4
99718	Clingen	clingen	TH	00	16065	51.2321	10.9328	4
99718	Oberbösa	oberbosa	TH	00	16065	51.2893	11.017	4
99718	Großenehrich	grossenehrich	TH	00	16065	51.2484	10.8346	4
99734	Nordhausen	nordhausen	TH	00	16062	51.5018	10.7957	4
99735	Kleinfurra	kleinfurra	TH	00	16062	51.4156	10.7645	4
99735	Etzelsrode	etzelsrode	TH	00	16062	51.5	10.6167	4
99735	Hohenstein	hohenstein	TH	00	16062	51.4889	10.5796	
99735	Hainrode	hainrode	TH	00	16062	51.413	10.698	4
99735	Petersdorf	petersdorf	TH	00	16062	51.5297	10.8264	4
99735	Nohra	nohra	TH	00	16062	51.479	10.7207	
99735	Wolkramshausen	wolkramshausen	TH	00	16062	51.4219	10.7381	4
99735	Friedrichsthal	friedrichsthal	TH	00	16062	51.4833	10.5833	4
99735	Werther	werther	TH	00	16062	51.4667	10.75	
99752	Kleinbodungen	kleinbodungen	TH	00	16062	51.4667	10.5333	4
99752	Wipperdorf	wipperdorf	TH	00	16062	51.4556	10.6439	4
99752	Lipprechterode	lipprechterode	TH	00	16062	51.4577	10.5535	4
99752	Kraja	kraja	TH	00	16062	51.45	10.5167	4
99752	Kehmstedt	kehmstedt	TH	00	16062	51.4667	10.6	4
99755	Hohenstein	hohenstein	TH	00	16062	51.4889	10.5796	
99755	Ellrich	ellrich	TH	00	16062	51.5866	10.6633	4
99759	Rehungen	rehungen	TH	00	16062	51.3826	10.5226	4
99759	Großlohra	grosslohra	TH	00	16062	51.4167	10.65	
99759	Niedergebra	niedergebra	TH	00	16062	51.4228	10.6001	4
99759	Obergebra	obergebra	TH	00	16062	51.4136	10.5799	4
99762	Neustadt/Harz	neustadt-harz	TH	00	16062	51.5667	10.8333	4
99762	Niedersachswerfen	niedersachswerfen	TH	00	16062	51.5506	10.7659	4
99762	Rodishain	rodishain	TH	00	16062	51.5419	10.9195	4
99762	Herrmannsacker	herrmannsacker	TH	00	16062	51.55	10.8667	4
99762	Stempeda	stempeda	TH	00	16062	51.5274	10.9235	4
99762	Buchholz	buchholz	TH	00	16062	51.5333	10.8667	4
99762	Harzungen	harzungen	TH	00	16062	51.55	10.8	4
99765	Heringen/Helme	heringen-helme	TH	00	16062	51.4333	10.8833	4
99765	Uthleben	uthleben	TH	00	16062	51.4491	10.838	4
99765	Urbach	urbach	TH	00	16062	51.4801	10.9012	4
99765	Windehausen	windehausen	TH	00	16062	51.4658	10.873	4
99765	Auleben	auleben	TH	00	16062	51.4264	10.9297	4
99765	Görsbach	gorsbach	TH	00	16062	51.4622	10.9371	4
99765	Hamma	hamma	TH	00	16062	51.4286	10.8934	4
99768	Ilfeld	ilfeld	TH	00	16062	51.5757	10.7847	4
99817	Eisenach	eisenach	TH	00	16056	50.9807	10.3152	4
99819	Wolfsburg-Unkeroda	wolfsburg-unkeroda	TH	00	16063	50.9333	10.2667	4
99819	Ettenhausen an der Suhl	ettenhausen-an-der-suhl	TH	00	16063	50.8833	10.2333	
99819	Marksuhl	marksuhl	TH	00	16063	50.9167	10.2	4
99819	Hörselberg	horselberg	TH	00	16063	50.9722	10.4185	
99819	Krauthausen	krauthausen	TH	00	16063	50.9591	10.2673	
99820	Behringen	behringen	TH	00	16063	51.0217	10.5101	4
99826	Lauterbach	lauterbach	TH	00	16063	51.0667	10.35	4
99826	Hallungen	hallungen	TH	00	16063	51.1333	10.3333	4
99826	Bischofroda	bischofroda	TH	00	16063	51.0564	10.3639	4
99826	Nazza	nazza	TH	00	16063	51.1147	10.3348	4
99826	Ebenshausen	ebenshausen	TH	00	16063	51.0833	10.3	4
99826	Berka vor der Hainich	berka-vor-der-hainich	TH	00	16063	51.05	10.3833	
99826	Mihla	mihla	TH	00	16063	51.0762	10.3317	4
99826	Frankenroda	frankenroda	TH	00	16063	51.1	10.2833	4
99830	Treffurt	treffurt	TH	00	16063	51.1369	10.2336	4
99831	Creuzburg	creuzburg	TH	00	16063	51.0529	10.2475	4
99831	Ifta	ifta	TH	00	16063	51.0667	10.1833	4
99834	Unterellen	unterellen	TH	00	16063	50.9665	10.1603	4
99834	Gerstungen	gerstungen	TH	00	16063	50.9667	10.0667	4
99834	Lauchröden	lauchroden	TH	00	16063	50.9937	10.1569	4
99834	Oberellen	oberellen	TH	00	16063	50.9486	10.1853	4
99837	Berka/Werra	berka-werra	TH	00	16063	50.95	10.0833	
99837	Dippach	dippach	TH	00	16063	50.9196	10.0424	4
99837	Großensee	grossensee	TH	00	16063	50.9333	9.9667	4
99837	Dankmarshausen	dankmarshausen	TH	00	16063	50.9253	10.016	4
99842	Ruhla	ruhla	TH	00	16063	50.893	10.3657	4
99846	Seebach	seebach	TH	00	16063	50.9167	10.4167	4
99848	Hörselberg	horselberg	TH	00	16063	50.9722	10.4185	
99848	Wutha-Farnroda	wutha-farnroda	TH	00	16063	50.9533	10.3917	4
99867	Gotha	gotha	TH	00	16067	50.9482	10.7019	4
99869	Bufleben	bufleben	TH	00	16067	51	10.7333	4
99869	Tüttleben	tuttleben	TH	00	16067	50.9458	10.7879	4
99869	Wandersleben	wandersleben	TH	00	16067	50.8995	10.8496	4
99869	Emleben	emleben	TH	00	16067	50.8941	10.703	4
99869	Pferdingsleben	pferdingsleben	TH	00	16067	50.9667	10.8167	4
99869	Ebenheim	ebenheim	TH	00	16067	50.9752	10.5118	4
99869	Brüheim	bruheim	TH	00	16067	51	10.5833	4
99869	Schwabhausen	schwabhausen	TH	00	16067	50.8885	10.7311	4
99869	Seebergen	seebergen	TH	00	16067	50.9208	10.7992	4
99869	Haina	haina	TH	00	16067	50.9897	10.5177	4
99869	Wechmar	wechmar	TH	00	16067	50.8936	10.7772	4
99869	Goldbach	goldbach	TH	00	16067	50.9924	10.6575	4
99869	Friedrichswerth	friedrichswerth	TH	00	16067	50.9941	10.5447	4
99869	Mühlberg	muhlberg	TH	00	16067	50.8683	10.8232	4
99869	Tröchtelborn	trochtelborn	TH	00	16067	51	10.8167	4
99869	Günthersleben	gunthersleben	TH	00	16067	50.9026	10.7646	4
99869	Molschleben	molschleben	TH	00	16067	51	10.7833	4
99869	Westhausen	westhausen	TH	00	16067	51.0167	10.6833	4
99869	Eschenbergen	eschenbergen	TH	00	16067	51.0268	10.7593	4
99869	Weingarten	weingarten	TH	00	16067	50.9743	10.5391	4
99869	Warza	warza	TH	00	16067	51	10.6833	4
99869	Grabsleben	grabsleben	TH	00	16067	50.9363	10.8351	4
99869	Ballstädt	ballstadt	TH	00	16067	51.0333	10.7167	4
99869	Sonneborn	sonneborn	TH	00	16067	50.9927	10.5917	4
99869	Remstädt	remstadt	TH	00	16067	50.979	10.6878	4
99869	Wangenheim	wangenheim	TH	00	16067	51.0198	10.6242	4
99869	Friemar	friemar	TH	00	16067	50.977	10.7885	4
99869	Hochheim	hochheim	TH	00	16067	51.0167	10.6667	4
99880	Laucha	laucha	TH	00	16067	50.9288	10.5841	
99880	Waltershausen	waltershausen	TH	00	16067	50.8983	10.5579	4
99880	Leinatal	leinatal	TH	00	16067	50.8619	10.6333	
99880	Hörselgau	horselgau	TH	00	16067	50.9199	10.5844	4
99880	Fröttstädt	frottstadt	TH	00	16067	50.9336	10.5733	4
99880	Aspach	aspach	TH	00	16067	50.953	10.5977	4
99880	Mechterstädt	mechterstadt	TH	00	16067	50.942	10.5238	4
99880	Teutleben	teutleben	TH	00	16067	50.9452	10.5622	4
99880	Metebach	metebach	TH	00	16067	50.9702	10.6097	4
99880	Trügleben	trugleben	TH	00	16067	50.9513	10.6313	4
99885	Ohrdruf	ohrdruf	TH	00	16067	50.8288	10.7341	4
99885	Luisenthal	luisenthal	TH	00	16067	50.7833	10.7333	4
99885	Wölfis	wolfis	TH	00	16067	50.8083	10.7791	4
99887	Gräfenhain	grafenhain	TH	00	16067	50.8167	10.7	4
99887	Georgenthal	georgenthal	TH	00	16067	50.8321	10.6627	4
99887	Herrenhof	herrenhof	TH	00	16067	50.8418	10.6869	4
99887	Hohenkirchen	hohenkirchen	TH	00	16067	50.85	10.7	4
99887	Petriroda	petriroda	TH	00	16067	50.8667	10.7	4
99891	Emsetal	emsetal	TH	00	16067	50.8917	10.4583	
99891	Tabarz	tabarz	TH	00	16067	50.8791	10.4597	
99894	Friedrichroda	friedrichroda	TH	00	16067	50.8575	10.5651	4
99894	Ernstroda	ernstroda	TH	00	16067	50.8648	10.6206	4
99894	Finsterbergen	finsterbergen	TH	00	16067	50.8346	10.5892	4
99897	Tambach-Dietharz	tambach-dietharz	TH	00	16067	50.7925	10.6157	4
99947	Neunheilingen	neunheilingen	TH	00	16064	51.1924	10.6753	4
99947	Schönstedt	schonstedt	TH	00	16064	51.12	10.5774	4
99947	Kleinwelsbach	kleinwelsbach	TH	00	16064	51.1833	10.6667	4
99947	Kirchheilingen	kirchheilingen	TH	00	16064	51.1821	10.7088	4
99947	Issersheilingen	issersheilingen	TH	00	16064	51.2	10.65	4
99947	Sundhausen	sundhausen	TH	00	16064	51.1667	10.7167	4
99947	Bad Langensalza	bad-langensalza	TH	00	16064	51.1077	10.646	4
99947	Mülverstedt	mulverstedt	TH	00	16064	51.1167	10.5	4
99947	Bothenheilingen	bothenheilingen	TH	00	16064	51.1833	10.6167	4
99947	Weberstedt	weberstedt	TH	00	16064	51.1084	10.5106	4
99947	Tottleben	tottleben	TH	00	16064	51.1667	10.75	4
99955	Haussömmern	haussommern	TH	00	16064	51.1833	10.8167	4
99955	Mittelsömmern	mittelsommern	TH	00	16064	51.2	10.8167	4
99955	Herbsleben	herbsleben	TH	00	16064	51.1167	10.8333	4
99955	Kutzleben	kutzleben	TH	00	16064	51.2	10.75	4
99955	Klettstedt	klettstedt	TH	00	16064	51.15	10.75	4
99955	Hornsömmern	hornsommern	TH	00	16064	51.2167	10.8167	4
99955	Ballhausen	ballhausen	TH	00	16064	51.15	10.8833	
99955	Bad Tennstedt	bad-tennstedt	TH	00	16064	51.1545	10.8387	4
99955	Urleben	urleben	TH	00	16064	51.15	10.7833	4
99955	Blankenburg	blankenburg	TH	00	16064	51.2	10.75	4
99955	Bruchstedt	bruchstedt	TH	00	16064	51.1833	10.7833	4
99958	Großvargula	grossvargula	TH	00	16064	51.1167	10.7833	4
99958	Tonna	tonna	TH	00	16067	51.075	10.7333	4
99974	Mühlhausen	muhlhausen	TH	00	16064	51.209	10.4528	4
99974	Unstruttal	unstruttal	TH	00	16064	51.2639	10.4472	
99976	Unstruttal	unstruttal	TH	00	16064	51.2639	10.4472	
99976	Rodeberg	rodeberg	TH	00	16064	51.2167	10.3167	
99976	Anrode	anrode	TH	00	16064	51.2667	10.3333	4
99976	Hildebrandshausen	hildebrandshausen	TH	00	16064	51.2005	10.2153	4
99976	Lengenfeld unterm Stein	lengenfeld-unterm-stein	TH	00	16064	51.2167	10.2167	
99976	Dünwald	dunwald	TH	00	16064	51.3222	10.4444	
99986	Oberdorla	oberdorla	TH	00	16064	51.1658	10.4216	4
99986	Flarchheim	flarchheim	TH	00	16064	51.1333	10.4833	4
99986	Langula	langula	TH	00	16064	51.15	10.4167	4
99986	Oppershausen	oppershausen	TH	00	16064	51.1333	10.45	4
99986	Kammerforst	kammerforst	TH	00	16064	51.1216	10.4233	4
99986	Niederdorla	niederdorla	TH	00	16064	51.1602	10.4482	4
99988	Katharinenberg	katharinenberg	TH	00	16064	51.1814	10.2608	4
99988	Heyerode	heyerode	TH	00	16064	51.1644	10.3201	4
99991	Heroldishausen	heroldishausen	TH	00	16064	51.1333	10.5167	4
99991	Altengottern	altengottern	TH	00	16064	51.1639	10.5809	4
99991	Großengottern	grossengottern	TH	00	16064	51.1482	10.5623	4
99994	Marolterode	marolterode	TH	00	16064	51.2333	10.6833	4
99994	Schlotheim	schlotheim	TH	00	16064	51.2464	10.6584	4
99996	Obermehler	obermehler	TH	00	16064	51.27	10.5975	4
99996	Menteroda	menteroda	TH	00	16064	51.3076	10.5632	4
99998	Mühlhausen/Thüringen	muhlhausen-thuringen	TH	00	16064	51.1917	10.525	4
99998	Körner	korner	TH	00	16064	51.2333	10.6	4
87491	Jungholz	jungholz				47.5741	10.4472	
\.


--
-- Data for Name: admin1; Type: TABLE DATA; Schema: dz; Owner: g5
--

COPY dz.admin1 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, population, timezone) FROM stdin;
2475683	Wilaya de Tlemcen	wilaya-de-tlemcen	Departement de Tlemcen,Département de Tlemcen,Tlemcen,Tlemcen Province,Wilaya de Tlemcen,tlmsan,wlayt tlmsan,تلمسان,ولاية تلمسان		DZ	15	949135	Africa/Algiers
2475741	Wilaya de Tizi Ouzou	wilaya-de-tizi-ouzou	Departement de Grande Kabylie,Department de Tizi Ouzou,Département de Grande Kabylie,Départment de Tizi Ouzou,Tizi Ouzou,Tizi Ouzou Province,Wilaya de Tizi Ouzou,Wilayat Tizi Wuzu,Wilāyat Tīzī Wuzū,tyzy wzw,wlayt tyzy wzw,تيزي وزو,ولاية تيزي وزو		DZ	14	1127608	Africa/Algiers
2475858	Wilaya de Tissemsilt	wilaya-de-tissemsilt	Tissemsilt,Tissemsilt Province,Wilaya de Tissemsilt,tsmsylt,tysmsylt,wlayt tsmsylt,wlayt tysmsylt,تسمسيلت,تيسمسيلت,ولاية تسمسيلت,ولاية تيسمسيلت		DZ	56	294476	Africa/Algiers
2476027	Wilaya de Tipaza	wilaya-de-tipaza	Tipaza,Tipaza Province,Wilaya de Tipaza,tybazt,wlayt tybazt,تيبازة,ولاية تيبازة		DZ	55	591010	Africa/Algiers
2476302	Wilaya de Tindouf	wilaya-de-tindouf	Tindouf,Tindouf Province,Wilaya de Tindouf,tndwf,tyndwf,wlayt tndwf,wlayt tyndwf,تندوف,تيندوف,ولاية تندوف,ولاية تيندوف		DZ	54	49149	Africa/Algiers
2476893	Wilaya de tiaret kabas	wilaya-de-tiaret-kabas	Departement de Tiaret,Département de Tiaret,Tiaret,Tiaret Province,Wilaya de Tiaret,tyart,wlayt tyart,تيارت,ولاية تيارت		DZ	13	846823	Africa/Algiers
2477457	Wilaya de Tébessa	wilaya-de-tebessa	Tebessa,Tebessa Province,Tébessa,Tébessa Province,Wilaya de Tebessa,Wilaya de Tébessa,tbst,wlayt tbst,تبسة,ولاية تبسة		DZ	33	648703	Africa/Algiers
2478217	Wilaya de Tamanrasset	wilaya-de-tamanrasset	Tamanghasset,Tamanrasset,Tamanrasset Province,Wilaya de Tamanghasset,Wilaya de Tamanrasset,tamnghst,tmnrast,wlayt tmnrast,تامنغست,تمنراست,ولاية تمنراست		DZ	53	176637	Africa/Algiers
2479213	Wilaya de Souk Ahras	wilaya-de-souk-ahras	Souk Ahras,Souk Ahras Province,Wilaya de Souk Ahras,swq ahras,wlayt swq ahras,سوق أهراس,ولاية سوق أهراس		DZ	52	438127	Africa/Algiers
2479532	Wilaya de Skikda	wilaya-de-skikda	Skikda,Skikda Province,Sukaikida,Sukaykida,Wilaya de Skikda,Wilayat Sukaikida,Wilayat Sukaykida,skykdt,wlayt skykdt,سكيكدة,ولاية سكيكدة		DZ	31	898680	Africa/Algiers
2481001	Wilaya de Sidi Bel Abbès	wilaya-de-sidi-bel-abbes	Sidi Bel Abbes,Sidi Bel Abbes Province,Sidi Bel Abbès,Sidi Bel Abbès Province,Wilaya de Sidi Bel Abbes,Wilaya de Sidi Bel Abbès,سيدي بلعباس,ولاية سيدي بلعباس		DZ	30	604744	Africa/Algiers
2481696	Wilaya de Sétif	wilaya-de-setif	Departement de Setif,Département de Sétif,Setif,Setif Province,Sétif,Sétif Province,Wilaya de Setif,Wilaya de Sétif,styf,wlayt styf,سطيف,ولاية سطيف		DZ	12	1489979	Africa/Algiers
2482557	Wilaya de Saïda	wilaya-de-saida	Department de Saida,Départment de Saïda,Saida,Saida Province,Saïda,Wilaya de Saida,Wilaya de Saïda,سعيدة,ولاية سعيدة		DZ	10	330641	Africa/Algiers
2483666	Wilaya de Relizane	wilaya-de-relizane	Relizane,Relizane Province,Wilaya de Relizane,ghlyzan,wlayt ghlyzan,غليزان,ولاية غليزان		DZ	51	726180	Africa/Algiers
2484618	Oum el Bouaghi	oum-el-bouaghi	Oum el Bouaghi,Oum el Bouaghi Province,Wilaya d'Oum el Bouaghi,Wilaya d’Oum el Bouaghi,am albwaqy,wlayt am albwaqy,أم البواقي,ولاية أم البواقي		DZ	29	621612	Africa/Algiers
2485794	Wilaya de Ouargla	wilaya-de-ouargla	Ouargla,Ouargla Province,Wilaya de Ouargla,wlayt wrqlt,wrqlt,wrvlt,ورقلة,ورڤلة,ولاية ورقلة		DZ	50	558558	Africa/Algiers
2485920	Oran	oran	Departement d'Oran,Departement d’Oran,Oran,Oran Province,Wilaya d'Oran,Wilaya d’Oran,whran,wlayt whran,ولاية وهران,وهران		DZ	09	1454078	Africa/Algiers
2486512	Wilaya de Naama	wilaya-de-naama	Naama,Naama Province,Naama النعامة,Wilaya de Naama,النعامة,ولاية النعامة		DZ	49	192891	Africa/Algiers
2486682	Wilaya de M’Sila	wilaya-de-m-sila	M'Sila,M'Sila Province,Msila,Mʼsila,M’Sila,Wilaya de M'Sila,Wilaya de M’Sila,almsylt,msylt,wlayt almsylt,المسيلة,مسيلة,ولاية المسيلة		DZ	27	990591	Africa/Algiers
2487130	Wilaya de Mostaganem	wilaya-de-mostaganem	Departement de Mostaganem,Département de Mostaganem,Mostaganem,Mostaganem Province,Wilaya de Mostaganem,mstghanm,wlayt mstghanm,مستغانم,ولاية مستغانم		DZ	07	737118	Africa/Algiers
2487449	Wilaya de Mila	wilaya-de-mila	Mila,Mila Province,Wilaya de Mila,mylt,wlayt mylt,ميلة,ولاية ميلة		DZ	48	766886	Africa/Algiers
2488831	Wilaya de Médéa	wilaya-de-medea	Departement de Medea,Departement du Titteri,Département de Medea,Département du Titteri,Medea,Medea Province,Médéa,Wilaya de Medea,Wilaya de Médéa,almdyt,wlayt almdyt,المدية,ولاية المدية		DZ	06	819932	Africa/Algiers
2490095	Wilaya de Mascara	wilaya-de-mascara	Mascara,Mascara Province,Wilaya de Mascara,معسكر,ولاية معسكر		DZ	26	784073	Africa/Algiers
2491188	Wilaya de Laghouat	wilaya-de-laghouat	Laghouat,Laghouat Province,Wilaya de Laghouat,alaghwat,wlayt alaghwat,الأغواط,ولاية الأغواط		DZ	25	455602	Africa/Algiers
2491887	Wilaya de Khenchela	wilaya-de-khenchela	Khenchela,Khenchela Province,Wilaya de Khenchela,khnshlt,wlayt khnshlt,خنشلة,ولاية خنشلة		DZ	47	386683	Africa/Algiers
2492910	Wilaya de Jijel	wilaya-de-jijel	Jijel,Jijel Province,Wilaya de Jijel,jyjl,wlayt jyjl,جيجل,ولاية جيجل		DZ	24	636948	Africa/Algiers
2493455	Illizi	illizi	Illizi,Illizi Province,Wilaya d'Illizi,Wilaya d’Illizi,alyzy,wlayt alyzy,إليزي,ولاية إليزي		DZ	46	52333	Africa/Algiers
2495659	Wilaya de Guelma	wilaya-de-guelma	Guelma,Guelma Province,Wilaya de Guelma,qalmt,valmt,wlayt qalmt,قالمة,ولاية قالمة,ڤالمة		DZ	23	482430	Africa/Algiers
2496045	Wilaya de Ghardaïa	wilaya-de-ghardaia	Ghardaia,Ghardaia Province,Ghardaïa,Wilaya de Ghardaia,Wilaya de Ghardaïa,ghrdayt,wlayt ghrdayt,غرداية,ولاية غرداية		DZ	45	363598	Africa/Algiers
2497322	El Tarf	el-tarf	El Tarf,El Tarf Province,Wilaya d'El Tarf,Wilaya d’El Tarf,altarf,wlayt altarf,الطارف,ولاية الطارف		DZ	44	408414	Africa/Algiers
2497406	El Oued	el-oued	El Oued,El Oued Province,Wilaya d'El Oued,Wilaya d’El Oued,alwad,alwady,wlayt alwady,الواد,الوادي,ولاية الوادي		DZ	43	647548	Africa/Algiers
2498541	El Bayadh	el-bayadh	Arrondissement d'El Bayadh,Arrondissement d’El Bayadh,El Bayadh,El Bayadh Province,Wilaya d'El Bayadh,Wilaya d’El Bayadh,albyd,wlayt albyd,البيض,ولاية البيض		DZ	42	228624	Africa/Algiers
2500013	Wilaya de Djelfa	wilaya-de-djelfa	Djelfa,Djelfa Province,Wilaya de Djelfa,aljlft,wlayt aljlft,الجلفة,ولاية الجلفة		DZ	22	1164000	Africa/Algiers
2501147	Wilaya de Constantine	wilaya-de-constantine	Constantine,Constantine Province,Departement de Constantine,Département de Constantine,Wilaya de Constantine,qsntynt,wlayt qsntynt,قسنطينة,ولاية قسنطينة		DZ	04	938475	Africa/Algiers
2501296	Wilaya de Chlef	wilaya-de-chlef	Chlef,Chlef Province,Departement d'El Asnam,Departement d'Orleansville,Departement du Chelif,Département du Chélif,Département d’El Asnam,Département d’Orléansville,Wilaya d'El Asnam,Wilaya de Chlef,Wilaya d’El Asnam,alshlf,wlayt alshlf,الشلف,ولاية الشلف		DZ	41	1002088	Africa/Algiers
2502638	Wilaya de Boumerdes	wilaya-de-boumerdes	Boumerdes,Boumerdes Province,Wilaya de Boumerdes,bwmrdas,wlayt bwmrdas,بومرداس,ولاية بومرداس		DZ	40	802083	Africa/Algiers
2502951	Wilaya de Bouira	wilaya-de-bouira	Bouira,Bouira Province,Wilaya de Bouira,albwyrt,wlayt albwyrt,البويرة,ولاية البويرة		DZ	21	695583	Africa/Algiers
2503699	Wilaya de Bordj Bou Arréridj	wilaya-de-bordj-bou-arreridj	Bordj Bou Arreridj,Bordj Bou Arreridj Province,Bordj Bou Arréridj,Bordj Bou Arréridj Province,Wilaya de Bordj Bou Arreridj,Wilaya de Bordj Bou Arréridj,برج بوعريرج,برج بوعريريج,ولاية برج بوعريريج		DZ	39	628475	Africa/Algiers
2503765	Wilaya de Blida	wilaya-de-blida	Blida,Blida Province,Wilaya de Blida,alblydt,wlayt alblydt,البليدة,ولاية البليدة		DZ	20	1002937	Africa/Algiers
2503822	Wilaya de Biskra	wilaya-de-biskra	Biskra,Biskra Province,Wilaya de Biskra,bskrt,wlayt bskrt,بسكرة,ولاية بسكرة		DZ	19	721356	Africa/Algiers
2505325	Wilaya de Bejaïa	wilaya-de-bejaia	Bejaia,Bejaia Province,Bejaïa,Béjaia Province,Béjaïa,Wilaya de Bejaia,Wilaya de Bejaïa,Wilayat Bidschaya,Wilayat Bigaya,Wilayat Bijaya,Wilāyat Bidschāya,Wilāyat Bijāya,Wilāyat Biǧāya,bjayt,wlayt bjayt,بجاية,ولاية بجاية		DZ	18	912577	Africa/Algiers
2505525	Wilaya de Béchar	wilaya-de-bechar	Bechar,Bechar Province,Béchar,Béchar Province,Wilaya de Bechar,Wilaya de Béchar,bshar,wlayt bshar,بشار,ولاية بشار		DZ	38	270061	Africa/Algiers
2505569	Wilaya de Batna	wilaya-de-batna	Batna,Batna Province,Departement de Aures,Departement de Batna,Département de Aurès,Wilaga de l'Aures,Wilaga de l’Aures,Wilaya de Batna,batnt,wlayt batnt,باتنة,ولاية باتنة		DZ	03	1119791	Africa/Algiers
2506994	Annaba	annaba	Annaba,Departement d'Annaba,Departement de Bone,Département de Bône,Département d’Annaba,Wilaya d'Annaba,Wilaya d’Annaba,عنابا,عنابة,ولاية عنابة		DZ	37	609499	Africa/Algiers
2507475	Wilaya d’ Alger	wilaya-d-alger	Alger,Algiers,Algiers Province,Argel,Departement d'Alger,Département d’Alger,Wilaya d' Alger,Wilaya d’ Alger,Wilayat al-Dschaza'ir,Wilayat al-Gazaʾir,Wilayat al-Jaza'ir,Wilāyat al-Dschazā'ir,Wilāyat al-Jazā'ir,Wilāyat al-Ǧazāʾir,aljzayr,aljzayr alʿasmt,wlayt aljzayr,الجزائر,الجزائر العاصمة,ولاية الجزائر		DZ	01	2988145	Africa/Algiers
2507899	Wilaya de Aïn Temouchent	wilaya-de-ain-temouchent	Ain Temouchent,Ain Temouchent Province,Aïn Temouchent,Aïn Témouchent,Aïn Témouchent Province,Wilaya de Ain Temouchent,Wilaya de Aïn Temouchent,wlayt ʿyn tmwshnt,ʿyn tmwshnt,عين تموشنت,عين تيموشنت,ولاية عين تموشنت		DZ	36	371239	Africa/Algiers
2508226	Wilaya de Aïn Defla	wilaya-de-ain-defla	Ain Defla,Ain Defla Province,Aïn Defla,Aïn Defla Province,Wilaya de Ain Defla,Wilaya de Aïn Defla,عين الدفلة,عين الدفلى,ولاية عين الدفلى		DZ	35	766013	Africa/Algiers
2508807	Adrar	adrar	Adrar,Adrar Province,Wilaya d'Adrar,Wilaya d’Adrar,adrar,wlayt adrar,أدرار,ولاية أدرار		DZ	34	399714	Africa/Algiers
12226383	Bordj Badji Mokhtar	bordj-badji-mokhtar	Bordj Badji Mokhtar,brj bajy mkhtar,برج باجي مختار		DZ	BB	0	Africa/Algiers
12226384	Timimoun	timimoun	Timimoun,tymymwn,تيميمون		DZ	TM	0	Africa/Algiers
12226385	Beni Abbes	beni-abbes	Beni Abbes,bny ʿbas,بني عباس		DZ	BA	0	Africa/Algiers
12226386	In Guezzam	in-guezzam	In Guezzam,ʿyn qzam,عين قزام		DZ	IG	0	Africa/Algiers
12226387	In Salah	in-salah	In Salah,ʿyn salh,عين صالح		DZ	IS	0	Africa/Algiers
12226388	Djanet	djanet	Djanet,jant,جانت		DZ	DJ	0	Africa/Algiers
12226389	El Menia	el-menia	El Menia,almnyʿt,المنيعة		DZ	EM	0	Africa/Algiers
12226390	Touggourt	touggourt	Touggourt,tqrt,تقرت		DZ	TG	0	Africa/Algiers
12226391	El Mghair	el-mghair	El Mghair,almghyr,المغير		DZ	MG	0	Africa/Algiers
12226392	Ouled Djellal	ouled-djellal	Ouled Djellal,awlad jlal,أولاد جلال		DZ	OD	0	Africa/Algiers
\.


--
-- Data for Name: admin2; Type: TABLE DATA; Schema: dz; Owner: g5
--

COPY dz.admin2 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, admin2_code, population, timezone) FROM stdin;
2475473	Daïra de Touggourt	daira-de-touggourt	Annexe de Touggourt,Arrondissement de Touggourt,Daira de Touggourt,Daïra de Touggourt		DZ	50	2475473	0	Africa/Algiers
2475685	Daïra de Tlemcen	daira-de-tlemcen	Arrondissement de Tlemcen,Daira de Tlemcen,Daïra de Tlemcen		DZ	15	2475685	0	Africa/Algiers
2475742	Daïra de Tizi Ouzou	daira-de-tizi-ouzou	Arrondissement de Tizi-Ouzou,Daira de Tizi Ouzou,Daïra de Tizi Ouzou		DZ	14	2475742	0	Africa/Algiers
2476401	Daïra de Timimoun	daira-de-timimoun	Daira de Timimoun,Daïra de Timimoun,dayrt tmymwn,dayrt tymymwn,دائرة تميمون,دائرة تيميمون		DZ	34	2476401	0	Africa/Algiers
2476698	Daïra de Tighennif	daira-de-tighennif	Arrondissement de Palikao,Daira de Tighennif,Daïra de Tighennif,Tighenif		DZ	26	2476698	0	Africa/Algiers
2476895	Daïra de Tiaret daira de meghila	daira-de-tiaret-daira-de-meghila	Arrondissement de Tiaret,Daira de Tiaret,Daïra de Tiaret		DZ	13	2476895	0	Africa/Algiers
2476913	Daïra de Theniet el Had	daira-de-theniet-el-had	Arrondissement Teniet el Haad,Daira de Theniet el Had,Daïra de Theniet el Had,Teniet el Had		DZ	56	2476913	0	Africa/Algiers
2477145	Daïra de Ténès	daira-de-tenes	Arrondissement de Tenes,Arrondissement de Ténès,Daira de Tenes,Daïra de Ténès,dayrt tns,nahyh tns,tns dlʿ,تنس ضلع,دائرة تنس,ناحیه تنس		DZ	41	2477145	0	Africa/Algiers
2477275	Daïra de Télagh	daira-de-telagh	Arrondissement du Telagh,Arrondissement du Télagh,Daira de Telagh,Daïra de Télagh		DZ	30	2477275	0	Africa/Algiers
2477459	Daïra de Tébessa	daira-de-tebessa	Arrondissement de Tebessa,Arrondissement de Tébessa,Daira de Tebessa,Daïra de Tébessa		DZ	23	2477459	0	Africa/Algiers
2478218	Daïra de Tamanrasset	daira-de-tamanrasset	Daira de Tamanghasset,Daira de Tamanrasset,Daïra de Tamanghasset,Daïra de Tamanrasset		DZ	53	2478218	0	Africa/Algiers
2478972	Daïra de Tablat	daira-de-tablat	Arrondissement de Tablat,Daira de Tablat,Daïra de Tablat		DZ	06	2478972	0	Africa/Algiers
2479159	Daïra de Sour el Ghozlane	daira-de-sour-el-ghozlane	Arrondissement de Sour-el-Ghozlane,Aumale,Daira de Sour el Ghozlane,Daïra de Sour el Ghozlane		DZ	27	2479159	0	Africa/Algiers
2479533	Daïra de Skikda	daira-de-skikda	Arrondissement de Philippeville,Da'irat Sukaikida,Daira de Skikda,Daïra de Skikda,Daʾirat Sukaykida,Dā'irat Sukaikida,Dāʾirat Sukaykida,dayrt fylybfyl,dayrt skykdt,skykdt,دائرة سكيكدة,دائرة فيليبفيل,سكيكدة		DZ	31	2479533	0	Africa/Algiers
2481003	Daïra de Sidi Bel Abbès	daira-de-sidi-bel-abbes	Arrondissement Sidi-Bel-Abbes,Arrondissement Sidi-Bel-Abbès,Daira de Sidi Bel Abbes,Daïra de Sidi Bel Abbès		DZ	30	2481003	0	Africa/Algiers
2481182	Daïra de Sidi Ali	daira-de-sidi-ali	Arrondissement de Cassaigne,Daira de Sidi Ali,Daïra de Sidi Ali		DZ	07	2481182	0	Africa/Algiers
2481254	Daïra de Sidi Aïch	daira-de-sidi-aich	Arrondissement de Sidi Aich,Arrondissement de Sidi Aïch,Daira de Sidi Aich,Daïra de Sidi Aïch,dayrt sydy ʿysh,sydy ʿysh,دائرة سيدي عيش,سيدي عيش		DZ	18	2481254	0	Africa/Algiers
2481698	Daïra de Sétif	daira-de-setif	Arrondissement de Setif,Arrondissement de Sétif,Daira de Setif,Daïra de Sétif		DZ	39	2481698	0	Africa/Algiers
2482209	Daïra de Sebdou	daira-de-sebdou	Arrondissement de Sebdou,Daira de Sebdou,Daïra de Sebdou		DZ	15	2482209	0	Africa/Algiers
2482569	Daïra de Saïda	daira-de-saida	Arrondissement de Saida,Arrondissement de Saïda,Daira de Saida,Daïra de Saïda		DZ	10	2482569	0	Africa/Algiers
2485580	Daïra d’Oued Ghiou	daira-d-oued-ghiou	Arrondissement d'Inkermann,Arrondissement d’Inkermann,Daira d'Oued Ghiou,Daira d'Oued Rhiou,Daïra d’Oued Ghiou,Daïra d’Oued Rhiou		DZ	51	2485580	0	Africa/Algiers
2485797	Daïra d’Ouargla	daira-d-ouargla	Annexe d'Ouargla,Annexe d’Ouargla,Arrondissement de Ouargla,Daira d'Ouargla,Daïra d’Ouargla		DZ	50	2485797	0	Africa/Algiers
2485924	Daïra d’Oran	daira-d-oran	Arrondissement d'Oran,Arrondissement d’Oran,Daira d'Oran,Daïra d’Oran,dayrt whran,whran,دائرة وهران,وهران		DZ	09	2485924	0	Africa/Algiers
2486687	Daïra de M’Sila	daira-de-m-sila	Arrondissement de M'Sila,Arrondissement de M’Sila,Daira de M'Sila,Daïra de M’Sila		DZ	27	2486687	0	Africa/Algiers
2487132	Daïra de Mostaganem	daira-de-mostaganem	Arrondissement de Mostaganem,Daira de Mostaganem,Daïra de Mostaganem		DZ	51	2487132	0	Africa/Algiers
2487291	Daïra de Mohammadia	daira-de-mohammadia	Arrondissement de Perregaux,Arrondissement de Perrégaux,Daira de Mohammadia,Daïra de Mohammadia		DZ	26	2487291	0	Africa/Algiers
2487442	Daïra de Miliana	daira-de-miliana	Arrondissement de Miliana,Daira de Miliana,Daïra de Miliana,dayrt mlyant,دائرة مليانة		DZ	35	2487442	0	Africa/Algiers
2487880	Daïra de Merouana	daira-de-merouana	Arrondissement de Merouana,Daira de Merouana,Daïra de Merouana		DZ	03	2487880	0	Africa/Algiers
2489863	Daïra de Mecheria	daira-de-mecheria	Annexe de Mecheria,Annexe de Méchéria,Daira de Mecheria,Daïra de Mecheria		DZ	49	2489863	0	Africa/Algiers
2490096	Daïra de Mascara	daira-de-mascara	Arrondissement de Mascara,Daira de Mascara,Daïra de Mascara		DZ	10	2490096	0	Africa/Algiers
2490582	Daïra de Maghnia	daira-de-maghnia	Arrondissement de Marnia,Daira de Maghnia,Daïra de Maghnia		DZ	15	2490582	0	Africa/Algiers
2491040	Daïra de L’Arbaa Naït Irathen	daira-de-l-arbaa-nait-irathen	Arrondissement de Fort National,Daira de L'Arbaa Nait Irathen,Daïra de L’Arbaa Naït Irathen,L'Arbaa Nair Iraten,L’Arbaa Naïr Iraten		DZ	14	2491040	0	Africa/Algiers
2491132	Daïra de Lakhdaria	daira-de-lakhdaria	Arrondissement de Palestro,Daira de Lakhdaria,Daïra de Lakhdaria		DZ	40	2491132	0	Africa/Algiers
2491189	Daïra de Laghouat	daira-de-laghouat	Annexe de Laghouat,Annexe de Larhouat,Arrondissement de Laghouat,Daira de Laghouat,Daïra de Laghouat		DZ	25	2491189	0	Africa/Algiers
2491321	Daïra de Ksar el Boukhari	daira-de-ksar-el-boukhari	Arrondissement de Boghari,Daira de Ksar el Boukhari,Daïra de Ksar el Boukhari		DZ	06	2491321	0	Africa/Algiers
2492911	Daïra de Jijel	daira-de-jijel	Arrondissement de Djidjelli,Daira de Jijel,Daïra de Jijel		DZ	24	2492911	0	Africa/Algiers
2493220	In Salah District	in-salah-district	Ain Salah,Annex du Tidikelt,Arrondissement d'In Salah,Arrondissement d’In Salah,Aïn Salah,Daira d'I-n-Salah,Daïra d’I-n-Salah,In Salah,In Salah District,dayrt ʿyn salh,nahyh ʿyn salh,ʿyn salh,دائرة عين صالح,عين صالح,ناحیه عین صالح		DZ	53	2493220	0	Africa/Algiers
2495660	Daïra de Guelma	daira-de-guelma	Arrondissement de Guelma,Daira de Guelma,Daïra de Guelma		DZ	23	2495660	0	Africa/Algiers
2496040	Daïra de Ghazaouet	daira-de-ghazaouet	Arrondissement de Nemours,Daira de Ghazaouet,Daïra de Ghazaouet		DZ	15	2496040	0	Africa/Algiers
2496230	Daïra de Frenda	daira-de-frenda	Arrondissement de Frenda,Daira de Frenda,Daïra de Frenda		DZ	13	2496230	0	Africa/Algiers
2497507	Daïra d’El Milia	daira-d-el-milia	Arrondissement d'El Milia,Arrondissement d’El Milia,Daira d'El Milia,Daïra d’El Milia		DZ	24	2497507	0	Africa/Algiers
2497985	Daïra d’El Kala	daira-d-el-kala	Arrondissement de La Calle,Daira d'El Kala,Daïra d’El Kala		DZ	44	2497985	0	Africa/Algiers
2498303	Daïra d’El Golea	daira-d-el-golea	Arrondissement d'El Golea,Arrondissement d’El Goléa,Daira d'El Golea,Daïra d’El Golea		DZ	45	2498303	0	Africa/Algiers
2498390	Daïra d’El Eulma	daira-d-el-eulma	Arrondissement d'El Eulma,Arrondissement de Saint-Arnaud,Arrondissement d’El Eulma,Daira d'El Eulma,Daïra d’El Eulma		DZ	12	2498390	0	Africa/Algiers
2498609	Daïra d’El Asnam	daira-d-el-asnam	Arrondissement d'Orleansville,Arrondissement d’Orléansville,Daira d'El Asnam,Daïra d’El Asnam,dayrt alasnam,dayrt alshlf,dayrt awrlyanfyl,dayrt shlf,nahyh alshlf,shlf dlʿ,دائرة أورليانفيل,دائرة الأصنام,دائرة الشلف,دائرة شلف,شلف ضلع,ناحیه الشلف		DZ	41	2498609	0	Africa/Algiers
2498664	Daïra d’El Aouinet	daira-d-el-aouinet	Arrondissement de Clairfontaine,Daira d'El Aouinet,Daïra d’El Aouinet,Sedrata		DZ	33	2498664	0	Africa/Algiers
2499101	Daïra de Draa el Mizan	daira-de-draa-el-mizan	Arrondissement Dra-el-Mizan,Daira de Draa el Mizan,Daïra de Draa el Mizan		DZ	14	2499101	0	Africa/Algiers
2500015	Daïra de Djelfa	daira-de-djelfa	Annexe de Djelfa,Arrondissement de Djelfa,Daira de Djelfa,Daïra de Djelfa		DZ	22	2500015	0	Africa/Algiers
2500273	Daïra de Djanet	daira-de-djanet			DZ	46	2500273	0	Africa/Algiers
2500886	Daïra de Dar el Beïda	daira-de-dar-el-beida	Arrondissement de Maison Blanche,Daira de Dar el Beida,Daïra de Dar el Beïda,Rouiba		DZ	01	2500886	0	Africa/Algiers
2501150	Daïra de Constantine	daira-de-constantine	Arrondissement de Constantine,Daira de Constantine,Daïra de Constantine		DZ	04	2501150	0	Africa/Algiers
2501159	Daïra de Collo	daira-de-collo	Arrondissement de Collo,Daira de Collo,Daïra de Collo		DZ	31	2501159	0	Africa/Algiers
2501438	Daïra de Cherchell	daira-de-cherchell	Arrondissement de Cherchell,Daira de Cherchell,Daïra de Cherchell		DZ	55	2501438	0	Africa/Algiers
2502382	Daïra de Bou Saâda	daira-de-bou-saada	Arrondissement de Bou-Saada,Arrondissement de Bou-Saâda,Daira de Bou Saada,Daïra de Bou Saâda,dayrt bwsʿadt,دائرة بوسعادة		DZ	27	2502382	0	Africa/Algiers
2502955	Daïra de Bouira	daira-de-bouira	Arrondissement de Bouira,Arrondissement de Bouïra,Daira de Bouira,Daïra de Bouira,albwyrt,dayrt albwyrt,البويرة,دائرة البويرة		DZ	21	2502955	0	Africa/Algiers
2503153	Daïra de Bougaa	daira-de-bougaa	Arrondissement de La Fayette,Daira de Bougaa,Daïra de Bougaa		DZ	12	2503153	0	Africa/Algiers
2503639	Daïra de Bordj Menaïel	daira-de-bordj-menaiel	Arrondissement Bordj Menaiel,Arrondissement Bordj Menaïel,Daira de Bordj Menaiel,Daïra de Bordj Menaïel		DZ	40	2503639	0	Africa/Algiers
2503767	Daïra de Blida	daira-de-blida	Arrondissement de Blida,Daira de Blida,Daïra de Blida		DZ	55	2503767	0	Africa/Algiers
2503824	Daïra de Biskra	daira-de-biskra	Annexe de Biskra,Arrondissement de Biskra,Daira de Biskra,Daïra de Biskra		DZ	19	2503824	0	Africa/Algiers
2504579	Daïra de Beni Saf	daira-de-beni-saf	Arrondissement de Beni-Saf,Daira de Beni Saf,Daïra de Beni Saf		DZ	36	2504579	0	Africa/Algiers
2504753	Daïra de Beni Abbes	daira-de-beni-abbes	Arrondissement de Beni Abbes,Arrondissement de Beni Abbès,Daira de Beni Abbes,Daïra de Beni Abbes		DZ	38	2504753	0	Africa/Algiers
2505327	Daïra de Bejaïa	daira-de-bejaia	Arrondissement de Bejaia,Arrondissement de Bejaïa,Arrondissement de Bougie,Daira de Bejaia,Daïra de Bejaïa,Daʾirat Bigaya,Daʾirat Biǧāya,bjayt,dayrt bjayt,بجاية,دائرة بجاية		DZ	18	2505327	0	Africa/Algiers
2505528	Daïra de Béchar	daira-de-bechar	Annexe de Colomb-Bechar,Annexe de Colomb-Béchar,Arrondissement de Bechar,Arrondissement de Béchar,Cercle de Colomb,Cercle de Colomb-Bechar,Cercle de Colomb-Béchar,Daira de Bechar,Daïra de Béchar		DZ	38	2505528	0	Africa/Algiers
2505570	Daïra de Batna	daira-de-batna	Arrondissement de Batna,Daira de Batna,Daïra de Batna		DZ	03	2505570	0	Africa/Algiers
2505627	Daïra de Barika	daira-de-barika	Arrondissement de Barika,Daira de Barika,Daïra de Barika,dayrt brykt,دائرة بريكة		DZ	03	2505627	0	Africa/Algiers
2506041	Daïra d’Azazga	daira-d-azazga	Arrondissement d'Azazga,Arrondissement d’Azazga,Daira d'Azazga,Daïra d’Azazga		DZ	14	2506041	0	Africa/Algiers
2506402	Daïra d’Arris	daira-d-arris	Arrondissement d'Arris,Arrondissement d’Arris,Daira d'Arris,Daïra d’Arris		DZ	03	2506402	0	Africa/Algiers
2506996	Daïra d’Annaba	daira-d-annaba	Arrondissement de Bone,Arrondissement de Bône,Daira d'Annaba,Daïra d’Annaba		DZ	44	2506996	0	Africa/Algiers
2507473	Daïra d’Alger-Sahel	daira-d-alger-sahel	Alger-Sahal,Arrondissement d'Alger,Arrondissement d’Alger,Cheraga,Daira d'Alger-Sahel,Daïra d’Alger-Sahel		DZ	55	2507473	0	Africa/Algiers
2507644	Daïra d’Akbou	daira-d-akbou	Arrondissement d'Akbou,Arrondissement d’Akbou,Daira d'Akbou,Daïra d’Akbou,aqbw,dayrt aqbw,آقبو,أقبو,اقبو,دائرة أقبو		DZ	18	2507644	0	Africa/Algiers
2507940	Daïra d’‘Aïn Sefra	daira-d-ain-sefra	Annexe d'Ain-Sefra,Annexe d’Aïn-Sefra,Daira d'`Ain Sefra,Daïra d’‘Aïn Sefra		DZ	49	2507940	0	Africa/Algiers
2507970	Daïra d’‘Aïn Oussera	daira-d-ain-oussera	Arrondissement Ain-Oussera,Arrondissement Aïn-Oussera,Daira d'`Ain Oussera,Daïra d’‘Aïn Oussera		DZ	22	2507970	0	Africa/Algiers
2507978	Aïn Oulmene	ain-oulmene			DZ	12	2507978	0	Africa/Algiers
2508001	Daïra d’Aïn M’lila	daira-d-ain-m-lila	Arrondissement d'Ain M'Lila,Arrondissement d’Aïn M’Lila,Daira d'Ain M'lila,Daïra d’Aïn M’lila		DZ	29	2508001	0	Africa/Algiers
2508142	Daïra d’‘Aïn el Kebira	daira-d-ain-el-kebira	Arrondissement de Kerrata,Daira d'`Ain el Kebira,Daïra d’‘Aïn el Kebira,Kherrata,dayrt khratt,dayrt ʿyn alkbyrt,khratt,ʿyn alkbyrt,خراطة,دائرة خراطة,دائرة عين الكبيرة,عين الكبيرة		DZ	12	2508142	0	Africa/Algiers
2508284	Daïra d’‘Aïn Beïda	daira-d-ain-beida	Arrondissement d'Ain Beida,Arrondissement d’Aïn Beïda,Daira d'`Ain Beida,Daïra d’‘Aïn Beïda		DZ	29	2508284	0	Africa/Algiers
2508735	Daïra d’Aflou	daira-d-aflou	Arrondissement d'Aflou,Arrondissement d’Aflou,Daira d'Aflou,Daïra d’Aflou		DZ	25	2508735	0	Africa/Algiers
2508809	Daïra d’Adrar	daira-d-adrar	Arrondissement d'Adrar,Arrondissement d’Adrar,Daira d'Adrar,Daïra d’Adrar		DZ	34	2508809	0	Africa/Algiers
8293555	Bukombe District	bukombe-district			DZ	45	8293555	0	Africa/Algiers
8693062	In Guezzam	in-guezzam	almqatʿt aladaryt ʿyn qzam,alwlayt almntdbt ʿyn qzam,bldyt ʿyn qzam,dayrt ʿyn qzam,ʿyn qzam,المقاطعة اﻹدارية عين قزام,الولاية المنتدبة عين قزام,بلدية عين قزام,دائرة عين قزام,عين قزام		DZ	53	8693062	0	Africa/Algiers
10303657	Charouine	charouine			DZ	34	10303657	0	Africa/Algiers
11203916	El Ménia District	el-menia-district			DZ	45	11203916	0	Africa/Algiers
11204517	Dréan District	drean-district			DZ	44	11204517	0	Africa/Algiers
11204522	El M'Ghair District	el-m-ghair-district	El Meghaier District		DZ	43	11204522	0	Africa/Algiers
11204560	Chelghoum Laïd District	chelghoum-laid-district			DZ	48	11204560	0	Africa/Algiers
11204640	Ben Badis District	ben-badis-district			DZ	30	11204640	0	Africa/Algiers
11205653	Annaba District	annaba-district			DZ	37	11205653	0	Africa/Algiers
\.


--
-- Data for Name: admin3; Type: TABLE DATA; Schema: dz; Owner: g5
--

COPY dz.admin3 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, admin2_code, admin3_code, population, timezone) FROM stdin;
2474232	Commune de Zoubiria	commune-de-zoubiria	Commune de Zoubiria		DZ	06		2474232	0	Africa/Algiers
2474316	Commune de Z’Malet el Emir Abdelkader	commune-de-z-malet-el-emir-abdelkader	Commune de Z'Malet el Emir Abdelkader,Commune de Z’Malet el Emir Abdelkader,Megane		DZ	13		2474316	0	Africa/Algiers
2474338	Commune de Zitouna	commune-de-zitouna	Commune de Zitouna		DZ	31		2474338	0	Africa/Algiers
2474398	Commune de Zighout Youcef	commune-de-zighout-youcef	Commune de Zighout Youcef,Zighoud Youcef		DZ	04		2474398	0	Africa/Algiers
2474422	Commune de Ziama Mansouria	commune-de-ziama-mansouria	Commune de Ziama Mansouria,Ziama Mansouriah		DZ	18		2474422	0	Africa/Algiers
2474505	Commune de Zeribet el Oued	commune-de-zeribet-el-oued	Commune de Zeribet el Oued		DZ	19		2474505	0	Africa/Algiers
2474582	Commune de Zeralda	commune-de-zeralda	Commune de Zeralda		DZ	55		2474582	0	Africa/Algiers
2474592	Commune de Zenzach	commune-de-zenzach			DZ	22		2474592	0	Africa/Algiers
2474632	Commune de Zemmouri	commune-de-zemmouri	Commune de Zemmouri		DZ	40		2474632	0	Africa/Algiers
2474637	Commune de Zemmora	commune-de-zemmora			DZ	51		2474637	0	Africa/Algiers
2474680	Commune de Zekri	commune-de-zekri	Commune de Zekri,Taharoust		DZ	14		2474680	0	Africa/Algiers
2474749	Commune de Zeboudja	commune-de-zeboudja	Commune de Zeboudja		DZ	41		2474749	0	Africa/Algiers
2474825	Commune de Zarouria	commune-de-zarouria			DZ	52		2474825	0	Africa/Algiers
2474860	Commune de Zaouiet Kounta	commune-de-zaouiet-kounta	Commune de Zaouiet Kounta		DZ	34		2474860	0	Africa/Algiers
2474956	Commune de Zahana	commune-de-zahana	Commune de Zahana		DZ	09		2474956	0	Africa/Algiers
2475005	Commune de Youb	commune-de-youb	Commune de Youb,Daoud		DZ	10		2475005	0	Africa/Algiers
2475038	Commune de Yakouren	commune-de-yakouren			DZ	14		2475038	0	Africa/Algiers
2475144	Commune de Tsabit	commune-de-tsabit	Commune de Tsabit,Zsabit		DZ	34		2475144	0	Africa/Algiers
2475256	Commune de Tousnina	commune-de-tousnina	Commune de Tousnina		DZ	13		2475256	0	Africa/Algiers
2475474	Commune de Touggourt	commune-de-touggourt	Commune de Touggourt		DZ	50		2475474	0	Africa/Algiers
2475501	Commune de Toudja	commune-de-toudja	Commune de Toudja,bldyt twjt,بلدية توجة		DZ	18		2475501	0	Africa/Algiers
2475611	Commune de Tolga	commune-de-tolga	Commune de Tolga		DZ	19		2475611	0	Africa/Algiers
2475669	Commune de Tletat ed Douaïr	commune-de-tletat-ed-douair			DZ	06		2475669	0	Africa/Algiers
2475686	Commune de Tlemcen	commune-de-tlemcen	Commune de Tlemcen		DZ	15		2475686	0	Africa/Algiers
2475700	Commune de T’Kout	commune-de-t-kout	Commune de T'Kout,Commune de T’Kout		DZ	03		2475700	0	Africa/Algiers
2475739	Commune de Tizi Rached	commune-de-tizi-rached	Commune de Tizi Rached,bldyt tyzy rashd,tyzy rashd,بلدية تيزي راشد,تيزي راشد		DZ	14		2475739	0	Africa/Algiers
2475743	Commune de Tizi Ouzou	commune-de-tizi-ouzou	Commune de Tizi Ouzou		DZ	14		2475743	0	Africa/Algiers
2475763	Commune de Tizi Gheniff	commune-de-tizi-gheniff	Commune de Tizi Gheniff,Tizi Ghenif		DZ	18		2475763	0	Africa/Algiers
2475781	Commune de Tizi	commune-de-tizi	Commune de Tizi		DZ	26		2475781	0	Africa/Algiers
2475859	Commune de Tissemsilt	commune-de-tissemsilt	Commune de Tissemsilt,bldyt tsmsylt,bldyt tysmsylt,بلدية تسمسيلت,بلدية تيسمسيلت		DZ	56		2475859	0	Africa/Algiers
2476242	Commune de Tinerkouk	commune-de-tinerkouk	Commune de Tinerkouk		DZ	34		2476242	0	Africa/Algiers
2476300	Commune de Tindouf	commune-de-tindouf	Commune de Tindouf,bldyt tndwf,tndwf,بلدية تندوف,تندوف		DZ	54		2476300	0	Africa/Algiers
2476395	Commune de Timizart	commune-de-timizart	Commune de Timizart		DZ	14		2476395	0	Africa/Algiers
2476402	Commune de Timimoun	commune-de-timimoun	Commune de Timimoun,bldyt tmymwn,bldyt tymymwn,بلدية تميمون,بلدية تيميمون		DZ	34		2476402	0	Africa/Algiers
2476408	Commune de Timgad	commune-de-timgad	Commune de Timgad		DZ	03		2476408	0	Africa/Algiers
2476411	Commune de Timezrit Il Matten	commune-de-timezrit-il-matten	Commune de Timezrit Il Matten,Timezrit Il Maten		DZ	18		2476411	0	Africa/Algiers
2476659	Commune de Tigzirt	commune-de-tigzirt	Commune de Tigzirt		DZ	14		2476659	0	Africa/Algiers
2476699	Commune de Tighennif	commune-de-tighennif	Commune de Tighennif,Palikao		DZ	26		2476699	0	Africa/Algiers
2476851	Commune de Tichi	commune-de-tichi			DZ	18		2476851	0	Africa/Algiers
2476896	Commune de Tiaret	commune-de-tiaret	Commune de Tiaret		DZ	13		2476896	0	Africa/Algiers
2476914	Commune de Theniet el Had	commune-de-theniet-el-had	Commune de Theniet el Had,Teniet El Had		DZ	13		2476914	0	Africa/Algiers
2476916	Commune de Thenia	commune-de-thenia	Commune de Thenia		DZ	40		2476916	0	Africa/Algiers
2476979	Commune de Tessala	commune-de-tessala			DZ	30		2476979	0	Africa/Algiers
2477018	Commune de Terni Beni Hadiel	commune-de-terni-beni-hadiel	Commune de Terni Beni Hadiel,Terni Ben Hadiel		DZ	15		2477018	0	Africa/Algiers
2477046	Commune de Terga	commune-de-terga	Commune de Terga		DZ	36		2477046	0	Africa/Algiers
2477099	Commune de Tenira	commune-de-tenira	Commune de Tenira		DZ	30		2477099	0	Africa/Algiers
2477112	Commune de Teniet en Nasr	commune-de-teniet-en-nasr	Commune de Teniet en Nasr,Teniet el Khemis		DZ	18		2477112	0	Africa/Algiers
2477121	Commune de Teniet el Abed	commune-de-teniet-el-abed	Commune de Teniet el Abed		DZ	03		2477121	0	Africa/Algiers
2477146	Commune de Ténès	commune-de-tenes	Commune de Tenes,Commune de Ténès		DZ	41		2477146	0	Africa/Algiers
2477254	Commune de Telerghma	commune-de-telerghma			DZ	48		2477254	0	Africa/Algiers
2477276	Commune de Télagh	commune-de-telagh	Commune de Telagh,Commune de Télagh		DZ	30		2477276	0	Africa/Algiers
2477356	Commune de Teghalimet	commune-de-teghalimet			DZ	30		2477356	0	Africa/Algiers
2477460	Commune de Tébessa	commune-de-tebessa	Commune de Tebessa,Commune de Tébessa		DZ	33		2477460	0	Africa/Algiers
2477527	Commune de Tazoult-Lambese	commune-de-tazoult-lambese	Commune de Tazoult-Lambese,Tazoult		DZ	03		2477527	0	Africa/Algiers
2477535	Commune de Tazmalt	commune-de-tazmalt	Commune de Tazmalt		DZ	21		2477535	0	Africa/Algiers
2477600	Commune de Taxlent	commune-de-taxlent	Commune de Taxlent,Ouled Fatma		DZ	03		2477600	0	Africa/Algiers
2477658	Commune de Tassaft	commune-de-tassaft			DZ	14		2477658	0	Africa/Algiers
2477668	Commune de Taskriout	commune-de-taskriout	Commune de Taskriout		DZ	18		2477668	0	Africa/Algiers
2477726	Commune de Tarik Ibn Ziad	commune-de-tarik-ibn-ziad	Commune de Tarik Ibn Ziad		DZ	35		2477726	0	Africa/Algiers
2477894	Commune de Taourirt Ighil	commune-de-taourirt-ighil			DZ	18		2477894	0	Africa/Algiers
2477932	Commune de Taoura	commune-de-taoura	Commune de Taoura		DZ	52		2477932	0	Africa/Algiers
2477948	Commune de Taougrite	commune-de-taougrite			DZ	41		2477948	0	Africa/Algiers
2478042	Commune de Tamzoura	commune-de-tamzoura	Commune de Tamzoura		DZ	36		2478042	0	Africa/Algiers
2478080	Commune de Tamlouka	commune-de-tamlouka	Commune de Tamlouka		DZ	23		2478080	0	Africa/Algiers
2478219	Commune de Tamanrasset	commune-de-tamanrasset	Commune de Tamanghasset,Commune de Tamanrasset,bldyt tamnghast,bldyt tamnghst,bldyt tamnrast,bldyt tmnghast,bldyt tmnrast,tamnghast,tamnghst,tamnrast,tmnghast,tmnrast,بلدية تامنراست,بلدية تامنغاست,بلدية تامنغست,بلدية تمنراست,بلدية تمنغاست,تامنراست,تامنغاست,تامنغست,تمنراست,تمنغاست		DZ	53		2478219	0	Africa/Algiers
2478225	Commune de Tamalous	commune-de-tamalous	Commune de Tamalous		DZ	31		2478225	0	Africa/Algiers
2478343	Commune de Tala Ifacene	commune-de-tala-ifacene			DZ	12		2478343	0	Africa/Algiers
2478439	Commune de Takhemaret	commune-de-takhemaret	Commune de Takhemaret,Takhmaret		DZ	13		2478439	0	Africa/Algiers
2478508	Commune de Taïbet	commune-de-taibet	Commune de Taibet,Commune de Taïbet		DZ	50		2478508	0	Africa/Algiers
2478553	Commune de Taher	commune-de-taher	Commune de Taher		DZ	24		2478553	0	Africa/Algiers
2478691	Commune de Taghouzi	commune-de-taghouzi			DZ	34		2478691	0	Africa/Algiers
2478693	Commune de Taghit	commune-de-taghit	Commune de Taghit		DZ	38		2478693	0	Africa/Algiers
2478830	Commune de Tadmaït	commune-de-tadmait	Commune de Tadmait,Commune de Tadmaït		DZ	40		2478830	0	Africa/Algiers
2478875	Commune de Tadjenanet	commune-de-tadjenanet	Commune de Tadjenanet		DZ	48		2478875	0	Africa/Algiers
2478973	Commune de Tablat	commune-de-tablat	Commune de Tablat		DZ	06		2478973	0	Africa/Algiers
2479007	Commune de Tabelbala	commune-de-tabelbala	Commune de Tabelbala,bldyt tblbalt,بلدية تبلبالة		DZ	38		2479007	0	Africa/Algiers
2479075	Commune de Stora	commune-de-stora			DZ	31		2479075	0	Africa/Algiers
2479091	Commune de Stidia	commune-de-stidia	Commune de Stidia		DZ	07		2479091	0	Africa/Algiers
2479098	Commune de Staoueli	commune-de-staoueli	Commune de Staoueli		DZ	55		2479098	0	Africa/Algiers
2479160	Commune de Sour el Ghozlane	commune-de-sour-el-ghozlane			DZ	21		2479160	0	Africa/Algiers
2479181	Commune de Souma	commune-de-souma			DZ	20		2479181	0	Africa/Algiers
2479191	Commune de Souk Naamane	commune-de-souk-naamane			DZ	29		2479191	0	Africa/Algiers
2479195	Commune de Souk et Tenine	commune-de-souk-et-tenine	Commune de Souk et Tenine,Souk El Tenine,bldyt swq alathnyn,swq alathnyn,بلدية سوق الإثنين,بلدية سوق الاثنين,سوق الإثنين,سوق الاثنين		DZ	18		2479195	0	Africa/Algiers
2479214	Commune de Souk Ahras	commune-de-souk-ahras			DZ	52		2479214	0	Africa/Algiers
2479246	Commune de Sougueur	commune-de-sougueur	Commune de Sougueur		DZ	13		2479246	0	Africa/Algiers
2479293	Commune de Souarakh	commune-de-souarakh			DZ	44		2479293	0	Africa/Algiers
2479316	Commune de Souahlia	commune-de-souahlia	Commune de Souahlia,Tounane		DZ	15		2479316	0	Africa/Algiers
2479319	Commune de Souagui	commune-de-souagui	Commune de Souagui		DZ	06		2479319	0	Africa/Algiers
2479510	Commune de Slim	commune-de-slim			DZ	27		2479510	0	Africa/Algiers
2479534	Commune de Skikda	commune-de-skikda	Commune de Skikda,bldyt skykdt,بلدية سكيكدة		DZ	31		2479534	0	Africa/Algiers
2479578	Commune de Si Mahdjoub	commune-de-si-mahdjoub			DZ	35		2479578	0	Africa/Algiers
2479595	Commune de Sigus	commune-de-sigus			DZ	29		2479595	0	Africa/Algiers
2479607	Commune de Sig	commune-de-sig	Commune de Sig		DZ	26		2479607	0	Africa/Algiers
2479915	Commune de Sidi Okba	commune-de-sidi-okba			DZ	19		2479915	0	Africa/Algiers
2479952	Commune de Sidi Moussa	commune-de-sidi-moussa			DZ	20		2479952	0	Africa/Algiers
2480163	Commune de Sidi M’Hamed Ben Aouda	commune-de-sidi-m-hamed-ben-aouda	Commune de Sidi M'Hamed Ben Aouda,Commune de Sidi M’Hamed Ben Aouda,Sidi Md Ben Aouda		DZ	51		2480163	0	Africa/Algiers
2480165	Commune de Sidi M’Hamed Ben Ali	commune-de-sidi-m-hamed-ben-ali	Commune de Sidi M'Hamed Ben Ali,Commune de Sidi M’Hamed Ben Ali,Sidi Ali Benali		DZ	51		2480165	0	Africa/Algiers
2480171	Commune de Sidi Mezghiche	commune-de-sidi-mezghiche			DZ	31		2480171	0	Africa/Algiers
2480212	Commune de Sidi Medjahed	commune-de-sidi-medjahed			DZ	15		2480212	0	Africa/Algiers
2480234	Commune de Sidi Marouf	commune-de-sidi-marouf			DZ	24		2480234	0	Africa/Algiers
2480300	Commune de Sidi Lakhdar	commune-de-sidi-lakhdar			DZ	07		2480300	0	Africa/Algiers
2480311	Commune de Sidi Lahssen	commune-de-sidi-lahssen	Commune de Sidi Lahssen,Sidi Lahsen		DZ	30		2480311	0	Africa/Algiers
2480320	Commune de Sidi Ladjel	commune-de-sidi-ladjel			DZ	22		2480320	0	Africa/Algiers
2480337	Commune de Sidi Khettab	commune-de-sidi-khettab			DZ	51		2480337	0	Africa/Algiers
2480361	Commune de Sidi Khaled	commune-de-sidi-khaled	Commune de Sidi Khaled,bldyt sydy khald,بلدية سيدي خالد		DZ	19		2480361	0	Africa/Algiers
2480387	Commune de Sidi Kada	commune-de-sidi-kada			DZ	26		2480387	0	Africa/Algiers
2480394	Commune de Sidi Hosni	commune-de-sidi-hosni			DZ	13		2480394	0	Africa/Algiers
2480419	Commune de Sidi Hamadouche	commune-de-sidi-hamadouche			DZ	30		2480419	0	Africa/Algiers
2480478	Commune de Sidi Embarek	commune-de-sidi-embarek			DZ	39		2480478	0	Africa/Algiers
2480630	Commune de Sidi Djilali	commune-de-sidi-djilali	Commune de Sidi Djilali,Sidi Djillali		DZ	15		2480630	0	Africa/Algiers
2480666	Commune de Sidi Daoud	commune-de-sidi-daoud			DZ	40		2480666	0	Africa/Algiers
2480850	Commune de Sidi Boubekeur	commune-de-sidi-boubekeur	Commune de Sidi Boubekeur,Meftah Sidi Boubekeur		DZ	10		2480850	0	Africa/Algiers
2480959	Commune de Sidi Ben Adda	commune-de-sidi-ben-adda			DZ	36		2480959	0	Africa/Algiers
2481004	Commune de Sidi Bel Abbès	commune-de-sidi-bel-abbes			DZ	30		2481004	0	Africa/Algiers
2481072	Commune de Sidi Ameur	commune-de-sidi-ameur			DZ	27		2481072	0	Africa/Algiers
2481110	Commune de Sidi Ali Mellal	commune-de-sidi-ali-mellal			DZ	13		2481110	0	Africa/Algiers
2481124	Commune de Sidi Ali Boussidi	commune-de-sidi-ali-boussidi			DZ	30		2481124	0	Africa/Algiers
2481134	Commune de Sidi Ali Ben Youb	commune-de-sidi-ali-ben-youb	Chanzy,Commune de Sidi Ali Ben Youb		DZ	30		2481134	0	Africa/Algiers
2481183	Commune de Sidi Ali	commune-de-sidi-ali			DZ	07		2481183	0	Africa/Algiers
2481227	Commune de Sidi Aïssa	commune-de-sidi-aissa			DZ	27		2481227	0	Africa/Algiers
2481255	Commune de Sidi Aïch	commune-de-sidi-aich			DZ	18		2481255	0	Africa/Algiers
2481320	Commune de Sidi Ahmed	commune-de-sidi-ahmed			DZ	10		2481320	0	Africa/Algiers
2481388	Commune de Sidi Abdelli	commune-de-sidi-abdelli			DZ	15		2481388	0	Africa/Algiers
2481563	Commune de Sidi Abdelaziz	commune-de-sidi-abdelaziz	Commune de Sidi Abdelaziz,Sidi Abdellaziz		DZ	24		2481563	0	Africa/Algiers
2481630	Commune de Sidi Abdelghani	commune-de-sidi-abdelghani			DZ	13		2481630	0	Africa/Algiers
2481638	Commune de Sfizef	commune-de-sfizef	Commune de Sfizef,Sfisef,bldyt sfyzf,sfyzf,بلدية سفيزف,سفيزف		DZ	10		2481638	0	Africa/Algiers
2481688	Commune de Settara	commune-de-settara	Commune de Settara		DZ	24		2481688	0	Africa/Algiers
2481699	Commune de Sétif	commune-de-setif	Commune de Setif,Commune de Sétif		DZ	12		2481699	0	Africa/Algiers
2481758	Commune de Seriana	commune-de-seriana	Commune de Seriana		DZ	03		2481758	0	Africa/Algiers
2481783	Commune de Seraidi	commune-de-seraidi			DZ	37		2481783	0	Africa/Algiers
2481835	Commune de Sendjas	commune-de-sendjas	Commune de Sendjas		DZ	41		2481835	0	Africa/Algiers
2481880	Commune de Semaoune	commune-de-semaoune	bldyt smʿwn,smʿwn,بلدية سمعون,سمعون		DZ	18		2481880	0	Africa/Algiers
2481909	Commune de Sellaoua Announa	commune-de-sellaoua-announa			DZ	23		2481909	0	Africa/Algiers
2482023	Commune de Seggana	commune-de-seggana	Commune de Seggana,bldyt sqant,sqant,بلدية سقانة,سقانة		DZ	03		2482023	0	Africa/Algiers
2482088	Commune de Sedrata	commune-de-sedrata	Commune de Sedrata		DZ	52		2482088	0	Africa/Algiers
2482158	Commune de Seddouk	commune-de-seddouk	Commune de Seddouk		DZ	18		2482158	0	Africa/Algiers
2482210	Commune de Sebdou	commune-de-sebdou	Commune de Sebdou		DZ	15		2482210	0	Africa/Algiers
2482386	Commune de Saoura Essoufla	commune-de-saoura-essoufla	Basse-Saoura,Commune de Saoura Essoufla		DZ	38		2482386	0	Africa/Algiers
2482388	Commune de Saoula	commune-de-saoula	Commune de Saoula		DZ	55		2482388	0	Africa/Algiers
2482444	Commune de Salah Bouchaour	commune-de-salah-bouchaour	Commune de Salah Bouchaour,Salah Bouachour		DZ	31		2482444	0	Africa/Algiers
2482446	Commune de Salah Bey	commune-de-salah-bey	Commune de Salah Bey,bldyt salh albay,bldyt salh bay,بلدية صالح الباي,بلدية صالح باي		DZ	12		2482446	0	Africa/Algiers
2482570	Commune de Saïda	commune-de-saida	Commune de Saida,Commune de Saïda		DZ	10		2482570	0	Africa/Algiers
2482734	Commune de Sabra	commune-de-sabra	Commune de Sabra		DZ	15		2482734	0	Africa/Algiers
2482891	Commune de Rouina	commune-de-rouina	Commune de Rouina		DZ	35		2482891	0	Africa/Algiers
2482907	Commune de Rouiba	commune-de-rouiba	Commune de Rouiba		DZ	01		2482907	0	Africa/Algiers
2482938	Commune de Rouached	commune-de-rouached	Commune de Rouached		DZ	48		2482938	0	Africa/Algiers
2482963	Commune de Roknia	commune-de-roknia	Commune de Roknia		DZ	23		2482963	0	Africa/Algiers
2482991	Commune de Rogassa	commune-de-rogassa	Commune de Rogassa		DZ	42		2482991	0	Africa/Algiers
2482999	Commune de Robbah	commune-de-robbah	Commune de Robbah		DZ	43		2482999	0	Africa/Algiers
2483648	Commune de Remchi	commune-de-remchi	Commune de Remchi,alrmshy,bldyt alrmshy,الرمشي,بلدية الرمشي		DZ	15		2483648	0	Africa/Algiers
2483667	Commune de Relizane	commune-de-relizane	Commune de Relizane,Ighil Izane		DZ	51		2483667	0	Africa/Algiers
2483677	Commune de Rekkada Metletine	commune-de-rekkada-metletine	Commune de Rekkada Metletine,Rekkada Metlenine		DZ	24		2483677	0	Africa/Algiers
2483742	Commune de Reguibat	commune-de-reguibat			DZ	54		2483742	0	Africa/Algiers
2483756	Commune de Reghaïa	commune-de-reghaia	Commune de Reghaia,Commune de Reghaïa		DZ	40		2483756	0	Africa/Algiers
2483760	Commune de Reggane	commune-de-reggane	Commune de Reggane,bldyt rqan,rqan,بلدية رقان,رقان		DZ	34		2483760	0	Africa/Algiers
2483866	Commune de Rebaïa	commune-de-rebaia			DZ	06		2483866	0	Africa/Algiers
2483933	Commune de Râs el Oued	commune-de-ras-el-oued	Commune de Ras el Oued,Commune de Râs el Oued		DZ	39		2483933	0	Africa/Algiers
2483942	Commune de Râs el Ma	commune-de-ras-el-ma			DZ	30		2483942	0	Africa/Algiers
2483966	Commune de Râs el Aïoun	commune-de-ras-el-aioun	Commune de Ras el Aioun,Commune de Râs el Aïoun		DZ	03		2483966	0	Africa/Algiers
2484005	Commune de Ramka	commune-de-ramka			DZ	13		2484005	0	Africa/Algiers
2484019	Commune de Ramdane Djamal	commune-de-ramdane-djamal	Commune de Ramdane Djamal,Ramdane Djamel		DZ	31		2484019	0	Africa/Algiers
2484077	Commune de Rahouia	commune-de-rahouia	Commune de Rahouia		DZ	13		2484077	0	Africa/Algiers
2484241	Commune d’Ouzera	commune-d-ouzera			DZ	06		2484241	0	Africa/Algiers
2484246	Commune d’Ouzellaguen	commune-d-ouzellaguen	Commune d'Ouzellaguen,Commune d’Ouzellaguen,Ouzzellaguen		DZ	14		2484246	0	Africa/Algiers
2484358	Commune d’Ourlal	commune-d-ourlal	Commune d'Ourlal,Commune d’Ourlal		DZ	19		2484358	0	Africa/Algiers
2484412	Commune d’Oum Toub	commune-d-oum-toub	Commune d'Oum Toub,Commune d’Oum Toub		DZ	31		2484412	0	Africa/Algiers
2484519	Commune d’Oum Ladjoul	commune-d-oum-ladjoul			DZ	12		2484519	0	Africa/Algiers
2484619	Commune d’Oum el Bouaghi	commune-d-oum-el-bouaghi	Commune d'Oum el Bouaghi,Commune d’Oum el Bouaghi		DZ	29		2484619	0	Africa/Algiers
2484736	Commune d’Oumache	commune-d-oumache	Commune d'Oumache,Commune d’Oumache		DZ	19		2484736	0	Africa/Algiers
2484755	Commune d’Oulhaça Gheraba	commune-d-oulhaca-gheraba	Commune d'Oulhaca Gheraba,Commune d’Oulhaça Gheraba,bldyt wlhast alghrbyt,بلدية ولهاصة الغربية		DZ	36		2484755	0	Africa/Algiers
2490055	Commune de Matemore	commune-de-matemore			DZ	26		2490055	0	Africa/Algiers
2484780	Commune d’Ouled Sidi Slimane	commune-d-ouled-sidi-slimane	Commune d'Ouled Sidi Slimane,Commune d’Ouled Sidi Slimane		DZ	03		2484780	0	Africa/Algiers
2484794	Commune d’Ouled Sidi Brahim	commune-d-ouled-sidi-brahim	Commune d'Ouled Sidi Brahim,Commune d’Ouled Sidi Brahim		DZ	27		2484794	0	Africa/Algiers
2484801	Commune d’Ouled Selam	commune-d-ouled-selam			DZ	03		2484801	0	Africa/Algiers
2484821	Commune d’Ouled Rechache	commune-d-ouled-rechache	Commune d'Ouled Rechache,Commune d’Ouled Rechache		DZ	47		2484821	0	Africa/Algiers
2484825	Commune d’Ouled Rahma	commune-d-ouled-rahma			DZ	19		2484825	0	Africa/Algiers
2484834	Commune d’Ouled Moussa	commune-d-ouled-moussa	Commune d'Ouled Moussa,Commune d’Ouled Moussa		DZ	40		2484834	0	Africa/Algiers
2484845	Commune d’Ouled Mimoun	commune-d-ouled-mimoun	Commune d'Ouled Mimoun,Commune d’Ouled Mimoun		DZ	15		2484845	0	Africa/Algiers
2484860	Commune d’Ouled Maarref	commune-d-ouled-maarref	Commune d'Ouled Maarref,Commune d'Ouled Mareuf,Commune d’Ouled Maarref,Commune d’Ouled Mareuf,Ouled Maaref		DZ	06		2484860	0	Africa/Algiers
2484862	Commune d’Ouled Maalah	commune-d-ouled-maalah			DZ	07		2484862	0	Africa/Algiers
2484873	Commune d’Ouled Khaled	commune-d-ouled-khaled	Commune d'Ouled Khaled,Commune d’Ouled Khaled		DZ	10		2484873	0	Africa/Algiers
2484879	Commune d’Ouled Helal	commune-d-ouled-helal	Commune d'Ouled Helal,Commune d’Ouled Helal,Ouled Hellal		DZ	06		2484879	0	Africa/Algiers
2484880	Commune d’Ouled Harkat	commune-d-ouled-harkat			DZ	19		2484880	0	Africa/Algiers
2484892	Commune d’Ouled Habeba	commune-d-ouled-habeba			DZ	31		2484892	0	Africa/Algiers
2484895	Commune d’Ouled Fares	commune-d-ouled-fares	Commune d'Ouled Fares,Commune d’Ouled Fares,Larbaa Ouled Fares,Larbaat Ouled Fares,Larbaat Ouled Farès,Larbat Ouled Fares,Larbat Ouled Farès		DZ	41		2484895	0	Africa/Algiers
2484897	Commune d’Ouled Fadel	commune-d-ouled-fadel			DZ	03		2484897	0	Africa/Algiers
2484901	Commune d’Ouled Endja	commune-d-ouled-endja			DZ	48		2484901	0	Africa/Algiers
2484924	Commune d’Ouled Driss	commune-d-ouled-driss	Commune d'Ouled Driss,Commune d’Ouled Driss		DZ	52		2484924	0	Africa/Algiers
2484930	Commune d’Ouled Djerad	commune-d-ouled-djerad			DZ	13		2484930	0	Africa/Algiers
2484932	Commune d’Ouled Djellal	commune-d-ouled-djellal	Commune d'Ouled Djellal,Commune d’Ouled Djellal,bldyt awlad jlal,بلدية أولاد جلال		DZ	19		2484932	0	Africa/Algiers
2484934	Commune d’Ouled Derradj	commune-d-ouled-derradj	Commune d'Ouled Derradj,Commune d’Ouled Derradj,Selman		DZ	27		2484934	0	Africa/Algiers
2484950	Commune d’Ouled Brahim	commune-d-ouled-brahim	Commune d'Ouled Brahim,Commune d’Ouled Brahim		DZ	10		2484950	0	Africa/Algiers
2484969	Commune d’Ouled Bessem	commune-d-ouled-bessem	Commune d'Ouled Bessem,Commune d’Ouled Bessem		DZ	56		2484969	0	Africa/Algiers
2484991	Commune d’Ouled Ben Abdelkader	commune-d-ouled-ben-abdelkader	Commune d'Ouled Ben Abdelkader,Commune d’Ouled Ben Abdelkader		DZ	41		2484991	0	Africa/Algiers
2485004	Commune d’Ouled Aych	commune-d-ouled-aych	Commune d'Ouled Aych,Commune d’Ouled Aych,Ouled Yaich		DZ	51		2485004	0	Africa/Algiers
2485006	Commune d’Ouled Attia	commune-d-ouled-attia	Commune d'Ouled Attia,Commune d’Ouled Attia		DZ	31		2485006	0	Africa/Algiers
2485051	Commune d’Ouled Adi Guebala	commune-d-ouled-adi-guebala	Commune d'Ouled Adi Guebala,Commune d’Ouled Adi Guebala,Oued Adi Guebala,Ouled Ouelha		DZ	27		2485051	0	Africa/Algiers
2485538	Commune d’Ouenza	commune-d-ouenza	Commune d'Ouenza,Commune d’Ouenza		DZ	33		2485538	0	Africa/Algiers
2485550	Commune d’Oued Zenati	commune-d-oued-zenati	Commune d'Oued Zenati,Commune d’Oued Zenati		DZ	23		2485550	0	Africa/Algiers
2485558	Commune d’Oued Tlelat	commune-d-oued-tlelat	Commune d'Oued Tlelat,Commune d’Oued Tlelat		DZ	09		2485558	0	Africa/Algiers
2485561	Commune d’Oued Taria	commune-d-oued-taria	Commune d'Oued Taria,Commune d’Oued Taria		DZ	26		2485561	0	Africa/Algiers
2485563	Commune d’Oued Taourira	commune-d-oued-taourira	Commune d'Oued Taourira,Commune d’Oued Taourira		DZ	30		2485563	0	Africa/Algiers
2485564	Commune d’Oued Taga	commune-d-oued-taga	Bou Ahmar,Commune d'Oued Taga,Commune d’Oued Taga		DZ	03		2485564	0	Africa/Algiers
2485576	Commune d’Oued Sebbah	commune-d-oued-sebbah	Commune d'Oued Sebbah,Commune d’Oued Sebbah		DZ	36		2485576	0	Africa/Algiers
2485581	Commune d’Oued Ghiou	commune-d-oued-ghiou	Commune d'Oued Ghiou,Commune d'Oued Rhiou,Commune d’Oued Ghiou,Commune d’Oued Rhiou		DZ	51		2485581	0	Africa/Algiers
2485598	Commune d’Oued Lili	commune-d-oued-lili			DZ	13		2485598	0	Africa/Algiers
2485603	Commune d’Oued Ksari	commune-d-oued-ksari			DZ	14		2485603	0	Africa/Algiers
2485616	Commune d’Oued Fodda	commune-d-oued-fodda	Commune d'Oued Fodda,Commune d’Oued Fodda,bldyt wady alfdt,بلدية وادي الفضة		DZ	41		2485616	0	Africa/Algiers
2485620	Commune d’Oued es Salem	commune-d-oued-es-salem	Commune d'Oued es Salem,Commune d’Oued es Salem,Oued Es Salam		DZ	51		2485620	0	Africa/Algiers
2485623	Commune d’Oued el Ma	commune-d-oued-el-ma	Commune d'Oued el Ma,Commune d’Oued el Ma		DZ	03		2485623	0	Africa/Algiers
2485625	Commune d’Oued el Kheïr	commune-d-oued-el-kheir	Commune d'Oued el Kheir,Commune d’Oued el Kheïr		DZ	07		2485625	0	Africa/Algiers
2485632	Commune d’Oued el Alleug	commune-d-oued-el-alleug	Commune d'Oued el Alleug,Commune d’Oued el Alleug		DZ	55		2485632	0	Africa/Algiers
2485635	Commune d’Oued el Abtal	commune-d-oued-el-abtal	Commune d'Oued el Abtal,Commune d’Oued el Abtal		DZ	26		2485635	0	Africa/Algiers
2485642	Commune d’Oued Djer	commune-d-oued-djer	Commune d'Oued Djer,Commune d’Oued Djer		DZ	55		2485642	0	Africa/Algiers
2485650	Commune d’Oued Chorfa	commune-d-oued-chorfa	Commune d'Oued Chorfa,Commune d’Oued Chorfa,bldyt wad alshrfaʾ,bldyt wady alshrfaʾ,بلدية واد الشرفاء,بلدية وادي الشرفاء		DZ	35		2485650	0	Africa/Algiers
2485652	Commune d’Oued Cheham	commune-d-oued-cheham	Commune d'Oued Cheham,Commune d’Oued Cheham		DZ	23		2485652	0	Africa/Algiers
2485656	Commune d’Oued Berkeche	commune-d-oued-berkeche	Commune d'Oued Berkeche,Commune d’Oued Berkeche		DZ	36		2485656	0	Africa/Algiers
2485660	Commune d’Oued Athmenia	commune-d-oued-athmenia			DZ	48		2485660	0	Africa/Algiers
2485788	Commune d’Ouarizane	commune-d-ouarizane	Commune d'Ouarizane,Commune d’Ouarizane		DZ	51		2485788	0	Africa/Algiers
2485800	Commune d’Ouargla	commune-d-ouargla	Commune d'Ouargla,Commune d’Ouargla		DZ	50		2485800	0	Africa/Algiers
2485828	Commune d’Ouanougha	commune-d-ouanougha	Commune d'Ouanougha,Commune d’Ouanougha		DZ	39		2485828	0	Africa/Algiers
2485843	Commune d’Ouamri	commune-d-ouamri	Commune d'Ouamri,Commune d’Ouamri,Ouamria		DZ	35		2485843	0	Africa/Algiers
2485872	Commune d’Ouaguenoun	commune-d-ouaguenoun	Commune d'Ouaguenoun,Commune d’Ouaguenoun		DZ	14		2485872	0	Africa/Algiers
2485876	Commune d’Ouadhia	commune-d-ouadhia	Commune d'Ouadhia,Commune d’Ouadhia		DZ	14		2485876	0	Africa/Algiers
2485882	Commune d’Ouacif	commune-d-ouacif			DZ	14		2485882	0	Africa/Algiers
2485925	Commune d’Oran	commune-d-oran	Commune d'Oran,Commune d’Oran		DZ	09		2485925	0	Africa/Algiers
2485987	Commune d’Oggaz	commune-d-oggaz	Commune d'Oggaz,Commune d’Oggaz		DZ	26		2485987	0	Africa/Algiers
2486175	Commune de N’Gaous	commune-de-n-gaous	Commune de N'Gaous,Commune de N’Gaous		DZ	03		2486175	0	Africa/Algiers
2486264	Commune de Negrine	commune-de-negrine	Commune de Negrine		DZ	33		2486264	0	Africa/Algiers
2486283	Commune de Nedroma	commune-de-nedroma	Commune de Nedroma		DZ	15		2486283	0	Africa/Algiers
2486298	Commune de Nechmeya	commune-de-nechmeya			DZ	37		2486298	0	Africa/Algiers
2486504	Commune de Naciria	commune-de-naciria	Commune de Naciria		DZ	40		2486504	0	Africa/Algiers
2486615	Commune de M’Toussa	commune-de-m-toussa	Commune de M'Toussa,Commune de M’Toussa		DZ	47		2486615	0	Africa/Algiers
2486688	Commune de M’Sila	commune-de-m-sila			DZ	27		2486688	0	Africa/Algiers
2486824	Commune de Mouzaïa	commune-de-mouzaia	Commune de Mouzaia,Commune de Mouzaïa		DZ	55		2486824	0	Africa/Algiers
2486934	Commune de Moulay Slissen	commune-de-moulay-slissen	Commune de Moulay Slissen		DZ	30		2486934	0	Africa/Algiers
2486991	Commune de Mouladheim	commune-de-mouladheim			DZ	52		2486991	0	Africa/Algiers
2487128	Commune de Mostefa Ben Brahim	commune-de-mostefa-ben-brahim	Boulet,Commune de Mostefa Ben Brahim,Telioum		DZ	30		2487128	0	Africa/Algiers
2487133	Commune de Mostaganem	commune-de-mostaganem	Commune de Mostaganem,bldyt mstghanm,بلدية مستغانم		DZ	07		2487133	0	Africa/Algiers
2487142	Commune de Morsott	commune-de-morsott			DZ	33		2487142	0	Africa/Algiers
2487292	Commune de Mohammadia	commune-de-mohammadia	Commune de Mohammadia		DZ	26		2487292	0	Africa/Algiers
2487296	Commune de Moghrar	commune-de-moghrar	Commune de Moghrar		DZ	49		2487296	0	Africa/Algiers
2487305	Commune de Mocta Douz	commune-de-mocta-douz			DZ	26		2487305	0	Africa/Algiers
2487394	Commune de Misserghin	commune-de-misserghin	Commune de Misserghin		DZ	09		2487394	0	Africa/Algiers
2487443	Commune de Miliana	commune-de-miliana	Commune de Miliana,bldyt mlyant,بلدية مليانة		DZ	35		2487443	0	Africa/Algiers
2487451	Commune de Mila	commune-de-mila	Commune de Mila		DZ	48		2487451	0	Africa/Algiers
2487619	Commune de Metlili Chaamba	commune-de-metlili-chaamba	Commune de Metlili Chaamba,Mettlili Chaamba		DZ	45		2487619	0	Africa/Algiers
2487771	Commune de Messaad	commune-de-messaad	Commune de Messaad		DZ	22		2487771	0	Africa/Algiers
2487785	Commune de Mesra	commune-de-mesra	Commune de Mesra		DZ	07		2487785	0	Africa/Algiers
2487804	Commune de Meskiana	commune-de-meskiana	Commune de Meskiana		DZ	29		2487804	0	Africa/Algiers
2487851	Commune de Mers el Kebir	commune-de-mers-el-kebir	Commune de Mers el Kebir		DZ	09		2487851	0	Africa/Algiers
2487881	Commune de Merouana	commune-de-merouana	Commune de Merouana		DZ	03		2487881	0	Africa/Algiers
2488046	Commune de Merahna	commune-de-merahna	Commune de Merahna		DZ	52		2488046	0	Africa/Algiers
2488056	Commune de Merad	commune-de-merad			DZ	55		2488056	0	Africa/Algiers
2488155	Commune de Mendes	commune-de-mendes	Commune de Mendes		DZ	51		2488155	0	Africa/Algiers
2488188	Commune de Menaceur	commune-de-menaceur	Commune de Menaceur,Sidi Amar		DZ	55		2488188	0	Africa/Algiers
2488192	Commune de Menaa	commune-de-menaa	Commune de Menaa		DZ	19		2488192	0	Africa/Algiers
2488241	Commune de Mellakou	commune-de-mellakou	Commune de Mellakou		DZ	13		2488241	0	Africa/Algiers
2488427	Commune de Melaab	commune-de-melaab	Commune de Melaab		DZ	51		2488427	0	Africa/Algiers
2488486	Commune de Mekmene Ben Amar	commune-de-mekmene-ben-amar			DZ	49		2488486	0	Africa/Algiers
2488499	Commune de Mekla	commune-de-mekla	Commune de Mekla,bldyt mqlʿ,mqlʿ,بلدية مقلع,مقلع		DZ	14		2488499	0	Africa/Algiers
2488615	Commune de Mehdia	commune-de-mehdia			DZ	13		2488615	0	Africa/Algiers
2488721	Commune de Meftah	commune-de-meftah	Commune de Meftah		DZ	20		2488721	0	Africa/Algiers
2488735	Commune de Medroussa	commune-de-medroussa	Commune de Medroussa		DZ	13		2488735	0	Africa/Algiers
2488740	Commune de Medrissa	commune-de-medrissa	Commune de Medrissa		DZ	13		2488740	0	Africa/Algiers
2488779	Commune de Medjedel	commune-de-medjedel	Commune de Medjedel		DZ	27		2488779	0	Africa/Algiers
2488792	Commune de Medjana	commune-de-medjana	Commune de Medjana		DZ	39		2488792	0	Africa/Algiers
2488801	Commune de Mediouna	commune-de-mediouna	Commune de Mediouna,Midioua		DZ	51		2488801	0	Africa/Algiers
2488834	Commune de Médéa	commune-de-medea	Commune de Medea,Commune de Médéa		DZ	06		2488834	0	Africa/Algiers
2489834	Commune de Mechroha	commune-de-mechroha			DZ	23		2489834	0	Africa/Algiers
2489864	Commune de Mecheria	commune-de-mecheria	Commune de Mecheria		DZ	49		2489864	0	Africa/Algiers
2489867	Commune de Mecheraa Asfa	commune-de-mecheraa-asfa			DZ	13		2489867	0	Africa/Algiers
2489902	Commune de M’Doukal	commune-de-m-doukal	Commune de M'Doukal,Commune de M’Doukal		DZ	03		2489902	0	Africa/Algiers
2489921	Commune de M’Daourouch	commune-de-m-daourouch			DZ	52		2489921	0	Africa/Algiers
2489937	Commune de M’Cif	commune-de-m-cif	Commune de M'Cif,Commune de M’Cif		DZ	27		2489937	0	Africa/Algiers
2489939	Commune de M’Chouneche	commune-de-m-chouneche			DZ	19		2489939	0	Africa/Algiers
2489947	Commune de M’Chedallah	commune-de-m-chedallah	Commune de M'Chedallah,Commune de M’Chedallah,M'Chedillah,M’Chedillah		DZ	21		2489947	0	Africa/Algiers
2489985	Commune de Mazouna	commune-de-mazouna	Commune de Mazouna		DZ	51		2489985	0	Africa/Algiers
2490097	Commune de Mascara	commune-de-mascara	Commune de Mascara		DZ	26		2490097	0	Africa/Algiers
2490105	Commune de Marsa Ben Mehidi	commune-de-marsa-ben-mehidi			DZ	15		2490105	0	Africa/Algiers
2490137	Commune de Marhoum	commune-de-marhoum			DZ	30		2490137	0	Africa/Algiers
2490166	Commune de Maoussa	commune-de-maoussa	Commune de Maoussa,bldyt mawst,mawsa,mawst,بلدية ماوسة,ماوسا,ماوسة		DZ	26		2490166	0	Africa/Algiers
2490178	Commune de Mansourah	commune-de-mansourah	Commune de Mansourah,Mansoura		DZ	39		2490178	0	Africa/Algiers
2490296	Commune de Makouda	commune-de-makouda	Commune de Makouda		DZ	40		2490296	0	Africa/Algiers
2490432	Commune de Mahmel	commune-de-mahmel			DZ	47		2490432	0	Africa/Algiers
2490455	Commune de Mahfouda	commune-de-mahfouda	amhfwzn,bldyt amhfwzn,امحفوظن,بلدية امحفوظن		DZ	18		2490455	0	Africa/Algiers
2490458	Commune de Mahelma	commune-de-mahelma	Commune de Mahelma		DZ	55		2490458	0	Africa/Algiers
2490569	Commune de Magra	commune-de-magra	Commune de Magra,bldyt mqrt,mqrt,بلدية مقرة,مقرة		DZ	27		2490569	0	Africa/Algiers
2490583	Commune de Maghnia	commune-de-maghnia	Commune de Maghnia		DZ	15		2490583	0	Africa/Algiers
2490681	Commune de Maatka	commune-de-maatka			DZ	14		2490681	0	Africa/Algiers
2490705	Commune de Maala	commune-de-maala	Commune de Maala		DZ	21		2490705	0	Africa/Algiers
2490716	Commune de Maadid	commune-de-maadid	Commune de Maadid		DZ	27		2490716	0	Africa/Algiers
2490820	Commune de L’Hillil	commune-de-l-hillil			DZ	51		2490820	0	Africa/Algiers
2490984	Commune de Lazharia	commune-de-lazharia	Commune de Beni-Boukhanous,Commune de Lazharia		DZ	41		2490984	0	Africa/Algiers
2491038	Commune de Lardjem	commune-de-lardjem	Commune de Lardjem		DZ	13		2491038	0	Africa/Algiers
2491041	Commune de L’Arbaa Naït Irathen	commune-de-l-arbaa-nait-irathen			DZ	14		2491041	0	Africa/Algiers
2491044	Commune de Larbaa	commune-de-larbaa	Commune de Larbaa		DZ	25		2491044	0	Africa/Algiers
2491048	Commune de Larba	commune-de-larba	Commune de Larba,El Arba		DZ	20		2491048	0	Africa/Algiers
2491133	Commune de Lakhdaria	commune-de-lakhdaria	Commune de Lakhdaria		DZ	21		2491133	0	Africa/Algiers
2491171	Commune de Lahlaf	commune-de-lahlaf	Commune de Lahlaf,Lahlef		DZ	51		2491171	0	Africa/Algiers
2491190	Commune de Laghouat	commune-de-laghouat	Commune de Laghouat		DZ	25		2491190	0	Africa/Algiers
2491222	Commune de Laayoune	commune-de-laayoune			DZ	56		2491222	0	Africa/Algiers
2491299	Commune de Ksar Sbahi	commune-de-ksar-sbahi			DZ	29		2491299	0	Africa/Algiers
2491322	Commune de Ksar el Boukhari	commune-de-ksar-el-boukhari			DZ	06		2491322	0	Africa/Algiers
2491334	Commune de Ksar Chellala	commune-de-ksar-chellala	Commune de Ksar Chellala		DZ	13		2491334	0	Africa/Algiers
2491486	Commune de Kouinine	commune-de-kouinine	Commune de Kouinine		DZ	43		2491486	0	Africa/Algiers
2491577	Commune de Kolea	commune-de-kolea			DZ	55		2491577	0	Africa/Algiers
2491752	Commune de Khezaras	commune-de-khezaras			DZ	23		2491752	0	Africa/Algiers
2491775	Commune de Kherrata	commune-de-kherrata	Commune de Kherrata,bldyt khratt,khratt,بلدية خراطة,خراطة		DZ	18		2491775	0	Africa/Algiers
2491822	Commune de Kherba	commune-de-kherba			DZ	35		2491822	0	Africa/Algiers
2491888	Commune de Khenchela	commune-de-khenchela	Commune de Khenchela		DZ	47		2491888	0	Africa/Algiers
2491907	Commune de Khemisti	commune-de-khemisti	Commune de Khemisti		DZ	56		2491907	0	Africa/Algiers
2491910	Commune de Khemis Miliana	commune-de-khemis-miliana	Commune de Khemis Miliana,bldyt khmys mlyant,بلدية خميس مليانة		DZ	35		2491910	0	Africa/Algiers
2491912	Commune de Khemis el Khechna	commune-de-khemis-el-khechna	Commune de Khemis el Khechna		DZ	40		2491912	0	Africa/Algiers
2491966	Commune de Kheir Dine	commune-de-kheir-dine			DZ	07		2491966	0	Africa/Algiers
2491986	Commune de Khedara	commune-de-khedara	Commune de Khedara		DZ	52		2491986	0	Africa/Algiers
2492112	Commune de Khangat Sidi Nadji	commune-de-khangat-sidi-nadji			DZ	19		2492112	0	Africa/Algiers
2492129	Commune de Khalouia	commune-de-khalouia	Commune de Khalouia		DZ	26		2492129	0	Africa/Algiers
2492202	Commune de Khadra	commune-de-khadra	Commune de Khadra		DZ	07		2492202	0	Africa/Algiers
2492272	Commune de Kerzaz	commune-de-kerzaz	Commune de Kerzaz		DZ	38		2492272	0	Africa/Algiers
2492355	Commune de Keria	commune-de-keria			DZ	56		2492355	0	Africa/Algiers
2492423	Commune de Kendira	commune-de-kendira	Commune de Kendira,Kenndirou		DZ	18		2492423	0	Africa/Algiers
2492426	Commune de Kenadsa	commune-de-kenadsa	Commune de Kenadsa		DZ	38		2492426	0	Africa/Algiers
2492799	Commune de Kalaa	commune-de-kalaa	Commune de Kalaa		DZ	51		2492799	0	Africa/Algiers
2492808	Commune de Kaïs	commune-de-kais			DZ	47		2492808	0	Africa/Algiers
2492872	Commune de Kadiria	commune-de-kadiria	Commune de Kadiria		DZ	21		2492872	0	Africa/Algiers
2492912	Commune de Jijel	commune-de-jijel	Commune de Jijel,Djidjelli		DZ	24		2492912	0	Africa/Algiers
2492919	Commune de Jdiouia	commune-de-jdiouia	Commune de Jdiouia,Jdioua		DZ	51		2492919	0	Africa/Algiers
2492989	Commune d’Isser	commune-d-isser	Commune d'Isser,Commune d’Isser		DZ	40		2492989	0	Africa/Algiers
2493141	Commune d’Irdjen	commune-d-irdjen	Commune d'Irdjen,Commune d’Irdjen		DZ	14		2493141	0	Africa/Algiers
2493221	Commune d’I-n-Salah	commune-d-i-n-salah	Ain Salah,Aïn Salah,Commune d'I-n-Salah,Commune d’I-n-Salah		DZ	53	2493220	2493221	0	Africa/Algiers
2493454	Commune d’Illoula Oumalou	commune-d-illoula-oumalou	Commune d'Illoula Oumalou,Commune d’Illoula Oumalou		DZ	14		2493454	0	Africa/Algiers
2493601	Commune d’Igli	commune-d-igli	Commune d'Igli,Commune d’Igli		DZ	38		2493601	0	Africa/Algiers
2493606	Commune d’Ighil Ali	commune-d-ighil-ali	Commune d'Ighil Ali,Commune d’Ighil Ali,Mouka		DZ	18		2493606	0	Africa/Algiers
2493625	Commune d’Iflissen	commune-d-iflissen	Ait Zouaou,Aït Zouaou,Commune d'Iflissen,Commune d’Iflissen		DZ	14		2493625	0	Africa/Algiers
2493639	Commune d’Iferhounene	commune-d-iferhounene	Commune d'Iferhounene,Commune d’Iferhounene		DZ	14		2493639	0	Africa/Algiers
2493710	Commune d’Ichemoul	commune-d-ichemoul			DZ	03		2493710	0	Africa/Algiers
2493811	Commune de Honaïne	commune-de-honaine	Commune de Honaine,Commune de Honaïne		DZ	15		2493811	0	Africa/Algiers
2493857	Commune de Hidoussa	commune-de-hidoussa	Commune de Hidoussa		DZ	03		2493857	0	Africa/Algiers
2493917	Commune de Hennaya	commune-de-hennaya	Commune de Hennaya		DZ	15		2493917	0	Africa/Algiers
2493955	Commune de Héliopolis	commune-de-heliopolis			DZ	23		2493955	0	Africa/Algiers
2494014	Commune de Hassi Zehana	commune-de-hassi-zehana	Commune de Hassi Zehana		DZ	30		2494014	0	Africa/Algiers
2494036	Commune de Hassi Mameche	commune-de-hassi-mameche	Commune de Hassi Mameche		DZ	07		2494036	0	Africa/Algiers
2494053	Commune de Hassi el Ghella	commune-de-hassi-el-ghella	Commune de Hassi el Ghella		DZ	36		2494053	0	Africa/Algiers
2494072	Commune de Hassi Bahbah	commune-de-hassi-bahbah	Commune de Hassi Bahbah		DZ	22		2494072	0	Africa/Algiers
2494119	Commune de Hassasna	commune-de-hassasna	Commune de Hassasna,Oued Berkeche,Oued Berkèche		DZ	36		2494119	0	Africa/Algiers
2494350	Commune de Hannencha	commune-de-hannencha			DZ	52		2494350	0	Africa/Algiers
2494541	Commune de Hammam M’Baïls	commune-de-hammam-m-bails			DZ	23		2494541	0	Africa/Algiers
2494547	Commune de Hammamet	commune-de-hammamet	Commune de Hammamet,Youks-les-Bains		DZ	33		2494547	0	Africa/Algiers
2494550	Commune de Hammam Dalaa	commune-de-hammam-dalaa			DZ	27		2494550	0	Africa/Algiers
2494553	Commune de Hammam Bou Hadjar	commune-de-hammam-bou-hadjar			DZ	36		2494553	0	Africa/Algiers
2494555	Commune de Hammam Boughrara	commune-de-hammam-boughrara	Commune de Hammam Boughrara		DZ	15		2494555	0	Africa/Algiers
2494609	Commune de Hamma Bouziane	commune-de-hamma-bouziane	Commune de Hamma Bouziane		DZ	04		2494609	0	Africa/Algiers
2494742	Commune de Hamadia	commune-de-hamadia	Commune de Hamadia		DZ	13		2494742	0	Africa/Algiers
2494853	Commune de Haïzer	commune-de-haizer	Commune de Haizer,Commune de Haïzer		DZ	21		2494853	0	Africa/Algiers
2494961	Commune de Hadjout	commune-de-hadjout	Commune de Hadjout		DZ	55		2494961	0	Africa/Algiers
2495093	Commune de Hadjadj	commune-de-hadjadj	Commune de Hadjadj		DZ	07		2495093	0	Africa/Algiers
2495158	Commune de Hacine	commune-de-hacine	Commune de Hacine		DZ	26		2495158	0	Africa/Algiers
2495240	Commune de Guidjel	commune-de-guidjel	Commune de Guidjel,bldyt ghwyjl,bldyt qjal,ghwyjl,qjal,بلدية غويجل,بلدية قجال,غويجل,قجال		DZ	12		2495240	0	Africa/Algiers
2495406	Commune de Guertoufa	commune-de-guertoufa	Commune de Guertoufa		DZ	13		2495406	0	Africa/Algiers
2495423	Commune de Guerouma	commune-de-guerouma			DZ	21		2495423	0	Africa/Algiers
2495523	Commune de Guerara	commune-de-guerara			DZ	45		2495523	0	Africa/Algiers
2495536	Commune de Guenzet	commune-de-guenzet	Commune de Guenzet		DZ	39		2495536	0	Africa/Algiers
2495600	Commune de Guemar	commune-de-guemar	Commune de Guemar		DZ	43		2495600	0	Africa/Algiers
2495628	Commune de Gueltat Sidi Saad	commune-de-gueltat-sidi-saad	Commune de Gueltat Sidi Saad		DZ	25		2495628	0	Africa/Algiers
2495661	Commune de Guelma	commune-de-guelma	Commune de Guelma		DZ	23		2495661	0	Africa/Algiers
2495707	Commune de Guelaa Bou Sba	commune-de-guelaa-bou-sba			DZ	23		2495707	0	Africa/Algiers
2495845	Commune de Grarem	commune-de-grarem			DZ	48		2495845	0	Africa/Algiers
2495919	Commune de Gouraya	commune-de-gouraya	Commune de Gouraya,bldyt alqwrayt,بلدية القوراية		DZ	55		2495919	0	Africa/Algiers
2496035	Commune de Ghriss	commune-de-ghriss	Commune de Ghriss		DZ	26		2496035	0	Africa/Algiers
2496041	Commune de Ghazaouet	commune-de-ghazaouet	Commune de Ghazaouet		DZ	15		2496041	0	Africa/Algiers
2496047	Commune de Ghardaïa	commune-de-ghardaia	Commune de Ghardaia,Commune de Ghardaïa		DZ	45		2496047	0	Africa/Algiers
2496058	Commune de Gdyel	commune-de-gdyel	Commune de Gdyel,bldyt qdyl,بلدية قديل		DZ	09		2496058	0	Africa/Algiers
2496208	Commune de Froha	commune-de-froha	Commune de Froha		DZ	26		2496208	0	Africa/Algiers
2496231	Commune de Frenda	commune-de-frenda	Commune de Frenda		DZ	13		2496231	0	Africa/Algiers
2496239	Commune de Freha	commune-de-freha	Commune de Freha		DZ	14		2496239	0	Africa/Algiers
2496330	Commune de Fouka	commune-de-fouka	Commune de Fouka,bldyt fwkt,fwkt,بلدية فوكة,فوكة		DZ	55		2496330	0	Africa/Algiers
2496337	Commune de Foughala	commune-de-foughala	Commune de Foughala		DZ	19		2496337	0	Africa/Algiers
2496400	Commune de F’Kirina	commune-de-f-kirina	Commune de F'Kirina,Commune de F’Kirina		DZ	29		2496400	0	Africa/Algiers
2496412	Commune de Fillaoussene	commune-de-fillaoussene	Commune de Fillaoussene,Filaoussene		DZ	15		2496412	0	Africa/Algiers
2496533	Commune de Ferdjioua	commune-de-ferdjioua	Commune de Ferdjioua		DZ	48		2496533	0	Africa/Algiers
2496586	Commune de Fenoughil	commune-de-fenoughil	Commune de Fenoughil		DZ	34		2496586	0	Africa/Algiers
2496642	Commune de Feidh el Botma	commune-de-feidh-el-botma	Commune de Feidh el Botma		DZ	22		2496642	0	Africa/Algiers
2496821	Commune de Faïs	commune-de-fais			DZ	03		2496821	0	Africa/Algiers
2497077	Commune d’Es Sebt	commune-d-es-sebt	Commune d'Es Sebt,Commune d’Es Sebt		DZ	31		2497077	0	Africa/Algiers
2497297	Commune d’Em Jez ed Chich	commune-d-em-jez-ed-chich	Commune d'Em Jez ed Chich,Commune d’Em Jez ed Chich,Em Jez Chich		DZ	31		2497297	0	Africa/Algiers
2497409	Commune d’El Oued	commune-d-el-oued	Commune d'El Oued,Commune d’El Oued		DZ	43		2497409	0	Africa/Algiers
2497418	Commune d’El Ouata	commune-d-el-ouata			DZ	38		2497418	0	Africa/Algiers
2497432	Commune d’El Omaria	commune-d-el-omaria			DZ	06		2497432	0	Africa/Algiers
2497436	Commune d’El Ogla	commune-d-el-ogla	Commune d'El Ogla,Commune d’El Ogla,El Ogla Gasses,bldyt alʿqlt,ʿqlt qsas,بلدية العقلة,عقلة قساس		DZ	47		2497436	0	Africa/Algiers
2497508	Commune d’El Milia	commune-d-el-milia	Commune d'El Milia,Commune d’El Milia		DZ	24		2497508	0	Africa/Algiers
2497638	Commune d’El Mehir	commune-d-el-mehir			DZ	39		2497638	0	Africa/Algiers
2497654	Commune d’El Meghaïer	commune-d-el-meghaier			DZ	43		2497654	0	Africa/Algiers
2497692	Commune d’El Matmar	commune-d-el-matmar	Commune d'El Matmar,Commune d’El Matmar		DZ	51		2497692	0	Africa/Algiers
2499905	Commune de Djemmorah	commune-de-djemmorah			DZ	19		2499905	0	Africa/Algiers
2497696	Commune d’El Marsa	commune-d-el-marsa	Commune d'El Marsa,Commune d’El Marsa		DZ	41		2497696	0	Africa/Algiers
2497711	Commune d’El Malah	commune-d-el-malah			DZ	36		2497711	0	Africa/Algiers
2497715	Commune d’Elma Labiod	commune-d-elma-labiod			DZ	33		2497715	0	Africa/Algiers
2497757	Commune d’El Madher	commune-d-el-madher	Ain el Ksar,Aïn el Ksar,Commune d'El Madher,Commune d’El Madher		DZ	03		2497757	0	Africa/Algiers
2497795	Commune d’El Kseur	commune-d-el-kseur	Commune d'El Kseur,Commune d’El Kseur		DZ	18		2497795	0	Africa/Algiers
2497824	Commune d’El Kouif	commune-d-el-kouif	Commune d'El Kouif,Commune d’El Kouif		DZ	33		2497824	0	Africa/Algiers
2497848	Commune d’El Khroub	commune-d-el-khroub	Commune d'El Khroub,Commune d’El Khroub,El Kroub		DZ	04		2497848	0	Africa/Algiers
2497971	Commune d’El Karimia	commune-d-el-karimia	Commune d'El Karimia,Commune d’El Karimia		DZ	41		2497971	0	Africa/Algiers
2497975	Commune d’El Kantaras	commune-d-el-kantaras			DZ	03		2497975	0	Africa/Algiers
2497986	Commune d’El Kala	commune-d-el-kala	Commune d'El Kala,Commune d’El Kala		DZ	44		2497986	0	Africa/Algiers
2497999	Commune d’El Idrissia	commune-d-el-idrissia	Commune d'El Idrissia,Commune d’El Idrissia		DZ	22		2497999	0	Africa/Algiers
2498017	Commune d’El H’madna	commune-d-el-h-madna	Commune d'El H'madna,Commune d’El H’madna		DZ	51		2498017	0	Africa/Algiers
2498032	Commune d’El Hedaïek	commune-d-el-hedaiek			DZ	31		2498032	0	Africa/Algiers
2498043	Commune d’El Hassasna	commune-d-el-hassasna	Commune d'El Hassasna,Commune d’El Hassasna		DZ	10		2498043	0	Africa/Algiers
2498044	Commune d’El Hassania	commune-d-el-hassania	Commune d'El Hassania,Commune d’El Hassania		DZ	35		2498044	0	Africa/Algiers
2498112	Commune d’El Hammadia	commune-d-el-hammadia			DZ	39		2498112	0	Africa/Algiers
2498115	Commune d’El Hamma	commune-d-el-hamma	Commune d'El Hamma,Commune d’El Hamma		DZ	47		2498115	0	Africa/Algiers
2498171	Commune d’El Hadjira	commune-d-el-hadjira	Commune d'El Hadjira,Commune d’El Hadjira		DZ	50		2498171	0	Africa/Algiers
2498182	Commune d’El Hadjar	commune-d-el-hadjar	Commune d'El Hadjar,Commune d’El Hadjar		DZ	37		2498182	0	Africa/Algiers
2498198	Commune d’El Hachimia	commune-d-el-hachimia	Commune d'El Hachimia,Commune d’El Hachimia,alhashmyt,bldyt alhashmyt,الهاشمية,بلدية الهاشمية		DZ	21		2498198	0	Africa/Algiers
2498201	Commune d’El Hachem	commune-d-el-hachem			DZ	26		2498201	0	Africa/Algiers
2498301	Commune d’El Gor	commune-d-el-gor	Commune d'El Gor,Commune d’El Gor		DZ	15		2498301	0	Africa/Algiers
2498304	Commune d’El Golea	commune-d-el-golea			DZ	45		2498304	0	Africa/Algiers
2498312	Commune d’El Ghomri	commune-d-el-ghomri	Commune d'El Ghomri,Commune d’El Ghomri		DZ	07		2498312	0	Africa/Algiers
2498315	Commune d’El Ghicha	commune-d-el-ghicha	Commune d'El Ghicha,Commune d’El Ghicha		DZ	25		2498315	0	Africa/Algiers
2498376	Commune d’El Fedjoudj	commune-d-el-fedjoudj	Commune d'El Fedjoudj,Commune d’El Fedjoudj		DZ	23		2498376	0	Africa/Algiers
2498391	Commune d’El Eulma	commune-d-el-eulma	Commune d'El Eulma,Commune d’El Eulma		DZ	12		2498391	0	Africa/Algiers
2498472	Commune d’El Bordj	commune-d-el-bordj	Commune d'El Bordj,Commune d’El Bordj		DZ	26		2498472	0	Africa/Algiers
2498487	Commune d’El Biod	commune-d-el-biod	Commune d'El Biod,Commune d’El Biod		DZ	49		2498487	0	Africa/Algiers
2498542	Commune d’El Bayadh	commune-d-el-bayadh	Commune d'El Bayadh,Commune d’El Bayadh		DZ	42		2498542	0	Africa/Algiers
2498577	Commune d’El Azizia	commune-d-el-azizia	Bettam,Commune d'El Azizia,Commune d’El Azizia		DZ	06		2498577	0	Africa/Algiers
2498589	Commune d’El Attaf	commune-d-el-attaf	Commune d'El Attaf,Commune d’El Attaf		DZ	35		2498589	0	Africa/Algiers
2498610	Commune d’El Asnam	commune-d-el-asnam	Commune d'El Asnam,Commune d’El Asnam		DZ	41		2498610	0	Africa/Algiers
2498613	Commune d’El Arrouch	commune-d-el-arrouch			DZ	31		2498613	0	Africa/Algiers
2498627	Commune d’El Aricha	commune-d-el-aricha	Commune d'El Aricha,Commune d’El Aricha		DZ	15		2498627	0	Africa/Algiers
2498665	Commune d’El Aouinet	commune-d-el-aouinet			DZ	52		2498665	0	Africa/Algiers
2498679	Commune d’El Aouana	commune-d-el-aouana	Commune d'El Aouana,Commune d’El Aouana		DZ	24		2498679	0	Africa/Algiers
2498698	Commune d’El Ancer	commune-d-el-ancer	Commune d'El Ancer,Commune d’El Ancer		DZ	24		2498698	0	Africa/Algiers
2498703	Commune d’El Amria	commune-d-el-amria	Commune d'El Amria,Commune d’El Amria,El Amiria		DZ	36		2498703	0	Africa/Algiers
2498751	Commune d’El Affroun	commune-d-el-affroun	Commune d'El Affroun,Commune d’El Affroun		DZ	55		2498751	0	Africa/Algiers
2498774	Commune d’El Abiodh Sidi Cheikh	commune-d-el-abiodh-sidi-cheikh			DZ	42		2498774	0	Africa/Algiers
2498781	Commune d’El Abadia	commune-d-el-abadia	Commune d'El Abadia,Commune d’El Abadia		DZ	35		2498781	0	Africa/Algiers
2498977	Commune d’Ebn Ziad	commune-d-ebn-ziad			DZ	04		2498977	0	Africa/Algiers
2499054	Commune de Drean	commune-de-drean	Commune de Drean		DZ	37		2499054	0	Africa/Algiers
2499060	Commune de Draria	commune-de-draria	Commune de Draria		DZ	55		2499060	0	Africa/Algiers
2499102	Commune de Draa el Mizan	commune-de-draa-el-mizan	Commune de Draa el Mizan		DZ	21		2499102	0	Africa/Algiers
2499115	Commune de Draâ Ben Khedda	commune-de-draa-ben-khedda			DZ	40		2499115	0	Africa/Algiers
2499192	Commune de Douera	commune-de-douera	Commune de Douera		DZ	55		2499192	0	Africa/Algiers
2499196	Commune de Doucen	commune-de-doucen			DZ	19		2499196	0	Africa/Algiers
2499554	Commune de Douaouda	commune-de-douaouda	Commune de Douaouda		DZ	55		2499554	0	Africa/Algiers
2499630	Commune de Djouab	commune-de-djouab	Commune de Djouab		DZ	06		2499630	0	Africa/Algiers
2499687	Commune de Djimla	commune-de-djimla			DZ	24		2499687	0	Africa/Algiers
2499691	Commune de Djillali Ben Amar	commune-de-djillali-ben-amar	Commune de Djillali Ben Amar,Djilali Ben Amar		DZ	51		2499691	0	Africa/Algiers
2499719	Commune de Djezzar	commune-de-djezzar	aljzar,bldyt aljzar,الجزار,بلدية الجزار		DZ	03		2499719	0	Africa/Algiers
2499850	Commune de Djendel	commune-de-djendel	Commune de Djendel		DZ	35		2499850	0	Africa/Algiers
2499911	Commune de Djemila	commune-de-djemila			DZ	12		2499911	0	Africa/Algiers
2499992	Commune de Djelida Ahl el Oued	commune-de-djelida-ahl-el-oued	Commune de Djelida Ahl el Oued		DZ	35		2499992	0	Africa/Algiers
2500016	Commune de Djelfa	commune-de-djelfa	Commune de Djelfa		DZ	22		2500016	0	Africa/Algiers
2500192	Commune de Djebel Onk	commune-de-djebel-onk	Commune de Djebel Onk,bldyt jbl alʿnq,بلدية جبل العنق		DZ	00		2500192	0	Africa/Algiers
2500194	Commune de Djebel Messaad	commune-de-djebel-messaad	Commune de Djebel Messaad		DZ	27		2500194	0	Africa/Algiers
2500248	Commune de Djbala	commune-de-djbala			DZ	15		2500248	0	Africa/Algiers
2500274	Commune de Djanet	commune-de-djanet	Commune de Djanet		DZ	46		2500274	0	Africa/Algiers
2500281	Commune de Djamaa	commune-de-djamaa	Commune de Djamaa		DZ	50		2500281	0	Africa/Algiers
2500339	Commune de Djaafra	commune-de-djaafra	Commune de Djaafra		DZ	18		2500339	0	Africa/Algiers
2500379	Commune de Dirah	commune-de-dirah			DZ	22		2500379	0	Africa/Algiers
2500400	Commune de Didouche Mourad	commune-de-didouche-mourad	Commune de Didouche Mourad		DZ	04		2500400	0	Africa/Algiers
2500481	Commune de Dhaya	commune-de-dhaya			DZ	30		2500481	0	Africa/Algiers
2500487	Commune de Dhalaa	commune-de-dhalaa	Commune de Dhalaa,Dalaa		DZ	47		2500487	0	Africa/Algiers
2500582	Commune de Dellys	commune-de-dellys			DZ	40		2500582	0	Africa/Algiers
2500736	Commune de Debila	commune-de-debila	Commune de Debila		DZ	43		2500736	0	Africa/Algiers
2500862	Commune de Darguinah	commune-de-darguinah	Commune de Darguinah,Darguina,bldyt drghynt,bldyt drqynt,drghynt,drqynt,بلدية درغينة,بلدية درقينة,درغينة,درقينة		DZ	18		2500862	0	Africa/Algiers
2500887	Commune de Dar el Beïda	commune-de-dar-el-beida	Commune de Dar el Beida,Commune de Dar el Beïda		DZ	01		2500887	0	Africa/Algiers
2500903	Commune de Dar Chioukh	commune-de-dar-chioukh	Commune de Dar Chioukh		DZ	22		2500903	0	Africa/Algiers
2500993	Commune de Damous	commune-de-damous	Commune de Damous		DZ	41		2500993	0	Africa/Algiers
2501088	Commune de Dahmouni	commune-de-dahmouni	Commune de Dahmouni		DZ	13		2501088	0	Africa/Algiers
2501151	Commune de Constantine	commune-de-constantine	Commune de Constantine		DZ	04		2501151	0	Africa/Algiers
2501160	Commune de Collo	commune-de-collo	Commune de Collo		DZ	31		2501160	0	Africa/Algiers
2501288	Commune de Chorfa	commune-de-chorfa	Commune de Chorfa		DZ	21		2501288	0	Africa/Algiers
2501322	Commune de Chiffa	commune-de-chiffa	Commune de Chiffa		DZ	20		2501322	0	Africa/Algiers
2501364	Commune de Chetma	commune-de-chetma	Commune de Chetma		DZ	19		2501364	0	Africa/Algiers
2501370	Commune de Chetaibi	commune-de-chetaibi	Commune de Chetaibi		DZ	31		2501370	0	Africa/Algiers
2501401	Commune de Cheria	commune-de-cheria			DZ	33		2501401	0	Africa/Algiers
2501439	Commune de Cherchell	commune-de-cherchell			DZ	55		2501439	0	Africa/Algiers
2501463	Commune de Cheraga	commune-de-cheraga	Commune de Cheraga		DZ	55		2501463	0	Africa/Algiers
2501502	Commune de Chemmora	commune-de-chemmora			DZ	03		2501502	0	Africa/Algiers
2501507	Commune de Chemini	commune-de-chemini	Commune de Chemini		DZ	14		2501507	0	Africa/Algiers
2501524	Commune de Chellalat el Adhaouara	commune-de-chellalat-el-adhaouara	Chellalat el Adhaoura,Commune de Chellalat el Adhaouara		DZ	06		2501524	0	Africa/Algiers
2501528	Commune de Chellal	commune-de-chellal	Commune de Chellal,Hodnet Oued M'Sila,Hodnet Oued M’Sila		DZ	27		2501528	0	Africa/Algiers
2501540	Commune de Chelghoum el Aïd	commune-de-chelghoum-el-aid	Chelgoum el Aid,Commune de Chelghoum el Aid,Commune de Chelghoum el Aïd		DZ	48		2501540	0	Africa/Algiers
2501546	Commune de Chekfa	commune-de-chekfa	Commune de Chekfa		DZ	24		2501546	0	Africa/Algiers
2501671	Commune de Chechar	commune-de-chechar			DZ	47		2501671	0	Africa/Algiers
2501679	Commune de Chebli	commune-de-chebli	Commune de Chebli,bldyt alshbly,بلدية الشبلي		DZ	20		2501679	0	Africa/Algiers
2501765	Commune de Charef	commune-de-charef	Abazziz,Abbaziz,Abbazziz,Commune de Charef		DZ	22		2501765	0	Africa/Algiers
2501827	Commune de Chahbounia	commune-de-chahbounia	Commune de Chahbounia		DZ	06		2501827	0	Africa/Algiers
2501831	Commune de Chahana	commune-de-chahana			DZ	24		2501831	0	Africa/Algiers
2501872	Commune de Chabet el Ameur	commune-de-chabet-el-ameur	Commune de Chabet el Ameur		DZ	40		2501872	0	Africa/Algiers
2501933	Commune de Chaabat el Leham	commune-de-chaabat-el-leham	Chabet el Leham,Commune de Chaabat el Leham		DZ	36		2501933	0	Africa/Algiers
2502019	Commune de Brida	commune-de-brida	Commune de Brida		DZ	25		2502019	0	Africa/Algiers
2502033	Commune de Brezina	commune-de-brezina	Commune de Brezina		DZ	42		2502033	0	Africa/Algiers
2502111	Commune de Bouzina	commune-de-bouzina	Commune de Bouzina		DZ	03		2502111	0	Africa/Algiers
2502134	Commune de Bouzghaïa	commune-de-bouzghaia			DZ	41		2502134	0	Africa/Algiers
2502238	Commune de Bou Tlelis	commune-de-bou-tlelis			DZ	09		2502238	0	Africa/Algiers
2502295	Commune de Boussemghoun	commune-de-boussemghoun	Boussemghoum,Commune de Boussemghoun		DZ	42		2502295	0	Africa/Algiers
2502298	Commune de Bousselam	commune-de-bousselam	Commune de Bousselam		DZ	18		2502298	0	Africa/Algiers
2502324	Commune de Bousguen	commune-de-bousguen			DZ	14		2502324	0	Africa/Algiers
2502383	Commune de Bou Saâda	commune-de-bou-saada	Commune de Bou Saada,Commune de Bou Saâda,bldyt bwsʿadt,بلدية بوسعادة		DZ	27		2502383	0	Africa/Algiers
2502437	Commune de Bourkika	commune-de-bourkika	Commune de Bourkika		DZ	55		2502437	0	Africa/Algiers
2502659	Commune de Bou Medfaa	commune-de-bou-medfaa	Bou Medfa,Commune de Bou Medfaa		DZ	35		2502659	0	Africa/Algiers
2502685	Commune de Boumahra Ahmed	commune-de-boumahra-ahmed	Commune de Boumahra Ahmed		DZ	23		2502685	0	Africa/Algiers
2502861	Commune de Boukhanefis	commune-de-boukhanefis			DZ	30		2502861	0	Africa/Algiers
2502910	Commune de Boukamouza	commune-de-boukamouza			DZ	37		2502910	0	Africa/Algiers
2502923	Commune de Bou Kadir	commune-de-bou-kadir			DZ	41		2502923	0	Africa/Algiers
2502938	Commune de Bou Ismaïl	commune-de-bou-ismail	Commune de Bou Ismail,Commune de Bou Ismaïl		DZ	55		2502938	0	Africa/Algiers
2502961	Commune de Bouinan	commune-de-bouinan	Commune de Bouinan		DZ	20		2502961	0	Africa/Algiers
2502988	Commune de Bouhmama	commune-de-bouhmama	Commune de Bouhmama		DZ	47		2502988	0	Africa/Algiers
2502996	Commune de Bou Henni	commune-de-bou-henni	Commune de Bou Henni		DZ	26		2502996	0	Africa/Algiers
2503013	Commune de Bouhatem	commune-de-bouhatem	Commune de Bouhatem		DZ	12		2503013	0	Africa/Algiers
2503032	Commune de Bou Hanifia el Hamamat	commune-de-bou-hanifia-el-hamamat	Bou Hanifia el Hammamet,Commune de Bou Hanifia el Hamamat		DZ	26		2503032	0	Africa/Algiers
2503048	Commune de Bou Hamdane	commune-de-bou-hamdane	Commune de Bou Hamdane		DZ	23		2503048	0	Africa/Algiers
2503074	Commune de Bou Hadjar	commune-de-bou-hadjar			DZ	44		2503074	0	Africa/Algiers
2503087	Commune de Bouguirat	commune-de-bouguirat	Bouigurat,Commune de Bouguirat		DZ	07		2503087	0	Africa/Algiers
2503121	Commune de Bougtob	commune-de-bougtob			DZ	42		2503121	0	Africa/Algiers
2503146	Commune de Bougara	commune-de-bougara	Bouguerra,Commune de Bougara		DZ	20		2503146	0	Africa/Algiers
2503154	Commune de Bougaa	commune-de-bougaa	Commune de Bougaa		DZ	12		2503154	0	Africa/Algiers
2503173	Commune de Boufatis	commune-de-boufatis	Commune de Boufatis		DZ	09		2503173	0	Africa/Algiers
2503180	Commune de Boufarik	commune-de-boufarik	Commune de Boufarik		DZ	20		2503180	0	Africa/Algiers
2503228	Commune de Boudouaou	commune-de-boudouaou	Commune de Boudouaou,bldyt bwdwaw,bwdwaw,بلدية بودواو,بودواو		DZ	40		2503228	0	Africa/Algiers
2503258	Commune de Boudjellil	commune-de-boudjellil	Commune de Boudjellil		DZ	21		2503258	0	Africa/Algiers
2503280	Commune de Bouderbala	commune-de-bouderbala	Commune de Bouderbala		DZ	40		2503280	0	Africa/Algiers
2503363	Commune de Bouchegouf	commune-de-bouchegouf			DZ	23		2503363	0	Africa/Algiers
2503384	Commune de Bouchagroun	commune-de-bouchagroun			DZ	19		2503384	0	Africa/Algiers
2503442	Commune de Bouati Mahmoud	commune-de-bouati-mahmoud	Commune de Bouati Mahmoud		DZ	23		2503442	0	Africa/Algiers
2503512	Commune de Boualem	commune-de-boualem	Commune de Boualem		DZ	42		2503512	0	Africa/Algiers
2503619	Commune de Bordj Zemoura	commune-de-bordj-zemoura	Commune de Bordj Zemoura,Zemoura		DZ	39		2503619	0	Africa/Algiers
2503632	Commune de Bordj Omar Driss	commune-de-bordj-omar-driss	Commune de Bordj Omar Driss,Zaouia el Kahla		DZ	46		2503632	0	Africa/Algiers
2503634	Commune de Bordj Okhriss	commune-de-bordj-okhriss	Commune de Bordj Okhriss		DZ	21		2503634	0	Africa/Algiers
2503640	Commune de Bordj Menaïel	commune-de-bordj-menaiel	Commune de Bordj Menaiel,Commune de Bordj Menaïel		DZ	40		2503640	0	Africa/Algiers
2503653	Commune de Bordj Ghdir	commune-de-bordj-ghdir	Bordj R'Dir,Bordj R’Dir,Commune de Bordj Ghdir		DZ	39		2503653	0	Africa/Algiers
2503660	Commune de Bordj el Kiffan	commune-de-bordj-el-kiffan	Bordj El Kifan,Commune de Bordj el Kiffan		DZ	01		2503660	0	Africa/Algiers
2503665	Commune de Bordj el Emir Abdelkader	commune-de-bordj-el-emir-abdelkader	Bordj Emir Abdelkader,Commune de Bordj el Emir Abdelkader		DZ	56		2503665	0	Africa/Algiers
2503700	Commune de Bordj Bou Arreridj	commune-de-bordj-bou-arreridj	Commune de Bordj Bou Arreridj		DZ	39		2503700	0	Africa/Algiers
2503754	Commune de Boghni	commune-de-boghni	Commune de Boghni,bldyt bwghny,bwghny,بلدية بوغني,بوغني		DZ	14		2503754	0	Africa/Algiers
2503768	Commune de Blida	commune-de-blida	Commune de Blida		DZ	20		2503768	0	Africa/Algiers
2503815	Commune de Bitam	commune-de-bitam	Commune de Bitam		DZ	03		2503815	0	Africa/Algiers
2503825	Commune de Biskra	commune-de-biskra	Commune de Biskra		DZ	19		2503825	0	Africa/Algiers
2503828	Commune de Birtouta	commune-de-birtouta	Commune de Birtouta		DZ	55		2503828	0	Africa/Algiers
2503846	Commune de Birkhadem	commune-de-birkhadem	Commune de Birkhadem		DZ	55		2503846	0	Africa/Algiers
2503851	Commune de Birine	commune-de-birine	Commune de Birine		DZ	22		2503851	0	Africa/Algiers
2503860	Commune de Bir Ghbalou	commune-de-bir-ghbalou	Commune de Bir Ghbalou		DZ	06		2503860	0	Africa/Algiers
2503866	Commune de Bir el M’Kaddem	commune-de-bir-el-m-kaddem			DZ	33		2503866	0	Africa/Algiers
2503873	Commune de Bir el Djir	commune-de-bir-el-djir	Commune de Bir el Djir		DZ	09		2503873	0	Africa/Algiers
2503877	Commune de Bir el Ater	commune-de-bir-el-ater	Commune de Bir el Ater,bldyt byr alʿatr,بلدية بئر العاتر		DZ	33		2503877	0	Africa/Algiers
2503879	Commune de Bir el Arche	commune-de-bir-el-arche			DZ	12		2503879	0	Africa/Algiers
2503888	Commune de Bir Chouhada	commune-de-bir-chouhada	Commune de Bir Chouhada		DZ	29		2503888	0	Africa/Algiers
2503893	Commune de Bir Bou Haouch	commune-de-bir-bou-haouch			DZ	52		2503893	0	Africa/Algiers
2503997	Commune de Bettioua	commune-de-bettioua			DZ	09		2503997	0	Africa/Algiers
2504070	Commune de Besbes	commune-de-besbes	Commune de Besbes		DZ	44		2504070	0	Africa/Algiers
2504098	Commune de Berrouaghia	commune-de-berrouaghia	Commune de Berrouaghia		DZ	06		2504098	0	Africa/Algiers
2504106	Commune de Berriche	commune-de-berriche	Commune de Berriche		DZ	29		2504106	0	Africa/Algiers
2504109	Commune de Berriane	commune-de-berriane	Commune de Berriane		DZ	45		2504109	0	Africa/Algiers
2504135	Commune de Berrahal	commune-de-berrahal	Commune de Berrahal		DZ	37		2504135	0	Africa/Algiers
2504174	Commune de Berhoum	commune-de-berhoum	Commune de Berhoum		DZ	27		2504174	0	Africa/Algiers
2504358	Commune de Ben S’Rour	commune-de-ben-s-rour	Commune de Ben S'Rour,Commune de Ben S’Rour		DZ	27		2504358	0	Africa/Algiers
2504384	Commune de Bensekrane	commune-de-bensekrane	Commune de Bensekrane		DZ	15		2504384	0	Africa/Algiers
2504485	Commune de Ben Mehidi	commune-de-ben-mehidi			DZ	44		2504485	0	Africa/Algiers
2504542	Commune de Beni Yenni	commune-de-beni-yenni	Commune de Beni Yenni		DZ	14		2504542	0	Africa/Algiers
2504563	Commune de Beni Slimane	commune-de-beni-slimane	Commune de Beni Slimane,Commune de Tchaif,Commune de Tchaïf		DZ	06		2504563	0	Africa/Algiers
2504568	Commune de Beni Senous	commune-de-beni-senous			DZ	15		2504568	0	Africa/Algiers
2504580	Commune de Beni Saf	commune-de-beni-saf	Commune de Beni Saf,bldyt bny saf,بلدية بني صاف		DZ	36		2504580	0	Africa/Algiers
2504592	Commune de Beni Ourtilane	commune-de-beni-ourtilane			DZ	12		2504592	0	Africa/Algiers
2504593	Commune de Beni Ounif	commune-de-beni-ounif			DZ	38		2504593	0	Africa/Algiers
2504596	Commune de Beni Ouelbane	commune-de-beni-ouelbane			DZ	31		2504596	0	Africa/Algiers
2504598	Commune de Beni Ouarsous	commune-de-beni-ouarsous	Commune de Beni Ouarsous,Ouled Deddouche		DZ	15		2504598	0	Africa/Algiers
2504615	Commune de Beni Mester	commune-de-beni-mester			DZ	15		2504615	0	Africa/Algiers
2504666	Commune de Beni Hindel	commune-de-beni-hindel			DZ	56		2504666	0	Africa/Algiers
2504672	Commune de Beni Haoua	commune-de-beni-haoua			DZ	41		2504672	0	Africa/Algiers
2504693	Commune de Beni Fouda	commune-de-beni-fouda			DZ	12		2504693	0	Africa/Algiers
2504702	Commune de Beni Douala	commune-de-beni-douala			DZ	14		2504702	0	Africa/Algiers
2504710	Commune de Beni Chebana	commune-de-beni-chebana			DZ	18		2504710	0	Africa/Algiers
2504738	Commune de Beni Amrane	commune-de-beni-amrane			DZ	40		2504738	0	Africa/Algiers
2504740	Commune de Beni Amar	commune-de-beni-amar			DZ	44		2504740	0	Africa/Algiers
2504754	Commune de Beni Abbes	commune-de-beni-abbes			DZ	38		2504754	0	Africa/Algiers
2504949	Commune de Ben Badis	commune-de-ben-badis	Commune de Ben Badis		DZ	30		2504949	0	Africa/Algiers
2504953	Commune de Ben Azouz	commune-de-ben-azouz	Ben Azzouz,Cherka,Commune de Ben Azouz		DZ	31		2504953	0	Africa/Algiers
2505133	Commune de Belkheir	commune-de-belkheir	Commune de Belkheir		DZ	23		2505133	0	Africa/Algiers
2505257	Commune de Belarbi	commune-de-belarbi	Commune de Belarbi		DZ	30		2505257	0	Africa/Algiers
2505328	Commune de Bejaïa	commune-de-bejaia	Commune de Bejaia,Commune de Bejaïa,bldyt bjayt,بلدية بجاية		DZ	18		2505328	0	Africa/Algiers
2505345	Commune de Beïda Bordj	commune-de-beida-bordj			DZ	12		2505345	0	Africa/Algiers
2505513	Commune de Bechloul	commune-de-bechloul	Commune de Bechloul		DZ	21		2505513	0	Africa/Algiers
2505529	Commune de Béchar	commune-de-bechar	Commune de Bechar,Commune de Béchar		DZ	38		2505529	0	Africa/Algiers
2505548	Commune de Bazer Sakra	commune-de-bazer-sakra			DZ	12		2505548	0	Africa/Algiers
2505571	Commune de Batna	commune-de-batna	Commune de Batna		DZ	03		2505571	0	Africa/Algiers
2505628	Commune de Barika	commune-de-barika	Commune de Barika,bldyt brykt,بلدية بريكة		DZ	03		2505628	0	Africa/Algiers
2505650	Commune de Barbacha	commune-de-barbacha	bldyt brbasht,brbasht,برباشة,بلدية برباشة		DZ	18		2505650	0	Africa/Algiers
2505811	Commune de Baghlia	commune-de-baghlia	Commune de Baghlia		DZ	40		2505811	0	Africa/Algiers
2505850	Commune de Babor	commune-de-babor	Commune de Babor		DZ	18		2505850	0	Africa/Algiers
2505859	Commune de Bab el Assa	commune-de-bab-el-assa	Commune de Bab el Assa		DZ	15		2505859	0	Africa/Algiers
2505914	Commune d’Azzaba	commune-d-azzaba	Azzaba,kommuna Azzaba,Аззаба,коммуна Аззаба		DZ	31		2505914	0	Africa/Algiers
2505965	Commune d’Aziz	commune-d-aziz			DZ	06		2505965	0	Africa/Algiers
2506033	Commune d’Azeffoun	commune-d-azeffoun			DZ	14		2506033	0	Africa/Algiers
2506042	Commune d’Azazga	commune-d-azazga	Commune d'Azazga,Commune d’Azazga		DZ	14		2506042	0	Africa/Algiers
2506320	Commune d’Asla	commune-d-asla			DZ	49		2506320	0	Africa/Algiers
2506349	Commune d’Asfour	commune-d-asfour	Commune d'Asfour,Commune d’Asfour		DZ	44		2506349	0	Africa/Algiers
2506383	Commune d’ Arzew	commune-d-arzew	arzyw,bldyt arzyw,أرزيو,بلدية أرزيو		DZ	09		2506383	0	Africa/Algiers
2506403	Commune d’Arris	commune-d-arris	Commune d'Arris,Commune d’Arris		DZ	03		2506403	0	Africa/Algiers
2506511	Commune d’Arib	commune-d-arib	Commune d'Arib,Commune d’Arib		DZ	35		2506511	0	Africa/Algiers
2506626	Commune d’Arbaoun	commune-d-arbaoun			DZ	12		2506626	0	Africa/Algiers
2506794	Commune d’Aoulef	commune-d-aoulef	Commune d'Aoulef,Commune d’Aoulef,bldyt awlf,بلدية أولف		DZ	34		2506794	0	Africa/Algiers
2506850	Commune d’Aougrout	commune-d-aougrout	Commune d'Aougrout,Commune d’Aougrout		DZ	34		2506850	0	Africa/Algiers
2506855	Commune d’Aouf	commune-d-aouf	Commune d'Aouf,Commune d’Aouf		DZ	26		2506855	0	Africa/Algiers
2506933	Commune d’Aomar	commune-d-aomar	Commune d'Aomar,Commune d’Aomar		DZ	21		2506933	0	Africa/Algiers
2506938	Commune d’Aokas	commune-d-aokas	Cap Aokas,Commune d'Aokas,Commune d’Aokas		DZ	18		2506938	0	Africa/Algiers
2506997	Commune d’Annaba	commune-d-annaba			DZ	37		2506997	0	Africa/Algiers
2507145	Commune d’Amoucha	commune-d-amoucha	Commune d'Amoucha,Commune d’Amoucha		DZ	12		2507145	0	Africa/Algiers
2507154	Commune d’Ammi Moussa	commune-d-ammi-moussa	Commune d'Ammi Moussa,Commune d’Ammi Moussa		DZ	51		2507154	0	Africa/Algiers
2507159	Commune d’Ammari	commune-d-ammari	Commune d'Ammari,Commune d’Ammari		DZ	56		2507159	0	Africa/Algiers
2507168	Commune d’Amizour	commune-d-amizour	Commune d'Amizour,Commune d’Amizour,Oued Amizour,amyzwr,bldyt amyzwr,wady amyzwr,أميزور,بلدية أميزور,وادي أميزور		DZ	18		2507168	0	Africa/Algiers
2507619	Commune d’Akfadou	commune-d-akfadou	Commune d'Akfadou,Commune d’Akfadou		DZ	14		2507619	0	Africa/Algiers
2507645	Commune d’Akbou	commune-d-akbou	Commune d'Akbou,Commune d’Akbou		DZ	18		2507645	0	Africa/Algiers
2507806	Commune d’Aïssaouia	commune-d-aissaouia	Commune d'Aissaouia,Commune d’Aïssaouia		DZ	06		2507806	0	Africa/Algiers
2507859	Commune d’‘Aïn Zerga	commune-d-ain-zerga			DZ	33		2507859	0	Africa/Algiers
2507866	Commune d’‘Aïn Zaatout	commune-d-ain-zaatout	Commune d'`Ain Zaatout,Commune d’‘Aïn Zaatout		DZ	19		2507866	0	Africa/Algiers
2507867	Commune d’‘Aïn Youcef	commune-d-ain-youcef			DZ	15		2507867	0	Africa/Algiers
2507869	Commune d’‘Aïn Yagout	commune-d-ain-yagout			DZ	03		2507869	0	Africa/Algiers
2507875	Commune d’‘Aïn Touta	commune-d-ain-touta	Commune d'`Ain Touta,Commune d’‘Aïn Touta,Mac-Mahon		DZ	03		2507875	0	Africa/Algiers
2507881	Commune d’‘Aïn Touila	commune-d-ain-touila			DZ	47		2507881	0	Africa/Algiers
2507886	Commune d’‘Aïn Tolba	commune-d-ain-tolba			DZ	36		2507886	0	Africa/Algiers
2507900	Commune d’‘Aïn Temouchent	commune-d-ain-temouchent	Commune d'`Ain Temouchent,Commune d’‘Aïn Temouchent,bldyt ʿyn tmwshnt,بلدية عين تموشنت		DZ	36		2507900	0	Africa/Algiers
2507902	Commune d’‘Aïn Tellout	commune-d-ain-tellout			DZ	15		2507902	0	Africa/Algiers
2507906	Commune d’‘Aïn Tedeles	commune-d-ain-tedeles			DZ	07		2507906	0	Africa/Algiers
2507911	Commune d’‘Aïn Taya	commune-d-ain-taya	Commune d'`Ain Taya,Commune d’‘Aïn Taya		DZ	01		2507911	0	Africa/Algiers
2507914	Commune d’‘Aïn Tarik	commune-d-ain-tarik	Ain el Hammam,Aïn el Hammam,Commune d'`Ain Tarik,Commune d’‘Aïn Tarik		DZ	51		2507914	0	Africa/Algiers
2507917	Commune d’‘Aïn Taghrout	commune-d-ain-taghrout			DZ	39		2507917	0	Africa/Algiers
2507929	Commune d’‘Aïn Sidi Ali	commune-d-ain-sidi-ali			DZ	13		2507929	0	Africa/Algiers
2507941	Commune d’‘Aïn Sefra	commune-d-ain-sefra			DZ	49		2507941	0	Africa/Algiers
2507971	Commune d’‘Aïn Oussera	commune-d-ain-oussera			DZ	22		2507971	0	Africa/Algiers
2507985	Commune d’‘Aïn Nouissy	commune-d-ain-nouissy	Ain Noisy,Aïn Noisy,Commune d'`Ain Nouissy,Commune d’‘Aïn Nouissy		DZ	07		2507985	0	Africa/Algiers
2508009	Commune d’‘Aïn Merane	commune-d-ain-merane			DZ	51		2508009	0	Africa/Algiers
2508019	Commune d’‘Aïn Makhlouf	commune-d-ain-makhlouf			DZ	23		2508019	0	Africa/Algiers
2508032	Commune d’‘Aïn Larbi	commune-d-ain-larbi			DZ	23		2508032	0	Africa/Algiers
2508036	Commune d’‘Aïn Kihal	commune-d-ain-kihal			DZ	36		2508036	0	Africa/Algiers
2508045	Commune d’‘Aïn Khadra	commune-d-ain-khadra	Commune d'`Ain Khadra,Commune d’‘Aïn Khadra,`Ain Kelba,‘Aïn Kelba		DZ	27		2508045	0	Africa/Algiers
2508048	Commune d’‘Aïn Kermes	commune-d-ain-kermes			DZ	13		2508048	0	Africa/Algiers
2508054	Commune d’‘Aïn Kerma	commune-d-ain-kerma	Commune d'`Ain Kerma,Commune d’‘Aïn Kerma		DZ	44		2508054	0	Africa/Algiers
2508058	Commune d’Aïn Kercha	commune-d-ain-kercha			DZ	29		2508058	0	Africa/Algiers
2508061	Commune d’‘Aïn Kechera	commune-d-ain-kechera			DZ	31		2508061	0	Africa/Algiers
2508073	Commune d’‘Aïn Hassainia	commune-d-ain-hassainia			DZ	23		2508073	0	Africa/Algiers
2508090	Commune d’‘Aïn Fezza	commune-d-ain-fezza			DZ	15		2508090	0	Africa/Algiers
2508094	Commune d’‘Aïn Fekan	commune-d-ain-fekan			DZ	26		2508094	0	Africa/Algiers
2508097	Commune d’‘Aïn Fares	commune-d-ain-fares			DZ	26		2508097	0	Africa/Algiers
2508100	Commune d’Aïn Fakroun	commune-d-ain-fakroun			DZ	29		2508100	0	Africa/Algiers
2508125	Commune d’‘Aïn el Orak	commune-d-ain-el-orak			DZ	42		2508125	0	Africa/Algiers
2508129	Commune d’‘Aïn el Melh	commune-d-ain-el-melh			DZ	27		2508129	0	Africa/Algiers
2508143	Commune d’‘Aïn el Kebira	commune-d-ain-el-kebira	Ain el Khebira,Aïn el Khebira,Commune d'`Ain el Kebira,Commune d’‘Aïn el Kebira		DZ	12		2508143	0	Africa/Algiers
2508151	Commune d’‘Aïn el Hammam	commune-d-ain-el-hammam			DZ	14		2508151	0	Africa/Algiers
2508156	Commune d’‘Aïn el Hadjel	commune-d-ain-el-hadjel			DZ	27		2508156	0	Africa/Algiers
2508159	Commune d’‘Aïn el Hadjar	commune-d-ain-el-hadjar			DZ	10		2508159	0	Africa/Algiers
2508163	Commune d’Aïn el Hadid	commune-d-ain-el-hadid			DZ	13		2508163	0	Africa/Algiers
2508178	Commune d’‘Aïn el Berd	commune-d-ain-el-berd			DZ	30		2508178	0	Africa/Algiers
2508183	Commune d’‘Aïn el Bell	commune-d-ain-el-bell			DZ	22		2508183	0	Africa/Algiers
2508190	Commune d’‘Aïn el Assel	commune-d-ain-el-assel			DZ	44		2508190	0	Africa/Algiers
2508193	Commune d’‘Aïn el Arbaa	commune-d-ain-el-arbaa			DZ	36		2508193	0	Africa/Algiers
2508205	Commune d’‘Aïn el Ahdjar	commune-d-ain-el-ahdjar			DZ	12		2508205	0	Africa/Algiers
2508212	Commune d’‘Aïn Dzarit	commune-d-ain-dzarit			DZ	13		2508212	0	Africa/Algiers
2508219	Commune d’Aïn Djasser	commune-d-ain-djasser			DZ	03		2508219	0	Africa/Algiers
2508224	Commune d’‘Aïn Deheb	commune-d-ain-deheb	Ain Dehed,Aïn Dehed,Commune d'`Ain Deheb,Commune d’‘Aïn Deheb		DZ	13		2508224	0	Africa/Algiers
2508227	Commune d’‘Aïn Defla	commune-d-ain-defla			DZ	35		2508227	0	Africa/Algiers
2508248	Commune d’‘Aïn Charchar	commune-d-ain-charchar			DZ	31		2508248	0	Africa/Algiers
2508261	Commune d’‘Aïn Boucif	commune-d-ain-boucif			DZ	06		2508261	0	Africa/Algiers
2508267	Commune d’‘Aïn Bessem	commune-d-ain-bessem			DZ	21		2508267	0	Africa/Algiers
2508270	Commune d’‘Aïn Berda	commune-d-ain-berda			DZ	37		2508270	0	Africa/Algiers
2508274	Commune d’‘Aïn Benian	commune-d-ain-benian			DZ	55		2508274	0	Africa/Algiers
2508285	Commune d’‘Aïn Beïda	commune-d-ain-beida			DZ	29		2508285	0	Africa/Algiers
2508292	Commune d’‘Aïn Babouche	commune-d-ain-babouche			DZ	29		2508292	0	Africa/Algiers
2508294	Commune d’‘Aïn Azel	commune-d-ain-azel	Ajn-Azel',kommuna Ajn-Azel',Айн-Азель,коммуна Айн-Азель		DZ	12		2508294	0	Africa/Algiers
2508308	Commune d’‘Aïn Abid	commune-d-ain-abid			DZ	04		2508308	0	Africa/Algiers
2508310	Commune d’‘Aïn Abessa	commune-d-ain-abessa			DZ	12		2508310	0	Africa/Algiers
2508314	Commune d’‘Aïn M’Lila	commune-d-ain-m-lila	Commune d'`Ain M'Lila,Commune d’‘Aïn M’Lila,`Ain M'Lila,‘Aïn M’Lila		DZ	29		2508314	0	Africa/Algiers
2508426	Commune de Ahmer el ’Aïn	commune-de-ahmer-el-ain			DZ	55		2508426	0	Africa/Algiers
2508537	Commune d’Ahl el Ksar	commune-d-ahl-el-ksar	Commune d'Ahl el Ksar,Commune d’Ahl el Ksar		DZ	21		2508537	0	Africa/Algiers
2508669	Commune d’Aghlal	commune-d-aghlal	Aghal,Commune d'Aghlal,Commune d’Aghlal		DZ	36		2508669	0	Africa/Algiers
2508736	Commune d’Aflou	commune-d-aflou	Commune d'Aflou,Commune d’Aflou		DZ	25		2508736	0	Africa/Algiers
2508810	Commune d’Adrar	commune-d-adrar	Commune d'Adrar,Commune d’Adrar		DZ	34		2508810	0	Africa/Algiers
2508923	Commune d’Adekar Kebouche	commune-d-adekar-kebouche	Commune d'Adekar Kebouche,Commune d’Adekar Kebouche		DZ	18		2508923	0	Africa/Algiers
2509015	Commune d’Achaacha	commune-d-achaacha	Commune d'Achaacha,Commune d’Achaacha		DZ	07		2509015	0	Africa/Algiers
2509030	Commune d’Abou el Hassen	commune-d-abou-el-hassen	Bordj Abou el Hassen,Commune d'Abou el Hassen,Commune d’Abou el Hassen		DZ	41		2509030	0	Africa/Algiers
2509270	Commune d’Abadla	commune-d-abadla	Commune d'Abadla,Commune d’Abadla		DZ	38		2509270	0	Africa/Algiers
8128537	Akabli	akabli	aqbly,أقبلى		DZ	34		8128537	10171	Africa/Algiers
11204099	Commune de Tala Hamza	commune-de-tala-hamza			DZ	18		11204099	0	Africa/Algiers
11204220	Alger Centre	alger-centre	aljzayr alwsty,aljzayr wsty,bldyt aljzayr alwsty,الجزائر الوسطى,الجزائر وسطی,الجزایر وسطى,بلدية الجزائر الوسطى		DZ	01		11204220	0	Africa/Algiers
11204408	Beni Oulbane	beni-oulbane			DZ	31		11204408	0	Africa/Algiers
11204459	Sedraia	sedraia			DZ	06		11204459	0	Africa/Algiers
11204924	Akbil	akbil			DZ	14		11204924	0	Africa/Algiers
11205017	Magrane	magrane			DZ	43		11205017	0	Africa/Algiers
11205032	Commune de Bachdjerrah	commune-de-bachdjerrah			DZ	01		11205032	0	Africa/Algiers
11205204	Tirmitine	tirmitine	thyrmythyn,thyrmythyn awfla,tyrmtyn,تيرمتين,ثيرميثين,ثيرميثين أوفلا		DZ	14		11205204	0	Africa/Algiers
11205310	Megarine	megarine			DZ	50		11205310	0	Africa/Algiers
11205580	Aïn Tine	ain-tine			DZ	04		11205580	0	Africa/Algiers
11238845	Aïn Bya	ain-bya			DZ	09		11238845	0	Africa/Algiers
11239149	Hamala	hamala			DZ	48		11239149	0	Africa/Algiers
\.


--
-- Data for Name: admin4; Type: TABLE DATA; Schema: dz; Owner: g5
--

COPY dz.admin4 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, admin2_code, admin3_code, admin4_code, population, timezone) FROM stdin;
\.


--
-- Data for Name: cities; Type: TABLE DATA; Schema: dz; Owner: g5
--

COPY dz.cities (geoid, name, slug, country_code, postal_code, population, timezone, latitude, longitude, altitude, alternatenames, capital_of, admin1_code, admin2_code, admin3_code, admin4_code) FROM stdin;
2219028	I-n-Ezzane	i-n-ezzane	DZ		0	Africa/Algiers	23.48389	11.24167		Ayn az Zan,Ayn az Zån,I-n-Ezzane		DJ			
2219608	Anāy	anay	DZ		0	Africa/Algiers	24.16487	11.47471		Anay,Anāy,anay,أناي		DJ			
2474141	Boumerdas	boumerdas	DZ		786499	Africa/Algiers	36.76639	3.47717		Bou-Merdes,Boumerdas,Bumerdes,Cite de Boumerdes,Cité de Boumerdes,Le Rocher Noir,Roche Noire,Rocher Noir,abw mrdas,alskhrt alswdaʾ,bw mrdas,bwmrdas,mdynt abw mrdas,mdynt bw mrdas,mdynt bwmrdas,Бумердес,أبو مرداس,الصخرة السوداء,بو مرداس,بومرداس,مدينة أبو مرداس,مدينة بو مرداس,مدينة بومرداس	40	40			
2474156	Zrîbet Ka’ba Rhzêl	zribet-ka-ba-rhzel	DZ		0	Africa/Algiers	36.74772	6.80333		Bou Begrat,Zribet Ka'ba Rhzel,Zrîbet Ka’ba Rhzêl		31			
2474160	Zrîbet Ben Ouaar	zribet-ben-ouaar	DZ		0	Africa/Algiers	34.6492	5.543				19			
2474178	Zraoui	zraoui	DZ		0	Africa/Algiers	36.63333	5.23333				18			
2474184	Zraïa	zraia	DZ		0	Africa/Algiers	35.79828	5.67448				12			
2474186	Zra el Mial	zra-el-mial	DZ		0	Africa/Algiers	36.56059	5.58844				24			
2474187	Zraa el Hadjer	zraa-el-hadjer	DZ		0	Africa/Algiers	36.60789	5.55616				24			
2474231	Zoudj el Beghal	zoudj-el-beghal	DZ		0	Africa/Algiers	34.78937	-1.79293		Zoudj el Beghal,Zoudj el Berhal		15			
2474262	Zouaoudja	zouaoudja	DZ		0	Africa/Algiers	36.44502	3.43368				21			
2474264	Zouaoua	zouaoua	DZ		0	Africa/Algiers	36.35	2.55				35			
2474288	Zonka	zonka	DZ		0	Africa/Algiers	36.7	3.06667		Monfroid Zonca,Montfroid Zonca		01			
2474318	Douar Kaddour Ben Yahia	douar-kaddour-ben-yahia	DZ		0	Africa/Algiers	36.21519	1.75245		Douar Kaddour Ben Yahia,Zemaia,Zemala,Zmala,Zmâla		35			
2474399	Zighout Youcef	zighout-youcef	DZ		0	Africa/Algiers	36.53307	6.71237		Conde-Smendou,Condé-Smendou,Zighet-Youssef,Zighoud Youcef,Zighout Youcef,Zirout-Youcef		04			
2474423	Ziama Mansouria	ziama-mansouria	DZ		0	Africa/Algiers	36.67324	5.48119		Cova,Mansouria,Ziama,Ziama Mansouria,Ziama Mansouriah,bldyt zyamt mnswryt,kwfa,mnswryt,zyamt,zyamt almnswryt,zyamt mnswryt,بلدية زيامة منصورية,زيامة,زيامة المنصورية,زيامة منصورية,كوفا,منصورية,ⵣⵢⴰⵎⴰ ⵍⵎⴰⵏⵚⵧⵔⵉⵢⴰ		24			
2474448	Zgoum	zgoum	DZ		0	Africa/Algiers	33.46548	6.91075				43			
2474460	Zfizef	zfizef	DZ		0	Africa/Algiers	35.54869	5.98954		Zfizef,Zfizet		03			
2474507	Zeribet Ahmed	zeribet-ahmed	DZ		0	Africa/Algiers	34.65434	6.6926		Zeribet Ahmed,Zribet Ahmed,Zribet Hamet,Zribet-Hamed		19			
2474520	Zerhamra	zerhamra	DZ		0	Africa/Algiers	29.98822	-2.48532		Zeghamra,Zegnamra,Zerhamra		BA			
2474596	Zennzela	zennzela	DZ		0	Africa/Algiers	35.93935	2.84447				06			
2474598	Zennouna	zennouna	DZ		0	Africa/Algiers	36.1	4.58333				39			
2474628	Zemouchene	zemouchene	DZ		0	Africa/Algiers	36.58015	3.91798				14			
2474651	Zemaïlia	zemailia	DZ		0	Africa/Algiers	36.25999	5.60987				12			
2474685	Zekora	zekora	DZ		0	Africa/Algiers	36.39608	5.22451		Zecora,Zekora		18			
2474696	Zeïri	zeiri	DZ		0	Africa/Algiers	36.30613	5.43695				12			
2474817	Diar Zatar	diar-zatar	DZ		0	Africa/Algiers	36.28428	1.91082		Dar Zatar,Dar Zâtar,Diar Zatar,Za'tar,Za’tar		35			
2474826	Zarouria	zarouria	DZ		0	Africa/Algiers	36.22592	7.95716		Zaouria,Zarcuria,Zarouria		52			
2474862	Zaouiet ed Debarh	zaouiet-ed-debarh	DZ		0	Africa/Algiers	29.69905	0.71274				TM			
2474864	Zaouia Toutouch	zaouia-toutouch	DZ		0	Africa/Algiers	36.97982	6.26916				31			
2474866	Zaouia Sidi Zaroual	zaouia-sidi-zaroual	DZ		0	Africa/Algiers	35.39043	5.97814				03			
2474871	Zaouia Sidi Bekri	zaouia-sidi-bekri	DZ		0	Africa/Algiers	27.79246	-0.24679				34			
2474872	Zaouia Sidi Abd el Kader	zaouia-sidi-abd-el-kader	DZ		0	Africa/Algiers	27.60158	-0.3168				34			
2474873	Zaouia Serombak	zaouia-serombak	DZ		0	Africa/Algiers	36.57393	2.59148				55			
2474874	Zaouia Oulad Sidi Adda	zaouia-oulad-sidi-adda	DZ		0	Africa/Algiers	35.58634	1.52339		Zaouia Oulad Adda,Zaouia Oulad Sidi Adda		13			
2474875	Zaouia Hamîda	zaouia-hamida	DZ		0	Africa/Algiers	36.77338	6.7751				31			
2474876	Zaouia el Kbira	zaouia-el-kbira	DZ		0	Africa/Algiers	29.47966	-1.50131		Zaouia el Kbira,Zaouia el Kebira,Zaouïa el Kebira		BA			
2474878	Zaouïa Babor	zaouia-babor	DZ		0	Africa/Algiers	36.50845	3.4713				21			
2474883	Tourtatsine	tourtatsine	DZ		0	Africa/Algiers	36.42249	3.21168		Tourtatsine,Zaouia,Zaouia Taourtatsine		06			
2474899	Zaouatallaz	zaouatallaz	DZ		0	Africa/Algiers	24.87652	8.44		Fort Gardel,Zaouatallaz		DJ			
2474917	Zalboun	zalboun	DZ		0	Africa/Algiers	34.84464	-1.43976				15			
2474923	Zakkar	zakkar	DZ		0	Africa/Algiers	34.42651	3.32301		Zaccar,Zakkar		22			
2474948	Zahrar	zahrar	DZ		0	Africa/Algiers	36.41024	3.5117				06			
2474962	Douar Zagmouta	douar-zagmouta	DZ		0	Africa/Algiers	36.08195	2.97236		Douar Zagmouta,Zagmota		06			
2474968	Zaffrania	zaffrania	DZ		0	Africa/Algiers	36.9	7.75				37			
2475002	Youkous	youkous	DZ		0	Africa/Algiers	35.41465	7.96789				33			
2475020	Yebdar	yebdar	DZ		0	Africa/Algiers	34.83588	-1.17627				15			
2475033	Yaouda	yaouda	DZ		0	Africa/Algiers	34.99448	5.62977				19			
2475057	Yahia Lehouas	yahia-lehouas	DZ		0	Africa/Algiers	35.60944	4.91099				27			
2475071	Yachourene	yachourene	DZ		0	Africa/Algiers	36.61667	4.78333		Iachourene,Yachourene		18			
2475074	Yaâbouche	yaabouche	DZ		0	Africa/Algiers	36.0291	1.67792		Yaabouche,Yaaboudi,Yaâbouche		35			
2475079	Village Neuf	village-neuf	DZ		0	Africa/Algiers	36.04608	0.8877				51			
2475083	Village des Ouled Ali	village-des-ouled-ali	DZ		0	Africa/Algiers	36.62062	3.66595				40			
2475084	Village des Oulad Lakhedar	village-des-oulad-lakhedar	DZ		0	Africa/Algiers	36.1	0.83333		Oulad Lakredar,Village des Oulad Lakhedar,Village des Oulad Lakredar		51			
2475085	Village des Mines du Nador	village-des-mines-du-nador	DZ		0	Africa/Algiers	36.34347	7.63885				23			
2475086	Village de Baba Ali	village-de-baba-ali	DZ		0	Africa/Algiers	36.59613	3.61808				40			
2475087	Ben Tazerit	ben-tazerit	DZ		0	Africa/Algiers	36.58396	3.73087		Ben Tazerit,Village Ben Tezerhrit		14			
2475090	Vieux Tamda	vieux-tamda	DZ		0	Africa/Algiers	36.7059	4.20879				14			
2475092	Vieux Kouba	vieux-kouba	DZ		0	Africa/Algiers	36.73333	3.06667		Le Vieux Koubba,Vieux Kouba		01			
2475093	Victor Hugo	victor-hugo	DZ		0	Africa/Algiers	35.68229	-0.61292				09			
2475095	Verte Rive	verte-rive	DZ		0	Africa/Algiers	36.75	3.2				01			
2475114	Tsmana	tsmana	DZ		0	Africa/Algiers	29.14516	0.19535				TM			
2475145	Tsabit	tsabit	DZ		0	Africa/Algiers	28.35049	-0.22401		Tsabit,Zsabit		34			
2475149	Trouville	trouville	DZ		0	Africa/Algiers	35.73506	-0.75508				09			
2475189	Tribu Guiyaro	tribu-guiyaro	DZ		0	Africa/Algiers	36.75665	3.35234		La Panthere,La Panthère,Tribu Guiyaro		01			
2475195	Trharhet	trharhet	DZ		0	Africa/Algiers	35.09316	6.35128				03			
2475198	Tremblia	tremblia	DZ		0	Africa/Algiers	34.15238	3.55429				22			
2475253	Toustain	toustain	DZ		0	Africa/Algiers	36.66783	8.23366		Toustain,Zitouna		44			
2475266	Tourville	tourville	DZ		0	Africa/Algiers	35.84267	-0.32249				09			
2475269	Tourk Houm	tourk-houm	DZ		0	Africa/Algiers	36.75013	5.90062		Mechtat Ouled Fadel,Tourk Houm		24			
2475306	Toumlaline	toumlaline	DZ		0	Africa/Algiers	36.45936	2.08123				55			
2475330	Toûmiat	toumiat	DZ		0	Africa/Algiers	35.56667	-0.43333				09			
2475331	Toumiat	toumiat	DZ		0	Africa/Algiers	35.50559	0.82317				51			
2475361	Toukki	toukki	DZ		0	Africa/Algiers	28.85793	0.03011				TM			
2475382	Touilat	touilat	DZ		0	Africa/Algiers	34.94752	1.16639				13			
2475397	Irhil-n-Touila	irhil-n-touila	DZ		0	Africa/Algiers	36.6604	3.93157				14			
2475495	Touennsa	touennsa	DZ		0	Africa/Algiers	36.43825	3.27426				06			
2475568	Douar Touadjine	douar-touadjine	DZ		0	Africa/Algiers	36.33305	1.43976		Douar Touadjine,Touadjine		41			
2475587	Torchi	torchi	DZ		0	Africa/Algiers	35.62247	2.5196				06			
2475666	Tlidjen	tlidjen	DZ		0	Africa/Algiers	35.11821	7.76722		Ain Telidjene,Aïn Telidjene,Tlidjen		33			
2475667	Tletz	tletz	DZ		0	Africa/Algiers	35.28444	6.25056				03			
2475671	Tletat ed Douaïr	tletat-ed-douair	DZ		0	Africa/Algiers	35.98045	2.96304		Tleta des Douairs,Tletat des Douairs,Tletat ed Douair,Tletat ed Douaïr,Tléta des Douaïrs,Tlétat des Douairs		06			
2475687	Tlemcen	tlemcen	DZ		132341	Africa/Algiers	34.87833	-1.315		Pomaria,TLM,Termicen,Termicén,Tilimsan,Tilimsen,Tlemcen,Tlemsen,Tlemsenas,Tremecen,Tremecén,Wilaya ya Tlemcen,te lai mu sen,teullemsen,tlem sen,tlmsan,toremusen,Тлемсен,Тлемсен қаласы,תלמסאן,تلمسان,ตเลมเซน,トレムセン,特莱姆森,틀렘센	15	15			
2475688	Douar el Tlaïdjia	douar-el-tlaidjia	DZ		0	Africa/Algiers	36.06262	1.83188		Douar el Tlaidjia,Douar el Tlaïdjia,Tleldjia		35			
2475704	Tkisset	tkisset	DZ		0	Africa/Algiers	33.88962	1.55143				25			
2475707	Tegagra	tegagra	DZ		0	Africa/Algiers	35.57541	2.41649		Tegagra,Tkagra		06			
2475719	Tizrara	tizrara	DZ		0	Africa/Algiers	36.62721	5.58574				24			
2475726	Tizouiar	tizouiar	DZ		0	Africa/Algiers	36.87746	4.74593				18			
2475728	Tizougarine	tizougarine	DZ		0	Africa/Algiers	35.27264	6.23551				03			
2475729	Tizmat	tizmat	DZ		0	Africa/Algiers	36.60227	5.75295				24			
2475738	Tizi Rehal	tizi-rehal	DZ		0	Africa/Algiers	36.39434	4.86267				12			
2475744	Tizi Ouzou	tizi-ouzou	DZ		144000	Africa/Algiers	36.71182	4.04591		QZI,Tizi Ouzou,Tizi Uzu,Tizi Wuzu,Tizi-Ouzou,Tizi-Uzu,Tīzī Wuzū,ti ji wu zu,tijiuju,tyzy wzw,Тизи Узу,Тизи-Узу,تيزي وزو,تیزی وزو,提济乌祖,티지우주	14	14			
2475745	Tizi Ourhni	tizi-ourhni	DZ		0	Africa/Algiers	36.7263	4.65522		Tizi Oughni,Tizi Ourhni		18			
2475746	Tizi Ou Ferdinis	tizi-ou-ferdinis	DZ		0	Africa/Algiers	36.51472	5.25622				18			
2475748	Tizi Ouchir	tizi-ouchir	DZ		0	Africa/Algiers	36.35491	2.32644				35			
2475750	Tizi Ouaklene	tizi-ouaklene	DZ		0	Africa/Algiers	36.61667	5.16667				18			
2475751	Tizi-n-Trident	tizi-n-trident	DZ		0	Africa/Algiers	36.738	4.47299				14			
2475755	Tizi-n-Djebar	tizi-n-djebar	DZ		0	Africa/Algiers	36.55778	4.79277		Tizi Endjebar,Tizi-n-Djebar		18			
2475757	Tizi-n-Bou Ali	tizi-n-bou-ali	DZ		0	Africa/Algiers	36.85912	4.07867				14			
2475759	Tizi Meblaf	tizi-meblaf	DZ		0	Africa/Algiers	36.50479	2.04917				55			
2475760	Tizi Mali	tizi-mali	DZ		0	Africa/Algiers	36.45543	4.4702				18			
2475771	Tizi Aria	tizi-aria	DZ		0	Africa/Algiers	36.68609	3.81698				14			
2475790	Tizerouin	tizerouin	DZ		0	Africa/Algiers	36.85399	3.94819				40			
2475810	Tittaouine el Akhas	tittaouine-el-akhas	DZ		0	Africa/Algiers	27.05721	-0.10499				34			
2475811	Tittaouine ech Cheurfa	tittaouine-ech-cheurfa	DZ		0	Africa/Algiers	27.06693	-0.10473				34			
2475832	Titaf	titaf	DZ		0	Africa/Algiers	27.40865	-0.18805				34			
2475839	Tissra Ou Djemal	tissra-ou-djemal	DZ		0	Africa/Algiers	36.31138	4.09973		Tisera Ou Djemal,Tissra Ou Djemal		21			
2475860	Tissemsilt	tissemsilt	DZ		61155	Africa/Algiers	35.60722	1.81081		Tissemsil,Tissemsilt,Vialar,fyalar,tsmsylt,tysmsylt,تسمسيلت,تيسمسيلت,فيالار	56	56			
2475874	Tisrar	tisrar	DZ		0	Africa/Algiers	35.04716	-1.79618		Douar Tisrar,Tisrar		15			
2475901	Tisdeïne	tisdeine	DZ		0	Africa/Algiers	34.94391	6.56222				03			
2475904	Tirzirt-n-Boubehir	tirzirt-n-boubehir	DZ		0	Africa/Algiers	36.63219	4.38271		Tirzirt-n-Boubehir,Tirzit-n'Boubehir,Tirzit-n’Boubehir		14			
2475934	Tirilt Ou Mezzir	tirilt-ou-mezzir	DZ		0	Africa/Algiers	36.57765	4.04632				14			
2475936	Tirilt Mahmoud	tirilt-mahmoud	DZ		0	Africa/Algiers	36.5814	4.01704				14			
2475937	Tirilt	tirilt	DZ		0	Africa/Algiers	36.79767	4.23078				14			
2475938	Tirhzert Aïmoula	tirhzert-aimoula	DZ		0	Africa/Algiers	36.52211	3.32851				21			
2475941	Tirhzert	tirhzert	DZ		0	Africa/Algiers	36.63408	4.06298		Tighzert,Tirhzert		14			
2475947	Tirhilt Ouadrar	tirhilt-ouadrar	DZ		0	Africa/Algiers	36.42012	2.93821		Tiguirts Oudar,Tirhilt Ouadrar		20			
2475948	Tirhilt-n-Aït Ziane	tirhilt-n-ait-ziane	DZ		0	Africa/Algiers	36.66667	4.8		Tirhilt-n-Ait Ziane,Tirhilt-n-Aït Ziane,Tirilt Nait Zian,Tirilt Naït Zian		18			
2475949	Tirhilt Makhlouf	tirhilt-makhlouf	DZ		0	Africa/Algiers	36.68333	4.78333		Tighilt Makhlouf,Tirhilt Makhlouf		18			
2475963	Tirhanimine	tirhanimine	DZ		0	Africa/Algiers	35.16263	6.2402		Tighanimine,Tirhanimine		03			
2475989	Tirdiouine	tirdiouine	DZ		0	Africa/Algiers	36.78146	4.96493				18			
2476028	Tipasa	tipasa	DZ		25225	Africa/Algiers	36.58972	2.4475		Tipasa,Tipaza,Tipazo,Tipáza,ti pa sa,tipaja,tipasa,tybazt,Типаза,Типаса,Тіпаза,תיפאזה,تبسہ,تيبازة,تیبازہ,تی‌پازه,तिपजा,ტიპასა,ティパサ,提帕薩,티파자	55	55			
2476059	Tiouliline	tiouliline	DZ		0	Africa/Algiers	27.0391	-0.09396		Tiouliline,Tiouririne		34			
2476064	Tiouidiouine	tiouidiouine	DZ		0	Africa/Algiers	36.85011	4.32268				14			
2476076	Tiokine	tiokine	DZ		0	Africa/Algiers	23.43853	6.1553				53			
2476077	Tinzeri	tinzeri	DZ		0	Africa/Algiers	29.33669	0.02765				TM			
2476083	Tinzar Laghbar	tinzar-laghbar	DZ		0	Africa/Algiers	36.71785	4.08695		Timizait Larhbar,Timizaït Larhbar,Tinzar Laghbar		14			
2476142	Tinoumeur	tinoumeur	DZ		0	Africa/Algiers	29.14379	0.32267		Timouneur,Tinoumeur		TM			
2476227	Tine Tarine	tine-tarine	DZ		0	Africa/Algiers	35.13814	6.08461				03			
2476251	Tinekachine	tinekachine	DZ		0	Africa/Algiers	36.77767	4.06816				14			
2476301	Tindouf	tindouf	DZ		45966	Africa/Algiers	27.67111	-8.14743		Provinsi Tindouf,TIN,Tindouf,Tinduf,Tindufas,Tindúf,tindo~ufu,tindupeu,ting du fu,tndwf,tyndwf,Тиндуф,تندوف,تيندوف,ティンドゥフ,廷杜夫,틴두프	54	54			
2476385	Timmoudi	timmoudi	DZ		0	Africa/Algiers	29.31961	-1.13405		Timmoudi,Timoudi		BA			
2476388	Timmassekh	timmassekh	DZ		0	Africa/Algiers	27.37703	-0.25761				34			
2476391	Timleha	timleha	DZ		0	Africa/Algiers	27.77388	-0.23599				34			
2476412	el hed	el-hed	DZ		31890	Africa/Algiers	36.65	4.77361		El Maten,Il Maten,Il Matene,Il Matten,Timezrit Il Maten,alhd,almathn,tymyzart almathn,إلماثن,الحد,تيميزارت إلماثن		18			
2476416	Irhil Timezerit	irhil-timezerit	DZ		0	Africa/Algiers	36.68708	3.80296				40			
2476434	Timermassine	timermassine	DZ		0	Africa/Algiers	34.86667	6.3				19			
2476452	Timeliline	timeliline	DZ		0	Africa/Algiers	36.88739	4.25662		Timeliline,Timliline		14			
2476484	Timarhas	timarhas	DZ		0	Africa/Algiers	36.49243	4.19301				14			
2476496	Tiloukach	tiloukach	DZ		0	Africa/Algiers	35.14719	5.92518				03			
2476571	Tikseridene	tikseridene	DZ		0	Africa/Algiers	36.4	4.3		Tikseriden,Tikseridene,Tiksiriden,Tiksiridene		21			
2476573	Tiksebt	tiksebt	DZ		0	Africa/Algiers	33.37584	6.84093				43			
2476574	Tiksarine	tiksarine	DZ		0	Africa/Algiers	36.52517	4.80944		Tiksarine,Tikssarine		18			
2476601	Tikesriine	tikesriine	DZ		0	Africa/Algiers	36.47248	5.14504				12			
2476644	Tihbobine	tihbobine	DZ		0	Africa/Algiers	36.66165	3.72371				40			
2476650	Tihamamine	tihamamine	DZ		0	Africa/Algiers	35.95417	4.54968		Tahamamine,Tihamamine		39			
2476681	Tiguenatine	tiguenatine	DZ		0	Africa/Algiers	36.81361	4.46528				14			
2476686	Tiguedidine	tiguedidine	DZ		0	Africa/Algiers	33.54167	6.01639				MG			
2476695	Tigoudiouine	tigoudiouine	DZ		0	Africa/Algiers	36.80068	4.89754				18			
2476709	Tiftissine	tiftissine	DZ		0	Africa/Algiers	36.39764	4.00037		Tifticine,Tiftissine		21			
2476712	Tifrit-n-Aït Ou Malek	tifrit-n-ait-ou-malek	DZ		0	Africa/Algiers	36.68333	4.5				14			
2476713	Tifrit-n-Aït el Hadj	tifrit-n-ait-el-hadj	DZ		0	Africa/Algiers	36.79917	4.42056		Tifrit n'Ait el Hadi,Tifrit n’Aït el Hadi,Tifrit-n-Ait el Hadj,Tifrit-n-Aït el Hadj		14			
2476734	Tifîrassene	tifirassene	DZ		0	Africa/Algiers	36.84658	6.20524		Dechra Tifferassene,Dechret Tifferacene,Dechret Tifferacène,Tifirassene,Tifîrassene		24			
2476737	Tifilkout	tifilkout	DZ		0	Africa/Algiers	36.52811	4.40516				14			
2476742	Tiffelfel	tiffelfel	DZ		0	Africa/Algiers	35.10797	6.2259		Tifellel,Tiffelfel		03			
2476747	Tifezouin	tifezouin	DZ		0	Africa/Algiers	36.87517	4.49827		Tifezouin,Tifezouine,Tifezouïne		14			
2476768	Tiennt	tiennt	DZ		0	Africa/Algiers	35.04846	-1.84406		Tiennt,Tient		15			
2476809	Tidjedad	tidjedad	DZ		0	Africa/Algiers	36.15801	3.88305		Tidjedad,Tijedad		21			
2476810	Tijditt	tijditt	DZ		0	Africa/Algiers	35.93796	0.08975		Tidjdit,Tidjditt,Tidjit,Tigedidt,Tijditt,Tingdit		07			
2476816	Tidjaï	tidjai	DZ		0	Africa/Algiers	36.39437	3.22928				06			
2476860	Tiboun	tiboun	DZ		0	Africa/Algiers	36.78308	5.65169		Douar Tiboun,Tiboun		24			
2476873	Tiberrhamine	tiberrhamine	DZ		0	Africa/Algiers	28.708	0.33508		Tiberghamine,Tiberrhamine		TM			
2476883	Tibehirine	tibehirine	DZ		0	Africa/Algiers	35.31562	6.41041				03			
2476887	Tibecharene	tibecharene	DZ		0	Africa/Algiers	36.831	4.02676				14			
2476897	Tiaret	tiaret	DZ		178915	Africa/Algiers	35.37103	1.31699		TID,Tiaret,Tiaretas,Tijarat,ti ya lei te,tyart,Тиарет,Тіарет,تيارت,تیارت,提亚雷特	13	13			
2476899	Tialet	tialet	DZ		0	Africa/Algiers	35.97914	3.41105				06			
2476900	Tiahmaïne	tiahmaine	DZ		0	Africa/Algiers	36.76294	4.91458				18			
2476911	Thiaramtz	thiaramtz	DZ		0	Africa/Algiers	36.40845	4.09059				21			
2476939	Tezribine	tezribine	DZ		0	Africa/Algiers	35.28384	6.22422				03			
2476941	Douar Tizarkounet	douar-tizarkounet	DZ		0	Africa/Algiers	35.47379	0.94052		Douar Tezerkounet,Douar Tizarkounet,Tezerkounet		13			
2477003	Tertouchene	tertouchene	DZ		0	Africa/Algiers	36.452	1.0968				41			
2477019	Terni Beni Hadiel	terni-beni-hadiel	DZ		0	Africa/Algiers	34.79583	-1.35812		Terni,Terni Ben Hadiel,Terni Beni Hadiel,Terny		15			
2477020	Ternanech	ternanech	DZ		0	Africa/Algiers	35.031	0.97448		Ternanech,Ternaneche,Ternanèche		13			
2477031	Terhirhech	terhirhech	DZ		0	Africa/Algiers	36.48347	3.37514		Herhirhech,Terhirhech		21			
2477034	Teghenânet	teghenanet	DZ		0	Africa/Algiers	23.16433	5.42311		Tarhananet,Teghenanet,Teghenânet,Terhenanet,Terhenânet		53			
2477041	Tergregt	tergregt	DZ		0	Africa/Algiers	36.54418	5.21094				18			
2477079	Tensaout	tensaout	DZ		0	Africa/Algiers	36.43025	4.71984		Tennsaout,Tensaout		18			
2477080	Tensa	tensa	DZ		0	Africa/Algiers	36.85191	4.16309		Tennsa,Tensa		14			
2477142	Tenezara	tenezara	DZ		0	Africa/Algiers	34.96444	-0.61306		Tenezara,Tenezera,Ténézera		30			
2477158	Temzida	temzida	DZ		0	Africa/Algiers	35.91006	1.25787				51			
2477167	Temoula	temoula	DZ		0	Africa/Algiers	36.5276	5.94932				48			
2477174	Temlouka	temlouka	DZ		0	Africa/Algiers	36.16918	5.32569				12			
2477218	Teluetane	teluetane	DZ		0	Africa/Algiers	36.58205	5.39869		Teluetan,Teluetane		18			
2477244	Telioum	telioum	DZ		0	Africa/Algiers	35.19088	-0.36439		Boulet,Telioum		30			
2477252	Telesla	telesla	DZ		0	Africa/Algiers	36.36231	4.48386				18			
2477278	Tekteka	tekteka	DZ		0	Africa/Algiers	36.59923	2.72748				55			
2477316	Tehouda	tehouda	DZ		0	Africa/Algiers	34.79836	5.89602		Tehouda,Thouda		19			
2477374	Teffert	teffert	DZ		0	Africa/Algiers	22.85608	4.91108		Tafarit,Teffert,tafyrt,تافيرت		53			
2477379	Tefeschoun	tefeschoun	DZ		0	Africa/Algiers	36.62444	2.67944				55			
2477391	Tedrart	tedrart	DZ		0	Africa/Algiers	36.48878	5.94485				48			
2477414	Tedert Amokrane	tedert-amokrane	DZ		0	Africa/Algiers	36.63333	5		Taddert Amokhane,Tedert,Tedert Amokrane		18			
2477420	Thaddart Takedimte	thaddart-takedimte	DZ		0	Africa/Algiers	36.51679	1.69732		Teddert Takedim,Thaddart Takedimte		55			
2477428	Tebtach	tebtach	DZ		0	Africa/Algiers	36.35617	6.39911		Douar Tabtach,Tebtach		04			
2477436	Teboula	teboula	DZ		0	Africa/Algiers	35.75261	5.11908		Tebouda,Teboula		12			
2477439	Tebouiahmet	tebouiahmet	DZ		0	Africa/Algiers	34.87844	6.69735				47			
2477440	Teboudjerine	teboudjerine	DZ		0	Africa/Algiers	34.90215	6.31628				19			
2477447	Tebouchkourt	tebouchkourt	DZ		0	Africa/Algiers	35.06811	-1.85889				15			
2477461	Tébessa	tebessa	DZ		634332	Africa/Algiers	35.40417	8.12417		TEE,Tebesa,Tebessa,Theveste,Tibissa,Tébessa,tai bei sa,tbsh  aljzayr,tbst,Тебесса,Тебесса қаласы,تبسة,تبسه، الجزایر,تیبازہ,泰贝萨	33	33			
2477462	Tebesbest	tebesbest	DZ		41091	Africa/Algiers	33.11667	6.08333		Tebesbest		TG			
2477489	Tebaga	tebaga	DZ		0	Africa/Algiers	35.02774	6.86208				47			
2477499	Tboula	tboula	DZ		0	Africa/Algiers	36.7	5.56667				24			
2477513	Tazrouts	tazrouts	DZ		0	Africa/Algiers	36.63634	4.46536				14			
2477539	Tazleft	tazleft	DZ		0	Africa/Algiers	35.03925	5.96862				03			
2477554	Tazerart	tazerart	DZ		0	Africa/Algiers	36.80926	4.05127				14			
2477561	Tazemourt	tazemourt	DZ		0	Africa/Algiers	36.44942	5.277				18			
2477562	Tazêmmourt	tazemmourt	DZ		0	Africa/Algiers	36.76	5.71381				24			
2477572	Tazazraït	tazazrait	DZ		0	Africa/Algiers	36.6929	4.20055				14			
2477580	Tazalemt	tazalemt	DZ		0	Africa/Algiers	36.26086	4.66926				39			
2477583	Tazaïera	tazaiera	DZ		0	Africa/Algiers	36.56667	5.45				18			
2477627	Tassift	tassift	DZ		0	Africa/Algiers	36.3342	4.25269		Tacift,Tassift		21			
2477633	Tassera	tassera	DZ		0	Africa/Algiers	36.02751	4.96155		Ain Tassera,Aïn Tassera,Tassera		39			
2477644	Tasselent	tasselent	DZ		0	Africa/Algiers	36.47294	4.48313		Tasselennt,Tasselent		18			
2477657	Tassamert	tassamert	DZ		0	Africa/Algiers	36.27131	4.82184		Tassamert		39			
2477662	Matmar Tassa	matmar-tassa	DZ		0	Africa/Algiers	35.15808	0.97816		Matmar Tassa,Metameur Tassa,Tassa		13			
2477666	Taslemt	taslemt	DZ		0	Africa/Algiers	35.46721	1.56989		Ferme Bourlier,Taslemt,Tasslemt		13			
2488604	Meheris	meheris	DZ		0	Africa/Algiers	36.0757	4.96175				39			
2477672	Taskalla	taskalla	DZ		0	Africa/Algiers	36.57608	5.4398				18			
2477695	Tarzout	tarzout	DZ		0	Africa/Algiers	35.32099	6.74843				47			
2477697	Tarzoug	tarzoug	DZ		0	Africa/Algiers	36.53782	4.41225				14			
2477706	Tarourfet	tarourfet	DZ		0	Africa/Algiers	36.50714	4.89375				12			
2477710	Tarouaïa	tarouaia	DZ		0	Africa/Algiers	29.3062	0.28721				TM			
2477718	Tarkount Sidi Ennouar	tarkount-sidi-ennouar	DZ		0	Africa/Algiers	36.57341	6.65925		Tarkount,Tarkount Sidi Ennouar		04			
2477734	Tarhzout	tarhzout	DZ		0	Africa/Algiers	33.47072	6.77792		Taghzout,Tarhzout		43			
2477736	Tarhlissia	tarhlissia	DZ		0	Africa/Algiers	34.8891	6.58038		Taghlissa,Tarhlicia,Tarhlissia		03			
2477739	Tarhit Sidi Bel Kheïr	tarhit-sidi-bel-kheir	DZ		0	Africa/Algiers	35.20066	6.1568				03			
2477740	Tarhit Ouled Hellal	tarhit-ouled-hellal	DZ		0	Africa/Algiers	35.08111	6.33375				03			
2477741	Tarhit Bacha	tarhit-bacha	DZ		0	Africa/Algiers	35.30311	6.41666				03			
2477746	Tarhit	tarhit	DZ		0	Africa/Algiers	35.13114	6.23821				03			
2477752	Tarhelalet	tarhelalet	DZ		0	Africa/Algiers	36.32309	2.82969				06			
2477762	Tarhaouhaout	tarhaouhaout	DZ		0	Africa/Algiers	22.67773	5.92333		Fort Motylindky,Fort Motylinski,Tarhaouhaout,fwr mwtylansky,taghawhawt,تاغاوهاوت,فور موتيلانسكي		53			
2477774	Tarfat	tarfat	DZ		0	Africa/Algiers	36.46827	4.87113				12			
2477825	Tarebent	tarebent	DZ		0	Africa/Algiers	36.78117	4.03358		Tarebennt,Tarebent		14			
2477830	Tardam	tardam	DZ		0	Africa/Algiers	36.79789	4.80007				18			
2477850	Taranimt	taranimt	DZ		0	Africa/Algiers	36.82192	4.92718				18			
2477852	Tarakanet	tarakanet	DZ		0	Africa/Algiers	36.12477	1.38233		Tarakanet,Villa Talakanet		41			
2477873	Taoutat	taoutat	DZ		0	Africa/Algiers	36.5019	1.85847		Taourat,Taoutat		55			
2477882	Taourmit	taourmit	DZ		0	Africa/Algiers	36.33205	4.6927		Taourmit,Taourmitte		39			
2477883	Taourirt Tazegouart	taourirt-tazegouart	DZ		0	Africa/Algiers	36.35641	4.12214				21			
2477884	Taourirt Tamelalt	taourirt-tamelalt	DZ		0	Africa/Algiers	36.33263	4.86386				12			
2477886	Taourirt Ouabla	taourirt-ouabla	DZ		0	Africa/Algiers	36.39117	4.54327				18			
2477887	Taourirt-n-Tezgui	taourirt-n-tezgui	DZ		0	Africa/Algiers	36.54339	4.17764		Taourirt-n'Tesgui,Taourirt-n-Tezgui,Taourirt-n’Tesgui		14			
2477888	Taourirt-n-Aït Ou Aïssa	taourirt-n-ait-ou-aissa	DZ		0	Africa/Algiers	36.65	4.65				18			
2477889	Taourirt-n-Aït Hidjer	taourirt-n-ait-hidjer	DZ		0	Africa/Algiers	36.59168	4.46937				14			
2477891	Taourirt Menguellet	taourirt-menguellet	DZ		0	Africa/Algiers	36.56667	4.28333		Menguillet,Taourirt Ait-Menguillet,Taourirt Menguellet,Taourirt des Beni Menguellet,Tawrirt n-At-Mangellat,Tawrirt-At-Mangellat		14			
2477892	Taourirt Maafa	taourirt-maafa	DZ		0	Africa/Algiers	36.53882	4.9899				18			
2477897	Taourirt Hefouzalt	taourirt-hefouzalt	DZ		0	Africa/Algiers	36.62144	5.13377				18			
2477898	Taourirt el Laala	taourirt-el-laala	DZ		0	Africa/Algiers	36.614	4.2099				14			
2477900	Taourirt el Hadjadj	taourirt-el-hadjadj	DZ		0	Africa/Algiers	36.56211	4.21149				14			
2477901	Taourirt el Had	taourirt-el-had	DZ		0	Africa/Algiers	36.58333	4.91667				18			
2477902	Taourirt Arassiene	taourirt-arassiene	DZ		0	Africa/Algiers	36.48333	4.9		Taourirt Arassien,Taourirt Arassiene		12			
2477904	Taourirt Adene	taourirt-adene	DZ		0	Africa/Algiers	36.66325	4.24467				14			
2477905	Taourirt Abar	taourirt-abar	DZ		0	Africa/Algiers	36.55	4.48333				14			
2477953	Taouennza	taouennza	DZ		0	Africa/Algiers	29.54082	0.04496		Taouennza,Taouenza,Touenza		TM			
2477956	Taoudouch	taoudouch	DZ		0	Africa/Algiers	36.84501	4.29234				14			
2478039	Tanagoumt	tanagoumt	DZ		0	Africa/Algiers	36.44328	4.04674				21			
2478045	Tamziouene	tamziouene	DZ		0	Africa/Algiers	36.88464	4.46685		Iamziouene,Tamziouene		14			
2478076	Tammera	tammera	DZ		0	Africa/Algiers	36.36222	4.13661				21			
2478095	Aïn Tamezouine	ain-tamezouine	DZ		0	Africa/Algiers	35.44839	5.91592				03			
2478100	Tametit	tametit	DZ		0	Africa/Algiers	34.66478	-0.02678				10			
2478130	Tamerna Kedima	tamerna-kedima	DZ		0	Africa/Algiers	33.46018	5.96265		Kedima,Tamerna Kedima		MG			
2478138	Tamentout	tamentout	DZ		0	Africa/Algiers	36.55228	5.83521				24			
2478141	Tamentfoust	tamentfoust	DZ		0	Africa/Algiers	36.79802	3.23753		La Perouse,La Pérouse,Tamenfoust,Tamentfoust		01			
2478160	Tamellaht	tamellaht	DZ		0	Africa/Algiers	33.0068	6.00806		Tamellaht,tmlht,تملحت		TG			
2478163	Tamelit	tamelit	DZ		0	Africa/Algiers	36.74445	4.48352				14			
2478180	Tamchit	tamchit	DZ		0	Africa/Algiers	35.52911	6.15929		Tamchit,Tamechchit,Tamechchît		03			
2478212	Tamarhoucht	tamarhoucht	DZ		0	Africa/Algiers	36.63933	4.08627		Tamagoucht,Tamarhoucht		14			
2478216	Tamanrasset	tamanrasset	DZ		73128	Africa/Algiers	22.785	5.52278		Fort Laperine,Fort Laperrine,TMR,Tamahrasset,Tamanghasset,Tamanraset,Tamanrasetas,Tamanrasset,Tamanrassete,Tamenghasset,Tamenɣest,ta man la sai te,tamanlaseteu,tamanrasetto,tamnghst,tamnrast,tmnrast,Таманрасет,Таманрассет,Таманрассете,תאמאנראסט,تامنراست,تامنغست,تمنراست,タマンラセット,塔曼拉塞特,타만라세트	53	53			
2478224	Tamamaït	tamamait	DZ		0	Africa/Algiers	34.90561	6.87347				47			
2478245	Talzaza	talzaza	DZ		0	Africa/Algiers	31.92194	-2.3025				38			
2478279	Talilit	talilit	DZ		0	Africa/Algiers	35.16356	5.95736				03			
2478280	Taliahla	taliahla	DZ		0	Africa/Algiers	36.61341	3.78653				14			
2478311	Tala Yfassene	tala-yfassene	DZ		0	Africa/Algiers	36.47055	5.13146		Tala Yfaeen,Tala Yfassene		12			
2478318	Tala Rana	tala-rana	DZ		0	Africa/Algiers	36.42442	4.23282		Tala Rana,Tana Rana		21			
2478321	Tala Oursou	tala-oursou	DZ		0	Africa/Algiers	36.48109	2.25829				55			
2478327	Talaouch	talaouch	DZ		0	Africa/Algiers	36.39756	2.68055				20			
2478333	Tala Mokkor	tala-mokkor	DZ		0	Africa/Algiers	36.76773	3.98183		Tala Mokker,Tala Mokkor		14			
2478338	Tala Madi	tala-madi	DZ		0	Africa/Algiers	36.61867	3.62023				40			
2478340	Tala Kroubiz	tala-kroubiz	DZ		0	Africa/Algiers	36.44274	2.30243				55			
2478345	Tala Hiba	tala-hiba	DZ		0	Africa/Algiers	36.7753	4.86627				18			
2478357	Tala el Kseur	tala-el-kseur	DZ		0	Africa/Algiers	36.74277	5.00757				18			
2478364	Tala Atmane	tala-atmane	DZ		0	Africa/Algiers	36.71415	4.15937				14			
2478368	Tala Alem	tala-alem	DZ		0	Africa/Algiers	36.71773	4.02715		Bou Khalfa,Tala Alem		14			
2478389	Takroumt Aouana	takroumt-aouana	DZ		0	Africa/Algiers	34.97708	6.03956				19			
2478393	Takribt	takribt	DZ		0	Africa/Algiers	36.63294	3.95179				14			
2478396	Takourrabet	takourrabet	DZ		0	Africa/Algiers	36.35738	4.48675				18			
2478423	Takleat	takleat	DZ		0	Africa/Algiers	36.50027	5.18038				18			
2478434	Takhlijt-n-Tasga	takhlijt-n-tasga	DZ		0	Africa/Algiers	36.61667	4.75		Takhlijt-n-Tasga,Takrelicht N'Tasga,Takrelicht N’Tasga		18			
2478435	Takhlijt	takhlijt	DZ		0	Africa/Algiers	36.66667	4.78333		Takhlijt,Taklicht		18			
2478436	Takhlijt	takhlijt	DZ		0	Africa/Algiers	36.59218	4.57855		Takhlijt,Taklicht		18			
2478440	Takhemaret	takhemaret	DZ		0	Africa/Algiers	36.1	0.68333		Ain-El-Khadra,Aïn-El-Khadra,Dominique-Luciani,Takhemaret		51			
2478448	Takerkart	takerkart	DZ		0	Africa/Algiers	36.50756	5.09628				12			
2490679	Maaza	maaza	DZ		0	Africa/Algiers	35.67343	1.55156				56			
2478449	Takerbouzt	takerbouzt	DZ		0	Africa/Algiers	36.42	4.33833				21			
2478453	Takendoukt	takendoukt	DZ		0	Africa/Algiers	36.45	5.18333				12			
2478474	Takabah	takabah	DZ		0	Africa/Algiers	36.83987	4.75315				18			
2478541	Tahmat	tahmat	DZ		0	Africa/Algiers	27.43622	-0.26457				34			
2478555	Tahenntout	tahenntout	DZ		0	Africa/Algiers	35.17399	6.2468				03			
2478556	Tahenntout	tahenntout	DZ		0	Africa/Algiers	34.93074	6.32719				19			
2478561	Tahdariat	tahdariat	DZ		0	Africa/Algiers	34.82224	-1.34111				15			
2478577	Taharkatine	taharkatine	DZ		0	Africa/Algiers	36.43296	4.41253				18			
2478579	Tahar Hadj Ali	tahar-hadj-ali	DZ		0	Africa/Algiers	35.46475	4.17092				27			
2478597	Tahantas	tahantas	DZ		0	Africa/Algiers	29.72049	0.73132				TM			
2478598	Tahanennt	tahanennt	DZ		0	Africa/Algiers	35.33181	6.00121		Tahanennt,Tahanent		03			
2478600	Tahammamet	tahammamet	DZ		0	Africa/Algiers	36.3838	5.05653				12			
2478605	Tahalkats	tahalkats	DZ		0	Africa/Algiers	36.63785	5.15023				18			
2478617	Tahadelt	tahadelt	DZ		0	Africa/Algiers	36.45094	5.36725				12			
2478623	Taguine	taguine	DZ		0	Africa/Algiers	34.89694	2.30917		Bordj Taguine,Taguine		13			
2478631	Taguercif	taguercif	DZ		0	Africa/Algiers	36.78792	4.30335		Taguercif,Taguersift		14			
2478643	Taguemount Oukerrouch	taguemount-oukerrouch	DZ		0	Africa/Algiers	36.59293	4.0552				14			
2478644	Taguemount Gouadfel	taguemount-gouadfel	DZ		0	Africa/Algiers	36.66142	4.18339				14			
2478645	Taguemount el Djedid	taguemount-el-djedid	DZ		0	Africa/Algiers	36.57762	4.08394		Tagmount el Djedid,Taguemount el Djedid,Tigimount-el-Djedid		14			
2478646	Taguemount Bou Adda	taguemount-bou-adda	DZ		0	Africa/Algiers	36.69036	4.40275		Tagmount Bou Adda,Taguemount Bou Adda,thaqmwnt abw ʿdt,thaqmwnt bw ʿdt,thaqmwnt bwʿdt,ثاقمونت أبو عدة,ثاقمونت بو عدة,ثاقمونت بوعدة		14			
2478647	Taguemount Azzouz	taguemount-azzouz	DZ		0	Africa/Algiers	36.60331	4.10818				14			
2478655	Taguelminnt	taguelminnt	DZ		0	Africa/Algiers	36.8699	4.78296				18			
2478660	Tagrout Igrassirene Sanef	tagrout-igrassirene-sanef	DZ		0	Africa/Algiers	35.24764	6.33081				03			
2478661	Tagrout Ameur	tagrout-ameur	DZ		0	Africa/Algiers	35.23486	6.30842				03			
2478666	Takhemaret	takhemaret	DZ		0	Africa/Algiers	35.10861	0.6838		Dominique-Luciani,Tagremaret,Takhemaret		13			
2478671	Tagoust	tagoust	DZ		0	Africa/Algiers	35.22335	6.04302				03			
2478677	Tagounit Irhil	tagounit-irhil	DZ		0	Africa/Algiers	36.4816	4.79923		Tagounit Irhil,Taguenit Irhil,Taguenit Iril		18			
2478678	Tagounit	tagounit	DZ		0	Africa/Algiers	36.18348	4.65542				39			
2478723	Tafsest	tafsest	DZ		0	Africa/Algiers	35.2932	6.28172				03			
2478740	Tafrennt	tafrennt	DZ		0	Africa/Algiers	35.3782	6.7262				47			
2478747	Tafra’oût	tafra-out	DZ		0	Africa/Algiers	36.43549	2.83107				20			
2478751	Tafraoua	tafraoua	DZ		0	Africa/Algiers	34.59528	0.19187		Tafaraua,Tafraoua		10			
2478757	Tafougalt	tafougalt	DZ		0	Africa/Algiers	36.62397	3.85169				14			
2478771	Taffessera	taffessera	DZ		0	Africa/Algiers	34.67978	-1.44604		Tafessera,Taffessera		15			
2478784	Taferguenit	taferguenit	DZ		0	Africa/Algiers	35.16979	6.43067				03			
2478785	Taferast	taferast	DZ		0	Africa/Algiers	36.50392	5.91437				48			
2478786	Taferaout	taferaout	DZ		0	Africa/Algiers	36.81647	4.50623				14			
2478803	Tafaraoui	tafaraoui	DZ		0	Africa/Algiers	35.48542	-0.52728		Tafaraoui		09			
2478814	Tadzert	tadzert	DZ		0	Africa/Algiers	35.3325	5.53778				03			
2478815	Tadrart	tadrart	DZ		0	Africa/Algiers	36.83929	4.86027				18			
2478819	Tadount	tadount	DZ		0	Africa/Algiers	34.93102	6.8264				47			
2478827	Tadmit	tadmit	DZ		0	Africa/Algiers	34.29001	2.98758		Tadmit		22			
2478832	Tadlest	tadlest	DZ		0	Africa/Algiers	29.29948	0.2491				TM			
2478840	Tadjmout	tadjmout	DZ		0	Africa/Algiers	33.87729	2.52113		Tadjemout,Tadjmout,tajmwt,تاجموت		25			
2478885	Tadjdiout	tadjdiout	DZ		0	Africa/Algiers	36.61161	3.94756				14			
2478905	Taddert Oufellah	taddert-oufellah	DZ		0	Africa/Algiers	36.63046	4.09157				14			
2478906	Taddert Ou Arabene	taddert-ou-arabene	DZ		0	Africa/Algiers	36.7	4.86667				18			
2478907	Taddert Amokhane	taddert-amokhane	DZ		0	Africa/Algiers	36.66788	3.98137				14			
2478910	Tadder Nachech	tadder-nachech	DZ		0	Africa/Algiers	36.77711	4.36265				14			
2478911	Taddart Gouadda	taddart-gouadda	DZ		0	Africa/Algiers	36.45	4.4		Taddart Gouadda,Taddert-Ouedda		18			
2478924	Zaouia Tachta	zaouia-tachta	DZ		0	Africa/Algiers	36.90991	6.2603		Tachta,Zaouia Tachta		24			
2478936	Tachert	tachert	DZ		0	Africa/Algiers	36.44764	3.06133		Tachert,Tacherte		20			
2478942	Bir Tachema	bir-tachema	DZ		0	Africa/Algiers	35.90178	5.89588				12			
2478947	Tachat	tachat	DZ		0	Africa/Algiers	36.54769	4.15949				14			
2478948	Tachaouef	tachaouef	DZ		0	Africa/Algiers	36.46867	4.72001				18			
2478958	Ta Brahim	ta-brahim	DZ		0	Africa/Algiers	36.68593	3.54745				40			
2478975	Tablablat	tablablat	DZ		0	Africa/Algiers	36.64195	4.21654				14			
2478989	Tabet es Sefra	tabet-es-sefra	DZ		0	Africa/Algiers	36.15403	7.70271				52			
2478991	Taberkouk	taberkouk	DZ		0	Africa/Algiers	36.54551	2.08098				55			
2478992	Taberkant	taberkant	DZ		0	Africa/Algiers	27.2306	-0.20876				34			
2478997	Tabenndout	tabenndout	DZ		0	Africa/Algiers	35.03379	6.801				47			
2479022	Tabaran	tabaran	DZ		0	Africa/Algiers	36.4488	2.77596		Tabaran,Tabarane		20			
2479047	Tabadja	tabadja	DZ		0	Africa/Algiers	36.51704	5.61057				12			
2479052	Taarkant	taarkant	DZ		0	Africa/Algiers	36.66004	4.93163		Ta Arkannt,Taarkant		18			
2479063	Taachount	taachount	DZ		0	Africa/Algiers	35.20271	6.27942				03			
2479067	Surcouf	surcouf	DZ		0	Africa/Algiers	36.79083	3.30472		'Ain-Chorb,Ain-Chrob,Aïn-Chrob,Surcouf,’Aïn-Chorb		01			
2479078	Stittene	stittene	DZ		0	Africa/Algiers	33.75695	1.22372		Stiten,Stitten,Stitten Ksel,Stittene		42			
2479086	Stile	stile	DZ		0	Africa/Algiers	34.24659	5.91404		Slite,Stil,Stile,Still		MG			
2479101	Stamboul	stamboul	DZ		0	Africa/Algiers	36.7713	3.22958		Les Dunes,Stamboul		01			
2479153	Southia	southia	DZ		0	Africa/Algiers	36.13698	1.78125				35			
2479162	Source Blanche	source-blanche	DZ		0	Africa/Algiers	35.43292	-0.98144		Ain Beida,Aine Beida,Aïn Beïda,Aïne Beïda,Source Blanche		36			
2479183	Souma	souma	DZ		40745	Africa/Algiers	36.51833	2.90528		Souma		20			
2479194	Souk et Tnîne	souk-et-tnine	DZ		0	Africa/Algiers	35.23346	-1.50442				36			
2479196	Souk et Tenine	souk-et-tenine	DZ		0	Africa/Algiers	36.62656	5.33388		Souk el Tenine,Souk et Tenine,Souk et Tnine,Souk-el-Tnine,swq alathnyn,swq athnyn,سوق اثنین,سوق الإثنين,سوق الاثنين		18			
2479207	Souk el Arba	souk-el-arba	DZ		0	Africa/Algiers	36.52177	4.2059				14			
2479208	Souk el Arba	souk-el-arba	DZ		0	Africa/Algiers	35.55296	2.35868		El Arba,Souk el Arba		06			
2479210	Souk Djamaa	souk-djamaa	DZ		0	Africa/Algiers	36.03323	3.5516				21			
2479215	Souk Ahras	souk-ahras	DZ		156745	Africa/Algiers	36.28639	7.95111		QSK,Souk Ahras,Souk-Ahras,Soukaras,Souq Ahras,Suk Ahras,Suk Ahrasas,Suk Aras,Suk-Akhras,Suq Ahras,Szuk Ahrasz,Szúk Ahrász,Tagaste,su ge ai he la si,sukeualaseu,swq ahras,swq ahras  aljzayr,Сук-Ахрас,سوق أهراس,سوق اهراس، الجزایر,سوق اہراس,苏格艾赫拉斯,수크아라스	52	52			
2479220	Souissifa	souissifa	DZ		0	Africa/Algiers	31.92404	-2.22464				38			
2479226	Douar Soualmia	douar-soualmia	DZ		0	Africa/Algiers	35.53878	0.58308		Douar Soualmia,Douar Souimia,Souimia		51			
2479243	Souid	souid	DZ		0	Africa/Algiers	35.61814	4.44682				27			
2479274	Souehla	souehla	DZ		0	Africa/Algiers	33.51904	6.89704				43			
2479276	Soudrata	soudrata	DZ		0	Africa/Algiers	36.40209	3.19383				06			
2479305	Douar Souamar	douar-souamar	DZ		0	Africa/Algiers	36.52435	1.59619		Douar Souamar,Souamer		41			
2479341	Soltâne ’Azzoûz	soltane-azzouz	DZ		0	Africa/Algiers	36.83333	6.95				31			
2479356	Soltane	soltane	DZ		0	Africa/Algiers	35.37379	4.75613				27			
2479361	Soulaya	soulaya	DZ		0	Africa/Algiers	36.49183	1.83903		Solaya,Soulaya		55			
2479377	Sadokia	sadokia	DZ		0	Africa/Algiers	36.01377	2.81927		Sadokia,Sodokia		06			
2479387	Snoussi Ben Guesmia	snoussi-ben-guesmia	DZ		0	Africa/Algiers	36.16202	2.68098				06			
2479437	Smar el Kedim	smar-el-kedim	DZ		0	Africa/Algiers	36.44058	3.30907				06			
2479475	Smaïl	smail	DZ		0	Africa/Algiers	35.3191	6.04262				03			
2479479	Smadja	smadja	DZ		0	Africa/Algiers	35.55	-1.01667				36			
2479507	Slimane	slimane	DZ		0	Africa/Algiers	35.45562	4.16573				27			
2479522	Slamna	slamna	DZ		0	Africa/Algiers	34.96503	0.21701				10			
2479523	Slaïm	slaim	DZ		0	Africa/Algiers	35.46198	1.3216				13			
2479536	Skikda	skikda	DZ		162702	Africa/Algiers	36.87617	6.90921		Philippeville,Phillippville,SKI,Skikda,Sukaikida,Sukajkida,Sukaykida,fylybfyl,seukigda,si ji ke da,skikada,skykdt,Скикда,Скикда қаласы,Скікда,سكيكدة,سکیکدہ,فيليبفيل,ولاية سعيدة,স্কিকদা,斯基克达,스킥다	31	31			
2479544	Skhouna	skhouna	DZ		0	Africa/Algiers	34.50733	0.84618				10			
2479550	Skarene	skarene	DZ		0	Africa/Algiers	35.99974	1.54665				56			
2479566	Siour	siour	DZ		0	Africa/Algiers	36.23168	4.60221				39			
2479579	Sidi Mahdjoub	sidi-mahdjoub	DZ		0	Africa/Algiers	36.16125	2.72243		Nelsonbourg,Sidi Mahdjoub		06			
2479591	Sikh Ou Meddour	sikh-ou-meddour	DZ		0	Africa/Algiers	36.70244	4.11739		Sikh Ou Meddour,Sikou Meddour		14			
2479645	Sidi Zeïd	sidi-zeid	DZ		0	Africa/Algiers	35.78795	4.13173				27			
2479682	Sidi Ya’koûb	sidi-ya-koub	DZ		0	Africa/Algiers	35.25	-1.55				36			
2479683	Sidi Ya’koûb	sidi-ya-koub	DZ		0	Africa/Algiers	35.13663	-0.78563		Sidi Ya'koub,Sidi Yacoub,Sidi Ya’koûb		30			
2479689	Sidi Yahia Ben Salem	sidi-yahia-ben-salem	DZ		0	Africa/Algiers	36.00472	4.3426				39			
2479691	Sidi Yahia Ben Ahmed	sidi-yahia-ben-ahmed	DZ		0	Africa/Algiers	35.64327	3.75507				27			
2479729	Sidi Touhami	sidi-touhami	DZ		0	Africa/Algiers	33.54448	6.79369				43			
2479750	Sidi Taher	sidi-taher	DZ		0	Africa/Algiers	36.9434	7.72248				37			
2479855	Sidi Saadane	sidi-saadane	DZ		0	Africa/Algiers	36.00341	2.99908				06			
2479882	Sidi Rahmoun	sidi-rahmoun	DZ		0	Africa/Algiers	35.08184	-1.70637				15			
2479922	Sidi Nhar	sidi-nhar	DZ		0	Africa/Algiers	35.69165	3.97823				27			
2479930	Sidi Namane	sidi-namane	DZ		0	Africa/Algiers	36.75853	3.98233		Sidi Namane		14			
2479941	Sidi Moussa Ben Harkat	sidi-moussa-ben-harkat	DZ		0	Africa/Algiers	35.7177	2.71381				06			
2480024	Sidi Mohammed Moussa	sidi-mohammed-moussa	DZ		0	Africa/Algiers	34.54871	6.13891				19			
2480081	Sidi Mohammed Ben Moussa	sidi-mohammed-ben-moussa	DZ		0	Africa/Algiers	35.4328	5.71328				03			
2480088	Sidi Mohammed Ben ed Dif	sidi-mohammed-ben-ed-dif	DZ		0	Africa/Algiers	36.11432	4.02842				21			
2480139	Sidi Mohammed	sidi-mohammed	DZ		0	Africa/Algiers	36.21754	3.3322				06			
2480140	Sidi Mohammed	sidi-mohammed	DZ		0	Africa/Algiers	36.20509	3.50334				06			
2480164	Sidi Mohamed Benaouda	sidi-mohamed-benaouda	DZ		0	Africa/Algiers	35.60409	0.58874		Sidi Mohamed Ben Aouda,Sidi Mohamed Benaouda,Sidi Mohammed Ben Aouda		51			
2480169	Belcourt	belcourt	DZ		0	Africa/Algiers	36.74453	3.05268		Belcourt,Sayyidi Imhammad,Sayyidī Imḥammad,Sidi M'Hamed,Sidi M’Hamed,blkwr,sydy amhmd,sydy mhmd,بلكور,سيدي امحمد,سيدي محمد,سیدی امحمد		01			
2480265	Sidi Mahyadîne	sidi-mahyadine	DZ		0	Africa/Algiers	35.40345	-0.06821				26			
2480285	Sidi Liman	sidi-liman	DZ		0	Africa/Algiers	33.29146	6.90617				43			
2480312	Sidi Lahssen	sidi-lahssen	DZ		0	Africa/Algiers	35.16359	-0.69592		Detrie,Détrie,Sidi Lahssen,Sidi Lhassen,Sidi Lhassene		30			
2480322	Sidi Ladjel	sidi-ladjel	DZ		0	Africa/Algiers	35.43333	2.5		El Ouerf,El Ouerq,Sidi Ladjal,Sidi Ladjel,Sîdî Ladjâl		22			
2480338	Sidi Khetab	sidi-khetab	DZ		0	Africa/Algiers	35.91113	0.51002		Arret de Sidi Kheltab,Arrêt de Sidi Kheltab,Halte de Sidi Khetab,Sidi Khetab,Sidi Khettab		51			
2480340	Sidi Khelouaf	sidi-khelouaf	DZ		0	Africa/Algiers	35.99146	2.63631				06			
2480356	Sidi Khalifa	sidi-khalifa	DZ		0	Africa/Algiers	36.35994	6.29347		Sidi Khalifa,Sidi Kralifa		48			
2480357	Sidi Khalifa	sidi-khalifa	DZ		0	Africa/Algiers	34.17656	0.02781				42			
2480372	Sidi Kebîr	sidi-kebir	DZ		0	Africa/Algiers	36.45	2.85				20			
2480397	Sidi Heg	sidi-heg	DZ		0	Africa/Algiers	35.33373	4.14351				27			
2480423	Sidi Hallou	sidi-hallou	DZ		0	Africa/Algiers	36.70472	3.44157				40			
2480429	Sidi Hadjres	sidi-hadjres	DZ		0	Africa/Algiers	35.67481	4.03939		Sidi Hadjres,Sidi Hadjress		27			
2480436	Sidi Hadj Ben Ameur	sidi-hadj-ben-ameur	DZ		0	Africa/Algiers	33.4177	0.83607				42			
2480454	Sidi Ferruch	sidi-ferruch	DZ		0	Africa/Algiers	36.75656	2.84532		Sidi Ferruch		01			
2480471	Mkam Sidi en Nasser	mkam-sidi-en-nasser	DZ		0	Africa/Algiers	33.92223	1.48686				42			
2480492	Sidi el Mokhf	sidi-el-mokhf	DZ		0	Africa/Algiers	35.48711	0.2846		Sidi el Mokhf,Sidi el Mokrf		26			
2480495	Sidi el Messaoud	sidi-el-messaoud	DZ		0	Africa/Algiers	34.99711	6.32701				19			
2480510	Sidi el Ma	sidi-el-ma	DZ		0	Africa/Algiers	35.33639	4.72833				27			
2480539	Sidi el Hadj ed Dine	sidi-el-hadj-ed-dine	DZ		0	Africa/Algiers	32.90673	1.22716		Sidi el Hadi ed Dine,Sidi el Hadj ed Dine		42			
2480569	Sidi el Hachem	sidi-el-hachem	DZ		0	Africa/Algiers	33.31602	6.8948		Sidi Hachemi,Sidi el Hachem		43			
2480614	Sidi ed Daâ	sidi-ed-daa	DZ		0	Africa/Algiers	29.1905	0.1785		Sidi ed Daa,Sidi ed Daâ,sydy aldʿ,سيدي الدع		TM			
2480618	Sidi ech Chahmi	sidi-ech-chahmi	DZ		35512	Africa/Algiers	35.65903	-0.52168		Sidi Chami,Sidi Chamy,Sidi ech Chahmi		09			
2480634	Sidi Djilali	sidi-djilali	DZ		0	Africa/Algiers	34.46095	-1.58615		Sidi Djilali,Sidi Djillali,Sidi Jilali		15			
2480644	Sidi Djelloul	sidi-djelloul	DZ		0	Africa/Algiers	34.03547	1.9074				25			
2480646	Sidi Djella	sidi-djella	DZ		0	Africa/Algiers	35.57896	5.26993				27			
2480678	Dechra Sidi Chikh	dechra-sidi-chikh	DZ		0	Africa/Algiers	36.41236	3.7059		Dechra Sidi Chikh,Sidi Chikh		21			
2480773	Sidi Bou Saïd	sidi-bou-said	DZ		0	Africa/Algiers	35.76617	5.10944				12			
2480789	Sidi Bou Messabeh	sidi-bou-messabeh	DZ		0	Africa/Algiers	36.3054	2.22483				35			
2480795	Sidi Boû Mediene	sidi-bou-mediene	DZ		0	Africa/Algiers	34.87765	-1.29153		Bou Medine,Sidi Bou Mediene,Sidi Boû Mediene		15			
2480843	Sidi Bou Daoud	sidi-bou-daoud	DZ		0	Africa/Algiers	36.68363	4.96075				18			
2480852	Sidi Bou Bekeur	sidi-bou-bekeur	DZ		0	Africa/Algiers	35.03007	0.05865		Charrier,Meftah Sidi Boubekeur,Sidi Bou Bekeur,Sidi Bouhekeur		10			
2480911	Sidi Ben Merzouga	sidi-ben-merzouga	DZ		0	Africa/Algiers	35.67917	4.1625				27			
2480917	Sidi Ben Khalifa	sidi-ben-khalifa	DZ		0	Africa/Algiers	35.53333	4.93333				27			
2480926	Sidi Ben Hadj	sidi-ben-hadj	DZ		0	Africa/Algiers	27.73365	-0.27576				34			
2480935	Sidi Ben Doghman	sidi-ben-doghman	DZ		0	Africa/Algiers	35.03793	3.2021				22			
2480939	Sidi Ben Diaf	sidi-ben-diaf	DZ		0	Africa/Algiers	35.1208	-1.55461				15			
2480991	Sidi Belkassem	sidi-belkassem	DZ		0	Africa/Algiers	35.36151	4.17835				27			
2480998	Sidi Bel Atar	sidi-bel-atar	DZ		0	Africa/Algiers	36.02605	0.26851		Hadjadj,Pont du Cheliff,Pont du Chéliff,Pont' d'Ech Chlef,Pont’ d’Ech Chlef,Sidi Bel Atar		07			
2481007	Sidi Bel Abbès	sidi-bel-abbes	DZ		191769	Africa/Algiers	35.18994	-0.63085	492	BFW,Sid Bel Abbes,Sid Bel Abbès,Sidi Bel Abbes,Sidi Bel Abbès,Sidi Bel Abes,Sidi Belabbas,Sidi Belɛebbas,Sidi Bilabbas,Sidi Bu-l-Abbas,Sidi bel Abbes,Sidi bel Abbès,Sidi bel Abesas,Sidi-Bal-Abbes,Sidi-Bal-Abbès,Sidi-Bel'-Abbes,Sidi-Bel-Abbes,Sidi-Bel-Abbès,Sidi-bel-Abbes,Sidi-bel-Abbès,Sidy-Bel'-Abes,sidibel-abeseu,xi di bei lei a ba si,Сиди Бел Абес,Сиди-Бель-Аббес,Сиди-Бель-Аббес қаласы,Сіды-Бель-Абес,Сіді-Бель-Аббес,סידי בל-עבאס,سيدي بلعباس,سیدی بلعباس,سیدی بلعباس، الجزایر,ولاية سيدي بلعباس,西迪贝勒阿巴斯,시디벨아베스	30	30			
2481015	Sidi Barkat	sidi-barkat	DZ		0	Africa/Algiers	34.83333	5.71667				19			
2481061	Sidi Amor el Grib	sidi-amor-el-grib	DZ		0	Africa/Algiers	36.93179	7.52958				37			
2481067	Sidi Ameur el Kbar	sidi-ameur-el-kbar	DZ		0	Africa/Algiers	35.42296	-0.34104				26			
2481105	Sidi Ali Ou Brahim	sidi-ali-ou-brahim	DZ		0	Africa/Algiers	29.34251	0.01499				TM			
2481136	Sidi Ali Ben Youb	sidi-ali-ben-youb	DZ		0	Africa/Algiers	34.94704	-0.71937		Chanzy,Sidi Ali Ben Youb		30			
2481138	Sidi Ali Ben Yahia	sidi-ali-ben-yahia	DZ		0	Africa/Algiers	35.13917	0.29111				26			
2481213	Sidi Aïssa Ben Moulahoum	sidi-aissa-ben-moulahoum	DZ		0	Africa/Algiers	35.76623	3.90453		Si Aissa Ben Moulahoum,Si Aïssa Ben Moulahoum,Sidi Aissa Ben Moulahoum,Sidi Aïssa Ben Moulahoum		27			
2481217	Sidi Aïssa Ben Dehimi	sidi-aissa-ben-dehimi	DZ		0	Africa/Algiers	35.65491	5.9127				03			
2482437	Salaouti	salaouti	DZ		0	Africa/Algiers	36.06304	1.60272				41			
2481282	Sidi Ahmed Ben Slimane	sidi-ahmed-ben-slimane	DZ		0	Africa/Algiers	35.88424	5.1406				12			
2481305	Sidi Ahmed Bel Hassene	sidi-ahmed-bel-hassene	DZ		0	Africa/Algiers	36.42038	1.987				55			
2481567	Sidi Abd el ’Azîz	sidi-abd-el-aziz	DZ		0	Africa/Algiers	36.51667	6.05				48			
2481627	Siafa	siafa	DZ		0	Africa/Algiers	35.85301	0.67995		Douar Siafa,Siafa		51			
2481632	Shanine	shanine	DZ		0	Africa/Algiers	35.79515	1.52621				56			
2481639	Sfizef	sfizef	DZ		31081	Africa/Algiers	35.23464	-0.24435		Mercier-Lacombe,Sfisef,Sfissef,Sfizef,sfyzf,سفيزف		30			
2481683	Settout	settout	DZ		0	Africa/Algiers	35.0643	-1.78605		Douar Settout,Settout		15			
2481700	Sétif	setif	DZ		288461	Africa/Algiers	36.19112	5.41373		QSF,Sathif,Satif,Setif,Setifas,Setyf,Sitifis,Stif,Sétif,sai ti fu,setifu,setipeu,stf,styf,styp,wlayt styf,Сетиф,Сетиф қаласы,Сетыф,Сетіф,סטיף,سطف,سطيف,ولاية سطيف,Ṣṭif,セティフ,塞提夫,세티프	12	12			
2481706	Setatmia	setatmia	DZ		0	Africa/Algiers	36.27101	2.59119				06			
2481707	Setar Mlouk	setar-mlouk	DZ		0	Africa/Algiers	34.84404	5.72256				19			
2481752	Serir Ou Amane	serir-ou-amane	DZ		0	Africa/Algiers	34.93937	6.36582				19			
2481780	Seratou	seratou	DZ		0	Africa/Algiers	36.59633	5.68994				24			
2481787	Seragna	seragna	DZ		0	Africa/Algiers	36.43333	6.15		Seraghna,Seragna,Serarhna		48			
2481862	Semmach	semmach	DZ		0	Africa/Algiers	36.34992	4.15605				21			
2481882	Semaoun	semaoun	DZ		0	Africa/Algiers	36.58635	4.58949		Semaoun,smʿwn,سمعون		18			
2481892	Selsla	selsla	DZ		0	Africa/Algiers	35.75256	7.97463				33			
2481963	Sekhanine	sekhanine	DZ		0	Africa/Algiers	36.30575	4.71292		Sekhanine,Sekranme		39			
2482000	Sehil	sehil	DZ		0	Africa/Algiers	35.11319	4.2634				27			
2482098	Sedra Baïa	sedra-baia	DZ		0	Africa/Algiers	35.30683	4.43662				27			
2482141	Sedjef et Tine	sedjef-et-tine	DZ		0	Africa/Algiers	35.28156	5.68846		Dechra Sedjef et Tine,Sedjef et Tine		03			
2482156	Seddouk Oufella	seddouk-oufella	DZ		0	Africa/Algiers	36.51325	4.70864		Seddouck Oufellah,Seddouk Oufella,Seddouk Oufellah		18			
2482183	Aziz	aziz	DZ		0	Africa/Algiers	35.82331	2.45154		Es Sebt,Sebt Aziz		06			
2482238	Sebaïn Aïoun	sebain-aioun	DZ		0	Africa/Algiers	35.4567	1.60334				13			
2482241	Sebaïh	sebaih	DZ		0	Africa/Algiers	35.66184	1.46631				13			
2482295	Scharouia	scharouia	DZ		0	Africa/Algiers	35.61411	1.37765				13			
2482310	Douar Sbiba	douar-sbiba	DZ		0	Africa/Algiers	35.01981	1.09784		Douar Sbiba,Sbiba		13			
2482317	Sbeïkia	sbeikia	DZ		0	Africa/Algiers	34.95718	8.20741		Bir Sbeikeia,Bir Sbekia,Bir Sbeïkeia,Bordj Sbeikeia,Bordj Sbeikeïa,Sbeikeia,Sbeikia,Sbeïkeïa,Sbeïkia		33			
2482318	Boukaat es Sbih	boukaat-es-sbih	DZ		0	Africa/Algiers	36.0605	1.35294		Boukaat es Sbih,Sbehi		41			
2482353	Satour	satour	DZ		0	Africa/Algiers	36.25201	4.65388				39			
2482411	Samma	samma	DZ		0	Africa/Algiers	36.01263	4.11104				39			
2482470	Douar Sakhri	douar-sakhri	DZ		0	Africa/Algiers	36.24669	2.98758		Douar Sakhri,Sakhri		06			
2482478	Sakamody	sakamody	DZ		0	Africa/Algiers	36.49934	3.26902		Sakamodi,Sakamody		20			
2482480	Sakaï	sakai	DZ		0	Africa/Algiers	35.48685	5.04381				03			
2482482	Saïrher	sairher	DZ		0	Africa/Algiers	36.63748	2.74063		Saighr,Sairher,Sairhr,Saïrher,Saïrhr		55			
2482488	Saint-Pierre	saint-pierre	DZ		0	Africa/Algiers	35.7	-0.63333		Quartier Saint Pierre,Saint-Pierre		09			
2482489	Saint-Pierre	saint-pierre	DZ		0	Africa/Algiers	35.60371	-0.90539		Douar Saint-Pierre,Saint-Pierre		09			
2482493	Saint-Paul	saint-paul	DZ		0	Africa/Algiers	36.69034	3.35931				40			
2482496	Saint-Louis	saint-louis	DZ		0	Africa/Algiers	36.90763	7.11938		Saint Louis de Felfela,Saint-Louis		31			
2482499	Saint-Jules	saint-jules	DZ		0	Africa/Algiers	35.92235	0.10002				07			
2482507	Saint-Honoré	saint-honore	DZ		0	Africa/Algiers	36.3687	7.6352				23			
2482511	Mehari Mohamed	mehari-mohamed	DZ		0	Africa/Algiers	36.58306	6.74611		Mehari Mohamed,Sainte-Wilhelmine		31			
2482513	Saint-Eugène	saint-eugene	DZ		0	Africa/Algiers	35.69228	-0.60956		Saint-Eugene,Saint-Eugène,Village Saint Eugene,Village Saint Eugène		09			
2482516	Sainte Marie du Corso	sainte-marie-du-corso	DZ		0	Africa/Algiers	36.7321	3.45077				40			
2482528	Sainte-Croix de l’Edough	sainte-croix-de-l-edough	DZ		0	Africa/Algiers	36.90653	7.66279		Sainte-Croix de l'Edough,Sainte-Croix de l'Edourh,Sainte-Croix de l’Edough,Sainte-Croix de l’Edourh		37			
2482529	Sainte-Clotilde	sainte-clotilde	DZ		0	Africa/Algiers	35.7111	-0.68636				09			
2482534	Saint-Cloud	saint-cloud	DZ		0	Africa/Algiers	36.91487	7.76548		Saint-Cloud,Saint-Cloud-les-Plages		37			
2482538	Saint-André	saint-andre	DZ		0	Africa/Algiers	35.71667	-0.7		Khaldia,Saint-Andre,Saint-André		09			
2482593	Sahouria	sahouria	DZ		0	Africa/Algiers	35.47445	-0.5023				09			
2482601	Sahira	sahira	DZ		0	Africa/Algiers	34.63941	5.41964				19			
2482604	Sahela Tahtania	sahela-tahtania	DZ		0	Africa/Algiers	27.27446	2.48426		Sahela Tahtania		IS			
2482605	Sahela Foukania	sahela-foukania	DZ		0	Africa/Algiers	27.27202	2.53806		Sahela,Sahela Foukania		IS			
2482615	Sahbane	sahbane	DZ		0	Africa/Algiers	33.17057	6.73106		Sahbane		43			
2482699	Safene	safene	DZ		0	Africa/Algiers	34.92898	0.80858				13			
2482717	El Hadj Sadok	el-hadj-sadok	DZ		0	Africa/Algiers	36.25056	1.94863		El Hadj Sadok,Sadok		35			
2482727	Chegga Sadana	chegga-sadana	DZ		0	Africa/Algiers	33.3	-0.91667				49			
2482750	Sabbana	sabbana	DZ		0	Africa/Algiers	36.0883	1.27261		Sabbana,Sebana		41			
2482756	Saala	saala	DZ		0	Africa/Algiers	28.59512	-0.14557				TM			
2482844	Rounda	rounda	DZ		0	Africa/Algiers	35.11868	6.23306				03			
2482856	Roum es Soûk	roum-es-souk	DZ		0	Africa/Algiers	36.78611	8.53556		Roum er Souk,Roum es Souk,Roum es Soûk,Roum-el Souk		44			
2482859	Roumane	roumane	DZ		0	Africa/Algiers	34.93987	6.40288				19			
2482860	Roumânât	roumanat	DZ		0	Africa/Algiers	36.96667	7.55				37			
2482861	Roumana Dahraouia	roumana-dahraouia	DZ		0	Africa/Algiers	35.22196	4.28012				27			
2482877	Rouknia	rouknia	DZ		0	Africa/Algiers	36.5258	7.21456		Douar Rouknia,Rouknia		23			
2482921	Douar Bou Ghoufala	douar-bou-ghoufala	DZ		0	Africa/Algiers	35.14352	0.77944		Douar Bou Ghoufala,Metameur Roufala,Roufala		13			
2482930	Rouania	rouania	DZ		0	Africa/Algiers	36.05156	3.03494				06			
2482935	Rouaïha	rouaiha	DZ		0	Africa/Algiers	35.56786	1.40633				13			
2482940	Rouabich	rouabich	DZ		0	Africa/Algiers	35.57991	4.81599				27			
2482943	Rostomia	rostomia	DZ		0	Africa/Algiers	36.78342	2.97209		Air de France,Rostomia,alrstmyt,mnakh frnsa,rstmyt,الرستمية,رستمية,مناخ فرنسا		01			
2482947	Roseville	roseville	DZ		0	Africa/Algiers	35.72146	-0.70496		Roseville,Roseville-Plage		09			
2483001	Robaa	robaa	DZ		0	Africa/Algiers	35.34468	4.72188				27			
2483007	R’Mila	r-mila	DZ		0	Africa/Algiers	36.07551	4.2681				39			
2483128	Rhozzi	rhozzi	DZ		0	Africa/Algiers	27.78543	-0.2477				34			
2483177	Rhorfa	rhorfa	DZ		0	Africa/Algiers	36.28722	2.95639				06			
2483187	Rhoraf	rhoraf	DZ		0	Africa/Algiers	36.25472	2.93472				06			
2483205	Rhnet	rhnet	DZ		0	Africa/Algiers	29.21802	0.18353		Rhnet,ghnat,غنات		TM			
2483256	Rhiaf	rhiaf	DZ		0	Africa/Algiers	29.30413	0.26667		Rhiaf,Rhiat		TM			
2483320	Rherbali Hadj Abed	rherbali-hadj-abed	DZ		0	Africa/Algiers	35.47517	1.2686				13			
2483383	Rhedir Chaïr	rhedir-chair	DZ		0	Africa/Algiers	36.52091	5.90927				48			
2483393	Rhedadoua	rhedadoua	DZ		0	Africa/Algiers	35.90005	1.22446				51			
2483401	Rhebala	rhebala	DZ		0	Africa/Algiers	36.52511	6.13441				48			
2483410	Rhazlia	rhazlia	DZ		0	Africa/Algiers	35.72486	1.55713				56			
2483418	Rhassira	rhassira	DZ		0	Africa/Algiers	35.08734	6.2166		Rassira,Rhassira		03			
2483425	Rhar Roubane	rhar-roubane	DZ		0	Africa/Algiers	34.59927	-1.78276				15			
2483432	Rharmianou	rharmianou	DZ		0	Africa/Algiers	27.37624	-0.18465				34			
2483433	Rhar Madene	rhar-madene	DZ		0	Africa/Algiers	35.12147	-1.63584		Rhar Madene,Rhar el Madene,Rhar el Madène		15			
2483447	Douar Kharfia	douar-kharfia	DZ		0	Africa/Algiers	36.01272	1.85251		Douar Kharfia,Rharfia		35			
2483459	Rhâr el Baroud	rhar-el-baroud	DZ		0	Africa/Algiers	35.28129	-1.38797		Dar Baroud,Ghar Baroud,Rhar Baroud,Rhar el Baroud,Rhâr el Baroud		36			
2483484	Rhar ’Amrâne	rhar-amrane	DZ		0	Africa/Algiers	36.68494	5.73855		Ghir Hamrane,Rhar 'Amrane,Rhar ’Amrâne,Rhir Hamrane		24			
2483494	Rhaoussil	rhaoussil	DZ		0	Africa/Algiers	36.67248	5.87431		Mechtat el Oufiana,Mechtat el Outiana,Rhaoussil		24			
2483505	Rhamra	rhamra	DZ		0	Africa/Algiers	33.53333	6.78333				43			
2483518	Rhalem	rhalem	DZ		0	Africa/Algiers	36.3146	3.21016				06			
2483529	Douar Khadaid	douar-khadaid	DZ		0	Africa/Algiers	35.36705	0.73881		Douar Khadaid,Douar Rhaded,Rhaded		26			
2483594	Douar er Râarâa	douar-er-raaraa	DZ		0	Africa/Algiers	35.58002	0.27739		Douar er Raaraa,Douar er Râarâa,Reta		26			
2483608	Reskil	reskil	DZ		0	Africa/Algiers	34.98869	6.52422				03			
2483615	Requialet	requialet	DZ		0	Africa/Algiers	36.1834	2.11165				35			
2483617	Renndoussa	renndoussa	DZ		0	Africa/Algiers	36.62979	3.9903				14			
2483668	Relizane	relizane	DZ		130094	Africa/Algiers	35.73734	0.55599		Ighil Izane,Prowincja Relizane,QZN,Relizan,Relizane,ghlyzan,wlayt ghlyzan,غليزان,غلیزان,ولاية غليزان	51	51			
2483678	Rekkada	rekkada	DZ		0	Africa/Algiers	36.63431	5.77904		Mechtat Rekkada,Rekkada		24			
2483719	Rehegragui	rehegragui	DZ		0	Africa/Algiers	34.98299	1.06758		Douar Rehegragui,Rehegragui		13			
2483748	Reguedia	reguedia	DZ		0	Africa/Algiers	36.21518	2.04471				35			
2483758	Reggane-Plateau	reggane-plateau	DZ		0	Africa/Algiers	26.69907	0.27685		Reggane-Plateau,tl rqan,تل رقان		34			
2483768	Regabbi-n-Aït Hasso	regabbi-n-ait-hasso	DZ		0	Africa/Algiers	29.82689	-5.63231				00			
2483806	Redjas	redjas	DZ		0	Africa/Algiers	36.42736	6.12018		Radjas Ferada,Radjas Férada,Redjas,Redjas Ferada,Redjas Férada,Redjas-el-Ferada,Redjez el Ferrada		48			
2483861	Rebaïb	rebaib	DZ		0	Africa/Algiers	36.88333	7.03333		Douar Rebaib,Douar Rebaïb,Rebaib,Rebaïb		31			
2483901	Rayet	rayet	DZ		0	Africa/Algiers	36.33699	4.94852				12			
2483958	Râs el Fedh	ras-el-fedh	DZ		0	Africa/Algiers	36.35221	4.97389				12			
2483965	Râs el Akba	ras-el-akba	DZ		0	Africa/Algiers	36.37304	7.22415		Ras el Akba,Rass el Akba,Râs el Akba		23			
2483986	Rardous	rardous	DZ		0	Africa/Algiers	36.51945	2.14601				55			
2483987	Rarch	rarch	DZ		0	Africa/Algiers	36.80875	7.02994				31			
2484020	Ramdane Djamal	ramdane-djamal	DZ		0	Africa/Algiers	36.75614	6.89542		Ramdane Djamal,Ramdane Djamel,Ramdane Djemal,Saint-Charles		31			
2484023	Ramassés	ramasses	DZ		0	Africa/Algiers	36.91667	7.75				37			
2484026	Ramahma	ramahma	DZ		0	Africa/Algiers	36.38055	3.16326				06			
2484062	Colonel Lotfi	colonel-lotfi	DZ		0	Africa/Algiers	35.93029	0.10655		Colonel Lotfi,Raisinville		07			
2484083	Rahmenia	rahmenia	DZ		0	Africa/Algiers	36.68025	2.9065		Rahmenia,Sainte Amelie,Sainte Amélie		01			
2484085	Rahmane	rahmane	DZ		0	Africa/Algiers	35.56292	4.35031				27			
2484125	Radjimi	radjimi	DZ		0	Africa/Algiers	36.35769	3.06885				06			
2484145	Rachgoun	rachgoun	DZ		0	Africa/Algiers	35.29782	-1.46834		Rachgoun,rshqwn,رشقون		36			
2484177	Portes de Fer	portes-de-fer	DZ		0	Africa/Algiers	36.21119	4.37464				39			
2484178	Port de Ménard	port-de-menard	DZ		0	Africa/Algiers	36.25989	0.52687				07			
2484183	Pont Cavalla	pont-cavalla	DZ		0	Africa/Algiers	37	7.38333				37			
2484184	Pont-Albin	pont-albin	DZ		0	Africa/Algiers	35.66288	-0.69737				09			
2484189	Plateau Saulière	plateau-sauliere	DZ		0	Africa/Algiers	36.76667	3.05				01			
2484192	Plaisance	plaisance	DZ		0	Africa/Algiers	36.91667	7.75				37			
2484193	Plage Moretti	plage-moretti	DZ		0	Africa/Algiers	36.76042	2.8615				01			
2484194	Plage de Terga	plage-de-terga	DZ		0	Africa/Algiers	35.44294	-1.23672		Helb-el-Abiod,Plage de Rio-Salado,Plage de Terga,Turgot-Plage		36			
2484195	Plage de Sidna Youcha	plage-de-sidna-youcha	DZ		0	Africa/Algiers	35.11724	-1.77894				15			
2484196	Plage de Sassel	plage-de-sassel	DZ		0	Africa/Algiers	35.49221	-1.21884				36			
2484197	Plage Abd el Malek Ramdane	plage-abd-el-malek-ramdane	DZ		0	Africa/Algiers	36.12546	0.26282		Abd el-Malek Ramdane Plage,Ouillis-Plage,Plage Abd el Malek Ramdane,Plage de Ramdan		07			
2484198	Plage de Oued el Halloûf	plage-de-oued-el-hallouf	DZ		0	Africa/Algiers	35.36389	-1.2762		Oued el Hallouf,Oued el Halloûf,Plage de Oued el Hallouf,Plage de Oued el Halloûf,Plage de l'Oued Hallouf,Plage de l’Oued Hallouf		36			
2484199	Hadjadj Plage	hadjadj-plage	DZ		0	Africa/Algiers	36.1466	0.30338		Bosquet-Plage,Hadjadj Plage,Plage de Hadjadj		07			
2484209	Petit Port	petit-port	DZ		0	Africa/Algiers	36.20849	0.39057		Petit Port,Porticcioli,mynaʾ bwty,ميناء بوتي		07			
2484210	Petit Mecheria	petit-mecheria	DZ		0	Africa/Algiers	33.57667	1.01463		Mecheria,Mechria,Méchéria,Petit Mecheria,Petit Mechria		42			
2484218	Palm Beach	palm-beach	DZ		0	Africa/Algiers	36.75	2.85				01			
2484229	Ouzitène	ouzitene	DZ		0	Africa/Algiers	33.35	6.83333				43			
2484270	Outa Ben Aroun	outa-ben-aroun	DZ		0	Africa/Algiers	36.50709	5.64618		Outa Ben Aroun,Outa Ben Aroune		12			
2484322	Ousseria	ousseria	DZ		0	Africa/Algiers	35.99619	2.76132				06			
2484347	Ousaïdene	ousaidene	DZ		0	Africa/Algiers	36.64248	3.85539				14			
2484372	Ourhlana	ourhlana	DZ		0	Africa/Algiers	33.55429	5.99389		Ourhlana,Ourlhana		MG			
2484375	Ourhanime	ourhanime	DZ		0	Africa/Algiers	35.12492	5.98795				03			
2484394	Ounrhal	ounrhal	DZ		0	Africa/Algiers	35.10278	7.09972				47			
2484399	Oundadja	oundadja	DZ		0	Africa/Algiers	36.53387	4.92309				18			
2484407	Oumzizou	oumzizou	DZ		0	Africa/Algiers	36.71434	4.23533				14			
2484413	Oumm Toûb	oumm-toub	DZ		0	Africa/Algiers	36.68878	6.57201		Oum Toub,Oumm Toub,Oumm Toûb,Souk el Metoub		31			
2484414	Om Tefrakh	om-tefrakh	DZ		0	Africa/Algiers	36.42123	1.18647		Om Tefrakh,Oum Tefrakh		41			
2484415	Oum Teboul	oum-teboul	DZ		0	Africa/Algiers	36.88199	8.5642		Kef Oum Teboul,Oum Teboul,Oum Theboul		44			
2484427	Oum Sahouine	oum-sahouine	DZ		0	Africa/Algiers	33.29285	6.82219		Oum Sahouine		43			
2484439	Oumrad	oumrad	DZ		0	Africa/Algiers	29.39805	0.30441				TM			
2484493	Oumm el ’Agareb	oumm-el-agareb	DZ		0	Africa/Algiers	36.8131	8.2124		Mechta Oum el Agareb,Oumm el 'Agareb,Oumm el ’Agareb		44			
2484533	Oum ez Zebed	oum-ez-zebed	DZ		0	Africa/Algiers	33.12472	6.34389		Oum ez Zebed		TG			
2484540	Oum et Tiour	oum-et-tiour	DZ		0	Africa/Algiers	34.14869	5.83829		Oum et Tieur,Oum et Tiour		MG			
2484556	Oum er Rekha	oum-er-rekha	DZ		0	Africa/Algiers	35.25554	6.08339				03			
2484601	Oum el Habel	oum-el-habel	DZ		0	Africa/Algiers	34.95021	6.3843				19			
2484602	Oum el Guetouta	oum-el-guetouta	DZ		0	Africa/Algiers	34.44417	1.77036				13			
2484620	Oum el Bouaghi	oum-el-bouaghi	DZ		100821	Africa/Algiers	35.87541	7.11353		Canrobert,Oum el Bouaghi,Oum-el-Bouachi,QMH,am albwaqy,أم البواقي	29	29			
2484644	Oum el ’Alou	oum-el-alou	DZ		0	Africa/Algiers	34.92308	-1.21962		Oum el 'Alou,Oum el Allou,Oum el ’Alou		15			
2484672	Mechtat Oum ed Dissa	mechtat-oum-ed-dissa	DZ		0	Africa/Algiers	35.91194	4.79417				39			
2484692	Oum Djerane	oum-djerane	DZ		0	Africa/Algiers	34.82384	0.32422		Oum Djerane,Oum el Djerane		10			
2484740	Oultem Ouled Salah	oultem-ouled-salah	DZ		0	Africa/Algiers	35.15608	4.36571				27			
2484754	Oulhadj	oulhadj	DZ		0	Africa/Algiers	34.93328	6.80079				47			
2484758	Ouled Zlehala	ouled-zlehala	DZ		0	Africa/Algiers	35.68771	4.96629				27			
2484762	Ouled Zeriba	ouled-zeriba	DZ		0	Africa/Algiers	36.22366	4.1033				21			
2484771	Ouled Tessala	ouled-tessala	DZ		0	Africa/Algiers	36.54638	3.58076				21			
2484772	Ouled Taïeb	ouled-taieb	DZ		0	Africa/Algiers	35.87846	1.03173				51			
2484776	Ouled Slama Tahta	ouled-slama-tahta	DZ		0	Africa/Algiers	36.563	3.10664				20			
2484777	Ouled Slama Fouaga	ouled-slama-fouaga	DZ		0	Africa/Algiers	36.54828	3.11006		Ouled Slama Fouaga,Ouled Slama Fouaka		20			
2484778	Ouled Sidi Yahia Cheraka	ouled-sidi-yahia-cheraka	DZ		0	Africa/Algiers	36.13623	1.81827		Ouled Sidi Yahia Cheraga,Ouled Sidi Yahia Cheraka		35			
2484783	Douar Sidi Saafi	douar-sidi-saafi	DZ		0	Africa/Algiers	35.38153	0.36608		Douar Sidi Saafi,Ouled Sidi Safi		26			
2484784	Ouled Sidi Saad	ouled-sidi-saad	DZ		0	Africa/Algiers	36.61381	3.6946				40			
2484786	Ouled Sidi Mohammed el Hemyani	ouled-sidi-mohammed-el-hemyani	DZ		0	Africa/Algiers	34.9195	-1.01689				15			
2484787	Ouled Sidi Mohammed	ouled-sidi-mohammed	DZ		0	Africa/Algiers	35.94714	3.19117				06			
2484788	Ouled Sidi Makhlouf	ouled-sidi-makhlouf	DZ		0	Africa/Algiers	35.55019	4.9398				27			
2484789	Ouled Sidi Khalifa	ouled-sidi-khalifa	DZ		0	Africa/Algiers	35.53122	0.2665		Douar Ouled Sidi Kralifa,Ouled Sidi Khalifa		26			
2484791	Ouled Sidi Hachmi	ouled-sidi-hachmi	DZ		0	Africa/Algiers	35.59979	0.2465				26			
2484792	Ouled Sidi Fárès	ouled-sidi-fares	DZ		0	Africa/Algiers	36.03274	0.47424		Douar Ouled Sidi Fares,Douar Ouled Sidi Farès,Ouled Sidi Fares,Ouled Sidi Fárès		07			
2484795	Ouled Sidi Bou Zina	ouled-sidi-bou-zina	DZ		0	Africa/Algiers	36.28912	1.41519				41			
2484797	Mechta Ouled Sidi Ameur	mechta-ouled-sidi-ameur	DZ		0	Africa/Algiers	35.92583	3.06517				06			
2484799	Ouled Sidi Ahmar	ouled-sidi-ahmar	DZ		0	Africa/Algiers	36.3208	3.04929		Ouled Sidi Ahmar,Ouled Sidi Amar		06			
2484800	Ouled Sellem	ouled-sellem	DZ		0	Africa/Algiers	35.82901	5.64895				12			
2484802	Oued Seguin	oued-seguin	DZ		0	Africa/Algiers	36.18306	6.38722		Oued Seguim,Oued Seguin,Ouled Seguin,Ouled Sequin		48			
2484816	Ouled Sahrahoui	ouled-sahrahoui	DZ		0	Africa/Algiers	34.85462	-0.17965				10			
2484817	Ouled Sahari	ouled-sahari	DZ		0	Africa/Algiers	35.86771	2.72092				06			
2484819	Ouled Rihana	ouled-rihana	DZ		0	Africa/Algiers	35.0236	-1.68495		Ouled Rihana,Ouled Riliana		15			
2484823	Ouled Rahmoun	ouled-rahmoun	DZ		0	Africa/Algiers	36.31448	6.39299		Douar Ouled Rahmoun,Ouled Rahmoun		48			
2484824	Ouled Rahmoun	ouled-rahmoun	DZ		0	Africa/Algiers	36.18392	6.70418		Auled Ramoun,Ouled Rahmoun,Ouled Rhamoun,Ouled Rhmoun		04			
2484828	Ouled Oula	ouled-oula	DZ		0	Africa/Algiers	36.59344	3.58263				40			
2484830	Ouled Neoual	ouled-neoual	DZ		0	Africa/Algiers	35.70515	2.45105		Ouled Neoual,Ouled Noual,awlad nwal,أولاد نوال		06			
2484832	Ouled Msellem	ouled-msellem	DZ		0	Africa/Algiers	36.22008	3.3739				06			
2484833	Ouled Mranntia	ouled-mranntia	DZ		0	Africa/Algiers	35.57523	1.96707				56			
2484837	Oulad Moussa	oulad-moussa	DZ		0	Africa/Algiers	34.63396	-1.56428		Oulad Moussa,Ouled Moussa,Ouled Moûssa		15			
2484840	Ouled Mohammed Bouya’koûb	ouled-mohammed-bouya-koub	DZ		0	Africa/Algiers	35.03333	-2.06667		Oulad Mohammed Bou Yacoub,Ouled Mohammed Bouya'koub,Ouled Mohammed Bouya’koûb		15			
2484843	Ouled Mohammed	ouled-mohammed	DZ		0	Africa/Algiers	35.62105	0.94975		Douar Ouled Mohammed,Ouled Mohammed		51			
2484849	Ouled Mendîl Rhraba	ouled-mendil-rhraba	DZ		0	Africa/Algiers	36.65	2.88333		Ouled Mendil Rhraba,Ouled Mendîl Rhraba,Ouled Menndil Rhaba		01			
2486891	Moûmna	moumna	DZ		0	Africa/Algiers	36.58333	7.78333				44			
2484851	El Abadlia	el-abadlia	DZ		0	Africa/Algiers	36.14302	1.93919		El Abadlia,Ouled Mekdarach		35			
2484853	Ouled Mehania	ouled-mehania	DZ		0	Africa/Algiers	35.61071	8.04699				33			
2484856	Ouled Mbarek	ouled-mbarek	DZ		0	Africa/Algiers	35.51298	4.94381				27			
2484857	Ouled Mannsour	ouled-mannsour	DZ		0	Africa/Algiers	35.53333	5.01667		Ouled Mannsour		27			
2484859	Ouled Madjoub	ouled-madjoub	DZ		0	Africa/Algiers	36.88333	3.91667		Oulad Madjoub,Ouled Madjoub		40			
2484863	Douar el Djaïria	douar-el-djairia	DZ		0	Africa/Algiers	35.77025	0.69282		Douar Ouled Lhassen,Douar el Djairia,Douar el Djaïria,Ouled Lhassene		51			
2484868	Ouled Lahsene	ouled-lahsene	DZ		0	Africa/Algiers	36.03684	0.32581				07			
2484869	Ouled Koulla	ouled-koulla	DZ		0	Africa/Algiers	36.3611	3.22329				06			
2484870	Ouled Kouadria	ouled-kouadria	DZ		0	Africa/Algiers	36.67511	3.33466				40			
2484875	Ouled Keddach	ouled-keddach	DZ		0	Africa/Algiers	36.84625	3.87934		Oulad Keddach,Ouled Keddach,Ouled Keddache		40			
2484876	Ouled Kaddour Ben Chaoui	ouled-kaddour-ben-chaoui	DZ		0	Africa/Algiers	36.28333	1.43333		Ouled Kaddour,Ouled Kaddour Ben Chaoui		41			
2484878	Ouled Helf	ouled-helf	DZ		0	Africa/Algiers	35.69553	4.96376		Ouled Helf,Ouled Hetf		27			
2484886	Ouled Hammed	ouled-hammed	DZ		0	Africa/Algiers	35.05	-1.88333		Ouled Ben Ahmed,Ouled Hammed		15			
2484891	Ouled Haddaj	ouled-haddaj	DZ		0	Africa/Algiers	36.71461	3.3422		Ouled Haddadj,Ouled Haddaj		40			
2484893	Ouled Guergour	ouled-guergour	DZ		0	Africa/Algiers	36.59265	3.57111				21			
2484899	Ouled er Rouabia	ouled-er-rouabia	DZ		0	Africa/Algiers	36.23423	3.18208				06			
2484902	Ouled el Hoûâri	ouled-el-houari	DZ		0	Africa/Algiers	34.92121	-1.78268		Douar Ouled el Haouari,Oulad el Haouari,Ouled el Houari,Ouled el Hoûâri		15			
2484903	Ouled el Hami	ouled-el-hami	DZ		0	Africa/Algiers	35.98389	3.12324				06			
2484904	Ouled el Hadj Kaddour	ouled-el-hadj-kaddour	DZ		0	Africa/Algiers	35.55828	1.09176		Douar Ouled Hadj Kaddour,Ouled el Hadj Kaddour		13			
2484907	Ouled el Hadj Abbed	ouled-el-hadj-abbed	DZ		0	Africa/Algiers	36.10926	1.16904		Ouled el Hadj 'Abed,Ouled el Hadj Abbed,Ouled el Hadj ’Abed		41			
2484909	Douar Ouled el Hadj	douar-ouled-el-hadj	DZ		0	Africa/Algiers	36.36961	1.47777		Douar Ouled el Hadj,Ouled el Hadj		41			
2484914	Ouled el Berrani	ouled-el-berrani	DZ		0	Africa/Algiers	35.35971	5.30817				03			
2484915	Ouled el Arbi	ouled-el-arbi	DZ		0	Africa/Algiers	35.60026	1.12267				13			
2484916	Ouled el ’Arbi	ouled-el-arbi	DZ		0	Africa/Algiers	34.62906	-1.56814		Oulad Arbi,Ouled el 'Arbi,Ouled el ’Arbi		15			
2484919	El Khedaïedj	el-khedaiedj	DZ		0	Africa/Algiers	35.96399	0.6233		Douar Ouled el Ahmar,El Khedaiedj,El Khedaïedj,Ouled el Ahmar		51			
2484920	Douar Abdeli	douar-abdeli	DZ		0	Africa/Algiers	36.33002	1.49261		Douar Abdeli,Ouled el Abdeli		41			
2484925	Ouled Douaba	ouled-douaba	DZ		0	Africa/Algiers	35.89498	2.72064				06			
2484926	Ouled Djilali	ouled-djilali	DZ		0	Africa/Algiers	36.16598	1.81538				35			
2484936	Ouled Defeltene	ouled-defeltene	DZ		0	Africa/Algiers	35.85881	1.32185		Mechta Ouled Defeltene,Ouled Defeltene		51			
2484938	Ouled Chaaïb	ouled-chaaib	DZ		0	Africa/Algiers	36.47436	1.44953		Ouled Chaaib,Ouled Chaaïb,Ouled Choaib,Ouled Choaïb		41			
2484939	Ouled Cherifa	ouled-cherifa	DZ		0	Africa/Algiers	35.50136	5.0665				03			
2484943	Ouled Chebacheb	ouled-chebacheb	DZ		0	Africa/Algiers	36.70583	3.30389				40			
2484944	Ouled Chami	ouled-chami	DZ		0	Africa/Algiers	36.1875	1.59056				35			
2484946	Ouled Chabane	ouled-chabane	DZ		0	Africa/Algiers	35.02401	-1.70166				15			
2484948	Ouled Brebeb	ouled-brebeb	DZ		0	Africa/Algiers	35.65362	4.82289				27			
2484958	Ouled Bouya’koûb	ouled-bouya-koub	DZ		0	Africa/Algiers	35.03333	-2.03333				15			
2484962	Ouled Bou Hamida	ouled-bou-hamida	DZ		0	Africa/Algiers	34.78451	-1.22198		Douar Oulad Bou Hamida,Ouled Bou Hamida,Ouled'Ben Hamida,Ouled’Ben Hamida		15			
2484964	Ouled Bou Della	ouled-bou-della	DZ		0	Africa/Algiers	35.58548	0.45431				51			
2484965	Ouled Bou ’Aziz	ouled-bou-aziz	DZ		0	Africa/Algiers	36.61667	7.46667				23			
2484967	Ouled Bou Akeur	ouled-bou-akeur	DZ		0	Africa/Algiers	35.62625	4.56451				27			
2484971	Ouled Ben Yettou	ouled-ben-yettou	DZ		0	Africa/Algiers	36.04333	0.96364				41			
2484972	Ouled Ben Saïd	ouled-ben-said	DZ		0	Africa/Algiers	36.18836	1.61859				35			
2484973	Ouled Ben Sa’ïd	ouled-ben-sa-id	DZ		0	Africa/Algiers	35.0584	-1.87711				15			
2484974	Ouled Ben Ramdane	ouled-ben-ramdane	DZ		0	Africa/Algiers	36.59257	3.05094				20			
2484975	Ouled Ben Norah	ouled-ben-norah	DZ		0	Africa/Algiers	36.65304	3.42816				40			
2484976	Ouled Ben Mered	ouled-ben-mered	DZ		0	Africa/Algiers	36.57147	3.08438				20			
2484977	Ouled Ben Mechk	ouled-ben-mechk	DZ		0	Africa/Algiers	36.62239	3.61552				40			
2484978	Ouled Ben Kaddour	ouled-ben-kaddour	DZ		0	Africa/Algiers	36.34536	1.17145				41			
2484979	Ouled Beni Messous	ouled-beni-messous	DZ		0	Africa/Algiers	36.77914	2.97504		Beni Messous,Ouled Beni Messous,Tribu des Beni-Messous		01			
2484983	Ouled Ben Doukhane	ouled-ben-doukhane	DZ		0	Africa/Algiers	36.59724	3.6546		Ouled Ben Doukhane,Ouled Ben Doukrane		40			
2484984	Ouled Ben Choubane	ouled-ben-choubane	DZ		0	Africa/Algiers	36.7081	3.274				01			
2484985	Ouled Ben Bekrta	ouled-ben-bekrta	DZ		0	Africa/Algiers	36.69321	3.45865		Ouled Ben Bekhta,Ouled Ben Bekrta		40			
2484988	Ouled ben Afa	ouled-ben-afa	DZ		0	Africa/Algiers	36.226	2.49099		Oulad Ben Aouda,Ouled Ben Aouda,Ouled ben Afa		35			
2484989	Ouled Ben Amar	ouled-ben-amar	DZ		0	Africa/Algiers	36.38327	1.31841				41			
2484990	Ouled Ben Abd er Rehim	ouled-ben-abd-er-rehim	DZ		0	Africa/Algiers	35.61335	1.05513		Douar Ouled Ben Abd el Rehim,Ouled Ben Abd er Rehim		51			
2484992	Ouled Ben Abd el Kader	ouled-ben-abd-el-kader	DZ		0	Africa/Algiers	36.02553	1.2742		Massena,Masséna,Ouled Ben Abd el Kader		41			
2484995	Ouled Bel Haïzem	ouled-bel-haizem	DZ		0	Africa/Algiers	36.88851	4.0036				40			
2484996	Ouled Bel Hadj	ouled-bel-hadj	DZ		0	Africa/Algiers	36.68124	3.0258				01			
2484998	Ouled Beïa	ouled-beia	DZ		0	Africa/Algiers	35.7	4.88333				27			
2485000	Ouled Barik	ouled-barik	DZ		0	Africa/Algiers	35.54	5.07111				27			
2485001	Ouled Benddou	ouled-benddou	DZ		0	Africa/Algiers	36.07676	1.6627		Ouled Banndou,Ouled Benddou		35			
2485002	Ouled Baïa	ouled-baia	DZ		0	Africa/Algiers	35.72679	4.90655				27			
2485003	Ouled Aziez	ouled-aziez	DZ		0	Africa/Algiers	35.92175	3.20944				06			
2485008	Ouled Atfaya	ouled-atfaya	DZ		0	Africa/Algiers	35.70757	4.93583		Ouled Atfaya,Ouled Attaya		27			
2485012	Douar Aouf	douar-aouf	DZ		0	Africa/Algiers	35.44891	0.44773		Douar Aouf,Ouled Aouf		26			
2485022	Ouled Alouali	ouled-alouali	DZ		0	Africa/Algiers	36.33039	0.92954				41			
2485023	Ouled Allou	ouled-allou	DZ		0	Africa/Algiers	35.99841	0.53903		Douar Ouled Allou,Ouled Allou		07			
2485028	Ouled Allah	ouled-allah	DZ		0	Africa/Algiers	35.54917	1.79782				13			
2485029	Ouled Ali Ben Djilali	ouled-ali-ben-djilali	DZ		0	Africa/Algiers	36.2669	1.36335				41			
2485030	Ouled Alia	ouled-alia	DZ		0	Africa/Algiers	36.66999	3.36605				40			
2485044	Ouled el Hadj Djillali	ouled-el-hadj-djillali	DZ		0	Africa/Algiers	36.26435	1.07711		Ouled Ahmed Ben Yahia,Ouled el Hadj Djillali		41			
2485048	Ouled Agla	ouled-agla	DZ		0	Africa/Algiers	35.96605	4.69822				39			
2485049	Ouled Bessa	ouled-bessa	DZ		0	Africa/Algiers	36.33281	1.5786		Ouled Afounas,Ouled Bessa		35			
2485050	Ouled Adi Lagballa	ouled-adi-lagballa	DZ		0	Africa/Algiers	35.71084	4.90547				27			
2485052	Mechta Ouled Oulha	mechta-ouled-oulha	DZ		0	Africa/Algiers	35.65806	4.86722		Mechta Ouled Oulha,Oued Adi Guebala,Ouled Adi Guebala		27			
2485053	Ouled Achoura	ouled-achoura	DZ		0	Africa/Algiers	35.79052	6.38736				03			
2485056	Ouled Abd el Ouahed	ouled-abd-el-ouahed	DZ		0	Africa/Algiers	35.20672	0.24469		Ouled Abd el Ouahed,Ouled Abdelouahed		26			
2485057	Ouled Abd Allah	ouled-abd-allah	DZ		0	Africa/Algiers	36.66667	3.73333				40			
2485059	Ouled Abbou Saala	ouled-abbou-saala	DZ		0	Africa/Algiers	28.77161	0.05367				TM			
2485061	Ouled Abari	ouled-abari	DZ		0	Africa/Algiers	35.55332	5.04964				27			
2485062	Douar Ouled Tahla	douar-ouled-tahla	DZ		0	Africa/Algiers	36.0117	2.45321		Douar Ouled Tahla,Ould Tahla		35			
2485079	Oulad Ziri	oulad-ziri	DZ		0	Africa/Algiers	35.08516	-1.85725				15			
2485080	Oulad Zidane	oulad-zidane	DZ		0	Africa/Algiers	36.34107	3.51292				06			
2485087	Oulad Ziane	oulad-ziane	DZ		0	Africa/Algiers	36.59181	3.47699				40			
2485090	Oulad Zerarka	oulad-zerarka	DZ		0	Africa/Algiers	36.81667	3.76667				40			
2485091	Oulad Zerara	oulad-zerara	DZ		0	Africa/Algiers	35.92476	3.65889				27			
2485092	Douar Ouled Zahar	douar-ouled-zahar	DZ		0	Africa/Algiers	36.18848	1.85902		Douar Ouled Zahar,Oulad Zahar,Oulad Zahâr,Zahar		35			
2485093	Oulad Youssef	oulad-youssef	DZ		0	Africa/Algiers	36.2652	2.88871				06			
2485094	Oulad Youssef	oulad-youssef	DZ		0	Africa/Algiers	35.47693	-0.66728		Oulad Youcef,Oulad Youssef		36			
2485096	Oulad Yakoub	oulad-yakoub	DZ		0	Africa/Algiers	36.03072	4.23047				39			
2485097	Oulad Yaïch	oulad-yaich	DZ		0	Africa/Algiers	36.50393	2.86213		Oulad Yaich,Oulad Yaïch		20			
2485100	Oulad Yahia	oulad-yahia	DZ		0	Africa/Algiers	35.57515	1.31563				13			
2485101	Oulad Yahia	oulad-yahia	DZ		0	Africa/Algiers	36.702	3.91735		Oulad Yahia,Ouled Yahia		14			
2485102	Oulad Tsabet	oulad-tsabet	DZ		0	Africa/Algiers	34.93142	6.90197				47			
2485104	Oulad Tirbane	oulad-tirbane	DZ		0	Africa/Algiers	35.17399	-1.52484				36			
2485105	Oulad Taza	oulad-taza	DZ		0	Africa/Algiers	35.72462	2.202				06			
2485106	Oulad Taleb	oulad-taleb	DZ		0	Africa/Algiers	36.89934	3.83478		Oulad Taleb,Ouled Taleb		40			
2485108	Oulad Taïssiout	oulad-taissiout	DZ		0	Africa/Algiers	36.55	5.25				18			
2485110	Oulad Tabet	oulad-tabet	DZ		0	Africa/Algiers	36.10458	5.26461				12			
2485111	Oulad Srhir	oulad-srhir	DZ		0	Africa/Algiers	35.83371	3.5385				06			
2485112	Oulad Soltane	oulad-soltane	DZ		0	Africa/Algiers	36.46667	2.83333				20			
2485113	Oulad Smaïn	oulad-smain	DZ		0	Africa/Algiers	35.59417	0.72224		Douar Oulad Smain,Douar Oulad Smaïn,Oulad Smain,Oulad Smaïn		51			
2485118	Oulad Sidi Yahia	oulad-sidi-yahia	DZ		0	Africa/Algiers	35.91088	3.57115				06			
2485121	Oulad Sidi Mohammed	oulad-sidi-mohammed	DZ		0	Africa/Algiers	35.86667	3.18333				06			
2485122	Douar Ouled Sidi Muhammad	douar-ouled-sidi-muhammad	DZ		0	Africa/Algiers	35.20459	1.03091		Douar Ouled Sidi Muhammad,Oulad Sidi Mohammed		13			
2485124	Douar Ouled Sidi Mahieddine	douar-ouled-sidi-mahieddine	DZ		0	Africa/Algiers	35.96253	0.70878		Douar Oued Sidi Mahi Eddine,Douar Ouled Sidi Mahi Eddine,Douar Ouled Sidi Mahieddine,Oulad Sidi Mahi Eddine		51			
2485125	Oulad Sidi Khaled	oulad-sidi-khaled	DZ		0	Africa/Algiers	36.38161	3.24602				06			
2485126	Oulad Sidi Kassem	oulad-sidi-kassem	DZ		0	Africa/Algiers	36.4	5.5				12			
2485127	Ouled Sidi Hamid	ouled-sidi-hamid	DZ		0	Africa/Algiers	36.39321	1.55714		Oulad Sidi Hamid,Ouled Sidi Hamid		35			
2485128	Oulad Sidi el Arbi	oulad-sidi-el-arbi	DZ		0	Africa/Algiers	35.60049	0.78878		Douar Oulad Sidi bel Arbi,Oulad Sidi el Arbi		51			
2485129	Oulad Sidi el Abed	oulad-sidi-el-abed	DZ		0	Africa/Algiers	35.05501	-1.61718				15			
2485131	Ouled Bou Ali	ouled-bou-ali	DZ		0	Africa/Algiers	36.35838	1.51331		Oulad Sidi Bou Ali,Ouled Bou Ali,Ouled Sidi Bou Ali		41			
2485132	Oulad Sidi Ben Yassed	oulad-sidi-ben-yassed	DZ		0	Africa/Algiers	35.43061	0.59528		Douar Oulad Sidi Ben Yassed,Oulad Sidi Ben Yassed		26			
2485133	Oulad Sidi Ben Saad	oulad-sidi-ben-saad	DZ		0	Africa/Algiers	36.34307	3.55206				06			
2485134	Oulad Sidi Ben Ameur	oulad-sidi-ben-ameur	DZ		0	Africa/Algiers	36.66217	3.52574				40			
2485135	Oulad Sidi Amar	oulad-sidi-amar	DZ		0	Africa/Algiers	36.32558	3.4623				06			
2485136	Douar Mrabtine	douar-mrabtine	DZ		0	Africa/Algiers	35.61944	0.76864		Douar Mrabtine,Douar Oulad Sidi Ali,Oulad Sidi Ali		51			
2485137	Oulad Sidi Aïssa	oulad-sidi-aissa	DZ		0	Africa/Algiers	36.46096	3.36736				21			
2485138	Oulad Sidi Aïssa	oulad-sidi-aissa	DZ		0	Africa/Algiers	36.06624	1.48772				41			
2485139	Oulad Sidi Ahmed Cheikh	oulad-sidi-ahmed-cheikh	DZ		0	Africa/Algiers	36.16786	0.50975		Douar Oulad Sidi Ahmed Cheikh,Oulad Sidi Ahmed Cheikh		07			
2485140	Oulad Sidi Ahmar	oulad-sidi-ahmar	DZ		0	Africa/Algiers	36.03557	0.2005				07			
2485146	Oulad Serhaïria	oulad-serhairia	DZ		0	Africa/Algiers	36.21997	2.49241				35			
2485147	Ouled Snoussi	ouled-snoussi	DZ		0	Africa/Algiers	35.23253	1.12421		Oulad Senoussi,Ouled Snoussi		13			
2485148	Douar Ouled Selim	douar-ouled-selim	DZ		0	Africa/Algiers	36.19494	2.92169		Douar Ouled Selim,Oulad Selim		06			
2485151	Oulad Seba	oulad-seba	DZ		0	Africa/Algiers	34.9446	6.90272				47			
2485153	Oulad Salem	oulad-salem	DZ		0	Africa/Algiers	36.65	3.55				40			
2485154	Oulad Salem	oulad-salem	DZ		0	Africa/Algiers	36.42542	5.09826				12			
2485157	Oulad Salah	oulad-salah	DZ		0	Africa/Algiers	35.1723	-1.68528		Djebbanet Oulad Salah,Oulad Salah		15			
2485158	Oulad Saïdi	oulad-saidi	DZ		0	Africa/Algiers	36.47173	3.5121		Oulad Saidi,Oulad Saïdi,Ouled Saidi,Ouled Saïdi		21			
2485159	Oulad Saïd	oulad-said	DZ		0	Africa/Algiers	36.36111	3.5126		Oulad Said,Oulad Saïd,Ouled Said,Ouled Saïd		06			
2485160	Oulad Saïd	oulad-said	DZ		0	Africa/Algiers	35.81701	3.41019				06			
2485162	Oulad Saïd	oulad-said	DZ		0	Africa/Algiers	29.42054	0.23876				TM			
2485163	Oulad Saada	oulad-saada	DZ		0	Africa/Algiers	36.62244	5.97182				24			
2485165	Oulad Rhenam	oulad-rhenam	DZ		0	Africa/Algiers	35.93646	3.547				06			
2485166	Oulad Rhedab	oulad-rhedab	DZ		0	Africa/Algiers	34.986	5.78179				19			
2485169	Oulad Ralem	oulad-ralem	DZ		0	Africa/Algiers	35.10723	-1.6217				15			
2485170	Ouled Rhamoun	ouled-rhamoun	DZ		0	Africa/Algiers	36.7764	3.7721		Oulad Rahmoun,Oulad Rahmoûn,Ouled Rhamoun		40			
2485171	Oulad Rahmane	oulad-rahmane	DZ		0	Africa/Algiers	36.28542	2.53561				06			
2485172	Oulad Raffa	oulad-raffa	DZ		0	Africa/Algiers	29.24341	-1.03131		Oulad Raffa		BA			
2485173	Oulad Rached	oulad-rached	DZ		0	Africa/Algiers	36.26506	4.70007				39			
2485174	Oulad Rached	oulad-rached	DZ		0	Africa/Algiers	36.23628	4.53882				39			
2485175	Oulad Rached	oulad-rached	DZ		0	Africa/Algiers	28.67719	-0.09034		Oulad Rached,Ouled Rached		TM			
2485176	Oulad Rabah	oulad-rabah	DZ		0	Africa/Algiers	36.3442	2.51938				35			
2485184	Oulad Noun	oulad-noun	DZ		0	Africa/Algiers	29.25136	0.21628				TM			
2485187	Douar Ouled Bouamar	douar-ouled-bouamar	DZ		0	Africa/Algiers	35.25871	0.30443		Douar Ouled Bouamar,Oulad Mrah		26			
2485191	Oulad Moussa	oulad-moussa	DZ		0	Africa/Algiers	36.7666	3.82141				40			
2485193	Oulad Moussa	oulad-moussa	DZ		0	Africa/Algiers	35.94649	4.86667		Oulad Moussa,Oulad Sidi Moussa		39			
2485195	El Mssatfa	el-mssatfa	DZ		0	Africa/Algiers	35.17096	0.80127		El Mssatfa,Metameur Oulad Mostefa,Oulad Mostefa		13			
2485197	Oulad Mokhtar	oulad-mokhtar	DZ		0	Africa/Algiers	35.54324	1.53869		Oulad Mokhtar,Oulad Moktar		13			
2485202	Ouled Mohammed Ben Ahmed	ouled-mohammed-ben-ahmed	DZ		0	Africa/Algiers	36.75753	3.57216		Oulad Mohammed Ben Ahmed,Ouled Mohammed Ben Ahmed		40			
2485203	Oulad Mimoun	oulad-mimoun	DZ		0	Africa/Algiers	35.87257	3.52726				06			
2485204	Douar Ouled Mimoun	douar-ouled-mimoun	DZ		0	Africa/Algiers	35.35202	0.95276		Douar Ouled Mimoun,Oulad Mimoun		13			
2485205	Oulad Meziane	oulad-meziane	DZ		0	Africa/Algiers	36.10928	0.85707		Oulad Meziane,Village des Oulad Meziane		51			
2485208	Oulad Messaoud	oulad-messaoud	DZ		0	Africa/Algiers	36.22224	2.66407				06			
2485209	Oulad Meriem	oulad-meriem	DZ		0	Africa/Algiers	26.85736	0.0059				34			
2485210	Oulad Mennif	oulad-mennif	DZ		0	Africa/Algiers	35.82297	2.92449				06			
2485212	Oulad Melloûk	oulad-mellouk	DZ		0	Africa/Algiers	36.2	1.83333		Oulad Mellouk,Oulad Melloûk,Ouled Melouk		35			
2485213	Oulad Melaab	oulad-melaab	DZ		0	Africa/Algiers	35.62283	1.99878				56			
2485214	Oulad Megatel	oulad-megatel	DZ		0	Africa/Algiers	35.93977	3.44438				06			
2485217	Oulad M’Barek	oulad-m-barek	DZ		0	Africa/Algiers	36.54199	5.26855		Oulad Embarek,Oulad M'Barek,Oulad M’Barek		18			
2485219	Oulad Mannsour	oulad-mannsour	DZ		0	Africa/Algiers	35.21147	1.15556				13			
2485220	Oulad Mannsour	oulad-mannsour	DZ		0	Africa/Algiers	35.04266	6.15875				03			
2485221	Oulad Mamora Mechta et Tenia	oulad-mamora-mechta-et-tenia	DZ		0	Africa/Algiers	35.95819	3.62091				21			
2485222	Oulad Mamora	oulad-mamora	DZ		0	Africa/Algiers	35.98687	3.57716				21			
2485223	Oulad Malek	oulad-malek	DZ		0	Africa/Algiers	35.08794	-1.76863				15			
2485224	Oulad Mahmoud	oulad-mahmoud	DZ		0	Africa/Algiers	28.58164	0.02789				TM			
2485225	Oulad Mahdi	oulad-mahdi	DZ		0	Africa/Algiers	36.2011	4.73554				39			
2485226	Oulad Mahamel	oulad-mahamel	DZ		0	Africa/Algiers	36.16862	4.77979				39			
2485233	Oulad Lakhdar	oulad-lakhdar	DZ		0	Africa/Algiers	36.08014	1.01967				41			
2485236	Oulad Laag	oulad-laag	DZ		0	Africa/Algiers	36.57601	5.31365		Oulad Laag,Oulad Laage		18			
2485237	Oulad Ktsir	oulad-ktsir	DZ		0	Africa/Algiers	35.86881	3.01229				06			
2485238	Oulad Khoufach	oulad-khoufach	DZ		0	Africa/Algiers	36.37792	4.98402				12			
2485239	Oulad Khodeïr	oulad-khodeir	DZ		0	Africa/Algiers	29.25452	-1.05748		Oulad Khodeir,Oulad Khodeïr		BA			
2485241	Oulad Khellaf	oulad-khellaf	DZ		0	Africa/Algiers	36.58465	5.70929		Oulad Khellaf,Oulad Krellaf		24			
2485245	Ouladj el Khodra	ouladj-el-khodra	DZ		0	Africa/Algiers	34.90756	6.37233				19			
2485248	Ouled Issorela	ouled-issorela	DZ		0	Africa/Algiers	36.60741	3.41978		Oulad Issorella,Ouled Issorela		40			
2485250	Ouled Tatar	ouled-tatar	DZ		0	Africa/Algiers	36.56111	3.49562		Oulad Iatar,Ouled Tatar		21			
2485255	Oulad Hassine	oulad-hassine	DZ		0	Africa/Algiers	36.00462	5.08775				39			
2485256	Oulad Hamouda	oulad-hamouda	DZ		0	Africa/Algiers	36.21274	2.60537				06			
2485257	Oulad Hammouda	oulad-hammouda	DZ		0	Africa/Algiers	36.8	3.75				40			
2485258	Oulad Hammadi	oulad-hammadi	DZ		0	Africa/Algiers	36.31972	2.90333				06			
2485260	Oulad Hamdane	oulad-hamdane	DZ		0	Africa/Algiers	35.89288	4.94272				39			
2485261	Oulad Hamamou	oulad-hamamou	DZ		0	Africa/Algiers	34.97368	-1.49536		Douar Oulad Amamou,Oulad Hamamou		15			
2485263	Oulad Hadjouha	oulad-hadjouha	DZ		0	Africa/Algiers	35.92244	3.46592				06			
2485265	Douar Ouled el Hadj	douar-ouled-el-hadj	DZ		0	Africa/Algiers	35.00996	0.95698		Douar Oulad Hadj,Douar Ouled el Hadj,Oulad Hadj		13			
2485266	Oulad Haddada	oulad-haddada	DZ		0	Africa/Algiers	36.63652	3.53308				40			
2485268	Oulad Fares	oulad-fares	DZ		0	Africa/Algiers	36.41067	1.09994				41			
2485269	Oulad es Souaber	oulad-es-souaber	DZ		0	Africa/Algiers	35.12423	-1.58519				15			
2485270	Oulad es Safi	oulad-es-safi	DZ		0	Africa/Algiers	36.14012	0.95659				41			
2485271	Oulad er Rouni	oulad-er-rouni	DZ		0	Africa/Algiers	36.53815	5.3931				18			
2485274	Oulad en Naga	oulad-en-naga	DZ		0	Africa/Algiers	35.87881	3.70506				27			
2485275	Oulad el Ouali	oulad-el-ouali	DZ		0	Africa/Algiers	27.76588	-0.23871				34			
2485276	Oulad el Ouaïl	oulad-el-ouail	DZ		0	Africa/Algiers	36.33147	2.61382				35			
2485277	Oulad el Merhraoui	oulad-el-merhraoui	DZ		0	Africa/Algiers	35.40337	1.55184				13			
2485278	Oulad el Mdadah	oulad-el-mdadah	DZ		0	Africa/Algiers	35.21841	-1.46346				36			
2485280	Oulad el Hadj Bordja	oulad-el-hadj-bordja	DZ		0	Africa/Algiers	27.25193	-0.21012				34			
2485281	Oulad el Hadj Basri	oulad-el-hadj-basri	DZ		0	Africa/Algiers	36.25	2.43333				35			
2485282	Oulad el Hadj	oulad-el-hadj	DZ		0	Africa/Algiers	36.59799	5.93883				24			
2485283	Oulad el Hadj	oulad-el-hadj	DZ		0	Africa/Algiers	35.5385	1.55366				13			
2485284	Oulad el Guetatfa	oulad-el-guetatfa	DZ		0	Africa/Algiers	35.988	3.6316				21			
2485285	Oulad el Feki	oulad-el-feki	DZ		0	Africa/Algiers	36.38062	1.37341				41			
2485286	Oulad el Badji	oulad-el-badji	DZ		0	Africa/Algiers	36.4442	2.33004				55			
2485289	Oulad el Adassi	oulad-el-adassi	DZ		0	Africa/Algiers	35.17775	-1.59462				15			
2485290	Oulad el Abbès	oulad-el-abbes	DZ		0	Africa/Algiers	36.65707	3.58193				40			
2485291	Oulad el Abbes	oulad-el-abbes	DZ		0	Africa/Algiers	34.96513	-1.79351				15			
2485292	Oulad Dram	oulad-dram	DZ		0	Africa/Algiers	35.91591	3.15206				06			
2485293	Douar Ouled el Djilalli	douar-ouled-el-djilalli	DZ		0	Africa/Algiers	35.97788	0.77796		Douar Ouled el Djilalli,Oulad Djilali		51			
2485300	Oulad Dahmane	oulad-dahmane	DZ		0	Africa/Algiers	36.36192	3.46006		Oulad Dahmane,Ouled Dahmane		06			
2485302	Oulad Cherîf	oulad-cherif	DZ		0	Africa/Algiers	35.21667	-1.55				36			
2485303	Oulad Chenaf	oulad-chenaf	DZ		0	Africa/Algiers	35.93509	3.11084				06			
2485306	Oulad Chaïb	oulad-chaib	DZ		0	Africa/Algiers	36.15044	0.51496		Douar Ouled Chaib,Oulad Chaib,Oulad Chaïb		07			
2485307	Oulad Chadi	oulad-chadi	DZ		0	Africa/Algiers	35.95191	3.46349				06			
2485308	Oulad Caïd Khemies	oulad-caid-khemies	DZ		0	Africa/Algiers	36.16499	3.19168				06			
2485310	Oulad Breouch	oulad-breouch	DZ		0	Africa/Algiers	34.78401	-1.21769		Douar Oulad Breouch,Oulad Breouch		15			
2485312	Oulad Brahim	oulad-brahim	DZ		0	Africa/Algiers	27.82467	-0.28596				34			
2485315	Oulad Bou Yahia	oulad-bou-yahia	DZ		0	Africa/Algiers	27.46719	-0.27467				34			
2485317	Oulad Bou Renane	oulad-bou-renane	DZ		0	Africa/Algiers	36.55038	5.52653				24			
2485318	Oulad Bou Merdès	oulad-bou-merdes	DZ		0	Africa/Algiers	36.67781	3.51787		Oulad Bou Merdes,Oulad Bou Merdès,Ouled Bou Merdes,Ouled Bou Merdès		40			
2485320	Douar Ouled Rahal	douar-ouled-rahal	DZ		0	Africa/Algiers	35.55816	0.65703		Douar Oulad Bou Kradda,Douar Ouled Rahal,Oulad Bou Kradda		51			
2485321	Oulad Bou Kaddour	oulad-bou-kaddour	DZ		0	Africa/Algiers	35.24715	0.24413				26			
2485322	Oulad Bou Heïa	oulad-bou-heia	DZ		0	Africa/Algiers	35.65507	-0.94947				09			
2485324	Ouled Bourgorn	ouled-bourgorn	DZ		0	Africa/Algiers	36.50597	3.55832		Oulad Bou Guern,Ouled Bourgorn		21			
2485325	Oulad Bou en Nouar	oulad-bou-en-nouar	DZ		0	Africa/Algiers	35.21173	-1.51945		Oulad Bou el Nouar,Oulad Bou en Nouar		36			
2485326	Douar Ouled Boudjemâa	douar-ouled-boudjemaa	DZ		0	Africa/Algiers	36.06894	1.81083		Douar Ouled Boudjemaa,Douar Ouled Boudjemâa,Oulad Bou Djemaa		35			
2485328	Oulad Bou Chelba	oulad-bou-chelba	DZ		0	Africa/Algiers	35.93032	3.57633				06			
2485331	Oulad Bou Aïcha	oulad-bou-aicha	DZ		0	Africa/Algiers	35.91778	3.50528				06			
2485332	Oulad Bou Abdallah	oulad-bou-abdallah	DZ		0	Africa/Algiers	36.23333	2.61667				06			
2485333	Oulad Berrhama	oulad-berrhama	DZ		0	Africa/Algiers	34.84596	-1.02022				15			
2485334	Oulad Berraba	oulad-berraba	DZ		0	Africa/Algiers	35.14187	-1.6887				15			
2485335	Ouled Ben Youcef	ouled-ben-youcef	DZ		0	Africa/Algiers	36.2386	1.45686		Oulad Ben Youssef,Ouled Ben Youcef		41			
2485336	Oulad Ben Yoûssef	oulad-ben-youssef	DZ		0	Africa/Algiers	35.23333	-1.55				36			
2485337	Ouled Ben Younes	ouled-ben-younes	DZ		0	Africa/Algiers	36.78699	3.5673		Oulad Ben Younes,Ouled Ben Younes		40			
2485338	Oulad Ben Yahia	oulad-ben-yahia	DZ		0	Africa/Algiers	36.30607	2.41964				35			
2485341	Oulad Ben Kassem	oulad-ben-kassem	DZ		0	Africa/Algiers	36.74697	3.45894		Oulad Ben Kacem,Oulad Ben Kassem		40			
2485342	Ouled Ben Haïmouna	ouled-ben-haimouna	DZ		0	Africa/Algiers	36.16469	1.92165		Oulad Ben Himouna,Ouled Ben Haimouna,Ouled Ben Haïmouna		35			
2485343	Oulad Ben Chaïb	oulad-ben-chaib	DZ		0	Africa/Algiers	35.58434	1.35827				13			
2485344	Oulad Ben Ayad	oulad-ben-ayad	DZ		0	Africa/Algiers	35.07443	-1.62929		Oulad Ben Ayad,Oulad Ben Ayade		15			
2485345	Oulad Ben Arbeïa Kouane	oulad-ben-arbeia-kouane	DZ		0	Africa/Algiers	36.20633	1.51681				41			
2485346	Oulad Ben Ali	oulad-ben-ali	DZ		0	Africa/Algiers	35.34165	0.98323				13			
2485347	Oulad Ben Ali	oulad-ben-ali	DZ		0	Africa/Algiers	36.00134	1.10707				41			
2485348	Oulad Ben Acha	oulad-ben-acha	DZ		0	Africa/Algiers	36.41471	3.12622				20			
2485349	Oulad Beltsa	oulad-beltsa	DZ		0	Africa/Algiers	36.54194	5.38833				18			
2485350	Oulad Bel Kassem	oulad-bel-kassem	DZ		0	Africa/Algiers	36.48549	3.55121		Oulad Bel Kassem,Ouled Bel Kassem		21			
2485351	Oulad Bel Kassem	oulad-bel-kassem	DZ		0	Africa/Algiers	35.17776	-1.65314		Oulad Bel Kacem,Oulad Bel Kassem		15			
2485352	Oulad Belkassem	oulad-belkassem	DZ		0	Africa/Algiers	34.94004	6.90383				47			
2485354	Oulad Bekhada	oulad-bekhada	DZ		0	Africa/Algiers	35.13154	0.27159				26			
2485356	Oulad Azouz	oulad-azouz	DZ		0	Africa/Algiers	35.30419	6.28456				03			
2485357	Oulad Azane	oulad-azane	DZ		0	Africa/Algiers	36.38428	3.39504				06			
2485358	Oulad ’Ayyâch	oulad-ayyach	DZ		0	Africa/Algiers	36.42066	2.71165		Oulad 'Ayyach,Oulad Ayach,Oulad ’Ayyâch		20			
2485359	Oulad Ayad	oulad-ayad	DZ		0	Africa/Algiers	36.63957	5.59524				24			
2485361	Ouled Othamna	ouled-othamna	DZ		0	Africa/Algiers	35.07248	1.18065		Oulad Atsmane,Ouled Othamna		13			
2485362	Oulad Atmane	oulad-atmane	DZ		0	Africa/Algiers	36.14773	4.4988		Oulad Atmane		39			
2485363	Oulad Arioua	oulad-arioua	DZ		0	Africa/Algiers	35.91536	3.01335				06			
2485365	Makhda	makhda	DZ		0	Africa/Algiers	35.17256	0.29643		Makhda,Oulad Aouf		26			
2485366	Oulad Antar	oulad-antar	DZ		0	Africa/Algiers	27.44711	-0.26745				34			
2485368	Oulad Amor	oulad-amor	DZ		0	Africa/Algiers	36.44859	5.10844				12			
2485369	Oulad Amor	oulad-amor	DZ		0	Africa/Algiers	35.91894	3.12383				06			
2485370	Oulad Amor	oulad-amor	DZ		0	Africa/Algiers	35.86642	3.55807				06			
2485371	Oulad Ameur	oulad-ameur	DZ		0	Africa/Algiers	36.57834	3.46296				40			
2485373	Oulad Ameur	oulad-ameur	DZ		0	Africa/Algiers	35.12164	-1.6133				15			
2485374	Oulad Amarou Zeggane	oulad-amarou-zeggane	DZ		0	Africa/Algiers	36.49292	4.47758		Oulad Amarou Zeggane,Ouled Amar Ou Zguane		18			
2485378	Oulad Amar	oulad-amar	DZ		0	Africa/Algiers	35.20661	-1.62137				15			
2485381	Oulad Allel	oulad-allel	DZ		0	Africa/Algiers	36.50888	3.37679				21			
2485383	Oulad ’Allal	oulad-allal	DZ		0	Africa/Algiers	36.63333	3.68333		Oulad 'Allal,Oulad Allel,Oulad ’Allal		40			
2485385	Douar Ouled Allel	douar-ouled-allel	DZ		0	Africa/Algiers	35.71406	0.63065		Douar Oulad Allal,Douar Ouled Allel,Oulad Allal		51			
2485386	Oulad Allal	oulad-allal	DZ		0	Africa/Algiers	29.24806	0.20678				TM			
2485387	Oulad el Hallouat	oulad-el-hallouat	DZ		0	Africa/Algiers	36.40678	3.03462		Oulad 'Aliouet,Oulad el Allaouat,Oulad el Hallouat,Oulad ’Aliouet		20			
2485389	Oulad Ali Ben Athmane	oulad-ali-ben-athmane	DZ		0	Africa/Algiers	36.43631	4.99496		Oulad Ali Ben Athman,Oulad Ali Ben Athmane		12			
2485393	Oulad Ali	oulad-ali	DZ		0	Africa/Algiers	36.48654	3.89533				14			
2485394	Oulad Ali	oulad-ali	DZ		0	Africa/Algiers	36.3495	5.46948				12			
2485395	Oulad Ali	oulad-ali	DZ		0	Africa/Algiers	36.13281	1.95204				35			
2485396	Oulad Ali	oulad-ali	DZ		0	Africa/Algiers	36.09929	0.93063				41			
2485397	Oulad Ali	oulad-ali	DZ		0	Africa/Algiers	36.08149	3.13506				06			
2485399	Oulad Ali	oulad-ali	DZ		0	Africa/Algiers	35.05755	-1.86785				15			
2485402	Oulad Aït Khelil	oulad-ait-khelil	DZ		0	Africa/Algiers	36.62505	3.43303		Oulad Ait Khelil,Oulad Aït Khelil,Ouled Ait Khelil,Ouled Aït Khelil		40			
2485404	Oulad Aïssa	oulad-aissa	DZ		0	Africa/Algiers	36.79832	3.80612				40			
2485405	Oulad Aïssa	oulad-aissa	DZ		0	Africa/Algiers	36.29532	4.57978		Oulad Aissa,Oulad Aïssa,Ouled Aissa,Ouled Aïssa		18			
2485406	Oulad Aïssa	oulad-aissa	DZ		0	Africa/Algiers	35.98264	3.54136				06			
2485408	Oulad Aïssa	oulad-aissa	DZ		0	Africa/Algiers	35.11089	0.24218				26			
2485409	Oulad Aïssa	oulad-aissa	DZ		0	Africa/Algiers	29.41836	-0.08756		Oulad Aissa,Oulad Aïssa,Ouled Aissa,Ouled Aïssa		TM			
2485410	Oulad Aïed	oulad-aied	DZ		0	Africa/Algiers	36.49172	5.4154		Oulad Aied,Oulad Aïed,Ouled Aied,Ouled Aïed		12			
2485412	Oulad Aïcha	oulad-aicha	DZ		0	Africa/Algiers	36.11789	4.45404				39			
2485415	Oulad Aïach	oulad-aiach	DZ		0	Africa/Algiers	29.66977	0.33488				TM			
2485420	Oulad Ahmed	oulad-ahmed	DZ		0	Africa/Algiers	36.26667	4.51667				18			
2485421	Oulad Adim	oulad-adim	DZ		0	Africa/Algiers	36.06132	2.95057		Oulad Adim,Oulad Adime		06			
2485422	Douar Ouled Achour	douar-ouled-achour	DZ		0	Africa/Algiers	35.42228	0.63663		Douar Ouled Achour,Oulad Achour		26			
2485423	Oulad Abid	oulad-abid	DZ		0	Africa/Algiers	35.86095	3.02038				06			
2485424	Oulad Abed	oulad-abed	DZ		0	Africa/Algiers	35.56957	1.56211				13			
2485425	Oulad Abed	oulad-abed	DZ		0	Africa/Algiers	35.08161	6.20608				03			
2485426	Oulad Abd es Semod	oulad-abd-es-semod	DZ		0	Africa/Algiers	28.86573	0.03212				TM			
2485433	Oulach	oulach	DZ		0	Africa/Algiers	34.91276	6.1681				19			
2485444	El Ouakla	el-ouakla	DZ		0	Africa/Algiers	36.12476	2.01039		El Ouakla,Oukla		35			
2485457	Oujlane	oujlane	DZ		0	Africa/Algiers	28.35768	-0.21782				34			
2485458	Ouizrane	ouizrane	DZ		0	Africa/Algiers	36.36225	4.55214		Ouizran,Ouizrane		18			
2485467	Ouinna	ouinna	DZ		0	Africa/Algiers	27.89344	-0.36024				34			
2485529	Ouertaïa	ouertaia	DZ		0	Africa/Algiers	35.5948	4.8302		Ouartaia,Ouartaïa,Ouertaia,Ouertaïa,Ouetaia,Ouetaïa		27			
2485541	Ouenouga	ouenouga	DZ		0	Africa/Algiers	36.75201	4.68721				18			
2485556	Oued Touati	oued-touati	DZ		0	Africa/Algiers	33.33333	6.88333				43			
2485557	Douar Ouled Thlatha	douar-ouled-thlatha	DZ		0	Africa/Algiers	35.41821	0.9201		Douar Ouled Thlatha,Oued Tleta		13			
2487653	Metameur Dehalsa	metameur-dehalsa	DZ		0	Africa/Algiers	34.8874	1.05053				13			
2485573	Oued Sidi Slimane	oued-sidi-slimane	DZ		0	Africa/Algiers	36.66278	3.00172		Oued Sidi Slimane		01			
2485574	Oued Seddeur	oued-seddeur	DZ		0	Africa/Algiers	34.45606	3.23593		Oued Seddeun,Oued Seddeur		22			
2485600	Oued di Djebel	oued-di-djebel	DZ		0	Africa/Algiers	37.00361	6.39806		Oued Li Ledjbel,Oued di Djebel		31			
2485604	Oued Korine	oued-korine	DZ		0	Africa/Algiers	36.78333	3.03333		Climat de France,Oued Korine		01			
2485615	Oued Frarah	oued-frarah	DZ		0	Africa/Algiers	36.55709	7.71346		Oued Frarah		23			
2485621	Oued Essalem	oued-essalem	DZ		0	Africa/Algiers	35.57931	0.92441		Henri Huc,Henri Hue,Oued Es Salam,Oued Essalem,Oued es Salem		51			
2485634	Oued el Alennda	oued-el-alennda	DZ		0	Africa/Algiers	33.22878	6.75724		El Alennda,Oued el Alennda		43			
2485659	Oued Bel Kassem	oued-bel-kassem	DZ		0	Africa/Algiers	36.65529	4.81515		Oued Bel Kacem,Oued Bel Kassem		18			
2485664	Oued Allal	oued-allal	DZ		0	Africa/Algiers	36.8053	3.91019				40			
2485668	Oudrharh	oudrharh	DZ		0	Africa/Algiers	29.64621	0.61687		Oudrhar,Oudrharh		TM			
2485677	Oudjida	oudjida	DZ		0	Africa/Algiers	36.31771	2.25491				35			
2485706	Oudeï Trek	oudei-trek	DZ		0	Africa/Algiers	33.24611	6.66028		Oudei Trek,Oudeï Trek		43			
2485728	’Ouchba	ouchba	DZ		0	Africa/Algiers	34.90187	-1.21895				15			
2485729	Ouchanene	ouchanene	DZ		0	Africa/Algiers	36.30428	4.66319				39			
2485736	Oubellil	oubellil	DZ		0	Africa/Algiers	36.85106	4.28712				14			
2485754	Ouazane	ouazane	DZ		0	Africa/Algiers	34.63694	-0.03713				10			
2485778	Ouarourout	ouarourout	DZ		0	Africa/Algiers	30.14616	-2.21959				BA			
2485801	Ouargla	ouargla	DZ		129402	Africa/Algiers	31.94932	5.32502		OGX,Ouargla,Quargla,Uargla,Warkala,Warqla,ualeugeulla,wa er ge la,war kla,warugura,wrqlh  aljzayr,wrqlt,Уаргла,Уаргла қаласы,ورقلة,ورقله، الجزایر,ورقلہ,วาร์กลา,ワルグラ,瓦尔格拉,우아르글라	50	50			
2485803	Ouarassene	ouarassene	DZ		0	Africa/Algiers	35.99078	4.56964		Ouaracene,Ouarassene		39			
2485846	Ouameni Sidi Saïd	ouameni-sidi-said	DZ		0	Africa/Algiers	29.28605	0.24626				TM			
2485850	Ouallene	ouallene	DZ		0	Africa/Algiers	24.61857	1.26257		Bordj Ouallen,Ouallen,Ouallene		34			
2485852	Oualil	oualil	DZ		0	Africa/Algiers	36.59799	5.62135				24			
2485875	Ouadjda	ouadjda	DZ		0	Africa/Algiers	29.13561	0.21938				TM			
2485883	Ouachouache	ouachouache	DZ		0	Africa/Algiers	35.7943	7.71901				29			
2486901	Moulguelouane	moulguelouane	DZ		0	Africa/Algiers	34.9137	1.42132		Ain Moulgelouane,Moulgelouane,Moulguelouane		13			
2486923	Moula Diar el Maïz	moula-diar-el-maiz	DZ		0	Africa/Algiers	36.10794	2.23575		Moul Diar el Maiz,Moul Diar el Maïz,Moula Diar el Maiz,Moula Diar el Maïz		35			
2488574	Mekaïl	mekail	DZ		0	Africa/Algiers	36.64514	5.61598				24			
2485926	Oran	oran	DZ		645984	Africa/Algiers	35.69906	-0.63588		Aran,ORN,Ora,Oran,Orana,Oranas,Orano,Orà,Orán,Orã,Orāna,Ouahran,Wahran,Wahrān,Waradinne,Wehran,olang,oran,orana,orani,vahirana,wa he lan,whran,whran  aljzayr,wlayt whran,xx ran,Οράν,Аран,Оран,Оран қаласы,אוראן,ولاية وهران,وهران,وهران، الجزایر,وہران,وەھران,ওরান,ਵਹਿਰਾਨ,ออราน,ორანი,オラン,瓦赫蘭,오랑	09	09			
2485967	Oglat Oulad Mahboub	oglat-oulad-mahboub	DZ		0	Africa/Algiers	34.99571	7.93666				33			
2486077	Noum en Nass	noum-en-nass	DZ		0	Africa/Algiers	27.64403	-0.20669		Noum en Nas,Noum en Nass		34			
2486113	Nouasseur	nouasseur	DZ		0	Africa/Algiers	35.5602	1.64435				56			
2486123	Douar Nouaflia	douar-nouaflia	DZ		0	Africa/Algiers	35.34797	0.90403		Douar Nouaflia,Nouaflia		13			
2486150	Douar N’karif	douar-n-karif	DZ		0	Africa/Algiers	35.18992	0.31118		Douar N'karif,Douar N’karif,Nkarf		26			
2486183	Nezlioua	nezlioua	DZ		0	Africa/Algiers	36.56438	3.7694				14			
2486184	Nezlet Chaâmba	nezlet-chaamba	DZ		0	Africa/Algiers	33.28993	6.92609				43			
2486192	Neurkache	neurkache	DZ		0	Africa/Algiers	36.58709	2.21248				55			
2486214	Nessassha	nessassha	DZ		0	Africa/Algiers	36.58668	2.7123				55			
2486225	Nesmot	nesmot	DZ		0	Africa/Algiers	35.25477	0.37935		Douar Nesmoth,Nesmot,Nesmoth		26			
2486290	Nedjaouia	nedjaouia	DZ		0	Africa/Algiers	36.25758	3.28564				06			
2486364	Naoura	naoura	DZ		0	Africa/Algiers	36.4	3.38333				06			
2486376	Namlou	namlou	DZ		0	Africa/Algiers	34.6712	-1.70294				15			
2486406	Nakhar	nakhar	DZ		0	Africa/Algiers	35.47327	4.97923				03			
2486410	N’Aït Hamouda	n-ait-hamouda	DZ		0	Africa/Algiers	36.70045	5.03116				18			
2486430	Nahmine Tahta	nahmine-tahta	DZ		0	Africa/Algiers	36.45	3.33333				06			
2486431	Nahmine et Tahta	nahmine-et-tahta	DZ		0	Africa/Algiers	36.42953	3.3275				06			
2486437	Nahata	nahata	DZ		0	Africa/Algiers	36.5303	3.36352				21			
2486500	Nadja	nadja	DZ		0	Africa/Algiers	35.56192	4.96516		Douar Nadja,Nadja		27			
2486541	Mzouria	mzouria	DZ		0	Africa/Algiers	35.68574	4.47721				27			
2486558	Mzid	mzid	DZ		0	Africa/Algiers	36.65	4.66667				18			
2486572	Mzaret el Radjaï	mzaret-el-radjai	DZ		0	Africa/Algiers	35.72375	4.72093		Meczaret el Radjar,Mzaret el Radjai,Mzaret el Radjaï		27			
2486574	Mzaret Djelma	mzaret-djelma	DZ		0	Africa/Algiers	36.78566	7.66208		Mzaret Djelma,Mzaret Djelmna		37			
2486607	Mustapha Supérieur	mustapha-superieur	DZ		0	Africa/Algiers	36.75419	3.05709				01			
2486610	Mustapha	mustapha	DZ		0	Africa/Algiers	36.75409	3.05699		Mustapha,Mustapha Inferieur,Mustapha Inférieur		01			
2486671	Mtaa el Habous	mtaa-el-habous	DZ		0	Africa/Algiers	36.43306	2.73862				20			
2486700	Msida	msida	DZ		0	Africa/Algiers	36.68668	5.76533		Mechta Msida,Mechtat Msida,Msida		24			
2486705	Msid	msid	DZ		0	Africa/Algiers	34.83088	5.73867				19			
2486729	M’Sbah	m-sbah	DZ		0	Africa/Algiers	36.60027	5.24608				18			
2486737	Msaldja	msaldja	DZ		0	Africa/Algiers	36.30478	3.04113				06			
2486742	Msaïef	msaief	DZ		0	Africa/Algiers	36.43951	3.58327				21			
2486769	Mrhaz	mrhaz	DZ		0	Africa/Algiers	36.717	5.67545		Mechta Meraz,Mechtat Meraz,Mrhaz		24			
2486776	Mrazig	mrazig	DZ		0	Africa/Algiers	35.61727	2.65192				06			
2486791	Mraiels	mraiels	DZ		0	Africa/Algiers	36.70116	3.51132				40			
2486798	Mrah	mrah	DZ		0	Africa/Algiers	36.61953	5.2904				18			
2486835	Moustafa Greïdia	moustafa-greidia	DZ		0	Africa/Algiers	35.58523	-0.90371		Mostefa-Greidia,Mostefa-Greïdia,Moustafa Greidia,Moustafa Greïdia		09			
2486859	Mour Rane	mour-rane	DZ		0	Africa/Algiers	36.62122	5.71961				24			
2486868	Moughel	moughel	DZ		0	Africa/Algiers	32.02142	-2.21787		Mogheul,Moughel,Mourhel		38			
2486984	Moul Arba	moul-arba	DZ		0	Africa/Algiers	36.34642	2.82986				06			
2487011	Moui Oum el Ahoum	moui-oum-el-ahoum	DZ		0	Africa/Algiers	33.12122	6.71959				43			
2487067	Mouiat Ouennsa	mouiat-ouennsa	DZ		0	Africa/Algiers	33.19707	6.70529		Mouiat Ouennsa,Mouiet Ouennsa,Mouïet Ouennsa		43			
2487093	Moudjbara	moudjbara	DZ		0	Africa/Algiers	34.49973	3.46017		Moudjbara,Moudjbarra		22			
2487108	Mouchene	mouchene	DZ		0	Africa/Algiers	36.41453	3.33265				06			
2487134	Mostaganem	mostaganem	DZ		130000	Africa/Algiers	35.93115	0.08918		MQV,Mastaganeam,Mostaganem,Mostaganemas,Mustaghanam,Mustaghanim,Mustɣanem,mostaghanemi,mstaghanm,mstghanm,mu si ta jia nai mu,Мостаганем,مستاغانم,مستغانم,მოსთაღანემი,穆斯塔加奈姆	07	07			
2487179	Moghtar Tahtani	moghtar-tahtani	DZ		0	Africa/Algiers	32.49212	-0.46806		Moghar-Tahtani,Moghrar Tahtania,Moghtar Tahtani,Mograr Tahtani,Mograr Tahtania,Morhar Tahtania		49			
2487185	El Merenndj	el-merenndj	DZ		0	Africa/Algiers	36.4473	3.03471		El Merenndj,Mordj		20			
2487192	Montplaisant	montplaisant	DZ		0	Africa/Algiers	35.7	-0.61667				09			
2487193	Montpensier	montpensier	DZ		0	Africa/Algiers	36.48738	2.83869				20			
2487194	Monfroid Zonca	monfroid-zonca	DZ		0	Africa/Algiers	36.70968	3.06177		Monfroid Zonca,Montfroid,Montfroid Zonca,Zonka		01			
2487201	Moktar	moktar	DZ		0	Africa/Algiers	36.6759	3.75131		Mokhtar,Moktar		40			
2487231	Mokhtar	mokhtar	DZ		0	Africa/Algiers	36.28469	6.30923		Douar Moktar,Mokhtar		48			
2487244	Douar Mekchach	douar-mekchach	DZ		0	Africa/Algiers	36.48557	1.57314		Douar Mekchach,Mokchach		41			
2487272	Mohammed Ben Kroula	mohammed-ben-kroula	DZ		0	Africa/Algiers	36.30664	2.06945				35			
2487276	Mohammed Ben el Mouloud	mohammed-ben-el-mouloud	DZ		0	Africa/Algiers	36.53333	2.11667				55			
2487297	Moghrar	moghrar	DZ		0	Africa/Algiers	32.51229	-0.58816		Moghar-Foukani,Moghrar,Mograr Foukani,Mograr Foukania,Morhar,Morhar Foukani		49			
2487311	Mnagueur	mnagueur	DZ		0	Africa/Algiers	33.11028	6.40028				TG			
2487319	Mlîlia	mlilia	DZ		0	Africa/Algiers	34.91925	-1.38538		Mililia,Mlilia,Mlîlia		15			
2487326	Mleïlia	mleilia	DZ		0	Africa/Algiers	36.36713	3.20697				06			
2487346	M’Karta	m-karta	DZ		0	Africa/Algiers	35.90566	4.71135		M'Karta,Mechtat M'karta,Mechtat M’karta,M’Karta		39			
2487350	Mkam Sidi Mabrouk	mkam-sidi-mabrouk	DZ		0	Africa/Algiers	34.23506	2.21813				25			
2487360	Mkada	mkada	DZ		0	Africa/Algiers	35.74068	1.56452				56			
2487372	Mizdeta	mizdeta	DZ		0	Africa/Algiers	36.65	4				14			
2487395	Misserghin	misserghin	DZ		0	Africa/Algiers	35.61399	-0.73964		Misserghin,Misserghine		09			
2487400	Miremont	miremont	DZ		0	Africa/Algiers	36.77387	2.9942				01			
2487407	Minndjou	minndjou	DZ		0	Africa/Algiers	36.86493	4.76128		Mindjou,Minndjou		18			
2487426	Mimoum	mimoum	DZ		0	Africa/Algiers	27.86893	-0.34211				34			
2487452	Mila	mila	DZ		68831	Africa/Algiers	36.45028	6.26444		Mila,milla,mylt,Мила,ميلة,میلہ، الجزائر,밀라	48	48			
2487465	Miaha	miaha	DZ		0	Africa/Algiers	36.41846	1.66383				35			
2487482	Douar Mhabil	douar-mhabil	DZ		0	Africa/Algiers	36.27579	1.65922		Douar Mhabil,Mehabile,Mhabil,Mhâbîl		35			
2487493	Mguerba	mguerba	DZ		0	Africa/Algiers	36.34832	4.91551				12			
2487520	Mezrareg	mezrareg	DZ		0	Africa/Algiers	36.34571	4.74785		Mezrareg,Mezraregue,Mezrarègue		39			
2487521	Mezrana	mezrana	DZ		0	Africa/Algiers	36.36433	3.31495				06			
2487524	Mezraet ech Chahid Maatallah	mezraet-ech-chahid-maatallah	DZ		0	Africa/Algiers	35.29939	-1.01228		Domaine du Keroulis,Mezraet ech Chahid Maatallah		36			
2487538	Mezloug	mezloug	DZ		0	Africa/Algiers	36.10917	5.33889		Mesloug,Mezloug		12			
2487550	Mezgoug	mezgoug	DZ		0	Africa/Algiers	36.6	4.65				18			
2487584	Mezada	mezada	DZ		0	Africa/Algiers	36.53333	5.06299				12			
2487628	Metlili	metlili	DZ		0	Africa/Algiers	33.93708	2.90141				25			
2487632	Metkaouak	metkaouak	DZ		0	Africa/Algiers	35.36872	5.17806		Metgaouak,Metkaouak		03			
2487649	Metameur Oulad Tami	metameur-oulad-tami	DZ		0	Africa/Algiers	34.86448	1.04315				13			
2487651	Metameur es Soualem	metameur-es-soualem	DZ		0	Africa/Algiers	35.08819	1.10554				13			
2487654	Metameur Ben Hadjela	metameur-ben-hadjela	DZ		0	Africa/Algiers	34.82	1.06801				13			
2487655	Metameur ’Aïn el Rhorab	metameur-ain-el-rhorab	DZ		0	Africa/Algiers	35.74936	2.3022				06			
2487660	Metamer Abd el Arbi	metamer-abd-el-arbi	DZ		0	Africa/Algiers	35.36047	-0.67597		Matmor Ahl el Arbi,Metamer Abd el Arbi		36			
2487668	Mestham	mestham	DZ		0	Africa/Algiers	36.41667	5.15				12			
2487680	Messouket	messouket	DZ		0	Africa/Algiers	35.57655	1.66422				56			
2487732	Messaouda	messaouda	DZ		0	Africa/Algiers	35.10124	6.22641				03			
2487750	Messaoud	messaoud	DZ		0	Africa/Algiers	36.62663	2.73627				55			
2487760	Messafta	messafta	DZ		0	Africa/Algiers	34.85161	-0.14644		Douar Messafta,Messafta		10			
2487774	Messaâba	messaaba	DZ		0	Africa/Algiers	33.54882	6.94172		Messaaba,Messaabo,Messaâba		43			
2487807	Meskene ech Chouhada	meskene-ech-chouhada	DZ		0	Africa/Algiers	36.46667	7.71667				23			
2487819	Douar Zghohfa	douar-zghohfa	DZ		0	Africa/Algiers	36.19316	2.12559		Douar Zghohfa,Mesbah		35			
2487833	Merzoudj Ben Zouaoui	merzoudj-ben-zouaoui	DZ		0	Africa/Algiers	36.1245	2.31437				35			
2487838	Merzeglal	merzeglal	DZ		0	Africa/Algiers	35.80951	5.57121				12			
2487853	Mers el Hadjad	mers-el-hadjad	DZ		0	Africa/Algiers	35.79787	-0.16432		Mers el Hadjad,Mers el Hadjat,Port-aux-Poules		09			
2487859	Mers	mers	DZ		0	Africa/Algiers	35.53222	0.37982				26			
2487860	Merrira	merrira	DZ		0	Africa/Algiers	36.63079	5.62786				24			
2487862	Merrika	merrika	DZ		0	Africa/Algiers	35.05	-2.16667		Merika,Merrika		15			
2487874	Meroudj	meroudj	DZ		0	Africa/Algiers	36.55522	5.59324				24			
2487896	Merkalla	merkalla	DZ		0	Africa/Algiers	36.44146	3.99615				21			
2487943	Douar el Maghazi	douar-el-maghazi	DZ		0	Africa/Algiers	36.04017	1.95476		Douar el Maghazi,Merhazi		35			
2488001	Merdj Moumene	merdj-moumene	DZ		0	Africa/Algiers	36.41599	5.19724				18			
2488010	Merdjaz Erraguene	merdjaz-erraguene	DZ		0	Africa/Algiers	36.58622	5.58089		Erraguene,Merdjaz Erraguene,Merdz-ez-erraguene		24			
2488030	Merchicha	merchicha	DZ		0	Africa/Algiers	36.72101	5.74879				24			
2488165	Ménassera	menassera	DZ		0	Africa/Algiers	36.65788	3.96752				14			
2488179	Menaïfa	menaifa	DZ		0	Africa/Algiers	35.71702	4.98624				27			
2488184	Menadia	menadia	DZ		0	Africa/Algiers	36.91667	7.76667				37			
2488262	Melis	melis	DZ		0	Africa/Algiers	35.7	-0.61667				09			
2488265	Melias	melias	DZ		0	Africa/Algiers	32.07886	-1.31647				38			
2488267	Meliane	meliane	DZ		0	Africa/Algiers	35.69667	4.72778		Douar Meliane,Meliane		27			
2488276	Melekhiaz	melekhiaz	DZ		0	Africa/Algiers	36.68042	4.86765		Melekhiaz,Melekhlaz		18			
2488487	Mekmene Ben Amar	mekmene-ben-amar	DZ		0	Africa/Algiers	33.71667	-0.73333		Mekmene Ben Amar		49			
2488501	Mekkid	mekkid	DZ		0	Africa/Algiers	27.33333	-0.23727				34			
2488525	Mekheref	mekheref	DZ		0	Africa/Algiers	35.03932	1.09891				13			
2488530	Mekhdoufa	mekhdoufa	DZ		0	Africa/Algiers	36.52667	2.8846				20			
2488542	Douar Sidi Habib	douar-sidi-habib	DZ		0	Africa/Algiers	35.87957	0.43573		Douar Sidi Habib,Douar Sidi el Habib,Mekalin,Mekhalia,Station de Mekalia		07			
2488554	Mekarzia	mekarzia	DZ		0	Africa/Algiers	36.03975	1.62515		Mekarzia,Mekerzia		41			
2488616	Mehdia daira de meghila	mehdia-daira-de-meghila	DZ		39271	Africa/Algiers	35.43058	1.75714		Burdeau,Mahdia,Makhdija,Mehdia,Махдия		13			
2488657	Mehalif	mehalif	DZ		0	Africa/Algiers	36.05374	0.2535		Douar Mehalif,Mehalif		07			
2488716	Megarine	megarine	DZ		31711	Africa/Algiers	33.19195	6.08695		Megarine,Meggarine		TG			
2488759	Medjouna	medjouna	DZ		0	Africa/Algiers	35.11833	0.3049		Mediouna,Medjouna		26			
2488774	Medjez	medjez	DZ		0	Africa/Algiers	35.89056	4.61474		Bordj Medjez,Medjez		39			
2488805	Medioni	medioni	DZ		0	Africa/Algiers	35.68333	-0.65		Medioni,Mediouni		09			
2488835	Médéa	medea	DZ		147707	Africa/Algiers	36.26417	2.75393		Al-Madijja,Lambdia,Lemdiyyet,Medea,Medeah,Medeja,Medėja,Médéa,almdyh  aljzayr,almdyt,mai di ya,medea,Медеа,Медея,المدية,المدیه، الجزایر,مدیہ,麦迪亚,메데아	06	06			
2488867	Mechtet Zoûatna	mechtet-zouatna	DZ		0	Africa/Algiers	35.95	5.51667				12			
2488868	Mechta Zegraga	mechta-zegraga	DZ		0	Africa/Algiers	36.08102	5.66047		Mechta Zegraga,Mechtat Zegagra,Mechtet Zgagrha		12			
2488869	Mechtat Tiguernizine	mechtat-tiguernizine	DZ		0	Africa/Algiers	35.62071	6.05525		Mechtat Tiguernizine,Mechtet Tigarnizine,Mechtet Tigarnizîne		03			
2488870	Mechta Teniet el Louz	mechta-teniet-el-louz	DZ		0	Africa/Algiers	35.89095	5.451		Mechta Teniet el Louz,Mechtet Teniet el Louz,Mechtet Teniet el Loûz		12			
2488871	Mechtet Tellef	mechtet-tellef	DZ		0	Africa/Algiers	36.09072	5.62518		Mechta Tillaf,Mechtat Tillaf,Mechtet Tellef		12			
2488872	Mechtet Sidi Smîr	mechtet-sidi-smir	DZ		0	Africa/Algiers	36.46667	7.55		Mechtat Sidi Smir,Mechtet Sidi Smir,Mechtet Sidi Smîr		23			
2488874	Seguene	seguene	DZ		0	Africa/Algiers	35.59806	6.1125		Dechret Seguene,Mechtet Sgane,Mechtet Sgâne,Seguene		03			
2488875	Mechta Seba Aïoun	mechta-seba-aioun	DZ		0	Africa/Algiers	36.01667	5.53333		Mechta Seba Aioun,Mechta Seba Aïoun,Mechtat Seba Aioun,Mechtat Seba Aïoun,Mechtet Seb'a 'Ayoune,Mechtet Seb’a ’Ayoûne		12			
2488876	Mechtet Safiya	mechtet-safiya	DZ		0	Africa/Algiers	35.03333	5.43333		Mechta Safia,Mechtat Safia,Mechtet Safiya		19			
2488877	Mechtet Remadiat el Metirchou	mechtet-remadiat-el-metirchou	DZ		0	Africa/Algiers	35.5955	7.41797		Mechta Rmadiat el Metirchou,Mechtet Remadiat el Metirchou		29			
2488878	Mechtet Regrîg	mechtet-regrig	DZ		0	Africa/Algiers	36.45	7.6		Mechtat Reguirig,Mechtet Regrig,Mechtet Regrîg		23			
2488879	Mechta Aourir	mechta-aourir	DZ		0	Africa/Algiers	35.53045	6.05393		Mechta Aourir,Mechtet Ourir,Mechtet Oûrîr		03			
2488880	Mechtet Oumm el Ma’îz	mechtet-oumm-el-ma-iz	DZ		0	Africa/Algiers	36.7	6.86667		Mechta Oum el Maiz,Mechta Oum el Maïz,Mechtat Oum el Maiz,Mechtat Oum el Maïz,Mechtet Oumm el Ma'iz,Mechtet Oumm el Ma’îz		31			
2488881	Mechtet Ouled Zdira	mechtet-ouled-zdira	DZ		0	Africa/Algiers	36.02383	5.25038		Mechta Zdira,Mechtat Zdira,Mechtet Ouled Zdira		12			
2488882	Mechtet Ouled Sidi Mhammed	mechtet-ouled-sidi-mhammed	DZ		0	Africa/Algiers	35.88681	5.51158		Mechtet Ouled Sidi Mhammed,Merdjet el Ahmiet		12			
2488883	Mechtet Ouled Si Ahmed	mechtet-ouled-si-ahmed	DZ		0	Africa/Algiers	35.96282	5.39306		Mechtet Ouled Si Ahmed,Oulad Si Ahmed,Oulad Sidi Ahmed		12			
2488884	Mechtet Ouled Setta	mechtet-ouled-setta	DZ		0	Africa/Algiers	35.9819	5.42583		Mechta Ali Ben Srhir,Mechtat Ali Ben Srhir,Mechtet Ouled Setta		12			
2488885	Mechtet Ouled Sayah	mechtet-ouled-sayah	DZ		0	Africa/Algiers	35.93333	5.5		Mechta Ouled Said,Mechta Ouled Saïd,Mechtet Ouled Sayah		12			
2488886	Mechtet Ouled Rabah	mechtet-ouled-rabah	DZ		0	Africa/Algiers	36.04709	5.56858		Mechta Oulad Rabah,Mechtat Oulad Rabah,Mechtet Ouled Rabah		12			
2488887	Mechtet Ouled Hamida	mechtet-ouled-hamida	DZ		0	Africa/Algiers	36.04066	5.58196		Mechta Oulad Hamida,Mechtat Oulad Hamida,Mechtet Ouled Hamida,Oulad Hamida		12			
2488888	Mechta Oulad ed Doud	mechta-oulad-ed-doud	DZ		0	Africa/Algiers	36.0191	5.60362		Mechta Oulad ed Doud,Mechtat Oulad ed Doud,Mechtet Ouled Doudou		12			
2488889	Mechta Ouled Darradj	mechta-ouled-darradj	DZ		0	Africa/Algiers	35.57705	6.31159		Mechta Ouled Darradj,Mechtet Ouled Darradj,Mechtet Ouled Darrâdj		03			
2488890	Mechtet Ouestôra	mechtet-ouestora	DZ		0	Africa/Algiers	36.76667	6.9				31			
2488891	Mechtet Oued el Hout	mechtet-oued-el-hout	DZ		0	Africa/Algiers	36.81667	8.5				44			
2488892	Msarat	msarat	DZ		0	Africa/Algiers	35.60298	6.12525		Dechret Msarat,Mechtet Msara,Mechtet Msarâ,Msarat		03			
2488893	Mechtet Mezdoûr Bellîl	mechtet-mezdour-bellil	DZ		0	Africa/Algiers	36.48333	7.6		Mechtat Mesdour Ben el Lil,Mechtet Mezdour Bellil,Mechtet Mezdoûr Bellîl		23			
2488894	Mechtet Meriem	mechtet-meriem	DZ		0	Africa/Algiers	35.5	6.11667		Mechta Meriem,Mechtat Meriem,Mechtet Meriem		03			
2488895	Mechtet Melloûl	mechtet-melloul	DZ		0	Africa/Algiers	36.0152	5.36038		Mechta Melloul,Mechtat Melloul,Mechtet Melloul,Mechtet Melloûl		12			
2488896	Mechtet Meguercha	mechtet-meguercha	DZ		0	Africa/Algiers	35.97876	5.55909		Mechta Meguercha,Mechtat Meguercha,Mechtet Meguercha		12			
2488897	Mechtet Medani	mechtet-medani	DZ		0	Africa/Algiers	35.98725	5.22218		Mechta Medani,Mechtat Medani,Mechtet Medani		12			
2488898	Mechta Laouaska	mechta-laouaska	DZ		0	Africa/Algiers	36.09944	5.71722		Mechta Laouaska,Mechtat el Akouas,Mechtet Lakouas		12			
2488899	Mechtet Lablalit	mechtet-lablalit	DZ		0	Africa/Algiers	35.94648	5.35621		Mechta Lablalit,Mechtet Lablalit		12			
2488900	Mechtet Koudiet Rmel	mechtet-koudiet-rmel	DZ		0	Africa/Algiers	36.73494	6.88695		Mechta Koudiat er Rmel,Mechtat Koudiat er Remel,Mechtet Koudiet Rmel		31			
2488901	Mechtet Koudiet el Fîdjel	mechtet-koudiet-el-fidjel	DZ		0	Africa/Algiers	36.6815	6.93563		Mechtat el Fedjel,Mechtet Koudiet el Fidjei,Mechtet Koudiet el Fidjel,Mechtet Koudiet el Fîdjel		31			
2488902	Mechtet Kahal el Kroûch	mechtet-kahal-el-krouch	DZ		0	Africa/Algiers	35.95	5.45		Mechta Ali Ben Slimane,Mechtet Kahal el Krouch,Mechtet Kahal el Kroûch		12			
2488903	Mechtet Hadar	mechtet-hadar	DZ		0	Africa/Algiers	35.92317	5.50762		Maadher el Ahmiet,Mechtet Hadar		12			
2488904	Ksar et Til	ksar-et-til	DZ		0	Africa/Algiers	35.97139	5.26583		Ksar Tir,Ksar et Til,Ksar-et-Tir,Mechtet Gsar et Tayer		12			
2488905	Mechtet Gouley’a	mechtet-gouley-a	DZ		0	Africa/Algiers	36.65	7.55				37			
2488906	Mechtet Garet el Baghla	mechtet-garet-el-baghla	DZ		0	Africa/Algiers	35.68694	7.84333		Mechtet Garet el Baghla,Mechtet Garet el Barhla		33			
2488907	Mechtet ez Zmâla	mechtet-ez-zmala	DZ		0	Africa/Algiers	35.11667	5.68333		Mechta Zmala,Mechtat ez Zmala,Mechtet ez Zmala,Mechtet ez Zmâla		19			
2488909	Mechta M’Saïd	mechta-m-said	DZ		0	Africa/Algiers	35.58434	6.33986		Mechta M'Said,Mechta M’Saïd,Mechtet el Msa'id,Mechtet el Msa’id		03			
2488910	Mechtet el Ma’za	mechtet-el-ma-za	DZ		0	Africa/Algiers	36.43333	7.86667		Mechta el Maza,Mechtet el Ma'za,Mechtet el Ma’za		23			
2488911	Mechtet el Kouana	mechtet-el-kouana	DZ		0	Africa/Algiers	35.91804	5.35735		Mechta Kouana,Mechtet el Kouana		12			
2488913	Mechtet el Kebir	mechtet-el-kebir	DZ		0	Africa/Algiers	35.05	5.4		Mechtat el Kebir,Mechtet el Kebir		19			
2488915	Mechtet el Biâr	mechtet-el-biar	DZ		0	Africa/Algiers	35.48101	6.075		Mechtat el Biar,Mechtet el Biar,Mechtet el Biâr		03			
2488917	Mechtet Dramna	mechtet-dramna	DZ		0	Africa/Algiers	36.61667	7.65				23			
2488918	Mechtet Dra’ el Oust	mechtet-dra-el-oust	DZ		0	Africa/Algiers	35.98333	5.38333				12			
2488919	Mechtet Cheblî	mechtet-chebli	DZ		0	Africa/Algiers	35.96667	5.68333				12			
2488920	Mechtet Châref	mechtet-charef	DZ		0	Africa/Algiers	36.46667	7.66667		Mechtat el Cherf,Mechtet Charef,Mechtet Châref		23			
2488921	Mechtet Ch’âb Ben Hadîd	mechtet-ch-ab-ben-hadid	DZ		0	Africa/Algiers	36.65901	6.7638		Mechta Ben Addid,Mechtat Ben Addid,Mechtet Ch'ab Ben Hadid,Mechtet Ch’âb Ben Hadîd		31			
2488922	Mechtet Bou Rkîz	mechtet-bou-rkiz	DZ		0	Africa/Algiers	36.69028	6.73917				31			
2488923	Bou Keddad	bou-keddad	DZ		0	Africa/Algiers	35.58472	6.13774		Bou Keddad,Mechtet Boukeddad,Mechtet Boukeddâd		03			
2488924	Mechtet Bou Grâïnâh	mechtet-bou-grainah	DZ		0	Africa/Algiers	36.65	6.8				31			
2488925	Mechtet Bir Stâl	mechtet-bir-stal	DZ		0	Africa/Algiers	36.66667	6.83333				31			
2488926	Mechtet Bir el Djedid	mechtet-bir-el-djedid	DZ		0	Africa/Algiers	35.98026	5.70578		Mechta Cheikh Said,Mechta Cheïkh Saïd,Mechtat Cheikr Said,Mechtat Cheikr Saïd,Mechtet Bir el Djedid		12			
2488927	Mechtet Ben Hamidech	mechtet-ben-hamidech	DZ		0	Africa/Algiers	36	5.53333		Mechtat Ben Hamidech,Mechtet Ben Hamidech		12			
2488930	Mechtet Ayoûs	mechtet-ayous	DZ		0	Africa/Algiers	36.76306	8.33667				44			
2488931	Mechtet ’Aïn Toubîb	mechtet-ain-toubib	DZ		0	Africa/Algiers	36.81897	8.53449		Mechta d'Ain Tobib,Mechta d’Aïn Tobib,Mechtat d'Aine Tobib,Mechtat d’Aïne Tobib,Mechtet 'Ain Toubib,Mechtet ’Aïn Toubîb		44			
2488932	Mechtet ’Aïn Rommana	mechtet-ain-rommana	DZ		0	Africa/Algiers	36.53333	7.55				23			
2488934	Mechtet ’Aïn Halloûf	mechtet-ain-hallouf	DZ		0	Africa/Algiers	36.52647	7.55381		Mechta 'Ain Hallouf,Mechta ’Aïn Hallouf,Mechtat Aine Hallouf,Mechtat Aïne Hallouf,Mechtet 'Ain Hallouf,Mechtet ’Aïn Halloûf		23			
2488935	Mechtet ’Aïn Gaddida	mechtet-ain-gaddida	DZ		0	Africa/Algiers	36.73909	7.43574		Mechta Ouchetata,Mechtet 'Ain Gaddida,Mechtet ’Aïn Gaddida		37			
2488937	Mechtet Agoûf	mechtet-agouf	DZ		0	Africa/Algiers	36.66414	6.56678		Mechta Agouf,Mechtat Agouf,Mechtet Agouf,Mechtet Agoûf		31			
2488939	Mecht ech Cherf	mecht-ech-cherf	DZ		0	Africa/Algiers	36.84864	3.91493				40			
2488940	Mechta Zoui	mechta-zoui	DZ		0	Africa/Algiers	35.74848	6.23265				03			
2488941	Mechta Zouaoucha	mechta-zouaoucha	DZ		0	Africa/Algiers	35.79891	5.18858				12			
2488942	Mechta Zitouna	mechta-zitouna	DZ		0	Africa/Algiers	35.58337	7.78831		Mechta Zitouna,Mechtat Zitouna		29			
2488943	Mechta Ziane	mechta-ziane	DZ		0	Africa/Algiers	36.43816	5.25302		Mechta Ziane,Mechtat Ziane		18			
2488944	Mechta Zerdaba	mechta-zerdaba	DZ		0	Africa/Algiers	35.61424	7.34087				29			
2488945	Mechta Zerba	mechta-zerba	DZ		0	Africa/Algiers	35.92821	5.01908		Mechta Zerba,Mechtat Zerba		39			
2488946	Mechta Zeraïa	mechta-zeraia	DZ		0	Africa/Algiers	36.47837	6.18047		Mechta Zeraia,Mechta Zeraïa,Mechtat Zeraia,Mechtat Zéraïa,Zeria,Zérïa		48			
2488947	Mechta Zeradla	mechta-zeradla	DZ		0	Africa/Algiers	36.01326	0.65443				51			
2488951	Mechta Zehana	mechta-zehana	DZ		0	Africa/Algiers	36.23463	7.02296				04			
2488952	Mechta Zeboudj	mechta-zeboudj	DZ		0	Africa/Algiers	36.17559	3.98552		Mechta Zeboudj,Mechtat Zeboudj		21			
2488954	Mechta Zadia	mechta-zadia	DZ		0	Africa/Algiers	36.3907	5.60417		Mechta Zadia,Mechtat Zadia		12			
2488955	Mechta Zaara	mechta-zaara	DZ		0	Africa/Algiers	36.19989	5.85587				12			
2488956	Mechta Zaabouba	mechta-zaabouba	DZ		0	Africa/Algiers	36.23669	7.58002				23			
2488957	Mechtat Toualbia	mechtat-toualbia	DZ		0	Africa/Algiers	35.67063	7.94199		Mechtat Toualbia,Mechtet Toualhia		33			
2488958	Mechtat Torrich	mechtat-torrich	DZ		0	Africa/Algiers	35.62623	8.04733		Mechta Torrich,Mechtat Torrich,Mechtat Torricha		33			
2488959	Mechtat Torchane	mechtat-torchane	DZ		0	Africa/Algiers	35.60429	7.94489		Mechta Torchane,Mechtat Torchane		33			
2488960	Mechtat Titoust	mechtat-titoust	DZ		0	Africa/Algiers	35.47349	6.06485		Mechta Titoust,Mechtat Titoust		03			
2488961	Mechtat Tifertassine	mechtat-tifertassine	DZ		0	Africa/Algiers	35.45848	6.0345				03			
2488963	Mechtat Tafrennt Kbira	mechtat-tafrennt-kbira	DZ		0	Africa/Algiers	35.4324	6.00318		Mechta Tafrennt Kebira,Mechtat Tafrennt Kbira		03			
2488964	Mechtat Souaïdia	mechtat-souaidia	DZ		0	Africa/Algiers	35.59762	7.96722		Mechta Souaidia,Mechta Souaïdia,Mechtat Souaidia,Mechtat Souaïdia		33			
2488965	Mechtat Sidi Marklouf	mechtat-sidi-marklouf	DZ		0	Africa/Algiers	35.4728	5.88481		Mechta Sidi Makhlouf,Mechtat Sidi Marklouf		03			
2488966	Mechtat Sidi el Hadj Ben Rachdi	mechtat-sidi-el-hadj-ben-rachdi	DZ		0	Africa/Algiers	36.03302	4.71223				39			
2488967	Mechtat Sidi Bel Kassem	mechtat-sidi-bel-kassem	DZ		0	Africa/Algiers	36.35324	3.42246				06			
2488968	Mechtat Sidi Ahmed Bohli	mechtat-sidi-ahmed-bohli	DZ		0	Africa/Algiers	36.60486	8.25981		Mechta Sidi Ahmed Bohli,Mechtat Sidi Ahmed Bohli		44			
2488969	Mechtat Safel Metirchou el Outani	mechtat-safel-metirchou-el-outani	DZ		0	Africa/Algiers	35.61528	7.39389		Mechta Safel Metirchou el Outani,Mechtat Safel Metirchou el Outani,Mechtet Safel Metirchou el Outani		29			
2488970	Mechtat Rokbet es Salem	mechtat-rokbet-es-salem	DZ		0	Africa/Algiers	35.78568	4.35688				27			
2488971	Mechta Triouyat	mechta-triouyat	DZ		0	Africa/Algiers	35.935	4.76304		Mechta Trioujat,Mechta Triouyat,Mechtat Triouyat,Mechtat Trïouyat		39			
2488972	Mechtat Rharbi Settara	mechtat-rharbi-settara	DZ		0	Africa/Algiers	36.03194	7.53056		Mechta Rharbi Settara,Mechta Rhardi Settara,Mechtat Rharbi Settara		52			
2488973	Mechtat Remaïl	mechtat-remail	DZ		0	Africa/Algiers	36.41667	5.61667		Mechtat Remail,Mechtat Remaïl,Remail,Remaïl		12			
2488974	Mechtat Rass el Ganntra	mechtat-rass-el-ganntra	DZ		0	Africa/Algiers	35.95	7.55		Mechtat Rass el Ganntra,Mechtat Rass el Guenntra		52			
2488975	Mechtat Râs el KiFane	mechtat-ras-el-kifane	DZ		0	Africa/Algiers	35.78346	4.84959				27			
2488976	Mechta Traïricha	mechta-trairicha	DZ		0	Africa/Algiers	35.93698	3.80323				21			
2488977	Mechta Tourki	mechta-tourki	DZ		0	Africa/Algiers	35.96601	3.77018				21			
2488978	Mechtat Oum Rihana	mechtat-oum-rihana	DZ		0	Africa/Algiers	36.58333	8.21667				44			
2488980	Mechtat Ouled Yahia	mechtat-ouled-yahia	DZ		0	Africa/Algiers	35.63333	7.8				29			
2488981	Mechtat Ouled Salah	mechtat-ouled-salah	DZ		0	Africa/Algiers	35.63333	8.23333				33			
2488982	Mechtat Ouled Rharbi	mechtat-ouled-rharbi	DZ		0	Africa/Algiers	35.58491	7.92262				33			
2488983	Mechtat Ouled Kheir	mechtat-ouled-kheir	DZ		0	Africa/Algiers	35.55368	8.1021		Mechtat Ouled Kheir,Mechtet Ouled Kheir		33			
2488984	Mechtat Ouled Hamza	mechtat-ouled-hamza	DZ		0	Africa/Algiers	35.55627	8.15732		Mechta Ouled Hamza,Mechtat Ouled Hamza,mshtt awlad hmzt,مشتة أولاد حمزة		33			
2488985	Mechtat Ouled ez Zouaïria	mechtat-ouled-ez-zouairia	DZ		0	Africa/Algiers	35.25	8.13129		Mechtat Oulad ez Zouairia,Mechtat Oulad ez Zouaïria,Mechtat Ouled ez Zouairia,Mechtat Ouled ez Zouaïria		33			
2488986	Mechtat Ouled Brik	mechtat-ouled-brik	DZ		0	Africa/Algiers	35.58333	7.88333				33			
2488987	Mechtat Ouled Atmane	mechtat-ouled-atmane	DZ		0	Africa/Algiers	35.59484	7.72947		Mechta Ouled Atmane,Mechtat Ouled Atmane		29			
2488988	Mechta Ouled Ali Ben Zid	mechta-ouled-ali-ben-zid	DZ		0	Africa/Algiers	35.63014	4.59262		Mechta Ouled Ali Ben Zid,Mechtat Ouled Ali Ben Zid		27			
2488989	Mechtat Ouled Ali	mechtat-ouled-ali	DZ		0	Africa/Algiers	35.60464	4.59404		Mechtat Oued Ali,Mechtat Ouled Ali		27			
2488990	Mechtat Oulad Saadi	mechtat-oulad-saadi	DZ		0	Africa/Algiers	36.19312	5.18096				12			
2488991	Mechtat Oulad Gana Ben Saïeh	mechtat-oulad-gana-ben-saieh	DZ		0	Africa/Algiers	35.5803	4.45514				27			
2488992	Mechtat Oulad Gada	mechtat-oulad-gada	DZ		0	Africa/Algiers	34.94009	0.46934				10			
2488993	Mechtat Oulad el Hadj	mechtat-oulad-el-hadj	DZ		0	Africa/Algiers	35.31161	7.87251		Mechta Oulad el Hadj,Mechtat Oulad el Hadj,Mechtet Oulad el Hadj		33			
2488994	Mechta Toufi	mechta-toufi	DZ		0	Africa/Algiers	36.37067	7.31304		Mechta Toufi,Mechtat Toufi		23			
2488996	Mechtat Merah et Tarfa	mechtat-merah-et-tarfa	DZ		0	Africa/Algiers	35.65806	7.32444		Mechta Merah et Tarfa,Mechtat Merah et Tarfa		29			
2488997	Mechtat Meharzia	mechtat-meharzia	DZ		0	Africa/Algiers	35.55	8.31667				33			
2488998	Mechtat Maklouf	mechtat-maklouf	DZ		0	Africa/Algiers	35.96249	7.4312		Mechtat Makhlouf,Mechtat Maklouf		52			
2488999	Mechtat Khechine	mechtat-khechine	DZ		0	Africa/Algiers	35.6046	8.00878		Mechtat Khechine,Mechtet Khechine		33			
2489000	Mechtat Khatala	mechtat-khatala	DZ		0	Africa/Algiers	35.61644	7.65488		Mechtat Khatala,Mechtet Khatala		29			
2489001	Mechtat Kef el Hammam	mechtat-kef-el-hammam	DZ		0	Africa/Algiers	35.64243	5.50287		Mechtat Kef el Hamam,Mechtat Kef el Hammam		03			
2489002	Mechta Tizguine	mechta-tizguine	DZ		0	Africa/Algiers	35.93775	4.60964		Mechta Tizguine,Mechtat Tizguine		39			
2489003	Mechta Tissouil	mechta-tissouil	DZ		0	Africa/Algiers	36.39473	5.86466		Mechta Tissouil,Mechtat Tissouil		48			
2489005	Tinsissine	tinsissine	DZ		0	Africa/Algiers	36.09064	2.1071		Mechta Tinessissine,Tinessissine,Tinsissine		35			
2489006	Mechta Timdiouines	mechta-timdiouines	DZ		0	Africa/Algiers	35.86453	5.7245				03			
2489007	Mechta Tikabiene	mechta-tikabiene	DZ		0	Africa/Algiers	35.58007	6.42732				03			
2489008	Mechta Tiguiguennt	mechta-tiguiguennt	DZ		0	Africa/Algiers	35.4205	6.40299				03			
2489009	Mechta Tiguennzaz	mechta-tiguennzaz	DZ		0	Africa/Algiers	35.42323	6.3607				03			
2489011	Mechta Tiberguent	mechta-tiberguent	DZ		0	Africa/Algiers	36.41966	6.05944		Mechta Tiberguent,Mechta Tiberquent,Mechtat Tiberguent		48			
2489013	Mechtat Haouach Raaï	mechtat-haouach-raai	DZ		0	Africa/Algiers	35.51667	7.95				33			
2489014	Mechtat Guebel el Fedjidjet	mechtat-guebel-el-fedjidjet	DZ		0	Africa/Algiers	35.54362	7.57601		Mechta Guebel el Fidjidjet,Mechtat Guebel el Fedjidjet		29			
2489016	Mechtat ez Zebech	mechtat-ez-zebech	DZ		0	Africa/Algiers	36.05207	3.82633		Mechtat ez Zebech,Mechtel ez Zebech		21			
2489017	Mechtat ez Zaaroura	mechtat-ez-zaaroura	DZ		0	Africa/Algiers	36.05067	7.06038				23			
2489018	Mechtat et Toubaga	mechtat-et-toubaga	DZ		0	Africa/Algiers	36.25718	7.36741				23			
2489019	Mechtat es Seba	mechtat-es-seba	DZ		0	Africa/Algiers	35.69056	5.46192				03			
2489020	Mechta Tessa’tâch	mechta-tessa-tach	DZ		0	Africa/Algiers	36.87556	6.60972				31			
2489021	Mechtat es Saharis	mechtat-es-saharis	DZ		0	Africa/Algiers	35.83944	6.34444				03			
2489022	Mechtat er Rouis	mechtat-er-rouis	DZ		0	Africa/Algiers	35.21083	7.9525		Mechtat er Rouis,Mechtat er Rouiss,Mechtet er Rouis		33			
2489023	Mechtat er R’Mel	mechtat-er-r-mel	DZ		0	Africa/Algiers	36.80218	7.32533				31			
2489024	Mechtat er Rmel	mechtat-er-rmel	DZ		0	Africa/Algiers	36.19251	5.15184		Mechta er Rmel,Mechtat er Rmel		39			
2489025	Mechtat er Rih	mechtat-er-rih	DZ		0	Africa/Algiers	36.37964	5.52798				12			
2489026	Mechtat er Rgarg	mechtat-er-rgarg	DZ		0	Africa/Algiers	36.56771	6.64926				04			
2489027	Mechtat er Rezaïg	mechtat-er-rezaig	DZ		0	Africa/Algiers	35.97889	1.37993				41			
2489028	Mechtat er Reguida	mechtat-er-reguida	DZ		0	Africa/Algiers	35.56849	7.62308		Mechta er Reguida,Mechtat er Reguida,Mechtet er Reguida		29			
2489029	Mechtat er Regata	mechtat-er-regata	DZ		0	Africa/Algiers	35.80952	4.83895				27			
2489030	Mechtat er Rasfa	mechtat-er-rasfa	DZ		0	Africa/Algiers	36.31091	6.12018				48			
2489031	Mechtat er Raf Raf	mechtat-er-raf-raf	DZ		0	Africa/Algiers	35.48631	7.57878		Mechtat er Raf Raf,Mechtet er Raf Raf		29			
2489032	Mechtat er Radj	mechtat-er-radj	DZ		0	Africa/Algiers	35.98694	4.71111		Mechtat er Radj,Mechtet er Radj		39			
2489033	Mechta Teranioua	mechta-teranioua	DZ		0	Africa/Algiers	35.95677	4.06606				27			
2489034	Mechta Teniet Beni Daïet	mechta-teniet-beni-daiet	DZ		0	Africa/Algiers	35.94499	4.00587				21			
2489036	Mechtat el Rhirane	mechtat-el-rhirane	DZ		0	Africa/Algiers	35.88457	5.01952		Mechtat el Rhirane,Mechtet el Rhirane		39			
2489037	Mechtat el Rhil	mechtat-el-rhil	DZ		0	Africa/Algiers	35.79837	4.81719		Mechtat el Rhil,Mechtet el Rhil		27			
2489038	Mechtat el Ousfane	mechtat-el-ousfane	DZ		0	Africa/Algiers	35.5952	4.46508		Diar Oulad Maatoug,Mechtat el Ousfane		27			
2489040	Mechtat el Mtarfa	mechtat-el-mtarfa	DZ		0	Africa/Algiers	35.96556	5.78556				12			
2489041	Mechtat el Msadia	mechtat-el-msadia	DZ		0	Africa/Algiers	36.37951	7.08987				23			
2489042	Mechtat el Mrabtine	mechtat-el-mrabtine	DZ		0	Africa/Algiers	36.11774	5.66291				12			
2489043	Mechtat el Mounchar	mechtat-el-mounchar	DZ		0	Africa/Algiers	36.00369	5.83782				12			
2489044	Mechtat el Meroudj	mechtat-el-meroudj	DZ		0	Africa/Algiers	36.45	5.95		Mechtat el Meroudj,Mechtat el Merouj		48			
2489045	Mechtat el Merouani	mechtat-el-merouani	DZ		0	Africa/Algiers	35.75831	7.47505				29			
2489046	Mechtat el Merabtine	mechtat-el-merabtine	DZ		0	Africa/Algiers	35.93546	6.29386				29			
2489048	Mechtat el Mellez	mechtat-el-mellez	DZ		0	Africa/Algiers	36.0793	4.31888		Mechta el Mellez,Mechtat el Mellez		39			
2489049	Mechtat el Melah	mechtat-el-melah	DZ		0	Africa/Algiers	36.09	6.23278		Mechtat Melah,Mechtat el Melah		48			
2489052	Mechtat el Meharzia	mechtat-el-meharzia	DZ		0	Africa/Algiers	35.59648	8.26296		Mechtat el Meharzia,Mechtet el Meharzia		33			
2489053	Mechtat el Mehares	mechtat-el-mehares	DZ		0	Africa/Algiers	35.76203	5.25187				12			
2489054	Mechtat el Medjerah	mechtat-el-medjerah	DZ		0	Africa/Algiers	36.06422	7.0221		Mechtat el Medjerah,Mechtat el Medjeraho		29			
2489055	Mechtat el Mechtab	mechtat-el-mechtab	DZ		0	Africa/Algiers	35.55985	7.73697		Mechtat el Mechtab,Mechtet el Mechtab		29			
2489056	Douar el Mdada	douar-el-mdada	DZ		0	Africa/Algiers	35.83122	0.72101		Douar el Mdada,Mechtat el Mdada		51			
2489057	Mechtat el Matroa	mechtat-el-matroa	DZ		0	Africa/Algiers	36.71412	8.28493				44			
2489058	Mechtat el Marhder	mechtat-el-marhder	DZ		0	Africa/Algiers	36.00496	5.74435				12			
2489059	Mechtat el Marga	mechtat-el-marga	DZ		0	Africa/Algiers	36.33469	7.36238				23			
2489060	Mechtat el Maleb	mechtat-el-maleb	DZ		0	Africa/Algiers	35.83898	3.119				06			
2489061	Mechtat el Malahkal	mechtat-el-malahkal	DZ		0	Africa/Algiers	35.62739	6.41093		El Malahkal,Mechta el Malahkal,Mechtat el Malahkal		03			
2489062	Mechtat el Malah	mechtat-el-malah	DZ		0	Africa/Algiers	36.1055	5.40482				12			
2489063	Mechtat el Ma el Abiod	mechtat-el-ma-el-abiod	DZ		0	Africa/Algiers	36.18333	5.96667		Mechta el Ma el Abiod,Mechtat el Ma el Abiod		48			
2489064	Mechtat el Madjene	mechtat-el-madjene	DZ		0	Africa/Algiers	36.23947	7.66317				52			
2489065	Mechtat el Louza	mechtat-el-louza	DZ		0	Africa/Algiers	36.45286	5.76915				48			
2489066	Mechtat el Lebba	mechtat-el-lebba	DZ		0	Africa/Algiers	36.08538	4.10757		Mechta el Lebba,Mechtat el Lebba,Mechtet el Lebba		21			
2489067	Mechtat el Ksob	mechtat-el-ksob	DZ		0	Africa/Algiers	35.83835	4.84421		Mechtat el Ksob,Mechtet el Ksob		27			
2489069	Mechtat el Ksar	mechtat-el-ksar	DZ		0	Africa/Algiers	36.10266	7.05809				23			
2489070	Mechtat el Koucha	mechtat-el-koucha	DZ		0	Africa/Algiers	35.70359	6.25246				03			
2489071	Mechtat el Kill	mechtat-el-kill	DZ		0	Africa/Algiers	35.78943	4.83484				27			
2489072	Mechtat el Khannfoussa	mechtat-el-khannfoussa	DZ		0	Africa/Algiers	35.86438	7.29694		Mechtat el Khannfoussa,Mechtet el Khannfoussa		29			
2489073	Leghraïb	leghraib	DZ		0	Africa/Algiers	35.85126	0.80201		Leghraib,Leghraïb,Mechtat el Khaib,Mechtat el Khaïb,Mechtat el Kraib,Mechtat el Kraïb		51			
2489074	Mechtat el Kernia	mechtat-el-kernia	DZ		0	Africa/Algiers	36.24842	7.40859		Mechta el Kerma,Mechtat el Kernia		23			
2489075	Mechtat el Kerma	mechtat-el-kerma	DZ		0	Africa/Algiers	35.65675	7.36054		Mechta el Kerma,Mechtat el Kerma		29			
2489076	Mechtat el Kerakera	mechtat-el-kerakera	DZ		0	Africa/Algiers	36.20538	5.90134		Mechta el Kerakera,Mechtat el Kerakera		12			
2489077	Mechtat el Kemine	mechtat-el-kemine	DZ		0	Africa/Algiers	35.47028	7.515		Mechtat el Kemine,Mechtet el Kemine		47			
2489078	Mechtat el Kelia	mechtat-el-kelia	DZ		0	Africa/Algiers	36.481	5.81059				48			
2489079	Mechtat el Kef	mechtat-el-kef	DZ		0	Africa/Algiers	36.41556	5.66833				12			
2489080	Mechtat el Kef	mechtat-el-kef	DZ		0	Africa/Algiers	36.34333	6.08028				48			
2489082	Mechtat el Hofara	mechtat-el-hofara	DZ		0	Africa/Algiers	36.3325	7.08389				23			
2489083	Mechtat el Hiout	mechtat-el-hiout	DZ		0	Africa/Algiers	36.56329	6.66163				04			
2489084	Mechtat el Heubal	mechtat-el-heubal	DZ		0	Africa/Algiers	36.04028	6.07194		Mechtat el Heubal,Mechtat el Huebal		48			
2489085	Mechtat el Hennchir	mechtat-el-hennchir	DZ		0	Africa/Algiers	36.22919	7.3777		Mechta el Hennchir,Mechtat el Hennchir		23			
2489086	Mechtat el Hennchir	mechtat-el-hennchir	DZ		0	Africa/Algiers	36.23244	6.87157				04			
2489087	Mechtat el Hassemia	mechtat-el-hassemia	DZ		0	Africa/Algiers	36.39233	7.35149				23			
2489089	Mechtat el Hammam	mechtat-el-hammam	DZ		0	Africa/Algiers	36.71031	8.40007				44			
2489090	Mechtat el Hammam	mechtat-el-hammam	DZ		0	Africa/Algiers	36.43469	6.01584				48			
2489091	Mechtat el Hammam	mechtat-el-hammam	DZ		0	Africa/Algiers	35.61542	5.67483				03			
2489092	Mechtat el Hamama	mechtat-el-hamama	DZ		0	Africa/Algiers	36.40839	5.7114		Mechtat el Hamama,Mechtat el Hammama		12			
2489093	Mechtat el Hafra	mechtat-el-hafra	DZ		0	Africa/Algiers	36.26413	7.4495				23			
2489095	Mechtat el Hadjeres	mechtat-el-hadjeres	DZ		0	Africa/Algiers	35.59234	4.71693		Mechta el Hadjeres,Mechtat el Hadjeres		27			
2489096	Mechtat el Hadjedj	mechtat-el-hadjedj	DZ		0	Africa/Algiers	35.64942	5.50481				03			
2489097	Mechtat el Hadjadj	mechtat-el-hadjadj	DZ		0	Africa/Algiers	36.16667	4.85		El Hadjadj,Mechtat el Hadjadj		39			
2489098	Mechtat el Hadjadj	mechtat-el-hadjadj	DZ		0	Africa/Algiers	35.90446	5.68244				12			
2489101	Mechtat el Guelaa	mechtat-el-guelaa	DZ		0	Africa/Algiers	35.65971	6.46525		Mechta el Guelaa,Mechtat el Guelaa,Mechtet-el Guelaa		03			
2489102	Mechtat el Groura	mechtat-el-groura	DZ		0	Africa/Algiers	36.43139	7.21063				23			
2489103	Mechtat el Gourene	mechtat-el-gourene	DZ		0	Africa/Algiers	35.55	4.49375				27			
2489105	Mechtat el Gouissa	mechtat-el-gouissa	DZ		0	Africa/Algiers	36.0301	7.36542				29			
2489106	Mechtat el Gassa	mechtat-el-gassa	DZ		0	Africa/Algiers	36.8493	7.31466				31			
2489107	Mechtat el Ganntara	mechtat-el-ganntara	DZ		0	Africa/Algiers	36.13287	6.15253		Mechta el Ganntara,Mechtat el Ganntara		48			
2489108	Mechtat el Gabel	mechtat-el-gabel	DZ		0	Africa/Algiers	36.04079	6.18112				48			
2489109	Mechtat el Firane	mechtat-el-firane	DZ		0	Africa/Algiers	36.19721	4.78824				39			
2489111	Mechtat el Faïza	mechtat-el-faiza	DZ		0	Africa/Algiers	36.00782	0.61625				07			
2489112	Mechtat el Draïmia	mechtat-el-draimia	DZ		0	Africa/Algiers	35.90492	0.80668		Mechtat ed Draimia,Mechtat ed Draïmïa,Mechtat el Draimia,Mechtat el Draïmia		51			
2489114	Mechtat el Djemal	mechtat-el-djemal	DZ		0	Africa/Algiers	35.84164	1.84988				56			
2489115	Mechtat el Djazia	mechtat-el-djazia	DZ		0	Africa/Algiers	36.56132	6.6727				04			
2489116	Mechtat el Djar Messaouda	mechtat-el-djar-messaouda	DZ		0	Africa/Algiers	35.77329	5.95958		Mechta Djar Messaouda,Mechtat el Djar Messaouda		03			
2489117	Mechtat el Djama	mechtat-el-djama	DZ		0	Africa/Algiers	35.61074	7.31054		Mechta el Djama,Mechtat el Djama		29			
2489118	Mechtat el Djahli	mechtat-el-djahli	DZ		0	Africa/Algiers	36.03043	6.00799		Mechtat el Djahli,Mechtet el Djahli		48			
2489119	Mechtat el Bir	mechtat-el-bir	DZ		0	Africa/Algiers	35.92291	5.6434		Mechta el Bir,Mechtat el Bir		12			
2489120	Mechtat el Bir	mechtat-el-bir	DZ		0	Africa/Algiers	35.83835	5.38404				12			
2489121	Mechtat el Biar	mechtat-el-biar	DZ		0	Africa/Algiers	36.20603	6.03762		Mechta el Biar,Mechtat el Biar		48			
2489122	Mechtat el Bethab	mechtat-el-bethab	DZ		0	Africa/Algiers	36.35461	5.62166				12			
2489123	Mechtat el Bebouch	mechtat-el-bebouch	DZ		0	Africa/Algiers	36.16208	5.51196		Mechtat el Bebouch,Mechtat el Bebouche		12			
2489124	Mechtat el Bahachia	mechtat-el-bahachia	DZ		0	Africa/Algiers	35.56667	8.25				33			
2489125	Mechtat el Bacha	mechtat-el-bacha	DZ		0	Africa/Algiers	36.00048	4.76832				39			
2489126	Mechtat el Assam	mechtat-el-assam	DZ		0	Africa/Algiers	36.41792	5.61497				12			
2489127	Mechtat el Assam	mechtat-el-assam	DZ		0	Africa/Algiers	36.34352	5.90716				48			
2489128	Mechtat el Asnab	mechtat-el-asnab	DZ		0	Africa/Algiers	36.8853	7.34447				31			
2489129	Mechtat el Arsa	mechtat-el-arsa	DZ		0	Africa/Algiers	36.43866	6.16345				48			
2489130	Mechtat el Argaouat	mechtat-el-argaouat	DZ		0	Africa/Algiers	36.06659	7.08627		Mechta el Argaouat,Mechtat el Argaouat		23			
2489131	Mechtat el Ardjoun	mechtat-el-ardjoun	DZ		0	Africa/Algiers	36.19166	3.07798				06			
2489132	Mechtat el Aradia	mechtat-el-aradia	DZ		0	Africa/Algiers	35.59287	4.53434				27			
2489133	Mechtat el Aous	mechtat-el-aous	DZ		0	Africa/Algiers	35.92508	1.52544				56			
2489134	Mechtat el Aouinat	mechtat-el-aouinat	DZ		0	Africa/Algiers	36.16042	5.1106				39			
2489135	Mechtat el Aouaïez	mechtat-el-aouaiez	DZ		0	Africa/Algiers	35.53179	4.65222				27			
2489136	Mechtat el Amri	mechtat-el-amri	DZ		0	Africa/Algiers	35.94494	4.81466				39			
2489137	Mechtat el Amarcha	mechtat-el-amarcha	DZ		0	Africa/Algiers	36.46811	5.57306				12			
2489138	Mechtat el Aïoun	mechtat-el-aioun	DZ		0	Africa/Algiers	35.67895	5.59991				03			
2489139	Mechtat el Affanis	mechtat-el-affanis	DZ		0	Africa/Algiers	36.06648	0.75684		Mechtat el Affania,Mechtat el Affanis		51			
2489141	Mechtat el Abiat	mechtat-el-abiat	DZ		0	Africa/Algiers	36.45	5.91667				48			
2489142	Mechtat el Ababsia	mechtat-el-ababsia	DZ		0	Africa/Algiers	36.28225	7.45063				23			
2489143	Mechta Teksra	mechta-teksra	DZ		0	Africa/Algiers	36.32932	5.01265		Mechta Teksra,Mechtat Teksra		12			
2489144	Mechta Teffahah	mechta-teffahah	DZ		0	Africa/Algiers	36.53805	6.81737		Mechta Teffahah,Mechtat Teffahah		04			
2489145	Douar Douadia	douar-douadia	DZ		0	Africa/Algiers	35.99891	0.80246		Douar Douadia,Mechtat ed Douaidia,Mechtat ed Douaïdia,Mechtat el Douaidia,Mechtat el Douaïdia		51			
2489146	Mechtat ed Dir	mechtat-ed-dir	DZ		0	Africa/Algiers	35.75909	4.85969				27			
2489147	Mechtat ed Dekara	mechtat-ed-dekara	DZ		0	Africa/Algiers	36.32147	5.51244				12			
2489148	Mechtat ed Daïa	mechtat-ed-daia	DZ		0	Africa/Algiers	36.078	6.0523				48			
2489149	Mechtat ech Cherchara	mechtat-ech-cherchara	DZ		0	Africa/Algiers	35.9367	4.04441				27			
2489150	Ech Cheraga	ech-cheraga	DZ		0	Africa/Algiers	36.25232	1.52499		Ech Cheraga,Mechtat ech Cheraga		41			
2489151	Bouchkour	bouchkour	DZ		0	Africa/Algiers	35.82742	0.59485		Bouchkour,Mechtat ech Cheraga		51			
2489152	Mechtat ech Cheraba	mechtat-ech-cheraba	DZ		0	Africa/Algiers	36.15	5.21667				12			
2489154	Mechtat ech Charf	mechtat-ech-charf	DZ		0	Africa/Algiers	36.14437	6.20812		Mechta ech Charf,Mechtat ech Charf		48			
2489155	Mechtat ech Chaacha	mechtat-ech-chaacha	DZ		0	Africa/Algiers	35.2874	8.13588				33			
2489156	Mechta Tebalkha	mechta-tebalkha	DZ		0	Africa/Algiers	35.84757	6.01904				03			
2489158	Mechtat Draa Snouber	mechtat-draa-snouber	DZ		0	Africa/Algiers	35.54278	7.67628		Mechtat Draa Snouber,Mechtet Draa Snouber		29			
2489159	Mechtat Draa el Akhbal	mechtat-draa-el-akhbal	DZ		0	Africa/Algiers	35.70167	7.39028		Mechta Draa el Akhbal,Mechtat Draa el Akhbal,Mechtet Draa el Akhbal		29			
2489160	Mechtat Djenane Ahmed	mechtat-djenane-ahmed	DZ		0	Africa/Algiers	35.66667	7.68333				29			
2489161	Mechtat Debaïb el Alfa	mechtat-debaib-el-alfa	DZ		0	Africa/Algiers	35.51853	7.84708		Mechta Debaib el Alfa,Mechta Debaïb el Alfa,Mechtat Debaib el Alfa,Mechtat Debaïb el Alfa		33			
2489162	Mechtat Darsoun	mechtat-darsoun	DZ		0	Africa/Algiers	36.45	6.43333		Darsoun,Mechtat Darsoun		04			
2489163	Mechtat Dakhli	mechtat-dakhli	DZ		0	Africa/Algiers	35.52934	7.81158		Mechta Dakhil,Mechtat Dakhli		33			
2489164	Mechtat Dahmane el Aïd	mechtat-dahmane-el-aid	DZ		0	Africa/Algiers	35.91958	4.59187				39			
2489166	Mechtat Chergui el Biar	mechtat-chergui-el-biar	DZ		0	Africa/Algiers	35.91667	7.56667				52			
2489167	Mechtat Bir el Arbi	mechtat-bir-el-arbi	DZ		0	Africa/Algiers	36.16588	6.86712				04			
2489168	Mechtat Bir Chtathia	mechtat-bir-chtathia	DZ		0	Africa/Algiers	35.61814	8.00464		Mechtat Bir Chtathia,Mechtat Chtathia,Mechtet Bir Chtathia		33			
2489169	Mechtat Ben Khedim	mechtat-ben-khedim	DZ		0	Africa/Algiers	35.54409	7.88097		Mechtat Ben Khedim,Mechtet Ben Khedim		33			
2489170	Mechtat Ben Falia	mechtat-ben-falia	DZ		0	Africa/Algiers	35.33333	8.28333		Mechta Ben Falia,Mechtat Ben Falia		33			
2489171	Mechtat Ben el Rharbi	mechtat-ben-el-rharbi	DZ		0	Africa/Algiers	35.66451	4.61295				27			
2489172	Mechtat Ben el Hambli	mechtat-ben-el-hambli	DZ		0	Africa/Algiers	36.35588	6.92975				04			
2489173	Mechtat Benarfa	mechtat-benarfa	DZ		0	Africa/Algiers	35.53158	7.88483		Mechta Benarfa,Mechtat Benarfa		33			
2489174	Mechtat Bekakhia	mechtat-bekakhia	DZ		0	Africa/Algiers	35.56667	7.86667				33			
2489175	Mechta Taïrao	mechta-tairao	DZ		0	Africa/Algiers	36.69209	6.4263		Mechta Tairao,Mechta Tayaraou,Mechta Tayarâou,Mechta Taïrao,Mechtat Tairao,Mechtat Taïrao		24			
2489176	Mechta Tasseft	mechta-tasseft	DZ		0	Africa/Algiers	36.11924	4.20443				39			
2489178	Mechta Târzoûs	mechta-tarzous	DZ		0	Africa/Algiers	36.74354	6.21576		Dechret Tarzous,Mechta Tarzous,Mechta Târzoûs,Tarzous		24			
2489179	Mechta Târherâcht	mechta-tarheracht	DZ		0	Africa/Algiers	36.69814	6.0207		Dechra Tarherast,Dechret Tarherast,Mechta Tarheracht,Mechta Târherâcht		24			
2489180	Mechta Tardet	mechta-tardet	DZ		0	Africa/Algiers	36.55	1.88333				55			
2489182	Mechta Tanout	mechta-tanout	DZ		0	Africa/Algiers	35.67327	5.57829				03			
2489183	Mechta Tannouch	mechta-tannouch	DZ		0	Africa/Algiers	36.20316	5.71358		Mechta Tannouch,Mechta Tannouche		12			
2489184	Mechta Tamazirt	mechta-tamazirt	DZ		0	Africa/Algiers	35.94639	4.08864				27			
2489185	Mechta Tamarit	mechta-tamarit	DZ		0	Africa/Algiers	35.81267	5.95275				03			
2489186	Mechta Talhia	mechta-talhia	DZ		0	Africa/Algiers	36.17627	7.01351				04			
2489187	Mechta Taleb	mechta-taleb	DZ		0	Africa/Algiers	35.39588	5.14614				03			
2489188	Mechta Talamine	mechta-talamine	DZ		0	Africa/Algiers	36.24762	3.96363		Mechta Talamine,Mechtat Talamine		21			
2489189	Mechta Takouka	mechta-takouka	DZ		0	Africa/Algiers	36.30335	5.33387				12			
2489190	Mechta Takouist	mechta-takouist	DZ		0	Africa/Algiers	35.71524	6.4732				03			
2489191	Mechtat Aïoun el Beïd	mechtat-aioun-el-beid	DZ		0	Africa/Algiers	35.59778	7.46944		Mechta Aioun el Beid,Mechta Aïoun el Beid,Mechtat Aioun el Beid,Mechtat Aïoun el Beïd		29			
2489192	Mechtat ’Aïn Guern el Menndjel	mechtat-ain-guern-el-menndjel	DZ		0	Africa/Algiers	35.87404	4.06467		Mechta 'Ain Guern el Menndjel,Mechta ’Aïn Guern el Menndjel,Mechtat 'Ain Guern el Menndjel,Mechtat ’Aïn Guern el Menndjel		27			
2489193	Mechta Tahra ez Zâne	mechta-tahra-ez-zane	DZ		0	Africa/Algiers	36.81852	6.0793		Mechta Tahra ez Zane,Mechta Tahra ez Zâne,Mechta Tar ez Zane,Mechtat Tar ez Zane		24			
2489194	Mechtat Agradou	mechtat-agradou	DZ		0	Africa/Algiers	35.59304	5.88428		Mechtat Agradou,Mechtet Agradou		03			
2489195	Mechta Taglaït	mechta-taglait	DZ		0	Africa/Algiers	35.8133	4.99978		Mechta Taglait,Mechta Taglaït,Mechtat Taglait,Mechtat Taglaït		39			
2489196	Mechta Taga	mechta-taga	DZ		0	Africa/Algiers	35.77317	6.17182				03			
2489197	Mechta Tafra	mechta-tafra	DZ		0	Africa/Algiers	36.85984	7.33005				31			
2489198	Mechta Tafouda	mechta-tafouda	DZ		0	Africa/Algiers	36.42556	5.5625		Mechta Tafouda,Mechtat Tafouda		12			
2489199	Mechta Tadrart	mechta-tadrart	DZ		0	Africa/Algiers	36.40151	5.77284		Mechta Tadrart,Mechtat Tadrart,Tadrart		12			
2489200	Mechta Tadjine	mechta-tadjine	DZ		0	Africa/Algiers	35.67614	6.24118				03			
2489201	Mechta Tabesbast	mechta-tabesbast	DZ		0	Africa/Algiers	36.2816	6.1724				48			
2489202	Mechta Statir	mechta-statir	DZ		0	Africa/Algiers	36.52112	8.17601		Mechta Statir,mshtt astatyr,مشطة استاتير		44			
2489204	Mechta Srepta	mechta-srepta	DZ		0	Africa/Algiers	35.71332	5.49671				03			
2489206	Mechta Souharia	mechta-souharia	DZ		0	Africa/Algiers	36.21944	3.81472		Mechta Souharia,Mechtat Souharia		21			
2489208	Mechta Sommar	mechta-sommar	DZ		0	Africa/Algiers	36.15835	5.28583		Mechta Sommar,Mechtat Sommar		12			
2489209	Mechta Soltane	mechta-soltane	DZ		0	Africa/Algiers	35.22143	7.72136				33			
2489210	Mechta Smara	mechta-smara	DZ		0	Africa/Algiers	36.46372	6.07846		Mechta Smara,Mechtat Smara		48			
2489211	Mechta Smara	mechta-smara	DZ		0	Africa/Algiers	36.18435	5.78752				12			
2489212	Mechta Smara	mechta-smara	DZ		0	Africa/Algiers	36.15324	5.63057				12			
2489213	Mechtat Smadene	mechtat-smadene	DZ		0	Africa/Algiers	35.10683	1.04951		Mechta Smadene,Mechtat Smadene		13			
2489214	Mechta Smaala	mechta-smaala	DZ		0	Africa/Algiers	35.20372	7.7191				33			
2489215	Mechta Siffoun	mechta-siffoun	DZ		0	Africa/Algiers	35.83222	2.67177				06			
2489217	Mechta Sidi Saïd	mechta-sidi-said	DZ		0	Africa/Algiers	35.86667	4.98333		Mechta Sidi Said,Mechta Sidi Saïd,Mechtat Sidi Said,Mechtat Sidi Saïd		39			
2489218	Douar Sidi Messaoud	douar-sidi-messaoud	DZ		0	Africa/Algiers	36.08697	1.98982		Douar Sidi Messaoud,Mechta Sidi Messaoud		35			
2489219	Mechta Sidi Mâch	mechta-sidi-mach	DZ		0	Africa/Algiers	36.14216	7.17882		Mechta Sidi Mach,Mechta Sidi Mache,Mechta Sidi Mâch,Mechta Sidi Mâche		23			
2489220	Mechta Sidi Maatallah	mechta-sidi-maatallah	DZ		0	Africa/Algiers	35.97533	7.52095		Mechta Sidi Maatallah,Mechtat Sidi Maatallah,Mzaret Sidi Maatallah		52			
2489221	Mechta Sidi Kherouf	mechta-sidi-kherouf	DZ		0	Africa/Algiers	35.99142	3.93143		Mechta Sidi Kherouf,Mechta Sidi Krerouf		21			
2489222	Mechta Sidi Hassene	mechta-sidi-hassene	DZ		0	Africa/Algiers	36.25668	5.22089				12			
2489223	Mechta Sidi Embarek	mechta-sidi-embarek	DZ		0	Africa/Algiers	36.39455	7.49887				23			
2489224	Mechta Sidi Embarek	mechta-sidi-embarek	DZ		0	Africa/Algiers	36.19699	6.88507		Mechta Sidi Embarek,Mechtat Sidi Embarek		04			
2489225	Mechtat Sidi el Arbi	mechtat-sidi-el-arbi	DZ		0	Africa/Algiers	36.52392	6.68026		Mechta Sidi el Arbi,Mechtat Sidi el Arbi		04			
2489226	Mechta Sidi Daoud	mechta-sidi-daoud	DZ		0	Africa/Algiers	36.05753	3.85532				21			
2489227	Mechta Sidi Bel Kassem	mechta-sidi-bel-kassem	DZ		0	Africa/Algiers	35.61561	4.78395		Mechta Sidi Bel Kassem,Mechtat Sidi Bel Kassem		27			
2489228	Mechta Sidi Bel Aïd	mechta-sidi-bel-aid	DZ		0	Africa/Algiers	36.35582	6.22557		Mechta Sidi Bel Aid,Mechta Sidi Bel Aïd,Mechtat Sidi Bel Aid,Mechtat Sidi Bel Aïd		48			
2489229	Mechta Sidi Ameur	mechta-sidi-ameur	DZ		0	Africa/Algiers	36.16757	7.64833				52			
2489230	Mechta Shaïri	mechta-shairi	DZ		0	Africa/Algiers	35.925	3.97781				21			
2489231	Mechta Sfar Srhir	mechta-sfar-srhir	DZ		0	Africa/Algiers	35.71067	7.40763				29			
2489232	Mechtat Sfardjela	mechtat-sfardjela	DZ		0	Africa/Algiers	36.57997	6.63424		Mechta Sfardjela,Mechtat Sfardjela		04			
2489235	Mechta Sekkoumia	mechta-sekkoumia	DZ		0	Africa/Algiers	35.86342	3.96824				27			
2489236	Mechta Sedd el Lif	mechta-sedd-el-lif	DZ		0	Africa/Algiers	35.94325	3.97445				21			
2489237	Mechta Sebak	mechta-sebak	DZ		0	Africa/Algiers	35.96639	1.71667				35			
2489238	Mechta Sbir	mechta-sbir	DZ		0	Africa/Algiers	35.70884	5.44584				03			
2489239	Mechta Satha	mechta-satha	DZ		0	Africa/Algiers	36.5125	7.22444		Mechta Satha,Mechtat Satha		23			
2489240	Mechta Salah Ben Messaoud	mechta-salah-ben-messaoud	DZ		0	Africa/Algiers	36.19753	7.48665				52			
2489242	Mechta Saïd Bel Kassem	mechta-said-bel-kassem	DZ		0	Africa/Algiers	36.25772	4.07597		Mechta Said Bel Kassem,Mechta Saïd Bel Kassem,Mechtat Said Bel Kacem,Mechtat Saïd Bel Kacem		21			
2489243	Mechta Saïda	mechta-saida	DZ		0	Africa/Algiers	35.53295	4.50763		Mechta Saida,Mechta Saïda,Mechtat Saida,Mechtat Saïda		27			
2489244	Mechta Saïd	mechta-said	DZ		0	Africa/Algiers	36.44078	6.99802		Mechta Said,Mechta Saïd,Mechtat Said,Mechtat Saïd		23			
2489246	Mechta Sahnoun	mechta-sahnoun	DZ		0	Africa/Algiers	35.87546	1.31827				51			
2489249	Mechta Safsafa	mechta-safsafa	DZ		0	Africa/Algiers	36.34035	6.05543		Mechta Safsafa,Mechtat Safsafa		48			
2489250	Mechta Safel Touzelt	mechta-safel-touzelt	DZ		0	Africa/Algiers	35.53708	7.38672				47			
2489251	Mechta Safel M’Toussa	mechta-safel-m-toussa	DZ		0	Africa/Algiers	35.57781	7.3002				47			
2489252	Mechta Safel Metirchou el Foukani	mechta-safel-metirchou-el-foukani	DZ		0	Africa/Algiers	35.56952	7.39826				29			
2489253	Mechta Safel el Malah	mechta-safel-el-malah	DZ		0	Africa/Algiers	35.92393	7.23472				29			
2489254	Mechta Safel el Hassi	mechta-safel-el-hassi	DZ		0	Africa/Algiers	35.96281	7.21448				29			
2489256	Mechta Safel el Beïda	mechta-safel-el-beida	DZ		0	Africa/Algiers	35.78608	7.32975				29			
2489257	Mechta Safel Bou Djerane	mechta-safel-bou-djerane	DZ		0	Africa/Algiers	35.43083	7.4625				47			
2489258	Mechta Safel Bakar	mechta-safel-bakar	DZ		0	Africa/Algiers	35.44631	7.50158				47			
2489259	Mechta Saedi	mechta-saedi	DZ		0	Africa/Algiers	35.85853	3.04664				06			
2489261	Mechta Saad Allah	mechta-saad-allah	DZ		0	Africa/Algiers	36.22082	4.75013		Mechta Saad Allah,Mechtat Saad Allah		39			
2489262	Mechta Saada	mechta-saada	DZ		0	Africa/Algiers	36.15027	6.05736				48			
2489263	Mechta Roumi	mechta-roumi	DZ		0	Africa/Algiers	35.80191	4.66565		Mechta Roumi,Mechtat Roumi,Mechtet Roumi		27			
2489264	Mechta Rouissa	mechta-rouissa	DZ		0	Africa/Algiers	35.69185	4.8159				27			
2489265	Mechta Rouiguet	mechta-rouiguet	DZ		0	Africa/Algiers	36.37215	8.29715				52			
2489266	Mechta Roubia	mechta-roubia	DZ		0	Africa/Algiers	35.64624	4.79319		Mechta Roubia,Mechtat Roubia		27			
2489267	Mechta Rouabhia	mechta-rouabhia	DZ		0	Africa/Algiers	36.20698	7.61044				52			
2489268	Mechta Roknia	mechta-roknia	DZ		0	Africa/Algiers	35.82773	6.07077		Mechta Roknia,Mechtat Roknia		03			
2489269	Mechta Rogat es Saguia	mechta-rogat-es-saguia	DZ		0	Africa/Algiers	36.38333	6.48333		Mechta Rogat es Saguia,Mechtat Rogat es Saguia		04			
2489270	Mechta Rirhi	mechta-rirhi	DZ		0	Africa/Algiers	36.02996	4.61177		Mechta Rirhi,Mechtat Rirhi		39			
2489271	Mechta Rhoder	mechta-rhoder	DZ		0	Africa/Algiers	35.86245	4.93104		Mechta Rhoder,Mechtat Rhoder		39			
2489272	Mechta Rhirene	mechta-rhirene	DZ		0	Africa/Algiers	36.42473	6.59844				04			
2489274	Mechta Rhenia	mechta-rhenia	DZ		0	Africa/Algiers	35.73227	5.53464				03			
2489275	Mechta Rharbi et Trik	mechta-rharbi-et-trik	DZ		0	Africa/Algiers	36.11851	7.72307		Mechta Rharbi el Trik,Mechta Rharbi et Trik,Mechtat Rharbi et Trik		52			
2489276	Mechta Rharbi el Merra	mechta-rharbi-el-merra	DZ		0	Africa/Algiers	36.03307	7.0023				29			
2489277	Mechta Gharbi el Biar	mechta-gharbi-el-biar	DZ		0	Africa/Algiers	35.9032	7.56007		Mechta Gharbi el Biar,Mechta Rharbi el Biar,Mechtat Rharbi el Biar		52			
2489278	Mechta Rharbi Aklia	mechta-rharbi-aklia	DZ		0	Africa/Algiers	35.53444	7.56917		Mechta Rharbi Aklia,Mechtat Rharbi Aklia		29			
2489279	Draa Klalouche	draa-klalouche	DZ		5000	Africa/Algiers	35.79234	5.97706	875	Mechta Rhalouch,Mechta Rhlalouch,dhraʿ qlalwsh,ذراع قلالوش		03			
2489281	Mechta Remadnia	mechta-remadnia	DZ		0	Africa/Algiers	35.57631	4.50455		Mechta Remadnia,Mechtat Remadnia		27			
2489282	Mechta Remadia el Babouche	mechta-remadia-el-babouche	DZ		0	Africa/Algiers	35.86273	7.59646				52			
2489283	Mechta Remadet el Babouche	mechta-remadet-el-babouche	DZ		0	Africa/Algiers	35.88494	7.59763		Mechta Remadet el Babouche,Mechtat Remadet el Babouch		52			
2489285	Mechta Reguibet el Bir	mechta-reguibet-el-bir	DZ		0	Africa/Algiers	35.61821	5.86293				03			
2489286	Mechta Regraga	mechta-regraga	DZ		0	Africa/Algiers	35.84806	4.92111		Mechta Regraga,Mechtat Regraga		39			
2489287	Mechta Reggada	mechta-reggada	DZ		0	Africa/Algiers	36.94063	7.27391		Mechta Reggada,Mechtat Reggada,mshtt alrkadt,mshtt alrqadt,مشتة الرقادة,مشتة الركادة		31			
2489288	Mechta Redjas	mechta-redjas	DZ		0	Africa/Algiers	36.42827	6.12035		Mechta Redjas,Mechtat Redjas,Redjas		48			
2489290	Mechta Rebaba	mechta-rebaba	DZ		0	Africa/Algiers	36.34649	5.59271		Mechta Rebaba,Mechtat Rebaba		12			
2489291	Mechta Reachla	mechta-reachla	DZ		0	Africa/Algiers	36.25834	4.90773		Mechta Reachla,Mechtat Reachla		39			
2489292	Mechta Râs Oulmene	mechta-ras-oulmene	DZ		0	Africa/Algiers	35.75	7.41667		Mechta Ras Oulmene,Mechta Rass Oulmen,Mechta Râs Oulmene		29			
2489293	Mechta Râs et Trouch	mechta-ras-et-trouch	DZ		0	Africa/Algiers	35.9328	7.55985		Mechta Ras et Trouch,Mechta Râs et Trouch,Mechtat Rass et Trouch		52			
2489294	Mechta Râs el Ma	mechta-ras-el-ma	DZ		0	Africa/Algiers	36.26104	7.49678		Mechta Ras el Ma,Mechta Ras et Ma,Mechta Râs el Ma		23			
2489295	Mechta Râs el Hassi	mechta-ras-el-hassi	DZ		0	Africa/Algiers	35.79952	7.30304		Mechta Ras el Hassi,Mechta Rass el Hassi,Mechta Râs el Hassi		29			
2489296	Mechta Râs Beridj	mechta-ras-beridj	DZ		0	Africa/Algiers	35.8971	7.35195		Mechta Ras Beridj,Mechta Rass Beridj,Mechta Râs Beridj		29			
2489297	Mechta Ramdane	mechta-ramdane	DZ		0	Africa/Algiers	36.32066	6.18198		Mechta Ramdane,Mechtat Rammdane		48			
2489298	Mechta Ramadia	mechta-ramadia	DZ		0	Africa/Algiers	35.50864	7.5595				29			
2489299	Mechta Rahmane Salah	mechta-rahmane-salah	DZ		0	Africa/Algiers	35.6285	2.12263				56			
2489301	Mechta Oum el Hadjel	mechta-oum-el-hadjel	DZ		0	Africa/Algiers	36.42481	5.96231		Mechta Oum el Hadjel,Mechtat Oum el Hadjel		48			
2489303	Mechta Ouled Zekri	mechta-ouled-zekri	DZ		0	Africa/Algiers	36.73501	5.97395		Mechta Ouled Zekri,Mechtat Ouled Zekri		24			
2489304	Mechta Ouled Tebene	mechta-ouled-tebene	DZ		0	Africa/Algiers	35.87058	5.67952				12			
2489305	Mechta Ouled Tarhioult	mechta-ouled-tarhioult	DZ		0	Africa/Algiers	36.23744	5.8303		Mechta Oued Tarhioult,Mechta Ouled Tarhioult		12			
2489306	Mechta Ouled Sidi Yahia	mechta-ouled-sidi-yahia	DZ		0	Africa/Algiers	35.92385	5.13261		Mechta Ouled Sidi Yahia,Mechtat Ouled Sidi Yahya		12			
2489307	Mechta Ouled Sidi Hamela	mechta-ouled-sidi-hamela	DZ		0	Africa/Algiers	36.16566	5.5616				12			
2489308	Oulad Brahim	oulad-brahim	DZ		0	Africa/Algiers	36.80862	6.26545		Mechta Ouled Sidi Brahim,Mechta Ouled Sidi Brâhîm,Oulad Brahim,Oulad Sidi Brahim		24			
2489310	Mechta Ouled Sellem	mechta-ouled-sellem	DZ		0	Africa/Algiers	35.91041	6.41503				29			
2489311	Mechta Ouled Sediane	mechta-ouled-sediane	DZ		0	Africa/Algiers	35.23401	7.72314		Mechta Ouled Saidane,Mechta Ouled Saïdane,Mechta Ouled Sediane		33			
2489312	Mechta Ouled Salem	mechta-ouled-salem	DZ		0	Africa/Algiers	35.6219	5.29703				27			
2489313	Mechta Ouled Sahib	mechta-ouled-sahib	DZ		0	Africa/Algiers	36.34186	5.55407		Mechta Ouled Sahib,Mechtat Ouled Sahib		12			
2489314	Mechta Ouled Saad	mechta-ouled-saad	DZ		0	Africa/Algiers	35.8862	1.29274				51			
2489315	Mechta Ouled Saad	mechta-ouled-saad	DZ		0	Africa/Algiers	35.17328	8.14308				33			
2489316	Mechta Ouled Rouilette	mechta-ouled-rouilette	DZ		0	Africa/Algiers	35.57885	6.25491				03			
2489317	Mechta Ouled Reguig	mechta-ouled-reguig	DZ		0	Africa/Algiers	36.0859	5.86417		Mechta Ouled Reguig,Mechtat Ouled Reguig		12			
2489318	Mechta Ouled Nouioua	mechta-ouled-nouioua	DZ		0	Africa/Algiers	35.75558	5.02179				27			
2489320	Mechta Ouled Messaoud	mechta-ouled-messaoud	DZ		0	Africa/Algiers	35.36466	5.30837				03			
2489321	Mechta Ouled Messaoud	mechta-ouled-messaoud	DZ		0	Africa/Algiers	35.36973	5.10484				03			
2489322	Mechta Ouled Messaoud	mechta-ouled-messaoud	DZ		0	Africa/Algiers	35.30203	7.84326		Mechta Oulad Messaoud,Mechta Ouled Messaoud		33			
2489323	Mechta Ouled Melloul	mechta-ouled-melloul	DZ		0	Africa/Algiers	35.22797	8.21425				33			
2489325	Mechta Ouled Mehaïa	mechta-ouled-mehaia	DZ		0	Africa/Algiers	35.56577	4.61541		Mechta Ouled Mehaia,Mechta Ouled Mehaïa,Mechtat Oued Mehaia,Mechtat Oued Mehaïa		27			
2489326	Mechta Ouled Mefla	mechta-ouled-mefla	DZ		0	Africa/Algiers	35.92596	5.59987				12			
2489327	Mechta Ouled Mbarek	mechta-ouled-mbarek	DZ		0	Africa/Algiers	35.63333	5.35				12			
2489328	Mechta Ouled Mbarek	mechta-ouled-mbarek	DZ		0	Africa/Algiers	35.6241	5.00368		Mechta Ouled Embarek,Mechta Ouled Mbarek		27			
2489329	Mechta Ouled Mahnia	mechta-ouled-mahnia	DZ		0	Africa/Algiers	35.52866	6.95545				47			
2489330	Mechta Ouled Laïb	mechta-ouled-laib	DZ		0	Africa/Algiers	36.10321	5.0687		Mechta Ouled Laib,Mechta Ouled Laïb,Mechtat Ouled Laib,Mechtat Ouled Laïb		39			
2489331	Mechta Ouled Hamdou	mechta-ouled-hamdou	DZ		0	Africa/Algiers	36.07189	5.76894		Mechta Ouled Hamdou,Mechtat Oulad Hamdou,Mechtat Ouled Hamdou		12			
2489332	Mechta Ouled Hachich	mechta-ouled-hachich	DZ		0	Africa/Algiers	36.20615	5.37327		Mechta Ouled Hachich,Mechtat Ouled Hachiche,Mechtat Ouled Hachïche		12			
2489333	Mechta Ouled Gueboudj	mechta-ouled-gueboudj	DZ		0	Africa/Algiers	35.69854	5.68412				03			
2489334	Mechta Ouled es Souar	mechta-ouled-es-souar	DZ		0	Africa/Algiers	36.09861	5.73307		Mechta Ouled es Souar,Mechtat Ouled es Souar		12			
2489336	Mechta Ouled el Hadef	mechta-ouled-el-hadef	DZ		0	Africa/Algiers	36.24087	5.45716		Mechta Ouled el Hadef,mshtt awlad alhadf,مشتة أولاد الهادف		12			
2489337	Mechta Ouled Dris	mechta-ouled-dris	DZ		0	Africa/Algiers	35.71586	5.64921				03			
2489338	Mechta Ouled Djeïch	mechta-ouled-djeich	DZ		0	Africa/Algiers	35.81401	6.10296				03			
2489339	Mechta Ouled Dehimi	mechta-ouled-dehimi	DZ		0	Africa/Algiers	35.53026	8.08825		Mechta Ouled Dehimi,Mechtat Ouled Dehimi		33			
2489340	Mechta Ouled Chouadi	mechta-ouled-chouadi	DZ		0	Africa/Algiers	35.88811	5.9128				12			
2489341	Mechta Ouled Brahim	mechta-ouled-brahim	DZ		0	Africa/Algiers	35.64501	5.10988				27			
2498300	El Gora	el-gora	DZ		0	Africa/Algiers	35.59165	1.39977				13			
2489343	Mechta Ouled Boû Khîna	mechta-ouled-bou-khina	DZ		0	Africa/Algiers	36.78265	6.21787		Dechret Ouled Bou Khina,Mechta Ouled Bou Khina,Mechta Ouled Boû Khîna		24			
2489344	Mechta Ouled Bou Hariz	mechta-ouled-bou-hariz	DZ		0	Africa/Algiers	36.03695	4.57128				39			
2489345	Mechta Ouled Boû el Mnâker	mechta-ouled-bou-el-mnaker	DZ		0	Africa/Algiers	36.75	6.23333		Mechta Adder,Mechta Ouled Bou el Mnaker,Mechta Ouled Boû el Mnâker,Mechtat Adder		24			
2489346	Mechta Ouled Boudil	mechta-ouled-boudil	DZ		0	Africa/Algiers	36.13628	5.45958		Mechta Ouled Boudil,Mechtat Ouled Boudil		12			
2489347	Mechtat Ouled Bou Denn	mechtat-ouled-bou-denn	DZ		0	Africa/Algiers	36.02813	6.50675		Mechta Ouled Bou Dene,Mechta Ouled Bou Denn,Mechtat Ouled Bou Denn		29			
2489348	Mechta Ouled Bou Aziz	mechta-ouled-bou-aziz	DZ		0	Africa/Algiers	35.95086	5.98372		Mechta Ouled Bou Aziz,Mechtat Ouled Bou Aziz		12			
2489349	Mechta Ouled Bouaïla	mechta-ouled-bouaila	DZ		0	Africa/Algiers	35.52835	7.96688				33			
2489350	Mechta Ouled Bou Abdallah	mechta-ouled-bou-abdallah	DZ		0	Africa/Algiers	36.03996	4.60402		Mechta Ouled Bou Abdallah,Mechtat Ouled Bou Abdallah		39			
2489351	Mechta Ouled Ben Amar	mechta-ouled-ben-amar	DZ		0	Africa/Algiers	35.28333	5.05				03			
2489352	Mechta Ouled Belkassem Ben Soltane	mechta-ouled-belkassem-ben-soltane	DZ		0	Africa/Algiers	35.36806	7.2925		Mechta Ouled Belk Assem Bou Soltane,Mechta Ouled Belkassem Ben Soltane		47			
2489353	Mechta Ouled Bârch	mechta-ouled-barch	DZ		0	Africa/Algiers	36.7311	6.10771		Mechta Ouled Barch,Mechta Ouled Bârch,Mechtat Ouled Barch		24			
2489354	Mechta Ouled Attia	mechta-ouled-attia	DZ		0	Africa/Algiers	35.6753	4.91149				27			
2489355	Mechta Ouled Atia	mechta-ouled-atia	DZ		0	Africa/Algiers	35.68193	5.13869		Mechta Ouled Atia,Mechta Ouled Atla		27			
2489356	Mechta Ouled Atallah	mechta-ouled-atallah	DZ		0	Africa/Algiers	36.71492	7.53086				37			
2489357	Mechta Ouled Aouadj	mechta-ouled-aouadj	DZ		0	Africa/Algiers	35.67078	6.40368				03			
2489358	Mechta Ouled Aouâdi	mechta-ouled-aouadi	DZ		0	Africa/Algiers	35.58686	8.26231		Mechta Ouled Aouadi,Mechta Ouled Aouâdi,Mechtat Ouled Aouadi,Mechtat Ouled Aouâdi		33			
2489361	Mechta Ouled Amar	mechta-ouled-amar	DZ		0	Africa/Algiers	35.86255	6.08233				03			
2489362	Mechta Ouled Ali Ben Embarek	mechta-ouled-ali-ben-embarek	DZ		0	Africa/Algiers	35.50845	7.08153				47			
2489363	Mechta Ouled Ahmed Ben Amor	mechta-ouled-ahmed-ben-amor	DZ		0	Africa/Algiers	35.97444	5.97137		Mechta Ouled Ahmed Ben Amor,Mechta Ouled Ben Amor,Mechtat Ouled Ahmed Ben Amor		12			
2489364	Mechta Ouled Ahmed	mechta-ouled-ahmed	DZ		0	Africa/Algiers	34.98333	8.28333		Mechta Ouled Ahmed,Mechtat Oulad Ahmed		33			
2489365	Mechta Ouled Ahmar	mechta-ouled-ahmar	DZ		0	Africa/Algiers	36.36667	5.35		Mechta Ouled Ahmar,Mechtat Ouled Ahmar		12			
2489366	Mechta Ouled Ahlal	mechta-ouled-ahlal	DZ		0	Africa/Algiers	36.06335	5.9538		Mechta Ouled Ahlal,Mechtat Ouled Ahlal		12			
2489367	Mechta Ouled Agoun	mechta-ouled-agoun	DZ		0	Africa/Algiers	35.91212	5.71995				12			
2489368	Mechta Ouled Abd er Rahmane	mechta-ouled-abd-er-rahmane	DZ		0	Africa/Algiers	35.48535	7.03302		Mechta Ouled Abd El Rahmane,Mechta Ouled Abd er Rahmane		47			
2489369	Mechta Ouled Abd el Aziz	mechta-ouled-abd-el-aziz	DZ		0	Africa/Algiers	35.21667	7.66667				33			
2489370	Mechta Ouled Abdallah	mechta-ouled-abdallah	DZ		0	Africa/Algiers	35.39764	5.18499				03			
2489371	Mechta Ouled Abdallah	mechta-ouled-abdallah	DZ		0	Africa/Algiers	35.36522	5.12692				03			
2489373	Mechta Oulad Ya’Koûb	mechta-oulad-ya-koub	DZ		0	Africa/Algiers	36.82207	6.14785		Dechra Oulad Yakoub,Dechret Ouled Yacoub,Mechta Oulad Ya'Koub,Mechta Oulad Ya’Koûb		24			
2489374	Mechta Oulad Touati	mechta-oulad-touati	DZ		0	Africa/Algiers	35.85778	4.07983				27			
2489375	Mechta Oulad Tebbene	mechta-oulad-tebbene	DZ		0	Africa/Algiers	35.81702	5.3434				12			
2489376	Mechta Oulad Sidi Tsamer	mechta-oulad-sidi-tsamer	DZ		0	Africa/Algiers	36.21077	5.6844				12			
2489378	Mechta Oulad Sidi Ahmor	mechta-oulad-sidi-ahmor	DZ		0	Africa/Algiers	36.10018	7.64643				52			
2489379	Mechta Oulad Sidi Ahmed	mechta-oulad-sidi-ahmed	DZ		0	Africa/Algiers	35.53244	6.3289				03			
2489380	Mechta Oulad Salah	mechta-oulad-salah	DZ		0	Africa/Algiers	36.30671	6.19648		Mechta Oulad Salah,Mechtat Oulad Salah		48			
2489381	Mechta Oulad Sa’îd	mechta-oulad-sa-id	DZ		0	Africa/Algiers	36.73293	5.95335		Mechta Oulad Sa'id,Mechta Oulad Sa’îd,Mechtat Oulad Said,Mechtat Oulad Saïd		24			
2489382	Mechta Oulad Saïd	mechta-oulad-said	DZ		0	Africa/Algiers	35.24458	7.75684				33			
2489383	Mechta Oulad Saad	mechta-oulad-saad	DZ		0	Africa/Algiers	35.26068	8.08401				33			
2489384	Mechta Oulad Rhani	mechta-oulad-rhani	DZ		0	Africa/Algiers	36.81175	6.15427		Mechta Oulad Rhani,Mechtat Oulad Rhani		24			
2489385	Mechta Oulad Reguig	mechta-oulad-reguig	DZ		0	Africa/Algiers	36.17998	5.86814				12			
2489386	Mechta Oulad Rajah	mechta-oulad-rajah	DZ		0	Africa/Algiers	36.16555	7.57924				52			
2489387	Mechta Oulad Ou Ameur	mechta-oulad-ou-ameur	DZ		0	Africa/Algiers	36.3563	5.39678		Mechta Oulad Ou Ameur,Mechtat Oulad Ou Ameur		12			
2489389	Mechta Oulad Nasseur	mechta-oulad-nasseur	DZ		0	Africa/Algiers	35.01972	8.28416		Mechta Oulad Nasseur,Mechtat Oulad Nasseur		33			
2489390	Mechta Oulad Nasseur	mechta-oulad-nasseur	DZ		0	Africa/Algiers	36.11167	6.88139		Mechta Oulad Nasseur,Mechtat Oulad Nasseur		29			
2489391	Mechta Oulad Morhem	mechta-oulad-morhem	DZ		0	Africa/Algiers	36.36881	5.38266		Mechta Oulad Morhem,Mechtat Oulad Morhem		12			
2489392	Mechta Oulad Mohammed	mechta-oulad-mohammed	DZ		0	Africa/Algiers	35.29589	7.98444				33			
2489393	Mechta Oulad Mehenna	mechta-oulad-mehenna	DZ		0	Africa/Algiers	36.00964	5.78281		Mechta Oulad Mehenna,Mechtat Oulad Mehenna		12			
2489394	Mechta Oulad Makhlouf	mechta-oulad-makhlouf	DZ		0	Africa/Algiers	35.89925	4.86715		Mechta Oulad Makhlouf,Mechtat Oulad Makrlouf		39			
2489395	Mechtat Oulad Iala	mechtat-oulad-iala	DZ		0	Africa/Algiers	36.15665	6.50273		Mechta Oulad Lala,Mechtat Oulad Iala		29			
2489396	Mechta Oulad Khelguia	mechta-oulad-khelguia	DZ		0	Africa/Algiers	36.19467	5.52398		Mechta Oulad Khelguia,Mechtat Oulad Krelguia,Mechtat Oulad Krelguïa		12			
2489397	Mechta Oulad Khalifa	mechta-oulad-khalifa	DZ		0	Africa/Algiers	35.24706	8.06064				33			
2489398	Mechta Oulad Kassem	mechta-oulad-kassem	DZ		0	Africa/Algiers	36.09952	7.54035				52			
2489399	Mechta Oulad Kassem	mechta-oulad-kassem	DZ		0	Africa/Algiers	35.97958	5.61537		Mechta Oulad Kassem,Mechtat Oulad Kassem		12			
2489400	Mechta Oulad Hazem	mechta-oulad-hazem	DZ		0	Africa/Algiers	36.02703	6.93547		Mechta Oulad Hazem,Mechtat Oulad Hazem		29			
2489402	Mechta Oulad Gassem	mechta-oulad-gassem	DZ		0	Africa/Algiers	36.08518	4.33192				39			
2489403	Mechta Oulad Djelila	mechta-oulad-djelila	DZ		0	Africa/Algiers	36.11185	6.90888		Mechta Oulad Djelila,Mechtat Oulad Djelila		29			
2489404	Mechta Oulad Dif	mechta-oulad-dif	DZ		0	Africa/Algiers	35.18097	7.71762				33			
2489405	Mechta Oulad Daoud	mechta-oulad-daoud	DZ		0	Africa/Algiers	35.82864	3.97546				27			
2489406	Mechta Oulad Cherf	mechta-oulad-cherf	DZ		0	Africa/Algiers	36.26493	5.7488				12			
2489407	Mechta Oulad Boulasbaa	mechta-oulad-boulasbaa	DZ		0	Africa/Algiers	35.31178	8.0038				33			
2489411	Mechta Oulad Aziz	mechta-oulad-aziz	DZ		0	Africa/Algiers	36.39148	5.58505				12			
2489412	Douar Ouled Attia	douar-ouled-attia	DZ		0	Africa/Algiers	35.97353	0.64824		Douar Ouled Attia,Mechta Oulad Attia		51			
2489413	Mechta Oulad Aïssa	mechta-oulad-aissa	DZ		0	Africa/Algiers	36.26376	6.00977				48			
2489414	Mechta Oulad Ahmed	mechta-oulad-ahmed	DZ		0	Africa/Algiers	35.98781	4.18662				27			
2489415	Mechta Oulad Adda	mechta-oulad-adda	DZ		0	Africa/Algiers	35.97755	0.84169		Mechta Oulad Adda,Mechtat Ouled Adda		51			
2489416	Mechta Oued Saada	mechta-oued-saada	DZ		0	Africa/Algiers	36.33941	5.68798		Mechta Oued Saada,Mechtat Oued Saada		12			
2489417	Mechta Oued el Klab	mechta-oued-el-klab	DZ		0	Africa/Algiers	36.07329	6.87512		Mechta Oued el Klab,Mechtat Oued el Klab		29			
2489418	Mechta Oued ech Chaïr	mechta-oued-ech-chair	DZ		0	Africa/Algiers	36.28333	5.43333		Mechta Oued ech Chair,Mechta Oued ech Chaïr,Mechtat Oued ech Chair		12			
2489419	Mechta Oued Aouicha	mechta-oued-aouicha	DZ		0	Africa/Algiers	35.54772	4.74779		Mechta Oued Aouicha,Mechtat Oued Aouicha,Mechtat Oued Aouïcha		27			
2489420	Mechta Ouebel Draa el Mekhazene	mechta-ouebel-draa-el-mekhazene	DZ		0	Africa/Algiers	35.62155	7.51456		Mechta Guebel Draa el Mekhazene,Mechta Ouebel Draa el Mekhazene		29			
2489421	Mechta Nouidrat	mechta-nouidrat	DZ		0	Africa/Algiers	35.86154	3.95292				27			
2489422	Mechta Nouasseur	mechta-nouasseur	DZ		0	Africa/Algiers	36.05733	5.74227		Mechta Nouasseur,Mechtat Nouasser		12			
2489423	Mechta Nouasser	mechta-nouasser	DZ		0	Africa/Algiers	36.24233	1.60132				35			
2489425	Mechta Msid el Foukania	mechta-msid-el-foukania	DZ		0	Africa/Algiers	36.65	6.41667		Mechta Msid el Foukania,Mechtat Msid el Foukania		24			
2489426	Mechta Msabhia	mechta-msabhia	DZ		0	Africa/Algiers	35.95422	3.05427				06			
2489427	Mechta Moyah	mechta-moyah	DZ		0	Africa/Algiers	35.95425	3.95082				21			
2489428	Mechta Moussa Beloufa	mechta-moussa-beloufa	DZ		0	Africa/Algiers	36.11375	0.78953		Mechta Moussa Beloufa,Mechtat Moussa Beloufa		51			
2489429	Mechta Monis	mechta-monis	DZ		0	Africa/Algiers	35.3525	4.72056				27			
2489430	Mechta Mokhtar	mechta-mokhtar	DZ		0	Africa/Algiers	35.64799	5.38353				12			
2489431	Mechta Mohammed Larbi	mechta-mohammed-larbi	DZ		0	Africa/Algiers	35.26337	7.72759				33			
2489432	Mechta Mohammed Ben Bouzid	mechta-mohammed-ben-bouzid	DZ		0	Africa/Algiers	35.28354	7.63191				33			
2489433	Mechta Mkhatra	mechta-mkhatra	DZ		0	Africa/Algiers	35.97175	1.36418				41			
2489434	Mechta Mirah	mechta-mirah	DZ		0	Africa/Algiers	36.36626	6.02864		Mechta Mirah,Mechtat Mirah		48			
2489435	Mechta Mgatif	mechta-mgatif	DZ		0	Africa/Algiers	35.95529	3.96219				21			
2489436	Mechta Mezzari	mechta-mezzari	DZ		0	Africa/Algiers	35.66976	6.30685				03			
2489437	Mechta Mezahim	mechta-mezahim	DZ		0	Africa/Algiers	36.1925	3.14331		Mechta Mezahim,Mectat Mezahim		06			
2489438	Mechta Metaoucha	mechta-metaoucha	DZ		0	Africa/Algiers	35.92238	4.63474		Mechta Metaoucha,Mechtat Metaoucha		39			
2489439	Mechta Messaïef	mechta-messaief	DZ		0	Africa/Algiers	35.49929	7.57909				29			
2489440	Mechta Mergad	mechta-mergad	DZ		0	Africa/Algiers	36.07376	4.145		Mechta Mergad,Mechta Mergade		39			
2489441	Mechta Merachda	mechta-merachda	DZ		0	Africa/Algiers	35.55301	4.45479		Mechta Merachda,Mechtat Merachda		27			
2489442	Mechta Merabtine	mechta-merabtine	DZ		0	Africa/Algiers	35.51183	5.26842		Mechta Merabtine,Merabtine		03			
2489443	Mechta Merabaa	mechta-merabaa	DZ		0	Africa/Algiers	35.66461	5.11292				27			
2489444	Mechta Mennchar	mechta-mennchar	DZ		0	Africa/Algiers	35.85018	5.60864				12			
2489445	Mechta Mellah	mechta-mellah	DZ		0	Africa/Algiers	35.80984	5.74177				03			
2489447	Mechta Medkour	mechta-medkour	DZ		0	Africa/Algiers	36.05806	7.40548		Mechta Medkour,Mechtat Medkour		52			
2489448	Mechtat Medjouda Loutania	mechtat-medjouda-loutania	DZ		0	Africa/Algiers	36.72149	8.43353		Mechta Medjouda Loutania,Mechtat Medjouda Loutania,Mechtat Mejouda Loutania		44			
2489449	Mechta Medjez Ahmar	mechta-medjez-ahmar	DZ		0	Africa/Algiers	35.98394	7.46117		Mechta Medjez Ahmar,Mechtat Medjez Ahmar		52			
2489450	Mechta Medbouh el Oustania	mechta-medbouh-el-oustania	DZ		0	Africa/Algiers	36.4375	6.55389		Mechta Medbouh el Oustania,Mechtat Medboua Lotania		04			
2489451	Mechta Mechouicha	mechta-mechouicha	DZ		0	Africa/Algiers	36.30953	8.18656		Mechta Mechouicha,Mechta Mechouricha		52			
2489452	Mechta Mebdouar	mechta-mebdouar	DZ		0	Africa/Algiers	36.19771	6.06957				48			
2489453	Mechta Mdareg Narou	mechta-mdareg-narou	DZ		0	Africa/Algiers	35.717	7.29572				29			
2489454	Mechta Mdareg Narou	mechta-mdareg-narou	DZ		0	Africa/Algiers	35.68203	7.41536				29			
2489455	Mechta Mazoula	mechta-mazoula	DZ		0	Africa/Algiers	35.61667	7.53333		Mechta Mazoula,Mechtat Mazoula		29			
2489456	Mechta Mazoula	mechta-mazoula	DZ		0	Africa/Algiers	35.58531	7.44978				29			
2489458	Mechta Marouf	mechta-marouf	DZ		0	Africa/Algiers	35.98408	4.0205				21			
2489459	Mechta Markounda	mechta-markounda	DZ		0	Africa/Algiers	35.59812	5.76169				03			
2489721	Mechta Berdaa	mechta-berdaa	DZ		0	Africa/Algiers	35.67158	5.31661				12			
2489460	Mechta Marjet Ben Charia	mechta-marjet-ben-charia	DZ		0	Africa/Algiers	36.31258	5.84351		Mechta Marjet Ben Charia,Mechtat Marjet Ben Charia		12			
2489462	Mechta Makha Mala	mechta-makha-mala	DZ		0	Africa/Algiers	35.94968	4.02757		Mechta Makha Mala,Mechta Makra Mala		21			
2489464	Mechta Maïfrene	mechta-maifrene	DZ		0	Africa/Algiers	35.96361	4.63917				39			
2489466	Mechta Magraoua	mechta-magraoua	DZ		0	Africa/Algiers	36.28657	5.08296				12			
2489467	Mechta Madjout	mechta-madjout	DZ		0	Africa/Algiers	35.91791	4.07707				27			
2489468	Mechta Maaza	mechta-maaza	DZ		0	Africa/Algiers	35.87431	4.54654		Mechta Maaza,Mechtat Maaza		39			
2489469	Mechta Maatit	mechta-maatit	DZ		0	Africa/Algiers	35.72222	4.835				27			
2489470	Mechta Maadit	mechta-maadit	DZ		0	Africa/Algiers	35.78353	4.89009				27			
2489471	Mechta Louzazna	mechta-louzazna	DZ		0	Africa/Algiers	35.60563	4.51312		Mechta Louzazna,Mechtat Louzazna		27			
2489472	Mechta Loudani	mechta-loudani	DZ		0	Africa/Algiers	35.58255	4.76047		Mechta Loudani,Mechtat Loudani		27			
2489473	Mechta Lemsaada	mechta-lemsaada	DZ		0	Africa/Algiers	35.2662	7.96014		Mechta Lemsaada,Mechta Lemsada		33			
2489474	Mechta Layeb	mechta-layeb	DZ		0	Africa/Algiers	35.86513	5.20176				12			
2489475	Mechta Layadat	mechta-layadat	DZ		0	Africa/Algiers	35.99661	5.14514		Mechta Layadat,Mechtat Layadat		12			
2489476	Mechta Lathamnia	mechta-lathamnia	DZ		0	Africa/Algiers	35.85089	3.20437				06			
2489477	Mechta Larsahas	mechta-larsahas	DZ		0	Africa/Algiers	36.82661	7.11746		Mechta Larsahas,Mechtat Lasahas		31			
2489478	Mechta Larbaa	mechta-larbaa	DZ		0	Africa/Algiers	36.04661	5.13173		Mechta Larbaa,Mechtat Larbaa		39			
2489479	Mechta Laouaska	mechta-laouaska	DZ		0	Africa/Algiers	36.09772	5.71841		Mechta Laouaska,Mechtat Laouaska,Mechtat el Akouas,Mechtet Lakouas		12			
2489480	Mechta Lamamera	mechta-lamamera	DZ		0	Africa/Algiers	35.88966	5.32058		Mechta Lamamera,Mechtet el Amamra		12			
2489481	Mechta Lalla Saada	mechta-lalla-saada	DZ		0	Africa/Algiers	36.10592	4.20198				39			
2489482	Mechta Lakhlidj	mechta-lakhlidj	DZ		0	Africa/Algiers	35.61642	5.40937				03			
2489483	Mechta Lakhberda	mechta-lakhberda	DZ		0	Africa/Algiers	36.28705	5.74428		Mechta Lakhberda,Mechta Lakrberda		12			
2489484	Mechta Lakakla	mechta-lakakla	DZ		0	Africa/Algiers	35.82674	3.88219				27			
2489485	Mechta Lahouabib	mechta-lahouabib	DZ		0	Africa/Algiers	35.61742	4.8497				27			
2489486	Mechta Lachraf	mechta-lachraf	DZ		0	Africa/Algiers	35.88194	5.84083				03			
2489487	Mechta Lachouaf	mechta-lachouaf	DZ		0	Africa/Algiers	35.92272	3.76062				21			
2489488	Mechta Lachouaf	mechta-lachouaf	DZ		0	Africa/Algiers	35.82441	3.93191		Mechta Lachouaf,Mechta Lechouaf		27			
2489489	Mechta Labaïs	mechta-labais	DZ		0	Africa/Algiers	35.91987	1.36626				41			
2489491	Mechta Laalatma	mechta-laalatma	DZ		0	Africa/Algiers	35.77974	4.83533				27			
2489492	Mechta Laafia	mechta-laafia	DZ		0	Africa/Algiers	35.83666	4.00323				27			
2489493	Mechta Ksir	mechta-ksir	DZ		0	Africa/Algiers	36.1683	4.83582		Mechta Ksir,Mechtat Ksir		39			
2489494	Mechta Krahâla	mechta-krahala	DZ		0	Africa/Algiers	36.83478	6.13511		Dechra Khahala,Dechret Krahala,Mechta Krahala,Mechta Krahâla		24			
2489495	Mechta Koûrmatane	mechta-kourmatane	DZ		0	Africa/Algiers	36.71469	6.13336		Mechta Kourmatane,Mechta Koûrmatane,Mechtat Kourmatane		24			
2489496	Mechta Kouider	mechta-kouider	DZ		0	Africa/Algiers	35.61405	5.26154				27			
2489498	Mechta Kouaïd	mechta-kouaid	DZ		0	Africa/Algiers	35.78373	1.1001				51			
2489499	Mechta Knadil	mechta-knadil	DZ		0	Africa/Algiers	36.67327	8.12223		Mechta Knadil,Mechtat Gnadil		44			
2489500	Mechta Khibsa	mechta-khibsa	DZ		0	Africa/Algiers	36.48916	6.11265		Kripsa,Mechta Khibsa,Mechtat Kribsa		48			
2489503	Mechta Kherarba	mechta-kherarba	DZ		0	Africa/Algiers	35.71874	1.22205				51			
2489504	Mechta Khemaïla	mechta-khemaila	DZ		0	Africa/Algiers	35.80131	1.18802				51			
2489505	Mechta Khelifat	mechta-khelifat	DZ		0	Africa/Algiers	35.9069	4.61131		Mechta Khelifat,Mechtat Krelifat		39			
2489506	Douar el Khlaïfia	douar-el-khlaifia	DZ		0	Africa/Algiers	35.89653	0.69464		Douar el Khlaifia,Douar el Khlaïfia,Mechta Khelaifia,Mechta Khelaïfia,Mechtat Krelaifia,Mechtat Krelaïfia		51			
2489508	Mechta Kharrouba	mechta-kharrouba	DZ		0	Africa/Algiers	35.88435	4.03988				27			
2489509	Mechta Kharba	mechta-kharba	DZ		0	Africa/Algiers	35.92135	1.31903				51			
2489511	Mechta Khamsa	mechta-khamsa	DZ		0	Africa/Algiers	36.45848	8.08035		Mechta Khamsa,Mechtat Khamsa		44			
2489513	Mechta Khalifia	mechta-khalifia	DZ		0	Africa/Algiers	35.71252	1.16052				51			
2489514	Douar el Kraïch	douar-el-kraich	DZ		0	Africa/Algiers	35.9476	0.77174		Douar el Kraich,Douar el Kraïch,Mechta Khadem Sidi Ali,Mechtat Kradem Sidi Ali		51			
2489515	Mechta Khadem	mechta-khadem	DZ		0	Africa/Algiers	35.63867	6.54124				03			
2489516	Mechta Ketef el Bir	mechta-ketef-el-bir	DZ		0	Africa/Algiers	35.85541	5.47904				12			
2489517	Mechta Kermouda	mechta-kermouda	DZ		0	Africa/Algiers	36.46405	6.15392		Mechta Kermouda,Mechtat Kermouda		48			
2489518	Mechta Kemedja	mechta-kemedja	DZ		0	Africa/Algiers	35.95868	5.33362		Mechta Kemedja,Mechtet Kmedjiya		12			
2489519	Mechta Kef er Rakhma	mechta-kef-er-rakhma	DZ		0	Africa/Algiers	36.38501	7.44107		Mechta Kef er Rakhma,Mechta Kef er Rakrma		23			
2489521	Mechta Kebira	mechta-kebira	DZ		0	Africa/Algiers	36.29583	6.37361		Mechta Kebira,Mechtat Kebira		48			
2489522	Mechta Kassari	mechta-kassari	DZ		0	Africa/Algiers	35.82844	4.0396				27			
2489523	Mechta Kasba	mechta-kasba	DZ		0	Africa/Algiers	35.97644	4.09196				27			
2489524	Mechta Kaouane	mechta-kaouane	DZ		0	Africa/Algiers	36.18288	5.7117				12			
2489525	Mechta Kannda	mechta-kannda	DZ		0	Africa/Algiers	35.68268	5.55329				03			
2489526	Mechta Kannda	mechta-kannda	DZ		0	Africa/Algiers	35.6544	5.57122				03			
2489527	Mechta Kandoûl el Akehal	mechta-kandoul-el-akehal	DZ		0	Africa/Algiers	36.7	6.3		Kaldoun Lekhal,Mechta Kandoul el Akehal,Mechta Kandoûl el Akehal		24			
2489528	Mechta Kamria	mechta-kamria	DZ		0	Africa/Algiers	36.01818	3.76021		Mechta Kamira,Mechta Kamria		21			
2489529	Mechta Kâkouch	mechta-kakouch	DZ		0	Africa/Algiers	36.79853	6.10442		Dechra Takoucht,Dechret Takoucht,Mechta Kakouch,Mechta Kâkouch		24			
2489531	Mechta Kabouch	mechta-kabouch	DZ		0	Africa/Algiers	35.93087	7.01326		Mechta Kabouch,Mechta Kabouche		29			
2489532	Cité Ibelaïdene	cite-ibelaidene	DZ		0	Africa/Algiers	36.54448	1.92868		Cite Ibelaidene,Cité Ibelaïdene,Mechta Itane		55			
2489533	Mechta Irhil Sadaoud	mechta-irhil-sadaoud	DZ		0	Africa/Algiers	36.39508	5.34339		Mechta Irhil Sadaoud,Mechtat Irhil Sadaoud		12			
2489534	Mechta Irhil Mehallah	mechta-irhil-mehallah	DZ		0	Africa/Algiers	36.26543	4.03553		Mechta Irhil Mehallah,Mechtat Iril Mehallah		21			
2489535	Mechta Iâhîmoûn	mechta-iahimoun	DZ		0	Africa/Algiers	36.78889	6.20556		Dechra Thera,Dechret Thera,Mechta Iahimoun,Mechta Iâhîmoûn		24			
2489536	Mechta Hennchir Rettat	mechta-hennchir-rettat	DZ		0	Africa/Algiers	36.00068	7.07788				29			
2489537	Mechta Hennchir Chabout	mechta-hennchir-chabout	DZ		0	Africa/Algiers	35.82889	7.59445				52			
2489539	Mechta Hassi Feroudj	mechta-hassi-feroudj	DZ		0	Africa/Algiers	36.14404	6.29171		Mechta Hassi Feroudj,Mechtet Haci Feroudj		48			
2489540	Mechta Hannech	mechta-hannech	DZ		0	Africa/Algiers	36.27481	5.67964				12			
2489541	Mechta Hamani	mechta-hamani	DZ		0	Africa/Algiers	35.70273	4.83659				27			
2489542	Mechta Hamama	mechta-hamama	DZ		0	Africa/Algiers	36.35913	5.86295				48			
2489544	Mechta Hadjer es Soufr	mechta-hadjer-es-soufr	DZ		0	Africa/Algiers	35.96091	4.01013				21			
2489545	Mechta Hadjar Zerga	mechta-hadjar-zerga	DZ		0	Africa/Algiers	35.88333	3.85				21			
2489546	Mechta Hadjar Tellal	mechta-hadjar-tellal	DZ		0	Africa/Algiers	36.10166	6.96279				29			
2489547	Mechta Hadaoua	mechta-hadaoua	DZ		0	Africa/Algiers	35.68024	5.37258				12			
2489548	Mechta Hacham	mechta-hacham	DZ		0	Africa/Algiers	35.60826	4.30713				27			
2489550	Mechta Guimel	mechta-guimel	DZ		0	Africa/Algiers	35.67516	6.50112				03			
2489551	Mechta Guettara	mechta-guettara	DZ		0	Africa/Algiers	36.51833	6.43306		Mechta Guettara,Mechtat Guettara		48			
2489552	Mechta Guettaï	mechta-guettai	DZ		0	Africa/Algiers	36.03069	0.91543				51			
2489553	Mechta Guetar	mechta-guetar	DZ		0	Africa/Algiers	35.97149	4.66466				39			
2489554	Mechta Guern Ahmar	mechta-guern-ahmar	DZ		0	Africa/Algiers	35.61351	7.51941				29			
2489555	Mechta Guemmour	mechta-guemmour	DZ		0	Africa/Algiers	36.03231	4.88427		Mechta Guemmour,Mechtat Guemmour		39			
2489556	Mechta Gueltet Moura	mechta-gueltet-moura	DZ		0	Africa/Algiers	35.98545	7.39305		Mechta Gueltet Moura,Mechtat Gueltet Moura		52			
2489557	Mechta Gueberdella	mechta-gueberdella	DZ		0	Africa/Algiers	35.6375	5.25821				27			
2489558	Mechta Guebel Zebar	mechta-guebel-zebar	DZ		0	Africa/Algiers	35.52522	7.58958		Mechta Guebel Zebar,Mechta Guebel ez Zebar,Mechtat Guebel ez Zebar		29			
2489559	Mechta Guebel el Aks	mechta-guebel-el-aks	DZ		0	Africa/Algiers	35.55	7.55		Mechta Guebel el Aks,Mechtat Guebel el Aks		29			
2489560	Mechta Grouzia	mechta-grouzia	DZ		0	Africa/Algiers	35.70034	1.22776		Mechta Gnouzia,Mechta Grouzia		51			
2489561	Mechta Grarsa	mechta-grarsa	DZ		0	Africa/Algiers	35.90119	5.19189				12			
2489562	Mechta Graoudia	mechta-graoudia	DZ		0	Africa/Algiers	35.64842	1.24944				13			
2489563	Mechta Gouramzi	mechta-gouramzi	DZ		0	Africa/Algiers	36.04935	7.64939		Mechta Gouramzi,Mechtat Gouramzi		52			
2489565	Mechtat Gouchgal	mechtat-gouchgal	DZ		0	Africa/Algiers	35.09968	1.12662				13			
2489566	Mechta Gosbat	mechta-gosbat	DZ		0	Africa/Algiers	35.66974	5.52266				03			
2489567	Mechta Gara	mechta-gara	DZ		0	Africa/Algiers	36.25701	5.4098				12			
2489568	Mechta Gaerabia	mechta-gaerabia	DZ		0	Africa/Algiers	36.215	2.995				06			
2489569	Mechta Gabel Yagout	mechta-gabel-yagout	DZ		0	Africa/Algiers	35.80235	6.40438				03			
2489570	Mechta Gabel Tarbennt	mechta-gabel-tarbennt	DZ		0	Africa/Algiers	35.83819	6.48418				29			
2489571	Mechta Gabel Sembra	mechta-gabel-sembra	DZ		0	Africa/Algiers	35.91233	6.49369		Mechta Gabel Sambra,Mechta Gabel Sembra		29			
2489572	Mechta Gabel Rebta	mechta-gabel-rebta	DZ		0	Africa/Algiers	36.14672	7.6239		Mechta Gabel Rebta,Mechta Gabel Retba		52			
2489573	Mechta Gabel el Attab	mechta-gabel-el-attab	DZ		0	Africa/Algiers	35.83642	7.401		Mechta Gabel el Attab,Mechta Gabel el Hatab		29			
2489574	Mechta Gabel Azem	mechta-gabel-azem	DZ		0	Africa/Algiers	35.73784	6.47192				03			
2489575	Mechta Gabel Azem	mechta-gabel-azem	DZ		0	Africa/Algiers	35.71992	6.4452				03			
2489576	Mechta Fredas	mechta-fredas	DZ		0	Africa/Algiers	35.89694	5.81722				03			
2489577	Mechta Foum el ’Aïn	mechta-foum-el-ain	DZ		0	Africa/Algiers	36.29499	5.65892		Mechta Foum el 'Ain,Mechta Foum el Aine,Mechta Foum el Aïne,Mechta Foum el ’Aïn		12			
2489578	Mechta Foum Dar	mechta-foum-dar	DZ		0	Africa/Algiers	35.74027	5.49901				03			
2489579	Mechta Fiar	mechta-fiar	DZ		0	Africa/Algiers	35.95128	1.36999				41			
2489580	Mechta Ferraha	mechta-ferraha	DZ		0	Africa/Algiers	35.92493	3.85503				21			
2489581	Mechta Feltane	mechta-feltane	DZ		0	Africa/Algiers	35.79511	6.14458				03			
2489583	Mechta Fatima	mechta-fatima	DZ		0	Africa/Algiers	36.01682	4.72188		Mechta Fatima,Mechtat Fatima		39			
2489584	Mechta Enchîd	mechta-enchid	DZ		0	Africa/Algiers	36.72871	6.03313		Mechta Enchid,Mechta Enchîd,Mechta Ennchid,Mechtat Enchid		24			
2489585	Mechta el Oussera	mechta-el-oussera	DZ		0	Africa/Algiers	34.96622	8.19783		Mechta el Oussera,Mechtat el Oussera		33			
2489586	El Gouassem	el-gouassem	DZ		0	Africa/Algiers	35.76402	0.9785		El Gouassem,Mechta el Kouassem,Mechtat el Kouassem		51			
2489589	Mechta el Hadjra	mechta-el-hadjra	DZ		0	Africa/Algiers	36.66548	6.02034		Mechta el Hadjra,Mechtat el Ouatia		24			
2489722	Mechta Ben Yakoub	mechta-ben-yakoub	DZ		0	Africa/Algiers	35.90118	2.6588				06			
2489590	Mechta el Hadj Douibi	mechta-el-hadj-douibi	DZ		0	Africa/Algiers	36.18415	5.66112		Mechta el Hadj Douibi,Mechtat el Hadj Douibi		12			
2489591	Mechta el Fedj	mechta-el-fedj	DZ		0	Africa/Algiers	36.82341	6.17471		Dechret el Fedj,Mechta el Fedj		24			
2489592	Mechta el Aouassa	mechta-el-aouassa	DZ		0	Africa/Algiers	35.57994	4.72896		Mechta el Aouassa,Mechtat el Aouassa		27			
2489593	Mechta ech Cherfa	mechta-ech-cherfa	DZ		0	Africa/Algiers	35.17412	8.21568				33			
2489594	Mechta Dria Romane	mechta-dria-romane	DZ		0	Africa/Algiers	36.34524	5.28474		Mechta Dria Romane,Mechtat Dria Rommane		12			
2489595	Mechta Draïssia	mechta-draissia	DZ		0	Africa/Algiers	35.8066	1.10712				51			
2489596	Mechta Draa el Metenane	mechta-draa-el-metenane	DZ		0	Africa/Algiers	36.28045	8.26264				52			
2489597	Mechta Draa el Maad	mechta-draa-el-maad	DZ		0	Africa/Algiers	35.95592	5.29904				12			
2489598	Mechta Doualla	mechta-doualla	DZ		0	Africa/Algiers	35.82013	0.71113		Mechta Doualla,Mechtat Doualla		51			
2489599	Mechta Djghatchia	mechta-djghatchia	DZ		0	Africa/Algiers	35.1882	7.87302		Mechta Djghatchia,Mechta Djrhalchia,Mechta Djrhatchia		33			
2489600	Mechta Djillaoua	mechta-djillaoua	DZ		0	Africa/Algiers	36.26294	5.70525				12			
2489601	Mechta Djessassia	mechta-djessassia	DZ		0	Africa/Algiers	35.74167	4.38333				27			
2489602	Mechta Djer Naama	mechta-djer-naama	DZ		0	Africa/Algiers	35.71461	5.792				03			
2489603	Mechta Djerma Dahra	mechta-djerma-dahra	DZ		0	Africa/Algiers	35.67801	6.26114				03			
2489604	Mechta Djenane	mechta-djenane	DZ		0	Africa/Algiers	35.80322	5.53903				12			
2489606	Mechta Djefafli	mechta-djefafli	DZ		0	Africa/Algiers	35.49429	8.00592		Mechta Defafli,Mechta Djefafli		33			
2489607	Mechta Djebessa	mechta-djebessa	DZ		0	Africa/Algiers	36.06753	4.14224				39			
2489608	Mechta Djebabra	mechta-djebabra	DZ		0	Africa/Algiers	35.44285	7.46602				47			
2489609	Mechta Djebabirah	mechta-djebabirah	DZ		0	Africa/Algiers	35.98022	7.05426				29			
2489611	Mechta Dialem	mechta-dialem	DZ		0	Africa/Algiers	35.58313	4.2817		Mechfa Dialem,Mechta Dialem		27			
2489612	Mechta des Rouaba	mechta-des-rouaba	DZ		0	Africa/Algiers	36.12072	3.91114		Mechta des Rouaba,Mechtas des Rouaba		21			
2489613	Mechta Derhra	mechta-derhra	DZ		0	Africa/Algiers	36.84021	8.13848		El Daghra,Mechta Derhra		44			
2489614	Mechta Derhamna	mechta-derhamna	DZ		0	Africa/Algiers	35.38656	5.10855				03			
2489616	Mechta Delaa	mechta-delaa	DZ		0	Africa/Algiers	35.87985	3.05522				06			
2489617	Mechta Dekhla	mechta-dekhla	DZ		0	Africa/Algiers	35.89083	6.18694				29			
2489618	Mechta Debil	mechta-debil	DZ		0	Africa/Algiers	35.88893	4.40631				27			
2489619	Mechta Darhar	mechta-darhar	DZ		0	Africa/Algiers	35.55389	7.56306		Mechta Darhar,Mechtat Darhar		29			
2489620	Mechta Dar el Beïda	mechta-dar-el-beida	DZ		0	Africa/Algiers	35.67818	5.18631				12			
2489621	Mechta Dar Djedri	mechta-dar-djedri	DZ		0	Africa/Algiers	36.88219	7.47965		Mechta Dar Djedri,Mechtat Dar Djedri		37			
2489622	Mechta Dar Chehla	mechta-dar-chehla	DZ		0	Africa/Algiers	36.83296	7.40053		Mechta Dar Chehla,Mechtat Dar Chehla		37			
2489625	Mechta Dahrat el Attab	mechta-dahrat-el-attab	DZ		0	Africa/Algiers	35.86519	7.39299		Mechta Dahrat el Attab,Mechta Dahrat el Hatab		29			
2489628	Mechta Chouafa	mechta-chouafa	DZ		0	Africa/Algiers	35.73072	5.67561				03			
2489629	Mechta Chorfa	mechta-chorfa	DZ		0	Africa/Algiers	35.78507	4.94284		Mechta Chorfa,Mechtat ech Cheurfa		27			
2489630	Mechta Chir	mechta-chir	DZ		0	Africa/Algiers	35.62988	5.33393				27			
2489631	Mechta Chiha	mechta-chiha	DZ		0	Africa/Algiers	35.96441	4.59503		Mechta Chiha,Mechtat Chiha		39			
2489633	Mechta Cherchar	mechta-cherchar	DZ		0	Africa/Algiers	36.17972	5.08805		Mechta Cherchar,Mechtat Cherchar		39			
2489634	Mechta Cherarha	mechta-cherarha	DZ		0	Africa/Algiers	35.906	5.11172		Mechta Cherarha,Mechtat Cherarha,Mechtet Cherarha		39			
2489635	Mechta Cherada	mechta-cherada	DZ		0	Africa/Algiers	35.66074	1.17294				51			
2489636	Mechta Chenafa	mechta-chenafa	DZ		0	Africa/Algiers	36.26829	4.92571				39			
2489637	Mechta Cheki	mechta-cheki	DZ		0	Africa/Algiers	35.76028	4.93795				27			
2489638	Douar Chkaïria	douar-chkairia	DZ		0	Africa/Algiers	35.88679	0.74044		Douar Chkairia,Douar Chkaïria,Mechta Chekaria,Mechtat Chkairia,Mechtat Chkaïria		51			
2489639	Mechta Cheïkh Raba	mechta-cheikh-raba	DZ		0	Africa/Algiers	35.98938	7.40708		Mechta Cheikh Raba,Mechta Cheïkh Raba,Mechtat Cheikh Raba,Mechtat Cheïkh Raba		52			
2489642	Mechta Charf el Aïn	mechta-charf-el-ain	DZ		0	Africa/Algiers	35.66109	5.8579				03			
2489643	Mechta Charf el Aïn	mechta-charf-el-ain	DZ		0	Africa/Algiers	35.66723	5.7912				03			
2489644	Mechta Charef	mechta-charef	DZ		0	Africa/Algiers	36.07639	6.27667		Mechta Charef,Mechtat Charef		48			
2489645	Mechta Chareb	mechta-chareb	DZ		0	Africa/Algiers	35.67506	5.85137				03			
2489646	Mechta Charchara	mechta-charchara	DZ		0	Africa/Algiers	36.3004	7.4693				23			
2489647	Mechta Chabet Zizi	mechta-chabet-zizi	DZ		0	Africa/Algiers	35.54046	7.41915				47			
2489649	Mechta Chabet Sekouah	mechta-chabet-sekouah	DZ		0	Africa/Algiers	36.35335	5.51265		Mechta Chabet Sekouah,Mechtat Chabet Sekouah		12			
2489650	Mechta Chabet Sba	mechta-chabet-sba	DZ		0	Africa/Algiers	35.63969	5.6055				03			
2489651	Mechta Chabet Medbouh el Foukania	mechta-chabet-medbouh-el-foukania	DZ		0	Africa/Algiers	36.45174	6.55225		Mechta Chabet Medboua Fougania,Mechta Chabet Medbouh el Foukania,Mechtat Chabet Medboua Fougania		04			
2489652	Mechta Chabet Lalam	mechta-chabet-lalam	DZ		0	Africa/Algiers	35.61856	6.22453				03			
2489653	Mechta Chabet ez Zaouch	mechta-chabet-ez-zaouch	DZ		0	Africa/Algiers	35.83482	6.57602				29			
2489654	Mechta Chabet el Ma	mechta-chabet-el-ma	DZ		0	Africa/Algiers	36.42815	7.03007		Mechta Chabet el Ma,Mechtat Chabet el Ma		23			
2489655	Mechta Chaba	mechta-chaba	DZ		0	Africa/Algiers	35.70821	5.60151				03			
2489656	Mechta Chaacha el Ghorira	mechta-chaacha-el-ghorira	DZ		0	Africa/Algiers	35.31276	8.10201		Mechta Chaacha el Ghorira,Mechta Chaacha el Rhoriba,Mechta Chaacha el Rhorira		33			
2489657	Mechta Chaab Serradj	mechta-chaab-serradj	DZ		0	Africa/Algiers	36.15878	7.07746				23			
2489658	Mechta Bribri	mechta-bribri	DZ		0	Africa/Algiers	35.5844	4.4917		Mechta Bribri,Mechtat Bribri		27			
2489659	Mechta Braktias	mechta-braktias	DZ		0	Africa/Algiers	35.63405	4.8126				27			
2489661	Mechta Brahim Ben Saïfi	mechta-brahim-ben-saifi	DZ		0	Africa/Algiers	35.77698	5.31044				12			
2489662	Mechta Bracha	mechta-bracha	DZ		0	Africa/Algiers	35.38681	7.28159				47			
2489663	Mechta Brabra	mechta-brabra	DZ		0	Africa/Algiers	35.65614	4.92256				27			
2489665	Mechta Bou Ziane	mechta-bou-ziane	DZ		0	Africa/Algiers	35.98933	1.74865				35			
2489667	Mechta Bou Touil	mechta-bou-touil	DZ		0	Africa/Algiers	36.30943	5.61586				12			
2489668	Mechta Bou Taïeb	mechta-bou-taieb	DZ		0	Africa/Algiers	36.27429	1.44872				41			
2489669	Mechta Bou Taga	mechta-bou-taga	DZ		0	Africa/Algiers	36.07846	3.8123				21			
2489670	Mechta Bou Saïd Lakhdar	mechta-bou-said-lakhdar	DZ		0	Africa/Algiers	35.96517	3.86695				21			
2489671	Mechta Bou Rzam	mechta-bou-rzam	DZ		0	Africa/Algiers	36.12077	5.80393		Mechta Bou Rzam,Mechtat Bou Rzam		12			
2489673	Mechta Boû Nâbel	mechta-bou-nabel	DZ		0	Africa/Algiers	36.75395	6.11172		Mechta Bou Nabel,Mechta Boû Nâbel,Mechtat Bou Nabel		24			
2489674	Mechta Boumia	mechta-boumia	DZ		0	Africa/Algiers	35.68657	6.45779		Mechta Boumia		03			
2489675	Mechta Bou Marsoum	mechta-bou-marsoum	DZ		0	Africa/Algiers	35.76682	5.04418				12			
2489676	Mechta Bou Maaraf	mechta-bou-maaraf	DZ		0	Africa/Algiers	36.37821	6.07682		Mechta Bou Maaraf,Mechtat Bou Maaraf		48			
2489677	Mechta Boû Ma’âd	mechta-bou-ma-ad	DZ		0	Africa/Algiers	36.69732	6.20322		Dechra Bou Maad,Dechret Bou Maad,Mechta Bou Ma'ad,Mechta Boû Ma’âd		24			
2489678	Mechta Boulila	mechta-boulila	DZ		0	Africa/Algiers	35.50425	4.47635		Mechta Boulila,Mechtat Boulila		27			
2489680	Mechta Bou Kraa	mechta-bou-kraa	DZ		0	Africa/Algiers	35.64564	0.97931				51			
2489681	Mechta Bou Kharsoum	mechta-bou-kharsoum	DZ		0	Africa/Algiers	36.18266	3.876		Mechta Bou Kharsoum,Mechtat Bou Kharsoum		21			
2489682	Mechta Bouira	mechta-bouira	DZ		0	Africa/Algiers	35.70395	5.07289				27			
2489683	Mechta Bou Ikhfaoun	mechta-bou-ikhfaoun	DZ		0	Africa/Algiers	35.66854	6.23267				03			
2489684	Mechta Bouikhelidjene	mechta-bouikhelidjene	DZ		0	Africa/Algiers	35.71671	5.71889				03			
2489685	Mechta Bou Hellal	mechta-bou-hellal	DZ		0	Africa/Algiers	35.68214	5.36422				12			
2489686	Mechta Bou Hachena	mechta-bou-hachena	DZ		0	Africa/Algiers	36.30667	7.50873				23			
2489687	Zaouia Ras Bellout	zaouia-ras-bellout	DZ		0	Africa/Algiers	36.7863	6.37308		Mechta Bou el Bellout,Mechta Boû el Bellout,Zaouia Ras Bellout,Zaouia Ras Bou el Bellout		31			
2489688	Mechta Bou Douh	mechta-bou-douh	DZ		0	Africa/Algiers	36.1269	7.26836		Mechta Bou Douh,Mechta Bou Douhe		29			
2489689	Mechta Bou Djerar	mechta-bou-djerar	DZ		0	Africa/Algiers	36.46399	6.19057		Mechta Bou Djerar,Mechtat Bou Djerar		48			
2489690	Mechta Bou Chokouf	mechta-bou-chokouf	DZ		0	Africa/Algiers	36.48024	5.87798		Mechta Bou Chokouf,Mechtat Bou Chokouf		48			
2489691	Mechta Bou Charef	mechta-bou-charef	DZ		0	Africa/Algiers	36.34156	6.14228		Mechta Bou Charef,Mechtat Bou Chareb		48			
2489692	Mechta Bou Chakla	mechta-bou-chakla	DZ		0	Africa/Algiers	36.69163	8.09976		Mechta Bou Chakla,Mechtat Bou Chakla		44			
2489694	Mechta Bou Assida	mechta-bou-assida	DZ		0	Africa/Algiers	35.77057	6.37394				03			
2489695	Mechta Bou Aroua	mechta-bou-aroua	DZ		0	Africa/Algiers	36.23307	4.75757				39			
2489696	Mechta Bou Ari	mechta-bou-ari	DZ		0	Africa/Algiers	35.63709	5.78698				03			
2489697	Mechta Bou Amrane	mechta-bou-amrane	DZ		0	Africa/Algiers	36.4629	5.40883		Mechta Bou Amrane,Mechtat Bou Amran		12			
2489699	Mechta Boû ’Afroûn	mechta-bou-afroun	DZ		0	Africa/Algiers	36.67986	5.92209		Mechta Bou 'Afroun,Mechta Boû ’Afroûn,Mechtat el Aouitia		24			
2489700	Mechta Bou Adouch	mechta-bou-adouch	DZ		0	Africa/Algiers	35.71277	5.46787				03			
2489701	Mechta Bonassia	mechta-bonassia	DZ		0	Africa/Algiers	36.16415	7.02492		Mechta Bonassia,Mechta Boniassa		23			
2489702	Mechta Bitam	mechta-bitam	DZ		0	Africa/Algiers	35.79187	4.97325		Mechta Bitam,Mechtat Bitam		39			
2489704	Mechta Bir Raïane	mechta-bir-raiane	DZ		0	Africa/Algiers	36.03061	6.88183		Mechta Bir Raiane,Mechta Bir Raïane,Mechtet Bir Raian,Mechtet Bir Raïan		29			
2489705	Mechta Bir Nezaa	mechta-bir-nezaa	DZ		0	Africa/Algiers	35.69136	5.7445				03			
2489706	Mechta Bir Khannga	mechta-bir-khannga	DZ		0	Africa/Algiers	36.11348	7.29839		Mechta Bir Khannga,Mechta Bir Krannga		29			
2489707	Mechta Bir el Menntene	mechta-bir-el-menntene	DZ		0	Africa/Algiers	35.79586	7.52641		Mechta Bir el Mennten,Mechta Bir el Menntene		29			
2489708	Mechta Bir el Hâdj et Tayeb	mechta-bir-el-hadj-et-tayeb	DZ		0	Africa/Algiers	35.95	7.71667				52			
2489709	Mechta Bir el Askria	mechta-bir-el-askria	DZ		0	Africa/Algiers	35.92082	7.08627				29			
2489711	Mechta Bir Bou Ziane	mechta-bir-bou-ziane	DZ		0	Africa/Algiers	35.6603	6.41724				03			
2489712	Mechta Bir Berkach	mechta-bir-berkach	DZ		0	Africa/Algiers	36.13853	6.2828		Mechta Bir Berkach,Mechtat Bir Bercache		48			
2489713	Mechta Bir Berch	mechta-bir-berch	DZ		0	Africa/Algiers	36.1544	7.00415				04			
2489714	Mechta Bir Ammar	mechta-bir-ammar	DZ		0	Africa/Algiers	35.82723	6.43088				03			
2489715	Mechta Bîn el Ouîdâne	mechta-bin-el-ouidane	DZ		0	Africa/Algiers	36.80786	6.56571				31			
2489716	Mechta Bhîr ech Cherguî	mechta-bhir-ech-chergui	DZ		0	Africa/Algiers	35.78333	7.73333		Mechta Bhir ech Chergui,Mechta Bhîr ech Cherguî,Mechta el Behira ech Chergui		29			
2489717	Mechta Bezeria	mechta-bezeria	DZ		0	Africa/Algiers	35.72294	4.24287				27			
2489718	Mechta Bessami Kechi	mechta-bessami-kechi	DZ		0	Africa/Algiers	36.11165	2.27908				35			
2489719	Mechta Besnès	mechta-besnes	DZ		0	Africa/Algiers	35.79079	1.21763				51			
2489720	Mechta Bernia	mechta-bernia	DZ		0	Africa/Algiers	35.88629	1.9517				56			
2490613	Madjina	madjina	DZ		0	Africa/Algiers	34.9202	6.22253				19			
2489724	Mechta Ben Sanoun	mechta-ben-sanoun	DZ		0	Africa/Algiers	36.85	7.4				37			
2489725	Mechta Ben Otmane	mechta-ben-otmane	DZ		0	Africa/Algiers	36.2263	7.66009				52			
2489726	Mechta Ben Midouna	mechta-ben-midouna	DZ		0	Africa/Algiers	35.97239	6.33957		Mechta Ben Midouna,Mechtat Ben Midouna		29			
2489727	Mechta Ben Meriem	mechta-ben-meriem	DZ		0	Africa/Algiers	35.26759	8.24807				33			
2489728	Mechta Ben Mehdi	mechta-ben-mehdi	DZ		0	Africa/Algiers	35.64084	4.78088		Mechta Ben Mehdi,Mechtat Ben Mehdi		27			
2489729	Mechta Ben Laktaï	mechta-ben-laktai	DZ		0	Africa/Algiers	36.1394	7.01283				23			
2489730	Mechta Ben Laabed	mechta-ben-laabed	DZ		0	Africa/Algiers	36.08155	7.16965		Mechta Ben Laabed,Mechtat Ben Laabed		23			
2489731	Mechta Ben Kharfallah	mechta-ben-kharfallah	DZ		0	Africa/Algiers	36.12883	4.31006		Mechta Ben Kharfallah,Mechta Ben Krarfallah		39			
2489732	Mechta Ben Kaddour	mechta-ben-kaddour	DZ		0	Africa/Algiers	35.68201	1.10789				51			
2489733	Mechta Beni Zebbâne	mechta-beni-zebbane	DZ		0	Africa/Algiers	36.75	6.23333				24			
2489734	Mechta Beni Sekfal	mechta-beni-sekfal	DZ		0	Africa/Algiers	36.46475	7.18727		Mechta Beni Sekfal,Mechtat Beni Sekfal		23			
2489735	Mechta Beni Salah	mechta-beni-salah	DZ		0	Africa/Algiers	35.93612	1.28135				51			
2489737	Mechta Beni Melloul	mechta-beni-melloul	DZ		0	Africa/Algiers	36.45115	7.13158				23			
2489738	Mechta Beni Mahboûb	mechta-beni-mahboub	DZ		0	Africa/Algiers	36.81224	6.23876		Beni Mahbouba,Beni Mahbouha,Mechta Beni Mahboub,Mechta Beni Mahboûb		24			
2489739	Mechta Beni Brahim	mechta-beni-brahim	DZ		0	Africa/Algiers	36.20442	5.66076				12			
2489740	Mechta Beni Amou	mechta-beni-amou	DZ		0	Africa/Algiers	35.84139	1.93028				56			
2489742	Mechta Ben Ferch	mechta-ben-ferch	DZ		0	Africa/Algiers	35.5367	7.30454				29			
2489743	Mechta Ben Daas	mechta-ben-daas	DZ		0	Africa/Algiers	35.65989	6.55367				03			
2489744	Mechta Ben Brahim	mechta-ben-brahim	DZ		0	Africa/Algiers	36.33652	7.47807				23			
2489745	Mechta Ben Baïti	mechta-ben-baiti	DZ		0	Africa/Algiers	36.21253	4.95489		Mechta Ben Baiti,Mechta Ben Baïti,Mechtat Ben Baiti,Mechtat Ben Baïti		39			
2489746	Mechta Ben Aktouf	mechta-ben-aktouf	DZ		0	Africa/Algiers	36.22904	5.04789		Mechta Ben Aktouf,Mechtat Ben Aktouf		39			
2489747	Mechta Bel Ouachoun	mechta-bel-ouachoun	DZ		0	Africa/Algiers	36.34774	5.77653		Mechta Bel Ouachoun,Mechtat Bel Ouachoune		12			
2489749	Mechta Belkhez	mechta-belkhez	DZ		0	Africa/Algiers	35.64707	6.28862				03			
2489750	Mechta Bel Has	mechta-bel-has	DZ		0	Africa/Algiers	35.97983	1.83597				35			
2489751	Mechta bel Djoudi	mechta-bel-djoudi	DZ		0	Africa/Algiers	36.26151	5.50937				12			
2489752	Mechta Beldj	mechta-beldj	DZ		0	Africa/Algiers	36	4.58333		Mechta Beldj,Mechtat Beldj		39			
2489753	Mechta Bekakchia	mechta-bekakchia	DZ		0	Africa/Algiers	35.50628	8.22692		Mechta Bekakchia,Mechtat Bekakchia		33			
2489754	Mechta Bazzar	mechta-bazzar	DZ		0	Africa/Algiers	35.83626	5.22773		Mechta Bazzar,Mechtat Bazaar		12			
2489756	Mechta Barchoûm	mechta-barchoum	DZ		0	Africa/Algiers	36.76358	6.19812		Dechra Barchoum,Dechret Barchoum,Mechta Barchoum,Mechta Barchoûm		24			
2489757	Mechtat Barbaïga	mechtat-barbaiga	DZ		0	Africa/Algiers	36.51615	6.63177		Mechta Barbaiga,Mechta Barbaïga,Mechtat Barbaiga,Mechtat Barbaïga		04			
2489758	Mechta Barania	mechta-barania	DZ		0	Africa/Algiers	35.90833	7.4488		Mechta Barania,Mechtat Barania,Mechtat Baranïa		29			
2489759	Mechta Bakziz	mechta-bakziz	DZ		0	Africa/Algiers	36.26112	5.78152				12			
2489760	Mechta Baïou	mechta-baiou	DZ		0	Africa/Algiers	35.41654	6.33502				03			
2489761	Mechta Babaraba	mechta-babaraba	DZ		0	Africa/Algiers	36.42167	6.24312		Mechta Babaraba,Mechtat Babaraba		48			
2489762	Mechta Baararou	mechta-baararou	DZ		0	Africa/Algiers	35.9483	5.74068				12			
2489763	Mechta Azem	mechta-azem	DZ		0	Africa/Algiers	35.70631	6.39996				03			
2489764	Mechta Azaroûd	mechta-azaroud	DZ		0	Africa/Algiers	36.81521	5.933		Mechta Azaroud,Mechta Azaroûd,Mechtat Azaroud		24			
2489766	Mechta Assaka	mechta-assaka	DZ		0	Africa/Algiers	36.04524	4.11838				39			
2489767	Mechta Asnina	mechta-asnina	DZ		0	Africa/Algiers	36.42641	5.49304		Mechta Asnina,Mechtat Asnina		12			
2489768	Mechta Arras	mechta-arras	DZ		0	Africa/Algiers	35.74317	5.25612		Arras,Arrhas,Mechta Arras		12			
2489771	Mechta Argoub el Bey	mechta-argoub-el-bey	DZ		0	Africa/Algiers	35.5024	7.48846				29			
2489772	Mechta Aouid Teffa	mechta-aouid-teffa	DZ		0	Africa/Algiers	36.99533	7.2781		Mechta Aouid Teffa,Mechtat Aouid Teffa		31			
2489773	Mechta Aouichet	mechta-aouichet	DZ		0	Africa/Algiers	36.2544	5.03426		Mechta Aouichet,Mechtat Aouichet		39			
2489774	Mechta Aouich	mechta-aouich	DZ		0	Africa/Algiers	35.67126	4.87742				27			
2489775	Mechta Aouachria	mechta-aouachria	DZ		0	Africa/Algiers	35.51861	8.12444		Mechta Aouachria,Mechtat Aouachria		33			
2489777	Mechta Anana	mechta-anana	DZ		0	Africa/Algiers	36.05389	4.18194				39			
2489778	Mechta Amoura	mechta-amoura	DZ		0	Africa/Algiers	35.71861	0.92139				51			
2489779	Mechta Amil Larche	mechta-amil-larche	DZ		0	Africa/Algiers	36.67593	8.10444		Mechta Amil Larche,Mechtat Amil Larche		44			
2489780	Mechta Ameur Ben Amier	mechta-ameur-ben-amier	DZ		0	Africa/Algiers	36.22008	3.46761		Mechta Ameur Ben Amier,Mechtat Ameur Ben Amier,Mechtat Ameur Ben Amïer		06			
2489781	Mechta Ameur	mechta-ameur	DZ		0	Africa/Algiers	36.31653	8.29725				52			
2489782	Mechta Ameur	mechta-ameur	DZ		0	Africa/Algiers	35.67144	5.24082				12			
2489783	Mechta Allouah	mechta-allouah	DZ		0	Africa/Algiers	35.62107	5.59084				03			
2489784	Mechta Ali Gader	mechta-ali-gader	DZ		0	Africa/Algiers	35.41426	6.47045				03			
2489786	Mechta Ali Ben Taïb	mechta-ali-ben-taib	DZ		0	Africa/Algiers	36.10125	6.79482		Mechta Ali Ben Taib,Mechta Ali Ben Taïb,Mechtat Ali Ben Taib,Mechtat Ali Ben Taïb		29			
2489787	Mechta Aïn Ztout	mechta-ain-ztout	DZ		0	Africa/Algiers	35.82302	5.38078		Mechta Ain Ztout,Mechta Aïn Ztout,Mechtat Ain Ztout,Mechtat Aïn Ztout		12			
2489788	Mechta ’Aïn Zerga	mechta-ain-zerga	DZ		0	Africa/Algiers	35.90766	3.97775				21			
2490655	Madalha	madalha	DZ		0	Africa/Algiers	36.27667	2.9975				06			
2489789	Mechta ’Aïn Zenaga	mechta-ain-zenaga	DZ		0	Africa/Algiers	36.09957	7.19348		Mechta 'Ain Zenaga,Mechta ’Aïn Zenaga,Mechtat Aine Zenaga,Mechtat Aïne Zenaga		23			
2489790	Mechta Aïn Tamalalet	mechta-ain-tamalalet	DZ		0	Africa/Algiers	35.58348	6.44717				03			
2489791	Mechta ’Aïn Sandel	mechta-ain-sandel	DZ		0	Africa/Algiers	36.24323	7.5137		Mechta 'Ain Sandel,Mechta 'Ain Sanndel,Mechta ’Aïn Sandel,Mechta ’Aïn Sanndel		23			
2489792	Mechta ’Aïn Redjem	mechta-ain-redjem	DZ		0	Africa/Algiers	36.02119	7.50515		Mechta 'Ain Redjem,Mechta ’Aïn Redjem,Mechtat Ain Redjem,Mechtat Aïn Redjem		52			
2489793	Mechta Aïn Ousfane	mechta-ain-ousfane	DZ		0	Africa/Algiers	35.5871	6.51842				03			
2489794	Mechta ’Aïn M’Khalfa	mechta-ain-m-khalfa	DZ		0	Africa/Algiers	35.95065	7.26438				29			
2489795	Mechta ’Aïn Meriout	mechta-ain-meriout	DZ		0	Africa/Algiers	36.17641	5.0504		Mechta 'Ain Meriout,Mechta ’Aïn Meriout,Mechtat Aine Meriout,Mechtat Aïne Meriout		39			
2489796	Mechta ’Aïn Mellah	mechta-ain-mellah	DZ		0	Africa/Algiers	36.37009	5.19859		Mechta 'Ain Mellah,Mechta ’Aïn Mellah,Mechtat Ain Melah,Mechtat Aïn Melah		18			
2489797	Mechta ’Aïn Mehboub	mechta-ain-mehboub	DZ		0	Africa/Algiers	36.21264	5.92318				12			
2489798	Mechta Aïn Legtaïf	mechta-ain-legtaif	DZ		0	Africa/Algiers	35.59442	6.4604				03			
2489799	Mechta ’Aïn Keskês	mechta-ain-keskes	DZ		0	Africa/Algiers	35.82823	7.7491		Keskes,Keskès,Mechta 'Ain Keskes,Mechta ’Aïn Keskês		29			
2489800	Mechta ’Aïn Kedaïne	mechta-ain-kedaine	DZ		0	Africa/Algiers	36.25014	5.97578				48			
2489801	Mechta Aïn Hallal	mechta-ain-hallal	DZ		0	Africa/Algiers	35.79082	5.3691				12			
2489802	Mechta ’Aïn Guemel	mechta-ain-guemel	DZ		0	Africa/Algiers	35.77049	7.35605				29			
2489804	Mechta ’Aïn el Mokh	mechta-ain-el-mokh	DZ		0	Africa/Algiers	36.19691	4.94541		Mechta 'Ain el Mokh,Mechta ’Aïn el Mokh,Mechtat Ain el Mokr,Mechtat Aïn el Mokr		39			
2489805	Mechta Aïn el Kahla	mechta-ain-el-kahla	DZ		0	Africa/Algiers	35.83176	5.45468				12			
2489807	Mechta ’Aïn el Beïda	mechta-ain-el-beida	DZ		0	Africa/Algiers	36.39578	5.89447		Mechta 'Ain el Beida,Mechta ’Aïn el Beïda,Mechtat Aine el Beida,Mechtat Aïne el Beïda		48			
2489808	Mechta Aïn el Beïda	mechta-ain-el-beida	DZ		0	Africa/Algiers	35.8075	6.15096				03			
2489809	Mechta ’Aïn el Barani	mechta-ain-el-barani	DZ		0	Africa/Algiers	35.85288	7.56219				52			
2489810	Mechta ’Aïn ed Dis	mechta-ain-ed-dis	DZ		0	Africa/Algiers	35.94994	7.00455		Mechta 'Ain ed Dis,Mechta 'Ain ed Diss,Mechta ’Aïn ed Dis,Mechta ’Aïn ed Diss		29			
2489812	Mechta ’Aïn Bou Ziane	mechta-ain-bou-ziane	DZ		0	Africa/Algiers	35.91357	1.60078				56			
2489813	Mechta ’Aïn Bou Medrah	mechta-ain-bou-medrah	DZ		0	Africa/Algiers	36.40071	7.1094		Mechta 'Ain Bou Medrah,Mechta ’Aïn Bou Medrah,Mechtat Aine Bou Medrah,Mechtat Aïne Bou Medrah		23			
2489818	Mechta ’Aïn Ammar	mechta-ain-ammar	DZ		0	Africa/Algiers	36.2498	6.00551				48			
2489819	Mechta ’Aïn Afhassi	mechta-ain-afhassi	DZ		0	Africa/Algiers	35.75015	5.73653				03			
2489820	Mechta Aïna	mechta-aina	DZ		0	Africa/Algiers	36.33725	5.28386		Mechta Aina,Mechta Aïna,Mechtat Aina,Mechtat Aïna		12			
2489821	Mechta Aïadat	mechta-aiadat	DZ		0	Africa/Algiers	35.42656	5.12321				03			
2489822	Mechta Ahmed Ben Sidi Larbi	mechta-ahmed-ben-sidi-larbi	DZ		0	Africa/Algiers	35.73614	5.18042				12			
2489823	Mechta Afouzâr	mechta-afouzar	DZ		0	Africa/Algiers	36.79605	5.99603		Afouzar,Mechta Afouzar,Mechta Afouzâr		24			
2489824	Mechta Adouïa	mechta-adouia	DZ		0	Africa/Algiers	35.79367	1.16053				51			
2489825	Mechta Adissa	mechta-adissa	DZ		0	Africa/Algiers	36.08657	5.37415		Mechta Adissa,Mechtat Adissa		12			
2489826	Mechta Abrîrî	mechta-abriri	DZ		0	Africa/Algiers	36.72375	5.99254		Mechta Abriri,Mechta Abrîrî,Mechta Briri,Mechtat Briri		24			
2489827	Mechta Ablachta	mechta-ablachta	DZ		0	Africa/Algiers	36.30874	2.52949				06			
2489828	Mechta Abdalli Kouider	mechta-abdalli-kouider	DZ		0	Africa/Algiers	35.90506	3.84345				21			
2489829	Mechta Abdallah	mechta-abdallah	DZ		0	Africa/Algiers	35.75882	5.31729				12			
2489830	Mechta Aadik	mechta-aadik	DZ		0	Africa/Algiers	35.62349	4.918				27			
2489839	Mechreck	mechreck	DZ		0	Africa/Algiers	36.52001	4.15158				14			
2489848	Mechra el Brikate	mechra-el-brikate	DZ		0	Africa/Algiers	35.71047	4.67778		Mecherat el Brikate,Mechra el Brikate		27			
2489855	Aïn Zeroula	ain-zeroula	DZ		0	Africa/Algiers	37.02041	7.39375		Ain Zeroula,Aine Zeroula,Aïn Zeroula,Aïne Zeroula,Mechouar el 'Arab,Mechouâr el ’Arab		37			
2489857	Mechkal	mechkal	DZ		0	Africa/Algiers	34.93078	5.99376				19			
2489860	Mechgoug	mechgoug	DZ		0	Africa/Algiers	35.15105	6.44277				03			
2489868	Mecheraa Asfa	mecheraa-asfa	DZ		0	Africa/Algiers	35.3839	1.0534		Hameau Industrie,Mecheraa Asfa,Mecheraa-Asfa,Mechra Sfa,Mechraa-Sfa,Paradol,Prevost-Paradol,Prevost-Paradot,Prévost-Paradol		13			
2489940	M’Chouneche	m-chouneche	DZ		0	Africa/Algiers	34.94967	6.00387		M'Chouneche,M'chounech,Mecheneche,M’Chouneche,M’chounech		19			
2489942	M’Chira	m-chira	DZ		0	Africa/Algiers	36.01266	6.23085		M'Chira,M’Chira		48			
2489953	Mchachka	mchachka	DZ		0	Africa/Algiers	36.83689	3.95206				40			
2490012	Mayeur	mayeur	DZ		0	Africa/Algiers	36.54577	2.12466				55			
2490024	Matriouene	matriouene	DZ		0	Africa/Algiers	27.82545	1.26667				34			
2490032	Matmoura ech Choual	matmoura-ech-choual	DZ		0	Africa/Algiers	34.9712	0.43191				10			
2490075	Massiline	massiline	DZ		0	Africa/Algiers	35.64309	2.80957		Bou Akaz,Massiline		06			
2490098	Mascara	mascara	DZ		150000	Africa/Algiers	35.39664	0.14027		MUW,Mascara,Maskara,Mu'askar,Muaskar,Mu’askar,maseukala,maskara,masukara,mu a si kai er,mʿskr‎,Маскара,معسكر,معسكر‎,معسکر، الجزائر,মাস্কারা,マスカラ,穆阿斯凯尔,마스카라	26	26			
2490106	Marsa Ben Mehidi	marsa-ben-mehidi	DZ		0	Africa/Algiers	35.08315	-2.18409		Le Kiss,Marsa Ben Mehidi,Marsa Ben Mehiou,Marsa-Ben-Mhidi,Marsat Ben Mehidi,Port-Say,Say,mrsy bn mhydy,مرسى بن مهيدي		15			
2490160	Marabout Aïcha	marabout-aicha	DZ		0	Africa/Algiers	36.91397	7.28405		Marabout Aicha,Marabout Aïcha,Mrabeut Aicha,Mrabeut Aïcha		31			
2490162	Marabcha	marabcha	DZ		0	Africa/Algiers	36.54895	2.21759				55			
2490164	Maouiya	maouiya	DZ		0	Africa/Algiers	36.80357	3.66129		Maouia,Maouiya,Maouya		40			
2490171	Maouaklane	maouaklane	DZ		0	Africa/Algiers	36.39676	5.07519		Alma Ouaklane,Maouaklane		12			
2490173	Manzekouane	manzekouane	DZ		0	Africa/Algiers	36.64147	5.03976		Mannzekouane,Manzekouane		18			
2490177	Mansoura Kbira	mansoura-kbira	DZ		0	Africa/Algiers	36.0813	4.46187		Mansoura Kbira,Mansourah Kbira		39			
2490187	Mansouga Iamarene	mansouga-iamarene	DZ		0	Africa/Algiers	36.63826	5.06947		Mannsouga,Mansouga Iamarene		18			
2490191	El Menaceria	el-menaceria	DZ		0	Africa/Algiers	35.69149	-0.21724		El Menaceria,Mannsouria		26			
2490195	Mannsoura	mannsoura	DZ		0	Africa/Algiers	34.93175	6.22193				19			
2490214	Mandoura	mandoura	DZ		0	Africa/Algiers	36.81972	3.6675		Mandoura,Manndoura		40			
2490223	Mamoura	mamoura	DZ		0	Africa/Algiers	29.3823	0.32145				TM			
2490250	Ksar Malek	ksar-malek	DZ		0	Africa/Algiers	35.54281	8.22862				33			
2490287	Malah	malah	DZ		0	Africa/Algiers	35.95813	3.6989				21			
2490294	Maksene	maksene	DZ		0	Africa/Algiers	36.61667	4.66667		Maksen,Maksene		18			
2490357	Maison Verte	maison-verte	DZ		0	Africa/Algiers	31.73844	6.05018				50			
2490358	Maison Rouge	maison-rouge	DZ		0	Africa/Algiers	27.81337	9.94122				46			
2490369	Maison de l’Agha	maison-de-l-agha	DZ		0	Africa/Algiers	34.59397	-0.54691				30			
2490370	Maison Blanche	maison-blanche	DZ		0	Africa/Algiers	36.70989	2.96542				01			
2490371	Maison Blanche	maison-blanche	DZ		0	Africa/Algiers	35.95592	2.7867				06			
2490376	Maïnis	mainis	DZ		0	Africa/Algiers	36.50478	1.22559				41			
2490397	Maïach	maiach	DZ		0	Africa/Algiers	36.84556	4.10222				14			
2490445	Mahidia	mahidia	DZ		0	Africa/Algiers	27.8164	-0.29554				34			
2490464	Mahé	mahe	DZ		0	Africa/Algiers	36.23318	2.06339				35			
2490483	Mahdene	mahdene	DZ		0	Africa/Algiers	36.80516	4.09551				14			
2490522	Mahaïzia	mahaizia	DZ		0	Africa/Algiers	36.35639	2.53778				35			
2490523	Mahagga	mahagga	DZ		0	Africa/Algiers	36.68041	4.54116				14			
2490525	Mahadjouba	mahadjouba	DZ		0	Africa/Algiers	36.07467	4.02024				21			
2490585	Magdad	magdad	DZ		0	Africa/Algiers	35.07175	-1.86465		Douar Magdad,Magdad		15			
2490694	Maameria	maameria	DZ		0	Africa/Algiers	36.08247	1.25032		Maameria,Maammeria		41			
2490695	Maammar	maammar	DZ		0	Africa/Algiers	36.60146	3.85042				14			
2490721	Maachat	maachat	DZ		0	Africa/Algiers	35.58278	5.35904				03			
2490738	Lyautey	lyautey	DZ		0	Africa/Algiers	35.68333	-0.63333				09			
2490756	Louta-n-Tkourt	louta-n-tkourt	DZ		0	Africa/Algiers	36.3856	4.95819				12			
2490758	Louritsia	louritsia	DZ		0	Africa/Algiers	36.2052	7.86526		Douar Louritsia,Louritsia		52			
2490766	Louiz	louiz	DZ		0	Africa/Algiers	36.41728	3.42137				21			
2490770	Louhaïbet	louhaibet	DZ		0	Africa/Algiers	35.8474	3.66985				27			
2490779	Louestia	louestia	DZ		0	Africa/Algiers	35.12062	6.41581				03			
2490780	Loubyer	loubyer	DZ		0	Africa/Algiers	36.97	6.555				31			
2490788	L’Orangerie	l-orangerie	DZ		0	Africa/Algiers	35.5833	-0.83671				09			
2490827	Levacher	levacher	DZ		0	Africa/Algiers	36.31073	2.16254				35			
2490831	Les Trembles	les-trembles	DZ		0	Africa/Algiers	36.23578	3.64717				21			
2490835	Les Tagarins	les-tagarins	DZ		0	Africa/Algiers	36.78333	3.05				01			
2490844	Les Sables d’Or	les-sables-d-or	DZ		0	Africa/Algiers	36.71667	2.83333		Les Sables d'Or,Les Sables d’Or,Zeralda-les Sables d'Or,Zeralda-les Sables d’Or		01			
2490845	Les Rosiers	les-rosiers	DZ		0	Africa/Algiers	36.59819	2.17571				55			
2490847	Les Quatre Chemins	les-quatre-chemins	DZ		0	Africa/Algiers	36.63104	2.94499				01			
2490852	Les Ozaras	les-ozaras	DZ		0	Africa/Algiers	35.71667	-0.7				09			
2490853	Les Orangeries	les-orangeries	DZ		0	Africa/Algiers	36.48333	2.81667				20			
2490855	Les Issers	les-issers	DZ		0	Africa/Algiers	36.72218	3.66719		Ies Issers,Les Issers		40			
2490856	Les Horizons Bleus	les-horizons-bleus	DZ		0	Africa/Algiers	36.81667	3				55			
2490857	Heumis	heumis	DZ		0	Africa/Algiers	36.3078	1.2435		Douar Hamiss,Heumis,Les Heumis		41			
2490858	Les Heuraouas	les-heuraouas	DZ		0	Africa/Algiers	36.77471	3.30686		Les Haraouas,Les Heuraouas		01			
2490861	Les Falaises	les-falaises	DZ		0	Africa/Algiers	36.6486	5.37985				18			
2490864	Les Deux Ponts	les-deux-ponts	DZ		0	Africa/Algiers	36.58333	6.65				04			
2490868	Les Cinq Palmiers	les-cinq-palmiers	DZ		0	Africa/Algiers	36.28188	1.24031				41			
2490872	Le Rocher	le-rocher	DZ		0	Africa/Algiers	35.23501	-0.60062				30			
2490875	Le Puits	le-puits	DZ		0	Africa/Algiers	36.18073	2.22652				35			
2490877	Le Portet	le-portet	DZ		0	Africa/Algiers	35.89634	-0.3387				09			
2490879	Le Pont de l’Oued Djer	le-pont-de-l-oued-djer	DZ		0	Africa/Algiers	36.37524	2.43851				35			
2490898	Le Lido	le-lido	DZ		0	Africa/Algiers	36.74348	3.17339				01			
2490903	Le Kreïder	le-kreider	DZ		0	Africa/Algiers	34.14474	0.06916		Krader,Kreider,Le Kreider,Le Kreïder		42			
2490910	Le Kef	le-kef	DZ		0	Africa/Algiers	34.73394	-1.5699		El Kef,Kef,Le Kef		15			
2490927	Le Guelta	le-guelta	DZ		0	Africa/Algiers	36.36121	0.83816				41			
2490928	Le Gué de Constantine	le-gue-de-constantine	DZ		0	Africa/Algiers	36.69319	3.10611				01			
2490940	Le Fer à Cheval	le-fer-a-cheval	DZ		0	Africa/Algiers	35.3679	-0.96686				36			
2490961	Ledebla	ledebla	DZ		0	Africa/Algiers	36.55125	5.55452				24			
2490980	Le Bateau Cassé	le-bateau-casse	DZ		0	Africa/Algiers	36.76667	3.21667				01			
2490987	Douar Lazaïlia	douar-lazailia	DZ		0	Africa/Algiers	35.56554	0.62223		Douar Lazailia,Douar Lazalia,Douar Lazaïlia,Lazalia		51			
2490988	Lavoisier	lavoisier	DZ		0	Africa/Algiers	35.99469	4.96624		Ain Tefela,Aïn Tefela,Lavoisier		39			
2490992	La Tribu	la-tribu	DZ		0	Africa/Algiers	36.79459	3.00853				01			
2490993	La Trappe	la-trappe	DZ		0	Africa/Algiers	36.74531	2.91238		Bouchaoui,La Trappe		01			
2490998	La Stidia Plage	la-stidia-plage	DZ		0	Africa/Algiers	35.83222	-0.015		Georges Clemenceau Plage,La Stidia Plage		07			
2491000	La Smala	la-smala	DZ		0	Africa/Algiers	34.93564	5.64586				19			
2491002	Salamandre	salamandre	DZ		0	Africa/Algiers	35.92189	0.06046		La Salamandre,Salamandre		07			
2491012	Lari Ouzou	lari-ouzou	DZ		0	Africa/Algiers	36.47639	1.70361				55			
2491013	Lari Ou Melzi	lari-ou-melzi	DZ		0	Africa/Algiers	36.50278	2.09722				55			
2491018	Lari Larhat	lari-larhat	DZ		0	Africa/Algiers	36.55026	2.1791				55			
2491024	Lari Addou	lari-addou	DZ		0	Africa/Algiers	36.37513	1.8669				35			
2491028	Larhla	larhla	DZ		0	Africa/Algiers	34.9165	6.38985				19			
2491042	L’Arbaa Naït Irathen	l-arbaa-nait-irathen	DZ		30609	Africa/Algiers	36.63112	4.19864		Fort National,L'Arbaa Irathen Nait,L'Arbaa Nait Irathen,Larbaa Nath Iraten,L’Arbaa Irathen Naït,L’Arbaa Naït Irathen		14			
2491055	La Plâtrière	la-platriere	DZ		0	Africa/Algiers	35.22035	-1.4116				36			
2491056	La Pierre du Chat	la-pierre-du-chat	DZ		0	Africa/Algiers	35.14937	-1.45176		La Pierre du Chat,Pierre du Chat		15			
2491065	Lamur	lamur	DZ		0	Africa/Algiers	35.68234	-0.63909		Lamur,Village Lamur		09			
2491069	Lamsella	lamsella	DZ		0	Africa/Algiers	36.55	4.45				14			
2491072	La Montagne	la-montagne	DZ		0	Africa/Algiers	36.70945	3.10118				01			
2491076	Lamblèche	lambleche	DZ		0	Africa/Algiers	36.3479	6.7034				04			
2491082	Lamamda	lamamda	DZ		0	Africa/Algiers	35.13744	-0.21933		Lamamda,Lamanda		30			
2491083	La Maison Blanche	la-maison-blanche	DZ		0	Africa/Algiers	35.08207	-0.73057				30			
2491084	La Macta	la-macta	DZ		0	Africa/Algiers	35.77088	-0.11682		Aad La Macta,La Macta,Macta,Pont de la Macta		26			
2491102	Lalla Kreïba	lalla-kreiba	DZ		0	Africa/Algiers	34.99689	-2.03539		Lalla Kreiba,Lalla Kreira,Lalla Kreïba		15			
2491124	Lakhouabi	lakhouabi	DZ		0	Africa/Algiers	36.45	4.8				12			
2491160	Lahsaïna	lahsaina	DZ		0	Africa/Algiers	35.24688	-1.54936		Lahsaina,Lahsaïna,Ouled Sidi Madani		36			
2491167	Lahmissi	lahmissi	DZ		0	Africa/Algiers	35.44957	5.04735				03			
2491174	Lahguiat	lahguiat	DZ		0	Africa/Algiers	36.4761	3.68605		Dechra Lahguiat,Lahguiat		21			
2491191	Laghouat	laghouat	DZ		113872	Africa/Algiers	33.8	2.86514		Al-Aghwat,LOO,Laghouat,Laguat,Laguatas,Larhouat,aghwat,ai ge wa te,alaghwat,alaghwat  aljzayr,Лагуат,לאגוואט,اغواط,الأغواط,الاغواط، الجزایر,艾格瓦特	25	25			
2491195	L’Agha	l-agha	DZ		0	Africa/Algiers	36.76667	3.05		Agha,L'Agha,L'Arha,L’Agha,L’Arha		01			
2491196	Lagaguena	lagaguena	DZ		0	Africa/Algiers	36.02863	2.34183				35			
2491199	Sidi Abd el Moumene	sidi-abd-el-moumene	DZ		0	Africa/Algiers	35.65366	0.01378		Ferme Blanche,La Ferme-Blanche,Sidi Abd el Moumene		26			
2491200	La Ferme	la-ferme	DZ		0	Africa/Algiers	36.17252	1.32672		Faubourg de La Ferme,La Ferme		41			
2491227	Laali et Telli	laali-et-telli	DZ		0	Africa/Algiers	35.58223	1.88019				56			
2491231	Laabedna	laabedna	DZ		0	Africa/Algiers	35.56667	8.25				33			
2491266	Ksir Beni Zid	ksir-beni-zid	DZ		0	Africa/Algiers	36.81756	6.50052				31			
2491282	Kseïr Omrane	kseir-omrane	DZ		0	Africa/Algiers	36.64718	5.68192				24			
2491291	Ksar Zeïra	ksar-zeira	DZ		0	Africa/Algiers	34.38862	3.2472				22			
2491292	Ksar Zazia	ksar-zazia	DZ		0	Africa/Algiers	35.31463	7.22389				47			
2491294	Ksar Timekmert	ksar-timekmert	DZ		0	Africa/Algiers	34.43109	3.26633		Ksar Tihnemeret,Ksar Tilmekmeret,Ksar Timekmert		22			
2491301	Ksar Ouled Youb	ksar-ouled-youb	DZ		0	Africa/Algiers	34.93204	6.28006				19			
2491305	Ksar Netsila	ksar-netsila	DZ		0	Africa/Algiers	34.04453	3.19857		Ksar Netsila,Ksar Ntsila		22			
2491312	Ksar Kabeg	ksar-kabeg	DZ		0	Africa/Algiers	33.83132	3.18387				25			
2491315	Ksar el Oustani	ksar-el-oustani	DZ		0	Africa/Algiers	28.76963	0.05575				TM			
2491331	Ksar Douimeniat	ksar-douimeniat	DZ		0	Africa/Algiers	30.98649	-2.74959		Douimeniat,Ksar Douimeniat		38			
2491333	Ksar Chraïa	ksar-chraia	DZ		0	Africa/Algiers	29.4175	-3.27944				BA			
2491336	Ksar Ben Hammad	ksar-ben-hammad	DZ		0	Africa/Algiers	35.16696	2.25037		Ksar Ben Hammad,Kser Ben Hammad		13			
2491337	Ksar Belezma	ksar-belezma	DZ		0	Africa/Algiers	35.67649	5.90099		El Ksar,Ksar Belezma		03			
2491338	Ksar Baghaï	ksar-baghai	DZ		0	Africa/Algiers	35.53524	7.13431		Ksar Baghai,Ksar Baghaï,Ksar Barhai,Ksar Barhaï		47			
2491340	Ksar Ahmera	ksar-ahmera	DZ		0	Africa/Algiers	34.37016	3.14012				22			
2491349	Ksantina	ksantina	DZ		0	Africa/Algiers	36.61245	4.8822				18			
2491397	Krerbet el Argoub	krerbet-el-argoub	DZ		0	Africa/Algiers	35.67605	4.63202				27			
2491408	Krebna	krebna	DZ		0	Africa/Algiers	33.41233	6.95434				43			
2491436	Kousan	kousan	DZ		0	Africa/Algiers	27.83936	-0.34319				34			
2491477	Kou Klas	kou-klas	DZ		0	Africa/Algiers	36.48147	5.59433		Kou Klas,Kou Klass		12			
2491497	Kouesmia	kouesmia	DZ		0	Africa/Algiers	36.19208	2.14777				35			
2491532	Korra	korra	DZ		0	Africa/Algiers	34.80535	5.73408		El Korra,Korra		19			
2491572	Kolla	kolla	DZ		0	Africa/Algiers	36.27125	4.67044				39			
2491621	Klaa	klaa	DZ		0	Africa/Algiers	36.64557	4.31342		El Klaa,Klaa		14			
2491652	Mechtat el Khrarba	mechtat-el-khrarba	DZ		0	Africa/Algiers	36.15651	3.79297				21			
2491653	Khraicia	khraicia	DZ		0	Africa/Algiers	36.6772	2.98213		Crescia,Khraicia		01			
2491682	Khoualfia	khoualfia	DZ		0	Africa/Algiers	35.95625	4.56358		Khoualfia,Kroualfia		39			
2491803	Kherbet Mechtat el Hidek	kherbet-mechtat-el-hidek	DZ		0	Africa/Algiers	35.3987	5.90845		Kherbet Mechtat el Hidek,Kherbet Mechtet el Hidek		03			
2491809	Kherbet Bel Medani	kherbet-bel-medani	DZ		0	Africa/Algiers	36.13771	5.49294		Kherbet Bel Medani,Krerbet Bel Medam		12			
2491811	Kherbacha	kherbacha	DZ		0	Africa/Algiers	36.03333	2.41667				35			
2491889	Khenchela	khenchela	DZ		117000	Africa/Algiers	35.43583	7.14333		Khenchela,Krenchela,QKJ,khnshlt,خنشلة	47	47			
2491892	Khenannsa	khenannsa	DZ		0	Africa/Algiers	35.19599	0.22925				26			
2491895	Khenag	khenag	DZ		0	Africa/Algiers	34.90597	6.17517				19			
2491924	Khemara	khemara	DZ		0	Africa/Algiers	28.02642	-0.4586				34			
2491936	Kalloul	kalloul	DZ		0	Africa/Algiers	36.42103	1.23819		Kalloul,Khalloul,Khelloul		41			
2491968	Kheïrane	kheirane	DZ		0	Africa/Algiers	34.99944	6.75698		Kheirana,Kheirane,Kheïrane		47			
2492045	Kharrouch	kharrouch	DZ		0	Africa/Algiers	36.56974	4.41068		Karrouch,Kharrouch		14			
2492086	Khaouat	khaouat	DZ		0	Africa/Algiers	35.44561	-0.76404		Khaouat,Khauot,Kraouat		36			
2492101	Khankhoun	khankhoun	DZ		0	Africa/Algiers	36.66354	5.46062		Khankhoun,Khannkhoun		24			
2492113	Khangat Sidi Nadji	khangat-sidi-nadji	DZ		0	Africa/Algiers	34.81667	6.7		Khanga Sidi Nadji,Khangat Sidi Nadji,Khannga Sidi Nadji,Krennguet Sidi Nadji		19			
2492190	Khahra	khahra	DZ		0	Africa/Algiers	36.72628	4.26023		Kahra,Khahra		14			
2492234	Khabbouzia	khabbouzia	DZ		0	Africa/Algiers	36.31585	3.60047		El Khabouzia,Hoche,Khabbouzia,Krabousia		21			
2492286	Kerrachich	kerrachich	DZ		0	Africa/Algiers	36.00865	4.04402		Kerrachich,Kerrachiche		21			
2492303	Kerm Ali	kerm-ali	DZ		0	Africa/Algiers	36.51817	5.56719				12			
2492345	Karkira	karkira	DZ		46747	Africa/Algiers	36.92917	6.58556		El Achra,Karkira,Kerkera,alkrkrt,الكركرة		31			
2492374	Kercha	kercha	DZ		0	Africa/Algiers	35.23916	1.01836		Douar Kercha,Kercha		13			
2492400	Keramlia	keramlia	DZ		0	Africa/Algiers	36.16579	1.36299		Keramlia,Keramlya		41			
2492403	Kerakda	kerakda	DZ		0	Africa/Algiers	33.31899	0.95759		Keradka,Kerakda		42			
2492437	Kembita	kembita	DZ		0	Africa/Algiers	36.58543	5.06589		Kembita,Kenndirou		18			
2492495	Kelaa	kelaa	DZ		0	Africa/Algiers	36.8401	4.43328		Kelaa,Kella		14			
2492512	Kef Haïed	kef-haied	DZ		0	Africa/Algiers	36.49906	5.97779				48			
2492514	Kef Fercha	kef-fercha	DZ		0	Africa/Algiers	35.41287	5.71868				03			
2492529	Kef el Amar	kef-el-amar	DZ		0	Africa/Algiers	36.35051	3.88679				21			
2492547	Kedjedjma	kedjedjma	DZ		0	Africa/Algiers	36.05013	1.41493		Kedjadjma,Kedjedjma		41			
2492548	Kedima	kedima	DZ		0	Africa/Algiers	33.20305	6.09528				TG			
2492573	Kebour Bou Chaïb	kebour-bou-chaib	DZ		0	Africa/Algiers	36.24122	2.44923				35			
2492579	Kebouch	kebouch	DZ		0	Africa/Algiers	36.70596	4.65696				18			
2492647	Kebach	kebach	DZ		0	Africa/Algiers	34.95354	6.32818				19			
2492649	Kebaba	kebaba	DZ		0	Africa/Algiers	36.61295	5.69177				24			
2492652	Kchida	kchida	DZ		0	Africa/Algiers	35.55	6.16667				03			
2492668	Kassim	kassim	DZ		0	Africa/Algiers	36.33737	4.20386				21			
2492676	Casbah	casbah	DZ		0	Africa/Algiers	36.78458	3.05928		Casbah,Kasba,Kasbah,La Kasbah,alqsbt,qsbt,qsbt aljzayr,القصبة,قصبة,قصبة الجزائر		01			
2492679	Kasba Ben Guelouh	kasba-ben-guelouh	DZ		0	Africa/Algiers	35.8468	6.66799				29			
2492683	Kasba	kasba	DZ		0	Africa/Algiers	36.12287	4.52096				39			
2492695	Karroucha	karroucha	DZ		0	Africa/Algiers	36.19966	0.99412				41			
2492717	Kariou	kariou	DZ		0	Africa/Algiers	36.24652	4.60442				39			
2492721	Karguentah	karguentah	DZ		0	Africa/Algiers	35.7	-0.63333				09			
2492757	Kanntidja	kanntidja	DZ		0	Africa/Algiers	36.61643	3.91504				14			
2492815	Kahouet ’Ibich	kahouet-ibich	DZ		0	Africa/Algiers	36.74111	6.65806				31			
2492854	Kahamnia	kahamnia	DZ		0	Africa/Algiers	36.26695	2.62711				06			
2492866	Kadri Messadi	kadri-messadi	DZ		0	Africa/Algiers	35.4742	2.07218				22			
2492879	Kaddour Bel Hadj	kaddour-bel-hadj	DZ		0	Africa/Algiers	35.29307	1.83702				13			
2492894	Kabertene	kabertene	DZ		0	Africa/Algiers	28.43916	-0.08304		Kaberlen,Kabertene		34			
2492907	Joinville	joinville	DZ		0	Africa/Algiers	36.48416	2.79512				20			
2492908	Joannonville	joannonville	DZ		0	Africa/Algiers	36.88007	7.76045		Joannonville,Jouannonville		37			
2492913	Jijel	jijel	DZ		148000	Africa/Algiers	36.821	5.76352		Djedjelli,Djidjelli,Dzhidzhel',Dzidzelis,Dzidzili,Dżidżili,Džidželis,GJL,Giger,Gíger,Igilgili,Jijelli,ji jie lei,jijeru,jyjl,jyjl  aljzayr,Джиджель,جيجل,جیجل,جیجل، الجزایر,ジジェル,吉杰勒	24	24			
2492972	Issoummar	issoummar	DZ		0	Africa/Algiers	36.77041	4.97383				18			
2492973	Issoumatene	issoumatene	DZ		0	Africa/Algiers	36.86537	4.34423				14			
2492979	Issouane	issouane	DZ		0	Africa/Algiers	36.54962	4.55467		Issouan,Issouane		18			
2492985	Isserbourg	isserbourg	DZ		0	Africa/Algiers	36.74807	3.68282		Aine Leghatha,Aïne Leghatha,Isserbourg		40			
2492997	Isselane	isselane	DZ		0	Africa/Algiers	36.29243	2.8186				06			
2493024	Isly	isly	DZ		0	Africa/Algiers	36.78333	3.05		Isly,Quartier d'Isly,Quartier d’Isly,Village d'Isly,Village d’Isly		01			
2493043	Isdra	isdra	DZ		0	Africa/Algiers	36.54478	5.13092				12			
2493046	Isbikene	isbikene	DZ		0	Africa/Algiers	36.82548	4.89888				18			
2493056	Irtabene	irtabene	DZ		0	Africa/Algiers	36.76418	4.66238				18			
2493061	Irouflene	irouflene	DZ		0	Africa/Algiers	36.63333	4.68333		Irouflen,Irouflene		18			
2493071	Iril Yer	iril-yer	DZ		0	Africa/Algiers	36.4829	1.77601				55			
2493072	Iril Ourir	iril-ourir	DZ		0	Africa/Algiers	36.31561	4.74089		Iril Ourir,Irir Ourir		39			
2493077	Irhzer Ou Ftis	irhzer-ou-ftis	DZ		0	Africa/Algiers	36.52804	5.33876		Irhzer Ou Ftis,Irzer Ou Ftis		18			
2493078	Irhzer-n-Ekba	irhzer-n-ekba	DZ		0	Africa/Algiers	36.79617	4.11217				14			
2493079	Irhzer Amokrane	irhzer-amokrane	DZ		0	Africa/Algiers	36.54203	4.61291		Azib Ben Ali Cherif,Azib Ben Ali Chérif,Irhzer Amokrane,Irzer Amokrane		18			
2493080	Irhzer Abbas	irhzer-abbas	DZ		0	Africa/Algiers	36.77842	4.72223				18			
2493081	Irhzer	irhzer	DZ		0	Africa/Algiers	29.37559	0.32521				TM			
2493082	Irhzar-Nechbel	irhzar-nechbel	DZ		0	Africa/Algiers	36.46667	3.96667				14			
2493086	Irhilt Keroun	irhilt-keroun	DZ		0	Africa/Algiers	36.73128	4.63436		Ihilt-Keroun,Irhilt Keroun		18			
2493087	Irhil Resfene	irhil-resfene	DZ		0	Africa/Algiers	36.76028	4.95708				18			
2493088	Irhil Ouznag	irhil-ouznag	DZ		0	Africa/Algiers	36.62084	4.89476		Irhil Ouzenag,Irhil Ouznag		18			
2493089	Irhil Ou Ziane	irhil-ou-ziane	DZ		0	Africa/Algiers	36.57092	3.79893				14			
2493090	Irhil Oumessed	irhil-oumessed	DZ		0	Africa/Algiers	36.51968	4.55994		Irhil Oumessed,Iril Ou Meced		18			
2493091	Irhil Oumelloulene	irhil-oumelloulene	DZ		0	Africa/Algiers	36.5448	4.75376		Irhil Oumelloulene,Iril Ou Melloulen		18			
2493093	Irhil Ouandtar	irhil-ouandtar	DZ		0	Africa/Algiers	36.55	4.71667		Irhil Ouandtar,Iril Ou Andtar		18			
2493094	Irhil Ollouanene	irhil-ollouanene	DZ		0	Africa/Algiers	36.63882	4.93159		Irhil Alouanene,Irhil Ollouanene		18			
2493095	Irhil-n-Zerouine	irhil-n-zerouine	DZ		0	Africa/Algiers	36.38619	4.15679				21			
2493096	Irhil N’Saïd	irhil-n-said	DZ		0	Africa/Algiers	36.83672	4.87718				18			
2493097	Irhil-n-Aït Tziboua	irhil-n-ait-tziboua	DZ		0	Africa/Algiers	36.63745	4.45653				14			
2493098	Irhil Merzoug	irhil-merzoug	DZ		0	Africa/Algiers	36.58629	5.19126		Irhil Merzoug,Iril Merzoug		18			
2493099	Irhil M’Ahmed	irhil-m-ahmed	DZ		0	Africa/Algiers	36.87349	4.52316				14			
2493100	Irhil Mahani	irhil-mahani	DZ		0	Africa/Algiers	36.82345	4.32684				14			
2493101	Irhil Khelil	irhil-khelil	DZ		0	Africa/Algiers	36.85196	4.6561		Irhil Khelil,Irhil-Krelil		18			
2493102	Irhil Isly	irhil-isly	DZ		0	Africa/Algiers	36.61155	5.16144				18			
2493103	Irhil Imoula	irhil-imoula	DZ		0	Africa/Algiers	36.55281	4.04295				14			
2493104	Irhil Igrane	irhil-igrane	DZ		0	Africa/Algiers	36.62079	5.10426				18			
2493105	Irhil Igoulmimene	irhil-igoulmimene	DZ		0	Africa/Algiers	36.58461	4.37972				14			
2493107	Irhil Hassene	irhil-hassene	DZ		0	Africa/Algiers	36.60268	5.01924				18			
2493108	Irhil Hammad	irhil-hammad	DZ		0	Africa/Algiers	36.39684	4.27216				21			
2493110	Irhil Emda	irhil-emda	DZ		0	Africa/Algiers	36.48263	5.27495		Irhil Emda,Irhill Enda,Iril-Emda		18			
2493111	Irhil el Mal	irhil-el-mal	DZ		0	Africa/Algiers	36.61686	4.02416				14			
2493112	Irhil el Khemis	irhil-el-khemis	DZ		0	Africa/Algiers	36.33651	4.86187		Irhil el Khemis,Iril el Kremis		12			
2493113	Irhil Bouzerou	irhil-bouzerou	DZ		0	Africa/Algiers	36.66205	4.08009				14			
2493114	Irhil Bou Souel	irhil-bou-souel	DZ		0	Africa/Algiers	36.86184	4.23034				14			
2493115	Irhil Bou Kiassa	irhil-bou-kiassa	DZ		0	Africa/Algiers	36.67731	4.48102				14			
2493116	Irhil Bou Anou	irhil-bou-anou	DZ		0	Africa/Algiers	36.65381	4.2176		Irhil Bou Anou,Irhil Bou Anoun		14			
2493117	Irhil Bou Addou	irhil-bou-addou	DZ		0	Africa/Algiers	36.57555	3.95533				14			
2493131	Irhaïn	irhain	DZ		0	Africa/Algiers	36.65	4.48333		Igraine,Irhain,Irhaïn		14			
2493154	Irahalene	irahalene	DZ		0	Africa/Algiers	36.59739	3.8087				14			
2493228	I-n-Rhar	i-n-rhar	DZ		0	Africa/Algiers	27.103	1.9092				IS			
2493242	Inndouz	inndouz	DZ		0	Africa/Algiers	34.85228	-1.40739				15			
2493268	I-n- Hamou	i-n-hamou	DZ		0	Africa/Algiers	29.77011	0.67194				TM			
2493317	I-n-Belbel	i-n-belbel	DZ		0	Africa/Algiers	27.88292	1.16982		I-n-Belbel,Ksar in Belbel		34			
2493326	I-n-Amguel	i-n-amguel	DZ		0	Africa/Algiers	23.69872	5.16191		Arrem-I-n-Amgel,I-n-Amguel,In Amedjel,In Anguel,In-Amgel		53			
2493330	I-n-Amenas	i-n-amenas	DZ		0	Africa/Algiers	28.04371	9.54112		Ain Amenas,I-n-Amenas,IAM,In Anenas		46			
2493353	Imsad	imsad	DZ		0	Africa/Algiers	36.37836	1.76198				35			
2493368	Imouguel	imouguel	DZ		0	Africa/Algiers	36.55181	5.41998				18			
2493387	Imialene	imialene	DZ		0	Africa/Algiers	36.58514	5.43644				18			
2493443	Ima Hlima	ima-hlima	DZ		0	Africa/Algiers	36.43333	2.98333				20			
2493452	Il Matene	il-matene	DZ		0	Africa/Algiers	36.66667	4.76667		Il Maten,Il Matene,Il Matten		18			
2493453	Illouz	illouz	DZ		0	Africa/Algiers	35.7	-0.61667				09			
2493456	Illizi	illizi	DZ		6629	Africa/Algiers	26.48333	8.46667		Fort Polignac,Fort de Polignac,Illizi,Polignac,VVZ,alyzy,Иллизи,إليزي	46	46			
2493458	Illiltene	illiltene	DZ		0	Africa/Algiers	36.41723	4.19582		Ililtene,Illiltene		21			
2493488	Ilamane	ilamane	DZ		0	Africa/Algiers	23.2	5.45				53			
2493498	Ikoubab	ikoubab	DZ		0	Africa/Algiers	36.76345	5.01023				18			
2493508	Ikkas	ikkas	DZ		0	Africa/Algiers	27.40643	-0.2605				34			
2493512	Dechrat Ikhelef	dechrat-ikhelef	DZ		0	Africa/Algiers	36.46346	3.81018				21			
2493529	Ikadaine	ikadaine	DZ		0	Africa/Algiers	36.51631	1.47299		Ikadaine,Ikadeine,Ikadeïne		41			
2493546	Iherir	iherir	DZ		0	Africa/Algiers	25.40803	8.40669		Iherir,Iherir Foukani		DJ			
2493562	Ihassanene-n-Aït Isaad	ihassanene-n-ait-isaad	DZ		0	Africa/Algiers	36.66667	4.41667		Ihassanene-n'Ait Issaad,Ihassanene-n-Ait Isaad,Ihassanene-n-Aït Isaad,Ihassanene-n’Aït Issaad		14			
2493569	Ihaïonnene	ihaionnene	DZ		0	Africa/Algiers	36.64336	4.92984		Ihaionnene,Ihaiounene,Ihaïonnene,Ihaïounene		18			
2493574	Ihaggarene	ihaggarene	DZ		0	Africa/Algiers	36.831	4.79857				18			
2493577	Ihaddadem	ihaddadem	DZ		0	Africa/Algiers	36.73333	5.05		Ihaddadem,Ihaddadene		18			
2493579	Iguer-n-Tala	iguer-n-tala	DZ		0	Africa/Algiers	36.87357	4.182				14			
2493580	Iguer Gueres	iguer-gueres	DZ		0	Africa/Algiers	36.86778	4.05601				14			
2493581	Iguer Guedmimem	iguer-guedmimem	DZ		0	Africa/Algiers	36.62108	4.35663				14			
2493589	Iguelfene	iguelfene	DZ		0	Africa/Algiers	35.0784	6.02606				03			
2493591	Igounane ’Amer	igounane-amer	DZ		0	Africa/Algiers	36.74376	4.12274		Igounam Ameur,Igounane 'Amer,Igounane ’Amer		14			
2493594	Igoudjdal	igoudjdal	DZ		0	Africa/Algiers	36.84565	4.51559				14			
2493596	Igosten	igosten	DZ		0	Africa/Algiers	28.79365	0.03239				TM			
2493624	Ifnaïene	ifnaiene	DZ		0	Africa/Algiers	36.64363	4.22553				14			
2493681	Idirh	idirh	DZ		0	Africa/Algiers	29.89579	-1.85879		Idirh		BA			
2493703	Ichtouanene	ichtouanene	DZ		0	Africa/Algiers	36.81145	4.14167				14			
2493705	Ichoukhene	ichoukhene	DZ		0	Africa/Algiers	36.59387	3.83791				14			
2493708	Icherridene	icherridene	DZ		0	Africa/Algiers	36.59956	4.24501				14			
2493711	Ichekfiouine	ichekfiouine	DZ		0	Africa/Algiers	36.76125	4.78253				18			
2493712	Ichaoutene	ichaoutene	DZ		0	Africa/Algiers	36.67782	3.71754				40			
2493724	Ibouharene	ibouharene	DZ		0	Africa/Algiers	36.66754	3.87371				14			
2493727	Ibkarene	ibkarene	DZ		0	Africa/Algiers	36.63333	4.48333				14			
2493733	Ibeljiouene	ibeljiouene	DZ		0	Africa/Algiers	36.44628	4.41287				18			
2493744	Ibdassene	ibdassene	DZ		0	Africa/Algiers	36.8	4.5				14			
2493753	Ibahial	ibahial	DZ		0	Africa/Algiers	36.64438	3.94609				14			
2493755	Ianouchene	ianouchene	DZ		0	Africa/Algiers	36.86378	4.302				14			
2493763	Husseïn Dey	hussein-dey	DZ		0	Africa/Algiers	36.73654	3.12463		Hussein Dey,Husseini Dey,Husseïn Dey		01			
2493812	Honaïne tadjeras	honaine-tadjeras	DZ		0	Africa/Algiers	35.17577	-1.65514	1	Honaine,Honaïne		15			
2493842	Highafok	highafok	DZ		0	Africa/Algiers	23.65501	5.76285		Highafok,Hirafok,Hirhafok		53			
2493848	Hippone	hippone	DZ		0	Africa/Algiers	36.89498	7.74467				37			
2493851	Hiltene	hiltene	DZ		0	Africa/Algiers	36.46292	4.92541		Hilten,Hiltene		12			
2493858	Mechtat Hidoussa	mechtat-hidoussa	DZ		0	Africa/Algiers	35.49316	5.90655		Hidoussa,Mechtat Hidoussa		03			
2493862	Hibdach	hibdach	DZ		0	Africa/Algiers	36.81355	4.24257				14			
2493894	Henouf	henouf	DZ		0	Africa/Algiers	36.48333	1.65				41			
2493897	Henndou	henndou	DZ		0	Africa/Algiers	36.78183	4.37952				14			
2493904	Hennchir Douames	hennchir-douames	DZ		0	Africa/Algiers	35.57221	7.34863		Henchir Douames,Henchir Douamès,Hennchir Douames		29			
2493906	Hennchir Bel Frouts	hennchir-bel-frouts	DZ		0	Africa/Algiers	35.02945	7.83106				33			
2493908	Hennchir Ali Ben Athmane	hennchir-ali-ben-athmane	DZ		0	Africa/Algiers	34.93485	6.94825				47			
2493929	Henchia	henchia	DZ		0	Africa/Algiers	36.67154	5.56042		Henchia,Hennchia		24			
2493930	Henaïch	henaich	DZ		0	Africa/Algiers	35.64452	1.49306				13			
2493931	Henaïa	henaia	DZ		0	Africa/Algiers	35.34429	4.74846				27			
2493943	Hembla	hembla	DZ		0	Africa/Algiers	35.17541	6.36882				03			
2493960	Helaïmia	helaimia	DZ		0	Africa/Algiers	35.6109	1.3785				13			
2494015	Hassi Zehana	hassi-zehana	DZ		0	Africa/Algiers	35.02549	-0.89027		Hassi Zehana,Tassin		30			
2494018	Hassi Tahar	hassi-tahar	DZ		0	Africa/Algiers	34.87753	3.42614				22			
2494022	Hassi Oulad Mehenna	hassi-oulad-mehenna	DZ		0	Africa/Algiers	35.69007	5.94786				03			
2494023	Hassi Oulad Hessir	hassi-oulad-hessir	DZ		0	Africa/Algiers	35.70434	5.97576				03			
2494031	M’Kimene	m-kimene	DZ		0	Africa/Algiers	35.29657	2.07848		Hassi Mekmene,M'Kimene,M’Kimene		13			
2494035	Hassi Massiline	hassi-massiline	DZ		0	Africa/Algiers	35.61702	2.77092				06			
2494037	Hassi Maameche	hassi-maameche	DZ		0	Africa/Algiers	35.86049	0.07329		Hassi Lameche,Hassi Maameche,Hassi Mameche,Rivoli		07			
2494040	Hassi Khelifa	hassi-khelifa	DZ		0	Africa/Algiers	33.57642	7.01319		Hassi Khalifa,Hassi Khelifa		43			
2494065	Assi Bou Nif	assi-bou-nif	DZ		0	Africa/Algiers	35.69222	-0.49944		Assi Bou Nif,Hassi Bou Nif		09			
2494069	Assi-Ben Okba	assi-ben-okba	DZ		0	Africa/Algiers	35.72964	-0.46716		Assi-Ben Okba,Hassi Ben 'Okba,Hassi Ben ’Okba		09			
2494070	Hassi Ben Madjeb	hassi-ben-madjeb	DZ		0	Africa/Algiers	35.17365	3.86197		Hassi Ben Madjeb,Hassi Ben Madjed		27			
2494082	Assi Ameur	assi-ameur	DZ		0	Africa/Algiers	35.70391	-0.47272		Assi Ameur,Hassi 'Amer,Hassi Ameur,Hassi ’Amer		09			
2494111	Hassenaoua	hassenaoua	DZ		0	Africa/Algiers	36.5522	4.00506				14			
2494154	Harta Ghraba	harta-ghraba	DZ		0	Africa/Algiers	36.29078	1.62792		Hararta,Harta,Harta Ghraba		35			
2494186	Douar el Araïfia	douar-el-araifia	DZ		0	Africa/Algiers	35.30714	0.75696		Douar Harifa Oulad Habib,Douar el Araifia,Douar el Araïfia,Harifa Oulad Habib		26			
2494195	Harek Ali Ben Brahim	harek-ali-ben-brahim	DZ		0	Africa/Algiers	35.29633	5.01475				03			
2494196	Hardy	hardy	DZ		0	Africa/Algiers	35.55736	1.96082		Ain el Baida,Aïn el Baïda,Hamadia,Hardy		13			
2494242	Haoura	haoura	DZ		0	Africa/Algiers	36.59029	4.51862				14			
2494283	Haoud Ben Youb	haoud-ben-youb	DZ		0	Africa/Algiers	35.02654	-1.97484				15			
2494294	Haouch Reïs	haouch-reis	DZ		0	Africa/Algiers	36.61224	3.12483				01			
2494296	Haouch Mohammed el A’bîdi	haouch-mohammed-el-a-bidi	DZ		0	Africa/Algiers	36.7	7.6				37			
2494297	Haouch Mîhoûb Mohammed	haouch-mihoub-mohammed	DZ		0	Africa/Algiers	36.46667	7.35				23			
2494298	Haouch Massouma	haouch-massouma	DZ		0	Africa/Algiers	36.5581	2.98345				20			
2494299	Haouch Hammâdi Kroûma	haouch-hammadi-krouma	DZ		0	Africa/Algiers	36.85971	6.96406		Ferme Barot,Haouch Hammadi Krouma,Haouch Hammâdi Kroûma		31			
2494302	Bou Zazene	bou-zazene	DZ		0	Africa/Algiers	36.6665	3.47594		Bou Zazene,Haouch Bou Zazene		40			
2494303	Haouch Ben Taraha	haouch-ben-taraha	DZ		0	Africa/Algiers	36.64918	3.08078		Haouch Ben Taraha,Raphanel		01			
2494304	Haouch Bel Abbès	haouch-bel-abbes	DZ		0	Africa/Algiers	36.82403	3.69925				40			
2494307	Haouch ’Aloût Yahya	haouch-alout-yahya	DZ		0	Africa/Algiers	36.5	7.45				23			
2494308	Haouch Ali Mosbâh	haouch-ali-mosbah	DZ		0	Africa/Algiers	36.68744	6.97428		Ferme Desilles,Haouch Ali Mosbah,Haouch Ali Mosbâh		31			
2494309	Haouch Aguitoune	haouch-aguitoune	DZ		0	Africa/Algiers	36.6	3.31667				40			
2494377	Haniet	haniet	DZ		0	Africa/Algiers	36.64737	4.67389				18			
2494394	Handis	handis	DZ		0	Africa/Algiers	36.4	4.51667		Handis,Hanndis		18			
2494514	Hammoûdi Hamroûch	hammoudi-hamrouch	DZ		0	Africa/Algiers	36.84459	6.94846		Hammoudi Hamrouch,Hammoûdi Hamroûch,Hamoudi Hamrouche,Valee,Valée		31			
2494515	Hammoudaïne	hammoudaine	DZ		0	Africa/Algiers	36.45596	2.31808				55			
2494530	Hammam Oulad Zaïd	hammam-oulad-zaid	DZ		0	Africa/Algiers	36.35681	8.02589		Hamma Zaid,Hamma Zaïd,Hammam Oulad Zaid,Hammam Oulad Zaïd,Hammam Zaid,Hammam Zaïd		52			
2494532	Hammam Sokhna	hammam-sokhna	DZ		0	Africa/Algiers	35.97727	5.80785		El Hammam,Hammam Sokhna		12			
2494533	Hammam Sidi Zid	hammam-sidi-zid	DZ		0	Africa/Algiers	36.46667	8.15		Hammam Sidi Zid,Hammam Sidi Zitz		44			
2494536	Hammam Rabbi	hammam-rabbi	DZ		0	Africa/Algiers	34.96667	0.16667		Hammam Rabbi,Hamman Rabbi		10			
2494538	Hammam Meskoutine	hammam-meskoutine	DZ		0	Africa/Algiers	36.45981	7.26046		Hammam Meskoutine,Hamman Meskoutine		23			
2494542	Hammam M’Baïls	hammam-m-bails	DZ		0	Africa/Algiers	36.32307	7.64459		Hammam M'Bails,Hammam M’Baïls,Hammam N'Bails,Hammam N’Baïls,Hammon N'Bails,Hammon N’Bails		23			
2494549	Hammam el Biban	hammam-el-biban	DZ		0	Africa/Algiers	36.19745	4.38957				39			
2494552	Hammâm Brâd	hammam-brad	DZ		0	Africa/Algiers	36.51667	7.46667				23			
2494605	Hammâdi Kroûma	hammadi-krouma	DZ		0	Africa/Algiers	36.83736	6.89262		Damremont,Damrémont,Hamadi Krouma,Hammadi Krouma,Hammâdi Kroûma		31			
2494616	Hamlili	hamlili	DZ		0	Africa/Algiers	36.44508	2.84111				20			
2494645	Hamida el Hadj Yahia	hamida-el-hadj-yahia	DZ		0	Africa/Algiers	35.64447	2.621				06			
2494657	Hamezaoua	hamezaoua	DZ		0	Africa/Algiers	36.44846	1.34738				41			
2494675	Hameau de l’Hâbra	hameau-de-l-habra	DZ		0	Africa/Algiers	35.60628	-0.00187		Habra,Hameau de l'Habra,Hameau de l’Hâbra,L'Habra,L’Habra		26			
2494676	Hameau de Gata	hameau-de-gata	DZ		0	Africa/Algiers	35.33314	-0.93051				36			
2494677	Hassi Redhouane	hassi-redhouane	DZ		0	Africa/Algiers	35.83491	0.228		Blad Touaria-sous Foret,Blad Touaria-sous Forêt,Hameau de Blad Touaria sous Foret,Hameau de Blad Touaria sous Forêt,Hameau de Bled Touaria-sous-Foret,Hameau de Bled Touaria-sous-Forêt,Hassi Redhouane		07			
2494720	Hamameria	hamameria	DZ		0	Africa/Algiers	36.32	2.58694				35			
2494721	Douar Hamamda	douar-hamamda	DZ		0	Africa/Algiers	36.32956	1.76786		Douar Hamamda,El Hamamda,Hamamda		35			
2494736	Hamaguir	hamaguir	DZ		0	Africa/Algiers	30.89258	-3.03399		Hamaguir,Hammaguir		38			
2494758	Halouiya	halouiya	DZ		0	Africa/Algiers	36.53444	2.90825				20			
2494849	Hakimia	hakimia	DZ		0	Africa/Algiers	36.12556	3.265		Hakimia,Stephane-Gsell,Stéphane-Gsell		06			
2494855	Haï Sidi Saïd	hai-sidi-said	DZ		0	Africa/Algiers	35.38333	-1.08333				36			
2494868	Haïnoune	hainoune	DZ		0	Africa/Algiers	27.32228	2.84737				IS			
2494880	Haï Khemisti	hai-khemisti	DZ		0	Africa/Algiers	35.73028	-0.57944		Fernandville,Hai Khemisti,Haï Khemisti		09			
2494889	Haï Chîkhi Abd el Kader	hai-chikhi-abd-el-kader	DZ		0	Africa/Algiers	35.55	6.16667				03			
2494937	Hâdj Ya’koûb	hadj-ya-koub	DZ		0	Africa/Algiers	36.65007	2.92517		Ben Yakoub,Hadj Ya'koub,Hâdj Ya’koûb		01			
2495006	Hadjema	hadjema	DZ		0	Africa/Algiers	36.67591	3.23255				01			
2495007	Hadj el Djelani	hadj-el-djelani	DZ		0	Africa/Algiers	36.11667	2.61667				06			
2495031	Hadj Ben Abid	hadj-ben-abid	DZ		0	Africa/Algiers	36.79438	3.63418				40			
2495067	Hadj Amar	hadj-amar	DZ		0	Africa/Algiers	36.07801	2.35012				35			
2495068	Hadjama	hadjama	DZ		0	Africa/Algiers	36.6516	3.89549				14			
2495074	Hadj Aïssa Ben Zerrouk	hadj-aissa-ben-zerrouk	DZ		0	Africa/Algiers	36.00832	3.01747				06			
2495126	Douar ech Chaif	douar-ech-chaif	DZ		0	Africa/Algiers	36.06811	0.4677		Douar Had el Chaif,Douar Had el Chaïf,Douar ech Chaif,Had el Chaif,Had el Chaïf		07			
2495209	Habassa	habassa	DZ		0	Africa/Algiers	36.7089	5.74524		Dechra Haoutra,Habassa,Haoutra		24			
2495222	Hbabza	hbabza	DZ		0	Africa/Algiers	36.1187	1.45348		Hababza,Hbabza		41			
2495223	Haadouch	haadouch	DZ		0	Africa/Algiers	36.54532	4.36038				14			
2495343	Guetatech	guetatech	DZ		0	Africa/Algiers	36.32517	3.31575				06			
2495424	Guerouma	guerouma	DZ		0	Africa/Algiers	36.48333	3.43333		Guerouma,Guerrouma		21			
2495497	Guerebissa	guerebissa	DZ		0	Africa/Algiers	36.8269	3.8398				40			
2495500	Guerdema	guerdema	DZ		0	Africa/Algiers	34.64656	5.52524				19			
2495524	Guerara	guerara	DZ		0	Africa/Algiers	32.79211	4.49949		Guerara,Guerrara,Guerrera		45			
2495555	Guenndour	guenndour	DZ		0	Africa/Algiers	36.40232	4.0507				21			
2495556	Guenndoul	guenndoul	DZ		0	Africa/Algiers	36.73045	4.21822				14			
2495572	Guendouz	guendouz	DZ		0	Africa/Algiers	36.37163	4.48702		Guendouz,Guendouze,Guenndouz		18			
2495575	Guenâyene	guenayene	DZ		0	Africa/Algiers	34.97542	-2.0997		Guenaine,Guenayene,Guenaïne,Guenâyene		15			
2495591	Guemoun	guemoun	DZ		0	Africa/Algiers	36.46667	4.75		Guemoun,Guemoune		18			
2495598	Guemchouch	guemchouch	DZ		0	Africa/Algiers	36.4335	5.17153		Guemchouch,Guemehouch		12			
2495662	Guelma	guelma	DZ		123590	Africa/Algiers	36.46214	7.42608		Calama,Galma,Gel'ma,Gelma,Guelma,Kalima,QGE,gai lei ma,qalmh  aljzayr,qalmt,valmt,Гельма,قالمة,قالمه، الجزایر,قالمہ,ڤالمة,盖勒马	23	23			
2495681	Guelfene	guelfene	DZ		0	Africa/Algiers	36.85932	3.81962				40			
2495706	Guelaa Djedida	guelaa-djedida	DZ		0	Africa/Algiers	34.96446	6.2532				19			
2495708	Guelaa Bou Sba	guelaa-bou-sba	DZ		0	Africa/Algiers	36.54565	7.47333		Guelaa Bou Sba,Guelaat Bou Sba		23			
2495753	Guedera	guedera	DZ		0	Africa/Algiers	36.70081	3.55257				40			
2495754	Guededra	guededra	DZ		0	Africa/Algiers	34.987	-0.8593		Douar Guededra,Douar Guedèdra,Guededra		30			
2495755	Gueddila	gueddila	DZ		0	Africa/Algiers	35.06343	5.79771				19			
2495759	Gueddacha	gueddacha	DZ		0	Africa/Algiers	34.82504	5.71859				19			
2495763	Guedadaha	guedadaha	DZ		0	Africa/Algiers	35.78167	2.51333				06			
2495842	Gravelotte	gravelotte	DZ		0	Africa/Algiers	36.55941	6.32833		Gravelotte,Tahamimane		48			
2495862	Graïria	grairia	DZ		0	Africa/Algiers	35.95283	1.01485				51			
2495866	Graffi	graffi	DZ		0	Africa/Algiers	35.35233	4.76593				27			
2495931	Djebel el Gountas	djebel-el-gountas	DZ		0	Africa/Algiers	35.78155	6.5176				29			
2495943	Goum Hadj Moussa	goum-hadj-moussa	DZ		0	Africa/Algiers	36.25368	3.15764				06			
2495944	Goum Berredjouh	goum-berredjouh	DZ		0	Africa/Algiers	36.25668	3.1865				06			
2495986	Goubia	goubia	DZ		0	Africa/Algiers	36.63709	5.65705				24			
2495989	El Gouassem	el-gouassem	DZ		0	Africa/Algiers	35.82121	0.89406		Douar el Gouassem,El Gouassem,Gouassem		51			
2496000	Gosbat	gosbat	DZ		0	Africa/Algiers	35.65837	5.52169		Gosbat		03			
2496049	Ghardaïa	ghardaia	DZ		93423	Africa/Algiers	32.49094	3.67347		GHA,Gardaja,Gardaya,Ghardaia,Ghardaja,Ghardaïa,Ghardája,Jimbo ya Ghardaia,Jimbo ya Ghardaïa,Rhardaia,Rhardaïa,Tagerdayt,Taγerdayt,gai er da ye,galeudaia,garudaia,ghrdayh,ghrdayt,wlayt ghrdayt,Гардая,Гардая қаласы,غرداية,غردایه,ولاية غرداية,ガルダイア,盖尔达耶,가르다이아	45	45			
2496061	Gbar Gâïd	gbar-gaid	DZ		0	Africa/Algiers	36.73333	6.8				31			
2496073	Gasses	gasses	DZ		0	Africa/Algiers	35.26528	7.46472				33			
2496081	Garta	garta	DZ		0	Africa/Algiers	34.78975	5.94811				19			
2496129	Gantas	gantas	DZ		0	Africa/Algiers	36.55268	4.85328		Ganntas,Gantas		18			
2496147	Gambetta	gambetta	DZ		0	Africa/Algiers	35.70109	-0.59825				09			
2496150	Galbois	galbois	DZ		0	Africa/Algiers	36.04125	4.81913		El-Anasser,Galbois		39			
2496253	Frarda	frarda	DZ		0	Africa/Algiers	35.165	0.28139				26			
2496274	Foussa	foussa	DZ		0	Africa/Algiers	35.26106	1.12402		Douar Foussa,Foussa		13			
2496306	Foum el Kherza	foum-el-kherza	DZ		0	Africa/Algiers	34.8408	5.91604				19			
2496307	Foum el Kheneg	foum-el-kheneg	DZ		0	Africa/Algiers	28.96667	-0.93333		Bordj Foum el Kreneg,Foum el Kheneg,Foum el Kreneg		34			
2496329	Fouka Marine	fouka-marine	DZ		0	Africa/Algiers	36.67166	2.74027		Fouka Marine,fwkt albhryt,فوكة البحرية		55			
2496331	Fouka	fouka	DZ		0	Africa/Algiers	36.66212	2.74217		Fouka,Fuka,fwkt,فوكة		55			
2496355	Forthassa Rharbia	forthassa-rharbia	DZ		0	Africa/Algiers	32.84177	-1.24464		Fortassa Gharbia,Forthassa Rharbia		49			
2496374	Fontaine du Génie	fontaine-du-genie	DZ		0	Africa/Algiers	36.57354	2.05191		Fontaine du Genie,Fontaine du Génie,Grani		55			
2496381	Foggaret ez Zoua	foggaret-ez-zoua	DZ		0	Africa/Algiers	27.36018	2.84631		Fogaret ez Zoua,Foggaret ez Zoua		IS			
2496383	Foggaret el Arab	foggaret-el-arab	DZ		0	Africa/Algiers	27.20178	2.77022		Foggaret el Arab		IS			
2496403	Fitchou	fitchou	DZ		0	Africa/Algiers	36.44973	5.20782				18			
2496413	Filiach	filiach	DZ		0	Africa/Algiers	34.82124	5.75461				19			
2496445	Fetala	fetala	DZ		0	Africa/Algiers	36.66827	4.68293				18			
2496472	Fers et Tiabine	fers-et-tiabine	DZ		0	Africa/Algiers	36.03333	1.86667				35			
2496485	Feroukha	feroukha	DZ		0	Africa/Algiers	36.50833	2.90806				20			
2496500	Ferme Dufourg	ferme-dufourg	DZ		0	Africa/Algiers	34.97131	5.628		Ferme Dufour,Ferme Dufourg		19			
2496507	Ferket el Guechachoua	ferket-el-guechachoua	DZ		0	Africa/Algiers	36.40262	3.14587				06			
2496524	Ferhaïha	ferhaiha	DZ		0	Africa/Algiers	36.25731	2.02088		Feghaiha,Feghaïha,Ferhaiha,Ferhaïha		35			
2496529	Fereha	fereha	DZ		0	Africa/Algiers	36.44183	4.77237				12			
2496560	Fercha	fercha	DZ		0	Africa/Algiers	35.81382	4.48507				39			
2496564	Feratsa	feratsa	DZ		0	Africa/Algiers	35.47216	-0.7403				36			
2496570	Ferastia	ferastia	DZ		0	Africa/Algiers	35.59767	1.30612				13			
2496573	Feraoun	feraoun	DZ		21700	Africa/Algiers	36.56041	4.85454		Feraoun,frʿwn,فرعون		18			
2496574	Feraoun	feraoun	DZ		0	Africa/Algiers	29.38864	0.31952				TM			
2496611	Feldene	feldene	DZ		0	Africa/Algiers	36.49799	4.52761		Felden,Feldene		18			
2496643	Feidh el Botma	feidh-el-botma	DZ		0	Africa/Algiers	34.5	3.76667				22			
2496673	Fedoul	fedoul	DZ		0	Africa/Algiers	35.49094	2.11189				22			
2496681	Fedj M’Zala	fedj-m-zala	DZ		0	Africa/Algiers	36.40937	5.94463		Fedj M'Zala,Fedj M’Zala,Ferdj M'Zala,Ferdj M’Zala		48			
2496703	Fedj ed Dedjal	fedj-ed-dedjal	DZ		0	Africa/Algiers	35.71608	8.17622				33			
2496736	Faubourg Thiers	faubourg-thiers	DZ		0	Africa/Algiers	35.18333	-0.65				30			
2496737	Faubourg Saint-Jean	faubourg-saint-jean	DZ		0	Africa/Algiers	36.36111	6.60389				04			
2496738	Faubourg Sainte-Anne	faubourg-sainte-anne	DZ		0	Africa/Algiers	36.90568	7.74082				37			
2496739	Faubourg Martin	faubourg-martin	DZ		0	Africa/Algiers	35.4	0.13333				26			
2496740	Faubourg Marceau	faubourg-marceau	DZ		0	Africa/Algiers	35.19147	-0.64851				30			
2496741	Faubourg Lamy	faubourg-lamy	DZ		0	Africa/Algiers	36.37704	6.63581				04			
2496742	Faubourg Faidherbe	faubourg-faidherbe	DZ		0	Africa/Algiers	35.4	0.15				26			
2496743	Faubourg de l’Espérance	faubourg-de-l-esperance	DZ		0	Africa/Algiers	36.87396	6.89879		Faubourg de l'Esperance,Faubourg de l’Espérance,L' Esperance,L’ Espérance		31			
2496744	Faubourg Cheïkh Ben Bâdis	faubourg-cheikh-ben-badis	DZ		0	Africa/Algiers	35.2	-0.61667		Cheikli Ben Badis,Faubourg Cheikh Ben Badis,Faubourg Cheïkh Ben Bâdis		30			
2496745	Faubourg Bou Melik Abdelkader	faubourg-bou-melik-abdelkader	DZ		0	Africa/Algiers	35.2	-0.6		Faubourg Bou Melik Abdelkader,Moulay Abd el Kader		30			
2496746	Faubourg Bel Air	faubourg-bel-air	DZ		0	Africa/Algiers	35.4	0.15				26			
2496813	Falcon	falcon	DZ		0	Africa/Algiers	35.76639	-0.79806				09			
2496822	Fais	fais	DZ		0	Africa/Algiers	35.515	6.75		Fais		03			
2496838	Faidherbe	faidherbe	DZ		0	Africa/Algiers	35.38563	1.36958		Ain Kerma,Aïn Kerma,Faidherbe		13			
2496901	Ben Zahni	ben-zahni	DZ		0	Africa/Algiers	35.04181	-1.92238		Ben Zahni,Ez Zourek,Ez Zoûrek		15			
2496907	Ez Zmala	ez-zmala	DZ		0	Africa/Algiers	35.89036	4.9233				39			
2496909	Ez Ziatine	ez-ziatine	DZ		0	Africa/Algiers	35.1296	-1.72772		Douar ez Ziatine,Ez Ziatine		15			
2496919	Ez Zenâta	ez-zenata	DZ		0	Africa/Algiers	34.99042	-1.46374		Cafe Maure,Café Maure,Ez Zenata,Ez Zenâta		15			
2496923	Ez Zemamria	ez-zemamria	DZ		0	Africa/Algiers	35.94134	3.55297				06			
2496924	Ez Zeharia	ez-zeharia	DZ		0	Africa/Algiers	35.76619	2.13477				56			
2496925	Ez Zeggoub	ez-zeggoub	DZ		0	Africa/Algiers	33.53333	6.85				43			
2496933	Ez Zaouia	ez-zaouia	DZ		0	Africa/Algiers	36.55494	5.70076				24			
2496934	Mechtat ez Zaouïa	mechtat-ez-zaouia	DZ		0	Africa/Algiers	36.12242	5.63578		Ez Zaouia,Mechtat ez Zaouia,Mechtat ez Zaouïa		12			
2496954	Eugène Étienne	eugene-etienne	DZ		0	Africa/Algiers	35.7	-0.65		Etienne,Eugene Etienne,Eugène Étienne,Étienne		09			
2496978	Et Toubabcha	et-toubabcha	DZ		0	Africa/Algiers	36.60271	5.59107				24			
2496981	Et Touaïbia	et-touaibia	DZ		0	Africa/Algiers	36.1057	1.94622				35			
2496982	Et Touablia	et-touablia	DZ		0	Africa/Algiers	35.52146	4.32938				27			
2496984	Douar Ettorche	douar-ettorche	DZ		0	Africa/Algiers	35.17339	0.43462		Douar Ettorche,Et Torch		26			
2496985	Et Tolba	et-tolba	DZ		0	Africa/Algiers	35.78162	4.91807				27			
2496986	Et Tnine	et-tnine	DZ		0	Africa/Algiers	36.81442	3.84434		Et Tnin,Et Tnine		40			
2496988	Et Tnine	et-tnine	DZ		0	Africa/Algiers	36.19139	3.23667				06			
2496989	Et Tleta	et-tleta	DZ		0	Africa/Algiers	35.77209	4.99928				39			
2496990	Et Tissael	et-tissael	DZ		0	Africa/Algiers	36.71445	4.32734		El t'Issael,El t’Issael,Et Tissael		14			
2496991	Et Tine	et-tine	DZ		0	Africa/Algiers	32.69623	5.45712				50			
2497029	Es Souala	es-souala	DZ		0	Africa/Algiers	36.15255	1.05079				41			
2497044	Douar el Hadj Ben Slimane	douar-el-hadj-ben-slimane	DZ		0	Africa/Algiers	36.20759	2.10462		Douar el Hadj Ben Slimane,Es Slimane		35			
2497076	Es Sebt Râs ed Deba	es-sebt-ras-ed-deba	DZ		0	Africa/Algiers	35.37915	3.90415				27			
2497084	Es Sbâbna	es-sbabna	DZ		0	Africa/Algiers	35.03333	-2.11667		Daia Sebabna,Daïa Sebabna,Es Sbabna,Es Sbâbna		15			
2497103	Es Safsaf	es-safsaf	DZ		0	Africa/Algiers	36.17999	0.97096				41			
2497104	Es Safsâf	es-safsaf	DZ		0	Africa/Algiers	34.89957	-1.27764		Es Safsaf,Es Safsâf,Safsaf		15			
2497106	Es Safrâ	es-safra	DZ		0	Africa/Algiers	35.05661	-1.88684		Es Safra,Es Safrâ,Safra		15			
2497133	Er Rouabah	er-rouabah	DZ		0	Africa/Algiers	35.33029	4.75773				27			
2497141	Er Rîrhîa	er-rirhia	DZ		0	Africa/Algiers	36.82944	8.18139		Er Rirhia,Er Rîrhîa,Mechta Righia		44			
2497148	Er Remla	er-remla	DZ		0	Africa/Algiers	36.09775	3.80768		Er Remia,Er Remla		21			
2497149	Er Rekta	er-rekta	DZ		0	Africa/Algiers	36.50256	5.56802				12			
2497176	Er Rabta	er-rabta	DZ		0	Africa/Algiers	35.08534	-1.62552				15			
2497201	Erdjaouna Techt	erdjaouna-techt	DZ		0	Africa/Algiers	36.7305	4.02228		Erdjaouna Techt,Techt		14			
2497202	Erdjaouna el Bour	erdjaouna-el-bour	DZ		0	Africa/Algiers	36.72642	4.05044		El Bour,Erdjaouna el Bour		14			
2497247	Ennfouss	ennfouss	DZ		0	Africa/Algiers	33.97372	2.12138				25			
2497255	En Nessirha	en-nessirha	DZ		0	Africa/Algiers	34.01398	5.95181				MG			
2497259	En Nemala	en-nemala	DZ		0	Africa/Algiers	36.53422	5.61932				12			
2497270	Ennedid	ennedid	DZ		0	Africa/Algiers	22.86279	4.98333		Ennedid,alndyd,النديد		53			
2497279	En Nakhla	en-nakhla	DZ		0	Africa/Algiers	35.55635	4.82852				27			
2497298	Em Jez ed Chich	em-jez-ed-chich	DZ		0	Africa/Algiers	36.70434	6.80594		Em Jez ed Chich,Robertville,Roberville		31			
2497318	Dechret Amboula	dechret-amboula	DZ		0	Africa/Algiers	36.52046	3.61368		Dechret Amboula,Emboula		21			
2497321	El Yourh	el-yourh	DZ		0	Africa/Algiers	34.35906	3.10782				22			
2497324	El Rhoualem	el-rhoualem	DZ		0	Africa/Algiers	35.58344	1.99809				13			
2497327	El Rhoraf	el-rhoraf	DZ		0	Africa/Algiers	36.83441	3.75714		El Rhoraf,El Roraf		40			
2497329	El Rhirane	el-rhirane	DZ		0	Africa/Algiers	36.60203	5.65316		El Rhirane,Er Rirane		24			
2497330	El Rhezala	el-rhezala	DZ		0	Africa/Algiers	35.65833	4.46707				27			
2497335	El Rherib	el-rherib	DZ		0	Africa/Algiers	36.33814	2.83139				06			
2497336	El Rheraba	el-rheraba	DZ		0	Africa/Algiers	35.99211	1.22453				41			
2497345	El Rhedir	el-rhedir	DZ		0	Africa/Algiers	36.945	6.60222		El Rhedir,Redir		31			
2497356	Er Rdaïr	er-rdair	DZ		0	Africa/Algiers	36.78539	3.92191		El Rdair,El Rdaïr,Er Rdair,Er Rdaïr		40			
2497371	El Outa Sbeïrath	el-outa-sbeirath	DZ		0	Africa/Algiers	35.1627	3.59196				27			
2497378	El Ousâsra	el-ousasra	DZ		0	Africa/Algiers	36.08223	1.201		El Ousasra,El Oussasra,El Ousâsra		41			
2497395	El Ouîdîr	el-ouidir	DZ		0	Africa/Algiers	36.97852	7.50949		El Ouidir,El Ouîdîr,Pointe de Garde de l'Ouider,Pointe de Garde de l’Ouider		37			
2497397	El Ouibed	el-ouibed	DZ		0	Africa/Algiers	33.27777	6.31306				TG			
2497403	El Ouendoura	el-ouendoura	DZ		0	Africa/Algiers	34.8896	7.03184		El Guendoura,El Ouendoura,El Ouenndoura		47			
2497415	El Ouchmia	el-ouchmia	DZ		0	Africa/Algiers	36.27362	3.35511				06			
2497425	El Oualdja	el-oualdja	DZ		0	Africa/Algiers	37.01224	7.41694		El Oualdja,Mechtat el Ouldja		37			
2497430	El Otsmane	el-otsmane	DZ		0	Africa/Algiers	35.52166	4.91905				27			
2497431	Douar Sidi Saad	douar-sidi-saad	DZ		0	Africa/Algiers	36.00393	1.9597		Douar Sidi Saad,El Orma		35			
2497441	El Mzili	el-mzili	DZ		0	Africa/Algiers	35.23064	1.03781		Douar el Mzili,El Mzili		13			
2497444	El Msila	el-msila	DZ		0	Africa/Algiers	36.65944	5.67185				24			
2497445	El Msene	el-msene	DZ		0	Africa/Algiers	36.49796	2.32945				55			
2497464	El Moulhanni	el-moulhanni	DZ		0	Africa/Algiers	36.57089	3.21589				20			
2497465	El Mouissîa	el-mouissia	DZ		0	Africa/Algiers	36.83238	8.121		El Moissiah,El Mouissia,El Mouissîa,El Moïssiah		44			
2497481	El Mouaznia	el-mouaznia	DZ		0	Africa/Algiers	36.197	2.6776		El Mouazni,El Mouaznia		06			
2497493	El Mokhaïria	el-mokhairia	DZ		0	Africa/Algiers	36.02491	2.3731		El Mokhairia,El Mokhaïria,El Mokrairia,El Mokraïria		35			
2497494	El Moïd	el-moid	DZ		0	Africa/Algiers	36.56171	5.65121				24			
2497500	El M’Khazene	el-m-khazene	DZ		0	Africa/Algiers	35.94062	4.7352		El M'Khazene,El M'Krazene,El M’Khazene,El M’Krazene		39			
2497503	El Mkam	el-mkam	DZ		0	Africa/Algiers	36.22521	4.53574				39			
2497510	El Mihan	el-mihan	DZ		0	Africa/Algiers	24.54436	9.48341		El Mihan		DJ			
2497521	El Mezeraa	el-mezeraa	DZ		0	Africa/Algiers	35.06667	7.58333		El Mezeraa		33			
2497522	El Mezarea	el-mezarea	DZ		0	Africa/Algiers	36.37503	1.33928				41			
2497523	Douar el Mezaïnia	douar-el-mezainia	DZ		0	Africa/Algiers	35.10343	1.00624		Douar el Mezailia,Douar el Mezainia,Douar el Mezaïlia,Douar el Mezaïnia,El Mezailia,El Mezaïlia		13			
2497533	El Messaïf	el-messaif	DZ		0	Africa/Algiers	34.64957	-0.10821				30			
2497538	El Meslah	el-meslah	DZ		0	Africa/Algiers	36.35859	2.78972				06			
2497547	El Mersa	el-mersa	DZ		0	Africa/Algiers	37.03225	7.25455		El Mersa,Greve d' el-Mersa,Grève d’ el-Mersa		31			
2497548	El Mersa	el-mersa	DZ		0	Africa/Algiers	36.55736	5.65281				24			
2497553	El Mermoutsia	el-mermoutsia	DZ		0	Africa/Algiers	34.85	8.03333				33			
2497576	El Mrazguïa	el-mrazguia	DZ		0	Africa/Algiers	36.04084	1.44024		El Merazguia,El Mrazguia,El Mrazguïa		41			
2497577	El Merassel	el-merassel	DZ		0	Africa/Algiers	36.60753	5.51144				24			
2497578	El Merarhdia	el-merarhdia	DZ		0	Africa/Algiers	35.41868	8.02751				33			
2497584	El Mennchar	el-mennchar	DZ		0	Africa/Algiers	36.48186	5.33899		El Menchar,El Mennchar		18			
2497592	El Menassir	el-menassir	DZ		0	Africa/Algiers	27.20525	-0.18727				34			
2497596	El Menabha	el-menabha	DZ		0	Africa/Algiers	32.01582	-2.27094		El Menabba,El Menabha,Menabba		38			
2497598	El Melouane	el-melouane	DZ		0	Africa/Algiers	36.18362	2.86212		El Melouane,El Melouar,El Melouare		06			
2497636	M’Quam el Maaloum	m-quam-el-maaloum	DZ		0	Africa/Algiers	36.34316	1.12696		El Mekain el Maloum,El Mekaïn el Maloum,M'Quam el Maaloum,M’Quam el Maaloum		41			
2497639	El-Mehgoun	el-mehgoun	DZ		0	Africa/Algiers	35.81892	-0.35823		El-Mahgoun,El-Mehgoun,Magoun,Saint-Leonie,Saint-Léonie,Sainte-Leonie,Sainte-Léonie		09			
2497649	El Mehadjer	el-mehadjer	DZ		0	Africa/Algiers	36.37606	1.17641				41			
2497666	El Medina	el-medina	DZ		0	Africa/Algiers	35.74531	1.29721				56			
2497706	El Mannsour	el-mannsour	DZ		0	Africa/Algiers	35.60046	2.16078				56			
2497707	El Mamnia	el-mamnia	DZ		0	Africa/Algiers	36.05433	1.05764				41			
2497717	El Mâl’ab	el-mal-ab	DZ		0	Africa/Algiers	36.93333	6.31667		El Mal'ab,El Melab,El Mâl’ab		31			
2497718	El Mala	el-mala	DZ		0	Africa/Algiers	36.38015	6.38002		El Mala,El Malach,El Malah		04			
2497721	El Makbia	el-makbia	DZ		0	Africa/Algiers	36.11017	2.43649				35			
2497726	El Maïz	el-maiz	DZ		0	Africa/Algiers	28.347	-0.22013				34			
2497727	Douar B’ Khaïtia	douar-b-khaitia	DZ		0	Africa/Algiers	36.09713	1.06067		Douar B' Khaitia,Douar B’ Khaïtia,El Maitia,El Maïtia		41			
2497729	El M’aïf	el-m-aif	DZ		0	Africa/Algiers	36.16099	1.70551		El M'aif,El Maif,El Maïf,El M’aïf		35			
2497739	El Mahera	el-mahera	DZ		0	Africa/Algiers	36.29299	2.09559				35			
2497741	El Mahdi	el-mahdi	DZ		0	Africa/Algiers	36.19183	2.6273				06			
2497747	El Ma Guechtoum	el-ma-guechtoum	DZ		0	Africa/Algiers	36.81667	4.44448		El Ma Guechtoum,El Ma Guechtoun		14			
2497763	El Madene Mines	el-madene-mines	DZ		0	Africa/Algiers	36.6	3.28333				20			
2497770	El Maalba	el-maalba	DZ		0	Africa/Algiers	34.70302	3.39188				22			
2497774	El Ma	el-ma	DZ		0	Africa/Algiers	36.53333	4.51667				18			
2497780	El Lil Ou Ahmed	el-lil-ou-ahmed	DZ		0	Africa/Algiers	36.20991	3.06493				06			
2497782	El Laout	el-laout	DZ		0	Africa/Algiers	34.06506	2.04116				25			
2497790	El Ktaf	el-ktaf	DZ		0	Africa/Algiers	33.18722	6.65806		El Ktaf		43			
2497798	El Kseïbat	el-kseibat	DZ		0	Africa/Algiers	28.02457	-0.4669				34			
2497812	El Ksabi	el-ksabi	DZ		0	Africa/Algiers	28.33195	-0.22434				34			
2497813	Douar el Krouelet	douar-el-krouelet	DZ		0	Africa/Algiers	35.50556	0.67028		Douar el Krouelet,El Krouelet		51			
2497815	El Krerouz	el-krerouz	DZ		0	Africa/Algiers	34.70361	5.28582				19			
2497817	El Krelafna	el-krelafna	DZ		0	Africa/Algiers	35.1632	-1.69266				15			
2497827	El Koudiat	el-koudiat	DZ		0	Africa/Algiers	36.80107	4.52028				14			
2497828	El Koudia	el-koudia	DZ		0	Africa/Algiers	36.32149	4.85542				12			
2497832	El Koucha	el-koucha	DZ		0	Africa/Algiers	35.29563	4.174				27			
2497833	El Koûbbîya	el-koubbiya	DZ		0	Africa/Algiers	36.86667	6.9				31			
2497842	El Kolla	el-kolla	DZ		0	Africa/Algiers	35.07621	-1.84431				15			
2497850	El Khreb	el-khreb	DZ		0	Africa/Algiers	35.98767	4.0799				27			
2497856	Ommaïssia	ommaissia	DZ		0	Africa/Algiers	36.09135	1.9284		El Khouadria,Ommaissia,Ommaïssia		35			
2497857	El Khouad	el-khouad	DZ		0	Africa/Algiers	35.8864	2.82462				06			
2497879	El Khenag	el-khenag	DZ		0	Africa/Algiers	36.32588	3.08275				06			
2497886	El Khemarmia	el-khemarmia	DZ		0	Africa/Algiers	35.95748	3.56354				06			
2497887	El Kheloua	el-kheloua	DZ		0	Africa/Algiers	36.2033	3.47425		El Kheloua,El Khreloua		06			
2497888	El Kheloua	el-kheloua	DZ		0	Africa/Algiers	36.4921	5.67831		El Kheloua,El Kreloua		12			
2497895	El Khelaïf	el-khelaif	DZ		0	Africa/Algiers	36.0678	1.04157				41			
2497908	El Kharrouba	el-kharrouba	DZ		0	Africa/Algiers	36.46115	1.18355				41			
2497911	El Khama	el-khama	DZ		0	Africa/Algiers	36.13061	1.69592				35			
2497918	El Khadra	el-khadra	DZ		0	Africa/Algiers	34.05794	0.59152				42			
2497922	El Khachachma	el-khachachma	DZ		0	Africa/Algiers	36.16047	1.20574		El Kachachma,El Khachachma		41			
2497926	El Khabaïa	el-khabaia	DZ		0	Africa/Algiers	36.05359	1.01145				41			
2497938	El Keriat	el-keriat	DZ		0	Africa/Algiers	36.54577	2.04243				55			
2497946	Douar Kenenda	douar-kenenda	DZ		0	Africa/Algiers	35.66471	0.65133		Douar Kenenda,Douar el Kenannda,El Kenannda		51			
2497948	El Kelssaïne	el-kelssaine	DZ		0	Africa/Algiers	35.14092	-1.61562		El Kelssaine,El Kelssaïne,El Kessaine,El Kessaïne		15			
2497949	El Kelba	el-kelba	DZ		0	Africa/Algiers	35.10303	-1.84025				15			
2497951	El Kelaa Ouadda	el-kelaa-ouadda	DZ		0	Africa/Algiers	36.65	4.66667				18			
2497954	El Keïtoun	el-keitoun	DZ		0	Africa/Algiers	36.58333	4.96667				18			
2497955	El Kefafsa	el-kefafsa	DZ		0	Africa/Algiers	35.82838	2.71188				06			
2497958	El Kechaïd	el-kechaid	DZ		0	Africa/Algiers	36.15075	2.54523				35			
2497962	El Khebazlia	el-khebazlia	DZ		0	Africa/Algiers	36.39128	1.22548		El Kebazelia,El Khebazlia		41			
2497965	El Kasdir	el-kasdir	DZ		0	Africa/Algiers	33.70424	-1.38088				49			
2497966	El Karrouch	el-karrouch	DZ		0	Africa/Algiers	36.48524	3.3872				21			
2497974	Douar Assayab	douar-assayab	DZ		0	Africa/Algiers	36.56099	6.73611		Douar Assayab,El Kantour		04			
2497991	El Kabar	el-kabar	DZ		0	Africa/Algiers	35.21667	-1.56667				15			
2498002	El Houmria	el-houmria	DZ		0	Africa/Algiers	35.00576	0.1742				10			
2498005	Douar Menasria	douar-menasria	DZ		0	Africa/Algiers	36.11297	1.06055		Douar Menasria,El Houareb		41			
2498007	El Houachi	el-houachi	DZ		0	Africa/Algiers	35.72436	5.02952				27			
2498008	El Hot	el-hot	DZ		0	Africa/Algiers	36.68153	5.69259				24			
2498010	El Honaïchat	el-honaichat	DZ		0	Africa/Algiers	36.10996	0.96043				41			
2498018	El Hmadena	el-hmadena	DZ		0	Africa/Algiers	35.90627	0.77456		El H'madna,El Hmadena,El H’madna,Hamadena,Krourara		51			
2498026	El Hendjir	el-hendjir	DZ		0	Africa/Algiers	32.71153	-0.71418				49			
2498030	El Hefaïr	el-hefair	DZ		0	Africa/Algiers	36.21667	2.73333				06			
2498031	El Hedaïr	el-hedair	DZ		0	Africa/Algiers	34.678	-1.31857				15			
2498037	El Hattatba	el-hattatba	DZ		0	Africa/Algiers	36.54854	2.27316				55			
2498038	El Hatatba	el-hatatba	DZ		0	Africa/Algiers	35.26385	1.16254		Douar el Hatatba,El Hatatba		13			
2498070	El Haoussine	el-haoussine	DZ		0	Africa/Algiers	35.62938	-0.85785		Douar Bel Haoucine,El Haoussine		09			
2498071	El Haouita	el-haouita	DZ		0	Africa/Algiers	33.64667	2.44905		El Haouita		25			
2498079	El Haouanet	el-haouanet	DZ		0	Africa/Algiers	34.97489	-1.79348		Douar el Haouanet,El Haouanet		15			
2498080	Douar Zeungour	douar-zeungour	DZ		0	Africa/Algiers	36.23517	2.95086		Douar Zeungour,El Haouana		06			
2498084	El Hania	el-hania	DZ		0	Africa/Algiers	34.16048	3.54572		El Hamia,El Hania		22			
2498088	El Anndek	el-anndek	DZ		0	Africa/Algiers	36.3989	3.01592		El Anndek,El Handek		20			
2498089	El Hanatsits	el-hanatsits	DZ		0	Africa/Algiers	36.4	1.5				41			
2498100	El Hamman Oulad Zerara	el-hamman-oulad-zerara	DZ		0	Africa/Algiers	34.96617	6.16344				19			
2498101	El Hamman	el-hamman	DZ		0	Africa/Algiers	36.62741	4.85412		El Hammam,El Hamman		18			
2498114	El Hamma Dakhelania	el-hamma-dakhelania	DZ		0	Africa/Algiers	36.77972	7.23765		El Hamma Dakhelania,El Hamma Dakrelania		31			
2498118	El Hamiz	el-hamiz	DZ		0	Africa/Algiers	36.73147	3.24032		El Hamiz,Le Hamiz		01			
2498128	El Hamdi	el-hamdi	DZ		0	Africa/Algiers	36.00186	2.42206				35			
2498141	El Halaïba	el-halaiba	DZ		0	Africa/Algiers	34.9882	-1.43031		Douar el Halaiba,Douar el Halaïba,El Halaiba,El Halaïba		15			
2498152	El Haïad	el-haiad	DZ		0	Africa/Algiers	28.3718	-0.2199				34			
2498162	El Hadoud	el-hadoud	DZ		0	Africa/Algiers	36.78634	4.36475				14			
2498163	El Hadoud	el-hadoud	DZ		0	Africa/Algiers	36.63062	5.60663				24			
2498164	El Hadj Tahar	el-hadj-tahar	DZ		0	Africa/Algiers	36.09582	2.58658				06			
2498165	Zaouia el Hadjria	zaouia-el-hadjria	DZ		0	Africa/Algiers	36.88951	6.25892		El Hadjriya,El Hadjrîya,Zaouia el Hadjria		24			
2498169	El Hadj Marnia	el-hadj-marnia	DZ		0	Africa/Algiers	34.9415	-1.55596				15			
2498174	El Hadj Guelmane	el-hadj-guelmane	DZ		0	Africa/Algiers	29.42493	0.273				TM			
2498175	El Hadjedj	el-hadjedj	DZ		0	Africa/Algiers	35.27	6.40518				03			
2498179	El Hadjares	el-hadjares	DZ		0	Africa/Algiers	35.82665	2.62341				06			
2498184	El Hadj Ameur	el-hadj-ameur	DZ		0	Africa/Algiers	36.65587	5.59887				24			
2498185	Douar el Hadj Amar	douar-el-hadj-amar	DZ		0	Africa/Algiers	36.11272	2.50428		Douar el Hadj Amar,El Hadj Amar		35			
2498186	Dar el Hadj Abdellah	dar-el-hadj-abdellah	DZ		0	Africa/Algiers	36.07529	2.5591		Dar el Hadj Abdellah,El Hadj Abdallah		06			
2498196	El Hadabbab	el-hadabbab	DZ		0	Africa/Algiers	36.74431	4.96674		El Hadabbab,El Hadabbad		18			
2498210	El Habib Bou Ziane	el-habib-bou-ziane	DZ		0	Africa/Algiers	36.11564	0.3492				07			
2498211	El Habel	el-habel	DZ		0	Africa/Algiers	34.89252	5.931				19			
2498212	El Habal	el-habal	DZ		0	Africa/Algiers	36.59028	5.6425				24			
2498214	El Guigba	el-guigba	DZ		0	Africa/Algiers	35.73549	5.58997		El Guigba		03			
2498221	El Guetna	el-guetna	DZ		0	Africa/Algiers	35.37943	-0.18926				26			
2498225	El Guetar	el-guetar	DZ		0	Africa/Algiers	36.3635	5.10211				12			
2498235	El Guerrah	el-guerrah	DZ		0	Africa/Algiers	36.14076	6.60981		El Guerra,El Guerrah		04			
2498236	El Gueroua	el-gueroua	DZ		0	Africa/Algiers	36.57082	5.5352				24			
2498243	El Guerara	el-guerara	DZ		0	Africa/Algiers	28.17595	-0.17804		El Guerara,Guerrara		34			
2498245	Douar el Guradib	douar-el-guradib	DZ		0	Africa/Algiers	35.64817	0.71029		Douar el Guradib,Douars el Gueradib,El Gueradib		51			
2498261	El Guelali	el-guelali	DZ		0	Africa/Algiers	35.89002	3.64231				27			
2498277	El Gourarir Zaouiet	el-gourarir-zaouiet	DZ		0	Africa/Algiers	33.4	6.83333		El Gourarid Zd.,El Gourarir,El Gourarir Zaouiet		43			
2498289	El Goug	el-goug	DZ		0	Africa/Algiers	32.90554	6.00531				TG			
2498291	El Gouassem	el-gouassem	DZ		0	Africa/Algiers	35.68561	1.47028				56			
2498321	El Garoucha	el-garoucha	DZ		0	Africa/Algiers	36.15759	0.94219				41			
2498336	El G’amas	el-g-amas	DZ		0	Africa/Algiers	35.0506	-1.92177		El G'amas,El G’amas,Gaames,Gaamès		15			
2498354	El Frîn	el-frin	DZ		0	Africa/Algiers	36.82722	8.42056				44			
2498367	El Felaye	el-felaye	DZ		0	Africa/Algiers	36.60214	4.66364		El Felaye,El Flaye,alflay,lflay,الفلاي,لفلاي		18			
2498384	El Faraïa	el-faraia	DZ		0	Africa/Algiers	35.84678	3.56249				06			
2498388	El Fahis	el-fahis	DZ		0	Africa/Algiers	35.88305	2.92599				06			
2498397	El Esnam	el-esnam	DZ		0	Africa/Algiers	36.32058	4.00784		El Esnam		21			
2498400	El Emir Abdelkader	el-emir-abdelkader	DZ		0	Africa/Algiers	35.66667	-0.56667				09			
2498415	El Djerf	el-djerf	DZ		0	Africa/Algiers	36.77169	5.73102				24			
2498419	El Djenene	el-djenene	DZ		0	Africa/Algiers	36.67135	4.81158		El Djenane,El Djenen,El Djenene		18			
2498428	El Djedid	el-djedid	DZ		0	Africa/Algiers	27.45983	-0.27256				34			
2498436	El Djalala	el-djalala	DZ		0	Africa/Algiers	36.12511	3.08918				06			
2498438	El Djabia	el-djabia	DZ		0	Africa/Algiers	36.48032	4.78092				18			
2498440	El Caïd	el-caid	DZ		0	Africa/Algiers	36.26417	0.91483				41			
2498448	El Brarim	el-brarim	DZ		0	Africa/Algiers	36.28831	3.31495				06			
2498456	El Bour Tarhlieht	el-bour-tarhlieht	DZ		0	Africa/Algiers	36.12852	4.51607		El Bour Taghlieht,El Bour Tarhlieht		39			
2498489	El Biod	el-biod	DZ		0	Africa/Algiers	33.76354	-0.13102		El Biod,El Biodh		49			
2498493	El Biada	el-biada	DZ		0	Africa/Algiers	35.62708	4.47236		Douar el Biada,El Biada		27			
2498519	El Bekara	el-bekara	DZ		0	Africa/Algiers	36.74019	5.69778		Dechra el Bekara,El Bekara		24			
2498520	El Bekalech	el-bekalech	DZ		0	Africa/Algiers	36.00063	1.40201				41			
2498535	El Behara	el-behara	DZ		0	Africa/Algiers	36.32606	0.7182		Douar el Behara,El Behara		07			
2498546	El Barri	el-barri	DZ		0	Africa/Algiers	35.87756	3.44613				06			
2498552	El Barga	el-barga	DZ		0	Africa/Algiers	31.61778	-2.24733				38			
2498553	El Baouch	el-baouch	DZ		0	Africa/Algiers	36.36667	5.16667				12			
2498555	El Bania	el-bania	DZ		0	Africa/Algiers	33.93547	4.97831				OD			
2498572	Boukaat Bachir	boukaat-bachir	DZ		0	Africa/Algiers	36.08072	1.15639		Boukaat Bachir,El Bachiria		41			
2498573	El Baal	el-baal	DZ		0	Africa/Algiers	34.91877	6.56246				03			
2498578	El Bethom	el-bethom	DZ		0	Africa/Algiers	36.22133	3.57725		Bettam,El Bethom		21			
2498580	El Azib el Madjene	el-azib-el-madjene	DZ		0	Africa/Algiers	36.65646	3.83826				14			
2498582	El Azib	el-azib	DZ		0	Africa/Algiers	36.79507	4.42003				14			
2498585	El Azaïzia	el-azaizia	DZ		0	Africa/Algiers	36.11964	2.16939				35			
2498586	El Azaïb	el-azaib	DZ		0	Africa/Algiers	36.87568	4.09478				14			
2498588	El Atatfa	el-atatfa	DZ		0	Africa/Algiers	36.24293	1.92575		El 'Attatfa,El Atatfa,El ’Attatfa		35			
2498593	El Atouta	el-atouta	DZ		0	Africa/Algiers	35.39626	5.39325				03			
2498596	El Ateuf	el-ateuf	DZ		0	Africa/Algiers	32.47523	3.74923		El Ateuf		45			
2498603	El Assafia el Khalia	el-assafia-el-khalia	DZ		0	Africa/Algiers	33.83205	3.01238				25			
2498611	Chlef	chlef	DZ		178616	Africa/Algiers	36.16525	1.33452		CFK,Castellum Tingitanum,Chlef,Ech Cheliff,Ech Chlef,El Asnam,Orleansville,Orléansville,Selifas,Shlef,Szalif,al-Asnam,al-Asnām,al-Aṣnām,alasnam,alshlf,as-Salif,asch-Schalif,ash-Shalif,awrlyanfyl,aš-Šalif,kastylywm tanjytanywm,kstlm tnjytanm,shlf,shurefu,xie li fu,Šelifas,Шлеф,أورليانفيل,الأصنام,الشلف,شلف,كاستيليوم تانجيتانيوم,كستلم تنجيتانم,シュレフ,谢利夫	41	41			
2498614	El Arrouch	el-arrouch	DZ		0	Africa/Algiers	36.65306	6.83639		El Arrouch,QHH		31			
2498636	El Aria	el-aria	DZ		0	Africa/Algiers	36.31803	6.83149				04			
2498637	Machtat el Argoub	machtat-el-argoub	DZ		0	Africa/Algiers	35.20582	0.89774		El Argoub,Machtat el Argoub,Metameur Argoub		13			
2498638	El Arfsi	el-arfsi	DZ		0	Africa/Algiers	33.51385	6.66123				43			
2498645	Douar Kouider Moussaoui	douar-kouider-moussaoui	DZ		0	Africa/Algiers	36.203	2.10564		Douar Kouider Moussaoui,El Ardja		35			
2498647	El Arbi Ben el Haoues	el-arbi-ben-el-haoues	DZ		0	Africa/Algiers	36.39254	6.89534		Douar el Arbi Ben el Haoues,El Arbi Ben el Haoues		04			
2498650	El Arba	el-arba	DZ		0	Africa/Algiers	36.26168	3.38213		El Arba,Souk el Arba		06			
2498651	El A’rari	el-a-rari	DZ		0	Africa/Algiers	36.08046	1.5445				41			
2498654	El Araguib	el-araguib	DZ		0	Africa/Algiers	35.33776	5.73075		Dechret el Araguib,El Araguib		03			
2498660	El Arab	el-arab	DZ		0	Africa/Algiers	26.95	1.08333		Aoulef,Aoulef Arab,Aoulef el Arab,Aoulef el Arab Bordj,El Arab,alʿrb,awlf alʿrb,awlf alʿrb brj,awlf ʿrb,أولف العرب,أولف العرب برج,أولف عرب,العرب		34			
2498662	El Aouisset	el-aouisset	DZ		0	Africa/Algiers	35.71029	1.42676				56			
2498663	El Aouisset	el-aouisset	DZ		0	Africa/Algiers	35.56817	0.53383		El Aouisset,El Aousset		51			
2498668	El Aouinat	el-aouinat	DZ		0	Africa/Algiers	35.29237	4.18363				27			
2498678	El Aouaouka	el-aouaouka	DZ		0	Africa/Algiers	36.34382	2.9749				06			
2498681	Douar Aoumria	douar-aoumria	DZ		0	Africa/Algiers	35.60888	0.52252		Douar Aoumria,El Aouamria		51			
2498684	El Aouamedia	el-aouamedia	DZ		0	Africa/Algiers	36.36911	1.27097				41			
2498686	El Aouaïnia	el-aouainia	DZ		0	Africa/Algiers	36.08333	2.43333				35			
2498692	El Annseur	el-annseur	DZ		0	Africa/Algiers	36.32806	2.90278				06			
2498700	El Anasser	el-anasser	DZ		0	Africa/Algiers	36.73333	3.08333		El Anasser,El Anassers,Ruisseau		01			
2498701	El Anasser	el-anasser	DZ		0	Africa/Algiers	36.20844	5.32561		El Anasser,Lanasser		12			
2498702	El A’Nabra	el-a-nabra	DZ		0	Africa/Algiers	35.08906	-1.8965		Anafra,El A'Nabra,El A’Nabra,Village d' el Anabres,Village d’ el Anabres		15			
2498713	El Amarich	el-amarich	DZ		0	Africa/Algiers	35.53435	0.45892				26			
2498714	Douar Amassa	douar-amassa	DZ		0	Africa/Algiers	36.10089	1.11504		Douar Amassa,El 'Amalssa,El Amalissa,El ’Amalssa		41			
2498715	El Alouana	el-alouana	DZ		0	Africa/Algiers	36.08198	1.08651				41			
2498716	Douar Laalaoucha	douar-laalaoucha	DZ		0	Africa/Algiers	36.38256	1.25246		Douar Laalaoucha,El Allouacha		41			
2498717	El Alleg	el-alleg	DZ		0	Africa/Algiers	35.095	4.26917		El Aleg,El Alleg		27			
2498718	El Allaoucha	el-allaoucha	DZ		0	Africa/Algiers	36.55295	5.5832				24			
2498725	El Alaouinia	el-alaouinia	DZ		0	Africa/Algiers	35.19098	8.38032				33			
2498729	El Akada Srar	el-akada-srar	DZ		0	Africa/Algiers	35.6275	-0.24722		El Akada Srar,El Akada es Srhir		26			
2498735	El ’Aïn Toûta	el-ain-touta	DZ		0	Africa/Algiers	36.98333	7.55				37			
2498738	El Aïach	el-aiach	DZ		0	Africa/Algiers	36.38175	4.24867				21			
2498742	El Ahmar	el-ahmar	DZ		0	Africa/Algiers	31.9183	-2.29927				38			
2498743	El Ahmar	el-ahmar	DZ		0	Africa/Algiers	27.42244	-0.25156				34			
2498778	El Abaziz	el-abaziz	DZ		0	Africa/Algiers	35.83192	3.63831				27			
2498779	El Abadlia	el-abadlia	DZ		0	Africa/Algiers	36.33468	1.24731				41			
2498814	Egreb	egreb	DZ		0	Africa/Algiers	36.56515	4.4344				14			
2498857	Edjeleh	edjeleh	DZ		0	Africa/Algiers	27.7	9.88333		Edjeleh,ʿjylt,عجيلة		46			
2498886	Eddrablia	eddrablia	DZ		0	Africa/Algiers	36.47414	2.87843				20			
2498895	Douar ed Douda	douar-ed-douda	DZ		0	Africa/Algiers	36.01306	1.3751		Douar ed Douda,Ed Douda,El Douda		41			
2498898	Ed Dokkara	ed-dokkara	DZ		0	Africa/Algiers	36.28908	2.94921				06			
2498899	Ed Dlilia	ed-dlilia	DZ		0	Africa/Algiers	33.16417	6.39528				TG			
2498900	Ed Dissa	ed-dissa	DZ		0	Africa/Algiers	35.01427	6.04167				19			
2498906	Ed Derhoune	ed-derhoune	DZ		0	Africa/Algiers	35.62897	4.70287				27			
2498916	Ed Dechra	ed-dechra	DZ		0	Africa/Algiers	35.90719	4.91935				39			
2498921	El Matmour	el-matmour	DZ		0	Africa/Algiers	35.19864	0.86682		Ed Darou,El Matmour,Metameur ed Darou		13			
2498928	Ed Damna el Kebir	ed-damna-el-kebir	DZ		0	Africa/Algiers	36.61056	5.56972				24			
2498938	Eckmühl	eckmuhl	DZ		0	Africa/Algiers	35.6743	-0.66063				09			
2498950	Boukaat Ouled Sidi Cherif	boukaat-ouled-sidi-cherif	DZ		0	Africa/Algiers	36.21115	1.26197		Boukaat Ouled Sidi Cherif		41			
2498953	Ech Cheurfa	ech-cheurfa	DZ		0	Africa/Algiers	27.01004	1.06341		Aoulef Cheurf,Aoulef Cheurfa,Aoulef ech Cheurfa,Aoulet Cheurfa,Ech Cheurfa,alshrft,awlf alshrft,awlf shrf,awlf shrft,أولف الشرفة,أولف شرف,أولف شرفة,الشرفة		34			
2498954	Ech Chettia	ech-chettia	DZ		167955	Africa/Algiers	36.19591	1.25537		Ech Chetia,Ech Chettia,Ech Chettiâ,Ech Chétia		41			
2498959	Ech Chebna	ech-chebna	DZ		0	Africa/Algiers	36.54222	5.54593		Ech Chebna,El Chebna		24			
2498970	Ech Chaaba	ech-chaaba	DZ		0	Africa/Algiers	36.41098	3.47348				06			
2498978	Ebn Ziad	ebn-ziad	DZ		0	Africa/Algiers	36.37925	6.47203		Ebn Ziad,Ibn Ziad,Rouffach		04			
2499005	Dutertre	dutertre	DZ		0	Africa/Algiers	35.95	2.11667				56			
2499009	Dunqulah	dunqulah	DZ		0	Africa/Algiers	19.16667	3.48333				IG			
2499072	Dra el Abiod	dra-el-abiod	DZ		0	Africa/Algiers	35.98957	1.25377				41			
2499079	Draa Tria	draa-tria	DZ		0	Africa/Algiers	36.07979	3.04966				06			
2499080	Dra Tahouinine	dra-tahouinine	DZ		0	Africa/Algiers	36.51972	3.64419		Dra Tahouinine,Draa Tahouinine		21			
2499086	Draaouchia	draaouchia	DZ		0	Africa/Algiers	36.38201	3.36514				06			
2499107	Draa el Kedim	draa-el-kedim	DZ		0	Africa/Algiers	35.88779	2.70139				06			
2499112	Draa el Ahmar	draa-el-ahmar	DZ		0	Africa/Algiers	35.69755	6.78161				29			
2499144	Dechret Doukkane	dechret-doukkane	DZ		0	Africa/Algiers	36.5176	3.74293		Dechret Doukkane,Doukkane		21			
2499199	Douar Zraïb	douar-zraib	DZ		0	Africa/Algiers	35.86667	-0.3		Douar Zraib,Douar Zraïb,Les Cheoriers		09			
2499200	Zlalta	zlalta	DZ		0	Africa/Algiers	35.19114	0.08136		Douar Zlalta,Zlalta,Zlata		26			
2499202	Zeria	zeria	DZ		0	Africa/Algiers	35.75242	0.09788		Douar Zeria,Zeria		07			
2499203	Zerama	zerama	DZ		0	Africa/Algiers	35.51163	0.34253		Douar Zerama,Zerama		26			
2499204	Douar Zaguine	douar-zaguine	DZ		0	Africa/Algiers	35.46155	0.34757		Douar Zagnia,Douar Zaguine,Zagnia		26			
2499205	Douar Zagdou	douar-zagdou	DZ		0	Africa/Algiers	35.5562	-0.07024		Alh Ben Frea,Alh Ben Fréa,Douar Alh Ben Frea,Douar Alh Ben Fréa,Douar Zagdou		26			
2499206	Douar Ya’lou	douar-ya-lou	DZ		0	Africa/Algiers	35.56667	-0.05				26			
2499207	Douar Tououaïta	douar-tououaita	DZ		0	Africa/Algiers	35.08333	-0.61667				30			
2499208	Douar Tounnit	douar-tounnit	DZ		0	Africa/Algiers	35.36667	-1.11667				36			
2499209	Touaïdjia	touaidjia	DZ		0	Africa/Algiers	35.70824	0.26018		Douar Touaidjia,Douar Touaoudja,Douar Touaïdjia,Touaidjia,Touaïdjia		51			
2499212	Douar Tialba	douar-tialba	DZ		0	Africa/Algiers	35.3111	-0.30995		Douar Tialba,Tialba		30			
2499214	Douar Tazardjoûnt	douar-tazardjount	DZ		0	Africa/Algiers	36.42536	2.77867		Douar Tazardjount,Douar Tazardjoûnt,Tazardjount		20			
2499217	Douar Tâdjnânt	douar-tadjnant	DZ		0	Africa/Algiers	36.40824	2.72658		Douar Tadjnant,Douar Tâdjnânt,Tadjenet		20			
2499219	Douar Snoussi	douar-snoussi	DZ		0	Africa/Algiers	35.7709	-0.0602		Douar Snoussi,Oled Snoussi,Ouled Snoussi		07			
2499221	Douar Slîmâne	douar-slimane	DZ		0	Africa/Algiers	35.48254	-0.01908		Dar Sidi Relil,Douar Slimane,Douar Slîmâne		26			
2501187	Chria	chria	DZ		0	Africa/Algiers	35.74421	3.98902				27			
2499222	Douar Slâtna	douar-slatna	DZ		0	Africa/Algiers	35.63667	-0.40128		Douar Slatna,Douar Slâtna,Douar es Slalna,Es Slalna		09			
2499223	Douar Sidi Tayeb	douar-sidi-tayeb	DZ		0	Africa/Algiers	35.68602	0.31669		Douar Oulad Sidi Taieb,Douar Oulad Sidi Taïeb,Douar Sidi Tayeb,Douar Sidi Tâyeb,Oulad Sidi Taieb,Oulad Sidi Taïeb		51			
2499224	Ouled Sidi Salem	ouled-sidi-salem	DZ		0	Africa/Algiers	35.60502	0.11757		Douar Sidi Salem,Douar Sidi Sâlem,Ouled Sidi Salem		26			
2499226	Douar Sidi Maarouf	douar-sidi-maarouf	DZ		0	Africa/Algiers	35.68967	-0.5565		Douar Sidi Maarouf,Douar Sidi Marouf,Sidi Marouf		09			
2499227	Douar Sidi Ma’âchou	douar-sidi-ma-achou	DZ		0	Africa/Algiers	35.36667	-0.51667				30			
2499228	Beni Zhana	beni-zhana	DZ		0	Africa/Algiers	35.27078	-1.48256		Beni Zhana,Douar Sidi La'radj,Douar Sidi La’radj		36			
2499229	Douar Sidi Hosseïn	douar-sidi-hossein	DZ		0	Africa/Algiers	35.23959	-1.49736		Douar Sidi Hossein,Douar Sidi Hosseïn,Sidi Hoceine,Sidi Hoceïne,Sidi Hosseine,Sidi Hosseïne		36			
2499231	Douar Sidi Charef	douar-sidi-charef	DZ		0	Africa/Algiers	35.72181	0.18681		Douar Sidi Charef,Douar Sidi Cherif,Sidi Cherif		07			
2499233	Douar Sidi ’Abboû	douar-sidi-abbou	DZ		0	Africa/Algiers	35.53333	0.15				26			
2499234	Douar Sedjrara	douar-sedjrara	DZ		0	Africa/Algiers	35.66367	0.35428		Douar Sedjerara,Douar Sedjrara,Douar Sedjrâra,Sedjerara		51			
2499235	Douar Rouached	douar-rouached	DZ		0	Africa/Algiers	35.54751	-0.54332		Douar Rouached,Rouached		09			
2499236	Douar Ouled Riahi	douar-ouled-riahi	DZ		0	Africa/Algiers	35.66591	0.101		Douar Ouled Riahi,Douar Rhiahi,Rhiabi,Rhiahi		26			
2499237	Khlalfa	khlalfa	DZ		0	Africa/Algiers	35.52112	0.42298		Douar Rhelalfa,Khlalfa,Rhelalfa		26			
2499238	Douar Rhelalda	douar-rhelalda	DZ		0	Africa/Algiers	35.18244	-0.47425		Douar Rhelalda,Rhelalda		30			
2499241	Douar el Ghaïcha	douar-el-ghaicha	DZ		0	Africa/Algiers	36.7728	3.72807		Douar el Ghaicha,Douar el Ghaïcha,Raicha,Raïcha		40			
2499244	Ouled Faya	ouled-faya	DZ		0	Africa/Algiers	35.53639	0.195		Douar Ouled Yahya,Ouled Faya		26			
2499246	Ouled Snoussi	ouled-snoussi	DZ		0	Africa/Algiers	35.40105	0.36682		Douar Ouled Snoussi,Ouled Snoussi		26			
2499248	Douar Ouled Sidi Yoûssef	douar-ouled-sidi-youssef	DZ		0	Africa/Algiers	35.25941	-0.07908		Chenane el Aramel,Douar Chenane el Aramel,Douar Ouled Sidi Youssef,Douar Ouled Sidi Yoûssef		26			
2499249	Douar Tahar	douar-tahar	DZ		0	Africa/Algiers	35.45159	0.34736		Douar Ouled Sidi Takar,Douar Tahar,Ouled Sidi Takar		26			
2499251	Douar Ouled Sidi Mannsour	douar-ouled-sidi-mannsour	DZ		0	Africa/Algiers	34.85604	8.2461		Douar Ouled Sidi Mannsour,Ouled Sidi Mannsour		33			
2499254	Douar Ouled Boualem	douar-ouled-boualem	DZ		0	Africa/Algiers	35.47289	0.2767		Douar Ouled Boualem,Douar Ouled Sidi Barhdad,Sidi Barhdad		26			
2499255	Douar Sidi Alla	douar-sidi-alla	DZ		0	Africa/Algiers	35.3733	0.30468		Douar Ouled Sidi Allah,Douar Sidi Alla,Ouled Sidi Allah		26			
2499258	Douar Ouled Ouis	douar-ouled-ouis	DZ		0	Africa/Algiers	35.27378	-0.35091		Douar Ouled Ouis,Ouled Ouis,Ouled Ouïs		30			
2499259	Douar Ouled Othmane	douar-ouled-othmane	DZ		0	Africa/Algiers	35.49864	0.24996		Douar Ouled Othmane,Douar Ouled Otsmane,Ouled Otmane		26			
2499260	Douar Ouled Mohammed	douar-ouled-mohammed	DZ		0	Africa/Algiers	36.2431	1.16081		Douar Ouled Mohammed,Ouled Mohammed		41			
2499261	Ouled Mohammed	ouled-mohammed	DZ		0	Africa/Algiers	35.59502	0.44429		Douar Ouled Mohammed,Ouled Mohammed		51			
2499262	Douar Houaoura	douar-houaoura	DZ		0	Africa/Algiers	35.3951	0.28403		Douar Houaoura,Douar Ouled Missoum,Ouled Missoum		26			
2499265	Douar Ouled Kâssem	douar-ouled-kassem	DZ		0	Africa/Algiers	36.81667	6.3				24			
2499266	Douar Ouled Kaddoûr Asrhâr	douar-ouled-kaddour-asrhar	DZ		0	Africa/Algiers	34.81366	-1.75179		Douar Oulad Kaddour,Douar Ouled Kaddour Asrhar,Douar Ouled Kaddoûr Asrhâr,Oulad Kaddour		15			
2499268	Ouled Guenndouzi	ouled-guenndouzi	DZ		0	Africa/Algiers	35.33896	-0.23588		Douar Ouled Guendouzi,Ouled Guenndouzi		30			
2499269	Douar Ouled Seddik	douar-ouled-seddik	DZ		0	Africa/Algiers	35.50378	0.37068		Douar Ouled Seddik,Douar Ouled es Seddiza,Ouled es Seddiza		26			
2499271	Douar Ouled el Kîhel	douar-ouled-el-kihel	DZ		0	Africa/Algiers	35.36667	-1.23333				36			
2499273	Ouled el Hadj Habib	ouled-el-hadj-habib	DZ		0	Africa/Algiers	35.17861	0.02278		Douar Ouled el Hadj Habib,Ouled el Hadj Habib		26			
2499274	Douar Ouled el Hâdj el Habîb	douar-ouled-el-hadj-el-habib	DZ		0	Africa/Algiers	35.21757	0.16696		Dar Ouled el Hadj el Habib,Douar Ouled el Hadj el Habib,Douar Ouled el Hâdj el Habîb,Ouled el Hadj el Habib		26			
2499275	Ouled el Arbi	ouled-el-arbi	DZ		0	Africa/Algiers	35.57775	0.09928		Douar Ouled el 'Arbi,Douar Ouled el ’Arbi,Ouled el Arbi		26			
2499277	Douar Ouled Droûni	douar-ouled-drouni	DZ		0	Africa/Algiers	35.36254	-0.03341		Douar Ouled Drouni,Douar Ouled Droûni,Ouled Drouni		26			
2499278	Douar Ouled Daoud	douar-ouled-daoud	DZ		0	Africa/Algiers	35.3252	-0.33518		Douar Ouled Daoud,Ouled Daoud		30			
2499279	Douar Ouled Cherif	douar-ouled-cherif	DZ		0	Africa/Algiers	35.62925	-0.99143		Douar Ouled Cherif,Ouled Cherif		09			
2499280	Douar Ouled Brahim	douar-ouled-brahim	DZ		0	Africa/Algiers	36.17837	1.16986		Douar Ouled Brahim,Ouled Brahim		41			
2499282	Douar Ouled Bouazza	douar-ouled-bouazza	DZ		0	Africa/Algiers	35.54355	0.51904		Douar Ouled Bou Azan,Douar Ouled Bouazza,Ouled Bou Azane		51			
2499284	Douar Ouled Ben Aouâli	douar-ouled-ben-aouali	DZ		0	Africa/Algiers	35.55308	-0.3611		Douar Ouled Ben Aouali,Douar Ouled Ben Aouâli,Ouled Ben Aouali		26			
2499286	Douar Ouled Bar Hamou	douar-ouled-bar-hamou	DZ		0	Africa/Algiers	34.92891	-1.55159		Douar Ouled Bar Hamou,Ouled Bar Hamou		15			
2499287	Douar Ouled Bachir	douar-ouled-bachir	DZ		0	Africa/Algiers	35.23279	-0.45264		Douar Ouled Bachir,Ouled Bachir		30			
2499288	Douar Ouled Attou	douar-ouled-attou	DZ		0	Africa/Algiers	35.40687	-0.19892		Douar Ouled Attou,Ouled Attou		26			
2499289	Douar Ouled ’Arbi	douar-ouled-arbi	DZ		0	Africa/Algiers	36.81622	6.32203		Douar Ouled 'Arbi,Douar Ouled ’Arbi,Mechtat Oulad Arbi		24			
2499290	Douar Ouled Youb	douar-ouled-youb	DZ		0	Africa/Algiers	35.44885	0.50022		Douar Ouled Ali Deniou,Douar Ouled Youb,Ouled Ali Deniou		26			
2499291	Douar Ouled Ali Ben ’Oûmer	douar-ouled-ali-ben-oumer	DZ		0	Africa/Algiers	35.30827	-0.08911		Douar Oulad Ali Ben Ammar,Douar Ouled Ali Ben 'Oumer,Douar Ouled Ali Ben ’Oûmer,Oulad Ali Ammar		26			
2499293	Oulad Abdallah	oulad-abdallah	DZ		0	Africa/Algiers	35.77973	0.42735		Douar Oulad Abd Allah,Douar Ouled Abdallah,Oulad Abdallah		51			
2499295	Douar Ouled Ababou	douar-ouled-ababou	DZ		0	Africa/Algiers	35.4689	-0.31461		Abba Bou,Douar Ouled Ababou		26			
2499296	Douar Ould ’Amer	douar-ould-amer	DZ		0	Africa/Algiers	35.62045	-0.39102		Douar Ould 'Amer,Douar Ould ’Amer,Douar de Ould Ameur		09			
2499297	Douar Oulad Slimane	douar-oulad-slimane	DZ		0	Africa/Algiers	34.98249	-1.93187		Douar Oulad Slimane,Oulad Slimane		15			
2499299	Douar Oulad Sidi Saïd	douar-oulad-sidi-said	DZ		0	Africa/Algiers	35.38771	-0.1404		Douar Oulad Sidi Said,Douar Oulad Sidi Saïd,Oulad Sidi Said,Oulad Sidi Saïd		26			
2499301	Douar Oulad Sidi el Hachemi	douar-oulad-sidi-el-hachemi	DZ		0	Africa/Algiers	35.15551	-0.31944		Douar Oulad Sidi el Hachemi,Oulad Sidi el Hachemi		30			
2499303	Douar Oulad Safi	douar-oulad-safi	DZ		0	Africa/Algiers	35.18967	-0.49967		Douar Oulad Safi,Oulad Safi		30			
2499304	Douar Ouled Sâada	douar-ouled-saada	DZ		0	Africa/Algiers	35.63388	0.32362		Douar Ouled Saada,Douar Ouled Sâada,Douar Renaicia,Douar Renaïcia,Renaissia,Renaïssia		51			
2499305	Douar Oulad Sa’âd	douar-oulad-sa-ad	DZ		0	Africa/Algiers	34.98299	-1.51539		Douar Oulad Sa'ad,Douar Oulad Sa’âd,Ouled Saad		15			
2499306	Oulad ou Ali	oulad-ou-ali	DZ		0	Africa/Algiers	35.69318	0.2746		Douar Oulad Ou Ali,Oulad ou Ali		51			
2499308	Douar Oulad Mohammed Berriah	douar-oulad-mohammed-berriah	DZ		0	Africa/Algiers	34.95768	-1.55096		Douar Oulad Mohammed Berriah,Oulad Mohammed Berriah		15			
2499310	Douar Oulad Hammou	douar-oulad-hammou	DZ		0	Africa/Algiers	34.8522	-1.47323		Douar Oulad Hammou,Douar Ouled Hamou,Ouled Hamou		15			
2499311	Douar Ouled Tazi	douar-ouled-tazi	DZ		0	Africa/Algiers	35.64637	0.28562		Douar Oulad et Tazi,Douar Oulad et Tâzi,Douar Ouled Tazi,Oulad Tazi		51			
2499312	Douar Oulad et Taoui	douar-oulad-et-taoui	DZ		0	Africa/Algiers	35.46851	-1.13672		Douar Oulad et Taoui,Oulad Tahoue,Oulad Tahoué		36			
2499313	Douar Oulad el ’Azîz	douar-oulad-el-aziz	DZ		0	Africa/Algiers	36.43315	2.99179		Douar Oulad el 'Aziz,Douar Oulad el ’Azîz,Oulad Aziz		20			
2499314	Douar Oulad Djbara	douar-oulad-djbara	DZ		0	Africa/Algiers	35.41667	-1.21667				36			
2499316	Douar Oulad Bou Setta	douar-oulad-bou-setta	DZ		0	Africa/Algiers	34.93383	-1.75079		Douar Oulad Bou Setta,Oulad Bou Setta		15			
2499319	Douar Ouled Ben Denya	douar-ouled-ben-denya	DZ		0	Africa/Algiers	35.94803	0.55222		Douar Oulad Ben Denia,Douar Ouled Ben Denya		51			
2499321	Douar Oulad Bahria	douar-oulad-bahria	DZ		0	Africa/Algiers	35.38001	-0.2738		Douar Oulad Bahria,Oulad Bahria		26			
2499322	Douar Oulad Bachir	douar-oulad-bachir	DZ		0	Africa/Algiers	35.01353	-1.97929		Douar Oulad Bachir,Oulad Bachir		15			
2499323	Oulad Arab	oulad-arab	DZ		0	Africa/Algiers	36.41771	3.00664		Douar Oulad Arab,Oulad Arab		20			
2499325	Douar Ouarlia	douar-ouarlia	DZ		0	Africa/Algiers	35.52396	-0.56725		Douar Ouarlia,Ouarlia		09			
2499326	Ouardia	ouardia	DZ		0	Africa/Algiers	35.54175	-0.49873		Douar Ouardia,Ouardia		09			
2499328	Douar Obba’îch	douar-obba-ich	DZ		0	Africa/Algiers	35.13333	-0.56667				30			
2499330	Douar Nouacer	douar-nouacer	DZ		0	Africa/Algiers	36.83347	3.70911		Douar Nouacer,Douar el Nouacer,En Nouasseur		40			
2499331	Douar N’djajra	douar-n-djajra	DZ		0	Africa/Algiers	35.85955	0.2163		Douar Medjazera,Douar N'djajra,Douar Nedjedjra,Douar N’djajra,Douâr Medjazera,Medjazera		07			
2499334	Douar Moulay Mostafa	douar-moulay-mostafa	DZ		0	Africa/Algiers	35.31667	-1.13333		Douar Moulay Mostafa,Village Negre,Village Nègre		36			
2499335	Douar Mouâlek	douar-moualek	DZ		0	Africa/Algiers	35.54441	-0.48348		Douar Moualek,Douar Mouâlek,Moualek		09			
2499336	Douar Mouâlda	douar-moualda	DZ		0	Africa/Algiers	35.50114	-0.42391		Douar Moualda,Douar Mouâlda,Moualda		26			
2499339	Douar Ouled Abbas	douar-ouled-abbas	DZ		0	Africa/Algiers	35.3539	0.53274		Douar Mohammed Ould Abbas,Douar Ouled Abbas,Mohammed Ould Abbas		26			
2499340	Douar Mohammed Ben Rahhal	douar-mohammed-ben-rahhal	DZ		0	Africa/Algiers	35.45173	-0.11107		Dar Mohammed Ber Raral,Douar Mohammed Ben Rahhal		26			
2499341	Mohammed Ben Djilah	mohammed-ben-djilah	DZ		0	Africa/Algiers	35.55119	0.26894		Douar Mohammed Ben Djilah,Mohammed Ben Djilah		26			
2499343	Douar Messaâdia	douar-messaadia	DZ		0	Africa/Algiers	35.79427	0.52503		Douar Messaadia,Douar Messaoud,Douar Messaâdia,Messaoud		51			
2499346	Msabhia	msabhia	DZ		0	Africa/Algiers	35.71158	0.45009		Douar Messabehia,Douar Messabihia,Douar Messâbihia,Messabehia,Msabhia		51			
2499348	Dahamenia	dahamenia	DZ		0	Africa/Algiers	35.6726	0.35812		Dahamenia,Douar Dahamenia,Douar Merhanna,Douar Merhânna		51			
2499350	Douar Mendil	douar-mendil	DZ		0	Africa/Algiers	36.83417	3.68583		Douar Mendil,Menndil		40			
2499351	Mekratria	mekratria	DZ		0	Africa/Algiers	35.5236	-0.32304		Douar Mekhatria,Douar Mekhâtria,Mekratria		26			
2499353	Mgadid	mgadid	DZ		0	Africa/Algiers	35.69832	0.4674		Douar Mekadid,Mekadid,Mgadid		51			
2499354	Douar Mehadid	douar-mehadid	DZ		0	Africa/Algiers	35.22042	-0.55809		Douar Mehadid,Mahdid,Mehadid		30			
2499355	Megaïdïa	megaidia	DZ		0	Africa/Algiers	35.40416	0.26686		Douar Megaidia,Douar Megaïdïa,Megaidia,Megaïdïa		26			
2499356	Douar Medjahed	douar-medjahed	DZ		0	Africa/Algiers	35.67528	0.07845		Douar Medjahed,Medjahed		26			
2499357	Douar Klailia	douar-klailia	DZ		0	Africa/Algiers	35.31775	0.54397		Douar Klailia,Douar Medaiza,Medaiza,Medaïza		26			
2499358	Douar Magra	douar-magra	DZ		0	Africa/Algiers	35.57361	-1.02686		Douar Magra,Magra		36			
2499359	Douar Louza	douar-louza	DZ		0	Africa/Algiers	35.76263	-0.07319		Douar Louza,Louazia		07			
2499361	Lechaa	lechaa	DZ		0	Africa/Algiers	36.51376	3.19909		Douar Lech'a,Douar Lech’a,Lechaa		20			
2499362	Douar Lah el Cadi	douar-lah-el-cadi	DZ		0	Africa/Algiers	35.55	-1.05				36			
2499365	Douar Kreraïssia	douar-kreraissia	DZ		0	Africa/Algiers	36.18333	0.66667				07			
2499366	Douar Kouasmia	douar-kouasmia	DZ		0	Africa/Algiers	35.38705	-0.71724				36			
2499367	Douar Kheïra	douar-kheira	DZ		0	Africa/Algiers	35.75728	-0.14808		Douar Kheira,Douar Kheïra,Kheiria,Kheïria		09			
2499368	Douar Khedaïmia	douar-khedaimia	DZ		0	Africa/Algiers	35.58333	-0.93333		Douar Khedaimia,Douar Khedaïmia,Douar des Kredaimia,Douar des Kredaïmia		09			
2499370	Douar Khaïria	douar-khairia	DZ		0	Africa/Algiers	35.64445	0.0683		Douar Khairia,Douar Khaïria,Khairia		26			
2499371	Douar el Kedadra	douar-el-kedadra	DZ		0	Africa/Algiers	35.65895	0.52324		Douar Kedadra,Douar Kedâdra,Douar el Kedadra,Kadadra		51			
2499372	Douar Kassandji	douar-kassandji	DZ		0	Africa/Algiers	36.2	5.6				12			
2499373	Douar Karaouat	douar-karaouat	DZ		0	Africa/Algiers	35.39915	0.31433		Douar Karaouat,Karaouat		26			
2499374	Douar Kailia	douar-kailia	DZ		0	Africa/Algiers	35.50678	-0.48992		Douar Kailia,Kailia		09			
2499375	Douar Kaddour Bou Alem	douar-kaddour-bou-alem	DZ		0	Africa/Algiers	35.6742	-0.21697		Douar Kaddour Bou Alam,Douar Kaddour Bou Alem,Kaddour-Bou Alam		26			
2499376	Douar Jedîd	douar-jedid	DZ		0	Africa/Algiers	35.61667	-0.05				26			
2499379	Douar Hamiane	douar-hamiane	DZ		0	Africa/Algiers	35.4504	-0.35841		Amia,Amïa,Douar Hamiane		26			
2499380	Hadj Djilali	hadj-djilali	DZ		0	Africa/Algiers	35.6613	0.22231		Douar Hadj Djilali,Hadj Djilali		26			
2499381	Douar Hadjar Mensouk	douar-hadjar-mensouk	DZ		0	Africa/Algiers	35.02163	-1.74381		Douar Hadjar Mensouk,Hadjar Mensouk		15			
2499382	Hdjadjra	hdjadjra	DZ		0	Africa/Algiers	35.34654	0.05918		Douar Hadjadjra,Douar Hadjedjra,Douar Hadjâdjra,Hadjedjra,Hdjadjra		26			
2499383	Douar Habeïchia	douar-habeichia	DZ		0	Africa/Algiers	35.5263	-0.52332		Douar Habeichia,Douar Habeïchia,Habeichia,Habeïchia		09			
2499384	Douar Guitna el Henaïna	douar-guitna-el-henaina	DZ		0	Africa/Algiers	35.46667	-1.06667				36			
2499385	Douar Guetna	douar-guetna	DZ		0	Africa/Algiers	35.86667	-0.3		Douar Guetna,La Guethna		09			
2499387	En Nekala	en-nekala	DZ		0	Africa/Algiers	35.71376	-0.20968		Ancien Douar N'Kaka,Ancien Douar N’Kaka,Douar Granine,En Nekaka,En Nekala		09			
2499389	Douar Gotni	douar-gotni	DZ		0	Africa/Algiers	35.6795	-0.36412		Douar Gotni,Douar el Gothni,El Gothni		09			
2499390	Garsif	garsif	DZ		0	Africa/Algiers	36.47167	3.12442		Douar Garsif,Douar Garsîf,Garsif		20			
2499391	Douar Fras Kbar	douar-fras-kbar	DZ		0	Africa/Algiers	35.44047	-0.28814		Douar Fras Kbar,Fras Kbar		26			
2499393	Douar Feddan Sellah	douar-feddan-sellah	DZ		0	Africa/Algiers	34.9936	-1.83891		Douar Feddan Sellah,Feddane Sellah		15			
2499394	Douar ez Zmêla	douar-ez-zmela	DZ		0	Africa/Algiers	35.5671	-0.11485		Douar ez Zmela,Douar ez Zmêla,Zemmalat		26			
2499395	Douar ez Zerraoula	douar-ez-zerraoula	DZ		0	Africa/Algiers	35.63561	0.50447		Douar ez Zeraoula,Douar ez Zerraoula,Ez Zeraoula		51			
2499396	Douar ez Zaouia	douar-ez-zaouia	DZ		0	Africa/Algiers	35.30928	-0.47892				30			
2499397	Douar Zmani	douar-zmani	DZ		0	Africa/Algiers	35.39657	0.24599		Douar Zmani,Douar ez Zaaimia,Douar ez Zaaïmia,Ez Zaaimia,Ez Zaaïmia		26			
2499398	Douar et Touama	douar-et-touama	DZ		0	Africa/Algiers	35.58109	-0.52699		Douar et Touama,Et Touama		09			
2499400	Douar es Sahîlia	douar-es-sahilia	DZ		0	Africa/Algiers	35.49953	-0.36038		Douar es Sahilia,Douar es Sahîlia,Sahilia		26			
2499401	Douar er Rouaïba	douar-er-rouaiba	DZ		0	Africa/Algiers	35.59139	-1.06		Douar er Rouaiba,Douar er Rouaïba,Rouaiba,Rouaïba		36			
2499402	Douar er Rouaïba	douar-er-rouaiba	DZ		0	Africa/Algiers	35.56427	-1.17813		Douar Rouaiba,Douar Rouaïba,Douar er Rouaiba,Douar er Rouaïba,Rouaiba,Rouaïba		36			
2499403	Douar er Rhehhal	douar-er-rhehhal	DZ		0	Africa/Algiers	35.46042	-0.99584		Douar er Rhahal,Douar er Rhehhal,Er Rhahal		36			
2499404	Douar er Rehamna	douar-er-rehamna	DZ		0	Africa/Algiers	35.71922	-0.25771		Douar er Ramena,Douar er Rehamna,Er Ramena		26			
2499405	Douar er Raskaoui	douar-er-raskaoui	DZ		0	Africa/Algiers	35.46667	-1.2				36			
2499406	Douar el Z’Atria	douar-el-z-atria	DZ		0	Africa/Algiers	36.65919	2.86531		Douar el Z'Atria,Douar el Z’Atria,Les Zatria		01			
2499407	El Ferfera	el-ferfera	DZ		0	Africa/Algiers	35.60937	-0.28356		Douar el Ferfera,Douar el Rhefafra,Douar el Rhefâfra,El Ferfera		26			
2499408	Douar el Ounazra	douar-el-ounazra	DZ		0	Africa/Algiers	35.36865	-0.73223		Douar el Ounazra,El Ounazera		36			
2499409	El Ouennene	el-ouennene	DZ		0	Africa/Algiers	35.54291	-0.25677		Douar el Ouennene,El Ouennene		26			
2499410	Ouahrani	ouahrani	DZ		0	Africa/Algiers	35.51404	-0.45345		Douar el Ouahrani,Douar el Ouâhrâni,Ouahrani		26			
2499411	Douar el Msaïd	douar-el-msaid	DZ		0	Africa/Algiers	35.55	-1.11667				36			
2499412	Douar el Msaada	douar-el-msaada	DZ		0	Africa/Algiers	35.43353	-1.12313		Douar Messaoud,Douar el Msaada,Messaoud		36			
2499413	Douar el Mouâfkîa	douar-el-mouafkia	DZ		0	Africa/Algiers	36.20656	1.31867		Douar el Mouafkia,Douar el Mouâfkîa,Mouafekia		41			
2499414	Douar el Mouâfka	douar-el-mouafka	DZ		0	Africa/Algiers	35.58503	-0.31349		Douar el Mouafka,Douar el Mouâfka,Moualda		26			
2499415	Douar el Mkhâlif	douar-el-mkhalif	DZ		0	Africa/Algiers	35.52266	-0.11389		Douar el Mkhalif,Douar el Mkhâlif,Makhalif		26			
2499416	Douar el Mhadîd	douar-el-mhadid	DZ		0	Africa/Algiers	35.29806	-0.57889		Douar el Mhadid,Douar el Mhadîd,Mehadid		30			
2499417	Douar M’raïnia	douar-m-rainia	DZ		0	Africa/Algiers	35.46012	0.25761		Douar M'rainia,Douar M’raïnia,Douar el Merainia,Douar el Meraïnia,El Merainia,El Meraïnia		26			
2499418	Douar el Menatsia	douar-el-menatsia	DZ		0	Africa/Algiers	35.72864	-0.34411		Douar el Menatsia,El Menatsia		09			
2499420	Douar el Mâ’aïef	douar-el-ma-aief	DZ		0	Africa/Algiers	36.45078	2.57121		Douar el Ma'aief,Douar el Mâ’aïef,Maif,Maïf		20			
2499421	Douar el Ksar	douar-el-ksar	DZ		0	Africa/Algiers	35.46023	-0.4399		Douar el Ksar,El Ksar		26			
2499422	Douar el Kreïeb	douar-el-kreieb	DZ		0	Africa/Algiers	34.97931	-1.80654		Douar el Kreieb,Douar el Kreïeb,El Kreieb,El Kreïeb		15			
2499423	Douar el Krata	douar-el-krata	DZ		0	Africa/Algiers	35.4653	-0.86456		Douar el Krata,El Krata		36			
2499424	Douar el Kranif	douar-el-kranif	DZ		0	Africa/Algiers	35.64378	-0.21433		Douar el Kranif,El Kranif		26			
2499425	Douar el Khouamliya	douar-el-khouamliya	DZ		0	Africa/Algiers	35.55	-1.03333				36			
2499426	Douar el Khleïfia	douar-el-khleifia	DZ		0	Africa/Algiers	35.1951	-0.55011		Douar el Khleifia,Douar el Khleïfia,Khalefia		30			
2499427	Douar el Khedaïda	douar-el-khedaida	DZ		0	Africa/Algiers	35.4	-0.7				36			
2499428	Douar el Khecha	douar-el-khecha	DZ		0	Africa/Algiers	35.64103	0.50572		Douar el Khecha,El Khechaa		51			
2499430	Douar el Kehaïlia	douar-el-kehailia	DZ		0	Africa/Algiers	35.66442	0.29365		Douar Kaelia,Douar el Kehailia,Douar el Kehaïlia,Kaelia		51			
2499431	Douar el Kdadra	douar-el-kdadra	DZ		0	Africa/Algiers	35.1836	-0.57203		Douar el Kdadra,Kedadra		30			
2499432	Douar el Kamra	douar-el-kamra	DZ		0	Africa/Algiers	35.01561	-2.06422		Douar el Kamra,Kamena		15			
2499433	El Hamaïdia	el-hamaidia	DZ		0	Africa/Algiers	35.33229	0.57228		Douar el Hemaidia,Douar el Hemaïdia,El Hamaidia,El Hamaïdia		26			
2499434	Douar el Hassasna	douar-el-hassasna	DZ		0	Africa/Algiers	36.46931	2.55376		Douar el Hassasna,Mohammed el Hassene		55			
2499435	Douar el Harrâch	douar-el-harrach	DZ		0	Africa/Algiers	35.00429	-2.12132		Bou Rakhs,Douar el Harrach,Douar el Harrâch		15			
2499436	Douar el Haouaoua	douar-el-haouaoua	DZ		0	Africa/Algiers	35.76528	-0.22306		Douar el Haouaoua,El Haouaoua		09			
2499437	Douar el Hamri	douar-el-hamri	DZ		0	Africa/Algiers	35.65292	0.35904		Douar el Hamri,El Hamri		51			
2499438	El Haïadsa	el-haiadsa	DZ		0	Africa/Algiers	35.26528	0.24528		Douar el Haiadsa,Douar el Haïadsa		26			
2499439	Douar el Hadj Mohammed	douar-el-hadj-mohammed	DZ		0	Africa/Algiers	35.01709	-1.81733		Douar el Hadj Mohammed,El Hadj Mohammed		15			
2499440	Douar el H’djaidjia	douar-el-h-djaidjia	DZ		0	Africa/Algiers	35.6976	0.31735		Douar Hadi Haidjia,Douar Hadi Haïdjia,Douar el H'djaidjia,Douar el Hadjaidjiya,Douar el Hadjaïdjiya,Douar el H’djaidjia,Hadi Haidjia,Hadi Haïdjia		51			
2499441	Hadj Hadjera	hadj-hadjera	DZ		0	Africa/Algiers	35.71493	0.28099		Douar Hadj Hadjera,Douar el Hadjadjra,Douar el Hadjâdjra,Hadj Hadjera		51			
2499442	Douar el Graïiya	douar-el-graiiya	DZ		0	Africa/Algiers	35.46667	-1.1				36			
2499443	Douar el Gouassem	douar-el-gouassem	DZ		0	Africa/Algiers	35.18741	-0.55991		Douar el Gouassem,Gouassem		30			
2499446	Douar Dlaïlia	douar-dlailia	DZ		0	Africa/Algiers	35.37943	0.3473		Douar Dlailia,Douar Dlaïlia,Ed Dlailia,Ed Dlaïlia		26			
2499448	El Djaadria	el-djaadria	DZ		0	Africa/Algiers	35.33244	0.42717		Douar el Djaadria,El Djaadria		26			
2499449	Caïd Amar	caid-amar	DZ		0	Africa/Algiers	35.62631	0.216		Caid Amar,Caïd Amar,Douar el Caid 'Amar,Douar el Caïd ’Amar		26			
2499450	Douar el Bkhata	douar-el-bkhata	DZ		0	Africa/Algiers	34.82522	-1.7147		Douar el Bakhta,Douar el Bkhata,El Bakhta		15			
2499452	Douar el Bhalil	douar-el-bhalil	DZ		0	Africa/Algiers	35.54196	0.32236		Douar el Bahalit,Douar el Bhalil,El Bahalit		26			
2499453	Douar el Baalcha	douar-el-baalcha	DZ		0	Africa/Algiers	35.51667	-1.11667				36			
2499454	Douar el Ayaïda	douar-el-ayaida	DZ		0	Africa/Algiers	35.78415	-0.33247		Douar el Ayaida,Douar el Ayaïda,El Ayaida,El Ayaïda		09			
2499455	Douar el Areïb	douar-el-areib	DZ		0	Africa/Algiers	35.71667	4.7				27			
2499456	El Araba	el-araba	DZ		0	Africa/Algiers	35.75811	-0.24156		Douar el Araba,El Araba		09			
2499457	El Houissatte	el-houissatte	DZ		0	Africa/Algiers	35.67997	0.23641		Douar el Aouissat,Douar el Aouisset,Douar el Aouîssât,Douar el Aouïsset,El Aouisset,El Aouïsset,El Houissatte		26			
2499458	Oulad Amar	oulad-amar	DZ		0	Africa/Algiers	35.68524	0.24218		Douar Oulad Amar,Douar el 'Aouchih,Douar el ’Aouchîh,Oulad Amar		26			
2499460	Douar el Amour	douar-el-amour	DZ		0	Africa/Algiers	35.87722	0.51444		Douar el Ameur,Douar el Amour,El Ameur		51			
2499461	Douar el Abid	douar-el-abid	DZ		0	Africa/Algiers	35.24201	-0.46185		Douar el Abid,El Abid		30			
2499462	El Abaïdia	el-abaidia	DZ		0	Africa/Algiers	35.69325	0.26074		Douar el Abaidia,Douar el Abaïdia,El Abaidia,El Abaïdia		51			
2499463	El Abadlia	el-abadlia	DZ		0	Africa/Algiers	35.46512	0.35137		Douar el Abadlia,El Abadlia		26			
2499465	Douar ech Cheffâa	douar-ech-cheffaa	DZ		0	Africa/Algiers	35.46353	-0.96459		Douar des Chaffaa,Douar des Chaffâa,Douar ech Cheffaa,Douar ech Cheffâa		36			
2499466	Douar ech Chefafrh	douar-ech-chefafrh	DZ		0	Africa/Algiers	35.44708	-0.97274		Douar ech Chefafrh,Douar el Chefafrh,El Chefafrh		36			
2499467	Dra Doum	dra-doum	DZ		0	Africa/Algiers	36.758	3.75922		Douar Dra' Doum,Douar Drâ’ Doum,Dra Doum		40			
2499469	Douar Douaïmia	douar-douaimia	DZ		0	Africa/Algiers	35.5148	-0.58736		Douaimia,Douar Douaimia,Douar Douaïmia,Douaïmia		09			
2499470	Brinis Jouahria	brinis-jouahria	DZ		0	Africa/Algiers	35.71938	0.39534		Ben Djohar,Brinis Jouahria,Douar Ben Djohar,Douar Djouharia,Douar Djouharîa		51			
2499471	Joimsia	joimsia	DZ		0	Africa/Algiers	35.68003	0.48157		Djouibsia,Douar Djouamsia,Douar Djouibsia,Douar Djouâmsia,Joimsia		51			
2499472	Douar Djfafla	douar-djfafla	DZ		0	Africa/Algiers	35.73632	-0.17518		Djfafla,Douar Djfafla		09			
2499474	Douar Djebaïria	douar-djebairia	DZ		0	Africa/Algiers	35.11002	-0.57811		Douar Djebairia,Douar Djebaïria,Sully		30			
2499475	Douar el Djeaounia	douar-el-djeaounia	DZ		0	Africa/Algiers	35.95323	0.52706		Djaounia,Douar Djaounia,Douar Djaounia Hadj Mohammed Meda,Douar el Djeaounia		51			
2499476	Douar des Zenakra	douar-des-zenakra	DZ		0	Africa/Algiers	35.43333	-0.83333				36			
2499477	Douar Des Ouled Attia	douar-des-ouled-attia	DZ		0	Africa/Algiers	36.95	7.5		Douar Des Oued Attia,Douar Des Ouled Attia		37			
2499480	Douar Daâcha	douar-daacha	DZ		0	Africa/Algiers	35.27698	0.29023		Daalcha,Douar Daacha,Douar Daalcha,Douar Daâcha		26			
2499481	Douar Communal	douar-communal	DZ		0	Africa/Algiers	35.63333	-0.75				09			
2499482	Chraïta	chraita	DZ		0	Africa/Algiers	35.52025	-0.34904		Chraita,Chraïta,Douar Chraitia,Douar Chraïtia		26			
2499483	Chouiria	chouiria	DZ		0	Africa/Algiers	35.76729	0.12635		Chouiria,Douar Chouiria		07			
2499484	Chouaref	chouaref	DZ		0	Africa/Algiers	35.17152	-0.3835		Chouaref,Douar Chouaref		30			
2499485	Douar Chouacha	douar-chouacha	DZ		0	Africa/Algiers	35.73077	-0.19126		Chouacha,Douar Chouacha		09			
2499486	Chnegliah	chnegliah	DZ		0	Africa/Algiers	35.64599	0.12824		Chnegliah,Douar Chenaghia,Douar Chnegliah		26			
2499487	Douar Chenntouf	douar-chenntouf	DZ		0	Africa/Algiers	35.3	-1.03333				36			
2499488	Douar Chefar	douar-chefar	DZ		0	Africa/Algiers	36.78778	3.74389				40			
2499490	Douar Châreb er Rîh	douar-chareb-er-rih	DZ		0	Africa/Algiers	35.58396	-0.01845		Chareb er Riha,Douar Chareb er Rih,Douar Châreb er Rîh		26			
2499491	Douar Chaïb Rasso	douar-chaib-rasso	DZ		0	Africa/Algiers	35.06667	-2.15				15			
2499493	Douar Chafaa	douar-chafaa	DZ		0	Africa/Algiers	35.31667	-1.16667				36			
2499494	Douar Chabane	douar-chabane	DZ		0	Africa/Algiers	35.2734	-0.32779		Chabane,Douar Chabane		30			
2499495	Douar Caïd Ben Abbou	douar-caid-ben-abbou	DZ		0	Africa/Algiers	35.27987	-0.40138		Caid Ben Abbou,Caïd Ben Abbou,Douar Caid Ben Abbou,Douar Caïd Ben Abbou		30			
2499496	Douar Bredeah	douar-bredeah	DZ		0	Africa/Algiers	35.58333	-0.85				09			
2499497	Douar Bou Ziyâne	douar-bou-ziyane	DZ		0	Africa/Algiers	36.51678	2.59687		Bou Ziane,Douar Bou Ziyane,Douar Bou Ziyâne		55			
2499498	Bou Zaabel	bou-zaabel	DZ		0	Africa/Algiers	36.50435	3.1736		Bou Zaabel,Douar Bou Za'bel,Douar Bou Za’bel		20			
2499499	Douar Bou Tlelis	douar-bou-tlelis	DZ		0	Africa/Algiers	35.5865	-0.89954		Bou Tlelis,Bou Tlélis,Douar Bou Tlelis		09			
2499502	Douar Boû Knâna	douar-bou-knana	DZ		0	Africa/Algiers	36.37043	2.94347		Bou Knana,Douar Bou Knana,Douar Boû Knâna		20			
2499504	Douar Blaïhia	douar-blaihia	DZ		0	Africa/Algiers	35.48304	-0.35497		Douar Blaihia,Douar Blaïhia,Sidi Blaha		26			
2499505	Bilouma	bilouma	DZ		0	Africa/Algiers	35.72377	0.14705		Bilouma,Douar Bilouma		07			
2499506	Douar Bider	douar-bider	DZ		0	Africa/Algiers	35.05998	-2.09978		Bieder,Birder,Douar Bider		15			
2499508	Douar Ben Smina	douar-ben-smina	DZ		0	Africa/Algiers	34.97467	-1.85218		Ben Smina,Douar Ben Smina		15			
2499510	Oulad Beni Zermane	oulad-beni-zermane	DZ		0	Africa/Algiers	36.46997	3.18124		Douar Beni Zermane,Douar Beni Zermâne,Oulad Beni Zermane		06			
2499513	Douar Beni Timi	douar-beni-timi	DZ		0	Africa/Algiers	35.64321	0.24954		Bel Hamsah,Douar Bel Hamsah,Douar Beni Timi		26			
2499514	Tizeraïne	tizeraine	DZ		0	Africa/Algiers	36.52969	3.13355		Douar Beni Srherhine,Douar Beni Srherhîne,Tizeraine,Tizeraïne		20			
2499516	Ouled el Habibi	ouled-el-habibi	DZ		0	Africa/Algiers	35.62297	0.43517		Douar Benihi,Douar Ouled el Habibi,Ouled el Habibi		51			
2499517	Douar Beni ’Achîr	douar-beni-achir	DZ		0	Africa/Algiers	34.6201	-1.59188		Beni Achir,Douar Beni 'Achir,Douar Beni ’Achîr,Reri Achi		15			
2499519	Ben Daoud	ben-daoud	DZ		0	Africa/Algiers	35.71914	0.52024		Ben Daoud,Douar Ben Daoud		51			
2499520	Douar Benatia	douar-benatia	DZ		0	Africa/Algiers	35.89016	0.18124		Ben Attia,Douar Ben Attia,Douar Benatia		07			
2499522	Douar Bel Kheïr	douar-bel-kheir	DZ		0	Africa/Algiers	35.69981	0.05397		Bel Kheir,Bel Kheïr,Douar Bel Kheir,Douar Bel Kheïr,Douar Belkheir No. II		26			
2499523	Douar Bel Hadef	douar-bel-hadef	DZ		0	Africa/Algiers	35.52651	-0.53464		Bel Hadef,Douar Bel Hadef		09			
2499524	Douar Bel Gaïd	douar-bel-gaid	DZ		0	Africa/Algiers	35.75539	-0.53567		Bel Caid,Bel Caïd,Douar Bel Gaid,Douar Bel Gaïd		09			
2499525	Douar Bekhaïtia	douar-bekhaitia	DZ		0	Africa/Algiers	35.63914	0.04498		Bekhaitia,Bekhaïtia,Douar Bekhaitia,Douar Bekhaitia No. II,Douar Bekhaïtia,Douar Bekhaïtia No. II		26			
2499526	Douar Baghdad	douar-baghdad	DZ		0	Africa/Algiers	35.66361	0.00917		Barhdad,Douar Baghdad,Douar Barhdad		26			
2499527	Douar Baddaou	douar-baddaou	DZ		0	Africa/Algiers	35.46189	-1.08215		Douar Baddaou,Douar Oulad Saida,Douar Oulad Saïda,Oulad Saida,Oulad Saïda		36			
2499528	Douar Bab Tahar	douar-bab-tahar	DZ		0	Africa/Algiers	34.93643	-1.82535		Bab Tahar,Douar Bab Tahar		15			
2499529	Douar ’Atba Djemmâla	douar-atba-djemmala	DZ		0	Africa/Algiers	35.6	-0.11667				26			
2499530	Douar Amiyer	douar-amiyer	DZ		0	Africa/Algiers	35.0267	-1.24139		Douar Amiyer,L'Amiguier,L'Amiguier-Beni Ouazzane,Lamiguier ben Ouzzane,L’Amiguier,L’Amiguier-Beni Ouazzane		15			
2499531	Douar Ali ed Deba	douar-ali-ed-deba	DZ		0	Africa/Algiers	34.98488	-1.89534		Ali ed Deba,Douar Ali ed Deba		15			
2499533	Ali Bou Ameur	ali-bou-ameur	DZ		0	Africa/Algiers	35.29904	0.13622		Ali Bou Ameur,Douar Ali Bou 'Amar,Douar Ali Bou Ameur,Douar Ali Bou ’Amar		26			
2499534	Douar Ali Bel Rida	douar-ali-bel-rida	DZ		0	Africa/Algiers	34.99894	-1.85904		Ali Bel Rida,Douar Ali Bel Rida		15			
2499535	Douar Akache	douar-akache	DZ		0	Africa/Algiers	35.00259	-1.95959		Akache,Douar Akache		15			
2499536	Douar ’Aïn el Beïda	douar-ain-el-beida	DZ		0	Africa/Algiers	35.63715	-0.66833		Ain Beida,Aïn Beïda,Douar 'Ain el Beida,Douar ’Aïn el Beïda		09			
2499537	Douar ’Aïn Djamêl	douar-ain-djamel	DZ		0	Africa/Algiers	35.46667	-0.1				26			
2499538	Douar Ahmadouch	douar-ahmadouch	DZ		0	Africa/Algiers	35.47326	-1.07565		Douar Ahmadouch,Douar Oulad Kratsa,Oulad-Kratsa		36			
2499539	Douar Ahl Kaddoûr	douar-ahl-kaddour	DZ		0	Africa/Algiers	35.38598	-0.8335		Douar Ahl Kaddour,Douar Ahl Kaddoûr,Douar des Ahl Kaddour Ben Ismail,Douar des Ahl Kaddour Ben Ismaïl		36			
2499540	Douar Ahl el Bâhi	douar-ahl-el-bahi	DZ		0	Africa/Algiers	35.58559	-0.4325		Dar Ahl el Bahi,Douar Ahl el Bahi,Douar Ahl el Bâhi		09			
2499542	Douar Ahl Cadi	douar-ahl-cadi	DZ		0	Africa/Algiers	35.45456	-0.82629		Ahl Kadi,Douar Ahl Cadi,Douar Ahl Kadi		36			
2499543	Douar Ahl Bradaï	douar-ahl-bradai	DZ		0	Africa/Algiers	35.36667	-0.81667				36			
2499544	Douar Agoun Messaadia	douar-agoun-messaadia	DZ		0	Africa/Algiers	35.78875	0.51134		Douar Agoun,Douar Agoun Messaadia,Douar Agoûn,El Groh		51			
2499546	Abd el Kader Ouled Barhdad	abd-el-kader-ouled-barhdad	DZ		0	Africa/Algiers	35.46691	0.49563		Abd el Kader Ouled Barhdad,Douar Abd el Kader Ouled Barhdad		26			
2499547	Douar Abbou Ali	douar-abbou-ali	DZ		0	Africa/Algiers	35.58333	-0.86667				09			
2499553	Douaouda-Les Bains	douaouda-les-bains	DZ		0	Africa/Algiers	36.68159	2.77127		Daouada-les-Bains,Douaouda-Les Bains		55			
2499575	Dokna	dokna	DZ		0	Africa/Algiers	36.85333	6.72361				31			
2499580	Dokkara	dokkara	DZ		0	Africa/Algiers	35.84122	4.40169				27			
2499593	Dmita	dmita	DZ		0	Africa/Algiers	33.5219	6.7853				43			
2499627	Djouadda	djouadda	DZ		0	Africa/Algiers	36.49612	5.49772				12			
2499643	Djorf Torba	djorf-torba	DZ		0	Africa/Algiers	31.5073	-2.76389				38			
2499667	Djob	djob	DZ		0	Africa/Algiers	34.47693	-0.71221				30			
2499688	Djimjane	djimjane	DZ		0	Africa/Algiers	29.40034	0.09931		Cimjane,Djimjane,Semdjane,smjan,صمجان		TM			
2499692	Djilali Ben Amar	djilali-ben-amar	DZ		0	Africa/Algiers	35.4449	0.84949		Djilah Ben Amar,Djilali Ben Amar,Djillali Ben Amar		13			
2499695	Djilali Ben Anane	djilali-ben-anane	DZ		0	Africa/Algiers	34.94023	0.99599				13			
2499725	Djeurf	djeurf	DZ		0	Africa/Algiers	34.92187	7.53048		Djerf,Djeurf		33			
2499737	Djerra	djerra	DZ		0	Africa/Algiers	36.80757	4.73356				18			
2499763	Djerhalil	djerhalil	DZ		0	Africa/Algiers	36.06054	4.4507				39			
2499772	Djereah	djereah	DZ		0	Africa/Algiers	36.42611	4.37222				21			
2499813	Djerabet	djerabet	DZ		0	Africa/Algiers	36.837	3.82639				40			
2499819	Djenta	djenta	DZ		0	Africa/Algiers	36.2891	4.912				39			
2499827	Djennad	djennad	DZ		0	Africa/Algiers	36.8783	3.74278				40			
2499837	Djeniene Bou Rezg	djeniene-bou-rezg	DZ		0	Africa/Algiers	32.36334	-0.80213		Djenien Bou Rezg,Djeniene Bou Rezg		49			
2499839	Djeniene	djeniene	DZ		0	Africa/Algiers	35.14981	6.47306				03			
2499840	Djeniene	djeniene	DZ		0	Africa/Algiers	31.55606	-2.17783				38			
2499855	Djenane Rhouiba	djenane-rhouiba	DZ		0	Africa/Algiers	34.97537	2.40324				13			
2499857	Djenane Rad	djenane-rad	DZ		0	Africa/Algiers	36.49167	3.6179				21			
2499870	Djenane el Houâouna	djenane-el-houaouna	DZ		0	Africa/Algiers	35.45143	-0.29603		Djenane Haouroua,Djenane el Houaouna,Djenane el Houâouna		26			
2499874	Djenane ed Dib	djenane-ed-dib	DZ		0	Africa/Algiers	36.83547	7.27059				31			
2499891	Djenâïne Mesâkîne	djenaine-mesakine	DZ		0	Africa/Algiers	35.45221	-0.40736		D'jenane Meskine,Djenaine Mesakine,Djenâïne Mesâkîne,D’jenane Meskine		26			
2499907	Djemmana	djemmana	DZ		0	Africa/Algiers	35.79896	5.42962				12			
2499908	Djemmâla	djemmala	DZ		0	Africa/Algiers	36.83222	6.64667				31			
2499909	Djemina	djemina	DZ		0	Africa/Algiers	34.9548	6.40439				19			
2499946	Djema Sidi Dahmane	djema-sidi-dahmane	DZ		0	Africa/Algiers	36.09336	2.17075				35			
2499971	Djeloul Ben Mohammed	djeloul-ben-mohammed	DZ		0	Africa/Algiers	36.13098	2.20105				35			
2500017	Djelfa	djelfa	DZ		154265	Africa/Algiers	34.67279	3.263		Djelfa,Dzilfa,Dżilfa,Jelfa,QDJ,aljlft,jlfh,wlayt aljlft,الجلفة,جلفه,ولاية الجلفة	22	22			
2500026	Djelada	djelada	DZ		0	Africa/Algiers	36.59928	4.92144				18			
2500031	Djehifet	djehifet	DZ		0	Africa/Algiers	32.1	-1.58333		Djehifet,Jehifet		38			
2500193	Djebel Onk	djebel-onk	DZ		0	Africa/Algiers	34.70596	8.00303		Centre Minier du Djebel Onng,Djebel Onk,jbl alʿnq,mrkz altʿdyn jbl alʿnq,جبل العنق,مركز التعدين جبل العنق		33			
2500206	Djebbanet Slib	djebbanet-slib	DZ		0	Africa/Algiers	35.75597	3.77097				27			
2500247	Djborni	djborni	DZ		0	Africa/Algiers	36.41667	4.83333				12			
2500268	Djaouti	djaouti	DZ		0	Africa/Algiers	36.5593	2.0457				55			
2500269	Djaousses	djaousses	DZ		0	Africa/Algiers	34.95534	6.98663				47			
2500276	Djama Tamnecht	djama-tamnecht	DZ		0	Africa/Algiers	36.1537	4.08581				21			
2500278	Djama-n- Saharidj	djama-n-saharidj	DZ		0	Africa/Algiers	36.67817	4.28924		Djama-n- Saharidj,Djemaa N'Saharidj,Djemâa N’Saharidj		14			
2500296	Djahnit	djahnit	DZ		0	Africa/Algiers	36.35678	4.77753				39			
2500315	Djafra	djafra	DZ		0	Africa/Algiers	35.48191	-0.5982				09			
2500338	Djaarir	djaarir	DZ		0	Africa/Algiers	35.29154	6.77383				47			
2500406	Dib Mohammed Tahar	dib-mohammed-tahar	DZ		0	Africa/Algiers	35.61689	7.68174				29			
2500449	Diar Sâlah	diar-salah	DZ		0	Africa/Algiers	35.03833	-1.97285		Dar-Sala,Diar Salah,Diar Sâlah		15			
2500450	Diar Lemdjadat	diar-lemdjadat	DZ		0	Africa/Algiers	35.29675	4.29962				27			
2500452	Diar el Beïdat	diar-el-beidat	DZ		0	Africa/Algiers	34.71074	4.42728				27			
2500453	Diar el Anga	diar-el-anga	DZ		0	Africa/Algiers	35.07018	4.50653				27			
2500454	Diar Cheraga	diar-cheraga	DZ		0	Africa/Algiers	35.8	4.16667				27			
2500509	Douar Ouled H’Daïm	douar-ouled-h-daim	DZ		0	Africa/Algiers	36.03512	2.93989		Derouat,Douar Ouled H'Daim,Douar Ouled H’Daïm		06			
2500512	Dernam	dernam	DZ		0	Africa/Algiers	34.66861	-1.26889		Dernam,Matmoura Oulad Halima		15			
2500516	Dermoun	dermoun	DZ		0	Africa/Algiers	34.8609	6.5219		Dermoun,Dermoune		03			
2500526	Derhachnia	derhachnia	DZ		0	Africa/Algiers	35.98348	3.46205				06			
2500561	Demmed	demmed	DZ		0	Africa/Algiers	34.15786	3.52738				22			
2500578	Delmonte	delmonte	DZ		0	Africa/Algiers	35.7	-0.63333		Delmonte,Village Delmonte		09			
2500592	Deli Ibrahim	deli-ibrahim	DZ		0	Africa/Algiers	36.75101	2.98339		Deli Ibrahim,Dely Ibrahim		01			
2500658	Deglene	deglene	DZ		0	Africa/Algiers	34.58581	-1.73995				15			
2500698	Dechret Tadjmout	dechret-tadjmout	DZ		0	Africa/Algiers	34.99227	6.40697		Dechret Tadjmout,Tadjemout		19			
2500699	Dechret Ouled Sidi Amar	dechret-ouled-sidi-amar	DZ		0	Africa/Algiers	35.01895	6.25477				19			
2500700	Dechret Kamra	dechret-kamra	DZ		0	Africa/Algiers	34.45019	4.0338				27			
2500702	Dechret el Feïd	dechret-el-feid	DZ		0	Africa/Algiers	36.7299	7.61041				37			
2500704	Dechret ech Chaab	dechret-ech-chaab	DZ		0	Africa/Algiers	36.41188	3.39587		Dechret ech Chaab,Dechret el Chaab		06			
2500705	Dechret Beni Zidâz	dechret-beni-zidaz	DZ		0	Africa/Algiers	34.60839	-1.59728		Beni Zidaz,Dechret Beni Zidaz,Dechret Beni Zidâz		15			
2500706	Dechra Zanaraoua	dechra-zanaraoua	DZ		0	Africa/Algiers	36.46667	1.61667		Dechra Zaharaoua,Dechra Zanaraoua		41			
2500707	Dechra Takhnâk	dechra-takhnak	DZ		0	Africa/Algiers	36.75	6.01667		Dechra Takhnak,Dechra Takhnâk,Mechta Takhenaket,Mechtat Takhenaket		24			
2500708	Dechra Ouled Messaouda	dechra-ouled-messaouda	DZ		0	Africa/Algiers	36.70987	6.07647		Dechra Messaouda,Dechra Ouled Messaouda,Dechret Messaouda,Messaouda		24			
2500709	Dechra Mahalla	dechra-mahalla	DZ		0	Africa/Algiers	36.44089	3.86985		Dechra Mahalla,Dechret Mahalla		21			
2500710	Dechra Djouara	dechra-djouara	DZ		0	Africa/Algiers	36.52224	3.77093		Dechra Djouara,Dechret Djouara		21			
2500711	Dechra Bouar	dechra-bouar	DZ		0	Africa/Algiers	36.40832	3.34639				06			
2500715	Decheret Taouia	decheret-taouia	DZ		0	Africa/Algiers	34.99498	-1.63354		Decheret Taouia,Taouia,Taouïa		15			
2500716	Dechera Zaïlou	dechera-zailou	DZ		0	Africa/Algiers	35.01405	-1.62953		Dechera Zailou,Dechera Zaïlou,Zailou,Zaïlou		15			
2500717	Dechera Irhil Izegouarene	dechera-irhil-izegouarene	DZ		0	Africa/Algiers	36.51975	5.15342		Dechera Irhil Izegouarene,Irhil Izegouarene		12			
2500718	Dechera Bou Imane	dechera-bou-imane	DZ		0	Africa/Algiers	36.50801	5.16486		Bou Imane,Dechera Bou Imane		12			
2500721	Debrousseville	debrousseville	DZ		0	Africa/Algiers	35.68118	-0.01584				26			
2500771	Debdaba	debdaba	DZ		0	Africa/Algiers	31.61785	-2.20492				38			
2500778	Debbache el Hadj Douadi	debbache-el-hadj-douadi	DZ		0	Africa/Algiers	36.27552	6.17852		Ain Melouk,Ain el Melouk,Aine el Melouk,Aïn Melouk,Aïn el Melouk,Aïne el Melouk,Debbache el Hadj Douadi		48			
2500826	Dar Tisselouine	dar-tisselouine	DZ		0	Africa/Algiers	34.77823	3.46183				22			
2500827	Dar Temmara	dar-temmara	DZ		0	Africa/Algiers	35.15286	3.24835				22			
2500829	Dar Srhira	dar-srhira	DZ		0	Africa/Algiers	35.98333	4.45				27			
2500830	Dar Sidi Mohammed Bou Azza	dar-sidi-mohammed-bou-azza	DZ		0	Africa/Algiers	35.30989	-1.21671				36			
2500832	Dar Sidi Mahmoud	dar-sidi-mahmoud	DZ		0	Africa/Algiers	35.48094	0.38569				26			
2500833	Dar Sidi el Azreg	dar-sidi-el-azreg	DZ		0	Africa/Algiers	35.59215	0.41945				51			
2500835	Dar Sidi Adda Ben Ariba	dar-sidi-adda-ben-ariba	DZ		0	Africa/Algiers	35.4596	-0.93055		Dar Sidi Adda Ben Ariba,Sidi Abd-Ben-Ariba		36			
2500836	Dar Salane	dar-salane	DZ		0	Africa/Algiers	36.76359	5.7739		Dar Salan,Dar Salane		24			
2500838	Dar Roumi	dar-roumi	DZ		0	Africa/Algiers	35.46492	4.24387				27			
2500840	Daroussa	daroussa	DZ		0	Africa/Algiers	36.7286	7.79368		Daroussa,Darroussa		44			
2500846	Dar Mtaa el Anabra	dar-mtaa-el-anabra	DZ		0	Africa/Algiers	35.04103	-2.12944		Daia Mta Anabra,Dar Mtaa el Anabra,Daïa Mta Anabra		15			
2500853	Dar Mohammed Salah	dar-mohammed-salah	DZ		0	Africa/Algiers	35.65	7.46667				29			
2500863	Darguinah	darguinah	DZ		0	Africa/Algiers	36.56498	5.30595		Centre Darguinah,Darguina,Darguinah,Darguinih,drghynt,drqynt,mrkz drqynt,درغينة,درقينة,مركز درقينة		18			
2500866	Dar er Razi	dar-er-razi	DZ		0	Africa/Algiers	36.49639	5.58755				12			
2500875	Dâr el Hammoud	dar-el-hammoud	DZ		0	Africa/Algiers	36.69083	5.7844		Dar el Hammoud,Dâr el Hammoud,Mechtat Dar el Hanout		24			
2500876	Dar el Hamada	dar-el-hamada	DZ		0	Africa/Algiers	34.9	4.43333				27			
2500878	Dar el Hadj el Habib	dar-el-hadj-el-habib	DZ		0	Africa/Algiers	35.21481	-0.36188				30			
2500884	Dar el Bey	dar-el-bey	DZ		0	Africa/Algiers	35.74349	3.86465				27			
2500894	Dar ech Chaouch	dar-ech-chaouch	DZ		0	Africa/Algiers	35.60184	0.35494				51			
2500898	Dar Dechera Inadene	dar-dechera-inadene	DZ		0	Africa/Algiers	35.32967	-0.26093		Dar Dechera Inaden,Dar Dechera Inadene		30			
2500907	Dâr Braham	dar-braham	DZ		0	Africa/Algiers	36.71358	5.88122		Dar Braham,Dâr Braham,Mechtat Dar Ibrahim		24			
2500908	Dar Bou Naïla	dar-bou-naila	DZ		0	Africa/Algiers	29.32913	-7.67173		Dar Bou Naila,Dar Bou Nailat,Dar Bou Naïla,Dar Bou Naïlat		00			
2500909	Dar Boumediene	dar-boumediene	DZ		0	Africa/Algiers	35.03333	-1.93333				15			
2500910	Dar Bou Hariz	dar-bou-hariz	DZ		0	Africa/Algiers	35.41224	-0.2733		Dar Bou Hariz,Dar Bou Harize		26			
2500914	Dar Ben Chohra	dar-ben-chohra	DZ		0	Africa/Algiers	35.31635	1.73632				13			
2500915	Dar Ben Chahra	dar-ben-chahra	DZ		0	Africa/Algiers	34.99097	1.45571				13			
2500917	Dar Ben Ali	dar-ben-ali	DZ		0	Africa/Algiers	35.51388	0.41549				26			
2500918	Dar Ben Abbes	dar-ben-abbes	DZ		0	Africa/Algiers	35.16755	6.00491				03			
2500919	Dar Belkhir Salah	dar-belkhir-salah	DZ		0	Africa/Algiers	35.68117	7.48528				29			
2500920	Dar Beïda	dar-beida	DZ		0	Africa/Algiers	36.77816	3.89469				40			
2500921	Dar Beïda	dar-beida	DZ		0	Africa/Algiers	36.12633	4.58138				39			
2500923	Dar Azouzi Ben Daoud	dar-azouzi-ben-daoud	DZ		0	Africa/Algiers	35.59256	2.5284				06			
2500927	Dar Aïssa	dar-aissa	DZ		0	Africa/Algiers	35.67289	4.08629				27			
2500999	Damnîya	damniya	DZ		0	Africa/Algiers	36.86222	6.61806				31			
2501012	Dalmatie	dalmatie	DZ		0	Africa/Algiers	36.49754	2.86076				20			
2501107	Daglet Lagrouba	daglet-lagrouba	DZ		0	Africa/Algiers	32.63554	5.59411				50			
2501111	Dadas	dadas	DZ		0	Africa/Algiers	36.22756	0.54961		Dadas,Douar Dadas		07			
2501131	Crampel	crampel	DZ		0	Africa/Algiers	34.42758	-0.81439				30			
2501133	Courbet	courbet	DZ		0	Africa/Algiers	35.71667	-0.61667				09			
2501135	Coulmiers	coulmiers	DZ		0	Africa/Algiers	36.14003	6.12203				48			
2501138	Corso Tahtani	corso-tahtani	DZ		0	Africa/Algiers	36.75472	3.44278		Corso Tahtani,Corso el Tahatini		40			
2501152	Constantine	constantine	DZ		450097	Africa/Algiers	36.365	6.61472		CZL,Cirta,Constantina,Constantine,Konstantina,Konstantini,jun shi tan ding,kanstainta'ina,konsutantinu,qsntynh,qsntynt,qwnstntyn,Κωνσταντίνη,Константина,קונסטנטין,قسنطينة,قسنطینه,कांस्टैंटाइन,コンスタンティーヌ,君士坦丁	04	04			
2501168	Clos Bakir	clos-bakir	DZ		0	Africa/Algiers	36.55911	2.68947				55			
2501169	Cité Sablière	cite-sabliere	DZ		0	Africa/Algiers	36.2044	1.39484				41			
2501170	Cité el ’Arbi Ben Mhîdi	cite-el-arbi-ben-mhidi	DZ		0	Africa/Algiers	36.88333	6.98333		Cite el 'Arbi Ben Mhidi,Cité el ’Arbi Ben Mhîdi,Jeanne d'Arc,Jeanne d’Arc		31			
2501171	Cité d’Urgence	cite-d-urgence	DZ		0	Africa/Algiers	36.15	1.23333				41			
2501172	Cité Ciments Artificiels d’Oranie	cite-ciments-artificiels-d-oranie	DZ		0	Africa/Algiers	35.46667	-0.4				26			
2501173	Cité Chancel	cite-chancel	DZ		0	Africa/Algiers	36.9	7.75				37			
2501174	Cité Beneddine	cite-beneddine	DZ		0	Africa/Algiers	36.15313	1.34292				41			
2501175	Cité Auzas	cite-auzas	DZ		0	Africa/Algiers	36.9	7.75				37			
2501183	Douar Chetounia	douar-chetounia	DZ		0	Africa/Algiers	35.78287	0.62507		Chtaounia,Douar Chetounia,Douar Chtaounia		51			
2501184	Christel	christel	DZ		0	Africa/Algiers	35.88984	0.05369				07			
2501191	Cheraïria	cherairia	DZ		0	Africa/Algiers	36.10186	1.40857		Cherairia,Cheraïria,Chrairiya,Chraïriya		41			
2501196	Chouly	chouly	DZ		0	Africa/Algiers	34.87	-1.13732		Chouly,Oued Chouly		15			
2501218	Chouf Ranib	chouf-ranib	DZ		0	Africa/Algiers	36.25723	4.70824				39			
2501221	Choûf et Tnîne	chouf-et-tnine	DZ		0	Africa/Algiers	36.73132	6.19308		Chouf et Tnine,Choûf et Tnîne,Mechtat Chouf Letnine,Mechtat Chouf et Tnine		24			
2501258	Chouarikh	chouarikh	DZ		0	Africa/Algiers	36.26667	4.51667				18			
2501266	Choualia Fouaga	choualia-fouaga	DZ		0	Africa/Algiers	35.46808	-0.67242				36			
2501276	Chouadlia	chouadlia	DZ		0	Africa/Algiers	35.17972	0.29056				26			
2501293	Douar Chlott	douar-chlott	DZ		0	Africa/Algiers	35.58081	0.69044		Chlott,Douar Chlott		51			
2501324	Chifalo	chifalo	DZ		0	Africa/Algiers	36.63589	2.67215		Chifalo,Chiffalo,Port Khemish,Port Khemisti,Tefeschoun,khmysty,خميستي		55			
2501345	Cheurfa el Bahloul	cheurfa-el-bahloul	DZ		0	Africa/Algiers	36.72149	4.37678		Cheurfa el Bahloul,Cheurfa em Bahloul		14			
2501385	Cherka	cherka	DZ		0	Africa/Algiers	36.98333	7.26667		Cherka,Douar Cherka		31			
2501430	El Cheurfa	el-cheurfa	DZ		0	Africa/Algiers	36.27239	1.64563		Cherfa,Cheurfa,El Cheurfa		35			
2501437	Cherea	cherea	DZ		0	Africa/Algiers	36.51701	5.10542				12			
2501447	Cherarka	cherarka	DZ		0	Africa/Algiers	35.84384	0.91116		Cherarka,Douar Cherarka		51			
2501448	Douar Cheraria	douar-cheraria	DZ		0	Africa/Algiers	36.05331	2.96059		Cheraria,Douar Cheraria		06			
2501479	Chennaoura	chennaoura	DZ		0	Africa/Algiers	35.16338	6.34704				03			
2501492	Chenachane	chenachane	DZ		0	Africa/Algiers	26	-4.25		Chenachan,Chenachane,Chenachen,Chenachèn		34			
2501497	Chemoura	chemoura	DZ		0	Africa/Algiers	33.46367	5.97161				MG			
2501525	Chellalat el Adhaouara	chellalat-el-adhaouara	DZ		0	Africa/Algiers	35.93968	3.41588		Ain Chellala,Ain Chellala des Adaouras,Aïn Chellala,Aïn Chellala des Adaouras,Challaba,Challalat El Adhaoura,Chellala-des-Adaouras,Chellalat El Adhouara,Chellalat el Adhaouara,Maginot		06			
2501526	Chellala Gueblia	chellala-gueblia	DZ		0	Africa/Algiers	33.0132	0.10844				42			
2501534	Chelif Plage	chelif-plage	DZ		0	Africa/Algiers	36.04106	0.13589		Chelif Plage,Cheliff-Plage,Chéliff-Plage		07			
2501541	Chelghoum el Aïd	chelghoum-el-aid	DZ		71660	Africa/Algiers	36.16286	6.16651		Chateaudun,Chateaudun de Rhumel,Chateaudun-du Rummel,Chateaudun-du-Rhumel,Chateaudun-du-Rhummel,Chelghoum el Aid,Chelghoum el Aïd,Châteaudun,Châteaudun de Rhumel,Châteaudun-du Rummel,Châteaudun-du-Rhumel,Châteaudun-du-Rhummel,Ghelghoum Elaid,Ghelghoum Elaïd,Ghelgoum Elaid,Ghelgoum Elaïd		48			
2501550	Chekbout	chekbout	DZ		0	Africa/Algiers	36.33022	4.61857				39			
2501558	Cheïkh Salah	cheikh-salah	DZ		0	Africa/Algiers	35.97474	5.28691				12			
2501561	Cheikh el Missoum	cheikh-el-missoum	DZ		0	Africa/Algiers	36.13684	2.53923		Cheikh el Missoum,Cheikh el Moussoum,Cheïkh el Moussoum		35			
2501585	Cheikh Ben Yahia	cheikh-ben-yahia	DZ		0	Africa/Algiers	36.24595	1.77254		Cheikh Ben Yahia,Sainte Monique		35			
2501605	Chehama	chehama	DZ		0	Africa/Algiers	35.66316	1.39646				13			
2501620	Chegguet el Ftaïet	chegguet-el-ftaiet	DZ		0	Africa/Algiers	32.92124	5.5765				50			
2501642	Chegamat	chegamat	DZ		0	Africa/Algiers	33.24048	6.7909		Chegamat,Chegamate		43			
2501664	Cheddia	cheddia	DZ		0	Africa/Algiers	36.74746	5.81533				24			
2501750	Charrata	charrata	DZ		0	Africa/Algiers	35.79949	1.34213				51			
2501832	Chahana	chahana	DZ		0	Africa/Algiers	36.68333	5.96667		Chahana		24			
2501851	Chabrière	chabriere	DZ		0	Africa/Algiers	35.06529	-0.72272		Chabriere,Chabrieres,Chabrière,Chabrières		30			
2501886	Chabane	chabane	DZ		0	Africa/Algiers	35.7281	7.74007				29			
2501896	Chaami	chaami	DZ		0	Africa/Algiers	35.61587	1.94555				56			
2501909	Chaaïb	chaaib	DZ		0	Africa/Algiers	36.69789	4.23233				14			
2501932	Chaabat Ouled Chelih	chaabat-ouled-chelih	DZ		0	Africa/Algiers	35.36667	6		Chaabat Ouled Chelih,Victor-Duruy		03			
2501934	Chaabat el Leham	chaabat-el-leham	DZ		0	Africa/Algiers	35.33619	-1.10145		Chaabat el Leham,Chabaat El Leham,Chabet el Leham,Chahat el Leham,Laferriere,Laferrière		36			
2501944	Carteaux	carteaux	DZ		0	Africa/Algiers	35.7	-0.61667				09			
2501955	Canastel	canastel	DZ		0	Africa/Algiers	35.74502	-0.56989		Canastel,Ganastel		09			
2501956	Camp Inférieur	camp-inferieur	DZ		0	Africa/Algiers	36.75	5.06667				18			
2501958	Camp des Chasseurs	camp-des-chasseurs	DZ		0	Africa/Algiers	36.41667	1.25				41			
2501960	Camerata	camerata	DZ		0	Africa/Algiers	35.35108	-1.29443		Camerala,Camerata		36			
2501963	Caïd Mohammed	caid-mohammed	DZ		0	Africa/Algiers	34.5612	-0.57053		Caid Mohammed,Caïd Mohammed,Douar Caid Mohammed		30			
2501982	Cacherou le Haut	cacherou-le-haut	DZ		0	Africa/Algiers	35.31815	0.35586				26			
2502008	Brinkene	brinkene	DZ		0	Africa/Algiers	28.39769	-0.2387				34			
2502047	Breat	breat	DZ		0	Africa/Algiers	34.91005	-1.32182		Brea,Breat,Bréa		15			
2502053	Brarat	brarat	DZ		0	Africa/Algiers	36.88539	3.93065				40			
2502063	Bram	bram	DZ		0	Africa/Algiers	33.29315	6.0092				TG			
2502067	Braïed	braied	DZ		0	Africa/Algiers	35.14698	6.00854		Braid,Braied,Braïd,Braïed		03			
2502068	Brahimia	brahimia	DZ		0	Africa/Algiers	35.92594	1.00263				51			
2502086	Braham	braham	DZ		0	Africa/Algiers	36.38158	5.17807		Braame,Braham,Braâme		12			
2502128	Bouziane	bouziane	DZ		0	Africa/Algiers	35.45653	1.43757				13			
2502129	Bou Ziane	bou-ziane	DZ		0	Africa/Algiers	36.15306	3.11444				06			
2502155	Bou Zekout	bou-zekout	DZ		0	Africa/Algiers	36.48735	4.98802				12			
2502156	Bou Zekhi	bou-zekhi	DZ		0	Africa/Algiers	36.46624	1.36049		Bou Zekhi,Bou Zekri		41			
2502160	Bou Zegza	bou-zegza	DZ		0	Africa/Algiers	36.6	3.43333				40			
2502161	Bou Zegdad	bou-zegdad	DZ		0	Africa/Algiers	27.16772	-0.16378				34			
2502163	Bouzefour	bouzefour	DZ		0	Africa/Algiers	36.07762	1.68712		Bou Zefour,Bouzefour		35			
2502174	Bouzarea	bouzarea	DZ		0	Africa/Algiers	36.78988	3.01771		Bonzarea,Bouzarea,Bouzareah,La Bouzarea,La Bouzaréa		01			
2502178	Bou Zaki	bou-zaki	DZ		0	Africa/Algiers	36.52147	5.71969				12			
2502179	Bou Zahr	bou-zahr	DZ		0	Africa/Algiers	36.35515	2.23737				35			
2502181	Bouzaguene	bouzaguene	DZ		0	Africa/Algiers	36.76064	5.65907				24			
2502183	Bou Zadjar	bou-zadjar	DZ		0	Africa/Algiers	35.58116	-1.14776		Bou Zadjar,Plage de Bou-Zadjar,Plage de Bou-Zadjer		36			
2502185	Bou Zabène	bou-zabene	DZ		0	Africa/Algiers	35.46738	6.78733				47			
2502192	Bou Yaya	bou-yaya	DZ		0	Africa/Algiers	29.25969	0.21744				TM			
2502197	Bou Yala	bou-yala	DZ		0	Africa/Algiers	36.65555	4.30774				14			
2502204	Bou Yakadane	bou-yakadane	DZ		0	Africa/Algiers	34.91206	6.94863				47			
2502207	Bou Yahia	bou-yahia	DZ		0	Africa/Algiers	36.47261	1.87856				55			
2502215	Bou Trekfine	bou-trekfine	DZ		0	Africa/Algiers	33.57878	2.94886				25			
2502226	Bou Touil	bou-touil	DZ		0	Africa/Algiers	36.04643	4.26818				39			
2502230	Boutouchent	boutouchent	DZ		0	Africa/Algiers	36.00526	1.72605		Bou Touchennt,Boutouchent		35			
2502239	Bou Tlelis	bou-tlelis	DZ		26144	Africa/Algiers	35.57272	-0.8996		Bou Tlelis		09			
2502248	Boutin	boutin	DZ		0	Africa/Algiers	35.07238	-0.5452		Boutin,Hassi Daha,Hassi Daho		30			
2502280	Bou Taleb	bou-taleb	DZ		0	Africa/Algiers	35.70076	5.31655				12			
2502281	Bou Tala	bou-tala	DZ		0	Africa/Algiers	36.61767	5.26145				18			
2502286	Boutaïba	boutaiba	DZ		0	Africa/Algiers	36.15692	1.29534				41			
2502287	Bou Tadjine	bou-tadjine	DZ		0	Africa/Algiers	35.68041	1.61413				56			
2502291	Boustila	boustila	DZ		0	Africa/Algiers	35.94358	4.41578				27			
2502300	Douar Boussahoua	douar-boussahoua	DZ		0	Africa/Algiers	36.20866	2.96242		Boussaoua,Douar Boussahoua		06			
2502303	Bou Souar	bou-souar	DZ		0	Africa/Algiers	36.73893	4.1056		Bou Souar,Boukouar		14			
2502318	Bou Skeïer	bou-skeier	DZ		0	Africa/Algiers	36.50704	3.238				20			
2502325	Bousguen	bousguen	DZ		0	Africa/Algiers	36.76667	4.46667				14			
2502331	Bou Setta	bou-setta	DZ		0	Africa/Algiers	35.91834	3.69544				27			
2502332	Bou Setta	bou-setta	DZ		0	Africa/Algiers	35.1978	6.39268				03			
2502339	Bou Serfas	bou-serfas	DZ		0	Africa/Algiers	36.65784	5.61161				24			
2502344	Bou Semlel	bou-semlel	DZ		0	Africa/Algiers	36.65435	5.66542				24			
2502347	Bou Selloutene	bou-selloutene	DZ		0	Africa/Algiers	36.43333	4.96667		Bou Sellouten,Bou Selloutene		12			
2502356	Bou Sedda	bou-sedda	DZ		0	Africa/Algiers	35.24764	6.33081				03			
2502370	Bou Sahel	bou-sahel	DZ		0	Africa/Algiers	36.67601	4.20446				14			
2502378	Bou Sa’ddîya	bou-sa-ddiya	DZ		0	Africa/Algiers	36.6	8.03333				44			
2502392	Bourzeg	bourzeg	DZ		0	Africa/Algiers	36.56787	5.05904				12			
2502397	Bour Sidi Youssef	bour-sidi-youssef	DZ		0	Africa/Algiers	27.56089	-0.30945				34			
2502403	Bou Roumi	bou-roumi	DZ		0	Africa/Algiers	36.47497	2.64932		Bou Roumi,Le Bou Roumi		20			
2502409	Bour Ouled Moussa	bour-ouled-moussa	DZ		0	Africa/Algiers	29.30866	0.00711				TM			
2502433	Bourlier	bourlier	DZ		0	Africa/Algiers	35.39782	1.62423				13			
2502444	Bouridene	bouridene	DZ		0	Africa/Algiers	36.59759	4.94719				18			
2502447	Bouriache	bouriache	DZ		0	Africa/Algiers	36.41971	1.54611		Bou Riach,Bouriache		41			
2502476	Bou Rhaïs	bou-rhais	DZ		0	Africa/Algiers	35.57105	6.26058				03			
2502488	Bou Rerda	bou-rerda	DZ		0	Africa/Algiers	36.62872	5.44359				24			
2502495	Bour el Aïcha	bour-el-aicha	DZ		0	Africa/Algiers	32.02211	5.33178				50			
2502496	Zaouia Bou Rkache	zaouia-bou-rkache	DZ		0	Africa/Algiers	36.80178	6.47335		Mechta Bou Rekkach,Mechta Boû Rekkâch,Zaouia Bou Rkache		31			
2502499	Bou Regaa	bou-regaa	DZ		0	Africa/Algiers	35.85561	2.7221				06			
2502512	Bou Rebza	bou-rebza	DZ		0	Africa/Algiers	35.56679	5.08678				27			
2502520	Bou Rdim	bou-rdim	DZ		0	Africa/Algiers	36.43655	4.92566				12			
2502538	Bou Rallel	bou-rallel	DZ		0	Africa/Algiers	36.50685	5.23394				18			
2502563	Bou Noura	bou-noura	DZ		0	Africa/Algiers	32.48276	3.71218		Bou Noura,bnwrt,bwnwrt,بنورة,بونورة		45			
2502565	Bou Nouh	bou-nouh	DZ		0	Africa/Algiers	36.5	3.93333		Bou Nouab,Bou Nouah,Bou Nouh		14			
2502568	Bou Nouara	bou-nouara	DZ		0	Africa/Algiers	36.20834	6.81545				04			
2502571	Bou Noua	bou-noua	DZ		0	Africa/Algiers	36.88333	3.76667				40			
2502582	Bounda Serhira	bounda-serhira	DZ		0	Africa/Algiers	36.30455	4.63735		Bounda Serhira,Bounda Serira		39			
2502583	Bounda el Kebira	bounda-el-kebira	DZ		0	Africa/Algiers	36.29226	4.62755				39			
2502587	Bou Naïm	bou-naim	DZ		0	Africa/Algiers	36.56667	4.81667				18			
2502593	Bou Naâmane	bou-naamane	DZ		0	Africa/Algiers	36.83333	4.6				14			
2502599	Bou Msedene	bou-msedene	DZ		0	Africa/Algiers	36.39538	5.26135		Bou Msedena,Bou Msedene		18			
2502606	Bou Mraou	bou-mraou	DZ		0	Africa/Algiers	36.63333	4.98333		Bou Meraou,Bou Mraou		18			
2502610	Bou Moussa	bou-moussa	DZ		0	Africa/Algiers	36.47002	5.48787		Bou Moussa,Dechret Bou Moussa		12			
2502612	Bou Moumene	bou-moumene	DZ		0	Africa/Algiers	36.50268	1.65347				41			
2502625	Boumagueur	boumagueur	DZ		8474	Africa/Algiers	35.5052	5.5525	756	Boumagueur,bwmqr,بومقر		03			
2502641	Bou Menngouch	bou-menngouch	DZ		0	Africa/Algiers	35.60787	1.91789				56			
2502648	Bou Mellal	bou-mellal	DZ		0	Africa/Algiers	36.59059	4.6307				18			
2502649	Bou Mellal	bou-mellal	DZ		0	Africa/Algiers	34.87128	4.56248		Bou Mellal,Bou Mellel		27			
2502653	Bou Megrane	bou-megrane	DZ		0	Africa/Algiers	36.47112	3.40151				21			
2502665	Boumaza	boumaza	DZ		0	Africa/Algiers	35.8017	7.81537		Bouma'zah,Boumaza,Boûma’zah		33			
2502679	Bou Malek	bou-malek	DZ		0	Africa/Algiers	36.28056	6.22917				48			
2502691	Bou Mahla	bou-mahla	DZ		0	Africa/Algiers	36.79239	3.99866				14			
2502697	Bou Madi	bou-madi	DZ		0	Africa/Algiers	36.82715	3.99463				40			
2502702	Bouma’chouk	bouma-chouk	DZ		0	Africa/Algiers	36.60303	2.40956		Bouma'chouk,Bouma’chouk,Chenoua Plage		55			
2502740	Bou Lerbag	bou-lerbag	DZ		0	Africa/Algiers	36.34548	3.2799				06			
2502762	Douar Bou Lalla	douar-bou-lalla	DZ		0	Africa/Algiers	36.39973	1.40839		Bou Lalla,Douar Bou Lalla		41			
2502777	Bouktone	bouktone	DZ		0	Africa/Algiers	36.21806	4.48667		Boukton,Bouktone,Oulad Bougtone,Oulad Bougtonn		39			
2502779	Bouktene	bouktene	DZ		0	Africa/Algiers	36.29511	4.58458		Boukten,Bouktene		18			
2502784	Bou Kremissa	bou-kremissa	DZ		0	Africa/Algiers	35.8	4.55		Bou Kremissa,Mechta Bou Khremissa		27			
2502803	Boukhralfa	boukhralfa	DZ		0	Africa/Algiers	36.64558	4.89217		Boukhalfa,Boukhralfa		18			
2502815	Boulehilet	boulehilet	DZ		0	Africa/Algiers	35.72601	6.66342		Boukhilet,Boulehilet,Lutaud,Nouveau Chemora		03			
2502820	Bou Kherrouba	bou-kherrouba	DZ		0	Africa/Algiers	36.39025	2.47142				35			
2502826	Bou Khenayes	bou-khenayes	DZ		0	Africa/Algiers	35.06667	-1.9		Bou Khenayes,Bou Krenais		15			
2502828	Bou Khemlalou	bou-khemlalou	DZ		0	Africa/Algiers	35.94471	2.45153				06			
2502867	Boukhelfoune	boukhelfoune	DZ		0	Africa/Algiers	36.3946	1.67866		Bou Khalfoun,Boukhelfoune		35			
2502868	Bou Khalfa	bou-khalfa	DZ		0	Africa/Algiers	36.72615	4.01692		Bou Khalfa,Bou Kralfa,Guvnemer,Guynemer		14			
2502875	Bou Khadra	bou-khadra	DZ		0	Africa/Algiers	35.74492	8.03393		Bou Khadra		33			
2502905	Bou Karrouba	bou-karrouba	DZ		0	Africa/Algiers	36.80674	4.22541				14			
2502920	Bou Kaïs	bou-kais	DZ		0	Africa/Algiers	31.92065	-2.46379		Bou Kais,Bou Kaïs,Bou Khais		38			
2502935	Bouisseville	bouisseville	DZ		0	Africa/Algiers	35.73683	-0.7496		Boisseville,Bouisseville		09			
2502940	Bou Ismael	bou-ismael	DZ		0	Africa/Algiers	36.6335	3.62187				40			
2502950	Bouira el Adebad	bouira-el-adebad	DZ		0	Africa/Algiers	35.2438	3.14269		Bouira el Adchad,Bouira el Adebad		22			
2502964	Bou Ilef	bou-ilef	DZ		0	Africa/Algiers	35.6	6.21667				03			
2502990	Bou Hinoun	bou-hinoun	DZ		0	Africa/Algiers	36.67141	4.03196				14			
2502992	Bou Hiffene	bou-hiffene	DZ		0	Africa/Algiers	36.76305	4.36928				14			
2502998	Jean-Mermoz	jean-mermoz	DZ		0	Africa/Algiers	35.56267	-0.08953		Bou Henni,Jean-Mermoz		26			
2503014	Bou Hatem	bou-hatem	DZ		0	Africa/Algiers	36.7993	4.87661				18			
2503016	Bou Hassem	bou-hassem	DZ		0	Africa/Algiers	36.50692	3.92853				14			
2503033	Bou Hanifia el Hamamat	bou-hanifia-el-hamamat	DZ		27576	Africa/Algiers	35.31473	-0.05037		Bou Hanifia,Bou Hanifia el Hamamat,Bou Hanifia el Hammamet,Bou Hanifia-les Thermes,Sidi Bou Hanifia		26			
2503039	Bou Hamza	bou-hamza	DZ		0	Africa/Algiers	36.43333	4.7		Bou Hamza,abw hmzt,bw hmzt,bwhmzt,أبو حمزة,بو حمزة,بوحمزة		18			
2503046	Bou Hamdoune	bou-hamdoune	DZ		0	Africa/Algiers	36.79805	5.83304		Bou Hamdoun,Bou Hamdoune		24			
2503053	Bou Hamadou	bou-hamadou	DZ		0	Africa/Algiers	35.54639	4.71056		Bou Hamadou,Dar Bou Hamadou,Douar Bou Hamadou		27			
2503055	Bou Hals	bou-hals	DZ		0	Africa/Algiers	30.71155	-2.57805				38			
2503057	Douar Chinoune	douar-chinoune	DZ		0	Africa/Algiers	36.1325	2.13584		Bou Halloufa,Douar Chinoune		35			
2503062	Bouhalbas	bouhalbas	DZ		0	Africa/Algiers	36.71667	6.76667				31			
2503072	Bouhdjer	bouhdjer	DZ		0	Africa/Algiers	36.16455	1.56504		Bou Hadjer,Bouhdjer		41			
2503075	Bou Hadjar	bou-hadjar	DZ		0	Africa/Algiers	36.50373	8.1074		Bou Hadjar,Lamy		44			
2503078	Bou Hadid	bou-hadid	DZ		0	Africa/Algiers	29.87183	-1.83429		Bou Hadid		BA			
2503086	Bougzoul	bougzoul	DZ		0	Africa/Algiers	35.70558	2.84599		Boughzoul,Bougzoul		06			
2503089	Bou Guetta	bou-guetta	DZ		0	Africa/Algiers	36.21099	0.98575				41			
2503109	Bou Guema	bou-guema	DZ		0	Africa/Algiers	28.7601	0.33033				TM			
2503132	Bou Goufa	bou-goufa	DZ		0	Africa/Algiers	33.10357	6.75757		Bou Goufa		43			
2503138	Bou Gdourene	bou-gdourene	DZ		0	Africa/Algiers	36.20508	2.71555				06			
2503158	Bou Fourh	bou-fourh	DZ		0	Africa/Algiers	36.47784	6.2298		Bou Foua,Bou Fouah,Bou Fourh		48			
2503163	Bouffaddi	bouffaddi	DZ		0	Africa/Algiers	27.71233	-0.27297		Bou Faddi,Bou Fadi,Bouffaddi		34			
2503169	Bou Ferdjoun	bou-ferdjoun	DZ		0	Africa/Algiers	34.95441	4.40463		Bou Ferdjoun,Bouferdjoum		27			
2503174	Bou Fatis	bou-fatis	DZ		0	Africa/Algiers	35.99106	2.50056				06			
2503194	Bounoghra	bounoghra	DZ		0	Africa/Algiers	36.99278	6.34333		Bou Naghra,Bou en Noghra,Bounoghra		31			
2503203	Tissemirane	tissemirane	DZ		0	Africa/Algiers	36.66639	6.28417		Bou el Hamama,Boû el Hamâma,Tissemiran,Tissemirane		24			
2503210	Bou el Djerad	bou-el-djerad	DZ		0	Africa/Algiers	37.02075	6.27709				31			
2503230	Bou Douanou	bou-douanou	DZ		0	Africa/Algiers	36.35886	1.19076		Bou Douanou,Bou Douaou		41			
2503259	Bou Djellil	bou-djellil	DZ		0	Africa/Algiers	36.35	4.41667				18			
2503263	Bou Djelil	bou-djelil	DZ		0	Africa/Algiers	36.65266	4.16375				14			
2503265	Boudjebaa	boudjebaa	DZ		0	Africa/Algiers	35.34988	-0.33241				30			
2503291	Boudella	boudella	DZ		0	Africa/Algiers	35.05949	6.83913				47			
2503306	Bou Daoud	bou-daoud	DZ		0	Africa/Algiers	36.8561	4.8242				18			
2503319	Bouchtâta Mahmoûd	bouchtata-mahmoud	DZ		0	Africa/Algiers	36.7938	6.79734		Bouchtata Mahmoud,Bouchtâta Mahmoûd,Praxbourg		31			
2503334	Bouchitane	bouchitane	DZ		0	Africa/Algiers	36.32805	1.17197		Bou Chitane,Bouchitane		41			
2503351	Bou Chenafa	bou-chenafa	DZ		0	Africa/Algiers	35.62727	1.26008				13			
2503371	Boû Châref	bou-charef	DZ		0	Africa/Algiers	36.70856	6.37405				24			
2503379	Bouchakfa	bouchakfa	DZ		0	Africa/Algiers	36.37219	4.50371				18			
2503385	Bouchagroun	bouchagroun	DZ		0	Africa/Algiers	34.71034	5.46073		Bouchagroun,Bouchegroun		19			
2503392	Bou Caïd	bou-caid	DZ		0	Africa/Algiers	35.89111	1.61972		Bou Caid,Bou Caïd,Bou Gaid		56			
2503406	Bou Berka	bou-berka	DZ		0	Africa/Algiers	36.745	4.88476				18			
2503412	Bou Beker	bou-beker	DZ		0	Africa/Algiers	36.63905	5.39408				18			
2503416	Bou Beïada	bou-beiada	DZ		0	Africa/Algiers	33.45394	6.78294				43			
2503420	Bou Ballouta	bou-ballouta	DZ		0	Africa/Algiers	36.90649	7.19804		Bou Ballouta,Bou Bellouta		31			
2503433	Bou Aziza	bou-aziza	DZ		0	Africa/Algiers	36.53333	1.86667				55			
2503435	Bou Aziz	bou-aziz	DZ		0	Africa/Algiers	36.88744	7.10254				31			
2503446	Bou Assem	bou-assem	DZ		0	Africa/Algiers	36.62884	4.02762				14			
2503450	Bou ’Asli	bou-asli	DZ		0	Africa/Algiers	36.70546	5.67252		Bou 'Asli,Bou ’Asli,Mechtat Ben Azli		24			
2503451	Bou Asli	bou-asli	DZ		0	Africa/Algiers	36.30318	1.72419		Bou Asli,Bou Asseli		35			
2503459	Bou Aroua	bou-aroua	DZ		0	Africa/Algiers	36.57894	2.29561				55			
2503465	Eddraâ el Barouak	eddraa-el-barouak	DZ		0	Africa/Algiers	35.10583	0.28266		Bou Arich,Eddraa el Barouak,Eddraâ el Barouak		26			
2503468	Boû Arfa	bou-arfa	DZ		44143	Africa/Algiers	36.46298	2.81464		Bou Arfa,Boû Arfa		20			
2503473	Bou Arara	bou-arara	DZ		0	Africa/Algiers	36.5	2.28333				55			
2503474	Bou Aoun	bou-aoun	DZ		0	Africa/Algiers	36.67513	4.50873		Bou Anoun,Bou Aoun		14			
2503489	Bou Amoud	bou-amoud	DZ		0	Africa/Algiers	35.77985	3.9081				27			
2503490	Bou Amara	bou-amara	DZ		0	Africa/Algiers	36.57684	5.62691				24			
2503498	Bou Alloufa	bou-alloufa	DZ		0	Africa/Algiers	36.12078	0.88762		Bou Alloufa,Bou Halloufa		51			
2503502	Bou Allah	bou-allah	DZ		0	Africa/Algiers	36.55178	3.98965				14			
2503509	Bou Ali	bou-ali	DZ		0	Africa/Algiers	27.1538	-0.13885				34			
2503513	Bou Alem	bou-alem	DZ		0	Africa/Algiers	36.25	2.45				35			
2503522	Bou Aker	bou-aker	DZ		0	Africa/Algiers	35.61852	1.0092		Bou Aker,Douar Bou Aker		51			
2503541	Bou Aïch	bou-aich	DZ		0	Africa/Algiers	36.58302	4.94359				18			
2503543	Bou Ahmar	bou-ahmar	DZ		0	Africa/Algiers	35.43543	6.41258		Bou Ahmar,Mechta Bou Ammar		03			
2503546	Bou Agba	bou-agba	DZ		0	Africa/Algiers	36.07083	1.23126				41			
2503549	Bouafia Hossîne	bouafia-hossine	DZ		0	Africa/Algiers	36.55	7.71667				23			
2503554	Bou Adjem	bou-adjem	DZ		0	Africa/Algiers	36.71623	5.57316		Bou Adjem,Bou Hdjem,Mechta Bou Adjem,Mechtat Bou Ajem		24			
2503561	Bou Adenane	bou-adenane	DZ		0	Africa/Algiers	36.50291	4.24925				14			
2503563	Bou Adda	bou-adda	DZ		0	Africa/Algiers	36.62601	4.24099		Bou Adda,Taddart bou Adda		14			
2503564	Bou ’Adâl	bou-adal	DZ		0	Africa/Algiers	35.02456	-2.00483		Bou 'Adal,Bou Addal,Bou ’Adâl		15			
2503571	Bou Abed	bou-abed	DZ		0	Africa/Algiers	36.43467	5.38816				12			
2503621	Douar Zeboudj	douar-zeboudj	DZ		0	Africa/Algiers	36.03763	1.06288		Bordj Zeboudj el Oust,Douar Zeboudj		41			
2503622	Bordj Tiaoumine	bordj-tiaoumine	DZ		0	Africa/Algiers	36.46343	5.85038				48			
2503624	Bordj Sidi Hassein	bordj-sidi-hassein	DZ		0	Africa/Algiers	36.36667	6.3				48			
2503631	Bordj Oultem	bordj-oultem	DZ		0	Africa/Algiers	35.11812	4.37407		Bordj Oultem,brj awltam,brj wltam,برج أولتام,برج ولتام		27			
2503638	Bordj Mezarzou	bordj-mezarzou	DZ		0	Africa/Algiers	34.94146	4.36859				27			
2503643	Bordj Malek	bordj-malek	DZ		0	Africa/Algiers	36.47029	2.20935				55			
2503644	Bordj Lutaud	bordj-lutaud	DZ		0	Africa/Algiers	31.94438	5.35276				50			
2503647	Bordj Khemkam	bordj-khemkam	DZ		0	Africa/Algiers	35.96098	3.00335				06			
2503648	Bordj Kerma	bordj-kerma	DZ		0	Africa/Algiers	36.75703	7.67962				37			
2503649	Bordj Karaïa	bordj-karaia	DZ		0	Africa/Algiers	36.22707	6.36953				48			
2503650	Bordjia	bordjia	DZ		0	Africa/Algiers	35.75135	0.06716				07			
2503652	Bordj Hamaoui	bordj-hamaoui	DZ		0	Africa/Algiers	36.7109	7.93344		Bordj Hamaoui,Borj Hamaoui		44			
2503654	Bordj Ghdir	bordj-ghdir	DZ		34136	Africa/Algiers	35.90111	4.89806		Bordj Ghdir,Bordj R'dir,Bordj Redir,Bordj Rhedir,Bordj Rédir,Bordj R’dir		39			
2503662	Bordj el Hadjer	bordj-el-hadjer	DZ		0	Africa/Algiers	35.70934	3.30904				22			
2503663	Bordj el Hadj el Arbi	bordj-el-hadj-el-arbi	DZ		0	Africa/Algiers	36.30999	1.03892				41			
2503666	Bordj el Emir Abdelkader	bordj-el-emir-abdelkader	DZ		0	Africa/Algiers	35.86583	2.27028		Bordj Emir Abdelkader,Bordj el Emir Abdelkader,Trolard-Taza		56			
2503667	Bordj du Caïd	bordj-du-caid	DZ		0	Africa/Algiers	36.82411	6.50451		Bordj du Caid,Bordj du Caïd,Bordj el Caid,Bordj el Caïd		31			
2503668	Bordj el Caïd	bordj-el-caid	DZ		0	Africa/Algiers	35.66857	4.04599				27			
2503671	Bordj ech Cheikh ed Daïf	bordj-ech-cheikh-ed-daif	DZ		0	Africa/Algiers	36.70813	6.97269		Bordj ech Cheikh,Bordj ech Cheikh ed Daif,Bordj ech Cheikh ed Daïf		31			
2503672	Bordj du Marabout	bordj-du-marabout	DZ		0	Africa/Algiers	36.81295	7.33604				31			
2503673	Bordj du Keskes	bordj-du-keskes	DZ		0	Africa/Algiers	36.09051	5.49083		Bordj Ben Keskess,Bordj Ben Keskèss,Bordj du Keskes		12			
2503674	Bordj du Cheïkh	bordj-du-cheikh	DZ		0	Africa/Algiers	36.22924	8.17013		Bordj du Cheikh,Bordj du Cheikr,Bordj du Cheïkh,Bordj du Cheïkr		52			
2503675	Bordj du Caïd Lakhdar	bordj-du-caid-lakhdar	DZ		0	Africa/Algiers	36.86013	7.29226		Beni du Caid Lakhdar,Bordj du Caid Lakdar,Bordj du Caid Lakhdar,Bordj du Caïd Lakdar,Bordj du Caïd Lakhdar		31			
2503676	Bordj du Caïd Ahmed Lakhdar	bordj-du-caid-ahmed-lakhdar	DZ		0	Africa/Algiers	35.58698	8.18702		Bordj du Caid Ahmed Lakhdar,Bordj du Caïd Ahmed Lakhdar,Bordj du Kaid Hamed Lakrdar,Bordj du Kaïd Hamed Lakrdar,Bordj el Caid,Bordj el Caïd		33			
2503677	Bordj du Caïd	bordj-du-caid	DZ		0	Africa/Algiers	36.19217	4.96366				39			
2503678	Bordj du Caïd	bordj-du-caid	DZ		0	Africa/Algiers	36.06881	5.48829		Bordj du Caid,Bordj du Caïd,Bordj du Kaid,Bordj du Kaïd		12			
2503679	Bordj du Caïd	bordj-du-caid	DZ		0	Africa/Algiers	35.91485	7.00449				29			
2503680	Bordj du Caïd	bordj-du-caid	DZ		0	Africa/Algiers	35.72701	8.23028				33			
2503681	Bordj du Caïd	bordj-du-caid	DZ		0	Africa/Algiers	34.70506	3.7611				22			
2503686	Bordj de Chegga	bordj-de-chegga	DZ		0	Africa/Algiers	34.4264	5.90894		Bordj Chegga,Bordj de Chegga,Borj Chegga,Chegga		19			
2503689	Bordj Chandez	bordj-chandez	DZ		0	Africa/Algiers	31.95422	5.31006				50			
2503690	Bordj Chabet Zekkar	bordj-chabet-zekkar	DZ		0	Africa/Algiers	36.44195	5.66401				12			
2503691	Bordj Caïd Tahar	bordj-caid-tahar	DZ		0	Africa/Algiers	36.83904	7.36497				31			
2503692	Bordj Brahim Ben el Kassem	bordj-brahim-ben-el-kassem	DZ		0	Africa/Algiers	36.36069	7.60546		Bordj Brahim Ben el Kacem,Bordj Brahim Ben el Kassem		23			
2503693	Bordj Bou Rougaa	bordj-bou-rougaa	DZ		0	Africa/Algiers	36.21889	7.22967				23			
2503694	Bordj Bou Rerhda	bordj-bou-rerhda	DZ		0	Africa/Algiers	36.13635	5.37529		Bordj Bou Rerhan,Bordj Bou Rerhda		12			
2503695	Bordj Bounaama	bordj-bounaama	DZ		0	Africa/Algiers	35.85167	1.61806		Bordj Bounaama,Bordj Chahid Bounaama,Moliere,Molière		56			
2503696	Bordj Bou Lakkhas Ben Gannah	bordj-bou-lakkhas-ben-gannah	DZ		0	Africa/Algiers	36.34153	6.34671		Bordj Bou Lakkhas Ben Gannah,Bordj Bou Lakkras Ben Gannah		48			
2503697	Bordj Bou Harket	bordj-bou-harket	DZ		0	Africa/Algiers	34.84578	0.96546		Bordj Bou Harket,Bordj Bou Harkett		13			
2503701	Bordj Bou Arreridj	bordj-bou-arreridj	DZ		168346	Africa/Algiers	36.07321	4.76108		Bordj Bou Arerridj,Bordj Bou Arreridj,Bordj-Bou-Arreridj,Borj Bu Arrerij,Burdz Bu Urajridz,Burdż Bu Urajridż,QBJ,برج بوعريريج	39	39			
2503702	Bordj Bou Akkaz	bordj-bou-akkaz	DZ		0	Africa/Algiers	36.45	5.9				48			
2503703	Bordj Ben Zeggouta	bordj-ben-zeggouta	DZ		0	Africa/Algiers	36.30166	6.2697				48			
2503704	Bordj Ben Embarek	bordj-ben-embarek	DZ		0	Africa/Algiers	36.48213	6.57164		Bordj Ben Embareck,Bordj Ben Embarek		04			
2503706	Bordj Ben Ali Cherif	bordj-ben-ali-cherif	DZ		0	Africa/Algiers	36.22757	5.15313				12			
2503711	Arago	arago	DZ		0	Africa/Algiers	36.68483	6.3588		Arago,Bordj Ali,Ras el Oued		24			
2503718	Bordj	bordj	DZ		0	Africa/Algiers	34.64017	2.61591				22			
2503723	Bondjih	bondjih	DZ		0	Africa/Algiers	36.46042	4.90321				12			
2503728	Bokat Habazane	bokat-habazane	DZ		0	Africa/Algiers	36.3	1.51667				41			
2503730	Sahnoun	sahnoun	DZ		0	Africa/Algiers	36.15757	1.33854		Boka'et Sahnoun,Boka’et Sahnoun,Sahnoun		41			
2503731	Boukaat Ouled Tahar	boukaat-ouled-tahar	DZ		0	Africa/Algiers	36.08622	1.15202		Boka'et Ouled Tahar,Boka’et Ouled Tahar,Boukaat Ouled Tahar,Ouled Ben-et Tahar		41			
2503732	Boukaat Ouled M’Ghazi	boukaat-ouled-m-ghazi	DZ		0	Africa/Algiers	36.21657	1.39049		Boka'et Ouled Mrhazi,Boka’et Ouled Mrhazi,Boukaat Ouled M'Ghazi,Boukaat Ouled M’Ghazi,Ouled Marzi		41			
2503734	Boka’et Ouled Hammadi	boka-et-ouled-hammadi	DZ		0	Africa/Algiers	36.15491	1.12804		Boka'et Ouled Hammadi,Boka’et Ouled Hammadi,Oulad Hammadji		41			
2503737	Boukaat el Meknassa	boukaat-el-meknassa	DZ		0	Africa/Algiers	36.1277	1.27833		Boka'et Meknassa,Boka’et Meknassa,Boukaat el Meknassa,Mekenassa		41			
2503738	Z’malet Bouchakor	z-malet-bouchakor	DZ		0	Africa/Algiers	36.25068	1.24005		Boka'et ez Zmala,Boka’et ez Zmâla,Bordj du Caid,Bordj du Caïd,Z'malet Bouchakor,Z’malet Bouchakor		41			
2503739	Erramlia	erramlia	DZ		0	Africa/Algiers	36.18812	1.30004		Boka'et er Remlia,Boka’et er Remlîa,Erramlia,Romlia,Romlïa		41			
2503740	Boukaat el Moualek	boukaat-el-moualek	DZ		0	Africa/Algiers	36.10281	1.33389		Boka'et el Moualek,Boka’et el Mouâlek,Boukaat el Moualek,El Moualek		41			
2503741	Boukaat el Meaïzia	boukaat-el-meaizia	DZ		0	Africa/Algiers	36.18087	1.41922		Boka'et el M'Aiziya,Boka’et el M’Aïzîya,Boukaat el Meaizia,Boukaat el Meaïzia,Maizia,Maïzia		41			
2503742	Douar el H’baier	douar-el-h-baier	DZ		0	Africa/Algiers	36.20045	1.28256		Boka'et el Habair,Boka’et el Habâïr,Douar el H'baier,Douar el H’baier,El Habair,El Habaïr		41			
2503743	Boukaat Bou Derroua	boukaat-bou-derroua	DZ		0	Africa/Algiers	36.1071	1.25206		Boka'et ed Douadich,Boka’et ed Douadîch,Boukaat Bou Derroua,Daouadich		41			
2503745	Boka’et Chouîyât	boka-et-chouiyat	DZ		0	Africa/Algiers	36.20505	1.35878		Boka'et Chouiyat,Boka’et Chouîyât,Mechta Chouiat,Mechta Chouïat		41			
2503746	Bois Sacré	bois-sacre	DZ		0	Africa/Algiers	36.5658	2.30911				55			
2503761	Bloumet	bloumet	DZ		0	Africa/Algiers	23.45	6.1		Arrem Bloumet,Bloumet		53			
2503762	Blondel	blondel	DZ		0	Africa/Algiers	36.13333	4.73333		Aine Soltane,Aïne Soltane,Blondel		39			
2503763	Blidet Amor	blidet-amor	DZ		0	Africa/Algiers	32.94305	5.9728		Bled et Amor,Blidet Amor		TG			
2503769	Blida	blida	DZ		182447	Africa/Algiers	36.47004	2.8277		Al-Bulajda,Bilda,Blida,Buleyde,Dilida,El Bouleida,QLD,alblydh,alblydt,b li da,beullida,bo li da,burida,Блида,Бліда,البليدة,البلیده,بلیدہ,บลีดา,ブリダ,卜利达,블리다	20	20			
2503772	Bled Youssef	bled-youssef	DZ		0	Africa/Algiers	36.31417	6.26639		Bled Youssef,Ribeauville		48			
2503776	Bled Rhaffar	bled-rhaffar	DZ		0	Africa/Algiers	36.38963	7.51932		Bled Chafiar,Bled Ghaffar,Bled Ghafiar,Bled Rhaffar		23			
2503778	Bled es Sahel	bled-es-sahel	DZ		0	Africa/Algiers	36.46667	2.5				55			
2503802	Bizarga	bizarga	DZ		0	Africa/Algiers	36.89749	4.45155				14			
2503809	Bit el Kheïr	bit-el-kheir	DZ		0	Africa/Algiers	35.88485	3.12664				06			
2503813	Bitaoua	bitaoua	DZ		0	Africa/Algiers	35.16825	6.1013				03			
2503818	Bissy	bissy	DZ		0	Africa/Algiers	36.76667	7.01667				31			
2503826	Biskra	biskra	DZ		307987	Africa/Algiers	34.85038	5.72805		BSK,Biskira,Biskra,Briskra,Tibeskert,bi si ke la,bisakra,biseukeula,bisukura,bskrh,bskrt,wlayt bskrt,Бискра,Біскра,بسكرة,بسکره,بسکرہ,ولاية بسكرة,বিসক্রা,ビスクラ,比斯克拉,비스크라	19	19			
2503834	Bir Sidi el Hadi	bir-sidi-el-hadi	DZ		0	Africa/Algiers	35.77933	6.50793				29			
2503837	Bir Roubeï	bir-roubei	DZ		0	Africa/Algiers	35.33083	4.44282				27			
2503844	Bir Louksia	bir-louksia	DZ		0	Africa/Algiers	35.8775	5.2775				12			
2503854	Bir Heni	bir-heni	DZ		0	Africa/Algiers	35.32264	4.40707				27			
2503855	Bir Hanate	bir-hanate	DZ		0	Africa/Algiers	35.5343	4.64067				27			
2503859	Bir Ghellalia	bir-ghellalia	DZ		0	Africa/Algiers	35.32811	4.79082		Bir Ghellalia,Bir Guellalia,Guelalia		27			
2503863	Bir ez Zrof	bir-ez-zrof	DZ		0	Africa/Algiers	35.81422	6.5222				29			
2503864	Bir er Raïane	bir-er-raiane	DZ		0	Africa/Algiers	35.88941	6.25643				29			
2503867	Bir el M’Kaddem	bir-el-m-kaddem	DZ		0	Africa/Algiers	35.447	7.80136		Bir Mokaddem,Bir el M'Kaddem,Bir el M’Kaddem,Troubia		33			
2503869	Bir el Khoubbana	bir-el-khoubbana	DZ		0	Africa/Algiers	35.34656	4.55888				27			
2503870	Bir el Keraa	bir-el-keraa	DZ		0	Africa/Algiers	35.35262	4.64691				27			
2503871	Bir el Hamia	bir-el-hamia	DZ		0	Africa/Algiers	35.35696	4.50921				27			
2503880	Bir el Arche	bir-el-arche	DZ		0	Africa/Algiers	36.13083	5.83904		Bir el Arch,Bir el Arche,Bir-Lahrech,Navarin		12			
2503881	Bir el Arbi	bir-el-arbi	DZ		0	Africa/Algiers	35.32649	4.65247				27			
2503891	Bir Chaham	bir-chaham	DZ		0	Africa/Algiers	35.91915	5.03697				39			
2503892	Bir Braïch	bir-braich	DZ		0	Africa/Algiers	35.93437	5.23952				12			
2503894	Bir Besbes	bir-besbes	DZ		0	Africa/Algiers	34.1448	4.99318				OD			
2503901	Mechta Bou Abdallah	mechta-bou-abdallah	DZ		0	Africa/Algiers	36.13217	5.59628		Bir 'Abdallah,Bir ’Abdallah,Mechta Bou Abdallah,Mechtat Bou Abdallah		12			
2503936	Bigou	bigou	DZ		0	Africa/Algiers	34.66229	5.53947				19			
2503965	Bezzit	bezzit	DZ		0	Africa/Algiers	36.4443	3.9069				21			
2503977	Bezaïr	bezair	DZ		0	Africa/Algiers	36.12034	1.46788				41			
2503979	Beymouth	beymouth	DZ		0	Africa/Algiers	35.91723	0.08424				07			
2503987	Haouch el Bey	haouch-el-bey	DZ		0	Africa/Algiers	36.52336	3.01723				20			
2504001	Betteka	betteka	DZ		0	Africa/Algiers	32.61487	5.4603				50			
2504059	El Bessahia	el-bessahia	DZ		0	Africa/Algiers	36.05643	1.56652		Bessah,Bessahia,El Bessahia		41			
2504150	Bermafou	bermafou	DZ		0	Africa/Algiers	36.61667	4.66667				18			
2504151	Berkoussa	berkoussa	DZ		0	Africa/Algiers	35.08962	-1.78878		Berkoussa,Douar Berkoussa		15			
2504168	Berkaïs	berkais	DZ		0	Africa/Algiers	36.56667	4.5		Berkais,Berkaiss,Berkaïs,Berkaïss		14			
2504184	Berhaoun	berhaoun	DZ		0	Africa/Algiers	35.0584	-1.87711		Beraoun,Berhaoun		15			
2504199	Berdoun	berdoun	DZ		0	Africa/Algiers	36.59866	4.88233				18			
2504234	Berbessa	berbessa	DZ		0	Africa/Algiers	36.61265	2.74825				55			
2504244	Bérard	berard	DZ		0	Africa/Algiers	36.60293	2.60926				55			
2504247	Berafaï	berafai	DZ		0	Africa/Algiers	36.73882	3.66604				40			
2504265	Ben Zireg	ben-zireg	DZ		0	Africa/Algiers	31.91914	-1.83848		Ben Zireg		38			
2504275	Ben Zerga	ben-zerga	DZ		0	Africa/Algiers	36.76516	3.25009				01			
2504293	Ben Yakoub	ben-yakoub	DZ		0	Africa/Algiers	34.46444	2.7862		Ben Jakoub,Ben Yacoub,Ben Yakoub		22			
2504297	Douar Ouled Benyahia	douar-ouled-benyahia	DZ		0	Africa/Algiers	35.14016	0.25541		Ben Yahia,Douar Ouled Benyahia		26			
2504301	Ben Turkia	ben-turkia	DZ		0	Africa/Algiers	36.73933	3.40534				40			
2504317	Ben Thious	ben-thious	DZ		0	Africa/Algiers	34.64566	5.4804		Ben Thious,Ben Thiouss		19			
2504344	Ben Talah	ben-talah	DZ		0	Africa/Algiers	28.31252	-0.23956				34			
2504392	Ben Saoucha	ben-saoucha	DZ		0	Africa/Algiers	35.62974	4.72085				27			
2504414	Beni Rhazi	beni-rhazi	DZ		0	Africa/Algiers	36.68639	3.10166				01			
2504426	Ben Ouadâa	ben-ouadaa	DZ		0	Africa/Algiers	36.18375	7.21149				23			
2504445	Ben Nessah	ben-nessah	DZ		0	Africa/Algiers	36.59499	2.70991		Ben Nessah,Ben Nessali		55			
2504452	Benndou	benndou	DZ		0	Africa/Algiers	36.4364	2.5325				20			
2504453	Ben N’Choud	ben-n-choud	DZ		0	Africa/Algiers	36.86318	3.88035		Ben N'Choud,Ben Nchodd,Ben N’Choud		40			
2504455	Ben Nasseur	ben-nasseur	DZ		0	Africa/Algiers	33.11667	6.43333				TG			
2504473	Ben Moktar	ben-moktar	DZ		0	Africa/Algiers	36.7426	7.23875		Ben Moktar,Douar Ben Moktar		31			
2504486	Ben Mehidi	ben-mehidi	DZ		28398	Africa/Algiers	36.76967	7.90641		Ben Mehidi,Morris		44			
2504490	Ben Mannsour	ben-mannsour	DZ		0	Africa/Algiers	36.71133	4.91618				18			
2504539	Ben Kadach Salah	ben-kadach-salah	DZ		0	Africa/Algiers	35.68415	6.76699				29			
2504541	Beni Znassene	beni-znassene	DZ		0	Africa/Algiers	34.84323	-0.95493		Beni Znassene,Dechret Beni Znassene		15			
2504544	Beni Ya’koûb	beni-ya-koub	DZ		0	Africa/Algiers	34.96248	-1.49727		Beni Ya'koub,Beni Ya’koûb,Douar Beni Yacoub		15			
2504545	Beni Yakoub	beni-yakoub	DZ		0	Africa/Algiers	34.81943	-1.20812		Beni Yakoub,Douar Beni Yakoub		15			
2504550	Beni Tokaï	beni-tokai	DZ		0	Africa/Algiers	36.41381	1.78111				55			
2504555	Beni Tamer	beni-tamer	DZ		0	Africa/Algiers	27.82814	-0.27042				34			
2504557	Beni Soula	beni-soula	DZ		0	Africa/Algiers	36.6	4.51667				14			
2504558	Beni Souk	beni-souk	DZ		0	Africa/Algiers	35.08905	5.86322		Beni Souik,Beni Souk		19			
2504578	Beni Saïd	beni-said	DZ		0	Africa/Algiers	37.01746	6.52799		Beni Said,Beni Saïd,Zaouia des Beni Said,Zaouia des Beni Saïd		31			
2504582	Beni Saâd	beni-saad	DZ		0	Africa/Algiers	36.42167	1.64449		Beni Saad,Beni Sad,Beni Saâd		35			
2504587	Beni Rhanane	beni-rhanane	DZ		0	Africa/Algiers	35.25349	-1.41877				36			
2504589	Barbouche	barbouche	DZ		0	Africa/Algiers	36.10589	2.48185		Barbouche,Beni Rached		35			
2504595	Beni Ouidene	beni-ouidene	DZ		0	Africa/Algiers	36.33273	4.4374		Beni Ouiden,Beni Ouidene		18			
2504599	Beni Ou ’Ammar	beni-ou-ammar	DZ		0	Africa/Algiers	36.45	4.4				18			
2504600	Beni Ouaggag	beni-ouaggag	DZ		0	Africa/Algiers	36.17785	4.24695		Beni Ouagag,Beni Ouaggag,Beni Ouagueg		39			
2504602	Beni Nasseur	beni-nasseur	DZ		0	Africa/Algiers	36.40964	1.8565				35			
2504603	Benina	benina	DZ		0	Africa/Algiers	36.11305	5.1251				39			
2504604	Douar Beni M’Safer	douar-beni-m-safer	DZ		0	Africa/Algiers	36.54767	1.77877		Beni Msafer,Douar Beni M'Safer,Douar Beni M’Safer		55			
2504622	Beni Mered	beni-mered	DZ		92749	Africa/Algiers	36.52389	2.86131		Beni Mered		20			
2504623	Beni Meraz	beni-meraz	DZ		0	Africa/Algiers	36.65403	5.73985				24			
2504624	Beni Melouk	beni-melouk	DZ		0	Africa/Algiers	29.18236	0.18605		Beni Melouk,ath amlwk,bny mlwk,آث أملوك,بني ملوك		TM			
2504630	Beni Mehlal	beni-mehlal	DZ		0	Africa/Algiers	29.23295	0.2029		Beni Mehlal,ath mhlal,bny mhlal,آث مهلال,بني مهلال		TM			
2504633	Beni Matas	beni-matas	DZ		0	Africa/Algiers	36.49888	3.89199				14			
2504642	Beni Mafer	beni-mafer	DZ		0	Africa/Algiers	36.91667	7.75				37			
2504645	Beni Lalem	beni-lalem	DZ		0	Africa/Algiers	36.29163	4.78079				39			
2504649	Beni Kina	beni-kina	DZ		0	Africa/Algiers	36.53048	2.92008				20			
2504652	Beni Khannous	beni-khannous	DZ		0	Africa/Algiers	36.12715	1.5859				35			
2504655	Beni Khalifa	beni-khalifa	DZ		0	Africa/Algiers	36.28158	2.84309				06			
2504657	Beni Kati	beni-kati	DZ		0	Africa/Algiers	36.616	5.47945				24			
2504659	Beni Isouid	beni-isouid	DZ		0	Africa/Algiers	33.1	6.08333				TG			
2504669	Douar Beni Hssen	douar-beni-hssen	DZ		0	Africa/Algiers	36.02335	1.78303		Beni Hassene,Douar Beni Hssen		35			
2504679	Beni Hamou	beni-hamou	DZ		0	Africa/Algiers	36.72572	3.88444		Beni Hammou,Beni Hamou		14			
2504684	Beni Hafod	beni-hafod	DZ		0	Africa/Algiers	36.39729	4.81054		Beni Hafedh,Beni Hafod		12			
2504688	Beni Guenndourz	beni-guenndourz	DZ		0	Africa/Algiers	36.56928	5.10673				12			
2504697	Beni Ferah	beni-ferah	DZ		0	Africa/Algiers	35.14407	5.83223				19			
2504699	Beni Enntas	beni-enntas	DZ		0	Africa/Algiers	36.60197	3.69708				40			
2504700	Beni Embarek	beni-embarek	DZ		0	Africa/Algiers	36.69893	5.00261		Beni Embarek,Beni M'Bareck,Beni M’Bareck		18			
2504701	Beni el Maï	beni-el-mai	DZ		0	Africa/Algiers	35.7073	5.31684				12			
2504705	Beni Dja’âd	beni-dja-ad	DZ		0	Africa/Algiers	36.49813	4.70783		Beni Dja'ad,Beni Dja’âd,Beni Djiad		18			
2504715	Beni Bouhelf	beni-bouhelf	DZ		0	Africa/Algiers	36.41324	1.79475				35			
2504716	Beni Bou Hanou	beni-bou-hanou	DZ		0	Africa/Algiers	36.45999	1.77194				55			
2504717	Beni Bou Atmane	beni-bou-atmane	DZ		0	Africa/Algiers	36.52804	2.01109				55			
2504718	Beni Bou Aïch	beni-bou-aich	DZ		0	Africa/Algiers	36.44667	1.82436				55			
2504719	Douar Kouassem	douar-kouassem	DZ		0	Africa/Algiers	36.27826	1.01543		Beni Bonchir,Douar Kouassem		41			
2504720	Beni Bezzez	beni-bezzez	DZ		0	Africa/Algiers	36.51667	5.5		Beni Bezzez		12			
2504721	Beni Belaaz	beni-belaaz	DZ		0	Africa/Algiers	36.40965	3.25123				06			
2504728	Beni Attah	beni-attah	DZ		0	Africa/Algiers	35.39308	0.84515		Beni Attah,Douar Beni Attah		26			
2504730	Aït Arif	ait-arif	DZ		0	Africa/Algiers	36.49992	3.14836	1079	ayt ʿryf,ayth ʿryf,bny ʿryf,آيت عريف,آيث عريف,بني عريف,ⴰⵢⵜ ⵄⵔⵉⴼ		20			
2504737	Dechret Beni Anane	dechret-beni-anane	DZ		0	Africa/Algiers	36.49586	3.43072		Beni Anane,Beni Anâne,Dechret Beni Anane		21			
2504749	Beni Abdi	beni-abdi	DZ		0	Africa/Algiers	36.66667	2.98333				01			
2504750	Beni Abdallah	beni-abdallah	DZ		0	Africa/Algiers	36.54106	5.22656				18			
2504760	Ben Henni	ben-henni	DZ		0	Africa/Algiers	27.62734	-0.30419				34			
2504764	Ben Hebal	ben-hebal	DZ		0	Africa/Algiers	35.43703	5.57643				03			
2504775	Ben Haroun	ben-haroun	DZ		0	Africa/Algiers	36.45019	3.77523				21			
2504779	Ben Hamza	ben-hamza	DZ		0	Africa/Algiers	36.83215	3.89326				40			
2504788	Ben Hammam	ben-hammam	DZ		0	Africa/Algiers	35.96709	1.26196				51			
2504805	Ben Guermout	ben-guermout	DZ		0	Africa/Algiers	35.72275	-0.54061		Ben Guermont,Ben Guermout,Douar Ben Guermout		09			
2504811	Ben Guemmez	ben-guemmez	DZ		0	Africa/Algiers	35.76952	5.27548				12			
2504816	Ben Griba	ben-griba	DZ		0	Africa/Algiers	36.38134	6.93532		Ben Griba,Douar Ben Griba		04			
2504860	Ben Draou	ben-draou	DZ		0	Africa/Algiers	28.00329	-0.42381				34			
2504883	Bendida	bendida	DZ		0	Africa/Algiers	35.0571	-0.65549				30			
2504934	Ben Chabane	ben-chabane	DZ		0	Africa/Algiers	36.62024	2.87639		Ben Chaabane,Ben Chaâbane		20			
2504941	Douar Ben Bel Alia	douar-ben-bel-alia	DZ		0	Africa/Algiers	35.49162	0.85054		Ben Bel Alia,Douar Ben Bel Alia		51			
2504954	Arbaoun	arbaoun	DZ		0	Africa/Algiers	36.46278	5.64806		Arbaoun,Ben Aziz,Beni Aziz,Chevreul		12			
2504960	Ben Attali	ben-attali	DZ		0	Africa/Algiers	36.31348	2.75082				06			
2504989	Ben Amoun	ben-amoun	DZ		0	Africa/Algiers	36.1094	2.17623				35			
2504997	Ben Amara	ben-amara	DZ		0	Africa/Algiers	36.86985	3.93109				40			
2505002	Douar Ben Alouache	douar-ben-alouache	DZ		0	Africa/Algiers	36.15094	2.98356		Ben Alouach,Douar Ben Alouache		06			
2505004	Karaâ Chira	karaa-chira	DZ		0	Africa/Algiers	36.14726	1.50505		Ben Allel,Karaa Chira,Karaâ Chira		41			
2505015	Ben ’Aknoûn	ben-aknoun	DZ		0	Africa/Algiers	36.76667	3.01667		Ben 'Aknoun,Ben ’Aknoûn		01			
2505017	Mechtat Ben Aïssa	mechtat-ben-aissa	DZ		0	Africa/Algiers	36.49112	6.61963		Mechta ben Aissa,Mechta ben Aïssa,Mechtat Ben Aissa,Mechtat Ben Aïssa		04			
2505062	Bel Resli	bel-resli	DZ		0	Africa/Algiers	36.64888	4.33215		Bel Resli,Bel Rezli		14			
2505094	Bel Lezhar	bel-lezhar	DZ		0	Africa/Algiers	36.55343	2.15531				55			
2505112	Bellaa	bellaa	DZ		0	Africa/Algiers	36.20241	5.85372		Belaa,Bellaa		12			
2505116	Bel Kreït	bel-kreit	DZ		0	Africa/Algiers	36.43333	2.86667				20			
2505153	Bel Imour	bel-imour	DZ		0	Africa/Algiers	35.98111	4.87889		Bel Imour,Cerez		39			
2505161	Belhiout	belhiout	DZ		0	Africa/Algiers	35.20876	6.30479		Belhiout,Bellihoud		03			
2505173	Bel Haouari	bel-haouari	DZ		0	Africa/Algiers	35.11306	0.85685		Bel Haouari,Metameur Bel Haouari		13			
2505178	Bel Hadri	bel-hadri	DZ		0	Africa/Algiers	35.41842	-0.79888				36			
2505185	Belaassel Bouzagza	belaassel-bouzagza	DZ		0	Africa/Algiers	35.84067	0.4989		Bel Hacel,Belaassel Bouzagza		51			
2505236	Bel Ayel	bel-ayel	DZ		0	Africa/Algiers	36.32537	4.55529				18			
2505255	Bel Aroug	bel-aroug	DZ		0	Africa/Algiers	35.42575	3.77415				27			
2505259	Balaroui	balaroui	DZ		0	Africa/Algiers	35.51813	0.95984		Balaroui,Belaraoui,Douar Balaroui		13			
2505278	Bel Aïba	bel-aiba	DZ		0	Africa/Algiers	35.52555	5.15572		Bel Aiba,Bel Aïba		27			
2505290	Douar Bel Abd Ennour	douar-bel-abd-ennour	DZ		0	Africa/Algiers	35.09982	0.77012		Bel Abd el Nour,Douar Bel Abd Ennour,Metameur Bel Abd el Nour		13			
2505296	Haï Bellabés	hai-bellabes	DZ		0	Africa/Algiers	36.23246	1.65207		Ali Ben Yahia,Bel Abbes,Hai Bellabes,Haï Bellabés,Wattignies		35			
2505321	Bekaïria	bekairia	DZ		0	Africa/Algiers	35.65953	1.55218				56			
2505957	Azloua	azloua	DZ		0	Africa/Algiers	35.62704	1.1859				13			
2505329	Bejaïa	bejaia	DZ		164103	Africa/Algiers	36.75587	5.08433		BJA,Bedzaja,Bedzhaja,Bejaia,Bejaïa,Bidschaya,Bidschāya,Bigaya,Bijaya,Bijāya,Biǧāya,Bougie,Bugia,Bugía,Béjaïa,bjayh,bjayt,bjayہ,Беджая,Беџаја,بجاية,بجایه,بجایہ	18	18			
2505334	Beït Aïssia	beit-aissia	DZ		0	Africa/Algiers	35.87239	3.65941				27			
2505346	Beïda Bordj	beida-bordj	DZ		0	Africa/Algiers	35.89444	5.66528		Beida Bordj,Beïda Bordj		12			
2505447	Behima	behima	DZ		0	Africa/Algiers	33.46746	6.88817				43			
2505449	Douar Abahri	douar-abahri	DZ		0	Africa/Algiers	36.51765	1.93429		Behari,Douar Abahri		55			
2505481	Bedrabine	bedrabine	DZ		0	Africa/Algiers	35.0095	-0.85039				30			
2505537	Beauprêtre	beaupretre	DZ		0	Africa/Algiers	36.55164	3.80708		Beauprete,Beaupretre,Beauprête,Beauprêtre,Bou Faima		14			
2505539	Bdeaoua	bdeaoua	DZ		0	Africa/Algiers	35.70323	1.32647				56			
2505542	Bazouka	bazouka	DZ		0	Africa/Algiers	36.1974	2.16085				35			
2505543	Baziz Haouari	baziz-haouari	DZ		0	Africa/Algiers	36.32558	2.69934				06			
2505549	Bazer Sakra	bazer-sakra	DZ		0	Africa/Algiers	36.11778	5.70972		Bazer Sakra		12			
2505556	Bayou	bayou	DZ		0	Africa/Algiers	36.56667	5.1				18			
2505557	Bayard	bayard	DZ		0	Africa/Algiers	36.71489	7.07915		Ahmed Ben Ali,Bayard		31			
2505572	Batna	batna	DZ		280798	Africa/Algiers	35.55597	6.17414		BLJ,Batina,Batna,Batna City,Batnah,Tbatent,Wilaya de Batna,ba te na,bateuna,batnh  aljzayr,batnt,batona,wlayt batnt,Батна,Батна қаласы,باتنة,باتنه، الجزایر,باتنہ,باتنہ، الجزائر,ولاية باتنة,バトナ,巴特纳,바트나	03	03			
2505587	Douar Bassour	douar-bassour	DZ		0	Africa/Algiers	36.22986	2.85591				06			
2505599	Barral	barral	DZ		0	Africa/Algiers	36.6475	7.77667				44			
2505630	Barhla	barhla	DZ		0	Africa/Algiers	35.35549	6.42218				03			
2505640	Barekache	barekache	DZ		0	Africa/Algiers	34.96103	6.97363		Barekache,Bourekache		47			
2505668	Ba Messaoud	ba-messaoud	DZ		0	Africa/Algiers	28.04493	-0.49493				34			
2505681	Balbal	balbal	DZ		0	Africa/Algiers	36.26604	1.98132				35			
2505690	Bakhalla	bakhalla	DZ		0	Africa/Algiers	28.01759	-0.44793				34			
2505696	Baïz	baiz	DZ		0	Africa/Algiers	35.60476	1.18578				13			
2505708	Baïnem Falaise	bainem-falaise	DZ		0	Africa/Algiers	36.81334	2.97047				01			
2505732	Bahra	bahra	DZ		0	Africa/Algiers	35.3096	0.96219		Bahra,Douar Bahra		13			
2505737	Bahmer	bahmer	DZ		0	Africa/Algiers	27.49396	-0.28675		Bahmer		34			
2505742	Bahlalla	bahlalla	DZ		0	Africa/Algiers	35.05845	-1.81961		Bahlalla,Douar Bahlalla		15			
2505747	Douar Menasseria	douar-menasseria	DZ		0	Africa/Algiers	36.35587	1.30952		Bahira el Menasseria,Douar Menasseria		41			
2505755	Bahata	bahata	DZ		0	Africa/Algiers	36.3632	3.11046		Bahata		06			
2505824	Badjerou	badjerou	DZ		0	Africa/Algiers	35.68453	5.41327				12			
2505857	Bab el Oued	bab-el-oued	DZ		0	Africa/Algiers	36.79239	3.05217		Bab al-Wadi,Bab el Oued,Bāb al-Wādī,Faubourg Bab el Oued,bab alwad,bab alwady,باب الواد,باب الوادي		01			
2505863	Faubourg Bab-Ali	faubourg-bab-ali	DZ		0	Africa/Algiers	35.40049	0.13599		Bab Ali,Faubourg Bab-Ali		26			
2505924	Azrou Bou Ammar	azrou-bou-ammar	DZ		0	Africa/Algiers	36.65513	4.93664				18			
2505930	Rokbet el Azri	rokbet-el-azri	DZ		0	Africa/Algiers	35.38135	1.7379				13			
2505968	Azib Takhlicht	azib-takhlicht	DZ		0	Africa/Algiers	36.83333	4.71667				18			
2505969	Azib Cheïkh	azib-cheikh	DZ		0	Africa/Algiers	36.55178	3.91514				14			
2505970	Azib Bou Yadif	azib-bou-yadif	DZ		0	Africa/Algiers	36.71647	3.94367				14			
2505973	Azib Aboudaou	azib-aboudaou	DZ		0	Africa/Algiers	36.70068	5.05647		Aboudaou,Azib Aboudaou		18			
2505993	Azerou Kellat	azerou-kellat	DZ		0	Africa/Algiers	36.5873	4.28604				14			
2505994	Azerou Bahar	azerou-bahar	DZ		0	Africa/Algiers	36.83736	4.07239				14			
2506011	Azelouaz	azelouaz	DZ		0	Africa/Algiers	24.56412	9.47366		Azelouaz		DJ			
2506030	Azekkour	azekkour	DZ		0	Africa/Algiers	29.31098	0.29845				TM			
2506063	Azaïna	azaina	DZ		0	Africa/Algiers	35.10287	-1.58782		Azaina,Azaïna,Aznaina,Aznaïna		15			
2506069	Ayouch	ayouch	DZ		0	Africa/Algiers	35.92066	2.22187				35			
2506070	Ayet Mustapha Ben Boû La’ïd	ayet-mustapha-ben-bou-la-id	DZ		0	Africa/Algiers	35.18381	-0.6418		Ayet Mustapha Ben Bou La'id,Ayet Mustapha Ben Boû La’ïd,Faubourg Negrier,Faubourg Négrier,Mustapha Ben Boulaid		30			
2506071	Ayet el ’Arbi Ben Lemhidi	ayet-el-arbi-ben-lemhidi	DZ		0	Africa/Algiers	35.20393	-0.64667		Ayet el 'Arbi Ben Lemhidi,Ayet el ’Arbi Ben Lemhidi,Faubourg Gambetta,Larbi Ben M'Hidi,Larbi Ben M’Hidi		30			
2506074	Ayata	ayata	DZ		0	Africa/Algiers	33.48333	5.99275				MG			
2506076	Ayallalaoun	ayallalaoun	DZ		0	Africa/Algiers	35.20279	6.08333		Ayallalaoun,Ayllalaoun		03			
2506088	Attouch	attouch	DZ		0	Africa/Algiers	36.7914	4.02781				14			
2506099	El Hatatba	el-hatatba	DZ		0	Africa/Algiers	35.92659	0.92808		Attatba,El Hatatba		51			
2506129	Atrouch	atrouch	DZ		0	Africa/Algiers	36.83205	4.64282				18			
2506214	Atalla	atalla	DZ		0	Africa/Algiers	36.77618	4.90304				18			
2506228	Assoumat	assoumat	DZ		0	Africa/Algiers	36.83706	4.89074				18			
2506242	Assiak Bou Adda	assiak-bou-adda	DZ		0	Africa/Algiers	36.7	4.41667				14			
2506250	Asselbou	asselbou	DZ		0	Africa/Algiers	36.65787	5.72163		Aselbou,Asselbou		24			
2506312	Asloun	asloun	DZ		0	Africa/Algiers	36.60321	4.97356				18			
2506316	Aslellef	aslellef	DZ		0	Africa/Algiers	35.05193	6.94252				47			
2506346	Asga	asga	DZ		0	Africa/Algiers	36.307	4.76983				39			
2506455	Bardi Boudjemaa	bardi-boudjemaa	DZ		0	Africa/Algiers	36.5731	6.74005		Armee Francaise,Armèe Française,Bardi Boudjemaa		31			
2506457	Armandville	armandville	DZ		0	Africa/Algiers	35.87429	-0.29447				09			
2506514	Ariane er Râs	ariane-er-ras	DZ		0	Africa/Algiers	28.41597	-0.26344				34			
2506519	Arhribs	arhribs	DZ		23958	Africa/Algiers	36.79361	4.31158		Aghribs,Arhribs		14			
2506529	Arhlad	arhlad	DZ		0	Africa/Algiers	29.37002	0.18152				TM			
2506531	Arhil	arhil	DZ		0	Africa/Algiers	27.35262	-0.23202				34			
2506539	Arhbâl	arhbal	DZ		0	Africa/Algiers	36.97024	6.52665		Ain Arbel,Arhbal,Arhbâl,Aïn Arbel		31			
2506566	Arezzou	arezzou	DZ		0	Africa/Algiers	36.66117	5.55753				24			
2506582	Areg Gamra	areg-gamra	DZ		0	Africa/Algiers	32.06211	5.33788				50			
2506597	Ardîkh	ardikh	DZ		0	Africa/Algiers	36.8773	6.13722		Ardikh,Ardîkh,Dechra Aredir,Dechret Aredir		24			
2506611	Arbos Ville	arbos-ville	DZ		0	Africa/Algiers	35.7	-0.61667		Arbes Ville,Arbos Ville		09			
2506623	Arbatache	arbatache	DZ		17481	Africa/Algiers	36.63773	3.37127		Arbatach,Arbatache,L'Arbatach,L'Arbetache,Larbatache,L’Arbatach,L’Arbetache,Marechal Foch,Maréchal Foch		40			
2506631	Arbala	arbala	DZ		0	Africa/Algiers	36.57276	4.78634				18			
2506639	Arba Foukani	arba-foukani	DZ		0	Africa/Algiers	33.1063	0.59804				42			
2506641	Arbacha	arbacha	DZ		0	Africa/Algiers	34.91545	6.86378				47			
2506656	Arba	arba	DZ		0	Africa/Algiers	35.3094	6.07814				03			
2506753	Aourir Ouelmi	aourir-ouelmi	DZ		0	Africa/Algiers	36.35898	4.80852		Aourir Ou Eulmi,Aourir Ouelmi		12			
2506754	Aourir Akbour	aourir-akbour	DZ		0	Africa/Algiers	28.76828	0.02656		Akbour,Aourir Akbour		TM			
2506773	Aoungal	aoungal	DZ		0	Africa/Algiers	36.40315	3.13692				20			
2506800	Aoulad Badis	aoulad-badis	DZ		0	Africa/Algiers	36.49167	5.62778				12			
2506811	Aouinet el Mora	aouinet-el-mora	DZ		0	Africa/Algiers	35.67957	7.88463		Anouinet Mora,Aouinet el Mora		33			
2509009	Achachda	achachda	DZ		0	Africa/Algiers	35.7067	1.56101				56			
2506928	Douar Aïn el Khede	douar-ain-el-khede	DZ		0	Africa/Algiers	35.17589	0.45718		Aoualine,Douar Ain el Khede,Douar Aïn el Khede		26			
2506941	Anzeglouf	anzeglouf	DZ		0	Africa/Algiers	26.88196	-0.01804				34			
2506942	Anzeglouf	anzeglouf	DZ		0	Africa/Algiers	26.82219	0.02951				34			
2506964	Annza Absa	annza-absa	DZ		0	Africa/Algiers	36.55153	2.08419				55			
2506968	Ounsour Enhas	ounsour-enhas	DZ		0	Africa/Algiers	36.40466	1.29277		Annseur en Nhas,Ounsour Enhas,Station d'Ancer En N'Hace,Station d’Ancer En N’Hace		41			
2506969	Annseur el Abiod	annseur-el-abiod	DZ		0	Africa/Algiers	35.81407	1.57108				56			
2506976	Annoual	annoual	DZ		0	Africa/Algiers	35.70311	5.24227		Annoual,Anroual		12			
2506999	Annaba	annaba	DZ		206570	Africa/Algiers	36.9	7.76667		AAE,Aanavaen,Anaba,Annaba,Annaba - syaht,Annaba - سياحة,Annába,Aânavaen,Bona,Bone,Bône,Hippo,Hippo Regius,an na ba,an'naba,annaba,Анаба,Аннаба,Аннаба қаласы,Աննաբա,عنابة,عنابه,عنابہ,আন্নাবা,アンナバ,安纳巴,안나바	37	37			
2507011	Anguellou	anguellou	DZ		0	Africa/Algiers	29.66951	0.34134				TM			
2507037	Andrièche	andrieche	DZ		0	Africa/Algiers	36.63333	5.25				18			
2507069	Amzeourou	amzeourou	DZ		0	Africa/Algiers	36.68873	4.0142				14			
2507073	Amsthas	amsthas	DZ		0	Africa/Algiers	36.6766	3.47324		Amsthas,Amsthas Dechra Sidi Amrane		40			
2507076	Amsioun	amsioun	DZ		0	Africa/Algiers	36.60495	4.76086		Amsioun,Amssioun		18			
2507125	Mechtat el Amra	mechtat-el-amra	DZ		0	Africa/Algiers	36.28473	3.91387				21			
2507164	Amkrouz	amkrouz	DZ		0	Africa/Algiers	36.56493	4.50535				14			
2507165	Amkarta	amkarta	DZ		0	Africa/Algiers	36.61354	5.66122				24			
2507218	Amerzoug	amerzoug	DZ		0	Africa/Algiers	36.50709	4.92678				12			
2507222	Ameraoua	ameraoua	DZ		0	Africa/Algiers	36.4427	1.38099				41			
2507314	Douar el Amamra	douar-el-amamra	DZ		0	Africa/Algiers	35.47304	0.65921		Amamrane,Douar Amamran,Douar el Amamra		26			
2507316	Amamra	amamra	DZ		0	Africa/Algiers	35.53774	2.1924				22			
2507329	Douar Hammaïchia	douar-hammaichia	DZ		0	Africa/Algiers	36.17607	0.45393		Amaichia,Amaïchia,Douar Amaichia,Douar Amaïchia,Douar Hammaichia,Douar Hammaïchia		07			
2507341	Amadene Foukam	amadene-foukam	DZ		0	Africa/Algiers	36.69866	4.94003				18			
2507360	Alm Denane el Homadna	alm-denane-el-homadna	DZ		0	Africa/Algiers	36.86667	3.73333				40			
2507362	Alma Ou Hammane	alma-ou-hammane	DZ		0	Africa/Algiers	36.84659	4.02451				40			
2507374	Allessa	allessa	DZ		0	Africa/Algiers	36.19087	4.04323		Alleca,Allessa,Alleça		21			
2507386	Allarhane	allarhane	DZ		0	Africa/Algiers	36.40861	4.45026				18			
2507391	Allamellal Sidi Cherif	allamellal-sidi-cherif	DZ		0	Africa/Algiers	29.29587	0.2655				TM			
2507410	Ali Ou Mohammed	ali-ou-mohammed	DZ		0	Africa/Algiers	36.53461	5.22276				18			
2507413	Aliouene	aliouene	DZ		0	Africa/Algiers	36.61426	5.24568		Aliouen,Aliouene		18			
2507480	Algiers	algiers	DZ		1977663	Africa/Algiers	36.73225	3.08746		ALG,Al Jazair,Al-jezair,Alcher,Alge,Algeirsborg,Alger,Algeri,Algero,Algier,Algiers,Algir,Alg·èr,Algê,Algír,Alje,Aljer,Aljir,Alse,Alxer,Alzer,Alzhir,Alzhir khot,Alzhir shaary,Alzhyr,Alziir,Alzir,Alzira,Alzirs,Alzyras,Alĝero,Alžiir,Alžir,Alžyras,Alžír,Alžěr,Alžīra,Alžīrs,Argel,Argier,Argièr,Arhel,Arjel,Arxel,Caesair,Cathair na hAilgeire,Cathair na hAilgéire,Cezayir,Cäsair,Icosium,Jazoir,Zzayer,a er ji er,ala-jaza'ira,alajiyarsa,alje,alji'ersa,aljiyars,aljiyarsa,aljyrz,aljzayr,aljzayr (mdynt),aljzayr alʿasmt,aljzyrh,alzhiri,aruje,jەzayyr,mdynt aljzayr,yaljyr,Əlcəzair,ʼlgyr,Αλγέρι,Алжир,Алжир хот,Алжир шаары,Алжыр,Алҷазоир,Ալժիր,אלגיר,אלזשירס,ئالجىر,الجزائر,الجزائر (مدينة),الجزائر العاصمة,الجزائر شہر,الجزيره,الجزیره,الجیرز,جەزائیر,مدينة الجزائر,ܓܙܐܐܪ,अल्जीएर्स,अल्जीयर्स,আলজিয়ার্স,ਅਲ-ਜਜ਼ਾਇਰ,அல்ஜியர்ஸ்,അൾജിയേഴ്സ്,แอลเจียร์,ཨཱལ་ཇི་ཡར་སི།,အယ်လဂျီးယားမြို့,ალჟირი,አልጀርስ,アルジェ,阿爾及爾,알제		01			
2507486	Alexandre Dumas	alexandre-dumas	DZ		0	Africa/Algiers	35.06596	-0.35748				30			
2507539	Aleb el Brek	aleb-el-brek	DZ		0	Africa/Algiers	35.52084	6.82057				47			
2507546	Albani	albani	DZ		0	Africa/Algiers	27.66273	-0.33202				34			
2507547	Al Aricha	al-aricha	DZ		0	Africa/Algiers	34.21667	-1.26667				15			
2507551	Alaïlia	alailia	DZ		0	Africa/Algiers	35.57484	0.99366		Alailia,Alalia,Alaïlia,Douar Alalia		51			
2507622	Akerroui	akerroui	DZ		0	Africa/Algiers	36.66311	4.31367				14			
2507640	Akbouch	akbouch	DZ		0	Africa/Algiers	36.61667	5.21667				18			
2507649	Akba Safra	akba-safra	DZ		0	Africa/Algiers	35.36667	3.81667				27			
2507694	Aït Yaïch	ait-yaich	DZ		0	Africa/Algiers	36.65901	4.2695				14			
2507695	Aït Yahia Youssef	ait-yahia-youssef	DZ		0	Africa/Algiers	36.73106	4.56305				18			
2507696	Aït Temouchene	ait-temouchene	DZ		0	Africa/Algiers	36.80899	4.35073				14			
2507700	Aït Sidi Amar Ou el Hadj	ait-sidi-amar-ou-el-hadj	DZ		0	Africa/Algiers	36.60542	4.47259				14			
2507701	Aït Sidi Ahmed Ou Ali	ait-sidi-ahmed-ou-ali	DZ		0	Africa/Algiers	35.6	4.5				27			
2507702	Aït Sellam	ait-sellam	DZ		0	Africa/Algiers	36.47683	4.46333				18			
2507703	Aït Saïd Ou Zeggane	ait-said-ou-zeggane	DZ		0	Africa/Algiers	36.65	4.16667				14			
2507709	Aït Raouna	ait-raouna	DZ		0	Africa/Algiers	36.89426	4.29784				14			
2507711	Aït Ou Yaya	ait-ou-yaya	DZ		0	Africa/Algiers	36.57834	4.98378		Ait Ou Yahya,Ait Ou Yaya,Aït Ou Yahya,Aït Ou Yaya		18			
2507715	Aït Ouhalane	ait-ouhalane	DZ		0	Africa/Algiers	36.51985	4.18403				14			
2507716	Aït Ouanech	ait-ouanech	DZ		0	Africa/Algiers	36.64775	4.04202				14			
2507722	Aït Mislaïn	ait-mislain	DZ		0	Africa/Algiers	36.50799	4.30087		Ait Mislain,Ait Mislaine,Aït Mislaïn,Aït Mislaïne		14			
2507727	Aït Menndil	ait-menndil	DZ		0	Africa/Algiers	36.87006	4.74443				18			
2507729	Aït Mannsour	ait-mannsour	DZ		0	Africa/Algiers	36.67164	4.05638				14			
2507734	Aït Lerzel	ait-lerzel	DZ		0	Africa/Algiers	36.85147	4.48374				14			
2507735	Aït Larba	ait-larba	DZ		0	Africa/Algiers	36.57576	4.19526				14			
2507749	Aït Hassem	ait-hassem	DZ		0	Africa/Algiers	36.57651	4.18691				14			
2507752	Aït Hag	ait-hag	DZ		0	Africa/Algiers	36.64978	4.14834				14			
2507754	Aït Fdila	ait-fdila	DZ		0	Africa/Algiers	36.44126	4.42851				18			
2507756	Aït el Mannsour	ait-el-mannsour	DZ		0	Africa/Algiers	36.53347	4.37042				14			
2507761	Aït el ’Azîz	ait-el-aziz	DZ		0	Africa/Algiers	36.52027	4.29934		Ait el 'Aziz,Ait el Azis,Aït el Azis,Aït el ’Azîz		14			
2507763	Aït de Khedara	ait-de-khedara	DZ		0	Africa/Algiers	36.35	8.16667				52			
2507764	Aït Chafa	ait-chafa	DZ		0	Africa/Algiers	36.81702	4.53358				14			
2507766	Aït Bou Ziit	ait-bou-ziit	DZ		0	Africa/Algiers	36.6676	4.97142		Ait Bou Ziit,Ait Bou Zit,Aït Bou Ziit,Aït Bou Zit		18			
2507767	Aït Bou Yahia	ait-bou-yahia	DZ		0	Africa/Algiers	36.61643	4.09808				14			
2507768	Aït Bou Slimane	ait-bou-slimane	DZ		0	Africa/Algiers	36.82603	4.47457				14			
2507770	Aït Bou Madhi	ait-bou-madhi	DZ		0	Africa/Algiers	36.5	4.2				14			
2507771	Aït Bou Abd er Rahmane	ait-bou-abd-er-rahmane	DZ		0	Africa/Algiers	36.53333	4.21667				14			
2507777	Aït Ariba	ait-ariba	DZ		0	Africa/Algiers	36.56667	5.46667				18			
2507780	Aït Ali Ou Mohannd	ait-ali-ou-mohannd	DZ		0	Africa/Algiers	36.56958	4.44766		Ait Ali,Ait Ali Ou Mohannd,Aït Ali,Aït Ali Ou Mohannd		14			
2507781	Aït Ali Ou Harzoun	ait-ali-ou-harzoun	DZ		0	Africa/Algiers	36.52153	4.23308				14			
2507782	Aït Ali Abd Allah	ait-ali-abd-allah	DZ		0	Africa/Algiers	36.78474	4.47972				14			
2507788	Aït Aïssa Ou Yahia	ait-aissa-ou-yahia	DZ		0	Africa/Algiers	36.51064	4.39659				14			
2507794	Aït Ahlal	ait-ahlal	DZ		0	Africa/Algiers	36.56256	4.11517				14			
2507795	Aït Adja	ait-adja	DZ		0	Africa/Algiers	36.50727	4.01839		Ait Adja,Ait Ajda,Aït Adja,Aït Ajda		14			
2507796	Aït Abid	ait-abid	DZ		0	Africa/Algiers	36.55805	4.05744				14			
2507798	Aït Abdallah	ait-abdallah	DZ		0	Africa/Algiers	36.75045	4.79085				18			
2507844	Aïoun Allah	aioun-allah	DZ		0	Africa/Algiers	35.10623	4.27343				27			
2507845	Aïoun Aïcha	aioun-aicha	DZ		0	Africa/Algiers	35.11333	4.46962				27			
2507856	’Aïn Zmila	ain-zmila	DZ		0	Africa/Algiers	34.78035	3.15134		'Ain Zmila,S'Mila,Sidi Mila,S’Mila,’Aïn Zmila		22			
2507858	’Aïn Zia	ain-zia	DZ		0	Africa/Algiers	35.1205	4.37852		'Ain Zia,ʿyn zya,عين زيا,’Aïn Zia		27			
2507865	’Aïn Zada	ain-zada	DZ		0	Africa/Algiers	36.16657	5.20362		'Ain Zada,Aine Zada,Aïne Zada,’Aïn Zada		12			
2507874	Le Gros Pin	le-gros-pin	DZ		0	Africa/Algiers	36.11856	1.90109		'Ain Toutia,El Hassania,El Hassanta,Gros-Pin,Le Gros Pin,’Aïn Toutia		35			
2507883	’Aïn Touhalla	ain-touhalla	DZ		0	Africa/Algiers	35.31163	2.25933				13			
2507884	’Aïn Touhala	ain-touhala	DZ		0	Africa/Algiers	34.95736	1.56439				13			
2507892	Aïn Tinn	ain-tinn	DZ		0	Africa/Algiers	36.39754	6.32401		Ain Tine,Ain Tinn,Aine Tinn,Aïn Tine,Aïn Tinn,Aïne Tinn,Belfort		48			
2507893	’Aïn Tinibaouine	ain-tinibaouine	DZ		0	Africa/Algiers	35.56826	5.7267				03			
2507898	’Aïn Temsa	ain-temsa	DZ		0	Africa/Algiers	35.15961	3.90715				27			
2507901	Aïn Temouchent	ain-temouchent	DZ		57354	Africa/Algiers	35.29749	-1.14037		Aebura,Ain Temonchent,Ain Temoucheni,Ain Temouchent,Ain Temushent,Aine Temouchent,Albulae,Aïn Temouchent,Aïn Témoucheni,Aïne Temouchent,ʿyn tmwshnt,عين تموشنت,عین تموشنت	36	36			
2507908	’Aïn Teboucha	ain-teboucha	DZ		0	Africa/Algiers	35.58947	4.83544				27			
2507926	Aïn Smara	ain-smara	DZ		28968	Africa/Algiers	36.2674	6.50135		Ain Smara,Aine Smara,Aïn Smara,Aïne Smara,ʿyn smart,عين سمارة		04			
2507928	Aïn Sidi Chélif	ain-sidi-chelif	DZ		0	Africa/Algiers	35.83417	0.12667		'Ain Sidi Cherif,Ain Sidi Chelif,Aine Sidi Cherif,Aïn Sidi Chélif,Aïne Sidi Chérif,’Aïn Sidi Cherif		07			
2507932	’Aïn Sfia	ain-sfia	DZ		0	Africa/Algiers	36.16586	5.39017		'Ain Sfia,Aine Sfia,Aïne Sfia,’Aïn Sfia		12			
2507951	’Aïn Rous el Akrat	ain-rous-el-akrat	DZ		0	Africa/Algiers	34.98013	3.48105		'Ain Rous el Akrat,Ain Rouss,Aine Rouss el Akrat,Aïn Rouss,Aïne Rouss el Akrat,’Aïn Rous el Akrat		22			
2507953	Aïn Roubaï	ain-roubai	DZ		0	Africa/Algiers	36.87541	3.97353				40			
2507961	’Aïn Rhezal	ain-rhezal	DZ		0	Africa/Algiers	35.08547	4.66679		'Ain Rhezal,Ain Rheza,Aïn Rheza,’Aïn Rhezal		27			
2507973	’Aïn Ousrhar	ain-ousrhar	DZ		0	Africa/Algiers	34.35536	3.96841				22			
2507977	’Aïn Oum Chemel	ain-oum-chemel	DZ		0	Africa/Algiers	35.13076	4.62266				27			
2507979	Aïn Oulmene	ain-oulmene	DZ		0	Africa/Algiers	35.92296	5.29604		Ain Oulmene,Aïn Oulmene,Colbert		12			
2507980	Aïn Ouled el Mahil	ain-ouled-el-mahil	DZ		0	Africa/Algiers	36.22323	3.61589		Ain Ouled el Mahil,Aine Ouled el Mahil,Aïn Ouled el Mahil,Aïne Ouled el Mahil		21			
2507981	’Aïn Oueba	ain-oueba	DZ		0	Africa/Algiers	34.95299	1.38926				13			
2507983	’Aïn N’Sara	ain-n-sara	DZ		0	Africa/Algiers	36.68333	3.61667				40			
2507988	’Aïn Nakhar	ain-nakhar	DZ		0	Africa/Algiers	35.50864	5.0214				27			
2507991	’Aïn Mzira	ain-mzira	DZ		0	Africa/Algiers	34.86777	1.02128				13			
2507996	’Aïn Mouilah	ain-mouilah	DZ		0	Africa/Algiers	34.76021	3.48078		'Ain Mouilah,Ain Houila,Aine Mouilah,Aïn Houila,Aïne Mouilah,Mouilah,’Aïn Mouilah		22			
2507999	’Aïn Moenchem	ain-moenchem	DZ		0	Africa/Algiers	36.78869	7.24198		'Ain Moenchem,Douar Aine Moenchem,Douar Aïne Moenchem,’Aïn Moenchem		31			
2508011	’Aïn Melsa	ain-melsa	DZ		0	Africa/Algiers	36.12481	5.28032		'Ain Melsa,Aine Melsa,Aïne Melsa,’Aïn Melsa		12			
2508015	’Aïn Mdila	ain-mdila	DZ		0	Africa/Algiers	34.64185	7.41056				33			
2508017	’Aïn Marmora	ain-marmora	DZ		0	Africa/Algiers	36.68726	2.78787				55			
2508018	’Aïn Malah	ain-malah	DZ		0	Africa/Algiers	36.12099	5.41003		'Ain Malah,Aine Malah,Aïne Malah,’Aïn Malah		12			
2508022	’Aïn Mahdi	ain-mahdi	DZ		0	Africa/Algiers	33.79559	2.30524		'Ain Mahdi,Ain Madhi,Aine Mahdi,Aïn Madhi,Aïne Mahdi,’Aïn Mahdi		25			
2508023	’Aïn Mabed	ain-mabed	DZ		0	Africa/Algiers	34.8	3.13333		'Ain Mabed,Ain Maabed,Ain Mahbel,Ain Mahbet,Aine Mabed,Aïn Maabed,Aïn Mahbel,Aïn Mahbet,Aïne Mabed,’Aïn Mabed		22			
2508027	’Aïn Lellou	ain-lellou	DZ		0	Africa/Algiers	35.93527	1.56094		'Ain Lellou,Ain Lelou,Aïn Lelou,’Aïn Lellou		56			
2508038	’Aïn Khoumies	ain-khoumies	DZ		0	Africa/Algiers	35.42538	4.24271		'Ain Khoumies,Oukrenies,’Aïn Khoumies		27			
2508042	’Aïn Kheneg ed Defla	ain-kheneg-ed-defla	DZ		0	Africa/Algiers	34.45046	3.44582				22			
2508044	’Aïn Khalfoun	ain-khalfoun	DZ		0	Africa/Algiers	36.17609	5.33836		'Ain Khalfoun,Aine Kralfoune,Aïne Kralfoune,’Aïn Khalfoun		12			
2508992	Achelouf	achelouf	DZ		0	Africa/Algiers	36.77591	4.85583				18			
2508068	Aïn Kaddour Ben Larbi	ain-kaddour-ben-larbi	DZ		0	Africa/Algiers	35.06095	1.55813				13			
2508070	’Aïn Ihanou	ain-ihanou	DZ		0	Africa/Algiers	35.89287	2.21698				56			
2508071	’Aïn Houinia	ain-houinia	DZ		0	Africa/Algiers	35.78333	3.25		'Ain Houinia,Aine Houinia,Aïne Houinia,’Aïn Houinia		22			
2508074	’Aïn Hassainia	ain-hassainia	DZ		0	Africa/Algiers	36.41536	7.28862		'Ain Hassainia,Ain-Hessainia,Aine Enchir Rayan,Aïn-Hessaïnia,Aïne Enchir Rayan,Clauzel,’Aïn Hassainia		23			
2508083	’Aïn Guelieb et Tsour	ain-guelieb-et-tsour	DZ		0	Africa/Algiers	35.77802	3.21727				06			
2508089	Aïn Fouchi	ain-fouchi	DZ		0	Africa/Algiers	35.02639	5.93155				03			
2508092	’Aïn Fekirine	ain-fekirine	DZ		0	Africa/Algiers	35.81475	3.35049				06			
2508096	Aïn Feka	ain-feka	DZ		0	Africa/Algiers	35.42184	3.57212		Ain Feka,Aïn Feka		22			
2508104	’Aïn ez Zeïate	ain-ez-zeiate	DZ		0	Africa/Algiers	34.48333	1.38333				13			
2508106	’Aïn et Teboucha	ain-et-teboucha	DZ		0	Africa/Algiers	35.53513	4.22172				27			
2508109	’Aïn es Smara	ain-es-smara	DZ		0	Africa/Algiers	34.96979	4.12166		'Ain es Smara,Aine es Smara,Aïne es Smara,’Aïn es Smara		27			
2508113	Aïn es Saïd	ain-es-said	DZ		0	Africa/Algiers	35.05738	1.50812		Ain es Said,Aïn es Saïd		13			
2508115	Douar Esafsaf	douar-esafsaf	DZ		0	Africa/Algiers	35.21598	0.27368		Ain es Safsaf,Aïn es Safsaf,Douar Esafsaf		26			
2508116	’Aïn er Rouina	ain-er-rouina	DZ		0	Africa/Algiers	35.08042	1.48281				13			
2508118	’Aïn en Nef	ain-en-nef	DZ		0	Africa/Algiers	34.95836	1.58875				13			
2508122	’Aïn el Rharbia	ain-el-rharbia	DZ		0	Africa/Algiers	35.79868	3.16408		'Ain el Gharbia,'Ain el Rharbia,Aine el Rharbia,Aïne el Rharbia,’Aïn el Gharbia,’Aïn el Rharbia		06			
2508127	Mechta ’Aïn el Msad	mechta-ain-el-msad	DZ		0	Africa/Algiers	36.50176	6.078		Mechta 'Ain el Msad,Mechta ’Aïn el Msad,Mechtat Aine el Msad,Mechtat Aïne el Msad		48			
2508136	’Aïn el Khachba	ain-el-khachba	DZ		0	Africa/Algiers	35.09018	4.5643				27			
2508145	’Aïn el Kebch	ain-el-kebch	DZ		0	Africa/Algiers	36.01704	6.10008				48			
2508146	’Aïn el Hoût	ain-el-hout	DZ		0	Africa/Algiers	34.93208	-1.32517		'Ain el Hout,Ain el Houtz,Aine el Hout,Aïn el Houtz,Aïne el Hout,’Aïn el Hoût		15			
2508149	’Aïn el Hanech	ain-el-hanech	DZ		0	Africa/Algiers	35.42148	4.15415				27			
2508166	’Aïn el Gaza	ain-el-gaza	DZ		0	Africa/Algiers	35.79417	3.36738				06			
2508168	Aïn el Fritissa	ain-el-fritissa	DZ		0	Africa/Algiers	35.22524	2.45341				13			
2508170	’Aïn el Bridj	ain-el-bridj	DZ		0	Africa/Algiers	35.18135	-1.15338				36			
2508171	’Aïn el Boualek	ain-el-boualek	DZ		0	Africa/Algiers	35.07576	1.38765				13			
2508176	Mechta ’Aïn el Bey	mechta-ain-el-bey	DZ		0	Africa/Algiers	36.09391	5.58413		'Ain el Bey,Mechta 'Ain el Bey,Mechta ’Aïn el Bey,Mechtat Aine el Bey,Mechtat Aïne el Bey,’Aïn el Bey		12			
2508177	’Aïn el Bey	ain-el-bey	DZ		0	Africa/Algiers	35.48668	8.31921		'Ain el Bey,Aine el Bey,Aïne el Bey,’Aïn el Bey		33			
2508184	’Aïn el Bell	ain-el-bell	DZ		31916	Africa/Algiers	34.34381	3.22475		'Ain el Bell,Ain el Ibel,Ajn-ehl'-Bella,Aïn el Ibel,Fontaine des Chameaux,Айн-эль-Белла,’Aïn el Bell		22			
2508194	’Aïn el Arbaa	ain-el-arbaa	DZ		0	Africa/Algiers	35.40603	-0.88121		'Ain el Arbaa,Ain el Arba,Aine el Arba,Aïn el Arba,Aïne el Arba,’Aïn el Arbaa		36			
2508203	’Aïn el Alleg	ain-el-alleg	DZ		0	Africa/Algiers	34.67036	4.39701				27			
2508210	’Aïn ed Defla	ain-ed-defla	DZ		0	Africa/Algiers	35.21322	5.46071				03			
2508220	Bourhzel	bourhzel	DZ		0	Africa/Algiers	35.85994	6.00175		'Ain Djasser,Bourhzel,’Aïn Djasser		03			
2508221	Aïn Dhab	ain-dhab	DZ		0	Africa/Algiers	36.26342	2.78464		Ain Dhab,Aïn Dhab,Damiette,Esmar		06			
2508240	’Aïn Chouarh	ain-chouarh	DZ		0	Africa/Algiers	35.86667	5.11667				39			
2508246	’Aïn Chenia	ain-chenia	DZ		0	Africa/Algiers	35.85	8				33			
2508256	’Aïn Bou Ziane	ain-bou-ziane	DZ		0	Africa/Algiers	36.51667	1.91667				55			
2508257	Aïn Bou Zennzene	ain-bou-zennzene	DZ		0	Africa/Algiers	35.04602	5.90508				03			
2508258	’Aïn Bourdeche	ain-bourdeche	DZ		0	Africa/Algiers	35.86263	5.08495				39			
2508263	Mechta Aïn Bouchdirah	mechta-ain-bouchdirah	DZ		0	Africa/Algiers	36.5128	6.56055		Mechta Ain Bouchdira,Mechta Ain Bouchdirah,Mechta Aïn Bouchdira,Mechta Aïn Bouchdirah,Mechtat Aine Bouchdirha,Mechtat Aïne Bouchdirha		04			
2508279	‘Aïn Ben Aïed	ain-ben-aied	DZ		0	Africa/Algiers	35.87076	5.07597				39			
2508331	Aïech	aiech	DZ		0	Africa/Algiers	36.7071	3.84259				40			
2508332	Aïdriss	aidriss	DZ		0	Africa/Algiers	36.568	5.28173				18			
2508335	Aïdem	aidem	DZ		0	Africa/Algiers	36.53333	6.15		Aidem,Aïdem,Dechra Aidem,Dechra Aïdem,Dechret Aidem,Dechret Aïdem		48			
2508349	Aïchouch	aichouch	DZ		0	Africa/Algiers	35.53923	5.08137				27			
2508403	Ahourir	ahourir	DZ		0	Africa/Algiers	36.34779	4.68945		Ahourir,Aourir		39			
2508446	Ahmed Ben el Badi	ahmed-ben-el-badi	DZ		0	Africa/Algiers	36.0893	2.63627		Ahmed Ben el Badi,Douar Ahmed ben el Badi		06			
2508449	Ahmed Ben Aïda	ahmed-ben-aida	DZ		0	Africa/Algiers	35.60891	-0.86657		Ahmed Ben Aida,Ahmed Ben Aïda,Douar Ahmed Ben Aida,Douar Ahmed Ben Aïda		09			
2508453	Ahmed Ben Abdallah	ahmed-ben-abdallah	DZ		0	Africa/Algiers	36.26047	3.08349				06			
2508455	Ahmed Bel Hadj	ahmed-bel-hadj	DZ		0	Africa/Algiers	36.80146	7.60811		Ahmed Bel Hadj,Ahmed el Hadj,Ahmet Bel Hadj		37			
2508458	Ahmed Abd el Kader	ahmed-abd-el-kader	DZ		0	Africa/Algiers	35.91219	3.66433				27			
2508538	Ahl Bel Hadri	ahl-bel-hadri	DZ		0	Africa/Algiers	35.41432	-0.82512				36			
2508585	Ahach	ahach	DZ		0	Africa/Algiers	34.68597	1.18574		Ahach,Ahache		13			
2508588	Aguillal	aguillal	DZ		0	Africa/Algiers	35.14126	-1.64065				15			
2508598	Aguemount-n-Aït Amar	aguemount-n-ait-amar	DZ		0	Africa/Algiers	36.71125	4.72189				18			
2508599	Aguemoun Taïda	aguemoun-taida	DZ		0	Africa/Algiers	36.86586	4.69417		Aguemoun Taida,Aguemoun Taïda,Taida,Taïda		18			
2508600	Aguemoun-n-Aït Aïssa	aguemoun-n-ait-aissa	DZ		0	Africa/Algiers	36.41336	4.77709		Aguemonne Nait Aissa,Aguemonne Naït Aïssa,Aguemoun-n-Ait Aissa,Aguemoun-n-Aït Aïssa		12			
2508622	Aguedal	aguedal	DZ		0	Africa/Algiers	29.80815	-1.74872		Aguedal		BA			
2508632	Agraredj	agraredj	DZ		0	Africa/Algiers	36.80128	4.36238				14			
2508638	Agourbi	agourbi	DZ		0	Africa/Algiers	36.61523	4.82448				18			
2508639	Agouni Ouzemoun	agouni-ouzemoun	DZ		0	Africa/Algiers	36.58539	4.25218				14			
2508640	Agouni-n-Tsalent	agouni-n-tsalent	DZ		0	Africa/Algiers	36.54714	4.29766		Agouni-n'Taslennt,Agouni-n-Tsalent,Agouni-n’Taslennt		14			
2508658	Agneb	agneb	DZ		0	Africa/Algiers	33.96568	1.5831				25			
2508697	Agachene	agachene	DZ		0	Africa/Algiers	36.83077	4.31673				14			
2508719	Afsil	afsil	DZ		0	Africa/Algiers	34.93175	6.24541				19			
2508722	Afras	afras	DZ		0	Africa/Algiers	35.3375	6.41678				03			
2508732	Afoud	afoud	DZ		0	Africa/Algiers	36.38734	4.04015				21			
2508740	Afir Imzourhene	afir-imzourhene	DZ		0	Africa/Algiers	36.61795	3.86699				14			
2508759	Affirou	affirou	DZ		0	Africa/Algiers	36.24923	4.62536				39			
2508762	Affar	affar	DZ		0	Africa/Algiers	28.02296	-0.44977				34			
2508770	Afedj	afedj	DZ		0	Africa/Algiers	36.54784	2.18642				55			
2508772	Afarnou	afarnou	DZ		0	Africa/Algiers	36.63333	5.56667				24			
2508806	Adrar Farnou	adrar-farnou	DZ		0	Africa/Algiers	36.7792	5.01883				18			
2508828	Admer	admer	DZ		0	Africa/Algiers	27.18727	-0.17139				34			
2508850	Adjeroud	adjeroud	DZ		0	Africa/Algiers	35.0658	-2.19503		Adjeroud,Daya Adjeroud		15			
2508893	Adjahil	adjahil	DZ		0	Africa/Algiers	24.52936	9.47929		Adjahil		DJ			
2508905	Adeyane	adeyane	DZ		0	Africa/Algiers	36.59537	5.48168		Adeyane,Ayedan		24			
2508909	Adeni	adeni	DZ		0	Africa/Algiers	36.66389	4.13757				14			
2508924	Adekar Kebouche	adekar-kebouche	DZ		0	Africa/Algiers	36.69314	4.67152		Addekar-Kebouch,Adekar,Adekar Kebouche,Adekar-Kebouch,Kebouch		18			
2508987	Achira	achira	DZ		0	Africa/Algiers	36.64612	5.67617				24			
2508990	Achem	achem	DZ		0	Africa/Algiers	36.54652	2.01973				55			
2509032	Aboud Ben Ayed	aboud-ben-ayed	DZ		0	Africa/Algiers	28.71414	0.33372				TM			
2509117	Abîd Chamlet	abid-chamlet	DZ		0	Africa/Algiers	36.70462	4.08146				14			
2509143	Abeïd	abeid	DZ		0	Africa/Algiers	36.59002	4.98795				18			
2509156	Abd Ou Ben Diane	abd-ou-ben-diane	DZ		0	Africa/Algiers	36.22425	1.55308				41			
2509160	Abdi	abdi	DZ		0	Africa/Algiers	36.26611	7.39667		Abdi,Ain-Larbi,Aïn-Larbi,Gounod		23			
2509173	Abd el Ouiret Si Ali	abd-el-ouiret-si-ali	DZ		0	Africa/Algiers	36.88333	3.75				40			
2509175	Abd el Moumene	abd-el-moumene	DZ		0	Africa/Algiers	36.81426	4.66285				18			
2509176	Abdelmoumen	abdelmoumen	DZ		0	Africa/Algiers	35.28963	1.43957		Abdelmoumen,Pomel		13			
2509180	Abd el Malek Ramdane	abd-el-malek-ramdane	DZ		0	Africa/Algiers	36.10436	0.27731		Abd el Malek Ramdane,Abdelmalek Ramdam,Abdelmalek Ramdan,Ouillis		07			
2509185	Abd el Krîm	abd-el-krim	DZ		0	Africa/Algiers	36.37369	3.0356		Abd el Kerim,Abd el Krim,Abd el Krîm		20			
2509194	Abd el Kader Ben el Mokhtar	abd-el-kader-ben-el-mokhtar	DZ		0	Africa/Algiers	35.68207	2.66934				06			
2509204	Abd el Djebar	abd-el-djebar	DZ		0	Africa/Algiers	36.53827	3.46957				21			
2509206	Abdelaziz	abdelaziz	DZ		0	Africa/Algiers	36.12396	3.31379				06			
2509214	Abdallah Ou Amar	abdallah-ou-amar	DZ		0	Africa/Algiers	36.46996	2.30427				55			
2509215	Abd Allah Djemel	abd-allah-djemel	DZ		0	Africa/Algiers	36.88344	7.52505		Abd Allah Djemel,Abd Allah Jemel		37			
2509218	Abdallah Ben Mohammed	abdallah-ben-mohammed	DZ		0	Africa/Algiers	36.14257	2.19913				35			
2509245	Abbech	abbech	DZ		0	Africa/Algiers	36.86034	4.39667				14			
2509252	Abbachene	abbachene	DZ		0	Africa/Algiers	36.53404	5.04388				18			
2564401	Bou Kaïs	bou-kais	DZ		0	Africa/Algiers	31.92167	-2.46972				38			
2564808	Mechtet Dialem	mechtet-dialem	DZ		0	Africa/Algiers	35.69556	4.77306				27			
2564809	Mechtet el Krerba	mechtet-el-krerba	DZ		0	Africa/Algiers	35.76056	4.78528				27			
2564810	Mechtet et Tiffrent	mechtet-et-tiffrent	DZ		0	Africa/Algiers	35.78639	4.6925				27			
2565032	Ahrzerouftis	ahrzerouftis	DZ		0	Africa/Algiers	36.52912	5.34372				18			
2565417	Guidjal	guidjal	DZ		0	Africa/Algiers	36.09231	5.48762		Guidjal,ghwyjl,qjal,غويجل,قجال		12			
2567657	Lalla Oum el Kreïr	lalla-oum-el-kreir	DZ		0	Africa/Algiers	36.81028	8.20972				44			
2567668	Medjez El Hadjar	medjez-el-hadjar	DZ		0	Africa/Algiers	36.8025	8.21556				44			
2567669	Medjez el Mzara	medjez-el-mzara	DZ		0	Africa/Algiers	36.79472	8.22111				44			
2570443	Mechta Boû el Rhab	mechta-bou-el-rhab	DZ		0	Africa/Algiers	36.80861	6.57167				31			
2570454	Mechta Kermat	mechta-kermat	DZ		0	Africa/Algiers	36.76389	7.20944				31			
2570455	Belkassem	belkassem	DZ		0	Africa/Algiers	36.82846	7.31444				31			
2570459	Mechtet Sidi Hamed	mechtet-sidi-hamed	DZ		0	Africa/Algiers	36.75167	7.42972				37			
2570461	Pont de L'Lsser	pont-de-l-lsser	DZ		0	Africa/Algiers	35.08139	-1.20861				15			
2570468	Guenguita	guenguita	DZ		0	Africa/Algiers	36.71361	6.64944		Guenguita,Guenquira		31			
2570474	Mechtat ech Chouf	mechtat-ech-chouf	DZ		0	Africa/Algiers	36.86644	6.09066				24			
2570475	Mechtat el Mardja	mechtat-el-mardja	DZ		0	Africa/Algiers	36.59636	6.22295				24			
2570481	Mechta el Fessiki	mechta-el-fessiki	DZ		0	Africa/Algiers	36.15167	6.00722				48			
2570486	Cité Les Chevriers	cite-les-chevriers	DZ		0	Africa/Algiers	35.86297	-0.31071				09			
2570487	Bou Zorane	bou-zorane	DZ		0	Africa/Algiers	35.565	6.18972				03			
2570489	Dar Ben Messoussa	dar-ben-messoussa	DZ		0	Africa/Algiers	35.78167	-0.2425				09			
2570492	Mechta Chabet Lalam	mechta-chabet-lalam	DZ		0	Africa/Algiers	35.61874	6.24816		Gseya,Mechta Chabet Lalam		03			
2570502	Bir Draaes Souk	bir-draaes-souk	DZ		0	Africa/Algiers	35.99278	6.57722				29			
2570506	Mechta Kef el Hassi	mechta-kef-el-hassi	DZ		0	Africa/Algiers	35.99167	6.49361				29			
2570507	Kebarit	kebarit	DZ		0	Africa/Algiers	36.0725	7.71861				52			
2570508	Bordiel el Hassane	bordiel-el-hassane	DZ		0	Africa/Algiers	36.1175	7.70194				52			
2570509	Dar Zouah Ali	dar-zouah-ali	DZ		0	Africa/Algiers	36.20667	7.68917				52			
2570510	’Aïn Sidi Djemaa	ain-sidi-djemaa	DZ		0	Africa/Algiers	36.12778	8.00333				52			
2570511	’Aïn Djehifa	ain-djehifa	DZ		0	Africa/Algiers	36.19194	7.97306				52			
2570525	Tarja	tarja	DZ		0	Africa/Algiers	36.29139	8.00528				52			
2570549	Sidi Kailani	sidi-kailani	DZ		0	Africa/Algiers	36.79222	7.65944				37			
2570554	Sidi ben Othmane	sidi-ben-othmane	DZ		0	Africa/Algiers	36.89972	7.70444				37			
2570572	Mechta Bourdim	mechta-bourdim	DZ		0	Africa/Algiers	36.79528	8.26167		Hadjar el Guentra,Mechta Bourdim		44			
2570663	Mechta Guelb Messaouda	mechta-guelb-messaouda	DZ		0	Africa/Algiers	35.8225	5.90528				03			
2570664	Ouled Ferdi	ouled-ferdi	DZ		0	Africa/Algiers	35.87833	5.95444				03			
2570665	Mechtet Bou Medjou	mechtet-bou-medjou	DZ		0	Africa/Algiers	35.98444	5.88889				12			
2570668	Mechta Kef el Ahmar	mechta-kef-el-ahmar	DZ		0	Africa/Algiers	35.8725	5.78056				03			
2570669	Mechtet es Schraf	mechtet-es-schraf	DZ		0	Africa/Algiers	35.84722	5.88222				03			
2570683	Mechta Ouled Ramès	mechta-ouled-rames	DZ		0	Africa/Algiers	35.81056	5.71111				12			
2570684	Ouled Sirkam	ouled-sirkam	DZ		0	Africa/Algiers	35.83556	5.67583				12			
2570686	Mechta Mounchar	mechta-mounchar	DZ		0	Africa/Algiers	35.82833	5.56694				12			
2570688	Mechtet Ouled Zrir	mechtet-ouled-zrir	DZ		0	Africa/Algiers	35.97889	5.18833				12			
2570689	Aber el Ma	aber-el-ma	DZ		0	Africa/Algiers	35.835	5.06833				12			
2570690	Mechtet Chabet Aoun	mechtet-chabet-aoun	DZ		0	Africa/Algiers	35.89944	5.05361				39			
2570693	Mechtet el Krarrouba	mechtet-el-krarrouba	DZ		0	Africa/Algiers	35.95472	4.83833				39			
2570919	El Betáiem	el-betaiem	DZ		0	Africa/Algiers	34.8325	-1.80667				15			
2570948	Dar Nasseur	dar-nasseur	DZ		0	Africa/Algiers	34.93528	-1.8275				15			
2571140	Aïn Tasta	ain-tasta	DZ		0	Africa/Algiers	36.25409	3.70295				21			
2571171	Mechtet el Amra	mechtet-el-amra	DZ		0	Africa/Algiers	36.29083	3.92083				21			
2571208	Mechtet el Megattif	mechtet-el-megattif	DZ		0	Africa/Algiers	36.15979	4.35602				39			
2571227	Sidi bou Medjene	sidi-bou-medjene	DZ		0	Africa/Algiers	35.99583	2.24528				35			
2571233	Djemaa el Guemgouma	djemaa-el-guemgouma	DZ		0	Africa/Algiers	35.79722	2.67				06			
2571249	Djama Salem	djama-salem	DZ		0	Africa/Algiers	35.72139	2.28722				06			
2571269	Khaldia	khaldia	DZ		0	Africa/Algiers	35.3756	0.12511				26			
2571414	Tizi-n-Djama	tizi-n-djama	DZ		0	Africa/Algiers	36.51461	4.34857				14			
2571449	Sidi Medjdoud	sidi-medjdoud	DZ		0	Africa/Algiers	35.9685	0.09437		Sidi Medjdoud,Sidi Mohammed Medjoua,Sidi Mohammed Medjoub		07			
2571544	Haouch Ben Touil	haouch-ben-touil	DZ		0	Africa/Algiers	36.65917	3.62				40			
2572163	Salines	salines	DZ		0	Africa/Algiers	35.69676	-0.27281		Establishment des Salines,Salines		26			
2572377	Douar Regoune	douar-regoune	DZ		0	Africa/Algiers	36.50151	1.25518				41			
2572380	Ferah	ferah	DZ		0	Africa/Algiers	36.50547	1.26871				41			
2572381	Douar Cheair	douar-cheair	DZ		0	Africa/Algiers	36.50502	1.27579				41			
2572384	Bou Mezouad	bou-mezouad	DZ		0	Africa/Algiers	36.5033	1.29422				41			
2572387	Lalla Kheira	lalla-kheira	DZ		0	Africa/Algiers	36.50485	1.30753				41			
2572392	Douar Tighaghar	douar-tighaghar	DZ		0	Africa/Algiers	36.52033	1.34268				41			
2572422	Ech Chelh	ech-chelh	DZ		0	Africa/Algiers	36.53248	1.46261				41			
2572435	Mechtat Tidjeraihine	mechtat-tidjeraihine	DZ		0	Africa/Algiers	36.50019	1.42101				41			
2572438	Mechtat Ouhamouiane	mechtat-ouhamouiane	DZ		0	Africa/Algiers	36.49154	1.45084				41			
2572444	Mechtat el Brakna	mechtat-el-brakna	DZ		0	Africa/Algiers	36.48859	1.48214				41			
2572454	Ouled el Merrouch	ouled-el-merrouch	DZ		0	Africa/Algiers	36.46768	1.45073				41			
2572476	El Kharrouba	el-kharrouba	DZ		0	Africa/Algiers	36.41936	1.4455		El Kharrouba		41			
2572484	Douar M’rachiche	douar-m-rachiche	DZ		0	Africa/Algiers	36.48186	1.33203				41			
2572487	Douar Boukhendak	douar-boukhendak	DZ		0	Africa/Algiers	36.46376	1.34156				41			
2572500	Douar el Braguich	douar-el-braguich	DZ		0	Africa/Algiers	36.4212	1.37405				41			
2572506	Douar Khanouche	douar-khanouche	DZ		0	Africa/Algiers	36.43944	1.36222				41			
2572508	Douar Ben Yahia	douar-ben-yahia	DZ		0	Africa/Algiers	36.44493	1.34907				41			
2572510	Ouled H’madat	ouled-h-madat	DZ		0	Africa/Algiers	36.45869	1.35954				41			
2572515	Douar Taksebte	douar-taksebte	DZ		0	Africa/Algiers	36.41838	1.32978				41			
2572518	Bouhallou	bouhallou	DZ		0	Africa/Algiers	36.43662	1.29786				41			
2572519	Douar Ounsour Enhas	douar-ounsour-enhas	DZ		0	Africa/Algiers	36.42161	1.29503				41			
2572520	Douar Soualmia	douar-soualmia	DZ		0	Africa/Algiers	36.42552	1.26957				41			
2572522	Douar Bencheloua	douar-bencheloua	DZ		0	Africa/Algiers	36.4342	1.26021				41			
2572523	Douar ech Cheet	douar-ech-cheet	DZ		0	Africa/Algiers	36.44722	1.25833				41			
2572525	Douar Zenanda	douar-zenanda	DZ		0	Africa/Algiers	36.46218	1.25494				41			
2572526	Haouch es Serdj	haouch-es-serdj	DZ		0	Africa/Algiers	36.46854	1.26361				41			
2572528	Douar Flita	douar-flita	DZ		0	Africa/Algiers	36.47048	1.27912				41			
2572530	Ouled el Arbi	ouled-el-arbi	DZ		0	Africa/Algiers	36.47776	1.3172				41			
2572533	Douar Bou Guelta	douar-bou-guelta	DZ		0	Africa/Algiers	36.48763	1.26397				41			
2572537	Douar el M’rouch	douar-el-m-rouch	DZ		0	Africa/Algiers	36.40159	1.48992				41			
2572542	Douar Idouane	douar-idouane	DZ		0	Africa/Algiers	36.33335	1.46317				41			
2572546	Douar Ouled Brahim	douar-ouled-brahim	DZ		0	Africa/Algiers	36.35245	1.4522				41			
2572550	Douar Tourria	douar-tourria	DZ		0	Africa/Algiers	36.38458	1.45671				41			
2572553	Douar Chêikh Laraba	douar-cheikh-laraba	DZ		0	Africa/Algiers	36.35759	1.41958				41			
2572557	Douar G’ni	douar-g-ni	DZ		0	Africa/Algiers	36.38613	1.44229				41			
2572560	Douar Aichane	douar-aichane	DZ		0	Africa/Algiers	36.40688	1.42078				41			
2572566	Douar en Nakhla	douar-en-nakhla	DZ		0	Africa/Algiers	36.40058	1.37857				41			
2572569	Bordi el Mathen	bordi-el-mathen	DZ		0	Africa/Algiers	36.40377	1.38349				41			
2572571	Douar Taksekte	douar-taksekte	DZ		0	Africa/Algiers	36.41095	1.37223				41			
2572574	Douar Cheaala	douar-cheaala	DZ		0	Africa/Algiers	36.39227	1.32861				41			
2572576	Douar Khouled	douar-khouled	DZ		0	Africa/Algiers	36.38079	1.33383				41			
2572577	Douar Chehaïd	douar-chehaid	DZ		0	Africa/Algiers	36.37683	1.33722				41			
2572578	Douar Fouat	douar-fouat	DZ		0	Africa/Algiers	36.38043	1.34961				41			
2572581	Douar Zelgou	douar-zelgou	DZ		0	Africa/Algiers	36.3837	1.36805				41			
2572583	Douar Bou Amoud	douar-bou-amoud	DZ		0	Africa/Algiers	36.37284	1.38181				41			
2572590	Douar Mezaoua	douar-mezaoua	DZ		0	Africa/Algiers	36.40256	1.30347				41			
2572592	Douar H’misse	douar-h-misse	DZ		0	Africa/Algiers	36.40901	1.25795				41			
2572593	Douar Ghouzazla	douar-ghouzazla	DZ		0	Africa/Algiers	36.40756	1.25726				41			
2572596	Douar Houmdia	douar-houmdia	DZ		0	Africa/Algiers	36.38303	1.27893				41			
2572598	Douar Kechachta	douar-kechachta	DZ		0	Africa/Algiers	36.38589	1.31561				41			
2572604	Douar Menasseria	douar-menasseria	DZ		0	Africa/Algiers	36.35611	1.30972				41			
2572611	Douar Traiche	douar-traiche	DZ		0	Africa/Algiers	36.33704	1.29678				41			
2572612	Douar Ouakda	douar-ouakda	DZ		0	Africa/Algiers	36.359	1.26341				41			
2572615	Douar Hadj Djillali	douar-hadj-djillali	DZ		0	Africa/Algiers	36.3552	1.26857				41			
2572617	Gourbis	gourbis	DZ		0	Africa/Algiers	37.06917	7.23111				31			
2572619	Douar el Oualia	douar-el-oualia	DZ		0	Africa/Algiers	36.33717	1.2716				41			
2572622	Douar Charia	douar-charia	DZ		0	Africa/Algiers	36.32733	1.47362				41			
2572626	Douar Touadjine	douar-touadjine	DZ		0	Africa/Algiers	36.33111	1.43889				41			
2572637	Douar Louaradj	douar-louaradj	DZ		0	Africa/Algiers	36.28472	1.455				41			
2572640	Douar Ouled Ziane	douar-ouled-ziane	DZ		0	Africa/Algiers	36.27499	1.49842				41			
2572641	Douar Oukheite	douar-oukheite	DZ		0	Africa/Algiers	36.28048	1.47979				41			
2572643	Douar Fossa	douar-fossa	DZ		0	Africa/Algiers	36.2684	1.47388				41			
2572645	Douar Bou Hamadi	douar-bou-hamadi	DZ		0	Africa/Algiers	36.26386	1.45985				41			
2572646	Douar Yarmoul	douar-yarmoul	DZ		0	Africa/Algiers	36.25238	1.42327		Douar Yarmoul,Douar Yermoul		41			
2572647	Douar Ahl Chaoui	douar-ahl-chaoui	DZ		0	Africa/Algiers	36.27621	1.43146				41			
2572649	Douar Touafria	douar-touafria	DZ		0	Africa/Algiers	36.28054	1.41821				41			
2572655	Labiod Medjadja	labiod-medjadja	DZ		0	Africa/Algiers	36.25136	1.39244		Labiod Medjadja		41			
2572658	Douar el M’Den	douar-el-m-den	DZ		0	Africa/Algiers	36.27074	1.36806				41			
2572661	Ouled Sidi Ali Ben Djillali	ouled-sidi-ali-ben-djillali	DZ		0	Africa/Algiers	36.29917	1.36389				41			
2572663	Ouled el Hadj Mostefa	ouled-el-hadj-mostefa	DZ		0	Africa/Algiers	36.29725	1.34405				41			
2572664	Douar Hadj Mostefa	douar-hadj-mostefa	DZ		0	Africa/Algiers	36.294	1.33127				41			
2572670	Douar Kazazla	douar-kazazla	DZ		0	Africa/Algiers	36.32621	1.2947				41			
2572679	Haouch el Gharba	haouch-el-gharba	DZ		0	Africa/Algiers	36.27558	1.30173				41			
2572691	Douar Yermoul	douar-yermoul	DZ		0	Africa/Algiers	36.24806	1.42083				41			
2572694	Boukaat el Hammam	boukaat-el-hammam	DZ		0	Africa/Algiers	36.22826	1.41582				41			
2572696	Ouled el Arbi	ouled-el-arbi	DZ		0	Africa/Algiers	36.21732	1.47638				41			
2572698	Boukaat Ouled Bouali	boukaat-ouled-bouali	DZ		0	Africa/Algiers	36.20876	1.45501				41			
2572701	Rezzama	rezzama	DZ		0	Africa/Algiers	36.20929	1.43339				41			
2572702	Boukaat Bsakra	boukaat-bsakra	DZ		0	Africa/Algiers	36.20124	1.43067				41			
2572703	Boukaat el Hamaïssiya	boukaat-el-hamaissiya	DZ		0	Africa/Algiers	36.19807	1.42847				41			
2572707	Ouled Rouadhi	ouled-rouadhi	DZ		0	Africa/Algiers	36.22842	1.39931				41			
2572708	Ouled Tifouria	ouled-tifouria	DZ		0	Africa/Algiers	36.22215	1.39872				41			
2572710	El Kedaouriya	el-kedaouriya	DZ		0	Africa/Algiers	36.20899	1.38375				41			
2572711	Boukaat el Glaftia	boukaat-el-glaftia	DZ		0	Africa/Algiers	36.18385	1.40619				41			
2572712	Boukaat el Aoubed	boukaat-el-aoubed	DZ		0	Africa/Algiers	36.17222	1.38932				41			
2572713	El Kfafsa	el-kfafsa	DZ		0	Africa/Algiers	36.16957	1.37705				41			
2572716	Ouled Ben Chebra	ouled-ben-chebra	DZ		0	Africa/Algiers	36.23633	1.36186				41			
2572723	Ech Chegga	ech-chegga	DZ		0	Africa/Algiers	36.19336	1.34768				41			
2572725	Ech Cherayat	ech-cherayat	DZ		0	Africa/Algiers	36.2005	1.3439				41			
2572726	Douar el Koasmia	douar-el-koasmia	DZ		0	Africa/Algiers	36.20526	1.3279				41			
2572729	El Mekhtaria	el-mekhtaria	DZ		0	Africa/Algiers	36.19293	1.31497				41			
2572731	Boukaat el Bransia	boukaat-el-bransia	DZ		0	Africa/Algiers	36.21024	1.29301				41			
2572734	Ouled el Hadj Kaddour	ouled-el-hadj-kaddour	DZ		0	Africa/Algiers	36.24795	1.28412				41			
2572736	Ouled el Hadj Ahmed	ouled-el-hadj-ahmed	DZ		0	Africa/Algiers	36.23323	1.32989				41			
2572740	Douar Tegagra	douar-tegagra	DZ		0	Africa/Algiers	36.22145	1.31994				41			
2572742	El Arabat	el-arabat	DZ		0	Africa/Algiers	36.15854	1.25765				41			
2572743	Ouled Benouali	ouled-benouali	DZ		0	Africa/Algiers	36.15189	1.26376				41			
2572753	Boukaat Douadich	boukaat-douadich	DZ		0	Africa/Algiers	36.12161	1.26302				41			
2572760	Boukaat es Saou	boukaat-es-saou	DZ		0	Africa/Algiers	36.10149	1.29258				41			
2572762	El Kmakma	el-kmakma	DZ		0	Africa/Algiers	36.1106	1.33426				41			
2572766	Boukaat Bazria	boukaat-bazria	DZ		0	Africa/Algiers	36.08851	1.33579				41			
2572775	El Mdaïnia	el-mdainia	DZ		0	Africa/Algiers	36.11881	1.3368				41			
2572782	Sidi Takouch	sidi-takouch	DZ		0	Africa/Algiers	37.065	7.36556				37			
2572784	Sidi Zakri	sidi-zakri	DZ		0	Africa/Algiers	37.05694	7.37111				37			
2572786	Z’Atria	z-atria	DZ		0	Africa/Algiers	36.13469	1.40247				41			
2572791	Sidi Bahfoul	sidi-bahfoul	DZ		0	Africa/Algiers	37.0525	7.3575				37			
2572792	Mehachia	mehachia	DZ		0	Africa/Algiers	36.13649	1.42382				41			
2572795	El Djaada	el-djaada	DZ		0	Africa/Algiers	36.12278	1.40703				41			
2572798	Khleïliya	khleiliya	DZ		0	Africa/Algiers	36.11549	1.36689				41			
2572802	Boukaat el Amamra	boukaat-el-amamra	DZ		0	Africa/Algiers	36.09068	1.35603				41			
2572808	El Ouakda	el-ouakda	DZ		0	Africa/Algiers	36.09958	1.39866				41			
2572814	Douar Chaabet el Abtal	douar-chaabet-el-abtal	DZ		0	Africa/Algiers	36.07091	1.25642				41			
2572820	Boukaat Thmara	boukaat-thmara	DZ		0	Africa/Algiers	36.07825	1.30368				41			
2572821	Boukaat es Souamet	boukaat-es-souamet	DZ		0	Africa/Algiers	36.07478	1.33914				41			
2572823	Es Saradj	es-saradj	DZ		0	Africa/Algiers	36.05124	1.26605				41			
2572824	El Bouazra	el-bouazra	DZ		0	Africa/Algiers	36.05753	1.31772				41			
2572825	Boukaat Ouled es Seghir	boukaat-ouled-es-seghir	DZ		0	Africa/Algiers	36.04315	1.3211				41			
2572827	Boukaat Khoddam	boukaat-khoddam	DZ		0	Africa/Algiers	36.02966	1.30317				41			
2572829	El Braïk	el-braik	DZ		0	Africa/Algiers	36.02263	1.25922				41			
2572832	Boukaat Ziadnia	boukaat-ziadnia	DZ		0	Africa/Algiers	36.04024	1.2734				41			
2572838	Zarzar	zarzar	DZ		0	Africa/Algiers	36.0038	1.30354				41			
2572864	Sidi Abd Allah	sidi-abd-allah	DZ		0	Africa/Algiers	37.03583	7.37111				37			
2572865	Es Souamet	es-souamet	DZ		0	Africa/Algiers	36.0807	1.34802				41			
2572866	Boukaat Ouled Kouider	boukaat-ouled-kouider	DZ		0	Africa/Algiers	36.06848	1.35088				41			
2572867	Boukaat Hrachich	boukaat-hrachich	DZ		0	Africa/Algiers	36.06959	1.37494				41			
2572868	Boukaat Ouadah	boukaat-ouadah	DZ		0	Africa/Algiers	36.0525	1.35				41			
2572869	Boukaat el Abaïb	boukaat-el-abaib	DZ		0	Africa/Algiers	36.03511	1.35437				41			
2572870	Boukaat el Hmadcha	boukaat-el-hmadcha	DZ		0	Africa/Algiers	36.02638	1.36764				41			
2572875	Ouled Barhda	ouled-barhda	DZ		0	Africa/Algiers	36.00734	1.34236				41			
2572876	Ouled Sidi Azzouz	ouled-sidi-azzouz	DZ		0	Africa/Algiers	36.00216	1.37077				41			
2572878	Boukaat Ouled Mansour	boukaat-ouled-mansour	DZ		0	Africa/Algiers	36.055	1.36669				41			
2572880	Sidi el Hadj Hanni	sidi-el-hadj-hanni	DZ		0	Africa/Algiers	36.04542	1.37357				41			
2572882	Douar el Hedjadj	douar-el-hedjadj	DZ		0	Africa/Algiers	36.03696	1.39404				41			
2572884	Ouled el Agha	ouled-el-agha	DZ		0	Africa/Algiers	36.00396	1.42069				41			
2572885	Ouled Rehamnia	ouled-rehamnia	DZ		0	Africa/Algiers	36.01073	1.42455				41			
2572886	Dehamnia	dehamnia	DZ		0	Africa/Algiers	36.00131	1.43888				41			
2572887	Anceur el Bia	anceur-el-bia	DZ		0	Africa/Algiers	36.01512	1.44074				41			
2572888	Soulha	soulha	DZ		0	Africa/Algiers	36.01025	1.4602				41			
2572889	Chenatra	chenatra	DZ		0	Africa/Algiers	36.00417	1.47644				41			
2572890	Ouled ech Cheikh	ouled-ech-cheikh	DZ		0	Africa/Algiers	36.02548	1.44766				41			
2572891	Douar el Azaïs	douar-el-azais	DZ		0	Africa/Algiers	36.02268	1.42788				41			
2572897	Douar ez Zourg	douar-ez-zourg	DZ		0	Africa/Algiers	36.06663	1.47945				41			
2572898	Bou Lazzane	bou-lazzane	DZ		0	Africa/Algiers	36.06779	1.45729				41			
2572901	El Attatou	el-attatou	DZ		0	Africa/Algiers	36.08229	1.48537				41			
2572902	El Khrefa	el-khrefa	DZ		0	Africa/Algiers	36.08909	1.44241				41			
2572903	Kouadjine	kouadjine	DZ		0	Africa/Algiers	36.09137	1.45861				41			
2572906	Harchoune	harchoune	DZ		0	Africa/Algiers	36.11354	1.50635		Harchoune		41			
2572910	Boukaat Ouled Ben Halima	boukaat-ouled-ben-halima	DZ		0	Africa/Algiers	36.12961	1.48488				41			
2572911	Boukaat Cheroukate	boukaat-cheroukate	DZ		0	Africa/Algiers	36.14443	1.49179				41			
2572912	Douar Blablia	douar-blablia	DZ		0	Africa/Algiers	36.15957	1.49417				41			
2572913	Douar el Kerarta	douar-el-kerarta	DZ		0	Africa/Algiers	36.16173	1.47692				41			
2572915	Mreïmia	mreimia	DZ		0	Africa/Algiers	36.14307	1.43523				41			
2572916	El Hamr	el-hamr	DZ		0	Africa/Algiers	36.14497	1.43085				41			
2572920	Douar Kalifain	douar-kalifain	DZ		0	Africa/Algiers	36.55362	1.76701				55			
2572923	Douar Harbil	douar-harbil	DZ		0	Africa/Algiers	36.53952	1.75296				55			
2572936	Douar Bel Afia	douar-bel-afia	DZ		0	Africa/Algiers	36.50758	1.81636				55			
2572937	Douar Beni Ouarkchene	douar-beni-ouarkchene	DZ		0	Africa/Algiers	36.51845	1.80852				55			
2572944	Mechtita	mechtita	DZ		0	Africa/Algiers	36.53436	1.82804				55			
2572959	Boukhidja	boukhidja	DZ		0	Africa/Algiers	36.56336	1.85				55			
2572961	Douar Boukhlidja	douar-boukhlidja	DZ		0	Africa/Algiers	36.55436	1.856				55			
2572967	Douar Noraïa	douar-noraia	DZ		0	Africa/Algiers	36.52419	1.85658				55			
2572968	Douar Arbal	douar-arbal	DZ		0	Africa/Algiers	36.50292	1.8459				55			
2572969	Douar Beni Aïrour	douar-beni-airour	DZ		0	Africa/Algiers	36.50118	1.83976				55			
2572970	Douar Beni Nadour	douar-beni-nadour	DZ		0	Africa/Algiers	36.50915	1.85672				55			
2572974	Douar Sadouna	douar-sadouna	DZ		0	Africa/Algiers	36.54417	1.8779				55			
2572975	Douar Ibelaïdene	douar-ibelaidene	DZ		0	Africa/Algiers	36.5395	1.87568				55			
2572977	Zrouka	zrouka	DZ		0	Africa/Algiers	36.56598	1.90145				55			
2572978	Douar Sidi Barkouk	douar-sidi-barkouk	DZ		0	Africa/Algiers	36.56189	1.89873				55			
2572980	Douar Bouankouda	douar-bouankouda	DZ		0	Africa/Algiers	36.5492	1.89321				55			
2572982	Douar Mouafak	douar-mouafak	DZ		0	Africa/Algiers	36.54248	1.88725				55			
2572986	Ouled Mokhtar	ouled-mokhtar	DZ		0	Africa/Algiers	36.52526	1.88302				55			
2572988	Douar Beni Freh	douar-beni-freh	DZ		0	Africa/Algiers	36.50576	1.89802				55			
2572990	Douar Beni Ali	douar-beni-ali	DZ		0	Africa/Algiers	36.51529	1.91177				55			
2572994	Douar Iachouraïne	douar-iachouraine	DZ		0	Africa/Algiers	36.5298	1.91172				55			
2572995	El Kalla	el-kalla	DZ		0	Africa/Algiers	36.5314	1.89891				55			
2573001	Sidi Bou Zeïd	sidi-bou-zeid	DZ		0	Africa/Algiers	37.03778	7.33111				37			
2573009	Douar Ibouamamaïne	douar-ibouamamaine	DZ		0	Africa/Algiers	36.55993	1.90367				55			
2573010	Douar Sidi Barkouk	douar-sidi-barkouk	DZ		0	Africa/Algiers	36.55379	1.89958				55			
2573013	Sidi Ahmed Saïd	sidi-ahmed-said	DZ		0	Africa/Algiers	37.03778	7.34278				37			
2573014	Douar Iynayene	douar-iynayene	DZ		0	Africa/Algiers	36.55165	1.90589				55			
2573020	Douar M’Haba	douar-m-haba	DZ		0	Africa/Algiers	36.55884	1.92454				55			
2573033	Douar Imelhayene	douar-imelhayene	DZ		0	Africa/Algiers	36.54092	1.91426				55			
2573040	Douar Bounamane	douar-bounamane	DZ		0	Africa/Algiers	36.51253	1.92655				55			
2573051	Douar Tizardheth	douar-tizardheth	DZ		0	Africa/Algiers	36.5172	1.96398				55			
2573052	Sidi Maklouf	sidi-maklouf	DZ		0	Africa/Algiers	37.0575	7.27333				31			
2573053	Bouibaouene	bouibaouene	DZ		0	Africa/Algiers	36.51943	1.97239				55			
2573056	Mouarhou	mouarhou	DZ		0	Africa/Algiers	36.52165	1.95071				55			
2573061	Douar Molchtari Oussedou	douar-molchtari-oussedou	DZ		0	Africa/Algiers	36.52588	1.97693				55			
2573065	Douar Irsene	douar-irsene	DZ		0	Africa/Algiers	36.53127	1.96384				55			
2573066	Douar el Kolla	douar-el-kolla	DZ		0	Africa/Algiers	36.53109	1.97777				55			
2573071	Douar Taïbi	douar-taibi	DZ		0	Africa/Algiers	36.53957	1.97335				55			
2573082	Douar Bouakhra	douar-bouakhra	DZ		0	Africa/Algiers	36.55327	1.97691				55			
2573096	Douar Ikorchiyene	douar-ikorchiyene	DZ		0	Africa/Algiers	36.5476	1.95463				55			
2573112	Dra Tariste	dra-tariste	DZ		0	Africa/Algiers	36.54339	1.73855				55			
2573116	Tizouirt	tizouirt	DZ		0	Africa/Algiers	36.51885	1.72893				55			
2573119	Imadrane	imadrane	DZ		0	Africa/Algiers	36.50155	1.73872				55			
2573121	Thigharmine	thigharmine	DZ		0	Africa/Algiers	36.50353	1.70949				55			
2573124	Er Ref	er-ref	DZ		0	Africa/Algiers	36.50143	1.69171				55			
2573125	Fertene	fertene	DZ		0	Africa/Algiers	36.50151	1.67675				55			
2573126	Bihtita	bihtita	DZ		0	Africa/Algiers	36.51303	1.7061				55			
2573128	Mhatar	mhatar	DZ		0	Africa/Algiers	36.52051	1.68645				55			
2573129	At el Kef	at-el-kef	DZ		0	Africa/Algiers	36.51784	1.70969				55			
2573137	Drâ Hadouch	dra-hadouch	DZ		0	Africa/Algiers	36.5446	1.66127				41			
2573140	Hanoui Aïd	hanoui-aid	DZ		0	Africa/Algiers	36.53603	1.64615				41			
2573143	Bou Yanouh	bou-yanouh	DZ		0	Africa/Algiers	36.51332	1.66576				41			
2573144	Bou Yaghad	bou-yaghad	DZ		0	Africa/Algiers	36.5117	1.6563				41			
2573149	Douar Bouaziz	douar-bouaziz	DZ		0	Africa/Algiers	36.50192	1.61515				41			
2573154	Sedjrari	sedjrari	DZ		0	Africa/Algiers	36.52168	1.6291				41			
2573168	Douar Beni Bouaziza	douar-beni-bouaziza	DZ		0	Africa/Algiers	36.51077	1.56895				41			
2573173	Douar Atamrane	douar-atamrane	DZ		0	Africa/Algiers	36.51806	1.535				41			
2573176	Tadart Ou Ferraïsse	tadart-ou-ferraisse	DZ		0	Africa/Algiers	36.52783	1.55274				41			
2573177	Douar Tizi Youles	douar-tizi-youles	DZ		0	Africa/Algiers	36.53154	1.54233				41			
2573183	Skekra	skekra	DZ		0	Africa/Algiers	36.25545	1.72638				35			
2573184	Beni Berri	beni-berri	DZ		0	Africa/Algiers	36.26501	1.72931				35			
2573185	Ben Saâd	ben-saad	DZ		0	Africa/Algiers	36.28065	1.74036				35			
2573189	Ghouali	ghouali	DZ		0	Africa/Algiers	36.29613	1.67923				35			
2573190	Medjadjra	medjadjra	DZ		0	Africa/Algiers	36.29474	1.69381				35			
2573194	Sgagra	sgagra	DZ		0	Africa/Algiers	36.29971	1.7401				35			
2573197	Bourzizene	bourzizene	DZ		0	Africa/Algiers	36.31044	1.67257				35			
2573198	Ouled Ben Henda	ouled-ben-henda	DZ		0	Africa/Algiers	36.31709	1.68981				35			
2573199	Douar Medani Ben Cherif	douar-medani-ben-cherif	DZ		0	Africa/Algiers	36.31989	1.73919				35			
2573200	Kraounia	kraounia	DZ		0	Africa/Algiers	36.32213	1.74709				35			
2573201	Douar Haya	douar-haya	DZ		0	Africa/Algiers	36.32352	1.73316				35			
2573202	Tamzrit	tamzrit	DZ		0	Africa/Algiers	36.32699	1.74474				35			
2573205	Labadnia	labadnia	DZ		0	Africa/Algiers	36.33229	1.69239				35			
2573210	Aouraï	aourai	DZ		0	Africa/Algiers	36.34519	1.67331				35			
2573211	Aoud Izzane	aoud-izzane	DZ		0	Africa/Algiers	36.35112	1.66642				35			
2573212	Hadjrai Izzaler	hadjrai-izzaler	DZ		0	Africa/Algiers	36.35315	1.67774				35			
2573215	Lahdadoua	lahdadoua	DZ		0	Africa/Algiers	36.36	1.69528				35			
2573219	Eriyache	eriyache	DZ		0	Africa/Algiers	36.36244	1.73182				35			
2573220	Aïn Achache	ain-achache	DZ		0	Africa/Algiers	36.35778	1.73306				35			
2573221	Tabethacht	tabethacht	DZ		0	Africa/Algiers	36.34722	1.71972				35			
2573223	Douar Ben Merhba	douar-ben-merhba	DZ		0	Africa/Algiers	36.34103	1.72403				35			
2573224	Ghoul Ou Melzi	ghoul-ou-melzi	DZ		0	Africa/Algiers	36.3729	1.70977				55			
2573225	Ouled Lehbib	ouled-lehbib	DZ		0	Africa/Algiers	36.35865	1.66066				35			
2573227	Tacheta Zougagha	tacheta-zougagha	DZ		0	Africa/Algiers	36.35128	1.64101		Tacheta Zougagha		35			
2573228	Kerkouch	kerkouch	DZ		0	Africa/Algiers	36.3627	1.65041				35			
2573229	Mardas	mardas	DZ		0	Africa/Algiers	36.36281	1.64443				35			
2573231	Tafoughart	tafoughart	DZ		0	Africa/Algiers	36.35977	1.63188				35			
2573232	El Klaoucha	el-klaoucha	DZ		0	Africa/Algiers	36.36751	1.63423				35			
2573233	Boubka	boubka	DZ		0	Africa/Algiers	36.37317	1.62451				35			
2573235	Imoumnayan	imoumnayan	DZ		0	Africa/Algiers	36.37509	1.63685				35			
2573237	Bouchikha	bouchikha	DZ		0	Africa/Algiers	36.38432	1.62537				35			
2573238	Tebssassine	tebssassine	DZ		0	Africa/Algiers	36.38005	1.72584				55			
2573240	Ouakli	ouakli	DZ		0	Africa/Algiers	36.40474	1.73222				55			
2573241	Bahla	bahla	DZ		0	Africa/Algiers	36.40861	1.74861				55			
2573242	Belahcene	belahcene	DZ		0	Africa/Algiers	36.40485	1.74158				55			
2573245	Choula	choula	DZ		0	Africa/Algiers	36.41189	1.72355				55			
2573247	Tafrente	tafrente	DZ		0	Africa/Algiers	36.41468	1.70389				55			
2573248	Beni Bou Chichem	beni-bou-chichem	DZ		0	Africa/Algiers	36.42587	1.69553				55			
2573262	El Harchia	el-harchia	DZ		0	Africa/Algiers	36.43917	1.71041				55			
2573263	Beni Mileuk	beni-mileuk	DZ		0	Africa/Algiers	36.44469	1.71698				55			
2573264	Bouyamene	bouyamene	DZ		0	Africa/Algiers	36.44835	1.71406				55			
2573265	Timerdjanine	timerdjanine	DZ		0	Africa/Algiers	36.44781	1.72805				55			
2573266	Bouhnana	bouhnana	DZ		0	Africa/Algiers	36.4493	1.72331				55			
2573267	El Mokhfi	el-mokhfi	DZ		0	Africa/Algiers	36.45111	1.73033				55			
2573268	Daddaïni	daddaini	DZ		0	Africa/Algiers	36.45946	1.72773				55			
2573270	Lekhlidj	lekhlidj	DZ		0	Africa/Algiers	36.47866	1.6654				55			
2573271	Er Raf	er-raf	DZ		0	Africa/Algiers	36.49652	1.67434		Er Raf,Er Rof		55			
2573275	Izra	izra	DZ		0	Africa/Algiers	36.45691	1.64642				55			
2573276	N’djayia	n-djayia	DZ		0	Africa/Algiers	36.27931	1.67194				35			
2573277	Mezania	mezania	DZ		0	Africa/Algiers	36.26186	1.63699				35			
2573278	Chekaknia	chekaknia	DZ		0	Africa/Algiers	36.25541	1.62918				35			
2573279	Aouinia	aouinia	DZ		0	Africa/Algiers	36.25808	1.62336				35			
2573281	Beni Berri	beni-berri	DZ		0	Africa/Algiers	36.26987	1.6307				35			
2573285	Chakoura	chakoura	DZ		0	Africa/Algiers	36.27737	1.64008				35			
2573287	Harta Chraga	harta-chraga	DZ		0	Africa/Algiers	36.29524	1.64763				35			
2573288	Taghrourt	taghrourt	DZ		0	Africa/Algiers	36.31083	1.66333				35			
2573294	Idjdhikth	idjdhikth	DZ		0	Africa/Algiers	36.49339	1.64557				41			
2573296	Ouled Menia	ouled-menia	DZ		0	Africa/Algiers	36.49589	1.6268				41			
2573297	Khalloufa	khalloufa	DZ		0	Africa/Algiers	36.49668	1.60202				41			
2573298	Azouia	azouia	DZ		0	Africa/Algiers	36.48972	1.60967				41			
2573306	Tidene	tidene	DZ		0	Africa/Algiers	36.44373	1.5914				41			
2573308	Ech Cherfa	ech-cherfa	DZ		0	Africa/Algiers	36.45203	1.61168				41			
2573311	Bouzelaza	bouzelaza	DZ		0	Africa/Algiers	36.45808	1.63296				41			
2573313	El Kbar	el-kbar	DZ		0	Africa/Algiers	36.43655	1.60734				41			
2573314	Boudhouba	boudhouba	DZ		0	Africa/Algiers	36.43122	1.59789				41			
2573315	El Mzaouegh	el-mzaouegh	DZ		0	Africa/Algiers	36.43158	1.58723				41			
2573317	Ben Houria	ben-houria	DZ		0	Africa/Algiers	36.42194	1.60556				35			
2573320	Boumazouz	boumazouz	DZ		0	Africa/Algiers	36.48844	1.57591				41			
2573321	Errouabi	errouabi	DZ		0	Africa/Algiers	36.47914	1.5766				41			
2573322	Tichtioune	tichtioune	DZ		0	Africa/Algiers	36.47349	1.56498				41			
2573323	Laouachria	laouachria	DZ		0	Africa/Algiers	36.47014	1.56466				41			
2573327	Douar Ikoubien	douar-ikoubien	DZ		0	Africa/Algiers	36.47417	1.53778				41			
2573328	Douar el Kdadir	douar-el-kdadir	DZ		0	Africa/Algiers	36.46513	1.52116				41			
2573329	Lemghassel	lemghassel	DZ		0	Africa/Algiers	36.45965	1.54203				41			
2573330	Braghith	braghith	DZ		0	Africa/Algiers	36.46497	1.53644				41			
2573334	Leghmouna	leghmouna	DZ		0	Africa/Algiers	36.43861	1.50167				41			
2573342	Gherdoussa	gherdoussa	DZ		0	Africa/Algiers	36.41813	1.52252				41			
2573350	Hamlil	hamlil	DZ		0	Africa/Algiers	36.38924	1.52783				41			
2573358	El Khebabza	el-khebabza	DZ		0	Africa/Algiers	36.34936	1.58004				35			
2573361	Chebaïria	chebairia	DZ		0	Africa/Algiers	36.39269	1.59488				35			
2573363	Nather Timaachirine	nather-timaachirine	DZ		0	Africa/Algiers	36.40134	1.61488				35			
2573367	Lebrakik	lebrakik	DZ		0	Africa/Algiers	36.34706	1.58773				35			
2573371	El Gheddan	el-gheddan	DZ		0	Africa/Algiers	36.34065	1.61432				35			
2573373	Sidi Thabet	sidi-thabet	DZ		0	Africa/Algiers	36.33532	1.62638				35			
2573374	Ouled Tifidh	ouled-tifidh	DZ		0	Africa/Algiers	36.3295	1.62825				35			
2573376	Chnounia	chnounia	DZ		0	Africa/Algiers	36.32731	1.58261				35			
2573377	El Ghamamza	el-ghamamza	DZ		0	Africa/Algiers	36.31751	1.59082				35			
2573381	Bouhniene	bouhniene	DZ		0	Africa/Algiers	36.32076	1.5197				41			
2573382	Abbaza	abbaza	DZ		0	Africa/Algiers	36.31211	1.51634				41			
2573386	Slama	slama	DZ		0	Africa/Algiers	36.31631	1.57997				35			
2573388	El Ansser	el-ansser	DZ		0	Africa/Algiers	36.27884	1.50581				41			
2573389	D’hamnia	d-hamnia	DZ		0	Africa/Algiers	36.27501	1.51194				41			
2573392	Lehlalfa	lehlalfa	DZ		0	Africa/Algiers	36.26967	1.51655				41			
2573393	El Ghaliet	el-ghaliet	DZ		0	Africa/Algiers	36.27417	1.53652				41			
2573402	Bokat	bokat	DZ		0	Africa/Algiers	36.24121	1.52266				41			
2573405	Chekaknia	chekaknia	DZ		0	Africa/Algiers	36.24652	1.62669				35			
2573406	Douar Ouled Aïcha	douar-ouled-aicha	DZ		0	Africa/Algiers	36.21964	1.72097		Douar Ouled Aicha,Douar Ouled Aïcha,Ouled Aicha		35			
2573407	Douar Ouled Bouabida	douar-ouled-bouabida	DZ		0	Africa/Algiers	36.20081	1.70981		Douar Ouled Bouabida,Ouled Bou Abida		35			
2573409	Amzaïka	amzaika	DZ		0	Africa/Algiers	36.20902	1.64907				35			
2573411	Ed Raïfia	ed-raifia	DZ		0	Africa/Algiers	36.16899	1.70809		Ed Drafia,Ed Raifia,Ed Raïfia		35			
2573412	Medjaïmia	medjaimia	DZ		0	Africa/Algiers	36.14661	1.68829		Medjaimia,Medjaïmia,Nedjaimia,Nedjaïmia		35			
2573416	Ouled Sidi Yahia Gheraba	ouled-sidi-yahia-gheraba	DZ		0	Africa/Algiers	36.1527	1.7622		Ouled Sidi Yahia Gheraba,Ouled Sidi Yahia Rheraba		35			
2573423	Es Shara	es-shara	DZ		0	Africa/Algiers	36.1325	1.63799		Es Shara,Shari		35			
2573424	Bakla	bakla	DZ		0	Africa/Algiers	36.13583	1.65806				35			
2573425	Ouled Kouidene	ouled-kouidene	DZ		0	Africa/Algiers	36.14297	1.6569				35			
2573427	El Henndjadj	el-henndjadj	DZ		0	Africa/Algiers	36.16813	1.67799				35			
2573428	Ouled Maïouf	ouled-maiouf	DZ		0	Africa/Algiers	36.16829	1.64596				35			
2573429	Ouled Nou	ouled-nou	DZ		0	Africa/Algiers	36.16572	1.62353				35			
2573432	El Alamcia	el-alamcia	DZ		0	Africa/Algiers	36.18449	1.63764		El Alamcia,El Alamsia		35			
2573433	El Hemri	el-hemri	DZ		0	Africa/Algiers	36.24641	1.58313				35			
2573434	Ouled el Arbi	ouled-el-arbi	DZ		0	Africa/Algiers	36.24132	1.53162				41			
2573435	El H’maïed	el-h-maied	DZ		0	Africa/Algiers	36.2081	1.50302		El H'maied,El Hamaid,El Hamaïd,El H’maïed		41			
2573436	Dehamnia	dehamnia	DZ		0	Africa/Algiers	36.21604	1.6217		Bit el Nahasse,Dehamnia		41			
2573437	Ouled Ben Arbia	ouled-ben-arbia	DZ		0	Africa/Algiers	36.16731	1.56401				41			
2573438	El Hadi Tahar	el-hadi-tahar	DZ		0	Africa/Algiers	36.15542	1.5512				41			
2573439	El A’tatou	el-a-tatou	DZ		0	Africa/Algiers	36.14353	1.54564				41			
2573440	El A’badel	el-a-badel	DZ		0	Africa/Algiers	36.12607	1.52521				41			
2573442	Ben Halima	ben-halima	DZ		0	Africa/Algiers	36.14099	1.55499				41			
2573443	Brasnia	brasnia	DZ		0	Africa/Algiers	36.10972	1.54694				41			
2573446	El Flafla	el-flafla	DZ		0	Africa/Algiers	36.0836	1.52726				41			
2573447	El Brahlia	el-brahlia	DZ		0	Africa/Algiers	36.07477	1.5258		Brana,El Brahlia		41			
2573448	El H’dadou	el-h-dadou	DZ		0	Africa/Algiers	36.06019	1.52235		El H'dadou,El Hedadon,El H’dadou		41			
2573449	El Khamlia	el-khamlia	DZ		0	Africa/Algiers	36.05551	1.55				41			
2573451	El Bsakra	el-bsakra	DZ		0	Africa/Algiers	36.07541	1.56603		Bessakha,El Bsakra		41			
2573452	Mekarzia	mekarzia	DZ		0	Africa/Algiers	36.07222	1.58111				41			
2573453	El M’Rah	el-m-rah	DZ		0	Africa/Algiers	36.05519	1.58179		El M'Rah,El Mia,El M’Rah		41			
2573455	Guilili	guilili	DZ		0	Africa/Algiers	36.05228	1.684		Ghilili,Guilili		35			
2573461	Khantchouféne	khantchoufene	DZ		0	Africa/Algiers	36.02195	1.60514		Kannchouffene,Khantchoufene,Khantchouféne		41			
2573462	El Djeradir	el-djeradir	DZ		0	Africa/Algiers	36.02087	1.56813		Djeradir,El Djeradir		41			
2573463	Ain Baadj	ain-baadj	DZ		0	Africa/Algiers	35.22806	1.63861		Ain Baadj,Baadj		13			
2573488	Borj el Kradra	borj-el-kradra	DZ		0	Africa/Algiers	35.23833	2.49639				13			
2573531	Sidi Bou Keder	sidi-bou-keder	DZ		0	Africa/Algiers	35.22972	1.51639				13			
2573533	Bou Tagga	bou-tagga	DZ		0	Africa/Algiers	35.04889	1.55389				13			
2573534	Bou Loual	bou-loual	DZ		0	Africa/Algiers	35.05583	1.5425				13			
2573565	Ouled Mnassir	ouled-mnassir	DZ		0	Africa/Algiers	36.76	3.53556				40			
2573570	Benhammouch	benhammouch	DZ		0	Africa/Algiers	36.77861	3.54917				40			
2573576	Aïn Benaâmane	ain-benaamane	DZ		0	Africa/Algiers	36.77167	3.56111				40			
2573579	Ouled Bende	ouled-bende	DZ		0	Africa/Algiers	36.7825	3.57944				40			
2573580	Ouled el Bar	ouled-el-bar	DZ		0	Africa/Algiers	36.77472	3.58472				40			
2573583	Ouled Ahmed Ben Ali	ouled-ahmed-ben-ali	DZ		0	Africa/Algiers	36.76944	3.58722				40			
2573584	Ouled Hocine	ouled-hocine	DZ		0	Africa/Algiers	36.75806	3.57278				40			
2573588	Bir Zaâtra	bir-zaatra	DZ		0	Africa/Algiers	36.75333	3.60556				40			
2573589	Douar Zaâtra	douar-zaatra	DZ		0	Africa/Algiers	36.75833	3.59694				40			
2573606	Koudiet el Araiss	koudiet-el-araiss	DZ		0	Africa/Algiers	36.80667	3.65833				40			
2573607	Ben Abid	ben-abid	DZ		0	Africa/Algiers	36.80306	3.6475				40			
2573611	El Koues	el-koues	DZ		0	Africa/Algiers	36.79778	3.66				40			
2573612	Douar Kermoul	douar-kermoul	DZ		0	Africa/Algiers	36.78778	3.66611				40			
2573615	Douar M’rachda	douar-m-rachda	DZ		0	Africa/Algiers	36.76361	3.67472				40			
2573618	Douar Ben Terzil	douar-ben-terzil	DZ		0	Africa/Algiers	36.76917	3.68417				40			
2573631	Ben Hammouda	ben-hammouda	DZ		0	Africa/Algiers	36.77944	3.67139				40			
2573633	Ben Ksir	ben-ksir	DZ		0	Africa/Algiers	36.80139	3.68				40			
2573635	Modhrabine	modhrabine	DZ		0	Africa/Algiers	36.80889	3.685				40			
2573649	Douar Kara Ahmed	douar-kara-ahmed	DZ		0	Africa/Algiers	36.785	3.72278				40			
2573655	Ouled Smir	ouled-smir	DZ		0	Africa/Algiers	36.80917	3.74167				40			
2573660	Benouali	benouali	DZ		0	Africa/Algiers	36.83861	3.73278				40			
2573661	Rouria	rouria	DZ		0	Africa/Algiers	36.84611	3.74056				40			
2573662	Bennabri	bennabri	DZ		0	Africa/Algiers	36.84278	3.74917				40			
2573665	Boumlih	boumlih	DZ		0	Africa/Algiers	36.83	3.69917				40			
2573666	Ouled Ghnim	ouled-ghnim	DZ		0	Africa/Algiers	36.83389	3.69361				40			
2573668	M’khakhcha	m-khakhcha	DZ		0	Africa/Algiers	36.85139	3.72083				40			
2573671	El H’madna	el-h-madna	DZ		0	Africa/Algiers	36.85889	3.73				40			
2573682	Mechtat Aïn Djenane	mechtat-ain-djenane	DZ		0	Africa/Algiers	36.55944	6.60639				04			
2573683	Mechtat es Serdouk	mechtat-es-serdouk	DZ		0	Africa/Algiers	36.54194	6.61472				04			
2573692	Douar Titinguel	douar-titinguel	DZ		0	Africa/Algiers	36.21056	0.49333				07			
2573694	Douar er Gagna	douar-er-gagna	DZ		0	Africa/Algiers	36.20278	0.48444				07			
2573696	Douar Chachea	douar-chachea	DZ		0	Africa/Algiers	36.19556	0.48306				07			
2573700	Douar Z’kakra	douar-z-kakra	DZ		0	Africa/Algiers	36.19972	0.47361				07			
2573707	Douar Z’maaïche	douar-z-maaiche	DZ		0	Africa/Algiers	36.18	0.4225				07			
2573708	Douar H’gagna	douar-h-gagna	DZ		0	Africa/Algiers	36.18028	0.44694				07			
2573718	Douar Ouled Abdallah	douar-ouled-abdallah	DZ		0	Africa/Algiers	36.15667	0.48944				07			
2573725	Ouled el Arbi	ouled-el-arbi	DZ		0	Africa/Algiers	36.53	6.58306				04			
2573726	Douar Sraabia	douar-sraabia	DZ		0	Africa/Algiers	36.0625	0.49111				07			
2573727	Douar el Foukani	douar-el-foukani	DZ		0	Africa/Algiers	36.05778	0.47389				07			
2573730	Douar Retaïhia	douar-retaihia	DZ		0	Africa/Algiers	36.02083	0.49194				07			
2573733	Douar M’hamid	douar-m-hamid	DZ		0	Africa/Algiers	36.00944	0.49611				07			
2573735	Douar Chaïbia	douar-chaibia	DZ		0	Africa/Algiers	36.00917	0.47167				07			
2573741	Douar Ouled Bou Ali	douar-ouled-bou-ali	DZ		0	Africa/Algiers	36.00806	0.41306				07			
2573742	Douar Ouled Tahar	douar-ouled-tahar	DZ		0	Africa/Algiers	36.02889	0.42472				07			
2573744	Douar M’saïdja	douar-m-saidja	DZ		0	Africa/Algiers	36.03222	0.4625				07			
2573747	Douar el Koubania	douar-el-koubania	DZ		0	Africa/Algiers	36.08444	0.46833				07			
2573756	Douar Trebah Djebel	douar-trebah-djebel	DZ		0	Africa/Algiers	36.08306	0.42083				07			
2573759	Douar Kraïaia	douar-kraiaia	DZ		0	Africa/Algiers	36.0775	0.41528				07			
2573761	Douar Ouled Tayeb	douar-ouled-tayeb	DZ		0	Africa/Algiers	36.055	0.41722				07			
2573762	Douar Slatna	douar-slatna	DZ		0	Africa/Algiers	36.04583	0.4125				07			
2573765	Douar Garouamsa	douar-garouamsa	DZ		0	Africa/Algiers	36.07861	0.37861				07			
2573767	Ouled Barkhat	ouled-barkhat	DZ		0	Africa/Algiers	36.065	0.38639				07			
2573777	Douar Ghouzilate	douar-ghouzilate	DZ		0	Africa/Algiers	36.00417	0.32139				07			
2573780	Douar Khoussa	douar-khoussa	DZ		0	Africa/Algiers	36.02	0.36417				07			
2573782	Douar Megharouia	douar-megharouia	DZ		0	Africa/Algiers	36.03444	0.36556				07			
2573786	Douar Niaïmia	douar-niaimia	DZ		0	Africa/Algiers	36.06111	0.365				07			
2573790	Douar Smara	douar-smara	DZ		0	Africa/Algiers	36.07889	0.34917				07			
2573802	Douar Rhamlia	douar-rhamlia	DZ		0	Africa/Algiers	36.02611	0.32667				07			
2573804	Douar Khetataa	douar-khetataa	DZ		0	Africa/Algiers	36.01694	0.30778				07			
2573809	Douar Bel Ghoul	douar-bel-ghoul	DZ		0	Africa/Algiers	36.03	0.32139				07			
2573810	Douar Nedjadjra	douar-nedjadjra	DZ		0	Africa/Algiers	36.03944	0.32806				07			
2573813	Douar Ouled Sidi Youcef	douar-ouled-sidi-youcef	DZ		0	Africa/Algiers	36.0375	0.29833				07			
2573814	Mechtat Beni Oueget	mechtat-beni-oueget	DZ		0	Africa/Algiers	36.47944	6.56611				04			
2573836	Douar Idoua	douar-idoua	DZ		0	Africa/Algiers	36.04194	0.28417				07			
2573837	Mechtat Beni Hameidane	mechtat-beni-hameidane	DZ		0	Africa/Algiers	36.50556	6.54972				04			
2573840	Douar Ouled Ben Tahar	douar-ouled-ben-tahar	DZ		0	Africa/Algiers	36.05694	0.32194				07			
2573843	Mechtat el Haouima	mechtat-el-haouima	DZ		0	Africa/Algiers	36.51306	6.53194				04			
2573847	Douar el Gueraa	douar-el-gueraa	DZ		0	Africa/Algiers	36.07444	0.27				07			
2573856	Douar Goura	douar-goura	DZ		0	Africa/Algiers	36.06111	0.29083				07			
2573862	Douar M’zara	douar-m-zara	DZ		0	Africa/Algiers	36.04861	0.25833				07			
2573868	Douar Rouaouna	douar-rouaouna	DZ		0	Africa/Algiers	36.08833	0.29083				07			
2573870	Sekhaimia	sekhaimia	DZ		0	Africa/Algiers	36.08833	0.32417				07			
2573874	Douar Ouled Kaddour	douar-ouled-kaddour	DZ		0	Africa/Algiers	36.10417	0.25833				07			
2573875	Douar Ouillis	douar-ouillis	DZ		0	Africa/Algiers	36.11194	0.26889				07			
2573876	Douar el Guetta	douar-el-guetta	DZ		0	Africa/Algiers	36.11111	0.27889				07			
2573878	Zerrifa	zerrifa	DZ		0	Africa/Algiers	36.10944	0.3				07			
2573879	Douar Chehaba	douar-chehaba	DZ		0	Africa/Algiers	36.11278	0.305				07			
2573883	Douar Bou Katchane	douar-bou-katchane	DZ		0	Africa/Algiers	36.12833	0.30778				07			
2573888	Mechtat el Marra	mechtat-el-marra	DZ		0	Africa/Algiers	36.5475	6.52417				04			
2573906	Mechtat el Hamma	mechtat-el-hamma	DZ		0	Africa/Algiers	36.48778	6.51917				04			
2573909	Douar D’hamria	douar-d-hamria	DZ		0	Africa/Algiers	36.09917	0.38778				07			
2573915	Douar Souahlia	douar-souahlia	DZ		0	Africa/Algiers	36.12667	0.34972				07			
2573918	Douar Ghouayzia	douar-ghouayzia	DZ		0	Africa/Algiers	36.13861	0.34				07			
2573986	Douar Khedaïdia	douar-khedaidia	DZ		0	Africa/Algiers	36.12944	0.38833				07			
2573987	Douar Laoula	douar-laoula	DZ		0	Africa/Algiers	36.12806	0.37278				07			
2573990	Douar H’dadcha	douar-h-dadcha	DZ		0	Africa/Algiers	36.14083	0.37778				07			
2573992	Douar M’raniz	douar-m-raniz	DZ		0	Africa/Algiers	36.14472	0.37778				07			
2573993	Douar Trebah Sahal	douar-trebah-sahal	DZ		0	Africa/Algiers	36.14694	0.39444				07			
2573995	Douar Ouled Bou Ziane	douar-ouled-bou-ziane	DZ		0	Africa/Algiers	36.13972	0.39917				07			
2574004	Douar Ouachhia	douar-ouachhia	DZ		0	Africa/Algiers	36.1475	0.40083				07			
2574015	Mechtat er Romane el Kares	mechtat-er-romane-el-kares	DZ		0	Africa/Algiers	36.60028	6.51278				31			
2574017	Djillali Ben Larbi	djillali-ben-larbi	DZ		0	Africa/Algiers	36.15222	0.43389				07			
2574024	Douar Ouled el Amraoui	douar-ouled-el-amraoui	DZ		0	Africa/Algiers	36.1325	0.44111				07			
2574025	Douar N’aïmia	douar-n-aimia	DZ		0	Africa/Algiers	36.11111	0.43139				07			
2574029	Douar Ghraba	douar-ghraba	DZ		0	Africa/Algiers	36.10861	0.47333				07			
2574032	Douar Chenanfa	douar-chenanfa	DZ		0	Africa/Algiers	36.12111	0.48583				07			
2574033	Douar Tounine	douar-tounine	DZ		0	Africa/Algiers	36.12417	0.49917				07			
2574036	Douar Tekkour	douar-tekkour	DZ		0	Africa/Algiers	36.12917	0.49028				07			
2574038	Douar Sidi Lakhdar	douar-sidi-lakhdar	DZ		0	Africa/Algiers	36.14278	0.46056				07			
2574040	Douar Farhia	douar-farhia	DZ		0	Africa/Algiers	36.15944	0.45861				07			
2574049	Douar Bachria	douar-bachria	DZ		0	Africa/Algiers	36.16972	0.42028				07			
2574051	Douar M’sallaïne	douar-m-sallaine	DZ		0	Africa/Algiers	36.1725	0.42				07			
2574060	Douar Bou Khatem	douar-bou-khatem	DZ		0	Africa/Algiers	36.14611	0.35306				07			
2574075	Ammour Achasta	ammour-achasta	DZ		0	Africa/Algiers	36.02694	0.37972				07			
2574097	Bou Saa	bou-saa	DZ		0	Africa/Algiers	36.62667	6.63917				31			
2574099	Touhame	touhame	DZ		0	Africa/Algiers	36.62833	6.67722				31			
2574114	Bou Trerou	bou-trerou	DZ		0	Africa/Algiers	36.59806	6.70139				31			
2574131	Bourouhou	bourouhou	DZ		0	Africa/Algiers	36.57194	6.72667				04			
2574135	Vieux Aïn Bouziane	vieux-ain-bouziane	DZ		0	Africa/Algiers	36.59028	6.74028				31			
2574137	Legbar Labyad	legbar-labyad	DZ		0	Africa/Algiers	36.6175	6.74639				31			
2574153	Mechtat Ben Ftaïma	mechtat-ben-ftaima	DZ		0	Africa/Algiers	36.52278	6.6675				04			
2574184	Mechtet Hamrîa	mechtet-hamria	DZ		0	Africa/Algiers	36.70944	6.63111				31			
2574258	Mechta Oulad Râbah	mechta-oulad-rabah	DZ		0	Africa/Algiers	36.67556	6.56833				31			
2574315	Mechtet Oued el Biâr	mechtet-oued-el-biar	DZ		0	Africa/Algiers	36.73778	6.52028				31			
2574365	Es Souak	es-souak	DZ		0	Africa/Algiers	36.72778	6.65722				31			
2574564	El Kântîla	el-kantila	DZ		0	Africa/Algiers	36.80278	6.66361				31			
2574606	Bir Rakkâd	bir-rakkad	DZ		0	Africa/Algiers	36.74917	6.67778				31			
2574713	Souk et Tnîne	souk-et-tnine	DZ		0	Africa/Algiers	36.74361	6.52222				31			
2574743	Douar Alalma	douar-alalma	DZ		0	Africa/Algiers	36.03041	2.97948		Alama,Douar Alalma		06			
2574745	Douar Ben Adja	douar-ben-adja	DZ		0	Africa/Algiers	36.03708	2.97493		Douar Ben Adja,Oulad Ben Adja		06			
2574761	Oulad Zeguia	oulad-zeguia	DZ		0	Africa/Algiers	36.04778	2.9825				06			
2574775	Bellia	bellia	DZ		0	Africa/Algiers	36.06861	2.98222				06			
2574776	Douar Ouled Aziz	douar-ouled-aziz	DZ		0	Africa/Algiers	36.07944	2.98472		Douar Ouled Aziz,Sidi Lakrdar		06			
2574801	Cheikr Taïeb	cheikr-taieb	DZ		0	Africa/Algiers	36.12417	2.98722				06			
2574858	Tchacht	tchacht	DZ		0	Africa/Algiers	36.035	2.92556				06			
2574863	Douar Chouanaa	douar-chouanaa	DZ		0	Africa/Algiers	36.06222	2.93667		Chouenna,Douar Chouanaa		06			
2574985	Mechta Zoûbia	mechta-zoubia	DZ		0	Africa/Algiers	36.83361	6.54806				31			
2575023	Douar el Mehadjbia	douar-el-mehadjbia	DZ		0	Africa/Algiers	36.11194	2.88417		Douar el Mehadjbia,Mehadjbia		06			
2575053	Dechra	dechra	DZ		0	Africa/Algiers	36.13194	2.87306				06			
2575193	Sidi Makrfi	sidi-makrfi	DZ		0	Africa/Algiers	36.17611	2.83861				06			
2575270	Doaur Rehaïnia	doaur-rehainia	DZ		0	Africa/Algiers	36.20306	2.94889		Doaur Rehainia,Doaur Rehaïnia,Haouch el Bestana		06			
2575271	Maouch el Bastana	maouch-el-bastana	DZ		0	Africa/Algiers	36.20861	2.9325		Maouch el Bastana,Oulad Ben Mouloud		06			
2575361	Aïn ech Cherâya	ain-ech-cheraya	DZ		0	Africa/Algiers	36.85222	6.71806				31			
2575477	Tabouzza	tabouzza	DZ		0	Africa/Algiers	36.28333	2.93		Tabouzza,tabwzt,تابوزة		06			
2575489	Oulad Kheir	oulad-kheir	DZ		0	Africa/Algiers	36.30222	2.93778				06			
2575535	El Hrâyech	el-hrayech	DZ		0	Africa/Algiers	36.96	6.52722				31			
2575610	Telezza	telezza	DZ		0	Africa/Algiers	36.97528	6.56528				31			
2575615	Ouled Ma’zoûz	ouled-ma-zouz	DZ		0	Africa/Algiers	36.97917	6.56667				31			
2575617	El Ammoûchi Ali	el-ammouchi-ali	DZ		0	Africa/Algiers	36.97222	6.57083				31			
2575644	Mechtet Oueldedja	mechtet-oueldedja	DZ		0	Africa/Algiers	36.96306	6.60194				31			
2575710	Oulad Aouelli	oulad-aouelli	DZ		0	Africa/Algiers	36.28194	2.91167				06			
2575713	Oulad Barket	oulad-barket	DZ		0	Africa/Algiers	36.28861	2.90028				06			
2575720	Azati	azati	DZ		0	Africa/Algiers	36.31583	2.89167				06			
2575724	Aaroun	aaroun	DZ		0	Africa/Algiers	36.32222	2.88611				06			
2575786	Beni Kheddi	beni-kheddi	DZ		0	Africa/Algiers	36.30278	2.84861				06			
2575796	Tala Oufla	tala-oufla	DZ		0	Africa/Algiers	36.32361	2.81417				06			
2575797	Mekhatich	mekhatich	DZ		0	Africa/Algiers	36.3275	2.81139				06			
2575800	Aziza	aziza	DZ		0	Africa/Algiers	36.33222	2.84833				06			
2575812	Zoundaï	zoundai	DZ		0	Africa/Algiers	36.34639	2.80833				06			
2575860	Mechta Hadj Brahim	mechta-hadj-brahim	DZ		0	Africa/Algiers	36.44667	6.53611				04			
2575879	Er Rmila	er-rmila	DZ		0	Africa/Algiers	36.33333	2.77833				06			
2575887	Beni Bou Bekh	beni-bou-bekh	DZ		0	Africa/Algiers	36.33222	2.80361				06			
2575966	Les Arcades	les-arcades	DZ		0	Africa/Algiers	36.34972	6.61694				04			
2575968	Faubourg Galliéni	faubourg-gallieni	DZ		0	Africa/Algiers	36.36417	6.62306				04			
2575970	Sidi Mabrouk Supérieur	sidi-mabrouk-superieur	DZ		0	Africa/Algiers	36.36167	6.63667				04			
2575971	Sidi Mabrouk Inférieur	sidi-mabrouk-inferieur	DZ		0	Africa/Algiers	36.35611	6.63639				04			
2576036	Koudiat Aty	koudiat-aty	DZ		0	Africa/Algiers	36.35944	6.60889				04			
2576037	Le Bardo	le-bardo	DZ		0	Africa/Algiers	36.35556	6.61472				04			
2576038	Bellevue Supérieur	bellevue-superieur	DZ		0	Africa/Algiers	36.34861	6.60389				04			
2576103	Maison Blanche	maison-blanche	DZ		0	Africa/Algiers	36.29278	6.52889				04			
2576178	Douar Kassandji	douar-kassandji	DZ		0	Africa/Algiers	36.20722	6.59972				04			
2576199	Douar Sidi Ben Merouach	douar-sidi-ben-merouach	DZ		0	Africa/Algiers	36.20194	6.64028				04			
2576285	Platrière	platriere	DZ		0	Africa/Algiers	36.17083	6.575				04			
2576542	Douar el Batarna	douar-el-batarna	DZ		0	Africa/Algiers	35.00384	0.4261				10			
2576547	Douar Ben Nabi	douar-ben-nabi	DZ		0	Africa/Algiers	35.04329	0.42322				26			
2576590	Gharouss	gharouss	DZ		0	Africa/Algiers	35.12626	0.44602		Gharouss		26			
2576595	Douar Echaouala	douar-echaouala	DZ		0	Africa/Algiers	35.15132	0.43798				26			
2576596	Douar el Haraïzia	douar-el-haraizia	DZ		0	Africa/Algiers	35.14444	0.49028				26			
2576610	Douar Lachaab	douar-lachaab	DZ		0	Africa/Algiers	35.23248	0.44808				26			
2576613	Douar Lagrachla	douar-lagrachla	DZ		0	Africa/Algiers	35.23628	0.4134				26			
2576615	Douar Ouled Bouhddir	douar-ouled-bouhddir	DZ		0	Africa/Algiers	35.21167	0.42972				26			
2576656	Douar Ouled Benyahia	douar-ouled-benyahia	DZ		0	Africa/Algiers	35.02328	0.36551				10			
2576665	Douar Ezraoula	douar-ezraoula	DZ		0	Africa/Algiers	35.05778	0.39056				26			
2576668	Douar Eskarna	douar-eskarna	DZ		0	Africa/Algiers	35.07266	0.34833				26			
2576671	Douar Erfafsa	douar-erfafsa	DZ		0	Africa/Algiers	35.08588	0.33968				26			
2576691	Douar Lahouaora	douar-lahouaora	DZ		0	Africa/Algiers	35.13806	0.37011				26			
2576728	Henidja	henidja	DZ		0	Africa/Algiers	35.19554	0.40023				26			
2576734	Sidi Ali Boukaroucha	sidi-ali-boukaroucha	DZ		0	Africa/Algiers	35.20536	0.38082				26			
2576765	Ouled Lahcene	ouled-lahcene	DZ		0	Africa/Algiers	35.2252	0.04278				26			
2576769	Ouled el Bagra	ouled-el-bagra	DZ		0	Africa/Algiers	35.24404	0.03646				26			
2576771	Ouled el Bouaguis	ouled-el-bouaguis	DZ		0	Africa/Algiers	35.24779	0.05187				26			
2576794	Douar Boucheïkhi el Miloud	douar-boucheikhi-el-miloud	DZ		0	Africa/Algiers	35.0254	0.25504				10			
2576813	Ouled M’rah	ouled-m-rah	DZ		0	Africa/Algiers	35.19192	0.12043				26			
2576830	Guemiri	guemiri	DZ		0	Africa/Algiers	35.2013	0.00946				26			
2576848	Cheïkh Freha	cheikh-freha	DZ		0	Africa/Algiers	35.24894	0.24315				26			
2576854	Rouachi	rouachi	DZ		0	Africa/Algiers	35.22973	0.21847				26			
2576871	El Houmour	el-houmour	DZ		0	Africa/Algiers	35.2002	0.20248				26			
2576874	Douar Ouled Kebir	douar-ouled-kebir	DZ		0	Africa/Algiers	35.18092	0.22253				26			
2576909	Nessissa	nessissa	DZ		0	Africa/Algiers	35.12972	0.22361				26			
2576932	Douar Ouled el Hadj	douar-ouled-el-hadj	DZ		0	Africa/Algiers	35.50528	0.56116				26			
2576940	Douar el Menacir	douar-el-menacir	DZ		0	Africa/Algiers	35.53252	0.52474				51			
2576966	Tirdjine	tirdjine	DZ		0	Africa/Algiers	35.01936	0.02775				10			
2577041	Douar Laklalchia	douar-laklalchia	DZ		0	Africa/Algiers	35.18317	0.29032				26			
2577042	Douar Ben Deladj	douar-ben-deladj	DZ		0	Africa/Algiers	35.52472	0.59139				51			
2577053	Douar el Hnaïnia	douar-el-hnainia	DZ		0	Africa/Algiers	35.53769	0.58464				51			
2577069	Douar Ouled Ben Khada	douar-ouled-ben-khada	DZ		0	Africa/Algiers	35.20968	0.29719				26			
2577075	Douar el Khebaïzia	douar-el-khebaizia	DZ		0	Africa/Algiers	35.55006	0.59438				51			
2577123	Douar Laâguerbia	douar-laaguerbia	DZ		0	Africa/Algiers	35.56922	0.53549				51			
2577128	Douar Thourigue	douar-thourigue	DZ		0	Africa/Algiers	35.58073	0.59719				51			
2577130	Douar el Hadj ben Safia	douar-el-hadj-ben-safia	DZ		0	Africa/Algiers	35.56587	0.61758				51			
2577131	Douar Amamra	douar-amamra	DZ		0	Africa/Algiers	35.58424	0.65439				51			
2577132	Douar Snaïs	douar-snais	DZ		0	Africa/Algiers	35.56275	0.66487				51			
2577133	Douar Ouled Rahal	douar-ouled-rahal	DZ		0	Africa/Algiers	35.55778	0.65778		Oulad Bou Kradda		51			
2577138	Douar Ezghaïchia	douar-ezghaichia	DZ		0	Africa/Algiers	35.53947	0.60788				51			
2577139	Douar el Anatra	douar-el-anatra	DZ		0	Africa/Algiers	35.53159	0.62175				51			
2577144	Douar el Bouakria	douar-el-bouakria	DZ		0	Africa/Algiers	35.52096	0.61694				51			
2577149	Douar Lahssaïnia	douar-lahssainia	DZ		0	Africa/Algiers	35.51732	0.63711				51			
2577150	Douar Mesmoud	douar-mesmoud	DZ		0	Africa/Algiers	35.50552	0.65125				51			
2577182	Keracha	keracha	DZ		0	Africa/Algiers	35.51364	0.64272				51			
2577196	Douar el Abaïdia	douar-el-abaidia	DZ		0	Africa/Algiers	35.50164	0.66479				51			
2577197	Douar Kraïya	douar-kraiya	DZ		0	Africa/Algiers	35.50693	0.66673				51			
2577204	Douar Guessaïssia	douar-guessaissia	DZ		0	Africa/Algiers	35.51231	0.6635				51			
2577210	Douar Boussouka	douar-boussouka	DZ		0	Africa/Algiers	35.52056	0.68905				51			
2577212	Madjrem Errami	madjrem-errami	DZ		0	Africa/Algiers	35.52666	0.67389				51			
2577213	Douar Touaïbia	douar-touaibia	DZ		0	Africa/Algiers	35.529	0.67749				51			
2577214	Douar Eddabala	douar-eddabala	DZ		0	Africa/Algiers	35.53648	0.69256				51			
2577217	Douar R’Haïlia	douar-r-hailia	DZ		0	Africa/Algiers	35.53034	0.69099		Douar R'Hailia,Douar Rahlia,Douar R’Haïlia		51			
2577226	Douar Fraïhia	douar-fraihia	DZ		0	Africa/Algiers	35.52745	0.729				51			
2577247	Douar Bouamoud	douar-bouamoud	DZ		0	Africa/Algiers	35.5437	0.73175				51			
2577248	Douar Ouled Sidi Yahia	douar-ouled-sidi-yahia	DZ		0	Africa/Algiers	35.53506	0.72003				51			
2577249	Argoub Aïssa	argoub-aissa	DZ		0	Africa/Algiers	35.54104	0.71736				51			
2577251	Douar Ennouayel	douar-ennouayel	DZ		0	Africa/Algiers	35.54945	0.7212				51			
2577254	Douar Esshari	douar-esshari	DZ		0	Africa/Algiers	35.52702	0.69507				51			
2577257	Gharbou Tchicha	gharbou-tchicha	DZ		0	Africa/Algiers	35.55647	0.69473				51			
2577267	Douar el Abidat	douar-el-abidat	DZ		0	Africa/Algiers	35.02544	0.78423				13			
2577274	Douar Sghaïria	douar-sghairia	DZ		0	Africa/Algiers	35.56347	0.73135				51			
2577275	Douar Reguaïguia	douar-reguaiguia	DZ		0	Africa/Algiers	35.57159	0.7136				51			
2577292	Douar Ouled Sidi Bekheda	douar-ouled-sidi-bekheda	DZ		0	Africa/Algiers	35.57636	0.70079				51			
2577293	Douar Mohamedi	douar-mohamedi	DZ		0	Africa/Algiers	35.57596	0.7406				51			
2577294	Douar Ben Sidi Ahmed	douar-ben-sidi-ahmed	DZ		0	Africa/Algiers	35.5838	0.72771				51			
2577301	Douar Ouled Ben Ali	douar-ouled-ben-ali	DZ		0	Africa/Algiers	35.58938	0.74885				51			
2577305	Douar Bousseki	douar-bousseki	DZ		0	Africa/Algiers	35.59435	0.72646				51			
2577329	Douar Ouled Sidi Lazreg	douar-ouled-sidi-lazreg	DZ		0	Africa/Algiers	35.62147	0.73959				51			
2577330	Douar Ouled Ameur	douar-ouled-ameur	DZ		0	Africa/Algiers	35.62163	0.71777				51			
2577350	Douar Rahmania	douar-rahmania	DZ		0	Africa/Algiers	35.59249	0.67698				51			
2577356	Zaïlal	zailal	DZ		0	Africa/Algiers	35.60917	0.68306				51			
2577368	Douar Ouled Ben Yahia Mustapha	douar-ouled-ben-yahia-mustapha	DZ		0	Africa/Algiers	35.6281	0.68875				51			
2577371	Douar Ali Bel Arbi	douar-ali-bel-arbi	DZ		0	Africa/Algiers	35.63889	0.67722				51			
2577372	Ettouaress	ettouaress	DZ		0	Africa/Algiers	35.64138	0.67023				51			
2577390	Douar Ouled Yahia	douar-ouled-yahia	DZ		0	Africa/Algiers	35.08206	0.80115				13			
2577392	Douar el Guercha	douar-el-guercha	DZ		0	Africa/Algiers	35.08408	0.76354				13			
2577444	Douar Lemaâziz	douar-lemaaziz	DZ		0	Africa/Algiers	35.64447	0.74648				51			
2577460	Douar Laâbaydia	douar-laabaydia	DZ		0	Africa/Algiers	35.65698	0.73074				51			
2577463	Beni Ouendjel	beni-ouendjel	DZ		0	Africa/Algiers	35.03413	0.90382				13			
2577464	Douar ez Zhaïria	douar-ez-zhairia	DZ		0	Africa/Algiers	35.64033	0.71271				51			
2577474	Douar Mohammed Bel Djilali	douar-mohammed-bel-djilali	DZ		0	Africa/Algiers	35.66333	0.70976				51			
2577481	Douar Yazerou	douar-yazerou	DZ		0	Africa/Algiers	35.59334	0.65831				51			
2577526	Ouled Bouhlel	ouled-bouhlel	DZ		0	Africa/Algiers	35.53443	0.06023				26			
2577537	Douar Sidi Ouamer	douar-sidi-ouamer	DZ		0	Africa/Algiers	35.63738	0.6427				51			
2577541	Douar Ouled Barkat	douar-ouled-barkat	DZ		0	Africa/Algiers	35.63734	0.5914				51			
2577544	Douar Laâdjaïmia	douar-laadjaimia	DZ		0	Africa/Algiers	35.64381	0.6463				51			
2577560	Fetouha	fetouha	DZ		0	Africa/Algiers	35.63	0.21417				26			
2577568	Douar el Braknia	douar-el-braknia	DZ		0	Africa/Algiers	35.61308	0.24945				26			
2577572	Sidi Khlifa	sidi-khlifa	DZ		0	Africa/Algiers	35.66555	0.64549				51			
2577587	Douar Djalti	douar-djalti	DZ		0	Africa/Algiers	35.66757	0.62984				51			
2577593	Douar Grardja	douar-grardja	DZ		0	Africa/Algiers	35.64922	0.60115				51			
2577596	Douar Ouled Embarek	douar-ouled-embarek	DZ		0	Africa/Algiers	35.61253	0.20273				26			
2577610	Douar Glamlia	douar-glamlia	DZ		0	Africa/Algiers	35.59229	0.57727				51			
2577619	Douar el Mezouagh	douar-el-mezouagh	DZ		0	Africa/Algiers	35.59669	0.57735				51			
2577637	Diar Ouled Aïssa	diar-ouled-aissa	DZ		0	Africa/Algiers	35.69162	0.235				26			
2577652	Ouled Bel Hacène	ouled-bel-hacene	DZ		0	Africa/Algiers	35.55403	0.06096				26			
2577665	Bou Barnas	bou-barnas	DZ		0	Africa/Algiers	35.57014	0.07608				26			
2577686	Douar Bakhaïtia	douar-bakhaitia	DZ		0	Africa/Algiers	35.59158	0.091				26			
2577690	Douar Abd el Hadi	douar-abd-el-hadi	DZ		0	Africa/Algiers	35.61531	0.11268				26			
2577707	Douar Ben Della	douar-ben-della	DZ		0	Africa/Algiers	35.61679	0.11512				26			
2577713	Bou Tafaha	bou-tafaha	DZ		0	Africa/Algiers	35.66697	0.19989				26			
2577720	El Maâizia	el-maaizia	DZ		0	Africa/Algiers	35.0665	0.97074				13			
2577724	Sidi Nour Eddine	sidi-nour-eddine	DZ		0	Africa/Algiers	35.07182	0.99757				13			
2577733	Douar Touaydjia	douar-touaydjia	DZ		0	Africa/Algiers	35.71115	0.23363		Douar Touaidjia,Douar Touaydjia,Douar Touaïdjia,Touaidjia,Touaïdjia		07			
2577752	Douar Ouled Smâa	douar-ouled-smaa	DZ		0	Africa/Algiers	35.72678	0.1856				07			
2577758	Ouled Bouriahi	ouled-bouriahi	DZ		0	Africa/Algiers	35.65695	0.17013				26			
2577762	El Ataouate	el-ataouate	DZ		0	Africa/Algiers	35.64368	0.14129				26			
2577764	Usine	usine	DZ		0	Africa/Algiers	35.63662	0.12967				26			
2577770	Douar Laghraba	douar-laghraba	DZ		0	Africa/Algiers	35.06569	0.87609				13			
2577791	Ouled Yahiaoui	ouled-yahiaoui	DZ		0	Africa/Algiers	35.67221	0.06083				26			
2577799	Douar Mactâa Menaouar	douar-mactaa-menaouar	DZ		0	Africa/Algiers	35.65548	0.06336				26			
2577825	Ben Chenine	ben-chenine	DZ		0	Africa/Algiers	35.61222	0.01194				26			
2577846	Douar ez Zouala	douar-ez-zouala	DZ		0	Africa/Algiers	35.10757	0.77803				13			
2577863	Douar Ben Ouhchia	douar-ben-ouhchia	DZ		0	Africa/Algiers	35.13174	0.80269				13			
2577896	Douar Ben Halima	douar-ben-halima	DZ		0	Africa/Algiers	35.16063	0.75111				13			
2577922	Douar Moualdia	douar-moualdia	DZ		0	Africa/Algiers	35.61007	0.52278				51			
2577954	Douar Ouled Zid	douar-ouled-zid	DZ		0	Africa/Algiers	35.61601	0.55507				51			
2577962	Douar Ouled Ameur	douar-ouled-ameur	DZ		0	Africa/Algiers	35.62474	0.53992				51			
2577967	Douar Aoumria	douar-aoumria	DZ		0	Africa/Algiers	35.61917	0.53056				51			
2577969	Khechab	khechab	DZ		0	Africa/Algiers	35.63323	0.54998				51			
2577970	Tiliouane	tiliouane	DZ		0	Africa/Algiers	35.6336	0.52203				51			
2577974	Ouled Bou Ali	ouled-bou-ali	DZ		0	Africa/Algiers	35.64889	0.51111				51			
2577983	Douar Ouled el Ahmar Ben Kaddour	douar-ouled-el-ahmar-ben-kaddour	DZ		0	Africa/Algiers	35.65244	0.52425				51			
2577985	Douar Ouled el Aouda	douar-ouled-el-aouda	DZ		0	Africa/Algiers	35.6585	0.54014				51			
2577986	Douar Ouled el Ahmar	douar-ouled-el-ahmar	DZ		0	Africa/Algiers	35.65967	0.53403				51			
2577988	Douar Mouasfa	douar-mouasfa	DZ		0	Africa/Algiers	35.66341	0.55022				51			
2577994	Douar el Moualil	douar-el-moualil	DZ		0	Africa/Algiers	35.6684	0.53476				51			
2577995	Douar Ouled Adda	douar-ouled-adda	DZ		0	Africa/Algiers	35.67527	0.5228				51			
2577996	Douar Rezeïguia	douar-rezeiguia	DZ		0	Africa/Algiers	35.68194	0.52056				51			
2577998	Douar Djoualil	douar-djoualil	DZ		0	Africa/Algiers	35.682	0.5368				51			
2577999	Douar Ouled Srour	douar-ouled-srour	DZ		0	Africa/Algiers	35.68083	0.53833				51			
2578001	Chaïf el Hassane	chaif-el-hassane	DZ		0	Africa/Algiers	35.67404	0.57378				51			
2578003	Douar Cheraïtia	douar-cheraitia	DZ		0	Africa/Algiers	35.68229	0.58009				51			
2578011	Douar Sidi el Hadj	douar-sidi-el-hadj	DZ		0	Africa/Algiers	35.69861	0.51944				51			
2578044	Sidi Mohammed Ben Habib	sidi-mohammed-ben-habib	DZ		0	Africa/Algiers	35.55791	0.07599				26			
2578075	Douar el Messabhia	douar-el-messabhia	DZ		0	Africa/Algiers	35.71977	0.57975				51			
2578094	Douar el Mfatih	douar-el-mfatih	DZ		0	Africa/Algiers	35.22503	0.81424				13			
2578097	Douar el Meguen	douar-el-meguen	DZ		0	Africa/Algiers	35.70227	0.55154				51			
2578101	Douar Chouachia	douar-chouachia	DZ		0	Africa/Algiers	35.70187	0.59879				51			
2578130	Touaitia	touaitia	DZ		0	Africa/Algiers	35.64871	0.47637		Douar et Touaitia,Douar et Touaïtia,Touaitia		51			
2578131	Douar Kriouat	douar-kriouat	DZ		0	Africa/Algiers	35.72528	0.6375				51			
2578141	Ben Amara	ben-amara	DZ		0	Africa/Algiers	35.09234	0.86688				13			
2578144	Douar Ouled Yahia Ben Adda	douar-ouled-yahia-ben-adda	DZ		0	Africa/Algiers	35.74167	0.66083				51			
2578149	Douar el Djebabra	douar-el-djebabra	DZ		0	Africa/Algiers	35.74891	0.6677				51			
2578154	Tnafir	tnafir	DZ		0	Africa/Algiers	35.66856	0.48171		Douar Tnaffi,Tnafir		51			
2578156	Douar es Souabria	douar-es-souabria	DZ		0	Africa/Algiers	35.69154	0.6486				51			
2578158	Douar Karaout	douar-karaout	DZ		0	Africa/Algiers	35.67497	0.63704				51			
2578159	Douar Ouled el Djilali	douar-ouled-el-djilali	DZ		0	Africa/Algiers	35.6757	0.64658				51			
2578162	Douar Ouled Lakhdar	douar-ouled-lakhdar	DZ		0	Africa/Algiers	35.11349	0.84193				13			
2578180	Douar el Boualeg	douar-el-boualeg	DZ		0	Africa/Algiers	35.74795	0.68529				51			
2578185	Douar es Slamnia	douar-es-slamnia	DZ		0	Africa/Algiers	35.73655	0.68698				51			
2578197	Douar Ouled Ziane	douar-ouled-ziane	DZ		0	Africa/Algiers	35.74778	0.69667				51			
2578212	Douar el Branssia	douar-el-branssia	DZ		0	Africa/Algiers	35.73529	0.70408				51			
2578252	Ouled Bou Medienne	ouled-bou-medienne	DZ		0	Africa/Algiers	35.22153	0.16562				26			
2578255	Douar Ouled Srour	douar-ouled-srour	DZ		0	Africa/Algiers	35.67339	0.55119				51			
2578259	Douar Lahtatba	douar-lahtatba	DZ		0	Africa/Algiers	35.74924	0.71116				51			
2578272	Douar Ouled Ben Saâdallah	douar-ouled-ben-saadallah	DZ		0	Africa/Algiers	35.73546	0.72259				51			
2578274	Douar Nouaïria	douar-nouairia	DZ		0	Africa/Algiers	35.72935	0.72005				51			
2578277	Douar el Hadj	douar-el-hadj	DZ		0	Africa/Algiers	35.72683	0.71228				51			
2578287	Ouled Tessa	ouled-tessa	DZ		0	Africa/Algiers	35.14884	0.8776				13			
2578288	Douar Zeraïguia	douar-zeraiguia	DZ		0	Africa/Algiers	35.74338	0.73226				51			
2578294	Douar Mechaïchia	douar-mechaichia	DZ		0	Africa/Algiers	35.73954	0.73577				51			
2578328	Douar Guraïria	douar-gurairia	DZ		0	Africa/Algiers	35.72135	0.719				51			
2578332	Douar Hamza	douar-hamza	DZ		0	Africa/Algiers	35.71844	0.74321				51			
2578334	Douar es Souabria	douar-es-souabria	DZ		0	Africa/Algiers	35.71371	0.71261				51			
2578370	Douar el Khellala	douar-el-khellala	DZ		0	Africa/Algiers	35.19787	0.91081				13			
2578377	El Graouia	el-graouia	DZ		0	Africa/Algiers	35.22346	0.8822				13			
2578379	El Ghouata	el-ghouata	DZ		0	Africa/Algiers	35.21014	0.84459				13			
2578390	Douar el Klib	douar-el-klib	DZ		0	Africa/Algiers	35.23136	0.84725				13			
2578399	Douar el Abaïdia	douar-el-abaidia	DZ		0	Africa/Algiers	35.75556	0.37375		Douar el Abaidia,Douar el Abaïdia,Douar el Abeidia,Douar el Abeïdia		51			
2578413	Lebbaker	lebbaker	DZ		0	Africa/Algiers	35.7224	0.4173		Douar Bou Akar,Lebbaker		51			
2578435	Douar el Assaïlia	douar-el-assailia	DZ		0	Africa/Algiers	35.10611	0.98215				13			
2578444	Douar Ouled Hallouf	douar-ouled-hallouf	DZ		0	Africa/Algiers	35.13205	0.95427				13			
2578455	Douar Renaïcia	douar-renaicia	DZ		0	Africa/Algiers	35.65611	0.30417				51			
2578458	Oulad Ben Ibrir	oulad-ben-ibrir	DZ		0	Africa/Algiers	35.65194	0.33611				51			
2578463	Douar el Fosha	douar-el-fosha	DZ		0	Africa/Algiers	35.16902	0.97865				13			
2578464	Ouled Bakhlifa	ouled-bakhlifa	DZ		0	Africa/Algiers	35.16458	0.96113				13			
2578470	Ouled Zaoui	ouled-zaoui	DZ		0	Africa/Algiers	35.15485	0.93547				13			
2578490	Douar Ouled Sidi Yahia	douar-ouled-sidi-yahia	DZ		0	Africa/Algiers	35.18314	0.97344				13			
2578512	Douar ed Douaaria	douar-ed-douaaria	DZ		0	Africa/Algiers	35.64583	0.32828		Douar ed Douaaria,Douar el Aouana		51			
2578516	Douar Gueithana	douar-gueithana	DZ		0	Africa/Algiers	35.65778	0.2775				51			
2578518	Douar Oulad Boughni	douar-oulad-boughni	DZ		0	Africa/Algiers	35.68028	0.30167				51			
2578524	Sidi Allal	sidi-allal	DZ		0	Africa/Algiers	35.19174	0.99592				13			
2578529	Douar Bou Khaloua	douar-bou-khaloua	DZ		0	Africa/Algiers	35.20586	0.98026				13			
2578530	Douar el Behara	douar-el-behara	DZ		0	Africa/Algiers	35.68528	0.29				51			
2578531	Douar Hamida	douar-hamida	DZ		0	Africa/Algiers	35.68188	0.28058		Douar Hamida,Douar el Hamaydia		51			
2578532	Douar Sidi Ahmed Ben Ali	douar-sidi-ahmed-ben-ali	DZ		0	Africa/Algiers	35.20659	0.9326				13			
2578541	Aïn Saffah	ain-saffah	DZ		0	Africa/Algiers	35.21563	0.99245				13			
2578556	Dahamenia	dahamenia	DZ		0	Africa/Algiers	35.68056	0.33694				51			
2578577	El Mezaïnia	el-mezainia	DZ		0	Africa/Algiers	35.22967	0.96202				13			
2578581	Douar Boukaâben	douar-boukaaben	DZ		0	Africa/Algiers	35.21603	0.92578				13			
2578585	Et Touahria	et-touahria	DZ		0	Africa/Algiers	35.23056	0.92925				13			
2578595	Douar Beni Chougrane	douar-beni-chougrane	DZ		0	Africa/Algiers	35.67078	0.36269				51			
2578598	Douar el Kouamlia	douar-el-kouamlia	DZ		0	Africa/Algiers	35.68287	0.36132				51			
2578610	Ouled Mbarek	ouled-mbarek	DZ		0	Africa/Algiers	35.62732	0.42624		Douar Oued Emmbark,Ouled Mbarek		51			
2578650	Dar Amar Ben Aoua	dar-amar-ben-aoua	DZ		0	Africa/Algiers	35.78694	0.40639				51			
2578657	Douar el Mâatlia	douar-el-maatlia	DZ		0	Africa/Algiers	35.71959	0.31318		Douar Maia,Douar Maïa,Douar el Maatlia,Douar el Mâatlia		51			
2578662	Douar el Hdjadjra	douar-el-hdjadjra	DZ		0	Africa/Algiers	35.71143	0.27498		Douar Hadj Hadjera,Douar el Hdjadjra		51			
2578667	Douar Bekhedda	douar-bekhedda	DZ		0	Africa/Algiers	35.72909	0.28945		Douar Bekhedda,Douar el Akegda		51			
2578674	Douar el Aouadj	douar-el-aouadj	DZ		0	Africa/Algiers	35.78333	0.33778				51			
2578675	Douar Ouled Ahmid	douar-ouled-ahmid	DZ		0	Africa/Algiers	35.77381	0.31279		Douar Ouled Ahmid,Douar Ouled Amid		51			
2578803	Ouled Sidi Tahar Ben Abd er Rahmane	ouled-sidi-tahar-ben-abd-er-rahmane	DZ		0	Africa/Algiers	35.2925	0.39194				26			
2578816	Douar Laâouamria	douar-laaouamria	DZ		0	Africa/Algiers	35.70963	0.6846				51			
2578820	Douar Laâbabssa	douar-laababssa	DZ		0	Africa/Algiers	35.68572	0.67944				51			
2578822	Douar Lemssabhia	douar-lemssabhia	DZ		0	Africa/Algiers	35.72971	0.69378				51			
2578824	Douar R’Hamnia	douar-r-hamnia	DZ		0	Africa/Algiers	35.72357	0.7076				51			
2578827	Douar Ouled el Arbi	douar-ouled-el-arbi	DZ		0	Africa/Algiers	35.69786	0.68893				51			
2578828	Douar Ben Khedda	douar-ben-khedda	DZ		0	Africa/Algiers	35.69522	0.68833				51			
2578846	Douar Laghoual	douar-laghoual	DZ		0	Africa/Algiers	35.66909	0.69103				51			
2578848	Douar Sidi Abdelaziz	douar-sidi-abdelaziz	DZ		0	Africa/Algiers	35.67022	0.74782				51			
2578855	Benihi	benihi	DZ		0	Africa/Algiers	35.77083	0.03556		Douar Benihi		07			
2578856	Es Seba el Meskrout	es-seba-el-meskrout	DZ		0	Africa/Algiers	35.33417	0.42944				26			
2578894	Guercha Bouaziz	guercha-bouaziz	DZ		0	Africa/Algiers	35.07209	0.74595		Guercha,Guercha Bouaziz		13			
2578896	Ouled Bene Moussa	ouled-bene-moussa	DZ		0	Africa/Algiers	35.39167	0.42333				26			
2578906	Dar Ouled Sidi Ali	dar-ouled-sidi-ali	DZ		0	Africa/Algiers	35.405	0.47611				26			
2578935	Douar Kenancha	douar-kenancha	DZ		0	Africa/Algiers	35.3172	0.81845		Douar Kenancha,Douar el Kenenncha		26			
2578943	Douar el Harifia Ben Salah	douar-el-harifia-ben-salah	DZ		0	Africa/Algiers	35.32435	0.80471				26			
2578947	Douar Msâdia	douar-msadia	DZ		0	Africa/Algiers	35.41973	0.41556		Douar Msadia,Douar Msâdia,Messadia		26			
2578961	Graïa el Hassi	graia-el-hassi	DZ		0	Africa/Algiers	35.28667	0.35944				26			
2578962	Douar Houalaa	douar-houalaa	DZ		0	Africa/Algiers	35.267	0.3482		Douar Houalaa,El Houalaa,El Houalâa		26			
2578964	Douar el Houalâ	douar-el-houala	DZ		0	Africa/Algiers	35.27639	0.34139				26			
2578965	El Ariga	el-ariga	DZ		0	Africa/Algiers	35.10917	0.61778				10			
2578971	Douar Djhoucha	douar-djhoucha	DZ		0	Africa/Algiers	35.32604	0.76091				26			
2578983	Douar Fornane	douar-fornane	DZ		0	Africa/Algiers	35.35906	0.77369		Douar Fernane,Douar Fornane		26			
2578990	Ain Ferrah	ain-ferrah	DZ		0	Africa/Algiers	35.38119	0.78396		Ain Ferrah,El Hamri		26			
2579011	Douar Ouled Guenoun	douar-ouled-guenoun	DZ		0	Africa/Algiers	35.41419	0.78742		Douar Ouled Guenoun,Douar Sidi Guennoun		26			
2579028	Douar Hawouia	douar-hawouia	DZ		0	Africa/Algiers	35.29591	0.28228		Douar Hamouia,Douar Hamouïa,Douar Hawouia		26			
2579036	Douar Oulad Amar Ben Aïssa	douar-oulad-amar-ben-aissa	DZ		0	Africa/Algiers	35.44222	0.75944		Douar Oulad Amar Ben Aissa,Douar Oulad Amar Ben Aïssa,Oulad Amar Ben Aissa,Oulad Amar Ben Aïssa		26			
2579039	Douar el Ahouech	douar-el-ahouech	DZ		0	Africa/Algiers	35.97278	0.74833				51			
2579040	Douar Ouled Adda	douar-ouled-adda	DZ		0	Africa/Algiers	35.96282	0.7355		Douar Ouled Adda,Mechtat ulad Adda		51			
2579041	Aïne el Krarrouba	aine-el-krarrouba	DZ		0	Africa/Algiers	35.31111	0.29667				26			
2579045	Douar el Ghouaoula	douar-el-ghouaoula	DZ		0	Africa/Algiers	35.95833	0.73106		Douar el Ghouaoula,Mechtat Oulad Bou Gherara		51			
2579052	Azimat Mahiedine	azimat-mahiedine	DZ		0	Africa/Algiers	35.32639	0.31652		Azimat Mahiedine,Ouled Sidi Mohammed ech Chergui		26			
2579062	Douar Abaridj	douar-abaridj	DZ		0	Africa/Algiers	35.97213	0.71003				51			
2579098	Douar el Mekki	douar-el-mekki	DZ		0	Africa/Algiers	35.28139	0.84917				13			
2579105	Sidi Larbi Belmaktar	sidi-larbi-belmaktar	DZ		0	Africa/Algiers	35.3278	0.82668		Sidi Larbi Belmaktar,Sidi Larbi Moktar		26			
2579122	Douar el Kedadra	douar-el-kedadra	DZ		0	Africa/Algiers	35.31917	0.26806				26			
2579132	Douar Hzazta	douar-hzazta	DZ		0	Africa/Algiers	35.34993	0.31915				26			
2579133	Douar Oulad Sidi Ahmed Ben Ali	douar-oulad-sidi-ahmed-ben-ali	DZ		0	Africa/Algiers	35.37833	0.28611				26			
2579155	Douar Temaïria	douar-temairia	DZ		0	Africa/Algiers	35.35014	0.88034		Douar Temaira,Douar Temairia,Douar Temaïria		13			
2579166	Ouled el Legrâ	ouled-el-legra	DZ		0	Africa/Algiers	35.37861	0.38694				26			
2579172	Douar Ouled Sidi Snoussi	douar-ouled-sidi-snoussi	DZ		0	Africa/Algiers	35.38972	0.35778				26			
2579173	Douar Lalalma	douar-lalalma	DZ		0	Africa/Algiers	35.3884	0.34462		Douar Alalma,Douar Lalalma		26			
2579176	Douar Ahmed	douar-ahmed	DZ		0	Africa/Algiers	35.41222	0.3875				26			
2579177	Douar Khaïria	douar-khairia	DZ		0	Africa/Algiers	35.63232	0.06264				26			
2579194	Douar Ouled Kacem	douar-ouled-kacem	DZ		0	Africa/Algiers	35.38518	0.88882		Douar Oulad Kassem,Douar Ouled Kacem		26			
2579200	Douar Beni Attah	douar-beni-attah	DZ		0	Africa/Algiers	35.39949	0.85272				26			
2579216	Sidi Mohammed Bene Zerga	sidi-mohammed-bene-zerga	DZ		0	Africa/Algiers	35.43917	0.31528				26			
2579218	Douar Ouled Adda	douar-ouled-adda	DZ		0	Africa/Algiers	35.41194	0.28944				26			
2579223	Douar Krelaïlia	douar-krelailia	DZ		0	Africa/Algiers	35.42611	0.29944				26			
2579228	Douar Kada	douar-kada	DZ		0	Africa/Algiers	35.4028	0.27172		Douar Kada,Douar Ouled Kadda		26			
2579230	Oulad el Hadj el Habib	oulad-el-hadj-el-habib	DZ		0	Africa/Algiers	35.30539	0.16753		Dar Oulad el Hadj el Habib,Oulad el Hadj el Habib		26			
2579240	Lakhsaybia	lakhsaybia	DZ		0	Africa/Algiers	35.37885	0.1237		Lakhsaybia,Saint Andre,Saint André		26			
2579246	Gare	gare	DZ		0	Africa/Algiers	35.38778	0.14167				26			
2579251	Ziaïnia	ziainia	DZ		0	Africa/Algiers	35.46907	0.75535		Douar Ziaina,Douar Ziaïna,Ziainia,Ziaïnia		51			
2579252	Douar Oulad el Hadj	douar-oulad-el-hadj	DZ		0	Africa/Algiers	35.50667	0.73222				51			
2579253	Douar el Mrabetine	douar-el-mrabetine	DZ		0	Africa/Algiers	35.48187	0.77682				51			
2579261	El Betaïnia	el-betainia	DZ		0	Africa/Algiers	35.48464	0.81169		Douar el Betainia,El Betainia,El Betaïnia		51			
2579270	Douar Oulad Belal	douar-oulad-belal	DZ		0	Africa/Algiers	35.48278	0.80083				51			
2579272	El Azaïzia	el-azaizia	DZ		0	Africa/Algiers	35.48994	0.78934		Douar el Khedem,Douar el Kredem,El Azaizia,El Azaïzia		51			
2579273	Douar el Khadem	douar-el-khadem	DZ		0	Africa/Algiers	35.49632	0.81406		Douar el Khadem,Douar el Khedem,Douar el Kredem		51			
2579276	Douar M’tateha	douar-m-tateha	DZ		0	Africa/Algiers	35.50323	0.79028		Douar M'tateha,Douar M’tateha,Douar Oulad el Hadj		51			
2579281	Douar Mehellet	douar-mehellet	DZ		0	Africa/Algiers	35.52889	0.78833				51			
2579309	Douar Ouled Kada	douar-ouled-kada	DZ		0	Africa/Algiers	35.46635	0.41014		Douar Ouled Kada,Douar Ouled Kadda		26			
2579347	Douar Ouled Ben Saad	douar-ouled-ben-saad	DZ		0	Africa/Algiers	35.47851	0.37989		Douar Ouled Ben Saad,Douar Ouled Sidi Abd el Kader Ben Yssaad		26			
2579348	Douar Ouled Sidi el Bachir	douar-ouled-sidi-el-bachir	DZ		0	Africa/Algiers	35.48056	0.38528				26			
2579360	Douar Ouled el Boudali	douar-ouled-el-boudali	DZ		0	Africa/Algiers	35.50882	0.9107		Douar Oulad Boudali,Douar Ouled el Boudali		13			
2579375	Douar Ntaala	douar-ntaala	DZ		0	Africa/Algiers	35.53111	0.78167				51			
2579380	Douar Ouled Ahmed	douar-ouled-ahmed	DZ		0	Africa/Algiers	35.54606	0.80278		Douar Chemakh,Douar Chemakr,Douar Ouled Ahmed		51			
2579383	Douar Ben Yamina	douar-ben-yamina	DZ		0	Africa/Algiers	35.55002	0.75104				51			
2579393	Douar el Aïmeuch	douar-el-aimeuch	DZ		0	Africa/Algiers	35.58639	0.79861				51			
2579401	Douar Ouled Sidi Adda	douar-ouled-sidi-adda	DZ		0	Africa/Algiers	35.58272	0.75784		Douar Oulad Ben Sidi Mohammed,Douar Ouled Sidi Adda		51			
2579403	Douar Oulad Ben Ali	douar-oulad-ben-ali	DZ		0	Africa/Algiers	35.58694	0.75194				51			
2579404	Bou Guetaïa	bou-guetaia	DZ		0	Africa/Algiers	35.59944	0.75389				51			
2579414	Douar Ouled Mabrouka	douar-ouled-mabrouka	DZ		0	Africa/Algiers	35.49028	0.40389				26			
2579419	Douar el Assaïlia	douar-el-assailia	DZ		0	Africa/Algiers	35.57306	0.82139				51			
2579420	Douar el Aouameur	douar-el-aouameur	DZ		0	Africa/Algiers	35.57722	0.82389				51			
2579422	Douar Oulad Sidi el Arbi	douar-oulad-sidi-el-arbi	DZ		0	Africa/Algiers	35.59417	0.79889				51			
2579424	Douar Ouled Sidi Amar	douar-ouled-sidi-amar	DZ		0	Africa/Algiers	35.49424	0.40799		Douar Ouled Sidi Amar,Sidi Amar bel Djilali		26			
2579432	Douar Sidi Mohammed	douar-sidi-mohammed	DZ		0	Africa/Algiers	35.62444	0.81778				51			
2579433	Douar el Abaïdia	douar-el-abaidia	DZ		0	Africa/Algiers	35.62722	0.80528				51			
2580437	Douar Ben Adda	douar-ben-adda	DZ		0	Africa/Algiers	35.98552	0.76264				51			
2579445	Douar Berouague Djilali	douar-berouague-djilali	DZ		0	Africa/Algiers	35.55518	0.88132		Douar Berouag Djilali,Douar Berouague Djilali		51			
2579446	Douar Ardja Efrad	douar-ardja-efrad	DZ		0	Africa/Algiers	35.56222	0.8825				51			
2579449	Douar Ouled Sidi Ahmed	douar-ouled-sidi-ahmed	DZ		0	Africa/Algiers	35.57109	0.84928		Douar Ben Sidi Ahmed,Douar Ouled Sidi Ahmed		51			
2579450	Oulad Ben Sidi Ahmed	oulad-ben-sidi-ahmed	DZ		0	Africa/Algiers	35.57111	0.84528				51			
2579452	Douar Chraïtia	douar-chraitia	DZ		0	Africa/Algiers	35.57528	0.86028				51			
2579456	Douar el Ouamat	douar-el-ouamat	DZ		0	Africa/Algiers	35.58028	0.85583				51			
2579464	Mabrouka	mabrouka	DZ		0	Africa/Algiers	35.49298	0.43038		Douar Ben Douha Ben Abdallah,Douar Ouled Mabrouka,Mabrouka		26			
2579480	Douar el Hadj Ahmed	douar-el-hadj-ahmed	DZ		0	Africa/Algiers	35.56917	0.91944				51			
2579482	Douar Oulad Ahmed	douar-oulad-ahmed	DZ		0	Africa/Algiers	35.58111	0.89917				51			
2579483	Douar Oulad Ben Aïssa	douar-oulad-ben-aissa	DZ		0	Africa/Algiers	35.58361	0.9075				51			
2579489	M’khaïchia	m-khaichia	DZ		0	Africa/Algiers	35.51191	0.38171		Douar Ouled Adda Ben Ahmed,M'khaichia,M’khaïchia		26			
2579490	Douar Chenenta	douar-chenenta	DZ		0	Africa/Algiers	35.60314	0.89792		Douar Bou Chnaffa,Douar Chenenta		51			
2579491	Douar Laârahba	douar-laarahba	DZ		0	Africa/Algiers	35.60129	0.86807		Douar Araba,Douar Laarahba,Douar Laârahba		51			
2579493	Douar el Hadj Ali	douar-el-hadj-ali	DZ		0	Africa/Algiers	35.60056	0.84833				51			
2579495	Douar Oulad Sidi el Azreg Touta	douar-oulad-sidi-el-azreg-touta	DZ		0	Africa/Algiers	35.60889	0.84389				51			
2579498	Douar Oulad Sidi el Azreg	douar-oulad-sidi-el-azreg	DZ		0	Africa/Algiers	35.60528	0.83389				51			
2579503	Douar Ouled Abd el Kader	douar-ouled-abd-el-kader	DZ		0	Africa/Algiers	35.62365	0.85805		Douar Ouled Abd el Kader,Douar el Hadj Hamou		51			
2579507	Douar Oulad Ouada	douar-oulad-ouada	DZ		0	Africa/Algiers	35.62194	0.89194				51			
2579508	Dar Ouled Ahmed	dar-ouled-ahmed	DZ		0	Africa/Algiers	35.5175	0.40917				26			
2579513	Douar Toueitia	douar-toueitia	DZ		0	Africa/Algiers	35.62389	0.91889				51			
2579521	Dar Mohammed Ouled Taïeb	dar-mohammed-ouled-taieb	DZ		0	Africa/Algiers	35.51611	0.43833				26			
2579530	Dar Ouled Kmicha	dar-ouled-kmicha	DZ		0	Africa/Algiers	35.51722	0.4825				26			
2579538	Douar Houaoura	douar-houaoura	DZ		0	Africa/Algiers	35.45862	0.37771		Douar Houaoura,Douar Ouled Bou Lenouar		26			
2579544	Dar el Hadj Abbas	dar-el-hadj-abbas	DZ		0	Africa/Algiers	35.46333	0.35111				26			
2579550	Douar Smaichia	douar-smaichia	DZ		0	Africa/Algiers	35.47095	0.32904		Douar Smaichia,Douar es Smaichia,Douar es Smaïchïa		26			
2579566	Douar el Araïssia	douar-el-araissia	DZ		0	Africa/Algiers	35.44096	0.26181				26			
2579595	Douar Beni Krerassane	douar-beni-krerassane	DZ		0	Africa/Algiers	35.485	0.30028				26			
2579607	Douar Zeradla	douar-zeradla	DZ		0	Africa/Algiers	35.50917	0.27972				26			
2579608	Douar el Hadj Ben Feriha	douar-el-hadj-ben-feriha	DZ		0	Africa/Algiers	35.51556	0.28111				26			
2579624	Douar Kouidria	douar-kouidria	DZ		0	Africa/Algiers	35.47835	0.32783		Dar ben Kouider,Douar Kouidria		26			
2579629	Douar Ouled Mekki	douar-ouled-mekki	DZ		0	Africa/Algiers	35.49278	0.36111		Douar Ouled Mekki,Douar Ouled Mostefa		26			
2579636	Douar Bekaïria	douar-bekairia	DZ		0	Africa/Algiers	35.82778	0.21639				07			
2579638	Douar Ouled el Mokhtar	douar-ouled-el-mokhtar	DZ		0	Africa/Algiers	35.86421	0.2163		Douar Ouled Mokhetar,Douar Ouled Mokretar,Douar Ouled el Mokhtar		07			
2579643	Douar Zadia	douar-zadia	DZ		0	Africa/Algiers	35.97444	0.21556				07			
2579644	Douar Ben Hamdoun	douar-ben-hamdoun	DZ		0	Africa/Algiers	35.97222	0.22583				07			
2579645	Douar Ouled Medjahri	douar-ouled-medjahri	DZ		0	Africa/Algiers	35.92403	0.23751				07			
2579649	Douar Zerama	douar-zerama	DZ		0	Africa/Algiers	35.49355	0.35196		Dar Zerama,Douar Zerama		26			
2579659	Douar Krachla	douar-krachla	DZ		0	Africa/Algiers	35.84093	0.21514		Douar Kherechla,Douar Krachla,Douar Schraba		07			
2579660	Dar el Hadj Ahmed	dar-el-hadj-ahmed	DZ		0	Africa/Algiers	35.51972	0.35778				26			
2579681	Dar Ouled Toumi	dar-ouled-toumi	DZ		0	Africa/Algiers	35.5325	0.42639				26			
2579691	Ouled Dellah	ouled-dellah	DZ		0	Africa/Algiers	35.53111	0.40508		Douar Ouled Della,Ouled Dellah		26			
2579692	Douar Mohammed	douar-mohammed	DZ		0	Africa/Algiers	35.52861	0.38222				26			
2579694	Dar Mta Kallouaz	dar-mta-kallouaz	DZ		0	Africa/Algiers	35.53944	0.39806				26			
2579698	Douar Ben Ali Ouled Attou	douar-ben-ali-ouled-attou	DZ		0	Africa/Algiers	35.54417	0.41417				26			
2579701	Ouled Bendouda	ouled-bendouda	DZ		0	Africa/Algiers	35.54885	0.41809		Douar Ouled Bou Douba,Ouled Bendouda		26			
2579702	Douar Ouled Taïeb	douar-ouled-taieb	DZ		0	Africa/Algiers	35.54778	0.39194				26			
2579703	El Aouïsset	el-aouisset	DZ		0	Africa/Algiers	35.57083	0.53278				51			
2579715	Er Rmassa	er-rmassa	DZ		0	Africa/Algiers	35.55871	0.38091		Dar Sidi Abd er Rahim,Er Rmassa		26			
2579751	El Moaziz	el-moaziz	DZ		0	Africa/Algiers	35.64167	0.75306				51			
2579761	Mohammed Ben Azzouz	mohammed-ben-azzouz	DZ		0	Africa/Algiers	35.63722	0.79444				51			
2579773	Abd el Kader Berramda	abd-el-kader-berramda	DZ		0	Africa/Algiers	35.665	0.80306				51			
2579781	Maziz	maziz	DZ		0	Africa/Algiers	35.67558	0.80198		El Moasis,Maziz		51			
2579784	Chraitia	chraitia	DZ		0	Africa/Algiers	35.63217	0.48468		Chraitia,Kressia		51			
2579787	R’Kaïkia	r-kaikia	DZ		0	Africa/Algiers	35.68934	0.77874		El Azzala,R'Kaikia,R’Kaïkia		51			
2579811	Douar Mohammed Ouled el Arbi	douar-mohammed-ouled-el-arbi	DZ		0	Africa/Algiers	35.52667	0.37111				26			
2579812	Dar el Hadj bel Djilali	dar-el-hadj-bel-djilali	DZ		0	Africa/Algiers	35.52583	0.36167				26			
2579818	Douar Ouled el Hadj	douar-ouled-el-hadj	DZ		0	Africa/Algiers	35.5541	0.36478		Dar el Hadj Abdallah,Douar Ouled el Hadj		26			
2579821	Douar el Mouelek	douar-el-mouelek	DZ		0	Africa/Algiers	35.53935	0.3514		Dar Kaddour ben Amrane,Douar el Mouelek		26			
2579822	Douar Bouâazid	douar-bouaazid	DZ		0	Africa/Algiers	35.55208	0.3531		Dar el Bouazid,Douar Bouaazid,Douar Bouâazid		26			
2579834	Ez Zoubia	ez-zoubia	DZ		0	Africa/Algiers	35.69556	0.82444				51			
2579849	Dar Ahmed Ouled Ben Saïm	dar-ahmed-ouled-ben-saim	DZ		0	Africa/Algiers	35.53056	0.34028				26			
2579850	Douar Djfafla	douar-djfafla	DZ		0	Africa/Algiers	35.53053	0.33276		Dar Ben Saim Ben Ali,Dar Ben Saïm Ben Ali,Douar Djfafla		26			
2579851	Douar Bou Tellis	douar-bou-tellis	DZ		0	Africa/Algiers	35.53472	0.33472				26			
2579861	Douar Ouled Chadli	douar-ouled-chadli	DZ		0	Africa/Algiers	35.97304	0.63817		Douar Ouled Chadli,Mechtat Gheraib,Mechtat Gheraïb		51			
2579862	Douar Ouled Benizid	douar-ouled-benizid	DZ		0	Africa/Algiers	35.97111	0.63397		Douar Ouled Benizid,Mechtat Oulad Bou Zid		51			
2579875	Mechtat Souamia	mechtat-souamia	DZ		0	Africa/Algiers	35.90947	0.66349		Mechtat Chouaimia,Mechtat Chouaïmia,Mechtat Souamia		51			
2579880	Mechtat el Bouachria	mechtat-el-bouachria	DZ		0	Africa/Algiers	35.91068	0.67417		Mechtat Bou Acheria,Mechtat el Bouachria		51			
2579882	Oulad Barkat	oulad-barkat	DZ		0	Africa/Algiers	35.63417	0.885				51			
2579884	Mekoulal	mekoulal	DZ		0	Africa/Algiers	35.64806	0.91556				51			
2579897	Zebabidj el Khenaga	zebabidj-el-khenaga	DZ		0	Africa/Algiers	35.68528	0.89333		Zebabidj el Khenaga,Zebabidj el Krenaga		51			
2579898	Mchallal er Raha	mchallal-er-raha	DZ		0	Africa/Algiers	35.69056	0.90056				51			
2579899	Bou Nouala	bou-nouala	DZ		0	Africa/Algiers	35.6975	0.91194				51			
2579902	Douar Djlaïlia	douar-djlailia	DZ		0	Africa/Algiers	35.69177	0.88653		Douar Djlailia,Douar Djlaïlia,Douar el Guelailia,Douar el Guelaïlia		51			
2579919	Hateb el Ouarta	hateb-el-ouarta	DZ		0	Africa/Algiers	35.72111	0.76694				51			
2579926	Mechtat el Mhadnia	mechtat-el-mhadnia	DZ		0	Africa/Algiers	35.91257	0.69198		Mechtat Maadnia,Mechtat el Mhadnia		51			
2579929	Hateb el Moualah	hateb-el-moualah	DZ		0	Africa/Algiers	35.74389	0.775				51			
2579938	Zagoug	zagoug	DZ		0	Africa/Algiers	35.75701	0.79494		Mechta Zagoug,Zagoug		51			
2579941	Douar Ouled Chena	douar-ouled-chena	DZ		0	Africa/Algiers	35.9091	0.70984		Douar Ouled Chena,Mechtat Oulad Selimane		51			
2579945	El Khdaïdia	el-khdaidia	DZ		0	Africa/Algiers	35.77978	0.79597		El Khdaidia,El Khdaïdia,Mechta Khedaidia,Mechta Khedaïdia,Mechta Kredaidia,Mechta Kredaïdia		51			
2579947	Ouled Snoussi	ouled-snoussi	DZ		0	Africa/Algiers	35.78213	0.77342		Mechta Oulad Senoussi,Ouled Snoussi		51			
2579949	Adjaïlia	adjailia	DZ		0	Africa/Algiers	35.8006	0.78745		Adjailia,Adjaïlia,Mechta Aimouch,Mechta Aïmouch		51			
2579951	Douar el Aouchria	douar-el-aouchria	DZ		0	Africa/Algiers	35.91023	0.71699		Douar el Aouchria,Mechtat el Aouacheria		51			
2579956	Douar el Mdadha	douar-el-mdadha	DZ		0	Africa/Algiers	35.90591	0.72188		Douar el Mdadha,M'Dadaah,M’Dadaah		51			
2579964	Douar el Hasasna	douar-el-hasasna	DZ		0	Africa/Algiers	35.94861	0.74833				51			
2579969	Khedaïdia	khedaidia	DZ		0	Africa/Algiers	35.81316	0.75583		Douar Khedaidia,Douar Khedaïdia,Douar Kredaidia,Douar Kredaïdia,Khedaidia,Khedaïdia		51			
2579973	Douar Ouled Abed	douar-ouled-abed	DZ		0	Africa/Algiers	35.85878	0.7236		Douar Ouled Abed,Mechtat Oulad Habed		51			
2580014	Douar Menasria	douar-menasria	DZ		0	Africa/Algiers	35.84306	0.71087				51			
2580018	Douar Ouled Ben Chahrour	douar-ouled-ben-chahrour	DZ		0	Africa/Algiers	35.84176	0.71798		Douar Oulad Bechaharour,Douar Ouled Ben Chahrour		51			
2580049	Mechtat Ouled Sidi Tahar	mechtat-ouled-sidi-tahar	DZ		0	Africa/Algiers	35.82326	0.70869				51			
2580060	Mechtat Beni Cheïkh	mechtat-beni-cheikh	DZ		0	Africa/Algiers	35.81443	0.70257				51			
2580064	Mechtat el Araïssia	mechtat-el-araissia	DZ		0	Africa/Algiers	35.813	0.6721				51			
2580065	Mechtat Kedadra	mechtat-kedadra	DZ		0	Africa/Algiers	35.80935	0.65702		Mechtat Kadidra,Mechtat Kedadra		51			
2580069	Douar Draïssia	douar-draissia	DZ		0	Africa/Algiers	35.83333	0.62917				51			
2580075	El Goumaïzia	el-goumaizia	DZ		0	Africa/Algiers	35.84932	0.57473		Douar Rinaizia,Douar Rinaïzia,El Goumaizia,El Goumaïzia		51			
2580089	Douar el Khouaouna	douar-el-khouaouna	DZ		0	Africa/Algiers	35.87289	0.56641		Douar Krouaouna,Douar el Khouaouna		51			
2580091	Douar Mfathia	douar-mfathia	DZ		0	Africa/Algiers	35.87697	0.63544		Douar Mfathia,Mechtat Mfattia		51			
2580092	Mechtat Ouled Ahmed	mechtat-ouled-ahmed	DZ		0	Africa/Algiers	35.86739	0.67655				51			
2580104	Douar el Manaicha	douar-el-manaicha	DZ		0	Africa/Algiers	35.54739	0.33867		Douar el Manaicha,Ouled Mohammed Ben Amar		26			
2580112	Douar Ain el Guedra	douar-ain-el-guedra	DZ		0	Africa/Algiers	35.52772	0.31035		Douar Ain el Guedra,Douar Zeradla		26			
2580127	Douar Ouled el Djir	douar-ouled-el-djir	DZ		0	Africa/Algiers	35.55417	0.255				26			
2580128	Douar Ouled Baghdad	douar-ouled-baghdad	DZ		0	Africa/Algiers	35.55548	0.27094		Douar Ouled Baghdad,Ouled Bagdad		26			
2580131	Douar el Hadj el Arbi	douar-el-hadj-el-arbi	DZ		0	Africa/Algiers	35.55333	0.28861		Douar Khbouiya,Douar Ouled el Hadj,Douar el Hadj el Arbi		26			
2580135	Douar el Hadj el Arbi	douar-el-hadj-el-arbi	DZ		0	Africa/Algiers	35.56083	0.29639				26			
2580149	Douar Ouled Ben Yettou	douar-ouled-ben-yettou	DZ		0	Africa/Algiers	35.57713	0.26417		Dar Kaddour Ben Yettou,Douar Ouled Ben Yettou		26			
2580151	Sidi Bou Hadjadj	sidi-bou-hadjadj	DZ		0	Africa/Algiers	35.58167	0.26333				26			
2580155	Douar Labib	douar-labib	DZ		0	Africa/Algiers	35.59056	0.26111				26			
2580167	Douar Sidi Ahmed Beldjouzi	douar-sidi-ahmed-beldjouzi	DZ		0	Africa/Algiers	35.57421	0.37012		Douar Sidi Ahmed Bel Jouzi,Douar Sidi Ahmed Beldjouzi		51			
2580172	Hadj Mohammed Meda	hadj-mohammed-meda	DZ		0	Africa/Algiers	35.95333	0.52667				51			
2580179	El Ghebaria	el-ghebaria	DZ		0	Africa/Algiers	35.9163	0.51693		Douar Rbernia,El Ghebaria		51			
2580188	El Houar	el-houar	DZ		0	Africa/Algiers	35.89023	0.51232		Douar el Houara,El Houar		51			
2580189	Douar el Atbi	douar-el-atbi	DZ		0	Africa/Algiers	35.88485	0.50492		Douar el Atbi,Douar el Attebi		51			
2580203	Bent Doudi	bent-doudi	DZ		0	Africa/Algiers	35.84993	0.50553				51			
2580208	Sidi Mohammed	sidi-mohammed	DZ		0	Africa/Algiers	35.77167	0.51639				51			
2580215	Village Espagnol	village-espagnol	DZ		0	Africa/Algiers	35.74083	0.54944				51			
2580220	Douar Touaïdjia	douar-touaidjia	DZ		0	Africa/Algiers	35.6975	0.22167				26			
2580221	Douar Oulad Adda	douar-oulad-adda	DZ		0	Africa/Algiers	35.69	0.2175				26			
2580224	Haouch Sidi Saada	haouch-sidi-saada	DZ		0	Africa/Algiers	35.66065	0.22559				26			
2580225	El Hadj Saada	el-hadj-saada	DZ		0	Africa/Algiers	35.655	0.21889				26			
2580231	Douar Mesrati	douar-mesrati	DZ		0	Africa/Algiers	35.56409	0.31053		Douar Mesrati,Douar Msrata		26			
2580241	El Azaizia	el-azaizia	DZ		0	Africa/Algiers	35.57889	0.30528				51			
2580257	Douar Teboudai	douar-teboudai	DZ		0	Africa/Algiers	35.60959	0.36804		Dar Bou Taleb,Douar Teboudai		51			
2580264	Douar el Goussine	douar-el-goussine	DZ		0	Africa/Algiers	35.79944	0.6175				51			
2580277	Douar Ouled Bouzaida	douar-ouled-bouzaida	DZ		0	Africa/Algiers	35.58367	0.27859		Douar Berakna,Douar Ouled Bouzaida		26			
2580278	Dar Ould el Hadj Taïeb	dar-ould-el-hadj-taieb	DZ		0	Africa/Algiers	35.59667	0.28333				26			
2580298	Dar Ahmed Ouled Ali	dar-ahmed-ouled-ali	DZ		0	Africa/Algiers	35.6225	0.33778				51			
2580303	Douar Kaddour Ben Cherif	douar-kaddour-ben-cherif	DZ		0	Africa/Algiers	35.87083	0.24167				07			
2580306	Douar Ouled Ahmed	douar-ouled-ahmed	DZ		0	Africa/Algiers	35.88896	0.24566				07			
2580310	Douar Selehbia	douar-selehbia	DZ		0	Africa/Algiers	35.95083	0.23778				07			
2580311	Douar Drabgia	douar-drabgia	DZ		0	Africa/Algiers	35.95111	0.24083				07			
2580312	Douar Ghozilet	douar-ghozilet	DZ		0	Africa/Algiers	35.97	0.23833				07			
2580317	Douar Fetacha	douar-fetacha	DZ		0	Africa/Algiers	35.81306	0.48056				51			
2580319	Douar Ben Agga	douar-ben-agga	DZ		0	Africa/Algiers	35.80601	0.44429		Douar Ben Agga,Mechta Ahl Ben Agga		51			
2580321	Douar Fetatcha	douar-fetatcha	DZ		0	Africa/Algiers	35.81483	0.46302		Dar Mohammed Ben Kaddour,Douar Fetacha,Douar Fetatcha		51			
2580322	Douar el Gorâ	douar-el-gora	DZ		0	Africa/Algiers	35.81709	0.45184		Douar el Gora,Douar el Gorâ		51			
2580326	Douar Khouaïria	douar-khouairia	DZ		0	Africa/Algiers	35.8242	0.46091		Douar Khouairia,Douar Khouaïria,Douar Rhouaeria		51			
2580332	Douar Ouled Gana	douar-ouled-gana	DZ		0	Africa/Algiers	35.77423	0.63812				51			
2580335	Douar el Aouaïss	douar-el-aouaiss	DZ		0	Africa/Algiers	35.76328	0.64207				51			
2580336	Douar el Hemaïd	douar-el-hemaid	DZ		0	Africa/Algiers	35.75689	0.63034				51			
2580340	Douar Tfafha	douar-tfafha	DZ		0	Africa/Algiers	35.75611	0.60361				51			
2580360	Douar el Djaâdnia	douar-el-djaadnia	DZ		0	Africa/Algiers	35.82915	0.46934		Dar bel Hadj,Douar el Djaadnia,Douar el Djaâdnia		51			
2580362	Zgaïr	zgair	DZ		0	Africa/Algiers	35.83586	0.49067		Douar Lateilia,Douar Lateïlia,Douar Zgaier,Douar Zgaïer,Zgair,Zgaïr		51			
2580363	Ahmed Bel Hadj	ahmed-bel-hadj	DZ		0	Africa/Algiers	35.83778	0.48806				51			
2580368	Lekhal Ben Abed	lekhal-ben-abed	DZ		0	Africa/Algiers	35.83861	0.47139				51			
2580379	Douar Chïbia	douar-chibia	DZ		0	Africa/Algiers	35.84689	0.40948		Douar Chaibia,Douar Chaïbïa,Douar Chibia,Douar Chïbia		07			
2580390	Douar Khouaouna	douar-khouaouna	DZ		0	Africa/Algiers	35.81333	0.75167		Douar Khouaouna,Douar Krouaouna		51			
2580395	Louhaba	louhaba	DZ		0	Africa/Algiers	35.84296	0.81102		Louhaba,Mechtat d'Ouaaba,Mechtat d’Ouâaba		51			
2580398	Douar Meada	douar-meada	DZ		0	Africa/Algiers	35.71944	0.68389				51			
2580399	Mechtat el Mehedia	mechtat-el-mehedia	DZ		0	Africa/Algiers	35.88112	0.77646		Mechtat Mehedia,Mechtat Méhédia,Mechtat el Mehedia		51			
2580401	Mechtat Touama	mechtat-touama	DZ		0	Africa/Algiers	35.88334	0.75548		Mechtat Touama,Mechtat Touhama		51			
2580402	Mechtat el Mzaaria	mechtat-el-mzaaria	DZ		0	Africa/Algiers	35.88738	0.78042		Mechtat Mzaaria,Mechtat el Mzaaria		51			
2580406	Mechtat Ouled Aissa	mechtat-ouled-aissa	DZ		0	Africa/Algiers	35.89191	0.75051				51			
2580407	Mechtat Oued Hameda	mechtat-oued-hameda	DZ		0	Africa/Algiers	35.89611	0.79611				51			
2580418	Douar Chouachia	douar-chouachia	DZ		0	Africa/Algiers	35.90055	0.79251				51			
2580421	Douar el Htatba	douar-el-htatba	DZ		0	Africa/Algiers	35.7532	0.6944		Douar el Htatba,Mechta Eaid el Brhal,Mechta Eaïd el Brhal		51			
2580422	Douar el Htaimia	douar-el-htaimia	DZ		0	Africa/Algiers	35.76141	0.69753		Douar el Htaimia,Mechta Guerdi		51			
2580424	Mechtat el Aoulia	mechtat-el-aoulia	DZ		0	Africa/Algiers	35.90552	0.81644				51			
2580427	Douar Tramil	douar-tramil	DZ		0	Africa/Algiers	35.95661	0.75654		Douar Tramil,Douar et Taromil		51			
2580429	Douar el Hessasna	douar-el-hessasna	DZ		0	Africa/Algiers	35.94657	0.74375		Douar el Hasasna,Douar el Hessasna		51			
2580435	Douar el Azza	douar-el-azza	DZ		0	Africa/Algiers	35.97238	0.7818		Douar el Azza,Mechtat el Azza		51			
2580436	Sidi el Bachir	sidi-el-bachir	DZ		0	Africa/Algiers	35.96611	0.77972				51			
2580438	Douar el Haouara	douar-el-haouara	DZ		0	Africa/Algiers	35.97792	0.78277		Douar el Haouara,Douar el Ouaoura		51			
2580439	Mechtat Oued Ouis	mechtat-oued-ouis	DZ		0	Africa/Algiers	35.98722	0.77694				51			
2580440	Douar Ouled Ouiss	douar-ouled-ouiss	DZ		0	Africa/Algiers	35.98706	0.77654		Douar Oued Ouis,Douar Ouled Ouiss,Mechtat Oued Ouis		51			
2580441	Douar Kfaïfia	douar-kfaifia	DZ		0	Africa/Algiers	35.45244	0.23827		Douar Kfaifia,Douar Kfaïfia,Douar el Kefafia		26			
2580442	Douar Ouled Sidi Mahi ed Dine	douar-ouled-sidi-mahi-ed-dine	DZ		0	Africa/Algiers	35.44778	0.24306				26			
2580445	Dar Ben el Hassine	dar-ben-el-hassine	DZ		0	Africa/Algiers	35.44333	0.245				26			
2580447	Douar Ayad	douar-ayad	DZ		0	Africa/Algiers	35.98697	0.79312		Douar Ayad,Mechtat Aiade,Mechtat Aïade		51			
2580448	Douar el Abaïdia	douar-el-abaidia	DZ		0	Africa/Algiers	35.97558	0.79352				51			
2580449	Douar Sebaïa	douar-sebaia	DZ		0	Africa/Algiers	35.98714	0.81114		Douar Sebaia,Douar Sebaïa,Mechtat Sebaia,Mechtat Sebaïa		51			
2580463	Douar Hamadena	douar-hamadena	DZ		0	Africa/Algiers	35.89417	0.77083				51			
2580473	Douar Guerouan	douar-guerouan	DZ		0	Africa/Algiers	35.98257	0.78649		Douar Guerouan,Douar Guerouaou		51			
2580477	Douar el Hadj Tahar	douar-el-hadj-tahar	DZ		0	Africa/Algiers	35.8225	0.86194				51			
2580478	Douar Oued Zeurg	douar-oued-zeurg	DZ		0	Africa/Algiers	35.81361	0.91556				51			
2580479	Mechtat Oued Khalifa	mechtat-oued-khalifa	DZ		0	Africa/Algiers	35.81722	0.90917				51			
2580480	Ez Zelaïtia	ez-zelaitia	DZ		0	Africa/Algiers	35.82129	0.90644		Ez Zelaitia,Ez Zelaïtia,Mechtat Dzlaelia,Mechtat Dzlaëlia		51			
2580482	El Gouassem	el-gouassem	DZ		0	Africa/Algiers	35.81118	0.88185		Douar Gouassem,El Gouassem		51			
2580489	Laamamria	laamamria	DZ		0	Africa/Algiers	35.8358	0.89546		Laamamria,Mechtat Tmeniche		51			
2580499	Douar Sahar	douar-sahar	DZ		0	Africa/Algiers	35.83835	0.87646		Douar Sahar,Douar Sahari		51			
2580511	Douar Bouziane	douar-bouziane	DZ		0	Africa/Algiers	35.94152	0.49662		Douar Bouziane,Douar Oulad Sidi Bou Ziane,Douar Zebedia,Douar Zebédia,Sidi Bou Ziane		51			
2580512	Douar Ouled el Hadj Brahim	douar-ouled-el-hadj-brahim	DZ		0	Africa/Algiers	35.96119	0.47397				51			
2580514	Douar Seddar	douar-seddar	DZ		0	Africa/Algiers	35.97436	0.49733		Douar Sedar,Douar Seddar		07			
2580517	Ouled Arif	ouled-arif	DZ		0	Africa/Algiers	35.84603	0.83317		Douar Oued Cherif,Ouled Arif		51			
2580519	Mechtat Oued Ben Aouda	mechtat-oued-ben-aouda	DZ		0	Africa/Algiers	35.85667	0.83556				51			
2580527	Mechtat Oulad el Arbi	mechtat-oulad-el-arbi	DZ		0	Africa/Algiers	35.8875	0.90278				51			
2580530	Douar el Oualiba	douar-el-oualiba	DZ		0	Africa/Algiers	35.87083	0.84361				51			
2580540	El Graïnia	el-grainia	DZ		0	Africa/Algiers	35.87436	0.92769		Douar Grainia,Douar Graïnia,El Grainia,El Graïnia		51			
2580541	Mechtat Nouaria	mechtat-nouaria	DZ		0	Africa/Algiers	35.89986	0.81341		Douar Nouaeria,Mechtat Nouaria		51			
2580542	Mechtat Ouled Mustapha	mechtat-ouled-mustapha	DZ		0	Africa/Algiers	35.90108	0.81571		Douar Ouled Mustapha,Mechtat Ouled Mustapha		51			
2580547	Douar el Ghetatra	douar-el-ghetatra	DZ		0	Africa/Algiers	35.90889	0.88444		Douar el Ghetatra,Douar el Rhetatra		51			
2580549	Douar el Arbia	douar-el-arbia	DZ		0	Africa/Algiers	35.91889	0.87278				51			
2580550	Douar Bou Achria	douar-bou-achria	DZ		0	Africa/Algiers	35.91972	0.89333				51			
2580551	Ouled Mohamed Ben Arbi	ouled-mohamed-ben-arbi	DZ		0	Africa/Algiers	35.91988	0.90366		Ouled Mohamed Ben Arbi,Sidi Mekhelouf,Sidi Mekrelouf		51			
2580554	Mechtat Zmala	mechtat-zmala	DZ		0	Africa/Algiers	35.93528	0.86667				51			
2580556	Mechtat Tehemia	mechtat-tehemia	DZ		0	Africa/Algiers	35.93856	0.87254				51			
2580560	Haï Kermach	hai-kermach	DZ		0	Africa/Algiers	35.9542	0.9058		Douar Hemmeda,Douar Hemméda,Hai Kermach,Haï Kermach		51			
2580564	Douar Slaetia	douar-slaetia	DZ		0	Africa/Algiers	35.98439	0.82403		Douar Slaetia,Mechtat Slaelia,Mechtat Slaélia		51			
2580567	Mechtat Djaïdia	mechtat-djaidia	DZ		0	Africa/Algiers	35.99203	0.85398				51			
2580568	Douar Ouled Kaddour	douar-ouled-kaddour	DZ		0	Africa/Algiers	35.98787	0.85936		Douar Ouled Kaddour,Oulad Caddour		51			
2580580	Douar Zgaïer	douar-zgaier	DZ		0	Africa/Algiers	35.87583	0.42889				07			
2580581	Douar Sidi el Habib	douar-sidi-el-habib	DZ		0	Africa/Algiers	35.88028	0.43111				07			
2580583	Mechtat el Hlaïmia	mechtat-el-hlaimia	DZ		0	Africa/Algiers	35.99429	0.77331		Mechtat el Anainia,Mechtat el Hlaimia,Mechtat el Hlaïmia		51			
2580584	Mechtat Ouled Sidi Ahmed	mechtat-ouled-sidi-ahmed	DZ		0	Africa/Algiers	35.99542	0.76769				51			
2580588	Douar el Mouïdia	douar-el-mouidia	DZ		0	Africa/Algiers	35.84506	0.37337		Douar Moueldia,Douar el Mouidia,Douar el Mouïdia		07			
2580604	Douar Oulad Sidi Dahmane	douar-oulad-sidi-dahmane	DZ		0	Africa/Algiers	35.94917	0.35833				07			
2580605	Douar M’khatria	douar-m-khatria	DZ		0	Africa/Algiers	35.9721	0.38262		Douar Ben Mekrtar,Douar M'khatria,Douar M’khatria		07			
2580611	Douar Djeraïdjia	douar-djeraidjia	DZ		0	Africa/Algiers	35.98515	0.3253		Douar Djeledjlia,Douar Djeraidjia,Douar Djeraïdjia		07			
2580612	Douar Hdaïdia	douar-hdaidia	DZ		0	Africa/Algiers	35.97929	0.35739		Douar Hdaidia,Douar Hdaïdia,Douar Khradeidia,Douar Khradeïdia		07			
2580614	Douar Ouled Dadi	douar-ouled-dadi	DZ		0	Africa/Algiers	35.94472	0.30417				07			
2580615	Douar Cheragua	douar-cheragua	DZ		0	Africa/Algiers	35.93784	0.32184		Douar Ben Cherguia,Douar Cheragua		07			
2580617	Douar Hadj Djeraba	douar-hadj-djeraba	DZ		0	Africa/Algiers	35.95722	0.26444				07			
2580621	Douar Béchaouich	douar-bechaouich	DZ		0	Africa/Algiers	35.94722	0.26472				07			
2580625	Douar Zouatine	douar-zouatine	DZ		0	Africa/Algiers	35.89189	0.25657				07			
2580627	Douar Douaidia	douar-douaidia	DZ		0	Africa/Algiers	35.89375	0.2809		Douar Douaidia,Douar Douaïdia		07			
2580628	Douar Hadj Snoussi	douar-hadj-snoussi	DZ		0	Africa/Algiers	35.91778	0.32222				07			
2580630	Douar Ben Mokhtar	douar-ben-mokhtar	DZ		0	Africa/Algiers	35.91638	0.29907		Douar Ben Mokhtar,Douar Oulad Mohammed Mokrtar		07			
2580631	Douar M’khatria	douar-m-khatria	DZ		0	Africa/Algiers	35.91048	0.31513		Douar M'khatria,Douar M’khatria,Douar Oulad Chebezrah		07			
2580667	Ouled el Arbi	ouled-el-arbi	DZ		0	Africa/Algiers	35.3075	0.24667				26			
2580678	Douar Brarcha	douar-brarcha	DZ		0	Africa/Algiers	35.87859	0.29088		Douar Berercha,Douar Brarcha		07			
2580680	Douar Ouled Mohammed	douar-ouled-mohammed	DZ		0	Africa/Algiers	35.69724	0.59011				51			
2580681	Douar Zaïmia	douar-zaimia	DZ		0	Africa/Algiers	35.86953	0.27916				07			
2580684	Douar Ouled Bel Krira	douar-ouled-bel-krira	DZ		0	Africa/Algiers	35.68028	0.61611				51			
2580696	Guelt Bou Zid	guelt-bou-zid	DZ		0	Africa/Algiers	35.81871	0.92582				51			
2580700	El Mouaba	el-mouaba	DZ		0	Africa/Algiers	35.83306	0.93444				51			
2580709	Nekkakaa	nekkakaa	DZ		0	Africa/Algiers	35.8572	0.98202		En Nekaka,Nekkakaa		51			
2580710	Douar Tromlia	douar-tromlia	DZ		0	Africa/Algiers	35.86937	0.36134				07			
2580711	Douar Bouiaïchia	douar-bouiaichia	DZ		0	Africa/Algiers	35.86092	0.33114		Douar Bouaichia,Douar Bouiaichia,Douar Bouiaïchia		07			
2580729	Douar Ouled el Hadj	douar-ouled-el-hadj	DZ		0	Africa/Algiers	35.82543	0.29982		Douar Oulad el Hadjel,Douar Ouled el Hadj		07			
2580730	Douar Oulad Kaddour	douar-oulad-kaddour	DZ		0	Africa/Algiers	35.82167	0.29556				07			
2580731	Douar Biod	douar-biod	DZ		0	Africa/Algiers	35.8115	0.26931		Douar Biod,Douar El Beid,Douar El Beïd		07			
2580732	Douar Oulad Mahidi	douar-oulad-mahidi	DZ		0	Africa/Algiers	35.82083	0.25861				07			
2580740	Douar Ouled el Arbi	douar-ouled-el-arbi	DZ		0	Africa/Algiers	35.98952	0.21003		Douar Hadj Touil,Douar Ouled el Arbi		07			
2580891	Douar el Habib Oued Kadda	douar-el-habib-oued-kadda	DZ		0	Africa/Algiers	35.50361	0.50056				26			
2580897	Douar el Habib	douar-el-habib	DZ		0	Africa/Algiers	35.50139	0.51306				26			
2580913	Dar Adda Ouled el Agra	dar-adda-ouled-el-agra	DZ		0	Africa/Algiers	35.48306	0.52111				26			
2580915	Dar Adda Ouled Mohammed Ben Tahar	dar-adda-ouled-mohammed-ben-tahar	DZ		0	Africa/Algiers	35.47917	0.51028				26			
2580922	Douar Moussaoui	douar-moussaoui	DZ		0	Africa/Algiers	35.44166	0.10728		Douar Mouaissia,Douar Moussaoui		26			
2581000	Douar Oulad Aïssa	douar-oulad-aissa	DZ		0	Africa/Algiers	35.46676	0.57561				26			
2581015	Douar Oulad Achour	douar-oulad-achour	DZ		0	Africa/Algiers	35.44963	0.65639				26			
2581017	Douar Oulad Hamden	douar-oulad-hamden	DZ		0	Africa/Algiers	35.46028	0.66028				26			
2581028	Douar Hadj Djelloul	douar-hadj-djelloul	DZ		0	Africa/Algiers	35.49693	0.65639				51			
2581038	Douar Belkayous	douar-belkayous	DZ		0	Africa/Algiers	35.81153	0.15836		Djelloul Bir Kaious,Djelloul Bir Kaïous,Douar Belkayous		07			
2581041	Douar Mehada	douar-mehada	DZ		0	Africa/Algiers	35.48958	0.69498				51			
2581043	Douar Krenansa	douar-krenansa	DZ		0	Africa/Algiers	35.49722	0.69556				51			
2581045	Douar Abaidia	douar-abaidia	DZ		0	Africa/Algiers	35.49766	0.6704		Douar Abaidia,Douar el Abaidia,Douar el Abaïdia		51			
2581049	Oulad Hamdane	oulad-hamdane	DZ		0	Africa/Algiers	35.81088	0.07935				07			
2581054	Dnednia	dnednia	DZ		0	Africa/Algiers	35.80171	0.0709		Dendene,Dnednia		07			
2581057	Douar Rahlia	douar-rahlia	DZ		0	Africa/Algiers	35.53417	0.69444				51			
2581058	Douar Sehari	douar-sehari	DZ		0	Africa/Algiers	35.51639	0.65778				51			
2581059	Douar el Hassaïnia	douar-el-hassainia	DZ		0	Africa/Algiers	35.53194	0.66833				51			
2581067	Douar Maâmria	douar-maamria	DZ		0	Africa/Algiers	35.86928	0.19317		Douar Maamria,Douar Maâmria,Maamria		07			
2581069	Amamia	amamia	DZ		0	Africa/Algiers	35.87083	0.18028				07			
2581070	Douar Oulad Aoued	douar-oulad-aoued	DZ		0	Africa/Algiers	35.46444	0.73694				51			
2581083	Douar Kenadia	douar-kenadia	DZ		0	Africa/Algiers	35.53917	0.59694				51			
2581085	Douar Zouaïdia	douar-zouaidia	DZ		0	Africa/Algiers	35.56833	0.60389				51			
2581088	Douar Chaloul	douar-chaloul	DZ		0	Africa/Algiers	35.53139	0.63917				51			
2581089	Douar Haoud el Agab	douar-haoud-el-agab	DZ		0	Africa/Algiers	35.535	0.64222				51			
2581090	Douar Bekria	douar-bekria	DZ		0	Africa/Algiers	35.53806	0.63				51			
2581094	Douar Oulad Bou Kradda	douar-oulad-bou-kradda	DZ		0	Africa/Algiers	35.55361	0.69528				51			
2581096	Douar Oulad Bou Ahmoud	douar-oulad-bou-ahmoud	DZ		0	Africa/Algiers	35.55639	0.73806				51			
2581101	Douar Halloufa	douar-halloufa	DZ		0	Africa/Algiers	35.58944	0.58417				51			
2581108	Douar Oulad Taoui	douar-oulad-taoui	DZ		0	Africa/Algiers	35.585	0.62417				51			
2581110	Les Hamiane	les-hamiane	DZ		0	Africa/Algiers	35.90083	0.07083				07			
2581145	Jardins de Figuiers	jardins-de-figuiers	DZ		0	Africa/Algiers	35.86222	0.1275				07			
2581146	El Bkaïria	el-bkairia	DZ		0	Africa/Algiers	35.86961	0.14758		Douar Ksairia,El Bkairia,El Bkaïria		07			
2581157	Douar Oulad Sidi Mohammed Ben Larbi	douar-oulad-sidi-mohammed-ben-larbi	DZ		0	Africa/Algiers	35.6	0.68111				51			
2581160	Douar Beldjemaâ	douar-beldjemaa	DZ		0	Africa/Algiers	35.84028	0.03806		Douar Aicha,Douar Beldjemaa,Douar Beldjemaâ		07			
2581161	Douar Oulad Nouasseur	douar-oulad-nouasseur	DZ		0	Africa/Algiers	35.62306	0.70167				51			
2581168	Douar Ouled Guenoune	douar-ouled-guenoune	DZ		0	Africa/Algiers	35.43729	0.55784		Douar Ouled Guenoune,Ouled el Guennoune		26			
2581174	Ouled Ali Bene Youb	ouled-ali-bene-youb	DZ		0	Africa/Algiers	35.43806	0.50361				26			
2585434	Mechtat el Guitoun	mechtat-el-guitoun	DZ		0	Africa/Algiers	36.62056	8.32389				44			
2581209	Douar Ouled Djilali	douar-ouled-djilali	DZ		0	Africa/Algiers	35.76917	0.02972				07			
2581280	Redoute	redoute	DZ		0	Africa/Algiers	35.39556	0.15				26			
2581304	Mlaytia	mlaytia	DZ		0	Africa/Algiers	35.38938	0.07465		Dar Ali Bel Mlati,Mlaytia		26			
2581306	Douar Ouled Ben Yarou	douar-ouled-ben-yarou	DZ		0	Africa/Algiers	35.38956	0.05716		Douar Ouled Ben Yarou,Douar Ouled Beni Arrou		26			
2581405	Ouled Sidi Ahmed Bekredda	ouled-sidi-ahmed-bekredda	DZ		0	Africa/Algiers	35.40583	0.56333				26			
2581412	Sidi Belarbi	sidi-belarbi	DZ		0	Africa/Algiers	35.37905	0.52303				26			
2581428	Douar el Araissia	douar-el-araissia	DZ		0	Africa/Algiers	35.33669	0.50773		Douar Kada Ould el Hachemi,Douar el Araissia		26			
2581450	Douar Ouled Bouazza	douar-ouled-bouazza	DZ		0	Africa/Algiers	35.43361	0.59412		Douar Ahmed Oulad Bou Azza,Douar Ouled Bouazza		26			
2581455	Douar Abd el Kader el Bachir	douar-abd-el-kader-el-bachir	DZ		0	Africa/Algiers	35.43659	0.65357		Douar Abd el Kader el Bachir,Douar Oulad Abd el Kader		26			
2581458	Douar Oulad Atallah	douar-oulad-atallah	DZ		0	Africa/Algiers	35.42461	0.64573				26			
2581472	Douar Ouled Ahmed Ben Aissa	douar-ouled-ahmed-ben-aissa	DZ		0	Africa/Algiers	35.42724	0.73703				26			
2581479	Douar Rafsa	douar-rafsa	DZ		0	Africa/Algiers	35.37977	0.71347		Douar Rafsa,Douar Rhaifsa,Douar Rhaïfsa		26			
2581482	Douar Oulad Ahmed Ben Aïssa	douar-oulad-ahmed-ben-aissa	DZ		0	Africa/Algiers	35.37167	0.73667				26			
2581502	Ouled Sidi el Mehdi	ouled-sidi-el-mehdi	DZ		0	Africa/Algiers	35.35763	0.67115		Douar Sidi el Mehdi,Ouled Sidi el Mehdi		26			
2581504	Douar Ouled Bendida	douar-ouled-bendida	DZ		0	Africa/Algiers	35.40387	0.58245				26			
2581506	Douar Mohammed Bou Krenouna	douar-mohammed-bou-krenouna	DZ		0	Africa/Algiers	35.41439	0.63391				26			
2581512	Douar Oulad Bou Fadene	douar-oulad-bou-fadene	DZ		0	Africa/Algiers	35.38778	0.64389				26			
2581520	Douar Ouled Kallouche	douar-ouled-kallouche	DZ		0	Africa/Algiers	35.39362	0.61607		Douar Ouled Kallouche,Douar Rhallouch		26			
2581521	Douar Amairia	douar-amairia	DZ		0	Africa/Algiers	35.38692	0.61313		Douar Amairia,Douar Amaria		26			
2581526	Douar Smaihia	douar-smaihia	DZ		0	Africa/Algiers	35.35686	0.58337		Douar Samihia,Douar Smaihia		26			
2581529	Douar Ouled Belkacem	douar-ouled-belkacem	DZ		0	Africa/Algiers	35.35672	0.60192		Douar Oulad Belkassem,Douar Ouled Belkacem		26			
2581611	Douar Ouled Amar Ben Saada	douar-ouled-amar-ben-saada	DZ		0	Africa/Algiers	35.59281	0.55293				51			
2582323	Beni Mdas	beni-mdas	DZ		0	Africa/Algiers	37.00972	6.26583				31			
2582339	Azakour	azakour	DZ		0	Africa/Algiers	37.00639	6.34417				31			
2582425	Bou Djama	bou-djama	DZ		0	Africa/Algiers	37.06194	6.38778				31			
2582427	El Hafeur	el-hafeur	DZ		0	Africa/Algiers	37.06194	6.40528				31			
2582435	Kerba	kerba	DZ		0	Africa/Algiers	37.0725	6.36639				31			
2582440	Mrabaï	mrabai	DZ		0	Africa/Algiers	37.05194	6.37944				31			
2582441	Raroui	raroui	DZ		0	Africa/Algiers	37.05278	6.38444				31			
2582444	Rhedir el Kahla	rhedir-el-kahla	DZ		0	Africa/Algiers	37.05889	6.34306				31			
2582458	Bou Lateb	bou-lateb	DZ		0	Africa/Algiers	37.01944	6.33167				31			
2582459	Bou Alkma	bou-alkma	DZ		0	Africa/Algiers	37.03028	6.33444				31			
2582461	Aranim	aranim	DZ		0	Africa/Algiers	37.02833	6.31972				31			
2582465	Roumila	roumila	DZ		0	Africa/Algiers	37.04139	6.3375				31			
2583029	Ben Zemlane	ben-zemlane	DZ		0	Africa/Algiers	35.87333	3.51083				06			
2583057	Oulad Nehar	oulad-nehar	DZ		0	Africa/Algiers	35.87889	3.62472				27			
2583060	Oulad Manadi	oulad-manadi	DZ		0	Africa/Algiers	35.89778	3.52944				06			
2583118	Ed Dakhla	ed-dakhla	DZ		0	Africa/Algiers	35.88583	3.57972				06			
2583157	El Ababdia	el-ababdia	DZ		0	Africa/Algiers	35.93	3.56361				06			
2583163	Oulad Merzoug	oulad-merzoug	DZ		0	Africa/Algiers	35.9575	3.50417				06			
2583170	Oulad Djaffal	oulad-djaffal	DZ		0	Africa/Algiers	35.98583	3.51361				06			
2583185	Ez Zloua	ez-zloua	DZ		0	Africa/Algiers	35.84972	3.7275				27			
2583198	Chabet Zaouïa	chabet-zaouia	DZ		0	Africa/Algiers	35.89889	3.74944				27			
2583233	Assila	assila	DZ		0	Africa/Algiers	35.88972	3.61139				06			
2583255	Bel Arba	bel-arba	DZ		0	Africa/Algiers	35.92361	3.68556				27			
2583263	Oulad Loumaïsset	oulad-loumaisset	DZ		0	Africa/Algiers	35.94306	3.6125				21			
2583269	Oulad Mekalla	oulad-mekalla	DZ		0	Africa/Algiers	35.96611	3.63				21			
2583293	Bou Haïti	bou-haiti	DZ		0	Africa/Algiers	35.94806	3.69167				21			
2584768	Meroudj	meroudj	DZ		0	Africa/Algiers	36.65306	8.44778		Meroudj,Merouj		44			
2585166	El Mélah	el-melah	DZ		0	Africa/Algiers	36.87222	8.32667				44			
2585246	Tuilerie	tuilerie	DZ		0	Africa/Algiers	36.78194	8.32694				44			
2585263	Agbet ech Chaïr	agbet-ech-chair	DZ		0	Africa/Algiers	36.80028	8.30583				44			
2585372	Dar Loubit	dar-loubit	DZ		0	Africa/Algiers	36.84639	8.46583				44			
2585405	Bou Edima	bou-edima	DZ		0	Africa/Algiers	36.77222	8.485				00			
2585418	Mechtat el Meracha	mechtat-el-meracha	DZ		0	Africa/Algiers	36.61417	8.25583				44			
2585425	Mechtat Nechla	mechtat-nechla	DZ		0	Africa/Algiers	36.59389	8.3075				44			
2585427	Mechta Ouldja	mechta-ouldja	DZ		0	Africa/Algiers	36.59028	8.32		Mechta Ouldja,Mechta Oulja		44			
2585455	Mechtat el Guitna	mechtat-el-guitna	DZ		0	Africa/Algiers	36.62028	8.34944				44			
2585456	Djedda Gotha	djedda-gotha	DZ		0	Africa/Algiers	36.61806	8.3525		Djedda Gotha,Jedda Gotha		44			
2585458	Mechtat Loudei	mechtat-loudei	DZ		0	Africa/Algiers	36.61167	8.33389				44			
2585459	Mechtat Berket Sid	mechtat-berket-sid	DZ		0	Africa/Algiers	36.60833	8.33083				44			
2585479	Mechta Aïn Chaâra	mechta-ain-chaara	DZ		0	Africa/Algiers	36.62278	8.38222				44			
2585603	Mechta Sinati	mechta-sinati	DZ		0	Africa/Algiers	36.74056	8.29556				44			
2585618	Mechta Ouled Khehi	mechta-ouled-khehi	DZ		0	Africa/Algiers	36.56722	8.25639		Mechta Ouled Khehi,Mechta Ouled Krehi		44			
2585629	Douar Mermel	douar-mermel	DZ		0	Africa/Algiers	36.56	8.32361				00			
2585727	Mechta El Argoub	mechta-el-argoub	DZ		0	Africa/Algiers	36.41083	8.39833				52			
2585768	Mechta el Guetaïfia	mechta-el-guetaifia	DZ		0	Africa/Algiers	36.28111	8.28528				52			
2585771	Mechta Oued Abd en Nour	mechta-oued-abd-en-nour	DZ		0	Africa/Algiers	36.29694	8.29056				52			
2585773	Mechta Hafer Maâla	mechta-hafer-maala	DZ		0	Africa/Algiers	36.26333	8.28028				52			
2585808	Mechtat el Kherouba	mechtat-el-kherouba	DZ		0	Africa/Algiers	36.33028	8.37				52			
2585839	Oulad Sidi Aïssa	oulad-sidi-aissa	DZ		0	Africa/Algiers	36.28	8.32528				52			
2585848	Mechtat el Magroun	mechtat-el-magroun	DZ		0	Africa/Algiers	36.31778	8.32778				52			
2585858	Mechtat el Alliga	mechtat-el-alliga	DZ		0	Africa/Algiers	36.31806	8.34306				52			
2585867	Mechtat el Outaïa	mechtat-el-outaia	DZ		0	Africa/Algiers	36.34889	8.34167				52			
2585897	Mechtat el Hammamil	mechtat-el-hammamil	DZ		0	Africa/Algiers	36.35056	8.32083				52			
2585898	Mechta Retbet Nouar	mechta-retbet-nouar	DZ		0	Africa/Algiers	36.34528	8.30028				52			
2586886	Gambetta	gambetta	DZ		0	Africa/Algiers	36.1725	8.04278				52			
2588148	Mazra’at Mohammed Salah	mazra-at-mohammed-salah	DZ		0	Africa/Algiers	34.705	-1.76083				15			
2588194	Bou N’aim	bou-n-aim	DZ		0	Africa/Algiers	34.83972	-1.84972				15			
2589454	Mechta Lemrâouna	mechta-lemraouna	DZ		0	Africa/Algiers	35.79139	7.88194				33			
2589455	Daghbouche	daghbouche	DZ		0	Africa/Algiers	35.92467	7.9189				52			
2589456	Naguês	nagues	DZ		0	Africa/Algiers	35.71053	8.22566				33			
2589457	Bir Zlas	bir-zlas	DZ		0	Africa/Algiers	35.70322	8.26107				33			
2589493	Oulad Bou Aziz	oulad-bou-aziz	DZ		0	Africa/Algiers	35.18408	7.72491				33			
2589495	El Ma el Abiod	el-ma-el-abiod	DZ		0	Africa/Algiers	35.20889	8.1725		El Ma el Abiod		33			
2589497	Mzouzia	mzouzia	DZ		0	Africa/Algiers	35.58613	7.84646				33			
2589498	Mechta Ouled Chehamer	mechta-ouled-chehamer	DZ		0	Africa/Algiers	35.54167	7.60806				29			
2589499	Mechta Dekhakhene	mechta-dekhakhene	DZ		0	Africa/Algiers	35.47889	7.53833				29			
2590660	Café Maure	cafe-maure	DZ		0	Africa/Algiers	36.73209	6.31578				24			
2590669	Café Maure	cafe-maure	DZ		0	Africa/Algiers	36.51344	6.47708				48			
2592666	Hadjret en Noûss	hadjret-en-nouss	DZ		0	Africa/Algiers	36.57056	2.05167				55			
2592667	Messlmoûn	messlmoun	DZ		0	Africa/Algiers	36.56083	2.01583				55			
2592668	Bir Ould Khelifa	bir-ould-khelifa	DZ		0	Africa/Algiers	36.18028	2.23028		Bir Ould Khelifa,Bir Ouled Khelifa		35			
2592669	El Kohabtia	el-kohabtia	DZ		0	Africa/Algiers	36.14556	2.09056				35			
2592670	Club des Pins	club-des-pins	DZ		0	Africa/Algiers	36.77417	2.89167				01			
2592671	Oulad Sidi Mohammed	oulad-sidi-mohammed	DZ		0	Africa/Algiers	36.62111	2.9625				01			
2592673	Tagourait	tagourait	DZ		0	Africa/Algiers	36.59972	2.61028				55			
2592674	Haouch ben Daouin	haouch-ben-daouin	DZ		0	Africa/Algiers	36.54583	2.4925				55			
2592677	’Ain el Mebnia	ain-el-mebnia	DZ		0	Africa/Algiers	36.02639	2.38861				35			
2592678	Sidi Cherki	sidi-cherki	DZ		0	Africa/Algiers	36.48194	1.51333				41			
2592680	Le Merdja	le-merdja	DZ		0	Africa/Algiers	36.01194	1.01833				51			
2592682	Douar M’chalif	douar-m-chalif	DZ		0	Africa/Algiers	36.1291	1.10044		Douar M'chalif,Douar M’chalif,El Hachalif		41			
2592683	Amoudd	amoudd	DZ		0	Africa/Algiers	36.23306	1.22833				41			
2593162	Mechta Oulad Sidi El Mehoub	mechta-oulad-sidi-el-mehoub	DZ		0	Africa/Algiers	35.96722	0.69972				51			
2593163	El Guelali	el-guelali	DZ		0	Africa/Algiers	35.88333	3.65				27			
2593164	El Guelali	el-guelali	DZ		0	Africa/Algiers	35.9	3.65				27			
2593165	Domaine d’Arbal	domaine-d-arbal	DZ		0	Africa/Algiers	35.45582	-0.61866				36			
2593167	Ben el Djir	ben-el-djir	DZ		0	Africa/Algiers	35.63365	4.19414				27			
2593168	Karouba	karouba	DZ		0	Africa/Algiers	35.675	-0.80278				09			
2593169	‘Aïn el Turc	ain-el-turc	DZ		0	Africa/Algiers	35.73611	-0.70139				09			
2593170	Ben S’rourr	ben-s-rourr	DZ		0	Africa/Algiers	35.04053	4.56229				27			
2593171	Dar el Yafati	dar-el-yafati	DZ		0	Africa/Algiers	35.06806	-1.94861				15			
2593172	Sidi ben Ada	sidi-ben-ada	DZ		0	Africa/Algiers	35.29722	-1.28472				36			
2593173	El Rhoualem	el-rhoualem	DZ		0	Africa/Algiers	35.58333	2.03333				56			
2593174	Sidi Slimone	sidi-slimone	DZ		0	Africa/Algiers	35.83592	5.13554				12			
2593175	Machta Haltoufa	machta-haltoufa	DZ		0	Africa/Algiers	35.52361	7.4144				47			
2593177	Mechta Rmîla	mechta-rmila	DZ		0	Africa/Algiers	35.79551	7.9067				33			
2593178	Dar el Caïd	dar-el-caid	DZ		0	Africa/Algiers	35.98472	7.55278				52			
2593181	Mechta Oulad Nouï	mechta-oulad-noui	DZ		0	Africa/Algiers	35.9625	6.62917				29			
2593182	Mechtet el Harmelia	mechtet-el-harmelia	DZ		0	Africa/Algiers	35.92083	6.57917				29			
2593183	Mechtet el Fedj	mechtet-el-fedj	DZ		0	Africa/Algiers	35.88056	6.62917				29			
2593184	Mechta Messous	mechta-messous	DZ		0	Africa/Algiers	36.48934	7.24247				23			
2593185	Mechta Beni Hameza	mechta-beni-hameza	DZ		0	Africa/Algiers	36.67872	7.45043				37			
2593186	Mechta Fetmiat	mechta-fetmiat	DZ		0	Africa/Algiers	36.76941	7.31727				31			
2593188	Mechta Guebel ‘Aïn	mechta-guebel-ain	DZ		0	Africa/Algiers	36.00278	7.78056				52			
2593189	Mechtat es Stah	mechtat-es-stah	DZ		0	Africa/Algiers	36.09167	7.78472				52			
2593190	Bordjel El Hassane	bordjel-el-hassane	DZ		0	Africa/Algiers	36.60278	7.69167				23			
2593192	Mechtat Ahmed Bel Ajmi	mechtat-ahmed-bel-ajmi	DZ		0	Africa/Algiers	36.33472	7.50833				23			
2593193	Bouchegout	bouchegout	DZ		0	Africa/Algiers	36.47222	7.73333				23			
2593194	Mechta Jorf El Ahmar	mechta-jorf-el-ahmar	DZ		0	Africa/Algiers	36.45139	7.58056				23			
2593195	Mechtet Ain Maflouf	mechtet-ain-maflouf	DZ		0	Africa/Algiers	36.525	7.53472				23			
2593196	Mechetet Bell’chari	mechetet-bell-chari	DZ		0	Africa/Algiers	36.60833	7.58056				37			
2593197	Mechtat Bou Rougaa	mechtat-bou-rougaa	DZ		0	Africa/Algiers	36.61944	7.875				44			
2593198	Mzara Sidi Goulea	mzara-sidi-goulea	DZ		0	Africa/Algiers	36.66389	7.55833				37			
2593199	Henchir Mokhtar Abdullah el Medjid	henchir-mokhtar-abdullah-el-medjid	DZ		0	Africa/Algiers	36.63889	7.70833				23			
2593200	Djenane El Bey	djenane-el-bey	DZ		0	Africa/Algiers	36.83056	7.11806				31			
2593201	Dar Lahleme	dar-lahleme	DZ		0	Africa/Algiers	36.83518	7.56946				37			
2593202	Borj Scander	borj-scander	DZ		0	Africa/Algiers	36.83472	7.70139				37			
2596770	Timéïaouîne	timeiaouine	DZ		0	Africa/Algiers	20.44472	1.79861				BB			
2596857	Tin Alkoum	tin-alkoum	DZ		0	Africa/Algiers	24.61917	10.2125		Tin Alkoum		DJ			
2596859	Serouenout	serouenout	DZ		0	Africa/Algiers	24.3	7.46889		Serouenout,hsn srwynt,srwynt,حصن سروينت,سروينت		53			
2596863	Meredoua	meredoua	DZ		0	Africa/Algiers	25.31694	1.85833				IS			
6698360	BABOR - VILLE	babor-ville	DZ		33000	Africa/Algiers	36.48994	5.5393	1000	Babur,Baladiyyat Babur,Baladiyyat Bābūr,Bābūr,babwr,bldyt babwr,بابور,بلدية بابور		12			
6698361	Oued Afra	oued-afra	DZ		0	Africa/Algiers	36.58202	5.49668				12			
6698362	Aît Ghanem	ait-ghanem	DZ		0	Africa/Algiers	36.5669	5.48655				12			
6744242	Gouiret es Soud	gouiret-es-soud	DZ		0	Africa/Algiers	25.84851	1.25522				IS			
6806620	Base Sonarem	base-sonarem	DZ		0	Africa/Algiers	23.93775	5.1193				53			
7115820	Sraoulia	sraoulia	DZ		40	Africa/Algiers	35.71434	0.71285	200			51			
7115822	Sidi Harrat Benaissa	sidi-harrat-benaissa	DZ		40	Africa/Algiers	35.70784	0.71658	212			51			
7115823	Aïn Sidi Harrat	ain-sidi-harrat	DZ		40	Africa/Algiers	35.70112	0.71261	300			51			
7115824	Cheaïbia	cheaibia	DZ		40	Africa/Algiers	35.71359	0.71707	300			51			
7115826	Zaouia Benameur	zaouia-benameur	DZ		10	Africa/Algiers	35.71049	0.72939	210			51			
7115827	Rouachdia	rouachdia	DZ		1000	Africa/Algiers	35.7085	0.73055	480			51			
7115828	Smala	smala	DZ		4000	Africa/Algiers	35.71652	0.75437	220			51			
7376160	Boukaat es Sadnia	boukaat-es-sadnia	DZ		0	Africa/Algiers	36.23967	1.22706		Boka'et es Sa'denia,Boka’et es Sa’dênia,Boukaat es Sadnia		41			
7376339	Boukaat Laïda	boukaat-laida	DZ		0	Africa/Algiers	36.23323	1.22652		Boka'et 'Iaida,Boka’et ’Ïaïda,Boukaat Laida,Boukaat Laïda		41			
7376516	Ouled ’Aoûâda	ouled-aouada	DZ		0	Africa/Algiers	36.18906	1.24813				41			
7376519	Ech Chott	ech-chott	DZ		0	Africa/Algiers	36.18874	1.25497				41			
7376524	Ech Chehaifiya	ech-chehaifiya	DZ		0	Africa/Algiers	36.19872	1.25062		Ech Chehaifiya,Ech Chehaimiva,Ech Chehaïmîva		41			
7376525	El Djriouât	el-djriouat	DZ		0	Africa/Algiers	36.18595	1.20647				41			
7377018	Ech Chnaifiya	ech-chnaifiya	DZ		0	Africa/Algiers	36.24228	1.19747		Ech Chnaifiya,Ech Chnaïfîya		41			
7377020	Ouled S’Bahia	ouled-s-bahia	DZ		0	Africa/Algiers	36.25302	1.20205		Boka'et Ouled es Sbaihiya,Boka’et Ouled es Sbaïhīya,Ouled S'Bahia,Ouled S’Bahia		41			
7377032	El Djoualil	el-djoualil	DZ		0	Africa/Algiers	36.23742	1.18196		El Djoualil,El Djoualîl		41			
7377037	Douar el M’Hane	douar-el-m-hane	DZ		0	Africa/Algiers	36.22542	1.17809		Douar el M'Hane,Douar el Mhane,Douar el Mhâne,Douar el M’Hane		41			
7377412	Douar es Sâïdîa	douar-es-saidia	DZ		0	Africa/Algiers	36.19296	1.17491				41			
7377421	El Harech	el-harech	DZ		0	Africa/Algiers	36.19083	1.14323				41			
7377451	’Amer Abdelkader	amer-abdelkader	DZ		0	Africa/Algiers	36.19494	1.15118				41			
7377586	Douar ech Chouamia	douar-ech-chouamia	DZ		0	Africa/Algiers	36.24448	1.15514		Douar ech Chouaimia,Douar ech Chouamia,Douar ech Chouâïmîa		41			
7377588	Douar ed Dermâliâ	douar-ed-dermalia	DZ		0	Africa/Algiers	36.25545	1.12528				41			
7377589	Douar el Hâdj Khelîfa	douar-el-hadj-khelifa	DZ		0	Africa/Algiers	36.26375	1.10126				41			
7379680	Douar Ouled Habib	douar-ouled-habib	DZ		0	Africa/Algiers	36.18334	1.11895		Douar Ouled Habib,Ouled el Habib,Ouled el Habîb		41			
7379683	El Mecheïria	el-mecheiria	DZ		0	Africa/Algiers	36.18451	1.13298		El Mecheiria,El Mecheïria,El Mechêïria		41			
7379687	Ed Drîzi	ed-drizi	DZ		0	Africa/Algiers	36.19078	1.13209				41			
7379688	En Nouâdji	en-nouadji	DZ		0	Africa/Algiers	36.20603	1.13498				41			
7379691	Chehêdlîa	chehedlia	DZ		0	Africa/Algiers	36.22032	1.14098				41			
7379696	Ben Saïd	ben-said	DZ		0	Africa/Algiers	36.19377	1.10957				41			
7379699	Douar el Mhêdda	douar-el-mhedda	DZ		0	Africa/Algiers	36.18006	1.09906				41			
7379703	Mbârek Mohammed	mbarek-mohammed	DZ		0	Africa/Algiers	36.19043	1.14938				41			
7383929	Lemouafekia	lemouafekia	DZ		0	Africa/Algiers	35.28179	3.46283				22			
7383942	Haouche el Kaid	haouche-el-kaid	DZ		0	Africa/Algiers	35.33438	3.28735				22			
7383968	Gueseria	gueseria	DZ		0	Africa/Algiers	35.45285	3.44051				22			
7388286	Douar Ouled Fares	douar-ouled-fares	DZ		0	Africa/Algiers	36.22967	1.13531		Douar Oueled Fares,Douar Ouled Fares		41			
7388370	Douar Ouled Djillali Ben Yahia	douar-ouled-djillali-ben-yahia	DZ		0	Africa/Algiers	36.22567	1.13913		Douar Ouled Djillali Ben Yahia,Douar Ouled Ldja Ben Yahya		41			
7391903	Ouled bou Absa	ouled-bou-absa	DZ		0	Africa/Algiers	35.7682	0.23513				07			
7391907	Ouled Senoussi	ouled-senoussi	DZ		0	Africa/Algiers	35.76557	0.22622				07			
7391908	Douar en Naïmia	douar-en-naimia	DZ		0	Africa/Algiers	35.77326	0.2412				07			
7391914	Douar Ouled Charef Seghir	douar-ouled-charef-seghir	DZ		0	Africa/Algiers	35.80818	0.23402				07			
7391922	Douar Feghloul	douar-feghloul	DZ		0	Africa/Algiers	35.80378	0.2405				07			
7391930	Douar Ouled Mohammed	douar-ouled-mohammed	DZ		0	Africa/Algiers	35.86613	0.224				07			
7391933	Douar Ouled Chikh	douar-ouled-chikh	DZ		0	Africa/Algiers	35.87418	0.22683				07			
7391936	Doaur Laghouaba	doaur-laghouaba	DZ		0	Africa/Algiers	35.8929	0.23685				07			
7391937	Douar Ouled el Ghali	douar-ouled-el-ghali	DZ		0	Africa/Algiers	35.8971	0.22597				07			
7391984	Douar Ben Sidi Ahmed	douar-ben-sidi-ahmed	DZ		0	Africa/Algiers	35.92868	0.2037				07			
7391988	Douar Ouled Abess	douar-ouled-abess	DZ		0	Africa/Algiers	35.94908	0.20077				07			
7391989	Douar H‘mad	douar-h-mad	DZ		0	Africa/Algiers	35.95763	0.19571				07			
7391997	Laâmamra	laamamra	DZ		0	Africa/Algiers	35.99235	0.24222				07			
7391999	Doaur Bendahmane	doaur-bendahmane	DZ		0	Africa/Algiers	35.9938	0.22359				07			
7392002	Douar Chehaïdia	douar-chehaidia	DZ		0	Africa/Algiers	35.98031	0.2066				07			
7392015	Douar Souabria	douar-souabria	DZ		0	Africa/Algiers	35.96509	0.16084				07			
7392018	Douar Ouled Hamou	douar-ouled-hamou	DZ		0	Africa/Algiers	35.95061	0.17289				07			
7392019	Douar Sidi Amour	douar-sidi-amour	DZ		0	Africa/Algiers	35.957	0.16738				07			
7392025	Lakradcha1	lakradcha1	DZ		0	Africa/Algiers	35.94434	0.16668				07			
7392028	Douar Ouled Kaddour	douar-ouled-kaddour	DZ		0	Africa/Algiers	35.94236	0.16279				07			
7392029	Douar Merzouka	douar-merzouka	DZ		0	Africa/Algiers	35.942	0.18713				07			
7392039	Douar Ksamra	douar-ksamra	DZ		0	Africa/Algiers	35.92733	0.16428				07			
7392041	Douar el Aouamria	douar-el-aouamria	DZ		0	Africa/Algiers	35.92532	0.17709				07			
7392043	Douar Menagueur	douar-menagueur	DZ		0	Africa/Algiers	35.90904	0.1808				07			
7392044	Douar Ameïria	douar-ameiria	DZ		0	Africa/Algiers	35.90415	0.18007				07			
7392048	Douar Ayaïda	douar-ayaida	DZ		0	Africa/Algiers	35.90828	0.17587				07			
7392049	Douar Belaâda	douar-belaada	DZ		0	Africa/Algiers	35.90834	0.16659				07			
7392050	Douar Cheraïria	douar-cherairia	DZ		0	Africa/Algiers	35.91464	0.16422				07			
7392051	Douar Belakhel	douar-belakhel	DZ		0	Africa/Algiers	35.9179	0.16778				07			
7392058	Doaur Nkakaâ	doaur-nkakaa	DZ		0	Africa/Algiers	35.88286	0.2044				07			
7392059	Douar Beni Zeroual	douar-beni-zeroual	DZ		0	Africa/Algiers	35.87727	0.21032				07			
7392073	Douar Ouled Hocine	douar-ouled-hocine	DZ		0	Africa/Algiers	35.85668	0.1831				07			
7392075	Douar el Mghaltia	douar-el-mghaltia	DZ		0	Africa/Algiers	35.86578	0.17498				07			
7392077	Soltane Ben Allou	soltane-ben-allou	DZ		0	Africa/Algiers	35.86419	0.14766				07			
7392081	Ouled Dehbi	ouled-dehbi	DZ		0	Africa/Algiers	35.85338	0.13432				07			
7392082	Douar Ouled Abbas	douar-ouled-abbas	DZ		0	Africa/Algiers	35.85538	0.13795				07			
7392084	Ouled er Rechi	ouled-er-rechi	DZ		0	Africa/Algiers	35.86782	0.1384				07			
7392088	Benzekri Ben Allou	benzekri-ben-allou	DZ		0	Africa/Algiers	35.84253	0.14378				07			
7392091	Haï el Djebel	hai-el-djebel	DZ		0	Africa/Algiers	35.83849	0.12772				07			
7392098	Douar Hamdoud	douar-hamdoud	DZ		0	Africa/Algiers	35.82234	0.07164				07			
7392104	Cité Belle Vue	cite-belle-vue	DZ		0	Africa/Algiers	35.80081	0.05581				07			
7392105	Cité ech Chegga	cite-ech-chegga	DZ		0	Africa/Algiers	35.78751	0.06226				07			
7392129	Dhamchia	dhamchia	DZ		0	Africa/Algiers	35.83062	0.03567				07			
7392130	Dradeb	dradeb	DZ		0	Africa/Algiers	35.83715	0.03759				07			
7392137	Djelaïlia	djelailia	DZ		0	Africa/Algiers	35.84697	0.03738				07			
7392148	Douar Sid el Medjdoub	douar-sid-el-medjdoub	DZ		0	Africa/Algiers	35.84958	0.06548				07			
7392155	El Araïbia	el-araibia	DZ		0	Africa/Algiers	35.8535	0.09962				07			
7392156	El Maâzia	el-maazia	DZ		0	Africa/Algiers	35.86113	0.10182				07			
7392161	Douar el Nadour	douar-el-nadour	DZ		0	Africa/Algiers	35.89538	0.1017				07			
7392179	Bordj Amar	bordj-amar	DZ		0	Africa/Algiers	35.92479	0.09113				07			
7392180	Cité Vingt Août	cite-vingt-aout	DZ		0	Africa/Algiers	35.9241	0.08228				07			
7392181	Cité Cinq Juillet	cite-cinq-juillet	DZ		0	Africa/Algiers	35.91777	0.09435				07			
7392190	Hamou Boutlelis	hamou-boutlelis	DZ		0	Africa/Algiers	35.92569	0.09558				07			
7392192	Zahana Ahmed	zahana-ahmed	DZ		0	Africa/Algiers	35.92499	0.10908				07			
7392193	Djebli Mohamed	djebli-mohamed	DZ		0	Africa/Algiers	35.93454	0.11781				07			
7392195	Cité de Armée de Libération Nationale	cite-de-armee-de-liberation-nationale	DZ		0	Africa/Algiers	35.94347	0.09676				07			
7392197	Diar el Hamma	diar-el-hamma	DZ		0	Africa/Algiers	35.94901	0.0957				07			
7392199	Douar Hchem Fouagua	douar-hchem-fouagua	DZ		0	Africa/Algiers	35.95211	0.10149				07			
7392207	Douar el Blaâda	douar-el-blaada	DZ		0	Africa/Algiers	35.97862	0.13634				07			
7392212	Douar Ouled Henni	douar-ouled-henni	DZ		0	Africa/Algiers	35.96222	0.13891				07			
7392213	Douar Allaoucha	douar-allaoucha	DZ		0	Africa/Algiers	35.95745	0.14339				07			
7392214	Douar Guoumaïdia	douar-guoumaidia	DZ		0	Africa/Algiers	35.95382	0.15807				07			
7392215	Douar Amarna	douar-amarna	DZ		0	Africa/Algiers	35.99697	0.15493				07			
7392219	Douar Zouadnia	douar-zouadnia	DZ		0	Africa/Algiers	35.79179	0.16117				07			
7392221	Douar Ouled Attia	douar-ouled-attia	DZ		0	Africa/Algiers	35.79334	0.1909				07			
7392222	Djdiat	djdiat	DZ		0	Africa/Algiers	35.7557	0.19984				07			
7392223	Douar el Klaouzia	douar-el-klaouzia	DZ		0	Africa/Algiers	35.78061	0.16953				07			
7392224	El Khoddam	el-khoddam	DZ		0	Africa/Algiers	35.76687	0.14988				07			
7392225	Douar ez Zorg	douar-ez-zorg	DZ		0	Africa/Algiers	35.77984	0.12781				07			
7392226	Douar el Khaïlia	douar-el-khailia	DZ		0	Africa/Algiers	35.77026	0.11778				07			
7392230	Kouara	kouara	DZ		0	Africa/Algiers	35.75668	0.0648				07			
7392233	Er Rehahla	er-rehahla	DZ		0	Africa/Algiers	35.80998	0.09959				07			
7392236	Douar el Amaïria	douar-el-amairia	DZ		0	Africa/Algiers	35.79513	0.09311				07			
7392237	El Houamdia	el-houamdia	DZ		0	Africa/Algiers	35.79721	0.11232				07			
7392238	El M’Quardia	el-m-quardia	DZ		0	Africa/Algiers	35.80459	0.11154				07			
7392239	El Bkhaïtia	el-bkhaitia	DZ		0	Africa/Algiers	35.80704	0.11048				07			
7392341	El Mhaïlia	el-mhailia	DZ		0	Africa/Algiers	35.81544	0.10294				07			
7392354	El Guessaïssia	el-guessaissia	DZ		0	Africa/Algiers	35.81283	0.14963				07			
7392445	M’kalich	m-kalich	DZ		0	Africa/Algiers	35.25243	0.02563				26			
7392462	El Krarma	el-krarma	DZ		0	Africa/Algiers	35.27495	0.03612				26			
7392504	Rouadjâ	rouadja	DZ		0	Africa/Algiers	35.27753	0.10328				26			
7392508	Douar Sbabna	douar-sbabna	DZ		0	Africa/Algiers	35.28797	0.11331				26			
7392509	Mezaoul	mezaoul	DZ		0	Africa/Algiers	35.29619	0.10915				26			
7392510	Tkayfia	tkayfia	DZ		0	Africa/Algiers	35.29208	0.08896				26			
7392511	H’miyane	h-miyane	DZ		0	Africa/Algiers	35.28616	0.07753				26			
7392523	Douar Stayta	douar-stayta	DZ		0	Africa/Algiers	35.29163	0.06707				26			
7392540	Douar Sidi Begnane	douar-sidi-begnane	DZ		0	Africa/Algiers	35.25303	0.14171				26			
7392566	Douar Souaouga	douar-souaouga	DZ		0	Africa/Algiers	35.30078	0.14432				26			
7392567	Douar Ouled Hadj Ali	douar-ouled-hadj-ali	DZ		0	Africa/Algiers	35.29571	0.16348				26			
7392568	Douar Ouled el Mahi	douar-ouled-el-mahi	DZ		0	Africa/Algiers	35.2894	0.16376				26			
7392585	Douar Ouled Kebir	douar-ouled-kebir	DZ		0	Africa/Algiers	35.27323	0.20379				26			
7392599	Douar D’gagra	douar-d-gagra	DZ		0	Africa/Algiers	35.29157	0.21153				26			
7392605	Douar Ouled Ghanou	douar-ouled-ghanou	DZ		0	Africa/Algiers	35.32338	0.18541				26			
7392606	Doaur Dadech	doaur-dadech	DZ		0	Africa/Algiers	35.33243	0.19209				26			
7392609	Douar Sidi Tami	douar-sidi-tami	DZ		0	Africa/Algiers	35.33628	0.2263				26			
7392612	Douar Ouled Sidi Tahar	douar-ouled-sidi-tahar	DZ		0	Africa/Algiers	35.35176	0.23261				26			
7392614	Douar Laazara	douar-laazara	DZ		0	Africa/Algiers	35.34183	0.21275				26			
7392615	Douar Brarna	douar-brarna	DZ		0	Africa/Algiers	35.34758	0.18875				26			
7392617	Douar Mkhalif	douar-mkhalif	DZ		0	Africa/Algiers	35.36125	0.19699				26			
7392618	Douar Hafedh	douar-hafedh	DZ		0	Africa/Algiers	35.36089	0.20977				26			
7392621	Douar Ouled Cheikh	douar-ouled-cheikh	DZ		0	Africa/Algiers	35.3354	0.17331				26			
7392623	Douar Ouled M’heni	douar-ouled-m-heni	DZ		0	Africa/Algiers	35.3161	0.14171				26			
7392624	Ouled Boudjahnit	ouled-boudjahnit	DZ		0	Africa/Algiers	35.31763	0.15892				26			
7392626	Douar Ouled el Bachir	douar-ouled-el-bachir	DZ		0	Africa/Algiers	35.32402	0.13898				26			
7392630	Douar Mdjahdia	douar-mdjahdia	DZ		0	Africa/Algiers	35.32692	0.12254				26			
7392634	Nouayri Hamou	nouayri-hamou	DZ		0	Africa/Algiers	35.37693	0.13588				26			
7392649	Douar Arouba	douar-arouba	DZ		0	Africa/Algiers	35.36925	0.06477				26			
7392669	Azayza	azayza	DZ		0	Africa/Algiers	35.36103	0.04363				26			
7392670	Douar M’hani	douar-m-hani	DZ		0	Africa/Algiers	35.37153	0.05355				26			
7392685	Douar Ouled Ben Daha	douar-ouled-ben-daha	DZ		0	Africa/Algiers	35.3808	0.03713				26			
7392711	Lagagda	lagagda	DZ		0	Africa/Algiers	35.41311	0.03111				26			
7392720	Douar Brourate	douar-brourate	DZ		0	Africa/Algiers	35.43982	0.04437				26			
7392752	Cité Ben Djabar	cite-ben-djabar	DZ		0	Africa/Algiers	35.41781	0.11866				26			
7392754	El Klaylia	el-klaylia	DZ		0	Africa/Algiers	35.43714	0.08726				26			
7392768	Cité Boulilif	cite-boulilif	DZ		0	Africa/Algiers	35.38604	0.13709				26			
7392792	Douar el Mkadine	douar-el-mkadine	DZ		0	Africa/Algiers	35.43822	0.15733				26			
7392801	Ouled Sidi Ben Ikhlef	ouled-sidi-ben-ikhlef	DZ		0	Africa/Algiers	35.40237	0.20196				26			
7392815	Douar Ben Yamina	douar-ben-yamina	DZ		0	Africa/Algiers	35.38964	0.21435				26			
7392819	El Gaïdia	el-gaidia	DZ		0	Africa/Algiers	35.40479	0.24839		El Gaidia,El Gaïdia		26			
7392826	Ouled Boukhourse	ouled-boukhourse	DZ		0	Africa/Algiers	35.40733	0.24294				26			
7392837	Kariat Nourdine	kariat-nourdine	DZ		0	Africa/Algiers	35.43951	0.21539				26			
7392842	Ouled Sidi Hacen	ouled-sidi-hacen	DZ		0	Africa/Algiers	35.45181	0.22911				26			
7392897	Douar Ouled Sidi el Hachem	douar-ouled-sidi-el-hachem	DZ		0	Africa/Algiers	35.44604	0.1769				26			
7392918	Douar Aïn Bouhlila	douar-ain-bouhlila	DZ		0	Africa/Algiers	35.46049	0.15862				26			
7392922	Douar Tiayba	douar-tiayba	DZ		0	Africa/Algiers	35.44225	0.13368				26			
7392941	Chabet Bahlout	chabet-bahlout	DZ		0	Africa/Algiers	35.49572	0.16068				26			
7392962	Ahsounal	ahsounal	DZ		0	Africa/Algiers	35.44589	0.09086				26			
7392988	Douar Ouled Hamou	douar-ouled-hamou	DZ		0	Africa/Algiers	35.45127	0.01507				26			
7392990	Dour Ouled Aïssa	dour-ouled-aissa	DZ		0	Africa/Algiers	35.46229	0.00559				26			
7392992	Douar Maftah	douar-maftah	DZ		0	Africa/Algiers	35.47096	0.00575				26			
7392993	Douar Magaza	douar-magaza	DZ		0	Africa/Algiers	35.47677	0.00422				26			
7393033	Douar el Kratite	douar-el-kratite	DZ		0	Africa/Algiers	35.50993	0.26728				26			
7393035	Douar el Ababsa	douar-el-ababsa	DZ		0	Africa/Algiers	35.51167	0.25365				26			
7393050	Douar Kerarma	douar-kerarma	DZ		0	Africa/Algiers	35.53078	0.27994				26			
7393081	Douar Ouled Tayeb	douar-ouled-tayeb	DZ		0	Africa/Algiers	35.56448	0.25859				26			
7393096	Douar Zerama	douar-zerama	DZ		0	Africa/Algiers	35.50348	0.34998				26			
7393100	Douar Zâagane	douar-zaagane	DZ		0	Africa/Algiers	35.52751	0.34633				26			
7393107	Douar Ouled Boussetta	douar-ouled-boussetta	DZ		0	Africa/Algiers	35.5193	0.36939				26			
7393120	Douar Tafrente	douar-tafrente	DZ		0	Africa/Algiers	35.54109	0.34825				26			
7393121	Douar Ouled Benaïssa	douar-ouled-benaissa	DZ		0	Africa/Algiers	35.54566	0.34873				26			
7393125	Douar Ettarch	douar-ettarch	DZ		0	Africa/Algiers	35.51999	0.38794				26			
7393173	El Hara	el-hara	DZ		0	Africa/Algiers	35.5674	0.37998				26			
7393174	Douar Boualem	douar-boualem	DZ		0	Africa/Algiers	35.54331	0.40455				26			
7393248	Ouled Bechachma	ouled-bechachma	DZ		0	Africa/Algiers	35.6285	0.41864				51			
7393254	Douar el Kdadra	douar-el-kdadra	DZ		0	Africa/Algiers	35.61535	0.37287				51			
7393288	Douar ed Derdja	douar-ed-derdja	DZ		0	Africa/Algiers	35.60591	0.3553				51			
7393289	Douar Ain Makrouba	douar-ain-makrouba	DZ		0	Africa/Algiers	35.61584	0.36159				51			
7393290	Douar es Smaikia	douar-es-smaikia	DZ		0	Africa/Algiers	35.61504	0.34293				51			
7393292	Douar el Djadid	douar-el-djadid	DZ		0	Africa/Algiers	35.62676	0.34867				51			
7393304	Douar Zouia	douar-zouia	DZ		0	Africa/Algiers	35.60352	0.31345				51			
7393313	Douar el Azaizia	douar-el-azaizia	DZ		0	Africa/Algiers	35.58007	0.30273				51			
7393334	Douar Berrouane	douar-berrouane	DZ		0	Africa/Algiers	35.59314	0.29614				51			
7393337	Douar el Ghlâa	douar-el-ghlaa	DZ		0	Africa/Algiers	35.6097	0.27055				26			
7393341	Douar el Djouaouda	douar-el-djouaouda	DZ		0	Africa/Algiers	35.64128	0.30358				51			
7393347	Douar el Matmar	douar-el-matmar	DZ		0	Africa/Algiers	35.65759	0.29136				51			
7393354	Douar Ouled Boughni	douar-ouled-boughni	DZ		0	Africa/Algiers	35.67136	0.28198				51			
7393367	Douar Sidi Mâamar	douar-sidi-maamar	DZ		0	Africa/Algiers	35.64268	0.31201				51			
7393391	Douar el Ghenaissia	douar-el-ghenaissia	DZ		0	Africa/Algiers	35.65543	0.31774				51			
7393392	Douar el Houana	douar-el-houana	DZ		0	Africa/Algiers	35.66568	0.33743		Douar el Haonana,Douar el Houana		51			
7393683	Aïn es Serra	ain-es-serra	DZ		0	Africa/Algiers	27.8835	-7.843				54			
7407048	Douar Ouled Cheikh	douar-ouled-cheikh	DZ		0	Africa/Algiers	35.67284	0.32793				51			
7407055	Douar Meghana	douar-meghana	DZ		0	Africa/Algiers	35.67483	0.3571				51			
7407057	Douar Sidi Sâada	douar-sidi-saada	DZ		0	Africa/Algiers	35.67289	0.35254				51			
7407062	Fghaïlia	fghailia	DZ		0	Africa/Algiers	35.65082	0.3873				51			
7407070	Er Rouama	er-rouama	DZ		0	Africa/Algiers	35.66288	0.40961				51			
7407071	Menahsia	menahsia	DZ		0	Africa/Algiers	35.6592	0.39222				51			
7407079	El Amarnia	el-amarnia	DZ		0	Africa/Algiers	35.68061	0.42674				51			
7407081	Betioua	betioua	DZ		0	Africa/Algiers	35.68887	0.39689				51			
7407089	Houaoua	houaoua	DZ		0	Africa/Algiers	35.64185	0.44242				51			
7407092	Bazid	bazid	DZ		0	Africa/Algiers	35.6551	0.44566				51			
7407099	Baghadid	baghadid	DZ		0	Africa/Algiers	35.6785	0.46989				51			
7407106	Nouaya	nouaya	DZ		0	Africa/Algiers	35.63231	0.47532				51			
7407110	Baâtioh	baatioh	DZ		0	Africa/Algiers	35.65031	0.47946				51			
7407114	El Araba	el-araba	DZ		0	Africa/Algiers	35.65709	0.46515				51			
7407115	Chaïta Oumeur	chaita-oumeur	DZ		0	Africa/Algiers	35.654	0.47308				51			
7407150	Chouarfa	chouarfa	DZ		0	Africa/Algiers	35.70867	0.41711				51			
7407193	Brerma	brerma	DZ		0	Africa/Algiers	35.72338	0.39451				51			
7407195	Boukerouas	boukerouas	DZ		0	Africa/Algiers	35.72387	0.39904				51			
7407212	Chenaïnia	chenainia	DZ		0	Africa/Algiers	35.70759	0.38585				51			
7407221	Douar H’djaidja	douar-h-djaidja	DZ		0	Africa/Algiers	35.70043	0.34471				51			
7407226	Abdallah Mâhieddine	abdallah-mahieddine	DZ		0	Africa/Algiers	35.73067	0.35695				51			
7407232	Douar Soltana	douar-soltana	DZ		0	Africa/Algiers	35.74522	0.34875				51			
7407234	Douar Ouled Raglesse	douar-ouled-raglesse	DZ		0	Africa/Algiers	35.74724	0.35065				51			
7407240	Douar el Kdadra	douar-el-kdadra	DZ		0	Africa/Algiers	35.73641	0.33982				51			
7407250	Douar el H’ouaidya	douar-el-h-ouaidya	DZ		0	Africa/Algiers	35.71078	0.31407				51			
7407252	Douar Ouled es Safi	douar-ouled-es-safi	DZ		0	Africa/Algiers	35.72889	0.32648				51			
7407255	Douar el Athmania	douar-el-athmania	DZ		0	Africa/Algiers	35.72149	0.33209				51			
7407256	Douar el Djlalda	douar-el-djlalda	DZ		0	Africa/Algiers	35.72416	0.31888				51			
7407257	Douar el Grairia	douar-el-grairia	DZ		0	Africa/Algiers	35.73754	0.32252				51			
7407265	Douar Ouled Ouâli	douar-ouled-ouali	DZ		0	Africa/Algiers	35.70019	0.2937				51			
7407269	Douar el Aabaidya	douar-el-aabaidya	DZ		0	Africa/Algiers	35.70112	0.26617				51			
7407278	Douar el Htatba	douar-el-htatba	DZ		0	Africa/Algiers	35.72897	0.30813				51			
7407281	Douar Ouled Sidi Ouis	douar-ouled-sidi-ouis	DZ		0	Africa/Algiers	35.74684	0.30283				51			
7407284	Douar Ouled Yâala	douar-ouled-yaala	DZ		0	Africa/Algiers	35.73475	0.2764				51			
7407285	Douar Ouled Ben Abdallah	douar-ouled-ben-abdallah	DZ		0	Africa/Algiers	35.72473	0.26443				51			
7407286	Douar el H’maidia	douar-el-h-maidia	DZ		0	Africa/Algiers	35.72453	0.27785				51			
7407290	Douar el Athmania	douar-el-athmania	DZ		0	Africa/Algiers	35.72089	0.27381				51			
7407326	Sidi Bousaïd	sidi-bousaid	DZ		0	Africa/Algiers	35.29041	0.29531		Sidi Bousaid,Sidi Bousaïd		26			
7407332	Douar Ouled Kheïra	douar-ouled-kheira	DZ		0	Africa/Algiers	35.28589	0.3135				26			
7407375	Douar Ladjouad	douar-ladjouad	DZ		0	Africa/Algiers	35.26874	0.30968				26			
7407419	DouarHdjaybia	douarhdjaybia	DZ		0	Africa/Algiers	35.26137	0.37517	1			26			
7407442	Douar Ouled Saïd	douar-ouled-said	DZ		0	Africa/Algiers	35.27983	0.37898				26			
7407632	Traante	traante	DZ		0	Africa/Algiers	35.30676	0.40965				26			
7409254	Douar Korachi	douar-korachi	DZ		0	Africa/Algiers	35.32047	0.48702				26			
7409393	Douar Ouled Bouaza	douar-ouled-bouaza	DZ		0	Africa/Algiers	35.34505	0.46555				26			
7409399	Douar Ouled Ben Mokhtar	douar-ouled-ben-mokhtar	DZ		0	Africa/Algiers	35.35926	0.44475				26			
7409441	Douar Menassria	douar-menassria	DZ		0	Africa/Algiers	35.33018	0.37353				26			
7409477	Douar Ouled Abderrahmane	douar-ouled-abderrahmane	DZ		0	Africa/Algiers	35.35068	0.40643				26			
7409646	Douar Ouled Hadj Dabou	douar-ouled-hadj-dabou	DZ		0	Africa/Algiers	35.33232	0.41891				26			
7409656	Douar Ouled Beldjilali	douar-ouled-beldjilali	DZ		0	Africa/Algiers	35.37325	0.42084				26			
7409657	Douar Rmaylia	douar-rmaylia	DZ		0	Africa/Algiers	35.37682	0.43559				26			
7409688	Douar Ouled Bouyakh	douar-ouled-bouyakh	DZ		0	Africa/Algiers	35.36375	0.33581				26			
7409705	El Haouyate	el-haouyate	DZ		0	Africa/Algiers	35.3184	0.25821				26			
7409709	Douar Shaline	douar-shaline	DZ		0	Africa/Algiers	35.35698	0.25439				26			
7409710	Douar Ouled Ammar	douar-ouled-ammar	DZ		0	Africa/Algiers	35.37025	0.27365				26			
7409713	Douar Mzaïnia	douar-mzainia	DZ		0	Africa/Algiers	35.39473	0.2566				26			
7409714	Douar Gadia	douar-gadia	DZ		0	Africa/Algiers	35.40505	0.25377				26			
7409743	Douar M’hamda	douar-m-hamda	DZ		0	Africa/Algiers	35.43312	0.2862				26			
7409744	Douar Ouled el Khamsa	douar-ouled-el-khamsa	DZ		0	Africa/Algiers	35.41615	0.27892				26			
7409745	Douar Ouled Miloud	douar-ouled-miloud	DZ		0	Africa/Algiers	35.37729	0.27876				26			
7409754	Douar Ouled Ben Sadet	douar-ouled-ben-sadet	DZ		0	Africa/Algiers	35.44067	0.36482				26			
7409756	Douar Tabiche	douar-tabiche	DZ		0	Africa/Algiers	35.42646	0.35435				26			
7409758	Douar Ouled Daoud	douar-ouled-daoud	DZ		0	Africa/Algiers	35.39894	0.37612				26			
7410518	Douar Ouled el Hadj	douar-ouled-el-hadj	DZ		0	Africa/Algiers	35.39603	0.37982				26			
7410519	Douar Ouled Yahia	douar-ouled-yahia	DZ		0	Africa/Algiers	35.39643	0.40005				26			
7410522	Douar Mgadiche	douar-mgadiche	DZ		0	Africa/Algiers	35.42079	0.38706				26			
7410526	Douar Gouatis	douar-gouatis	DZ		0	Africa/Algiers	35.43241	0.40218				26			
7410527	Douar Tmaznia	douar-tmaznia	DZ		0	Africa/Algiers	35.43557	0.43144				26			
7410530	Douar Ben Amar	douar-ben-amar	DZ		0	Africa/Algiers	35.40614	0.41996				26			
7410531	Douar Rmaïkia	douar-rmaikia	DZ		0	Africa/Algiers	35.39365	0.42166				26			
7410536	Douar el Houarach	douar-el-houarach	DZ		0	Africa/Algiers	35.37724	0.44122				26			
7410543	Douar Ouled Chanouf	douar-ouled-chanouf	DZ		0	Africa/Algiers	35.40254	0.44523				26			
7410544	Chakarna	chakarna	DZ		0	Africa/Algiers	35.41103	0.45234				26			
7410549	Douar Tabiche	douar-tabiche	DZ		0	Africa/Algiers	35.42938	0.47045				26			
7410598	Douar Ouled Kada	douar-ouled-kada	DZ		0	Africa/Algiers	35.47146	0.49434				26			
7410615	Douar Shaïlia	douar-shailia	DZ		0	Africa/Algiers	35.44751	0.39559				26			
7410618	El Houadef	el-houadef	DZ		0	Africa/Algiers	35.46235	0.39963				26			
7410635	Douar Rguib	douar-rguib	DZ		0	Africa/Algiers	35.49274	0.39121				26			
7410645	Douar Krabchia	douar-krabchia	DZ		0	Africa/Algiers	35.44904	0.33636				26			
7410646	Douar Hazouti	douar-hazouti	DZ		0	Africa/Algiers	35.46323	0.33434				26			
7410655	Douar Abadlia	douar-abadlia	DZ		0	Africa/Algiers	35.47293	0.34905				26			
7410661	Douar Ouled Tilayane	douar-ouled-tilayane	DZ		0	Africa/Algiers	35.48688	0.31364				26			
7410664	Douar Laamaria	douar-laamaria	DZ		0	Africa/Algiers	35.445	0.31627				26			
7410665	Douar Laraïssia	douar-laraissia	DZ		0	Africa/Algiers	35.46101	0.32949				26			
7410670	Douar Ghraïbia	douar-ghraibia	DZ		0	Africa/Algiers	35.45875	0.2691				26			
7410688	Douar Abdellah Ben Aïssa	douar-abdellah-ben-aissa	DZ		0	Africa/Algiers	35.4923	0.25927				26			
7410692	Douar Ouled M’barek	douar-ouled-m-barek	DZ		0	Africa/Algiers	35.45422	0.26133				26			
7411200	Douar Terfes	douar-terfes	DZ		0	Africa/Algiers	35.7508	0.26329				07			
7411203	Douar el Djeraïria	douar-el-djerairia	DZ		0	Africa/Algiers	35.75992	0.26574				07			
7411204	Roualize	roualize	DZ		0	Africa/Algiers	35.76223	0.25706				07			
7411205	Douar Benikthir	douar-benikthir	DZ		0	Africa/Algiers	35.75536	0.28206				51			
7411207	Douar Zouâria	douar-zouaria	DZ		0	Africa/Algiers	35.77326	0.27755				07			
7411219	Chabet Aïn el Haloufa	chabet-ain-el-haloufa	DZ		0	Africa/Algiers	35.77674	0.28309				07			
7411221	Douar el Aouaïcia	douar-el-aouaicia	DZ		0	Africa/Algiers	35.78498	0.28667				07			
7411222	Douar el Hellaïlia	douar-el-hellailia	DZ		0	Africa/Algiers	35.7889	0.27329				07			
7411225	Douar Ouled Youcef	douar-ouled-youcef	DZ		0	Africa/Algiers	35.79061	0.25489				07			
7411226	Douar el Haraoui	douar-el-haraoui	DZ		0	Africa/Algiers	35.79956	0.27381				07			
7411232	Adda Ouled Kaddour	adda-ouled-kaddour	DZ		0	Africa/Algiers	35.8146	0.25416				07			
7411233	Douar Fatmia	douar-fatmia	DZ		0	Africa/Algiers	35.82008	0.27619				07			
7411234	Douar Abadlia	douar-abadlia	DZ		0	Africa/Algiers	35.81631	0.28307				07			
7411235	Bel Laghouati	bel-laghouati	DZ		0	Africa/Algiers	35.81874	0.29067				07			
7411239	Douar es Soualmia	douar-es-soualmia	DZ		0	Africa/Algiers	35.77215	0.32257				51			
7411241	Douar el Kerarib	douar-el-kerarib	DZ		0	Africa/Algiers	35.75908	0.32763				51			
7411244	Douar ed Doueïdia	douar-ed-doueidia	DZ		0	Africa/Algiers	35.76145	0.35276				51			
7411245	Redjim en Nessara	redjim-en-nessara	DZ		0	Africa/Algiers	35.76709	0.34873				51			
7411290	Douar es Slemnia	douar-es-slemnia	DZ		0	Africa/Algiers	35.79408	0.36869				51			
7411295	Douar el Bouaïchia	douar-el-bouaichia	DZ		0	Africa/Algiers	35.79997	0.34335				51			
7411301	Sfissfa	sfissfa	DZ		0	Africa/Algiers	35.81812	0.31481				07			
7411302	Douar Ouled Dani	douar-ouled-dani	DZ		0	Africa/Algiers	35.80768	0.33854				07			
7411304	Douar Ouled Ben Youcef	douar-ouled-ben-youcef	DZ		0	Africa/Algiers	35.81864	0.34852				07			
7415249	Douar el Bouazid	douar-el-bouazid	DZ		0	Africa/Algiers	35.77007	0.37732				51			
7415250	Douar Ouled Sidi Bouzid	douar-ouled-sidi-bouzid	DZ		0	Africa/Algiers	35.77301	0.38129				51			
7415252	Douar Hemaïdia	douar-hemaidia	DZ		0	Africa/Algiers	35.77836	0.39183				51			
7415254	Douar Tahamda	douar-tahamda	DZ		0	Africa/Algiers	35.78267	0.40252				51			
7415261	Douar Sidi Tahar	douar-sidi-tahar	DZ		0	Africa/Algiers	35.79154	0.41066				51			
7415267	Douar el Bouazid	douar-el-bouazid	DZ		0	Africa/Algiers	35.80351	0.4234				51			
7415335	Douar Rehaïlia	douar-rehailia	DZ		0	Africa/Algiers	35.77556	0.48949				51			
7415337	Douar Rehaïllia	douar-rehaillia	DZ		0	Africa/Algiers	35.75649	0.48807				51			
7415373	Douar Braïkia	douar-braikia	DZ		0	Africa/Algiers	35.8518	0.44718				07			
7415383	Douar Zehahfa	douar-zehahfa	DZ		0	Africa/Algiers	35.82635	0.39634				07			
7415386	El Kadjaa	el-kadjaa	DZ		0	Africa/Algiers	35.84547	0.41634				07			
7415387	Medenneg Narou	medenneg-narou	DZ		0	Africa/Algiers	35.85189	0.42693				07			
7415454	Douar Ouled el Mokhtar	douar-ouled-el-mokhtar	DZ		0	Africa/Algiers	35.86743	0.37007				07			
7415455	Douar Ouled Sidi Youcef	douar-ouled-sidi-youcef	DZ		0	Africa/Algiers	35.8783	0.35374				07			
7415457	Douar Minenda	douar-minenda	DZ		0	Africa/Algiers	35.87111	0.33886				07			
7415458	Douar el Khouaddem	douar-el-khouaddem	DZ		0	Africa/Algiers	35.84864	0.33818				07			
7415459	Souaflia	souaflia	DZ		0	Africa/Algiers	35.85312	0.3254		Souaflia		07			
7415462	Douar Ouled Mehidi	douar-ouled-mehidi	DZ		0	Africa/Algiers	35.83263	0.32128				07			
7415464	Douar Draïria	douar-drairia	DZ		0	Africa/Algiers	35.82362	0.2942				07			
7415465	Douar Drahim	douar-drahim	DZ		0	Africa/Algiers	35.83602	0.29949				07			
7415467	Douar Bekakcha	douar-bekakcha	DZ		0	Africa/Algiers	35.83429	0.28672				07			
7415592	Douar Zaïmia	douar-zaimia	DZ		0	Africa/Algiers	35.87774	0.25475				07			
7415598	Douar Htatba	douar-htatba	DZ		0	Africa/Algiers	35.83958	0.24986				07			
7415600	Douar Saaidia	douar-saaidia	DZ		0	Africa/Algiers	35.90143	0.25665				07			
7415606	Douar Chaib Drâa	douar-chaib-draa	DZ		0	Africa/Algiers	35.90741	0.27577				07			
7415609	Douar Chailia	douar-chailia	DZ		0	Africa/Algiers	35.91848	0.26922				07			
7415610	Douar Khedaichia	douar-khedaichia	DZ		0	Africa/Algiers	35.92588	0.25115				07			
7415611	Douar Menad	douar-menad	DZ		0	Africa/Algiers	35.93024	0.28114				07			
7415612	Douar Chaïdia	douar-chaidia	DZ		0	Africa/Algiers	35.88821	0.27136				07			
7415615	Douar Sidi Ahmed	douar-sidi-ahmed	DZ		0	Africa/Algiers	35.88918	0.31162				07			
7415620	Douar Dehadif	douar-dehadif	DZ		0	Africa/Algiers	35.93518	0.29008				07			
7415621	Douar Graoucha	douar-graoucha	DZ		0	Africa/Algiers	35.93126	0.31461				07			
7415622	Douar Nouasria	douar-nouasria	DZ		0	Africa/Algiers	35.91076	0.33385				07			
7415628	Ouled Boukar	ouled-boukar	DZ		0	Africa/Algiers	35.88991	0.3984				07			
7415630	Douar Slemnia	douar-slemnia	DZ		0	Africa/Algiers	35.91545	0.39589				07			
7415634	Douar Bel Abes	douar-bel-abes	DZ		0	Africa/Algiers	35.94476	0.38114				07			
7415637	El Arabaa	el-arabaa	DZ		0	Africa/Algiers	35.94694	0.41825				07			
7415638	Ouled Slemnia	ouled-slemnia	DZ		0	Africa/Algiers	35.9414	0.41934				07			
7415640	Douar Ouled el Arbi	douar-ouled-el-arbi	DZ		0	Africa/Algiers	35.93243	0.41627				07			
7415646	Douar Selatnia	douar-selatnia	DZ		0	Africa/Algiers	35.92517	0.49543				51			
7415647	Outiatte Sidi Abida	outiatte-sidi-abida	DZ		0	Africa/Algiers	35.9219	0.48027				51			
7415648	Douar Zbaïdia	douar-zbaidia	DZ		0	Africa/Algiers	35.91442	0.48213				51			
7415656	Douar Dramidj	douar-dramidj	DZ		0	Africa/Algiers	35.97695	0.47203				51			
7415660	Douar Tehaïmia	douar-tehaimia	DZ		0	Africa/Algiers	35.9915	0.49212				07			
7415667	Douar Ouled Sidi Bouzid	douar-ouled-sidi-bouzid	DZ		0	Africa/Algiers	35.95023	0.45129				51			
7415671	Douar Beni Yefrene	douar-beni-yefrene	DZ		0	Africa/Algiers	35.97566	0.40776				07			
7415673	Douar Ouled Ben Tahar	douar-ouled-ben-tahar	DZ		0	Africa/Algiers	35.99785	0.41996				07			
7415674	Douar Mouaïcia	douar-mouaicia	DZ		0	Africa/Algiers	35.99587	0.4249				07			
7415678	Zaouiat el Hadj Belahouel	zaouiat-el-hadj-belahouel	DZ		0	Africa/Algiers	35.96769	0.39191				07			
7415679	Douar el Amamra	douar-el-amamra	DZ		0	Africa/Algiers	35.96365	0.38367				07			
7415682	Douar Ouled Mohammed	douar-ouled-mohammed	DZ		0	Africa/Algiers	35.95334	0.36055				07			
7415683	Douar Ouled Bou Rass	douar-ouled-bou-rass	DZ		0	Africa/Algiers	35.96757	0.33908				07			
7415684	Douar Bou Guenoune	douar-bou-guenoune	DZ		0	Africa/Algiers	35.99267	0.34753				07			
7415691	Douar Khoussa	douar-khoussa	DZ		0	Africa/Algiers	35.95148	0.25945				07			
7415692	Douar Mouafka	douar-mouafka	DZ		0	Africa/Algiers	35.95468	0.28031				07			
7415693	Douar Kessasra	douar-kessasra	DZ		0	Africa/Algiers	35.9493	0.29345				07			
7415694	Douar Ghzilate	douar-ghzilate	DZ		0	Africa/Algiers	35.96438	0.29923				07			
7416179	Douar Ben Bouziane	douar-ben-bouziane	DZ		0	Africa/Algiers	35.5637	0.75586				51			
7416257	Tirasse Sbaâ	tirasse-sbaa	DZ		0	Africa/Algiers	35.52211	0.78468				51			
7416349	Douar Ouled Ziane	douar-ouled-ziane	DZ		0	Africa/Algiers	35.5252	0.81939				51			
7416367	Douar Chaâchaïaâ	douar-chaachaiaa	DZ		0	Africa/Algiers	35.53991	0.82893				51			
7416380	Douar Soudjarara	douar-soudjarara	DZ		0	Africa/Algiers	35.55888	0.87199				51			
7416405	Douar Mehata	douar-mehata	DZ		0	Africa/Algiers	35.52482	0.8565				51			
7416423	Douar Mehargua	douar-mehargua	DZ		0	Africa/Algiers	35.52146	0.89095				51			
7416451	Touayedj	touayedj	DZ		0	Africa/Algiers	35.53058	0.89199				51			
7416468	Cheragua	cheragua	DZ		0	Africa/Algiers	35.54486	0.91732				51			
7416470	El M’Chatta	el-m-chatta	DZ		0	Africa/Algiers	35.53247	0.93822				13			
7416479	Douar Chenenffa	douar-chenenffa	DZ		0	Africa/Algiers	35.51583	0.93852				13			
7416497	El Adaïda	el-adaida	DZ		0	Africa/Algiers	35.55385	0.94833				51			
7416504	Douar Louabed	douar-louabed	DZ		0	Africa/Algiers	35.55802	0.96876				13			
7416515	Ouled Ben Saïd	ouled-ben-said	DZ		0	Africa/Algiers	35.50826	0.98725				13			
7417124	Merergua	merergua	DZ		0	Africa/Algiers	35.57798	0.97538				51			
7417240	Sradje	sradje	DZ		0	Africa/Algiers	35.57299	0.8716				51			
7417260	Douar Zeguaïguia	douar-zeguaiguia	DZ		0	Africa/Algiers	35.6203	0.85612				51			
7417287	Douar Laâssaylia	douar-laassaylia	DZ		0	Africa/Algiers	35.57554	0.81877				51			
7417290	Douar Ouled Ouadhah	douar-ouled-ouadhah	DZ		0	Africa/Algiers	35.61223	0.82937				51			
7417301	Douar Ouled Ben Aâdda	douar-ouled-ben-aadda	DZ		0	Africa/Algiers	35.58311	0.80306				51			
7417304	Douar Ouled Kaddour	douar-ouled-kaddour	DZ		0	Africa/Algiers	35.5687	0.79661				51			
7417334	Douar M’Naïnia	douar-m-nainia	DZ		0	Africa/Algiers	35.62461	0.7591				51			
7417345	Douar Ouled Tayeb	douar-ouled-tayeb	DZ		0	Africa/Algiers	35.59479	0.76174				51			
7417381	Douar Chaïria	douar-chairia	DZ		0	Africa/Algiers	35.67714	0.79709				51			
7417384	Douar Fedaïlia	douar-fedailia	DZ		0	Africa/Algiers	35.63235	0.82812				51			
7417386	Douar Ouled Ameur	douar-ouled-ameur	DZ		0	Africa/Algiers	35.63923	0.81063				51			
7417388	Douar el Fedaïlia	douar-el-fedailia	DZ		0	Africa/Algiers	35.63638	0.80483				51			
7417390	Douar Touahria	douar-touahria	DZ		0	Africa/Algiers	35.67277	0.80752				51			
7417391	Douar Ouled Adda	douar-ouled-adda	DZ		0	Africa/Algiers	35.6806	0.80207				51			
7417393	Douar Ouled Ben Yamina	douar-ouled-ben-yamina	DZ		0	Africa/Algiers	35.6343	0.85122				51			
7417402	Douar Ouled Azzouz	douar-ouled-azzouz	DZ		0	Africa/Algiers	35.66779	0.82777				51			
7417418	Bou Maâza	bou-maaza	DZ		0	Africa/Algiers	35.65105	0.86087				51			
7417432	Douar Sidi Lazreg	douar-sidi-lazreg	DZ		0	Africa/Algiers	35.66429	0.90194				51			
7417435	Douar Rhahla	douar-rhahla	DZ		0	Africa/Algiers	35.68891	0.88606				51			
7417446	Douar Ouled Boualem	douar-ouled-boualem	DZ		0	Africa/Algiers	35.68064	0.93664				51			
7417450	Douar Ouled Hadj Rached	douar-ouled-hadj-rached	DZ		0	Africa/Algiers	35.65979	0.92309				51			
7417518	Douar Khouadjlia	douar-khouadjlia	DZ		0	Africa/Algiers	35.64811	0.93763				51			
7417522	Lehoudef	lehoudef	DZ		0	Africa/Algiers	35.63707	0.97095				51			
7417525	Douar Ouled Djilali	douar-ouled-djilali	DZ		0	Africa/Algiers	35.65559	0.95728				51			
7417534	Douar Ouled Saïd	douar-ouled-said	DZ		0	Africa/Algiers	35.66996	0.95304				51			
7417535	Douar Fraïhia	douar-fraihia	DZ		0	Africa/Algiers	35.67221	0.96662				51			
7417571	Douar Zerarga	douar-zerarga	DZ		0	Africa/Algiers	35.7359	0.99782				51			
7417582	Douar Laâbaydia	douar-laabaydia	DZ		0	Africa/Algiers	35.7401	0.96823				51			
7417622	Douar Laâmamria	douar-laamamria	DZ		0	Africa/Algiers	35.7462	0.9073				51			
7417629	Douar Laâmarnia	douar-laamarnia	DZ		0	Africa/Algiers	35.71769	0.90635				51			
7417630	Douar Chouala	douar-chouala	DZ		0	Africa/Algiers	35.71145	0.84889				51			
7417632	Douar Bou Ferious	douar-bou-ferious	DZ		0	Africa/Algiers	35.74131	0.86736				51			
7417645	Douar K Dara	douar-k-dara	DZ		0	Africa/Algiers	35.74733	0.82478				51			
7417646	Douar Chouaria	douar-chouaria	DZ		0	Africa/Algiers	35.72046	0.81345				51			
7417649	Douar Zouatnia	douar-zouatnia	DZ		0	Africa/Algiers	35.71604	0.80985				51			
7417650	Douar Aougbia	douar-aougbia	DZ		0	Africa/Algiers	35.71708	0.80609				51			
7417652	Bou Maâzoula	bou-maazoula	DZ		0	Africa/Algiers	35.69739	0.78856				51			
7417653	Douar Ras el Ançor	douar-ras-el-ancor	DZ		0	Africa/Algiers	35.72513	0.79467				51			
7417688	Laabadlia	laabadlia	DZ		0	Africa/Algiers	35.74914	0.78074				51			
7417691	Raghaïdia	raghaidia	DZ		0	Africa/Algiers	35.80098	0.75583				51			
7417693	Houaoucha	houaoucha	DZ		0	Africa/Algiers	35.76067	0.80067				51			
7417699	Mrabtine	mrabtine	DZ		0	Africa/Algiers	35.80682	0.78259				51			
7417839	Douar Saaïdia	douar-saaidia	DZ		0	Africa/Algiers	35.75055	0.83123				51			
7417840	Ghedhadhaba	ghedhadhaba	DZ		0	Africa/Algiers	35.75445	0.82342				51			
7417842	Saaïdia	saaidia	DZ		0	Africa/Algiers	35.76314	0.83417				51			
7417849	Rouachdia	rouachdia	DZ		0	Africa/Algiers	35.77992	0.84557				51			
7417854	El Khoddam	el-khoddam	DZ		0	Africa/Algiers	35.79527	0.83916				51			
7417857	El Amamra	el-amamra	DZ		0	Africa/Algiers	35.79137	0.85879				51			
7417861	Mahadnia	mahadnia	DZ		0	Africa/Algiers	35.8223	0.85176				51			
7417862	Lemmalek	lemmalek	DZ		0	Africa/Algiers	35.80594	0.84656				51			
7417864	Mehadnia	mehadnia	DZ		0	Africa/Algiers	35.80139	0.85778				51			
7417886	El Zebabja	el-zebabja	DZ		0	Africa/Algiers	35.78985	0.89675				51			
7417913	El Helaïlia	el-helailia	DZ		0	Africa/Algiers	35.77935	0.92524				51			
7417920	El Kaâkha	el-kaakha	DZ		0	Africa/Algiers	35.76812	0.93523				51			
7417932	Douar el Gouaïlia	douar-el-gouailia	DZ		0	Africa/Algiers	35.75373	0.95488				51			
7417943	El Touaiene	el-touaiene	DZ		0	Africa/Algiers	35.75498	0.97244				51			
7417966	Chouaref	chouaref	DZ		0	Africa/Algiers	35.81273	0.96303				51			
7417978	Sehama	sehama	DZ		0	Africa/Algiers	35.80065	0.98973				51			
7418074	Serarha	serarha	DZ		0	Africa/Algiers	35.85952	0.95222				51			
7418086	El Hattatba	el-hattatba	DZ		0	Africa/Algiers	35.83822	0.9555				51			
7418097	El Medjamdia	el-medjamdia	DZ		0	Africa/Algiers	35.82654	0.91989				51			
7418116	Ouled Ben Yatto	ouled-ben-yatto	DZ		0	Africa/Algiers	35.83006	0.86352				51			
7418117	Serardja	serardja	DZ		0	Africa/Algiers	35.84094	0.8573				51			
7418118	Ouled Hadj Kaddour	ouled-hadj-kaddour	DZ		0	Africa/Algiers	35.84417	0.8657				51			
7418119	Lakbar	lakbar	DZ		0	Africa/Algiers	35.84841	0.85641				51			
7418124	Lefgaïg	lefgaig	DZ		0	Africa/Algiers	35.83928	0.82096				51			
7418139	Sidi Zaghloul	sidi-zaghloul	DZ		0	Africa/Algiers	35.95912	0.7531				51			
7418180	Mechtat Chaaba el Hamra	mechtat-chaaba-el-hamra	DZ		0	Africa/Algiers	35.93079	0.85241				51			
7418191	Mechtat Rtaïmia	mechtat-rtaimia	DZ		0	Africa/Algiers	35.9409	0.87836				51			
7418259	Douar Ahl Graïne	douar-ahl-graine	DZ		0	Africa/Algiers	35.98516	0.84186				51			
7418266	Haï Chouhada	hai-chouhada	DZ		0	Africa/Algiers	35.98205	0.91142				51			
7418268	Ouamria	ouamria	DZ		0	Africa/Algiers	35.95339	0.91918				51			
7418269	Lebaïch	lebaich	DZ		0	Africa/Algiers	35.94834	0.89182				51			
7418279	Baïguia	baiguia	DZ		0	Africa/Algiers	35.91903	0.93062				51			
7418282	Chouadria	chouadria	DZ		0	Africa/Algiers	35.90917	0.91886				51			
7418284	Khetafta	khetafta	DZ		0	Africa/Algiers	35.89498	0.94756				51			
7418294	Haï Chebira	hai-chebira	DZ		0	Africa/Algiers	35.97008	0.94913				51			
7418296	El Azazma	el-azazma	DZ		0	Africa/Algiers	35.96491	0.95884				51			
7418309	Maamria	maamria	DZ		0	Africa/Algiers	35.90626	0.97957				51			
7418314	Douaïmia	douaimia	DZ		0	Africa/Algiers	35.89163	0.99331				51			
7418318	Douar Maarfia	douar-maarfia	DZ		0	Africa/Algiers	35.92429	0.95673				51			
7419919	El Ghouaïria	el-ghouairia	DZ		0	Africa/Algiers	35.77523	0.52825				51			
7419920	Douar Semoume	douar-semoume	DZ		0	Africa/Algiers	35.80001	0.53212				51			
7419924	Cité Aatya	cite-aatya	DZ		0	Africa/Algiers	35.75646	0.5641				51			
7419928	El Ghenanma	el-ghenanma	DZ		0	Africa/Algiers	35.78658	0.60009				51			
7419935	Douar el Hassi	douar-el-hassi	DZ		0	Africa/Algiers	35.82204	0.65767				51			
7419972	Douar el Aazib	douar-el-aazib	DZ		0	Africa/Algiers	35.75981	0.67571				51			
7419973	Douar Bendjebbar	douar-bendjebbar	DZ		0	Africa/Algiers	35.75633	0.67958				51			
7419977	Douar el Mouania	douar-el-mouania	DZ		0	Africa/Algiers	35.7791	0.71339				51			
7419978	Douar el Merabtine	douar-el-merabtine	DZ		0	Africa/Algiers	35.79244	0.69783				51			
7419980	Douar Chatt	douar-chatt	DZ		0	Africa/Algiers	35.80409	0.69896				51			
7419981	Mechtat el Aarabat	mechtat-el-aarabat	DZ		0	Africa/Algiers	35.81461	0.711				51			
7419982	Douar el Aamche	douar-el-aamche	DZ		0	Africa/Algiers	35.79783	0.74255				51			
7419983	Douar Choueïkh	douar-choueikh	DZ		0	Africa/Algiers	35.78423	0.74164				51			
7420024	Douar Belhani	douar-belhani	DZ		0	Africa/Algiers	35.83906	0.71632				51			
7420106	Douar Ouled Taïeb	douar-ouled-taieb	DZ		0	Africa/Algiers	35.8796	0.74611				51			
7421971	El Mekkaïdia	el-mekkaidia	DZ		0	Africa/Algiers	35.83271	0.60812				51			
7422013	Douar el Mraïssia	douar-el-mraissia	DZ		0	Africa/Algiers	35.9087	0.64805				51			
7422024	Douar Naadjia	douar-naadjia	DZ		0	Africa/Algiers	35.91577	0.69985				51			
7422055	Khodam Sidi Ali	khodam-sidi-ali	DZ		0	Africa/Algiers	35.8935	0.72233				51			
7422059	Hamadena Bouroukba	hamadena-bouroukba	DZ		0	Africa/Algiers	35.89661	0.73938				51			
7422064	Douar el Aaza	douar-el-aaza	DZ		0	Africa/Algiers	35.9897	0.72924				51			
7422070	Douar Zeradla	douar-zeradla	DZ		0	Africa/Algiers	35.9897	0.66081				51			
7422076	Ouled Baïzid	ouled-baizid	DZ		0	Africa/Algiers	35.96751	0.61647				51			
7422078	Belghraïeb	belghraieb	DZ		0	Africa/Algiers	35.99867	0.62124				51			
7422083	Ouled Sidi Mahieddine	ouled-sidi-mahieddine	DZ		0	Africa/Algiers	35.98942	0.53385				07			
7422085	Satfoura	satfoura	DZ		0	Africa/Algiers	35.99916	0.51821				07			
7422086	Ouled Baghdad	ouled-baghdad	DZ		0	Africa/Algiers	35.99321	0.50119				07			
7422090	Douar SbaÏssia	douar-sbaissia	DZ		0	Africa/Algiers	35.9745	0.50753				51			
7425747	Douar Merdjat Sidi Abed	douar-merdjat-sidi-abed	DZ		0	Africa/Algiers	36.00963	1.02397				51			
7425773	Douar H’layam	douar-h-layam	DZ		0	Africa/Algiers	36.03524	1.01565				51			
7425810	Douar Ouamnia	douar-ouamnia	DZ		0	Africa/Algiers	36.04047	1.00773				41			
7425811	Douar Oued Fatty	douar-oued-fatty	DZ		0	Africa/Algiers	36.05758	1.00721				41			
7425812	Douar el Gnassa	douar-el-gnassa	DZ		0	Africa/Algiers	36.067	1.00875				41			
7425816	Douar Ziatine	douar-ziatine	DZ		0	Africa/Algiers	36.09339	1.01473				41			
7425819	Douar Mamnia	douar-mamnia	DZ		0	Africa/Algiers	36.0439	1.04631				41			
7425821	Douar R’mak	douar-r-mak	DZ		0	Africa/Algiers	36.03392	1.04895				41			
7425822	Douar Ghouaoula	douar-ghouaoula	DZ		0	Africa/Algiers	36.02015	1.04464				51			
7425840	Douar Khouta	douar-khouta	DZ		0	Africa/Algiers	36.06361	1.07341				41			
7425844	Boukabene	boukabene	DZ		0	Africa/Algiers	36.07791	1.10583				41			
7425847	Boukaat Draâ	boukaat-draa	DZ		0	Africa/Algiers	36.01298	1.15722				41			
7425848	Ouled Bou Henni	ouled-bou-henni	DZ		0	Africa/Algiers	36.01104	1.17908				41			
7425857	Boukaat Magoura	boukaat-magoura	DZ		0	Africa/Algiers	36.06352	1.15233				41			
7425864	Herenffa	herenffa	DZ		0	Africa/Algiers	36.00919	1.19619				41			
7425877	T’haridj	t-haridj	DZ		0	Africa/Algiers	36.08589	1.23981				41			
7425882	Boulafrad	boulafrad	DZ		0	Africa/Algiers	36.09208	1.22579				41			
7425883	Boukaat Boulafrad	boukaat-boulafrad	DZ		0	Africa/Algiers	36.10214	1.2327				41			
7425888	Boukaat el Homr	boukaat-el-homr	DZ		0	Africa/Algiers	36.09673	1.19592				41			
7428820	El Gouizette	el-gouizette	DZ		0	Africa/Algiers	35.73173	2.46278				06			
7428829	El Guedadha	el-guedadha	DZ		0	Africa/Algiers	35.74075	2.45272				06			
7428868	Kheng Zebib	kheng-zebib	DZ		0	Africa/Algiers	35.74564	2.27602				56			
7428885	Ech Chaib	ech-chaib	DZ		0	Africa/Algiers	35.73947	2.41867				06			
7428887	Hadj Ladjale	hadj-ladjale	DZ		0	Africa/Algiers	35.7277	2.40537				06			
7428888	Bdidi	bdidi	DZ		0	Africa/Algiers	35.73018	2.38904				06			
7428891	Ouled Mbarek	ouled-mbarek	DZ		0	Africa/Algiers	35.71512	2.38935				06			
7429610	Boukaat Bahloul	boukaat-bahloul	DZ		0	Africa/Algiers	36.09062	1.17947				41			
7429612	Douar Feghalia	douar-feghalia	DZ		0	Africa/Algiers	36.24285	2.03465				35			
7429613	Douar Chouaïbia	douar-chouaibia	DZ		0	Africa/Algiers	36.11318	1.1399				41			
7429614	Nouaoua	nouaoua	DZ		0	Africa/Algiers	36.10077	1.13238				41			
7429615	Ouled Ben Ousser	ouled-ben-ousser	DZ		0	Africa/Algiers	36.10517	1.14147				41			
7429616	Dar el Caïd Kara	dar-el-caid-kara	DZ		0	Africa/Algiers	36.12494	1.15238				41			
7429617	Bit Esselah	bit-esselah	DZ		0	Africa/Algiers	36.23897	2.03782				35			
7429620	Douar Dahmane	douar-dahmane	DZ		0	Africa/Algiers	36.22608	2.01632				35			
7429621	Douar Feghaïlia Chlef	douar-feghailia-chlef	DZ		0	Africa/Algiers	36.243	2.07407				35			
7429623	Argaguide	argaguide	DZ		0	Africa/Algiers	36.21939	2.05146				35			
7429624	Ferkat el Ghoualem	ferkat-el-ghoualem	DZ		0	Africa/Algiers	36.20891	2.05146		Ferkat el Ghoualem,Ghoualem		35			
7429625	Haï Abdel Azziz	hai-abdel-azziz	DZ		0	Africa/Algiers	36.14143	1.14745				41			
7429628	Rouaïbia	rouaibia	DZ		0	Africa/Algiers	36.08913	1.12607				41			
7429629	Douar Minaoua	douar-minaoua	DZ		0	Africa/Algiers	36.09103	1.11758				41			
7429637	Boukaat el Azza	boukaat-el-azza	DZ		0	Africa/Algiers	36.12389	1.11819				41			
7429638	Boukaat el Oukhaoukha	boukaat-el-oukhaoukha	DZ		0	Africa/Algiers	36.13492	1.11706				41			
7429640	Aïn Defla Seghira	ain-defla-seghira	DZ		0	Africa/Algiers	36.21138	2.02775				35			
7429641	Douar Nouasria	douar-nouasria	DZ		0	Africa/Algiers	36.20771	2.03319				35			
7429646	Douar Rahou	douar-rahou	DZ		0	Africa/Algiers	36.10768	1.04248				41			
7429958	Douar Z’ Nakhar	douar-z-nakhar	DZ		0	Africa/Algiers	36.11669	1.00121				41			
7429967	Boukaat Mssasra	boukaat-mssasra	DZ		0	Africa/Algiers	36.09838	1.02171				41			
7429971	Douar Assasla	douar-assasla	DZ		0	Africa/Algiers	36.1439	1.02599				41			
7429991	Baba Driss Laouaidia	baba-driss-laouaidia	DZ		0	Africa/Algiers	36.19814	2.11351				35			
7429995	Boukaat Guefaf	boukaat-guefaf	DZ		0	Africa/Algiers	36.17506	1.00974				41			
7429996	Boukaat Soufak	boukaat-soufak	DZ		0	Africa/Algiers	36.1947	1.03339				41			
7430005	Douar el Amarnia	douar-el-amarnia	DZ		0	Africa/Algiers	36.16366	1.03019				41			
7430007	Douar el M’hadda	douar-el-m-hadda	DZ		0	Africa/Algiers	36.17854	1.08779				41			
7430016	Douar Smaïnia	douar-smainia	DZ		0	Africa/Algiers	36.16447	1.10671				41			
7430027	Boukaat Ouled Hammadi	boukaat-ouled-hammadi	DZ		0	Africa/Algiers	36.15162	1.1192				41			
7430032	Oued Said	oued-said	DZ		0	Africa/Algiers	36.18773	2.06				35			
7430033	Douar Djamamine	douar-djamamine	DZ		0	Africa/Algiers	36.18455	2.08831				35			
7430035	Negagza	negagza	DZ		0	Africa/Algiers	36.17361	2.07219				35			
7430042	El Hassaïnia	el-hassainia	DZ		0	Africa/Algiers	36.17353	2.06526				35			
7430097	Kaddour	kaddour	DZ		0	Africa/Algiers	36.17795	2.05323				35			
7430098	Douar Houaoussa	douar-houaoussa	DZ		0	Africa/Algiers	36.18464	2.04738				35			
7430099	Douar Ouled	douar-ouled	DZ		0	Africa/Algiers	36.1772	2.03887				35			
7430103	Bouketcha	bouketcha	DZ		0	Africa/Algiers	36.18073	2.01348				35			
7430104	Douar Soudkia	douar-soudkia	DZ		0	Africa/Algiers	36.17411	2.02613				35			
7430108	Douar Ouled Sidi Kaddour	douar-ouled-sidi-kaddour	DZ		0	Africa/Algiers	36.16034	2.03457				35			
7430109	Douar Talouat	douar-talouat	DZ		0	Africa/Algiers	36.16159	2.01807				35			
7430123	Meraïmia	meraimia	DZ		0	Africa/Algiers	36.13356	2.00347				35			
7430139	Hadj Ben Mira	hadj-ben-mira	DZ		0	Africa/Algiers	36.09055	2.00996				35			
7430140	Boukaat Es’Aïdia	boukaat-es-aidia	DZ		0	Africa/Algiers	36.18747	1.18064				41			
7430143	El Medjahdia	el-medjahdia	DZ		0	Africa/Algiers	36.1127	2.01172				35			
7430158	Boukaat el Ard el Beïda	boukaat-el-ard-el-beida	DZ		0	Africa/Algiers	36.15449	1.2131				41			
7430159	Maamria	maamria	DZ		0	Africa/Algiers	36.12197	2.05908				35			
7430160	Taghlissia	taghlissia	DZ		0	Africa/Algiers	36.10297	2.06362				35			
7430162	Amarnia	amarnia	DZ		0	Africa/Algiers	36.10213	2.05343				35			
7430166	Douar Ben Djelloul	douar-ben-djelloul	DZ		0	Africa/Algiers	36.16266	2.09384				35			
7430218	Douar Ouled el Hadj Ben Mira	douar-ouled-el-hadj-ben-mira	DZ		0	Africa/Algiers	36.14792	2.09523				35			
7430221	Douar Ouled Bendou	douar-ouled-bendou	DZ		0	Africa/Algiers	36.15061	2.11933				35			
7430222	Srahna	srahna	DZ		0	Africa/Algiers	36.13643	2.11284				35			
7430351	Douar Dehainia	douar-dehainia	DZ		0	Africa/Algiers	36.12382	2.12795				35			
7430352	Ouled ech Cheikh	ouled-ech-cheikh	DZ		0	Africa/Algiers	36.12058	2.11924				35			
7430354	Djaablia	djaablia	DZ		0	Africa/Algiers	36.13318	2.09245				35			
7430356	Khedaïdia	khedaidia	DZ		0	Africa/Algiers	36.12188	2.10524				35			
7430357	Abd el Kader Bel Biskhi	abd-el-kader-bel-biskhi	DZ		0	Africa/Algiers	36.114	2.10228				35			
7430359	Bou Allouch	bou-allouch	DZ		0	Africa/Algiers	36.10788	2.09894				35			
7430383	Ouled Nouaou	ouled-nouaou	DZ		0	Africa/Algiers	36.21007	1.22146				41			
7430384	Ferkat Timirreouet	ferkat-timirreouet	DZ		0	Africa/Algiers	36.09999	2.05111				35			
7430385	Douar Rakaba	douar-rakaba	DZ		0	Africa/Algiers	36.20736	1.21261				41			
7430386	Bazria	bazria	DZ		0	Africa/Algiers	36.09633	2.06599				35			
7430389	Boukaat Ouled Bou Chakour	boukaat-ouled-bou-chakour	DZ		0	Africa/Algiers	36.21811	1.20861				41			
7430412	Ahmed Ben Tagar	ahmed-ben-tagar	DZ		0	Africa/Algiers	36.1191	2.09348				35			
7430470	Douar Selamnia	douar-selamnia	DZ		0	Africa/Algiers	36.20974	2.14704				35			
7430480	Douar Snaïsse	douar-snaisse	DZ		0	Africa/Algiers	36.17285	2.14903				35			
7430579	Douar Ouled Belkacem	douar-ouled-belkacem	DZ		0	Africa/Algiers	36.21839	1.03549				41			
7430584	Yassoul	yassoul	DZ		0	Africa/Algiers	36.06631	2.01477				35			
7430586	Douar Sadaouia Seghaïra	douar-sadaouia-seghaira	DZ		0	Africa/Algiers	36.24386	1.00905				41			
7430590	Douar Louama	douar-louama	DZ		0	Africa/Algiers	36.24095	1.01572				41			
7430593	Hraoua	hraoua	DZ		0	Africa/Algiers	36.05746	2.01227				35			
7430595	Herenfa	herenfa	DZ		0	Africa/Algiers	36.24571	1.04592				41			
7430611	Douar Khramssa	douar-khramssa	DZ		0	Africa/Algiers	36.24414	1.07971				41			
7430771	Tahmamet	tahmamet	DZ		0	Africa/Algiers	36.06253	2.04127				35			
7430775	Fers Lahmar	fers-lahmar	DZ		0	Africa/Algiers	36.03732	2.05865				35			
7430777	Ouled Medghough	ouled-medghough	DZ		0	Africa/Algiers	36.02725	2.05339				35			
7430789	Ouled Boughda	ouled-boughda	DZ		0	Africa/Algiers	36.06022	2.08014				35			
7430836	Tizilhamra	tizilhamra	DZ		0	Africa/Algiers	36.00489	2.09197				35			
7430858	Douar el Hadj Tahar	douar-el-hadj-tahar	DZ		0	Africa/Algiers	36.11124	2.14575				35			
7430892	Douar Zogari	douar-zogari	DZ		0	Africa/Algiers	36.10528	2.22972				35			
7430896	Tissemoumine	tissemoumine	DZ		0	Africa/Algiers	36.11471	2.22658				35			
7430987	Douar Tahar Aouidate	douar-tahar-aouidate	DZ		0	Africa/Algiers	36.18411	2.16718				35			
7431004	Ferkat Ouled Slimane	ferkat-ouled-slimane	DZ		0	Africa/Algiers	36.2199	2.2396				35			
7431005	Ferkat Cheraïgia	ferkat-cheraigia	DZ		0	Africa/Algiers	36.21349	2.22561				35			
7431021	Ferkat Zenata	ferkat-zenata	DZ		0	Africa/Algiers	36.19515	2.24781				35			
7431022	Ferkat Ismailia	ferkat-ismailia	DZ		0	Africa/Algiers	36.19499	2.21375				35			
7431027	Douar Khouadria	douar-khouadria	DZ		0	Africa/Algiers	36.16046	2.18284				35			
7431033	Douar Touaibi	douar-touaibi	DZ		0	Africa/Algiers	36.14319	2.15038				35			
7431041	Douar Ouled Massine	douar-ouled-massine	DZ		0	Africa/Algiers	36.15534	2.21849				35			
7431048	Douar Ben Djelloul	douar-ben-djelloul	DZ		0	Africa/Algiers	36.13701	2.1661				35			
7431050	Douar Lekehail	douar-lekehail	DZ		0	Africa/Algiers	36.1272	2.15091				35			
7431052	Douar Faid	douar-faid	DZ		0	Africa/Algiers	36.14058	2.14047				35			
7432025	Gadet el Beida	gadet-el-beida	DZ		0	Africa/Algiers	36.21982	2.39566				35			
7432026	Domaine Berkat Mohamed	domaine-berkat-mohamed	DZ		0	Africa/Algiers	36.23126	2.38328				35			
7432027	Ferkat Ouled Abbas	ferkat-ouled-abbas	DZ		0	Africa/Algiers	36.24093	2.38526				35			
7432029	Hite Boudjemline	hite-boudjemline	DZ		0	Africa/Algiers	36.23126	2.36799				35			
7432034	Ouled el Abbas	ouled-el-abbas	DZ		0	Africa/Algiers	36.22762	2.35697				35			
7432036	Aïn Chaïba	ain-chaiba	DZ		0	Africa/Algiers	36.23105	2.32545				35			
7432053	Essedra el Kebira	essedra-el-kebira	DZ		0	Africa/Algiers	36.19912	2.30387				35			
7432911	M’Sadfia	m-sadfia	DZ		0	Africa/Algiers	36.20786	2.49701				35			
7432914	Douar Mohamed Belaid	douar-mohamed-belaid	DZ		0	Africa/Algiers	36.21056	2.46123				35			
7432917	Douar Zouambia	douar-zouambia	DZ		0	Africa/Algiers	36.2467	2.40824				35			
7433952	Douar ben Douli	douar-ben-douli	DZ		0	Africa/Algiers	36.20056	2.47475				35			
7433953	Ataylia	ataylia	DZ		0	Africa/Algiers	36.1643	2.49428				35			
7434256	Douar Doui Hasseni	douar-doui-hasseni	DZ		0	Africa/Algiers	36.14873	2.34311				35			
7434257	Ahmed Belhadj	ahmed-belhadj	DZ		0	Africa/Algiers	36.13932	2.31605				35			
7434259	Douar Ouled Youcef	douar-ouled-youcef	DZ		0	Africa/Algiers	36.11776	2.33883				35			
7434260	Douar Bouyefri	douar-bouyefri	DZ		0	Africa/Algiers	36.11487	2.3866				35			
7434261	Douar Ouled Guessoum	douar-ouled-guessoum	DZ		0	Africa/Algiers	36.10738	2.41987				35			
7434262	Douar El Gaid	douar-el-gaid	DZ		0	Africa/Algiers	36.11493	2.40147				35			
7434263	Douar bou Yahia	douar-bou-yahia	DZ		0	Africa/Algiers	36.14878	2.4088				35			
7434265	Taktaka	taktaka	DZ		0	Africa/Algiers	36.14296	2.43287				35			
7434268	Cheiykhia	cheiykhia	DZ		0	Africa/Algiers	36.13632	2.48508				35			
7434269	Ouled N’Oual	ouled-n-oual	DZ		0	Africa/Algiers	36.14686	2.4786		Ouled N'Oual,Ouled N’Oual,awlad nwal,أولاد نوال		35			
7434270	Ben Atala	ben-atala	DZ		0	Africa/Algiers	36.14124	2.49112				35			
7434290	Douar Ouled Haffif	douar-ouled-haffif	DZ		0	Africa/Algiers	36.10663	2.26533				35			
7435813	Douar Ouled Mahdjouh	douar-ouled-mahdjouh	DZ		0	Africa/Algiers	36.05779	2.47517				35			
7435815	Douar Beni Rached	douar-beni-rached	DZ		0	Africa/Algiers	36.08458	2.46992				35			
7435816	Douar Ababda	douar-ababda	DZ		0	Africa/Algiers	36.08212	2.43413				35			
7435817	Douar el Koucha	douar-el-koucha	DZ		0	Africa/Algiers	36.04812	2.46247				06			
7435820	Douar Bouderbala	douar-bouderbala	DZ		0	Africa/Algiers	36.05525	2.43273				35			
7435992	Douar Khebacheria	douar-khebacheria	DZ		0	Africa/Algiers	36.07812	2.41183				35			
7436081	Douar Chouarbia	douar-chouarbia	DZ		0	Africa/Algiers	36.08479	2.42152				35			
7436160	Douar Ouled Seiyda	douar-ouled-seiyda	DZ		0	Africa/Algiers	36.06568	2.39413				35			
7436223	Douar Ouled Mohamed H’mad	douar-ouled-mohamed-h-mad	DZ		0	Africa/Algiers	36.02681	2.41703				35			
7436565	El Bdarna	el-bdarna	DZ		0	Africa/Algiers	36.09146	2.34962				35			
7436645	Douar Ouled H’Mida	douar-ouled-h-mida	DZ		0	Africa/Algiers	36.01664	2.41523				35			
7436647	Douar Ouazghar	douar-ouazghar	DZ		0	Africa/Algiers	36.0278	2.39003				35			
7436648	Douar Chouiet	douar-chouiet	DZ		0	Africa/Algiers	36.02369	2.33069				35			
7436650	Douar El Aouainia	douar-el-aouainia	DZ		0	Africa/Algiers	36.07905	2.43339				35			
7437388	Ouled Hmida	ouled-hmida	DZ		0	Africa/Algiers	35.66626	2.42296				06			
7437389	Douar Guernini	douar-guernini	DZ		0	Africa/Algiers	35.67377	2.37033				06			
7437390	Ain Taiba	ain-taiba	DZ		0	Africa/Algiers	35.71247	2.40775				06			
7437391	Douar Hassi Debboub	douar-hassi-debboub	DZ		0	Africa/Algiers	35.69754	2.3661				06			
7437836	Douar el Guedirat	douar-el-guedirat	DZ		0	Africa/Algiers	35.65906	2.29648				06			
7437837	Douar Ouled Soualit	douar-ouled-soualit	DZ		0	Africa/Algiers	35.65175	2.30993				06			
7437838	Es Stati	es-stati	DZ		0	Africa/Algiers	35.65856	2.32125				06			
7437839	Ouled Mehaia	ouled-mehaia	DZ		0	Africa/Algiers	35.62855	2.33125				06			
7437840	El Alalcha	el-alalcha	DZ		0	Africa/Algiers	35.6308	2.35019				06			
7437842	El Hdadba	el-hdadba	DZ		0	Africa/Algiers	35.64674	2.34781				06			
7437843	El Gueraza	el-gueraza	DZ		0	Africa/Algiers	35.6536	2.36709				06			
7437844	El Merazguia	el-merazguia	DZ		0	Africa/Algiers	35.62589	2.36199				06			
7437848	Ouled Mehaia	ouled-mehaia	DZ		0	Africa/Algiers	35.60642	2.2948				06			
7437851	Dhahr el Knader	dhahr-el-knader	DZ		0	Africa/Algiers	35.62269	2.28677				56			
7437853	Ech Chebka	ech-chebka	DZ		0	Africa/Algiers	35.57921	2.31841				06			
7437854	Ech Chebka	ech-chebka	DZ		0	Africa/Algiers	35.57564	2.34309				06			
7437856	El Maalime	el-maalime	DZ		0	Africa/Algiers	35.56965	2.32959	783			06			
7437858	Dar el Hadj Abderrahmane	dar-el-hadj-abderrahmane	DZ		0	Africa/Algiers	35.55392	2.30315				06			
7437859	Douar el Merabtine	douar-el-merabtine	DZ		0	Africa/Algiers	35.54935	2.31458				06			
7437860	Douar Sakhri	douar-sakhri	DZ		0	Africa/Algiers	35.5471	2.28036				06			
7438039	Douar Tiguiai el Aguib	douar-tiguiai-el-aguib	DZ		0	Africa/Algiers	35.50597	2.31054				06			
7438040	Douar Ben Nifa	douar-ben-nifa	DZ		0	Africa/Algiers	35.51269	2.33549				06			
7438041	Douar Ouled Alia	douar-ouled-alia	DZ		0	Africa/Algiers	35.53558	2.3349				06			
7438042	Mekdar el Ouahch	mekdar-el-ouahch	DZ		0	Africa/Algiers	35.5292	2.34069				06			
7438051	Douar Ouled Saha Mohamed	douar-ouled-saha-mohamed	DZ		0	Africa/Algiers	35.508	2.35058				06			
7438052	Douar Ouled en Nadhri Ahmed	douar-ouled-en-nadhri-ahmed	DZ		0	Africa/Algiers	35.5203	2.35309				06			
7438053	Djemlet el Assa	djemlet-el-assa	DZ		0	Africa/Algiers	35.50277	2.36746				06			
7438054	Douar Belkireche	douar-belkireche	DZ		0	Africa/Algiers	35.53942	2.38584				06			
7438057	Dar el Aaihar	dar-el-aaihar	DZ		0	Africa/Algiers	35.52697	2.38971				06			
7438058	Ouled Saha	ouled-saha	DZ		0	Africa/Algiers	35.56454	2.39848				06			
7438060	El Guara el Gharbia	el-guara-el-gharbia	DZ		0	Africa/Algiers	35.51866	2.42263				06			
7438061	Douar el Arbi Aissa	douar-el-arbi-aissa	DZ		0	Africa/Algiers	35.53714	2.42066				06			
7438063	Dar Mekideche	dar-mekideche	DZ		0	Africa/Algiers	35.56291	2.41654				06			
7438064	Dar Ben Saha Zine	dar-ben-saha-zine	DZ		0	Africa/Algiers	35.51634	2.44136				06			
7438065	Dar Ben Saha Mokhtar	dar-ben-saha-mokhtar	DZ		0	Africa/Algiers	35.52002	2.44395				06			
7438067	Dar el Hadj Abd el Kader Ben Saad	dar-el-hadj-abd-el-kader-ben-saad	DZ		0	Africa/Algiers	35.52256	2.49648				06			
7438070	Es Sdadka	es-sdadka	DZ		0	Africa/Algiers	35.58909	2.39921				06			
7438074	Douar Ouled Aomar	douar-ouled-aomar	DZ		0	Africa/Algiers	35.57018	2.49801				06			
7438075	Dar el Hachemi	dar-el-hachemi	DZ		0	Africa/Algiers	35.60482	2.41135				06			
7438076	En Nouaoura	en-nouaoura	DZ		0	Africa/Algiers	35.59799	2.38737				06			
7438077	Ouled el Berkia	ouled-el-berkia	DZ		0	Africa/Algiers	35.59074	2.49336				06			
7438078	Lalla Zohra	lalla-zohra	DZ		0	Africa/Algiers	35.56148	2.47677				06			
7438083	Ouled Alia	ouled-alia	DZ		0	Africa/Algiers	35.6239	2.40275				06			
7438084	Bdaidia	bdaidia	DZ		0	Africa/Algiers	35.6416	2.37722				06			
7438085	Zerouki	zerouki	DZ		0	Africa/Algiers	35.64766	2.43406				06			
7438110	El Gaada el Hamra	el-gaada-el-hamra	DZ		0	Africa/Algiers	35.58657	2.32508				06			
7438112	Douar Othmani	douar-othmani	DZ		0	Africa/Algiers	35.58713	2.3711				06			
7438113	Douar Merzoughi	douar-merzoughi	DZ		0	Africa/Algiers	35.6023	2.37745				06			
7438303	El Gouaoussa	el-gouaoussa	DZ		0	Africa/Algiers	35.54561	2.34299				06			
7438367	Dar el Hadj Saad	dar-el-hadj-saad	DZ		0	Africa/Algiers	35.521	2.4003				06			
7438368	Bled el Harigua	bled-el-harigua	DZ		0	Africa/Algiers	35.50597	2.38512				06			
7438372	Douara el Omair	douara-el-omair	DZ		0	Africa/Algiers	35.53067	2.37963				06			
7439903	Douar Brahmia	douar-brahmia	DZ		0	Africa/Algiers	35.62857	2.28895				56			
7440924	Matmar Ain Ghorab	matmar-ain-ghorab	DZ		0	Africa/Algiers	35.72876	2.28301	864			06			
7440926	Ouled Sidi Rabah	ouled-sidi-rabah	DZ		0	Africa/Algiers	35.61567	2.25698				56			
7440958	Douar el Felalga	douar-el-felalga	DZ		0	Africa/Algiers	36.24672	2.50679				06			
7441486	El Kheoual	el-kheoual	DZ		0	Africa/Algiers	36.23592	2.53374				06			
7441591	Kobbi el Mograne	kobbi-el-mograne	DZ		0	Africa/Algiers	35.23692	2.58938		Kobbi Mograne,Kobbi el Mograne		13			
7441596	Er Rak	er-rak	DZ		0	Africa/Algiers	35.24402	2.51029				13			
7441616	Ouled Bou Abdallah	ouled-bou-abdallah	DZ		0	Africa/Algiers	36.23116	2.61146				06			
7441618	Wādī Ḥarbīl	wadi-harbil	DZ		0	Africa/Algiers	36.22702	2.63208		Oued Harbil,Wadi Harbil,Wādī Ḥarbīl,wady hrbyl,وادي حربيل		06			
7441653	Dar Hassani	dar-hassani	DZ		0	Africa/Algiers	35.17844	2.64744				22			
7442383	Douar bel Aalia	douar-bel-aalia	DZ		0	Africa/Algiers	36.17689	2.60003				06			
7442384	Ouled Ahmed Ben Djelloul	ouled-ahmed-ben-djelloul	DZ		0	Africa/Algiers	36.18497	2.61228				06			
7442406	Oued Bou Hadi	oued-bou-hadi	DZ		0	Africa/Algiers	36.17189	2.68675				06			
7442413	Betam	betam	DZ		0	Africa/Algiers	36.1411	2.71683				06			
7442415	Bouachoan	bouachoan	DZ		0	Africa/Algiers	36.14392	2.66565				06			
7442476	Theniet es Smar	theniet-es-smar	DZ		0	Africa/Algiers	36.16451	2.67347				06			
7442500	El Hlaounia	el-hlaounia	DZ		0	Africa/Algiers	36.17279	2.67495				06			
7442561	Amoura Centre	amoura-centre	DZ		0	Africa/Algiers	36.17864	2.51056				35			
7442564	El Kraeïch	el-kraeich	DZ		0	Africa/Algiers	36.17181	2.54365				35			
7442565	Chehaïmia	chehaimia	DZ		0	Africa/Algiers	36.16674	2.51052				35			
7442566	Krite	krite	DZ		0	Africa/Algiers	36.14923	2.50619				35			
7442567	Ouled Maagal	ouled-maagal	DZ		0	Africa/Algiers	36.1449	2.53263				35			
7442568	Lahouata	lahouata	DZ		0	Africa/Algiers	36.13198	2.53839				35			
7442569	Knadjria	knadjria	DZ		0	Africa/Algiers	36.17906	2.57002				06			
7442576	El Aarbi ben Aissa	el-aarbi-ben-aissa	DZ		0	Africa/Algiers	36.12973	2.58567				35			
7442591	Redjal Thenia	redjal-thenia	DZ		0	Africa/Algiers	36.09373	2.64214				06			
7442656	Douar Azaba	douar-azaba	DZ		0	Africa/Algiers	36.11522	2.57116				35			
7442658	Douar Ain ben Amar	douar-ain-ben-amar	DZ		0	Africa/Algiers	36.09866	2.53023				35			
7442661	Douar Ouled Hddifa	douar-ouled-hddifa	DZ		0	Africa/Algiers	36.12245	2.50372				35			
7442760	Douar Maamra	douar-maamra	DZ		0	Africa/Algiers	36.12078	2.69948				06			
7442791	Douar Theniet el’Khorchef	douar-theniet-el-khorchef	DZ		0	Africa/Algiers	36.07909	2.71862				06			
7442876	Douar Moul el Ghaba	douar-moul-el-ghaba	DZ		0	Africa/Algiers	36.06332	2.59382				06			
7443132	Dar Aied Naasse	dar-aied-naasse	DZ		0	Africa/Algiers	35.18969	2.63728				13			
7443425	El Djorf Lahmar	el-djorf-lahmar	DZ		0	Africa/Algiers	35.56195	2.41908				06			
7447014	M’Titidja	m-titidja	DZ		0	Africa/Algiers	35.49306	2.21083				22			
7447017	Kouifette	kouifette	DZ		0	Africa/Algiers	35.4887	2.10044				22			
7447018	Touilila	touilila	DZ		0	Africa/Algiers	35.38515	2.04862				13			
7449686	Mouazria	mouazria	DZ		0	Africa/Algiers	36.24152	2.55576				06			
7449876	Er Racha	er-racha	DZ		0	Africa/Algiers	35.41179	2.07334				13			
7449939	Douar Mekhatich	douar-mekhatich	DZ		0	Africa/Algiers	36.21839	2.81421				06			
7449940	Douar Aboucha	douar-aboucha	DZ		0	Africa/Algiers	36.24158	2.77467				06			
7450276	Haouch el Hofra	haouch-el-hofra	DZ		0	Africa/Algiers	36.20731	2.82364				06			
7451116	Douar Ouled Daoud	douar-ouled-daoud	DZ		0	Africa/Algiers	36.20506	2.76275				06			
7451121	Ouled Amrane Cherguia	ouled-amrane-cherguia	DZ		0	Africa/Algiers	36.19207	2.7852				06			
7451122	Erredjem	erredjem	DZ		0	Africa/Algiers	36.19521	2.75617				06			
7451123	Ouled Amarane Gharbia	ouled-amarane-gharbia	DZ		0	Africa/Algiers	36.19255	2.76775				06			
7451266	El Gorain	el-gorain	DZ		0	Africa/Algiers	36.16601	2.82473				06			
7451267	Douar Sidi Aïssa	douar-sidi-aissa	DZ		0	Africa/Algiers	36.16466	2.80891				06			
7451269	El Goueaa	el-goueaa	DZ		0	Africa/Algiers	36.123	2.81575				06			
7452034	Douar Draouchia	douar-draouchia	DZ		0	Africa/Algiers	36.04725	2.9111				06			
7452036	Douar Sourasse	douar-sourasse	DZ		0	Africa/Algiers	36.06794	2.91074				06			
7452041	Douar Mokorno	douar-mokorno	DZ		0	Africa/Algiers	36.07146	2.89221				06			
7452054	Douar Lahbib	douar-lahbib	DZ		0	Africa/Algiers	36.09231	2.90747				06			
7452055	Douar Kramlia	douar-kramlia	DZ		0	Africa/Algiers	36.09651	2.91603				06			
7452056	Douar Rouaïssia	douar-rouaissia	DZ		0	Africa/Algiers	36.09869	2.90984				06			
7452057	Douar el Ouasfia	douar-el-ouasfia	DZ		0	Africa/Algiers	36.10331	2.9093				06			
7452060	Douar Krabib	douar-krabib	DZ		0	Africa/Algiers	36.10344	2.87434				06			
7452061	Douar Arib	douar-arib	DZ		0	Africa/Algiers	36.09423	2.87931				06			
7452063	Douar Lakhail	douar-lakhail	DZ		0	Africa/Algiers	36.0841	2.87348				06			
7452064	El Matlag	el-matlag	DZ		0	Africa/Algiers	36.11075	2.85577				06			
7452069	Douar Tebaïnet	douar-tebainet	DZ		0	Africa/Algiers	36.14189	2.87277				06			
7452075	Douar Cherrat el Fouggni	douar-cherrat-el-fouggni	DZ		0	Africa/Algiers	36.14905	2.89734				06			
7452085	Douar Cheaïba	douar-cheaiba	DZ		0	Africa/Algiers	36.21778	2.89474				06			
7452089	Boussena	boussena	DZ		0	Africa/Algiers	36.24878	2.87497				06			
7452097	Douar el Menasra	douar-el-menasra	DZ		0	Africa/Algiers	36.24447	2.97581				06			
7452305	Ouled Ben Mouloud	ouled-ben-mouloud	DZ		0	Africa/Algiers	36.2146	2.93186				06			
7452308	Douar Hlasate	douar-hlasate	DZ		0	Africa/Algiers	36.19093	2.99578				06			
7452314	Douar Mechta	douar-mechta	DZ		0	Africa/Algiers	36.178	2.96438				06			
7452345	Douar Zerarka	douar-zerarka	DZ		0	Africa/Algiers	36.15828	2.94818				06			
7452500	Douar Sekouar	douar-sekouar	DZ		0	Africa/Algiers	36.11877	2.96486				06			
7452504	Cité Socialist Agricultural Estates Boubakeur	cite-socialist-agricultural-estates-boubakeur	DZ		0	Africa/Algiers	36.1307	2.95315				06			
7452683	Douar Mouasmia	douar-mouasmia	DZ		0	Africa/Algiers	36.09799	2.95354				06			
7452693	Douar Aïn Brahim	douar-ain-brahim	DZ		0	Africa/Algiers	36.02111	2.95684				06			
7452697	Douar Titri	douar-titri	DZ		0	Africa/Algiers	36.01855	2.97804				06			
7452715	Douar Aïn Lazaza	douar-ain-lazaza	DZ		0	Africa/Algiers	36.21819	2.84576				06			
7467139	Douar Tikharazine	douar-tikharazine	DZ		0	Africa/Algiers	36.31574	1.00503				41			
7467150	Douar M’Raslia	douar-m-raslia	DZ		0	Africa/Algiers	36.29299	1.05209				41			
7467164	Douar Taoudoult	douar-taoudoult	DZ		0	Africa/Algiers	36.26058	1.03548				41			
7467189	Douar Beni Merzoug	douar-beni-merzoug	DZ		0	Africa/Algiers	36.2722	1.09709				41			
7467194	Douar Zeaib	douar-zeaib	DZ		0	Africa/Algiers	36.28873	1.0978				41			
7467214	Douar Dar el Medah	douar-dar-el-medah	DZ		0	Africa/Algiers	36.31265	1.09567				41			
7467225	Douar el Aadjab	douar-el-aadjab	DZ		0	Africa/Algiers	36.30765	1.10834				41			
7467235	Arch Beni Merzoug	arch-beni-merzoug	DZ		0	Africa/Algiers	36.28959	1.12623				41			
7467241	Khellafa	khellafa	DZ		0	Africa/Algiers	36.27826	1.15113				41			
7467242	Belaaifa	belaaifa	DZ		0	Africa/Algiers	36.2797	1.16374				41			
7467257	Beni Moussi	beni-moussi	DZ		0	Africa/Algiers	36.29621	1.1608				41			
7467258	Douar el H’Maïd	douar-el-h-maid	DZ		0	Africa/Algiers	36.30548	1.18336				41			
7467264	Talza	talza	DZ		0	Africa/Algiers	36.27398	1.18197				41			
7467270	Ouled Kaddour Ben Tahar	ouled-kaddour-ben-tahar	DZ		0	Africa/Algiers	36.25609	1.18525				41			
7467276	Tchaich	tchaich	DZ		0	Africa/Algiers	36.3011	1.20636				41			
7467285	Douar Ghadyt	douar-ghadyt	DZ		0	Africa/Algiers	36.32399	1.23837				41			
7467288	Douar Tassa	douar-tassa	DZ		0	Africa/Algiers	36.34172	1.21581				41			
7467299	Ed D’hamnia	ed-d-hamnia	DZ		0	Africa/Algiers	36.361	1.22987				41			
7467300	El Atatfa	el-atatfa	DZ		0	Africa/Algiers	36.36683	1.21653				41			
7467301	Ghennadja	ghennadja	DZ		0	Africa/Algiers	36.35966	1.20536				41			
7467314	Baghdoura	baghdoura	DZ		0	Africa/Algiers	36.3371	1.19797				41			
7467324	El Yachir	el-yachir	DZ		0	Africa/Algiers	36.34694	1.15635				41			
7467330	Douar Ayachiche	douar-ayachiche	DZ		0	Africa/Algiers	36.34616	1.11823				41			
7467335	Douar Sidi Aissa	douar-sidi-aissa	DZ		0	Africa/Algiers	36.33099	1.07822				41			
7467346	Douar Beni Meghlif	douar-beni-meghlif	DZ		0	Africa/Algiers	36.36855	1.07972				41			
7467347	Douar Mrabtine	douar-mrabtine	DZ		0	Africa/Algiers	36.36261	1.07072				41			
7467351	Douar Zenatria	douar-zenatria	DZ		0	Africa/Algiers	36.36983	1.10845				41			
7467354	Douar Zehaïria	douar-zehairia	DZ		0	Africa/Algiers	36.34355	1.064				41			
7467357	Douar Esafsaf	douar-esafsaf	DZ		0	Africa/Algiers	36.35683	1.05294				41			
7467359	Ouled Boukria	ouled-boukria	DZ		0	Africa/Algiers	36.33305	1.02955				41			
7467365	Douar Maaichia	douar-maaichia	DZ		0	Africa/Algiers	36.34744	1.00165				41			
7467367	Douar Meachtia	douar-meachtia	DZ		0	Africa/Algiers	36.35339	1.03371				41			
7467372	Douar Maaichid	douar-maaichid	DZ		0	Africa/Algiers	36.361	1.02154				41			
7467498	Kekkou	kekkou	DZ		0	Africa/Algiers	36.40772	1.11328				41			
7467503	Douar Bouiazit	douar-bouiazit	DZ		0	Africa/Algiers	36.409	1.12781				41			
7467527	El Bahara	el-bahara	DZ		0	Africa/Algiers	36.44541	1.12093				41			
7467532	El Medjahdine	el-medjahdine	DZ		0	Africa/Algiers	36.40121	1.13848				41			
7467544	Ouled Bouakaz	ouled-bouakaz	DZ		0	Africa/Algiers	36.41192	1.14817				41			
7467549	Yaïdour	yaidour	DZ		0	Africa/Algiers	36.42611	1.16864				41			
7467552	Ghebal - Telassa	ghebal-telassa	DZ		0	Africa/Algiers	36.43576	1.13935				41			
7467559	Douar Bettiour	douar-bettiour	DZ		0	Africa/Algiers	36.41275	1.16562				41			
7467561	Douar Sidi Muhammad	douar-sidi-muhammad	DZ		0	Africa/Algiers	36.41475	1.1907				41			
7467590	Chara Berkane	chara-berkane	DZ		0	Africa/Algiers	36.44208	1.22938				41			
7467679	Douar Rahouia	douar-rahouia	DZ		0	Africa/Algiers	36.447	1.21209				41			
7467728	Dar ed Doud	dar-ed-doud	DZ		0	Africa/Algiers	36.48253	1.23138				41			
7467731	Oulad Arbia	oulad-arbia	DZ		0	Africa/Algiers	36.46444	1.23608				41			
7467782	Douar Oughlal	douar-oughlal	DZ		0	Africa/Algiers	36.4577	1.17076				41			
7467784	Douar el Khenadra	douar-el-khenadra	DZ		0	Africa/Algiers	36.45911	1.15317				41			
7467787	Douar el Kherameche	douar-el-kherameche	DZ		0	Africa/Algiers	36.44662	1.13171				41			
7467814	Fars el Bey	fars-el-bey	DZ		0	Africa/Algiers	36.44594	1.10125				41			
7468141	Metaïmar	metaimar	DZ		0	Africa/Algiers	35.01274	0.53629				10			
7468754	El Fouassi	el-fouassi	DZ		0	Africa/Algiers	35.00704	0.64547				10			
7468756	El Amourette	el-amourette	DZ		0	Africa/Algiers	35.02692	0.67564				10			
7468762	El Amourette	el-amourette	DZ		0	Africa/Algiers	35.04789	0.67444				10			
7468768	M’Zaïnïa	m-zainia	DZ		0	Africa/Algiers	35.0244	0.71945				10			
7468770	Es Sennansia	es-sennansia	DZ		0	Africa/Algiers	35.03513	0.71835				10			
7468796	Dir el Maâza	dir-el-maaza	DZ		0	Africa/Algiers	35.06738	0.71162				13			
7468803	Cité el Guercha	cite-el-guercha	DZ		0	Africa/Algiers	35.10713	0.7086				13			
7468807	Regdad	regdad	DZ		0	Africa/Algiers	35.11546	0.69568				13			
7468820	Ben Nirane	ben-nirane	DZ		0	Africa/Algiers	35.1183	0.66956				13			
7468830	Kherichfa	kherichfa	DZ		0	Africa/Algiers	35.075	0.59548				10			
7468837	Dar el Aoudja	dar-el-aoudja	DZ		0	Africa/Algiers	35.10385	0.56208				10			
7468853	El Agba	el-agba	DZ		0	Africa/Algiers	35.10582	0.66847				13			
7468856	Douar Tazakka	douar-tazakka	DZ		0	Africa/Algiers	35.10188	0.66163				13			
7468857	Takhemaret el Balia	takhemaret-el-balia	DZ		0	Africa/Algiers	35.10166	0.64925				13			
7468858	Es Souik	es-souik	DZ		0	Africa/Algiers	35.09635	0.6406				10			
7468864	Zeribet Ben Brahim	zeribet-ben-brahim	DZ		0	Africa/Algiers	35.11042	0.62757				10			
7468866	Ouled Sidi Makhlouf	ouled-sidi-makhlouf	DZ		0	Africa/Algiers	35.06536	0.64345				10			
7468872	El Bettam	el-bettam	DZ		0	Africa/Algiers	35.09558	0.58289				10			
7468875	El Klabra	el-klabra	DZ		0	Africa/Algiers	35.06224	0.54938				10			
7468887	El Allalcha	el-allalcha	DZ		0	Africa/Algiers	35.14502	0.51811				26			
7468889	El Houad	el-houad	DZ		0	Africa/Algiers	35.14497	0.53345				13			
7468890	El Araâra	el-araara	DZ		0	Africa/Algiers	35.13331	0.54089				13			
7468893	Douar el Harayzia	douar-el-harayzia	DZ		0	Africa/Algiers	35.16178	0.52315				26			
7468895	Argoub el Hargua	argoub-el-hargua	DZ		0	Africa/Algiers	35.17279	0.50399				26			
7468899	Douar el Harrig	douar-el-harrig	DZ		0	Africa/Algiers	35.15379	0.55819				13			
7468906	Douar Douchebba	douar-douchebba	DZ		0	Africa/Algiers	35.143	0.59964				13			
7468932	El Kouanta	el-kouanta	DZ		0	Africa/Algiers	35.1758	0.5652				26			
7468933	Douar Yamina	douar-yamina	DZ		0	Africa/Algiers	35.18341	0.58897				13			
7469596	Douar el Krabïa	douar-el-krabia	DZ		0	Africa/Algiers	35.18423	0.68172				13			
7469603	Cité Ouled Aoune	cite-ouled-aoune	DZ		0	Africa/Algiers	35.15598	0.70428				13			
7469747	Douar Tazrout	douar-tazrout	DZ		0	Africa/Algiers	35.1989	0.73845				13			
7469756	El M’Razig	el-m-razig	DZ		0	Africa/Algiers	35.23011	0.72623				13			
7469759	El Koualil	el-koualil	DZ		0	Africa/Algiers	35.19693	0.68758				13			
7469763	El Goubab	el-goubab	DZ		0	Africa/Algiers	35.2196	0.65281				13			
7469771	Douar Boukennar	douar-boukennar	DZ		0	Africa/Algiers	35.19529	0.67707				13			
7489680	Douar Smata	douar-smata	DZ		0	Africa/Algiers	35.28113	0.50672				26			
7489681	Douar Ain Guergour	douar-ain-guergour	DZ		0	Africa/Algiers	35.28131	0.52432		Douar Ain Guergour,dwar ʿyn qrqwr,دوار عين قرقور		26			
7489695	Douar el Khechacha	douar-el-khechacha	DZ		0	Africa/Algiers	35.27021	0.57136				26			
7489696	Douar M’Kalish	douar-m-kalish	DZ		0	Africa/Algiers	35.27924	0.57514				26			
7489697	Douar Djaadria	douar-djaadria	DZ		0	Africa/Algiers	35.27871	0.59911				26			
7489698	Douar el Gouadih	douar-el-gouadih	DZ		0	Africa/Algiers	35.27488	0.603				26			
7489702	Douar Ouled Bellil	douar-ouled-bellil	DZ		0	Africa/Algiers	35.28813	0.63727				13			
7489710	El Abadla	el-abadla	DZ		0	Africa/Algiers	35.30423	0.67656				13			
7489720	Araifia	araifia	DZ		0	Africa/Algiers	35.30513	0.74301				26			
7489733	Douar Dnafria	douar-dnafria	DZ		0	Africa/Algiers	35.3746	0.68755				26			
7489734	Douar el Kaadine	douar-el-kaadine	DZ		0	Africa/Algiers	35.32923	0.67263				26			
7489748	Douar Beni Maala	douar-beni-maala	DZ		0	Africa/Algiers	35.33511	0.57778				26			
7489751	Douar Ain Zeytoune	douar-ain-zeytoune	DZ		0	Africa/Algiers	35.36189	0.60881				26			
7489755	Douar Hmamda	douar-hmamda	DZ		0	Africa/Algiers	35.32426	0.5477				26			
7489757	Douar Djlaghma	douar-djlaghma	DZ		0	Africa/Algiers	35.31986	0.53804				26			
7489767	Douar Touahria	douar-touahria	DZ		0	Africa/Algiers	35.32531	0.51165				26			
7489771	Douar Oued Haddad	douar-oued-haddad	DZ		0	Africa/Algiers	35.32923	0.50744				26			
7489774	Douar M’Zaidia	douar-m-zaidia	DZ		0	Africa/Algiers	35.4008	0.54684				26			
7489775	Douar Bhairia	douar-bhairia	DZ		0	Africa/Algiers	35.41142	0.54268				26			
7489777	Douar Ouled Sassi	douar-ouled-sassi	DZ		0	Africa/Algiers	35.38952	0.51662				26			
7489779	Douar el Bailek	douar-el-bailek	DZ		0	Africa/Algiers	35.41237	0.51638				26			
7489782	Douar el Araissia	douar-el-araissia	DZ		0	Africa/Algiers	35.42701	0.50434				26			
7489790	Douar Soualhia	douar-soualhia	DZ		0	Africa/Algiers	35.44035	0.61296				26			
7489794	El Ghouaya	el-ghouaya	DZ		0	Africa/Algiers	35.42171	0.60372				26			
7489816	Douar Ouled Ahmed	douar-ouled-ahmed	DZ		0	Africa/Algiers	35.42671	0.66831				26			
7489821	Douar Ouled Bali	douar-ouled-bali	DZ		0	Africa/Algiers	35.39775	0.68096				26			
7489822	Douar Ouled Ben Salem	douar-ouled-ben-salem	DZ		0	Africa/Algiers	35.39571	0.6686				26			
7489843	Ezzrakna	ezzrakna	DZ		0	Africa/Algiers	35.43216	0.68919				26			
7489846	Douar Klail	douar-klail	DZ		0	Africa/Algiers	35.44899	0.74851				26			
7489855	Karria	karria	DZ		0	Africa/Algiers	35.4544	0.67084				26			
7489857	Douar as Sabt	douar-as-sabt	DZ		0	Africa/Algiers	35.4705	0.67595				26			
7489859	Douar Kadaouet	douar-kadaouet	DZ		0	Africa/Algiers	35.48598	0.67308				51			
7489861	Ouled Haddad	ouled-haddad	DZ		0	Africa/Algiers	35.4781	0.64656				26			
7489864	Douar Frakis	douar-frakis	DZ		0	Africa/Algiers	35.45887	0.60816				26			
7489869	Douar Attatfa	douar-attatfa	DZ		0	Africa/Algiers	35.4979	0.61536				26			
7489872	Dar el Mechri	dar-el-mechri	DZ		0	Africa/Algiers	35.45104	0.60943				26			
7489873	Douar Ayatta	douar-ayatta	DZ		0	Africa/Algiers	35.46097	0.59283				26			
7489878	Douar Kenancha	douar-kenancha	DZ		0	Africa/Algiers	35.47581	0.57877				26			
7489879	Douar Hmassis	douar-hmassis	DZ		0	Africa/Algiers	35.47975	0.58383				26			
7489880	Douar Menacir	douar-menacir	DZ		0	Africa/Algiers	35.48428	0.59171				26			
7489888	Douar Ketroussa	douar-ketroussa	DZ		0	Africa/Algiers	35.46393	0.55273				26			
7489891	Sidi Abdeldjebbar	sidi-abdeldjebbar	DZ		0	Africa/Algiers	35.44277	0.52305		Sidi Abdeldjebbar		26			
7489892	Douar Dj’Babra	douar-dj-babra	DZ		0	Africa/Algiers	35.45235	0.53341				26			
7489893	Douar Medjaref	douar-medjaref	DZ		0	Africa/Algiers	35.45401	0.54115				26			
7489894	Doaur Ketroussa	doaur-ketroussa	DZ		0	Africa/Algiers	35.45308	0.55575				26			
7490056	Douar Ouled Ouaddah	douar-ouled-ouaddah	DZ		0	Africa/Algiers	35.30012	0.89674				13			
7490063	Douar Ouled Ouadeh	douar-ouled-ouadeh	DZ		0	Africa/Algiers	35.28707	0.93295				13			
7490064	Douar Ouled Aïn Tameche Boumaza	douar-ouled-ain-tameche-boumaza	DZ		0	Africa/Algiers	35.27966	0.95417				13			
7490066	Douar Beni Soltane	douar-beni-soltane	DZ		0	Africa/Algiers	35.2568	0.93865				13			
7490078	Aïn el Beïdha	ain-el-beidha	DZ		0	Africa/Algiers	35.2672	0.96128				13			
7490080	El Ardja	el-ardja	DZ		0	Africa/Algiers	35.25386	0.94888				13			
7490081	Douar Lebhara	douar-lebhara	DZ		0	Africa/Algiers	35.27461	0.96034				13			
7490091	Douar Sidi Aïssa Kharroub	douar-sidi-aissa-kharroub	DZ		0	Africa/Algiers	35.31505	0.97027				13			
7490123	Douar Kaddari	douar-kaddari	DZ		0	Africa/Algiers	35.34649	0.96739				13			
7490124	Douar Sar Zaouia	douar-sar-zaouia	DZ		0	Africa/Algiers	35.35414	0.9711				13			
7490127	Douar Touaoucha	douar-touaoucha	DZ		0	Africa/Algiers	35.37418	0.97527				13			
7490134	Zebboudja	zebboudja	DZ		0	Africa/Algiers	35.34056	0.92678				13			
7490138	Douar Ouled Bakhti	douar-ouled-bakhti	DZ		0	Africa/Algiers	35.37359	0.93354				13			
7490139	Douar Kouaoucha	douar-kouaoucha	DZ		0	Africa/Algiers	35.37718	0.94365				13			
7490162	Douar el Khelaïedj	douar-el-khelaiedj	DZ		0	Africa/Algiers	35.35954	0.83279				26			
7490167	Douar Sidi Henni	douar-sidi-henni	DZ		0	Africa/Algiers	35.37488	0.81369				26			
7490492	Doaur Nbabcha	doaur-nbabcha	DZ		0	Africa/Algiers	35.43043	0.77502				26			
7490493	Serdjr Bekaïria	serdjr-bekairia	DZ		0	Africa/Algiers	35.41069	0.77037				26			
7490494	Serdj Abdellah	serdj-abdellah	DZ		0	Africa/Algiers	35.42082	0.77229				26			
7490592	Douar Bouramane	douar-bouramane	DZ		0	Africa/Algiers	35.41736	0.89614				13			
7490597	Douar Ouled Ouadah	douar-ouled-ouadah	DZ		0	Africa/Algiers	35.4271	0.90863				13			
7490598	Ben Aouda Abd el Kader	ben-aouda-abd-el-kader	DZ		0	Africa/Algiers	35.43591	0.93082				13			
7490621	Douar el Anatra	douar-el-anatra	DZ		0	Africa/Algiers	35.42197	0.91137				13			
7490622	Douar Ezaïef	douar-ezaief	DZ		0	Africa/Algiers	35.41316	0.90935				13			
7490627	Douar el Mezaïta	douar-el-mezaita	DZ		0	Africa/Algiers	35.39347	0.94129				13			
7490655	Douar Moualek	douar-moualek	DZ		0	Africa/Algiers	35.41619	0.94112				13			
7490666	Houari Abd el Kader	houari-abd-el-kader	DZ		0	Africa/Algiers	35.39012	0.94747				13			
7490764	Douar Mezaïta	douar-mezaita	DZ		0	Africa/Algiers	35.40491	0.95531				13			
7490765	Douar Fernata	douar-fernata	DZ		0	Africa/Algiers	35.41215	0.94327				13			
7490767	Douar el Khelaïef	douar-el-khelaief	DZ		0	Africa/Algiers	35.40143	0.97237				13			
7490812	Douar H’Sanine	douar-h-sanine	DZ		0	Africa/Algiers	35.4193	0.97196				13			
7490817	Lasbaâ	lasbaa	DZ		0	Africa/Algiers	35.39448	0.98284				13			
7490818	Douar Chaâïbia	douar-chaaibia	DZ		0	Africa/Algiers	35.39242	0.98126				13			
7490885	Zerrouki Miloud	zerrouki-miloud	DZ		0	Africa/Algiers	35.4744	0.90416				13			
7490894	Douar Abd el Kader Ouled Ahmed	douar-abd-el-kader-ouled-ahmed	DZ		0	Africa/Algiers	35.37811	0.98603				13			
7490924	Douar R’Zagat	douar-r-zagat	DZ		0	Africa/Algiers	35.47932	0.96614				13			
7490926	Douar Koualil	douar-koualil	DZ		0	Africa/Algiers	35.47455	0.97629				13			
7490931	Ben Ouis Rabah	ben-ouis-rabah	DZ		0	Africa/Algiers	35.48959	0.97043				13			
7490944	Ben Allou Ben Aouda	ben-allou-ben-aouda	DZ		0	Africa/Algiers	35.45642	0.93759				13			
7490946	Douar D’Bala	douar-d-bala	DZ		0	Africa/Algiers	35.49816	0.93442				13			
7490954	El Kraïaïa	el-kraiaia	DZ		0	Africa/Algiers	35.47127	0.83192				51			
7491381	Douar Ouled Lahcène	douar-ouled-lahcene	DZ		0	Africa/Algiers	35.08955	1.12624				13			
7491384	Gaâdet el Hammam	gaadet-el-hammam	DZ		0	Africa/Algiers	35.11745	1.1716				13			
7491386	Douar Aïn el Guetta	douar-ain-el-guetta	DZ		0	Africa/Algiers	35.13197	1.18151				13			
7491402	Mazaïlat	mazailat	DZ		0	Africa/Algiers	35.00686	1.18254				13			
7491416	Guigueb	guigueb	DZ		0	Africa/Algiers	35.02138	1.19371				13			
7491505	Ouled Bou Khalifa	ouled-bou-khalifa	DZ		0	Africa/Algiers	35.06749	1.01738				13			
7491506	Moussa el Ghaoui	moussa-el-ghaoui	DZ		0	Africa/Algiers	35.07681	1.00188				13			
7491509	Houareth	houareth	DZ		0	Africa/Algiers	35.09632	1.02215				13			
7491530	Douar Ouled el Hadj	douar-ouled-el-hadj	DZ		0	Africa/Algiers	35.16633	1.01797				13			
7491625	Bou Mouader	bou-mouader	DZ		0	Africa/Algiers	35.16768	1.14813				13			
7491631	Ghorraf Deries	ghorraf-deries	DZ		0	Africa/Algiers	35.17657	1.18346				13			
7491633	Doaur Alouane	doaur-alouane	DZ		0	Africa/Algiers	35.17668	1.0558				13			
7491636	Metameur	metameur	DZ		0	Africa/Algiers	35.19147	1.06837				13			
7491654	Douar Hadj Khelifa	douar-hadj-khelifa	DZ		0	Africa/Algiers	35.17549	1.11844				13			
7491675	Matmar Labiad	matmar-labiad	DZ		0	Africa/Algiers	35.14536	1.18633				13			
7491677	Messiaf	messiaf	DZ		0	Africa/Algiers	35.16443	1.18693				13			
7491678	Kra Ouled Adda	kra-ouled-adda	DZ		0	Africa/Algiers	35.15593	1.19116				13			
7491689	Meriem Bent Allel	meriem-bent-allel	DZ		0	Africa/Algiers	35.18839	1.2158				13			
7491698	Douar Mguesba	douar-mguesba	DZ		0	Africa/Algiers	35.23559	1.23265				13			
7491700	Doaur Ain Merzoug	doaur-ain-merzoug	DZ		0	Africa/Algiers	35.23383	1.18686				13			
7491724	Ouled Kh’Lafa	ouled-kh-lafa	DZ		0	Africa/Algiers	35.21592	1.16293				13			
7491728	Metameur Ouled Ben Hamou	metameur-ouled-ben-hamou	DZ		0	Africa/Algiers	35.23217	1.16514				13			
7491748	Douar Snaïs	douar-snais	DZ		0	Africa/Algiers	35.24993	1.12316				13			
7491766	Douar Ouled Abed	douar-ouled-abed	DZ		0	Africa/Algiers	35.24442	1.0804				13			
7491774	Serget Lihoudi	serget-lihoudi	DZ		0	Africa/Algiers	35.19391	1.01765				13			
7491781	Douar Kamkam	douar-kamkam	DZ		0	Africa/Algiers	35.2131	1.02835				13			
7491796	Douar el Mazla	douar-el-mazla	DZ		0	Africa/Algiers	35.23872	1.01181				13			
7491804	Ouriache	ouriache	DZ		0	Africa/Algiers	35.23658	1.05725				13			
7492132	Douar Ouled Sidi Mohamed	douar-ouled-sidi-mohamed	DZ		0	Africa/Algiers	36.2725	1.38803				41			
7492230	Douar Bouhalou	douar-bouhalou	DZ		0	Africa/Algiers	36.42943	1.31868				41			
7492705	Douar Sidi Muhammad Ben Ahmed	douar-sidi-muhammad-ben-ahmed	DZ		0	Africa/Algiers	36.0284	1.76978				35			
7492713	El Maïen	el-maien	DZ		0	Africa/Algiers	36.05079	1.75776				35			
7493179	Douar Chouabet	douar-chouabet	DZ		0	Africa/Algiers	36.02969	1.79068				35			
7493185	Douar Takarboust	douar-takarboust	DZ		0	Africa/Algiers	36.00662	1.78283				35			
7493194	Douar el Djaadnia	douar-el-djaadnia	DZ		0	Africa/Algiers	36.01956	1.81884				35			
7493195	Douar el Rmadhna	douar-el-rmadhna	DZ		0	Africa/Algiers	36.02895	1.8304				35			
7493211	Douar el Ngueïllia	douar-el-ngueillia	DZ		0	Africa/Algiers	36.04083	1.86259				35			
7493212	Douar Boughalem	douar-boughalem	DZ		0	Africa/Algiers	36.03945	1.85076				35			
7493710	Khelili	khelili	DZ		0	Africa/Algiers	36.05537	1.98406				35			
7493711	Mechtat Ben Selhane	mechtat-ben-selhane	DZ		0	Africa/Algiers	36.05836	1.99287				35			
7493712	El Houachmia	el-houachmia	DZ		0	Africa/Algiers	36.06215	1.9958				35			
7493717	Douar Tadjemout	douar-tadjemout	DZ		0	Africa/Algiers	36.07502	1.99105				35			
7493735	Mehadnia	mehadnia	DZ		0	Africa/Algiers	36.10106	1.96816				35			
7493795	El Glaglia	el-glaglia	DZ		0	Africa/Algiers	36.12283	1.94403				35			
7494143	Bou Ardha	bou-ardha	DZ		0	Africa/Algiers	36.11355	1.93528				35			
7494147	Es Snoubria	es-snoubria	DZ		0	Africa/Algiers	36.12299	1.90151				35			
7494157	Ez Ziar	ez-ziar	DZ		0	Africa/Algiers	36.10259	1.92494				35			
7494441	Meksaoua	meksaoua	DZ		0	Africa/Algiers	36.07731	1.79204				35			
7494442	Douar el Zhaïria	douar-el-zhairia	DZ		0	Africa/Algiers	36.08081	1.80608				35			
7494917	Douar el Msaïf	douar-el-msaif	DZ		0	Africa/Algiers	36.1029	1.763				35			
7494920	Douar Touahria	douar-touahria	DZ		0	Africa/Algiers	36.11635	1.76802				35			
7494921	Douar Regaïgia	douar-regaigia	DZ		0	Africa/Algiers	36.11825	1.77898				35			
7494930	El Meraïmia	el-meraimia	DZ		0	Africa/Algiers	36.15754	1.88938				35			
7494933	Ouled Abdel Ali	ouled-abdel-ali	DZ		0	Africa/Algiers	36.18074	1.88382				35			
7494939	Medhadnia	medhadnia	DZ		0	Africa/Algiers	36.14418	1.77083				35			
7494950	El Halaïlia	el-halailia	DZ		0	Africa/Algiers	36.18809	1.78734				35			
7494952	Douar Ouled Djillali	douar-ouled-djillali	DZ		0	Africa/Algiers	36.18661	1.81538				35			
7494955	Douar Yahia	douar-yahia	DZ		0	Africa/Algiers	36.18407	1.82252				35			
7494965	Sidi Kaddour	sidi-kaddour	DZ		0	Africa/Algiers	36.15635	1.82062				35			
7494967	Ouled Nedjari	ouled-nedjari	DZ		0	Africa/Algiers	36.17054	1.83513				35			
7494984	Ouled Berahma	ouled-berahma	DZ		0	Africa/Algiers	36.14469	1.8546				35			
7494989	Zemanet Latach	zemanet-latach	DZ		0	Africa/Algiers	36.15017	1.89955				35			
7494991	El Benaïhia	el-benaihia	DZ		0	Africa/Algiers	36.14402	1.88254				35			
7494992	El Khattab	el-khattab	DZ		0	Africa/Algiers	36.13788	1.89521				35			
7494998	Zegagra	zegagra	DZ		0	Africa/Algiers	36.14694	1.9358				35			
7495000	Ouled Ben Denia	ouled-ben-denia	DZ		0	Africa/Algiers	36.15822	1.93166				35			
7495941	Kriouat	kriouat	DZ		0	Africa/Algiers	36.17714	1.89838				35			
7495945	Mehmda	mehmda	DZ		0	Africa/Algiers	36.19602	1.92315				35			
7495952	Ghechachma	ghechachma	DZ		0	Africa/Algiers	36.15537	1.98221				35			
7495953	Ouled Slah	ouled-slah	DZ		0	Africa/Algiers	36.15248	1.97691				35			
7495954	Douar Shab es Sra	douar-shab-es-sra	DZ		0	Africa/Algiers	36.14622	1.96616				35			
7495963	Bouazine	bouazine	DZ		0	Africa/Algiers	36.17104	1.98606				35			
7495969	Tizgha	tizgha	DZ		0	Africa/Algiers	36.17206	1.96734				35			
7495970	Touazegh	touazegh	DZ		0	Africa/Algiers	36.17842	1.97049				35			
7496028	Mzentout	mzentout	DZ		0	Africa/Algiers	36.21937	1.91098				35			
7496982	Ed Dhaïa	ed-dhaia	DZ		0	Africa/Algiers	36.23917	1.89133				35			
7496987	Houachmia	houachmia	DZ		0	Africa/Algiers	36.22694	1.89864				35			
7496990	Douar Frassouia	douar-frassouia	DZ		0	Africa/Algiers	36.21677	1.86497				35			
7496991	Douar Braz	douar-braz	DZ		0	Africa/Algiers	36.21879	1.87227				35			
7496992	Ouled L’Arbi	ouled-l-arbi	DZ		0	Africa/Algiers	36.23806	1.84807		Ouled L'Arbi,Ouled L’Arbi,awlad alʿrby,أولاد العربي		35			
7497369	Ouled Ben Miloud	ouled-ben-miloud	DZ		0	Africa/Algiers	36.24992	1.86539				35			
7497371	Douar Flitta	douar-flitta	DZ		0	Africa/Algiers	36.21317	1.82123				35			
7497372	Douar Rouabah	douar-rouabah	DZ		0	Africa/Algiers	36.20502	1.82419				35			
7497373	Leghmour Cheraka	leghmour-cheraka	DZ		0	Africa/Algiers	36.20994	1.80778				35			
7497374	Leghmour Gheraba	leghmour-gheraba	DZ		0	Africa/Algiers	36.21783	1.81133				35			
7497375	Douar Chermoul	douar-chermoul	DZ		0	Africa/Algiers	36.2091	1.79957				35			
7497380	Flitta	flitta	DZ		0	Africa/Algiers	36.20481	1.76378				35			
7497382	M’Ghaïlia	m-ghailia	DZ		0	Africa/Algiers	36.21725	1.77146				35			
7497386	Ouled Kaddour Ben Moussa	ouled-kaddour-ben-moussa	DZ		0	Africa/Algiers	36.23165	1.76229				35			
7510537	Cité Benteguere	cite-benteguere	DZ		0	Africa/Algiers	36.14989	1.3366				41			
7510539	Cité des Vergers	cite-des-vergers	DZ		0	Africa/Algiers	36.16049	1.32995				41			
7510540	Cité des Oliviers	cite-des-oliviers	DZ		0	Africa/Algiers	36.16611	1.35158				41			
7510542	El Ghoûali	el-ghouali	DZ		0	Africa/Algiers	36.15827	1.36801				41			
7511084	Guezazna	guezazna	DZ		0	Africa/Algiers	36.2678	1.77212				35			
7511094	El Guezazna	el-guezazna	DZ		0	Africa/Algiers	36.29114	1.79058				35			
7511095	Drebla	drebla	DZ		0	Africa/Algiers	36.28716	1.80518				35			
7511097	Douar Louroud	douar-louroud	DZ		0	Africa/Algiers	36.3169	1.81112				35			
7511102	M’habil	m-habil	DZ		0	Africa/Algiers	36.31461	1.77914				35			
7511104	Chmaala	chmaala	DZ		0	Africa/Algiers	36.30802	1.75169				35			
7511133	Douar Yousfi	douar-yousfi	DZ		0	Africa/Algiers	36.32044	1.82163				35			
7511136	Temmamra	temmamra	DZ		0	Africa/Algiers	36.31222	1.85715				35			
7511137	Douar Ouled Ben Takfa	douar-ouled-ben-takfa	DZ		0	Africa/Algiers	36.31815	1.84424				35			
7511141	Douar Lehrar	douar-lehrar	DZ		0	Africa/Algiers	36.31047	1.87616				35			
7511148	Douar Sidi Hamou	douar-sidi-hamou	DZ		0	Africa/Algiers	36.26272	1.8654				35			
7511149	El Amra Gare	el-amra-gare	DZ		0	Africa/Algiers	36.26518	1.8737				35			
7511160	Douar Atatfa	douar-atatfa	DZ		0	Africa/Algiers	36.28	1.91692				35			
7511161	Souabel	souabel	DZ		0	Africa/Algiers	36.27668	1.91954				35			
7511173	Ferch Othmania	ferch-othmania	DZ		0	Africa/Algiers	36.30091	1.92879				35			
7511177	Zenadra	zenadra	DZ		0	Africa/Algiers	36.29637	1.90066				35			
7511184	Ez Ziadir	ez-ziadir	DZ		0	Africa/Algiers	36.31766	1.883				35			
7511185	Douar er Rmal	douar-er-rmal	DZ		0	Africa/Algiers	36.3207	1.88712				35			
7511186	Ouled Mohieddine	ouled-mohieddine	DZ		0	Africa/Algiers	36.31857	1.90392				35			
7511201	Douar Mreggeb	douar-mreggeb	DZ		0	Africa/Algiers	36.26636	1.99427				35			
7511208	El Hamatchia	el-hamatchia	DZ		0	Africa/Algiers	36.29385	1.98127				35			
7511209	El Arabia	el-arabia	DZ		0	Africa/Algiers	36.29481	1.9672				35			
7511210	El Moualda	el-moualda	DZ		0	Africa/Algiers	36.29439	1.95201				35			
7511214	Ouled Zehhat	ouled-zehhat	DZ		0	Africa/Algiers	36.31209	1.99705				35			
7511216	Lemraoubia	lemraoubia	DZ		0	Africa/Algiers	36.31873	1.97565				35			
7511221	Lemarcha	lemarcha	DZ		0	Africa/Algiers	36.32017	1.98635				35			
7511227	Et Toug	et-toug	DZ		0	Africa/Algiers	36.33996	1.99571				35			
7511230	Lekaïch	lekaich	DZ		0	Africa/Algiers	36.34381	1.95458				35			
7511231	Er Remadnia	er-remadnia	DZ		0	Africa/Algiers	36.34248	1.9695				35			
7511232	Talla el Hamra	talla-el-hamra	DZ		0	Africa/Algiers	36.3397	1.9657				35			
7511318	Ben Amara	ben-amara	DZ		0	Africa/Algiers	36.36362	1.90328				35			
7511556	Ouled Djoubba	ouled-djoubba	DZ		0	Africa/Algiers	36.36003	1.84861				35			
7512492	Douar el Riadh	douar-el-riadh	DZ		0	Africa/Algiers	36.3401	1.80659				35			
7512527	Douar Moussa	douar-moussa	DZ		0	Africa/Algiers	36.3773	1.78174				35			
7512530	Beni Mhoussen	beni-mhoussen	DZ		0	Africa/Algiers	36.3747	1.78879				35			
7512540	Habiche	habiche	DZ		0	Africa/Algiers	36.4065	1.75202				55			
7513675	Boumenzou	boumenzou	DZ		0	Africa/Algiers	36.40498	1.90148				35			
7513972	Barghout	barghout	DZ		0	Africa/Algiers	36.45414	1.77173				55			
7514405	Douar Hdaoua	douar-hdaoua	DZ		0	Africa/Algiers	36.49595	1.82609				55			
7514411	Zadra Ihosnien	zadra-ihosnien	DZ		0	Africa/Algiers	36.49302	1.87499				55			
7514412	Zadra Klilich	zadra-klilich	DZ		0	Africa/Algiers	36.48414	1.85804				55			
7514414	Bouhriz	bouhriz	DZ		0	Africa/Algiers	36.4784	1.8686				55			
7525106	Dekara	dekara	DZ		0	Africa/Algiers	36.02378	1.55888				56			
7525115	El A’ouabid	el-a-ouabid	DZ		0	Africa/Algiers	36.04072	1.50955				41			
7525124	Beni Bouateb	beni-bouateb	DZ		0	Africa/Algiers	36.05169	1.5372		Beni Bouateb		41			
7525129	Rmadnia	rmadnia	DZ		0	Africa/Algiers	36.06912	1.58448				41			
7525153	Khantchouffene	khantchouffene	DZ		0	Africa/Algiers	36.00441	1.62945				41			
7525155	Ez Zaouia	ez-zaouia	DZ		0	Africa/Algiers	36.01259	1.59809				41			
7525156	Essedra	essedra	DZ		0	Africa/Algiers	36.0262	1.57114				41			
7525157	Bled Soualah	bled-soualah	DZ		0	Africa/Algiers	36.04981	1.58959		Beni Bouateb,Beni Bouâteb		41			
7525164	Beni Bou Setour	beni-bou-setour	DZ		0	Africa/Algiers	36.00188	1.63983				41			
7525263	El Medina	el-medina	DZ		0	Africa/Algiers	36.0468	1.72143				35			
7525268	Souk el Tleta	souk-el-tleta	DZ		0	Africa/Algiers	36.07463	1.69792				35			
7525292	El Hdjarass	el-hdjarass	DZ		0	Africa/Algiers	36.1104	1.74532				35			
7525297	Douar el Ghoualem	douar-el-ghoualem	DZ		0	Africa/Algiers	36.12191	1.73597				35			
7525301	Douar Khadhaï	douar-khadhai	DZ		0	Africa/Algiers	36.12072	1.67026				35			
7525302	Douar Bendrisse	douar-bendrisse	DZ		0	Africa/Algiers	36.12278	1.68857				35			
7525363	Sidi Ali Aïchoun	sidi-ali-aichoun	DZ		0	Africa/Algiers	36.08527	1.59406				41			
7525367	Cheouchaoua	cheouchaoua	DZ		0	Africa/Algiers	36.09754	1.58265				41			
7525371	Lekhlalfa	lekhlalfa	DZ		0	Africa/Algiers	36.10078	1.57358				41			
7525372	Lemghalfia	lemghalfia	DZ		0	Africa/Algiers	36.10565	1.58779				41			
7525380	El Gouatnia	el-gouatnia	DZ		0	Africa/Algiers	36.13261	1.606				35			
7525392	Bled el M’hada	bled-el-m-hada	DZ		0	Africa/Algiers	36.09214	1.62383				41			
7525394	El Brarcha	el-brarcha	DZ		0	Africa/Algiers	36.13618	1.57439				41			
7525402	El H’ouamid	el-h-ouamid	DZ		0	Africa/Algiers	36.09338	1.5177				41			
7525417	Dghabdjia	dghabdjia	DZ		0	Africa/Algiers	36.14072	1.53877				41			
7525561	Sekassik	sekassik	DZ		0	Africa/Algiers	36.17087	1.54683				41			
7525566	El H’Ouayet	el-h-ouayet	DZ		0	Africa/Algiers	36.14152	1.57486				41			
7525568	El Kheraïf	el-kheraif	DZ		0	Africa/Algiers	36.13798	1.59413				35			
7525581	El Kerama	el-kerama	DZ		0	Africa/Algiers	36.142	1.68448				35			
7525621	Haï Ouled Bouabida	hai-ouled-bouabida	DZ		0	Africa/Algiers	36.1934	1.7435				35			
7525622	Kherarba	kherarba	DZ		0	Africa/Algiers	36.20108	1.73374				35			
7525636	Mehanchia	mehanchia	DZ		0	Africa/Algiers	36.20172	1.64778				35			
7525638	Bir Nhass	bir-nhass	DZ		0	Africa/Algiers	36.21771	1.64166				35			
7525639	Haï Sidi Amar	hai-sidi-amar	DZ		0	Africa/Algiers	36.22173	1.65358				35			
7525640	Haï Ali Benhania	hai-ali-benhania	DZ		0	Africa/Algiers	36.22651	1.64944				35			
7525641	Haï Salem	hai-salem	DZ		0	Africa/Algiers	36.2279	1.67504				35			
7525643	Amamra	amamra	DZ		0	Africa/Algiers	36.24062	1.65797				35			
7525646	Douar Kratis	douar-kratis	DZ		0	Africa/Algiers	36.23777	1.62594				35			
7525650	Kouabâa	kouabaa	DZ		0	Africa/Algiers	36.20676	1.5505				41			
7525654	Zemmoul	zemmoul	DZ		0	Africa/Algiers	36.20059	1.52942				41			
7540080	Bou Serhane	bou-serhane	DZ		0	Africa/Algiers	36.41005	1.66778				35			
7671161	Douar Ouled Henni	douar-ouled-henni	DZ		0	Africa/Algiers	36.23618	1.16808				41			
7671164	Sebaâni	sebaani	DZ		0	Africa/Algiers	35.44384	3.29863				22			
7671213	Ouled Snoussi	ouled-snoussi	DZ		0	Africa/Algiers	35.21659	1.067				13			
7671217	Cité d’Urgence	cite-d-urgence	DZ		0	Africa/Algiers	36.16108	1.32				41			
7871471	Villa de los Barrios	villa-de-los-barrios	DZ		0	Africa/Algiers	36.18333	5.48333				12			
8280570	Er Redjamia	er-redjamia	DZ		0	Africa/Algiers	36.24264	3.26329				06			
8280578	El Aouaoudja	el-aouaoudja	DZ		0	Africa/Algiers	36.24135	3.29945				06			
8280581	El Guetayia	el-guetayia	DZ		0	Africa/Algiers	36.22939	3.32091				06			
8280582	Sekhaïria	sekhairia	DZ		0	Africa/Algiers	36.22152	3.32524				06			
8280583	Ouled Sidi Abdelaziz	ouled-sidi-abdelaziz	DZ		0	Africa/Algiers	36.24953	3.3337				06			
8280584	Bir Ouled Aïcha	bir-ouled-aicha	DZ		0	Africa/Algiers	36.24338	3.33954				06			
8280585	El Meharzia	el-meharzia	DZ		0	Africa/Algiers	36.23611	3.34878				06			
8280591	Sidi el Akrout	sidi-el-akrout	DZ		0	Africa/Algiers	36.21108	3.27599				06			
8280595	El Mtanib	el-mtanib	DZ		0	Africa/Algiers	36.2087	3.24958				06			
8280596	El Ferraïhia	el-ferraihia	DZ		0	Africa/Algiers	36.2002	3.25978				06			
8280611	Dar el Ogueb	dar-el-ogueb	DZ		0	Africa/Algiers	36.19678	3.28947				06			
8280612	Ben Zeghaïmi	ben-zeghaimi	DZ		0	Africa/Algiers	36.1965	3.29555				06			
8280618	Sidi Sadek	sidi-sadek	DZ		0	Africa/Algiers	36.15828	3.29532				06			
8280619	Ouled Bou Yahia	ouled-bou-yahia	DZ		0	Africa/Algiers	36.15945	3.26637				06			
8280624	Souadmia	souadmia	DZ		0	Africa/Algiers	36.14663	3.29617				06			
8280628	Koudiet Ammouch	koudiet-ammouch	DZ		0	Africa/Algiers	36.18735	3.25191				06			
8280650	Zeaïkia	zeaikia	DZ		0	Africa/Algiers	36.18587	3.31515				06			
8280651	El Rouaïghia	el-rouaighia	DZ		0	Africa/Algiers	36.18937	3.33147				06			
8280655	Gom Sidi Lakhdar	gom-sidi-lakhdar	DZ		0	Africa/Algiers	36.19366	3.31492				06			
8280660	Draa Mamiounet	draa-mamiounet	DZ		0	Africa/Algiers	36.13019	3.3065				06			
8280661	Zaârir	zaarir	DZ		0	Africa/Algiers	36.11067	3.25678				06			
8280687	Ouled el Miloud	ouled-el-miloud	DZ		0	Africa/Algiers	36.09744	3.32173				06			
8280689	Ouled Chergui	ouled-chergui	DZ		0	Africa/Algiers	36.07833	3.31765				06			
8280702	Ouled Thabet	ouled-thabet	DZ		0	Africa/Algiers	36.04789	3.30819				06			
8280713	Ouled Sidi Ahmed Ben Youcef	ouled-sidi-ahmed-ben-youcef	DZ		0	Africa/Algiers	36.07574	3.25299				06			
8280751	Sidi Zidane	sidi-zidane	DZ		0	Africa/Algiers	36.03564	3.25089				06			
8280778	Hammam Bou D’chicha	hammam-bou-d-chicha	DZ		0	Africa/Algiers	36.02187	3.35278				06			
8280779	El Meharzia	el-meharzia	DZ		0	Africa/Algiers	36.01497	3.37617				06			
8281242	Ouled Arbih	ouled-arbih	DZ		0	Africa/Algiers	36.04446	3.3661				06			
8281243	Ouled Znine	ouled-znine	DZ		0	Africa/Algiers	36.04991	3.37739				06			
8281251	El M’zata	el-m-zata	DZ		0	Africa/Algiers	36.03667	3.39982				06			
8281307	El Hadj Benyatou	el-hadj-benyatou	DZ		0	Africa/Algiers	36.10248	3.33916				06			
8281308	Ouled Rahmani	ouled-rahmani	DZ		0	Africa/Algiers	36.1029	3.35935				06			
8281314	El Houamda	el-houamda	DZ		0	Africa/Algiers	36.13704	3.32929				06			
8281329	Ouled Znim	ouled-znim	DZ		0	Africa/Algiers	36.13044	3.33848				06			
8281332	Ouled H’Ceini	ouled-h-ceini	DZ		0	Africa/Algiers	36.12323	3.40684				06			
8281338	Bled Sidi el Mergueb	bled-sidi-el-mergueb	DZ		0	Africa/Algiers	36.14356	3.39933				06			
8281340	Kadum Debbaz	kadum-debbaz	DZ		0	Africa/Algiers	36.14063	3.37415				06			
8281355	El Hezaïzia	el-hezaizia	DZ		0	Africa/Algiers	36.14478	3.35126				06			
8281401	El Sellamet	el-sellamet	DZ		0	Africa/Algiers	36.19819	3.34607				06			
8281404	El Medadha	el-medadha	DZ		0	Africa/Algiers	36.19308	3.34889				06			
8281405	El Aouadid	el-aouadid	DZ		0	Africa/Algiers	36.19304	3.35893				06			
8281406	El Kouazet	el-kouazet	DZ		0	Africa/Algiers	36.20903	3.34264				06			
8281407	El Seridj	el-seridj	DZ		0	Africa/Algiers	36.21189	3.35976				06			
8281413	Ahl el Agha	ahl-el-agha	DZ		0	Africa/Algiers	36.18358	3.36846				06			
8281414	El Khechakhchia	el-khechakhchia	DZ		0	Africa/Algiers	36.19037	3.3743				06			
8281415	Ferkat el M’haïdia	ferkat-el-m-haidia	DZ		0	Africa/Algiers	36.19419	3.3986				06			
8281417	Ferkat el Mouissat	ferkat-el-mouissat	DZ		0	Africa/Algiers	36.19998	3.41325				06			
8281418	Bir Ben Laabed	bir-ben-laabed	DZ		0	Africa/Algiers	36.18923	3.42111		Bir Ben Laabed		06			
8281422	El Kheddachet	el-kheddachet	DZ		0	Africa/Algiers	36.22856	3.3682				06			
8281426	Kouakat	kouakat	DZ		0	Africa/Algiers	36.22642	3.3957				06			
8281435	Ferkat Chlaba	ferkat-chlaba	DZ		0	Africa/Algiers	36.21332	3.45953				06			
8281438	Ferkat Beni Amrane	ferkat-beni-amrane	DZ		0	Africa/Algiers	36.21567	3.49737				06			
8281468	Bled el Hamadia	bled-el-hamadia	DZ		0	Africa/Algiers	36.13922	3.48931				06			
8281855	Ouled Boudaoud	ouled-boudaoud	DZ		0	Africa/Algiers	36.0912	3.41296				06			
8281859	El Menched	el-menched	DZ		0	Africa/Algiers	36.08767	3.43083				06			
8281874	El Guenadzia	el-guenadzia	DZ		0	Africa/Algiers	36.04987	3.42065				21			
8281885	El H’rabit	el-h-rabit	DZ		0	Africa/Algiers	36.06644	3.48415				21			
8281888	S’hari	s-hari	DZ		0	Africa/Algiers	36.0415	3.44242				21			
8281890	Bir Ayad	bir-ayad	DZ		0	Africa/Algiers	36.04833	3.46822				21			
8281894	Douar Zemlal	douar-zemlal	DZ		0	Africa/Algiers	36.03815	3.43246				21			
8281898	Ouled Ghenem	ouled-ghenem	DZ		0	Africa/Algiers	36.02606	3.45061				06			
8281907	Ouled Atallah	ouled-atallah	DZ		0	Africa/Algiers	36.00723	3.41816				06			
8304000	Oued Ksar	oued-ksar	DZ		0	Africa/Algiers	36.24639	2.84419				06			
8354448	El Guettana	el-guettana	DZ		0	Africa/Algiers	35.38411	-0.20475		Guettena,Guittana		26			
8355045	Sidi Abd el Kader	sidi-abd-el-kader	DZ		0	Africa/Algiers	35.52238	0.3807				26			
8410959	Casablanca	casablanca	DZ		0	Africa/Algiers	33.53333	7.58333				43			
8425996	I-n-khalil	i-n-khalil	DZ		0	Africa/Algiers	21.18865	1.04249				34			
8534240	Douar el Houidia	douar-el-houidia	DZ		0	Africa/Algiers	35.78841	0.29682				07			
8534595	Harchoune Ithnayn	harchoune-ithnayn	DZ		0	Africa/Algiers	36.14164	1.511				41			
8540333	Ouled Hadhria	ouled-hadhria	DZ		0	Africa/Algiers	36.02199	3.29465				06			
9072732	Tagzert	tagzert	DZ		0	Africa/Algiers	35.28901	5.57551				03			
9212660	Henchir Zirara	henchir-zirara	DZ		0	Africa/Algiers	35.77576	7.41749				29			
9260837	Douar Ouled H’daim	douar-ouled-h-daim	DZ		0	Africa/Algiers	36.06681	2.94319				06			
9295803	Mechta SOUALAH	mechta-soualah	DZ		0	Africa/Algiers	35.95024	1.68975				41			
9295806	Commune des Béni Bou Attab	commune-des-beni-bou-attab	DZ		0	Africa/Algiers	35.99503	1.61751				41			
10858634	Ihamziyen	ihamziyen	DZ		0	Africa/Algiers	36.56363	4.45414				14			
10858636	Abourghès	abourghes	DZ		0	Africa/Algiers	36.55922	4.45942				14			
10858671	Bouzeguène	bouzeguene	DZ		0	Africa/Algiers	36.61718	4.47869				14			
11203893	Bourouba	bourouba	DZ		0	Africa/Algiers	36.71467	3.10638		abw rwbt,bwrwbt,أبو روبة,بوروبة		01			
11204419	Erg Ferradj	erg-ferradj	DZ		0	Africa/Algiers	31.03472	-2.79139				38			
11204463	Oued Koriche	oued-koriche	DZ		0	Africa/Algiers	36.78448	3.04119		bldyt wad qrysh,bldyt wady qrysh,wad qrysh,wady qrysh,بلدية واد قريش,بلدية وادي قريش,واد قريش,وادي قريش		01			
11204500	Ali Mendjeli	ali-mendjeli	DZ		0	Africa/Algiers	36.2459	6.5671				04			
11204523	Boukhmissa	boukhmissa	DZ		0	Africa/Algiers	35.70025	4.5449				27			
11204545	Ben Abdelmalek Ramdan	ben-abdelmalek-ramdan	DZ		0	Africa/Algiers	36.10328	0.26552				07			
11205039	Djisr Ksentina	djisr-ksentina	DZ		0	Africa/Algiers	36.70406	3.08291				01			
11205058	Ouled Sabor	ouled-sabor	DZ		0	Africa/Algiers	36.16561	5.53676				12			
11239140	Aindouz	aindouz	DZ		0	Africa/Algiers	34.85415	-1.40411				15			
11239671	Maouya	maouya	DZ		0	Africa/Algiers	36.64194	4.26265				14			
11257880	Ennasim	ennasim	DZ		0	Africa/Algiers	36.32312	8.07016				52			
11549817	At Isguen	at-isguen	DZ		0	Africa/Algiers	32.28	3.41				45			
11549818	At Isguen	at-isguen	DZ		0	Africa/Algiers	32.47454	3.6961				45			
11549819	Iserghi Belevedere 1	iserghi-belevedere-1	DZ		0	Africa/Algiers	32.4663	3.69913				45			
11592961	Amirauté	amiraute	DZ		0	Africa/Algiers	36.7866	3.0672							
11593699	IIsathen	iisathen	DZ		0	Africa/Algiers	36.68869	3.74565				40			
11593700	Ighoumrassen	ighoumrassen	DZ		0	Africa/Algiers	36.69294	3.75571				40			
11593701	Iouanoughen	iouanoughen	DZ		0	Africa/Algiers	36.68315	3.74252				40			
11703548	Sidi Senoussi سيدي سنوسي	sidi-senoussi-sydy-snwsy	DZ		7500	Africa/Algiers	34.99691	-1.09449	589			15			
11902871	Isten	isten	DZ		0	Africa/Algiers	23.80018	6.02398		Isten		53			
11902873	Têżeit	tezeit	DZ		0	Africa/Algiers	23.69926	5.9995				53			
11902876	Tifôkraouîn	tifokraouin	DZ		0	Africa/Algiers	23.7927	5.90952				53			
11993237	Sidi El Houari	sidi-el-houari	DZ		0	Africa/Algiers	35.70471	-0.65204				09			
12129092	Mauretania (historical region)	mauretania-historical-region	DZ		0	Africa/Algiers	36.58663	2.19635		mwrytanya,mwrytnyt,موريتانيا,موريطانيا,موريطنية		55			
12149332	Berrahab	berrahab	DZ		1000	Africa/Algiers	36.20798	7.10265	850			23			
12173163	Former Roman Catholic Diocese of Caesarea Mauretaniae	former-roman-catholic-diocese-of-caesarea-mauretaniae	DZ		0	Africa/Algiers	36.60093	2.18619				55			
12173164	Roman Province of Mauretania Caesarensis	roman-province-of-mauretania-caesarensis	DZ		0	Africa/Algiers	36.6075	2.27279				55			
12188487	Libya (ancient geographical region)	libya-ancient-geographical-region	DZ		0	Africa/Tripoli	32.63584	12.21615				31			
12188914	Hippo Regius (ville antique)	hippo-regius-ville-antique	DZ		0	Africa/Algiers	36.86574	7.73323				37			
12195551	El Maharra	el-maharra	DZ		0	Africa/Algiers	33.31227	0.36563				42			
2474177	Zekara	zekara	DZ	44002	0	Africa/Algiers	36.19061	1.64413		Zekara,Zrarka,Zrârka		35			
2474222	Zoui	zoui	DZ	40013	0	Africa/Algiers	35.29563	7.3554		Zaoui,Zoui		47			
2474224	Zouggara	zouggara	DZ	35011	0	Africa/Algiers	36.59992	3.48563				40			
2474233	Zoubiria	zoubiria	DZ	26021	0	Africa/Algiers	36.06968	2.90107		Brazza,Zoubiria		06			
2474248	Zoubia	zoubia	DZ	08010	0	Africa/Algiers	32.13529	-1.02032		Duveyrier,Zoubia		38			
2474317	Village Nègre	village-negre	DZ	16026	0	Africa/Algiers	35.54139	6.18111		Village Negre,Village Nègre,Zmala		03			
2474341	Zitouna	zitouna	DZ	04004	0	Africa/Algiers	36.98974	6.46049		Bessembourg,Bessombourg,Bessonbourg,Ez Zitouna,Ez Zîtoûna,Zitouna		31			
2474342	Zitouna	zitouna	DZ	04004	0	Africa/Algiers	35.23204	-1.22677				36			
2474387	Zina	zina	DZ	06014	0	Africa/Algiers	36.31024	4.50971				18			
2474388	Zimoula	zimoula	DZ	15043	0	Africa/Algiers	36.76829	3.97622				14			
2474485	Zerouala	zerouala	DZ	09012	0	Africa/Algiers	35.24233	-0.52175		Deligny,Zerouala,Zerouela		30			
2474493	Zérizer	zerizer	DZ	36015	0	Africa/Algiers	36.7273	7.8946		Zerizer,Zérizer		44			
2474506	Zeribet el Oued	zeribet-el-oued	DZ	07012	23187	Africa/Algiers	34.68284	6.51109		Zeribet el Oued,Zribet el Oued		19			
2474583	Zeralda	zeralda	DZ	16063	17563	Africa/Algiers	36.71169	2.84244		Zeralda		01			
2474586	Zeraïa	zeraia	DZ	19127	0	Africa/Algiers	36.46841	6.17578				48			
2474593	Had Sahary	had-sahary	DZ	17022	0	Africa/Algiers	35.35056	3.36528		Bouira Sahari,Bouira Sahary,Had Sahary,Zemach,Zenzach		22			
2475761	Tizi Hibel	tizi-hibel	DZ	15045	0	Africa/Algiers	36.597	4.11704				14			
2474629	Zemmouri el Bahri	zemmouri-el-bahri	DZ	35061	0	Africa/Algiers	36.80278	3.565		Courbet Marine,Port-aux-Poules,Zemmouri Bahar,Zemmouri el Bahri,zmwry,زموري,ⵜⵉⵣⵉ ⵏ ⴰⵜⵀ ⴰ̆ⵉⵛⴰ,ⵜⵉⵣⵉ ⵏ ⴰⵜⵀ ⴰⵉⵛⴰ		40			
2474633	Zemmouri	zemmouri	DZ	35012	0	Africa/Algiers	36.78528	3.60361		Courbet,Zamori,Zemmouri		40			
2474638	Zemoura	zemoura	DZ	02054	21770	Africa/Algiers	35.72251	0.75509		Zemmora,Zemoura		51			
2474667	Zelfana	zelfana	DZ	47007	0	Africa/Algiers	32.3978	4.22538		Bordj Zelfana,Zelfana,brj zlfant,zlfanh,zlfant,برج زلفانة,زلفانة,زلفانه		45			
2474673	Zelamta	zelamta	DZ	29029	0	Africa/Algiers	35.29239	0.47593		Ferme de Zelamta,Zelamta		26			
2474681	Zekri	zekri	DZ	15077	0	Africa/Algiers	36.78003	4.59183		Taharoust,Zekri		14			
2474750	Zeboudja	zeboudja	DZ	02014	0	Africa/Algiers	36.35085	1.431		Hanoteau,Timezratine,Zeboudja		41			
2474800	Zebabdja	zebabdja	DZ	02080	0	Africa/Algiers	36.17438	1.48974				41			
2474819	Zarzaïtine	zarzaitine	DZ	33001	0	Africa/Algiers	28.08732	9.77855		Zarzaitine,Zarzaïtine		46			
2474828	Zaroura	zaroura	DZ	10057	0	Africa/Algiers	35.32397	1.30214				13			
2474858	Zaouiet Riab	zaouiet-riab	DZ	39004	0	Africa/Algiers	33.58196	5.9942				MG			
2474861	Zaouiet Kounta	zaouiet-kounta	DZ	01007	0	Africa/Algiers	27.22269	-0.19781		Zaouiet Kounta,Zawiet Kounta		34			
2474884	Zaouïa	zaouia	DZ	02002	0	Africa/Algiers	35.61211	1.23985				13			
2474885	Zaouia	zaouia	DZ	02002	0	Africa/Algiers	34.96419	7.03561				47			
2474886	Zaouia	zaouia	DZ	02002	0	Africa/Algiers	34.47627	0.81068				10			
2474887	Zaouia	zaouia	DZ	02002	0	Africa/Algiers	33.13333	6.08333				TG			
2474888	Zaouia	zaouia	DZ	02002	0	Africa/Algiers	28.73314	0.32258				TM			
2474889	Zaouia	zaouia	DZ	02002	0	Africa/Algiers	36.69623	4.181				14			
2474951	Zahra	zahra	DZ	13080	0	Africa/Algiers	34.68417	-1.48362				15			
2474957	Zahana	zahana	DZ	29019	0	Africa/Algiers	35.51948	-0.40853		Saint-Lucien,Zahana,Zahna		26			
2474963	Zaglou	zaglou	DZ	01007	0	Africa/Algiers	27.26864	-0.2101				34			
2474980	Zaâtra	zaatra	DZ	35060	0	Africa/Algiers	36.7675	3.60694		Rocher Poincare,Zaatra,Zaâtra		40			
2474983	Zaatcha	zaatcha	DZ	07009	0	Africa/Algiers	34.71869	5.41098				19			
2475006	Youb	youb	DZ	20008	0	Africa/Algiers	34.92186	-0.20955		Ain el Beida,Aïn el Beïda,Berthelot,Daoud,Youb		10			
2475039	Yakouren	yakouren	DZ	15052	0	Africa/Algiers	36.73054	4.43646		Yacouren,Yakouren,Yakourene		14			
2475078	Larhat	larhat	DZ	42017	0	Africa/Algiers	36.55709	1.80246		Larhat,Villebourg		55			
2475080	Village Nègre	village-negre	DZ	16026	0	Africa/Algiers	35.7	-0.65				09			
2475081	Oued Chorfa	oued-chorfa	DZ	44024	0	Africa/Algiers	36.16509	2.55371		Oued Chorfa,Village du Barrage,qryt alsd,wad alshrfaʾ,wady alshrfaʾ,wady shrfaʾ,قرية السد,واد الشرفاء,وادي الشرفاء,وادی شرفاء		35			
2475089	Vieux Ténès	vieux-tenes	DZ	02062	0	Africa/Algiers	36.50068	1.31622		Old Tenes,Old Ténès,Vieux Tenes,Vieux Ténès		41			
2475097	Bir Safsaf	bir-safsaf	DZ	02034	0	Africa/Algiers	36.20279	1.59364		Bir Saf Saf,Bir Safsaf,Bokat ez Zekateia,Vauban,byr sfsaf,بئر صفصاف,بير صفصاف		41			
2475187	Trifaoui	trifaoui	DZ	39044	0	Africa/Algiers	33.42298	6.93452		Trifaoui,altryfawy,الطريفاوي		43			
2475251	Touta	touta	DZ	10020	0	Africa/Algiers	35.02511	0.56301		Douar Touta,Touta		10			
2475257	Tousnina	tousnina	DZ	14037	0	Africa/Algiers	35.08333	1.23333		Tousnina		13			
2475259	Tousmouline	tousmouline	DZ	32034	0	Africa/Algiers	33.65185	0.3086		Tousmouline		42			
2475339	Toumella	toumella	DZ	34001	0	Africa/Algiers	35.93554	5.02922				39			
2475475	Touggourt	touggourt	DZ	30002	49044	Africa/Algiers	33.10527	6.05796		TGR,Touggourt,Tougourt,Tuggurt,Tugurtas,Tukkurt,to~ugura,tqrt,tqwrt  aljzayr,tu gu er te,tuguleuteu,Туггурт,Туггурт қаласы,تقرت,تقورت، الجزایر,トゥーグラ,图古尔特,투구르트		TG			
2475477	Tougana	tougana	DZ	15052	0	Africa/Algiers	36.74407	4.50425				14			
2475487	Touffirt	touffirt	DZ	06109	0	Africa/Algiers	36.37721	4.65472				18			
2475488	Touffana	touffana	DZ	05065	0	Africa/Algiers	35.48318	6.62708		Ain Douffana,Ain Touffana,Aïn Douffana,Aïn Touffana,Touffana		03			
2475502	Toudja	toudja	DZ	06030	0	Africa/Algiers	36.74688	4.87203		Toudja,twjt,توجة		18			
2475510	Toubou	toubou	DZ	34048	0	Africa/Algiers	35.99623	4.64618				39			
2475523	Touazi	touazi	DZ	14038	0	Africa/Algiers	34.95397	2.33621				13			
2475524	Touazi	touazi	DZ	14038	0	Africa/Algiers	34.69664	2.81872				22			
2475563	Touafria	touafria	DZ	02049	0	Africa/Algiers	36.26259	2.36097				35			
2475570	Touadjeur	touadjeur	DZ	45032	0	Africa/Algiers	33.41532	-0.19333				49			
2475589	Torch	torch	DZ	27013	0	Africa/Algiers	36.31986	3.12886				06			
2475590	Torch	torch	DZ	27013	0	Africa/Algiers	36.1285	0.50947		Douar Torch,Torch		07			
2475612	Tolga	tolga	DZ	07003	68246	Africa/Algiers	34.72224	5.37845		Tolga,Толга		19			
2475656	Tliouanet	tliouanet	DZ	48072	0	Africa/Algiers	35.59295	0.39228				51			
2475670	Seghouane	seghouane	DZ	26041	0	Africa/Algiers	36.00129	2.90429		Arthur,Seghouane,Tlelat ed Douair,Tlelat ed Douaïr,Tletat ed Douair,Tletat ed Douaïr		06			
2475680	Tleta	tleta	DZ	13080	0	Africa/Algiers	36.79284	5.88507		Mechtat el Tleta,Tleta		24			
2475681	Tleta	tleta	DZ	13080	0	Africa/Algiers	34.67901	-1.47429				15			
2475696	Tlalet	tlalet	DZ	01001	0	Africa/Algiers	29.34819	0.33279				TM			
2475701	T’Kout	t-kout	DZ	05020	0	Africa/Algiers	35.1392	6.30861		T'Kout,Tkouf,T’Kout		03			
2475725	Tizouine	tizouine	DZ	15009	0	Africa/Algiers	36.61973	4.48903				14			
2475732	Tizi Tifra	tizi-tifra	DZ	06028	0	Africa/Algiers	36.66747	4.70442				18			
2475735	Tizit	tizit	DZ	15156	0	Africa/Algiers	36.5142	4.42024				14			
2475740	Tizi Rached	tizi-rached	DZ	15051	17872	Africa/Algiers	36.67176	4.19176		Tizi Rached		14			
2475752	Tizi-n-Tleta	tizi-n-tleta	DZ	15050	22404	Africa/Algiers	36.54569	4.05712		Tizi-n-Tleta		14			
2475753	Tizint	tizint	DZ	40044	0	Africa/Algiers	34.92724	6.85528				47			
2475758	Tizi-n-Bechar	tizi-n-bechar	DZ	19068	0	Africa/Algiers	36.43032	5.35834		Tizi N' Bechar,Tizi N’ Béchar,Tizi-n-Bechar		12			
2475762	Tizi Guefres	tizi-guefres	DZ	15024	0	Africa/Algiers	36.56345	4.40409				14			
2475764	Tizi Gheniff	tizi-gheniff	DZ	15020	27974	Africa/Algiers	36.58839	3.77445		Tizi Ghenif,Tizi Gheniff,Tizi R'Nif,Tizi Renif,Tizi Rniff,Tizi R’Nif,Tizi-Reniff		14			
2475768	Tizi el Korn	tizi-el-korn	DZ	06035	0	Africa/Algiers	36.71091	4.6996				18			
2475772	Tizi Ameur	tizi-ameur	DZ	15109	0	Africa/Algiers	36.59323	3.91953				14			
2475776	Tizi Ahmed	tizi-ahmed	DZ	06023	0	Africa/Algiers	36.65495	5.16252				18			
2475785	Tizi	tizi	DZ	06033	0	Africa/Algiers	35.31603	0.07236		Tizi		26			
2475787	Tizert	tizert	DZ	06024	0	Africa/Algiers	36.49217	4.73521				18			
2475789	Tizerouine	tizerouine	DZ	35004	0	Africa/Algiers	36.8	4.61667		Tizerouin,Tizerouine,Tizerouïn		14			
2475806	Tixter	tixter	DZ	34022	0	Africa/Algiers	36.0475	5.08119		Tixter		39			
2475807	Tixeraïne	tixeraine	DZ	16100	0	Africa/Algiers	36.72365	3.02729				01			
2475837	Tit	tit	DZ	01031	0	Africa/Algiers	26.93602	1.49214		Tit,tyt,تيت,تيط		34			
2475838	Tit	tit	DZ	01031	0	Africa/Algiers	22.9653	5.19702		Tit,tyt,تيت		53			
2475916	Tirourda	tirourda	DZ	15013	0	Africa/Algiers	36.48084	4.29588				14			
2475920	Tiroual	tiroual	DZ	15015	0	Africa/Algiers	36.49995	4.21283				14			
2475921	Tirmitine	tirmitine	DZ	15003	26261	Africa/Algiers	36.65393	3.98143		Tirmitine,thyrmythyn,thyrmythyn awfla,tyrmtyn,تيرمتين,ثيرميثين,ثيرميثين أوفلا		14			
2476032	Tiout	tiout	DZ	45030	0	Africa/Algiers	32.77111	-0.41407		Tiout		49			
2476042	Tiourinine	tiourinine	DZ	06023	0	Africa/Algiers	27.32702	-0.2227		Tiourinine,Tiouririne		34			
2476188	Tiniri	tiniri	DZ	06014	0	Africa/Algiers	36.2942	4.55449				18			
2476249	Tinekline	tinekline	DZ	01012	0	Africa/Algiers	28.68638	0.34394				TM			
2476269	Tinebdar	tinebdar	DZ	06037	0	Africa/Algiers	36.62525	4.68101		Tinebdar		18			
2476333	Tinar	tinar	DZ	19027	0	Africa/Algiers	36.15697	5.48869				12			
2476383	Timoktene	timoktene	DZ	01043	0	Africa/Algiers	27.01685	1.00654				34			
2476396	Timizart	timizart	DZ	15152	41158	Africa/Algiers	36.8	4.26667		Timizart		14			
2476403	Timimoun	timimoun	DZ	01001	49237	Africa/Algiers	29.26388	0.23098		TMX,Timimoun,Timimun,Timmoun,tmymwn,tymymwn,Тимимун,تميمون,تيميمون		TM			
2476404	Timiloust	timiloust	DZ	15022	0	Africa/Algiers	36.79278	4.35673				14			
2476409	Timgad	timgad	DZ	05023	0	Africa/Algiers	35.49281	6.46999		Thamugadi,Timgad,Timgadas,Tímgád,timugaddo,tingad,tymqad,Тимгад,Тімгад,תימגאד,تيمقاد,ടിംഗാഡ്,ტიმგადი,ティムガッド		03			
2476521	Tiliouine	tiliouine	DZ	15054	0	Africa/Algiers	29.43178	0.30479				TM			
2476523	Tililit	tililit	DZ	15002	0	Africa/Algiers	36.56658	4.2645				14			
2482428	Sali	sali	DZ	01009	0	Africa/Algiers	26.96548	-0.04042		Sali		34			
2476565	Tilatou	tilatou	DZ	05027	0	Africa/Algiers	35.32058	5.78874		Dechra Tilatou,Tilatou		03			
2476581	Tikobaïn	tikobain	DZ	15048	0	Africa/Algiers	36.76342	4.16525		Tikobain,Tikobaine,Tikobaïn,Tikobaïne,Tikoubain,Tikoubaine,Tikoubaïn,Tikoubaïne		14			
2476591	Tikjda	tikjda	DZ	10022	0	Africa/Algiers	36.45	4.13333		Tidjeka,Tikjda		21			
2476660	Tigzirt	tigzirt	DZ	15019	0	Africa/Algiers	36.88856	4.11984		Tigzirt,Tigzirt-sur-Mer,Tigzizt-sur-Mer,tyqzyrt,تيقزيرت		14			
2476682	Tiguemounine	tiguemounine	DZ	06092	0	Africa/Algiers	36.50169	4.22757				14			
2476690	Tigrine	tigrine	DZ	06010	0	Africa/Algiers	36.84518	4.57409				14			
2476700	Tighenif	tighenif	DZ	29004	0	Africa/Algiers	35.41722	0.32982		Palikao,Tighenif,Tighennif		26			
2476714	Tifritine	tifritine	DZ	06033	0	Africa/Algiers	36.54567	4.89414				18			
2476715	Tifrit	tifrit	DZ	06001	0	Africa/Algiers	36.48062	4.53032				18			
2476718	Tifrest	tifrest	DZ	15010	0	Africa/Algiers	36.86898	4.44334				14			
2476725	Tifra	tifra	DZ	06028	0	Africa/Algiers	36.66639	4.69722		Tiffra,Tifra,thyfra,tyfrt,تيفرة,ثيفرا		18			
2476758	Tifera	tifera	DZ	13020	0	Africa/Algiers	36.84112	4.14534				14			
2476766	Tifaou	tifaou	DZ	15100	0	Africa/Algiers	36.67097	3.84302				14			
2476780	Tidmimine	tidmimine	DZ	15010	0	Africa/Algiers	36.84774	4.44149				14			
2476783	Tidmaïne	tidmaine	DZ	01049	0	Africa/Algiers	27.09383	-0.12061				34			
2476797	Tidjet	tidjet	DZ	19032	0	Africa/Algiers	36.33012	4.88412				12			
2476808	Tidjelabine	tidjelabine	DZ	35021	0	Africa/Algiers	36.73046	3.49482		Bellefontaine,Tidjelabine		40			
2476853	Tichi	tichi	DZ	06023	0	Africa/Algiers	36.66667	5.16667		Tichi,Tichy,tyshy,تيشي		18			
2476861	Tibouamouchine	tibouamouchine	DZ	06079	0	Africa/Algiers	36.52048	4.70535				18			
2476878	Tiberguent	tiberguent	DZ	43035	0	Africa/Algiers	36.40917	6.04		Tiberguent		48			
2476888	Tibane	tibane	DZ	06087	0	Africa/Algiers	36.6089	4.64746		Tibane		18			
2476907	Thouabet	thouabet	DZ	35004	0	Africa/Algiers	36.88096	3.88396				40			
2476915	Theniet el Had	theniet-el-had	DZ	38003	27687	Africa/Algiers	35.87111	2.02806		Teniet el Haad,Teniet el Had,Teniet-el-Ha,Theniet el Had		56			
2476917	Thenia	thenia	DZ	29021	16180	Africa/Algiers	36.72544	3.55665		Menerville,Ménerville,Thenia,Theniet Beni Aicha,Theniet Béni Aicha		40			
2476947	Texenna	texenna	DZ	18006	0	Africa/Algiers	36.66123	5.78876		Texenna		24			
2476982	Tessala	tessala	DZ	22033	0	Africa/Algiers	35.24356	-0.77251		Aine Soffra,Tessala		30			
2477047	Terga	terga	DZ	46015	0	Africa/Algiers	35.41835	-1.17921		Targa,Terga,Turgot,tarqt,تارقة		36			
2477100	Tenira	tenira	DZ	22021	0	Africa/Algiers	35.01667	0.53333				10			
2477113	Teniet en Nasr	teniet-en-nasr	DZ	34021	0	Africa/Algiers	36.21667	4.58333		Teniet el Khemis,Teniet el Kremis,Teniet en Nasr		39			
2477122	Teniet el Abed	teniet-el-abed	DZ	05035	0	Africa/Algiers	35.24695	6.19062		Teniet el Abed		03			
2477148	Ténès	tenes	DZ	02006	0	Africa/Algiers	36.51076	1.30809		Tenes,Tenez,Ténès		41			
2477152	Tenedla	tenedla	DZ	39042	0	Africa/Algiers	33.6779	6.032				MG			
2477199	Temda	temda	DZ	14070	0	Africa/Algiers	35.47914	1.15723				13			
2477215	Temacine	temacine	DZ	30003	0	Africa/Algiers	33.01974	6.0083				TG			
2477255	Telerghma	telerghma	DZ	43008	51708	Africa/Algiers	36.11653	6.35434		Telerghma,Telergma		48			
2477277	Télagh	telagh	DZ	22007	0	Africa/Algiers	34.7827	-0.57218		Le Telagh,Telagh,Telarh,Télagh,Télarh		30			
2477357	Teghalimet	teghalimet	DZ	13052	0	Africa/Algiers	34.88736	-0.54864		Teghalimet,Tirman		30			
2477515	Tazerout	tazerout	DZ	15042	0	Africa/Algiers	36.79906	3.89045		Tazerout,Tazrout		40			
2477516	Tazrout	tazrout	DZ	06010	0	Africa/Algiers	36.65301	4.96697		Tazerout,Tazrout		18			
2477517	Tazrout	tazrout	DZ	06010	0	Africa/Algiers	35.99255	4.5203				39			
2477518	Tazrouk	tazrouk	DZ	11010	0	Africa/Algiers	23.41332	6.25943		Arrem Tazerouk,Tazerouk,Tazrouk,tazrwk,tazrwq,تازروق,تازروك,تاظروق,تاظروك		53			
2477528	Tazoult-Lambese	tazoult-lambese	DZ	05011	41636	Africa/Algiers	35.48171	6.26074		Lambese,Lambèse,Tazoult,Tazoult-Lambese		03			
2477529	Tazoult	tazoult	DZ	01040	0	Africa/Algiers	27.18307	-0.15473				34			
2477532	Tazougart	tazougart	DZ	40012	0	Africa/Algiers	35.37326	7.2146		Tazougart,Tazouguert		47			
2477536	Tazmalt	tazmalt	DZ	06006	0	Africa/Algiers	36.70956	4.12967				14			
2477537	Tazmalt	tazmalt	DZ	06006	0	Africa/Algiers	36.38682	4.39886		Tazmalt		18			
2477541	Tazla	tazla	DZ	06014	0	Africa/Algiers	36.26667	4.60214				18			
2477548	Tazerout	tazerout	DZ	15042	0	Africa/Algiers	36.72443	4.59224				18			
2477549	Tazerout	tazerout	DZ	15042	0	Africa/Algiers	36.54366	4.33052				14			
2477550	Tazerout	tazerout	DZ	15042	0	Africa/Algiers	36.54452	4.01241				14			
2477551	Tazrout	tazrout	DZ	06010	0	Africa/Algiers	36.47526	1.80189		Tazerout,Tazrout		55			
2477571	Tazbent	tazbent	DZ	12052	0	Africa/Algiers	35.36435	7.94759		Bordj Tazbennt,Tazbent,brj tazbnt,tazbnt,برج تازبنت,تازبنت		33			
2477587	Taza	taza	DZ	06031	0	Africa/Algiers	36.70531	5.5453				24			
2477599	Taya	taya	DZ	19067	0	Africa/Algiers	36.46451	7.1118		Taya,Taya-Gare		23			
2477601	Taxlent	taxlent	DZ	05055	0	Africa/Algiers	35.61667	5.81667		Taxlent		03			
2477659	Tassaft	tassaft	DZ	15074	0	Africa/Algiers	36.53658	4.23891		Tassaft,Tassaft Ou Guemoun		14			
2477669	Taskriout	taskriout	DZ	06015	0	Africa/Algiers	36.56667	5.25		Tarzouth,Taskriout,taskrywt,tasqrywt,تاسقريوت,تاسكريوت		18			
2477677	Tasfaout	tasfaout	DZ	01027	0	Africa/Algiers	29.18545	-0.06223		Tasfaout,tasfawt,تاسفاوت,تاصفاوت		TM			
2477678	Tasfaout	tasfaout	DZ	01027	0	Africa/Algiers	27.69179	-0.3551		Tas'aout,Tasfalout,Tasfaout,Tas’aout,tasfawt,تاسفاوت,تاصفاوت		34			
2477713	Tarnana	tarnana	DZ	13029	0	Africa/Algiers	34.98651	-1.85303				15			
2477715	Tarmount	tarmount	DZ	28038	0	Africa/Algiers	35.82083	4.2875		Tarmount		27			
2477727	Tarik Ibn Ziad	tarik-ibn-ziad	DZ	44029	0	Africa/Algiers	35.99377	2.14558		Marbot,Tarik Ibn Zayad,Tarik Ibn Ziad,Tarik Ibn Ziyad,Tarik Ibn Zyad		35			
2477880	Taoughazout	taoughazout	DZ	14001	0	Africa/Algiers	35.01767	1.06732		Taoughazout,Taourzaout		13			
2477881	Taoursit	taoursit	DZ	01001	0	Africa/Algiers	29.16667	0.19826				TM			
2477885	Taourirt Saïd Arab	taourirt-said-arab	DZ	06094	0	Africa/Algiers	36.74252	4.80512				18			
2477890	Taourirt Mimoun	taourirt-mimoun	DZ	15030	0	Africa/Algiers	36.57028	4.20172				14			
2477895	Taourirt Ighil	taourirt-ighil	DZ	06035	0	Africa/Algiers	36.7	4.7		Taourirt Ighil,Taourirt Irhil,Taourirt Iril		18			
2477903	Taourirt Amokrane	taourirt-amokrane	DZ	15147	0	Africa/Algiers	36.61317	4.20055		Taourirt Amokrane,Taourirt-Amokhane		14			
2477909	Taourirt	taourirt	DZ	01004	0	Africa/Algiers	36.78333	5				18			
2477910	Taourirt	taourirt	DZ	01004	0	Africa/Algiers	36.58333	4.93333		Taorirt,Taourirt,Taourirt n'Dzignit,Taourirt n’Dzignit		18			
2477911	Taourirt	taourirt	DZ	01004	0	Africa/Algiers	36.55589	5.06546				12			
2477912	Taourirt	taourirt	DZ	01004	0	Africa/Algiers	36.44334	4.6828				18			
2477913	Taourirt	taourirt	DZ	01004	0	Africa/Algiers	36.32972	4.31417				21			
2477914	Taourirt	taourirt	DZ	01004	0	Africa/Algiers	26.70406	0.21719				34			
2477926	Taourga	taourga	DZ	35029	0	Africa/Algiers	36.7939	3.95034		Horace-Vernet,Taourga		40			
2477927	Taourga	taourga	DZ	35029	0	Africa/Algiers	36.29482	3.11084				06			
2477933	Taoura	taoura	DZ	41009	0	Africa/Algiers	36.1675	8.04028		Aine Guettar,Aïne Guettar,Gambetta,Taoura		52			
2477947	Taouiala	taouiala	DZ	03026	0	Africa/Algiers	33.87186	1.8654		Taouiala		25			
2477949	Taougrite	taougrite	DZ	02012	0	Africa/Algiers	36.24741	0.92371		Paul Robert,Taougrit,Taougrite		41			
2478043	Tamzoura	tamzoura	DZ	46026	0	Africa/Algiers	35.40889	-0.65936		Saint-Maur,Tamzoura,Tamzourah,Tamzouras,sant mwr,tamzwght,تامزوغة,سانت مور		36			
2478049	Tamza	tamza	DZ	40016	0	Africa/Algiers	35.31491	6.83041		Tamza		47			
2478052	Tamtert	tamtert	DZ	08046	0	Africa/Algiers	29.91347	-1.9		Tamtert		BA			
2478064	Tamricht	tamricht	DZ	06090	0	Africa/Algiers	36.56273	5.36313		Tamricht		18			
2478073	Tamokra	tamokra	DZ	06109	0	Africa/Algiers	36.39322	4.66446		Tamokra		18			
2478081	Tamlouka	tamlouka	DZ	24010	0	Africa/Algiers	36.15841	7.14154		Montcalm,Tamlouka		23			
2478096	Tamezlaït	tamezlait	DZ	38030	0	Africa/Algiers	36.47311	2.06184				55			
2478119	Tamesguida	tamesguida	DZ	26075	0	Africa/Algiers	36.45	1.53333				41			
2478120	Tamesguida	tamesguida	DZ	26075	0	Africa/Algiers	36.32356	2.68858		Mouzaia les Mines,Mouzaïa les Mines,Tamesguida		06			
2478131	Tamerna Djedida	tamerna-djedida	DZ	39041	0	Africa/Algiers	33.44542	5.95527		Tamerna,Tamerna Djedida		MG			
2478139	Tamentit	tamentit	DZ	01029	0	Africa/Algiers	27.7605	-0.25997		Tamentit		34			
2478181	Tamdjout	tamdjout	DZ	06022	0	Africa/Algiers	36.55275	4.27622				14			
2478192	Tamda	tamda	DZ	15046	0	Africa/Algiers	36.70522	4.19157				14			
2478193	Tamda	tamda	DZ	15046	0	Africa/Algiers	36.33306	1.73528		Tamda,Tamda Intileta		35			
2478194	Tamda	tamda	DZ	15046	0	Africa/Algiers	36.10514	0.87947		Tamda,Village de Tamda		51			
2478195	Tamazirt	tamazirt	DZ	15002	0	Africa/Algiers	36.65512	4.14635				14			
2478196	Tamazirt	tamazirt	DZ	15002	0	Africa/Algiers	36.4995	5.54297				12			
2478203	Tamassit	tamassit	DZ	15022	0	Africa/Algiers	36.8	4.35				14			
2478226	Tamalous	tamalous	DZ	21005	32579	Africa/Algiers	36.83763	6.64018		Tamalous,tmalws,تمالوس		31			
2478236	Tamadjert	tamadjert	DZ	33000	0	Africa/Algiers	25.61065	7.30899		Tamadjert		46			
2478298	Talendjast	talendjast	DZ	06023	0	Africa/Algiers	36.68588	5.10602		Talendjast,Talenndjast		18			
2478319	Tala Ouzrar	tala-ouzrar	DZ	19011	0	Africa/Algiers	36.60947	4.91537				18			
2478354	Tala Gala	tala-gala	DZ	15035	0	Africa/Algiers	36.68343	4.41252		Tala Gala,talt qalt,تالة قالة		14			
2478367	Tala Ali	tala-ali	DZ	09008	0	Africa/Algiers	36.48246	3.07806				20			
2478374	Tala	tala	DZ	26061	0	Africa/Algiers	33.20358	6.0164				TG			
2478375	Tala	tala	DZ	26061	0	Africa/Algiers	29.30892	0.1407				TM			
2478376	Tala	tala	DZ	26061	0	Africa/Algiers	28.67538	0.34894				TM			
2478387	Taksebt	taksebt	DZ	15142	0	Africa/Algiers	36.898	4.15847				14			
2478388	Taksebt	taksebt	DZ	15142	0	Africa/Algiers	36.4117	4.98973				12			
2478409	Takoucht	takoucht	DZ	10002	0	Africa/Algiers	36.58481	4.48467				14			
2478417	Takorabt	takorabt	DZ	06013	0	Africa/Algiers	36.59176	4.83537				18			
2478450	Takerboust	takerboust	DZ	10007	0	Africa/Algiers	36.46216	3.35671				06			
2478456	Takdempt	takdempt	DZ	35057	0	Africa/Algiers	36.90476	3.84441				40			
2478466	Takamra	takamra	DZ	06028	0	Africa/Algiers	36.68467	4.6583				18			
2478475	Takaats	takaats	DZ	10021	0	Africa/Algiers	36.55723	4.6761				18			
2478476	Taka	taka	DZ	15002	0	Africa/Algiers	36.6231	3.81925				14			
2478477	Taka	taka	DZ	15002	0	Africa/Algiers	36.60674	4.32809				14			
2478507	Taïbine	taibine	DZ	30056	0	Africa/Algiers	32.64278	5.45351				50			
2478509	Taïbet	taibet	DZ	30015	21000	Africa/Algiers	33.08515	6.3891	88	Taibet,Taibet el Gueblia,Taïbet,Taïbet el Gueblia		TG			
2478540	Tahanout	tahanout	DZ	15048	0	Africa/Algiers	36.52734	1.74522		Tahanout,Tahnout		55			
2478548	Tahîfet	tahifet	DZ	11010	0	Africa/Algiers	22.97493	6.01212		Tahifet,Tahîfet,tahyft,تاهيفت		53			
2478554	Taher	taher	DZ	18002	0	Africa/Algiers	36.76304	5.89788		Taher,ZZT		24			
2478571	Tahart	tahart	DZ	11012	0	Africa/Algiers	22.836	5.16424		Tahart,tahart,تاهارت		53			
2478572	Tahart	tahart	DZ	11012	0	Africa/Algiers	23.31187	5.49804				53			
2478594	Tahar	tahar	DZ	13039	0	Africa/Algiers	34.94468	-1.84418				15			
2478648	Taguemount	taguemount	DZ	06000	0	Africa/Algiers	36.85135	4.41063				14			
2478649	Taguemount	taguemount	DZ	06000	0	Africa/Algiers	36.6086	4.97741				18			
2478650	Taguemount	taguemount	DZ	06000	0	Africa/Algiers	36.61667	4.36667				14			
2478651	Taguemount	taguemount	DZ	06000	0	Africa/Algiers	36.59739	4.35636				14			
2478652	Taguemount	taguemount	DZ	06000	0	Africa/Algiers	36.49213	4.13681				14			
2478653	Taguemount	taguemount	DZ	06000	0	Africa/Algiers	36.51214	3.98514				14			
2478654	Taguelzi	taguelzi	DZ	01014	0	Africa/Algiers	29.01242	-0.22545				TM			
2478675	Tagounits	tagounits	DZ	15002	0	Africa/Algiers	36.61667	4.36667				14			
2478676	Tagounits	tagounits	DZ	15002	0	Africa/Algiers	36.59622	4.36724				14			
2478680	Tagouba	tagouba	DZ	06023	0	Africa/Algiers	36.58835	5.14475				18			
2478687	Tagma	tagma	DZ	06023	0	Africa/Algiers	36.73703	4.96246		Tagma,thaqma,ثاقما		18			
2478688	Tagma	tagma	DZ	06023	0	Africa/Algiers	36.61606	5.05934		Tagma,thaqma,ثاقما		18			
2478689	Tagma	tagma	DZ	06023	0	Africa/Algiers	36.6	4.98333		Tagma,thaqma,ثاقما		18			
2478690	Tagma	tagma	DZ	06023	0	Africa/Algiers	36.55	4.88333		Tagma,thaqma,ثاقما		18			
2478692	Taghouzi	taghouzi	DZ	01034	0	Africa/Algiers	29.415	-0.40386		Taghouzi,Takhouzi,Tarhouzi		TM			
2478694	Taghit	taghit	DZ	05043	0	Africa/Algiers	30.92008	-2.02975		Taghit,Taihit,Tarhit,taghyth,تاغيث		38			
2478707	Tagdempt	tagdempt	DZ	14068	0	Africa/Algiers	35.33543	1.22727		Tagdempt,Takdempt		13			
2478715	Taga	taga	DZ	05120	0	Africa/Algiers	36.01301	2.43114				35			
2478745	Tafraout	tafraout	DZ	08026	0	Africa/Algiers	36.64902	4.63729		Tafraout,Tafraoute		18			
2478746	Tafraout	tafraout	DZ	08026	0	Africa/Algiers	36.59418	4.34481				14			
2478797	Tafechna	tafechna	DZ	07007	0	Africa/Algiers	35.0763	6.70796				47			
2478800	Tafassour	tafassour	DZ	40042	0	Africa/Algiers	34.9687	6.92741				47			
2478831	Tadmaït	tadmait	DZ	15018	20952	Africa/Algiers	36.74413	3.90045		Camp du Marechal,Camp du Maréchal,Tadmait,Tadmaït		14			
2478851	Tadjerouna	tadjerouna	DZ	03011	0	Africa/Algiers	33.50206	2.10296		Tadjerouma,Tadjerouna		25			
2478860	Tadjera	tadjera	DZ	13015	0	Africa/Algiers	35.27676	6.47966				03			
2478861	Tadjera	tadjera	DZ	13015	0	Africa/Algiers	35.13733	-1.66457				15			
2478876	Tadjenanet	tadjenanet	DZ	05016	0	Africa/Algiers	36.12129	5.9867		Saint-Donat,Tadjenanet		48			
2478878	Tadjena	tadjena	DZ	02043	0	Africa/Algiers	36.32377	1.13589		Fromentin,Tadjena		41			
2478884	Tadjel	tadjel	DZ	19057	0	Africa/Algiers	36.36867	5.00336				12			
2478963	Taboudrist	taboudrist	DZ	15011	0	Africa/Algiers	36.64567	4.09869				14			
2478966	Tabouda	tabouda	DZ	06006	0	Africa/Algiers	36.77349	4.55161				14			
2478967	Tabouda	tabouda	DZ	06006	0	Africa/Algiers	36.56797	4.43503				14			
2478974	Tablat	tablat	DZ	26004	0	Africa/Algiers	36.41282	3.31007		Tablat		06			
2478983	Tabia	tabia	DZ	06004	0	Africa/Algiers	36.33809	2.46646				35			
2478984	Tabia	tabia	DZ	06004	0	Africa/Algiers	35.01868	-0.73447		Tabia		30			
2478993	Taberdga	taberdga	DZ	40022	0	Africa/Algiers	35.03836	7.00477		Tabendga,Taberdga,Talberdga		47			
2479001	Tabelkoza	tabelkoza	DZ	01013	0	Africa/Algiers	29.78992	0.75382		Tabelkosa,Tabelkoza		TM			
2479008	Tabelbala	tabelbala	DZ	08029	0	Africa/Algiers	29.41005	-3.25261		Tabalbala,Tabelbala,tblbalt,تبلبالة		BA			
2479049	Taazibt	taazibt	DZ	06081	0	Africa/Algiers	36.72855	4.95891				18			
2479060	Taalba	taalba	DZ	10047	0	Africa/Algiers	36.44767	3.52635				21			
2479077	Stora	stora	DZ	21046	0	Africa/Algiers	36.90255	6.87794		Stora,stwra,ستورا		31			
2484236	Ouzidane	ouzidane	DZ	13000	0	Africa/Algiers	34.94211	-1.28262				15			
2479092	Stidia	stidia	DZ	27023	0	Africa/Algiers	35.83099	-0.00266		Clemenceau,Georges-Clemenceau,Georges-Cleménceau,La Stidia,Stidia		07			
2479099	Staoueli	staoueli	DZ	16062	0	Africa/Algiers	36.75319	2.88783		Staoueli		01			
2479161	Sour el Ghozlane	sour-el-ghozlane	DZ	10004	50204	Africa/Algiers	36.14766	3.69123		Aumale,Aumale-d'Algerie,Aumale-d’Algérie,Aumate,Sour el Ghozlane		21			
2479168	Sour	sour	DZ	27022	0	Africa/Algiers	35.9993	0.33981		Bellevue,Sour,Sour-Kelmitou,Sourk-el-Mitou		07			
2479198	Souk el Khemis	souk-el-khemis	DZ	10044	0	Africa/Algiers	36.39149	3.63322		Souk el Khemis		21			
2479201	Souk el Had	souk-el-had	DZ	19124	0	Africa/Algiers	36.69061	3.58912		Souk el Had		40			
2479202	Souk el Had	souk-el-had	DZ	19124	0	Africa/Algiers	36.03163	3.14283		El Had,Souk el Had		06			
2479203	Lardjem	lardjem	DZ	38002	30000	Africa/Algiers	35.74922	1.54778				56			
2479204	Souk el Had	souk-el-had	DZ	19124	0	Africa/Algiers	35.49383	2.17869		El Had,Souk el Had		22			
2479206	Sidi Abderrahmane	sidi-abderrahmane	DZ	14028	0	Africa/Algiers	36.49341	1.0942		La Pointe Rouge,Pointe Rouge,Sidi Abderrahmane,Souk Elbakar,sydy ʿbd alrhmn,سيدي عبد الرحمن		41			
2479238	Souidania	souidania	DZ	16097	0	Africa/Algiers	36.70828	2.91258		Saint-Ferdinand,Souidania		01			
2479247	Sougueur	sougueur	DZ	14003	68654	Africa/Algiers	35.18568	1.49612		Nadhora,Nador,Sougueur,Trezel,Trézel		13			
2479308	Souama	souama	DZ	15044	0	Africa/Algiers	36.64169	4.34162				14			
2479311	Soûâlem	soualem	DZ	48017	0	Africa/Algiers	37	7.38333				37			
2479312	Soualah	soualah	DZ	26023	0	Africa/Algiers	35.76868	2.66197				06			
2479313	Souala	souala	DZ	02030	0	Africa/Algiers	35.57018	5.00338				27			
2479317	Souahlia	souahlia	DZ	13020	0	Africa/Algiers	35.03926	-1.89124		Souahlia,Touane		15			
2479320	Souagui	souagui	DZ	26020	0	Africa/Algiers	36.12458	3.26446		Souaghi,Souagui		06			
2479511	Slim	slim	DZ	02011	0	Africa/Algiers	34.89195	3.73357		Selim,Slim		27			
2479565	Sirat	sirat	DZ	27021	0	Africa/Algiers	35.78036	0.19046		Sirat		07			
2479571	Sîouâne	siouane	DZ	21012	0	Africa/Algiers	36.95	6.4		Siouan,Siouane,Sîouâne		31			
2479576	Si Mustapha	si-mustapha	DZ	35028	0	Africa/Algiers	36.72328	3.61807		Blad Guitoun,Felix-Faure,Félix-Faure,Si Mustapha,Si-Mustapha,Ssi Mestafa,Ssi Mesṭafa,sy mstfy,سي مصطفى		40			
2479581	Sillafene	sillafene	DZ	11001	0	Africa/Algiers	27.33895	2.83755		Sillafene		IS			
2479582	Siliana	siliana	DZ	36005	0	Africa/Algiers	36.53972	6.29204				48			
2479583	Silet	silet	DZ	11007	0	Africa/Algiers	22.65953	4.57791		Silet		53			
2479596	Sigus	sigus	DZ	04011	0	Africa/Algiers	36.12361	6.78583		El Guerrah Sigus,Sigus		29			
2479609	Sig	sig	DZ	29001	58877	Africa/Algiers	35.52832	-0.19369		QIL,Saint-Denis-du-Sig,Sig		26			
2479721	Sidi Yahia	sidi-yahia	DZ	06022	0	Africa/Algiers	33.52175	5.94559		Sidi Yahia		MG			
2479734	Sidi Tifour	sidi-tifour	DZ	32032	0	Africa/Algiers	33.72132	1.68659		Sidi Tifour		42			
2479797	Sidi Slimane	sidi-slimane	DZ	16091	0	Africa/Algiers	33.83333	1.72976		Sidi Slimane		42			
2479798	Sidi Slimane	sidi-slimane	DZ	16091	0	Africa/Algiers	33.33333	6.91667		Sidi Slimane		43			
2479799	Sidi Slimane	sidi-slimane	DZ	16091	0	Africa/Algiers	33.28889	6.08306		Sidi Slimane		TG			
2479818	Sidi Salem	sidi-salem	DZ	23016	0	Africa/Algiers	34.50431	7.5				33			
2479827	Sidi Salah	sidi-salah	DZ	02040	0	Africa/Algiers	36.23239	6.1193				48			
2479828	Sidi Salah	sidi-salah	DZ	02040	0	Africa/Algiers	35.4337	-0.72972				36			
2479852	Sidi Safi	sidi-safi	DZ	29013	0	Africa/Algiers	35.28123	-1.3125		Sayyidi as-Safi,Sayyidī aṣ-Ṣāfī,Sidi Safi,sydy alsafy,sydy safy,سيدي الصافي,سیدی صافی		36			
2479889	Sidi Rached	sidi-rached	DZ	42040	0	Africa/Algiers	36.56139	2.5325		Montebello,Sidi Rached		55			
2479890	Sidi Rached	sidi-rached	DZ	42040	0	Africa/Algiers	33.33135	5.97483				TG			
2479916	Sidi Okba	sidi-okba	DZ	07005	34985	Africa/Algiers	34.74512	5.89833		Sidi Okba		19			
2479965	Sidi Moussa	sidi-moussa	DZ	02032	0	Africa/Algiers	36.73333	7.61667				37			
2479966	Sidi Moussa	sidi-moussa	DZ	02032	57928	Africa/Algiers	36.60637	3.08783		Sidi Moussa		01			
2480166	Sidi M’Hamed Ben Ali	sidi-m-hamed-ben-ali	DZ	48003	0	Africa/Algiers	36.14329	0.84334		Renault,Sidi Ali Benali,Sidi M'Hamed Ben Ali,Sidi M’Hamed Ben Ali,Sidi-Mohammed-Ben-Ali		51			
2480172	Sidi Mezghiche	sidi-mezghiche	DZ	21023	0	Africa/Algiers	36.67943	6.72075		Sidi Mesrich,Sidi Mezghiche,Sidi Mezrich		31			
2480197	Sidi Merouane	sidi-merouane	DZ	02006	0	Africa/Algiers	36.53992	1.33909		Sidi Merouane		41			
2480198	Sidi Mérouane	sidi-merouane	DZ	02006	25129	Africa/Algiers	36.52056	6.26111		Sidi Merouan,Sidi Merouane,Sidi Mérouane		48			
2480213	Sidi Medjahed	sidi-medjahed	DZ	13044	0	Africa/Algiers	34.77582	-1.63527		Sidi Medjahed,Station de Sidi Medjahed		15			
2480240	Sidi Mançar	sidi-mancar	DZ	05069	0	Africa/Algiers	35.52105	6.37968		Laveran,Sidi Ma'nsar,Sidi Mancar,Sidi Mançar,Sidi Ma’nsar		03			
2480260	Sidi Makhlouf	sidi-makhlouf	DZ	03019	0	Africa/Algiers	34.12942	3.01436		Auberge,Sidi Makhlouf,Sidi Maklouf		25			
2480279	Sidi Mabrouk	sidi-mabrouk	DZ	25004	0	Africa/Algiers	36.35944	6.64511		Sidi Mabrou,Sidi Mabrouck,Sidi Mabrouk,Sidi Marbrouk		04			
2480295	Sidi Laoubi	sidi-laoubi	DZ	28032	0	Africa/Algiers	35.50401	4.34074				27			
2480309	Sidi Lakhdar	sidi-lakhdar	DZ	13044	0	Africa/Algiers	36.26389	2.16083		Lavarande,Sidi Lakhdar		35			
2480310	Sidi Lakhdar	sidi-lakhdar	DZ	13044	0	Africa/Algiers	36.16515	0.44109		Lapasset,Sidi Lakhdar		07			
2480343	Sidi Khelil	sidi-khelil	DZ	39038	0	Africa/Algiers	34.85	5.88333		Sidi Khelil,Sidi Krelil,Sidi Krélil		19			
2480344	Sidi Khelil	sidi-khelil	DZ	39038	0	Africa/Algiers	33.83689	5.95577		Sidi Khelil,Sidi Khelit,Sidi Krelil		MG			
2480367	Sidi Khâled	sidi-khaled	DZ	07004	0	Africa/Algiers	35.11349	-0.71969		Palissy,Sidi Khaled,Sidi Khâled,Sidi Kraled,sydy khald,سيدي خالد		30			
2480368	Sidi Khaled	sidi-khaled	DZ	07004	64476	Africa/Algiers	34.387	4.98785		Sidi Khaled,Sidi Kraled,sydy khald,سيدي خالد		OD			
2480379	Sidi Kamber	sidi-kamber	DZ	21020	0	Africa/Algiers	36.71265	6.58188				31			
2480389	Sidi Kada	sidi-kada	DZ	29030	0	Africa/Algiers	35.33078	0.34182		Cacherou,Sidi Kada		26			
2480395	Sidi Hosni	sidi-hosni	DZ	14029	0	Africa/Algiers	35.4702	1.51988		Sidi Hosni,Waldeck-Rousseau		13			
2480420	Sidi Hamadouche	sidi-hamadouche	DZ	22019	0	Africa/Algiers	35.29924	-0.54844		Les Trembles,Sidi Hamadouche		30			
2480447	Sidi Ghiles	sidi-ghiles	DZ	42021	0	Africa/Algiers	36.58327	2.12285		Novi,Sidi Ghiles		55			
2480479	Sidi Embarek	sidi-embarek	DZ	16029	0	Africa/Algiers	36.10139	4.90833		Paul Doumer,Sidi Embareck,Sidi Embarek,Sidi Emmbarek		39			
2480480	Sidi Embarek	sidi-embarek	DZ	16029	0	Africa/Algiers	34.72017	-1.73112		Sidi Embarek,Sidi Mbarek		15			
2492558	Kedadra	kedadra	DZ	02070	0	Africa/Algiers	35.44419	-0.66363				36			
2480601	Sidi Larbi	sidi-larbi	DZ	13011	0	Africa/Algiers	34.56995	-1.61612		Sidi Larbi,Sidi el 'Arbi,Sidi el ’Arbi		15			
2480672	Sidi Daoud	sidi-daoud	DZ	13039	0	Africa/Algiers	36.85583	3.85667		Abbo,Bois Sacre,Bois Sacré,Sidi Daoud,Sidi Dawed,sydy dawd,سيدي داود		40			
2480676	Sidi Daho	sidi-daho	DZ	29000	0	Africa/Algiers	35.11714	-0.91001				30			
2480741	Sidi Brahim	sidi-brahim	DZ	13020	0	Africa/Algiers	36.22651	4.33575		Oulad Sidi Brahim,Sidi Brahim		39			
2480742	Sidi Brahim	sidi-brahim	DZ	13020	0	Africa/Algiers	35.5301	4.33465				27			
2480743	Sidi Brahim	sidi-brahim	DZ	13020	0	Africa/Algiers	35.25882	-0.56523		Prudhon,Prudon,Sidi Brahim		30			
2480794	Sidi Boumediene	sidi-boumediene	DZ	13000	0	Africa/Algiers	35.35361	-0.89394		Hameau Perret,Perret,Sidi Boumediene,Village Perret		36			
2480875	Sidi Bouabida	sidi-bouabida	DZ	44026	0	Africa/Algiers	36.22881	1.71716		Saint Cyprien,Saint Cyprien-les Attafs,Saint-Cyprien-des-Attafs,Sidi Bou Abida,Sidi Bouabida		35			
2480888	Sidi Benyebka	sidi-benyebka	DZ	31058	0	Africa/Algiers	35.82972	-0.39222		Kleber,Kléber,Sidi Benyebka		09			
2480960	Sidi Ben Adda	sidi-ben-adda	DZ	46013	0	Africa/Algiers	35.30586	-1.18136		3 Marabouts,Les Trois Marabouts,Sidi Ben Adda,Trois Marabouts		36			
2480980	Douar Sidi Belkacem	douar-sidi-belkacem	DZ	42018	0	Africa/Algiers	36.55548	1.93278		Douar Sidi Belkacem,Sidi Bel Kassem Moussa		55			
2481021	Sidi Bakhti	sidi-bakhti	DZ	14065	0	Africa/Algiers	35.605	-1.011		Sidi Bakhti,Sidi Bakrti		09			
2481022	Sidi Bakhti	sidi-bakhti	DZ	14065	0	Africa/Algiers	35.33712	3.52082				22			
2481049	Sidi Aribi	sidi-aribi	DZ	29006	0	Africa/Algiers	35.21017	0.2714				26			
2481054	Sidi Aoun	sidi-aoun	DZ	39037	0	Africa/Algiers	33.54212	6.90079		Sidi Aoun		43			
2481058	Sidi Amrane	sidi-amrane	DZ	30034	29734	Africa/Algiers	33.49885	6.00803		Sidi Amrane		MG			
2481078	Sidi Ameur	sidi-ameur	DZ	28035	0	Africa/Algiers	33.76828	1.43332		Sidi Ameur		42			
2481095	Sidi Amar	sidi-amar	DZ	14001	0	Africa/Algiers	36.54212	2.3054		Sidi Amar,Zurich		55			
2481096	Sidi Amar	sidi-amar	DZ	14001	0	Africa/Algiers	35.09775	-1.84813				15			
2481097	Sidi Amar	sidi-amar	DZ	14001	0	Africa/Algiers	35.02392	0.10809		Franchetti,Sidi Amar		10			
2481108	Sidi Ali Moussa	sidi-ali-moussa	DZ	15071	0	Africa/Algiers	36.59169	3.99951				14			
2481125	Sidi Ali Boussidi	sidi-ali-boussidi	DZ	22014	0	Africa/Algiers	35.1028	-0.83034		Aine el Hadjar,Aïne el Hadjar,Parmentier,Sidi Ali Boussidi		30			
2481195	Sidi Alî	sidi-ali	DZ	05079	0	Africa/Algiers	36.90417	6.55278				31			
2481196	Sidi Ali	sidi-ali	DZ	05079	0	Africa/Algiers	36.09732	0.42222		Cassaignac,Cassaigne,Sidi Ali		07			
2481207	Sidi Akkacha	sidi-akkacha	DZ	02009	26558	Africa/Algiers	36.46472	1.30258		Montenotte,Sidi Akacha,Sidi Akkacha		41			
2481246	Sidi Aïssa	sidi-aissa	DZ	02043	69740	Africa/Algiers	35.88548	3.77236		Sid Aissa,Sid Aïssa,Sidi Aissa,Sidi Aïssa,Sidi-Aissa,Сиди-Аисса		27			
2481247	Sidi Aïssa	sidi-aissa	DZ	02043	0	Africa/Algiers	35.48324	5.62823				03			
2481252	Sidi Aïd	sidi-aid	DZ	09049	0	Africa/Algiers	36.61279	4.7172				18			
2481256	Sidi Aïch	sidi-aich	DZ	06005	0	Africa/Algiers	36.60927	4.69125		Sidi Aich,Sidi Aïch,sydy ʿysh,سيدي عيش		18			
2481389	Sidi Abdelli	sidi-abdelli	DZ	13019	23543	Africa/Algiers	35.06937	-1.13706		Les Abdellys,Les Abdelys,Sidi Abdelli		15			
2481566	Sidi Abdelaziz	sidi-abdelaziz	DZ	10072	0	Africa/Algiers	36.85	6.05		Djema Abd el Aziz,Sidi Abdelaziz,Sidi Abdellaziz		24			
2481599	Sidi Abdallah	sidi-abdallah	DZ	41038	0	Africa/Algiers	33.36277	6.81407				43			
2481600	Sidi Abdallah	sidi-abdallah	DZ	41038	0	Africa/Algiers	28.66893	0.35264				TM			
2481604	Sidi Abdallah	sidi-abdallah	DZ	41038	0	Africa/Algiers	35.21683	-1.58879				15			
2481644	Sfissifa	sfissifa	DZ	32006	0	Africa/Algiers	33.70258	1.47712				42			
2481645	Sfissifa	sfissifa	DZ	32006	0	Africa/Algiers	32.72926	-0.86913		Sfissa,Sfissifa		49			
2481689	Settara	settara	DZ	18016	0	Africa/Algiers	36.7187	6.33613		Catinat,Rekibet Ziaten,Settara		24			
2481759	Seriana	seriana	DZ	05025	0	Africa/Algiers	35.69167	6.18639		Pasteur,Seriana		03			
2481760	Seriana	seriana	DZ	05025	0	Africa/Algiers	34.81871	5.91272				19			
2481784	Seraidi	seraidi	DZ	23015	0	Africa/Algiers	36.91129	7.67718		Bugeaud,Seraidi		37			
2481831	Senhadja	senhadja	DZ	26045	0	Africa/Algiers	36.03115	0.84719		Bordj du Caid,Bordj du Caïd,Douar Senhadja,Senhadja		51			
2481836	Sendjas	sendjas	DZ	02025	0	Africa/Algiers	36.06965	1.39393		Bougainville,Sendjas		41			
2481881	Semaoune	semaoune	DZ	06020	0	Africa/Algiers	36.61667	4.8		Semaoune,Smaoun,smʿwn,سمعون		18			
2481902	Selmana	selmana	DZ	17063	0	Africa/Algiers	34.17191	3.59976		Selmana		22			
2481904	Selloum	selloum	DZ	10086	0	Africa/Algiers	36.41713	4.31312				21			
2481990	Seïar	seiar	DZ	40015	0	Africa/Algiers	34.83748	7.03111				47			
2482024	Seggana	seggana	DZ	05027	0	Africa/Algiers	35.33689	5.62696		Bordj Seggana,Seggana,brj sqant,sqant,برج سقانة,سقانة		03			
2482089	Sedrata	sedrata	DZ	26022	0	Africa/Algiers	36.44267	6.90948		Douar Sedrata,Sedrata		31			
2482090	Sedrata	sedrata	DZ	26022	53318	Africa/Algiers	36.12868	7.53376		Sedrata		52			
2482091	Sedrata	sedrata	DZ	26022	0	Africa/Algiers	36.08022	5.02118				39			
2482159	Seddouk	seddouk	DZ	06011	19884	Africa/Algiers	36.54722	4.68611		Seddouk,sdwq,صدوق		18			
2482200	Sebkha	sebkha	DZ	10068	0	Africa/Algiers	36.23409	4.17814				21			
2482211	Sebdou	sebdou	DZ	13006	41146	Africa/Algiers	34.63703	-1.33143		Sebdou		15			
2482223	Sebaou el Kedim	sebaou-el-kedim	DZ	35055	0	Africa/Algiers	36.77984	3.87303		Sebaou el Kdim,Sebaou el Kdîm,Sebaou el Kedim		40			
2482329	Sbaa	sbaa	DZ	01022	0	Africa/Algiers	28.20775	-0.17435		Sba,Sbaa		34			
2482347	Sayada	sayada	DZ	27045	0	Africa/Algiers	35.95203	0.12949		Pelissier,Pélissier,Sayada		07			
2482390	Saoula	saoula	DZ	16095	16812	Africa/Algiers	36.70456	3.02462		Saoula		01			
2482399	Saneg	saneg	DZ	26067	0	Africa/Algiers	35.84848	2.88825		Saneg		06			
2482401	Sanef	sanef	DZ	13043	0	Africa/Algiers	34.95502	6.311				19			
2482445	Salah Bouchaour	salah-bouchaour	DZ	21022	0	Africa/Algiers	36.70389	6.85667		Gastonville,Salah Bouchaour		31			
2482447	Salah Bey	salah-bey	DZ	19013	23339	Africa/Algiers	35.85451	5.29053		Dzeira,Pascal,Salah Bey,baskal,bskal,dzyrt,salh albay,salh bay,باسكال,بسكال,دزيرة,صالح الباي,صالح باي		12			
2482495	Saint-Maurice	saint-maurice	DZ	42003	0	Africa/Algiers	36.65481	2.78082				55			
2482535	Saint-Charles	saint-charles	DZ	09001	0	Africa/Algiers	35.7	-0.63333		Quartier Saint Charles,Saint-Charles		09			
2482572	Saïda	saida	DZ	28014	127497	Africa/Algiers	34.83033	0.15171		Sa'ida,Saida,Sajda,Saïda,Sa’ida,sai yi da,saida,Саида,Сайда,Саїда,سعيدة,سعیده، الجزایر,سعیدہ، الجزائر,サイダ,塞伊达,사이다	10	10			
2482592	Sahaouria	sahaouria	DZ	29061	0	Africa/Algiers	35.62016	0.1126		Sahaouria,Sahouria		26			
2482610	Sahel	sahel	DZ	15009	0	Africa/Algiers	36.5995	4.46084				14			
2482736	Sabra	sabra	DZ	13011	0	Africa/Algiers	34.82738	-1.52826		Sabra,Sebra,Turenne		15			
2482866	Roumana	roumana	DZ	28063	0	Africa/Algiers	35.21538	4.30007				27			
2482886	Rouissat	rouissat	DZ	30013	80784	Africa/Algiers	31.92427	5.35018		Rouissat		50			
2482893	Rouina	rouina	DZ	44017	0	Africa/Algiers	36.24463	1.80662		Oulad Rouina,Oulad Rouïna,Rouina		35			
2482908	Rouiba	rouiba	DZ	10031	20742	Africa/Algiers	36.73829	3.28079		Rouiba,alrwybt,الرويبة		01			
2482939	Rouached	rouached	DZ	43009	40263	Africa/Algiers	36.45774	6.04267		Rouached		48			
2482942	Rouabah	rouabah	DZ	44030	0	Africa/Algiers	35.61233	2.2536				56			
2482965	Roknia	roknia	DZ	04002	0	Africa/Algiers	36.54857	7.22861		Douar Rouknia,Roknia		23			
2483000	Robbah	robbah	DZ	39017	30446	Africa/Algiers	33.27967	6.90984		Robbah		43			
2483052	Remada	remada	DZ	19059	0	Africa/Algiers	35.80704	7.7739		Remada,Rmada		33			
2483161	Rhoufi	rhoufi	DZ	05080	0	Africa/Algiers	35.05876	6.17		Rhoufi,Roufi		03			
2483504	Douar Ghamra	douar-ghamra	DZ	27007	0	Africa/Algiers	36.19901	0.46034		Douar Ghamra,Douar Rhamra,Rhamra		07			
2483536	Ghabet Aouda	ghabet-aouda	DZ	14008	0	Africa/Algiers	35.18509	0.82273		Ghabet Aouda,Metameur Rhabet Aouda,Rhabet Aouda		13			
2483559	Rezarza	rezarza	DZ	26066	0	Africa/Algiers	36.29778	2.77217				06			
2483592	Retba	retba	DZ	19067	0	Africa/Algiers	35.37279	4.32589				27			
2483593	Retba	retba	DZ	19067	0	Africa/Algiers	34.75163	4.62031				OD			
2483649	Remchi	remchi	DZ	13005	51224	Africa/Algiers	35.06196	-1.43362		Montagnac,Remchi,alrmshy,mwntnyak,الرمشي,مونتنياك		15			
2483721	Rehamna	rehamna	DZ	29036	0	Africa/Algiers	35.06144	-1.92131		Rehamna,Rhamna		15			
2483746	Reguiba	reguiba	DZ	17003	62185	Africa/Algiers	33.56391	6.70326		Reguiba,alrqybt,الرقيبة		43			
2483757	Reghaïa	reghaia	DZ	16036	54962	Africa/Algiers	36.73587	3.34018		La Reghaia,La Reghaïa,La Reghia-Alma,Reghaia,Reghaïa		01			
2483761	Reggane	reggane	DZ	01004	32974	Africa/Algiers	26.71576	0.1714		Reggan,Reggane,Zaouiet Reggan,Zaouiet Reggane,rqan,رقان		34			
2483827	Rechaïga	rechaiga	DZ	14026	0	Africa/Algiers	35.40681	1.97386		De Foucauld,Rechaiga,Rechaïga,Recheiga		13			
2483869	Rebaïa	rebaia	DZ	26039	0	Africa/Algiers	35.8871	2.89885		Rebaia,Rebaïa		06			
2483871	Rebahia	rebahia	DZ	20004	0	Africa/Algiers	34.8759	0.15279		Nazereg,Nazereg-Flinois,Nazreg,Rebahia		10			
2483899	Ghazlia	ghazlia	DZ	38002	0	Africa/Algiers	36.43417	1.71083		Douar Razelia,Ghazlia,Razelia		55			
2483918	Râs Isly	ras-isly	DZ	19061	0	Africa/Algiers	35.76211	5.20779				12			
2483936	Râs el Oued	ras-el-oued	DZ	19069	56726	Africa/Algiers	35.9441	5.03107		Ras el Oued,Ras-ehl'-Uehd,Rass el Oued,Raʾs al-Wadi,Raʾs al-Wādī,Râs el Oued,Tocqueville,ras alwad,ras alwady,twkfyl,Рас-эль-Уэд,توكفيل,رأس الواد,رأس الوادي		39			
2483950	Râs el Ma	ras-el-ma	DZ	05124	0	Africa/Algiers	36.69689	7.01104		Ras el Ma,Rass el Ma,Râs el Ma		31			
2483951	Râs el Ma	ras-el-ma	DZ	05124	0	Africa/Algiers	36.11868	5.53146		Chasseloup Loubat,Chasseloup-Laubat,Ras el Ma,Rass el Ma,Râs el Ma		12			
2483952	Râs el Ma	ras-el-ma	DZ	05124	0	Africa/Algiers	34.49791	-0.8188		Bedeau,Ras el Ma,Râs el Ma		30			
2483968	Râs el Aïoun	ras-el-aioun	DZ	05009	34167	Africa/Algiers	35.67384	5.6453		Ras el Aioun,Ras el Ayoun,Rass el Aioun,Rass el Aïoun,Râs el Aïoun		03			
2483969	Râs el Aïoun	ras-el-aioun	DZ	05009	0	Africa/Algiers	35.5198	8.28976		Ras el Aioun,Rass el Aioun,Rass el Aïoun,Râs el Aïoun		33			
2483974	Râs el ’Aïn	ras-el-ain	DZ	19002	0	Africa/Algiers	34.88968	1.09828		Ras el 'Ain,Rass el Ain,Rass el Aïn,Râs el ’Aïn		13			
2484006	Ramka	ramka	DZ	48024	0	Africa/Algiers	35.8555	1.33229		Ain Ramka,Aïn Ramka,Ramka		51			
2484078	Rahouia	rahouia	DZ	14005	0	Africa/Algiers	35.53014	1.02165		Montgolfier,Rahouia		13			
2484095	Rahia	rahia	DZ	04045	0	Africa/Algiers	35.71667	7.66667		Rahia		29			
2484152	Rabta	rabta	DZ	05009	0	Africa/Algiers	35.92423	4.75143		Rabta		39			
2484179	Port Breïra	port-breira	DZ	02017	0	Africa/Algiers	36.53333	1.58333				41			
2484182	Pont de Bouchegouf	pont-de-bouchegouf	DZ	24002	0	Africa/Algiers	36.49081	7.7256		Bled Bou Lamar,Pont de Bouchegouf,Pont de Duvivier		23			
2484187	Rais Hamidou	rais-hamidou	DZ	16060	0	Africa/Algiers	36.81688	3.0127		Pointe-Pescade,Rais Hamidou,alrays hmydw,alryys hmydw,bldyt alryys hmydw,bwant bskad,la bwant bskad,rays hmydw,الرئيس حميدو,الرايس حميدو,بلدية الرئيس حميدو,بوانت بسكاد,رايس حميدو,لا بوانت بسكاد		01			
2484202	Aïn Zaouïa	ain-zaouia	DZ	15056	0	Africa/Algiers	36.54828	3.89416		Ain Zaouia,Aine Zaouia,Aïn Zaouia,Aïn Zaouïa,Aïne Zaouïa,Pirette,ai yin zi wa ye,ʿyn alzawyt,ʿyn zawyh,عين الزاوية,عین زاویه,艾因茲瓦耶		14			
2484242	Ouzera	ouzera	DZ	26019	0	Africa/Algiers	36.25417	2.84722		Hassen Ben Ali,Loverdo,Ourcaz,Ouzera		06			
2484356	Ourmes	ourmes	DZ	39035	0	Africa/Algiers	33.41667	6.77731		Ourmes		43			
2484359	Ourlal	ourlal	DZ	07011	0	Africa/Algiers	34.65571	5.52432		Ourellal,Ourlal		19			
2484364	Ourir	ourir	DZ	39032	0	Africa/Algiers	34.02516	5.94914		El Ourir,Ourir		MG			
2484370	Ouriacha	ouriacha	DZ	35054	0	Africa/Algiers	36.68175	3.84774				40			
2484385	Oureah	oureah	DZ	27043	0	Africa/Algiers	35.86655	0.03803		Ourea,Oureah,Ouréa,Ouréah		07			
2484495	Oum Drou	oum-drou	DZ	02024	0	Africa/Algiers	36.19953	1.38932		Oum Drou,Oum ed Drou,Oumm ed Drou,Oumm ed Droû,Ponteba,Pontéba		41			
2484520	Oum Ladjoul	oum-ladjoul	DZ	19059	0	Africa/Algiers	35.93293	5.89531		Oum Ladjoul,Pierre Curie		12			
2484723	Oum Ali	oum-ali	DZ	12027	0	Africa/Algiers	35.00982	8.30112		Bir Oum Ali,Bordj Oum Ali,Oum Ali		33			
2484738	Oumache	oumache	DZ	07035	10424	Africa/Algiers	34.69292	5.68092		Oumach,Oumache,Umash		19			
2484759	Ouled Zidane	ouled-zidane	DZ	10005	0	Africa/Algiers	36.26963	3.66355		Ouled Zidane,Ouled Zidaneo		21			
2484765	Ouled Zaïd	ouled-zaid	DZ	04037	0	Africa/Algiers	36.28829	4.69424				39			
2484769	Ain Bouyahia	ain-bouyahia	DZ	44032	0	Africa/Algiers	36.28791	1.76697		Ain Bouyahia,Ouled Yahia		35			
2484775	Ouled Slimane	ouled-slimane	DZ	02035	0	Africa/Algiers	35.46618	2.54823				22			
2484781	Ouled Sidi Slimane	ouled-sidi-slimane	DZ	13014	0	Africa/Algiers	35.46047	5.46862		Ouled Sidi Slimane,Sidi Slimane		03			
2484782	Ouled Sidi Safi	ouled-sidi-safi	DZ	29004	0	Africa/Algiers	35.40323	0.4825				26			
2484798	Ouled Sidi Ahmed	ouled-sidi-ahmed	DZ	29030	0	Africa/Algiers	36.26614	3.34456				06			
2484805	Ouled Salem	ouled-salem	DZ	02033	0	Africa/Algiers	36.61309	3.32483				40			
2484806	Ouled Salem	ouled-salem	DZ	02033	0	Africa/Algiers	36.13907	1.09008		Oulad Salem,Ouled Salem		41			
2484809	Ouled Salah	ouled-salah	DZ	13012	0	Africa/Algiers	35.96817	3.11145				06			
2484810	Ouled Salah	ouled-salah	DZ	13012	0	Africa/Algiers	35.72472	4.79667				27			
2484811	Ouled Saïdane	ouled-saidane	DZ	14038	0	Africa/Algiers	36.12199	2.39245				35			
2484814	Ouled Saïd	ouled-said	DZ	01039	0	Africa/Algiers	36.25128	3.12378				06			
2484815	Ouled Saïd	ouled-said	DZ	01039	0	Africa/Algiers	35.64217	1.44351				13			
2484818	Ouled Safi	ouled-safi	DZ	02004	0	Africa/Algiers	36.03096	0.21979				07			
2484826	Ouled Rached	ouled-rached	DZ	01033	0	Africa/Algiers	36.21122	4.10992		Ouled Rached		21			
2484827	Ouled Rabah	ouled-rabah	DZ	18018	0	Africa/Algiers	36.2758	3.13091		Ouled Rabah		06			
2484835	Ouled Moussa	ouled-moussa	DZ	05023	13474	Africa/Algiers	36.68394	3.36661		Ouled Moussa,Saint Pierre,Saint-Pierre-Saint-Paul		40			
2484836	Ouled Moussa	ouled-moussa	DZ	05023	0	Africa/Algiers	36.31868	3.27163				06			
2484839	Ouled Mouna	ouled-mouna	DZ	13044	0	Africa/Algiers	35.98596	1.39915				41			
2484846	Ouled Mimoun	ouled-mimoun	DZ	05080	33888	Africa/Algiers	34.90472	-1.03394		Altava,Lamariciere,Lamaricière,Lamoriciere,Lamoricière,Lemoriciere,Ouled Mimoun		15			
2484852	Ouled Mehenni	ouled-mehenni	DZ	29024	0	Africa/Algiers	36.21492	3.15655				06			
2484854	Ouled Meddah	ouled-meddah	DZ	38013	0	Africa/Algiers	35.65948	1.45186				13			
2484861	Ouled Maâmar	ouled-maamar	DZ	14005	0	Africa/Algiers	36.07441	1.23023		Ouled Maamar,Ouled Maammar,Ouled Maâmar		41			
2484866	Ouled Lakhdar	ouled-lakhdar	DZ	29006	0	Africa/Algiers	35.69622	6.28199				03			
2484867	Ouled Laïd	ouled-laid	DZ	02004	0	Africa/Algiers	36.19966	3.33027				06			
2484874	Ouled Khaled	ouled-khaled	DZ	04011	0	Africa/Algiers	34.93271	0.17916		Les Eaux-Chaudes,Ouled Khaled		10			
2484881	Ouled Haoua	ouled-haoua	DZ	26040	0	Africa/Algiers	35.67916	2.45273				06			
2484885	Ouled Hammou	ouled-hammou	DZ	13024	0	Africa/Algiers	36.34877	3.39818				06			
2484887	Ouled Hamla	ouled-hamla	DZ	04019	0	Africa/Algiers	36.07882	6.46977		Berteaux,Ouled Hamla		29			
2484889	Ouled Hamida	ouled-hamida	DZ	02039	0	Africa/Algiers	36.8279	3.90743				40			
2484890	Ouled Hadria	ouled-hadria	DZ	26014	0	Africa/Algiers	35.97445	3.24418				06			
2484894	Ouled Fayet	ouled-fayet	DZ	16094	0	Africa/Algiers	36.73655	2.94981		Ouled Fayet		01			
2484896	Ouled Fares	ouled-fares	DZ	02010	0	Africa/Algiers	36.26667	1.18333		Ouled Fares		41			
2484922	Ouled Ziri	ouled-ziri	DZ	13002	0	Africa/Algiers	36.17671	1.96782		Oulad Dziry,Ouled Ziri,Ouled ed Dziri,Ouled ed Dzîri		35			
2484927	Ouled Djillali	ouled-djillali	DZ	02033	0	Africa/Algiers	36.16668	1.16226		Oulad el Djilani,Ouled Djilali,Ouled Djilalî,Ouled Djillali,Ouled el Djilani		41			
2484933	Ouled Djellal	ouled-djellal	DZ	07002	0	Africa/Algiers	34.42011	5.06235		Oulad Djellal,Ouled Djellal,awlad jlal,أولاد جلال		OD			
2484935	Selmane	selmane	DZ	28022	0	Africa/Algiers	35.68937	4.77596		Ouled Derradj,Selmane,Souk el Khemis,Souk el Kremis		27			
2484937	Ouled Daoud	ouled-daoud	DZ	09008	0	Africa/Algiers	36.37389	3.26161				06			
2484942	Ouled Chebel	ouled-chebel	DZ	16118	0	Africa/Algiers	36.59944	2.99444		Oulad Chebel,Ouled Chebel		01			
2484952	Ouled Brahim	ouled-brahim	DZ	01001	0	Africa/Algiers	36.6602	3.24365				40			
2484953	Ouled Brahim	ouled-brahim	DZ	01001	0	Africa/Algiers	36.3391	2.71518				06			
2484954	Ouled Brahim	ouled-brahim	DZ	01001	0	Africa/Algiers	36.24433	2.93353		Ouled Brahim		06			
2484955	Ouled Brahim	ouled-brahim	DZ	01001	0	Africa/Algiers	35.73293	5.00817				27			
2484956	Ouled Brahim	ouled-brahim	DZ	01001	0	Africa/Algiers	35.65906	4.88643				27			
2484957	Ouled Bouzid	ouled-bouzid	DZ	02037	0	Africa/Algiers	35.91889	6.01639				48			
2484970	Ouled Bessem	ouled-bessem	DZ	38014	0	Africa/Algiers	35.68738	1.86658		Liebert,Liébert,Ouled Bessem		56			
2484993	Ouled Bellil	ouled-bellil	DZ	10000	0	Africa/Algiers	35.28344	0.64136		Douar Oulad Bellil,Ouled Bellil		13			
2484999	Ouled Bedira	ouled-bedira	DZ	28000	0	Africa/Algiers	35.74416	4.56005				27			
2485005	Ouled Aiche	ouled-aiche	DZ	05119	0	Africa/Algiers	35.82658	0.96407		Ouled Aiche,Ouled Aych,Ouled Yaich,Ouled Yaïch,awlad yʿysh,أولاد يعيش		51			
2485007	Ouled Attia	ouled-attia	DZ	21012	0	Africa/Algiers	35.52801	2.16067				22			
2485017	Ouled Amara	ouled-amara	DZ	10051	0	Africa/Algiers	36.58513	3.70218				21			
2485020	Ouled Amar	ouled-amar	DZ	13077	0	Africa/Algiers	35.45407	5.14101		Ouled Ahmar,Ouled Amar		03			
2485024	Ouled Allel	ouled-allel	DZ	02028	0	Africa/Algiers	36.60767	3.07206		Oulad Allel,Ouled Allel		01			
2485025	Ouled Allal	ouled-allal	DZ	10037	0	Africa/Algiers	36.36356	1.42281				41			
2485026	Ouled Allal	ouled-allal	DZ	10037	0	Africa/Algiers	36.32453	3.2368				06			
2485034	Ouled Ali	ouled-ali	DZ	01000	0	Africa/Algiers	36.63167	3.30687				40			
2485035	Douar Ouled Ali	douar-ouled-ali	DZ	44028	0	Africa/Algiers	36.37282	1.31778		Douar Ouled Ali,Ouled Ali		41			
2485036	Ouled Ali	ouled-ali	DZ	01000	0	Africa/Algiers	36.11129	3.16557				06			
2485037	Ouled Ali	ouled-ali	DZ	01000	0	Africa/Algiers	36.1823	1.5828		Oulad Ali,Ouled Ali		35			
2485041	Ouled Aïssa	ouled-aissa	DZ	01051	0	Africa/Algiers	35.96241	3.1555		Ouled Aissa,Ouled Aïssa		06			
2485043	Ouled Aïda	ouled-aida	DZ	19030	0	Africa/Algiers	36.42309	2.56214				20			
2485046	Ouled Ahmed	ouled-ahmed	DZ	01025	0	Africa/Algiers	36.24764	1.38549				41			
2485047	Ouled Ahmed	ouled-ahmed	DZ	01025	0	Africa/Algiers	36.09808	1.63135				35			
2485058	Ouled Abdallah	ouled-abdallah	DZ	05027	0	Africa/Algiers	36.21525	4.10992				21			
2485060	Ouled Abbes	ouled-abbes	DZ	02029	0	Africa/Algiers	36.21909	1.48801		Ouled Abbes		41			
2485078	Douar Ouled Zitouni	douar-ouled-zitouni	DZ	02046	0	Africa/Algiers	36.19276	1.72032		Douar Ouled Zitouni,Oulad Zitouni,Oulad Zîtoûni,Ouled Zitouni		35			
2485086	Ouled Ziane	ouled-ziane	DZ	10011	0	Africa/Algiers	36.80056	3.68972		Oulad Ziane,Ouled Ziane		40			
2485117	Ouled Sidi Yahia	ouled-sidi-yahia	DZ	26057	0	Africa/Algiers	36.05288	1.48484		Mechtat Oulad Sidi Yaya,Oulad Sidi Yaya,Ouled Sidi Yahia,Ouled Sidi Yaya		41			
2485156	Ouled Salah	ouled-salah	DZ	13012	0	Africa/Algiers	36.33812	1.63174		Oulad Salah,Oulad Sâlah,Ouled Salah		35			
2485161	Douar Saidia	douar-saidia	DZ	44055	0	Africa/Algiers	35.53959	0.37076		Dar Oulad Said,Douar Saidia,Oulad Said,Oulad Saïd		26			
2485190	Douar Ouled Moussa	douar-ouled-moussa	DZ	27007	0	Africa/Algiers	36.18072	0.49867		Douar Oulad Moussa,Douar Ouled Moussa,Oulad Moussa,Ouled-Moussa		07			
2485192	Ouled Moussa	ouled-moussa	DZ	05023	0	Africa/Algiers	36.21309	1.68271		Oulad Moussa,Ouled Moussa		35			
2485227	Ouled Maamar	ouled-maamar	DZ	14005	0	Africa/Algiers	36.77068	3.29795		Oulad Ma'ammar,Oulad Ma’ammar,Ouled Maamar,awlad mʿmr,wlad mʿmr,أولاد معمر,ولاد معمر		01			
2485288	Douar Ouled Ali	douar-ouled-ali	DZ	44028	0	Africa/Algiers	36.14945	1.00871		Douar Ouled Ali,Oulad el Aid,Oulad el Aïd		41			
2485311	Ouled Sidi Brahim	ouled-sidi-brahim	DZ	28032	0	Africa/Algiers	36.36747	3.70329		Oulad Brahim,Ouled Sidi Brahim		21			
2485372	Douar Ouled Amar	douar-ouled-amar	DZ	27023	0	Africa/Algiers	35.39028	0.99149		Douar Oulad Ameur,Douar Ouled Amar,Oulad Ameur		13			
2485379	Douar Ouled Amar	douar-ouled-amar	DZ	27023	0	Africa/Algiers	35.28425	0.8489		Douar Ouled Amar,Oulad Amar		13			
2485380	Ouled Attou	ouled-attou	DZ	27009	0	Africa/Algiers	36.16274	1.87308		Oulad Alou,Ouled Attou		35			
2485384	Ouled Allal	ouled-allal	DZ	10037	0	Africa/Algiers	36.03075	1.16012				41			
2485398	Douar Ouled Ali	douar-ouled-ali	DZ	44028	0	Africa/Algiers	35.73105	0.65907		Douar Oulad Ali,Douar Ouled Ali,Oulad Ali		51			
2485407	Douar Ouled Aïssa	douar-ouled-aissa	DZ	20008	0	Africa/Algiers	35.10097	0.8405		Douar Ouled Aissa,Douar Ouled Aïssa,Metameur Oulad Aissa,Metameur Oulad Aïssa,Oulad Aissa,Oulad Aïssa		13			
2485429	Ouled Abdelaziz	ouled-abdelaziz	DZ	29004	0	Africa/Algiers	36.3888	1.12762		Oulad Abd el Aziz,Ouled Abdelaziz		41			
2485460	Ouizert	ouizert	DZ	29011	0	Africa/Algiers	35.10451	-0.00799				26			
2485498	Ougrina	ougrina	DZ	19047	0	Africa/Algiers	36.2994	5.40158				12			
2485513	Oufrane	oufrane	DZ	01033	0	Africa/Algiers	28.54009	0.18428		Oufrane		TM			
2485540	Ouenza	ouenza	DZ	12003	0	Africa/Algiers	35.95333	8.12917		Ouenza,Quenza		33			
2485551	Oued Zenati	oued-zenati	DZ	24001	0	Africa/Algiers	36.31611	7.16364		Oued Zenati,QOZ		23			
2485554	Oued Zebboudj	oued-zebboudj	DZ	44053	0	Africa/Algiers	36.31198	2.34081		Changarnier,Oued Zebboudj,Oued Zeboudj		35			
2485559	Oued Tlélat	oued-tlelat	DZ	31037	0	Africa/Algiers	35.5512	-0.45141		Oued Tlelat,Oued Tlélat,Oued-Trelat,Saint-Barbe-du-Tlelat,Saint-Barbe-du-Tlélat,Sainte-Barbe-Du-Trelat,Sainte-Barbe-Du-Trélat,Sainte-Barbe-de-Tlelat,Sainte-Barbe-de-Tlélat,Sainte-Barbe-du-Tlelat,Sainte-Barbe-du-Tlélat,Telat		09			
2485562	Oued Taria	oued-taria	DZ	29017	0	Africa/Algiers	35.11582	0.08786		Oued Taria,Taria		26			
2485565	Oued Taga	oued-taga	DZ	05036	0	Africa/Algiers	35.41667	6.38333		Ain Taga,Aïn Taga,Douar Oued Taga,Oued Taga		03			
2485571	Oued Smar	oued-smar	DZ	16059	0	Africa/Algiers	36.65344	3.14726		Les Eucalyptus,Oued Smar,Wadi as-Samar,Wādī as-Samār,alklytws,wad alsmar,wady alsmar,wady smar,الكليتوس,واد السمار,وادي السمار,وادی سمار		01			
2485572	Oued Sly	oued-sly	DZ	02011	30504	Africa/Algiers	36.10124	1.19949		Malakoff,Malakoft,Oued Sli,Oued Sly,malakf,wad sly,wady sly,مالاكف,واد سلي,وادي سلي,وادی سلی		41			
2485577	Oued Sebbah	oued-sebbah	DZ	46023	0	Africa/Algiers	35.38333	-0.81667				36			
2485582	Oued Rhiou	oued-rhiou	DZ	48001	59864	Africa/Algiers	35.96124	0.91896		Inkermann,Oued Rhiou,Oued Riou,QOU,wady arhyw,wady rhyw,وادي ارهيو,وادي رهيو		51			
2485593	Oued Morra	oued-morra	DZ	03027	0	Africa/Algiers	34.16509	2.32406		Oued Morra		25			
2485599	Oued Lili	oued-lili	DZ	14014	0	Africa/Algiers	35.51067	1.27031		Diderot,Oued Lili		13			
2485602	Oued Ksob	oued-ksob	DZ	21068	0	Africa/Algiers	35.82472	4.56194				27			
2485613	Oued Ghir	oued-ghir	DZ	06017	0	Africa/Algiers	36.71044	4.97731		La Reunion,La Réunion,Oued Ghir,Oued Rhir,wady ghyr,وادي غير,وادی غیر		18			
2485618	Oued Fodda	oued-fodda	DZ	02003	44523	Africa/Algiers	36.18503	1.53299		Oued Fodda,wad alfdt,wad fdt,wady alfdt,wady fdt,واد الفضة,واد فدة,وادي الفضة,وادي فدة		41			
2485624	Oued el Ma	oued-el-ma	DZ	05016	0	Africa/Algiers	35.64525	5.99605		Bernelle,Oued el Ma		03			
2485626	Oued el Kheïr	oued-el-kheir	DZ	27020	0	Africa/Algiers	35.951	0.38039		Anciene Station de l'Oued Kheir,Anciene Station de l’Oued Kheir,Oued el Kheir,Oued el Kheïr,Station Oued el Kheir		07			
2485627	Oued el Kebir	oued-el-kebir	DZ	21067	0	Africa/Algiers	36.75527	7.28544		Oued el Kebir,Qued el Kebir		31			
2485630	Oued el Djemaa	oued-el-djemaa	DZ	48021	0	Africa/Algiers	35.79776	0.68129		Ferry,Oued Djemaa,Oued el Djemaa,wady aljmʿt,وادي الجمعة		51			
2485631	Oued el Aneb	oued-el-aneb	DZ	23021	0	Africa/Algiers	36.88071	7.48972		Oued el Aneb,Qued el Aneb,Wadi al-'Inab,Wādī al-ʿInab,bldyt wady alʿnb,wady alʿnb,wady lʿnb,wady ʿnb,بلدية وادي العنب,وادي العنب,وادي لعنب,وادی عنب		37			
2485633	Oued el Alleug	oued-el-alleug	DZ	09014	21146	Africa/Algiers	36.55528	2.79028		Oued Alleug,Oued el Alleng,Oued el Alleug		20			
2485636	Oued el Abtal	oued-el-abtal	DZ	29016	22819	Africa/Algiers	35.45595	0.68778		Oued el Abtal,Torki-le-Djuk,Uzes-le-Duc,Uzes-le-Due,Uzès-le-Duc,Uzès-le-Due,Торки-ле-Дюк		26			
2485645	Oued Deheb	oued-deheb	DZ	19023	0	Africa/Algiers	36.25165	5.61977				12			
2485651	Amoura	amoura	DZ	06001	0	Africa/Algiers	36.19667	2.50972		Amoura,Dolfusville,Dollfusville,Oued Cheurfa,Oued Chorfa,dlfwsfyl,wady alshrfaʾ,ʿmwrt,دلفوسفيل,عمورة,وادي الشرفاء		35			
2485653	Oued Cheham	oued-cheham	DZ	24009	0	Africa/Algiers	36.37972	7.76278		Oued Cham,Oued Cheham,Villars		23			
2485657	Oued Berkeche	oued-berkeche	DZ	46022	0	Africa/Algiers	35.22204	-0.98563		Berkeche,Bèrkèche,Gaston Doumergue,Oued Berkeche,Oued Berkeches		36			
2485661	Oued Athmenia	oued-athmenia	DZ	43005	0	Africa/Algiers	36.24944	6.28861		Oued Athmenia,wady alʿthmanyt,وادي العثمانية		48			
2485784	Ouarka	ouarka	DZ	05059	0	Africa/Algiers	35.13408	5.96973				03			
2485789	Ouarizane	ouarizane	DZ	48013	0	Africa/Algiers	36.04416	0.89728		Ouarizan,Ouarizane		51			
2485845	Ouamri	ouamri	DZ	26034	0	Africa/Algiers	36.23196	2.5637		Borely-la-Sapie,Borély-la-Sapie,Ouamri,Ouamria		06			
2485860	Ouakda	ouakda	DZ	08043	0	Africa/Algiers	31.65233	-2.18107				38			
2485877	Ouadhia	ouadhia	DZ	15016	0	Africa/Algiers	36.55611	4.08972		Ouadhia		14			
2485881	Ouada	ouada	DZ	34026	0	Africa/Algiers	35.00924	-2.0207				15			
2485954	Ohanet	ohanet	DZ	33010	0	Africa/Algiers	28.66667	8.83333		Ohanet		46			
2485988	Oggaz	oggaz	DZ	29029	0	Africa/Algiers	35.56276	-0.25967		L'Oggaz,L'Ougasse,L’Oggaz,L’Ougasse,Marchal Leclerc,Marechal Leclerc,Maréchal Leclerc,Oggaz		26			
2486075	Noumerat	noumerat	DZ	47014	0	Africa/Algiers	32.36549	3.82847				45			
2486125	Nouader	nouader	DZ	05038	0	Africa/Algiers	35.21818	6.13062		Nouader		03			
2486174	N’Goussa	n-goussa	DZ	30031	0	Africa/Algiers	32.14021	5.30961		N'Gouca,N'Goussa,N’Goussa,N’Gouça		50			
2486177	N’Gaous	n-gaous	DZ	05004	0	Africa/Algiers	35.555	5.61056		N'Gaous,N’Gaous,nqaws,نقاوس		03			
2486265	Negrine	negrine	DZ	12024	0	Africa/Algiers	34.48593	7.51865		Negrine		33			
2486284	Nedroma	nedroma	DZ	13004	36995	Africa/Algiers	35.01361	-1.74799		Nedroma,QAN		15			
2486299	Nechmeya	nechmeya	DZ	24027	0	Africa/Algiers	36.61239	7.51224				23			
2486313	Nebka	nebka	DZ	47006	0	Africa/Algiers	34.65615	5.91357				19			
2486333	Chekalil	chekalil	DZ	31078	0	Africa/Algiers	36.2396	1.71088		Chekalil,Ndjai'iya,Ndjaï’iya,Nedjaia,Nedjaïa		35			
2486403	Nakhla	nakhla	DZ	39031	0	Africa/Algiers	33.27521	6.94838		Nakhla,Nakrla		43			
2486492	Nâdôr	nador	DZ	15022	0	Africa/Algiers	36.57	2.3925		Desaix,Nador,Nâdôr		55			
2486505	Naciria	naciria	DZ	35018	15387	Africa/Algiers	36.74625	3.83163		Azib Zamoun,Haussonviller,Haussonvillers,Naciria		40			
2486508	Djouab	djouab	DZ	26016	0	Africa/Algiers	36.13821	3.42701		Djouab,Masqnerey,Masqueray,Masquerey,Nacereddine,Sour Djouab		06			
2486523	Naama	naama	DZ	01034	8390	Africa/Algiers	33.26667	-0.31667		Naama,النعامة	49	49			
2486552	Mzita	mzita	DZ	34008	0	Africa/Algiers	36.51407	4.78676		Mezita,Mzita,Mézita		18			
2486553	M’Zita	m-zita	DZ	06024	0	Africa/Algiers	36.12036	4.38507				39			
2486568	Mzata	mzata	DZ	05058	0	Africa/Algiers	37.02917	6.36806				31			
2486569	Mzata	mzata	DZ	05058	0	Africa/Algiers	35.21561	6.31754				03			
2486571	M’Zarir	m-zarir	DZ	10052	0	Africa/Algiers	36.43389	4.19539				21			
2486616	M’Toussa	m-toussa	DZ	40021	0	Africa/Algiers	35.50667	7.30222		M'Toussa,M’Toussa		47			
2486690	M’Sila	m-sila	DZ	31016	100000	Africa/Algiers	35.70583	4.54194		M'Sila,MSila,M’Sila,ZZS,almsylt,المسيلة	27	27			
2486695	Msif	msif	DZ	45000	0	Africa/Algiers	36.6676	5.82577		Mechta Amsif,Mechtat Amsif,Msif		24			
2486825	Mouzaïa	mouzaia	DZ	06023	32981	Africa/Algiers	36.46695	2.68991		Mouzaia,Mouzaiaville,Mouzaïa,Mouzaïaville		20			
2486936	Moulay Slissen	moulay-slissen	DZ	22026	0	Africa/Algiers	34.8222	-0.76062		Moulay Slissen,Slissen,Slissene,Slissène		30			
2486942	Moulay Larbi	moulay-larbi	DZ	20014	0	Africa/Algiers	34.64919	0.01586		Moulay Larbi,Wagram,mwlay alʿrby,mwlay lʿrby,مولاي العربي,مولاي لعربي,مولای العربی		10			
2487005	Mouka	mouka	DZ	06014	0	Africa/Algiers	36.33653	4.46809		Ighil-Ali,Irhil Ali,Iril Ali,Mouka		18			
2487090	Moudjebeur	moudjebeur	DZ	26033	0	Africa/Algiers	35.95064	2.82269				06			
2487121	Moualdia	moualdia	DZ	27018	0	Africa/Algiers	36.06667	2.38333				35			
2487140	Mosbah	mosbah	DZ	32028	0	Africa/Algiers	34.41235	0.0903				42			
2487144	Morsott	morsott	DZ	12017	0	Africa/Algiers	35.66778	8.01167		Morsott		33			
2487195	Monte-Christo	monte-christo	DZ	31000	0	Africa/Algiers	35.71667	-0.66667				09			
2487225	Moknea	moknea	DZ	15127	0	Africa/Algiers	36.6757	4.45502				14			
2487293	Mohammadia	mohammadia	DZ	16058	0	Africa/Algiers	35.58861	0.06861		Mohammadia,Perregaux,Perrégaux,QMW		26			
2487299	Moggar	moggar	DZ	30030	0	Africa/Algiers	33.26667	6.06025		Moggar		TG			
2487306	Mocta Douz	mocta-douz	DZ	29027	0	Africa/Algiers	35.60432	-0.04694		Mocta Douz,Mokta Douz		26			
2487321	M’Lili	m-lili	DZ	07068	0	Africa/Algiers	34.65526	5.55691		M'Lili,M’Lili		19			
2487384	Mizab	mizab	DZ	13080	0	Africa/Algiers	34.88915	6.17682				19			
2487403	Miramar	miramar	DZ	16060	0	Africa/Algiers	35.7	-0.63333				09			
2487444	Miliana	miliana	DZ	44003	0	Africa/Algiers	36.30554	2.2248		Miliana,Milianah,mlyant,مليانة		35			
2487549	Meziani	meziani	DZ	10012	0	Africa/Algiers	35.65023	7.70296				29			
2487576	Mezaourou	mezaourou	DZ	15032	0	Africa/Algiers	34.81822	-0.62376		Mezaourou,Rochambeau		30			
2487580	Mezaïdia	mezaidia	DZ	29013	0	Africa/Algiers	35.38765	0.58298				26			
2487620	Metlili Chaamba	metlili-chaamba	DZ	47002	50117	Africa/Algiers	32.26667	3.63333		Metlili,Metlili Chaamba,Metlili-les Chaamba,Mettlili Chaamba		45			
2487648	Metarfa	metarfa	DZ	01038	0	Africa/Algiers	28.58437	-0.15039		Metarfa		TM			
2487709	Messelmoun	messelmoun	DZ	42036	0	Africa/Algiers	36.56382	1.99938		Messelmoun,Messlmoun,Messlmoûn		55			
2487772	Messaad	messaad	DZ	17003	99485	Africa/Algiers	34.15429	3.50309		Messaad,Messad,Мессад		22			
2487786	Mesra	mesra	DZ	27018	0	Africa/Algiers	35.83796	0.16838		Aboukir,Mesra,Messhra		07			
2487791	Mesloûla	mesloula	DZ	12049	0	Africa/Algiers	35.87027	7.83679				33			
2487805	Meskiana	meskiana	DZ	04004	30071	Africa/Algiers	35.63058	7.66606		La Meskiana,Meskiana		29			
2487852	Mers el Kebir	mers-el-kebir	DZ	31019	20178	Africa/Algiers	35.7279	-0.7081		Mers el Kabir,Mers el Kebir,Mers-ehl'-Kebir,Saint Andre de Mers-el-Kebir,Saint André de Mers-el-Kébir,bldyt almrsy alkbyr,Мерс-эль-Кебир,بلدية المرسى الكبير		09			
2487882	Merouana	merouana	DZ	05013	47646	Africa/Algiers	35.63106	5.91186		Corneille,Merouana		03			
2487912	Merine	merine	DZ	22012	0	Africa/Algiers	34.78009	-0.45221		Merine,Zegla,Zégla		30			
2487926	Meridja	meridja	DZ	08041	0	Africa/Algiers	31.54884	-2.94498		Meridja,Merija		38			
2488024	El Merdja	el-merdja	DZ	16017	0	Africa/Algiers	36.13813	3.30752		El Merdja,Merdja		06			
2488042	Meramdia	meramdia	DZ	44030	0	Africa/Algiers	36.14323	1.63394		Meramdia,Meramdiat		35			
2488058	Merad	merad	DZ	42019	0	Africa/Algiers	36.47477	2.42625		Merad,Meurad		55			
2488064	Menzel el Abtal	menzel-el-abtal	DZ	21066	0	Africa/Algiers	36.73966	7.15592		Foy,Menzel el Abtal,Sidi Naceur,Sidi Nasseur		31			
2488065	Menzel	menzel	DZ	13037	0	Africa/Algiers	36.37389	7.79472		Fauvelle,Menzel,Oued Cham		23			
2488156	Mendes	mendes	DZ	26043	0	Africa/Algiers	35.65008	0.86452		Mendes,Mendez		51			
2488166	Menasria	menasria	DZ	26076	0	Africa/Algiers	36.17547	1.44178		Menasria,Menasrya		41			
2488189	Menaceur	menaceur	DZ	42018	0	Africa/Algiers	36.49389	2.24306		El Gourine,Marceau,Menacer,Menaceur		55			
2488193	Menaa	menaa	DZ	05012	0	Africa/Algiers	35.17769	6.00422		Menaa,Menaâ,منعة		03			
2488202	Melouza	melouza	DZ	28017	25701	Africa/Algiers	35.97999	4.18665		Melouda,Melouza,Ouan Ougha,Souk el Tleta		27			
2488207	Melouka	melouka	DZ	01030	0	Africa/Algiers	27.86383	-0.34176				34			
2488221	Mellinet	mellinet	DZ	22028	0	Africa/Algiers	34.96568	-0.73162		Melinet,Mellinet,Tifiles		30			
2488236	Mellala	mellala	DZ	06062	0	Africa/Algiers	36.71158	5.01346				18			
2488242	Mellakou	mellakou	DZ	14025	0	Africa/Algiers	35.25276	1.23436		Melakou,Mellakou,Palaf,Palat		13			
2488264	Melika	melika	DZ	47024	0	Africa/Algiers	32.4889	3.67861				45			
2488428	Melaab	melaab	DZ	03028	0	Africa/Algiers	35.7148	1.33317		El Melaab,Melaab		56			
2488500	Mekla	mekla	DZ	15014	29560	Africa/Algiers	36.68178	4.26378		Maqla',Maqlaʿ,Mekla,mqlʿ,مقلع		14			
2488540	Mekhalif	mekhalif	DZ	29015	0	Africa/Algiers	35.48024	-0.55821		Mekhalif,Mekralife		09			
2488547	Mekhadma	mekhadma	DZ	07034	0	Africa/Algiers	34.64779	5.46833		Mekhadma,Mekradma		19			
2488573	Mekalis	mekalis	DZ	45031	0	Africa/Algiers	32.98654	-0.49191				49			
2488669	Mehada	mehada	DZ	04004	0	Africa/Algiers	35.00164	-2.00981				15			
2488722	Meftah	meftah	DZ	09012	59990	Africa/Algiers	36.6204	3.22248		Meftah,Meftakh,Rivet,Мефтах		20			
2488736	Medroussa	medroussa	DZ	14023	0	Africa/Algiers	35.17381	1.20554		Douar Oulad el Had Medroussa,Medroussa		13			
2488742	Medrissa	medrissa	DZ	14013	0	Africa/Algiers	34.89589	1.24065		Medrissa		13			
2488771	Medjez Sfa	medjez-sfa	DZ	24026	0	Africa/Algiers	36.43337	7.78305		Medjez Sfa		23			
2488780	Medjedel	medjedel	DZ	28016	0	Africa/Algiers	35.14415	3.68361		Medjedel		27			
2488793	Medjana	medjana	DZ	34009	0	Africa/Algiers	36.13186	4.66903		Medjana		39			
2488802	Mediouna	mediouna	DZ	48011	0	Africa/Algiers	36.24643	1.84903				35			
2488803	Mediouna	mediouna	DZ	48011	0	Africa/Algiers	36.11667	0.75		Mediouna,S.A.S. Mediouna		51			
2488813	Medina	medina	DZ	05026	0	Africa/Algiers	35.30942	6.51002				03			
2488865	Mechtras	mechtras	DZ	15042	0	Africa/Algiers	36.5435	3.99813		Mechtras		14			
2489068	El Kessara	el-kessara	DZ	48029	0	Africa/Algiers	35.95797	0.57653		El Kessara,Mechtat el Ksara		51			
2489255	Mechta Safel el Bir	mechta-safel-el-bir	DZ	04004	0	Africa/Algiers	35.53444	7.64444		Mechta Safel el Bir,Mechtat Safel el Bir		29			
2489260	Messaadia	messaadia	DZ	48036	0	Africa/Algiers	35.99532	0.60935		Mechta Mouley Saadia,Mechta Mouley Sâadia,Messaadia		51			
2489300	Mechta Ragouba	mechta-ragouba	DZ	24019	0	Africa/Algiers	35.94866	6.38713		Mechta Ragouba,Mechtat Ragouba		29			
2489302	Mechta Ouled Zid	mechta-ouled-zid	DZ	34014	0	Africa/Algiers	35.86936	5.64953				12			
2489309	Mechta Ouled Sidi Ali	mechta-ouled-sidi-ali	DZ	43055	0	Africa/Algiers	35.97758	5.84551		Mechta Ouled Sidi Ali,Mechtat Ouled Sidi Ali		12			
2489324	Mechta Ouled Mehenni	mechta-ouled-mehenni	DZ	34014	0	Africa/Algiers	36.14309	4.80568		Mechta Ouled Mehenni,Mechtat Ouled Mehenni		39			
2489359	Mechta Ouled Amara	mechta-ouled-amara	DZ	04040	0	Africa/Algiers	35.36697	7.33518		Mechta Ouled Amara,Mechtet Ouled Amara		47			
2489360	Mechta Ouled Amara	mechta-ouled-amara	DZ	04040	0	Africa/Algiers	35.36212	7.28159				47			
2489446	Mechta Mekhalfa	mechta-mekhalfa	DZ	43015	0	Africa/Algiers	36.1077	5.83253		Mechta Mekhalfa,Mechtat Mekralfa		12			
2489501	Mechta Kherba	mechta-kherba	DZ	19027	0	Africa/Algiers	36.24754	5.48537		Kherba,Krerba,Mechta Kherba,Mechta Krerba,Mechtat Krerba		12			
2489502	Mechta Kherba	mechta-kherba	DZ	19027	0	Africa/Algiers	36.07095	5.73295		Mechta Kherba,Mechtat Krerba		12			
2489512	Mechta Khallouta	mechta-khallouta	DZ	43020	0	Africa/Algiers	36.24238	6.09133		Mechta Khallouta,Mechta Krallouta		48			
2489543	Mechta Halloufa	mechta-halloufa	DZ	43039	0	Africa/Algiers	35.5236	7.41444				47			
2489582	Ouled Berrached	ouled-berrached	DZ	13053	0	Africa/Algiers	35.79736	0.97529		Mechta Fekharlia,Ouled Berrached		51			
2489615	Mechta Derfoul	mechta-derfoul	DZ	43015	0	Africa/Algiers	36.23914	6.15684				48			
2489623	Mechta Dakhla	mechta-dakhla	DZ	43026	0	Africa/Algiers	36.32149	5.22149		Mechta Dakhla,Mechta Dakrla		12			
2489626	Mechta Daas	mechta-daas	DZ	04004	0	Africa/Algiers	35.60872	7.62214		Mechta Daas,Mechta Dass,Mechtat Daas		29			
2489627	Mechta Chouf	mechta-chouf	DZ	04021	0	Africa/Algiers	35.92111	6.07167				48			
2489703	Mechta Bir Sedra	mechta-bir-sedra	DZ	04018	0	Africa/Algiers	35.98207	7.84471				52			
2489755	Mechta Bazina	mechta-bazina	DZ	04004	0	Africa/Algiers	35.58996	7.63772		Mechta Bazina,Mechtat Bazina		29			
2489806	Mechta Aïn el Hamra	mechta-ain-el-hamra	DZ	43002	0	Africa/Algiers	35.81083	5.32194				12			
2489811	Mechta ’Aïn Diss	mechta-ain-diss	DZ	04004	0	Africa/Algiers	35.56956	7.71314		Mechta 'Ain Diss,Mechta ’Aïn Diss,Mechtat Ain Diss,Mechtat Aïn Diss		29			
2489816	Mechta ’Aïn Beïda	mechta-ain-beida	DZ	43015	0	Africa/Algiers	36.03784	7.85279				52			
2489817	Mechta Aïn Beïda	mechta-ain-beida	DZ	43015	0	Africa/Algiers	35.60303	6.50093				03			
2489835	Mechroha	mechroha	DZ	41017	0	Africa/Algiers	36.35718	7.83754		Laverdure,Mechroha,Merahna		52			
2489865	Mecheria	mecheria	DZ	45002	0	Africa/Algiers	33.54453	-0.28117		MZW,Mecheria,Mechria		49			
2489893	Mebdoua	mebdoua	DZ	04018	0	Africa/Algiers	34.91679	5.62687				19			
2489894	Mebdoua	mebdoua	DZ	04018	0	Africa/Algiers	34.72939	5.32949				19			
2489904	M’Doukal	m-doukal	DZ	05037	0	Africa/Algiers	35.121	5.18067		M'Doukal,M'douka,Medouka,Medoukal,M’Doukal,M’douka		03			
2489922	M’Daourouch	m-daourouch	DZ	41001	0	Africa/Algiers	36.07821	7.8196		Dourouche,M'Daourouch,Madauros,Montesquieu,M’Daourouch		52			
2489936	M’Cil	m-cil	DZ	05044	0	Africa/Algiers	35.80744	5.85832		M'Cil,Mechta Ras el Msil,M’Cil		03			
2490676	Maaziz	maaziz	DZ	13040	0	Africa/Algiers	34.90934	-1.81138				15			
2489948	M’Chedallah	m-chedallah	DZ	10003	0	Africa/Algiers	36.36552	4.27006		M'Chedallah,M'Chedillah,Maillot,M’Chedallah,M’Chedillah		21			
2489977	Mazzer	mazzer	DZ	08040	0	Africa/Algiers	34.55222	-1.62265		Mazer,Mazzer,Mazzero		15			
2489978	Mazzer	mazzer	DZ	08040	0	Africa/Algiers	30.31886	-2.26118		Mazzer		BA			
2489986	Mazouna	mazouna	DZ	48002	0	Africa/Algiers	36.20417	0.9473				41			
2489987	Mazouna	mazouna	DZ	48002	22366	Africa/Algiers	36.12232	0.89865		Mazouna		51			
2489999	Mazer	mazer	DZ	13037	0	Africa/Algiers	36.87806	3.74528				40			
2490000	Mazer	mazer	DZ	13037	0	Africa/Algiers	33.57791	5.99579				MG			
2490006	Mazagran	mazagran	DZ	27017	0	Africa/Algiers	35.8964	0.07119		Mazagran		07			
2490039	Matmata	matmata	DZ	44049	0	Africa/Algiers	35.65641	1.27844				56			
2490056	Matemore	matemore	DZ	29026	0	Africa/Algiers	35.93433	0.09366		Matamore,Matemor,Matemore		07			
2490057	Matemore	matemore	DZ	29026	0	Africa/Algiers	35.32539	0.21269		Matemore,Matmore		26			
2490074	Massine	massine	DZ	25005	0	Africa/Algiers	29.2781	0.23682				TM			
2490122	Markounâ	markouna	DZ	05011	0	Africa/Algiers	35.48455	6.29138		Marcouna,Markouna,Markounâ		03			
2490134	Marhouma	marhouma	DZ	08046	0	Africa/Algiers	30.00446	-2.07058		Marhouma,Markouma		BA			
2490138	Marhoum	marhoum	DZ	22011	0	Africa/Algiers	34.44675	-0.19465		Marhoum,Marhum		30			
2490167	Maoussa	maoussa	DZ	29015	0	Africa/Algiers	35.37977	0.24633		Maoussa,mawsa,mawst,ماوسا,ماوسة		26			
2490179	Mansourah	mansourah	DZ	13000	0	Africa/Algiers	36.36	6.63222				04			
2490180	Mansourah	mansourah	DZ	13000	22117	Africa/Algiers	36.08725	4.45192		Mansoura,Mansourah,Mansur,Мансур		39			
2490183	Mansoûra	mansoura	DZ	34008	52285	Africa/Algiers	34.86158	-1.33935		Mansoura,Mansourah,Mansoûra,Mansura,Мансура		15			
2490224	El Mamounia	el-mamounia	DZ	29000	0	Africa/Algiers	35.42525	0.1403		El Mamounia,Mamounia,Mamoûnia,Saint-Hippolyte		26			
2490297	Makouda	makouda	DZ	15041	34515	Africa/Algiers	36.78567	4.06273		Macouda,Makouda		14			
2490423	Mahouane	mahouane	DZ	10002	0	Africa/Algiers	36.26375	5.34598		Mahouan,Mahouane,Mahouanne		12			
2490456	Mahfouda	mahfouda	DZ	06073	0	Africa/Algiers	36.43868	4.65414		Maffouda,Mahafouda,Mahfouda,amhfwzn,امحفوظن		18			
2490459	Mahelma	mahelma	DZ	16093	0	Africa/Algiers	36.68237	2.87743		Maelma,Mahelma,Maëlma		01			
2490571	Magra	magra	DZ	28006	0	Africa/Algiers	36.52231	8.10969		Douar Magra,Magra		44			
2490572	Magra	magra	DZ	28006	0	Africa/Algiers	35.6132	5.08519		Bordj Magra,Magra,brj mqrt,mqrt,برج مقرة,مقرة		27			
2490575	Magoura	magoura	DZ	13066	0	Africa/Algiers	36.76064	4.60027				14			
2490576	Magoura	magoura	DZ	13066	0	Africa/Algiers	35.74222	4.94056				27			
2490577	Magoura	magoura	DZ	13066	0	Africa/Algiers	34.23926	-1.63438				15			
2490584	Maghnia	maghnia	DZ	13001	0	Africa/Algiers	34.84969	-1.72753		Lalla Maghnia,Maghnia,Marnia,QMG		15			
2490709	Maafer	maafer	DZ	19110	0	Africa/Algiers	35.85556	5.36639				12			
2490711	Maafa	maafa	DZ	05123	0	Africa/Algiers	35.26346	5.89764		Maafa		03			
2490792	Lizerg	lizerg	DZ	39063	0	Africa/Algiers	33.4	6.96667		Lizerg,Lizirq,Līzīrq,lyzyrq,ليزيرق		43			
2490801	Lioua	lioua	DZ	07033	0	Africa/Algiers	34.63099	5.39362		Lioua		19			
2490813	Lichta	lichta	DZ	01001	0	Africa/Algiers	29.22674	0.19942		Lichta,lyshta,ليشطا		TM			
2490814	Lichana	lichana	DZ	07009	0	Africa/Algiers	34.71753	5.42232		Lichana,Lirhana		19			
2490817	Liana	liana	DZ	07041	0	Africa/Algiers	34.77054	6.6685				19			
2490822	Yellel	yellel	DZ	48006	0	Africa/Algiers	35.7224	0.35329		L'Hillil,L’Hillil,Yellel		51			
2490833	Les Tamarins	les-tamarins	DZ	05002	0	Africa/Algiers	35.32583	5.83697				03			
2490842	Les Sablettes	les-sablettes	DZ	27000	0	Africa/Algiers	35.89533	0.04759		Les Sablettes,Les Sablettes Mazagran-Plage		07			
2490859	El Azizia	el-azizia	DZ	26018	0	Africa/Algiers	36.28656	3.49412		El Azizia,Les Frenes,Les Frênes		06			
2490865	Deux Moulins	deux-moulins	DZ	16030	0	Africa/Algiers	36.81196	3.02882		Deux Moulins,Les Deux Moulins		01			
2490870	Les Andalouses	les-andalouses	DZ	31043	0	Africa/Algiers	35.70477	-0.89355				09			
2490937	El Karma	el-karma	DZ	13024	0	Africa/Algiers	36.77439	3.51425		El Karma,Le Figuier		40			
2490986	Zaouia	zaouia	DZ	02002	0	Africa/Algiers	35.94159	0.12152		La Zaouia,La Zaouïa,Zaouia		07			
2491031	Larhat	larhat	DZ	42017	0	Africa/Algiers	36.53333	1.81667				55			
2491039	Ouled Fares	ouled-fares	DZ	02010	0	Africa/Algiers	36.23358	1.23812		Larbaat Ouled Fares,Larbaat Ouled Farés,Ouled Fares,Warnier		41			
2492557	Keddara	keddara	DZ	13060	0	Africa/Algiers	36.62481	3.47788		Keddara		40			
2491050	Larbaâ	larbaa	DZ	06022	69298	Africa/Algiers	36.56471	3.15434		Arba,El-Arba,L'Arba,Larba,Larbaa,Larbaâ,L’Arba,ZZL,Ларба		20			
2491058	La Pépinière	la-pepiniere	DZ	13000	0	Africa/Algiers	36.86331	6.91096				31			
2491068	Lamtâr	lamtar	DZ	22024	0	Africa/Algiers	35.07104	-0.79851		Lamtar,Lamtâr		30			
2491077	La Marine	la-marine	DZ	35004	0	Africa/Algiers	35.93309	0.08178				07			
2491078	La Marine	la-marine	DZ	35004	0	Africa/Algiers	35.81407	-0.49011				09			
2491134	Lakhdaria	lakhdaria	DZ	10002	56719	Africa/Algiers	36.56463	3.5933		Lakhdaria,Palestro,alakhdryh,alakhdryt,balystrw,lkhdryt,الأخضرية,الأخضريه,باليسترو,لخضرية		21			
2491172	Lahlef	lahlef	DZ	48020	0	Africa/Algiers	35.89401	0.97965		El Alef,El Aref,Lahlaf,Lahlef		51			
2491221	Labaïs	labais	DZ	38002	0	Africa/Algiers	35.7895	1.46765				56			
2491223	Laayoune	laayoune	DZ	38007	0	Africa/Algiers	35.69668	1.99664		Laayoune,Layoune,Makrani,Mokrani,Taine		56			
2491253	Ksour	ksour	DZ	34048	0	Africa/Algiers	35.9886	4.5193		El Ksour,Ksour		39			
2491272	Ksiksou	ksiksou	DZ	08003	0	Africa/Algiers	31.16502	-2.52359				38			
2491300	Ksar Sbahi	ksar-sbahi	DZ	04018	0	Africa/Algiers	36.08306	7.25806		Ksar Sbahi,Ksar Sbehi		29			
2491317	Ksar el Hirane	ksar-el-hirane	DZ	03003	0	Africa/Algiers	33.79154	3.14482		Ksar el Hiran,Ksar el Hirane		25			
2491320	Ksar el Hadj	ksar-el-hadj	DZ	01012	0	Africa/Algiers	28.69605	0.34038				TM			
2491323	Ksar el Boukhari	ksar-el-boukhari	DZ	26003	77166	Africa/Algiers	35.88889	2.74905		Boghari,Borhari,Ksar el Boukhari		06			
2491335	Ksar Chellala	ksar-chellala	DZ	14002	58478	Africa/Algiers	35.21222	2.31889		Chellala,Chellala-Reibell,Ksar Chellala,Reibel,Reibell,Reïbell,Shelala		13			
2491379	Kristel	kristel	DZ	27017	0	Africa/Algiers	35.82413	-0.48303		Krichtel,Kristel		09			
2491454	Kourdane	kourdane	DZ	03012	0	Africa/Algiers	33.84985	2.34026		Dar Sidi Ahmed Tedjini,Kourdane,Sidi Ahmed Tedjini		25			
2491487	Kouinine	kouinine	DZ	39014	0	Africa/Algiers	33.4	6.83333		Kouinine		43			
2491518	Kouba	kouba	DZ	16006	0	Africa/Algiers	36.7344	3.08482		KDF,Kouba,Koubba,Kuba,Qouba,Taqubbet,alqbt,القبة,قبہ، الجزائر		01			
2491519	Kouassem	kouassem	DZ	29011	0	Africa/Algiers	35.65405	-0.23105		Douar Couacem,Kouassem		26			
2491525	Kouanine	kouanine	DZ	22055	0	Africa/Algiers	36.79274	3.85808				40			
2491526	Azib el Kouafa	azib-el-kouafa	DZ	35022	0	Africa/Algiers	36.85888	3.98826				40			
2491578	Kolea	kolea	DZ	42003	31816	Africa/Algiers	36.63888	2.76845		Kolea		55			
2491622	Kissoun	kissoun	DZ	15076	0	Africa/Algiers	36.82551	4.44478				14			
2491776	Kherrata	kherrata	DZ	06004	0	Africa/Algiers	36.49349	5.27802		Kerrata,Kerrato,Kherrata,ZZR,khratt,خراطة		18			
2491830	El Amra	el-amra	DZ	40015	0	Africa/Algiers	36.30693	1.84816		El Amra,Kerba,Kherba		35			
2491831	Kherba	kherba	DZ	14038	0	Africa/Algiers	36.00233	2.89699		Kherba,Krerba		06			
2491886	El Kheneg	el-kheneg	DZ	03010	0	Africa/Algiers	36.12361	3.3138		El Kheneg,Kheneg		06			
2491908	Khemisti	khemisti	DZ	13038	0	Africa/Algiers	35.66864	1.96491		Bourbaki,Khemisti		56			
2491911	Khemis Miliana	khemis-miliana	DZ	44001	75865	Africa/Algiers	36.26104	2.22015		Affreville,El Khemis,El Khemis Miliana,Khemis Miliana,ZZK,afrfyl,alkhmys,alkhmys mlyant,khmys mlyant,أفرفيل,الخميس,الخميس مليانة,خميس مليانة		35			
2491913	Khemis el Khechna	khemis-el-khechna	DZ	35010	49757	Africa/Algiers	36.64997	3.3308		Fondouk,Khemis El Khechma,Khemis el Khechna,Le Fondouk		40			
2491923	Khemis	khemis	DZ	13037	0	Africa/Algiers	34.64299	-1.56145		Khemis,Kremis		15			
2491947	Khelil	khelil	DZ	34006	0	Africa/Algiers	36.53461	4.93876				18			
2491948	Khelil	khelil	DZ	34006	0	Africa/Algiers	36.17912	5.02339		Davoust,Davout,Khelil,Krelil,khlyl,خلـيل		39			
2491967	Kheïredine	kheiredine	DZ	27016	0	Africa/Algiers	35.98179	0.16844		Kheir Dine,Kheiredine,Kheïredine,Tounin,Tounine		07			
2492059	Kharouba	kharouba	DZ	29001	0	Africa/Algiers	35.96496	0.09403		Karouba,Karrouba,Kharouba,Kharrouba		07			
2492078	Kharba	kharba	DZ	19053	0	Africa/Algiers	36.26868	0.98016				41			
2492130	Khalouia	khalouia	DZ	29025	0	Africa/Algiers	35.46298	0.29762		Haitia,Haïtia,Khalouia,Khelouia,Sonis		26			
2492169	Khalidj	khalidj	DZ	22008	0	Africa/Algiers	35.058	-0.68269		Khalidj,Kralidj		30			
2492173	Khalfallah	khalfallah	DZ	20012	0	Africa/Algiers	34.54984	0.25831		Karlfallah,Khalfallah,Khattalleh,Khelfallah,Kralfalla,Kralfallah		10			
2492205	Khadra	khadra	DZ	03026	0	Africa/Algiers	36.25396	0.5742		Khadra,Picard,Picard Nekmaria		07			
2492273	Kerzaz	kerzaz	DZ	08022	0	Africa/Algiers	29.45057	-1.4185		Kerzaz		BA			
2492397	Kerarma	kerarma	DZ	29012	0	Africa/Algiers	35.75593	1.51812				56			
2492412	Kennour	kennour	DZ	35022	0	Africa/Algiers	36.85967	4.01161				40			
2492421	Kenenda	kenenda	DZ	48052	0	Africa/Algiers	35.65572	0.82171		Kenenda,Keneneda,Kenennda		51			
2492427	Kenadsa	kenadsa	DZ	08011	0	Africa/Algiers	31.54861	-2.42694		Kanadsa,Kenadsa,Kenadza,Kenatsa		38			
2492519	Kef el Aogab	kef-el-aogab	DZ	15046	0	Africa/Algiers	36.76111	3.88121		Kef el 'Ogab,Kef el Aogab,Kef el ’Ogâb		14			
2492677	Kasbah	kasbah	DZ	48002	0	Africa/Algiers	35.7	-0.65		Casbah,Kasba,Kasbah		09			
2492738	Kaous	kaous	DZ	18015	0	Africa/Algiers	36.77175	5.81285		Duquesne,Fort Duquesne,Kaous		24			
2492752	Kanouâ	kanoua	DZ	21062	0	Africa/Algiers	37.05	6.4		Kanoua,Kanouâ		31			
2492776	Kali	kali	DZ	01039	0	Africa/Algiers	29.39819	0.21395		Kali,kaly,qaly,قالي,كالي		TM			
2492800	Kalaa	kalaa	DZ	48018	0	Africa/Algiers	35.58062	0.32838		Kalaa,Kalaa des Beni Rached		51			
2492809	Kaïs	kais	DZ	40001	0	Africa/Algiers	35.49474	6.92492		Edgar-Ouinet,Edgar-Quinet,Kais,Kaïs		47			
2492873	Kadiria	kadiria	DZ	10006	0	Africa/Algiers	36.53444	3.68278		Kadiria,Thiers		21			
2492920	Djidiouia	djidiouia	DZ	48005	31996	Africa/Algiers	35.92989	0.82871		Djidioua,Djidiouia,Djidjiouia,Jdiouia,Saint-Aime,Saint-Aimé		51			
2492986	Isseradjene	isseradjene	DZ	15031	0	Africa/Algiers	36.80231	4.1628				14			
2492995	Issenadjene	issenadjene	DZ	15121	0	Africa/Algiers	36.87967	4.22201				14			
2493273	In Guezzam	in-guezzam	DZ	11005	0	Africa/Algiers	19.57358	5.76801		I-n-Guezzam,I-n-Guezzâm,In Guezam,In Guezzam,In Guezzane,ʿyn qzam,عين قزام		IG			
2493352	Imsalitene	imsalitene	DZ	15031	0	Africa/Algiers	36.81667	4.18333				14			
2493375	Immoula	immoula	DZ	06108	0	Africa/Algiers	36.57477	4.74337		Immoula,Imoula		18			
2493467	Ililane	ililane	DZ	15150	0	Africa/Algiers	36.81808	4.0516				14			
2493492	Iksilene	iksilene	DZ	06035	0	Africa/Algiers	36.72008	4.75582				18			
2493592	Igoulfane	igoulfane	DZ	15155	0	Africa/Algiers	36.62578	4.28583				14			
2493593	Igoufaf	igoufaf	DZ	15002	0	Africa/Algiers	36.6176	4.33814				14			
2493595	Igostene	igostene	DZ	11021	0	Africa/Algiers	27.25071	2.63493		Igostene		IS			
2493602	Igli	igli	DZ	08021	0	Africa/Algiers	30.45216	-2.29188		Igli,Ksar d'Igli,Ksar d’Igli,aqly,إقلي		BA			
2493605	Ighram	ighram	DZ	06057	15030	Africa/Algiers	36.46295	4.50532		Ighram,Irhram		18			
2493613	Ifri	ifri	DZ	06010	0	Africa/Algiers	36.55	4.55				18			
2493618	Ifouzar	ifouzar	DZ	15098	0	Africa/Algiers	36.75651	4.09709				14			
2493626	Iflissen	iflissen	DZ	15069	0	Africa/Algiers	36.86667	4.25		Iflissen,Taourirt Zouaou		14			
2493629	Ifigha	ifigha	DZ	06031	0	Africa/Algiers	36.67111	4.41139		Ifigha		14			
2493640	Iferhounene	iferhounene	DZ	15013	0	Africa/Algiers	36.51667	4.38333		Iferhouene,Iferhounene,Iferouene		14			
2493692	Idelès	ideles	DZ	11020	0	Africa/Algiers	23.82364	5.93306		Arrem Ideles,Ideles,Idelès,adls,أدلس,إدلس,ادلس		53			
2493722	Ibouhathmane	ibouhathmane	DZ	06000	0	Africa/Algiers	36.75596	5.03869		Ibaouchene,Ibouhathman,Ibouhathmane		18			
2493745	Ibarissene	ibarissene	DZ	06094	0	Africa/Algiers	36.75	4.83333				18			
2493749	Ibaouchene	ibaouchene	DZ	06030	0	Africa/Algiers	36.75504	4.90793				18			
2493799	Houabi	houabi	DZ	38002	0	Africa/Algiers	35.77051	1.53928				56			
2493918	Hennaya	hennaya	DZ	13009	41959	Africa/Algiers	34.95139	-1.36806		Eugene Etienne,Eugene-Etienne Hennaya,Eugène Étienne,Eugéne-Étienne Hennaya,Hennaya		15			
2493956	Héliopolis	heliopolis	DZ	24008	40139	Africa/Algiers	36.50361	7.44278		Heliopolis,Héliopolis		23			
2494021	Hassi R’mel	hassi-r-mel	DZ	03004	0	Africa/Algiers	32.93867	3.25865		HRM,Hassi R'Mel,Hassi R'mel,Hassi R’mel,hasy alrml,حاسي الرمل,حاسی الرمل		25			
2494029	Hassi Messaoud	hassi-messaoud	DZ	30001	53000	Africa/Algiers	31.68041	6.07286		HME,Hassi Messaoud,Khasi Mesaud,Khassi-Messaud,ha xi mai sa wu de,hasimesaudeu,Хаси Месауд,Хасси-Мессауд,حاسي مسعود,哈西迈萨乌德,하시메사우드		50			
2494032	Hassi Mefsoûkh	hassi-mefsoukh	DZ	31050	0	Africa/Algiers	35.78611	-0.32889		Hassi Meefsoukh,Hassi Mefsoukh,Hassi Mefsoûkh,Mefessour,Mefessour-Renan,Mefsour,Renan		09			
2494054	Hassi el Ghella	hassi-el-ghella	DZ	46012	0	Africa/Algiers	35.45534	-1.05266		El Rahel,Er Rahel,Hassi el Ghella,Hassi el Rhella,Massi-el-Ghella		36			
2494057	Hassi el Biod	hassi-el-biod	DZ	31038	0	Africa/Algiers	35.63795	-0.55041		Assi el Biod,Hassi el Biod,Les Trois Puits		09			
2494071	Hassi Bel Guebbour	hassi-bel-guebbour	DZ	33003	0	Africa/Algiers	28.5	6.68333		Hassi Bel Guebbour		46			
2494073	Hassi Bahbah	hassi-bahbah	DZ	14009	0	Africa/Algiers	35.07109	3.0299		Hassi Bahbah		22			
2494077	Hassiane Ettoual	hassiane-ettoual	DZ	31027	0	Africa/Algiers	35.71154	-0.44292		Fleurus,Hassiane Ettoual,Hassiane-El-Toual		09			
2494120	Hassasna	hassasna	DZ	22023	0	Africa/Algiers	36.13038	0.88079		Hassasna,Village des Hassasna		51			
2494278	Haoud el Hamra	haoud-el-hamra	DZ	30027	0	Africa/Algiers	31.89139	5.98056		Haoud el Hamra		50			
2494293	Haouch Rouiba	haouch-rouiba	DZ	16017	0	Africa/Algiers	36.71895	3.27551				01			
2494534	Hammam Sidi el Hadj	hammam-sidi-el-hadj	DZ	07038	0	Africa/Algiers	35.10264	5.61772				19			
2494535	Hammam Righa	hammam-righa	DZ	44023	0	Africa/Algiers	36.37972	2.39889		Ham-r-irha,Hammam Righa,Hammam Rira,Hammam Rirha		35			
2494537	Hammâm Ouled Ali	hammam-ouled-ali	DZ	24042	0	Africa/Algiers	36.56667	7.4		Hammam Oulad Ali,Hammam Ouled Ali,Hammâm Ouled Ali		23			
2494540	Hammam Melouane	hammam-melouane	DZ	09030	0	Africa/Algiers	36.48679	3.04449		Hammam Melouane,Hammam-Melouan,Hammam-Mélouan,Hamman Melouane,Melouan		20			
2494545	Hammam Guergour	hammam-guergour	DZ	19051	0	Africa/Algiers	36.32189	5.05651		Hammam Guergour		12			
2494548	Hammamet	hammamet	DZ	12016	28536	Africa/Algiers	35.44862	7.95184		Gidjel,Hammamet,Khammamet,Youks-les-Bains,Youks-les-Banins,Хаммамет		33			
2494551	Hammam Dalaa	hammam-dalaa	DZ	28005	0	Africa/Algiers	35.92613	4.37471		Hammam,Hammam Dalaa		27			
2494554	Hammam Bou Hadjar	hammam-bou-hadjar	DZ	46005	35896	Africa/Algiers	35.37889	-0.96778		Hammam Bou Hadjar,Hamman Bou Habjar,Hommam Bou Hadjar,hmam abw hjr,hmam bw hjar,hmam bwhjr,حمام أبو حجر,حمام بو حجار,حمام بوحجر		36			
2494556	Hammam Boughrara	hammam-boughrara	DZ	13036	0	Africa/Algiers	34.89354	-1.63859		Bou Rhara,Hammam Bou Rhara,Hammam Boughrara,Hammam bou Rrara,Hussein bou Ghara,Husseïn bou Ghara		15			
2494604	Hammam	hammam	DZ	19015	0	Africa/Algiers	36.05992	5.21493				12			
2494610	Hamma Bouziane	hamma-bouziane	DZ	25013	63012	Africa/Algiers	36.41205	6.59603		Hamma,Hamma Bouniane,Hamma Bouziane,Hamma-Plaisance,Le Hamma,Le Hamma-Plaisance		04			
2494614	Hamma	hamma	DZ	19106	0	Africa/Algiers	36.7441	3.0662		Hamma,Hamms,Le Hamma		01			
2494618	Hamla	hamla	DZ	05074	0	Africa/Algiers	35.55702	6.08365		Condorcet,Hamla		03			
2494686	Hamda	hamda	DZ	06014	0	Africa/Algiers	36.32142	4.43473		Hainda,Hamda		18			
2494728	Hamama	hamama	DZ	29018	0	Africa/Algiers	36.39925	5.28706				18			
2494732	Hamala	hamala	DZ	43052	0	Africa/Algiers	36.57236	6.33966		Hamala		48			
2494743	Hamadia	hamadia	DZ	14020	0	Africa/Algiers	35.45918	1.87316		Hamadia,Victor Hugo		13			
2494759	Halouane	halouane	DZ	10076	0	Africa/Algiers	36.46957	3.9304		Hallouane,Halouane		14			
2500180	Djeblaa	djeblaa	DZ	06027	0	Africa/Algiers	36.80282	4.74684				18			
2494962	Hadjout	hadjout	DZ	42001	27549	Africa/Algiers	36.51257	2.41382		Hadjout,Marengo		55			
2495076	Hadjaïria	hadjairia	DZ	46039	0	Africa/Algiers	35.34798	-0.95169		Douar Hadjairia,Douar Hadjaïria,Hadjairia,Hadjaïria		36			
2495099	Hadjadj	hadjadj	DZ	03003	0	Africa/Algiers	36.09556	0.32611		Bosquet,Hadjadj,Hadjedj		07			
2495159	Hacine	hacine	DZ	29014	0	Africa/Algiers	35.45905	-0.00567		Dublineau,Hacine,Oued el Hammam		26			
2495184	Bou Henni	bou-henni	DZ	29022	0	Africa/Algiers	35.57218	-0.04298		Bou Hen,Bou Henni,Habra,Habra Bou Henni,Hâbra Bou Henni		26			
2495241	Ras el Ma	ras-el-ma	DZ	05124	0	Africa/Algiers	36.11833	5.52944		Guidjal,Guidjel,Ras el Ma		12			
2495267	Guettar el Aïch	guettar-el-aich	DZ	25042	0	Africa/Algiers	36.18421	6.579		Guettar el Aich,Guettar el Aiech,Guettar el Aïch,Guettar el Aïech		04			
2495401	Guerzim	guerzim	DZ	08036	0	Africa/Algiers	29.64314	-1.67873		Guerzim,Guerzime		BA			
2495407	Guertoufa	guertoufa	DZ	14019	0	Africa/Algiers	35.39225	1.25561		Guertoufa		13			
2495418	Guerrouaou	guerrouaou	DZ	09029	0	Africa/Algiers	36.52666	2.88444		Guerrouaou		20			
2495433	Guernini	guernini	DZ	17054	0	Africa/Algiers	35.46285	5.04387		Guernini,alqrnyny,qrnyny,vrnyny,القرنيني,قرنيني,ڤرنيني		03			
2495485	Guergoûr	guergour	DZ	10064	0	Africa/Algiers	36.4004	2.87992		Gourgour,Guergour,Guergoûr		20			
2495537	Guenzet	guenzet	DZ	19026	0	Africa/Algiers	36.31992	4.83718		Guenret,Guenzet		12			
2495542	Guentis	guentis	DZ	12047	0	Africa/Algiers	35.0005	7.30632		Guenntis,Guentis		33			
2495601	Guemar	guemar	DZ	39002	0	Africa/Algiers	33.48529	6.79693		ELU,Guemar		43			
2495602	Guemana	guemana	DZ	26045	0	Africa/Algiers	36.19315	2.742				06			
2495621	Guelt es Stel	guelt-es-stel	DZ	17002	0	Africa/Algiers	35.15777	3.02391				22			
2495629	Gueltat Sidi Saad	gueltat-sidi-saad	DZ	03025	0	Africa/Algiers	34.29606	1.94615		Bordj Gueltet Sidi Saad,Bordj de Gueltet Sidi Saad,Guella Sidi Saad,Guelta,Gueltat Sidi Saad,Gueltet Sidi Saad		25			
2495671	Guellal	guellal	DZ	19050	0	Africa/Algiers	36.03528	5.33667		Guellal		12			
2495715	Guelaa	guelaa	DZ	06014	0	Africa/Algiers	36.29524	4.57976				18			
2495764	Guechtoula	guechtoula	DZ	26068	0	Africa/Algiers	36.37604	4.92704				12			
2495846	Grarem	grarem	DZ	43004	0	Africa/Algiers	36.51611	6.32722		Grarem		48			
2495870	Graba	graba	DZ	13020	0	Africa/Algiers	36.54897	2.92				20			
2495921	Gouraya	gouraya	DZ	42007	0	Africa/Algiers	36.57172	1.90354		Gounaya,Gouraya,Guraya,Gurayene,qwrayt,قوراية,ڨwraya,ڨورايا		55			
2495988	Gouassem	gouassem	DZ	29041	0	Africa/Algiers	36.13097	1.67805				35			
2496036	Ghriss	ghriss	DZ	29006	0	Africa/Algiers	35.24797	0.16043		Ghriss,Thiersville		26			
2496042	Ghazaouet	ghazaouet	DZ	13002	0	Africa/Algiers	35.09579	-1.85772		Ghazaouet,Ghazouet,Ghazout,Nemours,Nemours-d'Algerie,Nemours-d’Algérie,QAG,QVX		15			
2496044	Ghassoul	ghassoul	DZ	32017	0	Africa/Algiers	33.37716	1.20267		Ghassoul,Rhassoul		42			
2496059	Gdyel	gdyel	DZ	31017	0	Africa/Algiers	35.78111	-0.42581		Gdeyel,Gdyel,Gudhiel,Saint-Cloud,Saint-Cloud-d'Algerie,Saint-Cloud-d’Algérie,qdyl,san klw,سان كلو,قديل		09			
2496210	Froha	froha	DZ	29024	0	Africa/Algiers	35.30339	0.12737		Froha		26			
2496220	Fridjou	fridjou	DZ	40035	0	Africa/Algiers	35.05785	7.02429				47			
2496232	Frenda	frenda	DZ	14001	63319	Africa/Algiers	35.06544	1.04945		Frenda		13			
2496241	Freha	freha	DZ	15012	31068	Africa/Algiers	36.75234	4.3155		Freda,Freha		14			
2496291	Foum Toub	foum-toub	DZ	05049	0	Africa/Algiers	35.40506	6.54961		Foum Toub		03			
2496338	Foughala	foughala	DZ	07031	0	Africa/Algiers	34.72319	5.33112		Foughala,Fourhala		19			
2496368	Fornaka	fornaka	DZ	27014	0	Africa/Algiers	35.75243	-0.01565		Fornaka		07			
2496376	Fontaine des Gazelles	fontaine-des-gazelles	DZ	31004	0	Africa/Algiers	35.88182	-0.30474				09			
2496387	Fliki	fliki	DZ	15001	0	Africa/Algiers	36.70229	4.36722				14			
2496392	Benairia	benairia	DZ	02039	0	Africa/Algiers	36.3539	1.37403		Ben Naria,Benairia,Benaria,Flatters		41			
2496401	F’Kirina	f-kirina	DZ	04013	0	Africa/Algiers	35.66373	7.29885		F'Kirina,F'krina,F’Kirina,F’krina,Oued Nini		29			
2496483	Ferracha	ferracha	DZ	34021	0	Africa/Algiers	36.24217	4.56533				39			
2496502	Fermatou	fermatou	DZ	19048	0	Africa/Algiers	36.22611	5.39389				12			
2496509	Ferkane	ferkane	DZ	12044	0	Africa/Algiers	34.56233	7.40375		Ferkane		33			
2496531	Ferdoua	ferdoua	DZ	43051	0	Africa/Algiers	36.50833	6.29		Douar Ferdoua,Ferdoua		48			
2496587	Fenoughil	fenoughil	DZ	01008	0	Africa/Algiers	27.66667	-0.3		Fenoughil,Fenourhil		34			
2496594	Fendi	fendi	DZ	08010	0	Africa/Algiers	31.83863	-1.47501		Fendi		38			
2496735	Faucigny	faucigny	DZ	19102	0	Africa/Algiers	36.25603	5.26429		Faucigny,Krerbet el Lala		12			
2500182	Djebla	djebla	DZ	15113	0	Africa/Algiers	36.74578	4.20277				14			
2496757	Fatis	fatis	DZ	01013	0	Africa/Algiers	29.73354	0.65851				TM			
2496780	Farfar	farfar	DZ	07055	0	Africa/Algiers	34.72432	5.40107				19			
2497060	Es Senia	es-senia	DZ	31005	68084	Africa/Algiers	35.64779	-0.62397		As-Saniyya,As-Sāniyya,Es Senia,La Senia,La Sénia,alsanyt‎,السانية‎		09			
2497078	Es Sebt	es-sebt	DZ	21018	0	Africa/Algiers	36.6638	7.07759		Es Sebt,La Robertsau,Souk es Sebt		31			
2497205	Erbea	erbea	DZ	34008	0	Africa/Algiers	36.14975	4.44748		Arbea,Erbea		39			
2497269	En Nedjma	en-nedjma	DZ	31071	0	Africa/Algiers	35.64785	-0.5695		Chteibo,En Nedjma,L'Etoile,L’Étoile		09			
2497299	Emîr Abdelkader	emir-abdelkader	DZ	18010	0	Africa/Algiers	36.7512	5.84237		Emir Abdelkader,Emîr Abdelkader,Strasbourg		24			
2497323	El Tarf	el-tarf	DZ	23028	20300	Africa/Algiers	36.7672	8.31377		El Tarf,Le Tarf,altarf,الطارف	44	44			
2497370	El Outaya	el-outaya	DZ	07030	0	Africa/Algiers	35.03412	5.59517		El Outaia,El Outaya,El Outaïa		19			
2497381	El Ouricia	el-ouricia	DZ	19047	0	Africa/Algiers	36.28373	5.40874		El Ouricia		12			
2497385	El Ouloûdj	el-ouloudj	DZ	21016	0	Africa/Algiers	36.93248	6.47877				31			
2497386	El Ouldja	el-ouldja	DZ	17048	0	Africa/Algiers	36.66292	5.71921				24			
2497387	El Ouldja	el-ouldja	DZ	17048	0	Africa/Algiers	34.91551	6.6764		El Oudja,El Ouldja,Ouldja		47			
2497389	El Ouldja	el-ouldja	DZ	17048	0	Africa/Algiers	35.14164	6.37867				03			
2497404	Ouldja	ouldja	DZ	07008	0	Africa/Algiers	37.02219	6.34047		El Oueldja,Oulda-Ben Zaimech,Oulda-Ben Zaïmech,Ouldja,Ouldja el Oueldja		31			
2497410	El Oued	el-oued	DZ	02012	0	Africa/Algiers	35.98028	4.12328				27			
2497411	El Oued	el-oued	DZ	02012	134699	Africa/Algiers	33.35608	6.86319		Al-Wadi,ELU,Ehl'-Uehd,El Oued,El Qued,Oued Souf,Uedas,alwady,wa de,wady,wady swf,Эль-Уэд,Эль-Уэд қаласы,אל-ואד,الوادي,اﻟﻮادى,وادي سوف,وادی,瓦德	43	43			
2497419	El Ouata	el-ouata	DZ	08020	0	Africa/Algiers	29.86224	-1.82751		El Ouata,alwatt,الواتة		BA			
2497428	El Ouadia	el-ouadia	DZ	43018	0	Africa/Algiers	36.60363	5.70365				24			
2497433	El Omaria	el-omaria	DZ	26008	0	Africa/Algiers	36.26458	3.03083		Champlain,El Omaria		06			
2497437	El Ogla	el-ogla	DZ	12015	0	Africa/Algiers	35.18928	7.46762		El Ogla,alʿqlt,ʿqlt qsas,العقلة,عقلة قساس		33			
2497438	El Ogla	el-ogla	DZ	12015	0	Africa/Algiers	33.2511	6.94417		El Ogla,alʿqlt,العقلة		43			
2497460	Bir Mourad Raïs	bir-mourad-rais	DZ	16013	0	Africa/Algiers	36.7458	3.03916		Bir Mourad Rais,Bir Mourad Raïs,Birmandreis,El Mouradia,La Redoute,Le Redoute,bldyt byr mrad rays,byr mrad rays,بئر مراد رايس,بئر مراد رایس,بلدية بئر مراد رايس,بير مراد رايس,بیر مراد رایس		01			
2497488	El Morra	el-morra	DZ	10058	0	Africa/Algiers	36.28015	1.22392				41			
2497509	El Milia	el-milia	DZ	18001	0	Africa/Algiers	36.75472	6.2725		El Milia		24			
2497550	El Meroudj	el-meroudj	DZ	06023	0	Africa/Algiers	36.63283	5.03795				18			
2497559	El Meridj	el-meridj	DZ	12023	0	Africa/Algiers	35.79335	8.22889		Ancien Poste d'el Meridj,Ancien Poste d’el Meridj,El Meridj		33			
2497572	El Merdja	el-merdja	DZ	16017	0	Africa/Algiers	34.95	3.51667				22			
2497573	El Merdja	el-merdja	DZ	16017	0	Africa/Algiers	36.01528	4.37222		El Merdja		39			
2497575	El Merdj	el-merdj	DZ	24008	0	Africa/Algiers	36.4993	5.31335				18			
2497655	El Meghaïer	el-meghaier	DZ	39005	0	Africa/Algiers	33.95304	5.92927		El Meghaier,El Meghair,El Meghaïer,El Meghaïr,M'Raier,Meraieur,Meraïeur,Mrhaier,Mrhaïer,M’Raïer		MG			
2497679	Medjadja	medjadja	DZ	26061	0	Africa/Algiers	36.25695	1.35433		El Mdina,El Mdîna,Medinet Medjadja,Medjadja,Village des Medjada		41			
2497689	Lambiridi	lambiridi	DZ	05073	0	Africa/Algiers	35.5048	6.07784		El Biar,El Lanbiridi,El Mbiridi,El Mbirîdi,Lambiridi,Lanbiridi		03			
2497693	El Matmar	el-matmar	DZ	48009	0	Africa/Algiers	35.73236	0.46159		Clinchant,El Matmar,Les Silos		51			
2497697	El Marsa	el-marsa	DZ	02015	0	Africa/Algiers	36.81051	3.2546		El Marsa,Jean-Bart,almrsy,jan bar,المرسى,جان بار		01			
2497698	El Marsa	el-marsa	DZ	02015	0	Africa/Algiers	36.58962	5.74083				24			
2497699	El Marsa	el-marsa	DZ	02015	0	Africa/Algiers	36.40356	0.91684		El Marsa		41			
2497702	El Mardja	el-mardja	DZ	23021	0	Africa/Algiers	36.62617	5.73969				24			
2497703	El Mansour	el-mansour	DZ	01008	0	Africa/Algiers	28.76234	0.03297				TM			
2497704	El Mansour	el-mansour	DZ	01008	0	Africa/Algiers	27.96016	-0.43526		El Mannsour,El Mansour		34			
2497705	El Mansour	el-mansour	DZ	01008	0	Africa/Algiers	27.6223	-0.30688		El Mannsour,El Mansour		34			
2497713	El Malah	el-malah	DZ	25040	0	Africa/Algiers	35.86961	3.42093				06			
2497714	El Malah	el-malah	DZ	25040	19415	Africa/Algiers	35.39137	-1.09238		El Malah,El Melah,Rio Salado,Zfissaf,almalh,ryw saladw,المالح,ريو سالادو		36			
2497722	El Maja	el-maja	DZ	08020	0	Africa/Algiers	29.8357	-1.78239		El Maja		BA			
2497728	El Maïn	el-main	DZ	02068	0	Africa/Algiers	36.37157	4.73804		El Main,El Maïn,almayn,الماين		39			
2497740	El Mahdia	el-mahdia	DZ	19044	0	Africa/Algiers	36.17139	5.23564		Abd el Beg,El Mahdia,Macdonald		12			
2497758	El Madher	el-madher	DZ	05015	0	Africa/Algiers	35.62938	6.37262		El Madher,El Mahder		03			
2497764	El Madania	el-madania	DZ	16015	0	Africa/Algiers	36.75	3.06667		El Madania		01			
2497773	El Maad	el-maad	DZ	18031	0	Africa/Algiers	36.58508	5.86067		El Maad,Mechtat el Mahad		24			
2497775	El Louza	el-louza	DZ	22029	0	Africa/Algiers	34.81593	0.10684				10			
2497791	El Ksour	el-ksour	DZ	05002	0	Africa/Algiers	33.22528	6.07167				TG			
2497792	El Ksour	el-ksour	DZ	05002	0	Africa/Algiers	35.30826	6.70053				47			
2497796	El Kseur	el-kseur	DZ	06003	26050	Africa/Algiers	36.67942	4.8555		El Kseur,El-Kseur,Leqser,Leqṣer,alqsr,القصر		18			
2497806	El Ksar	el-ksar	DZ	05047	0	Africa/Algiers	35.12605	6.2858				03			
2497807	El Ksar	el-ksar	DZ	05047	0	Africa/Algiers	34.75383	6.671				19			
2497808	El Ksar	el-ksar	DZ	05047	0	Africa/Algiers	29.21748	-1.03044		El Gasr,El Gsar,El Ksar		BA			
2497825	El Kouif	el-kouif	DZ	12006	0	Africa/Algiers	35.502	8.31943		Djebel Kouif,El Kouif,Le Kouif		33			
2497849	El Khroub	el-khroub	DZ	25005	83746	Africa/Algiers	36.26333	6.69361		El Khroub,El-Kroub,Kroubs,Le Khroub,Le Kroub		04			
2497864	El Khobna	el-khobna	DZ	30031	0	Africa/Algiers	33.10028	6.4075		El Khobna,El Krobna		TG			
2497866	El Khemis	el-khemis	DZ	17051	0	Africa/Algiers	36.35106	1.68233		El Khemis,El Khmis,El Khmîs		35			
2497872	El Kherba	el-kherba	DZ	10039	0	Africa/Algiers	35.38959	1.92938				13			
2497877	El Kheneg	el-kheneg	DZ	03010	0	Africa/Algiers	33.7467	2.79509		El Kheneg,El Kreneg		25			
2497882	El Khemîs	el-khemis	DZ	17051	0	Africa/Algiers	36.91667	6.31667				31			
2497883	El Khemîs	el-khemis	DZ	17051	0	Africa/Algiers	36.83722	6.63583				31			
2497884	El Khemis	el-khemis	DZ	17051	0	Africa/Algiers	36.81906	6.25631		El Khemis,El Kramis		24			
2497885	El Khemis	el-khemis	DZ	17051	0	Africa/Algiers	36.21221	3.11406				06			
2497910	El Kharroûb	el-kharroub	DZ	40031	0	Africa/Algiers	36.65905	4.81874		El Kharoub,El Kharroub,El Kharroûb		18			
2497914	El Khalfi	el-khalfi	DZ	01007	0	Africa/Algiers	27.07179	-0.11575				34			
2497927	El Keurt	el-keurt	DZ	29043	0	Africa/Algiers	35.38107	0.0913		El Keurt,El Keurth		26			
2497931	El Kerma	el-kerma	DZ	31026	0	Africa/Algiers	35.60879	-0.57389		El Kerma,Le Figuier,Valmy		09			
2497939	El Karia	el-karia	DZ	25040	0	Africa/Algiers	36.4458	1.58073		El Karia,El Keria		41			
2497952	El Kelaa	el-kelaa	DZ	06019	0	Africa/Algiers	36.84783	4.12072				14			
2497957	El Kef	el-kef	DZ	21017	0	Africa/Algiers	29.33127	0.32312				TM			
2497972	El Karimia	el-karimia	DZ	02008	0	Africa/Algiers	36.11305	1.55342		El Karimia,Harchoun,Lamartine,Marchoun		41			
2497978	El Kantara	el-kantara	DZ	05035	0	Africa/Algiers	36.36989	6.63735		El Kantara,Faubourg D'el Kantara,Faubourg D’el Kantara		04			
2497979	El Kantara	el-kantara	DZ	05035	0	Africa/Algiers	35.22024	5.70585		Al-Kantara,El Kantara,alqntrt,القنطرة		19			
2497988	El Kala	el-kala	DZ	36002	35449	Africa/Algiers	36.89556	8.44333		Ehl'-Kaly,El Kala,La Calle,Port de la Calle,QLK,alqalt,Эль-Калы,القالة		44			
2498000	El Idrissia	el-idrissia	DZ	17020	38714	Africa/Algiers	34.44542	2.52749		El Idrissia,Zenina		22			
2498006	El Houara	el-houara	DZ	02030	0	Africa/Algiers	36.35	3.32527				06			
2498033	El Hedaïek	el-hedaiek	DZ	21015	0	Africa/Algiers	36.83096	6.88286		El Hedaick,El Hedaiek,El Hedaïek,Saint-Antoine		31			
2498041	El Hassi	el-hassi	DZ	04015	0	Africa/Algiers	36.17847	5.45808		El Hassi		12			
2498056	El Harrach	el-harrach	DZ	13024	0	Africa/Algiers	36.72028	3.145		El Harrach,El-Harrach,Lherrac,Lḥerrac,Maison Carree,Maison Carrée,alhrash,الحراش		01			
2498057	El Harihira	el-harihira	DZ	30046	0	Africa/Algiers	33.23535	6.03072		El Harhira,El Harihira		TG			
2498075	El Haouch	el-haouch	DZ	07028	0	Africa/Algiers	35.65462	4.70223		Douar el Haouch,El Haouch		27			
2498076	El Haouch	el-haouch	DZ	07028	0	Africa/Algiers	34.55511	6.05716		El Aouch,El Haouch		19			
2498092	El Hamri	el-hamri	DZ	13048	0	Africa/Algiers	36.02117	0.69908		El Hamri,Mechtat Hamri		51			
2498093	El Hamra	el-hamra	DZ	10020	0	Africa/Algiers	36.03431	4.40318				39			
2498094	El Hamra	el-hamra	DZ	10020	0	Africa/Algiers	35.23486	6.30842				03			
2498095	El Hamra	el-hamra	DZ	10020	0	Africa/Algiers	27.72942	-0.27192				34			
2498104	El Hammam	el-hammam	DZ	02024	0	Africa/Algiers	36.02299	4.10238				39			
2498105	El Hammam	el-hammam	DZ	02024	0	Africa/Algiers	35.84267	4.47167				39			
2498106	El Hammam	el-hammam	DZ	02024	0	Africa/Algiers	35.77009	5.13165		El Hama,El Hammam,Hammam		12			
2498107	El Hammam	el-hammam	DZ	02024	0	Africa/Algiers	35.7237	5.36888				12			
2498108	El Hammam	el-hammam	DZ	02024	0	Africa/Algiers	35.27366	6.45582				03			
2498109	El Hammam	el-hammam	DZ	02024	0	Africa/Algiers	34.41917	-0.49895				30			
2498113	El Hammadia	el-hammadia	DZ	16089	0	Africa/Algiers	35.97922	4.74742		El Hamadia,El Hammadia,Hamadia,Lecourbe		39			
2498116	El Hamma	el-hamma	DZ	06008	0	Africa/Algiers	35.7037	5.38417		El Hamma,El Hammam		12			
2498117	El Hamma	el-hamma	DZ	06008	0	Africa/Algiers	35.20519	6.76453				47			
2498125	El Hamel	el-hamel	DZ	28015	0	Africa/Algiers	35.12828	4.0798		El Hamel,alhaml,الهامل		27			
2498130	El Hamdania	el-hamdania	DZ	26060	0	Africa/Algiers	36.45	2.73333		El Hamdania		20			
2498172	El Hadjira	el-hadjira	DZ	30006	39744	Africa/Algiers	32.61336	5.51259		El Hadjira		50			
2498183	El Hadjar	el-hadjar	DZ	23004	46656	Africa/Algiers	36.80377	7.73684		Duzerville,El Hadjar,QEH		37			
2498188	El Hadhar	el-hadhar	DZ	10006	0	Africa/Algiers	36.16667	1.26667		El Hadhar,Lakdar		41			
2498194	El Haddada	el-haddada	DZ	18000	0	Africa/Algiers	36.79887	5.7315		Dechera,El Haddada		24			
2498197	El Had	el-had	DZ	06019	0	Africa/Algiers	36.13606	2.6943				06			
2498199	El Hachimia	el-hachimia	DZ	10023	0	Africa/Algiers	36.24071	3.83714		Al Hachimia,Baraque,El Hachimia,La Baraque,alhashmyt,alہashmyہ,barak,hashmyh,la barak,الهاشمية,الہاشمیہ,باراك,لا باراك,هاشمیه		21			
2498200	El Hachichia	el-hachichia	DZ	19099	0	Africa/Algiers	36.14544	5.32458				12			
2498202	El Hachem	el-hachem	DZ	26004	0	Africa/Algiers	36.38981	3.3282				06			
2498203	El Hachem	el-hachem	DZ	26004	0	Africa/Algiers	35.37398	0.49029		Dombasle,El Hachem,Hachem,Hachems		26			
2498207	El Hacaïba	el-hacaiba	DZ	22047	0	Africa/Algiers	34.70083	-0.76046		El Assaiba,El Assaïba,El Hacaiba,El Hacaïba,Magenta		30			
2498209	El Habla	el-habla	DZ	01011	0	Africa/Algiers	28.33195	-0.22434				34			
2498218	El Guettar	el-guettar	DZ	07085	0	Africa/Algiers	35.9487	4.94576				39			
2498274	El Gourzi	el-gourzi	DZ	04020	0	Africa/Algiers	36.43513	3.18093				06			
2498302	El Gor	el-gor	DZ	13034	0	Africa/Algiers	34.63797	-1.15296		El Gor		15			
2498305	El Golea	el-golea	DZ	19029	0	Africa/Algiers	30.56667	2.88333		Al-Mania,ELG,Ehl'-Golea,El Golea,El Goléa,El Menia,El Meniaa,Goleja,Golėja,gu lai a,Эль-Голеа,المنيعة,古莱阿		EM			
2498314	El Ghomri	el-ghomri	DZ	29023	0	Africa/Algiers	35.68688	0.20724		El Ghomri,Er Romri,Nouvion		26			
2498316	El Ghicha	el-ghicha	DZ	03023	0	Africa/Algiers	33.93157	2.14355		El Ghicha,El Rhicha,El Richa,Er Richa		25			
2498377	El Fedjoudj	el-fedjoudj	DZ	24019	0	Africa/Algiers	36.50482	7.3994		El Fedjoudj,Kellermann,Oued Touta		23			
2498378	El Fedj	el-fedj	DZ	40043	0	Africa/Algiers	35.74422	8.05571				33			
2498392	El Eulma	el-eulma	DZ	19001	128351	Africa/Algiers	36.15281	5.69016		El Eulma,Saint-Arnaud,ZAE		12			
2498393	El Euch	el-euch	DZ	26071	0	Africa/Algiers	34.74994	8.03988				33			
2498421	El Djenâne	el-djenane	DZ	06000	0	Africa/Algiers	35.6	4.61667		Djenane,El Djenane,El Djenâne		27			
2498422	El Djenane	el-djenane	DZ	06000	0	Africa/Algiers	35.1058	0.97584				13			
2498423	Djemaa Ouled Cheikh	djemaa-ouled-cheikh	DZ	44047	0	Africa/Algiers	36.07863	2.00568		Djemaa Ouled Cheikh,El Djemaa		35			
2498432	El Djebel	el-djebel	DZ	10006	0	Africa/Algiers	36.51242	3.67672		Dechret el-Djebel,El Djebel		21			
2498435	El Djamila	el-djamila	DZ	16018	0	Africa/Algiers	36.7921	2.90074		El Djamila,La Madrague		01			
2498447	El Braya	el-braya	DZ	31070	0	Africa/Algiers	35.62944	-0.51861		Brrial,El Braya,Mangia,Mangin		09			
2498457	El Bour	el-bour	DZ	30026	0	Africa/Algiers	32.16107	5.34704		El Bour		50			
2498473	El Bordj	el-bordj	DZ	06008	0	Africa/Algiers	36.43222	2.73833				20			
2498474	El Bordj	el-bordj	DZ	06008	0	Africa/Algiers	35.51512	0.30064		El Bordj		26			
2498475	El Bordj	el-bordj	DZ	06008	0	Africa/Algiers	34.69739	5.35482				19			
2498485	El Bir	el-bir	DZ	05027	0	Africa/Algiers	36.53688	4.96553				18			
2503832	Bir Souid	bir-souid	DZ	28023	0	Africa/Algiers	35.60578	4.43515				27			
2498491	El Biar	el-biar	DZ	05000	0	Africa/Algiers	36.7677	3.02584		El Bia,El Biar,El-Biar,Lebyar,alabyar,bi a er,el bialeu,الأبيار,الابیار,比阿尔,엘 비아르		01			
2498510	El Berd	el-berd	DZ	04047	0	Africa/Algiers	33.68755	6.02072				MG			
2498526	El Beïda	el-beida	DZ	43016	0	Africa/Algiers	36.07417	7.7417				52			
2498527	El Beïda	el-beida	DZ	43016	0	Africa/Algiers	29.79489	-1.74652		El Beida,El Beïda		BA			
2498543	El Bayadh	el-bayadh	DZ	07002	64632	Africa/Algiers	33.68318	1.01927		EBH,El Bayadh,El-Bayadh,Geryville,Géryville,Prowincja El Bayadh,Wilaya de El Bayadh,alblydh,albyd,wlayt albyd,البلیده,البيض,ولاية البيض	42	42			
2498549	El Barka	el-barka	DZ	01036	0	Africa/Algiers	28.8074	0.04361				TM			
2498550	El Barka	el-barka	DZ	01036	0	Africa/Algiers	27.1736	2.43186		El Barka		IS			
2498575	El Baadj	el-baadj	DZ	39057	0	Africa/Algiers	34.20931	5.74525				MG			
2498590	El Attaf	el-attaf	DZ	44002	43837	Africa/Algiers	36.22393	1.67187		Ehl'-Attafom,El Attaf,Les Attafs,Les Attats,Les Attefs,Эль-Аттафом		35			
2498604	El Assafia	el-assafia	DZ	03014	0	Africa/Algiers	33.8264	2.98989		Assafia,El Assafia		25			
2498629	El Aricha	el-aricha	DZ	13031	0	Africa/Algiers	34.22259	-1.25703		Al Aricha,El Aricha		15			
2498639	El Arfiane	el-arfiane	DZ	39056	0	Africa/Algiers	33.63939	5.98187				MG			
2498653	El Araïssia	el-araissia	DZ	19033	0	Africa/Algiers	35.60834	0.95289		Douar el Araissia,Douar el Araïssia,El Araissia,El Araïssia		51			
2498667	El Aouinet	el-aouinet	DZ	12005	32971	Africa/Algiers	35.86691	7.88673		Aouinet-ed-Dieb,Aouinet-el-Dieb,Aouïnet-ed-Dieb,Clairefontaine,Clairfontaine,El Aouinet		33			
2498675	El Aouedj	el-aouedj	DZ	48045	0	Africa/Algiers	34.48117	-1.26708				15			
2498680	El Aouana	el-aouana	DZ	18005	0	Africa/Algiers	36.77513	5.59993		Cavallo,Cavallo El Aouana,El Aouana		24			
2498697	El Ançor	el-ancor	DZ	02035	0	Africa/Algiers	35.68765	-0.86966		El Ancor,El Ansor,El Ançor		09			
2498699	El Ancer	el-ancer	DZ	18004	0	Africa/Algiers	36.79885	6.15721		El Ancer,El Annser,El Anser,El Hannser,El Hanser		24			
2498704	El Amria	el-amria	DZ	46006	26407	Africa/Algiers	35.52439	-1.01577		El Amiria,El Amria,Lourmel,Lurmel,alʿamryt,lwrmal,lwrml,العامرية,لورمال,لورمل		36			
2498705	El Amri	el-amri	DZ	02018	0	Africa/Algiers	35.40456	-0.93341		Douar el Amri,El Amri		36			
2498706	El Amri	el-amri	DZ	02018	0	Africa/Algiers	34.67826	5.28744		El Amri,El Hamri		19			
2498708	El Amra	el-amra	DZ	40015	0	Africa/Algiers	34.92053	7.03036		Amra,El Amra		47			
2498721	El Alia	el-alia	DZ	16004	0	Africa/Algiers	34.868	5.73962				19			
2498722	El Alia	el-alia	DZ	16004	0	Africa/Algiers	32.69888	5.43138				50			
2498732	El Aïoun	el-aioun	DZ	36018	0	Africa/Algiers	36.82648	8.59909		El Aioun,El Aïoun,Lacroix		44			
2498733	El Aïoun	el-aioun	DZ	36018	0	Africa/Algiers	36.60757	5.64409				24			
2498734	El Aïoun	el-aioun	DZ	36018	0	Africa/Algiers	36.12744	1.8684		Bokat-el-Aioun,Bokat-el-Aïoun,El Aioun,El Aïoun		35			
2498752	El Affroun	el-affroun	DZ	09011	42627	Africa/Algiers	36.4701	2.62528		El Affroun,El Afroun,El Alfroun		20			
2498756	El Adjiba	el-adjiba	DZ	10021	0	Africa/Algiers	36.32746	4.15846		El Adjiba		21			
2498765	El Achour	el-achour	DZ	16104	0	Africa/Algiers	36.73194	2.99056		El Achour		01			
2498766	El Achir	el-achir	DZ	34006	158333	Africa/Algiers	36.06386	4.62744		El Achir,alyshyr,اليشير		39			
2498773	El Ach	el-ach	DZ	34029	0	Africa/Algiers	35.94548	4.68203		El Ach		39			
2498775	El Abiodh Sidi Cheikh	el-abiodh-sidi-cheikh	DZ	32003	39283	Africa/Algiers	32.893	0.54839		El Abiod Sidi Cheikh,El Abiod Sidi Cheiki,El Abiod Sidi Cheikr,El Abiod Sidi Cheïkr,El Abiodh,El Abiodh Sidi Cheikh,El Abrod Sidi Cheikr,El-Abiod-Sidi-Cheik,Sidi Cheikh		42			
2498782	El Abadia	el-abadia	DZ	44006	28724	Africa/Algiers	36.26951	1.68609		Al Abadia,Carnot,El Abadia		35			
2498783	El Ababsa	el-ababsa	DZ	39035	0	Africa/Algiers	35.86043	2.70409				06			
2498784	El Ababsa	el-ababsa	DZ	39035	0	Africa/Algiers	33.337	6.89341				43			
2498896	Ed Douar	ed-douar	DZ	21016	0	Africa/Algiers	36.9469	6.45233		Ed Douar,El Douar		31			
2498902	Eddis	eddis	DZ	28032	0	Africa/Algiers	35.30248	4.1696		Belkassem,Eddis		27			
2499016	Droh	droh	DZ	07050	0	Africa/Algiers	34.87099	5.88022		Bordj Drauh,Drauh,Droh		19			
2499033	Drimini	drimini	DZ	39054	0	Africa/Algiers	33.571	6.93333		Drimini		43			
2499055	Drean	drean	DZ	36001	55147	Africa/Algiers	36.68482	7.75111		Drean,Mondovi		44			
2499057	Drea	drea	DZ	41015	0	Africa/Algiers	36.1218	7.88271		Drea		52			
2499061	Draria	draria	DZ	16050	0	Africa/Algiers	36.71225	2.99739		Draria		01			
2499095	Draâ Esmar	draa-esmar	DZ	26017	0	Africa/Algiers	36.27354	2.71695		Draa Esmar,Draâ Esmar,Lodi		06			
2499104	Draa el Mizan	draa-el-mizan	DZ	15005	41263	Africa/Algiers	36.53628	3.8334		Dra el Mizan,Dra el Mizane,Dra-ehl'-Mizan,Draa el Mizan,ZZD,Дра-эль-Мизан		14			
2499116	Draa Ben Khedda	draa-ben-khedda	DZ	15004	37443	Africa/Algiers	36.73436	3.96223		Dra Ben Khedda,Draa Ben Kheda,Draa Ben Khedda,Draa Ben Kredda,Mirabeau		14			
2499193	Douera	douera	DZ	16049	26926	Africa/Algiers	36.67	2.94444		Ddwira,Douera,Douéra,bldyt dwyrt,بلدية دويرة,دویرہ		01			
2499197	Doucen	doucen	DZ	07007	0	Africa/Algiers	34.60181	5.10141		Doucen		OD			
2499213	Tazerout	tazerout	DZ	15042	0	Africa/Algiers	36.55105	3.49244		Douar Tazerout,Tazerout		21			
2499220	Smaïchia	smaichia	DZ	35019	0	Africa/Algiers	35.44526	0.34357		Douar Smaichia,Douar Smaïchia,Smaichia,Smaïchia		26			
2499230	Douar Sidi Fellag	douar-sidi-fellag	DZ	27000	0	Africa/Algiers	35.93042	0.14025		Douar Sidi Fellag,Sidi Fellag		07			
2499232	Sidi Bouzid	sidi-bouzid	DZ	03024	0	Africa/Algiers	35.94297	0.44877		Douar Sidi Bouzid,Sidi Bouzid		51			
2499245	Ouled Yahia	ouled-yahia	DZ	02036	0	Africa/Algiers	35.54764	0.2451		Douar Ouled Yahia,Ouled Yahia		26			
2499247	Douar Ouled Slimane	douar-ouled-slimane	DZ	44043	0	Africa/Algiers	35.10066	-0.35412		Douar Ouled Slimane,Ouled Slimane		30			
2499250	Douar Sidi Slimane	douar-sidi-slimane	DZ	29004	0	Africa/Algiers	35.45181	0.48625		Douar Ouled Sidi Slimane,Douar Sidi Slimane,Ouled Sidi Slimane		26			
2499256	Douar Ouled Sidi Ali	douar-ouled-sidi-ali	DZ	20008	0	Africa/Algiers	35.38258	-0.41768		Douar Ouled Sidi Ali,Ouled Sidi Ali		26			
2499263	Ouled Larbi	ouled-larbi	DZ	02006	0	Africa/Algiers	35.40957	0.27895		Douar Ouled Larbi,Ouled Larbi,awlad alʿrby,dwar awlad alʿrby,أولاد العربي,دوار أولاد العربي		26			
2499281	Ouled Brahim	ouled-brahim	DZ	01001	0	Africa/Algiers	35.40849	0.49403		Douar Ouled Brahim,Ouled Brahim		26			
2501190	Chrea	chrea	DZ	09027	0	Africa/Algiers	36.42912	2.88059		Chrea		20			
2499292	Douar Ouled Ali	douar-ouled-ali	DZ	44028	0	Africa/Algiers	35.52978	-0.11646		Douar Ouled Ali,Oulad Ali		26			
2499298	Douar Sidi Salem	douar-sidi-salem	DZ	29002	0	Africa/Algiers	35.35497	0.30195		Douar Oulad Sidi Salem,Douar Sidi Salem,Oulad Sidi Salem		26			
2499318	Guerdjoum	guerdjoum	DZ	29050	0	Africa/Algiers	35.17427	0.07441		Douar Oulad Bou Darba,Guerdjoum,Oulad Bou Darba		26			
2499329	Ouled Cheïkh	ouled-cheikh	DZ	02037	0	Africa/Algiers	35.53263	0.13519		Douar Nouairiya,Douar Nouâïrîya,Douar Oued Cheikh,Ouled Cheikh,Ouled Cheïkh		26			
2499332	M’zaoura	m-zaoura	DZ	10020	0	Africa/Algiers	35.40774	0.01854		Douar Mzaoura,M'zaoura,Mzaoura,M’zaoura		26			
2499337	Mosbaha	mosbaha	DZ	10054	0	Africa/Algiers	36.54203	3.549		Douar Mosbaha,Mosbaha		21			
2499344	Messadia	messadia	DZ	29063	0	Africa/Algiers	35.43167	0.43028		Douar Messadia		26			
2505946	Azouza	azouza	DZ	15101	0	Africa/Algiers	36.63824	4.1628				14			
2499360	Slatna	slatna	DZ	31024	0	Africa/Algiers	35.40641	0.18663		Dar Hadj el Mokhtar,Douar Lezra,Slatna		26			
2499377	Hassasna	hassasna	DZ	22023	0	Africa/Algiers	35.76304	-0.15632		Douar Hassasna,Hassasna		09			
2499386	Douar Guergoûr	douar-guergour	DZ	29057	0	Africa/Algiers	36.77472	8.28778		Douar Guergour,Douar Guergoûr,Le Guergour,dwar qrqwr,دوار قرقور		44			
2499392	Fergoûg	fergoug	DZ	29045	0	Africa/Algiers	35.52284	0.04066		Douar Fergoug,Douar Fergoûg,Fergoug,Fergoûg,Oued Fergoug		26			
2499419	Mekhatria	mekhatria	DZ	14038	0	Africa/Algiers	35.79464	0.32251		Douar Mekhatria,Douar el Mekhatria,Douar el Mekhâtria,Mekhatria		07			
2499492	Douar Chaïba	douar-chaiba	DZ	44023	0	Africa/Algiers	35.4	-0.66667				36			
2499500	Douar Bouriche	douar-bouriche	DZ	20008	0	Africa/Algiers	34.98769	-1.87472		Bouriche,Douar Bouriche,bwrysh,dwar bwrysh,بوريش,دوار بوريش		15			
2499511	Beni Yahi	beni-yahi	DZ	27033	0	Africa/Algiers	35.76741	0.03378		Beni Yahi,Benihi,Douar Beni Yahi,Douar Benihi		07			
2499512	Beni Yahi	beni-yahi	DZ	27033	0	Africa/Algiers	35.61694	0.50833		Douar Beni Yahi		51			
2499521	Douar Bellevue	douar-bellevue	DZ	27023	0	Africa/Algiers	35.82331	-0.00429		Bellevue,Douar Bellevue		07			
2500104	Djedid	djedid	DZ	01003	0	Africa/Algiers	36.0252	4.3822		Djedid,Djedide		39			
2499532	Douar Ouled Ali	douar-ouled-ali	DZ	44028	0	Africa/Algiers	35.46292	0.41625		Ali Bou Zid,Douar Ali Bou Zid,Douar Ouled Ali		26			
2499541	Ahl el Aïd	ahl-el-aid	DZ	29029	0	Africa/Algiers	35.58389	-0.26861		Ahl el Aid,Ahl el Aïd,Douar Ahl el Aid,Douar Ahl el Aïd		26			
2499555	Douaouda	douaouda	DZ	02018	0	Africa/Algiers	36.6725	2.78944		Douaouda		55			
2499561	Douaha	douaha	DZ	20019	0	Africa/Algiers	34.97715	0.16902				10			
2499735	Djerrâh	djerrah	DZ	06027	0	Africa/Algiers	36.93333	6.31667				31			
2499748	Djermane	djermane	DZ	19097	0	Africa/Algiers	35.30795	6.49794				03			
2499846	Djinet	djinet	DZ	35024	0	Africa/Algiers	36.87806	3.72306		Cap Djinet,Djenet,Djinet		40			
2499851	Djendel	djendel	DZ	44005	0	Africa/Algiers	36.78043	7.17092		Djendel,Lannoy		31			
2499852	Djendel	djendel	DZ	44005	0	Africa/Algiers	36.22096	2.41368		Djemdel,Djendel,Djindel,Lavigerie		35			
2499888	Djenane	djenane	DZ	06022	0	Africa/Algiers	36.63795	5.41657				18			
2499889	Djenane	djenane	DZ	06022	0	Africa/Algiers	36.59706	5.22746		Djenane,Djermana		18			
2499906	Djemmorah	djemmorah	DZ	07025	0	Africa/Algiers	35.07025	5.84265		Djemmorah,Djemorah,El Bir Djemora		19			
2499912	Djemila	djemila	DZ	19025	0	Africa/Algiers	36.31351	5.73631		Curculum,Djemila,Djémila,Dzamila,Dżamila		12			
2499989	Djellal	djellal	DZ	40015	0	Africa/Algiers	34.91925	6.89287		Djellal		47			
2500081	Djedida	djedida	DZ	34021	0	Africa/Algiers	34.89165	7.23539				33			
2500237	Djebala	djebala	DZ	13029	0	Africa/Algiers	36.46667	7.56667		Djebala		23			
2500240	Djebahia	djebahia	DZ	10036	0	Africa/Algiers	36.47641	3.75877		Ben Haroun,Djebahia,Laperrine		21			
2500264	Djarallah	djarallah	DZ	05020	0	Africa/Algiers	35.07835	6.35773				03			
2500275	Djanet	djanet	DZ	33002	0	Africa/Algiers	24.55274	9.48582		DJG,Djanet,Dzanat,Dzanetas,Dżanat,Džanetas,Fort Charlet,gu nai te,janeteu,janetto,jant,جانت,ジャーネット,贾奈特,자네트		DJ			
2500282	Djamaa	djamaa	DZ	15060	52882	Africa/Algiers	33.53388	5.99306		Djama,Djamaa,Djemaa,Djemâa,جامعة		MG			
2500401	Didouche Mourad	didouche-mourad	DZ	25024	25764	Africa/Algiers	36.4525	6.63639		Bizot,Didouche Mourad		04			
2500482	Dhaya	dhaya	DZ	22009	0	Africa/Algiers	34.67585	-0.6202		Bossuet,Bousseut,Daya,Dhaya		30			
2500488	Dhalaa	dhalaa	DZ	04008	0	Africa/Algiers	35.42971	7.5444		Ain Dalaa,Aïn Dalaa,Dalaa,Dhalaa		47			
2500506	Derrag	derrag	DZ	26015	0	Africa/Algiers	35.90861	2.38778		Derrag,Letourneux,darav,draq,lwtwrnw,دراق,دَرّاڤ,لوتورنو		06			
2500518	Dermel	dermel	DZ	45025	0	Africa/Algiers	35.10487	4.03844				27			
2500567	Dem el Begrat	dem-el-begrat	DZ	21060	0	Africa/Algiers	36.8464	7.23305		Dem el Begrat,Dermal Begrat		31			
2500583	Dellys	dellys	DZ	35004	26384	Africa/Algiers	36.91716	3.91311		Delis,Dellys,dls,دلّس		40			
2500604	Dekkara	dekkara	DZ	18028	0	Africa/Algiers	36.73333	5.9				24			
2500737	Debila	debila	DZ	38030	36834	Africa/Algiers	33.51667	6.95		Debila		43			
2500782	Debba	debba	DZ	48018	0	Africa/Algiers	35.57106	0.33305				51			
2500791	Debadib	debadib	DZ	10040	0	Africa/Algiers	33.2	6.76667		Debadib		43			
2500881	Dar el Hâdj	dar-el-hadj	DZ	19096	0	Africa/Algiers	35.05197	-1.98346				15			
2500888	Dar el Beïda	dar-el-beida	DZ	16033	0	Africa/Algiers	35.68333	-0.6		Dar Beida,Dar Beïda,Dar el Beida,Dar el Beïda		09			
2500889	Dar el Beïda	dar-el-beida	DZ	16033	37311	Africa/Algiers	36.71333	3.2125		Dar El Baida,Dar el Beida,Dar el Beïda,Dar-ehl'-Bejda,La Maison Blanche,Maison Blanche,ad-Dar al-Baydaʼ,ad-Dar al-baydaʾ,ad-Dār al-Bayḍāʼ,ad-Dār al-bayḍāʾ,aldar albydaʾ,Дар-эль-Бейда,الدار البيضاء		01			
2500904	Dar Chioukh	dar-chioukh	DZ	17006	54022	Africa/Algiers	34.89638	3.48543		Dar Chioukh,Diar el Chioukh		22			
2500913	Beni Hachem	beni-hachem	DZ	48018	0	Africa/Algiers	35.57528	0.37544		Beni Hachem,Dar Beni Hachem		51			
2500997	Damous	damous	DZ	42014	0	Africa/Algiers	36.54933	1.70577		Damous,Dupleix,Oued Damous		55			
2501089	Dahmouni	dahmouni	DZ	14010	0	Africa/Algiers	35.41687	1.47541		Dahmouni,Tromelet,Trumelet		13			
2501162	Collo	collo	DZ	21002	0	Africa/Algiers	37.00717	6.56099		Collo,QOL,alql‎‎,القل‎‎		31			
2501246	Chouf	chouf	DZ	19011	0	Africa/Algiers	36.4085	4.8931				12			
2501284	Chott	chott	DZ	05118	0	Africa/Algiers	31.95104	5.38985		Chott,Ech Chott		50			
2501289	Chorfa	chorfa	DZ	10019	20556	Africa/Algiers	36.36505	4.32636		Cheurfa,Chorfa,Чорфа		21			
2501290	Chorfa	chorfa	DZ	10019	0	Africa/Algiers	36.29318	3.16774				06			
2501299	Chir	chir	DZ	05108	0	Africa/Algiers	35.21283	6.09805		Chir		03			
2501323	Chiffa	chiffa	DZ	09010	23218	Africa/Algiers	36.46293	2.73873		Chiffa,La Chiffa		20			
2501349	Cheurfa	cheurfa	DZ	06000	0	Africa/Algiers	36.87146	4.12945				14			
2501350	Cheurfa	cheurfa	DZ	06000	0	Africa/Algiers	36.77023	4.89646				18			
2501351	Cheurfa	cheurfa	DZ	06000	0	Africa/Algiers	36.71667	4.76667				18			
2501352	Cheurfa	cheurfa	DZ	06000	0	Africa/Algiers	36.60403	3.99705				14			
2501353	Cheurfa	cheurfa	DZ	06000	0	Africa/Algiers	35.5185	0.47639				26			
2501361	Chetouane	chetouane	DZ	13000	0	Africa/Algiers	34.95053	-0.83675		Chetouane,Chitouane		30			
2501362	Chetouane	chetouane	DZ	13000	39913	Africa/Algiers	34.92129	-1.29512		Chetouane,Negrier,Négrier		15			
2501365	Chetma	chetma	DZ	07024	0	Africa/Algiers	34.84568	5.80839		Chetma		19			
2501371	Chetaibi	chetaibi	DZ	23014	0	Africa/Algiers	37.06611	7.38028		Chetaibi,Herbillon,Takouch		37			
2501389	Cherifia	cherifia	DZ	09022	0	Africa/Algiers	36.50053	2.8927				20			
2501404	Cheria	cheria	DZ	12002	72095	Africa/Algiers	35.27306	7.75194		Cheria		33			
2501440	Cherchell	cherchell	DZ	42002	0	Africa/Algiers	36.605	2.19083		Caesarea Iol,Cercal,Cherche,Cherchel,Cherchell,Cherchez,Iol Caesarea,Sersel,Sersell,Sharshal,Shehrshehl',Shershel,Shershel',Shershell,Szarszal,ZZC,shrshal,xie er xie er,Şerşel,Шаршал,Шершель,Шэршэль,شرشال,歇爾謝爾		55			
2501446	Cheraïa	cheraia	DZ	21036	0	Africa/Algiers	37.00174	6.51359		Cheraia,Cheraya,Cheraïa,Cherâya		31			
2501451	Cheraka	cheraka	DZ	13002	0	Africa/Algiers	35.38333	6.58333				03			
2501454	Cheraïguia	cheraiguia	DZ	26041	0	Africa/Algiers	35.95944	2.90028				06			
2501465	Cheraga	cheraga	DZ	02035	27835	Africa/Algiers	36.76775	2.95924		Cheraga,Cheragas		01			
2501466	Cheraga	cheraga	DZ	02035	0	Africa/Algiers	36.4	1.81667		Cheraga,Dechra Cheraga,Douar Cheraga		35			
2501486	Chenia	chenia	DZ	34044	0	Africa/Algiers	35.95879	4.90911				39			
2501503	Chemora	chemora	DZ	39049	0	Africa/Algiers	35.66528	6.64806		Chemmora,Chemora		03			
2501508	Chemini	chemini	DZ	06022	21585	Africa/Algiers	36.6	4.61667		Azerou Ait Chemini,Azerou Aït Chemini,Azrou-n-Ait Chemini,Azrou-n-Aït Chemini,Chemini		18			
2501520	Chelma	chelma	DZ	05052	0	Africa/Algiers	35.18621	6.03643				03			
2501522	Chellata	chellata	DZ	06052	0	Africa/Algiers	36.51944	4.4975		Chellata		18			
2501527	Chellala Dahrania	chellala-dahrania	DZ	32015	0	Africa/Algiers	33.0339	0.05611				42			
2501529	Chellal	chellal	DZ	28014	0	Africa/Algiers	35.51768	4.3853		Bordj Chellal,Chellal,Hodnet Oued M'Sila,Hodnet Oued M’Sila		27			
2501547	Chekfa	chekfa	DZ	18003	0	Africa/Algiers	36.7723	5.95728		Chekfa		24			
2501607	Chehabna	chehabna	DZ	46014	0	Africa/Algiers	35.25	-1.55				36			
2501680	Chebli	chebli	DZ	09009	19901	Africa/Algiers	36.57722	3.00917		Chebli,alshbly,الشبلي		20			
2501681	Chebla	chebla	DZ	40037	0	Africa/Algiers	34.97682	6.73758				47			
2501715	Chebel	chebel	DZ	15110	0	Africa/Algiers	36.6991	4.45519				14			
2501752	Charouine	charouine	DZ	01014	0	Africa/Algiers	29.01497	-0.2644		Charouine		TM			
2501767	Charef	charef	DZ	01012	27700	Africa/Algiers	34.62098	2.79503		Charef,Charet		22			
2501818	Chaïba	chaiba	DZ	07047	0	Africa/Algiers	36.62507	2.72701		Chaiba,Chaïba		55			
2501828	Chahbounia	chahbounia	DZ	26026	0	Africa/Algiers	35.54472	2.60333		Chabounia,Chahbounia		06			
2501873	Chabet el Ameur	chabet-el-ameur	DZ	35008	19522	Africa/Algiers	36.63709	3.69474		Chabet -el -Ameuro,Chabet el Ameur		40			
2501883	Ouled Cheikh	ouled-cheikh	DZ	02037	0	Africa/Algiers	36.07649	1.44468		Chabat,Ouled Cheikh		41			
2502021	Brida	brida	DZ	03005	0	Africa/Algiers	33.96927	1.73724		Brida		25			
2502034	Brezina	brezina	DZ	32002	19084	Africa/Algiers	33.09892	1.26082		Brexina,Brezina		42			
2502046	Bredeah	bredeah	DZ	31016	0	Africa/Algiers	35.57606	-0.85213		Bredea,Bredeah,Brédéa,Douar Bredeah		09			
2502057	Branis	branis	DZ	07023	0	Africa/Algiers	34.99338	5.77418		Branis		19			
2502085	Brahmia	brahmia	DZ	29002	0	Africa/Algiers	36.00246	1.31187		Brahemia,Brahmia		41			
2502112	Bouzina	bouzina	DZ	05041	0	Africa/Algiers	35.27942	6.11124		Bouzina		03			
2502135	Bouzeghaia	bouzeghaia	DZ	02021	0	Africa/Algiers	36.33805	1.24		Bouzeghaia,Bouzghaia,Bouzghaïa,Chasserian,Chasseriau,Chassoriau,Chassérian,Chassériau		41			
2502177	Bouzane	bouzane	DZ	01025	0	Africa/Algiers	27.84442	-0.34941				34			
2502234	Boutouab	boutouab	DZ	06109	0	Africa/Algiers	36.37288	4.62638				18			
2502259	Bouteldja	bouteldja	DZ	36006	0	Africa/Algiers	36.78698	8.19767		Blandan,Bouteldja		44			
2502296	Boussemghoun	boussemghoun	DZ	32014	0	Africa/Algiers	32.86427	0.02012		Bou Semghoun,Bou Semrhoun,Boussemghoum,Boussemghoun		42			
2502317	Bouskene	bouskene	DZ	26025	0	Africa/Algiers	36.19049	3.22865		Bouskene		06			
2502326	Bou Sfer Plage	bou-sfer-plage	DZ	31064	0	Africa/Algiers	35.72939	-0.84429				09			
2502328	Bou Sfer	bou-sfer	DZ	31025	0	Africa/Algiers	35.70167	-0.81239		Bou Sfer		09			
2502384	Bou Saada	bou-saada	DZ	28001	0	Africa/Algiers	36.75237	4.58327		BUJ,Bou Saada,bw sʿadt,bwsʿadt,بو سعادة,بوسعادة		14			
2503836	Bir Salem	bir-salem	DZ	12000	0	Africa/Algiers	35.39813	8.05476				33			
2503842	Bir Messaoud	bir-messaoud	DZ	26038	0	Africa/Algiers	35.73614	3.08405				06			
2502385	Bou Saâda	bou-saada	DZ	28001	0	Africa/Algiers	35.20855	4.17402		Bou Saada,Bou Sada,Bou Saâda,Bu Sada,bld alsʿadt,bw sʿadt,bwabt alshraʾ,bwsʿadt,mdynt alʿzmaʾ,بلد السعادة,بو سعادة,بوابة الصحراء,بوسعادة,مدينة العظماء		27			
2502438	Bourkika	bourkika	DZ	42011	0	Africa/Algiers	36.49454	2.4764		Bourkika		55			
2502498	Aïn Soltane	ain-soltane	DZ	02043	0	Africa/Algiers	36.27216	1.12741		Ain Soltane,Aïn Soltane,Bou Reguida		41			
2502570	Bounoual	bounoual	DZ	14045	0	Africa/Algiers	35.21133	0.65259		Bou Noual,Bounoual		13			
2502660	Bou Medfaa	bou-medfaa	DZ	44004	0	Africa/Algiers	36.3707	2.4767		Bou Medfa,Bou Medfaa		35			
2502686	Boumahra Ahmed	boumahra-ahmed	DZ	24005	23022	Africa/Algiers	36.45833	7.51389		Boumahra Ahmed,Petit		23			
2502862	Boukhanefis	boukhanefis	DZ	22008	0	Africa/Algiers	35.05259	-0.71374		Bou Kranefis,Boukhanef,Boukhanefis		30			
2502911	Boukamouza	boukamouza	DZ	24038	0	Africa/Algiers	36.58151	7.74996		Boukamouza,Boukemouza,Boukhamouza,El Chedir,Saint-Joseph		23			
2502924	Boukadir	boukadir	DZ	02002	26662	Africa/Algiers	36.06629	1.12602		Bou Kadir,Boukadir,Bu-Kadir,Charon,Charron,Oued Ben Kader,ZAB,bwqadyr,Бу-Кадир,بوقادير		41			
2502939	Bou Ismaïl	bou-ismail	DZ	35031	22411	Africa/Algiers	36.64262	2.69007		Bou Ismael,Bou Ismail,Bou Ismaël,Bou Ismaïl,Bu-Ismail,Castiglione,Бу-Исмаил		55			
2502958	Bouïra	bouira	DZ	19091	52500	Africa/Algiers	36.37489	3.902		Bouira,Bouïra,QBZ,albwyrt,البويرة	21	21			
2502959	Bouira	bouira	DZ	19091	0	Africa/Algiers	36.21699	5.28048		Bouhira,Bouira,Coligny		12			
2502962	Bouinan	bouinan	DZ	09020	30271	Africa/Algiers	36.53167	2.99194		Bouinan,Bouinane,Bouïnane		20			
2502989	Bouhmama	bouhmama	DZ	40007	0	Africa/Algiers	35.28643	6.73393		Bouhamama,Bouhmama		47			
2502997	Bou Henni	bou-henni	DZ	29022	0	Africa/Algiers	36.07146	1.31628				41			
2503020	Bou Haroun	bou-haroun	DZ	42009	0	Africa/Algiers	36.62503	2.65747		Bou Aroun,Bou Haroun		55			
2503088	Bouguirat	bouguirat	DZ	27003	0	Africa/Algiers	35.75185	0.25262		Bou Guirat,Bou Guirate,Bouguirat		07			
2503122	Bougtob	bougtob	DZ	32001	0	Africa/Algiers	34.04152	0.0895		Bou-Guetoub,Bougtob,Bouktoub,Buktab		42			
2503147	Bougara	bougara	DZ	09008	63155	Africa/Algiers	36.54178	3.081		Bougara,Bouguera,Bouguerra,Rovigo		20			
2503156	Bougaa	bougaa	DZ	19003	38597	Africa/Algiers	36.33293	5.08843		Bougaa,Lafayette		12			
2503175	Boufatis	boufatis	DZ	26037	0	Africa/Algiers	35.67972	-0.41196		Boufatis,Saint-Louis		09			
2503181	Boufarik	boufarik	DZ	09001	59742	Africa/Algiers	36.57413	2.91214		Boufarik,QFD		20			
2503224	Boudoukha	boudoukha	DZ	21034	0	Africa/Algiers	36.7443	6.40093		Boudouka,Boudoukha,Boûdoûka		31			
2503229	Boudouaou	boudouaou	DZ	35003	45153	Africa/Algiers	36.72735	3.40995		Alma,Boudouaou,L'Alma,L’Alma,bwdwaw,بودواو		40			
2503237	Boudjima	boudjima	DZ	15031	20557	Africa/Algiers	36.80218	4.15187		Boudjima		14			
2503260	Boudjellil	boudjellil	DZ	06018	0	Africa/Algiers	36.334	4.3587		Beni Mansour,Beni Masour,Beni-Mancour,Boudjellil		18			
2503301	Boudaroua	boudaroua	DZ	24047	0	Africa/Algiers	36.52207	7.70595				23			
2503307	Boudouaou el Bahri	boudouaou-el-bahri	DZ	35037	0	Africa/Algiers	36.77187	3.40555		Alma-Marine,Bou Daoua el Bahri,Boudouaou Marine,Boudouaou el Bahri,L'Aima-Marine,L’Aima-Marine		40			
2503364	Bouchegouf	bouchegouf	DZ	24002	0	Africa/Algiers	36.47167	7.72972		Bouchagouf,Bouchegouf,Duvivier		23			
2503430	Houasnia	houasnia	DZ	44022	0	Africa/Algiers	36.12705	1.92146		Bou Azria,El Houasnia,Houasnia		35			
2503443	Bouati Mahmoud	bouati-mahmoud	DZ	24018	0	Africa/Algiers	36.59083	7.32694		Bou-Aci,Bouati Mahmoud,Enchir Said,Enchir Saïd,Gallieni,Galliéni,Hennchir Said,Hennchir Saïd		23			
2503508	Bouali	bouali	DZ	01040	0	Africa/Algiers	36.13272	1.51186				41			
2503514	Boualem	boualem	DZ	32006	0	Africa/Algiers	33.72903	1.53477		Bou Alam,Boualem		42			
2503620	Bordj Zemoura	bordj-zemoura	DZ	34005	19782	Africa/Algiers	36.27462	4.85668		Bordj Zemoura,Zemmoura,Zemmours,Zemoura,Zemours		39			
2503633	Bordj Omar Driss	bordj-omar-driss	DZ	33003	0	Africa/Algiers	28.12024	6.81856		Bordj Omar Driss,Fort Flatters,Temassinine,Zaouia el Kahla		46			
2503635	Bordj Okhriss	bordj-okhriss	DZ	10014	0	Africa/Algiers	36.0833	3.97381		Bordj Okhriss,Bordj Oued Okris,Bordj d'Oued Okris,Bordj d’Oued Okris		21			
2503636	Bordj M’Raou	bordj-m-raou	DZ	41013	0	Africa/Algiers	36.28371	8.32062		Barj M'raou,Barj M’raou,Bordj M'Raou,Bordj M’Raou,Mraou		52			
2503641	Bordj Menaïel	bordj-menaiel	DZ	35001	0	Africa/Algiers	36.74328	3.7173		Bordj Menaiel,Bordj Menaïel,ZZM		40			
2503642	Bordj Mehiris	bordj-mehiris	DZ	25038	0	Africa/Algiers	36.17579	6.9471				04			
2503657	Bordj Emir Khaled	bordj-emir-khaled	DZ	44021	0	Africa/Algiers	36.12139	2.20444		Bordj Emir Khaled,General Gouraud,Général Gouraud,Pont du Caid,Pont du Caïd,Pont du Kaid,Pont du Kaïd		35			
2503661	Bordj el Kiffan	bordj-el-kiffan	DZ	16031	123246	Africa/Algiers	36.74871	3.19249		Bordj El Kifan,Bordj el Kiffan,Fort de l'Eau,Fort de l’Eau,brj alkyfan,برج الكيفان		01			
2503669	Bordj el Bahri	bordj-el-bahri	DZ	16046	0	Africa/Algiers	36.79068	3.24952		Bordj el Bahri,Cap Matifou,Matifou,brj albhry,kab matyfw,matyfw,ras matyfw,برج البحري,رأس ماتيفو,كاب ماتيفو,ماتيفو		01			
2503724	Bologhine	bologhine	DZ	16030	0	Africa/Algiers	36.80673	3.04016		Bologhine,Bologuine Ibnou Ziri,Bologuine Ihnouziri,Bulughin,Bulugin,Būlūghīn,Būlūġīn,Saint-Eugene,Saint-Eugène,Sainte Eugene,Sainte Eugène,bldyt bwlwghyn,blkyn,blkyn bn zyry,blqyn,blqyn bn zyry,bwlwghyn,sant awjyn,بلدية بولوغين,بلقين,بلقين بن زيري,بلكين,بلكين بن زيري,بولوغين,بولوغین,سانت أوجين		01			
2503733	Douar Ouled Ali	douar-ouled-ali	DZ	44028	0	Africa/Algiers	36.20507	1.20332		Boka'et Ouled Henni,Boka’et Ouled Henni,Douar Ouled Ali,Ouled Henni		41			
2503744	Chorfa	chorfa	DZ	10019	0	Africa/Algiers	36.13946	1.30121		Boka'et ech Chorfa,Boka’et ech Chorfa,Chorfa		41			
2503755	Boghni	boghni	DZ	15003	54666	Africa/Algiers	36.54222	3.95306		Boghari,Boghni,Borhni,Bughni,Bugni,Būghnī,Būġnī,bwghny,بوغني		14			
2503756	Boghar	boghar	DZ	26013	0	Africa/Algiers	35.91139	2.71667		Boghar		06			
2503794	Touahria	touahria	DZ	26014	0	Africa/Algiers	35.81034	0.21026		Blad Touaria,Bled Touaria,Bled Touria,Touahria		07			
2503816	Bitam	bitam	DZ	05045	0	Africa/Algiers	35.3	5.3		Bitam		03			
2503829	Birtouta	birtouta	DZ	16045	0	Africa/Algiers	36.64515	3		Birtouta		01			
2503845	Bir Khenafis	bir-khenafis	DZ	12036	0	Africa/Algiers	35.55879	7.92403		Bir Khenafis,Mechtat Bir Khenafes,Mechtat Bir Khenafis		33			
2503847	Birkhadem	birkhadem	DZ	16029	71722	Africa/Algiers	36.71499	3.05002		Birkadem,Birkhadem,byr khadm,بئر خادم		01			
2503849	Bir Kasdali	bir-kasdali	DZ	34011	0	Africa/Algiers	36.14447	5.02762		Bir Kasdali		39			
2503852	Birine	birine	DZ	17014	51209	Africa/Algiers	35.635	3.225		Birin,Birine		22			
2503856	Bir Hamoudi	bir-hamoudi	DZ	34040	0	Africa/Algiers	35.90724	4.99978				39			
2503857	Bir Haddada	bir-haddada	DZ	19039	0	Africa/Algiers	35.96333	5.43306		Bir Haddada		12			
2503861	Bir Ghbalou	bir-ghbalou	DZ	10013	0	Africa/Algiers	36.26317	3.58523		Bir Ghbalou,Bir Rabalou		21			
2503862	Bir Fodda	bir-fodda	DZ	28043	0	Africa/Algiers	34.81643	3.75599		Bir Fodda		27			
2503874	Bir el Djir	bir-el-djir	DZ	31023	68032	Africa/Algiers	35.72	-0.545		Arcole,Bir el Djir		09			
2503878	Bir el Ater	bir-el-ater	DZ	12001	68703	Africa/Algiers	34.74488	8.06024		Bir el Ater,byr alʿatr,بئر العاتر,بير العاتر		33			
2505955	Azoua	azoua	DZ	01040	0	Africa/Algiers	27.11381	-0.13752				34			
2503889	Bir Chouhada	bir-chouhada	DZ	04021	0	Africa/Algiers	35.89583	6.39556		Azlet el Beilek,Azlet el Beïlek,Bir Chouhada,Levasseur		29			
2503890	Bir Cheham	bir-cheham	DZ	34001	0	Africa/Algiers	35.96477	7.07161		Ban Cheham,Bir Cheham		29			
2503900	Bir Aïssa	bir-aissa	DZ	34027	0	Africa/Algiers	36.06064	4.96536		Bir Aissa,Bir Aïssa,La Barbinais		39			
2503946	Bida	bida	DZ	19086	0	Africa/Algiers	36.56194	5.57278				24			
2503948	Bicher	bicher	DZ	06053	0	Africa/Algiers	36.39297	4.63574				18			
2503949	Bichara	bichara	DZ	28011	0	Africa/Algiers	35.81355	4.79891		Bichara,Mechta Bichara,Mechtat Bichara		27			
2503971	Bezit	bezit	DZ	06027	0	Africa/Algiers	36.81292	4.72122				18			
2503998	Bettioua	bettioua	DZ	31015	0	Africa/Algiers	35.80058	-0.2651		Bat'tiwa,Bethioua,Bethioua ed Douamis,Bettioua,QBT,Saint-Leu,Saint-Leu-d' Algerie,Saint-Leu-d’ Algérie,Sainte Leu		09			
2504072	Besbes	besbes	DZ	07044	66287	Africa/Algiers	36.70222	7.84722		Besbes,Randon		44			
2504099	Berrouaghia	berrouaghia	DZ	26002	80573	Africa/Algiers	36.13516	2.91085		Berrouaghia,Berrouarhia		06			
2504107	Berriche	berriche	DZ	04015	0	Africa/Algiers	35.91444	7.37667		Beridj,Berriche,Jean-Rigal		29			
2504110	Berriane	berriane	DZ	47003	44580	Africa/Algiers	32.82648	3.76689		Berrian,Berriane,ZBI		45			
2504136	Berrahal	berrahal	DZ	23009	19294	Africa/Algiers	36.83528	7.45333		Ain Mokra,Aine Mokra,Aïn Mokra,Aïne Mokra,Berrahal		37			
2504175	Berhoum	berhoum	DZ	28010	0	Africa/Algiers	35.65455	5.03386		Berhoum,Berhoun,Souk Ouled Nadja,Souk des Ouled Nadja		27			
2504257	Benzouh	benzouh	DZ	28028	0	Africa/Algiers	35.42084	4.02034		Benzouh		27			
2504295	Benyahia Abderrahmane	benyahia-abderrahmane	DZ	43020	0	Africa/Algiers	36.23266	6.01332		Aziz Ben Tellis,Benyahia Abderrahmane		48			
2504359	Ben S’Rour	ben-s-rour	DZ	28009	0	Africa/Algiers	35.03778	4.56333		Ain Ben Srour,Aine Ben Srour,Aïn Ben Srour,Aïne Ben Srour,Ben S'Rour,Ben S’Rour		27			
2504369	Ben Smih	ben-smih	DZ	24016	0	Africa/Algiers	36.36868	7.52639		Ben Smih,Fesli Rabah,Lapaine		23			
2504385	Bensekrane	bensekrane	DZ	13008	21283	Africa/Algiers	35.07465	-1.22431		Ben Sokrane,Bensekrane,Pont de l'Isser,Pont de l’Isser		15			
2504397	Ben Salah	ben-salah	DZ	09042	0	Africa/Algiers	36.57363	2.80614				20			
2504483	Ben Mered	ben-mered	DZ	16031	0	Africa/Algiers	36.75751	3.22879				01			
2504552	Beni Thour	beni-thour	DZ	30012	0	Africa/Algiers	31.96309	5.32814				50			
2504553	Beni Tamou	beni-tamou	DZ	09024	0	Africa/Algiers	36.53833	2.82174		Beni Tamou		20			
2504564	Beni Slimane	beni-slimane	DZ	26001	0	Africa/Algiers	36.34889	2.75472				06			
2504565	Beni Slimane	beni-slimane	DZ	26001	0	Africa/Algiers	36.22703	3.30596		Beni Slimane		06			
2504569	Beni Sellam	beni-sellam	DZ	06001	0	Africa/Algiers	36.45384	4.47957				18			
2504581	Beni Saf	beni-saf	DZ	46001	46382	Africa/Algiers	35.30099	-1.38226		Bani Saf,Bani Ṣāf,Beni Saf,Beni Sat,bny saf,بني صاف,ⴱⵏⵉ ⵙⴰⴼ		36			
2504588	Beni Rached	beni-rached	DZ	02035	0	Africa/Algiers	36.27679	1.52185		Beni Rached,Village des Beni Rached		41			
2504594	Beni Ounif	beni-ounif	DZ	08010	0	Africa/Algiers	32.04875	-1.24878		At Winifen,Beni Ounif,Béni Ounif,Revoil-Beni-Ounif,Révoil-Beni-Ounif,bny wnyf,بني ونيف		38			
2504616	Beni Mester	beni-mester	DZ	13061	19808	Africa/Algiers	34.87045	-1.42319		Beni Mester		15			
2504625	Beni Melloul	beni-melloul	DZ	19057	0	Africa/Algiers	36.0756	1.72175				35			
2504628	Beni Mêlek	beni-melek	DZ	42024	0	Africa/Algiers	36.88333	6.88333				31			
2504638	Beni Maloum	beni-maloum	DZ	26030	0	Africa/Algiers	36.25711	3.45105				06			
2504641	Beni Mahmoud	beni-mahmoud	DZ	15099	0	Africa/Algiers	36.52556	4.31634				14			
2504662	Beni Isguen	beni-isguen	DZ	47005	0	Africa/Algiers	32.47484	3.70111		Beni Isguen,at ayzjn,at yzjn,bny yzjn,bny yzqn,qsr bny yzjn,آت إيزجن,أت يزجن,بني يزجن,بني يزقن,قصر بني يزجن		45			
2504664	Beni Ikhlef	beni-ikhlef	DZ	08025	0	Africa/Algiers	36.36361	4.23497		Beni Ikhlef,Beni Iklef		21			
2504665	Beni Ikhlef	beni-ikhlef	DZ	08025	0	Africa/Algiers	29.57488	-1.613		At Ixlef,Beni Ikhlef,Béni Ikhlef,Ikrlef,bny ykhlf,بني يخلف		BA			
2504674	Beni Haoua	beni-haoua	DZ	02017	0	Africa/Algiers	36.5311	1.56891		Beni Haoua,Béni Haoua,Francis,Francis-Garnier,Port Brierer,بنى حواء		41			
2504680	Beni Hammou	beni-hammou	DZ	13037	0	Africa/Algiers	34.64364	-1.53752				15			
2504690	Beni Guecha	beni-guecha	DZ	39048	0	Africa/Algiers	36.39267	5.9928		Beni Guecha,Lucet		48			
2504694	Beni Fouda	beni-fouda	DZ	10006	0	Africa/Algiers	36.71371	3.48914				40			
2504695	Beni Fouda	beni-fouda	DZ	10006	0	Africa/Algiers	36.28611	5.60722		Beni Fouda,Sillegue,Sillègue		12			
2504703	Beni Douala	beni-douala	DZ	15011	33611	Africa/Algiers	36.61954	4.08282		Beni Douala,Beni Doula		14			
2504714	Beni Brahim	beni-brahim	DZ	19082	0	Africa/Algiers	36.44021	7.24426		Beni Brahim,Douar Beni Brahim		23			
2504723	Beni Bechîr	beni-bechir	DZ	21033	0	Africa/Algiers	36.78333	6.93333		Beni Bechir,Beni Bechîr		31			
2504725	Beni Bahdel	beni-bahdel	DZ	13060	0	Africa/Algiers	34.70982	-1.51595		Beni Babdel,Beni Bahdel		15			
2504735	Beniane	beniane	DZ	13010	0	Africa/Algiers	35.09972	0.22967		Benian,Beniane,Bénian		26			
2504739	Beni Amrane	beni-amrane	DZ	35006	18414	Africa/Algiers	36.66774	3.59115		Ait Belaid,Ait Bélaid,At Ɛemran,Beni Amran,Beni Amrane,بني عمران		40			
2504742	Beni Akil	beni-akil	DZ	02017	0	Africa/Algiers	36.48169	1.59085				41			
2504743	Beni Aïssi	beni-aissi	DZ	15070	0	Africa/Algiers	29.59496	0.25233		Beni Aissi,Beni Aïssi,Ouled Aissa,Ouled Aïssa		TM			
2504755	Beni Abbès	beni-abbes	DZ	08002	0	Africa/Algiers	30.12667	-2.17128		Beni Abbes,Beni Abbès		BA			
2504823	Benfreha	benfreha	DZ	31063	0	Africa/Algiers	35.69337	-0.41847		Assi Ben Fereah,Benfreha,Legrand		09			
2504915	Ben Chicao	ben-chicao	DZ	26012	0	Africa/Algiers	36.19962	2.84865		Ben Chicao,Ben Chikao		06			
2504950	Ben Badis	ben-badis	DZ	22004	0	Africa/Algiers	34.95234	-0.91609		Ben Badis,Descartes		30			
2505099	Bellevue	bellevue	DZ	27018	0	Africa/Algiers	36.35388	6.59505				04			
2505100	Bellevue	bellevue	DZ	27018	0	Africa/Algiers	36.72827	2.96809				01			
2505134	Belkheir	belkheir	DZ	24015	0	Africa/Algiers	36.46182	7.47508		Belkheir,Millesimo,Millésimo		23			
2505177	Douar Belhadri	douar-belhadri	DZ	27001	0	Africa/Algiers	35.96236	0.25853		Bel Hadri,Douar Belhadri,Station de Bel Hadri		07			
2505233	Bel Bachir	bel-bachir	DZ	47008	0	Africa/Algiers	30.60757	2.87994				EM			
2505258	Belarbi	belarbi	DZ	22023	0	Africa/Algiers	35.15257	-0.45717		Baudens,Belarbi,Belarbi Abdelkader,Daudens,El Ksar		30			
2505304	Bekkouche Lakhdar	bekkouche-lakhdar	DZ	21009	0	Africa/Algiers	36.69861	7.30667		Bekkouche Laid,Bekkouche Lakhdar,Bekkouche Laïd,Gastu,Zit Emba		31			
2505308	Bekkaria	bekkaria	DZ	12019	0	Africa/Algiers	35.37361	8.24076		Bekkaria		33			
2505311	Bekhata	bekhata	DZ	13003	0	Africa/Algiers	35.55079	1.22691				13			
2505514	Bechloul	bechloul	DZ	10012	0	Africa/Algiers	36.30964	4.07348		Bechloul		21			
2505518	Bechir	bechir	DZ	08002	0	Africa/Algiers	29.94347	-1.97452		Bechir		BA			
2505519	Bechilga	bechilga	DZ	28000	0	Africa/Algiers	35.68459	4.58268				27			
2505524	Béchar-Djedid	bechar-djedid	DZ	08005	0	Africa/Algiers	31.56306	-2.23195		Bechar-Djedid,Béchar-Djedid,Nouveau-Bechar		38			
2505530	Béchar	bechar	DZ	15013	143382	Africa/Algiers	31.61667	-2.21667		Basyar,Baszszar,Bechar,Besaras,Beshar,Beshare,Bexar,Bešaras,Béchar,CBH,Colomb-Bechar,Colomb-Béchar,Wilaya de Beshar,bei sha er,besharu,besyaleu,bshar,bshar  aljzayr,Бешар,Бешаре,بشار,بشار، الجزایر,ベシャール,贝沙尔,베샤르	38	38			
2505536	Beauséjour	beausejour	DZ	13000	0	Africa/Algiers	36.91667	7.76667				37			
2505538	Beaulieu	beaulieu	DZ	16004	0	Africa/Algiers	36.71667	3.16667				01			
2505629	Barika	barika	DZ	05001	98846	Africa/Algiers	35.38901	5.36584		Barika,ZZB,brykt,Барика,بريكة		03			
2505651	Barbacha	barbacha	DZ	06009	31983	Africa/Algiers	36.56667	4.96667		Barbacha,Souk et Tleta,Souk et Tléta,brbasht,mrbasht mrbasht,swq althlathaʾ,برباشة,سوق الثلاثاء,مرباشة مرباشة		18			
2505653	Baraki	baraki	DZ	16027	105402	Africa/Algiers	36.66655	3.09606		Baraki,braqy,براقي		01			
2505661	Baniou	baniou	DZ	28041	0	Africa/Algiers	35.41528	4.34417		Baniou,Bordj Baniou		27			
2505663	Baniane	baniane	DZ	07042	0	Africa/Algiers	34.99015	6.0576				19			
2505675	Balloul	balloul	DZ	20002	0	Africa/Algiers	34.98937	0.47727		Ain Balloul,Aine Balloul,Aïn Balloul,Aïne Balloul,Balloul		10			
2505707	Bains Romains	bains-romains	DZ	13000	0	Africa/Algiers	36.81322	2.99072				55			
2505812	Baghlia	baghlia	DZ	35013	0	Africa/Algiers	36.81694	3.85722		Baghlia,Raghlia,Rebeval		40			
2505815	Baghaï	baghai	DZ	40014	0	Africa/Algiers	35.52306	7.11194		Auguste-Comte,Baghai,Baghaï		47			
2505822	Badriane	badriane	DZ	01001	0	Africa/Algiers	29.33824	0.34044				TM			
2505830	Bades	bades	DZ	07041	0	Africa/Algiers	34.74668	6.66131				19			
2505854	Bab Ezzouar	bab-ezzouar	DZ	16024	275630	Africa/Algiers	36.72615	3.18291		Bab Ezzouar,Le Retour de la Chasse,bab alzwar,bab‌alzwar,باب الزوار,باب‌الزوار		01			
2505860	Bab el Assa	bab-el-assa	DZ	13014	0	Africa/Algiers	34.96683	-2.0307		Bab el Assa,Bab el Hassa		15			
2505861	Babar	babar	DZ	40006	0	Africa/Algiers	35.16747	7.10379		Babar		47			
2505865	Baba Hassen	baba-hassen	DZ	16081	0	Africa/Algiers	36.69556	2.9725		Baba Hassen		01			
2505870	Baba Ali	baba-ali	DZ	16111	0	Africa/Algiers	36.66228	3.05527				01			
2505871	Baba Ali	baba-ali	DZ	16111	0	Africa/Algiers	36.36498	6.34622		Baba Ali,Douar Baba Ali		04			
2505872	Baba Ali	baba-ali	DZ	16111	0	Africa/Algiers	36.64554	3.75946				14			
2505915	Azzaba	azzaba	DZ	21001	75317	Africa/Algiers	36.73944	7.10528		Azzaba,Jemmapes,jmab,ʿzabt,Аззаба,جماب,عزابة		31			
2505927	Azrou	azrou	DZ	15076	0	Africa/Algiers	36.70932	4.4658		Azerou,Azrou		14			
2505980	Azib	azib	DZ	06001	0	Africa/Algiers	36.49953	5.20363				18			
2506000	Azerou	azerou	DZ	15037	0	Africa/Algiers	36.39657	3.42803				06			
2506034	Azeffoun	azeffoun	DZ	15010	0	Africa/Algiers	36.89306	4.42		Azeffoun,Azeffun,Azetfoun,Azzefoun,Aẓeffun,Port Guedon,Port Gueydon,azfwn,أزفون		14			
2506038	Azeba	azeba	DZ	43039	0	Africa/Algiers	36.42635	6.32141		Azeba,Delacroix		48			
2506043	Azazga	azazga	DZ	15001	40623	Africa/Algiers	36.74472	4.37222		Agagza,Agazza,Azazga,ZZA,Азазга		14			
2506098	Attatba	attatba	DZ	42008	0	Africa/Algiers	36.57278	2.67694		Atatba,Attatba		55			
2506236	Assouaf	assouaf	DZ	35004	0	Africa/Algiers	36.90864	3.88692				40			
2506321	Asla	asla	DZ	21047	0	Africa/Algiers	33.00902	-0.07755		Asla		49			
2506350	Asfour	asfour	DZ	36012	0	Africa/Algiers	36.67273	7.97421		Asfour,Combes,Merdes,Merdess		44			
2506385	Arzew	arzew	DZ	31004	0	Africa/Algiers	35.85048	-0.318		Arzen,Arzeu,Arzew,QAE,Saint-Leu,arzyw,san lw,أرزيو,سان لو		09			
2506404	Arris	arris	DZ	05007	36641	Africa/Algiers	35.25881	6.34706		Arris		03			
2506427	Arouled	arouled	DZ	06029	0	Africa/Algiers	36.72256	4.53481				18			
2506512	Arib	arib	DZ	44008	0	Africa/Algiers	36.29167	2.06961		Arib,El-Arrib,Les Aribs,Littre,Littré		35			
2506615	Arbia	arbia	DZ	29062	0	Africa/Algiers	35.21545	6.12177				03			
2507762	Aït Djemaa	ait-djemaa	DZ	15025	0	Africa/Algiers	36.50369	4.05516				14			
2506628	Arbaouat	arbaouat	DZ	32005	0	Africa/Algiers	33.08805	0.58035		Arba,Arba Tachtani,Arba Tahtani,Arba Tahtania,Arba Tathani,Arbaouat,Les Arbaouats		42			
2506660	Arassa	arassa	DZ	19035	0	Africa/Algiers	36.42506	4.8228		Arassa,Arraca,Arrassa,Arraça		12			
2506759	Aourir	aourir	DZ	05041	0	Africa/Algiers	36.66305	4.42801				14			
2506760	Aourir	aourir	DZ	05041	0	Africa/Algiers	36.63333	4.63333				18			
2506795	Aoulef	aoulef	DZ	01003	24812	Africa/Algiers	26.96667	1.08333		Aoulef,Aoulef el Arab,awlf,awlf alʿrb,آولف,أولف,أولف العرب		34			
2506846	Aouicha	aouicha	DZ	15043	0	Africa/Algiers	36.76172	3.93919				14			
2506851	Aougrout	aougrout	DZ	01012	0	Africa/Algiers	28.70289	0.33519		Aougrout		TM			
2506856	Aouf	aouf	DZ	29021	0	Africa/Algiers	35.09824	0.35601		Aouf,Les Aouf		26			
2506910	Aoubellil	aoubellil	DZ	46017	0	Africa/Algiers	35.13735	-0.99195		Aoubellil		36			
2506931	Aouadja	aouadja	DZ	44051	0	Africa/Algiers	36.11029	1.77813				35			
2506934	Aomar	aomar	DZ	10010	0	Africa/Algiers	36.501	3.77396		Aomar		21			
2506939	Aokas	aokas	DZ	06007	0	Africa/Algiers	36.63333	5.25		Aokas,Cap Aokas,Oued Marsa,awqas,ras awqas,wady almrsy,أوقاس,اوقاس,رأس أوقاس,وادي المرسى		18			
2507088	Amsel	amsel	DZ	11014	0	Africa/Algiers	22.62118	5.44979		Amsel		53			
2507129	Amoura	amoura	DZ	06001	0	Africa/Algiers	34.34478	3.87148		Amourah		22			
2507146	Amoucha	amoucha	DZ	19009	0	Africa/Algiers	36.38735	5.41372		Amoucha,Amouchat		12			
2507155	Ammi Moussa	ammi-moussa	DZ	48004	23001	Africa/Algiers	35.86781	1.11143		Ammi Moussa		51			
2507156	Ammes	ammes	DZ	08020	0	Africa/Algiers	29.84337	-1.80805		Ammes		BA			
2507169	Amizour	amizour	DZ	06008	25825	Africa/Algiers	36.64022	4.90131		Amizour,Colmar,Oued Amizour,amyzwr,klmar,kwlmar,wady amyzwr,أميزور,كلمار,كولمار,وادي أميزور		18			
2507184	Amiche	amiche	DZ	30009	0	Africa/Algiers	33.3052	6.9026				43			
2507189	Amguid	amguid	DZ	11013	0	Africa/Algiers	26.37817	5.34555		Amguid,Bordi Amguid,Bordj Amguid		53			
2507225	Amentane	amentane	DZ	05093	0	Africa/Algiers	35.11794	5.94004		Amenntane,Amentane		03			
2507256	Amazoul	amazoul	DZ	15054	0	Africa/Algiers	36.64509	4.26009				14			
2507284	Douar Ouled Moussa	douar-ouled-moussa	DZ	27007	0	Africa/Algiers	36.08692	2.98773		Amar Ben Zaoui,Douar Ouled Moussa		06			
2507322	Amalou	amalou	DZ	06023	0	Africa/Algiers	36.61442	5.14518		Amalou		18			
2507323	Amalou	amalou	DZ	06023	0	Africa/Algiers	36.48333	4.65		Amalou,Mahfouda,amalw,amhfwzn,amlw,أمالو,أملو,امحفوظن		18			
2507331	Amagaz	amagaz	DZ	06011	0	Africa/Algiers	36.57263	4.71091				18			
2507363	Allouchia	allouchia	DZ	01027	0	Africa/Algiers	27.65037	-0.31509				34			
2507474	Alger Plage	alger-plage	DZ	16103	0	Africa/Algiers	36.78567	3.23569		Alger Plage,shaty aljzayr,شاطئ الجزائر		01			
2507481	Alfaville	alfaville	DZ	32001	0	Africa/Algiers	33.86492	0.32096				42			
2507566	Akourma	akourma	DZ	06034	0	Africa/Algiers	36.4759	4.63387				18			
2507621	Akfadou	akfadou	DZ	06025	0	Africa/Algiers	36.63333	4.6		Akfadou,Tizamourine		18			
2507639	Akbour	akbour	DZ	01036	0	Africa/Algiers	28.72739	0.32637				TM			
2507646	Akbou	akbou	DZ	06001	66654	Africa/Algiers	36.4575	4.53494		Akbou,Aqbu,Metz,aqbw,أقبو		18			
2507665	Akaoudj	akaoudj	DZ	15098	0	Africa/Algiers	36.74009	4.07378		Akaoudj		14			
2507678	Akabli	akabli	DZ	01044	0	Africa/Algiers	26.70828	1.37528		Akabli		34			
2507679	Akabiou	akabiou	DZ	06019	0	Africa/Algiers	36.62098	4.77138				18			
2507690	Aït Ziri	ait-ziri	DZ	15002	0	Africa/Algiers	36.57718	4.34491				14			
2507692	Aït Zellal	ait-zellal	DZ	15097	0	Africa/Algiers	36.65417	4.33108				14			
2507693	Aït Zaïm	ait-zaim	DZ	15017	0	Africa/Algiers	36.60769	3.97716				14			
2507697	Aït Smaïl	ait-smail	DZ	06017	0	Africa/Algiers	36.73333	4.85		Ait Smail,Aït Smaïl,ath smaʿyl,ayt asmaʿyl,ayt smaʿyl,آث سماعيل,آيت إسماعيل,آيت سماعيل,ايت اسماعيل		18			
2507698	Aït Slimane	ait-slimane	DZ	15023	0	Africa/Algiers	36.6784	3.85805				40			
2507704	Aït Saïd	ait-said	DZ	15002	0	Africa/Algiers	36.7535	4.75513				18			
2507705	Aït Saïd	ait-said	DZ	15002	0	Africa/Algiers	36.61897	4.47609		Ait Said,Ait Sidi Amar,Aït Saïd,Aït Sidi Amar		14			
2507706	Aït Saada	ait-saada	DZ	15061	0	Africa/Algiers	36.61945	5.47518				24			
2507707	Aït Saada	ait-saada	DZ	15061	0	Africa/Algiers	36.52407	4.27827				14			
2507723	Aït Mimoun	ait-mimoun	DZ	15059	0	Africa/Algiers	36.60646	4.22144				14			
2507725	Aït Meraou	ait-meraou	DZ	15059	0	Africa/Algiers	36.61333	4.26004				14			
2507728	Aït Mellal	ait-mellal	DZ	15002	0	Africa/Algiers	36.55951	4.33158				14			
2507730	Aït Malek	ait-malek	DZ	06029	0	Africa/Algiers	36.73012	4.57985				18			
2507731	Aït Mahiou	ait-mahiou	DZ	06025	0	Africa/Algiers	36.65	4.63333				18			
2507732	Aït Maamar	ait-maamar	DZ	15109	0	Africa/Algiers	36.7505	4.72289				18			
2507737	Aït Kheïr	ait-kheir	DZ	15028	0	Africa/Algiers	36.63202	4.30961				14			
2507739	Aït Khalfa	ait-khalfa	DZ	15025	0	Africa/Algiers	36.51223	4.08087		Ait Kalfa,Ait Khalfa,Ait Khalifat,Ait Kralfa,Aït Kalfa,Aït Khalfa,Aït Khalifat,Aït Kralfa		14			
2507740	Aït Illoul	ait-illoul	DZ	15010	0	Africa/Algiers	36.8617	4.38398				14			
2507741	Aït Ikhlef	ait-ikhlef	DZ	15009	0	Africa/Algiers	36.76294	4.91458				18			
2507742	Aït Ikhlef	ait-ikhlef	DZ	15009	0	Africa/Algiers	35.61667	4.5		Ait Ikhelef,Ait Ikhlef,Ait Ikrelef,Aït Ikhelef,Aït Ikhlef,Aït Ikrelef		27			
2507743	Aït Idir	ait-idir	DZ	15090	0	Africa/Algiers	36.73645	4.70783				18			
2507747	Aït Hichem	ait-hichem	DZ	15089	0	Africa/Algiers	36.57564	4.32534				14			
2507748	Aït Hessane	ait-hessane	DZ	15088	0	Africa/Algiers	36.65606	4.053				14			
2507750	Aït Hamsi	ait-hamsi	DZ	15099	0	Africa/Algiers	36.53695	4.30344				14			
2507751	Aït Halli	ait-halli	DZ	15039	0	Africa/Algiers	36.65169	4.14034				14			
2507753	Aït Frah	ait-frah	DZ	15087	0	Africa/Algiers	36.61331	4.16412				14			
2507760	Aït el Hadj	ait-el-hadj	DZ	15026	0	Africa/Algiers	36.70886	3.78925				40			
2507765	Aït Braham	ait-braham	DZ	15033	0	Africa/Algiers	36.74967	4.14542				14			
2507772	Aït Berdjal	ait-berdjal	DZ	15057	0	Africa/Algiers	36.56972	4.12464				14			
2507774	Aït Aziz	ait-aziz	DZ	15125	0	Africa/Algiers	36.51436	4.42018				14			
2507775	Aït Atelli	ait-atelli	DZ	15083	0	Africa/Algiers	36.6216	4.1855				14			
2507778	Aït Aouana	ait-aouana	DZ	15052	0	Africa/Algiers	36.73434	4.52932				18			
2507784	Aït Ali	ait-ali	DZ	15006	0	Africa/Algiers	36.62594	3.80019				14			
2507786	Aït Aïssi	ait-aissi	DZ	06095	0	Africa/Algiers	36.7699	4.43612				14			
2507787	Aït Aïssi	ait-aissi	DZ	06095	0	Africa/Algiers	36.53488	4.95275				18			
2507790	Aït Aïcha	ait-aicha	DZ	15036	0	Africa/Algiers	36.65013	4.50495				14			
2507791	Aït Ahmed	ait-ahmed	DZ	15002	0	Africa/Algiers	36.79679	4.5237				14			
2507792	Aït Ahmed	ait-ahmed	DZ	15002	0	Africa/Algiers	36.68474	3.88639				14			
2507793	Aït Ahmed	ait-ahmed	DZ	15002	0	Africa/Algiers	36.60481	3.98227				14			
2507799	Aït Abbas	ait-abbas	DZ	15015	0	Africa/Algiers	36.54001	4.2108				14			
2507854	’Aïn ZoûîT	ain-zouit	DZ	21051	0	Africa/Algiers	36.88799	6.78543		'Ain ZouiT,Zouit,’Aïn ZoûîT		31			
2507860	’Aïn Zerga	ain-zerga	DZ	12008	0	Africa/Algiers	35.64849	8.26179		'Ain Zerga,’Aïn Zerga		33			
2507861	’Aïn Zebda	ain-zebda	DZ	13004	0	Africa/Algiers	36.44722	4.37639				18			
2507862	Aïn Zaouïa	ain-zaouia	DZ	15056	0	Africa/Algiers	36.53489	3.88124		Ain Zaouia,Aïn Zaouïa		14			
2507868	Aïn Youcef	ain-youcef	DZ	13013	0	Africa/Algiers	35.0481	-1.37246		Ain Youcef,Aïn Youcef,Lavayssiere,Lavayssière,Sidi Youcef		15			
2507870	Aïn Yagout	ain-yagout	DZ	05031	0	Africa/Algiers	35.77457	6.41644		Ain Yagout,Aine Yagout,Aïn Yagout,Aïne Yagout		03			
2507871	’Aïn Trîd	ain-trid	DZ	22037	0	Africa/Algiers	35.28499	-0.67585		'Ain Trid,Aine Trid,Aïne Trid,Bonnier,’Aïn Trîd		30			
2507872	’Aïn Trick	ain-trick	DZ	19075	0	Africa/Algiers	36.14781	5.44306		'Ain Trick,Ain Trik,Aine Trick,Aïn Trik,Aïne Trick,’Aïn Trick		12			
2507873	’Aïn Trab	ain-trab	DZ	24008	0	Africa/Algiers	36.22947	7.13773		'Ain Trab,Aine Trab,Aïne Trab,’Aïn Trab		23			
2507876	’Aïn Touta	ain-touta	DZ	05002	0	Africa/Algiers	35.78748	3.22778				06			
2507877	Aïn Touta	ain-touta	DZ	05002	72280	Africa/Algiers	35.37675	5.90001		Ain Touta,Aïn Touta,Mac Mahon		03			
2507882	’Aïn Touila	ain-touila	DZ	40005	0	Africa/Algiers	35.43726	7.38286		'Ain Touila,Mechta 'Ain Touila,Mechta ’Aïn Touila,’Aïn Touila		47			
2507885	’Aïn Torki	ain-torki	DZ	44020	0	Africa/Algiers	36.33511	2.30182		'Ain Torki,Margueritte,Zaccar,’Aïn Torki		35			
2507887	’Aïn Tolba	ain-tolba	DZ	02014	0	Africa/Algiers	35.24893	-1.25049		'Ain Tolba,Ain Tholba,Aine Tholba,Aïn Tholba,Aïne Tholba,Guiard,’Aïn Tolba		36			
2507894	’Aïn Tindamine	ain-tindamine	DZ	22036	0	Africa/Algiers	34.68972	-0.71972		'Ain Tindamine,’Aïn Tindamine		30			
2507903	’Aïn Tellout	ain-tellout	DZ	13012	0	Africa/Algiers	34.92565	-0.9571		'Ain Tellout,Aine Tellout,’Aïn Tellout		15			
2507905	’Aïn Tekbalet	ain-tekbalet	DZ	13008	0	Africa/Algiers	35.1434	-1.20267		'Ain Tekbalet,Tekbalet,’Aïn Tekbalet		15			
2507907	Aïn Tedeles	ain-tedeles	DZ	27001	0	Africa/Algiers	35.99825	0.29676		Ain Tadles,Ain Tedeles,Ain Tedles,Aine Tedeles,Aïn Tadles,Aïn Tedeles,Aïn Tedles,Aïne Tedelès		07			
2507909	’Aïn Tebinet	ain-tebinet	DZ	19034	0	Africa/Algiers	36.18569	5.43273		'Ain Tebinet,Aine Tebinet,Aïne Tebinet,’Aïn Tebinet		12			
2507912	Aïn Taya	ain-taya	DZ	16019	21815	Africa/Algiers	36.79333	3.28694		Ain Taya,Aine Taya,Aïn Taya,Aïne Taya,ʿyn tayt,عين طاية		01			
2508046	’Aïn Khadra	ain-khadra	DZ	13014	0	Africa/Algiers	35.52763	4.96153		'Ain Khadra,Ouled Khadra,’Aïn Khadra		27			
2507918	’Aïn Taghrout	ain-taghrout	DZ	34010	0	Africa/Algiers	36.13012	5.07721		'Ain Taghrout,Ain Tagrount,Ain Tagrout,Aine Tagrout,Aïn Tagrount,Aïn Tagrout,Aïne Tagrout,’Aïn Taghrout		39			
2507922	Ain Soltane	ain-soltane	DZ	02043	0	Africa/Algiers	36.24889	2.29667		'Ain Sultan,Ain Soltane,Aine Sultan,Aïne Sultan,’Aïn Sultan		35			
2507930	’Aïn Sidi Ali	ain-sidi-ali	DZ	03028	0	Africa/Algiers	35.27243	5.45441				03			
2507931	’Aïn Sidi Ali	ain-sidi-ali	DZ	03028	0	Africa/Algiers	34.15691	1.54179				25			
2507935	’Aïn Seynour	ain-seynour	DZ	41010	0	Africa/Algiers	36.31977	7.87022		'Ain Seynour,Ain Sennour,Aine Seinour,Aine Seynour,Aïn Sennour,Aïne Seinour,Aïne Seynour,’Aïn Seynour		52			
2507943	Aïn Sefra	ain-sefra	DZ	45001	63420	Africa/Algiers	32.75	-0.58333		Ain Sefra,Aine Sefra,Aïn Sefra,Aïne Sefra		49			
2507949	’Aïn Saïd	ain-said	DZ	14007	0	Africa/Algiers	35.57706	8.25089				33			
2507954	’Aïn Roua	ain-roua	DZ	19019	0	Africa/Algiers	36.33333	5.18333		'Ain Roua,Aine Roua,Aïne Roua,’Aïn Roua		12			
2507965	’Aïn Regada	ain-regada	DZ	19000	0	Africa/Algiers	36.25944	7.07389		'Ain Regada,Aine Regada,Aïne Regada,’Aïn Regada		23			
2507966	’Aïn Regada	ain-regada	DZ	19000	0	Africa/Algiers	35.3152	6.22928				03			
2507972	Aïn Oussera	ain-oussera	DZ	17001	118687	Africa/Algiers	35.45139	2.90583		Ain Oussera,Aïn Oussera,El Oussera,Paul Cazelles,bwl kazyl,ʿyn wsart,بول كازيل,عين وسارة		22			
2507982	’Aïn N’Sour	ain-n-sour	DZ	44020	0	Africa/Algiers	36.35	2.26667				35			
2507986	Aïn Nouissy	ain-nouissy	DZ	27010	0	Africa/Algiers	35.80432	0.04529		'Ain Nouissy,Ain Nouissy,Aine Nouissy,Aïn Nouissy,Aïne Nouissy,Noisy-les-Bains,’Aïn Nouissy		07			
2507990	’Aïn Naga	ain-naga	DZ	07039	0	Africa/Algiers	34.68762	6.09419		'Ain Naga,Aine Naga,Aïne Naga,’Aïn Naga		19			
2508002	Aïn M’Lila	ain-m-lila	DZ	04002	0	Africa/Algiers	36.03687	6.57219		Ain M'Lila,Aine Mlila,Aïn M’Lila,Aïne Mlila		29			
2508006	’Aïn Messaoud	ain-messaoud	DZ	19073	0	Africa/Algiers	36.19742	5.26575		'Ain Messaoud,Aine Messaoud,Aïne Messaoud,Messaoud,’Aïn Messaoud		12			
2508008	’Aïn Mergoum	ain-mergoum	DZ	19072	0	Africa/Algiers	36.41533	5.12498		'Ain Mergoum,Aine Mergoum,Airgouin,Aïne Mergoum,Aïrgouin,’Aïn Mergoum		12			
2508010	’Aïn Merane	ain-merane	DZ	02004	34413	Africa/Algiers	36.16277	0.97037		'Ain Merane,Aine Merane,Aïne Merane,Rabelais,دائرة عين مران,’Aïn Merane		41			
2508020	’Aïn Makhlouf	ain-makhlouf	DZ	19125	0	Africa/Algiers	36.24472	7.25056		'Ain Makhlouf,Remer,Renier,Rénier,’Aïn Makhlouf		23			
2508030	Aïn Lechiakh	ain-lechiakh	DZ	44018	0	Africa/Algiers	36.15848	2.40514		'Ain Lechiakh,Ain Lechiakh,Aïn Lechiakh,Voltaire,’Aïn Lechiakh		35			
2508033	Aïn Laloui	ain-laloui	DZ	10032	0	Africa/Algiers	36.32056	3.74799		Ain Laloui,Aine Bou Dib,Aïn Laloui,Aïne Bou Dib,Bertville		21			
2508037	’Aïn Kihal	ain-kihal	DZ	46008	0	Africa/Algiers	35.20261	-1.19857		'Ain Kihal,Ain Khial,Ain Kial,Aïn Khial,Aïn Kial,’Aïn Kihal		36			
2508040	Aïn Khîar	ain-khiar	DZ	36016	0	Africa/Algiers	36.79813	8.33091		Ain Khiar,Aine Khiar,Aïn Khîar,Aïne Khiar		44			
2508041	’Aïn Khermane	ain-khermane	DZ	28040	0	Africa/Algiers	35.45339	4.14315		'Ain Khermane,Ain Kermane,Aine Khermane,Aïn Kermane,Aïne Khermane,’Aïn Khermane		27			
2508049	’Aïn Kermes	ain-kermes	DZ	14009	0	Africa/Algiers	34.91022	1.10882		'Ain Kermes,Ain Tahir,Aine Kermes,Aïn Tahir,Aïne Kermès,’Aïn Kermes		13			
2508055	’Aïn Kerma	ain-kerma	DZ	20004	0	Africa/Algiers	36.58333	8.2		'Ain Kerma,Aine Kerma,Aïne Kerma,Munier,’Aïn Kerma		44			
2508056	Aïn Kerma	ain-kerma	DZ	20004	0	Africa/Algiers	36.42444	6.4725		Ain Kerma,Aine Kerma,Aïn Kerma,Aïne Kerma		04			
2508057	Aïn Kerma	ain-kerma	DZ	20004	0	Africa/Algiers	35.8352	6.84441				29			
2508059	Aïn Kercha	ain-kercha	DZ	04006	32497	Africa/Algiers	35.92472	6.69528		Ain Kercha,Ain Kercka,Aine Kercha,Aïn Kercha,Aïn Kercka,Aïne Kercha		29			
2508060	’Aïn Kelba	ain-kelba	DZ	40016	0	Africa/Algiers	35.4908	4.93996				27			
2508062	Aïn Kechera	ain-kechera	DZ	21007	0	Africa/Algiers	36.74831	6.43226				31			
2508088	’Aïn Franine	ain-franine	DZ	31023	0	Africa/Algiers	35.78333	-0.51667				09			
2508091	’Aïn Fezza	ain-fezza	DZ	13022	0	Africa/Algiers	34.87775	-1.23364		'Ain Fezza,Aine Fezza,Aïne Fezza,’Aïn Fezza		15			
2508095	’Aïn Fekan	ain-fekan	DZ	29011	0	Africa/Algiers	35.22382	-0.00513		'Ain Fekan,Ain Fekana,Ain Fekane,Aine Fekane,Aïn Fekana,Aïn Fekane,Aïne Fekane,’Aïn Fekan		26			
2508099	Ain Fares	ain-fares	DZ	28023	0	Africa/Algiers	35.48047	0.24539		'Ain Fares,Ain Fares,Aine Fares,Aine Faress,Aïn Fares,Aïne Fares,Aïne Faress,’Aïn Fares		26			
2508102	Aïn Fakroun	ain-fakroun	DZ	04005	68433	Africa/Algiers	35.97108	6.87374		Ain Fakroun,Aine Fakroun,Aïn Fakroun,Aïne Fakroun		29			
2508119	’Aïn el Turk	ain-el-turk	DZ	31014	45323	Africa/Algiers	35.74381	-0.7693		'Ain el Turk,Ain-et-Turk,Aine et Turk,Ajn-ehl'-Terk,Aïn-et-Turk,Aïne et Turk,ʿyn altrk,Айн-эль-Терк,عين الترك,’Aïn el Turk		09			
2508126	’Aïn el Orak	ain-el-orak	DZ	32019	0	Africa/Algiers	33.41015	0.73854		'Ain el Orak,’Aïn el Orak		42			
2508130	’Aïn el Melh	ain-el-melh	DZ	28004	39798	Africa/Algiers	34.84146	4.16383		'Ain el Melh,Ain Melah,Ain Melh,Ain Mellah,Aine Melah,Ajn-ehl'-Mel'kh,Aïn Melah,Aïn Melh,Aïne Melah,Айн-эль-Мельх,’Aïn el Melh		27			
2508133	’Aïn el Ksar	ain-el-ksar	DZ	19002	0	Africa/Algiers	35.92179	5.19221				12			
2508134	Aïn el Ksar	ain-el-ksar	DZ	19002	0	Africa/Algiers	35.69025	6.33023		Ain el Ksar,Aïn el Ksar,El Ksar		03			
2508135	Aïn el Khadra	ain-el-khadra	DZ	28008	0	Africa/Algiers	35.25669	2.474		Ain el Khadra,Ain el Kradra,Aïn el Khadra,Aïn el Kradra		13			
2508138	’Aïn el Kerma	ain-el-kerma	DZ	07037	0	Africa/Algiers	35.73333	3.18333		'Ain el Kerma,Ain Kerma,’Aïn el Kerma		06			
2508144	’Aïn el Kebira	ain-el-kebira	DZ	19008	0	Africa/Algiers	36.36779	5.50462		'Ain el Kebira,Ain el Khebira,Aine Kebira,Aïn el Khébira,Aïne Kebira,Perigotville,’Aïn el Kebira		12			
2508152	’Aïn el Hammam	ain-el-hammam	DZ	15002	28029	Africa/Algiers	36.56471	4.30619		'Ain el Hammam,Ain El Hamman,Ain-el-Hamam,Aine el Hammam,Ajn-ehl'-Khammam,Aïn El Hamman,Aïn-el-Hamam,Aïne el Hammam,Michelet,Айн-эль-Хаммам,’Aïn el Hammam		14			
2508153	’Aïn el Hammam	ain-el-hammam	DZ	15002	0	Africa/Algiers	35.78117	1.13072		'Ain el Hammam,Guillaumet,Oued el Guelb,’Aïn el Hammam		51			
2508157	‘Aïn el Hadjel	ain-el-hadjel	DZ	28003	42527	Africa/Algiers	35.67003	3.88153		Ain el Hadjel,Aine el Hadjel,Aïne el Hadjel,Selamate,`Ain el Hadjel,‘Aïn el Hadjel		27			
2508160	Aïn el Hadjar	ain-el-hadjar	DZ	10031	0	Africa/Algiers	36.33889	3.80733		Aboutville,Ain el Hadjar,Aine el Hadiar,Aïn el Hadjar,Aïne el Hadiar		21			
2508161	’Aïn el Hadjar	ain-el-hadjar	DZ	10031	0	Africa/Algiers	34.92963	-1.36811				15			
2508162	’Aïn el Hadjar	ain-el-hadjar	DZ	10031	12996	Africa/Algiers	34.75846	0.14528		'Ain el Hadjar,Aine el Hadjar,Aïne el Hadjar,’Aïn el Hadjar		10			
2508164	Ain el Hadid	ain-el-hadid	DZ	14008	0	Africa/Algiers	35.05783	0.88479		Ain el Hadid,Aïn el Hadid,Martimprey,Martinprey		13			
2508172	’Aïn el Bordj	ain-el-bordj	DZ	04043	0	Africa/Algiers	36.11016	6.94539		'Ain el Bordj,Aine el Bordj,Aïne el Bordj,’Aïn el Bordj		29			
2508174	Aïn el Bya	ain-el-bya	DZ	31040	37241	Africa/Algiers	35.80389	-0.30178		'Ain el Bia,Ain el Bya,Aïn el Bya,Damesme,’Aïn el Bia		09			
2508180	’Aïn el Berd	ain-el-berd	DZ	22022	16548	Africa/Algiers	35.36395	-0.51279		'Ain el Berd,Oued Imbert,’Aïn el Berd		30			
2508182	’Aïn el Benian	ain-el-benian	DZ	44035	0	Africa/Algiers	36.35056	2.38778		'Ain el Benian,Vesoul Beniane,Vesoul Beniare,Vesoul-Benian,’Aïn el Benian		35			
2508185	’Aïn el Beïda	ain-el-beida	DZ	14025	0	Africa/Algiers	35.3196	2.29591				13			
2508186	’Aïn el Beïda	ain-el-beida	DZ	14025	0	Africa/Algiers	31.9377	5.39954				50			
2508191	’Aïn el Assel	ain-el-assel	DZ	36010	0	Africa/Algiers	36.78694	8.385		'Ain el Assel,Aine Assef,Aïne Assef,Yusuf,’Aïn el Assel		44			
2508200	Aïn el Hamra	ain-el-hamra	DZ	19071	0	Africa/Algiers	36.79778	3.7175		'Ain el Amrah,Ain el Hamra,Aine el Amrah,Aïn el Hamra,Aïne el Amrah,’Aïn el Amrah		40			
2508206	’Aïn el Ahdjar	ain-el-ahdjar	DZ	19018	0	Africa/Algiers	35.93861	5.53917		'Ain el Ahdjar,Ain Lahdjar,Behagle,’Aïn el Ahdjar		12			
2508213	’Aïn Dzarit	ain-dzarit	DZ	14017	0	Africa/Algiers	35.35325	1.6674		'Ain Dzarit,Ain Djarit,Aine Dzarit,Aïn Djarit,Aïne Dzarit,’Aïn Dzarit		13			
2508225	’Aïn Deheb	ain-deheb	DZ	14007	36146	Africa/Algiers	34.84218	1.54697		'Ain Deheb,El Ousseukh,El Ousseukhr,El Ousseukr,La Fontaine,’Aïn Deheb		13			
2508228	Aïn Defla	ain-defla	DZ	13048	52276	Africa/Algiers	36.26405	1.9679		Ain Defla,Aïn Defla,Duperre,Duperré,ʿyn aldfly‎,عين الدفلة,عين الدفلى,عين الدفلى‎	35	35			
2508229	’Aïn Defla	ain-defla	DZ	13048	0	Africa/Algiers	36.06966	4.54932		'Ain Defla,Aine Defla,Aïne Defla,’Aïn Defla		39			
2508236	’Aïn Dalia	ain-dalia	DZ	23021	0	Africa/Algiers	35.94725	2.60231				06			
2508241	’Aïn Cheurfa	ain-cheurfa	DZ	29001	0	Africa/Algiers	35.42967	-0.24534		'Ain Cheurfa,Aine Cheurfa,Aïne Cheurfa,’Aïn Cheurfa		26			
2508249	’Aïn Charchar	ain-charchar	DZ	21006	0	Africa/Algiers	36.73139	7.2175		'Ain Charchar,Aine Cherchar,Auribeau,Aïne Cherchar,’Aïn Charchar		31			
2508252	Aïn Brahim	ain-brahim	DZ	27007	0	Africa/Algiers	36.22	0.45611				07			
2508255	’Aïn Bouziane	ain-bouziane	DZ	21031	0	Africa/Algiers	36.59838	6.7508		'Ain Bouziane,Col-des-Oliviers,’Aïn Bouziane		31			
2508260	Aïn Boudinar	ain-boudinar	DZ	27031	0	Africa/Algiers	36.00856	0.1872		'Ain Boudinar,Ain Boudinar,Aine Bou Dinar,Aïn Boudinar,Aïne Bou Dinar,Belle Cote,Belle Côte,’Aïn Boudinar		07			
2508262	’Aïn Boucif	ain-boucif	DZ	26005	11989	Africa/Algiers	35.89123	3.1585		'Ain Boucif,Aine Boucif,Aïne Boucif,Bordj Ain Boucif,Bordj Aïn Boucif,ʿyn bwsyf,عين بوسيف,’Aïn Boucif		06			
2508268	Aïn Bessem	ain-bessem	DZ	10005	29461	Africa/Algiers	36.29333	3.67319		Ain Bessem,Aïn Bessem,ʿyn bsam,عين بسام		21			
2508271	’Aïn Berda	ain-berda	DZ	23006	0	Africa/Algiers	36.6476	7.59104		'Ain Berda,El Oued Berda,Penthievre,Penthièvre,’Aïn Berda		37			
2508272	’Aïn Ben Khelil	ain-ben-khelil	DZ	45008	0	Africa/Algiers	33.28789	-0.76384		'Ain Ben Khelil,Ain Ben Kbellil,Ain Ben Khelhil,Ain Ben Krellil,Aïn Ben Kbellil,Aïn Ben Khelhil,Aïn Ben Krellil,’Aïn Ben Khelil		49			
2508275	’Aïn Benian	ain-benian	DZ	16018	31102	Africa/Algiers	36.80277	2.92185		'Ain Benian,Ain Berrian,Bou Ismail,Castiglione,Cuyotville,Guyotville,Guyoville,’Aïn Benian		01			
2508277	’Aïn Ben Beïda	ain-ben-beida	DZ	24011	0	Africa/Algiers	36.61667	7.7		'Ain Ben Beida,Mechtet Ain Ben Beida,Mechtet Aïn Ben Beïda,’Aïn Ben Beïda		23			
2508286	’Aïn Beïda	ain-beida	DZ	04001	0	Africa/Algiers	36.79889	3.28163		'Ain Beida,Suffren,’Aïn Beïda		01			
2508287	Aïn Beïda	ain-beida	DZ	04001	105765	Africa/Algiers	35.79639	7.39278		Ain Beida,Aine Beida,Aïn Beïda,Aïne Beïda,QBP		29			
2508289	’Aïn Barbâr	ain-barbar	DZ	23023	0	Africa/Algiers	36.99134	7.55645		'Ain Barba,'Ain Barbar,ʿyn brbr,عين بربر,’Aïn Barba,’Aïn Barbâr		37			
2508293	’Aïn Babouche	ain-babouche	DZ	04020	0	Africa/Algiers	35.94194	7.1875		'Ain Babouche,Ain Babouch,Aine Babouche,Aïn Babouch,Aïne Babouche,’Aïn Babouche		29			
2508295	’Aïn Azel	ain-azel	DZ	19007	0	Africa/Algiers	35.81846	5.51115		'Ain Azel,Ajn-Azel',Ampere,Ampère,Айн-Азель,’Aïn Azel		12			
2508297	Aïn Arnat	ain-arnat	DZ	19017	35088	Africa/Algiers	36.18683	5.31347		Ain Arnat,Aine Arnat,Arnat,Aïn Arnat,Aïne Arnat,ʿyn arnat,عين أرنات		12			
2508298	’Aïn Arko	ain-arko	DZ	24030	0	Africa/Algiers	36.09111	7.11444		'Ain Arko,Ain Arkou,Aine Arko,Aïn Arkou,Aïne Arko,’Aïn Arko		23			
2508299	’Aïn Amara	ain-amara	DZ	24025	0	Africa/Algiers	36.4053	7.26943		'Ain Amara,Aine Amara,Aïne Amara,’Aïn Amara		23			
2508301	Aïn Allem	ain-allem	DZ	36024	0	Africa/Algiers	35.21903	-1.3239		Ain Alem,Ain Allem,Aïn Alem,Aïn Allem,ʿyn alʿlam,عين العلام		36			
2508309	’Aïn Abid	ain-abid	DZ	25015	29486	Africa/Algiers	36.23194	6.94333		'Ain Abid,Aine Abid,Aïne Abid,’Aïn Abid		04			
2508311	’Aïn Abessa	ain-abessa	DZ	19016	0	Africa/Algiers	36.29837	5.29452		'Ain Abessa,Aine Abessa,Aïne Abessa,’Aïn Abessa		12			
2508427	Ahmer el ’Aïn	ahmer-el-ain	DZ	42005	0	Africa/Algiers	36.47688	2.56593		Ahmer el 'Ain,Ahmer el ’Aïn,Ahmeur el Ain,Ahmeur el Aïn,Ameur el Ain,Ameur el Aine,Ameur el Aïn,Ameur el Aïne		55			
2508431	Ahmed Rachedi	ahmed-rachedi	DZ	43013	0	Africa/Algiers	36.39095	6.13096		Ahmed Rachedi,Rhoumeriane,Richelieu		48			
2508601	Aguemoun Izem	aguemoun-izem	DZ	15059	0	Africa/Algiers	36.59981	4.27097				14			
2508602	Aguemoun	aguemoun	DZ	15077	0	Africa/Algiers	36.65618	4.08364				14			
2508603	Aguemoun	aguemoun	DZ	15077	0	Africa/Algiers	36.6247	5.37791		Aguemoun,Aqumun,Aqumūn,aqmwn,avmwn,أقمون,أڤمون		18			
2508604	Aguemoun	aguemoun	DZ	15077	0	Africa/Algiers	36.6	4.63333				18			
2508637	Agoussim	agoussim	DZ	15038	0	Africa/Algiers	36.55	4.43333				14			
2508653	Agouilal	agouilal	DZ	10021	0	Africa/Algiers	36.40361	4.1664				21			
2508670	Aghlal	aghlal	DZ	46016	0	Africa/Algiers	35.20111	-1.06958		Aghlal,Arhlal,De Malherbe		36			
2508718	Aftis	aftis	DZ	06018	0	Africa/Algiers	36.50104	5.15308				12			
2508728	Afra	afra	DZ	05084	0	Africa/Algiers	34.94742	6.82364				47			
2508737	Aflou	aflou	DZ	03001	84683	Africa/Algiers	34.11279	2.10228		Aflou,Aflu		25			
2508741	Afir	afir	DZ	15027	0	Africa/Algiers	36.84444	3.98722				40			
2508742	Afir	afir	DZ	15027	0	Africa/Algiers	36.80524	4.16717				14			
2508743	Afir	afir	DZ	15027	0	Africa/Algiers	36.65449	3.86578				14			
2508744	Afir	afir	DZ	15027	0	Africa/Algiers	36.65395	3.7933				40			
2508745	Afir	afir	DZ	15027	0	Africa/Algiers	36.57095	4.38969				14			
2508811	Adrar	adrar	DZ	15022	0	Africa/Algiers	36.86683	4.26608				14			
2508812	Adrar	adrar	DZ	15022	0	Africa/Algiers	36.81398	4.29338				14			
2508813	Adrar	adrar	DZ	15022	43903	Africa/Algiers	27.87429	-0.29388		AZR,Adrar,Adraras,a de la er,adeulaleu,adrar,adrar  aljzayr,xa drar,Адрар,أدرار,ادرار، الجزائر,อาดราร์,阿德拉尔,아드라르	34	34			
2508818	Adouia	adouia	DZ	42024	0	Africa/Algiers	36.40915	1.74873				55			
2508961	Adaïdia	adaidia	DZ	26025	0	Africa/Algiers	35.03543	0.12033				10			
2508982	Achouba	achouba	DZ	15010	0	Africa/Algiers	36.85105	4.3804				14			
2509014	Achabou	achabou	DZ	34061	0	Africa/Algiers	36.32296	4.71968		Achabou		39			
2509031	Abou el Hassan	abou-el-hassan	DZ	02018	24022	Africa/Algiers	36.41657	1.19616		Abou el Hassan,Abou el Hassen,Beni Madoun,Bordj Abou el Hassen,Cavaignac,dayrt abw alhsn,دائرة أبو الحسن		41			
2509034	Abla	abla	DZ	15019	0	Africa/Algiers	36.3508	1.63802		Abla,Es Safsaf		35			
2509035	Abizar	abizar	DZ	15078	0	Africa/Algiers	36.81529	4.21117				14			
2509264	Abalessa	abalessa	DZ	11012	0	Africa/Algiers	22.88937	4.84746		Abalessa,Abelessa,Abêlessa		53			
2509271	Abadla	abadla	DZ	08003	13544	Africa/Algiers	31.019	-2.72387		Abadla,Ksar el Abadla,Абадла		38			
2509275	El Ababsa	el-ababsa	DZ	39035	0	Africa/Algiers	36.2584	1.61194		Ababessa,El Ababsa		35			
2570471	Tenira	tenira	DZ	22021	0	Africa/Algiers	35.02067	-0.52897		Tenira		30			
2570503	’Aïn el Hadjar	ain-el-hadjar	DZ	10031	0	Africa/Algiers	36.36639	7.01667				23			
2570566	Lac des Oiseaux	lac-des-oiseaux	DZ	36019	0	Africa/Algiers	36.77542	8.11824		Lac des Oiseaux,bhyrt altywr,بحيرة الطيور		44			
2570973	Sidi Yahia	sidi-yahia	DZ	06022	0	Africa/Algiers	34.74417	-1.59917		Sidi Yahia		15			
2571179	Souk el Khemis	souk-el-khemis	DZ	10044	0	Africa/Algiers	36.02111	3.98806				21			
2571296	Semmar	semmar	DZ	19001	0	Africa/Algiers	35.63555	0.35698		Semmar,Semmâr		51			
2571304	El Oued	el-oued	DZ	02012	0	Africa/Algiers	36.81833	3.75333				40			
2571446	Tizi-n’Terga	tizi-n-terga	DZ	15155	0	Africa/Algiers	36.65389	4.28167				14			
2571500	Azerou	azerou	DZ	15037	0	Africa/Algiers	36.83972	3.94472				40			
2572391	Ouled Mahiedine	ouled-mahiedine	DZ	29006	0	Africa/Algiers	36.5165	1.33964				41			
2572511	Douar Ben Ali	douar-ben-ali	DZ	09014	0	Africa/Algiers	36.45975	1.33131				41			
2572521	Ouled Mahiedine	ouled-mahiedine	DZ	29006	0	Africa/Algiers	36.43028	1.28886				41			
2572558	Tizi Larbaa	tizi-larbaa	DZ	10094	0	Africa/Algiers	36.40244	1.43511				41			
2572564	Tafraout	tafraout	DZ	08026	0	Africa/Algiers	36.38609	1.41614				41			
2572595	Ouled Tayeb	ouled-tayeb	DZ	13063	0	Africa/Algiers	36.38795	1.27994				41			
2572600	Zemmoura	zemmoura	DZ	48008	0	Africa/Algiers	36.37899	1.28991				41			
2572683	Ouled Bouziane	ouled-bouziane	DZ	13024	0	Africa/Algiers	36.28415	1.25631				41			
2572693	Ouled Adda	ouled-adda	DZ	29017	0	Africa/Algiers	36.23686	1.40998				41			
2572709	Chekalil	chekalil	DZ	31078	0	Africa/Algiers	36.21142	1.36993				41			
2572715	Ouled Mohamed	ouled-mohamed	DZ	02023	0	Africa/Algiers	36.16276	1.37061				41			
2572721	Touabia	touabia	DZ	44047	0	Africa/Algiers	36.20027	1.3617				41			
2572735	Aïn Bouzid	ain-bouzid	DZ	02073	0	Africa/Algiers	36.24931	1.31907				41			
2572785	Matmata	matmata	DZ	44049	0	Africa/Algiers	36.13612	1.38828				41			
2572788	El Aïaïda	el-aiaida	DZ	38028	0	Africa/Algiers	36.13337	1.41503				41			
2572810	Ouled Henni	ouled-henni	DZ	02010	0	Africa/Algiers	36.1115	1.40936				41			
2572893	Ouled Ben Ali	ouled-ben-ali	DZ	02028	0	Africa/Algiers	36.03775	1.45348				41			
2572894	Ouled Hamou	ouled-hamou	DZ	13020	0	Africa/Algiers	36.03522	1.47998				41			
2572900	Ouled Cheikh	ouled-cheikh	DZ	02037	0	Africa/Algiers	36.07583	1.44528				41			
2572909	Thenia	thenia	DZ	29021	0	Africa/Algiers	36.12744	1.44813				41			
2572914	Zouatnia	zouatnia	DZ	44047	0	Africa/Algiers	36.13739	1.42885				41			
2572973	Azouna	azouna	DZ	06001	0	Africa/Algiers	36.55036	1.87799				55			
2572997	Douar Sidi Yahia	douar-sidi-yahia	DZ	09014	0	Africa/Algiers	36.5371	1.90362				55			
2573100	Oued Sebt	oued-sebt	DZ	19057	0	Africa/Algiers	36.5642	1.96353				55			
2573127	Kalâa	kalaa	DZ	48018	0	Africa/Algiers	36.51445	1.69308				55			
2573186	Smara	smara	DZ	19123	0	Africa/Algiers	36.28759	1.73844				35			
2573187	Ouled Kaddour	ouled-kaddour	DZ	10058	0	Africa/Algiers	36.28503	1.69894				35			
2573209	Ouled Belhadj	ouled-belhadj	DZ	29006	0	Africa/Algiers	36.34855	1.65564				35			
2573213	Tamda	tamda	DZ	15046	0	Africa/Algiers	36.3532	1.66263				35			
2573214	Beni Merahba	beni-merahba	DZ	44006	0	Africa/Algiers	36.35112	1.69936				35			
2573222	Sidi Brahim	sidi-brahim	DZ	13020	0	Africa/Algiers	36.34461	1.73198				35			
2573226	El Ksar	el-ksar	DZ	05047	0	Africa/Algiers	36.35533	1.65163				35			
2573244	Aïn Djasser	ain-djasser	DZ	05032	0	Africa/Algiers	35.89333	6.29417		Ain Djasser,Aïn Djasser		29			
2573246	Aboucha	aboucha	DZ	26011	0	Africa/Algiers	36.41541	1.71829				55			
2573249	Beni Amar	beni-amar	DZ	38008	0	Africa/Algiers	36.42871	1.7062				55			
2573250	Bouhlou	bouhlou	DZ	13026	0	Africa/Algiers	36.43203	1.72549		Bouhlou		55			
2573273	Lazib	lazib	DZ	15155	0	Africa/Algiers	36.47818	1.6905				55			
2573283	Ouled Aïssa	ouled-aissa	DZ	01051	0	Africa/Algiers	36.25274	1.58427				35			
2573299	Bouyala	bouyala	DZ	15080	0	Africa/Algiers	36.47639	1.63417				41			
2573356	Ouled Ali	ouled-ali	DZ	01000	0	Africa/Algiers	36.35167	1.55806				35			
2573395	Ouled Slimane	ouled-slimane	DZ	02035	0	Africa/Algiers	36.2638	1.53642				41			
2573408	Zerarka	zerarka	DZ	02028	0	Africa/Algiers	36.21003	1.67032		Zerarka,Zrarka,Zrârka		35			
2573410	Ouled Bouabida	ouled-bouabida	DZ	44002	0	Africa/Algiers	36.17639	1.72102		Ouled Bou Abidi,Ouled Bouabida		35			
2573413	Rouabah	rouabah	DZ	44030	0	Africa/Algiers	36.1257	1.6902				35			
2573421	Thouabet	thouabet	DZ	35004	0	Africa/Algiers	36.09532	1.59979				41			
2573422	Ouled Belakhdar	ouled-belakhdar	DZ	29005	0	Africa/Algiers	36.11672	1.60319		Ouled Belakhdar,Ouled Ben Lakhedar		41			
2573426	Ouled Kouider	ouled-kouider	DZ	10054	0	Africa/Algiers	36.16126	1.67895				35			
2573430	Ouled Azza	ouled-azza	DZ	44030	0	Africa/Algiers	36.16126	1.61591				35			
2573431	Touafria	touafria	DZ	02049	0	Africa/Algiers	36.17269	1.61945				35			
2573441	Chekalil	chekalil	DZ	31078	0	Africa/Algiers	36.1224	1.53542				41			
2573450	Ouled Adda	ouled-adda	DZ	29017	0	Africa/Algiers	36.02361	1.51389				41			
2573472	Aïn Kerma	ain-kerma	DZ	20004	0	Africa/Algiers	35.22083	1.70306				13			
2573473	Aïn el Beïda	ain-el-beida	DZ	14025	0	Africa/Algiers	35.18472	1.705				13			
2573509	Sidi Yahia	sidi-yahia	DZ	06022	0	Africa/Algiers	35.13778	1.52778				13			
2573555	Ouled Abdelkrim	ouled-abdelkrim	DZ	22021	0	Africa/Algiers	36.76111	3.50611				40			
2573621	Aïn Mansour	ain-mansour	DZ	03001	0	Africa/Algiers	36.76111	3.69583				40			
2573632	Ouled Allal	ouled-allal	DZ	10037	0	Africa/Algiers	36.80667	3.68				40			
2573656	Ouled Ali	ouled-ali	DZ	01000	0	Africa/Algiers	36.81167	3.73583				40			
2573669	El Harrach	el-harrach	DZ	13024	0	Africa/Algiers	36.86083	3.715				40			
2573697	Douar Ouled Tlemcani	douar-ouled-tlemcani	DZ	27007	0	Africa/Algiers	36.19222	0.49611				07			
2573699	Douar Ghamra	douar-ghamra	DZ	27007	0	Africa/Algiers	36.20306	0.45944				07			
2573703	Ouled Sidi Larbi	ouled-sidi-larbi	DZ	29020	0	Africa/Algiers	36.17778	0.37417		Ouled Sidi Larbi,awlad sydy alʿrby,أولاد سيدي العربي		07			
2573706	Douar Saïdia	douar-saidia	DZ	44055	0	Africa/Algiers	36.18278	0.425				07			
2573716	Douar Ouled Amara	douar-ouled-amara	DZ	27007	0	Africa/Algiers	36.16639	0.48417				07			
2573757	Saf Saf	saf-saf	DZ	05044	0	Africa/Algiers	36.07528	0.42833				07			
2573771	Achasta	achasta	DZ	27030	0	Africa/Algiers	36.01417	0.38556				07			
2573801	Ouled Tahar	ouled-tahar	DZ	02002	0	Africa/Algiers	36.02528	0.33389				07			
2573864	Ouled Younes	ouled-younes	DZ	27008	0	Africa/Algiers	36.05722	0.26611				07			
2573880	Djebabra	djebabra	DZ	09028	0	Africa/Algiers	36.11667	0.32278		Djebabra		07			
2573908	Douar Sidi Afif	douar-sidi-afif	DZ	27002	0	Africa/Algiers	36.09194	0.40111				07			
2573913	Ouled Ali	ouled-ali	DZ	01000	0	Africa/Algiers	36.11111	0.36556				07			
2574035	Douar Ouled Aïssa	douar-ouled-aissa	DZ	20008	0	Africa/Algiers	36.12444	0.47111				07			
2574037	Douar Ouled Ghazi	douar-ouled-ghazi	DZ	27007	0	Africa/Algiers	36.1375	0.47278				07			
2574277	Tagma	tagma	DZ	06023	0	Africa/Algiers	36.72611	6.55194				31			
2574287	Souk el Had	souk-el-had	DZ	19124	0	Africa/Algiers	36.66694	6.55444				31			
2574799	Ouled Salah	ouled-salah	DZ	13012	0	Africa/Algiers	36.11167	2.95556				06			
2574842	Ouled Ali	ouled-ali	DZ	01000	0	Africa/Algiers	36.16889	2.95417				06			
2575229	Ouled Ahmed	ouled-ahmed	DZ	01025	0	Africa/Algiers	36.18056	2.93167		Oulad Sidi Ahmed,Ouled Ahmed		06			
2575284	Ouled Salem	ouled-salem	DZ	02033	0	Africa/Algiers	36.22279	2.955		Oulad Selim,Ouled Salem		06			
2575306	Ouled Sidi Yahia	ouled-sidi-yahia	DZ	26057	0	Africa/Algiers	36.22138	2.93242		Oulad Slimane Ben Khalifa,Ouled Sidi Yahia		06			
2575648	Zoubia	zoubia	DZ	08010	0	Africa/Algiers	36.95472	6.60583				31			
2575794	Sidi Moussa	sidi-moussa	DZ	02032	0	Africa/Algiers	36.31778	2.82806				06			
2575819	El Goléa	el-golea	DZ	19029	0	Africa/Algiers	36.21944	2.7725				06			
2575842	Salah Bey	salah-bey	DZ	19013	0	Africa/Algiers	36.38278	6.57639		Salah Bey,salh albay,salh bay,صالح الباي,صالح باي		04			
2575845	Sidi M’Cid	sidi-m-cid	DZ	25000	0	Africa/Algiers	36.37917	6.60861				04			
2575967	La Pépinière	la-pepiniere	DZ	13000	0	Africa/Algiers	36.34917	6.62278				04			
2576034	Sidi Mimoun	sidi-mimoun	DZ	20029	0	Africa/Algiers	36.36778	6.60583				04			
2576035	Les Cascades	les-cascades	DZ	13000	0	Africa/Algiers	36.36972	6.615				04			
2576043	El Milia	el-milia	DZ	18001	0	Africa/Algiers	36.36833	6.59611		El Milia		04			
2576594	Douar Ouled Moussa	douar-ouled-moussa	DZ	27007	0	Africa/Algiers	35.14408	0.45532				26			
2576690	Sidi Ziane	sidi-ziane	DZ	02043	0	Africa/Algiers	35.1284	0.3434				26			
2576707	Sidi M’barek	sidi-m-barek	DZ	13049	0	Africa/Algiers	35.17039	0.35811				26			
2576869	Ouled Ben Aïssa	ouled-ben-aissa	DZ	10010	0	Africa/Algiers	35.20806	0.18667				26			
2576911	Douar Ouled Aïssa	douar-ouled-aissa	DZ	20008	0	Africa/Algiers	35.11884	0.2237				26			
2576950	Touahria	touahria	DZ	26014	0	Africa/Algiers	35.07583	0.20611				26			
2577003	Sidi Ahmed	sidi-ahmed	DZ	13005	0	Africa/Algiers	35.07284	0.01152		Sidi Ahmed		10			
2577050	Ouled Abdelouahed	ouled-abdelouahed	DZ	34001	0	Africa/Algiers	35.20167	0.25306				26			
2577272	Douar Ouled Bouziane	douar-ouled-bouziane	DZ	29030	0	Africa/Algiers	35.55935	0.7109				51			
2577300	Ouled Hammou	ouled-hammou	DZ	13024	0	Africa/Algiers	35.06491	0.75632				13			
2577331	Douar Ouled Djelloul	douar-ouled-djelloul	DZ	27047	0	Africa/Algiers	35.62564	0.72965				51			
2577416	Ferraguig	ferraguig	DZ	29046	0	Africa/Algiers	35.53306	0.15556		Ferraguig		26			
2577522	Ouled Bouriah	ouled-bouriah	DZ	29002	0	Africa/Algiers	35.53382	0.03925				26			
2577600	Ouled Arbia	ouled-arbia	DZ	14038	0	Africa/Algiers	35.65337	0.21888				26			
2577603	Sidi Hamadouche	sidi-hamadouche	DZ	22019	0	Africa/Algiers	35.64713	0.21407				26			
2577615	Oued el Malah	oued-el-malah	DZ	24024	0	Africa/Algiers	35.65009	0.19462				26			
2577651	Ouled Belaid	ouled-belaid	DZ	10082	0	Africa/Algiers	35.54689	0.05491				26			
2577708	Sahaouria	sahaouria	DZ	29061	0	Africa/Algiers	35.62667	0.12722				26			
2577710	Baltache	baltache	DZ	29023	0	Africa/Algiers	35.64231	0.15868				26			
2577712	Ouled el Hadj	ouled-el-hadj	DZ	01001	0	Africa/Algiers	35.64847	0.17363				26			
2577727	Ouled Sidi Yahia	ouled-sidi-yahia	DZ	26057	0	Africa/Algiers	35.08699	0.96622				13			
2577927	Douar Belkheir	douar-belkheir	DZ	29023	0	Africa/Algiers	35.68377	0.05827				26			
2577989	Douar Saïdia	douar-saidia	DZ	44055	0	Africa/Algiers	35.66171	0.56578				51			
2578007	Douar Ouled Mohamed	douar-ouled-mohamed	DZ	27001	0	Africa/Algiers	35.7165	0.57106				51			
2578118	Douar Zenadra	douar-zenadra	DZ	44033	0	Africa/Algiers	35.70041	0.64256				51			
2578138	Beni Yahi	beni-yahi	DZ	27033	0	Africa/Algiers	35.62746	0.4473		Beni Yahi,Douar Essentahia		51			
2578260	Douar Ouled Mohamed	douar-ouled-mohamed	DZ	27001	0	Africa/Algiers	35.745	0.70389				51			
2578344	El Kedadra	el-kedadra	DZ	22038	0	Africa/Algiers	35.17834	0.87873				13			
2578406	Morsli	morsli	DZ	48009	0	Africa/Algiers	35.72011	0.44207		Douar Hael el Morseli,Morsli		51			
2578496	El Hamri	el-hamri	DZ	13048	0	Africa/Algiers	35.18722	0.95583				13			
2578519	Medina	medina	DZ	05026	0	Africa/Algiers	35.19182	0.94782				13			
2578521	Douar Ouled Mohamed	douar-ouled-mohamed	DZ	27001	0	Africa/Algiers	35.19815	0.94362		Douar Ouled Mohamed		13			
2578561	Sidi Bakhti	sidi-bakhti	DZ	14065	0	Africa/Algiers	35.23936	0.9778		Sidi Bakhti		13			
2578655	Douar Ouled Abdellah	douar-ouled-abdellah	DZ	27007	0	Africa/Algiers	35.78851	0.42703		Douar Ouled Abdellah,Ferme Mguesbah		51			
2578821	Dar Ben Abdellah	dar-ben-abdellah	DZ	48044	0	Africa/Algiers	35.70098	0.68719		Dar Ben Abdellah		51			
2578916	Douar Sbaïhia	douar-sbaihia	DZ	44043	0	Africa/Algiers	35.41895	0.45234		Douar Sbaihia,Douar Sbaïhia,Douar Sebahia,Douar Sebahïa		26			
2578966	El Melaâb	el-melaab	DZ	14057	0	Africa/Algiers	35.12931	0.62237		El Malaab,El Melaab,El Melaâb		13			
2578985	Douar Ouled Slimane	douar-ouled-slimane	DZ	44043	0	Africa/Algiers	35.37399	0.75599				26			
7392191	Abane Ramdane	abane-ramdane	DZ	16033	0	Africa/Algiers	35.92764	0.09957				07			
2578997	Maârfia	maarfia	DZ	29033	0	Africa/Algiers	35.40103	0.79285		Douar Marifa,Maarfia,Maârfia		26			
2579096	Douar Ouled Moussa	douar-ouled-moussa	DZ	27007	0	Africa/Algiers	35.27296	0.8382				13			
2579128	Douar Zaouia	douar-zaouia	DZ	04021	0	Africa/Algiers	35.3443	0.25558		Douar Zaouia,Douar ez Zaouia,Douar ez Zaouïa		26			
2579135	Douar Sidi Abdellah	douar-sidi-abdellah	DZ	02015	0	Africa/Algiers	35.38658	0.29435				26			
2579170	Les Salines	les-salines	DZ	29029	0	Africa/Algiers	35.83189	0.65449				51			
2579219	Douar Ouled Ali	douar-ouled-ali	DZ	44028	0	Africa/Algiers	35.405	0.28694		Douar Ouled Ali,Douar Ouled Djilali		26			
2579220	Douar Ouled Larbi	douar-ouled-larbi	DZ	42005	0	Africa/Algiers	35.41694	0.29056		Douar Ouled Larbi,Douar Ouled Mohammed,dwar awlad alʿrby,dwar awlad mhmd,دوار أولاد العربي,دوار أولاد محمد		26			
2579280	Douar Ouled Sidi Ali	douar-ouled-sidi-ali	DZ	20008	0	Africa/Algiers	35.53402	0.81556				51			
2579499	Douar Sidi Ali	douar-sidi-ali	DZ	29017	0	Africa/Algiers	35.61361	0.83528				51			
2579588	Douar Khalouia	douar-khalouia	DZ	29025	0	Africa/Algiers	35.47463	0.28664		Douar Khalouia,Douar el Krelouia,Douar el Krelouïa		26			
2579705	Ouled Mohamed	ouled-mohamed	DZ	02023	0	Africa/Algiers	35.55326	0.40827		Douar Ouled Mohammed,Ouled Mohamed		26			
2579790	Ouled Nhar	ouled-nhar	DZ	48018	0	Africa/Algiers	35.59307	0.43868		Dar Ouled Djilali,Ouled Nhar		51			
2579815	Ouled Guenoun	ouled-guenoun	DZ	29065	0	Africa/Algiers	35.53555	0.37989		Dar M'ta Ouled Rhenane,Dar M’ta Ouled Rhenane,Ouled Guenoun		26			
2579845	Ouled Rafaâ	ouled-rafaa	DZ	29012	0	Africa/Algiers	35.67684	0.87281		Mechtat el Matmar,Ouled Rafaa,Ouled Rafaâ		51			
2579873	Ouled Abed	ouled-abed	DZ	10080	0	Africa/Algiers	35.91501	0.6196		Mechtat Oulad Abed,Ouled Abed		51			
2579878	Douar el Homr	douar-el-homr	DZ	29004	0	Africa/Algiers	35.8952	0.66624		Douar el Homr,Mechtat el Homor		51			
2579892	Ouled Sidi Ali	ouled-sidi-ali	DZ	19011	0	Africa/Algiers	35.67889	0.89194				51			
2579946	Khoualed	khoualed	DZ	26022	0	Africa/Algiers	35.78246	0.78221		Khoualed,Mechta Aouah		51			
2579962	Beni Dergoun	beni-dergoun	DZ	48039	0	Africa/Algiers	35.79623	0.80351		Beni Dergoun,bldyt bny drqn,bny drqn,بلدية بني درقن,بني درقن		51			
2580063	Douar Zaouia	douar-zaouia	DZ	04021	0	Africa/Algiers	35.81926	0.69966		Douar Zaouia,Mechtat Chaharir		51			
2580216	Village Negre	village-negre	DZ	16026	0	Africa/Algiers	35.73778	0.55917				51			
2580266	Ouled Ben Ali	ouled-ben-ali	DZ	02028	0	Africa/Algiers	35.57	0.28917				26			
2580313	Douar Bouazza	douar-bouazza	DZ	27001	0	Africa/Algiers	35.97727	0.23513		Douar Bouazza,Douar Djelloul		07			
2580516	Ouled Ahmed	ouled-ahmed	DZ	01025	0	Africa/Algiers	35.84506	0.82678		Mechtat Oulad Abou,Ouled Ahmed		51			
2580524	Lahmar	lahmar	DZ	08026	0	Africa/Algiers	35.86632	0.87902		Lahmar,Mechtat el Amar		51			
2580559	Zenaïnia	zenainia	DZ	48073	0	Africa/Algiers	35.9432	0.88572		Douar Znanya,Zenainia,Zenaïnia		51			
2580574	Souk el Djemâa	souk-el-djemaa	DZ	06030	0	Africa/Algiers	35.99861	0.87778				51			
2580722	Douar Saïda	douar-saida	DZ	27001	0	Africa/Algiers	35.63611	0.59417				51			
2580742	Fraïhia	fraihia	DZ	26025	0	Africa/Algiers	35.9945	0.22767		Douar Bou Friha,Fraihia,Fraïhia		07			
2581061	Douar Kraïmia	douar-kraimia	DZ	27023	0	Africa/Algiers	35.82002	0.03844				07			
2581132	Moualdia	moualdia	DZ	27018	0	Africa/Algiers	35.85786	0.1482		Douar Moeldia,Moualdia		07			
2581185	Douar el Hachem	douar-el-hachem	DZ	09032	0	Africa/Algiers	35.97185	0.12007		Douar el Hachem,Hachem Fouaga		07			
2581186	Douar Ouled Djelloul	douar-ouled-djelloul	DZ	27047	0	Africa/Algiers	35.4172	0.50457		Douar Ouled Djelloul,Ouled Djelloul		26			
2581282	Sidi Lahbib	sidi-lahbib	DZ	15048	0	Africa/Algiers	35.40641	0.13066		Dar Sidi Ahmed Ouled Cadhi,Sidi Lahbib		26			
2581401	Ouled Saad	ouled-saad	DZ	10045	0	Africa/Algiers	35.40626	0.51098				26			
2581415	Douar Ouled Ali	douar-ouled-ali	DZ	44028	0	Africa/Algiers	35.37322	0.55043				26			
2581534	Ouled Sidi el Hadj	ouled-sidi-el-hadj	DZ	13010	0	Africa/Algiers	35.36198	0.62874		Douar Oulad Sidi el Hadj,Ouled Sidi el Hadj		26			
2581541	Ouled Aissa	ouled-aissa	DZ	01051	0	Africa/Algiers	35.34443	0.60914		Douar Oulad Aissa,Douar Oulad Aïssa,Ouled Aissa		26			
2582383	Zeriba	zeriba	DZ	10008	0	Africa/Algiers	37.075	6.47944				31			
2585426	Hammam	hammam	DZ	19015	0	Africa/Algiers	36.57944	8.32056				44			
2592675	Douar Mansour	douar-mansour	DZ	42000	0	Africa/Algiers	36.57833	2.43056				55			
2592676	Sidi Amar	sidi-amar	DZ	14001	0	Africa/Algiers	36.54139	2.30472		Sidi Amar		55			
2593161	‛Aïn Fekan	ain-fekan	DZ	29011	0	Africa/Algiers	35.23278	0.00056				26			
7415595	Nekakaâ	nekakaa	DZ	48019	0	Africa/Algiers	35.85923	0.25673				07			
2596771	Bordj Badji Mokhtar	bordj-badji-mokhtar	DZ	01010	0	Africa/Algiers	21.3292	0.94791		BMW,Bordj Badji Mokhtar,brj bajy mkhtar,برج باجي مختار,برج باجی مختار		BB			
2596773	Oûtoûl	outoul	DZ	11022	0	Africa/Algiers	22.83885	5.32782		atwl,awtwl,أتول,أطول,أوتول		53			
6930641	In Salah	in-salah	DZ	11001	32518	Africa/Algiers	27.19678	2.47913		Ain Sala,Ajn Salih,Ajn-Salakh,INZ,In Saleh,In Ṣaleḥ,an salh,insalla,insara,yin sa la he,ʿyn salh,Айн-Салах,إن صالح,عين صالح,عین صالح,インサラー,因萨拉赫,인살라		IS			
7115825	Ababsa	ababsa	DZ	13046	80	Africa/Algiers	35.70697	0.72334	215			51			
7377420	El Meliâni	el-meliani	DZ	21043	0	Africa/Algiers	36.18811	1.14343				41			
7391924	Mansourah	mansourah	DZ	13000	0	Africa/Algiers	35.843	0.23184		Mansourah		07			
7391994	Douar Ouled Mohamed	douar-ouled-mohamed	DZ	27001	0	Africa/Algiers	35.97432	0.24988				07			
7392003	Douar Ouled Ali	douar-ouled-ali	DZ	44028	0	Africa/Algiers	35.97446	0.19973				07			
7392024	Douar Sidi Abdellah	douar-sidi-abdellah	DZ	02015	0	Africa/Algiers	35.94754	0.16297				07			
7392037	Douar Khelaïfia	douar-khelaifia	DZ	29020	0	Africa/Algiers	35.93442	0.17228				07			
7392054	Douar Khechaïchia	douar-khechaichia	DZ	27000	0	Africa/Algiers	35.90019	0.15758				07			
7392141	Kedadra	kedadra	DZ	02070	0	Africa/Algiers	35.84726	0.04077				07			
7392187	El Mokrani	el-mokrani	DZ	10060	0	Africa/Algiers	35.91989	0.10007		El Mokrani		07			
7392227	El Hassiane	el-hassiane	DZ	27035	0	Africa/Algiers	35.75305	0.12092		El Hassiane		07			
7392367	Ouled Benâmar	ouled-benamar	DZ	29013	0	Africa/Algiers	35.84456	0.03268				07			
7392369	Debdab	debdab	DZ	26041	0	Africa/Algiers	35.90776	0.12253				07			
7392502	Douar Ben Salah	douar-ben-salah	DZ	09014	0	Africa/Algiers	35.26936	0.11294				26			
7392535	Douar Ouled Mohamed	douar-ouled-mohamed	DZ	27001	0	Africa/Algiers	35.2674	0.12749				26			
7392536	Sidi Ben Moussa	sidi-ben-moussa	DZ	29024	0	Africa/Algiers	35.27375	0.12758				26			
7392538	Douar Ouled Mohamed	douar-ouled-mohamed	DZ	27001	0	Africa/Algiers	35.25469	0.1264				26			
7392541	Benatia	benatia	DZ	41009	0	Africa/Algiers	35.26009	0.18031				26			
7392611	Douar Zaouia	douar-zaouia	DZ	04021	0	Africa/Algiers	35.34067	0.24499				26			
7392713	Ouled Hamou	ouled-hamou	DZ	13020	0	Africa/Algiers	35.4186	0.03474				26			
7392794	Douar Sidi Abdellah	douar-sidi-abdellah	DZ	02015	0	Africa/Algiers	35.437	0.1767				26			
7392813	Ouled Cheikh	ouled-cheikh	DZ	02037	0	Africa/Algiers	35.40773	0.22335				26			
7392814	Douar Zaouia	douar-zaouia	DZ	04021	0	Africa/Algiers	35.39337	0.20706				26			
7392827	Ouled el Hadj	ouled-el-hadj	DZ	01001	0	Africa/Algiers	35.41257	0.23771				26			
7392864	Ouled Hadj Ahmed	ouled-hadj-ahmed	DZ	29020	0	Africa/Algiers	35.48872	0.20171				26			
7393244	Ain Rahma	ain-rahma	DZ	48033	0	Africa/Algiers	35.62465	0.3929		Ain Rahma		51			
7393253	El Amara	el-amara	DZ	16113	0	Africa/Algiers	35.60589	0.38216				51			
7393382	Toualbia	toualbia	DZ	12055	0	Africa/Algiers	35.65777	0.37663				51			
7407059	Sidi Moussa	sidi-moussa	DZ	02032	0	Africa/Algiers	35.64217	0.39191				51			
7407061	Kouamlia	kouamlia	DZ	29023	0	Africa/Algiers	35.64201	0.4089				51			
7407076	Gherboussa	gherboussa	DZ	48018	0	Africa/Algiers	35.6781	0.3933				51			
7407154	Douar el Merdja	douar-el-merdja	DZ	29027	0	Africa/Algiers	35.74579	0.4196				51			
7407425	Douar Sidi Kada	douar-sidi-kada	DZ	29030	0	Africa/Algiers	35.29771	0.34631				26			
7409235	Douar Sidi Abdellah	douar-sidi-abdellah	DZ	02015	0	Africa/Algiers	35.31043	0.48114				26			
7409700	Douar Graïnia	douar-grainia	DZ	27007	0	Africa/Algiers	35.3282	0.33526				26			
7409706	Douar Sidi Mohamed	douar-sidi-mohamed	DZ	02018	0	Africa/Algiers	35.33899	0.25349				26			
7409729	Douar Naïmia	douar-naimia	DZ	27002	0	Africa/Algiers	35.38619	0.28526				26			
7409732	Douar Naïmia	douar-naimia	DZ	27002	0	Africa/Algiers	35.40843	0.26731				26			
7409742	Douar Ouled Mokhtar	douar-ouled-mokhtar	DZ	27003	0	Africa/Algiers	35.43981	0.27451				26			
7409761	Ouled Sidi Aïssa	ouled-sidi-aissa	DZ	41038	0	Africa/Algiers	35.40107	0.33041				26			
7410532	Ouled Kaddour	ouled-kaddour	DZ	10058	0	Africa/Algiers	35.38945	0.43585				26			
7410539	Douar Sidi Slimane	douar-sidi-slimane	DZ	29004	0	Africa/Algiers	35.389	0.46665				26			
7410611	Rehaïlia	rehailia	DZ	29039	0	Africa/Algiers	35.45188	0.4253				26			
7410666	Douar Ouled Amara	douar-ouled-amara	DZ	27007	0	Africa/Algiers	35.49444	0.30799				26			
7411289	Douar Ouled Ali	douar-ouled-ali	DZ	44028	0	Africa/Algiers	35.77976	0.34423				51			
7415253	Ouled Hammou	ouled-hammou	DZ	13024	0	Africa/Algiers	35.78301	0.39144				51			
7415448	Safsaf	safsaf	DZ	12008	0	Africa/Algiers	35.84512	0.37908		Safsaf,alsfsaf,الصفصاف		07			
7415607	Douar Djebabra	douar-djebabra	DZ	29004	0	Africa/Algiers	35.90797	0.26481				07			
7415624	Douar Guenainia	douar-guenainia	DZ	27020	0	Africa/Algiers	35.90607	0.36857				07			
7415625	Douar Ouled Bouziane	douar-ouled-bouziane	DZ	29030	0	Africa/Algiers	35.92127	0.34755				07			
7415655	Ouled Sidi Brahim	ouled-sidi-brahim	DZ	28032	0	Africa/Algiers	35.96308	0.46754				51			
7416236	Douar Ouled Slimane	douar-ouled-slimane	DZ	44043	0	Africa/Algiers	35.51441	0.79965				51			
7416489	Aouaouda	aouaouda	DZ	10037	0	Africa/Algiers	35.52779	0.95061				13			
7416492	Koualil	koualil	DZ	26050	0	Africa/Algiers	35.532	0.9599				13			
7417135	Brahmia	brahmia	DZ	29002	0	Africa/Algiers	35.6101	0.98497				51			
7417140	Kedadra	kedadra	DZ	02070	0	Africa/Algiers	35.61557	0.94592				51			
7417235	Ouled Yahia	ouled-yahia	DZ	02036	0	Africa/Algiers	35.58684	0.90368				51			
7417368	Sidi Lazreg	sidi-lazreg	DZ	48065	0	Africa/Algiers	35.64625	0.77796		Sidi Lazreg		51			
7417413	Ouled Saâd	ouled-saad	DZ	10045	0	Africa/Algiers	35.67208	0.86775				51			
7417530	Ouled Sidi Ahmed	ouled-sidi-ahmed	DZ	29030	0	Africa/Algiers	35.65364	0.98021				51			
7417572	Ouled Sidi Tahar	ouled-sidi-tahar	DZ	48019	0	Africa/Algiers	35.73807	0.98199				51			
7417604	Douar Ouled Amar	douar-ouled-amar	DZ	27023	0	Africa/Algiers	35.70765	0.93253				51			
7417626	Douar Ouled Boussaïd	douar-ouled-boussaid	DZ	27002	0	Africa/Algiers	35.69696	0.89302				51			
7417701	Kehaïlia	kehailia	DZ	31077	0	Africa/Algiers	35.77154	0.80766				51			
7417843	Kedadra	kedadra	DZ	02070	0	Africa/Algiers	35.76774	0.83573				51			
7417866	Ouled Ben Ali	ouled-ben-ali	DZ	02028	0	Africa/Algiers	35.78723	0.86366				51			
7417888	Sidi Mohamed	sidi-mohamed	DZ	26040	0	Africa/Algiers	35.80047	0.89846				51			
7417890	Ouled Maamar	ouled-maamar	DZ	14005	0	Africa/Algiers	35.80438	0.90517				51			
7417891	El Abadia	el-abadia	DZ	44006	0	Africa/Algiers	35.80778	0.92364				51			
7417905	Ouled Sidi el Hadj	ouled-sidi-el-hadj	DZ	13010	0	Africa/Algiers	35.78515	0.93287				51			
7417941	Ouled Adda	ouled-adda	DZ	29017	0	Africa/Algiers	35.75168	0.97689				51			
7418099	Ouled Khelifa	ouled-khelifa	DZ	26037	0	Africa/Algiers	35.82096	0.92013				51			
7418103	Ouled Sabeur	ouled-sabeur	DZ	35004	0	Africa/Algiers	35.85184	0.90445				51			
7418291	Slatna	slatna	DZ	31024	0	Africa/Algiers	35.9829	0.97072				51			
7418315	Slim	slim	DZ	02011	0	Africa/Algiers	35.88787	0.96211				51			
7419925	Sidi Younes	sidi-younes	DZ	06010	0	Africa/Algiers	35.75746	0.57705				51			
7421988	Douar el Hammar	douar-el-hammar	DZ	29027	0	Africa/Algiers	35.90296	0.51378				51			
7421992	Selatnïa	selatnia	DZ	48029	0	Africa/Algiers	35.92236	0.50278				51			
7422084	Ouled Rahou	ouled-rahou	DZ	13003	0	Africa/Algiers	35.99059	0.52281				07			
7425845	Ouled Ahmed	ouled-ahmed	DZ	01025	0	Africa/Algiers	36.00541	1.13016				41			
7425849	Athmania	athmania	DZ	13003	0	Africa/Algiers	36.0194	1.16012				41			
7425863	Ouled Khelifa	ouled-khelifa	DZ	26037	0	Africa/Algiers	36.00211	1.16087				41			
7425867	Ouled Ali	ouled-ali	DZ	01000	0	Africa/Algiers	36.04258	1.20552				41			
7428892	Sidi Baizid	sidi-baizid	DZ	17064	0	Africa/Algiers	35.74818	2.38144		Sidi Baizid		06			
7429635	Sobha	sobha	DZ	02033	0	Africa/Algiers	36.10998	1.10845		Sobha		41			
7429972	Douar Ouled Djelloul	douar-ouled-djelloul	DZ	27047	0	Africa/Algiers	36.22936	2.06588				35			
7430020	Djelida	djelida	DZ	44009	0	Africa/Algiers	36.20556	2.0792		Djelida		35			
7430034	Kouadria	kouadria	DZ	28002	0	Africa/Algiers	36.17369	2.08563				35			
7430113	El Ababsa	el-ababsa	DZ	39035	0	Africa/Algiers	36.15191	2.05106				35			
7430114	Sidi Abbes	sidi-abbes	DZ	19010	0	Africa/Algiers	36.15733	2.057				35			
7430152	Zouatnia	zouatnia	DZ	44047	0	Africa/Algiers	36.11882	2.06946				35			
7430165	Bouazria	bouazria	DZ	38019	0	Africa/Algiers	36.07498	2.07299				35			
7430353	Ouled Kada	ouled-kada	DZ	29030	0	Africa/Algiers	36.13318	2.08605				35			
7430382	Zeboudja	zeboudja	DZ	02014	0	Africa/Algiers	36.09745	2.04893				35			
7430481	Douar Cheraga	douar-cheraga	DZ	27022	0	Africa/Algiers	36.16676	2.1446				35			
7430588	Zouatnia	zouatnia	DZ	44047	0	Africa/Algiers	36.05881	2.00836				35			
7430594	Touahria	touahria	DZ	26014	0	Africa/Algiers	36.05175	2.00246				35			
7430787	Taghzout	taghzout	DZ	10089	0	Africa/Algiers	36.05239	2.07853				35			
7430855	Oued Touil	oued-touil	DZ	03043	0	Africa/Algiers	36.04954	2.08687				35			
7430856	Ouled Ali	ouled-ali	DZ	01000	0	Africa/Algiers	36.11984	2.14345				35			
7430870	Souk el Attaf	souk-el-attaf	DZ	44029	0	Africa/Algiers	36.00457	2.23434				35			
7431026	Daouadji	daouadji	DZ	44021	0	Africa/Algiers	36.15635	2.16525				35			
7432035	Hellil	hellil	DZ	15126	0	Africa/Algiers	36.22897	2.33877				35			
7432055	Douar Ouled Amrane	douar-ouled-amrane	DZ	13033	0	Africa/Algiers	36.18575	2.29742				35			
7432912	Douar Soualah	douar-soualah	DZ	44005	0	Africa/Algiers	36.21555	2.4838				35			
7432924	El Fedj	el-fedj	DZ	40043	0	Africa/Algiers	36.20578	2.4837				35			
7434258	Ouled Khaled	ouled-khaled	DZ	04011	0	Africa/Algiers	36.13541	2.31984				35			
7434264	El Gaadi	el-gaadi	DZ	44018	0	Africa/Algiers	36.14547	2.41249				35			
7435814	Douar Ouled Ali	douar-ouled-ali	DZ	44028	0	Africa/Algiers	36.06821	2.48027				35			
7435819	Douar Ouled Khelifa	douar-ouled-khelifa	DZ	27007	0	Africa/Algiers	36.02895	2.47492				06			
7436646	Douar Ouled Mahdi	douar-ouled-mahdi	DZ	34051	0	Africa/Algiers	36.02029	2.40773				35			
7436649	Matmata	matmata	DZ	44049	0	Africa/Algiers	36.06725	2.29958				35			
7437849	Ouled Saoula	ouled-saoula	DZ	26054	0	Africa/Algiers	35.61172	2.36948				06			
7438056	Bouaiche	bouaiche	DZ	22042	0	Africa/Algiers	35.55267	2.35868		Bouaiche		06			
7438068	Douar Ouled Moussa	douar-ouled-moussa	DZ	27007	0	Africa/Algiers	35.57069	2.45584				06			
7438109	Ouled Slimane	ouled-slimane	DZ	02035	0	Africa/Algiers	35.65503	2.27134				06			
7440587	El Aouana	el-aouana	DZ	18005	0	Africa/Algiers	36.09302	2.41497				35			
7441063	Ouled Zine	ouled-zine	DZ	26034	0	Africa/Algiers	36.2303	2.52269				06			
7441498	Douar Ouled Arbia	douar-ouled-arbia	DZ	02018	0	Africa/Algiers	35.06021	2.60192				13			
7441590	Guernini	guernini	DZ	17054	0	Africa/Algiers	35.19894	2.68151		Guernini,alqrnyny,qrnyny,vrnyny,القرنيني,قرنيني,ڤرنيني		22			
7441594	Ouled Moussa	ouled-moussa	DZ	05023	0	Africa/Algiers	36.24724	2.54729				06			
7441641	Ouled Messaoud	ouled-messaoud	DZ	15130	0	Africa/Algiers	36.24204	2.67141				06			
7441671	Batti	batti	DZ	26000	0	Africa/Algiers	36.24803	2.7421				06			
7441766	Hannacha	hannacha	DZ	26027	0	Africa/Algiers	36.19136	2.56887		Hannacha		06			
7442388	Douar Ghrib	douar-ghrib	DZ	44024	0	Africa/Algiers	36.17529	2.59111		Douar Ghrib,dwar ghryb,دوار غريب		06			
7442401	El Ababda	el-ababda	DZ	26055	0	Africa/Algiers	36.18638	2.67629				06			
7442416	Sanhadja	sanhadja	DZ	36011	0	Africa/Algiers	36.15072	2.6677				06			
7442433	El Ouata	el-ouata	DZ	08020	0	Africa/Algiers	36.15944	2.66096				06			
7442562	Ouled Ben Yamina	ouled-ben-yamina	DZ	10069	0	Africa/Algiers	36.16854	2.53852				35			
7442563	Ouled Ben Yamina	ouled-ben-yamina	DZ	10069	0	Africa/Algiers	36.16315	2.54327				35			
7442758	Ouled Bouachra	ouled-bouachra	DZ	26064	0	Africa/Algiers	36.10173	2.71205		Ouled Bouachra		06			
7447015	Ouled Abdellah	ouled-abdellah	DZ	02002	0	Africa/Algiers	35.4829	2.23088				22			
7447016	Hassi Fedoul	hassi-fedoul	DZ	17056	0	Africa/Algiers	35.43778	2.21177		Hassi Fedoul		22			
7451288	Ouled Menaa	ouled-menaa	DZ	05016	0	Africa/Algiers	36.08185	2.82174				06			
7451309	El Hammam	el-hammam	DZ	02024	0	Africa/Algiers	36.06043	2.77332				06			
7451321	Ouled Amrane	ouled-amrane	DZ	10039	0	Africa/Algiers	36.04077	2.77527				06			
7452068	Bentrad	bentrad	DZ	25028	0	Africa/Algiers	36.1367	2.8474				06			
7452071	Ouled Ben Ziane	ouled-ben-ziane	DZ	13050	0	Africa/Algiers	36.1206	2.89763				06			
7452073	Douar Chorfa	douar-chorfa	DZ	44006	0	Africa/Algiers	36.13471	2.88691				06			
7452313	Douar Ouled Ali	douar-ouled-ali	DZ	44028	0	Africa/Algiers	36.17146	2.95886				06			
7467140	Ouled Bouali	ouled-bouali	DZ	02077	0	Africa/Algiers	36.31836	1.03166				41			
7467190	Douar Zemala	douar-zemala	DZ	44026	0	Africa/Algiers	36.27845	1.10685				41			
7467254	Sidi Ziane	sidi-ziane	DZ	02043	0	Africa/Algiers	36.31371	1.14896				41			
7467282	Chorfa	chorfa	DZ	10019	0	Africa/Algiers	36.27203	1.23948				41			
7467287	Boussalah	boussalah	DZ	05060	0	Africa/Algiers	36.32499	1.2152				41			
7467352	Ouled Sidi Ali	ouled-sidi-ali	DZ	19011	0	Africa/Algiers	36.32955	1.06339				41			
7467358	Ouled Kaddour	ouled-kaddour	DZ	10058	0	Africa/Algiers	36.34566	1.03377				41			
7467362	Ouled Yahia	ouled-yahia	DZ	02036	0	Africa/Algiers	36.34044	1.01338				41			
7467366	Moussadek	moussadek	DZ	02060	0	Africa/Algiers	36.35383	1.00915		Moussadek		41			
7467520	Chaouia	chaouia	DZ	02065	0	Africa/Algiers	36.43557	1.0964				41			
7467555	Rouabaa	rouabaa	DZ	10049	0	Africa/Algiers	36.43848	1.17235				41			
7467560	Ouled Ahmed	ouled-ahmed	DZ	01025	0	Africa/Algiers	36.41392	1.17069				41			
7467585	El Kalaa	el-kalaa	DZ	15114	0	Africa/Algiers	36.4235	1.19843				41			
7467818	Taghzout	taghzout	DZ	10089	0	Africa/Algiers	36.46656	1.0186				41			
7468743	Zoubia	zoubia	DZ	08010	0	Africa/Algiers	35.02073	0.58333				10			
7468815	Ouled Djelloul	ouled-djelloul	DZ	13060	0	Africa/Algiers	35.08688	0.68024				13			
7468859	Ouled Ali	ouled-ali	DZ	01000	0	Africa/Algiers	35.09197	0.63282				10			
7469610	El Argoub	el-argoub	DZ	30017	0	Africa/Algiers	35.1822	0.74381				13			
7469784	El Malah	el-malah	DZ	25040	0	Africa/Algiers	35.20673	0.56756				26			
7469798	Boukhalfa	boukhalfa	DZ	06091	0	Africa/Algiers	35.23891	0.52744				26			
7489691	Douar Hadj Larbi	douar-hadj-larbi	DZ	29057	0	Africa/Algiers	35.25593	0.55708				26			
7489704	Ouled Bellil	ouled-bellil	DZ	10000	0	Africa/Algiers	35.27163	0.65286				13			
7489784	Ain Mansour	ain-mansour	DZ	03001	0	Africa/Algiers	35.39338	0.57842				26			
7489815	Douar Ouled Abdellah	douar-ouled-abdellah	DZ	27007	0	Africa/Algiers	35.43026	0.65108				26			
7489848	Ouled Djebbour	ouled-djebbour	DZ	29016	0	Africa/Algiers	35.45415	0.72379				26			
7489863	Hassi Oudjerna	hassi-oudjerna	DZ	29051	0	Africa/Algiers	35.44646	0.60612				26			
7490582	Ouled Amara	ouled-amara	DZ	10051	0	Africa/Algiers	35.43345	0.82355				26			
7490588	Sidi Abbes	sidi-abbes	DZ	19010	0	Africa/Algiers	35.39016	0.90264				13			
7490623	Douar Ouled Ali	douar-ouled-ali	DZ	44028	0	Africa/Algiers	35.40859	0.91845				13			
7490957	Ouled el Hadj	ouled-el-hadj	DZ	01001	0	Africa/Algiers	35.48917	0.7641				51			
7490965	Aïn Bouras	ain-bouras	DZ	29032	0	Africa/Algiers	35.44133	0.77582				26			
7491445	El Guettar	el-guettar	DZ	07085	0	Africa/Algiers	35.09621	1.1697				13			
7491481	Sidi Amar	sidi-amar	DZ	14001	0	Africa/Algiers	35.06982	1.10213				13			
7491674	Fritissa	fritissa	DZ	14051	0	Africa/Algiers	35.15121	1.16423				13			
7491710	El Kherba	el-kherba	DZ	10039	0	Africa/Algiers	35.20524	1.17216				13			
7494159	Touahria	touahria	DZ	26014	0	Africa/Algiers	36.12081	1.88228				35			
7494443	Ouled Mouna	ouled-mouna	DZ	13044	0	Africa/Algiers	36.08717	1.81795				35			
7494947	Ouled Saada	ouled-saada	DZ	06004	0	Africa/Algiers	36.17354	1.7848				35			
7494951	El Akaïlia	el-akailia	DZ	44045	0	Africa/Algiers	36.19386	1.78046				35			
7494966	Foughal	foughal	DZ	42007	0	Africa/Algiers	36.15489	1.83699				35			
7495001	Es Sebt	es-sebt	DZ	21018	0	Africa/Algiers	36.16951	1.93023				35			
7495002	Ouled Moussa	ouled-moussa	DZ	05023	0	Africa/Algiers	36.16797	1.92377				35			
7495003	Touahria	touahria	DZ	26014	0	Africa/Algiers	36.16596	1.91413				35			
7495365	Mekhatria	mekhatria	DZ	14038	0	Africa/Algiers	36.18318	1.91556		Mekhatria		35			
7495947	Kouadria	kouadria	DZ	28002	0	Africa/Algiers	36.20003	1.93641				35			
7496025	Zehairia	zehairia	DZ	48015	0	Africa/Algiers	36.20513	1.91903				35			
7496989	Selamnia	selamnia	DZ	44044	0	Africa/Algiers	36.20783	1.87391				35			
7497376	Douar Saïdia	douar-saidia	DZ	44055	0	Africa/Algiers	36.2244	1.80233				35			
7511140	Sidi Saïd	sidi-said	DZ	06038	0	Africa/Algiers	36.31756	1.86096				35			
7511211	Mekhatria	mekhatria	DZ	14038	0	Africa/Algiers	36.30145	1.96003				35			
7525326	Djouahra	djouahra	DZ	10010	0	Africa/Algiers	36.08803	1.67679				35			
7525368	Ouled Ben Yamina	ouled-ben-yamina	DZ	10069	0	Africa/Algiers	36.08587	1.59952				41			
7525573	El Kerma	el-kerma	DZ	31026	0	Africa/Algiers	36.15557	1.59858				35			
7525576	Tiberkanine	tiberkanine	DZ	44030	0	Africa/Algiers	36.1743	1.62761		Tiberkanine		35			
7540390	Ouled Abdelli	ouled-abdelli	DZ	02035	0	Africa/Algiers	36.3335	1.50707				41			
7540709	Ouled Ammar	ouled-ammar	DZ	05121	0	Africa/Algiers	36.47876	1.64817		Ouled Ammar		41			
7671206	Ouled Abdallah	ouled-abdallah	DZ	05027	0	Africa/Algiers	36.2871	1.04867				41			
7671216	Zeddine	zeddine	DZ	44031	0	Africa/Algiers	36.16225	1.84244		Zeddine		35			
7838650	Djebilet Rosfa	djebilet-rosfa	DZ	14061	4930	Africa/Algiers	34.86375	0.83496				13			
8280571	Kechachda	kechachda	DZ	02047	0	Africa/Algiers	36.24443	3.27463				06			
8280572	Merabtine	merabtine	DZ	05046	0	Africa/Algiers	36.24509	3.28904				06			
8280577	Doukane	doukane	DZ	35031	0	Africa/Algiers	36.23305	3.29352				06			
8280587	Kerroucha	kerroucha	DZ	26001	0	Africa/Algiers	36.22206	3.25152				06			
8280610	Souahlia	souahlia	DZ	13020	0	Africa/Algiers	36.20531	3.28386				06			
8280638	Temda	temda	DZ	14070	0	Africa/Algiers	36.14764	3.30603				06			
8280656	Drablia	drablia	DZ	10016	0	Africa/Algiers	36.12953	3.3298				06			
8280691	Sidi Zahar	sidi-zahar	DZ	26072	0	Africa/Algiers	36.0675	3.33165		Sidi Zahar		06			
8280715	Ouled Salem	ouled-salem	DZ	02033	0	Africa/Algiers	36.08493	3.28072				06			
8280767	Ouled Soltane	ouled-soltane	DZ	48041	0	Africa/Algiers	36.01966	3.2713				06			
8280768	Ouled Saïdane	ouled-saidane	DZ	14038	0	Africa/Algiers	36.01337	3.32936				06			
8280769	Ouled Slama	ouled-slama	DZ	28000	0	Africa/Algiers	36.0152	3.34302				06			
8280780	Ouled Noubi	ouled-noubi	DZ	26074	0	Africa/Algiers	36.02603	3.3817				06			
8281248	Ouled Bouziane	ouled-bouziane	DZ	13024	0	Africa/Algiers	36.01222	3.39978				06			
8281309	El Ababsa	el-ababsa	DZ	39035	0	Africa/Algiers	36.10774	3.32364				06			
8281330	Bouhadjar	bouhadjar	DZ	36005	0	Africa/Algiers	36.12857	3.37468				06			
8281423	Ouled Yahia	ouled-yahia	DZ	02036	0	Africa/Algiers	36.22139	3.35694				06			
8281460	Ouled M’barek	ouled-m-barek	DZ	06015	0	Africa/Algiers	36.17403	3.4656				06			
8281860	Ouled Said	ouled-said	DZ	01039	0	Africa/Algiers	36.09726	3.44514				06			
8281864	Touahria	touahria	DZ	26014	0	Africa/Algiers	36.09903	3.47248				06			
8281865	Ouled Ali	ouled-ali	DZ	01000	0	Africa/Algiers	36.0878	3.47623				21			
8281869	Ouled Saâda	ouled-saada	DZ	06004	0	Africa/Algiers	36.07232	3.42106				06			
8281877	Ridane	ridane	DZ	10083	0	Africa/Algiers	36.07382	3.46166		Ridane		21			
8281891	Laâraf	laaraf	DZ	26067	0	Africa/Algiers	36.04448	3.47601				21			
8300765	Sidi Mimoun	sidi-mimoun	DZ	20029	0	Africa/Algiers	35.04749	0.38415				10			
8302469	Oued Djemaa	oued-djemaa	DZ	44052	0	Africa/Algiers	36.11418	2.30438		Oued Djemaa,wady aljmʿt,وادي الجمعة		35			
8540344	Ouled Saïd	ouled-said	DZ	01039	0	Africa/Algiers	36.1729	3.37205				06			
8692933	In Guezzam	in-guezzam	DZ	11005	0	Africa/Algiers	19.56861	5.77222		INF,an qzam,ayn qzam,ʿyn qzam,إن قزام,إين قزام,عين قزام		IG			
9858858	Ait Yahia	ait-yahia	DZ	06029	0	Africa/Algiers	36.58907	4.33505				14			
10858639	Maraghna	maraghna	DZ	15038	0	Africa/Algiers	36.56146	4.43255				14			
10858980	Aït Ikhlef	ait-ikhlef	DZ	15009	0	Africa/Algiers	36.61172	4.49088				14			
11048991	El Oued	el-oued	DZ	02012	0	Africa/Algiers	28.54167	0.16767				TM			
11203972	Bir Tandja	bir-tandja	DZ	04034	0	Africa/Algiers	36.11647	6.82007				29			
11204062	Bazoul	bazoul	DZ	18022	0	Africa/Algiers	36.813	5.911				24			
11204087	Amagroud	amagroud	DZ	06081	0	Africa/Algiers	36.72877	4.95889				18			
11204426	Ait Ali Ouyahia	ait-ali-ouyahia	DZ	15013	0	Africa/Algiers	36.53977	4.38191				14			
11204675	Guelaftia	guelaftia	DZ	02075	0	Africa/Algiers	36.1809	1.4192				41			
11205098	Aghbalou	aghbalou	DZ	10007	0	Africa/Algiers	36.4212	4.3547				21			
11205659	Mih Ouensa	mih-ouensa	DZ	39030	0	Africa/Algiers	33.19784	6.70941				43			
11237635	Alma	alma	DZ	15002	0	Africa/Algiers	36.63629	4.04147				14			
11238190	Djasr Kasentina	djasr-kasentina	DZ	16048	0	Africa/Algiers	36.69692	3.0954				01			
11257290	Tafraout	tafraout	DZ	08026	0	Africa/Algiers	35.97152	3.35195				06			
11258226	Ouled Si Yahia	ouled-si-yahia	DZ	19002	0	Africa/Algiers	35.92524	5.1354				12			
11496112	Hydra	hydra	DZ	16016	0	Africa/Algiers	36.74057	3.02497				01			
11874628	Mertoûtek	mertoutek	DZ	11010	0	Africa/Algiers	24.22743	5.54121		mrttk,مرتتك		53			
11983728	El Mouradia	el-mouradia	DZ	16035	0	Africa/Algiers	36.75023	3.04784				01			
11993226	Taourirt Moussa	taourirt-moussa	DZ	15045	0	Africa/Algiers	36.61799	4.11953				14			
11993227	Boumessaoud	boumessaoud	DZ	15024	0	Africa/Algiers	36.55909	4.40098				14			
12070379	Khettouti Sed El Djir	khettouti-sed-el-djir	DZ	28056	0	Africa/Algiers	35.63	4.18	463			27			
12095335	Tizi Mellal	tizi-mellal	DZ	15023	0	Africa/Algiers	36.50585	4.16275	1100			14			
12166735	Mansoura	mansoura	DZ	34008	0	Africa/Algiers	31.95528	3.58791	428	El Mansoura		EM			
\.


--
-- Data for Name: postal; Type: TABLE DATA; Schema: dz; Owner: g5
--

COPY dz.postal (postal_code, place_name, place_slug, admin_code1, admin_code2, admin_code3, latitude, longitude, accuracy) FROM stdin;
01000	Gasbet El Kaid	gasbet-el-kaid	01			28.07	0.1158	1
01000	Akhnatir	akhnatir	01			28.07	0.1158	1
01000	Meraguen	meraguen	01			28.07	0.1158	1
01000	Ouled Oungal	ouled-oungal	01			28.07	0.1158	1
01000	Adrar Rp	adrar-rp	01			28.07	0.1158	1
01000	Tililane	tililane	01			28.07	0.1158	1
01000	Adrar Cite Zerrari Med	adrar-cite-zerrari-med	01			28.07	0.1158	1
01000	Ouled Ali	ouled-ali	01			28.07	0.1158	1
01001	Ouled El Hadj	ouled-el-hadj	01			29.2687	0.2604	3
01001	Badriane	badriane	01			29.3382	0.3404	4
01001	Lichta	lichta	01			29.2267	0.1994	4
01001	Tlalet	tlalet	01			29.3482	0.3328	4
01001	M'Sahel	m-sahel	01			29.2687	0.2604	3
01001	Ouled Brahim	ouled-brahim	01			29.2687	0.2604	3
01001	Taoursit	taoursit	01			29.1667	0.1983	4
01001	Timimoun	timimoun	01			29.2639	0.231	4
01001	El Kaf	el-kaf	01			29.2687	0.2604	3
01001	El Gasba	el-gasba	01			29.2687	0.2604	3
01001	Beni Mahlal	beni-mahlal	01			29.2687	0.2604	3
01001	Azzekour	azzekour	01			29.2687	0.2604	3
01001	Timimoun Hay Belbey	timimoun-hay-belbey	01			29.2687	0.2604	3
01001	Tazegghat	tazegghat	01			29.2687	0.2604	3
01001	Tahatait	tahatait	01			29.2687	0.2604	3
01001	Ouledtahar	ouledtahar	01			29.2687	0.2604	3
01001	Macine	macine	01			29.2687	0.2604	3
01001	Tmana	tmana	01			29.2687	0.2604	3
01001	Louajda	louajda	01			29.2687	0.2604	3
01001	Ikouba	ikouba	01			29.2687	0.2604	3
01001	Guentour	guentour	01			29.2687	0.2604	3
01001	Ghiat	ghiat	01			29.2687	0.2604	3
01001	Elmanjour	elmanjour	01			29.2687	0.2604	3
01001	Zaouiet Sidi El Hadj Belkacem	zaouiet-sidi-el-hadj-belkacem	01			29.2687	0.2604	3
01002	Adrar Sidi Med Belekbir	adrar-sidi-med-belekbir	01			28.07	0.1158	1
01003	Djedid	djedid	01			27.4598	-0.2726	4
01003	Aoulef	aoulef	01			26.95	1.0833	4
01003	Gasbet Bellal	gasbet-bellal	01			27.2049	0.4054	3
01003	Takaref	takaref	01			27.2049	0.4054	3
01003	Gasbet Maikhaf	gasbet-maikhaf	01			27.2049	0.4054	3
01003	Omanate	omanate	01			27.2049	0.4054	3
01003	Zaouiet Haimoun	zaouiet-haimoun	01			27.2049	0.4054	3
01003	Rokina	rokina	01			27.2049	0.4054	3
01004	Reggane	reggane	01			26.7158	0.1714	4
01004	Tinoulef Djedida	tinoulef-djedida	01			26.7099	0.1943	3
01004	Taourirt	taourirt	01			26.7041	0.2172	4
01004	Taarabt	taarabt	01			26.7099	0.1943	3
01004	Izrafine	izrafine	01			26.7099	0.1943	3
01004	Zaouiet Reggani	zaouiet-reggani	01			26.7099	0.1943	3
01005	Adrar 1er Nov 54	adrar-1er-nov-54	01			28.07	0.1158	1
01006	Adrar Cite Administrative	adrar-cite-administrative	01			28.07	0.1158	1
01007	Zaouiet Kounta	zaouiet-kounta	01			27.2227	-0.1978	4
01007	Zaglou	zaglou	01			27.2686	-0.2101	4
01007	M'Nassir	m-nassir	01			27.1877	-0.1746	3
01007	El Khalfi	el-khalfi	01			27.0718	-0.1158	4
01007	Bouhamed	bouhamed	01			27.1877	-0.1746	3
01007	Adreur	adreur	01			27.1877	-0.1746	3
01007	Admeur	admeur	01			27.1877	-0.1746	3
01007	Takhfift	takhfift	01			27.1877	-0.1746	3
01007	Tiouririne	tiouririne	01			27.1877	-0.1746	3
01007	Ouled El Hadj Bordja	ouled-el-hadj-bordja	01			27.1877	-0.1746	3
01008	Fenoughil	fenoughil	01			27.6667	-0.3	4
01008	El Mansour	el-mansour	01			28.7623	0.033	4
01008	Zaouiet Sidi Abdelkader	zaouiet-sidi-abdelkader	01			28.2145	-0.1335	3
01008	Gasibet Lahrar	gasibet-lahrar	01			28.2145	-0.1335	3
01008	Sidi Youcef	sidi-youcef	01			28.2145	-0.1335	3
01008	Ouled Moulay Omar	ouled-moulay-omar	01			28.2145	-0.1335	3
01008	Ouled Moulay Lahcen	ouled-moulay-lahcen	01			28.2145	-0.1335	3
01008	M'Kara	m-kara	01			28.2145	-0.1335	3
01008	Baamar	baamar	01			28.2145	-0.1335	3
01008	Barchid	barchid	01			28.2145	-0.1335	3
01009	Sidi Cherif	sidi-cherif	01			29.2959	0.2655	4
01009	Sali	sali	01			26.9655	-0.0404	4
01009	El Mansour	el-mansour	01			28.7623	0.033	4
01009	El Meharza	el-meharza	01			28.3412	0.086	3
01009	Moulay El Arbi	moulay-el-arbi	01			28.3412	0.086	3
01010	Bordj Badji Mokhtar	bordj-badji-mokhtar	01			28.7358	0.2367	1
01011	El Habla	el-habla	01			28.3319	-0.2243	4
01011	Bentalha	bentalha	01			28.3319	-0.2243	3
01011	T'Sabit	t-sabit	01			28.3319	-0.2243	3
01011	Ghabet Moulay Ali	ghabet-moulay-ali	01			28.3319	-0.2243	3
01012	Ksar El Hadj	ksar-el-hadj	01			28.696	0.3404	4
01012	Zaouiet Sidi Abdellah	zaouiet-sidi-abdellah	01			28.7015	0.3377	3
01012	Aboud	aboud	01			28.7141	0.3337	4
01012	Bouguema	bouguema	01			28.7015	0.3377	3
01012	Tiberghamine	tiberghamine	01			28.708	0.3351	4
01012	Aougrout	aougrout	01			28.7029	0.3352	4
01012	Zaouiet Sidi Omar	zaouiet-sidi-omar	01			28.7015	0.3377	3
01012	Tinekline	tinekline	01			28.6864	0.3439	4
01012	Benaid	benaid	01			28.7015	0.3377	3
01012	Charef	charef	01			28.7015	0.3377	3
01013	Tabelkoza	tabelkoza	01			29.7899	0.7538	4
01013	Fatis	fatis	01			29.7335	0.6585	4
01013	Tazliza	tazliza	01			29.7617	0.7062	3
01013	Ouadhaghe	ouadhaghe	01			29.7617	0.7062	3
01013	Tinerkouk	tinerkouk	01			29.7617	0.7062	3
01013	Zaouiet Debbagh	zaouiet-debbagh	01			29.7617	0.7062	3
01013	Inhammou	inhammou	01			29.7617	0.7062	3
01013	Thantas	thantas	01			29.7617	0.7062	3
01014	Taguelzi	taguelzi	01			29.0124	-0.2255	4
01014	Charouine	charouine	01			29.015	-0.2644	4
01014	Tebbou	tebbou	01			28.2438	-0.0909	3
01014	Taourirt	taourirt	01			26.7041	0.2172	4
01014	Beni Islem	beni-islem	01			28.2438	-0.0909	3
01014	Asfaou	asfaou	01			28.2438	-0.0909	3
01014	Tinekram	tinekram	01			28.2438	-0.0909	3
01015	Hammad	hammad	01			28.7358	0.2367	1
01015	Ammor	ammor	01			28.7358	0.2367	1
01015	Kaberten	kaberten	01			28.7358	0.2367	1
01015	Arriane Erras	arriane-erras	01			28.7358	0.2367	1
01015	Laayad	laayad	01			28.7358	0.2367	1
01015	Brinkane	brinkane	01			28.7358	0.2367	1
01016	Adgha	adgha	01			28.7358	0.2367	1
01016	Ouguedim	ouguedim	01			28.7358	0.2367	1
01016	Barbaa	barbaa	01			28.7358	0.2367	1
01017	Berich	berich	01			28.7358	0.2367	1
01017	Zaouiet Lahchef	zaouiet-lahchef	01			28.7358	0.2367	1
01017	El Mestour	el-mestour	01			28.7358	0.2367	1
01017	Bahou	bahou	01			28.7358	0.2367	1
01018	Adrar Hay El Gharbi	adrar-hay-el-gharbi	01			28.7358	0.2367	1
01019	L'Maiz	l-maiz	01			28.7358	0.2367	1
01019	Oudjlane	oudjlane	01			28.7358	0.2367	1
01020	Djedid	djedid	01			27.4598	-0.2726	4
01020	Bouyahia	bouyahia	01			27.4535	-0.27	3
01020	Antar	antar	01			27.4471	-0.2675	4
01021	Touki	touki	01			27.9365	-0.243	1
01021	Boufadi	boufadi	01			27.9365	-0.243	1
01021	Abenkour	abenkour	01			27.9365	-0.243	1
01022	Sbaa	sbaa	01			28.2078	-0.1744	4
01022	Lagrara	lagrara	01			28.2078	-0.1744	3
01023	Bouda El Mansour	bouda-el-mansour	01			27.9365	-0.243	1
01024	Aghil	aghil	01			27.9365	-0.243	1
01024	Ikkis	ikkis	01			27.9365	-0.243	1
01024	Lahmeur	lahmeur	01			27.9365	-0.243	1
01024	Tamest	tamest	01			27.9365	-0.243	1
01024	Tmasekht	tmasekht	01			27.9365	-0.243	1
01025	Mansouria	mansouria	01			27.8444	-0.3494	3
01025	Bouzane	bouzane	01			27.8444	-0.3494	4
01025	Koussane	koussane	01			27.8444	-0.3494	3
01025	Taridalet	taridalet	01			27.8444	-0.3494	3
01025	Ouled Bouhafs	ouled-bouhafs	01			27.8444	-0.3494	3
01025	Beni Tameur	beni-tameur	01			27.8444	-0.3494	3
01025	Baabdellah	baabdellah	01			27.8444	-0.3494	3
01025	Ouled Arroussa	ouled-arroussa	01			27.8444	-0.3494	3
01025	Mehdia	mehdia	01			27.8444	-0.3494	3
01025	Ouled Ahmed	ouled-ahmed	01			27.8444	-0.3494	3
01025	Ouled Brahim	ouled-brahim	01			27.8444	-0.3494	3
01025	Zaouiet Sidi El Bekri	zaouiet-sidi-el-bekri	01			27.8444	-0.3494	3
01025	Timliha	timliha	01			27.8444	-0.3494	3
01026	Gasbet Sidi Said	gasbet-sidi-said	01			27.9365	-0.243	1
01026	Benillou	benillou	01			27.9365	-0.243	1
01026	Laa Marine	laa-marine	01			27.9365	-0.243	1
01026	Bouda Bendraou	bouda-bendraou	01			27.9365	-0.243	1
01026	Beni Ouazel	beni-ouazel	01			27.9365	-0.243	1
01026	Zaouiet Sidi Hida	zaouiet-sidi-hida	01			27.9365	-0.243	1
01026	Zaouiet Cheikh Benoumeur	zaouiet-cheikh-benoumeur	01			27.9365	-0.243	1
01026	Ksiba	ksiba	01			27.9365	-0.243	1
01026	Gherme Ali	gherme-ali	01			27.9365	-0.243	1
01026	Nebda	nebda	01			27.9365	-0.243	1
01026	Laghmara	laghmara	01			27.9365	-0.243	1
01027	Allouchia	allouchia	01			27.6504	-0.3151	4
01027	Tasfaout	tasfaout	01			29.1854	-0.0622	4
01027	Ouadgha	ouadgha	01			28.4179	-0.1887	3
01027	Azzi	azzi	01			28.4179	-0.1887	3
01027	Benhmi	benhmi	01			28.4179	-0.1887	3
01027	Abani	abani	01			28.4179	-0.1887	3
01028	Tittaf	tittaf	01			27.9365	-0.243	1
01028	Ghermianou	ghermianou	01			27.9365	-0.243	1
01029	Tamentit	tamentit	01			27.7605	-0.26	4
01029	Hadj El Mamoun	hadj-el-mamoun	01			27.7605	-0.26	3
01029	Noum Ennasse	noum-ennasse	01			27.7605	-0.26	3
01030	Melouka	melouka	01			27.8638	-0.3418	4
01030	Ouaina	ouaina	01			27.8638	-0.3418	3
01031	Tit	tit	01			28.8251	-0.0191	1
01032	Adjir Gharbi	adjir-gharbi	01			28.8251	-0.0191	1
01032	Adjir	adjir	01			28.8251	-0.0191	1
01032	Adjir Cherghi	adjir-cherghi	01			28.8251	-0.0191	1
01033	Oufrane	oufrane	01			28.5401	0.1843	4
01033	Ouled Rached	ouled-rached	01			28.6772	-0.0903	4
01033	Ouled Mahmoud	ouled-mahmoud	01			28.6086	0.047	3
01034	Talmine	talmine	01			29.415	-0.4039	3
01034	Naama	naama	01			29.415	-0.4039	3
01034	Guellou	guellou	01			29.415	-0.4039	3
01034	Taghouzi	taghouzi	01			29.415	-0.4039	4
01034	Bahamou	bahamou	01			29.415	-0.4039	3
01034	Guettouf	guettouf	01			29.415	-0.4039	3
01034	Saguia	saguia	01			29.415	-0.4039	3
01034	Taarabine	taarabine	01			29.415	-0.4039	3
01034	Talmine Lekbir	talmine-lekbir	01			29.415	-0.4039	3
01034	Tamnsguelout	tamnsguelout	01			29.415	-0.4039	3
01035	Ingueloů	inguelo	01			28.8251	-0.0191	1
01035	Timezlane	timezlane	01			28.8251	-0.0191	1
01035	Bni Aissi	bni-aissi	01			28.8251	-0.0191	1
01035	Ksar Kaddour	ksar-kaddour	01			28.8251	-0.0191	1
01035	Tganet	tganet	01			28.8251	-0.0191	1
01035	Tileghmine	tileghmine	01			28.8251	-0.0191	1
01036	Ouled Abbou	ouled-abbou	01			28.7716	0.0537	4
01036	Akbour	akbour	01			28.7683	0.0266	4
01036	El Barka	el-barka	01			28.8074	0.0436	4
01036	Aourire	aourire	01			28.7824	0.0413	3
01036	Iguesten	iguesten	01			28.7824	0.0413	3
01036	El Habdane	el-habdane	01			28.7824	0.0413	3
01036	Deldoul	deldoul	01			28.7824	0.0413	3
01037	M'Guiden	m-guiden	01			28.8251	-0.0191	1
01038	Metarfa	metarfa	01			28.5844	-0.1504	4
01038	Sahla	sahla	01			28.5844	-0.1504	3
01038	Ouled Ali Lakracha	ouled-ali-lakracha	01			28.5844	-0.1504	3
01039	Hadj Guelmane	hadj-guelmane	01			29.4249	0.273	4
01039	Ighzer	ighzer	01			29.4116	0.2435	3
01039	Kali	kali	01			29.3982	0.2139	4
01039	Ouled Said	ouled-said	01			29.4116	0.2435	3
01040	Zaouiet Cheikh B  Abdelkrim	zaouiet-cheikh-b-abdelkrim	01			27.1484	-0.1461	3
01040	Tazoult	tazoult	01			27.1831	-0.1547	4
01040	Azoua	azoua	01			27.1138	-0.1375	4
01040	Bouali	bouali	01			27.1484	-0.1461	3
01041	In Belbel	in-belbel	01			27.8829	1.1698	4
01042	Timiaouine	timiaouine	01			27.1441	0.6003	1
01043	Aoulef Cheurfa	aoulef-cheurfa	01			27.01	1.0634	4
01043	Timoktene	timoktene	01			27.0168	1.0065	4
01043	Gasbet Moulay Hiba	gasbet-moulay-hiba	01			27.0134	1.035	3
01043	Gasbet Djenna	gasbet-djenna	01			27.0134	1.035	3
01043	Inner	inner	01			27.0134	1.035	3
01044	Akabli	akabli	01			26.7083	1.3753	4
01045	In Zeglouf	in-zeglouf	01			27.1441	0.6003	1
01045	Bouria	bouria	01			27.1441	0.6003	1
01045	Ait Messaoud	ait-messaoud	01			27.1441	0.6003	1
01046	Tinourt	tinourt	01			27.1441	0.6003	1
01047	Tillouline	tillouline	01			27.1441	0.6003	1
01048	Ennefis	ennefis	01			27.1441	0.6003	1
01048	Bourtimadanine	bourtimadanine	01			27.1441	0.6003	1
01048	Timadanine	timadanine	01			27.1441	0.6003	1
01049	Tidmaine	tidmaine	01			27.0938	-0.1206	4
01049	Inzeghmir	inzeghmir	01			27.0938	-0.1206	3
01050	Baouandji	baouandji	01			28.2134	0.1323	1
01050	Tittaouine Lakhras	tittaouine-lakhras	01			28.2134	0.1323	1
01051	Hiha	hiha	01			28.2134	0.1323	1
01051	Tasfaoute	tasfaoute	01			28.2134	0.1323	1
01051	Ouled Aissa	ouled-aissa	01			28.2134	0.1323	1
01052	Timimoun Zaouiet El Ma	timimoun-zaouiet-el-ma	01			28.2134	0.1323	1
02000	Ech Cheliff Base Aerienne	ech-cheliff-base-aerienne	02			36.2394	1.3342	1
02000	Ech Cheliff Cite Universitaire	ech-cheliff-cite-universitaire	02			36.2394	1.3342	1
02000	Ech Cheliff Rp	ech-cheliff-rp	02			36.2394	1.3342	1
02001	Oued Fodda Moussalaha	oued-fodda-moussalaha	02			36.2394	1.3342	1
02002	Khelaif	khelaif	02			36.0678	1.0416	4
02002	Boukadir	boukadir	02			36.0663	1.126	4
02002	Zaouia	zaouia	02			36.0126	1.5981	4
02002	Harachnia	harachnia	02			36.0489	1.2552	3
02002	Ouled Tahar	ouled-tahar	02			36.0489	1.2552	3
02002	Ouled Abdellah	ouled-abdellah	02			36.0489	1.2552	3
02002	Bouachria	bouachria	02			36.0489	1.2552	3
02002	El Amamassa	el-amamassa	02			36.0489	1.2552	3
02002	Guenansa	guenansa	02			36.0489	1.2552	3
02002	Douaidia	douaidia	02			36.0489	1.2552	3
02002	Mouahl	mouahl	02			36.0489	1.2552	3
02002	Metairia	metairia	02			36.0489	1.2552	3
02002	Mouamnia	mouamnia	02			36.0489	1.2552	3
02003	Oued Fodda	oued-fodda	02			36.185	1.533	4
02003	Zemoul	zemoul	02			36.185	1.533	3
02004	Ain Merane	ain-merane	02			36.2394	1.3342	1
02004	Sehailia	sehailia	02			36.2394	1.3342	1
02004	Ouled Safi	ouled-safi	02			36.2394	1.3342	1
02004	Ouled Laid	ouled-laid	02			36.2394	1.3342	1
02004	Mkame	mkame	02			36.2394	1.3342	1
02004	Khouathia	khouathia	02			36.2394	1.3342	1
02004	Dachra	dachra	02			36.2394	1.3342	1
02004	Ain Sarak	ain-sarak	02			36.2394	1.3342	1
02005	Zmala	zmala	02			36.2507	1.24	4
02005	Ech Cheliff Bensouna	ech-cheliff-bensouna	02			36.2507	1.24	3
02006	Sidi Merouane	sidi-merouane	02			36.5399	1.3391	4
02006	Ouled Larbi	ouled-larbi	02			36.5253	1.3236	3
02006	Tenes	tenes	02			36.5108	1.3081	4
02006	Tarania	tarania	02			36.5253	1.3236	3
02006	Sidi Abdelkader	sidi-abdelkader	02			36.5253	1.3236	3
02007	Ard El Beida	ard-el-beida	02			36.1545	1.2131	4
02007	Bocca Haddar	bocca-haddar	02			36.1545	1.2131	3
02007	Bocca Ardh Beida	bocca-ardh-beida	02			36.1545	1.2131	3
02007	Ech Cheliff Chettia	ech-cheliff-chettia	02			36.1545	1.2131	3
02008	Attatou	attatou	02			36.0823	1.4854	4
02008	Cheroukat	cheroukat	02			36.0977	1.5194	3
02008	El Karimia	el-karimia	02			36.113	1.5534	4
02008	Bessakra	bessakra	02			36.0977	1.5194	3
02008	Berarcha	berarcha	02			36.0977	1.5194	3
02008	Souk El Haad	souk-el-haad	02			36.0977	1.5194	3
02008	Kouachimia (Douar)	kouachimia-douar	02			36.0977	1.5194	3
02008	Karachira	karachira	02			36.0977	1.5194	3
02008	Haddadou	haddadou	02			36.0977	1.5194	3
02008	El Haad	el-haad	02			36.0977	1.5194	3
02008	Chekallil	chekallil	02			36.0977	1.5194	3
02009	Soualmia	soualmia	02			36.4255	1.2696	4
02009	Amraoua	amraoua	02			36.4451	1.2861	3
02009	Sidi Akkacha	sidi-akkacha	02			36.4647	1.3026	4
02009	Baadid	baadid	02			36.4451	1.2861	3
02009	Benchelaoua	benchelaoua	02			36.4451	1.2861	3
02009	Enser N'Hass	enser-n-hass	02			36.4451	1.2861	3
02009	Oued Benali	oued-benali	02			36.4451	1.2861	3
02009	Ouled Arbia (Douar)	ouled-arbia-douar	02			36.4451	1.2861	3
02009	Sidi Bouaissi	sidi-bouaissi	02			36.4451	1.2861	3
02009	Chigua	chigua	02			36.4451	1.2861	3
02009	Chota	chota	02			36.4451	1.2861	3
02009	Boukhandek	boukhandek	02			36.4451	1.2861	3
02010	Ouled Fares	ouled-fares	02			36.2336	1.2381	4
02010	Brihienne	brihienne	02			36.1942	1.2765	3
02010	Djoualil	djoualil	02			36.2374	1.182	4
02010	Bocca Guetaibia	bocca-guetaibia	02			36.1942	1.2765	3
02010	Ouled Henni	ouled-henni	02			36.1115	1.4094	4
02010	Bocca Ouled Sidi Cherif	bocca-ouled-sidi-cherif	02			36.1942	1.2765	3
02010	Bocca Smaha	bocca-smaha	02			36.1942	1.2765	3
02010	Ouled Hamdane	ouled-hamdane	02			36.1942	1.2765	3
02010	Ouled Bou Chakor	ouled-bou-chakor	02			36.1942	1.2765	3
02010	Djabouyahia	djabouyahia	02			36.1942	1.2765	3
02010	Cite Caper	cite-caper	02			36.1942	1.2765	3
02010	Bocca El Ayeda	bocca-el-ayeda	02			36.1942	1.2765	3
02011	Hadj Abed	hadj-abed	02			36.1093	1.169	4
02011	Domaine Mihard	domaine-mihard	02			36.1059	1.2034	3
02011	Oussasra	oussasra	02			36.0822	1.201	4
02011	Salem Atta (Domaine)	salem-atta-domaine	02			36.1059	1.2034	3
02011	Oued Sly	oued-sly	02			36.1012	1.1995	4
02011	Meknassa	meknassa	02			36.1277	1.2783	4
02011	Pepiniere Ontf	pepiniere-ontf	02			36.1059	1.2034	3
02011	Ouled Hadj Abed	ouled-hadj-abed	02			36.1093	1.169	4
02011	Ouled Souid	ouled-souid	02			36.1059	1.2034	3
02011	El Ittihad (Domaine)	el-ittihad-domaine	02			36.1059	1.2034	3
02011	Douadiche	douadiche	02			36.1059	1.2034	3
02011	Domaine Salem Attia	domaine-salem-attia	02			36.1059	1.2034	3
02011	Cite Caper	cite-caper	02			36.1059	1.2034	3
02011	Cite Bouzoutab	cite-bouzoutab	02			36.1059	1.2034	3
02011	Bouzoumene (Cite)	bouzoumene-cite	02			36.1059	1.2034	3
02011	Bocca Ouled Hadj Abed	bocca-ouled-hadj-abed	02			36.1059	1.2034	3
02011	Zone Industrielle	zone-industrielle	02			36.1059	1.2034	3
02011	Slim	slim	02			36.1059	1.2034	3
02011	Smala (Caper)	smala-caper	02			36.1059	1.2034	3
02011	Station Pompage	station-pompage	02			36.1059	1.2034	3
02012	Taougrite	taougrite	02			36.2474	0.9237	4
02012	Titaouine	titaouine	02			36.2474	0.9237	3
02012	Makhalfia	makhalfia	02			36.2474	0.9237	3
02012	Ouled Bou Douma	ouled-bou-douma	02			36.2474	0.9237	3
02012	El Oued	el-oued	02			36.2474	0.9237	3
02012	Ouled Mouhenni	ouled-mouhenni	02			36.2474	0.9237	3
02012	Ouled Sidi Henni	ouled-sidi-henni	02			36.2474	0.9237	3
02012	Sidi Youcef	sidi-youcef	02			36.2474	0.9237	3
02013	Ech Cheliff Cite Administrative	ech-cheliff-cite-administrative	02			36.2851	1.3001	1
02014	Zeboudja	zeboudja	02			36.3508	1.431	4
02014	Rabia	rabia	02			36.3508	1.431	3
02014	Ain Tolba	ain-tolba	02			36.3508	1.431	3
02014	Berekmouche	berekmouche	02			36.3508	1.431	3
02014	Touadjine	touadjine	02			36.3508	1.431	3
02014	Ouled Bakhti	ouled-bakhti	02			36.3508	1.431	3
02014	El Hammama	el-hammama	02			36.3508	1.431	3
02015	El Marsa	el-marsa	02			36.4036	0.9168	4
02015	Boukfilane (Douar)	boukfilane-douar	02			36.4036	0.9168	3
02015	Ain Hamadi	ain-hamadi	02			36.4036	0.9168	3
02015	Douar Boukeline	douar-boukeline	02			36.4036	0.9168	3
02015	Douar Sidi Abdellah	douar-sidi-abdellah	02			36.4036	0.9168	3
02015	Messaidia	messaidia	02			36.4036	0.9168	3
02015	Sidi Abdelhadi (Douar)	sidi-abdelhadi-douar	02			36.4036	0.9168	3
02016	Ahmed Khalfaoui	ahmed-khalfaoui	02			36.2851	1.3001	1
02017	Beni Akil	beni-akil	02			36.4817	1.5908	4
02017	Beni Bouaziza	beni-bouaziza	02			36.5108	1.569	4
02017	Zeboudjet Allel	zeboudjet-allel	02			36.5142	1.578	3
02017	Beni Haoua	beni-haoua	02			36.5311	1.5689	4
02017	Adraissane	adraissane	02			36.5142	1.578	3
02017	Beni Abdessalam	beni-abdessalam	02			36.5142	1.578	3
02017	Port Breira	port-breira	02			36.5333	1.5833	4
02017	Khelloufa	khelloufa	02			36.5142	1.578	3
02017	Cite Beni Bouaziza	cite-beni-bouaziza	02			36.5142	1.578	3
02017	Souameur	souameur	02			36.5142	1.578	3
02017	Titaouine	titaouine	02			36.5142	1.578	3
02018	Abou El Hassan	abou-el-hassan	02			36.4166	1.1962	4
02018	Douar Sidi Mohamed	douar-sidi-mohamed	02			36.2725	1.388	4
02018	Tidda	tidda	02			36.3205	1.3241	3
02018	Sidi Mohamed (Douar)	sidi-mohamed-douar	02			36.2725	1.388	4
02018	Betiour Idouari	betiour-idouari	02			36.3205	1.3241	3
02018	Bessailia	bessailia	02			36.3205	1.3241	3
02018	Benanta	benanta	02			36.3205	1.3241	3
02018	Douar Beni Tamou	douar-beni-tamou	02			36.3205	1.3241	3
02018	Douar Bessailita	douar-bessailita	02			36.3205	1.3241	3
02018	Douar Kalaa	douar-kalaa	02			36.3205	1.3241	3
02018	Douar Mechachta	douar-mechachta	02			36.3205	1.3241	3
02018	Douar Medjahdia	douar-medjahdia	02			36.3205	1.3241	3
02018	Douar Mehadjer	douar-mehadjer	02			36.3205	1.3241	3
02018	Douar Ouled Arbia	douar-ouled-arbia	02			36.3205	1.3241	3
02018	Douar Tafraout	douar-tafraout	02			36.3205	1.3241	3
02018	El Amri	el-amri	02			36.3205	1.3241	3
02018	Kalaa (Douar)	kalaa-douar	02			36.3205	1.3241	3
02018	Mechachta (Douar)	mechachta-douar	02			36.3205	1.3241	3
02018	Mehadjar	mehadjar	02			36.3205	1.3241	3
02018	Ouled Benziane	ouled-benziane	02			36.3205	1.3241	3
02018	Tafrout (Douar)	tafrout-douar	02			36.3205	1.3241	3
02018	Boumendil	boumendil	02			36.3205	1.3241	3
02018	Boukdjoun (Douar)	boukdjoun-douar	02			36.3205	1.3241	3
02018	Bouyazit	bouyazit	02			36.3205	1.3241	3
02018	Douaouda	douaouda	02			36.3205	1.3241	3
02019	Gare Des Heumis	gare-des-heumis	02			36.2851	1.3001	1
02019	Heumis Ain Beida	heumis-ain-beida	02			36.2851	1.3001	1
02020	Chettia Vsa	chettia-vsa	02			36.1724	1.3797	1
02021	Bouzeghaia	bouzeghaia	02			36.3381	1.24	4
02021	Bouchitane (Cite)	bouchitane-cite	02			36.3381	1.24	3
02021	Bocca Moidhia	bocca-moidhia	02			36.3381	1.24	3
02021	Cite Bouchitane	cite-bouchitane	02			36.3381	1.24	3
02021	Ouled Mustapfia	ouled-mustapfia	02			36.3381	1.24	3
02022	Bocca Chorfa	bocca-chorfa	02			36.1724	1.3797	1
02022	Ech Cheliff Hay Badr	ech-cheliff-hay-badr	02			36.1724	1.3797	1
02023	Ouled Mohamed	ouled-mohamed	02			36.1628	1.3706	4
02023	Kefafsa	kefafsa	02			36.1628	1.3706	3
02023	Ech Cheliff Hay Nasr	ech-cheliff-hay-nasr	02			36.1628	1.3706	3
02024	Oum Drou	oum-drou	02			36.1995	1.3893	4
02024	Chekallil	chekallil	02			36.2139	1.4026	3
02024	El Hammam	el-hammam	02			36.2283	1.4158	4
02024	Bessakra	bessakra	02			36.2139	1.4026	3
02024	Ouled M'Gazi	ouled-m-gazi	02			36.2139	1.4026	3
02024	Heumaissia	heumaissia	02			36.2139	1.4026	3
02024	Choulett	choulett	02			36.2139	1.4026	3
02025	Sendjas	sendjas	02			36.0696	1.3939	4
02025	Temdrara	temdrara	02			36.0696	1.3939	3
02026	Boukadir El Houria	boukadir-el-houria	02			36.1724	1.3797	1
02027	Tenes Mohamed Boudiaf	tenes-mohamed-boudiaf	02			36.1724	1.3797	1
02028	Draa	draa	02			36.013	1.1572	4
02028	Ouled Ben Ali	ouled-ben-ali	02			36.0378	1.4535	4
02028	El Athmania	el-athmania	02			36.0995	1.3321	3
02028	Ouled Ahmed	ouled-ahmed	02			36.2476	1.3855	4
02028	Zerarka	zerarka	02			36.0995	1.3321	3
02028	Sidi Touil	sidi-touil	02			36.0995	1.3321	3
02028	Ouled Sidi Khelifa	ouled-sidi-khelifa	02			36.0995	1.3321	3
02028	Ouled Allel	ouled-allel	02			36.0995	1.3321	3
02028	Guenanssa	guenanssa	02			36.0995	1.3321	3
02028	Djebana	djebana	02			36.0995	1.3321	3
02028	Aissaoua	aissaoua	02			36.0995	1.3321	3
02028	Sidi Rahmoune	sidi-rahmoune	02			36.0995	1.3321	3
02029	Hamaid	hamaid	02			36.2081	1.503	4
02029	Ouled Abbes	ouled-abbes	02			36.2191	1.488	4
02029	Ouled Larbi	ouled-larbi	02			36.2136	1.4955	3
02029	Sidi Maamar	sidi-maamar	02			36.2136	1.4955	3
02030	Souala	souala	02			36.1525	1.0508	4
02030	Sidikhelifa Charef	sidikhelifa-charef	02			36.1525	1.0508	3
02030	Ouled Ziad	ouled-ziad	02			36.1525	1.0508	3
02030	Ouled Kef	ouled-kef	02			36.1525	1.0508	3
02030	Ouled Ben Yatou	ouled-ben-yatou	02			36.1525	1.0508	3
02030	Hamichette	hamichette	02			36.1525	1.0508	3
02030	El Naharet	el-naharet	02			36.1525	1.0508	3
02030	El Houara	el-houara	02			36.1525	1.0508	3
02030	El Houaoura	el-houaoura	02			36.1525	1.0508	3
02030	El Guenanssa	el-guenanssa	02			36.1525	1.0508	3
02030	El Assala	el-assala	02			36.1525	1.0508	3
02030	El Ouassassra	el-ouassassra	02			36.1525	1.0508	3
02030	Zekarif	zekarif	02			36.1525	1.0508	3
02031	Harchoun	harchoun	02			36.113	1.5534	4
02031	Ouled Bouaicha	ouled-bouaicha	02			36.113	1.5534	3
02032	Khoudeum	khoudeum	02			36.2087	1.3671	1
02032	Dechria	dechria	02			36.2087	1.3671	1
02032	Sidi Moussa	sidi-moussa	02			36.2087	1.3671	1
02033	Sobha	sobha	02			36.11	1.1084	4
02033	Oukha Oukha	oukha-oukha	02			36.1349	1.1197	3
02033	Ouled Djillali	ouled-djillali	02			36.1667	1.1623	4
02033	Ouled Salem	ouled-salem	02			36.1391	1.0901	4
02033	Bekhatia	bekhatia	02			36.1349	1.1197	3
02033	Zeraig	zeraig	02			36.1349	1.1197	3
02033	El Azza	el-azza	02			36.1239	1.1182	4
02033	Cite Caper	cite-caper	02			36.1349	1.1197	3
02033	El Amalassa	el-amalassa	02			36.1349	1.1197	3
02033	El Ouana	el-ouana	02			36.1349	1.1197	3
02033	Gheragha	gheragha	02			36.1349	1.1197	3
02033	Hachelif	hachelif	02			36.1349	1.1197	3
02033	Ouled Hamadi	ouled-hamadi	02			36.1349	1.1197	3
02034	Ouled Ali	ouled-ali	02			36.1823	1.5828	4
02034	Bir Safsaf	bir-safsaf	02			36.2028	1.5936	4
02034	Chekhakhra	chekhakhra	02			36.1925	1.5882	3
02034	Necissa	necissa	02			36.1925	1.5882	3
02034	Kouadjelia	kouadjelia	02			36.1925	1.5882	3
02034	Dahmania	dahmania	02			36.1925	1.5882	3
02035	Cheraga	cheraga	02			36.2523	1.525	4
02035	Beni Rached	beni-rached	02			36.2768	1.5218	4
02035	Ouled Slimane	ouled-slimane	02			36.2638	1.5364	4
02035	Ouled Abdelli	ouled-abdelli	02			36.3335	1.5071	4
02035	Ouled Ahmed	ouled-ahmed	02			36.2476	1.3855	4
02035	Ouled Youcef	ouled-youcef	02			36.2386	1.4569	4
02035	Habaza	habaza	02			36.2688	1.4888	3
02035	Ghaliat	ghaliat	02			36.2688	1.4888	3
02035	Bouzoumene	bouzoumene	02			36.2688	1.4888	3
02035	Bouhadjla	bouhadjla	02			36.2688	1.4888	3
02035	Aidaouan	aidaouan	02			36.2688	1.4888	3
02035	Nefoussa	nefoussa	02			36.2688	1.4888	3
02035	El Oukait	el-oukait	02			36.2688	1.4888	3
02035	El Ancor	el-ancor	02			36.2688	1.4888	3
02035	Dhamnia	dhamnia	02			36.2688	1.4888	3
02035	Chairia	chairia	02			36.2688	1.4888	3
02035	Melka	melka	02			36.2688	1.4888	3
02036	Ouled Yahia	ouled-yahia	02			36.3404	1.0134	4
02036	Dahra	dahra	02			36.3404	1.0134	3
02036	El Ayaida	el-ayaida	02			36.3404	1.0134	3
02036	El Bachtia	el-bachtia	02			36.3404	1.0134	3
02036	Chaabia	chaabia	02			36.3404	1.0134	3
02036	Diour	diour	02			36.3404	1.0134	3
02037	Ouled Cheikh	ouled-cheikh	02			36.0765	1.4447	4
02037	Douar Ouled Saradj	douar-ouled-saradj	02			36.0765	1.4447	3
02037	Seradj (Douar)	seradj-douar	02			36.0765	1.4447	3
02037	Ouled Meghafou	ouled-meghafou	02			36.0765	1.4447	3
02037	Ouled Bouzid	ouled-bouzid	02			36.0765	1.4447	3
02037	Ouled Ben Abdelkader	ouled-ben-abdelkader	02			36.0765	1.4447	3
02037	Douar Meroughi	douar-meroughi	02			36.0765	1.4447	3
02037	Douar Bouaricha	douar-bouaricha	02			36.0765	1.4447	3
02037	Douar Ben Zidane	douar-ben-zidane	02			36.0765	1.4447	3
02037	Bouaricha	bouaricha	02			36.0765	1.4447	3
02037	Badnia	badnia	02			36.0765	1.4447	3
02038	Barnamedj (Cite)	barnamedj-cite	02			36.2087	1.3671	1
02038	Khenanda	khenanda	02			36.2087	1.3671	1
02038	Ouled Belgacem	ouled-belgacem	02			36.2087	1.3671	1
02038	Rouafia	rouafia	02			36.2087	1.3671	1
02038	Harenfa	harenfa	02			36.2087	1.3671	1
02039	Ouled Ali	ouled-ali	02			36.1823	1.5828	4
02039	Ouled Hamida	ouled-hamida	02			36.2681	1.4784	3
02039	Benairia	benairia	02			36.3539	1.374	4
02039	El Arais	el-arais	02			36.2681	1.4784	3
02040	Sahou	sahou	02			36.2573	1.2802	1
02040	Ain Azla	ain-azla	02			36.2573	1.2802	1
02040	Ain Serdoune	ain-serdoune	02			36.2573	1.2802	1
02040	El Habbariche	el-habbariche	02			36.2573	1.2802	1
02040	Sidi Salah	sidi-salah	02			36.2573	1.2802	1
02041	Ech Cheliff Sahli	ech-cheliff-sahli	02			36.2573	1.2802	1
02041	Moifkia	moifkia	02			36.2573	1.2802	1
02041	Brancia	brancia	02			36.2573	1.2802	1
02041	Gouasmia	gouasmia	02			36.2573	1.2802	1
02041	Habbair	habbair	02			36.2573	1.2802	1
02041	Ladjeraf	ladjeraf	02			36.2573	1.2802	1
02041	Ramlia	ramlia	02			36.2573	1.2802	1
02042	Ech Cheliff Lala Aouda	ech-cheliff-lala-aouda	02			36.2573	1.2802	1
02043	Sidi Ziane	sidi-ziane	02			36.3137	1.149	4
02043	Ain Soltane	ain-soltane	02			36.2722	1.1274	4
02043	Tadjena	tadjena	02			36.3238	1.1359	4
02043	Adjab	adjab	02			36.3251	1.1278	3
02043	Zenatria	zenatria	02			36.3698	1.1085	4
02043	Ayachiche	ayachiche	02			36.3462	1.1182	4
02043	Beni Merlef	beni-merlef	02			36.3251	1.1278	3
02043	Bouhamad	bouhamad	02			36.3251	1.1278	3
02043	Sidi Aissa	sidi-aissa	02			36.3251	1.1278	3
02044	El Kalaa Bouhallou	el-kalaa-bouhallou	02			36.2573	1.2802	1
02045	Ech Cheliff Hay Abbad	ech-cheliff-hay-abbad	02			36.2573	1.2802	1
02046	Ouled Zitouni (Douar)	ouled-zitouni-douar	02			36.2573	1.2802	1
02046	Antria	antria	02			36.2573	1.2802	1
02046	Zenaitia	zenaitia	02			36.2573	1.2802	1
02046	Dhamnia (Douar)	dhamnia-douar	02			36.2573	1.2802	1
02046	Douar Dhamnia	douar-dhamnia	02			36.2573	1.2802	1
02046	Douar Lirem	douar-lirem	02			36.2573	1.2802	1
02046	Douar Ouled Zitouni	douar-ouled-zitouni	02			36.2573	1.2802	1
02046	Guelta	guelta	02			36.2573	1.2802	1
02046	Isrem (Douar)	isrem-douar	02			36.2573	1.2802	1
02046	Ouled Brahim	ouled-brahim	02			36.2573	1.2802	1
02047	Kechachda	kechachda	02			36.2573	1.2802	1
02048	Bocca Attatfa	bocca-attatfa	02			36.2573	1.2802	1
02048	Attatfa	attatfa	02			36.2573	1.2802	1
02049	Touafria	touafria	02			36.1727	1.6195	4
02049	Ouled Si Mohamed	ouled-si-mohamed	02			36.1443	1.5343	3
02049	Zaouia	zaouia	02			36.0126	1.5981	4
02049	Ayachiche (Azzouzine)	ayachiche-azzouzine	02			36.1443	1.5343	3
02049	Ouled Ahmed	ouled-ahmed	02			36.2476	1.3855	4
02049	Helchaoui	helchaoui	02			36.1443	1.5343	3
02049	Kherrara	kherrara	02			36.1443	1.5343	3
02049	Ouled Ben Benchebira	ouled-ben-benchebira	02			36.1443	1.5343	3
02049	Labiodh Medjadja	labiodh-medjadja	02			36.1443	1.5343	3
02049	Ouled Bouzaguet	ouled-bouzaguet	02			36.1443	1.5343	3
02050	El Hadjadj	el-hadjadj	02			36.3837	1.368	1
02050	Guerboussa	guerboussa	02			36.3837	1.368	1
02051	Haouch El Ghaba	haouch-el-ghaba	02			36.3837	1.368	1
02052	Zelgou	zelgou	02			36.3837	1.368	4
02053	Grand Barrage	grand-barrage	02			36.3837	1.368	1
02053	Sidi Ali Aichoune	sidi-ali-aichoune	02			36.3837	1.368	1
02053	Chouchaoua	chouchaoua	02			36.3837	1.368	1
02054	Douar Zemoura	douar-zemoura	02			36.3837	1.368	1
02054	Zemoura	zemoura	02			36.3837	1.368	1
02055	Si Belkacem	si-belkacem	02			36.3837	1.368	1
02056	Oued Sly Hay Houria	oued-sly-hay-houria	02			36.3837	1.368	1
02057	Ech Cheliff Chegga	ech-cheliff-chegga	02			36.3837	1.368	1
02058	Boulefred	boulefred	02			36.3837	1.368	1
02059	Ouled Fetti	ouled-fetti	02			36.3837	1.368	1
02060	Ouled Yahia	ouled-yahia	02			36.3404	1.0134	4
02060	Moussadek	moussadek	02			36.3538	1.0092	4
02061	Oued Goussine	oued-goussine	02			36.3285	1.0907	1
02061	Boucheghal	boucheghal	02			36.3285	1.0907	1
02062	Vieux Tenes	vieux-tenes	02			36.5007	1.3162	4
02063	D'Har El Meddah	d-har-el-meddah	02			36.3285	1.0907	1
02064	Chaarir	chaarir	02			36.3285	1.0907	1
02065	Chaouia	chaouia	02			36.4356	1.0964	4
02065	Talassa	talassa	02			36.4356	1.0964	3
02065	Beni Hareth	beni-hareth	02			36.4356	1.0964	3
02065	Beni Niat	beni-niat	02			36.4356	1.0964	3
02065	Ghebel	ghebel	02			36.4356	1.0964	3
02065	Souairia	souairia	02			36.4356	1.0964	3
02066	Merdja	merdja	02			36.0119	1.0183	4
02066	Mouassia	mouassia	02			36.0119	1.0183	3
02066	Maison Cantonniers	maison-cantonniers	02			36.0119	1.0183	3
02066	Sidi Abderahmane	sidi-abderahmane	02			36.0119	1.0183	3
02066	Oued Zeboudj	oued-zeboudj	02			36.0119	1.0183	3
02066	Cite Dramla	cite-dramla	02			36.0119	1.0183	3
02066	Bourezg	bourezg	02			36.0119	1.0183	3
02066	Tarzoult	tarzoult	02			36.0119	1.0183	3
02067	Reggoun	reggoun	02			36.3285	1.0907	1
02068	Ouled Sidi Bouali	ouled-sidi-bouali	02			36.3285	1.0907	1
02068	Ouled Kessab	ouled-kessab	02			36.3285	1.0907	1
02068	El Main	el-main	02			36.3285	1.0907	1
02068	Oued Hamlil	oued-hamlil	02			36.3285	1.0907	1
02068	Main Sinfita	main-sinfita	02			36.3285	1.0907	1
02068	Laghmoun El Hadjar	laghmoun-el-hadjar	02			36.3285	1.0907	1
02068	Laghmoun Bahri	laghmoun-bahri	02			36.3285	1.0907	1
02068	Ouled Maafa	ouled-maafa	02			36.3285	1.0907	1
02068	Sidi Arbi	sidi-arbi	02			36.3285	1.0907	1
02069	Beni Ouazane	beni-ouazane	02			36.3285	1.0907	1
02070	Breira	breira	02			36.5333	1.5833	4
02070	Bouzanaza	bouzanaza	02			36.5333	1.5833	3
02070	Sidi Medjbar	sidi-medjbar	02			36.5333	1.5833	3
02070	Kedadra	kedadra	02			36.5333	1.5833	3
02071	Beni Bouattab	beni-bouattab	02			36.3267	1.3823	1
02072	Ouled Ali	ouled-ali	02			36.3517	1.5581	4
02072	Chaabnia	chaabnia	02			36.3517	1.5581	3
02072	El Meratine	el-meratine	02			36.3517	1.5581	3
02072	Graiche	graiche	02			36.3517	1.5581	3
02073	Ain Bouzid	ain-bouzid	02			36.2493	1.3191	4
02073	Ouled Sidi Henni	ouled-sidi-henni	02			36.2493	1.3191	3
02073	Ouled Sidi Djiliali	ouled-sidi-djiliali	02			36.2493	1.3191	3
02073	Meddina	meddina	02			36.2493	1.3191	3
02074	Ouled Berradjah	ouled-berradjah	02			36.3267	1.3823	1
02075	Maizia	maizia	02			36.1809	1.4192	4
02075	Guelaftia	guelaftia	02			36.1809	1.4192	3
02076	Beni Oudrene	beni-oudrene	02			36.3267	1.3823	1
02077	Ouled Bouali	ouled-bouali	02			36.3184	1.0317	4
02078	Mezaout	mezaout	02			36.3267	1.3823	1
02079	Bouhenyene	bouhenyene	02			36.3267	1.3823	1
02080	Zebabdja	zebabdja	02			36.1744	1.4897	4
02081	Kahloul	kahloul	02			36.1814	1.5542	1
02082	Razim Maamar	razim-maamar	02			36.1814	1.5542	1
02083	Ouled Said	ouled-said	02			36.1884	1.6186	4
02083	Bordj Baal	bordj-baal	02			36.1884	1.6186	3
02083	Izrem	izrem	02			36.1884	1.6186	3
02083	Ouled Khadda	ouled-khadda	02			36.1884	1.6186	3
02084	Le Malk	le-malk	02			36.1814	1.5542	1
02084	Bou Hidjeb	bou-hidjeb	02			36.1814	1.5542	1
02084	Boukraba	boukraba	02			36.1814	1.5542	1
02084	Tizi Oulman	tizi-oulman	02			36.1814	1.5542	1
02084	Tamzguida	tamzguida	02			36.1814	1.5542	1
02084	Khelloufa	khelloufa	02			36.1814	1.5542	1
02084	Bissa	bissa	02			36.1814	1.5542	1
02084	Leassamine	leassamine	02			36.1814	1.5542	1
02084	Larmouna	larmouna	02			36.1814	1.5542	1
02084	Khattar	khattar	02			36.1814	1.5542	1
02800	Chlef Ctr	chlef-ctr	02			36.2477	1.3278	1
02801	Chlef Centre Cheques Postaux	chlef-centre-cheques-postaux	02			36.2477	1.3278	1
02802	Chlef Crc	chlef-crc	02			36.2477	1.3278	1
02803	Chlef Crcoe	chlef-crcoe	02			36.2477	1.3278	1
02804	Chlef Crme	chlef-crme	02			36.2477	1.3278	1
03000	Laghouat Dca	laghouat-dca	03			33.9164	2.5379	1
03000	Laghouat Air	laghouat-air	03			33.9164	2.5379	1
03000	Kheneg El Heimer	kheneg-el-heimer	03			33.9164	2.5379	1
03000	El Fetha	el-fetha	03			33.9164	2.5379	1
03000	Dekhla	dekhla	03			33.9164	2.5379	1
03000	Bouchakeur	bouchakeur	03			33.9164	2.5379	1
03000	Laghouat Rp	laghouat-rp	03			33.9164	2.5379	1
03000	Mekhareg	mekhareg	03			33.9164	2.5379	1
03000	Seridja	seridja	03			33.9164	2.5379	1
03001	Aflou	aflou	03			34.1128	2.1023	4
03001	Tadmama	tadmama	03			34.1128	2.1023	3
03001	Bouzertala	bouzertala	03			34.1128	2.1023	3
03001	Ain Mansour	ain-mansour	03			34.1128	2.1023	3
03001	Hassi Labiodh	hassi-labiodh	03			34.1128	2.1023	3
03001	Haouch Bahmas	haouch-bahmas	03			34.1128	2.1023	3
03002	Laghouat Maamoura	laghouat-maamoura	03			33.9164	2.5379	1
03003	Kabeg	kabeg	03			33.8313	3.1839	4
03003	Ksar El Hirane	ksar-el-hirane	03			33.7915	3.1448	4
03003	Hadjadj	hadjadj	03			33.8114	3.1643	3
03003	Reg Taounza	reg-taounza	03			33.8114	3.1643	3
03003	Menas	menas	03			33.8114	3.1643	3
03004	Tilgemt	tilgemt	03			33.9164	2.5379	1
03004	Hassi R'Mel	hassi-r-mel	03			33.9164	2.5379	1
03005	Brida	brida	03			33.9693	1.7372	4
03005	Fekairine	fekairine	03			33.9693	1.7372	3
03005	Tkiste	tkiste	03			33.9693	1.7372	3
03005	Tamelaket	tamelaket	03			33.9693	1.7372	3
03005	Sidi Hamza	sidi-hamza	03			33.9693	1.7372	3
03005	Keslan	keslan	03			33.9693	1.7372	3
03005	Lashaou	lashaou	03			33.9693	1.7372	3
03006	Laghouat El Makam	laghouat-el-makam	03			33.9164	2.5379	1
03007	Tadjemout	tadjemout	03			33.8773	2.5211	4
03007	El Hadjab	el-hadjab	03			33.8773	2.5211	3
03007	El Hetiba	el-hetiba	03			33.8773	2.5211	3
03007	El Adjeub	el-adjeub	03			33.8773	2.5211	3
03007	El Maya	el-maya	03			33.8773	2.5211	3
03008	Bellil	bellil	03			33.9164	2.5379	1
03009	Hassi R'Mel 1er Nov	hassi-r-mel-1er-nov	03			33.9164	2.5379	1
03010	El Kheneg	el-kheneg	03			33.7467	2.7951	4
03011	Tadjerouna	tadjerouna	03			33.5021	2.103	4
03011	M'Higuene	m-higuene	03			33.5021	2.103	3
03011	Zargoun	zargoun	03			33.5021	2.103	3
03011	Gandourat Eddoum	gandourat-eddoum	03			33.5021	2.103	3
03011	Foum El Malah	foum-el-malah	03			33.5021	2.103	3
03012	Ain Madhi	ain-madhi	03			33.7956	2.3052	4
03012	Kourdane	kourdane	03			33.8498	2.3403	4
03012	El Ain	el-ain	03			33.8227	2.3227	3
03012	M'Hat Soultane	m-hat-soultane	03			33.8227	2.3227	3
05027	Milek	milek	05			35.3287	5.7078	3
03013	Beidha	beidha	03			33.8083	2.5913	1
03014	El Assafia	el-assafia	03			33.8264	2.9899	4
03014	Bouguenifid	bouguenifid	03			33.8264	2.9899	3
03015	Laghouat Essadikia	laghouat-essadikia	03			33.8083	2.5913	1
03016	Laghouat Cite Nord	laghouat-cite-nord	03			33.8083	2.5913	1
03017	Laghouat 1er Novembre	laghouat-1er-novembre	03			33.8083	2.5913	1
03018	Laghouat Gare Routiere	laghouat-gare-routiere	03			33.8083	2.5913	1
03019	Sidi Makhlouf	sidi-makhlouf	03			34.1294	3.0144	4
03019	Bekhedache	bekhedache	03			34.1294	3.0144	3
03019	Nethela	nethela	03			34.1294	3.0144	3
03019	Moharma	moharma	03			34.1294	3.0144	3
03019	Hemia	hemia	03			34.1294	3.0144	3
03020	Aflou Hay El Gaada	aflou-hay-el-gaada	03			34.0661	2.0698	1
03021	Aflou Hai Med Boudiaf	aflou-hai-med-boudiaf	03			34.0661	2.0698	1
03022	Hassi Dalaa	hassi-dalaa	03			34.0661	2.0698	1
03023	El Ghicha	el-ghicha	03			33.9316	2.1435	4
03023	El Medhbouha	el-medhbouha	03			33.9316	2.1435	3
03023	Zerari	zerari	03			33.9316	2.1435	3
03023	Echaab	echaab	03			33.9316	2.1435	3
03023	Chouabir	chouabir	03			33.9316	2.1435	3
03023	Hadjar El Houm	hadjar-el-houm	03			33.9316	2.1435	3
03023	Traifia	traifia	03			33.9316	2.1435	3
03024	Sidi Bouzid	sidi-bouzid	03			34.0661	2.0698	1
03025	Gueltat Sidi Saad	gueltat-sidi-saad	03			34.2961	1.9462	4
03025	Dhaiet Menad	dhaiet-menad	03			34.2961	1.9462	3
03025	Hadjarel Hibel	hadjarel-hibel	03			34.2961	1.9462	3
03025	Kheneg El Ham	kheneg-el-ham	03			34.2961	1.9462	3
03025	Sidi Lahcene	sidi-lahcene	03			34.2961	1.9462	3
03025	Merara	merara	03			34.2961	1.9462	3
03025	Lahs El Oud	lahs-el-oud	03			34.2961	1.9462	3
03025	Bouguetaif	bouguetaif	03			34.2961	1.9462	3
03025	Hassian Lahrar	hassian-lahrar	03			34.2961	1.9462	3
03026	Taouiala	taouiala	03			33.8719	1.8654	4
03026	Khadra	khadra	03			33.8719	1.8654	3
03027	Djedar	djedar	03			34.1651	2.3241	3
03027	Oued Morra	oued-morra	03			34.1651	2.3241	4
03028	Zeraib	zeraib	03			34.0661	2.0698	1
03028	Ain Rich	ain-rich	03			34.0661	2.0698	1
03028	Ain Sidi Ali	ain-sidi-ali	03			34.0661	2.0698	1
03028	Chebkha	chebkha	03			34.0661	2.0698	1
03028	Dhaiet Freha	dhaiet-freha	03			34.0661	2.0698	1
03028	Harchaia	harchaia	03			34.0661	2.0698	1
03028	Kef Labiodh	kef-labiodh	03			34.0661	2.0698	1
03028	Mehairef	mehairef	03			34.0661	2.0698	1
03028	Melaab	melaab	03			34.0661	2.0698	1
03028	Remilat	remilat	03			34.0661	2.0698	1
03028	Haouch Kaid Slimane	haouch-kaid-slimane	03			34.0661	2.0698	1
03028	Ressaf	ressaf	03			34.0661	2.0698	1
03028	Haouch Bendoumi	haouch-bendoumi	03			34.0661	2.0698	1
03028	Haouch Benaich	haouch-benaich	03			34.0661	2.0698	1
03028	Guennar	guennar	03			34.0661	2.0698	1
03028	Ghedir Lahmar	ghedir-lahmar	03			34.0661	2.0698	1
03028	Tabkhoura	tabkhoura	03			34.0661	2.0698	1
03028	Djerboua	djerboua	03			34.0661	2.0698	1
03028	Dhaiet Moulay Ali	dhaiet-moulay-ali	03			34.0661	2.0698	1
03029	Ain Bekkai	ain-bekkai	03			34.0661	2.0698	1
03030	Ain Skhouna	ain-skhouna	03			33.9131	2.4344	1
03031	Chekkala	chekkala	03			33.9131	2.4344	1
03032	Bordj Senouci	bordj-senouci	03			33.9131	2.4344	1
03033	Benacer Ben Chohra	benacer-ben-chohra	03			33.9131	2.4344	1
03034	Sebgag	sebgag	03			33.9131	2.4344	1
03035	Terghalel	terghalel	03			33.9131	2.4344	1
03036	Laghouat Djamiaa	laghouat-djamiaa	03			33.9131	2.4344	1
03037	Anfous	anfous	03			33.9131	2.4344	1
03038	Sidi Naceur	sidi-naceur	03			33.9131	2.4344	1
03038	Agueb	agueb	03			33.9131	2.4344	1
03038	Hadj Mecheri	hadj-mecheri	03			33.9131	2.4344	1
03039	Madna	madna	03			33.9131	2.4344	1
03040	El Houita	el-houita	03			33.9131	2.4344	1
03041	Oued M'Zi	oued-m-zi	03			33.9131	2.4344	1
03042	Lalmaya	lalmaya	03			33.9131	2.4344	1
03043	Oued Touil	oued-touil	03			33.9131	2.4344	1
03044	Hassian Dhib	hassian-dhib	03			33.9131	2.4344	1
03044	Tourbi	tourbi	03			33.9131	2.4344	1
03045	Bennana	bennana	03			33.9131	2.4344	1
03046	Hassi R'Mel	hassi-r-mel	03			33.9131	2.4344	1
04000	Guelif	guelif	04			35.7309	7.3693	1
04000	Oum El Bouaghi Rp	oum-el-bouaghi-rp	04			35.7309	7.3693	1
04000	Sar Ain Zitoun	sar-ain-zitoun	04			35.7309	7.3693	1
04000	Lefdjoudj	lefdjoudj	04			35.7309	7.3693	1
04000	Sidi R'Ghiss	sidi-r-ghiss	04			35.7309	7.3693	1
04000	Medfoun Centre	medfoun-centre	04			35.7309	7.3693	1
04000	Medfoun Ferme	medfoun-ferme	04			35.7309	7.3693	1
04000	Foum El Amba	foum-el-amba	04			35.7309	7.3693	1
04000	Bir Djedida	bir-djedida	04			35.7309	7.3693	1
04000	Abbas Laghrour	abbas-laghrour	04			35.7309	7.3693	1
04001	Ain Beida	ain-beida	04			35.7964	7.3928	4
04001	Domaine Kouah Tayeb	domaine-kouah-tayeb	04			35.7964	7.3928	3
04001	Ain Beida Cite Saidi	ain-beida-cite-saidi	04			35.7964	7.3928	3
04001	Kouah Tayeb (Domaine)	kouah-tayeb-domaine	04			35.7964	7.3928	3
04001	Koudiat Sefra	koudiat-sefra	04			35.7964	7.3928	3
04002	Ain M'Lila	ain-m-lila	04			36.0369	6.5722	4
04002	El Kouahi	el-kouahi	04			36.0369	6.5722	3
04002	Roknia	roknia	04			36.0369	6.5722	3
04002	Fourchi	fourchi	04			36.0369	6.5722	3
04002	Fezguia	fezguia	04			36.0369	6.5722	3
04002	Ouled Bellaguel	ouled-bellaguel	04			36.0369	6.5722	3
05027	Sfour	sfour	05			35.3287	5.7078	3
04003	Oum El Bouaghi H Boumedienne	oum-el-bouaghi-h-boumedienne	04			35.7309	7.3693	1
04004	Mechta Daas	mechta-daas	04			35.6087	7.6221	4
04004	Mehada	mehada	04			35.5967	7.6931	3
04004	Ouled Yahia	ouled-yahia	04			35.6333	7.8	4
04004	Ain Benyouche	ain-benyouche	04			35.5967	7.6931	3
04004	Mechta Bazina	mechta-bazina	04			35.59	7.6377	4
04004	Ain Diab	ain-diab	04			35.5967	7.6931	3
04004	Mechta Safel El Bir	mechta-safel-el-bir	04			35.5344	7.6444	4
04004	Ain Diss	ain-diss	04			35.5967	7.6931	3
04004	Meskiana	meskiana	04			35.6306	7.6661	4
04004	Zitouna	zitouna	04			35.5834	7.7883	4
04004	Ain Laoura	ain-laoura	04			35.5967	7.6931	3
04004	Mechta Sersouf Blalla	mechta-sersouf-blalla	04			35.5967	7.6931	3
04004	Ain Nechmaya	ain-nechmaya	04			35.5967	7.6931	3
04004	Mechta Khetalla	mechta-khetalla	04			35.5967	7.6931	3
04004	Ain Sedjra	ain-sedjra	04			35.5967	7.6931	3
04004	Argoub Laraneb	argoub-laraneb	04			35.5967	7.6931	3
04004	Bir Laouar	bir-laouar	04			35.5967	7.6931	3
04004	Boussaada	boussaada	04			35.5967	7.6931	3
04004	Boussekren	boussekren	04			35.5967	7.6931	3
04004	Draa El Mezdour	draa-el-mezdour	04			35.5967	7.6931	3
04004	Draa Snober	draa-snober	04			35.5967	7.6931	3
04004	Hamadja	hamadja	04			35.5967	7.6931	3
04004	Hanchir Eddaheche	hanchir-eddaheche	04			35.5967	7.6931	3
04004	Hanchir Hesram	hanchir-hesram	04			35.5967	7.6931	3
04004	Koudiat El Hamla	koudiat-el-hamla	04			35.5967	7.6931	3
04004	Mechta	mechta	04			35.5967	7.6931	3
04004	Mechta Ain Diss	mechta-ain-diss	04			35.5967	7.6931	3
04004	Mechta Argour Deboua	mechta-argour-deboua	04			35.5967	7.6931	3
04004	Mechta Boussaada	mechta-boussaada	04			35.5967	7.6931	3
04004	Mechta Djenane Ahmed	mechta-djenane-ahmed	04			35.5967	7.6931	3
04004	Mechta Hanchir El Bay	mechta-hanchir-el-bay	04			35.5967	7.6931	3
04004	Mechta Hanchir Essohbi	mechta-hanchir-essohbi	04			35.5967	7.6931	3
04004	Mechta Medzaz El Djediane	mechta-medzaz-el-djediane	04			35.5967	7.6931	3
04004	Mezaz Tebassa	mezaz-tebassa	04			35.5967	7.6931	3
04004	Meskiana Emir Abdelkader	meskiana-emir-abdelkader	04			35.5967	7.6931	3
04004	Meliana	meliana	04			35.5967	7.6931	3
04004	Mechta Mezdour	mechta-mezdour	04			35.5967	7.6931	3
04005	Ain Fakroun	ain-fakroun	04			35.9711	6.8737	4
04005	Breid (Douar)	breid-douar	04			35.9711	6.8737	3
04005	Cam Bradat Douadi	cam-bradat-douadi	04			35.9711	6.8737	3
04005	Cam Matougui Daouadji	cam-matougui-daouadji	04			35.9711	6.8737	3
04005	Douar El Hezbri	douar-el-hezbri	04			35.9711	6.8737	3
04005	Douar Ouled Sebaa	douar-ouled-sebaa	04			35.9711	6.8737	3
04005	Douar Ouled Sebaa (Douar)	douar-ouled-sebaa-douar	04			35.9711	6.8737	3
04005	Douar Ouled Sidi Mesaad	douar-ouled-sidi-mesaad	04			35.9711	6.8737	3
04005	Douar Ouled Sidi Ounis	douar-ouled-sidi-ounis	04			35.9711	6.8737	3
04005	Messad (Douar)	messad-douar	04			35.9711	6.8737	3
04005	Ouled Sidi Ounis (Douar)	ouled-sidi-ounis-douar	04			35.9711	6.8737	3
04006	Ain Kercha	ain-kercha	04			35.9247	6.6953	4
04006	Garaa Saida	garaa-saida	04			35.9247	6.6953	3
04006	Kasar Touagene (Ecole)	kasar-touagene-ecole	04			35.9247	6.6953	3
04006	Hanchir Lekmine	hanchir-lekmine	04			35.9247	6.6953	3
04006	Ecole Kasar Touagene	ecole-kasar-touagene	04			35.9247	6.6953	3
04006	Ecole Ghoubal Hamdane	ecole-ghoubal-hamdane	04			35.9247	6.6953	3
04006	Ecole Garaa Saida	ecole-garaa-saida	04			35.9247	6.6953	3
04006	Cite Emir Abdelkader	cite-emir-abdelkader	04			35.9247	6.6953	3
04006	Cam Lamri Mohamed	cam-lamri-mohamed	04			35.9247	6.6953	3
04006	Cam Bouhzam Laifa	cam-bouhzam-laifa	04			35.9247	6.6953	3
04007	Ain Beida Laazabi	ain-beida-laazabi	04			35.7309	7.3693	1
04008	Boutekhma	boutekhma	04			35.7309	7.3693	1
04008	Argoub Ettine	argoub-ettine	04			35.7309	7.3693	1
04008	Reggadau	reggadau	04			35.7309	7.3693	1
04008	Ras Zebar	ras-zebar	04			35.7309	7.3693	1
04008	Rafraf	rafraf	04			35.7309	7.3693	1
04008	Mechta Lekmine	mechta-lekmine	04			35.7309	7.3693	1
04008	Gabel Zebar	gabel-zebar	04			35.7309	7.3693	1
04008	Ain Dhala	ain-dhala	04			35.7309	7.3693	1
04008	Dhalaa	dhalaa	04			35.7309	7.3693	1
04009	Oum El Bouaghi An Nasr	oum-el-bouaghi-an-nasr	04			35.7309	7.3693	1
04010	Bir El Hanchir	bir-el-hanchir	04			35.907	7.2272	1
04010	Souk Naamane	souk-naamane	04			35.907	7.2272	1
04010	Ouled El Hadj	ouled-el-hadj	04			35.907	7.2272	1
04010	El Azla	el-azla	04			35.907	7.2272	1
04010	Hanchir Ouled Melloul	hanchir-ouled-melloul	04			35.907	7.2272	1
04010	Hanchir Ouled Salem	hanchir-ouled-salem	04			35.907	7.2272	1
04010	M'Zaier	m-zaier	04			35.907	7.2272	1
04011	Sigus	sigus	04			36.1236	6.7858	4
04011	Theniet El Hamri	theniet-el-hamri	04			36.1236	6.7858	3
04011	Sila	sila	04			36.1236	6.7858	3
04011	Ouled Khaled	ouled-khaled	04			36.1236	6.7858	3
04011	Ouled Djehiche	ouled-djehiche	04			36.1236	6.7858	3
04012	Mechtatoumghani	mechtatoumghani	04			35.907	7.2272	1
04012	Ecole Boudab	ecole-boudab	04			35.907	7.2272	1
04012	Ecole Amedjouj	ecole-amedjouj	04			35.907	7.2272	1
04012	Cam Bouhzam Laifa	cam-bouhzam-laifa	04			35.907	7.2272	1
04012	Ecole Mechta Toumghani	ecole-mechta-toumghani	04			35.907	7.2272	1
04012	Ecole Gourari Athmane	ecole-gourari-athmane	04			35.907	7.2272	1
04012	Henchir Toumghani	henchir-toumghani	04			35.907	7.2272	1
04012	Fedj Errih	fedj-errih	04			35.907	7.2272	1
04012	Bir Lasfar	bir-lasfar	04			35.907	7.2272	1
04013	Ras Oulmene	ras-oulmene	04			35.75	7.4167	4
04013	Remadiat Ennoume	remadiat-ennoume	04			35.7069	7.3578	3
04013	Zinai Hamdane (Ferme)	zinai-hamdane-ferme	04			35.7069	7.3578	3
04013	F'Kirina	f-kirina	04			35.6637	7.2989	4
04013	Hanchir El Karma	hanchir-el-karma	04			35.7069	7.3578	3
04013	Ferme Ratmi Menouar	ferme-ratmi-menouar	04			35.7069	7.3578	3
04013	Ferme Zinai Hamdane	ferme-zinai-hamdane	04			35.7069	7.3578	3
04013	Ferme Zinai Merzoug	ferme-zinai-merzoug	04			35.7069	7.3578	3
04013	Zinai Merzoug (Ferme)	zinai-merzoug-ferme	04			35.7069	7.3578	3
04013	Douar Mederg Narou	douar-mederg-narou	04			35.7069	7.3578	3
04014	Ain M'Lila Gouadjlia	ain-m-lila-gouadjlia	04			35.907	7.2272	1
04015	Berriche	berriche	04			35.9144	7.3767	4
04015	Barri	barri	04			35.9144	7.3767	3
04015	El Hassi	el-hassi	04			35.9144	7.3767	3
04015	El Ouassah	el-ouassah	04			35.9144	7.3767	3
04016	Ain Fakroun Satha	ain-fakroun-satha	04			35.907	7.2272	1
04017	Ain M'Lila Ben Mhidi	ain-m-lila-ben-mhidi	04			35.907	7.2272	1
04018	Sidi Maache	sidi-maache	04			36.0831	7.2581	3
04018	Ksar Sbahi	ksar-sbahi	04			36.0831	7.2581	4
04018	Boudouh	boudouh	04			36.0831	7.2581	3
04018	Bir Khenga	bir-khenga	04			36.0831	7.2581	3
04018	Ras Gourn	ras-gourn	04			36.0831	7.2581	3
04018	Mechta Bir Sedra	mechta-bir-sedra	04			36.0831	7.2581	3
04018	Goussa	goussa	04			36.0831	7.2581	3
04018	Mechta Sefel El Ougla	mechta-sefel-el-ougla	04			36.0831	7.2581	3
04018	Mechta Ouled Dahmane	mechta-ouled-dahmane	04			36.0831	7.2581	3
04018	Mechta Hadjere El Kahla	mechta-hadjere-el-kahla	04			36.0831	7.2581	3
04018	El Menaa	el-menaa	04			36.0831	7.2581	3
04018	El Maleh	el-maleh	04			36.0831	7.2581	3
04018	Mebdoua	mebdoua	04			36.0831	7.2581	3
04018	Mechta Ain Zeghad	mechta-ain-zeghad	04			36.0831	7.2581	3
04018	El Guettara	el-guettara	04			36.0831	7.2581	3
04019	Cam Aouabdia Laid	cam-aouabdia-laid	04			35.907	7.2272	1
04019	Capra Achari Tayeb	capra-achari-tayeb	04			35.907	7.2272	1
04019	Capra Bladehane Sebti	capra-bladehane-sebti	04			35.907	7.2272	1
04019	Capra Rabai Laid	capra-rabai-laid	04			35.907	7.2272	1
04019	Capra Marouf Mohamed	capra-marouf-mohamed	04			35.907	7.2272	1
04019	Capra Terche Miloud	capra-terche-miloud	04			35.907	7.2272	1
04019	Comite De Gestion Ghorab Ramdane	comite-de-gestion-ghorab-ramdane	04			35.907	7.2272	1
04019	Koudiat Essaid	koudiat-essaid	04			35.907	7.2272	1
04019	Ouled Hamla	ouled-hamla	04			35.907	7.2272	1
04019	Mansouri (Douar)	mansouri-douar	04			35.907	7.2272	1
04019	Annana (Douar)	annana-douar	04			35.907	7.2272	1
04019	Ain Lehma	ain-lehma	04			35.907	7.2272	1
04019	Laatatfa	laatatfa	04			35.907	7.2272	1
04019	Douar Annana	douar-annana	04			35.907	7.2272	1
04019	Douar Mansouri	douar-mansouri	04			35.907	7.2272	1
04019	Ecole Mixte Koudiat Essaid	ecole-mixte-koudiat-essaid	04			35.907	7.2272	1
04019	Ghabaza	ghabaza	04			35.907	7.2272	1
04019	Ghorba Ramdhane	ghorba-ramdhane	04			35.907	7.2272	1
04019	Kalkoula	kalkoula	04			35.907	7.2272	1
04020	Lahmimet	lahmimet	04			35.9419	7.1875	3
04020	Ain Babouche	ain-babouche	04			35.9419	7.1875	4
04020	Sof El Ghattat	sof-el-ghattat	04			35.9419	7.1875	3
04020	Ain Charef	ain-charef	04			35.9419	7.1875	3
04020	Ain Guettar	ain-guettar	04			35.9419	7.1875	3
04020	Ain Lahma	ain-lahma	04			35.9419	7.1875	3
04020	Bekoula	bekoula	04			35.9419	7.1875	3
04020	Bir Atrous	bir-atrous	04			35.9419	7.1875	3
04020	Bir Boumaza	bir-boumaza	04			35.9419	7.1875	3
04020	Bouathmane	bouathmane	04			35.9419	7.1875	3
04020	El Gourzi	el-gourzi	04			35.9419	7.1875	3
04020	El Guedir	el-guedir	04			35.9419	7.1875	3
04020	El Hassi	el-hassi	04			35.9419	7.1875	3
04020	El Manchar	el-manchar	04			35.9419	7.1875	3
04020	El Mellah	el-mellah	04			35.9419	7.1875	3
04020	Ghattat	ghattat	04			35.9419	7.1875	3
04020	Sensaa	sensaa	04			35.9419	7.1875	3
04020	Hanchir Abes	hanchir-abes	04			35.9419	7.1875	3
04021	Bir Chouhada	bir-chouhada	04			35.8958	6.3956	4
04021	Mechta Azrou	mechta-azrou	04			35.8958	6.3956	3
04021	Mechta Chouf	mechta-chouf	04			35.8958	6.3956	3
04021	Bir Raayane	bir-raayane	04			35.8958	6.3956	3
04021	Douar Zaouia	douar-zaouia	04			35.8958	6.3956	3
04021	Cam Abdelhafid Saou	cam-abdelhafid-saou	04			35.8958	6.3956	3
04022	Berririche	berririche	04			35.8887	7.1107	1
04023	Ain Zitoun	ain-zitoun	04			35.8887	7.1107	1
04023	Theniet El Kebch	theniet-el-kebch	04			35.8887	7.1107	1
04024	Ain Ferhat	ain-ferhat	04			35.8887	7.1107	1
04024	Bir Mentenne	bir-mentenne	04			35.8887	7.1107	1
04024	Bougouas	bougouas	04			35.8887	7.1107	1
04024	El Zorg	el-zorg	04			35.8887	7.1107	1
04024	La Khoudi	la-khoudi	04			35.8887	7.1107	1
04024	Zekak	zekak	04			35.8887	7.1107	1
04024	Zerak	zerak	04			35.8887	7.1107	1
04024	Zorg El Kebir	zorg-el-kebir	04			35.8887	7.1107	1
04024	Zorg Seghir	zorg-seghir	04			35.8887	7.1107	1
04024	Ain Benayad	ain-benayad	04			35.8887	7.1107	1
04025	Bir Amar	bir-amar	04			35.8887	7.1107	1
04026	Ain Keskes	ain-keskes	04			35.8282	7.7491	4
04026	Guelta Zerga	guelta-zerga	04			35.8282	7.7491	3
04026	Argoub Lasfar	argoub-lasfar	04			35.8282	7.7491	3
04026	Behair Chergui	behair-chergui	04			35.8282	7.7491	3
04026	Bir Cheb	bir-cheb	04			35.8282	7.7491	3
06023	Berber	berber	06			36.5831	4.99	3
04026	Demnet Berrouag	demnet-berrouag	04			35.8282	7.7491	3
04026	Mechta Sersouf	mechta-sersouf	04			35.8282	7.7491	3
04026	Mechta Behir Chergui	mechta-behir-chergui	04			35.8282	7.7491	3
04026	Fedj El Batnia	fedj-el-batnia	04			35.8282	7.7491	3
04027	Bir Rogaa	bir-rogaa	04			35.8887	7.1107	1
04028	Touzeline	touzeline	04			35.8887	7.1107	1
04029	Sidi R'Ghiss M'Zi	sidi-r-ghiss-m-zi	04			35.8887	7.1107	1
04029	Bir Achour	bir-achour	04			35.8887	7.1107	1
04029	Bir Saheli	bir-saheli	04			35.8887	7.1107	1
04029	Lahtab	lahtab	04			35.8887	7.1107	1
04029	S'Toh	s-toh	04			35.8887	7.1107	1
04029	Ain Ledj Ledj	ain-ledj-ledj	04			35.8887	7.1107	1
04030	Bir Khechba	bir-khechba	04			35.75	7.4167	1
04031	Oulmene	oulmene	04			35.75	7.4167	4
04032	Cam Matougui Slimane	cam-matougui-slimane	04			35.75	7.4167	1
04032	Harmilia	harmilia	04			35.75	7.4167	1
04032	Cam Boulguerne Lekmiss	cam-boulguerne-lekmiss	04			35.75	7.4167	1
04032	Boumerghad	boumerghad	04			35.75	7.4167	1
04033	Soualhia	soualhia	04			35.75	7.4167	1
04034	Bir Tandja	bir-tandja	04			35.75	7.4167	1
04035	Taxas	taxas	04			35.75	7.4167	1
04036	Mechta Hanchir Laatache	mechta-hanchir-laatache	04			35.75	7.4167	1
04036	Ouled Zouai	ouled-zouai	04			35.75	7.4167	1
04036	Gabel Sambrax	gabel-sambrax	04			35.75	7.4167	1
04037	Ouled Zaid	ouled-zaid	04			35.75	7.4167	1
04038	Ouled Djelila	ouled-djelila	04			35.75	7.4167	1
04038	El Amiria	el-amiria	04			35.75	7.4167	1
04038	Ouled Naceur	ouled-naceur	04			35.75	7.4167	1
04039	Henchir Laatache	henchir-laatache	04			35.75	7.4167	1
04040	Guern Ahmar	guern-ahmar	04			35.6135	7.5194	4
04040	El Djazia	el-djazia	04			35.6135	7.5194	3
04040	Mechta El Forn	mechta-el-forn	04			35.6135	7.5194	3
04040	Mechta El Madjen	mechta-el-madjen	04			35.6135	7.5194	3
04040	Mechta Fedjijet	mechta-fedjijet	04			35.6135	7.5194	3
04040	Mechta Gabel El Makhzen	mechta-gabel-el-makhzen	04			35.6135	7.5194	3
04040	Mechta Gabel El Mejifla	mechta-gabel-el-mejifla	04			35.6135	7.5194	3
04040	Ras Nini	ras-nini	04			35.6135	7.5194	3
04040	Fedj Ettine	fedj-ettine	04			35.6135	7.5194	3
04040	Draa Lemkhazen	draa-lemkhazen	04			35.6135	7.5194	3
04040	Mechta Ouled Amara	mechta-ouled-amara	04			35.6135	7.5194	3
04041	Bir Ogla	bir-ogla	04			35.776	7.3576	1
04041	Ouled Gacem	ouled-gacem	04			35.776	7.3576	1
04041	Capra Berkane	capra-berkane	04			35.776	7.3576	1
04042	Bougherara Fedjoudj	bougherara-fedjoudj	04			35.776	7.3576	1
04043	Ain El Bordj	ain-el-bordj	04			36.1102	6.9454	4
04043	Ouled M'Waoueche	ouled-m-waoueche	04			36.1102	6.9454	3
04043	Douar Dreid	douar-dreid	04			36.1102	6.9454	3
04044	El Bellala	el-bellala	04			35.776	7.3576	1
04045	Rahia	rahia	04			35.7167	7.6667	4
04045	Ras Djedidi	ras-djedidi	04			35.7167	7.6667	3
04046	Bir Ounes	bir-ounes	04			35.776	7.3576	1
04047	Oued Nini	oued-nini	04			35.6637	7.2989	4
04047	Remadiat Achih	remadiat-achih	04			35.6637	7.2989	3
04047	Ayoun El Beid	ayoun-el-beid	04			35.6637	7.2989	3
04047	Ben Fach	ben-fach	04			35.6637	7.2989	3
04047	Bir De Kouacha	bir-de-kouacha	04			35.6637	7.2989	3
04047	Djemaa	djemaa	04			35.6637	7.2989	3
04047	El Berd	el-berd	04			35.6637	7.2989	3
04047	Henchir Douames	henchir-douames	04			35.6637	7.2989	3
04047	Maazoula	maazoula	04			35.6637	7.2989	3
04047	M'Dareg Narou	m-dareg-narou	04			35.6637	7.2989	3
04047	M'Tirchou Lotani	m-tirchou-lotani	04			35.6637	7.2989	3
04047	Remadiat Kahla	remadiat-kahla	04			35.6637	7.2989	3
04047	Safen M'Toussa	safen-m-toussa	04			35.6637	7.2989	3
04047	Safen Nini	safen-nini	04			35.6637	7.2989	3
04047	Sass De Metirchou	sass-de-metirchou	04			35.6637	7.2989	3
04047	Zerdala	zerdala	04			35.6637	7.2989	3
04048	Ain Beida 1er Novembre	ain-beida-1er-novembre	04			35.776	7.3576	1
04049	Oum El Bouaghi (Air)	oum-el-bouaghi-air	04			35.776	7.3576	1
05000	El Biar	el-biar	05			35.5048	6.0778	4
05000	Bouzourane	bouzourane	05			35.5048	6.0778	3
05000	Batna Eaab	batna-eaab	05			35.5048	6.0778	3
05000	Azzab	azzab	05			35.5048	6.0778	3
05000	Kechida	kechida	05			35.5048	6.0778	3
05000	Ravin Bleu	ravin-bleu	05			35.5048	6.0778	3
05000	Batna Rp	batna-rp	05			35.5048	6.0778	3
05000	Batna Bouakal	batna-bouakal	05			35.5048	6.0778	3
05001	Barika	barika	05			35.389	5.3658	4
05001	Ali Himeur	ali-himeur	05			35.389	5.3658	3
05001	Barika Hodna	barika-hodna	05			35.389	5.3658	3
05001	Douar Barika	douar-barika	05			35.389	5.3658	3
05002	Ain Touta	ain-touta	05			35.3767	5.9	4
05002	Djebel Groun	djebel-groun	05			35.3513	5.8685	3
05002	Les Tamarins	les-tamarins	05			35.3258	5.837	4
05002	Ouled Bechina	ouled-bechina	05			35.3513	5.8685	3
05002	Briket	briket	05			35.3513	5.8685	3
05002	El Ksour	el-ksour	05			35.3513	5.8685	3
05002	Berniche	berniche	05			35.3513	5.8685	3
05002	Tahennent	tahennent	05			35.3513	5.8685	3
05002	Tasserghint	tasserghint	05			35.3513	5.8685	3
05002	Telalou	telalou	05			35.3513	5.8685	3
05003	Batna Ben Boulaid	batna-ben-boulaid	05			35.4728	5.8085	1
05004	N'Gaous	n-gaous	05			35.555	5.6106	4
05004	Oued Defla	oued-defla	05			35.555	5.6106	3
05004	Lachgana	lachgana	05			35.555	5.6106	3
05005	Batna Mebarki	batna-mebarki	05			35.4728	5.8085	1
06029	Hanied	hanied	06			36.653	4.967	3
05006	Batna 1er Novembre	batna-1er-novembre	05			35.4728	5.8085	1
05007	Arris	arris	05			35.2588	6.3471	4
05007	M'Zata	m-zata	05			35.2588	6.3471	3
05007	Bouzedeh	bouzedeh	05			35.2588	6.3471	3
05007	Dachra El Hamra	dachra-el-hamra	05			35.2588	6.3471	3
05007	Khangat Zidane	khangat-zidane	05			35.2588	6.3471	3
05007	Tagrout Gaassira	tagrout-gaassira	05			35.2588	6.3471	3
05007	Tagrount Amar	tagrount-amar	05			35.2588	6.3471	3
05007	Dachra El Beida	dachra-el-beida	05			35.2588	6.3471	3
05008	Batna Freres Khezzar	batna-freres-khezzar	05			35.4728	5.8085	1
05009	Ouled Gueboudj	ouled-gueboudj	05			35.6985	5.6841	4
05009	Ras El Aioun	ras-el-aioun	05			35.6738	5.6453	4
05009	Kenda	kenda	05			35.6862	5.6647	3
05009	Djermia	djermia	05			35.6862	5.6647	3
05009	Ain Tassa	ain-tassa	05			35.6862	5.6647	3
05009	Ain Allaoua	ain-allaoua	05			35.6862	5.6647	3
05009	Tazila	tazila	05			35.6862	5.6647	3
05009	Tanouit	tanouit	05			35.6862	5.6647	3
05009	Rabta	rabta	05			35.6862	5.6647	3
05009	Merzeghela	merzeghela	05			35.6862	5.6647	3
05009	Lemgacem	lemgacem	05			35.6862	5.6647	3
05010	Batna Hadj Lakhdar	batna-hadj-lakhdar	05			35.5775	6.1195	1
05011	Tazoult Lambese	tazoult-lambese	05			35.4817	6.2607	4
05011	Markouna	markouna	05			35.4845	6.2914	4
05011	Ouled Aouf	ouled-aouf	05			35.4831	6.2761	3
05011	Latenda	latenda	05			35.4831	6.2761	3
05011	Mechta Chenatif	mechta-chenatif	05			35.4831	6.2761	3
05011	Magri	magri	05			35.4831	6.2761	3
05011	Bouadloum	bouadloum	05			35.4831	6.2761	3
05011	Chaabet El Ghoula	chaabet-el-ghoula	05			35.4831	6.2761	3
05011	Derdour	derdour	05			35.4831	6.2761	3
05011	Mechta Affia	mechta-affia	05			35.4831	6.2761	3
05011	Melakhssou	melakhssou	05			35.4831	6.2761	3
05012	Menaa	menaa	05			35.5775	6.1195	1
05012	Ouled Bayed	ouled-bayed	05			35.5775	6.1195	1
05012	Tamghit	tamghit	05			35.5775	6.1195	1
05012	Igheleen	igheleen	05			35.5775	6.1195	1
05012	Chelina	chelina	05			35.5775	6.1195	1
05013	Agradou	agradou	05			35.593	5.8843	4
05013	Merouana	merouana	05			35.6311	5.9119	4
05013	Cheddi	cheddi	05			35.6121	5.8981	3
05014	Batna An Nasr	batna-an-nasr	05			35.5775	6.1195	1
05015	El Madher	el-madher	05			35.6294	6.3726	4
05015	Djerma Guebala	djerma-guebala	05			35.6294	6.3726	3
05015	Ouled Athmane	ouled-athmane	05			35.6294	6.3726	3
05015	Ouled Zaid	ouled-zaid	05			35.6294	6.3726	3
05015	Ouled Boujemaa	ouled-boujemaa	05			35.6294	6.3726	3
05015	Ilermane	ilermane	05			35.6294	6.3726	3
05016	Oued El Ma	oued-el-ma	05			35.6453	5.996	4
05016	Bezdam	bezdam	05			35.6453	5.996	3
05016	Lebiar	lebiar	05			35.6453	5.996	3
05016	Berabt	berabt	05			35.6453	5.996	3
05016	Brakta	brakta	05			35.6453	5.996	3
05016	El Gourzi	el-gourzi	05			35.6453	5.996	3
05016	Dakhlet Bekial	dakhlet-bekial	05			35.6453	5.996	3
05016	Cite Ben Ali	cite-ben-ali	05			35.6453	5.996	3
05016	Ouled Yaiche	ouled-yaiche	05			35.6453	5.996	3
05016	Ouled Mechenna	ouled-mechenna	05			35.6453	5.996	3
05016	Ouled Menaa	ouled-menaa	05			35.6453	5.996	3
05016	Ouled Narra	ouled-narra	05			35.6453	5.996	3
05016	Tadjenanet	tadjenanet	05			35.6453	5.996	3
05016	Tamahrit	tamahrit	05			35.6453	5.996	3
05016	Ouled Hariza	ouled-hariza	05			35.6453	5.996	3
05016	Mestaoua	mestaoua	05			35.6453	5.996	3
05017	Batna Emir Abdelkader	batna-emir-abdelkader	05			35.5775	6.1195	1
05018	Batna Imadghassen	batna-imadghassen	05			35.5775	6.1195	1
05019	N'Gaous 5 Juillet	n-gaous-5-juillet	05			35.5775	6.1195	1
05020	T'Kout	t-kout	05			35.1392	6.3086	4
05020	Djarallah	djarallah	05			35.0784	6.3577	4
05020	Ain Beida	ain-beida	05			35.1088	6.3332	3
05021	Batna El Boustene	batna-el-boustene	05			35.3384	6.1783	1
05022	Barika Liberte	barika-liberte	05			35.3384	6.1783	1
05023	Timgad	timgad	05			35.4928	6.47	4
05023	Teniet El Keurchef	teniet-el-keurchef	05			35.4928	6.47	3
05023	Seffah	seffah	05			35.4928	6.47	3
05023	Ouled Sidi Belkhir	ouled-sidi-belkhir	05			35.4928	6.47	3
05023	Ouled Moussa	ouled-moussa	05			35.4928	6.47	3
05023	Ouled Makhlouf	ouled-makhlouf	05			35.4928	6.47	3
05023	Nouri	nouri	05			35.4928	6.47	3
05023	Amrane	amrane	05			35.4928	6.47	3
05023	Akboub	akboub	05			35.4928	6.47	3
05023	Ain Abderahmane	ain-abderahmane	05			35.4928	6.47	3
05024	Arris Mezoudji Amor	arris-mezoudji-amor	05			35.3384	6.1783	1
05025	Seriana	seriana	05			35.6917	6.1864	4
05025	Mekaidou	mekaidou	05			35.6917	6.1864	3
05025	Meraghen	meraghen	05			35.6917	6.1864	3
05025	Gabla Saidi	gabla-saidi	05			35.6917	6.1864	3
05025	Tiskimal	tiskimal	05			35.6917	6.1864	3
05025	Meterasse	meterasse	05			35.6917	6.1864	3
05025	Ketani	ketani	05			35.6917	6.1864	3
05026	Medina	medina	05			35.3094	6.51	4
05026	Melloudja	melloudja	05			35.3094	6.51	3
05026	El Hadjadj	el-hadjadj	05			35.3094	6.51	3
05026	El Hamour	el-hamour	05			35.3094	6.51	3
05026	Ichemoul	ichemoul	05			35.3094	6.51	3
05026	Vieux Medina	vieux-medina	05			35.3094	6.51	3
05027	Tilatou	tilatou	05			35.3206	5.7887	4
05027	Ghasrou	ghasrou	05			35.3287	5.7078	3
05027	Seggana	seggana	05			35.3369	5.627	4
05027	Ouled El Yakine	ouled-el-yakine	05			35.3287	5.7078	3
05027	Metlili Village	metlili-village	05			35.3287	5.7078	3
05027	Ouled Abdallah	ouled-abdallah	05			35.3287	5.7078	3
05027	Metlili Antenne	metlili-antenne	05			35.3287	5.7078	3
05027	El Bir	el-bir	05			35.3287	5.7078	3
05028	Barika Ben Baatouche	barika-ben-baatouche	05			35.3384	6.1783	1
05029	N'Gaous Ras El Ain	n-gaous-ras-el-ain	05			35.3384	6.1783	1
05030	Merouana 8 Mai 1945	merouana-8-mai-1945	05			35.3945	6.0703	1
05031	Ain Yagout	ain-yagout	05			35.7746	6.4164	4
05031	El Malha	el-malha	05			35.7746	6.4164	3
05031	Gable Yagout	gable-yagout	05			35.7746	6.4164	3
05031	Daher Azem	daher-azem	05			35.7746	6.4164	3
05031	Ain Ammar	ain-ammar	05			35.7746	6.4164	3
05032	Ain Djasser	ain-djasser	05			35.3945	6.0703	1
05032	Draa Kellalouche	draa-kellalouche	05			35.3945	6.0703	1
05033	Hidoussa	hidoussa	05			35.4932	5.9066	4
05033	Tazourit	tazourit	05			35.4932	5.9066	3
05033	Ali Nemeur	ali-nemeur	05			35.4932	5.9066	3
05034	Merouana Houari Boumediene	merouana-houari-boumediene	05			35.3945	6.0703	1
05035	El Kantara	el-kantara	05			35.2202	5.7058	4
05035	Teniet El Abed	teniet-el-abed	05			35.2469	6.1906	4
05035	Taghit Sidi Belkhir	taghit-sidi-belkhir	05			35.2336	5.9482	3
05035	Taouzient	taouzient	05			35.2336	5.9482	3
05035	Teniet El Matahna	teniet-el-matahna	05			35.2336	5.9482	3
05035	Tisoughaghine	tisoughaghine	05			35.2336	5.9482	3
05035	Tissekifine	tissekifine	05			35.2336	5.9482	3
05035	Ain Bendaoui	ain-bendaoui	05			35.2336	5.9482	3
05035	Tizribine	tizribine	05			35.2336	5.9482	3
05035	Draa Hamane	draa-hamane	05			35.2336	5.9482	3
05035	Fedj El Kadi	fedj-el-kadi	05			35.2336	5.9482	3
05035	Haidous	haidous	05			35.2336	5.9482	3
05035	Hallaoua	hallaoua	05			35.2336	5.9482	3
05035	Lekhouada	lekhouada	05			35.2336	5.9482	3
05035	Medrouna	medrouna	05			35.2336	5.9482	3
05036	Oued Taga	oued-taga	05			35.4167	6.3833	4
05036	Madjba	madjba	05			35.4167	6.3833	3
05036	Timzal	timzal	05			35.4167	6.3833	3
05036	Tijedal	tijedal	05			35.4167	6.3833	3
05036	Hares	hares	05			35.4167	6.3833	3
05036	Tiguiguent	tiguiguent	05			35.4167	6.3833	3
05036	Hamza	hamza	05			35.4167	6.3833	3
05036	Guelmamen	guelmamen	05			35.4167	6.3833	3
05036	Fires	fires	05			35.4167	6.3833	3
05036	Draa Tamezrzga	draa-tamezrzga	05			35.4167	6.3833	3
05036	Tifirassine	tifirassine	05			35.4167	6.3833	3
05036	Draa Aissi	draa-aissi	05			35.4167	6.3833	3
05036	Bouziza	bouziza	05			35.4167	6.3833	3
05036	Ain Chair	ain-chair	05			35.4167	6.3833	3
05036	Ahras	ahras	05			35.4167	6.3833	3
05036	Khanga	khanga	05			35.4167	6.3833	3
05036	Khechou	khechou	05			35.4167	6.3833	3
05036	Kroumt Said	kroumt-said	05			35.4167	6.3833	3
05036	Ouled Metoussa	ouled-metoussa	05			35.4167	6.3833	3
05036	Ouled Beda	ouled-beda	05			35.4167	6.3833	3
05036	Marfeg	marfeg	05			35.4167	6.3833	3
05037	M'Doukal	m-doukal	05			35.121	5.1807	4
05038	Nouader	nouader	05			35.2182	6.1306	4
05038	Akhrib	akhrib	05			35.2182	6.1306	3
05038	Ghezel	ghezel	05			35.2182	6.1306	3
05038	Arbiaa	arbiaa	05			35.2182	6.1306	3
05038	Senane	senane	05			35.2182	6.1306	3
05039	Chemmora	chemmora	05			35.6653	6.6481	4
05039	Djebel Bouarif	djebel-bouarif	05			35.6653	6.6481	3
05039	Achache	achache	05			35.6653	6.6481	3
05039	Ain Seida	ain-seida	05			35.6653	6.6481	3
05039	Tikabount	tikabount	05			35.6653	6.6481	3
05039	Dhar Amrane	dhar-amrane	05			35.6653	6.6481	3
05040	Batna Kechida	batna-kechida	05			35.4998	5.9623	1
05041	Aourir	aourir	05			35.5305	6.0539	4
05041	Bouzina	bouzina	05			35.2794	6.1112	4
05041	Morkha	morkha	05			35.4049	6.0826	3
05041	Loumalah	loumalah	05			35.4049	6.0826	3
05041	Bouyakaken	bouyakaken	05			35.4049	6.0826	3
05041	Nirdi	nirdi	05			35.4049	6.0826	3
05041	Tidjadad	tidjadad	05			35.4049	6.0826	3
05041	Ali Ouyahia	ali-ouyahia	05			35.4049	6.0826	3
05041	Taggoust El Beida	taggoust-el-beida	05			35.4049	6.0826	3
05042	Arris Grine Belgacem	arris-grine-belgacem	05			35.4998	5.9623	1
05043	Taghit	taghit	05			35.4998	5.9623	1
05043	Ghassira	ghassira	05			35.4998	5.9623	1
05043	Tifelfel	tifelfel	05			35.4998	5.9623	1
05044	M'Cil	m-cil	05			35.8074	5.8583	4
05044	Tifelouine	tifelouine	05			35.8074	5.8583	3
05044	Saf Saf	saf-saf	05			35.8074	5.8583	3
05044	Ouled Sellam	ouled-sellam	05			35.8074	5.8583	3
05044	Tassa	tassa	05			35.8074	5.8583	3
05044	Kef Lahmar	kef-lahmar	05			35.8074	5.8583	3
05045	Bitam	bitam	05			35.3	5.3	4
05045	Ain Dkhila	ain-dkhila	05			35.3	5.3	3
05046	Djezzar	djezzar	05			35.4998	5.9623	1
05046	Merabtine	merabtine	05			35.4998	5.9623	1
05047	El Ksar	el-ksar	05			35.6765	5.901	4
05047	Mahres	mahres	05			35.6765	5.901	3
05047	Hemachra	hemachra	05			35.6765	5.901	3
05047	Ksar Belesma	ksar-belesma	05			35.6765	5.901	3
05048	Ain Touta 1er Nov	ain-touta-1er-nov	05			35.4998	5.9623	1
05049	Firas	firas	05			35.4051	6.5496	3
05049	Foum Toub	foum-toub	05			35.4051	6.5496	4
05049	Bougnaou	bougnaou	05			35.4051	6.5496	3
05049	T'Kaount	t-kaount	05			35.4051	6.5496	3
05049	Timrigine	timrigine	05			35.4051	6.5496	3
05049	Tibakouine	tibakouine	05			35.4051	6.5496	3
05049	Tabbalit	tabbalit	05			35.4051	6.5496	3
05049	Sebaargoud	sebaargoud	05			35.4051	6.5496	3
05049	Mechta Seffah	mechta-seffah	05			35.4051	6.5496	3
05049	Khangat El Hdada	khangat-el-hdada	05			35.4051	6.5496	3
05049	Khangat Bellabes	khangat-bellabes	05			35.4051	6.5496	3
05050	Ain Touta Hamada	ain-touta-hamada	05			35.3313	6.0606	1
05051	Talkhempt	talkhempt	05			35.3313	6.0606	1
05051	M'Sabra	m-sabra	05			35.3313	6.0606	1
05052	Chelma	chelma	05			35.3313	6.0606	1
05053	Nara	nara	05			35.1615	6.0477	4
05053	Tamchet	tamchet	05			35.1615	6.0477	3
05054	Ghadjati	ghadjati	05			35.3313	6.0606	1
05054	Oued Chaaba	oued-chaaba	05			35.3313	6.0606	1
05054	Chaabet Ouled Chelih	chaabet-ouled-chelih	05			35.3313	6.0606	1
05055	Ouled Ouach	ouled-ouach	05			35.6167	5.8167	3
05055	Bedides	bedides	05			35.6167	5.8167	3
05055	Taxlent	taxlent	05			35.6167	5.8167	4
05055	Ouled Aouach	ouled-aouach	05			35.6167	5.8167	3
05055	Tabalet	tabalet	05			35.6167	5.8167	3
05055	Tafedjelt	tafedjelt	05			35.6167	5.8167	3
05055	Adahri	adahri	05			35.6167	5.8167	3
05056	Tagoust El Hamra	tagoust-el-hamra	05			35.3313	6.0606	1
05057	Boumaguer	boumaguer	05			35.3313	6.0606	1
05057	Hassoune	hassoune	05			35.3313	6.0606	1
05058	Mzata	mzata	05			35.2156	6.3175	4
05058	Sara	sara	05			35.2156	6.3175	3
05058	Tafraount	tafraount	05			35.2156	6.3175	3
05058	T'Letz	t-letz	05			35.2156	6.3175	3
05058	Bougrara	bougrara	05			35.2156	6.3175	3
05058	Kherbache	kherbache	05			35.2156	6.3175	3
05058	Ouled Abbes	ouled-abbes	05			35.2156	6.3175	3
05059	Ouarka	ouarka	05			35.3313	6.0606	1
05060	Tabendout	tabendout	05			35.1626	6.2402	3
05060	Chir Ouled Aicha	chir-ouled-aicha	05			35.1626	6.2402	3
05060	Tighanimine	tighanimine	05			35.1626	6.2402	4
05060	Boussalah	boussalah	05			35.1626	6.2402	3
05061	Baiou	baiou	05			35.4165	6.335	4
05061	Takesrit	takesrit	05			35.4165	6.335	3
05061	Taghit	taghit	05			35.4165	6.335	3
05062	El Guentas	el-guentas	05			35.5244	6.2071	1
05062	Boulhilet	boulhilet	05			35.5244	6.2071	1
05062	Ouled Belaguel	ouled-belaguel	05			35.5244	6.2071	1
05063	Bou El Freiss	bou-el-freiss	05			35.5244	6.2071	1
05064	Ouled Louifi	ouled-louifi	05			35.5244	6.2071	1
05064	Sefiane	sefiane	05			35.5244	6.2071	1
05065	Roknia	roknia	05			35.8277	6.0708	4
05065	Touffana	touffana	05			35.4832	6.6271	4
05065	Ouled Abdelhal	ouled-abdelhal	05			35.6555	6.3489	3
05065	Ouled Mezour	ouled-mezour	05			35.6555	6.3489	3
05065	Ouled Fadhel	ouled-fadhel	05			35.6555	6.3489	3
05065	Ouled Boukacha	ouled-boukacha	05			35.6555	6.3489	3
05065	Guable Amrane	guable-amrane	05			35.6555	6.3489	3
05065	Draa Etouil	draa-etouil	05			35.6555	6.3489	3
05065	Bounaraj	bounaraj	05			35.6555	6.3489	3
05066	Ouled Si Slimane	ouled-si-slimane	05			35.5244	6.2071	1
05066	Bouchid	bouchid	05			35.5244	6.2071	1
05066	Kachbi	kachbi	05			35.5244	6.2071	1
05066	Gasbet Chaabat	gasbet-chaabat	05			35.5244	6.2071	1
05067	Guigba	guigba	05			35.7355	5.59	4
05067	Chaabet Zitoun	chaabet-zitoun	05			35.7355	5.59	3
05067	Dar Djenane	dar-djenane	05			35.7355	5.59	3
05067	Chaaba	chaaba	05			35.7355	5.59	3
05067	Guerza	guerza	05			35.7355	5.59	3
05067	Ghenia	ghenia	05			35.7355	5.59	3
05067	Draa Toukar	draa-toukar	05			35.7355	5.59	3
05068	Djebel Tachrirt	djebel-tachrirt	05			35.5244	6.2071	1
05068	Gasbat	gasbat	05			35.5244	6.2071	1
05068	Djeriat	djeriat	05			35.5244	6.2071	1
05069	Sidi Mancar	sidi-mancar	05			35.5211	6.3797	4
05069	Meriel	meriel	05			35.5211	6.3797	3
05070	Draa El Gbor	draa-el-gbor	05			35.4448	5.872	1
05071	Zana El Beida	zana-el-beida	05			35.4448	5.872	1
05072	R'Haouet	r-haouet	05			35.4448	5.872	1
05073	Lambiridi	lambiridi	05			35.5048	6.0778	4
05073	Timoument	timoument	05			35.5048	6.0778	3
05074	Hamla	hamla	05			35.557	6.0837	4
05075	T'Zouket	t-zouket	05			35.4448	5.872	1
05076	Ain El Assaffeur	ain-el-assaffeur	05			35.4448	5.872	1
05077	Bouakaz	bouakaz	05			35.4448	5.872	1
05077	Freres Benchadi	freres-benchadi	05			35.4448	5.872	1
05078	Fesdis	fesdis	05			35.4448	5.872	1
05079	Sidi Ali	sidi-ali	05			35.2724	5.4544	4
05079	M'Sara	m-sara	05			35.2724	5.4544	3
05079	Kimmel	kimmel	05			35.2724	5.4544	3
05080	Rhoufi	rhoufi	05			35.0588	6.17	4
05080	Ouled Aouriche	ouled-aouriche	05			35.0588	6.17	3
05080	Ouled Mimoun	ouled-mimoun	05			35.0588	6.17	3
05080	Tabaalit	tabaalit	05			35.0588	6.17	3
05080	Charfa	charfa	05			35.0588	6.17	3
05081	Tahammant	tahammant	05			35.0743	6.3695	1
05081	Merzeghelal	merzeghelal	05			35.0743	6.3695	1
05081	Laksar	laksar	05			35.0743	6.3695	1
05081	Chenaoura	chenaoura	05			35.0743	6.3695	1
05082	Kef Laarous	kef-laarous	05			35.0743	6.3695	1
05082	Ouled Yahia	ouled-yahia	05			35.0743	6.3695	1
05083	Inoughissene	inoughissene	05			35.0743	6.3695	1
05083	Timechtaouine	timechtaouine	05			35.0743	6.3695	1
05084	Bacha	bacha	05			35.3031	6.4167	4
05084	Tibhirine	tibhirine	05			35.3031	6.4167	3
05084	Ain Tin	ain-tin	05			35.3031	6.4167	3
05084	Afra	afra	05			35.3031	6.4167	3
05084	El Hadjadj	el-hadjadj	05			35.3031	6.4167	3
05085	Dermoune	dermoune	05			34.8609	6.5219	4
05086	Nirdi	nirdi	05			35.0743	6.3695	1
05087	Ouled Derradji	ouled-derradji	05			35.0743	6.3695	1
05088	Koudiat Messara	koudiat-messara	05			35.0743	6.3695	1
05088	Lemcen	lemcen	05			35.0743	6.3695	1
05089	Kenda	kenda	05			35.0743	6.3695	1
05090	Chaabet El Gosbat	chaabet-el-gosbat	05			35.4913	6.0986	1
05091	Rahbat	rahbat	05			35.4913	6.0986	1
05091	Ouled Driss	ouled-driss	05			35.4913	6.0986	1
05092	Ali Gader	ali-gader	05			35.4143	6.4704	4
05093	Amentane	amentane	05			35.4913	6.0986	1
05094	Aoughanime	aoughanime	05			35.4913	6.0986	1
05095	Baali	baali	05			35.4913	6.0986	1
05096	Tinibaouine	tinibaouine	05			35.5683	5.7267	4
05096	Terchioune	terchioune	05			35.5683	5.7267	3
05097	Mezline	mezline	05			35.4913	6.0986	1
05098	Tifrene	tifrene	05			35.4913	6.0986	1
05099	Ouled Azzouz	ouled-azzouz	05			35.4913	6.0986	1
05100	Brayadh	brayadh	05			35.5258	6.2723	1
05101	Draa Boultif	draa-boultif	05			35.5258	6.2723	1
05101	Teniet Seada	teniet-seada	05			35.5258	6.2723	1
05102	El Kouachia	el-kouachia	05			35.5258	6.2723	1
05103	Legrine	legrine	05			35.5258	6.2723	1
05104	Boumia	boumia	05			35.6866	6.4578	4
05104	Hidhar Brahim	hidhar-brahim	05			35.6866	6.4578	3
05105	Djerma	djerma	05			35.678	6.2611	4
05105	Sidi Khiar	sidi-khiar	05			35.678	6.2611	3
05105	Ararour	ararour	05			35.678	6.2611	3
05105	Ain Romane	ain-romane	05			35.678	6.2611	3
05106	Fesdis Ferme	fesdis-ferme	05			35.5258	6.2723	1
05107	Tigharghar	tigharghar	05			35.5258	6.2723	1
05108	Chir	chir	05			35.2128	6.0981	4
05109	Batna Zone Industrielle	batna-zone-industrielle	05			35.5258	6.2723	1
05110	Teniet Essadra	teniet-essadra	05			35.4602	6.1787	1
05111	Timedouine	timedouine	05			35.4602	6.1787	1
05112	Zana	zana	05			35.4602	6.1787	1
05113	Sfasaf	sfasaf	05			35.4602	6.1787	1
05114	Charef El Ain	charef-el-ain	05			35.4602	6.1787	1
05115	Nafla	nafla	05			35.4602	6.1787	1
05116	El Hassi	el-hassi	05			35.4602	6.1787	1
05117	Lazrou	lazrou	05			35.4602	6.1787	1
05118	Chott	chott	05			35.4602	6.1787	1
05119	Ouled Aiche	ouled-aiche	05			35.4602	6.1787	1
05119	Megueder Yazour	megueder-yazour	05			35.4602	6.1787	1
05120	Taga	taga	05			35.2635	5.8976	1
05121	Ouled Ammar	ouled-ammar	05			35.2635	5.8976	1
05122	Chihat	chihat	05			35.2635	5.8976	1
05123	Barbat	barbat	05			35.2635	5.8976	3
05123	Maafa	maafa	05			35.2635	5.8976	4
05124	Ras El Ma	ras-el-ma	05			35.2635	5.8976	1
05125	Tazeght	tazeght	05			35.2635	5.8976	1
05126	Moulia	moulia	05			35.2635	5.8976	1
05127	Legridet	legridet	05			35.2635	5.8976	1
05128	Fenarou	fenarou	05			35.2635	5.8976	1
05129	Tarf	tarf	05			35.2635	5.8976	1
05130	M'Tkaouak	m-tkaouak	05			35.4602	6.1787	1
05131	Tamachit	tamachit	05			35.4602	6.1787	1
06000	Taguemount	taguemount	06			36.6086	4.9774	4
06000	Ibouhathmane	ibouhathmane	06			36.756	5.0387	4
06000	Smina	smina	06			36.6193	4.8663	3
06000	Djabia	djabia	06			36.4803	4.7809	4
06000	Cheurfa	cheurfa	06			36.7167	4.7667	4
06000	Adekar	adekar	06			36.6931	4.6715	4
06000	Bejaia Ihaddadene	bejaia-ihaddadene	06			36.7333	5.05	4
06000	Ikherbienne	ikherbienne	06			36.6193	4.8663	3
06000	Taourirt	taourirt	06			36.5833	4.9333	4
06000	Taghidiouine	taghidiouine	06			36.6193	4.8663	3
06000	Sidi Ali Lebhar	sidi-ali-lebhar	06			36.6193	4.8663	3
06000	Issoumar	issoumar	06			36.6193	4.8663	3
06000	Nator	nator	06			36.6193	4.8663	3
06000	Bir Seliem	bir-seliem	06			36.6193	4.8663	3
06000	Tala Taghrent	tala-taghrent	06			36.6193	4.8663	3
06000	Tighilest	tighilest	06			36.6193	4.8663	3
06000	Oussama	oussama	06			36.6193	4.8663	3
06000	Itifaoun	itifaoun	06			36.6193	4.8663	3
06000	El Djenane	el-djenane	06			36.6714	4.8116	4
06000	Ighil Ouhaddad	ighil-ouhaddad	06			36.6193	4.8663	3
06000	Ouladene	ouladene	06			36.6193	4.8663	3
06000	Tighrent	tighrent	06			36.6193	4.8663	3
06000	Ihaddadene	ihaddadene	06			36.7333	5.05	4
06000	Izeghrane	izeghrane	06			36.6193	4.8663	3
06000	Ikourab	ikourab	06			36.6193	4.8663	3
06000	Ighil Bouzelmat	ighil-bouzelmat	06			36.6193	4.8663	3
06000	Bejaia El Khemis	bejaia-el-khemis	06			36.2167	4.5833	4
06000	Terga Ou Zemmour	terga-ou-zemmour	06			36.6193	4.8663	3
06000	Lazib Oumamar	lazib-oumamar	06			36.6193	4.8663	3
06000	Kiara	kiara	06			36.6193	4.8663	3
06000	Semache	semache	06			36.6193	4.8663	3
06000	Adrar Oufernou	adrar-oufernou	06			36.6193	4.8663	3
06000	Oumoutene	oumoutene	06			36.6193	4.8663	3
06000	Taberkat	taberkat	06			36.6193	4.8663	3
06000	Tala Ouriane	tala-ouriane	06			36.6193	4.8663	3
06000	Ighil Izza	ighil-izza	06			36.6193	4.8663	3
06000	Tiferkine	tiferkine	06			36.6193	4.8663	3
06000	Tala Lakseur	tala-lakseur	06			36.6193	4.8663	3
06000	Tiguert Ouaghliss	tiguert-ouaghliss	06			36.6193	4.8663	3
06000	Ain Sekhoun	ain-sekhoun	06			36.6193	4.8663	3
06000	Taghanimt	taghanimt	06			36.6193	4.8663	3
06000	Ighil Kenana	ighil-kenana	06			36.6193	4.8663	3
06000	Ighil Khelfa	ighil-khelfa	06			36.6193	4.8663	3
06000	Ighil Ammar	ighil-ammar	06			36.6193	4.8663	3
06000	Belaiche	belaiche	06			36.6193	4.8663	3
06000	Bouaich	bouaich	06			36.6193	4.8663	3
06000	Douar Ait Timsit	douar-ait-timsit	06			36.6193	4.8663	3
06000	Ibouchtaouene	ibouchtaouene	06			36.6193	4.8663	3
06000	Ighil Ouazzoug	ighil-ouazzoug	06			36.6193	4.8663	3
06000	Ait Sidi Mihoub	ait-sidi-mihoub	06			36.6193	4.8663	3
06000	Douar Madala	douar-madala	06			36.6193	4.8663	3
06000	Agueni Ouadjed	agueni-ouadjed	06			36.6193	4.8663	3
06000	Imessaoudene	imessaoudene	06			36.6193	4.8663	3
06000	Aidoudene	aidoudene	06			36.6193	4.8663	3
06000	Ighil Rezifen	ighil-rezifen	06			36.6193	4.8663	3
06000	Douar Ait Amar Ouali	douar-ait-amar-ouali	06			36.6193	4.8663	3
06000	Ighil Oumoussa	ighil-oumoussa	06			36.6193	4.8663	3
06000	Iamarache	iamarache	06			36.6193	4.8663	3
06000	Bejaia Sidi Soufiane	bejaia-sidi-soufiane	06			36.6193	4.8663	3
06000	Ait Amar Ouali (Douar)	ait-amar-ouali-douar	06			36.6193	4.8663	3
06000	Azzouguene	azzouguene	06			36.6193	4.8663	3
06000	Bejaia Aamriw	bejaia-aamriw	06			36.6193	4.8663	3
06000	Dar Djebel	dar-djebel	06			36.6193	4.8663	3
06000	Eguer Ouacif	eguer-ouacif	06			36.6193	4.8663	3
06000	Amridj	amridj	06			36.6193	4.8663	3
06000	El Ankia	el-ankia	06			36.6193	4.8663	3
06000	Dar Nacer	dar-nacer	06			36.6193	4.8663	3
06000	Hadd Abad	hadd-abad	06			36.6193	4.8663	3
06000	Bouguellil	bouguellil	06			36.6193	4.8663	3
06000	Bejaia Rp	bejaia-rp	06			36.6193	4.8663	3
06000	Bejaia Terre	bejaia-terre	06			36.6193	4.8663	3
06000	Adrar N'Dahlis	adrar-n-dahlis	06			36.6193	4.8663	3
06001	Tighilt Makhlouf	tighilt-makhlouf	06			36.6833	4.7833	4
06001	Tifrit	tifrit	06			36.4806	4.5303	4
06001	Akbou	akbou	06			36.4575	4.5349	4
06001	Takhlicht	takhlicht	06			36.8333	4.7167	4
06001	Alama	alama	06			36.0304	2.9795	4
06001	Igherbouchene	igherbouchene	06			36.497	4.3089	3
06001	Ait Amar Ouzeghane	ait-amar-ouzeghane	06			36.497	4.3089	3
06001	Ait Anane	ait-anane	06			36.497	4.3089	3
06001	Ait Bessai	ait-bessai	06			36.497	4.3089	3
06001	Ait Hayani	ait-hayani	06			36.497	4.3089	3
06001	Ait Mekedem	ait-mekedem	06			36.497	4.3089	3
06001	Ait Sidi Amar	ait-sidi-amar	06			36.497	4.3089	3
06001	Akbou Hopital	akbou-hopital	06			36.497	4.3089	3
06001	Amoura	amoura	06			36.497	4.3089	3
06001	Arafou	arafou	06			36.497	4.3089	3
06001	Azaghart	azaghart	06			36.497	4.3089	3
06001	Azib	azib	06			36.497	4.3089	3
06001	Azib Oulahdir	azib-oulahdir	06			36.497	4.3089	3
06001	Azouna	azouna	06			36.497	4.3089	3
06001	Beni Sellam	beni-sellam	06			36.497	4.3089	3
06001	Boukir	boukir	06			36.497	4.3089	3
06001	Bouzaoual	bouzaoual	06			36.497	4.3089	3
06001	El Elma Ouguenane	el-elma-ouguenane	06			36.497	4.3089	3
06001	Felden	felden	06			36.497	4.3089	3
06001	Fetaoun	fetaoun	06			36.497	4.3089	3
06001	Igherbane	igherbane	06			36.497	4.3089	3
06001	Ighil Oubarki	ighil-oubarki	06			36.497	4.3089	3
06001	Mechta	mechta	06			36.497	4.3089	3
06001	Meliha	meliha	06			36.497	4.3089	3
06001	Riquet	riquet	06			36.497	4.3089	3
06001	Taharacht	taharacht	06			36.497	4.3089	3
06001	Tala Mellal	tala-mellal	06			36.497	4.3089	3
06001	Taza Ghret	taza-ghret	06			36.497	4.3089	3
06001	Tizi Maali	tizi-maali	06			36.497	4.3089	3
06001	Tmaadanine	tmaadanine	06			36.497	4.3089	3
06002	Bejaia Liberte	bejaia-liberte	06			36.5737	4.7942	1
06003	Timri	timri	06			36.6794	4.8555	3
06003	Bounoun	bounoun	06			36.6794	4.8555	3
06003	Bouzouleme	bouzouleme	06			36.6794	4.8555	3
06003	El Kseur	el-kseur	06			36.6794	4.8555	4
06003	Tibkanine	tibkanine	06			36.6794	4.8555	3
06003	Tighilt Nait Ziane	tighilt-nait-ziane	06			36.6794	4.8555	3
06003	Tala Oughras	tala-oughras	06			36.6794	4.8555	3
06003	Tibrahmine	tibrahmine	06			36.6794	4.8555	3
06003	Tercha	tercha	06			36.6794	4.8555	3
06003	Betlou	betlou	06			36.6794	4.8555	3
06003	Iamrouchene	iamrouchene	06			36.6794	4.8555	3
06003	Bounejdamene	bounejdamene	06			36.6794	4.8555	3
06003	Kharoube	kharoube	06			36.6794	4.8555	3
06003	Tala N'Savonne	tala-n-savonne	06			36.6794	4.8555	3
06004	Ouled Saada	ouled-saada	06			36.4877	5.3085	3
06004	Kherrata	kherrata	06			36.4935	5.278	4
06004	Menchar	menchar	06			36.4819	5.339	4
06004	Lahraich	lahraich	06			36.4877	5.3085	3
06004	Maida	maida	06			36.4877	5.3085	3
06004	Afra	afra	06			36.4877	5.3085	3
06004	Senadla	senadla	06			36.4877	5.3085	3
06004	Tabia	tabia	06			36.4877	5.3085	3
06004	Takliet	takliet	06			36.4877	5.3085	3
06004	Bellouta	bellouta	06			36.4877	5.3085	3
06004	Ouled M'Sar	ouled-m-sar	06			36.4877	5.3085	3
06004	Ouled Laaziz	ouled-laaziz	06			36.4877	5.3085	3
06004	Merouaha	merouaha	06			36.4877	5.3085	3
06004	Djermouha	djermouha	06			36.4877	5.3085	3
06004	Dradma	dradma	06			36.4877	5.3085	3
06004	Erhamine	erhamine	06			36.4877	5.3085	3
06004	Kalaou	kalaou	06			36.4877	5.3085	3
06004	Azagher	azagher	06			36.4877	5.3085	3
06004	Bouzougla	bouzougla	06			36.4877	5.3085	3
06004	Beni Merai	beni-merai	06			36.4877	5.3085	3
06005	Sidi Aich	sidi-aich	06			36.6093	4.6913	4
06005	Izghad	izghad	06			36.6093	4.6913	3
06005	Ait Oubelaid	ait-oubelaid	06			36.6093	4.6913	3
06005	Ait Daoud	ait-daoud	06			36.6093	4.6913	3
06005	El Madi	el-madi	06			36.6093	4.6913	3
06006	Tinessouine	tinessouine	06			36.5737	4.7942	1
06006	Ighil Kebbar	ighil-kebbar	06			36.5737	4.7942	1
06006	Idriken	idriken	06			36.5737	4.7942	1
06006	Allaghan	allaghan	06			36.5737	4.7942	1
06006	Tikharkatine	tikharkatine	06			36.5737	4.7942	1
06006	Lencella	lencella	06			36.5737	4.7942	1
06006	Rodha	rodha	06			36.5737	4.7942	1
06006	Tabouda	tabouda	06			36.5737	4.7942	1
06006	Tachalat	tachalat	06			36.5737	4.7942	1
06006	Lemdjaz	lemdjaz	06			36.5737	4.7942	1
06006	Ikherbane	ikherbane	06			36.5737	4.7942	1
06006	Tazmalt	tazmalt	06			36.5737	4.7942	1
06007	Ait Aissa	ait-aissa	06			36.4134	4.7771	4
06007	Aokas	aokas	06			36.6333	5.25	4
06007	Tablout	tablout	06			36.5233	5.0135	3
06007	Tala Khaled	tala-khaled	06			36.5233	5.0135	3
06007	Tamridjet	tamridjet	06			36.5233	5.0135	3
06007	Merdjane Amar (Domaine)	merdjane-amar-domaine	06			36.5233	5.0135	3
06007	Taramante	taramante	06			36.5233	5.0135	3
06007	Tikharoubine	tikharoubine	06			36.5233	5.0135	3
06007	Allouane	allouane	06			36.5233	5.0135	3
06007	Mesbah	mesbah	06			36.5233	5.0135	3
06008	Amizour	amizour	06			36.6402	4.9013	4
06008	Ait Oumaouche	ait-oumaouche	06			36.6402	4.9013	3
06008	Ait Nana	ait-nana	06			36.6402	4.9013	3
06008	Ait Ihia	ait-ihia	06			36.6402	4.9013	3
06008	Ait Ayad	ait-ayad	06			36.6402	4.9013	3
06008	Ahmam	ahmam	06			36.6402	4.9013	3
06008	Afra	afra	06			36.6402	4.9013	3
06008	Ibakourene	ibakourene	06			36.6402	4.9013	3
06008	El Bordj	el-bordj	06			36.6402	4.9013	3
06008	Drari	drari	06			36.6402	4.9013	3
06008	Djebel Louze	djebel-louze	06			36.6402	4.9013	3
06008	Tarikt	tarikt	06			36.6402	4.9013	3
06008	Debha	debha	06			36.6402	4.9013	3
06008	Berri	berri	06			36.6402	4.9013	3
06008	Amayaze	amayaze	06			36.6402	4.9013	3
06008	Adjroud	adjroud	06			36.6402	4.9013	3
06008	Tizi Neftah	tizi-neftah	06			36.6402	4.9013	3
06008	Xantina	xantina	06			36.6402	4.9013	3
06008	Ouaoucha	ouaoucha	06			36.6402	4.9013	3
06008	Ihaounene	ihaounene	06			36.6402	4.9013	3
06008	Ihadjarene	ihadjarene	06			36.6402	4.9013	3
06008	Tala Ammar	tala-ammar	06			36.6402	4.9013	3
06008	El Hamma	el-hamma	06			36.6402	4.9013	3
06009	Barbacha	barbacha	06			36.5667	4.9667	4
06009	Bouaich	bouaich	06			36.5667	4.9667	3
06009	Ait Ouyahia	ait-ouyahia	06			36.5667	4.9667	3
06009	Agueni N'Sihel	agueni-n-sihel	06			36.5667	4.9667	3
06009	Tizi Ouzemmour	tizi-ouzemmour	06			36.5667	4.9667	3
06009	Tiazidine	tiazidine	06			36.5667	4.9667	3
06009	El Kitoune	el-kitoune	06			36.5667	4.9667	3
06009	Taourirt Amrat	taourirt-amrat	06			36.5667	4.9667	3
06009	Boungeur	boungeur	06			36.5667	4.9667	3
06009	Boughidene	boughidene	06			36.5667	4.9667	3
06010	Timeliouine	timeliouine	06			36.653	4.967	3
06010	Tazrout	tazrout	06			36.653	4.967	4
06010	Village Nasroune	village-nasroune	06			36.653	4.967	3
06010	Tiouririne	tiouririne	06			36.653	4.967	3
06010	Ighzer Amokrane	ighzer-amokrane	06			36.653	4.967	3
06010	Village Chikhoune	village-chikhoune	06			36.653	4.967	3
06010	Helouane	helouane	06			36.653	4.967	3
06010	Village Izemouren	village-izemouren	06			36.653	4.967	3
06010	Ibouzidane	ibouzidane	06			36.653	4.967	3
06010	Khanfour	khanfour	06			36.653	4.967	3
06010	Didoune	didoune	06			36.653	4.967	3
06010	Agraled	agraled	06			36.653	4.967	3
06010	Sidi Younes	sidi-younes	06			36.653	4.967	3
06010	Ouzallaguen	ouzallaguen	06			36.653	4.967	3
06010	Sellouana	sellouana	06			36.653	4.967	3
06010	Ighil Ouadles	ighil-ouadles	06			36.653	4.967	3
06010	Tigrine	tigrine	06			36.653	4.967	3
06010	Ighbane	ighbane	06			36.653	4.967	3
06010	Boutagout	boutagout	06			36.653	4.967	3
06010	Charfa	charfa	06			36.653	4.967	3
06010	Maghnoune	maghnoune	06			36.653	4.967	3
06010	Ifri	ifri	06			36.653	4.967	3
06011	Takhlicht	takhlicht	06			36.8333	4.7167	4
06011	Amagaz	amagaz	06			36.5726	4.7109	4
06011	Seddouk	seddouk	06			36.5472	4.6861	4
06011	Tighermine	tighermine	06			36.6511	4.7046	3
06011	Sidi Mouffok	sidi-mouffok	06			36.6511	4.7046	3
06011	Seddouk Ou Fella	seddouk-ou-fella	06			36.6511	4.7046	3
06011	Seddouk Ouadda	seddouk-ouadda	06			36.6511	4.7046	3
06011	Ighil Melloulene	ighil-melloulene	06			36.6511	4.7046	3
06011	Zounina	zounina	06			36.6511	4.7046	3
06012	Deux Fontaines	deux-fontaines	06			36.5161	4.6602	1
06012	Louasta	louasta	06			36.5161	4.6602	1
06012	Village Agricole	village-agricole	06			36.5161	4.6602	1
06012	Souk Eltenine	souk-eltenine	06			36.5161	4.6602	1
06012	Melbou	melbou	06			36.5161	4.6602	1
06012	Boulzazene	boulzazene	06			36.5161	4.6602	1
06012	Boukendoul	boukendoul	06			36.5161	4.6602	1
06013	Takorabt	takorabt	06			36.5918	4.8354	4
06013	Guendouze	guendouze	06			36.3716	4.487	4
06013	Iougranene	iougranene	06			36.4817	4.6612	3
06013	Handis Ichoukar	handis-ichoukar	06			36.4817	4.6612	3
06013	Guenzit	guenzit	06			36.4817	4.6612	3
06013	Bouchefka	bouchefka	06			36.4817	4.6612	3
06013	Aourir Djedida	aourir-djedida	06			36.4817	4.6612	3
06013	Ait Rezine	ait-rezine	06			36.4817	4.6612	3
06013	Ounzrane	ounzrane	06			36.4817	4.6612	3
06013	Taourirt Ou Asla	taourirt-ou-asla	06			36.4817	4.6612	3
06013	Tighilt Oumegal	tighilt-oumegal	06			36.4817	4.6612	3
06014	Ouled Ali	ouled-ali	06			36.1113	3.1656	4
06014	Ighil Ali	ighil-ali	06			36.3365	4.4681	4
06014	Taourirt	taourirt	06			36.4433	4.6828	4
06014	Guelaa	guelaa	06			36.2952	4.5798	4
06014	Takorabt	takorabt	06			36.5918	4.8354	4
06014	Boni	boni	06			36.3307	4.4301	3
06014	Tiniri	tiniri	06			36.2942	4.5545	4
06014	Zina	zina	06			36.3102	4.5097	4
06014	Ilouguan	ilouguan	06			36.3307	4.4301	3
06014	Tazla	tazla	06			36.2667	4.6021	4
06014	Hamda	hamda	06			36.3214	4.4347	4
06014	Ouled Halassa	ouled-halassa	06			36.3307	4.4301	3
06014	Mouka	mouka	06			36.3365	4.4681	4
06014	Ouled Saci	ouled-saci	06			36.3307	4.4301	3
06014	Tansaoui	tansaoui	06			36.3307	4.4301	3
06014	Ouled Saida	ouled-saida	06			36.3307	4.4301	3
06014	Ouled Seradj	ouled-seradj	06			36.3307	4.4301	3
06014	Tabouanant	tabouanant	06			36.3307	4.4301	3
06014	Tazaert	tazaert	06			36.3307	4.4301	3
06014	Tazrou	tazrou	06			36.3307	4.4301	3
06014	Tigrine	tigrine	06			36.3307	4.4301	3
06014	Beni Ouahda	beni-ouahda	06			36.3307	4.4301	3
06015	Taskriout	taskriout	06			36.5667	5.25	4
06015	Bordj Mira	bordj-mira	06			36.339	4.2078	3
06015	Ouled Ali	ouled-ali	06			36.1113	3.1656	4
06015	Ait Driss	ait-driss	06			36.339	4.2078	3
06015	Amridj	amridj	06			36.339	4.2078	3
06015	Arechach	arechach	06			36.339	4.2078	3
06015	Ouled M'Barek	ouled-m-barek	06			36.339	4.2078	3
06015	Ouled Khemniche	ouled-khemniche	06			36.339	4.2078	3
06015	Oued M'Chaab	oued-m-chaab	06			36.339	4.2078	3
06015	Le Riff	le-riff	06			36.339	4.2078	3
06016	Darguina	darguina	06			36.565	5.306	4
06016	El Sardane	el-sardane	06			36.565	5.306	3
06016	Beni Attik	beni-attik	06			36.565	5.306	3
06016	Beni Amane	beni-amane	06			36.565	5.306	3
06016	Ait Khaled	ait-khaled	06			36.565	5.306	3
06016	Tadergount	tadergount	06			36.565	5.306	3
06016	Ighzer Ouftis	ighzer-ouftis	06			36.565	5.306	3
06016	Beni Felkai	beni-felkai	06			36.565	5.306	3
06017	Aboudaou	aboudaou	06			36.7007	5.0565	4
06017	Boumansour	boumansour	06			36.7087	4.971	3
06017	Ait Smail	ait-smail	06			36.7333	4.85	4
06017	Oued Ghir	oued-ghir	06			36.7104	4.9773	4
06017	Ait Hamouda	ait-hamouda	06			36.7004	5.0312	4
06017	Amadene	amadene	06			36.6987	4.94	4
06017	Ireza	ireza	06			36.7087	4.971	3
06017	Taourirt Larba	taourirt-larba	06			36.7087	4.971	3
06017	Tahanouts	tahanouts	06			36.7087	4.971	3
06017	Tabouda	tabouda	06			36.7087	4.971	3
06017	Ibourassene	ibourassene	06			36.7087	4.971	3
06017	Douaa	douaa	06			36.7087	4.971	3
06017	Ighil Ouberaouk	ighil-ouberaouk	06			36.7087	4.971	3
06017	Ibachirene	ibachirene	06			36.7087	4.971	3
06018	Hamda	hamda	06			36.3214	4.4347	4
06018	Abaliche	abaliche	06			36.5024	4.609	3
06018	Tighilt	tighilt	06			36.6833	4.7833	4
06018	Telfsa	telfsa	06			36.5024	4.609	3
06018	Tigrine	tigrine	06			36.5024	4.609	3
06018	Ouled Chiba	ouled-chiba	06			36.5024	4.609	3
06018	Tansaout Aftis	tansaout-aftis	06			36.5024	4.609	3
06018	Ouled Halassa	ouled-halassa	06			36.5024	4.609	3
06018	Taourirt Bou Ourar	taourirt-bou-ourar	06			36.5024	4.609	3
06018	Ain El Bir	ain-el-bir	06			36.5024	4.609	3
06018	Beniouihdane	beniouihdane	06			36.5024	4.609	3
06018	Boudjellil	boudjellil	06			36.5024	4.609	3
06018	Metchik	metchik	06			36.5024	4.609	3
06018	Ouled Saida	ouled-saida	06			36.5024	4.609	3
06018	Ouled Bouali	ouled-bouali	06			36.5024	4.609	3
06018	Aftis	aftis	06			36.5024	4.609	3
06019	Takhlicht	takhlicht	06			36.8333	4.7167	4
06019	Taourirt	taourirt	06			36.4433	4.6828	4
06019	Tasga	tasga	06			36.6167	4.75	4
06019	Iachourene	iachourene	06			36.6167	4.7833	4
06019	El Kelaa	el-kelaa	06			36.65	4.6667	4
06019	Taourirt Allouache	taourirt-allouache	06			36.6235	4.7554	3
06019	Akabiou	akabiou	06			36.621	4.7714	4
06019	Imezouagh	imezouagh	06			36.6235	4.7554	3
06019	El Had	el-had	06			36.5833	4.9167	4
06019	Ighzer Kebla	ighzer-kebla	06			36.6235	4.7554	3
06019	Mechkoura	mechkoura	06			36.6235	4.7554	3
06019	Tillilitz	tillilitz	06			36.6235	4.7554	3
06019	Timzrit	timzrit	06			36.6235	4.7554	3
06019	Tounef	tounef	06			36.6235	4.7554	3
06019	Tizi N'Slib	tizi-n-slib	06			36.6235	4.7554	3
06019	Ighil Guemour	ighil-guemour	06			36.6235	4.7554	3
06019	Djimaa	djimaa	06			36.6235	4.7554	3
06019	Amsioune	amsioune	06			36.6235	4.7554	3
06019	Abainou	abainou	06			36.6235	4.7554	3
06019	Melloulit	melloulit	06			36.6235	4.7554	3
06019	Ouanougha	ouanougha	06			36.6235	4.7554	3
06019	Oued M'Cheb	oued-m-cheb	06			36.6235	4.7554	3
06019	Tala Oulmane	tala-oulmane	06			36.6235	4.7554	3
06020	Semaoune	semaoune	06			36.6167	4.8	4
06020	Tizi Adjissa	tizi-adjissa	06			36.6167	4.8	3
06020	Tizi Senhadja	tizi-senhadja	06			36.6167	4.8	3
06020	Beni Djellil	beni-djellil	06			36.6167	4.8	3
06020	Tissa	tissa	06			36.6167	4.8	3
06021	Timri Mahmoud	timri-mahmoud	06			36.6931	4.6715	3
06021	Adekar	adekar	06			36.6931	4.6715	4
06021	Alitoum	alitoum	06			36.6931	4.6715	3
06021	Kebouche	kebouche	06			36.6931	4.6715	4
06021	Ighil Kroun	ighil-kroun	06			36.6931	4.6715	3
06021	Ikhetaben	ikhetaben	06			36.6931	4.6715	3
06021	Mechnoua	mechnoua	06			36.6931	4.6715	3
06021	Mezdouille	mezdouille	06			36.6931	4.6715	3
06021	Hallafa	hallafa	06			36.6931	4.6715	3
06021	Ouanougha	ouanougha	06			36.6931	4.6715	3
06021	Tala Hamdoun	tala-hamdoun	06			36.6931	4.6715	3
06022	Taguemount	taguemount	06			36.6086	4.9774	4
06022	Takorabt	takorabt	06			36.5918	4.8354	4
06022	Tazrout	tazrout	06			36.653	4.967	4
06022	Tighilt	tighilt	06			36.6833	4.7833	4
06022	Taourirt	taourirt	06			36.5833	4.9333	4
06022	Badjou	badjou	06			36.6195	4.954	3
06022	Djenane	djenane	06			36.5971	5.2275	4
06022	Ayaten	ayaten	06			36.6195	4.954	3
06022	Larbaa	larbaa	06			36.6195	4.954	3
06022	Tissira	tissira	06			36.6195	4.954	3
06022	Berkouk	berkouk	06			36.6195	4.954	3
06022	Boumelal	boumelal	06			36.6195	4.954	3
06022	Boussadoune	boussadoune	06			36.6195	4.954	3
06022	Chemini	chemini	06			36.6195	4.954	3
06022	Iabbounene	iabbounene	06			36.6195	4.954	3
06022	Imaliouene	imaliouene	06			36.6195	4.954	3
06022	Agueni	agueni	06			36.6195	4.954	3
06022	Izarouzene	izarouzene	06			36.6195	4.954	3
06022	Ait Aghrah	ait-aghrah	06			36.6195	4.954	3
06022	Tihouna	tihouna	06			36.6195	4.954	3
06022	Ait Soula	ait-soula	06			36.6195	4.954	3
06022	Tamdjout	tamdjout	06			36.6195	4.954	3
06022	Takhlidjit	takhlidjit	06			36.6195	4.954	3
06022	Sidi Yahia	sidi-yahia	06			36.6195	4.954	3
06022	Sidi Hadj Nassaine	sidi-hadj-nassaine	06			36.6195	4.954	3
06022	Aourir Vieux Marche	aourir-vieux-marche	06			36.6195	4.954	3
06023	Aourir	aourir	06			36.3478	4.6894	4
06023	Tagouba	tagouba	06			36.5883	5.1447	4
06023	Talendjast	talendjast	06			36.6859	5.106	4
06023	Mansouga	mansouga	06			36.6383	5.0695	4
06023	Tiourinine	tiourinine	06			36.5831	4.99	3
06023	Timsedekt	timsedekt	06			36.5831	4.99	3
06023	El Meroudj	el-meroudj	06			36.6328	5.038	4
06023	Tizi Ahmed	tizi-ahmed	06			36.655	5.1625	4
06023	Tignitine	tignitine	06			36.5831	4.99	3
06023	Tagma	tagma	06			36.55	4.8833	4
06023	Amalou	amalou	06			36.4833	4.65	4
06023	Tazibt Biou	tazibt-biou	06			36.5831	4.99	3
06023	Tichi	tichi	06			36.6667	5.1667	4
06023	Targa	targa	06			36.5831	4.99	3
06023	Taourit	taourit	06			36.5831	4.99	3
06023	Taourirt Ouberane	taourirt-ouberane	06			36.5831	4.99	3
06023	Taourirt N'Tghidet	taourirt-n-tghidet	06			36.5831	4.99	3
06023	Taourirt Ikhlafene	taourirt-ikhlafene	06			36.5831	4.99	3
06023	Taount	taount	06			36.5831	4.99	3
06023	Tala Oudrar	tala-oudrar	06			36.5831	4.99	3
06023	Tala Melout	tala-melout	06			36.5831	4.99	3
06023	Tala Melouk	tala-melouk	06			36.5831	4.99	3
06023	Tala Hiani	tala-hiani	06			36.5831	4.99	3
06023	Tala Hadj	tala-hadj	06			36.5831	4.99	3
06023	Takhamnour	takhamnour	06			36.5831	4.99	3
06023	Takesrit	takesrit	06			36.5831	4.99	3
06023	Tahakats	tahakats	06			36.5831	4.99	3
06023	Taguemount Biou	taguemount-biou	06			36.5831	4.99	3
06023	Tablout	tablout	06			36.5831	4.99	3
06023	Mouzaia	mouzaia	06			36.5831	4.99	3
06023	Menkoufa	menkoufa	06			36.5831	4.99	3
06023	Mazekouane	mazekouane	06			36.5831	4.99	3
06023	Mahoui	mahoui	06			36.5831	4.99	3
06023	Louiba	louiba	06			36.5831	4.99	3
06023	Leftel	leftel	06			36.5831	4.99	3
06023	Lainceur	lainceur	06			36.5831	4.99	3
06023	Lahiout	lahiout	06			36.5831	4.99	3
06023	Laarba	laarba	06			36.5831	4.99	3
06023	Izouman	izouman	06			36.5831	4.99	3
06023	Imougzene	imougzene	06			36.5831	4.99	3
06023	Imedassene	imedassene	06			36.5831	4.99	3
06023	Imdra	imdra	06			36.5831	4.99	3
06023	Ikherazene	ikherazene	06			36.5831	4.99	3
06023	Ihaloufene	ihaloufene	06			36.5831	4.99	3
06023	Igueradouane	igueradouane	06			36.5831	4.99	3
06023	Ighil Oubraham	ighil-oubraham	06			36.5831	4.99	3
06023	Ighil Oubellout	ighil-oubellout	06			36.5831	4.99	3
06023	Ighil Isly	ighil-isly	06			36.5831	4.99	3
06023	Ighil Igrane	ighil-igrane	06			36.5831	4.99	3
06023	Ighil Ahcene	ighil-ahcene	06			36.5831	4.99	3
06023	Idjermoumene	idjermoumene	06			36.5831	4.99	3
06023	Iboulaouadene	iboulaouadene	06			36.5831	4.99	3
06023	Ibekarene	ibekarene	06			36.5831	4.99	3
06023	Iaedounene	iaedounene	06			36.5831	4.99	3
06023	Ghenaia	ghenaia	06			36.5831	4.99	3
06023	El Mizab	el-mizab	06			36.5831	4.99	3
06023	El Medene	el-medene	06			36.5831	4.99	3
06023	El Hit	el-hit	06			36.5831	4.99	3
06023	Djoua	djoua	06			36.5831	4.99	3
06023	Djebira	djebira	06			36.5831	4.99	3
06023	Dar Mohand	dar-mohand	06			36.5831	4.99	3
06023	Chereh	chereh	06			36.5831	4.99	3
06023	Bout M'Loul	bout-m-loul	06			36.5831	4.99	3
06023	Boussoumar	boussoumar	06			36.5831	4.99	3
06023	Bounekach	bounekach	06			36.5831	4.99	3
06023	Boukoumahdi	boukoumahdi	06			36.5831	4.99	3
06023	Boukhelifa	boukhelifa	06			36.5831	4.99	3
06023	Boukharoubene	boukharoubene	06			36.5831	4.99	3
06023	Bouata	bouata	06			36.5831	4.99	3
06023	Beni Guendou	beni-guendou	06			36.5831	4.99	3
06023	Barkat	barkat	06			36.5831	4.99	3
06023	Amane Semoumene	amane-semoumene	06			36.5831	4.99	3
06023	Ait Hamed	ait-hamed	06			36.5831	4.99	3
06023	Ait El Djaia	ait-el-djaia	06			36.5831	4.99	3
06023	Ait Djeha	ait-djeha	06			36.5831	4.99	3
06023	Agueni Ouar	agueni-ouar	06			36.5831	4.99	3
06023	Aguemoune	aguemoune	06			36.5831	4.99	3
06023	Afara	afara	06			36.5831	4.99	3
06023	Adjelouh	adjelouh	06			36.5831	4.99	3
06023	Acherchour	acherchour	06			36.5831	4.99	3
06023	Tizounguelmim	tizounguelmim	06			36.5831	4.99	3
06023	Tizi Ikhlef	tizi-ikhlef	06			36.5831	4.99	3
06023	Timricht	timricht	06			36.5831	4.99	3
06023	Timenachine	timenachine	06			36.5831	4.99	3
06023	Tikhribt	tikhribt	06			36.5831	4.99	3
06024	Djabia	djabia	06			36.4803	4.7809	4
06024	Trouna (Village)	trouna-village	06			36.4862	4.7581	3
06024	Tizert	tizert	06			36.4922	4.7352	4
06024	Ait Moudjella	ait-moudjella	06			36.4862	4.7581	3
06024	Trouna (Centre)	trouna-centre	06			36.4862	4.7581	3
06024	Tioual	tioual	06			36.4862	4.7581	3
06024	Tala Timzar	tala-timzar	06			36.4862	4.7581	3
06024	Tagounit Ighil	tagounit-ighil	06			36.4862	4.7581	3
06024	M'Zita	m-zita	06			36.4862	4.7581	3
06024	Lazib Sidi Sadek	lazib-sidi-sadek	06			36.4862	4.7581	3
06024	Kalta Ben Khiar	kalta-ben-khiar	06			36.4862	4.7581	3
06024	Ighzer Oubelout	ighzer-oubelout	06			36.4862	4.7581	3
06024	Ighil Ouatou	ighil-ouatou	06			36.4862	4.7581	3
06024	Igdarene	igdarene	06			36.4862	4.7581	3
06024	Ibazizene	ibazizene	06			36.4862	4.7581	3
06024	Iamarane	iamarane	06			36.4862	4.7581	3
06024	Bourirak	bourirak	06			36.4862	4.7581	3
06024	Bouikini	bouikini	06			36.4862	4.7581	3
06024	Boubirek	boubirek	06			36.4862	4.7581	3
06024	Beni Maouche	beni-maouche	06			36.4862	4.7581	3
06024	Akour	akour	06			36.4862	4.7581	3
06025	Aourir	aourir	06			36.3478	4.6894	4
06025	Tabount	tabount	06			36.3478	4.6894	3
06025	Ait Nara	ait-nara	06			36.3478	4.6894	3
06025	Ait Sada	ait-sada	06			36.3478	4.6894	3
06025	Ait Mahiou	ait-mahiou	06			36.3478	4.6894	3
06025	Inoghdocine	inoghdocine	06			36.3478	4.6894	3
06025	Tioui	tioui	06			36.3478	4.6894	3
06025	Aguerni Tezgui	aguerni-tezgui	06			36.3478	4.6894	3
06025	Ait Achour	ait-achour	06			36.3478	4.6894	3
06025	Tagroudja	tagroudja	06			36.3478	4.6894	3
06025	Mezouara	mezouara	06			36.3478	4.6894	3
06025	Akfadou	akfadou	06			36.3478	4.6894	3
06025	Taourit	taourit	06			36.3478	4.6894	3
06025	Tosga	tosga	06			36.3478	4.6894	3
06025	Tizamourine	tizamourine	06			36.3478	4.6894	3
06025	Ait Allouane	ait-allouane	06			36.3478	4.6894	3
06025	Rezag	rezag	06			36.3478	4.6894	3
06025	Zirni	zirni	06			36.3478	4.6894	3
06025	Ferhoune	ferhoune	06			36.3478	4.6894	3
06026	Hamda	hamda	06			36.3214	4.4347	4
06026	Beni Ouihdane	beni-ouihdane	06			36.3214	4.4347	3
06026	Metchik	metchik	06			36.3214	4.4347	3
06026	Beni Mansour	beni-mansour	06			36.3214	4.4347	3
06026	Ouled Assane	ouled-assane	06			36.3214	4.4347	3
06027	Bezit	bezit	06			36.8129	4.7212	4
06027	Djeblaa	djeblaa	06			36.8028	4.7468	4
06027	Tabouda	tabouda	06			36.8269	4.7431	3
06027	Abad	abad	06			36.8269	4.7431	3
06027	Mindjou	mindjou	06			36.8649	4.7613	4
06027	Aguemoune Mahiou Bicher	aguemoune-mahiou-bicher	06			36.8269	4.7431	3
06027	Iharbienne	iharbienne	06			36.8269	4.7431	3
06027	Tizi Ouair	tizi-ouair	06			36.8269	4.7431	3
06027	Takaba	takaba	06			36.8269	4.7431	3
06027	Djerrah	djerrah	06			36.8269	4.7431	3
06027	Taguelmint	taguelmint	06			36.8269	4.7431	3
06027	Ighzer Abbes	ighzer-abbes	06			36.8269	4.7431	3
06027	Ait Mendil	ait-mendil	06			36.8269	4.7431	3
06027	Amgradj	amgradj	06			36.8269	4.7431	3
06028	Tifra	tifra	06			36.6664	4.6972	4
06028	Kelaa Ouadda	kelaa-ouadda	06			36.65	4.6667	4
06028	Tizi Tifra	tizi-tifra	06			36.6675	4.7044	4
06028	Tasga	tasga	06			36.6167	4.75	4
06028	Izoughilamene	izoughilamene	06			36.657	4.6953	3
06028	Agueni	agueni	06			36.657	4.6953	3
06028	Takamra	takamra	06			36.6847	4.6583	4
06028	Ait Achour	ait-achour	06			36.657	4.6953	3
06028	Ait Mahiou	ait-mahiou	06			36.657	4.6953	3
06028	Fettala	fettala	06			36.657	4.6953	3
06028	Flea	flea	06			36.657	4.6953	3
06028	Hamled	hamled	06			36.657	4.6953	3
06028	Ibouraner	ibouraner	06			36.657	4.6953	3
06028	Ighzer Chzrone	ighzer-chzrone	06			36.657	4.6953	3
06028	Kelaa Oufella	kelaa-oufella	06			36.657	4.6953	3
06028	Laazibtifra	laazibtifra	06			36.657	4.6953	3
06028	Sillal	sillal	06			36.657	4.6953	3
06028	Taourien Ou Aissa	taourien-ou-aissa	06			36.657	4.6953	3
06028	Taourirt Amrouche	taourirt-amrouche	06			36.657	4.6953	3
06028	Timzid	timzid	06			36.657	4.6953	3
06028	Tizamounie El Kelia	tizamounie-el-kelia	06			36.657	4.6953	3
06029	Tazrout	tazrout	06			36.653	4.967	4
06029	Mezoulem	mezoulem	06			36.653	4.967	3
06029	Kiria	kiria	06			36.653	4.967	3
06029	Ait Malek	ait-malek	06			36.653	4.967	3
06029	Ait Yahia	ait-yahia	06			36.653	4.967	3
06029	Arouled	arouled	06			36.653	4.967	3
06029	Tamazeft	tamazeft	06			36.653	4.967	3
06029	Tablout	tablout	06			36.653	4.967	3
06029	Tabalout	tabalout	06			36.653	4.967	3
06030	Toudja	toudja	06			36.7469	4.872	4
06030	Ibaouchene	ibaouchene	06			36.755	4.9079	4
06030	Ifrene	ifrene	06			36.751	4.89	3
06030	Souk El Djemaa	souk-el-djemaa	06			36.751	4.89	3
06030	El Ainseur	el-ainseur	06			36.751	4.89	3
06031	Tamsaout	tamsaout	06			36.6299	4.833	1
06031	Iguemoumene	iguemoumene	06			36.6299	4.833	1
06031	Ifigha	ifigha	06			36.6299	4.833	1
06031	El Khendek	el-khendek	06			36.6299	4.833	1
06031	Taza	taza	06			36.6299	4.833	1
06031	Bouhamza	bouhamza	06			36.6299	4.833	1
06031	Tachouaft	tachouaft	06			36.6299	4.833	1
06031	Semaa	semaa	06			36.6299	4.833	1
06032	Tazrout	tazrout	06			36.653	4.967	4
06032	Ihabachene	ihabachene	06			36.653	4.967	3
06032	Ighil N'Zeka	ighil-n-zeka	06			36.653	4.967	3
06032	Ighil Maloulene	ighil-maloulene	06			36.653	4.967	3
06032	Ighil Harat	ighil-harat	06			36.653	4.967	3
06032	Ighil Hamemoune	ighil-hamemoune	06			36.653	4.967	3
06032	Ighil Djemaa	ighil-djemaa	06			36.653	4.967	3
06032	Kendira	kendira	06			36.653	4.967	3
06032	Guenanana Tizi Tindait	guenanana-tizi-tindait	06			36.653	4.967	3
06032	Ait Taraa	ait-taraa	06			36.653	4.967	3
06032	Aich Tichimar	aich-tichimar	06			36.653	4.967	3
06032	Afroun	afroun	06			36.653	4.967	3
06032	Zoubai	zoubai	06			36.653	4.967	3
06032	Tizi Tindjit	tizi-tindjit	06			36.653	4.967	3
06032	Tala Ighalimene	tala-ighalimene	06			36.653	4.967	3
06032	Tahrkoupt	tahrkoupt	06			36.653	4.967	3
06032	Tahamante	tahamante	06			36.653	4.967	3
06032	Kaba	kaba	06			36.653	4.967	3
06033	Tichi	tichi	06			36.6667	5.1667	4
06033	Tifritine	tifritine	06			36.5457	4.8941	4
06033	Akentas	akentas	06			36.5874	4.9814	3
06033	Ouadadja	ouadadja	06			36.5874	4.9814	3
06033	Tagma	tagma	06			36.55	4.8833	4
06033	Ait Ounir	ait-ounir	06			36.5874	4.9814	3
06033	Tizi	tizi	06			36.5874	4.9814	3
06033	Selouana	selouana	06			36.5874	4.9814	3
06033	Iguer Guendouze	iguer-guendouze	06			36.5874	4.9814	3
06033	Ichkaben	ichkaben	06			36.5874	4.9814	3
06033	Iadnanene	iadnanene	06			36.5874	4.9814	3
06033	Feraoune	feraoune	06			36.5874	4.9814	3
06034	Taddert Ouadda	taddert-ouadda	06			36.5142	4.7391	3
06034	Amalou	amalou	06			36.4833	4.65	4
06034	Timesrirene	timesrirene	06			36.5142	4.7391	3
06034	Taourirt	taourirt	06			36.5833	4.9333	4
06034	Boussehel	boussehel	06			36.5142	4.7391	3
06034	Issadounene	issadounene	06			36.5142	4.7391	3
06034	Beziou	beziou	06			36.5142	4.7391	3
06034	Akourma	akourma	06			36.4759	4.6339	4
06034	Tizi Hemma	tizi-hemma	06			36.5142	4.7391	3
06034	Beni Djaad	beni-djaad	06			36.5142	4.7391	3
06034	Tizi Oukedem	tizi-oukedem	06			36.5142	4.7391	3
06034	Ikherbouchene	ikherbouchene	06			36.5142	4.7391	3
06034	Tarchouaft	tarchouaft	06			36.5142	4.7391	3
06034	Beni Djemhour	beni-djemhour	06			36.5142	4.7391	3
06034	Ighil Ntala	ighil-ntala	06			36.5142	4.7391	3
06034	Ighil Igueni	ighil-igueni	06			36.5142	4.7391	3
06035	Taourirt Ighil	taourirt-ighil	06			36.7	4.7	4
06035	Iksilene	iksilene	06			36.7201	4.7558	4
06035	Talaoughras	talaoughras	06			36.71	4.7279	3
06035	Aguemoune	aguemoune	06			36.71	4.7279	3
06035	L'Bor	l-bor	06			36.71	4.7279	3
06035	Tizi El Korn	tizi-el-korn	06			36.71	4.7279	3
06035	Grounia	grounia	06			36.71	4.7279	3
06035	Ait Sidi Seid	ait-sidi-seid	06			36.71	4.7279	3
06035	Ait Seib	ait-seib	06			36.71	4.7279	3
06035	Ait Adjirait Maamar	ait-adjirait-maamar	06			36.71	4.7279	3
06035	Taguemount El Mal	taguemount-el-mal	06			36.71	4.7279	3
06036	Tidjounane	tidjounane	06			36.6299	4.833	1
06036	Takrietz	takrietz	06			36.6299	4.833	1
06036	Tagherast	tagherast	06			36.6299	4.833	1
06036	Tijounane	tijounane	06			36.6299	4.833	1
06037	Tinebdar	tinebdar	06			36.6253	4.681	4
06037	Tighilt	tighilt	06			36.6833	4.7833	4
06037	Iguer Amar	iguer-amar	06			36.6543	4.7322	3
06037	Ighoulad Laalam	ighoulad-laalam	06			36.6543	4.7322	3
06037	Dadekant	dadekant	06			36.6543	4.7322	3
06037	Irinflene	irinflene	06			36.6543	4.7322	3
06037	Chebirdou	chebirdou	06			36.6543	4.7322	3
06037	Lacite	lacite	06			36.6543	4.7322	3
06037	Tala Taghout	tala-taghout	06			36.6543	4.7322	3
06037	Ikhliadjene	ikhliadjene	06			36.6543	4.7322	3
06037	Birmatou	birmatou	06			36.6543	4.7322	3
06037	Tala Ouzrou	tala-ouzrou	06			36.6543	4.7322	3
06038	Sidi Said	sidi-said	06			36.6299	4.833	1
06039	Beni Melikeche	beni-melikeche	06			36.6299	4.833	1
06040	Bejaia Sidi Ahmed	bejaia-sidi-ahmed	06			36.6118	4.7902	1
06041	Il Matten	il-matten	06			36.65	4.7736	4
06041	Aghamras	aghamras	06			36.65	4.7736	3
06041	Zaouia	zaouia	06			36.65	4.7736	3
06041	Village Agricole	village-agricole	06			36.65	4.7736	3
06041	Remila	remila	06			36.65	4.7736	3
06041	Ighil Yeddou	ighil-yeddou	06			36.65	4.7736	3
06041	Idraken	idraken	06			36.65	4.7736	3
06041	Ifelain Il Matten	ifelain-il-matten	06			36.65	4.7736	3
06042	Tiliouacadi	tiliouacadi	06			36.5833	4.9333	3
06042	Taourirt	taourirt	06			36.5833	4.9333	4
06042	Ayaden	ayaden	06			36.5833	4.9333	3
06042	Souk Oufella	souk-oufella	06			36.5833	4.9333	3
06043	El Flaye	el-flaye	06			36.6021	4.6636	4
06044	Teregregt	teregregt	06			36.6118	4.7902	1
06044	Talata	talata	06			36.6118	4.7902	1
06044	Aghdir	aghdir	06			36.6118	4.7902	1
06045	Djemaa	djemaa	06			36.6118	4.7902	1
06046	Boukhiama	boukhiama	06			36.6118	4.7902	1
06047	Amtik N'Tafat	amtik-n-tafat	06			36.6118	4.7902	1
06048	Taslent	taslent	06			36.6118	4.7902	1
06049	Bouhitem	bouhitem	06			36.6118	4.7902	1
06050	Guendouza	guendouza	06			36.5008	4.8066	1
06051	Ouled Allouane	ouled-allouane	06			36.5008	4.8066	1
06052	Chellata	chellata	06			36.5008	4.8066	1
06053	Bicher	bicher	06			36.393	4.6357	4
06054	Belayel	belayel	06			36.5008	4.8066	1
06055	Tizi Alouane	tizi-alouane	06			36.5008	4.8066	1
06056	Beni Ouamar	beni-ouamar	06			36.5008	4.8066	1
06057	Taslent	taslent	06			36.5008	4.8066	1
06057	Ircene	ircene	06			36.5008	4.8066	1
06057	Ighram	ighram	06			36.5008	4.8066	1
06057	Ighil Nacer	ighil-nacer	06			36.5008	4.8066	1
06057	Azib Oulahdir	azib-oulahdir	06			36.5008	4.8066	1
06058	Ighil Lounis	ighil-lounis	06			36.5008	4.8066	1
06058	Ifalene	ifalene	06			36.5008	4.8066	1
06058	Tifernine	tifernine	06			36.5008	4.8066	1
06059	Taguemount	taguemount	06			36.6086	4.9774	4
06060	Tizi N'Berber	tizi-n-berber	06			36.653	4.967	3
06060	Tazrout	tazrout	06			36.653	4.967	4
06060	Medkour	medkour	06			36.653	4.967	3
06060	Iouricine	iouricine	06			36.653	4.967	3
06060	Imdane	imdane	06			36.653	4.967	3
06060	Bourbia	bourbia	06			36.653	4.967	3
06060	Ailouise	ailouise	06			36.653	4.967	3
06060	Adrar Ainan	adrar-ainan	06			36.653	4.967	3
06061	Akkar	akkar	06			36.6823	4.9902	1
06062	Mellala	mellala	06			36.7116	5.0135	4
06063	Ighil Oumced	ighil-oumced	06			36.6823	4.9902	1
06064	Ighil Ouantar	ighil-ouantar	06			36.6823	4.9902	1
06065	Tizi Ouaklane	tizi-ouaklane	06			36.6823	4.9902	1
06066	Tala Hamza	tala-hamza	06			36.6823	4.9902	1
06067	Ait S'Kheur	ait-s-kheur	06			36.6823	4.9902	1
06068	Ayacha	ayacha	06			36.6823	4.9902	1
06069	Ighil Nasser	ighil-nasser	06			36.6823	4.9902	1
06070	Berzakh	berzakh	06			36.4796	4.6797	1
06071	Achlouf	achlouf	06			36.4796	4.6797	1
06072	Takaatz	takaatz	06			36.4796	4.6797	1
06073	Mahfouda	mahfouda	06			36.4387	4.6541	4
06074	Draa Kaid	draa-kaid	06			36.4796	4.6797	1
06074	Eramamine	eramamine	06			36.4796	4.6797	1
06074	Maida	maida	06			36.4796	4.6797	1
06074	Adjioun	adjioun	06			36.4796	4.6797	1
06074	Azagaar	azagaar	06			36.4796	4.6797	1
06075	Dradra	dradra	06			36.4796	4.6797	1
06075	Bouzougla	bouzougla	06			36.4796	4.6797	1
06075	Ouled Saada	ouled-saada	06			36.4796	4.6797	1
06076	El Djorf	el-djorf	06			36.4796	4.6797	1
06077	El Alem	el-alem	06			36.4796	4.6797	1
06078	Ait Idriss	ait-idriss	06			36.4796	4.6797	1
06079	Tibouamouchine	tibouamouchine	06			36.5205	4.7054	4
06080	Tizoual	tizoual	06			36.7333	4.85	3
06080	Ait Smail	ait-smail	06			36.7333	4.85	4
06081	Taazibt	taazibt	06			36.7286	4.9589	4
06081	Ait Adjissa	ait-adjissa	06			36.7286	4.9589	3
06081	Amagroud	amagroud	06			36.7286	4.9589	3
06081	Tixarine	tixarine	06			36.7286	4.9589	3
06082	Ighil N'Sebt	ighil-n-sebt	06			36.6637	4.8743	1
06083	Ighil Outouaf	ighil-outouaf	06			36.6637	4.8743	1
06084	Semaoune Chemini	semaoune-chemini	06			36.6637	4.8743	1
06085	Sidi Ayad	sidi-ayad	06			36.6637	4.8743	1
06086	Takhlicht	takhlicht	06			36.8333	4.7167	4
06086	Tala Tazert	tala-tazert	06			36.6889	4.7722	3
06086	Taourirt	taourirt	06			36.5833	4.9333	4
06086	El Kelaa	el-kelaa	06			36.65	4.6667	4
06086	Tighilt Messaoud	tighilt-messaoud	06			36.6889	4.7722	3
06086	Ait Cheni	ait-cheni	06			36.6889	4.7722	3
06086	El Kitoun	el-kitoun	06			36.6889	4.7722	3
06086	Taghilt Messaoud	taghilt-messaoud	06			36.6889	4.7722	3
06086	Rekada	rekada	06			36.6889	4.7722	3
06087	Merzoug	merzoug	06			36.5863	5.1913	4
06087	Taourirt	taourirt	06			36.5833	4.9333	4
06087	Takorabt	takorabt	06			36.5918	4.8354	4
06087	Tighilt	tighilt	06			36.6833	4.7833	4
06087	Tibane	tibane	06			36.6112	4.9358	3
06087	Tizi	tizi	06			36.6112	4.9358	3
06087	Ait Oubelaid	ait-oubelaid	06			36.6112	4.9358	3
06087	Ait Chetla	ait-chetla	06			36.6112	4.9358	3
06087	Maxene	maxene	06			36.6112	4.9358	3
06088	Il Matten Hopital	il-matten-hopital	06			36.6637	4.8743	1
06089	Ikedjane	ikedjane	06			36.6637	4.8743	1
06090	Tamricht	tamricht	06			36.5627	5.3631	4
06091	Boukhalfa	boukhalfa	06			36.6456	4.8922	4
06092	Aourir	aourir	06			36.3478	4.6894	4
06092	Bounain	bounain	06			36.5104	4.8687	3
06092	Ikherbane	ikherbane	06			36.5104	4.8687	3
06092	Tagma	tagma	06			36.6	4.9833	4
06092	Ikerbane	ikerbane	06			36.5104	4.8687	3
06092	Tizi Nedjbar	tizi-nedjbar	06			36.5104	4.8687	3
06092	Tala Ougreau	tala-ougreau	06			36.5104	4.8687	3
06092	Taourirt	taourirt	06			36.5833	4.9333	4
06092	Idjedarene	idjedarene	06			36.5104	4.8687	3
06092	Iaaricherce	iaaricherce	06			36.5104	4.8687	3
06092	Tourkine	tourkine	06			36.5104	4.8687	3
06092	Aghbala	aghbala	06			36.5104	4.8687	3
06092	Tighzert	tighzert	06			36.5104	4.8687	3
06092	Tala Djoudi	tala-djoudi	06			36.5104	4.8687	3
06092	Tiguemounine	tiguemounine	06			36.5104	4.8687	3
06093	Aourir Adjissa	aourir-adjissa	06			36.6233	4.9353	1
06094	Ibarissene	ibarissene	06			36.75	4.8333	4
06094	Ait Smail	ait-smail	06			36.7333	4.85	4
06094	Taourirt Said Arab	taourirt-said-arab	06			36.7425	4.8051	4
06094	Ihaddadene	ihaddadene	06			36.7333	5.05	4
06094	Aoutimarane	aoutimarane	06			36.7398	4.8846	3
06094	Aguemoune	aguemoune	06			36.7398	4.8846	3
06094	Ait Abdellah	ait-abdellah	06			36.7398	4.8846	3
06094	Ait Sidi Ahmed	ait-sidi-ahmed	06			36.7398	4.8846	3
06094	Ait Youcef	ait-youcef	06			36.7398	4.8846	3
06094	Tighilt Oumezir	tighilt-oumezir	06			36.7398	4.8846	3
06094	Slim	slim	06			36.7398	4.8846	3
06094	Tighilt Ougueni	tighilt-ougueni	06			36.7398	4.8846	3
06094	Ichikfiouene	ichikfiouene	06			36.7398	4.8846	3
06094	Ibouhatemene	ibouhatemene	06			36.7398	4.8846	3
06094	Garet	garet	06			36.7398	4.8846	3
06095	Agr Ouaslene	agr-ouaslene	06			36.5349	4.9527	3
06095	Ait Aissi	ait-aissi	06			36.5349	4.9527	4
06095	Tgheramt	tgheramt	06			36.5349	4.9527	3
06095	Takjlait	takjlait	06			36.5349	4.9527	3
06095	Takhlit	takhlit	06			36.5349	4.9527	3
06095	Khellil	khellil	06			36.5349	4.9527	3
06095	Ighil N'Kel	ighil-n-kel	06			36.5349	4.9527	3
06095	Bellouta	bellouta	06			36.5349	4.9527	3
06096	Taddert Tamokrant	taddert-tamokrant	06			36.6233	4.9353	1
06097	Sidi Ali	sidi-ali	06			36.6233	4.9353	1
06098	Ighil Ialouanene	ighil-ialouanene	06			36.6233	4.9353	1
06099	Akhnak	akhnak	06			36.6233	4.9353	1
06100	Tizi Beni Khettab	tizi-beni-khettab	06			36.4869	4.6911	1
06101	Tigrine	tigrine	06			36.4869	4.6911	1
06102	Merdj Ouamene	merdj-ouamene	06			36.4869	4.6911	1
06103	Tizi Ougueni	tizi-ougueni	06			36.4869	4.6911	1
06104	Assam	assam	06			36.4869	4.6911	1
06105	Cheurfa	cheurfa	06			36.7167	4.7667	4
06106	Beni Ksila	beni-ksila	06			36.4869	4.6911	1
06107	Aguemoune	aguemoune	06			36.4869	4.6911	1
06107	Aguemoune Beni Khiar	aguemoune-beni-khiar	06			36.4869	4.6911	1
06107	Ait Ouamar	ait-ouamar	06			36.4869	4.6911	1
06107	Amizab	amizab	06			36.4869	4.6911	1
06107	Tala Hadja	tala-hadja	06			36.4869	4.6911	1
06107	Tala Khelifa	tala-khelifa	06			36.4869	4.6911	1
06108	Immoula	immoula	06			36.5748	4.7434	4
06108	Lazouzene	lazouzene	06			36.5748	4.7434	3
06109	Boutouab	boutouab	06			36.3729	4.6264	4
06109	Touffirt	touffirt	06			36.3772	4.6547	4
06109	Boukerdous Seghir	boukerdous-seghir	06			36.3811	4.6485	3
06109	Tamokra	tamokra	06			36.3932	4.6645	4
06109	Boukerdous Sidi Aidel	boukerdous-sidi-aidel	06			36.3811	4.6485	3
06109	Tassira	tassira	06			36.3811	4.6485	3
06109	Taourirt Tizi Aidel	taourirt-tizi-aidel	06			36.3811	4.6485	3
06110	Lota	lota	06			36.4869	4.6911	1
07000	Biskra Korra	biskra-korra	07			34.8053	5.7341	4
07000	Biskra Air	biskra-air	07			34.8053	5.7341	3
07000	Biskra Rp	biskra-rp	07			34.8053	5.7341	3
07000	M'Cid	m-cid	07			34.8053	5.7341	3
07001	Biskra Star Melouk	biskra-star-melouk	07			34.6581	5.4144	1
07002	Ouled Djellal	ouled-djellal	07			34.4201	5.0623	4
07002	El Bayadh	el-bayadh	07			34.4201	5.0623	3
07002	Faidh Hellal	faidh-hellal	07			34.4201	5.0623	3
07002	Souareg	souareg	07			34.4201	5.0623	3
07002	Messelaiete	messelaiete	07			34.4201	5.0623	3
07002	Chaoua	chaoua	07			34.4201	5.0623	3
07003	Tolga	tolga	07			34.7222	5.3785	4
07003	Magtofa	magtofa	07			34.7222	5.3785	3
07003	Labdaa	labdaa	07			34.7222	5.3785	3
07004	Sidi Khaled	sidi-khaled	07			34.387	4.9878	4
07004	Sabone	sabone	07			34.387	4.9878	3
07004	Lehouimel	lehouimel	07			34.387	4.9878	3
07005	Sidi Okba	sidi-okba	07			34.7451	5.8983	4
07005	Sidi Okba Cheikh Tayeb El Okbi	sidi-okba-cheikh-tayeb-el-okbi	07			34.7451	5.8983	3
07006	Biskra Korra	biskra-korra	07			34.8053	5.7341	4
07006	Biskra Bab Darb	biskra-bab-darb	07			34.8053	5.7341	3
07007	Draa Belamraoui	draa-belamraoui	07			34.6018	5.1014	3
07007	Doucen	doucen	07			34.6018	5.1014	4
07007	Tafechna	tafechna	07			34.6018	5.1014	3
07007	Tamdat	tamdat	07			34.6018	5.1014	3
07007	Sidi Attia	sidi-attia	07			34.6018	5.1014	3
07007	Rouba	rouba	07			34.6018	5.1014	3
07007	Meguitla	meguitla	07			34.6018	5.1014	3
07007	Douis	douis	07			34.6018	5.1014	3
07007	Matbakh	matbakh	07			34.6018	5.1014	3
07007	Tamda Chenain	tamda-chenain	07			34.6018	5.1014	3
07007	Djarouf	djarouf	07			34.6018	5.1014	3
07007	Chouiter	chouiter	07			34.6018	5.1014	3
07007	Draa Grirat	draa-grirat	07			34.6018	5.1014	3
07007	Draa Souid	draa-souid	07			34.6018	5.1014	3
07007	El Mouhgoun	el-mouhgoun	07			34.6018	5.1014	3
07007	Chenain	chenain	07			34.6018	5.1014	3
07007	Ghayada	ghayada	07			34.6018	5.1014	3
07007	Kef Khadra	kef-khadra	07			34.6018	5.1014	3
07007	Ghamer	ghamer	07			34.6018	5.1014	3
07008	Skhoun	skhoun	07			34.6581	5.4144	1
07008	Zazoug	zazoug	07			34.6581	5.4144	1
07008	Ouldja	ouldja	07			34.6581	5.4144	1
07008	El Kantara	el-kantara	07			34.6581	5.4144	1
07009	Lichana	lichana	07			34.7175	5.4223	4
07009	Zaatcha	zaatcha	07			34.7187	5.411	4
07010	M'Chounech	m-chounech	07			34.9497	6.0039	4
07011	Ourlal	ourlal	07			34.6557	5.5243	4
07011	Ong Djemel	ong-djemel	07			34.6557	5.5243	3
07011	Dzira	dzira	07			34.6557	5.5243	3
07011	Guerdma	guerdma	07			34.6557	5.5243	3
07011	Sidi Merzoug	sidi-merzoug	07			34.6557	5.5243	3
07011	Laghres	laghres	07			34.6557	5.5243	3
07011	Djeouala	djeouala	07			34.6557	5.5243	3
07012	Zeribet El Oued	zeribet-el-oued	07			34.6828	6.5111	4
07013	Ain Zaatout	ain-zaatout	07			34.7891	5.9447	1
07013	Zaouia	zaouia	07			34.7891	5.9447	1
07014	Biskra Beni Morah	biskra-beni-morah	07			34.7891	5.9447	1
07015	Biskra Cite El Amal	biskra-cite-el-amal	07			34.7891	5.9447	1
07016	Biskra El Alia	biskra-el-alia	07			34.868	5.7396	4
07016	El Alia Sud	el-alia-sud	07			34.868	5.7396	3
07017	Biskra El Alia Nour	biskra-el-alia-nour	07			34.7891	5.9447	1
07018	Biskra Lebcheche	biskra-lebcheche	07			34.7891	5.9447	1
07019	Biskra Sidi Ghezal	biskra-sidi-ghezal	07			34.7891	5.9447	1
07020	Biskra Universite	biskra-universite	07			34.9107	5.8691	1
07021	Bordj Ben Azzouz	bordj-ben-azzouz	07			34.9107	5.8691	1
07021	Sidi Guebaissi	sidi-guebaissi	07			34.9107	5.8691	1
07022	Bir Labrache	bir-labrache	07			34.9107	5.8691	1
07022	Bouchagroune	bouchagroune	07			34.9107	5.8691	1
07023	Branis	branis	07			34.9934	5.7742	4
07023	Louladj	louladj	07			34.9934	5.7742	3
07024	Chetma	chetma	07			34.8457	5.8084	4
07025	Beni Souik	beni-souik	07			35.0891	5.8632	4
07025	Djemmorah	djemmorah	07			35.0702	5.8427	4
07026	El Feidh	el-feidh	07			34.9107	5.8691	1
07027	El Ghrous	el-ghrous	07			34.9107	5.8691	1
07027	Draa Namous	draa-namous	07			34.9107	5.8691	1
07027	Mobar Mohamed	mobar-mohamed	07			34.9107	5.8691	1
07027	Fardja	fardja	07			34.9107	5.8691	1
07028	El Haouch	el-haouch	07			34.5551	6.0572	4
07028	Rakna	rakna	07			34.5551	6.0572	3
07029	El Kantara Les Gorges	el-kantara-les-gorges	07			34.9107	5.8691	1
07030	El Outaya	el-outaya	07			35.0341	5.5952	4
07030	Aioun Essaid	aioun-essaid	07			35.0341	5.5952	3
07030	Laamaria	laamaria	07			35.0341	5.5952	3
07030	Leksour	leksour	07			35.0341	5.5952	3
07030	Maghraoua	maghraoua	07			35.0341	5.5952	3
07030	Ferme Driss Omar	ferme-driss-omar	07			35.0341	5.5952	3
07031	Foughala	foughala	07			34.7232	5.3311	4
07032	Khangat Sidi Nadji El Bordj	khangat-sidi-nadji-el-bordj	07			34.7361	5.5939	1
07032	Ouldja Sud	ouldja-sud	07			34.7361	5.5939	1
07032	Tibou Yahmed	tibou-yahmed	07			34.7361	5.5939	1
07033	Lioua	lioua	07			34.631	5.3936	4
07033	Mermoutha	mermoutha	07			34.631	5.3936	3
07033	Oumsaoud	oumsaoud	07			34.631	5.3936	3
07033	Rag	rag	07			34.631	5.3936	3
07034	Bentious	bentious	07			34.6478	5.4683	3
07034	El Gharbia	el-gharbia	07			34.6478	5.4683	3
07034	Mekhadma	mekhadma	07			34.6478	5.4683	4
07034	Djerbania	djerbania	07			34.6478	5.4683	3
07035	Oumache	oumache	07			34.6929	5.6809	4
07035	Chega	chega	07			34.6929	5.6809	3
07036	Sidi Khaled Drissi Med	sidi-khaled-drissi-med	07			34.7361	5.5939	1
07037	Ain El Kerma	ain-el-kerma	07			34.7361	5.5939	1
07037	Bordj Nos	bordj-nos	07			34.7361	5.5939	1
07038	Hammam Sidi El Hadj	hammam-sidi-el-hadj	07			34.7361	5.5939	1
07038	Ain Ghezzal	ain-ghezzal	07			34.7361	5.5939	1
07039	Ain Naga	ain-naga	07			34.6876	6.0942	4
07039	Sidi Salah	sidi-salah	07			34.6876	6.0942	3
07039	Sedraiet Edagga	sedraiet-edagga	07			34.6876	6.0942	3
07039	Dhibia	dhibia	07			34.6876	6.0942	3
07040	Arich Hamoula	arich-hamoula	07			34.604	6.2485	1
07041	Bades	bades	07			34.7467	6.6613	4
07041	Liana	liana	07			34.7705	6.6685	4
07041	El Ksar	el-ksar	07			34.7538	6.671	4
07042	Baniane	baniane	07			34.604	6.2485	1
07042	Dissa	dissa	07			34.604	6.2485	1
07043	Beghila	beghila	07			34.604	6.2485	1
07044	Besbes	besbes	07			34.1448	4.9932	4
07044	Ouled Harkat	ouled-harkat	07			34.1448	4.9932	3
07045	Bir Naam	bir-naam	07			34.604	6.2485	1
07046	Bouchagroune Cite Amirouche	bouchagroune-cite-amirouche	07			34.604	6.2485	1
07047	Ouled Rahma	ouled-rahma	07			34.604	6.2485	1
07047	Chaiba	chaiba	07			34.604	6.2485	1
07048	Difel	difel	07			34.604	6.2485	1
07049	Driss Amor	driss-amor	07			34.604	6.2485	1
07050	Droh	droh	07			34.871	5.8802	4
07050	Lehbel	lehbel	07			34.871	5.8802	3
07051	El Amri	el-amri	07			34.6783	5.2874	4
07052	El Horaya	el-horaya	07			34.7579	5.5229	1
07053	El Kantara 1er Nov	el-kantara-1er-nov	07			34.7579	5.5229	1
07054	El Oualadja	el-oualadja	07			34.7579	5.5229	1
07055	Farfar	farfar	07			34.7243	5.4011	4
07056	Feliache	feliache	07			34.7579	5.5229	1
07057	Ferfad Ali	ferfad-ali	07			34.7579	5.5229	1
07058	Gartha	gartha	07			34.7579	5.5229	1
07059	Guedila	guedila	07			34.7579	5.5229	1
07060	Guettouchi Lakhdar	guettouchi-lakhdar	07			34.8238	5.9819	1
07061	Hassi Cida	hassi-cida	07			34.8238	5.9819	1
07062	Hassi Smara	hassi-smara	07			34.8238	5.9819	1
07063	Khafoura	khafoura	07			34.8238	5.9819	1
07064	Legsaiat	legsaiat	07			34.8238	5.9819	1
07064	Lemnaissef	lemnaissef	07			34.8238	5.9819	1
07065	Les Freres Harzelli	les-freres-harzelli	07			34.8238	5.9819	1
07066	El Hadjeb	el-hadjeb	07			34.8238	5.9819	1
07066	Hassi Z'Rari	hassi-z-rari	07			34.8238	5.9819	1
07066	Megloub	megloub	07			34.8238	5.9819	1
07067	Tadjemout	tadjemout	07			34.9923	6.407	4
07067	Meziraa	meziraa	07			34.9923	6.407	3
07068	M'Lili	m-lili	07			34.6553	5.5569	4
07068	Zaouit	zaouit	07			34.6553	5.5569	3
07068	M'Lili Cite	m-lili-cite	07			34.6553	5.5569	3
07068	Vieux M'Lili	vieux-m-lili	07			34.6553	5.5569	3
07068	Dokkar El Adjemi	dokkar-el-adjemi	07			34.6553	5.5569	3
07068	Beni Ouar	beni-ouar	07			34.6553	5.5569	3
07068	Achiba Abdelmadjid	achiba-abdelmadjid	07			34.6553	5.5569	3
07068	Menahla	menahla	07			34.6553	5.5569	3
07069	N'Fidhet Ragma	n-fidhet-ragma	07			34.8238	5.9819	1
07070	Ouled Djellal 1er Mai	ouled-djellal-1er-mai	07			34.8085	5.9044	1
07071	Ras El Djedr	ras-el-djedr	07			34.8085	5.9044	1
07072	Ouled Sassi	ouled-sassi	07			34.8085	5.9044	1
07072	Ras El Miaad	ras-el-miaad	07			34.8085	5.9044	1
07073	Rouidjel	rouidjel	07			34.8085	5.9044	1
07074	Saada	saada	07			34.8085	5.9044	1
07075	Sehira	sehira	07			34.8085	5.9044	1
07076	Seriana	seriana	07			34.8187	5.9127	4
07076	Thouda	thouda	07			34.7984	5.896	4
07076	Barrage Foum El Kherza	barrage-foum-el-kherza	07			34.8085	5.9044	3
07077	Sidi Khellil	sidi-khellil	07			34.8085	5.9044	1
07078	Sidi Mesmoudi	sidi-mesmoudi	07			34.8085	5.9044	1
07079	Sidi M'Hamed Moussa	sidi-m-hamed-moussa	07			34.8085	5.9044	1
07080	Tarfayet El Nos	tarfayet-el-nos	07			34.6543	6.6926	1
07081	Tizi	tizi	07			34.6543	6.6926	1
07082	Tolga Emir Aek	tolga-emir-aek	07			34.6543	6.6926	1
07083	Zaatacha Ben Boulaid	zaatacha-ben-boulaid	07			34.6543	6.6926	1
07083	Ain Ben Naoui	ain-ben-naoui	07			34.6543	6.6926	1
07084	Zeribet El Oued 1er Nov	zeribet-el-oued-1er-nov	07			34.6543	6.6926	1
07085	Zeribet Hamed	zeribet-hamed	07			34.6543	6.6926	4
07085	El Guettar	el-guettar	07			34.6543	6.6926	3
07085	Oualadja	oualadja	07			34.6543	6.6926	3
07085	Tomas	tomas	07			34.6543	6.6926	3
07086	Biskra Abderahmane Gacem	biskra-abderahmane-gacem	07			34.6543	6.6926	1
07800	Biskra Ctr	biskra-ctr	07			34.7405	5.7624	1
08000	Bechar Hassi El Houari	bechar-hassi-el-houari	08			30.9058	-2.305	1
08000	Benzireg	benzireg	08			30.9058	-2.305	1
08000	Bechar Rp	bechar-rp	08			30.9058	-2.305	1
08001	Bechar 1er Novembre	bechar-1er-novembre	08			30.9058	-2.305	1
08002	Beni Abbes	beni-abbes	08			30.1267	-2.1713	4
08002	Bechir	bechir	08			29.9435	-1.9745	4
08002	Hai El Amel	hai-el-amel	08			30.0351	-2.0729	3
08002	Hai Touhami Tayeb	hai-touhami-tayeb	08			30.0351	-2.0729	3
08002	Hai Mohamed Yagoub	hai-mohamed-yagoub	08			30.0351	-2.0729	3
08002	Hai Mazouzi El Cheikh	hai-mazouzi-el-cheikh	08			30.0351	-2.0729	3
08002	Hai Madjroud Ali	hai-madjroud-ali	08			30.0351	-2.0729	3
08002	Hai Ibn Badis	hai-ibn-badis	08			30.0351	-2.0729	3
08002	Hai Hemal Dahmane	hai-hemal-dahmane	08			30.0351	-2.0729	3
08002	Hai Hamdi Ahmed	hai-hamdi-ahmed	08			30.0351	-2.0729	3
08002	Hai El Wihda	hai-el-wihda	08			30.0351	-2.0729	3
08002	Hai El Sahel Hamou	hai-el-sahel-hamou	08			30.0351	-2.0729	3
08002	Hai Aissat Idir	hai-aissat-idir	08			30.0351	-2.0729	3
08002	El Mostakbel	el-mostakbel	08			30.0351	-2.0729	3
08002	Cite 5 Juillet	cite-5-juillet	08			30.0351	-2.0729	3
08002	Cite 1er Novembre	cite-1er-novembre	08			30.0351	-2.0729	3
08002	Cite 1er Mai	cite-1er-mai	08			30.0351	-2.0729	3
08003	Abadla	abadla	08			31.019	-2.7239	4
08003	Hai Binaa El Rahma	hai-binaa-el-rahma	08			31.092	-2.6237	3
08003	Ksiksou	ksiksou	08			31.165	-2.5236	4
08003	Hai Emir Abdelkader	hai-emir-abdelkader	08			31.092	-2.6237	3
08003	Hai Belkacem Med	hai-belkacem-med	08			31.092	-2.6237	3
08003	Hai Beni Hillal	hai-beni-hillal	08			31.092	-2.6237	3
08003	Chaaba	chaaba	08			31.092	-2.6237	3
08003	Hai Ahmed El Zoubir	hai-ahmed-el-zoubir	08			31.092	-2.6237	3
08003	Hai Nasr	hai-nasr	08			31.092	-2.6237	3
08003	Hai El Taoura	hai-el-taoura	08			31.092	-2.6237	3
08003	Hai Es Salam	hai-es-salam	08			31.092	-2.6237	3
08004	Bechar Debdaba	bechar-debdaba	08			31.6178	-2.2049	4
08005	Bechar Djedid	bechar-djedid	08			31.5631	-2.232	4
08006	Bechar Hai El Badr	bechar-hai-el-badr	08			30.9058	-2.305	1
08007	Bechar Hai El Inara	bechar-hai-el-inara	08			30.9058	-2.305	1
08008	Labarga	labarga	08			30.9058	-2.305	1
08008	Cite Policie Logt Cnep	cite-policie-logt-cnep	08			30.9058	-2.305	1
08008	Hai Meteo	hai-meteo	08			30.9058	-2.305	1
08008	Cite Gouray	cite-gouray	08			30.9058	-2.305	1
08008	Cite 18 Fevrier	cite-18-fevrier	08			30.9058	-2.305	1
08008	Chaaba	chaaba	08			30.9058	-2.305	1
08008	Centre Ville	centre-ville	08			30.9058	-2.305	1
08008	Bechar Hai M'Rah	bechar-hai-m-rah	08			30.9058	-2.305	1
08008	Hai Djihani	hai-djihani	08			30.9058	-2.305	1
08008	Hai Karma	hai-karma	08			30.9058	-2.305	1
08008	Hai Riadhi	hai-riadhi	08			30.9058	-2.305	1
08008	La Zone Bleu	la-zone-bleu	08			30.9058	-2.305	1
08008	Plateau Hydrolique	plateau-hydrolique	08			30.9058	-2.305	1
08008	Sellis	sellis	08			30.9058	-2.305	1
08008	Hai Houba	hai-houba	08			30.9058	-2.305	1
08008	Hai Kadessia	hai-kadessia	08			30.9058	-2.305	1
08008	Hai Castor	hai-castor	08			30.9058	-2.305	1
08008	Hai Badr	hai-badr	08			30.9058	-2.305	1
08008	Hai Aissat Idir	hai-aissat-idir	08			30.9058	-2.305	1
08009	Bechar La Barga	bechar-la-barga	08			30.9058	-2.305	1
08010	Fendi	fendi	08			31.8386	-1.475	4
08010	Zoubia	zoubia	08			32.1353	-1.0203	4
08010	Beni Ounif	beni-ounif	08			32.0487	-1.2488	4
08010	Hai Nasr	hai-nasr	08			32.0076	-1.248	3
08010	Hai Katrani	hai-katrani	08			32.0076	-1.248	3
08010	Centre Ville	centre-ville	08			32.0076	-1.248	3
08010	Geraba	geraba	08			32.0076	-1.248	3
08010	Hai Bousir	hai-bousir	08			32.0076	-1.248	3
08010	Hai Djedid	hai-djedid	08			32.0076	-1.248	3
08010	Hai El Feth	hai-el-feth	08			32.0076	-1.248	3
08010	Zouzfana	zouzfana	08			32.0076	-1.248	3
08010	Vieux Ksar	vieux-ksar	08			32.0076	-1.248	3
08010	Oued Lakhdar	oued-lakhdar	08			32.0076	-1.248	3
08010	Hai Wiam	hai-wiam	08			32.0076	-1.248	3
08010	Hai Quods	hai-quods	08			32.0076	-1.248	3
08010	Hai Kendahar	hai-kendahar	08			32.0076	-1.248	3
08011	Kenadsa	kenadsa	08			31.5486	-2.4269	4
08011	Hai Ibn Badis	hai-ibn-badis	08			31.5486	-2.4269	3
08011	Hai Nakhil	hai-nakhil	08			31.5486	-2.4269	3
08011	Hai Nasr	hai-nasr	08			31.5486	-2.4269	3
08011	Labarga	labarga	08			31.5486	-2.4269	3
08011	Vieux Ksar	vieux-ksar	08			31.5486	-2.4269	3
08011	Hai Aissat Idir	hai-aissat-idir	08			31.5486	-2.4269	3
08011	Hai 5 Juillet	hai-5-juillet	08			31.5486	-2.4269	3
08011	Hai 20 Aout	hai-20-aout	08			31.5486	-2.4269	3
08011	El Mostakbel	el-mostakbel	08			31.5486	-2.4269	3
08011	Cite Mine	cite-mine	08			31.5486	-2.4269	3
08012	Abadla 1er Nov	abadla-1er-nov	08			31.8928	-1.5428	1
08013	Hai Gharassa	hai-gharassa	08			31.8928	-1.5428	1
08013	Bechar Hai El Djorf	bechar-hai-el-djorf	08			31.8928	-1.5428	1
08013	Cite Des Musulmans	cite-des-musulmans	08			31.8928	-1.5428	1
08013	Diar Rahma	diar-rahma	08			31.8928	-1.5428	1
08013	Hai Djedid	hai-djedid	08			31.8928	-1.5428	1
08013	Hai Saoura	hai-saoura	08			31.8928	-1.5428	1
08013	Hai Nasr	hai-nasr	08			31.8928	-1.5428	1
08013	Hai El Inara	hai-el-inara	08			31.8928	-1.5428	1
08013	Hai El Masabih	hai-el-masabih	08			31.8928	-1.5428	1
08013	Hai El Chaabi	hai-el-chaabi	08			31.8928	-1.5428	1
08013	Hai El Fadjr	hai-el-fadjr	08			31.8928	-1.5428	1
08013	Hai Djorf	hai-djorf	08			31.8928	-1.5428	1
08014	Bechar Hai El Feth	bechar-hai-el-feth	08			31.8928	-1.5428	1
08015	Bechar Hai Essalam	bechar-hai-essalam	08			31.8928	-1.5428	1
08016	Hai Mongar	hai-mongar	08			31.8928	-1.5428	1
08016	Hai Manougat	hai-manougat	08			31.8928	-1.5428	1
08016	Villa Des Olives	villa-des-olives	08			31.8928	-1.5428	1
08016	Mer Niger	mer-niger	08			31.8928	-1.5428	1
08016	Hai Sonelgaz	hai-sonelgaz	08			31.8928	-1.5428	1
08016	Hai Safsaf	hai-safsaf	08			31.8928	-1.5428	1
08016	Hai Mostakbel	hai-mostakbel	08			31.8928	-1.5428	1
08016	Hai Lahdab	hai-lahdab	08			31.8928	-1.5428	1
08016	Hai Ibn Badis	hai-ibn-badis	08			31.8928	-1.5428	1
08016	Hai Hamdane	hai-hamdane	08			31.8928	-1.5428	1
08016	Hai Forsane	hai-forsane	08			31.8928	-1.5428	1
08016	Hai Forkane	hai-forkane	08			31.8928	-1.5428	1
08016	Hai Feth	hai-feth	08			31.8928	-1.5428	1
08016	Hai Etaref El Djedid	hai-etaref-el-djedid	08			31.8928	-1.5428	1
08016	Hai Ennour	hai-ennour	08			31.8928	-1.5428	1
08016	Hai Chaib	hai-chaib	08			31.8928	-1.5428	1
08016	Hai Auto Construction	hai-auto-construction	08			31.8928	-1.5428	1
08016	Djenein Diffallah	djenein-diffallah	08			31.8928	-1.5428	1
08016	Cite Les Hlm	cite-les-hlm	08			31.8928	-1.5428	1
08016	Chaabat El Makhalif	chaabat-el-makhalif	08			31.8928	-1.5428	1
08016	Bechar Hai Hamdane	bechar-hai-hamdane	08			31.8928	-1.5428	1
08017	Bechar Hai Riadhi	bechar-hai-riadhi	08			31.8928	-1.5428	1
08018	Bechar Terre	bechar-terre	08			31.8928	-1.5428	1
08019	Beni Ounif Sidi Bousmaha	beni-ounif-sidi-bousmaha	08			31.8928	-1.5428	1
08020	El Ouata	el-ouata	08			29.8622	-1.8275	4
08020	Ksar Amas	ksar-amas	08			29.8471	-1.806	3
08020	El Maja	el-maja	08			29.8357	-1.7824	4
08020	Ammes	ammes	08			29.8434	-1.808	4
08020	Ksar Anfid	ksar-anfid	08			29.8471	-1.806	3
08020	Idich	idich	08			29.8471	-1.806	3
08020	Hai El Hadhaba	hai-el-hadhaba	08			29.8471	-1.806	3
08020	Hai Djedid	hai-djedid	08			29.8471	-1.806	3
08020	Ksar El Bayadha	ksar-el-bayadha	08			29.8471	-1.806	3
08020	Ksar Boukhlif	ksar-boukhlif	08			29.8471	-1.806	3
08020	Ksar Bouhdid	ksar-bouhdid	08			29.8471	-1.806	3
08020	Ksar El Ma	ksar-el-ma	08			29.8471	-1.806	3
08020	Ksar El Madja	ksar-el-madja	08			29.8471	-1.806	3
08020	Ksar El Ouata	ksar-el-ouata	08			29.8471	-1.806	3
08020	Ksir Elma	ksir-elma	08			29.8471	-1.806	3
08020	Annefid	annefid	08			29.8471	-1.806	3
08020	Bouhdid	bouhdid	08			29.8471	-1.806	3
08020	Boukhlouf	boukhlouf	08			29.8471	-1.806	3
08020	El Bayada	el-bayada	08			29.8471	-1.806	3
08020	El Ouata Centre	el-ouata-centre	08			29.8471	-1.806	3
08020	El Oumem	el-oumem	08			29.8471	-1.806	3
08021	Igli	igli	08			30.4522	-2.2919	4
08021	Hai Es Salam	hai-es-salam	08			30.4522	-2.2919	3
08021	Hai Moulya Abdelkader	hai-moulya-abdelkader	08			30.4522	-2.2919	3
08021	Vieux Ksar	vieux-ksar	08			30.4522	-2.2919	3
08021	Centre Ville	centre-ville	08			30.4522	-2.2919	3
08021	Hai El Quods	hai-el-quods	08			30.4522	-2.2919	3
08022	El Ksar	el-ksar	08			29.2175	-1.0304	4
08022	Kerzaz	kerzaz	08			29.4506	-1.4185	4
08022	Hai Asraf	hai-asraf	08			29.334	-1.2245	3
08022	El Matlaa	el-matlaa	08			29.334	-1.2245	3
08022	Centre Ville	centre-ville	08			29.334	-1.2245	3
08022	Megcem	megcem	08			29.334	-1.2245	3
08022	Hai Zegalem	hai-zegalem	08			29.334	-1.2245	3
08022	Taaglat	taaglat	08			29.334	-1.2245	3
08022	Hai El Houma	hai-el-houma	08			29.334	-1.2245	3
08022	Hai Brika	hai-brika	08			29.334	-1.2245	3
08023	Hai Hibi Abdelrezak	hai-hibi-abdelrezak	08			29.6344	-1.7556	1
08023	Karoumi Tayeb	karoumi-tayeb	08			29.6344	-1.7556	1
08023	Hai Zakaria Boudaoui	hai-zakaria-boudaoui	08			29.6344	-1.7556	1
08023	Erg Farradj	erg-farradj	08			29.6344	-1.7556	1
08024	Bechar Hai Ennour	bechar-hai-ennour	08			29.6344	-1.7556	1
08025	Beni Ikhlef	beni-ikhlef	08			29.5749	-1.613	4
08025	Hai El Arbi Ben Mehidi	hai-el-arbi-ben-mehidi	08			29.5749	-1.613	3
08025	Hai Colonel Lotfi	hai-colonel-lotfi	08			29.5749	-1.613	3
08025	Hai Abdel Hamid Ibn Badis	hai-abdel-hamid-ibn-badis	08			29.5749	-1.613	3
08026	Tafraout	tafraout	08			29.6344	-1.7556	1
08026	Hai 20 Aout	hai-20-aout	08			29.6344	-1.7556	1
08026	Hai Aln	hai-aln	08			29.6344	-1.7556	1
08026	Hai El Yasmine	hai-el-yasmine	08			29.6344	-1.7556	1
08026	Hai Omrane	hai-omrane	08			29.6344	-1.7556	1
08026	Lahmar	lahmar	08			29.6344	-1.7556	1
08027	Mechraa Houari Boumediene	mechraa-houari-boumediene	08			29.6344	-1.7556	1
08028	El Ksar	el-ksar	08			29.2175	-1.0304	4
08028	Ouled Raffa	ouled-raffa	08			29.2175	-1.0304	3
08028	Beni Cherk	beni-cherk	08			29.2175	-1.0304	3
08028	Ben Abdelkader	ben-abdelkader	08			29.2175	-1.0304	3
08028	Timgharine	timgharine	08			29.2175	-1.0304	3
08028	Cite Ksar	cite-ksar	08			29.2175	-1.0304	3
08028	Hassi Abdallah	hassi-abdallah	08			29.2175	-1.0304	3
08028	Meslila	meslila	08			29.2175	-1.0304	3
08028	Ouled Khoudeir	ouled-khoudeir	08			29.2175	-1.0304	3
08028	El Khabayeb	el-khabayeb	08			29.2175	-1.0304	3
08029	Tabelbala	tabelbala	08			29.41	-3.2526	4
08029	Zaouia	zaouia	08			29.4797	-1.5013	4
08029	Hai Ancien Cite	hai-ancien-cite	08			29.4449	-2.377	3
08029	Centre Ville	centre-ville	08			29.4449	-2.377	3
08029	Boutbiga	boutbiga	08			29.4449	-2.377	3
08029	Boulaadam	boulaadam	08			29.4449	-2.377	3
08029	Ksar Zaouia Sidi Zekri	ksar-zaouia-sidi-zekri	08			29.4449	-2.377	3
08029	Ksar Makhlouf	ksar-makhlouf	08			29.4449	-2.377	3
08029	Ksar Cheraya	ksar-cheraya	08			29.4449	-2.377	3
08029	Hassi El Kharet	hassi-el-kharet	08			29.4449	-2.377	3
08029	Hai El Binaa Dati	hai-el-binaa-dati	08			29.4449	-2.377	3
08029	Charayaa Djedid	charayaa-djedid	08			29.4449	-2.377	3
08030	Taghit	taghit	08			30.9201	-2.0297	4
08030	Brika	brika	08			30.9201	-2.0297	3
08030	Zaouia El Fougania	zaouia-el-fougania	08			30.9201	-2.0297	3
08031	Timoudi	timoudi	08			29.3196	-1.134	4
08031	Hai Ibn Abdelkader	hai-ibn-abdelkader	08			29.3196	-1.134	3
08031	Boutarfaya	boutarfaya	08			29.3196	-1.134	3
08032	Agdal	agdal	08			29.9609	-1.6142	1
08033	Barrebi	barrebi	08			29.9609	-1.6142	1
08033	Bakhti	bakhti	08			29.9609	-1.6142	1
08033	Zaouia El Tahtania	zaouia-el-tahtania	08			29.9609	-1.6142	1
08034	Boukais	boukais	08			29.9609	-1.6142	1
08035	Djorf El Barda	djorf-el-barda	08			29.9609	-1.6142	1
08036	Guerzim	guerzim	08			29.6431	-1.6787	4
08037	Guir Lotfi,	guir-lotfi	08			29.9609	-1.6142	1
08038	Hassi Menounat	hassi-menounat	08			29.9609	-1.6142	1
08039	Ksabi	ksabi	08			29.9609	-1.6142	1
08039	Bent Cherk	bent-cherk	08			29.9609	-1.6142	1
08039	Hassi Abdallah	hassi-abdallah	08			29.9609	-1.6142	1
08040	Mazzer	mazzer	08			30.3189	-2.2612	4
08041	Meridja	meridja	08			31.5488	-2.945	4
08042	Menabha	menabha	08			32.0158	-2.2709	4
08042	Mougheul	mougheul	08			32.0158	-2.2709	3
08042	Sfisifa	sfisifa	08			32.0158	-2.2709	3
08043	Ouakda	ouakda	08			31.6523	-2.1811	4
08044	Ougarta	ougarta	08			30.7774	-2.302	1
08045	Rosf Taiba	rosf-taiba	08			30.7774	-2.302	1
08046	Tamtert	tamtert	08			29.9135	-1.9	4
08046	Marhouma	marhouma	08			30.0045	-2.0706	4
08047	Zaouia Lekbira	zaouia-lekbira	08			30.7774	-2.302	1
08048	Zeghamra	zeghamra	08			29.9882	-2.4853	4
08049	Kenadsa Sidi M'Hamed Ben Bouziane	kenadsa-sidi-m-hamed-ben-bouziane	08			30.7774	-2.302	1
08800	Bechar Ctr	bechar-ctr	08			30.4892	-1.9505	1
08801	Bechar Crc	bechar-crc	08			30.4892	-1.9505	1
08802	Bechar Crcoe	bechar-crcoe	08			30.4892	-1.9505	1
08803	Bechar Crme	bechar-crme	08			30.4892	-1.9505	1
09000	Taborkhchant	taborkhchant	09			36.535	3.0699	1
09000	Imam Ghita	imam-ghita	09			36.535	3.0699	1
09000	El Kemar	el-kemar	09			36.535	3.0699	1
09000	Tabelbala	tabelbala	09			36.535	3.0699	1
09000	Rabta	rabta	09			36.535	3.0699	1
09000	Kerrache	kerrache	09			36.535	3.0699	1
09000	Sidi Fergani	sidi-fergani	09			36.535	3.0699	1
09000	El Khesadouia	el-khesadouia	09			36.535	3.0699	1
09000	Sidi Mekhefi	sidi-mekhefi	09			36.535	3.0699	1
09000	Tabarante	tabarante	09			36.535	3.0699	1
09000	Douar Zaouia Sidi Kehi	douar-zaouia-sidi-kehi	09			36.535	3.0699	1
09000	Sidi Achour	sidi-achour	09			36.535	3.0699	1
09000	El Hamalite	el-hamalite	09			36.535	3.0699	1
09000	Bouhendese	bouhendese	09			36.535	3.0699	1
09000	El Ayoune	el-ayoune	09			36.535	3.0699	1
09000	Hannoua	hannoua	09			36.535	3.0699	1
09000	Boukhibere	boukhibere	09			36.535	3.0699	1
09000	Iguezaouchene	iguezaouchene	09			36.535	3.0699	1
09000	Bourahim	bourahim	09			36.535	3.0699	1
09000	Merchoucha	merchoucha	09			36.535	3.0699	1
09000	Chachea	chachea	09			36.535	3.0699	1
09000	Menchar	menchar	09			36.535	3.0699	1
09000	Cheikh Benaissa	cheikh-benaissa	09			36.535	3.0699	1
09000	Mahbous	mahbous	09			36.535	3.0699	1
09000	Cherkia	cherkia	09			36.535	3.0699	1
09000	Hamileli	hamileli	09			36.535	3.0699	1
09000	Clos Alexandrie	clos-alexandrie	09			36.535	3.0699	1
09000	Hakou Ferrouane	hakou-ferrouane	09			36.535	3.0699	1
09000	Dardara	dardara	09			36.535	3.0699	1
09000	Saouda	saouda	09			36.535	3.0699	1
09000	Djelalta	djelalta	09			36.535	3.0699	1
09000	M'Sennou	m-sennou	09			36.535	3.0699	1
09000	Douar R'Mel	douar-r-mel	09			36.535	3.0699	1
09000	R'Mel	r-mel	09			36.535	3.0699	1
09000	Beni Sabiha 1	beni-sabiha-1	09			36.535	3.0699	1
09000	Oued Aberaire	oued-aberaire	09			36.535	3.0699	1
09000	Beni Chabla	beni-chabla	09			36.535	3.0699	1
09000	Mered	mered	09			36.535	3.0699	1
09000	Benannas	benannas	09			36.535	3.0699	1
09000	Kessasma	kessasma	09			36.535	3.0699	1
09000	Ben Ali	ben-ali	09			36.535	3.0699	1
09000	Sidi Yekhlef	sidi-yekhlef	09			36.535	3.0699	1
09000	Baba Moussa	baba-moussa	09			36.535	3.0699	1
09000	Sidi Medjebar	sidi-medjebar	09			36.535	3.0699	1
09000	Amchache	amchache	09			36.535	3.0699	1
09000	Sidi Abdelkader	sidi-abdelkader	09			36.535	3.0699	1
09000	Agheni Meriem	agheni-meriem	09			36.535	3.0699	1
09000	Agheni	agheni	09			36.535	3.0699	1
09000	Aghba El Hamra	aghba-el-hamra	09			36.535	3.0699	1
09000	Blida Universite	blida-universite	09			36.535	3.0699	1
09000	Blida Rp	blida-rp	09			36.535	3.0699	1
09000	Ferdjouma	ferdjouma	09			36.535	3.0699	1
09000	Blida Enta	blida-enta	09			36.535	3.0699	1
09000	Blida Douiret	blida-douiret	09			36.535	3.0699	1
09000	Zerikia	zerikia	09			36.535	3.0699	1
09000	Blida Derbali Ali	blida-derbali-ali	09			36.535	3.0699	1
09000	Bouhartite	bouhartite	09			36.535	3.0699	1
09000	Boughedou	boughedou	09			36.535	3.0699	1
09000	Hab El Amlak	hab-el-amlak	09			36.535	3.0699	1
09000	Zebana	zebana	09			36.535	3.0699	1
09000	Zaouia Sidi Kebir	zaouia-sidi-kebir	09			36.535	3.0699	1
09000	Zamouane	zamouane	09			36.535	3.0699	1
09000	Trab Lahmar	trab-lahmar	09			36.535	3.0699	1
09000	Timizert	timizert	09			36.535	3.0699	1
09000	Tazerdjount	tazerdjount	09			36.535	3.0699	1
09000	Tagadirt	tagadirt	09			36.535	3.0699	1
09000	Tafraouit	tafraouit	09			36.535	3.0699	1
09000	El Ouch	el-ouch	09			36.535	3.0699	1
09000	El Matene	el-matene	09			36.535	3.0699	1
09000	Berghog	berghog	09			36.535	3.0699	1
09000	El Rouamla	el-rouamla	09			36.535	3.0699	1
09000	Beni Sabiha2	beni-sabiha2	09			36.535	3.0699	1
09001	Boufarik	boufarik	09			36.5741	2.9121	4
09001	Douar Benkandoura	douar-benkandoura	09			36.5741	2.9121	3
09001	Douar Benkoula	douar-benkoula	09			36.5741	2.9121	3
09001	Douar Bouamrouss	douar-bouamrouss	09			36.5741	2.9121	3
09001	Douar Bouyagueb	douar-bouyagueb	09			36.5741	2.9121	3
09001	Douar Berriane	douar-berriane	09			36.5741	2.9121	3
09001	Douar Goreth	douar-goreth	09			36.5741	2.9121	3
09001	Douar Sidi Abes	douar-sidi-abes	09			36.5741	2.9121	3
09001	Douar Cheurfa	douar-cheurfa	09			36.5741	2.9121	3
09001	Boufarik Air	boufarik-air	09			36.5741	2.9121	3
09001	Ain Aich	ain-aich	09			36.5741	2.9121	3
09001	Douar Sidi Ayed	douar-sidi-ayed	09			36.5741	2.9121	3
09001	Saint Charles	saint-charles	09			36.5741	2.9121	3
09001	Soukali	soukali	09			36.5741	2.9121	3
09001	Village Benchaabane	village-benchaabane	09			36.5741	2.9121	3
09001	Douar Benkhelili	douar-benkhelili	09			36.5741	2.9121	3
09002	Sakamodi	sakamodi	09			36.4993	3.269	4
09002	Douar Sidi Allel	douar-sidi-allel	09			36.4993	3.269	3
09002	Douar Ouled Bakir	douar-ouled-bakir	09			36.4993	3.269	3
09002	Belaouadi	belaouadi	09			36.4993	3.269	3
09002	Haouche Cheurfa	haouche-cheurfa	09			36.4993	3.269	3
09002	Douar Moulhani	douar-moulhani	09			36.4993	3.269	3
09002	Douar Birem	douar-birem	09			36.4993	3.269	3
09002	Douar Benouadfel	douar-benouadfel	09			36.4993	3.269	3
09002	Dramine	dramine	09			36.4993	3.269	3
09002	Douar Techet	douar-techet	09			36.4993	3.269	3
09002	Benouadfel	benouadfel	09			36.4993	3.269	3
09002	Douar Belaouadi	douar-belaouadi	09			36.4993	3.269	3
09002	Douar Araibia	douar-araibia	09			36.4993	3.269	3
09002	Douar Beni Saada	douar-beni-saada	09			36.4993	3.269	3
09002	Bendali Ali	bendali-ali	09			36.4993	3.269	3
09002	Douar Taguenit	douar-taguenit	09			36.4993	3.269	3
09002	Beni Saada	beni-saada	09			36.4993	3.269	3
09002	Douar Beni Mellal	douar-beni-mellal	09			36.4993	3.269	3
09002	Douar Sakamoug	douar-sakamoug	09			36.4993	3.269	3
09002	Armibia (Douar)	armibia-douar	09			36.4993	3.269	3
09002	Zemaitmia	zemaitmia	09			36.4993	3.269	3
09002	Terssene Haouche	terssene-haouche	09			36.4993	3.269	3
09002	Rarbo Haouche	rarbo-haouche	09			36.4993	3.269	3
09002	Ouled Seghier Haouche	ouled-seghier-haouche	09			36.4993	3.269	3
09002	Ouled Bouzid Haouche	ouled-bouzid-haouche	09			36.4993	3.269	3
09002	Mezine Haouche	mezine-haouche	09			36.4993	3.269	3
09002	Larbaa	larbaa	09			36.4993	3.269	3
09002	Kchabria	kchabria	09			36.4993	3.269	3
09002	Haouche Rchabria	haouche-rchabria	09			36.4993	3.269	3
09002	Haouche Meziane	haouche-meziane	09			36.4993	3.269	3
09002	Haouche Laguaguera	haouche-laguaguera	09			36.4993	3.269	3
09002	Haouche Dramine	haouche-dramine	09			36.4993	3.269	3
09003	Douar Khazrouna	douar-khazrouna	09			36.535	3.0699	1
09003	Cite Musulmane	cite-musulmane	09			36.535	3.0699	1
09003	Beni Merad	beni-merad	09			36.535	3.0699	1
09004	Blida Bab Djazair	blida-bab-djazair	09			36.535	3.0699	1
09005	Blida Ben Mokadem	blida-ben-mokadem	09			36.535	3.0699	1
09006	Blida Terre 1	blida-terre-1	09			36.535	3.0699	1
09007	Boufarik Place Des Martyrs	boufarik-place-des-martyrs	09			36.535	3.0699	1
09008	Bougara	bougara	09			36.5418	3.081	4
09008	Tala Ali	tala-ali	09			36.4825	3.0781	4
09008	Boualili	boualili	09			36.5121	3.0795	3
09008	Kouachi	kouachi	09			36.5121	3.0795	3
09008	Douar Egebsia	douar-egebsia	09			36.5121	3.0795	3
09008	Douar Ellouz	douar-ellouz	09			36.5121	3.0795	3
09008	Douar Remili	douar-remili	09			36.5121	3.0795	3
09008	Douar Marbouni	douar-marbouni	09			36.5121	3.0795	3
09008	Douar Labaziz	douar-labaziz	09			36.5121	3.0795	3
09008	Douar El Mechmech	douar-el-mechmech	09			36.5121	3.0795	3
09008	Douar Ghabet Zaouch	douar-ghabet-zaouch	09			36.5121	3.0795	3
09008	Ouled Daoud	ouled-daoud	09			36.5121	3.0795	3
09008	Handak	handak	09			36.5121	3.0795	3
09008	El Mechmech	el-mechmech	09			36.5121	3.0795	3
09008	Douar Tahamoult	douar-tahamoult	09			36.5121	3.0795	3
09008	Douar Semat	douar-semat	09			36.5121	3.0795	3
09008	Aguarsif	aguarsif	09			36.5121	3.0795	3
09009	Chebli	chebli	09			36.5772	3.0092	4
09009	Douar Khoudem	douar-khoudem	09			36.5772	3.0092	3
09009	Douar Ouled Chebel	douar-ouled-chebel	09			36.5772	3.0092	3
09009	Douar Massouma	douar-massouma	09			36.5772	3.0092	3
09009	Douar Ben Cherif	douar-ben-cherif	09			36.5772	3.0092	3
09009	Douar Ben Ramdane	douar-ben-ramdane	09			36.5772	3.0092	3
09009	Massouma (Douar) 2čme Partie	massouma-douar-2-me-partie	09			36.5772	3.0092	3
09009	Khoudem	khoudem	09			36.5772	3.0092	3
09010	Chiffa	chiffa	09			36.4629	2.7387	4
09010	Douar M'Ta El Habrous	douar-m-ta-el-habrous	09			36.4629	2.7387	3
09010	Douar Ouled Kerrache	douar-ouled-kerrache	09			36.4629	2.7387	3
09010	Ouled Kerrouche (Douar)	ouled-kerrouche-douar	09			36.4629	2.7387	3
09010	Sidi Madani Village	sidi-madani-village	09			36.4629	2.7387	3
09011	Bouroumi	bouroumi	09			36.5417	2.9806	1
09011	Sidi Khelifa	sidi-khelifa	09			36.5417	2.9806	1
09011	El Affroun	el-affroun	09			36.5417	2.9806	1
09011	Douar Sidi Khelifa	douar-sidi-khelifa	09			36.5417	2.9806	1
09011	Douar Ouled Hamidane	douar-ouled-hamidane	09			36.5417	2.9806	1
09011	Douar Beni Djemaa	douar-beni-djemaa	09			36.5417	2.9806	1
09012	Meftah	meftah	09			36.6204	3.2225	4
09012	Douar Safsaf	douar-safsaf	09			36.6204	3.2225	3
09012	Douar Ouled R'Djem	douar-ouled-r-djem	09			36.6204	3.2225	3
09012	Douar Ouled Hachneche	douar-ouled-hachneche	09			36.6204	3.2225	3
09012	Douar Bergoug	douar-bergoug	09			36.6204	3.2225	3
09012	Douar El Bor	douar-el-bor	09			36.6204	3.2225	3
09012	Zahane	zahane	09			36.6204	3.2225	3
09012	Douar Zayane	douar-zayane	09			36.6204	3.2225	3
09012	Douar M'Hada	douar-m-hada	09			36.6204	3.2225	3
09012	Zerouala	zerouala	09			36.6204	3.2225	3
09012	Douar Souakria	douar-souakria	09			36.6204	3.2225	3
09012	Douar Sidi M'Hamed	douar-sidi-m-hamed	09			36.6204	3.2225	3
09012	Douar Sidi Hamed	douar-sidi-hamed	09			36.6204	3.2225	3
09012	Douar Ayemaia	douar-ayemaia	09			36.6204	3.2225	3
09013	Douar Loumaidi	douar-loumaidi	09			36.5417	2.9806	1
09013	Douar Tala Oulma	douar-tala-oulma	09			36.5417	2.9806	1
09013	Douar Zaoula	douar-zaoula	09			36.5417	2.9806	1
09013	Mouzaia	mouzaia	09			36.5417	2.9806	1
09013	Nhaoua	nhaoua	09			36.5417	2.9806	1
09013	Douar Chayani	douar-chayani	09			36.5417	2.9806	1
09013	Douar Sidi Yekhlef	douar-sidi-yekhlef	09			36.5417	2.9806	1
09014	Douar Bennehal	douar-bennehal	09			36.5417	2.9806	1
09014	Douar Ben Salah	douar-ben-salah	09			36.5417	2.9806	1
09014	Oued El Alleug	oued-el-alleug	09			36.5417	2.9806	1
09014	Douar Zaoui	douar-zaoui	09			36.5417	2.9806	1
09014	Douar Sidi Yahia	douar-sidi-yahia	09			36.5417	2.9806	1
09014	Douar Zaouia Sidi Medjebar	douar-zaouia-sidi-medjebar	09			36.5417	2.9806	1
09014	Cinq Palmiers	cinq-palmiers	09			36.5417	2.9806	1
09014	Communale	communale	09			36.5417	2.9806	1
09014	Douar Ben Ali	douar-ben-ali	09			36.5417	2.9806	1
09014	Douar Ben Tamou	douar-ben-tamou	09			36.5417	2.9806	1
09015	Ouled Yaich	ouled-yaich	09			36.5417	2.9806	1
09016	Blida Ben Boulaid	blida-ben-boulaid	09			36.5417	2.9806	1
09017	Blida Bounaama Djillali	blida-bounaama-djillali	09			36.5417	2.9806	1
09018	Blida Zabana	blida-zabana	09			36.5417	2.9806	1
09019	Bouarfa	bouarfa	09			36.5417	2.9806	1
09020	Bouinan	bouinan	09			36.5317	2.9919	4
09020	Douar Bouangoud	douar-bouangoud	09			36.5317	2.9919	3
09020	Hasseinia (Lieux Dit)	hasseinia-lieux-dit	09			36.5317	2.9919	3
09020	Douar Tabainette	douar-tabainette	09			36.5317	2.9919	3
09020	Douar El Hadd	douar-el-hadd	09			36.5317	2.9919	3
09020	Oued El Hadd (Douar)	oued-el-hadd-douar	09			36.5317	2.9919	3
09020	Massouma (Douar) 1er Partie	massouma-douar-1er-partie	09			36.5317	2.9919	3
09020	Douar Benfissa	douar-benfissa	09			36.5317	2.9919	3
09020	Douar Amroussa	douar-amroussa	09			36.5317	2.9919	3
09021	Mouzaia Ben Ali Ahmed	mouzaia-ben-ali-ahmed	09			36.5053	2.8943	1
09022	Cherifia	cherifia	09			36.5005	2.8927	4
09022	Hameau Saada	hameau-saada	09			36.5005	2.8927	3
09022	Errourha Haneal	errourha-haneal	09			36.5005	2.8927	3
09022	Soumaa	soumaa	09			36.5005	2.8927	3
09022	Sidi Aissa	sidi-aissa	09			36.5005	2.8927	3
09022	Quatre Fermes (Lieux-Dit)	quatre-fermes-lieux-dit	09			36.5005	2.8927	3
09022	Medjoufa	medjoufa	09			36.5005	2.8927	3
09022	Hazal Bahli	hazal-bahli	09			36.5005	2.8927	3
09022	Graba Hameau	graba-hameau	09			36.5005	2.8927	3
09022	Hameau Chirifia	hameau-chirifia	09			36.5005	2.8927	3
09022	Bahli	bahli	09			36.5005	2.8927	3
09022	Hameau Ferroukha	hameau-ferroukha	09			36.5005	2.8927	3
09023	Ain Romana	ain-romana	09			36.5053	2.8943	1
09024	Beni Tamou	beni-tamou	09			36.5383	2.8217	4
09025	Ben Khellil	ben-khellil	09			36.5053	2.8943	1
09026	Blida Ben Achour	blida-ben-achour	09			36.5053	2.8943	1
09027	Chrea	chrea	09			36.4291	2.8806	4
09027	Belle Crete	belle-crete	09			36.4291	2.8806	3
09027	Les Glacieres	les-glacieres	09			36.4291	2.8806	3
09028	Djebabra	djebabra	09			36.5053	2.8943	1
09029	Guerrouaou	guerrouaou	09			36.5267	2.8844	4
09029	Hameau Guerrouaou	hameau-guerrouaou	09			36.5267	2.8844	3
09030	Hammam Melouane	hammam-melouane	09			36.4868	3.0445	4
09030	Hammam Melouane Village	hammam-melouane-village	09			36.4868	3.0445	3
09031	Khazrouna	khazrouna	09			36.4868	3.0445	1
09032	Oued Djer	oued-djer	09			36.4868	3.0445	1
09032	Maif	maif	09			36.4868	3.0445	1
09032	Douar El Hachem	douar-el-hachem	09			36.4868	3.0445	1
09032	Douar Bou Hamou	douar-bou-hamou	09			36.4868	3.0445	1
09033	Ouled Elama	ouled-elama	09			36.4868	3.0445	1
09034	Sohane	sohane	09			36.4868	3.0445	1
09035	Ahl El Oued Ethenia	ahl-el-oued-ethenia	09			36.4868	3.0445	1
09036	Amroussa	amroussa	09			36.4868	3.0445	1
09037	Beni Chaabane	beni-chaabane	09			36.4868	3.0445	1
09038	Ben Hamdani	ben-hamdani	09			36.4868	3.0445	1
09039	Beni Chougrane	beni-chougrane	09			36.4868	3.0445	1
09040	Ouled Arab	ouled-arab	09			36.521	3.0174	1
09040	Douar Mactalazreg	douar-mactalazreg	09			36.521	3.0174	1
09040	Beni Missera	beni-missera	09			36.521	3.0174	1
09040	Douar Yemma Halima	douar-yemma-halima	09			36.521	3.0174	1
09041	Beni Moumene	beni-moumene	09			36.521	3.0174	1
09042	Ben Salah	ben-salah	09			36.521	3.0174	1
09043	Blida R'Mel	blida-r-mel	09			36.521	3.0174	1
09044	Bordj Emir Abdelkader	bordj-emir-abdelkader	09			36.521	3.0174	1
09045	Douar Bahli	douar-bahli	09			36.521	3.0174	1
09046	Drioueche	drioueche	09			36.521	3.0174	1
09047	Hallouya	hallouya	09			36.521	3.0174	1
09048	Mellaha	mellaha	09			36.521	3.0174	1
09049	Sidi Aid	sidi-aid	09			36.521	3.0174	1
09050	Sidi El Kebir	sidi-el-kebir	09			36.4225	3.2117	1
09051	Sidi Madani	sidi-madani	09			36.4225	3.2117	1
09052	Souakhria	souakhria	09			36.4225	3.2117	1
09053	Tabainette	tabainette	09			36.4225	3.2117	1
09054	Zaouia	zaouia	09			36.4225	3.2117	4
09055	Bab Errahba	bab-errahba	09			36.4225	3.2117	1
09056	Boufarik Cite Du Stade	boufarik-cite-du-stade	09			36.4225	3.2117	1
09057	Larbaa Fahs	larbaa-fahs	09			36.4225	3.2117	1
09058	Ouled Yaich 1er Mai	ouled-yaich-1er-mai	09			36.4225	3.2117	1
09059	Cite Aboudi	cite-aboudi	09			36.4225	3.2117	1
09060	Laabaziz	laabaziz	09			36.6204	3.2225	1
09061	Meftah	meftah	09			36.6204	3.2225	4
09062	Rihane	rihane	09			36.6204	3.2225	1
09063	Oued Kerrouche	oued-kerrouche	09			36.6204	3.2225	1
09064	Hassainia	hassainia	09			36.6204	3.2225	1
10000	Ammar Khodja	ammar-khodja	10			36.3536	3.8415	1
10000	Bouira Rp	bouira-rp	10			36.3536	3.8415	1
10000	Djadi	djadi	10			36.3536	3.8415	1
10000	Djermouni	djermouni	10			36.3536	3.8415	1
10000	Haouch Ain Sbaa	haouch-ain-sbaa	10			36.3536	3.8415	1
10000	Haouch El Khetr	haouch-el-khetr	10			36.3536	3.8415	1
10000	Haouch Enasr	haouch-enasr	10			36.3536	3.8415	1
10000	Haouch Mounadhiline	haouch-mounadhiline	10			36.3536	3.8415	1
10000	Haouch Ouahda	haouch-ouahda	10			36.3536	3.8415	1
10000	Haouch Saada	haouch-saada	10			36.3536	3.8415	1
10000	Kafi	kafi	10			36.3536	3.8415	1
10000	Ouled Bellil	ouled-bellil	10			36.3536	3.8415	1
10000	Ouled Boutoula	ouled-boutoula	10			36.3536	3.8415	1
10000	Ouled Gueffifa	ouled-gueffifa	10			36.3536	3.8415	1
10000	Ras Bouira	ras-bouira	10			36.3536	3.8415	1
10000	Tadjenante	tadjenante	10			36.3536	3.8415	1
10000	Ain Sbaa Haouch	ain-sbaa-haouch	10			36.3536	3.8415	1
10001	Bouira Cite El Badr	bouira-cite-el-badr	10			36.3536	3.8415	1
10002	Lakhdaria	lakhdaria	10			36.5646	3.5933	4
10002	Tissemlane	tissemlane	10			36.5646	3.5933	3
10002	Z'Mala	z-mala	10			36.5646	3.5933	3
10002	Tiaouint	tiaouint	10			36.5646	3.5933	3
10002	Tassalah	tassalah	10			36.5646	3.5933	3
10002	Takoucht	takoucht	10			36.5646	3.5933	3
10002	Sidi Mahdi	sidi-mahdi	10			36.5646	3.5933	3
10002	Ouled Aissa	ouled-aissa	10			36.5646	3.5933	3
10002	M'Souna	m-souna	10			36.5646	3.5933	3
10002	Mouali	mouali	10			36.5646	3.5933	3
10002	Mesmoulata	mesmoulata	10			36.5646	3.5933	3
10002	Mahouane	mahouane	10			36.5646	3.5933	3
10002	Ighil Ouzarem	ighil-ouzarem	10			36.5646	3.5933	3
10002	Hazama	hazama	10			36.5646	3.5933	3
10002	Bouremdjane	bouremdjane	10			36.5646	3.5933	3
10002	Bourbeche	bourbeche	10			36.5646	3.5933	3
10002	Boukhatem	boukhatem	10			36.5646	3.5933	3
10002	Bouigdad	bouigdad	10			36.5646	3.5933	3
10002	Belazem	belazem	10			36.5646	3.5933	3
10002	Barkata	barkata	10			36.5646	3.5933	3
10003	Ouled Brahim	ouled-brahim	10			36.3675	3.7033	4
10003	M'Chedallah	m-chedallah	10			36.3655	4.2701	4
10003	Ighil Ouzarem	ighil-ouzarem	10			36.3655	4.0694	3
10003	Beni Ikhlef	beni-ikhlef	10			36.3636	4.235	4
10003	Thilmathine	thilmathine	10			36.3655	4.0694	3
10003	Tharmount Bouamane	tharmount-bouamane	10			36.3655	4.0694	3
10003	Thamourth Ouzemmour	thamourth-ouzemmour	10			36.3655	4.0694	3
10003	Thaaricht Boucherc	thaaricht-boucherc	10			36.3655	4.0694	3
10003	Taourirt Nal Mal	taourirt-nal-mal	10			36.3655	4.0694	3
10003	Oued Rana	oued-rana	10			36.3655	4.0694	3
10003	Oued El Barred	oued-el-barred	10			36.3655	4.0694	3
10003	Ouaadjenak	ouaadjenak	10			36.3655	4.0694	3
10003	Nouakhianes	nouakhianes	10			36.3655	4.0694	3
10003	M'Ghanem	m-ghanem	10			36.3655	4.0694	3
10003	M'Chedallah Plaine	m-chedallah-plaine	10			36.3655	4.0694	3
10003	Ighzer Ougharef	ighzer-ougharef	10			36.3655	4.0694	3
10003	Ighi Nait Rayou	ighi-nait-rayou	10			36.3655	4.0694	3
10003	Ighil Ouyazigh	ighil-ouyazigh	10			36.3655	4.0694	3
10003	Taourirt En Tassa	taourirt-en-tassa	10			36.3655	4.0694	3
10003	Ahrik Nath Hadouche	ahrik-nath-hadouche	10			36.3655	4.0694	3
10003	Ait Saadi	ait-saadi	10			36.3655	4.0694	3
10003	Alaouch	alaouch	10			36.3655	4.0694	3
10003	Belbara	belbara	10			36.3655	4.0694	3
10003	Ighil Ouassas	ighil-ouassas	10			36.3655	4.0694	3
10003	Zouzamane	zouzamane	10			36.3655	4.0694	3
10003	Tizi Almadhoune	tizi-almadhoune	10			36.3655	4.0694	3
10003	Tigoulmenines	tigoulmenines	10			36.3655	4.0694	3
10003	Tighrinines	tighrinines	10			36.3655	4.0694	3
10003	Tighi Cheth	tighi-cheth	10			36.3655	4.0694	3
10004	Sour El Ghozlane	sour-el-ghozlane	10			36.1477	3.6912	4
10004	Ouled Said	ouled-said	10			36.1477	3.6912	3
10004	Ouled Tadjine	ouled-tadjine	10			36.1477	3.6912	3
10004	Tebabkha	tebabkha	10			36.1477	3.6912	3
10004	Bekkouche	bekkouche	10			36.1477	3.6912	3
10004	Ouled Khobiza	ouled-khobiza	10			36.1477	3.6912	3
10004	Ouled Ikhlef	ouled-ikhlef	10			36.1477	3.6912	3
10004	Ouled Gacem	ouled-gacem	10			36.1477	3.6912	3
10004	Ouled Feltane	ouled-feltane	10			36.1477	3.6912	3
10004	Ouled Boucelah	ouled-boucelah	10			36.1477	3.6912	3
10004	Ouled Ali	ouled-ali	10			36.1477	3.6912	3
10004	Magrounat	magrounat	10			36.1477	3.6912	3
10004	Hebailia	hebailia	10			36.1477	3.6912	3
10004	Dra El Abioud	dra-el-abioud	10			36.1477	3.6912	3
10004	Boudjemel	boudjemel	10			36.1477	3.6912	3
10005	Ouled Zidane	ouled-zidane	10			36.2696	3.6636	4
10005	Ain Bessem	ain-bessem	10			36.2933	3.6732	4
10005	Sahania	sahania	10			36.2815	3.6684	3
10005	Terrarfa	terrarfa	10			36.2815	3.6684	3
10005	Souflate	souflate	10			36.2815	3.6684	3
10005	Mtenane	mtenane	10			36.2815	3.6684	3
10005	Khebatna	khebatna	10			36.2815	3.6684	3
10005	Houachria	houachria	10			36.2815	3.6684	3
10005	Bir Saradj	bir-saradj	10			36.2815	3.6684	3
10005	Ain Chellala	ain-chellala	10			36.2815	3.6684	3
10006	El Djebel	el-djebel	10			36.5124	3.6767	4
10006	Lahdadiche	lahdadiche	10			36.5234	3.6797	3
10006	Kadiria	kadiria	10			36.5344	3.6828	4
10006	Ain Oualbane	ain-oualbane	10			36.5234	3.6797	3
10006	Beni Ferha	beni-ferha	10			36.5234	3.6797	3
10006	Beni Fouda	beni-fouda	10			36.5234	3.6797	3
10006	Boularbah	boularbah	10			36.5234	3.6797	3
10006	Boumellah	boumellah	10			36.5234	3.6797	3
10006	Bouyaghial	bouyaghial	10			36.5234	3.6797	3
10006	El Guattar	el-guattar	10			36.5234	3.6797	3
10006	El Hadadiche	el-hadadiche	10			36.5234	3.6797	3
10006	El Hadar	el-hadar	10			36.5234	3.6797	3
10006	El Hadhar	el-hadhar	10			36.5234	3.6797	3
10006	El Marhania	el-marhania	10			36.5234	3.6797	3
10006	Guedioua	guedioua	10			36.5234	3.6797	3
10006	Lahdar	lahdar	10			36.5234	3.6797	3
10006	Marhania	marhania	10			36.5234	3.6797	3
10006	Nadhour	nadhour	10			36.5234	3.6797	3
10006	Ouelbene	ouelbene	10			36.5234	3.6797	3
10006	Ouled Aissa	ouled-aissa	10			36.5234	3.6797	3
10006	Ouled Belfodil	ouled-belfodil	10			36.5234	3.6797	3
10006	Ouled El Abed	ouled-el-abed	10			36.5234	3.6797	3
10006	Selala	selala	10			36.5234	3.6797	3
10006	Tizi	tizi	10			36.5234	3.6797	3
10006	Zeraoua	zeraoua	10			36.5234	3.6797	3
10007	Takerboust	takerboust	10			36.3536	3.8415	1
10007	Aghbalou	aghbalou	10			36.3536	3.8415	1
10008	Zeriba	zeriba	10			36.2237	4.1033	4
10008	Talamine	talamine	10			36.2476	3.9636	4
10008	Ighzer Belghom	ighzer-belghom	10			36.2356	4.0335	3
10008	Mellaoua	mellaoua	10			36.2356	4.0335	3
10008	Outouf	outouf	10			36.2356	4.0335	3
10008	Ahl El Ksar	ahl-el-ksar	10			36.2356	4.0335	3
10008	Boumenazel	boumenazel	10			36.2356	4.0335	3
10008	Thigmit	thigmit	10			36.2356	4.0335	3
10008	Tiliouate	tiliouate	10			36.2356	4.0335	3
10008	Berrodha	berrodha	10			36.2356	4.0335	3
10008	Ighil MHalla	ighil-m-halla	10			36.2356	4.0335	3
10008	Iharkane	iharkane	10			36.2356	4.0335	3
10009	Ain Bessem Yahiaoui Larbi	ain-bessem-yahiaoui-larbi	10			36.3536	3.8415	1
10010	Aomar	aomar	10			36.501	3.774	4
10010	Saad	saad	10			36.501	3.774	3
10010	Mekadite	mekadite	10			36.501	3.774	3
10010	Ain Mariem	ain-mariem	10			36.501	3.774	3
10010	Aomar Gare	aomar-gare	10			36.501	3.774	3
10010	Beni M'Lil	beni-m-lil	10			36.501	3.774	3
10010	Cellala	cellala	10			36.501	3.774	3
10010	Ouled Benfodil	ouled-benfodil	10			36.501	3.774	3
10010	Chabet Ikhlef	chabet-ikhlef	10			36.501	3.774	3
10010	Ouled Kheffif	ouled-kheffif	10			36.501	3.774	3
10010	Ouled Nacer	ouled-nacer	10			36.501	3.774	3
10010	Demadmia	demadmia	10			36.501	3.774	3
10010	Rabta	rabta	10			36.501	3.774	3
10010	Souadak	souadak	10			36.501	3.774	3
10010	Tabourt	tabourt	10			36.501	3.774	3
10010	Ouled Aissa	ouled-aissa	10			36.501	3.774	3
10010	El Eumara	el-eumara	10			36.501	3.774	3
10010	Djouahra	djouahra	10			36.501	3.774	3
10010	Kallous	kallous	10			36.501	3.774	3
10010	Doumaz	doumaz	10			36.501	3.774	3
10010	Ain Beida	ain-beida	10			36.501	3.774	3
10010	El Amarchia	el-amarchia	10			36.501	3.774	3
10010	Ouled Ben Aissa	ouled-ben-aissa	10			36.501	3.774	3
10011	Taourirt	taourirt	10			36.3297	4.3142	4
10011	Tachira	tachira	10			36.3297	4.3142	3
10011	Ouled Ziane	ouled-ziane	10			36.3297	4.3142	3
10011	Ouled Rodha	ouled-rodha	10			36.3297	4.3142	3
10011	Ouled Bouali	ouled-bouali	10			36.3297	4.3142	3
10011	Bouilfene	bouilfene	10			36.3297	4.3142	3
10011	Ath Mansour	ath-mansour	10			36.3297	4.3142	3
10011	Tighilt	tighilt	10			36.3297	4.3142	3
10011	Tansaout	tansaout	10			36.3297	4.3142	3
10012	Bechloul	bechloul	10			36.3096	4.0735	4
10012	Ouled Bechkir	ouled-bechkir	10			36.3096	4.0735	3
10012	Ouled Aissi	ouled-aissi	10			36.3096	4.0735	3
10012	Meziani	meziani	10			36.3096	4.0735	3
10012	Boukamoum	boukamoum	10			36.3096	4.0735	3
10012	Malaoui	malaoui	10			36.3096	4.0735	3
10012	Ouled Chaib	ouled-chaib	10			36.3096	4.0735	3
10012	Ouled Boukerrou	ouled-boukerrou	10			36.3096	4.0735	3
10013	Ouled Rabhi	ouled-rabhi	10			36.3177	4.0924	1
10013	Drafla	drafla	10			36.3177	4.0924	1
10013	Bir Ghbalou	bir-ghbalou	10			36.3177	4.0924	1
10013	Aribs (Les)	aribs-les	10			36.3177	4.0924	1
10013	El Guerra	el-guerra	10			36.3177	4.0924	1
10013	Allane Tribu	allane-tribu	10			36.3177	4.0924	1
10013	Ouled Touati	ouled-touati	10			36.3177	4.0924	1
10013	Ouled El Faci	ouled-el-faci	10			36.3177	4.0924	1
10013	Tribu Mihoubi	tribu-mihoubi	10			36.3177	4.0924	1
10014	Bordj Okhriss	bordj-okhriss	10			36.0833	3.9738	4
10014	Meguenine	meguenine	10			36.0833	3.9738	3
10014	El Kouhl	el-kouhl	10			36.0833	3.9738	3
10014	El Ouachria	el-ouachria	10			36.0833	3.9738	3
10014	El Ouailat	el-ouailat	10			36.0833	3.9738	3
10014	Machnine	machnine	10			36.0833	3.9738	3
10014	El Haouamed	el-haouamed	10			36.0833	3.9738	3
10015	Bouaklane	bouaklane	10			36.3177	4.0924	1
10016	Talaougheni	talaougheni	10			36.3177	4.0924	1
10016	Tamerkenit	tamerkenit	10			36.3177	4.0924	1
10016	Drablia	drablia	10			36.3177	4.0924	1
10016	Bouderbala	bouderbala	10			36.3177	4.0924	1
10016	Ferkioua	ferkioua	10			36.3177	4.0924	1
10016	Arkoub	arkoub	10			36.3177	4.0924	1
10017	Bouira Cite Hadid Said	bouira-cite-hadid-said	10			36.3177	4.0924	1
10018	Bouira Draa El Bordj	bouira-draa-el-bordj	10			36.3177	4.0924	1
10019	Chorfa	chorfa	10			36.3651	4.3264	4
10020	Ouled Rached	ouled-rached	10			36.2112	4.1099	4
10020	Traka	traka	10			36.2112	4.1099	3
10020	Touta	touta	10			36.2112	4.1099	3
10020	Taicha	taicha	10			36.2112	4.1099	3
10020	Oulmed Sidi Said	oulmed-sidi-said	10			36.2112	4.1099	3
10020	Ouled Yahia	ouled-yahia	10			36.2112	4.1099	3
10020	Ouled Si Said	ouled-si-said	10			36.2112	4.1099	3
10020	Ouled Sipoli	ouled-sipoli	10			36.2112	4.1099	3
10020	Ouled Si M'Hamed	ouled-si-m-hamed	10			36.2112	4.1099	3
10020	Ouled Sidi Abdelouahab	ouled-sidi-abdelouahab	10			36.2112	4.1099	3
10020	Ouled Si Daoud	ouled-si-daoud	10			36.2112	4.1099	3
10020	Ouled Lakrouf	ouled-lakrouf	10			36.2112	4.1099	3
10020	Ouled Derrouaz	ouled-derrouaz	10			36.2112	4.1099	3
10020	Ouled Ben Ayad	ouled-ben-ayad	10			36.2112	4.1099	3
10020	Ouled Aissa	ouled-aissa	10			36.2112	4.1099	3
10020	M'Zaoura	m-zaoura	10			36.2112	4.1099	3
10020	Meraichia	meraichia	10			36.2112	4.1099	3
10020	Layef	layef	10			36.2112	4.1099	3
10020	Lachouef	lachouef	10			36.2112	4.1099	3
10020	Khemairia	khemairia	10			36.2112	4.1099	3
10020	Khelifat	khelifat	10			36.2112	4.1099	3
10020	El Malek	el-malek	10			36.2112	4.1099	3
10020	El Hamra	el-hamra	10			36.2112	4.1099	3
10020	Djaafra	djaafra	10			36.2112	4.1099	3
10020	Dirah	dirah	10			36.2112	4.1099	3
10020	Bayada	bayada	10			36.2112	4.1099	3
10021	El Adjiba	el-adjiba	10			36.3275	4.1585	4
10021	Agouilal	agouilal	10			36.4036	4.1664	4
10021	Takaats	takaats	10			36.3655	4.1624	3
10021	Ouled Boukekeur	ouled-boukekeur	10			36.3655	4.1624	3
10021	Oubdir	oubdir	10			36.3655	4.1624	3
10021	Chrea	chrea	10			36.3655	4.1624	3
10021	Bouaich	bouaich	10			36.3655	4.1624	3
10021	Ighrem	ighrem	10			36.3655	4.1624	3
10021	Tell El Ahmar	tell-el-ahmar	10			36.3655	4.1624	3
10022	Demouche Mohamed	demouche-mohamed	10			36.3161	4.0545	1
10022	Ouled Amboub	ouled-amboub	10			36.3161	4.0545	1
10022	Abbas Boudjenane	abbas-boudjenane	10			36.3161	4.0545	1
10022	Oued Dhous	oued-dhous	10			36.3161	4.0545	1
10022	El Asnam	el-asnam	10			36.3161	4.0545	1
10022	Ouled Makaci	ouled-makaci	10			36.3161	4.0545	1
10022	Guemgouma	guemgouma	10			36.3161	4.0545	1
10022	Assif Boudrar	assif-boudrar	10			36.3161	4.0545	1
10022	Tikjda	tikjda	10			36.3161	4.0545	1
10023	El Hachimia	el-hachimia	10			36.2407	3.8371	4
10023	Ouled Saadi	ouled-saadi	10			36.2407	3.8371	3
10023	Lounas	lounas	10			36.2407	3.8371	3
10023	Ouled Sidi Khaled	ouled-sidi-khaled	10			36.2407	3.8371	3
10023	Ain Tiziret	ain-tiziret	10			36.2407	3.8371	3
10023	Ain Hazem	ain-hazem	10			36.2407	3.8371	3
10023	Ouled Hadj Ali	ouled-hadj-ali	10			36.2407	3.8371	3
10023	Ahl Reguab	ahl-reguab	10			36.2407	3.8371	3
10024	Tifticine	tifticine	10			36.3976	4.0004	4
10024	El Meroudj	el-meroudj	10			36.3976	4.0004	3
10024	Aguercif	aguercif	10			36.3976	4.0004	3
10024	Tiksra	tiksra	10			36.3976	4.0004	3
10024	Tighilt Nseksou	tighilt-nseksou	10			36.3976	4.0004	3
10024	El Mahsar	el-mahsar	10			36.3976	4.0004	3
10024	Tanagout	tanagout	10			36.3976	4.0004	3
10024	Laach Oufalkou	laach-oufalkou	10			36.3976	4.0004	3
10024	Izemourene	izemourene	10			36.3976	4.0004	3
10024	Irhorat	irhorat	10			36.3976	4.0004	3
10024	Haouch Thika	haouch-thika	10			36.3976	4.0004	3
10024	Haizer	haizer	10			36.3976	4.0004	3
10025	Kadiria 1er Nov	kadiria-1er-nov	10			36.3161	4.0545	1
10026	Lakhdaria 5 Juillet	lakhdaria-5-juillet	10			36.3161	4.0545	1
10027	Ouled Bouchia	ouled-bouchia	10			36.3161	4.0545	1
10028	Sour El Ghozlane Azouz	sour-el-ghozlane-azouz	10			36.3161	4.0545	1
10029	Sour El Ghozlane Mebarki Tayeb	sour-el-ghozlane-mebarki-tayeb	10			36.3161	4.0545	1
10030	M'Chedallah Gare	m-chedallah-gare	10			36.3284	3.77	1
10030	Ahnif	ahnif	10			36.3284	3.77	1
10031	Ain El Hadjar	ain-el-hadjar	10			36.3389	3.8073	4
10031	Ouled Abdellah	ouled-abdellah	10			36.3389	3.8073	3
10031	Rehimat	rehimat	10			36.3389	3.8073	3
10031	Ouled Abda	ouled-abda	10			36.3389	3.8073	3
10031	Rouiba	rouiba	10			36.3389	3.8073	3
10031	Chaiba	chaiba	10			36.3389	3.8073	3
10031	Oum Laleg	oum-laleg	10			36.3389	3.8073	3
10031	Beni Ogba	beni-ogba	10			36.3389	3.8073	3
10031	Sidi Zoukia	sidi-zoukia	10			36.3389	3.8073	3
10031	Ouled Mechaya	ouled-mechaya	10			36.3389	3.8073	3
10032	Ain Laloui	ain-laloui	10			36.3206	3.748	4
10032	Sidi Khelifa	sidi-khelifa	10			36.3206	3.748	3
10032	Sellamate	sellamate	10			36.3206	3.748	3
10032	Ouachria	ouachria	10			36.3206	3.748	3
10033	Moulin Brahim	moulin-brahim	10			36.3284	3.77	1
10033	Tribu Lilam	tribu-lilam	10			36.3284	3.77	1
10033	Tribu Guettaf	tribu-guettaf	10			36.3284	3.77	1
10033	Tribu Bournane	tribu-bournane	10			36.3284	3.77	1
10033	Mergueb	mergueb	10			36.3284	3.77	1
10033	Matouga	matouga	10			36.3284	3.77	1
10033	Ain Atmane	ain-atmane	10			36.3284	3.77	1
10033	Ain Turk	ain-turk	10			36.3284	3.77	1
10033	Tribu Rahmi	tribu-rahmi	10			36.3284	3.77	1
10034	Bezite	bezite	10			36.3284	3.77	1
10034	Bezite Haut	bezite-haut	10			36.3284	3.77	1
10034	Bezite Bas	bezite-bas	10			36.3284	3.77	1
10034	Maala	maala	10			36.3284	3.77	1
10034	Kessara	kessara	10			36.3284	3.77	1
10034	Ait Laaziz	ait-laaziz	10			36.3284	3.77	1
10034	Djemai	djemai	10			36.3284	3.77	1
10034	Chaibi	chaibi	10			36.3284	3.77	1
10035	Ouchekrid	ouchekrid	10			36.3284	3.77	1
10035	Ighil Ouchekrid	ighil-ouchekrid	10			36.3284	3.77	1
10035	Ighil Azem	ighil-azem	10			36.3284	3.77	1
10035	Bahalil	bahalil	10			36.3284	3.77	1
10036	Djebahia	djebahia	10			36.4764	3.7588	4
10036	Ouled Abid	ouled-abid	10			36.4764	3.7588	3
10036	Souklate	souklate	10			36.4764	3.7588	3
10036	Doukara	doukara	10			36.4764	3.7588	3
10036	Ain Cherriki	ain-cherriki	10			36.4764	3.7588	3
10036	Ain Azera	ain-azera	10			36.4764	3.7588	3
10036	Ben Haroune	ben-haroune	10			36.4764	3.7588	3
10036	El Hamra	el-hamra	10			36.4764	3.7588	3
10036	Helala	helala	10			36.4764	3.7588	3
10037	Guerrouma	guerrouma	10			36.4833	3.4333	4
10037	Aouaouda	aouaouda	10			36.4833	3.4333	3
10037	Beni Anane Lalia	beni-anane-lalia	10			36.4833	3.4333	3
10037	Babour	babour	10			36.4833	3.4333	3
10037	Beni Anane Sefla	beni-anane-sefla	10			36.4833	3.4333	3
10037	Baassem	baassem	10			36.4833	3.4333	3
10037	Chekouf	chekouf	10			36.4833	3.4333	3
10037	Abdenour	abdenour	10			36.4833	3.4333	3
10037	Diour	diour	10			36.4833	3.4333	3
10037	Djouaoudja	djouaoudja	10			36.4833	3.4333	3
10037	El Aouanich	el-aouanich	10			36.4833	3.4333	3
10037	Ghorifa	ghorifa	10			36.4833	3.4333	3
10037	Goulmama	goulmama	10			36.4833	3.4333	3
10037	Ighzer Oulmal	ighzer-oulmal	10			36.4833	3.4333	3
10037	Merzakala	merzakala	10			36.4833	3.4333	3
10037	Nouasfia	nouasfia	10			36.4833	3.4333	3
10037	Ouled Aissa	ouled-aissa	10			36.4833	3.4333	3
10037	Ouled Allal	ouled-allal	10			36.4833	3.4333	3
10037	Ouled Cheikh	ouled-cheikh	10			36.4833	3.4333	3
10037	Ouled El Kateb	ouled-el-kateb	10			36.4833	3.4333	3
10037	Ouled Hamdane	ouled-hamdane	10			36.4833	3.4333	3
10037	Sidi Moussa	sidi-moussa	10			36.4833	3.4333	3
10037	Talailef	talailef	10			36.4833	3.4333	3
10037	Tararekht	tararekht	10			36.4833	3.4333	3
10037	Tarecht	tarecht	10			36.4833	3.4333	3
10037	Tifires	tifires	10			36.4833	3.4333	3
10037	Tirika	tirika	10			36.4833	3.4333	3
10037	Zerarka	zerarka	10			36.4833	3.4333	3
10037	Zouatna	zouatna	10			36.4833	3.4333	3
10038	Ouled Azrou	ouled-azrou	10			36.3284	3.77	1
10038	El Hamda	el-hamda	10			36.3284	3.77	1
10038	El Tledjia	el-tledjia	10			36.3284	3.77	1
10038	Khabouzia	khabouzia	10			36.3284	3.77	1
10038	Koudiat Hamra	koudiat-hamra	10			36.3284	3.77	1
10038	Ouled Allanne	ouled-allanne	10			36.3284	3.77	1
10038	Ouled Selmoune	ouled-selmoune	10			36.3284	3.77	1
10038	Ouled Handa	ouled-handa	10			36.3284	3.77	1
10039	El Hammam	el-hammam	10			36.023	4.1024	4
10039	El Kherba	el-kherba	10			36.023	4.1024	3
10039	Tagzirt	tagzirt	10			36.023	4.1024	3
10039	Beni Halima	beni-halima	10			36.023	4.1024	3
10039	Bouguezine	bouguezine	10			36.023	4.1024	3
10039	Berricha	berricha	10			36.023	4.1024	3
10039	Bouaroussa	bouaroussa	10			36.023	4.1024	3
10039	Taguitount	taguitount	10			36.023	4.1024	3
10039	Ouled Ben Sellam	ouled-ben-sellam	10			36.023	4.1024	3
10039	Boukhazem	boukhazem	10			36.023	4.1024	3
10039	Ouled Bechali	ouled-bechali	10			36.023	4.1024	3
10039	Ouled Arab	ouled-arab	10			36.023	4.1024	3
10039	Ouled Amrane	ouled-amrane	10			36.023	4.1024	3
10039	El Kelaa	el-kelaa	10			36.023	4.1024	3
10039	Ouled Salem	ouled-salem	10			36.023	4.1024	3
10039	Ouled Abdelouahab	ouled-abdelouahab	10			36.023	4.1024	3
10039	Maala El Sefla	maala-el-sefla	10			36.023	4.1024	3
10039	Maala El Alia	maala-el-alia	10			36.023	4.1024	3
10039	Maala	maala	10			36.023	4.1024	3
10039	Kenaouat	kenaouat	10			36.023	4.1024	3
10040	Chouiriat	chouiriat	10			36.3586	3.595	1
10040	Ouled Slami	ouled-slami	10			36.3586	3.595	1
10040	Ouled Guibila	ouled-guibila	10			36.3586	3.595	1
10040	Balkat	balkat	10			36.3586	3.595	1
10040	Ouled Annane	ouled-annane	10			36.3586	3.595	1
10040	Debadib	debadib	10			36.3586	3.595	1
10040	Mesdour	mesdour	10			36.3586	3.595	1
10040	Kachama	kachama	10			36.3586	3.595	1
10040	Lounas	lounas	10			36.3586	3.595	1
10040	Kharachiche	kharachiche	10			36.3586	3.595	1
10041	Raffour	raffour	10			36.3586	3.595	1
10042	Ouled Zidane	ouled-zidane	10			36.2696	3.6636	4
10042	Ouled Bouarif	ouled-bouarif	10			36.2696	3.6636	3
10042	Raouraoua	raouraoua	10			36.2696	3.6636	3
10042	Ouled Khalouf	ouled-khalouf	10			36.2696	3.6636	3
10042	Machtatoumiat	machtatoumiat	10			36.2696	3.6636	3
10043	Belbara	belbara	10			36.3586	3.595	1
10043	Beni Ali Outemine	beni-ali-outemine	10			36.3586	3.595	1
10043	Thadhart El Adjedhihe	thadhart-el-adjedhihe	10			36.3586	3.595	1
10043	Ighzer Ouaarkoune	ighzer-ouaarkoune	10			36.3586	3.595	1
10043	Beni Oualbane	beni-oualbane	10			36.3586	3.595	1
10043	Ighil Hamad	ighil-hamad	10			36.3586	3.595	1
10043	Saharidj	saharidj	10			36.3586	3.595	1
10044	Ain Ameur	ain-ameur	10			36.3586	3.595	1
10044	Souk El Khemis	souk-el-khemis	10			36.3586	3.595	1
10044	Ouled Guelman	ouled-guelman	10			36.3586	3.595	1
10044	Kraba	kraba	10			36.3586	3.595	1
10045	Tarfa	tarfa	10			36.3586	3.595	1
10045	Chrea	chrea	10			36.3586	3.595	1
10045	Taguedite	taguedite	10			36.3586	3.595	1
10045	Ouled Saad	ouled-saad	10			36.3586	3.595	1
10045	Ouled Moussa	ouled-moussa	10			36.3586	3.595	1
10045	Houareche	houareche	10			36.3586	3.595	1
10045	El Houarch	el-houarch	10			36.3586	3.595	1
10046	Zeboudja	zeboudja	10			36.3586	3.595	1
10046	El Khozane	el-khozane	10			36.3586	3.595	1
10046	Ouled Rkham	ouled-rkham	10			36.3586	3.595	1
10046	Ouadhia (Maison Forestiere)	ouadhia-maison-forestiere	10			36.3586	3.595	1
10046	Allouachene	allouachene	10			36.3586	3.595	1
10047	Taalba	taalba	10			36.4477	3.5264	4
10047	Bessibssa	bessibssa	10			36.4477	3.5264	3
10047	El Guedaoura	el-guedaoura	10			36.4477	3.5264	3
10047	El Gueltana	el-gueltana	10			36.4477	3.5264	3
10047	El Gueranta	el-gueranta	10			36.4477	3.5264	3
10047	El Hammamid	el-hammamid	10			36.4477	3.5264	3
10047	El Kerana	el-kerana	10			36.4477	3.5264	3
10047	Amier	amier	10			36.4477	3.5264	3
10047	Guetarna	guetarna	10			36.4477	3.5264	3
10047	Bekhouchene	bekhouchene	10			36.4477	3.5264	3
10047	Kaboub	kaboub	10			36.4477	3.5264	3
10047	Kerana	kerana	10			36.4477	3.5264	3
10047	Ouled Ben Chabane	ouled-ben-chabane	10			36.4477	3.5264	3
10047	Ouled Ben Hamza	ouled-ben-hamza	10			36.4477	3.5264	3
10047	Ouled Boubou	ouled-boubou	10			36.4477	3.5264	3
10047	Ouled El Keir	ouled-el-keir	10			36.4477	3.5264	3
10047	Ouled Mami	ouled-mami	10			36.4477	3.5264	3
10047	Ouled Sayeh	ouled-sayeh	10			36.4477	3.5264	3
10047	Rehamnia	rehamnia	10			36.4477	3.5264	3
10047	Souk Lethnine	souk-lethnine	10			36.4477	3.5264	3
10047	Tafraouet	tafraouet	10			36.4477	3.5264	3
10047	Zaabib	zaabib	10			36.4477	3.5264	3
10047	Zouabria	zouabria	10			36.4477	3.5264	3
10047	Djekabib	djekabib	10			36.4477	3.5264	3
10048	Zouaouna	zouaouna	10			36.3586	3.595	1
10048	Ouled Ayad	ouled-ayad	10			36.3586	3.595	1
10048	Ouled Yahia	ouled-yahia	10			36.3586	3.595	1
10048	Rahahla	rahahla	10			36.3586	3.595	1
10048	Haouch	haouch	10			36.3586	3.595	1
10048	Ouled Sayah	ouled-sayah	10			36.3586	3.595	1
10048	Ain Beida	ain-beida	10			36.3586	3.595	1
10048	Ahnif	ahnif	10			36.3586	3.595	1
10048	Megadid	megadid	10			36.3586	3.595	1
10048	Zemala	zemala	10			36.3586	3.595	1
10049	El Houamed	el-houamed	10			36.3586	3.595	1
10049	Rouabaa	rouabaa	10			36.3586	3.595	1
10049	El Hajlat	el-hajlat	10			36.3586	3.595	1
10049	Ain Terzine	ain-terzine	10			36.3586	3.595	1
10050	Ath Bouali	ath-bouali	10			36.488	3.8722	1
10051	Lahmadchia	lahmadchia	10			36.488	3.8722	1
10051	Beggas	beggas	10			36.488	3.8722	1
10051	Ouled Amara	ouled-amara	10			36.488	3.8722	1
10052	Beni Hamad	beni-hamad	10			36.4339	4.1954	3
10052	M'Zarir	m-zarir	10			36.4339	4.1954	4
10052	Illitene	illitene	10			36.4339	4.1954	3
10053	Beni Hamdoune	beni-hamdoune	10			36.488	3.8722	1
10054	Megarchia	megarchia	10			36.542	3.549	3
10054	Mosbaha	mosbaha	10			36.542	3.549	4
10054	Karabache	karabache	10			36.542	3.549	3
10054	Kouadha	kouadha	10			36.542	3.549	3
10054	Ouled Allal	ouled-allal	10			36.542	3.549	3
10054	Boukram	boukram	10			36.542	3.549	3
10054	El Kerrouche	el-kerrouche	10			36.542	3.549	3
10054	Tizi Makou	tizi-makou	10			36.542	3.549	3
10054	Boukram Gadir	boukram-gadir	10			36.542	3.549	3
10054	Tibhrine	tibhrine	10			36.542	3.549	3
10054	Lethenine	lethenine	10			36.542	3.549	3
10054	Ouled Khelil	ouled-khelil	10			36.542	3.549	3
10054	Ouled Kouider	ouled-kouider	10			36.542	3.549	3
10055	Chabet Brahem	chabet-brahem	10			36.488	3.8722	1
10056	Crete Rouge	crete-rouge	10			36.488	3.8722	1
10057	Zaroura	zaroura	10			36.488	3.8722	1
10057	Ben Shaba	ben-shaba	10			36.488	3.8722	1
10057	Ouled Ferha	ouled-ferha	10			36.488	3.8722	1
10057	Bougaoudene	bougaoudene	10			36.488	3.8722	1
10057	Ouled Meriem	ouled-meriem	10			36.488	3.8722	1
10057	Dechmya	dechmya	10			36.488	3.8722	1
10057	Ouled Bouarif	ouled-bouarif	10			36.488	3.8722	1
10058	Ouled Ghahma	ouled-ghahma	10			36.488	3.8722	1
10058	Ouled Ahmed	ouled-ahmed	10			36.488	3.8722	1
10058	Ahl El Chaaba	ahl-el-chaaba	10			36.488	3.8722	1
10058	Ouled Bella	ouled-bella	10			36.488	3.8722	1
10058	Bouib El Kebch	bouib-el-kebch	10			36.488	3.8722	1
10058	Ouled Kaddour	ouled-kaddour	10			36.488	3.8722	1
10058	El Morra	el-morra	10			36.488	3.8722	1
10058	Louraichya	louraichya	10			36.488	3.8722	1
10058	Boutaga	boutaga	10			36.488	3.8722	1
10058	El Hakimia	el-hakimia	10			36.488	3.8722	1
10059	El Madjene Lotfi	el-madjene-lotfi	10			36.488	3.8722	1
10060	El Mokrani	el-mokrani	10			36.2341	4.1781	1
10061	Bouras	bouras	10			36.2341	4.1781	1
10061	Tibaouanine	tibaouanine	10			36.2341	4.1781	1
10061	Errich	errich	10			36.2341	4.1781	1
10061	Chekouh	chekouh	10			36.2341	4.1781	1
10061	Beni Fouda	beni-fouda	10			36.2341	4.1781	1
10061	Habbas	habbas	10			36.2341	4.1781	1
10061	Iallouachene	iallouachene	10			36.2341	4.1781	1
10061	Iguellatene	iguellatene	10			36.2341	4.1781	1
10061	Talouachene	talouachene	10			36.2341	4.1781	1
10062	Guelt Zerga	guelt-zerga	10			36.2341	4.1781	1
10063	Slim	slim	10			36.2341	4.1781	1
10063	Guentour	guentour	10			36.2341	4.1781	1
10064	Guergour	guergour	10			36.2341	4.1781	1
10065	Hadjera Zerga	hadjera-zerga	10			36.2341	4.1781	1
10066	Hammam Ksenna	hammam-ksenna	10			36.2341	4.1781	1
10067	Hamza Bougherzoune	hamza-bougherzoune	10			36.2341	4.1781	1
10068	Sebkha	sebkha	10			36.2341	4.1781	4
10068	Tamezianet	tamezianet	10			36.2341	4.1781	3
10068	Ighil Nait Ameur	ighil-nait-ameur	10			36.2341	4.1781	3
10068	Tiksrai	tiksrai	10			36.2341	4.1781	3
10068	Ighzer Oumeziane	ighzer-oumeziane	10			36.2341	4.1781	3
10069	Guichioua	guichioua	10			36.2341	4.1781	1
10069	Ouled Tahar	ouled-tahar	10			36.2341	4.1781	1
10069	Ouled Ben Yamina	ouled-ben-yamina	10			36.2341	4.1781	1
10069	Krarib	krarib	10			36.2341	4.1781	1
10070	Lahguia	lahguia	10			36.023	4.1024	1
10071	Haouata	haouata	10			36.023	4.1024	1
10071	Ouled Barka	ouled-barka	10			36.023	4.1024	1
10071	Meraighia	meraighia	10			36.023	4.1024	1
10071	Maamora	maamora	10			36.023	4.1024	1
10072	M'Cid Zbarbora	m-cid-zbarbora	10			36.023	4.1024	1
10072	Ouled El Hadj	ouled-el-hadj	10			36.023	4.1024	1
10072	Sidi Abdelaziz	sidi-abdelaziz	10			36.023	4.1024	1
10072	Madinet El Hayet	madinet-el-hayet	10			36.023	4.1024	1
10073	Merkala	merkala	10			36.023	4.1024	1
10073	Tassala	tassala	10			36.023	4.1024	1
10074	Mihoubi	mihoubi	10			36.023	4.1024	1
10075	Oued Berdi	oued-berdi	10			36.023	4.1024	1
10076	El Hammam	el-hammam	10			36.023	4.1024	4
10076	Dra Ouled M'Hamed	dra-ouled-m-hamed	10			36.023	4.1024	3
10076	Halouane	halouane	10			36.023	4.1024	3
10076	Talamliha	talamliha	10			36.023	4.1024	3
10076	Tamamacht	tamamacht	10			36.023	4.1024	3
10076	Tiza	tiza	10			36.023	4.1024	3
10076	Hellassa	hellassa	10			36.023	4.1024	3
10076	Oued El Khemis	oued-el-khemis	10			36.023	4.1024	3
10076	Chiboune	chiboune	10			36.023	4.1024	3
10077	Oued Laalem	oued-laalem	10			36.023	4.1024	1
10078	Ouled Gacem	ouled-gacem	10			36.023	4.1024	1
10078	Ouled Boukerne	ouled-boukerne	10			36.023	4.1024	1
10079	Ouled Guemra	ouled-guemra	10			36.023	4.1024	1
10080	Talaoughanime	talaoughanime	10			36.3319	4.0421	1
10080	Ouled Lalem	ouled-lalem	10			36.3319	4.0421	1
10080	Kerfala	kerfala	10			36.3319	4.0421	1
10080	Ouled Abed	ouled-abed	10			36.3319	4.0421	1
10080	Oualbane	oualbane	10			36.3319	4.0421	1
10080	Laouaouda	laouaouda	10			36.3319	4.0421	1
10080	Ouled Assem	ouled-assem	10			36.3319	4.0421	1
10081	Ouled Rached	ouled-rached	10			36.2112	4.1099	4
10081	Abboulil	abboulil	10			36.2112	4.1099	3
10081	Ouled Abdellah	ouled-abdellah	10			36.2112	4.1099	3
10081	Ain Bagra	ain-bagra	10			36.2112	4.1099	3
10081	Ain Alouane	ain-alouane	10			36.2112	4.1099	3
10082	Meroua	meroua	10			36.3319	4.0421	1
10082	Tazrout	tazrout	10			36.3319	4.0421	1
10082	Abdeljaber	abdeljaber	10			36.3319	4.0421	1
10082	Rouabhia	rouabhia	10			36.3319	4.0421	1
10082	Ouled Youcef	ouled-youcef	10			36.3319	4.0421	1
10082	Ouled Omar	ouled-omar	10			36.3319	4.0421	1
10082	Ouled Tchalabi	ouled-tchalabi	10			36.3319	4.0421	1
10082	El Hadjadjit	el-hadjadjit	10			36.3319	4.0421	1
10082	Ouled Rdjam	ouled-rdjam	10			36.3319	4.0421	1
10082	Haouch Semmar	haouch-semmar	10			36.3319	4.0421	1
10082	Ouled Mahmoud	ouled-mahmoud	10			36.3319	4.0421	1
10082	Ouled Kara	ouled-kara	10			36.3319	4.0421	1
10082	Ouled Tahar	ouled-tahar	10			36.3319	4.0421	1
10082	Ouled Belaid	ouled-belaid	10			36.3319	4.0421	1
10082	Ouled Bakir	ouled-bakir	10			36.3319	4.0421	1
10083	Ridane	ridane	10			36.3319	4.0421	1
10084	Oued Zidane	oued-zidane	10			36.3319	4.0421	1
10084	Sidi Ziane	sidi-ziane	10			36.3319	4.0421	1
10084	Said Abid	said-abid	10			36.3319	4.0421	1
10084	Azaza	azaza	10			36.3319	4.0421	1
10084	Drabnia	drabnia	10			36.3319	4.0421	1
10085	Sebt	sebt	10			36.3319	4.0421	1
10085	Dramcha	dramcha	10			36.3319	4.0421	1
10085	Gousbaya	gousbaya	10			36.3319	4.0421	1
10086	Selloum	selloum	10			36.4171	4.3131	4
10087	Semmache	semmache	10			36.3319	4.0421	1
10088	Ouled Brahim	ouled-brahim	10			36.3675	3.7033	4
10088	Sidi Yahia	sidi-yahia	10			36.3675	3.7033	3
10088	Ouled Ziane	ouled-ziane	10			36.3675	3.7033	3
10089	Inesmane	inesmane	10			36.3319	4.0421	1
10089	Taghzout	taghzout	10			36.3319	4.0421	1
10089	Halouane	halouane	10			36.3319	4.0421	1
10089	Sidi Salah	sidi-salah	10			36.3319	4.0421	1
10090	Taliouine	taliouine	10			36.3328	3.9195	1
10091	Thamer	thamer	10			36.3328	3.9195	1
10092	Tikboucht	tikboucht	10			36.3328	3.9195	1
10093	Tiksridene	tiksridene	10			36.3328	3.9195	1
10094	Tizi Larbaa	tizi-larbaa	10			36.3328	3.9195	1
10095	Toghza	toghza	10			36.3328	3.9195	1
10096	Zebara	zebara	10			36.3328	3.9195	1
10097	M'Chedallah 5 Juillet	m-chedallah-5-juillet	10			36.3328	3.9195	1
11000	Tagrembayt	tagrembayt	11			23.0648	5.3101	3
11000	Tit	tit	11			22.9653	5.197	4
11000	Matenatalat	matenatalat	11			23.0648	5.3101	3
11000	Terhenanet	terhenanet	11			23.1643	5.4231	4
11000	Assourou Lemaalamine	assourou-lemaalamine	11			23.0648	5.3101	3
11000	Ksar El Fougani	ksar-el-fougani	11			23.0648	5.3101	3
11000	Assourou Zineddine	assourou-zineddine	11			23.0648	5.3101	3
11000	Azarnane	azarnane	11			23.0648	5.3101	3
11000	Daghmouli	daghmouli	11			23.0648	5.3101	3
11000	Eddekel	eddekel	11			23.0648	5.3101	3
11000	Ei Hofra	ei-hofra	11			23.0648	5.3101	3
11000	Asekrem	asekrem	11			23.0648	5.3101	3
11000	Ezarze	ezarze	11			23.0648	5.3101	3
11000	Gsar El Fougani	gsar-el-fougani	11			23.0648	5.3101	3
11000	Amouidir	amouidir	11			23.0648	5.3101	3
11000	Adriane Tabrakat	adriane-tabrakat	11			23.0648	5.3101	3
11000	In Zaouane	in-zaouane	11			23.0648	5.3101	3
11000	Adriane Ouled Messaoud	adriane-ouled-messaoud	11			23.0648	5.3101	3
11000	Adriane Ouled Bahmane	adriane-ouled-bahmane	11			23.0648	5.3101	3
11000	Tin Amensagh	tin-amensagh	11			23.0648	5.3101	3
11000	Tissinaouine	tissinaouine	11			23.0648	5.3101	3
11000	Tihigouine	tihigouine	11			23.0648	5.3101	3
11000	Tighanaouine	tighanaouine	11			23.0648	5.3101	3
11000	Ifek	ifek	11			23.0648	5.3101	3
11000	Guat El Oued	guat-el-oued	11			23.0648	5.3101	3
11000	Telentaidi	telentaidi	11			23.0648	5.3101	3
11000	Telanet Echouikh	telanet-echouikh	11			23.0648	5.3101	3
11000	Tatanaouk	tatanaouk	11			23.0648	5.3101	3
11000	Ihelfene	ihelfene	11			23.0648	5.3101	3
11000	Tarahouhaout	tarahouhaout	11			23.0648	5.3101	3
11000	Tanout	tanout	11			23.0648	5.3101	3
11000	Tamanrasset Terre	tamanrasset-terre	11			23.0648	5.3101	3
11000	Imechouene	imechouene	11			23.0648	5.3101	3
11000	Tamanrasset Rp	tamanrasset-rp	11			23.0648	5.3101	3
11000	Tahagarart Gharbia	tahagarart-gharbia	11			23.0648	5.3101	3
11000	Tahagarart El Ouastania	tahagarart-el-ouastania	11			23.0648	5.3101	3
11000	Tahagarart Cherkia	tahagarart-cherkia	11			23.0648	5.3101	3
11000	In Azarou	in-azarou	11			23.0648	5.3101	3
11001	In Salah	in-salah	11			27.1968	2.4791	4
11001	Sillafene	sillafene	11			27.339	2.8376	4
11001	Sahla Tahtania	sahla-tahtania	11			27.2679	2.6583	3
11001	Ain Skhouna	ain-skhouna	11			27.2679	2.6583	3
11001	D'Ghamcha	d-ghamcha	11			27.2679	2.6583	3
11001	F'Guiguira	f-guiguira	11			27.2679	2.6583	3
11001	Hainoun	hainoun	11			27.2679	2.6583	3
11001	Zaouia	zaouia	11			27.2679	2.6583	3
11002	In Kouf	in-kouf	11			24.5039	4.2794	1
11003	In Amguel	in-amguel	11			23.6987	5.1619	4
11003	In Dalagh	in-dalagh	11			23.6987	5.1619	3
11003	Amouidir	amouidir	11			23.6987	5.1619	3
11003	Arak	arak	11			23.6987	5.1619	3
11003	Ahnet	ahnet	11			23.6987	5.1619	3
11003	In Ecker	in-ecker	11			23.6987	5.1619	3
11004	In Ghar	in-ghar	11			24.5039	4.2794	1
11005	In Guezzam	in-guezzam	11			24.5039	4.2794	1
11005	Inazaoua	inazaoua	11			24.5039	4.2794	1
11006	Sersouf	sersouf	11			24.5039	4.2794	1
11007	Silet	silet	11			22.6595	4.5779	4
11007	Inazarou	inazarou	11			22.6595	4.5779	3
11008	Tamanrasset Assihar	tamanrasset-assihar	11			24.5039	4.2794	1
11009	Tamanrasset Assoro	tamanrasset-assoro	11			24.5039	4.2794	1
11010	Tahifet	tahifet	11			22.9749	6.0121	4
11010	Mertoutek	mertoutek	11			23.1941	6.1358	3
11010	Tazrouk	tazrouk	11			23.4133	6.2594	4
11010	Sarouanet	sarouanet	11			23.1941	6.1358	3
11010	Anahif	anahif	11			23.1941	6.1358	3
11011	Tin Zaouatine	tin-zaouatine	11			23.1537	5.6092	1
11012	Abalessa	abalessa	11			22.8894	4.8475	4
11012	Tahart	tahart	11			22.836	5.1642	4
11012	Inedid	inedid	11			22.8627	5.0058	3
11012	Tafert Tahtania	tafert-tahtania	11			22.8627	5.0058	3
11012	Iglene	iglene	11			22.8627	5.0058	3
11012	Islisakene	islisakene	11			22.8627	5.0058	3
11012	Tafert Fougania	tafert-fougania	11			22.8627	5.0058	3
11013	Amguid	amguid	11			23.1537	5.6092	1
11014	Amsel	amsel	11			23.1537	5.6092	1
11015	El Barka	el-barka	11			23.1537	5.6092	1
11016	Fougaret Ez Zouia	fougaret-ez-zouia	11			23.1537	5.6092	1
11017	Fougaret Larab	fougaret-larab	11			23.1537	5.6092	1
11018	Hassi Lahdjar	hassi-lahdjar	11			23.1537	5.6092	1
11019	Hirafok	hirafok	11			23.655	5.7628	4
11020	Ideles	ideles	11			23.8236	5.9331	4
11021	Igostene	igostene	11			23.8236	5.9331	1
11022	Outoul	outoul	11			23.8236	5.9331	1
11023	Sahla El Fougania	sahla-el-fougania	11			23.8236	5.9331	1
11024	In Salah 5 Juillet	in-salah-5-juillet	11			23.8236	5.9331	1
12000	Bir Salem	bir-salem	12			35.3981	8.0548	4
12000	Tebessa Rp	tebessa-rp	12			35.3981	8.0548	3
12000	Rafana	rafana	12			35.3981	8.0548	3
12000	Ain Sari	ain-sari	12			35.3981	8.0548	3
12000	El Hamaima	el-hamaima	12			35.3981	8.0548	3
12000	Doukkane (Apm)	doukkane-apm	12			35.3981	8.0548	3
12000	Ain Zarroug	ain-zarroug	12			35.3981	8.0548	3
12001	Bir El Ater	bir-el-ater	12			34.7449	8.0602	4
12001	Hashas	hashas	12			34.7449	8.0602	3
12001	Behiret Larneb	behiret-larneb	12			34.7449	8.0602	3
12001	Betita	betita	12			34.7449	8.0602	3
12001	Brahmia Ahcene	brahmia-ahcene	12			34.7449	8.0602	3
12001	El Frid	el-frid	12			34.7449	8.0602	3
12001	Soukies	soukies	12			34.7449	8.0602	3
12001	Sareg	sareg	12			34.7449	8.0602	3
12001	Oglat Ahmed	oglat-ahmed	12			34.7449	8.0602	3
12001	Henchir	henchir	12			34.7449	8.0602	3
12001	El Malha	el-malha	12			34.7449	8.0602	3
12001	Gdir Safia	gdir-safia	12			34.7449	8.0602	3
12002	Cheria	cheria	12			35.2731	7.7519	4
12002	Darmoun	darmoun	12			35.2731	7.7519	3
12003	Ouenza	ouenza	12			35.9533	8.1292	4
12004	Tebessa Minerve	tebessa-minerve	12			35.4571	8.066	1
12005	El Aouinet	el-aouinet	12			35.6796	7.8846	4
12006	El Kouif	el-kouif	12			35.502	8.3194	4
12006	Gouraye	gouraye	12			35.502	8.3194	3
12007	Tebessa La Concorde	tebessa-la-concorde	12			35.4571	8.066	1
12008	Ain Zerga	ain-zerga	12			35.6485	8.2618	4
12008	Zayet	zayet	12			35.6485	8.2618	3
12008	Safsaf	safsaf	12			35.6485	8.2618	3
12008	Gastel	gastel	12			35.6485	8.2618	3
12008	El Kelea	el-kelea	12			35.6485	8.2618	3
12009	Bir El Ater 19 Juin	bir-el-ater-19-juin	12			35.4571	8.066	1
12010	Bir El Ater El Houria	bir-el-ater-el-houria	12			35.4967	8.0681	1
12011	Bir El Mokkadem	bir-el-mokkadem	12			35.4967	8.0681	1
12012	Mechta Ouled Khadra	mechta-ouled-khadra	12			35.4967	8.0681	1
12012	Boukhadra	boukhadra	12			35.4967	8.0681	1
12013	Draa Limame	draa-limame	12			35.4967	8.0681	1
12014	El Ma El Biod	el-ma-el-biod	12			35.4967	8.0681	1
12014	Draa Zenad	draa-zenad	12			35.4967	8.0681	1
12014	Ksar Tebinet	ksar-tebinet	12			35.4967	8.0681	1
12014	Bir Heleyem	bir-heleyem	12			35.4967	8.0681	1
12015	Brighita	brighita	12			35.4967	8.0681	1
12015	El Ogla	el-ogla	12			35.4967	8.0681	1
12016	Hammamet	hammamet	12			35.4486	7.9518	4
12017	Morsott	morsott	12			35.6678	8.0117	4
12017	Ain El Aouinet	ain-el-aouinet	12			35.6678	8.0117	3
12017	Zouitine	zouitine	12			35.6678	8.0117	3
12018	Tebessa Ezzouhour	tebessa-ezzouhour	12			35.4967	8.0681	1
12019	Bekkaria	bekkaria	12			35.3736	8.2408	4
12020	Bir El Ater El Imrane	bir-el-ater-el-imrane	12			35.0964	8.0162	1
12021	Cheria 9 Octobre	cheria-9-octobre	12			35.0964	8.0162	1
12022	Djebel Annoual	djebel-annoual	12			35.0964	8.0162	1
12023	El Meridj	el-meridj	12			35.7934	8.2289	4
12023	Kalitous	kalitous	12			35.7934	8.2289	3
12023	Khemailia	khemailia	12			35.7934	8.2289	3
12024	Negrine	negrine	12			34.4859	7.5186	4
12024	Elhouarin	elhouarin	12			34.4859	7.5186	3
12024	Zerouane	zerouane	12			34.4859	7.5186	3
12025	Ouenza 1er Nov	ouenza-1er-nov	12			35.0964	8.0162	1
12026	Ouenza Amel	ouenza-amel	12			35.0964	8.0162	1
12027	Oum Ali	oum-ali	12			35.0098	8.3011	4
12028	Tebessa Ennahdha	tebessa-ennahdha	12			35.0964	8.0162	1
12029	Tebessa Omnisport	tebessa-omnisport	12			35.0964	8.0162	1
12030	Ain Chenia Gare	ain-chenia-gare	12			35.5588	7.924	1
12031	Ain Fadha	ain-fadha	12			35.5588	7.924	1
12032	Ain Ghrab	ain-ghrab	12			35.5588	7.924	1
12033	Ain Sidi Salah	ain-sidi-salah	12			35.5588	7.924	1
12034	Ain Zeguiegue	ain-zeguiegue	12			35.5588	7.924	1
12035	Bedjene	bedjene	12			35.5588	7.924	1
12036	Bir Khenafis	bir-khenafis	12			35.5588	7.924	4
12036	Sidi Ahmed Chabbi	sidi-ahmed-chabbi	12			35.5588	7.924	3
12036	Bir D'Heb	bir-d-heb	12			35.5588	7.924	3
12037	Bir El Ouesra	bir-el-ouesra	12			35.5588	7.924	1
12037	Safsafel Ouesra	safsafel-ouesra	12			35.5588	7.924	1
12038	Bouchebka	bouchebka	12			35.5588	7.924	1
12039	Boulhafdyr	boulhafdyr	12			35.5588	7.924	1
12039	Boulhaf	boulhaf	12			35.5588	7.924	1
12040	Dyr	dyr	12			34.5623	7.4037	1
12041	Lahouidjebet	lahouidjebet	12			34.5623	7.4037	1
12042	El Mezraa	el-mezraa	12			34.5623	7.4037	1
12043	El Ogla El Malha	el-ogla-el-malha	12			34.5623	7.4037	1
12044	Ferkane	ferkane	12			34.5623	7.4037	4
12045	Foum El Matlag	foum-el-matlag	12			34.5623	7.4037	1
12046	Gourigueur	gourigueur	12			34.5623	7.4037	1
12047	Stah Guentis	stah-guentis	12			34.5623	7.4037	1
12047	Stah	stah	12			34.5623	7.4037	1
12047	Guentis	guentis	12			34.5623	7.4037	1
12048	Kissa	kissa	12			34.5623	7.4037	1
12049	Mesloula	mesloula	12			34.5623	7.4037	1
12050	Mechta Ouled Nacer	mechta-ouled-nacer	12			35.5175	7.9448	1
12050	Ouled Nacer	ouled-nacer	12			35.5175	7.9448	1
12051	Ras El Ayoun	ras-el-ayoun	12			35.5175	7.9448	1
12052	Tazbent	tazbent	12			35.3644	7.9476	4
12053	Thlidjene	thlidjene	12			35.5175	7.9448	1
12054	Toricha	toricha	12			35.5175	7.9448	1
12055	Toualbia	toualbia	12			35.6706	7.942	4
12056	Cheria Nememcha	cheria-nememcha	12			35.5175	7.9448	1
12057	Ouenza Chaine Gora	ouenza-chaine-gora	12			35.5175	7.9448	1
13000	Ouzidane	ouzidane	13			34.9421	-1.2826	4
13000	Safsaf	safsaf	13			34.8996	-1.2776	4
13000	Mansourah	mansourah	13			34.8616	-1.3394	4
13000	Chetouane	chetouane	13			34.9213	-1.2951	4
13000	Sidi Othmane	sidi-othmane	13			34.9061	-1.2987	3
13000	Sidi Said Bouzidi	sidi-said-bouzidi	13			34.9061	-1.2987	3
13000	Sidi Tahar	sidi-tahar	13			34.9061	-1.2987	3
13000	Bains Romains	bains-romains	13			34.9061	-1.2987	3
13000	Bab Khemis	bab-khemis	13			34.9061	-1.2987	3
13000	Bab El Akba	bab-el-akba	13			34.9061	-1.2987	3
13000	Attar	attar	13			34.9061	-1.2987	3
13000	Ain Nedjar	ain-nedjar	13			34.9061	-1.2987	3
13000	Agadir	agadir	13			34.9061	-1.2987	3
13000	Abou Tachefine	abou-tachefine	13			34.9061	-1.2987	3
13000	Birouana	birouana	13			34.9061	-1.2987	3
13000	Kifane (Cite)	kifane-cite	13			34.9061	-1.2987	3
13000	Zone Ouest	zone-ouest	13			34.9061	-1.2987	3
13000	Z H U N	z-h-u-n	13			34.9061	-1.2987	3
13000	Faubourg Sidi Yacoub	faubourg-sidi-yacoub	13			34.9061	-1.2987	3
13000	Cite 1079 Logts	cite-1079-logts	13			34.9061	-1.2987	3
13000	Faubourg Pasteur	faubourg-pasteur	13			34.9061	-1.2987	3
13000	Cite Des Cerisiers	cite-des-cerisiers	13			34.9061	-1.2987	3
13000	Cite 1070 Logts	cite-1070-logts	13			34.9061	-1.2987	3
13000	Cite 1060 Logts	cite-1060-logts	13			34.9061	-1.2987	3
13000	Champ De Tir	champ-de-tir	13			34.9061	-1.2987	3
13000	Champ De Course	champ-de-course	13			34.9061	-1.2987	3
13000	Cite Des Jardins	cite-des-jardins	13			34.9061	-1.2987	3
13000	Cite Les 325 Logements	cite-les-325-logements	13			34.9061	-1.2987	3
13000	Cite Les Amandiers	cite-les-amandiers	13			34.9061	-1.2987	3
13000	Cite Les Dalhias	cite-les-dalhias	13			34.9061	-1.2987	3
13000	Cite Les Noyers	cite-les-noyers	13			34.9061	-1.2987	3
13000	Cite Les Oliviers	cite-les-oliviers	13			34.9061	-1.2987	3
13000	Cite Les Roses	cite-les-roses	13			34.9061	-1.2987	3
13000	Cite Mutuelle Agricole	cite-mutuelle-agricole	13			34.9061	-1.2987	3
13000	Village Kounda	village-kounda	13			34.9061	-1.2987	3
13000	Tlemcen Rp	tlemcen-rp	13			34.9061	-1.2987	3
13000	Boudghene Faubourg	boudghene-faubourg	13			34.9061	-1.2987	3
13000	Cite Pasteur	cite-pasteur	13			34.9061	-1.2987	3
13000	Cite Ponts Et Chaussees	cite-ponts-et-chaussees	13			34.9061	-1.2987	3
13000	Cite Sidi Haloui Djedid	cite-sidi-haloui-djedid	13			34.9061	-1.2987	3
13000	Cite Sidi Lahcene	cite-sidi-lahcene	13			34.9061	-1.2987	3
13000	Cite Sipa	cite-sipa	13			34.9061	-1.2987	3
13000	Cite Soitex	cite-soitex	13			34.9061	-1.2987	3
13000	Les Petits Perdreaux	les-petits-perdreaux	13			34.9061	-1.2987	3
13000	Cite Soumame	cite-soumame	13			34.9061	-1.2987	3
13000	Diar Essaboune	diar-essaboune	13			34.9061	-1.2987	3
13000	Domaine Hamadouche	domaine-hamadouche	13			34.9061	-1.2987	3
13000	Les Cascades	les-cascades	13			34.9061	-1.2987	3
13000	Beni Boublene	beni-boublene	13			34.9061	-1.2987	3
13000	El Bayada	el-bayada	13			34.9061	-1.2987	3
13000	El Kalaa Superieure	el-kalaa-superieure	13			34.9061	-1.2987	3
13000	La Pepiniere	la-pepiniere	13			34.9061	-1.2987	3
13000	Koudia	koudia	13			34.9061	-1.2987	3
13000	Kessarine	kessarine	13			34.9061	-1.2987	3
13000	Mafrouche	mafrouche	13			34.9061	-1.2987	3
13000	Metchkana	metchkana	13			34.9061	-1.2987	3
13000	Riat El Hammar	riat-el-hammar	13			34.9061	-1.2987	3
13000	Riat El Kebir	riat-el-kebir	13			34.9061	-1.2987	3
13000	Riat Essefar	riat-essefar	13			34.9061	-1.2987	3
13000	Sidi Aissa	sidi-aissa	13			34.9061	-1.2987	3
13000	Sidi Boubekeur	sidi-boubekeur	13			34.9061	-1.2987	3
13000	Fedden Sebaa	fedden-sebaa	13			34.9061	-1.2987	3
13000	Belair	belair	13			34.9061	-1.2987	3
13000	Beausejour	beausejour	13			34.9061	-1.2987	3
13000	Sidi Boumediene	sidi-boumediene	13			34.9061	-1.2987	3
13000	Sidi Boushak	sidi-boushak	13			34.9061	-1.2987	3
13000	Sidi Chaker	sidi-chaker	13			34.9061	-1.2987	3
13000	Sidi Halloui	sidi-halloui	13			34.9061	-1.2987	3
13000	Sidi Lahcene	sidi-lahcene	13			34.9061	-1.2987	3
13001	Maghnia	maghnia	13			34.8497	-1.7275	4
13001	Aghrib	aghrib	13			34.8497	-1.7275	3
13001	Djadaine	djadaine	13			34.8497	-1.7275	3
13001	Maghnia Cadi	maghnia-cadi	13			34.8497	-1.7275	3
13001	Maghnia Matmore	maghnia-matmore	13			34.8497	-1.7275	3
13001	Ouled Bhiri	ouled-bhiri	13			34.8497	-1.7275	3
13002	Ghazaouet	ghazaouet	13			35.1023	-1.8568	4
13002	Bab Sedra	bab-sedra	13			35.1023	-1.8568	3
13002	Arkoub	arkoub	13			35.1023	-1.8568	3
13002	Ain Kolia	ain-kolia	13			35.1023	-1.8568	3
13002	Mestari	mestari	13			35.1023	-1.8568	3
13002	Demine	demine	13			35.1023	-1.8568	3
13002	Dar Mekdad	dar-mekdad	13			35.1023	-1.8568	3
13002	Cheraka	cheraka	13			35.1023	-1.8568	3
13002	Byayet	byayet	13			35.1023	-1.8568	3
13002	Beni Chabane	beni-chabane	13			35.1023	-1.8568	3
13002	Ouled Ziri	ouled-ziri	13			35.1023	-1.8568	3
13002	Sidna Youghaa	sidna-youghaa	13			35.1023	-1.8568	3
13002	Bedaa	bedaa	13			35.1023	-1.8568	3
13003	Ouled Kaddour	ouled-kaddour	13			34.8137	-1.7518	4
13003	Ouled Moussa	ouled-moussa	13			34.634	-1.5643	4
13003	Akid Abbes	akid-abbes	13			34.7238	-1.658	3
13003	Bekhata	bekhata	13			34.7238	-1.658	3
13003	Zorgane	zorgane	13			34.7238	-1.658	3
13003	Tellaisa	tellaisa	13			34.7238	-1.658	3
13003	Abdouyin	abdouyin	13			34.7238	-1.658	3
13003	Athmania	athmania	13			34.7238	-1.658	3
13003	Beghal Gare	beghal-gare	13			34.7238	-1.658	3
13003	Tafilaiet	tafilaiet	13			34.7238	-1.658	3
13003	Sidi Saher	sidi-saher	13			34.7238	-1.658	3
13003	Sidi Ali Benzemra	sidi-ali-benzemra	13			34.7238	-1.658	3
13003	Ras Asfour	ras-asfour	13			34.7238	-1.658	3
13003	Ouled Sidi Ramhoune	ouled-sidi-ramhoune	13			34.7238	-1.658	3
13003	Ouled Rahou	ouled-rahou	13			34.7238	-1.658	3
13003	Ouled Mellouk	ouled-mellouk	13			34.7238	-1.658	3
13003	Ouled Charef	ouled-charef	13			34.7238	-1.658	3
13003	Ouled Boucheta	ouled-boucheta	13			34.7238	-1.658	3
13003	Mezaida	mezaida	13			34.7238	-1.658	3
13003	Mkhalif	mkhalif	13			34.7238	-1.658	3
13003	Messamda	messamda	13			34.7238	-1.658	3
13003	Beni Azziz	beni-azziz	13			34.7238	-1.658	3
13003	Tebouda	tebouda	13			34.7238	-1.658	3
13003	Maghnia Azzouni	maghnia-azzouni	13			34.7238	-1.658	3
13003	Betaim	betaim	13			34.7238	-1.658	3
13003	Djerabaa	djerabaa	13			34.7238	-1.658	3
13003	Douar Mehagnene	douar-mehagnene	13			34.7238	-1.658	3
13003	El Atiamna	el-atiamna	13			34.7238	-1.658	3
13003	El Betaim	el-betaim	13			34.7238	-1.658	3
13003	El Guessas	el-guessas	13			34.7238	-1.658	3
13003	Legfaf	legfaf	13			34.7238	-1.658	3
13004	Ramla  Ouled El Ghellis	ramla-ouled-el-ghellis	13			35.0136	-1.748	3
13004	Nedroma	nedroma	13			35.0136	-1.748	4
13004	Cite Japonaise	cite-japonaise	13			35.0136	-1.748	3
13004	Zaouiet El Yacoubi	zaouiet-el-yacoubi	13			35.0136	-1.748	3
13004	Zaifa	zaifa	13			35.0136	-1.748	3
13004	Stor	stor	13			35.0136	-1.748	3
13004	Sidi M'Hamed	sidi-m-hamed	13			35.0136	-1.748	3
13004	Sidi Bouhadjla	sidi-bouhadjla	13			35.0136	-1.748	3
13004	Rouita	rouita	13			35.0136	-1.748	3
13004	Ouled Sellam	ouled-sellam	13			35.0136	-1.748	3
13004	Ouled Malek	ouled-malek	13			35.0136	-1.748	3
13004	Oued Kassarine	oued-kassarine	13			35.0136	-1.748	3
13004	Oued Bouhamou	oued-bouhamou	13			35.0136	-1.748	3
13004	Guenanoua	guenanoua	13			35.0136	-1.748	3
13004	Ghelalssa	ghelalssa	13			35.0136	-1.748	3
13004	El Ghelelsa	el-ghelelsa	13			35.0136	-1.748	3
13004	Deggoudj	deggoudj	13			35.0136	-1.748	3
13004	Cite Zouaoui	cite-zouaoui	13			35.0136	-1.748	3
13004	Cite Selles Ali	cite-selles-ali	13			35.0136	-1.748	3
13004	Cite Saferramane	cite-saferramane	13			35.0136	-1.748	3
13004	Cite Kalai	cite-kalai	13			35.0136	-1.748	3
13004	Benkmila Superieure	benkmila-superieure	13			35.0136	-1.748	3
13004	Alkhala	alkhala	13			35.0136	-1.748	3
13004	Ain Zebda	ain-zebda	13			35.0136	-1.748	3
13005	Ain Ammouche	ain-ammouche	13			35.062	-1.4336	3
13005	Remchi	remchi	13			35.062	-1.4336	4
13005	Gouassir	gouassir	13			35.062	-1.4336	3
13005	Fatmi Larbi	fatmi-larbi	13			35.062	-1.4336	3
13005	Douar Elmoustakbel	douar-elmoustakbel	13			35.062	-1.4336	3
13005	Ouled Khaouane	ouled-khaouane	13			35.062	-1.4336	3
13005	Houara	houara	13			35.062	-1.4336	3
13005	Sidi Ahmed	sidi-ahmed	13			35.062	-1.4336	3
13005	Ouled Rahal	ouled-rahal	13			35.062	-1.4336	3
13005	Ouled Hadj Messaoud	ouled-hadj-messaoud	13			35.062	-1.4336	3
13005	Bourouaha Abdesslam	bourouaha-abdesslam	13			35.062	-1.4336	3
13005	Bourouaha	bourouaha	13			35.062	-1.4336	3
13005	Cite Chouhadas	cite-chouhadas	13			35.062	-1.4336	3
13005	Usine Tafna	usine-tafna	13			35.062	-1.4336	3
13005	Sidi Ali	sidi-ali	13			35.062	-1.4336	3
13005	Sidi Cherif	sidi-cherif	13			35.062	-1.4336	3
13005	Tafna	tafna	13			35.062	-1.4336	3
13005	Taghzout	taghzout	13			35.062	-1.4336	3
13006	Ain Bared (Cite)	ain-bared-cite	13			34.637	-1.3314	3
13006	Sebdou	sebdou	13			34.637	-1.3314	4
13006	Bouanani Hocine (Cite)	bouanani-hocine-cite	13			34.637	-1.3314	3
13006	Madani Mohamed	madani-mohamed	13			34.637	-1.3314	3
13006	Ben Mansour Kaddour	ben-mansour-kaddour	13			34.637	-1.3314	3
13006	Boumeddane Med (Cite)	boumeddane-med-cite	13			34.637	-1.3314	3
13006	Cite Benaissa Okkacha	cite-benaissa-okkacha	13			34.637	-1.3314	3
13006	Cite Latti Hadj Ahmed	cite-latti-hadj-ahmed	13			34.637	-1.3314	3
13006	Bey Miloud (Cite)	bey-miloud-cite	13			34.637	-1.3314	3
13006	Boubekeur Tahar (Cite)	boubekeur-tahar-cite	13			34.637	-1.3314	3
13006	Dahou Boumediene (Cite)	dahou-boumediene-cite	13			34.637	-1.3314	3
13006	Cite Taazour	cite-taazour	13			34.637	-1.3314	3
13006	Cite Sidi Moussa	cite-sidi-moussa	13			34.637	-1.3314	3
13006	Cite Sidi Larbi	cite-sidi-larbi	13			34.637	-1.3314	3
13006	Cite Saada	cite-saada	13			34.637	-1.3314	3
13007	Tlemcen Cerisiers	tlemcen-cerisiers	13			34.9224	-1.4514	1
13008	Bensekrane	bensekrane	13			35.0746	-1.2243	4
13008	Ain Tekbalet	ain-tekbalet	13			35.1434	-1.2027	4
13008	Cite Didouche Mourad	cite-didouche-mourad	13			35.109	-1.2135	3
13008	Takbalet	takbalet	13			35.109	-1.2135	3
13008	Yazrou	yazrou	13			35.109	-1.2135	3
13008	Ben Chaib	ben-chaib	13			35.109	-1.2135	3
13008	Plateau	plateau	13			35.109	-1.2135	3
13008	Ouled Ala	ouled-ala	13			35.109	-1.2135	3
13008	Oualdja	oualdja	13			35.109	-1.2135	3
13008	Meganet	meganet	13			35.109	-1.2135	3
13008	Laribat	laribat	13			35.109	-1.2135	3
13008	Hai Zirout Youcef	hai-zirout-youcef	13			35.109	-1.2135	3
13008	Hai Sidi Mohamed	hai-sidi-mohamed	13			35.109	-1.2135	3
13008	Hai Sidi Abderrahmane	hai-sidi-abderrahmane	13			35.109	-1.2135	3
13008	Hai Si Benouda	hai-si-benouda	13			35.109	-1.2135	3
13008	Hai El Izdihar	hai-el-izdihar	13			35.109	-1.2135	3
13008	Hai Elisstikllal	hai-elisstikllal	13			35.109	-1.2135	3
13008	Hai 78 Logements Opgi	hai-78-logements-opgi	13			35.109	-1.2135	3
13008	Hai 57 Lsp	hai-57-lsp	13			35.109	-1.2135	3
13008	Hai 235 Lot De Terrain	hai-235-lot-de-terrain	13			35.109	-1.2135	3
13008	Ghouli Khames	ghouli-khames	13			35.109	-1.2135	3
13008	El Bordj	el-bordj	13			35.109	-1.2135	3
13008	Douar El Medjahdia	douar-el-medjahdia	13			35.109	-1.2135	3
13008	Cite Houari Boumediene	cite-houari-boumediene	13			35.109	-1.2135	3
13008	Cite Essaada	cite-essaada	13			35.109	-1.2135	3
13008	Cite Akid Lotfi	cite-akid-lotfi	13			35.109	-1.2135	3
13008	Cite Abdelhamid Ibnbadis	cite-abdelhamid-ibnbadis	13			35.109	-1.2135	3
13008	Carriere De Marbre	carriere-de-marbre	13			35.109	-1.2135	3
13008	Aroukham	aroukham	13			35.109	-1.2135	3
13008	Amaira	amaira	13			35.109	-1.2135	3
13008	Adoui	adoui	13			35.109	-1.2135	3
13008	Pont De Fer	pont-de-fer	13			35.109	-1.2135	3
13009	Hennaya	hennaya	13			34.9514	-1.3681	4
13009	Ain El Hadjar	ain-el-hadjar	13			34.9296	-1.3681	4
13009	Mekkacem	mekkacem	13			34.9405	-1.3681	3
13009	Melilia	melilia	13			34.9405	-1.3681	3
13009	Merazga	merazga	13			34.9405	-1.3681	3
13009	Taaounia	taaounia	13			34.9405	-1.3681	3
13009	Abouda	abouda	13			34.9405	-1.3681	3
13009	El Merazga	el-merazga	13			34.9405	-1.3681	3
13010	Ouled Mimoun	ouled-mimoun	13			34.9047	-1.0339	4
13010	Beni Yacoub	beni-yacoub	13			34.9625	-1.4973	4
13010	Derrouiche	derrouiche	13			34.9336	-1.2656	3
13010	Ouled Sidi El Hadj	ouled-sidi-el-hadj	13			34.9336	-1.2656	3
13010	Ouled Yahia	ouled-yahia	13			34.9336	-1.2656	3
13010	Ouled Ben Yahia	ouled-ben-yahia	13			34.9336	-1.2656	3
13010	Ouled Ammar	ouled-ammar	13			34.9336	-1.2656	3
13010	Mezoughene	mezoughene	13			34.9336	-1.2656	3
13010	Merbah	merbah	13			34.9336	-1.2656	3
13010	Kheneg	kheneg	13			34.9336	-1.2656	3
13010	Bousoura	bousoura	13			34.9336	-1.2656	3
13010	Beni Semiel	beni-semiel	13			34.9336	-1.2656	3
13010	Beni Hamad	beni-hamad	13			34.9336	-1.2656	3
13010	Beni Ghazli	beni-ghazli	13			34.9336	-1.2656	3
13010	Beniane	beniane	13			34.9336	-1.2656	3
13010	Ain Isser	ain-isser	13			34.9336	-1.2656	3
13010	Ain Imaa	ain-imaa	13			34.9336	-1.2656	3
13010	Ain Bent Soltane	ain-bent-soltane	13			34.9336	-1.2656	3
13010	Ouled Derriouche	ouled-derriouche	13			34.9336	-1.2656	3
13010	Ain Assouk	ain-assouk	13			34.9336	-1.2656	3
13010	Yabdar Hella	yabdar-hella	13			34.9336	-1.2656	3
13010	Tizi	tizi	13			34.9336	-1.2656	3
13010	Tahmoumine	tahmoumine	13			34.9336	-1.2656	3
13010	Tagma	tagma	13			34.9336	-1.2656	3
13010	Sidi Soufi	sidi-soufi	13			34.9336	-1.2656	3
13011	Sidi Larbi	sidi-larbi	13			34.5699	-1.6161	4
13011	Sabra	sabra	13			34.8274	-1.5283	4
13011	Bel Ghafer	bel-ghafer	13			34.6987	-1.5722	3
13011	Jarda	jarda	13			34.6987	-1.5722	3
13011	Ghar Djellaba (Cite)	ghar-djellaba-cite	13			34.6987	-1.5722	3
13011	Cite Sonatrach	cite-sonatrach	13			34.6987	-1.5722	3
13011	Cite Moussa Ibn Noussair	cite-moussa-ibn-noussair	13			34.6987	-1.5722	3
13011	Cite Militaire	cite-militaire	13			34.6987	-1.5722	3
13011	Cite 220 Logts	cite-220-logts	13			34.6987	-1.5722	3
13011	Cite 05 Juillet	cite-05-juillet	13			34.6987	-1.5722	3
13011	Moulmeid	moulmeid	13			34.6987	-1.5722	3
13011	Mrira	mrira	13			34.6987	-1.5722	3
13011	Tileft	tileft	13			34.6987	-1.5722	3
13011	Chrea	chrea	13			34.6987	-1.5722	3
13011	Moul Dechra	moul-dechra	13			34.6987	-1.5722	3
13011	Barbata	barbata	13			34.6987	-1.5722	3
13012	Ain Tellout	ain-tellout	13			34.9257	-0.9571	4
13012	Djeniba	djeniba	13			34.9257	-0.9571	3
13012	Forestier (Poste)	forestier-poste	13			34.9257	-0.9571	3
13012	Gueltat El Beida	gueltat-el-beida	13			34.9257	-0.9571	3
13012	Ouallout	ouallout	13			34.9257	-0.9571	3
13012	Ouled Salah	ouled-salah	13			34.9257	-0.9571	3
13012	Poste Forestier	poste-forestier	13			34.9257	-0.9571	3
13012	Saadnia	saadnia	13			34.9257	-0.9571	3
13012	Tadjemout	tadjemout	13			34.9257	-0.9571	3
13012	Taghzout	taghzout	13			34.9257	-0.9571	3
13013	Sidi Youcef	sidi-youcef	13			35.0481	-1.3725	4
13013	Ahmed Bentayeb (Domaine)	ahmed-bentayeb-domaine	13			35.0481	-1.3725	3
13013	Ain Youcef	ain-youcef	13			35.0481	-1.3725	4
13013	Ain El Barda	ain-el-barda	13			35.0481	-1.3725	3
13013	Ain Wahab	ain-wahab	13			35.0481	-1.3725	3
13013	Boukoura	boukoura	13			35.0481	-1.3725	3
13013	El Mekamet	el-mekamet	13			35.0481	-1.3725	3
13014	Bab El Assa	bab-el-assa	13			34.9668	-2.0307	4
13014	Lala Aicha	lala-aicha	13			34.9668	-2.0307	3
13014	Ain Djendara	ain-djendara	13			34.9668	-2.0307	3
13014	Ain Khadra	ain-khadra	13			34.9668	-2.0307	3
13014	Allouane	allouane	13			34.9668	-2.0307	3
13014	Ank Djamel	ank-djamel	13			34.9668	-2.0307	3
13014	Ben Kramat	ben-kramat	13			34.9668	-2.0307	3
13014	Bessam	bessam	13			34.9668	-2.0307	3
13014	Bouaddane	bouaddane	13			34.9668	-2.0307	3
13014	Bouzouaghi	bouzouaghi	13			34.9668	-2.0307	3
13014	Branssia	branssia	13			34.9668	-2.0307	3
13014	Dahar	dahar	13			34.9668	-2.0307	3
13014	Dar El Brada	dar-el-brada	13			34.9668	-2.0307	3
13014	Dar Sidi Mokhtar	dar-sidi-mokhtar	13			34.9668	-2.0307	3
13014	Dhamna	dhamna	13			34.9668	-2.0307	3
13014	Hiba	hiba	13			34.9668	-2.0307	3
13014	Merzouga	merzouga	13			34.9668	-2.0307	3
13014	Mraouna	mraouna	13			34.9668	-2.0307	3
13014	Nessarat	nessarat	13			34.9668	-2.0307	3
13014	Ouled Sidi Slimane	ouled-sidi-slimane	13			34.9668	-2.0307	3
13014	Rasfa	rasfa	13			34.9668	-2.0307	3
13014	Sellam	sellam	13			34.9668	-2.0307	3
13014	Sikha	sikha	13			34.9668	-2.0307	3
13014	Taadamet	taadamet	13			34.9668	-2.0307	3
13014	Zaouyine	zaouyine	13			34.9668	-2.0307	3
13014	Zehahfa	zehahfa	13			34.9668	-2.0307	3
13015	Honaine	honaine	13			35.1758	-1.6551	4
13015	Tadjera	tadjera	13			35.1373	-1.6646	4
13015	Boudjara	boudjara	13			35.1566	-1.6599	3
13015	Ouled Youcef	ouled-youcef	13			35.1566	-1.6599	3
13015	Tafsout	tafsout	13			35.1566	-1.6599	3
13015	Ain Merika	ain-merika	13			35.1566	-1.6599	3
13015	Ouled Kadda Ben Ahmed	ouled-kadda-ben-ahmed	13			35.1566	-1.6599	3
13015	Hihouel	hihouel	13			35.1566	-1.6599	3
13015	Bab El Hammam	bab-el-hammam	13			35.1566	-1.6599	3
13015	Taderat	taderat	13			35.1566	-1.6599	3
13015	Ouled Sidi Cheikh	ouled-sidi-cheikh	13			35.1566	-1.6599	3
13016	Imama	imama	13			34.9914	-1.6799	1
13017	Chaib Rasso	chaib-rasso	13			35.0667	-2.15	4
13017	Bider	bider	13			35.06	-2.0998	4
13017	Merika	merika	13			35.05	-2.1667	4
13017	Sebabna	sebabna	13			35.0333	-2.1167	4
13017	Kraziz	kraziz	13			35.0363	-2.1155	3
13017	Anabra	anabra	13			35.041	-2.1294	4
13017	Marsa Ben M'Hidi	marsa-ben-m-hidi	13			35.0363	-2.1155	3
13017	Assa	assa	13			34.9668	-2.0307	4
13017	Poste Ahmed Benabdellah	poste-ahmed-benabdellah	13			35.0363	-2.1155	3
13017	Poste Detiza	poste-detiza	13			35.0363	-2.1155	3
13017	Cap Kellah	cap-kellah	13			35.0363	-2.1155	3
13017	Sara Mram	sara-mram	13			35.0363	-2.1155	3
13017	Tamerchalt	tamerchalt	13			35.0363	-2.1155	3
13017	El M'Kam	el-m-kam	13			35.0363	-2.1155	3
13017	Boufkarene	boufkarene	13			35.0363	-2.1155	3
13017	Bidermarsa	bidermarsa	13			35.0363	-2.1155	3
13017	Ain Adjeroud	ain-adjeroud	13			35.0363	-2.1155	3
13017	Beni Mengouche	beni-mengouche	13			35.0363	-2.1155	3
13018	Nedroma Abdelmoumene	nedroma-abdelmoumene	13			34.9914	-1.6799	1
13019	Sidi Abdelli	sidi-abdelli	13			35.0694	-1.1371	4
13019	Douar Tilioua	douar-tilioua	13			35.0694	-1.1371	3
13019	Guetna	guetna	13			35.0694	-1.1371	3
13019	Hassi Zerroukhi	hassi-zerroukhi	13			35.0694	-1.1371	3
13019	Taquera	taquera	13			35.0694	-1.1371	3
13019	Taslit	taslit	13			35.0694	-1.1371	3
13019	Douar Sidi Benchiha	douar-sidi-benchiha	13			35.0694	-1.1371	3
13019	Douar Frac	douar-frac	13			35.0694	-1.1371	3
13019	Dar Kaid	dar-kaid	13			35.0694	-1.1371	3
13019	Cite Sidi Abderrahmane	cite-sidi-abderrahmane	13			35.0694	-1.1371	3
13019	Cite Hammam	cite-hammam	13			35.0694	-1.1371	3
13019	Cite Chaib	cite-chaib	13			35.0694	-1.1371	3
13019	Cite Cdt Djaber	cite-cdt-djaber	13			35.0694	-1.1371	3
13019	Cite Castors	cite-castors	13			35.0694	-1.1371	3
13019	Cite Belledghem	cite-belledghem	13			35.0694	-1.1371	3
13019	Berresoug	berresoug	13			35.0694	-1.1371	3
13019	Bentouaf (Domaine)	bentouaf-domaine	13			35.0694	-1.1371	3
13019	Baouzine	baouzine	13			35.0694	-1.1371	3
13019	Bains Thermaux	bains-thermaux	13			35.0694	-1.1371	3
13020	Sebabna	sebabna	13			35.0333	-2.1167	4
13020	Gaames	gaames	13			35.0506	-1.9218	4
13020	Ouled Ali	ouled-ali	13			35.092	0.6328	4
13020	Berrak	berrak	13			35.1396	-0.6132	3
13020	Souahlia	souahlia	13			35.0393	-1.8912	4
13020	Dechar	dechar	13			35.1396	-0.6132	3
13020	Ouled Abdellah	ouled-abdellah	13			35.4829	2.2309	4
13020	Dieb	dieb	13			35.1396	-0.6132	3
13020	Gouara	gouara	13			35.1396	-0.6132	3
13020	Graba	graba	13			35.1396	-0.6132	3
13020	Haout	haout	13			35.1396	-0.6132	3
13020	Hassi Bourouba	hassi-bourouba	13			35.1396	-0.6132	3
13020	Kenchyene	kenchyene	13			35.1396	-0.6132	3
13020	Kherbet Bechar	kherbet-bechar	13			35.1396	-0.6132	3
13020	Kherbet El Houari	kherbet-el-houari	13			35.1396	-0.6132	3
13020	Kombas	kombas	13			35.1396	-0.6132	3
13020	Ma El Malah	ma-el-malah	13			35.1396	-0.6132	3
13020	Meraaz	meraaz	13			35.1396	-0.6132	3
13020	Nekhla	nekhla	13			35.1396	-0.6132	3
13020	Ouled Boudjenane	ouled-boudjenane	13			35.1396	-0.6132	3
13020	Ouled Dali	ouled-dali	13			35.1396	-0.6132	3
13020	Ouled Hamou	ouled-hamou	13			35.1396	-0.6132	3
13020	Ouled Ramdane	ouled-ramdane	13			35.1396	-0.6132	3
13020	Ouled Salah	ouled-salah	13			35.1396	-0.6132	3
13020	Sefra	sefra	13			35.1396	-0.6132	3
13020	Sidi Brahim	sidi-brahim	13			35.1396	-0.6132	3
13020	Sidi Hamida	sidi-hamida	13			35.1396	-0.6132	3
13020	Sidi Lahcene	sidi-lahcene	13			35.1396	-0.6132	3
13020	Taouli	taouli	13			35.1396	-0.6132	3
13020	Thar Hemara	thar-hemara	13			35.1396	-0.6132	3
13020	Zourig	zourig	13			35.1396	-0.6132	3
13020	Zaouiet El Mira	zaouiet-el-mira	13			35.1396	-0.6132	3
13020	Tigraoui	tigraoui	13			35.1396	-0.6132	3
13020	Tifera	tifera	13			35.1396	-0.6132	3
13020	Boudjellid	boudjellid	13			35.1396	-0.6132	3
13020	Boukhnaiss	boukhnaiss	13			35.1396	-0.6132	3
13020	Bouricha	bouricha	13			35.1396	-0.6132	3
13020	Bouroukout	bouroukout	13			35.1396	-0.6132	3
13020	Dar Benaich	dar-benaich	13			35.1396	-0.6132	3
13020	Dar Benghalia	dar-benghalia	13			35.1396	-0.6132	3
13020	Dar Betta	dar-betta	13			35.1396	-0.6132	3
13020	Anbar	anbar	13			35.1396	-0.6132	3
13020	Aouari Kherbet	aouari-kherbet	13			35.1396	-0.6132	3
13020	Aresaik	aresaik	13			35.1396	-0.6132	3
13020	Bel Ghida	bel-ghida	13			35.1396	-0.6132	3
13020	Benalou	benalou	13			35.1396	-0.6132	3
13020	Beni Chekroun	beni-chekroun	13			35.1396	-0.6132	3
13020	Berdj	berdj	13			35.1396	-0.6132	3
13020	Bhata	bhata	13			35.1396	-0.6132	3
13020	Asmaden	asmaden	13			35.1396	-0.6132	3
13020	Beghaoun	beghaoun	13			35.1396	-0.6132	3
13020	Bekhaia	bekhaia	13			35.1396	-0.6132	3
13020	Bekhata Chat	bekhata-chat	13			35.1396	-0.6132	3
13021	Tlemcen Boudghene	tlemcen-boudghene	13			35.0306	-1.1455	1
13022	Oum El Allou	oum-el-allou	13			34.9231	-1.2196	4
13022	Oucheba	oucheba	13			34.9004	-1.2266	3
13022	Ain Fezza	ain-fezza	13			34.8778	-1.2336	4
13022	Morsot	morsot	13			34.9004	-1.2266	3
13022	Majouj	majouj	13			34.9004	-1.2266	3
13022	Ain Beni Ad	ain-beni-ad	13			34.9004	-1.2266	3
13023	Ain Ghoraba	ain-ghoraba	13			35.0306	-1.1455	1
13023	Ouled Boughrid	ouled-boughrid	13			35.0306	-1.1455	1
13023	Boufaik	boufaik	13			35.0306	-1.1455	1
13023	Tighazza	tighazza	13			35.0306	-1.1455	1
13023	Termeli	termeli	13			35.0306	-1.1455	1
13023	Ouled Oueldja	ouled-oueldja	13			35.0306	-1.1455	1
13023	Ouled Boukhris	ouled-boukhris	13			35.0306	-1.1455	1
13023	Hafir	hafir	13			35.0306	-1.1455	1
13023	El Oued	el-oued	13			35.0306	-1.1455	1
13023	Bouhassoune	bouhassoune	13			35.0306	-1.1455	1
13023	Ain Fettache	ain-fettache	13			35.0306	-1.1455	1
13023	Ain Djadja	ain-djadja	13			35.0306	-1.1455	1
13023	Ahfir	ahfir	13			35.0306	-1.1455	1
13024	Ouled Hammou	ouled-hammou	13			34.8522	-1.4732	4
13024	El Harrach	el-harrach	13			35.0043	-2.1213	4
13024	Ouled Mamoune	ouled-mamoune	13			34.9282	-1.7973	3
13024	Ouled Ben Yahia	ouled-ben-yahia	13			34.9282	-1.7973	3
13024	Ouled Bouyacoub	ouled-bouyacoub	13			34.9282	-1.7973	3
13024	Ouled Bouziane	ouled-bouziane	13			34.9282	-1.7973	3
13024	Sidi Mechor	sidi-mechor	13			34.9282	-1.7973	3
13024	Zaouia Ouled Benyahia	zaouia-ouled-benyahia	13			34.9282	-1.7973	3
13024	Touama	touama	13			34.9282	-1.7973	3
13024	Sidi Salah	sidi-salah	13			34.9282	-1.7973	3
13024	Sidi M'Hamed Benyahia	sidi-m-hamed-benyahia	13			34.9282	-1.7973	3
13024	Aiach	aiach	13			34.9282	-1.7973	3
13024	Alouia	alouia	13			34.9282	-1.7973	3
13024	Arbouz	arbouz	13			34.9282	-1.7973	3
13024	Arcoub	arcoub	13			34.9282	-1.7973	3
13024	Ayayat	ayayat	13			34.9282	-1.7973	3
13024	Bouaiahoum	bouaiahoum	13			34.9282	-1.7973	3
13024	Bouaziza	bouaziza	13			34.9282	-1.7973	3
13024	Bouchama	bouchama	13			34.9282	-1.7973	3
13024	Dar Djadida	dar-djadida	13			34.9282	-1.7973	3
13024	Djemaa Ouest	djemaa-ouest	13			34.9282	-1.7973	3
13024	El Karma	el-karma	13			34.9282	-1.7973	3
13024	Ferachekh	ferachekh	13			34.9282	-1.7973	3
13024	Fraine	fraine	13			34.9282	-1.7973	3
13024	Had Sebabna	had-sebabna	13			34.9282	-1.7973	3
13024	Houarene	houarene	13			34.9282	-1.7973	3
13024	Laouaneche	laouaneche	13			34.9282	-1.7973	3
13024	Louahab	louahab	13			34.9282	-1.7973	3
13024	Maarouf	maarouf	13			34.9282	-1.7973	3
13024	Medjiaa	medjiaa	13			34.9282	-1.7973	3
13024	M'Sirda Fouaga	m-sirda-fouaga	13			34.9282	-1.7973	3
13025	Oued El Hammam	oued-el-hammam	13			35.0306	-1.1455	1
13025	Souk Larbaa	souk-larbaa	13			35.0306	-1.1455	1
13025	Ouled China	ouled-china	13			35.0306	-1.1455	1
13025	Tizaghene	tizaghene	13			35.0306	-1.1455	1
13025	Beni Ouarsous	beni-ouarsous	13			35.0306	-1.1455	1
13025	Zenaina	zenaina	13			35.0306	-1.1455	1
13025	Boukiou	boukiou	13			35.0306	-1.1455	1
13025	Ouled Daoud	ouled-daoud	13			35.0306	-1.1455	1
13025	Bordj Arima	bordj-arima	13			35.0306	-1.1455	1
13025	Dahmane	dahmane	13			35.0306	-1.1455	1
13025	Ouled Bouchaour	ouled-bouchaour	13			35.0306	-1.1455	1
13026	Tafna	tafna	13			35.0306	-1.1455	1
13026	Tameksalet	tameksalet	13			35.0306	-1.1455	1
13026	Ouled Ali Moussa	ouled-ali-moussa	13			35.0306	-1.1455	1
13026	Ouasser	ouasser	13			35.0306	-1.1455	1
13026	Medersa	medersa	13			35.0306	-1.1455	1
13026	Khiyyam	khiyyam	13			35.0306	-1.1455	1
13026	Bouzidi	bouzidi	13			35.0306	-1.1455	1
13026	Bouhlou	bouhlou	13			35.0306	-1.1455	1
13027	Dar El Kahla	dar-el-kahla	13			35.0306	-1.1455	1
13027	Ghalba	ghalba	13			35.0306	-1.1455	1
13027	Boukanoun	boukanoun	13			35.0306	-1.1455	1
13028	Taouia	taouia	13			34.995	-1.6335	4
13028	Boutrak	boutrak	13			34.995	-1.6335	3
13028	Chouachi	chouachi	13			34.995	-1.6335	3
13028	Douar Lahmara	douar-lahmara	13			34.995	-1.6335	3
13028	Ouled Bellahcene	ouled-bellahcene	13			34.995	-1.6335	3
13028	Ras Tahar	ras-tahar	13			34.995	-1.6335	3
13028	Ain Fettah	ain-fettah	13			34.995	-1.6335	3
13029	Tarnana	tarnana	13			34.9865	-1.853	4
13029	El Houata	el-houata	13			34.9865	-1.853	3
13029	Ain Tolba	ain-tolba	13			34.9865	-1.853	3
13029	Bab Taza	bab-taza	13			34.9865	-1.853	3
13029	Dar Naceur	dar-naceur	13			34.9865	-1.853	3
13029	Djebala	djebala	13			34.9865	-1.853	3
13029	El Kherouaia	el-kherouaia	13			34.9865	-1.853	3
13029	Haraik	haraik	13			34.9865	-1.853	3
13029	Houanet	houanet	13			34.9865	-1.853	3
13029	Ouled Abbas	ouled-abbas	13			34.9865	-1.853	3
13029	Ouled Benhamdoun	ouled-benhamdoun	13			34.9865	-1.853	3
13029	Ouled Berrahou	ouled-berrahou	13			34.9865	-1.853	3
13029	Ouled Taleb	ouled-taleb	13			34.9865	-1.853	3
13030	El Abed	el-abed	13			35.055	-1.6172	4
13030	Ouled Abdeslam	ouled-abdeslam	13			35.055	-1.6172	3
13030	Msiouene	msiouene	13			35.055	-1.6172	3
13030	Madher	madher	13			35.055	-1.6172	3
13030	Khellil	khellil	13			35.055	-1.6172	3
13030	Groupement Sous Tente	groupement-sous-tente	13			35.055	-1.6172	3
13030	Fornau	fornau	13			35.055	-1.6172	3
13030	El Abed (Mine)	el-abed-mine	13			35.055	-1.6172	3
13030	Outiet	outiet	13			35.055	-1.6172	3
13030	Sidi Abdellah	sidi-abdellah	13			35.055	-1.6172	3
13031	El Aricha	el-aricha	13			34.2226	-1.257	4
13031	Sidi Yahia Belhadj	sidi-yahia-belhadj	13			34.2226	-1.257	3
13031	Hod Attalia	hod-attalia	13			34.2226	-1.257	3
13031	Hadajala	hadajala	13			34.2226	-1.257	3
13032	Aricha	aricha	13			34.2226	-1.257	4
13032	Douar Settout	douar-settout	13			35.0643	-1.7861	4
13032	Ouled Guemneche	ouled-guemneche	13			34.6434	-1.5215	3
13032	Ziatenne	ziatenne	13			34.6434	-1.5215	3
13032	Dar Bensemmoud	dar-bensemmoud	13			34.6434	-1.5215	3
13032	El Bor	el-bor	13			34.6434	-1.5215	3
13032	Fedden Cheikh	fedden-cheikh	13			34.6434	-1.5215	3
13032	Ghellaisa	ghellaisa	13			34.6434	-1.5215	3
13032	Haouzia	haouzia	13			34.6434	-1.5215	3
13032	Mezaoura	mezaoura	13			34.6434	-1.5215	3
13032	Bab Khrofa	bab-khrofa	13			34.6434	-1.5215	3
13032	Chekarna	chekarna	13			34.6434	-1.5215	3
13033	Cite Essalem	cite-essalem	13			34.7295	-1.6018	1
13033	El Fehoul	el-fehoul	13			34.7295	-1.6018	1
13033	Douar Ouled Amrane	douar-ouled-amrane	13			34.7295	-1.6018	1
13033	Cite 20 Aout 1956	cite-20-aout-1956	13			34.7295	-1.6018	1
13033	Cite 1er Novembre 1954	cite-1er-novembre-1954	13			34.7295	-1.6018	1
13033	Cite Sidi Mohamed	cite-sidi-mohamed	13			34.7295	-1.6018	1
13034	El Gor	el-gor	13			34.638	-1.153	4
13034	Tajmout	tajmout	13			34.638	-1.153	3
13034	Koteibet	koteibet	13			34.638	-1.153	3
13034	Kbarta	kbarta	13			34.638	-1.153	3
13034	Karzota	karzota	13			34.638	-1.153	3
13034	El Gotaib	el-gotaib	13			34.638	-1.153	3
13034	Siada	siada	13			34.638	-1.153	3
13034	Koussa	koussa	13			34.638	-1.153	3
13034	Ouglat	ouglat	13			34.638	-1.153	3
13034	Nonalat	nonalat	13			34.638	-1.153	3
13034	M'Zi	m-zi	13			34.638	-1.153	3
13034	Bir Sidi Youcef	bir-sidi-youcef	13			34.638	-1.153	3
13034	Djebida	djebida	13			34.638	-1.153	3
13035	Mouffoktayeb	mouffoktayeb	13			34.7295	-1.6018	1
13035	Douar Abdelkrim	douar-abdelkrim	13			34.7295	-1.6018	1
13035	Fillaoucene	fillaoucene	13			34.7295	-1.6018	1
13035	Meftahia	meftahia	13			34.7295	-1.6018	1
13035	Mehrez	mehrez	13			34.7295	-1.6018	1
13035	Mettaria	mettaria	13			34.7295	-1.6018	1
13035	Zaillou	zaillou	13			34.7295	-1.6018	1
13036	Ouled Houari	ouled-houari	13			34.9212	-1.7827	4
13036	Bourekba	bourekba	13			34.912	-1.7347	3
13036	Hammam Boughrara	hammam-boughrara	13			34.8935	-1.6386	4
13036	Ouled Bouhena	ouled-bouhena	13			34.912	-1.7347	3
13036	Houari	houari	13			34.9212	-1.7827	4
13036	Ouled Bouceta	ouled-bouceta	13			34.912	-1.7347	3
13036	Ouled Aissa	ouled-aissa	13			34.912	-1.7347	3
13036	Oued Chadli	oued-chadli	13			34.912	-1.7347	3
13037	Khemis	khemis	13			34.643	-1.5615	4
13037	Beni Achir	beni-achir	13			34.6201	-1.5919	4
13037	Mazer	mazer	13			34.5522	-1.6226	4
13037	Ouled Moussa	ouled-moussa	13			34.634	-1.5643	4
13037	Beni Hammou	beni-hammou	13			34.6436	-1.5375	4
13037	Ouled Larbi	ouled-larbi	13			34.6186	-1.5756	3
13037	Menzel	menzel	13			34.6186	-1.5756	3
13037	Gasba	gasba	13			34.6186	-1.5756	3
13037	Fahs	fahs	13			34.6186	-1.5756	3
13037	Dar Ayad	dar-ayad	13			34.6186	-1.5756	3
13037	Cite Sidi Larabi	cite-sidi-larabi	13			34.6186	-1.5756	3
13037	Brigate	brigate	13			34.6186	-1.5756	3
13037	Beni Snous	beni-snous	13			34.6186	-1.5756	3
13037	Taga	taga	13			34.6186	-1.5756	3
13037	Sidi Moussa	sidi-moussa	13			34.6186	-1.5756	3
13037	Ouled Bouchama	ouled-bouchama	13			34.6186	-1.5756	3
13038	Ouled Kadda	ouled-kadda	13			34.7295	-1.6018	1
13038	Khemisti	khemisti	13			34.7295	-1.6018	1
13039	Tahar	tahar	13			34.9447	-1.8442	4
13039	Djebabra	djebabra	13			34.9558	-1.9374	3
13039	El Assa	el-assa	13			34.9668	-2.0307	4
13039	Dar Benzerka	dar-benzerka	13			34.9558	-1.9374	3
13039	Dar Bencherki	dar-bencherki	13			34.9558	-1.9374	3
13039	Dar Benfares	dar-benfares	13			34.9558	-1.9374	3
13039	Beni Menir	beni-menir	13			34.9558	-1.9374	3
13039	Khendek E Lfoul	khendek-e-lfoul	13			34.9558	-1.9374	3
13039	Khoriba	khoriba	13			34.9558	-1.9374	3
13039	Mellala	mellala	13			34.9558	-1.9374	3
13039	Ouled Ben Hamati	ouled-ben-hamati	13			34.9558	-1.9374	3
13039	Ouled Ichou	ouled-ichou	13			34.9558	-1.9374	3
13039	Ouled Meftah	ouled-meftah	13			34.9558	-1.9374	3
13039	Kaabia	kaabia	13			34.9558	-1.9374	3
13039	Ouled M'Hamed	ouled-m-hamed	13			34.9558	-1.9374	3
13039	Sidi Daoud	sidi-daoud	13			34.9558	-1.9374	3
13039	Oued Tleta	oued-tleta	13			34.9558	-1.9374	3
13039	Domaine Abdelkrim	domaine-abdelkrim	13			34.9558	-1.9374	3
13040	Maaziz	maaziz	13			34.9093	-1.8114	4
13041	Mezaourou Sidi Brahim	mezaourou-sidi-brahim	13			34.7351	-1.6183	1
13041	Kermamssen	kermamssen	13			34.7351	-1.6183	1
13042	Boulefred	boulefred	13			34.7351	-1.6183	1
13042	Sebaa Chioukh	sebaa-chioukh	13			34.7351	-1.6183	1
13043	Sidi Djillali	sidi-djillali	13			34.4609	-1.5861	4
13043	Sidi Aissa	sidi-aissa	13			34.4609	-1.5861	3
13043	Sidi Yahia Bensfia	sidi-yahia-bensfia	13			34.4609	-1.5861	3
13043	Sanef	sanef	13			34.4609	-1.5861	3
13043	Poste Kebir	poste-kebir	13			34.4609	-1.5861	3
13043	Hassi M'Hamed	hassi-m-hamed	13			34.4609	-1.5861	3
13043	Tinkial	tinkial	13			34.4609	-1.5861	3
13043	Boughaou	boughaou	13			34.4609	-1.5861	3
13043	Sidi El Mokhfi	sidi-el-mokhfi	13			34.4609	-1.5861	3
13043	Aoutlat Ouled Mendi	aoutlat-ouled-mendi	13			34.4609	-1.5861	3
13043	Ain Sefa	ain-sefa	13			34.4609	-1.5861	3
13044	Sidi Medjahed	sidi-medjahed	13			34.7758	-1.6353	4
13044	Sidi Yahia	sidi-yahia	13			34.7442	-1.5992	4
13044	Ouled Mouna	ouled-mouna	13			34.76	-1.6172	3
13044	Ain Tralimet	ain-tralimet	13			34.76	-1.6172	3
13044	Boussedra	boussedra	13			34.76	-1.6172	3
13044	Gueraba	gueraba	13			34.76	-1.6172	3
13044	Kefkouf	kefkouf	13			34.76	-1.6172	3
13044	Maissa	maissa	13			34.76	-1.6172	3
13044	Ouled Mehdi	ouled-mehdi	13			34.76	-1.6172	3
13044	Sidi Lakhdar	sidi-lakhdar	13			34.76	-1.6172	3
13044	Tazaghines	tazaghines	13			34.76	-1.6172	3
13044	Tralimet	tralimet	13			34.76	-1.6172	3
13044	Zaouia	zaouia	13			34.76	-1.6172	3
13045	Sidi Zouaoui	sidi-zouaoui	13			34.7351	-1.6183	1
13046	Souani	souani	13			34.7351	-1.6183	1
13046	Village Nylo	village-nylo	13			34.7351	-1.6183	1
13046	Ababsa	ababsa	13			34.7351	-1.6183	1
13046	Sidi Boudjenane	sidi-boudjenane	13			34.7351	-1.6183	1
13046	Arara	arara	13			34.7351	-1.6183	1
13046	Aouchera	aouchera	13			34.7351	-1.6183	1
13046	Abbadine	abbadine	13			34.7351	-1.6183	1
13046	Ouled Meziane	ouled-meziane	13			34.7351	-1.6183	1
13046	Ouled Benedane	ouled-benedane	13			34.7351	-1.6183	1
13046	Ouled Benaza	ouled-benaza	13			34.7351	-1.6183	1
13046	Meghagha	meghagha	13			34.7351	-1.6183	1
13046	Ben Slimane	ben-slimane	13			34.7351	-1.6183	1
13047	Kanot	kanot	13			34.7351	-1.6183	1
13047	Guenadez	guenadez	13			34.7351	-1.6183	1
13047	Fedden Slah	fedden-slah	13			34.7351	-1.6183	1
13047	Ghemadaz (Village)	ghemadaz-village	13			34.7351	-1.6183	1
13047	Tikerat	tikerat	13			34.7351	-1.6183	1
13047	Tient	tient	13			34.7351	-1.6183	1
13047	Ouled Boughriet	ouled-boughriet	13			34.7351	-1.6183	1
13047	La Gare	la-gare	13			34.7351	-1.6183	1
13047	Ain Zemmour	ain-zemmour	13			34.7351	-1.6183	1
13047	Bouali	bouali	13			34.7351	-1.6183	1
13047	Boukdama	boukdama	13			34.7351	-1.6183	1
13047	El Karroute (Village)	el-karroute-village	13			34.7351	-1.6183	1
13048	Tlemcen Chetouane	tlemcen-chetouane	13			34.9213	-1.2951	4
13048	El Hamri	el-hamri	13			34.9213	-1.2951	3
13048	Ain Defla	ain-defla	13			34.9213	-1.2951	3
13048	Medigue	medigue	13			34.9213	-1.2951	3
13048	M'Cala Sidi Yahia	m-cala-sidi-yahia	13			34.9213	-1.2951	3
13049	Ayer Aghrib	ayer-aghrib	13			34.5993	-1.7828	3
13049	Roubane	roubane	13			34.5993	-1.7828	4
13049	Hai Dass	hai-dass	13			34.5993	-1.7828	3
13049	Domaine Mohamed Salah	domaine-mohamed-salah	13			34.5993	-1.7828	3
13049	Zouia	zouia	13			34.5993	-1.7828	3
13049	Ghar Rouban	ghar-rouban	13			34.5993	-1.7828	3
13049	Mohamed Salah	mohamed-salah	13			34.5993	-1.7828	3
13049	Sidi MBarek	sidi-m-barek	13			34.5993	-1.7828	3
13049	Beni Boussaid	beni-boussaid	13			34.5993	-1.7828	3
13050	Ouled Ben Ziane	ouled-ben-ziane	13			34.9612	-1.3945	1
13050	Zaouia	zaouia	13			34.9612	-1.3945	1
13050	Ounejla	ounejla	13			34.9612	-1.3945	1
13050	Remla	remla	13			34.9612	-1.3945	1
13050	Tizaghenit	tizaghenit	13			34.9612	-1.3945	1
13050	Zelboun	zelboun	13			34.9612	-1.3945	1
13050	Ain Douz	ain-douz	13			34.9612	-1.3945	1
13050	Ouled Ben Hedi	ouled-ben-hedi	13			34.9612	-1.3945	1
13051	Zenata	zenata	13			34.9904	-1.4637	4
13051	Aeroport Zenata	aeroport-zenata	13			34.9904	-1.4637	3
13051	El Haourech	el-haourech	13			34.9904	-1.4637	3
13052	Ain El Houtz	ain-el-houtz	13			34.9321	-1.3252	4
13052	Teghalimet	teghalimet	13			34.9321	-1.3252	3
13052	Oujlida	oujlida	13			34.9321	-1.3252	3
13053	Ouled Bouchaib	ouled-bouchaib	13			34.9612	-1.3945	1
13053	Zaouia Sidi Benamar	zaouia-sidi-benamar	13			34.9612	-1.3945	1
13053	Ouled Hasna	ouled-hasna	13			34.9612	-1.3945	1
13053	Ouled Berrached	ouled-berrached	13			34.9612	-1.3945	1
13053	Moulay Ahmed	moulay-ahmed	13			34.9612	-1.3945	1
13053	Dar Zebbar	dar-zebbar	13			34.9612	-1.3945	1
13053	Ouled Bouzbiba	ouled-bouzbiba	13			34.9612	-1.3945	1
13053	Ouled Fadel	ouled-fadel	13			34.9612	-1.3945	1
13053	Hamri Benameur	hamri-benameur	13			34.9612	-1.3945	1
13053	Chebaiba	chebaiba	13			34.9612	-1.3945	1
13053	Ain Kebira	ain-kebira	13			34.9612	-1.3945	1
13053	Hashas	hashas	13			34.9612	-1.3945	1
13053	Ouled Bekhaled	ouled-bekhaled	13			34.9612	-1.3945	1
13053	Ouled Bendiab	ouled-bendiab	13			34.9612	-1.3945	1
13053	Ouled Ben Talha	ouled-ben-talha	13			34.9612	-1.3945	1
13054	Ain Nehala	ain-nehala	13			34.9612	-1.3945	1
13055	Ain Nekrouf	ain-nekrouf	13			34.9612	-1.3945	1
13056	Ain Zana Chebikia	ain-zana-chebikia	13			34.9612	-1.3945	1
13056	Zarigua	zarigua	13			34.9612	-1.3945	1
13057	Ouled Ziane	ouled-ziane	13			34.9612	-1.3945	1
13057	Akid Lotfi	akid-lotfi	13			34.9612	-1.3945	1
13057	Beghal Route	beghal-route	13			34.9612	-1.3945	1
13057	Bounaim	bounaim	13			34.9612	-1.3945	1
13058	Zediga	zediga	13			34.9612	-1.3945	1
13058	Ouled Alaa	ouled-alaa	13			34.9612	-1.3945	1
13058	Ghenaina	ghenaina	13			34.9612	-1.3945	1
13058	Amieur	amieur	13			34.9612	-1.3945	1
13059	Belhadji Boucif	belhadji-boucif	13			34.9612	-1.3945	1
13060	Beni Bahdel	beni-bahdel	13			34.7098	-1.5159	4
13060	Hai El Djedid	hai-el-djedid	13			34.7098	-1.5159	3
13060	Carriere	carriere	13			34.7098	-1.5159	3
13060	Ain Boudaoud	ain-boudaoud	13			34.7098	-1.5159	3
13060	Gaada	gaada	13			34.7098	-1.5159	3
13060	Ouled Djelloul	ouled-djelloul	13			34.7098	-1.5159	3
13060	Keddara	keddara	13			34.7098	-1.5159	3
13061	Beni Mester	beni-mester	13			34.8705	-1.4232	4
13062	Bouhenak	bouhenak	13			34.7392	-1.0325	1
13063	Ouled Hamida	ouled-hamida	13			34.7845	-1.222	4
13063	Loghza	loghza	13			34.9382	-0.2946	3
13063	Ouled Ali	ouled-ali	13			35.092	0.6328	4
13063	Thar Massine	thar-massine	13			34.9382	-0.2946	3
13063	Riat	riat	13			34.9382	-0.2946	3
13063	Ouled Youcef	ouled-youcef	13			34.9382	-0.2946	3
13063	Ouled Tayeb	ouled-tayeb	13			34.9382	-0.2946	3
13063	Ouled Sidhoum	ouled-sidhoum	13			34.9382	-0.2946	3
13063	Laricha	laricha	13			34.9382	-0.2946	3
13063	Kodhane	kodhane	13			34.9382	-0.2946	3
13063	Kebla	kebla	13			34.9382	-0.2946	3
13063	Dar Yaghmouracene	dar-yaghmouracene	13			34.9382	-0.2946	3
13063	Dar Kdah	dar-kdah	13			34.9382	-0.2946	3
13063	Berkouka	berkouka	13			34.9382	-0.2946	3
13064	Djemma Sekhra	djemma-sekhra	13			34.7392	-1.0325	1
13065	Djebra Chelaida	djebra-chelaida	13			34.7392	-1.0325	1
13066	Magoura	magoura	13			34.2393	-1.6344	4
13066	El Bouihi	el-bouihi	13			34.2393	-1.6344	3
13066	Debbagh Magoura	debbagh-magoura	13			34.2393	-1.6344	3
13067	Ghazaouet Sidi Amar	ghazaouet-sidi-amar	13			34.7392	-1.0325	1
13068	Oued Lakhdar	oued-lakhdar	13			34.7392	-1.0325	1
13069	Oued Zitoun	oued-zitoun	13			34.7392	-1.0325	1
13070	Ouled Kaddour	ouled-kaddour	13			34.8137	-1.7518	4
13070	Attatra	attatra	13			34.8881	-1.6245	3
13070	Beni Yacoub	beni-yacoub	13			34.9625	-1.4973	4
13070	Tenouga	tenouga	13			34.8881	-1.6245	3
13070	Ouled Riah	ouled-riah	13			34.8881	-1.6245	3
13070	Ain Romana	ain-romana	13			34.8881	-1.6245	3
13071	Ramla	ramla	13			34.8709	-1.6358	1
13072	Zaghou	zaghou	13			34.8709	-1.6358	1
13072	Sidi Bendiaf	sidi-bendiaf	13			34.8709	-1.6358	1
13073	Sidi Bounoir	sidi-bounoir	13			34.8709	-1.6358	1
13074	Kabbar	kabbar	13			34.8709	-1.6358	1
13074	Sidi Driss	sidi-driss	13			34.8709	-1.6358	1
13075	Sidi Mechhour	sidi-mechhour	13			34.8709	-1.6358	1
13075	Hammam Chiguer	hammam-chiguer	13			34.8709	-1.6358	1
13076	Allouia	allouia	13			34.8709	-1.6358	1
13076	Sidi Senoussi	sidi-senoussi	13			34.8709	-1.6358	1
13077	Ouled Bouhafs	ouled-bouhafs	13			34.8709	-1.6358	1
13077	Echrayah	echrayah	13			34.8709	-1.6358	1
13077	Ouled Azzouz	ouled-azzouz	13			34.8709	-1.6358	1
13077	Ouled Ben Ayad	ouled-ben-ayad	13			34.8709	-1.6358	1
13077	Ouled Bouhassoune	ouled-bouhassoune	13			34.8709	-1.6358	1
13077	Souk El Khemis	souk-el-khemis	13			34.8709	-1.6358	1
13077	Ain El Hadri	ain-el-hadri	13			34.8709	-1.6358	1
13077	Chabana	chabana	13			34.8709	-1.6358	1
13077	Kraima	kraima	13			34.8709	-1.6358	1
13077	Nedjajra	nedjajra	13			34.8709	-1.6358	1
13077	Ouled Adassi	ouled-adassi	13			34.8709	-1.6358	1
13077	Ouled Amar	ouled-amar	13			34.8709	-1.6358	1
13078	Dar Salah	dar-salah	13			35.0383	-1.9729	4
13078	Darah Aicha	darah-aicha	13			34.8912	-1.786	3
13078	Sidi Yahia	sidi-yahia	13			34.7442	-1.5992	4
13078	Ancor	ancor	13			34.8912	-1.786	3
13078	Azzouna	azzouna	13			34.8912	-1.786	3
13078	Benanta	benanta	13			34.8912	-1.786	3
13078	Bilek	bilek	13			34.8912	-1.786	3
13078	Bouaddale	bouaddale	13			34.8912	-1.786	3
13078	Titsa	titsa	13			34.8912	-1.786	3
13078	Soummarat	soummarat	13			34.8912	-1.786	3
13078	Souk Tlata	souk-tlata	13			34.8912	-1.786	3
13078	Sidi Hadj Abdellah	sidi-hadj-abdellah	13			34.8912	-1.786	3
13078	Rouissiene	rouissiene	13			34.8912	-1.786	3
13078	Ouled Benaid	ouled-benaid	13			34.8912	-1.786	3
13078	Kenfoud	kenfoud	13			34.8912	-1.786	3
13078	Henninyene	henninyene	13			34.8912	-1.786	3
13078	Dhar Ali Mokrane	dhar-ali-mokrane	13			34.8912	-1.786	3
13078	Tilioune	tilioune	13			34.8912	-1.786	3
13078	Dar Mansour	dar-mansour	13			34.8912	-1.786	3
13078	Dar Dek	dar-dek	13			34.8912	-1.786	3
13078	Aghram	aghram	13			34.8912	-1.786	3
13079	Terny	terny	13			34.7958	-1.3581	4
13079	Ouled Boulenouar	ouled-boulenouar	13			34.7958	-1.3581	3
13079	Ouled Ouadfel	ouled-ouadfel	13			34.7958	-1.3581	3
13079	Sidi Hafif	sidi-hafif	13			34.7958	-1.3581	3
13079	Sidi M'Barek	sidi-m-barek	13			34.7958	-1.3581	3
13079	Talterni	talterni	13			34.7958	-1.3581	3
13079	Ouled Youcef	ouled-youcef	13			34.7958	-1.3581	3
13079	Beni Ouarnid	beni-ouarnid	13			34.7958	-1.3581	3
13079	Feraouna	feraouna	13			34.7958	-1.3581	3
13079	Merchiche	merchiche	13			34.7958	-1.3581	3
13079	Sehb	sehb	13			34.7958	-1.3581	3
13080	Zahra	zahra	13			34.6842	-1.4836	4
13080	Ain Nedra	ain-nedra	13			34.6816	-1.479	3
13080	Tleta	tleta	13			34.679	-1.4743	4
13080	Azails	azails	13			34.6816	-1.479	3
13080	Ouled Harbaz	ouled-harbaz	13			34.6816	-1.479	3
13080	Ouled Bellahcene	ouled-bellahcene	13			34.6816	-1.479	3
13080	Mizab	mizab	13			34.6816	-1.479	3
13080	Tafesra	tafesra	13			34.6816	-1.479	3
13080	Atf	atf	13			34.6816	-1.479	3
13081	Yembou	yembou	13			34.6816	-1.479	1
13081	Si Mokhtar (Ferme)	si-mokhtar-ferme	13			34.6816	-1.479	1
13082	Zourana	zourana	13			34.6816	-1.479	1
13082	Zekri Moussa Adjaidja	zekri-moussa-adjaidja	13			34.6816	-1.479	1
14000	Zaoui Sidi Adda	zaoui-sidi-adda	14			35.1117	1.2873	1
14000	Zaaroura	zaaroura	14			35.1117	1.2873	1
14000	Tiaret Sidi Khaled	tiaret-sidi-khaled	14			35.1117	1.2873	1
14000	Tiaret Rp	tiaret-rp	14			35.1117	1.2873	1
14000	Tiaret Cherif Djaghri	tiaret-cherif-djaghri	14			35.1117	1.2873	1
14000	Tiaret Benyahia	tiaret-benyahia	14			35.1117	1.2873	1
14000	Si Abdelmoumene	si-abdelmoumene	14			35.1117	1.2873	1
14001	Taoughazout	taoughazout	14			35.0177	1.0673	4
14001	Sidi Amar	sidi-amar	14			35.0698	1.1021	4
14001	Frenda	frenda	14			35.0654	1.0494	4
14001	Djenane	djenane	14			35.051	1.073	3
14001	Hachia	hachia	14			35.051	1.073	3
14001	Maizia	maizia	14			35.051	1.073	3
14001	Goughal	goughal	14			35.051	1.073	3
14002	Ksar Chellala	ksar-chellala	14			35.2122	2.3189	4
14002	Smir	smir	14			35.2122	2.3189	3
14002	Benhamed	benhamed	14			35.2122	2.3189	3
14002	Radjahr	radjahr	14			35.2122	2.3189	3
14002	El Faraa	el-faraa	14			35.2122	2.3189	3
14002	Djeffela	djeffela	14			35.2122	2.3189	3
14003	Sougueur	sougueur	14			35.1857	1.4961	4
14004	Mahdia	mahdia	14			35.4306	1.7571	4
14005	Mechata	mechata	14			35.5301	1.0216	3
14005	Rahouia	rahouia	14			35.5301	1.0216	4
14005	Ouled Maamar	ouled-maamar	14			35.5301	1.0216	3
14005	Ouled Rached	ouled-rached	14			35.5301	1.0216	3
14005	Meramere	meramere	14			35.5301	1.0216	3
14005	Aouamria	aouamria	14			35.5301	1.0216	3
14005	Beni Louma	beni-louma	14			35.5301	1.0216	3
14005	Guires	guires	14			35.5301	1.0216	3
14006	Tiaret Cnel Boukhari Mustapha	tiaret-cnel-boukhari-mustapha	14			35.1117	1.2873	1
14007	Ain Said	ain-said	14			35.0574	1.5081	4
14007	Ouled Azziz	ouled-azziz	14			34.9498	1.5275	3
14007	Ain Deheb	ain-deheb	14			34.8422	1.547	4
14007	Ain El Kercha	ain-el-kercha	14			34.9498	1.5275	3
14007	Matrounia	matrounia	14			34.9498	1.5275	3
14007	Meguissa	meguissa	14			34.9498	1.5275	3
14007	Sidi Khalfallah	sidi-khalfallah	14			34.9498	1.5275	3
14008	Ain El Hadid	ain-el-hadid	14			35.0578	0.8848	4
14008	Ghabet Aouda	ghabet-aouda	14			35.1851	0.8227	4
14008	Mahoudia	mahoudia	14			35.1215	0.8538	3
14008	Megranis	megranis	14			35.1215	0.8538	3
14008	Beni Oundjel	beni-oundjel	14			35.1215	0.8538	3
14008	Benamara	benamara	14			35.1215	0.8538	3
14008	Abid	abid	14			35.1215	0.8538	3
14009	Ain Kermes	ain-kermes	14			34.9102	1.1088	4
14009	Ghaoudi	ghaoudi	14			34.8988	1.0797	3
14009	Dehalsa	dehalsa	14			34.8874	1.0505	4
14009	Ain M'Ziraa	ain-m-ziraa	14			34.8988	1.0797	3
14009	Hassi Bahbah	hassi-bahbah	14			34.8988	1.0797	3
14009	Bir El Kef	bir-el-kef	14			34.8988	1.0797	3
14010	Dahmouni	dahmouni	14			35.4169	1.4754	4
14011	Ksar Chellala El Wiam	ksar-chellala-el-wiam	14			35.2893	1.2441	1
14012	Mechraa Sfa	mechraa-sfa	14			35.3839	1.0534	4
14012	Galland	galland	14			35.3839	1.0534	3
14012	Sidi Ali	sidi-ali	14			35.3839	1.0534	3
14012	Barrage Bakhadda	barrage-bakhadda	14			35.3839	1.0534	3
14012	Beni Affane	beni-affane	14			35.3839	1.0534	3
14012	Dilia	dilia	14			35.3839	1.0534	3
14012	Nouaflia	nouaflia	14			35.3839	1.0534	3
14013	Medrissa	medrissa	14			34.8959	1.2407	4
14013	Mekmal	mekmal	14			34.8959	1.2407	3
14013	Djedid	djedid	14			34.8959	1.2407	3
14013	Meribal	meribal	14			34.8959	1.2407	3
14013	Safsaf	safsaf	14			34.8959	1.2407	3
14014	Oued Lili	oued-lili	14			35.5107	1.2703	4
14014	Ain Kebouba	ain-kebouba	14			35.5107	1.2703	3
14014	Torrich	torrich	14			35.5107	1.2703	3
14014	Ouled Si Ahmed	ouled-si-ahmed	14			35.5107	1.2703	3
14014	Kebouba	kebouba	14			35.5107	1.2703	3
14014	Bechtout	bechtout	14			35.5107	1.2703	3
14015	Guercha	guercha	14			35.0721	0.7459	4
14015	Noudoual	noudoual	14			35.0721	0.7459	3
14015	Takhmaret	takhmaret	14			35.0721	0.7459	3
14015	Ouled Bellil	ouled-bellil	14			35.0721	0.7459	3
14015	Ouled Aoun	ouled-aoun	14			35.0721	0.7459	3
14016	Tiaret Benamara Djillali	tiaret-benamara-djillali	14			35.2893	1.2441	1
14017	Ain Dzarit	ain-dzarit	14			35.3532	1.6674	4
14018	Colonel Bougara	colonel-bougara	14			35.2893	1.2441	1
14019	Guertoufa	guertoufa	14			35.3923	1.2556	4
14019	Azouania	azouania	14			35.3923	1.2556	3
14019	Bouguerba	bouguerba	14			35.3923	1.2556	3
14019	Ain Sarb	ain-sarb	14			35.3923	1.2556	3
14019	Tebainet	tebainet	14			35.3923	1.2556	3
14019	Mekhtria	mekhtria	14			35.3923	1.2556	3
14020	Hamadia	hamadia	14			35.4592	1.8732	4
14020	Ouled Brahim	ouled-brahim	14			35.4592	1.8732	3
14020	Ouled Mansour	ouled-mansour	14			35.4592	1.8732	3
14021	Karman	karman	14			35.2864	1.5743	1
14022	Ksar Chellala Badr	ksar-chellala-badr	14			35.2864	1.5743	1
14023	Medroussa	medroussa	14			35.1738	1.2055	4
14023	Boudjehin	boudjehin	14			35.1738	1.2055	3
14023	Ain Zid	ain-zid	14			35.1738	1.2055	3
14023	Ain Safah	ain-safah	14			35.1738	1.2055	3
14023	Ain Guettaf	ain-guettaf	14			35.1738	1.2055	3
14023	Bouhrichene	bouhrichene	14			35.1738	1.2055	3
14023	Sidi Allel	sidi-allel	14			35.1738	1.2055	3
14023	Matmor Labiad	matmor-labiad	14			35.1738	1.2055	3
14023	Ladjar	ladjar	14			35.1738	1.2055	3
14024	Meghila	meghila	14			35.2864	1.5743	1
14024	Raouraoua	raouraoua	14			35.2864	1.5743	1
14024	Maacem	maacem	14			35.2864	1.5743	1
14025	Ain El Beida	ain-el-beida	14			35.1847	1.705	4
14025	Mellakou	mellakou	14			35.2528	1.2344	4
14025	La Mina	la-mina	14			35.2187	1.4697	3
14025	Sidi Ouaddah	sidi-ouaddah	14			35.2187	1.4697	3
14025	Mina	mina	14			35.2187	1.4697	3
14026	Rechaiga	rechaiga	14			35.4068	1.9739	4
14026	Ayad	ayad	14			35.4068	1.9739	3
14026	Sidi Abdelmoumen	sidi-abdelmoumen	14			35.4068	1.9739	3
14026	Cheriet	cheriet	14			35.4068	1.9739	3
14026	Boucif	boucif	14			35.4068	1.9739	3
14026	Zoubihet	zoubihet	14			35.4068	1.9739	3
14026	Zaidi	zaidi	14			35.4068	1.9739	3
14026	Yahi	yahi	14			35.4068	1.9739	3
14026	Kherifi	kherifi	14			35.4068	1.9739	3
14027	Ouled Sikarouk	ouled-sikarouk	14			35.2864	1.5743	1
14027	Si Hari	si-hari	14			35.2864	1.5743	1
14027	Si Abdelghani	si-abdelghani	14			35.2864	1.5743	1
14027	Ouled Sidi Mansour	ouled-sidi-mansour	14			35.2864	1.5743	1
14027	Ouled Khelif	ouled-khelif	14			35.2864	1.5743	1
14027	Ouled Ben Yacoub	ouled-ben-yacoub	14			35.2864	1.5743	1
14028	Sakrana	sakrana	14			35.2864	1.5743	1
14028	Sidi Abderrahmane	sidi-abderrahmane	14			35.2864	1.5743	1
14029	Sidi Hosni	sidi-hosni	14			35.4702	1.5199	4
14029	Ain Said	ain-said	14			35.0574	1.5081	4
14029	Menana	menana	14			35.2638	1.514	3
14029	Ghoubab	ghoubab	14			35.2638	1.514	3
14029	Ain Frid	ain-frid	14			35.2638	1.514	3
14029	Ouled Sidi Abed	ouled-sidi-abed	14			35.2638	1.514	3
14030	Si Haoues	si-haoues	14			35.0325	2.0572	1
14031	Tiaret Bouhenni	tiaret-bouhenni	14			35.0325	2.0572	1
14032	Tiaret Cite Chaib Mohamed	tiaret-cite-chaib-mohamed	14			35.0325	2.0572	1
14033	Tiaret Med Boudiaf	tiaret-med-boudiaf	14			35.0325	2.0572	1
14034	Tiaret Tahri Bouabdellah	tiaret-tahri-bouabdellah	14			35.0325	2.0572	1
14035	Tiaret Universite	tiaret-universite	14			35.0325	2.0572	1
14036	Tiaret Zaaroura	tiaret-zaaroura	14			35.0325	2.0572	1
14037	Tousnina	tousnina	14			35.0833	1.2333	4
14037	Ain Beranis	ain-beranis	14			35.0833	1.2333	3
14037	Kaabra	kaabra	14			35.0833	1.2333	3
14037	Ouled Ben Haouar	ouled-ben-haouar	14			35.0833	1.2333	3
14037	Ain Moulkheir	ain-moulkheir	14			35.0833	1.2333	3
14038	Ouled Arbia	ouled-arbia	14			35.0602	2.6019	4
14038	Touazi	touazi	14			34.954	2.3362	4
14038	Ouled Touafria	ouled-touafria	14			35.0071	2.4691	3
14038	Satif Zarech	satif-zarech	14			35.0071	2.4691	3
14038	Ouled Mehamada	ouled-mehamada	14			35.0071	2.4691	3
14038	Ouled Mahia	ouled-mahia	14			35.0071	2.4691	3
14038	Ouled Hadj Yahia	ouled-hadj-yahia	14			35.0071	2.4691	3
14038	Ouled Hadj Bachir	ouled-hadj-bachir	14			35.0071	2.4691	3
14038	Ouled Chaib	ouled-chaib	14			35.0071	2.4691	3
14038	Ouled Ben Salah	ouled-ben-salah	14			35.0071	2.4691	3
14038	Noufikha	noufikha	14			35.0071	2.4691	3
14038	Mekhatria	mekhatria	14			35.0071	2.4691	3
14038	Meharim	meharim	14			35.0071	2.4691	3
14038	Mehaka	mehaka	14			35.0071	2.4691	3
14038	Kherba	kherba	14			35.0071	2.4691	3
14038	Hassi Labiad	hassi-labiad	14			35.0071	2.4691	3
14038	Ghouiba	ghouiba	14			35.0071	2.4691	3
14038	Faidh Senagh	faidh-senagh	14			35.0071	2.4691	3
14038	El Moudjahed	el-moudjahed	14			35.0071	2.4691	3
14038	El Arara	el-arara	14			35.0071	2.4691	3
14038	Djenane	djenane	14			35.0071	2.4691	3
14038	Dakhla	dakhla	14			35.0071	2.4691	3
14038	Boumeiil	boumeiil	14			35.0071	2.4691	3
14038	Bouchouat	bouchouat	14			35.0071	2.4691	3
14038	Baira	baira	14			35.0071	2.4691	3
14038	Aouameur	aouameur	14			35.0071	2.4691	3
14038	Z'Malet Emir Abdelkader	z-malet-emir-abdelkader	14			35.0071	2.4691	3
14038	Zarich	zarich	14			35.0071	2.4691	3
14038	Ouled Saidane	ouled-saidane	14			35.0071	2.4691	3
14039	Ain Beida	ain-beida	14			35.0325	2.0572	1
14040	Aeroport Abdehafidh	aeroport-abdehafidh	14			35.2341	0.7956	1
14040	Ain Bouchekif	ain-bouchekif	14			35.2341	0.7956	1
14041	Ain Meriem	ain-meriem	14			35.2341	0.7956	1
14042	Ain Radjah	ain-radjah	14			35.2341	0.7956	1
14043	Ain Sebaine	ain-sebaine	14			35.2341	0.7956	1
14044	Ain Si Mesbah	ain-si-mesbah	14			35.2341	0.7956	1
14045	Bounoual	bounoual	14			35.2113	0.6526	4
14046	Chehaima	chehaima	14			35.2341	0.7956	1
14047	Dayet Terfes	dayet-terfes	14			35.2341	0.7956	1
14048	Beni Soltane	beni-soltane	14			35.2568	0.9387	4
14048	Djillali Benamar	djillali-benamar	14			35.2568	0.9387	3
14049	Faidja	faidja	14			35.2341	0.7956	1
14050	Frenda Emir Abdelkader	frenda-emir-abdelkader	14			35.1403	0.8933	1
14051	Fritissa	fritissa	14			35.1512	1.1642	4
14052	Kerroum Amar	kerroum-amar	14			35.1403	0.8933	1
14053	Kharrouba	kharrouba	14			35.1403	0.8933	1
14054	Kherbet Ouled Bouziane	kherbet-ouled-bouziane	14			35.1403	0.8933	1
14055	Madna	madna	14			35.1403	0.8933	1
14056	Mahdia Emir Abdelkader	mahdia-emir-abdelkader	14			35.1403	0.8933	1
14057	El Melaab	el-melaab	14			35.1293	0.6224	4
14058	Nadhorah	nadhorah	14			35.1403	0.8933	1
14059	Nador Menaouar	nador-menaouar	14			35.1403	0.8933	1
14060	Naima	naima	14			35.0756	0.9687	1
14061	Djebilet Rosfa	djebilet-rosfa	14			34.8637	0.835	4
14061	Rosfa	rosfa	14			34.8637	0.835	4
14062	Sebt	sebt	14			35.0756	0.9687	1
14063	Serguine	serguine	14			35.0756	0.9687	1
14063	Soutana	soutana	14			35.0756	0.9687	1
14063	Hamam Serguine	hamam-serguine	14			35.0756	0.9687	1
14064	Sidi Said	sidi-said	14			35.0756	0.9687	1
14064	Azioua	azioua	14			35.0756	0.9687	1
14064	Sidi Ali Mellal	sidi-ali-mellal	14			35.0756	0.9687	1
14064	Tiguermatine	tiguermatine	14			35.0756	0.9687	1
14065	Sidi Bakhti	sidi-bakhti	14			35.2394	0.9778	4
14066	Sougueur Cite Safa Abdelkader	sougueur-cite-safa-abdelkader	14			35.0756	0.9687	1
14067	Sougueur Amirouche	sougueur-amirouche	14			35.0756	0.9687	1
14068	Tagdempt	tagdempt	14			35.3354	1.2273	4
14069	Tazaka	tazaka	14			35.0756	0.9687	1
14070	Temda	temda	14			35.4791	1.1572	4
14071	Tidda	tidda	14			35.4791	1.1572	1
15000	Route Nationale N° 12	route-nationale-n-12	15			36.6161	4.3511	1
15000	Usine El Kechai	usine-el-kechai	15			36.6161	4.3511	1
15000	Tizi Ouzou Rp	tizi-ouzou-rp	15			36.6161	4.3511	1
15000	Tazmalt (Village)	tazmalt-village	15			36.6161	4.3511	1
15000	Tazmalt El Kef	tazmalt-el-kef	15			36.6161	4.3511	1
15000	Abid Chemlal	abid-chemlal	15			36.6161	4.3511	1
15000	Alma Aghouzfane	alma-aghouzfane	15			36.6161	4.3511	1
15000	Briqueterie Communale	briqueterie-communale	15			36.6161	4.3511	1
15000	Capcs Irdjen	capcs-irdjen	15			36.6161	4.3511	1
15000	Cfpa (Oued Aissi)	cfpa-oued-aissi	15			36.6161	4.3511	1
15000	Chabane (Ferme)	chabane-ferme	15			36.6161	4.3511	1
15000	Cimenterie Grande Kabylie	cimenterie-grande-kabylie	15			36.6161	4.3511	1
15000	Cite Des Jardins	cite-des-jardins	15			36.6161	4.3511	1
15000	El Kechai (Usine)	el-kechai-usine	15			36.6161	4.3511	1
15000	Embranchment Beni Douala	embranchment-beni-douala	15			36.6161	4.3511	1
15000	Ferme Ali Oubadache	ferme-ali-oubadache	15			36.6161	4.3511	1
15000	Ferme Ali Oulamara	ferme-ali-oulamara	15			36.6161	4.3511	1
15000	Ferme Chbane	ferme-chbane	15			36.6161	4.3511	1
15000	Ferme Derridj	ferme-derridj	15			36.6161	4.3511	1
15000	Ferme Hessen	ferme-hessen	15			36.6161	4.3511	1
15000	Ferme Ibazizene	ferme-ibazizene	15			36.6161	4.3511	1
15000	Ferme Kadri	ferme-kadri	15			36.6161	4.3511	1
15000	Fredj (Usine)	fredj-usine	15			36.6161	4.3511	1
15000	Huilerie	huilerie	15			36.6161	4.3511	1
15000	Kader Djilali	kader-djilali	15			36.6161	4.3511	1
15000	Kef Lahmar	kef-lahmar	15			36.6161	4.3511	1
15000	Lotissement Amirouche	lotissement-amirouche	15			36.6161	4.3511	1
15000	Lotissement Ibazizene	lotissement-ibazizene	15			36.6161	4.3511	1
15000	Maison Cantonniere	maison-cantonniere	15			36.6161	4.3511	1
15000	Oued Aissi	oued-aissi	15			36.6161	4.3511	1
15000	Parc Auto Materiel Apc	parc-auto-materiel-apc	15			36.6161	4.3511	1
15000	Rehahlia	rehahlia	15			36.6161	4.3511	1
15000	Sikh Oumedour (Village)	sikh-oumedour-village	15			36.6161	4.3511	1
15000	Statio Sonatrach	statio-sonatrach	15			36.6161	4.3511	1
15000	Tala Alam	tala-alam	15			36.6161	4.3511	1
15000	Usine Fredj	usine-fredj	15			36.6161	4.3511	1
15000	Usine Hamoudi	usine-hamoudi	15			36.6161	4.3511	1
15000	Village Bouilef	village-bouilef	15			36.6161	4.3511	1
15001	Fliki	fliki	15			36.7023	4.3672	4
15001	Tadert	tadert	15			36.7235	4.3697	3
15001	Azazga	azazga	15			36.7447	4.3722	4
15001	Tachrouft	tachrouft	15			36.7235	4.3697	3
15001	Ighil Bouzel	ighil-bouzel	15			36.7235	4.3697	3
15001	Ibelkissene	ibelkissene	15			36.7235	4.3697	3
15001	Hendou	hendou	15			36.7235	4.3697	3
15001	Si Mohand Said Ath Mokrane	si-mohand-said-ath-mokrane	15			36.7235	4.3697	3
15001	Tizi Bouchene	tizi-bouchene	15			36.7235	4.3697	3
15001	Bouilfene	bouilfene	15			36.7235	4.3697	3
15001	Boubroun	boubroun	15			36.7235	4.3697	3
15001	Agouni Guizene	agouni-guizene	15			36.7235	4.3697	3
15001	Ouarkik	ouarkik	15			36.7235	4.3697	3
15001	Imlel	imlel	15			36.7235	4.3697	3
15001	Ighil N'Salah	ighil-n-salah	15			36.7235	4.3697	3
15001	Ighil N'Fadh	ighil-n-fadh	15			36.7235	4.3697	3
15001	Ighil Kerboudj	ighil-kerboudj	15			36.7235	4.3697	3
15001	Thirsatine	thirsatine	15			36.7235	4.3697	3
15001	Thinsouine	thinsouine	15			36.7235	4.3697	3
15001	Thiachache	thiachache	15			36.7235	4.3697	3
15001	Thazaghart	thazaghart	15			36.7235	4.3697	3
15001	Ighil H'Boulene	ighil-h-boulene	15			36.7235	4.3697	3
15002	Tagounits	tagounits	15			36.5962	4.3672	4
15002	Ain El Hammam	ain-el-hammam	15			36.5647	4.3062	4
15002	Taka	taka	15			36.6067	4.3281	4
15002	Tililit	tililit	15			36.5666	4.2645	4
15002	Ighil Boughni	ighil-boughni	15			36.6137	4.3545	3
15002	Aourir	aourir	15			36.6631	4.428	4
15002	Tamazirt	tamazirt	15			36.6551	4.1463	4
15002	Ait Medjebar	ait-medjebar	15			36.6137	4.3545	3
15002	Ait Said	ait-said	15			36.619	4.4761	4
15002	Bougtoul	bougtoul	15			36.6137	4.3545	3
15002	Tamdjout	tamdjout	15			36.5527	4.2762	4
15002	Bouksir	bouksir	15			36.6137	4.3545	3
15002	Ait Sidi Said	ait-sidi-said	15			36.619	4.4761	4
15002	El Korne	el-korne	15			36.6137	4.3545	3
15002	Ait Ahmed	ait-ahmed	15			36.7968	4.5237	4
15002	Ighil Ahefad	ighil-ahefad	15			36.6137	4.3545	3
15002	Ait Ziri	ait-ziri	15			36.5772	4.3449	4
15002	Ighil Oussamer	ighil-oussamer	15			36.6137	4.3545	3
15002	Igoufaf	igoufaf	15			36.6176	4.3381	4
15002	Igoures	igoures	15			36.6137	4.3545	3
15002	Taguemount	taguemount	15			36.5974	4.3564	4
15002	Ihamachene	ihamachene	15			36.6137	4.3545	3
15002	Ait Mellal	ait-mellal	15			36.5595	4.3316	4
15002	Ikhef Oussameur	ikhef-oussameur	15			36.6137	4.3545	3
15002	Sidi Ali Ouyahia	sidi-ali-ouyahia	15			36.6137	4.3545	3
15002	Ait Mendil	ait-mendil	15			36.6137	4.3545	3
15002	Ait Zemh	ait-zemh	15			36.6137	4.3545	3
15002	Akar	akar	15			36.6137	4.3545	3
15002	Alma	alma	15			36.6137	4.3545	3
15002	Ait Ouali	ait-ouali	15			36.6137	4.3545	3
15002	Ait Haroun	ait-haroun	15			36.6137	4.3545	3
15002	Ait Si Ahmed	ait-si-ahmed	15			36.6137	4.3545	3
15002	Ait Si Amara	ait-si-amara	15			36.6137	4.3545	3
15002	Ait Tahar	ait-tahar	15			36.6137	4.3545	3
15002	Ait Yahia	ait-yahia	15			36.6137	4.3545	3
15002	Boudafel	boudafel	15			36.6137	4.3545	3
15002	Bouagache	bouagache	15			36.6137	4.3545	3
15002	Azrou Kollal	azrou-kollal	15			36.6137	4.3545	3
15002	Issendlen	issendlen	15			36.6137	4.3545	3
15002	Ait Hamou	ait-hamou	15			36.6137	4.3545	3
15002	Ait Hamadouche	ait-hamadouche	15			36.6137	4.3545	3
15002	Ait Halla	ait-halla	15			36.6137	4.3545	3
15002	Ait El Mahiou	ait-el-mahiou	15			36.6137	4.3545	3
15002	Ait El Djoudi	ait-el-djoudi	15			36.6137	4.3545	3
15002	Ait Djouadi	ait-djouadi	15			36.6137	4.3545	3
15002	Tazrout	tazrout	15			36.6137	4.3545	3
15002	Taskenfout	taskenfout	15			36.6137	4.3545	3
15002	Ait Djebara	ait-djebara	15			36.6137	4.3545	3
15002	Ait Daoud	ait-daoud	15			36.6137	4.3545	3
15002	Ait Cherif	ait-cherif	15			36.6137	4.3545	3
15002	Ait Brahim	ait-brahim	15			36.6137	4.3545	3
15002	Lemkharda	lemkharda	15			36.6137	4.3545	3
15002	Ait Boutchour	ait-boutchour	15			36.6137	4.3545	3
15002	Ait Boufares	ait-boufares	15			36.6137	4.3545	3
15002	Ait Bali	ait-bali	15			36.6137	4.3545	3
15002	Ait Antar	ait-antar	15			36.6137	4.3545	3
15002	Ait Adella	ait-adella	15			36.6137	4.3545	3
15002	Ait Abdellah	ait-abdellah	15			36.6137	4.3545	3
15002	Agouni Teslent	agouni-teslent	15			36.6137	4.3545	3
15002	Agouni Guessad	agouni-guessad	15			36.6137	4.3545	3
15002	Abi Youcef	abi-youcef	15			36.6137	4.3545	3
15002	Abdoune	abdoune	15			36.6137	4.3545	3
15002	Tasga Melloul	tasga-melloul	15			36.6137	4.3545	3
15002	Targoust	targoust	15			36.6137	4.3545	3
15002	Ouait Slid	ouait-slid	15			36.6137	4.3545	3
15002	Tabouhssent	tabouhssent	15			36.6137	4.3545	3
15002	Tachekirt	tachekirt	15			36.6137	4.3545	3
15002	Taghlidjt	taghlidjt	15			36.6137	4.3545	3
15002	Tagoulmit	tagoulmit	15			36.6137	4.3545	3
15002	Tagounsa	tagounsa	15			36.6137	4.3545	3
15002	Tamoukhrist	tamoukhrist	15			36.6137	4.3545	3
15002	Taouint Ouatar	taouint-ouatar	15			36.6137	4.3545	3
15002	Taouranine	taouranine	15			36.6137	4.3545	3
15002	Tifighout	tifighout	15			36.6137	4.3545	3
15002	Tigoulmimeth	tigoulmimeth	15			36.6137	4.3545	3
15002	Taourirt Amrane	taourirt-amrane	15			36.6137	4.3545	3
15003	Tirmitine	tirmitine	15			36.6539	3.9814	4
15003	Boghni	boghni	15			36.5422	3.9531	4
15003	Hotel El Arz	hotel-el-arz	15			36.5981	3.9672	3
15003	Azgouar	azgouar	15			36.5981	3.9672	3
15003	Capcs	capcs	15			36.5981	3.9672	3
15003	Cite 20 Logements	cite-20-logements	15			36.5981	3.9672	3
15003	Usine Javel	usine-javel	15			36.5981	3.9672	3
15003	Usine Hamoudi	usine-hamoudi	15			36.5981	3.9672	3
15003	Usine Ben Akli	usine-ben-akli	15			36.5981	3.9672	3
15003	Sonatrach	sonatrach	15			36.5981	3.9672	3
15003	Route Tala Guilef	route-tala-guilef	15			36.5981	3.9672	3
15003	Route Ichouaches	route-ichouaches	15			36.5981	3.9672	3
15003	Cite 250 Logements	cite-250-logements	15			36.5981	3.9672	3
15003	Cite 50 Villas	cite-50-villas	15			36.5981	3.9672	3
15003	Cite Chouhada	cite-chouhada	15			36.5981	3.9672	3
15003	Menuiserie Communale	menuiserie-communale	15			36.5981	3.9672	3
15003	Cite Eucalyptus	cite-eucalyptus	15			36.5981	3.9672	3
15003	Ferme Ayad	ferme-ayad	15			36.5981	3.9672	3
15003	Ferme Hamdaoui Et Ambar	ferme-hamdaoui-et-ambar	15			36.5981	3.9672	3
15003	Ferme Tabti	ferme-tabti	15			36.5981	3.9672	3
15003	Ferme Zerrouki	ferme-zerrouki	15			36.5981	3.9672	3
15003	Freme Rahmani	freme-rahmani	15			36.5981	3.9672	3
15003	Lycee Technique	lycee-technique	15			36.5981	3.9672	3
15003	Les Annassers	les-annassers	15			36.5981	3.9672	3
15004	Si Youcef (Domaine)	si-youcef-domaine	15			36.6161	4.3511	1
15004	Route T'Leta	route-t-leta	15			36.6161	4.3511	1
15004	Mouldiouane	mouldiouane	15			36.6161	4.3511	1
15004	Ighil Azougagh	ighil-azougagh	15			36.6161	4.3511	1
15004	Iferhatene	iferhatene	15			36.6161	4.3511	1
15004	Ferme Taddouimat	ferme-taddouimat	15			36.6161	4.3511	1
15004	Ferme Smail	ferme-smail	15			36.6161	4.3511	1
15004	Ferme Fali	ferme-fali	15			36.6161	4.3511	1
15004	Ferme Chahid Si Youcef	ferme-chahid-si-youcef	15			36.6161	4.3511	1
15004	Draa Ben Khedda	draa-ben-khedda	15			36.6161	4.3511	1
15004	Capra Bougdoura	capra-bougdoura	15			36.6161	4.3511	1
15004	Bouyadif	bouyadif	15			36.6161	4.3511	1
15004	Ain El Fassy	ain-el-fassy	15			36.6161	4.3511	1
15005	Caper (Cite)	caper-cite	15			36.6161	4.3511	1
15005	Draa El Mizan	draa-el-mizan	15			36.6161	4.3511	1
15005	Draa Sachem	draa-sachem	15			36.6161	4.3511	1
15005	Maamar	maamar	15			36.6161	4.3511	1
15005	Ouled Aissa	ouled-aissa	15			36.6161	4.3511	1
15006	Ait Ali	ait-ali	15			36.5637	4.4536	4
15006	El Hammam	el-hammam	15			36.5647	4.3062	4
15006	Imatoukene	imatoukene	15			36.5642	4.3799	3
15006	Imainserene	imainserene	15			36.5642	4.3799	3
15006	Arous	arous	15			36.5642	4.3799	3
15006	Boudjeha	boudjeha	15			36.5642	4.3799	3
15006	Ifnaien	ifnaien	15			36.5642	4.3799	3
15006	Ighil Bouhamama	ighil-bouhamama	15			36.5642	4.3799	3
15006	Ighil Tazert	ighil-tazert	15			36.5642	4.3799	3
15006	Ikhentachen	ikhentachen	15			36.5642	4.3799	3
15006	Ikhelidjene	ikhelidjene	15			36.5642	4.3799	3
15006	Issahnounene	issahnounene	15			36.5642	4.3799	3
15006	Agoulmime	agoulmime	15			36.5642	4.3799	3
15006	Affensou	affensou	15			36.5642	4.3799	3
15006	Afernakou	afernakou	15			36.5642	4.3799	3
15006	Aboudid	aboudid	15			36.5642	4.3799	3
15006	Aguemoune	aguemoune	15			36.5642	4.3799	3
15006	Taguemount Ihadadene	taguemount-ihadadene	15			36.5642	4.3799	3
15006	Taourirt Tala	taourirt-tala	15			36.5642	4.3799	3
15006	Tigrouine	tigrouine	15			36.5642	4.3799	3
15006	Zaabel	zaabel	15			36.5642	4.3799	3
15006	Tadert Bouada	tadert-bouada	15			36.5642	4.3799	3
15006	Taddert Oufella	taddert-oufella	15			36.5642	4.3799	3
15006	Sidi Yakoub	sidi-yakoub	15			36.5642	4.3799	3
15006	Larba Nath Irathen	larba-nath-irathen	15			36.5642	4.3799	3
15006	Iroubah	iroubah	15			36.5642	4.3799	3
15007	Tizi Ouzou Anane Rabah	tizi-ouzou-anane-rabah	15			36.6161	4.3511	1
15008	Tizi Ouzou Chikh Amar	tizi-ouzou-chikh-amar	15			36.6161	4.3511	1
15009	Ait Sidi Amar	ait-sidi-amar	15			36.619	4.4761	4
15009	Tizouine	tizouine	15			36.6167	4.4833	4
15009	Takoucht	takoucht	15			36.5848	4.4847	4
15009	Sahel	sahel	15			36.5995	4.4608	4
15009	Ait Ikene	ait-ikene	15			36.6078	4.4762	3
15009	Ait Said	ait-said	15			36.619	4.4761	4
15009	Ait Mizere	ait-mizere	15			36.6078	4.4762	3
15009	Ait El Korne	ait-el-korne	15			36.6078	4.4762	3
15009	Taourirt	taourirt	15			36.6078	4.4762	3
15009	Bouzeguene Centre	bouzeguene-centre	15			36.6078	4.4762	3
15009	Ibekarene	ibekarene	15			36.6078	4.4762	3
15009	Ibouysfene	ibouysfene	15			36.6078	4.4762	3
15009	Ighil Tizi Boa	ighil-tizi-boa	15			36.6078	4.4762	3
15009	Ikoussa	ikoussa	15			36.6078	4.4762	3
15009	Ihitoussene	ihitoussene	15			36.6078	4.4762	3
15009	Ait Ikhlef	ait-ikhlef	15			36.6078	4.4762	3
15010	El Kelaa	el-kelaa	15			36.8478	4.1207	4
15010	Azeffoun	azeffoun	15			36.8931	4.42	4
15010	Taguemount Abbache	taguemount-abbache	15			36.8617	4.365	3
15010	Ait Illoul	ait-illoul	15			36.8617	4.384	4
15010	Tifrest	tifrest	15			36.869	4.4433	4
15010	Tiza	tiza	15			36.8617	4.365	3
15010	Tidmimine	tidmimine	15			36.8477	4.4415	4
15010	Tifeziouine	tifeziouine	15			36.8617	4.365	3
15010	Achouba	achouba	15			36.8511	4.3804	4
15010	Tazaghart	tazaghart	15			36.8617	4.365	3
15010	Tala Haddid	tala-haddid	15			36.8617	4.365	3
15010	Taincert	taincert	15			36.8617	4.365	3
15010	Taguemount Boudrar	taguemount-boudrar	15			36.8617	4.365	3
15010	Sidi Korchi	sidi-korchi	15			36.8617	4.365	3
15010	Oumadene	oumadene	15			36.8617	4.365	3
15010	Mellata	mellata	15			36.8617	4.365	3
15010	Kanis	kanis	15			36.8617	4.365	3
15010	Imouloudene	imouloudene	15			36.8617	4.365	3
15010	Imidexene	imidexene	15			36.8617	4.365	3
15010	Ijanathene	ijanathene	15			36.8617	4.365	3
15010	Ihamziouene	ihamziouene	15			36.8617	4.365	3
15010	Ighil Oumalou	ighil-oumalou	15			36.8617	4.365	3
15010	Ighil Amar Ouyahia	ighil-amar-ouyahia	15			36.8617	4.365	3
15010	Iberhoutene	iberhoutene	15			36.8617	4.365	3
15010	Gherrou	gherrou	15			36.8617	4.365	3
15010	Ferme Fellag Meziane	ferme-fellag-meziane	15			36.8617	4.365	3
15010	Ferme Boussoulem	ferme-boussoulem	15			36.8617	4.365	3
15010	El Khibia	el-khibia	15			36.8617	4.365	3
15010	El Keria	el-keria	15			36.8617	4.365	3
15010	Cote Bitar	cote-bitar	15			36.8617	4.365	3
15010	Cheurfa Haut	cheurfa-haut	15			36.8617	4.365	3
15010	Cheurfa Bas	cheurfa-bas	15			36.8617	4.365	3
15010	Caroubier (Plage)	caroubier-plage	15			36.8617	4.365	3
15010	Zitouna	zitouna	15			36.8617	4.365	3
15010	Village Azeffoun	village-azeffoun	15			36.8617	4.365	3
15010	Bouchiboune	bouchiboune	15			36.8617	4.365	3
15010	Bezerka	bezerka	15			36.8617	4.365	3
15010	Azib Sahel	azib-sahel	15			36.8617	4.365	3
15010	Azib Chabelais	azib-chabelais	15			36.8617	4.365	3
15010	Ait Si Yahia	ait-si-yahia	15			36.8617	4.365	3
15010	Ait Rehouna	ait-rehouna	15			36.8617	4.365	3
15010	Ait Ouandelous	ait-ouandelous	15			36.8617	4.365	3
15010	Ait Ouaissa	ait-ouaissa	15			36.8617	4.365	3
15010	Ait Neayeme	ait-neayeme	15			36.8617	4.365	3
15010	Ait Leghzel	ait-leghzel	15			36.8617	4.365	3
15010	Agouni N'Rihane	agouni-n-rihane	15			36.8617	4.365	3
15010	Aghoulide	aghoulide	15			36.8617	4.365	3
15010	Abbeche	abbeche	15			36.8617	4.365	3
15011	Taboudrist	taboudrist	15			36.6457	4.0987	4
15011	Ighil	ighil	15			36.6326	4.0908	3
15011	Beni Douala	beni-douala	15			36.6195	4.0828	4
15011	El Had Imitouche	el-had-imitouche	15			36.6326	4.0908	3
15011	Boudahmane	boudahmane	15			36.6326	4.0908	3
15011	Amane Irouraghene	amane-irouraghene	15			36.6326	4.0908	3
15011	Amsioune	amsioune	15			36.6326	4.0908	3
15011	Ighil Mimoun	ighil-mimoun	15			36.6326	4.0908	3
15011	Ait Hellal	ait-hellal	15			36.6326	4.0908	3
15011	Ighil Hamou	ighil-hamou	15			36.6326	4.0908	3
15011	Ait Sidi Salem	ait-sidi-salem	15			36.6326	4.0908	3
15011	Ait Bouyahia	ait-bouyahia	15			36.6326	4.0908	3
15011	Ait Bouali	ait-bouali	15			36.6326	4.0908	3
15011	Ait Ali Ouali	ait-ali-ouali	15			36.6326	4.0908	3
15011	Ighil Nasfah	ighil-nasfah	15			36.6326	4.0908	3
15011	Ikharbane	ikharbane	15			36.6326	4.0908	3
15011	Ikhouchatene	ikhouchatene	15			36.6326	4.0908	3
15011	Sidi Messaoud	sidi-messaoud	15			36.6326	4.0908	3
15011	Taddert Oufella	taddert-oufella	15			36.6326	4.0908	3
15011	Tala Khelil	tala-khelil	15			36.6326	4.0908	3
15011	Tamaghoucht	tamaghoucht	15			36.6326	4.0908	3
15011	Timengnounine	timengnounine	15			36.6326	4.0908	3
15011	Tissouikine	tissouikine	15			36.6326	4.0908	3
15012	Freha	freha	15			36.7523	4.3155	4
15012	Melaghni	melaghni	15			36.7523	4.3155	3
15012	Ferme Guendoul	ferme-guendoul	15			36.7523	4.3155	3
15012	Ferme Hadj Mehand	ferme-hadj-mehand	15			36.7523	4.3155	3
15012	Mahdjouba	mahdjouba	15			36.7523	4.3155	3
15012	Relais Nafta (Scarna)	relais-nafta-scarna	15			36.7523	4.3155	3
15012	Baagou	baagou	15			36.7523	4.3155	3
15012	Boutouf	boutouf	15			36.7523	4.3155	3
15012	Domaine Ait M'Hand	domaine-ait-m-hand	15			36.7523	4.3155	3
15012	Domaine Ait Youcef	domaine-ait-youcef	15			36.7523	4.3155	3
15012	Domaine Chaoufa	domaine-chaoufa	15			36.7523	4.3155	3
15012	Domaine Moussalha	domaine-moussalha	15			36.7523	4.3155	3
15012	Domaine Si Mouloud	domaine-si-mouloud	15			36.7523	4.3155	3
15012	El Madjene	el-madjene	15			36.7523	4.3155	3
15012	Sonelec (Ouarkik)	sonelec-ouarkik	15			36.7523	4.3155	3
15012	Seraoua	seraoua	15			36.7523	4.3155	3
15013	Iferhounene	iferhounene	15			36.5167	4.3833	4
15013	Tirourda	tirourda	15			36.4808	4.2959	4
15013	Lazib Zoubga	lazib-zoubga	15			36.4988	4.3396	3
15013	Ikhdachene	ikhdachene	15			36.4988	4.3396	3
15013	Iberlkissene	iberlkissene	15			36.4988	4.3396	3
15013	Ibar Bar	ibar-bar	15			36.4988	4.3396	3
15013	Bouaidel	bouaidel	15			36.4988	4.3396	3
15013	Bechar	bechar	15			36.4988	4.3396	3
15013	Azib Zoubga	azib-zoubga	15			36.4988	4.3396	3
15013	Ait Iddir Ouali	ait-iddir-ouali	15			36.4988	4.3396	3
15013	Ait Hamou	ait-hamou	15			36.4988	4.3396	3
15013	Ait Enzer	ait-enzer	15			36.4988	4.3396	3
15013	Ait El Mansour	ait-el-mansour	15			36.4988	4.3396	3
15013	Ait Atsou	ait-atsou	15			36.4988	4.3396	3
15013	Ait Arbi	ait-arbi	15			36.4988	4.3396	3
15013	Ait Ali Ouyahia	ait-ali-ouyahia	15			36.4988	4.3396	3
15013	Ahdouche	ahdouche	15			36.4988	4.3396	3
15013	Ait Saci	ait-saci	15			36.4988	4.3396	3
15013	Ait Ihaouameur	ait-ihaouameur	15			36.4988	4.3396	3
15013	Tikilsa	tikilsa	15			36.4988	4.3396	3
15013	Taourirt Ali Ounacer	taourirt-ali-ounacer	15			36.4988	4.3396	3
15013	Soumeur	soumeur	15			36.4988	4.3396	3
15013	Menia	menia	15			36.4988	4.3396	3
15013	Imerzouagh	imerzouagh	15			36.4988	4.3396	3
15014	Tigrine	tigrine	15			36.8452	4.5741	4
15014	Mekla	mekla	15			36.6818	4.2638	4
15014	Tala N'Zaouche	tala-n-zaouche	15			36.7635	4.4189	3
15014	Chaib	chaib	15			36.7635	4.4189	3
15014	Chaoufa	chaoufa	15			36.7635	4.4189	3
15014	Lanasser	lanasser	15			36.7635	4.4189	3
15014	Taourirt Aden	taourirt-aden	15			36.7635	4.4189	3
15014	Mesloub	mesloub	15			36.7635	4.4189	3
15015	Taguemount	taguemount	15			36.5974	4.3564	4
15015	Tiroual	tiroual	15			36.5	4.2128	4
15015	Ait Abbas	ait-abbas	15			36.54	4.2108	4
15015	Zahloun	zahloun	15			36.5458	4.26	3
15015	Timeghras	timeghras	15			36.5458	4.26	3
15015	Tikidount	tikidount	15			36.5458	4.26	3
15015	Tikichourt	tikichourt	15			36.5458	4.26	3
15015	Tigounsert	tigounsert	15			36.5458	4.26	3
15015	Tighemounine	tighemounine	15			36.5458	4.26	3
15015	Taourirt	taourirt	15			36.5458	4.26	3
15015	Tahechet	tahechet	15			36.5458	4.26	3
15015	Ouacif	ouacif	15			36.5458	4.26	3
15015	Tizi Malal	tizi-malal	15			36.5458	4.26	3
15015	Mecherek	mecherek	15			36.5458	4.26	3
15015	Zaknoun	zaknoun	15			36.5458	4.26	3
15015	Zoubga	zoubga	15			36.5458	4.26	3
15015	Agouni Fourou	agouni-fourou	15			36.5458	4.26	3
15015	Ait Abdellali	ait-abdellali	15			36.5458	4.26	3
15015	Ait Sid Atmane	ait-sid-atmane	15			36.5458	4.26	3
15015	Ait Abdelouahab	ait-abdelouahab	15			36.5458	4.26	3
15015	Ait Agad	ait-agad	15			36.5458	4.26	3
15015	Ait Ouahlane	ait-ouahlane	15			36.5458	4.26	3
15015	Bouabderrahmane	bouabderrahmane	15			36.5458	4.26	3
15015	Iguer Adloune	iguer-adloune	15			36.5458	4.26	3
15016	Ouadhia	ouadhia	15			36.5561	4.0897	4
15016	Ecart Ait El Kaid	ecart-ait-el-kaid	15			36.5561	4.0897	3
15016	Ecart Eucalyptus	ecart-eucalyptus	15			36.5561	4.0897	3
15016	Ferme Amrani Et Rezik	ferme-amrani-et-rezik	15			36.5561	4.0897	3
15016	Lycee Nouveau	lycee-nouveau	15			36.5561	4.0897	3
15016	Centre Artisanal	centre-artisanal	15			36.5561	4.0897	3
15016	Cite Abane Ramdane	cite-abane-ramdane	15			36.5561	4.0897	3
15016	Cite Des 104 Logements	cite-des-104-logements	15			36.5561	4.0897	3
15016	Moulin De Douni Louifi	moulin-de-douni-louifi	15			36.5561	4.0897	3
15016	Cite Tikiouecht	cite-tikiouecht	15			36.5561	4.0897	3
15016	Ecart Agouni Gueghrane	ecart-agouni-gueghrane	15			36.5561	4.0897	3
15016	Polyclinique	polyclinique	15			36.5561	4.0897	3
15017	Ait Zaim	ait-zaim	15			36.6077	3.9772	4
15017	Ait Ahmed	ait-ahmed	15			36.7968	4.5237	4
15017	Maatka	maatka	15			36.7586	4.2101	3
15017	Cheurfa	cheurfa	15			36.8715	4.1294	4
15017	Imghiten	imghiten	15			36.7586	4.2101	3
15017	Ighil Aouene	ighil-aouene	15			36.7586	4.2101	3
15017	Ighil Zegoughane	ighil-zegoughane	15			36.7586	4.2101	3
15017	Ighil Oussiouane	ighil-oussiouane	15			36.7586	4.2101	3
15017	Tizra Ouhadri	tizra-ouhadri	15			36.7586	4.2101	3
15017	Tizi Menous	tizi-menous	15			36.7586	4.2101	3
15017	Ait Abdellah	ait-abdellah	15			36.7586	4.2101	3
15017	Iaziten	iaziten	15			36.7586	4.2101	3
15017	Ait Ahmes Ifrekh	ait-ahmes-ifrekh	15			36.7586	4.2101	3
15017	Ait Aissa Ouziane	ait-aissa-ouziane	15			36.7586	4.2101	3
15017	Ait Ali Gueghzar	ait-ali-gueghzar	15			36.7586	4.2101	3
15017	Tichabadine	tichabadine	15			36.7586	4.2101	3
15017	Iakouchene	iakouchene	15			36.7586	4.2101	3
15017	Ghebdoussa	ghebdoussa	15			36.7586	4.2101	3
15017	Ait Halima	ait-halima	15			36.7586	4.2101	3
15017	Ait Ifrek	ait-ifrek	15			36.7586	4.2101	3
15017	Ait Idjet	ait-idjet	15			36.7586	4.2101	3
15017	Ait Mahiout	ait-mahiout	15			36.7586	4.2101	3
15017	Bouhamdoune	bouhamdoune	15			36.7586	4.2101	3
15017	Bourhamou	bourhamou	15			36.7586	4.2101	3
15017	Cherkia	cherkia	15			36.7586	4.2101	3
15017	El Bir	el-bir	15			36.7586	4.2101	3
15017	Tala Hamou	tala-hamou	15			36.7586	4.2101	3
15017	Takhribt	takhribt	15			36.7586	4.2101	3
15017	Tadjiout	tadjiout	15			36.7586	4.2101	3
15017	Souk El Khemis	souk-el-khemis	15			36.7586	4.2101	3
15017	Melbane	melbane	15			36.7586	4.2101	3
15018	Taguerroudjt	taguerroudjt	15			36.7246	4.2706	1
15018	Abl 1	abl-1	15			36.7246	4.2706	1
15018	Afir 2	afir-2	15			36.7246	4.2706	1
15018	Ait Hamou	ait-hamou	15			36.7246	4.2706	1
15018	Beni Ouarzeddine	beni-ouarzeddine	15			36.7246	4.2706	1
15018	Bent Chakal	bent-chakal	15			36.7246	4.2706	1
15018	Bouzouyene	bouzouyene	15			36.7246	4.2706	1
15018	El Med'L	el-med-l	15			36.7246	4.2706	1
15018	Lazib Igherviene	lazib-igherviene	15			36.7246	4.2706	1
15018	Tadmait	tadmait	15			36.7246	4.2706	1
15018	Tizi Bouadou	tizi-bouadou	15			36.7246	4.2706	1
15018	Yanene	yanene	15			36.7246	4.2706	1
15019	Cheurfa	cheurfa	15			36.8715	4.1294	4
15019	Tigzirt	tigzirt	15			36.8886	4.1198	4
15019	Ifighou	ifighou	15			36.88	4.1246	3
15019	Abla	abla	15			36.88	4.1246	3
15019	Village El Azaib	village-el-azaib	15			36.88	4.1246	3
15019	Agouni Rihane	agouni-rihane	15			36.88	4.1246	3
15019	Ighzer Hatouch	ighzer-hatouch	15			36.88	4.1246	3
15019	Attouri	attouri	15			36.88	4.1246	3
15019	Tala Toghrast	tala-toghrast	15			36.88	4.1246	3
15019	Tassalast (Village)	tassalast-village	15			36.88	4.1246	3
15019	Tibecharine	tibecharine	15			36.88	4.1246	3
15019	Mazer (Village)	mazer-village	15			36.88	4.1246	3
15019	Village Feraoun	village-feraoun	15			36.88	4.1246	3
15019	Ferme Moulay	ferme-moulay	15			36.88	4.1246	3
15019	Village Tikiouache	village-tikiouache	15			36.88	4.1246	3
15020	Cite Nord	cite-nord	15			36.6862	4.3301	1
15020	Cite Darak El Watani	cite-darak-el-watani	15			36.6862	4.3301	1
15020	Delsi	delsi	15			36.6862	4.3301	1
15020	Domaine Ali Mellah	domaine-ali-mellah	15			36.6862	4.3301	1
15020	Entreprise Ecopotra	entreprise-ecopotra	15			36.6862	4.3301	1
15020	Lotissement 5 Juillet	lotissement-5-juillet	15			36.6862	4.3301	1
15020	Ait Toualilt	ait-toualilt	15			36.6862	4.3301	1
15020	Propriete Saber	propriete-saber	15			36.6862	4.3301	1
15020	Tala Mokrane	tala-mokrane	15			36.6862	4.3301	1
15020	Tazekrit	tazekrit	15			36.6862	4.3301	1
15020	Tizi Gheniff	tizi-gheniff	15			36.6862	4.3301	1
15020	Usine Snmc	usine-snmc	15			36.6862	4.3301	1
15020	Azoumbi	azoumbi	15			36.6862	4.3301	1
15020	Allel	allel	15			36.6862	4.3301	1
15020	Barar	barar	15			36.6862	4.3301	1
15020	Begas	begas	15			36.6862	4.3301	1
15020	Boubaghla	boubaghla	15			36.6862	4.3301	1
15020	Bourrage N°5	bourrage-n-5	15			36.6862	4.3301	1
15020	Centre Avicole	centre-avicole	15			36.6862	4.3301	1
15020	Cite 1 Er Novembre	cite-1-er-novembre	15			36.6862	4.3301	1
15020	Sendia	sendia	15			36.6862	4.3301	1
15020	Lotissement Chabane	lotissement-chabane	15			36.6862	4.3301	1
15020	Lotissement Lekhal	lotissement-lekhal	15			36.6862	4.3301	1
15020	Lotissement Ouali	lotissement-ouali	15			36.6862	4.3301	1
15020	Lotissement Saber	lotissement-saber	15			36.6862	4.3301	1
15020	Lourika	lourika	15			36.6862	4.3301	1
15020	Marabout (Cite)	marabout-cite	15			36.6862	4.3301	1
15020	Medah	medah	15			36.6862	4.3301	1
15020	Ouled Ahmed	ouled-ahmed	15			36.6862	4.3301	1
15020	Ourzedine	ourzedine	15			36.6862	4.3301	1
15020	Propriete Ouali	propriete-ouali	15			36.6862	4.3301	1
15021	Tizi Ouzou 20 Aout	tizi-ouzou-20-aout	15			36.6862	4.3301	1
15022	Tamassit	tamassit	15			36.8	4.35	4
15022	Ibskriene	ibskriene	15			36.8001	4.3279	3
15022	Timiloust	timiloust	15			36.7928	4.3567	4
15022	Cheurfa Bourzik	cheurfa-bourzik	15			36.8001	4.3279	3
15022	Aghrib	aghrib	15			36.7936	4.3116	4
15022	Adrar	adrar	15			36.814	4.2934	4
15022	Dispensaire	dispensaire	15			36.8001	4.3279	3
15022	El Haddoud	el-haddoud	15			36.8001	4.3279	3
15022	Houbli	houbli	15			36.8001	4.3279	3
15022	Ichekaben	ichekaben	15			36.8001	4.3279	3
15022	Ighil Mahni	ighil-mahni	15			36.8001	4.3279	3
15022	Yagachen	yagachen	15			36.8001	4.3279	3
15022	Tazrout	tazrout	15			36.8001	4.3279	3
15022	Taourirt Ibaoune	taourirt-ibaoune	15			36.8001	4.3279	3
15022	Taouidiouine	taouidiouine	15			36.8001	4.3279	3
15022	Taboudoucht	taboudoucht	15			36.8001	4.3279	3
15022	Nador	nador	15			36.8001	4.3279	3
15022	Agraradj	agraradj	15			36.8001	4.3279	3
15022	Ait Bouali	ait-bouali	15			36.8001	4.3279	3
15022	Ait Ouchene	ait-ouchene	15			36.8001	4.3279	3
15022	Ajrar	ajrar	15			36.8001	4.3279	3
15022	Boubkeur	boubkeur	15			36.8001	4.3279	3
15022	Boudjellil	boudjellil	15			36.8001	4.3279	3
15022	Iziriouene	iziriouene	15			36.8001	4.3279	3
15022	Issoumatn	issoumatn	15			36.8001	4.3279	3
15022	Imekhlef	imekhlef	15			36.8001	4.3279	3
15022	Ihnouchene	ihnouchene	15			36.8001	4.3279	3
15022	Centre Enep	centre-enep	15			36.8001	4.3279	3
15023	Ait Slimane	ait-slimane	15			36.826	4.4746	4
15023	Tafsa Boumad	tafsa-boumad	15			36.826	4.4746	3
15023	Agouni Gherghar	agouni-gherghar	15			36.826	4.4746	3
15023	Agouni Gueghrane	agouni-gueghrane	15			36.826	4.4746	3
15023	Ait El Kaid	ait-el-kaid	15			36.826	4.4746	3
15023	Ait Ighil	ait-ighil	15			36.826	4.4746	3
15023	Tizi Mellal	tizi-mellal	15			36.826	4.4746	3
15023	Ait Ouahmed	ait-ouahmed	15			36.826	4.4746	3
15023	Azaghar	azaghar	15			36.826	4.4746	3
15023	Azouzene	azouzene	15			36.826	4.4746	3
15023	Ecole Azounene	ecole-azounene	15			36.826	4.4746	3
15023	Quatre Chemins	quatre-chemins	15			36.826	4.4746	3
15024	Tizi Guefres	tizi-guefres	15			36.5635	4.4041	4
15024	Ait Ouatas	ait-ouatas	15			36.5635	4.4041	3
15024	Tanalt	tanalt	15			36.5635	4.4041	3
15024	Kerrouche	kerrouche	15			36.5635	4.4041	3
15024	Imsouhal	imsouhal	15			36.5635	4.4041	3
15024	Iguer Lakrar	iguer-lakrar	15			36.5635	4.4041	3
15024	Ighil Igoulmimene	ighil-igoulmimene	15			36.5635	4.4041	3
15024	Boumessaoud	boumessaoud	15			36.5635	4.4041	3
15024	Timirghout	timirghout	15			36.5635	4.4041	3
15024	Timouras	timouras	15			36.5635	4.4041	3
15024	Tizi Boufed	tizi-boufed	15			36.5635	4.4041	3
15024	Akseur	akseur	15			36.5635	4.4041	3
15024	Ahfir	ahfir	15			36.5635	4.4041	3
15024	Ait El Bachir	ait-el-bachir	15			36.5635	4.4041	3
15024	Agouni Ouadallah	agouni-ouadallah	15			36.5635	4.4041	3
15024	Boulmaiz	boulmaiz	15			36.5635	4.4041	3
15024	Azaghar	azaghar	15			36.5635	4.4041	3
15024	Ait Meddour	ait-meddour	15			36.5635	4.4041	3
15024	Ait Youcef Ouali	ait-youcef-ouali	15			36.5635	4.4041	3
15025	Ait Khalfa	ait-khalfa	15			36.5122	4.0809	4
15025	Ait Djemaa	ait-djemaa	15			36.5037	4.0552	4
15025	Ait Bouadou	ait-bouadou	15			36.508	4.068	3
15025	Ait Douala	ait-douala	15			36.508	4.068	3
15025	Ait El Mansour	ait-el-mansour	15			36.508	4.068	3
15025	Tizi Bouklane	tizi-bouklane	15			36.508	4.068	3
15025	Tamkalbout	tamkalbout	15			36.508	4.068	3
15025	Tala Naim	tala-naim	15			36.508	4.068	3
15025	Takharadjit	takharadjit	15			36.508	4.068	3
15025	La Cite	la-cite	15			36.508	4.068	3
15025	Ait Mallem	ait-mallem	15			36.508	4.068	3
15025	Ait Oulhadj	ait-oulhadj	15			36.508	4.068	3
15025	Ait Yerane	ait-yerane	15			36.508	4.068	3
15025	El Faniche	el-faniche	15			36.508	4.068	3
15025	Ibadissen	ibadissen	15			36.508	4.068	3
15025	Ighil Bourmi	ighil-bourmi	15			36.508	4.068	3
15025	Iguer Zougaghene	iguer-zougaghene	15			36.508	4.068	3
15025	Laazib	laazib	15			36.508	4.068	3
15025	Ait Amar	ait-amar	15			36.508	4.068	3
15026	Tamecift	tamecift	15			36.6862	4.3301	1
15026	Tagheraft	tagheraft	15			36.6862	4.3301	1
15026	Taddert Oufella	taddert-oufella	15			36.6862	4.3301	1
15026	Soumas	soumas	15			36.6862	4.3301	1
15026	Lanassir	lanassir	15			36.6862	4.3301	1
15026	Boukellal	boukellal	15			36.6862	4.3301	1
15026	Boudjana	boudjana	15			36.6862	4.3301	1
15026	Assi Youcef	assi-youcef	15			36.6862	4.3301	1
15026	Ait Messaoud	ait-messaoud	15			36.6862	4.3301	1
15026	Ait Lahouari	ait-lahouari	15			36.6862	4.3301	1
15026	Ait Idja	ait-idja	15			36.6862	4.3301	1
15026	Ait Hagoun	ait-hagoun	15			36.6862	4.3301	1
15026	Ait El Kacem	ait-el-kacem	15			36.6862	4.3301	1
15026	Ait El Hadj	ait-el-hadj	15			36.6862	4.3301	1
15026	Ait El Bour	ait-el-bour	15			36.6862	4.3301	1
15026	Ait El Anasir	ait-el-anasir	15			36.6862	4.3301	1
15026	Ait Boudouala	ait-boudouala	15			36.6862	4.3301	1
15026	Ait Bouchama	ait-bouchama	15			36.6862	4.3301	1
15026	Agouni Amar	agouni-amar	15			36.6862	4.3301	1
15026	Tikssray	tikssray	15			36.6862	4.3301	1
15027	Afir	afir	15			36.571	4.3897	4
15027	Ait Slimane	ait-slimane	15			36.826	4.4746	4
15027	Tala Rabets	tala-rabets	15			36.6985	4.4321	3
15027	Tarikht	tarikht	15			36.6985	4.4321	3
15027	Ait Ouacif	ait-ouacif	15			36.6985	4.4321	3
15027	Ait Yahia Moussa	ait-yahia-moussa	15			36.6985	4.4321	3
15027	Rabets	rabets	15			36.6985	4.4321	3
15027	Tachtiouine	tachtiouine	15			36.6985	4.4321	3
15027	Tala Oughanime	tala-oughanime	15			36.6985	4.4321	3
15027	Agouni Ahcene	agouni-ahcene	15			36.6985	4.4321	3
15027	Ait Moh Kaci	ait-moh-kaci	15			36.6985	4.4321	3
15027	Ait Rahmoune	ait-rahmoune	15			36.6985	4.4321	3
15027	Ighil Bir	ighil-bir	15			36.6985	4.4321	3
15027	Ibouhren	ibouhren	15			36.6985	4.4321	3
15027	Ihadjamene	ihadjamene	15			36.6985	4.4321	3
15027	Imezoughen	imezoughen	15			36.6985	4.4321	3
15027	Imoulak	imoulak	15			36.6985	4.4321	3
15028	Ait Kheir	ait-kheir	15			36.632	4.3096	4
15028	Sahel	sahel	15			36.5995	4.4608	4
15028	Hicham	hicham	15			36.6158	4.3852	3
15028	Bouachir	bouachir	15			36.6158	4.3852	3
15028	Akerrou	akerrou	15			36.6158	4.3852	3
15028	Meghira	meghira	15			36.6158	4.3852	3
15028	Ait Khelili	ait-khelili	15			36.6158	4.3852	3
15029	Ait Amrane	ait-amrane	15			36.6862	4.3301	1
15029	Ighil El Mal	ighil-el-mal	15			36.6862	4.3301	1
15029	Affedrik	affedrik	15			36.6862	4.3301	1
15029	Aglagal	aglagal	15			36.6862	4.3301	1
15029	Ait Anane	ait-anane	15			36.6862	4.3301	1
15029	Ait Lounes	ait-lounes	15			36.6862	4.3301	1
15029	Akendjour	akendjour	15			36.6862	4.3301	1
15029	Alma Beni Zmenzer	alma-beni-zmenzer	15			36.6862	4.3301	1
15029	Beni Z'Menzer	beni-z-menzer	15			36.6862	4.3301	1
15029	Iguelfane	iguelfane	15			36.6862	4.3301	1
15029	Melloul	melloul	15			36.6862	4.3301	1
15029	Ouaneche	ouaneche	15			36.6862	4.3301	1
15029	Tighilt El Mal	tighilt-el-mal	15			36.6862	4.3301	1
15030	Taourirt Mimoun	taourirt-mimoun	15			36.5703	4.2017	4
15030	Taourirt Issoulas	taourirt-issoulas	15			36.5703	4.2017	3
15030	Tansaout	tansaout	15			36.5703	4.2017	3
15030	Cite Des 28 Logements	cite-des-28-logements	15			36.5703	4.2017	3
15030	Beni Yenni	beni-yenni	15			36.5703	4.2017	3
15030	Auberge De Beni Yenni	auberge-de-beni-yenni	15			36.5703	4.2017	3
15030	Ait Larbaa	ait-larbaa	15			36.5703	4.2017	3
15030	Ait Lahcene	ait-lahcene	15			36.5703	4.2017	3
15030	Agouni Ahmed	agouni-ahmed	15			36.5703	4.2017	3
15030	Tourirt El Hadjadj	tourirt-el-hadjadj	15			36.5703	4.2017	3
15030	Taourirt Khelf	taourirt-khelf	15			36.5703	4.2017	3
15031	Afir	afir	15			36.8052	4.1672	4
15031	Ait Hamidouche	ait-hamidouche	15			36.8066	4.1663	3
15031	Boudjima	boudjima	15			36.8022	4.1519	4
15031	Imsalitene	imsalitene	15			36.8167	4.1833	4
15031	Takhamt El Djir	takhamt-el-djir	15			36.8066	4.1663	3
15031	Isseradjene	isseradjene	15			36.8023	4.1628	4
15031	Tala Taghla	tala-taghla	15			36.8066	4.1663	3
15031	Yafadjene	yafadjene	15			36.8066	4.1663	3
15031	Tarihant	tarihant	15			36.8066	4.1663	3
15031	Tikaatine	tikaatine	15			36.8066	4.1663	3
15031	Tissegouine	tissegouine	15			36.8066	4.1663	3
15031	Ibalitene	ibalitene	15			36.8066	4.1663	3
15031	Ichetouanen	ichetouanen	15			36.8066	4.1663	3
15031	Ait Amar Moussa	ait-amar-moussa	15			36.8066	4.1663	3
15031	Ighzer Nekba	ighzer-nekba	15			36.8066	4.1663	3
15032	Aourir	aourir	15			36.6631	4.428	4
15032	Ait Kanane	ait-kanane	15			36.5663	4.1792	3
15032	Halouane	halouane	15			36.4696	3.9304	4
15032	Zarour	zarour	15			36.5663	4.1792	3
15032	Tizi Medene	tizi-medene	15			36.5663	4.1792	3
15032	Ikhelfounene	ikhelfounene	15			36.5663	4.1792	3
15032	Tizi El Had	tizi-el-had	15			36.5663	4.1792	3
15032	Tamdjirt	tamdjirt	15			36.5663	4.1792	3
15032	Tamaloust	tamaloust	15			36.5663	4.1792	3
15032	Tala Oulili	tala-oulili	15			36.5663	4.1792	3
15032	Tala Khalouf	tala-khalouf	15			36.5663	4.1792	3
15032	Mezaourou	mezaourou	15			36.5663	4.1792	3
15032	Amalou	amalou	15			36.5663	4.1792	3
15032	Azaghar	azaghar	15			36.5663	4.1792	3
15032	Baali	baali	15			36.5663	4.1792	3
15032	Bounouh	bounouh	15			36.5663	4.1792	3
15032	Bouzoula	bouzoula	15			36.5663	4.1792	3
15032	Chebaba	chebaba	15			36.5663	4.1792	3
15032	Ibouhatene	ibouhatene	15			36.5663	4.1792	3
15032	Idjebaren	idjebaren	15			36.5663	4.1792	3
15032	Ait Telha	ait-telha	15			36.5663	4.1792	3
15032	Ait Si Ali	ait-si-ali	15			36.5663	4.1792	3
15032	Ait Merdja	ait-merdja	15			36.5663	4.1792	3
15033	Ait Braham	ait-braham	15			36.7497	4.1454	4
15033	Igounane Ameur	igounane-ameur	15			36.7438	4.1227	4
15033	Agouni Tiguits	agouni-tiguits	15			36.7804	4.1296	3
15033	El Kelaa	el-kelaa	15			36.8478	4.1207	4
15033	Timli	timli	15			36.7804	4.1296	3
15033	Agouni Taga	agouni-taga	15			36.7804	4.1296	3
15033	Akar Damoune	akar-damoune	15			36.7804	4.1296	3
15033	Arkoub Tbarda	arkoub-tbarda	15			36.7804	4.1296	3
15033	Assema	assema	15			36.7804	4.1296	3
15033	Bello	bello	15			36.7804	4.1296	3
15033	Djebel Aissa Mimoun	djebel-aissa-mimoun	15			36.7804	4.1296	3
15033	Agharmiou	agharmiou	15			36.7804	4.1296	3
15033	Grand Remblai	grand-remblai	15			36.7804	4.1296	3
15033	Ihouna	ihouna	15			36.7804	4.1296	3
15033	Ikhlouiene	ikhlouiene	15			36.7804	4.1296	3
15033	Leghrous	leghrous	15			36.7804	4.1296	3
15033	Lekhali	lekhali	15			36.7804	4.1296	3
15033	Levdahi	levdahi	15			36.7804	4.1296	3
15033	Lhara Oufella	lhara-oufella	15			36.7804	4.1296	3
15033	Mendjah	mendjah	15			36.7804	4.1296	3
15033	Oumelil	oumelil	15			36.7804	4.1296	3
15033	Tala Abad	tala-abad	15			36.7804	4.1296	3
15033	Tala Guehia	tala-guehia	15			36.7804	4.1296	3
15033	Tala Ililane	tala-ililane	15			36.7804	4.1296	3
15033	Tibaranine	tibaranine	15			36.7804	4.1296	3
15033	Tighilt Gaghzar	tighilt-gaghzar	15			36.7804	4.1296	3
15033	Timdjadh	timdjadh	15			36.7804	4.1296	3
15033	Timzyt	timzyt	15			36.7804	4.1296	3
15033	Timizar Boualim	timizar-boualim	15			36.7804	4.1296	3
15034	Djemaa Saharidj	djemaa-saharidj	15			36.6782	4.2892	4
15035	Tala Gala	tala-gala	15			36.6834	4.4125	4
15035	Ifigha	ifigha	15			36.6711	4.4114	4
15036	Tifirit	tifirit	15			36.6501	4.505	3
15036	Ait Aicha	ait-aicha	15			36.6501	4.505	4
15036	Ighil Boukiassa	ighil-boukiassa	15			36.6501	4.505	3
15036	Ighraiene	ighraiene	15			36.6501	4.505	3
15036	Iguersafene	iguersafene	15			36.6501	4.505	3
15036	Bouaoun	bouaoun	15			36.6501	4.505	3
15036	Mehaga	mehaga	15			36.6501	4.505	3
15036	Idjeur	idjeur	15			36.6501	4.505	3
15037	Azerou	azerou	15			36.7093	4.4658	4
15037	Ifilkout	ifilkout	15			36.7093	4.4658	3
15037	Iguefilene	iguefilene	15			36.7093	4.4658	3
15037	Taghezout	taghezout	15			36.7093	4.4658	3
15037	Ait Sider	ait-sider	15			36.7093	4.4658	3
15037	Ait Aissa Ouyahia	ait-aissa-ouyahia	15			36.7093	4.4658	3
15037	Illilten	illilten	15			36.7093	4.4658	3
15037	Zoubga	zoubga	15			36.7093	4.4658	3
15037	Ihadadene	ihadadene	15			36.7093	4.4658	3
15038	Tabouda	tabouda	15			36.568	4.435	4
15038	Ait Lahcene	ait-lahcene	15			36.559	4.4342	3
15038	Agoussim	agoussim	15			36.55	4.4333	4
15038	Ait Ali Oumouhand	ait-ali-oumouhand	15			36.559	4.4342	3
15038	Abourghres	abourghres	15			36.559	4.4342	3
15038	Igreb	igreb	15			36.559	4.4342	3
15038	Igraouene	igraouene	15			36.559	4.4342	3
15038	Takhlidjt	takhlidjt	15			36.559	4.4342	3
15038	Souk El Khemis	souk-el-khemis	15			36.559	4.4342	3
15038	Maraghna	maraghna	15			36.559	4.4342	3
15038	Lemsella	lemsella	15			36.559	4.4342	3
15038	Iloula Oumalou	iloula-oumalou	15			36.559	4.4342	3
15038	Ikherdouchene	ikherdouchene	15			36.559	4.4342	3
15038	Ihamziene	ihamziene	15			36.559	4.4342	3
15038	Ighil Gueltounene	ighil-gueltounene	15			36.559	4.4342	3
15038	Hidjeb	hidjeb	15			36.559	4.4342	3
15039	Tamazirt	tamazirt	15			36.6551	4.1463	4
15039	Ait Halli	ait-halli	15			36.6517	4.1403	4
15039	Boudjellil	boudjellil	15			36.6534	4.1433	3
15039	Adni	adni	15			36.6534	4.1433	3
15039	Ait Aouamar	ait-aouamar	15			36.6534	4.1433	3
15039	Ait Hague	ait-hague	15			36.6534	4.1433	3
15039	Ait Said Ouzegane	ait-said-ouzegane	15			36.6534	4.1433	3
15039	Ait Yakoub	ait-yakoub	15			36.6534	4.1433	3
15039	Bousmahel	bousmahel	15			36.6534	4.1433	3
15039	El Babe	el-babe	15			36.6534	4.1433	3
15039	El Had	el-had	15			36.6534	4.1433	3
15039	Ibahlal	ibahlal	15			36.6534	4.1433	3
15039	Ighil Ifiras	ighil-ifiras	15			36.6534	4.1433	3
15039	Ighil Nesouk	ighil-nesouk	15			36.6534	4.1433	3
15039	Irdjen	irdjen	15			36.6534	4.1433	3
15039	Issedarene	issedarene	15			36.6534	4.1433	3
15039	Mahriz	mahriz	15			36.6534	4.1433	3
15039	Taghanimt	taghanimt	15			36.6534	4.1433	3
15039	Tazeka Zitoun	tazeka-zitoun	15			36.6534	4.1433	3
15039	Thajroute	thajroute	15			36.6534	4.1433	3
15040	Ait Sidi Said	ait-sidi-said	15			36.619	4.4761	4
15040	Ait Brahem	ait-brahem	15			36.619	4.4761	3
15040	Ibdache	ibdache	15			36.619	4.4761	3
15040	Ighil Ferhat	ighil-ferhat	15			36.619	4.4761	3
15040	Ikarmoudene	ikarmoudene	15			36.619	4.4761	3
15040	Imaloussene	imaloussene	15			36.619	4.4761	3
15040	Tighilt Ferhat	tighilt-ferhat	15			36.619	4.4761	3
15040	Iadjmat	iadjmat	15			36.619	4.4761	3
15040	Tikentert	tikentert	15			36.619	4.4761	3
15040	Izarazene	izarazene	15			36.619	4.4761	3
15040	Kef El Gharbi	kef-el-gharbi	15			36.619	4.4761	3
15040	Souk El Haad	souk-el-haad	15			36.619	4.4761	3
15040	Taouint	taouint	15			36.619	4.4761	3
15040	Tazelmat	tazelmat	15			36.619	4.4761	3
15040	Tighilt	tighilt	15			36.619	4.4761	3
15040	Iamrache	iamrache	15			36.619	4.4761	3
15040	Ibazizene	ibazizene	15			36.619	4.4761	3
15040	Boushil	boushil	15			36.619	4.4761	3
15040	Boukharouba	boukharouba	15			36.619	4.4761	3
15040	Boudrar	boudrar	15			36.619	4.4761	3
15040	Athmou Ougherbi	athmou-ougherbi	15			36.619	4.4761	3
15040	Ait Rabah	ait-rabah	15			36.619	4.4761	3
15040	Ait Moussa	ait-moussa	15			36.619	4.4761	3
15040	Ait Mansour	ait-mansour	15			36.619	4.4761	3
15041	Izaichene	izaichene	15			36.6435	4.2861	1
15041	Ichikar	ichikar	15			36.6435	4.2861	1
15041	Makouda	makouda	15			36.6435	4.2861	1
15041	Tazibt	tazibt	15			36.6435	4.2861	1
15041	Tinakachine	tinakachine	15			36.6435	4.2861	1
15041	Ait Fares	ait-fares	15			36.6435	4.2861	1
15042	Mechtras	mechtras	15			36.5435	3.9981	4
15042	Tazerout	tazerout	15			36.5437	4.3305	4
15042	Thabarakt	thabarakt	15			36.5436	4.1643	3
15042	Tala Oughelid	tala-oughelid	15			36.5436	4.1643	3
15042	Ait Ali Ouaissa	ait-ali-ouaissa	15			36.5436	4.1643	3
15042	Hasnaoua	hasnaoua	15			36.5436	4.1643	3
15042	Iouadhiyen	iouadhiyen	15			36.5436	4.1643	3
15042	Imeghras	imeghras	15			36.5436	4.1643	3
15042	Ikesraouyen	ikesraouyen	15			36.5436	4.1643	3
15042	Ighil Ajemi	ighil-ajemi	15			36.5436	4.1643	3
15042	Igharsathen	igharsathen	15			36.5436	4.1643	3
15042	Ain Sultan	ain-sultan	15			36.5436	4.1643	3
15042	Bouaben	bouaben	15			36.5436	4.1643	3
15042	Anar Karrou	anar-karrou	15			36.5436	4.1643	3
15042	Ait Bouhamsi	ait-bouhamsi	15			36.5436	4.1643	3
15042	Bouakala	bouakala	15			36.5436	4.1643	3
15042	Ait Kaci	ait-kaci	15			36.5436	4.1643	3
15042	Alma N'Dinar	alma-n-dinar	15			36.5436	4.1643	3
15042	Charha	charha	15			36.5436	4.1643	3
15042	Djamaa Boghni	djamaa-boghni	15			36.5436	4.1643	3
15042	Ait Aoumrane	ait-aoumrane	15			36.5436	4.1643	3
15042	Belataf	belataf	15			36.5436	4.1643	3
15042	Villa Si Ahmed Tayeb	villa-si-ahmed-tayeb	15			36.5436	4.1643	3
15042	Villa Amrouni Ait Imghour	villa-amrouni-ait-imghour	15			36.5436	4.1643	3
15042	Thinekache	thinekache	15			36.5436	4.1643	3
15042	Thiguemi	thiguemi	15			36.5436	4.1643	3
15042	Thighouza	thighouza	15			36.5436	4.1643	3
15042	Thakaats	thakaats	15			36.5436	4.1643	3
15042	Thahechat	thahechat	15			36.5436	4.1643	3
15042	Thaghouardhemt	thaghouardhemt	15			36.5436	4.1643	3
15043	Village Agricole	village-agricole	15			36.6435	4.2861	1
15043	Aouicha	aouicha	15			36.6435	4.2861	1
15043	Bordj Sebaou	bordj-sebaou	15			36.6435	4.2861	1
15043	Bouheraoua	bouheraoua	15			36.6435	4.2861	1
15043	Kettous	kettous	15			36.6435	4.2861	1
15043	Ouled Ouaret	ouled-ouaret	15			36.6435	4.2861	1
15043	Sidi Naamane	sidi-naamane	15			36.6435	4.2861	1
15043	Zimoula	zimoula	15			36.6435	4.2861	1
15043	Sidi Naamane (Ferme)	sidi-naamane-ferme	15			36.6435	4.2861	1
15044	Ait Sidi Amar	ait-sidi-amar	15			36.619	4.4761	4
15044	Iatarene	iatarene	15			36.6303	4.4089	3
15044	Souama	souama	15			36.6417	4.3416	4
15044	Ait Boufares	ait-boufares	15			36.6303	4.4089	3
15044	Ait Cherif	ait-cherif	15			36.6303	4.4089	3
15044	Ait Hala	ait-hala	15			36.6303	4.4089	3
15044	Ait Hamadouche	ait-hamadouche	15			36.6303	4.4089	3
15044	Ait Ouadjouadi	ait-ouadjouadi	15			36.6303	4.4089	3
15044	Ait Sahnoune	ait-sahnoune	15			36.6303	4.4089	3
15044	Bouatba	bouatba	15			36.6303	4.4089	3
15044	Timtangal	timtangal	15			36.6303	4.4089	3
15044	Tagelt	tagelt	15			36.6303	4.4089	3
15044	Oumadene	oumadene	15			36.6303	4.4089	3
15044	Lemghozli	lemghozli	15			36.6303	4.4089	3
15044	Iguer Guedminene	iguer-guedminene	15			36.6303	4.4089	3
15045	Tizi Hibel	tizi-hibel	15			36.597	4.117	4
15045	Tagragra	tagragra	15			36.597	4.117	3
15045	Agouni Arous	agouni-arous	15			36.597	4.117	3
15045	Agouni Bouzel	agouni-bouzel	15			36.597	4.117	3
15045	Ait Larbi	ait-larbi	15			36.597	4.117	3
15045	Ait Mahmoud	ait-mahmoud	15			36.597	4.117	3
15045	Ait Tayeb	ait-tayeb	15			36.597	4.117	3
15045	Cite Takrart	cite-takrart	15			36.597	4.117	3
15045	Tagemount Azouz	tagemount-azouz	15			36.597	4.117	3
15045	Takrart Tizi N'Takht	takrart-tizi-n-takht	15			36.597	4.117	3
15045	Taourirt Moussa	taourirt-moussa	15			36.597	4.117	3
15045	Timergueste	timergueste	15			36.597	4.117	3
15046	Kahra	kahra	15			36.7263	4.2602	4
15046	Tamda	tamda	15			36.7052	4.1916	4
15046	Lazib Cheraioua	lazib-cheraioua	15			36.7157	4.2259	3
15046	Imzizou	imzizou	15			36.7157	4.2259	3
15046	El Hamri	el-hamri	15			36.7157	4.2259	3
15046	Nezla	nezla	15			36.7157	4.2259	3
15046	Taboukert	taboukert	15			36.7157	4.2259	3
15046	Taouint Oulakhrif	taouint-oulakhrif	15			36.7157	4.2259	3
15046	Timezguida	timezguida	15			36.7157	4.2259	3
15046	Zone Des Parcs	zone-des-parcs	15			36.7157	4.2259	3
15046	Kef El Aogab	kef-el-aogab	15			36.7157	4.2259	3
15046	Guendoul	guendoul	15			36.7157	4.2259	3
15046	Boubzara	boubzara	15			36.7157	4.2259	3
15047	Tala Aachrine	tala-aachrine	15			36.5637	4.4536	3
15047	Ait Ali	ait-ali	15			36.5637	4.4536	4
15047	Tahechat	tahechat	15			36.5637	4.4536	3
15047	Imaadene	imaadene	15			36.5637	4.4536	3
15047	Illoulithen	illoulithen	15			36.5637	4.4536	3
15047	Ihadourene	ihadourene	15			36.5637	4.4536	3
15047	Idouchouten	idouchouten	15			36.5637	4.4536	3
15047	Igdourene	igdourene	15			36.5637	4.4536	3
15047	Ighedabene	ighedabene	15			36.5637	4.4536	3
15047	Irhalene	irhalene	15			36.5637	4.4536	3
15047	Imlikchene	imlikchene	15			36.5637	4.4536	3
15047	Tighilt Oukerrouche	tighilt-oukerrouche	15			36.5637	4.4536	3
15047	Tighilt Bougheni	tighilt-bougheni	15			36.5637	4.4536	3
15047	Taremant	taremant	15			36.5637	4.4536	3
15047	Talazizt	talazizt	15			36.5637	4.4536	3
15047	Taamanat	taamanat	15			36.5637	4.4536	3
15047	Harchaou	harchaou	15			36.5637	4.4536	3
15047	Mahnouche	mahnouche	15			36.5637	4.4536	3
15047	Ibouhamene	ibouhamene	15			36.5637	4.4536	3
15047	Djerrah	djerrah	15			36.5637	4.4536	3
15047	Bour Ighil	bour-ighil	15			36.5637	4.4536	3
15047	Boughzal	boughzal	15			36.5637	4.4536	3
15047	Ait Tantast	ait-tantast	15			36.5637	4.4536	3
15047	Ait Ouakli	ait-ouakli	15			36.5637	4.4536	3
15047	Ait Messaoud	ait-messaoud	15			36.5637	4.4536	3
15047	Ait Harount	ait-harount	15			36.5637	4.4536	3
15047	Ait Amarat	ait-amarat	15			36.5637	4.4536	3
15047	Mkira	mkira	15			36.5637	4.4536	3
15047	Ibeggachene	ibeggachene	15			36.5637	4.4536	3
15047	Izeyanene	izeyanene	15			36.5637	4.4536	3
15047	Iaakref	iaakref	15			36.5637	4.4536	3
15047	Iamourene	iamourene	15			36.5637	4.4536	3
15047	Ibahrizene	ibahrizene	15			36.5637	4.4536	3
15048	Tikobain	tikobain	15			36.7634	4.1653	4
15048	Ouaguenoun	ouaguenoun	15			36.7634	4.1653	3
15048	Azib Ou Haddad	azib-ou-haddad	15			36.7634	4.1653	3
15048	Sidi Lahbib	sidi-lahbib	15			36.7634	4.1653	3
15048	Tahanout	tahanout	15			36.7634	4.1653	3
15048	Tala Bouaraben	tala-bouaraben	15			36.7634	4.1653	3
15048	Azib Oufella	azib-oufella	15			36.7634	4.1653	3
15048	Tala Oufella	tala-oufella	15			36.7634	4.1653	3
15048	Tamarabte	tamarabte	15			36.7634	4.1653	3
15048	Adjerouit	adjerouit	15			36.7634	4.1653	3
15048	Ait Ouchelli	ait-ouchelli	15			36.7634	4.1653	3
15048	Tanadjalt	tanadjalt	15			36.7634	4.1653	3
15048	Mechahi	mechahi	15			36.7634	4.1653	3
15048	Zeboudja	zeboudja	15			36.7634	4.1653	3
15048	Taouint Amar	taouint-amar	15			36.7634	4.1653	3
15048	Alma Loucif	alma-loucif	15			36.7634	4.1653	3
15048	Lakhemis N'Salem	lakhemis-n-salem	15			36.7634	4.1653	3
15048	El Mas	el-mas	15			36.7634	4.1653	3
15048	Boubchicha	boubchicha	15			36.7634	4.1653	3
15048	Khechabna	khechabna	15			36.7634	4.1653	3
15048	Kherba	kherba	15			36.7634	4.1653	3
15049	Ait Slimane	ait-slimane	15			36.826	4.4746	4
15049	Ait Ali	ait-ali	15			36.5637	4.4536	4
15049	Tadert Tamoukrant	tadert-tamoukrant	15			36.6812	4.3032	3
15049	Tirmitine	tirmitine	15			36.6539	3.9814	4
15049	Tighchache	tighchache	15			36.6812	4.3032	3
15049	Aberkane	aberkane	15			36.6812	4.3032	3
15049	Ain Meziab	ain-meziab	15			36.6812	4.3032	3
15049	Ait Amar	ait-amar	15			36.6812	4.3032	3
15049	Ait Oumeziane	ait-oumeziane	15			36.6812	4.3032	3
15049	Amegdoul	amegdoul	15			36.6812	4.3032	3
15049	Arrour	arrour	15			36.6812	4.3032	3
15049	Azemour Oumerieme	azemour-oumerieme	15			36.6812	4.3032	3
15049	Boudahar	boudahar	15			36.6812	4.3032	3
15049	Cite El Bordj	cite-el-bordj	15			36.6812	4.3032	3
15049	Iachiouene	iachiouene	15			36.6812	4.3032	3
15049	Ighil Lazib	ighil-lazib	15			36.6812	4.3032	3
15049	Laksar	laksar	15			36.6812	4.3032	3
15049	Larkoub	larkoub	15			36.6812	4.3032	3
15049	Lemcha	lemcha	15			36.6812	4.3032	3
15049	M'Youguer	m-youguer	15			36.6812	4.3032	3
15049	Ourti Bouakache	ourti-bouakache	15			36.6812	4.3032	3
15049	Tabouctchaout	tabouctchaout	15			36.6812	4.3032	3
15049	Tisselmine	tisselmine	15			36.6812	4.3032	3
15049	Tadjenant	tadjenant	15			36.6812	4.3032	3
15049	Tala Boumlil	tala-boumlil	15			36.6812	4.3032	3
15049	Tassadort	tassadort	15			36.6812	4.3032	3
15049	Tazroute	tazroute	15			36.6812	4.3032	3
15049	Toudeft	toudeft	15			36.6812	4.3032	3
15050	Tizi N'Tleta	tizi-n-tleta	15			36.5457	4.0571	4
15050	Ighil Imoula	ighil-imoula	15			36.5457	4.0571	3
15050	El Kantra	el-kantra	15			36.5457	4.0571	3
15050	Alma Aissi	alma-aissi	15			36.5457	4.0571	3
15050	Ait Ouali	ait-ouali	15			36.5457	4.0571	3
15050	Ait El Hadj Ali	ait-el-hadj-ali	15			36.5457	4.0571	3
15050	Ait Abed	ait-abed	15			36.5457	4.0571	3
15050	Acif Boulma	acif-boulma	15			36.5457	4.0571	3
15050	Taghza Athmane	taghza-athmane	15			36.5457	4.0571	3
15050	Magzelmal	magzelmal	15			36.5457	4.0571	3
15050	Les Fermes Tizi N'Tleta	les-fermes-tizi-n-tleta	15			36.5457	4.0571	3
15051	Tizi Rached	tizi-rached	15			36.6718	4.1918	4
15051	Ighil Oumchedal	ighil-oumchedal	15			36.7078	4.1573	3
15051	Igounane	igounane	15			36.7438	4.1227	4
15051	Cheraouia	cheraouia	15			36.7078	4.1573	3
15051	Bouzbibi	bouzbibi	15			36.7078	4.1573	3
15051	Boushal	boushal	15			36.7078	4.1573	3
15051	Bouchefia	bouchefia	15			36.7078	4.1573	3
15051	Belias	belias	15			36.7078	4.1573	3
15051	Amalou	amalou	15			36.7078	4.1573	3
15051	Agouni Djelbane	agouni-djelbane	15			36.7078	4.1573	3
15051	Ait Bouatemane	ait-bouatemane	15			36.7078	4.1573	3
15051	Tizanaghine	tizanaghine	15			36.7078	4.1573	3
15051	Ait Namani	ait-namani	15			36.7078	4.1573	3
15051	Tamamart	tamamart	15			36.7078	4.1573	3
15051	Tamadazt	tamadazt	15			36.7078	4.1573	3
15051	Tala Ouanour	tala-ouanour	15			36.7078	4.1573	3
15051	Takaats	takaats	15			36.7078	4.1573	3
15051	Ikhribene	ikhribene	15			36.7078	4.1573	3
15051	Ecole Ighil Oum'Chedal	ecole-ighil-oum-chedal	15			36.7078	4.1573	3
15052	Taguemount	taguemount	15			36.5974	4.3564	4
15052	Ait Hamza	ait-hamza	15			36.6897	4.4123	3
15052	Yakouren	yakouren	15			36.7305	4.4365	4
15052	Ait Bouhini	ait-bouhini	15			36.6897	4.4123	3
15052	Ait Aouana	ait-aouana	15			36.7343	4.5293	4
15052	Hadjadj	hadjadj	15			36.5621	4.2115	4
15052	Ait Ali Ouhand	ait-ali-ouhand	15			36.6897	4.4123	3
15052	Ait Aissi	ait-aissi	15			36.7699	4.4361	4
15052	Lemsara	lemsara	15			36.6897	4.4123	3
15052	Tougana	tougana	15			36.7441	4.5042	4
15052	Loubar	loubar	15			36.6897	4.4123	3
15052	Maagache	maagache	15			36.6897	4.4123	3
15052	Ighdfene	ighdfene	15			36.6897	4.4123	3
15052	Oulmatene	oulmatene	15			36.6897	4.4123	3
15052	Tahguent	tahguent	15			36.6897	4.4123	3
15052	Tahnacht	tahnacht	15			36.6897	4.4123	3
15052	Tamliht	tamliht	15			36.6897	4.4123	3
15052	Ibelaidene	ibelaidene	15			36.6897	4.4123	3
15052	Taourirte	taourirte	15			36.6897	4.4123	3
15052	Col De Tagma	col-de-tagma	15			36.6897	4.4123	3
15052	Tighilt Bouksas	tighilt-bouksas	15			36.6897	4.4123	3
15052	Tinsaouine	tinsaouine	15			36.6897	4.4123	3
15052	Boumansour	boumansour	15			36.6897	4.4123	3
15052	Begoug	begoug	15			36.6897	4.4123	3
15052	Tiquidiouine	tiquidiouine	15			36.6897	4.4123	3
15052	Ighil	ighil	15			36.6897	4.4123	3
15052	Tizi N'Tghidet	tizi-n-tghidet	15			36.6897	4.4123	3
15052	Iguer Atmane	iguer-atmane	15			36.6897	4.4123	3
15052	Lagzira	lagzira	15			36.6897	4.4123	3
15053	Imaghras	imaghras	15			36.6429	4.2421	1
15053	Yatafene	yatafene	15			36.6429	4.2421	1
15053	Souk El Djemaa	souk-el-djemaa	15			36.6429	4.2421	1
15054	Ait Mansour Ouahmed	ait-mansour-ouahmed	15			36.6451	4.2601	3
15054	Tiliouine	tiliouine	15			36.6451	4.2601	3
15054	Amazoul	amazoul	15			36.6451	4.2601	4
15054	Taliouine	taliouine	15			36.6451	4.2601	3
15054	Ait Moussa	ait-moussa	15			36.6451	4.2601	3
15054	Ait Aiche Ouahmed	ait-aiche-ouahmed	15			36.6451	4.2601	3
15054	Agouni Bouafir	agouni-bouafir	15			36.6451	4.2601	3
15055	Tablabalt	tablabalt	15			36.6429	4.2421	1
15055	Abouda Oufella	abouda-oufella	15			36.6429	4.2421	1
15055	Agouni Bouragh	agouni-bouragh	15			36.6429	4.2421	1
15055	Ait Ouamalou	ait-ouamalou	15			36.6429	4.2421	1
15055	Abouda Bouada	abouda-bouada	15			36.6429	4.2421	1
15056	Ain Zaouia	ain-zaouia	15			36.5483	3.8942	4
15056	Mechmel	mechmel	15			36.5483	3.8942	3
15056	Bouhamou	bouhamou	15			36.5483	3.8942	3
15056	Azib N'Chikh	azib-n-chikh	15			36.5483	3.8942	3
15057	Ait Berdjal	ait-berdjal	15			36.5697	4.1246	4
15057	Ait Challala	ait-challala	15			36.5697	4.1246	3
15057	Tikioucht	tikioucht	15			36.5697	4.1246	3
15057	Taourirt Abdellah	taourirt-abdellah	15			36.5697	4.1246	3
15057	Issly Moussi	issly-moussi	15			36.5697	4.1246	3
15057	Ighil Igoulmimene	ighil-igoulmimene	15			36.5697	4.1246	3
15057	Boukhilal	boukhilal	15			36.5697	4.1246	3
15057	Ait Hellal	ait-hellal	15			36.5697	4.1246	3
15057	Ait Abdelkrim	ait-abdelkrim	15			36.5697	4.1246	3
15057	Adrar Amellal	adrar-amellal	15			36.5697	4.1246	3
15058	Tighilt Oumezir	tighilt-oumezir	15			36.6429	4.2421	1
15058	Ait Moussa	ait-moussa	15			36.6429	4.2421	1
15058	Tassoukit	tassoukit	15			36.6429	4.2421	1
15058	Ait Abdelmoumene	ait-abdelmoumene	15			36.6429	4.2421	1
15058	Taddert Oufella	taddert-oufella	15			36.6429	4.2421	1
15058	Ighil Nait Chila	ighil-nait-chila	15			36.6429	4.2421	1
15058	Ighabiene	ighabiene	15			36.6429	4.2421	1
15059	Ait Meraou	ait-meraou	15			36.6133	4.26	4
15059	Aguemoun Izem	aguemoun-izem	15			36.5998	4.271	4
15059	Tassaft Guezra	tassaft-guezra	15			36.6059	4.1874	3
15059	Cheurfa	cheurfa	15			36.604	3.9971	4
15059	Ighil Tiguemoumine	ighil-tiguemoumine	15			36.6059	4.1874	3
15059	Ait Mimoun	ait-mimoun	15			36.6065	4.2214	4
15059	Icheridene	icheridene	15			36.6059	4.1874	3
15059	Ait Agouacha	ait-agouacha	15			36.6059	4.1874	3
15059	Ait Hamou	ait-hamou	15			36.6059	4.1874	3
15059	El Misser	el-misser	15			36.6059	4.1874	3
15059	Yahlem	yahlem	15			36.6059	4.1874	3
15059	Agouni Bouslen	agouni-bouslen	15			36.6059	4.1874	3
15059	Timlaline	timlaline	15			36.6059	4.1874	3
15060	Tigrine	tigrine	15			36.8452	4.5741	4
15060	Koudiat	koudiat	15			36.8011	4.5203	4
15060	Tagemount Boufrane	tagemount-boufrane	15			36.7468	4.4797	3
15060	Tafraout	tafraout	15			36.5942	4.3448	4
15060	Ibahrizene	ibahrizene	15			36.7468	4.4797	3
15060	Ibdassen Bas	ibdassen-bas	15			36.7468	4.4797	3
15060	Ibdassen Haut	ibdassen-haut	15			36.7468	4.4797	3
15060	Ibouache	ibouache	15			36.7468	4.4797	3
15060	Taguemount Izamene	taguemount-izamene	15			36.7468	4.4797	3
15060	Ichalalene	ichalalene	15			36.7468	4.4797	3
15060	Indjrmenane	indjrmenane	15			36.7468	4.4797	3
15060	Ihamdouchene	ihamdouchene	15			36.7468	4.4797	3
15060	Ighil Ali	ighil-ali	15			36.7468	4.4797	3
15060	Oulkhou	oulkhou	15			36.7468	4.4797	3
15060	Bouboudi	bouboudi	15			36.7468	4.4797	3
15060	Ait Ali Oulmahdi	ait-ali-oulmahdi	15			36.7468	4.4797	3
15060	Ait Ali Ouabdellah	ait-ali-ouabdellah	15			36.7468	4.4797	3
15060	Agouni Mahiou	agouni-mahiou	15			36.7468	4.4797	3
15060	Akham Ouchambith	akham-ouchambith	15			36.7468	4.4797	3
15060	Ait Hamad	ait-hamad	15			36.7468	4.4797	3
15060	Ighil Azouzene	ighil-azouzene	15			36.7468	4.4797	3
15060	Ighil Bouzid	ighil-bouzid	15			36.7468	4.4797	3
15060	Ighil M'Hand	ighil-m-hand	15			36.7468	4.4797	3
15060	Ighoudjdal	ighoudjdal	15			36.7468	4.4797	3
15060	Ighzer Mahcene	ighzer-mahcene	15			36.7468	4.4797	3
15060	Djamaa	djamaa	15			36.7468	4.4797	3
15060	Ait Chaffa	ait-chaffa	15			36.7468	4.4797	3
15060	Agoulmime Guighil	agoulmime-guighil	15			36.7468	4.4797	3
15060	Boundjaa	boundjaa	15			36.7468	4.4797	3
15061	Ait Saada	ait-saada	15			36.5241	4.2783	4
15061	Tazaghart	tazaghart	15			36.5241	4.2783	3
15061	Ait Alaoua	ait-alaoua	15			36.5241	4.2783	3
15061	Ait Daoud	ait-daoud	15			36.5241	4.2783	3
15061	Darna	darna	15			36.5241	4.2783	3
15062	Ait Said	ait-said	15			36.619	4.4761	4
15062	Mizrana	mizrana	15			36.6323	4.3948	3
15062	Tala Testane	tala-testane	15			36.6323	4.3948	3
15062	Iguerguires	iguerguires	15			36.6323	4.3948	3
15062	El Klaa	el-klaa	15			36.6456	4.3134	4
15062	Izerouil	izerouil	15			36.6323	4.3948	3
15062	Akhandok	akhandok	15			36.6323	4.3948	3
15062	Ait Iftene	ait-iftene	15			36.6323	4.3948	3
15062	Tarcift	tarcift	15			36.6323	4.3948	3
15062	Tala Mimoune	tala-mimoune	15			36.6323	4.3948	3
15062	Rabat	rabat	15			36.6323	4.3948	3
15063	Ait Toudert	ait-toudert	15			36.6914	4.3784	1
15064	Ihasounene	ihasounene	15			36.6914	4.3784	1
15064	Haddouda	haddouda	15			36.6914	4.3784	1
15064	Attouche	attouche	15			36.6914	4.3784	1
15064	Ait Ouazene	ait-ouazene	15			36.6914	4.3784	1
15064	Ain Larbaa	ain-larbaa	15			36.6914	4.3784	1
15064	Agouni Nali Bouzid	agouni-nali-bouzid	15			36.6914	4.3784	1
15064	Agouni Bouaklane	agouni-bouaklane	15			36.6914	4.3784	1
15064	Izeroukene	izeroukene	15			36.6914	4.3784	1
15064	Tarbnt	tarbnt	15			36.6914	4.3784	1
15064	Tassedart	tassedart	15			36.6914	4.3784	1
15064	Tighoulmamine	tighoulmamine	15			36.6914	4.3784	1
15064	Tighilt Nelouh	tighilt-nelouh	15			36.6914	4.3784	1
15064	Issiakhene	issiakhene	15			36.6914	4.3784	1
15065	Taguemount	taguemount	15			36.5974	4.3564	4
15065	Ait Ali	ait-ali	15			36.5637	4.4536	4
15065	Ighzar N'Chebel	ighzar-n-chebel	15			36.5388	4.4267	3
15065	Maali	maali	15			36.4554	4.4702	4
15065	Ihadriene	ihadriene	15			36.5388	4.4267	3
15065	Les Ecoles	les-ecoles	15			36.5388	4.4267	3
15065	Beni Kouffi	beni-kouffi	15			36.5388	4.4267	3
15066	Ait Amar	ait-amar	15			36.6914	4.3784	1
15066	Tala Braham	tala-braham	15			36.6914	4.3784	1
15066	Afagh Daoud	afagh-daoud	15			36.6914	4.3784	1
15066	Tadart	tadart	15			36.6914	4.3784	1
15066	Mahbane	mahbane	15			36.6914	4.3784	1
15066	Iouahianene	iouahianene	15			36.6914	4.3784	1
15066	Imnaghanat Ait Tablagte	imnaghanat-ait-tablagte	15			36.6914	4.3784	1
15066	Ighil N'Bil	ighil-n-bil	15			36.6914	4.3784	1
15066	Ighaldane	ighaldane	15			36.6914	4.3784	1
15066	Iaskrene	iaskrene	15			36.6914	4.3784	1
15066	El Ma Besri	el-ma-besri	15			36.6914	4.3784	1
15066	Beni Mendes	beni-mendes	15			36.6914	4.3784	1
15066	Ait Mouh Ouslimane	ait-mouh-ouslimane	15			36.6914	4.3784	1
15066	Yaskrene	yaskrene	15			36.6914	4.3784	1
15067	Ferme Hadjili	ferme-hadjili	15			36.6914	4.3784	1
15067	Enahia	enahia	15			36.6914	4.3784	1
15067	Maison Cantonniere	maison-cantonniere	15			36.6914	4.3784	1
15067	Itma	itma	15			36.6914	4.3784	1
15067	Institut Islamique	institut-islamique	15			36.6914	4.3784	1
15067	Hlm Abc	hlm-abc	15			36.6914	4.3784	1
15067	Cfpa	cfpa	15			36.6914	4.3784	1
15067	Ferme Sbaihi	ferme-sbaihi	15			36.6914	4.3784	1
15067	Ferme Belhocine	ferme-belhocine	15			36.6914	4.3784	1
15067	Cfat	cfat	15			36.6914	4.3784	1
15067	Ferme Attar	ferme-attar	15			36.6914	4.3784	1
15067	Cfa	cfa	15			36.6914	4.3784	1
15067	Boukhalfa	boukhalfa	15			36.6914	4.3784	1
15067	Etegru	etegru	15			36.6914	4.3784	1
15067	Entreprise Snoa	entreprise-snoa	15			36.6914	4.3784	1
15067	Cite Des Jardins	cite-des-jardins	15			36.6914	4.3784	1
15067	Cimenterie	cimenterie	15			36.6914	4.3784	1
15067	Usine Compostage	usine-compostage	15			36.6914	4.3784	1
15067	Sosogreg Hannachi	sosogreg-hannachi	15			36.6914	4.3784	1
15067	Sonatro	sonatro	15			36.6914	4.3784	1
15067	Sonatrach	sonatrach	15			36.6914	4.3784	1
15067	Sonade	sonade	15			36.6914	4.3784	1
15068	Frikat	frikat	15			36.6914	4.3784	1
15068	Domaine Amirouche	domaine-amirouche	15			36.6914	4.3784	1
15068	Boucgacem	boucgacem	15			36.6914	4.3784	1
15068	Ait Zaid	ait-zaid	15			36.6914	4.3784	1
15068	Ait Messaoud	ait-messaoud	15			36.6914	4.3784	1
15068	Ait Henniche	ait-henniche	15			36.6914	4.3784	1
15068	Ait Hakem	ait-hakem	15			36.6914	4.3784	1
15068	Ait Abderrahmane	ait-abderrahmane	15			36.6914	4.3784	1
15068	Kalous	kalous	15			36.6914	4.3784	1
15068	Iharbiten	iharbiten	15			36.6914	4.3784	1
15068	Igharbithen	igharbithen	15			36.6914	4.3784	1
15068	Hallil	hallil	15			36.6914	4.3784	1
15068	Galous	galous	15			36.6914	4.3784	1
15069	Adrar	adrar	15			36.814	4.2934	4
15069	Timliline	timliline	15			36.8874	4.2566	4
15069	Sahel	sahel	15			36.5995	4.4608	4
15069	Ait Abdella	ait-abdella	15			36.8068	4.3022	3
15069	Iflissen	iflissen	15			36.8667	4.25	4
15069	Taourirt Zouaou	taourirt-zouaou	15			36.8667	4.25	4
15069	Ait Si Ali	ait-si-ali	15			36.8068	4.3022	3
15069	Ait Yacine	ait-yacine	15			36.8068	4.3022	3
15069	Arbi	arbi	15			36.8068	4.3022	3
15069	Icheboubene	icheboubene	15			36.8068	4.3022	3
15069	Ighil Boussouel	ighil-boussouel	15			36.8068	4.3022	3
15069	Ighil Ighes	ighil-ighes	15			36.8068	4.3022	3
15069	Iguer N'Salem	iguer-n-salem	15			36.8068	4.3022	3
15069	Ihaddadene	ihaddadene	15			36.8068	4.3022	3
15069	Imsounene	imsounene	15			36.8068	4.3022	3
15069	Issoukane	issoukane	15			36.8068	4.3022	3
15069	Laach Oufalkou	laach-oufalkou	15			36.8068	4.3022	3
15069	Ouanas	ouanas	15			36.8068	4.3022	3
15069	Takhamt Lalam	takhamt-lalam	15			36.8068	4.3022	3
15069	Tissira	tissira	15			36.8068	4.3022	3
15069	Agouni Moussi	agouni-moussi	15			36.8068	4.3022	3
15069	Aifane	aifane	15			36.8068	4.3022	3
15070	Tighzert	tighzert	15			36.6341	4.063	4
15070	Tazerout	tazerout	15			36.5437	4.3305	4
15070	Tala Bounane	tala-bounane	15			36.5889	4.1968	3
15070	Aguemoune	aguemoune	15			36.5889	4.1968	3
15070	Agouni Yahia	agouni-yahia	15			36.5889	4.1968	3
15070	Irahmounene	irahmounene	15			36.5889	4.1968	3
15070	Taberkoukt	taberkoukt	15			36.5889	4.1968	3
15070	Tamaright	tamaright	15			36.5889	4.1968	3
15070	Tighilt Mastour	tighilt-mastour	15			36.5889	4.1968	3
15070	Takerart	takerart	15			36.5889	4.1968	3
15070	Taguemount Zegaghene	taguemount-zegaghene	15			36.5889	4.1968	3
15070	Ihedaden Ait Moussa	ihedaden-ait-moussa	15			36.5889	4.1968	3
15070	Ighil Bouzrou	ighil-bouzrou	15			36.5889	4.1968	3
15070	Beni Aissi	beni-aissi	15			36.5889	4.1968	3
15070	Azibt	azibt	15			36.5889	4.1968	3
15070	Ait Anane	ait-anane	15			36.5889	4.1968	3
15071	Sidi Ali Moussa	sidi-ali-moussa	15			36.5917	3.9995	4
15071	Taarkoubt	taarkoubt	15			36.5917	3.9995	3
15071	Agouni Boufal	agouni-boufal	15			36.5917	3.9995	3
15071	Souk El Tenine	souk-el-tenine	15			36.5917	3.9995	3
15071	Ait Izid	ait-izid	15			36.5917	3.9995	3
15071	Ighil Boulkadi	ighil-boulkadi	15			36.5917	3.9995	3
15071	Tighilt Mahmoud	tighilt-mahmoud	15			36.5917	3.9995	3
15071	Ichaouadiene	ichaouadiene	15			36.5917	3.9995	3
15072	Bourbali	bourbali	15			36.6729	4.3036	1
15072	Ighil Tassa	ighil-tassa	15			36.6729	4.3036	1
15072	Ait Abdelatene	ait-abdelatene	15			36.6729	4.3036	1
15072	Ait Mesbah	ait-mesbah	15			36.6729	4.3036	1
15072	Ait Moussa	ait-moussa	15			36.6729	4.3036	1
15072	Ait Salah	ait-salah	15			36.6729	4.3036	1
15072	Bouagla	bouagla	15			36.6729	4.3036	1
15072	Chkoucher	chkoucher	15			36.6729	4.3036	1
15072	Icherdiouene Bouada	icherdiouene-bouada	15			36.6729	4.3036	1
15072	Icherdiouene Oufella	icherdiouene-oufella	15			36.6729	4.3036	1
15072	Ighbir	ighbir	15			36.6729	4.3036	1
15072	Taguemount Oukerrouche	taguemount-oukerrouche	15			36.6729	4.3036	1
15072	Tahmamte	tahmamte	15			36.6729	4.3036	1
15072	Tala El Had	tala-el-had	15			36.6729	4.3036	1
15073	Taka Ath Yahia	taka-ath-yahia	15			36.6729	4.3036	1
15074	Tassaft	tassaft	15			36.5366	4.2389	4
15074	Ighil Bouamas	ighil-bouamas	15			36.5366	4.2389	3
15074	Bouadnane	bouadnane	15			36.5366	4.2389	3
15074	Tala N'Tazert	tala-n-tazert	15			36.5366	4.2389	3
15074	Ait Ali Ouharzoune	ait-ali-ouharzoune	15			36.5366	4.2389	3
15074	Ait Erbah	ait-erbah	15			36.5366	4.2389	3
15074	Ighil Ntseda	ighil-ntseda	15			36.5366	4.2389	3
15075	Taguemount	taguemount	15			36.5974	4.3564	4
15075	Tansa	tansa	15			36.5974	4.3564	3
15075	Tifra	tifra	15			36.5974	4.3564	3
15075	Tizi Temlelt	tizi-temlelt	15			36.5974	4.3564	3
15075	Village Azra	village-azra	15			36.5974	4.3564	3
15075	Elma Bounou	elma-bounou	15			36.5974	4.3564	3
15075	Ighaoutene	ighaoutene	15			36.5974	4.3564	3
15075	Azra	azra	15			36.5974	4.3564	3
15075	Ighil Ameur	ighil-ameur	15			36.5974	4.3564	3
15075	Ouaroudjene	ouaroudjene	15			36.5974	4.3564	3
15075	Tala Oussenane	tala-oussenane	15			36.5974	4.3564	3
15075	Tamdecht	tamdecht	15			36.5974	4.3564	3
15076	Azrou	azrou	15			36.7093	4.4658	4
15076	Kissoun	kissoun	15			36.8255	4.4448	4
15076	Alma Hellal	alma-hellal	15			36.7674	4.4553	3
15076	El Krar	el-krar	15			36.7674	4.4553	3
15076	El Maguechtoum	el-maguechtoum	15			36.7674	4.4553	3
15076	Tifrit Nait El Hadj	tifrit-nait-el-hadj	15			36.7674	4.4553	3
15076	Tirsine	tirsine	15			36.7674	4.4553	3
15076	Imansourene	imansourene	15			36.7674	4.4553	3
15076	Agouni Meziane	agouni-meziane	15			36.7674	4.4553	3
15076	Ait Bouslimane	ait-bouslimane	15			36.7674	4.4553	3
15076	Alma Guechtoum	alma-guechtoum	15			36.7674	4.4553	3
15077	Zekri	zekri	15			36.78	4.5918	4
15077	Thala El Had	thala-el-had	15			36.7077	4.3347	3
15077	Magoura	magoura	15			36.7606	4.6003	4
15077	Chefeur	chefeur	15			36.7077	4.3347	3
15077	Aguemoun	aguemoun	15			36.6562	4.0836	4
15077	Tighzert	tighzert	15			36.6341	4.063	4
15077	Agouni Aissa	agouni-aissa	15			36.7077	4.3347	3
15077	Ain Sis	ain-sis	15			36.7077	4.3347	3
15077	Ait Tahar	ait-tahar	15			36.7077	4.3347	3
15077	Alloune	alloune	15			36.7077	4.3347	3
15077	Alma Tegma	alma-tegma	15			36.7077	4.3347	3
15077	Amalou	amalou	15			36.7077	4.3347	3
15077	Amrik Bouamara	amrik-bouamara	15			36.7077	4.3347	3
15077	Ayadi	ayadi	15			36.7077	4.3347	3
15077	Azra	azra	15			36.7077	4.3347	3
15077	Boughrache	boughrache	15			36.7077	4.3347	3
15077	Bounamane	bounamane	15			36.7077	4.3347	3
15077	Boussada	boussada	15			36.7077	4.3347	3
15077	Ighilmakhlef	ighilmakhlef	15			36.7077	4.3347	3
15077	Lazib Tabarourt	lazib-tabarourt	15			36.7077	4.3347	3
15077	Magou	magou	15			36.7077	4.3347	3
15077	Taaroust	taaroust	15			36.7077	4.3347	3
15077	Tabarourt	tabarourt	15			36.7077	4.3347	3
15077	Tala Iboudalene	tala-iboudalene	15			36.7077	4.3347	3
15077	Tala Maala	tala-maala	15			36.7077	4.3347	3
15077	Targa Hayoun	targa-hayoun	15			36.7077	4.3347	3
15077	Timizar Hend	timizar-hend	15			36.7077	4.3347	3
15077	Tizaghouine	tizaghouine	15			36.7077	4.3347	3
15078	Abizar	abizar	15			36.8153	4.2112	4
15078	Imesbahene	imesbahene	15			36.7173	4.3375	3
15078	Ait Mimoun	ait-mimoun	15			36.6065	4.2214	4
15078	Bouaissi	bouaissi	15			36.7173	4.3375	3
15078	Ait Malek	ait-malek	15			36.7301	4.5799	4
15078	Iadjadem	iadjadem	15			36.7173	4.3375	3
15078	Iguemane	iguemane	15			36.7173	4.3375	3
15078	Iguer Chah	iguer-chah	15			36.7173	4.3375	3
15078	Bouguedama	bouguedama	15			36.7173	4.3375	3
15078	Tizi Bounouel	tizi-bounouel	15			36.7173	4.3375	3
15078	Tala Boutiza	tala-boutiza	15			36.7173	4.3375	3
15079	Idouhouthene	idouhouthene	15			36.6729	4.3036	1
15079	Village Agricole	village-agricole	15			36.6729	4.3036	1
15079	Icharkhoudathene	icharkhoudathene	15			36.6729	4.3036	1
15079	Tamdikt	tamdikt	15			36.6729	4.3036	1
15079	Ibouhamene	ibouhamene	15			36.6729	4.3036	1
15079	Dehous	dehous	15			36.6729	4.3036	1
15079	Adila Tamdikht	adila-tamdikht	15			36.6729	4.3036	1
15079	Ait Ouakli	ait-ouakli	15			36.6729	4.3036	1
15079	Cite Marko	cite-marko	15			36.6729	4.3036	1
15079	Bedia	bedia	15			36.6729	4.3036	1
15080	Agoulmime	agoulmime	15			36.6167	4.182	1
15080	Tandlest	tandlest	15			36.6167	4.182	1
15080	Bouyala	bouyala	15			36.6167	4.182	1
15080	Tizi Bouamane	tizi-bouamane	15			36.6167	4.182	1
15081	Agouni Oufekous	agouni-oufekous	15			36.6167	4.182	1
15082	Agouni Ouzaraz	agouni-ouzaraz	15			36.6167	4.182	1
15082	Nezla	nezla	15			36.6167	4.182	1
15082	Khoucha	khoucha	15			36.6167	4.182	1
15083	Ait Atelli	ait-atelli	15			36.6216	4.1855	4
15084	Assiakh	assiakh	15			36.6167	4.182	1
15084	Rabta	rabta	15			36.6167	4.182	1
15084	Tighilt	tighilt	15			36.6167	4.182	1
15084	Tighilt Iquerouiene	tighilt-iquerouiene	15			36.6167	4.182	1
15084	Bouhibel	bouhibel	15			36.6167	4.182	1
15084	Ait Bouada	ait-bouada	15			36.6167	4.182	1
15085	Ait Boumahdi	ait-boumahdi	15			36.6167	4.182	1
15086	Ait Oulhadj	ait-oulhadj	15			36.6167	4.182	1
15086	Tazeka	tazeka	15			36.6167	4.182	1
15086	Taourirt	taourirt	15			36.6167	4.182	1
15086	Taguemount Nait Ergane	taguemount-nait-ergane	15			36.6167	4.182	1
15086	Tinissouine	tinissouine	15			36.6167	4.182	1
15086	Tighouza	tighouza	15			36.6167	4.182	1
15086	Ait Ergane	ait-ergane	15			36.6167	4.182	1
15087	Ait Frah	ait-frah	15			36.6133	4.1641	4
15088	Ait Hessane	ait-hessane	15			36.6561	4.053	4
15088	Aguemoune	aguemoune	15			36.6561	4.053	3
15088	Oumadene	oumadene	15			36.6561	4.053	3
15088	Tadert Temoukrant	tadert-temoukrant	15			36.6561	4.053	3
15088	Ait Mansour	ait-mansour	15			36.6561	4.053	3
15088	Village Azib Ahmed	village-azib-ahmed	15			36.6561	4.053	3
15088	Tazibt	tazibt	15			36.6561	4.053	3
15089	Ait Hichem	ait-hichem	15			36.5756	4.3253	4
15090	Ait Idir	ait-idir	15			36.7364	4.7078	4
15091	Bouala	bouala	15			36.632	4.2735	1
15091	Route Nationale N° 30	route-nationale-n-30	15			36.632	4.2735	1
15091	Tadjemamount	tadjemamount	15			36.632	4.2735	1
15091	Tagueni	tagueni	15			36.632	4.2735	1
15091	Ait Amar	ait-amar	15			36.632	4.2735	1
15091	Ait Imghour	ait-imghour	15			36.632	4.2735	1
15092	Bekanou	bekanou	15			36.632	4.2735	1
15092	Ihessanene	ihessanene	15			36.632	4.2735	1
15092	Taguedachte	taguedachte	15			36.632	4.2735	1
15092	Tabourt	tabourt	15			36.632	4.2735	1
15092	Ihellalene	ihellalene	15			36.632	4.2735	1
15092	Ighil Tizi	ighil-tizi	15			36.632	4.2735	1
15092	Ait Issad	ait-issad	15			36.632	4.2735	1
15093	Ait Mislaine	ait-mislaine	15			36.508	4.3009	4
15093	Ait Djemaa	ait-djemaa	15			36.5037	4.0552	4
15094	Ait Ouabane	ait-ouabane	15			36.632	4.2735	1
15095	Ait Smadh	ait-smadh	15			36.632	4.2735	1
15095	Ait Khalfoune	ait-khalfoune	15			36.632	4.2735	1
15095	Ait El Hadj	ait-el-hadj	15			36.632	4.2735	1
15096	Iguertala	iguertala	15			36.632	4.2735	1
15096	Taguercift	taguercift	15			36.632	4.2735	1
15096	Ait Youcef	ait-youcef	15			36.632	4.2735	1
15096	Iknache	iknache	15			36.632	4.2735	1
15096	Ifalkane	ifalkane	15			36.632	4.2735	1
15096	Iguer N'Sar	iguer-n-sar	15			36.632	4.2735	1
15096	Tiguer N'Tlata	tiguer-n-tlata	15			36.632	4.2735	1
15097	Ait Zellal	ait-zellal	15			36.6542	4.3311	4
15097	Belghezli	belghezli	15			36.6542	4.3311	3
15098	Akaoudj	akaoudj	15			36.7401	4.0738	4
15098	Ifouzar	ifouzar	15			36.7565	4.0971	4
15098	Boussouar	boussouar	15			36.7483	4.0854	3
15098	Agouni	agouni	15			36.7483	4.0854	3
15098	Akhribe Azza	akhribe-azza	15			36.7483	4.0854	3
15098	Dallout	dallout	15			36.7483	4.0854	3
15098	Imekacherene	imekacherene	15			36.7483	4.0854	3
15098	Mennam	mennam	15			36.7483	4.0854	3
15098	Tizi Ikharoubt	tizi-ikharoubt	15			36.7483	4.0854	3
15098	Tizi Taghma	tizi-taghma	15			36.7483	4.0854	3
15098	Tizi Tagma	tizi-tagma	15			36.7483	4.0854	3
15098	Touzalt	touzalt	15			36.7483	4.0854	3
15099	Akaoudj	akaoudj	15			36.7401	4.0738	4
15099	Beni Mahmoud	beni-mahmoud	15			36.5256	4.3163	4
15099	Ait Laziz	ait-laziz	15			36.6054	4.2924	3
15099	Ait Sidi Said	ait-sidi-said	15			36.619	4.4761	4
15099	Village Ait Laziz	village-ait-laziz	15			36.6054	4.2924	3
15099	Ait Hamsi	ait-hamsi	15			36.537	4.3034	4
15099	Aourir Bouzemour	aourir-bouzemour	15			36.6054	4.2924	3
15099	Akbil	akbil	15			36.6054	4.2924	3
15099	Ait Sellane	ait-sellane	15			36.6054	4.2924	3
15100	Ait Amar Moussa	ait-amar-moussa	15			36.6068	4.2297	1
15100	Tifaou	tifaou	15			36.6068	4.2297	1
15100	Imaksnene	imaksnene	15			36.6068	4.2297	1
15100	Ihissiten	ihissiten	15			36.6068	4.2297	1
15100	Hillil	hillil	15			36.6068	4.2297	1
15100	Cherifi	cherifi	15			36.6068	4.2297	1
15100	Birou	birou	15			36.6068	4.2297	1
15100	Azib El Madjene	azib-el-madjene	15			36.6068	4.2297	1
15100	Ait Attela	ait-attela	15			36.6068	4.2297	1
15101	Azouza	azouza	15			36.6382	4.1628	4
15101	Bouhague	bouhague	15			36.6382	4.1628	3
15101	Ath Louathek	ath-louathek	15			36.6382	4.1628	3
15101	El Kantra	el-kantra	15			36.6382	4.1628	3
15102	Tizi N'Bouali	tizi-n-bouali	15			36.6068	4.2297	1
15102	Tamazirt Ourabah	tamazirt-ourabah	15			36.6068	4.2297	1
15102	Agouni Gueghrane	agouni-gueghrane	15			36.6068	4.2297	1
15102	Ibakhtaouene	ibakhtaouene	15			36.6068	4.2297	1
15102	Azroubar	azroubar	15			36.6068	4.2297	1
15102	Ouatouba	ouatouba	15			36.6068	4.2297	1
15102	Village Agricole Mizrana	village-agricole-mizrana	15			36.6068	4.2297	1
15103	Ait Ali	ait-ali	15			36.5637	4.4536	4
15103	Tala Meda	tala-meda	15			36.5637	4.4536	3
15103	Tamardakht Ouzemour	tamardakht-ouzemour	15			36.5637	4.4536	3
15103	Ait Mohand Said	ait-mohand-said	15			36.5637	4.4536	3
15103	Ait Hadj Ali	ait-hadj-ali	15			36.5637	4.4536	3
15103	Ait Mohand Akli	ait-mohand-akli	15			36.5637	4.4536	3
15103	Ighil Bouadhou	ighil-bouadhou	15			36.5637	4.4536	3
15103	Ighil Tekdibine	ighil-tekdibine	15			36.5637	4.4536	3
15103	Takbilt	takbilt	15			36.5637	4.4536	3
15103	Berkouka	berkouka	15			36.5637	4.4536	3
15103	Ighil Bouaklane	ighil-bouaklane	15			36.5637	4.4536	3
15104	Boubehir	boubehir	15			36.6322	4.3827	4
15105	Belouadi	belouadi	15			36.6068	4.2297	1
15106	Ecole Bouhadj	ecole-bouhadj	15			36.6068	4.2297	1
15106	Bouhadj	bouhadj	15			36.6068	4.2297	1
15107	Tala Mansour	tala-mansour	15			36.6068	4.2297	1
15107	Bouhinou	bouhinou	15			36.6068	4.2297	1
15107	Ecole Khiar Ahmed	ecole-khiar-ahmed	15			36.6068	4.2297	1
15107	Sidi Agad	sidi-agad	15			36.6068	4.2297	1
15108	Boukellal	boukellal	15			36.6068	4.2297	1
15109	Tizi Ameur	tizi-ameur	15			36.5932	3.9195	4
15109	Boumadene	boumadene	15			36.5932	3.9195	3
15109	Boumahni	boumahni	15			36.5932	3.9195	3
15109	Igherbienne	igherbienne	15			36.5932	3.9195	3
15109	Kentidja	kentidja	15			36.5932	3.9195	3
15109	Bouakache	bouakache	15			36.5932	3.9195	3
15109	Azemouchene Bas Et Haut	azemouchene-bas-et-haut	15			36.5932	3.9195	3
15109	Bouhoukal	bouhoukal	15			36.5932	3.9195	3
15109	Alalene	alalene	15			36.5932	3.9195	3
15109	Ait Maamar	ait-maamar	15			36.5932	3.9195	3
15109	Ait Amar Mouh	ait-amar-mouh	15			36.5932	3.9195	3
15110	Azrou	azrou	15			36.7093	4.4658	4
15110	Chebel	chebel	15			36.6991	4.4552	4
15110	Ahmil	ahmil	15			36.7042	4.4605	3
15111	Cheurfa	cheurfa	15			36.604	3.9971	4
15112	Cheurfa Bahloul	cheurfa-bahloul	15			36.7215	4.3768	4
15112	Tinkicht	tinkicht	15			36.7215	4.3768	3
15113	Djebla	djebla	15			36.7458	4.2028	4
15113	Djerba	djerba	15			36.7458	4.2028	3
15113	Thansa El Djemaa	thansa-el-djemaa	15			36.7458	4.2028	3
15113	Chelouati	chelouati	15			36.7458	4.2028	3
15113	Agouni Bougdal	agouni-bougdal	15			36.7458	4.2028	3
15113	Agouni Ouzarez	agouni-ouzarez	15			36.7458	4.2028	3
15114	El Kalaa	el-kalaa	15			36.6959	4.2995	1
15115	Hennia	hennia	15			36.6959	4.2995	1
15115	Ainsar	ainsar	15			36.6959	4.2995	1
15115	Guergour	guergour	15			36.6959	4.2995	1
15115	Kerouane	kerouane	15			36.6959	4.2995	1
15116	Iboudrarene	iboudrarene	15			36.6959	4.2995	1
15117	Iaoumeur	iaoumeur	15			36.6959	4.2995	1
15117	Ichoukrene	ichoukrene	15			36.6959	4.2995	1
15117	Iaochatene	iaochatene	15			36.6959	4.2995	1
15118	Taza	taza	15			36.6959	4.2995	1
15118	Tansaout	tansaout	15			36.6959	4.2995	1
15118	Tighilt El Hadj Ali	tighilt-el-hadj-ali	15			36.6959	4.2995	1
15118	Adhouz	adhouz	15			36.6959	4.2995	1
15118	Agouni Ygharmilt	agouni-ygharmilt	15			36.6959	4.2995	1
15118	Ighil Guefri	ighil-guefri	15			36.6959	4.2995	1
15118	Tagemount Bouadfel	tagemount-bouadfel	15			36.6959	4.2995	1
15119	Ait Ayad	ait-ayad	15			36.6959	4.2995	1
15119	Iguer Amrane	iguer-amrane	15			36.6959	4.2995	1
15119	Taourirt Boane	taourirt-boane	15			36.6959	4.2995	1
15119	Agouni Felkane	agouni-felkane	15			36.6959	4.2995	1
15119	Mansourah	mansourah	15			36.6959	4.2995	1
15119	Amokrez	amokrez	15			36.6959	4.2995	1
15119	Beni Zeki	beni-zeki	15			36.6959	4.2995	1
15119	Iguer Mehdi	iguer-mehdi	15			36.6959	4.2995	1
15119	Berkis	berkis	15			36.6959	4.2995	1
15120	Ihdikaouene Bouada	ihdikaouene-bouada	15			36.6378	4.3845	1
15120	Amalou	amalou	15			36.6378	4.3845	1
15120	Ihdikaouene Oufella	ihdikaouene-oufella	15			36.6378	4.3845	1
15120	Tiaouinine	tiaouinine	15			36.6378	4.3845	1
15120	Tiaouinine Bouada	tiaouinine-bouada	15			36.6378	4.3845	1
15121	Issenadjene	issenadjene	15			36.8797	4.222	4
15121	Timizar	timizar	15			36.8797	4.222	3
15121	Tassenant	tassenant	15			36.8797	4.222	3
15121	Boumaghis	boumaghis	15			36.8797	4.222	3
15121	Aguemoune	aguemoune	15			36.8797	4.222	3
15122	Taarkoubt	taarkoubt	15			36.6378	4.3845	1
15122	Zarkoun	zarkoun	15			36.6378	4.3845	1
15122	Tighilt Ouhamza	tighilt-ouhamza	15			36.6378	4.3845	1
15122	Tighilt N'Trahi	tighilt-n-trahi	15			36.6378	4.3845	1
15122	Taddert Oufella	taddert-oufella	15			36.6378	4.3845	1
15122	Biamrane	biamrane	15			36.6378	4.3845	1
15122	Bouarous	bouarous	15			36.6378	4.3845	1
15122	Herrouka	herrouka	15			36.6378	4.3845	1
15122	Ighil Ouberouak	ighil-ouberouak	15			36.6378	4.3845	1
15122	Kemmouda	kemmouda	15			36.6378	4.3845	1
15122	Mezdata	mezdata	15			36.6378	4.3845	1
15122	Taazibt	taazibt	15			36.6378	4.3845	1
15123	Tafraout	tafraout	15			36.5942	4.3448	4
15123	Takana	takana	15			36.5942	4.3448	3
15123	Koukou	koukou	15			36.5942	4.3448	3
15124	Bahloul	bahloul	15			36.7215	4.3768	4
15124	Yahia	yahia	15			36.7215	4.3768	3
15124	Ighil Ouguemoune	ighil-ouguemoune	15			36.7215	4.3768	3
15124	Tagroudja	tagroudja	15			36.7215	4.3768	3
15124	Smail Oukaci	smail-oukaci	15			36.7215	4.3768	3
15124	Menacera	menacera	15			36.7215	4.3768	3
15124	Berkana	berkana	15			36.7215	4.3768	3
15125	Ait Aziz	ait-aziz	15			36.5144	4.4202	4
15125	Mezeguene	mezeguene	15			36.5144	4.4202	3
15126	Ait Ali	ait-ali	15			36.5637	4.4536	4
15126	Ait Aili	ait-aili	15			36.5637	4.4536	3
15126	Ait Ali Akli	ait-ali-akli	15			36.5637	4.4536	3
15126	Ifatathene	ifatathene	15			36.5637	4.4536	3
15126	Ihadadhene	ihadadhene	15			36.5637	4.4536	3
15126	Beni Boumaza	beni-boumaza	15			36.5637	4.4536	3
15126	Belabas	belabas	15			36.5637	4.4536	3
15126	Hellil	hellil	15			36.5637	4.4536	3
15126	Ihamdane	ihamdane	15			36.5637	4.4536	3
15126	Ikhardaas	ikhardaas	15			36.5637	4.4536	3
15126	Imakhlef	imakhlef	15			36.5637	4.4536	3
15126	Mezrara	mezrara	15			36.5637	4.4536	3
15126	Ait Ali Mouh	ait-ali-mouh	15			36.5637	4.4536	3
15127	Aourir	aourir	15			36.6631	4.428	4
15127	Moknea	moknea	15			36.6757	4.455	4
15127	Achallam	achallam	15			36.6694	4.4415	3
15127	Hidous	hidous	15			36.6694	4.4415	3
15128	Ouardja	ouardja	15			36.6378	4.3845	1
15128	Tizi Oumalou	tizi-oumalou	15			36.6378	4.3845	1
15128	Ait Khlifa	ait-khlifa	15			36.6378	4.3845	1
15128	Ighelibane	ighelibane	15			36.6378	4.3845	1
15129	Ait Ali	ait-ali	15			36.5637	4.4536	4
15129	El Hammam	el-hammam	15			36.5647	4.3062	4
15129	Ait Amar	ait-amar	15			36.5642	4.3799	3
15129	Ouled Itchir	ouled-itchir	15			36.5642	4.3799	3
15129	Ait Chikh	ait-chikh	15			36.5642	4.3799	3
15129	Tilakamine	tilakamine	15			36.5642	4.3799	3
15129	Ahttala	ahttala	15			36.5642	4.3799	3
15129	Tamlikecht	tamlikecht	15			36.5642	4.3799	3
15129	Ait Si Slimane	ait-si-slimane	15			36.5642	4.3799	3
15129	Sanana	sanana	15			36.5642	4.3799	3
15129	Bettahar	bettahar	15			36.5642	4.3799	3
15129	El Hadh	el-hadh	15			36.5642	4.3799	3
15129	El Halouf	el-halouf	15			36.5642	4.3799	3
15129	El Ouiaca	el-ouiaca	15			36.5642	4.3799	3
15129	Ibouldjatene	ibouldjatene	15			36.5642	4.3799	3
15129	Ibourassene	ibourassene	15			36.5642	4.3799	3
15129	Ichaouyabe	ichaouyabe	15			36.5642	4.3799	3
15129	Ioualithene	ioualithene	15			36.5642	4.3799	3
15129	Itibichene	itibichene	15			36.5642	4.3799	3
15129	Ait Boulkroum	ait-boulkroum	15			36.5642	4.3799	3
15130	Ait Amar	ait-amar	15			36.593	4.23	1
15130	Tizi N'Doukar	tizi-n-doukar	15			36.593	4.23	1
15130	Ait El Hadj	ait-el-hadj	15			36.593	4.23	1
15130	Boutacha	boutacha	15			36.593	4.23	1
15130	Ighil Boughmari	ighil-boughmari	15			36.593	4.23	1
15130	Ihbarene	ihbarene	15			36.593	4.23	1
15130	Khlendja	khlendja	15			36.593	4.23	1
15130	Ibantoutene	ibantoutene	15			36.593	4.23	1
15130	Ouled Azzi	ouled-azzi	15			36.593	4.23	1
15130	Ouled Meriem	ouled-meriem	15			36.593	4.23	1
15130	Ouled Messaoud	ouled-messaoud	15			36.593	4.23	1
15130	Tagharbit	tagharbit	15			36.593	4.23	1
15130	Tala Ouamar	tala-ouamar	15			36.593	4.23	1
15130	Ibaliltene	ibaliltene	15			36.593	4.23	1
15130	Tamelaht	tamelaht	15			36.593	4.23	1
15130	Tararbit	tararbit	15			36.593	4.23	1
15130	Igahlaz	igahlaz	15			36.593	4.23	1
15130	Ait Moh Ouali	ait-moh-ouali	15			36.593	4.23	1
15131	Redjaouna	redjaouna	15			36.593	4.23	1
15131	Redjaouna Tacht	redjaouna-tacht	15			36.593	4.23	1
15131	Redjaouna El Bour	redjaouna-el-bour	15			36.593	4.23	1
15132	Tleta	tleta	15			36.5457	4.0571	4
15132	Ait Saada	ait-saada	15			36.5241	4.2783	4
15132	Agounene	agounene	15			36.5349	4.1677	3
15132	Tala Malek	tala-malek	15			36.5349	4.1677	3
15132	Sidi Ali Bounab	sidi-ali-bounab	15			36.5349	4.1677	3
15132	Ouled Yahia	ouled-yahia	15			36.5349	4.1677	3
15132	Ouled Sidi Smail	ouled-sidi-smail	15			36.5349	4.1677	3
15132	Ouled Mamar	ouled-mamar	15			36.5349	4.1677	3
15132	Ouled Khercha	ouled-khercha	15			36.5349	4.1677	3
15132	Ouled Bouzid	ouled-bouzid	15			36.5349	4.1677	3
15132	Hidoussa	hidoussa	15			36.5349	4.1677	3
15132	Bouabache	bouabache	15			36.5349	4.1677	3
15132	Ait Sidi Smail	ait-sidi-smail	15			36.5349	4.1677	3
15133	Zaouia	zaouia	15			36.6962	4.181	4
15133	Larbaa	larbaa	15			36.6311	4.1986	4
15133	Ait Allahoum	ait-allahoum	15			36.6637	4.1898	3
15133	Stita	stita	15			36.6637	4.1898	3
15134	Taadja	taadja	15			36.593	4.23	1
15134	Tala Toulmouts	tala-toulmouts	15			36.593	4.23	1
15134	Bouilef	bouilef	15			36.593	4.23	1
15135	Tabouda	tabouda	15			36.568	4.435	4
15135	Talbant	talbant	15			36.568	4.435	3
15135	Taourirt	taourirt	15			36.568	4.435	3
15136	Ait Salem	ait-salem	15			36.593	4.23	1
15136	Ait Ighil	ait-ighil	15			36.593	4.23	1
15136	Ait Yakout	ait-yakout	15			36.593	4.23	1
15136	Tafoughalt	tafoughalt	15			36.593	4.23	1
15136	Ait Meziane	ait-meziane	15			36.593	4.23	1
15137	Tagemount El Djedid	tagemount-el-djedid	15			36.593	4.23	1
15138	Taguercift	taguercift	15			36.593	4.23	1
15138	Ikherbane	ikherbane	15			36.593	4.23	1
15139	Ighil Bouchene	ighil-bouchene	15			36.593	4.23	1
15139	Ait Ouanouche	ait-ouanouche	15			36.593	4.23	1
15139	Ighil Nzathar	ighil-nzathar	15			36.593	4.23	1
15139	Ait Khelfats	ait-khelfats	15			36.593	4.23	1
15139	Agouni Nseksous	agouni-nseksous	15			36.593	4.23	1
15139	Tizi Tzougart	tizi-tzougart	15			36.593	4.23	1
15139	Tahanouts	tahanouts	15			36.593	4.23	1
15140	Ait Salah	ait-salah	15			36.7059	4.2872	1
15140	Ait Ferrache	ait-ferrache	15			36.7059	4.2872	1
15140	Ahrik Hora	ahrik-hora	15			36.7059	4.2872	1
15140	Tahouna Takdimt	tahouna-takdimt	15			36.7059	4.2872	1
15140	Houra	houra	15			36.7059	4.2872	1
15140	Ait Semlal	ait-semlal	15			36.7059	4.2872	1
15141	Taka	taka	15			36.6067	4.3281	4
15142	Taksebt	taksebt	15			36.8943	4.1543	4
15142	Sidi Khaled	sidi-khaled	15			36.8943	4.1543	3
15142	Taourirt Yerbache	taourirt-yerbache	15			36.8943	4.1543	3
15142	Tala Nechebaha	tala-nechebaha	15			36.8943	4.1543	3
15142	Idjaad	idjaad	15			36.8943	4.1543	3
15143	Adouz	adouz	15			36.7059	4.2872	1
15143	Tansaout	tansaout	15			36.7059	4.2872	1
15143	Tala Mahriz	tala-mahriz	15			36.7059	4.2872	1
15143	Tala Amara	tala-amara	15			36.7059	4.2872	1
15144	Tala Athmane	tala-athmane	15			36.7059	4.2872	1
15145	Ioulaine	ioulaine	15			36.7059	4.2872	1
15145	Icheraiouene	icheraiouene	15			36.7059	4.2872	1
15145	Tigounatine	tigounatine	15			36.7059	4.2872	1
15145	El Madene	el-madene	15			36.7059	4.2872	1
15145	Agouni Hamiche	agouni-hamiche	15			36.7059	4.2872	1
15145	Tala Bouzrou	tala-bouzrou	15			36.7059	4.2872	1
15145	Tamist	tamist	15			36.7059	4.2872	1
15145	Ibakoukene	ibakoukene	15			36.7059	4.2872	1
15146	Azrou	azrou	15			36.7093	4.4658	4
15146	Tala Tegana	tala-tegana	15			36.7093	4.4658	3
15146	Icharouiene	icharouiene	15			36.7093	4.4658	3
15146	Timerzouga	timerzouga	15			36.7093	4.4658	3
15147	Taourirt Amokrane	taourirt-amokrane	15			36.6132	4.2005	4
15148	Ahchaad Boukouir	ahchaad-boukouir	15			36.7059	4.2872	1
15148	Ouaghzen	ouaghzen	15			36.7059	4.2872	1
15148	Ait Ailem	ait-ailem	15			36.7059	4.2872	1
15148	Taourirt Menguelet	taourirt-menguelet	15			36.7059	4.2872	1
15149	Ramdani	ramdani	15			36.7059	4.2872	1
15149	Tazerouts	tazerouts	15			36.7059	4.2872	1
15149	Ikheraten	ikheraten	15			36.7059	4.2872	1
15149	Tiferdoud	tiferdoud	15			36.7059	4.2872	1
15149	Aouadouda	aouadouda	15			36.7059	4.2872	1
15149	Tazrout Nezlioua	tazrout-nezlioua	15			36.7059	4.2872	1
15149	Rouachda	rouachda	15			36.7059	4.2872	1
15150	Ililane	ililane	15			36.6811	4.3265	1
15150	Tazrart	tazrart	15			36.6811	4.3265	1
15150	Semghoune	semghoune	15			36.6811	4.3265	1
15150	Maachera	maachera	15			36.6811	4.3265	1
15151	Tigrouine	tigrouine	15			36.6811	4.3265	1
15151	Tigounatine	tigounatine	15			36.6811	4.3265	1
15152	Timizart	timizart	15			36.8	4.2667	4
15152	Ait Gouaret	ait-gouaret	15			36.7984	4.3952	3
15152	Ait Ahmed	ait-ahmed	15			36.7968	4.5237	4
15152	Igherbienne	igherbienne	15			36.7984	4.3952	3
15152	Berber	berber	15			36.7984	4.3952	3
15152	Alma Bouamane	alma-bouamane	15			36.7984	4.3952	3
15152	Mlira	mlira	15			36.7984	4.3952	3
15153	Timizart Loghbar	timizart-loghbar	15			36.6811	4.3265	1
15154	Issoubaken	issoubaken	15			36.6811	4.3265	1
15154	Adjaba	adjaba	15			36.6811	4.3265	1
15154	Bouarfa	bouarfa	15			36.6811	4.3265	1
15154	Engah	engah	15			36.6811	4.3265	1
15154	Haddada	haddada	15			36.6811	4.3265	1
15154	Igharidene	igharidene	15			36.6811	4.3265	1
15154	Tizi Lilane	tizi-lilane	15			36.6811	4.3265	1
15154	Tikirouache	tikirouache	15			36.6811	4.3265	1
15154	Ikherbane	ikherbane	15			36.6811	4.3265	1
15155	Tizi N'Terga	tizi-n-terga	15			36.6539	4.2817	4
15155	Igoulfane	igoulfane	15			36.6258	4.2858	4
15155	Laghrous	laghrous	15			36.6398	4.2837	3
15155	Bouzahrir	bouzahrir	15			36.6398	4.2837	3
15155	Ait Mekki	ait-mekki	15			36.6398	4.2837	3
15155	Mahmoud	mahmoud	15			36.6398	4.2837	3
15155	Lazib	lazib	15			36.6398	4.2837	3
15155	Maouia	maouia	15			36.6398	4.2837	3
15156	Tizit	tizit	15			36.5142	4.4202	4
15156	Taourirt Amrouz	taourirt-amrouz	15			36.5142	4.4202	3
15157	Tizi T'Zougart	tizi-t-zougart	15			36.6811	4.3265	1
15158	Ilounicene	ilounicene	15			36.6811	4.3265	1
15158	Ait Kaci	ait-kaci	15			36.6811	4.3265	1
15158	Allela	allela	15			36.6811	4.3265	1
15158	Imoulek Allela	imoulek-allela	15			36.6811	4.3265	1
15158	Tizra Aissa	tizra-aissa	15			36.6811	4.3265	1
15159	Zaouia	zaouia	15			36.6962	4.181	4
15159	Iguessoumene	iguessoumene	15			36.6962	4.181	3
15159	Boumhala	boumhala	15			36.6962	4.181	3
15159	Zeboudj Kara	zeboudj-kara	15			36.6962	4.181	3
15159	Bourdine	bourdine	15			36.6962	4.181	3
15159	Draa Khelifa	draa-khelifa	15			36.6962	4.181	3
15159	Tala Mokar	tala-mokar	15			36.6962	4.181	3
15159	Litama	litama	15			36.6962	4.181	3
15159	Imekhlef	imekhlef	15			36.6962	4.181	3
15160	Zerrouda	zerrouda	15			36.6522	4.3071	1
15160	Ibahlal	ibahlal	15			36.6522	4.3071	1
16000	Marche Ferhat Boussad	marche-ferhat-boussad	16			36.7409	3.1122	1
16000	Alger Palais Du Peuple	alger-palais-du-peuple	16			36.7409	3.1122	1
16000	Alger Palais Du Gouvernement	alger-palais-du-gouvernement	16			36.7409	3.1122	1
16000	Alger Palais Des Expos	alger-palais-des-expos	16			36.7409	3.1122	1
16000	Alger Mohamed V	alger-mohamed-v	16			36.7409	3.1122	1
16000	Marche Amar Ali	marche-amar-ali	16			36.7409	3.1122	1
16000	Alger Rp	alger-rp	16			36.7409	3.1122	1
16000	Cite Des Fonctionnaires	cite-des-fonctionnaires	16			36.7409	3.1122	1
16000	Marche Bouzrina	marche-bouzrina	16			36.7409	3.1122	1
16000	Alger Mdn (Ali Khodja)	alger-mdn-ali-khodja	16			36.7409	3.1122	1
16000	Alger Ems El Marsa	alger-ems-el-marsa	16			36.7409	3.1122	1
16000	Alger Cgn	alger-cgn	16			36.7409	3.1122	1
16000	Alger Asselah Hocine	alger-asselah-hocine	16			36.7409	3.1122	1
16000	Alger Amirouche	alger-amirouche	16			36.7409	3.1122	1
16000	Marche Reda Houhou	marche-reda-houhou	16			36.7409	3.1122	1
16000	Alger Riad El Feth	alger-riad-el-feth	16			36.7409	3.1122	1
16001	Alger Et Thaalibi	alger-et-thaalibi	16			36.7409	3.1122	1
16001	Alger Amiraute	alger-amiraute	16			36.7409	3.1122	1
16001	Alger 1er Novembre Rp	alger-1er-novembre-rp	16			36.7409	3.1122	1
16002	Alger Mourad Didouche	alger-mourad-didouche	16			36.7409	3.1122	1
16003	Cite Paysanat	cite-paysanat	16			36.7409	3.1122	1
16003	Deux Bassins	deux-bassins	16			36.7409	3.1122	1
16003	Djenane (Ferme)	djenane-ferme	16			36.7409	3.1122	1
16003	Djenane Mouhoub	djenane-mouhoub	16			36.7409	3.1122	1
16003	El Biar	el-biar	16			36.7409	3.1122	1
16003	Benrouilah (Parc)	benrouilah-parc	16			36.7409	3.1122	1
16003	Bigorie (Parc)	bigorie-parc	16			36.7409	3.1122	1
16003	Albertini (Lotissement)	albertini-lotissement	16			36.7409	3.1122	1
16003	Ben Amar (Ferme)	ben-amar-ferme	16			36.7409	3.1122	1
16003	Bouregui	bouregui	16			36.7409	3.1122	1
16003	Briqueterie Douieb	briqueterie-douieb	16			36.7409	3.1122	1
16003	Campagne Boucherit	campagne-boucherit	16			36.7409	3.1122	1
16003	Campagne Chikiken	campagne-chikiken	16			36.7409	3.1122	1
16003	Campagne Madani	campagne-madani	16			36.7409	3.1122	1
16003	Carrefour (Lot)	carrefour-lot	16			36.7409	3.1122	1
16003	Chateau Royal	chateau-royal	16			36.7409	3.1122	1
16003	Cite Malki	cite-malki	16			36.7409	3.1122	1
16003	Domaine Si Merzouk	domaine-si-merzouk	16			36.7409	3.1122	1
16003	El Biar Minist De La Justice	el-biar-minist-de-la-justice	16			36.7409	3.1122	1
16003	Ferme Carnier	ferme-carnier	16			36.7409	3.1122	1
16003	Ferme Doudou Rais	ferme-doudou-rais	16			36.7409	3.1122	1
16003	Ferme Douieb	ferme-douieb	16			36.7409	3.1122	1
16003	Ferme Soukane Akrouf	ferme-soukane-akrouf	16			36.7409	3.1122	1
16003	Ferme Tchoutchane	ferme-tchoutchane	16			36.7409	3.1122	1
16003	Ferme Terkmain	ferme-terkmain	16			36.7409	3.1122	1
16003	Goumier (Ferme)	goumier-ferme	16			36.7409	3.1122	1
16003	Lot Albertini	lot-albertini	16			36.7409	3.1122	1
16003	Lot La Clergerie	lot-la-clergerie	16			36.7409	3.1122	1
16003	Lot Mons	lot-mons	16			36.7409	3.1122	1
16003	Lot Schianno	lot-schianno	16			36.7409	3.1122	1
16003	Lot Zeboudja	lot-zeboudja	16			36.7409	3.1122	1
16003	Lot Zedek	lot-zedek	16			36.7409	3.1122	1
16003	Melzi (Ferme)	melzi-ferme	16			36.7409	3.1122	1
16003	Mont Dore	mont-dore	16			36.7409	3.1122	1
16003	Parc Annam	parc-annam	16			36.7409	3.1122	1
16003	Parc Ben Boulaid	parc-ben-boulaid	16			36.7409	3.1122	1
16003	Parc Poirson	parc-poirson	16			36.7409	3.1122	1
16003	Parc Princesse Dannam	parc-princesse-dannam	16			36.7409	3.1122	1
16003	Benouadah (Ferme)	benouadah-ferme	16			36.7409	3.1122	1
16003	Clos Payrou	clos-payrou	16			36.7409	3.1122	1
16004	El Harrach	el-harrach	16			36.7203	3.145	4
16004	Beaulieu	beaulieu	16			36.7167	3.1667	4
16004	El Harrach Industriel	el-harrach-industriel	16			36.7185	3.1558	3
16004	El Harrach Materiel	el-harrach-materiel	16			36.7185	3.1558	3
16004	Freres Zmirli	freres-zmirli	16			36.7185	3.1558	3
16004	Hacene Badie	hacene-badie	16			36.7185	3.1558	3
16004	Quartier Lakhdaria	quartier-lakhdaria	16			36.7185	3.1558	3
16004	Parc	parc	16			36.7185	3.1558	3
16004	Hai Kotbane	hai-kotbane	16			36.7185	3.1558	3
16004	La Pepiniere	la-pepiniere	16			36.7185	3.1558	3
16004	Sidi Mbarek	sidi-mbarek	16			36.7185	3.1558	3
16004	Mander El Bahri	mander-el-bahri	16			36.7185	3.1558	3
16004	Aissat Idir (Cours)	aissat-idir-cours	16			36.7185	3.1558	3
16004	Briqueterie El Mokrani	briqueterie-el-mokrani	16			36.7185	3.1558	3
16004	Capam Boushami	capam-boushami	16			36.7185	3.1558	3
16004	Capam Kourifa	capam-kourifa	16			36.7185	3.1558	3
16004	Cours Aissat Idir	cours-aissat-idir	16			36.7185	3.1558	3
16004	Douar Ben Hamouda	douar-ben-hamouda	16			36.7185	3.1558	3
16004	El Alia	el-alia	16			36.7185	3.1558	3
16004	El Harrach 5 Maisons	el-harrach-5-maisons	16			36.7185	3.1558	3
16004	El Harrach Darak	el-harrach-darak	16			36.7185	3.1558	3
16005	Magharine	magharine	16			36.7409	3.1122	1
16005	Ain Naadja Terre (Militaire)	ain-naadja-terre-militaire	16			36.7409	3.1122	1
16005	Campagne Zaaf	campagne-zaaf	16			36.7409	3.1122	1
16005	Domaine Emir Abdelkader	domaine-emir-abdelkader	16			36.7409	3.1122	1
16005	El Magharia	el-magharia	16			36.7409	3.1122	1
16005	Hai Mer Et Soleil	hai-mer-et-soleil	16			36.7409	3.1122	1
16005	Hussein Dey Caroubier	hussein-dey-caroubier	16			36.7409	3.1122	1
16005	Hussein Dey Cijo	hussein-dey-cijo	16			36.7409	3.1122	1
16005	Hussein Dey Dat	hussein-dey-dat	16			36.7409	3.1122	1
16005	Hussein Dey Djenki Hacene	hussein-dey-djenki-hacene	16			36.7409	3.1122	1
16005	Hussein Dey Rp	hussein-dey-rp	16			36.7409	3.1122	1
16006	Kouba	kouba	16			36.7344	3.0848	4
16018	La Fariere	la-fariere	16			36.7541	3.2097	1
16006	Ravin De La Femme Sauvage	ravin-de-la-femme-sauvage	16			36.7344	3.0848	3
16006	Kouba Cir	kouba-cir	16			36.7344	3.0848	3
16006	Cite Jolie Vue	cite-jolie-vue	16			36.7344	3.0848	3
16007	Maison Du Peuple	maison-du-peuple	16			36.7409	3.1122	1
16007	Apc Sidi M'Hamed	apc-sidi-m-hamed	16			36.7409	3.1122	1
16007	Alger 1er Mai	alger-1er-mai	16			36.7409	3.1122	1
16007	Marche Du 1er Mai	marche-du-1er-mai	16			36.7409	3.1122	1
16007	Piscine 1er Mai	piscine-1er-mai	16			36.7409	3.1122	1
16007	Salle Harcha	salle-harcha	16			36.7409	3.1122	1
16008	Alger Bab El Oued	alger-bab-el-oued	16			36.7924	3.0522	4
16008	Alger Bab El Oued Chu	alger-bab-el-oued-chu	16			36.7924	3.0522	3
16008	Marche Bab El Oued	marche-bab-el-oued	16			36.7924	3.0522	3
16009	Alger El Annasser	alger-el-annasser	16			36.7409	3.1122	1
16009	Ravin De La Femme Sauvage	ravin-de-la-femme-sauvage	16			36.7409	3.1122	1
16010	Alger Chu Mustapha	alger-chu-mustapha	16			36.7541	3.2097	1
16010	Alger Ferhat Boussad	alger-ferhat-boussad	16			36.7541	3.2097	1
16011	Alger Port Said	alger-port-said	16			36.7541	3.2097	1
16012	Marche El Aguiba	marche-el-aguiba	16			36.7541	3.2097	1
16012	Alger Sidi Mhamed	alger-sidi-mhamed	16			36.7541	3.2097	1
16013	Sources (Les)	sources-les	16			36.7541	3.2097	1
16013	Domaine Mohamed Garidi	domaine-mohamed-garidi	16			36.7541	3.2097	1
16013	Domaine Hamdine Said	domaine-hamdine-said	16			36.7541	3.2097	1
16013	Domaine Hacene Benamane	domaine-hacene-benamane	16			36.7541	3.2097	1
16013	Cite Sellier	cite-sellier	16			36.7541	3.2097	1
16013	Cite La Concorde	cite-la-concorde	16			36.7541	3.2097	1
16013	Cite Des Ptt	cite-des-ptt	16			36.7541	3.2097	1
16013	Cite Des Castors	cite-des-castors	16			36.7541	3.2097	1
16013	Cite Des Annassers	cite-des-annassers	16			36.7541	3.2097	1
16013	Cem Garidi Ii	cem-garidi-ii	16			36.7541	3.2097	1
16013	Bir Mourad Rais	bir-mourad-rais	16			36.7541	3.2097	1
16013	Domaines Anciens Moudjahidine	domaines-anciens-moudjahidine	16			36.7541	3.2097	1
16013	Lot Beausejour	lot-beausejour	16			36.7541	3.2097	1
16013	Lot Khodjet El Djeld	lot-khodjet-el-djeld	16			36.7541	3.2097	1
16013	Quartier Bourkikaz Amar	quartier-bourkikaz-amar	16			36.7541	3.2097	1
16013	Ravin De La Femme Sauvage	ravin-de-la-femme-sauvage	16			36.7541	3.2097	1
16013	Khodjet El Djeld (Lot)	khodjet-el-djeld-lot	16			36.7541	3.2097	1
16013	La Sapiniere	la-sapiniere	16			36.7541	3.2097	1
16013	Sidi Driss	sidi-driss	16			36.7541	3.2097	1
16014	602 Logts Les Dunes	602-logts-les-dunes	16			36.7541	3.2097	1
16014	Ain Frane	ain-frane	16			36.7541	3.2097	1
16014	Sidi Yakhlef	sidi-yakhlef	16			36.7541	3.2097	1
16014	Sidi Saadi	sidi-saadi	16			36.7541	3.2097	1
16014	Kaouch	kaouch	16			36.7541	3.2097	1
16014	Grand Cheraga	grand-cheraga	16			36.7541	3.2097	1
16014	Djenane Abou Chabou	djenane-abou-chabou	16			36.7541	3.2097	1
16014	Cheraga Rp	cheraga-rp	16			36.7541	3.2097	1
16014	Cheraga Nord	cheraga-nord	16			36.7541	3.2097	1
16014	Cheraga Cgn	cheraga-cgn	16			36.7541	3.2097	1
16015	El Madania	el-madania	16			36.75	3.0667	4
16015	Diar Es Saada	diar-es-saada	16			36.75	3.0667	3
16015	Boulevard Des Martyrs	boulevard-des-martyrs	16			36.75	3.0667	3
16015	Cite Beauregard	cite-beauregard	16			36.75	3.0667	3
16015	Cite El Amal	cite-el-amal	16			36.75	3.0667	3
16015	Cite Nador	cite-nador	16			36.75	3.0667	3
16016	Hydra	hydra	16			36.7541	3.2097	1
16016	Pons	pons	16			36.7541	3.2097	1
16016	Cite Des Ptt	cite-des-ptt	16			36.7541	3.2097	1
16016	Val Dhydra	val-dhydra	16			36.7541	3.2097	1
16016	Hydra Allende	hydra-allende	16			36.7541	3.2097	1
16016	Petit Hydra	petit-hydra	16			36.7541	3.2097	1
16016	Paradou	paradou	16			36.7541	3.2097	1
16016	Nouveau Paradou	nouveau-paradou	16			36.7541	3.2097	1
16016	Hydra Gadouche	hydra-gadouche	16			36.7541	3.2097	1
16017	Serridj	serridj	16			36.7189	3.2754	3
16017	Si Boualem	si-boualem	16			36.7189	3.2754	3
16017	Chabou (Ferme)	chabou-ferme	16			36.7189	3.2754	3
16017	Chaalal (Ferme)	chaalal-ferme	16			36.7189	3.2754	3
16017	Bezaou (Douar)	bezaou-douar	16			36.7189	3.2754	3
16017	Benzerga	benzerga	16			36.7189	3.2754	3
16017	Bendjemia (Douar)	bendjemia-douar	16			36.7189	3.2754	3
16017	Benchoubane (Douar)	benchoubane-douar	16			36.7189	3.2754	3
16017	Chaib (Ferme)	chaib-ferme	16			36.7189	3.2754	3
16017	El Merdja	el-merdja	16			36.7189	3.2754	3
16017	Dra El Gonotal	dra-el-gonotal	16			36.7189	3.2754	3
16017	Hai Enasr	hai-enasr	16			36.7189	3.2754	3
16017	Heuraouas (Douar)	heuraouas-douar	16			36.7189	3.2754	3
16017	Mameria	mameria	16			36.7189	3.2754	3
16017	Maratsa (Hameau)	maratsa-hameau	16			36.7189	3.2754	3
16017	Medeghri	medeghri	16			36.7189	3.2754	3
16017	Quartier Diplomatique	quartier-diplomatique	16			36.7189	3.2754	3
16017	Rouiba Enpi	rouiba-enpi	16			36.7189	3.2754	3
16017	Rouiba Rp	rouiba-rp	16			36.7189	3.2754	3
16017	Sbaat (Douar)	sbaat-douar	16			36.7189	3.2754	3
16017	Souachat	souachat	16			36.7189	3.2754	3
16017	Zone Industrielle	zone-industrielle	16			36.7189	3.2754	3
16017	Haouch Rouiba	haouch-rouiba	16			36.7189	3.2754	4
16018	Ain Benian	ain-benian	16			36.7541	3.2097	1
16018	Mazraat Si Mahieddine	mazraat-si-mahieddine	16			36.7541	3.2097	1
16018	Mazraat Si Haoues	mazraat-si-haoues	16			36.7541	3.2097	1
16018	Mazraat Si Fares	mazraat-si-fares	16			36.7541	3.2097	1
16018	La Sabliere	la-sabliere	16			36.7541	3.2097	1
26065	Tahri	tahri	26			35.8604	2.7041	3
16018	Essakhra El Kobra	essakhra-el-kobra	16			36.7541	3.2097	1
16018	El Mourtafaat Chamalodj	el-mourtafaat-chamalodj	16			36.7541	3.2097	1
16018	Elmakbara	elmakbara	16			36.7541	3.2097	1
16018	El Djamila	el-djamila	16			36.7541	3.2097	1
16018	Amirouche (Mazraat)	amirouche-mazraat	16			36.7541	3.2097	1
16018	Mazafran Amirouche	mazafran-amirouche	16			36.7541	3.2097	1
16019	Ain Taya	ain-taya	16			36.7933	3.2869	4
16019	Claderas (Ferme)	claderas-ferme	16			36.7933	3.2869	3
16019	Ain Beidha (Ferme)	ain-beidha-ferme	16			36.7933	3.2869	3
16019	Ain Kahla (Hai)	ain-kahla-hai	16			36.7933	3.2869	3
16019	Ali Hamdane (Domaine)	ali-hamdane-domaine	16			36.7933	3.2869	3
16019	Ali Horri (Domaine)	ali-horri-domaine	16			36.7933	3.2869	3
16019	Anglade (Ferme)	anglade-ferme	16			36.7933	3.2869	3
16019	Bakalem (Ferme)	bakalem-ferme	16			36.7933	3.2869	3
16019	Bakiri	bakiri	16			36.7933	3.2869	3
16019	Belaid (Ferme)	belaid-ferme	16			36.7933	3.2869	3
16019	Benejean	benejean	16			36.7933	3.2869	3
16019	Bernasconi	bernasconi	16			36.7933	3.2869	3
16019	Branine (Ferme)	branine-ferme	16			36.7933	3.2869	3
16019	Carriere (Cite)	carriere-cite	16			36.7933	3.2869	3
16019	Cautin Vialar	cautin-vialar	16			36.7933	3.2869	3
16019	Chabert (Ferme)	chabert-ferme	16			36.7933	3.2869	3
16019	Chamouhi (Domaine)	chamouhi-domaine	16			36.7933	3.2869	3
16019	Diar El Gharb (Cite)	diar-el-gharb-cite	16			36.7933	3.2869	3
16019	Hai Chouhada (Lot)	hai-chouhada-lot	16			36.7933	3.2869	3
16019	Jondet (Cite)	jondet-cite	16			36.7933	3.2869	3
16019	Kamas	kamas	16			36.7933	3.2869	3
16019	Kardona (Ferme)	kardona-ferme	16			36.7933	3.2869	3
16019	Kihel Bachir	kihel-bachir	16			36.7933	3.2869	3
16019	Kouad (Ferme)	kouad-ferme	16			36.7933	3.2869	3
16019	Larbi Abdeslam (Domaine)	larbi-abdeslam-domaine	16			36.7933	3.2869	3
16019	Larbi (Ferme)	larbi-ferme	16			36.7933	3.2869	3
16019	La Sabliere (Ferme)	la-sabliere-ferme	16			36.7933	3.2869	3
16019	Les Heraouas (Lot)	les-heraouas-lot	16			36.7933	3.2869	3
16019	Longere (Ferme)	longere-ferme	16			36.7933	3.2869	3
16019	Mechab (Ferme)	mechab-ferme	16			36.7933	3.2869	3
16019	Meziane (Ferme)	meziane-ferme	16			36.7933	3.2869	3
16019	Mimouni	mimouni	16			36.7933	3.2869	3
16019	Mizab	mizab	16			36.7933	3.2869	3
16019	Morla	morla	16			36.7933	3.2869	3
16019	Mostefai (Ferme)	mostefai-ferme	16			36.7933	3.2869	3
16019	Oulmane (Ferme)	oulmane-ferme	16			36.7933	3.2869	3
16019	Pilote (Ferme)	pilote-ferme	16			36.7933	3.2869	3
16019	Portel (Ferme)	portel-ferme	16			36.7933	3.2869	3
16019	Ramos (Ferme)	ramos-ferme	16			36.7933	3.2869	3
16019	Real (Ferme)	real-ferme	16			36.7933	3.2869	3
16019	Roses (Ferme)	roses-ferme	16			36.7933	3.2869	3
16019	Sabliere Haouch	sabliere-haouch	16			36.7933	3.2869	3
16019	Sentouhi	sentouhi	16			36.7933	3.2869	3
16019	Socias (Ferme)	socias-ferme	16			36.7933	3.2869	3
16019	Sonacome (Cite)	sonacome-cite	16			36.7933	3.2869	3
16019	Soucailles Sintes	soucailles-sintes	16			36.7933	3.2869	3
16019	Guerchaoui	guerchaoui	16			36.7933	3.2869	3
16019	Gomila	gomila	16			36.7933	3.2869	3
16019	Gazet (Ferme)	gazet-ferme	16			36.7933	3.2869	3
16019	Gabi Meriadel (Ferme)	gabi-meriadel-ferme	16			36.7933	3.2869	3
16019	Fiol (Ferme)	fiol-ferme	16			36.7933	3.2869	3
16019	Fedelich (Ferme)	fedelich-ferme	16			36.7933	3.2869	3
16019	Djedioui	djedioui	16			36.7933	3.2869	3
16020	Alger Ali Basta	alger-ali-basta	16			36.7206	3.1165	1
16021	Alger El Kettani	alger-el-kettani	16			36.7206	3.1165	1
16021	Marche Nelson	marche-nelson	16			36.7206	3.1165	1
16022	Alger Haute Casbah	alger-haute-casbah	16			36.7206	3.1165	1
16023	Lot Florence	lot-florence	16			36.7206	3.1165	1
16023	Alger Malika Gaid	alger-malika-gaid	16			36.7206	3.1165	1
16023	Lot Cognot	lot-cognot	16			36.7206	3.1165	1
16023	Cite Des Sources (Lot)	cite-des-sources-lot	16			36.7206	3.1165	1
16023	Quartier Val Fleuri	quartier-val-fleuri	16			36.7206	3.1165	1
16023	Fontaine Fraiche	fontaine-fraiche	16			36.7206	3.1165	1
16024	Bab Ezzouar	bab-ezzouar	16			36.7261	3.1829	4
16024	Lot Sidi M'Hamed	lot-sidi-m-hamed	16			36.7261	3.1829	3
16024	Cite Universitaire Ii	cite-universitaire-ii	16			36.7261	3.1829	3
16024	Lot Mahmoud	lot-mahmoud	16			36.7261	3.1829	3
16024	Cite Sorecal 8 Mai 1945	cite-sorecal-8-mai-1945	16			36.7261	3.1829	3
16024	Sorecal (Cite)	sorecal-cite	16			36.7261	3.1829	3
16024	Tribu Mahmoud	tribu-mahmoud	16			36.7261	3.1829	3
16024	Tribu Sidi M'Hamed	tribu-sidi-m-hamed	16			36.7261	3.1829	3
16024	Cem Sorecal	cem-sorecal	16			36.7261	3.1829	3
16024	Domaine Douzi Mohamed	domaine-douzi-mohamed	16			36.7261	3.1829	3
16024	Domaine Hammoud Mimouni	domaine-hammoud-mimouni	16			36.7261	3.1829	3
16024	Domaine Si Abdellah	domaine-si-abdellah	16			36.7261	3.1829	3
16025	Cite Sonatiba	cite-sonatiba	16			36.7206	3.1165	1
16025	Cimetiere El Alia	cimetiere-el-alia	16			36.7206	3.1165	1
16025	Cite 880 Logements	cite-880-logements	16			36.7206	3.1165	1
16025	Cite Rabia Tahar	cite-rabia-tahar	16			36.7206	3.1165	1
16025	Sonatiba (Cite)	sonatiba-cite	16			36.7206	3.1165	1
16025	Domaine Hamoud Mimouna	domaine-hamoud-mimouna	16			36.7206	3.1165	1
16025	Douieb (Ferme)	douieb-ferme	16			36.7206	3.1165	1
16025	Bab Ezzouar El Alia	bab-ezzouar-el-alia	16			36.7206	3.1165	1
16025	Cem Numero 1	cem-numero-1	16			36.7206	3.1165	1
16026	Djenane El Mabrouk	djenane-el-mabrouk	16			36.7206	3.1165	1
16026	Cite Des Eucalyptus	cite-des-eucalyptus	16			36.7206	3.1165	1
16026	Diar El Afia	diar-el-afia	16			36.7206	3.1165	1
16026	Cite La Montagne	cite-la-montagne	16			36.7206	3.1165	1
16026	Cite Musulmane	cite-musulmane	16			36.7206	3.1165	1
16026	Cite Sonade	cite-sonade	16			36.7206	3.1165	1
16026	Cite Bel Air	cite-bel-air	16			36.7206	3.1165	1
16026	Cite Bachedjerah 1 Et 2	cite-bachedjerah-1-et-2	16			36.7206	3.1165	1
16026	Capam Boushahi	capam-boushahi	16			36.7206	3.1165	1
16026	Campagne Debbah	campagne-debbah	16			36.7206	3.1165	1
16026	Cressonniere	cressonniere	16			36.7206	3.1165	1
16026	Evolutive (Cite)	evolutive-cite	16			36.7206	3.1165	1
16026	Ferme Benamar	ferme-benamar	16			36.7206	3.1165	1
16026	Ferme Benboulaid	ferme-benboulaid	16			36.7206	3.1165	1
16026	Oued Ouchaiah	oued-ouchaiah	16			36.7206	3.1165	1
16026	Quartier Bourouba	quartier-bourouba	16			36.7206	3.1165	1
16026	Sonade (Cite)	sonade-cite	16			36.7206	3.1165	1
16026	Village Negre	village-negre	16			36.7206	3.1165	1
16026	Cite Des Palmiers	cite-des-palmiers	16			36.7206	3.1165	1
16026	Bachedjerah	bachedjerah	16			36.7206	3.1165	1
16027	Baraki	baraki	16			36.7206	3.1165	1
16027	Ben Ghazi	ben-ghazi	16			36.7206	3.1165	1
16027	Haouch Meriem	haouch-meriem	16			36.7206	3.1165	1
16027	Cite Marhaba	cite-marhaba	16			36.7206	3.1165	1
16027	Cite El Mardja (Houch Touilab)	cite-el-mardja-houch-touilab	16			36.7206	3.1165	1
16027	Cite Bentalha	cite-bentalha	16			36.7206	3.1165	1
16027	Bentalha	bentalha	16			36.7206	3.1165	1
16028	Ben Aknoun Rp	ben-aknoun-rp	16			36.7206	3.1165	1
16029	Birkhadem	birkhadem	16			36.715	3.05	4
16029	Route Saoula	route-saoula	16			36.715	3.05	3
16029	Campagne Semar Touami	campagne-semar-touami	16			36.715	3.05	3
16029	Sidi Embarek	sidi-embarek	16			36.715	3.05	3
16029	Route De Blida	route-de-blida	16			36.715	3.05	3
16029	Oued El Kerma	oued-el-kerma	16			36.715	3.05	3
16029	Meghouche	meghouche	16			36.715	3.05	3
16029	Lot Les Vergers	lot-les-vergers	16			36.715	3.05	3
16029	Ibn Ziad	ibn-ziad	16			36.715	3.05	3
16029	Ibn Toumer	ibn-toumer	16			36.715	3.05	3
16029	Ibn Sina	ibn-sina	16			36.715	3.05	3
16029	Ibn Rochd	ibn-rochd	16			36.715	3.05	3
16029	Ibn Khaldoun	ibn-khaldoun	16			36.715	3.05	3
16029	El Kaddous	el-kaddous	16			36.715	3.05	3
16029	Djenane Sfari	djenane-sfari	16			36.715	3.05	3
16029	Djenane El Afia	djenane-el-afia	16			36.715	3.05	3
16029	Caid El Bab	caid-el-bab	16			36.715	3.05	3
16029	Ain Malha	ain-malha	16			36.715	3.05	3
16029	Abdelmoumene Souami	abdelmoumene-souami	16			36.715	3.05	3
16029	Sayah	sayah	16			36.715	3.05	3
16030	Deux Moulins	deux-moulins	16			36.7924	3.0522	4
16030	La Consulaire	la-consulaire	16			36.7924	3.0522	3
16030	Cite Diar El Khaloua	cite-diar-el-khaloua	16			36.7924	3.0522	3
16030	Bologhine Ibn Ziri	bologhine-ibn-ziri	16			36.7924	3.0522	3
16030	Bologhine	bologhine	16			36.7924	3.0522	3
16030	Zrara Djillali Ghanem	zrara-djillali-ghanem	16			36.7924	3.0522	3
16030	Village Negre	village-negre	16			36.7924	3.0522	3
16030	Notre Dame Dafrique	notre-dame-dafrique	16			36.7924	3.0522	3
16031	Bateau Casse	bateau-casse	16			36.7667	3.2167	4
16031	Collines Alzina	collines-alzina	16			36.7551	3.2216	3
16031	Bordj El Kiffan	bordj-el-kiffan	16			36.7487	3.1925	4
16031	Base Navale	base-navale	16			36.7551	3.2216	3
16031	Les Dunes	les-dunes	16			36.7713	3.2296	4
16031	Ben Mered	ben-mered	16			36.7575	3.2288	4
16031	La Rassauta	la-rassauta	16			36.7551	3.2216	3
16031	Hamiz	hamiz	16			36.7315	3.2403	4
16031	Ben Merabet	ben-merabet	16			36.7551	3.2216	3
16031	Domaine Faizi	domaine-faizi	16			36.7551	3.2216	3
16031	Hassnaoua	hassnaoua	16			36.7551	3.2216	3
16031	Cite Faizi	cite-faizi	16			36.7551	3.2216	3
16031	Bordj El Kiffan Lido	bordj-el-kiffan-lido	16			36.7551	3.2216	3
16031	Bordj El Kiffan Faizi	bordj-el-kiffan-faizi	16			36.7551	3.2216	3
16031	Collines Bouaza	collines-bouaza	16			36.7551	3.2216	3
16032	Route Zegaoui Smail	route-zegaoui-smail	16			36.7516	3.2016	1
16032	Cite Chekroun Farid	cite-chekroun-farid	16			36.7516	3.2016	1
16032	Frais Vallon	frais-vallon	16			36.7516	3.2016	1
16032	Bouzareah El Hamadia	bouzareah-el-hamadia	16			36.7516	3.2016	1
16032	Bouzareah Ali Remli	bouzareah-ali-remli	16			36.7516	3.2016	1
16032	Bouzareah	bouzareah	16			36.7516	3.2016	1
16033	Dar El Beida	dar-el-beida	16			36.7133	3.2125	4
16033	Domaine Khaoudji Abderahmane	domaine-khaoudji-abderahmane	16			36.7224	3.2264	3
16033	Hamiz	hamiz	16			36.7315	3.2403	4
16033	Dar El Beida Air	dar-el-beida-air	16			36.7224	3.2264	3
16033	Alger Aeroport	alger-aeroport	16			36.7224	3.2264	3
16033	Abane Ramdane	abane-ramdane	16			36.7224	3.2264	3
16034	El Biar Bougara	el-biar-bougara	16			36.7516	3.2016	1
16035	Bois De Boulogne	bois-de-boulogne	16			36.7516	3.2016	1
16035	El Mouradia	el-mouradia	16			36.7516	3.2016	1
16035	Diar Es Semchs	diar-es-semchs	16			36.7516	3.2016	1
16035	Cite Des Jasmins	cite-des-jasmins	16			36.7516	3.2016	1
16036	Ibrahimi (Ecole)	ibrahimi-ecole	16			36.7516	3.2016	1
16036	Chebcheb (Cite)	chebcheb-cite	16			36.7516	3.2016	1
16036	Begourari (Cite)	begourari-cite	16			36.7516	3.2016	1
16036	Bourada (Ferme)	bourada-ferme	16			36.7516	3.2016	1
16036	Djafri (Cite)	djafri-cite	16			36.7516	3.2016	1
16036	Ali Khodja (Ferme)	ali-khodja-ferme	16			36.7516	3.2016	1
16036	Ali Ghazali (Ecole)	ali-ghazali-ecole	16			36.7516	3.2016	1
16036	Amirouche (Ferme)	amirouche-ferme	16			36.7516	3.2016	1
16036	Sidi Lakhdar	sidi-lakhdar	16			36.7516	3.2016	1
16036	Reghaia Gir	reghaia-gir	16			36.7516	3.2016	1
16036	Reghaia Esdat	reghaia-esdat	16			36.7516	3.2016	1
16036	Reghaia	reghaia	16			36.7516	3.2016	1
16036	Ouled Heddjadj	ouled-heddjadj	16			36.7516	3.2016	1
16036	Mourad (Cite)	mourad-cite	16			36.7516	3.2016	1
16036	Merzouga (Cite)	merzouga-cite	16			36.7516	3.2016	1
16036	Makhfi (Hameau)	makhfi-hameau	16			36.7516	3.2016	1
16036	Kerrouche	kerrouche	16			36.7516	3.2016	1
16036	Iris (Cite)	iris-cite	16			36.7516	3.2016	1
16036	Ali Boucif (Ferme)	ali-boucif-ferme	16			36.7516	3.2016	1
16036	Base Aerienne (Caserne)	base-aerienne-caserne	16			36.7516	3.2016	1
16036	El Bey (Cite)	el-bey-cite	16			36.7516	3.2016	1
16036	Faoussi (Cite)	faoussi-cite	16			36.7516	3.2016	1
16036	Gabi (Ferme)	gabi-ferme	16			36.7516	3.2016	1
16036	Bouzid (Ferme)	bouzid-ferme	16			36.7516	3.2016	1
16037	Ministere De Lagriculture	ministere-de-lagriculture	16			36.7516	3.2016	1
16037	Alger Hassiba Ben Bouali	alger-hassiba-ben-bouali	16			36.7516	3.2016	1
16038	Alger 7 Merveilles	alger-7-merveilles	16			36.7516	3.2016	1
16039	Alger Khelifa Boukhalfa	alger-khelifa-boukhalfa	16			36.7516	3.2016	1
16040	Bassins Rostomia	bassins-rostomia	16			36.7997	3.2472	1
16040	Cercle Militaire Beni Messous	cercle-militaire-beni-messous	16			36.7997	3.2472	1
16040	Alger Rostomia	alger-rostomia	16			36.7997	3.2472	1
16040	Lot Rsta	lot-rsta	16			36.7997	3.2472	1
16040	Lot Clairval	lot-clairval	16			36.7997	3.2472	1
16041	Alger Tarik Ibn Ziad	alger-tarik-ibn-ziad	16			36.7997	3.2472	1
16041	Mont Plaisant	mont-plaisant	16			36.7997	3.2472	1
16041	Cite Oued Koriche	cite-oued-koriche	16			36.7997	3.2472	1
16041	Fontaine Du Dey	fontaine-du-dey	16			36.7997	3.2472	1
16041	Djenane Hassane	djenane-hassane	16			36.7997	3.2472	1
16041	Fontaine Fraiche	fontaine-fraiche	16			36.7997	3.2472	1
16041	Frais Vallon	frais-vallon	16			36.7997	3.2472	1
16041	Cite La Beaucheraye	cite-la-beaucheraye	16			36.7997	3.2472	1
16041	Cite Brahim Rais	cite-brahim-rais	16			36.7997	3.2472	1
16042	Cite 5 Juillet	cite-5-juillet	16			36.7997	3.2472	1
16042	Cem5 Juillet	cem5-juillet	16			36.7997	3.2472	1
16042	Cite 1030 Logements	cite-1030-logements	16			36.7997	3.2472	1
16042	Cite Ecotec	cite-ecotec	16			36.7997	3.2472	1
16042	Cite Universitaire I	cite-universitaire-i	16			36.7997	3.2472	1
16042	Lot Benhamouda	lot-benhamouda	16			36.7997	3.2472	1
16042	Lot Les Vergers	lot-les-vergers	16			36.7997	3.2472	1
16043	Ben Aknoun Cite Malki	ben-aknoun-cite-malki	16			36.7997	3.2472	1
16044	Hay Ghemidri	hay-ghemidri	16			36.7997	3.2472	1
16044	Beni Messous	beni-messous	16			36.7997	3.2472	1
16044	El Makalaa	el-makalaa	16			36.7997	3.2472	1
16045	Douar Sidi Aid	douar-sidi-aid	16			36.7997	3.2472	1
16045	Benhaoua	benhaoua	16			36.7997	3.2472	1
16045	Les Zouines	les-zouines	16			36.7997	3.2472	1
16045	Birtouta	birtouta	16			36.7997	3.2472	1
16045	Bouhadja Ali	bouhadja-ali	16			36.7997	3.2472	1
16045	Douar Sidi Mhamed	douar-sidi-mhamed	16			36.7997	3.2472	1
16045	Baba Ali Zouine	baba-ali-zouine	16			36.7997	3.2472	1
16045	Sidi Mhamed	sidi-mhamed	16			36.7997	3.2472	1
16046	Bordj El Bahri	bordj-el-bahri	16			36.7907	3.2495	4
16046	Marsa	marsa	16			36.8105	3.2546	4
16046	Dermouche (Ferme)	dermouche-ferme	16			36.7997	3.2472	3
16046	Tamenfoust	tamenfoust	16			36.798	3.2375	4
16046	Coco Plage	coco-plage	16			36.7997	3.2472	3
16046	Cite Sntv	cite-sntv	16			36.7997	3.2472	3
16046	Cite Nouvelle Diar El Gharb	cite-nouvelle-diar-el-gharb	16			36.7997	3.2472	3
16046	Cite Enpc	cite-enpc	16			36.7997	3.2472	3
16046	Chemin Des Ruines	chemin-des-ruines	16			36.7997	3.2472	3
16046	Chabou (Domaine)	chabou-domaine	16			36.7997	3.2472	3
16046	Brise Marine	brise-marine	16			36.7997	3.2472	3
16046	Bordj El Bahri Marine	bordj-el-bahri-marine	16			36.7997	3.2472	3
16046	Bordj El Bahri Air	bordj-el-bahri-air	16			36.7997	3.2472	3
16046	Azur Et Mer (Lot)	azur-et-mer-lot	16			36.7997	3.2472	3
16046	Ain Kahla (Douar)	ain-kahla-douar	16			36.7997	3.2472	3
16046	Cite Enita	cite-enita	16			36.7997	3.2472	3
16046	Terre Familiale (Lot)	terre-familiale-lot	16			36.7997	3.2472	3
16046	Quintana	quintana	16			36.7997	3.2472	3
16046	Quatre Chemins	quatre-chemins	16			36.7997	3.2472	3
16046	Nouvelle (Cite)	nouvelle-cite	16			36.7997	3.2472	3
16046	Les Ondines	les-ondines	16			36.7997	3.2472	3
16046	Les Castors	les-castors	16			36.7997	3.2472	3
16046	Hlm (Cite)	hlm-cite	16			36.7997	3.2472	3
16046	Hai Gallou	hai-gallou	16			36.7997	3.2472	3
16046	Freres Faizi (Domaine)	freres-faizi-domaine	16			36.7997	3.2472	3
16046	Fpa (Cite)	fpa-cite	16			36.7997	3.2472	3
16046	Ecole Mixte	ecole-mixte	16			36.7997	3.2472	3
16047	Dely Ibrahim	dely-ibrahim	16			36.7997	3.2472	1
16047	La Zouaouia	la-zouaouia	16			36.7997	3.2472	1
16047	Ras El Form	ras-el-form	16			36.7997	3.2472	1
16048	Djasr Kasentina	djasr-kasentina	16			36.7997	3.2472	1
16048	Gue De Constantine	gue-de-constantine	16			36.7997	3.2472	1
16048	Oued El Karma	oued-el-karma	16			36.7997	3.2472	1
16049	Douera	douera	16			36.7997	3.2472	1
16049	Douar Xaicia	douar-xaicia	16			36.7997	3.2472	1
16049	Douar Ramdanis	douar-ramdanis	16			36.7997	3.2472	1
16049	Douar Mousdira	douar-mousdira	16			36.7997	3.2472	1
16049	Douar Draa Snober	douar-draa-snober	16			36.7997	3.2472	1
16049	Douar Dkakna	douar-dkakna	16			36.7997	3.2472	1
16049	Ouled Mendil (1er P)	ouled-mendil-1er-p	16			36.7997	3.2472	1
16049	Oukil Hameau	oukil-hameau	16			36.7997	3.2472	1
16049	Moudjira	moudjira	16			36.7997	3.2472	1
16049	Hadj Yakoub	hadj-yakoub	16			36.7997	3.2472	1
16050	Draria	draria	16			36.6534	3.1473	1
16050	Tribu Achli	tribu-achli	16			36.6534	3.1473	1
16050	Tribu Bouzid	tribu-bouzid	16			36.6534	3.1473	1
16050	Tribu Saker	tribu-saker	16			36.6534	3.1473	1
16050	Bougaiton Boudjemaa T	bougaiton-boudjemaa-t	16			36.6534	3.1473	1
16050	Oued Tarfa	oued-tarfa	16			36.6534	3.1473	1
16050	Sebala	sebala	16			36.6534	3.1473	1
16051	El Harrach Hacen Badi	el-harrach-hacen-badi	16			36.6534	3.1473	1
16052	El Mouradia Aoudia	el-mouradia-aoudia	16			36.6534	3.1473	1
16052	Ministere Des Affaires Etrang	ministere-des-affaires-etrang	16			36.6534	3.1473	1
16053	Lot Du Plan	lot-du-plan	16			36.6534	3.1473	1
16053	Haouch Habki	haouch-habki	16			36.6534	3.1473	1
16053	Hai El Hayat	hai-el-hayat	16			36.6534	3.1473	1
16053	Hai El Badr	hai-el-badr	16			36.6534	3.1473	1
16053	Quatre Chemins De Kouba	quatre-chemins-de-kouba	16			36.6534	3.1473	1
16053	Mohamed Garidi (Domaine)	mohamed-garidi-domaine	16			36.6534	3.1473	1
16054	Hai El Fida	hai-el-fida	16			36.6534	3.1473	1
16055	Plateau Des Annassers	plateau-des-annassers	16			36.6534	3.1473	1
16055	Kouba El Annasser	kouba-el-annasser	16			36.6534	3.1473	1
16055	Cite Des Annassers	cite-des-annassers	16			36.6534	3.1473	1
16056	Cem Garidi I	cem-garidi-i	16			36.6534	3.1473	1
16056	Chemin De La Mecque	chemin-de-la-mecque	16			36.6534	3.1473	1
16056	Cite Garidi	cite-garidi	16			36.6534	3.1473	1
16056	Kouba Garidi	kouba-garidi	16			36.6534	3.1473	1
16057	Les Eucalyptus	les-eucalyptus	16			36.6534	3.1473	4
16057	Lot Lhaidouci	lot-lhaidouci	16			36.6534	3.1473	3
16057	Ouled Ferhat	ouled-ferhat	16			36.6534	3.1473	3
16057	Lot Mounin	lot-mounin	16			36.6534	3.1473	3
16057	Lot Legrand	lot-legrand	16			36.6534	3.1473	3
16057	Lot Beylot	lot-beylot	16			36.6534	3.1473	3
16057	Hay Menasria	hay-menasria	16			36.6534	3.1473	3
16057	Hay Kourifa Mohamed	hay-kourifa-mohamed	16			36.6534	3.1473	3
16057	Haouch Fasli	haouch-fasli	16			36.6534	3.1473	3
16057	Domaine Talha Ali N° 4	domaine-talha-ali-n-4	16			36.6534	3.1473	3
16057	Domaine Talha Ali	domaine-talha-ali	16			36.6534	3.1473	3
16057	Domaine Haddadi	domaine-haddadi	16			36.6534	3.1473	3
16057	Domaine Emir Abdelkader	domaine-emir-abdelkader	16			36.6534	3.1473	3
16057	Cite Zouaoui(Lot)	cite-zouaoui-lot	16			36.6534	3.1473	3
16057	Chateau Rouge	chateau-rouge	16			36.6534	3.1473	3
16057	Beylot (Lot)	beylot-lot	16			36.6534	3.1473	3
16058	Cinq Maisons	cinq-maisons	16			36.6534	3.1473	1
16058	Mohammadia	mohammadia	16			36.6534	3.1473	1
16058	Snouber El Bahri	snouber-el-bahri	16			36.6534	3.1473	1
16059	Oued Smar	oued-smar	16			36.6534	3.1473	4
16059	Oued Smar Industriel	oued-smar-industriel	16			36.6534	3.1473	3
16059	Domaine Makoudi	domaine-makoudi	16			36.6534	3.1473	3
16059	Domaine Mahdi Boualem	domaine-mahdi-boualem	16			36.6534	3.1473	3
16059	Domaine Berrouaghi Ali	domaine-berrouaghi-ali	16			36.6534	3.1473	3
16059	Domaine El Djemhouria	domaine-el-djemhouria	16			36.6534	3.1473	3
16059	Domaine El Djenina	domaine-el-djenina	16			36.6534	3.1473	3
16060	Lot Pignodel	lot-pignodel	16			36.7448	3.18	1
16060	Plateau Sidi El Kebir	plateau-sidi-el-kebir	16			36.7448	3.18	1
16060	Bouamar La Vigie	bouamar-la-vigie	16			36.7448	3.18	1
16060	Miramar	miramar	16			36.7448	3.18	1
16060	Rais Hamidou	rais-hamidou	16			36.7448	3.18	1
16061	Lamirette	lamirette	16			36.7448	3.18	1
16061	Zouaoui (Cite)	zouaoui-cite	16			36.7448	3.18	1
16061	Sidi Moussa	sidi-moussa	16			36.7448	3.18	1
16061	Cite Nezali	cite-nezali	16			36.7448	3.18	1
16061	Cite Rais	cite-rais	16			36.7448	3.18	1
16061	Dahimet	dahimet	16			36.7448	3.18	1
16061	Houdoura	houdoura	16			36.7448	3.18	1
16061	Ouled Allel	ouled-allel	16			36.7448	3.18	1
16062	Kaiti Ahmed (Domaine)	kaiti-ahmed-domaine	16			36.7448	3.18	1
16062	Labridja	labridja	16			36.7448	3.18	1
16062	Palm Beech	palm-beech	16			36.7448	3.18	1
16062	Staoueli Bouregaa	staoueli-bouregaa	16			36.7448	3.18	1
16062	Bellouta C Rabah	bellouta-c-rabah	16			36.7448	3.18	1
16062	Ben Dada Ahmed	ben-dada-ahmed	16			36.7448	3.18	1
16062	Ben Sada (Ferme)	ben-sada-ferme	16			36.7448	3.18	1
16062	Domaine Ben Dada	domaine-ben-dada	16			36.7448	3.18	1
16062	Domaine Djillali	domaine-djillali	16			36.7448	3.18	1
16062	Domaine Gasmi	domaine-gasmi	16			36.7448	3.18	1
16062	Domaine Khaiti	domaine-khaiti	16			36.7448	3.18	1
16062	Petit Staoueli	petit-staoueli	16			36.7448	3.18	1
16062	Staoueli	staoueli	16			36.7448	3.18	1
16063	Zouava	zouava	16			36.7448	3.18	1
16063	Capra N° 7	capra-n-7	16			36.7448	3.18	1
16063	Chahat Rabah (Domaine)	chahat-rabah-domaine	16			36.7448	3.18	1
16063	Cite Comle (Capra1234)	cite-comle-capra1234	16			36.7448	3.18	1
16063	Dispensaire (Plateau)	dispensaire-plateau	16			36.7448	3.18	1
16063	Domaine Hadjri Ahmed	domaine-hadjri-ahmed	16			36.7448	3.18	1
16063	Domaine Kheloufi Djillali	domaine-kheloufi-djillali	16			36.7448	3.18	1
16063	Domaine Mahieddine	domaine-mahieddine	16			36.7448	3.18	1
16063	Domaine Miloud Moussa	domaine-miloud-moussa	16			36.7448	3.18	1
16063	Ecole Billal Plateau	ecole-billal-plateau	16			36.7448	3.18	1
16063	Faisanderie	faisanderie	16			36.7448	3.18	1
16063	Miloudi Moussa (Domaine)	miloudi-moussa-domaine	16			36.7448	3.18	1
16063	Oued Mazafran	oued-mazafran	16			36.7448	3.18	1
16063	Selmane Kaddour (Domaine)	selmane-kaddour-domaine	16			36.7448	3.18	1
16063	Si Tewfik Lapam	si-tewfik-lapam	16			36.7448	3.18	1
16063	Station Experimentale	station-experimentale	16			36.7448	3.18	1
16063	Yassouel Kouider	yassouel-kouider	16			36.7448	3.18	1
16063	Zeralda	zeralda	16			36.7448	3.18	1
16063	Capra N°6	capra-n-6	16			36.7448	3.18	1
16063	Capra N°5	capra-n-5	16			36.7448	3.18	1
16063	Azur Plage	azur-plage	16			36.7448	3.18	1
16063	Ben Aissa Hamadane Capam	ben-aissa-hamadane-capam	16			36.7448	3.18	1
16063	Benghazi	benghazi	16			36.7448	3.18	1
16063	Bouabdellah Omar Domaine	bouabdellah-omar-domaine	16			36.7448	3.18	1
16063	Boussalem Boualem (Capam)	boussalem-boualem-capam	16			36.7448	3.18	1
16064	Ain Naadja H Boumediene	ain-naadja-h-boumediene	16			36.7448	3.18	1
16065	Ain Naadja	ain-naadja	16			36.7448	3.18	1
16066	Alger Freres Bellili	alger-freres-bellili	16			36.7448	3.18	1
16067	Alger Freres Si Bachir	alger-freres-si-bachir	16			36.7448	3.18	1
16068	Alger Ahcene Askri	alger-ahcene-askri	16			36.7448	3.18	1
16069	Alger Ahcene Djanki	alger-ahcene-djanki	16			36.7448	3.18	1
16070	Alger Ali Ourak	alger-ali-ourak	16			36.7448	3.18	1
16071	Alger Apn	alger-apn	16			36.7448	3.18	1
16072	Alger Bd Des Martyrs	alger-bd-des-martyrs	16			36.7448	3.18	1
16073	Alger Cour Supreme	alger-cour-supreme	16			36.7448	3.18	1
16074	Alger Diar El Mahcoul	alger-diar-el-mahcoul	16			36.7448	3.18	1
16075	Alger Les Sources	alger-les-sources	16			36.7448	3.18	1
16076	Alger Mahieddine	alger-mahieddine	16			36.7448	3.18	1
16077	Alger Port	alger-port	16			36.7448	3.18	1
16078	Hamdine Said (Domaine)	hamdine-said-domaine	16			36.7448	3.18	1
16078	Alger Said Hamdine	alger-said-hamdine	16			36.7448	3.18	1
16079	Alger Universite H Boumedienne	alger-universite-h-boumedienne	16			36.7448	3.18	1
16080	Alger Ziani (Police)	alger-ziani-police	16			36.7448	3.18	1
16081	Ferme Zerrouk	ferme-zerrouk	16			36.7448	3.18	1
16081	Aissaoui (Ferme)	aissaoui-ferme	16			36.7448	3.18	1
16081	Benamirouche (Ferme)	benamirouche-ferme	16			36.7448	3.18	1
16081	Nechi	nechi	16			36.7448	3.18	1
16081	Missoum (Ferme)	missoum-ferme	16			36.7448	3.18	1
16081	Mezli (Ferme)	mezli-ferme	16			36.7448	3.18	1
16081	Mekhazni (Ferme)	mekhazni-ferme	16			36.7448	3.18	1
16081	Korichi (Ferme)	korichi-ferme	16			36.7448	3.18	1
16081	Khoudja (Ferme)	khoudja-ferme	16			36.7448	3.18	1
16081	Kherazi (Ferme)	kherazi-ferme	16			36.7448	3.18	1
16081	Kaci Chaouche (Ferme)	kaci-chaouche-ferme	16			36.7448	3.18	1
16081	Houmir Benalia (Douar)	houmir-benalia-douar	16			36.7448	3.18	1
16081	Harrachi (Ferme)	harrachi-ferme	16			36.7448	3.18	1
16081	Haouch Oukil	haouch-oukil	16			36.7448	3.18	1
16081	Ferme Youcef	ferme-youcef	16			36.7448	3.18	1
16081	Domaine Nedir	domaine-nedir	16			36.7448	3.18	1
16081	Domaine Guessas	domaine-guessas	16			36.7448	3.18	1
16081	Chaouch (Ferme)	chaouch-ferme	16			36.7448	3.18	1
16081	Chamlil (Ferme)	chamlil-ferme	16			36.7448	3.18	1
16081	Boudiaf (Domaine)	boudiaf-domaine	16			36.7448	3.18	1
16081	Bouchadou (Domaine)	bouchadou-domaine	16			36.7448	3.18	1
16081	Beloul (Ferme)	beloul-ferme	16			36.7448	3.18	1
16081	Belarah (Ferme)	belarah-ferme	16			36.7448	3.18	1
16081	Bakiri (Ferme)	bakiri-ferme	16			36.7448	3.18	1
16081	Baba Hassen	baba-hassen	16			36.7448	3.18	1
16081	Amimeur (Ferme)	amimeur-ferme	16			36.7448	3.18	1
16081	Achab Tahar (Ferme)	achab-tahar-ferme	16			36.7448	3.18	1
16082	Bainem	bainem	16			36.7448	3.18	1
16082	Bains Romains	bains-romains	16			36.7448	3.18	1
16083	Baraki Si Lakhdar	baraki-si-lakhdar	16			36.7448	3.18	1
16084	Bouchaoui	bouchaoui	16			36.7448	3.18	1
16084	Centre De Formation Arts	centre-de-formation-arts	16			36.7448	3.18	1
16084	Centre De Transfusion Sanguine	centre-de-transfusion-sanguine	16			36.7448	3.18	1
16084	Ferme 1 Et 2 (Route Souidania)	ferme-1-et-2-route-souidania	16			36.7448	3.18	1
16084	Domaine Bouchaoui	domaine-bouchaoui	16			36.7448	3.18	1
16084	Bureau National (Bneder)	bureau-national-bneder	16			36.7448	3.18	1
16084	Centre Medico Social Et Maternite	centre-medico-social-et-maternite	16			36.7448	3.18	1
16085	Cap Caxine	cap-caxine	16			36.7448	3.18	1
16085	Bainem Falaises	bainem-falaises	16			36.7448	3.18	1
16085	Lot Des Roses	lot-des-roses	16			36.7448	3.18	1
16085	Lot Des Eucalyptus	lot-des-eucalyptus	16			36.7448	3.18	1
16085	Les Tamarins	les-tamarins	16			36.7448	3.18	1
16085	Cite Repal	cite-repal	16			36.7448	3.18	1
16085	Cite Radja	cite-radja	16			36.7448	3.18	1
16085	Boukika Amar	boukika-amar	16			36.7448	3.18	1
16086	Cheraga Beaulieu	cheraga-beaulieu	16			36.7448	3.18	1
16087	Dergana	dergana	16			36.7448	3.18	1
16088	Cite Diar El Djemaa	cite-diar-el-djemaa	16			36.7448	3.18	1
16088	Diar El Djemaa	diar-el-djemaa	16			36.7448	3.18	1
16089	El Hammadia	el-hammadia	16			36.7448	3.18	1
16090	Hai El Djamil	hai-el-djamil	16			36.7448	3.18	1
16091	Kheraicia	kheraicia	16			36.7448	3.18	1
16091	Sidi Slimane	sidi-slimane	16			36.7448	3.18	1
16091	Ben Chaoua	ben-chaoua	16			36.7448	3.18	1
16092	Kouba Cite Semrouni	kouba-cite-semrouni	16			36.7448	3.18	1
16093	Boukhelkhel	boukhelkhel	16			36.7448	3.18	1
16093	Douar Haddadou	douar-haddadou	16			36.7448	3.18	1
16093	Douar Sidi Abdallah	douar-sidi-abdallah	16			36.7448	3.18	1
16093	Mahelma	mahelma	16			36.7448	3.18	1
16093	Haddadou	haddadou	16			36.7448	3.18	1
16093	Douar Zaatria	douar-zaatria	16			36.7448	3.18	1
16093	Douar Boukhelkhel	douar-boukhelkhel	16			36.7448	3.18	1
16094	Boudjemaa Khelil (Domaine)	boudjemaa-khelil-domaine	16			36.7448	3.18	1
16094	Pont Americain	pont-americain	16			36.7448	3.18	1
16094	Domaine Kouche Idir	domaine-kouche-idir	16			36.7448	3.18	1
16094	Ecole Du Plateau	ecole-du-plateau	16			36.7448	3.18	1
16094	Haouche Guies	haouche-guies	16			36.7448	3.18	1
16094	Ouled Fayet	ouled-fayet	16			36.7448	3.18	1
16094	Plateau Rta Go	plateau-rta-go	16			36.7448	3.18	1
16094	Ain Kahla	ain-kahla	16			36.7448	3.18	1
16095	Rouais	rouais	16			36.7448	3.18	1
16095	Douar Ouled Belhadj	douar-ouled-belhadj	16			36.7448	3.18	1
16095	Douar Remila	douar-remila	16			36.7448	3.18	1
16095	Sidi Amar	sidi-amar	16			36.7448	3.18	1
16095	Douar Meridja	douar-meridja	16			36.7448	3.18	1
16095	Adda Hameau	adda-hameau	16			36.7448	3.18	1
16095	Douar Rouas	douar-rouas	16			36.7448	3.18	1
16095	Meridja	meridja	16			36.7448	3.18	1
16095	Remila	remila	16			36.7448	3.18	1
16095	Moulin	moulin	16			36.7448	3.18	1
16095	Saoula	saoula	16			36.7448	3.18	1
16096	Sidi Fredj	sidi-fredj	16			36.7448	3.18	1
16096	Centre Touristique  De  Sidi Fredj	centre-touristique-de-sidi-fredj	16			36.7448	3.18	1
16096	Plage Ouest	plage-ouest	16			36.7448	3.18	1
16096	Hotel Du Port	hotel-du-port	16			36.7448	3.18	1
16096	Institut Pasteur	institut-pasteur	16			36.7448	3.18	1
16096	Cite Nouvelle	cite-nouvelle	16			36.7448	3.18	1
16096	Coopemad Horticole	coopemad-horticole	16			36.7448	3.18	1
16096	El Manar (Hotel)	el-manar-hotel	16			36.7448	3.18	1
16096	Ahmed Ben Saad (Ferme)	ahmed-ben-saad-ferme	16			36.7448	3.18	1
16096	Centre Unja	centre-unja	16			36.7448	3.18	1
16096	El Minzah (Hotel)	el-minzah-hotel	16			36.7448	3.18	1
16096	Centre Therapeutique	centre-therapeutique	16			36.7448	3.18	1
16096	Centre Artistique	centre-artistique	16			36.7448	3.18	1
16096	El Riadh (Hotel)	el-riadh-hotel	16			36.7448	3.18	1
16097	Souidania	souidania	16			36.7448	3.18	1
16097	Le Plateau	le-plateau	16			36.7448	3.18	1
16097	Cote Blanche 5 Juillet	cote-blanche-5-juillet	16			36.7448	3.18	1
16098	Staoueli Club Des Pins	staoueli-club-des-pins	16			36.7448	3.18	1
16099	Tessala El Merdja	tessala-el-merdja	16			36.7448	3.18	1
16099	Sidi Ayad	sidi-ayad	16			36.7448	3.18	1
16099	Douar Darakna (1ere Partie)	douar-darakna-1ere-partie	16			36.7448	3.18	1
16100	Tixeraine	tixeraine	16			36.7237	3.0273	4
16101	Ain Benian 18 Fevrier	ain-benian-18-fevrier	16			36.7547	3.1315	1
16102	Algerie Telecom	algerie-telecom	16			36.7547	3.1315	1
16103	Alger Plage	alger-plage	16			36.7857	3.2357	4
16104	El Achour	el-achour	16			36.7547	3.1315	1
16104	Haouch Chaouche	haouch-chaouche	16			36.7547	3.1315	1
16104	Kaddous	kaddous	16			36.7547	3.1315	1
16105	Hopital Central Anp	hopital-central-anp	16			36.7547	3.1315	1
16106	Oued Romane	oued-romane	16			36.7547	3.1315	1
16107	Ouled Sidi Lakehel	ouled-sidi-lakehel	16			36.7547	3.1315	1
16108	Reghaia Plateau	reghaia-plateau	16			36.7547	3.1315	1
16109	Sidi Youcef	sidi-youcef	16			36.7547	3.1315	1
16110	Zeralda Bd Souidani	zeralda-bd-souidani	16			36.8105	3.2546	1
16111	Baba Ali	baba-ali	16			36.8105	3.2546	1
16111	Village Baba Ali	village-baba-ali	16			36.8105	3.2546	1
16112	Dekakna	dekakna	16			36.8105	3.2546	1
16113	El Amara	el-amara	16			36.8105	3.2546	1
16114	El Bridja	el-bridja	16			36.8105	3.2546	1
16115	El Marsa	el-marsa	16			36.8105	3.2546	4
16116	Brraidia	brraidia	16			36.8105	3.2546	1
16116	Heraoua	heraoua	16			36.8105	3.2546	1
16117	Mazafran Bouzegza	mazafran-bouzegza	16			36.8105	3.2546	1
16118	Ouled Chebel	ouled-chebel	16			36.8105	3.2546	1
16118	Mhamdia Mahmoudi	mhamdia-mahmoudi	16			36.8105	3.2546	1
16118	Douar Ouled Chebel	douar-ouled-chebel	16			36.8105	3.2546	1
16118	Chaabani	chaabani	16			36.8105	3.2546	1
16119	Douar Ouled Mendhil (1ere Partie)	douar-ouled-mendhil-1ere-partie	16			36.8105	3.2546	1
16120	Quartier 11 Decembre	quartier-11-decembre	16			36.7733	3.1725	1
16121	Rahmania	rahmania	16			36.7733	3.1725	1
16122	Ramdania	ramdania	16			36.7733	3.1725	1
16123	Reghaia Djaafri	reghaia-djaafri	16			36.7733	3.1725	1
16124	Sidi Boukhris	sidi-boukhris	16			36.7733	3.1725	1
16125	Sidi Hassen	sidi-hassen	16			36.7733	3.1725	1
16126	Zaatria	zaatria	16			36.7733	3.1725	1
16127	Conseil De La Nation	conseil-de-la-nation	16			36.7733	3.1725	1
16800	Alger Gare	alger-gare	16			36.7482	3.1791	1
16801	Alger Colis Postaux	alger-colis-postaux	16			36.7482	3.1791	1
16802	Alger Centre Cheques Postaux	alger-centre-cheques-postaux	16			36.7482	3.1791	1
16803	Alger El Marsa Ems	alger-el-marsa-ems	16			36.7482	3.1791	1
16804	C/N Trait Reclamations Postales	c-n-trait-reclamations-postales	16			36.7482	3.1791	1
16805	Alger Ccm	alger-ccm	16			36.7482	3.1791	1
16806	Alger Cnep	alger-cnep	16			36.7482	3.1791	1
16807	Alger Crc	alger-crc	16			36.7482	3.1791	1
16808	Alger Crme	alger-crme	16			36.7482	3.1791	1
16809	Entrepot Air	entrepot-air	16			36.7482	3.1791	1
17000	Djelfa El Wiam	djelfa-el-wiam	17			34.9468	3.2441	1
17000	Djelfa Achour Ziane	djelfa-achour-ziane	17			34.9468	3.2441	1
17000	Djelfa Rp	djelfa-rp	17			34.9468	3.2441	1
17000	Djelfa Terre	djelfa-terre	17			34.9468	3.2441	1
17000	Zina	zina	17			34.9468	3.2441	1
17001	Ain Oussera	ain-oussera	17			35.4514	2.9058	4
17001	El Khechem	el-khechem	17			35.4514	2.9058	3
17001	Boussedraya	boussedraya	17			35.4514	2.9058	3
17001	Ain Ouessera Terre	ain-ouessera-terre	17			35.4514	2.9058	3
17002	Hassi Bahbah	hassi-bahbah	17			35.0711	3.0299	4
17002	Guelt Es Stel	guelt-es-stel	17			35.1578	3.0239	4
17002	El Ogla	el-ogla	17			35.1144	3.0269	3
17002	Hassi El Mora	hassi-el-mora	17			35.1144	3.0269	3
17002	Oued Boutchicha	oued-boutchicha	17			35.1144	3.0269	3
17002	El Mesrane	el-mesrane	17			35.1144	3.0269	3
17002	Bendjouadi	bendjouadi	17			35.1144	3.0269	3
17002	Hassi Bahbah Terre	hassi-bahbah-terre	17			35.1144	3.0269	3
17003	Messaad	messaad	17			34.1543	3.5031	4
17003	Tamdit	tamdit	17			34.1543	3.5031	3
17003	Tahiri Mohamed	tahiri-mohamed	17			34.1543	3.5031	3
17003	Demed	demed	17			34.1543	3.5031	3
17003	Haniet Ouled Salem	haniet-ouled-salem	17			34.1543	3.5031	3
17003	Reguiba	reguiba	17			34.1543	3.5031	3
17004	Ain Ouessera Slimani Slimane	ain-ouessera-slimani-slimane	17			34.9468	3.2441	1
17005	Ain Ouessera Zighout Youcef	ain-ouessera-zighout-youcef	17			34.9468	3.2441	1
17006	El Merdja	el-merdja	17			34.95	3.5167	4
17006	Dar Chioukh	dar-chioukh	17			34.8964	3.4854	4
17007	Djelfa 5 Juillet	djelfa-5-juillet	17			34.9468	3.2441	1
17007	Mergueb Ben Haffaf	mergueb-ben-haffaf	17			34.9468	3.2441	1
17008	Djelfa Daya	djelfa-daya	17			34.9468	3.2441	1
17009	Djelfa Sidi Nail	djelfa-sidi-nail	17			34.9468	3.2441	1
17010	Hassi Bahbah Djaaroun Said	hassi-bahbah-djaaroun-said	17			34.8241	3.0159	1
17011	Ain El Ibel	ain-el-ibel	17			34.3438	3.2248	4
17011	Daiet El Mhala	daiet-el-mhala	17			34.3438	3.2248	3
17011	Morhma	morhma	17			34.3438	3.2248	3
17011	Bab Ain Messaoud	bab-ain-messaoud	17			34.3438	3.2248	3
17011	Ain Roumia	ain-roumia	17			34.3438	3.2248	3
17011	Traifia	traifia	17			34.3438	3.2248	3
17011	Timekhmiket	timekhmiket	17			34.3438	3.2248	3
17011	Takerzine	takerzine	17			34.3438	3.2248	3
17011	Misila	misila	17			34.3438	3.2248	3
17011	Oued Sdeur	oued-sdeur	17			34.3438	3.2248	3
17011	M'Ziguida	m-ziguida	17			34.3438	3.2248	3
17011	Dzera	dzera	17			34.3438	3.2248	3
17011	Metiriha	metiriha	17			34.3438	3.2248	3
17012	Ain Ouessera Abane Ramdane	ain-ouessera-abane-ramdane	17			34.8241	3.0159	1
17013	Ain Oussera Guarada Belgacem	ain-oussera-guarada-belgacem	17			34.8241	3.0159	1
17014	Birine	birine	17			35.635	3.225	4
17015	Charef	charef	17			34.621	2.795	4
17015	Medjoune	medjoune	17			34.6588	2.8069	3
17015	Touazi	touazi	17			34.6966	2.8187	4
17015	Boulilou	boulilou	17			34.6588	2.8069	3
17015	Regada	regada	17			34.6588	2.8069	3
17015	Kalane	kalane	17			34.6588	2.8069	3
17015	Tazarouguet	tazarouguet	17			34.6588	2.8069	3
17015	Fritissa	fritissa	17			34.6588	2.8069	3
17016	Djelfa Hassen Abdelkader	djelfa-hassen-abdelkader	17			34.8241	3.0159	1
17017	Djelfa Berrebih	djelfa-berrebih	17			34.8241	3.0159	1
17018	Djelfa Boutrifis	djelfa-boutrifis	17			34.8241	3.0159	1
17019	El Guedid	el-guedid	17			34.8241	3.0159	1
17019	Ain Botna	ain-botna	17			34.8241	3.0159	1
17020	El Idrissia	el-idrissia	17			34.4454	2.5275	4
17020	Ain El Hadjar	ain-el-hadjar	17			34.4454	2.5275	3
17020	Diar Mohamed Ben Baizid	diar-mohamed-ben-baizid	17			34.4454	2.5275	3
17020	El Idrissia 11 Dec 1960	el-idrissia-11-dec-1960	17			34.4454	2.5275	3
17020	Zahaf	zahaf	17			34.4454	2.5275	3
17021	Bordj Abidi	bordj-abidi	17			34.7651	2.9531	1
17021	Melaga	melaga	17			34.7651	2.9531	1
17021	Ain Ouled Zid	ain-ouled-zid	17			34.7651	2.9531	1
17021	Feid El Botma	feid-el-botma	17			34.7651	2.9531	1
17022	Had Sahary	had-sahary	17			35.3506	3.3653	4
17022	Had Sahary Si El Haoues	had-sahary-si-el-haoues	17			35.3506	3.3653	3
17022	Village Le Caid	village-le-caid	17			35.3506	3.3653	3
17023	Hassi Bahbah Chettouh Kheiredine	hassi-bahbah-chettouh-kheiredine	17			34.7651	2.9531	1
17024	Sidi Laadjel	sidi-laadjel	17			34.7651	2.9531	1
17025	Z'Mila	z-mila	17			34.8	3.1333	3
17025	Ain Maabed	ain-maabed	17			34.8	3.1333	4
17025	Karmounia	karmounia	17			34.8	3.1333	3
17025	Hadjer El Melh (Rocher Sel)	hadjer-el-melh-rocher-sel	17			34.8	3.1333	3
17025	Zaouia	zaouia	17			34.8	3.1333	3
17026	Ben Yacoub	ben-yacoub	17			34.4644	2.7862	4
17026	Tramia	tramia	17			34.4644	2.7862	3
17026	Djourane	djourane	17			34.4644	2.7862	3
17027	Birine Kadi Tahar	birine-kadi-tahar	17			34.7651	2.9531	1
17027	Horabat	horabat	17			34.7651	2.9531	1
17028	Djelfa Ain Chih	djelfa-ain-chih	17			34.7651	2.9531	1
17029	Djelfa Zahaf	djelfa-zahaf	17			34.7651	2.9531	1
17030	Foursse	foursse	17			34.7602	3.4808	1
17030	Bouchkioua	bouchkioua	17			34.7602	3.4808	1
17030	Douis	douis	17			34.7602	3.4808	1
17030	Ben Hamed	ben-hamed	17			34.7602	3.4808	1
17031	Hassi Bahbah 5 Juillet	hassi-bahbah-5-juillet	17			34.7602	3.4808	1
17032	Hassi El Euch	hassi-el-euch	17			34.7602	3.4808	1
17033	Messaad El Quods	messaad-el-quods	17			34.7602	3.4808	1
17034	Messaad Demed	messaad-demed	17			34.7602	3.4808	1
17035	Messaad Emir Abdelkader	messaad-emir-abdelkader	17			34.7602	3.4808	1
17036	Mouilah	mouilah	17			34.7602	3.4808	4
17037	Taadmit	taadmit	17			34.7602	3.4808	1
17038	Dekima	dekima	17			34.7602	3.4808	1
17038	Zaafrane	zaafrane	17			34.7602	3.4808	1
17038	Boussoir	boussoir	17			34.7602	3.4808	1
17039	Ain Chouhada	ain-chouhada	17			34.7602	3.4808	1
17040	Ain Fekka	ain-fekka	17			34.8466	3.186	1
17041	Amera	amera	17			34.8466	3.186	1
17042	Amourah	amourah	17			34.8466	3.186	1
17042	Abdelmadjid	abdelmadjid	17			34.8466	3.186	1
17043	Benhar	benhar	17			34.8466	3.186	1
17044	Bouirat Lahdeb	bouirat-lahdeb	17			34.8466	3.186	1
17045	Daiet El Bkhour	daiet-el-bkhour	17			34.8466	3.186	1
17046	Deldoul	deldoul	17			34.8466	3.186	1
17046	Gorita	gorita	17			34.8466	3.186	1
17047	Draa Souary	draa-souary	17			34.8466	3.186	1
17048	Oum El Guerad	oum-el-guerad	17			34.8466	3.186	1
17048	El Gahra	el-gahra	17			34.8466	3.186	1
17048	El Ouldja	el-ouldja	17			34.8466	3.186	1
17049	El Hamam	el-hamam	17			34.8466	3.186	1
17050	El Hiouhi	el-hiouhi	17			34.9801	3.4811	1
17051	El Khemis	el-khemis	17			34.9801	3.4811	1
17052	El Oguila	el-oguila	17			34.9801	3.4811	1
17053	Ain Rous	ain-rous	17			34.9801	3.4811	4
17053	Ain Ouled Fatma	ain-ouled-fatma	17			34.9801	3.4811	3
17053	Guendouza	guendouza	17			34.9801	3.4811	3
17054	Guernini	guernini	17			34.9801	3.4811	1
17055	Guettara	guettara	17			34.9801	3.4811	1
17056	Abdesslam Hocine	abdesslam-hocine	17			34.9801	3.4811	1
17056	Hassi Fedoul	hassi-fedoul	17			34.9801	3.4811	1
17057	M'Liliha	m-liliha	17			34.9801	3.4811	1
17058	Ain Mita	ain-mita	17			34.9801	3.4811	1
17058	Ain Dine	ain-dine	17			34.9801	3.4811	1
17058	Moudjebara	moudjebara	17			34.9801	3.4811	1
17058	El Ayoun	el-ayoun	17			34.9801	3.4811	1
17058	El Arrares	el-arrares	17			34.9801	3.4811	1
17059	N'Thila	n-thila	17			34.9801	3.4811	1
17060	Oum Chegag	oum-chegag	17			34.7693	3.4106	1
17061	Oum Laadham	oum-laadham	17			34.7693	3.4106	1
17062	Sed Rahal	sed-rahal	17			34.7693	3.4106	1
17063	Selmana	selmana	17			34.1719	3.5998	4
17063	El Bordj	el-bordj	17			35.7093	3.309	4
17063	Ain Naga	ain-naga	17			34.9406	3.4544	3
17064	Sidi Baizid	sidi-baizid	17			34.7693	3.4106	1
17064	Chioucha	chioucha	17			34.7693	3.4106	1
17064	Besbessa	besbessa	17			34.7693	3.4106	1
17064	Djaima	djaima	17			34.7693	3.4106	1
17065	Zaccar	zaccar	17			34.4265	3.323	4
18000	El Haddada	el-haddada	18			36.7989	5.7315	4
18000	Jijel El Bahri	jijel-el-bahri	18			36.7989	5.7315	3
18000	Jijel Kalaa	jijel-kalaa	18			36.7989	5.7315	3
18000	El Araich	el-araich	18			36.7989	5.7315	3
18000	Grand Phare	grand-phare	18			36.7989	5.7315	3
18000	Ouled Taffer	ouled-taffer	18			36.7989	5.7315	3
18000	Jijel Rp	jijel-rp	18			36.7989	5.7315	3
18000	Rebta	rebta	18			36.7989	5.7315	3
18001	Beni Mahboub	beni-mahboub	18			36.8122	6.2388	4
18001	Douar Ouled Sebet	douar-ouled-sebet	18			36.7835	6.2556	3
18001	El Milia	el-milia	18			36.7547	6.2725	4
18001	Mazer	mazer	18			36.7835	6.2556	3
18001	M'Chatt	m-chatt	18			36.7835	6.2556	3
18001	Tanefdour	tanefdour	18			36.7835	6.2556	3
18001	Tarzouz	tarzouz	18			36.7835	6.2556	3
18001	Beni Fergane	beni-fergane	18			36.7835	6.2556	3
18002	Taher	taher	18			36.763	5.8979	4
18002	T'Har Oussef	t-har-oussef	18			36.763	5.8979	3
18002	Tlata	tlata	18			36.763	5.8979	3
18002	Beni Siar (Mechta)	beni-siar-mechta	18			36.763	5.8979	3
18002	Beni Metrane	beni-metrane	18			36.763	5.8979	3
18002	Elachouat	elachouat	18			36.763	5.8979	3
18002	Ouled Salah	ouled-salah	18			36.763	5.8979	3
18003	Chekfa	chekfa	18			36.7723	5.9573	4
18003	Douar Ouled Nil	douar-ouled-nil	18			36.7723	5.9573	3
18003	Boutaleb (Mechta)	boutaleb-mechta	18			36.7723	5.9573	3
18003	Djimaar	djimaar	18			36.7723	5.9573	3
18004	El Ancer	el-ancer	18			36.7989	6.1572	4
18004	Douar Beni Meslem	douar-beni-meslem	18			36.7989	6.1572	3
18004	Ouled Aouat	ouled-aouat	18			36.7989	6.1572	3
18004	Ouled Boufaha	ouled-boufaha	18			36.7989	6.1572	3
18005	El Aouana	el-aouana	18			36.7751	5.5999	4
18005	Beni Ketit	beni-ketit	18			36.7751	5.5999	3
18005	Les Aftis	les-aftis	18			36.7751	5.5999	3
18005	Douar Kaa El Djebel	douar-kaa-el-djebel	18			36.7751	5.5999	3
18005	Oued Kessir	oued-kessir	18			36.7751	5.5999	3
18005	Afernou (Douar)	afernou-douar	18			36.7751	5.5999	3
18006	El Gheriana	el-gheriana	18			36.6612	5.7888	3
18006	Texenna	texenna	18			36.6612	5.7888	4
18006	Beni Foughal	beni-foughal	18			36.6612	5.7888	3
18006	Douar Tabellout	douar-tabellout	18			36.6612	5.7888	3
18006	Metletine	metletine	18			36.6612	5.7888	3
18007	Taza	taza	18			36.7053	5.5453	4
18007	Ziama Mansouriah	ziama-mansouriah	18			36.6732	5.4812	4
18007	Cheria	cheria	18			36.6893	5.5132	3
18007	Boublatene	boublatene	18			36.6893	5.5132	3
18007	Ouled Ali	ouled-ali	18			36.6893	5.5132	3
18007	Tabirt	tabirt	18			36.6893	5.5132	3
18007	Sahel	sahel	18			36.6893	5.5132	3
18008	Belghimouze	belghimouze	18			36.7515	5.867	1
18009	El Milia Merimeche	el-milia-merimeche	18			36.7515	5.867	1
18010	Emir Abdelkader	emir-abdelkader	18			36.7512	5.8424	4
18010	Tamela	tamela	18			36.7512	5.8424	3
18010	Bouhamdoune	bouhamdoune	18			36.7512	5.8424	3
18011	Jijel 1er Novembre	jijel-1er-novembre	18			36.7729	6.0103	1
18012	Jijel Nibouche	jijel-nibouche	18			36.7729	6.0103	1
18013	Jijel Plage	jijel-plage	18			36.7729	6.0103	1
18014	Jijel Soummam	jijel-soummam	18			36.7729	6.0103	1
18015	Kaous	kaous	18			36.7718	5.8128	4
18016	Settara	settara	18			36.7187	6.3361	4
18016	Boucharef	boucharef	18			36.7187	6.3361	3
18016	Beni Sbihi	beni-sbihi	18			36.7187	6.3361	3
18017	Sidi Abdelaziz	sidi-abdelaziz	18			36.85	6.05	4
18017	Beni Mazouz	beni-mazouz	18			36.85	6.05	3
18017	Douar Agrioum	douar-agrioum	18			36.85	6.05	3
18017	El Djennah (Douar)	el-djennah-douar	18			36.85	6.05	3
18018	Ghezala	ghezala	18			36.7729	6.0103	1
18018	Ouled Rabah	ouled-rabah	18			36.7729	6.0103	1
18018	El Akbia	el-akbia	18			36.7729	6.0103	1
18018	Sidi Maarouf	sidi-maarouf	18			36.7729	6.0103	1
18018	Sidi Zerrouk	sidi-zerrouk	18			36.7729	6.0103	1
18019	Taher 19 Mai 1956	taher-19-mai-1956	18			36.7729	6.0103	1
18020	Tahar Ouled Souici	tahar-ouled-souici	18			36.7091	6.1294	1
18021	Achbou	achbou	18			36.7091	6.1294	1
18021	Achouf	achouf	18			36.7091	6.1294	1
18021	Ouled Yahia Khedrouche	ouled-yahia-khedrouche	18			36.7091	6.1294	1
18022	Bazoul	bazoul	18			36.7091	6.1294	1
18023	Bouraoui Belhadef	bouraoui-belhadef	18			36.7091	6.1294	1
18023	Beni Fetah	beni-fetah	18			36.7091	6.1294	1
18023	Beni Mimoune	beni-mimoune	18			36.7091	6.1294	1
18023	Belhadef	belhadef	18			36.7091	6.1294	1
18023	Ghedir Elkabch	ghedir-elkabch	18			36.7091	6.1294	1
18024	Kheiri Oued Adjoul	kheiri-oued-adjoul	18			36.7091	6.1294	1
18024	Beni Belaid	beni-belaid	18			36.7091	6.1294	1
18025	Douar Tamezguida	douar-tamezguida	18			36.7091	6.1294	1
18025	Beni Yadjis	beni-yadjis	18			36.7091	6.1294	1
18026	Bordj Ali	bordj-ali	18			36.6848	6.3588	4
18027	Lamnazel	lamnazel	18			36.7091	6.1294	1
18027	Chahna	chahna	18			36.7091	6.1294	1
18027	Khoula	khoula	18			36.7091	6.1294	1
18028	Dekkara	dekkara	18			36.7333	5.9	4
18029	Beni Habibi	beni-habibi	18			36.7091	6.1294	1
18029	Tissibilaine	tissibilaine	18			36.7091	6.1294	1
18029	El Kaada	el-kaada	18			36.7091	6.1294	1
18029	Djemaa Beni Habibi	djemaa-beni-habibi	18			36.7091	6.1294	1
18030	M'Zair	m-zair	18			36.5856	5.7208	1
18030	Faza	faza	18			36.5856	5.7208	1
18030	El Kennar	el-kennar	18			36.5856	5.7208	1
18031	El Maad	el-maad	18			36.5851	5.8607	4
18031	Fadoules	fadoules	18			36.5851	5.8607	3
18031	Boujouada	boujouada	18			36.5851	5.8607	3
18032	Erraguene	erraguene	18			36.5862	5.5809	4
18032	Assoumar	assoumar	18			36.5862	5.5809	3
18032	Ain Lebna	ain-lebna	18			36.5862	5.5809	3
18033	Harraten	harraten	18			36.5856	5.7208	1
18034	Jijel Ouled Aissa	jijel-ouled-aissa	18			36.5856	5.7208	1
18035	Meharka	meharka	18			36.5856	5.7208	1
18036	Kaa Ezzane	kaa-ezzane	18			36.5856	5.7208	1
18036	Boussif Ouled Asker	boussif-ouled-asker	18			36.5856	5.7208	1
18036	Ouled Askeur	ouled-askeur	18			36.5856	5.7208	1
18036	Zouitna	zouitna	18			36.5856	5.7208	1
18037	Sbet	sbet	18			36.5856	5.7208	1
18037	Douar Sbet	douar-sbet	18			36.5856	5.7208	1
18038	Tassoust	tassoust	18			36.5856	5.7208	1
18039	Aftis	aftis	18			36.5856	5.7208	1
18040	Arbid Ali	arbid-ali	18			36.7331	5.9118	1
18041	Bordj Tahar	bordj-tahar	18			36.7331	5.9118	1
18042	Boudekak Adouir	boudekak-adouir	18			36.7331	5.9118	1
18043	Bouhanche Beni Ahmed	bouhanche-beni-ahmed	18			36.7331	5.9118	1
18044	Chadia	chadia	18			36.7331	5.9118	1
18045	Ghebala MCid Aicha	ghebala-m-cid-aicha	18			36.7331	5.9118	1
18046	Laraba	laraba	18			36.7331	5.9118	1
18047	Oudjana	oudjana	18			36.7331	5.9118	1
18048	Ouled Bounar	ouled-bounar	18			36.7331	5.9118	1
18049	Selma	selma	18			36.7331	5.9118	1
18049	Selma Benziada	selma-benziada	18			36.7331	5.9118	1
19000	Ain El Hassi	ain-el-hassi	19			36.1696	5.4047	1
19000	Abid Ali (Minoterie)	abid-ali-minoterie	19			36.1696	5.4047	1
19000	Ain Sefiha	ain-sefiha	19			36.1696	5.4047	1
19000	Bir Ensa	bir-ensa	19			36.1696	5.4047	1
19000	Setif Ain Romane	setif-ain-romane	19			36.1696	5.4047	1
19000	Douar Bouchama	douar-bouchama	19			36.1696	5.4047	1
19000	Setif Rp	setif-rp	19			36.1696	5.4047	1
19000	Setif Universite	setif-universite	19			36.1696	5.4047	1
19000	Douar Chaabet El Ghoula	douar-chaabet-el-ghoula	19			36.1696	5.4047	1
19000	Ain Mouss	ain-mouss	19			36.1696	5.4047	1
19000	Douar El Bez	douar-el-bez	19			36.1696	5.4047	1
19000	El Gasria	el-gasria	19			36.1696	5.4047	1
19000	Sidi Haider	sidi-haider	19			36.1696	5.4047	1
19000	Serdj El Ghoul	serdj-el-ghoul	19			36.1696	5.4047	1
19000	Ain Regada	ain-regada	19			36.1696	5.4047	1
19001	Kaouane	kaouane	19			36.1829	5.7117	4
19001	El Eulma	el-eulma	19			36.1528	5.6902	4
19001	Ouled Amrane	ouled-amrane	19			36.1678	5.7009	3
19001	Oued Latache	oued-latache	19			36.1678	5.7009	3
19001	Guelt Zerga	guelt-zerga	19			36.1678	5.7009	3
19001	Laghoual	laghoual	19			36.1678	5.7009	3
19001	Medjaz	medjaz	19			36.1678	5.7009	3
19001	Tanouche	tanouche	19			36.1678	5.7009	3
19001	Meriout	meriout	19			36.1678	5.7009	3
19001	Sidi Messaoud	sidi-messaoud	19			36.1678	5.7009	3
19001	El Eulma Thabet Bouzid	el-eulma-thabet-bouzid	19			36.1678	5.7009	3
19001	Ain Toba	ain-toba	19			36.1678	5.7009	3
19001	Ain Sidi Messaoud	ain-sidi-messaoud	19			36.1678	5.7009	3
19001	Ain Djoudi	ain-djoudi	19			36.1678	5.7009	3
19001	Draa Zoughleche	draa-zoughleche	19			36.1678	5.7009	3
19001	Semmar	semmar	19			36.1678	5.7009	3
19001	Sadjera	sadjera	19			36.1678	5.7009	3
19001	Ain Boucetta	ain-boucetta	19			36.1678	5.7009	3
19001	Boudjenada	boudjenada	19			36.1678	5.7009	3
19001	El Eulma 19 Juin	el-eulma-19-juin	19			36.1678	5.7009	3
19001	Ouled Si Thamer Kebir	ouled-si-thamer-kebir	19			36.1678	5.7009	3
19001	Ouled Sai	ouled-sai	19			36.1678	5.7009	3
19001	Ouled Mahboub	ouled-mahboub	19			36.1678	5.7009	3
19002	Ain El Ksar	ain-el-ksar	19			35.9218	5.1922	4
19002	Ouled Si Yahia	ouled-si-yahia	19			36.0847	5.3388	3
19002	Kherba	kherba	19			36.2475	5.4854	4
19002	Beira (Nord Et Sud)	beira-nord-et-sud	19			36.0847	5.3388	3
19002	Berbes	berbes	19			36.0847	5.3388	3
19002	Bir El Menten	bir-el-menten	19			36.0847	5.3388	3
19002	Bir Logsaia	bir-logsaia	19			36.0847	5.3388	3
19002	Chott	chott	19			36.0847	5.3388	3
19002	Chott El Faregh	chott-el-faregh	19			36.0847	5.3388	3
19002	Cite Lektarat	cite-lektarat	19			36.0847	5.3388	3
19002	Diaba	diaba	19			36.0847	5.3388	3
19002	Domaine Abbaoui	domaine-abbaoui	19			36.0847	5.3388	3
19002	Draa Chih	draa-chih	19			36.0847	5.3388	3
19002	El Hamar	el-hamar	19			36.0847	5.3388	3
19002	Ferme Maneche	ferme-maneche	19			36.0847	5.3388	3
19002	Gharnouga	gharnouga	19			36.0847	5.3388	3
19002	Gueblet Z'Dim (Douar)	gueblet-z-dim-douar	19			36.0847	5.3388	3
19002	Guetatcha	guetatcha	19			36.0847	5.3388	3
19002	Karma	karma	19			36.0847	5.3388	3
19002	Lafraoua	lafraoua	19			36.0847	5.3388	3
19002	Lagrafa	lagrafa	19			36.0847	5.3388	3
19002	Lamamra	lamamra	19			36.0847	5.3388	3
19002	Laraies	laraies	19			36.0847	5.3388	3
19002	Layadate	layadate	19			36.0847	5.3388	3
19002	Lefkairia	lefkairia	19			36.0847	5.3388	3
19002	Lekouana	lekouana	19			36.0847	5.3388	3
19002	Lektafat	lektafat	19			36.0847	5.3388	3
19002	Lektifet	lektifet	19			36.0847	5.3388	3
19002	Leoualma	leoualma	19			36.0847	5.3388	3
19002	Ouled Aicha	ouled-aicha	19			36.0847	5.3388	3
19002	Ouled Bouktir	ouled-bouktir	19			36.0847	5.3388	3
19002	Ouled Boutara	ouled-boutara	19			36.0847	5.3388	3
19002	Ouled Chebel	ouled-chebel	19			36.0847	5.3388	3
19002	Ouled Khemedja	ouled-khemedja	19			36.0847	5.3388	3
19002	Ain Oulmane	ain-oulmane	19			36.0847	5.3388	3
19002	Oum Ladam	oum-ladam	19			36.0847	5.3388	3
19002	Ras El Ain	ras-el-ain	19			36.0847	5.3388	3
19002	Telilat	telilat	19			36.0847	5.3388	3
19003	Bougaa	bougaa	19			36.3329	5.0884	4
19003	Ouled Si Ahmed	ouled-si-ahmed	19			35.9628	5.3931	4
19003	Kouadi	kouadi	19			36.1479	5.2407	3
19003	Megssam	megssam	19			36.1479	5.2407	3
19003	Oued Safsaf	oued-safsaf	19			36.1479	5.2407	3
19003	Ouled Ayad	ouled-ayad	19			36.1479	5.2407	3
19003	El Guettar	el-guettar	19			36.1479	5.2407	3
19003	Fouirat	fouirat	19			36.1479	5.2407	3
19003	Gregua	gregua	19			36.1479	5.2407	3
19003	Ain Sedjara	ain-sedjara	19			36.1479	5.2407	3
19003	Bouariba	bouariba	19			36.1479	5.2407	3
19003	Bouizi	bouizi	19			36.1479	5.2407	3
19003	Cite Belhattab Kaddour	cite-belhattab-kaddour	19			36.1479	5.2407	3
19003	Cite Ben Arrar	cite-ben-arrar	19			36.1479	5.2407	3
19003	Oum Laalou	oum-laalou	19			36.1479	5.2407	3
19003	Khanoussa	khanoussa	19			36.1479	5.2407	3
19003	Kefafsa	kefafsa	19			36.1479	5.2407	3
19003	Hammamcha	hammamcha	19			36.1479	5.2407	3
19003	Cite Benzine	cite-benzine	19			36.1479	5.2407	3
19003	Cite Des Jardins	cite-des-jardins	19			36.1479	5.2407	3
19003	Cite Tala Roumit	cite-tala-roumit	19			36.1479	5.2407	3
19004	El Eulma 1er Novembre 1954	el-eulma-1er-novembre-1954	19			36.1696	5.4047	1
19005	El Eulma 8 Mai 1945	el-eulma-8-mai-1945	19			36.1696	5.4047	1
19006	Setif Ben Badis	setif-ben-badis	19			36.1696	5.4047	1
19007	Ain Azel	ain-azel	19			35.8185	5.5112	4
19007	Ferme Rahba	ferme-rahba	19			35.8185	5.5112	3
19007	Ferme Sayah Hocine	ferme-sayah-hocine	19			35.8185	5.5112	3
19007	Hargaouet	hargaouet	19			35.8185	5.5112	3
19007	Ketfel Bir	ketfel-bir	19			35.8185	5.5112	3
19007	Lehmiette	lehmiette	19			35.8185	5.5112	3
19007	Ouled Larbi	ouled-larbi	19			35.8185	5.5112	3
19007	Ferme Daoud Salah	ferme-daoud-salah	19			35.8185	5.5112	3
19007	Domaine Sersour Salah	domaine-sersour-salah	19			35.8185	5.5112	3
19007	Djemana	djemana	19			35.8185	5.5112	3
19007	Boumestour	boumestour	19			35.8185	5.5112	3
19007	Ouled Rachid	ouled-rachid	19			35.8185	5.5112	3
19008	Ain El Kebira	ain-el-kebira	19			36.3678	5.5046	4
19008	Domaine Saffidine	domaine-saffidine	19			36.3678	5.5046	3
19008	Ain Tenira	ain-tenira	19			36.3678	5.5046	3
19008	Bourgazene	bourgazene	19			36.3678	5.5046	3
19008	Ferme Anciens Moudjahidine	ferme-anciens-moudjahidine	19			36.3678	5.5046	3
19008	Ouled Khebab	ouled-khebab	19			36.3678	5.5046	3
19009	Guergour	guergour	19			36.3219	5.0565	4
19009	Amoucha	amoucha	19			36.3874	5.4137	4
19009	Ouled Daoud	ouled-daoud	19			36.3546	5.2351	3
19009	Ouled Azouz	ouled-azouz	19			36.3546	5.2351	3
19009	Ouled Athmane	ouled-athmane	19			36.3546	5.2351	3
19009	Ain Defla	ain-defla	19			36.3546	5.2351	3
19009	Mentano	mentano	19			36.3546	5.2351	3
19009	Ouled Aissa	ouled-aissa	19			36.3546	5.2351	3
19009	Tandja	tandja	19			36.3546	5.2351	3
19009	Ouled Mouffok	ouled-mouffok	19			36.3546	5.2351	3
19009	Ouled Faid	ouled-faid	19			36.3546	5.2351	3
19009	Almalt	almalt	19			36.3546	5.2351	3
19009	Berbas	berbas	19			36.3546	5.2351	3
19009	Boulazen	boulazen	19			36.3546	5.2351	3
19009	Cite Laouamer	cite-laouamer	19			36.3546	5.2351	3
19010	Lahdjar	lahdjar	19			35.9386	5.5392	4
19010	Daasa	daasa	19			36.2007	5.5936	3
19010	Chaab Zoukar	chaab-zoukar	19			36.2007	5.5936	3
19010	Beni Aziz	beni-aziz	19			36.4628	5.6481	4
19010	Benghelilli	benghelilli	19			36.2007	5.5936	3
19010	Behiret Affia	behiret-affia	19			36.2007	5.5936	3
19010	Lakhalfa	lakhalfa	19			36.2007	5.5936	3
19010	Kef Sokhra	kef-sokhra	19			36.2007	5.5936	3
19010	Sebaia	sebaia	19			36.2007	5.5936	3
19010	Ouled El Hadj	ouled-el-hadj	19			36.2007	5.5936	3
19010	Ouled Badis	ouled-badis	19			36.2007	5.5936	3
19010	Draa Ersas	draa-ersas	19			36.2007	5.5936	3
19010	Mezaourou	mezaourou	19			36.2007	5.5936	3
19010	Sidi Abbes	sidi-abbes	19			36.2007	5.5936	3
19010	Larbasa	larbasa	19			36.2007	5.5936	3
19011	Ouled Sidi Ali	ouled-sidi-ali	19			35.9776	5.8455	4
19011	Chouf	chouf	19			36.4085	4.8931	4
19011	Irlikaf	irlikaf	19			36.0227	5.3676	3
19011	Hellal	hellal	19			35.6821	5.3642	4
19011	Ighil Oufellar	ighil-oufellar	19			36.0227	5.3676	3
19011	Kouba	kouba	19			36.0227	5.3676	3
19011	Ait Kalala	ait-kalala	19			36.0227	5.3676	3
19011	Ighil Nait Malek	ighil-nait-malek	19			36.0227	5.3676	3
19011	Ighil Krim	ighil-krim	19			36.0227	5.3676	3
19011	Iganachene	iganachene	19			36.0227	5.3676	3
19011	Heddid	heddid	19			36.0227	5.3676	3
19011	Fintikelt	fintikelt	19			36.0227	5.3676	3
19011	Bounter	bounter	19			36.0227	5.3676	3
19011	Beni Ourtilane Centre	beni-ourtilane-centre	19			36.0227	5.3676	3
19011	Beni Mimoune	beni-mimoune	19			36.0227	5.3676	3
19011	Founane	founane	19			36.0227	5.3676	3
19011	Tigounatine	tigounatine	19			36.0227	5.3676	3
19011	Tighremine	tighremine	19			36.0227	5.3676	3
19011	Tighilt Entakouine	tighilt-entakouine	19			36.0227	5.3676	3
19011	Tighilt	tighilt	19			36.0227	5.3676	3
19011	Tichrahine	tichrahine	19			36.0227	5.3676	3
19011	Tiachache	tiachache	19			36.0227	5.3676	3
19011	Taussaout	taussaout	19			36.0227	5.3676	3
19011	Tatache	tatache	19			36.0227	5.3676	3
19011	Tana Kouchte	tana-kouchte	19			36.0227	5.3676	3
19011	Gordien	gordien	19			36.0227	5.3676	3
19011	Tala Ouzrar	tala-ouzrar	19			36.0227	5.3676	3
19011	Taklaid	taklaid	19			36.0227	5.3676	3
19011	Taarkoubt	taarkoubt	19			36.0227	5.3676	3
19011	Bebsi	bebsi	19			36.0227	5.3676	3
19011	Aourir Illoulene	aourir-illoulene	19			36.0227	5.3676	3
19011	Annou	annou	19			36.0227	5.3676	3
19011	Chembouta	chembouta	19			36.0227	5.3676	3
19011	Ousser	ousser	19			36.0227	5.3676	3
19011	Achrah Elaid	achrah-elaid	19			36.0227	5.3676	3
19011	Aghladimejate	aghladimejate	19			36.0227	5.3676	3
19011	Ouled Bouali (Village)	ouled-bouali-village	19			36.0227	5.3676	3
19011	Amtik Ihamachene	amtik-ihamachene	19			36.0227	5.3676	3
19011	Agoulmine	agoulmine	19			36.0227	5.3676	3
19011	Mrssat	mrssat	19			36.0227	5.3676	3
19011	Akhrib	akhrib	19			36.0227	5.3676	3
19011	Cherfa Oufllah	cherfa-oufllah	19			36.0227	5.3676	3
19011	Djeblaa	djeblaa	19			36.0227	5.3676	3
19011	Menades	menades	19			36.0227	5.3676	3
19011	Maison Garde Forestier	maison-garde-forestier	19			36.0227	5.3676	3
19011	Lazib	lazib	19			36.0227	5.3676	3
19011	Ait Aissa	ait-aissa	19			36.0227	5.3676	3
19011	Ait Hemana	ait-hemana	19			36.0227	5.3676	3
19011	El Ghers	el-ghers	19			36.0227	5.3676	3
19011	Hazazene	hazazene	19			36.0227	5.3676	3
19011	El Marge Ouamane	el-marge-ouamane	19			36.0227	5.3676	3
19011	Froukh	froukh	19			36.0227	5.3676	3
19011	Cherfa Ouadda	cherfa-ouadda	19			36.0227	5.3676	3
19011	Tilatinouine	tilatinouine	19			36.0227	5.3676	3
19011	Tigrouanane	tigrouanane	19			36.0227	5.3676	3
19011	Tigrahime	tigrahime	19			36.0227	5.3676	3
19012	Aftis	aftis	19			36.501	5.1531	4
19012	Bouandas	bouandas	19			36.501	5.1531	3
19012	Ouled Saadi	ouled-saadi	19			36.501	5.1531	3
19012	Ouilouf	ouilouf	19			36.501	5.1531	3
19012	Tararist	tararist	19			36.501	5.1531	3
19012	Ouled Bahri	ouled-bahri	19			36.501	5.1531	3
19012	Takerkat	takerkat	19			36.501	5.1531	3
19012	Tala Oulili	tala-oulili	19			36.501	5.1531	3
19012	Aghil Izegaren	aghil-izegaren	19			36.501	5.1531	3
19012	Aouna	aouna	19			36.501	5.1531	3
19012	Mzada	mzada	19			36.501	5.1531	3
19012	Igzer Ledjenane	igzer-ledjenane	19			36.501	5.1531	3
19012	Ighil Izougarene	ighil-izougarene	19			36.501	5.1531	3
19012	Bousselam	bousselam	19			36.501	5.1531	3
19012	Ighil Izegaghene	ighil-izegaghene	19			36.501	5.1531	3
19013	Salah Bey	salah-bey	19			35.8545	5.2905	4
19013	Domaine Raubataleb	domaine-raubataleb	19			35.8545	5.2905	3
19013	Sekrine	sekrine	19			35.8545	5.2905	3
19013	Tala Ifacene	tala-ifacene	19			35.8545	5.2905	3
19013	Tanezaret	tanezaret	19			35.8545	5.2905	3
19014	Setif 1er Novembre 1954	setif-1er-novembre-1954	19			36.1355	5.4506	1
19015	Laraba	laraba	19			36.1355	5.4506	1
19015	Bouhlel	bouhlel	19			36.1355	5.4506	1
19015	Dar El Beida	dar-el-beida	19			36.1355	5.4506	1
19015	Badjrou Est	badjrou-est	19			36.1355	5.4506	1
19015	Addaoua	addaoua	19			36.1355	5.4506	1
19015	Kouader	kouader	19			36.1355	5.4506	1
19015	Hammam	hammam	19			36.1355	5.4506	1
19015	Anoual	anoual	19			36.1355	5.4506	1
19015	Bechatta	bechatta	19			36.1355	5.4506	1
19015	Beni El May	beni-el-may	19			36.1355	5.4506	1
19016	Ain Abessa	ain-abessa	19			36.2984	5.2945	4
19016	Kherba	kherba	19			36.2475	5.4854	4
19016	Bengaza	bengaza	19			36.273	5.3899	3
19016	Domaine Amerdjia	domaine-amerdjia	19			36.273	5.3899	3
19016	M'Rabet Zitouni	m-rabet-zitouni	19			36.273	5.3899	3
19016	Ouled Aoun	ouled-aoun	19			36.273	5.3899	3
19016	Ouled Makhlouf	ouled-makhlouf	19			36.273	5.3899	3
19016	Takola	takola	19			36.273	5.3899	3
19017	Ain Arnat	ain-arnat	19			36.1868	5.3135	4
19017	El Melha	el-melha	19			36.1868	5.3135	3
19017	Mahid	mahid	19			36.1868	5.3135	3
19017	Ouled Si Ali	ouled-si-ali	19			36.1868	5.3135	3
19017	Ouled Saifi	ouled-saifi	19			36.1868	5.3135	3
19017	Ouled El Hadj	ouled-el-hadj	19			36.1868	5.3135	3
19017	Ouled Djaidjah	ouled-djaidjah	19			36.1868	5.3135	3
19017	Mhadid	mhadid	19			36.1868	5.3135	3
19017	Melsa	melsa	19			36.1868	5.3135	3
19017	Domaine Guiza	domaine-guiza	19			36.1868	5.3135	3
19017	Ain Arnat Base	ain-arnat-base	19			36.1868	5.3135	3
19018	Ouled Sayah	ouled-sayah	19			35.9333	5.5	4
19018	Souabbah	souabbah	19			35.936	5.5196	3
19018	Douar Remada	douar-remada	19			35.936	5.5196	3
19018	Ain El Ahdjar	ain-el-ahdjar	19			35.9386	5.5392	4
19018	Domaine Meguireche	domaine-meguireche	19			35.936	5.5196	3
19018	Domaine Sertout	domaine-sertout	19			35.936	5.5196	3
19018	Khettatla	khettatla	19			35.936	5.5196	3
19018	Lahdia	lahdia	19			35.936	5.5196	3
19018	Djebel Gustar (Mine)	djebel-gustar-mine	19			35.936	5.5196	3
19018	Capcs Belguidoum	capcs-belguidoum	19			35.936	5.5196	3
19018	Douaouga	douaouga	19			35.936	5.5196	3
19018	Belguidoum	belguidoum	19			35.936	5.5196	3
19018	Ouled Naamane	ouled-naamane	19			35.936	5.5196	3
19018	Ouled Hemida	ouled-hemida	19			35.936	5.5196	3
19018	Akriche	akriche	19			35.936	5.5196	3
19018	Ouled Gacem	ouled-gacem	19			35.936	5.5196	3
19018	Ouled Barouche	ouled-barouche	19			35.936	5.5196	3
19018	Sersou (Domaine)	sersou-domaine	19			35.936	5.5196	3
19018	Douar Lakhtatla	douar-lakhtatla	19			35.936	5.5196	3
19018	Ouled Sidi Khelifa	ouled-sidi-khelifa	19			35.936	5.5196	3
19018	Douar Ouled Hemida	douar-ouled-hemida	19			35.936	5.5196	3
19018	Domaine Belguidoum	domaine-belguidoum	19			35.936	5.5196	3
19018	Mine Djebel Gustar	mine-djebel-gustar	19			35.936	5.5196	3
19018	Ouled Nouioua	ouled-nouioua	19			35.936	5.5196	3
19019	Ain Roua	ain-roua	19			36.3333	5.1833	4
19019	Sidi Ali	sidi-ali	19			35.9776	5.8455	4
19019	Mogra	mogra	19			36.1846	5.586	3
19019	El Hamama	el-hamama	19			36.4084	5.7114	4
19019	Sidi Ahcene	sidi-ahcene	19			36.1846	5.586	3
19019	Ouled Doudou	ouled-doudou	19			36.0191	5.6036	4
19019	Ouled Messaoud	ouled-messaoud	19			36.1846	5.586	3
19019	Ouled Flan	ouled-flan	19			36.1846	5.586	3
19019	Ouled Djellil	ouled-djellil	19			36.1846	5.586	3
19019	Ouled Aoun	ouled-aoun	19			36.1846	5.586	3
19019	Frada	frada	19			36.1846	5.586	3
19019	El Amini	el-amini	19			36.1846	5.586	3
19020	Babor	babor	19			36.4899	5.5393	4
19020	Beni Bezaz	beni-bezaz	19			36.4899	5.5393	3
19020	Tazerout	tazerout	19			36.4899	5.5393	3
19020	Souk El Djemaa	souk-el-djemaa	19			36.4899	5.5393	3
19020	Ouled Afra	ouled-afra	19			36.4899	5.5393	3
19020	Mechta Lekhdara	mechta-lekhdara	19			36.4899	5.5393	3
19020	Mechta Bouchenine	mechta-bouchenine	19			36.4899	5.5393	3
19020	Lekhdara	lekhdara	19			36.4899	5.5393	3
19020	Bouchinine (Mechta)	bouchinine-mechta	19			36.4899	5.5393	3
19021	El Mounchar	el-mounchar	19			36.0037	5.8378	4
19021	Ouled Badrouche	ouled-badrouche	19			36.0037	5.8378	3
19021	Beidha Bordj	beidha-bordj	19			36.0037	5.8378	3
19021	Bir Djoudoud	bir-djoudoud	19			36.0037	5.8378	3
19021	Chouafa	chouafa	19			36.0037	5.8378	3
19021	Draa Ben Abdesselam	draa-ben-abdesselam	19			36.0037	5.8378	3
19021	El Manchar	el-manchar	19			36.0037	5.8378	3
19021	Halkat Bir	halkat-bir	19			36.0037	5.8378	3
19021	Houdjadge	houdjadge	19			36.0037	5.8378	3
19021	Markab El Bir	markab-el-bir	19			36.0037	5.8378	3
19021	Oued Temen	oued-temen	19			36.0037	5.8378	3
19021	Ouled Abbas	ouled-abbas	19			36.0037	5.8378	3
19021	Ouled Aggoune	ouled-aggoune	19			36.0037	5.8378	3
19021	Ouled Hassah	ouled-hassah	19			36.0037	5.8378	3
19021	Ouled Lembarek	ouled-lembarek	19			36.0037	5.8378	3
19021	Ouled Litim	ouled-litim	19			36.0037	5.8378	3
19021	Ouled Messahel	ouled-messahel	19			36.0037	5.8378	3
19021	Ouled Oudlef	ouled-oudlef	19			36.0037	5.8378	3
19021	Ouled Rachi	ouled-rachi	19			36.0037	5.8378	3
19021	Ouled Salah Ben Ahmed	ouled-salah-ben-ahmed	19			36.0037	5.8378	3
19021	Ouled Si Lakhal	ouled-si-lakhal	19			36.0037	5.8378	3
19021	Ouled Tenen	ouled-tenen	19			36.0037	5.8378	3
19021	Salah Ben Ahmed	salah-ben-ahmed	19			36.0037	5.8378	3
19021	Tamen	tamen	19			36.0037	5.8378	3
19021	Teguelta	teguelta	19			36.0037	5.8378	3
19021	Tella	tella	19			36.0037	5.8378	3
19022	Belaa	belaa	19			36.2024	5.8537	4
19022	Kartoufa	kartoufa	19			36.2024	5.8537	3
19022	Embranchement	embranchement	19			36.2024	5.8537	3
19022	Ain Tafoudaht	ain-tafoudaht	19			36.2024	5.8537	3
19022	Ain Taghioult	ain-taghioult	19			36.2024	5.8537	3
19022	Tenta	tenta	19			36.2024	5.8537	3
19022	Sator	sator	19			36.2024	5.8537	3
19022	Sarraf	sarraf	19			36.2024	5.8537	3
19022	Krakra	krakra	19			36.2024	5.8537	3
19022	Kef Dal	kef-dal	19			36.2024	5.8537	3
19022	Ain Tamakhsire	ain-tamakhsire	19			36.2024	5.8537	3
19022	Ain Zenad	ain-zenad	19			36.2024	5.8537	3
19022	Bakhbakha	bakhbakha	19			36.2024	5.8537	3
19022	Bir Smara	bir-smara	19			36.2024	5.8537	3
19022	Boudjenada	boudjenada	19			36.2024	5.8537	3
19022	Brari	brari	19			36.2024	5.8537	3
19022	Dehs	dehs	19			36.2024	5.8537	3
19022	Djira	djira	19			36.2024	5.8537	3
19022	Ain Chouga	ain-chouga	19			36.2024	5.8537	3
19022	Ain Mahboub	ain-mahboub	19			36.2024	5.8537	3
19022	Ain Nouadeur	ain-nouadeur	19			36.2024	5.8537	3
19022	Ain Sakhouni	ain-sakhouni	19			36.2024	5.8537	3
19023	Beni Fouda	beni-fouda	19			36.2861	5.6072	4
19023	Ouled Bourouba	ouled-bourouba	19			36.1522	5.7478	3
19023	Oued Deheb	oued-deheb	19			36.2517	5.6198	4
19023	Oued Safsaf	oued-safsaf	19			36.1522	5.7478	3
19023	Ouled Bouzid	ouled-bouzid	19			35.9189	6.0164	4
19023	Ain Benzeghar	ain-benzeghar	19			36.1522	5.7478	3
19023	Lamria (Douar)	lamria-douar	19			36.1522	5.7478	3
19023	Hasbia	hasbia	19			36.1522	5.7478	3
19023	Hammam	hammam	19			36.1522	5.7478	3
19023	Djarria	djarria	19			36.1522	5.7478	3
19023	Rebiha	rebiha	19			36.1522	5.7478	3
19023	Ouled Dehib	ouled-dehib	19			36.1522	5.7478	3
19023	Cherhoum	cherhoum	19			36.1522	5.7478	3
19023	Boutouil	boutouil	19			36.1522	5.7478	3
19023	Bellouta	bellouta	19			36.1522	5.7478	3
19024	Bir El Arch	bir-el-arch	19			36.1308	5.839	4
19024	Robe	robe	19			36.1317	5.7204	3
19024	Domaine Besbes	domaine-besbes	19			36.1317	5.7204	3
19024	Bordj Maamar	bordj-maamar	19			36.1317	5.7204	3
19024	Ouled Reguig	ouled-reguig	19			36.0859	5.8642	4
19024	Domaine Bouteraa	domaine-bouteraa	19			36.1317	5.7204	3
19024	El Hassi	el-hassi	19			36.1785	5.4581	4
19024	Domaine Labiod	domaine-labiod	19			36.1317	5.7204	3
19024	Bir Smara	bir-smara	19			36.1317	5.7204	3
19024	Ouled Mehana	ouled-mehana	19			36.1317	5.7204	3
19024	Ouled Ghezala	ouled-ghezala	19			36.1317	5.7204	3
19024	Boukaben	boukaben	19			36.1317	5.7204	3
19024	Ouled Athmane	ouled-athmane	19			36.1317	5.7204	3
19024	Ouled Ali Loufaga	ouled-ali-loufaga	19			36.1317	5.7204	3
19024	Ouled Ali Louata	ouled-ali-louata	19			36.1317	5.7204	3
19024	Guasgla	guasgla	19			36.1317	5.7204	3
19024	Ouled Difallah	ouled-difallah	19			36.1317	5.7204	3
19024	Mezaret Djelloul	mezaret-djelloul	19			36.1317	5.7204	3
19024	Lahour Abderrahmane	lahour-abderrahmane	19			36.1317	5.7204	3
19024	Kherba Gueblaouia	kherba-gueblaouia	19			36.1317	5.7204	3
19024	Bourzam	bourzam	19			36.1317	5.7204	3
19024	Cheurfa	cheurfa	19			36.1317	5.7204	3
19024	Domaine Boukraa	domaine-boukraa	19			36.1317	5.7204	3
19025	Djemila	djemila	19			36.3135	5.7363	4
19025	Mechta Hammaa	mechta-hammaa	19			36.361	5.7239	3
19025	El Hamama	el-hamama	19			36.4084	5.7114	4
19025	Ain El Kef	ain-el-kef	19			36.361	5.7239	3
19025	Ain Soltane	ain-soltane	19			36.361	5.7239	3
19025	Djebbas	djebbas	19			36.361	5.7239	3
19025	Chebboub	chebboub	19			36.361	5.7239	3
19025	Kef Lakhal	kef-lakhal	19			36.361	5.7239	3
19025	Mechta Chougui	mechta-chougui	19			36.361	5.7239	3
19026	Draa	draa	19			35.9559	5.299	4
19026	Koudia	koudia	19			36.3215	4.8554	4
19026	Tiknichout	tiknichout	19			36.1387	5.0772	3
19026	Aghdan Salah	aghdan-salah	19			36.1387	5.0772	3
19026	Aghilad	aghilad	19			36.1387	5.0772	3
19026	Aourir Oualmi	aourir-oualmi	19			36.1387	5.0772	3
19026	Cherfa	cherfa	19			36.1387	5.0772	3
19026	Foumelal	foumelal	19			36.1387	5.0772	3
19026	Guenzet	guenzet	19			36.1387	5.0772	3
19026	Ighidene	ighidene	19			36.1387	5.0772	3
19026	Ighil Mamouche	ighil-mamouche	19			36.1387	5.0772	3
19026	Ilggart	ilggart	19			36.1387	5.0772	3
19026	M'Salah	m-salah	19			36.1387	5.0772	3
19026	Romane	romane	19			36.1387	5.0772	3
19026	Tamalout	tamalout	19			36.1387	5.0772	3
19026	Tamast	tamast	19			36.1387	5.0772	3
19026	Taourirt Tamaiat	taourirt-tamaiat	19			36.1387	5.0772	3
19026	Taourirt Yacoub	taourirt-yacoub	19			36.1387	5.0772	3
19026	Tighram	tighram	19			36.1387	5.0772	3
19026	Tigrert	tigrert	19			36.1387	5.0772	3
19026	Timengache	timengache	19			36.1387	5.0772	3
19027	Mechta Kherba	mechta-kherba	19			36.2475	5.4854	4
19027	Tinar	tinar	19			36.157	5.4887	4
19027	Mechta Dabaa	mechta-dabaa	19			36.1743	5.5012	3
19027	Guidjel	guidjel	19			36.1183	5.5294	4
19027	Mechta Halima	mechta-halima	19			36.1743	5.5012	3
19027	Mechta Lekbir	mechta-lekbir	19			36.1743	5.5012	3
19027	Mechta Lemzara	mechta-lemzara	19			36.1743	5.5012	3
19027	Mechta Zoudjra	mechta-zoudjra	19			36.1743	5.5012	3
19027	Oum Lehilll	oum-lehilll	19			36.1743	5.5012	3
19027	Arrair	arrair	19			36.1743	5.5012	3
19027	Bir Abdellah	bir-abdellah	19			36.1743	5.5012	3
19027	Boughendja (Mechta)	boughendja-mechta	19			36.1743	5.5012	3
19027	Dabaa (Centre)	dabaa-centre	19			36.1743	5.5012	3
19027	Domaine Guessoum	domaine-guessoum	19			36.1743	5.5012	3
19027	Lahmalat	lahmalat	19			36.1743	5.5012	3
19027	Mechta Bou Ghendja	mechta-bou-ghendja	19			36.1743	5.5012	3
19028	Izougaghene Mechtal	izougaghene-mechtal	19			36.1919	5.6088	1
19028	Ouled Amar	ouled-amar	19			36.1919	5.6088	1
19028	Ain Guelliou	ain-guelliou	19			36.1919	5.6088	1
19028	Azazga	azazga	19			36.1919	5.6088	1
19028	Benaalia	benaalia	19			36.1919	5.6088	1
19028	Beni Abdellah	beni-abdellah	19			36.1919	5.6088	1
19028	Bouanaren	bouanaren	19			36.1919	5.6088	1
19028	Boughalimene	boughalimene	19			36.1919	5.6088	1
19028	Chlih	chlih	19			36.1919	5.6088	1
19028	Daraouet	daraouet	19			36.1919	5.6088	1
19028	Lagaguine	lagaguine	19			36.1919	5.6088	1
19028	Lefrada	lefrada	19			36.1919	5.6088	1
19028	Lemaader	lemaader	19			36.1919	5.6088	1
19028	Maoklane	maoklane	19			36.1919	5.6088	1
19028	Mechta Izoughaghene	mechta-izoughaghene	19			36.1919	5.6088	1
19028	Merdjezit	merdjezit	19			36.1919	5.6088	1
19028	Mestaham	mestaham	19			36.1919	5.6088	1
19028	Ouled Bouaroura	ouled-bouaroura	19			36.1919	5.6088	1
19028	Ouled Moussa	ouled-moussa	19			36.1919	5.6088	1
19028	Ouled Saadi	ouled-saadi	19			36.1919	5.6088	1
19028	Ouled Sari	ouled-sari	19			36.1919	5.6088	1
19028	Ouled Yahia	ouled-yahia	19			36.1919	5.6088	1
19028	Tamamimet	tamamimet	19			36.1919	5.6088	1
19028	Tilmatine	tilmatine	19			36.1919	5.6088	1
19028	Karia	karia	19			36.1919	5.6088	1
19029	Ouled Ali Ben Athmane	ouled-ali-ben-athmane	19			36.1919	5.6088	1
19029	Mardje Asmane	mardje-asmane	19			36.1919	5.6088	1
19029	Ighil Lemri	ighil-lemri	19			36.1919	5.6088	1
19029	Krimi	krimi	19			36.1919	5.6088	1
19029	Ouled Kebila	ouled-kebila	19			36.1919	5.6088	1
19029	El Golea	el-golea	19			36.1919	5.6088	1
19029	Froukh	froukh	19			36.1919	5.6088	1
19029	Halya	halya	19			36.1919	5.6088	1
19029	Draa Kebila	draa-kebila	19			36.1919	5.6088	1
19029	Bouzellatene	bouzellatene	19			36.1919	5.6088	1
19029	Aoumert	aoumert	19			36.1919	5.6088	1
19029	Agmert	agmert	19			36.1919	5.6088	1
19029	Adjissa	adjissa	19			36.1919	5.6088	1
19029	Lemroudj	lemroudj	19			36.1919	5.6088	1
19029	Mathela	mathela	19			36.1919	5.6088	1
19029	Ouled Chiba	ouled-chiba	19			36.1919	5.6088	1
19029	Taourirt	taourirt	19			36.1919	5.6088	1
19029	Tazouguert	tazouguert	19			36.1919	5.6088	1
19030	Tabet	tabet	19			36.1046	5.2646	4
19030	Ouled Chaa	ouled-chaa	19			36.0117	5.6405	3
19030	Ouled Bouzid	ouled-bouzid	19			35.9189	6.0164	4
19030	Ouled Tebben	ouled-tebben	19			36.0117	5.6405	3
19030	Ouled Tabet	ouled-tabet	19			36.0117	5.6405	3
19030	Ouled Rehab	ouled-rehab	19			36.0117	5.6405	3
19030	Ouled Aida	ouled-aida	19			36.0117	5.6405	3
19030	Fehahma	fehahma	19			36.0117	5.6405	3
19030	Bouzelfen	bouzelfen	19			36.0117	5.6405	3
19031	Boundjih	boundjih	19			36.104	5.4368	1
19031	Beni Mouhil	beni-mouhil	19			36.104	5.4368	1
19031	Tarfet	tarfet	19			36.104	5.4368	1
19032	Ouled Rabah	ouled-rabah	19			36.0471	5.5686	4
19032	Tidjet	tidjet	19			36.3301	4.8841	4
19032	Azib Sidi Belkacem	azib-sidi-belkacem	19			36.1886	5.2263	3
19032	Fouierat	fouierat	19			36.1886	5.2263	3
19032	Guerth	guerth	19			36.1886	5.2263	3
19032	Cheritate	cheritate	19			36.1886	5.2263	3
19032	Hammadat	hammadat	19			36.1886	5.2263	3
19032	Harbil	harbil	19			36.1886	5.2263	3
19032	Djenaoune	djenaoune	19			36.1886	5.2263	3
19032	Chereguet	chereguet	19			36.1886	5.2263	3
19032	Boumakhlouf	boumakhlouf	19			36.1886	5.2263	3
19032	Khelifa	khelifa	19			36.1886	5.2263	3
19032	Attoubou	attoubou	19			36.1886	5.2263	3
19032	Kouachi	kouachi	19			36.1886	5.2263	3
19032	Ksoumtina	ksoumtina	19			36.1886	5.2263	3
19032	Lamchata	lamchata	19			36.1886	5.2263	3
19032	Mouriana	mouriana	19			36.1886	5.2263	3
19032	Oued Meguerba	oued-meguerba	19			36.1886	5.2263	3
19032	Ouled Rezzoug	ouled-rezzoug	19			36.1886	5.2263	3
19032	Ouled Sidi Khelifa	ouled-sidi-khelifa	19			36.1886	5.2263	3
19032	Ouled Taier	ouled-taier	19			36.1886	5.2263	3
19032	Ras El Faid	ras-el-faid	19			36.1886	5.2263	3
19032	Saidia	saidia	19			36.1886	5.2263	3
19032	Tiguert	tiguert	19			36.1886	5.2263	3
19032	Tittest	tittest	19			36.1886	5.2263	3
19032	Begatte	begatte	19			36.1886	5.2263	3
19033	Boubkeur	boubkeur	19			36.104	5.4368	1
19033	El Kouamcha	el-kouamcha	19			36.104	5.4368	1
19033	El Araissia	el-araissia	19			36.104	5.4368	1
19033	Ain Sebt	ain-sebt	19			36.104	5.4368	1
19033	Ouled Si Adelmoumene	ouled-si-adelmoumene	19			36.104	5.4368	1
19033	Ouled Ahcene	ouled-ahcene	19			36.104	5.4368	1
19033	Ghezala	ghezala	19			36.104	5.4368	1
19033	El Maatia	el-maatia	19			36.104	5.4368	1
19034	El Hassi	el-hassi	19			36.1785	5.4581	4
28016	Menaa	menaa	28			35.4097	4.2976	3
19034	Ain Tebinet	ain-tebinet	19			36.1857	5.4327	4
19035	Arassa	arassa	19			36.104	5.4368	1
19035	Aourir	aourir	19			36.104	5.4368	1
19035	Ait Moussa	ait-moussa	19			36.104	5.4368	1
19036	Bazer Sakhra	bazer-sakhra	19			36.104	5.4368	1
19036	Nouaceur	nouaceur	19			36.104	5.4368	1
19036	Tillef	tillef	19			36.104	5.4368	1
19036	Boumaaza	boumaaza	19			36.104	5.4368	1
19036	Braou	braou	19			36.104	5.4368	1
19036	Cheurfa	cheurfa	19			36.104	5.4368	1
19036	Djoumea	djoumea	19			36.104	5.4368	1
19036	Douakha	douakha	19			36.104	5.4368	1
19036	Feidh Gherib	feidh-gherib	19			36.104	5.4368	1
19036	Lagnater	lagnater	19			36.104	5.4368	1
19036	Leklala	leklala	19			36.104	5.4368	1
19036	Louazga	louazga	19			36.104	5.4368	1
19036	Tiffel	tiffel	19			36.104	5.4368	1
19037	Beni Hocine	beni-hocine	19			36.104	5.4368	1
19038	Aguemoune	aguemoune	19			36.104	5.4368	1
19038	Ait Khettal	ait-khettal	19			36.104	5.4368	1
19038	Beni Mohli	beni-mohli	19			36.104	5.4368	1
19039	Bir Haddada	bir-haddada	19			35.9633	5.4331	4
19040	Bir Labied	bir-labied	19			36.19	5.547	1
19041	Ouled Aziz	ouled-aziz	19			35.9509	5.9837	4
19041	Rouabha	rouabha	19			35.9509	5.9837	3
19041	Dehamcha	dehamcha	19			35.9509	5.9837	3
19041	Domaine Benzadi	domaine-benzadi	19			35.9509	5.9837	3
19041	Lathamna	lathamna	19			35.9509	5.9837	3
19041	Lemroudj	lemroudj	19			35.9509	5.9837	3
19041	Messasha	messasha	19			35.9509	5.9837	3
19041	Mezala	mezala	19			35.9509	5.9837	3
19041	Ouled Baka	ouled-baka	19			35.9509	5.9837	3
19041	Chebabta	chebabta	19			35.9509	5.9837	3
19042	Draa El Miad	draa-el-miad	19			36.19	5.547	1
19043	Frada	frada	19			36.19	5.547	1
19043	El Hadra	el-hadra	19			36.19	5.547	1
19043	Bouzegueza	bouzegueza	19			36.19	5.547	1
19043	Gheribat	gheribat	19			36.19	5.547	1
19043	Laa Melhe	laa-melhe	19			36.19	5.547	1
19043	Megharna	megharna	19			36.19	5.547	1
19043	Ouled Abdellah	ouled-abdellah	19			36.19	5.547	1
19043	Ouled Sebaa	ouled-sebaa	19			36.19	5.547	1
19043	Saggar	saggar	19			36.19	5.547	1
19044	El Mahdia	el-mahdia	19			36.19	5.547	1
19045	El Guedir	el-guedir	19			36.19	5.547	1
19045	El Mellah Hamouchi	el-mellah-hamouchi	19			36.19	5.547	1
19045	Ferada	ferada	19			36.19	5.547	1
19045	Ouled Zazaa	ouled-zazaa	19			36.19	5.547	1
19045	Ouled Rihane	ouled-rihane	19			36.19	5.547	1
19045	Ouled Saad Ben Ali	ouled-saad-ben-ali	19			36.19	5.547	1
19045	Ouled Sidi Seghir	ouled-sidi-seghir	19			36.19	5.547	1
19045	Douakha	douakha	19			36.19	5.547	1
19045	Guenatre	guenatre	19			36.19	5.547	1
19045	Mellaha	mellaha	19			36.19	5.547	1
19046	El Ouldja	el-ouldja	19			36.19	5.547	1
19046	Ouled Zaim	ouled-zaim	19			36.19	5.547	1
19046	Mekhencha	mekhencha	19			36.19	5.547	1
19046	Sidi Hanana	sidi-hanana	19			36.19	5.547	1
19046	Ouled Belkhir	ouled-belkhir	19			36.19	5.547	1
19047	Ougrina	ougrina	19			36.2994	5.4016	4
19047	Chabia	chabia	19			36.2916	5.4052	3
19047	El Ouricia	el-ouricia	19			36.2837	5.4087	4
19047	Centre D'El Ouricia	centre-d-el-ouricia	19			36.2916	5.4052	3
19047	Oued El Hadef	oued-el-hadef	19			36.2916	5.4052	3
19047	Oued Cheik	oued-cheik	19			36.2916	5.4052	3
19047	Goussimet	goussimet	19			36.2916	5.4052	3
19047	Gharzouli	gharzouli	19			36.2916	5.4052	3
19047	Ferme Khabcheche	ferme-khabcheche	19			36.2916	5.4052	3
19047	Chelkha	chelkha	19			36.2916	5.4052	3
19047	El Kebir	el-kebir	19			36.2916	5.4052	3
19047	Ouled Mansour	ouled-mansour	19			36.2916	5.4052	3
19047	El Hassasna	el-hassasna	19			36.2916	5.4052	3
19048	Fermatou	fermatou	19			36.2261	5.3939	4
19048	Douar Fermatou	douar-fermatou	19			36.2261	5.3939	3
19049	Goutali	goutali	19			36.19	5.547	1
19050	Guellal (Groupe Scolaire)	guellal-groupe-scolaire	19			36.0353	5.3367	3
19050	Guellal	guellal	19			36.0353	5.3367	4
19050	Guenifi Mohamed	guenifi-mohamed	19			36.0353	5.3367	3
19050	Ouled Khacem	ouled-khacem	19			36.0353	5.3367	3
19050	Ferme Trad	ferme-trad	19			36.0353	5.3367	3
19050	Douar Ouled Gacem	douar-ouled-gacem	19			36.0353	5.3367	3
19050	Coop Agricole Guenifi Med	coop-agricole-guenifi-med	19			36.0353	5.3367	3
19051	Hammam Guergour	hammam-guergour	19			36.3219	5.0565	4
19052	Ighil Ksar	ighil-ksar	19			36.1232	5.3161	1
19052	Ait Cherfa	ait-cherfa	19			36.1232	5.3161	1
19052	Tagma	tagma	19			36.1232	5.3161	1
19052	Boukarchi	boukarchi	19			36.1232	5.3161	1
19052	Ighrene	ighrene	19			36.1232	5.3161	1
19052	Tizguine	tizguine	19			36.1232	5.3161	1
19052	Taskafet	taskafet	19			36.1232	5.3161	1
19052	Ouled Amara	ouled-amara	19			36.1232	5.3161	1
19052	Laskar	laskar	19			36.1232	5.3161	1
19052	Bouzkout	bouzkout	19			36.1232	5.3161	1
19052	Izatitene	izatitene	19			36.1232	5.3161	1
19052	Aguemoune	aguemoune	19			36.1232	5.3161	1
19052	Iouchichene	iouchichene	19			36.1232	5.3161	1
19052	Tarazout	tarazout	19			36.1232	5.3161	1
19053	Kharba	kharba	19			36.1232	5.3161	1
19054	Ksar Tir	ksar-tir	19			35.9714	5.2658	4
19054	Ksar El Abtal	ksar-el-abtal	19			35.9714	5.2658	3
19055	Larba	larba	19			36.1232	5.3161	1
19055	Tagmemet	tagmemet	19			36.1232	5.3161	1
19055	Belahda	belahda	19			36.1232	5.3161	1
19055	Takaoudjette	takaoudjette	19			36.1232	5.3161	1
19055	Ain Ziane	ain-ziane	19			36.1232	5.3161	1
19055	El Taya	el-taya	19			36.1232	5.3161	1
19055	Takharat	takharat	19			36.1232	5.3161	1
19055	Maaouia	maaouia	19			36.1232	5.3161	1
19055	Beni Aissa	beni-aissa	19			36.1232	5.3161	1
19055	Beni Sakeal	beni-sakeal	19			36.1232	5.3161	1
19055	Berafta	berafta	19			36.1232	5.3161	1
19055	Dekakma	dekakma	19			36.1232	5.3161	1
19055	El Khouder	el-khouder	19			36.1232	5.3161	1
19055	Karoucha	karoucha	19			36.1232	5.3161	1
19055	Khelalfa	khelalfa	19			36.1232	5.3161	1
19055	Lahouas	lahouas	19			36.1232	5.3161	1
19056	Mesloug	mesloug	19			36.1092	5.3389	4
19056	Mechta Rahmouni	mechta-rahmouni	19			36.1092	5.3389	3
19056	Djabis	djabis	19			36.1092	5.3389	3
19056	Domaine Khababa	domaine-khababa	19			36.1092	5.3389	3
19056	Domaine Salhi	domaine-salhi	19			36.1092	5.3389	3
19056	El Harmelia	el-harmelia	19			36.1092	5.3389	3
19056	Kharchi	kharchi	19			36.1092	5.3389	3
19056	Laoufi	laoufi	19			36.1092	5.3389	3
19056	Mahdaoui Larbi	mahdaoui-larbi	19			36.1092	5.3389	3
19056	Maisonnette Sntf	maisonnette-sntf	19			36.1092	5.3389	3
19057	Tadjel	tadjel	19			36.3687	5.0034	4
19057	Oued Sebt	oued-sebt	19			36.3687	5.0034	3
19057	El Golea	el-golea	19			36.3687	5.0034	3
19057	Ain Cherchar	ain-cherchar	19			36.3687	5.0034	3
19057	Ouled Amira	ouled-amira	19			36.3687	5.0034	3
19057	Loutan Court	loutan-court	19			36.3687	5.0034	3
19057	Matia	matia	19			36.3687	5.0034	3
19057	Ouled Megharba	ouled-megharba	19			36.3687	5.0034	3
19057	Ouled Mansour	ouled-mansour	19			36.3687	5.0034	3
19057	Mahchouf	mahchouf	19			36.3687	5.0034	3
19057	Augmert	augmert	19			36.3687	5.0034	3
19057	Azlaf	azlaf	19			36.3687	5.0034	3
19057	Beni Melloul	beni-melloul	19			36.3687	5.0034	3
19057	Mekchouf	mekchouf	19			36.3687	5.0034	3
19058	Ouled Adouane	ouled-adouane	19			36.1232	5.3161	1
19059	Oum Ladjoul	oum-ladjoul	19			35.9329	5.8953	4
19059	Maader	maader	19			35.9329	5.8953	3
19059	Addouane	addouane	19			35.9329	5.8953	3
19059	Fessikh	fessikh	19			35.9329	5.8953	3
19059	Ouled Athmane	ouled-athmane	19			35.9329	5.8953	3
19059	Ouled Azzem	ouled-azzem	19			35.9329	5.8953	3
19059	Ouled Belhaouchet	ouled-belhaouchet	19			35.9329	5.8953	3
19059	Ouled Hellal	ouled-hellal	19			35.9329	5.8953	3
19059	Ouled Mehana	ouled-mehana	19			35.9329	5.8953	3
19059	Remada	remada	19			35.9329	5.8953	3
19059	Bir Belkhlifi	bir-belkhlifi	19			35.9329	5.8953	3
19059	Ain Sbaa	ain-sbaa	19			35.9329	5.8953	3
19060	Rasfa	rasfa	19			35.6497	5.3671	1
19061	Ras Isly	ras-isly	19			35.7621	5.2078	4
19061	Tafsas	tafsas	19			35.7621	5.2078	3
19061	Oued Guebala	oued-guebala	19			35.7621	5.2078	3
19061	Oum Menani	oum-menani	19			35.7621	5.2078	3
19061	Lemharie	lemharie	19			35.7621	5.2078	3
19061	Leghmamza	leghmamza	19			35.7621	5.2078	3
19061	Ouled Menani	ouled-menani	19			35.7621	5.2078	3
19062	Setif Belkhiret	setif-belkhiret	19			35.6497	5.3671	1
19063	Setif Cite Mostakbel	setif-cite-mostakbel	19			35.6497	5.3671	1
19064	Setif Mansouri Kheir	setif-mansouri-kheir	19			35.6497	5.3671	1
19065	Setif Yahyaoui	setif-yahyaoui	19			35.6497	5.3671	1
19066	Sokhna	sokhna	19			35.9773	5.8079	4
19067	Mekhalfa	mekhalfa	19			36.1077	5.8325	4
19067	Taya	taya	19			35.4297	5.2264	3
19067	Retba	retba	19			34.7516	4.6203	4
19068	Tizi N'Bechar	tizi-n-bechar	19			35.6497	5.3671	1
19069	Ighil Ibaouene	ighil-ibaouene	19			35.6497	5.3671	1
19069	Ait Bouyoucef	ait-bouyoucef	19			35.6497	5.3671	1
19069	Ouled Yahia	ouled-yahia	19			35.6497	5.3671	1
19069	Ras El Oued	ras-el-oued	19			35.6497	5.3671	1
19069	Guenchouche	guenchouche	19			35.6497	5.3671	1
19069	Ouled Amar	ouled-amar	19			35.6497	5.3671	1
19069	Tizi N'Braham	tizi-n-braham	19			35.6497	5.3671	1
19070	Ain Dokkar	ain-dokkar	19			36.1247	5.2967	1
19071	Ain El Hamra	ain-el-hamra	19			35.8108	5.3219	4
19072	Ain Mergoum	ain-mergoum	19			36.4153	5.125	4
19073	Ain Messaoud	ain-messaoud	19			36.1247	5.2967	1
19074	Ain Remada	ain-remada	19			36.1247	5.2967	1
19075	Ain Trick	ain-trick	19			36.1478	5.4431	4
19076	Ait Noual M'Zada	ait-noual-m-zada	19			36.1247	5.2967	1
19077	Ait Tizi	ait-tizi	19			36.1247	5.2967	1
19078	Akrim Bourdim	akrim-bourdim	19			36.1247	5.2967	1
19078	Bourdim	bourdim	19			36.1247	5.2967	1
19079	Batha	batha	19			36.1247	5.2967	1
19079	Taffrent	taffrent	19			36.1247	5.2967	1
19079	Boualia	boualia	19			36.1247	5.2967	1
19080	Bendiab	bendiab	19			36.0923	5.6833	1
19081	Beni Afif	beni-afif	19			36.0923	5.6833	1
19082	Beni Brahim	beni-brahim	19			36.2044	5.6608	4
19083	Beni Djemati	beni-djemati	19			36.0923	5.6833	1
19084	Beni Hafed	beni-hafed	19			36.0923	5.6833	1
19085	Beni Khellad	beni-khellad	19			36.0923	5.6833	1
19086	Bida	bida	19			36.0923	5.6833	1
19087	Bir Djedid	bir-djedid	19			35.9803	5.7058	4
19088	Bouamrane	bouamrane	19			36.0923	5.6833	1
19089	Boudjelikh	boudjelikh	19			36.0923	5.6833	1
19090	Bouffaroudj	bouffaroudj	19			36.0113	5.3072	1
19091	Bouira	bouira	19			36.217	5.2805	4
19092	Boutaleb	boutaleb	19			35.6716	5.3166	3
19092	Berdaa	berdaa	19			35.6716	5.3166	4
19092	Draa Mokhtar	draa-mokhtar	19			35.6716	5.3166	3
19093	Chaabet Cheurfa	chaabet-cheurfa	19			36.0113	5.3072	1
19094	Cheurfa	cheurfa	19			36.0113	5.3072	1
19095	Chouf El Kedad	chouf-el-kedad	19			36.0113	5.3072	1
19096	Dar El Hadj	dar-el-hadj	19			36.0113	5.3072	1
19097	Djermane	djermane	19			36.0113	5.3072	1
19098	El Anasser Base	el-anasser-base	19			36.0113	5.3072	1
19099	El Hachichia	el-hachichia	19			36.1454	5.3246	4
19100	El Hammam	el-hammam	19			35.7701	5.1317	4
19100	Hammam Gare (Village)	hammam-gare-village	19			35.7701	5.1317	3
19100	El Hammam (Ecole)	el-hammam-ecole	19			35.7701	5.1317	3
19100	Domaine Sabri	domaine-sabri	19			35.7701	5.1317	3
19100	Domaine Loulou	domaine-loulou	19			35.7701	5.1317	3
19100	Domaine Hamlaoui Bachir	domaine-hamlaoui-bachir	19			35.7701	5.1317	3
19100	Domaine Anciens Moudjahidine	domaine-anciens-moudjahidine	19			35.7701	5.1317	3
19100	Siouba	siouba	19			35.7701	5.1317	3
19100	Boussourat	boussourat	19			35.7701	5.1317	3
19100	Allaoua	allaoua	19			35.7701	5.1317	3
19100	Ouled Yeiles	ouled-yeiles	19			35.7701	5.1317	3
19100	Ouled Boudraa	ouled-boudraa	19			35.7701	5.1317	3
19100	Mechta Ouled Boutaha	mechta-ouled-boutaha	19			35.7701	5.1317	3
19101	El Merdja	el-merdja	19			35.9765	5.2796	1
19102	Faucigny	faucigny	19			36.256	5.2643	4
19103	Freha	freha	19			35.9765	5.2796	1
19104	Douar Frikat	douar-frikat	19			35.9765	5.2796	1
19104	Frikat	frikat	19			35.9765	5.2796	1
19105	Gheboula	gheboula	19			35.9765	5.2796	1
19106	Hamma	hamma	19			35.7037	5.3842	4
19107	Khalfoun	khalfoun	19			36.1761	5.3384	4
19107	Timelouka	timelouka	19			36.1761	5.3384	3
19108	Kourdjana	kourdjana	19			35.9765	5.2796	1
19109	Laouameur	laouameur	19			35.9765	5.2796	1
19110	Maafer	maafer	19			35.8556	5.3664	4
19111	Ferme Ain Adjeresse	ferme-ain-adjeresse	19			36.2638	5.346	3
19111	Mahouan	mahouan	19			36.2638	5.346	4
19111	Douar Ouled Zaghouane	douar-ouled-zaghouane	19			36.2638	5.346	3
19111	Domaine Khabcheche	domaine-khabcheche	19			36.2638	5.346	3
19112	Meguerba	meguerba	19			36.0448	5.3576	1
19113	Melloul	melloul	19			36.0152	5.3604	4
19114	Merzeghlel	merzeghlel	19			36.0448	5.3576	1
19115	Oued El Berd	oued-el-berd	19			36.0448	5.3576	1
19116	Ouled Ali Ben Nacer	ouled-ali-ben-nacer	19			36.0448	5.3576	1
19117	Ouled Ayad	ouled-ayad	19			36.0448	5.3576	1
19118	Ouled Maiza	ouled-maiza	19			36.0448	5.3576	1
19119	Ouled Mehalla	ouled-mehalla	19			36.0448	5.3576	1
19120	Ouled Saber	ouled-saber	19			35.9628	5.3931	1
19121	Ouled Si Ahmed	ouled-si-ahmed	19			35.9628	5.3931	4
19122	Sidi Salah	sidi-salah	19			35.9628	5.3931	1
19123	Souk El Khemis	souk-el-khemis	19			35.9628	5.3931	1
19123	Smara	smara	19			35.9628	5.3931	1
19124	Souk El Had	souk-el-had	19			35.9628	5.3931	1
19125	Lemgac	lemgac	19			35.9628	5.3931	1
19125	Ain Makhlouf	ain-makhlouf	19			35.9628	5.3931	1
19125	Djellaoua	djellaoua	19			35.9628	5.3931	1
19125	Tachouda	tachouda	19			35.9628	5.3931	1
19126	Timedouine	timedouine	19			35.9628	5.3931	1
19127	Zeraia	zeraia	19			35.9628	5.3931	1
19801	Setif Crme	setif-crme	19			36.1058	5.4477	1
20000	Saida Rp	saida-rp	20			34.9181	0.1339	1
20000	Saida Soummam	saida-soummam	20			34.9181	0.1339	1
20000	Ouled Bouziane	ouled-bouziane	20			34.9181	0.1339	1
20000	Saida 8 Mai 1945	saida-8-mai-1945	20			34.9181	0.1339	1
20001	Ain El Hadjar	ain-el-hadjar	20			34.7585	0.1453	4
20001	Ouled Berrezoug	ouled-berrezoug	20			34.7585	0.1453	3
20001	Naar Kerroum	naar-kerroum	20			34.7585	0.1453	3
20001	Maalif	maalif	20			34.7585	0.1453	3
20001	Douar Maata	douar-maata	20			34.7585	0.1453	3
20001	Douar Kherrarcha	douar-kherrarcha	20			34.7585	0.1453	3
20001	Domaine Meknaci	domaine-meknaci	20			34.7585	0.1453	3
20001	Bourached	bourached	20			34.7585	0.1453	3
20001	Ain Menaa Tahtania	ain-menaa-tahtania	20			34.7585	0.1453	3
20001	Ain Menaa Fougania	ain-menaa-fougania	20			34.7585	0.1453	3
20001	Ouled Maachou	ouled-maachou	20			34.7585	0.1453	3
20001	Ouled Hachemi	ouled-hachemi	20			34.7585	0.1453	3
20002	Balloul	balloul	20			34.9894	0.4773	4
20002	Souig	souig	20			34.9894	0.4773	3
20002	El Abid	el-abid	20			34.9894	0.4773	3
20002	Ayoun Branis	ayoun-branis	20			34.9894	0.4773	3
20002	El Gtouta	el-gtouta	20			34.9894	0.4773	3
20002	Oucit	oucit	20			34.9894	0.4773	3
20002	Ouled Brahim	ouled-brahim	20			34.9894	0.4773	3
20002	Ouled Khalfa	ouled-khalfa	20			34.9894	0.4773	3
20002	Ouled Youcef	ouled-youcef	20			34.9894	0.4773	3
20002	Ras Guercif	ras-guercif	20			34.9894	0.4773	3
20002	Touag	touag	20			34.9894	0.4773	3
20003	El Hassasna	el-hassasna	20			34.9181	0.1339	1
20003	Bentrif	bentrif	20			34.9181	0.1339	1
20003	Hammar El Has	hammar-el-has	20			34.9181	0.1339	1
20003	Hassi Ghouti	hassi-ghouti	20			34.9181	0.1339	1
20003	Jida	jida	20			34.9181	0.1339	1
20004	Rebahia	rebahia	20			34.8759	0.1528	4
20004	Abid Belaabane	abid-belaabane	20			34.9043	0.166	3
20004	Ouled Khaled	ouled-khaled	20			34.9327	0.1792	4
20004	Cooperative Avicole	cooperative-avicole	20			34.9043	0.166	3
20004	Methnia	methnia	20			34.9043	0.166	3
20004	Ferme Traverse	ferme-traverse	20			34.9043	0.166	3
29027	Hamam	hamam	29			35.4928	0.3685	3
20004	Ain Kerma	ain-kerma	20			34.9043	0.166	3
20004	Belhadj Benfekha	belhadj-benfekha	20			34.9043	0.166	3
20004	Brimou	brimou	20			34.9043	0.166	3
20004	El Aioune	el-aioune	20			34.9043	0.166	3
20004	Mekhebba	mekhebba	20			34.9043	0.166	3
20004	Guerraridj	guerraridj	20			34.9043	0.166	3
20005	Ouled Kerroum	ouled-kerroum	20			34.9181	0.1339	1
20005	Saida Boukhors	saida-boukhors	20			34.9181	0.1339	1
20006	Saida En Nasr	saida-en-nasr	20			34.9181	0.1339	1
20007	Sidi Boubekeur	sidi-boubekeur	20			35.0301	0.0587	4
20007	Bhira El Hamra	bhira-el-hamra	20			35.0301	0.0587	3
20007	Sidi Ahmed	sidi-ahmed	20			35.0301	0.0587	3
20007	Ouled Laaredj Souaaga	ouled-laaredj-souaaga	20			35.0301	0.0587	3
20007	Negmout	negmout	20			35.0301	0.0587	3
20007	El Houamria Bni Snous	el-houamria-bni-snous	20			35.0301	0.0587	3
20007	Souirat	souirat	20			35.0301	0.0587	3
20007	Zeraoune	zeraoune	20			35.0301	0.0587	3
20008	Youb	youb	20			34.9219	-0.2095	4
20008	Adda Bensekrane	adda-bensekrane	20			34.9219	-0.2095	3
20008	Douar Ouled Sidi Ali	douar-ouled-sidi-ali	20			34.9219	-0.2095	3
20008	Douar Ouled Snouci	douar-ouled-snouci	20			34.9219	-0.2095	3
20008	Douar Zouidat	douar-zouidat	20			34.9219	-0.2095	3
20008	Ferme El Wahrani	ferme-el-wahrani	20			34.9219	-0.2095	3
20008	Nedjadja	nedjadja	20			34.9219	-0.2095	3
20008	Douar Bouriche	douar-bouriche	20			34.9219	-0.2095	3
20008	Baggar	baggar	20			34.9219	-0.2095	3
20008	Douar Ouled M'Hadji	douar-ouled-m-hadji	20			34.9219	-0.2095	3
20008	Douar Ouled Emir Aek	douar-ouled-emir-aek	20			34.9219	-0.2095	3
20008	Douar Ouled Aissa	douar-ouled-aissa	20			34.9219	-0.2095	3
20008	Douar Louinysa	douar-louinysa	20			34.9219	-0.2095	3
20009	Ain Sekhouna	ain-sekhouna	20			34.9181	0.1339	1
20009	Douar Hdahda	douar-hdahda	20			34.9181	0.1339	1
20010	Boukhors	boukhors	20			34.8	0.1378	1
20011	Hammam Rabi	hammam-rabi	20			34.8	0.1378	1
20011	Domaine Mejdoub	domaine-mejdoub	20			34.8	0.1378	1
20012	Khalfallah	khalfallah	20			34.5498	0.2583	4
20012	Timetlas	timetlas	20			34.5498	0.2583	3
20012	Bourached	bourached	20			34.5498	0.2583	3
20012	Morghad	morghad	20			34.5498	0.2583	3
20012	Ouled Bouanani	ouled-bouanani	20			34.5498	0.2583	3
20012	Sfid	sfid	20			34.5498	0.2583	3
20012	Sidi Ahmed	sidi-ahmed	20			34.5498	0.2583	3
20013	Sidi Youce	sidi-youce	20			34.8	0.1378	1
20013	Maamora	maamora	20			34.8	0.1378	1
20013	Omar	omar	20			34.8	0.1378	1
20014	Moulay Larbi	moulay-larbi	20			34.6492	0.0159	4
20014	Oum Doud	oum-doud	20			34.6492	0.0159	3
20014	El Gaada	el-gaada	20			34.6492	0.0159	3
20014	Yagoubi Senouci	yagoubi-senouci	20			34.6492	0.0159	3
20014	Oued Falette	oued-falette	20			34.6492	0.0159	3
20015	Saida Cdt Mejdoub	saida-cdt-mejdoub	20			34.8	0.1378	1
20016	Saida Cite Eriadh	saida-cite-eriadh	20			34.8	0.1378	1
20017	Saida Daoudi	saida-daoudi	20			34.8	0.1378	1
20017	El Bordj (Ex Sas)	el-bordj-ex-sas	20			34.8	0.1378	1
20018	Saida Khater	saida-khater	20			34.8	0.1378	1
20019	Douaha	douaha	20			34.9772	0.169	4
20019	Sidi Amar	sidi-amar	20			35.0239	0.1081	4
20019	Hadaidia	hadaidia	20			35.0005	0.1386	3
20019	Sfala	sfala	20			35.0005	0.1386	3
20019	Ouled Bachir	ouled-bachir	20			35.0005	0.1386	3
20019	Mlaylta	mlaylta	20			35.0005	0.1386	3
20019	Douar Ouaniria	douar-ouaniria	20			35.0005	0.1386	3
20019	Douar Khalia	douar-khalia	20			35.0005	0.1386	3
20019	Beni Manou	beni-manou	20			35.0005	0.1386	3
20019	Boukmar	boukmar	20			35.0005	0.1386	3
20019	Cite Freres Boukhalfa	cite-freres-boukhalfa	20			35.0005	0.1386	3
20019	Daalil	daalil	20			35.0005	0.1386	3
20020	Ain Teghat	ain-teghat	20			34.9219	-0.2095	1
20021	Cherki Sidi Aissa	cherki-sidi-aissa	20			34.9219	-0.2095	1
20022	Dhaiet Zraguet	dhaiet-zraguet	20			34.9219	-0.2095	1
20023	Ain Beida	ain-beida	20			34.9219	-0.2095	4
20023	Fidjel	fidjel	20			34.9219	-0.2095	3
20023	Ouled Zid	ouled-zid	20			34.9219	-0.2095	3
20023	Droue	droue	20			34.9219	-0.2095	3
20023	Chenen	chenen	20			34.9219	-0.2095	3
20023	Doui Thabet	doui-thabet	20			34.9219	-0.2095	3
20024	Hassi El Abed	hassi-el-abed	20			34.9219	-0.2095	1
20025	Hounet	hounet	20			34.9219	-0.2095	1
20025	Hamdat	hamdat	20			34.9219	-0.2095	1
20025	Ain Merighia	ain-merighia	20			34.9219	-0.2095	1
20026	Khelifa Maata	khelifa-maata	20			34.9219	-0.2095	1
20027	Ouled Ali	ouled-ali	20			34.9219	-0.2095	1
20027	Khourichfa	khourichfa	20			34.9219	-0.2095	1
20027	Douar Kherarcha	douar-kherarcha	20			34.9219	-0.2095	1
20027	Domaine Berbicha	domaine-berbicha	20			34.9219	-0.2095	1
20028	Loukda Ain Zerga	loukda-ain-zerga	20			34.9219	-0.2095	1
20029	Guerraridj	guerraridj	20			34.9219	-0.2095	1
20029	Bouchikhi Miloud	bouchikhi-miloud	20			34.9219	-0.2095	1
20029	Guermida	guermida	20			34.9219	-0.2095	1
20029	Guerroudj Zahzah	guerroudj-zahzah	20			34.9219	-0.2095	1
20029	Mimouna Ain Sultan	mimouna-ain-sultan	20			34.9219	-0.2095	1
20029	Sidi Mimoun	sidi-mimoun	20			34.9219	-0.2095	1
20029	Tiffrit	tiffrit	20			34.9219	-0.2095	1
20030	Moulay Touhami	moulay-touhami	20			35.0251	0.563	1
20031	Oued Berbour	oued-berbour	20			35.0251	0.563	1
20032	Sidi Maamar	sidi-maamar	20			35.0251	0.563	1
20033	Sidi M'Barek	sidi-m-barek	20			35.0251	0.563	1
20034	Tamesna	tamesna	20			35.0251	0.563	1
20035	Tircine	tircine	20			35.0251	0.563	1
20035	Tagdoura	tagdoura	20			35.0251	0.563	1
20035	Tahourouit	tahourouit	20			35.0251	0.563	1
20036	Touta	touta	20			35.0251	0.563	4
21000	Skikda Rp	skikda-rp	21			36.8038	6.8363	1
21001	Oued Hammime	oued-hammime	21			36.7394	7.1053	3
21001	Azzaba	azzaba	21			36.7394	7.1053	4
21001	Sfisfa	sfisfa	21			36.7394	7.1053	3
21001	Menzel El Moudjahid	menzel-el-moudjahid	21			36.7394	7.1053	3
21001	Medjez Stah	medjez-stah	21			36.7394	7.1053	3
21001	Mechta Heloufa	mechta-heloufa	21			36.7394	7.1053	3
21001	Ferfour	ferfour	21			36.7394	7.1053	3
21001	Diar Zitoun	diar-zitoun	21			36.7394	7.1053	3
21001	Boufernana	boufernana	21			36.7394	7.1053	3
21001	Saifia	saifia	21			36.7394	7.1053	3
21001	Arb Skikda	arb-skikda	21			36.7394	7.1053	3
21002	Collo	collo	21			37.0072	6.561	4
21003	Bir Stal	bir-stal	21			36.6667	6.8333	4
21003	El Harrouch	el-harrouch	21			36.6667	6.8333	3
21003	Ain El Hama	ain-el-hama	21			36.6667	6.8333	3
21003	M'Souna	m-souna	21			36.6667	6.8333	3
21003	Bougrina	bougrina	21			36.6667	6.8333	3
21003	Daoudi Larbi	daoudi-larbi	21			36.6667	6.8333	3
21004	Ramdane Djamel	ramdane-djamel	21			36.7561	6.8954	4
21004	Zitouna	zitouna	21			36.9897	6.4605	4
21004	Boussekine	boussekine	21			36.8729	6.678	3
21004	Viaduc	viaduc	21			36.8729	6.678	3
21004	Boukerdia	boukerdia	21			36.8729	6.678	3
21004	Tarfaya	tarfaya	21			36.8729	6.678	3
21004	Sidi Djaballah	sidi-djaballah	21			36.8729	6.678	3
21004	Sidi Abdellah	sidi-abdellah	21			36.8729	6.678	3
21004	Kef Mefrouche	kef-mefrouche	21			36.8729	6.678	3
21004	Kabalia	kabalia	21			36.8729	6.678	3
21004	Guessaba	guessaba	21			36.8729	6.678	3
21004	El Magen	el-magen	21			36.8729	6.678	3
21004	Chikh Daif	chikh-daif	21			36.8729	6.678	3
21005	Pepiniere (La)	pepiniere-la	21			36.8633	6.911	4
21005	Tamalous	tamalous	21			36.8376	6.6402	4
21006	Ain Charchar	ain-charchar	21			36.7314	7.2175	4
21006	Melila	melila	21			36.7314	7.2175	3
21007	Ain Kechera	ain-kechera	21			36.7483	6.4323	4
21007	Ain Rouibah	ain-rouibah	21			36.7483	6.4323	3
21008	Azzaba Independance	azzaba-independance	21			36.8038	6.8363	1
21009	Bekkouche Lakhdar	bekkouche-lakhdar	21			36.6986	7.3067	4
21010	El Hamma	el-hamma	21			36.7797	7.2376	4
21010	Ben Azouz	ben-azouz	21			36.7797	7.2376	3
21010	Tobeiga	tobeiga	21			36.7797	7.2376	3
21010	Lemzara	lemzara	21			36.7797	7.2376	3
21011	Gourmata	gourmata	21			36.8847	6.6357	1
21011	Beni Oulbane	beni-oulbane	21			36.8847	6.6357	1
21012	Bou Noghra	bou-noghra	21			36.9928	6.3433	4
21012	Oued Djebel	oued-djebel	21			37.0036	6.3981	4
21012	Siouane	siouane	21			36.95	6.4	4
21012	El Ouldja	el-ouldja	21			36.9821	6.3805	3
21012	Laouinet	laouinet	21			36.9821	6.3805	3
21012	Ouled Attia	ouled-attia	21			36.9821	6.3805	3
21013	Collo Ain Zida	collo-ain-zida	21			36.8847	6.6357	1
21014	El Harrouch El Malha	el-harrouch-el-malha	21			36.8847	6.6357	1
21015	El Hedaiek	el-hedaiek	21			36.831	6.8829	4
21016	Ed Douar	ed-douar	21			36.9469	6.4523	4
21016	El Ouloudj	el-ouloudj	21			36.9325	6.4788	4
21016	Charba	charba	21			36.899	6.4772	3
21016	Beni Zid	beni-zid	21			36.8176	6.5005	4
21016	Agna	agna	21			36.899	6.4772	3
21017	Settaya	settaya	21			36.8847	6.6357	1
21017	Emjez Ed Chich	emjez-ed-chich	21			36.8847	6.6357	1
21017	Arb	arb	21			36.8847	6.6357	1
21017	El Koubaa	el-koubaa	21			36.8847	6.6357	1
21017	El Kef	el-kef	21			36.8847	6.6357	1
21017	Douar El Kef	douar-el-kef	21			36.8847	6.6357	1
21018	Es Sebt	es-sebt	21			36.6638	7.0776	4
21018	Fedj Seris	fedj-seris	21			36.6638	7.0776	3
21018	Oum Nehal	oum-nehal	21			36.6638	7.0776	3
21018	El M'Sede	el-m-sede	21			36.6638	7.0776	3
21018	Guendoula	guendoula	21			36.6638	7.0776	3
21018	Boutayeb	boutayeb	21			36.6638	7.0776	3
21018	Ghezala	ghezala	21			36.6638	7.0776	3
21019	Kerkera	kerkera	21			36.9292	6.5856	4
21019	Outaya Aicha	outaya-aicha	21			36.9292	6.5856	3
21019	Ouled Slimane	ouled-slimane	21			36.9292	6.5856	3
21019	Hadjeria	hadjeria	21			36.9292	6.5856	3
21019	Tokla Hadjria	tokla-hadjria	21			36.9292	6.5856	3
21020	Oum Toub	oum-toub	21			36.6888	6.572	4
21020	Sidi Kamber	sidi-kamber	21			36.7126	6.5819	4
21020	Oued Rabah	oued-rabah	21			36.7015	6.5572	3
21020	Oued El Biar	oued-el-biar	21			36.7378	6.5203	4
21020	Diar Lehouadef	diar-lehouadef	21			36.7015	6.5572	3
21020	Souk El Had	souk-el-had	21			36.6669	6.5544	4
21020	Ouled Djema	ouled-djema	21			36.7015	6.5572	3
21020	Beni Kadrissene	beni-kadrissene	21			36.7015	6.5572	3
21020	Boutamina	boutamina	21			36.7015	6.5572	3
21020	Chaaba	chaaba	21			36.7015	6.5572	3
21020	Taghras	taghras	21			36.7015	6.5572	3
21020	Oum Zedioua	oum-zedioua	21			36.7015	6.5572	3
21021	Ramdane Djamel 1er Nov	ramdane-djamel-1er-nov	21			36.7399	6.6095	1
21022	Salah Bouchaour	salah-bouchaour	21			36.7039	6.8567	4
21022	Siaira	siaira	21			36.7039	6.8567	3
21022	Chadi	chadi	21			36.7039	6.8567	3
21022	Dahaira	dahaira	21			36.7039	6.8567	3
21022	Djebel Meksen	djebel-meksen	21			36.7039	6.8567	3
21022	Faid Enakhal	faid-enakhal	21			36.7039	6.8567	3
21022	Sattah	sattah	21			36.7039	6.8567	3
21023	Sidi Mezghiche	sidi-mezghiche	21			36.6794	6.7207	4
21023	Aouinet Lebiad	aouinet-lebiad	21			36.6794	6.7207	3
21023	El Hamri	el-hamri	21			36.6794	6.7207	3
21023	Chaoui	chaoui	21			36.6794	6.7207	3
21023	Souk Tleta	souk-tleta	21			36.6794	6.7207	3
21023	Moktita	moktita	21			36.6794	6.7207	3
21023	Mokfeija	mokfeija	21			36.6794	6.7207	3
21023	Khenkha	khenkha	21			36.6794	6.7207	3
21023	Ibeche	ibeche	21			36.6794	6.7207	3
21023	El Khanka	el-khanka	21			36.6794	6.7207	3
21023	Bousatour	bousatour	21			36.6794	6.7207	3
21024	Skikda 20 Aout 55	skikda-20-aout-55	21			36.7399	6.6095	1
21025	Skikda 8 Mai 45	skikda-8-mai-45	21			36.7399	6.6095	1
21026	Skikda Didouche Mourad	skikda-didouche-mourad	21			36.7399	6.6095	1
21027	Skikda Freres Saadi	skikda-freres-saadi	21			36.7399	6.6095	1
21028	Zitouna	zitouna	21			36.9897	6.4605	4
21028	Ouled M'Rabet	ouled-m-rabet	21			36.9897	6.4605	3
21028	Tabalout	tabalout	21			36.9897	6.4605	3
21028	Hellala	hellala	21			36.9897	6.4605	3
21028	Djouaba	djouaba	21			36.9897	6.4605	3
21028	Afensou	afensou	21			36.9897	6.4605	3
21029	Ahmed Salem	ahmed-salem	21			36.7399	6.6095	1
21030	Ain Aghbel	ain-aghbel	21			36.8668	6.822	1
21031	Ain Bouziane	ain-bouziane	21			36.8668	6.822	1
21031	El Kantour	el-kantour	21			36.8668	6.822	1
21032	Azzaba Boucida	azzaba-boucida	21			36.8668	6.822	1
21033	Beni Bechir	beni-bechir	21			36.7833	6.9333	4
21034	Boudoukha	boudoukha	21			36.8668	6.822	1
21035	Boumaiza	boumaiza	21			36.8668	6.822	1
21036	Cheraia	cheraia	21			37.0017	6.5136	4
21036	Tamanart	tamanart	21			37.0017	6.5136	3
21037	Djendel Saadi Mohamed	djendel-saadi-mohamed	21			36.8668	6.822	1
21037	Lahsahas	lahsahas	21			36.8668	6.822	1
21037	Oued Soudan	oued-soudan	21			36.8668	6.822	1
21038	Hamadi Krouma	hamadi-krouma	21			36.8374	6.8926	4
21038	Safsaf	safsaf	21			36.8374	6.8926	3
21039	Hamoudi Hamrouche	hamoudi-hamrouche	21			36.8446	6.9485	4
21039	Oued Attar	oued-attar	21			36.8446	6.9485	3
21040	Halem	halem	21			36.9025	6.8779	1
21040	Mellab	mellab	21			36.9025	6.8779	1
21040	Oued Dekhile	oued-dekhile	21			36.9025	6.8779	1
21040	Oued Zehour	oued-zehour	21			36.9025	6.8779	1
21040	Tadene	tadene	21			36.9025	6.8779	1
21041	Tengout	tengout	21			36.9025	6.8779	1
21041	Borza	borza	21			36.9025	6.8779	1
21041	Guenicha	guenicha	21			36.9025	6.8779	1
21041	Menzel Bendiche	menzel-bendiche	21			36.9025	6.8779	1
21042	Fil Fila	fil-fila	21			36.9025	6.8779	1
21042	Dar Saifia	dar-saifia	21			36.9025	6.8779	1
21042	Harbouba	harbouba	21			36.9025	6.8779	1
21042	Oued El Kesba	oued-el-kesba	21			36.9025	6.8779	1
21042	Cite El Alia	cite-el-alia	21			36.9025	6.8779	1
21042	Col De Besbes	col-de-besbes	21			36.9025	6.8779	1
21042	Oued Righa	oued-righa	21			36.9025	6.8779	1
21043	El Meliani	el-meliani	21			36.9025	6.8779	1
21043	Ouled Habeba	ouled-habeba	21			36.9025	6.8779	1
21043	El Malab	el-malab	21			36.9025	6.8779	1
21043	El Kharfane	el-kharfane	21			36.9025	6.8779	1
21043	El Gherazla	el-gherazla	21			36.9025	6.8779	1
21043	El Ghenzoua	el-ghenzoua	21			36.9025	6.8779	1
21043	Bousnib	bousnib	21			36.9025	6.8779	1
21043	Ain Slamat	ain-slamat	21			36.9025	6.8779	1
21044	Said Bousbaa	said-bousbaa	21			36.9025	6.8779	1
21045	Skikda Ben M'Hidi	skikda-ben-m-hidi	21			36.9025	6.8779	1
21045	Ben M'Hidi Esom	ben-m-hidi-esom	21			36.9025	6.8779	1
21046	Stora	stora	21			36.9025	6.8779	4
21046	Grande Plage	grande-plage	21			36.9025	6.8779	3
21046	Oued Bibi	oued-bibi	21			36.9025	6.8779	3
21047	Ouled Hamza	ouled-hamza	21			36.9025	6.8779	1
21047	Ouled Messaoud	ouled-messaoud	21			36.9025	6.8779	1
21047	Zerdazas	zerdazas	21			36.9025	6.8779	1
21047	Khemakhem	khemakhem	21			36.9025	6.8779	1
21047	Asla	asla	21			36.9025	6.8779	1
21047	Khandek	khandek	21			36.9025	6.8779	1
21047	Hazabra	hazabra	21			36.9025	6.8779	1
21047	El Kebous	el-kebous	21			36.9025	6.8779	1
21047	Ouled Derradj	ouled-derradj	21			36.9025	6.8779	1
21048	Ain Cheraia	ain-cheraia	21			36.9025	6.8779	1
21049	Ain Nechema	ain-nechema	21			36.9025	6.8779	1
21050	Ain Tabia	ain-tabia	21			36.8757	6.8482	1
21051	Ain Zouit	ain-zouit	21			36.888	6.7854	4
21052	Bin El Ouiden	bin-el-ouiden	21			36.8757	6.8482	1
21053	Bouchetata Mahmoud	bouchetata-mahmoud	21			36.8757	6.8482	1
21053	Boumendjel	boumendjel	21			36.8757	6.8482	1
21053	Oued Selsela	oued-selsela	21			36.8757	6.8482	1
21054	Bouhalbes	bouhalbes	21			36.8757	6.8482	1
21055	La Pepiniere	la-pepiniere	21			36.8633	6.911	4
21055	Demnia	demnia	21			36.8633	6.911	3
21056	Djebel Staiha	djebel-staiha	21			36.8757	6.8482	1
21057	Douar El Ghedir	douar-el-ghedir	21			36.8757	6.8482	1
21057	El Ghedir	el-ghedir	21			36.8757	6.8482	1
21058	El Azrag	el-azrag	21			36.8757	6.8482	1
21058	Douar Elazrieg	douar-elazrieg	21			36.8757	6.8482	1
21058	Sidi Talha	sidi-talha	21			36.8757	6.8482	1
21058	Sakia	sakia	21			36.8757	6.8482	1
21058	El Marsa	el-marsa	21			36.8757	6.8482	1
21058	El Azla	el-azla	21			36.8757	6.8482	1
21058	Douar Ras El Haddid	douar-ras-el-haddid	21			36.8757	6.8482	1
21058	Douar Dar El Djedri	douar-dar-el-djedri	21			36.8757	6.8482	1
21058	Dar El Djedri	dar-el-djedri	21			36.8757	6.8482	1
21058	Chekaka	chekaka	21			36.8757	6.8482	1
21058	Cap De Fer	cap-de-fer	21			36.8757	6.8482	1
21059	El Ouldja Boulbalout	el-ouldja-boulbalout	21			36.8757	6.8482	1
21060	Dem El Begrat	dem-el-begrat	21			36.8464	7.233	4
21060	Guerbes	guerbes	21			36.8464	7.233	3
21061	Hadjar Mefrouche	hadjar-mefrouche	21			36.8478	7.0186	1
21062	Kanoua	kanoua	21			37.05	6.4	4
21063	Kheneg Mayoum	kheneg-mayoum	21			36.8478	7.0186	1
21064	La Zaouia	la-zaouia	21			36.8478	7.0186	1
21065	Mekkassa	mekkassa	21			36.8478	7.0186	1
21066	Menzel El Abtal	menzel-el-abtal	21			36.7397	7.1559	4
21067	Oued El Kebir	oued-el-kebir	21			36.7553	7.2854	4
21068	Oued Ksob	oued-ksob	21			36.8478	7.0186	1
21069	Oued Ksob V S A	oued-ksob-v-s-a	21			36.8478	7.0186	1
21070	Rakouba	rakouba	21			36.6969	7.011	1
21071	Ramoul	ramoul	21			36.6969	7.011	1
21072	Ras El Ma	ras-el-ma	21			36.6969	7.011	4
21073	Sebti Maameche	sebti-maameche	21			36.6969	7.011	1
21074	Tahouna	tahouna	21			36.6969	7.011	1
21075	Toumiettes	toumiettes	21			36.6969	7.011	1
22000	Sidi Bel Abbes Eassm	sidi-bel-abbes-eassm	22			34.8934	-0.6526	1
22000	Sidi Bel Abbes Sakia El Hamra	sidi-bel-abbes-sakia-el-hamra	22			34.8934	-0.6526	1
22000	Sidi Bel Abbes Fida	sidi-bel-abbes-fida	22			34.8934	-0.6526	1
22000	Sidi Bel Abbes Rp	sidi-bel-abbes-rp	22			34.8934	-0.6526	1
22000	Sidi Bel Abbes Terre	sidi-bel-abbes-terre	22			34.8934	-0.6526	1
22000	Sidi Bel Abbes Boumelik	sidi-bel-abbes-boumelik	22			34.8934	-0.6526	1
22001	Sfisef	sfisef	22			35.2346	-0.2444	4
22001	Belbouche	belbouche	22			35.2346	-0.2444	3
22002	Douar Bellouladi	douar-bellouladi	22			34.8934	-0.6526	1
22002	Sidi Bel Abbes Sidi Yacine	sidi-bel-abbes-sidi-yacine	22			34.8934	-0.6526	1
22002	Les Amarnas	les-amarnas	22			34.8934	-0.6526	1
22003	Sidi Bel Abbes Tayebi Larbi	sidi-bel-abbes-tayebi-larbi	22			34.8934	-0.6526	1
22004	Ben Badis	ben-badis	22			34.9523	-0.9161	4
22005	Ras El Ma	ras-el-ma	22			34.4979	-0.8188	4
22005	Karzota	karzota	22			34.4979	-0.8188	3
22005	Ras El Ma Terre	ras-el-ma-terre	22			34.4979	-0.8188	3
22005	Tagouraya	tagouraya	22			34.4979	-0.8188	3
22005	Toten Yahia	toten-yahia	22			34.4979	-0.8188	3
22006	Sidi Bel Abbes 1er Novembre	sidi-bel-abbes-1er-novembre	22			34.8934	-0.6526	1
22007	Telagh	telagh	22			34.7827	-0.5722	4
22007	Hassi Rekab	hassi-rekab	22			34.7827	-0.5722	3
22008	Boukhanefis	boukhanefis	22			35.0526	-0.7137	4
22008	Khalidj	khalidj	22			35.058	-0.6827	4
22008	Ouled Bendida	ouled-bendida	22			35.0553	-0.6982	3
22009	Dhaya	dhaya	22			34.6758	-0.6202	4
22009	Temelaka	temelaka	22			34.6758	-0.6202	3
22010	Hassi Zahana	hassi-zahana	22			34.9876	-0.5009	1
22011	Marhoum	marhoum	22			34.4468	-0.1947	4
22012	Merine	merine	22			34.7801	-0.4522	4
22012	Amelza	amelza	22			34.7801	-0.4522	3
22012	Ain Djouhar	ain-djouhar	22			34.7801	-0.4522	3
22012	Ouaalla	ouaalla	22			34.7801	-0.4522	3
22013	Mostefa Ben Brahim	mostefa-ben-brahim	22			34.9876	-0.5009	1
22013	Ouled Boumhar	ouled-boumhar	22			34.9876	-0.5009	1
22013	Matmar	matmar	22			34.9876	-0.5009	1
22014	Sidi Ali Boussidi	sidi-ali-boussidi	22			35.1028	-0.8303	4
22015	Sidi Bel Abbes Adim Fatiha	sidi-bel-abbes-adim-fatiha	22			34.9876	-0.5009	1
22016	Sidi Bel Abbes El Wiam	sidi-bel-abbes-el-wiam	22			34.9876	-0.5009	1
22017	Sidi Bel Abbes Saadane	sidi-bel-abbes-saadane	22			34.9876	-0.5009	1
22018	Sidi Bel Abbes Zabana	sidi-bel-abbes-zabana	22			34.9876	-0.5009	1
22019	Sidi Hamadouche	sidi-hamadouche	22			35.2992	-0.5484	4
22019	Zaouia	zaouia	22			35.3093	-0.4789	4
22020	Sidi Lahcene	sidi-lahcene	22			35.0591	-0.6223	1
22020	Djouher	djouher	22			35.0591	-0.6223	1
22020	Chearia	chearia	22			35.0591	-0.6223	1
22021	Tenira	tenira	22			35.0207	-0.529	4
22021	Ouled Abdelkrim	ouled-abdelkrim	22			35.0207	-0.529	3
22021	Louza	louza	22			35.0207	-0.529	3
22021	Hassinette	hassinette	22			35.0207	-0.529	3
22021	Guenadza	guenadza	22			35.0207	-0.529	3
22021	Tanezara	tanezara	22			35.0207	-0.529	3
22021	Ouled Ziad	ouled-ziad	22			35.0207	-0.529	3
22022	Ain El Berd	ain-el-berd	22			35.364	-0.5128	4
22022	Sidi Maachou	sidi-maachou	22			35.364	-0.5128	3
22023	Belarbi	belarbi	22			35.1526	-0.4572	4
22023	Hassasna	hassasna	22			35.1526	-0.4572	3
22023	Meliani	meliani	22			35.1526	-0.4572	3
22023	Mhada	mhada	22			35.1526	-0.4572	3
22023	Ouled Larbi	ouled-larbi	22			35.1526	-0.4572	3
22024	Lamtar	lamtar	22			35.071	-0.7985	4
22025	Mezaourou	mezaourou	22			34.8182	-0.6238	4
22026	Moulay Slissen	moulay-slissen	22			34.8222	-0.7606	4
22026	Tamatiouna	tamatiouna	22			34.8222	-0.7606	3
22026	Guetna	guetna	22			34.8222	-0.7606	3
22026	Serradj Zouaoui	serradj-zouaoui	22			34.8222	-0.7606	3
22027	Beni Talla	beni-talla	22			35.0591	-0.6223	1
22027	Sfisef Sahoua	sfisef-sahoua	22			35.0591	-0.6223	1
22027	Bentahar	bentahar	22			35.0591	-0.6223	1
22028	Mellinet	mellinet	22			34.9657	-0.7316	4
22028	Sidi Ali Benyoub	sidi-ali-benyoub	22			34.9657	-0.7316	3
22029	Sidi Brahim	sidi-brahim	22			35.2588	-0.5652	4
22029	Ouled Kadid	ouled-kadid	22			35.2588	-0.5652	3
22029	Boubarnas	boubarnas	22			35.2588	-0.5652	3
22029	El Louza	el-louza	22			35.2588	-0.5652	3
22030	Sidi Djillali	sidi-djillali	22			35.089	-0.699	1
22031	Sidi Khaled	sidi-khaled	22			35.1135	-0.7197	4
22032	Tabia	tabia	22			35.0187	-0.7345	4
22033	Tessala	tessala	22			35.2436	-0.7725	4
22033	Ain El Attouche	ain-el-attouche	22			35.2436	-0.7725	3
22034	Ain Adden	ain-adden	22			35.089	-0.699	1
22034	Sid Ahmed	sid-ahmed	22			35.089	-0.699	1
22034	Macta Dar Sbaa	macta-dar-sbaa	22			35.089	-0.699	1
22034	Hai Drab	hai-drab	22			35.089	-0.699	1
22035	Ain Kada	ain-kada	22			35.089	-0.699	1
22036	Ain Tindamine	ain-tindamine	22			34.6897	-0.7197	4
22037	Ain Trid	ain-trid	22			35.285	-0.6758	4
22038	El Kedadra	el-kedadra	22			35.1836	-0.572	4
22038	Bedrabine El Mokrani	bedrabine-el-mokrani	22			35.1836	-0.572	3
22039	Belaila Yemloul	belaila-yemloul	22			35.089	-0.699	1
22040	Benachiba Chelia	benachiba-chelia	22			35.1261	-0.6332	1
22041	Bir El Hemmam	bir-el-hemmam	22			35.1261	-0.6332	1
22042	Azaiza	azaiza	22			35.1261	-0.6332	1
22042	Touaita	touaita	22			35.1261	-0.6332	1
22042	Amarnas	amarnas	22			35.1261	-0.6332	1
22042	Bouaiche	bouaiche	22			35.1261	-0.6332	1
22042	Bellouladi	bellouladi	22			35.1261	-0.6332	1
22043	Boudjebha El Bordj	boudjebha-el-bordj	22			35.1261	-0.6332	1
22044	Mhadid	mhadid	22			35.2981	-0.5789	4
22044	Kedadra	kedadra	22			35.1836	-0.572	4
22044	Zaouga	zaouga	22			35.2408	-0.5755	3
22044	Gouacem	gouacem	22			35.2408	-0.5755	3
22044	Rezagna	rezagna	22			35.2408	-0.5755	3
22044	Boumad Tilmouni	boumad-tilmouni	22			35.2408	-0.5755	3
22044	Khelaifia	khelaifia	22			35.2408	-0.5755	3
22045	Chetouane	chetouane	22			34.9505	-0.8368	4
22045	Belaredj	belaredj	22			34.9505	-0.8368	3
22046	Delahim	delahim	22			35.1261	-0.6332	1
22047	Aouinettes	aouinettes	22			35.1261	-0.6332	1
22047	Mhaherta Barrage	mhaherta-barrage	22			35.1261	-0.6332	1
22047	El Hacaiba	el-hacaiba	22			35.1261	-0.6332	1
22048	Emir Abdelkader	emir-abdelkader	22			35.1261	-0.6332	1
22049	Hassi Daho	hassi-daho	22			35.0724	-0.5452	4
22049	Nouaoura	nouaoura	22			35.0724	-0.5452	3
22049	Senaissa	senaissa	22			35.0724	-0.5452	3
22050	Ighti	ighti	22			35.3826	-0.4177	1
22051	Makedra	makedra	22			35.3826	-0.4177	1
22052	Benslimane	benslimane	22			35.3826	-0.4177	1
22052	M'Cid	m-cid	22			35.3826	-0.4177	1
22053	Oued Mebtouh	oued-mebtouh	22			35.3826	-0.4177	1
22053	Zelifa	zelifa	22			35.3826	-0.4177	1
22054	Oued Sebaa	oued-sebaa	22			35.3826	-0.4177	1
22055	Bouyettas	bouyettas	22			35.3826	-0.4177	1
22055	Oued Sefioun	oued-sefioun	22			35.3826	-0.4177	1
22055	Kouanine	kouanine	22			35.3826	-0.4177	1
22056	Faidja	faidja	22			35.3826	-0.4177	1
22056	Djraf Trab	djraf-trab	22			35.3826	-0.4177	1
22056	Bouzoutate	bouzoutate	22			35.3826	-0.4177	1
22056	Benchirene	benchirene	22			35.3826	-0.4177	1
22056	Ain Bent Soltane	ain-bent-soltane	22			35.3826	-0.4177	1
22056	Sidi Yahia	sidi-yahia	22			35.3826	-0.4177	1
22056	Oued Taourira	oued-taourira	22			35.3826	-0.4177	1
22056	Menzah	menzah	22			35.3826	-0.4177	1
22057	Ouled Ali	ouled-ali	22			35.3826	-0.4177	4
22058	Redjem Demouche	redjem-demouche	22			35.3826	-0.4177	1
22059	Saf Saf	saf-saf	22			35.3826	-0.4177	1
22060	Sehala Thaoura	sehala-thaoura	22			35.0648	-0.5352	1
22061	Sidi Chaib	sidi-chaib	22			35.0648	-0.5352	1
22062	Sidi Dahou Des Zairs	sidi-dahou-des-zairs	22			35.0648	-0.5352	1
22063	Sidi Yacoub Bentemine	sidi-yacoub-bentemine	22			35.0648	-0.5352	1
22064	Taoudmout	taoudmout	22			35.0648	-0.5352	1
22065	Tefessour	tefessour	22			35.0648	-0.5352	1
22066	Teghalimet	teghalimet	22			34.8874	-0.5486	4
22066	Ain Chafia	ain-chafia	22			34.8874	-0.5486	3
22067	Telagh Mokdad Med	telagh-mokdad-med	22			35.0648	-0.5352	1
22068	Zerouala	zerouala	22			35.2423	-0.5217	4
23000	Annaba Belouizdad	annaba-belouizdad	23			36.7873	7.6329	1
23000	Annaba Cite Didouche Mourad	annaba-cite-didouche-mourad	23			36.7873	7.6329	1
23000	Annaba Cite Seybouse	annaba-cite-seybouse	23			36.7873	7.6329	1
23000	Annaba Cite Universitaire	annaba-cite-universitaire	23			36.7873	7.6329	1
23000	Annaba El Melaha	annaba-el-melaha	23			36.7873	7.6329	1
23000	Annaba Gare Routiere	annaba-gare-routiere	23			36.7873	7.6329	1
23000	Annaba Rp	annaba-rp	23			36.7873	7.6329	1
23000	Annaba Siderurgie	annaba-siderurgie	23			36.7873	7.6329	1
23001	Annaba Amirouche	annaba-amirouche	23			36.7873	7.6329	1
23002	Annaba Menadia	annaba-menadia	23			36.9167	7.7667	4
23003	Annaba Port	annaba-port	23			36.7873	7.6329	1
23004	El Hadjar	el-hadjar	23			36.8038	7.7368	4
23004	Benaissa	benaissa	23			36.8038	7.7368	3
23005	Sidi Moussa	sidi-moussa	23			36.7333	7.6167	4
23005	Sidi Amar	sidi-amar	23			36.7333	7.6167	3
23006	Ain Berda	ain-berda	23			36.6476	7.591	4
23006	Sidi Aissa (Cite)	sidi-aissa-cite	23			36.6476	7.591	3
23006	Bouhofra (Domaine)	bouhofra-domaine	23			36.6476	7.591	3
23006	Cite Aissa Mouadia	cite-aissa-mouadia	23			36.6476	7.591	3
23006	Bouhamam Harrouchi (Cite)	bouhamam-harrouchi-cite	23			36.6476	7.591	3
23006	Domaine Hamil Boubekeur	domaine-hamil-boubekeur	23			36.6476	7.591	3
34005	Rabta	rabta	34			35.9242	4.7514	4
23006	Domaine Medjabria	domaine-medjabria	23			36.6476	7.591	3
23006	Coudiat Merah (Domaine)	coudiat-merah-domaine	23			36.6476	7.591	3
23007	Annaba 5 Juillet	annaba-5-juillet	23			36.7873	7.6329	1
23008	Annaba Oued El Kouba	annaba-oued-el-kouba	23			36.7873	7.6329	1
23009	Berrahal	berrahal	23			36.8353	7.4533	4
23009	Domaine Guellal Cherif	domaine-guellal-cherif	23			36.8353	7.4533	3
23009	Azri Mokrane	azri-mokrane	23			36.8353	7.4533	3
23010	El Bouni	el-bouni	23			36.9089	7.67	1
23010	Chabbia	chabbia	23			36.9089	7.67	1
23011	Annaba Cite Rym	annaba-cite-rym	23			36.9089	7.67	1
23012	Annaba Plaine Ouest Ii	annaba-plaine-ouest-ii	23			36.9089	7.67	1
23013	Boukhadra	boukhadra	23			36.9089	7.67	1
23014	Douar Chekaka	douar-chekaka	23			36.9089	7.67	1
23014	Zgaa (Douar)	zgaa-douar	23			36.9089	7.67	1
23014	Sakia Sidi Tacha (Douar)	sakia-sidi-tacha-douar	23			36.9089	7.67	1
23014	Pont Cavallo (Douar)	pont-cavallo-douar	23			36.9089	7.67	1
23014	Ain Abdellah (Douar)	ain-abdellah-douar	23			36.9089	7.67	1
23014	Douar Sakia Tolha	douar-sakia-tolha	23			36.9089	7.67	1
23014	Bahloul (Douar)	bahloul-douar	23			36.9089	7.67	1
23014	Chetaibi	chetaibi	23			36.9089	7.67	1
23015	Edough	edough	23			36.9065	7.6628	4
23015	Seraidi	seraidi	23			36.9113	7.6772	4
23015	Oued Moukhkim	oued-moukhkim	23			36.9089	7.67	3
23016	Sidi Salem	sidi-salem	23			36.9089	7.67	1
23017	Annana Cite Des Martyrs	annana-cite-des-martyrs	23			36.9089	7.67	1
23018	Cite Cheurfa	cite-cheurfa	23			36.9089	7.67	1
23018	Cheurfa	cheurfa	23			36.9089	7.67	1
23019	El Karma	el-karma	23			36.9089	7.67	1
23020	Menaouar Ain Sayd	menaouar-ain-sayd	23			36.936	7.5231	1
23020	Ain Sayad (Village Socialiste)	ain-sayad-village-socialiste	23			36.936	7.5231	1
23021	Oued El Aneb	oued-el-aneb	23			36.8807	7.4897	4
23021	El Marouana	el-marouana	23			36.8807	7.4897	3
23021	El Mardja	el-mardja	23			36.8807	7.4897	3
23021	Boughamadsa	boughamadsa	23			36.8807	7.4897	3
23021	Ain Dalia	ain-dalia	23			36.8807	7.4897	3
23021	Gridjima	gridjima	23			36.8807	7.4897	3
23021	Ouichaoua	ouichaoua	23			36.8807	7.4897	3
23021	El Mitissa	el-mitissa	23			36.8807	7.4897	3
23022	Cite De Treat	cite-de-treat	23			36.936	7.5231	1
23022	Treat	treat	23			36.936	7.5231	1
23022	Amirat Messaoud (Domaine)	amirat-messaoud-domaine	23			36.936	7.5231	1
23023	Ain Barbar	ain-barbar	23			36.9913	7.5564	4
23024	Ain Fouadja	ain-fouadja	23			36.936	7.5231	1
23024	Guirche (Cite)	guirche-cite	23			36.936	7.5231	1
23025	Azizi Ahmed	azizi-ahmed	23			36.936	7.5231	1
23026	Berka Zerga	berka-zerga	23			36.936	7.5231	1
23027	Bouzizi	bouzizi	23			36.936	7.5231	1
23028	El Tarf	el-tarf	23			36.936	7.5231	1
23028	Derradji Redjem	derradji-redjem	23			36.936	7.5231	1
23029	Draa Errich	draa-errich	23			36.936	7.5231	1
23030	El Azla	el-azla	23			36.8474	7.6167	1
23031	El Hashassia	el-hashassia	23			36.8474	7.6167	1
23032	El Horeicha	el-horeicha	23			36.8474	7.6167	1
23033	El Kalitoussa	el-kalitoussa	23			36.8474	7.6167	1
23034	El Moukaouma	el-moukaouma	23			36.8474	7.6167	1
23035	Es Sarouel	es-sarouel	23			36.8474	7.6167	1
23036	Medjabria	medjabria	23			36.8474	7.6167	1
23036	Eulma	eulma	23			36.8474	7.6167	1
23036	Oued El Hout	oued-el-hout	23			36.8474	7.6167	1
23037	Hdjar Diss	hdjar-diss	23			36.8474	7.6167	1
23038	Kheraza Ii	kheraza-ii	23			36.8474	7.6167	1
23039	Kheraza Cite Du 1er Mai	kheraza-cite-du-1er-mai	23			36.8474	7.6167	1
23040	Labidi Mohamed	labidi-mohamed	23			36.8474	7.6167	1
23041	Medjez Rassoul	medjez-rassoul	23			36.8474	7.6167	1
23042	Merzoug Amar	merzoug-amar	23			36.8474	7.6167	1
23042	El Gantra	el-gantra	23			36.8474	7.6167	1
23043	Oued El Nil	oued-el-nil	23			36.8474	7.6167	1
23044	Diska (Domaine)	diska-domaine	23			36.8474	7.6167	1
23044	Oued Zied	oued-zied	23			36.8474	7.6167	1
23045	Selmoune El Hachemi	selmoune-el-hachemi	23			36.8474	7.6167	1
23046	Tacha	tacha	23			36.8474	7.6167	1
23046	Cite De Tacha Khoualed	cite-de-tacha-khoualed	23			36.8474	7.6167	1
23047	Zaouia	zaouia	23			36.8474	7.6167	1
23800	Annaba El Marsa Ctr	annaba-el-marsa-ctr	23			36.8474	7.6167	1
23801	Annaba Centre Cheques Postaux	annaba-centre-cheques-postaux	23			36.8474	7.6167	1
23802	Annaba Ems	annaba-ems	23			36.8474	7.6167	1
23803	Annaba Aeroport Ems	annaba-aeroport-ems	23			36.8474	7.6167	1
23804	Annaba Ccm	annaba-ccm	23			36.8474	7.6167	1
23805	Annaba Cnep	annaba-cnep	23			36.8474	7.6167	1
23806	Annaba Arc	annaba-arc	23			36.8474	7.6167	1
23807	Annaba Crme	annaba-crme	23			36.8474	7.6167	1
24000	Domaine Felfouli (Est)	domaine-felfouli-est	24			36.4145	7.5033	1
24000	Domaine Houati	domaine-houati	24			36.4145	7.5033	1
24000	Guelma Rp	guelma-rp	24			36.4145	7.5033	1
24000	Medjezzamouri	medjezzamouri	24			36.4145	7.5033	1
24000	Debabi Domaine	debabi-domaine	24			36.4145	7.5033	1
24000	Djebel Halouf	djebel-halouf	24			36.4145	7.5033	1
24000	Domaine Debabi	domaine-debabi	24			36.4145	7.5033	1
24000	Domaine Felfouli (Ouest)	domaine-felfouli-ouest	24			36.4145	7.5033	1
24001	Oued Zenati	oued-zenati	24			36.3161	7.1636	4
24001	Domaine Bouchaal Ahmed	domaine-bouchaal-ahmed	24			36.3161	7.1636	3
24001	Boukhail	boukhail	24			36.3161	7.1636	3
24001	Souahlia	souahlia	24			36.3161	7.1636	3
24002	Ain Tahamimine	ain-tahamimine	24			36.4812	7.7277	3
24002	Djousse (Ferme)	djousse-ferme	24			36.4812	7.7277	3
24002	Pont De Bouchegouf	pont-de-bouchegouf	24			36.4908	7.7256	4
24002	Bouchegouf	bouchegouf	24			36.4717	7.7297	4
24002	Domaine Brahmia	domaine-brahmia	24			36.4812	7.7277	3
24002	Gare De Bouchegouf	gare-de-bouchegouf	24			36.4812	7.7277	3
24002	Ferme Bouriachi	ferme-bouriachi	24			36.4812	7.7277	3
24002	Domaine Djebar	domaine-djebar	24			36.4812	7.7277	3
24003	Guelma Agabi	guelma-agabi	24			36.4145	7.5033	1
24004	Guelma Emir Abdelkader	guelma-emir-abdelkader	24			36.4145	7.5033	1
24005	Boumahra Ahmed	boumahra-ahmed	24			36.4583	7.5139	4
24005	Sidi Smir	sidi-smir	24			36.4667	7.55	4
24005	Mechta Djaballah	mechta-djaballah	24			36.4625	7.5319	3
24005	Mechta Boumenten	mechta-boumenten	24			36.4625	7.5319	3
24005	Mechta Bir Ghodal	mechta-bir-ghodal	24			36.4625	7.5319	3
24005	Mechta Ayadi	mechta-ayadi	24			36.4625	7.5319	3
24005	Mechta Ain El Far	mechta-ain-el-far	24			36.4625	7.5319	3
24005	Mechta Douakha	mechta-douakha	24			36.4625	7.5319	3
24005	Amri Amar	amri-amar	24			36.4625	7.5319	3
24005	Mechta Halouf	mechta-halouf	24			36.4625	7.5319	3
24005	Mechta Zemzouma	mechta-zemzouma	24			36.4625	7.5319	3
24005	Mechta Bouguerra	mechta-bouguerra	24			36.4625	7.5319	3
24006	Guelma La Maouna	guelma-la-maouna	24			36.4145	7.5033	1
24007	Hammam Debagh	hammam-debagh	24			36.4145	7.5033	1
24007	Ain Ragba	ain-ragba	24			36.4145	7.5033	1
24007	Ferme Saadane	ferme-saadane	24			36.4145	7.5033	1
24007	Chabat Tartar	chabat-tartar	24			36.4145	7.5033	1
24008	Ain Trab	ain-trab	24			36.2295	7.1377	4
24008	Heliopolis	heliopolis	24			36.5036	7.4428	4
24008	Bouguergar	bouguergar	24			36.3665	7.2903	3
24008	Bordj Hamana	bordj-hamana	24			36.3665	7.2903	3
24008	Oued El Mendjel	oued-el-mendjel	24			36.3665	7.2903	3
24008	Bouzitoune	bouzitoune	24			36.3665	7.2903	3
24008	Chettah	chettah	24			36.3665	7.2903	3
24008	Ain Sid	ain-sid	24			36.3665	7.2903	3
24008	Hammam Bradaa	hammam-bradaa	24			36.3665	7.2903	3
24008	El Merdj	el-merdj	24			36.3665	7.2903	3
24008	Bordj Graffe	bordj-graffe	24			36.3665	7.2903	3
24009	Oued Cheham	oued-cheham	24			36.3797	7.7628	4
24009	El Magroun	el-magroun	24			36.3797	7.7628	3
24009	Koudiat Errim	koudiat-errim	24			36.3797	7.7628	3
24009	Menzel Bougataya Laid	menzel-bougataya-laid	24			36.3797	7.7628	3
24009	El Aouayed	el-aouayed	24			36.3797	7.7628	3
24010	Tamlouka	tamlouka	24			36.1584	7.1415	4
24010	Ain Melouk	ain-melouk	24			36.1584	7.1415	3
24010	Sidi Maache	sidi-maache	24			36.1584	7.1415	3
24010	Bir Stall	bir-stall	24			36.1584	7.1415	3
24011	Ain Ben Beida	ain-ben-beida	24			36.3708	7.3595	1
24011	Talha	talha	24			36.3708	7.3595	1
24012	Ain Larbi	ain-larbi	24			36.2661	7.3967	4
24012	Oued El Aar	oued-el-aar	24			36.2661	7.3967	3
24012	Ain Fras	ain-fras	24			36.2661	7.3967	3
24012	Hammam Guerfa	hammam-guerfa	24			36.2661	7.3967	3
24012	Cheniour	cheniour	24			36.2661	7.3967	3
24012	Domaine Babouche Salah	domaine-babouche-salah	24			36.2661	7.3967	3
24012	Bordj El Gaid	bordj-el-gaid	24			36.2661	7.3967	3
24012	Ali Cherif	ali-cherif	24			36.2661	7.3967	3
24012	Hammam Belhachani	hammam-belhachani	24			36.2661	7.3967	3
24012	Oued Cherf	oued-cherf	24			36.2661	7.3967	3
24012	Meddouda	meddouda	24			36.2661	7.3967	3
24013	Ain Makhlouf	ain-makhlouf	24			36.2447	7.2506	4
24013	Beni Mehenni	beni-mehenni	24			36.2447	7.2506	3
24013	Coop Anciens Moudjahid	coop-anciens-moudjahid	24			36.2447	7.2506	3
24013	Bouchettah	bouchettah	24			36.2447	7.2506	3
24013	Ben Talha	ben-talha	24			36.2447	7.2506	3
24014	Ksar El Azeb	ksar-el-azeb	24			36.3708	7.3595	1
24014	Ain Regada	ain-regada	24			36.3708	7.3595	1
24014	Bakouche Ahmed (Domaine)	bakouche-ahmed-domaine	24			36.3708	7.3595	1
24014	Hadjar Merakeb	hadjar-merakeb	24			36.3708	7.3595	1
24014	Kaleche	kaleche	24			36.3708	7.3595	1
24014	Menakis	menakis	24			36.3708	7.3595	1
24014	Tamorsitine	tamorsitine	24			36.3708	7.3595	1
24015	Belkheir	belkheir	24			36.4618	7.4751	4
24015	Hadjar El Djir	hadjar-el-djir	24			36.4618	7.4751	3
24015	Besbessa	besbessa	24			36.4618	7.4751	3
24015	Bir Ben Necib	bir-ben-necib	24			36.4618	7.4751	3
24015	Bouguergar	bouguergar	24			36.4618	7.4751	3
24015	El Erramel	el-erramel	24			36.4618	7.4751	3
24015	Hadjar Mengoub	hadjar-mengoub	24			36.4618	7.4751	3
24015	Oued Zimba	oued-zimba	24			36.4618	7.4751	3
24016	Ben Smih	ben-smih	24			36.3687	7.5264	4
24016	Kef Errih	kef-errih	24			36.3687	7.5264	3
24016	Sfahli	sfahli	24			36.3687	7.5264	3
24016	Kef Sidi Brahim	kef-sidi-brahim	24			36.3687	7.5264	3
24017	Larbaa Beni Medjelled	larbaa-beni-medjelled	24			36.3708	7.3595	1
24017	Ras El Aioune	ras-el-aioune	24			36.3708	7.3595	1
24017	Khangat Sabat	khangat-sabat	24			36.3708	7.3595	1
24017	Ellouzette	ellouzette	24			36.3708	7.3595	1
24017	Bordj Sabat	bordj-sabat	24			36.3708	7.3595	1
24017	Beni Medjeled	beni-medjeled	24			36.3708	7.3595	1
24017	Beni Ahmed	beni-ahmed	24			36.3708	7.3595	1
24017	Ayoun Eddhane	ayoun-eddhane	24			36.3708	7.3595	1
24018	Bouati Mahmoud	bouati-mahmoud	24			36.5908	7.3269	4
24018	Mekessa	mekessa	24			36.5908	7.3269	3
24018	Benzouali	benzouali	24			36.5908	7.3269	3
24018	Douar Sth	douar-sth	24			36.5908	7.3269	3
24018	El Haneche	el-haneche	24			36.5908	7.3269	3
24018	Manchoura	manchoura	24			36.5908	7.3269	3
24018	Mechta Oum Lahneche	mechta-oum-lahneche	24			36.5908	7.3269	3
24018	Silla	silla	24			36.5908	7.3269	3
24019	El Fedjoudj	el-fedjoudj	24			36.5048	7.3994	4
24019	Kebaliss	kebaliss	24			36.5048	7.3994	3
24019	Boufar	boufar	24			36.5048	7.3994	3
24019	Guelaat Boudiar	guelaat-boudiar	24			36.5048	7.3994	3
24019	Guelaat Sid	guelaat-sid	24			36.5048	7.3994	3
24019	Mechta Ragouba	mechta-ragouba	24			36.5048	7.3994	3
24019	Mechta El Biadha	mechta-el-biadha	24			36.5048	7.3994	3
24020	Ain Rihana	ain-rihana	24			36.4276	7.4814	1
24020	Ain Ben El Bey	ain-ben-el-bey	24			36.4276	7.4814	1
24020	Moulfa	moulfa	24			36.4276	7.4814	1
24020	Houara	houara	24			36.4276	7.4814	1
24020	Guelaat Bou Sbaa	guelaat-bou-sbaa	24			36.4276	7.4814	1
24020	Halili Sadek Domaine	halili-sadek-domaine	24			36.4276	7.4814	1
24020	Ferme Puche	ferme-puche	24			36.4276	7.4814	1
24021	Guelma Ain Defla	guelma-ain-defla	24			36.4276	7.4814	1
24022	Guelma Ain Defla Sup	guelma-ain-defla-sup	24			36.4276	7.4814	1
24023	Guelma Cite Des Freres Rahabi	guelma-cite-des-freres-rahabi	24			36.4276	7.4814	1
24024	Hammam N'Bails	hammam-n-bails	24			36.3231	7.6446	4
24024	Sfahli	sfahli	24			36.3231	7.6446	3
24024	M'Chaala	m-chaala	24			36.3231	7.6446	3
24024	Oued El Malah	oued-el-malah	24			36.3231	7.6446	3
24025	Ain Amara	ain-amara	24			36.4053	7.2694	4
24025	Benayech Ahmed	benayech-ahmed	24			36.4053	7.2694	3
24025	Douakha	douakha	24			36.4053	7.2694	3
24025	Houari Boumedienne	houari-boumedienne	24			36.4053	7.2694	3
24025	Ouled Harid	ouled-harid	24			36.4053	7.2694	3
24025	Ain Kharouba	ain-kharouba	24			36.4053	7.2694	3
24025	Ain Zitouna	ain-zitouna	24			36.4053	7.2694	3
24025	Dahmoune	dahmoune	24			36.4053	7.2694	3
24026	Medjez Sfa	medjez-sfa	24			36.4334	7.783	4
24026	Meguesmia	meguesmia	24			36.4334	7.783	3
24026	Gare Sntf	gare-sntf	24			36.4334	7.783	3
24026	Ferme Zegari Layachi	ferme-zegari-layachi	24			36.4334	7.783	3
24027	Ain Chougua	ain-chougua	24			36.4276	7.4814	1
24027	Sidi Amar	sidi-amar	24			36.4276	7.4814	1
24027	Bir Ouelaa	bir-ouelaa	24			36.4276	7.4814	1
24027	Nechmeya	nechmeya	24			36.4276	7.4814	1
24028	Roknia	roknia	24			36.5486	7.2286	4
24028	Ferme Goussi	ferme-goussi	24			36.5486	7.2286	3
24028	Meziet	meziet	24			36.5486	7.2286	3
24028	El Graar	el-graar	24			36.5486	7.2286	3
24028	Ain El Ksar	ain-el-ksar	24			36.5486	7.2286	3
24028	Ain Bouterfa	ain-bouterfa	24			36.5486	7.2286	3
24029	Djebel Saada	djebel-saada	24			36.4276	7.4814	1
24029	Tebaiguia	tebaiguia	24			36.4276	7.4814	1
24029	Salaoua Announa	salaoua-announa	24			36.4276	7.4814	1
24029	Nafsi Ben Aoun	nafsi-ben-aoun	24			36.4276	7.4814	1
24029	Djabilette	djabilette	24			36.4276	7.4814	1
24029	Djemaa Nader	djemaa-nader	24			36.4276	7.4814	1
24029	Mechtatoufi	mechtatoufi	24			36.4276	7.4814	1
24029	Khabouba	khabouba	24			36.4276	7.4814	1
24029	Hammama	hammama	24			36.4276	7.4814	1
24029	Halima	halima	24			36.4276	7.4814	1
24029	Ain Grab	ain-grab	24			36.4276	7.4814	1
24029	Benarioua	benarioua	24			36.4276	7.4814	1
24029	Benzerguine	benzerguine	24			36.4276	7.4814	1
24030	Ain Arko	ain-arko	24			36.0911	7.1144	4
24030	Douar Bahloul	douar-bahloul	24			36.0911	7.1144	3
24030	Balta	balta	24			36.0911	7.1144	3
24031	El Grair	el-grair	24			36.3007	7.334	1
24031	Ain Hadjel	ain-hadjel	24			36.3007	7.334	1
24031	Ain Mebarka	ain-mebarka	24			36.3007	7.334	1
24032	Ain Souda	ain-souda	24			36.3007	7.334	1
24032	Ain Sandal	ain-sandal	24			36.3007	7.334	1
24033	Ain Trab	ain-trab	24			36.2295	7.1377	4
24034	Ben Rebaane	ben-rebaane	24			36.3007	7.334	1
24034	Ouled Halassa	ouled-halassa	24			36.3007	7.334	1
24034	Ain Senia	ain-senia	24			36.3007	7.334	1
24034	Ben Djaballah	ben-djaballah	24			36.3007	7.334	1
24034	Ben Djarah	ben-djarah	24			36.3007	7.334	1
24035	Ain Djebana	ain-djebana	24			36.3007	7.334	1
24035	Bentabouche	bentabouche	24			36.3007	7.334	1
24036	Bled Gaffar	bled-gaffar	24			36.3007	7.334	1
24036	Domaine Khellil Bachir	domaine-khellil-bachir	24			36.3007	7.334	1
24036	Domaine Brichat Ahmed	domaine-brichat-ahmed	24			36.3007	7.334	1
24037	Bouhachana	bouhachana	24			36.3007	7.334	1
24038	Boukamouza	boukamouza	24			36.5815	7.75	4
24039	Dahouara	dahouara	24			36.3007	7.334	1
24039	Djebbalah Khemissi	djebbalah-khemissi	24			36.3007	7.334	1
24040	Gasr Lattache	gasr-lattache	24			36.4774	7.5816	1
24041	Beni Mezline	beni-mezline	24			36.4774	7.5816	1
24041	Guelaat Fiala	guelaat-fiala	24			36.4774	7.5816	1
24042	Hammam Ouled Ali	hammam-ouled-ali	24			36.5667	7.4	4
24043	Medjez Amar	medjez-amar	24			36.4774	7.5816	1
24044	Moumena	moumena	24			36.4774	7.5816	1
24045	Nador	nador	24			36.3435	7.6389	4
24045	Mechta Dertra	mechta-dertra	24			36.3435	7.6389	3
24045	Beni Meredi	beni-meredi	24			36.3435	7.6389	3
24045	Ferme Souri	ferme-souri	24			36.3435	7.6389	3
24045	Mechta Guenadji	mechta-guenadji	24			36.3435	7.6389	3
24045	Domaine Brahmia	domaine-brahmia	24			36.3435	7.6389	3
24046	Dramena	dramena	24			36.4774	7.5816	1
24046	Nouadria	nouadria	24			36.4774	7.5816	1
24047	Boudaroua	boudaroua	24			36.5221	7.706	4
24047	Oued Fragha	oued-fragha	24			36.5221	7.706	3
24048	Oued Maiz	oued-maiz	24			36.4774	7.5816	1
24049	Bouhkim	bouhkim	24			36.4774	7.5816	1
24049	Domaine Mechtioui	domaine-mechtioui	24			36.4774	7.5816	1
24049	Draa El Kerma	draa-el-kerma	24			36.4774	7.5816	1
24049	Ras El Agba	ras-el-agba	24			36.4774	7.5816	1
24049	Ain El Houta	ain-el-houta	24			36.4774	7.5816	1
24050	Satha	satha	24			36.5125	7.2244	4
24050	Lakhdaria	lakhdaria	24			36.5125	7.2244	3
24050	Ain Defia	ain-defia	24			36.5125	7.2244	3
24050	Ain Bellaioune	ain-bellaioune	24			36.5125	7.2244	3
24050	Beni Ahmed	beni-ahmed	24			36.5125	7.2244	3
24050	Bouhamdane	bouhamdane	24			36.5125	7.2244	3
24050	Bordj Bases	bordj-bases	24			36.5125	7.2244	3
24050	Ain Hamra	ain-hamra	24			36.5125	7.2244	3
24050	Taya	taya	24			36.5125	7.2244	3
25000	Sidi M'Cid	sidi-m-cid	25			36.3792	6.6086	4
25000	Meznia	meznia	25			36.3792	6.6086	3
25000	Loucif (Cite)	loucif-cite	25			36.3792	6.6086	3
25000	Lekbir Felahi (Ferme)	lekbir-felahi-ferme	25			36.3792	6.6086	3
25000	Kef Lakhal	kef-lakhal	25			36.3792	6.6086	3
25000	Constantine Terre	constantine-terre	25			36.3792	6.6086	3
25000	Arcades Romaines	arcades-romaines	25			36.3792	6.6086	3
25000	Aifour	aifour	25			36.3792	6.6086	3
25000	Constantine Rp	constantine-rp	25			36.3792	6.6086	3
25000	Constantine Ain El Bey	constantine-ain-el-bey	25			36.3792	6.6086	3
25000	Constantine Loucif	constantine-loucif	25			36.3792	6.6086	3
25000	Constantine Gare	constantine-gare	25			36.3792	6.6086	3
25000	Constantine Aouati Mostefa	constantine-aouati-mostefa	25			36.3792	6.6086	3
25000	Constantine Saidani	constantine-saidani	25			36.3792	6.6086	3
25001	Ain El Bey (Cite)	ain-el-bey-cite	25			36.343	6.6462	1
25001	Constantine Nouvelle Ville	constantine-nouvelle-ville	25			36.343	6.6462	1
25002	Constantine Coudiat	constantine-coudiat	25			36.343	6.6462	1
25002	Benabas (Cite)	benabas-cite	25			36.343	6.6462	1
25003	Daksi (Cite)	daksi-cite	25			36.343	6.6462	1
25003	El Gamas	el-gamas	25			36.343	6.6462	1
25003	El Hayat (Cite)	el-hayat-cite	25			36.343	6.6462	1
25003	El Menzah (Cite)	el-menzah-cite	25			36.343	6.6462	1
25003	Sissaoui	sissaoui	25			36.343	6.6462	1
25003	Sakiet Sidi Youcef (Cite)	sakiet-sidi-youcef-cite	25			36.343	6.6462	1
25003	Radjradj Freres (Cite)	radjradj-freres-cite	25			36.343	6.6462	1
25003	Oued El Had	oued-el-had	25			36.343	6.6462	1
25003	Freres Abbes (Cite)	freres-abbes-cite	25			36.343	6.6462	1
25003	Es Saada	es-saada	25			36.343	6.6462	1
25003	Constantine El Gamas	constantine-el-gamas	25			36.343	6.6462	1
25003	Djamaa Tarcha	djamaa-tarcha	25			36.343	6.6462	1
25003	Bentchicou Rhiad (Cite)	bentchicou-rhiad-cite	25			36.343	6.6462	1
25003	Constantine Cite Daksi	constantine-cite-daksi	25			36.343	6.6462	1
25004	Sidi Mabrouk	sidi-mabrouk	25			36.3594	6.6451	4
25004	Besbes Ali (Cite)	besbes-ali-cite	25			36.3594	6.6451	3
25004	Constantine Sidi Mabrouk	constantine-sidi-mabrouk	25			36.3594	6.6451	3
25005	El Khroub	el-khroub	25			36.2633	6.6936	4
25005	Boudida Ahmed (Ferme)	boudida-ahmed-ferme	25			36.2633	6.6936	3
25005	Sidi Amor	sidi-amor	25			36.2633	6.6936	3
25005	Oued Hamimine	oued-hamimine	25			36.2633	6.6936	3
25005	Ouallaza	ouallaza	25			36.2633	6.6936	3
25005	Moualkia Said (Ferme)	moualkia-said-ferme	25			36.2633	6.6936	3
25005	Massine	massine	25			36.2633	6.6936	3
25005	Chihani (Cite Et Ferme)	chihani-cite-et-ferme	25			36.2633	6.6936	3
25005	Chetioui Ahmed (Cite)	chetioui-ahmed-cite	25			36.2633	6.6936	3
25005	Ain Nahas	ain-nahas	25			36.2633	6.6936	3
25005	Ain Laghda	ain-laghda	25			36.2633	6.6936	3
25005	Ain Gourara	ain-gourara	25			36.2633	6.6936	3
25005	Baaraouia	baaraouia	25			36.2633	6.6936	3
25005	Ain Berda	ain-berda	25			36.2633	6.6936	3
25005	Aissani Amar (Ferme)	aissani-amar-ferme	25			36.2633	6.6936	3
25006	Anane Derradji (Ferme)	anane-derradji-ferme	25			36.343	6.6462	1
25006	Carriere Onyx	carriere-onyx	25			36.343	6.6462	1
25006	El Mabared	el-mabared	25			36.343	6.6462	1
25006	El Markaz	el-markaz	25			36.343	6.6462	1
25006	Kikaya (Ferme)	kikaya-ferme	25			36.343	6.6462	1
25006	Laagba	laagba	25			36.343	6.6462	1
25006	Lamine Mechta	lamine-mechta	25			36.343	6.6462	1
25006	Ouled Sellam	ouled-sellam	25			36.343	6.6462	1
25006	Sedjar Loutani	sedjar-loutani	25			36.343	6.6462	1
25006	Sidi Roumane	sidi-roumane	25			36.343	6.6462	1
25006	Ain S'Mara	ain-s-mara	25			36.343	6.6462	1
25006	Ain Zbiri	ain-zbiri	25			36.343	6.6462	1
25006	Bouchabaa Ahmed (Ferme)	bouchabaa-ahmed-ferme	25			36.343	6.6462	1
25007	Constantine Belouizdad	constantine-belouizdad	25			36.343	6.6462	1
25008	Fadila Saadane (Cite)	fadila-saadane-cite	25			36.343	6.6462	1
25008	Cinq Juillet (Cite)	cinq-juillet-cite	25			36.343	6.6462	1
25008	Boudjenana (Cite)	boudjenana-cite	25			36.343	6.6462	1
25008	Boussouf (Cite)	boussouf-cite	25			36.343	6.6462	1
25008	Constantine 20 Aout 55	constantine-20-aout-55	25			36.343	6.6462	1
25008	Vingt Aout (Cite)	vingt-aout-cite	25			36.343	6.6462	1
25009	Constantine El Kantara	constantine-el-kantara	25			36.3699	6.6374	4
25010	Mansourah	mansourah	25			36.36	6.6322	4
25010	Sarkina	sarkina	25			36.36	6.6322	3
25010	Constantine Mansourah	constantine-mansourah	25			36.36	6.6322	4
25011	El Khroub Amar Djeffal	el-khroub-amar-djeffal	25			36.3794	6.7032	1
25012	El Khroub Rabah Djeddou	el-khroub-rabah-djeddou	25			36.3794	6.7032	1
25013	Hamma Bouziane	hamma-bouziane	25			36.4121	6.596	4
25013	Bouacida (Ferme)	bouacida-ferme	25			36.4121	6.596	3
25013	Zouitna	zouitna	25			36.4121	6.596	3
25013	Stayah	stayah	25			36.4121	6.596	3
25013	Rahli Ramdane (Ferme)	rahli-ramdane-ferme	25			36.4121	6.596	3
25013	Oued Skhoun	oued-skhoun	25			36.4121	6.596	3
25013	Ghirene	ghirene	25			36.4121	6.596	3
25013	Chihal Salah (Ferme)	chihal-salah-ferme	25			36.4121	6.596	3
25013	Cheraket	cheraket	25			36.4121	6.596	3
25013	Chaabet Medbouh	chaabet-medbouh	25			36.4121	6.596	3
25013	Boukhlef	boukhlef	25			36.4121	6.596	3
25013	Boucetta (Cite)	boucetta-cite	25			36.4121	6.596	3
25013	Bergli	bergli	25			36.4121	6.596	3
25013	Bentazir (Ferme)	bentazir-ferme	25			36.4121	6.596	3
25013	Benabdelali (Ferme)	benabdelali-ferme	25			36.4121	6.596	3
25013	B'Chir	b-chir	25			36.4121	6.596	3
25014	Zighoud Youcef	zighoud-youcef	25			36.5331	6.7124	4
25014	Seddah (Ferme)	seddah-ferme	25			36.5331	6.7124	3
25014	Doghra	doghra	25			36.5331	6.7124	3
25014	El Fadj	el-fadj	25			36.5331	6.7124	3
25014	Ksar Naadja	ksar-naadja	25			36.5331	6.7124	3
25014	Ain Dalia	ain-dalia	25			36.5331	6.7124	3
25014	Medjabria	medjabria	25			36.5331	6.7124	3
25014	Ain Fatma	ain-fatma	25			36.5331	6.7124	3
25014	Belmokh (Ferme)	belmokh-ferme	25			36.5331	6.7124	3
25014	Sidi Lakhdar	sidi-lakhdar	25			36.5331	6.7124	3
25014	Sferdjla	sferdjla	25			36.5331	6.7124	3
25014	Mihoubi (Ferme)	mihoubi-ferme	25			36.5331	6.7124	3
25014	Ben Djedou (Ferme)	ben-djedou-ferme	25			36.5331	6.7124	3
25014	Beni Brahim	beni-brahim	25			36.5331	6.7124	3
25014	Boubana (Cite)	boubana-cite	25			36.5331	6.7124	3
25015	Athamna	athamna	25			36.2319	6.9433	3
25015	Zenatia	zenatia	25			36.2319	6.9433	3
25015	Ain Abid	ain-abid	25			36.2319	6.9433	4
25015	Drebina	drebina	25			36.2319	6.9433	3
25015	Guenfoud Slimane (Ferme)	guenfoud-slimane-ferme	25			36.2319	6.9433	3
25015	Guerroudj Hocine (Ferme)	guerroudj-hocine-ferme	25			36.2319	6.9433	3
25015	Mazla	mazla	25			36.2319	6.9433	3
25015	Bouhdjar (Ferme)	bouhdjar-ferme	25			36.2319	6.9433	3
25015	Boukhalfa	boukhalfa	25			36.2319	6.9433	3
25015	Boukkebous (Ferme)	boukkebous-ferme	25			36.2319	6.9433	3
25015	Sarbah Abdellah (Ferme)	sarbah-abdellah-ferme	25			36.2319	6.9433	3
25016	Constantine Ali Mendjeli	constantine-ali-mendjeli	25			36.3794	6.7032	1
25017	Constantine Belle Vue Ouest	constantine-belle-vue-ouest	25			36.3794	6.7032	1
25017	Boumedous K (Cite)	boumedous-k-cite	25			36.3794	6.7032	1
25017	El Manchar	el-manchar	25			36.3794	6.7032	1
25017	Filali (Cite)	filali-cite	25			36.3794	6.7032	1
25017	Nahas Nabil (Cite)	nahas-nabil-cite	25			36.3794	6.7032	1
25018	Constantine Cite Des Muriers	constantine-cite-des-muriers	25			36.3794	6.7032	1
25018	Muriers (Cite)	muriers-cite	25			36.3794	6.7032	1
25019	Constantine Cite Boussouf	constantine-cite-boussouf	25			36.3794	6.7032	1
25020	Taffrent	taffrent	25			36.4159	6.5542	1
25020	Emir Abdelkader (Cite)	emir-abdelkader-cite	25			36.4159	6.5542	1
25020	Constantine Emir Abdelkader	constantine-emir-abdelkader	25			36.4159	6.5542	1
25020	Ziadia	ziadia	25			36.4159	6.5542	1
25021	Boumerzoug Stat De Pomp	boumerzoug-stat-de-pomp	25			36.4159	6.5542	1
25021	Freres Ferrad	freres-ferrad	25			36.4159	6.5542	1
25021	Mentouri (Cite  Univers Itaire)	mentouri-cite-univers-itaire	25			36.4159	6.5542	1
25021	Mentouri (Cite)	mentouri-cite	25			36.4159	6.5542	1
25021	Constantine Freres Ferrad	constantine-freres-ferrad	25			36.4159	6.5542	1
25021	Chaabersas	chaabersas	25			36.4159	6.5542	1
25021	Boumerzoug (Cite)	boumerzoug-cite	25			36.4159	6.5542	1
25021	Ain El Bey (Aeroport)	ain-el-bey-aeroport	25			36.4159	6.5542	1
25022	Constantine Cite Martyrs	constantine-cite-martyrs	25			36.4159	6.5542	1
25022	Terrain Ben Chergui	terrain-ben-chergui	25			36.4159	6.5542	1
25022	Boudraa (Cite)	boudraa-cite	25			36.4159	6.5542	1
25022	Chataba	chataba	25			36.4159	6.5542	1
25022	Djabes	djabes	25			36.4159	6.5542	1
25022	El Bir (Cite)	el-bir-cite	25			36.4159	6.5542	1
25022	El Ghrab	el-ghrab	25			36.4159	6.5542	1
25022	El Menia	el-menia	25			36.4159	6.5542	1
25022	Hatabia	hatabia	25			36.4159	6.5542	1
25022	Martyrs (Cite)	martyrs-cite	25			36.4159	6.5542	1
25022	Sidi Slimane	sidi-slimane	25			36.4159	6.5542	1
25023	Constantine Ziadia	constantine-ziadia	25			36.4159	6.5542	1
25024	Didouche Mourad	didouche-mourad	25			36.4525	6.6364	4
25024	Sidi Arab	sidi-arab	25			36.4525	6.6364	3
25024	Halloufa	halloufa	25			36.4525	6.6364	3
25024	Hafsa	hafsa	25			36.4525	6.6364	3
25024	Benzekri	benzekri	25			36.4525	6.6364	3
25024	Neghiche (Ferme)	neghiche-ferme	25			36.4525	6.6364	3
25024	Chlaalaa	chlaalaa	25			36.4525	6.6364	3
25024	Oued Lahdjar	oued-lahdjar	25			36.4525	6.6364	3
25024	Retba	retba	25			36.4525	6.6364	3
25024	Benhamhad (Ferme)	benhamhad-ferme	25			36.4525	6.6364	3
25024	Bled Bessem	bled-bessem	25			36.4525	6.6364	3
25024	Ben Mouloud	ben-mouloud	25			36.4525	6.6364	3
25024	Kerboua Abdelhamid (Ferme)	kerboua-abdelhamid-ferme	25			36.4525	6.6364	3
25024	Ayoun Saad	ayoun-saad	25			36.4525	6.6364	3
25025	Djebel Ouahch	djebel-ouahch	25			36.4159	6.5542	1
25026	El Khroub Massinisa	el-khroub-massinisa	25			36.4159	6.5542	1
25027	Ibn Ziad	ibn-ziad	25			36.3792	6.472	4
25027	Oued Dlim	oued-dlim	25			36.3792	6.472	3
25027	Ayades	ayades	25			36.3792	6.472	3
25027	Ain Trab	ain-trab	25			36.3792	6.472	3
25027	Abbas Mohamed (Ferme)	abbas-mohamed-ferme	25			36.3792	6.472	3
25027	Djar Hamzaoui	djar-hamzaoui	25			36.3792	6.472	3
25027	Habibatni (Ferme)	habibatni-ferme	25			36.3792	6.472	3
25027	Laazib	laazib	25			36.3792	6.472	3
25027	Oued Defla	oued-defla	25			36.3792	6.472	3
25027	Rahal Benboudali (Ferme)	rahal-benboudali-ferme	25			36.3792	6.472	3
25027	Tobtache	tobtache	25			36.3792	6.472	3
25027	Usine Ceramioue	usine-ceramioue	25			36.3792	6.472	3
25028	Ain Ahdjar	ain-ahdjar	25			36.4159	6.5542	1
25028	Hadjadj Brahim (Ferme)	hadjadj-brahim-ferme	25			36.4159	6.5542	1
25028	Garaa	garaa	25			36.4159	6.5542	1
25028	Ras El Ain	ras-el-ain	25			36.4159	6.5542	1
25028	Bordj Ben Abbes	bordj-ben-abbes	25			36.4159	6.5542	1
25028	El Agla	el-agla	25			36.4159	6.5542	1
25028	Feraouine	feraouine	25			36.4159	6.5542	1
25028	Bentrad	bentrad	25			36.4159	6.5542	1
25028	Bled El Karfa	bled-el-karfa	25			36.4159	6.5542	1
25028	Badaoui Boudjemaa (Ferme)	badaoui-boudjemaa-ferme	25			36.4159	6.5542	1
25028	Ouled Sakhr	ouled-sakhr	25			36.4159	6.5542	1
25028	Chenouf Mekki (Ferme)	chenouf-mekki-ferme	25			36.4159	6.5542	1
25028	Ouled Rahmoune	ouled-rahmoune	25			36.4159	6.5542	1
25028	Oued Mendjel	oued-mendjel	25			36.4159	6.5542	1
25028	Gaballagraf	gaballagraf	25			36.4159	6.5542	1
25029	Ain Kerker	ain-kerker	25			36.4159	6.5542	1
25029	Bekira	bekira	25			36.4159	6.5542	1
25030	El Hambli	el-hambli	25			36.3559	6.9298	4
25030	Haouaoussa Salah (Ferme)	haouaoussa-salah-ferme	25			36.3559	6.9298	3
25030	Ettorch	ettorch	25			36.3559	6.9298	3
25030	Dakhla	dakhla	25			36.3559	6.9298	3
25030	Ben Badis	ben-badis	25			36.3559	6.9298	3
25030	Bouaroudj (Ferme)	bouaroudj-ferme	25			36.3559	6.9298	3
25030	Chaabet El Khourchef	chaabet-el-khourchef	25			36.3559	6.9298	3
25030	Chaabet El Kram	chaabet-el-kram	25			36.3559	6.9298	3
25030	Tarfana	tarfana	25			36.3559	6.9298	3
25030	Saada Salah (Ferme)	saada-salah-ferme	25			36.3559	6.9298	3
25030	Oued Dardar	oued-dardar	25			36.3559	6.9298	3
25030	Menasr Salah (Ferme)	menasr-salah-ferme	25			36.3559	6.9298	3
25030	Menaifia	menaifia	25			36.3559	6.9298	3
25030	Malki Salah (Ferme)	malki-salah-ferme	25			36.3559	6.9298	3
25030	Hadjar Laghrab	hadjar-laghrab	25			36.3559	6.9298	3
25031	El Gourzi	el-gourzi	25			36.2658	6.9384	1
25031	Kachaa	kachaa	25			36.2658	6.9384	1
25031	Sidi M'Hamed	sidi-m-hamed	25			36.2658	6.9384	1
25031	Medalsou	medalsou	25			36.2658	6.9384	1
25031	Laaziz Belgacem	laaziz-belgacem	25			36.2658	6.9384	1
25032	Messaoud Boudjeriou	messaoud-boudjeriou	25			36.2658	6.9384	1
25032	Dar El Oued	dar-el-oued	25			36.2658	6.9384	1
25032	Bouhsane (Ferme)	bouhsane-ferme	25			36.2658	6.9384	1
25032	Bouguessiba (Ferme)	bouguessiba-ferme	25			36.2658	6.9384	1
25032	Ain Kebira	ain-kebira	25			36.2658	6.9384	1
25032	Ouled Boukhalfa	ouled-boukhalfa	25			36.2658	6.9384	1
25032	Kef Beni Hamza	kef-beni-hamza	25			36.2658	6.9384	1
25032	Soudane	soudane	25			36.2658	6.9384	1
25032	Talhoui Khodja (Ferme)	talhoui-khodja-ferme	25			36.2658	6.9384	1
25032	Rahal Benziane (Ferme)	rahal-benziane-ferme	25			36.2658	6.9384	1
25032	Darsoun	darsoun	25			36.2658	6.9384	1
25032	Mecida	mecida	25			36.2658	6.9384	1
25033	Ain Ben Sbaa	ain-ben-sbaa	25			36.2658	6.9384	1
25033	Boumaaza (Cite)	boumaaza-cite	25			36.2658	6.9384	1
25033	Teboub Ahcene (Ferme)	teboub-ahcene-ferme	25			36.2658	6.9384	1
25033	Debabia	debabia	25			36.2658	6.9384	1
25033	Rekani	rekani	25			36.2658	6.9384	1
25034	Ain S'Dari	ain-s-dari	25			36.2658	6.9384	1
25035	Tiddis	tiddis	25			36.2658	6.9384	1
25035	Safsafa	safsafa	25			36.2658	6.9384	1
25035	Zaouia	zaouia	25			36.2658	6.9384	1
25035	Souki Abdelmadjid (Ferme)	souki-abdelmadjid-ferme	25			36.2658	6.9384	1
25035	Takouk	takouk	25			36.2658	6.9384	1
25035	Zerida	zerida	25			36.2658	6.9384	1
25035	Ain El Hamra	ain-el-hamra	25			36.2658	6.9384	1
25035	Ben Cherif	ben-cherif	25			36.2658	6.9384	1
25035	Beni Hamidene	beni-hamidene	25			36.2658	6.9384	1
25035	Djenen Elbez	djenen-elbez	25			36.2658	6.9384	1
25035	El Hamri	el-hamri	25			36.2658	6.9384	1
25035	El Houima	el-houima	25			36.2658	6.9384	1
25035	El Merra	el-merra	25			36.2658	6.9384	1
25035	Fisli Ahmed (Ferme)	fisli-ahmed-ferme	25			36.2658	6.9384	1
25035	Ouled Nia	ouled-nia	25			36.2658	6.9384	1
25036	Tifouti Mohamed (Ferme)	tifouti-mohamed-ferme	25			36.2658	6.9384	1
25036	Ataba	ataba	25			36.2658	6.9384	1
25036	Beni Mestina	beni-mestina	25			36.2658	6.9384	1
25037	Beni Yagoub	beni-yagoub	25			36.2658	6.9384	1
25038	Bordj Mehiris	bordj-mehiris	25			36.1758	6.9471	4
25038	Ahsasna	ahsasna	25			36.1758	6.9471	3
25038	Rogai Tahar (Ferme)	rogai-tahar-ferme	25			36.1758	6.9471	3
25039	Bounouara	bounouara	25			36.2658	6.9384	1
25040	Oudjane	oudjane	25			36.1842	6.579	1
25040	El Karia	el-karia	25			36.1842	6.579	1
25040	Ferroudj	ferroudj	25			36.1842	6.579	1
25040	El Malah	el-malah	25			36.1842	6.579	1
25040	Babtrouche	babtrouche	25			36.1842	6.579	1
25041	Saci Rebai (Ferme)	saci-rebai-ferme	25			36.1842	6.579	1
25041	Hadj Moussa	hadj-moussa	25			36.1842	6.579	1
25041	Farallah	farallah	25			36.1842	6.579	1
25042	Guettar El Aich	guettar-el-aich	25			36.1842	6.579	4
25042	Ain Malha	ain-malha	25			36.1842	6.579	3
25042	Tikbab	tikbab	25			36.1842	6.579	3
25042	Bir Dekiche	bir-dekiche	25			36.1842	6.579	3
25042	Ain Nachfa	ain-nachfa	25			36.1842	6.579	3
25042	Boulachfar Hocine  (Ferme)	boulachfar-hocine-ferme	25			36.1842	6.579	3
25042	Ain Baroud	ain-baroud	25			36.1842	6.579	3
25042	Ain Guerfa	ain-guerfa	25			36.1842	6.579	3
25042	Kassendji	kassendji	25			36.1842	6.579	3
25043	Kadri Brahim	kadri-brahim	25			36.1842	6.579	1
25044	Kaidi Abdellah	kaidi-abdellah	25			36.1842	6.579	1
25044	Oudjet El Kadi	oudjet-el-kadi	25			36.1842	6.579	1
25045	Kehalcha Kebar	kehalcha-kebar	25			36.1842	6.579	1
25046	Kesar Leklal	kesar-leklal	25			36.1842	6.579	1
25046	Kaf Salah	kaf-salah	25			36.1842	6.579	1
25047	Lamaamra 20 Aout 55	lamaamra-20-aout-55	25			36.1842	6.579	1
25047	Bir Bouziane	bir-bouziane	25			36.1842	6.579	1
25048	Lembleche	lembleche	25			36.1842	6.579	1
25048	El Meridj	el-meridj	25			36.1842	6.579	1
25049	Ouled Rahmoune Gare	ouled-rahmoune-gare	25			36.1842	6.579	1
25050	Salah Bey	salah-bey	25			36.3828	6.5764	4
25051	Salah Derradji	salah-derradji	25			36.3087	6.7997	1
25052	Sidi Larbi	sidi-larbi	25			36.3087	6.7997	1
25053	Missaadi Lakhmissi (Ferme)	missaadi-lakhmissi-ferme	25			36.2346	7.023	3
25053	Zehana	zehana	25			36.2346	7.023	4
25053	Kermiche Belkhir (Ferme)	kermiche-belkhir-ferme	25			36.2346	7.023	3
25053	Bir Lakratas	bir-lakratas	25			36.2346	7.023	3
25053	Boulaguenafed	boulaguenafed	25			36.2346	7.023	3
25800	Constantine Gare Ctr	constantine-gare-ctr	25			36.3396	6.704	1
25801	Constantine Colis Postaux	constantine-colis-postaux	25			36.3396	6.704	1
25802	Constantine Centre Cheques Postaux	constantine-centre-cheques-postaux	25			36.3396	6.704	1
25803	Constantine Aeroport Ems	constantine-aeroport-ems	25			36.3396	6.704	1
25804	Constantine Crc	constantine-crc	25			36.3396	6.704	1
25805	Constantine Crcoe	constantine-crcoe	25			36.3396	6.704	1
25806	Constantine Crme	constantine-crme	25			36.3396	6.704	1
26000	Batti	batti	26			36.248	2.7421	4
26000	Rouaissia	rouaissia	26			36.0987	2.9098	4
26000	Dakhla	dakhla	26			35.8858	3.5797	4
26000	Medea Rp	medea-rp	26			36.0775	3.0772	3
26000	Ain El Kebir	ain-el-kebir	26			36.0775	3.0772	3
26000	Beni Atelli	beni-atelli	26			36.0775	3.0772	3
26000	Draa Benguanif	draa-benguanif	26			36.0775	3.0772	3
26000	Kouala	kouala	26			36.0775	3.0772	3
26000	Kouteb	kouteb	26			36.0775	3.0772	3
26000	Koutiten	koutiten	26			36.0775	3.0772	3
26000	Theniet El Hadjar	theniet-el-hadjar	26			36.0775	3.0772	3
26000	Talaiche	talaiche	26			36.0775	3.0772	3
26000	Takhabit	takhabit	26			36.0775	3.0772	3
26000	Takbou	takbou	26			36.0775	3.0772	3
26000	Sidi Abdelaziz	sidi-abdelaziz	26			36.0775	3.0772	3
26000	R'Mali	r-mali	26			36.0775	3.0772	3
26000	Oued Zitoune	oued-zitoune	26			36.0775	3.0772	3
26000	M'Sallah	m-sallah	26			36.0775	3.0772	3
26000	Medea Universite	medea-universite	26			36.0775	3.0772	3
26001	Ouled Laid	ouled-laid	26			36.1944	3.3155	4
26001	Beni Slimane	beni-slimane	26			36.227	3.306	4
26001	Ouled Allel	ouled-allel	26			36.2107	3.3107	3
26001	M'Jaouaia	m-jaouaia	26			36.2107	3.3107	3
26001	M'Harzia	m-harzia	26			36.2107	3.3107	3
26001	Kerroucha	kerroucha	26			36.2107	3.3107	3
26001	Aouaoudja	aouaoudja	26			36.2107	3.3107	3
26001	Ahl Chaaba	ahl-chaaba	26			36.2107	3.3107	3
26001	Zeraoutia	zeraoutia	26			36.2107	3.3107	3
26001	Souk Larbaa	souk-larbaa	26			36.2107	3.3107	3
26001	Souahlia	souahlia	26			36.2107	3.3107	3
26001	S'Khairia	s-khairia	26			36.2107	3.3107	3
26001	Sidi Lakrout	sidi-lakrout	26			36.2107	3.3107	3
26002	Chorfa	chorfa	26			36.2932	3.1677	4
26002	Rouaissia	rouaissia	26			36.0987	2.9098	4
26002	Ouled Ali	ouled-ali	26			36.1689	2.9542	4
26002	Berrouaghia	berrouaghia	26			36.1352	2.9108	4
26002	M'Hadjbia	m-hadjbia	26			36.174	2.9857	3
26002	H'Lassete	h-lassete	26			36.174	2.9857	3
26002	Berrouaghia Terre	berrouaghia-terre	26			36.174	2.9857	3
26002	Ain El Malh	ain-el-malh	26			36.174	2.9857	3
26002	Ain El Kahla	ain-el-kahla	26			36.174	2.9857	3
26002	Ain El Hadjer	ain-el-hadjer	26			36.174	2.9857	3
26002	Z'Mala	z-mala	26			36.174	2.9857	3
26002	Ouled Zeid	ouled-zeid	26			36.174	2.9857	3
26002	Ouled Sidi Ali	ouled-sidi-ali	26			36.174	2.9857	3
26002	Ouled Sid Ahmed	ouled-sid-ahmed	26			36.174	2.9857	3
26002	Ouled Mellal	ouled-mellal	26			36.174	2.9857	3
26003	Ksar El Boukhari	ksar-el-boukhari	26			35.8889	2.749	4
26004	Nouaoura	nouaoura	26			35.598	2.3874	4
26004	Ouled Saci	ouled-saci	26			36.2022	3.093	3
26004	El Hachem	el-hachem	26			36.3898	3.3282	4
26004	Tablat	tablat	26			36.4128	3.3101	4
26004	Bouar	bouar	26			36.4083	3.3464	4
26004	Ahl Draa	ahl-draa	26			36.2022	3.093	3
26004	Alleouachia	alleouachia	26			36.2022	3.093	3
26004	Beni Belkacem	beni-belkacem	26			36.2022	3.093	3
26004	Beni Djoghelal	beni-djoghelal	26			36.2022	3.093	3
26004	El Aissaouia	el-aissaouia	26			36.2022	3.093	3
26004	Ghelaibia	ghelaibia	26			36.2022	3.093	3
26004	Guedaouria	guedaouria	26			36.2022	3.093	3
26004	L'Babda	l-babda	26			36.2022	3.093	3
26004	Mezeghana	mezeghana	26			36.2022	3.093	3
26004	Mouchem	mouchem	26			36.2022	3.093	3
26004	Naamine	naamine	26			36.2022	3.093	3
26004	Ouled Abed	ouled-abed	26			36.2022	3.093	3
26004	Resfa	resfa	26			36.2022	3.093	3
26004	Taguerboust	taguerboust	26			36.2022	3.093	3
26004	Z'Mala	z-mala	26			36.2022	3.093	3
26004	Touansa	touansa	26			36.2022	3.093	3
26005	Ouled Daoud	ouled-daoud	26			36.3739	3.2616	4
26005	Ouled Sidi Ameur	ouled-sidi-ameur	26			35.9258	3.0652	4
26005	Ain Boucif	ain-boucif	26			35.8912	3.1585	4
26005	Ouled Aissa	ouled-aissa	26			35.9624	3.1555	4
26005	Ouled Yaich	ouled-yaich	26			36.0383	3.1602	3
26005	Ouled Sidi M'Hamed	ouled-sidi-m-hamed	26			36.0383	3.1602	3
26005	Ouled Si Ameur	ouled-si-ameur	26			36.0383	3.1602	3
26005	Ouled Benamor	ouled-benamor	26			36.0383	3.1602	3
26005	Ouled Azria	ouled-azria	26			36.0383	3.1602	3
26005	Ouled Aza	ouled-aza	26			36.0383	3.1602	3
26005	Ouled Amor	ouled-amor	26			36.0383	3.1602	3
26005	El Gherbia	el-gherbia	26			36.0383	3.1602	3
26005	Ain Diss	ain-diss	26			36.0383	3.1602	3
26005	Ouled Rahal	ouled-rahal	26			36.0383	3.1602	3
26005	Ouled Gacem	ouled-gacem	26			36.0383	3.1602	3
26005	Ouled Dram	ouled-dram	26			36.0383	3.1602	3
26005	Ouled Chenaf	ouled-chenaf	26			36.0383	3.1602	3
26006	Berrouaghia Batem	berrouaghia-batem	26			36.1298	3.0836	1
26007	Ouled Arbia	ouled-arbia	26			36.1298	3.0836	1
26007	Ouled Djehdjouh	ouled-djehdjouh	26			36.1298	3.0836	1
26007	Chellalet El Adhaoura	chellalet-el-adhaoura	26			36.1298	3.0836	1
26007	Ouled Attalah	ouled-attalah	26			36.1298	3.0836	1
26007	Ouled Yahia Est	ouled-yahia-est	26			36.1298	3.0836	1
26007	Ouled Hamouda	ouled-hamouda	26			36.1298	3.0836	1
26008	El Omaria	el-omaria	26			36.2646	3.0308	4
26008	Merabtine	merabtine	26			36.2646	3.0308	3
26008	Ain El Beida	ain-el-beida	26			36.2646	3.0308	3
26008	Ain El Djena	ain-el-djena	26			36.2646	3.0308	3
26008	Bederna	bederna	26			36.2646	3.0308	3
26008	Draa El Grad	draa-el-grad	26			36.2646	3.0308	3
26008	Forna	forna	26			36.2646	3.0308	3
26008	Madala	madala	26			36.2646	3.0308	3
26008	Ouled Turki	ouled-turki	26			36.2646	3.0308	3
26008	Sidi Salem	sidi-salem	26			36.2646	3.0308	3
26009	Medea Ould Imam	medea-ould-imam	26			36.1298	3.0836	1
26010	Ain Boucif 5 Juillet	ain-boucif-5-juillet	26			36.1159	2.6573	1
26011	Aboucha	aboucha	26			36.2416	2.7747	4
26011	Chellalaa	chellalaa	26			36.2416	2.7747	3
26011	Ain D'Hab	ain-d-hab	26			36.2416	2.7747	3
26012	Bassour	bassour	26			36.2299	2.8559	4
26012	Ouled Larbi	ouled-larbi	26			35.4096	0.2789	4
26012	Ben Chicao	ben-chicao	26			36.1996	2.8486	4
26012	Mestraf	mestraf	26			35.9464	1.9945	3
26012	Ouled Amane	ouled-amane	26			35.9464	1.9945	3
26012	Ramli Hamadi	ramli-hamadi	26			35.9464	1.9945	3
26012	Saidia	saidia	26			35.9464	1.9945	3
26012	Sidi Hamou	sidi-hamou	26			35.9464	1.9945	3
26012	Soualmia	soualmia	26			35.9464	1.9945	3
26012	Zerkata	zerkata	26			35.9464	1.9945	3
26012	Achiba	achiba	26			35.9464	1.9945	3
26012	Zaouia	zaouia	26			35.9464	1.9945	3
26012	Ain Aissa	ain-aissa	26			35.9464	1.9945	3
26012	Ain El Malah	ain-el-malah	26			35.9464	1.9945	3
26012	Anan	anan	26			35.9464	1.9945	3
26012	Baiata	baiata	26			35.9464	1.9945	3
26012	Chabnia	chabnia	26			35.9464	1.9945	3
26012	Ckoix	ckoix	26			35.9464	1.9945	3
26012	Djoughlali	djoughlali	26			35.9464	1.9945	3
26012	El Amamaia	el-amamaia	26			35.9464	1.9945	3
26012	El H'Midia	el-h-midia	26			35.9464	1.9945	3
26012	Hamamou	hamamou	26			35.9464	1.9945	3
26012	Girgour	girgour	26			35.9464	1.9945	3
26012	Kemaidia	kemaidia	26			35.9464	1.9945	3
26012	Maison D'Enfants	maison-d-enfants	26			35.9464	1.9945	3
26012	Merabtine	merabtine	26			35.9464	1.9945	3
26013	Boghar	boghar	26			35.9114	2.7167	4
26013	Bekhaitia	bekhaitia	26			35.6391	0.045	4
26013	Toualeb	toualeb	26			35.7753	1.3808	3
26013	Bir Hamou	bir-hamou	26			35.7753	1.3808	3
26013	Daabiche	daabiche	26			35.7753	1.3808	3
26013	Kerbalia	kerbalia	26			35.7753	1.3808	3
26013	Khrachfia	khrachfia	26			35.7753	1.3808	3
26013	Mehaziz	mehaziz	26			35.7753	1.3808	3
26013	Ouled Abid	ouled-abid	26			35.7753	1.3808	3
26013	Ouled Dhouaba	ouled-dhouaba	26			35.7753	1.3808	3
26013	Ouled Djatem	ouled-djatem	26			35.7753	1.3808	3
26013	Sifi	sifi	26			35.7753	1.3808	3
26014	Chorfa	chorfa	26			36.2932	3.1677	4
26014	Ouled Allal	ouled-allal	26			36.3245	3.2368	4
26014	Ouled Hadria	ouled-hadria	26			35.9744	3.2442	4
26014	Touahria	touahria	26			36.2277	3.2301	3
26014	Ouled Moussa	ouled-moussa	26			36.3187	3.2716	4
26014	Touanisse	touanisse	26			36.2277	3.2301	3
26014	R'Ouakache	r-ouakache	26			36.2277	3.2301	3
26014	Rouabie	rouabie	26			36.2277	3.2301	3
26014	Ouzariche	ouzariche	26			36.2277	3.2301	3
26014	Ouzanna	ouzanna	26			36.2277	3.2301	3
26014	Ouled Sidi Moussa	ouled-sidi-moussa	26			36.2277	3.2301	3
26014	Ouled Sid	ouled-sid	26			36.2277	3.2301	3
26014	Ouled Rahal	ouled-rahal	26			36.2277	3.2301	3
26014	Ouled Lakhal	ouled-lakhal	26			36.2277	3.2301	3
26014	Ouled Lachehab	ouled-lachehab	26			36.2277	3.2301	3
26014	Ouled Bensaada	ouled-bensaada	26			36.2277	3.2301	3
26014	Ouled Benaida	ouled-benaida	26			36.2277	3.2301	3
26014	M'Chata	m-chata	26			36.2277	3.2301	3
26014	Kheraichia	kheraichia	26			36.2277	3.2301	3
26014	H'Nnaichia	h-nnaichia	26			36.2277	3.2301	3
26014	Guettarine	guettarine	26			36.2277	3.2301	3
26014	Chaabnia	chaabnia	26			36.2277	3.2301	3
26014	Bouchrahil	bouchrahil	26			36.2277	3.2301	3
26014	Bouada	bouada	26			36.2277	3.2301	3
26014	Balout	balout	26			36.2277	3.2301	3
26014	Ain Bouddoualet	ain-bouddoualet	26			36.2277	3.2301	3
26014	Ahl Louata	ahl-louata	26			36.2277	3.2301	3
26014	Ahl Draa	ahl-draa	26			36.2277	3.2301	3
26014	Draa	draa	26			36.2277	3.2301	3
26014	Ahl El Oued	ahl-el-oued	26			36.2277	3.2301	3
26015	Kherba Siouf	kherba-siouf	26			36.1159	2.6573	1
26015	Hamidate	hamidate	26			36.1159	2.6573	1
26015	Derrag	derrag	26			36.1159	2.6573	1
26015	Refikat	refikat	26			36.1159	2.6573	1
26015	Ouled Guenfoud	ouled-guenfoud	26			36.1159	2.6573	1
26015	Houamed	houamed	26			36.1159	2.6573	1
26016	Djouab	djouab	26			36.1382	3.427	4
26016	Ouled Hoseini	ouled-hoseini	26			36.1382	3.427	3
26017	Draa Esmar	draa-esmar	26			36.2735	2.717	4
26017	Ain Moula	ain-moula	26			36.2735	2.717	3
26017	Ain El Arais	ain-el-arais	26			36.2735	2.717	3
26017	Tibhirine	tibhirine	26			36.2735	2.717	3
26017	Djouabeur	djouabeur	26			36.2735	2.717	3
26017	Sidi M'Salem	sidi-m-salem	26			36.2735	2.717	3
26017	Ouled Snan	ouled-snan	26			36.2735	2.717	3
26018	El Azizia	el-azizia	26			36.2866	3.4941	4
26018	Ouled Brahim	ouled-brahim	26			36.2443	2.9335	4
26018	Ouled M'Hamed	ouled-m-hamed	26			36.2654	3.2138	3
26018	Ouled Zidane	ouled-zidane	26			36.2654	3.2138	3
26018	Bouzaouche	bouzaouche	26			36.2654	3.2138	3
26018	Betham	betham	26			36.2654	3.2138	3
26019	Ouzera	ouzera	26			36.2542	2.8472	4
26019	Tabouza	tabouza	26			36.2542	2.8472	3
26019	Sellane	sellane	26			36.2542	2.8472	3
26019	Ras El Oued	ras-el-oued	26			36.2542	2.8472	3
26019	Habs Haouara	habs-haouara	26			36.2542	2.8472	3
26019	El Khef	el-khef	26			36.2542	2.8472	3
26019	El Gherafa	el-gherafa	26			36.2542	2.8472	3
26019	Djouharia	djouharia	26			36.2542	2.8472	3
26019	Beniaiche	beniaiche	26			36.2542	2.8472	3
26019	Beni Khelifa	beni-khelifa	26			36.2542	2.8472	3
26019	Ben Haddou Bouhadjar	ben-haddou-bouhadjar	26			36.2542	2.8472	3
26019	Batide	batide	26			36.2542	2.8472	3
26019	Aidani	aidani	26			36.2542	2.8472	3
26020	Ouled Salem	ouled-salem	26			36.2228	2.955	4
26020	Souagui	souagui	26			36.1102	3.2405	4
26020	Zouamik	zouamik	26			36.1665	3.0978	3
26020	Ouled Yekhlef	ouled-yekhlef	26			36.1665	3.0978	3
26020	Ouled El Mahdi	ouled-el-mahdi	26			36.1665	3.0978	3
26020	Fid Hamad	fid-hamad	26			36.1665	3.0978	3
26020	Ouled Attalah	ouled-attalah	26			36.1665	3.0978	3
26020	Halaba	halaba	26			36.1665	3.0978	3
26020	Zearir	zearir	26			36.1665	3.0978	3
26021	Zoubiria	zoubiria	26			36.0697	2.9011	4
26021	H'Maldna	h-maldna	26			36.0697	2.9011	3
26022	Sedrata	sedrata	26			35.9792	2.9211	1
26022	Kherezam	kherezam	26			35.9792	2.9211	1
26022	Khoualed	khoualed	26			35.9792	2.9211	1
26022	Aissaouia	aissaouia	26			35.9792	2.9211	1
26022	Beni Boubekeur	beni-boubekeur	26			35.9792	2.9211	1
26022	Ouled Kouba	ouled-kouba	26			35.9792	2.9211	1
26022	Benizermane	benizermane	26			35.9792	2.9211	1
26022	Tidjat	tidjat	26			35.9792	2.9211	1
26022	Zaouia	zaouia	26			35.9792	2.9211	1
26023	Soualah	soualah	26			35.7687	2.662	4
26023	Boughzoul	boughzoul	26			35.7056	2.846	4
26023	Ouled Kalem	ouled-kalem	26			35.7371	2.754	3
26023	Nessirat	nessirat	26			35.7371	2.754	3
26023	Khnagna	khnagna	26			35.7371	2.754	3
26023	Herakta	herakta	26			35.7371	2.754	3
26023	Laouassi	laouassi	26			35.7371	2.754	3
26024	Berrouaghia 1er Novembre	berrouaghia-1er-novembre	26			35.9792	2.9211	1
26025	Bouskene	bouskene	26			36.1905	3.2286	4
26025	Kahla	kahla	26			36.1905	3.2286	3
26025	Ouled Sidi Moussa	ouled-sidi-moussa	26			36.1905	3.2286	3
26025	Benhlou	benhlou	26			36.1905	3.2286	3
26025	Adaidia	adaidia	26			36.1905	3.2286	3
26025	Bouakria	bouakria	26			36.1905	3.2286	3
26025	Chouaknia	chouaknia	26			36.1905	3.2286	3
26025	Djemailia	djemailia	26			36.1905	3.2286	3
26025	Fraihia	fraihia	26			36.1905	3.2286	3
26025	Helagni	helagni	26			36.1905	3.2286	3
26025	Koukhat	koukhat	26			36.1905	3.2286	3
26025	Oualouma	oualouma	26			36.1905	3.2286	3
26025	Ouled Bouahia	ouled-bouahia	26			36.1905	3.2286	3
26025	Ouled Larbi	ouled-larbi	26			36.1905	3.2286	3
26026	Chahbounia	chahbounia	26			35.5447	2.6033	4
26026	Ouled Mehari	ouled-mehari	26			35.5447	2.6033	3
26026	Ouled Ghrib	ouled-ghrib	26			35.5447	2.6033	3
26026	Ouled Amor	ouled-amor	26			35.5447	2.6033	3
26026	Merazig	merazig	26			35.5447	2.6033	3
26026	Ouled El Alia	ouled-el-alia	26			35.5447	2.6033	3
26026	Ouled Sid Daoud	ouled-sid-daoud	26			35.5447	2.6033	3
26027	Ouled Yahia	ouled-yahia	26			36.2214	2.9324	4
26027	Sidi Hannachi	sidi-hannachi	26			36.2214	2.9324	3
26027	Hannacha	hannacha	26			36.2214	2.9324	3
26027	El Kedadsa	el-kedadsa	26			36.2214	2.9324	3
26027	Souabnia	souabnia	26			36.2214	2.9324	3
26027	El Hadira	el-hadira	26			36.2214	2.9324	3
26027	Khenadjria	khenadjria	26			36.2214	2.9324	3
26028	Ksar El Boukhari Belkheiret Mohamed	ksar-el-boukhari-belkheiret-mohamed	26			35.9792	2.9211	1
26029	Ksar El Boukhari Chaoui Nadir	ksar-el-boukhari-chaoui-nadir	26			35.9792	2.9211	1
26030	Beni Maloum	beni-maloum	26			36.2571	3.451	4
26030	El Guelb El Kebir	el-guelb-el-kebir	26			36.2571	3.451	3
26030	Maarik El Malah	maarik-el-malah	26			36.2571	3.451	3
26030	Mouacia	mouacia	26			36.2571	3.451	3
26030	Ouled Had	ouled-had	26			36.2571	3.451	3
26030	Ouled Allouche	ouled-allouche	26			36.2571	3.451	3
26030	Shanin	shanin	26			36.2571	3.451	3
26030	Khdachet	khdachet	26			36.2571	3.451	3
26030	Kouaket	kouaket	26			36.2571	3.451	3
26030	Ahl Chaab	ahl-chaab	26			36.2571	3.451	3
26031	Beziouche	beziouche	26			36.1743	3.0458	1
26031	Medea Merdjechkir	medea-merdjechkir	26			36.1743	3.0458	1
26032	Ouled Hammou	ouled-hammou	26			36.3488	3.3982	4
26032	Ouled Aoufi	ouled-aoufi	26			36.3553	3.4291	3
26032	Ouled Dahmane	ouled-dahmane	26			36.3619	3.4601	4
26032	Ouled Amar	ouled-amar	26			36.3553	3.4291	3
26032	Brouni	brouni	26			36.3553	3.4291	3
26032	El Bouha	el-bouha	26			36.3553	3.4291	3
26032	El M'Tarfa	el-m-tarfa	26			36.3553	3.4291	3
26032	El Kaada	el-kaada	26			36.3553	3.4291	3
26032	Mihoub	mihoub	26			36.3553	3.4291	3
26032	El Khelaifia	el-khelaifia	26			36.3553	3.4291	3
26032	Ahl Chaiba	ahl-chaiba	26			36.3553	3.4291	3
26032	Ahl El Kaf	ahl-el-kaf	26			36.3553	3.4291	3
26032	Ouled Aza	ouled-aza	26			36.3553	3.4291	3
26032	Ahl El Oued	ahl-el-oued	26			36.3553	3.4291	3
26032	Ouled M'Barek	ouled-m-barek	26			36.3553	3.4291	3
26032	Sengoua	sengoua	26			36.3553	3.4291	3
26033	Moudjebeur	moudjebeur	26			35.9506	2.8227	4
26033	Ouled Hamza	ouled-hamza	26			35.9506	2.8227	3
26033	Draa Rmel	draa-rmel	26			35.9506	2.8227	3
26034	Ouled Moussa	ouled-moussa	26			36.3187	3.2716	4
26034	El Guelala	el-guelala	26			36.3187	3.2716	3
26034	Ain El Araibia	ain-el-araibia	26			36.3187	3.2716	3
26034	Ain El Karma	ain-el-karma	26			36.3187	3.2716	3
26034	Ain El Kehla	ain-el-kehla	26			36.3187	3.2716	3
26034	Ain Nawal	ain-nawal	26			36.3187	3.2716	3
26034	Ain Smain	ain-smain	26			36.3187	3.2716	3
26034	Chinoune	chinoune	26			36.3187	3.2716	3
26034	Chouakria	chouakria	26			36.3187	3.2716	3
26034	Sidi Youm	sidi-youm	26			36.3187	3.2716	3
26034	Sidi Moumen	sidi-moumen	26			36.3187	3.2716	3
26034	R'Hat Boualem	r-hat-boualem	26			36.3187	3.2716	3
26034	Ouled Zine	ouled-zine	26			36.3187	3.2716	3
26034	Ouled Djoutha	ouled-djoutha	26			36.3187	3.2716	3
26034	Ouled Dilmi	ouled-dilmi	26			36.3187	3.2716	3
26034	Ouamri	ouamri	26			36.3187	3.2716	3
26034	Khennegue	khennegue	26			36.3187	3.2716	3
26034	El Khouala	el-khouala	26			36.3187	3.2716	3
26034	El Farssi	el-farssi	26			36.3187	3.2716	3
26035	Ain Dalia	ain-dalia	26			35.9473	2.6023	4
26035	Ahl El Hamra	ahl-el-hamra	26			35.9473	2.6023	3
26035	Ouled Antar	ouled-antar	26			35.9473	2.6023	3
26035	Ouled Shil	ouled-shil	26			35.9473	2.6023	3
26035	Sebaa Rgoud	sebaa-rgoud	26			35.9473	2.6023	3
26035	Sidi Ali Baadj	sidi-ali-baadj	26			35.9473	2.6023	3
26035	Ouled Aid	ouled-aid	26			35.9473	2.6023	3
26035	Gleba	gleba	26			35.9473	2.6023	3
26035	Berrine	berrine	26			35.9473	2.6023	3
26035	Sidi Difallah	sidi-difallah	26			35.9473	2.6023	3
26036	Ouled Salem	ouled-salem	26			36.2228	2.955	4
26036	Ouled Salah	ouled-salah	26			36.1117	2.9556	4
26036	Ain Lazaza	ain-lazaza	26			36.2182	2.8458	4
26036	Kefaifia	kefaifia	26			36.1992	2.9225	3
26036	Ouled Brahim	ouled-brahim	26			36.2443	2.9335	4
26036	Haouche Mabrouki	haouche-mabrouki	26			36.1992	2.9225	3
26036	Zengor	zengor	26			36.1992	2.9225	3
26036	Ouled Trif	ouled-trif	26			36.1992	2.9225	3
26036	Djelleilia	djelleilia	26			36.1992	2.9225	3
26036	Acheichia	acheichia	26			36.1992	2.9225	3
26036	El Aouama	el-aouama	26			36.1992	2.9225	3
26036	Bouchaaba	bouchaaba	26			36.1992	2.9225	3
26037	Ain H'Zam	ain-h-zam	26			36.1743	3.0458	1
26037	Boufatis	boufatis	26			36.1743	3.0458	1
26037	El Amech	el-amech	26			36.1743	3.0458	1
26037	Ferroudja	ferroudja	26			36.1743	3.0458	1
26037	Guelfane	guelfane	26			36.1743	3.0458	1
26037	Kermet Chiha	kermet-chiha	26			36.1743	3.0458	1
26037	Messil	messil	26			36.1743	3.0458	1
26037	Ouled Attia	ouled-attia	26			36.1743	3.0458	1
26037	Ouled Belkacem	ouled-belkacem	26			36.1743	3.0458	1
26037	Ouled Djerid	ouled-djerid	26			36.1743	3.0458	1
26037	Ouled Hellal	ouled-hellal	26			36.1743	3.0458	1
26037	Ouled Khelifa	ouled-khelifa	26			36.1743	3.0458	1
26037	Ouled Slim	ouled-slim	26			36.1743	3.0458	1
26037	Ouled Talha	ouled-talha	26			36.1743	3.0458	1
26037	Senoussi	senoussi	26			36.1743	3.0458	1
26037	Tamasoudet	tamasoudet	26			36.1743	3.0458	1
26038	Ouled Salem	ouled-salem	26			36.2228	2.955	4
26038	Ouled Abid	ouled-abid	26			36.2228	2.955	3
26038	El Zinines	el-zinines	26			36.2228	2.955	3
26038	El Merabhia	el-merabhia	26			36.2228	2.955	3
26038	Djemamla	djemamla	26			36.2228	2.955	3
26038	El Khelalta	el-khelalta	26			36.2228	2.955	3
26038	Traifia	traifia	26			36.2228	2.955	3
26038	Titteri	titteri	26			36.2228	2.955	3
26038	El Alaimia	el-alaimia	26			36.2228	2.955	3
26038	El Alb	el-alb	26			36.2228	2.955	3
26038	Djemaa El Dehane	djemaa-el-dehane	26			36.2228	2.955	3
26038	Bir Messaoud	bir-messaoud	26			36.2228	2.955	3
26038	El Fratit	el-fratit	26			36.2228	2.955	3
26038	R'Mal	r-mal	26			36.2228	2.955	3
26038	Ouled Mansour	ouled-mansour	26			36.2228	2.955	3
26038	Ouled Maareuf	ouled-maareuf	26			36.2228	2.955	3
26038	Ouled El Hachi	ouled-el-hachi	26			36.2228	2.955	3
26038	Ouled Arioua	ouled-arioua	26			36.2228	2.955	3
26039	Rebaia	rebaia	26			35.8871	2.8988	4
26039	Ouled Haid Ghraba	ouled-haid-ghraba	26			35.8871	2.8988	3
26039	Ain Karima	ain-karima	26			35.8871	2.8988	3
26039	Karaza	karaza	26			35.8871	2.8988	3
26039	El Mriha	el-mriha	26			35.8871	2.8988	3
26039	Khoudria	khoudria	26			35.8871	2.8988	3
26039	Merabtine	merabtine	26			35.8871	2.8988	3
26039	Ouled Attaf Chraga	ouled-attaf-chraga	26			35.8871	2.8988	3
26039	Ouled Attaf Ghraba	ouled-attaf-ghraba	26			35.8871	2.8988	3
26039	Zazik	zazik	26			35.8871	2.8988	3
26040	Ouled Noual	ouled-noual	26			35.7051	2.451	4
26040	Ouled Haoua	ouled-haoua	26			35.6792	2.4527	4
26040	Sebt Aziz	sebt-aziz	26			35.8233	2.4515	4
26040	Ouled Saad	ouled-saad	26			35.4063	0.511	4
26040	Ain Teiba	ain-teiba	26			35.6535	1.9666	3
26040	Medafra	medafra	26			35.6535	1.9666	3
26040	Kebarak	kebarak	26			35.6535	1.9666	3
26040	El Aouamer	el-aouamer	26			35.6535	1.9666	3
26040	Bouk Roumi	bouk-roumi	26			35.6535	1.9666	3
26040	Sidi Mohamed	sidi-mohamed	26			35.6535	1.9666	3
26040	Ain Beida	ain-beida	26			35.6535	1.9666	3
26040	Ain Koubaa	ain-koubaa	26			35.6535	1.9666	3
26040	R'Mali	r-mali	26			35.6535	1.9666	3
26040	Bellat	bellat	26			35.6535	1.9666	3
26040	Ouled Mamar	ouled-mamar	26			35.6535	1.9666	3
26040	Mermouda	mermouda	26			35.6535	1.9666	3
26041	Cheraiguia	cheraiguia	26			35.9594	2.9003	4
26041	Seghouane	seghouane	26			36.0013	2.9043	4
26041	Ouled H'Daim	ouled-h-daim	26			36.0351	2.9399	4
26041	Memouda	memouda	26			35.9986	2.9148	3
26041	Zemala	zemala	26			35.9986	2.9148	3
26041	Seghouane Rif	seghouane-rif	26			35.9986	2.9148	3
26041	Matmoura	matmoura	26			35.9986	2.9148	3
26041	Debdab	debdab	26			35.9986	2.9148	3
26042	Seriat	seriat	26			35.9335	2.663	1
26043	Sidi Youcef	sidi-youcef	26			35.9335	2.663	1
26043	Zaouia	zaouia	26			35.9335	2.663	1
26043	Lohas	lohas	26			35.9335	2.663	1
26043	Ouled Besbes	ouled-besbes	26			35.9335	2.663	1
26043	Mendes	mendes	26			35.9335	2.663	1
26043	Sidi Naamane	sidi-naamane	26			35.9335	2.663	1
26043	Cheggour	cheggour	26			35.9335	2.663	1
26043	Rouassia	rouassia	26			35.9335	2.663	1
26044	Ouled Aziz	ouled-aziz	26			36.0794	2.9847	4
26044	Sidi Slimane	sidi-slimane	26			36.2214	2.9324	4
26044	Khouadria	khouadria	26			36.1504	2.9586	3
26044	Hechalfa	hechalfa	26			36.1504	2.9586	3
26044	El Freich	el-freich	26			36.1504	2.9586	3
26044	Ben Meziane	ben-meziane	26			36.1504	2.9586	3
26044	Sidi Nadji	sidi-nadji	26			36.1504	2.9586	3
26044	Ouled Deide	ouled-deide	26			36.1504	2.9586	3
26044	M'Rachda	m-rachda	26			36.1504	2.9586	3
26044	Lasbat	lasbat	26			36.1504	2.9586	3
26044	Zaouia	zaouia	26			36.1504	2.9586	3
26044	Nouadji	nouadji	26			36.1504	2.9586	3
26045	Guemana	guemana	26			36.1931	2.742	4
26045	R'Mel	r-mel	26			36.1931	2.742	3
26045	Senhadja	senhadja	26			36.1931	2.742	3
26045	Ain Mazouz	ain-mazouz	26			36.1931	2.742	3
26045	Ain Mokrane	ain-mokrane	26			36.1931	2.742	3
26045	Ain Moulab	ain-moulab	26			36.1931	2.742	3
26045	Djebabra	djebabra	26			36.1931	2.742	3
26045	El Haouche	el-haouche	26			36.1931	2.742	3
26045	El Khelaflia	el-khelaflia	26			36.1931	2.742	3
26045	Haouche Derouache	haouche-derouache	26			36.1931	2.742	3
26045	Si Mahdjoub	si-mahdjoub	26			36.1931	2.742	3
26046	Sidi Hafsi	sidi-hafsi	26			35.9335	2.663	1
26046	Khmakhmia	khmakhmia	26			35.9335	2.663	1
26046	Harmela	harmela	26			35.9335	2.663	1
26046	Ahl Regad	ahl-regad	26			35.9335	2.663	1
26046	Tletat Eddouairs	tletat-eddouairs	26			35.9335	2.663	1
26047	Vieux Ksar	vieux-ksar	26			35.9335	2.663	1
26048	Ouled Said	ouled-said	26			36.2513	3.1238	4
26048	Faraia	faraia	26			35.8468	3.5625	4
26048	Mizata	mizata	26			36.049	3.3431	3
26048	Maalim	maalim	26			36.049	3.3431	3
26048	Maache	maache	26			36.049	3.3431	3
26048	Frarha	frarha	26			36.049	3.3431	3
26048	Dhayet El Tarfa	dhayet-el-tarfa	26			36.049	3.3431	3
26048	Chaara	chaara	26			36.049	3.3431	3
26048	Ain Ouksir	ain-ouksir	26			36.049	3.3431	3
26048	Ain El Hnache	ain-el-hnache	26			36.049	3.3431	3
26048	Ouled Seghier	ouled-seghier	26			36.049	3.3431	3
26048	El Malha	el-malha	26			36.049	3.3431	3
26049	Hannacha	hannacha	26			35.9335	2.663	1
26049	Ain Tletat	ain-tletat	26			35.9335	2.663	1
26049	Ouled Mahdi	ouled-mahdi	26			35.9335	2.663	1
26049	Laaref	laaref	26			35.9335	2.663	1
26049	M'Zata	m-zata	26			35.9335	2.663	1
26049	Ouled Aid	ouled-aid	26			35.9335	2.663	1
26049	Ouled Naceur	ouled-naceur	26			35.9335	2.663	1
26049	Ouled Benhaoua	ouled-benhaoua	26			35.9335	2.663	1
26050	Sebt	sebt	26			35.8233	2.4515	4
26050	Kechachoua	kechachoua	26			35.8233	2.4515	3
26050	Koualil	koualil	26			35.8233	2.4515	3
26050	Baata	baata	26			35.8233	2.4515	3
26050	Torche	torche	26			35.8233	2.4515	3
26050	Beni Guitoune	beni-guitoune	26			35.8233	2.4515	3
26050	Beni Khenous	beni-khenous	26			35.8233	2.4515	3
26050	Bousmail	bousmail	26			35.8233	2.4515	3
26050	Ouled Kheiriddine	ouled-kheiriddine	26			35.8233	2.4515	3
26050	Ouled Hamza	ouled-hamza	26			35.8233	2.4515	3
26050	Ouled Djiyer	ouled-djiyer	26			35.8233	2.4515	3
26050	Mohtar	mohtar	26			35.8233	2.4515	3
26050	Ouled Sidi M'Hamed	ouled-sidi-m-hamed	26			35.8233	2.4515	3
26050	Smailia	smailia	26			35.8233	2.4515	3
26050	Tala Ayache	tala-ayache	26			35.8233	2.4515	3
26050	Kouallil	kouallil	26			35.8233	2.4515	3
26051	Ouled Salem	ouled-salem	26			36.2228	2.955	4
26051	Ouled Slimane	ouled-slimane	26			35.655	2.2713	4
26051	Benia	benia	26			35.9389	2.6132	3
26051	Sidi Dahandi	sidi-dahandi	26			35.9389	2.6132	3
26051	Sedraia	sedraia	26			35.9389	2.6132	3
26051	Ouled Attia	ouled-attia	26			35.9389	2.6132	3
26051	Ouled Abdelouahab	ouled-abdelouahab	26			35.9389	2.6132	3
26051	Mohamed Ben Brahim	mohamed-ben-brahim	26			35.9389	2.6132	3
26051	Kef Lakhdar	kef-lakhdar	26			35.9389	2.6132	3
26051	Drouazia	drouazia	26			35.9389	2.6132	3
26051	Djebabra	djebabra	26			35.9389	2.6132	3
26051	Dechira	dechira	26			35.9389	2.6132	3
26051	Taaziza	taaziza	26			35.9389	2.6132	3
26052	Berrouaghia Oued Gholat	berrouaghia-oued-gholat	26			35.8997	2.7299	1
26053	Ouled Said	ouled-said	26			36.2513	3.1238	4
26053	Baouachiche	baouachiche	26			36.2513	3.1238	3
26053	Bir Ben Abed	bir-ben-abed	26			36.2513	3.1238	3
26053	Borvo	borvo	26			36.2513	3.1238	3
26053	Chouatia	chouatia	26			36.2513	3.1238	3
26053	Ghelaimia	ghelaimia	26			36.2513	3.1238	3
26053	Dhamnia	dhamnia	26			36.2513	3.1238	3
26053	Hmidate	hmidate	26			36.2513	3.1238	3
26053	Ghzaouria	ghzaouria	26			36.2513	3.1238	3
26053	Khailia	khailia	26			36.2513	3.1238	3
26053	Khochakhichia	khochakhichia	26			36.2513	3.1238	3
26053	Mahdia	mahdia	26			36.2513	3.1238	3
26053	M'Haidia	m-haidia	26			36.2513	3.1238	3
26053	Missete	missete	26			36.2513	3.1238	3
26053	Ouled Amar	ouled-amar	26			36.2513	3.1238	3
26053	Ouled Saada	ouled-saada	26			36.2513	3.1238	3
26053	Aouachria	aouachria	26			36.2513	3.1238	3
26053	Aouakab	aouakab	26			36.2513	3.1238	3
26054	Ouled Saoula	ouled-saoula	26			35.6117	2.3695	4
26054	Gassoul	gassoul	26			35.6127	2.3662	3
26054	Guernini	guernini	26			35.6738	2.3703	4
26054	Bouaiche	bouaiche	26			35.5527	2.3587	4
26054	Sid Youcef	sid-youcef	26			35.6127	2.3662	3
26054	Ouled Tabeit	ouled-tabeit	26			35.6127	2.3662	3
26054	Ouled Abdelmoula	ouled-abdelmoula	26			35.6127	2.3662	3
26054	Hassi DRoub	hassi-d-roub	26			35.6127	2.3662	3
26054	Fagousia	fagousia	26			35.6127	2.3662	3
26054	El Nesnissa	el-nesnissa	26			35.6127	2.3662	3
26054	Derdj	derdj	26			35.6127	2.3662	3
26054	Balbala	balbala	26			35.6127	2.3662	3
26054	Ain Grab	ain-grab	26			35.6127	2.3662	3
26055	Ouled Salah	ouled-salah	26			36.1117	2.9556	4
26055	Senhadja	senhadja	26			36.1117	2.9556	3
26055	Toumlilit	toumlilit	26			36.1117	2.9556	3
26055	El Ababda	el-ababda	26			36.1117	2.9556	3
26055	El Slaimia	el-slaimia	26			36.1117	2.9556	3
26055	Draa El Dis	draa-el-dis	26			36.1117	2.9556	3
26055	Bouaichoune	bouaichoune	26			36.1117	2.9556	3
26055	Ben Merzougua	ben-merzougua	26			36.1117	2.9556	3
26055	Guenadzia	guenadzia	26			36.1117	2.9556	3
26055	Louata	louata	26			36.1117	2.9556	3
26055	Mekhatria	mekhatria	26			36.1117	2.9556	3
26055	Ouled Laouar	ouled-laouar	26			36.1117	2.9556	3
26055	Ouled Sebt	ouled-sebt	26			36.1117	2.9556	3
26055	Bazbaza	bazbaza	26			36.1117	2.9556	3
26055	Ain Belkheir	ain-belkheir	26			36.1117	2.9556	3
26056	Brahimi Mohamed	brahimi-mohamed	26			35.8997	2.7299	1
26057	Zemlane	zemlane	26			35.8733	3.5108	4
26057	Ouled Bouaicha	ouled-bouaicha	26			36.0474	3.2216	3
26057	Ouled Sidi Yahia	ouled-sidi-yahia	26			36.2214	2.9324	4
26057	Ain Enar	ain-enar	26			36.0474	3.2216	3
26057	Chaara	chaara	26			36.0474	3.2216	3
26057	Cheniguel	cheniguel	26			36.0474	3.2216	3
26057	Djaafria	djaafria	26			36.0474	3.2216	3
26057	D'Kachenia	d-kachenia	26			36.0474	3.2216	3
26057	Gueretene	gueretene	26			36.0474	3.2216	3
26057	Khemakhmia	khemakhmia	26			36.0474	3.2216	3
26057	Ouled Attala	ouled-attala	26			36.0474	3.2216	3
26057	Ouled Bouziane	ouled-bouziane	26			36.0474	3.2216	3
26057	Ouled El Guelb	ouled-el-guelb	26			36.0474	3.2216	3
26057	Ouled Kara	ouled-kara	26			36.0474	3.2216	3
26057	Ouled Khil	ouled-khil	26			36.0474	3.2216	3
26057	Ouled Mimoun	ouled-mimoun	26			36.0474	3.2216	3
26057	Ouled Sidi M'Hamed Elkheider	ouled-sidi-m-hamed-elkheider	26			36.0474	3.2216	3
26058	Ouled Bahia	ouled-bahia	26			35.8997	2.7299	1
26058	Bekkar	bekkar	26			35.8997	2.7299	1
26058	Beni Souka	beni-souka	26			35.8997	2.7299	1
26058	Boukherat	boukherat	26			35.8997	2.7299	1
26058	Deux Bassins	deux-bassins	26			35.8997	2.7299	1
26058	Khoukhda	khoukhda	26			35.8997	2.7299	1
26058	Marhouma	marhouma	26			35.8997	2.7299	1
26058	Zaaf	zaaf	26			35.8997	2.7299	1
26058	Ouled Rebah	ouled-rebah	26			35.8997	2.7299	1
26058	Ouled Ferhat	ouled-ferhat	26			35.8997	2.7299	1
26059	Faouara	faouara	26			35.8997	2.7299	1
26059	Keraounia	keraounia	26			35.8997	2.7299	1
26059	Kherza	kherza	26			35.8997	2.7299	1
26059	El Aouinet	el-aouinet	26			35.8997	2.7299	1
26059	Bir Djefal	bir-djefal	26			35.8997	2.7299	1
26059	Ouled Daied	ouled-daied	26			35.8997	2.7299	1
26059	El Dhalaa	el-dhalaa	26			35.8997	2.7299	1
26059	Souakria	souakria	26			35.8997	2.7299	1
26059	Dahimet	dahimet	26			35.8997	2.7299	1
26060	Ouled Aissa	ouled-aissa	26			35.9624	3.1555	4
26060	Haroun	haroun	26			35.9624	3.1555	3
26060	Bahloul	bahloul	26			35.9624	3.1555	3
26060	Beni Boubekeur	beni-boubekeur	26			35.9624	3.1555	3
26060	Beni Khadi	beni-khadi	26			35.9624	3.1555	3
26060	Beni Messaoud	beni-messaoud	26			35.9624	3.1555	3
26060	Boutourou	boutourou	26			35.9624	3.1555	3
26060	Djerah	djerah	26			35.9624	3.1555	3
26060	El Hamdania	el-hamdania	26			35.9624	3.1555	3
26060	El Onceur	el-onceur	26			35.9624	3.1555	3
26060	El Remlia	el-remlia	26			35.9624	3.1555	3
26060	Fendoucha	fendoucha	26			35.9624	3.1555	3
26060	Galzi	galzi	26			35.9624	3.1555	3
26060	Guerrouaou	guerrouaou	26			35.9624	3.1555	3
26060	Hachada	hachada	26			35.9624	3.1555	3
26060	Hidja	hidja	26			35.9624	3.1555	3
26060	Khazroun	khazroun	26			35.9624	3.1555	3
26060	M'Sennou	m-sennou	26			35.9624	3.1555	3
26060	Ouled Hamadi	ouled-hamadi	26			35.9624	3.1555	3
26060	Sidi Ali	sidi-ali	26			35.9624	3.1555	3
26060	Sidi Salah	sidi-salah	26			35.9624	3.1555	3
26060	Taghersift	taghersift	26			35.9624	3.1555	3
26060	Taguina	taguina	26			35.9624	3.1555	3
26060	Takiton	takiton	26			35.9624	3.1555	3
26060	Zaati	zaati	26			35.9624	3.1555	3
26060	Zeddona	zeddona	26			35.9624	3.1555	3
26060	Zounday	zounday	26			35.9624	3.1555	3
26061	Tala	tala	26			36.3236	2.8142	4
26061	Harbil	harbil	26			36.227	2.6321	4
26061	Ouled Messaoud	ouled-messaoud	26			36.242	2.6714	4
26061	Oued Harbil	oued-harbil	26			36.227	2.6321	4
26061	Touahria	touahria	26			36.2549	2.6874	3
26061	Rouabeh	rouabeh	26			36.2549	2.6874	3
26061	Ain Kehla	ain-kehla	26			36.2549	2.6874	3
26061	Ain Sbaa	ain-sbaa	26			36.2549	2.6874	3
26061	Berbour	berbour	26			36.2549	2.6874	3
26061	El Daimia	el-daimia	26			36.2549	2.6874	3
26061	Medjadja	medjadja	26			36.2549	2.6874	3
26061	R'Hamnia	r-hamnia	26			36.2549	2.6874	3
26062	Ain El Kerma	ain-el-kerma	26			35.7333	3.1833	4
26062	Ouled Laid	ouled-laid	26			36.1944	3.3155	4
26062	Ouled Mohamed	ouled-mohamed	26			36.0795	3.0964	3
26062	Ouled Ali	ouled-ali	26			36.1689	2.9542	4
26062	M'Raghma	m-raghma	26			36.0795	3.0964	3
26062	Ouled Yahia	ouled-yahia	26			36.2214	2.9324	4
26062	Khams Djouamaa	khams-djouamaa	26			36.0795	3.0964	3
26062	Ouled Rahmoune	ouled-rahmoune	26			36.0795	3.0964	3
26062	Rouabhia	rouabhia	26			36.0795	3.0964	3
26062	Boubekeur	boubekeur	26			36.0795	3.0964	3
26062	Roumaid	roumaid	26			36.0795	3.0964	3
26062	Sedara	sedara	26			36.0795	3.0964	3
26063	Chellala	chellala	26			35.9397	3.4159	4
26063	Ouled Brahim	ouled-brahim	26			36.2443	2.9335	4
26063	Ouled Bouthaldja	ouled-bouthaldja	26			36.092	3.1747	3
26063	Ouled Mahieddine	ouled-mahieddine	26			36.092	3.1747	3
26063	Ouled Mouna	ouled-mouna	26			36.092	3.1747	3
26063	Ouled Touati	ouled-touati	26			36.092	3.1747	3
26063	Ouled Fassi	ouled-fassi	26			36.092	3.1747	3
26063	Beit El Hikmatine	beit-el-hikmatine	26			36.092	3.1747	3
26063	Bouchouine	bouchouine	26			36.092	3.1747	3
26063	Bousri	bousri	26			36.092	3.1747	3
26063	Boutrik	boutrik	26			36.092	3.1747	3
26063	Draa El Makmane	draa-el-makmane	26			36.092	3.1747	3
26063	Kechanta	kechanta	26			36.092	3.1747	3
26063	Maghraoua	maghraoua	26			36.092	3.1747	3
26063	Ouled Abid	ouled-abid	26			36.092	3.1747	3
26063	Ouled Bendhya	ouled-bendhya	26			36.092	3.1747	3
26063	Ailane	ailane	26			36.092	3.1747	3
26063	Ouled Bensaad	ouled-bensaad	26			36.092	3.1747	3
26063	Ouled Bensaidi	ouled-bensaidi	26			36.092	3.1747	3
26063	Ouled Bentaiba	ouled-bentaiba	26			36.092	3.1747	3
26063	Ouled M'Barek	ouled-m-barek	26			36.092	3.1747	3
26063	Zeghar	zeghar	26			36.092	3.1747	3
26063	Tihlat	tihlat	26			36.092	3.1747	3
26063	Ain El Djemaa	ain-el-djemaa	26			36.092	3.1747	3
26063	Ouled Zidane	ouled-zidane	26			36.092	3.1747	3
26063	Ouled Zahoua	ouled-zahoua	26			36.092	3.1747	3
26063	Ouled Boubaya	ouled-boubaya	26			36.092	3.1747	3
26064	Ouled Bouachra	ouled-bouachra	26			36.1017	2.7121	4
26064	Senhadja	senhadja	26			36.1017	2.7121	3
26065	Ababsa	ababsa	26			35.8604	2.7041	4
26065	Naimia	naimia	26			35.8604	2.7041	3
26065	Kecheid	kecheid	26			35.8604	2.7041	3
26065	Sidi Hazrache	sidi-hazrache	26			35.8604	2.7041	3
26065	Souafine	souafine	26			35.8604	2.7041	3
26065	Oum El Djellil	oum-el-djellil	26			35.8604	2.7041	3
26066	Rezarza	rezarza	26			36.2978	2.7722	4
26066	Sidi Amar	sidi-amar	26			36.2978	2.7722	3
26067	Saneg	saneg	26			35.8485	2.8883	4
26067	Oum El Ttine	oum-el-ttine	26			35.8485	2.8883	3
26067	Ouled Benhaoua	ouled-benhaoua	26			35.8485	2.8883	3
26067	Ain Sbaa	ain-sbaa	26			35.8485	2.8883	3
26067	Sekouma	sekouma	26			35.8485	2.8883	3
26067	Guettabr	guettabr	26			35.8485	2.8883	3
26067	Vieux Seneg	vieux-seneg	26			35.8485	2.8883	3
26067	Ain El Bel	ain-el-bel	26			35.8485	2.8883	3
26067	Merbouha	merbouha	26			35.8485	2.8883	3
26067	M'Zahdia	m-zahdia	26			35.8485	2.8883	3
26067	Laaraf	laaraf	26			35.8485	2.8883	3
26067	Doufana	doufana	26			35.8485	2.8883	3
26068	Khoutria	khoutria	26			36.1062	2.9144	1
26068	Guechtoula	guechtoula	26			36.1062	2.9144	1
26068	Sidi Dahmane	sidi-dahmane	26			36.1062	2.9144	1
26068	M'Zahdia	m-zahdia	26			36.1062	2.9144	1
26068	Beniomrane	beniomrane	26			36.1062	2.9144	1
26068	Sedraia	sedraia	26			36.1062	2.9144	1
26068	Ouled Khedeim	ouled-khedeim	26			36.1062	2.9144	1
26068	R'Haimia	r-haimia	26			36.1062	2.9144	1
26068	Cheraga (El Assala)	cheraga-el-assala	26			36.1062	2.9144	1
26068	Gurainia	gurainia	26			36.1062	2.9144	1
26068	Ouled Berrich	ouled-berrich	26			36.1062	2.9144	1
26068	Touati	touati	26			36.1062	2.9144	1
26068	Krabaia	krabaia	26			36.1062	2.9144	1
26068	Touaibia	touaibia	26			36.1062	2.9144	1
26069	Sidi Damed	sidi-damed	26			36.1062	2.9144	1
26070	S'Hanin	s-hanin	26			36.1091	3.1296	1
26070	Ouled Aicha	ouled-aicha	26			36.1091	3.1296	1
26070	Khouaniche	khouaniche	26			36.1091	3.1296	1
26070	B'Rerim	b-rerim	26			36.1091	3.1296	1
26070	Sidi Errabie	sidi-errabie	26			36.1091	3.1296	1
26070	Ahl El Dir	ahl-el-dir	26			36.1091	3.1296	1
26070	Sidi Abdelaziz	sidi-abdelaziz	26			36.1091	3.1296	1
26070	Ouled Zahia	ouled-zahia	26			36.1091	3.1296	1
26071	Ouled Brahim	ouled-brahim	26			36.2443	2.9335	4
26071	Kheneg	kheneg	26			36.1008	3.2897	4
26071	Ouled Aissa	ouled-aissa	26			35.9624	3.1555	4
26071	Djelalkha	djelalkha	26			36.1025	3.1262	3
26071	El Euch	el-euch	26			36.1025	3.1262	3
26071	N'Chachda	n-chachda	26			36.1025	3.1262	3
26071	Ouled Djiar	ouled-djiar	26			36.1025	3.1262	3
26071	Sidi Mahieddine	sidi-mahieddine	26			36.1025	3.1262	3
26071	Toualeb	toualeb	26			36.1025	3.1262	3
26071	Torga	torga	26			36.1025	3.1262	3
26071	Baata	baata	26			36.1025	3.1262	3
26072	Sidi H'Mida	sidi-h-mida	26			36.1091	3.1296	1
26072	Sidi Zahar	sidi-zahar	26			36.1091	3.1296	1
26072	Ain El Kahla	ain-el-kahla	26			36.1091	3.1296	1
26072	Zakane	zakane	26			36.1091	3.1296	1
26072	Guettar	guettar	26			36.1091	3.1296	1
26072	Ouled Cherigui	ouled-cherigui	26			36.1091	3.1296	1
26072	Ouled Tayeb	ouled-tayeb	26			36.1091	3.1296	1
26073	Ouled Said	ouled-said	26			36.2513	3.1238	4
26073	Djaafria	djaafria	26			36.2513	3.1238	3
26073	El Mestouti	el-mestouti	26			36.2513	3.1238	3
26073	Ouled Sidi Ali	ouled-sidi-ali	26			36.2513	3.1238	3
26073	Sidi Ziane	sidi-ziane	26			36.2513	3.1238	3
26073	Ouled Sid Ahmed Ben Youcef	ouled-sid-ahmed-ben-youcef	26			36.2513	3.1238	3
26073	Ouled Hadira	ouled-hadira	26			36.2513	3.1238	3
26073	Ouled El Kherza	ouled-el-kherza	26			36.2513	3.1238	3
26073	Ouled Aggoun	ouled-aggoun	26			36.2513	3.1238	3
26074	Ouled Brahim	ouled-brahim	26			36.2443	2.9335	4
26074	Ouled Djehdjouh	ouled-djehdjouh	26			36.2443	2.9335	3
26074	Ouled Khouda	ouled-khouda	26			36.2443	2.9335	3
26074	Zebara	zebara	26			36.2443	2.9335	3
26074	Ouled Noubi	ouled-noubi	26			36.2443	2.9335	3
26074	Ouled Ribaie	ouled-ribaie	26			36.2443	2.9335	3
26074	Zaatria	zaatria	26			36.2443	2.9335	3
26074	Ouled Saidane	ouled-saidane	26			36.2443	2.9335	3
26074	Ouled Fadhila	ouled-fadhila	26			36.2443	2.9335	3
26074	Ouled Selana	ouled-selana	26			36.2443	2.9335	3
26074	Ouled Sidi Khellif	ouled-sidi-khellif	26			36.2443	2.9335	3
26074	Siajet	siajet	26			36.2443	2.9335	3
26074	Tafraout	tafraout	26			36.2443	2.9335	3
26074	Ouled Kaidi	ouled-kaidi	26			36.2443	2.9335	3
26075	Hamr El Ain	hamr-el-ain	26			36.1091	3.1296	1
26075	Zaouia	zaouia	26			36.1091	3.1296	1
26075	Tamesguida	tamesguida	26			36.1091	3.1296	1
26075	Tadinart	tadinart	26			36.1091	3.1296	1
26075	Baaziz	baaziz	26			36.1091	3.1296	1
26075	Boualahoum	boualahoum	26			36.1091	3.1296	1
26075	Draissia	draissia	26			36.1091	3.1296	1
26075	Drikta	drikta	26			36.1091	3.1296	1
26075	R'Hamnia	r-hamnia	26			36.1091	3.1296	1
26075	Haouche El Messaoudi	haouche-el-messaoudi	26			36.1091	3.1296	1
26076	Ain El Kerma	ain-el-kerma	26			35.7333	3.1833	4
26076	Ouled Daoud	ouled-daoud	26			36.3739	3.2616	4
26076	Ouled Aissa	ouled-aissa	26			35.9624	3.1555	4
26076	Tizi Mahdi	tizi-mahdi	26			36.0232	3.2001	3
26076	Soubur	soubur	26			36.0232	3.2001	3
26076	Sidi Bakhti	sidi-bakhti	26			36.0232	3.2001	3
26076	Ouled Omrane	ouled-omrane	26			36.0232	3.2001	3
26076	Ain Kehla	ain-kehla	26			36.0232	3.2001	3
26076	Ouled Lahreche	ouled-lahreche	26			36.0232	3.2001	3
26076	Menasria	menasria	26			36.0232	3.2001	3
26076	El Hafair	el-hafair	26			36.0232	3.2001	3
26076	Ain Moulab	ain-moulab	26			36.0232	3.2001	3
26800	Medea Ctr	medea-ctr	26			36.0686	2.8927	1
27000	Douar Khechaichia	douar-khechaichia	27			35.9002	0.1576	4
27000	Les Sablettes	les-sablettes	27			35.8953	0.0476	4
27000	Douar Sidi Fellag	douar-sidi-fellag	27			35.9304	0.1403	4
27000	Mostaganem Salamandre	mostaganem-salamandre	27			35.9219	0.0605	4
27000	Douar Nefaissia	douar-nefaissia	27			35.9156	0.1025	3
27000	Mostaganem Colonel Lotfi	mostaganem-colonel-lotfi	27			35.9303	0.1065	4
27000	Douar Hamaidia	douar-hamaidia	27			35.9156	0.1025	3
27000	Douar Hennainia	douar-hennainia	27			35.9156	0.1025	3
27000	Mostaganem Bordji Amar	mostaganem-bordji-amar	27			35.9156	0.1025	3
27000	Mostaganem Tigditt	mostaganem-tigditt	27			35.9156	0.1025	3
27000	Meziania	meziania	27			35.9156	0.1025	3
27000	Kharouba Village	kharouba-village	27			35.9156	0.1025	3
27000	Kharouba Plage	kharouba-plage	27			35.9156	0.1025	3
27000	Douar Mezainia	douar-mezainia	27			35.9156	0.1025	3
27000	Douar Sidi Othmane	douar-sidi-othmane	27			35.9156	0.1025	3
27000	Amarnas	amarnas	27			35.9156	0.1025	3
27000	Belakhal	belakhal	27			35.9156	0.1025	3
27000	Bellada	bellada	27			35.9156	0.1025	3
27000	Bladda	bladda	27			35.9156	0.1025	3
27000	Douar Aizeb	douar-aizeb	27			35.9156	0.1025	3
27000	Mostaganem Rp	mostaganem-rp	27			35.9156	0.1025	3
27000	Mostaganem Port	mostaganem-port	27			35.9156	0.1025	3
27000	Douar Hachem Narou	douar-hachem-narou	27			35.9156	0.1025	3
27000	Mostaganem Gare	mostaganem-gare	27			35.9156	0.1025	3
27001	Ain Tedeles	ain-tedeles	27			35.9982	0.2968	4
27001	Douar Ouled Mohamed	douar-ouled-mohamed	27			35.9743	0.2499	4
27001	Douar Bouazza	douar-bouazza	27			35.9773	0.2351	4
27001	Djebabra	djebabra	27			36.1167	0.3228	4
27001	Douar Belhadri	douar-belhadri	27			35.9624	0.2585	4
27001	Ouled Medjahri	ouled-medjahri	27			35.924	0.2375	4
27001	Belahouel	belahouel	27			35.9677	0.3919	4
27001	Douar Saida	douar-saida	27			35.9806	0.2788	3
27001	Medjahri	medjahri	27			35.924	0.2375	4
27001	Latrache	latrache	27			35.9806	0.2788	3
27001	Latrache Senouci	latrache-senouci	27			35.9806	0.2788	3
27001	Latroche	latroche	27			35.9806	0.2788	3
27001	Mhidi Ahmed	mhidi-ahmed	27			35.9806	0.2788	3
27001	Mortet Mokhtar	mortet-mokhtar	27			35.9806	0.2788	3
27001	Moufok Belinda	moufok-belinda	27			35.9806	0.2788	3
27001	Moulay Cheikh	moulay-cheikh	27			35.9806	0.2788	3
27001	Zaouia Cheikh Belahouel	zaouia-cheikh-belahouel	27			35.9806	0.2788	3
27001	Abassa	abassa	27			35.9806	0.2788	3
27001	Abbes L'Arbi	abbes-l-arbi	27			35.9806	0.2788	3
27001	Belalia Charef	belalia-charef	27			35.9806	0.2788	3
27001	Bouaich	bouaich	27			35.9806	0.2788	3
27001	Boudaoud Madani	boudaoud-madani	27			35.9806	0.2788	3
27001	Boumaza Ahmed	boumaza-ahmed	27			35.9806	0.2788	3
27001	Djebaba	djebaba	27			35.9806	0.2788	3
27001	Djebour Touati	djebour-touati	27			35.9806	0.2788	3
27001	Domaine N°56	domaine-n-56	27			35.9806	0.2788	3
27001	Domaine Si Abdelhakim	domaine-si-abdelhakim	27			35.9806	0.2788	3
27001	Douar Benaied	douar-benaied	27			35.9806	0.2788	3
27001	Douar Bouarisset	douar-bouarisset	27			35.9806	0.2788	3
27001	Douar Dhabi	douar-dhabi	27			35.9806	0.2788	3
27001	Douar Mouefkia	douar-mouefkia	27			35.9806	0.2788	3
27001	Douar Selahbia	douar-selahbia	27			35.9806	0.2788	3
27001	Douar Touati	douar-touati	27			35.9806	0.2788	3
27001	Ecole Cheraga	ecole-cheraga	27			35.9806	0.2788	3
27001	Ecole Ennaro	ecole-ennaro	27			35.9806	0.2788	3
27001	Ecole Gare Sidi Ahmed	ecole-gare-sidi-ahmed	27			35.9806	0.2788	3
27001	Ecole Khedaichia	ecole-khedaichia	27			35.9806	0.2788	3
27001	Ghazali Khattab	ghazali-khattab	27			35.9806	0.2788	3
27001	Guezgour Charef	guezgour-charef	27			35.9806	0.2788	3
27001	Hadj Djillali Benk	hadj-djillali-benk	27			35.9806	0.2788	3
27001	Khoussa Ahmed	khoussa-ahmed	27			35.9806	0.2788	3
27002	Douar Sidi Afif	douar-sidi-afif	27			36.0919	0.4011	4
27002	Douar Naimia	douar-naimia	27			35.7733	0.2412	4
27002	Sidi Ali	sidi-ali	27			36.0973	0.4222	4
27002	M'Zila Mahieddine	m-zila-mahieddine	27			35.9875	0.3548	3
27002	Douar Hadacha	douar-hadacha	27			35.9875	0.3548	3
27002	Douar Bachagha	douar-bachagha	27			35.9875	0.3548	3
27002	Ferme Kaid Belhamiti	ferme-kaid-belhamiti	27			35.9875	0.3548	3
27002	Douar Traba Djebel	douar-traba-djebel	27			35.9875	0.3548	3
27002	Douar Ouled Boussaid	douar-ouled-boussaid	27			35.9875	0.3548	3
27003	Sidi Charef	sidi-charef	27			35.7218	0.1868	4
27003	Bouguirat	bouguirat	27			35.7519	0.2526	4
27003	Benamar	benamar	27			35.8446	0.0327	4
27003	Ouled Benyoucef	ouled-benyoucef	27			35.7727	0.1574	3
27003	Secteur 51	secteur-51	27			35.7727	0.1574	3
27003	Douar Djarariria	douar-djarariria	27			35.7727	0.1574	3
27003	Douar Djiette	douar-djiette	27			35.7727	0.1574	3
27003	Douar Ouled Bouabca	douar-ouled-bouabca	27			35.7727	0.1574	3
27003	Aousdja	aousdja	27			35.7727	0.1574	3
27003	Beladjel (Epicerie)	beladjel-epicerie	27			35.7727	0.1574	3
27003	Belghalia (Epicerie)	belghalia-epicerie	27			35.7727	0.1574	3
27003	Benaissa	benaissa	27			35.7727	0.1574	3
27003	Benamar Senouci (Epicerie)	benamar-senouci-epicerie	27			35.7727	0.1574	3
27003	Benkolea	benkolea	27			35.7727	0.1574	3
27003	Bouighia	bouighia	27			35.7727	0.1574	3
27003	Douar Ouled Mokhtar	douar-ouled-mokhtar	27			35.7727	0.1574	3
27003	Ecole Beni Ketir	ecole-beni-ketir	27			35.7727	0.1574	3
27003	Ecole Merdja	ecole-merdja	27			35.7727	0.1574	3
27003	Chelekh Larbi (Epicerie)	chelekh-larbi-epicerie	27			35.7727	0.1574	3
27003	Ecole Ouled Dani	ecole-ouled-dani	27			35.7727	0.1574	3
27003	Ecole Ouled Sidi Youcef	ecole-ouled-sidi-youcef	27			35.7727	0.1574	3
27003	Ecole Sfisifa	ecole-sfisifa	27			35.7727	0.1574	3
27003	Ecole Taoudjia	ecole-taoudjia	27			35.7727	0.1574	3
27003	Ecole Zaouia	ecole-zaouia	27			35.7727	0.1574	3
27003	Domaine Djeddi Ben Dehiba	domaine-djeddi-ben-dehiba	27			35.7727	0.1574	3
27003	Ferme Abassa	ferme-abassa	27			35.7727	0.1574	3
27003	Ferme Chebabi Mohamed	ferme-chebabi-mohamed	27			35.7727	0.1574	3
27003	Ferme Colombet	ferme-colombet	27			35.7727	0.1574	3
27003	Ferme Ruffil	ferme-ruffil	27			35.7727	0.1574	3
27003	Domaine Si Djaffar	domaine-si-djaffar	27			35.7727	0.1574	3
27003	Domaine Si Mimoun	domaine-si-mimoun	27			35.7727	0.1574	3
27003	Fouatmi Charef	fouatmi-charef	27			35.7727	0.1574	3
27003	Douar Bouketir	douar-bouketir	27			35.7727	0.1574	3
27003	Guester	guester	27			35.7727	0.1574	3
27003	Kraichia	kraichia	27			35.7727	0.1574	3
27003	Menad (Epicerie)	menad-epicerie	27			35.7727	0.1574	3
27003	Moulin Benouis Ahmed	moulin-benouis-ahmed	27			35.7727	0.1574	3
27004	Hassi Mameche	hassi-mameche	27			35.8605	0.0733	4
27004	Boukourdel	boukourdel	27			35.8605	0.0733	3
27004	Moul En Nador	moul-en-nador	27			35.8605	0.0733	3
27004	Douar Djedid	douar-djedid	27			35.8605	0.0733	3
27004	Douar Blidi	douar-blidi	27			35.8605	0.0733	3
27004	Douar Barraque	douar-barraque	27			35.8605	0.0733	3
27004	Bourahla	bourahla	27			35.8605	0.0733	3
27004	M'Zaraa	m-zaraa	27			35.8605	0.0733	3
27005	Khadra	khadra	27			36.254	0.5742	4
27005	Ouled Tayeb	ouled-tayeb	27			36.055	0.4172	4
27005	Serrara	serrara	27			36.1545	0.4957	3
27005	Touazia	touazia	27			36.1545	0.4957	3
27005	Touaouia	touaouia	27			36.1545	0.4957	3
27005	Beni Taouzguine	beni-taouzguine	27			36.1545	0.4957	3
27005	Chekarnia	chekarnia	27			36.1545	0.4957	3
27005	Dades	dades	27			36.1545	0.4957	3
27005	Doualia	doualia	27			36.1545	0.4957	3
27005	Ababsa	ababsa	27			36.1545	0.4957	3
27005	Bades	bades	27			36.1545	0.4957	3
27005	Douar Mehadnia	douar-mehadnia	27			36.1545	0.4957	3
27005	M'Said	m-said	27			36.1545	0.4957	3
27005	Nefaissia	nefaissia	27			36.1545	0.4957	3
27005	Ouled Bouazza	ouled-bouazza	27			36.1545	0.4957	3
27005	Serhaisia	serhaisia	27			36.1545	0.4957	3
27006	Mostaganem Adda Benguettat	mostaganem-adda-benguettat	27			35.9851	0.2976	1
27007	Douar Ouled Amara	douar-ouled-amara	27			36.1664	0.4842	4
27007	Ain Brahim	ain-brahim	27			36.22	0.4561	4
27007	Douar Ghamra	douar-ghamra	27			36.199	0.4603	4
27007	Sidi Lakhdar	sidi-lakhdar	27			36.1652	0.4411	4
27007	Douar Ouled Ghazi	douar-ouled-ghazi	27			36.1375	0.4728	4
27007	Douar Ouled Moussa	douar-ouled-moussa	27			36.1807	0.4987	4
27007	Douar Ouled Tlemcani	douar-ouled-tlemcani	27			36.1922	0.4961	4
27007	Douar Ferhia	douar-ferhia	27			36.1312	0.467	3
27007	Douar Ouled Abdellah	douar-ouled-abdellah	27			35.7885	0.427	4
27007	Sidi Lakhdar Marabout	sidi-lakhdar-marabout	27			36.1312	0.467	3
27007	Ouled Si Larbi	ouled-si-larbi	27			36.1312	0.467	3
27007	Boucheria	boucheria	27			36.1312	0.467	3
27007	Douar Ababsa	douar-ababsa	27			36.1312	0.467	3
27007	Douar Araibia	douar-araibia	27			36.1312	0.467	3
27007	Douar Zekakra	douar-zekakra	27			36.1312	0.467	3
27007	Douar Regagna	douar-regagna	27			36.1312	0.467	3
27007	Douar Petit Port	douar-petit-port	27			36.1312	0.467	3
27007	Douar Ouled Sidi Ahmed El Cheikh	douar-ouled-sidi-ahmed-el-cheikh	27			36.1312	0.467	3
27007	Douar Ouled Khelifa	douar-ouled-khelifa	27			36.1312	0.467	3
27007	Douar Ouled Berraho	douar-ouled-berraho	27			36.1312	0.467	3
27007	Douar Ouled Bentata	douar-ouled-bentata	27			36.1312	0.467	3
27007	Douar Ouled Belarbi	douar-ouled-belarbi	27			36.1312	0.467	3
27007	Douar Macarie	douar-macarie	27			36.1312	0.467	3
27007	Douar Kramisse	douar-kramisse	27			36.1312	0.467	3
27007	Douar Hamaichia	douar-hamaichia	27			36.1312	0.467	3
27007	Douar Cheachie	douar-cheachie	27			36.1312	0.467	3
27007	Douar Djillali	douar-djillali	27			36.1312	0.467	3
27007	Zine	zine	27			36.1312	0.467	3
27007	Zamaich	zamaich	27			36.1312	0.467	3
27007	Traba	traba	27			36.1312	0.467	3
27007	Titenguel	titenguel	27			36.1312	0.467	3
27007	Douar Grainia	douar-grainia	27			36.1312	0.467	3
27008	Ouled Younes	ouled-younes	27			36.0572	0.2661	4
27008	Ouled El Hadj	ouled-el-hadj	27			35.6485	0.1736	4
27008	Amaoura	amaoura	27			35.9313	0.2435	3
27008	Rouaouna	rouaouna	27			36.0883	0.2908	4
27008	El Gara	el-gara	27			35.9313	0.2435	3
27008	Mechta	mechta	27			35.9313	0.2435	3
27008	Djaibia	djaibia	27			35.9313	0.2435	3
27008	Touafir	touafir	27			35.9313	0.2435	3
27008	Chakor	chakor	27			35.9313	0.2435	3
27008	Chair Mechta Et Nord	chair-mechta-et-nord	27			35.9313	0.2435	3
27008	Benabdelmalek Ramdane	benabdelmalek-ramdane	27			35.9313	0.2435	3
27008	Benabdelmalek Plage	benabdelmalek-plage	27			35.9313	0.2435	3
27009	Ouled Embarek	ouled-embarek	27			35.6125	0.2027	4
27009	Ouled Ali	ouled-ali	27			36.1111	0.3656	4
27009	Ouled Tahar	ouled-tahar	27			36.0253	0.3339	4
27009	Ouled Attou	ouled-attou	27			35.9163	0.3007	3
27009	Ouled Brahim	ouled-brahim	27			35.9163	0.3007	3
27009	Ouled Hadj Belkacem	ouled-hadj-belkacem	27			35.9163	0.3007	3
27009	Achaacha	achaacha	27			35.9163	0.3007	3
27009	Ouled Hadj Larbi	ouled-hadj-larbi	27			35.9163	0.3007	3
27009	Ouled Hadj Mohamed	ouled-hadj-mohamed	27			35.9163	0.3007	3
27009	Bahara	bahara	27			35.9163	0.3007	3
27009	Rehamnia	rehamnia	27			35.9163	0.3007	3
27009	Beghadia	beghadia	27			35.9163	0.3007	3
27009	Bachagha	bachagha	27			35.9163	0.3007	3
27009	Belleda	belleda	27			35.9163	0.3007	3
27009	Merzaia	merzaia	27			35.9163	0.3007	3
27009	Zerarka	zerarka	27			35.9163	0.3007	3
27009	Zehaouria	zehaouria	27			35.9163	0.3007	3
27009	Timitraite	timitraite	27			35.9163	0.3007	3
27009	Mimen	mimen	27			35.9163	0.3007	3
27010	Ain Nouissy	ain-nouissy	27			35.8043	0.0453	4
27010	Zorg	zorg	27			35.7798	0.1278	4
27010	Kaoura	kaoura	27			35.7921	0.0866	3
27010	Chaib	chaib	27			35.7921	0.0866	3
27010	Rehala	rehala	27			35.7921	0.0866	3
27010	Belhadj	belhadj	27			35.7921	0.0866	3
27010	Mehailia	mehailia	27			35.7921	0.0866	3
27010	Hamadide	hamadide	27			35.7921	0.0866	3
27010	Doubbi	doubbi	27			35.7921	0.0866	3
27010	Denden	denden	27			35.7921	0.0866	3
27010	Cite Norreddine	cite-norreddine	27			35.7921	0.0866	3
27010	Amaria	amaria	27			35.7921	0.0866	3
27010	Bekhaitia	bekhaitia	27			35.7921	0.0866	3
27011	Ain Tedeles Benaroum Hammou	ain-tedeles-benaroum-hammou	27			35.8883	0.1656	1
27012	Benchohra Ghali	benchohra-ghali	27			35.8883	0.1656	1
27013	Bled Touahria	bled-touahria	27			35.8103	0.2103	4
27013	Ouled El Ghali	ouled-el-ghali	27			35.8971	0.226	4
27013	Torch	torch	27			36.1285	0.5095	4
27013	Zaouia	zaouia	27			35.9416	0.1215	4
27013	Klaouzia	klaouzia	27			35.7806	0.1695	4
27013	Zouadnia	zouadnia	27			35.7918	0.1612	4
27013	Attatia	attatia	27			35.8917	0.233	3
27013	Chemana	chemana	27			35.8917	0.233	3
27013	Domaine Salaa	domaine-salaa	27			35.8917	0.233	3
27013	Domaine Si Abdelhadi	domaine-si-abdelhadi	27			35.8917	0.233	3
27013	Domaine Si Abdesslam	domaine-si-abdesslam	27			35.8917	0.233	3
27013	Ouled Azouz	ouled-azouz	27			35.8917	0.233	3
27013	Ammamra	ammamra	27			35.8917	0.233	3
27013	Ouled Attia	ouled-attia	27			35.8917	0.233	3
27013	Zouabine	zouabine	27			35.8917	0.233	3
27013	Zaamia	zaamia	27			35.8917	0.233	3
27013	Ouled Mostefa	ouled-mostefa	27			35.8917	0.233	3
27013	Ouled Charif Seghir	ouled-charif-seghir	27			35.8917	0.233	3
27013	Domaine Si Hamadi	domaine-si-hamadi	27			35.8917	0.233	3
27013	Douaghria	douaghria	27			35.8917	0.233	3
27013	Ecole Chehaidia	ecole-chehaidia	27			35.8917	0.233	3
27013	Ecole De La Plaine	ecole-de-la-plaine	27			35.8917	0.233	3
27013	Gouaich	gouaich	27			35.8917	0.233	3
27013	Guerarcha	guerarcha	27			35.8917	0.233	3
27013	Hataba	hataba	27			35.8917	0.233	3
27013	Mehaidia	mehaidia	27			35.8917	0.233	3
27014	Kedadra	kedadra	27			35.8473	0.0408	4
27014	Fornaka	fornaka	27			35.7524	-0.0157	4
27014	Ayacha	ayacha	27			35.7998	0.0126	3
27014	Ouled Senouci	ouled-senouci	27			35.7998	0.0126	3
27014	Alaiba	alaiba	27			35.7998	0.0126	3
27014	Douair	douair	27			35.7998	0.0126	3
27014	Rouabhia	rouabhia	27			35.7998	0.0126	3
27015	Hadjadj	hadjadj	27			36.026	0.2685	4
27015	El Hachemi	el-hachemi	27			36.026	0.2685	3
27015	Domaine Sakhi	domaine-sakhi	27			36.026	0.2685	3
27015	Domaine Hemmarid	domaine-hemmarid	27			36.026	0.2685	3
27015	Domaine El Ham	domaine-el-ham	27			36.026	0.2685	3
27015	Domaine El Hachemi	domaine-el-hachemi	27			36.026	0.2685	3
27015	Boudy	boudy	27			36.026	0.2685	3
27015	Benamar Senouci	benamar-senouci	27			36.026	0.2685	3
27016	Souabria	souabria	27			35.9651	0.1608	4
27016	Khelaifia	khelaifia	27			35.9344	0.1723	4
27016	Kheiredine	kheiredine	27			35.9818	0.1684	4
27016	Allaoucha	allaoucha	27			35.9575	0.1434	4
27016	Domaine Ben Si Hamou	domaine-ben-si-hamou	27			35.9268	0.1476	3
27016	Amairia	amairia	27			35.7951	0.0931	4
27016	Cherrara	cherrara	27			35.9268	0.1476	3
27016	Maison Cantonniere	maison-cantonniere	27			35.9268	0.1476	3
27016	Menacar	menacar	27			35.9268	0.1476	3
27016	Benatia 1 Et 2	benatia-1-et-2	27			35.9268	0.1476	3
27016	Domaine Si Djelloul	domaine-si-djelloul	27			35.9268	0.1476	3
27016	Domaine Si Laroui	domaine-si-laroui	27			35.9268	0.1476	3
27016	Ecole Dradeb	ecole-dradeb	27			35.9268	0.1476	3
27016	Ecole Hassi Bouras	ecole-hassi-bouras	27			35.9268	0.1476	3
27016	Goumadia	goumadia	27			35.9268	0.1476	3
27016	Ouled Bendahmane	ouled-bendahmane	27			35.9268	0.1476	3
27016	Sidi Ammor	sidi-ammor	27			35.9268	0.1476	3
27016	Ouled Kaddour	ouled-kaddour	27			35.9268	0.1476	3
27016	Merzouga	merzouga	27			35.9268	0.1476	3
27017	Mazagran	mazagran	27			35.8964	0.0712	4
27017	Kristel	kristel	27			35.8964	0.0712	3
27018	Mesra	mesra	27			35.838	0.1684	4
27018	Douar Ksairia	douar-ksairia	27			35.8696	0.1476	4
27018	Douar Ouled Ahmed Kobich	douar-ouled-ahmed-kobich	27			35.8912	0.201	3
27018	Bellevue	bellevue	27			35.9993	0.3398	4
27018	Moualdia	moualdia	27			35.8579	0.1482	4
27018	Douar Boularesse	douar-boularesse	27			35.8912	0.201	3
27018	Douar Graichia	douar-graichia	27			35.8912	0.201	3
27018	Douar Kabchia	douar-kabchia	27			35.8912	0.201	3
27018	Douar Mamria	douar-mamria	27			35.8912	0.201	3
27018	Djaafria	djaafria	27			35.8912	0.201	3
27018	Domaine N° 16	domaine-n-16	27			35.8912	0.201	3
27018	Domaine N° 42	domaine-n-42	27			35.8912	0.201	3
27018	Domaine N° 45	domaine-n-45	27			35.8912	0.201	3
27018	Douar Bekhiria	douar-bekhiria	27			35.8912	0.201	3
27018	Douar Bengorich	douar-bengorich	27			35.8912	0.201	3
27018	Ecole Ouled Rachi	ecole-ouled-rachi	27			35.8912	0.201	3
27018	Douar Si Benatia	douar-si-benatia	27			35.8912	0.201	3
27018	Douar Ouled Benatia	douar-ouled-benatia	27			35.8912	0.201	3
27018	Ouled Rachi	ouled-rachi	27			35.8912	0.201	3
27018	Ouled Moumene	ouled-moumene	27			35.8912	0.201	3
27018	Ouled Doubi	ouled-doubi	27			35.8912	0.201	3
27018	Ouled Abbou	ouled-abbou	27			35.8912	0.201	3
27018	Ouled Abbes	ouled-abbes	27			35.8912	0.201	3
27018	Boukeddia	boukeddia	27			35.8912	0.201	3
27018	Meghalta	meghalta	27			35.8912	0.201	3
27018	Kherachia	kherachia	27			35.8912	0.201	3
27019	Mostaganem 5 Juillet	mostaganem-5-juillet	27			35.8883	0.1656	1
27020	Douar Guenainia	douar-guenainia	27			35.9061	0.3686	4
27020	Oued El Kheir	oued-el-kheir	27			35.951	0.3804	4
27020	Douar Beni Fren	douar-beni-fren	27			35.9285	0.3745	3
27020	Douar Benalia	douar-benalia	27			35.9285	0.3745	3
27020	Douar Zaouia	douar-zaouia	27			35.9285	0.3745	3
27020	Douar Torche	douar-torche	27			35.9285	0.3745	3
27020	Douar Gharza	douar-gharza	27			35.9285	0.3745	3
27021	Sirat	sirat	27			35.7804	0.1905	4
27021	Douar Ghezazla	douar-ghezazla	27			35.7804	0.1905	3
27021	Slamnia	slamnia	27			35.7804	0.1905	3
27021	Douar Draiffra	douar-draiffra	27			35.7804	0.1905	3
27022	Graoucha	graoucha	27			35.9313	0.3146	4
27022	Sour	sour	27			35.9993	0.3398	4
27022	Menanda	menanda	27			35.9653	0.3272	3
27022	Douar Rezilet	douar-rezilet	27			35.9653	0.3272	3
27022	Douar Menanda	douar-menanda	27			35.9653	0.3272	3
27022	Khouceldia	khouceldia	27			35.9653	0.3272	3
27022	Douar Dchadi	douar-dchadi	27			35.9653	0.3272	3
27022	Kessesra	kessesra	27			35.9653	0.3272	3
27022	Douar Cheraga	douar-cheraga	27			35.9653	0.3272	3
27022	Cheraga	cheraga	27			35.9653	0.3272	3
27022	Douar Khoualdia	douar-khoualdia	27			35.9653	0.3272	3
27023	Stidia	stidia	27			35.831	-0.0027	4
27023	Douar Bellevue	douar-bellevue	27			35.8233	-0.0043	4
27023	Stidia (Plage)	stidia-plage	27			35.8322	-0.015	4
27023	Douar Kraimia	douar-kraimia	27			35.82	0.0384	4
27023	Kadir Bellahouel	kadir-bellahouel	27			35.8266	0.0041	3
27023	Benzaza	benzaza	27			35.8266	0.0041	3
27023	Domaine Si Amar	domaine-si-amar	27			35.8266	0.0041	3
27023	Domaine Si Korchi	domaine-si-korchi	27			35.8266	0.0041	3
27023	Domaine Si M'Hamed	domaine-si-m-hamed	27			35.8266	0.0041	3
27023	Douar Dradeb	douar-dradeb	27			35.8266	0.0041	3
27023	Si M'Hamed	si-m-hamed	27			35.8266	0.0041	3
27023	Kraimaia	kraimaia	27			35.8266	0.0041	3
27023	Ouled Amar	ouled-amar	27			35.8266	0.0041	3
27023	Douar Ouled Amar	douar-ouled-amar	27			35.8266	0.0041	3
27023	Ferme Daimache Nador	ferme-daimache-nador	27			35.8266	0.0041	3
27023	Douar Si Ayache Drabes	douar-si-ayache-drabes	27			35.8266	0.0041	3
27023	Ferme Benallou	ferme-benallou	27			35.8266	0.0041	3
27023	Ghali Hadj Ali	ghali-hadj-ali	27			35.8266	0.0041	3
27024	Bellevue	bellevue	27			35.9993	0.3398	4
27024	Ain Sidi Cherif	ain-sidi-cherif	27			35.8342	0.1267	4
27024	Hassabnia	hassabnia	27			35.9167	0.2332	3
27025	Mostaganem Debdaba	mostaganem-debdaba	27			35.9135	0.2209	1
27026	Nekmaria	nekmaria	27			36.254	0.5742	4
27027	Ouled Boughalem	ouled-boughalem	27			35.9135	0.2209	1
27028	Ouled Maallah	ouled-maallah	27			35.9135	0.2209	1
27029	Sidi Belattar	sidi-belattar	27			35.9135	0.2209	1
27030	Achasta	achasta	27			36.0142	0.3856	4
27030	Achasta Amor	achasta-amor	27			36.0142	0.3856	3
27031	Ain Boudinar	ain-boudinar	27			36.0086	0.1872	4
27032	Ain Tounin	ain-tounin	27			35.8672	0.1762	1
27033	Beni Yahi	beni-yahi	27			35.7674	0.0338	4
27034	Cheraifia	cheraifia	27			35.8672	0.1762	1
27035	El Hassiane	el-hassiane	27			35.753	0.1209	4
27036	Mansourah	mansourah	27			35.843	0.2318	4
27036	Ferna Mansourah	ferna-mansourah	27			35.843	0.2318	3
27037	Louza	louza	27			35.7626	-0.0732	4
27038	Ouled Baroudi	ouled-baroudi	27			35.8672	0.1762	1
27039	Ouled Bouziane	ouled-bouziane	27			35.9213	0.3476	4
27040	Ouled Chafaa	ouled-chafaa	27			35.9036	0.1799	1
27041	Ouled Hamdane	ouled-hamdane	27			35.9036	0.1799	1
27042	Ouled Hamou	ouled-hamou	27			35.9506	0.1729	4
27043	Oureah	oureah	27			35.8665	0.038	4
27044	Safsaf	safsaf	27			35.8451	0.3791	4
27045	Sayada	sayada	27			35.952	0.1295	4
27045	Douar Sidi Lahcene	douar-sidi-lahcene	27			35.952	0.1295	3
27045	Douar Ouled Yagoub	douar-ouled-yagoub	27			35.952	0.1295	3
27045	Douar Vallee Des Jardins	douar-vallee-des-jardins	27			35.952	0.1295	3
27045	Douar Ouled Bouzid	douar-ouled-bouzid	27			35.952	0.1295	3
27046	Souaflias	souaflias	27			35.9036	0.1799	1
27047	Tazgait	tazgait	27			35.9036	0.1799	1
27047	Douar Ouled Hsen	douar-ouled-hsen	27			35.9036	0.1799	1
27047	Douar Trachnia	douar-trachnia	27			35.9036	0.1799	1
27047	Takourt Tazgait	takourt-tazgait	27			35.9036	0.1799	1
27047	Douar Ouled Boudenna	douar-ouled-boudenna	27			35.9036	0.1799	1
27047	Douar Nhailia	douar-nhailia	27			35.9036	0.1799	1
27047	Douar Kaddour Belhadj	douar-kaddour-belhadj	27			35.9036	0.1799	1
27047	Douar Herrairia	douar-herrairia	27			35.9036	0.1799	1
27047	Douar El Amariche	douar-el-amariche	27			35.9036	0.1799	1
27047	Douar Aouada	douar-aouada	27			35.9036	0.1799	1
27047	Douar Ouled Djelloul	douar-ouled-djelloul	27			35.9036	0.1799	1
27047	Douar Ouled Helassa	douar-ouled-helassa	27			35.9036	0.1799	1
27048	Hassi Mameche Douar Djedid	hassi-mameche-douar-djedid	27			35.9036	0.1799	1
27049	Mazagran Hai Djedid	mazagran-hai-djedid	27			35.9036	0.1799	1
28000	Ouled Bedira	ouled-bedira	28			35.7442	4.5601	4
28000	Bechilga	bechilga	28			35.6846	4.5827	4
28000	M'Sila Cite Radieuse	m-sila-cite-radieuse	28			35.7144	4.5714	3
28000	M'Sila Mouilha	m-sila-mouilha	28			35.7144	4.5714	3
28000	Bayadha	bayadha	28			35.7144	4.5714	3
28000	M'Sila Cnel Amirouche	m-sila-cnel-amirouche	28			35.7144	4.5714	3
28000	M'Sila Rp	m-sila-rp	28			35.7144	4.5714	3
28000	Ghezal	ghezal	28			35.7144	4.5714	3
28000	M'Sila Universite	m-sila-universite	28			35.7144	4.5714	3
28000	Ouled Abdallah	ouled-abdallah	28			35.7144	4.5714	3
28000	Ouled Slama	ouled-slama	28			35.7144	4.5714	3
28000	Lachbour	lachbour	28			35.7144	4.5714	3
28000	Lahson	lahson	28			35.7144	4.5714	3
28000	Lamzouria	lamzouria	28			35.7144	4.5714	3
28000	Mezrir	mezrir	28			35.7144	4.5714	3
28001	Bou Saada	bou-saada	28			35.2085	4.174	4
28001	El Mader	el-mader	28			35.2085	4.174	3
28001	Gueblia Dechra	gueblia-dechra	28			35.2085	4.174	3
28001	Bou Saada Sidi Slimane	bou-saada-sidi-slimane	28			35.2085	4.174	3
28001	Bou Saada El Baten	bou-saada-el-baten	28			35.2085	4.174	3
28001	Dechra Dahraoui	dechra-dahraoui	28			35.2085	4.174	3
28002	Sidi Aissa	sidi-aissa	28			35.8855	3.7724	4
28002	Guetfa	guetfa	28			35.8855	3.7724	3
28002	Beni Hemid	beni-hemid	28			35.8855	3.7724	3
28002	Abaziz	abaziz	28			35.8855	3.7724	3
28002	Ouled Si Toumi	ouled-si-toumi	28			35.8855	3.7724	3
28002	Ouled Si Tayeb	ouled-si-tayeb	28			35.8855	3.7724	3
28002	Ouled Belhout	ouled-belhout	28			35.8855	3.7724	3
28002	Ouled Ali Bendaoud	ouled-ali-bendaoud	28			35.8855	3.7724	3
28002	Kouadria	kouadria	28			35.8855	3.7724	3
28003	Ain El Hadjel	ain-el-hadjel	28			35.67	3.8815	4
28003	Ouled Ali	ouled-ali	28			35.67	3.8815	3
28003	Ouled Djdai	ouled-djdai	28			35.67	3.8815	3
28003	Ouled Ria	ouled-ria	28			35.67	3.8815	3
28004	Ain El Melh	ain-el-melh	28			34.8415	4.1638	4
28004	Negb	negb	28			34.8415	4.1638	3
28004	Athmane	athmane	28			34.8415	4.1638	3
28004	Ouarir	ouarir	28			34.8415	4.1638	3
28004	Les Jardins	les-jardins	28			34.8415	4.1638	3
28004	Touiza	touiza	28			34.8415	4.1638	3
28004	Regba	regba	28			34.8415	4.1638	3
28005	Hammam Dalaa	hammam-dalaa	28			35.9261	4.3747	4
28005	Bouira	bouira	28			35.704	5.0729	4
28005	Doukara	doukara	28			35.815	4.7238	3
28005	Ain Djrad	ain-djrad	28			35.815	4.7238	3
28006	Magra	magra	28			35.6132	5.0852	4
28006	Ouled Brahim	ouled-brahim	28			35.6591	4.8864	4
28006	Debabha	debabha	28			35.6361	4.9858	3
28006	Vieux Village	vieux-village	28			35.6361	4.9858	3
28007	M'Sila Hodna	m-sila-hodna	28			35.5431	4.4652	1
28008	Ain El Khadra	ain-el-khadra	28			35.5431	4.4652	1
28009	Ben S'Rour	ben-s-rour	28			35.0378	4.5633	4
28009	Maiza	maiza	28			35.0378	4.5633	3
28009	Aggab	aggab	28			35.0378	4.5633	3
28009	Ain Aicha	ain-aicha	28			35.0378	4.5633	3
28009	Boumellal	boumellal	28			35.0378	4.5633	3
28009	Hassi Rahem	hassi-rahem	28			35.0378	4.5633	3
28010	Berhoum	berhoum	28			35.6545	5.0339	4
28010	Hellalet	hellalet	28			35.6545	5.0339	3
28010	Ouled Merzoug	ouled-merzoug	28			35.6545	5.0339	3
28011	Bichara	bichara	28			35.8135	4.7989	4
28011	Douar Maadid	douar-maadid	28			35.8135	4.7989	3
28012	Bou Saada Houari Boumediene	bou-saada-houari-boumediene	28			35.4952	4.4858	1
28013	Bou Saada Nacer Eddine Dinet	bou-saada-nacer-eddine-dinet	28			35.4952	4.4858	1
28014	Saida	saida	28			35.5329	4.5076	4
28014	Chellal	chellal	28			35.5177	4.3853	4
28014	Sed Laoubi	sed-laoubi	28			35.5253	4.4465	3
28014	Tobicha	tobicha	28			35.5253	4.4465	3
28014	Ouled Maatig	ouled-maatig	28			35.5253	4.4465	3
28014	Lamarat	lamarat	28			35.5253	4.4465	3
28015	El Hamel	el-hamel	28			35.1283	4.0798	4
28015	Thaghamine	thaghamine	28			35.1283	4.0798	3
28015	Magtaa	magtaa	28			35.1283	4.0798	3
28015	Ras El Ain	ras-el-ain	28			35.1283	4.0798	3
28015	Bloussia	bloussia	28			35.1283	4.0798	3
28015	El Oussia	el-oussia	28			35.1283	4.0798	3
28016	Ouled Attia	ouled-attia	28			35.6753	4.9115	4
28016	Medjedel	medjedel	28			35.1442	3.6836	4
28016	Medgar	medgar	28			35.4097	4.2976	3
28016	Ain El Kahla	ain-el-kahla	28			35.4097	4.2976	3
28016	Begar	begar	28			35.4097	4.2976	3
28016	Daiet	daiet	28			35.4097	4.2976	3
28016	Louibda	louibda	28			35.4097	4.2976	3
28017	Melouza	melouza	28			35.4952	4.4858	1
28017	Maatig	maatig	28			35.4952	4.4858	1
28017	Ouled Ahmed	ouled-ahmed	28			35.4952	4.4858	1
28017	Ouanougha	ouanougha	28			35.4952	4.4858	1
28017	Makmane	makmane	28			35.4952	4.4858	1
28018	M'Sila Chebilia	m-sila-chebilia	28			35.4952	4.4858	1
28019	M'Sila Cite Ennasr	m-sila-cite-ennasr	28			35.4952	4.4858	1
28020	M'Sila Mohamed Boudiaf	m-sila-mohamed-boudiaf	28			35.5601	4.6615	1
28021	Lahmaid	lahmaid	28			35.7245	4.9237	3
28021	Chorfa	chorfa	28			35.7851	4.9428	4
28021	Ouled Attia	ouled-attia	28			35.6753	4.9115	4
28021	Brabra	brabra	28			35.6561	4.9226	4
28021	Tolba	tolba	28			35.7816	4.9181	4
28021	Bahloul	bahloul	28			35.7245	4.9237	3
28021	Ouled Gasmia	ouled-gasmia	28			35.7245	4.9237	3
28021	Ouled Bia	ouled-bia	28			35.7245	4.9237	3
28021	Ouled Addi Guebala	ouled-addi-guebala	28			35.7245	4.9237	3
28021	Louaiz	louaiz	28			35.7245	4.9237	3
28021	M'Zair	m-zair	28			35.7245	4.9237	3
28021	H'Maid	h-maid	28			35.7245	4.9237	3
28021	Drafla	drafla	28			35.7245	4.9237	3
28022	Selmane	selmane	28			35.6894	4.776	4
28022	Bensaoucha	bensaoucha	28			35.6894	4.776	3
28022	Ouled Derradj	ouled-derradj	28			35.6894	4.776	4
28022	Saadate	saadate	28			35.6894	4.776	3
28022	Djorf	djorf	28			35.6894	4.776	3
28022	Braktia	braktia	28			35.6894	4.776	3
28023	Bir Souid	bir-souid	28			35.6058	4.4352	4
28023	El Bayadh	el-bayadh	28			35.6058	4.4352	3
28023	Ain Fares	ain-fares	28			35.6058	4.4352	3
28023	Loug	loug	28			35.6058	4.4352	3
28023	Saiat	saiat	28			35.6058	4.4352	3
28023	Ain Laaleg	ain-laaleg	28			35.6058	4.4352	3
28024	Smara	smara	28			34.9698	4.1217	4
28024	Djebel Messaad	djebel-messaad	28			34.9698	4.1217	3
28024	Taouab	taouab	28			34.9698	4.1217	3
28024	Ain Oghrab	ain-oghrab	28			34.9698	4.1217	3
28024	Beddiab	beddiab	28			34.9698	4.1217	3
28025	Jardins	jardins	28			35.5601	4.6615	1
28025	Ain Rich	ain-rich	28			35.5601	4.6615	1
28025	Gamra	gamra	28			35.5601	4.6615	1
28025	Saila	saila	28			35.5601	4.6615	1
28026	Belaiba	belaiba	28			35.5601	4.6615	1
28027	Beni Ilmane	beni-ilmane	28			35.5601	4.6615	1
28028	Benzouh	benzouh	28			35.4208	4.0203	4
28029	Bir Guellalia	bir-guellalia	28			35.3281	4.7908	4
28029	Bordj Bennacer	bordj-bennacer	28			35.3281	4.7908	3
28029	M'Cif	m-cif	28			35.3281	4.7908	3
28029	Douar Guellalia	douar-guellalia	28			35.3281	4.7908	3
28030	Djebel Guettara	djebel-guettara	28			35.363	4.1411	1
28030	Bir Henni	bir-henni	28			35.363	4.1411	1
28031	Ouled Slimane	ouled-slimane	28			35.363	4.1411	1
28031	Djoub	djoub	28			35.363	4.1411	1
28032	Eddis	eddis	28			35.3025	4.1696	4
28032	Koucha	koucha	28			35.2956	4.174	4
28032	Sidi Laoubi	sidi-laoubi	28			35.504	4.3407	4
28032	El Bouir	el-bouir	28			35.3674	4.2281	3
28032	Sed El Djir	sed-el-djir	28			35.3674	4.2281	3
28032	Ouled Sidi Brahim	ouled-sidi-brahim	28			35.3674	4.2281	3
28032	Traiba	traiba	28			35.3674	4.2281	3
28033	Ras El Oued	ras-el-oued	28			35.363	4.1411	1
28033	Mohamed Boudiaf	mohamed-boudiaf	28			35.363	4.1411	1
28034	Sidi Aissa 1er Novembre	sidi-aissa-1er-novembre	28			35.363	4.1411	1
28035	Sidi Ameur	sidi-ameur	28			35.363	4.1411	1
28036	Ouled Aissa	ouled-aissa	28			35.363	4.1411	1
28036	Sidi Hadjeres	sidi-hadjeres	28			35.363	4.1411	1
28036	Ouled Said	ouled-said	28			35.363	4.1411	1
28036	Ouled Amra	ouled-amra	28			35.363	4.1411	1
28037	Slim	slim	28			34.892	3.7336	4
28037	Etiour	etiour	28			34.892	3.7336	3
28037	Ain Meguernez	ain-meguernez	28			34.892	3.7336	3
28037	Kaf	kaf	28			34.892	3.7336	3
28038	Tarmount	tarmount	28			35.8208	4.2875	4
28038	Bir Lahlou	bir-lahlou	28			35.8208	4.2875	3
28038	Oum Chouachi	oum-chouachi	28			35.8208	4.2875	3
28039	Ahl El Oued	ahl-el-oued	28			35.363	4.1411	1
28040	Ain Khermane	ain-khermane	28			35.4534	4.1431	4
28041	Baniou	baniou	28			35.4153	4.3442	4
28042	Berrarda	berrarda	28			35.3473	4.329	1
28042	Bouti Sayah	bouti-sayah	28			35.3473	4.329	1
28043	Bir Fodda	bir-fodda	28			34.8164	3.756	4
28044	Bir Madhi	bir-madhi	28			35.3473	4.329	1
28045	Bordj Belkhrif	bordj-belkhrif	28			35.3473	4.329	1
28046	Barrage Du Ksob	barrage-du-ksob	28			35.3473	4.329	1
28046	Boukhemissa	boukhemissa	28			35.3473	4.329	1
28047	Ouled Dehim	ouled-dehim	28			35.3473	4.329	1
28047	Ced El Ghaba	ced-el-ghaba	28			35.3473	4.329	1
28047	Ouled Madhi	ouled-madhi	28			35.3473	4.329	1
28048	Dehahna	dehahna	28			35.3473	4.329	1
28049	Bouira	bouira	28			35.704	5.0729	4
28049	Tabia	tabia	28			35.704	5.0729	3
28049	Djaouna	djaouna	28			35.704	5.0729	3
28049	Rachana	rachana	28			35.704	5.0729	3
28050	Djebel Meharga	djebel-meharga	28			35.4775	4.4452	1
28050	Bir Khoubana	bir-khoubana	28			35.4775	4.4452	1
28050	Khoubana	khoubana	28			35.4775	4.4452	1
28051	Djebel Thameur	djebel-thameur	28			35.4775	4.4452	1
28051	Maarif	maarif	28			35.4775	4.4452	1
28052	Djebel Zeyreg	djebel-zeyreg	28			35.4775	4.4452	1
28052	Bir Larbi	bir-larbi	28			35.4775	4.4452	1
28053	Dreat	dreat	28			35.4775	4.4452	1
28053	Dar El Kebira	dar-el-kebira	28			35.4775	4.4452	1
28054	El Allig	el-allig	28			35.4775	4.4452	1
28055	El Ghil	el-ghil	28			35.4775	4.4452	1
28056	Khettouti Sed El Djir	khettouti-sed-el-djir	28			35.4775	4.4452	1
28056	Zerarka	zerarka	28			35.4775	4.4452	1
28057	Mohamed Seddik Benyahia	mohamed-seddik-benyahia	28			35.4775	4.4452	1
28058	Metarfa	metarfa	28			35.4775	4.4452	1
28058	Retbat El Argoub	retbat-el-argoub	28			35.4775	4.4452	1
28058	Nouara	nouara	28			35.4775	4.4452	1
28058	Dialem	dialem	28			35.4775	4.4452	1
28058	Louisa	louisa	28			35.4775	4.4452	1
28058	Mechta Amroune	mechta-amroune	28			35.4775	4.4452	1
28059	M'Guitaa	m-guitaa	28			35.4775	4.4452	1
28060	Djassassia	djassassia	28			35.1875	4.1036	1
28060	Ouled Mansour	ouled-mansour	28			35.1875	4.1036	1
28060	Lougmane	lougmane	28			35.1875	4.1036	1
28061	Oultem	oultem	28			35.1875	4.1036	1
28062	Dialem	dialem	28			35.1875	4.1036	1
28062	Reguaieg	reguaieg	28			35.1875	4.1036	1
28062	Ferkoussa El Kahla	ferkoussa-el-kahla	28			35.1875	4.1036	1
28063	Roumana	roumana	28			35.2154	4.3001	4
28063	Roumana (Sud)	roumana-sud	28			35.2154	4.3001	3
28063	Roumana (Nord)	roumana-nord	28			35.2154	4.3001	3
28063	El Houamed	el-houamed	28			35.2154	4.3001	3
28064	Djrabaa	djrabaa	28			35.1875	4.1036	1
28064	Bir Laanat	bir-laanat	28			35.1875	4.1036	1
28064	Bouhmadou	bouhmadou	28			35.1875	4.1036	1
28064	Hejajba	hejajba	28			35.1875	4.1036	1
28064	Khebab	khebab	28			35.1875	4.1036	1
28064	Souamaa	souamaa	28			35.1875	4.1036	1
28064	Sed Erkhail	sed-erkhail	28			35.1875	4.1036	1
28065	Temsa	temsa	28			35.1596	3.9071	4
28065	Ain Sebaa	ain-sebaa	28			35.1596	3.9071	3
28065	Maiter	maiter	28			35.1596	3.9071	3
28065	Benmedjed	benmedjed	28			35.1596	3.9071	3
28066	Sidi M'Hamed	sidi-m-hamed	28			35.1875	4.1036	1
28066	Thameur Sidi M'Hamed	thameur-sidi-m-hamed	28			35.1875	4.1036	1
28066	Douar Ouled Sidi Ziar	douar-ouled-sidi-ziar	28			35.1875	4.1036	1
28066	Ouled Sidi Ziar	ouled-sidi-ziar	28			35.1875	4.1036	1
28067	Zerzour	zerzour	28			35.1875	4.1036	1
28068	Zitoun	zitoun	28			35.1875	4.1036	1
29000	El Mamounia	el-mamounia	29			35.4252	0.1403	4
29000	Domaine Zaatout	domaine-zaatout	29			35.4335	0.1238	3
29000	Aoudja	aoudja	29			35.4335	0.1238	3
29000	Mouaissia	mouaissia	29			35.4417	0.1073	4
29000	Grachla	grachla	29			35.4335	0.1238	3
29000	Khelailia	khelailia	29			35.4335	0.1238	3
29000	Sidi Daho	sidi-daho	29			35.4335	0.1238	3
29000	Ouled Ouis	ouled-ouis	29			35.4335	0.1238	3
29000	Ouled Bouhzem	ouled-bouhzem	29			35.4335	0.1238	3
29000	Bouazid	bouazid	29			35.4335	0.1238	3
29000	Bouhllal (Route De Maoussa)	bouhllal-route-de-maoussa	29			35.4335	0.1238	3
29000	Djenane Ellouz (Dehamna)	djenane-ellouz-dehamna	29			35.4335	0.1238	3
29000	Si Zaattout	si-zaattout	29			35.4335	0.1238	3
29000	Mascara Rp	mascara-rp	29			35.4335	0.1238	3
29000	Mascara Cite Administrative	mascara-cite-administrative	29			35.4335	0.1238	3
29000	Domaine Draoui	domaine-draoui	29			35.4335	0.1238	3
29000	Domaine Sidi Aek	domaine-sidi-aek	29			35.4335	0.1238	3
29000	Domaine Sidi Benyekhlef	domaine-sidi-benyekhlef	29			35.4335	0.1238	3
29000	Domaine Si Safa	domaine-si-safa	29			35.4335	0.1238	3
29000	Ecole Gare De Matemore	ecole-gare-de-matemore	29			35.4335	0.1238	3
29000	Equestre	equestre	29			35.4335	0.1238	3
29000	Domaine Benabdellah	domaine-benabdellah	29			35.4335	0.1238	3
29000	Domaine Boudali	domaine-boudali	29			35.4335	0.1238	3
29000	Zakour	zakour	29			35.4335	0.1238	3
29000	Taiba	taiba	29			35.4335	0.1238	3
29001	Sig	sig	29			35.5283	-0.1937	4
29001	Ain Cheurfa	ain-cheurfa	29			35.4297	-0.2453	4
29001	Ouled Ali Mekhalif	ouled-ali-mekhalif	29			35.479	-0.2195	3
29001	Kechanta	kechanta	29			35.479	-0.2195	3
29001	30 Logements	30-logements	29			35.479	-0.2195	3
29001	Hamara	hamara	29			35.479	-0.2195	3
29001	Cite Redouane	cite-redouane	29			35.479	-0.2195	3
29001	Sidi Ali Cherif	sidi-ali-cherif	29			35.479	-0.2195	3
29001	Ahl El Ounene	ahl-el-ounene	29			35.479	-0.2195	3
29001	Cite Boudia	cite-boudia	29			35.479	-0.2195	3
29001	Kharouba	kharouba	29			35.479	-0.2195	3
29001	Chara	chara	29			35.479	-0.2195	3
29001	Redoune	redoune	29			35.479	-0.2195	3
29001	Route Du Stade	route-du-stade	29			35.479	-0.2195	3
29002	Grainia	grainia	29			35.3282	0.3353	4
29002	Ouled Bouriah	ouled-bouriah	29			35.5338	0.0393	4
29002	Mohammadia	mohammadia	29			35.5886	0.0686	4
29002	Djebbour	djebbour	29			35.4542	0.7238	4
29002	Medjahed	medjahed	29			35.6753	0.0785	4
29002	Blanche (Ferme)	blanche-ferme	29			35.6537	0.0138	4
29002	Douar Sidi Salem	douar-sidi-salem	29			35.355	0.3019	4
29002	Ouled Cheikh	ouled-cheikh	29			35.4077	0.2233	4
29002	Toumiettes	toumiettes	29			35.4996	0.2231	3
29002	Houana N° 1	houana-n-1	29			35.4996	0.2231	3
29002	El Brahmia	el-brahmia	29			35.4996	0.2231	3
29002	Belhasna	belhasna	29			35.4996	0.2231	3
29002	Ben Hamra	ben-hamra	29			35.4996	0.2231	3
29002	Beni Merouane	beni-merouane	29			35.4996	0.2231	3
29002	Beni N'Eich	beni-n-eich	29			35.4996	0.2231	3
29002	Boubarnass	boubarnass	29			35.4996	0.2231	3
29002	Brahmia	brahmia	29			35.4996	0.2231	3
29002	Chadli(1)	chadli-1	29			35.4996	0.2231	3
29002	Chadli(2)	chadli-2	29			35.4996	0.2231	3
29002	Chadly	chadly	29			35.4996	0.2231	3
29002	Cite Des Freres Benchenine	cite-des-freres-benchenine	29			35.4996	0.2231	3
29002	Domaine Hadjel Safa	domaine-hadjel-safa	29			35.4996	0.2231	3
29002	Domaine Itaf Bakhti	domaine-itaf-bakhti	29			35.4996	0.2231	3
29002	Domaine Si Nacer	domaine-si-nacer	29			35.4996	0.2231	3
29002	Douar Bekhaitia N° 1	douar-bekhaitia-n-1	29			35.4996	0.2231	3
29002	El Amairia	el-amairia	29			35.4996	0.2231	3
29002	Khemisti	khemisti	29			35.4996	0.2231	3
29002	Krairia	krairia	29			35.4996	0.2231	3
29002	Mokhtar Mohamed	mokhtar-mohamed	29			35.4996	0.2231	3
29002	Ouled Abtal	ouled-abtal	29			35.4996	0.2231	3
29002	Ouled Ali	ouled-ali	29			35.4996	0.2231	3
29002	Ouled Ali Fouaga	ouled-ali-fouaga	29			35.4996	0.2231	3
29002	Ouled Ali Theta	ouled-ali-theta	29			35.4996	0.2231	3
29002	Ouled Belhasana (1) Et (2)	ouled-belhasana-1-et-2	29			35.4996	0.2231	3
29002	Ouled Bouhelal	ouled-bouhelal	29			35.4996	0.2231	3
29002	Ouled El Abtal	ouled-el-abtal	29			35.4996	0.2231	3
29002	Ouled Malek	ouled-malek	29			35.4996	0.2231	3
29002	Sebaa Chioukh	sebaa-chioukh	29			35.4996	0.2231	3
29002	Si Abdellah	si-abdellah	29			35.4996	0.2231	3
29002	Sidi Aek Fougani Di Rkouad	sidi-aek-fougani-di-rkouad	29			35.4996	0.2231	3
29002	Sidi Aek Tahtani Sidi Abd	sidi-aek-tahtani-sidi-abd	29			35.4996	0.2231	3
29002	Sidi Ali	sidi-ali	29			35.4996	0.2231	3
29002	Zenanda	zenanda	29			35.4996	0.2231	3
29003	Mohammdia Habra	mohammdia-habra	29			35.4125	0.2693	1
29004	Amairia	amairia	29			35.3869	0.6131	4
29004	Douar Ouled Missoum	douar-ouled-missoum	29			35.3951	0.284	4
29004	Douar Sidi Slimane	douar-sidi-slimane	29			35.389	0.4666	4
29004	Ouled Daoud	ouled-daoud	29			35.3989	0.3761	4
29004	Tighenif	tighenif	29			35.4172	0.3298	4
29004	Karaouat	karaouat	29			35.3991	0.3143	4
29004	Douar Sebahia	douar-sebahia	29			35.419	0.4523	4
29004	Douar Daoud	douar-daoud	29			35.3989	0.3761	4
29004	Si Cherif	si-cherif	29			35.3868	0.3567	3
29004	Douar Ouled Alla	douar-ouled-alla	29			35.3733	0.3047	4
29004	Si Boussaid	si-boussaid	29			35.3868	0.3567	3
29004	Bekhalil	bekhalil	29			35.3868	0.3567	3
29004	Ouled Larbi	ouled-larbi	29			35.4096	0.2789	4
29004	Sidi Ali Bensaad	sidi-ali-bensaad	29			35.3868	0.3567	3
29004	Douar Ouled Mohamed	douar-ouled-mohamed	29			35.2674	0.1275	4
29004	Si Mokadem	si-mokadem	29			35.3868	0.3567	3
29004	Delailia	delailia	29			35.3868	0.3567	3
29004	Ouled Beldjillali	ouled-beldjillali	29			35.3868	0.3567	3
29004	Ouled Sidi Safi	ouled-sidi-safi	29			35.3868	0.3567	3
29004	Ouled Adda Belarbi	ouled-adda-belarbi	29			35.3868	0.3567	3
29004	Ouled Abdelaziz	ouled-abdelaziz	29			35.3868	0.3567	3
29004	Metabiche	metabiche	29			35.3868	0.3567	3
29004	Megadiche	megadiche	29			35.3868	0.3567	3
29004	Douar Delalfa	douar-delalfa	29			35.3868	0.3567	3
29004	Maarif	maarif	29			35.3868	0.3567	3
29004	Hemamda	hemamda	29			35.3868	0.3567	3
29004	Douar Oulhassa	douar-oulhassa	29			35.3868	0.3567	3
29004	Douar Ouled Si Saf	douar-ouled-si-saf	29			35.3868	0.3567	3
29004	Douar Benkhalti	douar-benkhalti	29			35.3868	0.3567	3
29004	Douar Ouled Benssaad	douar-ouled-benssaad	29			35.3868	0.3567	3
29004	Douar Maarif	douar-maarif	29			35.3868	0.3567	3
29004	Douar Khelailia	douar-khelailia	29			35.3868	0.3567	3
29004	Douar Karaouata	douar-karaouata	29			35.3868	0.3567	3
29004	Trara	trara	29			35.3868	0.3567	3
29004	Douar Ouled Ali Benyoub	douar-ouled-ali-benyoub	29			35.3868	0.3567	3
29004	Douar Ouled Sidi Bessadet	douar-ouled-sidi-bessadet	29			35.3868	0.3567	3
29004	Ouled Beita	ouled-beita	29			35.3868	0.3567	3
29004	Ouled Benyssad	ouled-benyssad	29			35.3868	0.3567	3
29004	Ouled Bessadet	ouled-bessadet	29			35.3868	0.3567	3
29004	Ouled Fillali	ouled-fillali	29			35.3868	0.3567	3
29004	Ouled Sidi Abdellah	ouled-sidi-abdellah	29			35.3868	0.3567	3
29004	Douar Hazizia	douar-hazizia	29			35.3868	0.3567	3
29004	Douar Hammamda	douar-hammamda	29			35.3868	0.3567	3
29004	Si Slimane	si-slimane	29			35.3868	0.3567	3
29004	Douar El Homr	douar-el-homr	29			35.3868	0.3567	3
29004	Douar Draouche	douar-draouche	29			35.3868	0.3567	3
29004	Douar Djebabra	douar-djebabra	29			35.3868	0.3567	3
29004	Ouled Sidi Senouci	ouled-sidi-senouci	29			35.3868	0.3567	3
29004	Ouled Si Tahar	ouled-si-tahar	29			35.3868	0.3567	3
29004	Douar Athamnia	douar-athamnia	29			35.3868	0.3567	3
29004	Si Alem	si-alem	29			35.3868	0.3567	3
29005	Bou Hanifia	bou-hanifia	29			35.3147	-0.0504	4
29005	Drouni	drouni	29			35.3625	-0.0334	4
29005	Ouled Sidi Ali	ouled-sidi-ali	29			35.405	0.4761	4
29005	Douar Zemaacha	douar-zemaacha	29			35.3608	0.1308	3
29005	Cherahna	cherahna	29			35.3608	0.1308	3
29005	Chorfa	chorfa	29			35.3608	0.1308	3
29005	Chourf	chourf	29			35.3608	0.1308	3
29005	Chourfat El Hachemi	chourfat-el-hachemi	29			35.3608	0.1308	3
29005	Djebailia	djebailia	29			35.3608	0.1308	3
29005	Djefafla	djefafla	29			35.3608	0.1308	3
29005	Domaine Si Bibit	domaine-si-bibit	29			35.3608	0.1308	3
29005	Domaine Si Boudour	domaine-si-boudour	29			35.3608	0.1308	3
29005	Douar Aouachria	douar-aouachria	29			35.3608	0.1308	3
29005	Douar Chehaibia	douar-chehaibia	29			35.3608	0.1308	3
29005	Douar Guerara	douar-guerara	29			35.3608	0.1308	3
29005	Douar Hassara	douar-hassara	29			35.3608	0.1308	3
29005	Ahl Snoussi	ahl-snoussi	29			35.3608	0.1308	3
29005	Chehaiba	chehaiba	29			35.3608	0.1308	3
29005	Amarna	amarna	29			35.3608	0.1308	3
29005	Barrage	barrage	29			35.3608	0.1308	3
29005	Caps (La)	caps-la	29			35.3608	0.1308	3
29005	Zemamra	zemamra	29			35.3608	0.1308	3
29005	Sonarem La Carriere	sonarem-la-carriere	29			35.3608	0.1308	3
29005	Sidi Kadid	sidi-kadid	29			35.3608	0.1308	3
29005	Rouaichia	rouaichia	29			35.3608	0.1308	3
29005	Residence Barrage	residence-barrage	29			35.3608	0.1308	3
29005	Rekmoune	rekmoune	29			35.3608	0.1308	3
29005	Ouled Sidi Youcef (Zaouia)	ouled-sidi-youcef-zaouia	29			35.3608	0.1308	3
29005	Ouled Djefafia (Douar)	ouled-djefafia-douar	29			35.3608	0.1308	3
29005	Ouled Besaadia	ouled-besaadia	29			35.3608	0.1308	3
29005	Ouled Ben Saadoun	ouled-ben-saadoun	29			35.3608	0.1308	3
29005	Ouled Ben Kouider	ouled-ben-kouider	29			35.3608	0.1308	3
29005	Ouled Belassel	ouled-belassel	29			35.3608	0.1308	3
29005	Ouled Belakhdar	ouled-belakhdar	29			35.3608	0.1308	3
29005	Ouled Ali Benaoumeur	ouled-ali-benaoumeur	29			35.3608	0.1308	3
29005	Meraihia	meraihia	29			35.3608	0.1308	3
29005	Mehanda	mehanda	29			35.3608	0.1308	3
29005	Medjahdia	medjahdia	29			35.3608	0.1308	3
29005	Matchila Ouled Si Arbi	matchila-ouled-si-arbi	29			35.3608	0.1308	3
29005	La Gare	la-gare	29			35.3608	0.1308	3
29005	La Carriere (Sonarem)	la-carriere-sonarem	29			35.3608	0.1308	3
29005	La Capc	la-capc	29			35.3608	0.1308	3
29005	Kouasmia	kouasmia	29			35.3608	0.1308	3
29005	Kelailia	kelailia	29			35.3608	0.1308	3
29005	El Moualda (Zemaacha)	el-moualda-zemaacha	29			35.3608	0.1308	3
29005	Douar Metchila	douar-metchila	29			35.3608	0.1308	3
29005	Douar Laabana	douar-laabana	29			35.3608	0.1308	3
29005	Carriere La Sonarem	carriere-la-sonarem	29			35.3608	0.1308	3
29006	Ghriss	ghriss	29			35.248	0.1604	4
29006	Sidi Aribi	sidi-aribi	29			35.2102	0.2714	4
29006	Ouled Mostefa	ouled-mostefa	29			35.4928	0.3611	4
29006	Ouled Sidi Amar	ouled-sidi-amar	29			35.4942	0.408	4
29006	Ouled Bendida	ouled-bendida	29			35.4039	0.5825	4
29006	Ferme Djendjean	ferme-djendjean	29			35.3597	0.4225	3
29006	Ouled Mahiedine	ouled-mahiedine	29			35.3264	0.3165	4
29006	Ouled Aissa	ouled-aissa	29			35.3444	0.6091	4
29006	Ferme Flandrin	ferme-flandrin	29			35.3597	0.4225	3
29006	Ouled Mehdi	ouled-mehdi	29			35.3576	0.6712	4
29006	Ferme Gomez	ferme-gomez	29			35.3597	0.4225	3
29006	Ferme Mauries	ferme-mauries	29			35.3597	0.4225	3
29006	Ferme Maury	ferme-maury	29			35.3597	0.4225	3
29006	Ferme Mehelhal	ferme-mehelhal	29			35.3597	0.4225	3
29006	Ferme Methieu	ferme-methieu	29			35.3597	0.4225	3
29006	Ferme Pelissier	ferme-pelissier	29			35.3597	0.4225	3
29006	Ferme Robineaud	ferme-robineaud	29			35.3597	0.4225	3
29006	Ferme Si Boudour	ferme-si-boudour	29			35.3597	0.4225	3
29006	Ferme Vallat	ferme-vallat	29			35.3597	0.4225	3
29006	Gare Ferroviaires	gare-ferroviaires	29			35.3597	0.4225	3
29006	Ghouadnia	ghouadnia	29			35.3597	0.4225	3
29006	Guedairia	guedairia	29			35.3597	0.4225	3
29006	Hebaiba	hebaiba	29			35.3597	0.4225	3
29006	Krabaa	krabaa	29			35.3597	0.4225	3
29006	Louacheba	louacheba	29			35.3597	0.4225	3
29006	Louachiche	louachiche	29			35.3597	0.4225	3
29006	Mezaourat	mezaourat	29			35.3597	0.4225	3
29006	Mezazgha	mezazgha	29			35.3597	0.4225	3
29006	Mezouret	mezouret	29			35.3597	0.4225	3
29006	Nedjadjera	nedjadjera	29			35.3597	0.4225	3
29006	Ouled Abdelkader	ouled-abdelkader	29			35.3597	0.4225	3
29006	Ahl Laouni	ahl-laouni	29			35.3597	0.4225	3
29006	Ouled Abdelouahad	ouled-abdelouahad	29			35.3597	0.4225	3
29006	Ouled Abed	ouled-abed	29			35.3597	0.4225	3
29006	Ouled Aek Ibn Abed	ouled-aek-ibn-abed	29			35.3597	0.4225	3
29006	Ouled Amar	ouled-amar	29			35.3597	0.4225	3
29006	Ouled Beghdad	ouled-beghdad	29			35.3597	0.4225	3
29006	Ouled Bekheda	ouled-bekheda	29			35.3597	0.4225	3
29006	Ouled Belhadj	ouled-belhadj	29			35.3597	0.4225	3
29006	Ouled Benaissa	ouled-benaissa	29			35.3597	0.4225	3
29006	Ouled Bettayeb	ouled-bettayeb	29			35.3597	0.4225	3
29006	Ouled Boumediene	ouled-boumediene	29			35.3597	0.4225	3
29006	Ouled Boussadia	ouled-boussadia	29			35.3597	0.4225	3
29006	Ouled Djebairia	ouled-djebairia	29			35.3597	0.4225	3
29006	Ouled Djebbari	ouled-djebbari	29			35.3597	0.4225	3
29006	Ouled El Rekia	ouled-el-rekia	29			35.3597	0.4225	3
29006	Ouled Kerrour	ouled-kerrour	29			35.3597	0.4225	3
29006	Ouled Lakhdar	ouled-lakhdar	29			35.3597	0.4225	3
29006	Ouled Laouni	ouled-laouni	29			35.3597	0.4225	3
29006	Ouled Melek	ouled-melek	29			35.3597	0.4225	3
29006	Ouled Merah	ouled-merah	29			35.3597	0.4225	3
29006	Ouled Omar	ouled-omar	29			35.3597	0.4225	3
29006	Ouled Saadia	ouled-saadia	29			35.3597	0.4225	3
29006	Ouled Sidi Abbou	ouled-sidi-abbou	29			35.3597	0.4225	3
29006	Zeghdana	zeghdana	29			35.3597	0.4225	3
29006	Sidi Laredj	sidi-laredj	29			35.3597	0.4225	3
29006	Sidi Beguenane	sidi-beguenane	29			35.3597	0.4225	3
29006	Sefayet	sefayet	29			35.3597	0.4225	3
29006	Ouled Trari	ouled-trari	29			35.3597	0.4225	3
29006	Ouled Si Habib	ouled-si-habib	29			35.3597	0.4225	3
29006	Ain Soltane	ain-soltane	29			35.3597	0.4225	3
29006	Douar Bekarif	douar-bekarif	29			35.3597	0.4225	3
29006	Draa	draa	29			35.3597	0.4225	3
29006	Ferme Boudaa	ferme-boudaa	29			35.3597	0.4225	3
29006	Ferme Cam	ferme-cam	29			35.3597	0.4225	3
29006	Ferme Comar	ferme-comar	29			35.3597	0.4225	3
29007	Mascara Bab Ali	mascara-bab-ali	29			35.4005	0.136	4
29008	Mascara Emir Abdelkader	mascara-emir-abdelkader	29			35.4125	0.2693	1
29009	Mascara Rachidia	mascara-rachidia	29			35.4125	0.2693	1
29010	Sig Les Oliviers	sig-les-oliviers	29			35.3979	0.3652	1
29011	Ouizert	ouizert	29			35.1045	-0.008	4
29011	Ain Fekan	ain-fekan	29			35.2238	-0.0051	4
29011	Khelaifa	khelaifa	29			35.3275	-0.0814	3
29011	Kouassem	kouassem	29			35.654	-0.231	4
29011	Kharoubi 2 (Ouled Guelil)	kharoubi-2-ouled-guelil	29			35.3275	-0.0814	3
29011	Kharoubi 1 (Ouled El Hadj)	kharoubi-1-ouled-el-hadj	29			35.3275	-0.0814	3
29011	Houareche	houareche	29			35.3275	-0.0814	3
29011	El Gouraa	el-gouraa	29			35.3275	-0.0814	3
29011	Dehamna	dehamna	29			35.3275	-0.0814	3
29011	Chelailia	chelailia	29			35.3275	-0.0814	3
29011	Sidi Salem	sidi-salem	29			35.3275	-0.0814	3
29011	Trois Rivieres	trois-rivieres	29			35.3275	-0.0814	3
29011	Zelabna	zelabna	29			35.3275	-0.0814	3
29011	Ouled Sahraoui	ouled-sahraoui	29			35.3275	-0.0814	3
29011	Ouled Ben Yakhou	ouled-ben-yakhou	29			35.3275	-0.0814	3
29011	Nouaser	nouaser	29			35.3275	-0.0814	3
29011	30 Logements (Kherarba)	30-logements-kherarba	29			35.3275	-0.0814	3
29011	Belalza	belalza	29			35.3275	-0.0814	3
29011	Araiba	araiba	29			35.3275	-0.0814	3
29011	Boiguis	boiguis	29			35.3275	-0.0814	3
29011	Ladjoued	ladjoued	29			35.3275	-0.0814	3
29012	El Bordj	el-bordj	29			35.5151	0.3006	4
29012	Ain El Guedra	ain-el-guedra	29			35.5277	0.3104	4
29012	Douar Torch	douar-torch	29			35.1734	0.4346	4
29012	Mazraha El Baida	mazraha-el-baida	29			35.4561	0.342	3
29012	Ouled Seddik	ouled-seddik	29			35.5038	0.3707	4
29012	Krabchia	krabchia	29			35.449	0.3364	4
29012	Ouled Mekki	ouled-mekki	29			35.4928	0.3611	4
29012	Khemamis	khemamis	29			35.4561	0.342	3
29012	Kerarma	kerarma	29			35.5308	0.2799	4
29012	Ouled Hadj	ouled-hadj	29			35.4561	0.342	3
29012	Ouled Rafaa	ouled-rafaa	29			35.4561	0.342	3
29012	Ouled Taher	ouled-taher	29			35.4561	0.342	3
29012	Ouled Tilaine	ouled-tilaine	29			35.4561	0.342	3
29012	Sidi Abderrhim	sidi-abderrhim	29			35.4561	0.342	3
29012	Zeddama (Douar)	zeddama-douar	29			35.4561	0.342	3
29012	Kerabchia	kerabchia	29			35.4561	0.342	3
29012	El Kouhl	el-kouhl	29			35.4561	0.342	3
29012	Douar Zerrama	douar-zerrama	29			35.4561	0.342	3
29012	Douar Zaaguane	douar-zaaguane	29			35.4561	0.342	3
29012	Douar Zaaghnia	douar-zaaghnia	29			35.4561	0.342	3
29012	Douar Tafrent	douar-tafrent	29			35.4561	0.342	3
29012	Douar Stersa	douar-stersa	29			35.4561	0.342	3
29012	Douar Semaichia	douar-semaichia	29			35.4561	0.342	3
29012	Douar Mebarkia	douar-mebarkia	29			35.4561	0.342	3
29012	Douar Kessairia	douar-kessairia	29			35.4561	0.342	3
29012	Douar Behalil	douar-behalil	29			35.4561	0.342	3
29012	Araissia	araissia	29			35.4561	0.342	3
29012	Abadlia	abadlia	29			35.4561	0.342	3
29012	Ouled Boudjellal	ouled-boudjellal	29			35.4561	0.342	3
29012	Ouled Boucetta	ouled-boucetta	29			35.4561	0.342	3
29012	Ouled Adda Benahmed	ouled-adda-benahmed	29			35.4561	0.342	3
29012	Oued Abadi	oued-abadi	29			35.4561	0.342	3
29012	Moualek	moualek	29			35.4561	0.342	3
29012	Menaicha	menaicha	29			35.4561	0.342	3
29013	Ouled Sidi Safi	ouled-sidi-safi	29			35.4032	0.4825	4
29013	Ouled Kaddour	ouled-kaddour	29			35.3894	0.4358	4
29013	Ouled Djelloul	ouled-djelloul	29			35.4172	0.5046	4
29013	Ouled Brahim	ouled-brahim	29			35.4085	0.494	4
29013	Ouled M'Hamed	ouled-m-hamed	29			35.3905	0.5257	3
29013	Mezaidia	mezaidia	29			35.3877	0.583	4
29013	Ouled Belkacem	ouled-belkacem	29			35.3567	0.6019	4
29013	Amaria	amaria	29			35.3869	0.6131	4
29013	Khedairia	khedairia	29			35.3905	0.5257	3
29013	El Hachem	el-hachem	29			35.374	0.4903	4
29013	Ouled Saci	ouled-saci	29			35.3905	0.5257	3
29013	Ouled Chenouf	ouled-chenouf	29			35.3905	0.5257	3
29013	Kellalcha	kellalcha	29			35.3905	0.5257	3
29013	Remailia	remailia	29			35.3905	0.5257	3
29013	Ouled Mazoug	ouled-mazoug	29			35.3905	0.5257	3
29013	Ouled Benmoussa	ouled-benmoussa	29			35.3905	0.5257	3
29013	Ouled Chaoui	ouled-chaoui	29			35.3905	0.5257	3
29013	Sidi Safi	sidi-safi	29			35.3905	0.5257	3
29013	Ouled Benamar	ouled-benamar	29			35.3905	0.5257	3
29013	Ouled Belmokhtar	ouled-belmokhtar	29			35.3905	0.5257	3
29013	Mezaidia N° 1 Et 2	mezaidia-n-1-et-2	29			35.3905	0.5257	3
29013	Khenaithia Saken	khenaithia-saken	29			35.3905	0.5257	3
29013	Khenaithia	khenaithia	29			35.3905	0.5257	3
29014	Hacine	hacine	29			35.4591	-0.0057	4
29014	Blokouss	blokouss	29			35.4591	-0.0057	3
29014	El Gouatine	el-gouatine	29			35.4591	-0.0057	3
29014	Briquetterie	briquetterie	29			35.4591	-0.0057	3
29014	El Oukla	el-oukla	29			35.4591	-0.0057	3
29014	Bekakra 1 Et 2	bekakra-1-et-2	29			35.4591	-0.0057	3
29014	Lechiah	lechiah	29			35.4591	-0.0057	3
29014	Maison Cantonniere	maison-cantonniere	29			35.4591	-0.0057	3
29014	Mekaika	mekaika	29			35.4591	-0.0057	3
29014	El Machour	el-machour	29			35.4591	-0.0057	3
29014	Ouled Ahmed Saghier	ouled-ahmed-saghier	29			35.4591	-0.0057	3
29014	Ouled Hammou	ouled-hammou	29			35.4591	-0.0057	3
29014	Tamiout	tamiout	29			35.4591	-0.0057	3
29014	El Amairia	el-amairia	29			35.4591	-0.0057	3
29014	El Bahourat	el-bahourat	29			35.4591	-0.0057	3
29014	El Cheikh	el-cheikh	29			35.4591	-0.0057	3
29015	Maoussa	maoussa	29			35.3798	0.2463	4
29015	Sidi Ahmed Ben Ali	sidi-ahmed-ben-ali	29			35.3783	0.2861	4
29015	Douar Zaouia N°1 Kherrache	douar-zaouia-n-1-kherrache	29			35.3657	0.262	3
29015	Douar Sidi Mohamed	douar-sidi-mohamed	29			35.339	0.2535	4
29015	Abouya	abouya	29			35.3657	0.262	3
29015	Brakna	brakna	29			35.3657	0.262	3
29015	Douar Brakna	douar-brakna	29			35.3657	0.262	3
29015	Douar Sidi B Zaouia N° 2	douar-sidi-b-zaouia-n-2	29			35.3657	0.262	3
29015	Douar Karache Zaouia N° 1	douar-karache-zaouia-n-1	29			35.3657	0.262	3
29015	Douar Gaidia	douar-gaidia	29			35.3657	0.262	3
29015	Douar Haouiet	douar-haouiet	29			35.3657	0.262	3
29015	Douar Lazara	douar-lazara	29			35.3657	0.262	3
29015	Douar Mezania	douar-mezania	29			35.3657	0.262	3
29015	Douar Sidi Djillali	douar-sidi-djillali	29			35.3657	0.262	3
29015	Douar Si Tami	douar-si-tami	29			35.3657	0.262	3
29015	Si Tahar	si-tahar	29			35.3657	0.262	3
29015	Sidi Benyekhlef	sidi-benyekhlef	29			35.3657	0.262	3
29015	Sidi Benhaoua	sidi-benhaoua	29			35.3657	0.262	3
29015	Sehanine	sehanine	29			35.3657	0.262	3
29015	Ouled Zemani	ouled-zemani	29			35.3657	0.262	3
29015	Ouled Laoufi	ouled-laoufi	29			35.3657	0.262	3
29015	Ouled Kada Belhadj	ouled-kada-belhadj	29			35.3657	0.262	3
29015	Ouled Benabdellah	ouled-benabdellah	29			35.3657	0.262	3
29015	Mekhalif	mekhalif	29			35.3657	0.262	3
29016	Sidi Mehdi	sidi-mehdi	29			35.3576	0.6712	4
29016	Ouled Bouazza	ouled-bouazza	29			35.4336	0.5941	4
29016	Menacir	menacir	29			35.4843	0.5917	4
29016	Ouled Sidi Mehdi	ouled-sidi-mehdi	29			35.3576	0.6712	4
29016	Ouled Djebbour	ouled-djebbour	29			35.4542	0.7238	4
29016	Soualhia	soualhia	29			35.4404	0.613	4
29016	Zerakna	zerakna	29			35.4384	0.6206	3
29016	Oued El Abtal	oued-el-abtal	29			35.456	0.6878	4
29016	Ouled Yahia	ouled-yahia	29			35.5476	0.2451	4
29016	Ardja El Beida	ardja-el-beida	29			35.4384	0.6206	3
29016	Ouled Sidi Guenoun	ouled-sidi-guenoun	29			35.4142	0.7874	4
29016	Sidi Athmane	sidi-athmane	29			35.4384	0.6206	3
29016	Gaadine	gaadine	29			35.4384	0.6206	3
29016	Sobt	sobt	29			35.4384	0.6206	3
29016	Denafria	denafria	29			35.4384	0.6206	3
29016	Refafsa	refafsa	29			35.4384	0.6206	3
29016	Chetaounia	chetaounia	29			35.4384	0.6206	3
29016	Bouachria	bouachria	29			35.4384	0.6206	3
29016	Bouacha	bouacha	29			35.4384	0.6206	3
29016	Bordj Mili	bordj-mili	29			35.4384	0.6206	3
29016	Beni Atta	beni-atta	29			35.4384	0.6206	3
29016	Atatfa	atatfa	29			35.4384	0.6206	3
29016	Ouled Gacem	ouled-gacem	29			35.4384	0.6206	3
29016	Ouled Boulenouar	ouled-boulenouar	29			35.4384	0.6206	3
29016	Ouled Belil	ouled-belil	29			35.4384	0.6206	3
29016	Ouled Aek Bachir	ouled-aek-bachir	29			35.4384	0.6206	3
29016	Ouled Achour 1 Et 2	ouled-achour-1-et-2	29			35.4384	0.6206	3
29016	Ouizet	ouizet	29			35.4384	0.6206	3
29016	Oualhassa	oualhassa	29			35.4384	0.6206	3
29016	Molay Issmail	molay-issmail	29			35.4384	0.6206	3
29016	Mokhfi Tayeb	mokhfi-tayeb	29			35.4384	0.6206	3
29016	Mehada	mehada	29			35.4384	0.6206	3
29016	Kenancha	kenancha	29			35.4384	0.6206	3
29016	Kelail	kelail	29			35.4384	0.6206	3
29016	Kadaouet	kadaouet	29			35.4384	0.6206	3
29016	Kachout 2 Ouled Ziane	kachout-2-ouled-ziane	29			35.4384	0.6206	3
29016	Kachout 1	kachout-1	29			35.4384	0.6206	3
29016	Hemasis	hemasis	29			35.4384	0.6206	3
29017	Oued Taria	oued-taria	29			35.1158	0.0879	4
29017	Bekakda	bekakda	29			35.2592	0.3384	3
29017	Sidi Ali Benaoumeur	sidi-ali-benaoumeur	29			35.2592	0.3384	3
29017	Ouled Charif	ouled-charif	29			35.2592	0.3384	3
29017	Ouled Rezune	ouled-rezune	29			35.2592	0.3384	3
29017	Ouled Bennacer	ouled-bennacer	29			35.2592	0.3384	3
29017	Ouled Habadi	ouled-habadi	29			35.2592	0.3384	3
29017	Ouled Bouhalouane	ouled-bouhalouane	29			35.2592	0.3384	3
29017	Ouled Haddou	ouled-haddou	29			35.2592	0.3384	3
29017	Ouled Bouriche	ouled-bouriche	29			35.2592	0.3384	3
29017	Ouled Nhouri	ouled-nhouri	29			35.2592	0.3384	3
29017	Douar Ouizert	douar-ouizert	29			35.2592	0.3384	3
29017	Ouled Gherine	ouled-gherine	29			35.2592	0.3384	3
29017	Ouled Adda	ouled-adda	29			35.2592	0.3384	3
29017	Zemala	zemala	29			35.2592	0.3384	3
29017	Ouled Ali Benaissa	ouled-ali-benaissa	29			35.2592	0.3384	3
29017	Douar Sidi Ali	douar-sidi-ali	29			35.3783	0.2861	4
29017	Ouled Bellil	ouled-bellil	29			35.2834	0.6414	4
29017	Ouled Ben Abdellah	ouled-ben-abdellah	29			35.2592	0.3384	3
29018	Tizi	tizi	29			35.316	0.0724	4
29018	Hadjadjra	hadjadjra	29			35.3465	0.0592	4
29018	Kouachah	kouachah	29			35.3313	0.0658	3
29018	Tekfaicia	tekfaicia	29			35.3313	0.0658	3
29018	Sidi Maamar	sidi-maamar	29			35.3313	0.0658	3
29018	Douar Tekaifia	douar-tekaifia	29			35.3313	0.0658	3
29018	Senaissa	senaissa	29			35.3313	0.0658	3
29018	Ouled Hamadi	ouled-hamadi	29			35.3313	0.0658	3
29018	Domaine Auto Gere	domaine-auto-gere	29			35.3313	0.0658	3
29018	Capra	capra	29			35.3313	0.0658	3
29018	Douar Staita	douar-staita	29			35.3313	0.0658	3
29018	Hamama	hamama	29			35.3313	0.0658	3
29019	Blaihia	blaihia	29			35.483	-0.355	4
29019	Hemian	hemian	29			35.483	-0.355	3
29019	El Kesser	el-kesser	29			35.483	-0.355	3
29019	Amaimia	amaimia	29			35.483	-0.355	3
29019	Bouadla	bouadla	29			35.483	-0.355	3
29019	Cheraitia	cheraitia	29			35.483	-0.355	3
29019	Cite Ex Cado (Snmc)	cite-ex-cado-snmc	29			35.483	-0.355	3
29019	Zahana	zahana	29			35.483	-0.355	3
29019	Tenazet (Ahl Ouahrani)	tenazet-ahl-ouahrani	29			35.483	-0.355	3
29019	Souala	souala	29			35.483	-0.355	3
29019	Souahia	souahia	29			35.483	-0.355	3
29019	Saidia	saidia	29			35.483	-0.355	3
29019	Rouaouna	rouaouna	29			35.483	-0.355	3
29019	Ouled Ben Aouali	ouled-ben-aouali	29			35.483	-0.355	3
29020	Ouled Abdallah	ouled-abdallah	29			35.493	0.4304	4
29020	Douar Ababsa	douar-ababsa	29			35.5117	0.2536	4
29020	Ain Fares	ain-fares	29			35.4805	0.2454	4
29020	Houacine	houacine	29			35.4632	0.33	3
29020	Hemaidia	hemaidia	29			35.3323	0.5723	4
29020	Ouled Boualem	ouled-boualem	29			35.4729	0.2767	4
29020	Hebailia	hebailia	29			35.4632	0.33	3
29020	Ouled Hadj Ahmed	ouled-hadj-ahmed	29			35.4887	0.2017	4
29020	Douar Hadjadja	douar-hadjadja	29			35.4632	0.33	3
29020	Hasna	hasna	29			35.4632	0.33	3
29020	Douar Hebailia	douar-hebailia	29			35.4632	0.33	3
29020	Guasmia	guasmia	29			35.4632	0.33	3
29020	Douar Guerachia	douar-guerachia	29			35.4632	0.33	3
29020	Fraihia	fraihia	29			35.4632	0.33	3
29020	Drara	drara	29			35.4632	0.33	3
29020	Ain Selaf	ain-selaf	29			35.4632	0.33	3
29020	Bouhadi	bouhadi	29			35.4632	0.33	3
29020	Boukhaloua	boukhaloua	29			35.4632	0.33	3
29020	Douar Gheraibia	douar-gheraibia	29			35.4632	0.33	3
29020	Douar Nehahca	douar-nehahca	29			35.4632	0.33	3
29020	Douar Ouled Athmane	douar-ouled-athmane	29			35.4632	0.33	3
29020	Douar Sidi Ali Benyahia	douar-sidi-ali-benyahia	29			35.4632	0.33	3
29020	Douar Sidi Brahim	douar-sidi-brahim	29			35.4632	0.33	3
29020	Douar Sidi Dahou	douar-sidi-dahou	29			35.4632	0.33	3
29020	Douar Sidi Hacene	douar-sidi-hacene	29			35.4632	0.33	3
29020	Ouled Souelem	ouled-souelem	29			35.4632	0.33	3
29020	Sedriouen	sedriouen	29			35.4632	0.33	3
29020	Sidi Ahmed Ben Youcef	sidi-ahmed-ben-youcef	29			35.4632	0.33	3
29020	Sidi Brahim	sidi-brahim	29			35.4632	0.33	3
29020	Zaouia	zaouia	29			35.4632	0.33	3
29020	Douar Deraa	douar-deraa	29			35.4632	0.33	3
29020	Ouled Sidi Larbi	ouled-sidi-larbi	29			35.4632	0.33	3
29020	Douar Khelaifia	douar-khelaifia	29			35.4632	0.33	3
29020	Noureddine (Douard)	noureddine-douard	29			35.4632	0.33	3
29020	Ouled Selam 1 Et 2	ouled-selam-1-et-2	29			35.4632	0.33	3
29020	Ouled Othman	ouled-othman	29			35.4632	0.33	3
29020	Ouled Mokhetar	ouled-mokhetar	29			35.4632	0.33	3
29020	Ouled Dali	ouled-dali	29			35.4632	0.33	3
29020	Ouled Ben Aouda	ouled-ben-aouda	29			35.4632	0.33	3
29020	Ouled Abderhmane	ouled-abderhmane	29			35.4632	0.33	3
29020	Nehahla	nehahla	29			35.4632	0.33	3
29020	Mustafa Ben Bachir	mustafa-ben-bachir	29			35.4632	0.33	3
29020	Kefaifia	kefaifia	29			35.4632	0.33	3
29021	Touahria	touahria	29			35.0758	0.2061	4
29021	Sidi M'Barek	sidi-m-barek	29			35.1704	0.3581	4
29021	Amaira	amaira	29			35.1182	0.3159	3
29021	Aouf	aouf	29			35.0982	0.356	4
29021	Ouled Feyer	ouled-feyer	29			35.1182	0.3159	3
29021	Sidi Ziane	sidi-ziane	29			35.1284	0.3434	4
29021	Ouled Aicha	ouled-aicha	29			35.1182	0.3159	3
29021	Mehachech	mehachech	29			35.1182	0.3159	3
29021	Medouna	medouna	29			35.1182	0.3159	3
29021	Mediona	mediona	29			35.1182	0.3159	3
29021	Loualem	loualem	29			35.1182	0.3159	3
29021	Kenansa	kenansa	29			35.1182	0.3159	3
29021	Houaoura	houaoura	29			35.1182	0.3159	3
29021	Houadiche	houadiche	29			35.1182	0.3159	3
29021	Helaoudja	helaoudja	29			35.1182	0.3159	3
29021	Hedjedjla	hedjedjla	29			35.1182	0.3159	3
29021	Goucem	goucem	29			35.1182	0.3159	3
29021	Ghedadra	ghedadra	29			35.1182	0.3159	3
29021	Chouala	chouala	29			35.1182	0.3159	3
29021	Betatoua	betatoua	29			35.1182	0.3159	3
29021	Beni Kherassen	beni-kherassen	29			35.1182	0.3159	3
29021	Amira	amira	29			35.1182	0.3159	3
29021	Zegagda	zegagda	29			35.1182	0.3159	3
29021	Tourche	tourche	29			35.1182	0.3159	3
29021	Thenia	thenia	29			35.1182	0.3159	3
29021	Sekarna	sekarna	29			35.1182	0.3159	3
29021	Sehaoura	sehaoura	29			35.1182	0.3159	3
29021	Seghairia	seghairia	29			35.1182	0.3159	3
29021	Rezaynia	rezaynia	29			35.1182	0.3159	3
29021	Ouled Nedjadi	ouled-nedjadi	29			35.1182	0.3159	3
29021	Ouled Medjehed	ouled-medjehed	29			35.1182	0.3159	3
29021	Ouled Boudira	ouled-boudira	29			35.1182	0.3159	3
29022	Bou Henni	bou-henni	29			35.5722	-0.043	4
29022	Atba	atba	29			35.6	-0.1167	4
29022	Zaoui	zaoui	29			35.5861	-0.0798	3
29022	Zegdou	zegdou	29			35.5861	-0.0798	3
29022	Chareb Errih	chareb-errih	29			35.5861	-0.0798	3
29022	Douar Houana N° 2	douar-houana-n-2	29			35.5861	-0.0798	3
29022	El Amairia	el-amairia	29			35.5861	-0.0798	3
29022	Sahadlia	sahadlia	29			35.5861	-0.0798	3
29022	Sidi Lakhdar	sidi-lakhdar	29			35.5861	-0.0798	3
29022	Tekfaoui	tekfaoui	29			35.5861	-0.0798	3
29023	Ouled Khalifa	ouled-khalifa	29			35.5312	0.2665	4
29023	Beni Timi	beni-timi	29			35.6432	0.2495	4
29023	El Malah	el-malah	29			35.2067	0.5676	4
29023	Ouled Arbia	ouled-arbia	29			35.6534	0.2189	4
29023	Douar Belkheir	douar-belkheir	29			35.6838	0.0583	4
29023	Sidi Hamadouche	sidi-hamadouche	29			35.6471	0.2141	4
29023	Denainia	denainia	29			35.5609	0.2625	3
29023	Chenaglias	chenaglias	29			35.5609	0.2625	3
29023	Boutefaha	boutefaha	29			35.5609	0.2625	3
29023	Aouisset	aouisset	29			35.5609	0.2625	3
29023	Attouat	attouat	29			35.5609	0.2625	3
29023	Baltache	baltache	29			35.5609	0.2625	3
29023	El Ghomri	el-ghomri	29			35.5609	0.2625	3
29023	Gaid Omar	gaid-omar	29			35.5609	0.2625	3
29023	Hadara	hadara	29			35.5609	0.2625	3
29023	Kouamlia	kouamlia	29			35.5609	0.2625	3
29023	Oued Mallah	oued-mallah	29			35.5609	0.2625	3
29023	Ouled Riahi	ouled-riahi	29			35.5609	0.2625	3
29023	Sefacas	sefacas	29			35.5609	0.2625	3
29023	Sidi Abdelkadder	sidi-abdelkadder	29			35.5609	0.2625	3
29023	Zerdali	zerdali	29			35.5609	0.2625	3
29024	Ouled Hadj Ali	ouled-hadj-ali	29			35.2957	0.1635	4
29024	Ouled El Mahi	ouled-el-mahi	29			35.2894	0.1638	4
29024	Sidi Ben Moussa	sidi-ben-moussa	29			35.2738	0.1276	4
29024	Ouled Mehenni	ouled-mehenni	29			35.2906	0.1455	3
29024	Froha	froha	29			35.3034	0.1274	4
29024	Souaouda (Douar)	souaouda-douar	29			35.2906	0.1455	3
29024	Aouadja (Douar)	aouadja-douar	29			35.2906	0.1455	3
29024	Douar Zouaneb	douar-zouaneb	29			35.2906	0.1455	3
29024	Douar Souaga	douar-souaga	29			35.2906	0.1455	3
29024	Ferme Belgacem	ferme-belgacem	29			35.2906	0.1455	3
29024	Djehalta	djehalta	29			35.2906	0.1455	3
29024	Ecole Zallaga	ecole-zallaga	29			35.2906	0.1455	3
29024	Maizia	maizia	29			35.2906	0.1455	3
29024	Labana	labana	29			35.2906	0.1455	3
29024	Khenanssa	khenanssa	29			35.2906	0.1455	3
29024	Ferme Des Djounouds	ferme-des-djounouds	29			35.2906	0.1455	3
29024	Ferme Bouziane	ferme-bouziane	29			35.2906	0.1455	3
29024	Douar Rouadja	douar-rouadja	29			35.2906	0.1455	3
29024	Medjaidia	medjaidia	29			35.2906	0.1455	3
29024	Ouled Belbachir	ouled-belbachir	29			35.2906	0.1455	3
29024	Ouled Ben Othmane	ouled-ben-othmane	29			35.2906	0.1455	3
29024	Ouled Bensalah	ouled-bensalah	29			35.2906	0.1455	3
29024	Ouled Hadj Habib	ouled-hadj-habib	29			35.2906	0.1455	3
29024	Ouled Lakhal	ouled-lakhal	29			35.2906	0.1455	3
29025	Khalouia	khalouia	29			35.463	0.2976	4
29025	Douar Khalouia	douar-khalouia	29			35.4746	0.2866	4
29026	Matemore	matemore	29			35.3254	0.2127	4
29026	Ouled Kheira	ouled-kheira	29			35.2859	0.3135	4
29026	Hamouia	hamouia	29			35.2959	0.2823	4
29026	Ain Defla	ain-defla	29			35.3076	0.2485	3
29026	Ouled Ghanou	ouled-ghanou	29			35.3234	0.1854	4
29026	Ouled Djillali	ouled-djillali	29			35.3076	0.2485	3
29026	Ouled Deblaoui	ouled-deblaoui	29			35.3076	0.2485	3
29026	Ouled Bouameur	ouled-bouameur	29			35.3076	0.2485	3
29026	Ouled Bouamama	ouled-bouamama	29			35.3076	0.2485	3
29026	Ouled Berkane	ouled-berkane	29			35.3076	0.2485	3
29026	Ouled Bendadeche	ouled-bendadeche	29			35.3076	0.2485	3
29026	Ouled Benchkour	ouled-benchkour	29			35.3076	0.2485	3
29026	Ouled Benameur	ouled-benameur	29			35.3076	0.2485	3
29026	Ouled Bdelkader	ouled-bdelkader	29			35.3076	0.2485	3
29026	Ouled Bachir	ouled-bachir	29			35.3076	0.2485	3
29026	Ouled Ali Messaoud	ouled-ali-messaoud	29			35.3076	0.2485	3
29026	Ouled Ahssan	ouled-ahssan	29			35.3076	0.2485	3
29026	Ouled Ahcene	ouled-ahcene	29			35.3076	0.2485	3
29026	Ouled Abbou	ouled-abbou	29			35.3076	0.2485	3
29026	Kherarza	kherarza	29			35.3076	0.2485	3
29026	Keddara	keddara	29			35.3076	0.2485	3
29026	Houayete	houayete	29			35.3076	0.2485	3
29026	Guetana	guetana	29			35.3076	0.2485	3
29026	Deguagura	deguagura	29			35.3076	0.2485	3
29026	Datcha	datcha	29			35.3076	0.2485	3
29026	Sidi M'Hamed Ben Yahia	sidi-m-hamed-ben-yahia	29			35.3076	0.2485	3
29026	Ouled Sidi Benkadour	ouled-sidi-benkadour	29			35.3076	0.2485	3
29026	Ouled Senouci	ouled-senouci	29			35.3076	0.2485	3
29026	Ouled Meghraoui	ouled-meghraoui	29			35.3076	0.2485	3
29026	Ouled Kebir	ouled-kebir	29			35.3076	0.2485	3
29026	Ouled Hadj Benamar	ouled-hadj-benamar	29			35.3076	0.2485	3
29026	Ouled Gotni	ouled-gotni	29			35.3076	0.2485	3
29027	Mocta Douz	mocta-douz	29			35.6043	-0.0469	4
29027	Hamri	hamri	29			35.3812	0.784	4
29027	Aboud	aboud	29			35.4928	0.3685	3
29027	Betayeb	betayeb	29			35.4928	0.3685	3
29027	Latouaf	latouaf	29			35.4928	0.3685	3
29027	Beloumi	beloumi	29			35.4928	0.3685	3
29027	Hassani	hassani	29			35.4928	0.3685	3
29027	Zaag	zaag	29			35.4928	0.3685	3
29027	Douar El Merdja	douar-el-merdja	29			35.4928	0.3685	3
29027	Ziade	ziade	29			35.4928	0.3685	3
29027	Ferradj	ferradj	29			35.4928	0.3685	3
29027	Mebarek	mebarek	29			35.4928	0.3685	3
29027	Douar El Hammar	douar-el-hammar	29			35.4928	0.3685	3
29027	Merine	merine	29			35.4928	0.3685	3
29027	Douar Habra	douar-habra	29			35.4928	0.3685	3
29027	Senouci	senouci	29			35.4928	0.3685	3
29027	Kheireddin	kheireddin	29			35.4928	0.3685	3
29027	Djenina	djenina	29			35.4928	0.3685	3
29027	Raouz	raouz	29			35.4928	0.3685	3
29027	Chahib	chahib	29			35.4928	0.3685	3
29027	Douar Djedid	douar-djedid	29			35.4928	0.3685	3
29028	Mohammadia Beni Chougrane	mohammadia-beni-chougrane	29			35.4173	0.2144	1
29029	Ahl El Aid	ahl-el-aid	29			35.5839	-0.2686	4
29029	Kranif	kranif	29			35.6438	-0.2143	4
29029	Zelamta	zelamta	29			35.2924	0.4759	4
29029	Oggaz	oggaz	29			35.5628	-0.2597	4
29029	Glehza	glehza	29			35.5207	-0.0667	3
29029	Ahl Mehdl	ahl-mehdl	29			35.5207	-0.0667	3
29029	Hetaita	hetaita	29			35.5207	-0.0667	3
29029	Khefafra	khefafra	29			35.5207	-0.0667	3
29029	Kouacem	kouacem	29			35.5207	-0.0667	3
29029	Les Salines	les-salines	29			35.5207	-0.0667	3
29029	Ahl Kada	ahl-kada	29			35.5207	-0.0667	3
29029	Ahl El Mahdi	ahl-el-mahdi	29			35.5207	-0.0667	3
29029	Mamchout	mamchout	29			35.5207	-0.0667	3
29029	Megadid	megadid	29			35.5207	-0.0667	3
29029	Mare D'Eau	mare-d-eau	29			35.5207	-0.0667	3
29029	Ahl M'Hamed	ahl-m-hamed	29			35.5207	-0.0667	3
29030	Sidi Kada	sidi-kada	29			35.3308	0.3418	4
29030	Douar Sidi Kada	douar-sidi-kada	29			35.2977	0.3463	4
29030	Tayeb	tayeb	29			35.5645	0.2586	4
29030	Abayet (Vsa)	abayet-vsa	29			35.4262	0.3001	3
29030	Ouled Moussa	ouled-moussa	29			35.4262	0.3001	3
29030	Ababsa	ababsa	29			35.5117	0.2536	4
29030	Ouled Djmili	ouled-djmili	29			35.4262	0.3001	3
29030	Menasria	menasria	29			35.4262	0.3001	3
29030	Ouled Zeggou	ouled-zeggou	29			35.4262	0.3001	3
29030	Ouled Tami	ouled-tami	29			35.4262	0.3001	3
29030	Ouled Sidi Ahmed	ouled-sidi-ahmed	29			35.4262	0.3001	3
29030	Ouled Sadek	ouled-sadek	29			35.4262	0.3001	3
29030	Douar Beni Berdaa	douar-beni-berdaa	29			35.4262	0.3001	3
29030	Ouled Lekhdar	ouled-lekhdar	29			35.4262	0.3001	3
29030	Sidi Abderrahmane (Douar)	sidi-abderrahmane-douar	29			35.4262	0.3001	3
29030	Ouled Zerouki Larbi	ouled-zerouki-larbi	29			35.4262	0.3001	3
29030	Domaine Si Merhab	domaine-si-merhab	29			35.4262	0.3001	3
29030	Ouled Blel	ouled-blel	29			35.4262	0.3001	3
29030	Ouled El Hadj Mohamed Tayeb	ouled-el-hadj-mohamed-tayeb	29			35.4262	0.3001	3
29030	Ouled Kada	ouled-kada	29			35.4262	0.3001	3
29030	Ouled Bouadia	ouled-bouadia	29			35.4262	0.3001	3
29030	Ouled Boudali	ouled-boudali	29			35.4262	0.3001	3
29030	Ouled Boussaid	ouled-boussaid	29			35.4262	0.3001	3
29030	Douar Beni R'Chid	douar-beni-r-chid	29			35.4262	0.3001	3
29030	Zegaiguia	zegaiguia	29			35.4262	0.3001	3
29030	Soualmia	soualmia	29			35.4262	0.3001	3
29030	Douar Hanaidia	douar-hanaidia	29			35.4262	0.3001	3
29030	Douar Hessounette	douar-hessounette	29			35.4262	0.3001	3
29030	Douar Hezazta	douar-hezazta	29			35.4262	0.3001	3
29030	Douar Ouled Bouziane	douar-ouled-bouziane	29			35.4262	0.3001	3
29030	Douar Ouled Hadj Dahou	douar-ouled-hadj-dahou	29			35.4262	0.3001	3
29030	Douar Sidi Boukerroucha	douar-sidi-boukerroucha	29			35.4262	0.3001	3
29030	Douar Zehoufet	douar-zehoufet	29			35.4262	0.3001	3
29030	Gouadif	gouadif	29			35.4262	0.3001	3
29030	Guerachla (Douar)	guerachla-douar	29			35.4262	0.3001	3
29030	Hsounet	hsounet	29			35.4262	0.3001	3
29030	Mekaliche	mekaliche	29			35.4262	0.3001	3
29031	Teghenif Sidi Hamou	teghenif-sidi-hamou	29			35.3901	0.3871	1
29032	Ain Bouras	ain-bouras	29			35.3901	0.3871	1
29033	Maarfia	maarfia	29			35.401	0.7928	4
29033	Katroussa	katroussa	29			35.401	0.7928	3
29033	Aaraifia	aaraifia	29			35.401	0.7928	3
29033	Ketlioua	ketlioua	29			35.401	0.7928	3
29033	Khlaidj	khlaidj	29			35.401	0.7928	3
29033	Khedaid	khedaid	29			35.401	0.7928	3
29033	Ouled Yasel	ouled-yasel	29			35.401	0.7928	3
29033	Ouled Sidi Boutaiba	ouled-sidi-boutaiba	29			35.401	0.7928	3
29033	Nebabcha	nebabcha	29			35.401	0.7928	3
29033	Hadjaj	hadjaj	29			35.401	0.7928	3
29033	Ain Farah	ain-farah	29			35.401	0.7928	3
29034	Merainia	merainia	29			35.4601	0.2576	4
29034	Ain Frass	ain-frass	29			35.4601	0.2576	3
29034	Araibia	araibia	29			35.4601	0.2576	3
29034	Athmnia	athmnia	29			35.4601	0.2576	3
29034	Belacel	belacel	29			35.4601	0.2576	3
29034	Ouled Boudjemaa	ouled-boudjemaa	29			35.4601	0.2576	3
29034	Ouled Ben Khaled	ouled-ben-khaled	29			35.4601	0.2576	3
29034	Ouled Ben Djeloul	ouled-ben-djeloul	29			35.4601	0.2576	3
29034	Ouled Ben Chikh	ouled-ben-chikh	29			35.4601	0.2576	3
29034	Moualid	moualid	29			35.4601	0.2576	3
29034	Labbana	labbana	29			35.4601	0.2576	3
29034	Kelalize	kelalize	29			35.4601	0.2576	3
29034	Djedain	djedain	29			35.4601	0.2576	3
29034	Cheranha	cheranha	29			35.4601	0.2576	3
29034	Chebani	chebani	29			35.4601	0.2576	3
29034	20 Logements Agricole	20-logements-agricole	29			35.4601	0.2576	3
29035	Ain Mansour	ain-mansour	29			35.3934	0.5784	4
29036	Saline (Melh)	saline-melh	29			35.3901	0.3871	1
29036	Alaimia	alaimia	29			35.3901	0.3871	1
29036	Ouled Ali Manssour	ouled-ali-manssour	29			35.3901	0.3871	1
29036	Rehamna	rehamna	29			35.3901	0.3871	1
29037	Benchenine	benchenine	29			35.3901	0.3871	1
29038	Benian	benian	29			35.0997	0.2297	4
29038	Douar Chouaref	douar-chouaref	29			35.0997	0.2297	3
29038	Ouled Youcef	ouled-youcef	29			35.0997	0.2297	3
29038	Ouled Rais	ouled-rais	29			35.0997	0.2297	3
29038	Ouled Hebadi	ouled-hebadi	29			35.0997	0.2297	3
29038	Ouled Boudia	ouled-boudia	29			35.0997	0.2297	3
29038	Ouled Benyahia Ben Mostefa	ouled-benyahia-ben-mostefa	29			35.0997	0.2297	3
29038	Ouled Benyahia Ben Aek(Thenia)	ouled-benyahia-ben-aek-thenia	29			35.0997	0.2297	3
29038	Ouled Aissa Larbaa	ouled-aissa-larbaa	29			35.0997	0.2297	3
29038	Douar El Bekhakhra	douar-el-bekhakhra	29			35.0997	0.2297	3
29038	Bouariche	bouariche	29			35.0997	0.2297	3
29038	Bouala	bouala	29			35.0997	0.2297	3
29038	Bekhakhera	bekhakhera	29			35.0997	0.2297	3
29038	Bedir	bedir	29			35.0997	0.2297	3
29039	Rehailia	rehailia	29			35.4519	0.4253	4
29039	Ouled Ali Bouziane	ouled-ali-bouziane	29			35.4519	0.4253	3
29039	Houaidjia	houaidjia	29			35.4519	0.4253	3
29040	Djenien Meskine	djenien-meskine	29			35.4045	0.1663	1
29041	Ouled Belhachi	ouled-belhachi	29			35.3192	0.2681	3
29041	Kedadra	kedadra	29			35.3192	0.2681	4
29041	Megatefa	megatefa	29			35.3192	0.2681	3
29041	Gouassem	gouassem	29			35.3192	0.2681	3
29041	El Gaada	el-gaada	29			35.3192	0.2681	3
29041	Chenadfa	chenadfa	29			35.3192	0.2681	3
29041	Blasse	blasse	29			35.3192	0.2681	3
29041	Remaizia	remaizia	29			35.3192	0.2681	3
29041	Ouled Benyamina	ouled-benyamina	29			35.3192	0.2681	3
29041	Messatefa	messatefa	29			35.3192	0.2681	3
29041	Henaina	henaina	29			35.3192	0.2681	3
29041	Hemaida	hemaida	29			35.3192	0.2681	3
29042	El Gueithna	el-gueithna	29			35.4045	0.1663	1
29042	Ras Benadem	ras-benadem	29			35.4045	0.1663	1
29042	Ouled Ali Cherif	ouled-ali-cherif	29			35.4045	0.1663	1
29042	Zemaacha	zemaacha	29			35.4045	0.1663	1
29042	Zorgue	zorgue	29			35.4045	0.1663	1
29042	Ouled Ben Tayeb	ouled-ben-tayeb	29			35.4045	0.1663	1
29042	Maatlia	maatlia	29			35.4045	0.1663	1
29042	Oukla	oukla	29			35.4045	0.1663	1
29043	Mekhatria	mekhatria	29			35.5236	-0.323	4
29043	Arouba	arouba	29			35.3693	0.0648	4
29043	El Keurt	el-keurt	29			35.3811	0.0913	4
29043	Domaine Si Zaatout	domaine-si-zaatout	29			35.4246	-0.0557	3
29043	Ouled Bendaha	ouled-bendaha	29			35.4246	-0.0557	3
29043	Ouled Benyerou	ouled-benyerou	29			35.4246	-0.0557	3
29043	Ourghia	ourghia	29			35.4246	-0.0557	3
29043	Ababessa	ababessa	29			35.4246	-0.0557	3
29043	Domaine Si Benabdellah	domaine-si-benabdellah	29			35.4246	-0.0557	3
29043	Domaine Si Boudali	domaine-si-boudali	29			35.4246	-0.0557	3
29043	Mehanine	mehanine	29			35.4246	-0.0557	3
29044	Torch	torch	29			35.1734	0.4346	4
29044	Ouled Della	ouled-della	29			35.5311	0.4051	4
29044	Ouled Reguig	ouled-reguig	29			35.3522	0.4199	3
29044	Amariche	amariche	29			35.3522	0.4199	3
29044	Ouled Mehamed	ouled-mehamed	29			35.3522	0.4199	3
29044	Zenzela	zenzela	29			35.3522	0.4199	3
29044	Zemahfa	zemahfa	29			35.3522	0.4199	3
29044	Setarssa	setarssa	29			35.3522	0.4199	3
29044	Remssa	remssa	29			35.3522	0.4199	3
29044	Ouled Si Bachir	ouled-si-bachir	29			35.3522	0.4199	3
29044	Ouled Seghier	ouled-seghier	29			35.3522	0.4199	3
29044	Ouled Mabrouka	ouled-mabrouka	29			35.3522	0.4199	3
29044	Ouled Hadj (01) Et (2)	ouled-hadj-01-et-2	29			35.3522	0.4199	3
29044	Ouled Chaya	ouled-chaya	29			35.3522	0.4199	3
29044	Ouled Bfndouba	ouled-bfndouba	29			35.3522	0.4199	3
29044	Khelalfa	khelalfa	29			35.3522	0.4199	3
29044	Beyayda	beyayda	29			35.3522	0.4199	3
29044	El Menaouer	el-menaouer	29			35.3522	0.4199	3
29044	Ouled Bendoukha	ouled-bendoukha	29			35.3522	0.4199	3
29044	Ghirane	ghirane	29			35.3522	0.4199	3
29045	Fergoug	fergoug	29			35.5228	0.0407	4
29046	Ferraguig	ferraguig	29			35.5331	0.1556	4
29046	Hedaidia	hedaidia	29			35.5331	0.1556	3
29046	Madeha	madeha	29			35.5331	0.1556	3
29046	Ouled Ben Dahou	ouled-ben-dahou	29			35.5331	0.1556	3
29046	Ouled Khelifa	ouled-khelifa	29			35.5331	0.1556	3
29046	Saadnia	saadnia	29			35.5331	0.1556	3
29046	Ben Chenene (1) Et (2)	ben-chenene-1-et-2	29			35.5331	0.1556	3
29046	Beni Mokdad	beni-mokdad	29			35.5331	0.1556	3
29046	Bouhamza	bouhamza	29			35.5331	0.1556	3
29046	Douar Karma	douar-karma	29			35.5331	0.1556	3
29047	El Mehanine	el-mehanine	29			35.4045	0.1663	1
29047	Ouled Mansour	ouled-mansour	29			35.4045	0.1663	1
29047	Sidi Ben Aissa	sidi-ben-aissa	29			35.4045	0.1663	1
29047	Guedadra	guedadra	29			35.4045	0.1663	1
29047	Heraizia	heraizia	29			35.4045	0.1663	1
29047	Ouled Bouhedir	ouled-bouhedir	29			35.4045	0.1663	1
29047	Gharrous	gharrous	29			35.4045	0.1663	1
29047	Chouitah	chouitah	29			35.4045	0.1663	1
29047	Zeguagueda	zeguagueda	29			35.4045	0.1663	1
29048	Graia	graia	29			35.2867	0.3594	4
29049	Grara	grara	29			35.4045	0.1663	1
29050	Guerdjoum	guerdjoum	29			35.1743	0.0744	4
29050	Sidi Gueddim	sidi-gueddim	29			35.1743	0.0744	3
29050	Ouled Bouderba	ouled-bouderba	29			35.1743	0.0744	3
29050	Ouled Kebaili	ouled-kebaili	29			35.1743	0.0744	3
29050	Ouled Berrefes	ouled-berrefes	29			35.1743	0.0744	3
29050	Bouaha	bouaha	29			35.1743	0.0744	3
29050	Ouled Mimoun	ouled-mimoun	29			35.1743	0.0744	3
29050	Righa	righa	29			35.1743	0.0744	3
29051	Hassi Oudjerna	hassi-oudjerna	29			35.4465	0.6061	4
29052	Khessibia	khessibia	29			35.3144	0.4114	1
29053	Khrouf	khrouf	29			35.3144	0.4114	1
29054	Mactaa Menaouer	mactaa-menaouer	29			35.3144	0.4114	1
29055	Safsaf	safsaf	29			35.216	0.2737	4
29055	El Klalchia	el-klalchia	29			35.216	0.2737	3
29055	Ouled El Kebir	ouled-el-kebir	29			35.216	0.2737	3
29055	Nekarif	nekarif	29			35.216	0.2737	3
29055	Ouled Beguedad	ouled-beguedad	29			35.216	0.2737	3
29055	Makda	makda	29			35.216	0.2737	3
29055	El Aouacha	el-aouacha	29			35.216	0.2737	3
29055	El Blahia	el-blahia	29			35.216	0.2737	3
29056	Mamounia	mamounia	29			35.4252	0.1403	4
29056	Ouled Benkessou	ouled-benkessou	29			35.4252	0.1403	3
29056	Sidi Dahou	sidi-dahou	29			35.4252	0.1403	3
29057	Douar Guergour	douar-guergour	29			35.2813	0.5243	4
29057	Azzi	azzi	29			35.2707	0.5615	3
29057	Hadj Larbi	hadj-larbi	29			35.2559	0.5571	4
29057	Douar Hadj Larbi	douar-hadj-larbi	29			35.2559	0.5571	4
29057	Douar Mallah	douar-mallah	29			35.2707	0.5615	3
29057	Guergour	guergour	29			35.2813	0.5243	4
29057	Gouadih	gouadih	29			35.2749	0.603	4
29057	Cheaab	cheaab	29			35.2707	0.5615	3
29057	Douar Gouadih	douar-gouadih	29			35.2749	0.603	4
29057	Khouathria	khouathria	29			35.2707	0.5615	3
29057	Khechakhcha	khechakhcha	29			35.2707	0.5615	3
29057	Kellailia	kellailia	29			35.2707	0.5615	3
29057	Hadj Dahou	hadj-dahou	29			35.2707	0.5615	3
29057	Douar Tazoute	douar-tazoute	29			35.2707	0.5615	3
29057	Douar Sidi Abdallah	douar-sidi-abdallah	29			35.2707	0.5615	3
29057	Douar Chaab	douar-chaab	29			35.2707	0.5615	3
29057	Tazouta	tazouta	29			35.2707	0.5615	3
29057	Nissisa	nissisa	29			35.2707	0.5615	3
29057	M'Hamid	m-hamid	29			35.2707	0.5615	3
29058	Nesmoth	nesmoth	29			35.2548	0.3794	4
29058	Ouled Tayeb	ouled-tayeb	29			35.5645	0.2586	4
29058	Ouled Said	ouled-said	29			35.2798	0.379	4
29058	Ben Rachid	ben-rachid	29			35.3664	0.339	3
29058	Ahnaidja	ahnaidja	29			35.3664	0.339	3
29058	Gurechela	gurechela	29			35.3664	0.339	3
29058	Ouled Bouziane	ouled-bouziane	29			35.3664	0.339	3
29058	Ouled Bouchentouf	ouled-bouchentouf	29			35.3664	0.339	3
29058	Sidi Ali Boukerroucha	sidi-ali-boukerroucha	29			35.3664	0.339	3
29058	Ouled Kadour	ouled-kadour	29			35.3664	0.339	3
29059	Ouled Khamsa	ouled-khamsa	29			35.4161	0.2789	4
29060	Sidi Bouadjmi	sidi-bouadjmi	29			35.5379	0.3424	1
29060	Ahl Kadda Kebir	ahl-kadda-kebir	29			35.5379	0.3424	1
29060	Ahl Kadda Seghir	ahl-kadda-seghir	29			35.5379	0.3424	1
29060	Vsa Karroun	vsa-karroun	29			35.5379	0.3424	1
29060	Ahl Seddik	ahl-seddik	29			35.5379	0.3424	1
29060	Ras Ain Amirouche	ras-ain-amirouche	29			35.5379	0.3424	1
29061	Sahaouria	sahaouria	29			35.6267	0.1272	4
29062	Ouled Bouzaida	ouled-bouzaida	29			35.5837	0.2786	4
29062	Arbia	arbia	29			35.6534	0.2189	4
29062	Braknia	braknia	29			35.6131	0.2494	4
29062	Ouled Ben Aouali	ouled-ben-aouali	29			35.6167	0.249	3
29062	Ouled Ben Yatou	ouled-ben-yatou	29			35.6167	0.249	3
29062	Ouled Mbarek (1) Et (2)	ouled-mbarek-1-et-2	29			35.6167	0.249	3
29062	Sidi Hamou	sidi-hamou	29			35.6167	0.249	3
29062	Sidi Ali Ben Zian	sidi-ali-ben-zian	29			35.6167	0.249	3
29062	Sedjerara	sedjerara	29			35.6167	0.249	3
29062	Ababda	ababda	29			35.6167	0.249	3
29062	Abd El Oued	abd-el-oued	29			35.6167	0.249	3
29062	Ain Kebira	ain-kebira	29			35.6167	0.249	3
29062	Bereoune	bereoune	29			35.6167	0.249	3
29062	El Kabli	el-kabli	29			35.6167	0.249	3
29062	El Kiria	el-kiria	29			35.6167	0.249	3
29062	Ezeraguig	ezeraguig	29			35.6167	0.249	3
29062	Feraissia	feraissia	29			35.6167	0.249	3
29062	Kouadji	kouadji	29			35.6167	0.249	3
29063	Messadia	messadia	29			35.4317	0.4303	4
29063	El Homr	el-homr	29			35.4317	0.4303	3
29063	Gouatisse	gouatisse	29			35.4317	0.4303	3
29063	Aghaibia	aghaibia	29			35.4317	0.4303	3
29063	Mekadim	mekadim	29			35.4317	0.4303	3
29063	Nouairia	nouairia	29			35.4317	0.4303	3
29063	Ouled El Faress	ouled-el-faress	29			35.4317	0.4303	3
29063	Ouled El Hadef	ouled-el-hadef	29			35.4317	0.4303	3
29063	Rehaihia	rehaihia	29			35.4317	0.4303	3
29063	Sehailia	sehailia	29			35.4317	0.4303	3
29063	Aouaidia	aouaidia	29			35.4317	0.4303	3
29063	Maazia	maazia	29			35.4317	0.4303	3
29064	Selatna	selatna	29			35.5379	0.3424	1
29065	Ouled Guenoun	ouled-guenoun	29			35.5356	0.3799	4
29065	Medjaref	medjaref	29			35.454	0.5412	4
29065	Ouled Aouf	ouled-aouf	29			35.4489	0.4477	4
29065	Sidi Abdeldjabar	sidi-abdeldjabar	29			35.4795	0.4563	3
29065	Oulhassa (Saaidia)	oulhassa-saaidia	29			35.4795	0.4563	3
29065	Zoua	zoua	29			35.4795	0.4563	3
29066	Sidi Abdelmoumene	sidi-abdelmoumene	29			35.5379	0.3424	1
29066	Zaouche	zaouche	29			35.5379	0.3424	1
29066	El Kaoukab	el-kaoukab	29			35.5379	0.3424	1
29066	Hadhira	hadhira	29			35.5379	0.3424	1
29066	Kerairia 2	kerairia-2	29			35.5379	0.3424	1
29066	Mahi	mahi	29			35.5379	0.3424	1
29066	Souayeh	souayeh	29			35.5379	0.3424	1
29066	Alalema	alalema	29			35.5379	0.3424	1
29066	Bekhaita	bekhaita	29			35.5379	0.3424	1
29066	Djebabra (Mekid)	djebabra-mekid	29			35.5379	0.3424	1
29066	Djeneb Hadhira	djeneb-hadhira	29			35.5379	0.3424	1
29067	Sidi Benzerga	sidi-benzerga	29			35.5379	0.3424	1
29069	Sidi Amar	sidi-amar	29			35.4942	0.408	4
29069	Hamouya	hamouya	29			35.4942	0.408	3
29069	Ain Ledjouad	ain-ledjouad	29			35.4942	0.408	3
29069	Douar Daalecha	douar-daalecha	29			35.4942	0.408	3
29069	Hadj Benamar	hadj-benamar	29			35.4942	0.408	3
29069	Sidi Boussaid	sidi-boussaid	29			35.4942	0.408	3
29070	Sidi Slimane	sidi-slimane	29			35.4064	0.2996	1
29071	Smala Sidi Mahiedine	smala-sidi-mahiedine	29			35.4064	0.2996	1
29072	Souihia	souihia	29			35.4064	0.2996	1
29073	Temaznia	temaznia	29			35.4064	0.2996	1
29074	Yallou	yallou	29			35.4064	0.2996	1
29075	Zaghloul	zaghloul	29			35.4064	0.2996	1
29076	Zellaga	zellaga	29			35.4064	0.2996	1
30000	Ouargla Rp	ouargla-rp	30			32.6047	5.9129	1
30000	Sidi Mebarek	sidi-mebarek	30			32.6047	5.9129	1
30000	Sidi Ben Saci	sidi-ben-saci	30			32.6047	5.9129	1
30000	Sedrata	sedrata	30			32.6047	5.9129	1
30000	Ouargla Pc Urm	ouargla-pc-urm	30			32.6047	5.9129	1
30000	Ouargla Mekhadma	ouargla-mekhadma	30			32.6047	5.9129	1
30000	Ouargla 4čme Rm	ouargla-4-me-rm	30			32.6047	5.9129	1
30000	Nakhlat Ben Arima	nakhlat-ben-arima	30			32.6047	5.9129	1
30000	Melala	melala	30			32.6047	5.9129	1
30000	Ksar	ksar	30			32.6047	5.9129	1
30000	Guelala	guelala	30			32.6047	5.9129	1
30000	El Gara Sud	el-gara-sud	30			32.6047	5.9129	1
30000	El Gara Nord	el-gara-nord	30			32.6047	5.9129	1
30000	Ouargla Ctr	ouargla-ctr	30			32.6047	5.9129	1
30000	Chorfa	chorfa	30			32.6047	5.9129	1
30000	Berkaoui	berkaoui	30			32.6047	5.9129	1
30001	Hassi Messaoud	hassi-messaoud	30			31.6804	6.0729	4
30001	Rhoud El Baguel	rhoud-el-baguel	30			31.6804	6.0729	3
30001	Bel Hirane	bel-hirane	30			31.6804	6.0729	3
30001	Ain El Agreb	ain-el-agreb	30			31.6804	6.0729	3
30001	Gassi Touil	gassi-touil	30			31.6804	6.0729	3
30001	El Rhenami	el-rhenami	30			31.6804	6.0729	3
30001	Nezla	nezla	30			31.6804	6.0729	3
30001	Masdar	masdar	30			31.6804	6.0729	3
30001	Hassi Tartra	hassi-tartra	30			31.6804	6.0729	3
30001	El Gassi	el-gassi	30			31.6804	6.0729	3
30001	Rhoud Nouss	rhoud-nouss	30			31.6804	6.0729	3
30001	El Agreb	el-agreb	30			31.6804	6.0729	3
30001	Hassi Messaoud 24 Fevrier	hassi-messaoud-24-fevrier	30			31.6804	6.0729	3
30002	Touggourt	touggourt	30			33.1053	6.058	4
30002	Sidi Bouaziz	sidi-bouaziz	30			33.1053	6.058	3
30002	El Bahdja	el-bahdja	30			33.1053	6.058	3
30002	Merdjadja	merdjadja	30			33.1053	6.058	3
30003	Temacine	temacine	30			33.0197	6.0083	4
30003	Kardache	kardache	30			33.0197	6.0083	3
30003	Sidi Ameur	sidi-ameur	30			33.0197	6.0083	3
30003	Temelaht	temelaht	30			33.0197	6.0083	3
30004	Ain Sahra	ain-sahra	30			32.6047	5.9129	1
30005	Blidat Amor	blidat-amor	30			32.6047	5.9129	1
30005	Ben Nour Amor	ben-nour-amor	30			32.6047	5.9129	1
30006	El Hadjira	el-hadjira	30			32.6134	5.5126	4
30006	Guedachi	guedachi	30			32.6134	5.5126	3
30006	Chouara	chouara	30			32.6134	5.5126	3
30006	El Mir	el-mir	30			32.6134	5.5126	3
30006	Debidebi	debidebi	30			32.6134	5.5126	3
30007	Hassi Messaoud Emir Aek	hassi-messaoud-emir-aek	30			32.6047	5.9129	1
30008	Hassi Messaoud Amirouche	hassi-messaoud-amirouche	30			32.6047	5.9129	1
30009	Amiche	amiche	30			32.6047	5.9129	1
30009	Lemgarine Guedima	lemgarine-guedima	30			32.6047	5.9129	1
30009	M'Garine	m-garine	30			32.6047	5.9129	1
30010	Nezla	nezla	30			32.3991	5.7712	1
30010	Nezla Ben Tria	nezla-ben-tria	30			32.3991	5.7712	1
30010	Sidi Boudjenane	sidi-boudjenane	30			32.3991	5.7712	1
30011	Ouargla 1er Mai	ouargla-1er-mai	30			32.3991	5.7712	1
30012	Beni Thour	beni-thour	30			31.9631	5.3281	4
30012	Ouargla Ben M'Hidi	ouargla-ben-m-hidi	30			31.9631	5.3281	3
30013	Rouissat	rouissat	30			31.9243	5.3502	4
30013	Garat Krima	garat-krima	30			31.9243	5.3502	3
30013	Babanou	babanou	30			31.9243	5.3502	3
30014	Bour El Haicha	bour-el-haicha	30			32.3991	5.7712	1
30014	Sidi Abaz	sidi-abaz	30			32.3991	5.7712	1
30014	Said Otba	said-otba	30			32.3991	5.7712	1
30015	Taibet	taibet	30			33.0851	6.3891	4
30015	El Gueblia	el-gueblia	30			33.0851	6.3891	4
30015	El Bahri	el-bahri	30			33.0851	6.3891	3
30015	Berrahmoun	berrahmoun	30			33.0851	6.3891	3
30015	El Guerdeg	el-guerdeg	30			33.0851	6.3891	3
30015	Bounkhila	bounkhila	30			33.0851	6.3891	3
30015	El Guerbia	el-guerbia	30			33.0851	6.3891	3
30015	Dachrat El Agrab	dachrat-el-agrab	30			33.0851	6.3891	3
30015	El Mor	el-mor	30			33.0851	6.3891	3
30015	Souihla	souihla	30			33.0851	6.3891	3
30015	Sokra	sokra	30			33.0851	6.3891	3
30015	Dekar	dekar	30			33.0851	6.3891	3
30015	Gouachiche	gouachiche	30			33.0851	6.3891	3
30015	Bahdi	bahdi	30			33.0851	6.3891	3
30015	Khoubanat Aliat	khoubanat-aliat	30			33.0851	6.3891	3
30016	Lebdouat	lebdouat	30			32.3991	5.7712	1
30016	Beni Soued	beni-soued	30			32.3991	5.7712	1
30016	Tebsbest	tebsbest	30			32.3991	5.7712	1
30017	El Argoub	el-argoub	30			32.3991	5.7712	1
30017	Touggourt Emir Ae K	touggourt-emir-ae-k	30			32.3991	5.7712	1
30018	Zaouia El Abidia	zaouia-el-abidia	30			32.3991	5.7712	1
30019	Ain Beida	ain-beida	30			31.9377	5.3995	4
30019	Adjadja	adjadja	30			31.9377	5.3995	3
30019	Bakrat	bakrat	30			31.9377	5.3995	3
30020	Ben Naceur El Guerbi	ben-naceur-el-guerbi	30			32.1756	5.5372	1
30020	Erg Debadib	erg-debadib	30			32.1756	5.5372	1
30020	Khoubanat El Emzabi	khoubanat-el-emzabi	30			32.1756	5.5372	1
30020	Ben Naceur	ben-naceur	30			32.1756	5.5372	1
30021	Chott	chott	30			31.951	5.3898	4
30022	Cite Ennacer 19 Mars 62	cite-ennacer-19-mars-62	30			32.1756	5.5372	1
30023	El Alia	el-alia	30			32.6989	5.4314	4
30023	D'Zioua	d-zioua	30			32.6989	5.4314	3
30023	Chegga Leftait	chegga-leftait	30			32.6989	5.4314	3
30024	El Bhour	el-bhour	30			32.1756	5.5372	1
30025	El Borma	el-borma	30			32.1756	5.5372	1
30026	El Bour	el-bour	30			32.1611	5.347	4
30026	Ghare Boughoufala	ghare-boughoufala	30			32.1611	5.347	3
30027	Haoud El Hamra	haoud-el-hamra	30			31.8914	5.9806	4
30028	Oued Irara	oued-irara	30			32.1756	5.5372	1
30028	Irara	irara	30			32.1756	5.5372	1
30029	Oum Zebed Zaouia	oum-zebed-zaouia	30			32.1756	5.5372	1
30029	Mouh El Kebech	mouh-el-kebech	30			32.1756	5.5372	1
30029	M'Nagueur	m-nagueur	30			32.1756	5.5372	1
30029	Oum Zebed (Nouvelle)	oum-zebed-nouvelle	30			32.1756	5.5372	1
30029	Meherrighi	meherrighi	30			32.1756	5.5372	1
30029	Louibed	louibed	30			32.1756	5.5372	1
30029	El Hamraia	el-hamraia	30			32.1756	5.5372	1
30029	El Asli	el-asli	30			32.1756	5.5372	1
30029	Chabi	chabi	30			32.1756	5.5372	1
30030	Moggar	moggar	30			33.2667	6.0603	4
30031	N'Goussa	n-goussa	30			32.1402	5.3096	4
30031	El Khobna	el-khobna	30			33.1003	6.4075	4
30031	Oglat Larbaa	oglat-larbaa	30			32.6202	5.8586	3
30031	Hassi Miloud	hassi-miloud	30			32.6202	5.8586	3
30031	Hamraya	hamraya	30			32.6202	5.8586	3
30032	Tazegraret	tazegraret	30			33.059	5.9737	1
30032	Gherbouz	gherbouz	30			33.059	5.9737	1
30033	Sidi Boughoufala	sidi-boughoufala	30			33.059	5.9737	1
30034	Sidi Amrane	sidi-amrane	30			33.4989	6.008	4
30035	Sidi Khouiled	sidi-khouiled	30			33.059	5.9737	1
30035	Aouinet Moussa	aouinet-moussa	30			33.059	5.9737	1
30035	Oum Raneb	oum-raneb	30			33.059	5.9737	1
30036	Sidi Madhi	sidi-madhi	30			33.059	5.9737	1
30037	Sidi Slimane	sidi-slimane	30			33.2889	6.0831	4
30038	Sokra	sokra	30			33.059	5.9737	1
30039	Zaouia El Abidia 5 Juillet	zaouia-el-abidia-5-juillet	30			33.059	5.9737	1
30040	Ain Moussa	ain-moussa	30			33.2303	6.0512	1
30041	Bamendil	bamendil	30			33.2303	6.0512	1
30042	Bouameur	bouameur	30			33.2303	6.0512	1
30043	Chegga	chegga	30			33.2303	6.0512	1
30044	Dliliai	dliliai	30			33.2303	6.0512	1
30045	El Hadeb	el-hadeb	30			33.2303	6.0512	1
30046	El Harihira	el-harihira	30			33.2354	6.0307	4
30047	El Khoubna	el-khoubna	30			33.2303	6.0512	1
30048	El Ksour	el-ksour	30			33.2253	6.0717	4
30049	Frane	frane	30			33.2303	6.0512	1
30049	Zet	zet	30			33.2303	6.0512	1
30049	Debiche	debiche	30			33.2303	6.0512	1
30049	Hassi Khefif	hassi-khefif	30			33.2303	6.0512	1
30049	El Koum	el-koum	30			33.2303	6.0512	1
30049	Ben Azouz	ben-azouz	30			33.2303	6.0512	1
30049	Oued N'Ssa	oued-n-ssa	30			33.2303	6.0512	1
30049	Khezaana	khezaana	30			33.2303	6.0512	1
30050	Ghamra	ghamra	30			32.7742	5.7294	1
30051	Goug	goug	30			32.9055	6.0053	4
30052	Hassi Ben Abdellah	hassi-ben-abdellah	30			32.7742	5.7294	1
30052	Khechim Errih	khechim-errih	30			32.7742	5.7294	1
30053	Lagraf	lagraf	30			32.7742	5.7294	1
30054	Mouh Ben Ali	mouh-ben-ali	30			32.7742	5.7294	1
30055	Rachedi	rachedi	30			32.7742	5.7294	1
30056	Taibine	taibine	30			32.6428	5.4535	4
30057	Hassi Messaoud Toumiat	hassi-messaoud-toumiat	30			32.7742	5.7294	1
30800	Ouargla Ctr	ouargla-ctr	30			32.6555	5.8221	1
30801	Ouargla Crc	ouargla-crc	30			32.6555	5.8221	1
30802	Ouargla Crcoe	ouargla-crcoe	30			32.6555	5.8221	1
30803	Ouargla Crme	ouargla-crme	30			32.6555	5.8221	1
31000	Monte Christo	monte-christo	31			35.7167	-0.6667	4
31000	Oran Mouloud Feraoun	oran-mouloud-feraoun	31			35.7167	-0.6667	3
31000	Oran Es Soukhour	oran-es-soukhour	31			35.7167	-0.6667	3
31000	Oran Fellaoucene	oran-fellaoucene	31			35.7167	-0.6667	3
31000	Oran Ouistaria	oran-ouistaria	31			35.7167	-0.6667	3
31000	Oran Othmania	oran-othmania	31			35.7167	-0.6667	3
31000	Oran Hlm Seddikia	oran-hlm-seddikia	31			35.7167	-0.6667	3
31000	Oran Rp	oran-rp	31			35.7167	-0.6667	3
31000	Oran Sidi Okba	oran-sidi-okba	31			35.7167	-0.6667	3
31000	Oran Mekki Khelifa	oran-mekki-khelifa	31			35.7167	-0.6667	3
31000	Oran La Fontaine	oran-la-fontaine	31			35.7167	-0.6667	3
31000	Oran Ibn Sinna	oran-ibn-sinna	31			35.7167	-0.6667	3
31000	Oran Wilaya	oran-wilaya	31			35.7167	-0.6667	3
31000	Saint Remy	saint-remy	31			35.7167	-0.6667	3
31000	Oran Yaghmorassen	oran-yaghmorassen	31			35.7167	-0.6667	3
31000	Oran Es Sijane	oran-es-sijane	31			35.7167	-0.6667	3
31000	Oran Si Salah	oran-si-salah	31			35.7167	-0.6667	3
31000	Oran Tafna	oran-tafna	31			35.7167	-0.6667	3
31000	Oran Usto	oran-usto	31			35.7167	-0.6667	3
31000	Oran Bougueri	oran-bougueri	31			35.7167	-0.6667	3
31000	Oran D'Haia	oran-d-haia	31			35.7167	-0.6667	3
31000	Oran Ben Abderrezak	oran-ben-abderrezak	31			35.7167	-0.6667	3
31001	Bir El Djir Cdt Guerrab Med	bir-el-djir-cdt-guerrab-med	31			35.7735	-0.4775	1
31002	Oran Houha Mohamed	oran-houha-mohamed	31			35.7735	-0.4775	1
31003	Oran Saim Mohamed	oran-saim-mohamed	31			35.7735	-0.4775	1
31004	Arzew	arzew	31			35.8477	-0.3147	4
31004	Fontaine Des Gazelles	fontaine-des-gazelles	31			35.8818	-0.3047	4
31004	Arzew Khelifa Ben Mahmoud	arzew-khelifa-ben-mahmoud	31			35.8648	-0.3097	3
31004	Arzew Terre 2	arzew-terre-2	31			35.8648	-0.3097	3
31004	Arzew Terre 1	arzew-terre-1	31			35.8648	-0.3097	3
31004	Arzew Ahmed Zabana	arzew-ahmed-zabana	31			35.8648	-0.3097	3
31005	Es Senia	es-senia	31			35.6478	-0.624	4
31005	Universite Es Senia	universite-es-senia	31			35.6478	-0.624	3
31005	Es Senia El Matar	es-senia-el-matar	31			35.6478	-0.624	3
31006	Es Senia Zerbani Mohamed	es-senia-zerbani-mohamed	31			35.7735	-0.4775	1
31007	Oran El Makkari	oran-el-makkari	31			35.7735	-0.4775	1
31008	Oran El Moudjahed	oran-el-moudjahed	31			35.7735	-0.4775	1
31009	Oran Emir Khaled	oran-emir-khaled	31			35.7735	-0.4775	1
31010	Oran Es Sabbah	oran-es-sabbah	31			35.7214	-0.5628	1
31011	Oran Hai Badr	oran-hai-badr	31			35.7214	-0.5628	1
31012	Oran Oussama	oran-oussama	31			35.7214	-0.5628	1
31013	Oran Seddikia	oran-seddikia	31			35.7214	-0.5628	1
31014	Ain El Turk	ain-el-turk	31			35.7214	-0.5628	1
31014	Les Sablettes	les-sablettes	31			35.7214	-0.5628	1
31014	La Madrague	la-madrague	31			35.7214	-0.5628	1
31014	Albert (Plage)	albert-plage	31			35.7214	-0.5628	1
31014	Ain Safia	ain-safia	31			35.7214	-0.5628	1
31014	Pain De Sucre	pain-de-sucre	31			35.7214	-0.5628	1
31014	Ain El Turk (Terre)	ain-el-turk-terre	31			35.7214	-0.5628	1
31015	Bettioua	bettioua	31			35.8006	-0.2651	4
31015	Ararsa	ararsa	31			35.8006	-0.2651	3
31016	Bredeah	bredeah	31			35.5761	-0.8521	4
31016	Sidi Hamadi	sidi-hamadi	31			35.5761	-0.8521	3
31016	M'Sila	m-sila	31			35.5761	-0.8521	3
31016	Bouyacour	bouyacour	31			35.5761	-0.8521	3
31016	Boutlelis	boutlelis	31			35.5761	-0.8521	3
31016	Begoug	begoug	31			35.5761	-0.8521	3
31016	Ain Tessa	ain-tessa	31			35.5761	-0.8521	3
31017	Gdyel	gdyel	31			35.7811	-0.4258	4
31018	Gdyel Ahmed Zabana	gdyel-ahmed-zabana	31			35.7214	-0.5628	1
31019	Mers El Kebir	mers-el-kebir	31			35.7279	-0.7081	4
31019	Hai Ouarsenis	hai-ouarsenis	31			35.7279	-0.7081	3
31019	Hai Zouhour	hai-zouhour	31			35.7279	-0.7081	3
31019	Mers El Kebir (Marine)	mers-el-kebir-marine	31			35.7279	-0.7081	3
31020	Oran Imam El Houari	oran-imam-el-houari	31			35.6917	-0.5292	1
31021	Oran Sidi El Bachir	oran-sidi-el-bachir	31			35.6917	-0.5292	1
31022	Akid Abbes	akid-abbes	31			35.6917	-0.5292	1
31022	Hai Si Tarik	hai-si-tarik	31			35.6917	-0.5292	1
31022	Hai Snawbar	hai-snawbar	31			35.6917	-0.5292	1
31023	Bir El Djir	bir-el-djir	31			35.72	-0.545	4
31023	Ain Franine	ain-franine	31			35.7833	-0.5167	4
31023	Bendaoud (1 Et 3 Fraction)	bendaoud-1-et-3-fraction	31			35.7517	-0.5308	3
31023	Belgaid	belgaid	31			35.7517	-0.5308	3
31024	Slatna	slatna	31			35.6367	-0.4013	4
31024	Boufatis	boufatis	31			35.6797	-0.412	4
31024	Douaria	douaria	31			35.6582	-0.4066	3
31025	Bou Sfer	bou-sfer	31			35.7017	-0.8124	4
31025	Bou Sfer (Air)	bou-sfer-air	31			35.7017	-0.8124	3
31026	El Kerma	el-kerma	31			35.6088	-0.5739	4
31026	El Hamoul	el-hamoul	31			35.6088	-0.5739	3
31026	Arbal	arbal	31			35.6088	-0.5739	3
31027	Hassiane Ettoual	hassiane-ettoual	31			35.7115	-0.4429	4
31028	Hassi Bounif	hassi-bounif	31			35.6917	-0.5292	1
31028	Sidi Ali	sidi-ali	31			35.6917	-0.5292	1
31029	Khaled Ibn El Oualid	khaled-ibn-el-oualid	31			35.6917	-0.5292	1
31030	Guerarba	guerarba	31			35.6199	-0.5863	1
31030	Mers El Hadjadj	mers-el-hadjadj	31			35.6199	-0.5863	1
31030	Medabra	medabra	31			35.6199	-0.5863	1
31030	El Macta	el-macta	31			35.6199	-0.5863	1
31031	Misserghine	misserghine	31			35.614	-0.7396	4
31031	Hai Wiaam	hai-wiaam	31			35.614	-0.7396	3
31032	Oran Ahmed Medeghri (Air)	oran-ahmed-medeghri-air	31			35.6199	-0.5863	1
31032	Oran Ahmed Medeghri Terre (2)	oran-ahmed-medeghri-terre-2	31			35.6199	-0.5863	1
31032	Oran Ahmed Medeghri Terre (1)	oran-ahmed-medeghri-terre-1	31			35.6199	-0.5863	1
31032	Oran Ahmed Medeghri	oran-ahmed-medeghri	31			35.6199	-0.5863	1
31033	Oran El Feth	oran-el-feth	31			35.6199	-0.5863	1
31034	Oran El Hamri	oran-el-hamri	31			35.6199	-0.5863	1
31035	Oran El Marsa	oran-el-marsa	31			35.6199	-0.5863	1
31036	Oran Hai Bouamama	oran-hai-bouamama	31			35.6199	-0.5863	1
31037	Oued Tlelat	oued-tlelat	31			35.5512	-0.4514	4
31038	Hassi El Biod	hassi-el-biod	31			35.638	-0.5504	4
31038	Bouamama	bouamama	31			35.6485	-0.536	3
31038	Sidi Chami	sidi-chami	31			35.659	-0.5217	4
31039	Ain Beida	ain-beida	31			35.6372	-0.6683	4
31040	Ain El Bya	ain-el-bya	31			35.8039	-0.3018	4
31041	Arzew Emir Abdelkader	arzew-emir-abdelkader	31			35.7415	-0.5605	1
31042	Bendaoud	bendaoud	31			35.7415	-0.5605	1
31043	El Ancor	el-ancor	31			35.6876	-0.8697	4
31043	Les Andalouses	les-andalouses	31			35.7048	-0.8936	4
31043	Gueddara	gueddara	31			35.6962	-0.8816	3
31044	El Mahgoun	el-mahgoun	31			35.8189	-0.3582	4
31045	El Minzah	el-minzah	31			35.7415	-0.5605	1
31046	Hai Chahid Mahmoud	hai-chahid-mahmoud	31			35.7415	-0.5605	1
31047	Hai Emir Abdelkader	hai-emir-abdelkader	31			35.7415	-0.5605	1
31048	Hassi Ameur	hassi-ameur	31			35.7039	-0.4727	4
31049	Hassi Ben Okba	hassi-ben-okba	31			35.7296	-0.4672	4
31050	Hassi Mefsoukh	hassi-mefsoukh	31			35.7861	-0.3289	4
31051	Khemisti	khemisti	31			35.7303	-0.5794	4
31052	Kristel	kristel	31			35.8241	-0.483	4
31053	Naib	naib	31			35.7707	-0.4767	1
31054	Oran Cite Des Enseignants	oran-cite-des-enseignants	31			35.7707	-0.4767	1
31055	Oran Dar Beida	oran-dar-beida	31			35.6833	-0.6	4
31056	Oran Ibn Rochd	oran-ibn-rochd	31			35.7707	-0.4767	1
31057	Oran Izidi Mohamed	oran-izidi-mohamed	31			35.7707	-0.4767	1
31058	Sidi Benyebka	sidi-benyebka	31			35.8297	-0.3922	4
31059	Ain Karma	ain-karma	31			35.7707	-0.4767	1
31060	Akid Othmane	akid-othmane	31			35.7392	-0.4056	1
31061	Araba	araba	31			35.7581	-0.2416	4
31062	Ayaida	ayaida	31			35.7841	-0.3325	4
31063	Benfreha	benfreha	31			35.6934	-0.4185	4
31064	Bou Sfer Plage	bou-sfer-plage	31			35.7294	-0.8443	4
31065	Hadjadjma	hadjadjma	31			35.7392	-0.4056	1
31065	Chairia	chairia	31			35.7392	-0.4056	1
31066	Corales	corales	31			35.7392	-0.4056	1
31067	Dadayoum	dadayoum	31			35.7392	-0.4056	1
31068	Chouacha	chouacha	31			35.7308	-0.1913	4
31068	Djefafla	djefafla	31			35.7308	-0.1913	3
31069	El Bordj El Abiadh	el-bordj-el-abiadh	31			35.7392	-0.4056	1
31070	El Braya	el-braya	31			35.6294	-0.5186	4
31071	En Nedjma	en-nedjma	31			35.6478	-0.5695	4
31072	Fellaoussene Abane Ramdane	fellaoussene-abane-ramdane	31			35.684	-0.3586	1
31073	Gotni	gotni	31			35.6795	-0.3641	4
31074	Granine	granine	31			35.7138	-0.2097	4
31074	Haouaoua	haouaoua	31			35.7653	-0.2231	4
31075	Hai El Amel	hai-el-amel	31			35.684	-0.3586	1
31076	Hassasna	hassasna	31			35.763	-0.1563	4
31077	Kehailia	kehailia	31			35.684	-0.3586	1
31078	Mahdia	mahdia	31			35.5444	-0.4835	3
31078	Moualek	moualek	31			35.5444	-0.4835	4
31078	Chekalil	chekalil	31			35.5444	-0.4835	3
31078	Fathia	fathia	31			35.5444	-0.4835	3
31079	Menatsia	menatsia	31			35.7286	-0.3441	4
31080	Rabah	rabah	31			35.6897	-0.5565	1
31081	Sidi Bakhti	sidi-bakhti	31			35.6897	-0.5565	1
31082	Sidi Ghalem	sidi-ghalem	31			35.6897	-0.5565	1
31083	Sidi Maarouf	sidi-maarouf	31			35.6897	-0.5565	4
31084	Graidia B	graidia-b	31			35.6897	-0.5565	1
31084	Graidia A	graidia-a	31			35.6897	-0.5565	1
31084	Kelbit	kelbit	31			35.6897	-0.5565	1
31084	Tafraoui	tafraoui	31			35.6897	-0.5565	1
31084	Lartigues	lartigues	31			35.6897	-0.5565	1
31084	Houadef	houadef	31			35.6897	-0.5565	1
31085	Oran Achaba Hanifi	oran-achaba-hanifi	31			35.6897	-0.5565	1
31086	Misserghine Hai Zabana	misserghine-hai-zabana	31			35.6897	-0.5565	1
31800	Oran El M'Naouer Ctr	oran-el-m-naouer-ctr	31			35.7129	-0.4888	1
31801	Oran Aeroport Ems	oran-aeroport-ems	31			35.7129	-0.4888	1
31802	Oran Colis Postaux	oran-colis-postaux	31			35.7129	-0.4888	1
31803	Oran Centre Cheques Postaux	oran-centre-cheques-postaux	31			35.7129	-0.4888	1
31804	Oran Crc	oran-crc	31			35.7129	-0.4888	1
31805	Oran Crcoe	oran-crcoe	31			35.7129	-0.4888	1
31806	Oran Crme	oran-crme	31			35.7129	-0.4888	1
32000	Ouled Omrane	ouled-omrane	32			33.4156	0.8799	1
32000	Mechria Sghira	mechria-sghira	32			33.4156	0.8799	1
32000	El Bayadh Laamari Med	el-bayadh-laamari-med	32			33.4156	0.8799	1
32000	Draa Lahmar	draa-lahmar	32			33.4156	0.8799	1
32000	Bougtob Hai Nasr	bougtob-hai-nasr	32			33.4156	0.8799	1
32000	El Bayadh Rp	el-bayadh-rp	32			33.4156	0.8799	1
32000	El Mouilah	el-mouilah	32			33.4156	0.8799	1
32000	Haoud	haoud	32			33.4156	0.8799	1
32000	Laguermi	laguermi	32			33.4156	0.8799	1
32000	Mekther	mekther	32			33.4156	0.8799	1
32000	Meriresse	meriresse	32			33.4156	0.8799	1
32000	Ouafeg	ouafeg	32			33.4156	0.8799	1
32000	Ouled Moumen	ouled-moumen	32			33.4156	0.8799	1
32000	Thenia	thenia	32			33.4156	0.8799	1
32001	Bogtab Hay Nasr	bogtab-hay-nasr	32			33.9532	0.2052	3
32001	Bougtob	bougtob	32			34.0415	0.0895	4
32001	Village Sidi Hadj Bahous	village-sidi-hadj-bahous	32			33.9532	0.2052	3
32001	Alfaville	alfaville	32			33.8649	0.321	4
32001	Institut De Dvpt Ovin	institut-de-dvpt-ovin	32			33.9532	0.2052	3
32001	Sayada	sayada	32			33.9532	0.2052	3
32001	Pk8	pk8	32			33.9532	0.2052	3
32001	Lotissement Rural Sud	lotissement-rural-sud	32			33.9532	0.2052	3
32001	Bougtob Hai Nasr	bougtob-hai-nasr	32			33.9532	0.2052	3
32001	El Heireche	el-heireche	32			33.9532	0.2052	3
32001	Guarat Lahlib	guarat-lahlib	32			33.9532	0.2052	3
32001	Hiadh El Houkkam	hiadh-el-houkkam	32			33.9532	0.2052	3
32001	Bedrous	bedrous	32			33.9532	0.2052	3
32001	Sidi Belaid	sidi-belaid	32			33.9532	0.2052	3
32002	Brezina	brezina	32			33.0989	1.2608	4
32002	Sidi Hadj Dine	sidi-hadj-dine	32			32.9067	1.2272	4
32002	El Gasba	el-gasba	32			33.0028	1.244	3
32002	Guouiret El Hbar	guouiret-el-hbar	32			33.0028	1.244	3
32002	El Feraa	el-feraa	32			33.0028	1.244	3
32002	Khelaf	khelaf	32			33.0028	1.244	3
32002	Khouchiam	khouchiam	32			33.0028	1.244	3
32002	Ain Laamara	ain-laamara	32			33.0028	1.244	3
32002	Hassi Bendella	hassi-bendella	32			33.0028	1.244	3
32002	Sadaka	sadaka	32			33.0028	1.244	3
32003	El Abiodh Sidi Cheikh	el-abiodh-sidi-cheikh	32			32.893	0.5484	4
32004	El Bayadh Toumi Mohamed	el-bayadh-toumi-mohamed	32			33.4156	0.8799	1
32005	Arbaouat	arbaouat	32			33.0881	0.5803	4
32006	Boualem	boualem	32			33.729	1.5348	4
32006	Sidi Ahmed Bel Abbes	sidi-ahmed-bel-abbes	32			33.7158	1.5059	3
32006	Sfissifa	sfissifa	32			33.7026	1.4771	4
32006	Sidi Ahmed Ben Aissa	sidi-ahmed-ben-aissa	32			33.7158	1.5059	3
32006	Oum Djerabia	oum-djerabia	32			33.7158	1.5059	3
32006	El Oudienne	el-oudienne	32			33.7158	1.5059	3
32007	El Abiodh Sidi Cheikh Belmabrouk	el-abiodh-sidi-cheikh-belmabrouk	32			33.4156	0.8799	1
32008	El Bayadh Ait Amiri	el-bayadh-ait-amiri	32			33.4156	0.8799	1
32009	El Bayadh Hamidi Boulenouar	el-bayadh-hamidi-boulenouar	32			33.4156	0.8799	1
32010	Route Rogassa	route-rogassa	32			33.1714	0.5044	1
32010	El Bayadh Hasnaoui  Said	el-bayadh-hasnaoui-said	32			33.1714	0.5044	1
32011	Ksar Sidi Khelifa	ksar-sidi-khelifa	32			33.1714	0.5044	1
32011	El Kheither	el-kheither	32			33.1714	0.5044	1
32012	Hossein Ibn Ali	hossein-ibn-ali	32			33.1714	0.5044	1
32013	Benhattab	benhattab	32			33.1714	0.5044	1
32013	Kef El Ahmar	kef-el-ahmar	32			33.1714	0.5044	1
32013	Megrane	megrane	32			33.1714	0.5044	1
32014	Boussemghoun	boussemghoun	32			32.8643	0.0201	4
32015	Chellala Dahrania	chellala-dahrania	32			33.0339	0.0561	4
32016	El Bayadh Kadichou Mohamed	el-bayadh-kadichou-mohamed	32			33.1714	0.5044	1
32017	Ghassoul	ghassoul	32			33.3772	1.2027	4
32017	Bouslah	bouslah	32			33.3772	1.2027	3
32017	Toualil	toualil	32			33.3772	1.2027	3
32017	Mahdjouba	mahdjouba	32			33.3772	1.2027	3
32017	Lekhchim	lekhchim	32			33.3772	1.2027	3
32017	Chahid M'Hamed Boukhobza	chahid-m-hamed-boukhobza	32			33.3772	1.2027	3
32018	Oued Defilia	oued-defilia	32			33.1714	0.5044	1
32018	Chebika	chebika	32			33.1714	0.5044	1
32018	Dhait Echih	dhait-echih	32			33.1714	0.5044	1
32018	Draa El Quast	draa-el-quast	32			33.1714	0.5044	1
32018	El Mouahdi	el-mouahdi	32			33.1714	0.5044	1
32018	Hemeimat	hemeimat	32			33.1714	0.5044	1
32018	Ain Sfa	ain-sfa	32			33.1714	0.5044	1
32018	Oued El Mouilha	oued-el-mouilha	32			33.1714	0.5044	1
32018	Bendjrad	bendjrad	32			33.1714	0.5044	1
32018	Rogassa	rogassa	32			33.1714	0.5044	1
32018	Boukhait	boukhait	32			33.1714	0.5044	1
32019	Ain El Orak	ain-el-orak	32			33.4102	0.7385	4
32019	Sbaihi	sbaihi	32			33.4102	0.7385	3
32019	Saguia	saguia	32			33.4102	0.7385	3
32019	Ksar Lahmar	ksar-lahmar	32			33.4102	0.7385	3
32019	Rouissa	rouissa	32			33.4102	0.7385	3
32019	Sidi El Hadj Benameur	sidi-el-hadj-benameur	32			33.4102	0.7385	3
32019	Oum Zelfane	oum-zelfane	32			33.4102	0.7385	3
32020	Arba Fougani	arba-fougani	32			33.0132	0.1084	1
32021	Bordj El May	bordj-el-may	32			33.0132	0.1084	1
32022	Medsous	medsous	32			33.0132	0.1084	1
32022	Sefira	sefira	32			33.0132	0.1084	1
32022	Cheguig	cheguig	32			33.0132	0.1084	1
32022	Rahab	rahab	32			33.0132	0.1084	1
32022	Oued El Kiad	oued-el-kiad	32			33.0132	0.1084	1
32022	Bouzouleil	bouzouleil	32			33.0132	0.1084	1
32022	Boughrara	boughrara	32			33.0132	0.1084	1
32022	Sidi Naceur	sidi-naceur	32			33.0132	0.1084	1
32022	Sidi Abid	sidi-abid	32			33.0132	0.1084	1
32023	Chellala El Gueblia	chellala-el-gueblia	32			33.0132	0.1084	4
32023	Hassi Belhachemi	hassi-belhachemi	32			33.0132	0.1084	3
32023	Maider	maider	32			33.0132	0.1084	3
32023	Ain Hachifa	ain-hachifa	32			33.0132	0.1084	3
32024	Deghem	deghem	32			33.0132	0.1084	1
32024	Deghima	deghima	32			33.0132	0.1084	1
32025	Zaouiat Hadj Bahous	zaouiat-hadj-bahous	32			33.0132	0.1084	1
32025	El Bnoud	el-bnoud	32			33.0132	0.1084	1
32026	Khodhor	khodhor	32			33.0132	0.1084	1
32026	El Mehara	el-mehara	32			33.0132	0.1084	1
32026	Hassi Ben Hadjam	hassi-ben-hadjam	32			33.0132	0.1084	1
32027	Krakda	krakda	32			33.0132	0.1084	1
32027	Vieux Ksar	vieux-ksar	32			33.0132	0.1084	1
32027	El Meghsel	el-meghsel	32			33.0132	0.1084	1
32027	Souas	souas	32			33.0132	0.1084	1
32028	Mosbah	mosbah	32			33.0132	0.1084	1
32029	Ain Djedida	ain-djedida	32			33.0132	0.1084	1
32029	Sidi Amar	sidi-amar	32			33.0132	0.1084	1
32029	El Farch	el-farch	32			33.0132	0.1084	1
32029	El Messaid	el-messaid	32			33.0132	0.1084	1
32029	Timendert	timendert	32			33.0132	0.1084	1
32030	Sidi Khelifa	sidi-khelifa	32			33.7409	1.2372	1
32031	Sidi Slimane	sidi-slimane	32			33.8333	1.7298	4
32032	Sidi Tifour	sidi-tifour	32			33.7213	1.6866	4
32032	Dir El Hassiane	dir-el-hassiane	32			33.7213	1.6866	3
32033	Stitten	stitten	32			33.7569	1.2237	4
32033	Chahid Slimani Miloud	chahid-slimani-miloud	32			33.7569	1.2237	3
32033	Hassi Regab	hassi-regab	32			33.7569	1.2237	3
32033	Kharouaa	kharouaa	32			33.7569	1.2237	3
32033	Lighen	lighen	32			33.7569	1.2237	3
32033	Lourakis	lourakis	32			33.7569	1.2237	3
32033	Massine	massine	32			33.7569	1.2237	3
32033	Chaaba El Bidah	chaaba-el-bidah	32			33.7569	1.2237	3
32033	Oudei El Hgel	oudei-el-hgel	32			33.7569	1.2237	3
32033	Bounadji	bounadji	32			33.7569	1.2237	3
32033	Batane	batane	32			33.7569	1.2237	3
32033	Tigazmine	tigazmine	32			33.7569	1.2237	3
32033	Mehirtha	mehirtha	32			33.7569	1.2237	3
32034	Tousmouline	tousmouline	32			33.6519	0.3086	4
33000	Aharar	aharar	33			28.2503	7.901	1
33000	Sidi Bouslah	sidi-bouslah	33			28.2503	7.901	1
33000	Oued Sanene	oued-sanene	33			28.2503	7.901	1
33000	Ighaghi	ighaghi	33			28.2503	7.901	1
33000	Illizi Rp	illizi-rp	33			28.2503	7.901	1
33000	Tin Tourkha	tin-tourkha	33			28.2503	7.901	1
33000	Assekaifet	assekaifet	33			28.2503	7.901	1
33000	Imihrou Oued Samene	imihrou-oued-samene	33			28.2503	7.901	1
33000	Agagha	agagha	33			28.2503	7.901	1
33000	Takhmalt	takhmalt	33			28.2503	7.901	1
33000	Halloufa	halloufa	33			28.2503	7.901	1
33000	Tamadjert	tamadjert	33			28.2503	7.901	1
33000	Tihihaouet	tihihaouet	33			28.2503	7.901	1
33000	Fadnoune	fadnoune	33			28.2503	7.901	1
33000	Tafara Takhest	tafara-takhest	33			28.2503	7.901	1
33000	Afara	afara	33			28.2503	7.901	1
33000	Taghassa	taghassa	33			28.2503	7.901	1
33000	Tasset	tasset	33			28.2503	7.901	1
33001	In Amenas	in-amenas	33			28.0437	9.5411	4
33001	Askarene	askarene	33			28.0655	9.6598	3
33001	Zarzaitine	zarzaitine	33			28.0873	9.7786	4
33001	Tiguentourine	tiguentourine	33			28.0655	9.6598	3
33001	Tin Amellal	tin-amellal	33			28.0655	9.6598	3
33001	Timedratine	timedratine	33			28.0655	9.6598	3
33001	Hadeb Larache	hadeb-larache	33			28.0655	9.6598	3
33001	Edjelleh	edjelleh	33			28.0655	9.6598	3
33002	Azlouaz	azlouaz	33			28.2503	7.901	1
33002	Andjir	andjir	33			28.2503	7.901	1
33002	Djahil	djahil	33			28.2503	7.901	1
33002	Arikine	arikine	33			28.2503	7.901	1
33002	Djanet	djanet	33			28.2503	7.901	1
33002	El Mihane	el-mihane	33			28.2503	7.901	1
33002	Enijoir	enijoir	33			28.2503	7.901	1
33002	Taadanet	taadanet	33			28.2503	7.901	1
33002	Tadani	tadani	33			28.2503	7.901	1
33002	Tamarit	tamarit	33			28.2503	7.901	1
33002	Tinelkoum	tinelkoum	33			28.2503	7.901	1
33003	Bordj Omar Driss	bordj-omar-driss	33			28.1202	6.8186	4
33003	Bel Guebbour	bel-guebbour	33			28.5	6.6833	4
33003	Amguid	amguid	33			28.3734	6.7284	3
33003	Hassi Bel Guebbour	hassi-bel-guebbour	33			28.5	6.6833	4
33003	Ghorg Yacoub	ghorg-yacoub	33			28.3734	6.7284	3
33003	Zaouiet Sidi Moussa	zaouiet-sidi-moussa	33			28.3734	6.7284	3
33003	Star	star	33			28.3734	6.7284	3
33003	Tabenkourt	tabenkourt	33			28.3734	6.7284	3
33003	Tin Fouye	tin-fouye	33			28.3734	6.7284	3
33004	Debdeb	debdeb	33			28.2503	7.901	1
33004	Ain Sabi	ain-sabi	33			28.2503	7.901	1
33004	Ain Yacoub	ain-yacoub	33			28.2503	7.901	1
33005	Illizi 8 Mai 45	illizi-8-mai-45	33			28.2503	7.901	1
33006	Ain Abarbar	ain-abarbar	33			28.2503	7.901	1
33007	Alrar	alrar	33			28.2503	7.901	1
33008	Bordj El Haoues	bordj-el-haoues	33			28.2503	7.901	1
33008	Hounadj	hounadj	33			28.2503	7.901	1
33008	Iherie	iherie	33			28.2503	7.901	1
33008	Dider	dider	33			28.2503	7.901	1
33009	Iferi	iferi	33			28.2503	7.901	1
33010	Ohanet	ohanet	33			28.2503	7.901	1
33011	Tarat	tarat	33			28.2503	7.901	1
34000	Caam Meradi Lakhdar	caam-meradi-lakhdar	34			36.0717	4.8045	1
34000	Bordj Bou Arreridj Rp	bordj-bou-arreridj-rp	34			36.0717	4.8045	1
34000	Ferme Bouda	ferme-bouda	34			36.0717	4.8045	1
34000	Ferme Ouled Eskhar	ferme-ouled-eskhar	34			36.0717	4.8045	1
34000	Lachbor	lachbor	34			36.0717	4.8045	1
34000	Route Ain Soltane	route-ain-soltane	34			36.0717	4.8045	1
34000	Route Medj	route-medj	34			36.0717	4.8045	1
34000	Bordj Bou Arreridj Cite Des 54 Martyrs	bordj-bou-arreridj-cite-des-54-martyrs	34			36.0717	4.8045	1
34000	Ain Benomrane	ain-benomrane	34			36.0717	4.8045	1
34000	Dehissa (Ferme)	dehissa-ferme	34			36.0717	4.8045	1
34000	Caam Meridji Boudjemaa	caam-meridji-boudjemaa	34			36.0717	4.8045	1
34000	Domaine Ben Ahmed	domaine-ben-ahmed	34			36.0717	4.8045	1
34001	Toumella	toumella	34			35.9355	5.0292	4
34001	Ras El Oued	ras-el-oued	34			35.9441	5.0311	4
34001	Merdj Ezit	merdj-ezit	34			35.9398	5.0301	3
34001	Deryaga	deryaga	34			35.9398	5.0301	3
34001	Ain Benaimouche	ain-benaimouche	34			35.9398	5.0301	3
34001	Tittest	tittest	34			35.9398	5.0301	3
34001	Ras El Oued C Toumela	ras-el-oued-c-toumela	34			35.9398	5.0301	3
34001	Ouled Abdelouahed	ouled-abdelouahed	34			35.9398	5.0301	3
34001	Ain Tittest	ain-tittest	34			35.9398	5.0301	3
34001	Ferme Mizane	ferme-mizane	34			35.9398	5.0301	3
34001	Amrous	amrous	34			35.9398	5.0301	3
34001	Ayadh	ayadh	34			35.9398	5.0301	3
34001	Bir Cheham	bir-cheham	34			35.9398	5.0301	3
34001	Bougbis	bougbis	34			35.9398	5.0301	3
34001	Domaine Zerrouki	domaine-zerrouki	34			35.9398	5.0301	3
34001	Domaine Kirouani	domaine-kirouani	34			35.9398	5.0301	3
34002	Bordj Bou Arreridj Ben Badis	bordj-bou-arreridj-ben-badis	34			36.0717	4.8045	1
34003	Bordj Bou Arreridj Mokrani	bordj-bou-arreridj-mokrani	34			36.0717	4.8045	1
34004	Cite Lazreg	cite-lazreg	34			36.0717	4.8045	1
34004	Bordj Ghedir	bordj-ghedir	34			36.0717	4.8045	1
34004	Dachra	dachra	34			36.0717	4.8045	1
34004	Ouled Sellini	ouled-sellini	34			36.0717	4.8045	1
34004	Khaoula	khaoula	34			36.0717	4.8045	1
34004	Ouled Sidi Said	ouled-sidi-said	34			36.0717	4.8045	1
34004	Ouled Sidi Moussa	ouled-sidi-moussa	34			36.0717	4.8045	1
34004	Zemala	zemala	34			36.0717	4.8045	1
34004	Zeguendou	zeguendou	34			36.0717	4.8045	1
34004	Zbir	zbir	34			36.0717	4.8045	1
34004	Ouled Makhlouf	ouled-makhlouf	34			36.0717	4.8045	1
34004	Kota	kota	34			36.0717	4.8045	1
34005	Bordj Zemoura	bordj-zemoura	34			36.2746	4.8567	4
34005	Ouled Chalabi	ouled-chalabi	34			36.0994	4.8041	3
34005	Gueraba	gueraba	34			36.0994	4.8041	3
34005	Ain Zouaoua	ain-zouaoua	34			36.0994	4.8041	3
34005	Ammara	ammara	34			36.0994	4.8041	3
34005	Bouaziz	bouaziz	34			36.0994	4.8041	3
34005	Bouchiba	bouchiba	34			36.0994	4.8041	3
34005	Boutouil	boutouil	34			36.0994	4.8041	3
34005	Chartioua	chartioua	34			36.0994	4.8041	3
34005	Chefari	chefari	34			36.0994	4.8041	3
34005	Dehssa	dehssa	34			36.0994	4.8041	3
34005	Draa Halima	draa-halima	34			36.0994	4.8041	3
34005	El Ghil	el-ghil	34			36.0994	4.8041	3
34005	Ghenia	ghenia	34			36.0994	4.8041	3
34005	Golea	golea	34			36.0994	4.8041	3
34005	Grimane	grimane	34			36.0994	4.8041	3
34005	Merabtine	merabtine	34			36.0994	4.8041	3
34005	Ouled Abdelouahed	ouled-abdelouahed	34			36.0994	4.8041	3
34005	Ouled Athmane	ouled-athmane	34			36.0994	4.8041	3
34005	Ouled Belhouchet	ouled-belhouchet	34			36.0994	4.8041	3
34005	Ouled Bouab	ouled-bouab	34			36.0994	4.8041	3
34005	Ouled Djellal	ouled-djellal	34			36.0994	4.8041	3
34005	Ouled Hammouche	ouled-hammouche	34			36.0994	4.8041	3
34005	Ouled Kourchia	ouled-kourchia	34			36.0994	4.8041	3
34005	Ouled Mouna	ouled-mouna	34			36.0994	4.8041	3
34005	Ouled Sidi Ali	ouled-sidi-ali	34			36.0994	4.8041	3
34005	Serdja	serdja	34			36.0994	4.8041	3
34005	Souigua	souigua	34			36.0994	4.8041	3
34005	Talaouzou	talaouzou	34			36.0994	4.8041	3
34005	Tizi	tizi	34			36.0994	4.8041	3
34005	Zaiache	zaiache	34			36.0994	4.8041	3
34006	El Achir	el-achir	34			36.0639	4.6274	4
34006	Khelil	khelil	34			36.1791	5.0234	4
34006	Makhamra	makhamra	34			36.1215	4.8254	3
34006	Village Agricole Lachebour	village-agricole-lachebour	34			36.1215	4.8254	3
34006	El Arch	el-arch	34			36.1215	4.8254	3
34006	Djaram	djaram	34			36.1215	4.8254	3
34006	Ferme Benbourahla	ferme-benbourahla	34			36.1215	4.8254	3
34006	Draa Lebyadh	draa-lebyadh	34			36.1215	4.8254	3
34006	Ksir El Ghoul	ksir-el-ghoul	34			36.1215	4.8254	3
34006	Ouled Bouhriz	ouled-bouhriz	34			36.1215	4.8254	3
34006	Domaine Hamitouche	domaine-hamitouche	34			36.1215	4.8254	3
34006	Senada	senada	34			36.1215	4.8254	3
34007	Khelil	khelil	34			36.1791	5.0234	4
34007	El Kherba	el-kherba	34			36.1129	5.0776	3
34007	Larbaa	larbaa	34			36.0466	5.1317	4
34007	El Gattar	el-gattar	34			36.1129	5.0776	3
34007	Douar Khelil	douar-khelil	34			36.1129	5.0776	3
34007	Ferme Zaibet	ferme-zaibet	34			36.1129	5.0776	3
34007	Laabalette	laabalette	34			36.1129	5.0776	3
34007	Merriouette	merriouette	34			36.1129	5.0776	3
34007	Ouled Abdella	ouled-abdella	34			36.1129	5.0776	3
34007	Bouzagza	bouzagza	34			36.1129	5.0776	3
34007	Oued Khelil	oued-khelil	34			36.1129	5.0776	3
34008	Erbea	erbea	34			36.1498	4.4475	4
34008	Amsoud	amsoud	34			36.1022	4.4829	3
34008	Ain Defla	ain-defla	34			36.0697	4.5493	4
34008	Zitoun	zitoun	34			36.1022	4.4829	3
34008	Mansoura	mansoura	34			36.0872	4.4519	4
34008	Unite Police	unite-police	34			36.1022	4.4829	3
34008	Tighilt	tighilt	34			36.1022	4.4829	3
34008	Sidi Makhlouf	sidi-makhlouf	34			36.1022	4.4829	3
34008	Ouled Abbes	ouled-abbes	34			36.1022	4.4829	3
34008	Mzita	mzita	34			36.1022	4.4829	3
34008	Meziraa	meziraa	34			36.1022	4.4829	3
34008	Ighil	ighil	34			36.1022	4.4829	3
34008	Djeghalil	djeghalil	34			36.1022	4.4829	3
34008	Boudjabha	boudjabha	34			36.1022	4.4829	3
34009	Sidi Moussa	sidi-moussa	34			35.9465	4.8667	4
34009	Oued Sayed	oued-sayed	34			36.0392	4.7678	3
34009	Medjana	medjana	34			36.1319	4.669	4
34009	Bounachada	bounachada	34			36.0392	4.7678	3
34009	Chetatha	chetatha	34			36.0392	4.7678	3
34009	Bir Lahmar	bir-lahmar	34			36.0392	4.7678	3
34009	Chibane	chibane	34			36.0392	4.7678	3
34009	Dar El Beida	dar-el-beida	34			36.0392	4.7678	3
34009	El Aouinette	el-aouinette	34			36.0392	4.7678	3
34009	Sehara	sehara	34			36.0392	4.7678	3
34009	El Machraa	el-machraa	34			36.0392	4.7678	3
34009	Seguat Roha	seguat-roha	34			36.0392	4.7678	3
34009	Essera	essera	34			36.0392	4.7678	3
34009	Guerria	guerria	34			36.0392	4.7678	3
34009	Laouinet	laouinet	34			36.0392	4.7678	3
34009	Beldja	beldja	34			36.0392	4.7678	3
34009	Lehmil	lehmil	34			36.0392	4.7678	3
34009	Oussalah	oussalah	34			36.0392	4.7678	3
34010	Ain Taghrout	ain-taghrout	34			36.1301	5.0772	4
34010	Laouinet	laouinet	34			36.1301	5.0772	3
34010	Achacha	achacha	34			36.1301	5.0772	3
34010	Barrage Ain Zada	barrage-ain-zada	34			36.1301	5.0772	3
34010	Belhout (1 Et 2)	belhout-1-et-2	34			36.1301	5.0772	3
34010	Chabet Telma	chabet-telma	34			36.1301	5.0772	3
34010	El Aouinet	el-aouinet	34			36.1301	5.0772	3
34010	El Guebaiel	el-guebaiel	34			36.1301	5.0772	3
34010	Lahouachria (Mechta)	lahouachria-mechta	34			36.1301	5.0772	3
34010	Ouled Morsli	ouled-morsli	34			36.1301	5.0772	3
34010	Ouled Bounab	ouled-bounab	34			36.1301	5.0772	3
34010	Lehouissi	lehouissi	34			36.1301	5.0772	3
34010	Leghrazla	leghrazla	34			36.1301	5.0772	3
34011	Diafete	diafete	34			36.1445	5.0276	3
34011	Ain Beidha	ain-beidha	34			36.1445	5.0276	3
34011	Bir Kasdali	bir-kasdali	34			36.1445	5.0276	4
34011	Beni Hemid	beni-hemid	34			36.1445	5.0276	3
34011	Ouled Bounabi	ouled-bounabi	34			36.1445	5.0276	3
34011	Bir Ben Chabane	bir-ben-chabane	34			36.1445	5.0276	3
34011	Sidi Bounab	sidi-bounab	34			36.1445	5.0276	3
34011	Mlila Kebira	mlila-kebira	34			36.1445	5.0276	3
34011	Ouled Ben Ali	ouled-ben-ali	34			36.1445	5.0276	3
34011	Loukhing	loukhing	34			36.1445	5.0276	3
34011	Domaine Benour	domaine-benour	34			36.1445	5.0276	3
34011	Chouiha	chouiha	34			36.1445	5.0276	3
34011	Chabet Leksir	chabet-leksir	34			36.1445	5.0276	3
34012	Bordj Bou Arreridj 24 Fevrier	bordj-bou-arreridj-24-fevrier	34			36.1239	4.9327	1
34013	Bordj Bou Arreridj Es Saada	bordj-bou-arreridj-es-saada	34			36.1239	4.9327	1
34014	Cherchar	cherchar	34			36.1797	5.0881	4
34014	Hadjadj	hadjadj	34			36.1667	4.85	4
34014	Mechta Ouled Mehenni	mechta-ouled-mehenni	34			36.1431	4.8057	4
34014	Mechta Ouled Ali	mechta-ouled-ali	34			36.1632	4.9146	3
34014	Bir Boulares (Zemcha)	bir-boulares-zemcha	34			36.1632	4.9146	3
34014	Ben Touhami	ben-touhami	34			36.1632	4.9146	3
34014	Ain Si Mohamed (Zaamcha)	ain-si-mohamed-zaamcha	34			36.1632	4.9146	3
34014	Ain Remel	ain-remel	34			36.1632	4.9146	3
34014	Ain Msidir	ain-msidir	34			36.1632	4.9146	3
34014	Ouled Bouguer (Zaamcha)	ouled-bouguer-zaamcha	34			36.1632	4.9146	3
34014	Lekhreb (Mechta)	lekhreb-mechta	34			36.1632	4.9146	3
34014	Ferme Khennouf	ferme-khennouf	34			36.1632	4.9146	3
34014	Guelmani	guelmani	34			36.1632	4.9146	3
34014	Hasnaoua	hasnaoua	34			36.1632	4.9146	3
34014	Khetatla (Zaamcha)	khetatla-zaamcha	34			36.1632	4.9146	3
34014	Lemdania (Mechta)	lemdania-mechta	34			36.1632	4.9146	3
34014	Mechta Ain Ghorab	mechta-ain-ghorab	34			36.1632	4.9146	3
34014	Mechta Ain Tegzirine	mechta-ain-tegzirine	34			36.1632	4.9146	3
34014	Mechta Boucheraf	mechta-boucheraf	34			36.1632	4.9146	3
34014	Mechta Boudaha	mechta-boudaha	34			36.1632	4.9146	3
34014	Mechta Drekcha	mechta-drekcha	34			36.1632	4.9146	3
34014	Mechta Guelial	mechta-guelial	34			36.1632	4.9146	3
34014	Mechta Guelmani	mechta-guelmani	34			36.1632	4.9146	3
34014	Mechta Hadjadj	mechta-hadjadj	34			36.1632	4.9146	3
34014	Mechta Hadjar Safra	mechta-hadjar-safra	34			36.1632	4.9146	3
34014	Mechta Labachi	mechta-labachi	34			36.1632	4.9146	3
34014	Mechta Lahouissi	mechta-lahouissi	34			36.1632	4.9146	3
34014	Mechta Mayoufi	mechta-mayoufi	34			36.1632	4.9146	3
34014	Zitouni	zitouni	34			36.1632	4.9146	3
34014	Zehar	zehar	34			36.1632	4.9146	3
34014	Zaidi	zaidi	34			36.1632	4.9146	3
34014	Zaamecha	zaamecha	34			36.1632	4.9146	3
34014	Traikia(Zaamecha)	traikia-zaamecha	34			36.1632	4.9146	3
34014	Ouled Zemouri	ouled-zemouri	34			36.1632	4.9146	3
34014	Ouled Sehili	ouled-sehili	34			36.1632	4.9146	3
34014	Ouled Naidji	ouled-naidji	34			36.1632	4.9146	3
34014	Ouled M'Hamed	ouled-m-hamed	34			36.1632	4.9146	3
34014	Ouled Menni	ouled-menni	34			36.1632	4.9146	3
34014	Ouled Mebarek	ouled-mebarek	34			36.1632	4.9146	3
34014	Ouled Layadi	ouled-layadi	34			36.1632	4.9146	3
34014	Ouled Lahouassa	ouled-lahouassa	34			36.1632	4.9146	3
34014	Ouled Khelfallah	ouled-khelfallah	34			36.1632	4.9146	3
34014	Ouled Ali Mehenni	ouled-ali-mehenni	34			36.1632	4.9146	3
34014	Ouled Ali	ouled-ali	34			36.1632	4.9146	3
34014	Oued El Ghedara	oued-el-ghedara	34			36.1632	4.9146	3
34014	Mechta Torche	mechta-torche	34			36.1632	4.9146	3
34014	Mechta Thouabet	mechta-thouabet	34			36.1632	4.9146	3
34014	Mechta Si Mebarek	mechta-si-mebarek	34			36.1632	4.9146	3
34014	Mechta Rouabah	mechta-rouabah	34			36.1632	4.9146	3
34014	Mechta Meharga	mechta-meharga	34			36.1632	4.9146	3
34014	Mechta Ouled Zid	mechta-ouled-zid	34			36.1632	4.9146	3
34014	Mechta Ouled Zemouri	mechta-ouled-zemouri	34			36.1632	4.9146	3
34014	Mechta M'Hiris	mechta-m-hiris	34			36.1632	4.9146	3
34014	Mechta Ouled Zaidi	mechta-ouled-zaidi	34			36.1632	4.9146	3
34014	Mechta Ouled Tahar	mechta-ouled-tahar	34			36.1632	4.9146	3
34014	Mechta Ouled Naidji	mechta-ouled-naidji	34			36.1632	4.9146	3
34014	Mechta Ouled Mehmel	mechta-ouled-mehmel	34			36.1632	4.9146	3
34014	Mechta Ouled Mebarkia	mechta-ouled-mebarkia	34			36.1632	4.9146	3
34014	Mechta Ouled Mebarek	mechta-ouled-mebarek	34			36.1632	4.9146	3
34014	Mechta Ouled Hanniche	mechta-ouled-hanniche	34			36.1632	4.9146	3
34014	Mechta Ouled Gaid	mechta-ouled-gaid	34			36.1632	4.9146	3
34014	Mechta Ouled Boudinar	mechta-ouled-boudinar	34			36.1632	4.9146	3
34015	Colla	colla	34			36.1239	4.9327	1
34015	Idjarene	idjarene	34			36.1239	4.9327	1
34015	Lagrifat	lagrifat	34			36.1239	4.9327	1
34015	Tazamalt	tazamalt	34			36.1239	4.9327	1
34015	Lazib	lazib	34			36.1239	4.9327	1
34015	Agnie	agnie	34			36.1239	4.9327	1
34015	Legouari	legouari	34			36.1239	4.9327	1
34015	Alouih	alouih	34			36.1239	4.9327	1
34015	Bouketala	bouketala	34			36.1239	4.9327	1
34015	Bouayache	bouayache	34			36.1239	4.9327	1
34015	Toukal	toukal	34			36.1239	4.9327	1
34015	Amdouh	amdouh	34			36.1239	4.9327	1
34015	Tighramt	tighramt	34			36.1239	4.9327	1
34015	Tigette	tigette	34			36.1239	4.9327	1
34015	Iffersene	iffersene	34			36.1239	4.9327	1
34015	Sator	sator	34			36.1239	4.9327	1
34016	Boufenzar	boufenzar	34			36.1239	4.9327	1
34016	Boumda Seghira Et Kebira	boumda-seghira-et-kebira	34			36.1239	4.9327	1
34016	Ouchenen Kebira	ouchenen-kebira	34			36.1239	4.9327	1
34016	Taroumit	taroumit	34			36.1239	4.9327	1
34016	Djaafra	djaafra	34			36.1239	4.9327	1
34016	Merdj Medjana	merdj-medjana	34			36.1239	4.9327	1
34016	Thiaroussine	thiaroussine	34			36.1239	4.9327	1
34016	Boumesada	boumesada	34			36.1239	4.9327	1
34017	El Hammadia	el-hammadia	34			35.9792	4.7474	4
34017	Zrazria	zrazria	34			35.9792	4.7474	3
34017	Zeguier	zeguier	34			35.9792	4.7474	3
34017	Biata	biata	34			35.9792	4.7474	3
34017	Ouled Boussehab	ouled-boussehab	34			35.9792	4.7474	3
34018	Mezrarague	mezrarague	34			36.1239	4.9327	1
34018	El Main	el-main	34			36.1239	4.9327	1
34018	Aourir Djefada	aourir-djefada	34			36.1239	4.9327	1
34018	Amezrarg	amezrarg	34			36.1239	4.9327	1
34019	Djebassa	djebassa	34			36.1239	4.9327	1
34019	Boutouil	boutouil	34			36.1239	4.9327	1
34019	El Mehir	el-mehir	34			36.1239	4.9327	1
34019	Harrache Mechta	harrache-mechta	34			36.1239	4.9327	1
34019	Lemdama	lemdama	34			36.1239	4.9327	1
34019	Ramilia	ramilia	34			36.1239	4.9327	1
34020	Sidi Embarek	sidi-embarek	34			36.1014	4.9083	4
34020	Ain Trab	ain-trab	34			36.1014	4.9083	3
34020	Oussfane	oussfane	34			36.1014	4.9083	3
34020	Oued Cheir	oued-cheir	34			36.1014	4.9083	3
34020	Ferme Benziouche	ferme-benziouche	34			36.1014	4.9083	3
34021	Ouled Sidi Messaoud	ouled-sidi-messaoud	34			36.0403	4.9537	1
34021	Teniet En Nasr	teniet-en-nasr	34			36.0403	4.9537	1
34021	Faid Abbes	faid-abbes	34			36.0403	4.9537	1
34021	Toukal	toukal	34			36.0403	4.9537	1
34021	Bougtone	bougtone	34			36.0403	4.9537	1
34021	Amdouh	amdouh	34			36.0403	4.9537	1
34021	Kabatus	kabatus	34			36.0403	4.9537	1
34021	Djedida	djedida	34			36.0403	4.9537	1
34021	Bout	bout	34			36.0403	4.9537	1
34021	Bouhamza	bouhamza	34			36.0403	4.9537	1
34021	Ferracha	ferracha	34			36.0403	4.9537	1
34021	Khebatna	khebatna	34			36.0403	4.9537	1
34021	Ouled Sidi Amar	ouled-sidi-amar	34			36.0403	4.9537	1
34022	Tixter	tixter	34			36.0475	5.0812	4
34022	Larbaa	larbaa	34			36.0466	5.1317	4
34022	Dhalaa	dhalaa	34			36.0471	5.1065	3
34022	Zerarga	zerarga	34			36.0471	5.1065	3
34022	Rasfa	rasfa	34			36.0471	5.1065	3
34022	Lemdjela	lemdjela	34			36.0471	5.1065	3
34022	Lehmamcha	lehmamcha	34			36.0471	5.1065	3
34022	Lalaouna	lalaouna	34			36.0471	5.1065	3
34022	Lafrafria	lafrafria	34			36.0471	5.1065	3
34022	Bir El Karma	bir-el-karma	34			36.0471	5.1065	3
34022	Hammamcha	hammamcha	34			36.0471	5.1065	3
34023	Sedira (Douar)	sedira-douar	34			36.0403	4.9537	1
34023	Ferme Mecheri	ferme-mecheri	34			36.0403	4.9537	1
34023	Ferme Sedira	ferme-sedira	34			36.0403	4.9537	1
34023	Ferme Si Moussa	ferme-si-moussa	34			36.0403	4.9537	1
34023	Taboukhiret	taboukhiret	34			36.0403	4.9537	1
34023	Merradi Boudjemaa	merradi-boudjemaa	34			36.0403	4.9537	1
34023	Ferme Zehar	ferme-zehar	34			36.0403	4.9537	1
34023	Ferme Maouche	ferme-maouche	34			36.0403	4.9537	1
34023	Douar Tafraout	douar-tafraout	34			36.0403	4.9537	1
34023	Ouled Sedira	ouled-sedira	34			36.0403	4.9537	1
34023	Douar Bounechada	douar-bounechada	34			36.0403	4.9537	1
34023	Mechta Ain El Kherba	mechta-ain-el-kherba	34			36.0403	4.9537	1
34023	Ferme Bahlouli	ferme-bahlouli	34			36.0403	4.9537	1
34023	Domaine Mohamed Zerrouki	domaine-mohamed-zerrouki	34			36.0403	4.9537	1
34023	Ferme Benhachenaf	ferme-benhachenaf	34			36.0403	4.9537	1
34023	Ferme Vasselo	ferme-vasselo	34			36.0403	4.9537	1
34023	Coop Anciens Moudjahidine	coop-anciens-moudjahidine	34			36.0403	4.9537	1
34023	Aidel Platiere	aidel-platiere	34			36.0403	4.9537	1
34023	Ferme Faidi	ferme-faidi	34			36.0403	4.9537	1
34023	Ain El Kherba	ain-el-kherba	34			36.0403	4.9537	1
34023	Ain Soltane	ain-soltane	34			36.0403	4.9537	1
34023	Bounachada	bounachada	34			36.0403	4.9537	1
34023	Mechta Beddar	mechta-beddar	34			36.0403	4.9537	1
34023	Ferme Khial	ferme-khial	34			36.0403	4.9537	1
34023	Ferme Layadi	ferme-layadi	34			36.0403	4.9537	1
34024	Bordj Bou Arreridj Cite Moukafihine	bordj-bou-arreridj-cite-moukafihine	34			36.0403	4.9537	1
34025	Maaligue	maaligue	34			36.0403	4.9537	1
34025	Zembia	zembia	34			36.0403	4.9537	1
34025	Ain Merzougue	ain-merzougue	34			36.0403	4.9537	1
34025	Belimour	belimour	34			36.0403	4.9537	1
34025	Ferme Habchi	ferme-habchi	34			36.0403	4.9537	1
34025	Ferme Slah Akcha	ferme-slah-akcha	34			36.0403	4.9537	1
34026	Thaddart Ouda	thaddart-ouda	34			36.0403	4.9537	1
34026	Asgah	asgah	34			36.0403	4.9537	1
34026	Ouada	ouada	34			36.0403	4.9537	1
34026	Iharkane	iharkane	34			36.0403	4.9537	1
34026	Itgap	itgap	34			36.0403	4.9537	1
34026	Beni Laalem	beni-laalem	34			36.0403	4.9537	1
34026	Tala Ouanou	tala-ouanou	34			36.0403	4.9537	1
34026	Idjouga	idjouga	34			36.0403	4.9537	1
34027	Bir Aissa	bir-aissa	34			36.0606	4.9654	4
34027	Caam Djellal	caam-djellal	34			36.0606	4.9654	3
34027	Mechta Tassera	mechta-tassera	34			36.0606	4.9654	3
34027	Ferme Hamadene	ferme-hamadene	34			36.0606	4.9654	3
34027	Ferme Caam Djelil Salem	ferme-caam-djelil-salem	34			36.0606	4.9654	3
34028	Ouled Sidi Amar	ouled-sidi-amar	34			36.0403	4.9537	1
34028	Ouled Taier	ouled-taier	34			36.0403	4.9537	1
34028	Sebaiet	sebaiet	34			36.0403	4.9537	1
34028	Chaabet El Ghoula	chaabet-el-ghoula	34			36.0403	4.9537	1
34028	Messelmet	messelmet	34			36.0403	4.9537	1
34028	Chefaa	chefaa	34			36.0403	4.9537	1
34028	Ouled Bendjedou	ouled-bendjedou	34			36.0403	4.9537	1
34028	Ouled Belhadj	ouled-belhadj	34			36.0403	4.9537	1
34028	Ain El Moukh	ain-el-moukh	34			36.0403	4.9537	1
34028	Ouled Hamza	ouled-hamza	34			36.0403	4.9537	1
34028	Ouled Rabah	ouled-rabah	34			36.0403	4.9537	1
34028	Douar Fekarine	douar-fekarine	34			36.0403	4.9537	1
34029	El Ach	el-ach	34			35.9455	4.682	4
34029	Mekarta	mekarta	34			35.9455	4.682	3
34029	Ouled Bourahal	ouled-bourahal	34			35.9455	4.682	3
34029	Ghafsitane	ghafsitane	34			35.9455	4.682	3
34030	Ain El Maiz	ain-el-maiz	34			36.0137	4.9032	1
34030	Douar Ouest	douar-ouest	34			36.0137	4.9032	1
34030	Douar Est	douar-est	34			36.0137	4.9032	1
34030	Sidi Zitouni	sidi-zitouni	34			36.0137	4.9032	1
34030	Ferme Akrouf	ferme-akrouf	34			36.0137	4.9032	1
34030	El Annasser	el-annasser	34			36.0137	4.9032	1
34031	Ouled Sidi Hssen	ouled-sidi-hssen	34			36.0137	4.9032	1
34031	Ghilassa	ghilassa	34			36.0137	4.9032	1
34031	Sator	sator	34			36.0137	4.9032	1
34032	Kherza Dahraouia	kherza-dahraouia	34			35.906	5.1117	3
34032	Ain Barsa	ain-barsa	34			35.906	5.1117	3
34032	Cherarha	cherarha	34			35.906	5.1117	4
34032	Ouled Braham	ouled-braham	34			35.906	5.1117	3
34032	Chabel Aoun	chabel-aoun	34			35.906	5.1117	3
34032	Kherza Gueblia	kherza-gueblia	34			35.906	5.1117	3
34032	Ain Benayed	ain-benayed	34			35.906	5.1117	3
34032	Boubetikh	boubetikh	34			35.906	5.1117	3
34033	El Firane	el-firane	34			36.1972	4.7882	4
34033	Bouragba	bouragba	34			36.1972	4.7882	3
34033	Ouled Khei	ouled-khei	34			36.1972	4.7882	3
34033	Bakhakhcha	bakhakhcha	34			36.1972	4.7882	3
34033	Bouaroua	bouaroua	34			36.1972	4.7882	3
34033	Boukhari	boukhari	34			36.1972	4.7882	3
34033	Chouakria	chouakria	34			36.1972	4.7882	3
34033	Derrardja	derrardja	34			36.1972	4.7882	3
34033	El Abaide	el-abaide	34			36.1972	4.7882	3
34033	El Kahaiel	el-kahaiel	34			36.1972	4.7882	3
34033	Lahlala	lahlala	34			36.1972	4.7882	3
34033	Lamoura	lamoura	34			36.1972	4.7882	3
34033	Maamir	maamir	34			36.1972	4.7882	3
34033	Mechta Ouled Ammar	mechta-ouled-ammar	34			36.1972	4.7882	3
34033	Meguellat	meguellat	34			36.1972	4.7882	3
34033	Merabtine	merabtine	34			36.1972	4.7882	3
34033	Ouled Amar	ouled-amar	34			36.1972	4.7882	3
34033	Ouled Arioua	ouled-arioua	34			36.1972	4.7882	3
34033	Ouled Dahmane	ouled-dahmane	34			36.1972	4.7882	3
34033	Ouled Hellilou	ouled-hellilou	34			36.1972	4.7882	3
34033	Ouled Sadallah	ouled-sadallah	34			36.1972	4.7882	3
34033	Ouled Slimane	ouled-slimane	34			36.1972	4.7882	3
34033	Takouka	takouka	34			36.1972	4.7882	3
34033	Zouaoucha	zouaoucha	34			36.1972	4.7882	3
34033	Abbabsa	abbabsa	34			36.1972	4.7882	3
34034	Ouled Rached	ouled-rached	34			36.0137	4.9032	1
34034	Ouled Sidi Salah	ouled-sidi-salah	34			36.0137	4.9032	1
34034	Ouled Amar	ouled-amar	34			36.0137	4.9032	1
34035	Rabta	rabta	34			35.9242	4.7514	4
34035	Laaraesse	laaraesse	34			35.9242	4.7514	3
34035	Bourguene	bourguene	34			35.9242	4.7514	3
34035	Ouled Aissa	ouled-aissa	34			35.9242	4.7514	3
34035	Ouled Boushab	ouled-boushab	34			35.9242	4.7514	3
34035	Triouat	triouat	34			35.9242	4.7514	3
34036	Ain Kahla	ain-kahla	34			36.0137	4.9032	1
34037	Ain Tassera	ain-tassera	34			36.0275	4.9615	4
34037	Bir Menten	bir-menten	34			36.0275	4.9615	3
34037	Bir Lahlou	bir-lahlou	34			36.0275	4.9615	3
34037	Gare Ain Tassera	gare-ain-tassera	34			36.0275	4.9615	3
34038	Ain Kalba	ain-kalba	34			36.0137	4.9032	1
34038	Guater	guater	34			36.0137	4.9032	1
34038	Zerziha	zerziha	34			36.0137	4.9032	1
34038	Maaoun	maaoun	34			36.0137	4.9032	1
34038	Argoub	argoub	34			36.0137	4.9032	1
34038	Ayada	ayada	34			36.0137	4.9032	1
34038	Frikat	frikat	34			36.0137	4.9032	1
34038	Touta	touta	34			36.0137	4.9032	1
34039	Hanana	hanana	34			36.0137	4.9032	1
34039	Kessabia	kessabia	34			36.0137	4.9032	1
34039	Ouled Trif	ouled-trif	34			36.0137	4.9032	1
34039	Ain Noug	ain-noug	34			36.0137	4.9032	1
34039	Kessabra	kessabra	34			36.0137	4.9032	1
34039	Bendaoud	bendaoud	34			36.0137	4.9032	1
34040	Bir Hamoudi	bir-hamoudi	34			35.9072	4.9998	4
34040	Zeghadna	zeghadna	34			35.9072	4.9998	3
34040	Zbir	zbir	34			35.9072	4.9998	3
34040	Ouled Sellini	ouled-sellini	34			35.9072	4.9998	3
34041	Bir Snab	bir-snab	34			35.9858	4.7685	1
34041	Ain Bensbikha	ain-bensbikha	34			35.9858	4.7685	1
34042	Boukaba	boukaba	34			35.9858	4.7685	1
34043	Boulhaf	boulhaf	34			35.9858	4.7685	1
34043	Douar Ouled Sidi Amor	douar-ouled-sidi-amor	34			35.9858	4.7685	1
34044	Chenia	chenia	34			35.9588	4.9091	4
34044	Tiouira	tiouira	34			35.9588	4.9091	3
34045	El Hamra	el-hamra	34			36.0343	4.4032	4
34046	Guessama	guessama	34			36.0323	4.8843	3
34046	Guemmour	guemmour	34			36.0323	4.8843	4
34046	Ferme Gasmi	ferme-gasmi	34			36.0323	4.8843	3
34047	Beni Ouagag	beni-ouagag	34			35.9858	4.7685	1
34047	Tizi Hssene	tizi-hssene	34			35.9858	4.7685	1
34047	Fedaia	fedaia	34			35.9858	4.7685	1
34047	Haraza	haraza	34			35.9858	4.7685	1
34047	Timalit	timalit	34			35.9858	4.7685	1
34048	Toubou	toubou	34			35.9962	4.6462	4
34048	Ksour	ksour	34			35.9962	4.6462	3
34049	Ouchenen Seghira	ouchenen-seghira	34			35.9858	4.7685	1
34050	Oued Lakhdar	oued-lakhdar	34			35.9934	4.9221	1
34051	Mechta Ouled Mahdi	mechta-ouled-mahdi	34			35.9934	4.9221	1
34051	Mechta Remamcha	mechta-remamcha	34			35.9934	4.9221	1
34051	Mechta Remili	mechta-remili	34			35.9934	4.9221	1
34051	Mechta Si Siafa	mechta-si-siafa	34			35.9934	4.9221	1
34051	Mechta Lefkairia	mechta-lefkairia	34			35.9934	4.9221	1
34051	Ouled Mahdi	ouled-mahdi	34			35.9934	4.9221	1
34051	Mechta Draouza	mechta-draouza	34			35.9934	4.9221	1
34051	Mechta Nouioua	mechta-nouioua	34			35.9934	4.9221	1
34051	Mechta Mzahdia	mechta-mzahdia	34			35.9934	4.9221	1
34051	Mechta Ouled Bouhalfaya	mechta-ouled-bouhalfaya	34			35.9934	4.9221	1
34051	Mechta Djeraza	mechta-djeraza	34			35.9934	4.9221	1
34051	Douar Ouled Mahdi	douar-ouled-mahdi	34			35.9934	4.9221	1
34051	Ammara (Mechta)	ammara-mechta	34			35.9934	4.9221	1
34052	Ouled Sidi Brahim	ouled-sidi-brahim	34			35.9934	4.9221	1
34052	Bibanes El Hadid	bibanes-el-hadid	34			35.9934	4.9221	1
34052	El Feth	el-feth	34			35.9934	4.9221	1
34053	Ouled Zaid	ouled-zaid	34			36.2883	4.6942	4
34053	Mechta Benzemit	mechta-benzemit	34			36.2883	4.6942	3
34054	Ras El Ain	ras-el-ain	34			35.9934	4.9221	1
34055	R'Mail	r-mail	34			35.9934	4.9221	1
34055	R'Mail Anc Moudjahidines	r-mail-anc-moudjahidines	34			35.9934	4.9221	1
34055	Cite R'Mail	cite-r-mail	34			35.9934	4.9221	1
34056	Sedrata	sedrata	34			36.0802	5.0212	4
34056	Kebira	kebira	34			36.0802	5.0212	3
34057	Selatna	selatna	34			35.9934	4.9221	1
34058	Sidi Idir	sidi-idir	34			35.9934	4.9221	1
34059	Bitam	bitam	34			35.7919	4.9733	4
34059	Taglait	taglait	34			35.8133	4.9998	4
34059	Thenia	thenia	34			35.8026	4.9865	3
34059	El Bor	el-bor	34			35.8026	4.9865	3
34059	Gourer	gourer	34			35.8026	4.9865	3
34059	Guergour	guergour	34			35.8026	4.9865	3
34059	Melalta	melalta	34			35.8026	4.9865	3
34059	Ifri	ifri	34			35.8026	4.9865	3
34059	Melouta	melouta	34			35.8026	4.9865	3
34059	Ouled Hannache	ouled-hannache	34			35.8026	4.9865	3
34060	Khrizza	khrizza	34			36.323	4.7197	1
34060	Ouled Chaouche	ouled-chaouche	34			36.323	4.7197	1
34060	Aguentour	aguentour	34			36.323	4.7197	1
34060	Tassameurt	tassameurt	34			36.323	4.7197	1
34061	Achabou	achabou	34			36.323	4.7197	4
34061	Teffreg	teffreg	34			36.323	4.7197	3
34061	Taourirt	taourirt	34			36.323	4.7197	3
34061	Aglagal	aglagal	34			36.323	4.7197	3
34061	Ait Hallat (Ouled Hala)	ait-hallat-ouled-hala	34			36.323	4.7197	3
34061	Zekhanene	zekhanene	34			36.323	4.7197	3
34061	Ighil Aourir	ighil-aourir	34			36.323	4.7197	3
34062	Tizi Kachouchene	tizi-kachouchene	34			36.323	4.7197	1
34063	Zenouna	zenouna	34			36.323	4.7197	1
35000	Boumerdes Rp	boumerdes-rp	35			36.7724	3.7041	1
35000	Kontar Domaine (Ferme)	kontar-domaine-ferme	35			36.7724	3.7041	1
35000	Youbi (Douar)	youbi-douar	35			36.7724	3.7041	1
35000	Allilighia	allilighia	35			36.7724	3.7041	1
35000	Cite Brock (Ferme)	cite-brock-ferme	35			36.7724	3.7041	1
35000	Cite Boumerdassi (Ferme)	cite-boumerdassi-ferme	35			36.7724	3.7041	1
35000	Boumerdes Ouest	boumerdes-ouest	35			36.7724	3.7041	1
35001	Bordj Menaiel	bordj-menaiel	35			36.7433	3.7173	4
35001	Ain Hamra	ain-hamra	35			36.7978	3.7175	4
35001	Village Agricole	village-agricole	35			36.7705	3.7174	3
35001	Boumzar (Cite)	boumzar-cite	35			36.7705	3.7174	3
35001	Bousbaa Cite	bousbaa-cite	35			36.7705	3.7174	3
35001	Bousbaha (Cite Hlm)	bousbaha-cite-hlm	35			36.7705	3.7174	3
35001	Caper	caper	35			36.7705	3.7174	3
35001	Djebha (Ferme)	djebha-ferme	35			36.7705	3.7174	3
35001	El Amal	el-amal	35			36.7705	3.7174	3
35001	El Fiadh (Domaine)	el-fiadh-domaine	35			36.7705	3.7174	3
35001	El Ghaicha	el-ghaicha	35			36.7705	3.7174	3
35001	El Hayat (Domaine)	el-hayat-domaine	35			36.7705	3.7174	3
35001	Fores (Ferme)	fores-ferme	35			36.7705	3.7174	3
35001	Fsil	fsil	35			36.7705	3.7174	3
35001	Goumiri Lotissement	goumiri-lotissement	35			36.7705	3.7174	3
35001	Grenier (Ferme)	grenier-ferme	35			36.7705	3.7174	3
35001	Liar (Ferme)	liar-ferme	35			36.7705	3.7174	3
35001	Lycee Chafai	lycee-chafai	35			36.7705	3.7174	3
35001	Million (Cite)	million-cite	35			36.7705	3.7174	3
35001	Mohamedi (Cite)	mohamedi-cite	35			36.7705	3.7174	3
35001	Mohamedi (Ferme)	mohamedi-ferme	35			36.7705	3.7174	3
35001	Ouled Ameur	ouled-ameur	35			36.7705	3.7174	3
35001	Salhia	salhia	35			36.7705	3.7174	3
35001	Scolis (Cite)	scolis-cite	35			36.7705	3.7174	3
35001	Sidi Rabah (Domaine)	sidi-rabah-domaine	35			36.7705	3.7174	3
35001	Solal (Ferme)	solal-ferme	35			36.7705	3.7174	3
35001	Tahrir (Cite)	tahrir-cite	35			36.7705	3.7174	3
35001	Auto Construction (Cite)	auto-construction-cite	35			36.7705	3.7174	3
35001	Amrous (Cite)	amrous-cite	35			36.7705	3.7174	3
35001	Abassi (Ferme)	abassi-ferme	35			36.7705	3.7174	3
35001	Nouvelle Cite  240  Logements	nouvelle-cite-240-logements	35			36.7705	3.7174	3
35001	Bouchareb (Ferme)	bouchareb-ferme	35			36.7705	3.7174	3
35002	Bordj Menaiel Amirouche	bordj-menaiel-amirouche	35			36.7724	3.7041	1
35003	Boudouaou	boudouaou	35			36.7274	3.4099	4
35003	Sidi Aissa	sidi-aissa	35			36.7274	3.4099	3
35003	Ben Saidane	ben-saidane	35			36.7274	3.4099	3
35003	Maouche In Challah	maouche-in-challah	35			36.7274	3.4099	3
35003	Nchait (Cite)	nchait-cite	35			36.7274	3.4099	3
35003	Merdja (Cite)	merdja-cite	35			36.7274	3.4099	3
35003	Sidi Salem	sidi-salem	35			36.7274	3.4099	3
35003	Souighah (Domaine)	souighah-domaine	35			36.7274	3.4099	3
35003	Benadjel (Cite)	benadjel-cite	35			36.7274	3.4099	3
35003	Police Cite	police-cite	35			36.7274	3.4099	3
35003	Aviation (Cite)	aviation-cite	35			36.7274	3.4099	3
35003	Leghoualem	leghoualem	35			36.7274	3.4099	3
35003	Kourioux (Ferme)	kourioux-ferme	35			36.7274	3.4099	3
35003	Khaled Kebir (Domaine)	khaled-kebir-domaine	35			36.7274	3.4099	3
35003	Ben Sarhane	ben-sarhane	35			36.7274	3.4099	3
35003	Benturouia	benturouia	35			36.7274	3.4099	3
35003	Benyamina (Douar)	benyamina-douar	35			36.7274	3.4099	3
35003	Bigaz (Ferme)	bigaz-ferme	35			36.7274	3.4099	3
35003	Cite Du Stade	cite-du-stade	35			36.7274	3.4099	3
35003	Cite Sonelgaz	cite-sonelgaz	35			36.7274	3.4099	3
35003	Dra Lekhehale	dra-lekhehale	35			36.7274	3.4099	3
35003	Drouiche (Ferme)	drouiche-ferme	35			36.7274	3.4099	3
35003	Gacem (Ferme)	gacem-ferme	35			36.7274	3.4099	3
35003	Hamdi Slimane	hamdi-slimane	35			36.7274	3.4099	3
35003	Robles (Ferme)	robles-ferme	35			36.7274	3.4099	3
35003	Sahraoui (Domaine)	sahraoui-domaine	35			36.7274	3.4099	3
35003	Abouda	abouda	35			36.7274	3.4099	3
35003	Spenato Ferme	spenato-ferme	35			36.7274	3.4099	3
35003	Zanaz	zanaz	35			36.7274	3.4099	3
35003	Sidi Youcef	sidi-youcef	35			36.7274	3.4099	3
35003	Sidi M'Hamed (Douar)	sidi-m-hamed-douar	35			36.7274	3.4099	3
35003	Makhlouf (Domaine)	makhlouf-domaine	35			36.7274	3.4099	3
35004	Thouabet	thouabet	35			36.881	3.884	4
35004	Dellys	dellys	35			36.9172	3.9131	4
35004	Bouafia	bouafia	35			36.9023	3.8947	3
35004	Louze N'Sara	louze-n-sara	35			36.9023	3.8947	3
35004	Assouaf	assouaf	35			36.9086	3.8869	4
35004	Abdelaziz (Douar)	abdelaziz-douar	35			36.9023	3.8947	3
35004	Ain Hammadouche	ain-hammadouche	35			36.9023	3.8947	3
35004	Ait Ameur (Ferme)	ait-ameur-ferme	35			36.9023	3.8947	3
35004	Akreche (Ferme)	akreche-ferme	35			36.9023	3.8947	3
35004	Allee Du Phare	allee-du-phare	35			36.9023	3.8947	3
35004	Barbier (Cite)	barbier-cite	35			36.9023	3.8947	3
35004	Benabdeliah (Domaine)	benabdeliah-domaine	35			36.9023	3.8947	3
35004	Benamara	benamara	35			36.9023	3.8947	3
35004	Beni Azeroual	beni-azeroual	35			36.9023	3.8947	3
35004	Beni Thour	beni-thour	35			36.9023	3.8947	3
35004	Berzig (Cite)	berzig-cite	35			36.9023	3.8947	3
35004	Bordj Fnar	bordj-fnar	35			36.9023	3.8947	3
35004	Bouarbi	bouarbi	35			36.9023	3.8947	3
35004	Boumedas	boumedas	35			36.9023	3.8947	3
35004	Brarek	brarek	35			36.9023	3.8947	3
35004	Bungalow	bungalow	35			36.9023	3.8947	3
35004	Chegga	chegga	35			36.9023	3.8947	3
35004	Cite Du 1er Novembre	cite-du-1er-novembre	35			36.9023	3.8947	3
35004	Dar Rabah	dar-rabah	35			36.9023	3.8947	3
35004	Diar Belarbi	diar-belarbi	35			36.9023	3.8947	3
35004	Djenane Benamane	djenane-benamane	35			36.9023	3.8947	3
35004	El Guendoula	el-guendoula	35			36.9023	3.8947	3
35004	El Kaus	el-kaus	35			36.9023	3.8947	3
35004	El Kimia	el-kimia	35			36.9023	3.8947	3
35004	El M'Tal	el-m-tal	35			36.9023	3.8947	3
35004	Hamam Room	hamam-room	35			36.9023	3.8947	3
35004	Haouch Bendjadoun	haouch-bendjadoun	35			36.9023	3.8947	3
35004	Haouch Bessadi	haouch-bessadi	35			36.9023	3.8947	3
35004	Ioualaichen	ioualaichen	35			36.9023	3.8947	3
35004	Jardins (Cite)	jardins-cite	35			36.9023	3.8947	3
35004	La Djena	la-djena	35			36.9023	3.8947	3
35004	La Guinguette	la-guinguette	35			36.9023	3.8947	3
35004	Lala Metouba	lala-metouba	35			36.9023	3.8947	3
35004	La Marine	la-marine	35			36.9023	3.8947	3
35004	Les Cafes	les-cafes	35			36.9023	3.8947	3
35004	Les Jardins	les-jardins	35			36.9023	3.8947	3
35004	Les Salines	les-salines	35			36.9023	3.8947	3
35004	Mezoudj	mezoudj	35			36.9023	3.8947	3
35004	Mizab	mizab	35			36.9023	3.8947	3
35004	Oued Tiza	oued-tiza	35			36.9023	3.8947	3
35004	Ouled Graba	ouled-graba	35			36.9023	3.8947	3
35004	Ouled Sabeur	ouled-sabeur	35			36.9023	3.8947	3
35004	Remla (Ferme)	remla-ferme	35			36.9023	3.8947	3
35004	Saur	saur	35			36.9023	3.8947	3
35004	Saur Brau	saur-brau	35			36.9023	3.8947	3
35004	Sidi Boukhari	sidi-boukhari	35			36.9023	3.8947	3
35004	Sidi Harfi	sidi-harfi	35			36.9023	3.8947	3
35004	Sidi Mansour	sidi-mansour	35			36.9023	3.8947	3
35004	Sidi Medjini	sidi-medjini	35			36.9023	3.8947	3
35004	Sidi Meskour	sidi-meskour	35			36.9023	3.8947	3
35004	Sidi Moussa	sidi-moussa	35			36.9023	3.8947	3
35004	Sidi Yahia	sidi-yahia	35			36.9023	3.8947	3
35004	Tizerouine	tizerouine	35			36.9023	3.8947	3
35004	Trik El Khendek	trik-el-khendek	35			36.9023	3.8947	3
35005	Thenia	thenia	35			36.7254	3.5567	4
35005	Beni Arab (Douar)	beni-arab-douar	35			36.7254	3.5567	3
35005	Brock (Cite)	brock-cite	35			36.7254	3.5567	3
35005	Capcs	capcs	35			36.7254	3.5567	3
35006	Beni Amrane	beni-amrane	35			36.6677	3.5912	4
35006	Achouri (Ferme)	achouri-ferme	35			36.6677	3.5912	3
35006	Azela (Village)	azela-village	35			36.6677	3.5912	3
35006	Ouled Bouhara	ouled-bouhara	35			36.6677	3.5912	3
35006	Ouled Bouchelaghem	ouled-bouchelaghem	35			36.6677	3.5912	3
35006	Ouled Belaid	ouled-belaid	35			36.6677	3.5912	3
35006	Beni Khelifa	beni-khelifa	35			36.6677	3.5912	3
35006	Bou Kersi	bou-kersi	35			36.6677	3.5912	3
35006	Oued Djenane	oued-djenane	35			36.6677	3.5912	3
35006	Ouled Abbes	ouled-abbes	35			36.6677	3.5912	3
35006	Ouled Abderrahmane	ouled-abderrahmane	35			36.6677	3.5912	3
35006	Ouled Amar	ouled-amar	35			36.6677	3.5912	3
35006	Ouled Ameur Ouali	ouled-ameur-ouali	35			36.6677	3.5912	3
35006	Ouled Salem	ouled-salem	35			36.6677	3.5912	3
35006	Talilt	talilt	35			36.6677	3.5912	3
35006	Talimat	talimat	35			36.6677	3.5912	3
35006	Ouled Cheurfa	ouled-cheurfa	35			36.6677	3.5912	3
35006	Talagenous	talagenous	35			36.6677	3.5912	3
35006	Tiza Village	tiza-village	35			36.6677	3.5912	3
35006	Sebati (Ferme)	sebati-ferme	35			36.6677	3.5912	3
35007	Boumerdes Franz Fanon	boumerdes-franz-fanon	35			36.7724	3.7041	1
35008	Chabet El Ameur	chabet-el-ameur	35			36.6371	3.6947	4
35008	Ouled Enza Douar	ouled-enza-douar	35			36.6371	3.6947	3
35008	Azouza (Douar)	azouza-douar	35			36.6371	3.6947	3
35008	Beni Antasse	beni-antasse	35			36.6371	3.6947	3
35008	Beni Brahim	beni-brahim	35			36.6371	3.6947	3
35008	Cite Du 5 Juillet	cite-du-5-juillet	35			36.6371	3.6947	3
35008	Mattoussa (Douar)	mattoussa-douar	35			36.6371	3.6947	3
35008	Ouled Abdellah (Douar)	ouled-abdellah-douar	35			36.6371	3.6947	3
35008	Ouled Bentafat	ouled-bentafat	35			36.6371	3.6947	3
35008	Ouled Boudoukhane (Douar)	ouled-boudoukhane-douar	35			36.6371	3.6947	3
35009	Isser	isser	35			36.7186	3.6692	4
35009	Sn Regma	sn-regma	35			36.7186	3.6692	3
35009	Apicole (Centre)	apicole-centre	35			36.7186	3.6692	3
35009	Administratif (Quartier)	administratif-quartier	35			36.7186	3.6692	3
35009	Zevaco (Ferme)	zevaco-ferme	35			36.7186	3.6692	3
35009	Dubois Dumilac	dubois-dumilac	35			36.7186	3.6692	3
35009	Villas Communales (Quartier)	villas-communales-quartier	35			36.7186	3.6692	3
35009	Sonacob Et Ethr	sonacob-et-ethr	35			36.7186	3.6692	3
35009	Logements Soc Educatifs	logements-soc-educatifs	35			36.7186	3.6692	3
35009	La Carriere	la-carriere	35			36.7186	3.6692	3
35009	Isser Esgn	isser-esgn	35			36.7186	3.6692	3
35009	Hlm (Cite)	hlm-cite	35			36.7186	3.6692	3
35009	Florit (Ferme)	florit-ferme	35			36.7186	3.6692	3
35009	Caravanserail	caravanserail	35			36.7186	3.6692	3
35009	Fadj Nadi Chabab	fadj-nadi-chabab	35			36.7186	3.6692	3
35009	Ecole De Tourfa	ecole-de-tourfa	35			36.7186	3.6692	3
35009	Cite Des 60 Logements	cite-des-60-logements	35			36.7186	3.6692	3
35009	Cite Des 104 Logements	cite-des-104-logements	35			36.7186	3.6692	3
35009	Maison Cantonniere	maison-cantonniere	35			36.7186	3.6692	3
35009	Chartier Et Kader Ex Ferm	chartier-et-kader-ex-ferm	35			36.7186	3.6692	3
35009	Mathou (Ferme)	mathou-ferme	35			36.7186	3.6692	3
35009	Mermier (Ferme)	mermier-ferme	35			36.7186	3.6692	3
35009	Rouf (Ferme)	rouf-ferme	35			36.7186	3.6692	3
35009	Salhia (Domaine)	salhia-domaine	35			36.7186	3.6692	3
35010	Khemis El Khechna	khemis-el-khechna	35			36.65	3.3308	4
35010	Bladia	bladia	35			36.3674	2.8762	3
35010	Chouarbia	chouarbia	35			36.0848	2.4215	4
35010	Bendjillali (Douar)	bendjillali-douar	35			36.3674	2.8762	3
35010	Belhacene	belhacene	35			36.3674	2.8762	3
35010	Louze (Cite)	louze-cite	35			36.3674	2.8762	3
35010	Barrage Du Hamiz (Douar)	barrage-du-hamiz-douar	35			36.3674	2.8762	3
35010	Balaouene (Douar)	balaouene-douar	35			36.3674	2.8762	3
35010	M'Hamadia (Douar)	m-hamadia-douar	35			36.3674	2.8762	3
35010	Ouled Brahim (Douar)	ouled-brahim-douar	35			36.3674	2.8762	3
35010	Ouled Ghalea	ouled-ghalea	35			36.3674	2.8762	3
35010	Ouled Larbi	ouled-larbi	35			36.3674	2.8762	3
35010	Ouled Salem	ouled-salem	35			36.3674	2.8762	3
35010	Badredine (Douar)	badredine-douar	35			36.3674	2.8762	3
35010	Aguitoune (Douar)	aguitoune-douar	35			36.3674	2.8762	3
35010	Plateau Douar	plateau-douar	35			36.3674	2.8762	3
35010	Sidi Salem	sidi-salem	35			36.3674	2.8762	3
35010	Sid Serhane	sid-serhane	35			36.3674	2.8762	3
35010	Tala Oudrar	tala-oudrar	35			36.3674	2.8762	3
35010	Zerzour Rabah (Domaine)	zerzour-rabah-domaine	35			36.3674	2.8762	3
35010	Kouadria (Douar)	kouadria-douar	35			36.3674	2.8762	3
35010	El Hbacha (Douar)	el-hbacha-douar	35			36.3674	2.8762	3
35010	El Ghibarna (Douar)	el-ghibarna-douar	35			36.3674	2.8762	3
35010	El Djaada (Douar)	el-djaada-douar	35			36.3674	2.8762	3
35010	El Ainaoui (Douar)	el-ainaoui-douar	35			36.3674	2.8762	3
35010	Djebabra El Fouaga	djebabra-el-fouaga	35			36.3674	2.8762	3
35010	Dahmnia (Douar)	dahmnia-douar	35			36.3674	2.8762	3
35010	Cherabaouddou	cherabaouddou	35			36.3674	2.8762	3
35010	El Kaouanine (Douar)	el-kaouanine-douar	35			36.3674	2.8762	3
35010	Benhamza (Douar)	benhamza-douar	35			36.3674	2.8762	3
35010	Kouchache (Douar)	kouchache-douar	35			36.3674	2.8762	3
35010	M'Hamadia	m-hamadia	35			36.3674	2.8762	3
35011	Ouled Moussa	ouled-moussa	35			36.6839	3.3666	4
35011	Bourzazem (Douar)	bourzazem-douar	35			36.6419	3.4261	3
35011	Merimi Belkadi (Ferme)	merimi-belkadi-ferme	35			36.6419	3.4261	3
35011	Zouggara	zouggara	35			36.5999	3.4856	4
35011	Laloui	laloui	35			36.6419	3.4261	3
35011	Hachelaf (Douar)	hachelaf-douar	35			36.6419	3.4261	3
35011	Village Du Bois	village-du-bois	35			36.6419	3.4261	3
35011	Djelloula (Douar)	djelloula-douar	35			36.6419	3.4261	3
35011	Chaouch (Ferme)	chaouch-ferme	35			36.6419	3.4261	3
35011	Boukerssoual (Douar)	boukerssoual-douar	35			36.6419	3.4261	3
35011	Boucher (Ferme)	boucher-ferme	35			36.6419	3.4261	3
35011	Amsettas	amsettas	35			36.6419	3.4261	3
35011	Andreani (Ferme)	andreani-ferme	35			36.6419	3.4261	3
35011	Anessal (Douar)	anessal-douar	35			36.6419	3.4261	3
35011	Tala Khelifa	tala-khelifa	35			36.6419	3.4261	3
35011	Tala Fimolmal	tala-fimolmal	35			36.6419	3.4261	3
35011	Sahnoun (Cite)	sahnoun-cite	35			36.6419	3.4261	3
35011	Rih Ali (Ferme)	rih-ali-ferme	35			36.6419	3.4261	3
35011	Ouled Ziane (Tribu)	ouled-ziane-tribu	35			36.6419	3.4261	3
35011	Ouled Omar (Tribu)	ouled-omar-tribu	35			36.6419	3.4261	3
35011	M'Zara (Douar)	m-zara-douar	35			36.6419	3.4261	3
35011	Mouilha (Douar)	mouilha-douar	35			36.6419	3.4261	3
35011	Kouadria (Douar)	kouadria-douar	35			36.6419	3.4261	3
35012	Zemmouri	zemmouri	35			36.7853	3.6036	4
35012	Bendou	bendou	35			36.1506	2.1193	4
35012	Hammouche	hammouche	35			36.4679	2.8615	3
35012	El Kous	el-kous	35			36.4679	2.8615	3
35012	Benyounes	benyounes	35			36.4679	2.8615	3
35012	Boussara	boussara	35			36.4679	2.8615	3
35012	El Bor	el-bor	35			36.4679	2.8615	3
35012	El Hadj Ahmed	el-hadj-ahmed	35			36.4679	2.8615	3
35012	Sidi Abed	sidi-abed	35			36.4679	2.8615	3
35012	Safsaf Nabl	safsaf-nabl	35			36.4679	2.8615	3
35012	Guellal	guellal	35			36.4679	2.8615	3
35013	Tazerout	tazerout	35			36.551	3.4924	4
35013	Baghlia	baghlia	35			36.8169	3.8572	4
35013	El Tnin	el-tnin	35			36.684	3.6748	3
35013	Dra El Kifan	dra-el-kifan	35			36.684	3.6748	3
35013	Arnaud (Ferme)	arnaud-ferme	35			36.684	3.6748	3
35013	Ben Arous (Hameau)	ben-arous-hameau	35			36.684	3.6748	3
35013	Bonnet (Ferme)	bonnet-ferme	35			36.684	3.6748	3
35013	Ouled Benchaabane	ouled-benchaabane	35			36.684	3.6748	3
35013	Merabet (Ferme)	merabet-ferme	35			36.684	3.6748	3
35013	Cornillac (Ferme)	cornillac-ferme	35			36.684	3.6748	3
35013	Grima (Ferme)	grima-ferme	35			36.684	3.6748	3
35014	Dra Zemam (Douar)	dra-zemam-douar	35			36.6215	3.4191	1
35014	Fouas (Douar)	fouas-douar	35			36.6215	3.4191	1
35014	Freres Mahsas (Domaine)	freres-mahsas-domaine	35			36.6215	3.4191	1
35014	Aoudia Said (Ferme)	aoudia-said-ferme	35			36.6215	3.4191	1
35014	Ain Abdellah (Douar)	ain-abdellah-douar	35			36.6215	3.4191	1
35014	Ben Omar	ben-omar	35			36.6215	3.4191	1
35014	Guedouari (Ferme)	guedouari-ferme	35			36.6215	3.4191	1
35014	Ben Rahmoune	ben-rahmoune	35			36.6215	3.4191	1
35014	Chateau D'Eau (Cite)	chateau-d-eau-cite	35			36.6215	3.4191	1
35014	Corso	corso	35			36.6215	3.4191	1
35014	Gare (Cite)	gare-cite	35			36.6215	3.4191	1
35015	Hammadi	hammadi	35			36.6215	3.4191	1
35015	Abane Ramdane (Domaine)	abane-ramdane-domaine	35			36.6215	3.4191	1
35015	Ben Ouaddah	ben-ouaddah	35			36.6215	3.4191	1
35015	Bou Hamedi	bou-hamedi	35			36.6215	3.4191	1
35015	Ouled Belhadi	ouled-belhadi	35			36.6215	3.4191	1
35015	Bzaiou	bzaiou	35			36.6215	3.4191	1
35015	Ouled Brahim (Douar)	ouled-brahim-douar	35			36.6215	3.4191	1
35015	Houasna (Douar)	houasna-douar	35			36.6215	3.4191	1
35015	Mouassia (Douar)	mouassia-douar	35			36.6215	3.4191	1
35015	Salah Dib	salah-dib	35			36.6215	3.4191	1
35015	Benhamida (Douar)	benhamida-douar	35			36.6215	3.4191	1
35016	Djaouma (Douar)	djaouma-douar	35			36.6215	3.4191	1
35016	Station Idci	station-idci	35			36.6215	3.4191	1
35016	Socotfiyd (Unite Indust)	socotfiyd-unite-indust	35			36.6215	3.4191	1
35016	Isser Ville	isser-ville	35			36.6215	3.4191	1
35016	El Djemaa (Domaine)	el-djemaa-domaine	35			36.6215	3.4191	1
35016	Cooperative Avicole	cooperative-avicole	35			36.6215	3.4191	1
35016	Cite Rurale	cite-rurale	35			36.6215	3.4191	1
35016	Cite Du Hammam	cite-du-hammam	35			36.6215	3.4191	1
35016	Chouhada (Domaine)	chouhada-domaine	35			36.6215	3.4191	1
35016	Bouchakour	bouchakour	35			36.6215	3.4191	1
35016	Agglomeration	agglomeration	35			36.6215	3.4191	1
35017	Draa El Matmar	draa-el-matmar	35			36.6215	3.4191	1
35017	Route Nationale	route-nationale	35			36.6215	3.4191	1
35017	Saadia (Douar)	saadia-douar	35			36.6215	3.4191	1
35017	M'Hemdia (Douar)	m-hemdia-douar	35			36.6215	3.4191	1
35017	Ouled Maamar	ouled-maamar	35			36.6215	3.4191	1
35017	Ouled Ouali (Douar)	ouled-ouali-douar	35			36.6215	3.4191	1
35017	Rezazguia (Ferme)	rezazguia-ferme	35			36.6215	3.4191	1
35017	Boumeziane (Domaine)	boumeziane-domaine	35			36.6215	3.4191	1
35017	Dzmsa	dzmsa	35			36.6215	3.4191	1
35017	Badredine (Douar)	badredine-douar	35			36.6215	3.4191	1
35017	Bachiouene	bachiouene	35			36.6215	3.4191	1
35017	Ecole Ouled Maamar	ecole-ouled-maamar	35			36.6215	3.4191	1
35017	Sidi Mansour	sidi-mansour	35			36.6215	3.4191	1
35017	El Kahla (Douar)	el-kahla-douar	35			36.6215	3.4191	1
35017	Rte De Khemis El Khenchna	rte-de-khemis-el-khenchna	35			36.6215	3.4191	1
35017	Hazazta (Douar)	hazazta-douar	35			36.6215	3.4191	1
35017	Khahlia (Douar)	khahlia-douar	35			36.6215	3.4191	1
35017	Larbatache	larbatache	35			36.6215	3.4191	1
35018	Ait Slimane	ait-slimane	35			36.6784	3.8581	4
35018	Ouled Moussa	ouled-moussa	35			36.6839	3.3666	4
35018	Tazibt	tazibt	35			36.7253	3.7286	3
35018	Kouanine	kouanine	35			36.7927	3.8581	4
35018	Naciria	naciria	35			36.7462	3.8316	4
35018	Bouilef	bouilef	35			36.7253	3.7286	3
35018	Boudjellal El Horf	boudjellal-el-horf	35			36.7253	3.7286	3
35018	Bouassem	bouassem	35			36.7253	3.7286	3
35018	Meghanine	meghanine	35			36.7253	3.7286	3
35018	Takhrounante	takhrounante	35			36.7253	3.7286	3
35018	Village Agricole	village-agricole	35			36.7253	3.7286	3
35018	Hamada	hamada	35			36.7253	3.7286	3
35019	Sidi Daoud	sidi-daoud	35			36.8558	3.8567	4
35019	Smaichia	smaichia	35			36.8558	3.8567	3
35019	Gribissa (Douar)	gribissa-douar	35			36.8558	3.8567	3
35019	Hamzaoui (Ferme)	hamzaoui-ferme	35			36.8558	3.8567	3
35019	Ouled Abdallah	ouled-abdallah	35			36.8558	3.8567	3
35019	Sidi Amar Cherif (Hameau)	sidi-amar-cherif-hameau	35			36.8558	3.8567	3
35019	Ouled Boussada	ouled-boussada	35			36.8558	3.8567	3
35019	Ouled Kheddache	ouled-kheddache	35			36.8558	3.8567	3
35019	Ouled M'Hamed	ouled-m-hamed	35			36.8558	3.8567	3
35019	Ouled Si Mokdad	ouled-si-mokdad	35			36.8558	3.8567	3
35019	Souamine	souamine	35			36.8558	3.8567	3
35019	Chehiba (Hameau)	chehiba-hameau	35			36.8558	3.8567	3
35019	Djamhouria	djamhouria	35			36.8558	3.8567	3
35019	Ghazi	ghazi	35			36.8558	3.8567	3
35019	Ghelfen (Douar)	ghelfen-douar	35			36.8558	3.8567	3
35019	Badada (Ferme)	badada-ferme	35			36.8558	3.8567	3
35019	Bouazziz (Douar)	bouazziz-douar	35			36.8558	3.8567	3
35019	Bouberak (Cite)	bouberak-cite	35			36.8558	3.8567	3
35020	Souk El Had	souk-el-had	35			36.6906	3.5891	4
35020	Bouhara	bouhara	35			36.6906	3.5891	3
35020	Djenah (Douar)	djenah-douar	35			36.6906	3.5891	3
35020	Graiche (Douar)	graiche-douar	35			36.6906	3.5891	3
35020	Fekhara (Douar)	fekhara-douar	35			36.6906	3.5891	3
35020	Mazouz (Douar)	mazouz-douar	35			36.6906	3.5891	3
35020	Balloul (Douar)	balloul-douar	35			36.6906	3.5891	3
35020	Beni Hammadouche	beni-hammadouche	35			36.6906	3.5891	3
35020	Beni Tobbal (Douar)	beni-tobbal-douar	35			36.6906	3.5891	3
35021	Tidjelabine	tidjelabine	35			36.7305	3.4948	4
35021	Beni Bouda	beni-bouda	35			36.7305	3.4948	3
35021	Tarafi	tarafi	35			36.7305	3.4948	3
35021	Takherat	takherat	35			36.7305	3.4948	3
35021	Ouled Chikh	ouled-chikh	35			36.7305	3.4948	3
35021	Menacer (Douar)	menacer-douar	35			36.7305	3.4948	3
35021	Mahsas (Famille)	mahsas-famille	35			36.7305	3.4948	3
35021	Darras (Ferme)	darras-ferme	35			36.7305	3.4948	3
35021	Boumerdes (Douar)	boumerdes-douar	35			36.7305	3.4948	3
35021	Berdioui (Ferme)	berdioui-ferme	35			36.7305	3.4948	3
35021	Beraghlou	beraghlou	35			36.7305	3.4948	3
35021	Belhasnat	belhasnat	35			36.7305	3.4948	3
35021	Belharrat	belharrat	35			36.7305	3.4948	3
35021	Ahl El Oued	ahl-el-oued	35			36.7305	3.4948	3
35021	Ahl El Koudia	ahl-el-koudia	35			36.7305	3.4948	3
35022	Kennour	kennour	35			36.8597	4.0116	4
35022	Azib El Kouafa	azib-el-kouafa	35			36.8589	3.9883	4
35022	Afir	afir	35			36.6539	3.7933	4
35022	Bendahdah	bendahdah	35			36.7908	3.9311	3
35022	Tabainets	tabainets	35			36.7908	3.9311	3
35022	Sidi M'Hand Essadi	sidi-m-hand-essadi	35			36.7908	3.9311	3
35022	Tadjenante	tadjenante	35			36.7908	3.9311	3
35022	Rebai (Ferme)	rebai-ferme	35			36.7908	3.9311	3
35022	Talaarous	talaarous	35			36.7908	3.9311	3
35022	Zaouia	zaouia	35			36.7908	3.9311	3
35022	Toumdjadj	toumdjadj	35			36.7908	3.9311	3
35022	Tinaghrit	tinaghrit	35			36.7908	3.9311	3
35022	Tilezazine	tilezazine	35			36.7908	3.9311	3
35022	Ticira	ticira	35			36.7908	3.9311	3
35022	Tiachacht	tiachacht	35			36.7908	3.9311	3
35022	Talaayache	talaayache	35			36.7908	3.9311	3
35022	Behalil	behalil	35			36.7908	3.9311	3
35022	Ouled Ouramdan	ouled-ouramdan	35			36.7908	3.9311	3
35022	Ouled Oubelhizem	ouled-oubelhizem	35			36.7908	3.9311	3
35022	Oued Oubey	oued-oubey	35			36.7908	3.9311	3
35022	Oued El Ahssar	oued-el-ahssar	35			36.7908	3.9311	3
35022	Ihadmaden	ihadmaden	35			36.7908	3.9311	3
35022	Fedjden	fedjden	35			36.7908	3.9311	3
35022	El Ma Ouamen	el-ma-ouamen	35			36.7908	3.9311	3
35022	Tadhount	tadhount	35			36.7908	3.9311	3
35022	Chaina	chaina	35			36.7908	3.9311	3
35022	Boumati	boumati	35			36.7908	3.9311	3
35023	Boudouaou Benterquia	boudouaou-benterquia	35			36.7806	3.7435	1
35024	Djinet	djinet	35			36.8781	3.7231	4
35024	Bounleh	bounleh	35			36.8781	3.7231	3
35024	Ouled Ghanim	ouled-ghanim	35			36.8781	3.7231	3
35024	Ouled Bounoua	ouled-bounoua	35			36.8781	3.7231	3
35024	La Carriere	la-carriere	35			36.8781	3.7231	3
35024	Doum Nouaceur	doum-nouaceur	35			36.8781	3.7231	3
35024	Dar Mendil	dar-mendil	35			36.8781	3.7231	3
35024	Abdelouret	abdelouret	35			36.8781	3.7231	3
35025	Maouia	maouia	35			36.8036	3.6613	4
35025	Cite Communale	cite-communale	35			36.8036	3.6613	3
35025	Ecole Mixte	ecole-mixte	35			36.8036	3.6613	3
35025	Koudiat El Arais	koudiat-el-arais	35			36.8036	3.6613	3
35025	Sahel (Douar)	sahel-douar	35			36.8036	3.6613	3
35025	Cite Des 30 Logements	cite-des-30-logements	35			36.8036	3.6613	3
35025	Bellal (Douar)	bellal-douar	35			36.8036	3.6613	3
35025	Bouagada	bouagada	35			36.8036	3.6613	3
35026	Ouled Ziane	ouled-ziane	35			36.8006	3.6897	4
35026	Maouia	maouia	35			36.8036	3.6613	4
35026	Borrel (Ferme)	borrel-ferme	35			36.8021	3.6755	3
35026	Benbatta	benbatta	35			36.8021	3.6755	3
35026	Bastos (Ferme)	bastos-ferme	35			36.8021	3.6755	3
35026	Auriat (Ferme)	auriat-ferme	35			36.8021	3.6755	3
35026	Millot	millot	35			36.8021	3.6755	3
35026	Domaine Du Port	domaine-du-port	35			36.8021	3.6755	3
35026	Ben Mansour	ben-mansour	35			36.8021	3.6755	3
35026	Beroue (Ferme)	beroue-ferme	35			36.8021	3.6755	3
35026	Bentarzi	bentarzi	35			36.8021	3.6755	3
35026	Coste (Ferme)	coste-ferme	35			36.8021	3.6755	3
35026	Saoudi	saoudi	35			36.8021	3.6755	3
35026	Berrafai	berrafai	35			36.8021	3.6755	3
35026	Mary (Ferme)	mary-ferme	35			36.8021	3.6755	3
35026	Mandourah	mandourah	35			36.8021	3.6755	3
35026	Les Ecoles (Hameau)	les-ecoles-hameau	35			36.8021	3.6755	3
35026	Taoural	taoural	35			36.8021	3.6755	3
35026	Laquiere (Ferme)	laquiere-ferme	35			36.8021	3.6755	3
35026	Moll (Ferme)	moll-ferme	35			36.8021	3.6755	3
35026	Jacquin (Ferme)	jacquin-ferme	35			36.8021	3.6755	3
35026	Ouled Allel	ouled-allel	35			36.8021	3.6755	3
35026	Roux (Ferme)	roux-ferme	35			36.8021	3.6755	3
35026	Beni Kheti	beni-kheti	35			36.8021	3.6755	3
35026	Estelle	estelle	35			36.8021	3.6755	3
35026	Ruston Charles	ruston-charles	35			36.8021	3.6755	3
35026	Ruston (Ferme)	ruston-ferme	35			36.8021	3.6755	3
35026	Benhamouda (Ferme)	benhamouda-ferme	35			36.8021	3.6755	3
35026	Ruston Jules (Ferme)	ruston-jules-ferme	35			36.8021	3.6755	3
35026	Saifi	saifi	35			36.8021	3.6755	3
35026	Leghata	leghata	35			36.8021	3.6755	3
35027	Ouled Ziane	ouled-ziane	35			36.8006	3.6897	4
35027	Afir	afir	35			36.6539	3.7933	4
35027	Ighir Amouche	ighir-amouche	35			36.7273	3.7415	3
35027	Timezrit	timezrit	35			36.7273	3.7415	3
35027	Abbad	abbad	35			36.7273	3.7415	3
35027	Rouafa	rouafa	35			36.7273	3.7415	3
35027	Afir Azazna	afir-azazna	35			36.7273	3.7415	3
35027	Ait Messouad	ait-messouad	35			36.7273	3.7415	3
35027	Amouche	amouche	35			36.7273	3.7415	3
35027	Bouider	bouider	35			36.7273	3.7415	3
35027	Chellout	chellout	35			36.7273	3.7415	3
35027	Cherifi	cherifi	35			36.7273	3.7415	3
35027	Djerrah	djerrah	35			36.7273	3.7415	3
35027	Ghoumrassa	ghoumrassa	35			36.7273	3.7415	3
35027	Izraratene	izraratene	35			36.7273	3.7415	3
35027	Messaoudene	messaoudene	35			36.7273	3.7415	3
35027	Mezguida	mezguida	35			36.7273	3.7415	3
35027	Ouanougha	ouanougha	35			36.7273	3.7415	3
35027	Toursal	toursal	35			36.7273	3.7415	3
35027	Ouled Sidi Amara	ouled-sidi-amara	35			36.7273	3.7415	3
35028	Si Mustapha	si-mustapha	35			36.7233	3.6181	4
35028	Azib Merabtine (Douar)	azib-merabtine-douar	35			36.7233	3.6181	3
35028	Ben Kanoun	ben-kanoun	35			36.7233	3.6181	3
35028	Azib Merah (Douar)	azib-merah-douar	35			36.7233	3.6181	3
35028	Ahmed Bedj Bedj (Ferme)	ahmed-bedj-bedj-ferme	35			36.7233	3.6181	3
35028	Taguitount (Douar)	taguitount-douar	35			36.7233	3.6181	3
35028	Mechairi Lounes	mechairi-lounes	35			36.7233	3.6181	3
35029	Mazer	mazer	35			36.8781	3.7453	4
35029	Taourga	taourga	35			36.7939	3.9503	4
35029	Ouled Hellal	ouled-hellal	35			36.836	3.8478	3
35029	Boudchicha	boudchicha	35			36.836	3.8478	3
35029	Baba Hassel (Hameau)	baba-hassel-hameau	35			36.836	3.8478	3
35029	Bouhbachou	bouhbachou	35			36.836	3.8478	3
35029	Kaf Boudina	kaf-boudina	35			36.836	3.8478	3
35029	El Kodiat	el-kodiat	35			36.836	3.8478	3
35029	Ain Tingrine (Village)	ain-tingrine-village	35			36.836	3.8478	3
35029	Beni Attar	beni-attar	35			36.836	3.8478	3
35029	El Ghdair	el-ghdair	35			36.836	3.8478	3
35029	Les Fermes	les-fermes	35			36.836	3.8478	3
35030	Abada	abada	35			36.7719	3.4055	1
35031	Ecole Tiza	ecole-tiza	35			36.7719	3.4055	1
35031	Djerrah	djerrah	35			36.7719	3.4055	1
35031	Ecole Timizar	ecole-timizar	35			36.7719	3.4055	1
35031	Boussalah (Village)	boussalah-village	35			36.7719	3.4055	1
35031	Bou Ismail	bou-ismail	35			36.7719	3.4055	1
35031	Beni Dahmane	beni-dahmane	35			36.7719	3.4055	1
35031	Ammal (Ecole)	ammal-ecole	35			36.7719	3.4055	1
35031	Ammal (Cite)	ammal-cite	35			36.7719	3.4055	1
35031	Ammal Agglomeration	ammal-agglomeration	35			36.7719	3.4055	1
35031	Ammal	ammal	35			36.7719	3.4055	1
35031	Ighfiguer (Village)	ighfiguer-village	35			36.7719	3.4055	1
35031	Moulay (Ferme)	moulay-ferme	35			36.7719	3.4055	1
35031	Ouled Ouhali	ouled-ouhali	35			36.7719	3.4055	1
35031	Sohana (Village)	sohana-village	35			36.7719	3.4055	1
35031	Figier	figier	35			36.7719	3.4055	1
35031	Ouled Bellemou	ouled-bellemou	35			36.7719	3.4055	1
35031	Doukane	doukane	35			36.7719	3.4055	1
35032	Azrou	azrou	35			36.7719	3.4055	1
35033	Benchoud	benchoud	35			36.7719	3.4055	1
35034	Benmerzouga	benmerzouga	35			36.7719	3.4055	1
35035	Agglom Vil Agricole	agglom-vil-agricole	35			36.7719	3.4055	1
35035	Ait Hadj Ali	ait-hadj-ali	35			36.7719	3.4055	1
35035	Bouaidel	bouaidel	35			36.7719	3.4055	1
35035	Tala Mehdi	tala-mehdi	35			36.7719	3.4055	1
35036	Tala Mali (Douar)	tala-mali-douar	35			36.7719	3.4055	1
35036	Boudhar	boudhar	35			36.7719	3.4055	1
35037	Boudouaou El Bahri	boudouaou-el-bahri	35			36.7719	3.4055	4
35038	Bouzegza Kedara	bouzegza-kedara	35			36.7719	3.4055	1
35039	Ouled Said	ouled-said	35			36.7719	3.4055	1
35039	Chebacheb	chebacheb	35			36.7719	3.4055	1
35039	Haouchine (Douar)	haouchine-douar	35			36.7719	3.4055	1
35040	Chlef Boumraou	chlef-boumraou	35			36.7055	3.5237	1
35041	Fourar Ain Sebaou	fourar-ain-sebaou	35			36.7055	3.5237	1
35041	Oued Hellal	oued-hellal	35			36.7055	3.5237	1
35041	Gouffaf	gouffaf	35			36.7055	3.5237	1
35042	Haddada	haddada	35			36.6365	3.5331	4
35042	Ghazibaouene	ghazibaouene	35			36.6365	3.5331	3
35042	Takherat	takherat	35			36.6365	3.5331	3
35042	Toulmout (Douar)	toulmout-douar	35			36.6365	3.5331	3
35042	Ouled Bouredouane	ouled-bouredouane	35			36.6365	3.5331	3
35042	Ait Si Ali	ait-si-ali	35			36.6365	3.5331	3
35042	Ait Si Rabah	ait-si-rabah	35			36.6365	3.5331	3
35042	Debagha	debagha	35			36.6365	3.5331	3
35042	Ouled Boumerdes	ouled-boumerdes	35			36.6365	3.5331	3
35042	Ouled Ben Salah	ouled-ben-salah	35			36.6365	3.5331	3
35042	Ouled Abdelhadi	ouled-abdelhadi	35			36.6365	3.5331	3
35043	Hadj Ahmed	hadj-ahmed	35			36.7055	3.5237	1
35044	Haouch Ben Ouali	haouch-ben-ouali	35			36.7055	3.5237	1
35045	Haouch El Mokhfi	haouch-el-mokhfi	35			36.7055	3.5237	1
35046	Karma	karma	35			36.7744	3.5143	4
35046	Albouig (Ferme)	albouig-ferme	35			36.7744	3.5143	3
35046	Thibaut	thibaut	35			36.7744	3.5143	3
35046	Hadhoum (Douar)	hadhoum-douar	35			36.7744	3.5143	3
35046	Assier (Ferme)	assier-ferme	35			36.7744	3.5143	3
35047	Kehf El Gharbi	kehf-el-gharbi	35			36.7055	3.5237	1
35048	Bouzegza Pepiniere	bouzegza-pepiniere	35			36.7055	3.5237	1
35048	Kharouba	kharouba	35			36.7055	3.5237	1
35049	Khemis El Khechna 17 Juin	khemis-el-khechna-17-juin	35			36.7055	3.5237	1
35050	Ouled Aissa	ouled-aissa	35			36.6823	3.5918	1
35051	Ouled Ali	ouled-ali	35			36.8117	3.7358	4
35052	Ouled Hadadj	ouled-hadadj	35			36.6823	3.5918	1
35053	Ouled H'Mida	ouled-h-mida	35			36.0166	2.4152	4
35053	Cherraba	cherraba	35			36.0166	2.4152	3
35053	Benhamza	benhamza	35			36.0166	2.4152	3
35053	Necht Allel	necht-allel	35			36.0166	2.4152	3
35053	Mechallel	mechallel	35			36.0166	2.4152	3
35054	Ouriacha	ouriacha	35			36.6818	3.8477	4
35055	Sebaou El Kedim	sebaou-el-kedim	35			36.7798	3.873	4
35056	Sidi El Medjni	sidi-el-medjni	35			36.6823	3.5918	1
35057	Takdempt	takdempt	35			36.9048	3.8444	4
35058	Ouled Taleb	ouled-taleb	35			36.8993	3.8348	4
35058	Bouberak	bouberak	35			36.8993	3.8348	3
35058	Kais Ali (Ferme)	kais-ali-ferme	35			36.8993	3.8348	3
35058	Madaoui (Ferme)	madaoui-ferme	35			36.8993	3.8348	3
35058	Sahel Bouberak	sahel-bouberak	35			36.8993	3.8348	3
35058	Tchouchfi Bouberak	tchouchfi-bouberak	35			36.8993	3.8348	3
35059	Ighili Ghazdhane	ighili-ghazdhane	35			36.6823	3.5918	1
35059	Tizi Nali Slimane	tizi-nali-slimane	35			36.6823	3.5918	1
35059	Tazibt	tazibt	35			36.6823	3.5918	1
35059	Talaoubrid	talaoubrid	35			36.6823	3.5918	1
35059	Alouane (Village)	alouane-village	35			36.6823	3.5918	1
35060	Zaatra	zaatra	35			36.7675	3.6069	4
35061	Zemmouri El Bahri	zemmouri-el-bahri	35			36.8028	3.565	4
35062	Bouomerdes Le Rocher	bouomerdes-le-rocher	35			36.7851	3.586	1
36000	El Tarf Cite Guergour	el-tarf-cite-guergour	36			36.795	8.1875	1
36000	Bordj Forestier	bordj-forestier	36			36.795	8.1875	1
36000	Forestier Borj	forestier-borj	36			36.795	8.1875	1
36000	Mechta Laca	mechta-laca	36			36.795	8.1875	1
36000	El Tarf Rp	el-tarf-rp	36			36.795	8.1875	1
36001	Village Hadj Bournif	village-hadj-bournif	36			36.795	8.1875	1
36001	Bordj Nem	bordj-nem	36			36.795	8.1875	1
36001	Ferme Bensalem	ferme-bensalem	36			36.795	8.1875	1
36001	Domaine Merdjioua Bakhouche	domaine-merdjioua-bakhouche	36			36.795	8.1875	1
36001	Village Mahmoud Hadj Med	village-mahmoud-hadj-med	36			36.795	8.1875	1
36001	Village Mabrouk	village-mabrouk	36			36.795	8.1875	1
36001	Domaine Kef Mourad	domaine-kef-mourad	36			36.795	8.1875	1
36001	Domaine Boudjarma	domaine-boudjarma	36			36.795	8.1875	1
36001	Village Hadj Tahar	village-hadj-tahar	36			36.795	8.1875	1
36001	Village Hacene Sellami	village-hacene-sellami	36			36.795	8.1875	1
36001	Tonca (Le)	tonca-le	36			36.795	8.1875	1
36001	Sidi Hmenda	sidi-hmenda	36			36.795	8.1875	1
36001	Paradou (Le)	paradou-le	36			36.795	8.1875	1
36001	Oued Sba	oued-sba	36			36.795	8.1875	1
36001	Nedjoua Bakhouche	nedjoua-bakhouche	36			36.795	8.1875	1
36001	Maison Cantonniere	maison-cantonniere	36			36.795	8.1875	1
36001	Domaine Des 3 Martyrs	domaine-des-3-martyrs	36			36.795	8.1875	1
36001	Domaine Tlili Ali	domaine-tlili-ali	36			36.795	8.1875	1
36001	Domaine Zoghlani	domaine-zoghlani	36			36.795	8.1875	1
36001	Drean	drean	36			36.795	8.1875	1
36001	Ferme Berbey	ferme-berbey	36			36.795	8.1875	1
36001	Ferme Bey Laggoum	ferme-bey-laggoum	36			36.795	8.1875	1
36001	Ferme Hadj Hamani	ferme-hadj-hamani	36			36.795	8.1875	1
36001	Chedli	chedli	36			36.795	8.1875	1
36001	Ferme Huggonot	ferme-huggonot	36			36.795	8.1875	1
36001	Le Paradou	le-paradou	36			36.795	8.1875	1
36001	Ben Amar Ain Zana	ben-amar-ain-zana	36			36.795	8.1875	1
36002	El Kala	el-kala	36			36.8956	8.4433	4
36002	El Kala Cite Fln	el-kala-cite-fln	36			36.8956	8.4433	3
36002	Le Melah	le-melah	36			36.8956	8.4433	3
36002	Melah (Le)	melah-le	36			36.8956	8.4433	3
36002	Le Tonga	le-tonga	36			36.8956	8.4433	3
36002	Boumalek	boumalek	36			36.8956	8.4433	3
36002	Brabtia	brabtia	36			36.8956	8.4433	3
36003	Beni Ourgine	beni-ourgine	36			36.795	8.1875	1
36003	Ben M'Hidi	ben-m-hidi	36			36.795	8.1875	1
36003	Ferdaous	ferdaous	36			36.795	8.1875	1
36004	Besbes	besbes	36			36.7022	7.8472	4
36004	Douar Saidi	douar-saidi	36			36.7022	7.8472	3
36004	Les Eucalyptus	les-eucalyptus	36			36.7022	7.8472	3
36004	Ferme Sonte	ferme-sonte	36			36.7022	7.8472	3
36004	Douar Haloufa	douar-haloufa	36			36.7022	7.8472	3
36004	Ferme Sidi Bouzid	ferme-sidi-bouzid	36			36.7022	7.8472	3
36004	Douar Ali Chergui	douar-ali-chergui	36			36.7022	7.8472	3
36004	Ferme Chouchi	ferme-chouchi	36			36.7022	7.8472	3
36004	Ferme Amrani Med	ferme-amrani-med	36			36.7022	7.8472	3
36004	Ferme Amara Ben Hadj	ferme-amara-ben-hadj	36			36.7022	7.8472	3
36004	Douar El Ramel	douar-el-ramel	36			36.7022	7.8472	3
36004	Ferme Reghioua	ferme-reghioua	36			36.7022	7.8472	3
36004	Douar El Kandra	douar-el-kandra	36			36.7022	7.8472	3
36004	Sacca Usine	sacca-usine	36			36.7022	7.8472	3
36005	Damousse	damousse	36			36.795	8.1875	1
36005	El Aneb	el-aneb	36			36.795	8.1875	1
36005	Dorbani Sadek	dorbani-sadek	36			36.795	8.1875	1
36005	Ain Dahab	ain-dahab	36			36.795	8.1875	1
36005	Ain Souani	ain-souani	36			36.795	8.1875	1
36005	Siliana	siliana	36			36.795	8.1875	1
36005	Sataha	sataha	36			36.795	8.1875	1
36005	Safra	safra	36			36.795	8.1875	1
36005	Medjez Lahmar	medjez-lahmar	36			36.795	8.1875	1
36005	Kef Khachine	kef-khachine	36			36.795	8.1875	1
36005	Chouicha	chouicha	36			36.795	8.1875	1
36005	Batoum	batoum	36			36.795	8.1875	1
36005	Guenfoudi	guenfoudi	36			36.795	8.1875	1
36005	Bouhadjar	bouhadjar	36			36.795	8.1875	1
36005	Boumia	boumia	36			36.795	8.1875	1
36005	Bourkab	bourkab	36			36.795	8.1875	1
36005	Domaine Bouzina	domaine-bouzina	36			36.795	8.1875	1
36006	Bourdim	bourdim	36			36.7953	8.2617	4
36006	Bouteldja	bouteldja	36			36.787	8.1977	4
36006	Oum Lagareb	oum-lagareb	36			36.7911	8.2297	3
36006	Kiloune	kiloune	36			36.7911	8.2297	3
36006	Nemlia	nemlia	36			36.7911	8.2297	3
36006	Hammam Sidi Djaballah	hammam-sidi-djaballah	36			36.7911	8.2297	3
36006	Fid Ramoul	fid-ramoul	36			36.7911	8.2297	3
36006	Fid Chir	fid-chir	36			36.7911	8.2297	3
36006	Ouled Anane	ouled-anane	36			36.7911	8.2297	3
36006	Ouled Bouaichaia	ouled-bouaichaia	36			36.7911	8.2297	3
36006	Senainia	senainia	36			36.7911	8.2297	3
36006	Dren	dren	36			36.7911	8.2297	3
36006	Ouled Ghiet	ouled-ghiet	36			36.7911	8.2297	3
36006	Bouglez	bouglez	36			36.7911	8.2297	3
36006	Fezara	fezara	36			36.7911	8.2297	3
36006	Taguiba	taguiba	36			36.7911	8.2297	3
36006	Ouled Boubekeur	ouled-boubekeur	36			36.7911	8.2297	3
36007	Chott	chott	36			36.795	8.1875	1
36008	El Tarf Bahri Belkacem	el-tarf-bahri-belkacem	36			36.795	8.1875	1
36009	Sidi Belgacem	sidi-belgacem	36			36.795	8.1875	1
36010	Ain El Assel	ain-el-assel	36			36.7869	8.385	4
36010	Khanguet Aoun	khanguet-aoun	36			36.7869	8.385	3
36011	Ain Kerma	ain-kerma	36			36.5833	8.2	4
36011	El Hanachir	el-hanachir	36			36.5833	8.2	3
36011	Sanhadja	sanhadja	36			36.5833	8.2	3
36011	Bougarmaa	bougarmaa	36			36.5833	8.2	3
36011	Bouafia	bouafia	36			36.5833	8.2	3
36011	Bir Zazi	bir-zazi	36			36.5833	8.2	3
36012	Asfour	asfour	36			36.6727	7.9742	4
36012	Barrage Cheffia	barrage-cheffia	36			36.6727	7.9742	3
36012	Falcou	falcou	36			36.6727	7.9742	3
36012	Hakoura	hakoura	36			36.6727	7.9742	3
36013	Chebaita Mokhtar	chebaita-mokhtar	36			36.7386	8.2146	1
36014	Domaine Med Khemisti 1	domaine-med-khemisti-1	36			36.7386	8.2146	1
36014	Douar Djemaa	douar-djemaa	36			36.7386	8.2146	1
36014	Chihani	chihani	36			36.7386	8.2146	1
36014	Village Bounefa	village-bounefa	36			36.7386	8.2146	1
36014	Ontf Ex Drs	ontf-ex-drs	36			36.7386	8.2146	1
36014	Douar El Berda	douar-el-berda	36			36.7386	8.2146	1
36015	Zerizer	zerizer	36			36.7273	7.8946	4
36015	Domaine Laidi Amar	domaine-laidi-amar	36			36.7273	7.8946	3
36015	Ferme Char Entaise	ferme-char-entaise	36			36.7273	7.8946	3
36015	Drarigue	drarigue	36			36.7273	7.8946	3
36015	Domaine Dar El Hak	domaine-dar-el-hak	36			36.7273	7.8946	3
36015	Bounamoussa	bounamoussa	36			36.7273	7.8946	3
36015	Ferme Gassiot	ferme-gassiot	36			36.7273	7.8946	3
36015	Domaine Ben Hamada Ahmed	domaine-ben-hamada-ahmed	36			36.7273	7.8946	3
36015	Domaine Kadi Youcef	domaine-kadi-youcef	36			36.7273	7.8946	3
36016	Ain Khiar	ain-khiar	36			36.7981	8.3309	4
36016	Aghbet Echair	aghbet-echair	36			36.7981	8.3309	3
36016	Oued Ben Moussa	oued-ben-moussa	36			36.7981	8.3309	3
36017	Darhoussa	darhoussa	36			36.7386	8.2146	1
36018	El Aioun	el-aioun	36			36.8265	8.5991	4
36019	Lac Des Oiseaux	lac-des-oiseaux	36			36.7754	8.1182	4
36019	Ouled Anane	ouled-anane	36			36.7754	8.1182	3
36019	Ouled Abdallah	ouled-abdallah	36			36.7754	8.1182	3
36019	Boulatane	boulatane	36			36.7754	8.1182	3
36019	Ben Houmana	ben-houmana	36			36.7754	8.1182	3
36020	Oum Theboul	oum-theboul	36			36.882	8.5642	4
36020	M'Zara	m-zara	36			36.882	8.5642	3
36020	Dey Ezzitoun	dey-ezzitoun	36			36.882	8.5642	3
36020	Haddada	haddada	36			36.882	8.5642	3
36020	Melloul	melloul	36			36.882	8.5642	3
36020	Mochtab	mochtab	36			36.882	8.5642	3
36020	Siguleb	siguleb	36			36.882	8.5642	3
36021	Roum El Souk	roum-el-souk	36			36.7861	8.5356	4
36022	Sidi Kacem	sidi-kacem	36			36.7786	8.4445	1
36023	Zitouna	zitouna	36			36.6678	8.2337	4
36023	Loulidja Capra	loulidja-capra	36			36.6678	8.2337	3
36023	Bouguissa	bouguissa	36			36.6678	8.2337	3
36023	El Fadj	el-fadj	36			36.6678	8.2337	3
36024	Ain Allem	ain-allem	36			36.7786	8.4445	1
36025	Ben Amar	ben-amar	36			36.7786	8.4445	1
36026	Berdjilette	berdjilette	36			36.7786	8.4445	1
36027	Berrihane	berrihane	36			36.7786	8.4445	1
36027	Ouled Dieb	ouled-dieb	36			36.7786	8.4445	1
36027	Mounasria	mounasria	36			36.7786	8.4445	1
36027	Mouaissia	mouaissia	36			36.7786	8.4445	1
36028	Bouaabed	bouaabed	36			36.7786	8.4445	1
36029	Oum Doub	oum-doub	36			36.7786	8.4445	1
36029	El Ghorra	el-ghorra	36			36.7786	8.4445	1
36029	El Meraima	el-meraima	36			36.7786	8.4445	1
36029	Rihane	rihane	36			36.7786	8.4445	1
36029	Bougous	bougous	36			36.7786	8.4445	1
36029	Enzel Beldi	enzel-beldi	36			36.7786	8.4445	1
36029	Ain Saroua	ain-saroua	36			36.7786	8.4445	1
36029	Ain Kechba	ain-kechba	36			36.7786	8.4445	1
36029	Ain El Kebir	ain-el-kebir	36			36.7786	8.4445	1
36030	Boutella Abdallah	boutella-abdallah	36			36.7708	8.2667	1
36031	Chaaba El Hamra	chaaba-el-hamra	36			36.7708	8.2667	1
36032	Cheffia	cheffia	36			36.7708	8.2667	1
36033	El Fhis	el-fhis	36			36.7708	8.2667	1
36034	El Kous	el-kous	36			36.7708	8.2667	1
36034	Bordj Samar	bordj-samar	36			36.7708	8.2667	1
36034	Bouhlala	bouhlala	36			36.7708	8.2667	1
36035	Feddaoui Moussa	feddaoui-moussa	36			36.7708	8.2667	1
36036	Hammam Beni Salah	hammam-beni-salah	36			36.7708	8.2667	1
36037	Kantara El Malha El Hamra	kantara-el-malha-el-hamra	36			36.7708	8.2667	1
36037	Souk Erguibet	souk-erguibet	36			36.7708	8.2667	1
36038	Matroha	matroha	36			36.7708	8.2667	1
36039	Meradia	meradia	36			36.7708	8.2667	1
36040	Mexna	mexna	36			36.8231	8.3407	1
36041	Mohamed Tayeb	mohamed-tayeb	36			36.8231	8.3407	1
36042	Oued Djennane	oued-djennane	36			36.8231	8.3407	1
36043	Oued El Hout	oued-el-hout	36			36.8167	8.5	4
36043	Zeraibia	zeraibia	36			36.8167	8.5	3
36043	Fed El Allag	fed-el-allag	36			36.8167	8.5	3
36044	Oum Hassene	oum-hassene	36			36.8231	8.3407	1
36044	Boumediene	boumediene	36			36.8231	8.3407	1
36044	Graguir	graguir	36			36.8231	8.3407	1
36044	Oued Zitoun	oued-zitoun	36			36.8231	8.3407	1
36044	Khamssa	khamssa	36			36.8231	8.3407	1
36044	Le Mresse	le-mresse	36			36.8231	8.3407	1
36044	Boumaiza	boumaiza	36			36.8231	8.3407	1
36045	Raghouche	raghouche	36			36.8231	8.3407	1
36045	Domaine Raghouche Ahmed	domaine-raghouche-ahmed	36			36.8231	8.3407	1
36046	Righia	righia	36			36.8294	8.1814	4
36046	Oued B'Him	oued-b-him	36			36.8294	8.1814	3
36046	Lahnaia	lahnaia	36			36.8294	8.1814	3
36047	Sebaa	sebaa	36			36.8231	8.3407	1
36048	Sidi Embarek	sidi-embarek	36			36.8231	8.3407	1
36049	Zoghrami Ali	zoghrami-ali	36			36.8231	8.3407	1
37000	Tindouf Rp	tindouf-rp	37			27.6711	-8.1474	
37000	Tindouf Mouggar	tindouf-mouggar	37			27.6711	-8.1474	
37000	Tindou Secteur	tindou-secteur	37			27.6711	-8.1474	
37000	Chenachan	chenachan	37			26	-4.25	
37000	Hassi Abdallah	hassi-abdallah	37			29.0223	-0.9271	
37001	Tindouf Hassi Ammar	tindouf-hassi-ammar	37			27.6711	-8.1474	
37002	Tindouf Hay Nasr	tindouf-hay-nasr	37			27.6711	-8.1474	
37003	Oum El Assel	oum-el-assel	37			28.6696	-6.6064	
37004	Gara Djebilet	gara-djebilet	37			26.7506	-7.4747	
37005	Ford Lotfi	ford-lotfi	37			27.6711	-8.1474	
37005	Hassi Khebi	hassi-khebi	37			29.1775	-5.3844	
37006	Hassi Mounir	hassi-mounir	37			29.0687	-7.3555	
38000	Beni Maida	beni-maida	38			35.7582	1.8478	1
38000	Boumangouche	boumangouche	38			35.7582	1.8478	1
38000	Tissemsilt Rp	tissemsilt-rp	38			35.7582	1.8478	1
38000	Oum Lallou	oum-lallou	38			35.7582	1.8478	1
38000	Dhaya	dhaya	38			35.7582	1.8478	1
38001	Ouled Sidi Bouziane	ouled-sidi-bouziane	38			35.7582	1.8478	1
38001	Souad	souad	38			35.7582	1.8478	1
38001	Belkanoun	belkanoun	38			35.7582	1.8478	1
38001	Ouled Maamar Chergua	ouled-maamar-chergua	38			35.7582	1.8478	1
38001	Magta	magta	38			35.7582	1.8478	1
38001	Ain Baalache	ain-baalache	38			35.7582	1.8478	1
38001	Ouled Maamar Gheraba	ouled-maamar-gheraba	38			35.7582	1.8478	1
38001	Souamet	souamet	38			35.7582	1.8478	1
38001	Bordj Bou Naama	bordj-bou-naama	38			35.7582	1.8478	1
38001	Melalka	melalka	38			35.7582	1.8478	1
38001	Metidja	metidja	38			35.7582	1.8478	1
38001	Ouled Bekhalfa	ouled-bekhalfa	38			35.7582	1.8478	1
38002	Houabi	houabi	38			35.7705	1.5393	4
38002	Labais	labais	38			35.7895	1.4677	4
38002	Sahanine	sahanine	38			35.78	1.5035	3
38002	Lardjem	lardjem	38			35.78	1.5035	3
38002	Kouaacem	kouaacem	38			35.78	1.5035	3
38002	Ghazlia	ghazlia	38			35.78	1.5035	3
38002	Doukane	doukane	38			35.78	1.5035	3
38002	Chahid Amar	chahid-amar	38			35.78	1.5035	3
38002	Ouled Aicha	ouled-aicha	38			35.78	1.5035	3
38002	Ouled Hadj	ouled-hadj	38			35.78	1.5035	3
38003	Sidi M'Hamed	sidi-m-hamed	38			35.7582	1.8478	1
38003	Rock	rock	38			35.7582	1.8478	1
38003	Mekharbach Sidi Saad	mekharbach-sidi-saad	38			35.7582	1.8478	1
38003	Cite Bazar	cite-bazar	38			35.7582	1.8478	1
38003	Medad	medad	38			35.7582	1.8478	1
38003	Mourzama	mourzama	38			35.7582	1.8478	1
38003	Farecha	farecha	38			35.7582	1.8478	1
38003	Theniet El Had	theniet-el-had	38			35.7582	1.8478	1
38004	Bordj Emir Abdelkader	bordj-emir-abdelkader	38			35.8658	2.2703	4
38004	Ain Derga	ain-derga	38			35.8658	2.2703	3
38004	Anneg	anneg	38			35.8658	2.2703	3
38004	Ain El Anceur	ain-el-anceur	38			35.8658	2.2703	3
38004	Ras Taza	ras-taza	38			35.8658	2.2703	3
38004	Sidi Megrari	sidi-megrari	38			35.8658	2.2703	3
38004	Sidi Mosbah	sidi-mosbah	38			35.8658	2.2703	3
38004	Ain Achir	ain-achir	38			35.8658	2.2703	3
38004	Sekaka	sekaka	38			35.8658	2.2703	3
38004	Sersou	sersou	38			35.8658	2.2703	3
38005	Ain Antar	ain-antar	38			35.7582	1.8478	1
38005	Boucaid	boucaid	38			35.7582	1.8478	1
38005	Ouled Arab	ouled-arab	38			35.7582	1.8478	1
38005	Fouara	fouara	38			35.7582	1.8478	1
38006	Khemisti	khemisti	38			35.6686	1.9649	4
38006	Sidi Mansour	sidi-mansour	38			35.6686	1.9649	3
38006	Ain Kahla	ain-kahla	38			35.6686	1.9649	3
38006	Ain Dhahrit 2	ain-dhahrit-2	38			35.6686	1.9649	3
38006	Ouled Boudjema	ouled-boudjema	38			35.6686	1.9649	3
38006	Ouled Messaoud	ouled-messaoud	38			35.6686	1.9649	3
38006	Ain Dhahrit 1	ain-dhahrit-1	38			35.6686	1.9649	3
38006	Mehai	mehai	38			35.6686	1.9649	3
38007	Laayoune	laayoune	38			35.6967	1.9966	4
38007	Derb	derb	38			35.6967	1.9966	3
38007	Baraka	baraka	38			35.6967	1.9966	3
38007	Ain El Abed	ain-el-abed	38			35.6967	1.9966	3
38007	Guetou	guetou	38			35.6967	1.9966	3
38007	Zaouiat Si Ali	zaouiat-si-ali	38			35.6967	1.9966	3
38008	Bab El Guebli	bab-el-guebli	38			35.7582	1.8478	1
38008	Sidi Brahim	sidi-brahim	38			35.7582	1.8478	1
38008	Ouled Mansour	ouled-mansour	38			35.7582	1.8478	1
38008	Lazharia	lazharia	38			35.7582	1.8478	1
38008	Kouacem	kouacem	38			35.7582	1.8478	1
38008	Hedjaloua	hedjaloua	38			35.7582	1.8478	1
38008	Bouadja	bouadja	38			35.7582	1.8478	1
38008	Beni Amar	beni-amar	38			35.7582	1.8478	1
38008	Ayachine	ayachine	38			35.7582	1.8478	1
38009	Tissemsilt Bencherki	tissemsilt-bencherki	38			35.7582	1.8478	1
38010	Tissemsilt Benhamouda	tissemsilt-benhamouda	38			35.6566	1.7724	1
38011	Tissemsilt El Merdja	tissemsilt-el-merdja	38			35.6566	1.7724	1
38012	Gueroudje	gueroudje	38			35.6566	1.7724	1
38012	Ammari	ammari	38			35.6566	1.7724	1
38012	Akerma	akerma	38			35.6566	1.7724	1
38012	Ouled Si Yahia	ouled-si-yahia	38			35.6566	1.7724	1
38012	Zaouia	zaouia	38			35.6566	1.7724	1
38012	Raya	raya	38			35.6566	1.7724	1
38012	Ouled Ayed	ouled-ayed	38			35.6566	1.7724	1
38013	Melaab	melaab	38			35.6228	1.9988	4
38013	Ouled Zine Enia	ouled-zine-enia	38			35.6412	1.7253	3
38013	Ouled Meddah	ouled-meddah	38			35.6595	1.4519	4
38013	Ouled Hadj	ouled-hadj	38			35.6412	1.7253	3
38013	Kouhail	kouhail	38			35.6412	1.7253	3
38014	Ouled Bessem	ouled-bessem	38			35.6874	1.8666	4
38014	Trabadja	trabadja	38			35.6874	1.8666	3
38014	Sidi Abderrahmane	sidi-abderrahmane	38			35.6874	1.8666	3
38014	Ouled Bendahmane	ouled-bendahmane	38			35.6874	1.8666	3
38014	Lazrou	lazrou	38			35.6874	1.8666	3
38014	Sidi Lahcene	sidi-lahcene	38			35.6874	1.8666	3
38015	Ain Kerma	ain-kerma	38			35.6566	1.7724	1
38016	Ain Ferradja	ain-ferradja	38			35.6566	1.7724	1
38017	Ain Guergour	ain-guergour	38			35.6566	1.7724	1
38018	Sidi Ben Allaa	sidi-ben-allaa	38			35.6566	1.7724	1
38018	Amrouna	amrouna	38			35.6566	1.7724	1
38018	Sidi Abdelkader	sidi-abdelkader	38			35.6566	1.7724	1
38019	Beni Chaib	beni-chaib	38			35.6566	1.7724	1
38019	Melnoguer	melnoguer	38			35.6566	1.7724	1
38019	El Kenanda	el-kenanda	38			35.6566	1.7724	1
38019	Bouazria	bouazria	38			35.6566	1.7724	1
38019	Ain Defla	ain-defla	38			35.6566	1.7724	1
38019	Tahemamet	tahemamet	38			35.6566	1.7724	1
38019	Tafrent	tafrent	38			35.6566	1.7724	1
38019	Ouled Boudiaf	ouled-boudiaf	38			35.6566	1.7724	1
38019	Ouled Ali	ouled-ali	38			35.6566	1.7724	1
38019	Mekeberta	mekeberta	38			35.6566	1.7724	1
38020	Tezgha	tezgha	38			35.6157	2.257	1
38020	Meraima	meraima	38			35.6157	2.257	1
38020	Ain Bergougue	ain-bergougue	38			35.6157	2.257	1
38020	Nouaoura	nouaoura	38			35.6157	2.257	1
38020	Beni Lahcen	beni-lahcen	38			35.6157	2.257	1
38020	Douaiat	douaiat	38			35.6157	2.257	1
38020	Zakkor	zakkor	38			35.6157	2.257	1
38021	Doui Hasni	doui-hasni	38			35.6157	2.257	1
38022	Chehmia	chehmia	38			35.6157	2.257	1
38022	Brahmia	brahmia	38			35.6157	2.257	1
38022	El Assoulet	el-assoulet	38			35.6157	2.257	1
38022	Larbaa	larbaa	38			35.6157	2.257	1
38022	Ouled Henni	ouled-henni	38			35.6157	2.257	1
38022	Sefiat	sefiat	38			35.6157	2.257	1
38023	Maacem	maacem	38			35.6157	2.257	1
38023	Ouled Benchohra	ouled-benchohra	38			35.6157	2.257	1
38023	Sab Smen	sab-smen	38			35.6157	2.257	1
38023	Ouled Kouider	ouled-kouider	38			35.6157	2.257	1
38023	Ouled Djelloul	ouled-djelloul	38			35.6157	2.257	1
38024	Meguisba	meguisba	38			35.6157	2.257	1
38025	Sidi Abed	sidi-abed	38			35.6157	2.257	1
38025	Ain Beida	ain-beida	38			35.6157	2.257	1
38025	Djouza	djouza	38			35.6157	2.257	1
38025	Khereba	khereba	38			35.6157	2.257	1
38025	Ouled Abdellah	ouled-abdellah	38			35.6157	2.257	1
38025	Ras Salmou	ras-salmou	38			35.6157	2.257	1
38026	Ledjemal	ledjemal	38			35.6157	2.257	1
38026	Ain Bezaz	ain-bezaz	38			35.6157	2.257	1
38026	Sidi Ghanem	sidi-ghanem	38			35.6157	2.257	1
38026	Sidi Boutouchent	sidi-boutouchent	38			35.6157	2.257	1
38026	Ouled Meriem	ouled-meriem	38			35.6157	2.257	1
38026	Ouled Bouziane	ouled-bouziane	38			35.6157	2.257	1
38026	Boukhairane	boukhairane	38			35.6157	2.257	1
38027	Ouled Rabah	ouled-rabah	38			35.6157	2.257	4
38027	Sidi Lantri	sidi-lantri	38			35.6157	2.257	3
38027	Guedel	guedel	38			35.6157	2.257	3
38027	Djir	djir	38			35.6157	2.257	3
38027	Krabaa	krabaa	38			35.6157	2.257	3
38027	Sidi Missoum	sidi-missoum	38			35.6157	2.257	3
38027	Sidi Said	sidi-said	38			35.6157	2.257	3
38027	Saaid	saaid	38			35.6157	2.257	3
38027	Ouled Kouider	ouled-kouider	38			35.6157	2.257	3
38027	Ouled Benchohra	ouled-benchohra	38			35.6157	2.257	3
38027	Ouled Benaouda	ouled-benaouda	38			35.6157	2.257	3
38027	Hachem	hachem	38			35.6157	2.257	3
38028	El Gragueta	el-gragueta	38			35.6157	2.257	1
38028	Kedadra	kedadra	38			35.6157	2.257	1
38028	Htatza	htatza	38			35.6157	2.257	1
38028	El Mahilia	el-mahilia	38			35.6157	2.257	1
38028	El Aiaida	el-aiaida	38			35.6157	2.257	1
38028	Dahmnia	dahmnia	38			35.6157	2.257	1
38028	Sidi Slimane	sidi-slimane	38			35.6157	2.257	1
38028	Saaid Khelafa	saaid-khelafa	38			35.6157	2.257	1
38028	Moulai	moulai	38			35.6157	2.257	1
38029	Latiar	latiar	38			35.6157	2.257	1
38029	Kraich	kraich	38			35.6157	2.257	1
38029	La Mounas	la-mounas	38			35.6157	2.257	1
38029	Sidi Ghalem	sidi-ghalem	38			35.6157	2.257	1
38029	Tamellahet	tamellahet	38			35.6157	2.257	1
38029	Menkouchi	menkouchi	38			35.6157	2.257	1
38029	Ancor Labiadh	ancor-labiadh	38			35.6157	2.257	1
38029	Ancor Beliyes	ancor-beliyes	38			35.6157	2.257	1
38030	Tamezlait	tamezlait	38			35.7085	1.8681	1
38030	Debila	debila	38			35.7085	1.8681	1
38031	Youssoufia	youssoufia	38			35.7085	1.8681	1
38031	Sidi Beradja	sidi-beradja	38			35.7085	1.8681	1
38031	Guetaimia	guetaimia	38			35.7085	1.8681	1
38031	Ain El Ancor	ain-el-ancor	38			35.7085	1.8681	1
39000	El Oued Sahan	el-oued-sahan	39			33.5402	6.573	1
39000	El Oued Rp	el-oued-rp	39			33.5402	6.573	1
39001	El Oued Nezla	el-oued-nezla	39			33.5402	6.573	1
39001	El Oued El Qods	el-oued-el-qods	39			33.5402	6.573	1
39002	Guemar	guemar	39			33.4806	6.8071	4
39002	El Gharbia	el-gharbia	39			33.4806	6.8071	3
39002	El Houd	el-houd	39			33.4806	6.8071	3
39003	Debila	debila	39			33.5167	6.95	4
39003	Sahan El Gharbi	sahan-el-gharbi	39			33.5167	6.95	3
39003	Nezlet Ouled Lakhdar	nezlet-ouled-lakhdar	39			33.5167	6.95	3
39004	Zaouiet Riab	zaouiet-riab	39			33.582	5.9942	4
39004	Vieux Djamaa	vieux-djamaa	39			33.582	5.9942	3
39004	Djamaa	djamaa	39			33.582	5.9942	3
39004	Sidi Yahia	sidi-yahia	39			33.582	5.9942	3
39005	El Meghaier	el-meghaier	39			33.953	5.9293	4
39006	El Oued Tiksebt	el-oued-tiksebt	39			33.3758	6.8409	4
39007	Sidi Slimane	sidi-slimane	39			33.3333	6.9167	4
39007	Traika	traika	39			33.3333	6.9167	3
39007	Fetahza	fetahza	39			33.3333	6.9167	3
39007	Bayada	bayada	39			33.3333	6.9167	3
39007	Bir Leghedemssi	bir-leghedemssi	39			33.3333	6.9167	3
39007	Cheguigua	cheguigua	39			33.3333	6.9167	3
39007	Sebaia	sebaia	39			33.3333	6.9167	3
39007	Lebama	lebama	39			33.3333	6.9167	3
39007	Chouaiha	chouaiha	39			33.3333	6.9167	3
39008	Bayada 1er Novembre	bayada-1er-novembre	39			33.5402	6.573	1
39009	El Oued 17 Octobre 1961	el-oued-17-octobre-1961	39			33.5402	6.573	1
39010	El Oued Belle Vue	el-oued-belle-vue	39			33.455	6.8649	1
39011	El Oued Chouhada	el-oued-chouhada	39			33.455	6.8649	1
39012	El Oued Cite Nador	el-oued-cite-nador	39			33.455	6.8649	1
39012	Ouaziten	ouaziten	39			33.455	6.8649	1
39012	Sidi Mestour	sidi-mestour	39			33.455	6.8649	1
39012	Nezla	nezla	39			33.455	6.8649	1
39013	Hassi Khalifa	hassi-khalifa	39			33.5764	7.0132	4
39013	El Abaida	el-abaida	39			33.5764	7.0132	3
39013	Chouaiha	chouaiha	39			33.5764	7.0132	3
39013	Amra	amra	39			33.5764	7.0132	3
39013	Nessaiba	nessaiba	39			33.5764	7.0132	3
39013	Nezla Charguia	nezla-charguia	39			33.5764	7.0132	3
39013	Chouhada	chouhada	39			33.5764	7.0132	3
39013	Nezla El Gharbia	nezla-el-gharbia	39			33.5764	7.0132	3
39013	El Haraiza	el-haraiza	39			33.5764	7.0132	3
39014	Kouinine	kouinine	39			33.4	6.8333	4
39014	Neima Zone Industrielle	neima-zone-industrielle	39			33.4	6.8333	3
39014	Mih Bahi	mih-bahi	39			33.4	6.8333	3
39015	Magrane	magrane	39			33.455	6.8649	1
39015	Oum Zebed	oum-zebed	39			33.455	6.8649	1
39015	Belila	belila	39			33.455	6.8649	1
39015	Menanaa	menanaa	39			33.455	6.8649	1
39016	Reguiba	reguiba	39			33.5639	6.7033	4
39016	Nezlet El Osfane	nezlet-el-osfane	39			33.5639	6.7033	3
39016	Bir El Bachir	bir-el-bachir	39			33.5639	6.7033	3
39016	Bir El Hadj	bir-el-hadj	39			33.5639	6.7033	3
39016	Dhoubaya	dhoubaya	39			33.5639	6.7033	3
39016	Djaikh	djaikh	39			33.5639	6.7033	3
39016	El Aouaissa	el-aouaissa	39			33.5639	6.7033	3
39016	El Arfdji	el-arfdji	39			33.5639	6.7033	3
39016	El Garaina	el-garaina	39			33.5639	6.7033	3
39016	El Malha	el-malha	39			33.5639	6.7033	3
39016	Halg El Oued	halg-el-oued	39			33.5639	6.7033	3
39016	Nador	nador	39			33.5639	6.7033	3
39016	Ouaziten	ouaziten	39			33.5639	6.7033	3
39016	Oued Meouitri	oued-meouitri	39			33.5639	6.7033	3
39017	Robbah	robbah	39			33.2797	6.9098	4
39017	Hai Zaouia	hai-zaouia	39			33.2797	6.9098	3
39017	El Maiassa	el-maiassa	39			33.2797	6.9098	3
39017	Hay El Djedid	hay-el-djedid	39			33.2797	6.9098	3
39017	Ras Robbah	ras-robbah	39			33.2797	6.9098	3
39017	Nezlet Sidi Laid	nezlet-sidi-laid	39			33.2797	6.9098	3
39017	Nezlet Sidi Ali Derbal	nezlet-sidi-ali-derbal	39			33.2797	6.9098	3
39017	Brek Cite	brek-cite	39			33.2797	6.9098	3
39017	Boughazlia	boughazlia	39			33.2797	6.9098	3
39017	El Aouachir	el-aouachir	39			33.2797	6.9098	3
39018	Sidi Amrane	sidi-amrane	39			33.455	6.8649	1
39019	Taleb Larbi	taleb-larbi	39			33.455	6.8649	1
39020	Z'Goum	z-goum	39			33.5753	6.5821	1
39021	El Horra	el-horra	39			33.5753	6.5821	1
39021	Ain Choucha	ain-choucha	39			33.5753	6.5821	1
39022	Djamaa Ouaghlana	djamaa-ouaghlana	39			33.5753	6.5821	1
39023	Djelma	djelma	39			33.5753	6.5821	1
39023	Djedeida	djedeida	39			33.5753	6.5821	1
39023	Djamaa Mida	djamaa-mida	39			33.5753	6.5821	1
39024	Mih Nasser	mih-nasser	39			33.5753	6.5821	1
39024	Mih Cheikh	mih-cheikh	39			33.5753	6.5821	1
39024	El Ghannami	el-ghannami	39			33.5753	6.5821	1
39024	Douar El Maa	douar-el-maa	39			33.5753	6.5821	1
39025	El Meghaier 1er Mai	el-meghaier-1er-mai	39			33.5753	6.5821	1
39026	El Oued Sidi Mestour	el-oued-sidi-mestour	39			33.5753	6.5821	1
39027	Demitha	demitha	39			33.5753	6.5821	1
39027	Mih Atia	mih-atia	39			33.5753	6.5821	1
39027	Mih Salah	mih-salah	39			33.5753	6.5821	1
39027	Ghamra	ghamra	39			33.5753	6.5821	1
39028	Guemar Chouhada	guemar-chouhada	39			33.5753	6.5821	1
39029	Hassani Abdelkrim	hassani-abdelkrim	39			33.5753	6.5821	1
39030	Boughofa	boughofa	39			33.6685	6.477	1
39030	El Katef	el-katef	39			33.6685	6.477	1
39030	Dhmirini	dhmirini	39			33.6685	6.477	1
39030	Bent Lemkoucher	bent-lemkoucher	39			33.6685	6.477	1
39030	Belghit	belghit	39			33.6685	6.477	1
39030	Mih Ouensa	mih-ouensa	39			33.6685	6.477	1
39030	Touam	touam	39			33.6685	6.477	1
39030	Mih Lachache	mih-lachache	39			33.6685	6.477	1
39031	Nakhla	nakhla	39			33.2752	6.9484	4
39031	Leguiba	leguiba	39			33.2752	6.9484	3
39031	Nakhla Charguia	nakhla-charguia	39			33.2752	6.9484	3
39032	Ourir	ourir	39			34.0252	5.9491	4
39032	N'Cira	n-cira	39			34.0252	5.9491	3
39032	El Mahdia	el-mahdia	39			34.0252	5.9491	3
39033	Chettata	chettata	39			33.6685	6.477	1
39033	Ouled Allenda Dahraouia	ouled-allenda-dahraouia	39			33.6685	6.477	1
39033	Ouled Allenda	ouled-allenda	39			33.6685	6.477	1
39033	Mih El Ghazala	mih-el-ghazala	39			33.6685	6.477	1
39033	Dabadib	dabadib	39			33.6685	6.477	1
39033	Cheguamet	cheguamet	39			33.6685	6.477	1
39034	Oum El Thiour	oum-el-thiour	39			33.6685	6.477	1
39035	Ourmes	ourmes	39			33.4167	6.7773	4
39035	Legouirat	legouirat	39			33.3768	6.8354	3
39035	El Ababsa	el-ababsa	39			33.337	6.8934	4
39035	Dhahraoui	dhahraoui	39			33.3768	6.8354	3
39035	Cheraga	cheraga	39			33.3768	6.8354	3
39035	Douira	douira	39			33.3768	6.8354	3
39035	El Hadhoudi	el-hadhoudi	39			33.3768	6.8354	3
39035	Berbri	berbri	39			33.3768	6.8354	3
39036	Reguiba 20 Aout 1955	reguiba-20-aout-1955	39			33.6685	6.477	1
39037	Sidi Aoun	sidi-aoun	39			33.5421	6.9008	4
39038	Sidi Khelil	sidi-khelil	39			33.8369	5.9558	4
39039	Still	still	39			34.2466	5.914	4
39040	Taghzout	taghzout	39			33.4707	6.7779	4
39040	Bagouza	bagouza	39			33.4707	6.7779	3
39041	Tamerna Djedida	tamerna-djedida	39			33.4557	6.6722	1
39041	Tamerna	tamerna	39			33.4557	6.6722	1
39041	Tamerna Guedima	tamerna-guedima	39			33.4557	6.6722	1
39042	Tenedla	tenedla	39			33.6779	6.032	4
39042	Tenedla El Berd	tenedla-el-berd	39			33.6779	6.032	3
39043	Tigdidine	tigdidine	39			33.4557	6.6722	1
39044	Trifaoui	trifaoui	39			33.423	6.9345	4
39044	Sehine	sehine	39			33.423	6.9345	3
39045	Ain Cheikh	ain-cheikh	39			33.4557	6.6722	1
39046	Akfadou	akfadou	39			33.4557	6.6722	1
39047	Ayaicha	ayaicha	39			33.4557	6.6722	1
39048	Djourara	djourara	39			33.2511	6.9442	3
39048	Chekchak	chekchak	39			33.2511	6.9442	3
39048	El Ogla	el-ogla	39			33.2511	6.9442	4
39048	Ben Younes	ben-younes	39			33.2511	6.9442	3
39048	El Hoche	el-hoche	39			33.2511	6.9442	3
39048	Beni Guecha	beni-guecha	39			33.2511	6.9442	3
39048	Douilat	douilat	39			33.2511	6.9442	3
39048	Bir Souameche	bir-souameche	39			33.2511	6.9442	3
39048	Marmouthia	marmouthia	39			33.2511	6.9442	3
39048	Bir El Khalla	bir-el-khalla	39			33.2511	6.9442	3
39048	El Babouche	el-babouche	39			33.2511	6.9442	3
39048	Ras Touneb	ras-touneb	39			33.2511	6.9442	3
39049	Chemora	chemora	39			33.4557	6.6722	1
39050	Debila Cherguia	debila-cherguia	39			33.8066	6.2202	1
39051	Dendouga	dendouga	39			33.8066	6.2202	1
39052	Djedeida Chamalia	djedeida-chamalia	39			33.8066	6.2202	1
39052	Djedeida Sidi Aoun	djedeida-sidi-aoun	39			33.8066	6.2202	1
39053	Dokkar	dokkar	39			33.8066	6.2202	1
39054	Drimini	drimini	39			33.571	6.9333	4
39055	El Aguila	el-aguila	39			33.8066	6.2202	1
39056	El Arfiane	el-arfiane	39			33.6394	5.9819	4
39057	El Baadj	el-baadj	39			34.2093	5.7453	4
39058	El Khobna	el-khobna	39			33.8066	6.2202	1
39059	Hamadine	hamadine	39			33.8066	6.2202	1
39060	Hamaissa	hamaissa	39			33.4	6.9667	1
39061	Hamraia Sud	hamraia-sud	39			33.4	6.9667	1
39061	Hamraia	hamraia	39			33.4	6.9667	1
39062	Hobba	hobba	39			33.4	6.9667	1
39062	El Foulia	el-foulia	39			33.4	6.9667	1
39062	Hriouila	hriouila	39			33.4	6.9667	1
39062	Hobba El Guedima	hobba-el-guedima	39			33.4	6.9667	1
39063	Lizerg	lizerg	39			33.4	6.9667	4
39064	Alloucha	alloucha	39			33.4	6.9667	1
39064	Mazer Zaouia	mazer-zaouia	39			33.4	6.9667	1
39065	Meguibra	meguibra	39			33.4	6.9667	1
39066	Bougsissia	bougsissia	39			33.4	6.9667	1
39066	El Menchia	el-menchia	39			33.4	6.9667	1
39066	El Adhal	el-adhal	39			33.4	6.9667	1
39066	Merzaka	merzaka	39			33.4	6.9667	1
39067	Abadlia	abadlia	39			33.4	6.9667	1
39067	M'Rara Village Socialiste Agricole	m-rara-village-socialiste-agricole	39			33.4	6.9667	1
39067	M'Rara	m-rara	39			33.4	6.9667	1
39068	Nakhla Gherbia	nakhla-gherbia	39			33.4	6.9667	1
39069	Nezlet Mahda	nezlet-mahda	39			33.4	6.9667	1
39070	Oglat Amiche	oglat-amiche	39			33.5753	6.5821	1
39071	Oued Tourk	oued-tourk	39			33.5753	6.5821	1
39072	Sahabane	sahabane	39			33.5753	6.5821	1
39073	Sahan Berri	sahan-berri	39			33.5753	6.5821	1
39074	Soualah	soualah	39			33.5753	6.5821	1
39075	El Amiria	el-amiria	39			33.5753	6.5821	1
39075	Souihla	souihla	39			33.5753	6.5821	1
39075	Ladouaou	ladouaou	39			33.5753	6.5821	1
39076	Zaoualia	zaoualia	39			33.5753	6.5821	1
39077	Z'Goum Cheikh El Adouani	z-goum-cheikh-el-adouani	39			33.5753	6.5821	1
40000	Route De Batna	route-de-batna	40			35.3789	7.0454	1
40000	Sekkala	sekkala	40			35.3789	7.0454	1
40000	Marir Lahcene	marir-lahcene	40			35.3789	7.0454	1
40000	Khenchela Rp	khenchela-rp	40			35.3789	7.0454	1
40000	Boudjelbana	boudjelbana	40			35.3789	7.0454	1
40000	Belle Vue	belle-vue	40			35.3789	7.0454	1
40000	Ain El Kerma	ain-el-kerma	40			35.3789	7.0454	1
40001	Kais	kais	40			35.4947	6.9249	4
40001	Barrage Foum El Gueis	barrage-foum-el-gueis	40			35.4947	6.9249	3
40001	Ouled Ali Benaissa	ouled-ali-benaissa	40			35.4947	6.9249	3
40001	Bir Sbaa	bir-sbaa	40			35.4947	6.9249	3
40001	Bir Mordjane	bir-mordjane	40			35.4947	6.9249	3
40002	Khenchela An Nasr	khenchela-an-nasr	40			35.3789	7.0454	1
40003	Khenchela El Houria	khenchela-el-houria	40			35.3789	7.0454	1
40004	Khenchela El Kahina	khenchela-el-kahina	40			35.3789	7.0454	1
40005	Ain Touila	ain-touila	40			35.4373	7.3829	4
40005	Ras Ain Touila	ras-ain-touila	40			35.4373	7.3829	3
40005	Ain Lahdjar Ancienne	ain-lahdjar-ancienne	40			35.4373	7.3829	3
40005	Koudiat El Guemh	koudiat-el-guemh	40			35.4373	7.3829	3
40005	Ain Lahdjar Nouvelle	ain-lahdjar-nouvelle	40			35.4373	7.3829	3
40005	Ain Lahoura	ain-lahoura	40			35.4373	7.3829	3
40006	Babar	babar	40			35.1675	7.1038	4
40006	Ouled Skhour	ouled-skhour	40			35.1675	7.1038	3
40006	Takaout	takaout	40			35.1675	7.1038	3
40006	Ouled Moumna	ouled-moumna	40			35.1675	7.1038	3
40006	Bouzouak	bouzouak	40			35.1675	7.1038	3
40007	Ouled Ali	ouled-ali	40			35.5084	7.0815	4
40007	Taouaghlent	taouaghlent	40			35.3974	6.9077	3
40007	Bouhmama	bouhmama	40			35.2864	6.7339	4
40007	Ouled Si Moussa	ouled-si-moussa	40			35.3974	6.9077	3
40007	Mellagou	mellagou	40			35.3974	6.9077	3
40007	Chir Ouled Bellal	chir-ouled-bellal	40			35.3974	6.9077	3
40007	Bouzouamel	bouzouamel	40			35.3974	6.9077	3
40007	Bouhmama El Atik	bouhmama-el-atik	40			35.3974	6.9077	3
40008	Aghir	aghir	40			35.3789	7.0454	1
40008	Messara	messara	40			35.3789	7.0454	1
40008	Chechar	chechar	40			35.3789	7.0454	1
40009	Kais El Amel	kais-el-amel	40			35.3789	7.0454	1
40010	Khenchela Ben Boulaid	khenchela-ben-boulaid	40			35.1737	7.0289	1
40011	Taouzient	taouzient	40			35.1737	7.0289	1
40011	Ouled El Gharbi	ouled-el-gharbi	40			35.1737	7.0289	1
40011	Ouled Ameur	ouled-ameur	40			35.1737	7.0289	1
40011	Ouled Amor	ouled-amor	40			35.1737	7.0289	1
40011	Ouled Si Zoueid	ouled-si-zoueid	40			35.1737	7.0289	1
40012	Tazougart	tazougart	40			35.3733	7.2146	4
40012	Ouled Bouali	ouled-bouali	40			35.3733	7.2146	3
40012	Chettaya	chettaya	40			35.3733	7.2146	3
40012	El Mahmel	el-mahmel	40			35.3733	7.2146	3
40012	Khelafna	khelafna	40			35.3733	7.2146	3
40012	Ouled Amara	ouled-amara	40			35.3733	7.2146	3
40012	Ouled Slim	ouled-slim	40			35.3733	7.2146	3
40012	Ouled Baara	ouled-baara	40			35.3733	7.2146	3
40013	Zoui	zoui	40			35.2956	7.3554	4
40013	Ouled Rechache	ouled-rechache	40			35.2956	7.3554	3
40013	Ras Elma	ras-elma	40			35.2956	7.3554	3
40013	Tadinerete	tadinerete	40			35.2956	7.3554	3
40013	Boufissane	boufissane	40			35.2956	7.3554	3
40013	El Hamadja	el-hamadja	40			35.2956	7.3554	3
40013	Garet	garet	40			35.2956	7.3554	3
40013	Ichertiten	ichertiten	40			35.2956	7.3554	3
40013	Ouled Achour	ouled-achour	40			35.2956	7.3554	3
40013	Ouled El Hadj	ouled-el-hadj	40			35.2956	7.3554	3
40014	Baghai	baghai	40			35.5231	7.1119	4
40014	Ouled Lahdoum	ouled-lahdoum	40			35.5231	7.1119	3
40014	Fid Ahris	fid-ahris	40			35.5231	7.1119	3
40014	Lararcha	lararcha	40			35.5231	7.1119	3
40014	Ouled Si Tayeb	ouled-si-tayeb	40			35.5231	7.1119	3
40014	Safel Baghai	safel-baghai	40			35.5231	7.1119	3
40014	Mechta Ksar Baghai	mechta-ksar-baghai	40			35.5231	7.1119	3
40015	Djellal	djellal	40			34.9192	6.8929	4
40015	El Ouandoura	el-ouandoura	40			34.8924	6.9848	3
40015	El Amra	el-amra	40			34.9205	7.0304	4
40015	Ain Madhi	ain-madhi	40			34.8924	6.9848	3
40015	Seiar	seiar	40			34.8375	7.0311	4
40015	Ouled Tifourgh	ouled-tifourgh	40			34.8924	6.9848	3
40015	Soumaa	soumaa	40			34.8924	6.9848	3
40015	Ain Safae	ain-safae	40			34.8924	6.9848	3
40016	El Hamma	el-hamma	40			35.2052	6.7645	4
40016	Tamza	tamza	40			35.3149	6.8304	4
40016	Ain Kelba	ain-kelba	40			35.26	6.7975	3
40016	Bir Hafsi	bir-hafsi	40			35.26	6.7975	3
40016	Roknia Ouled Mebarek	roknia-ouled-mebarek	40			35.26	6.7975	3
40016	Roknia Ouled Belkacem	roknia-ouled-belkacem	40			35.26	6.7975	3
40016	Mehacha	mehacha	40			35.26	6.7975	3
40016	Mazgatou	mazgatou	40			35.26	6.7975	3
40016	Manchar	manchar	40			35.26	6.7975	3
40016	Hamam Salihine	hamam-salihine	40			35.26	6.7975	3
40016	Hamia	hamia	40			35.26	6.7975	3
40017	Khenchela 1er Novembre	khenchela-1er-novembre	40			35.1737	7.0289	1
40018	Khenchela Cite Hasnaoui	khenchela-cite-hasnaoui	40			35.1737	7.0289	1
40019	Khenchela Moussa Reddah	khenchela-moussa-reddah	40			35.1737	7.0289	1
40020	Khenchela Salem Lalmi	khenchela-salem-lalmi	40			35.1697	7.1142	1
40021	M'Toussa	m-toussa	40			35.5067	7.3022	4
40021	Ouled Frira	ouled-frira	40			35.5067	7.3022	3
40021	Mekhalfia Cherguia	mekhalfia-cherguia	40			35.5067	7.3022	3
40021	Mekhalfia Gharbia	mekhalfia-gharbia	40			35.5067	7.3022	3
40021	Mouilha	mouilha	40			35.5067	7.3022	3
40021	Ouled Groun	ouled-groun	40			35.5067	7.3022	3
40021	Ouled Sabeg	ouled-sabeg	40			35.5067	7.3022	3
40021	Ras M'Toussa	ras-m-toussa	40			35.5067	7.3022	3
40021	Soualef	soualef	40			35.5067	7.3022	3
40021	Ain El Hadj	ain-el-hadj	40			35.5067	7.3022	3
40021	Djarmia	djarmia	40			35.5067	7.3022	3
40021	El Aissaoui	el-aissaoui	40			35.5067	7.3022	3
40022	Taberdga	taberdga	40			35.0384	7.0048	4
40022	Nasseh	nasseh	40			35.0013	7.0202	3
40022	Zaouia	zaouia	40			34.9642	7.0356	4
40022	Khmine Chebha	khmine-chebha	40			35.0013	7.0202	3
40022	Meziane	meziane	40			35.0013	7.0202	3
40022	Taghit	taghit	40			35.0013	7.0202	3
40022	Henchir Larbi	henchir-larbi	40			35.0013	7.0202	3
40023	Ouled Mahboub	ouled-mahboub	40			35.1697	7.1142	1
40023	Chaabet Khaled	chaabet-khaled	40			35.1697	7.1142	1
40023	Kraza	kraza	40			35.1697	7.1142	1
40023	Ouled Abdallah	ouled-abdallah	40			35.1697	7.1142	1
40023	Ouled Mebarek	ouled-mebarek	40			35.1697	7.1142	1
40023	Ouled Abdelaziz	ouled-abdelaziz	40			35.1697	7.1142	1
40023	Yabous	yabous	40			35.1697	7.1142	1
40024	Noughis	noughis	40			35.1697	7.1142	1
40024	Ain Aizar	ain-aizar	40			35.1697	7.1142	1
40024	Ainguiguel	ainguiguel	40			35.1697	7.1142	1
40024	Tamagra	tamagra	40			35.1697	7.1142	1
40024	Chentgouma	chentgouma	40			35.1697	7.1142	1
40024	Ain Anou	ain-anou	40			35.1697	7.1142	1
40024	Houira	houira	40			35.1697	7.1142	1
40025	Ain Djarboua	ain-djarboua	40			35.1697	7.1142	1
40025	Boutrid	boutrid	40			35.1697	7.1142	1
40025	Merah Ghilane	merah-ghilane	40			35.1697	7.1142	1
40026	Ain Lahma	ain-lahma	40			35.1697	7.1142	1
40027	Ain Mimoun	ain-mimoun	40			35.1697	7.1142	1
40027	Hitir Hedada	hitir-hedada	40			35.1697	7.1142	1
40027	Tafrent	tafrent	40			35.1697	7.1142	1
40028	Chaabet Azizi	chaabet-azizi	40			35.1697	7.1142	1
40028	Bekkar	bekkar	40			35.1697	7.1142	1
40028	Melli	melli	40			35.1697	7.1142	1
40029	Belkitane	belkitane	40			35.1697	7.1142	1
40030	Igouben	igouben	40			34.9834	6.8128	1
40030	Touaguet	touaguet	40			34.9834	6.8128	1
40030	Ouled Lazrag	ouled-lazrag	40			34.9834	6.8128	1
40030	Ouled Messelem	ouled-messelem	40			34.9834	6.8128	1
40030	Ouled Oundjel	ouled-oundjel	40			34.9834	6.8128	1
40030	Boukhacha	boukhacha	40			34.9834	6.8128	1
40030	Ouled Oucif	ouled-oucif	40			34.9834	6.8128	1
40030	Chelia	chelia	40			34.9834	6.8128	1
40031	El Kharroub	el-kharroub	40			34.9834	6.8128	1
40032	El Ouldja	el-ouldja	40			34.9155	6.6764	4
40032	Bradja	bradja	40			34.9155	6.6764	3
40032	Tibouihemet	tibouihemet	40			34.9155	6.6764	3
40033	Fidh El Abiadh	fidh-el-abiadh	40			34.9834	6.8128	1
40034	Fouanis	fouanis	40			34.9834	6.8128	1
40035	Fridjou	fridjou	40			35.0579	7.0243	4
40036	Hella	hella	40			34.9834	6.8128	1
40037	Chebla	chebla	40			34.9768	6.7376	4
40037	Tagharbit	tagharbit	40			34.9768	6.7376	3
40037	Aliness	aliness	40			34.9768	6.7376	3
40037	Tibaaline	tibaaline	40			34.9768	6.7376	3
40037	Khirane	khirane	40			34.9768	6.7376	3
40037	Klouatrab	klouatrab	40			34.9768	6.7376	3
40038	Metirchou	metirchou	40			34.9834	6.8128	1
40039	Assoul	assoul	40			34.9834	6.8128	1
40039	Aksar	aksar	40			34.9834	6.8128	1
40039	Teniet Laabar	teniet-laabar	40			34.9834	6.8128	1
40039	M'Sara	m-sara	40			34.9834	6.8128	1
40040	Ouled Azzedine	ouled-azzedine	40			34.948	6.8913	1
40041	Ouled Si Zerara Kebala	ouled-si-zerara-kebala	40			34.948	6.8913	1
40041	Remila	remila	40			34.948	6.8913	1
40041	Ouled Hemine	ouled-hemine	40			34.948	6.8913	1
40041	Ouled Mira	ouled-mira	40			34.948	6.8913	1
40041	El Hichir	el-hichir	40			34.948	6.8913	1
40041	Ouled Si Zerara Dhara	ouled-si-zerara-dhara	40			34.948	6.8913	1
40041	Ouled Ayed	ouled-ayed	40			34.948	6.8913	1
40042	Tafassour	tafassour	40			34.9687	6.9274	4
40043	Ouled Djebel	ouled-djebel	40			34.948	6.8913	1
40043	Laghrour	laghrour	40			34.948	6.8913	1
40043	Ensigha	ensigha	40			34.948	6.8913	1
40043	Ain Laoud	ain-laoud	40			34.948	6.8913	1
40043	Bensaad	bensaad	40			34.948	6.8913	1
40043	Charfa	charfa	40			34.948	6.8913	1
40043	Tidmit	tidmit	40			34.948	6.8913	1
40043	Tamayourt	tamayourt	40			34.948	6.8913	1
40043	Ouled Si Moussa	ouled-si-moussa	40			34.948	6.8913	1
40043	Djemri	djemri	40			34.948	6.8913	1
40043	El Fedj	el-fedj	40			34.948	6.8913	1
40043	Ouled Boukhil	ouled-boukhil	40			34.948	6.8913	1
40044	Tizint	tizint	40			34.9272	6.8553	4
41000	Hammam Tessa	hammam-tessa	41			36.1248	7.7979	1
41000	Souk Ahras Rp	souk-ahras-rp	41			36.1248	7.7979	1
41001	Ain Hadjar	ain-hadjar	41			36.0782	7.8196	3
41001	M'Daourouch	m-daourouch	41			36.0782	7.8196	4
41002	Sedrata	sedrata	41			36.1287	7.5338	4
41002	Hamimine	hamimine	41			36.1287	7.5338	3
41002	Maida	maida	41			36.1287	7.5338	3
41003	Souk Ahras Ibn Khaldoune	souk-ahras-ibn-khaldoune	41			36.1248	7.7979	1
41004	Ouled Abbes	ouled-abbes	41			36.1248	7.7979	1
41004	Merahna	merahna	41			36.1248	7.7979	1
41004	El Haddoud	el-haddoud	41			36.1248	7.7979	1
41004	Ain Sayada	ain-sayada	41			36.1248	7.7979	1
41004	Ain El Hodh	ain-el-hodh	41			36.1248	7.7979	1
41005	Ouled Bechih	ouled-bechih	41			36.1248	7.7979	1
41005	Ouled Driss	ouled-driss	41			36.1248	7.7979	1
41006	Sedrata 8 Mai 1945	sedrata-8-mai-1945	41			36.1248	7.7979	1
41007	Souk Ahras 8 Mai 45	souk-ahras-8-mai-45	41			36.1248	7.7979	1
41008	Souk Ahras Berral Salah	souk-ahras-berral-salah	41			36.1248	7.7979	1
41009	Taoura	taoura	41			36.1675	8.0403	4
41009	Derbail Ferme	derbail-ferme	41			36.1675	8.0403	3
41009	Benatia	benatia	41			36.1675	8.0403	3
41010	Douar Rezgoun	douar-rezgoun	41			36.2518	8.1233	1
41010	Douar Retmel	douar-retmel	41			36.2518	8.1233	1
41010	Douar Hassen	douar-hassen	41			36.2518	8.1233	1
41010	Ain Seynour	ain-seynour	41			36.2518	8.1233	1
41011	Mechta Tagouft	mechta-tagouft	41			36.2518	8.1233	1
41011	Ain Snob	ain-snob	41			36.2518	8.1233	1
41011	Bir Bouhouche	bir-bouhouche	41			36.2518	8.1233	1
41011	Bordj Medhoub	bordj-medhoub	41			36.2518	8.1233	1
41012	Haddada	haddada	41			36.2518	8.1233	1
41012	Bir Louhichi	bir-louhichi	41			36.2518	8.1233	1
41013	Khedara	khedara	41			36.35	8.1667	4
41013	Bordj M'Raou	bordj-m-raou	41			36.2837	8.3206	4
41013	El Fouidh	el-fouidh	41			36.3169	8.2436	3
41013	Boumendjel	boumendjel	41			36.3169	8.2436	3
41013	Gabel Khedara	gabel-khedara	41			36.3169	8.2436	3
41014	Boumaaraf Sebti	boumaaraf-sebti	41			36.2518	8.1233	1
41015	Drea	drea	41			36.1218	7.8827	4
41016	Mahaia	mahaia	41			36.2518	8.1233	1
41016	Hanancha	hanancha	41			36.2518	8.1233	1
41016	Gouchgach	gouchgach	41			36.2518	8.1233	1
41016	Gabel El Alia	gabel-el-alia	41			36.2518	8.1233	1
41016	El Madjen	el-madjen	41			36.2518	8.1233	1
41016	El Betiha	el-betiha	41			36.2518	8.1233	1
41016	El Aouied	el-aouied	41			36.2518	8.1233	1
41017	Ain Afra	ain-afra	41			36.2518	8.1233	1
41017	El Mazraa	el-mazraa	41			36.2518	8.1233	1
41017	Sidi Moumen	sidi-moumen	41			36.2518	8.1233	1
41017	Ouled Bechiah	ouled-bechiah	41			36.2518	8.1233	1
41017	Mechroha	mechroha	41			36.2518	8.1233	1
41018	Oued Damous	oued-damous	41			36.2518	8.1233	1
41018	Oued Keberit	oued-keberit	41			36.2518	8.1233	1
41019	Ras Ain Snob	ras-ain-snob	41			36.2518	8.1233	1
41019	Oum El Adhaim	oum-el-adhaim	41			36.2518	8.1233	1
41020	Sedrata Essanoubar	sedrata-essanoubar	41			36.1883	7.9606	1
41021	Souk Ahras 17 Octobre	souk-ahras-17-octobre	41			36.1883	7.9606	1
41022	Souk Ahras Ahmed Draia	souk-ahras-ahmed-draia	41			36.1883	7.9606	1
41023	Souk Ahras El Alaouia	souk-ahras-el-alaouia	41			36.1883	7.9606	1
41024	Souk Ahras Hamma Loulou	souk-ahras-hamma-loulou	41			36.1883	7.9606	1
41025	Djehifa	djehifa	41			36.1883	7.9606	1
41025	Tamatmat	tamatmat	41			36.1883	7.9606	1
41025	Ain Zitouna	ain-zitouna	41			36.1883	7.9606	1
41025	Zaarouria	zaarouria	41			36.1883	7.9606	1
41025	Bouzaaroura	bouzaaroura	41			36.1883	7.9606	1
41025	Khallal	khallal	41			36.1883	7.9606	1
41025	Djelail	djelail	41			36.1883	7.9606	1
41025	Henchir Moussa	henchir-moussa	41			36.1883	7.9606	1
41025	Hanchir Ouachan	hanchir-ouachan	41			36.1883	7.9606	1
41025	El Hammam	el-hammam	41			36.1883	7.9606	1
41025	El Ghara	el-ghara	41			36.1883	7.9606	1
41025	Ramla	ramla	41			36.1883	7.9606	1
41026	Ain Soltane	ain-soltane	41			36.1883	7.9606	1
41027	Ain Zana	ain-zana	41			36.1883	7.9606	1
41027	Khiroune	khiroune	41			36.1883	7.9606	1
41028	Battoum	battoum	41			36.1883	7.9606	1
41029	Boukebch	boukebch	41			36.1883	7.9606	1
41030	El Bordj	el-bordj	41			36.1883	7.9606	1
41030	Sidi Fredj	sidi-fredj	41			36.1883	7.9606	1
41031	Hezaz	hezaz	41			36.1883	7.9606	1
41031	Khemissa	khemissa	41			36.1883	7.9606	1
41032	Ouillen	ouillen	41			36.1883	7.9606	1
41032	Remila	remila	41			36.1883	7.9606	1
41032	Sidi Bader	sidi-bader	41			36.1883	7.9606	1
41033	Oued Sidi Moussa	oued-sidi-moussa	41			36.1883	7.9606	1
41033	Ain Bousbaa	ain-bousbaa	41			36.1883	7.9606	1
41033	Ouled Belkacem	ouled-belkacem	41			36.1883	7.9606	1
41033	Ragouba	ragouba	41			36.1883	7.9606	1
41033	Oued Reskallah	oued-reskallah	41			36.1883	7.9606	1
41033	Bir Bouchafi	bir-bouchafi	41			36.1883	7.9606	1
41034	Ras El Kef	ras-el-kef	41			36.1883	7.9606	1
41034	Ouled Moumen	ouled-moumen	41			36.1883	7.9606	1
41035	Safel El Ouiden	safel-el-ouiden	41			36.1883	7.9606	1
41036	Souk Ahras Ibn Rochd	souk-ahras-ibn-rochd	41			36.1883	7.9606	1
41037	Terraguelt	terraguelt	41			36.1883	7.9606	1
41038	Ouled Sidi Aissa	ouled-sidi-aissa	41			36.1883	7.9606	1
41038	Gabel El Kef	gabel-el-kef	41			36.1883	7.9606	1
41038	Gabel El Ratba	gabel-el-ratba	41			36.1883	7.9606	1
41038	Youcefi Tayeb	youcefi-tayeb	41			36.1883	7.9606	1
41038	Salah Dib	salah-dib	41			36.1883	7.9606	1
41038	Touazria	touazria	41			36.1883	7.9606	1
41038	Tiffech	tiffech	41			36.1883	7.9606	1
41038	Tabet Fatma	tabet-fatma	41			36.1883	7.9606	1
41038	El Hamri	el-hamri	41			36.1883	7.9606	1
41038	Boulifa	boulifa	41			36.1883	7.9606	1
41038	Bazzina	bazzina	41			36.1883	7.9606	1
41038	Ain Chekoua	ain-chekoua	41			36.1883	7.9606	1
41038	El Karma	el-karma	41			36.1883	7.9606	1
41038	El Haouam	el-haouam	41			36.1883	7.9606	1
41038	Sersouf	sersouf	41			36.1883	7.9606	1
41038	Sidi Abdallah	sidi-abdallah	41			36.1883	7.9606	1
41038	Tabaga	tabaga	41			36.1883	7.9606	1
41039	Zouabi	zouabi	41			36.1883	7.9606	1
42000	Douar Mansour	douar-mansour	42			36.5783	2.4306	4
42000	Mansour	mansour	42			36.5783	2.4306	4
42000	Douar Belkheira	douar-belkheira	42			36.5783	2.4306	3
42000	Bekheira	bekheira	42			36.5783	2.4306	3
42000	Cite Nouvelle	cite-nouvelle	42			36.5783	2.4306	3
42000	Douar Bouras	douar-bouras	42			36.5783	2.4306	3
42000	Douar Essarhane	douar-essarhane	42			36.5783	2.4306	3
42000	Douar Hadid	douar-hadid	42			36.5783	2.4306	3
42000	Douar Hamiti	douar-hamiti	42			36.5783	2.4306	3
42000	Douar Ouzakou	douar-ouzakou	42			36.5783	2.4306	3
42000	Douar Tikarouchine	douar-tikarouchine	42			36.5783	2.4306	3
42000	Ouzakou	ouzakou	42			36.5783	2.4306	3
42000	Tipasa Rp	tipasa-rp	42			36.5783	2.4306	3
42001	Hadjout	hadjout	42			36.5126	2.4138	4
42001	Douar Benzegouda	douar-benzegouda	42			36.5126	2.4138	3
42001	Douar Bouchenou	douar-bouchenou	42			36.5126	2.4138	3
42001	Douar Bouyersen	douar-bouyersen	42			36.5126	2.4138	3
42001	Douar Maamar Belaid	douar-maamar-belaid	42			36.5126	2.4138	3
42001	Sidi Boufadel	sidi-boufadel	42			36.5126	2.4138	3
42001	Douar Marocain	douar-marocain	42			36.5126	2.4138	3
42001	Douar Sidi Boufadel	douar-sidi-boufadel	42			36.5126	2.4138	3
42001	Dour Del Hocine	dour-del-hocine	42			36.5126	2.4138	3
42001	Maamar Belaid	maamar-belaid	42			36.5126	2.4138	3
42001	Marocain	marocain	42			36.5126	2.4138	3
42001	Belhocine	belhocine	42			36.5126	2.4138	3
42001	Ben Adel	ben-adel	42			36.5126	2.4138	3
42001	Benzegouna	benzegouna	42			36.5126	2.4138	3
42001	Bouchenou	bouchenou	42			36.5126	2.4138	3
42001	Douar Belahcene	douar-belahcene	42			36.5126	2.4138	3
42001	Douar Ben Adel	douar-ben-adel	42			36.5126	2.4138	3
42002	Cherchell	cherchell	42			36.605	2.1908	4
42002	Sidi Yahia	sidi-yahia	42			36.5371	1.9036	4
42002	Hamdania Lieux Dit	hamdania-lieux-dit	42			36.571	2.0472	3
42002	Sidi Yahia Lieu Dit	sidi-yahia-lieu-dit	42			36.571	2.0472	3
42002	Sidi Boulahrouz	sidi-boulahrouz	42			36.571	2.0472	3
42002	Ouled Hammame (Eucal)	ouled-hammame-eucal	42			36.571	2.0472	3
42002	Iguerbouchene	iguerbouchene	42			36.571	2.0472	3
42002	Hedroug	hedroug	42			36.571	2.0472	3
42002	Choupene (Village)	choupene-village	42			36.571	2.0472	3
42002	Choupene (Plateau Sud)	choupene-plateau-sud	42			36.571	2.0472	3
42002	Cherchell Terre	cherchell-terre	42			36.571	2.0472	3
42002	Cherchell Mouchette	cherchell-mouchette	42			36.571	2.0472	3
42002	Cap Rouge (Pointe)	cap-rouge-pointe	42			36.571	2.0472	3
42003	Kolea	kolea	42			36.6389	2.7684	4
42003	Saint Maurice	saint-maurice	42			36.6548	2.7808	4
42003	Saigh	saigh	42			36.6468	2.7746	3
42003	Quartier Benazouz	quartier-benazouz	42			36.6468	2.7746	3
42003	Kolea Ichara	kolea-ichara	42			36.6468	2.7746	3
42004	Bou Ismail	bou-ismail	42			36.6426	2.6901	4
42004	Douar Zatimi	douar-zatimi	42			36.6426	2.6901	3
42004	Mimeche	mimeche	42			36.6426	2.6901	3
42004	Douar Ballili	douar-ballili	42			36.6426	2.6901	3
42004	Zone Industriel (Route Kolea)	zone-industriel-route-kolea	42			36.6426	2.6901	3
42004	Sabone	sabone	42			36.6426	2.6901	3
42004	Douar Mimeche	douar-mimeche	42			36.6426	2.6901	3
42004	Douar Saboune	douar-saboune	42			36.6426	2.6901	3
42005	Ahmer El Ain	ahmer-el-ain	42			36.4769	2.5659	4
42005	Cite Sadek Rabeh N° 44	cite-sadek-rabeh-n-44	42			36.4769	2.5659	3
42005	Oued Hamidane	oued-hamidane	42			36.4769	2.5659	3
42005	Eac 11 Houari Aek	eac-11-houari-aek	42			36.4769	2.5659	3
42005	Douar Ouled Larbi	douar-ouled-larbi	42			36.4769	2.5659	3
42005	Douar Ouled Hamdane	douar-ouled-hamdane	42			36.4769	2.5659	3
42005	Douar Hassesna	douar-hassesna	42			36.4769	2.5659	3
42005	Douar Boudouma	douar-boudouma	42			36.4769	2.5659	3
42005	Douar Bendebeb	douar-bendebeb	42			36.4769	2.5659	3
42005	Douar Benamar	douar-benamar	42			36.4769	2.5659	3
42005	Cite Souidani Boudjema	cite-souidani-boudjema	42			36.4769	2.5659	3
42005	Cite Si Douadi N° 15	cite-si-douadi-n-15	42			36.4769	2.5659	3
42005	Cite Meziane Benaicha N°18	cite-meziane-benaicha-n-18	42			36.4769	2.5659	3
42005	Cite Belalia Ahmed N°20	cite-belalia-ahmed-n-20	42			36.4769	2.5659	3
42005	Boudouma	boudouma	42			36.4769	2.5659	3
42005	Benamar	benamar	42			36.4769	2.5659	3
42005	Cite Kacem Ali N° 42	cite-kacem-ali-n-42	42			36.4769	2.5659	3
42005	Cite Ikhlef N° 14	cite-ikhlef-n-14	42			36.4769	2.5659	3
42005	Cite Hamia Ahmed N° 13	cite-hamia-ahmed-n-13	42			36.4769	2.5659	3
42005	Cite Bouhadda Aek	cite-bouhadda-aek	42			36.4769	2.5659	3
42006	Douar Hedli	douar-hedli	42			36.5753	2.3716	1
42006	Douar Ressam	douar-ressam	42			36.5753	2.3716	1
42006	Fouka Ville	fouka-ville	42			36.5753	2.3716	1
42006	Sidi Abdelkader	sidi-abdelkader	42			36.5753	2.3716	1
42006	Aklouche	aklouche	42			36.5753	2.3716	1
42006	Douar Aklouche	douar-aklouche	42			36.5753	2.3716	1
42006	Hedli	hedli	42			36.5753	2.3716	1
42006	Douar Foufadhar	douar-foufadhar	42			36.5753	2.3716	1
42006	Douar Hamrat	douar-hamrat	42			36.5753	2.3716	1
42006	Douar Rami	douar-rami	42			36.5753	2.3716	1
42007	Gouraya	gouraya	42			36.5717	1.9035	4
42007	Oued Kellal	oued-kellal	42			36.5437	1.8977	3
42007	Beni Ali	beni-ali	42			36.5153	1.9118	4
42007	Douar Belafia	douar-belafia	42			36.5437	1.8977	3
42007	Safi	safi	42			36.5437	1.8977	3
42007	Sidi Braham	sidi-braham	42			36.5437	1.8977	3
42007	Sadouna	sadouna	42			36.5442	1.8779	4
42007	Cite Zerouk	cite-zerouk	42			36.5437	1.8977	3
42007	Foughal	foughal	42			36.5437	1.8977	3
42007	Cite Irouanou	cite-irouanou	42			36.5437	1.8977	3
42007	Beni Bouiche	beni-bouiche	42			36.5437	1.8977	3
42007	Mahaba	mahaba	42			36.5437	1.8977	3
42008	Attatba	attatba	42			36.5728	2.6769	4
42008	Douar Bennessah Ahmed	douar-bennessah-ahmed	42			36.5728	2.6769	3
42008	Haouche Tayeb Djoughali	haouche-tayeb-djoughali	42			36.5728	2.6769	3
42008	Haouche Bellise	haouche-bellise	42			36.5728	2.6769	3
42008	Douar Ouest	douar-ouest	42			36.5728	2.6769	3
42008	Douar Kherrouba	douar-kherrouba	42			36.5728	2.6769	3
42008	Douar Est	douar-est	42			36.5728	2.6769	3
42008	Benessah (Tribu)	benessah-tribu	42			36.5728	2.6769	3
42009	Bou Haroun	bou-haroun	42			36.625	2.6575	4
42010	Bou Ismail El Amaria	bou-ismail-el-amaria	42			36.5476	2.307	1
42011	Bourkika	bourkika	42			36.4945	2.4764	4
42011	Haouche Graf	haouche-graf	42			36.4945	2.4764	3
42011	Haouche Kerfa (9,10)	haouche-kerfa-9-10	42			36.4945	2.4764	3
42011	Haouche Temmar N° 05	haouche-temmar-n-05	42			36.4945	2.4764	3
42011	Haouche Mahieddine	haouche-mahieddine	42			36.4945	2.4764	3
42011	Haouche Toumin N°4 Et 6	haouche-toumin-n-4-et-6	42			36.4945	2.4764	3
42011	Haouche Zaida N° 14	haouche-zaida-n-14	42			36.4945	2.4764	3
42011	Haouche Djebouin N°36	haouche-djebouin-n-36	42			36.4945	2.4764	3
42012	Chaiba	chaiba	42			36.6251	2.727	4
42012	Chaig	chaig	42			36.6251	2.727	3
42012	Ain Messaoud	ain-messaoud	42			36.6251	2.727	3
42013	Cherchell Hai 17 Octobre	cherchell-hai-17-octobre	42			36.5476	2.307	1
42013	Bourdj El Ghola	bourdj-el-ghola	42			36.5476	2.307	1
42014	Douar Regou	douar-regou	42			36.5476	2.307	1
42014	Douar Rouf	douar-rouf	42			36.5476	2.307	1
42014	Roff	roff	42			36.5476	2.307	1
42014	Douar Beni Zioui	douar-beni-zioui	42			36.5476	2.307	1
42014	Douar Beni Hatita	douar-beni-hatita	42			36.5476	2.307	1
42014	Remamene	remamene	42			36.5476	2.307	1
42014	Regou	regou	42			36.5476	2.307	1
42014	Douar Zoui	douar-zoui	42			36.5476	2.307	1
42014	Damous	damous	42			36.5476	2.307	1
42014	Oued Harbil	oued-harbil	42			36.5476	2.307	1
42014	Douar Damous	douar-damous	42			36.5476	2.307	1
42014	Cite Hamida	cite-hamida	42			36.5476	2.307	1
42014	Beni Zioui	beni-zioui	42			36.5476	2.307	1
42014	Beni Hattita	beni-hattita	42			36.5476	2.307	1
42015	Douaouda	douaouda	42			36.6725	2.7894	4
42015	Douaouda Ville	douaouda-ville	42			36.6725	2.7894	3
42016	Chenoua	chenoua	42			36.603	2.4096	4
42016	Douar Zaouia	douar-zaouia	42			36.603	2.4096	3
42016	Allili	allili	42			36.603	2.4096	3
42016	Douar Abane Ramdane	douar-abane-ramdane	42			36.603	2.4096	3
42016	Khemisti Ville	khemisti-ville	42			36.603	2.4096	3
42016	Fredi	fredi	42			36.603	2.4096	3
42016	Douar Zaoui	douar-zaoui	42			36.603	2.4096	3
42016	Douar Smar Ben Aissa	douar-smar-ben-aissa	42			36.603	2.4096	3
42016	Douar Nedjar M'Hand	douar-nedjar-m-hand	42			36.603	2.4096	3
42016	Douar Fredi	douar-fredi	42			36.603	2.4096	3
42016	Douar Chenoua	douar-chenoua	42			36.603	2.4096	3
42016	Douar Allili	douar-allili	42			36.603	2.4096	3
42017	Larhat	larhat	42			36.5571	1.8025	4
42017	Ikhelinfeyene	ikhelinfeyene	42			36.5571	1.8025	3
42017	Oliviers	oliviers	42			36.5571	1.8025	3
42017	Beni Ourchen	beni-ourchen	42			36.5571	1.8025	3
42017	Cap Sidi Brahim	cap-sidi-brahim	42			36.5571	1.8025	3
42017	Cite Belaidi	cite-belaidi	42			36.5571	1.8025	3
42017	El Mahbib	el-mahbib	42			36.5571	1.8025	3
42017	El Karia	el-karia	42			36.5571	1.8025	3
42017	Oued Mellah	oued-mellah	42			36.5571	1.8025	3
42018	Sidi Belkacem	sidi-belkacem	42			36.5555	1.9328	4
42018	Menaceur	menaceur	42			36.4939	2.2431	4
42018	Ouled Larbi	ouled-larbi	42			36.5349	2.0362	3
42018	Douar Sidi Belkacem	douar-sidi-belkacem	42			36.5555	1.9328	4
42018	Douar Zaouia	douar-zaouia	42			36.5349	2.0362	3
42018	Douar Si Amrane	douar-si-amrane	42			36.5349	2.0362	3
42018	Douar Tit Moussa	douar-tit-moussa	42			36.5349	2.0362	3
42018	Sidi Salah	sidi-salah	42			36.5349	2.0362	3
42018	Sidi Charef	sidi-charef	42			36.5349	2.0362	3
42019	Badji	badji	42			36.4442	2.33	4
42019	Douar Badji	douar-badji	42			36.4595	2.3781	3
42019	Merad	merad	42			36.4748	2.4262	4
42019	Douar Belhadj	douar-belhadj	42			36.4595	2.3781	3
42019	Pont Kerrat	pont-kerrat	42			36.4595	2.3781	3
42020	Sidi Amar	sidi-amar	42			36.5414	2.3047	4
42020	Bounoua	bounoua	42			36.5414	2.3047	3
42020	Douar Tidaf	douar-tidaf	42			36.5414	2.3047	3
42020	Douar Oukaci	douar-oukaci	42			36.5414	2.3047	3
42020	Douar Cherfi	douar-cherfi	42			36.5414	2.3047	3
42020	Douar Cave Coop	douar-cave-coop	42			36.5414	2.3047	3
42020	Douar Bouzamra	douar-bouzamra	42			36.5414	2.3047	3
42020	Douar Bourouis	douar-bourouis	42			36.5414	2.3047	3
42020	Douar Bermeddili	douar-bermeddili	42			36.5414	2.3047	3
42020	Douar Bekdiche	douar-bekdiche	42			36.5414	2.3047	3
42020	Bled Bakora	bled-bakora	42			36.5414	2.3047	3
42021	Sidi Ghiles	sidi-ghiles	42			36.5833	2.1229	4
42021	Douar Taourira	douar-taourira	42			36.5833	2.1229	3
42021	Kermoud	kermoud	42			36.5833	2.1229	3
42021	Beni Habiba	beni-habiba	42			36.5833	2.1229	3
42021	Douar Aghbal	douar-aghbal	42			36.5833	2.1229	3
42021	Douar Beni Habiba	douar-beni-habiba	42			36.5833	2.1229	3
42022	Tipaza Oued Merzoug	tipaza-oued-merzoug	42			36.5138	2.0623	1
42023	Abdesselem	abdesselem	42			36.5138	2.0623	1
42023	Ain Maiza	ain-maiza	42			36.5138	2.0623	1
42023	Ain Tagourait	ain-tagourait	42			36.5138	2.0623	1
42023	Camilie	camilie	42			36.5138	2.0623	1
42023	Cascad	cascad	42			36.5138	2.0623	1
42023	Cite Berkane	cite-berkane	42			36.5138	2.0623	1
42023	Douar Abdesselem	douar-abdesselem	42			36.5138	2.0623	1
42023	Douar Ain Maiza	douar-ain-maiza	42			36.5138	2.0623	1
42023	Douar Camilie	douar-camilie	42			36.5138	2.0623	1
42023	Douar El Fourne	douar-el-fourne	42			36.5138	2.0623	1
42023	Douar La Cascade	douar-la-cascade	42			36.5138	2.0623	1
42023	Douar La Source	douar-la-source	42			36.5138	2.0623	1
42023	Douar Roufati	douar-roufati	42			36.5138	2.0623	1
42023	El Forn	el-forn	42			36.5138	2.0623	1
42023	La Cascade	la-cascade	42			36.5138	2.0623	1
42023	La Source	la-source	42			36.5138	2.0623	1
42023	Roufati	roufati	42			36.5138	2.0623	1
42024	Adouia	adouia	42			36.4091	1.7487	4
42024	Bouhlou	bouhlou	42			36.432	1.7255	4
42024	Douar Adouia	douar-adouia	42			36.4206	1.7371	3
42024	Douar Bouhlou	douar-bouhlou	42			36.4206	1.7371	3
42024	Chaoula	chaoula	42			36.4206	1.7371	3
42024	Douar Choulan	douar-choulan	42			36.4206	1.7371	3
42024	Douar Zatima	douar-zatima	42			36.4206	1.7371	3
42024	Ghezlia	ghezlia	42			36.4206	1.7371	3
42024	Beni Melek	beni-melek	42			36.4206	1.7371	3
42024	Bouyamine	bouyamine	42			36.4206	1.7371	3
42025	Chenoua Plage	chenoua-plage	42			36.603	2.4096	4
42025	Chenoua (Village)	chenoua-village	42			36.603	2.4096	3
42026	Douaouda Marine	douaouda-marine	42			36.5138	2.0623	1
42026	Douar 89 Zouaoui Benoudi	douar-89-zouaoui-benoudi	42			36.5138	2.0623	1
42026	Douar 92 Abane Ramdane	douar-92-abane-ramdane	42			36.5138	2.0623	1
42026	Douar El Kheir M'Barek	douar-el-kheir-m-barek	42			36.5138	2.0623	1
42026	Douar Kadour Benyoucef	douar-kadour-benyoucef	42			36.5138	2.0623	1
42026	Douar Loucull Abed	douar-loucull-abed	42			36.5138	2.0623	1
42026	Douar Toumi M'Hamed	douar-toumi-m-hamed	42			36.5138	2.0623	1
42026	Douar Morsli Aek N° 93	douar-morsli-aek-n-93	42			36.5138	2.0623	1
42026	Plage Colonnel Abbes	plage-colonnel-abbes	42			36.5138	2.0623	1
42026	Douar 91 Yagoubi Amar	douar-91-yagoubi-amar	42			36.5138	2.0623	1
42027	Bessou Plage	bessou-plage	42			36.5138	2.0623	1
42027	Haouche Oulak	haouche-oulak	42			36.5138	2.0623	1
42027	Haouchf Oued Seghir	haouchf-oued-seghir	42			36.5138	2.0623	1
42027	Haouche Terssene	haouche-terssene	42			36.5138	2.0623	1
42027	Haouche Ouled Bouzid	haouche-ouled-bouzid	42			36.5138	2.0623	1
42027	Bassins Romains	bassins-romains	42			36.5138	2.0623	1
42027	Fouka Mrine	fouka-mrine	42			36.5138	2.0623	1
42028	Beni Rached	beni-rached	42			36.5138	2.0623	1
42028	Gouraya Oued Sebt	gouraya-oued-sebt	42			36.5138	2.0623	1
42028	Cite Rabet (Mahaba)	cite-rabet-mahaba	42			36.5138	2.0623	1
42029	Hadjeret Ennous	hadjeret-ennous	42			36.5138	2.0623	1
42029	Douar Koob	douar-koob	42			36.5138	2.0623	1
42029	Koob	koob	42			36.5138	2.0623	1
42030	Helloula Sahilia	helloula-sahilia	42			36.5419	2.077	1
42030	Melbous (Tribu)	melbous-tribu	42			36.5419	2.077	1
42031	Kaid Youcef	kaid-youcef	42			36.5419	2.077	1
42032	Quartier Benazouz	quartier-benazouz	42			36.5419	2.077	1
42032	Nouvelle Aglomeration	nouvelle-aglomeration	42			36.5419	2.077	1
42032	Kerkouba	kerkouba	42			36.5419	2.077	1
42033	Khemisti Port	khemisti-port	42			36.5419	2.077	1
42034	Kolea Hai Billel	kolea-hai-billel	42			36.5419	2.077	1
42035	Solaya	solaya	42			36.4918	1.839	4
42035	Aghbal	aghbal	42			36.4918	1.839	3
42035	Loudalouze	loudalouze	42			36.4918	1.839	3
42036	Messelmoun	messelmoun	42			36.5638	1.9994	4
42036	Bouziro	bouziro	42			36.5638	1.9994	3
42036	Douar Aklouacha	douar-aklouacha	42			36.5638	1.9994	3
42036	Douar Bouzerou	douar-bouzerou	42			36.5638	1.9994	3
42037	Mohamed El Bachir	mohamed-el-bachir	42			36.5419	2.077	1
42038	Nador	nador	42			36.57	2.3925	4
42038	Douar Bouhoud	douar-bouhoud	42			36.57	2.3925	3
42038	Douar Nador	douar-nador	42			36.57	2.3925	3
42038	Douar Nouar	douar-nouar	42			36.57	2.3925	3
42038	Noura	noura	42			36.57	2.3925	3
42038	Douar Noura	douar-noura	42			36.57	2.3925	3
42039	Bouhoud	bouhoud	42			36.5419	2.077	1
42039	Ruines Romaines	ruines-romaines	42			36.5419	2.077	1
42039	Douar Boumoud	douar-boumoud	42			36.5419	2.077	1
42040	Sidi Rached	sidi-rached	42			36.5614	2.5325	4
42040	Essahane	essahane	42			36.5614	2.5325	3
42040	Douar Si Dimo	douar-si-dimo	42			36.5614	2.5325	3
42040	Chibani	chibani	42			36.5614	2.5325	3
42040	Eac Benyoucef	eac-benyoucef	42			36.5614	2.5325	3
42040	Eac Boucetta Ben Amar	eac-boucetta-ben-amar	42			36.5614	2.5325	3
42040	Eac Chalabi	eac-chalabi	42			36.5614	2.5325	3
42040	Eac Ladazia	eac-ladazia	42			36.5614	2.5325	3
42040	Eac Nedjar Belkacem	eac-nedjar-belkacem	42			36.5614	2.5325	3
42040	Eac Si Krez	eac-si-krez	42			36.5614	2.5325	3
42040	Eac Si Merouane	eac-si-merouane	42			36.5614	2.5325	3
42040	Ecole Belkheira	ecole-belkheira	42			36.5614	2.5325	3
42041	Bouhsiene	bouhsiene	42			36.5614	2.5325	1
42041	Sidi Semiane	sidi-semiane	42			36.5614	2.5325	1
42041	Oued El Hammam	oued-el-hammam	42			36.5614	2.5325	1
42041	Hayouna	hayouna	42			36.5614	2.5325	1
42041	Douar Hayouna	douar-hayouna	42			36.5614	2.5325	1
42041	Douar Bouhsiene	douar-bouhsiene	42			36.5614	2.5325	1
42042	Ghardous	ghardous	42			36.5614	2.5325	1
42042	El Hammane	el-hammane	42			36.5614	2.5325	1
42042	Benyagoub	benyagoub	42			36.5614	2.5325	1
42042	El Houch	el-houch	42			36.5614	2.5325	1
42042	Temloul	temloul	42			36.5614	2.5325	1
42043	Village Cinq Martyrs	village-cinq-martyrs	42			36.5614	2.5325	1
42043	5 Martyrs	5-martyrs	42			36.5614	2.5325	1
42044	Ain Lahdjar	ain-lahdjar	42			36.5614	2.5325	1
42045	Plage Bleu	plage-bleu	42			36.5614	2.5325	1
42045	Douar Merabet	douar-merabet	42			36.5614	2.5325	1
42045	Douar Benouda	douar-benouda	42			36.5614	2.5325	1
42045	Beldj Lieux Dits	beldj-lieux-dits	42			36.5614	2.5325	1
42045	Beldj	beldj	42			36.5614	2.5325	1
42046	Benyagoub Fedjana	benyagoub-fedjana	42			36.5614	2.5325	1
42047	Berbessa Ben Aghrab	berbessa-ben-aghrab	42			36.5614	2.5325	1
42048	Boudjabroun	boudjabroun	42			36.5614	2.5325	1
42048	Bouteldja	bouteldja	42			36.5614	2.5325	1
42048	Douar Boudjabroune	douar-boudjabroune	42			36.5614	2.5325	1
42049	Bouyaghsene	bouyaghsene	42			36.5614	2.5325	1
42050	Brahim Ben Omar	brahim-ben-omar	42			36.6628	3.0017	1
42051	Cite Rahmane	cite-rahmane	42			36.6628	3.0017	1
42052	Douaouda Cite Des Oliviers	douaouda-cite-des-oliviers	42			36.6628	3.0017	1
42053	Douaouda El Islah	douaouda-el-islah	42			36.6628	3.0017	1
42054	Beldjouher	beldjouher	42			36.6628	3.0017	1
42054	Boumaza N° 10	boumaza-n-10	42			36.6628	3.0017	1
42054	El Hamidia	el-hamidia	42			36.6628	3.0017	1
42054	Oued Bellah	oued-bellah	42			36.6628	3.0017	1
42054	Benkheira N° 11	benkheira-n-11	42			36.6628	3.0017	1
42054	Rivaille	rivaille	42			36.6628	3.0017	1
42055	El Kheloufi Djillali Errahba	el-kheloufi-djillali-errahba	42			36.6628	3.0017	1
42055	Errahba	errahba	42			36.6628	3.0017	1
42056	Sidi Slimane	sidi-slimane	42			36.6628	3.0017	4
42056	Fedjana	fedjana	42			36.6628	3.0017	3
42057	Ghardous	ghardous	42			36.6628	3.0017	1
42057	Bourouis	bourouis	42			36.6628	3.0017	1
42057	Douar Ghardous	douar-ghardous	42			36.6628	3.0017	1
42058	Gouraya Bois Sacre	gouraya-bois-sacre	42			36.6628	3.0017	1
42059	Hamdania	hamdania	42			36.6628	3.0017	1
42059	Haouche Imekrez	haouche-imekrez	42			36.6628	3.0017	1
42060	Larhat Mines	larhat-mines	42			36.4667	2.5	1
42061	Sahel	sahel	42			36.4667	2.5	4
42061	Si Amrane	si-amrane	42			36.4667	2.5	3
42061	Bou Hamou	bou-hamou	42			36.4667	2.5	3
42062	Sidi Ghiat	sidi-ghiat	42			36.4667	2.5	1
42062	Douar Touares	douar-touares	42			36.4667	2.5	1
42062	Douar Sidi Ghiat	douar-sidi-ghiat	42			36.4667	2.5	1
42063	Kolea Salah	kolea-salah	42			36.4667	2.5	1
42064	Tiffsassine	tiffsassine	42			36.4667	2.5	1
43000	Douar El Bidi	douar-el-bidi	43			36.3447	6.2261	1
43000	Mila Sennaoua	mila-sennaoua	43			36.3447	6.2261	1
43000	Baba Rabah	baba-rabah	43			36.3447	6.2261	1
43000	Mila Rp	mila-rp	43			36.3447	6.2261	1
43000	Marechou	marechou	43			36.3447	6.2261	1
43000	Mila Liberte	mila-liberte	43			36.3447	6.2261	1
43000	Boufouh	boufouh	43			36.3447	6.2261	1
43000	Mechta Bouhama	mechta-bouhama	43			36.3447	6.2261	1
43000	Mechta Bouhalouf	mechta-bouhalouf	43			36.3447	6.2261	1
43000	Chateau D'Eau	chateau-d-eau	43			36.3447	6.2261	1
43000	Sennaoua	sennaoua	43			36.3447	6.2261	1
43000	Sidi Bouyahia	sidi-bouyahia	43			36.3447	6.2261	1
43001	Mechta Oued Dekri	mechta-oued-dekri	43			36.3447	6.2261	1
43001	Mechta Bir Hacene	mechta-bir-hacene	43			36.3447	6.2261	1
43001	Mechta M'Zara	mechta-m-zara	43			36.3447	6.2261	1
43001	Mechta Regaa El Kahla	mechta-regaa-el-kahla	43			36.3447	6.2261	1
43001	Mechta Safel Meghalsa	mechta-safel-meghalsa	43			36.3447	6.2261	1
43001	Mechta Sedra	mechta-sedra	43			36.3447	6.2261	1
43001	Mechta Mezdoura	mechta-mezdoura	43			36.3447	6.2261	1
43001	Mechta Meriouet	mechta-meriouet	43			36.3447	6.2261	1
43001	Mechta Megara	mechta-megara	43			36.3447	6.2261	1
43001	Mechta Mebdoua	mechta-mebdoua	43			36.3447	6.2261	1
43001	Mechta Koraba	mechta-koraba	43			36.3447	6.2261	1
43001	Mechta Hadja	mechta-hadja	43			36.3447	6.2261	1
43001	Mechta El Charef	mechta-el-charef	43			36.3447	6.2261	1
43001	Mechta Draaa Lazas	mechta-draaa-lazas	43			36.3447	6.2261	1
43001	Mechta Chellih	mechta-chellih	43			36.3447	6.2261	1
43001	Mechta Chaabat Lemrabta	mechta-chaabat-lemrabta	43			36.3447	6.2261	1
43001	Mechta Bourioune	mechta-bourioune	43			36.3447	6.2261	1
43001	Mechta Bir Hacem	mechta-bir-hacem	43			36.3447	6.2261	1
43001	Mechta Berrached	mechta-berrached	43			36.3447	6.2261	1
43001	Mechta Bensalhi	mechta-bensalhi	43			36.3447	6.2261	1
43001	Mechta Bakhbakha	mechta-bakhbakha	43			36.3447	6.2261	1
43001	Mechta Ain Meguesba	mechta-ain-meguesba	43			36.3447	6.2261	1
43001	Chelghoum Laid	chelghoum-laid	43			36.3447	6.2261	1
43002	Ferdjioua	ferdjioua	43			36.3447	6.2261	1
43002	Roussir	roussir	43			36.3447	6.2261	1
43002	Ras Ferdjioua	ras-ferdjioua	43			36.3447	6.2261	1
43002	Ouled Kebbeb	ouled-kebbeb	43			36.3447	6.2261	1
43002	Mechta M'Netoura	mechta-m-netoura	43			36.3447	6.2261	1
43002	Mechta Ain Saf Saf	mechta-ain-saf-saf	43			36.3447	6.2261	1
43002	Mechta Ain El Hamra	mechta-ain-el-hamra	43			36.3447	6.2261	1
43002	Hai Termil	hai-termil	43			36.3447	6.2261	1
43002	Retba	retba	43			36.3447	6.2261	1
43003	Chelghoum Laid 1er Novembre	chelghoum-laid-1er-novembre	43			36.3447	6.2261	1
43004	Grarem	grarem	43			36.5161	6.3272	4
43004	Guettara	guettara	43			36.5183	6.4331	4
43004	Ghar Slim Haut	ghar-slim-haut	43			36.5172	6.3801	3
43004	Houara	houara	43			36.5172	6.3801	3
43004	Oued El Assel	oued-el-assel	43			36.5172	6.3801	3
43004	El Barek	el-barek	43			36.5172	6.3801	3
43004	Fedj El Besbes	fedj-el-besbes	43			36.5172	6.3801	3
43004	Ghar El Hallouf	ghar-el-hallouf	43			36.5172	6.3801	3
43004	El Aneb	el-aneb	43			36.5172	6.3801	3
43004	Bououssaf	bououssaf	43			36.5172	6.3801	3
43004	Boulkandoul	boulkandoul	43			36.5172	6.3801	3
43004	Boukandoul	boukandoul	43			36.5172	6.3801	3
43004	Ain Kerma	ain-kerma	43			36.5172	6.3801	3
43004	Ghar Slim Bas	ghar-slim-bas	43			36.5172	6.3801	3
43004	Segdel	segdel	43			36.5172	6.3801	3
43004	Sibari	sibari	43			36.5172	6.3801	3
43004	El Merra	el-merra	43			36.5172	6.3801	3
43004	El Ma Labiod	el-ma-labiod	43			36.5172	6.3801	3
43004	El Kolja	el-kolja	43			36.5172	6.3801	3
43004	El Kherba	el-kherba	43			36.5172	6.3801	3
43004	El Khenga	el-khenga	43			36.5172	6.3801	3
43004	El Aouina	el-aouina	43			36.5172	6.3801	3
43004	Torba	torba	43			36.5172	6.3801	3
43004	El Bir	el-bir	43			36.5172	6.3801	3
43005	Oued Athmenia	oued-athmenia	43			36.2494	6.2886	4
43005	Coop Agric Anc Moudj Bera	coop-agric-anc-moudj-bera	43			36.2494	6.2886	3
43005	Domaine Agricole Atti	domaine-agricole-atti	43			36.2494	6.2886	3
43005	Domaine Agric Kacem Labidi	domaine-agric-kacem-labidi	43			36.2494	6.2886	3
43005	Domaine Agric Boucena	domaine-agric-boucena	43			36.2494	6.2886	3
43005	Domaine Agric Hacani Mabrouk	domaine-agric-hacani-mabrouk	43			36.2494	6.2886	3
43005	Domaine Agric Socail Mecheri	domaine-agric-socail-mecheri	43			36.2494	6.2886	3
43005	Berahail Damser	berahail-damser	43			36.2494	6.2886	3
43006	Seraghna	seraghna	43			36.4333	6.15	4
43006	El Khanga	el-khanga	43			36.4333	6.15	3
43006	Mechta El Kedim	mechta-el-kedim	43			36.4333	6.15	3
43006	Oued Endja	oued-endja	43			36.4333	6.15	3
43006	Bouyeghad	bouyeghad	43			36.4333	6.15	3
43006	S'Mara	s-mara	43			36.4333	6.15	3
43006	Bouyoucef	bouyoucef	43			36.4333	6.15	3
43006	Chaabet Khrouf	chaabet-khrouf	43			36.4333	6.15	3
43006	Chebchoub	chebchoub	43			36.4333	6.15	3
43006	Djenan El Bordj	djenan-el-bordj	43			36.4333	6.15	3
43006	Mechta Bahrour	mechta-bahrour	43			36.4333	6.15	3
43007	Tadjenanet	tadjenanet	43			36.1213	5.9867	4
43007	Fessikh	fessikh	43			36.1213	5.9867	3
43007	Ain Belhaif	ain-belhaif	43			36.1213	5.9867	3
43007	Ben S'Rour	ben-s-rour	43			36.1213	5.9867	3
43007	Bir Ben Si Ali	bir-ben-si-ali	43			36.1213	5.9867	3
43007	Bordj El Maamra	bordj-el-maamra	43			36.1213	5.9867	3
43007	Bousselem	bousselem	43			36.1213	5.9867	3
43007	Feidh Messaouda	feidh-messaouda	43			36.1213	5.9867	3
43007	Tihalloufine	tihalloufine	43			36.1213	5.9867	3
43007	Reghioua	reghioua	43			36.1213	5.9867	3
43007	M'Guitla	m-guitla	43			36.1213	5.9867	3
43007	Mechta El Djehli	mechta-el-djehli	43			36.1213	5.9867	3
43007	Mechta Belkhir	mechta-belkhir	43			36.1213	5.9867	3
43007	Feidh Nafaa 1 Et 2	feidh-nafaa-1-et-2	43			36.1213	5.9867	3
43008	Telerghma	telerghma	43			36.1165	6.3543	4
43008	Mechta Belghout	mechta-belghout	43			36.1165	6.3543	3
43008	Kebbaba	kebbaba	43			36.1165	6.3543	3
43008	Faham	faham	43			36.1165	6.3543	3
43008	Telerghma Terre	telerghma-terre	43			36.1165	6.3543	3
43008	Tadjrout	tadjrout	43			36.1165	6.3543	3
43008	Ouled S'Mail	ouled-s-mail	43			36.1165	6.3543	3
43008	Ain Debbene	ain-debbene	43			36.1165	6.3543	3
43008	Ouled Messaoud	ouled-messaoud	43			36.1165	6.3543	3
43008	Ouled Braham	ouled-braham	43			36.1165	6.3543	3
43009	Rouached	rouached	43			36.4577	6.0427	4
43009	Zitouna	zitouna	43			36.4577	6.0427	3
43009	Ras El Ain	ras-el-ain	43			36.4577	6.0427	3
43009	Oum Toub	oum-toub	43			36.4577	6.0427	3
43009	Mechta Oum Toub	mechta-oum-toub	43			36.4577	6.0427	3
43009	Mechta Mezlia	mechta-mezlia	43			36.4577	6.0427	3
43009	Lounakel	lounakel	43			36.4577	6.0427	3
43010	Sidi Merouane	sidi-merouane	43			36.5206	6.2611	4
43010	Ras El Bir	ras-el-bir	43			36.5206	6.2611	3
43010	Zaouia	zaouia	43			36.5206	6.2611	3
43010	Mechta Lekbira	mechta-lekbira	43			36.5206	6.2611	3
43010	Mechta Ain Makhnache	mechta-ain-makhnache	43			36.5206	6.2611	3
43010	Maknache	maknache	43			36.5206	6.2611	3
43010	Chebouba	chebouba	43			36.5206	6.2611	3
43011	Tadjenanet Centre	tadjenanet-centre	43			36.3402	6.1724	1
43012	Kermouda	kermouda	43			36.4641	6.1539	4
43012	Mechta Zeghaia	mechta-zeghaia	43			36.4641	6.1539	3
43012	El Malha	el-malha	43			36.4641	6.1539	3
43012	Mokeuf	mokeuf	43			36.4641	6.1539	3
43012	Boudjerar	boudjerar	43			36.4641	6.1539	3
43012	Ouled Salah	ouled-salah	43			36.4641	6.1539	3
43012	Zeghaia	zeghaia	43			36.4641	6.1539	3
43013	El Gabel	el-gabel	43			36.0408	6.1811	4
43013	Ahmed Rachedi	ahmed-rachedi	43			36.3909	6.131	4
43013	El Batha	el-batha	43			36.2159	6.156	3
43013	Tameda	tameda	43			36.2159	6.156	3
43013	Tabtaba	tabtaba	43			36.2159	6.156	3
43013	Sabeur	sabeur	43			36.2159	6.156	3
43013	Kef Abdellah	kef-abdellah	43			36.2159	6.156	3
43013	Guergour	guergour	43			36.2159	6.156	3
43013	El Hamri	el-hamri	43			36.2159	6.156	3
43014	Ain Beida Djebel Halfa	ain-beida-djebel-halfa	43			36.3402	6.1724	1
43015	Ain Melouk	ain-melouk	43			36.2755	6.1785	4
43015	Mechta Derfoul	mechta-derfoul	43			36.2391	6.1568	4
43015	Mechta Ouled Salah	mechta-ouled-salah	43			36.2573	6.1677	3
43015	Mechta Ain Bebouche	mechta-ain-bebouche	43			36.2573	6.1677	3
43015	Mechta Ain Beida	mechta-ain-beida	43			36.2573	6.1677	3
43015	Mechta Ain Berda	mechta-ain-berda	43			36.2573	6.1677	3
43015	Mechta Ain Bezat	mechta-ain-bezat	43			36.2573	6.1677	3
43015	Mechta Ain Moulahcene	mechta-ain-moulahcene	43			36.2573	6.1677	3
43015	Mechta Ain Oumlahcene	mechta-ain-oumlahcene	43			36.2573	6.1677	3
43015	Mechta Ain Rezouane	mechta-ain-rezouane	43			36.2573	6.1677	3
43015	Mechta Douh	mechta-douh	43			36.2573	6.1677	3
43015	Mechta Draa Tabel	mechta-draa-tabel	43			36.2573	6.1677	3
43015	Mechta Mekhalfa	mechta-mekhalfa	43			36.2573	6.1677	3
43015	Mechta Moudjara	mechta-moudjara	43			36.2573	6.1677	3
43015	Mechta Sarreg	mechta-sarreg	43			36.2573	6.1677	3
43015	Mechta Tabesbacet	mechta-tabesbacet	43			36.2573	6.1677	3
43015	Mechta Zergaoui	mechta-zergaoui	43			36.2573	6.1677	3
43016	Ain Tine	ain-tine	43			36.3975	6.324	4
43016	Mechta Sekoun	mechta-sekoun	43			36.3975	6.324	3
43016	Mechta Draa Labiod	mechta-draa-labiod	43			36.3975	6.324	3
43016	Mechta Boukhemis	mechta-boukhemis	43			36.3975	6.324	3
43016	Mechta Benzekri	mechta-benzekri	43			36.3975	6.324	3
43016	El Beida	el-beida	43			36.3975	6.324	3
43016	Douar Serraouia	douar-serraouia	43			36.3975	6.324	3
43016	Douar Ouled Salah	douar-ouled-salah	43			36.3975	6.324	3
43016	Douar Bouzekri	douar-bouzekri	43			36.3975	6.324	3
43016	Diar Driss	diar-driss	43			36.3975	6.324	3
43016	D'Hamcna	d-hamcna	43			36.3975	6.324	3
43016	Dechra El Hamra	dechra-el-hamra	43			36.3975	6.324	3
43017	Borgea	borgea	43			36.3402	6.1724	1
43017	Taoulili	taoulili	43			36.3402	6.1724	1
43017	Ouled Ayat	ouled-ayat	43			36.3402	6.1724	1
43017	Taghlissa	taghlissa	43			36.3402	6.1724	1
43017	Tafelkout	tafelkout	43			36.3402	6.1724	1
43017	S'Mat Zoulat	s-mat-zoulat	43			36.3402	6.1724	1
43017	Serrage	serrage	43			36.3402	6.1724	1
43017	Bouachba	bouachba	43			36.3402	6.1724	1
43017	Boucherdain	boucherdain	43			36.3402	6.1724	1
43017	Bourouh	bourouh	43			36.3402	6.1724	1
43017	Brahimi Ben Ali	brahimi-ben-ali	43			36.3402	6.1724	1
43017	Douidra	douidra	43			36.3402	6.1724	1
43017	Afrouda	afrouda	43			36.3402	6.1724	1
43017	El Annanbet	el-annanbet	43			36.3402	6.1724	1
43017	El Kaoubaa	el-kaoubaa	43			36.3402	6.1724	1
43017	El Kataine	el-kataine	43			36.3402	6.1724	1
43017	El Merouah	el-merouah	43			36.3402	6.1724	1
43017	El Ouattia	el-ouattia	43			36.3402	6.1724	1
43017	Oued Boumeslat	oued-boumeslat	43			36.3402	6.1724	1
43017	Oued El Baaout	oued-el-baaout	43			36.3402	6.1724	1
43017	Aghdour	aghdour	43			36.3402	6.1724	1
43017	Aghtour	aghtour	43			36.3402	6.1724	1
43017	Ain Hammada	ain-hammada	43			36.3402	6.1724	1
43017	Ain Messaad	ain-messaad	43			36.3402	6.1724	1
43017	Ain Messaoud	ain-messaoud	43			36.3402	6.1724	1
43017	Amira Arres	amira-arres	43			36.3402	6.1724	1
43017	Arres	arres	43			36.3402	6.1724	1
43017	Tazamourt	tazamourt	43			36.3402	6.1724	1
43018	Mechta Melial	mechta-melial	43			36.3402	6.1724	1
43018	El Bahloul	el-bahloul	43			36.3402	6.1724	1
43018	Beni Affer	beni-affer	43			36.3402	6.1724	1
43018	El Marbaa	el-marbaa	43			36.3402	6.1724	1
43018	El Maali	el-maali	43			36.3402	6.1724	1
43018	Beinen	beinen	43			36.3402	6.1724	1
43018	El Ouadia	el-ouadia	43			36.3402	6.1724	1
43018	Gharbia	gharbia	43			36.3402	6.1724	1
43018	Laouinet	laouinet	43			36.3402	6.1724	1
43018	Ain Cherifa	ain-cherifa	43			36.3402	6.1724	1
43018	Mechra	mechra	43			36.3402	6.1724	1
43018	Ain Hamed	ain-hamed	43			36.3402	6.1724	1
43018	Mehdjar	mehdjar	43			36.3402	6.1724	1
43018	Terrai Beinen	terrai-beinen	43			36.3402	6.1724	1
43019	Beni Guecha	beni-guecha	43			36.3927	5.9928	4
43019	Mechta Marthoum	mechta-marthoum	43			36.3927	5.9928	3
43019	Yahia Beni Guecha	yahia-beni-guecha	43			36.3927	5.9928	3
43019	Marthoum Hammam	marthoum-hammam	43			36.3927	5.9928	3
43020	Mechta Guebria Bourekhouche	mechta-guebria-bourekhouche	43			36.227	6.0474	3
43020	Mechta Khallouta	mechta-khallouta	43			36.2424	6.0913	4
43020	Mechta El Biar	mechta-el-biar	43			36.206	6.0376	4
43020	Benyahia Abderrahmane	benyahia-abderrahmane	43			36.2327	6.0133	4
43020	Mechta Maatoug	mechta-maatoug	43			36.227	6.0474	3
43020	Mechta Ain Belmezhoud	mechta-ain-belmezhoud	43			36.227	6.0474	3
43020	Mechta Ain Babar	mechta-ain-babar	43			36.227	6.0474	3
43020	Mechta Ain Amar	mechta-ain-amar	43			36.227	6.0474	3
43020	Mechta Ain Mokhnache	mechta-ain-mokhnache	43			36.227	6.0474	3
43020	Mechta Ain Naga	mechta-ain-naga	43			36.227	6.0474	3
43020	Mechta Boutouil	mechta-boutouil	43			36.227	6.0474	3
43020	Mechta Dehs	mechta-dehs	43			36.227	6.0474	3
43020	Mechta Douh Slouguia	mechta-douh-slouguia	43			36.227	6.0474	3
43020	Mechta El Gantra	mechta-el-gantra	43			36.227	6.0474	3
43020	Mechta Gabel Kherba	mechta-gabel-kherba	43			36.227	6.0474	3
43020	Mechta Guesri Bouriche	mechta-guesri-bouriche	43			36.227	6.0474	3
43020	Mechta Ouled Aissa	mechta-ouled-aissa	43			36.227	6.0474	3
43020	Mechta Ouled Kareb	mechta-ouled-kareb	43			36.227	6.0474	3
43020	Mechta Tourit	mechta-tourit	43			36.227	6.0474	3
43020	Mech Guesria Bourekhouche	mech-guesria-bourekhouche	43			36.227	6.0474	3
43021	Bled Youcef	bled-youcef	43			36.227	6.0474	1
43021	Bouchenak Inferieur	bouchenak-inferieur	43			36.227	6.0474	1
43021	Bouchenak Superieur	bouchenak-superieur	43			36.227	6.0474	1
43022	Merdj El Kebir	merdj-el-kebir	43			36.227	6.0474	1
43022	Lamtamar	lamtamar	43			36.227	6.0474	1
43022	Lahfair	lahfair	43			36.227	6.0474	1
43022	Kef Lahmar	kef-lahmar	43			36.227	6.0474	1
43022	El Fegoussi	el-fegoussi	43			36.227	6.0474	1
43022	Chaiba	chaiba	43			36.227	6.0474	1
43022	Bouhatem	bouhatem	43			36.227	6.0474	1
43022	Ain El Beida	ain-el-beida	43			36.227	6.0474	1
43022	Aghbala	aghbala	43			36.227	6.0474	1
43022	Ain Boudoua	ain-boudoua	43			36.227	6.0474	1
43022	Tansa	tansa	43			36.227	6.0474	1
43022	Tafs	tafs	43			36.227	6.0474	1
43022	Loualdja	loualdja	43			36.227	6.0474	1
43023	Boukarana	boukarana	43			36.227	6.0474	1
43023	Mechta Megasba	mechta-megasba	43			36.227	6.0474	1
43023	Mechta Gantra	mechta-gantra	43			36.227	6.0474	1
43024	Chelghoum Laid Abdellah Bacha	chelghoum-laid-abdellah-bacha	43			36.227	6.0474	1
43025	Bouachra	bouachra	43			36.227	6.0474	1
43025	Zouabi	zouabi	43			36.227	6.0474	1
43025	Ouldjet Boukhlif	ouldjet-boukhlif	43			36.227	6.0474	1
43025	Ouarziz	ouarziz	43			36.227	6.0474	1
43025	Moulah Habassa	moulah-habassa	43			36.227	6.0474	1
43025	Mekhatte	mekhatte	43			36.227	6.0474	1
43025	Lamsal	lamsal	43			36.227	6.0474	1
43025	Haouari	haouari	43			36.227	6.0474	1
43025	Chigara	chigara	43			36.227	6.0474	1
43026	Boukaabane	boukaabane	43			36.227	6.0474	1
43026	El Mechira	el-mechira	43			36.227	6.0474	1
43026	Mechta Aghled Nord	mechta-aghled-nord	43			36.227	6.0474	1
43026	Mechta Aghled Sud	mechta-aghled-sud	43			36.227	6.0474	1
43026	Mechta Bir Boutouil	mechta-bir-boutouil	43			36.227	6.0474	1
43026	Mechta Boulaghrazene	mechta-boulaghrazene	43			36.227	6.0474	1
43026	Mechta Bouricha	mechta-bouricha	43			36.227	6.0474	1
43026	Mechta Boutakhmartine	mechta-boutakhmartine	43			36.227	6.0474	1
43026	Mechta Charra	mechta-charra	43			36.227	6.0474	1
43026	Mechta Dakhla	mechta-dakhla	43			36.227	6.0474	1
43026	Mechta Demet Lefras	mechta-demet-lefras	43			36.227	6.0474	1
43026	Mechta El Hassi	mechta-el-hassi	43			36.227	6.0474	1
43026	Mechta Faham	mechta-faham	43			36.227	6.0474	1
43026	Mechta Gabel Kelala	mechta-gabel-kelala	43			36.227	6.0474	1
43026	Mechta Gahrar	mechta-gahrar	43			36.227	6.0474	1
43026	Mechta Hassi El Mor	mechta-hassi-el-mor	43			36.227	6.0474	1
43026	Mechta Lakhal	mechta-lakhal	43			36.227	6.0474	1
43026	Mechta Malha	mechta-malha	43			36.227	6.0474	1
43026	Mechta M'Chira	mechta-m-chira	43			36.227	6.0474	1
43027	Ferdjioua Bourouh	ferdjioua-bourouh	43			36.227	6.0474	1
43028	Ferdjioua Soumame	ferdjioua-soumame	43			36.227	6.0474	1
43029	Mila 08 Mai 1945	mila-08-mai-1945	43			36.227	6.0474	1
43030	Mila Vieille Ville	mila-vieille-ville	43			36.4178	6.1807	1
43031	Baktache	baktache	43			36.4178	6.1807	1
43031	Oued Seguen	oued-seguen	43			36.4178	6.1807	1
43031	Ouled Arema	ouled-arema	43			36.4178	6.1807	1
43031	Ouled N'Har	ouled-n-har	43			36.4178	6.1807	1
43031	Ouled Yakoub	ouled-yakoub	43			36.4178	6.1807	1
43032	Mechta La Maoune	mechta-la-maoune	43			36.4178	6.1807	1
43032	Ouled Khelouf	ouled-khelouf	43			36.4178	6.1807	1
43032	Mechta Sidi Hamama	mechta-sidi-hamama	43			36.4178	6.1807	1
43032	Mechta Sedjra	mechta-sedjra	43			36.4178	6.1807	1
43032	Mechta Saci	mechta-saci	43			36.4178	6.1807	1
43032	Mechta Ouskourt	mechta-ouskourt	43			36.4178	6.1807	1
43032	Mechta Lehbal	mechta-lehbal	43			36.4178	6.1807	1
43032	Mechta Hassi Bergoug	mechta-hassi-bergoug	43			36.4178	6.1807	1
43032	Mechta El Malha Sud	mechta-el-malha-sud	43			36.4178	6.1807	1
43032	Mechta El Malha Nord	mechta-el-malha-nord	43			36.4178	6.1807	1
43032	Mechta El Bir	mechta-el-bir	43			36.4178	6.1807	1
43032	Mechta Daya	mechta-daya	43			36.4178	6.1807	1
43032	Mechta Ain El Kebch	mechta-ain-el-kebch	43			36.4178	6.1807	1
43032	Cite Regr Ouled Khelouf	cite-regr-ouled-khelouf	43			36.4178	6.1807	1
43033	Menar	menar	43			36.4178	6.1807	1
43033	Tassadane	tassadane	43			36.4178	6.1807	1
43034	Karnia	karnia	43			36.4178	6.1807	1
43034	Boudaoud	boudaoud	43			36.4178	6.1807	1
43034	Bordjouane	bordjouane	43			36.4178	6.1807	1
43034	Bouarbia	bouarbia	43			36.4178	6.1807	1
43034	Bouyeghyelle	bouyeghyelle	43			36.4178	6.1807	1
43034	T'Mar	t-mar	43			36.4178	6.1807	1
43034	Tassala Lemtai	tassala-lemtai	43			36.4178	6.1807	1
43034	Seddari	seddari	43			36.4178	6.1807	1
43034	Ouled Allili	ouled-allili	43			36.4178	6.1807	1
43034	Fedoules	fedoules	43			36.4178	6.1807	1
43034	Bardja	bardja	43			36.4178	6.1807	1
43034	Berraka	berraka	43			36.4178	6.1807	1
43034	Bordja	bordja	43			36.4178	6.1807	1
43035	Tiberguent	tiberguent	43			36.4092	6.04	4
43036	Zarza	zarza	43			36.4178	6.1807	1
43037	Ain El Hamra	ain-el-hamra	43			36.4178	6.1807	1
43038	Anouche Ali	anouche-ali	43			36.4178	6.1807	1
43039	Azeba	azeba	43			36.4264	6.3214	4
43039	Machetta	machetta	43			36.4264	6.3214	3
43039	Soudane	soudane	43			36.4264	6.3214	3
43039	Ouled Bouichalfa	ouled-bouichalfa	43			36.4264	6.3214	3
43039	Mechta Halloufa	mechta-halloufa	43			36.4264	6.3214	3
43039	Bougsiba	bougsiba	43			36.4264	6.3214	3
43039	Halloufa	halloufa	43			36.4264	6.3214	3
43040	Ben Boulaid	ben-boulaid	43			36.391	6.1219	1
43041	Bir Branis	bir-branis	43			36.391	6.1219	1
43042	Boufoula	boufoula	43			36.391	6.1219	1
43042	Mechta Boufoula	mechta-boufoula	43			36.391	6.1219	1
43043	Boumalek	boumalek	43			36.391	6.1219	1
43044	Cherra	cherra	43			36.391	6.1219	1
43045	Dar El Hamra	dar-el-hamra	43			36.391	6.1219	1
43046	El Kef	el-kef	43			36.3433	6.0803	4
43046	Mammana	mammana	43			36.3433	6.0803	3
43046	Kerkar	kerkar	43			36.3433	6.0803	3
43046	Ras El Djebel	ras-el-djebel	43			36.3433	6.0803	3
43046	Righa	righa	43			36.3433	6.0803	3
43046	Sidi El May	sidi-el-may	43			36.3433	6.0803	3
43046	Tikechouine	tikechouine	43			36.3433	6.0803	3
43046	Kerker	kerker	43			36.3433	6.0803	3
43046	Karia	karia	43			36.3433	6.0803	3
43046	Zemra	zemra	43			36.3433	6.0803	3
43046	Ain Beida	ain-beida	43			36.3433	6.0803	3
43046	Ain Defla	ain-defla	43			36.3433	6.0803	3
43046	Cherarou	cherarou	43			36.3433	6.0803	3
43046	Derrahi Bousselah	derrahi-bousselah	43			36.3433	6.0803	3
43046	Guessas	guessas	43			36.3433	6.0803	3
43047	Djebel Aougueb	djebel-aougueb	43			36.391	6.1219	1
43047	Domaine Mecheri Salah	domaine-mecheri-salah	43			36.391	6.1219	1
43047	Mechta Ain Derias	mechta-ain-derias	43			36.391	6.1219	1
43047	Mechta Ain Foua	mechta-ain-foua	43			36.391	6.1219	1
43047	Mechta Ain Gourmat	mechta-ain-gourmat	43			36.391	6.1219	1
43047	Mechta Ain Khiane	mechta-ain-khiane	43			36.391	6.1219	1
43047	Mechta Arara	mechta-arara	43			36.391	6.1219	1
43047	Mechta Barbara	mechta-barbara	43			36.391	6.1219	1
43047	Mechta Ferguatadjine	mechta-ferguatadjine	43			36.391	6.1219	1
43047	Mechta Khedrouia	mechta-khedrouia	43			36.391	6.1219	1
43047	Mechta Oreiedj	mechta-oreiedj	43			36.391	6.1219	1
43048	Draa Benkhelfa	draa-benkhelfa	43			36.391	6.1219	1
43049	El Arsa	el-arsa	43			36.4387	6.1635	4
43050	El Ayadi Barbes	el-ayadi-barbes	43			36.3738	6.2703	1
43051	Ferdoua	ferdoua	43			36.5083	6.29	4
43052	Hamala	hamala	43			36.5724	6.3397	4
43052	El Maazel	el-maazel	43			36.5724	6.3397	3
43052	El Badsi	el-badsi	43			36.5724	6.3397	3
43052	Habbacha	habbacha	43			36.5724	6.3397	3
43052	Cheghlibi Makhlouf	cheghlibi-makhlouf	43			36.5724	6.3397	3
43052	Bouharoune	bouharoune	43			36.5724	6.3397	3
43052	Biata	biata	43			36.5724	6.3397	3
43052	Ain Guamra	ain-guamra	43			36.5724	6.3397	3
43052	S'Misra	s-misra	43			36.5724	6.3397	3
43052	Ain El Kebira	ain-el-kebira	43			36.5724	6.3397	3
43052	Ain Beida	ain-beida	43			36.5724	6.3397	3
43052	Guesres	guesres	43			36.5724	6.3397	3
43052	Ain El Hammam	ain-el-hammam	43			36.5724	6.3397	3
43052	Hammam Beni Harroun	hammam-beni-harroun	43			36.5724	6.3397	3
43053	Ain Abbes	ain-abbes	43			36.0408	6.1811	3
43053	El Gabel	el-gabel	43			36.0408	6.1811	4
43053	Kef Bouderga	kef-bouderga	43			36.0408	6.1811	3
43053	Saf Safa	saf-safa	43			36.0408	6.1811	3
43053	Zaaroura	zaaroura	43			36.0408	6.1811	3
43053	Sekayef	sekayef	43			36.0408	6.1811	3
43053	Ain Bounaas	ain-bounaas	43			36.0408	6.1811	3
43053	Ain Kahla	ain-kahla	43			36.0408	6.1811	3
43053	El Guettar	el-guettar	43			36.0408	6.1811	3
43054	Khalouta	khalouta	43			36.3738	6.2703	1
43055	Mechta Gabel	mechta-gabel	43			36.3738	6.2703	1
43055	Mechta Arrar	mechta-arrar	43			36.3738	6.2703	1
43055	Mechta Djar	mechta-djar	43			36.3738	6.2703	1
43055	Mechta Ouled Sidi Ali	mechta-ouled-sidi-ali	43			36.3738	6.2703	1
43055	Mechtatine	mechtatine	43			36.3738	6.2703	1
43055	Mechta Zaya	mechta-zaya	43			36.3738	6.2703	1
43056	Oued Derabla	oued-derabla	43			36.3738	6.2703	1
43057	Ouled Bouazoune	ouled-bouazoune	43			36.3738	6.2703	1
43058	Ouled El Kaim	ouled-el-kaim	43			36.3738	6.2703	1
43059	Sareg Derfoul	sareg-derfoul	43			36.3738	6.2703	1
43060	Sidi Khelifa	sidi-khelifa	43			36.3422	6.1808	1
43061	Sidi Zerrouk	sidi-zerrouk	43			36.3422	6.1808	1
43062	Tahamachet	tahamachet	43			36.3422	6.1808	1
43062	Mechta Tahamachet	mechta-tahamachet	43			36.3422	6.1808	1
43063	Tamoula	tamoula	43			36.3422	6.1808	1
43064	Tassaft	tassaft	43			36.3422	6.1808	1
43065	Telerghma Z'Mala	telerghma-z-mala	43			36.3422	6.1808	1
44000	Attatfa	attatfa	44			36.2429	1.9258	4
44000	Arabia	arabia	44			36.2948	1.9672	4
44000	Meregueb	meregueb	44			36.2501	2.0907	3
44000	Feghailia	feghailia	44			36.243	2.0741	4
44000	Ain Beida	ain-beida	44			36.2198	2.3957	4
44000	Ain Defla Rp	ain-defla-rp	44			36.2501	2.0907	3
44000	Beninaghlane	beninaghlane	44			36.2501	2.0907	3
44000	Feghailia Cheliff	feghailia-cheliff	44			36.2501	2.0907	3
44000	Dahmane	dahmane	44			36.2501	2.0907	3
44001	Khemis Miliana	khemis-miliana	44			36.261	2.2201	4
44002	Ouled Bouabida	ouled-bouabida	44			36.1764	1.721	4
44002	El Attaf	el-attaf	44			36.2239	1.6719	4
44002	Bir N'Has	bir-n-has	44			36.2002	1.6964	3
44002	Chouahla	chouahla	44			36.2002	1.6964	3
44002	Krabchia	krabchia	44			36.2002	1.6964	3
44002	Zekara	zekara	44			36.2002	1.6964	3
44003	Miliana	miliana	44			36.3055	2.2248	4
44003	Mines Du Zaccar	mines-du-zaccar	44			36.3055	2.2248	3
44003	Oued Rehan	oued-rehan	44			36.3055	2.2248	3
44003	Hammama	hammama	44			36.3055	2.2248	3
44003	Annasseur	annasseur	44			36.3055	2.2248	3
44003	Ain Berkouk	ain-berkouk	44			36.3055	2.2248	3
44004	Pont Oued Djer	pont-oued-djer	44			36.3752	2.4385	4
44004	Bou Medfaa	bou-medfaa	44			36.3707	2.4767	4
44004	Cite Base	cite-base	44			36.373	2.4576	3
44004	Zemoule	zemoule	44			36.373	2.4576	3
44004	Cite Prefabriouee	cite-prefabriouee	44			36.373	2.4576	3
44004	Ouled Mimoune	ouled-mimoune	44			36.373	2.4576	3
44004	Ferme Benzeghimi	ferme-benzeghimi	44			36.373	2.4576	3
44004	Cite Necissa	cite-necissa	44			36.373	2.4576	3
44004	Cite Mosouee	cite-mosouee	44			36.373	2.4576	3
44004	Cite Khamoudja	cite-khamoudja	44			36.373	2.4576	3
44004	Nemaria	nemaria	44			36.373	2.4576	3
44004	Cite Hamoule	cite-hamoule	44			36.373	2.4576	3
44004	Talaouine	talaouine	44			36.373	2.4576	3
44004	Cite Jardin	cite-jardin	44			36.373	2.4576	3
44004	Gare Bou Medfaa	gare-bou-medfaa	44			36.373	2.4576	3
44004	Ouled Ahmed	ouled-ahmed	44			36.373	2.4576	3
44005	Douar Soualah	douar-soualah	44			36.2156	2.4838	4
44005	Djendel	djendel	44			36.221	2.4137	4
44005	Douar Haouara (El Guernine)	douar-haouara-el-guernine	44			36.2183	2.4487	3
44005	Douar Ain Dem	douar-ain-dem	44			36.2183	2.4487	3
44005	Douar Bendouli	douar-bendouli	44			36.2183	2.4487	3
44005	Douar Doui Hasni	douar-doui-hasni	44			36.2183	2.4487	3
44005	Douar Ghezazla	douar-ghezazla	44			36.2183	2.4487	3
44005	Douar Meharza	douar-meharza	44			36.2183	2.4487	3
44005	Douar Sidi Djelloul	douar-sidi-djelloul	44			36.2183	2.4487	3
44005	Ouled Abbes	ouled-abbes	44			36.2183	2.4487	3
44006	Beni Merahba	beni-merahba	44			36.3511	1.6994	4
44006	Douar Herarta	douar-herarta	44			36.3103	1.6927	3
44006	El Abadia	el-abadia	44			36.2695	1.6861	4
44006	Douar Chekaknia	douar-chekaknia	44			36.3103	1.6927	3
44006	Douar Chekalil	douar-chekalil	44			36.3103	1.6927	3
44006	Bouzizene	bouzizene	44			36.3103	1.6927	3
44006	Douar Ghoualil	douar-ghoualil	44			36.3103	1.6927	3
44006	Cite Communale	cite-communale	44			36.3103	1.6927	3
44006	Douar Chorfa	douar-chorfa	44			36.3103	1.6927	3
44006	Cite Ouled Adda	cite-ouled-adda	44			36.3103	1.6927	3
44006	Douar Mehabil	douar-mehabil	44			36.3103	1.6927	3
44006	Douar Ababsa	douar-ababsa	44			36.3103	1.6927	3
44006	Douar Traria	douar-traria	44			36.3103	1.6927	3
44006	Cite Amar	cite-amar	44			36.3103	1.6927	3
44006	Nedjadjra	nedjadjra	44			36.3103	1.6927	3
44006	Ain Tidda	ain-tidda	44			36.3103	1.6927	3
44007	Ain Defla Martyrs	ain-defla-martyrs	44			36.2516	2.0731	1
44008	Arib	arib	44			36.2917	2.0696	4
44008	Arib Dar El Kaid	arib-dar-el-kaid	44			36.2917	2.0696	3
44008	Arib El Merdja	arib-el-merdja	44			36.2917	2.0696	3
44008	Dar Del Kaid	dar-del-kaid	44			36.2917	2.0696	3
44008	Arib Zaouia	arib-zaouia	44			36.2917	2.0696	3
44008	Arib Sidi Amar	arib-sidi-amar	44			36.2917	2.0696	3
44008	Arib Ouled Salem	arib-ouled-salem	44			36.2917	2.0696	3
44008	Arib Oued El Haad	arib-oued-el-haad	44			36.2917	2.0696	3
44008	Arib Oued Ebda	arib-oued-ebda	44			36.2917	2.0696	3
44008	Arib Cite Commerciale	arib-cite-commerciale	44			36.2917	2.0696	3
44008	Arib Mehara	arib-mehara	44			36.2917	2.0696	3
44009	Ouled Bendou	ouled-bendou	44			36.1506	2.1193	4
44009	Zerarka	zerarka	44			36.21	1.6703	4
44009	Zehahfa	zehahfa	44			36.1795	1.98	3
44009	Djelida	djelida	44			36.2056	2.0792	4
44009	Djealbia	djealbia	44			36.1795	1.98	3
44009	El Ababsa	el-ababsa	44			36.1519	2.0511	4
44009	Hemaid	hemaid	44			36.1795	1.98	3
44009	Ghoualem	ghoualem	44			36.1795	1.98	3
44010	Drabla	drabla	44			36.3138	1.8474	3
44010	Louroud	louroud	44			36.3169	1.8111	4
44010	El Amra	el-amra	44			36.3069	1.8482	4
44010	Megharssa	megharssa	44			36.3138	1.8474	3
44010	Ziadir	ziadir	44			36.3177	1.883	4
44010	Ouled Ahmed	ouled-ahmed	44			36.3138	1.8474	3
44010	Beni Boukhalf	beni-boukhalf	44			36.3138	1.8474	3
44010	Ouled Djouba	ouled-djouba	44			36.3138	1.8474	3
44010	Rahahla	rahahla	44			36.3138	1.8474	3
44010	El Mechalikh	el-mechalikh	44			36.3138	1.8474	3
44010	Beni Naceur	beni-naceur	44			36.3138	1.8474	3
44010	Boudjadi	boudjadi	44			36.3138	1.8474	3
44010	Temamra	temamra	44			36.3138	1.8474	3
44010	Seddar	seddar	44			36.3138	1.8474	3
44010	Zeguendria	zeguendria	44			36.3138	1.8474	3
44010	El Aneb	el-aneb	44			36.3138	1.8474	3
44010	Bouguemil	bouguemil	44			36.3138	1.8474	3
44011	El Attaf 8 Mai 1945	el-attaf-8-mai-1945	44			36.2088	2.1249	1
44012	Khemis Miliana Dardra	khemis-miliana-dardra	44			36.2088	2.1249	1
44013	Khemis Miliana Essalem	khemis-miliana-essalem	44			36.2088	2.1249	1
44014	Khemis Miliana Souamaa	khemis-miliana-souamaa	44			36.2088	2.1249	1
44015	Khemis Miliana Souffay	khemis-miliana-souffay	44			36.2088	2.1249	1
44016	Ain El Bedra	ain-el-bedra	44			36.2088	2.1249	1
44016	Miliana Korkah	miliana-korkah	44			36.2088	2.1249	1
44017	Douar Cheraga	douar-cheraga	44			36.1668	2.1446	4
44017	Douar Maghmour	douar-maghmour	44			36.2057	1.9756	3
44017	Rouina	rouina	44			36.2446	1.8066	4
44017	Mines De Rouina	mines-de-rouina	44			36.2057	1.9756	3
44017	Domaine Mediouna	domaine-mediouna	44			36.2057	1.9756	3
44017	Gare Rouina	gare-rouina	44			36.2057	1.9756	3
44018	Ouled Guessoum	ouled-guessoum	44			36.1074	2.4199	4
44018	Ain Lechiakh	ain-lechiakh	44			36.1585	2.4051	4
44018	El Gaadi	el-gaadi	44			36.1455	2.4125	4
44018	Telbenet	telbenet	44			36.1272	2.3216	3
44018	Zeboudja	zeboudja	44			36.0975	2.0489	4
44018	Domaine Ferroukhi	domaine-ferroukhi	44			36.1272	2.3216	3
44018	Ouled Boulabha	ouled-boulabha	44			36.1272	2.3216	3
44018	Domaine Antrouche	domaine-antrouche	44			36.1272	2.3216	3
44018	Ain Labsi	ain-labsi	44			36.1272	2.3216	3
44018	Bouyafri	bouyafri	44			36.1272	2.3216	3
44018	Berdoune	berdoune	44			36.1272	2.3216	3
44018	Hassanine	hassanine	44			36.1272	2.3216	3
44018	Houachem	houachem	44			36.1272	2.3216	3
44018	Domaine Karma	domaine-karma	44			36.1272	2.3216	3
44018	Domaine Hamada	domaine-hamada	44			36.1272	2.3216	3
44018	Boumekhela	boumekhela	44			36.1272	2.3216	3
44018	Ouled Bentekfa	ouled-bentekfa	44			36.1272	2.3216	3
44018	Guernine	guernine	44			36.1272	2.3216	3
44018	Textana	textana	44			36.1272	2.3216	3
44018	Doui Hasni	doui-hasni	44			36.1272	2.3216	3
44018	Ouled Gaid	ouled-gaid	44			36.1272	2.3216	3
44018	Ouled Allouane	ouled-allouane	44			36.1272	2.3216	3
44018	Domaine Ain Hefida	domaine-ain-hefida	44			36.1272	2.3216	3
44019	Ouled Amrane	ouled-amrane	44			36.1858	2.2974	4
44019	Ain Sultan	ain-sultan	44			36.2489	2.2967	4
44019	Cabr Ali	cabr-ali	44			36.2173	2.297	3
44019	Oued Chaiba	oued-chaiba	44			36.2173	2.297	3
44019	Beni Amrane	beni-amrane	44			36.2173	2.297	3
44019	Oued Hellil	oued-hellil	44			36.2173	2.297	3
44019	Ouled Salem	ouled-salem	44			36.2173	2.297	3
44020	Ain N'Sour	ain-n-sour	44			36.35	2.2667	4
44020	Rabta	rabta	44			36.3416	2.1781	3
44020	Gare Adelia	gare-adelia	44			36.3416	2.1781	3
44020	Ain Torki	ain-torki	44			36.3351	2.3018	4
44020	Tizi Ouchib	tizi-ouchib	44			36.3416	2.1781	3
44020	Douar Messadia	douar-messadia	44			36.3416	2.1781	3
44020	Ain Hamra	ain-hamra	44			36.3397	1.9657	4
44020	Chateau Romain	chateau-romain	44			36.3416	2.1781	3
44020	Domaine Ferroudji	domaine-ferroudji	44			36.3416	2.1781	3
44020	Douar Kerbous	douar-kerbous	44			36.3416	2.1781	3
44020	Domaine Bellouna	domaine-bellouna	44			36.3416	2.1781	3
44020	Domaine Bougara	domaine-bougara	44			36.3416	2.1781	3
44021	Bordj Emir Khaled	bordj-emir-khaled	44			36.1214	2.2044	4
44021	Daouadji	daouadji	44			36.1564	2.1652	4
44021	Douar Haraouat Sud	douar-haraouat-sud	44			36.1389	2.1848	3
44021	Ahl El Oued	ahl-el-oued	44			36.1389	2.1848	3
44021	Ziatine	ziatine	44			36.1389	2.1848	3
44021	Saaid	saaid	44			36.1389	2.1848	3
44021	Dra Labiod	dra-labiod	44			36.1389	2.1848	3
44021	Ouled Mahieddine	ouled-mahieddine	44			36.1389	2.1848	3
44021	Ouled Khadra	ouled-khadra	44			36.1389	2.1848	3
44021	Ouled Fatma	ouled-fatma	44			36.1389	2.1848	3
44021	Diar El Meiz	diar-el-meiz	44			36.1389	2.1848	3
44021	Kherbouche	kherbouche	44			36.1389	2.1848	3
44021	El Merakab	el-merakab	44			36.1389	2.1848	3
44021	Douar Ahl El Oued	douar-ahl-el-oued	44			36.1389	2.1848	3
44021	Chekainia	chekainia	44			36.1389	2.1848	3
44021	Bouzendai	bouzendai	44			36.1389	2.1848	3
44021	Bouknana	bouknana	44			36.1389	2.1848	3
44021	Bouizaf	bouizaf	44			36.1389	2.1848	3
44021	Aghbel	aghbel	44			36.1389	2.1848	3
44022	El Hassania	el-hassania	44			36.1186	1.9011	4
44022	Houasnia	houasnia	44			36.127	1.9215	4
44022	El Thenine	el-thenine	44			36.1228	1.9113	3
44022	Khobanza	khobanza	44			36.1228	1.9113	3
44022	Lyra	lyra	44			36.1228	1.9113	3
44022	Djemaa	djemaa	44			36.1228	1.9113	3
44022	Meghazi	meghazi	44			36.1228	1.9113	3
44023	Hammam Righa	hammam-righa	44			36.3797	2.3989	4
44023	Douar Batha	douar-batha	44			36.3797	2.3989	3
44023	Ferme Ex Leotard	ferme-ex-leotard	44			36.3797	2.3989	3
44023	Douar Chaiba	douar-chaiba	44			36.3797	2.3989	3
44023	Ferme Ex Pirez	ferme-ex-pirez	44			36.3797	2.3989	3
44023	Sidi Ali Mebarek	sidi-ali-mebarek	44			36.3797	2.3989	3
44023	Ferme Ex Peugeot	ferme-ex-peugeot	44			36.3797	2.3989	3
44023	Oued Ammar	oued-ammar	44			36.3797	2.3989	3
44023	Sidi Abdesslam	sidi-abdesslam	44			36.3797	2.3989	3
44024	Oued Chorfa	oued-chorfa	44			36.1651	2.5537	4
44024	Douar Ghrib	douar-ghrib	44			36.1753	2.5911	4
44024	Ouled Maaguen	ouled-maaguen	44			36.1702	2.5724	3
44024	Ouled Belalia	ouled-belalia	44			36.1702	2.5724	3
44024	Kraiche	kraiche	44			36.1702	2.5724	3
44024	Mhammedia	mhammedia	44			36.1702	2.5724	3
44024	Douar Hannacha	douar-hannacha	44			36.1702	2.5724	3
44024	Toubat El Ahdjout	toubat-el-ahdjout	44			36.1702	2.5724	3
44025	Ouled Moussa Terchi	ouled-moussa-terchi	44			36.1863	2.1537	1
44026	Sidi Bouabida	sidi-bouabida	44			36.2288	1.7172	4
44026	Douar Zemala	douar-zemala	44			36.2152	1.7524	4
44026	Ouled Zitoun	ouled-zitoun	44			36.222	1.7348	3
44026	Dechra Zouama	dechra-zouama	44			36.222	1.7348	3
44026	Douar Boukali	douar-boukali	44			36.222	1.7348	3
44026	Boukeli	boukeli	44			36.222	1.7348	3
44026	Saridj	saridj	44			36.222	1.7348	3
44026	Douar Bouradou	douar-bouradou	44			36.222	1.7348	3
44026	Douar Atba	douar-atba	44			36.222	1.7348	3
44027	Sidi Lakhdar	sidi-lakhdar	44			36.2639	2.1608	4
44027	Douar Ayachine	douar-ayachine	44			36.2639	2.1608	3
44027	Douar Bedraoui	douar-bedraoui	44			36.2639	2.1608	3
44027	Douar Kraiche	douar-kraiche	44			36.2639	2.1608	3
44027	Douar Onex	douar-onex	44			36.2639	2.1608	3
44027	Douar Neggaz	douar-neggaz	44			36.2639	2.1608	3
44027	Douar Sidi Omar	douar-sidi-omar	44			36.2639	2.1608	3
44028	Douar Ouled Ali	douar-ouled-ali	44			36.0682	2.4803	4
44028	Ouled Bassa	ouled-bassa	44			36.0682	2.4803	3
44028	Miyaha	miyaha	44			36.0682	2.4803	3
44028	Douar Ouled Salah	douar-ouled-salah	44			36.0682	2.4803	3
44028	Zougara	zougara	44			36.0682	2.4803	3
44028	Ouled Maafa	ouled-maafa	44			36.0682	2.4803	3
44028	Douar Chenounia	douar-chenounia	44			36.0682	2.4803	3
44028	Khemis	khemis	44			36.0682	2.4803	3
44028	Douar Khebaza	douar-khebaza	44			36.0682	2.4803	3
44028	Douar Ouled Addi	douar-ouled-addi	44			36.0682	2.4803	3
44028	Tacheta Zougara	tacheta-zougara	44			36.0682	2.4803	3
44029	Ziad	ziad	44			35.9938	2.1456	4
44029	El Khemais	el-khemais	44			36.0774	2.0966	3
44029	Tarik Ibn Ziad	tarik-ibn-ziad	44			35.9938	2.1456	4
44029	Krim Kassem	krim-kassem	44			36.0774	2.0966	3
44029	Souk El Attaf	souk-el-attaf	44			36.0046	2.2343	4
44029	Tifrane	tifrane	44			36.0774	2.0966	3
44029	Bouyaiarene	bouyaiarene	44			36.0774	2.0966	3
44029	Sidi Said	sidi-said	44			36.3176	1.861	4
44029	Masfene	masfene	44			36.0774	2.0966	3
44029	Louza	louza	44			36.0774	2.0966	3
44029	Lelouah	lelouah	44			36.0774	2.0966	3
44029	Aghbal	aghbal	44			36.0774	2.0966	3
44029	Semanna	semanna	44			36.0774	2.0966	3
44029	Ain Terzoult	ain-terzoult	44			36.0774	2.0966	3
44029	Amrouna	amrouna	44			36.0774	2.0966	3
44029	Berarma	berarma	44			36.0774	2.0966	3
44029	Naimia	naimia	44			36.0774	2.0966	3
44029	Ouled Bougheda	ouled-bougheda	44			36.0774	2.0966	3
44029	Ouled Boumaza	ouled-boumaza	44			36.0774	2.0966	3
44029	Heliachra	heliachra	44			36.0774	2.0966	3
44029	Boukba	boukba	44			36.0774	2.0966	3
44029	Hanou	hanou	44			36.0774	2.0966	3
44029	Bouyakoub	bouyakoub	44			36.0774	2.0966	3
44029	Zrazih	zrazih	44			36.0774	2.0966	3
44029	Tadersa	tadersa	44			36.0774	2.0966	3
44029	Hallouda	hallouda	44			36.0774	2.0966	3
44029	Zoudj Smaa	zoudj-smaa	44			36.0774	2.0966	3
44029	Zemour	zemour	44			36.0774	2.0966	3
44029	Tizi Hallou	tizi-hallou	44			36.0774	2.0966	3
44029	Tizra	tizra	44			36.0774	2.0966	3
44029	Guettatcha	guettatcha	44			36.0774	2.0966	3
44029	Tizi Ali	tizi-ali	44			36.0774	2.0966	3
44029	Tighzert	tighzert	44			36.0774	2.0966	3
44029	Sidi Ali	sidi-ali	44			36.0774	2.0966	3
44029	Fraction Beni Yala	fraction-beni-yala	44			36.0774	2.0966	3
44029	Foum El Hammam	foum-el-hammam	44			36.0774	2.0966	3
44029	Douar Haraouat Nord	douar-haraouat-nord	44			36.0774	2.0966	3
44030	Ouled Ali	ouled-ali	44			36.1198	2.1434	4
44030	Ghouaouma	ghouaouma	44			36.1228	1.9168	3
44030	Rouabah	rouabah	44			36.1257	1.6902	4
44030	Tiberkanine	tiberkanine	44			36.1228	1.9168	3
44030	Ouled Amar	ouled-amar	44			36.1228	1.9168	3
44030	Brikla	brikla	44			36.1228	1.9168	3
44030	Ouled Bensaid	ouled-bensaid	44			36.1228	1.9168	3
44030	Ouled Azza	ouled-azza	44			36.1228	1.9168	3
44030	Meramdia	meramdia	44			36.1228	1.9168	3
44030	Baatouche	baatouche	44			36.1228	1.9168	3
44030	Krama	krama	44			36.1228	1.9168	3
44030	Ouled Ayouf	ouled-ayouf	44			36.1228	1.9168	3
44030	Selarmia	selarmia	44			36.1228	1.9168	3
44030	Hadjadj	hadjadj	44			36.1228	1.9168	3
44031	Ouled Djillali	ouled-djillali	44			36.1866	1.8154	4
44031	Nedjari	nedjari	44			36.1705	1.8351	4
44031	Zeddine	zeddine	44			36.1622	1.8424	4
44031	Ouled Attou	ouled-attou	44			36.1627	1.8731	4
44031	Layoun	layoun	44			36.1705	1.8415	3
44031	Ouled Bourahba	ouled-bourahba	44			36.1705	1.8415	3
44031	Akalia	akalia	44			36.1705	1.8415	3
44031	El Housnia	el-housnia	44			36.1705	1.8415	3
44031	Foushal	foushal	44			36.1705	1.8415	3
44031	Ouled Abbou	ouled-abbou	44			36.1705	1.8415	3
44032	Ain Bouyahia	ain-bouyahia	44			36.2879	1.767	4
44032	Lahbal	lahbal	44			36.2879	1.767	3
44032	Bouarous	bouarous	44			36.2879	1.767	3
44032	Zekakra	zekakra	44			36.2879	1.767	3
44032	Ouled Yahia	ouled-yahia	44			36.2879	1.767	3
44032	Djamnia	djamnia	44			36.2879	1.767	3
44032	Ghazazma	ghazazma	44			36.2879	1.767	3
44033	Douar Zenadra	douar-zenadra	44			36.1984	1.9467	1
44033	Douar Bouzaher	douar-bouzaher	44			36.1984	1.9467	1
44033	Dahmane	dahmane	44			36.1984	1.9467	1
44033	Daya	daya	44			36.1984	1.9467	1
44033	Ain Defla Mazouni	ain-defla-mazouni	44			36.1984	1.9467	1
44034	Ain Dem	ain-dem	44			36.1984	1.9467	1
44035	Ain El Benian	ain-el-benian	44			36.3506	2.3878	4
44036	Douar Soualah	douar-soualah	44			36.2156	2.4838	4
44036	Douar Kadous	douar-kadous	44			36.2156	2.4838	3
44036	Douar Zenadia	douar-zenadia	44			36.2156	2.4838	3
44036	Haouch Tabib	haouch-tabib	44			36.2156	2.4838	3
44036	Amourah	amourah	44			36.2156	2.4838	3
44036	Domaine Bounaama	domaine-bounaama	44			36.2156	2.4838	3
44036	Hadhifia	hadhifia	44			36.2156	2.4838	3
44036	Douar Attailia	douar-attailia	44			36.2156	2.4838	3
44037	Aouaidia	aouaidia	44			36.1984	1.9467	1
44037	Baba Driss Aouaidia	baba-driss-aouaidia	44			36.1984	1.9467	1
44038	Belaas	belaas	44			36.1984	1.9467	1
44038	Draa Taga	draa-taga	44			36.1984	1.9467	1
44038	Souafah	souafah	44			36.1984	1.9467	1
44038	Karbouste	karbouste	44			36.1984	1.9467	1
44038	Kargueb	kargueb	44			36.1984	1.9467	1
44038	Khzara	khzara	44			36.1984	1.9467	1
44038	Beni Hssene	beni-hssene	44			36.1984	1.9467	1
44038	Kreisia	kreisia	44			36.1984	1.9467	1
44038	Ouled Sidi Youcef	ouled-sidi-youcef	44			36.1984	1.9467	1
44038	Boutouchente	boutouchente	44			36.1984	1.9467	1
44039	Ouled Moussa	ouled-moussa	44			36.168	1.9238	4
44039	Bel Abbes	bel-abbes	44			36.2325	1.6521	4
44040	Douar Souk El Tenine	douar-souk-el-tenine	44			36.1317	2.0321	1
44040	Ben Allel	ben-allel	44			36.1317	2.0321	1
44040	Douar Halalchia	douar-halalchia	44			36.1317	2.0321	1
44040	Douar Cheragha	douar-cheragha	44			36.1317	2.0321	1
44040	Douar Merdja	douar-merdja	44			36.1317	2.0321	1
44040	Douar Boumaad	douar-boumaad	44			36.1317	2.0321	1
44040	Douar Sidi Medjahed	douar-sidi-medjahed	44			36.1317	2.0321	1
44040	Douar Sidi Hadj Brahim	douar-sidi-hadj-brahim	44			36.1317	2.0321	1
44040	Douar Mekchouch	douar-mekchouch	44			36.1317	2.0321	1
44040	Douar Ain El Merzoug	douar-ain-el-merzoug	44			36.1317	2.0321	1
44041	Ouled Mohamed	ouled-mohamed	44			36.0268	2.417	4
44041	Ratsia	ratsia	44			36.0851	2.1291	3
44041	Touahria	touahria	44			36.0518	2.0025	4
44041	Ouled Ziri	ouled-ziri	44			36.1767	1.9678	4
44041	Rahmania	rahmania	44			36.0851	2.1291	3
44041	Ouled Chorfa	ouled-chorfa	44			36.0851	2.1291	3
44041	Ouled Cheikh	ouled-cheikh	44			36.0851	2.1291	3
44041	Ouled Benlaiza	ouled-benlaiza	44			36.0851	2.1291	3
44041	Oued El Maoudj	oued-el-maoudj	44			36.0851	2.1291	3
44041	Khedjadjaa	khedjadjaa	44			36.0851	2.1291	3
44041	Kehailia	kehailia	44			36.0851	2.1291	3
44041	Chouaech	chouaech	44			36.0851	2.1291	3
44041	Bethaia	bethaia	44			36.0851	2.1291	3
44041	Araib	araib	44			36.0851	2.1291	3
44042	Douar El Oued	douar-el-oued	44			36.1317	2.0321	1
44042	Fraction Beni Rached	fraction-beni-rached	44			36.1317	2.0321	1
44042	Fraction Ain Ouel	fraction-ain-ouel	44			36.1317	2.0321	1
44042	Douar Sidi El Mahdjoub	douar-sidi-el-mahdjoub	44			36.1317	2.0321	1
44042	Douar Cheikh El Missoum	douar-cheikh-el-missoum	44			36.1317	2.0321	1
44042	Douar Draa Dem	douar-draa-dem	44			36.1317	2.0321	1
44042	Fraction Ouled Ali	fraction-ouled-ali	44			36.1317	2.0321	1
44042	Fraction Merdouma	fraction-merdouma	44			36.1317	2.0321	1
44042	Bir Bouche	bir-bouche	44			36.1317	2.0321	1
44043	Bir Ouled Khelifa	bir-ouled-khelifa	44			36.1803	2.2303	4
44043	Douar Sidi Ben Smail	douar-sidi-ben-smail	44			36.1803	2.2303	3
44043	Douar Ouled Slimane	douar-ouled-slimane	44			36.1803	2.2303	3
44043	Gouba	gouba	44			36.1803	2.2303	3
44043	Douar Sidi Serhane	douar-sidi-serhane	44			36.1803	2.2303	3
44043	Douar Cheraigia	douar-cheraigia	44			36.1803	2.2303	3
44043	Douar Sbaihia	douar-sbaihia	44			36.1803	2.2303	3
44044	Selamnia	selamnia	44			36.2078	1.8739	4
44044	Lounada	lounada	44			36.1887	1.9021	3
44044	Ouled Abdelali	ouled-abdelali	44			36.1887	1.9021	3
44044	Tiamine	tiamine	44			36.1887	1.9021	3
44044	Sebt	sebt	44			36.1695	1.9302	4
44044	Bourached	bourached	44			36.1887	1.9021	3
44044	Ouled Si Ahmed	ouled-si-ahmed	44			36.1887	1.9021	3
44044	Coudiat Zeboudj	coudiat-zeboudj	44			36.1887	1.9021	3
44045	Cheikh Benyahia	cheikh-benyahia	44			36.2045	1.7665	3
44045	El Akailia	el-akailia	44			36.1939	1.7805	4
44045	Zemala	zemala	44			36.2152	1.7524	4
44046	Djababra	djababra	44			36.1317	2.0321	1
44047	Touahria	touahria	44			36.0518	2.0025	4
44047	Souk El Djemaa	souk-el-djemaa	44			36.1057	2.0408	3
44047	Kroun	kroun	44			36.1057	2.0408	3
44047	Kouadria	kouadria	44			36.1737	2.0856	4
44047	Yasouel	yasouel	44			36.1057	2.0408	3
44047	Djemaa Ouled Cheikh	djemaa-ouled-cheikh	44			36.0786	2.0057	4
44047	Bouaznia	bouaznia	44			36.1057	2.0408	3
44047	Brahmia	brahmia	44			36.1057	2.0408	3
44047	Argoub El Khail	argoub-el-khail	44			36.1057	2.0408	3
44047	Zouatnia	zouatnia	44			36.1188	2.0695	4
44047	Taghlasia	taghlasia	44			36.1057	2.0408	3
44047	Aouais	aouais	44			36.1057	2.0408	3
44047	Guettatfa	guettatfa	44			36.1057	2.0408	3
44047	Douar Lyra	douar-lyra	44			36.1057	2.0408	3
44047	Touabia	touabia	44			36.1057	2.0408	3
44048	Ferme Benfares	ferme-benfares	44			36.1317	2.0321	1
44048	Cite Capcs	cite-capcs	44			36.1317	2.0321	1
44048	Vrillage Agric Hoceinia	vrillage-agric-hoceinia	44			36.1317	2.0321	1
44048	Douar Regibia	douar-regibia	44			36.1317	2.0321	1
44048	Cite Bouhallouane	cite-bouhallouane	44			36.1317	2.0321	1
44048	Hoceinia	hoceinia	44			36.1317	2.0321	1
44049	Matmata	matmata	44			36.0672	2.2996	4
44050	Mekhatria	mekhatria	44			36.1832	1.9156	4
44050	Fraction Megharssa	fraction-megharssa	44			36.1832	1.9156	3
44050	Fraction Bougmil	fraction-bougmil	44			36.1832	1.9156	3
44050	Fraction Beni Mekhlifet	fraction-beni-mekhlifet	44			36.1832	1.9156	3
44050	Fraction Mekhatria	fraction-mekhatria	44			36.1832	1.9156	3
44050	Fraction Targhous	fraction-targhous	44			36.1832	1.9156	3
44050	Fraction Hanatchia	fraction-hanatchia	44			36.1832	1.9156	3
44050	Fraction Boukhaabane	fraction-boukhaabane	44			36.1832	1.9156	3
44051	Ouled Ali	ouled-ali	44			36.1198	2.1434	4
44051	Aouadja	aouadja	44			36.1103	1.7781	4
44051	Beni Melloul	beni-melloul	44			36.0756	1.7218	4
44051	Ouled Bendou	ouled-bendou	44			36.1506	2.1193	4
44051	Moulay Abdelkader	moulay-abdelkader	44			36.1141	1.9407	3
44051	Djaouamra	djaouamra	44			36.1141	1.9407	3
44051	Grelili	grelili	44			36.1141	1.9407	3
44051	Chenakra	chenakra	44			36.1141	1.9407	3
44051	Heraitia	heraitia	44			36.1141	1.9407	3
44051	Sidi Mokhfi	sidi-mokhfi	44			36.1141	1.9407	3
44051	El Mayene	el-mayene	44			36.1141	1.9407	3
44051	Ouled Noula	ouled-noula	44			36.1141	1.9407	3
44052	Ouled H'Mida	ouled-h-mida	44			36.0166	2.4152	4
44052	Hamzet	hamzet	44			36.0166	2.4152	3
44052	Beni Fatam	beni-fatam	44			36.0166	2.4152	3
44052	Ouled Sida	ouled-sida	44			36.0166	2.4152	3
44052	Grand Tournant	grand-tournant	44			36.0166	2.4152	3
44052	Ouled Hafif	ouled-hafif	44			36.0166	2.4152	3
44052	Ouled Djemaa	ouled-djemaa	44			36.0166	2.4152	3
44052	Oued Djemaa	oued-djemaa	44			36.0166	2.4152	3
44053	Oued Zebboudj	oued-zebboudj	44			36.312	2.3408	4
44054	Ouled Belgacem	ouled-belgacem	44			36.1459	2.0062	1
44055	Douar Saidia	douar-saidia	44			36.2244	1.8023	4
44056	Sidi Hamou	sidi-hamou	44			36.2627	1.8654	4
44057	Sidi Saad	sidi-saad	44			36.0039	1.9597	4
44058	Souk Lethnine	souk-lethnine	44			36.1459	2.0062	1
44059	Zouggala	zouggala	44			36.1459	2.0062	1
44059	Sidi Sbaa	sidi-sbaa	44			36.1459	2.0062	1
44059	Sidi Medjahed	sidi-medjahed	44			36.1459	2.0062	1
44059	Tala Ouchiba	tala-ouchiba	44			36.1459	2.0062	1
45000	Msif	msif	45			33.3365	-0.4398	1
45000	Naama Rp	naama-rp	45			33.3365	-0.4398	1
45000	Mogta Deli	mogta-deli	45			33.3365	-0.4398	1
45001	Ain Sefra	ain-sefra	45			32.75	-0.5833	4
45001	Ain Sefra Saddok Ali	ain-sefra-saddok-ali	45			32.75	-0.5833	3
45001	Ain Sefra Terre	ain-sefra-terre	45			32.75	-0.5833	3
45002	Mecheria	mecheria	45			33.5445	-0.2812	4
45002	Mecheria Terre	mecheria-terre	45			33.5445	-0.2812	3
45002	Mecheria Miloudi Laid	mecheria-miloudi-laid	45			33.5445	-0.2812	3
45002	Touifza	touifza	45			33.5445	-0.2812	3
45002	Mecheria Air	mecheria-air	45			33.5445	-0.2812	3
45003	Ain Serfa Boumrifeg	ain-serfa-boumrifeg	45			33.3365	-0.4398	1
45004	El Biodh	el-biodh	45			33.7635	-0.131	4
45004	Bougarne	bougarne	45			33.7635	-0.131	3
45004	Essenia	essenia	45			33.7635	-0.131	3
45004	Faggara	faggara	45			33.7635	-0.131	3
45004	Khabaza	khabaza	45			33.7635	-0.131	3
45005	Mekmen Ben Amar	mekmen-ben-amar	45			33.3365	-0.4398	1
45006	Naama Maarouf Faradji	naama-maarouf-faradji	45			33.3365	-0.4398	1
45007	Abdelmoula	abdelmoula	45			33.3365	-0.4398	1
45008	Ain Ben Khelil	ain-ben-khelil	45			33.2879	-0.7638	4
45008	Sidi Moussa	sidi-moussa	45			33.2879	-0.7638	3
45009	Ain Sefra Mouileh	ain-sefra-mouileh	45			33.3365	-0.4398	1
45010	Ain Sefra Saada	ain-sefra-saada	45			33.009	-0.0776	1
45011	Ain Sefra Sidi Boutkhil	ain-sefra-sidi-boutkhil	45			33.009	-0.0776	1
45012	Asla	asla	45			33.009	-0.0776	4
45012	Koudiet Abdelhak	koudiet-abdelhak	45			33.009	-0.0776	3
45012	Daiet Sidi Ahmed	daiet-sidi-ahmed	45			33.009	-0.0776	3
45012	Belgourad	belgourad	45			33.009	-0.0776	3
45012	Talbounat	talbounat	45			33.009	-0.0776	3
45013	Djeniene Bourezg	djeniene-bourezg	45			33.009	-0.0776	1
45014	Sidi Brahim	sidi-brahim	45			33.009	-0.0776	1
45014	Kalaat Cheikh Bouamama	kalaat-cheikh-bouamama	45			33.009	-0.0776	1
45015	Mecheria Bachiri Mohamed	mecheria-bachiri-mohamed	45			33.009	-0.0776	1
45016	Mecheria Badaoui	mecheria-badaoui	45			33.009	-0.0776	1
45017	Mecheria Dahmani	mecheria-dahmani	45			33.009	-0.0776	1
45018	Mecheria Freres Rahmani	mecheria-freres-rahmani	45			33.009	-0.0776	1
45018	Bghadid	bghadid	45			33.009	-0.0776	1
45019	Draa Saa	draa-saa	45			33.009	-0.0776	1
45019	Moghrar Fougani	moghrar-fougani	45			33.009	-0.0776	1
45019	Ghouiba	ghouiba	45			33.009	-0.0776	1
45020	Naama El Ksour	naama-el-ksour	45			32.7293	-0.8691	1
45021	Sfissifa	sfissifa	45			32.7293	-0.8691	4
45021	Belgrad	belgrad	45			32.7293	-0.8691	3
45022	Ain Ouarka	ain-ouarka	45			32.7293	-0.8691	1
45023	Ben Handjir	ben-handjir	45			32.7293	-0.8691	1
45024	Mechraa Nouar	mechraa-nouar	45			32.7293	-0.8691	1
45024	El Kesdir	el-kesdir	45			32.7293	-0.8691	1
45025	Hadjrat El Meguil	hadjrat-el-meguil	45			32.7293	-0.8691	1
45025	Dermel	dermel	45			32.7293	-0.8691	1
45026	El Redjimat	el-redjimat	45			32.7293	-0.8691	1
45026	Hassi Labiadh	hassi-labiadh	45			32.7293	-0.8691	1
45027	Horchaia	horchaia	45			32.7293	-0.8691	1
45028	Nessanis	nessanis	45			32.7293	-0.8691	1
45028	Tala	tala	45			32.7293	-0.8691	1
45028	Hassi Defla	hassi-defla	45			32.7293	-0.8691	1
45028	Mekter Forthassa	mekter-forthassa	45			32.7293	-0.8691	1
45029	Oulekak	oulekak	45			32.7293	-0.8691	1
45029	Ouzeght	ouzeght	45			32.7293	-0.8691	1
45030	Tiout	tiout	45			32.7711	-0.4141	4
45030	Amar	amar	45			33.7167	-0.7333	4
45030	Houari Boumediene	houari-boumediene	45			33.2439	-0.5737	3
45030	Sam	sam	45			33.2439	-0.5737	3
45031	Mekalis	mekalis	45			32.9865	-0.4919	4
45031	Boughelaba	boughelaba	45			32.9865	-0.4919	3
45031	Tirkount	tirkount	45			32.9865	-0.4919	3
45032	Touadjeur	touadjeur	45			33.4153	-0.1933	4
46000	Domaine Maata Mohamed	domaine-maata-mohamed	46			35.3414	-1.0478	3
46000	Keroulis	keroulis	46			35.2994	-1.0123	4
46000	Hai Moulay Mustapha	hai-moulay-mustapha	46			35.3414	-1.0478	3
46000	Ain Temouchent Sidi Said	ain-temouchent-sidi-said	46			35.3833	-1.0833	4
46000	Ain Temouchent Rp	ain-temouchent-rp	46			35.3414	-1.0478	3
46000	Akid Othmane	akid-othmane	46			35.3414	-1.0478	3
46001	Beni Saf	beni-saf	46			35.301	-1.3823	4
46001	Ghar Baroud	ghar-baroud	46			35.2813	-1.388	4
46001	Ain Larbaa	ain-larbaa	46			35.2911	-1.3851	3
46001	Beni Ghanem	beni-ghanem	46			35.2911	-1.3851	3
46001	Beni Khaled	beni-khaled	46			35.2911	-1.3851	3
46001	El Djebs	el-djebs	46			35.2911	-1.3851	3
46002	Ain Temouchent Akid Abbes	ain-temouchent-akid-abbes	46			35.3742	-1.1048	1
46003	Ain Temouchent Othmane	ain-temouchent-othmane	46			35.3742	-1.1048	1
46004	Beni Saf Est	beni-saf-est	46			35.3742	-1.1048	1
46005	Hammam Bou Hadjar	hammam-bou-hadjar	46			35.3789	-0.9678	4
46006	Magra	magra	46			35.5736	-1.0269	4
46006	El Amria	el-amria	46			35.5244	-1.0158	4
46006	El Houaoura	el-houaoura	46			35.549	-1.0213	3
46006	Kouamlia	kouamlia	46			35.549	-1.0213	3
46006	Bouzedjar	bouzedjar	46			35.549	-1.0213	3
46007	El Malah	el-malah	46			35.3914	-1.0924	4
46007	Djedra	djedra	46			35.3914	-1.0924	3
46008	Ain Kihal	ain-kihal	46			35.2026	-1.1986	4
46008	Sidi Zaidour	sidi-zaidour	46			35.2026	-1.1986	3
46008	Douar Sidi Mohamed	douar-sidi-mohamed	46			35.2026	-1.1986	3
46008	Douar Sidi Younes	douar-sidi-younes	46			35.2026	-1.1986	3
46008	Douar Sidi Amar	douar-sidi-amar	46			35.2026	-1.1986	3
46008	Douar Sidi Zaidour	douar-sidi-zaidour	46			35.2026	-1.1986	3
46009	Ain El Arba	ain-el-arba	46			35.406	-0.8812	4
46009	Bekakra	bekakra	46			35.406	-0.8812	3
46009	Ababsa	ababsa	46			35.406	-0.8812	3
46009	Douaima	douaima	46			35.406	-0.8812	3
46009	El M'Gane	el-m-gane	46			35.406	-0.8812	3
46009	Mouicha	mouicha	46			35.406	-0.8812	3
46009	Zouina	zouina	46			35.406	-0.8812	3
46009	Sidi Ben Halima	sidi-ben-halima	46			35.406	-0.8812	3
46009	Sidi Bel Hadri	sidi-bel-hadri	46			35.406	-0.8812	3
46010	Ain Tolba	ain-tolba	46			35.2489	-1.2505	4
46011	Chaabet El Leham	chaabet-el-leham	46			35.2881	-1.1822	1
46012	Hassi El Ghella	hassi-el-ghella	46			35.4553	-1.0527	4
46012	Hamadouche	hamadouche	46			35.4553	-1.0527	3
46012	Bailiche	bailiche	46			35.4553	-1.0527	3
46013	Sidi Ben Adda	sidi-ben-adda	46			35.3059	-1.1814	4
46013	Chatti Sidi Ben Adda	chatti-sidi-ben-adda	46			35.3059	-1.1814	3
46014	Chehabna	chehabna	46			35.25	-1.55	4
46014	Sidi Hassaine	sidi-hassaine	46			35.25	-1.55	3
46014	Ain Amzi	ain-amzi	46			35.25	-1.55	3
46014	Zouanif Tehata	zouanif-tehata	46			35.25	-1.55	3
46014	Zouanif Fouaga	zouanif-fouaga	46			35.25	-1.55	3
46014	Terbane	terbane	46			35.25	-1.55	3
46014	Souk El Tenine	souk-el-tenine	46			35.25	-1.55	3
46014	Siga	siga	46			35.25	-1.55	3
46014	Sidi Ikhlef	sidi-ikhlef	46			35.25	-1.55	3
46014	Sidi Dahmane	sidi-dahmane	46			35.25	-1.55	3
46014	Sidi Bouazza	sidi-bouazza	46			35.25	-1.55	3
46014	Oulhaca Gheraba	oulhaca-gheraba	46			35.25	-1.55	3
46014	Ouled Boudjemaa	ouled-boudjemaa	46			35.25	-1.55	3
46014	Ouled Bachir	ouled-bachir	46			35.25	-1.55	3
46014	Ouled Aicha	ouled-aicha	46			35.25	-1.55	3
46014	Kabar	kabar	46			35.25	-1.55	3
46014	Herarza	herarza	46			35.25	-1.55	3
46014	Hedahda	hedahda	46			35.25	-1.55	3
46014	Hammadouche	hammadouche	46			35.25	-1.55	3
46014	Beugamoune	beugamoune	46			35.25	-1.55	3
46014	Beni Ghename	beni-ghename	46			35.25	-1.55	3
46014	Ain Meziane	ain-meziane	46			35.25	-1.55	3
46014	Ghermaoui	ghermaoui	46			35.25	-1.55	3
46014	Dratla	dratla	46			35.25	-1.55	3
46015	Terga	terga	46			35.4184	-1.1792	4
46016	Aghlal	aghlal	46			35.2011	-1.0696	4
46016	Sidi Lakhdar	sidi-lakhdar	46			35.2011	-1.0696	3
46017	Douar Mestari	douar-mestari	46			35.1373	-0.9919	3
46017	Aoubellil	aoubellil	46			35.1373	-0.9919	4
46018	Beni Saf Bouhmidi	beni-saf-bouhmidi	46			35.2881	-1.1822	1
46019	Beni Saf Nahda	beni-saf-nahda	46			35.2881	-1.1822	1
46020	Chentouf	chentouf	46			35.3448	-0.891	1
46021	Maatla Bitter	maatla-bitter	46			35.3448	-0.891	1
46021	Ouled Sidi Cheikh	ouled-sidi-cheikh	46			35.3448	-0.891	1
46021	Hassasna	hassasna	46			35.3448	-0.891	1
46021	Bou Brahim	bou-brahim	46			35.3448	-0.891	1
46021	Bouaziz	bouaziz	46			35.3448	-0.891	1
46022	Oued Berkeche	oued-berkeche	46			35.222	-0.9856	4
46023	Oued Sebbah	oued-sebbah	46			35.3833	-0.8167	4
46023	Ouled Bouziane	ouled-bouziane	46			35.3833	-0.8167	3
46023	Kerata	kerata	46			35.3833	-0.8167	3
46023	Hemiane Sidi Salah	hemiane-sidi-salah	46			35.3833	-0.8167	3
46023	Ahl Kadi	ahl-kadi	46			35.3833	-0.8167	3
46023	Ouled Belarbi	ouled-belarbi	46			35.3833	-0.8167	3
46023	Raida	raida	46			35.3833	-0.8167	3
46024	Sidi Ouriache	sidi-ouriache	46			35.3448	-0.891	1
46025	Sidi Safi	sidi-safi	46			35.2812	-1.3125	4
46025	Hamri	hamri	46			35.2812	-1.3125	3
46025	Graba	graba	46			35.2812	-1.3125	3
46025	Compo	compo	46			35.2812	-1.3125	3
46025	Fraternite	fraternite	46			35.2812	-1.3125	3
46026	Khedaida	khedaida	46			35.4	-0.7	4
46026	Tamzoura	tamzoura	46			35.4089	-0.6594	4
46026	Kedadra	kedadra	46			35.4442	-0.6636	4
46026	Chaiba	chaiba	46			35.4	-0.6667	4
46026	Kouaceme:	kouaceme	46			35.4133	-0.6724	3
46026	Rahailia	rahailia	46			35.4133	-0.6724	3
46026	Meftah	meftah	46			35.4133	-0.6724	3
46026	Khemis	khemis	46			35.4133	-0.6724	3
46027	Ain Allem	ain-allem	46			35.219	-1.3239	4
46028	Melata	melata	46			35.3448	-0.891	1
46028	Ainbeida	ainbeida	46			35.3448	-0.891	1
46029	Ain Isdiel	ain-isdiel	46			35.3448	-0.891	1
46030	Ain Larbaa Safi	ain-larbaa-safi	46			35.348	-0.9517	1
46031	Aissaoui Bouziane	aissaoui-bouziane	46			35.348	-0.9517	1
46032	Aures El Meida	aures-el-meida	46			35.348	-0.9517	1
46033	Bouzedjar Plage	bouzedjar-plage	46			35.348	-0.9517	1
46034	Chatt El Hilal	chatt-el-hilal	46			35.348	-0.9517	1
46035	El Messada Nasr	el-messada-nasr	46			35.348	-0.9517	1
46036	El Messaid	el-messaid	46			35.348	-0.9517	1
46037	Emir Abdelkader	emir-abdelkader	46			35.348	-0.9517	1
46038	Gherras Baroudi	gherras-baroudi	46			35.348	-0.9517	1
46039	Hadjairia	hadjairia	46			35.348	-0.9517	4
46040	Hamaina	hamaina	46			35.5131	-1.1301	1
46041	Mohamed Khemisti	mohamed-khemisti	46			35.5131	-1.1301	1
46042	M'Sella Djurdjura	m-sella-djurdjura	46			35.5131	-1.1301	1
46043	Ouled Boudjemaa	ouled-boudjemaa	46			35.5131	-1.1301	1
46044	Ouled Djebara	ouled-djebara	46			35.5131	-1.1301	1
46045	Ouled Kihal	ouled-kihal	46			35.5131	-1.1301	1
46046	Ouled Taoui	ouled-taoui	46			35.5131	-1.1301	1
46047	Rechgoun	rechgoun	46			35.5131	-1.1301	1
46048	Rouaiba	rouaiba	46			35.5643	-1.1781	4
46049	Saida	saida	46			35.4619	-1.0822	4
46050	Sassel Plage	sassel-plage	46			35.4922	-1.2188	4
46051	Sidi Boumediene	sidi-boumediene	46			35.3536	-0.8939	4
46052	Sidi Said	sidi-said	46			35.3833	-1.0833	4
46053	Tedmaya	tedmaya	46			35.418	-1.1082	1
46054	Terga Plage	terga-plage	46			35.4429	-1.2367	4
47000	Ghardaia Rp	ghardaia-rp	47			32.5041	3.9099	1
47000	Ourighnou	ourighnou	47			32.5041	3.9099	1
47000	Sid El Hadj Messaoud	sid-el-hadj-messaoud	47			32.5041	3.9099	1
47001	Ain Berrezouga	ain-berrezouga	47			32.5041	3.9099	1
47001	Vieux Ksar	vieux-ksar	47			32.5041	3.9099	1
47001	Timbouzid	timbouzid	47			32.5041	3.9099	1
47001	Ouled Aicha	ouled-aicha	47			32.5041	3.9099	1
47001	Taghit	taghit	47			32.5041	3.9099	1
47001	Zouitel	zouitel	47			32.5041	3.9099	1
47001	Belaid	belaid	47			32.5041	3.9099	1
47001	Ksar Belkacem	ksar-belkacem	47			32.5041	3.9099	1
47001	Ouled Zid	ouled-zid	47			32.5041	3.9099	1
47001	Ouled Fredj	ouled-fredj	47			32.5041	3.9099	1
47001	Badriane	badriane	47			32.5041	3.9099	1
47001	El Meniaa	el-meniaa	47			32.5041	3.9099	1
47001	Talhaia	talhaia	47			32.5041	3.9099	1
47001	Hadab Bani	hadab-bani	47			32.5041	3.9099	1
47001	Hadeb Ben Arfa	hadeb-ben-arfa	47			32.5041	3.9099	1
47002	Metlili Chaamba	metlili-chaamba	47			32.2667	3.6333	4
47002	Metlili El Djedida	metlili-el-djedida	47			32.2667	3.6333	3
47002	Hassi El Abiodh	hassi-el-abiodh	47			32.2667	3.6333	3
47002	Chaabet Sid Cheikh	chaabet-sid-cheikh	47			32.2667	3.6333	3
47002	Batha	batha	47			32.2667	3.6333	3
47002	Ouled Amar Ben Moussa	ouled-amar-ben-moussa	47			32.2667	3.6333	3
47002	Merabtine	merabtine	47			32.2667	3.6333	3
47003	Berriane	berriane	47			32.8265	3.7669	4
47003	Settafa	settafa	47			32.8265	3.7669	3
47003	Boudouaia	boudouaia	47			32.8265	3.7669	3
47003	Soudane	soudane	47			32.8265	3.7669	3
47003	El Kebch	el-kebch	47			32.8265	3.7669	3
47003	Baba Saad	baba-saad	47			32.8265	3.7669	3
47003	Hamliat	hamliat	47			32.8265	3.7669	3
47004	Chaamba	chaamba	47			32.2667	3.6333	4
47004	Guerrara	guerrara	47			32.7921	4.4995	4
47004	Aghzou	aghzou	47			32.5294	4.0664	3
47004	El Amiede	el-amiede	47			32.5294	4.0664	3
47004	Ouled Zid	ouled-zid	47			32.5294	4.0664	3
47004	Mermed	mermed	47			32.5294	4.0664	3
47004	Ouled Si M'Hamed	ouled-si-m-hamed	47			32.5294	4.0664	3
47004	Ouled Sidi Aissa	ouled-sidi-aissa	47			32.5294	4.0664	3
47004	Ouled Nail	ouled-nail	47			32.5294	4.0664	3
47004	Sidi Belkheir	sidi-belkheir	47			32.5294	4.0664	3
47004	Saguiet El Ain	saguiet-el-ain	47			32.5294	4.0664	3
47004	Saguiet Djennaya	saguiet-djennaya	47			32.5294	4.0664	3
47004	Chaabet El Hamra	chaabet-el-hamra	47			32.5294	4.0664	3
47005	Beni Isguen	beni-isguen	47			32.4748	3.7011	4
47005	Oudjoudjen	oudjoudjen	47			32.4748	3.7011	3
47005	Moumou	moumou	47			32.4748	3.7011	3
47005	Cite Ider	cite-ider	47			32.4748	3.7011	3
47005	Chaaba	chaaba	47			32.4748	3.7011	3
47005	Tafilalet	tafilalet	47			32.4748	3.7011	3
47005	Teriaki	teriaki	47			32.4748	3.7011	3
47005	Belvedere	belvedere	47			32.4748	3.7011	3
47005	Tirichine	tirichine	47			32.4748	3.7011	3
47005	N'Tissa	n-tissa	47			32.4748	3.7011	3
47006	Hassi El Gara	hassi-el-gara	47			32.5041	3.9099	1
47006	Saidat	saidat	47			32.5041	3.9099	1
47006	Ain Beida	ain-beida	47			32.5041	3.9099	1
47006	Nebka	nebka	47			32.5041	3.9099	1
47006	El Ouadja	el-ouadja	47			32.5041	3.9099	1
47007	Zelfana	zelfana	47			32.3978	4.2254	4
47007	Oued Noumer	oued-noumer	47			32.3978	4.2254	3
47007	Hassi Nord	hassi-nord	47			32.3978	4.2254	3
47007	Gouifla	gouifla	47			32.3978	4.2254	3
47008	Hafret El Abbes	hafret-el-abbes	47			32.5041	3.9099	1
47008	Bel Bachir	bel-bachir	47			32.5041	3.9099	1
47009	Touzouz	touzouz	47			32.5041	3.9099	1
47009	Bindjebline	bindjebline	47			32.5041	3.9099	1
47009	Chaabet Ennichene	chaabet-ennichene	47			32.5041	3.9099	1
47009	Bouchemdjane	bouchemdjane	47			32.5041	3.9099	1
47009	Laadira	laadira	47			32.5041	3.9099	1
47009	Lechbour	lechbour	47			32.5041	3.9099	1
47009	Benghanem	benghanem	47			32.5041	3.9099	1
47010	Zouil	zouil	47			32.3655	3.8285	1
47010	Bounoura	bounoura	47			32.3655	3.8285	1
47011	Daia Ben Dahoua	daia-ben-dahoua	47			32.3655	3.8285	1
47012	El Argoub	el-argoub	47			32.3655	3.8285	1
47012	El Atteuf	el-atteuf	47			32.3655	3.8285	1
47012	Hai Smaoui Smail	hai-smaoui-smail	47			32.3655	3.8285	1
47012	Asedjelef	asedjelef	47			32.3655	3.8285	1
47012	Ksar Tahamrait	ksar-tahamrait	47			32.3655	3.8285	1
47012	Rezzag	rezzag	47			32.3655	3.8285	1
47012	Ami Hamou	ami-hamou	47			32.3655	3.8285	1
47013	El Hadika	el-hadika	47			32.3655	3.8285	1
47013	El Hariga	el-hariga	47			32.3655	3.8285	1
47014	Noumerat	noumerat	47			32.3655	3.8285	4
47014	Garat Ettaam	garat-ettaam	47			32.3655	3.8285	3
47015	Guemgouma	guemgouma	47			32.3655	3.8285	1
47016	Sidi Abbaz 20 Aout 55	sidi-abbaz-20-aout-55	47			32.3655	3.8285	1
47017	Ben Smara	ben-smara	47			32.3655	3.8285	1
47017	Sidi Bougdema	sidi-bougdema	47			32.3655	3.8285	1
47017	Chaabet Bellaghmane	chaabet-bellaghmane	47			32.3655	3.8285	1
47018	Guerrara 5 Juillet	guerrara-5-juillet	47			32.3655	3.8285	1
47019	Guerrara Zone Industrielle	guerrara-zone-industrielle	47			32.3655	3.8285	1
47020	Hai El Moudjahdine	hai-el-moudjahdine	47			32.4889	3.6786	1
47020	El Madagh	el-madagh	47			32.4889	3.6786	1
47021	Hassi F'Hel	hassi-f-hel	47			32.4889	3.6786	1
47022	Kef Hammouda	kef-hammouda	47			32.4889	3.6786	1
47023	Chouikhet	chouikhet	47			32.4889	3.6786	1
47023	Mansoura	mansoura	47			32.4889	3.6786	1
47023	Mansoura Nouvelle	mansoura-nouvelle	47			32.4889	3.6786	1
47023	Hassi Etouil	hassi-etouil	47			32.4889	3.6786	1
47023	Ain Loussig	ain-loussig	47			32.4889	3.6786	1
47024	Melika	melika	47			32.4889	3.6786	4
47024	Tichrihine	tichrihine	47			32.4889	3.6786	3
47024	Ioumed	ioumed	47			32.4889	3.6786	3
47025	Seb Seb	seb-seb	47			32.4889	3.6786	1
47026	Sidi M'Hamed	sidi-m-hamed	47			32.4889	3.6786	1
47027	Souareg	souareg	47			32.4889	3.6786	1
47028	Ghardaia 1er Nov 54	ghardaia-1er-nov-54	47			32.4889	3.6786	1
47028	Teniet El Makhzen	teniet-el-makhzen	47			32.4889	3.6786	1
47029	Ghardaia Baissa Oualouane	ghardaia-baissa-oualouane	47			32.4889	3.6786	1
47030	Gharadaia Colonel Lotfi	gharadaia-colonel-lotfi	47			32.4849	3.8708	1
47031	Guerrara S'Hen	guerrara-s-hen	47			32.4849	3.8708	1
47800	Ghardaia Ctr	ghardaia-ctr	47			32.4849	3.8708	1
47801	Ghardaia Centre Cheques Postaux	ghardaia-centre-cheques-postaux	47			32.4849	3.8708	1
48000	Ouled Mohamed	ouled-mohamed	48			35.5533	0.4083	4
48000	Relizane Rp	relizane-rp	48			35.6172	0.5145	3
48000	Cheraitia	cheraitia	48			35.6823	0.5801	4
48000	Ouled Zid	ouled-zid	48			35.616	0.5551	4
48000	Barrage Romain	barrage-romain	48			35.6172	0.5145	3
48000	Tefafna (Douar)	tefafna-douar	48			35.6172	0.5145	3
48000	Benadda Zagheloul	benadda-zagheloul	48			35.6172	0.5145	3
48000	Chemerik (Village)	chemerik-village	48			35.6172	0.5145	3
48000	Relizane Boubekeur	relizane-boubekeur	48			35.6172	0.5145	3
48000	Ouled Djillali	ouled-djillali	48			35.6172	0.5145	3
48000	Madjar (Village)	madjar-village	48			35.6172	0.5145	3
48001	Oued Rhiou	oued-rhiou	48			35.9612	0.919	4
48001	Hattatba	hattatba	48			35.8382	0.9555	4
48001	Slatna	slatna	48			35.9829	0.9707	4
48001	Chouhada	chouhada	48			35.982	0.9114	4
48001	Belabbes Benziane	belabbes-benziane	48			35.9411	0.9391	3
48001	Cite Chekira	cite-chekira	48			35.9411	0.9391	3
48001	Charra	charra	48			35.9411	0.9391	3
48001	Boudjellal	boudjellal	48			35.9411	0.9391	3
48001	Sidi Abed	sidi-abed	48			35.9411	0.9391	3
48001	Ouled Hadj Ahmed	ouled-hadj-ahmed	48			35.9411	0.9391	3
48001	Retaimia	retaimia	48			35.9411	0.9391	3
48001	Oued Rhiou Zaghaloul	oued-rhiou-zaghaloul	48			35.9411	0.9391	3
48001	Azzazma	azzazma	48			35.9411	0.9391	3
48001	Helaim	helaim	48			35.9411	0.9391	3
48001	Hammada (Douar)	hammada-douar	48			35.9411	0.9391	3
48001	Gheraib	gheraib	48			35.9411	0.9391	3
48002	Mazouna	mazouna	48			36.1223	0.8986	4
48002	Ouled Adda	ouled-adda	48			35.7517	0.9769	4
48002	Hassasna	hassasna	48			36.1304	0.8808	4
48002	Khenanssa	khenanssa	48			35.907	0.9036	3
48002	Ouled Hamou	ouled-hamou	48			35.6237	0.8581	4
48002	Nekakda	nekakda	48			35.907	0.9036	3
48002	Ouled Kara	ouled-kara	48			35.907	0.9036	3
48002	Ouled Ali	ouled-ali	48			35.907	0.9036	3
48002	Zenaitia	zenaitia	48			35.907	0.9036	3
48002	Sidi Belmehel	sidi-belmehel	48			35.907	0.9036	3
48002	Sidi Azzaiz	sidi-azzaiz	48			35.907	0.9036	3
48002	Sidi Abdelkader	sidi-abdelkader	48			35.907	0.9036	3
48002	Ouled Sayeh	ouled-sayeh	48			35.907	0.9036	3
48002	Ain El Djena	ain-el-djena	48			35.907	0.9036	3
48002	Aouinet Eddib	aouinet-eddib	48			35.907	0.9036	3
48002	Boudloul	boudloul	48			35.907	0.9036	3
48002	Bouhaloufa	bouhaloufa	48			35.907	0.9036	3
48002	Boumaata	boumaata	48			35.907	0.9036	3
48002	Bousrour	bousrour	48			35.907	0.9036	3
48002	Kasbah	kasbah	48			35.907	0.9036	3
48002	Kouacem	kouacem	48			35.907	0.9036	3
48003	Sidi M'Hamed Ben Ali	sidi-m-hamed-ben-ali	48			36.1433	0.8433	4
48003	Nouaiel	nouaiel	48			36.1433	0.8433	3
48003	Chaib Draa	chaib-draa	48			36.1433	0.8433	3
48003	Ouled Lakhdar	ouled-lakhdar	48			36.1433	0.8433	3
48003	Hassi Ben Mekki	hassi-ben-mekki	48			36.1433	0.8433	3
48003	Ouled Bensehli	ouled-bensehli	48			36.1433	0.8433	3
48003	Kef Chabane	kef-chabane	48			36.1433	0.8433	3
48003	Knasbia	knasbia	48			36.1433	0.8433	3
48003	Moulgouna (Douar)	moulgouna-douar	48			36.1433	0.8433	3
48004	Ammi Moussa	ammi-moussa	48			35.8678	1.1114	4
48004	Ouled Ali	ouled-ali	48			35.8678	1.1114	3
48004	Ouled Hamadi	ouled-hamadi	48			35.8678	1.1114	3
48004	Ouled El Abbes	ouled-el-abbes	48			35.8678	1.1114	3
48005	Douadia	douadia	48			35.9989	0.8025	4
48005	Sebaia	sebaia	48			35.9871	0.8111	4
48005	Djidiouia	djidiouia	48			35.9299	0.8287	4
48005	Ouled Aicha	ouled-aicha	48			35.9746	0.8072	3
48005	Guerouaou	guerouaou	48			35.9826	0.7865	4
48005	Ouled Oueddah	ouled-oueddah	48			35.9746	0.8072	3
48005	Ouled Sidi Omar	ouled-sidi-omar	48			35.9746	0.8072	3
48005	Goucem	goucem	48			35.9746	0.8072	3
48005	Abaidia	abaidia	48			35.9746	0.8072	3
48005	Lamhar	lamhar	48			35.9746	0.8072	3
48006	Yellel	yellel	48			35.7224	0.3533	4
48006	Ouled Safi	ouled-safi	48			35.7289	0.3265	4
48006	L'Hillil	l-hillil	48			35.7224	0.3533	4
48006	Beni Khetir	beni-khetir	48			35.7246	0.3444	3
48006	Ouled Yaala	ouled-yaala	48			35.7246	0.3444	3
48006	Guerairia	guerairia	48			35.7246	0.3444	3
48006	Tehamda	tehamda	48			35.7246	0.3444	3
48006	Ghoualize	ghoualize	48			35.7246	0.3444	3
48006	Sidi Ouis	sidi-ouis	48			35.7246	0.3444	3
48007	Relizane Lahmar	relizane-lahmar	48			35.8663	0.879	4
48008	Ouled Rafaa	ouled-rafaa	48			35.6768	0.8728	4
48008	Djebabra	djebabra	48			35.7489	0.6677	4
48008	Ouled Yahia	ouled-yahia	48			35.5868	0.9037	4
48008	Cantonnier	cantonnier	48			35.6799	0.7919	3
48008	Ouled Belmeliani	ouled-belmeliani	48			35.6799	0.7919	3
48008	Ababsa	ababsa	48			35.707	0.7233	4
48008	Oued El Hamou (Douar)	oued-el-hamou-douar	48			35.6799	0.7919	3
48008	Zemmoura	zemmoura	48			35.6799	0.7919	3
48008	Zedairia	zedairia	48			35.6799	0.7919	3
48008	Hararta	hararta	48			35.6799	0.7919	3
48008	El Madjan	el-madjan	48			35.6799	0.7919	3
48008	Choaibia	choaibia	48			35.6799	0.7919	3
48009	Khechaa	khechaa	48			35.641	0.5057	4
48009	El Matmar	el-matmar	48			35.7324	0.4616	4
48009	Morsli	morsli	48			35.7201	0.4421	4
48009	Ouled El Matmar	ouled-el-matmar	48			35.6768	0.8728	4
48009	Zeraoula	zeraoula	48			35.6356	0.5045	4
48009	Chorfa	chorfa	48			35.6989	0.6103	3
48009	Cheraitia	cheraitia	48			35.6823	0.5801	4
48009	Ouled Maamar	ouled-maamar	48			35.8044	0.9052	4
48009	Djouamssia	djouamssia	48			35.6989	0.6103	3
48009	Mesabhia	mesabhia	48			35.6989	0.6103	3
48009	Touatia	touatia	48			35.6989	0.6103	3
48009	Bouakeur	bouakeur	48			35.6989	0.6103	3
48009	Ouled Lahmar	ouled-lahmar	48			35.6989	0.6103	3
48009	Ouled Serour	ouled-serour	48			35.6989	0.6103	3
48009	Sidi El Hadj	sidi-el-hadj	48			35.6989	0.6103	3
48009	Smaihia	smaihia	48			35.6989	0.6103	3
48009	Tenafir	tenafir	48			35.6989	0.6103	3
48009	Ghouarfia	ghouarfia	48			35.6989	0.6103	3
48009	Megadid	megadid	48			35.6989	0.6103	3
48009	Megane	megane	48			35.6989	0.6103	3
48010	Mazouna El Maaziz	mazouna-el-maaziz	48			35.7458	0.6964	1
48011	Mediouna	mediouna	48			36.1167	0.75	4
48011	Ouled Moussa Bloufa	ouled-moussa-bloufa	48			36.1167	0.75	3
48011	Ouled Larbi	ouled-larbi	48			36.1167	0.75	3
48011	Ouled Henni	ouled-henni	48			36.1167	0.75	3
48011	Ouled Hellal 1&2	ouled-hellal-1-2	48			36.1167	0.75	3
48011	Ouled Benhamimed	ouled-benhamimed	48			36.1167	0.75	3
48011	Bouhnichine	bouhnichine	48			36.1167	0.75	3
48011	Ouled Sidi Bouzid	ouled-sidi-bouzid	48			36.1167	0.75	3
48012	Ouled Rafaa	ouled-rafaa	48			35.6768	0.8728	4
48012	Oued Kheloug	oued-kheloug	48			35.6795	0.8621	3
48012	Chouala	chouala	48			35.7115	0.8489	4
48012	Mendes	mendes	48			35.6501	0.8645	4
48013	Ouled Abed	ouled-abed	48			35.915	0.6196	4
48013	Ahl Gorine	ahl-gorine	48			35.9796	0.7584	3
48013	Ouarizane	ouarizane	48			36.0442	0.8973	4
48013	Ahl Trihi	ahl-trihi	48			35.9796	0.7584	3
48013	Choublia	choublia	48			35.9796	0.7584	3
48013	Cite Nouvelle Guetatia	cite-nouvelle-guetatia	48			35.9796	0.7584	3
48013	Ferme Hamza	ferme-hamza	48			35.9796	0.7584	3
48013	Gouarid	gouarid	48			35.9796	0.7584	3
48013	Ouled Abderrahmane	ouled-abderrahmane	48			35.9796	0.7584	3
48013	Ouled Adda Nord & Sud	ouled-adda-nord-sud	48			35.9796	0.7584	3
48013	Ouled Amar	ouled-amar	48			35.9796	0.7584	3
48013	Ouled Gaid	ouled-gaid	48			35.9796	0.7584	3
48013	Ouled Maachou	ouled-maachou	48			35.9796	0.7584	3
48013	Rezaiguia	rezaiguia	48			35.9796	0.7584	3
48013	Serrardja	serrardja	48			35.9796	0.7584	3
48013	Ouled Trik	ouled-trik	48			35.9796	0.7584	3
48014	Oued Rhiou Boudalia	oued-rhiou-boudalia	48			35.7458	0.6964	1
48015	Ouled Tayeb	ouled-tayeb	48			35.5948	0.7617	4
48015	Khlaifia	khlaifia	48			35.8965	0.6946	4
48015	Adouia	adouia	48			35.7937	1.1605	4
48015	Ain Tarik	ain-tarik	48			35.7077	0.7414	3
48015	Ouled Benaissa	ouled-benaissa	48			35.5457	0.3487	4
48015	Souaich	souaich	48			35.7077	0.7414	3
48015	Ouled Bouaza	ouled-bouaza	48			35.7077	0.7414	3
48015	Zehairia	zehairia	48			35.7077	0.7414	3
48015	Touaib	touaib	48			35.7077	0.7414	3
48015	Sidi M'Hamed Guellab El Oued	sidi-m-hamed-guellab-el-oued	48			35.7077	0.7414	3
48015	Rebaia	rebaia	48			35.7077	0.7414	3
48015	Ouled Missoum	ouled-missoum	48			35.7077	0.7414	3
48015	Ouled Mimoune	ouled-mimoune	48			35.7077	0.7414	3
48015	Ouled Maarouf	ouled-maarouf	48			35.7077	0.7414	3
48015	Ouled Kaddour	ouled-kaddour	48			35.7077	0.7414	3
48015	Medjabra	medjabra	48			35.7077	0.7414	3
48015	Khol	khol	48			35.7077	0.7414	3
48015	Gueaououi	gueaououi	48			35.7077	0.7414	3
48015	El Hadjaiel	el-hadjaiel	48			35.7077	0.7414	3
48015	Djebair	djebair	48			35.7077	0.7414	3
48015	Cherata	cherata	48			35.7077	0.7414	3
48015	Bourokba	bourokba	48			35.7077	0.7414	3
48015	Bourbia	bourbia	48			35.7077	0.7414	3
48015	Bouardia	bouardia	48			35.7077	0.7414	3
48015	Azair	azair	48			35.7077	0.7414	3
48015	Ain Tahamamine	ain-tahamamine	48			35.7077	0.7414	3
48016	El Guettar	el-guettar	48			35.7458	0.6964	1
48016	Khararba	khararba	48			35.7458	0.6964	1
48016	Meddahi	meddahi	48			35.7458	0.6964	1
48016	Ouled Abdelhadi	ouled-abdelhadi	48			35.7458	0.6964	1
48016	Zeghailia	zeghailia	48			35.7458	0.6964	1
48016	Remali	remali	48			35.7458	0.6964	1
48016	Ouled Mostefa	ouled-mostefa	48			35.7458	0.6964	1
48016	Nouaiel	nouaiel	48			35.7458	0.6964	1
48016	Ain El Hamra	ain-el-hamra	48			35.7458	0.6964	1
48016	El Aouala	el-aouala	48			35.7458	0.6964	1
48017	Ouled Slimane	ouled-slimane	48			35.5144	0.7996	4
48017	Attaba	attaba	48			35.8484	0.75	3
48017	Chekaria	chekaria	48			35.8868	0.7404	4
48017	Hatatba	hatatba	48			35.9266	0.9281	4
48017	Menasria	menasria	48			35.8431	0.7109	4
48017	Ouled Abed	ouled-abed	48			35.915	0.6196	4
48017	El Hamadna	el-hamadna	48			35.8484	0.75	3
48017	Khelaifia	khelaifia	48			35.8965	0.6946	4
48017	Tramil	tramil	48			35.9566	0.7565	4
48017	Mezaria	mezaria	48			35.8484	0.75	3
48017	Khedam Sid Ali	khedam-sid-ali	48			35.8484	0.75	3
48017	Khedam Tazghat	khedam-tazghat	48			35.8484	0.75	3
48017	Beraidjia	beraidjia	48			35.8484	0.75	3
48017	Mehaidia	mehaidia	48			35.8484	0.75	3
48017	Soualem	soualem	48			35.8484	0.75	3
48017	Medadha	medadha	48			35.8484	0.75	3
48017	Ouled Hamida	ouled-hamida	48			35.8484	0.75	3
48018	Chaouch	chaouch	48			35.6018	0.3549	4
48018	Gherboussa	gherboussa	48			35.6781	0.3933	4
48018	Ouled Nhar	ouled-nhar	48			35.5931	0.4387	4
48018	Kalaa	kalaa	48			35.5806	0.3284	4
48018	Beni Hachem	beni-hachem	48			35.5753	0.3754	4
48018	Ouled Yahia	ouled-yahia	48			35.5868	0.9037	4
48018	Debba	debba	48			35.5711	0.333	4
48018	Boukhaloua	boukhaloua	48			35.5981	0.4468	3
48018	Blalta	blalta	48			35.5981	0.4468	3
48018	Ain Djerda	ain-djerda	48			35.5981	0.4468	3
48018	Toualibia	toualibia	48			35.5981	0.4468	3
48018	Chaouch Habib	chaouch-habib	48			35.5981	0.4468	3
48018	Kebaidia	kebaidia	48			35.5981	0.4468	3
48019	Ouled Sidi Tahar	ouled-sidi-tahar	48			35.7381	0.982	4
48019	Bouazid	bouazid	48			35.5521	0.3531	4
48019	Hassi	hassi	48			35.822	0.6577	4
48019	Mehada	mehada	48			35.4896	0.695	4
48019	Ouled Yaich	ouled-yaich	48			35.8266	0.9641	4
48019	Bekhata	bekhata	48			35.7211	0.7703	3
48019	Kedadra	kedadra	48			35.7677	0.8357	4
48019	Ouled Chaouch	ouled-chaouch	48			35.7211	0.7703	3
48019	Ouled Sabeur	ouled-sabeur	48			35.8518	0.9044	4
48019	Zouabi	zouabi	48			35.7211	0.7703	3
48019	Ouled Si Benaissa	ouled-si-benaissa	48			35.7211	0.7703	3
48019	Ouled Si Tahar	ouled-si-tahar	48			35.7211	0.7703	3
48019	Ouled Si Mohamed	ouled-si-mohamed	48			35.7211	0.7703	3
48019	Ouled Djazia	ouled-djazia	48			35.7211	0.7703	3
48019	Ouled Bakhti	ouled-bakhti	48			35.7211	0.7703	3
48019	Nekakaa	nekakaa	48			35.7211	0.7703	3
48019	Khelaibia	khelaibia	48			35.7211	0.7703	3
48019	Khechai Ben Aissa	khechai-ben-aissa	48			35.7211	0.7703	3
48019	Gherarsa	gherarsa	48			35.7211	0.7703	3
48019	Fetatcha	fetatcha	48			35.7211	0.7703	3
48019	El Aouabed	el-aouabed	48			35.7211	0.7703	3
48019	Chenaif	chenaif	48			35.7211	0.7703	3
48019	Beni Saleh	beni-saleh	48			35.7211	0.7703	3
48019	Beni Madoun	beni-madoun	48			35.7211	0.7703	3
48019	Agaibia	agaibia	48			35.7211	0.7703	3
48019	Beghadid	beghadid	48			35.7211	0.7703	3
48020	Lahlef	lahlef	48			35.894	0.9797	4
48020	Ouled Izmeur	ouled-izmeur	48			35.894	0.9797	3
48020	Touares	touares	48			35.894	0.9797	3
48021	Oued El Djemaa	oued-el-djemaa	48			35.7978	0.6813	4
48021	Zaouia	zaouia	48			35.7978	0.6813	3
48021	Sonarem	sonarem	48			35.7978	0.6813	3
48021	Kaiba	kaiba	48			35.7978	0.6813	3
48022	Oued Es Salem	oued-es-salem	48			35.5793	0.9244	4
48022	Tassalet	tassalet	48			35.6083	0.7579	3
48022	Ouled Barkat	ouled-barkat	48			35.6373	0.5914	4
48022	Chaabet Eddis	chaabet-eddis	48			35.6083	0.7579	3
48022	El Bachacha	el-bachacha	48			35.6083	0.7579	3
48023	Ouled Boukadour	ouled-boukadour	48			35.7967	0.7603	1
48023	Ouled Meziane	ouled-meziane	48			35.7967	0.7603	1
48023	Zraknia	zraknia	48			35.7967	0.7603	1
48024	Ramka	ramka	48			35.8555	1.3323	4
48024	Ouled Tayeb 1&2	ouled-tayeb-1-2	48			35.8555	1.3323	3
48025	Relizane Aissat Idir	relizane-aissat-idir	48			35.7967	0.7603	1
48026	Relizane Benaouda Bessadi	relizane-benaouda-bessadi	48			35.7967	0.7603	1
48027	Relizane Berrezga	relizane-berrezga	48			35.7967	0.7603	1
48028	Sidi Adda	sidi-adda	48			35.5827	0.7578	4
48029	Selatnia	selatnia	48			35.9224	0.5028	4
48029	Sidi Bouziane	sidi-bouziane	48			35.9415	0.4966	4
48029	Sidi Khettab	sidi-khettab	48			35.9111	0.51	4
48029	Ouled Ahmed	ouled-ahmed	48			35.8451	0.8268	4
48029	Ksara	ksara	48			35.905	0.5841	3
48029	Zoubeida	zoubeida	48			35.905	0.5841	3
48029	Ouled Habib	ouled-habib	48			35.905	0.5841	3
48029	Oued Sidi Brahim	oued-sidi-brahim	48			35.905	0.5841	3
48029	Mina	mina	48			35.905	0.5841	3
48029	El Kessara	el-kessara	48			35.905	0.5841	3
48030	Ouled Khelloug	ouled-khelloug	48			35.6608	0.5631	1
48030	Ouled Belarbi	ouled-belarbi	48			35.6608	0.5631	1
48030	Sidi M'Hamed Ben Aouda	sidi-m-hamed-ben-aouda	48			35.6608	0.5631	1
48030	Annatra	annatra	48			35.6608	0.5631	1
48031	Ahl Abed	ahl-abed	48			35.6608	0.5631	1
48032	Ain Matboul	ain-matboul	48			35.6608	0.5631	1
48033	Ain Rahma	ain-rahma	48			35.6246	0.3929	4
48034	Akerma	akerma	48			35.6608	0.5631	1
48035	Ammamra	ammamra	48			35.6608	0.5631	1
48036	Zouaidia	zouaidia	48			35.5683	0.6039	4
48036	Khouairia	khouairia	48			35.5764	0.4932	3
48036	Bouazid	bouazid	48			35.5521	0.3531	4
48036	Belahcel Bouzegza	belahcel-bouzegza	48			35.5764	0.4932	3
48036	Aouamria	aouamria	48			35.6089	0.5225	4
48036	Secteur N° 13	secteur-n-13	48			35.5764	0.4932	3
48036	Benaga	benaga	48			35.5764	0.4932	3
48036	Djaadnia	djaadnia	48			35.5764	0.4932	3
48036	Goria	goria	48			35.5764	0.4932	3
48036	Secteur N° 12	secteur-n-12	48			35.5764	0.4932	3
48036	Hadara	hadara	48			35.5764	0.4932	3
48036	Messaadia	messaadia	48			35.5764	0.4932	3
48036	Ouled Abdellah	ouled-abdellah	48			35.5764	0.4932	3
48036	Rahailia	rahailia	48			35.5764	0.4932	3
48037	Bendaoud	bendaoud	48			35.6608	0.5631	1
48038	Beni Cheikh	beni-cheikh	48			35.8144	0.7026	4
48039	Beni Dergoun	beni-dergoun	48			35.7962	0.8035	4
48040	Beni Yassaad	beni-yassaad	48			35.8281	0.723	1
48041	Ouled Abed	ouled-abed	48			35.915	0.6196	4
48041	Ouled Soltane	ouled-soltane	48			35.915	0.6196	3
48041	Ouled Sidi Ziane	ouled-sidi-ziane	48			35.915	0.6196	3
48041	Beni Zenthis	beni-zenthis	48			35.915	0.6196	3
48041	Beni Aloui 1&2	beni-aloui-1-2	48			35.915	0.6196	3
48042	Benziane	benziane	48			35.8281	0.723	1
48043	Boughiden	boughiden	48			35.8281	0.723	1
48044	Dar Ben Abdellah	dar-ben-abdellah	48			35.701	0.6872	4
48045	El Aouedj	el-aouedj	48			35.8281	0.723	1
48046	El Hassi	el-hassi	48			35.822	0.6577	4
48047	El H'Madna Bourokba	el-h-madna-bourokba	48			35.8281	0.723	1
48048	El Ouldja	el-ouldja	48			35.8281	0.723	1
48049	Grainia	grainia	48			35.8744	0.9277	4
48050	Had Chekalla	had-chekalla	48			35.6386	0.7807	1
48051	Ouled Sidi Bachir	ouled-sidi-bachir	48			35.6386	0.7807	1
48051	Hamri	hamri	48			35.6386	0.7807	1
48052	Kenenda	kenenda	48			35.6557	0.8217	4
48052	Ouled Sidi Lazreg	ouled-sidi-lazreg	48			35.6215	0.7396	4
48053	Khachab Zaghloul	khachab-zaghloul	48			35.6386	0.7807	1
48054	Kharmacha	kharmacha	48			35.6386	0.7807	1
48055	Marioua	marioua	48			35.6386	0.7807	1
48056	Merdja Sidi Abed	merdja-sidi-abed	48			35.6386	0.7807	1
48057	Oued Rhiou Snmc	oued-rhiou-snmc	48			35.6386	0.7807	1
48058	Ouled Bouali	ouled-bouali	48			35.6386	0.7807	1
48059	Ouled Bouriah	ouled-bouriah	48			35.6386	0.7807	1
48060	Ouled Gana	ouled-gana	48			35.7742	0.6381	4
48061	Belgherib	belgherib	48			35.6822	0.5314	1
48061	Dhamnia	dhamnia	48			35.6822	0.5314	1
48061	Ouled Sidi Mihoub	ouled-sidi-mihoub	48			35.6822	0.5314	1
48062	Ouled Souid	ouled-souid	48			35.6822	0.5314	1
48063	Semmar	semmar	48			35.6356	0.357	4
48064	Sidi Bouabdellah	sidi-bouabdellah	48			35.6822	0.5314	1
48065	Sidi Lazreg	sidi-lazreg	48			35.6462	0.778	4
48066	Sidi Miliani	sidi-miliani	48			35.6822	0.5314	1
48067	Sidi Saada	sidi-saada	48			35.6729	0.3525	4
48068	Ouled Si Amar	ouled-si-amar	48			35.6822	0.5314	1
48068	Souk El Had	souk-el-had	48			35.6822	0.5314	1
48069	Souk Sebt	souk-sebt	48			35.6822	0.5314	1
48070	Tamda	tamda	48			36.1051	0.8795	4
48071	Tamdjet	tamdjet	48			35.8804	0.7192	1
48072	Tliouanet	tliouanet	48			35.5929	0.3923	4
48073	Zenainia	zenainia	48			35.9432	0.8857	4
\.


--
-- Data for Name: admin1; Type: TABLE DATA; Schema: es; Owner: g5
--

COPY es.admin1 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, population, timezone) FROM stdin;
2513413	Región de Murcia	region-de-murcia	Avtonomnaja oblast' regiona Mursija,Comunidad Autonoma de la Region de Murcia,Comunidad Autónoma de la Región de Murcia,Murcia,Murcie,Mursija,Múrcia,Region Murcia,Region de Murcia,Region de Murcie,Region of Murcia,Región de Murcia,Région de Murcie,muleusia jibang,murushia,Автономная область региона Мурсия,Мурсия,ムルシア,무르시아 지방		ES	31	1446520	Europe/Madrid
2519582	Ceuta	ceuta	Ceuta,Ceuto,Ceŭto,Ciudad Autonoma de Ceuta,Ciudad Autónoma de Ceuta,Ciudad de Ceuta,Cueta,Eptadelfos,Lungsod ng Ceuta,Sebta,Septa,Septem Fratres,Seuta,Zeuta,sbtt,se-uta,seuta,sew ta,xiu da,Сеута,סאוטה,سبتة,เซวตา,სეუტა,セウタ,休达,세우타		ES	CE	78674	Africa/Ceuta
2521383	Comunitat Autònoma de les Illes Balears	comunitat-autonoma-de-les-illes-balears	Avtonomnaja oblast' Balearskikh Ostrovov,Balear Uharteak,Balearane,Balearen,Balearene,Balearerna,Baleares,Balearic Islands,Balearinsuloj,Balearische Inseln,Balearoj,Balears,Balearskie Ostrova,Baléares,Comunidad Autonoma de las Islas Baleares,Comunidad Autónoma de las Islas Baleares,Comunitat Autonoma de les Illes Balears,Comunitat Autònoma de les Illes Balears,Iles Baleares,Ilhas Baleares,Illas Baleares,Illes Balears,Islas Baleares,Islles Baleares,Isole Baleari,ballealeseu jedo,barearesu,ses Illes,Îles Baléares,Автономная область Балеарских Островов,Балеарские Острова,バレアレス,발레아레스 제도		ES	07	1095426	Europe/Madrid
2593109	Andalusia	andalusia	An Andaluis,An Andalúis,Andalosia,Andalosie,Andalousi,Andalousia,Andalousie,Andalouzia,Andalucia,Andalucía,Andalusi,Andalusia,Andalusie,Andalusien,Andalusija,Andalusiya,Andalusiye,Andalusië,Andalusje,Andalusìa,Andaluusia,Andaluzia,Andaluzija,Andaluzio,Andaluziya,Andaluzja,Andalúsía,Andalúzia,Andalûsje,Andalūzija,Baetica,Comunidad Autonoma de Andalucia,Comunidad Autónoma de Andalucía,Enduelues,Endulus,Endülüs,Vandalitia,an da lu xi ya,andallusia jibang,andalusia,andalusiya,andalwsya,andarushia,andarushia zhou,andls,andlwsya,Əndəlus,Ανδαλουσία,Андалузија,Андалуси,Андалусия,Андалусія,Անդալուսիա,אנדלוסיה,آندالوسیا,أندلوسيا,اندلس,اندلوسيا,आंदालुसिया,আন্দালুসিয়া,แคว้นอันดาลูซีอา,ანდალუსია,アンダルシア,アンダルシア州,安達魯西亞,안달루시아 지방,𐍅𐌰𐌽𐌳𐌰𐌻𐌹𐍄𐌾𐌰/Wandalitja		ES	51	8302923	Europe/Madrid
2593110	Canary Islands	canary-islands	Avtonomnaja oblast' Kanarskikh Ostrovov,Awon Erekusu Kanari,Canaria Kun-to,Canaria Kûn-tó,Canariae Insulae,Canarias,Canaries,Canarische Eilanden,Canary Islands,Canárias,Comunidad Autonoma de Canarias,Comunidad Autónoma de Canarias,Comunidad Canaria,Duni Kanaari,Fortunatus iegland,Giraven Qenariye,Giravên Qenariyê,Iles Canaries,Illas Canarias,Illas Canàrias,Illes Canaries,Illes Canàries,Insulele Canare,Ishujt Kanare,Islas Afortunadas,Islas Canarias,Isles Kanarias,Isoe Canaie,Isoe Canaïe,Isole Canarie,Isulas Canarias,Isuli Canarii,Ixole Canarie,Iziqhingi iKhaneli,Kanaaren,Kanaari saared,Kanar adalari,Kanar adaları,Kanar araldary,Kanar aryylara,Kanar orollari,Kanaresch Inselen,Kanari,Kanari-szigetek,Kanaria,Kanariaj Insuloj,Kanariak,Kanariansaaret,Kanarias,Kanariasullot,Kanarieoearna,Kanaries Nisoi,Kanariese Eilande,Kanarieyjar,Kanariez,Kanarieöarna,Kanarii,Kanariju Salas,Kanarioj,Kanarioyane,Kanarioyene,Kanarische Inseln,Kanariske Ailounde,Kanariske Oer,Kanariske kupy,Kanariske Øer,Kanarisku oyggjarnar,Kanariya adalari,Kanariya adaları,Kanariøyane,Kanariøyene,Kanars'ki ostrovi,Kanarska ostrva,Kanarske ostrovy,Kanarski Ostrovi,Kanarski ostrovi,Kanarski otoki,Kanarskie Ostrova,Kanarskie ostrova,Kanarskija astravy,Kanaru salos,Kanary sakuadaekhtae,Kanarya Adalari,Kanarya Adaları,Kanarya watakuna,Kanaryan kgziner,Kanaryske Eilannen,Kanaríeyjar,Kanarų salos,Kanári-szigetek,Kanáriasullot,Kanárske ostrovy,Kanárské ostrovy,Kanāriju Salas,Kapuloan Canary,Kapuloan Kanaria,Kepulauan Canaria,Kepulauan Canary,Na h-Eileanan Canarach,Na h-Eileanan Canàrach,Na hOileain Chanaracha,Na hOileáin Chanáracha,Quan gao Canaria,Quần đảo Canaria,Visiwa vya Kanari,Wyspy Kanaryjskie,Yr Ynysoedd Dedwydd,hmu keaa khane ri,jia na li qun dao,jzayr knary,jzayr qnary,jzr alknary,kainari dvipasamuha,kanalia jedo,kanari dbipapunja,kanari dvipamulu,kanaria zhu dao,kanariasu,kenari dvipasamuha,kenari tivukal,Àwọn Erékùṣù Kánárì,Ìsole Canarie,Ìxołe Canarie,Îles Canaries,Κανάριες Νήσοι,Автономная область Канарских Островов,Канар аралдары,Канар арыылара,Канар хы тӀыгухэр,Канаран гӀайреш,Канарска острва,Канарски Острови,Канарски острови,Канарские Острова,Канарские острова,Канарскія астравы,Канарські острови,Канары сакъадæхтæ,Կանարյան կղզիներ,האיים הקנריים,קאנארישע אינזלען,جزائر کناری,جزایر قناری,جزر الكنارى,جزر الكناري,کناری جزیرے,कॅनरी द्वीपसमूह,कैनरी द्वीपसमूह,কানারি দ্বীপপুঞ্জ,கேனரி தீவுகள்,కానరీ ద్వీపములు,หมู่เกาะคะเนรี,ကနေရီကျွန်းစု,კანარის კუნძულები,კანარიშ კოკეფი,カナリアス,カナリア諸島,加那利群岛,카나리아 제도		ES	53	2103992	Atlantic/Canary
2593111	Castilla-La Mancha	castilla-la-mancha	Castela-A Mancha,Castela-Mancha,Castelha-La Mancha,Castella - la Manxa,Castella i la Manxa,Castella-Manica,Castiella-La Mancha,Castigghia-La Mancia,Castiglia-La Mancia,Castija-La Mancha,Castile-La Mancha,Castilia-La Mancha,Castilie-La Mancha,Castilië-La Mancha,Castilla La Mancha,Castilla-La Mancha,Castillan-La Mancha,Castilla–La Mancha,Castille-La Mancha,Castille-La Manche,Castille-La-Manche,Castillān-La Mancha,Castilye-La Mange,Comunidad Autonoma de Castilla-La Mancha,Comunidad Autónoma de Castilla-La Mancha,Gaztela-Mantxa,Kastil-La Mancha,Kastila-La Mancha,Kastilha-La Mancha,Kastilia- La Mancha,Kastilia-La Mancha,Kastilie-La Mancha,Kastilien-La Mancha,Kastilija - La Mancha,Kastilija ir La Manca,Kastilija ir La Manča,Kastilija-La-Mancha,Kastilija-Lamanca,Kastilio-Manco,Kastilio-Manĉo,Kastiliya-La Manca,Kastiliya-La Mança,Kastilja-La Mancha,Kastilla Manchapas,Kastilli-La Mantsa,Kastilya-La Mancha,Kastilía-La Mancha,Kastylia-La Mancha,Kastylje-La Mancha,Kastīlija-Lamanča,Kasztilia-La Mancha,Kasztília-La Mancha,Suedkastilien,Südkastilien,ka si di li ya-la man qia,kaseutiyalamancha jibang,kastiya-la manca,kastya la mantsha,kastya-la mantsha,kastya-lamancha,kasutijaramancha,kystla lamancha,qstylyh-lh mnzh,Καστίλλη-Λα Μάντσα,Кастили — Ла-Манчæ,Кастилия - Ла Манча,Кастилия — Ла-Манча,Кастилја-Ла Манча,Кастиља-Ла Манча,Кастылія — Ла-Манча,Кастілія-Ла-Манча,Կաստիլիա-Լա Մանչա,קסטיליה-לה מנצה,كاستيا لا مانتشا,كاستيا-لا مانتشا,کاستیا-لامانچا,کیستلا لامانچا,कास्तिया-ला मांचा,แคว้นคาสตีล-ลามันชา,კასტილია-ლა მანჩა,カスティージャラマンチャ,カスティージャ・ラ・マンチャ,カスティーリャ・ラ・マンチャ州,卡斯蒂利亚-拉曼恰,카스티야라만차 지방		ES	54	2081313	Europe/Madrid
2593112	Extremadura	extremadura	Comunidad Autonoma de Extremadura,Comunidad Autónoma de Extremadura,Ehstrehmadura,Ehstremadura,Ehstremadurae,Ekstremadura,Ekstremaduro,Ekstremadûra,Estremadura,Estremadure,Estremadūra,Estremaura,Estremaúra,Estrémadure,Extremadoura,Extremadura,Extremadúra,Ikstrimadura,ai si te lei ma du la,akstrmadwra,akstrymadwra,eseuteulemadula jibang,estremadura,esutoremado~ura zhou,esuto~uremado~ura,mntqt akstrymadwra,Èstrèmadura,Εξτρεμαδούρα,Екстремадура,Естремадура,Эстремадурæ,Эстремадура,Эстрэмадура,Էստրեմադուրա,אקסטרמדורה,اكستريمادورا,اکسترمادورا,ایکسٹریماڈورا,منطقة إكستريمادورا,एस्त्रेमादुरा,แคว้นเอกซ์เตรมาดูรา,ესტრემადურა,エストゥレマドゥーラ,エストレマドゥーラ州,埃斯特雷馬杜拉,埃斯特雷马杜拉,에스트레마두라 지방		ES	57	1102410	Europe/Madrid
2593113	Comunitat Valenciana	comunitat-valenciana	Communaute Valencienne,Communaute de Valence,Communauté Valencienne,Communauté de Valence,Comunidad Valenciana,Comunita Valenzana,Comunitat Valenciana,Comunità Valenzana,Landes Valencia,Oblast' Valensija,Pais Valencia,País Valencià,Region of Valencia,Reino de Valencia,Valencia,Valencian Community,Valencianische Gemeinschaft,Valensija,Valenza,ballensia jibang,vu~arenshia,Валенсия,Область Валенсия,コムニダ・バレンシアーナ,ヴァレンシア,발렌시아 지방		ES	60	5094675	Europe/Madrid
3114710	Principality of Asturias	principality-of-asturias	Asturias,Asturiasko Printzerria,Asturie,Asturien,Asturies,Asturija,Asturio,Astúries,Comunidad Autonoma del Principado de Asturias,Comunidad Autónoma del Principado de Asturias,Principado de Asturias,Principality of Asturias,Principaute des Asturies,Principauté des Asturies,aseutuliaseu jibang,asuto~uriasu,Астурия,アストゥリアス,아스투리아스 지방		ES	34	1085289	Europe/Madrid
3115609	Navarra	navarra	Alta Navarra,Autonome Region Navarra,Autonomous Region of Navarre,Communaute Forale de Navarre,Communauté Forale de Navarre,Comunidad Foral de Navarra,Nabarra,Nafarroa,Nafarroako Foru Komunitatea,Naparroa,Navaro,Navarra,Navarre,Provincia de Navarra,Reino de Navarra,el Viejo Reino,nabala jibang,nabara,Наварра,ナバーラ,나바라 지방		ES	32	630578	Europe/Madrid
3117732	Comunidad de Madrid	comunidad-de-madrid	Autonome Gemeinschaft Madrid,Autonome Region Madrid,Autonomous Region of Madrid,Communaute de Madrid,Communauté de Madrid,Community of Madrid,Comunidad Autonoma de Madrid,Comunidad Autónoma de Madrid,Comunidad de Madrid,Comunitat de Madrid,Madrid,Madrilgo Erkidegoa,Oblast' Madrid,Region de Madrid,Región de Madrid,madeulideu jibang,Область Мадрид,コムニダ・デ・マドリッド,마드리드 지방		ES	29	6386932	Europe/Madrid
3336897	La Rioja	la-rioja	A Riocha,A Rioxa,Comunidad Autonoma de La Rioja,Comunidad Autónoma de La Rioja,Errioxa,Errioxako Autonomia Erkidegoa,La Riocha,La Rioja,La Rioja eanangoddi,La Riokha,La Rioxa,La-Riokha,Larjoha,Logrono,Logroño,Provincia de La Rioja,Provinco Rioho,Provinco Rioĥo,Rioiia,Rioja,Riokha,Riokhae,Rioxa,Ryjokha,la li ao ha,la riyoha,la rywkha,la-riokha,lalioha jibang,larywkha,lh rywhh,mntqt la rywkha,Λα Ριόχα,Ла Риоха,Ла-Ріоха,Риохæ,Риоха,Рыёха,Ռիոխա,לה ריוחה,لا ريوخا,لا ریوخا,لاریوخا,منطقة لا ريوخا,ला रियोहा,แคว้นลารีโอคา,ლა-რიოხა,ラ・リオハ,ラ・リオハ州,拉里奥哈,라리오하 지방		ES	27	321702	Europe/Madrid
3336898	Cantabria	cantabria	Avtonomnaja oblast' Kantabrija,Cantabria,Cantabrie,Cantabrië,Cantàbria,Cantábria,Comunidad Autonoma de Cantabria,Comunidad Autónoma de Cantabria,Kantaabria,Kantaabrje,Kantabri,Kantabria,Kantabrie,Kantabrien,Kantabrija,Kantabrio,Kantabriya,Kantabryja,Kantabría,Kantavria,Kantawriya,Kantábria,Kantábrie,La Montana,La Montana de Castilla,La Montaña,La Montaña de Castilla,Provincia de Santander,Santander,astan kantabrya,kan ta bu li ya,kantabeulia jibang,kantabriya,kantabrya,kantaburia,kantaburia zhou,kantapiriya,mntqt kantabrya,qntbryh,Κανταβρία,Автономная область Кантабрия,Кантабри,Кантабрия,Кантабрија,Кантабрыя,Кантабрія,קנטבריה,استان کانتابریا,كانتابريا,منطقة كانتابريا,کینٹیبریا,कांताब्रिया,কান্তাব্রিয়া,காந்தாபிரியா,แคว้นกันตาเบรีย,კანტაბრია,カンタブリア,カンタブリア州,坎塔布里亚,칸타브리아 지방		ES	39	589235	Europe/Madrid
3336899	Aragon	aragon	Arago,Aragon,Aragona,Aragonia,Aragonien,Aragó,Aragón,Avtonomnaja oblast' Aragon,Comunidad Autonoma de Aragon,Comunidad Autónoma de Aragón,Reino de Aragon,Reino de Aragón,alagon jibang,aragon,Αραγωνία,Автономная область Арагон,Арагон,アラゴン,아라곤 지방		ES	52	1345473	Europe/Madrid
3336900	Castilla y León	castilla-y-leon	Castela e Leao,Castela e Leon,Castela e Leão,Castela e León,Castelha e Leon,Castella et Legio,Castella i Lleo,Castella i Lleó,Castiella y Leyon,Castiella y Leyón,Castiella y Lleon,Castiella y Lleón,Castiella y Llion,Castiella y Llión,Castigghia e Leon,Castigghia e León,Castiglia e Leon,Castiglia e León,Castiil a Liion,Castija e Leon,Castija e León,Castile an Leon,Castile an León,Castile and Leon,Castile and León,Castile me Leon,Castile me León,Castile va Leon,Castile và León,Castile-Leon,Castile-León,Castilia e Leon,Castilia e León,Castilia si Leon,Castilia și León,Castilie en Leon,Castilië en León,Castilla i Lion,Castilla i Lión,Castilla lau Leon,Castilla lâu León,Castilla y Leon,Castilla y León,Castilla-Leon,Castilla-León,Castillan ihuan Leon,Castille a Leon,Castille and Leon,Castille and León,Castille-et-Leon,Castille-et-León,Castillān īhuān León,Castilye et Leon,Castilye et Léon,Castilye-et-Lion,Comunidad Autonoma de Castilla y Leon,Comunidad Autónoma de Castilla y León,Gaztela eta Leon,Kastil ak Leon,Kastil ha Leon,Kastila i Leon,Kastilha ha Leon,Kastilha ha León,Kastili aemae Leon,Kastilia e Leon,Kastilia ja Leon,Kastilia ja León,Kastilia-Leon,Kastilie a Leon,Kastilie a León,Kastilie en Leon,Kastilien och Leon,Kastilien och León,Kastilien und Leon,Kastilien und León,Kastilien-Leon,Kastilien-León,Kastilija i Leon,Kastilija ir Leonas,Kastilija un Leona,Kastilija-i-Leon,Kastilio kaj Leono,Kastiliya və Leon,Kastilië en León,Kastilja i Leon,Kastilja i León,Kastilla Liyunpas,Kastilli kai Leon,Kastilya ve Leon,Kastilía-León,Kastylia i Leon,Kastylia i León,Kastylija i Leon,Kastylje en Leon,Kastīlija un Leona,Kasztilia es Leon,Kasztília és León,Komunidad Otonoma de Kastiya i Leon,Nordkastilien,ka si di li ya-lai ang,kaseutiyaile-on jibang,kastiya i le'ona,kastya w lywn,kastyya w lywn,mntqt qshtalt wlywn,Καστίλλη και Λεόν,Кастили æмæ Леон,Кастилия және Леон,Кастилия и Леон,Кастилія-і-Леон,Кастилја и Леон,Кастиља и Леон,Кастылія і Леон,קסטיליה ולאון,كاستييا و ليون,منطقة قشتالة وليون,کاستیا و لئون,کیستلا تے لیون,कास्तिया इ लेओन,แคว้นคาสตีลและเลออน,კასტილია და ლეონი,カスティージャ・イ・レオン,カスティーリャ・レオン州,卡斯蒂利亚-莱昂,카스티야이레온 지방		ES	55	2563521	Europe/Madrid
3336901	Catalunya	catalunya	Catalogna,Catalogne,Catalonha,Catalonia,Catalonie,Catalonië,Cataluna,Catalunha,Catalunya,Cataluña,Comunidad Autonoma de Cataluna,Comunidad Autónoma de Cataluña,Katalonia,Katalonien,Katalonija,Katalunii,Katalunio,La Catalogna,Principat de Catalunya,el Principat,jia tai luo ni ya,katallunya jibang,katalwnya,kataronia,katarunya,Καταλονία,Καταλωνία,Каталония,كاتالونيا,カタルーニャ,カタロニア,加泰罗尼亚,카탈루냐 지방		ES	56	7475420	Europe/Madrid
3336902	Galicia	galicia	A Galiza,An Ghailis,An Ghailís,Comunidad Autonoma de Galicia,Comunidad Autónoma de Galicia,Comunidade Autonoma de Galicia,Comunidade Autónoma de Galicia,Galegio,Galice,Galicia,Galicia i Spania,Galicie,Galicien,Galicija,Galicië,Galicja,Galicya,Galikia,Galisi,Galisia,Galisieh,Galisija,Galisiya,Galissia,Galisya,Galisía,Galiza,Galizia,Galizzia,Galiçya,Gallaecia,Gallecia,Galysje,Galícia,Galîsya,Qalisiya,Yn Ghaleesh,galisia,galisiya,galithiya,gallisia jibang,galykya,galysya,garishia,garishia zhou,glysyh,jalysya,jia li xi ya,kaliciya,mntqt ghalysya,Γαλικία,Галиси,Галисиэ,Галисия,Галиция,Галиција,Галісія,Գալիսիա,גליסיה,جاليسيا,منطقة غاليسيا,گالیسیا,گالیکیا,गलिशिया,गालिसिया,গালিথিয়া,கலீசியா,แคว้นกาลิเซีย,გალისია,ガリシア,ガリシア州,加利西亚,갈리시아 지방		ES	58	2796089	Europe/Madrid
3336903	Euskal Autonomia Erkidegoa	euskal-autonomia-erkidegoa	Baskarland,Baskenland,Baskerland,Baskien,Basque Country,Comunidad Autonoma Vasca,Comunidad Autonoma del Pais Vasco,Comunidad Autónoma Vasca,Comunidad Autónoma del País Vasco,Euskadi,Euskal Autonomia Erkidegoa,Euskal Herria,Euzkadi,Paesi Baschi,Pais Basc,Pais Vasco,Pays Basque,País Basc,País Vasco,Provincias Vascongadas,Strana Baskov,Vascongadas,baseukeu jibang,Страна Басков,パイス・バスコ,바스크 지방		ES	59	2172175	Europe/Madrid
6362988	Melilla	melilla	Ciudad Autonoma de Melilla,Ciudad Autónoma de Melilla,Melil'ja,Melilla,melliya,Мелилья,멜리야		ES	ML	73460	Africa/Ceuta
\.


--
-- Data for Name: admin2; Type: TABLE DATA; Schema: es; Owner: g5
--

COPY es.admin2 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, admin2_code, population, timezone) FROM stdin;
2509951	Província de València	provincia-de-valencia	Balenzia,Province de Valence,Provincia de Valencia,Província de València,Valence,Valencia,Valentzia,València,Valência,barenshia,vu~arenshia,バレンシア,ヴァレンシア		ES	60	V	2575362	Europe/Madrid
2510407	Province of Toledo	province-of-toledo	Province de Tolede,Province de Tolède,Province of Toledo,Provincia de Toledo,Provinz Toledo,Toledo,toredo,トレド		ES	54	TO	689635	Europe/Madrid
2510910	Provincia de Sevilla	provincia-de-sevilla	Province of Seville,Provincia de Sevilla,Província de Sevilla,Sebilla,Sevilha,Sevilla,Seville,Siviglia,Séville,sebiriasebiriyasevu~iryasevu~iria,sebirya(sebija),セビリアセビリヤセヴィーリャセヴィリア,セビーリャ（セビージャ）		ES	51	SE	1900224	Europe/Madrid
2511173	Provincia de Santa Cruz de Tenerife	provincia-de-santa-cruz-de-tenerife	Province de Santa Cruz de Tenerife,Province de Santa Cruz de Ténérife,Province of Santa Cruz de Tenerife,Provincia de Santa Cruz de Tenerife,Provincia de Tenerife,Provinz Santa Cruz de Tenerife,Província de Santa Cruz de Tenerife,Santa Cruz de Tenerife,Tenerife,Tenerifeko Santa Cruz,サンタ・クルス・デ・テネリフェ		ES	53	TF	1020490	Atlantic/Canary
2514254	Provincia de Málaga	provincia-de-malaga	Malaga,Málaga,Provincia de Malaga,Provincia de Málaga,Província de Màlaga,malqt,maraga,mqatʿt malqt,مالقة,مقاطعة مالقة,マラガ		ES	51	MA	1593068	Europe/Madrid
2515271	Provincia de Las Palmas	provincia-de-las-palmas	As Palmas,Las Palmas,Les Palmes,Province de Las Palmas,Province of Las Palmas,Provincia de Las Palmas,Provinz Las Palmas,Província de Las Palmas,rasuparumasu,ラスパルマス,ラス・パルマス		ES	53	GC	1083502	Atlantic/Canary
2516394	Provincia de Jaén	provincia-de-jaen	Chaen,Chaén,Jaen,Jaén,Provincia de Jaen,Provincia de Jaén,Província de Jaén,Xaen,Xaén,haen,ハエン		ES	51	J	669782	Europe/Madrid
2516547	Provincia de Huelva	provincia-de-huelva	Huelva,Province d'Huelva,Province of Huelva,Provincia de Huelva,Uelba,ueruba,ウエルバ		ES	51	H	513403	Europe/Madrid
2517115	Provincia de Granada	provincia-de-granada	Granada,Granata,Grenade,Province of Granada,Provincia de Granada,guranada,グラナダ		ES	51	GR	907428	Europe/Madrid
2519034	Provincia de Cuenca	provincia-de-cuenca	Conca,Cuenca,Provincia de Conca,Provincia de Cuenca,Província de Conca,kuenka,クエンカ		ES	54	CU	217363	Europe/Madrid
2519239	Province of Córdoba	province-of-cordoba	Cordoba,Cordoue,Cordova,Córdoba,Kordoba,Province of Cordoba,Province of Córdoba,Provincia de Cordoba,Provincia de Cordova,Provincia de Córdoba,Província de Còrdova,korudoba,コルドバ		ES	51	CO	803998	Europe/Madrid
2519401	Provincia de Ciudad Real	provincia-de-ciudad-real	Cidade Real,Ciuda Real,Ciudad Real,Ciudá Real,Provincia de Ciudad Real,Ziudat Reyal,シウダッド・レアル		ES	54	CR	527273	Europe/Madrid
2520597	Provincia de Cádiz	provincia-de-cadiz	Cadice,Cadix,Cadiz,Cádiz,Provincia de Cadis,Provincia de Cadiz,Provincia de Cádiz,Província de Cadis,kadisu,カディス		ES	51	CA	1230594	Europe/Madrid
2520610	Provincia de Cáceres	provincia-de-caceres	Caceres,Cazeres,Càceres,Cáceres,Provincia de Caceres,Provincia de Cáceres,Província de Càceres,kakyrys,kaseresu,kasrs,kathyrs,kathyrys,mqatʿt qsrsh,qshrsh,qsrsh,قشرش,قصرش,كاثيرس,كاثيريس,مقاطعة قصرش,کاسرس,کاکیریس,カセレス		ES	57	CC	413633	Europe/Madrid
2521419	Provincia de Badajoz	provincia-de-badajoz	Badajoz,Provincia de Badajoz,badahosu,badakhws,badakhwz,btlyws,mqatʿt btlyws,باداخوز,باداخوس,بطليوس,مقاطعة بطليوس,バダホス		ES	57	BA	688777	Europe/Madrid
2521883	Almería	almeria	A-ngi-moi-li-a-sen,Al'merija,Almeria,Almeria Seng,Almeria eanangoddi,Almeria ili,Almeria provints,Almeriako probintzia,Almerija,Almerijas province,Almerijos provincija,Almería,Almería Séng,Almería eanangoddi,Almería ili,Almería provints,Almeríako probintzia,Alméria,Mkoa wa Almeria,Mkoa wa Almería,Pravincyja Al'meryja,Provenz Almeria,Province dAlmeria,Province dAlmería,Province o Almeria,Province o Almería,Province of Almeria,Province of Almería,Provincia Almeria,Provincia Almería,Provincia dAlmeria,Provincia dAlmería,Provincia de Almeria,Provincia de Almería,Provincia di Almeria,Provincia di Almería,Provincie Almeria,Provincie Almería,Provincija Almerija,Provinco Almerio,Provinco di Almeria,Provinco di Almería,Provins Almeria,Provinsen Almeria,Provinsen Almería,Provinsi Almeria,Provinsi Almería,Provinsia de Almeria,Provinz Almeria,Provinz Almería,Proviñs Almería,Provënz Almería,Província dAlmeria,Wilayah Almeria,Wilayah Almería,a er mei li ya sheng,almelia ju,almeriya pranta,almryt,arumeria,arumeria xian,astan almrya,Â-ngì-mòi-lî-â-sén,Αλμερία,Алмерия,Альмерия,Альмерія,Правінцыя Альмерыя,Провинција Алмерија,Ալմերիա,استان آلمریا,المرية,صوبہ المریہ,आल्मेरिया प्रान्त,ალმერიაშ პროვინცია,ალმერიის პროვინცია,アルメリア,アルメリア県,阿爾梅里亞省,알메리아 주		ES	51	AL	684426	Europe/Madrid
2521976	Provincia de Alicante	provincia-de-alicante	Alacant,Alacante,Alicant,Alicante,Province of Alicante,Provincia d'Alacant,Provincia de Alicante,Província d'Alacant,Província d’Alacant,arikante,アリカンテ		ES	60	A	1917012	Europe/Madrid
2522257	Provincia de Albacete	provincia-de-albacete	Albacete,Albazet,Province d'Albacete,Provincia de Albacete,arubasete,アルバセテ		ES	54	AB	400891	Europe/Madrid
3104323	Provincia de Zaragoza	provincia-de-zaragoza	Province of Saragossa,Provincia de Saragossa,Provincia de Zaragoza,Província de Saragossa,Saragoca,Saragosa,Saragossa,Saragosse,Saragozza,Saragoça,Zaragoza,saragosa,Σαραγόσα,サラゴサ		ES	52	Z	970313	Europe/Madrid
3104341	Provincia de Zamora	provincia-de-zamora	Provincia de Zamora,Zamora,samora,サモーラ		ES	55	ZA	195665	Europe/Madrid
3104469	Bizkaia	bizkaia	Biscagghia,Biscaglia,Biscaia,Biscay,Biscaya,Biscaye,Biskagia,Biskaia,Biskaj,Biskaja,Biskajas province,Biskaje,Biskajja,Biskajos provincija,Biskay,Bizcaya,Bizkaia,Mkoa wa Vizcaya,Provincia Vizcaya,Provincia de Biscaia,Provincia de Bizkaia,Provincia de Vizcaya,Provinco Biskajo,Provinsia de Vizkaya,Província de Biscaia,Senorio de Vizcaya,Señorío de Vizcaya,Viscaya,Vizcaya,Vizcaya eanangoddi,astan byskay,bi si kai sheng,biseukaya ju,bisukaya,bisukaya xian,byskay,canghwad bi ska ya,Μπισκάγια,Бискай,Бискайя,Біскайя,استان بیسکای,بيسكاي,بیسکای,จังหวัดบิซกายา,ბისკაია,ბისკაიაშ პროვინცია,ビスカヤ,ビスカヤ県,比斯開省,비스카야 주		ES	59	BI	1152658	Europe/Madrid
3106671	Provincia de Valladolid	provincia-de-valladolid	Balladolit,Provincia de Valladolid,Província de Valladolid,Valladolid,bari~adoriddo(bajadoriddo),バリァドリッド（バジャドリッド）		ES	55	VA	532575	Europe/Madrid
3108125	Provincia de Teruel	provincia-de-teruel	Province de Teruel,Province of Teruel,Provincia de Terol,Provincia de Teruel,Provinz Teruel,Província de Terol,Tergueel,Tergüel,Teruel,terueru,テルエル		ES	52	TE	146751	Europe/Madrid
3108287	Província de Tarragona	provincia-de-tarragona	Province de Tarragone,Province of Tarragona,Provincia de Tarragona,Provinz Tarragona,Província de Tarragona,Tarragona,taragona,タラゴナ		ES	56	T	803301	Europe/Madrid
3108680	Provincia de Soria	provincia-de-soria	Provincia de Soria,Província de Sòria,Soria,Sória,soria,ソリア		ES	55	SO	95101	Europe/Madrid
3109254	Provincia de Segovia	provincia-de-segovia	Provincia de Segovia,Província de Segòvia,Segobia,Segovia,Segovie,Segóvia,Ségovie,segobia,セゴビア		ES	55	SG	164854	Europe/Madrid
3109716	Provincia de Cantabria	provincia-de-cantabria	Cantabria,Province de Cantabrie,Province of Cantabria,Provincia de Cantabria,Provinz Cantabria,Província de Cantabria,kantaburia,カンタブリア		ES	39	S	589235	Europe/Madrid
3111107	Provincia de Salamanca	provincia-de-salamanca	Provincia de Salamanca,Salamanca,Salamanque,saramanka,サラマンカ		ES	55	SA	354608	Europe/Madrid
3113208	Provincia de Pontevedra	provincia-de-pontevedra	Pontebedra,Pontevedra,Provincia de Pontevedra,Província de Pontevedra,Puntevedra,pontebedora,ポンテベドラ		ES	58	PO	959764	Europe/Madrid
3114530	Provincia de Palencia	provincia-de-palencia	Palence,Palencia,Palentzia,Palenzia,Palência,Provincia de Palencia,Província de Palència,parenshia,パレンシア		ES	55	P	173306	Europe/Madrid
3114964	Provincia de Ourense	provincia-de-ourense	Orense,Ourense,Provincia d'Ourense,Provincia de Orense,Provincia de Ourense,Província d'Ourense,orense(ourense),オレンセ（オウレンセ）		ES	58	OR	335642	Europe/Madrid
3117813	Provincia de Lugo	provincia-de-lugo	Lugo,Province de Lugo,Provincia de Lugo,Província de Lugo		ES	58	LU	355195	Europe/Madrid
3118528	Provincia de León	provincia-de-leon	Leon,León,Lion,Lión,Llion,Llión,Léon,Provincia de Leon,Provincia de León,Provincia de Lleo,Província de Lleó,reon,レオン		ES	55	LE	500169	Europe/Madrid
3119840	Provincia da Coruña	provincia-da-coruna	A Coruna,A Coruña,La Coruna,La Coruña,Provincia d'A Coruna,Provincia de La Coruna,Provincia de La Coruña,Província d'A Coruña		ES	58	C	1145488	Europe/Madrid
3120513	Provincia de Huesca	provincia-de-huesca	Eparchia tis Oueskas,Huesca,Osca,Province de Huesca,Province of Huesca,Provincia d'Osca,Provincia de Huesca,Provinz Huesca,Província d'Osca,Uesca,uesuka,Επαρχία της Ουέσκας,ウエスカ		ES	52	HU	228409	Europe/Madrid
3120935	Gipuzkoa	provincia-de-guipuzcoa	Gipuskoa,Gipuskoa provincija,Gipuskoja,Gipuzkoa,Guipuscoa,Guipuzcoa,Guipuzcoa eanangoddi,Guipuzcoa ili,Guipuzcua,Guipúscoa,Guipúzcoa,Guipúzcoa eanangoddi,Guipúzcoa ili,Ipuscoa,Nkipouthkoa,Provincia Guipuzcoa,Provincia Guipúzcoa,Provincia de Guipuscoa,Provincia de Guipuzcoa,Provincia de Guipúzcoa,Provinco Gipusko,Provinsia de Gipuzkoa,Província de Guipúscoa,Prowincja Guipuzcoa,Prowincja Guipúzcoa,astan gypwskwa,cang hwad ki pus ko xa,ghybwthkwa,gipuseukoa ju,gipusukoa,gipusukoa xian,gypwskwa,ji pu si kua sheng,Γκιπούθκοα,Гипускоа,Гіпускоа,Գիպուսկոա,استان گیپوسکوا,غيبوثكوا,گیپوسکوا,จังหวัดกีปุซโกอา,გიპუსკოა,გიპუსკოაშ პროვინცია,ギプスコア,ギプスコア県,吉普斯夸省,기푸스코아 주		ES	59	SS	705698	Europe/Madrid
3121069	Provincia de Guadalajara	provincia-de-guadalajara	Guadalachara,Guadalajara,Guadalaxara,Provincia de Guadalajara,guadarahara,グアダラハラ		ES	54	GU	246151	Europe/Madrid
3125881	Província de Castelló	provincia-de-castello	Castello,Castellon,Castelló,Castellón,Provincia de Castello,Provincia de Castellon,Provincia de Castellon de la Plana,Provincia de Castellón,Provincia de Castellón de la Plana,Província de Castelló,kasutejon,kasuteyon,カステジョン,カステヨン		ES	60	CS	602301	Europe/Madrid
3127460	Provincia de Burgos	provincia-de-burgos	Burgos,Provincia de Burgos,burugosu,ブルゴス		ES	55	BU	375563	Europe/Madrid
3128759	Província de Barcelona	provincia-de-barcelona	Barcelona,Bartzelona,Barzelona,Periferia tis Varkelonis,Province de Barcelone,Province of Barcelona,Provincia de Barcelona,Provinz Barcelona,Província de Barcelona,baruserona,Περιφέρια της Βαρκελώνης,ばるせろな,バルセロナ		ES	56	B	5487935	Europe/Madrid
3129138	Provincia de Ávila	provincia-de-avila	Abila,Avila,Provincia d'Avila,Provincia de Avila,Provincia de Ávila,Província d'Àvila,abira,Ávila,アビラ		ES	55	AV	171680	Europe/Madrid
3130717	Araba / Álava	provincia-de-alava	Alaba,Alava,Araba,Araba / Alava,Araba / Álava,Provincia d'Alaba,Provincia de Alava,Provincia de Álava,Província d'Àlaba,araba,Álava,アラバ		ES	59	VI	313819	Europe/Madrid
6355230	Província de Girona	provincia-de-girona	Chirona,Gerona,Gerunda,Girona,Province de Gerone,Province de Gérone,Province of Girona,Provincia de Gerona,Provincia de Girona,Provinz Girona,Província de Girona,Xerona,Xirona,jirona(herona),ジローナ（ヘローナ）		ES	56	GI	747782	Europe/Madrid
6355231	Província de Lleida	provincia-de-lleida	Lerida,Lleida,Lérida,Province de Lleida,Province of Lleida,Provincia de Lerida,Provincia de Lleida,Provinz Lleida,Província de Lleida,Província de Lérida,jeida(rerida),ジェイダ（レリダ）		ES	56	L	436402	Europe/Madrid
6355232	Provincia de La Rioja	provincia-de-la-rioja	A Rioxa,Errioxa,La Rioja,La Rioxa,Province de La Rioja,Province of La Rioja,Provincia de La Rioja,Provinz La Rioja,Província de La Rioja,ラ・リオハ		ES	27	LO	321702	Europe/Madrid
6355233	Provincia de Madrid	provincia-de-madrid	Community of Madrid,Comunidad de Madrid,Madrid,Madril,Province de Madrid,Province of Madrid,Provincia de Madrid,Provinz Madrid,Província de Madrid,madoriddo,マドリッド,マドリード/マドリ−ド/マドリ－ド		ES	29	M	6386932	Europe/Madrid
6355234	Murcia	murcia	Murcia,Murtzia,Murzia,Múrcia,Province de Murcie,Province of Murcia,Provincia de Murcia,Provinz Murcia,Província de Múrcia,murushia,ムルシア		ES	31	MU	1446520	Europe/Madrid
6355235	Provincia de Navarra	provincia-de-navarra	Chartered Community of Navarre,Nabarra,Nafarroa,Navarra,Navarre,Province de Navarre,Province of Navarre,Provincia de Navarra,Provinz Navarra,Província de Navarra,nabara,ナバーラ		ES	32	NA	644566	Europe/Madrid
6355236	Province of Asturias	province-of-asturias	Asturias,Asturie,Asturies,Principado de Asturias,Province d'Asturies,Province of Asturias,Provincia d'Asturies,Provincia de Asturias,Provinz Asturien,Província d'Astúries,asuto~uriasu,アストゥリアス		ES	34	O	1085289	Europe/Madrid
6424360	Illes Balears	illes-balears	Balearane,Balearen Inseln,Balearene,Baleares,Baleari,Balearic Islands,Ilhas Baleares,Illes Balears,Islas Baleares,Isole Baleari,Las Baleares,Province des Iles Baleares,Province des Îles Baléares,Province of Balearic Islands,Provincia de las Islas Baleares,Provincia de les Illes Balears,Província de les Illes Balears,barearesu,ses Illes,バレアレス		ES	07	PM	1095426	Europe/Madrid
8335119	Ceuta	ceuta	Ceuta,Ciudad Autonoma de Ceuta,Ciudad Autónoma de Ceuta		ES	CE	CE	0	Africa/Ceuta
8335120	Melilla	melilla	Ciudad Autonoma de Melilla,Ciudad Autónoma de Melilla,Melilla		ES	ML	ME	0	Africa/Ceuta
\.


--
-- Data for Name: admin3; Type: TABLE DATA; Schema: es; Owner: g5
--

COPY es.admin3 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, admin2_code, admin3_code, population, timezone) FROM stdin;
2509983	Valdepeñas	valdepenas	Val'depen'jas,ba er de pei ni ya si,barudepenyasu,faldybynayas,Вальдепеньяс,فالديبيناياس,バルデペーニャス,巴尔德佩尼亚斯		ES	54	CR	13087	31212	Europe/Madrid
2515819	San Cristóbal de La Laguna	san-cristobal-de-la-laguna			ES	53	TF	38023	153224	Atlantic/Canary
2516798	Hellín	hellin	Termino de Hellin,Término de Hellín		ES	54	AB	02037	31262	Europe/Madrid
2518134	Rosario, El	rosario-el	El Rosario		ES	53	TF	38032	17330	Atlantic/Canary
3104354	Zalla	zalla	Zalla		ES	59	BI	48096	8442	Europe/Madrid
3105678	Vila de Cruces	vila-de-cruces	Carbia		ES	58	PO	36059	6085	Europe/Madrid
3106302	Vega del Codorno	vega-del-codorno			ES	54	CU	16239	165	Europe/Madrid
3107774	Torrelavit	torrelavit	Torre Lavit,Torrelavid,Torrelavit		ES	56	B	08287	1392	Europe/Madrid
3107987	Toques	toques			ES	58	C	15083	1302	Europe/Madrid
3108691	Sopuerta	garape	Garape,Sopuerta		ES	59	BI	48086	2604	Europe/Madrid
3108866	Soba	soba	Soba,suo wa,swba,Соба,Սոբա,سوبا,索瓦		ES	39	S	39083	1319	Europe/Madrid
3109005	Siero	siero	Siero		ES	34	O	33066	52229	Europe/Madrid
3109310	O Saviñao	o-savinao	O-Savin'jao,Savin'jao,Savinao,Saviñao,ao sa wei ni ao,О-Савіньяо,Савиньяо,オ・サビニャーオ,奥萨维尼奥		ES	58	LU	27058	4314	Europe/Madrid
3110052	Trapagaran / Valle de Trapaga	trapagaran-valle-de-trapaga	San Salvador del Valle,Trapagaran,Valle de Trapaga		ES	59	BI	48080	12189	Europe/Madrid
3110167	San Pedro de la Nave-Almendra	san-pedro-de-la-nave-almendra	San Pedro de la Nave		ES	55	ZA	49194	383	Europe/Madrid
3110347	San Martín del Rey Aurelio	san-martin-del-rey-aurelio	Samartin del Rei Aurelio,Samartín del Rei Aurelio,San Martin del Rey Aurelio,San Martín del Rey Aurelio		ES	34	O	33060	17953	Europe/Madrid
3110731	San Cristovo de Cea	san-cristovo-de-cea			ES	58	OR	32076	2560	Europe/Madrid
3111078	Salceda de Caselas	salceda-de-caselas	Salceda de Casetas		ES	58	PO	36049	8835	Europe/Madrid
3112153	Redondela	redondela	Redondela,lei dong de la,rdndla,redondera,rydwndyla,Редондела,ردندلا,ريدونديلا,レドンデーラ,雷东德拉		ES	58	PO	36045	30015	Europe/Madrid
3113577	Piélagos	pielagos	Tielagos		ES	39	S	39052	23211	Europe/Madrid
3114160	Pazos de Borbén	pazos-de-borben			ES	58	PO	36037	3170	Europe/Madrid
3114231	Pasaia	pasajes	Pasaia,Pasajes,Passatjes		ES	59	SS	20064	15885	Europe/Madrid
3114318	Páramo, O	paramo-o			ES	58	LU	27043	1555	Europe/Madrid
3114665	Paderne de Allariz	paderne-de-allariz			ES	58	OR	32055	1574	Europe/Madrid
3114902	Orozko	orozko	Orozco,Orozko,San Juan de Orozco		ES	59	BI	48075	2549	Europe/Madrid
3115024	Okondo	oquendo	Okendo,Okondo,Oquendo,akndw,ao ji weng duo,awkyndw,Окендо,Окондо,أوكيندو,اکندو,奥基翁多		ES	59	VI	01042	1157	Europe/Madrid
3115175	Olèrdola	olerdola	Olerdola,Olèrdola,Olérdola,Ulerdula,alrdla,ao lai er duo la,awlyrdwla,Олердола,Улердула,Օլերդոլա,أوليردولا,الردلا,奥莱尔多拉		ES	56	B	08145	3621	Europe/Madrid
3115877	Aulesti	aulesti	Aulesti,Murelaga,Murélaga		ES	59	BI	48070	669	Europe/Madrid
3116058	Mos	mos	Mos,mo si,mosu,ms,mws,Мос,Մոս,مس,موس,モス,莫斯		ES	58	PO	36033	15267	Europe/Madrid
3118053	Ausines, Los	ausines-los			ES	55	BU	09030	151	Europe/Madrid
3118443	Liérganes	lierganes	L'erganes,lie er jia nei si,yyrghanys,Льерганес,Льєрганес,ييرغانيس,列尔加内斯		ES	39	S	39037	2441	Europe/Madrid
3118547	Lena	lena			ES	34	O	33033	12367	Europe/Madrid
3118550	Lemoa	lemoa	Lemoa,Lemona		ES	59	BI	48055	3451	Europe/Madrid
3118685	Laviana	laviana	Lav'jana,Laviana,Llaviana,la wei ya na,labyana,lafyana,Лавьяна,Лавіана,لابیانا,لافيانا,拉维亚纳		ES	34	O	33032	14044	Europe/Madrid
3118929	les Franqueses del Vallès	les-franqueses-del-valles	les Franqueses del Valles,les Franqueses del Vallès		ES	56	B	08086	19023	Europe/Madrid
3119535	Lalín	lalin			ES	58	PO	36024	20409	Europe/Madrid
3121294	Gordexola	gordexola	Gordejuela,Gordekhuehla,Gordeshola,Gordexola,ge er de ke suo la,ghwrdykswla,Гордехуэла,Гордешола,غورديكسولا,戈尔德克索拉		ES	59	BI	48042	1733	Europe/Madrid
3123889	Dima	dima	Dima		ES	59	BI	48026	1365	Europe/Madrid
3123922	Derio	derio			ES	59	BI	48901	5627	Europe/Madrid
3124431	Corvera de Asturias	corvera-de-asturias	Corvera de Asturias		ES	34	O	33020	16216	Europe/Madrid
3124696	Condado de Treviño	condado-de-trevino	Comtat de Trebinu,Comtat de Trebiñu,Comte de Trevino,Comté de Treviño,Kondado-de-Trevin'jo,Kondado-de-Trevin'o,Kontelezh Trebinu,Kontelezh Trebiñu,Trebinu,Trebinu Konderria,Trebiñu,Trebiñu Konderria,kndadw d trbynyw,kong da duo de te lei wei ni ao,kwndadw dy tryfaynyw,Кондадо-де-Тревиньо,Кондадо-де-Тревіньйо,كوندادو دي تريفاينيو,کندادو د تربینیو,孔达多德特雷维尼奥		ES	55	BU	09109	1465	Europe/Madrid
3125908	Castellar del Vallès	castellar-del-valles	Castellar del Valles,Castellar del Vallès,Castellar del Vallés,Kastalja-dal-Bal'es,Kastel'jar-del'-Val'es,Kastelyar del Valyes,ba lie si bao,kastyar dl bays,kastylar dyl falys,Касталя-дал-Бальєс,Кастельяр-дель-Вальес,Կաստելյար դել Վալյես,كاستيلار ديل فاليس,کاستیار دل بایس,巴列斯堡		ES	56	B	08051	23363	Europe/Madrid
3125999	Caso	caso	Caso,Casu,Kaso,ka suo,kasw,Касо,كاسو,کاسو,卡索		ES	34	O	33015	1799	Europe/Madrid
3126213	Karrantza Harana / Valle de Carranza	karrantza	Carranza,Karrantza,Karrantza Harana,Valle de Carranza		ES	59	BI	48022	2806	Europe/Madrid
3126762	Campo Lameiro	campo-lameiro			ES	58	PO	36007	2009	Europe/Madrid
3127185	Cabrales	cabrales	Cabrales		ES	34	O	33008	2157	Europe/Madrid
3127354	Busturia	busturia			ES	59	BI	48021	1745	Europe/Madrid
3128449	Baztan	baztan			ES	32	NA	31050	8035	Europe/Madrid
3128528	Basauri	basauri			ES	59	BI	48015	41971	Europe/Madrid
3128842	Barakaldo	barakaldo	Baracaldo,Barakal'do,Barakaldas,Barakaldo,Barakalnto,ba la ka er duo,balakaldo,barakaldw,barakarudo,brqldw,Μπαρακάλντο,Баракалдо,Баракальдо,ברקלדו,باراكالدو,バラカルド,巴拉卡尔多,바라칼도		ES	59	BI	48013	100369	Europe/Madrid
3129133	Avilés	aviles			ES	34	O	33004	83107	Europe/Madrid
6355367	Villa de Ves	villa-de-ves			ES	54	AB	02077	53	Europe/Madrid
3129433	Arrankudiaga	arrankudiaga	Arrancudiaga,Arrankud'jaga,Arrankudiaga,a lan ku di ya jia,arankwdygha,Арранкудьяга,Арранкудіага,أرانكوديغا,阿兰库迪亚加		ES	59	BI	48009	961	Europe/Madrid
3129963	Antas de Ulla	antas-de-ulla			ES	58	LU	27003	2219	Europe/Madrid
3130210	Altzo	alzo	Altzo,Alzo		ES	59	SS	20007	411	Europe/Madrid
3130392	Alfoz	alfoz			ES	58	LU	27002	2009	Europe/Madrid
3131115	Abanto Zierbena / Abanto y Ciérvana	abanto-y-ciervana	Abanto Zierbena,Abanto y Ciervana,Abanto y Ciérvana		ES	59	BI	48002	9708	Europe/Madrid
6325472	Bidania-Goiatz	bidania-goiatz	Bidegoian,Bidegoyan		ES	59	SS	20024	537	Europe/Madrid
6325473	Ezkio-Itsaso	ezkio-itsaso	Ezkio-Itsaso,Ezquioga-Ichaso		ES	59	SS	20035	625	Europe/Madrid
6355237	Villegas	villegas			ES	55	BU	09473	101	Europe/Madrid
6355238	Jarilla	jarilla			ES	57	CC	10106	155	Europe/Madrid
6355239	Huerto	huerto			ES	52	HU	22124	266	Europe/Madrid
6355240	Mirambel	mirambel			ES	52	TE	44149	129	Europe/Madrid
6355241	Nevada	nevada			ES	51	GR	18903	1158	Europe/Madrid
6355242	Cervo	cervo			ES	58	LU	27013	4483	Europe/Madrid
6355243	Dulantzi / Alegría	alegria-dulantzi	Alegria,Alegria de Alava,Alegria-Dulantzi,Alegría,Alegría de Álava,Alegría-Dulantzi,Dulantzi		ES	59	VI	01001	2869	Europe/Madrid
6355244	Amurrio	amurrio			ES	59	VI	01002	10114	Europe/Madrid
6355245	Aramaio	aramaio			ES	59	VI	01003	1513	Europe/Madrid
6355246	Artziniega	artziniega			ES	59	VI	01004	1861	Europe/Madrid
6355247	Armiñón	arminon			ES	59	VI	01006	231	Europe/Madrid
6355248	Arratzua-Ubarrundia	arratzua-ubarrundia			ES	59	VI	01008	983	Europe/Madrid
6355249	Asparrena	asparrena			ES	59	VI	01009	1698	Europe/Madrid
6355250	Aiara / Ayala	ayala-aiara	Aiara,Ayala		ES	59	VI	01010	2918	Europe/Madrid
6355251	Mañueta / Baños de Ebro	banos-de-ebro-manueta	Banos de Ebro,Baños de Ebro,Manueta,Mañueta		ES	59	VI	01011	317	Europe/Madrid
6355252	Barrundia	barrundia			ES	59	VI	01013	908	Europe/Madrid
6355253	Berantevilla	berantevilla			ES	59	VI	01014	480	Europe/Madrid
6355254	Bernedo	bernedo			ES	59	VI	01016	568	Europe/Madrid
6355255	Kanpezu / Campezo	campezo-kanpezu	Campezo,Kanpezu		ES	59	VI	01017	1136	Europe/Madrid
6355256	Zigoitia	zigoitia	Cigoitia,Sigojtija,Zigoitia,Zigoitija,sygwytya,thyghwytya,xi ge yi di ya,Зигоитија,Сигойтия,Сігойтія,ثيغويتيا,سیگویتیا,西戈伊蒂亚		ES	59	VI	01018	1747	Europe/Madrid
6355257	Kripan	kripan			ES	59	VI	01019	194	Europe/Madrid
6355258	Kuartango	kuartango			ES	59	VI	01020	358	Europe/Madrid
6355259	Burgelu / Elburgo	burgelu-elburgo	Burgelu,Burgu,Elburgo		ES	59	VI	01021	629	Europe/Madrid
6355260	Elciego	elciego	Elciego,Eltziego		ES	59	VI	01022	1037	Europe/Madrid
6355261	Bilar / Elvillar	elvillar-bilar	Bilar,Elvillar		ES	59	VI	01023	368	Europe/Madrid
6355262	Iruraiz-Gauna	iruraiz-gauna			ES	59	VI	01027	541	Europe/Madrid
6355263	Bastida / Labastida	labastida	Bastida,Labastida		ES	59	VI	01028	1508	Europe/Madrid
6355264	Lagrán	lagran			ES	59	VI	01030	180	Europe/Madrid
6355265	Laguardia	laguardia			ES	59	VI	01031	1548	Europe/Madrid
6355266	Lantziego / Lanciego	lanciego-lantziego	Lanciego,Lantziego		ES	59	VI	01032	685	Europe/Madrid
6355267	Lapuebla de Labarca	lapuebla-de-labarca			ES	59	VI	01033	848	Europe/Madrid
6355268	Leza	leza			ES	59	VI	01034	218	Europe/Madrid
6355269	Laudio / Llodio	laudio-llodio	Laudio,Llodio		ES	59	VI	01036	18498	Europe/Madrid
6355270	Arraia-Maeztu	arraia-maeztu	Araja-Maestu,Arraja-Maehstu,Arraja-Maestu,Arraya-Maestu,a lai a-mai si tu,araya-maystw,Араја-Маесту,Аррая-Маесту,Аррая-Маэсту,آرایا-مائستو,أرايا-مايستو,阿赖阿-迈斯图		ES	59	VI	01037	739	Europe/Madrid
6355271	Moreda Araba / Moreda de Álava	moreda-de-alava	Moreda Araba,Moreda de Alava,Moreda de Álava		ES	59	VI	01039	246	Europe/Madrid
6355272	Navaridas	navaridas			ES	59	VI	01041	220	Europe/Madrid
6355273	Oion / Oyón	oyon-oion	Oion,Oyon,Oyón		ES	59	VI	01043	3305	Europe/Madrid
6355274	Urizaharra / Peñacerrada	penacerrada-urizaharra	Penacerrada,Peñacerrada,Urizaharra		ES	59	VI	01044	280	Europe/Madrid
6355275	Erriberagoitia / Ribera Alta	ribera-alta	Erriberagoitia,Ribera Alta		ES	59	VI	01046	790	Europe/Madrid
6355276	Erribera Beitia / Ribera Baja	erribera-beitia-ribera-baja	Erribera Beitia,Erribera Beitia / Ribera Baja,Ribera Baja		ES	59	VI	01047	1332	Europe/Madrid
6355277	Añana	anana			ES	59	VI	01049	166	Europe/Madrid
6355278	Agurain / Salvatierra	salvatierra-agurain	Agurain,Salvatierra		ES	59	VI	01051	4978	Europe/Madrid
6355279	Samaniego	samaniego			ES	59	VI	01052	331	Europe/Madrid
6355280	Donemiliaga / San Millán	donemiliaga-san-millan	Donemiliaga,San Millan,San Millán		ES	59	VI	01053	719	Europe/Madrid
6355281	Urkabustaiz	urkabustaiz	Urcabustaiz,Urkabustaiz,Urkabustajs,awrkabwstays,awrkabwstayth,wu er ka wu si tai si,Уркабустаиз,Уркабустайс,أوركابوستايث,اورکابوستایس,乌尔卡武斯泰斯		ES	59	VI	01054	1350	Europe/Madrid
6355282	Gaubea / Valdegovía	valdegovia	Gaubea,Valdegovia,Valdegovia/Gaubea,Valdegovía,Valdegovía/Gaubea		ES	59	VI	01055	1067	Europe/Madrid
6355283	Harana / Valle de Arana	harana-valle-de-arana	Harana,Valle de Arana		ES	59	VI	01056	278	Europe/Madrid
6355284	Eskuernaga / Villabuena de Álava	villabuena-de-alava	Eskuernaga,Villabuena de Alava,Villabuena de Álava		ES	59	VI	01057	319	Europe/Madrid
6355285	Legutio	legutiano	Legutiano,Vil'jarreal'-de-Alava,Villarreal de Alava,Villarreal de Álava,fyaryal dy alafa,lai gu di ya nuo,lgwtyanw,Вильярреаль-де-Алава,Легутиано,Легутіано,فياريال دي ألافا,لگوتیانو,莱古蒂亚诺		ES	59	VI	01058	1762	Europe/Madrid
6355286	Gasteiz / Vitoria	vitoria-gasteiz	Gasteiz,Vitoria,Vitoria-Gasteiz		ES	59	VI	01059	242223	Europe/Madrid
6355287	Iekora / Yécora	yecora-iekora	Iekora,Yecora,Yécora		ES	59	VI	01060	285	Europe/Madrid
6355288	Zalduondo	zalduondo			ES	59	VI	01061	185	Europe/Madrid
6355289	Zambrana	zambrana	Zambrana,Zanbrana		ES	59	VI	01062	430	Europe/Madrid
6355290	Zuia	zuia			ES	59	VI	01063	2439	Europe/Madrid
6355436	Quatretondeta	quatretondeta			ES	60	A	03060	109	Europe/Madrid
6355291	Iruña Oka / Iruña de Oca	iruna-oka-iruna-de-oca	Iruna Oka,Iruna de Oca,Iruña Oka,Iruña de Oca		ES	59	VI	01901	3072	Europe/Madrid
6355292	Lantarón	lantaron			ES	59	VI	01902	929	Europe/Madrid
6355293	Abengibre	abengibre			ES	54	AB	02001	888	Europe/Madrid
6355294	Alatoz	alatoz			ES	54	AB	02002	599	Europe/Madrid
6355295	Albacete	albacete			ES	54	AB	02003	172472	Europe/Madrid
6355296	Albatana	albatana			ES	54	AB	02004	782	Europe/Madrid
6355297	Alborea	alborea	Al'borea,a er wo lei ya,albrya,albwrya,ou bo li ya,Альбореа,آلبرئا,ألبوريا,歐波利亞,阿尔沃雷亚		ES	54	AB	02005	849	Europe/Madrid
6355298	Alcadozo	alcadozo			ES	54	AB	02006	723	Europe/Madrid
6355299	Alcalá del Júcar	alcala-del-jucar			ES	54	AB	02007	1346	Europe/Madrid
6355300	Alcaraz	alcaraz	Al'karas,Alkaras,alkaras,alkrz,Алькарас,Ալկարաս,آلکاراس,الكرز		ES	54	AB	02008	1597	Europe/Madrid
6355301	Almansa	almansa			ES	54	AB	02009	25374	Europe/Madrid
6355302	Alpera	alpera			ES	54	AB	02010	2417	Europe/Madrid
6355303	Ayna	ayna			ES	54	AB	02011	794	Europe/Madrid
6355304	Balazote	balazote			ES	54	AB	02012	2447	Europe/Madrid
6355305	Balsa de Ves	balsa-de-ves			ES	54	AB	02013	191	Europe/Madrid
6355306	Ballestero, El	ballestero-el			ES	54	AB	02014	465	Europe/Madrid
6355307	Barrax	barrax			ES	54	AB	02015	2027	Europe/Madrid
6355308	Bienservida	bienservida			ES	54	AB	02016	712	Europe/Madrid
6355309	Bogarra	bogarra			ES	54	AB	02017	996	Europe/Madrid
6355310	Bonete	bonete			ES	54	AB	02018	1225	Europe/Madrid
6355311	Bonillo, El	bonillo-el			ES	54	AB	02019	3012	Europe/Madrid
6355312	Carcelén	carcelen			ES	54	AB	02020	639	Europe/Madrid
6355313	Casas de Juan Núñez	casas-de-juan-nunez			ES	54	AB	02021	1441	Europe/Madrid
6355314	Casas de Lázaro	casas-de-lazaro			ES	54	AB	02022	446	Europe/Madrid
6355315	Casas de Ves	casas-de-ves			ES	54	AB	02023	724	Europe/Madrid
6355316	Casas-Ibáñez	casas-ibanez			ES	54	AB	02024	4843	Europe/Madrid
6355317	Caudete	caudete	Cabdet,Caudet,Kaudete,kao de te,kawdth,kawdyty,Каудете,Կաուդետե,كاوديتي,کاودته,考德特		ES	54	AB	02025	10551	Europe/Madrid
6355318	Cenizate	cenizate			ES	54	AB	02026	1306	Europe/Madrid
6355319	Corral-Rubio	corral-rubio			ES	54	AB	02027	403	Europe/Madrid
6355320	Cotillas	cotillas			ES	54	AB	02028	157	Europe/Madrid
6355321	Chinchilla de Monte-Aragón	chinchilla-de-monte-aragon			ES	54	AB	02029	4116	Europe/Madrid
6355322	Elche de la Sierra	elche-de-la-sierra			ES	54	AB	02030	3941	Europe/Madrid
6355323	Férez	ferez			ES	54	AB	02031	743	Europe/Madrid
6355324	Fuensanta	fuensanta			ES	54	AB	02032	368	Europe/Madrid
6355325	Fuente-Álamo	fuente-alamo	Fuehnte-Alamo,Fuente Alamo,Fuente Álamo,Fuente-Alamo,feng te-a la mo,fwynth-alamw,fwynty alamw,Фуенте-Аламо,Фуэнте-Аламо,فوئنته-آلامو,فوينتي ألامو,丰特-阿拉莫		ES	54	AB	02033	2649	Europe/Madrid
6355326	Fuentealbilla	fuentealbilla			ES	54	AB	02034	2013	Europe/Madrid
6355327	Gineta, La	gineta-la			ES	54	AB	02035	2582	Europe/Madrid
6355328	Golosalvo	golosalvo			ES	54	AB	02036	118	Europe/Madrid
6355329	Herrera, La	herrera-la			ES	54	AB	02038	349	Europe/Madrid
6355330	Higueruela	higueruela			ES	54	AB	02039	1310	Europe/Madrid
6355331	Hoya-Gonzalo	hoya-gonzalo			ES	54	AB	02040	737	Europe/Madrid
6355332	Jorquera	jorquera			ES	54	AB	02041	431	Europe/Madrid
6355333	Letur	letur			ES	54	AB	02042	1074	Europe/Madrid
6355334	Lezuza	lezuza			ES	54	AB	02043	1582	Europe/Madrid
6355335	Liétor	lietor			ES	54	AB	02044	1388	Europe/Madrid
6355336	Madrigueras	madrigueras			ES	54	AB	02045	4836	Europe/Madrid
6355337	Mahora	mahora			ES	54	AB	02046	1431	Europe/Madrid
6355338	Masegoso	masegoso			ES	54	AB	02047	122	Europe/Madrid
6355339	Minaya	minaya			ES	54	AB	02048	1683	Europe/Madrid
6355340	Molinicos	molinicos	Molinikos,Molinikosas,mo li ni ke si,mwlynykws,Молиникос,Молінікос,مولينيكوس,مولینیکوس,莫利尼科斯		ES	54	AB	02049	1020	Europe/Madrid
6355341	Montalvos	montalvos			ES	54	AB	02050	124	Europe/Madrid
6355342	Montealegre del Castillo	montealegre-del-castillo			ES	54	AB	02051	2234	Europe/Madrid
6355343	Motilleja	motilleja			ES	54	AB	02052	589	Europe/Madrid
6355344	Munera	munera			ES	54	AB	02053	3757	Europe/Madrid
6355345	Navas de Jorquera	navas-de-jorquera			ES	54	AB	02054	554	Europe/Madrid
6355346	Nerpio	nerpio			ES	54	AB	02055	1478	Europe/Madrid
6355347	Ontur	ontur			ES	54	AB	02056	2246	Europe/Madrid
6355348	Ossa de Montiel	ossa-de-montiel			ES	54	AB	02057	2645	Europe/Madrid
6355349	Paterna del Madera	paterna-del-madera			ES	54	AB	02058	443	Europe/Madrid
6355350	Peñascosa	penascosa			ES	54	AB	02059	387	Europe/Madrid
6355351	Peñas de San Pedro	penas-de-san-pedro			ES	54	AB	02060	1360	Europe/Madrid
6355352	Pétrola	petrola			ES	54	AB	02061	826	Europe/Madrid
6355353	Povedilla	povedilla			ES	54	AB	02062	538	Europe/Madrid
6355354	Pozohondo	pozohondo			ES	54	AB	02063	1791	Europe/Madrid
6355355	Pozo-Lorente	pozo-lorente			ES	54	AB	02064	448	Europe/Madrid
6355356	Pozuelo	pozuelo			ES	54	AB	02065	570	Europe/Madrid
6355357	Recueja, La	recueja-la			ES	54	AB	02066	308	Europe/Madrid
6355358	Riópar	riopar			ES	54	AB	02067	1463	Europe/Madrid
6355359	Robledo	robledo			ES	54	AB	02068	456	Europe/Madrid
6355360	La Roda	la-roda			ES	54	AB	02069	16420	Europe/Madrid
6355361	Salobre	salobre			ES	54	AB	02070	606	Europe/Madrid
6355362	Socovos	socovos			ES	54	AB	02072	1975	Europe/Madrid
6355363	Tarazona de la Mancha	tarazona-de-la-mancha			ES	54	AB	02073	6696	Europe/Madrid
6355364	Tobarra	tobarra			ES	54	AB	02074	8153	Europe/Madrid
6355365	Valdeganga	valdeganga			ES	54	AB	02075	1980	Europe/Madrid
6355366	Vianos	vianos			ES	54	AB	02076	400	Europe/Madrid
6355368	Villalgordo del Júcar	villalgordo-del-jucar			ES	54	AB	02078	1240	Europe/Madrid
6355369	Villamalea	villamalea			ES	54	AB	02079	4164	Europe/Madrid
6355370	Villapalacios	villapalacios			ES	54	AB	02080	682	Europe/Madrid
6355371	Villarrobledo	villarrobledo	Vigiarrompledo,Vil'jarrobledo,Viljarrovledo,Villa Robletum,Vilyarobledo,bi li ya luo fu lai duo,biryaroburedo,biyalobeulledo,byyarbldw,fyarwblydw,Βιγιαρρομπλέδο,Вильярробледо,Вільярробледо,Վիլյառոբլեդո,بییاربلدو,فياروبليدو,ビリャロブレド,比利亚罗夫莱多,비야로블레도		ES	54	AB	02081	26583	Europe/Madrid
6355372	Villatoya	villatoya			ES	54	AB	02082	135	Europe/Madrid
6355373	Villavaliente	villavaliente			ES	54	AB	02083	268	Europe/Madrid
6355374	Villaverde de Guadalimar	villaverde-de-guadalimar			ES	54	AB	02084	404	Europe/Madrid
6355375	Viveros	viveros			ES	54	AB	02085	356	Europe/Madrid
6355376	Yeste	yeste			ES	54	AB	02086	3157	Europe/Madrid
6355377	Adsubia	adsubia			ES	60	A	03001	749	Europe/Madrid
6355378	Agost	agost			ES	60	A	03002	4791	Europe/Madrid
6355379	Agres	agres			ES	60	A	03003	598	Europe/Madrid
6355380	Aigües	aiguees			ES	60	A	03004	1105	Europe/Madrid
6355381	Albatera	albatera			ES	60	A	03005	11936	Europe/Madrid
6355382	Alcalalí	alcalali			ES	60	A	03006	1433	Europe/Madrid
6355383	Alcocer de Planes	alcocer-de-planes			ES	60	A	03007	233	Europe/Madrid
6355384	Alcoleja	alcoleja			ES	60	A	03008	204	Europe/Madrid
6355385	Alcoy	alcoy	Al'koj,Alcodium,Alcoi,Alcoy,Alcoy/Alcoi,Alkoj,Alkoja,Alkojus,Alkoy,a er ke yi,alkwy,arukoi,Алкој,Алькой,Ալկոյ,آلکوی,ألكوي,アルコイ,阿尔科伊		ES	60	A	03009	60837	Europe/Madrid
6355386	Alfafara	alfafara			ES	60	A	03010	419	Europe/Madrid
6355387	l'Alfàs del Pi	l-alfas-del-pi			ES	60	A	03011	21964	Europe/Madrid
6355388	Algorfa	algorfa			ES	60	A	03012	4755	Europe/Madrid
6355389	Algueña	alguena			ES	60	A	03013	1527	Europe/Madrid
6355390	Alicante	alicante	Alicante		ES	60	A	03014	334678	Europe/Madrid
6355391	Almoradí	almoradi			ES	60	A	03015	19601	Europe/Madrid
6355392	Almudaina	almudaina			ES	60	A	03016	129	Europe/Madrid
6355393	Alqueria d'Asnar, l'	alqueria-d-asnar-l			ES	60	A	03017	515	Europe/Madrid
6355394	Altea	altea	Al'tea,Altea,Alteya,Althaea,a er te ya,altya,arutea,Αλτέα,Алтеа,Альтеа,آلتئا,ألتيا,アルテア,阿尔特亚		ES	60	A	03018	24298	Europe/Madrid
6355395	Aspe	aspe			ES	60	A	03019	20309	Europe/Madrid
6355396	Balones	balones			ES	60	A	03020	157	Europe/Madrid
6355397	Banyeres de Mariola	banyeres-de-mariola	Ban'eres,Ban'eres-de-Mariola,Baneres,Bañeres,ba nie lei si de ma li ao la,banyrs dmarywla,banyyrys,Баньерес,Баньєрес-де-Маріола,بانييريس,بانیرس دماریولا,巴涅雷斯德马里奥拉		ES	60	A	03021	7222	Europe/Madrid
6355398	Benasau	benasau			ES	60	A	03022	174	Europe/Madrid
6355399	Beneixama	beneixama	Benejama,Benejshama,Benekhama,bei nei ke sa ma,bnyshama,bynykhama,Бенейшама,Бенехама,بنیشاما,بينيخاما,贝内克萨马		ES	60	A	03023	1792	Europe/Madrid
6355400	Benejúzar	benejuzar			ES	60	A	03024	5425	Europe/Madrid
6355401	Benferri	benferri			ES	60	A	03025	1934	Europe/Madrid
6355402	Beniarbeig	beniarbeig			ES	60	A	03026	1902	Europe/Madrid
6355403	Beniardá	beniarda			ES	60	A	03027	248	Europe/Madrid
6355404	Beniarrés	beniarres			ES	60	A	03028	1271	Europe/Madrid
6355405	Benigembla	benigembla	Benichembla,Benidzhembla,bei ni heng fu la,bnykhmbla,bynayjymbla,Беничембла,Беніджембла,بنیخمبلا,بينايجيمبلا,贝尼亨夫拉		ES	60	A	03029	583	Europe/Madrid
6355406	Benidoleig	benidoleig			ES	60	A	03030	1315	Europe/Madrid
6355407	Benidorm	benidorm			ES	60	A	03031	72991	Europe/Madrid
6355408	Benifallim	benifallim			ES	60	A	03032	110	Europe/Madrid
6355409	Benifato	benifato			ES	60	A	03033	202	Europe/Madrid
6355410	Benijófar	benijofar			ES	60	A	03034	4207	Europe/Madrid
6355411	Benilloba	benilloba			ES	60	A	03035	800	Europe/Madrid
6355412	Benillup	benillup			ES	60	A	03036	106	Europe/Madrid
6355413	Benimantell	benimantell			ES	60	A	03037	518	Europe/Madrid
6355414	Benimarfull	benimarfull			ES	60	A	03038	417	Europe/Madrid
6355415	Benimassot	benimassot			ES	60	A	03039	125	Europe/Madrid
6355416	Benimeli	benimeli			ES	60	A	03040	424	Europe/Madrid
6355417	Benissa	benissa			ES	60	A	03041	13808	Europe/Madrid
6355418	Benitachell/Poble Nou de Benitatxell, el	benitachell-poble-nou-de-benitatxell-el	Benitachell,Poble Nou de Benitatxell  el		ES	60	A	03042	5698	Europe/Madrid
6355419	Biar	biar			ES	60	A	03043	3695	Europe/Madrid
6355420	Bigastro	bigastro			ES	60	A	03044	6719	Europe/Madrid
6355421	Bolulla	bolulla			ES	60	A	03045	450	Europe/Madrid
6355422	Busot	busot			ES	60	A	03046	3412	Europe/Madrid
6355423	Calp / Calpe	calp-calpe			ES	60	A	03047	29550	Europe/Madrid
6355424	Callosa d'En Sarrià	callosa-d-en-sarria			ES	60	A	03048	7815	Europe/Madrid
6355425	Callosa de Segura	callosa-de-segura			ES	60	A	03049	18034	Europe/Madrid
6355426	El Campello	el-campello			ES	60	A	03050	27709	Europe/Madrid
6355427	Campo de Mirra/Camp de Mirra, el	campo-de-mirra-camp-de-mirra-el			ES	60	A	03051	444	Europe/Madrid
6355428	Cañada	canada			ES	60	A	03052	1237	Europe/Madrid
6355429	Castalla	castalla			ES	60	A	03053	10573	Europe/Madrid
6355430	Castell de Castells	castell-de-castells			ES	60	A	03054	478	Europe/Madrid
6355431	Catral	catral			ES	60	A	03055	9083	Europe/Madrid
6355432	Cocentaina	cocentaina			ES	60	A	03056	11591	Europe/Madrid
6355433	Confrides	confrides			ES	60	A	03057	283	Europe/Madrid
6355434	Cox	cox	Coix,Koks,Kosh,ke si,kks,kwks,Кокс,Кош,كوكس,ککس,科斯		ES	60	A	03058	7077	Europe/Madrid
6355435	Crevillent	crevillent	Crevillente,Krevil'ent,Krevil'ente,ke lei wei lian te,krwyynt,kryfaylnt,Кревильенте,Кревільєнт,كريفايلنت,کرویینت,克雷维连特		ES	60	A	03059	28439	Europe/Madrid
6355437	Daya Nueva	daya-nueva			ES	60	A	03061	1996	Europe/Madrid
6355438	Daya Vieja	daya-vieja			ES	60	A	03062	758	Europe/Madrid
6355439	Dénia	denia			ES	60	A	03063	44455	Europe/Madrid
6355440	Dolores	dolores	Dolores,Dolors,duo luo lei si,dwlwrs,dwlwrys,Долорес,دولورس,دولوريس,多洛雷斯		ES	60	A	03064	7362	Europe/Madrid
6355441	Elche	elche	Elche,Elx		ES	60	A	03065	230587	Europe/Madrid
6355442	Elda	elda			ES	60	A	03066	54536	Europe/Madrid
6355443	Facheca	facheca			ES	60	A	03067	104	Europe/Madrid
6355444	Famorca	famorca			ES	60	A	03068	59	Europe/Madrid
6355445	Finestrat	finestrat			ES	60	A	03069	6932	Europe/Madrid
6355446	Formentera del Segura	formentera-del-segura			ES	60	A	03070	4559	Europe/Madrid
6355447	Gata de Gorgos	gata-de-gorgos			ES	60	A	03071	6327	Europe/Madrid
6355448	Gaianes	gaianes			ES	60	A	03072	445	Europe/Madrid
6355449	Gorga	gorga			ES	60	A	03073	261	Europe/Madrid
6355450	Granja de Rocamora	granja-de-rocamora			ES	60	A	03074	2461	Europe/Madrid
6355451	Castell de Guadalest, el	castell-de-guadalest-el	Castell de Guadalest		ES	60	A	03075	238	Europe/Madrid
6355452	Guardamar del Segura	guardamar-del-segura	Guardamar del Segura,Guardamar-del'-Segura,Guardamar-del-Segura,Gvardamar-del'-Segura,ghwardma dyl syjwra,gua er da ma er de er sai gu la,gwardamar dl sgwra,Гвардамар-дель-Сегура,Гуардамар-дел-Сегура,Гуардамар-дель-Сегура,Գուարդամար դել Սեգուրա,غواردما ديل سيجورا,گواردامار دل سگورا,瓜尔达马尔德尔塞古拉		ES	60	A	03076	17138	Europe/Madrid
6355453	Fondó de les Neus, el/Hondón de las Nieves	fondo-de-les-neus-el-hondon-de-las-nieves			ES	60	A	03077	3037	Europe/Madrid
6355454	Hondón de los Frailes	hondon-de-los-frailes			ES	60	A	03078	1238	Europe/Madrid
6355455	Ibi	ibi			ES	60	A	03079	23616	Europe/Madrid
6355456	Jacarilla	jacarilla			ES	60	A	03080	2076	Europe/Madrid
6355457	Xaló	xalo	Jalon,Jalón		ES	60	A	03081	3301	Europe/Madrid
6355458	Javea	javea	Javea,Jávea,Xabia,Xàbia		ES	60	A	03082	32983	Europe/Madrid
6355459	Jijona/Xixona	jijona-xixona	Jijona,Xixona		ES	60	A	03083	6865	Europe/Madrid
6355460	Lorcha/Orxa, l'	lorcha-orxa-l			ES	60	A	03084	729	Europe/Madrid
6355461	Llíber	lliber			ES	60	A	03085	1071	Europe/Madrid
6355462	Millena	millena			ES	60	A	03086	217	Europe/Madrid
6355463	Monforte del Cid	monforte-del-cid			ES	60	A	03088	7803	Europe/Madrid
6355464	Monóvar/Monòver	monovar-monover			ES	60	A	03089	12844	Europe/Madrid
6355465	Mutxamel	mutxamel	Muchamel,Muchamel',Muchamiel,mu te ke sa mei er,mwtaksaml,mwtksaml,Мучамел,Мучамель,موتاكسامل,موتکسامل,穆特克萨梅尔		ES	60	A	03090	23834	Europe/Madrid
6355466	Murla	murla			ES	60	A	03091	598	Europe/Madrid
6355467	Muro de Alcoy	muro-de-alcoy			ES	60	A	03092	9010	Europe/Madrid
6355468	Novelda	novelda	Novel'da,Novelda,nblda,nuo wei er da,nwfylda,Новелда,Новельда,Նովելդա,نبلدا,نوفيلدا,诺韦尔达		ES	60	A	03093	26692	Europe/Madrid
6355469	La Nucia	la-nucia	La Nucia		ES	60	A	03094	19135	Europe/Madrid
6355470	Ondara	ondara			ES	60	A	03095	6657	Europe/Madrid
6355471	Onil	onil			ES	60	A	03096	7697	Europe/Madrid
6355472	Orba	orba			ES	60	A	03097	2604	Europe/Madrid
6355473	Orxeta	orxeta			ES	60	A	03098	921	Europe/Madrid
6355474	Orihuela	orihuela			ES	60	A	03099	90087	Europe/Madrid
6355475	Parcent	parcent			ES	60	A	03100	1131	Europe/Madrid
6355476	Pedreguer	pedreguer			ES	60	A	03101	7751	Europe/Madrid
6355477	Pego	pego			ES	60	A	03102	11029	Europe/Madrid
6355478	Penàguila	penaguila	Penagila,Penaguila,Penáguila,bynajwayla,pei na ji la,pnagyla,Пенагила,Пенагіла,بيناجوايلا,پناگیلا,佩纳吉拉		ES	60	A	03103	318	Europe/Madrid
6355479	Petrer	petrer	Petrel,Petrer,bytryr,pei te lei er,ptrr,Петрер,بيترير,پترر,佩特雷尔		ES	60	A	03104	34697	Europe/Madrid
6355480	Pinós, el/Pinoso	pinos-el-pinoso			ES	60	A	03105	7908	Europe/Madrid
6355481	Planes	planes			ES	60	A	03106	831	Europe/Madrid
6355482	Polop de Marina	polop-de-marina	Polop de Marina		ES	60	A	03107	4549	Europe/Madrid
6355483	Rafal	rafal			ES	60	A	03109	4213	Europe/Madrid
6355484	Ràfol d'Almúnia, El	rafol-d-almunia-el	Rafol de Almunia,Ráfol de Almúnia		ES	60	A	03110	749	Europe/Madrid
6355485	Redován	redovan			ES	60	A	03111	7554	Europe/Madrid
6355486	Relleu	relleu			ES	60	A	03112	1342	Europe/Madrid
6355487	Rojales	rojales			ES	60	A	03113	22006	Europe/Madrid
6355488	Romana, la	romana-la	La Romana		ES	60	A	03114	2509	Europe/Madrid
6355489	Sagra	sagra	Sagra,sa ge la,sagra,Сагра,ساگرا,萨格拉		ES	60	A	03115	446	Europe/Madrid
6355490	Salinas	salinas	Les Salines,Salinas,sa li na si,salynas,Салинас,Салінас,ساليناس,سالیناس,萨利纳斯		ES	60	A	03116	1603	Europe/Madrid
6355491	Sanet y Negrals	sanet-y-negrals			ES	60	A	03117	700	Europe/Madrid
6355492	San Fulgencio	san-fulgencio			ES	60	A	03118	12529	Europe/Madrid
6355493	Sant Joan d'Alacant	sant-joan-d-alacant	San Juan de Alicante,Sant Joan d'Alicant		ES	60	A	03119	22740	Europe/Madrid
6355494	San Miguel de Salinas	san-miguel-de-salinas			ES	60	A	03120	7602	Europe/Madrid
6355495	Santa Pola	santa-pola	Santa-Pola,santa bwla,santa pla,sheng bo la,Санта-Пола,سانتا بولا,سانتا پلا,圣波拉		ES	60	A	03121	33965	Europe/Madrid
6355496	San Vicente del Raspeig/Sant Vicent del Raspeig	san-vicente-del-raspeig-sant-vicent-del-raspeig			ES	60	A	03122	55100	Europe/Madrid
6355497	Sax	sax	Saix,Saks,Xaix,sa si,saks,saks  alykanty,Сакс,ساكس، أليكانتي,ساکس,萨斯		ES	60	A	03123	10069	Europe/Madrid
6355498	Sella	sella			ES	60	A	03124	626	Europe/Madrid
6355499	Senija	senija			ES	60	A	03125	642	Europe/Madrid
6355500	Tàrbena	tarbena			ES	60	A	03127	809	Europe/Madrid
6355501	Teulada	teulada			ES	60	A	03128	14578	Europe/Madrid
6355502	Tibi	tibi			ES	60	A	03129	1761	Europe/Madrid
6355503	Tollos	tollos			ES	60	A	03130	45	Europe/Madrid
6355504	Tormos	tormos			ES	60	A	03131	386	Europe/Madrid
6355505	Torremanzanas/Torre de les Maçanes, la	torremanzanas-torre-de-les-macanes-la			ES	60	A	03132	797	Europe/Madrid
6355506	Torrevieja	torrevieja			ES	60	A	03133	103720	Europe/Madrid
6355507	Vall d'Alcalà, la	vall-d-alcala-la			ES	60	A	03134	175	Europe/Madrid
6355508	Vall d'Ebo, la	vall-d-ebo-la	Vall de Ebo		ES	60	A	03135	286	Europe/Madrid
6355509	Vall de Gallinera	vall-de-gallinera			ES	60	A	03136	676	Europe/Madrid
6355510	La Vall de Laguar	la-vall-de-laguar	La Vall de Laguar,Vall de Laguart		ES	60	A	03137	959	Europe/Madrid
6355511	Verger, el	verger-el			ES	60	A	03138	4992	Europe/Madrid
6355512	Villajoyosa	villajoyosa	La Vila Joiosa,La-Vila-Dzhojoza,Vil'jakhojosa,Villajoyosa / La Vila Joiosa,bi li ya huo yue sa,faylajwywsa/la fayla jwaywsa,wyyakhwywsa,Вильяхойоса,Ла-Віла-Джойоза,فايلاجويوسا/لا فايلا جوايوسا,وییاخویوسا,比利亚霍约萨		ES	60	A	03139	33293	Europe/Madrid
6355513	Villena	villena	Vigiena,Vil'ena,Viljen,Villeno,Vilyena,bi lie na,blyant,byyna,Βιγιένα,Вильена,Вільєна,Վիլյենա,بليانة,بیینا,比列纳		ES	60	A	03140	34894	Europe/Madrid
6355514	els Poblets	els-poblets			ES	60	A	03901	3404	Europe/Madrid
6355515	Pilar de la Horadada	pilar-de-la-horadada			ES	60	A	03902	23403	Europe/Madrid
6355516	Montesinos, Los	montesinos-los			ES	60	A	03903	5203	Europe/Madrid
6355517	San Isidro	san-isidro			ES	60	A	03904	1921	Europe/Madrid
6355518	Abla	abla			ES	51	AL	04001	1465	Europe/Madrid
6355519	Abrucena	abrucena			ES	51	AL	04002	1360	Europe/Madrid
6355520	Adra	adra	Abdera,Adra,a de la,adeula,adra,Адра,Ադրա,آدرا,عذرة,阿德拉,아드라		ES	51	AL	04003	24626	Europe/Madrid
6355521	Albánchez	albanchez			ES	51	AL	04004	774	Europe/Madrid
6355522	Alboloduy	alboloduy			ES	51	AL	04005	674	Europe/Madrid
6355523	Albox	albox			ES	51	AL	04006	10821	Europe/Madrid
6355524	Alcolea	alcolea	Al'kolea,Alkolea,alklya,alkwlya,Алколеа,Альколеа,Ալկոլեա,آلکلئا,الكوليا		ES	51	AL	04007	895	Europe/Madrid
6355525	Alcóntar	alcontar			ES	51	AL	04008	624	Europe/Madrid
6355526	Alcudia de Monteagud	alcudia-de-monteagud			ES	51	AL	04009	151	Europe/Madrid
6355527	Alhabia	alhabia			ES	51	AL	04010	680	Europe/Madrid
6355528	Alhama de Almería	alhama-de-almeria			ES	51	AL	04011	3847	Europe/Madrid
6355529	Alicún	alicun			ES	51	AL	04012	267	Europe/Madrid
6355530	Almería	almeria	Almeria,Almerie,Almería,Almérie		ES	51	AL	04013	191443	Europe/Madrid
6355531	Almócita	almocita			ES	51	AL	04014	188	Europe/Madrid
6355532	Alsodux	alsodux			ES	51	AL	04015	149	Europe/Madrid
6355533	Arboleas	arboleas			ES	51	AL	04017	4990	Europe/Madrid
6355534	Armuña de Almanzora	armuna-de-almanzora			ES	51	AL	04018	340	Europe/Madrid
6355535	Bacares	bacares			ES	51	AL	04019	292	Europe/Madrid
6355536	Bayárcal	bayarcal			ES	51	AL	04020	376	Europe/Madrid
6355537	Bayarque	bayarque			ES	51	AL	04021	224	Europe/Madrid
6355538	Bédar	bedar			ES	51	AL	04022	1083	Europe/Madrid
6355539	Beires	beires			ES	51	AL	04023	111	Europe/Madrid
6355540	Benahadux	benahadux			ES	51	AL	04024	4201	Europe/Madrid
6355541	Benitagla	benitagla			ES	51	AL	04026	78	Europe/Madrid
6355542	Benizalón	benizalon			ES	51	AL	04027	288	Europe/Madrid
6355543	Bentarique	bentarique			ES	51	AL	04028	278	Europe/Madrid
6355544	Berja	berja			ES	51	AL	04029	15504	Europe/Madrid
6355545	Canjáyar	canjayar			ES	51	AL	04030	1438	Europe/Madrid
6355546	Cantoria	cantoria			ES	51	AL	04031	3956	Europe/Madrid
6355547	Carboneras	carboneras			ES	51	AL	04032	8081	Europe/Madrid
6355548	Castro de Filabres	castro-de-filabres			ES	51	AL	04033	157	Europe/Madrid
6355549	Cóbdar	cobdar			ES	51	AL	04034	156	Europe/Madrid
6355550	Cuevas del Almanzora	cuevas-del-almanzora			ES	51	AL	04035	13296	Europe/Madrid
6355551	Chercos	chercos			ES	51	AL	04036	307	Europe/Madrid
6355552	Chirivel	chirivel	Chirivel,Chirivel',chyrybl,qi li wei er,tshayrayfl,Чиривел,Чиривель,Чирівель,Չիրիվել,تشايرايفل,چیریبل,奇里韦尔		ES	51	AL	04037	1811	Europe/Madrid
6355553	Dalías	dalias			ES	51	AL	04038	4019	Europe/Madrid
6355554	Enix	enix	Ehniks,Eniks,ai ni si,anyks,aynayks,Еникс,Енікс,Эникс,Էնիքս,إينايكس,انیکس,埃尼斯		ES	51	AL	04041	456	Europe/Madrid
6355555	Felix	felix	Feliks,fei li si,flyks,fylayks,Феликс,Фелікс,Ֆելիքս,فلیکس,فيلايكس,费利斯		ES	51	AL	04043	662	Europe/Madrid
6355556	Fines	fines			ES	51	AL	04044	2260	Europe/Madrid
6355557	Fiñana	finana			ES	51	AL	04045	2367	Europe/Madrid
6355558	Fondón	fondon	Fondon,feng dong,fwndwn,Фондон,Ֆոնդոն,فوندون,丰东		ES	51	AL	04046	989	Europe/Madrid
6355559	Gádor	gador			ES	51	AL	04047	3241	Europe/Madrid
6355560	Gallardos, Los	gallardos-los			ES	51	AL	04048	3831	Europe/Madrid
6355561	Garrucha	garrucha	Garrucha,Garucha,garwcha,gharwtsha,jia lu cha,Гарруча,Гаруча,Գառուչա,غاروتشا,گاروچا,加鲁查		ES	51	AL	04049	8748	Europe/Madrid
6355562	Gérgal	gergal			ES	51	AL	04050	1086	Europe/Madrid
6355563	Huécija	huecija			ES	51	AL	04051	519	Europe/Madrid
6355564	Huércal de Almería	huercal-de-almeria			ES	51	AL	04052	16319	Europe/Madrid
6355565	Huércal-Overa	huercal-overa			ES	51	AL	04053	18686	Europe/Madrid
6355566	Illar	illar			ES	51	AL	04054	416	Europe/Madrid
6355567	Instinción	instincion			ES	51	AL	04055	470	Europe/Madrid
6355568	Laroya	laroya			ES	51	AL	04056	170	Europe/Madrid
6355569	Láujar de Andarax	laujar-de-andarax			ES	51	AL	04057	1735	Europe/Madrid
6355570	Líjar	lijar			ES	51	AL	04058	471	Europe/Madrid
6355571	Lubrín	lubrin			ES	51	AL	04059	1729	Europe/Madrid
6355572	Lucainena de las Torres	lucainena-de-las-torres			ES	51	AL	04060	656	Europe/Madrid
6355573	Lúcar	lucar			ES	51	AL	04061	886	Europe/Madrid
6355574	Macael	macael			ES	51	AL	04062	5936	Europe/Madrid
6355575	María	maria			ES	51	AL	04063	1370	Europe/Madrid
6355576	Mojácar	mojacar			ES	51	AL	04064	8173	Europe/Madrid
6355577	Nacimiento	nacimiento			ES	51	AL	04065	512	Europe/Madrid
6355578	Níjar	nijar	Nijar,Nikhar,Nixar,nayjar,ni ha er,nykhar,Нихар,Нијар,Ніхар,Նիխար,نايجار,نیخار,尼哈尔		ES	51	AL	04066	29465	Europe/Madrid
6355579	Ohanes	ohanes			ES	51	AL	04067	714	Europe/Madrid
6355580	Olula de Castro	olula-de-castro			ES	51	AL	04068	191	Europe/Madrid
6355581	Olula del Río	olula-del-rio			ES	51	AL	04069	6500	Europe/Madrid
6355582	Oria	oria			ES	51	AL	04070	2858	Europe/Madrid
6355583	Padules	padules			ES	51	AL	04071	520	Europe/Madrid
6355584	Partaloa	partaloa			ES	51	AL	04072	969	Europe/Madrid
6355585	Paterna del Río	paterna-del-rio			ES	51	AL	04073	433	Europe/Madrid
6355586	Pechina	pechina			ES	51	AL	04074	3746	Europe/Madrid
6355587	Pulpí	pulpi			ES	51	AL	04075	8848	Europe/Madrid
6355588	Purchena	purchena			ES	51	AL	04076	1761	Europe/Madrid
6355589	Rágol	ragol			ES	51	AL	04077	356	Europe/Madrid
6355590	Rioja	rioja			ES	51	AL	04078	1355	Europe/Madrid
6355591	Roquetas de Mar	roquetas-de-mar			ES	51	AL	04079	90358	Europe/Madrid
6355592	Santa Cruz de Marchena	santa-cruz-de-marchena			ES	51	AL	04080	231	Europe/Madrid
6355593	Santa Fe de Mondújar	santa-fe-de-mondujar			ES	51	AL	04081	463	Europe/Madrid
6355594	Senés	senes			ES	51	AL	04082	307	Europe/Madrid
6355595	Serón	seron			ES	51	AL	04083	2328	Europe/Madrid
6355596	Sierro	sierro			ES	51	AL	04084	439	Europe/Madrid
6355597	Somontín	somontin			ES	51	AL	04085	525	Europe/Madrid
6355598	Sorbas	sorbas			ES	51	AL	04086	2742	Europe/Madrid
6355599	Suflí	sufli			ES	51	AL	04087	260	Europe/Madrid
6355600	Tabernas	tabernas			ES	51	AL	04088	3682	Europe/Madrid
6355601	Taberno	taberno			ES	51	AL	04089	1174	Europe/Madrid
6355602	Tahal	tahal			ES	51	AL	04090	473	Europe/Madrid
6355603	Terque	terque			ES	51	AL	04091	454	Europe/Madrid
6355604	Tíjola	tijola			ES	51	AL	04092	3838	Europe/Madrid
6355605	Turre	turre			ES	51	AL	04093	3929	Europe/Madrid
6355606	Turrillas	turrillas			ES	51	AL	04094	234	Europe/Madrid
6355607	Uleila del Campo	uleila-del-campo			ES	51	AL	04095	989	Europe/Madrid
6355608	Urrácal	urracal			ES	51	AL	04096	342	Europe/Madrid
6355609	Velefique	velefique			ES	51	AL	04097	297	Europe/Madrid
6355610	Velez Blanco	velez-blanco	Velez Blanco,Vélez Blanco		ES	51	AL	04098	2238	Europe/Madrid
6355611	Velez Rubio	velez-rubio	Velez Rubio,Vélez Rubio		ES	51	AL	04099	7071	Europe/Madrid
6355612	Vera	vera	Vera,bei la,bra,fyra,Вера,برا,فيرا,贝拉		ES	51	AL	04100	15010	Europe/Madrid
6355613	Viator	viator			ES	51	AL	04101	5492	Europe/Madrid
6355614	Vícar	vicar	Vikar,bi ka er,bykar,Викар,Вікар,Վիկար,بيكار,بیکار,比卡尔		ES	51	AL	04102	24042	Europe/Madrid
6355615	Zurgena	zurgena			ES	51	AL	04103	3184	Europe/Madrid
6355616	Tres Villas, Las	tres-villas-las			ES	51	AL	04901	665	Europe/Madrid
6355617	Ejido, El	ejido-el			ES	51	AL	04902	83104	Europe/Madrid
6355618	Mojonera, La	mojonera-la			ES	51	AL	04903	8682	Europe/Madrid
6355619	Adanero	adanero			ES	55	AV	05001	266	Europe/Madrid
6355620	Adrada, La	adrada-la			ES	55	AV	05002	2704	Europe/Madrid
6355621	Albornos	albornos			ES	55	AV	05005	218	Europe/Madrid
6355622	Aldeanueva de Santa Cruz	aldeanueva-de-santa-cruz			ES	55	AV	05007	136	Europe/Madrid
6355623	Aldeaseca	aldeaseca			ES	55	AV	05008	273	Europe/Madrid
6355624	La Aldehuela	la-aldehuela			ES	55	AV	05010	199	Europe/Madrid
6355625	Amavida	amavida			ES	55	AV	05012	176	Europe/Madrid
6355626	Arenal, El	arenal-el			ES	55	AV	05013	1046	Europe/Madrid
6355627	Arenas de San Pedro	arenas-de-san-pedro			ES	55	AV	05014	6841	Europe/Madrid
6355628	Arevalillo	arevalillo			ES	55	AV	05015	101	Europe/Madrid
6355629	Arévalo	arevalo			ES	55	AV	05016	8118	Europe/Madrid
6355630	Aveinte	aveinte			ES	55	AV	05017	92	Europe/Madrid
6355631	Avellaneda	avellaneda			ES	55	AV	05018	30	Europe/Madrid
6355632	Ávila	avila	Abela,Abila,Abula,Aebura,Albicella,Avela,Avila,Avilo,Gorad Avila,Obila,a wei la,abilla,abira,ablt,abyla,avila,avyla,Àvila,Άβιλα,Авила,Авіла,Горад Авіла,אווילה,آبلة,آبیلا,اڤيلا,ავილა,アビラ,阿维拉,아빌라		ES	55	AV	05019	58915	Europe/Madrid
6355633	Barco de Ávila, El	barco-de-avila-el			ES	55	AV	05021	2715	Europe/Madrid
6355634	Barraco, El	barraco-el			ES	55	AV	05022	2085	Europe/Madrid
6355635	Barromán	barroman			ES	55	AV	05023	199	Europe/Madrid
6355636	Becedas	becedas			ES	55	AV	05024	261	Europe/Madrid
6355637	Becedillas	becedillas			ES	55	AV	05025	117	Europe/Madrid
6355638	Bercial de Zapardiel	bercial-de-zapardiel			ES	55	AV	05026	245	Europe/Madrid
6355639	Berlanas, Las	berlanas-las			ES	55	AV	05027	366	Europe/Madrid
6355640	Bernuy-Zapardiel	bernuy-zapardiel			ES	55	AV	05029	138	Europe/Madrid
6355641	Berrocalejo de Aragona	berrocalejo-de-aragona			ES	55	AV	05030	52	Europe/Madrid
6355642	Blascomillán	blascomillan			ES	55	AV	05033	207	Europe/Madrid
6355643	Blasconuño de Matacabras	blasconuno-de-matacabras			ES	55	AV	05034	18	Europe/Madrid
6355644	Blascosancho	blascosancho			ES	55	AV	05035	102	Europe/Madrid
6355645	Bohodón, El	bohodon-el			ES	55	AV	05036	136	Europe/Madrid
6355646	Bohoyo	bohoyo			ES	55	AV	05037	328	Europe/Madrid
6355647	Bonilla de la Sierra	bonilla-de-la-sierra			ES	55	AV	05038	134	Europe/Madrid
6355648	Brabos	brabos			ES	55	AV	05039	55	Europe/Madrid
6355649	Bularros	bularros			ES	55	AV	05040	80	Europe/Madrid
6355650	Burgohondo	burgohondo			ES	55	AV	05041	1300	Europe/Madrid
6355724	Martiherrero	martiherrero			ES	55	AV	05121	300	Europe/Madrid
6355651	Cabezas de Alambre	cabezas-de-alambre			ES	55	AV	05042	179	Europe/Madrid
6355652	Cabezas del Pozo	cabezas-del-pozo			ES	55	AV	05043	84	Europe/Madrid
6355653	Cabezas del Villar	cabezas-del-villar			ES	55	AV	05044	308	Europe/Madrid
6355654	Cabizuela	cabizuela			ES	55	AV	05045	111	Europe/Madrid
6355655	Canales	canales			ES	55	AV	05046	47	Europe/Madrid
6355656	Candeleda	candeleda			ES	55	AV	05047	5233	Europe/Madrid
6355657	Cantiveros	cantiveros			ES	55	AV	05048	144	Europe/Madrid
6355658	Cardeñosa	cardenosa			ES	55	AV	05049	492	Europe/Madrid
6355659	La Carrera	la-carrera			ES	55	AV	05051	210	Europe/Madrid
6355660	Casas del Puerto	casas-del-puerto			ES	55	AV	05052	105	Europe/Madrid
6355661	Casasola	casasola			ES	55	AV	05053	88	Europe/Madrid
6355662	Casavieja	casavieja			ES	55	AV	05054	1575	Europe/Madrid
6355663	Casillas	casillas	Kasil'jas,Kasiljas,ka xi li ya si,kasyas,kasyyas,Касильяс,Касилјас,Касільяс,كاسياس,کاسییاس,卡西利亚斯		ES	55	AV	05055	799	Europe/Madrid
6355664	Castellanos de Zapardiel	castellanos-de-zapardiel			ES	55	AV	05056	107	Europe/Madrid
6355665	Cebreros	cebreros			ES	55	AV	05057	3478	Europe/Madrid
6355666	Cepeda la Mora	cepeda-la-mora			ES	55	AV	05058	89	Europe/Madrid
6355667	Cillán	cillan			ES	55	AV	05059	114	Europe/Madrid
6355668	Cisla	cisla			ES	55	AV	05060	137	Europe/Madrid
6355669	Colilla, La	colilla-la			ES	55	AV	05061	344	Europe/Madrid
6355670	Collado de Contreras	collado-de-contreras			ES	55	AV	05062	224	Europe/Madrid
6355671	Collado del Mirón	collado-del-miron			ES	55	AV	05063	44	Europe/Madrid
6355672	Constanzana	constanzana			ES	55	AV	05064	125	Europe/Madrid
6355673	Crespos	crespos	Krespos,ke lei si bo si,krsps,krysbws,Креспос,كريسبوس,کرسپس,克雷斯波斯		ES	55	AV	05065	535	Europe/Madrid
6355674	Cuevas del Valle	cuevas-del-valle			ES	55	AV	05066	540	Europe/Madrid
6355675	Chamartín	chamartin			ES	55	AV	05067	89	Europe/Madrid
6355676	Donjimeno	donjimeno			ES	55	AV	05069	94	Europe/Madrid
6355677	Donvidas	donvidas			ES	55	AV	05070	41	Europe/Madrid
6355678	Espinosa de los Caballeros	espinosa-de-los-caballeros			ES	55	AV	05072	108	Europe/Madrid
6355679	Flores de Ávila	flores-de-avila			ES	55	AV	05073	339	Europe/Madrid
6355680	Fontiveros	fontiveros			ES	55	AV	05074	828	Europe/Madrid
6355681	Fresnedilla	fresnedilla			ES	55	AV	05075	112	Europe/Madrid
6355682	Fresno, El	fresno-el			ES	55	AV	05076	579	Europe/Madrid
6355683	Fuente el Saúz	fuente-el-sauz			ES	55	AV	05077	192	Europe/Madrid
6355684	Fuentes de Año	fuentes-de-ano			ES	55	AV	05078	135	Europe/Madrid
6355685	Gallegos de Altamiros	gallegos-de-altamiros			ES	55	AV	05079	60	Europe/Madrid
6355686	Gallegos de Sobrinos	gallegos-de-sobrinos			ES	55	AV	05080	72	Europe/Madrid
6355687	Garganta del Villar	garganta-del-villar			ES	55	AV	05081	43	Europe/Madrid
6355688	Gavilanes	gavilanes	Gavilanes,Gávilanes,gabylans,ghafylans,jia wei la nei si,Гавиланес,Гавіланес,غافيلانس,گابیلانس,加维拉内斯		ES	55	AV	05082	651	Europe/Madrid
6355689	Gemuño	gemuno			ES	55	AV	05083	164	Europe/Madrid
6355690	Gilbuena	gilbuena			ES	55	AV	05084	88	Europe/Madrid
6355691	Gil García	gil-garcia			ES	55	AV	05085	40	Europe/Madrid
6355692	Gimialcón	gimialcon			ES	55	AV	05086	94	Europe/Madrid
6355693	Gotarrendura	gotarrendura			ES	55	AV	05087	163	Europe/Madrid
6355694	Grandes y San Martín	grandes-y-san-martin			ES	55	AV	05088	30	Europe/Madrid
6355695	Guisando	guisando	Gisanda,Gisando,ghysandw,gysandw,ji sang duo,Гисандо,Гісанда,Гісандо,Գիսանդո,غيساندو,گیساندو,吉桑多		ES	55	AV	05089	564	Europe/Madrid
6355696	Gutierre-Muñoz	gutierre-munoz			ES	55	AV	05090	81	Europe/Madrid
6355697	Hernansancho	hernansancho			ES	55	AV	05092	188	Europe/Madrid
6355698	Herradón de Pinares	herradon-de-pinares			ES	55	AV	05093	532	Europe/Madrid
6355699	Herreros de Suso	herreros-de-suso			ES	55	AV	05094	164	Europe/Madrid
6355700	Higuera de las Dueñas	higuera-de-las-duenas			ES	55	AV	05095	336	Europe/Madrid
6355701	Hija de Dios, La	hija-de-dios-la			ES	55	AV	05096	85	Europe/Madrid
6355702	Horcajada, La	horcajada-la			ES	55	AV	05097	556	Europe/Madrid
6355703	Horcajo de las Torres	horcajo-de-las-torres			ES	55	AV	05099	603	Europe/Madrid
6355704	Hornillo, El	hornillo-el			ES	55	AV	05100	342	Europe/Madrid
6355705	Hoyocasero	hoyocasero			ES	55	AV	05101	327	Europe/Madrid
6355706	Hoyo de Pinares, El	hoyo-de-pinares-el			ES	55	AV	05102	2449	Europe/Madrid
6355707	Hoyorredondo	hoyorredondo			ES	55	AV	05103	83	Europe/Madrid
6355708	Hoyos del Collado	hoyos-del-collado			ES	55	AV	05104	35	Europe/Madrid
6355709	Hoyos del Espino	hoyos-del-espino			ES	55	AV	05105	443	Europe/Madrid
6355710	Hoyos de Miguel Muñoz	hoyos-de-miguel-munoz			ES	55	AV	05106	43	Europe/Madrid
6355711	Hurtumpascual	hurtumpascual			ES	55	AV	05107	73	Europe/Madrid
6355712	Junciana	junciana			ES	55	AV	05108	65	Europe/Madrid
6355713	Langa	langa	Langa,lan jia,langa,langha,Ланга,Լանգա,لانغا,لانگا,兰加		ES	55	AV	05109	520	Europe/Madrid
6355714	Lanzahíta	lanzahita			ES	55	AV	05110	938	Europe/Madrid
6355715	Losar del Barco, El	losar-del-barco-el			ES	55	AV	05112	133	Europe/Madrid
6355716	Llanos de Tormes, Los	llanos-de-tormes-los			ES	55	AV	05113	92	Europe/Madrid
6355717	Madrigal de las Altas Torres	madrigal-de-las-altas-torres			ES	55	AV	05114	1621	Europe/Madrid
6355718	Maello	maello			ES	55	AV	05115	734	Europe/Madrid
6355719	Malpartida de Corneja	malpartida-de-corneja			ES	55	AV	05116	138	Europe/Madrid
6355720	Mamblas	mamblas			ES	55	AV	05117	229	Europe/Madrid
6355721	Mancera de Arriba	mancera-de-arriba			ES	55	AV	05118	97	Europe/Madrid
6355722	Manjabálago	manjabalago			ES	55	AV	05119	40	Europe/Madrid
6355723	Marlín	marlin			ES	55	AV	05120	36	Europe/Madrid
6355725	Martínez	martinez			ES	55	AV	05122	156	Europe/Madrid
6355726	Mediana de Voltoya	mediana-de-voltoya			ES	55	AV	05123	101	Europe/Madrid
6355727	Medinilla	medinilla	Medinil'ja,Medinilja,mdynyya,mei di ni li ya,mydynya,Мединилья,Мединилја,Медінілья,مدینییا,ميدينيا,梅迪尼利亚		ES	55	AV	05124	133	Europe/Madrid
6355728	Mengamuñoz	mengamunoz			ES	55	AV	05125	67	Europe/Madrid
6355729	Mesegar de Corneja	mesegar-de-corneja			ES	55	AV	05126	77	Europe/Madrid
6355730	Mijares	mijares	Mijares,Mikhares,mayjarys,mi ha lei si,mykhars,Михарес,Мијарес,Міхарес,مايجاريس,میخارس,米哈雷斯		ES	55	AV	05127	828	Europe/Madrid
6355731	Mingorría	mingorria			ES	55	AV	05128	410	Europe/Madrid
6355732	Mirón, El	miron-el			ES	55	AV	05129	152	Europe/Madrid
6355733	Mironcillo	mironcillo			ES	55	AV	05130	104	Europe/Madrid
6355734	Mirueña de los Infanzones	miruena-de-los-infanzones			ES	55	AV	05131	122	Europe/Madrid
6355735	Mombeltrán	mombeltran			ES	55	AV	05132	1165	Europe/Madrid
6355736	Monsalupe	monsalupe			ES	55	AV	05133	60	Europe/Madrid
6355737	Moraleja de Matacabras	moraleja-de-matacabras			ES	55	AV	05134	55	Europe/Madrid
6355738	Muñana	munana			ES	55	AV	05135	489	Europe/Madrid
6355739	Muñico	munico			ES	55	AV	05136	117	Europe/Madrid
6355740	Muñogalindo	munogalindo			ES	55	AV	05138	401	Europe/Madrid
6355741	Muñogrande	munogrande			ES	55	AV	05139	81	Europe/Madrid
6355742	Muñomer del Peco	munomer-del-peco			ES	55	AV	05140	139	Europe/Madrid
6355743	Muñopepe	munopepe			ES	55	AV	05141	106	Europe/Madrid
6355744	Muñosancho	munosancho			ES	55	AV	05142	122	Europe/Madrid
6355745	Muñotello	munotello			ES	55	AV	05143	76	Europe/Madrid
6355746	Narrillos del Álamo	narrillos-del-alamo			ES	55	AV	05144	91	Europe/Madrid
6355747	Narrillos del Rebollar	narrillos-del-rebollar			ES	55	AV	05145	60	Europe/Madrid
6355748	Narros del Castillo	narros-del-castillo			ES	55	AV	05147	187	Europe/Madrid
6355749	Narros del Puerto	narros-del-puerto			ES	55	AV	05148	38	Europe/Madrid
6355750	Narros de Saldueña	narros-de-salduena			ES	55	AV	05149	130	Europe/Madrid
6355751	Navacepedilla de Corneja	navacepedilla-de-corneja			ES	55	AV	05151	116	Europe/Madrid
6355752	Nava de Arévalo	nava-de-arevalo			ES	55	AV	05152	857	Europe/Madrid
6355753	Nava del Barco	nava-del-barco			ES	55	AV	05153	110	Europe/Madrid
6355754	Navadijos	navadijos			ES	55	AV	05154	46	Europe/Madrid
6355755	Navaescurial	navaescurial			ES	55	AV	05155	60	Europe/Madrid
6355756	Navahondilla	navahondilla			ES	55	AV	05156	342	Europe/Madrid
6355757	Navalacruz	navalacruz			ES	55	AV	05157	279	Europe/Madrid
6355758	Navalmoral	navalmoral	Naval'moral',Navalmoral,Navalmoral de la Sierra,na wa er mo la er,nabalmral,nafalmwral,Навалморал,Навальмораль,نابالمرال,نافالمورال,纳瓦尔莫拉尔		ES	55	AV	05158	417	Europe/Madrid
6355759	Navalonguilla	navalonguilla			ES	55	AV	05159	289	Europe/Madrid
6355760	Navalosa	navalosa			ES	55	AV	05160	354	Europe/Madrid
6355761	Navalperal de Pinares	navalperal-de-pinares			ES	55	AV	05161	1001	Europe/Madrid
6355762	Navalperal de Tormes	navalperal-de-tormes			ES	55	AV	05162	107	Europe/Madrid
6355763	Navaluenga	navaluenga			ES	55	AV	05163	2152	Europe/Madrid
6355764	Navaquesera	navaquesera			ES	55	AV	05164	33	Europe/Madrid
6355765	Navarredonda de Gredos	navarredonda-de-gredos			ES	55	AV	05165	485	Europe/Madrid
6355766	Navarredondilla	navarredondilla			ES	55	AV	05166	274	Europe/Madrid
6355767	Navarrevisca	navarrevisca			ES	55	AV	05167	312	Europe/Madrid
6355768	Navas del Marqués, Las	navas-del-marques-las			ES	55	AV	05168	5728	Europe/Madrid
6355769	Navatalgordo	navatalgordo			ES	55	AV	05169	255	Europe/Madrid
6355770	Navatejares	navatejares			ES	55	AV	05170	61	Europe/Madrid
6355771	Neila de San Miguel	neila-de-san-miguel			ES	55	AV	05171	84	Europe/Madrid
6355772	Niharra	niharra			ES	55	AV	05172	170	Europe/Madrid
6355773	Ojos-Albos	ojos-albos			ES	55	AV	05173	60	Europe/Madrid
6355774	Orbita	orbita			ES	55	AV	05174	87	Europe/Madrid
6355775	Oso, El	oso-el			ES	55	AV	05175	210	Europe/Madrid
6355776	Padiernos	padiernos			ES	55	AV	05176	275	Europe/Madrid
6355777	Pajares de Adaja	pajares-de-adaja			ES	55	AV	05177	194	Europe/Madrid
6355778	Palacios de Goda	palacios-de-goda			ES	55	AV	05178	447	Europe/Madrid
6355779	Papatrigo	papatrigo			ES	55	AV	05179	265	Europe/Madrid
6355780	Parral, El	parral-el			ES	55	AV	05180	106	Europe/Madrid
6355781	Pascualcobo	pascualcobo			ES	55	AV	05181	42	Europe/Madrid
6355782	Pedro Bernardo	pedro-bernardo			ES	55	AV	05182	968	Europe/Madrid
6355783	Pedro-Rodríguez	pedro-rodriguez			ES	55	AV	05183	187	Europe/Madrid
6355784	Peguerinos	peguerinos			ES	55	AV	05184	339	Europe/Madrid
6355785	Peñalba de Ávila	penalba-de-avila			ES	55	AV	05185	129	Europe/Madrid
6355786	Piedrahíta	piedrahita	P'edraita,Pedraita,Piedrakhita,bi de la yi ta,bydrahyta,pydrahyta,Пиедрахита,Пьедраита,Пєдраїта,بيدراهيتا,پیدراهیتا,彼德拉伊塔		ES	55	AV	05186	2054	Europe/Madrid
6355787	Piedralaves	piedralaves			ES	55	AV	05187	2288	Europe/Madrid
6355788	Poveda	poveda			ES	55	AV	05188	58	Europe/Madrid
6355789	Poyales del Hoyo	poyales-del-hoyo			ES	55	AV	05189	616	Europe/Madrid
6355790	Pozanco	pozanco			ES	55	AV	05190	61	Europe/Madrid
6355791	Pradosegar	pradosegar			ES	55	AV	05191	145	Europe/Madrid
6355792	Puerto Castilla	puerto-castilla			ES	55	AV	05192	102	Europe/Madrid
6355793	Rasueros	rasueros			ES	55	AV	05193	231	Europe/Madrid
6355794	Riocabado	riocabado			ES	55	AV	05194	171	Europe/Madrid
6355795	Riofrío	riofrio	Riofrio,li ao fu li ao,ryfryw,rywfryw,Риофрио,Ріофріо,ريوفريو,ریفریو,里奥夫里奥		ES	55	AV	05195	247	Europe/Madrid
6355796	Rivilla de Barajas	rivilla-de-barajas			ES	55	AV	05196	79	Europe/Madrid
6355797	Salobral	salobral			ES	55	AV	05197	131	Europe/Madrid
6355798	Salvadiós	salvadios			ES	55	AV	05198	85	Europe/Madrid
6355799	San Bartolomé de Béjar	san-bartolome-de-bejar			ES	55	AV	05199	47	Europe/Madrid
6355800	San Bartolomé de Corneja	san-bartolome-de-corneja			ES	55	AV	05200	65	Europe/Madrid
6355801	San Bartolomé de Pinares	san-bartolome-de-pinares			ES	55	AV	05201	621	Europe/Madrid
6355802	Sanchidrián	sanchidrian			ES	55	AV	05204	840	Europe/Madrid
6355803	Sanchorreja	sanchorreja			ES	55	AV	05205	92	Europe/Madrid
6355804	San Esteban de los Patos	san-esteban-de-los-patos			ES	55	AV	05206	36	Europe/Madrid
6355805	San Esteban del Valle	san-esteban-del-valle			ES	55	AV	05207	833	Europe/Madrid
6355806	San Esteban de Zapardiel	san-esteban-de-zapardiel			ES	55	AV	05208	52	Europe/Madrid
6355807	San García de Ingelmos	san-garcia-de-ingelmos			ES	55	AV	05209	102	Europe/Madrid
6355808	San Juan de la Encinilla	san-juan-de-la-encinilla			ES	55	AV	05210	103	Europe/Madrid
6355809	San Juan de la Nava	san-juan-de-la-nava			ES	55	AV	05211	532	Europe/Madrid
6355810	San Juan del Molinillo	san-juan-del-molinillo			ES	55	AV	05212	289	Europe/Madrid
6355811	San Juan del Olmo	san-juan-del-olmo	Grajos		ES	55	AV	05213	113	Europe/Madrid
6355812	San Lorenzo de Tormes	san-lorenzo-de-tormes			ES	55	AV	05214	56	Europe/Madrid
6355813	San Martín de la Vega del Alberche	san-martin-de-la-vega-del-alberche			ES	55	AV	05215	197	Europe/Madrid
6355814	San Martín del Pimpollar	san-martin-del-pimpollar			ES	55	AV	05216	216	Europe/Madrid
6355815	San Miguel de Corneja	san-miguel-de-corneja			ES	55	AV	05217	75	Europe/Madrid
6355816	San Miguel de Serrezuela	san-miguel-de-serrezuela			ES	55	AV	05218	159	Europe/Madrid
6355817	San Pascual	san-pascual			ES	55	AV	05219	52	Europe/Madrid
6355818	San Pedro del Arroyo	san-pedro-del-arroyo			ES	55	AV	05220	471	Europe/Madrid
6355819	Santa Cruz del Valle	santa-cruz-del-valle			ES	55	AV	05221	426	Europe/Madrid
6355820	Santa Cruz de Pinares	santa-cruz-de-pinares			ES	55	AV	05222	161	Europe/Madrid
6355821	Santa María del Arroyo	santa-maria-del-arroyo			ES	55	AV	05224	97	Europe/Madrid
6355822	Santa María del Berrocal	santa-maria-del-berrocal			ES	55	AV	05225	443	Europe/Madrid
6355823	Santa María de los Caballeros	santa-maria-de-los-caballeros			ES	55	AV	05226	92	Europe/Madrid
6355824	Santa María del Tiétar	santa-maria-del-tietar			ES	55	AV	05227	568	Europe/Madrid
6355825	Santiago del Collado	santiago-del-collado			ES	55	AV	05228	199	Europe/Madrid
6355826	Santo Domingo de las Posadas	santo-domingo-de-las-posadas			ES	55	AV	05229	96	Europe/Madrid
6355827	Santo Tomé de Zabarcos	santo-tome-de-zabarcos			ES	55	AV	05230	113	Europe/Madrid
6355828	San Vicente de Arévalo	san-vicente-de-arevalo			ES	55	AV	05231	204	Europe/Madrid
6355829	Serrada, La	serrada-la			ES	55	AV	05232	114	Europe/Madrid
6355830	Serranillos	serranillos			ES	55	AV	05233	278	Europe/Madrid
6355831	Sigeres	sigeres			ES	55	AV	05234	58	Europe/Madrid
6355832	Sinlabajos	sinlabajos			ES	55	AV	05235	148	Europe/Madrid
6355833	Solana de Ávila	solana-de-avila			ES	55	AV	05236	140	Europe/Madrid
6355834	Solana de Rioalmar	solana-de-rioalmar			ES	55	AV	05237	211	Europe/Madrid
6355835	Solosancho	solosancho			ES	55	AV	05238	949	Europe/Madrid
6355836	Sotalbo	sotalbo			ES	55	AV	05239	239	Europe/Madrid
6355837	Sotillo de la Adrada	sotillo-de-la-adrada			ES	55	AV	05240	4845	Europe/Madrid
6355838	Tiemblo, El	tiemblo-el			ES	55	AV	05241	4461	Europe/Madrid
6355839	Tiñosillos	tinosillos			ES	55	AV	05242	834	Europe/Madrid
6355840	Tolbaños	tolbanos			ES	55	AV	05243	107	Europe/Madrid
6355841	Tormellas	tormellas			ES	55	AV	05244	65	Europe/Madrid
6355842	Tornadizos de Ávila	tornadizos-de-avila			ES	55	AV	05245	397	Europe/Madrid
6355843	Tórtoles	tortoles			ES	55	AV	05246	73	Europe/Madrid
6355844	Torre, La	torre-la			ES	55	AV	05247	272	Europe/Madrid
6355845	Umbrías	umbrias			ES	55	AV	05249	127	Europe/Madrid
6355846	Vadillo de la Sierra	vadillo-de-la-sierra			ES	55	AV	05251	80	Europe/Madrid
6355847	Valdecasa	valdecasa			ES	55	AV	05252	70	Europe/Madrid
6355848	Vega de Santa María	vega-de-santa-maria			ES	55	AV	05253	96	Europe/Madrid
6355849	Velayos	velayos			ES	55	AV	05254	262	Europe/Madrid
6355850	Villaflor	villaflor	Vil'jaflor,Vilaflor,bi li ya fu luo er,byaflwr,fyaflwr,Вилафлор,Вильяфлор,Вільяфлор,بیافلور,فيافلور,比利亚夫洛尔		ES	55	AV	05256	134	Europe/Madrid
6355851	Villafranca de la Sierra	villafranca-de-la-sierra			ES	55	AV	05257	151	Europe/Madrid
6355852	Villanueva de Gómez	villanueva-de-gomez			ES	55	AV	05258	144	Europe/Madrid
6355853	Villanueva del Aceral	villanueva-del-aceral			ES	55	AV	05259	155	Europe/Madrid
6355854	Villanueva del Campillo	villanueva-del-campillo			ES	55	AV	05260	112	Europe/Madrid
6355855	Villar de Corneja	villar-de-corneja			ES	55	AV	05261	48	Europe/Madrid
6355856	Villarejo del Valle	villarejo-del-valle			ES	55	AV	05262	424	Europe/Madrid
6355857	Villatoro	villatoro			ES	55	AV	05263	191	Europe/Madrid
6355858	Viñegra de Moraña	vinegra-de-morana			ES	55	AV	05264	57	Europe/Madrid
6355859	Vita	vita			ES	55	AV	05265	92	Europe/Madrid
6355860	Zapardiel de la Cañada	zapardiel-de-la-canada			ES	55	AV	05266	114	Europe/Madrid
6355861	Zapardiel de la Ribera	zapardiel-de-la-ribera			ES	55	AV	05267	119	Europe/Madrid
6355862	San Juan de Gredos	san-juan-de-gredos			ES	55	AV	05901	317	Europe/Madrid
6355863	Santa María del Cubillo	santa-maria-del-cubillo			ES	55	AV	05902	338	Europe/Madrid
6355864	Diego del Carpio	diego-del-carpio			ES	55	AV	05903	175	Europe/Madrid
6355865	Santiago del Tormes	santiago-del-tormes			ES	55	AV	05904	156	Europe/Madrid
6355866	Villanueva de Ávila	villanueva-de-avila			ES	55	AV	05905	252	Europe/Madrid
6355867	Acedera	acedera			ES	57	BA	06001	810	Europe/Madrid
6355868	Aceuchal	aceuchal			ES	57	BA	06002	5702	Europe/Madrid
6355869	Ahillones	ahillones			ES	57	BA	06003	998	Europe/Madrid
6355870	Alange	alange			ES	57	BA	06004	1971	Europe/Madrid
6355871	Alburquerque	alburquerque	Al'burkerke,Alburkerke,a er wu er ke er ke,albwrkrkh,albwrqwyrqy,aruburukeruke,Албуркерке,Альбуркерке,آلبورکرکه,البورقويرقي,アルブルケルケ,阿尔武尔克尔克		ES	57	BA	06006	5587	Europe/Madrid
6355872	Alconchel	alconchel			ES	57	BA	06007	1873	Europe/Madrid
6355873	Alconera	alconera			ES	57	BA	06008	744	Europe/Madrid
6355874	Aljucén	aljucen			ES	57	BA	06009	248	Europe/Madrid
6355875	Almendral	almendral			ES	57	BA	06010	1286	Europe/Madrid
6355876	Almendralejo	almendralejo			ES	57	BA	06011	34694	Europe/Madrid
6355877	Arroyo de San Serván	arroyo-de-san-servan			ES	57	BA	06012	4267	Europe/Madrid
6355878	Atalaya	atalaya			ES	57	BA	06013	319	Europe/Madrid
6355879	Azuaga	azuaga	Asuaga,Azuaga,a su a jia,azwagha,Азуага,Асуага,أزواغا,阿苏阿加		ES	57	BA	06014	8205	Europe/Madrid
6355880	Badajoz	badajoz			ES	57	BA	06015	149746	Europe/Madrid
6355881	Barcarrota	barcarrota			ES	57	BA	06016	3692	Europe/Madrid
6355882	Baterno	baterno			ES	57	BA	06017	335	Europe/Madrid
6355883	Benquerencia de la Serena	benquerencia-de-la-serena			ES	57	BA	06018	925	Europe/Madrid
6355884	Berlanga	berlanga			ES	57	BA	06019	2486	Europe/Madrid
6355885	Bienvenida	bienvenida			ES	57	BA	06020	2275	Europe/Madrid
6355886	Bodonal de la Sierra	bodonal-de-la-sierra			ES	57	BA	06021	1135	Europe/Madrid
6355887	Burguillos del Cerro	burguillos-del-cerro			ES	57	BA	06022	3255	Europe/Madrid
6355888	Cabeza del Buey	cabeza-del-buey			ES	57	BA	06023	5338	Europe/Madrid
6355889	Cabeza la Vaca	cabeza-la-vaca			ES	57	BA	06024	1430	Europe/Madrid
6355890	Calamonte	calamonte			ES	57	BA	06025	6361	Europe/Madrid
6355891	Calera de León	calera-de-leon			ES	57	BA	06026	1029	Europe/Madrid
6355892	Calzadilla de los Barros	calzadilla-de-los-barros			ES	57	BA	06027	914	Europe/Madrid
6355893	Campanario	campanario			ES	57	BA	06028	5256	Europe/Madrid
6355894	Campillo de Llerena	campillo-de-llerena			ES	57	BA	06029	1442	Europe/Madrid
6355895	Capilla	capilla			ES	57	BA	06030	182	Europe/Madrid
6355896	Carmonita	carmonita			ES	57	BA	06031	574	Europe/Madrid
6355897	Carrascalejo, El	carrascalejo-el			ES	57	BA	06032	84	Europe/Madrid
6355898	Casas de Don Pedro	casas-de-don-pedro			ES	57	BA	06033	1646	Europe/Madrid
6355899	Casas de Reina	casas-de-reina			ES	57	BA	06034	208	Europe/Madrid
6355900	Castilblanco	castilblanco			ES	57	BA	06035	1148	Europe/Madrid
6355901	Castuera	castuera			ES	57	BA	06036	6422	Europe/Madrid
6355902	Codosera, La	codosera-la			ES	57	BA	06037	2337	Europe/Madrid
6355903	Cordobilla de Lácara	cordobilla-de-lacara			ES	57	BA	06038	979	Europe/Madrid
6355904	Coronada, La	coronada-la			ES	57	BA	06039	2242	Europe/Madrid
6355905	Corte de Peleas	corte-de-peleas			ES	57	BA	06040	1334	Europe/Madrid
6355906	Cristina	cristina			ES	57	BA	06041	561	Europe/Madrid
6355907	Cheles	cheles			ES	57	BA	06042	1223	Europe/Madrid
6355908	Don Álvaro	don-alvaro			ES	57	BA	06043	758	Europe/Madrid
6355909	Don Benito	don-benito			ES	57	BA	06044	37048	Europe/Madrid
6355910	Entrín Bajo	entrin-bajo			ES	57	BA	06045	608	Europe/Madrid
6355911	Esparragalejo	esparragalejo			ES	57	BA	06046	1526	Europe/Madrid
6355912	Esparragosa de la Serena	esparragosa-de-la-serena			ES	57	BA	06047	1069	Europe/Madrid
6355913	Esparragosa de Lares	esparragosa-de-lares			ES	57	BA	06048	1018	Europe/Madrid
6355914	Feria	feria			ES	57	BA	06049	1268	Europe/Madrid
6355915	Fregenal de la Sierra	fregenal-de-la-sierra			ES	57	BA	06050	5148	Europe/Madrid
6355916	Fuenlabrada de los Montes	fuenlabrada-de-los-montes			ES	57	BA	06051	1961	Europe/Madrid
6355917	Fuente de Cantos	fuente-de-cantos			ES	57	BA	06052	4944	Europe/Madrid
6355918	Fuente del Arco	fuente-del-arco			ES	57	BA	06053	745	Europe/Madrid
6355919	Fuente del Maestre	fuente-del-maestre			ES	57	BA	06054	6943	Europe/Madrid
6355920	Fuentes de León	fuentes-de-leon			ES	57	BA	06055	2468	Europe/Madrid
6355921	Garbayuela	garbayuela			ES	57	BA	06056	559	Europe/Madrid
6355922	Garlitos	garlitos			ES	57	BA	06057	634	Europe/Madrid
6355923	Garrovilla, La	garrovilla-la			ES	57	BA	06058	2513	Europe/Madrid
6355924	Granja de Torrehermosa	granja-de-torrehermosa			ES	57	BA	06059	2269	Europe/Madrid
6355925	Guareña	guarena	Guaren'ja,Guarenia,Gvarena,ghwarynya,gua lei ni ya,gwarnya,Гварења,Гуаренья,Գուարենիա,غوارينيا,گوارنیا,瓜雷尼亚		ES	57	BA	06060	7289	Europe/Madrid
6355926	Haba, La	haba-la			ES	57	BA	06061	1319	Europe/Madrid
6355927	Helechosa de los Montes	helechosa-de-los-montes			ES	57	BA	06062	727	Europe/Madrid
6355928	Herrera del Duque	herrera-del-duque			ES	57	BA	06063	3707	Europe/Madrid
6355929	Higuera de la Serena	higuera-de-la-serena			ES	57	BA	06064	1025	Europe/Madrid
6355930	Higuera de Llerena	higuera-de-llerena			ES	57	BA	06065	358	Europe/Madrid
6355931	Higuera de Vargas	higuera-de-vargas			ES	57	BA	06066	2083	Europe/Madrid
6355932	Higuera la Real	higuera-la-real			ES	57	BA	06067	2461	Europe/Madrid
6355933	Hinojosa del Valle	hinojosa-del-valle			ES	57	BA	06068	529	Europe/Madrid
6355934	Hornachos	hornachos			ES	57	BA	06069	3812	Europe/Madrid
6355935	Jerez de los Caballeros	jerez-de-los-caballeros			ES	57	BA	06070	9870	Europe/Madrid
6355936	Lapa, La	lapa-la			ES	57	BA	06071	294	Europe/Madrid
6355937	Lobón	lobon			ES	57	BA	06072	2869	Europe/Madrid
6355938	Llera	llera			ES	57	BA	06073	917	Europe/Madrid
6355939	Llerena	llerena	L'erena,Lerena,lie lei na,Лерена,Льерена,Льєрена,列雷纳		ES	57	BA	06074	5986	Europe/Madrid
6355940	Magacela	magacela			ES	57	BA	06075	573	Europe/Madrid
6355941	Maguilla	maguilla			ES	57	BA	06076	1025	Europe/Madrid
6355942	Malcocinado	malcocinado			ES	57	BA	06077	426	Europe/Madrid
6355943	Malpartida de la Serena	malpartida-de-la-serena			ES	57	BA	06078	628	Europe/Madrid
6355944	Manchita	manchita			ES	57	BA	06079	765	Europe/Madrid
6355945	Medellín	medellin	Medel'in,Medelin,Medeljin,mdlyn,mdyyn,mei de lin,Меделин,Медельин,Медельїн,Меделјин,مدلين,مدیین,梅德林		ES	57	BA	06080	2349	Europe/Madrid
6355946	Medina de las Torres	medina-de-las-torres			ES	57	BA	06081	1305	Europe/Madrid
6355947	Mengabril	mengabril			ES	57	BA	06082	472	Europe/Madrid
6355948	Mérida	merida	Emerita Augusta,Gorad Meryda,Ijoloti Merida,Meria,Merida,Merida i Spania,Merido,Mèrida,Méria,Mérida i Spania,mardt,me ri da,mei li da,melida,merida,mryda,mrydh,myryda,Μέριδα,Горад Мерыда,Иёлоти Мерида,Мерида,Меріда,מרידה,ماردة,مريدا,مریدا,میریدا,मेरिदा,เมรีดา,მერიდა,ሜሪዳ፣ እስፓንያ,メリダ,梅里達,메리다		ES	57	BA	06083	58164	Europe/Madrid
6355949	Mirandilla	mirandilla			ES	57	BA	06084	1362	Europe/Madrid
6355950	Monesterio	monesterio			ES	57	BA	06085	4362	Europe/Madrid
6355951	Montemolín	montemolin			ES	57	BA	06086	1494	Europe/Madrid
6355952	Monterrubio de la Serena	monterrubio-de-la-serena			ES	57	BA	06087	2650	Europe/Madrid
6355953	Montijo	montijo	Montiju,Montikho,meng di huo,mwntayjw,Монтихо,Монтіхо,مونتايجو,蒙蒂霍		ES	57	BA	06088	16205	Europe/Madrid
6355954	Morera, La	morera-la			ES	57	BA	06089	739	Europe/Madrid
6355955	Nava de Santiago, La	nava-de-santiago-la			ES	57	BA	06090	1040	Europe/Madrid
6355956	Navalvillar de Pela	navalvillar-de-pela			ES	57	BA	06091	4831	Europe/Madrid
6355957	Nogales	nogales			ES	57	BA	06092	701	Europe/Madrid
6355958	Oliva de la Frontera	oliva-de-la-frontera			ES	57	BA	06093	5513	Europe/Madrid
6355959	Oliva de Mérida	oliva-de-merida			ES	57	BA	06094	1842	Europe/Madrid
6355960	Olivenza	olivenza	Olivenca,Olivensa,Olivenza,Olivenza - Olivenca,Olivenza - Olivença,Olivença,ao li wen sa,awlayfynza,ollibensa,oribensa,Оливенса,Олівенса,أولايفينزا,オリベンサ,奥利文萨,올리벤사		ES	57	BA	06095	12002	Europe/Madrid
6355961	Orellana de la Sierra	orellana-de-la-sierra			ES	57	BA	06096	280	Europe/Madrid
6355962	Orellana la Vieja	orellana-la-vieja			ES	57	BA	06097	2939	Europe/Madrid
6355963	Palomas	palomas			ES	57	BA	06098	717	Europe/Madrid
6355964	Parra, La	parra-la			ES	57	BA	06099	1389	Europe/Madrid
6355965	Peñalsordo	penalsordo			ES	57	BA	06100	1121	Europe/Madrid
6355966	Peraleda del Zaucejo	peraleda-del-zaucejo			ES	57	BA	06101	612	Europe/Madrid
6355967	Puebla de Alcocer	puebla-de-alcocer			ES	57	BA	06102	1278	Europe/Madrid
6355968	Puebla de la Calzada	puebla-de-la-calzada			ES	57	BA	06103	6021	Europe/Madrid
6355969	Puebla de la Reina	puebla-de-la-reina			ES	57	BA	06104	845	Europe/Madrid
6355970	Puebla del Maestre	puebla-del-maestre			ES	57	BA	06105	780	Europe/Madrid
6355971	Puebla del Prior	puebla-del-prior			ES	57	BA	06106	531	Europe/Madrid
6355972	Puebla de Obando	puebla-de-obando			ES	57	BA	06107	1944	Europe/Madrid
6355973	Puebla de Sancho Pérez	puebla-de-sancho-perez			ES	57	BA	06108	2856	Europe/Madrid
6355974	Quintana de la Serena	quintana-de-la-serena			ES	57	BA	06109	4973	Europe/Madrid
6355975	Reina	reina			ES	57	BA	06110	194	Europe/Madrid
6355976	Rena	rena			ES	57	BA	06111	669	Europe/Madrid
6355977	Retamal de Llerena	retamal-de-llerena			ES	57	BA	06112	497	Europe/Madrid
6355978	Ribera del Fresno	ribera-del-fresno			ES	57	BA	06113	3512	Europe/Madrid
6355979	Risco	risco			ES	57	BA	06114	154	Europe/Madrid
6355980	Roca de la Sierra, La	roca-de-la-sierra-la			ES	57	BA	06115	1524	Europe/Madrid
6355981	Salvaleón	salvaleon			ES	57	BA	06116	1991	Europe/Madrid
6355982	Salvatierra de los Barros	salvatierra-de-los-barros			ES	57	BA	06117	1767	Europe/Madrid
6355983	Sancti-Spíritus	sancti-spiritus	Sankti Spiritus,Sankti-Spiritus,sang ke di-si pi li tu si,sanstay-sbayraytws,Санкти Спиритус,Санкти-Спиритус,Санкті-Спірітус,سانستاي-سبايرايتوس,桑克蒂-斯皮里图斯		ES	57	BA	06118	235	Europe/Madrid
6355984	San Pedro de Mérida	san-pedro-de-merida			ES	57	BA	06119	872	Europe/Madrid
6355985	Santa Amalia	santa-amalia			ES	57	BA	06120	4297	Europe/Madrid
6355986	Santa Marta	santa-marta	Santa Marija,Santa Marta de los Barros,Santa-Marta,santa marta,Санта Марија,Санта-Марта,سانتا مارتا		ES	57	BA	06121	4355	Europe/Madrid
6355987	Santos de Maimona, Los	santos-de-maimona-los			ES	57	BA	06122	8245	Europe/Madrid
6355988	San Vicente de Alcántara	san-vicente-de-alcantara			ES	57	BA	06123	5788	Europe/Madrid
6355989	Segura de León	segura-de-leon			ES	57	BA	06124	2066	Europe/Madrid
6355990	Siruela	siruela			ES	57	BA	06125	2124	Europe/Madrid
6355991	Solana de los Barros	solana-de-los-barros			ES	57	BA	06126	2770	Europe/Madrid
6355992	Talarrubias	talarrubias			ES	57	BA	06127	3650	Europe/Madrid
6355993	Talavera la Real	talavera-la-real			ES	57	BA	06128	5603	Europe/Madrid
6355994	Táliga	taliga			ES	57	BA	06129	767	Europe/Madrid
6355995	Tamurejo	tamurejo			ES	57	BA	06130	249	Europe/Madrid
6355996	Torre de Miguel Sesmero	torre-de-miguel-sesmero			ES	57	BA	06131	1274	Europe/Madrid
6355997	Torremayor	torremayor			ES	57	BA	06132	1044	Europe/Madrid
6355998	Torremejía	torremejia			ES	57	BA	06133	2254	Europe/Madrid
6355999	Trasierra	trasierra			ES	57	BA	06134	675	Europe/Madrid
6356000	Trujillanos	trujillanos			ES	57	BA	06135	1473	Europe/Madrid
6356001	Usagre	usagre			ES	57	BA	06136	1926	Europe/Madrid
6356002	Valdecaballeros	valdecaballeros			ES	57	BA	06137	1202	Europe/Madrid
6356003	Valdetorres	valdetorres			ES	57	BA	06138	1281	Europe/Madrid
6356004	Valencia de las Torres	valencia-de-las-torres			ES	57	BA	06139	673	Europe/Madrid
6356005	Valencia del Mombuey	valencia-del-mombuey			ES	57	BA	06140	797	Europe/Madrid
6356006	Valencia del Ventoso	valencia-del-ventoso			ES	57	BA	06141	2158	Europe/Madrid
6356007	Valverde de Burguillos	valverde-de-burguillos			ES	57	BA	06142	309	Europe/Madrid
6356008	Valverde de Leganés	valverde-de-leganes			ES	57	BA	06143	4238	Europe/Madrid
6356009	Valverde de Llerena	valverde-de-llerena			ES	57	BA	06144	676	Europe/Madrid
6356010	Valverde de Mérida	valverde-de-merida			ES	57	BA	06145	1138	Europe/Madrid
6356011	Valle de la Serena	valle-de-la-serena			ES	57	BA	06146	1399	Europe/Madrid
6356012	Valle de Matamoros	valle-de-matamoros			ES	57	BA	06147	425	Europe/Madrid
6356013	Valle de Santa Ana	valle-de-santa-ana			ES	57	BA	06148	1181	Europe/Madrid
6356014	Villafranca de los Barros	villafranca-de-los-barros			ES	57	BA	06149	13329	Europe/Madrid
6356015	Villagarcía de la Torre	villagarcia-de-la-torre			ES	57	BA	06150	994	Europe/Madrid
6356016	Villagonzalo	villagonzalo			ES	57	BA	06151	1321	Europe/Madrid
6356017	Villalba de los Barros	villalba-de-los-barros			ES	57	BA	06152	1614	Europe/Madrid
6356018	Villanueva de la Serena	villanueva-de-la-serena			ES	57	BA	06153	26071	Europe/Madrid
6356019	Villanueva del Fresno	villanueva-del-fresno			ES	57	BA	06154	3617	Europe/Madrid
6356020	Villar del Rey	villar-del-rey			ES	57	BA	06155	2355	Europe/Madrid
6356021	Villar de Rena	villar-de-rena			ES	57	BA	06156	1438	Europe/Madrid
6356022	Villarta de los Montes	villarta-de-los-montes			ES	57	BA	06157	550	Europe/Madrid
6356023	Zafra	zafra			ES	57	BA	06158	16753	Europe/Madrid
6356024	Zahínos	zahinos			ES	57	BA	06159	2877	Europe/Madrid
6356025	Zalamea de la Serena	zalamea-de-la-serena			ES	57	BA	06160	3884	Europe/Madrid
6356026	Zarza-Capilla	zarza-capilla			ES	57	BA	06161	382	Europe/Madrid
6356027	Zarza, La	zarza-la			ES	57	BA	06162	3645	Europe/Madrid
6356028	Valdelacalzada	valdelacalzada			ES	57	BA	06901	2871	Europe/Madrid
6356029	Pueblonuevo del Guadiana	pueblonuevo-del-guadiana			ES	57	BA	06902	2056	Europe/Madrid
6356030	Andratx	andratx	Andrach,Andraitx,Andrajch,Andratx,an de la te si,andratks,andratsh,Андрайч,آندراتکس,أندراتش,安德拉特斯		ES	07	PM	07005	12149	Europe/Madrid
6356031	Calvià	calvia	Calvia,Calvià		ES	07	PM	07011	51114	Europe/Madrid
6356032	Estellencs	estellencs	Estellencs		ES	07	PM	07021	380	Europe/Madrid
6356033	Formentera	formentera	Formentera		ES	07	PM	07024	10757	Europe/Madrid
6356034	Ibiza	ibiza	Eivissa,Ibiza		ES	07	PM	07026	49768	Europe/Madrid
6356035	Sant Antoni de Portmany	sant-antoni-de-portmany	Municipio de San Antonio,Municipio de Sant Antoni de Portmany		ES	07	PM	07046	22446	Europe/Madrid
6356036	Sant Josep de sa Talaia	sant-josep-de-sa-talaia	San Jose,San José		ES	07	PM	07048	24691	Europe/Madrid
6356037	Sant Joan de Labritja	sant-joan-de-labritja			ES	07	PM	07050	5506	Europe/Madrid
6356038	Santa Eulària des Riu	santa-eularia-des-riu	Santa Eulalia del Rio,Santa Eularia des Riu,Santa Eulària des Riu		ES	07	PM	07054	34946	Europe/Madrid
6356039	Abrera	abrera	Abrera,a fu lei la,abrra,abryra,Абрера,Աբրերա,أبريرا,ابررا,阿夫雷拉		ES	56	B	08001	11870	Europe/Madrid
6356040	Aguilar de Segarra	aguilar-de-segarra	Agila-da-Sagarra,Agilar de Segara,Agilar-de-Segarra,a ji la er-de sai jia la,aghwylar dy syghara,agwylar d sgara,agylar d sgara,Агилар-де-Сегарра,Агіла-да-Сагарра,Ագիլար դե Սեգառա,آگیلار د سگارا,أغويلار دي سيغارا,اگویلار د سگارا,阿吉拉尔-德塞加拉		ES	56	B	08002	250	Europe/Madrid
6356041	Alella	alella	Alel'ja,Alelya,a lai li ya,alyla,ayla,Алелья,Ալելյա,آیلا,أليلا,阿莱利亚		ES	56	B	08003	9610	Europe/Madrid
6356042	Alpens	alpens			ES	56	B	08004	304	Europe/Madrid
6356043	l'Ametlla del Vallès	l-ametlla-del-valles			ES	56	B	08005	8190	Europe/Madrid
6356044	Argençola	argencola	Argensola,Arxensola,Arzhansola,Arzhensola,a er heng si suo la,arghynswla,arkhnkla,Аржансола,Арженсола,Արխենսոլա,آرخنکلا,أرغينسولا,阿尔亨斯索拉		ES	56	B	08008	245	Europe/Madrid
6356045	Argentona	argentona	Arxentona,Arzhentona,a er heng tuo na,arghyntwna,arkhntna,Аржентона,Արխենտոնա,آرخنتنا,أرغينتونا,阿尔亨托纳		ES	56	B	08009	11914	Europe/Madrid
6356046	Artés	artes	Artes,a er te si,arts,artys,Артес,Արտես,آرتس,أرتيس,阿尔特斯		ES	56	B	08010	5566	Europe/Madrid
6356047	Avià	avia			ES	56	B	08011	2259	Europe/Madrid
6356048	Avinyó	avinyo	Abin'jo,Avin'o,Avinyo,a wei ni ao,afaynyw,Абіньйо,Авиньо,Ավինյո,أفاينيو,阿维尼奥		ES	56	B	08012	2328	Europe/Madrid
6356049	Avinyonet del Penedès	avinyonet-del-penedes	Abin'junet-dal-Panades,Avinyonet del Penedes,Avinyonet del Penedés,a wei ni ao nei te-de er pei nei de si,abynynt dl pnds,afaynywnyt dyl bynydys,Абіньюнет-дал-Панадес,آبینینت دل پندس,أفاينيونيت ديل بينيديس,阿维尼奥内特-德尔佩内德斯		ES	56	B	08013	1716	Europe/Madrid
6356050	Aiguafreda	aiguafreda			ES	56	B	08014	2478	Europe/Madrid
6356051	Badalona	badalona	Badalona,Gorad Badalona,ba da lon a,ba da luo na,badallona,badalona,badalwna,badarona,Бадалона,Горад Бадалона,بادالونا,บาดาโลนา,ბადალონა,バダロナ,巴达洛纳,바달로나		ES	56	B	08015	220977	Europe/Madrid
6356052	Bagà	baga	Baga,Bagá,ba jia,baga,baja,Бага,Բագա,باجا,باگا,巴加		ES	56	B	08016	2396	Europe/Madrid
6356053	Balenyà	balenya	Balenya,Balenyà		ES	56	B	08017	3714	Europe/Madrid
6356054	Balsareny	balsareny			ES	56	B	08018	3492	Europe/Madrid
6356055	Barcelona	barcelona	Barcellona,Barcelona,Barcelone,Varkeloni,Βαρκελώνη		ES	56	B	08019	1620943	Europe/Madrid
6356056	Begues	begues	Begas,Beges,bei jia si,bgs,byjas,Бегас,Бегес,Բեգես,بيجاس,بگس,贝加斯		ES	56	B	08020	6520	Europe/Madrid
6356057	Bellprat	bellprat			ES	56	B	08021	91	Europe/Madrid
6356058	Berga	berga	Berga,bei er jia,beruga,brga,byrgha,Μπέργα,Берга,Берґа,Բերգա,برگا,بيرغا,ベルガ,贝尔加		ES	56	B	08022	16845	Europe/Madrid
6356059	Bigues i Riells	bigues-i-riells	Bigas,Bigas-i-Riel'sh,Biges-i-Riel's,bi jia si,byjwys a rayls,Бигес-и-Риельс,Бігас-і-Ріельш,Բիգաս,بيجويس إ رايلس,比加斯		ES	56	B	08023	8781	Europe/Madrid
6356060	Borredà	borreda			ES	56	B	08024	594	Europe/Madrid
6356061	el Bruc	el-bruc			ES	56	B	08025	2029	Europe/Madrid
6356062	el Brull	el-brull	el Brull		ES	56	B	08026	261	Europe/Madrid
6356063	les Cabanyes	les-cabanyes			ES	56	B	08027	947	Europe/Madrid
6356064	Cabrera d'Anoia	cabrera-d-anoia	Cabrera d'Igualada,Cabrera de Igualada		ES	56	B	08028	1376	Europe/Madrid
6356065	Cabrera de Mar	cabrera-de-mar			ES	56	B	08029	4532	Europe/Madrid
6356066	Cabrils	cabrils			ES	56	B	08030	7140	Europe/Madrid
6356067	Calaf	calaf	Kalaf,ka la fu,kalaf,klf,Калаф,Կալաֆ,كلف,کالاف,卡拉夫		ES	56	B	08031	3538	Europe/Madrid
6356068	Caldes de Montbui	caldes-de-montbui	Caldas de Montbui,Kal'des-de-Monbuj,Kal'des-de-Montbuj,Kaldas-da-Monbui,Kaldes de Montbui,ka er de si-de meng bu yi,kaldas dy mwntbyw,kalds d mntbwy,Калдас-да-Монбуї,Кальдес-де-Монбуй,Кальдес-де-Монтбуй,Կալդես դե Մոնտբուի,كالداس دي مونتبيو,کالدس د منتبوی,卡尔德斯-德蒙布伊		ES	56	B	08033	17271	Europe/Madrid
6356069	Calders	calders	Calders		ES	56	B	08034	955	Europe/Madrid
6356070	Calonge de Segarra	calonge-de-segarra			ES	56	B	08036	201	Europe/Madrid
6356071	Calldetenes	calldetenes			ES	56	B	08037	2441	Europe/Madrid
6356072	Callús	callus	Kal'jus,Kal'us,Kaljus,Kalyus,ka liu si,kalws,Кальус,Кальюс,Калюс,Կալյուս,كالوس,卡柳斯		ES	56	B	08038	1909	Europe/Madrid
6356073	Campins	campins			ES	56	B	08039	496	Europe/Madrid
6356074	Canovelles	canovelles	Canovellas,Kanovel'es,Kanoveles,Kanovelyas,Kanubeljas,ka nuo wei li ya si,kanbys,kanwfylas,Кановелес,Кановельес,Канубеляс,Կանովելյաս,كانوفيلاس,کانبیس,卡诺韦利亚斯		ES	56	B	08041	16090	Europe/Madrid
6356075	Cànoves i Samalús	canoves-i-samalus			ES	56	B	08042	2865	Europe/Madrid
6356076	Canyelles	canyelles			ES	56	B	08043	4275	Europe/Madrid
6356077	Capellades	capellades	Kapel'jades,Kapeljazas,Kapelyades,ka pei li ya de si,kabylads,kapyads,Капельядес,Капелязас,Կապելյադես,كابيلادس,کاپیادس,卡佩利亚德斯		ES	56	B	08044	5439	Europe/Madrid
6356078	Capolat	capolat			ES	56	B	08045	90	Europe/Madrid
6356079	Cardedeu	cardedeu	Kardazeu,Kardedeou,ka de de wu,karddyw,kardydyw,Καρδεδέου,Кардазеу,كارديديو,کارددئو,卡德德乌		ES	56	B	08046	17427	Europe/Madrid
6356080	Cardona	cardona	Kardona,ka er duo na,kardna,kardwna,Кардона,Կարդոնա,كاردونا,کاردنا,卡尔多纳		ES	56	B	08047	5064	Europe/Madrid
6356081	Carme	carme	Karma,Karme,ka er mei,karmy,Карма,Карме,كارمي,卡尔梅		ES	56	B	08048	866	Europe/Madrid
6356082	Casserres	casserres			ES	56	B	08049	1578	Europe/Madrid
6356083	Castellar del Riu	castellar-del-riu	Kastalja-dal-Riu,Kastel'jar-del'-Riu,Kastelyar del Riu,kastyar dl ryw,kastylar dyl rayw,li wu bao,Касталя-дал-Ріу,Кастельяр-дель-Риу,Կաստելյար դել Ռիու,كاستيلار ديل رايو,کاستیار دل ریو,里乌堡		ES	56	B	08050	174	Europe/Madrid
6356084	Castellar de n'Hug	castellar-de-n-hug			ES	56	B	08052	175	Europe/Madrid
6356085	Castellbell i el Vilar	castellbell-i-el-vilar			ES	56	B	08053	3641	Europe/Madrid
6356086	Castellbisbal	castellbisbal			ES	56	B	08054	12407	Europe/Madrid
6356087	Castellcir	castellcir			ES	56	B	08055	668	Europe/Madrid
6356088	Castelldefels	castelldefels			ES	56	B	08056	62989	Europe/Madrid
6356089	Castell de l'Areny	castell-de-l-areny			ES	56	B	08057	73	Europe/Madrid
6356090	Castellet i la Gornal	castellet-i-la-gornal	Castellet y Gornal,Kastal'et-i-la-Gurnal,Kastel'et-i-la-Gornal',ka si te lie te he ge na er,kastylt a la ghwrnal,kastyt ay la grnal,Кастальєт-і-ла-Ґурнал,Кастельет-и-ла-Горналь,كاستيلت إ لا غورنال,کاستیت ای لا گرنال,卡斯特列特和戈纳尔		ES	56	B	08058	2252	Europe/Madrid
6356091	Castellfollit del Boix	castellfollit-del-boix	Castellfullit del Boix,Kastel'fol'it-del'-Bosh,Kastel'fulit-dal-Bosh,Kastelfolyit del Bos,fu li te bao-de er bo yi ke si,kastylfwlyt dyl bwytsh,Кастельфольит-дель-Бош,Кастельфуліт-дал-Бош,Կաստելֆոլյիտ դել Բոշ,كاستيلفوليت ديل بويتش,富利特堡-德尔博伊克斯		ES	56	B	08059	416	Europe/Madrid
6356092	Castellfollit de Riubregós	castellfollit-de-riubregos			ES	56	B	08060	184	Europe/Madrid
6356093	Castellgalí	castellgali			ES	56	B	08061	2001	Europe/Madrid
6356094	Castellnou de Bages	castellnou-de-bages			ES	56	B	08062	1184	Europe/Madrid
6356095	Castellolí	castelloli			ES	56	B	08063	563	Europe/Madrid
6356096	Castellterçol	castelltercol			ES	56	B	08064	2407	Europe/Madrid
6356097	Castellví de la Marca	castellvi-de-la-marca			ES	56	B	08065	1650	Europe/Madrid
6356098	Castellví de Rosanes	castellvi-de-rosanes			ES	56	B	08066	1757	Europe/Madrid
6356099	Centelles	centelles	Centelles		ES	56	B	08067	7282	Europe/Madrid
6356100	Cervelló	cervello	Sarbal'o,Servel'o,Servelyo,kyrfylw,sai er wei e,srbyw,Сарбальо,Сервельо,Սերվելյո,سربیو,كيرفيلو,塞尔韦略		ES	56	B	08068	8660	Europe/Madrid
6356101	Collbató	collbato	Kol'bato,Kolbato,ke er wa tuo,kwlbatw,kybatw,Кольбато,Կոլբատո,كولباتو,کیباتو,科尔瓦托		ES	56	B	08069	4287	Europe/Madrid
6356102	Collsuspina	collsuspina	Collsuspina		ES	56	B	08070	347	Europe/Madrid
6356103	Copons	copons			ES	56	B	08071	324	Europe/Madrid
6356104	Corbera de Llobregat	corbera-de-llobregat	Korbera de Lyobregat,Korbera-de-L'obregat,Kurbera-da-Ljubragat,ke er wei la-de e bu lei jia te,krbra d ybrgat,kwrbyra dy ywbryghat,Корбера-де-Льобрегат,Курбера-да-Любрагат,Կորբերա դե Լյոբրեգատ,كوربيرا دي يوبريغات,کربرا د یبرگات,科尔韦拉-德略布雷加特		ES	56	B	08072	14231	Europe/Madrid
6356105	Cornellà de Llobregat	cornella-de-llobregat	Cornella de Llobregat,Cornellá de Llobregat,Kornel'ja-de-L'obregat,Kornela de LJobregat,Kornelya de Lyobregat,Kurnalja-da-Ljubragat,ke er nei li ya-de e bu lei jia te,krnya d ybrgat,kwrnyla dy ywbryghat,Корнелья-де-Льобрегат,Корнеља де Љобрегат,Курналя-да-Любрагат,Կորնելյա դե Լյոբրեգատ,كورنيلا دي يوبريغات,کرنیا د یبرگات,コルネリャー・デ・リョブレガート,科尔内利亚-德略布雷加特		ES	56	B	08073	87458	Europe/Madrid
6356192	la Pobla de Lillet	la-pobla-de-lillet			ES	56	B	08166	1249	Europe/Madrid
6356193	Polinyà	polinya			ES	56	B	08167	8106	Europe/Madrid
6356106	Cubelles	cubelles	Cubellas,Kubel'es,Kubeljas,Kubelyes,ku wei li ya si,kwbylys,kwbys,Кубельес,Кубеляс,Կուբելյես,كوبيليس,کوبیس,库韦利亚斯		ES	56	B	08074	14375	Europe/Madrid
6356107	Dosrius	dosrius			ES	56	B	08075	5176	Europe/Madrid
6356108	Esparreguera	esparreguera	Asparregera,Ehsparregera,Esparagera,Esparreguera,ai si pa la ge la,aspargra,aysbarghwyra,Аспаррeгера,Эспаррегера,Էսպառագերա,إيسبارغويرا,اسپارگرا,埃斯帕拉格拉		ES	56	B	08076	21856	Europe/Madrid
6356109	Esplugues de Llobregat	esplugues-de-llobregat	Asplugas-da-Ljubragat,Ehspluges-de-L'obregat,Esplugas de Llobregat,Esplugas de Lyobregat,ai si pu lu jia si,asplwgs d ybrgat,aysblwghas dy ywbryghat,Асплугас-да-Любрагат,Эсплугес-де-Льобрегат,Էսպլուգաս դե Լյոբրեգատ,إيسبلوغاس دي يوبريغات,اسپلوگس د یبرگات,アスプルガズ・ダ・リュブラガート,埃斯普卢加斯		ES	56	B	08077	46726	Europe/Madrid
6356110	l'Espunyola	l-espunyola			ES	56	B	08078	255	Europe/Madrid
6356111	l'Estany	l-estany	l'Estany		ES	56	B	08079	398	Europe/Madrid
6356112	Fígols	figols	Figol's,Figols,Figuls,fayghwls,fei ge er si,fygls,Фигольс,Фігулс,Ֆիգոլս,فايغولس,فیگلس,菲戈尔斯		ES	56	B	08080	46	Europe/Madrid
6356113	Fogars de Montclús	fogars-de-montclus			ES	56	B	08081	442	Europe/Madrid
6356114	Folgueroles	folgueroles			ES	56	B	08083	2230	Europe/Madrid
6356115	Fonollosa	fonollosa			ES	56	B	08084	1438	Europe/Madrid
6356116	Font-rubí	font-rubi	Fon-rubi,Fontrubi,Fontrubí,feng te lu wei,fwntrwbay,Фон-рубі,Фонтруби,Ֆոնտրուբի,فونتروباي,丰特鲁维		ES	56	B	08085	1437	Europe/Madrid
6356117	Gallifa	gallifa	Gal'ifa,Galifa,Galyifa,gayyfa,jalyfa,jia li fa,Гальифа,Ґаліфа,Գալյիֆա,جاليفا,گاییفا,加利法		ES	56	B	08087	200	Europe/Madrid
6356118	la Garriga	la-garriga	la Garriga		ES	56	B	08088	15472	Europe/Madrid
6356119	Gavà	gava	Gaba,Gava,Gavà,Gavá,gaya,ghafa,jia wa,Гава,Ґаба,Գավա,غافا,گایا,加瓦		ES	56	B	08089	46488	Europe/Madrid
6356120	Gaià	gaia	Gajja,Gaya,Gayá,ghayt,jia ya,Гайя,Ґайя,Գայա,غاية,加亚		ES	56	B	08090	167	Europe/Madrid
6356121	Gelida	gelida	Xelida,Zhaliza,Zhelida,he li da,jylayda,Жаліза,Желида,Խելիդա,جيلايدا,赫利达		ES	56	B	08091	7102	Europe/Madrid
6356122	Gironella	gironella			ES	56	B	08092	5063	Europe/Madrid
6356123	Gisclareny	gisclareny			ES	56	B	08093	31	Europe/Madrid
6356124	la Granada	la-granada			ES	56	B	08094	2047	Europe/Madrid
6356125	Granera	granera			ES	56	B	08095	83	Europe/Madrid
6356126	Granollers	granollers	Granol'ers,Granolers,Granolyers,Granul'es,Nkranolies,ge la nuo lie er si,geulanoyeleuseu,granyrs,guranoryesu,jranwlyrys,Γκρανολιές,Гранольерс,Гранољерс,Ґранульєс,Գրանոլյերս,جرانوليريس,گرانیرس,グラノリェース,格拉诺列尔斯,그라노예르스		ES	56	B	08096	59954	Europe/Madrid
6356127	Gualba	gualba			ES	56	B	08097	1359	Europe/Madrid
6356128	Sant Salvador de Guardiola	sant-salvador-de-guardiola			ES	56	B	08098	3139	Europe/Madrid
6356129	Guardiola de Berguedà	guardiola-de-bergueda	Guardiola de Berga,Guardiola-da-Bargaza,Gvardiola de Berga,Gvardiola-de-Berga,gua er di ao la-de bei er jia,gwardyla d brgda,jwardywla dy byrja,Гвардиола-де-Берга,Ґуардіола-да-Барґаза,Գվարդիոլա դե Բերգա,جوارديولا دي بيرجا,گواردیلا د برگدا,瓜尔迪奥拉-德贝尔加		ES	56	B	08099	998	Europe/Madrid
6356130	Gurb	gurb			ES	56	B	08100	2580	Europe/Madrid
6356131	l'Hospitalet de Llobregat	l-hospitalet-de-llobregat	L'Hospitalet de Llobregat,L’Hospitalet de Llobregat,l'Hospitalet de Llobregat		ES	56	B	08101	257057	Europe/Madrid
6356132	Igualada	igualada	Aqua Lata,Igoualada,Igualada,Igualaza,ayghwalada,aygwalada,iguarada,yi gua la da,Ιγουαλάδα,Ігуалаза,Игуалада,Իգուալադա,إيغوالادا,ایگوالادا,イグアラダ,伊瓜拉达		ES	56	B	08102	39198	Europe/Madrid
6356133	Jorba	jorba			ES	56	B	08103	826	Europe/Madrid
6356134	la Llacuna	la-llacuna			ES	56	B	08104	928	Europe/Madrid
6356135	la Llagosta	la-llagosta			ES	56	B	08105	13612	Europe/Madrid
6356136	Llinars del Vallès	llinars-del-valles	L'inars-del'-Val'es,Linas-dal-Bal'es,Llinas del Valles,Llinás del Vallés,Lyinas del Valyes,li na si-de er ba lie si,ynarys dyl fals,yynars dl bays,Льинарс-дель-Вальес,Лінас-дал-Бальєс,Լյինաս դել Վալյես,يناريس ديل فالس,یینارس دل بایس,利纳斯-德尔巴列斯		ES	56	B	08106	9477	Europe/Madrid
6356137	Lliçà d'Amunt	llica-d-amunt			ES	56	B	08107	14584	Europe/Madrid
6356138	Lliçà de Vall	llica-de-vall			ES	56	B	08108	6394	Europe/Madrid
6356139	Lluçà	lluca	L'jusa,L'usa,Llusa,Llusá,Lyusa,liu sa,ywsa,Льуса,Льюса,Լյուսա,يوسا,یوسا,柳萨		ES	56	B	08109	259	Europe/Madrid
6356140	Malla	malla			ES	56	B	08111	269	Europe/Madrid
6356141	Manlleu	manlleu			ES	56	B	08112	20416	Europe/Madrid
6356142	Manresa	manresa	Manresa,Manreza,man lei sa,manlesa,manreza,manrsa,manrysa,Μανρέζα,Манреза,Манреса,Մանրեսա,مانرسا,مانريسا,マンレザ,曼雷萨,만레사		ES	56	B	08113	76570	Europe/Madrid
6356143	Martorell	martorell	Martorel',Marturel',ma er tuo lei li,martwrl,martwryl,Марторель,Мартурель,مارتورل,مارتوريل,马尔托雷利		ES	56	B	08114	28070	Europe/Madrid
6356144	Martorelles	martorelles			ES	56	B	08115	4927	Europe/Madrid
6356145	les Masies de Roda	les-masies-de-roda			ES	56	B	08116	760	Europe/Madrid
6356146	les Masies de Voltregà	les-masies-de-voltrega			ES	56	B	08117	3144	Europe/Madrid
6356147	Masnou, El	masnou-el			ES	56	B	08118	22550	Europe/Madrid
6356148	Masquefa	masquefa	Maskefa,ma si ke fa,masghwyfa,maskfa,Маскефа,Մասկեֆա,ماسغويفا,ماسکفا,马斯克法		ES	56	B	08119	8373	Europe/Madrid
6356149	Matadepera	matadepera	Matadepera,Matazapera,ma ta de pei la,matadpra,matadybyra,Матадепера,Матазапера,Մատադեպերա,ماتاديبيرا,ماتادپرا,马塔德佩拉		ES	56	B	08120	8669	Europe/Madrid
6356150	Mataró	mataro			ES	56	B	08121	124084	Europe/Madrid
6356151	Mediona	mediona	Madiona,Mediona,mei di ao na,mydaywna,Мадіона,Медиона,Մեդիոնա,ميدايونا,梅迪奥纳		ES	56	B	08122	2348	Europe/Madrid
6356152	Molins de Rei	molins-de-rei	Molins de Rey,Molins-de-Rej,Mulins-da-Rej,mlyns d ry,mo lin si-de lei yi,mwlayns dy ry,Молинс-де-Рей,Мулінс-да-Рей,Մոլինս դե Ռեյ,ملینس د ری,مولاينس دي ري,莫林斯-德雷伊		ES	56	B	08123	24805	Europe/Madrid
6356153	Mollet del Vallès	mollet-del-valles	Mol'et-del'-Val'es,Molet del Vales,Molyet del Valyes,Mul'et-dal-Bal'es,mo lie te-de er ba lie si,mwlyt dyl falys,myt dl bays,Мольет-дель-Вальес,Мољет дел Ваљес,Мульєт-дал-Бальєс,Մոլյետ դել Վալյես,موليت ديل فاليس,میت دل بایس,莫列特-德尔巴列斯		ES	56	B	08124	52242	Europe/Madrid
6356154	Montcada i Reixac	montcada-i-reixac	Moncada y Reixach,Monkada i Resak,Monkada-i-Reshak,Monkaza-i-Rashjak,Montkada-i-Reshak,meng ka da he lei ke sa qi,mntkada ay ryksak,mwnkada y rytshatsh,Монкада-и-Решак,Монказа-і-Рашяк,Монткада-и-Решак,Մոնկադա ի Ռեշակ,منتکادا ای ریکساک,مونكادا ي ريتشاتش,蒙卡达和雷克萨奇		ES	56	B	08125	34689	Europe/Madrid
6356155	Montgat	montgat	Mongat,Montgat,meng te jia te,mntgat,mwnghat,Монгат,Մոնտգատ,منتگات,مونغات,蒙特加特		ES	56	B	08126	10859	Europe/Madrid
6356156	Monistrol de Montserrat	monistrol-de-montserrat	Monistrol de Monserat,Monistrol'-de-Monserrat,Monistrol'-de-Montserrat,Munistrol-da-Monsarrat,meng te sai la te shan lu mo ni si te luo er,mnystrl d mntsrat,mwnystrwl dy mwntsyrat,Монистроль-де-Монсеррат,Монистроль-де-Монтсеррат,Муністрол-да-Монсаррат,Մոնիստրոլ դե Մոնսեռատ,منیسترل د منتسرات,مونيسترول دي مونتسيرات,蒙特塞拉特山麓莫尼斯特罗尔		ES	56	B	08127	2993	Europe/Madrid
6356157	Monistrol de Calders	monistrol-de-calders	Monistrol de Kalders,Monistrol'-de-Kal'ders,Munistrol-da-Kaldes,ka er de si he pan mo ni si te luo er,mwnystrwl dy kaldyrs,Монистроль-де-Кальдерс,Муністрол-да-Калдес,Մոնիստրոլ դե Կալդերս,مونيسترول دي كالديرس,卡尔德斯河畔莫尼斯特罗尔		ES	56	B	08128	700	Europe/Madrid
6356158	Muntanyola	muntanyola			ES	56	B	08129	600	Europe/Madrid
6356159	Montclar	montclar			ES	56	B	08130	115	Europe/Madrid
6356160	Montesquiu	montesquiu			ES	56	B	08131	921	Europe/Madrid
6356161	Montmajor	montmajor			ES	56	B	08132	473	Europe/Madrid
6356162	Montmaneu	montmaneu			ES	56	B	08133	187	Europe/Madrid
6356163	Figaró-Montmany	figaro-montmany	Figaro,Figaro-Montmany,Figaró,Figaró-Montmany,el Figuero i Montmany,el Figueró i Montmany		ES	56	B	08134	1103	Europe/Madrid
6356164	Montmeló	montmelo	Montmelo,Montmeló		ES	56	B	08135	8830	Europe/Madrid
6356165	Montornès del Vallès	montornes-del-valles	Montornes del Valles,Montornes del Valyes,Montornes-del'-Val'es,Montornés del Vallés,Munturnes-dal-Bal'es,meng tuo er nei si-de er ba lie si,mwntwrnys dyl falys,Монторнес-дель-Вальес,Мунтурнес-дал-Бальєс,Մոնտորնես դել Վալյես,مونتورنيس ديل فاليس,蒙托尔内斯-德尔巴列斯		ES	56	B	08136	16192	Europe/Madrid
6356166	Montseny	montseny	Monsen,Monsen',Montsen',Munsen',meng te sai ni,mwntsyny,Монсень,Монтсень,Мунсень,Մոնսեն,مونتسيني,蒙特塞尼		ES	56	B	08137	303	Europe/Madrid
6356167	Moià	moia	Mojja,Moya,Moyá,Mujja,mo ya,mwya,Мойя,Муйя,Մոյա,مويا,莫亚		ES	56	B	08138	5793	Europe/Madrid
6356168	Mura	mura			ES	56	B	08139	227	Europe/Madrid
6356169	Navarcles	navarcles			ES	56	B	08140	5973	Europe/Madrid
6356170	Navàs	navas	Navars,Navas,Navàs		ES	56	B	08141	6145	Europe/Madrid
6356171	la Nou de Berguedà	la-nou-de-bergueda			ES	56	B	08142	153	Europe/Madrid
6356172	Òdena	odena	Odana,Odena,ao de na,awdyna,Ódena,Одана,Одена,Օդենա,أودينا,奥德纳		ES	56	B	08143	3580	Europe/Madrid
6356173	Olvan	olvan	Ol'van,Olvan,Olván,Ulban,alban,ao er wan,awlfan,Ольван,Улбан,Օլվան,أولفان,البان,奥尔万		ES	56	B	08144	892	Europe/Madrid
6356174	Olesa de Bonesvalls	olesa-de-bonesvalls	Olesa de Bonesvals,Olesa-de-Bonesval's,Uleza-da-Bunasbal'sh,alsa d bnsbays,ao lai sa-de bo nei si wa er si,awlsya dy bwnys fals,Олеса-де-Бонесвальс,Улеза-да-Бунасбальш,Օլեսա դե Բոնեսվալս,أولسيا دي بونيس فالس,السا د بنسبایس,奥莱萨-德博内斯瓦尔斯		ES	56	B	08146	1755	Europe/Madrid
6356175	Olesa de Montserrat	olesa-de-montserrat	Olesa de Monserat,Olesa-de-Monserrat,Olesa-de-Montserrat,Uleza-da-Monsarrat,alsa d mntsrat,ao lai sa-de meng te sai la te,awlsya dy mwntsyrat,Олеса-де-Монсеррат,Олеса-де-Монтсеррат,Улеза-да-Монсаррат,Օլեսա դե Մոնսեռատ,أولسيا دي مونتسيرات,السا د منتسرات,奥莱萨-德蒙特塞拉特		ES	56	B	08147	23980	Europe/Madrid
6356176	Olivella	olivella	Olivel'ja,Olivelya,Ulibelja,alybya,ao li wei li ya,awlyfyla,Оливелья,Улібеля,Օլիվելյա,أوليفيلا,الیبیا,奥利韦利亚		ES	56	B	08148	3678	Europe/Madrid
6356177	Olost	olost			ES	56	B	08149	1188	Europe/Madrid
6356178	Orís	oris			ES	56	B	08150	294	Europe/Madrid
6356179	Oristà	orista			ES	56	B	08151	566	Europe/Madrid
6356180	Orpí	orpi			ES	56	B	08152	160	Europe/Madrid
6356181	Òrrius	orrius			ES	56	B	08153	651	Europe/Madrid
6356182	Pacs del Penedès	pacs-del-penedes			ES	56	B	08154	879	Europe/Madrid
6356183	Palau-solità i Plegamans	palau-solita-i-plegamans			ES	56	B	08156	14484	Europe/Madrid
6356184	Pallejà	palleja	Pal'ezha,Paljazha,Palleja,Pallejá,Palyexa,balykha,pa lie ha,paykha,Пальежа,Паляжа,Պալյեխա,باليخا,پایخا,帕列哈		ES	56	B	08157	11255	Europe/Madrid
6356185	el Papiol	el-papiol			ES	56	B	08158	4014	Europe/Madrid
6356186	Parets del Vallès	parets-del-valles	Parets,Parets-dal-Bal'es,Parets-del'-Val'es,baryts dyl falys,pa lei te si,Паретс-дал-Бальєс,Паретс-дель-Вальес,Պարետս,باريتس ديل فاليس,帕雷特斯		ES	56	B	08159	18492	Europe/Madrid
6356187	Perafita	perafita	Perafita		ES	56	B	08160	407	Europe/Madrid
6356188	Piera	piera	P'era,Piera,bayra,bi la,pyra,Пьера,Пієра,Պիերա,بايرا,پیرا,彼拉		ES	56	B	08161	15009	Europe/Madrid
6356189	els Hostalets de Pierola	els-hostalets-de-pierola			ES	56	B	08162	2897	Europe/Madrid
6356190	el Pla del Penedès	el-pla-del-penedes			ES	56	B	08164	1198	Europe/Madrid
6356191	la Pobla de Claramunt	la-pobla-de-claramunt			ES	56	B	08165	2258	Europe/Madrid
6356194	Pontons	pontons			ES	56	B	08168	531	Europe/Madrid
6356195	el Prat de Llobregat	el-prat-de-llobregat			ES	56	B	08169	63162	Europe/Madrid
6356196	els Prats de Rei	els-prats-de-rei	els Prats de Rei		ES	56	B	08170	534	Europe/Madrid
6356197	Prats de Lluçanès	prats-de-llucanes			ES	56	B	08171	2659	Europe/Madrid
6356198	Premià de Mar	premia-de-mar	Pramija-da-Mar,Premia de Mar,Premia-de-Mar,Premija-de-Mar,Premiá de Mar,bin hai pu lei mi ya,brymya dy mar,prmya d mar,Прамія-да-Мар,Премиа-де-Мар,Премия-де-Мар,Պրեմիա դե Մար,بريميا دي مار,پرمیا د مار,滨海普雷米亚		ES	56	B	08172	28145	Europe/Madrid
6356199	Puigdàlber	puigdalber			ES	56	B	08174	535	Europe/Madrid
6356200	Puig-reig	puig-reig	Puch-rech,Puchrech,Puigreig,bwyghrygh,pu yi ge lei ge,pwyg-ryg,Пуч-реч,Пучреч,Պուիգրեիգ,بويغريغ,پویگ-ریگ,普伊格雷格		ES	56	B	08175	4301	Europe/Madrid
6356201	Pujalt	pujalt			ES	56	B	08176	205	Europe/Madrid
6356202	la Quar	la-quar			ES	56	B	08177	62	Europe/Madrid
6356203	Rajadell	rajadell			ES	56	B	08178	543	Europe/Madrid
6356204	Rellinars	rellinars			ES	56	B	08179	735	Europe/Madrid
6356205	Ripollet	ripollet			ES	56	B	08180	37422	Europe/Madrid
6356206	la Roca del Vallès	la-roca-del-valles			ES	56	B	08181	10393	Europe/Madrid
6356207	el Pont de Vilomara i Rocafort	el-pont-de-vilomara-i-rocafort			ES	56	B	08182	3775	Europe/Madrid
6356208	Roda de Ter	roda-de-ter			ES	56	B	08183	6172	Europe/Madrid
6356209	Rubí	rubi	Rubi,lu wei,rubi,rwby,Руби,Рубі,Ռուբի,روبي,روبی,ルビー,鲁维		ES	56	B	08184	74484	Europe/Madrid
6356210	Rubió	rubio	Rubio,lu wei ao,rwbyw,Рубио,Рубіо,Ռուբիո,روبيو,鲁维奥		ES	56	B	08185	227	Europe/Madrid
6356211	Sabadell	sabadell	Gorad Sabadehl',Sabadel,Sabadel',Sabadelis,Savadel,sa wa de er,sabadei,sabadel,sabadela,sabady,sabadyl,sbdl,Σαβαδέλ,Горад Сабадэль,Сабадел,Сабадель,Сабадељ,Սաբադել,ساباديل,سابادی,سبدل,साबादेल,サバデイ,萨瓦德尔,사바델		ES	56	B	08187	207938	Europe/Madrid
6356212	Sagàs	sagas	Sagas,Sagás,sa jia si,sagas,sajas,sgas,Сагас,Սագաս,ساجاس,ساگاس,سگاس,萨加斯		ES	56	B	08188	144	Europe/Madrid
6356213	Sant Pere Sallavinera	sant-pere-sallavinera			ES	56	B	08189	163	Europe/Madrid
6356214	Saldes	saldes			ES	56	B	08190	313	Europe/Madrid
6356215	Sallent	sallent	Sal'en,Sallent de Llobregat,Salyent,sa lian te,salynt dy ywbryghat,saynt,Сальен,Сальєн,Սալյենտ,سالينت دي يوبريغات,ساینت,萨连特		ES	56	B	08191	6875	Europe/Madrid
6356216	Santpedor	santpedor	Sampedor,Sanpazo,Sanpedor,sang pei duo er,santbydwr,santpdr,sntpdwr,Санпазо,Санпедор,Սամպեդոր,סנטפדור,سانتبيدور,سانتپدر,桑佩多尔		ES	56	B	08192	7187	Europe/Madrid
6356217	Sant Adrià de Besòs	sant-adria-de-besos			ES	56	B	08194	34482	Europe/Madrid
6356218	Sant Agustí de Lluçanès	sant-agusti-de-llucanes			ES	56	B	08195	97	Europe/Madrid
6356219	Sant Andreu de la Barca	sant-andreu-de-la-barca	San Andres de la Barca,San Andres de la Barka,San Andrés de la Barca,San-Andres-de-la-Barka,Sant-Andreu-da-la-Barka,san andrys dy la barsa,sant andryw d la barka,sheng an de lie si-de la ba er ka,Сан-Андрес-де-ла-Барка,Сант-Андреу-да-ла-Барка,Սան Անդրես դե լա Բարկա,سان أندريس دي لا بارسا,سانت آندرئو د لا بارکا,圣安德烈斯-德拉巴尔卡		ES	56	B	08196	27306	Europe/Madrid
6356220	Sant Andreu de Llavaneres	sant-andreu-de-llavaneres	San Andres de Llavaneras,San Andres de Lyavaneras,San Andrés de Llavaneras,San-Andres-de-L'evaneras,san andrys dy yafanyras,sant andryw d yabanrs,sheng an de lie si-de li ya wa nei la si,Сан-Андрес-де-Льеванерас,Սան Անդրես դե Լյավաներաս,سان أندريس دي يافانيراس,سانت آندرئو د یابانرس,圣安德烈斯-德利亚瓦内拉斯		ES	56	B	08197	10541	Europe/Madrid
6356221	Sant Antoni de Vilamajor	sant-antoni-de-vilamajor			ES	56	B	08198	5699	Europe/Madrid
6356222	Sant Bartomeu del Grau	sant-bartomeu-del-grau			ES	56	B	08199	908	Europe/Madrid
6356223	Sant Boi de Llobregat	sant-boi-de-llobregat	San Baudilio de Llobregat,San Baudilio de Lyobregat,San-Boj-da-Ljubragat,San-Boj-de-L'obregat,Sant Boj de LJobregat,san bawdylyw dy ywbryghat,sant by d ybrgat,sheng bao di li ao-de e bu lei jia te,Сан-Бой-да-Любрагат,Сан-Бой-де-Льобрегат,Сант Бој де Љобрегат,Սան Բաուդիլիո դե Լյոբրեգատ,سان باوديليو دي يوبريغات,سانت بی د یبرگات,サン・ボイ・デ・リョブレガート,圣包迪利奥-德略布雷加特		ES	56	B	08200	83070	Europe/Madrid
6356224	Sant Boi de Lluçanès	sant-boi-de-llucanes			ES	56	B	08201	545	Europe/Madrid
6356225	Sant Celoni	sant-celoni	San Celoni,San Seloni,San-Saloni,San-Seloni,Sanctus Celedonius,san sylwny,sant slny,sheng sai luo ni,Сан-Салоні,Сан-Селони,Սան Սելոնի,سان سيلوني,سانت سلنی,圣塞洛尼		ES	56	B	08202	17076	Europe/Madrid
6356226	Sant Climent de Llobregat	sant-climent-de-llobregat	San Clemente de Llobregat,San Klemente de Lyobregat,San-Klimen-da-Ljubragat,San-Klimen-de-L'obregat,san klymant dy ywbryghat,sant klymnt d ybrgat,sheng ke lai men te-de e fu lei jia te,Сан-Климен-де-Льобрегат,Сан-Клімен-да-Любрагат,Սան Կլեմենտե դե Լյոբրեգատ,سان كليمانت دي يوبريغات,سانت کلیمنت د یبرگات,圣克莱门特-德略夫雷加特		ES	56	B	08204	3900	Europe/Madrid
6356227	Sant Cugat del Vallès	sant-cugat-del-valles	San Cugat del Valles,San Cugat del Vallés,San Kougat del Balies,San Kugat del Valyes,San-Kugat-dal-Bal'es,San-Kugat-del'-Val'es,Sant Kugat del Vales,sant kwgat dl bays,sant kwjat dyl falys,sheng ku jia te-de er ba lie si,Σαν Κουγάτ δελ Μπαλιές,Сан-Кугат-дал-Бальєс,Сан-Кугат-дель-Вальес,Сант Кугат дел Ваљес,Սան Կուգատ դել Վալյես,سانت كوجات ديل فاليس,سانت کوگات دل بایس,サン・クガ・デル・バリェス,圣库加特-德尔巴列斯		ES	56	B	08205	84946	Europe/Madrid
6356228	Sant Cugat Sesgarrigues	sant-cugat-sesgarrigues			ES	56	B	08206	986	Europe/Madrid
6356229	Sant Esteve de Palautordera	sant-esteve-de-palautordera			ES	56	B	08207	2555	Europe/Madrid
6356264	Santa Cecília de Voltregà	santa-cecilia-de-voltrega			ES	56	B	08243	178	Europe/Madrid
6356302	Tona	tona			ES	56	B	08283	8108	Europe/Madrid
6356303	Torelló	torello			ES	56	B	08285	13883	Europe/Madrid
6356230	Sant Esteve Sesrovires	sant-esteve-sesrovires	San Esteban de Sasroviras,San-Ehsteve-Sesrovires,Sant Esteve Sesrovires,Sant-Asteba-Sasrubiras,san aystyban sasrwfayrs,sant astbh ssrbyrs,sheng ai si te wan-de sa si luo wei la si,Сан-Эстеве-Сесровирес,Сант-Астеба-Сасрубірас,Սան Էստեբան դե Սասրովիրաս,سان إيستيبان ساسروفايرس,سانت استبه سسربیرس,圣埃斯特万-德萨斯罗维拉斯		ES	56	B	08208	7510	Europe/Madrid
6356231	Sant Fost de Campsentelles	sant-fost-de-campsentelles			ES	56	B	08209	8441	Europe/Madrid
6356232	Sant Feliu de Codines	sant-feliu-de-codines			ES	56	B	08210	6105	Europe/Madrid
6356233	Sant Feliu de Llobregat	sant-feliu-de-llobregat	San Feliou de Liovregat,San Feliu de Llobregat,San Feliu de Lyobregat,San Feliú de Llobregat,San Felíu de Llobregat,San-Faliu-da-Ljubragat,San-Feliu-de-L'obregat,san fylayw dy ywbryghat,sant flyw d ybrgat,sheng fei liu-de e bu lei jia te,Σαν Φελίου δε Λιοβρεγάτ,Сан-Фаліу-да-Любрагат,Сан-Фелиу-де-Льобрегат,Սան Ֆելիու դե Լյոբրեգատ,سان فيلايو دي يوبريغات,سانت فلیو د یبرگات,圣费柳-德略布雷加特		ES	56	B	08211	43671	Europe/Madrid
6356234	Sant Feliu Sasserra	sant-feliu-sasserra			ES	56	B	08212	660	Europe/Madrid
6356235	Sant Fruitós de Bages	sant-fruitos-de-bages	San Fructuoso de Bages,San Fruktuoso de Baxes,San-Fruitos-da-Bazhas,San-Frujtos-de-Bazhes,san frwktwzw dy bajys,sant frwyts d bakhs,sheng fu lu ke tuo suo-de ba he si,Сан-Фруйтос-де-Бажес,Сан-Фруїтос-да-Бажас,Սան Ֆրուկտուոսո դե Բախես,سان فروكتوزو دي باجيس,سانت فرویتس د باخس,圣弗鲁克托索-德巴赫斯		ES	56	B	08213	8227	Europe/Madrid
6356236	Vilassar de Dalt	vilassar-de-dalt	Vilasar de Dalt,Vilassar-de-Dal't,bi la sa er-de da er te,bylassar d dalt,fylasar dy dalt,Вилассар-де-Дальт,Վիլասար դե Դալտ,بیلاسسار د دالت,فيلاسار دي دالت,比拉萨尔-德达尔特		ES	56	B	08214	8865	Europe/Madrid
6356237	Sant Hipòlit de Voltregà	sant-hipolit-de-voltrega	San Hipolito de Voltrega,San Hipólito de Voltregá,San Ipolito de Voltrega,Sant-Ipolit-de-Vol'trega,san haybwlaytw dy fwltryja,sant hyplyt d bltrga,sheng yi bo li tuo-de bo er te lei jia,Сант-Иполит-де-Вольтрега,Սան Իպոլիտո դե Վոլտրեգա,سان هايبولايتو دي فولتريجا,سانت هیپلیت د بلترگا,圣伊波利托-德博尔特雷加		ES	56	B	08215	3585	Europe/Madrid
6356238	Sant Jaume de Frontanyà	sant-jaume-de-frontanya			ES	56	B	08216	28	Europe/Madrid
6356239	Sant Joan Despí	sant-joan-despi	San Juan Despi,San Juan Despí,San Xuan Despi,San-Zhoan-Despi,San-Zhuan-Daspi,san khwan dysbay,sant khyan dspy,sheng hu an de si pi,Сан-Жоан-Деспи,Сан-Жуан-Даспі,Սան Խուան Դեսպի,سان خوان ديسباي,سانت خئان دسپی,სან-ჟოან-დესპი,サン・ジュアン・ダスピ,圣胡安德斯皮		ES	56	B	08217	32792	Europe/Madrid
6356240	Sant Joan de Vilatorrada	sant-joan-de-vilatorrada			ES	56	B	08218	10780	Europe/Madrid
6356241	Vilassar de Mar	vilassar-de-mar	Vilasar de Mar,Vilasar-de-Mar,bin hai bi la sa er,bylassar d mar,fylasar dy mar,Виласар-де-Мар,Վիլասար դե Մար,بیلاسسار د مار,فيلاسار دي مار,滨海比拉萨尔		ES	56	B	08219	19918	Europe/Madrid
6356242	Sant Julià de Vilatorta	sant-julia-de-vilatorta			ES	56	B	08220	3024	Europe/Madrid
6356243	Sant Just Desvern	sant-just-desvern	San Justo Desvern,San Xusto Desvern,San-Zhjus-Dasbern,San-Zhust-Desvern,san khwstw dyzfyra,sant khwst dsbrn,sheng hu si tuo de si wei er en,Сан-Жуст-Десверн,Сан-Жюс-Дасберн,Սան Խուստո Դեսվերն,سان خوستو ديزفيرا,سانت خوست دسبرن,圣胡斯托德斯韦尔恩		ES	56	B	08221	15874	Europe/Madrid
6356244	Sant Llorenç d'Hortons	sant-llorenc-d-hortons			ES	56	B	08222	2528	Europe/Madrid
6356245	Sant Llorenç Savall	sant-llorenc-savall			ES	56	B	08223	2417	Europe/Madrid
6356246	Sant Martí de Centelles	sant-marti-de-centelles			ES	56	B	08224	1098	Europe/Madrid
6356247	Sant Martí d'Albars	sant-marti-d-albars			ES	56	B	08225	106	Europe/Madrid
6356248	Sant Martí de Tous	sant-marti-de-tous			ES	56	B	08226	1173	Europe/Madrid
6356249	Sant Martí Sarroca	sant-marti-sarroca			ES	56	B	08227	3200	Europe/Madrid
6356250	Sant Martí Sesgueioles	sant-marti-sesgueioles			ES	56	B	08228	373	Europe/Madrid
6356251	Sant Mateu de Bages	sant-mateu-de-bages	San Mateo de Bages,San Mateo de Baxes,San-Mateu-da-Bazhas,San-Mateu-de-Bazhes,san matyw dy bajys,sheng ma te ao-de ba he si,Сан-Матеу-да-Бажас,Сан-Матеу-де-Бажес,Սան Մատեո դե Բախես,سان ماتيو دي باجيس,圣马特奥-德巴赫斯		ES	56	B	08229	643	Europe/Madrid
6356252	Premià de Dalt	premia-de-dalt	Premia de Dalt,Premià de Dalt,Premiá de Dalt		ES	56	B	08230	10289	Europe/Madrid
6356253	Sant Pere de Ribes	sant-pere-de-ribes	San Pedro de Ribas,Sant Pere de Ribas,Sant Pere de Ribes		ES	56	B	08231	29149	Europe/Madrid
6356254	Sant Pere de Riudebitlles	sant-pere-de-riudebitlles			ES	56	B	08232	2372	Europe/Madrid
6356255	Sant Pere de Torelló	sant-pere-de-torello	San Pedro de Torello,San Pedro de Torelló,San Pedro de Torelyo,San-Pedro-de-Torel'o,san bydwr dy twrylw,sant prh d tryw,sheng pei de luo-de tuo lei e,Сан-Педро-де-Торельо,Սան Պեդրո դե Տորելյո,سان بيدور دي توريلو,سانت پره د تریو,圣佩德罗-德托雷略		ES	56	B	08233	2469	Europe/Madrid
6356256	Sant Pere de Vilamajor	sant-pere-de-vilamajor			ES	56	B	08234	4276	Europe/Madrid
6356257	Sant Quintí de Mediona	sant-quinti-de-mediona			ES	56	B	08236	2146	Europe/Madrid
6356258	Sant Quirze de Besora	sant-quirze-de-besora			ES	56	B	08237	2187	Europe/Madrid
6356259	Sant Quirze del Vallès	sant-quirze-del-valles	San Kirze del Valyes,San Quirico de Tarrasa,San-Kirza-dal-Bal'es,San-Kirze-del'-Val'es,san kwyrykw dyl falys,sheng ji li ke-de ta la sa,Сан-Кирзе-дель-Вальес,Сан-Кірза-дал-Бальєс,Սան Կիրզե դել Վալյես,سان كويريكو ديل فاليس,圣基里科-德塔拉萨		ES	56	B	08238	18994	Europe/Madrid
6356260	Sant Quirze Safaja	sant-quirze-safaja			ES	56	B	08239	648	Europe/Madrid
6356261	Sant Sadurní d'Anoia	sant-sadurni-d-anoia			ES	56	B	08240	12482	Europe/Madrid
6356262	Sant Sadurní d'Osormort	sant-sadurni-d-osormort			ES	56	B	08241	93	Europe/Madrid
6356263	Marganell	marganell	Marganel,Marganel',ma jia nei er,margany,marghanyl,Марганель,Марґанель,Մարգանել,مارغانيل,مارگانی,马加内尔		ES	56	B	08242	308	Europe/Madrid
6356265	Santa Coloma de Cervelló	santa-coloma-de-cervello	Santa Koloma de Servelyo,Santa-Koloma-de-Servel'o,Santa-Kuloma-da-Sarbal'o,santa kwlwma dy kyrfalw,sheng ke luo ma-de sai er wei e,Санта-Колома-де-Сервельо,Санта-Кулома-да-Сарбальо,Սանտա Կոլոմա դե Սերվելյո,سانتا كولوما دي كيرفالو,サンタ・クローマ・ダ・サルバリョー,圣科洛马-德塞尔韦略		ES	56	B	08244	7964	Europe/Madrid
6356266	Santa Coloma de Gramenet	santa-coloma-de-gramenet	Santa Coloma de Gramanet,Santa Koloma de Gramanet,Santa Koloma de Gramenetas,Santa Koloma de Nkramanet,Santa-Koloma-de-Gramenet,Santa-Kuloma-da-Gramanet,san ta ko loma dek rama net,santa klma d gramnt,santa kwlwma dy jramanyt,santakollomadegeulameneteu,santa・kuroma・da・guramaneto,sheng ke luo ma-de ge la ma nei te,Σάντα Κολόμα δε Γκραμανέτ,Санта Колома де Граманет,Санта-Колома-де-Граменет,Санта-Кулома-да-Ґраманет,Սանտա Կոլոմա դե Գրամանետ,سانتا كولوما دي جرامانيت,سانتا کلما د گرامنت,ซานตาโกโลมาเดกรามาเนต,サンタ・クローマ・ダ・グラマネート,圣科洛马-德格拉马内特,산타콜로마데그라메네트		ES	56	B	08245	120593	Europe/Madrid
6356267	Santa Eugènia de Berga	santa-eugenia-de-berga			ES	56	B	08246	2269	Europe/Madrid
6356268	Santa Eulàlia de Riuprimer	santa-eulalia-de-riuprimer			ES	56	B	08247	1199	Europe/Madrid
6356269	Santa Eulàlia de Ronçana	santa-eulalia-de-roncana			ES	56	B	08248	7009	Europe/Madrid
6356270	Santa Fe del Penedès	santa-fe-del-penedes			ES	56	B	08249	384	Europe/Madrid
6356271	Santa Margarida de Montbui	santa-margarida-de-montbui			ES	56	B	08250	9689	Europe/Madrid
6356272	Santa Margarida i els Monjos	santa-margarida-i-els-monjos			ES	56	B	08251	7121	Europe/Madrid
6356273	Barberà del Vallès	barbera-del-valles	Barbara-dal-Bal'es,Barbera del Valles,Barbera del Valyes,Barbera-del'-Val'es,Barberá del Vallés,ba wei la-de er ba lie si,barbra dl bays,barbyra dyl falys,Барбара-дал-Бальєс,Барбера-дель-Вальес,Բարբերա դել Վալյես,باربرا دل بایس,باربيرا ديل فاليس,巴韦拉-德尔巴列斯		ES	56	B	08252	32436	Europe/Madrid
6356274	Santa Maria de Besora	santa-maria-de-besora			ES	56	B	08253	157	Europe/Madrid
6356275	Santa Maria de Corcó	santa-maria-de-corco			ES	56	B	08254	2193	Europe/Madrid
6356276	Santa Maria de Merlès	santa-maria-de-merles	Santa Maria de Marles,Santa María de Marlés,Santa-Marija-da-Marles,Santa-Marija-de-Merles,santa marya d mrls,santa marya dy myrlys,sheng ma li ya-de mei er lai si,Санта-Мария-де-Мерлес,Санта-Марія-да-Марлес,Սանտա Մարիա դե Մարլես,سانتا ماريا دي ميرليس,سانتا ماریا د مرلس,圣玛丽亚-德梅尔莱斯		ES	56	B	08255	173	Europe/Madrid
6356277	Santa Maria de Martorelles	santa-maria-de-martorelles			ES	56	B	08256	865	Europe/Madrid
6356278	Santa Maria de Miralles	santa-maria-de-miralles			ES	56	B	08257	132	Europe/Madrid
6356279	Santa Maria d'Oló	santa-maria-d-olo			ES	56	B	08258	1048	Europe/Madrid
6356280	Santa Maria de Palautordera	santa-maria-de-palautordera			ES	56	B	08259	9196	Europe/Madrid
6356281	Santa Perpètua de Mogoda	santa-perpetua-de-mogoda			ES	56	B	08260	25606	Europe/Madrid
6356282	Sant Vicenç de Castellet	sant-vicenc-de-castellet	San Vicente de Castellet,San Visente de Kastelyet,San-Bisens-da-Kastal'et,San-Visente-de-Kastel'et,san faysynt dy kastylyt,sant bysnk d kastyt,sheng wei sen te-de ka si te lie te,Сан-Бісенс-да-Кастальєт,Сан-Висенте-де-Кастельет,Սան Վիսենտե դե Կաստելյետ,سان فايسينت دي كاستيليت,سانت بیسنک د کاستیت,圣维森特-德卡斯特列特		ES	56	B	08262	9314	Europe/Madrid
6356283	Sant Vicenç dels Horts	sant-vicenc-dels-horts	San Vicente dels Horts,San Visente dels Orts,San-Bisens-dals-Ors,San-Visens-del's-Ors,san faysynt dy dyls hwrts,sant bysnk dls hrts,sheng wei sen te-de er si ao er te si,Сан-Бісенс-далс-Орс,Сан-Висенс-дельс-Орс,Սան Վիսենտե դելս Օրտս,سان فايسينت دي ديلس هورتس,سانت بیسنک دلس هرتس,圣维森特-德尔斯奥尔特斯		ES	56	B	08263	28084	Europe/Madrid
6356284	Sant Vicenç de Torelló	sant-vicenc-de-torello			ES	56	B	08265	2029	Europe/Madrid
6356285	Cerdanyola del Vallès	cerdanyola-del-valles	Sardan'ola-dal-Bal'es,Sardanola del Vales,Sardanola del Valles,Sardañola del Vallés,Serdan'ola-del'-Val'es,Serdaniola,Serdanyola del Valyes,sa er da ni ao la-de er ba lie si,sardanywla dyl falys,srdanyla dl bays,Σερδανιόλα,Сарданьола-дал-Бальєс,Сардањола дел Ваљес,Серданьола-дель-Вальес,Սերդանյոլա դել Վալյես,ساردانيولا ديل فاليس,سردانیلا دل بایس,萨尔达尼奥拉-德尔巴列斯		ES	56	B	08266	57892	Europe/Madrid
6356286	Sentmenat	sentmenat			ES	56	B	08267	8521	Europe/Madrid
6356287	Cercs	cercs	Serchs,Serks,sai er qi si,srks,syrtshs,Серкс,Սերկս,سرکس,سيرتشس,塞尔奇斯		ES	56	B	08268	1306	Europe/Madrid
6356288	Seva	seva	Seva		ES	56	B	08269	3436	Europe/Madrid
6356289	Sitges	sitges	Sidzhas,Sidzhes,Sitges,Sitxes,Sitzes,shitchesu,sicheseu,sydjys,sytkhs,xi qie si,Σίτζες,Сиджес,Сіджас,Սիտխես,سيدجيس,سیتخس,シッチェス,锡切斯,시체스		ES	56	B	08270	29039	Europe/Madrid
6356290	Sobremunt	sobremunt			ES	56	B	08271	92	Europe/Madrid
6356291	Sora	sora	Sora		ES	56	B	08272	180	Europe/Madrid
6356292	Subirats	subirats	Subirats,sbyratys,su wei la te si,Субиратс,Субіратс,Սուբիրատս,سبيراتيس,苏维拉特斯		ES	56	B	08273	3076	Europe/Madrid
6356293	Súria	suria	Suria,Surija,su li ya,swrya,Сурия,Сурія,Սուրիա,سوريا,سوریا,苏里亚		ES	56	B	08274	6218	Europe/Madrid
6356294	Tavèrnoles	tavernoles			ES	56	B	08275	312	Europe/Madrid
6356295	Tagamanent	tagamanent			ES	56	B	08276	322	Europe/Madrid
6356296	Talamanca	talamanca			ES	56	B	08277	157	Europe/Madrid
6356297	Taradell	taradell			ES	56	B	08278	6212	Europe/Madrid
6356298	Terrassa	terrassa	Gorad Tehrasa,Tarasa,Tarrasa,Terasa,Terrasa,Terrassa,ta la sa,tarasa,telasa,terras'sa,trassa,Τεράσα,Горад Тэраса,Тараса,Тарраса,Тераса,Террасса,Տեռասա,تاراسا,تراسسا,तेर्रस्सा,ტერასა,タラサ,塔拉薩,테라사		ES	56	B	08279	215678	Europe/Madrid
6356299	Tavertet	tavertet			ES	56	B	08280	137	Europe/Madrid
6356300	Teià	teia			ES	56	B	08281	6154	Europe/Madrid
6356301	Tiana	tiana			ES	56	B	08282	8151	Europe/Madrid
6356304	la Torre de Claramunt	la-torre-de-claramunt			ES	56	B	08286	3863	Europe/Madrid
6356305	Torrelles de Foix	torrelles-de-foix			ES	56	B	08288	2406	Europe/Madrid
6356306	Torrelles de Llobregat	torrelles-de-llobregat			ES	56	B	08289	5740	Europe/Madrid
6356307	Ullastrell	ullastrell			ES	56	B	08290	1981	Europe/Madrid
6356308	Vacarisses	vacarisses			ES	56	B	08291	6231	Europe/Madrid
6356309	Vallbona d'Anoia	vallbona-d-anoia			ES	56	B	08292	1432	Europe/Madrid
6356310	Vallcebre	vallcebre			ES	56	B	08293	274	Europe/Madrid
6356311	Vallgorguina	vallgorguina			ES	56	B	08294	2640	Europe/Madrid
6356312	Vallirana	vallirana	Vallirana		ES	56	B	08295	14549	Europe/Madrid
6356313	Vallromanes	vallromanes			ES	56	B	08296	2480	Europe/Madrid
6356314	Veciana	veciana			ES	56	B	08297	169	Europe/Madrid
6356315	Vic	vic	Ausa,Bik,Vich,Vik,a'usa,bi ke,bikeu,bikku,fytsh,Μπικ,Бік,Вик,Վիկ,فيتش,আউসা,ビック,比克,비크		ES	56	B	08298	41191	Europe/Madrid
6356316	Vilada	vilada			ES	56	B	08299	486	Europe/Madrid
6356317	Viladecavalls	viladecavalls	Biladakabal'sh,Viladecaballs,Viladekaval's,Viladekavals,bi la de ka wa er si,byladkabays,fyladykalfys,Біладакабальш,Виладекавальс,Վիլադեկավալս,بیلادکابایس,فيلاديكالفيس,比拉德卡瓦尔斯		ES	56	B	08300	7411	Europe/Madrid
6356318	Viladecans	viladecans			ES	56	B	08301	65188	Europe/Madrid
6356319	Vilanova del Camí	vilanova-del-cami	Bilanoba-dal-Kami,Vilanova del Kami,Vilanova-del'-Kami,bylanba dl kamy,fylanwfa dyl kamy,ka mi xin zhen,Біланоба-дал-Камі,Виланова-дель-Ками,Վիլանովա դել Կամի,بیلانبا دل کامی,فيلانوفا ديل كامي,卡米新镇		ES	56	B	08302	12585	Europe/Madrid
6356320	Vilanova de Sau	vilanova-de-sau			ES	56	B	08303	328	Europe/Madrid
6356321	Vilobí del Penedès	vilobi-del-penedes			ES	56	B	08304	1106	Europe/Madrid
6356322	Vilafranca del Penedès	vilafranca-del-penedes	Bilafran'ka del Penedes,Vil'jafranka-del'-Penedes,Vilafranka-del'-Penedes,Villafranca del Panades,Villafranca del Panadés,Villafranca del Penedes,Villafranca del Penedès,Vilyafranka del Panades,bylafranka dl pnds,fylafranka dyl bynyds,pei nei de si zi you zhen,Μπιλαφράνκα δελ Πενεδές,Вильяфранка-дель-Пенедес,Вілафранка-дель-Пенедес,Վիլյաֆրանկա դել Պանադես,بیلافرانکا دل پندس,فيلافرانكا ديل بينيدس,ビラフランカ・ダル・パナデス,佩内德斯自由镇		ES	56	B	08305	39035	Europe/Madrid
6356323	Vilalba Sasserra	vilalba-sasserra			ES	56	B	08306	703	Europe/Madrid
6356324	Vilanova i la Geltrú	vilanova-i-la-geltru	Bilanoba-i-la-Zhaltru,Vilanova-i-la-Zheltru,Villanueva y Geltru,Villanueva y Geltrú,bi la nuo wa yi la he er te lu,fylanwfa a la ghyltrw,Біланоба-і-ла-Жалтру,Виланова и Ђелтру,Виланова-и-ла-Желтру,فيلانوفا إ لا غيلترو,ビラノバ・イ・ラ・ジャルトル,比拉诺瓦伊拉赫尔特鲁		ES	56	B	08307	66591	Europe/Madrid
6356325	Viver i Serrateix	viver-i-serrateix			ES	56	B	08308	178	Europe/Madrid
6356326	Rupit i Pruit	rupit-i-pruit			ES	56	B	08901	307	Europe/Madrid
6356327	Vilanova del Vallès	vilanova-del-valles			ES	56	B	08902	5062	Europe/Madrid
6356328	Sant Julià de Cerdanyola	sant-julia-de-cerdanyola			ES	56	B	08903	257	Europe/Madrid
6356329	Badia del Vallès	badia-del-valles			ES	56	B	08904	13563	Europe/Madrid
6356330	la Palma de Cervelló	la-palma-de-cervello			ES	56	B	08905	3023	Europe/Madrid
6356331	Abajas	abajas			ES	55	BU	09001	29	Europe/Madrid
6356332	Adrada de Haza	adrada-de-haza			ES	55	BU	09003	243	Europe/Madrid
6356333	Aguas Cándidas	aguas-candidas			ES	55	BU	09006	65	Europe/Madrid
6356334	Aguilar de Bureba	aguilar-de-bureba			ES	55	BU	09007	66	Europe/Madrid
6356335	Albillos	albillos			ES	55	BU	09009	218	Europe/Madrid
6356336	Alcocero de Mola	alcocero-de-mola			ES	55	BU	09010	32	Europe/Madrid
6356337	Alfoz de Bricia	alfoz-de-bricia			ES	55	BU	09011	87	Europe/Madrid
6356338	Alfoz de Santa Gadea	alfoz-de-santa-gadea			ES	55	BU	09012	114	Europe/Madrid
6356339	Altable	altable			ES	55	BU	09013	48	Europe/Madrid
6356340	Altos, Los	altos-los			ES	55	BU	09014	199	Europe/Madrid
6356341	Ameyugo	ameyugo			ES	55	BU	09016	100	Europe/Madrid
6356342	Anguix	anguix			ES	55	BU	09017	133	Europe/Madrid
6356343	Aranda de Duero	aranda-de-duero			ES	55	BU	09018	33459	Europe/Madrid
6356344	Arandilla	arandilla			ES	55	BU	09019	177	Europe/Madrid
6356345	Arauzo de Miel	arauzo-de-miel			ES	55	BU	09020	368	Europe/Madrid
6356346	Arauzo de Salce	arauzo-de-salce			ES	55	BU	09021	70	Europe/Madrid
6356347	Arauzo de Torre	arauzo-de-torre			ES	55	BU	09022	90	Europe/Madrid
6356348	Arcos	arcos			ES	55	BU	09023	1410	Europe/Madrid
6356349	Arenillas de Riopisuerga	arenillas-de-riopisuerga			ES	55	BU	09024	189	Europe/Madrid
6356350	Arija	arija			ES	55	BU	09025	156	Europe/Madrid
6356351	Arlanzón	arlanzon			ES	55	BU	09026	439	Europe/Madrid
6356352	Arraya de Oca	arraya-de-oca			ES	55	BU	09027	53	Europe/Madrid
6356353	Atapuerca	atapuerca			ES	55	BU	09029	202	Europe/Madrid
6356354	Avellanosa de Muñó	avellanosa-de-muno			ES	55	BU	09032	119	Europe/Madrid
6356355	Bahabón de Esgueva	bahabon-de-esgueva			ES	55	BU	09033	111	Europe/Madrid
6356356	Balbases, Los	balbases-los			ES	55	BU	09034	338	Europe/Madrid
6356357	Baños de Valdearados	banos-de-valdearados			ES	55	BU	09035	378	Europe/Madrid
6356358	Bañuelos de Bureba	banuelos-de-bureba			ES	55	BU	09036	33	Europe/Madrid
6356359	Barbadillo de Herreros	barbadillo-de-herreros			ES	55	BU	09037	121	Europe/Madrid
6356360	Barbadillo del Mercado	barbadillo-del-mercado			ES	55	BU	09038	155	Europe/Madrid
6356361	Barbadillo del Pez	barbadillo-del-pez			ES	55	BU	09039	91	Europe/Madrid
6356362	Barrio de Muñó	barrio-de-muno			ES	55	BU	09041	34	Europe/Madrid
6356363	Barrios de Bureba, Los	barrios-de-bureba-los			ES	55	BU	09043	215	Europe/Madrid
6356364	Barrios de Colina	barrios-de-colina			ES	55	BU	09044	57	Europe/Madrid
6356365	Basconcillos del Tozo	basconcillos-del-tozo			ES	55	BU	09045	317	Europe/Madrid
6356366	Bascuñana	bascunana			ES	55	BU	09046	45	Europe/Madrid
6356367	Belbimbre	belbimbre			ES	55	BU	09047	76	Europe/Madrid
6356368	Belorado	belorado			ES	55	BU	09048	2082	Europe/Madrid
6356369	Berberana	berberana			ES	55	BU	09050	70	Europe/Madrid
6356370	Berlangas de Roa	berlangas-de-roa			ES	55	BU	09051	192	Europe/Madrid
6356371	Berzosa de Bureba	berzosa-de-bureba			ES	55	BU	09052	33	Europe/Madrid
6356372	Bozoó	bozoo			ES	55	BU	09054	113	Europe/Madrid
6356373	Brazacorta	brazacorta			ES	55	BU	09055	75	Europe/Madrid
6356374	Briviesca	briviesca			ES	55	BU	09056	7627	Europe/Madrid
6356375	Bugedo	bugedo			ES	55	BU	09057	193	Europe/Madrid
6356376	Buniel	buniel			ES	55	BU	09058	508	Europe/Madrid
6356377	Burgos	burgos	Burgi,Burgos,Burgosas,Burgoso,Burgus,brghsh,brgws,bu er ge si,buleugoseu,bur kos,burugosu,bwrgws,Бургос,Бурґос,برغش,برگوس,بورگوس,บูร์โกส,ブルゴス,布尔戈斯,부르고스		ES	55	BU	09059	179906	Europe/Madrid
6356378	Busto de Bureba	busto-de-bureba			ES	55	BU	09060	189	Europe/Madrid
6356379	Cabañes de Esgueva	cabanes-de-esgueva			ES	55	BU	09061	202	Europe/Madrid
6356380	Cabezón de la Sierra	cabezon-de-la-sierra			ES	55	BU	09062	52	Europe/Madrid
6356381	Cavia	cavia			ES	55	BU	09063	283	Europe/Madrid
6356382	Caleruega	caleruega			ES	55	BU	09064	506	Europe/Madrid
6356383	Campillo de Aranda	campillo-de-aranda			ES	55	BU	09065	181	Europe/Madrid
6356384	Campolara	campolara			ES	55	BU	09066	59	Europe/Madrid
6356385	Canicosa de la Sierra	canicosa-de-la-sierra			ES	55	BU	09067	554	Europe/Madrid
6356386	Cantabrana	cantabrana			ES	55	BU	09068	31	Europe/Madrid
6356387	Carazo	carazo			ES	55	BU	09070	41	Europe/Madrid
6356388	Carcedo de Bureba	carcedo-de-bureba			ES	55	BU	09071	50	Europe/Madrid
6356389	Carcedo de Burgos	carcedo-de-burgos			ES	55	BU	09072	367	Europe/Madrid
6356390	Cardeñadijo	cardenadijo			ES	55	BU	09073	1220	Europe/Madrid
6356391	Cardeñajimeno	cardenajimeno			ES	55	BU	09074	994	Europe/Madrid
6356392	Cardeñuela Riopico	cardenuela-riopico			ES	55	BU	09075	148	Europe/Madrid
6356393	Carrias	carrias			ES	55	BU	09076	27	Europe/Madrid
6356394	Cascajares de Bureba	cascajares-de-bureba			ES	55	BU	09077	35	Europe/Madrid
6356395	Cascajares de la Sierra	cascajares-de-la-sierra			ES	55	BU	09078	41	Europe/Madrid
6356396	Castellanos de Castro	castellanos-de-castro			ES	55	BU	09079	53	Europe/Madrid
6356397	Castildelgado	castildelgado			ES	55	BU	09082	49	Europe/Madrid
6356398	Castil de Peones	castil-de-peones			ES	55	BU	09083	33	Europe/Madrid
6356399	Castrillo de la Reina	castrillo-de-la-reina			ES	55	BU	09084	217	Europe/Madrid
6356400	Castrillo de la Vega	castrillo-de-la-vega			ES	55	BU	09085	644	Europe/Madrid
6356401	Castrillo del Val	castrillo-del-val			ES	55	BU	09086	805	Europe/Madrid
6356402	Castrillo de Riopisuerga	castrillo-de-riopisuerga			ES	55	BU	09088	71	Europe/Madrid
6356403	Castrillo Mota de Judíos	castrillo-mota-de-judios	Castrillo Matajudios,Castrillo Matajudíos,Castrillo Mota de Judios,Castrillo Mota de Judíos		ES	55	BU	09090	64	Europe/Madrid
6356404	Castrojeriz	castrojeriz			ES	55	BU	09091	849	Europe/Madrid
6356405	Cayuela	cayuela			ES	55	BU	09093	188	Europe/Madrid
6356406	Cebrecos	cebrecos			ES	55	BU	09094	51	Europe/Madrid
6356407	Celada del Camino	celada-del-camino			ES	55	BU	09095	98	Europe/Madrid
6356408	Cerezo de Río Tirón	cerezo-de-rio-tiron			ES	55	BU	09098	624	Europe/Madrid
6356409	Cerratón de Juarros	cerraton-de-juarros			ES	55	BU	09100	55	Europe/Madrid
6356410	Ciadoncha	ciadoncha			ES	55	BU	09101	69	Europe/Madrid
6356411	Cillaperlata	cillaperlata			ES	55	BU	09102	46	Europe/Madrid
6356412	Cilleruelo de Abajo	cilleruelo-de-abajo			ES	55	BU	09103	268	Europe/Madrid
6356413	Cilleruelo de Arriba	cilleruelo-de-arriba			ES	55	BU	09104	63	Europe/Madrid
6356414	Ciruelos de Cervera	ciruelos-de-cervera			ES	55	BU	09105	117	Europe/Madrid
6356415	Cogollos	cogollos			ES	55	BU	09108	498	Europe/Madrid
6356416	Contreras	contreras			ES	55	BU	09110	98	Europe/Madrid
6356417	Coruña del Conde	coruna-del-conde			ES	55	BU	09112	125	Europe/Madrid
6356418	Covarrubias	covarrubias	Kovarrubias,kbarwbyas,ke wa lu wei ya si,Коваррубиас,Коваррубіас,کباروبیاس,科瓦鲁维亚斯		ES	55	BU	09113	626	Europe/Madrid
6356419	Cubillo del Campo	cubillo-del-campo			ES	55	BU	09114	103	Europe/Madrid
6356420	Cubo de Bureba	cubo-de-bureba			ES	55	BU	09115	110	Europe/Madrid
6356421	Cueva de Roa, La	cueva-de-roa-la			ES	55	BU	09117	112	Europe/Madrid
6356422	Cuevas de San Clemente	cuevas-de-san-clemente			ES	55	BU	09119	56	Europe/Madrid
6356423	Encío	encio			ES	55	BU	09120	51	Europe/Madrid
6356424	Espinosa de Cervera	espinosa-de-cervera			ES	55	BU	09122	98	Europe/Madrid
6356425	Espinosa del Camino	espinosa-del-camino			ES	55	BU	09123	39	Europe/Madrid
6356426	Espinosa de los Monteros	espinosa-de-los-monteros			ES	55	BU	09124	2007	Europe/Madrid
6356427	Estépar	estepar			ES	55	BU	09125	705	Europe/Madrid
6356428	Fontioso	fontioso			ES	55	BU	09127	56	Europe/Madrid
6356429	Frandovínez	frandovinez			ES	55	BU	09128	107	Europe/Madrid
6356430	Fresneda de la Sierra Tirón	fresneda-de-la-sierra-tiron			ES	55	BU	09129	136	Europe/Madrid
6356431	Fresneña	fresnena			ES	55	BU	09130	94	Europe/Madrid
6356432	Fresnillo de las Dueñas	fresnillo-de-las-duenas			ES	55	BU	09131	560	Europe/Madrid
6356433	Fresno de Río Tirón	fresno-de-rio-tiron			ES	55	BU	09132	185	Europe/Madrid
6356434	Fresno de Rodilla	fresno-de-rodilla			ES	55	BU	09133	46	Europe/Madrid
6356435	Frías	frias	Frias,frayas,fryas,Фриас,Фріас,Ֆրիաս,فراياس,فریاس		ES	55	BU	09134	277	Europe/Madrid
6356436	Fuentebureba	fuentebureba			ES	55	BU	09135	43	Europe/Madrid
6356437	Fuentecén	fuentecen			ES	55	BU	09136	237	Europe/Madrid
6356438	Fuentelcésped	fuentelcesped			ES	55	BU	09137	225	Europe/Madrid
6356439	Fuentelisendo	fuentelisendo			ES	55	BU	09138	107	Europe/Madrid
6356440	Fuentemolinos	fuentemolinos			ES	55	BU	09139	106	Europe/Madrid
6356441	Fuentenebro	fuentenebro			ES	55	BU	09140	152	Europe/Madrid
6356442	Fuentespina	fuentespina			ES	55	BU	09141	757	Europe/Madrid
6356443	Galbarros	galbarros			ES	55	BU	09143	30	Europe/Madrid
6356444	Gallega, La	gallega-la			ES	55	BU	09144	65	Europe/Madrid
6356445	Grijalba	grijalba			ES	55	BU	09148	120	Europe/Madrid
6356446	Grisaleña	grisalena			ES	55	BU	09149	39	Europe/Madrid
6356447	Gumiel de Izán	gumiel-de-izan			ES	55	BU	09151	618	Europe/Madrid
6356448	Gumiel de Mercado	gumiel-de-mercado			ES	55	BU	09152	363	Europe/Madrid
6356449	Hacinas	hacinas			ES	55	BU	09154	177	Europe/Madrid
6356450	Haza	haza			ES	55	BU	09155	26	Europe/Madrid
6356451	Hontanas	hontanas			ES	55	BU	09159	73	Europe/Madrid
6356452	Hontangas	hontangas			ES	55	BU	09160	115	Europe/Madrid
6356453	Hontoria de la Cantera	hontoria-de-la-cantera			ES	55	BU	09162	135	Europe/Madrid
6356454	Hontoria del Pinar	hontoria-del-pinar			ES	55	BU	09163	773	Europe/Madrid
6356455	Hontoria de Valdearados	hontoria-de-valdearados			ES	55	BU	09164	219	Europe/Madrid
6356456	Hormazas, Las	hormazas-las			ES	55	BU	09166	109	Europe/Madrid
6356457	Hornillos del Camino	hornillos-del-camino			ES	55	BU	09167	57	Europe/Madrid
6356458	Horra, La	horra-la			ES	55	BU	09168	386	Europe/Madrid
6356459	Hortigüela	hortigueela			ES	55	BU	09169	101	Europe/Madrid
6356460	Hoyales de Roa	hoyales-de-roa			ES	55	BU	09170	237	Europe/Madrid
6356461	Huérmeces	huermeces			ES	55	BU	09172	128	Europe/Madrid
6356462	Huerta de Arriba	huerta-de-arriba			ES	55	BU	09173	135	Europe/Madrid
6356463	Huerta de Rey	huerta-de-rey			ES	55	BU	09174	1064	Europe/Madrid
6356464	Humada	humada			ES	55	BU	09175	142	Europe/Madrid
6356465	Hurones	hurones			ES	55	BU	09176	75	Europe/Madrid
6356466	Ibeas de Juarros	ibeas-de-juarros			ES	55	BU	09177	1456	Europe/Madrid
6356467	Ibrillos	ibrillos			ES	55	BU	09178	61	Europe/Madrid
6356468	Iglesiarrubia	iglesiarrubia			ES	55	BU	09179	49	Europe/Madrid
6356469	Iglesias	iglesias			ES	55	BU	09180	143	Europe/Madrid
6356470	Isar	isar			ES	55	BU	09181	364	Europe/Madrid
6356471	Itero del Castillo	itero-del-castillo			ES	55	BU	09182	104	Europe/Madrid
6356472	Jaramillo de la Fuente	jaramillo-de-la-fuente			ES	55	BU	09183	57	Europe/Madrid
6356473	Jaramillo Quemado	jaramillo-quemado			ES	55	BU	09184	4	Europe/Madrid
6356474	Junta de Traslaloma	junta-de-traslaloma			ES	55	BU	09189	152	Europe/Madrid
6356475	Junta de Villalba de Losa	junta-de-villalba-de-losa			ES	55	BU	09190	104	Europe/Madrid
6356476	Jurisdicción de Lara	jurisdiccion-de-lara			ES	55	BU	09191	44	Europe/Madrid
6356477	Jurisdicción de San Zadornil	jurisdiccion-de-san-zadornil			ES	55	BU	09192	68	Europe/Madrid
6356478	Lerma	lerma	Lerma,Lermo,lrma,lyrma,Лерма,لرما,ليرما		ES	55	BU	09194	2886	Europe/Madrid
6356479	Llano de Bureba	llano-de-bureba			ES	55	BU	09195	65	Europe/Madrid
6356480	Madrigal del Monte	madrigal-del-monte			ES	55	BU	09196	171	Europe/Madrid
6356481	Madrigalejo del Monte	madrigalejo-del-monte			ES	55	BU	09197	182	Europe/Madrid
6356482	Mahamud	mahamud			ES	55	BU	09198	141	Europe/Madrid
6356483	Mambrilla de Castrejón	mambrilla-de-castrejon			ES	55	BU	09199	107	Europe/Madrid
6356484	Mambrillas de Lara	mambrillas-de-lara			ES	55	BU	09200	57	Europe/Madrid
6356485	Mamolar	mamolar			ES	55	BU	09201	35	Europe/Madrid
6356486	Manciles	manciles			ES	55	BU	09202	25	Europe/Madrid
6356487	Mazuela	mazuela			ES	55	BU	09206	68	Europe/Madrid
6356488	Mecerreyes	mecerreyes			ES	55	BU	09208	298	Europe/Madrid
6356489	Medina de Pomar	medina-de-pomar			ES	55	BU	09209	6238	Europe/Madrid
6356490	Melgar de Fernamental	melgar-de-fernamental			ES	55	BU	09211	1826	Europe/Madrid
6356491	Merindad de Cuesta-Urria	merindad-de-cuesta-urria			ES	55	BU	09213	409	Europe/Madrid
6356492	Merindad de Montija	merindad-de-montija			ES	55	BU	09214	848	Europe/Madrid
6356493	Merindad de Sotoscueva	merindad-de-sotoscueva			ES	55	BU	09215	464	Europe/Madrid
6356494	Merindad de Valdeporres	merindad-de-valdeporres			ES	55	BU	09216	461	Europe/Madrid
6356495	Merindad de Valdivielso	merindad-de-valdivielso			ES	55	BU	09217	432	Europe/Madrid
6356496	Milagros	milagros			ES	55	BU	09218	505	Europe/Madrid
6356497	Miranda de Ebro	miranda-de-ebro			ES	55	BU	09219	38400	Europe/Madrid
6356498	Miraveche	miraveche			ES	55	BU	09220	86	Europe/Madrid
6356499	Modúbar de la Emparedada	modubar-de-la-emparedada			ES	55	BU	09221	604	Europe/Madrid
6356500	Monasterio de la Sierra	monasterio-de-la-sierra			ES	55	BU	09223	48	Europe/Madrid
6356501	Monasterio de Rodilla	monasterio-de-rodilla			ES	55	BU	09224	200	Europe/Madrid
6356502	Moncalvillo	moncalvillo			ES	55	BU	09225	102	Europe/Madrid
6356503	Monterrubio de la Demanda	monterrubio-de-la-demanda			ES	55	BU	09226	68	Europe/Madrid
6356504	Montorio	montorio			ES	55	BU	09227	184	Europe/Madrid
6356505	Moradillo de Roa	moradillo-de-roa			ES	55	BU	09228	199	Europe/Madrid
6356506	Nava de Roa	nava-de-roa			ES	55	BU	09229	238	Europe/Madrid
6356507	Navas de Bureba	navas-de-bureba			ES	55	BU	09230	41	Europe/Madrid
6356508	Nebreda	nebreda			ES	55	BU	09231	73	Europe/Madrid
6356509	Neila	neila			ES	55	BU	09232	206	Europe/Madrid
6356510	Olmedillo de Roa	olmedillo-de-roa			ES	55	BU	09235	187	Europe/Madrid
6356511	Olmillos de Muñó	olmillos-de-muno			ES	55	BU	09236	41	Europe/Madrid
6356512	Oña	ona			ES	55	BU	09238	1168	Europe/Madrid
6356513	Oquillas	oquillas			ES	55	BU	09239	62	Europe/Madrid
6356514	Orbaneja Riopico	orbaneja-riopico			ES	55	BU	09241	233	Europe/Madrid
6356515	Padilla de Abajo	padilla-de-abajo			ES	55	BU	09242	93	Europe/Madrid
6356516	Padilla de Arriba	padilla-de-arriba			ES	55	BU	09243	89	Europe/Madrid
6356517	Padrones de Bureba	padrones-de-bureba			ES	55	BU	09244	49	Europe/Madrid
6356518	Palacios de la Sierra	palacios-de-la-sierra			ES	55	BU	09246	791	Europe/Madrid
6356519	Palacios de Riopisuerga	palacios-de-riopisuerga			ES	55	BU	09247	33	Europe/Madrid
6356520	Palazuelos de la Sierra	palazuelos-de-la-sierra			ES	55	BU	09248	66	Europe/Madrid
6356521	Palazuelos de Muñó	palazuelos-de-muno			ES	55	BU	09249	60	Europe/Madrid
6356522	Pampliega	pampliega			ES	55	BU	09250	363	Europe/Madrid
6356523	Pancorbo	pancorbo			ES	55	BU	09251	501	Europe/Madrid
6356524	Pardilla	pardilla			ES	55	BU	09253	124	Europe/Madrid
6356525	Partido de la Sierra en Tobalina	partido-de-la-sierra-en-tobalina			ES	55	BU	09255	92	Europe/Madrid
6356526	Pedrosa de Duero	pedrosa-de-duero			ES	55	BU	09256	472	Europe/Madrid
6356527	Pedrosa del Páramo	pedrosa-del-paramo			ES	55	BU	09257	101	Europe/Madrid
6356528	Pedrosa del Príncipe	pedrosa-del-principe			ES	55	BU	09258	173	Europe/Madrid
6356529	Pedrosa de Río Úrbel	pedrosa-de-rio-urbel			ES	55	BU	09259	263	Europe/Madrid
6356530	Peñaranda de Duero	penaranda-de-duero			ES	55	BU	09261	578	Europe/Madrid
6356531	Peral de Arlanza	peral-de-arlanza			ES	55	BU	09262	160	Europe/Madrid
6356532	Piérnigas	piernigas			ES	55	BU	09265	44	Europe/Madrid
6356533	Pineda de la Sierra	pineda-de-la-sierra			ES	55	BU	09266	99	Europe/Madrid
6356534	Pineda Trasmonte	pineda-trasmonte			ES	55	BU	09267	138	Europe/Madrid
6356535	Pinilla de los Barruecos	pinilla-de-los-barruecos			ES	55	BU	09268	126	Europe/Madrid
6356536	Pinilla de los Moros	pinilla-de-los-moros			ES	55	BU	09269	41	Europe/Madrid
6356537	Pinilla Trasmonte	pinilla-trasmonte			ES	55	BU	09270	192	Europe/Madrid
6356538	Poza de la Sal	poza-de-la-sal			ES	55	BU	09272	357	Europe/Madrid
6356539	Prádanos de Bureba	pradanos-de-bureba			ES	55	BU	09273	61	Europe/Madrid
6356540	Pradoluengo	pradoluengo			ES	55	BU	09274	1384	Europe/Madrid
6356541	Presencio	presencio			ES	55	BU	09275	184	Europe/Madrid
6356542	Puebla de Arganzón, La	puebla-de-arganzon-la			ES	55	BU	09276	534	Europe/Madrid
6356543	Puentedura	puentedura			ES	55	BU	09277	133	Europe/Madrid
6356544	Quemada	quemada			ES	55	BU	09279	264	Europe/Madrid
6356545	Quintanabureba	quintanabureba			ES	55	BU	09280	35	Europe/Madrid
6356546	Quintana del Pidio	quintana-del-pidio			ES	55	BU	09281	181	Europe/Madrid
6356547	Quintanaélez	quintanaelez			ES	55	BU	09283	62	Europe/Madrid
6356548	Quintanaortuño	quintanaortuno			ES	55	BU	09287	261	Europe/Madrid
6356549	Quintanapalla	quintanapalla			ES	55	BU	09288	114	Europe/Madrid
6356550	Quintanar de la Sierra	quintanar-de-la-sierra			ES	55	BU	09289	1998	Europe/Madrid
6356551	Quintanavides	quintanavides			ES	55	BU	09292	97	Europe/Madrid
6356552	Quintanilla de la Mata	quintanilla-de-la-mata			ES	55	BU	09294	147	Europe/Madrid
6356553	Quintanilla del Coco	quintanilla-del-coco			ES	55	BU	09295	70	Europe/Madrid
6356554	Quintanillas, Las	quintanillas-las			ES	55	BU	09297	394	Europe/Madrid
6356555	Quintanilla San García	quintanilla-san-garcia			ES	55	BU	09298	107	Europe/Madrid
6356556	Quintanilla Vivar	quintanilla-vivar			ES	55	BU	09301	770	Europe/Madrid
6356557	Rabanera del Pinar	rabanera-del-pinar			ES	55	BU	09302	117	Europe/Madrid
6356558	Rábanos	rabanos			ES	55	BU	09303	93	Europe/Madrid
6356559	Rabé de las Calzadas	rabe-de-las-calzadas			ES	55	BU	09304	227	Europe/Madrid
6356560	Rebolledo de la Torre	rebolledo-de-la-torre			ES	55	BU	09306	131	Europe/Madrid
6356561	Redecilla del Camino	redecilla-del-camino			ES	55	BU	09307	127	Europe/Madrid
6356562	Redecilla del Campo	redecilla-del-campo			ES	55	BU	09308	78	Europe/Madrid
6356563	Regumiel de la Sierra	regumiel-de-la-sierra			ES	55	BU	09309	392	Europe/Madrid
6356564	Reinoso	reinoso			ES	55	BU	09310	13	Europe/Madrid
6356565	Retuerta	retuerta			ES	55	BU	09311	74	Europe/Madrid
6356566	Revilla y Ahedo, La	revilla-y-ahedo-la			ES	55	BU	09312	122	Europe/Madrid
6356567	Revilla del Campo	revilla-del-campo			ES	55	BU	09314	112	Europe/Madrid
6356568	Revillarruz	revillarruz			ES	55	BU	09315	485	Europe/Madrid
6356569	Revilla Vallejera	revilla-vallejera			ES	55	BU	09316	97	Europe/Madrid
6356570	Rezmondo	rezmondo			ES	55	BU	09317	16	Europe/Madrid
6356571	Riocavado de la Sierra	riocavado-de-la-sierra			ES	55	BU	09318	59	Europe/Madrid
6356572	Roa	roa			ES	55	BU	09321	2450	Europe/Madrid
6356573	Rojas	rojas			ES	55	BU	09323	74	Europe/Madrid
6356574	Royuela de Río Franco	royuela-de-rio-franco			ES	55	BU	09325	228	Europe/Madrid
6356575	Rubena	rubena			ES	55	BU	09326	181	Europe/Madrid
6356576	Rublacedo de Abajo	rublacedo-de-abajo			ES	55	BU	09327	33	Europe/Madrid
6356577	Rucandio	rucandio			ES	55	BU	09328	78	Europe/Madrid
6356578	Salas de Bureba	salas-de-bureba			ES	55	BU	09329	135	Europe/Madrid
6356579	Salas de los Infantes	salas-de-los-infantes			ES	55	BU	09330	2146	Europe/Madrid
6356580	Saldaña de Burgos	saldana-de-burgos			ES	55	BU	09332	189	Europe/Madrid
6356581	Salinillas de Bureba	salinillas-de-bureba			ES	55	BU	09334	51	Europe/Madrid
6356582	San Adrián de Juarros	san-adrian-de-juarros			ES	55	BU	09335	71	Europe/Madrid
6356583	San Juan del Monte	san-juan-del-monte			ES	55	BU	09337	156	Europe/Madrid
6356584	San Mamés de Burgos	san-mames-de-burgos			ES	55	BU	09338	307	Europe/Madrid
6356585	San Martín de Rubiales	san-martin-de-rubiales			ES	55	BU	09339	169	Europe/Madrid
6356586	San Millán de Lara	san-millan-de-lara			ES	55	BU	09340	73	Europe/Madrid
6356587	Santa Cecilia	santa-cecilia			ES	55	BU	09343	105	Europe/Madrid
6356588	Santa Cruz de la Salceda	santa-cruz-de-la-salceda			ES	55	BU	09345	169	Europe/Madrid
6356589	Santa Cruz del Valle Urbión	santa-cruz-del-valle-urbion			ES	55	BU	09346	101	Europe/Madrid
6356590	Santa Gadea del Cid	santa-gadea-del-cid			ES	55	BU	09347	169	Europe/Madrid
6356591	Santa Inés	santa-ines			ES	55	BU	09348	162	Europe/Madrid
6356592	Santa María del Campo	santa-maria-del-campo			ES	55	BU	09350	633	Europe/Madrid
6356593	Santa María del Invierno	santa-maria-del-invierno			ES	55	BU	09351	62	Europe/Madrid
6356594	Santa María del Mercadillo	santa-maria-del-mercadillo			ES	55	BU	09352	136	Europe/Madrid
6356595	Santa María Rivarredonda	santa-maria-rivarredonda			ES	55	BU	09353	95	Europe/Madrid
6356596	Santa Olalla de Bureba	santa-olalla-de-bureba			ES	55	BU	09354	33	Europe/Madrid
6356597	Santibáñez de Esgueva	santibanez-de-esgueva			ES	55	BU	09355	118	Europe/Madrid
6356598	Santibáñez del Val	santibanez-del-val			ES	55	BU	09356	62	Europe/Madrid
6356599	Santo Domingo de Silos	santo-domingo-de-silos			ES	55	BU	09358	310	Europe/Madrid
6356600	San Vicente del Valle	san-vicente-del-valle			ES	55	BU	09360	36	Europe/Madrid
6356601	Sargentes de la Lora	sargentes-de-la-lora			ES	55	BU	09361	138	Europe/Madrid
6356602	Sarracín	sarracin			ES	55	BU	09362	270	Europe/Madrid
6356603	Sasamón	sasamon			ES	55	BU	09363	1144	Europe/Madrid
6356604	Sequera de Haza, La	sequera-de-haza-la			ES	55	BU	09365	44	Europe/Madrid
6356605	Solarana	solarana			ES	55	BU	09366	95	Europe/Madrid
6356606	Sordillos	sordillos			ES	55	BU	09368	25	Europe/Madrid
6356607	Sotillo de la Ribera	sotillo-de-la-ribera			ES	55	BU	09369	558	Europe/Madrid
6356608	Sotragero	sotragero			ES	55	BU	09372	286	Europe/Madrid
6356609	Sotresgudo	sotresgudo			ES	55	BU	09373	515	Europe/Madrid
6356610	Susinos del Páramo	susinos-del-paramo			ES	55	BU	09374	117	Europe/Madrid
6356611	Tamarón	tamaron			ES	55	BU	09375	46	Europe/Madrid
6356612	Tardajos	tardajos			ES	55	BU	09377	834	Europe/Madrid
6356613	Tejada	tejada			ES	55	BU	09378	35	Europe/Madrid
6356614	Terradillos de Esgueva	terradillos-de-esgueva			ES	55	BU	09380	104	Europe/Madrid
6356615	Tinieblas de la Sierra	tinieblas-de-la-sierra			ES	55	BU	09381	43	Europe/Madrid
6356616	Tobar	tobar			ES	55	BU	09382	29	Europe/Madrid
6356617	Tordómar	tordomar			ES	55	BU	09384	358	Europe/Madrid
6356618	Torrecilla del Monte	torrecilla-del-monte			ES	55	BU	09386	82	Europe/Madrid
6356619	Torregalindo	torregalindo			ES	55	BU	09387	133	Europe/Madrid
6356620	Torrelara	torrelara			ES	55	BU	09388	32	Europe/Madrid
6356621	Torrepadre	torrepadre			ES	55	BU	09389	78	Europe/Madrid
6356622	Torresandino	torresandino			ES	55	BU	09390	724	Europe/Madrid
6356623	Tórtoles de Esgueva	tortoles-de-esgueva			ES	55	BU	09391	509	Europe/Madrid
6356624	Tosantos	tosantos			ES	55	BU	09392	53	Europe/Madrid
6356625	Trespaderne	trespaderne			ES	55	BU	09394	1025	Europe/Madrid
6356626	Tubilla del Agua	tubilla-del-agua			ES	55	BU	09395	169	Europe/Madrid
6356627	Tubilla del Lago	tubilla-del-lago			ES	55	BU	09396	172	Europe/Madrid
6356628	Úrbel del Castillo	urbel-del-castillo			ES	55	BU	09398	92	Europe/Madrid
6356629	Vadocondes	vadocondes			ES	55	BU	09400	388	Europe/Madrid
6356630	Valdeande	valdeande			ES	55	BU	09403	107	Europe/Madrid
6356631	Valdezate	valdezate			ES	55	BU	09405	153	Europe/Madrid
6356632	Valdorros	valdorros			ES	55	BU	09406	312	Europe/Madrid
6356633	Valmala	valmala			ES	55	BU	09407	31	Europe/Madrid
6356634	Vallarta de Bureba	vallarta-de-bureba			ES	55	BU	09408	46	Europe/Madrid
6356635	Valle de Manzanedo	valle-de-manzanedo			ES	55	BU	09409	152	Europe/Madrid
6356636	Valle de Mena	valle-de-mena	Mena Harana,Valle de Mena		ES	55	BU	09410	3931	Europe/Madrid
6356637	Valle de Oca	valle-de-oca			ES	55	BU	09411	177	Europe/Madrid
6356638	Valle de Tobalina	valle-de-tobalina			ES	55	BU	09412	1017	Europe/Madrid
6356639	Valle de Valdebezana	valle-de-valdebezana			ES	55	BU	09413	550	Europe/Madrid
6356640	Valle de Valdelaguna	valle-de-valdelaguna			ES	55	BU	09414	199	Europe/Madrid
6356641	Valle de Valdelucio	valle-de-valdelucio			ES	55	BU	09415	347	Europe/Madrid
6356642	Valle de Zamanzas	valle-de-zamanzas			ES	55	BU	09416	76	Europe/Madrid
6356643	Vallejera	vallejera			ES	55	BU	09417	40	Europe/Madrid
6356644	Valles de Palenzuela	valles-de-palenzuela			ES	55	BU	09418	80	Europe/Madrid
6356645	Valluércanes	valluercanes			ES	55	BU	09419	79	Europe/Madrid
6356646	Vid y Barrios, La	vid-y-barrios-la			ES	55	BU	09421	280	Europe/Madrid
6356647	Vid de Bureba, La	vid-de-bureba-la			ES	55	BU	09422	23	Europe/Madrid
6356648	Vileña	vilena			ES	55	BU	09423	34	Europe/Madrid
6356649	Viloria de Rioja	viloria-de-rioja			ES	55	BU	09424	49	Europe/Madrid
6356650	Vilviestre del Pinar	vilviestre-del-pinar			ES	55	BU	09425	656	Europe/Madrid
6356651	Villadiego	villadiego			ES	55	BU	09427	1694	Europe/Madrid
6356652	Villaescusa de Roa	villaescusa-de-roa			ES	55	BU	09428	129	Europe/Madrid
6356653	Villaescusa la Sombría	villaescusa-la-sombria			ES	55	BU	09429	70	Europe/Madrid
6356654	Villaespasa	villaespasa			ES	55	BU	09430	17	Europe/Madrid
6356655	Villafranca Montes de Oca	villafranca-montes-de-oca			ES	55	BU	09431	132	Europe/Madrid
6356656	Villafruela	villafruela			ES	55	BU	09432	224	Europe/Madrid
6356657	Villagalijo	villagalijo			ES	55	BU	09433	68	Europe/Madrid
6356658	Villagonzalo Pedernales	villagonzalo-pedernales			ES	55	BU	09434	1676	Europe/Madrid
6356659	Villahoz	villahoz			ES	55	BU	09437	351	Europe/Madrid
6356660	Villalba de Duero	villalba-de-duero			ES	55	BU	09438	678	Europe/Madrid
6356661	Villalbilla de Burgos	villalbilla-de-burgos			ES	55	BU	09439	1190	Europe/Madrid
6356662	Villalbilla de Gumiel	villalbilla-de-gumiel			ES	55	BU	09440	105	Europe/Madrid
6356663	Villaldemiro	villaldemiro			ES	55	BU	09441	76	Europe/Madrid
6356664	Villalmanzo	villalmanzo			ES	55	BU	09442	443	Europe/Madrid
6356665	Villamayor de los Montes	villamayor-de-los-montes			ES	55	BU	09443	226	Europe/Madrid
6356666	Villamayor de Treviño	villamayor-de-trevino			ES	55	BU	09444	84	Europe/Madrid
6356667	Villambistia	villambistia			ES	55	BU	09445	46	Europe/Madrid
6356668	Villamedianilla	villamedianilla			ES	55	BU	09446	10	Europe/Madrid
6356669	Villamiel de la Sierra	villamiel-de-la-sierra			ES	55	BU	09447	37	Europe/Madrid
6356670	Villangómez	villangomez			ES	55	BU	09448	255	Europe/Madrid
6356671	Villanueva de Argaño	villanueva-de-argano			ES	55	BU	09449	111	Europe/Madrid
6356672	Villanueva de Carazo	villanueva-de-carazo			ES	55	BU	09450	32	Europe/Madrid
6356673	Villanueva de Gumiel	villanueva-de-gumiel			ES	55	BU	09451	298	Europe/Madrid
6356674	Villanueva de Teba	villanueva-de-teba			ES	55	BU	09454	46	Europe/Madrid
6356675	Villaquirán de la Puebla	villaquiran-de-la-puebla			ES	55	BU	09455	49	Europe/Madrid
6356676	Villaquirán de los Infantes	villaquiran-de-los-infantes			ES	55	BU	09456	151	Europe/Madrid
6356677	Villariezo	villariezo			ES	55	BU	09458	569	Europe/Madrid
6356678	Villasandino	villasandino			ES	55	BU	09460	213	Europe/Madrid
6356679	Villasur de Herreros	villasur-de-herreros			ES	55	BU	09463	285	Europe/Madrid
6356680	Villatuelda	villatuelda			ES	55	BU	09464	50	Europe/Madrid
6356681	Villaverde del Monte	villaverde-del-monte			ES	55	BU	09466	148	Europe/Madrid
6356682	Villaverde-Mogina	villaverde-mogina			ES	55	BU	09467	78	Europe/Madrid
6356683	Villayerno Morquillas	villayerno-morquillas			ES	55	BU	09471	218	Europe/Madrid
6356684	Villazopeque	villazopeque			ES	55	BU	09472	60	Europe/Madrid
6356685	Villoruebo	villoruebo			ES	55	BU	09476	71	Europe/Madrid
6356686	Vizcaínos	vizcainos			ES	55	BU	09478	53	Europe/Madrid
6356687	Zael	zael			ES	55	BU	09480	115	Europe/Madrid
6356688	Zarzosa de Río Pisuerga	zarzosa-de-rio-pisuerga			ES	55	BU	09482	34	Europe/Madrid
6356689	Zazuar	zazuar			ES	55	BU	09483	256	Europe/Madrid
6356690	Zuñeda	zuneda			ES	55	BU	09485	61	Europe/Madrid
6356691	Quintanilla del Agua y Tordueles	quintanilla-del-agua-y-tordueles			ES	55	BU	09901	504	Europe/Madrid
6356692	Valle de Santibáñez	valle-de-santibanez			ES	55	BU	09902	544	Europe/Madrid
6356693	Villarcayo de Merindad de Castilla la Vieja	villarcayo-de-merindad-de-castilla-la-vieja			ES	55	BU	09903	4791	Europe/Madrid
6356694	Valle de las Navas	valle-de-las-navas			ES	55	BU	09904	588	Europe/Madrid
6356695	Merindad de Río Ubierna	merindad-de-rio-ubierna			ES	55	BU	09906	1411	Europe/Madrid
6356696	Alfoz de Quintanadueñas	alfoz-de-quintanaduenas			ES	55	BU	09907	1994	Europe/Madrid
6356697	Valle de Losa	valle-de-losa	Lausa Harana,Valle de Losa		ES	55	BU	09908	565	Europe/Madrid
6356698	Abadía	abadia	Abadia,Abadija,a wa di ya,abadya,Абадия,Абадія,Աբադիա,أباديا,阿瓦迪亚		ES	57	CC	10001	330	Europe/Madrid
6356699	Abertura	abertura			ES	57	CC	10002	432	Europe/Madrid
6356700	Acebo	acebo			ES	57	CC	10003	648	Europe/Madrid
6356701	Acehúche	acehuche			ES	57	CC	10004	846	Europe/Madrid
6356702	Aceituna	aceituna			ES	57	CC	10005	626	Europe/Madrid
6356703	Ahigal	ahigal			ES	57	CC	10006	1462	Europe/Madrid
6356704	Albalá	albala			ES	57	CC	10007	773	Europe/Madrid
6356705	Alcántara	alcantara			ES	57	CC	10008	1619	Europe/Madrid
6356706	Alcollarín	alcollarin			ES	57	CC	10009	249	Europe/Madrid
6356707	Alcuéscar	alcuescar			ES	57	CC	10010	2904	Europe/Madrid
6356708	Aldeacentenera	aldeacentenera			ES	57	CC	10011	710	Europe/Madrid
6356709	Aldea del Cano	aldea-del-cano			ES	57	CC	10012	701	Europe/Madrid
6356710	Aldea del Obispo, La	aldea-del-obispo-la			ES	57	CC	10013	337	Europe/Madrid
6356711	Aldeanueva de la Vera	aldeanueva-de-la-vera			ES	57	CC	10014	2190	Europe/Madrid
6356712	Aldeanueva del Camino	aldeanueva-del-camino			ES	57	CC	10015	799	Europe/Madrid
6356713	Aldehuela de Jerte	aldehuela-de-jerte			ES	57	CC	10016	380	Europe/Madrid
6356714	Alía	alia			ES	57	CC	10017	964	Europe/Madrid
6356715	Aliseda	aliseda			ES	57	CC	10018	2013	Europe/Madrid
6356716	Almaraz	almaraz			ES	57	CC	10019	1558	Europe/Madrid
6356717	Almoharín	almoharin			ES	57	CC	10020	1966	Europe/Madrid
6356718	Arroyo de la Luz	arroyo-de-la-luz			ES	57	CC	10021	6292	Europe/Madrid
6356719	Arroyomolinos de la Vera	arroyomolinos-de-la-vera			ES	57	CC	10022	490	Europe/Madrid
6356720	Arroyomolinos	arroyomolinos			ES	57	CC	10023	948	Europe/Madrid
6356721	Baños de Montemayor	banos-de-montemayor			ES	57	CC	10024	766	Europe/Madrid
6356722	Barrado	barrado			ES	57	CC	10025	451	Europe/Madrid
6356723	Belvís de Monroy	belvis-de-monroy			ES	57	CC	10026	641	Europe/Madrid
6356724	Benquerencia	benquerencia			ES	57	CC	10027	86	Europe/Madrid
6356725	Berrocalejo	berrocalejo			ES	57	CC	10028	140	Europe/Madrid
6356726	Berzocana	berzocana			ES	57	CC	10029	493	Europe/Madrid
6356727	Bohonal de Ibor	bohonal-de-ibor			ES	57	CC	10030	559	Europe/Madrid
6356728	Botija	botija			ES	57	CC	10031	212	Europe/Madrid
6356729	Brozas	brozas			ES	57	CC	10032	2046	Europe/Madrid
6356730	Cabañas del Castillo	cabanas-del-castillo			ES	57	CC	10033	474	Europe/Madrid
6356731	Cabezabellosa	cabezabellosa			ES	57	CC	10034	397	Europe/Madrid
6356732	Cabezuela del Valle	cabezuela-del-valle			ES	57	CC	10035	2443	Europe/Madrid
6356733	Cabrero	cabrero			ES	57	CC	10036	371	Europe/Madrid
6356734	Cáceres	caceres			ES	57	CC	10037	95668	Europe/Madrid
6356735	Cachorrilla	cachorrilla			ES	57	CC	10038	102	Europe/Madrid
6356736	Cadalso	cadalso			ES	57	CC	10039	484	Europe/Madrid
6356737	Calzadilla	calzadilla			ES	57	CC	10040	493	Europe/Madrid
6356738	Caminomorisco	caminomorisco			ES	57	CC	10041	1211	Europe/Madrid
6356739	Campillo de Deleitosa	campillo-de-deleitosa			ES	57	CC	10042	68	Europe/Madrid
6356740	Campo Lugar	campo-lugar			ES	57	CC	10043	982	Europe/Madrid
6356741	Cañamero	canamero			ES	57	CC	10044	1716	Europe/Madrid
6356742	Cañaveral	canaveral	Kan'javeral',ka ni ya wei la er,kanyafyral,Каньявераль,كانيافيرال,卡尼亚韦拉尔		ES	57	CC	10045	1189	Europe/Madrid
6356743	Carbajo	carbajo			ES	57	CC	10046	226	Europe/Madrid
6356744	Carcaboso	carcaboso			ES	57	CC	10047	1137	Europe/Madrid
6356745	Carrascalejo	carrascalejo			ES	57	CC	10048	311	Europe/Madrid
6356746	Casar de Cáceres	casar-de-caceres			ES	57	CC	10049	4796	Europe/Madrid
6356747	Casar de Palomero	casar-de-palomero			ES	57	CC	10050	1419	Europe/Madrid
6356748	Casares de las Hurdes	casares-de-las-hurdes			ES	57	CC	10051	489	Europe/Madrid
6356749	Casas de Don Antonio	casas-de-don-antonio			ES	57	CC	10052	205	Europe/Madrid
6356750	Casas de Don Gómez	casas-de-don-gomez			ES	57	CC	10053	332	Europe/Madrid
6356751	Casas del Castañar	casas-del-castanar			ES	57	CC	10054	620	Europe/Madrid
6356752	Casas del Monte	casas-del-monte			ES	57	CC	10055	817	Europe/Madrid
6356753	Casas de Millán	casas-de-millan			ES	57	CC	10056	674	Europe/Madrid
6356754	Casas de Miravete	casas-de-miravete			ES	57	CC	10057	172	Europe/Madrid
6356755	Casatejada	casatejada			ES	57	CC	10058	1453	Europe/Madrid
6356756	Casillas de Coria	casillas-de-coria			ES	57	CC	10059	441	Europe/Madrid
6356757	Castañar de Ibor	castanar-de-ibor			ES	57	CC	10060	1175	Europe/Madrid
6356758	Ceclavín	ceclavin			ES	57	CC	10061	2026	Europe/Madrid
6356759	Cedillo	cedillo			ES	57	CC	10062	497	Europe/Madrid
6356760	Cerezo	cerezo			ES	57	CC	10063	185	Europe/Madrid
6356761	Cilleros	cilleros			ES	57	CC	10064	1793	Europe/Madrid
6356762	Collado de la Vera	collado-de-la-vera			ES	57	CC	10065	164	Europe/Madrid
6356763	Conquista de la Sierra	conquista-de-la-sierra			ES	57	CC	10066	207	Europe/Madrid
6356764	Coria	coria	Coria,Còria,Cória,Koria,Korija,ke li ya,qwryt,Кория,Корія,Կորիա,قورية,科里亚		ES	57	CC	10067	13101	Europe/Madrid
6356765	Cuacos de Yuste	cuacos-de-yuste			ES	57	CC	10068	894	Europe/Madrid
6356766	Cumbre, La	cumbre-la			ES	57	CC	10069	933	Europe/Madrid
6356767	Deleitosa	deleitosa			ES	57	CC	10070	799	Europe/Madrid
6356768	Descargamaría	descargamaria			ES	57	CC	10071	175	Europe/Madrid
6356769	Eljas	eljas			ES	57	CC	10072	980	Europe/Madrid
6356770	Escurial	escurial			ES	57	CC	10073	876	Europe/Madrid
6356771	Fresnedoso de Ibor	fresnedoso-de-ibor			ES	57	CC	10075	318	Europe/Madrid
6356772	Galisteo	galisteo			ES	57	CC	10076	1046	Europe/Madrid
6356773	Garciaz	garciaz			ES	57	CC	10077	817	Europe/Madrid
6356774	Garganta, La	garganta-la			ES	57	CC	10078	477	Europe/Madrid
6356775	Garganta la Olla	garganta-la-olla			ES	57	CC	10079	1009	Europe/Madrid
6356776	Gargantilla	gargantilla			ES	57	CC	10080	426	Europe/Madrid
6356777	Gargüera	gargueera			ES	57	CC	10081	119	Europe/Madrid
6356778	Garrovillas de Alconétar	garrovillas-de-alconetar			ES	57	CC	10082	2246	Europe/Madrid
6356779	Garvín	garvin			ES	57	CC	10083	110	Europe/Madrid
6356780	Gata	gata	Gata,jata,jia ta,Гата,جاتا,加塔		ES	57	CC	10084	1639	Europe/Madrid
6356781	Gordo, El	gordo-el			ES	57	CC	10085	395	Europe/Madrid
6356782	Granja, La	granja-la			ES	57	CC	10086	361	Europe/Madrid
6356783	Guadalupe	guadalupe			ES	57	CC	10087	1999	Europe/Madrid
6356784	Guijo de Coria	guijo-de-coria			ES	57	CC	10088	252	Europe/Madrid
6356785	Guijo de Galisteo	guijo-de-galisteo			ES	57	CC	10089	1631	Europe/Madrid
6356786	Guijo de Granadilla	guijo-de-granadilla			ES	57	CC	10090	607	Europe/Madrid
6356787	Guijo de Santa Bárbara	guijo-de-santa-barbara			ES	57	CC	10091	433	Europe/Madrid
6356788	Herguijuela	herguijuela	Ehrgikhuehla,Ergikhuela,Erguijuela,ai er ji hu ai la,hyrjwaykhwyla,Ергіхуела,Эргихуэла,هيرجوايخويلا,埃尔吉胡埃拉		ES	57	CC	10092	362	Europe/Madrid
6356789	Hernán-Pérez	hernan-perez			ES	57	CC	10093	496	Europe/Madrid
6356790	Herrera de Alcántara	herrera-de-alcantara			ES	57	CC	10094	292	Europe/Madrid
6356791	Herreruela	herreruela			ES	57	CC	10095	365	Europe/Madrid
6356792	Hervás	hervas			ES	57	CC	10096	4190	Europe/Madrid
6356793	Higuera	higuera			ES	57	CC	10097	110	Europe/Madrid
6356794	Hinojal	hinojal			ES	57	CC	10098	443	Europe/Madrid
6356795	Holguera	holguera			ES	57	CC	10099	742	Europe/Madrid
6356796	Hoyos	hoyos			ES	57	CC	10100	930	Europe/Madrid
6356797	Huélaga	huelaga			ES	57	CC	10101	211	Europe/Madrid
6356798	Ibahernando	ibahernando			ES	57	CC	10102	524	Europe/Madrid
6356799	Jaraicejo	jaraicejo			ES	57	CC	10103	551	Europe/Madrid
6356800	Jaraíz de la Vera	jaraiz-de-la-vera			ES	57	CC	10104	6727	Europe/Madrid
6356801	Jarandilla de la Vera	jarandilla-de-la-vera			ES	57	CC	10105	3070	Europe/Madrid
6356802	Jerte	jerte			ES	57	CC	10107	1329	Europe/Madrid
6356803	Ladrillar	ladrillar			ES	57	CC	10108	204	Europe/Madrid
6356804	Logrosán	logrosan			ES	57	CC	10109	2089	Europe/Madrid
6356805	Losar de la Vera	losar-de-la-vera			ES	57	CC	10110	2841	Europe/Madrid
6356806	Madrigal de la Vera	madrigal-de-la-vera			ES	57	CC	10111	1801	Europe/Madrid
6356807	Madrigalejo	madrigalejo			ES	57	CC	10112	1870	Europe/Madrid
6356808	Madroñera	madronera			ES	57	CC	10113	2901	Europe/Madrid
6356809	Majadas	majadas	Majadas de Tietar,Majadas de Tiétar,Makhadas,ma ha da si,makhadas,Махадас,ماخاداس,马哈达斯		ES	57	CC	10114	1352	Europe/Madrid
6356810	Malpartida de Cáceres	malpartida-de-caceres			ES	57	CC	10115	4456	Europe/Madrid
6356811	Malpartida de Plasencia	malpartida-de-plasencia			ES	57	CC	10116	4782	Europe/Madrid
6356812	Marchagaz	marchagaz			ES	57	CC	10117	238	Europe/Madrid
6356813	Mata de Alcántara	mata-de-alcantara			ES	57	CC	10118	328	Europe/Madrid
6356814	Membrío	membrio			ES	57	CC	10119	738	Europe/Madrid
6356815	Mesas de Ibor	mesas-de-ibor			ES	57	CC	10120	177	Europe/Madrid
6356816	Miajadas	miajadas			ES	57	CC	10121	10150	Europe/Madrid
6356817	Millanes	millanes			ES	57	CC	10122	271	Europe/Madrid
6356818	Mirabel	mirabel			ES	57	CC	10123	702	Europe/Madrid
6356819	Mohedas de Granadilla	mohedas-de-granadilla			ES	57	CC	10124	953	Europe/Madrid
6356820	Monroy	monroy			ES	57	CC	10125	1094	Europe/Madrid
6356821	Montánchez	montanchez			ES	57	CC	10126	1936	Europe/Madrid
6356822	Montehermoso	montehermoso			ES	57	CC	10127	5884	Europe/Madrid
6356823	Moraleja	moraleja	Moralekha,mo la lai ha,mwralykha,Моралеха,موراليخا,莫拉莱哈		ES	57	CC	10128	7130	Europe/Madrid
6356824	Morcillo	morcillo			ES	57	CC	10129	415	Europe/Madrid
6356825	Navaconcejo	navaconcejo			ES	57	CC	10130	1975	Europe/Madrid
6356826	Navalmoral de la Mata	navalmoral-de-la-mata			ES	57	CC	10131	17401	Europe/Madrid
6356827	Navalvillar de Ibor	navalvillar-de-ibor			ES	57	CC	10132	469	Europe/Madrid
6356828	Navas del Madroño	navas-del-madrono			ES	57	CC	10133	1412	Europe/Madrid
6356829	Navezuelas	navezuelas			ES	57	CC	10134	668	Europe/Madrid
6356830	Nuñomoral	nunomoral			ES	57	CC	10135	1411	Europe/Madrid
6356831	Oliva de Plasencia	oliva-de-plasencia			ES	57	CC	10136	304	Europe/Madrid
6356832	Palomero	palomero			ES	57	CC	10137	412	Europe/Madrid
6356833	Pasarón de la Vera	pasaron-de-la-vera			ES	57	CC	10138	663	Europe/Madrid
6356834	Pedroso de Acim	pedroso-de-acim			ES	57	CC	10139	110	Europe/Madrid
6356835	Peraleda de la Mata	peraleda-de-la-mata			ES	57	CC	10140	1434	Europe/Madrid
6356836	Peraleda de San Román	peraleda-de-san-roman			ES	57	CC	10141	322	Europe/Madrid
6356837	Perales del Puerto	perales-del-puerto			ES	57	CC	10142	966	Europe/Madrid
6356838	Pescueza	pescueza			ES	57	CC	10143	173	Europe/Madrid
6356839	Pesga, La	pesga-la			ES	57	CC	10144	1121	Europe/Madrid
6356840	Piedras Albas	piedras-albas			ES	57	CC	10145	177	Europe/Madrid
6356841	Pinofranqueado	pinofranqueado	Pinofranqueado		ES	57	CC	10146	1670	Europe/Madrid
6356842	Piornal	piornal			ES	57	CC	10147	1550	Europe/Madrid
6356843	Plasencia	plasencia	Plasence,Plasencia,Plasencio,Plasensija,Plasentia,Plasència,Prasencia,blasynthya,plasnsya,plsnsyh,pu la sen xi ya,purasenshia,Пласенсия,Пласенсія,פלסנסיה,بلاسينثيا,پلاسنسیا,プラセンシア,普拉森西亞		ES	57	CC	10148	41002	Europe/Madrid
6356844	Plasenzuela	plasenzuela			ES	57	CC	10149	500	Europe/Madrid
6356845	Portaje	portaje			ES	57	CC	10150	401	Europe/Madrid
6356846	Portezuelo	portezuelo			ES	57	CC	10151	264	Europe/Madrid
6356847	Pozuelo de Zarzón	pozuelo-de-zarzon			ES	57	CC	10152	552	Europe/Madrid
6356848	Puerto de Santa Cruz	puerto-de-santa-cruz			ES	57	CC	10153	385	Europe/Madrid
6356849	Rebollar	rebollar			ES	57	CC	10154	224	Europe/Madrid
6356850	Riolobos	riolobos			ES	57	CC	10155	1349	Europe/Madrid
6356851	Robledillo de Gata	robledillo-de-gata			ES	57	CC	10156	116	Europe/Madrid
6356852	Robledillo de la Vera	robledillo-de-la-vera			ES	57	CC	10157	318	Europe/Madrid
6356853	Robledillo de Trujillo	robledillo-de-trujillo			ES	57	CC	10158	414	Europe/Madrid
6356854	Robledollano	robledollano			ES	57	CC	10159	361	Europe/Madrid
6356855	Romangordo	romangordo			ES	57	CC	10160	261	Europe/Madrid
6356856	Ruanes	ruanes			ES	57	CC	10161	71	Europe/Madrid
6356857	Salorino	salorino			ES	57	CC	10162	661	Europe/Madrid
6356858	Salvatierra de Santiago	salvatierra-de-santiago			ES	57	CC	10163	304	Europe/Madrid
6356859	San Martín de Trevejo	san-martin-de-trevejo			ES	57	CC	10164	895	Europe/Madrid
6356860	Santa Ana	santa-ana			ES	57	CC	10165	282	Europe/Madrid
6356861	Santa Cruz de la Sierra	santa-cruz-de-la-sierra			ES	57	CC	10166	313	Europe/Madrid
6356862	Santa Cruz de Paniagua	santa-cruz-de-paniagua			ES	57	CC	10167	291	Europe/Madrid
6356863	Santa Marta de Magasca	santa-marta-de-magasca			ES	57	CC	10168	306	Europe/Madrid
6356864	Santiago de Alcántara	santiago-de-alcantara			ES	57	CC	10169	615	Europe/Madrid
6356865	Santiago del Campo	santiago-del-campo			ES	57	CC	10170	288	Europe/Madrid
6356866	Santibáñez el Alto	santibanez-el-alto			ES	57	CC	10171	405	Europe/Madrid
6356867	Santibáñez el Bajo	santibanez-el-bajo			ES	57	CC	10172	797	Europe/Madrid
6356868	Saucedilla	saucedilla	Sausedil'ja,sawsydayla,shao sai di li ya,Сауседилья,Сауседілья,ساوسيدايلا,绍塞迪利亚		ES	57	CC	10173	857	Europe/Madrid
6356869	Segura de Toro	segura-de-toro			ES	57	CC	10174	191	Europe/Madrid
6356870	Serradilla	serradilla			ES	57	CC	10175	1684	Europe/Madrid
6356871	Serrejón	serrejon			ES	57	CC	10176	449	Europe/Madrid
6356872	Sierra de Fuentes	sierra-de-fuentes			ES	57	CC	10177	2056	Europe/Madrid
6356873	Talaván	talavan			ES	57	CC	10178	906	Europe/Madrid
6356874	Talaveruela de la Vera	talaveruela-de-la-vera			ES	57	CC	10179	395	Europe/Madrid
6356875	Talayuela	talayuela			ES	57	CC	10180	8303	Europe/Madrid
6356876	Tejeda de Tiétar	tejeda-de-tietar			ES	57	CC	10181	873	Europe/Madrid
6356877	Toril	toril	Toril,Toril',tuo li er,twryl,Ториль,Торіль,Տորիլ,توريل,托里尔		ES	57	CC	10182	183	Europe/Madrid
6356878	Tornavacas	tornavacas			ES	57	CC	10183	1181	Europe/Madrid
6356879	Torno, El	torno-el			ES	57	CC	10184	953	Europe/Madrid
6356880	Torrecilla de los Ángeles	torrecilla-de-los-angeles			ES	57	CC	10185	682	Europe/Madrid
6356881	Torrecillas de la Tiesa	torrecillas-de-la-tiesa			ES	57	CC	10186	1187	Europe/Madrid
6356882	Torre de Don Miguel	torre-de-don-miguel			ES	57	CC	10187	539	Europe/Madrid
6356883	Torre de Santa María	torre-de-santa-maria			ES	57	CC	10188	622	Europe/Madrid
6356884	Torrejoncillo	torrejoncillo			ES	57	CC	10189	3195	Europe/Madrid
6356885	Torrejón el Rubio	torrejon-el-rubio			ES	57	CC	10190	577	Europe/Madrid
6356886	Torremenga	torremenga			ES	57	CC	10191	652	Europe/Madrid
6356887	Torremocha	torremocha			ES	57	CC	10192	950	Europe/Madrid
6356888	Torreorgaz	torreorgaz			ES	57	CC	10193	1742	Europe/Madrid
6356889	Torrequemada	torrequemada			ES	57	CC	10194	614	Europe/Madrid
6356890	Trujillo	trujillo	Trugillu,Trukhil'jo,Trukhil'o,Turgalium,te lu xi e,teuluhiyo,toruhiryo,trjalt,trwkhyw  kasrs,trwkhyw  kasyrys,Трухильо,Трухільйо,ترجالة,تروخيو، كاسيريس,تروخیو، کاسرس,トルヒーリョ,特鲁希略,트루히요		ES	57	CC	10195	9646	Europe/Madrid
6356891	Valdastillas	valdastillas			ES	57	CC	10196	361	Europe/Madrid
6356892	Valdecañas de Tajo	valdecanas-de-tajo			ES	57	CC	10197	136	Europe/Madrid
6356893	Valdefuentes	valdefuentes			ES	57	CC	10198	1362	Europe/Madrid
6356894	Valdehúncar	valdehuncar			ES	57	CC	10199	200	Europe/Madrid
6356895	Valdelacasa de Tajo	valdelacasa-de-tajo			ES	57	CC	10200	468	Europe/Madrid
6356896	Valdemorales	valdemorales			ES	57	CC	10201	227	Europe/Madrid
6356897	Valdeobispo	valdeobispo			ES	57	CC	10202	743	Europe/Madrid
6356898	Valencia de Alcántara	valencia-de-alcantara			ES	57	CC	10203	6032	Europe/Madrid
6356899	Valverde de la Vera	valverde-de-la-vera			ES	57	CC	10204	554	Europe/Madrid
6356900	Valverde del Fresno	valverde-del-fresno			ES	57	CC	10205	2454	Europe/Madrid
6356901	Viandar de la Vera	viandar-de-la-vera			ES	57	CC	10206	268	Europe/Madrid
6356902	Villa del Campo	villa-del-campo			ES	57	CC	10207	538	Europe/Madrid
6356903	Villa del Rey	villa-del-rey			ES	57	CC	10208	141	Europe/Madrid
6356904	Villamesías	villamesias			ES	57	CC	10209	278	Europe/Madrid
6356905	Villamiel	villamiel			ES	57	CC	10210	640	Europe/Madrid
6356906	Villanueva de la Sierra	villanueva-de-la-sierra			ES	57	CC	10211	466	Europe/Madrid
6356907	Villanueva de la Vera	villanueva-de-la-vera			ES	57	CC	10212	2147	Europe/Madrid
6356908	Villar del Pedroso	villar-del-pedroso			ES	57	CC	10213	655	Europe/Madrid
6356909	Villar de Plasencia	villar-de-plasencia			ES	57	CC	10214	236	Europe/Madrid
6356910	Villasbuenas de Gata	villasbuenas-de-gata			ES	57	CC	10215	436	Europe/Madrid
6356911	Zarza de Granadilla	zarza-de-granadilla			ES	57	CC	10216	1850	Europe/Madrid
6356912	Zarza de Montánchez	zarza-de-montanchez			ES	57	CC	10217	596	Europe/Madrid
6356913	Zarza la Mayor	zarza-la-mayor			ES	57	CC	10218	1409	Europe/Madrid
6356914	Zorita	zorita			ES	57	CC	10219	1586	Europe/Madrid
6356915	Rosalejo	rosalejo			ES	57	CC	10901	1283	Europe/Madrid
6356916	Alcalá de los Gazules	alcala-de-los-gazules			ES	51	CA	11001	5500	Europe/Madrid
6356917	Alcalá del Valle	alcala-del-valle			ES	51	CA	11002	5262	Europe/Madrid
6356918	Algar	algar	Al'gar,Algar,a er jia er,algaleu,algar  sadyz,aljar,Альгар,Ալգար,الجار,الگار، سادیز,阿尔加尔,알가르		ES	51	CA	11003	1467	Europe/Madrid
6356919	Algeciras	algeciras			ES	51	CA	11004	116917	Europe/Madrid
6356920	Algodonales	algodonales			ES	51	CA	11005	5768	Europe/Madrid
6356921	Arcos de la Frontera	arcos-de-la-frontera			ES	51	CA	11006	31417	Europe/Madrid
6356922	Barbate	barbate	Barbate,ba er wa te,brbat,Барбате,برباط,巴尔瓦特		ES	51	CA	11007	22885	Europe/Madrid
6356923	Barrios, Los	barrios-los			ES	51	CA	11008	23141	Europe/Madrid
6356924	Benaocaz	benaocaz			ES	51	CA	11009	740	Europe/Madrid
6356925	Bornos	bornos			ES	51	CA	11010	8096	Europe/Madrid
6356926	Bosque, El	bosque-el	El Bosque		ES	51	CA	11011	2070	Europe/Madrid
6356927	Cádiz	cadiz	Cadice,Cadici,Cadis,Cadix,Cadiz,Cai,Càdice,Càdici,Cádis,Cádiz,Gades,Gaðes,Gorad Kadys,Kadis,Kadisa,Kadisas,Kadith,Kadiz,Kadizo,Kadyks,jia de si,kadi s,kadisa,kadiseu,kadisu,kads,kadydh,kadys,qads,qdys,Κάδιθ,Горад Кадыс,Кадиз,Кадис,Кадіс,קדיס,قادس,كاديذ,کادس,کادیس,काडिस,กาดิซ,კადისი,ካዲዝ,カディス,加的斯,카디스		ES	51	CA	11012	123948	Europe/Madrid
6356928	Castellar de la Frontera	castellar-de-la-frontera			ES	51	CA	11013	3202	Europe/Madrid
6356929	Conil de la Frontera	conil-de-la-frontera			ES	51	CA	11014	21927	Europe/Madrid
6356930	Chiclana de la Frontera	chiclana-de-la-frontera			ES	51	CA	11015	81113	Europe/Madrid
6356931	Chipiona	chipiona			ES	51	CA	11016	18849	Europe/Madrid
6356932	Espera	espera			ES	51	CA	11017	3951	Europe/Madrid
6356933	Gastor, El	gastor-el			ES	51	CA	11018	1858	Europe/Madrid
6356934	Grazalema	grazalema			ES	51	CA	11019	2181	Europe/Madrid
6356935	Jerez de la Frontera	jerez-de-la-frontera	Jerez de la Frontera		ES	51	CA	11020	211900	Europe/Madrid
6356936	Jimena de la Frontera	jimena-de-la-frontera			ES	51	CA	11021	10480	Europe/Madrid
6356937	Línea de la Concepción, La	linea-de-la-concepcion-la			ES	51	CA	11022	64704	Europe/Madrid
6356938	Medina-Sidonia	medina-sidonia			ES	51	CA	11023	11863	Europe/Madrid
6356939	Olvera	olvera	Ol'vera,ao er wei la,awlfyra,Ольвера,أولفيرا,奥尔维拉		ES	51	CA	11024	8494	Europe/Madrid
6356940	Paterna de Rivera	paterna-de-rivera			ES	51	CA	11025	5662	Europe/Madrid
6356941	Prado del Rey	prado-del-rey			ES	51	CA	11026	5918	Europe/Madrid
6356942	Puerto de Santa María, El	puerto-de-santa-maria-el			ES	51	CA	11027	89068	Europe/Madrid
6356943	Puerto Real	puerto-real			ES	51	CA	11028	41364	Europe/Madrid
6356944	Puerto Serrano	puerto-serrano			ES	51	CA	11029	7196	Europe/Madrid
6356945	Rota	rota	Rota,lota,luo ta,rota,rwta,rwta kadyz,Рота,روتا,روتا کادیز,ロタ,罗塔,로타		ES	51	CA	11030	29094	Europe/Madrid
6356946	San Fernando	san-fernando			ES	51	CA	11031	96772	Europe/Madrid
6356947	Sanlúcar de Barrameda	sanlucar-de-barrameda			ES	51	CA	11032	67308	Europe/Madrid
6356948	San Roque	san-roque	San-Roke,Sao Roque,São Roque,sheng luo ke,Сан-Роке,サン・ロケ,圣罗克		ES	51	CA	11033	30516	Europe/Madrid
6356949	Setenil de las Bodegas	setenil-de-las-bodegas	Setenil de las Bodegas		ES	51	CA	11034	2927	Europe/Madrid
6356950	Tarifa	tarifa			ES	51	CA	11035	17962	Europe/Madrid
6356951	Torre Alháquime	torre-alhaquime			ES	51	CA	11036	809	Europe/Madrid
6356952	Trebujena	trebujena			ES	51	CA	11037	7091	Europe/Madrid
6356953	Ubrique	ubrique			ES	51	CA	11038	16859	Europe/Madrid
6357232	Iznájar	iznajar			ES	51	CO	14037	4712	Europe/Madrid
6356954	Vejer de la Frontera	vejer-de-la-frontera			ES	51	CA	11039	12857	Europe/Madrid
6356955	Villaluenga del Rosario	villaluenga-del-rosario			ES	51	CA	11040	471	Europe/Madrid
6356956	Villamartín	villamartin			ES	51	CA	11041	12394	Europe/Madrid
6356957	Zahara	zahara			ES	51	CA	11042	1511	Europe/Madrid
6356958	Benalup-Casas Viejas	benalup-casas-viejas			ES	51	CA	11901	7205	Europe/Madrid
6356959	San José del Valle	san-jose-del-valle			ES	51	CA	11902	4447	Europe/Madrid
6356960	Atzeneta del Maestrat	atzeneta-del-maestrat			ES	60	CS	12001	1342	Europe/Madrid
6356961	Aín	ain			ES	60	CS	12002	140	Europe/Madrid
6356962	Albocàsser	albocasser			ES	60	CS	12003	1422	Europe/Madrid
6356963	Alcalà de Xivert	alcala-de-xivert	Al'kala-de-Chivert,Alcala dExibert,Alcala de Chivert,Alcalá dExibert,Alcalá de Chivert,Alkala-de-Chivert,a er ka la de ke xi wei er te,alkala dy tshyfyrt,Алкала-де-Чиверт,Алькала-де-Чиверт,الكالا دي تشيفيرت,الکالاع دو زیورت,阿尔卡拉德克西韦尔特		ES	60	CS	12004	8218	Europe/Madrid
6356964	Alcora, l'	alcora-l			ES	60	CS	12005	10821	Europe/Madrid
6356965	Alcudia de Veo	alcudia-de-veo			ES	60	CS	12006	221	Europe/Madrid
6356966	Alfondeguilla	alfondeguilla			ES	60	CS	12007	872	Europe/Madrid
6356967	Algimia de Almonacid	algimia-de-almonacid			ES	60	CS	12008	312	Europe/Madrid
6356968	Almazora/Almassora	almazora-almassora			ES	60	CS	12009	26137	Europe/Madrid
6356969	Almedíjar	almedijar			ES	60	CS	12010	297	Europe/Madrid
6356970	Almenara	almenara	Al'menara,Almenara,almnara  kstlwn,almnart,Алменара,Альменара,المنارا، کستلون,المنارة		ES	60	CS	12011	6112	Europe/Madrid
6356971	Altura	altura			ES	60	CS	12012	3866	Europe/Madrid
6356972	Arañuel	aranuel			ES	60	CS	12013	196	Europe/Madrid
6356973	Ares del Maestrat	ares-del-maestrat			ES	60	CS	12014	215	Europe/Madrid
6356974	Argelita	argelita			ES	60	CS	12015	100	Europe/Madrid
6356975	Artana	artana			ES	60	CS	12016	1974	Europe/Madrid
6356976	Ayódar	ayodar			ES	60	CS	12017	206	Europe/Madrid
6356977	Azuébar	azuebar			ES	60	CS	12018	359	Europe/Madrid
6356978	Barracas	barracas	Barrakas,Barraques,barakas,Барракас,باراكاس		ES	60	CS	12020	201	Europe/Madrid
6356979	Betxí	betxi			ES	60	CS	12021	5815	Europe/Madrid
6356980	Bejís	bejis			ES	60	CS	12022	415	Europe/Madrid
6356981	Benafer	benafer			ES	60	CS	12024	173	Europe/Madrid
6356982	Benafigos	benafigos			ES	60	CS	12025	165	Europe/Madrid
6356983	Benassal	benassal	Benasal		ES	60	CS	12026	1226	Europe/Madrid
6356984	Benicarló	benicarlo	Benikarlo,bei ni ka er luo,benikaruro,bynaykarlw,Беникарло,Бенікарло,بينايكارلو,ベニカルロ,贝尼卡尔洛		ES	60	CS	12027	26677	Europe/Madrid
6356985	Benicasim/Benicàssim	benicasim-benicassim			ES	60	CS	12028	18753	Europe/Madrid
6356986	Benlloch	benlloch			ES	60	CS	12029	1185	Europe/Madrid
6356987	Borriol	borriol			ES	60	CS	12031	5231	Europe/Madrid
6356988	Borriana/Burriana	borriana-burriana			ES	60	CS	12032	35598	Europe/Madrid
6356989	Cabanes	cabanes	Kabanes,Кабанес		ES	60	CS	12033	2971	Europe/Madrid
6356990	Càlig	calig			ES	60	CS	12034	2231	Europe/Madrid
6356991	Canet lo Roig	canet-lo-roig			ES	60	CS	12036	836	Europe/Madrid
6356992	Castell de Cabres	castell-de-cabres			ES	60	CS	12037	17	Europe/Madrid
6356993	Castellfort	castellfort			ES	60	CS	12038	238	Europe/Madrid
6356994	Castellnovo	castellnovo			ES	60	CS	12039	1050	Europe/Madrid
6356995	Castellón de la Plana/Castelló de la Plana	castellon-de-la-plana-castello-de-la-plana	Castellon,Castellon de la Plana,Castellón,Castellón de la Plana		ES	60	CS	12040	180204	Europe/Madrid
6356996	Castillo de Villamalefa	castillo-de-villamalefa			ES	60	CS	12041	112	Europe/Madrid
6356997	Catí	cati			ES	60	CS	12042	841	Europe/Madrid
6356998	Caudiel	caudiel			ES	60	CS	12043	739	Europe/Madrid
6356999	Cervera del Maestre	cervera-del-maestre	Cervera del Maestrat		ES	60	CS	12044	716	Europe/Madrid
6357000	Cinctorres	cinctorres			ES	60	CS	12045	484	Europe/Madrid
6357001	Cirat	cirat			ES	60	CS	12046	247	Europe/Madrid
6357002	Cortes de Arenoso	cortes-de-arenoso			ES	60	CS	12048	352	Europe/Madrid
6357003	Costur	costur			ES	60	CS	12049	587	Europe/Madrid
6357004	Coves de Vinromà, les	coves-de-vinroma-les			ES	60	CS	12050	2009	Europe/Madrid
6357005	Culla	culla			ES	60	CS	12051	601	Europe/Madrid
6357006	Chert/Xert	chert-xert	Xert		ES	60	CS	12052	873	Europe/Madrid
6357007	Chilches/Xilxes	chilches-xilxes			ES	60	CS	12053	2875	Europe/Madrid
6357008	Chodos/Xodos	chodos-xodos			ES	60	CS	12055	127	Europe/Madrid
6357009	Chóvar	chovar			ES	60	CS	12056	355	Europe/Madrid
6357010	Eslida	eslida			ES	60	CS	12057	928	Europe/Madrid
6357011	Espadilla	espadilla			ES	60	CS	12058	116	Europe/Madrid
6357012	Fanzara	fanzara			ES	60	CS	12059	351	Europe/Madrid
6357013	Figueroles	figueroles			ES	60	CS	12060	574	Europe/Madrid
6357014	Forcall	forcall			ES	60	CS	12061	522	Europe/Madrid
6357015	Fuente la Reina	fuente-la-reina			ES	60	CS	12063	57	Europe/Madrid
6357016	Fuentes de Ayódar	fuentes-de-ayodar			ES	60	CS	12064	149	Europe/Madrid
6357017	Gaibiel	gaibiel			ES	60	CS	12065	195	Europe/Madrid
6357018	Geldo	geldo			ES	60	CS	12067	687	Europe/Madrid
6357019	Herbés	herbes			ES	60	CS	12068	56	Europe/Madrid
6357020	Higueras	higueras			ES	60	CS	12069	57	Europe/Madrid
6357021	la Jana	la-jana			ES	60	CS	12070	757	Europe/Madrid
6357022	Jérica	jerica			ES	60	CS	12071	1656	Europe/Madrid
6357023	Lucena del Cid	lucena-del-cid	Llucena,Lucena,Lusena-del'-Sid,lu sai na de er xi de,lwkyna dyl kayd,Лусена-дель-Сид,Лусена-дель-Сід,لوكينا ديل كايد,卢塞纳德尔西德		ES	60	CS	12072	1484	Europe/Madrid
6357024	Ludiente	ludiente			ES	60	CS	12073	192	Europe/Madrid
6357025	Llosa, la	llosa-la			ES	60	CS	12074	955	Europe/Madrid
6357026	Mata de Morella, la	mata-de-morella-la			ES	60	CS	12075	211	Europe/Madrid
6357027	Matet	matet			ES	60	CS	12076	107	Europe/Madrid
6357028	Moncofa	moncofa	Moncofar,Moncófar,Monkofa,Monkofar,meng ke fa,mwnkwfa,Монкофа,Монкофар,مونكوفا,蒙科法		ES	60	CS	12077	6475	Europe/Madrid
6357029	Montán	montan			ES	60	CS	12078	415	Europe/Madrid
6357030	Montanejos	montanejos			ES	60	CS	12079	620	Europe/Madrid
6357031	Morella	morella	Morel'ja,Morelya,Moriella,mo lei li ya,mwryla,Морелья,Մորելյա,موريلا,莫雷利亚		ES	60	CS	12080	2739	Europe/Madrid
6357032	Navajas	navajas			ES	60	CS	12081	833	Europe/Madrid
6357033	Nules	nules	Nules,nu lai si,nwlys,Нулес,نوليس,努莱斯		ES	60	CS	12082	13636	Europe/Madrid
6357034	Olocau del Rey	olocau-del-rey			ES	60	CS	12083	135	Europe/Madrid
6357035	Onda	onda	Onda,awnda,weng da,Онда,أوندا,翁达		ES	60	CS	12084	25571	Europe/Madrid
6357036	Oropesa del Mar/Orpesa	oropesa-del-mar-orpesa			ES	60	CS	12085	9898	Europe/Madrid
6357037	Palanques	palanques			ES	60	CS	12087	31	Europe/Madrid
6357038	Pavías	pavias			ES	60	CS	12088	59	Europe/Madrid
6357039	Peníscola/Peñíscola	peniscola-peniscola	Chersonisos Ivirias,Pen'iskola,Peniscola,Peniskola,Peníscola,bynyskwla  kastylwn,pei ni yi si ke la,penisukora,Χερσόνησος Ιβηρίας,Пеньискола,Пеніскола,بينيسكولا، كاستيلون,ペニスコラ,佩尼伊斯科拉		ES	60	CS	12089	8214	Europe/Madrid
6357040	Pina de Montalgrao	pina-de-montalgrao			ES	60	CS	12090	149	Europe/Madrid
6357041	Portell de Morella	portell-de-morella			ES	60	CS	12091	234	Europe/Madrid
6357042	Puebla de Arenoso	puebla-de-arenoso			ES	60	CS	12092	174	Europe/Madrid
6357043	Pobla de Benifassà, la	pobla-de-benifassa-la			ES	60	CS	12093	290	Europe/Madrid
6357044	Pobla Tornesa, la	pobla-tornesa-la			ES	60	CS	12094	1166	Europe/Madrid
6357045	Ribesalbes	ribesalbes			ES	60	CS	12095	1317	Europe/Madrid
6357046	Rossell	rossell			ES	60	CS	12096	1160	Europe/Madrid
6357047	Sacañet	sacanet			ES	60	CS	12097	77	Europe/Madrid
6357048	la Salzadella	la-salzadella			ES	60	CS	12098	850	Europe/Madrid
6357049	Sant Jordi	sant-jordi			ES	60	CS	12099	1126	Europe/Madrid
6357050	Sant Mateu	sant-mateu	San Mateo,San-Mateo,San-Mateu,Sant Mateu del Maestrat,Sao Mateus,São Mateus,sang te ma te wu de er mai si te la te,sant matyw,Сан-Матео,Сан-Матеу,Սան Մատեո,سانت ماتيو,桑特马特乌德尔迈斯特拉特		ES	60	CS	12100	2112	Europe/Madrid
6357051	Sant Rafel del Maestrat	sant-rafel-del-maestrat	San Rafael del Rio,San Rafael del Río,Sant Rafel del Riu		ES	60	CS	12101	556	Europe/Madrid
6357052	Santa Magdalena de Pulpis	santa-magdalena-de-pulpis			ES	60	CS	12102	876	Europe/Madrid
6357053	Sarratella	sarratella			ES	60	CS	12103	101	Europe/Madrid
6357054	Segorbe	segorbe	Segorb,Segorbe,Sogorb,sai ge er wei,syjwrby,Сегорбе,سيجوربي,塞戈尔韦		ES	60	CS	12104	9291	Europe/Madrid
6357055	Sierra Engarcerán	sierra-engarceran			ES	60	CS	12105	1066	Europe/Madrid
6357056	Soneja	soneja			ES	60	CS	12106	1525	Europe/Madrid
6357057	Sot de Ferrer	sot-de-ferrer			ES	60	CS	12107	447	Europe/Madrid
6357058	Sueras/Suera	sueras-suera			ES	60	CS	12108	650	Europe/Madrid
6357059	Tales	tales	Talas,Tales,Талес		ES	60	CS	12109	902	Europe/Madrid
6357060	Teresa	teresa			ES	60	CS	12110	275	Europe/Madrid
6357061	Tírig	tirig			ES	60	CS	12111	550	Europe/Madrid
6357062	Todolella	todolella			ES	60	CS	12112	148	Europe/Madrid
6357063	Toga	toga			ES	60	CS	12113	140	Europe/Madrid
6357064	Torás	toras			ES	60	CS	12114	258	Europe/Madrid
6357065	Toro, El	toro-el			ES	60	CS	12115	280	Europe/Madrid
6357066	Torralba del Pinar	torralba-del-pinar			ES	60	CS	12116	56	Europe/Madrid
6357067	Torreblanca	torreblanca			ES	60	CS	12117	5737	Europe/Madrid
6357068	Torrechiva	torrechiva			ES	60	CS	12118	96	Europe/Madrid
6357069	Torre d'En Besora, la	torre-d-en-besora-la	Torre d'En Besora		ES	60	CS	12119	179	Europe/Madrid
6357070	Torre d'en Doménec, la	torre-d-en-domenec-la	Torre Endomenech,Torre Endoménech		ES	60	CS	12120	241	Europe/Madrid
6357071	Traiguera	traiguera			ES	60	CS	12121	1654	Europe/Madrid
6357072	Useras/Useres, les	useras-useres-les			ES	60	CS	12122	1017	Europe/Madrid
6357073	Vallat	vallat			ES	60	CS	12123	73	Europe/Madrid
6357074	Vall d'Alba	vall-d-alba			ES	60	CS	12124	3036	Europe/Madrid
6357075	Vall de Almonacid	vall-de-almonacid			ES	60	CS	12125	273	Europe/Madrid
6357076	la Vall d'Uixó	la-vall-d-uixo			ES	60	CS	12126	32782	Europe/Madrid
6357077	Vallibona	vallibona	Vallis Ibana		ES	60	CS	12127	100	Europe/Madrid
6357078	Vilafamés	vilafames	Vilafames,Villafames,Villafamez,Villafamés,bi la fa mei si,fylafamys,Вилафамес,Вілафамес,فيلافاميس,比拉法梅斯		ES	60	CS	12128	1935	Europe/Madrid
6357079	Villafranca del Cid/Vilafranca	villafranca-del-cid-vilafranca	Villafranca del Cid		ES	60	CS	12129	2494	Europe/Madrid
6357080	Villahermosa del Río	villahermosa-del-rio			ES	60	CS	12130	506	Europe/Madrid
6357081	Villamalur	villamalur			ES	60	CS	12131	92	Europe/Madrid
6357082	Vilanova d'Alcolea	vilanova-d-alcolea			ES	60	CS	12132	688	Europe/Madrid
6357083	Villanueva de Viver	villanueva-de-viver			ES	60	CS	12133	77	Europe/Madrid
6357084	Vilar de Canes	vilar-de-canes			ES	60	CS	12134	187	Europe/Madrid
6357085	Vila-real	vila-real			ES	60	CS	12135	51357	Europe/Madrid
6357086	La Vilavella	la-vilavella	Villavieja		ES	60	CS	12136	3281	Europe/Madrid
6357087	Villores	villores			ES	60	CS	12137	48	Europe/Madrid
6357088	Vinaròs	vinaros	Vinaros,Vinaroz,bi na luo si,binaloseu,fynarws,Винарос,Вінарос,فيناروس,比纳罗斯,비나로스		ES	60	CS	12138	28615	Europe/Madrid
6357089	Vistabella del Maestrazgo	vistabella-del-maestrazgo			ES	60	CS	12139	419	Europe/Madrid
6357090	Viver	viver			ES	60	CS	12140	1666	Europe/Madrid
6357091	Zorita del Maestrazgo	zorita-del-maestrazgo			ES	60	CS	12141	146	Europe/Madrid
6357092	Zucaina	zucaina			ES	60	CS	12142	187	Europe/Madrid
6357093	Alquerías del Niño Perdido	alquerias-del-nino-perdido			ES	60	CS	12901	4509	Europe/Madrid
6357094	Sant Joan de Moró	sant-joan-de-moro			ES	60	CS	12902	2999	Europe/Madrid
6357095	Abenójar	abenojar			ES	54	CR	13001	1579	Europe/Madrid
6357096	Agudo	agudo			ES	54	CR	13002	1854	Europe/Madrid
6357097	Alamillo	alamillo			ES	54	CR	13003	517	Europe/Madrid
6357098	Albaladejo	albaladejo			ES	54	CR	13004	1483	Europe/Madrid
6357099	Alcázar de San Juan	alcazar-de-san-juan			ES	54	CR	13005	31992	Europe/Madrid
6357100	Alcoba	alcoba			ES	54	CR	13006	727	Europe/Madrid
6357101	Alcolea de Calatrava	alcolea-de-calatrava			ES	54	CR	13007	1593	Europe/Madrid
6357102	Alcubillas	alcubillas			ES	54	CR	13008	562	Europe/Madrid
6357103	Aldea del Rey	aldea-del-rey			ES	54	CR	13009	1944	Europe/Madrid
6357104	Alhambra	alhambra			ES	54	CR	13010	1097	Europe/Madrid
6357105	Almadén	almaden	Al'maden,Almadenas,a er ma deng,almadeni,almadn,Альмаден,المادن,ალმადენი,阿尔马登		ES	54	CR	13011	6034	Europe/Madrid
6357106	Almadenejos	almadenejos			ES	54	CR	13012	500	Europe/Madrid
6357107	Almagro	almagro	Al'magro,Almagro,Gorad Al'magra,a er ma ge luo,almagrw  sywdad ryyl,almajrw,Альмагро,Горад Альмагра,Ալմագրո,الماجرو,الماگرو، سیوداد رییل,阿尔马格罗		ES	54	CR	13013	9132	Europe/Madrid
6357108	Almedina	almedina			ES	54	CR	13014	652	Europe/Madrid
6357109	Almodóvar del Campo	almodovar-del-campo			ES	54	CR	13015	6685	Europe/Madrid
6357110	Almuradiel	almuradiel			ES	54	CR	13016	892	Europe/Madrid
6357111	Anchuras	anchuras			ES	54	CR	13017	349	Europe/Madrid
6357112	Arenas de San Juan	arenas-de-san-juan			ES	54	CR	13018	1091	Europe/Madrid
6357113	Argamasilla de Alba	argamasilla-de-alba			ES	54	CR	13019	7376	Europe/Madrid
6357114	Argamasilla de Calatrava	argamasilla-de-calatrava			ES	54	CR	13020	6018	Europe/Madrid
6357115	Arroba de los Montes	arroba-de-los-montes			ES	54	CR	13021	505	Europe/Madrid
6357116	Ballesteros de Calatrava	ballesteros-de-calatrava			ES	54	CR	13022	455	Europe/Madrid
6357117	Bolaños de Calatrava	bolanos-de-calatrava			ES	54	CR	13023	12233	Europe/Madrid
6357118	Brazatortas	brazatortas			ES	54	CR	13024	1106	Europe/Madrid
6357119	Cabezarados	cabezarados			ES	54	CR	13025	352	Europe/Madrid
6357120	Cabezarrubias del Puerto	cabezarrubias-del-puerto			ES	54	CR	13026	559	Europe/Madrid
6357121	Calzada de Calatrava	calzada-de-calatrava			ES	54	CR	13027	4392	Europe/Madrid
6357122	Campo de Criptana	campo-de-criptana			ES	54	CR	13028	14820	Europe/Madrid
6357123	Cañada de Calatrava	canada-de-calatrava			ES	54	CR	13029	118	Europe/Madrid
6357124	Caracuel de Calatrava	caracuel-de-calatrava			ES	54	CR	13030	167	Europe/Madrid
6357125	Carrión de Calatrava	carrion-de-calatrava			ES	54	CR	13031	3021	Europe/Madrid
6357126	Carrizosa	carrizosa			ES	54	CR	13032	1430	Europe/Madrid
6357127	Castellar de Santiago	castellar-de-santiago			ES	54	CR	13033	2191	Europe/Madrid
6357128	Ciudad Real	ciudad-real			ES	54	CR	13034	74921	Europe/Madrid
6357129	Corral de Calatrava	corral-de-calatrava			ES	54	CR	13035	1150	Europe/Madrid
6357130	Cortijos, Los	cortijos-los			ES	54	CR	13036	981	Europe/Madrid
6357131	Cózar	cozar			ES	54	CR	13037	1183	Europe/Madrid
6357132	Chillón	chillon			ES	54	CR	13038	2042	Europe/Madrid
6357133	Daimiel	daimiel			ES	54	CR	13039	18698	Europe/Madrid
6357134	Fernán Caballero	fernan-caballero			ES	54	CR	13040	1121	Europe/Madrid
6357135	Fontanarejo	fontanarejo			ES	54	CR	13041	309	Europe/Madrid
6357136	Fuencaliente	fuencaliente			ES	54	CR	13042	1111	Europe/Madrid
6357137	Fuenllana	fuenllana			ES	54	CR	13043	279	Europe/Madrid
6357138	Fuente el Fresno	fuente-el-fresno			ES	54	CR	13044	3627	Europe/Madrid
6357139	Granátula de Calatrava	granatula-de-calatrava			ES	54	CR	13045	865	Europe/Madrid
6357140	Guadalmez	guadalmez			ES	54	CR	13046	906	Europe/Madrid
6357141	Herencia	herencia			ES	54	CR	13047	9067	Europe/Madrid
6357142	Hinojosas de Calatrava	hinojosas-de-calatrava			ES	54	CR	13048	527	Europe/Madrid
6357143	Horcajo de los Montes	horcajo-de-los-montes			ES	54	CR	13049	1006	Europe/Madrid
6357144	Labores, Las	labores-las			ES	54	CR	13050	651	Europe/Madrid
6357145	Luciana	luciana			ES	54	CR	13051	410	Europe/Madrid
6357146	Malagón	malagon			ES	54	CR	13052	8734	Europe/Madrid
6357147	Manzanares	manzanares	Mansanares,man sa na lei si,mansanaresu,manzanarys,Мансанарес,مانزاناريس,マンサナーレス,曼萨纳雷斯		ES	54	CR	13053	19237	Europe/Madrid
6357148	Membrilla	membrilla			ES	54	CR	13054	6335	Europe/Madrid
6357149	Mestanza	mestanza			ES	54	CR	13055	812	Europe/Madrid
6357150	Miguelturra	miguelturra			ES	54	CR	13056	14727	Europe/Madrid
6357151	Montiel	montiel			ES	54	CR	13057	1540	Europe/Madrid
6357152	Moral de Calatrava	moral-de-calatrava			ES	54	CR	13058	5665	Europe/Madrid
6357153	Navalpino	navalpino			ES	54	CR	13059	260	Europe/Madrid
6357154	Navas de Estena	navas-de-estena			ES	54	CR	13060	328	Europe/Madrid
6357155	Pedro Muñoz	pedro-munoz	Pedro-Mun'jos,Pedro-Mun'os,bydrw mwnywz,pei de luo mu ni ao si,Педро-Муньйос,Педро-Муньос,بيدرو مونيوز,佩德罗穆尼奥斯		ES	54	CR	13061	8659	Europe/Madrid
6357156	Picón	picon			ES	54	CR	13062	702	Europe/Madrid
6357157	Piedrabuena	piedrabuena			ES	54	CR	13063	4770	Europe/Madrid
6357158	Poblete	poblete			ES	54	CR	13064	2056	Europe/Madrid
6357159	Porzuna	porzuna			ES	54	CR	13065	4091	Europe/Madrid
6357160	Pozuelo de Calatrava	pozuelo-de-calatrava			ES	54	CR	13066	3363	Europe/Madrid
6357161	Pozuelos de Calatrava, Los	pozuelos-de-calatrava-los			ES	54	CR	13067	452	Europe/Madrid
6357162	Puebla de Don Rodrigo	puebla-de-don-rodrigo			ES	54	CR	13068	1237	Europe/Madrid
6357163	Puebla del Príncipe	puebla-del-principe			ES	54	CR	13069	790	Europe/Madrid
6357164	Puerto Lápice	puerto-lapice			ES	54	CR	13070	1019	Europe/Madrid
6357165	Puertollano	puertollano	Puehrtol'jano,Puertojano,Puertolano,bwrtwlanw  sywdad ryal,pu ai er tuo li ya nuo,puerutoryano,Пуертояно,Пуертољано,Пуэртольяно,بورتولانو، سيوداد ريال,プエルトリャノ,普埃尔托利亚诺		ES	54	CR	13071	51997	Europe/Madrid
6357166	Retuerta del Bullaque	retuerta-del-bullaque			ES	54	CR	13072	1096	Europe/Madrid
6357167	Saceruela	saceruela			ES	54	CR	13073	620	Europe/Madrid
6357168	San Carlos del Valle	san-carlos-del-valle			ES	54	CR	13074	1208	Europe/Madrid
6357169	San Lorenzo de Calatrava	san-lorenzo-de-calatrava			ES	54	CR	13075	235	Europe/Madrid
6357170	Santa Cruz de los Cáñamos	santa-cruz-de-los-canamos			ES	54	CR	13076	593	Europe/Madrid
6357171	Santa Cruz de Mudela	santa-cruz-de-mudela			ES	54	CR	13077	4568	Europe/Madrid
6357172	Socuéllamos	socuellamos			ES	54	CR	13078	13792	Europe/Madrid
6357173	Solana, La	solana-la			ES	54	CR	13079	16201	Europe/Madrid
6357174	Solana del Pino	solana-del-pino			ES	54	CR	13080	405	Europe/Madrid
6357175	Terrinches	terrinches			ES	54	CR	13081	883	Europe/Madrid
6357176	Tomelloso	tomelloso			ES	54	CR	13082	39093	Europe/Madrid
6357177	Torralba de Calatrava	torralba-de-calatrava			ES	54	CR	13083	3179	Europe/Madrid
6357178	Torre de Juan Abad	torre-de-juan-abad			ES	54	CR	13084	1196	Europe/Madrid
6357179	Torrenueva	torrenueva			ES	54	CR	13085	2972	Europe/Madrid
6357180	Valdemanco del Esteras	valdemanco-del-esteras			ES	54	CR	13086	223	Europe/Madrid
6357181	Valenzuela de Calatrava	valenzuela-de-calatrava			ES	54	CR	13088	752	Europe/Madrid
6357182	Villahermosa	villahermosa	Vil'jaehrmosa,Vil'jaermosa,bi li ya ai er mo sa,bijaerumosa,biya-eleumosa,fylahyrmwsa,Вильяэрмоса,Вільяермоса,فيلاهيرموسا,ビジャエルモーサ,比利亚埃尔莫萨,비야에르모사		ES	54	CR	13089	2180	Europe/Madrid
6357183	Villamanrique	villamanrique			ES	54	CR	13090	1370	Europe/Madrid
6357184	Villamayor de Calatrava	villamayor-de-calatrava			ES	54	CR	13091	636	Europe/Madrid
6357185	Villanueva de la Fuente	villanueva-de-la-fuente			ES	54	CR	13092	2430	Europe/Madrid
6357186	Villanueva de los Infantes	villanueva-de-los-infantes	Vil'januehva-de-los-Infantes,Vil'janueva-de-los-Infantes,Viljanueva de los Infantes,fylanywfa dy lws anfants  sywdad ryal,Вильянуэва-де-лос-Инфантес,Вилянуева де лос Инфантес,Вільянуева-де-лос-Інфантес,فيلانيوفا دي لوس إنفانتس، سيوداد ريال,ビジャヌエバ・デ・ロス・インファンテス		ES	54	CR	13093	5727	Europe/Madrid
6357187	Villanueva de San Carlos	villanueva-de-san-carlos			ES	54	CR	13094	356	Europe/Madrid
6357188	Villar del Pozo	villar-del-pozo			ES	54	CR	13095	94	Europe/Madrid
6357189	Villarrubia de los Ojos	villarrubia-de-los-ojos			ES	54	CR	13096	11116	Europe/Madrid
6357190	Villarta de San Juan	villarta-de-san-juan			ES	54	CR	13097	3066	Europe/Madrid
6357191	Viso del Marqués	viso-del-marques			ES	54	CR	13098	2721	Europe/Madrid
6357192	Robledo, El	robledo-el	El Robledo		ES	54	CR	13901	1281	Europe/Madrid
6357193	Ruidera	ruidera			ES	54	CR	13902	587	Europe/Madrid
6357194	Arenales de San Gregorio	arenales-de-san-gregorio			ES	54	CR	13903	700	Europe/Madrid
6357195	Llanos del Caudillo	llanos-del-caudillo			ES	54	CR	13904	704	Europe/Madrid
6357196	Adamuz	adamuz			ES	51	CO	14001	4446	Europe/Madrid
6357197	Aguilar de la Frontera	aguilar-de-la-frontera			ES	51	CO	14002	13701	Europe/Madrid
6357198	Alcaracejos	alcaracejos			ES	51	CO	14003	1545	Europe/Madrid
6357199	Almedinilla	almedinilla			ES	51	CO	14004	2523	Europe/Madrid
6357200	Almodóvar del Río	almodovar-del-rio			ES	51	CO	14005	8000	Europe/Madrid
6357201	Añora	anora			ES	51	CO	14006	1556	Europe/Madrid
6357202	Baena	baena			ES	51	CO	14007	20266	Europe/Madrid
6357203	Belalcázar	belalcazar			ES	51	CO	14008	3486	Europe/Madrid
6357204	Belmez	belmez			ES	51	CO	14009	3162	Europe/Madrid
6357205	Benamejí	benameji			ES	51	CO	14010	5158	Europe/Madrid
6357206	Blázquez, Los	blazquez-los			ES	51	CO	14011	727	Europe/Madrid
6357207	Bujalance	bujalance			ES	51	CO	14012	7896	Europe/Madrid
6357208	Cabra	cabra	Kabra,qbrt,Кабра,قبرة		ES	51	CO	14013	21136	Europe/Madrid
6357209	Cañete de las Torres	canete-de-las-torres			ES	51	CO	14014	3124	Europe/Madrid
6357210	Carcabuey	carcabuey	Carcabuey		ES	51	CO	14015	2659	Europe/Madrid
6357211	Cardeña	cardena			ES	51	CO	14016	1669	Europe/Madrid
6357212	Carlota, La	carlota-la			ES	51	CO	14017	13743	Europe/Madrid
6357213	Carpio, El	carpio-el			ES	51	CO	14018	4555	Europe/Madrid
6357214	Castro del Río	castro-del-rio			ES	51	CO	14019	8087	Europe/Madrid
6357215	Conquista	conquista			ES	51	CO	14020	461	Europe/Madrid
6357216	Cordoba	cordoba	Cordoba,Cordova,Córdoba		ES	51	CO	14021	328841	Europe/Madrid
6357217	Doña Mencía	dona-mencia			ES	51	CO	14022	4994	Europe/Madrid
6357218	Dos Torres	dos-torres			ES	51	CO	14023	2524	Europe/Madrid
6357219	Encinas Reales	encinas-reales			ES	51	CO	14024	2391	Europe/Madrid
6357220	Espejo	espejo	Ehspekho,Espekho,Espexo,ai si pei huo,asbykhw,Еспехо,Эспехо,Էսպեխո,إسبيخو,埃斯佩霍		ES	51	CO	14025	3563	Europe/Madrid
6357221	Espiel	espiel			ES	51	CO	14026	2464	Europe/Madrid
6357222	Fernán-Núñez	fernan-nunez			ES	51	CO	14027	9826	Europe/Madrid
6357223	Fuente la Lancha	fuente-la-lancha			ES	51	CO	14028	369	Europe/Madrid
6357224	Fuente Obejuna	fuente-obejuna			ES	51	CO	14029	5129	Europe/Madrid
6357225	Fuente Palmera	fuente-palmera			ES	51	CO	14030	11076	Europe/Madrid
6357226	Fuente-Tójar	fuente-tojar			ES	51	CO	14031	746	Europe/Madrid
6357227	Granjuela, La	granjuela-la			ES	51	CO	14032	510	Europe/Madrid
6357228	Guadalcázar	guadalcazar			ES	51	CO	14033	1617	Europe/Madrid
6357229	Guijo, El	guijo-el			ES	51	CO	14034	411	Europe/Madrid
6357230	Hinojosa del Duque	hinojosa-del-duque			ES	51	CO	14035	7250	Europe/Madrid
6357231	Hornachuelos	hornachuelos			ES	51	CO	14036	4694	Europe/Madrid
6357233	Lucena	lucena	Louthena,Lusena,alysant,lu sai na,lusena,lwsnh,rusena,Λουθένα,Лусена,Լուսենա,לוסנה,اليسانة,লুসেনা,ルセーナ,卢塞纳		ES	51	CO	14038	42592	Europe/Madrid
6357234	Luque	luque			ES	51	CO	14039	3309	Europe/Madrid
6357235	Montalbán de Córdoba	montalban-de-cordoba			ES	51	CO	14040	4635	Europe/Madrid
6357236	Montemayor	montemayor			ES	51	CO	14041	4123	Europe/Madrid
6357237	Montilla	montilla			ES	51	CO	14042	23836	Europe/Madrid
6357238	Montoro	montoro			ES	51	CO	14043	9834	Europe/Madrid
6357239	Monturque	monturque			ES	51	CO	14044	2004	Europe/Madrid
6357240	Moriles	moriles			ES	51	CO	14045	3907	Europe/Madrid
6357241	Nueva Carteya	nueva-carteya			ES	51	CO	14046	5650	Europe/Madrid
6357242	Obejo	obejo			ES	51	CO	14047	2025	Europe/Madrid
6357243	Palenciana	palenciana			ES	51	CO	14048	1623	Europe/Madrid
6357244	Palma del Río	palma-del-rio			ES	51	CO	14049	21547	Europe/Madrid
6357245	Pedro Abad	pedro-abad			ES	51	CO	14050	2971	Europe/Madrid
6357246	Pedroche	pedroche			ES	51	CO	14051	1633	Europe/Madrid
6357247	Peñarroya-Pueblonuevo	penarroya-pueblonuevo			ES	51	CO	14052	11651	Europe/Madrid
6357248	Posadas	posadas	Posadas,bo sa da si,bwsadas,posadasu,Посадас,Պոսադաս,بوساداس,ポサーダス,波萨达斯		ES	51	CO	14053	7594	Europe/Madrid
6357249	Pozoblanco	pozoblanco			ES	51	CO	14054	17683	Europe/Madrid
6357250	Priego de Córdoba	priego-de-cordoba			ES	51	CO	14055	23456	Europe/Madrid
6357251	Puente Genil	puente-genil			ES	51	CO	14056	30385	Europe/Madrid
6357252	Rambla, La	rambla-la			ES	51	CO	14057	7621	Europe/Madrid
6357253	Rute	rute	Rute		ES	51	CO	14058	10601	Europe/Madrid
6357254	San Sebastián de los Ballesteros	san-sebastian-de-los-ballesteros			ES	51	CO	14059	833	Europe/Madrid
6357255	Santaella	santaella			ES	51	CO	14060	6136	Europe/Madrid
6357256	Santa Eufemia	santa-eufemia			ES	51	CO	14061	921	Europe/Madrid
6357257	Torrecampo	torrecampo			ES	51	CO	14062	1249	Europe/Madrid
6357258	Valenzuela	valenzuela	Valensuehla,Valensuela,ba lun su ai la,falynzwyla,Валенсуела,Валенсуэла,فالينزويلا,巴伦苏埃拉		ES	51	CO	14063	1317	Europe/Madrid
6357259	Valsequillo	valsequillo			ES	51	CO	14064	399	Europe/Madrid
6357260	Victoria, La	victoria-la			ES	51	CO	14065	2379	Europe/Madrid
6357261	Villa del Río	villa-del-rio			ES	51	CO	14066	7463	Europe/Madrid
6357262	Villafranca de Córdoba	villafranca-de-cordoba			ES	51	CO	14067	4832	Europe/Madrid
6357263	Villaharta	villaharta			ES	51	CO	14068	754	Europe/Madrid
6357264	Villanueva de Córdoba	villanueva-de-cordoba			ES	51	CO	14069	9440	Europe/Madrid
6357265	Villanueva del Duque	villanueva-del-duque			ES	51	CO	14070	1611	Europe/Madrid
6357266	Villanueva del Rey	villanueva-del-rey			ES	51	CO	14071	1167	Europe/Madrid
6357267	Villaralto	villaralto			ES	51	CO	14072	1282	Europe/Madrid
6357268	Villaviciosa de Córdoba	villaviciosa-de-cordoba			ES	51	CO	14073	3514	Europe/Madrid
6357269	Viso, El	viso-el			ES	51	CO	14074	2763	Europe/Madrid
6357270	Zuheros	zuheros			ES	51	CO	14075	741	Europe/Madrid
6357271	Abegondo	abegondo			ES	58	C	15001	5709	Europe/Madrid
6357272	Ames	ames	Ames,a mei si,amesu,ams  ay krwna,amys,Амес,Ամես,أميس,امس، ای کرونا,アメス,阿梅斯		ES	58	C	15002	29331	Europe/Madrid
6357273	Aranga	aranga			ES	58	C	15003	2072	Europe/Madrid
6357274	Ares	ares	Ares,aresu,arys,Арес,Արես,آریس,أريس,アーレス		ES	58	C	15004	5839	Europe/Madrid
6357275	Arteixo	arteixo	Artehjkha,Arteijo,Arteikho,Artejkho,Artejsho,a er tai huo,artshyw,artytshw,aruteisho,Артеихо,Артейхо,Артейшо,Артэйха,آرٹیکشیو,أرتيتشو,ارتشیو,アルテイショ,阿尔泰霍		ES	58	C	15005	30725	Europe/Madrid
6357276	Arzúa	arzua			ES	58	C	15006	6315	Europe/Madrid
6357277	Baña, A	bana-a			ES	58	C	15007	3967	Europe/Madrid
6357278	Bergondo	bergondo			ES	58	C	15008	6712	Europe/Madrid
6357279	Betanzos	betanzos	Betansos,Betanzos,bei tan suo si,betansosu,btansws,bytanzws,Бетанзос,Бетансос,Բետանսոս,بتانسوس,بيتانزوس,ベタンソス,贝坦索斯		ES	58	C	15009	13565	Europe/Madrid
6357280	Boimorto	boimorto			ES	58	C	15010	2200	Europe/Madrid
6357281	Boiro	boiro			ES	58	C	15011	19165	Europe/Madrid
6357282	Boqueixón	boqueixon	Bokeikhon,Bokejkhon,Bokejshon,Boqueijon,Boqueijón,bo kai hong,bokeishon,bwghytshwn,bwgyshwn,Бокеихон,Бокейхон,Бокейшон,بوغيتشون,بوگیشون,ボケイション,博凯洪		ES	58	C	15012	4417	Europe/Madrid
6357283	Brión	brion			ES	58	C	15013	7369	Europe/Madrid
6357284	Cabana de Bergantiños	cabana-de-bergantinos			ES	58	C	15014	4759	Europe/Madrid
6357285	Cabanas	cabanas			ES	58	C	15015	3299	Europe/Madrid
6357286	Camariñas	camarinas			ES	58	C	15016	6082	Europe/Madrid
6357287	Cambre	cambre	Kambre,kambry,kan fu lei,kanbure,Камбре,Կամբրե,كامبري,کامبری,カンブレ,坎夫雷		ES	58	C	15017	23879	Europe/Madrid
6357288	Capela, A	capela-a	A Capela		ES	58	C	15018	1376	Europe/Madrid
6357289	Carballo	carballo	Karbal'jo,Karbal'o,Karbalo,Karbalyo,Karmpagio,ka er wa e,karbalw,karbayw,karubajo,Καρμπάγιο,Карбальйо,Карбальо,Карбаљо,Կարբալյո,كاربالو,کاربایو,カルバージョ,卡尔瓦略		ES	58	C	15019	31358	Europe/Madrid
6357290	Carnota	carnota			ES	58	C	15020	4605	Europe/Madrid
6357291	Carral	carral			ES	58	C	15021	6130	Europe/Madrid
6357292	Cedeira	cedeira			ES	58	C	15022	7254	Europe/Madrid
6357293	Cee	cee			ES	58	C	15023	7855	Europe/Madrid
6357294	Cerceda	cerceda	Serseda,kyrkyda,sai er sai da,seruseda,syrsda,Серседа,Սերսեդա,سیرسدا,كيركيدا,セルセーダ,塞尔塞达		ES	58	C	15024	5318	Europe/Madrid
6357295	Cerdido	cerdido			ES	58	C	15025	1312	Europe/Madrid
6357297	Coirós	coiros			ES	58	C	15027	1765	Europe/Madrid
6357298	Corcubión	corcubion			ES	58	C	15028	1731	Europe/Madrid
6357299	Coristanco	coristanco			ES	58	C	15029	6974	Europe/Madrid
6357300	A Coruña	a-coruna	A Coruna,A Coruña,Corunna,La Corogne,La Coruna,La Coruña,The Groyne		ES	58	C	15030	246146	Europe/Madrid
6357301	Culleredo	culleredo			ES	58	C	15031	29416	Europe/Madrid
6357302	Curtis	curtis			ES	58	C	15032	4159	Europe/Madrid
6357303	Dodro	dodro			ES	58	C	15033	2977	Europe/Madrid
6357304	Dumbría	dumbria			ES	58	C	15034	3291	Europe/Madrid
6357305	Fene	fene			ES	58	C	15035	13780	Europe/Madrid
6357306	Ferrol	ferrol			ES	58	C	15036	71997	Europe/Madrid
6357307	Fisterra	fisterra	Finisterra,Finisterre,Fistera,Fisterra,fei ni si te lei,fisutera,fystra,fystyra,Финистерре,Фистера,Фістерра,فيستيرا,فیسترا,フィステーラ,菲尼斯特雷		ES	58	C	15037	4990	Europe/Madrid
6357308	Irixoa	irixoa			ES	58	C	15039	1492	Europe/Madrid
6357309	Laxe	laxe			ES	58	C	15040	3313	Europe/Madrid
6357310	Laracha, A	laracha-a			ES	58	C	15041	11367	Europe/Madrid
6357311	Lousame	lousame			ES	58	C	15042	3621	Europe/Madrid
6357312	Malpica de Bergantiños	malpica-de-bergantinos			ES	58	C	15043	5998	Europe/Madrid
6357313	Mañón	manon	Man'jon,Man'on,Manon,ma ni weng,manwn,manyon,manywn,Маньйон,Маньон,Мањон,مانون,مانيون,マニョン,马尼翁		ES	58	C	15044	1537	Europe/Madrid
6357314	Mazaricos	mazaricos			ES	58	C	15045	4533	Europe/Madrid
6357315	Melide	melide	Mel'id,Melide,Mellid,mei li de,meride,mylydy,Мелиде,Мельид,Меліде,ميليدي,メリーデ,梅利德		ES	58	C	15046	7502	Europe/Madrid
6357316	Mesía	mesia			ES	58	C	15047	2879	Europe/Madrid
6357317	Miño	mino			ES	58	C	15048	5739	Europe/Madrid
6357318	Moeche	moeche			ES	58	C	15049	1358	Europe/Madrid
6357319	Monfero	monfero	Monfero,meng fei luo,monfero,mwnfrw,mwnfryw,Монферо,مونفرو,مونفريو,モンフェーロ,蒙费罗		ES	58	C	15050	2129	Europe/Madrid
6357320	Mugardos	mugardos			ES	58	C	15051	5456	Europe/Madrid
6357321	Muxía	muxia	Muxia,Muxía		ES	58	C	15052	5269	Europe/Madrid
6357322	Muros	muros	Muros,Musos,murosu,mwrws,Мурос,Мусос,Մուրոս,موروس,ムーロス		ES	58	C	15053	9437	Europe/Madrid
6357323	Narón	naron	Naron,na long,naron,narwn,nrwn aspanya,Нарон,نارون,نرون اسپانیا,ナロン,纳龙		ES	58	C	15054	39238	Europe/Madrid
6357324	Neda	neda	Neda,neda,nei da,nyda,nyda galysya,Неда,نيدا,نیدا گالیسیا,ネダ,内达		ES	58	C	15055	5422	Europe/Madrid
6357325	Negreira	negreira			ES	58	C	15056	7079	Europe/Madrid
6357326	Noia	noia	Noia,Noja,Nojja,Noya,noia,nwya,Ноиа,Нойя,Ноя,Նոյա,نويا,نویا,ኖያ,ノイア		ES	58	C	15057	14757	Europe/Madrid
6357327	Oleiros	oleiros			ES	58	C	15058	34386	Europe/Madrid
6357328	Ordes	ordes	Ordenes,Ordes,ao er de si,awrdys,orudesu,Órdenes,Орденес,Ордес,أورديس,اوردیس,オルデス,奥尔德斯		ES	58	C	15059	12963	Europe/Madrid
6357329	Oroso	oroso			ES	58	C	15060	7328	Europe/Madrid
6357330	Ortigueira	ortigueira			ES	58	C	15061	6550	Europe/Madrid
6357331	Outes	outes			ES	58	C	15062	7192	Europe/Madrid
6357333	Padrón	padron	Padron,badrwn,pa de long,padoron,padrwn,Падрон,Պադրոն,بادرون,پادرون,パドロン,帕德龙		ES	58	C	15065	8882	Europe/Madrid
6357334	Pino, O	pino-o			ES	58	C	15066	4732	Europe/Madrid
6357335	Pobra do Caramiñal	pobra-do-caraminal	A Pobra do Caraminal,A Pobra do Caramiñal		ES	58	C	15067	9664	Europe/Madrid
6357336	Ponteceso	ponteceso			ES	58	C	15068	6065	Europe/Madrid
6357337	Pontedeume	pontedeume	Pontedeume,Ponteduem,Puehntedeume,Puentedeume,bwntydwymy,peng te de wu mei,pontedeume,pwntydywm,Понтедеуме,Понтедуем,Пуэнтедеуме,بونتيدويمي,پونتیدیوم,ポンテデウメ,蓬特德乌梅		ES	58	C	15069	8324	Europe/Madrid
6357338	Pontes de García Rodríguez, As	pontes-de-garcia-rodriguez-as			ES	58	C	15070	10996	Europe/Madrid
6357339	Porto do Son	porto-do-son			ES	58	C	15071	9699	Europe/Madrid
6357340	Rianxo	rianxo			ES	58	C	15072	11729	Europe/Madrid
6357341	Ribeira	ribeira	Ribejra,Riveira,Santa Uksia de Ribeira,Santa Uxia de Ribeira,Santa Uxía de Ribeira,ribeira,rybyra,Рибейра,Рібейра,Санта Уксиа де Рибеира,ریبیرا,リベイラ		ES	58	C	15073	27778	Europe/Madrid
6357342	Rois	rois	Rois,Rojs,luo yi si,roisu,rwyas,rwys,Роис,Ройс,رويس,رویاس,ロイス,罗伊斯		ES	58	C	15074	4871	Europe/Madrid
6357343	Sada	sada			ES	58	C	15075	14922	Europe/Madrid
6357344	San Sadurniño	san-sadurnino			ES	58	C	15076	3061	Europe/Madrid
6357345	Santa Comba	santa-comba	Santa Komba,Santa-Komba,santa kwmba,sheng kong wa,Санта Комба,Санта-Комба,سانتا كومبا,سانتا کومبا,サンタ・コンバ,圣孔瓦		ES	58	C	15077	10101	Europe/Madrid
6357346	Santiago de Compostela	santiago-de-compostela	Compostela,Compostella,Compostèla,Gorad Santjaga-deh-Kampastehla,Saint-Jacques-de-Compostelle,Sant'jago-de-Kompostela,Sant'jago-de-Kompostelae,Santiago de Compostela,Santiago de Compostella,Santiago de Compostel·la,Santiago de Kompostela,Santiago di Compostela,Santiago nte Kompostela,Santiagu de Compostela,Santiaqo de Kompostela,Santijago de Kompostela,Santjago de Kompostela,cantiyako te kompocutela,san teiy ko dek xm po s te la,santiagodekomposeutella,santiyago de kompostela,santyaghw dy kwmbwstyla,santyagw d kmpwstla,santyajw dy kwmbwstyla,sheng de ya ge de kong bo si te la,sheng de ya ge-de kong bo si te la,Σαντιάγο ντε Κομποστέλα,Горад Сантяга-дэ-Кампастэла,Сантијаго де Компостела,Сантьяго-де-Компостелæ,Сантьяго-де-Компостела,Сантяго де Компостела,Սանտիագո դե Կոմպոստելա,סאנטיאגא דע קאמפאסטעלא,סנטיאגו דה קומפוסטלה,سانتياجو دى كومبوستيلا,سانتياغو دي كومبوستيلا,سانتیاگو د کمپوستلا,सांतियागो दे कोंपोस्तेला,சாந்தியாகோ தே கோம்போசுதேலா,සන්තියාගෝ ඩි කොම්පොස්ටෙලා,ซานเตียโกเดกอมโปสเตลา,სანტიაგო-დე-კომპოსტელა,サンティアゴ・デ・コンポステーラ,聖地亞哥-德孔波斯特拉,聖地亞哥德孔波斯特拉,산티아고데콤포스텔라		ES	58	C	15078	95671	Europe/Madrid
6357347	Santiso	santiso			ES	58	C	15079	1838	Europe/Madrid
6357348	Sobrado	sobrado	Sobrado dos Monxes		ES	58	C	15080	2037	Europe/Madrid
6357349	Somozas, As	somozas-as			ES	58	C	15081	1279	Europe/Madrid
6357350	Teo	teo			ES	58	C	15082	18454	Europe/Madrid
6357351	Tordoia	tordoia			ES	58	C	15084	3924	Europe/Madrid
6357352	Touro	touro			ES	58	C	15085	3979	Europe/Madrid
6357353	Trazo	trazo			ES	58	C	15086	3433	Europe/Madrid
6357354	Valdoviño	valdovino	Val'dovin'jo,Val'dovin'o,Valdovino,ba er duo wei ni ao,barudobinyo,faldwfynyw,waldwwaynw,Валдовињо,Вальдовиньо,Вальдовіньйо,فالدوفينيو,والدوواینو,バルドビーニョ,巴尔多维尼奥		ES	58	C	15087	6857	Europe/Madrid
6357355	Val do Dubra	val-do-dubra			ES	58	C	15088	4234	Europe/Madrid
6357356	Vedra	vedra			ES	58	C	15089	5043	Europe/Madrid
6357357	Vilasantar	vilasantar			ES	58	C	15090	1368	Europe/Madrid
6357358	Vilarmaior	vilarmaior			ES	58	C	15091	1261	Europe/Madrid
6357359	Vimianzo	vimianzo			ES	58	C	15092	7977	Europe/Madrid
6357360	Zas	zas			ES	58	C	15093	5109	Europe/Madrid
6357361	Cariño	carino	Karin'jo,Karin'o,Karino,ka li ni ao,karinyo,karynw,karynyw,Кариньо,Карињо,Каріньйо,كارينيو,کارینو,カリーニョ,卡里尼奥		ES	58	C	15901	4373	Europe/Madrid
6357362	Abia de la Obispalía	abia-de-la-obispalia			ES	54	CU	16001	81	Europe/Madrid
6357363	Acebrón, El	acebron-el			ES	54	CU	16002	266	Europe/Madrid
6357364	Alarcón	alarcon	Alarkon,Alarkonas,a la er kong,alarkwn,Аларкон,Ալարկոն,الاركون,阿拉尔孔		ES	54	CU	16003	186	Europe/Madrid
6357365	Albaladejo del Cuende	albaladejo-del-cuende			ES	54	CU	16004	322	Europe/Madrid
6357366	Albalate de las Nogueras	albalate-de-las-nogueras			ES	54	CU	16005	312	Europe/Madrid
6357367	Albendea	albendea			ES	54	CU	16006	161	Europe/Madrid
6357368	Alberca de Záncara, La	alberca-de-zancara-la			ES	54	CU	16007	1962	Europe/Madrid
6357369	Alcalá de la Vega	alcala-de-la-vega			ES	54	CU	16008	128	Europe/Madrid
6357370	Alcantud	alcantud			ES	54	CU	16009	82	Europe/Madrid
6357371	Alcázar del Rey	alcazar-del-rey			ES	54	CU	16010	193	Europe/Madrid
6357372	Alcohujate	alcohujate			ES	54	CU	16011	45	Europe/Madrid
6357373	Alconchel de la Estrella	alconchel-de-la-estrella			ES	54	CU	16012	128	Europe/Madrid
6357374	Algarra	algarra			ES	54	CU	16013	20	Europe/Madrid
6357375	Aliaguilla	aliaguilla			ES	54	CU	16014	751	Europe/Madrid
6357376	Almarcha, La	almarcha-la			ES	54	CU	16015	516	Europe/Madrid
6357377	Almendros	almendros			ES	54	CU	16016	295	Europe/Madrid
6357378	Almodóvar del Pinar	almodovar-del-pinar			ES	54	CU	16017	452	Europe/Madrid
6357379	Almonacid del Marquesado	almonacid-del-marquesado			ES	54	CU	16018	469	Europe/Madrid
6357380	Altarejos	altarejos			ES	54	CU	16019	231	Europe/Madrid
6357381	Arandilla del Arroyo	arandilla-del-arroyo			ES	54	CU	16020	20	Europe/Madrid
6357382	Arcos de la Sierra	arcos-de-la-sierra			ES	54	CU	16022	106	Europe/Madrid
6357383	Chillarón de Cuenca	chillaron-de-cuenca			ES	54	CU	16023	604	Europe/Madrid
6357384	Arguisuelas	arguisuelas			ES	54	CU	16024	143	Europe/Madrid
6357385	Arrancacepas	arrancacepas			ES	54	CU	16025	31	Europe/Madrid
6357386	Atalaya del Cañavate	atalaya-del-canavate			ES	54	CU	16026	133	Europe/Madrid
6357387	Barajas de Melo	barajas-de-melo			ES	54	CU	16027	1070	Europe/Madrid
6357388	Barchín del Hoyo	barchin-del-hoyo			ES	54	CU	16029	91	Europe/Madrid
6357389	Bascuñana de San Pedro	bascunana-de-san-pedro			ES	54	CU	16030	25	Europe/Madrid
6357390	Beamud	beamud			ES	54	CU	16031	62	Europe/Madrid
6357391	Belinchón	belinchon			ES	54	CU	16032	376	Europe/Madrid
6357392	Belmonte	belmonte	Bel'monte,bei er meng te,bylmwnty,Бельмонте,بيلمونتي,贝尔蒙特		ES	54	CU	16033	2147	Europe/Madrid
6357393	Belmontejo	belmontejo			ES	54	CU	16034	221	Europe/Madrid
6357394	Beteta	beteta			ES	54	CU	16035	338	Europe/Madrid
6357395	Boniches	boniches			ES	54	CU	16036	137	Europe/Madrid
6357396	Buciegas	buciegas			ES	54	CU	16038	49	Europe/Madrid
6357397	Buenache de Alarcón	buenache-de-alarcon			ES	54	CU	16039	612	Europe/Madrid
6357398	Buendía	buendia			ES	54	CU	16041	484	Europe/Madrid
6357399	Campillo de Altobuey	campillo-de-altobuey			ES	54	CU	16042	1600	Europe/Madrid
6357400	Campillos-Paravientos	campillos-paravientos			ES	54	CU	16043	126	Europe/Madrid
6357401	Campillos-Sierra	campillos-sierra			ES	54	CU	16044	56	Europe/Madrid
6357402	Canalejas del Arroyo	canalejas-del-arroyo			ES	54	CU	16045	313	Europe/Madrid
6357403	Cañada del Hoyo	canada-del-hoyo			ES	54	CU	16046	284	Europe/Madrid
6357404	Cañada Juncosa	canada-juncosa			ES	54	CU	16047	294	Europe/Madrid
6357405	Cañamares	canamares			ES	54	CU	16048	536	Europe/Madrid
6357406	Cañavate, El	canavate-el			ES	54	CU	16049	163	Europe/Madrid
6357407	Cañaveras	canaveras			ES	54	CU	16050	381	Europe/Madrid
6357408	Cañaveruelas	canaveruelas			ES	54	CU	16051	176	Europe/Madrid
6357409	Cañete	canete			ES	54	CU	16052	933	Europe/Madrid
6357410	Cañizares	canizares			ES	54	CU	16053	535	Europe/Madrid
6357411	Carboneras de Guadazaón	carboneras-de-guadazaon			ES	54	CU	16055	826	Europe/Madrid
6357412	Cardenete	cardenete			ES	54	CU	16056	572	Europe/Madrid
6357413	Carrascosa	carrascosa			ES	54	CU	16057	107	Europe/Madrid
6357414	Carrascosa de Haro	carrascosa-de-haro			ES	54	CU	16058	128	Europe/Madrid
6357415	Casas de Benítez	casas-de-benitez			ES	54	CU	16060	1018	Europe/Madrid
6357416	Casas de Fernando Alonso	casas-de-fernando-alonso			ES	54	CU	16061	1446	Europe/Madrid
6357417	Casas de Garcimolina	casas-de-garcimolina			ES	54	CU	16062	30	Europe/Madrid
6357418	Casas de Guijarro	casas-de-guijarro			ES	54	CU	16063	140	Europe/Madrid
6357419	Casas de Haro	casas-de-haro			ES	54	CU	16064	898	Europe/Madrid
6357420	Casas de los Pinos	casas-de-los-pinos			ES	54	CU	16065	561	Europe/Madrid
6357421	Casasimarro	casasimarro			ES	54	CU	16066	3311	Europe/Madrid
6357422	Castejón	castejon			ES	54	CU	16067	188	Europe/Madrid
6357423	Castillejo de Iniesta	castillejo-de-iniesta			ES	54	CU	16068	192	Europe/Madrid
6357424	Castillejo-Sierra	castillejo-sierra			ES	54	CU	16070	33	Europe/Madrid
6357425	Castillo-Albaráñez	castillo-albaranez			ES	54	CU	16071	24	Europe/Madrid
6357426	Castillo de Garcimuñoz	castillo-de-garcimunoz			ES	54	CU	16072	174	Europe/Madrid
6357427	Cervera del Llano	cervera-del-llano			ES	54	CU	16073	257	Europe/Madrid
6357428	Cierva, La	cierva-la			ES	54	CU	16074	56	Europe/Madrid
6357429	Cuenca	cuenca			ES	54	CU	16078	57032	Europe/Madrid
6357430	Cueva del Hierro	cueva-del-hierro			ES	54	CU	16079	37	Europe/Madrid
6357431	Chumillas	chumillas			ES	54	CU	16081	68	Europe/Madrid
6357432	Enguídanos	enguidanos			ES	54	CU	16082	375	Europe/Madrid
6357433	Fresneda de Altarejos	fresneda-de-altarejos			ES	54	CU	16083	62	Europe/Madrid
6357434	Fresneda de la Sierra	fresneda-de-la-sierra			ES	54	CU	16084	55	Europe/Madrid
6357435	La Frontera	la-frontera			ES	54	CU	16085	197	Europe/Madrid
6357436	Fuente de Pedro Naharro	fuente-de-pedro-naharro			ES	54	CU	16086	1349	Europe/Madrid
6357437	Fuentelespino de Haro	fuentelespino-de-haro			ES	54	CU	16087	272	Europe/Madrid
6357438	Fuentelespino de Moya	fuentelespino-de-moya			ES	54	CU	16088	137	Europe/Madrid
6357439	Fuentes	fuentes			ES	54	CU	16089	492	Europe/Madrid
6357440	Fuertescusa	fuertescusa			ES	54	CU	16091	82	Europe/Madrid
6357441	Gabaldón	gabaldon			ES	54	CU	16092	207	Europe/Madrid
6357442	Garaballa	garaballa			ES	54	CU	16093	96	Europe/Madrid
6357443	Gascueña	gascuena			ES	54	CU	16094	214	Europe/Madrid
6357444	Graja de Campalbo	graja-de-campalbo			ES	54	CU	16095	107	Europe/Madrid
6357445	Graja de Iniesta	graja-de-iniesta			ES	54	CU	16096	420	Europe/Madrid
6357446	Henarejos	henarejos			ES	54	CU	16097	189	Europe/Madrid
6357447	Herrumblar, El	herrumblar-el			ES	54	CU	16098	777	Europe/Madrid
6357448	Hinojosa, La	hinojosa-la			ES	54	CU	16099	242	Europe/Madrid
6357449	Hinojosos, Los	hinojosos-los			ES	54	CU	16100	963	Europe/Madrid
6357450	Hito, El	hito-el			ES	54	CU	16101	179	Europe/Madrid
6357451	Honrubia	honrubia			ES	54	CU	16102	1743	Europe/Madrid
6357452	Hontanaya	hontanaya			ES	54	CU	16103	365	Europe/Madrid
6357453	Hontecillas	hontecillas			ES	54	CU	16104	74	Europe/Madrid
6357454	Horcajo de Santiago	horcajo-de-santiago			ES	54	CU	16106	4306	Europe/Madrid
6357455	Huélamo	huelamo			ES	54	CU	16107	141	Europe/Madrid
6357456	Huelves	huelves			ES	54	CU	16108	76	Europe/Madrid
6357457	Huérguina	huerguina			ES	54	CU	16109	51	Europe/Madrid
6357458	Huerta de la Obispalía	huerta-de-la-obispalia			ES	54	CU	16110	138	Europe/Madrid
6357459	Huerta del Marquesado	huerta-del-marquesado			ES	54	CU	16111	228	Europe/Madrid
6357460	Huete	huete			ES	54	CU	16112	1974	Europe/Madrid
6357461	Iniesta	iniesta			ES	54	CU	16113	4619	Europe/Madrid
6357462	Laguna del Marquesado	laguna-del-marquesado			ES	54	CU	16115	59	Europe/Madrid
6357463	Lagunaseca	lagunaseca			ES	54	CU	16116	91	Europe/Madrid
6357464	Landete	landete			ES	54	CU	16117	1349	Europe/Madrid
6357465	Ledaña	ledana			ES	54	CU	16118	1893	Europe/Madrid
6357466	Leganiel	leganiel			ES	54	CU	16119	214	Europe/Madrid
6357467	Majadas, Las	majadas-las			ES	54	CU	16121	307	Europe/Madrid
6357468	Mariana	mariana			ES	54	CU	16122	279	Europe/Madrid
6357469	Masegosa	masegosa			ES	54	CU	16123	104	Europe/Madrid
6357470	Mesas, Las	mesas-las			ES	54	CU	16124	2548	Europe/Madrid
6357471	Minglanilla	minglanilla			ES	54	CU	16125	2696	Europe/Madrid
6357472	Mira	mira			ES	54	CU	16126	1051	Europe/Madrid
6357473	Monreal del Llano	monreal-del-llano			ES	54	CU	16128	79	Europe/Madrid
6357474	Montalbanejo	montalbanejo			ES	54	CU	16129	126	Europe/Madrid
6357475	Montalbo	montalbo			ES	54	CU	16130	759	Europe/Madrid
6357476	Monteagudo de las Salinas	monteagudo-de-las-salinas			ES	54	CU	16131	155	Europe/Madrid
6357477	Mota de Altarejos	mota-de-altarejos			ES	54	CU	16132	39	Europe/Madrid
6357478	Mota del Cuervo	mota-del-cuervo			ES	54	CU	16133	6370	Europe/Madrid
6357479	Motilla del Palancar	motilla-del-palancar			ES	54	CU	16134	6276	Europe/Madrid
6357480	Moya	moya			ES	54	CU	16135	199	Europe/Madrid
6357481	Narboneta	narboneta			ES	54	CU	16137	55	Europe/Madrid
6357482	Olivares de Júcar	olivares-de-jucar			ES	54	CU	16139	391	Europe/Madrid
6357483	Olmeda de la Cuesta	olmeda-de-la-cuesta			ES	54	CU	16140	39	Europe/Madrid
6357484	Olmeda del Rey	olmeda-del-rey			ES	54	CU	16141	150	Europe/Madrid
6357485	Olmedilla de Alarcón	olmedilla-de-alarcon			ES	54	CU	16142	160	Europe/Madrid
6357486	Olmedilla de Eliz	olmedilla-de-eliz			ES	54	CU	16143	22	Europe/Madrid
6357487	Osa de la Vega	osa-de-la-vega			ES	54	CU	16145	601	Europe/Madrid
6357488	Pajarón	pajaron			ES	54	CU	16146	95	Europe/Madrid
6357489	Pajaroncillo	pajaroncillo			ES	54	CU	16147	80	Europe/Madrid
6357490	Palomares del Campo	palomares-del-campo			ES	54	CU	16148	745	Europe/Madrid
6357491	Paracuellos	paracuellos			ES	54	CU	16150	131	Europe/Madrid
6357492	Paredes	paredes			ES	54	CU	16151	79	Europe/Madrid
6357493	Parra de las Vegas, La	parra-de-las-vegas-la			ES	54	CU	16152	43	Europe/Madrid
6357494	Pedernoso, El	pedernoso-el			ES	54	CU	16153	1278	Europe/Madrid
6357495	Pedroñeras, Las	pedroneras-las			ES	54	CU	16154	7180	Europe/Madrid
6357496	Peral, El	peral-el			ES	54	CU	16155	823	Europe/Madrid
6357497	Peraleja, La	peraleja-la			ES	54	CU	16156	138	Europe/Madrid
6357498	Pesquera, La	pesquera-la			ES	54	CU	16157	249	Europe/Madrid
6357499	Picazo, El	picazo-el			ES	54	CU	16158	745	Europe/Madrid
6357500	Pinarejo	pinarejo			ES	54	CU	16159	287	Europe/Madrid
6357501	Pineda de Gigüela	pineda-de-gigueela			ES	54	CU	16160	75	Europe/Madrid
6357785	Válor	valor			ES	51	GR	18183	693	Europe/Madrid
6357502	Piqueras del Castillo	piqueras-del-castillo			ES	54	CU	16161	67	Europe/Madrid
6357503	Portalrubio de Guadamejud	portalrubio-de-guadamejud			ES	54	CU	16162	48	Europe/Madrid
6357504	Portilla	portilla			ES	54	CU	16163	78	Europe/Madrid
6357505	Pozoamargo	pozoamargo			ES	54	CU	16166	377	Europe/Madrid
6357506	Pozorrubio	pozorrubio			ES	54	CU	16167	370	Europe/Madrid
6357507	Pozuelo, El	pozuelo-el			ES	54	CU	16169	74	Europe/Madrid
6357508	Priego	priego			ES	54	CU	16170	1141	Europe/Madrid
6357509	Provencio, El	provencio-el			ES	54	CU	16171	2683	Europe/Madrid
6357510	Puebla de Almenara	puebla-de-almenara			ES	54	CU	16172	461	Europe/Madrid
6357511	Valle de Altomira, El	valle-de-altomira-el	Puebla de Don Francisco		ES	54	CU	16173	296	Europe/Madrid
6357512	Puebla del Salvador	puebla-del-salvador			ES	54	CU	16174	237	Europe/Madrid
6357513	Quintanar del Rey	quintanar-del-rey			ES	54	CU	16175	7899	Europe/Madrid
6357514	Rada de Haro	rada-de-haro			ES	54	CU	16176	73	Europe/Madrid
6357515	Reíllo	reillo			ES	54	CU	16177	132	Europe/Madrid
6357516	Rozalén del Monte	rozalen-del-monte			ES	54	CU	16181	78	Europe/Madrid
6357517	Saceda-Trasierra	saceda-trasierra			ES	54	CU	16185	65	Europe/Madrid
6357518	Saelices	saelices	Saehlises,Saelises,sai li sai si,salysys,sylks,Саелісес,Саэлисес,ساليسيس,سیلکس,ሴሊሴስ,赛利塞斯		ES	54	CU	16186	639	Europe/Madrid
6357519	Salinas del Manzano	salinas-del-manzano			ES	54	CU	16187	95	Europe/Madrid
6357520	Salmeroncillos	salmeroncillos			ES	54	CU	16188	149	Europe/Madrid
6357521	Salvacañete	salvacanete			ES	54	CU	16189	323	Europe/Madrid
6357522	San Clemente	san-clemente	San-Klemente,Sant Clemente,san klymnty,sheng ke lai men te,Сан-Клементе,سان كليمنتي,圣克莱门特		ES	54	CU	16190	7518	Europe/Madrid
6357523	San Lorenzo de la Parrilla	san-lorenzo-de-la-parrilla			ES	54	CU	16191	1242	Europe/Madrid
6357524	San Martín de Boniches	san-martin-de-boniches			ES	54	CU	16192	48	Europe/Madrid
6357525	San Pedro Palmiches	san-pedro-palmiches			ES	54	CU	16193	80	Europe/Madrid
6357526	Santa Cruz de Moya	santa-cruz-de-moya			ES	54	CU	16194	286	Europe/Madrid
6357527	Santa María del Campo Rus	santa-maria-del-campo-rus			ES	54	CU	16195	690	Europe/Madrid
6357528	Santa María de los Llanos	santa-maria-de-los-llanos			ES	54	CU	16196	754	Europe/Madrid
6357529	Santa María del Val	santa-maria-del-val			ES	54	CU	16197	70	Europe/Madrid
6357530	Sisante	sisante			ES	54	CU	16198	1910	Europe/Madrid
6357531	Solera de Gabaldón	solera-de-gabaldon			ES	54	CU	16199	27	Europe/Madrid
6357532	Talayuelas	talayuelas			ES	54	CU	16202	1028	Europe/Madrid
6357533	Tarancón	tarancon			ES	54	CU	16203	16081	Europe/Madrid
6357534	Tébar	tebar			ES	54	CU	16204	372	Europe/Madrid
6357535	Tejadillos	tejadillos			ES	54	CU	16205	139	Europe/Madrid
6357536	Tinajas	tinajas			ES	54	CU	16206	289	Europe/Madrid
6357537	Torralba	torralba			ES	54	CU	16209	164	Europe/Madrid
6357538	Torrejoncillo del Rey	torrejoncillo-del-rey			ES	54	CU	16211	514	Europe/Madrid
6357539	Torrubia del Campo	torrubia-del-campo			ES	54	CU	16212	309	Europe/Madrid
6357540	Torrubia del Castillo	torrubia-del-castillo			ES	54	CU	16213	42	Europe/Madrid
6357541	Tresjuncos	tresjuncos			ES	54	CU	16216	368	Europe/Madrid
6357542	Tribaldos	tribaldos			ES	54	CU	16217	115	Europe/Madrid
6357543	Uclés	ucles			ES	54	CU	16218	235	Europe/Madrid
6357544	Uña	una			ES	54	CU	16219	105	Europe/Madrid
6357545	Valdemeca	valdemeca			ES	54	CU	16224	97	Europe/Madrid
6357546	Valdemorillo de la Sierra	valdemorillo-de-la-sierra			ES	54	CU	16225	88	Europe/Madrid
6357547	Valdemoro-Sierra	valdemoro-sierra			ES	54	CU	16227	142	Europe/Madrid
6357548	Valdeolivas	valdeolivas			ES	54	CU	16228	250	Europe/Madrid
6357549	Valhermoso de la Fuente	valhermoso-de-la-fuente			ES	54	CU	16231	41	Europe/Madrid
6357550	Valsalobre	valsalobre			ES	54	CU	16234	40	Europe/Madrid
6357551	Valverde de Júcar	valverde-de-jucar			ES	54	CU	16236	1242	Europe/Madrid
6357552	Valverdejo	valverdejo			ES	54	CU	16237	113	Europe/Madrid
6357553	Vara de Rey	vara-de-rey			ES	54	CU	16238	611	Europe/Madrid
6357554	Vellisca	vellisca			ES	54	CU	16240	141	Europe/Madrid
6357555	Villaconejos de Trabaque	villaconejos-de-trabaque			ES	54	CU	16242	457	Europe/Madrid
6357556	Villaescusa de Haro	villaescusa-de-haro			ES	54	CU	16243	587	Europe/Madrid
6357557	Villagarcía del Llano	villagarcia-del-llano			ES	54	CU	16244	806	Europe/Madrid
6357558	Villalba de la Sierra	villalba-de-la-sierra			ES	54	CU	16245	554	Europe/Madrid
6357559	Villalba del Rey	villalba-del-rey			ES	54	CU	16246	599	Europe/Madrid
6357560	Villalgordo del Marquesado	villalgordo-del-marquesado			ES	54	CU	16247	101	Europe/Madrid
6357561	Villalpardo	villalpardo			ES	54	CU	16248	1148	Europe/Madrid
6357562	Villamayor de Santiago	villamayor-de-santiago			ES	54	CU	16249	3000	Europe/Madrid
6357563	Villanueva de Guadamejud	villanueva-de-guadamejud			ES	54	CU	16250	104	Europe/Madrid
6357564	Villanueva de la Jara	villanueva-de-la-jara			ES	54	CU	16251	2390	Europe/Madrid
6357565	Villar de Cañas	villar-de-canas			ES	54	CU	16253	431	Europe/Madrid
6357566	Villar de Domingo García	villar-de-domingo-garcia			ES	54	CU	16254	238	Europe/Madrid
6357567	Villar de la Encina	villar-de-la-encina			ES	54	CU	16255	173	Europe/Madrid
6357568	Villar del Humo	villar-del-humo			ES	54	CU	16258	273	Europe/Madrid
6357569	Villar del Infantado	villar-del-infantado			ES	54	CU	16259	45	Europe/Madrid
6357570	Villar de Olalla	villar-de-olalla			ES	54	CU	16263	1242	Europe/Madrid
6357571	Villarejo de Fuentes	villarejo-de-fuentes			ES	54	CU	16264	648	Europe/Madrid
6357572	Villarejo de la Peñuela	villarejo-de-la-penuela			ES	54	CU	16265	25	Europe/Madrid
6357573	Villarejo-Periesteban	villarejo-periesteban			ES	54	CU	16266	417	Europe/Madrid
6357574	Villares del Saz	villares-del-saz			ES	54	CU	16269	615	Europe/Madrid
6357575	Villarrubio	villarrubio			ES	54	CU	16270	241	Europe/Madrid
6357576	Villarta	villarta			ES	54	CU	16271	955	Europe/Madrid
6357577	Villas de la Ventosa	villas-de-la-ventosa			ES	54	CU	16272	298	Europe/Madrid
6357578	Villaverde y Pasaconsol	villaverde-y-pasaconsol			ES	54	CU	16273	374	Europe/Madrid
6357579	Víllora	villora			ES	54	CU	16274	162	Europe/Madrid
6357580	Vindel	vindel			ES	54	CU	16275	15	Europe/Madrid
6357581	Yémeda	yemeda			ES	54	CU	16276	41	Europe/Madrid
6357582	Zafra de Záncara	zafra-de-zancara			ES	54	CU	16277	147	Europe/Madrid
6357583	Zafrilla	zafrilla			ES	54	CU	16278	88	Europe/Madrid
6357584	Zarza de Tajo	zarza-de-tajo			ES	54	CU	16279	327	Europe/Madrid
6357585	Zarzuela	zarzuela			ES	54	CU	16280	222	Europe/Madrid
6357586	Campos del Paraíso	campos-del-paraiso			ES	54	CU	16901	932	Europe/Madrid
6357587	Valdetórtola	valdetortola			ES	54	CU	16902	173	Europe/Madrid
6357588	Valeras, Las	valeras-las			ES	54	CU	16903	1714	Europe/Madrid
6357589	Fuentenava de Jábaga	fuentenava-de-jabaga			ES	54	CU	16904	581	Europe/Madrid
6357590	Arcas del Villar	arcas-del-villar			ES	54	CU	16905	1414	Europe/Madrid
6357591	Valdecolmenas, Los	valdecolmenas-los			ES	54	CU	16906	105	Europe/Madrid
6357592	Pozorrubielos de la Mancha	pozorrubielos-de-la-mancha			ES	54	CU	16908	288	Europe/Madrid
6357593	Sotorribas	sotorribas			ES	54	CU	16909	855	Europe/Madrid
6357594	Villar y Velasco	villar-y-velasco			ES	54	CU	16910	104	Europe/Madrid
6357595	Alp	alp	Al'p,Alp,a er pu,alb,alp,Алп,Альп,Ալպ,آلپ,ألب,阿尔普		ES	56	GI	17006	1745	Europe/Madrid
6357596	Arbúcies	arbucies	Arbucias,Arbus'es,Arbus'jas,Arbusies,a er wu xi ye si,arbwsys,arbwthyas,Арбусьес,Арбусьяс,Արբուսիես,آربوسیس,أربوثياس,阿尔武希耶斯		ES	56	GI	17009	6741	Europe/Madrid
6357597	Bolvir	bolvir			ES	56	GI	17024	400	Europe/Madrid
6357598	Campdevànol	campdevanol			ES	56	GI	17036	3469	Europe/Madrid
6357599	Campelles	campelles			ES	56	GI	17037	136	Europe/Madrid
6357600	Camprodon	camprodon	Camprodon,Camprodón,Kamprodon,kambrwdwn,kamprdn,kan pu luo dong,Кампродон,Կամպրոդոն,كامبرودون,کامپردن,坎普罗东		ES	56	GI	17039	2466	Europe/Madrid
6357601	Queralbs	queralbs			ES	56	GI	17043	178	Europe/Madrid
6357602	Das	das	Das,da si,das,Дас,Դաս,داس,达斯		ES	56	GI	17061	222	Europe/Madrid
6357603	Espinelves	espinelves			ES	56	GI	17063	201	Europe/Madrid
6357604	Fontanals de Cerdanya	fontanals-de-cerdanya			ES	56	GI	17069	472	Europe/Madrid
6357605	Ger	ger			ES	56	GI	17078	481	Europe/Madrid
6357606	Gombrèn	gombren			ES	56	GI	17080	209	Europe/Madrid
6357607	Guils de Cerdanya	guils-de-cerdanya	Gil's-de-Serdan'ja,Gils de Sedanya,Gils-da-Sardan'ja,Guils de Cerdana,Guils de Cerdaña,ghyls dy thyrdanya,gyls d srdanya,ji er si de sai er da ni ya,Гильс-де-Серданья,Ґілс-да-Сарданья,Գիլս դե Սեդանյա,غيلس دي ثيردانيا,گیلس د سردانیا,吉尔斯德塞尔达尼亚		ES	56	GI	17082	558	Europe/Madrid
6357608	Isòvol	isovol			ES	56	GI	17084	327	Europe/Madrid
6357609	Llanars	llanars			ES	56	GI	17091	534	Europe/Madrid
6357610	Llívia	llivia	Iulia Livica,L'ivija,Libia,Livia,Ljivija,Llivia,Llívia,ibia,li wei ya,lyybyh,ribia,yiviya,yybya,yyfya,Λίβια,Љивија,Льивия,Лібіа,Լիվիա,לייביה,ييفيا,ییبیا,यिविया,リビア,利维亚,이비아		ES	56	GI	17094	1689	Europe/Madrid
6357611	les Llosses	les-llosses			ES	56	GI	17096	224	Europe/Madrid
6357612	Meranges	meranges			ES	56	GI	17099	91	Europe/Madrid
6357613	Molló	mollo			ES	56	GI	17107	350	Europe/Madrid
6357614	Montagut i Oix	montagut-i-oix			ES	56	GI	17109	978	Europe/Madrid
6357615	Ogassa	ogassa			ES	56	GI	17112	247	Europe/Madrid
6357616	Olot	olot	Olot,Uloto,alt,ao luo te,awlwt,Олот,Օլոտ,أولوت,الت,奥洛特		ES	56	GI	17114	33813	Europe/Madrid
6357617	Pardines	pardines			ES	56	GI	17125	154	Europe/Madrid
6357618	Planoles	planoles			ES	56	GI	17134	308	Europe/Madrid
6357619	les Preses	les-preses			ES	56	GI	17139	1752	Europe/Madrid
6357620	Puigcerdà	puigcerda	Puchsarda,Puchserda,Puicerdan,Puicerdán,Puigcerda,Puigcerdà,Puigcerdá,bwyghthyrda,pu yi ge sai er da,putchisaruda,pwygsrda,Пучсарда,Пучсерда,Պուչսերդա,بويغثيردا,پویگسردا,プッチサルダー,普伊格塞尔达		ES	56	GI	17141	8957	Europe/Madrid
6357621	Ribes de Freser	ribes-de-freser	Ribas de Freser,Ribes de Freser,Ribes-de-Freser,fu lei sai he pan li wa si,rybas dy frysyr,rybs d frsr,Рибес-де-Фресер,Ռիբես դե Ֆրեսեր,ريباس دي فريسير,ریبس د فرسر,弗雷塞河畔里瓦斯		ES	56	GI	17145	1914	Europe/Madrid
6357622	Riells i Viabrea	riells-i-viabrea			ES	56	GI	17146	3980	Europe/Madrid
6357623	Ripoll	ripoll	Ripol,Ripol',Ripoll,Rivipullus,li bo er,ripoi,rybwy,rypy,Рипол,Риполь,Ռիպոլ,ريبوي,ریپی,リポイ,里波尔		ES	56	GI	17147	10904	Europe/Madrid
6357624	Riudaura	riudaura			ES	56	GI	17149	438	Europe/Madrid
6357625	Sant Feliu de Pallerols	sant-feliu-de-pallerols			ES	56	GI	17161	1360	Europe/Madrid
6357626	Sant Hilari Sacalm	sant-hilari-sacalm	San Hilario Sacalm,San-Ilario-Sakal'm,Sant Ilari Sakalm,Sant-Ilari-Sakal'm,san aylaryw sakalm,sant hylary sakalm,sheng yi la li ao-sa ka er mu,Сан-Иларио-Сакальм,Сант-Илари-Сакальм,Սանտ Իլարի Սակալմ,سان إيلاريو ساكالم,سانت هیلاری ساکالم,圣伊拉里奥-萨卡尔姆		ES	56	GI	17164	5753	Europe/Madrid
6357627	Sant Joan de les Abadesses	sant-joan-de-les-abadesses	San Juan de las Abadesas,San Zoan de les Abadeses,San-Zhoan-de-les-Abadeses,San-Zhoan-de-les-Abadesses,Sao Joao das Abadessas,São João das Abadessas,san khwan dy las abadysas,sant khyan d ls abadsss,sheng hu an-de la si a ba de sa si,Сан-Жоан-де-лес-Абадесес,Сан-Жоан-де-лес-Абадессес,Սան Ժոան դե լես Աբադեսես,سان خوان دي لاس أباديساس,سانت خئان د لس آبادسسس,圣胡安-德拉斯阿巴德萨斯		ES	56	GI	17167	3469	Europe/Madrid
6357628	Vallfogona de Ripollès	vallfogona-de-ripolles			ES	56	GI	17170	223	Europe/Madrid
6357629	Sant Pau de Segúries	sant-pau-de-seguries			ES	56	GI	17177	675	Europe/Madrid
6357630	Setcases	setcases			ES	56	GI	17192	187	Europe/Madrid
6357631	Susqueda	susqueda			ES	56	GI	17194	105	Europe/Madrid
6357632	Toses	toses			ES	56	GI	17201	155	Europe/Madrid
6357633	Urús	urus			ES	56	GI	17206	201	Europe/Madrid
6357634	la Vall d'en Bas	la-vall-d-en-bas			ES	56	GI	17207	2931	Europe/Madrid
6357635	la Vall de Bianya	la-vall-de-bianya			ES	56	GI	17208	1335	Europe/Madrid
6357636	Vidrà	vidra			ES	56	GI	17212	163	Europe/Madrid
6357637	Viladrau	viladrau	Viladrau,bi la de lao,byladraw,fyladraw,Виладрау,Վիլադրաու,بیلادراو,فيلادراو,比拉德劳		ES	56	GI	17220	1087	Europe/Madrid
6357638	Vilallonga de Ter	vilallonga-de-ter			ES	56	GI	17224	466	Europe/Madrid
6357639	Agrón	agron			ES	51	GR	18001	342	Europe/Madrid
6357640	Alamedilla	alamedilla			ES	51	GR	18002	673	Europe/Madrid
6357641	Albolote	albolote			ES	51	GR	18003	18088	Europe/Madrid
6357642	Albondón	albondon			ES	51	GR	18004	889	Europe/Madrid
6357643	Albuñán	albunan			ES	51	GR	18005	430	Europe/Madrid
6357644	Albuñol	albunol			ES	51	GR	18006	6587	Europe/Madrid
6357645	Albuñuelas	albunuelas			ES	51	GR	18007	920	Europe/Madrid
6357646	Aldeire	aldeire			ES	51	GR	18010	670	Europe/Madrid
6357647	Alfacar	alfacar			ES	51	GR	18011	5513	Europe/Madrid
6357648	Algarinejo	algarinejo			ES	51	GR	18012	3029	Europe/Madrid
6357649	Alhama de Granada	alhama-de-granada			ES	51	GR	18013	6214	Europe/Madrid
6357650	Alhendín	alhendin			ES	51	GR	18014	7746	Europe/Madrid
6357651	Alicún de Ortega	alicun-de-ortega			ES	51	GR	18015	500	Europe/Madrid
6357652	Almegíjar	almegijar			ES	51	GR	18016	413	Europe/Madrid
6357653	Almuñécar	almunecar			ES	51	GR	18017	27703	Europe/Madrid
6357654	Alquife	alquife			ES	51	GR	18018	712	Europe/Madrid
6357655	Arenas del Rey	arenas-del-rey			ES	51	GR	18020	2038	Europe/Madrid
6357656	Armilla	armilla			ES	51	GR	18021	22507	Europe/Madrid
6357657	Atarfe	atarfe			ES	51	GR	18022	16843	Europe/Madrid
6357658	Baza	baza	Basa,Basti,Batha,Gorad Basa,ba sa,basa,batha,baza,Μπάθα,Баса,Горад Баса,Բասա,باثا,بازا,バサ,巴萨		ES	51	GR	18023	21407	Europe/Madrid
6357659	Beas de Granada	beas-de-granada			ES	51	GR	18024	1031	Europe/Madrid
6357660	Beas de Guadix	beas-de-guadix			ES	51	GR	18025	380	Europe/Madrid
6357661	Benalúa	benalua			ES	51	GR	18027	3351	Europe/Madrid
6357662	Benalúa de las Villas	benalua-de-las-villas			ES	51	GR	18028	1375	Europe/Madrid
6357663	Benamaurel	benamaurel			ES	51	GR	18029	2447	Europe/Madrid
6357664	Bérchules	berchules			ES	51	GR	18030	835	Europe/Madrid
6357665	Bubión	bubion			ES	51	GR	18032	335	Europe/Madrid
6357666	Busquístar	busquistar			ES	51	GR	18033	292	Europe/Madrid
6357667	Cacín	cacin			ES	51	GR	18034	590	Europe/Madrid
6357668	Cádiar	cadiar			ES	51	GR	18035	1632	Europe/Madrid
6357669	Cájar	cajar			ES	51	GR	18036	4741	Europe/Madrid
6357670	Calicasas	calicasas			ES	51	GR	18037	571	Europe/Madrid
6357671	Campotéjar	campotejar			ES	51	GR	18038	1362	Europe/Madrid
6357672	Caniles	caniles			ES	51	GR	18039	4755	Europe/Madrid
6357673	Cáñar	canar			ES	51	GR	18040	468	Europe/Madrid
6357674	Capileira	capileira			ES	51	GR	18042	528	Europe/Madrid
6357675	Carataunas	carataunas			ES	51	GR	18043	188	Europe/Madrid
6357676	Cástaras	castaras			ES	51	GR	18044	274	Europe/Madrid
6357677	Castilléjar	castillejar			ES	51	GR	18045	1564	Europe/Madrid
6357678	Castril	castril			ES	51	GR	18046	2378	Europe/Madrid
6357679	Cenes de la Vega	cenes-de-la-vega			ES	51	GR	18047	7900	Europe/Madrid
6357680	Cijuela	cijuela			ES	51	GR	18048	3098	Europe/Madrid
6357681	Cogollos de Guadix	cogollos-de-guadix			ES	51	GR	18049	718	Europe/Madrid
6357682	Cogollos de la Vega	cogollos-de-la-vega			ES	51	GR	18050	1983	Europe/Madrid
6357683	Colomera	colomera			ES	51	GR	18051	1468	Europe/Madrid
6357684	Cortes de Baza	cortes-de-baza			ES	51	GR	18053	2219	Europe/Madrid
6357685	Cortes y Graena	cortes-y-graena	Cortes y Graena		ES	51	GR	18054	1036	Europe/Madrid
6357686	Cúllar	cullar			ES	51	GR	18056	4630	Europe/Madrid
6357687	Cúllar Vega	cullar-vega			ES	51	GR	18057	7104	Europe/Madrid
6357688	Chauchina	chauchina			ES	51	GR	18059	4813	Europe/Madrid
6357689	Chimeneas	chimeneas			ES	51	GR	18061	1456	Europe/Madrid
6357690	Churriana de la Vega	churriana-de-la-vega			ES	51	GR	18062	13118	Europe/Madrid
6357691	Darro	darro			ES	51	GR	18063	1460	Europe/Madrid
6357692	Dehesas de Guadix	dehesas-de-guadix			ES	51	GR	18064	486	Europe/Madrid
6357693	Deifontes	deifontes			ES	51	GR	18066	2580	Europe/Madrid
6357694	Diezma	diezma			ES	51	GR	18067	775	Europe/Madrid
6357695	Dílar	dilar			ES	51	GR	18068	1821	Europe/Madrid
6357696	Dólar	dolar			ES	51	GR	18069	623	Europe/Madrid
6357697	Dúdar	dudar			ES	51	GR	18070	350	Europe/Madrid
6357698	Dúrcal	durcal			ES	51	GR	18071	7286	Europe/Madrid
6357699	Escúzar	escuzar			ES	51	GR	18072	792	Europe/Madrid
6357700	Ferreira	ferreira			ES	51	GR	18074	346	Europe/Madrid
6357701	Fonelas	fonelas			ES	51	GR	18076	1085	Europe/Madrid
6357702	Freila	freila			ES	51	GR	18078	1060	Europe/Madrid
6357703	Fuente Vaqueros	fuente-vaqueros			ES	51	GR	18079	4229	Europe/Madrid
6357704	Galera	galera			ES	51	GR	18082	1243	Europe/Madrid
6357705	Gobernador	gobernador			ES	51	GR	18083	322	Europe/Madrid
6357706	Gójar	gojar			ES	51	GR	18084	5340	Europe/Madrid
6357707	Gor	gor	Gor,ge er,ghwr,Гор,Գոր,غور,戈尔		ES	51	GR	18085	877	Europe/Madrid
6357708	Gorafe	gorafe			ES	51	GR	18086	461	Europe/Madrid
6357786	Vélez de Benaudalla	velez-de-benaudalla			ES	51	GR	18184	2943	Europe/Madrid
6357709	Granada	granada	Gorad Granada,Grana,Granaada,Granada,Granado,Granata,Graná,Grenada,Grenade,Lungsod ng Granada,Qranada,garanada,ge la na da,ge lan na da,geulanada,ghrnatt,granada,grndh,guranada,jranada,kiranata,kran a da,Γρανάδα,Горад Гранада,Гранаада,Гранада,Ґранада,Գրանադա,גרנדה,جرانادا,غرناطة,غرناطہ,گرانادا,ग्रानाडा,ग्रानादा,গ্রানাডা,ਗਰਾਨਾਦਾ,கிரனாதா,กรานาดา,გრანადა,ግራናዳ,グラナダ,格拉纳达,格蘭納達,그라나다		ES	51	GR	18087	239017	Europe/Madrid
6357710	Guadahortuna	guadahortuna			ES	51	GR	18088	1963	Europe/Madrid
6357711	Guadix	guadix			ES	51	GR	18089	18920	Europe/Madrid
6357712	Gualchos	gualchos			ES	51	GR	18093	4805	Europe/Madrid
6357713	Güejar Sierra	gueejar-sierra	Gueejar Sierra,Güejar Sierra		ES	51	GR	18094	3007	Europe/Madrid
6357714	Güevéjar	gueevejar			ES	51	GR	18095	2565	Europe/Madrid
6357715	Huélago	huelago			ES	51	GR	18096	361	Europe/Madrid
6357716	Huéneja	hueneja			ES	51	GR	18097	1228	Europe/Madrid
6357717	Huéscar	huescar			ES	51	GR	18098	8015	Europe/Madrid
6357718	Huétor de Santillán	huetor-de-santillan			ES	51	GR	18099	1836	Europe/Madrid
6357719	Huétor-Tájar	huetor-tajar			ES	51	GR	18100	10084	Europe/Madrid
6357720	Huétor Vega	huetor-vega			ES	51	GR	18101	11853	Europe/Madrid
6357721	Illora	illora			ES	51	GR	18102	10716	Europe/Madrid
6357722	Itrabo	itrabo	Itrabo		ES	51	GR	18103	1070	Europe/Madrid
6357723	Iznalloz	iznalloz			ES	51	GR	18105	6995	Europe/Madrid
6357724	Jayena	jayena			ES	51	GR	18107	1151	Europe/Madrid
6357725	Jérez del Marquesado	jerez-del-marquesado			ES	51	GR	18108	1061	Europe/Madrid
6357726	Jete	jete			ES	51	GR	18109	909	Europe/Madrid
6357727	Jun	jun			ES	51	GR	18111	3558	Europe/Madrid
6357728	Juviles	juviles			ES	51	GR	18112	163	Europe/Madrid
6357729	Calahorra, La	calahorra-la			ES	51	GR	18114	765	Europe/Madrid
6357730	Láchar	lachar			ES	51	GR	18115	3205	Europe/Madrid
6357731	Lanjarón	lanjaron			ES	51	GR	18116	3826	Europe/Madrid
6357732	Lanteira	lanteira			ES	51	GR	18117	570	Europe/Madrid
6357733	Lecrín	lecrin			ES	51	GR	18119	2299	Europe/Madrid
6357734	Lentegí	lentegi			ES	51	GR	18120	333	Europe/Madrid
6357735	Lobras	lobras			ES	51	GR	18121	159	Europe/Madrid
6357736	Loja	loja	Locha,Lokha,Loxa,luo ha,lwkha,lwsht,roha,Λόχα,Лоха,Լոխա,لوخا,لوشة,ロハ,洛哈		ES	51	GR	18122	21496	Europe/Madrid
6357737	Lugros	lugros			ES	51	GR	18123	340	Europe/Madrid
6357738	Lújar	lujar			ES	51	GR	18124	519	Europe/Madrid
6357739	Malahá, La	malaha-la			ES	51	GR	18126	1837	Europe/Madrid
6357740	Maracena	maracena			ES	51	GR	18127	21514	Europe/Madrid
6357741	Marchal	marchal			ES	51	GR	18128	446	Europe/Madrid
6357742	Moclín	moclin			ES	51	GR	18132	4204	Europe/Madrid
6357743	Molvízar	molvizar			ES	51	GR	18133	3215	Europe/Madrid
6357744	Monachil	monachil			ES	51	GR	18134	7402	Europe/Madrid
6357745	Montefrío	montefrio			ES	51	GR	18135	6054	Europe/Madrid
6357746	Montejícar	montejicar			ES	51	GR	18136	2375	Europe/Madrid
6357747	Montillana	montillana			ES	51	GR	18137	1386	Europe/Madrid
6357748	Moraleda de Zafayona	moraleda-de-zafayona			ES	51	GR	18138	3266	Europe/Madrid
6357749	Motril	motril			ES	51	GR	18140	61171	Europe/Madrid
6357750	Murtas	murtas			ES	51	GR	18141	621	Europe/Madrid
6357751	Nigüelas	nigueelas			ES	51	GR	18143	1203	Europe/Madrid
6357752	Nívar	nivar			ES	51	GR	18144	937	Europe/Madrid
6357753	Ogíjares	ogijares			ES	51	GR	18145	13403	Europe/Madrid
6357754	Orce	orce			ES	51	GR	18146	1301	Europe/Madrid
6357755	Órgiva	orgiva			ES	51	GR	18147	5772	Europe/Madrid
6357756	Otívar	otivar			ES	51	GR	18148	1203	Europe/Madrid
6357757	Otura	otura			ES	51	GR	18149	6910	Europe/Madrid
6357758	Padul	padul			ES	51	GR	18150	8480	Europe/Madrid
6357759	Pampaneira	pampaneira			ES	51	GR	18151	344	Europe/Madrid
6357760	Pedro Martínez	pedro-martinez			ES	51	GR	18152	1272	Europe/Madrid
6357761	Peligros	peligros			ES	51	GR	18153	11059	Europe/Madrid
6357762	Peza, La	peza-la			ES	51	GR	18154	1293	Europe/Madrid
6357763	Pinos Genil	pinos-genil			ES	51	GR	18157	1409	Europe/Madrid
6357764	Pinos Puente	pinos-puente			ES	51	GR	18158	13115	Europe/Madrid
6357765	Píñar	pinar			ES	51	GR	18159	1283	Europe/Madrid
6357766	Polícar	policar			ES	51	GR	18161	220	Europe/Madrid
6357767	Polopos	polopos			ES	51	GR	18162	1966	Europe/Madrid
6357768	Pórtugos	portugos			ES	51	GR	18163	364	Europe/Madrid
6357769	Puebla de Don Fadrique	puebla-de-don-fadrique			ES	51	GR	18164	2393	Europe/Madrid
6357770	Pulianas	pulianas			ES	51	GR	18165	5226	Europe/Madrid
6357771	Purullena	purullena			ES	51	GR	18167	2403	Europe/Madrid
6357772	Quéntar	quentar			ES	51	GR	18168	1009	Europe/Madrid
6357773	Rubite	rubite			ES	51	GR	18170	500	Europe/Madrid
6357774	Salar	salar			ES	51	GR	18171	2758	Europe/Madrid
6357775	Salobreña	salobrena			ES	51	GR	18173	12622	Europe/Madrid
6357776	Santa Cruz del Comercio	santa-cruz-del-comercio			ES	51	GR	18174	584	Europe/Madrid
6357777	Santa Fe	santa-fe	Santa Fe,Santa-Fe,santa fy,sheng fei,Санта-Фе,Սանտա Ֆե,سانتا في,سانتا فے، غرناطہ,サンタ・フェ,圣费		ES	51	GR	18175	15322	Europe/Madrid
6357778	Soportújar	soportujar			ES	51	GR	18176	298	Europe/Madrid
6357779	Sorvilán	sorvilan			ES	51	GR	18177	577	Europe/Madrid
6357780	Torre-Cardela	torre-cardela			ES	51	GR	18178	920	Europe/Madrid
6357781	Torvizcón	torvizcon			ES	51	GR	18179	736	Europe/Madrid
6357782	Trevélez	trevelez			ES	51	GR	18180	795	Europe/Madrid
6357783	Turón	turon			ES	51	GR	18181	289	Europe/Madrid
6357784	Ugíjar	ugijar			ES	51	GR	18182	2643	Europe/Madrid
6357787	Ventas de Huelma	ventas-de-huelma			ES	51	GR	18185	704	Europe/Madrid
6357788	Villanueva de las Torres	villanueva-de-las-torres			ES	51	GR	18187	700	Europe/Madrid
6357789	Villanueva Mesía	villanueva-mesia			ES	51	GR	18188	2108	Europe/Madrid
6357790	Víznar	viznar			ES	51	GR	18189	937	Europe/Madrid
6357791	Zafarraya	zafarraya			ES	51	GR	18192	2113	Europe/Madrid
6357792	Zubia, La	zubia-la			ES	51	GR	18193	18375	Europe/Madrid
6357793	Zújar	zujar			ES	51	GR	18194	2989	Europe/Madrid
6357794	Taha, La	taha-la			ES	51	GR	18901	778	Europe/Madrid
6357795	El Valle	el-valle			ES	51	GR	18902	1142	Europe/Madrid
6357796	Alpujarra de la Sierra	alpujarra-de-la-sierra			ES	51	GR	18904	1132	Europe/Madrid
6357797	Las Gabias	las-gabias	Las Gabias		ES	51	GR	18905	18381	Europe/Madrid
6357798	Guajares, Los	guajares-los			ES	51	GR	18906	1170	Europe/Madrid
6357799	Valle del Zalabí	valle-del-zalabi			ES	51	GR	18907	2260	Europe/Madrid
6357800	Villamena	villamena			ES	51	GR	18908	1028	Europe/Madrid
6357801	Morelábor	morelabor			ES	51	GR	18909	742	Europe/Madrid
6357802	El Pinar	el-pinar			ES	51	GR	18910	1034	Europe/Madrid
6357803	Vegas del Genil	vegas-del-genil			ES	51	GR	18911	9701	Europe/Madrid
6357804	Cuevas del Campo	cuevas-del-campo			ES	51	GR	18912	2014	Europe/Madrid
6357805	Zagra	zagra			ES	51	GR	18913	937	Europe/Madrid
6357806	Abánades	abanades			ES	54	GU	19001	70	Europe/Madrid
6357807	Ablanque	ablanque			ES	54	GU	19002	100	Europe/Madrid
6357808	Adobes	adobes			ES	54	GU	19003	53	Europe/Madrid
6357809	Alaminos	alaminos			ES	54	GU	19004	70	Europe/Madrid
6357810	Alarilla	alarilla			ES	54	GU	19005	123	Europe/Madrid
6357811	Albalate de Zorita	albalate-de-zorita			ES	54	GU	19006	1089	Europe/Madrid
6357812	Albares	albares			ES	54	GU	19007	551	Europe/Madrid
6357813	Albendiego	albendiego			ES	54	GU	19008	42	Europe/Madrid
6357814	Alcocer	alcocer			ES	54	GU	19009	334	Europe/Madrid
6357815	Alcolea de las Peñas	alcolea-de-las-penas			ES	54	GU	19010	15	Europe/Madrid
6357816	Alcolea del Pinar	alcolea-del-pinar			ES	54	GU	19011	397	Europe/Madrid
6357817	Alcoroches	alcoroches			ES	54	GU	19013	162	Europe/Madrid
6357818	Aldeanueva de Guadalajara	aldeanueva-de-guadalajara			ES	54	GU	19015	104	Europe/Madrid
6357819	Algar de Mesa	algar-de-mesa			ES	54	GU	19016	68	Europe/Madrid
6357820	Algora	algora			ES	54	GU	19017	103	Europe/Madrid
6357821	Alhóndiga	alhondiga			ES	54	GU	19018	205	Europe/Madrid
6357822	Alique	alique			ES	54	GU	19019	23	Europe/Madrid
6357823	Almadrones	almadrones			ES	54	GU	19020	90	Europe/Madrid
6357824	Almoguera	almoguera			ES	54	GU	19021	1471	Europe/Madrid
6357825	Almonacid de Zorita	almonacid-de-zorita			ES	54	GU	19022	789	Europe/Madrid
6357826	Alocén	alocen			ES	54	GU	19023	173	Europe/Madrid
6357827	Alovera	alovera			ES	54	GU	19024	12150	Europe/Madrid
6357828	Alustante	alustante			ES	54	GU	19027	225	Europe/Madrid
6357829	Angón	angon			ES	54	GU	19031	17	Europe/Madrid
6357830	Anguita	anguita	Angita,an ji ta,anghyta,Ангита,Ангіта,Անգիտա,أنغيتا,安吉塔		ES	54	GU	19032	215	Europe/Madrid
6357831	Anquela del Ducado	anquela-del-ducado			ES	54	GU	19033	85	Europe/Madrid
6357832	Anquela del Pedregal	anquela-del-pedregal			ES	54	GU	19034	23	Europe/Madrid
6357833	Aranzueque	aranzueque			ES	54	GU	19036	463	Europe/Madrid
6357834	Arbancón	arbancon			ES	54	GU	19037	181	Europe/Madrid
6357835	Arbeteta	arbeteta			ES	54	GU	19038	46	Europe/Madrid
6357836	Argecilla	argecilla			ES	54	GU	19039	77	Europe/Madrid
6357837	Armallones	armallones			ES	54	GU	19040	69	Europe/Madrid
6357838	Armuña de Tajuña	armuna-de-tajuna			ES	54	GU	19041	252	Europe/Madrid
6357839	Arroyo de las Fraguas	arroyo-de-las-fraguas			ES	54	GU	19042	39	Europe/Madrid
6357840	Atanzón	atanzon			ES	54	GU	19043	102	Europe/Madrid
6357841	Atienza	atienza			ES	54	GU	19044	498	Europe/Madrid
6357842	Auñón	aunon			ES	54	GU	19045	206	Europe/Madrid
6357843	Azuqueca de Henares	azuqueca-de-henares			ES	54	GU	19046	35146	Europe/Madrid
6357844	Baides	baides			ES	54	GU	19047	91	Europe/Madrid
6357845	Baños de Tajo	banos-de-tajo			ES	54	GU	19048	19	Europe/Madrid
6357846	Bañuelos	banuelos			ES	54	GU	19049	23	Europe/Madrid
6357847	Barriopedro	barriopedro			ES	54	GU	19050	23	Europe/Madrid
6357848	Berninches	berninches			ES	54	GU	19051	76	Europe/Madrid
6357849	Bodera, La	bodera-la			ES	54	GU	19052	35	Europe/Madrid
6357850	Brihuega	brihuega			ES	54	GU	19053	2798	Europe/Madrid
6357851	Budia	budia			ES	54	GU	19054	220	Europe/Madrid
6357852	Bujalaro	bujalaro			ES	54	GU	19055	64	Europe/Madrid
6357853	Bustares	bustares			ES	54	GU	19057	81	Europe/Madrid
6357854	Cabanillas del Campo	cabanillas-del-campo			ES	54	GU	19058	9709	Europe/Madrid
6357855	Campillo de Dueñas	campillo-de-duenas			ES	54	GU	19059	91	Europe/Madrid
6357856	Campillo de Ranas	campillo-de-ranas			ES	54	GU	19060	189	Europe/Madrid
6357857	Campisábalos	campisabalos			ES	54	GU	19061	79	Europe/Madrid
6357858	Canredondo	canredondo			ES	54	GU	19064	107	Europe/Madrid
6357859	Cantalojas	cantalojas			ES	54	GU	19065	159	Europe/Madrid
6357860	Cañizar	canizar			ES	54	GU	19066	79	Europe/Madrid
6357861	Cardoso de la Sierra, El	cardoso-de-la-sierra-el			ES	54	GU	19067	69	Europe/Madrid
6357862	Casa de Uceda	casa-de-uceda			ES	54	GU	19070	128	Europe/Madrid
6357863	Casar, El	casar-el			ES	54	GU	19071	11622	Europe/Madrid
6357864	Casas de San Galindo	casas-de-san-galindo			ES	54	GU	19073	27	Europe/Madrid
6357865	Caspueñas	caspuenas			ES	54	GU	19074	114	Europe/Madrid
6357866	Castejón de Henares	castejon-de-henares			ES	54	GU	19075	88	Europe/Madrid
6357867	Castellar de la Muela	castellar-de-la-muela			ES	54	GU	19076	37	Europe/Madrid
6357868	Castilforte	castilforte			ES	54	GU	19078	64	Europe/Madrid
6357869	Castilnuevo	castilnuevo			ES	54	GU	19079	8	Europe/Madrid
6357870	Cendejas de Enmedio	cendejas-de-enmedio			ES	54	GU	19080	98	Europe/Madrid
6357871	Cendejas de la Torre	cendejas-de-la-torre			ES	54	GU	19081	38	Europe/Madrid
6357872	Centenera	centenera			ES	54	GU	19082	110	Europe/Madrid
6357873	Cifuentes	cifuentes			ES	54	GU	19086	2108	Europe/Madrid
6357874	Cincovillas	cincovillas			ES	54	GU	19087	25	Europe/Madrid
6357875	Ciruelas	ciruelas			ES	54	GU	19088	128	Europe/Madrid
6357876	Ciruelos del Pinar	ciruelos-del-pinar			ES	54	GU	19089	36	Europe/Madrid
6357877	Cobeta	cobeta			ES	54	GU	19090	123	Europe/Madrid
6357878	Cogollor	cogollor			ES	54	GU	19091	32	Europe/Madrid
6357879	Cogolludo	cogolludo			ES	54	GU	19092	656	Europe/Madrid
6357880	Condemios de Abajo	condemios-de-abajo			ES	54	GU	19095	25	Europe/Madrid
6357881	Condemios de Arriba	condemios-de-arriba			ES	54	GU	19096	146	Europe/Madrid
6357882	Congostrina	congostrina			ES	54	GU	19097	37	Europe/Madrid
6357883	Copernal	copernal			ES	54	GU	19098	37	Europe/Madrid
6357884	Corduente	corduente			ES	54	GU	19099	397	Europe/Madrid
6357885	Cubillo de Uceda, El	cubillo-de-uceda-el			ES	54	GU	19102	171	Europe/Madrid
6357886	Checa	checa			ES	54	GU	19103	336	Europe/Madrid
6357887	Chequilla	chequilla			ES	54	GU	19104	15	Europe/Madrid
6357888	Chiloeches	chiloeches			ES	54	GU	19105	3179	Europe/Madrid
6357889	Chillarón del Rey	chillaron-del-rey			ES	54	GU	19106	118	Europe/Madrid
6357890	Driebes	driebes			ES	54	GU	19107	433	Europe/Madrid
6357891	Durón	duron			ES	54	GU	19108	117	Europe/Madrid
6357892	Embid	embid			ES	54	GU	19109	53	Europe/Madrid
6357893	Escamilla	escamilla			ES	54	GU	19110	80	Europe/Madrid
6357894	Escariche	escariche			ES	54	GU	19111	203	Europe/Madrid
6357895	Escopete	escopete			ES	54	GU	19112	75	Europe/Madrid
6357896	Espinosa de Henares	espinosa-de-henares			ES	54	GU	19113	800	Europe/Madrid
6357897	Esplegares	esplegares			ES	54	GU	19114	44	Europe/Madrid
6357898	Establés	estables			ES	54	GU	19115	45	Europe/Madrid
6357899	Estriégana	estriegana			ES	54	GU	19116	22	Europe/Madrid
6357900	Fontanar	fontanar			ES	54	GU	19117	2342	Europe/Madrid
6357901	Fuembellida	fuembellida			ES	54	GU	19118	14	Europe/Madrid
6357902	Fuencemillán	fuencemillan			ES	54	GU	19119	136	Europe/Madrid
6357903	Fuentelahiguera de Albatages	fuentelahiguera-de-albatages			ES	54	GU	19120	129	Europe/Madrid
6357904	Fuentelencina	fuentelencina			ES	54	GU	19121	326	Europe/Madrid
6357905	Fuentelsaz	fuentelsaz			ES	54	GU	19122	109	Europe/Madrid
6357906	Fuentelviejo	fuentelviejo			ES	54	GU	19123	48	Europe/Madrid
6357907	Fuentenovilla	fuentenovilla			ES	54	GU	19124	634	Europe/Madrid
6357908	Gajanejos	gajanejos			ES	54	GU	19125	53	Europe/Madrid
6357909	Galápagos	galapagos			ES	54	GU	19126	2246	Europe/Madrid
6357910	Galve de Sorbe	galve-de-sorbe			ES	54	GU	19127	121	Europe/Madrid
6357911	Gascueña de Bornova	gascuena-de-bornova			ES	54	GU	19129	62	Europe/Madrid
6357912	Guadalajara	guadalajara	Gorad Gvadalakhara,Guadalachara,Guadalajara i Spania,Guadalakhara,Guadalaxara,Gvadalachara,Gvadalaharo,Gvadalakhara,Qvadalaxara,ghwadalakhara,gua da la ha la,guadarahara,gwadalakhara,gwadallahala,gwwdlhrh,kwa da la ha ra,Гвадалахара,Горад Гвадалахара,Гуадалахара,Ґвадалахара,Գուադալախարա,גוודלחרה,غوادالاخارا,گوادالاخارا,گوادالاخارا، قشتالہ-لا مانچا,กวาดาลาฮารา,グアダラハラ,瓜达拉哈拉,과달라하라		ES	54	GU	19130	84803	Europe/Madrid
6357913	Henche	henche			ES	54	GU	19132	104	Europe/Madrid
6357914	Heras de Ayuso	heras-de-ayuso			ES	54	GU	19133	260	Europe/Madrid
6357915	Herrería	herreria			ES	54	GU	19134	23	Europe/Madrid
6357916	Hiendelaencina	hiendelaencina			ES	54	GU	19135	154	Europe/Madrid
6357917	Hijes	hijes			ES	54	GU	19136	29	Europe/Madrid
6357918	Hita	hita			ES	54	GU	19138	403	Europe/Madrid
6357919	Hombrados	hombrados			ES	54	GU	19139	37	Europe/Madrid
6357920	Hontoba	hontoba			ES	54	GU	19142	315	Europe/Madrid
6357921	Horche	horche			ES	54	GU	19143	2510	Europe/Madrid
6357922	Hortezuela de Océn	hortezuela-de-ocen			ES	54	GU	19145	67	Europe/Madrid
6357923	Huerce, La	huerce-la			ES	54	GU	19146	59	Europe/Madrid
6357924	Huérmeces del Cerro	huermeces-del-cerro			ES	54	GU	19147	54	Europe/Madrid
6357925	Huertahernando	huertahernando			ES	54	GU	19148	62	Europe/Madrid
6357926	Hueva	hueva			ES	54	GU	19150	140	Europe/Madrid
6357927	Humanes	humanes			ES	54	GU	19151	1616	Europe/Madrid
6357928	Illana	illana			ES	54	GU	19152	893	Europe/Madrid
6357929	Iniéstola	iniestola			ES	54	GU	19153	20	Europe/Madrid
6357930	Inviernas, Las	inviernas-las			ES	54	GU	19154	80	Europe/Madrid
6357931	Irueste	irueste			ES	54	GU	19155	63	Europe/Madrid
6357932	Jadraque	jadraque			ES	54	GU	19156	1662	Europe/Madrid
6357933	Jirueque	jirueque			ES	54	GU	19157	72	Europe/Madrid
6357934	Ledanca	ledanca			ES	54	GU	19159	112	Europe/Madrid
6357935	Loranca de Tajuña	loranca-de-tajuna			ES	54	GU	19160	1388	Europe/Madrid
6357936	Lupiana	lupiana			ES	54	GU	19161	275	Europe/Madrid
6357937	Luzaga	luzaga			ES	54	GU	19162	91	Europe/Madrid
6357938	Luzón	luzon			ES	54	GU	19163	79	Europe/Madrid
6357939	Majaelrayo	majaelrayo			ES	54	GU	19165	60	Europe/Madrid
6357940	Málaga del Fresno	malaga-del-fresno			ES	54	GU	19166	204	Europe/Madrid
6357941	Malaguilla	malaguilla			ES	54	GU	19167	145	Europe/Madrid
6357942	Mandayona	mandayona			ES	54	GU	19168	354	Europe/Madrid
6357943	Mantiel	mantiel			ES	54	GU	19169	58	Europe/Madrid
6357944	Maranchón	maranchon			ES	54	GU	19170	254	Europe/Madrid
6357945	Masegoso de Tajuña	masegoso-de-tajuna			ES	54	GU	19172	84	Europe/Madrid
6357946	Matarrubia	matarrubia			ES	54	GU	19173	59	Europe/Madrid
6357947	Matillas	matillas			ES	54	GU	19174	158	Europe/Madrid
6357948	Mazarete	mazarete			ES	54	GU	19175	54	Europe/Madrid
6357949	Mazuecos	mazuecos			ES	54	GU	19176	328	Europe/Madrid
6357950	Medranda	medranda			ES	54	GU	19177	98	Europe/Madrid
6357951	Megina	megina			ES	54	GU	19178	48	Europe/Madrid
6357952	Membrillera	membrillera			ES	54	GU	19179	119	Europe/Madrid
6357953	Miedes de Atienza	miedes-de-atienza			ES	54	GU	19181	73	Europe/Madrid
6357954	Mierla, La	mierla-la			ES	54	GU	19182	37	Europe/Madrid
6357955	Milmarcos	milmarcos			ES	54	GU	19183	104	Europe/Madrid
6357956	Millana	millana			ES	54	GU	19184	152	Europe/Madrid
6357957	La Miñosa	la-minosa			ES	54	GU	19185	41	Europe/Madrid
6357958	Mirabueno	mirabueno			ES	54	GU	19186	96	Europe/Madrid
6357959	Miralrío	miralrio			ES	54	GU	19187	91	Europe/Madrid
6357960	Mochales	mochales			ES	54	GU	19188	64	Europe/Madrid
6357961	Mohernando	mohernando			ES	54	GU	19189	200	Europe/Madrid
6357962	Molina de Aragón	molina-de-aragon			ES	54	GU	19190	3706	Europe/Madrid
6357963	Monasterio	monasterio			ES	54	GU	19191	19	Europe/Madrid
6357964	Mondéjar	mondejar			ES	54	GU	19192	2750	Europe/Madrid
6357965	Montarrón	montarron			ES	54	GU	19193	31	Europe/Madrid
6357966	Moratilla de los Meleros	moratilla-de-los-meleros			ES	54	GU	19194	137	Europe/Madrid
6357967	Morenilla	morenilla			ES	54	GU	19195	49	Europe/Madrid
6357968	Muduex	muduex			ES	54	GU	19196	114	Europe/Madrid
6357969	Navas de Jadraque, Las	navas-de-jadraque-las			ES	54	GU	19197	32	Europe/Madrid
6357970	Negredo	negredo			ES	54	GU	19198	26	Europe/Madrid
6357971	Ocentejo	ocentejo			ES	54	GU	19199	25	Europe/Madrid
6357972	Olivar, El	olivar-el			ES	54	GU	19200	129	Europe/Madrid
6357973	Olmeda de Cobeta	olmeda-de-cobeta			ES	54	GU	19201	82	Europe/Madrid
6357974	Olmeda de Jadraque, La	olmeda-de-jadraque-la			ES	54	GU	19202	14	Europe/Madrid
6357975	Ordial, El	ordial-el			ES	54	GU	19203	34	Europe/Madrid
6357976	Orea	orea			ES	54	GU	19204	245	Europe/Madrid
6357977	Pálmaces de Jadraque	palmaces-de-jadraque			ES	54	GU	19208	63	Europe/Madrid
6357978	Pardos	pardos			ES	54	GU	19209	55	Europe/Madrid
6357979	Paredes de Sigüenza	paredes-de-sigueenza			ES	54	GU	19210	33	Europe/Madrid
6357980	Pareja	pareja			ES	54	GU	19211	523	Europe/Madrid
6357981	Pastrana	pastrana	Pastrana,pa si te la na,Пастрана,Պաստրանա,帕斯特拉纳		ES	54	GU	19212	1070	Europe/Madrid
6357982	Pedregal, El	pedregal-el			ES	54	GU	19213	84	Europe/Madrid
6357983	Peñalén	penalen			ES	54	GU	19214	98	Europe/Madrid
6357984	Peñalver	penalver			ES	54	GU	19215	225	Europe/Madrid
6357985	Peralejos de las Truchas	peralejos-de-las-truchas			ES	54	GU	19216	151	Europe/Madrid
6357986	Peralveche	peralveche			ES	54	GU	19217	81	Europe/Madrid
6357987	Pinilla de Jadraque	pinilla-de-jadraque			ES	54	GU	19218	63	Europe/Madrid
6357988	Pinilla de Molina	pinilla-de-molina			ES	54	GU	19219	22	Europe/Madrid
6357989	Pioz	pioz			ES	54	GU	19220	3563	Europe/Madrid
6357990	Piqueras	piqueras			ES	54	GU	19221	57	Europe/Madrid
6357991	Pobo de Dueñas, El	pobo-de-duenas-el			ES	54	GU	19222	144	Europe/Madrid
6357992	Poveda de la Sierra	poveda-de-la-sierra			ES	54	GU	19223	138	Europe/Madrid
6357993	Pozo de Almoguera	pozo-de-almoguera			ES	54	GU	19224	118	Europe/Madrid
6357994	Pozo de Guadalajara	pozo-de-guadalajara			ES	54	GU	19225	1329	Europe/Madrid
6357995	Prádena de Atienza	pradena-de-atienza			ES	54	GU	19226	49	Europe/Madrid
6357996	Prados Redondos	prados-redondos			ES	54	GU	19227	95	Europe/Madrid
6357997	Puebla de Beleña	puebla-de-belena			ES	54	GU	19228	57	Europe/Madrid
6357998	Puebla de Valles	puebla-de-valles			ES	54	GU	19229	83	Europe/Madrid
6357999	Quer	quer			ES	54	GU	19230	676	Europe/Madrid
6358000	Rebollosa de Jadraque	rebollosa-de-jadraque			ES	54	GU	19231	15	Europe/Madrid
6358001	Recuenco, El	recuenco-el			ES	54	GU	19232	86	Europe/Madrid
6358002	Renera	renera			ES	54	GU	19233	122	Europe/Madrid
6358003	Retiendas	retiendas			ES	54	GU	19234	56	Europe/Madrid
6358004	Riba de Saelices	riba-de-saelices			ES	54	GU	19235	123	Europe/Madrid
6358005	Rillo de Gallo	rillo-de-gallo			ES	54	GU	19237	61	Europe/Madrid
6358006	Riofrío del Llano	riofrio-del-llano			ES	54	GU	19238	45	Europe/Madrid
6358007	Robledillo de Mohernando	robledillo-de-mohernando			ES	54	GU	19239	136	Europe/Madrid
6358008	Robledo de Corpes	robledo-de-corpes			ES	54	GU	19240	71	Europe/Madrid
6358009	Romanillos de Atienza	romanillos-de-atienza			ES	54	GU	19241	50	Europe/Madrid
6358010	Romanones	romanones			ES	54	GU	19242	130	Europe/Madrid
6358011	Rueda de la Sierra	rueda-de-la-sierra			ES	54	GU	19243	59	Europe/Madrid
6358012	Sacecorbo	sacecorbo			ES	54	GU	19244	109	Europe/Madrid
6358013	Sacedón	sacedon			ES	54	GU	19245	1851	Europe/Madrid
6358014	Saelices de la Sal	saelices-de-la-sal			ES	54	GU	19246	53	Europe/Madrid
6358015	Salmerón	salmeron			ES	54	GU	19247	188	Europe/Madrid
6358016	San Andrés del Congosto	san-andres-del-congosto			ES	54	GU	19248	94	Europe/Madrid
6358017	San Andrés del Rey	san-andres-del-rey			ES	54	GU	19249	37	Europe/Madrid
6358018	Santiuste	santiuste			ES	54	GU	19250	23	Europe/Madrid
6358019	Saúca	sauca			ES	54	GU	19251	53	Europe/Madrid
6358020	Sayatón	sayaton			ES	54	GU	19252	117	Europe/Madrid
6358021	Selas	selas			ES	54	GU	19254	64	Europe/Madrid
6358022	Setiles	setiles			ES	54	GU	19255	98	Europe/Madrid
6358023	Sienes	sienes			ES	54	GU	19256	62	Europe/Madrid
6358024	Sigüenza	sigueenza			ES	54	GU	19257	4842	Europe/Madrid
6358102	Antzuola	antzuola			ES	59	SS	20011	2177	Europe/Madrid
6358025	Solanillos del Extremo	solanillos-del-extremo			ES	54	GU	19258	109	Europe/Madrid
6358026	Somolinos	somolinos			ES	54	GU	19259	35	Europe/Madrid
6358027	Sotillo, El	sotillo-el			ES	54	GU	19260	50	Europe/Madrid
6358028	Sotodosos	sotodosos			ES	54	GU	19261	47	Europe/Madrid
6358029	Tamajón	tamajon			ES	54	GU	19262	175	Europe/Madrid
6358030	Taragudo	taragudo			ES	54	GU	19263	43	Europe/Madrid
6358031	Taravilla	taravilla			ES	54	GU	19264	45	Europe/Madrid
6358032	Tartanedo	tartanedo			ES	54	GU	19265	172	Europe/Madrid
6358033	Tendilla	tendilla			ES	54	GU	19266	400	Europe/Madrid
6358034	Terzaga	terzaga			ES	54	GU	19267	20	Europe/Madrid
6358035	Tierzo	tierzo			ES	54	GU	19268	40	Europe/Madrid
6358036	Toba, La	toba-la			ES	54	GU	19269	109	Europe/Madrid
6358037	Tordelrábano	tordelrabano			ES	54	GU	19270	16	Europe/Madrid
6358038	Tordellego	tordellego			ES	54	GU	19271	62	Europe/Madrid
6358039	Tordesilos	tordesilos			ES	54	GU	19272	118	Europe/Madrid
6358040	Torija	torija			ES	54	GU	19274	1660	Europe/Madrid
6358041	Torrecuadrada de Molina	torrecuadrada-de-molina			ES	54	GU	19277	24	Europe/Madrid
6358042	Torrecuadradilla	torrecuadradilla			ES	54	GU	19278	33	Europe/Madrid
6358043	Torre del Burgo	torre-del-burgo			ES	54	GU	19279	239	Europe/Madrid
6358044	Torrejón del Rey	torrejon-del-rey			ES	54	GU	19280	5141	Europe/Madrid
6358045	Torremocha de Jadraque	torremocha-de-jadraque			ES	54	GU	19281	31	Europe/Madrid
6358046	Torremocha del Campo	torremocha-del-campo			ES	54	GU	19282	240	Europe/Madrid
6358047	Torremocha del Pinar	torremocha-del-pinar			ES	54	GU	19283	48	Europe/Madrid
6358048	Torremochuela	torremochuela			ES	54	GU	19284	12	Europe/Madrid
6358049	Torrubia	torrubia			ES	54	GU	19285	24	Europe/Madrid
6358050	Tórtola de Henares	tortola-de-henares			ES	54	GU	19286	941	Europe/Madrid
6358051	Tortuera	tortuera			ES	54	GU	19287	226	Europe/Madrid
6358052	Tortuero	tortuero			ES	54	GU	19288	18	Europe/Madrid
6358053	Traíd	traid			ES	54	GU	19289	33	Europe/Madrid
6358054	Trijueque	trijueque			ES	54	GU	19290	1387	Europe/Madrid
6358055	Trillo	trillo			ES	54	GU	19291	1520	Europe/Madrid
6358056	Uceda	uceda			ES	54	GU	19293	2642	Europe/Madrid
6358057	Ujados	ujados			ES	54	GU	19294	31	Europe/Madrid
6358058	Utande	utande			ES	54	GU	19296	42	Europe/Madrid
6358059	Valdarachas	valdarachas			ES	54	GU	19297	37	Europe/Madrid
6358060	Valdearenas	valdearenas			ES	54	GU	19298	95	Europe/Madrid
6358061	Valdeavellano	valdeavellano			ES	54	GU	19299	95	Europe/Madrid
6358062	Valdeaveruelo	valdeaveruelo			ES	54	GU	19300	1090	Europe/Madrid
6358063	Valdeconcha	valdeconcha			ES	54	GU	19301	43	Europe/Madrid
6358064	Valdegrudas	valdegrudas			ES	54	GU	19302	67	Europe/Madrid
6358065	Valdelcubo	valdelcubo			ES	54	GU	19303	74	Europe/Madrid
6358066	Valdenuño Fernández	valdenuno-fernandez			ES	54	GU	19304	282	Europe/Madrid
6358067	Valdepeñas de la Sierra	valdepenas-de-la-sierra			ES	54	GU	19305	193	Europe/Madrid
6358068	Valderrebollo	valderrebollo			ES	54	GU	19306	40	Europe/Madrid
6358069	Valdesotos	valdesotos			ES	54	GU	19307	25	Europe/Madrid
6358070	Valfermoso de Tajuña	valfermoso-de-tajuna			ES	54	GU	19308	64	Europe/Madrid
6358071	Valhermoso	valhermoso			ES	54	GU	19309	39	Europe/Madrid
6358072	Valtablado del Río	valtablado-del-rio			ES	54	GU	19310	12	Europe/Madrid
6358073	Valverde de los Arroyos	valverde-de-los-arroyos			ES	54	GU	19311	90	Europe/Madrid
6358074	Viana de Jadraque	viana-de-jadraque			ES	54	GU	19314	53	Europe/Madrid
6358075	Villanueva de Alcorón	villanueva-de-alcoron			ES	54	GU	19317	188	Europe/Madrid
6358076	Villanueva de Argecilla	villanueva-de-argecilla			ES	54	GU	19318	43	Europe/Madrid
6358077	Villanueva de la Torre	villanueva-de-la-torre			ES	54	GU	19319	6438	Europe/Madrid
6358078	Villares de Jadraque	villares-de-jadraque			ES	54	GU	19321	65	Europe/Madrid
6358079	Villaseca de Henares	villaseca-de-henares			ES	54	GU	19322	34	Europe/Madrid
6358080	Villaseca de Uceda	villaseca-de-uceda			ES	54	GU	19323	55	Europe/Madrid
6358081	Villel de Mesa	villel-de-mesa			ES	54	GU	19324	217	Europe/Madrid
6358082	Viñuelas	vinuelas			ES	54	GU	19325	130	Europe/Madrid
6358083	Yebes	yebes			ES	54	GU	19326	2177	Europe/Madrid
6358084	Yebra	yebra			ES	54	GU	19327	632	Europe/Madrid
6358085	Yélamos de Abajo	yelamos-de-abajo			ES	54	GU	19329	70	Europe/Madrid
6358086	Yélamos de Arriba	yelamos-de-arriba			ES	54	GU	19330	110	Europe/Madrid
6358087	Yunquera de Henares	yunquera-de-henares			ES	54	GU	19331	3728	Europe/Madrid
6358088	Yunta, La	yunta-la			ES	54	GU	19332	115	Europe/Madrid
6358089	Zaorejas	zaorejas			ES	54	GU	19333	158	Europe/Madrid
6358090	Zarzuela de Jadraque	zarzuela-de-jadraque			ES	54	GU	19334	40	Europe/Madrid
6358091	Zorita de los Canes	zorita-de-los-canes			ES	54	GU	19335	98	Europe/Madrid
6358092	Semillas	semillas			ES	54	GU	19901	39	Europe/Madrid
6358093	Abaltzisketa	abaltzisketa	Abal'cisketa,Abal'sisketa,Abalcisqueta,a wa er te xi si ke ta,abalthyskyta,abaltzyskta,Абальсискета,Абальцискета,آبالتزیسکتا,أبالثيسكيتا,阿瓦尔特西斯克塔		ES	59	SS	20001	324	Europe/Madrid
6358094	Aduna	aduna			ES	59	SS	20002	452	Europe/Madrid
6358095	Aizarnazabal	aizarnazabal			ES	59	SS	20003	766	Europe/Madrid
6358096	Albiztur	albiztur			ES	59	SS	20004	316	Europe/Madrid
6358097	Alegia	alegia	Alegia,Alegria de Oria		ES	59	SS	20005	1771	Europe/Madrid
6358098	Alkiza	alkiza			ES	59	SS	20006	371	Europe/Madrid
6358099	Amezketa	amezketa	Amesketa,Amezqueta,Amézqueta,a mei si ke ta,amythkyta,amzkta,Амескета,أميثكيتا,امزکتا,阿梅斯克塔		ES	59	SS	20008	976	Europe/Madrid
6358100	Andoain	andoain			ES	59	SS	20009	14646	Europe/Madrid
6358101	Anoeta	anoeta			ES	59	SS	20010	1830	Europe/Madrid
6358103	Arama	arama			ES	59	SS	20012	200	Europe/Madrid
6358104	Aretxabaleta	aretxabaleta			ES	59	SS	20013	6850	Europe/Madrid
6358105	Asteasu	asteasu			ES	59	SS	20014	1512	Europe/Madrid
6358106	Ataun	ataun			ES	59	SS	20015	1680	Europe/Madrid
6358107	Aia	aia	Aja,Ajja,Aya,ai a,aia,aya,Айя,Ая,أيا,ایا,艾阿,아이아		ES	59	SS	20016	2026	Europe/Madrid
6358108	Azkoitia	azkoitia	Askojtija,Azcoitia,a si ke yi di ya,asukoitia,athkwytya,Аскойтия,Аскойтія,أثكويتيا,アスコイティア,阿斯科伊蒂亚		ES	59	SS	20017	11492	Europe/Madrid
6358109	Azpeitia	azpeitia			ES	59	SS	20018	14506	Europe/Madrid
6358110	Beasain	beasain			ES	59	SS	20019	13850	Europe/Madrid
6358111	Beizama	beizama			ES	59	SS	20020	175	Europe/Madrid
6358112	Belauntza	belauntza			ES	59	SS	20021	281	Europe/Madrid
6358113	Berastegi	berastegi			ES	59	SS	20022	1062	Europe/Madrid
6358114	Berrobi	berrobi			ES	59	SS	20023	568	Europe/Madrid
6358115	Zegama	zegama	Cegama,Segama,sai jia ma,thyghama,Сегама,ثيغاما,塞加马		ES	59	SS	20025	1553	Europe/Madrid
6358116	Zerain	zerain			ES	59	SS	20026	265	Europe/Madrid
6358117	Zestoa	zestoa	Cestona		ES	59	SS	20027	3661	Europe/Madrid
6358118	Zizurkil	zizurkil	Cizurquil,Cizúrquil,Sisurkil',thythwrkyl,xi su er ji er,Сисуркиль,Сісуркіль,ثيثوركيل,西苏尔基尔		ES	59	SS	20028	2910	Europe/Madrid
6358119	Deba	deba	Deba,Deva,de wa,deba,dyfa,Деба,Дева,Դևա,ديفا,デバ,德瓦		ES	59	SS	20029	5439	Europe/Madrid
6358120	Eibar	eibar	Ehjbar,Eibar,Ejbar,Eybar,ai wa er,aybar,eibaleu,eibaru,Éibar,Ейбар,Эйбар,Էյբար,إيبار,ایبار,エイバル,埃瓦尔,에이바르		ES	59	SS	20030	27507	Europe/Madrid
6358121	Elduain	elduain			ES	59	SS	20031	231	Europe/Madrid
6358122	Elgoibar	elgoibar	Ehl'gojbar,El'gojbar,Elgoibar,Elgóibar,ai er ge yi wa er,alghwybar,erugoibaru,Ельгойбар,Эльгойбар,إلغويبار,エルゴイバル,埃尔戈伊瓦尔		ES	59	SS	20032	11438	Europe/Madrid
6358123	Elgeta	elgeta	Ehl'geta,El'geta,Elgueta,ai er he ta,alghyta,Ельгета,Эльгета,إلغيتا,埃尔赫塔		ES	59	SS	20033	1120	Europe/Madrid
6358124	Eskoriatza	eskoriatza			ES	59	SS	20034	4054	Europe/Madrid
6358125	Hondarribia	hondarribia	Fontarabia,Fontarrabia,Fontarrabie,Fuehnterrabija,Fuenterabia,Fuenterrabia,Fuenterrabía,Hondarribia,Hont Arrabia,Hont Arràbia,Ondarribija,fu en te la bi ya,fwyntyrabya,hwndrybyh,ondalibia,ondaribia,Ондаррібія,Фуэнтеррабия,Ֆուենտեռաբիա,הונדריביה,فوينتيرابيا,オンダリビア,富恩特拉比亚,온다리비아		ES	59	SS	20036	16518	Europe/Madrid
6358126	Gaintza	gaintza			ES	59	SS	20037	121	Europe/Madrid
6358127	Gabiria	gabiria			ES	59	SS	20038	488	Europe/Madrid
6358128	Getaria	getaria			ES	59	SS	20039	2679	Europe/Madrid
6358129	Hernani	hernani	Ehrnani,Ernani,Hernani,ai er na ni,arnany,erunani,Ернани,Ернані,Эрнани,Հերնանի,إرناني,エルナニ,埃尔纳尼		ES	59	SS	20040	19284	Europe/Madrid
6358130	Hernialde	hernialde			ES	59	SS	20041	361	Europe/Madrid
6358131	Ibarra	ibarra			ES	59	SS	20042	4269	Europe/Madrid
6358132	Idiazabal	idiazabal			ES	59	SS	20043	2291	Europe/Madrid
6358133	Ikaztegieta	ikaztegieta	Icazteguieta,Ikasteg'eta,Ikastegieta,akathtyghyta,yi ka si te xi ye ta,Ікастегієта,Икастегьета,Իկաստեգիետա,إكاثتيغيتا,伊卡斯特希耶塔		ES	59	SS	20044	469	Europe/Madrid
6358134	Irun	irun	Irun,Irunas,Iruno,Irún,Irūnas,Oeasso,arwn,ilun,irun,yi lun,Ірун,Ирун,Իրուն,إرون,ارون,イルン,伊倫,이룬		ES	59	SS	20045	61102	Europe/Madrid
6358135	Irura	irura			ES	59	SS	20046	1640	Europe/Madrid
6358136	Itsasondo	itsasondo			ES	59	SS	20047	677	Europe/Madrid
6358137	Larraul	larraul			ES	59	SS	20048	247	Europe/Madrid
6358138	Lazkao	lazkao			ES	59	SS	20049	5435	Europe/Madrid
6358139	Leaburu	leaburu			ES	59	SS	20050	384	Europe/Madrid
6358140	Legazpi	legazpi	Legaspi,Legaspija,Legazpia,lai jia si pi,lyghathbya,Легаспия,Легаспі,ليغاثبيا,莱加斯皮		ES	59	SS	20051	8639	Europe/Madrid
6358141	Legorreta	legorreta			ES	59	SS	20052	1483	Europe/Madrid
6358142	Lezo	lezo			ES	59	SS	20053	6027	Europe/Madrid
6358143	Lizartza	lizartza			ES	59	SS	20054	649	Europe/Madrid
6358144	Arrasate / Mondragón	arrasate-mondragon	Arrasate,Mondragon,Mondragón		ES	59	SS	20055	22027	Europe/Madrid
6358145	Mutriku	mutriku	Motrico,Motriko,Mutriku,mu te li ku,mutoriku,mwtrykw,Мотрико,Мутріку,Մոտրիկո,موتريكو,ムトリク,穆特里库		ES	59	SS	20056	5101	Europe/Madrid
6358146	Mutiloa	mutiloa			ES	59	SS	20057	253	Europe/Madrid
6358147	Olaberria	olaberria			ES	59	SS	20058	941	Europe/Madrid
6358148	Oñati	onati	Ognate,On'jate,On'jati,Onate,Onnate,Oñate,ao ni ya di,awnyaty,onyati,Оньяте,Оньяті,أونياتي,オニャティ,奥尼亚蒂,오냐티		ES	59	SS	20059	11151	Europe/Madrid
6358149	Orexa	orexa	Oreja,Orekha,Oresha,Orexa,ao lei ke sa,awrykha,Ореха,Ореша,Օրեխա,أوريخا,奥雷克萨		ES	59	SS	20060	123	Europe/Madrid
6358150	Orio	orio			ES	59	SS	20061	5382	Europe/Madrid
6358151	Ormaiztegi	ormaiztegi	Ormaistegi,Ormaiztegui,Ormajstegi,Ormáiztegui,ao er mai si te xi,awrmaythtyghy,Ормайстеги,Ормайстегі,Օրմաիստեգի,أورمايثتيغي,奥尔迈斯特希		ES	59	SS	20062	1303	Europe/Madrid
6358152	Oiartzun	oiartzun	Ojarcun,Ojarsun,Oyarzun,ao ya er te sun,awyarthwn,oiarutsun,Оярсун,Оярцун,أويارثون,オイアルツン,奥亚尔特孙		ES	59	SS	20063	10018	Europe/Madrid
6358153	Soraluze / Placencia de las Armas	soraluze-placencia-de-las-armas	Placencia de las Armas,Soraluze		ES	59	SS	20065	3981	Europe/Madrid
6358154	Errezil	errezil	Erresil',Regil,Rekhil',Régil,ai lei xi er,rykhyl,Ерресіль,Рехиль,ريخيل,埃雷西尔		ES	59	SS	20066	617	Europe/Madrid
6358155	Errenteria	errenteria	Errenterija,La Renteria,La Rentería,Renteria,Renterija,Rentería,ai lun te li ya,elentelia,erenteria,ryntyrya,Еррентерія,Рентерия,Ռենտերիա,رينتيريا,エレンテリア,埃伦特里亚,에렌테리아		ES	59	SS	20067	39324	Europe/Madrid
6358156	Leintz-Gatzaga	leintz-gatzaga			ES	59	SS	20068	256	Europe/Madrid
6358292	Baldellou	baldellou			ES	52	HU	22045	113	Europe/Madrid
6358157	Donostia / San Sebastián	donostia-san-sebastian	Donostia,Donostia / San Sebastian,Donostia / San Sebastián,Saint-Sebastien,Saint-Sébastien,San Sebastian,San Sebastián		ES	59	SS	20069	186409	Europe/Madrid
6358158	Segura	segura	Segura,sai gu la,syghwra,Сегура,سيغورا,塞古拉		ES	59	SS	20070	1477	Europe/Madrid
6358159	Tolosa	tolosa	Tolosa,tollosa,torosa,tuo luo sa,twlwsa,Толоса,Տոլոսա,تولوسا,トロサ,托洛萨,톨로사		ES	59	SS	20071	18574	Europe/Madrid
6358160	Urnieta	urnieta			ES	59	SS	20072	6218	Europe/Madrid
6358161	Usurbil	usurbil	Usurbil,Usurbil',Usúrbil,awswrbyl,wu su er wei er,Усурбиль,Усурбіль,أوسوربيل,乌苏尔维尔		ES	59	SS	20073	6090	Europe/Madrid
6358162	Bergara	bergara			ES	59	SS	20074	14708	Europe/Madrid
6358163	Villabona	villabona	Vigiampona,Vil'jabona,Villabona-Amasa,bi li ya wo na,fyabwna,Βιγιαμπόνα,Вильябона,Вільябона,فيابونا,比利亚沃纳		ES	59	SS	20075	5872	Europe/Madrid
6358164	Ordizia	ordizia			ES	59	SS	20076	9817	Europe/Madrid
6358165	Urretxu	urretxu	Urrechu,Vil'jarreal'-de-Urrechua,Villarreal de Urrechua,fyaryal dy awrytshwa,wu lei te ke su,Вильярреаль-де-Урречуа,Урречу,فياريال دي أوريتشوا,乌雷特克苏		ES	59	SS	20077	6927	Europe/Madrid
6358166	Zaldibia	zaldibia	Sal'dibija,Sal'divija,Zaldivia,sa er di wei ya,thaldyfya,Сальдивия,Сальдібія,ثالديفيا,萨尔迪维亚		ES	59	SS	20078	1522	Europe/Madrid
6358167	Zarautz	zarautz	Sarauc,Saraus,Zarauz,sa lao te si,salaucheu,sarautsu,tharawth,Сараус,Сарауц,ثاراوث,サラウツ,萨劳特斯,사라우츠		ES	59	SS	20079	22650	Europe/Madrid
6358168	Zumarraga	zumarraga			ES	59	SS	20080	10024	Europe/Madrid
6358169	Zumaia	zumaia			ES	59	SS	20081	9581	Europe/Madrid
6358170	Mendaro	mendaro			ES	59	SS	20901	1962	Europe/Madrid
6358171	Lasarte-Oria	lasarte-oria			ES	59	SS	20902	17922	Europe/Madrid
6358172	Astigarraga	astigarraga			ES	59	SS	20903	4999	Europe/Madrid
6358173	Baliarrain	baliarrain			ES	59	SS	20904	127	Europe/Madrid
6358174	Orendain	orendain			ES	59	SS	20905	181	Europe/Madrid
6358175	Altzaga	altzaga			ES	59	SS	20906	162	Europe/Madrid
6358176	Gaztelu	gaztelu			ES	59	SS	20907	168	Europe/Madrid
6358177	Alájar	alajar			ES	51	H	21001	803	Europe/Madrid
6358178	Aljaraque	aljaraque			ES	51	H	21002	19245	Europe/Madrid
6358179	Almendro, El	almendro-el			ES	51	H	21003	859	Europe/Madrid
6358180	Almonaster la Real	almonaster-la-real	Al'monaster-la-Real',Almonaster la Real,a er mo na si te er la lei ya er,almwnastr la ryyl,almwnastyr la ryal,Альмонастер-ла-Реаль,Ալմոնաստեր լա Ռեալ,ألموناستير لا ريال,الموناستر لا رییل,アルモナステール・ラ・レアル,阿尔莫纳斯特尔拉雷亚尔		ES	51	H	21004	1824	Europe/Madrid
6358181	Almonte	almonte			ES	51	H	21005	22609	Europe/Madrid
6358182	Alosno	alosno			ES	51	H	21006	4231	Europe/Madrid
6358183	Aracena	aracena			ES	51	H	21007	7814	Europe/Madrid
6358184	Aroche	aroche			ES	51	H	21008	3258	Europe/Madrid
6358185	Arroyomolinos de León	arroyomolinos-de-leon			ES	51	H	21009	1009	Europe/Madrid
6358186	Ayamonte	ayamonte			ES	51	H	21010	20968	Europe/Madrid
6358187	Beas	beas			ES	51	H	21011	4321	Europe/Madrid
6358188	Berrocal	berrocal			ES	51	H	21012	337	Europe/Madrid
6358189	Bollullos Par del Condado	bollullos-par-del-condado			ES	51	H	21013	14210	Europe/Madrid
6358190	Bonares	bonares			ES	51	H	21014	6194	Europe/Madrid
6358191	Cabezas Rubias	cabezas-rubias			ES	51	H	21015	811	Europe/Madrid
6358192	Cala	cala			ES	51	H	21016	1289	Europe/Madrid
6358193	Calañas	calanas			ES	51	H	21017	4159	Europe/Madrid
6358194	Campillo, El	campillo-el			ES	51	H	21018	2202	Europe/Madrid
6358195	Campofrío	campofrio			ES	51	H	21019	785	Europe/Madrid
6358196	Cañaveral de León	canaveral-de-leon			ES	51	H	21020	459	Europe/Madrid
6358197	Cartaya	cartaya	Kartaja,Kartajja,Kartaya,ka er tai a,kartaya,Картайя,Картая,Կարտայա,كارتايا,卡尔泰阿		ES	51	H	21021	19185	Europe/Madrid
6358198	Castaño del Robledo	castano-del-robledo			ES	51	H	21022	213	Europe/Madrid
6358199	Cerro de Andévalo, El	cerro-de-andevalo-el			ES	51	H	21023	2417	Europe/Madrid
6358200	Corteconcepción	corteconcepcion			ES	51	H	21024	597	Europe/Madrid
6358201	Cortegana	cortegana	Kortegana,ke er te jia na,kwrtyghana,Кортегана,Կորտեգանա,كورتيغانا,科尔特加纳		ES	51	H	21025	4914	Europe/Madrid
6358202	Cortelazor	cortelazor			ES	51	H	21026	290	Europe/Madrid
6358203	Cumbres de Enmedio	cumbres-de-enmedio			ES	51	H	21027	65	Europe/Madrid
6358204	Cumbres de San Bartolomé	cumbres-de-san-bartolome			ES	51	H	21028	435	Europe/Madrid
6358205	Cumbres Mayores	cumbres-mayores			ES	51	H	21029	1898	Europe/Madrid
6358206	Chucena	chucena			ES	51	H	21030	2176	Europe/Madrid
6358207	Encinasola	encinasola			ES	51	H	21031	1481	Europe/Madrid
6358208	Escacena del Campo	escacena-del-campo			ES	51	H	21032	2009	Europe/Madrid
6358209	Fuenteheridos	fuenteheridos			ES	51	H	21033	559	Europe/Madrid
6358210	Galaroza	galaroza			ES	51	H	21034	1587	Europe/Madrid
6358211	Gibraleón	gibraleon			ES	51	H	21035	12590	Europe/Madrid
6358212	Granada de Río-Tinto, La	granada-de-rio-tinto-la			ES	51	H	21036	239	Europe/Madrid
6358213	Granado, El	granado-el			ES	51	H	21037	570	Europe/Madrid
6358214	Higuera de la Sierra	higuera-de-la-sierra			ES	51	H	21038	1390	Europe/Madrid
6358215	Hinojales	hinojales			ES	51	H	21039	348	Europe/Madrid
6358216	Hinojos	hinojos			ES	51	H	21040	3933	Europe/Madrid
6358217	Huelva	huelva	Gorad Uehl'va,Gueelva,Güelva,Onubo,Ouelva,Owelva,Uehl'va,Uel'va,Uelba,Uelva,awylwa,hu'elva,uelba,uelva,ueruba,wei er wa,wlbt,wylba,Ουέλβα,Горад Уэльва,Уелва,Уельва,Уэльва,Ուելվա,اوئلوا,ولبة,ویلبا,ہیولوا,हुएल्वा,უელვა,ウエルバ,韦尔瓦,우엘바		ES	51	H	21041	148568	Europe/Madrid
6358218	Isla Cristina	isla-cristina			ES	51	H	21042	21958	Europe/Madrid
6358219	Jabugo	jabugo			ES	51	H	21043	2327	Europe/Madrid
6358220	Lepe	lepe	Lepe,lai pei,lyby,repe,Λέπε,Лепе,Լեպե,ليبي,レペ,莱佩		ES	51	H	21044	27214	Europe/Madrid
6358221	Linares de la Sierra	linares-de-la-sierra			ES	51	H	21045	286	Europe/Madrid
6358222	Lucena del Puerto	lucena-del-puerto			ES	51	H	21046	3124	Europe/Madrid
6358223	Manzanilla	manzanilla			ES	51	H	21047	2270	Europe/Madrid
6358224	Marines, Los	marines-los			ES	51	H	21048	331	Europe/Madrid
6358225	Minas de Riotinto	minas-de-riotinto	Minas de Rio Tinto,Minas de Riotinto,Minas de Río Tinto,Minas de Ríotinto,Minas-de-Riotinto,mi na si de li ao ting tuo,mynas dyl ryw tyntw,Μίνας δε Ριοτίντο,Минас-де-Риотинто,Мінас-де-Ріотінто,Մինաս դե Ռիոտինտո,ميناس ديل ريو تينتو,米纳斯德里奥廷托		ES	51	H	21049	4112	Europe/Madrid
6358226	Moguer	moguer			ES	51	H	21050	20944	Europe/Madrid
6358227	Nava, La	nava-la			ES	51	H	21051	313	Europe/Madrid
6358228	Nerva	nerva			ES	51	H	21052	5766	Europe/Madrid
6358229	Niebla	niebla			ES	51	H	21053	4149	Europe/Madrid
6358230	Palma del Condado, La	palma-del-condado-la			ES	51	H	21054	10606	Europe/Madrid
6358231	Palos de la Frontera	palos-de-la-frontera			ES	51	H	21055	9809	Europe/Madrid
6358232	Paterna del Campo	paterna-del-campo			ES	51	H	21056	3611	Europe/Madrid
6358233	Paymogo	paymogo			ES	51	H	21057	1293	Europe/Madrid
6358234	Puebla de Guzmán	puebla-de-guzman			ES	51	H	21058	3125	Europe/Madrid
6358235	Puerto Moral	puerto-moral			ES	51	H	21059	275	Europe/Madrid
6358236	Punta Umbría	punta-umbria	Punta Owmbria,Punta Umbria,Punta-Umbria,Punta-Umbrija,bwnta awmbrya,peng ta weng bu li ya,pwnta awmbrya,Пунта-Умбриа,Пунта-Умбрия,Пунта-Умбрія,Պունտա Ումբրիա,بونتا أومبريا,پونتا اومبریا,蓬塔翁布里亚		ES	51	H	21060	14919	Europe/Madrid
6358237	Rociana del Condado	rociana-del-condado			ES	51	H	21061	7634	Europe/Madrid
6358238	Rosal de la Frontera	rosal-de-la-frontera			ES	51	H	21062	1890	Europe/Madrid
6358239	San Bartolomé de la Torre	san-bartolome-de-la-torre			ES	51	H	21063	3560	Europe/Madrid
6358240	San Juan del Puerto	san-juan-del-puerto			ES	51	H	21064	8479	Europe/Madrid
6358241	Sanlúcar de Guadiana	sanlucar-de-guadiana			ES	51	H	21065	446	Europe/Madrid
6358242	San Silvestre de Guzmán	san-silvestre-de-guzman			ES	51	H	21066	718	Europe/Madrid
6358243	Santa Ana la Real	santa-ana-la-real			ES	51	H	21067	542	Europe/Madrid
6358244	Santa Bárbara de Casa	santa-barbara-de-casa			ES	51	H	21068	1151	Europe/Madrid
6358245	Santa Olalla del Cala	santa-olalla-del-cala			ES	51	H	21069	2120	Europe/Madrid
6358246	Trigueros	trigueros			ES	51	H	21070	7801	Europe/Madrid
6358247	Valdelarco	valdelarco			ES	51	H	21071	234	Europe/Madrid
6358248	Valverde del Camino	valverde-del-camino			ES	51	H	21072	12902	Europe/Madrid
6358249	Villablanca	villablanca			ES	51	H	21073	2975	Europe/Madrid
6358250	Villalba del Alcor	villalba-del-alcor			ES	51	H	21074	3444	Europe/Madrid
6358251	Villanueva de las Cruces	villanueva-de-las-cruces			ES	51	H	21075	412	Europe/Madrid
6358252	Villanueva de los Castillejos	villanueva-de-los-castillejos			ES	51	H	21076	2785	Europe/Madrid
6358253	Villarrasa	villarrasa			ES	51	H	21077	2203	Europe/Madrid
6358254	Zalamea la Real	zalamea-la-real			ES	51	H	21078	3365	Europe/Madrid
6358255	Zufre	zufre			ES	51	H	21079	918	Europe/Madrid
6358256	Abiego	abiego			ES	52	HU	22001	277	Europe/Madrid
6358257	Abizanda	abizanda			ES	52	HU	22002	136	Europe/Madrid
6358258	Adahuesca	adahuesca			ES	52	HU	22003	182	Europe/Madrid
6358259	Agüero	agueero			ES	52	HU	22004	159	Europe/Madrid
6358260	Aisa	aisa			ES	52	HU	22006	367	Europe/Madrid
6358261	Albalate de Cinca	albalate-de-cinca			ES	52	HU	22007	1251	Europe/Madrid
6358262	Albalatillo	albalatillo			ES	52	HU	22008	224	Europe/Madrid
6358263	Albelda	albelda			ES	52	HU	22009	810	Europe/Madrid
6358264	Albero Alto	albero-alto			ES	52	HU	22011	134	Europe/Madrid
6358265	Albero Bajo	albero-bajo			ES	52	HU	22012	114	Europe/Madrid
6358266	Alberuela de Tubo	alberuela-de-tubo			ES	52	HU	22013	348	Europe/Madrid
6358267	Alcalá de Gurrea	alcala-de-gurrea			ES	52	HU	22014	285	Europe/Madrid
6358268	Alcalá del Obispo	alcala-del-obispo			ES	52	HU	22015	368	Europe/Madrid
6358269	Alcampell	alcampell			ES	52	HU	22016	746	Europe/Madrid
6358270	Alcolea de Cinca	alcolea-de-cinca			ES	52	HU	22017	1141	Europe/Madrid
6358271	Alcubierre	alcubierre			ES	52	HU	22018	424	Europe/Madrid
6358272	Alerre	alerre			ES	52	HU	22019	211	Europe/Madrid
6358273	Alfántega	alfantega			ES	52	HU	22020	135	Europe/Madrid
6358274	Almudévar	almudevar			ES	52	HU	22021	2519	Europe/Madrid
6358275	Almunia de San Juan	almunia-de-san-juan			ES	52	HU	22022	664	Europe/Madrid
6358276	Almuniente	almuniente			ES	52	HU	22023	564	Europe/Madrid
6358277	Alquézar	alquezar			ES	52	HU	22024	301	Europe/Madrid
6358278	Altorricón	altorricon			ES	52	HU	22025	1494	Europe/Madrid
6358279	Angüés	anguees			ES	52	HU	22027	419	Europe/Madrid
6358280	Ansó	anso			ES	52	HU	22028	467	Europe/Madrid
6358281	Antillón	antillon			ES	52	HU	22029	148	Europe/Madrid
6358282	Aragüés del Puerto	araguees-del-puerto			ES	52	HU	22032	128	Europe/Madrid
6358283	Areny de Noguera / Arén	areny-de-noguera-aren	Aren,Areny de Noguera,Areny de Noguera / Aren,Areny de Noguera / Arén,Arén		ES	52	HU	22035	362	Europe/Madrid
6358284	Argavieso	argavieso			ES	52	HU	22036	110	Europe/Madrid
6358285	Arguis	arguis			ES	52	HU	22037	125	Europe/Madrid
6358286	Ayerbe	ayerbe			ES	52	HU	22039	1117	Europe/Madrid
6358287	Azanuy-Alins	azanuy-alins			ES	52	HU	22040	174	Europe/Madrid
6358288	Azara	azara			ES	52	HU	22041	200	Europe/Madrid
6358289	Azlor	azlor			ES	52	HU	22042	133	Europe/Madrid
6358290	Baells	baells			ES	52	HU	22043	123	Europe/Madrid
6358291	Bailo	bailo			ES	52	HU	22044	311	Europe/Madrid
6358293	Ballobar	ballobar	Vallobar		ES	52	HU	22046	940	Europe/Madrid
6358294	Banastás	banastas			ES	52	HU	22047	286	Europe/Madrid
6358295	Barbastro	barbastro			ES	52	HU	22048	17304	Europe/Madrid
6358296	Barbués	barbues			ES	52	HU	22049	98	Europe/Madrid
6358297	Barbuñales	barbunales			ES	52	HU	22050	105	Europe/Madrid
6358298	Bárcabo	barcabo			ES	52	HU	22051	117	Europe/Madrid
6358299	Belver de Cinca	belver-de-cinca			ES	52	HU	22052	1375	Europe/Madrid
6358300	Benabarre	benabarre			ES	52	HU	22053	1215	Europe/Madrid
6358301	Benasque	benasque			ES	52	HU	22054	2217	Europe/Madrid
6358302	Berbegal	berbegal			ES	52	HU	22055	420	Europe/Madrid
6358303	Bielsa	bielsa			ES	52	HU	22057	503	Europe/Madrid
6358304	Bierge	bierge			ES	52	HU	22058	251	Europe/Madrid
6358305	Biescas	biescas			ES	52	HU	22059	1589	Europe/Madrid
6358306	Binaced	binaced			ES	52	HU	22060	1498	Europe/Madrid
6358307	Binéfar	binefar			ES	52	HU	22061	9456	Europe/Madrid
6358308	Bisaurri	bisaurri	Bissauerri,Bissaürri		ES	52	HU	22062	202	Europe/Madrid
6358309	Biscarrués	biscarrues			ES	52	HU	22063	226	Europe/Madrid
6358310	Blecua y Torres	blecua-y-torres			ES	52	HU	22064	219	Europe/Madrid
6358311	Boltaña	boltana			ES	52	HU	22066	1092	Europe/Madrid
6358312	Bonansa	bonansa			ES	52	HU	22067	96	Europe/Madrid
6358313	Borau	borau			ES	52	HU	22068	84	Europe/Madrid
6358314	Broto	broto			ES	52	HU	22069	542	Europe/Madrid
6358315	Caldearenas	caldearenas			ES	52	HU	22072	223	Europe/Madrid
6358316	Camporrells	camporrells	Camporrells		ES	52	HU	22075	167	Europe/Madrid
6358317	Canal de Berdún	canal-de-berdun			ES	52	HU	22076	365	Europe/Madrid
6358318	Candasnos	candasnos			ES	52	HU	22077	381	Europe/Madrid
6358319	Canfranc	canfranc			ES	52	HU	22078	599	Europe/Madrid
6358320	Capdesaso	capdesaso			ES	52	HU	22079	184	Europe/Madrid
6358321	Capella	capella			ES	52	HU	22080	360	Europe/Madrid
6358322	Casbas de Huesca	casbas-de-huesca			ES	52	HU	22081	304	Europe/Madrid
6358323	Castejón del Puente	castejon-del-puente			ES	52	HU	22082	360	Europe/Madrid
6358324	Castejón de Monegros	castejon-de-monegros			ES	52	HU	22083	623	Europe/Madrid
6358325	Castejón de Sos	castejon-de-sos			ES	52	HU	22084	767	Europe/Madrid
6358326	Castelflorite	castelflorite			ES	52	HU	22085	131	Europe/Madrid
6358327	Castiello de Jaca	castiello-de-jaca			ES	52	HU	22086	249	Europe/Madrid
6358328	Castigaleu	castigaleu			ES	52	HU	22087	104	Europe/Madrid
6358329	Castillazuelo	castillazuelo			ES	52	HU	22088	189	Europe/Madrid
6358330	Castillonroy	castillonroy			ES	52	HU	22089	360	Europe/Madrid
6358331	Colungo	colungo			ES	52	HU	22090	131	Europe/Madrid
6358332	Chalamera	chalamera			ES	52	HU	22094	115	Europe/Madrid
6358333	Chía	chia			ES	52	HU	22095	97	Europe/Madrid
6358334	Chimillas	chimillas			ES	52	HU	22096	370	Europe/Madrid
6358335	Esplús	esplus			ES	52	HU	22099	663	Europe/Madrid
6358336	Estada	estada			ES	52	HU	22102	230	Europe/Madrid
6358337	Estadilla	estadilla			ES	52	HU	22103	855	Europe/Madrid
6358338	Estopiñán del Castillo	estopinan-del-castillo			ES	52	HU	22105	161	Europe/Madrid
6358339	Fago	fago			ES	52	HU	22106	29	Europe/Madrid
6358340	Fanlo	fanlo			ES	52	HU	22107	126	Europe/Madrid
6358341	Fiscal	fiscal			ES	52	HU	22109	346	Europe/Madrid
6358342	Fonz	fonz			ES	52	HU	22110	982	Europe/Madrid
6358343	Foradada del Toscar	foradada-del-toscar			ES	52	HU	22111	208	Europe/Madrid
6358344	Fraga	fraga			ES	52	HU	22112	14655	Europe/Madrid
6358345	Fueva, La	fueva-la			ES	52	HU	22113	641	Europe/Madrid
6358346	Gistaín	gistain			ES	52	HU	22114	147	Europe/Madrid
6358347	Grado, El	grado-el			ES	52	HU	22115	471	Europe/Madrid
6358348	Grañén	granen			ES	52	HU	22116	1990	Europe/Madrid
6358349	Graus	graus			ES	52	HU	22117	3595	Europe/Madrid
6358350	Gurrea de Gállego	gurrea-de-gallego			ES	52	HU	22119	1644	Europe/Madrid
6358351	Hoz de Jaca	hoz-de-jaca			ES	52	HU	22122	72	Europe/Madrid
6358352	Huesca	huesca			ES	52	HU	22125	52296	Europe/Madrid
6358353	Ibieca	ibieca			ES	52	HU	22126	113	Europe/Madrid
6358354	Igriés	igries			ES	52	HU	22127	658	Europe/Madrid
6358355	Ilche	ilche			ES	52	HU	22128	226	Europe/Madrid
6358356	Isábena	isabena			ES	52	HU	22129	307	Europe/Madrid
6358357	Jaca	jaca			ES	52	HU	22130	13248	Europe/Madrid
6358358	Jasa	jasa			ES	52	HU	22131	112	Europe/Madrid
6358359	Labuerda	labuerda			ES	52	HU	22133	156	Europe/Madrid
6358360	Laluenga	laluenga			ES	52	HU	22135	221	Europe/Madrid
6358361	Lalueza	lalueza			ES	52	HU	22136	1066	Europe/Madrid
6358362	Lanaja	lanaja			ES	52	HU	22137	1358	Europe/Madrid
6358363	Laperdiguera	laperdiguera			ES	52	HU	22139	101	Europe/Madrid
6358364	Lascellas-Ponzano	lascellas-ponzano			ES	52	HU	22141	143	Europe/Madrid
6358365	Lascuarre	lascuarre			ES	52	HU	22142	152	Europe/Madrid
6358366	Laspaúles	laspaules			ES	52	HU	22143	322	Europe/Madrid
6358367	Laspuña	laspuna			ES	52	HU	22144	296	Europe/Madrid
6358368	Loarre	loarre			ES	52	HU	22149	361	Europe/Madrid
6358369	Loporzano	loporzano			ES	52	HU	22150	549	Europe/Madrid
6358370	Loscorrales	loscorrales			ES	52	HU	22151	107	Europe/Madrid
6358371	Monesma y Cajigar	monesma-y-cajigar			ES	52	HU	22155	95	Europe/Madrid
6358372	Monflorite-Lascasas	monflorite-lascasas			ES	52	HU	22156	301	Europe/Madrid
6358373	Montanuy	montanuy			ES	52	HU	22157	265	Europe/Madrid
6358450	Sotonera, La	sotonera-la			ES	52	HU	22904	1042	Europe/Madrid
6358451	Lupiñén-Ortilla	lupinen-ortilla			ES	52	HU	22905	378	Europe/Madrid
6358452	Santa María de Dulcis	santa-maria-de-dulcis			ES	52	HU	22906	226	Europe/Madrid
6358374	Monzón	monzon	Gorad Manson,Moncon,Monson,Monsona,Monsonas,Monsuons,Monthon,Montiso,Montso,Montson,Montsó,Monzon,Monzono,Monçon,Munsun,mang sang,meng zong,monZON,monson,monsona,monsoni,mwnswn,mwnthwn,mwnzwn,mxn sxn,Μονθόν,Горад Мансон,Монзон,Монсон,Մոնսոն,מונסון,مونثون,مونزون,मोन्सोन,มอนซอน,მონსონი,ሞንዞን,モンソン,芒桑,蒙宗,몬손,𐌼𐌰𐌿𐌽𐍄𐌶𐍉𐌽		ES	52	HU	22158	17263	Europe/Madrid
6358375	Naval	naval			ES	52	HU	22160	250	Europe/Madrid
6358376	Novales	novales			ES	52	HU	22162	177	Europe/Madrid
6358377	Nueno	nueno			ES	52	HU	22163	567	Europe/Madrid
6358378	Olvena	olvena			ES	52	HU	22164	53	Europe/Madrid
6358379	Ontiñena	ontinena			ES	52	HU	22165	584	Europe/Madrid
6358380	Osso de Cinca	osso-de-cinca			ES	52	HU	22167	806	Europe/Madrid
6358381	Palo	palo			ES	52	HU	22168	30	Europe/Madrid
6358382	Panticosa	panticosa			ES	52	HU	22170	790	Europe/Madrid
6358383	Peñalba	penalba			ES	52	HU	22172	759	Europe/Madrid
6358384	Peñas de Riglos, Las	penas-de-riglos-las			ES	52	HU	22173	268	Europe/Madrid
6358385	Peralta de Alcofea	peralta-de-alcofea			ES	52	HU	22174	596	Europe/Madrid
6358386	Peralta de Calasanz	peralta-de-calasanz			ES	52	HU	22175	242	Europe/Madrid
6358387	Peraltilla	peraltilla			ES	52	HU	22176	202	Europe/Madrid
6358388	Perarrúa	perarrua			ES	52	HU	22177	109	Europe/Madrid
6358389	Pertusa	pertusa			ES	52	HU	22178	121	Europe/Madrid
6358390	Piracés	piraces			ES	52	HU	22181	100	Europe/Madrid
6358391	Plan	plan			ES	52	HU	22182	314	Europe/Madrid
6358392	Poleñino	polenino			ES	52	HU	22184	217	Europe/Madrid
6358393	Pozán de Vero	pozan-de-vero			ES	52	HU	22186	243	Europe/Madrid
6358394	Puebla de Castro, La	puebla-de-castro-la			ES	52	HU	22187	430	Europe/Madrid
6358395	Puente de Montañana	puente-de-montanana			ES	52	HU	22188	133	Europe/Madrid
6358396	Puértolas	puertolas			ES	52	HU	22189	225	Europe/Madrid
6358397	Pueyo de Araguás, El	pueyo-de-araguas-el			ES	52	HU	22190	154	Europe/Madrid
6358398	Pueyo de Santa Cruz	pueyo-de-santa-cruz			ES	52	HU	22193	362	Europe/Madrid
6358399	Quicena	quicena			ES	52	HU	22195	291	Europe/Madrid
6358400	Robres	robres			ES	52	HU	22197	605	Europe/Madrid
6358401	Sabiñánigo	sabinanigo			ES	52	HU	22199	10241	Europe/Madrid
6358402	Sahún	sahun			ES	52	HU	22200	340	Europe/Madrid
6358403	Salas Altas	salas-altas			ES	52	HU	22201	311	Europe/Madrid
6358404	Salas Bajas	salas-bajas			ES	52	HU	22202	138	Europe/Madrid
6358405	Salillas	salillas			ES	52	HU	22203	106	Europe/Madrid
6358406	Sallent de Gállego	sallent-de-gallego			ES	52	HU	22204	1512	Europe/Madrid
6358407	San Esteban de Litera	san-esteban-de-litera			ES	52	HU	22205	502	Europe/Madrid
6358408	Sangarrén	sangarren			ES	52	HU	22206	227	Europe/Madrid
6358409	San Juan de Plan	san-juan-de-plan			ES	52	HU	22207	162	Europe/Madrid
6358410	Santa Cilia	santa-cilia	Santa Cilia de Jaca		ES	52	HU	22208	201	Europe/Madrid
6358411	Santa Cruz de la Serós	santa-cruz-de-la-seros			ES	52	HU	22209	194	Europe/Madrid
6358412	Santaliestra y San Quílez	santaliestra-y-san-quilez			ES	52	HU	22212	94	Europe/Madrid
6358413	Sariñena	sarinena			ES	52	HU	22213	4402	Europe/Madrid
6358414	Secastilla	secastilla			ES	52	HU	22214	153	Europe/Madrid
6358415	Seira	seira			ES	52	HU	22215	149	Europe/Madrid
6358416	Sena	sena			ES	52	HU	22217	542	Europe/Madrid
6358417	Senés de Alcubierre	senes-de-alcubierre			ES	52	HU	22218	53	Europe/Madrid
6358418	Sesa	sesa			ES	52	HU	22220	208	Europe/Madrid
6358419	Sesué	sesue			ES	52	HU	22221	127	Europe/Madrid
6358420	Siétamo	sietamo			ES	52	HU	22222	650	Europe/Madrid
6358421	Sopeira	sopeira			ES	52	HU	22223	114	Europe/Madrid
6358422	Tamarite de Litera	tamarite-de-litera			ES	52	HU	22225	3656	Europe/Madrid
6358423	Tardienta	tardienta			ES	52	HU	22226	985	Europe/Madrid
6358424	Tella-Sin	tella-sin			ES	52	HU	22227	263	Europe/Madrid
6358425	Tierz	tierz			ES	52	HU	22228	714	Europe/Madrid
6358426	Tolva	tolva			ES	52	HU	22229	152	Europe/Madrid
6358427	Torla-Ordesa	torla-ordesa			ES	52	HU	22230	320	Europe/Madrid
6358428	Torralba de Aragón	torralba-de-aragon			ES	52	HU	22232	110	Europe/Madrid
6358429	Torre la Ribera	torre-la-ribera			ES	52	HU	22233	117	Europe/Madrid
6358430	Torrente de Cinca	torrente-de-cinca			ES	52	HU	22234	1321	Europe/Madrid
6358431	Torres de Alcanadre	torres-de-alcanadre			ES	52	HU	22235	105	Europe/Madrid
6358432	Torres de Barbués	torres-de-barbues			ES	52	HU	22236	297	Europe/Madrid
6358433	Tramaced	tramaced			ES	52	HU	22239	94	Europe/Madrid
6358434	Valfarta	valfarta			ES	52	HU	22242	74	Europe/Madrid
6358435	Valle de Bardají	valle-de-bardaji			ES	52	HU	22243	49	Europe/Madrid
6358436	Valle de Lierp	valle-de-lierp	Vall de Lierp		ES	52	HU	22244	64	Europe/Madrid
6358437	Velilla de Cinca	velilla-de-cinca			ES	52	HU	22245	452	Europe/Madrid
6358438	Beranuy	beranuy	Beranui,Veracruz		ES	52	HU	22246	97	Europe/Madrid
6358439	Viacamp y Litera	viacamp-y-litera			ES	52	HU	22247	51	Europe/Madrid
6358440	Vicién	vicien			ES	52	HU	22248	115	Europe/Madrid
6358441	Villanova	villanova			ES	52	HU	22249	148	Europe/Madrid
6358442	Villanúa	villanua			ES	52	HU	22250	499	Europe/Madrid
6358443	Villanueva de Sigena	villanueva-de-sigena			ES	52	HU	22251	464	Europe/Madrid
6358444	Yebra de Basa	yebra-de-basa			ES	52	HU	22252	147	Europe/Madrid
6358445	Yésero	yesero			ES	52	HU	22253	67	Europe/Madrid
6358446	Zaidín	zaidin			ES	52	HU	22254	1750	Europe/Madrid
6358447	Valle de Echo	valle-de-echo	Echo Ibarra		ES	52	HU	22901	937	Europe/Madrid
6358448	Puente la Reina de Jaca	puente-la-reina-de-jaca			ES	52	HU	22902	286	Europe/Madrid
6358449	San Miguel de Cinca	san-miguel-de-cinca			ES	52	HU	22903	849	Europe/Madrid
6358453	Aínsa-Sobrarbe	ainsa-sobrarbe			ES	52	HU	22907	2242	Europe/Madrid
6358454	Hoz y Costean	hoz-y-costean			ES	52	HU	22908	204	Europe/Madrid
6358455	Vencillón	vencillon			ES	52	HU	22909	455	Europe/Madrid
6358456	Albanchez de Mágina	albanchez-de-magina			ES	51	J	23001	1233	Europe/Madrid
6358457	Alcalá la Real	alcala-la-real			ES	51	J	23002	22870	Europe/Madrid
6358458	Alcaudete	alcaudete	Al'kaudete,Alkaudete,a er kao de te,alkawdth,alkawdyty,Алькаудете,Ալկաուդետե,آلکاودته,ألكاوديتي,阿尔考德特		ES	51	J	23003	11139	Europe/Madrid
6358459	Aldeaquemada	aldeaquemada			ES	51	J	23004	550	Europe/Madrid
6358460	Andújar	andujar			ES	51	J	23005	39008	Europe/Madrid
6358461	Arjona	arjona			ES	51	J	23006	5763	Europe/Madrid
6358462	Arjonilla	arjonilla			ES	51	J	23007	3830	Europe/Madrid
6358463	Arquillos	arquillos			ES	51	J	23008	1970	Europe/Madrid
6358464	Baeza	baeza	Baehsa,Baesa,ba xe sa,ba'esa,ba-esa,baesa,bai sa,baysa,byast,Баеса,Баэса,Բաեսա,بائسا,بياسة,बाएसा,ਬਾਏਸਾ,บาเอซา,ბაესა,バエサ,拜萨,바에사		ES	51	J	23009	16535	Europe/Madrid
6358465	Bailén	bailen			ES	51	J	23010	18725	Europe/Madrid
6358466	Baños de la Encina	banos-de-la-encina			ES	51	J	23011	2694	Europe/Madrid
6358467	Beas de Segura	beas-de-segura			ES	51	J	23012	5804	Europe/Madrid
6358468	Begíjar	begijar			ES	51	J	23014	3151	Europe/Madrid
6358469	Bélmez de la Moraleda	belmez-de-la-moraleda			ES	51	J	23015	1752	Europe/Madrid
6358470	Benatae	benatae			ES	51	J	23016	551	Europe/Madrid
6358471	Cabra del Santo Cristo	cabra-del-santo-cristo			ES	51	J	23017	2034	Europe/Madrid
6358472	Cambil	cambil			ES	51	J	23018	2912	Europe/Madrid
6358473	Campillo de Arenas	campillo-de-arenas			ES	51	J	23019	2073	Europe/Madrid
6358474	Canena	canena			ES	51	J	23020	2105	Europe/Madrid
6358475	Carboneros	carboneros			ES	51	J	23021	663	Europe/Madrid
6358476	Carolina, La	carolina-la			ES	51	J	23024	15945	Europe/Madrid
6358477	Castillo de Locubín	castillo-de-locubin			ES	51	J	23026	4659	Europe/Madrid
6358478	Cazalilla	cazalilla			ES	51	J	23027	928	Europe/Madrid
6358479	Cazorla	cazorla			ES	51	J	23028	7984	Europe/Madrid
6358480	Chiclana de Segura	chiclana-de-segura			ES	51	J	23029	1147	Europe/Madrid
6358481	Chilluévar	chilluevar			ES	51	J	23030	1635	Europe/Madrid
6358482	Escañuela	escanuela			ES	51	J	23031	975	Europe/Madrid
6358483	Espelúy	espeluy			ES	51	J	23032	735	Europe/Madrid
6358484	Frailes	frailes			ES	51	J	23033	1723	Europe/Madrid
6358485	Fuensanta de Martos	fuensanta-de-martos			ES	51	J	23034	3254	Europe/Madrid
6358486	Fuerte del Rey	fuerte-del-rey			ES	51	J	23035	1402	Europe/Madrid
6358487	Génave	genave			ES	51	J	23037	646	Europe/Madrid
6358488	Guardia de Jaén, La	guardia-de-jaen-la			ES	51	J	23038	4551	Europe/Madrid
6358489	Guarromán	guarroman			ES	51	J	23039	2936	Europe/Madrid
6358490	Lahiguera	lahiguera			ES	51	J	23040	1856	Europe/Madrid
6358491	Higuera de Calatrava	higuera-de-calatrava			ES	51	J	23041	653	Europe/Madrid
6358492	Hinojares	hinojares			ES	51	J	23042	436	Europe/Madrid
6358493	Hornos	hornos			ES	51	J	23043	685	Europe/Madrid
6358494	Huelma	huelma			ES	51	J	23044	6162	Europe/Madrid
6358495	Huesa	huesa			ES	51	J	23045	2648	Europe/Madrid
6358496	Ibros	ibros			ES	51	J	23046	3059	Europe/Madrid
6358497	Iruela, La	iruela-la			ES	51	J	23047	2132	Europe/Madrid
6358498	Iznatoraf	iznatoraf			ES	51	J	23048	1080	Europe/Madrid
6358499	Jabalquinto	jabalquinto			ES	51	J	23049	2335	Europe/Madrid
6358500	Jaén	jaen	Chaen,Chaenas,Chaén,Gorad Khaehn,Haeno,Jaen,Jaén,Khaehn,Khaen,Xaen,Xaén,ha en,ha-en,haen,jayn,jyan,khaeni,khayn,Ĥaeno,Горад Хаэн,Хаен,Хаэн,חאאן,جائن,جیان,خائن,خاين,ხაენი,ハエン,哈恩,하엔		ES	51	J	23050	116731	Europe/Madrid
6358501	Jamilena	jamilena			ES	51	J	23051	3496	Europe/Madrid
6358502	Jimena	jimena	Khimena,Ximena,khymna,khymyna,xi mei na,Химена,Хімена,Խիմենա,خيمينا,خیمنا,希梅纳		ES	51	J	23052	1399	Europe/Madrid
6358503	Jódar	jodar			ES	51	J	23053	12117	Europe/Madrid
6358504	Larva	larva			ES	51	J	23054	495	Europe/Madrid
6358505	Linares	linares	Linares,Linaresas,li na lei si,linaleseu,lynars,lynarys,rinaresu,Λινάρες,Линарес,Лінарес,Լինարես,ليناريس,لینارس,リナーレス,利纳雷斯,리나레스		ES	51	J	23055	60950	Europe/Madrid
6358506	Lopera	lopera			ES	51	J	23056	3888	Europe/Madrid
6358507	Lupión	lupion			ES	51	J	23057	960	Europe/Madrid
6358508	Mancha Real	mancha-real			ES	51	J	23058	11308	Europe/Madrid
6358509	Marmolejo	marmolejo			ES	51	J	23059	7329	Europe/Madrid
6358510	Martos	martos			ES	51	J	23060	24547	Europe/Madrid
6358511	Mengíbar	mengibar			ES	51	J	23061	9908	Europe/Madrid
6358512	Montizón	montizon			ES	51	J	23062	1904	Europe/Madrid
6358513	Navas de San Juan	navas-de-san-juan			ES	51	J	23063	4982	Europe/Madrid
6358514	Noalejo	noalejo			ES	51	J	23064	2106	Europe/Madrid
6358515	Orcera	orcera			ES	51	J	23065	1992	Europe/Madrid
6358516	Peal de Becerro	peal-de-becerro			ES	51	J	23066	5614	Europe/Madrid
6358517	Pegalajar	pegalajar			ES	51	J	23067	3093	Europe/Madrid
6358518	Porcuna	porcuna			ES	51	J	23069	6806	Europe/Madrid
6358519	Pozo Alcón	pozo-alcon			ES	51	J	23070	5260	Europe/Madrid
6358520	Puente de Génave	puente-de-genave			ES	51	J	23071	2305	Europe/Madrid
6358521	Puerta de Segura, La	puerta-de-segura-la			ES	51	J	23072	2638	Europe/Madrid
6358522	Quesada	quesada			ES	51	J	23073	5906	Europe/Madrid
6358523	Rus	rus			ES	51	J	23074	3785	Europe/Madrid
6358524	Sabiote	sabiote			ES	51	J	23075	4229	Europe/Madrid
6358595	Castrocontrigo	castrocontrigo			ES	55	LE	24047	895	Europe/Madrid
6358596	Castropodame	castropodame			ES	55	LE	24049	1805	Europe/Madrid
6358525	Santa Elena	santa-elena	Santa Elena,Santa-Ehlena,Santa-Elena,santa alna,santa alyna,sheng ai lai na,Санта-Елена,Санта-Элена,Սանտա Էլենա,سانتا إلينا,سانتا النا,圣埃莱纳		ES	51	J	23076	990	Europe/Madrid
6358526	Santiago de Calatrava	santiago-de-calatrava			ES	51	J	23077	811	Europe/Madrid
6358527	Santisteban del Puerto	santisteban-del-puerto			ES	51	J	23079	4788	Europe/Madrid
6358528	Santo Tomé	santo-tome	Santo Tome,Santo-Tome,sang tuo tuo mei,santw tmh,santw twmy,Санто-Томе,Սանտո Տոմե,سانتو تمه,سانتو تومي,桑托托梅		ES	51	J	23080	2635	Europe/Madrid
6358529	Segura de la Sierra	segura-de-la-sierra			ES	51	J	23081	1982	Europe/Madrid
6358530	Siles	siles			ES	51	J	23082	2451	Europe/Madrid
6358531	Sorihuela del Guadalimar	sorihuela-del-guadalimar			ES	51	J	23084	1342	Europe/Madrid
6358532	Torreblascopedro	torreblascopedro			ES	51	J	23085	2824	Europe/Madrid
6358533	Torre del Campo	torre-del-campo			ES	51	J	23086	14690	Europe/Madrid
6358534	Torredonjimeno	torredonjimeno			ES	51	J	23087	14126	Europe/Madrid
6358535	Torreperogil	torreperogil			ES	51	J	23088	7720	Europe/Madrid
6358536	Torres	torres	Tores,Torres,trs,tuo lei si,twrys,Торрес,Տոռես,ترس,توريس,托雷斯		ES	51	J	23090	1619	Europe/Madrid
6358537	Torres de Albánchez	torres-de-albanchez			ES	51	J	23091	950	Europe/Madrid
6358538	Úbeda	ubeda			ES	51	J	23092	35784	Europe/Madrid
6358539	Valdepeñas de Jaén	valdepenas-de-jaen			ES	51	J	23093	4096	Europe/Madrid
6358540	Vilches	vilches			ES	51	J	23094	4831	Europe/Madrid
6358541	Villacarrillo	villacarrillo			ES	51	J	23095	11442	Europe/Madrid
6358542	Villanueva de la Reina	villanueva-de-la-reina			ES	51	J	23096	3358	Europe/Madrid
6358543	Villanueva del Arzobispo	villanueva-del-arzobispo	Villanueva del Arzobispo		ES	51	J	23097	8942	Europe/Madrid
6358544	Villardompardo	villardompardo			ES	51	J	23098	1101	Europe/Madrid
6358545	Villares, Los	villares-los			ES	51	J	23099	5974	Europe/Madrid
6358546	Villarrodrigo	villarrodrigo			ES	51	J	23101	462	Europe/Madrid
6358547	Cárcheles	carcheles			ES	51	J	23901	1497	Europe/Madrid
6358548	Bedmar y Garcíez	bedmar-y-garciez			ES	51	J	23902	3051	Europe/Madrid
6358549	Villatorres	villatorres			ES	51	J	23903	4467	Europe/Madrid
6358550	Santiago-Pontones	santiago-pontones			ES	51	J	23904	3565	Europe/Madrid
6358551	Arroyo del Ojanco	arroyo-del-ojanco			ES	51	J	23905	2525	Europe/Madrid
6358552	Acebedo	acebedo			ES	55	LE	24001	256	Europe/Madrid
6358553	Algadefe	algadefe			ES	55	LE	24002	303	Europe/Madrid
6358554	Alija del Infantado	alija-del-infantado			ES	55	LE	24003	798	Europe/Madrid
6358555	Almanza	almanza			ES	55	LE	24004	623	Europe/Madrid
6358556	Antigua, La	antigua-la			ES	55	LE	24005	455	Europe/Madrid
6358557	Ardón	ardon			ES	55	LE	24006	614	Europe/Madrid
6358558	Arganza	arganza	Arganda,Argansa,a er gan sa,Арганса,阿尔甘萨		ES	55	LE	24007	850	Europe/Madrid
6358559	Astorga	astorga	Astorga,Astorgo,Asturica Augusta,Estorga,a si tuo er jia,aseutoleuga,astrqt,astwrkha,asutoruga,Асторга,Աստորգա,آستورخا,أسترقة,アストルガ,阿斯托尔加,아스토르가		ES	55	LE	24008	11826	Europe/Madrid
6358560	Balboa	balboa	Bal'boa,Balboa,Valboa,ba er wo a,Бальбоа,Բալբոա,巴尔沃阿		ES	55	LE	24009	357	Europe/Madrid
6358561	Bañeza, La	baneza-la			ES	55	LE	24010	10843	Europe/Madrid
6358562	Barjas	barjas			ES	55	LE	24011	232	Europe/Madrid
6358563	Barrios de Luna, Los	barrios-de-luna-los			ES	55	LE	24012	317	Europe/Madrid
6358564	Bembibre	bembibre			ES	55	LE	24014	9929	Europe/Madrid
6358565	Benavides	benavides	Benavides,bei na wei de si,bnawyds,Бенавидес,Бенавідес,بناویدس,贝纳维德斯		ES	55	LE	24015	2740	Europe/Madrid
6358566	Benuza	benuza			ES	55	LE	24016	549	Europe/Madrid
6358567	Bercianos del Páramo	bercianos-del-paramo			ES	55	LE	24017	661	Europe/Madrid
6358568	Bercianos del Real Camino	bercianos-del-real-camino			ES	55	LE	24018	195	Europe/Madrid
6358569	Berlanga del Bierzo	berlanga-del-bierzo			ES	55	LE	24019	401	Europe/Madrid
6358570	Boca de Huérgano	boca-de-huergano			ES	55	LE	24020	519	Europe/Madrid
6358571	Boñar	bonar			ES	55	LE	24021	2048	Europe/Madrid
6358572	Borrenes	borrenes			ES	55	LE	24022	385	Europe/Madrid
6358573	Brazuelo	brazuelo			ES	55	LE	24023	334	Europe/Madrid
6358574	Burgo Ranero, El	burgo-ranero-el			ES	55	LE	24024	794	Europe/Madrid
6358575	Burón	buron			ES	55	LE	24025	356	Europe/Madrid
6358576	Bustillo del Páramo	bustillo-del-paramo			ES	55	LE	24026	1410	Europe/Madrid
6358577	Cabañas Raras	cabanas-raras			ES	55	LE	24027	1316	Europe/Madrid
6358578	Cabreros del Río	cabreros-del-rio			ES	55	LE	24028	460	Europe/Madrid
6358579	Cabrillanes	cabrillanes			ES	55	LE	24029	905	Europe/Madrid
6358580	Cacabelos	cacabelos			ES	55	LE	24030	5506	Europe/Madrid
6358581	Calzada del Coto	calzada-del-coto			ES	55	LE	24031	261	Europe/Madrid
6358582	Campazas	campazas			ES	55	LE	24032	151	Europe/Madrid
6358583	Campo de Villavidel	campo-de-villavidel			ES	55	LE	24033	210	Europe/Madrid
6358584	Camponaraya	camponaraya			ES	55	LE	24034	4220	Europe/Madrid
6358585	Candín	candin			ES	55	LE	24036	333	Europe/Madrid
6358586	Cármenes	carmenes			ES	55	LE	24037	437	Europe/Madrid
6358587	Carracedelo	carracedelo			ES	55	LE	24038	3680	Europe/Madrid
6358588	Carrizo	carrizo			ES	55	LE	24039	2499	Europe/Madrid
6358589	Carrocera	carrocera			ES	55	LE	24040	565	Europe/Madrid
6358590	Carucedo	carucedo			ES	55	LE	24041	655	Europe/Madrid
6358591	Castilfalé	castilfale			ES	55	LE	24042	78	Europe/Madrid
6358592	Castrillo de Cabrera	castrillo-de-cabrera			ES	55	LE	24043	141	Europe/Madrid
6358593	Castrillo de la Valduerna	castrillo-de-la-valduerna			ES	55	LE	24044	181	Europe/Madrid
6358594	Castrocalbón	castrocalbon			ES	55	LE	24046	1037	Europe/Madrid
6358668	Reyero	reyero			ES	55	LE	24129	129	Europe/Madrid
6358597	Castrotierra de Valmadrigal	castrotierra-de-valmadrigal	Kastrot'erra-de-Val'madrigal',Кастротьерра-де-Вальмадригаль,Кастротьєрра-де-Вальмадрігаль		ES	55	LE	24050	116	Europe/Madrid
6358598	Cebanico	cebanico			ES	55	LE	24052	186	Europe/Madrid
6358599	Cebrones del Río	cebrones-del-rio			ES	55	LE	24053	546	Europe/Madrid
6358600	Cimanes de la Vega	cimanes-de-la-vega			ES	55	LE	24054	549	Europe/Madrid
6358601	Cimanes del Tejar	cimanes-del-tejar			ES	55	LE	24055	804	Europe/Madrid
6358602	Cistierna	cistierna	Sist'erna,thystyrna,xi si tie er na,Систьерна,Сістьєрна,ثيستيرنا,西斯铁尔纳		ES	55	LE	24056	3652	Europe/Madrid
6358603	Congosto	congosto			ES	55	LE	24057	1676	Europe/Madrid
6358604	Corbillos de los Oteros	corbillos-de-los-oteros			ES	55	LE	24058	226	Europe/Madrid
6358605	Corullón	corullon			ES	55	LE	24059	1080	Europe/Madrid
6358606	Crémenes	cremenes			ES	55	LE	24060	614	Europe/Madrid
6358607	Cuadros	cuadros	Kuadros,kua de luo si,kuadorosu,Куадрос,クアドロス,夸德罗斯		ES	55	LE	24061	2010	Europe/Madrid
6358608	Cubillas de los Oteros	cubillas-de-los-oteros			ES	55	LE	24062	154	Europe/Madrid
6358609	Cubillas de Rueda	cubillas-de-rueda			ES	55	LE	24063	512	Europe/Madrid
6358610	Cubillos del Sil	cubillos-del-sil			ES	55	LE	24064	1852	Europe/Madrid
6358611	Chozas de Abajo	chozas-de-abajo			ES	55	LE	24065	2415	Europe/Madrid
6358612	Destriana	destriana			ES	55	LE	24066	597	Europe/Madrid
6358613	Encinedo	encinedo			ES	55	LE	24067	828	Europe/Madrid
6358614	Ercina, La	ercina-la			ES	55	LE	24068	537	Europe/Madrid
6358615	Escobar de Campos	escobar-de-campos			ES	55	LE	24069	52	Europe/Madrid
6358616	Fabero	fabero	Fabeiro,Fabero,fa wei luo,fybrw,Фаберо,فیبرو,法韦罗		ES	55	LE	24070	5106	Europe/Madrid
6358617	Folgoso de la Ribera	folgoso-de-la-ribera			ES	55	LE	24071	1226	Europe/Madrid
6358618	Fresno de la Vega	fresno-de-la-vega			ES	55	LE	24073	654	Europe/Madrid
6358619	Fuentes de Carbajal	fuentes-de-carbajal			ES	55	LE	24074	115	Europe/Madrid
6358620	Garrafe de Torío	garrafe-de-torio	Garrafe-de-Torio,jia la fei de tuo li ao,Гаррафе-де-Торио,Гаррафе-де-Торіо,加拉费德托里奥		ES	55	LE	24076	1374	Europe/Madrid
6358621	Gordaliza del Pino	gordaliza-del-pino			ES	55	LE	24077	283	Europe/Madrid
6358622	Gordoncillo	gordoncillo			ES	55	LE	24078	494	Europe/Madrid
6358623	Gradefes	gradefes			ES	55	LE	24079	1074	Europe/Madrid
6358624	Grajal de Campos	grajal-de-campos			ES	55	LE	24080	238	Europe/Madrid
6358625	Gusendos de los Oteros	gusendos-de-los-oteros			ES	55	LE	24081	142	Europe/Madrid
6358626	Hospital de Órbigo	hospital-de-orbigo			ES	55	LE	24082	1005	Europe/Madrid
6358627	Igüeña	igueena			ES	55	LE	24083	1356	Europe/Madrid
6358628	Izagre	izagre			ES	55	LE	24084	204	Europe/Madrid
6358629	Joarilla de las Matas	joarilla-de-las-matas			ES	55	LE	24086	354	Europe/Madrid
6358630	Laguna Dalga	laguna-dalga			ES	55	LE	24087	725	Europe/Madrid
6358631	Laguna de Negrillos	laguna-de-negrillos			ES	55	LE	24088	1123	Europe/Madrid
6358632	Lucillo	lucillo			ES	55	LE	24090	414	Europe/Madrid
6358633	Luyego	luyego			ES	55	LE	24091	747	Europe/Madrid
6358634	Llamas de la Ribera	llamas-de-la-ribera			ES	55	LE	24092	963	Europe/Madrid
6358635	Magaz de Cepeda	magaz-de-cepeda			ES	55	LE	24093	397	Europe/Madrid
6358636	Mansilla de las Mulas	mansilla-de-las-mulas			ES	55	LE	24094	1922	Europe/Madrid
6358637	Mansilla Mayor	mansilla-mayor			ES	55	LE	24095	325	Europe/Madrid
6358638	Maraña	marana			ES	55	LE	24096	162	Europe/Madrid
6358639	Matadeón de los Oteros	matadeon-de-los-oteros			ES	55	LE	24097	277	Europe/Madrid
6358640	Matallana de Torío	matallana-de-torio			ES	55	LE	24098	1403	Europe/Madrid
6358641	Matanza	matanza			ES	55	LE	24099	232	Europe/Madrid
6358642	Molinaseca	molinaseca			ES	55	LE	24100	886	Europe/Madrid
6358643	Murias de Paredes	murias-de-paredes			ES	55	LE	24101	483	Europe/Madrid
6358644	Noceda del Bierzo	noceda-del-bierzo			ES	55	LE	24102	760	Europe/Madrid
6358645	Oencia	oencia			ES	55	LE	24103	349	Europe/Madrid
6358646	Omañas, Las	omanas-las			ES	55	LE	24104	315	Europe/Madrid
6358647	Onzonilla	onzonilla			ES	55	LE	24105	1764	Europe/Madrid
6358648	Oseja de Sajambre	oseja-de-sajambre			ES	55	LE	24106	312	Europe/Madrid
6358649	Pajares de los Oteros	pajares-de-los-oteros			ES	55	LE	24107	362	Europe/Madrid
6358650	Palacios de la Valduerna	palacios-de-la-valduerna			ES	55	LE	24108	448	Europe/Madrid
6358651	Palacios del Sil	palacios-del-sil			ES	55	LE	24109	1159	Europe/Madrid
6358652	Páramo del Sil	paramo-del-sil			ES	55	LE	24110	1421	Europe/Madrid
6358653	Peranzanes	peranzanes			ES	55	LE	24112	332	Europe/Madrid
6358654	Pobladura de Pelayo García	pobladura-de-pelayo-garcia			ES	55	LE	24113	426	Europe/Madrid
6358655	Pola de Gordón, La	pola-de-gordon-la			ES	55	LE	24114	3905	Europe/Madrid
6358656	Ponferrada	ponferrada			ES	55	LE	24115	68549	Europe/Madrid
6358657	Posada de Valdeón	posada-de-valdeon			ES	55	LE	24116	485	Europe/Madrid
6358658	Pozuelo del Páramo	pozuelo-del-paramo			ES	55	LE	24117	519	Europe/Madrid
6358659	Prado de la Guzpeña	prado-de-la-guzpena			ES	55	LE	24118	138	Europe/Madrid
6358660	Priaranza del Bierzo	priaranza-del-bierzo			ES	55	LE	24119	828	Europe/Madrid
6358661	Prioro	prioro			ES	55	LE	24120	404	Europe/Madrid
6358662	Puebla de Lillo	puebla-de-lillo			ES	55	LE	24121	704	Europe/Madrid
6358663	Puente de Domingo Flórez	puente-de-domingo-florez			ES	55	LE	24122	1633	Europe/Madrid
6358664	Quintana del Castillo	quintana-del-castillo			ES	55	LE	24123	869	Europe/Madrid
6358665	Quintana del Marco	quintana-del-marco			ES	55	LE	24124	450	Europe/Madrid
6358666	Quintana y Congosto	quintana-y-congosto			ES	55	LE	24125	484	Europe/Madrid
6358667	Regueras de Arriba	regueras-de-arriba			ES	55	LE	24127	332	Europe/Madrid
6358669	Riaño	riano	Rian'jo,li ya ni ao,Ріаньйо,里亚尼奥		ES	55	LE	24130	512	Europe/Madrid
6358670	Riego de la Vega	riego-de-la-vega			ES	55	LE	24131	892	Europe/Madrid
6358671	Riello	riello			ES	55	LE	24132	700	Europe/Madrid
6358672	Rioseco de Tapia	rioseco-de-tapia			ES	55	LE	24133	400	Europe/Madrid
6358673	Robla, La	robla-la			ES	55	LE	24134	4610	Europe/Madrid
6358674	Roperuelos del Páramo	roperuelos-del-paramo			ES	55	LE	24136	624	Europe/Madrid
6358675	Sabero	sabero			ES	55	LE	24137	1353	Europe/Madrid
6358676	Sahagún	sahagun	Saagun,Safagun,Safagún,sa a gong,saagun,Саагун,サアグン,萨阿贡		ES	55	LE	24139	2811	Europe/Madrid
6358677	San Adrián del Valle	san-adrian-del-valle			ES	55	LE	24141	123	Europe/Madrid
6358678	San Andrés del Rabanedo	san-andres-del-rabanedo			ES	55	LE	24142	31742	Europe/Madrid
6358679	Sancedo	sancedo			ES	55	LE	24143	574	Europe/Madrid
6358680	San Cristóbal de la Polantera	san-cristobal-de-la-polantera			ES	55	LE	24144	825	Europe/Madrid
6358681	San Emiliano	san-emiliano			ES	55	LE	24145	699	Europe/Madrid
6358682	San Esteban de Nogales	san-esteban-de-nogales			ES	55	LE	24146	289	Europe/Madrid
6358683	San Justo de la Vega	san-justo-de-la-vega			ES	55	LE	24148	1997	Europe/Madrid
6358684	San Millán de los Caballeros	san-millan-de-los-caballeros			ES	55	LE	24149	188	Europe/Madrid
6358685	San Pedro Bercianos	san-pedro-bercianos			ES	55	LE	24150	271	Europe/Madrid
6358686	Santa Colomba de Curueño	santa-colomba-de-curueno			ES	55	LE	24151	555	Europe/Madrid
6358687	Santa Colomba de Somoza	santa-colomba-de-somoza			ES	55	LE	24152	505	Europe/Madrid
6358688	Santa Cristina de Valmadrigal	santa-cristina-de-valmadrigal			ES	55	LE	24153	308	Europe/Madrid
6358689	Santa Elena de Jamuz	santa-elena-de-jamuz			ES	55	LE	24154	1217	Europe/Madrid
6358690	Santa María de la Isla	santa-maria-de-la-isla			ES	55	LE	24155	569	Europe/Madrid
6358691	Santa María del Monte de Cea	santa-maria-del-monte-de-cea			ES	55	LE	24156	269	Europe/Madrid
6358692	Santa María del Páramo	santa-maria-del-paramo			ES	55	LE	24157	3183	Europe/Madrid
6358693	Santa María de Ordás	santa-maria-de-ordas			ES	55	LE	24158	347	Europe/Madrid
6358694	Santa Marina del Rey	santa-marina-del-rey			ES	55	LE	24159	2103	Europe/Madrid
6358695	Santas Martas	santas-martas			ES	55	LE	24160	857	Europe/Madrid
6358696	Santiago Millas	santiago-millas			ES	55	LE	24161	339	Europe/Madrid
6358697	Santovenia de la Valdoncina	santovenia-de-la-valdoncina			ES	55	LE	24162	1987	Europe/Madrid
6358698	Sariegos	sariegos			ES	55	LE	24163	4671	Europe/Madrid
6358699	Sena de Luna	sena-de-luna			ES	55	LE	24164	412	Europe/Madrid
6358700	Sobrado	sobrado			ES	55	LE	24165	363	Europe/Madrid
6358701	Soto de la Vega	soto-de-la-vega			ES	55	LE	24166	1724	Europe/Madrid
6358702	Soto y Amío	soto-y-amio			ES	55	LE	24167	905	Europe/Madrid
6358703	Toral de los Guzmanes	toral-de-los-guzmanes			ES	55	LE	24168	580	Europe/Madrid
6358704	Toreno	toreno			ES	55	LE	24169	3595	Europe/Madrid
6358705	Torre del Bierzo	torre-del-bierzo			ES	55	LE	24170	2460	Europe/Madrid
6358706	Trabadelo	trabadelo			ES	55	LE	24171	430	Europe/Madrid
6358707	Truchas	truchas			ES	55	LE	24172	508	Europe/Madrid
6358708	Turcia	turcia			ES	55	LE	24173	1112	Europe/Madrid
6358709	Urdiales del Páramo	urdiales-del-paramo			ES	55	LE	24174	549	Europe/Madrid
6358710	Valdefresno	valdefresno			ES	55	LE	24175	2046	Europe/Madrid
6358711	Valdefuentes del Páramo	valdefuentes-del-paramo			ES	55	LE	24176	354	Europe/Madrid
6358712	Valdelugueros	valdelugueros			ES	55	LE	24177	526	Europe/Madrid
6358713	Valdemora	valdemora			ES	55	LE	24178	85	Europe/Madrid
6358714	Valdepiélago	valdepielago			ES	55	LE	24179	361	Europe/Madrid
6358715	Valdepolo	valdepolo			ES	55	LE	24180	1328	Europe/Madrid
6358716	Valderas	valderas			ES	55	LE	24181	1943	Europe/Madrid
6358717	Valderrey	valderrey			ES	55	LE	24182	487	Europe/Madrid
6358718	Valderrueda	valderrueda	Val'derrueda,Val'derruehda,ba er de lu ai da,Вальдерруеда,Вальдерруэда,巴尔德鲁埃达		ES	55	LE	24183	979	Europe/Madrid
6358719	Valdesamario	valdesamario			ES	55	LE	24184	222	Europe/Madrid
6358720	Val de San Lorenzo	val-de-san-lorenzo			ES	55	LE	24185	578	Europe/Madrid
6358721	Valdevimbre	valdevimbre			ES	55	LE	24187	1038	Europe/Madrid
6358722	Valencia de Don Juan	valencia-de-don-juan			ES	55	LE	24188	5184	Europe/Madrid
6358723	Valverde de la Virgen	valverde-de-la-virgen			ES	55	LE	24189	7118	Europe/Madrid
6358724	Valverde-Enrique	valverde-enrique			ES	55	LE	24190	189	Europe/Madrid
6358725	Vallecillo	vallecillo			ES	55	LE	24191	133	Europe/Madrid
6358726	Vecilla, La	vecilla-la			ES	55	LE	24193	428	Europe/Madrid
6358727	Vegacervera	vegacervera			ES	55	LE	24194	351	Europe/Madrid
6358728	Vega de Espinareda	vega-de-espinareda			ES	55	LE	24196	2419	Europe/Madrid
6358729	Vega de Infanzones	vega-de-infanzones			ES	55	LE	24197	925	Europe/Madrid
6358730	Vega de Valcarce	vega-de-valcarce			ES	55	LE	24198	706	Europe/Madrid
6358731	Vegaquemada	vegaquemada			ES	55	LE	24199	467	Europe/Madrid
6358732	Vegas del Condado	vegas-del-condado			ES	55	LE	24201	1158	Europe/Madrid
6358733	Villablino	villablino			ES	55	LE	24202	10220	Europe/Madrid
6358734	Villabraz	villabraz			ES	55	LE	24203	110	Europe/Madrid
6358735	Villadangos del Páramo	villadangos-del-paramo			ES	55	LE	24205	1111	Europe/Madrid
6358736	Toral de los Vados	toral-de-los-vados	Villadecanes		ES	55	LE	24206	2130	Europe/Madrid
6358737	Villademor de la Vega	villademor-de-la-vega			ES	55	LE	24207	395	Europe/Madrid
6358738	Villafranca del Bierzo	villafranca-del-bierzo			ES	55	LE	24209	3463	Europe/Madrid
6358739	Villagatón	villagaton			ES	55	LE	24210	638	Europe/Madrid
6358740	Villamandos	villamandos			ES	55	LE	24211	326	Europe/Madrid
6358741	Villamañán	villamanan			ES	55	LE	24212	1282	Europe/Madrid
6358742	Villamartín de Don Sancho	villamartin-de-don-sancho			ES	55	LE	24213	157	Europe/Madrid
6358743	Villamejil	villamejil			ES	55	LE	24214	773	Europe/Madrid
6358744	Villamol	villamol			ES	55	LE	24215	182	Europe/Madrid
6358745	Villamontán de la Valduerna	villamontan-de-la-valduerna			ES	55	LE	24216	858	Europe/Madrid
6358746	Villamoratiel de las Matas	villamoratiel-de-las-matas			ES	55	LE	24217	156	Europe/Madrid
6358747	Villanueva de las Manzanas	villanueva-de-las-manzanas			ES	55	LE	24218	522	Europe/Madrid
6358748	Villaobispo de Otero	villaobispo-de-otero			ES	55	LE	24219	653	Europe/Madrid
6358749	Villaquejida	villaquejida			ES	55	LE	24221	979	Europe/Madrid
6358750	Villaquilambre	villaquilambre			ES	55	LE	24222	18124	Europe/Madrid
6358751	Villarejo de Órbigo	villarejo-de-orbigo			ES	55	LE	24223	3244	Europe/Madrid
6358752	Villares de Órbigo	villares-de-orbigo			ES	55	LE	24224	708	Europe/Madrid
6358753	Villasabariego	villasabariego			ES	55	LE	24225	1248	Europe/Madrid
6358754	Villaselán	villaselan			ES	55	LE	24226	225	Europe/Madrid
6358755	Villaturiel	villaturiel			ES	55	LE	24227	1941	Europe/Madrid
6358756	Villazala	villazala			ES	55	LE	24228	779	Europe/Madrid
6358757	Villazanzo de Valderaduey	villazanzo-de-valderaduey			ES	55	LE	24229	520	Europe/Madrid
6358758	Zotes del Páramo	zotes-del-paramo			ES	55	LE	24230	485	Europe/Madrid
6358759	Villamanín	villamanin			ES	55	LE	24901	1109	Europe/Madrid
6358760	Villaornate y Castro	villaornate-y-castro			ES	55	LE	24902	401	Europe/Madrid
6358761	Abella de la Conca	abella-de-la-conca			ES	56	L	25001	174	Europe/Madrid
6358762	Àger	ager	Ager,Axer,Azher,a he er,Ажер,Ախեր,阿赫尔		ES	56	L	25002	593	Europe/Madrid
6358763	Agramunt	agramunt	Agramun,a ge la meng te,agramant,agramnt,Аграмун,Ագրամուն,آگرامنت,اگرامانت,阿格拉蒙特		ES	56	L	25003	5633	Europe/Madrid
6358764	els Alamús	els-alamus			ES	56	L	25004	751	Europe/Madrid
6358765	Alàs i Cerc	alas-i-cerc			ES	56	L	25005	376	Europe/Madrid
6358766	l'Albagés	l-albages			ES	56	L	25006	425	Europe/Madrid
6358767	Albatàrrec	albatarrec			ES	56	L	25007	2113	Europe/Madrid
6358768	Albesa	albesa			ES	56	L	25008	1652	Europe/Madrid
6358769	l'Albi	l-albi			ES	56	L	25009	860	Europe/Madrid
6358770	Alcanó	alcano			ES	56	L	25010	237	Europe/Madrid
6358771	Alcarràs	alcarras			ES	56	L	25011	8755	Europe/Madrid
6358772	Alcoletge	alcoletge			ES	56	L	25012	3191	Europe/Madrid
6358773	Alfarràs	alfarras			ES	56	L	25013	3077	Europe/Madrid
6358774	Alfés	alfes			ES	56	L	25014	342	Europe/Madrid
6358775	Algerri	algerri			ES	56	L	25015	438	Europe/Madrid
6358776	Alguaire	alguaire			ES	56	L	25016	3105	Europe/Madrid
6358777	Alins	alins	Alins,a lin si,alyns,Алинс,Ալինս,الینس,阿林斯		ES	56	L	25017	306	Europe/Madrid
6358778	Almacelles	almacelles			ES	56	L	25019	6728	Europe/Madrid
6358779	Almatret	almatret			ES	56	L	25020	354	Europe/Madrid
6358780	Almenar	almenar			ES	56	L	25021	3653	Europe/Madrid
6358781	Alòs de Balaguer	alos-de-balaguer			ES	56	L	25022	134	Europe/Madrid
6358782	Alpicat	alpicat			ES	56	L	25023	6203	Europe/Madrid
6358783	Alt Àneu	alt-aneu			ES	56	L	25024	439	Europe/Madrid
6358784	Naut Aran	naut-aran	Alto Aran,Alto Arán,Nau-Aran,Naut Aran,Naut-Aran,shang a lan,Нау-Аран,Наут-Аран,Նաուտ Արան,上阿兰		ES	56	L	25025	1758	Europe/Madrid
6358785	Anglesola	anglesola			ES	56	L	25027	1385	Europe/Madrid
6358786	Arbeca	arbeca			ES	56	L	25029	2493	Europe/Madrid
6358787	el Pont de Bar	el-pont-de-bar			ES	56	L	25030	184	Europe/Madrid
6358788	Arres	arres			ES	56	L	25031	65	Europe/Madrid
6358789	Arsèguel	arseguel			ES	56	L	25032	91	Europe/Madrid
6358790	Artesa de Lleida	artesa-de-lleida			ES	56	L	25033	1507	Europe/Madrid
6358791	Artesa de Segre	artesa-de-segre			ES	56	L	25034	3759	Europe/Madrid
6358792	la Sentiu de Sió	la-sentiu-de-sio			ES	56	L	25035	471	Europe/Madrid
6358793	Aspa	aspa			ES	56	L	25036	216	Europe/Madrid
6358794	les Avellanes i Santa Linya	les-avellanes-i-santa-linya			ES	56	L	25037	458	Europe/Madrid
6358795	Aitona	aitona			ES	56	L	25038	2419	Europe/Madrid
6358796	Baix Pallars	baix-pallars			ES	56	L	25039	362	Europe/Madrid
6358797	Balaguer	balaguer	Balage,Balager,ba la ge er,balaghwar,balagwyr,barage,Μπαλαγέ,Балагер,Балаґе,Բալագեր,بالاغوار,بالاگوئر,バラゲー,巴拉格尔		ES	56	L	25040	16952	Europe/Madrid
6358798	Barbens	barbens			ES	56	L	25041	928	Europe/Madrid
6358799	la Baronia de Rialb	la-baronia-de-rialb			ES	56	L	25042	255	Europe/Madrid
6358800	la Vall de Boí	la-vall-de-boi	la Vall de Boi,la Vall de Boí		ES	56	L	25043	1052	Europe/Madrid
6358801	Bassella	bassella	Basel'ja,Baselja,Basella,Baselya,ba sai li ya,Баселья,Баселя,Բասելյա,巴塞利亚		ES	56	L	25044	246	Europe/Madrid
6358802	Bausen	bausen			ES	56	L	25045	61	Europe/Madrid
6358803	Belianes	belianes			ES	56	L	25046	564	Europe/Madrid
6358804	Bellcaire d'Urgell	bellcaire-d-urgell			ES	56	L	25047	1350	Europe/Madrid
6358805	Bell-lloc d'Urgell	bell-lloc-d-urgell			ES	56	L	25048	2420	Europe/Madrid
6358806	Bellmunt d'Urgell	bellmunt-d-urgell			ES	56	L	25049	196	Europe/Madrid
6358807	Bellpuig	bellpuig			ES	56	L	25050	4975	Europe/Madrid
6358808	Bellver de Cerdanya	bellver-de-cerdanya	Bal'be-da-Sardan'ja,Bel'ver-de-Serdan'ja,Bellver de Cerdana,Bellver de Cerdaña,Belver de Serdania,bei li wei er de sai er da ni ya,Бальбе-да-Сарданья,Бельвер-де-Серданья,Բելվեր դե Սերդանիա,贝利韦尔德塞尔达尼亚		ES	56	L	25051	2300	Europe/Madrid
6358809	Bellvís	bellvis			ES	56	L	25052	2391	Europe/Madrid
6358810	Benavent de Segrià	benavent-de-segria			ES	56	L	25053	1540	Europe/Madrid
6358811	Biosca	biosca			ES	56	L	25055	213	Europe/Madrid
6358812	Bovera	bovera			ES	56	L	25056	315	Europe/Madrid
6358813	es Bòrdes	es-bordes			ES	56	L	25057	238	Europe/Madrid
6358814	les Borges Blanques	les-borges-blanques			ES	56	L	25058	6060	Europe/Madrid
6358815	Bossòst	bossost			ES	56	L	25059	1179	Europe/Madrid
6358816	Cabanabona	cabanabona			ES	56	L	25060	100	Europe/Madrid
6358817	Cabó	cabo			ES	56	L	25061	94	Europe/Madrid
6358818	Camarasa	camarasa			ES	56	L	25062	945	Europe/Madrid
6358819	Canejan	canejan			ES	56	L	25063	109	Europe/Madrid
6358820	Castellar de la Ribera	castellar-de-la-ribera			ES	56	L	25064	159	Europe/Madrid
6358821	Castelldans	castelldans			ES	56	L	25067	1028	Europe/Madrid
6358822	Castellnou de Seana	castellnou-de-seana			ES	56	L	25068	766	Europe/Madrid
6358823	Castelló de Farfanya	castello-de-farfanya			ES	56	L	25069	549	Europe/Madrid
6358824	Castellserà	castellsera			ES	56	L	25070	1089	Europe/Madrid
6358825	Cava	cava			ES	56	L	25071	60	Europe/Madrid
6358826	Cervera	cervera	Servera,sai er wei la,sarubera,Сервера,Սերվերա,サルベラ,塞尔韦拉		ES	56	L	25072	9440	Europe/Madrid
6358827	Cervià de les Garrigues	cervia-de-les-garrigues			ES	56	L	25073	746	Europe/Madrid
6358828	Ciutadilla	ciutadilla			ES	56	L	25074	207	Europe/Madrid
6358829	Clariana de Cardener	clariana-de-cardener			ES	56	L	25075	142	Europe/Madrid
6358830	el Cogul	el-cogul			ES	56	L	25076	197	Europe/Madrid
6358831	Coll de Nargó	coll-de-nargo			ES	56	L	25077	595	Europe/Madrid
6358832	Corbins	corbins			ES	56	L	25078	1403	Europe/Madrid
6358833	Cubells	cubells			ES	56	L	25079	409	Europe/Madrid
6358834	l'Espluga Calba	l-espluga-calba			ES	56	L	25081	399	Europe/Madrid
6358835	Espot	espot			ES	56	L	25082	355	Europe/Madrid
6358836	Estaràs	estaras			ES	56	L	25085	168	Europe/Madrid
6358837	Esterri d'Àneu	esterri-d-aneu			ES	56	L	25086	900	Europe/Madrid
6358838	Esterri de Cardós	esterri-de-cardos			ES	56	L	25087	75	Europe/Madrid
6358839	Estamariu	estamariu			ES	56	L	25088	122	Europe/Madrid
6358840	Farrera	farrera			ES	56	L	25089	140	Europe/Madrid
6358841	la Floresta	la-floresta			ES	56	L	25092	164	Europe/Madrid
6358842	Fondarella	fondarella			ES	56	L	25093	825	Europe/Madrid
6358843	Foradada	foradada			ES	56	L	25094	184	Europe/Madrid
6358844	la Fuliola	la-fuliola			ES	56	L	25096	1320	Europe/Madrid
6358845	Fulleda	fulleda			ES	56	L	25097	103	Europe/Madrid
6358846	Gavet de la Conca	gavet-de-la-conca			ES	56	L	25098	306	Europe/Madrid
6358847	Golmés	golmes			ES	56	L	25099	1741	Europe/Madrid
6358848	Gósol	gosol			ES	56	L	25100	221	Europe/Madrid
6358849	la Granadella	la-granadella			ES	56	L	25101	750	Europe/Madrid
6358850	la Granja d'Escarp	la-granja-d-escarp			ES	56	L	25102	986	Europe/Madrid
6358851	Granyanella	granyanella			ES	56	L	25103	143	Europe/Madrid
6358852	Granyena de Segarra	granyena-de-segarra			ES	56	L	25104	136	Europe/Madrid
6358853	Granyena de les Garrigues	granyena-de-les-garrigues			ES	56	L	25105	175	Europe/Madrid
6358854	Guimerà	guimera			ES	56	L	25109	305	Europe/Madrid
6358855	Guissona	guissona			ES	56	L	25110	6763	Europe/Madrid
6358856	Guixers	guixers			ES	56	L	25111	132	Europe/Madrid
6358857	Ivars de Noguera	ivars-de-noguera			ES	56	L	25112	361	Europe/Madrid
6358858	Ivars d'Urgell	ivars-d-urgell			ES	56	L	25113	1647	Europe/Madrid
6358859	Ivorra	ivorra			ES	56	L	25114	118	Europe/Madrid
6358860	Isona i Conca Dellà	isona-i-conca-della			ES	56	L	25115	1083	Europe/Madrid
6358861	Juncosa	juncosa			ES	56	L	25118	458	Europe/Madrid
6358862	Juneda	juneda			ES	56	L	25119	3490	Europe/Madrid
6358863	Lleida	lleida	Ilerda,Ilerdo,L'ejda,Leida,Leria,Lerida,Lerida Seng,Lheida,Lhèida,Lieida,Ljeida,Lleyda,Léria,Lérida,Lérida Séng,lardt,laryda,le'ida,lie yi da,llyda,lryda,lyydh,ryeida,yeida,Λιέιδα,Љеида,Лерида,Льейда,Льєйда,Լլեյդա,ליידה,لاردة,لاریدا,لریدا,للیدا,लेइदा,リェイダ,列伊达,예이다		ES	56	L	25120	139834	Europe/Madrid
6358864	Linyola	linyola	Lin'ola,Liniola,Linola,Liñola,li ni ao la,Линьола,Լինիոլա,利尼奥拉		ES	56	L	25122	2661	Europe/Madrid
6358865	Lladorre	lladorre			ES	56	L	25123	239	Europe/Madrid
6358866	Lladurs	lladurs			ES	56	L	25124	180	Europe/Madrid
6358867	Llardecans	llardecans			ES	56	L	25125	505	Europe/Madrid
6358868	Llavorsí	llavorsi			ES	56	L	25126	366	Europe/Madrid
6358869	Lles de Cerdanya	lles-de-cerdanya			ES	56	L	25127	269	Europe/Madrid
6358870	Llimiana	llimiana	Llimiana		ES	56	L	25128	183	Europe/Madrid
6358871	Llobera	llobera			ES	56	L	25129	206	Europe/Madrid
6358872	Maldà	malda			ES	56	L	25130	239	Europe/Madrid
6358873	Massalcoreig	massalcoreig			ES	56	L	25131	575	Europe/Madrid
6358874	Massoteres	massoteres			ES	56	L	25132	207	Europe/Madrid
6358875	Maials	maials	Majal's,Mayals,mai a er si,mayalas,Маяльс,Մայալս,مايالاس,迈阿尔斯		ES	56	L	25133	980	Europe/Madrid
6358876	Menàrguens	menarguens			ES	56	L	25134	882	Europe/Madrid
6358877	Miralcamp	miralcamp			ES	56	L	25135	1432	Europe/Madrid
6358878	la Molsosa	la-molsosa			ES	56	L	25136	115	Europe/Madrid
6358879	Mollerussa	mollerussa	Mol'erussa,Mollerusa,Molyerusa,mo lie lu sa,Мольерусса,Մոլյերուսա,莫列鲁萨		ES	56	L	25137	14729	Europe/Madrid
6358880	Montgai	montgai			ES	56	L	25138	701	Europe/Madrid
6358881	Montellà i Martinet	montella-i-martinet			ES	56	L	25139	683	Europe/Madrid
6358882	Montferrer i Castellbò	montferrer-i-castellbo			ES	56	L	25140	1036	Europe/Madrid
6358883	Montoliu de Segarra	montoliu-de-segarra			ES	56	L	25141	197	Europe/Madrid
6358884	Montoliu de Lleida	montoliu-de-lleida			ES	56	L	25142	511	Europe/Madrid
6358885	Montornès de Segarra	montornes-de-segarra			ES	56	L	25143	92	Europe/Madrid
6358886	Nalec	nalec			ES	56	L	25145	97	Europe/Madrid
6358887	Navès	naves			ES	56	L	25146	274	Europe/Madrid
6358888	Odèn	oden	Oden,Odén,ao deng,Оден,Օդեն,奥登		ES	56	L	25148	268	Europe/Madrid
6358889	Oliana	oliana			ES	56	L	25149	1920	Europe/Madrid
6358890	Oliola	oliola			ES	56	L	25150	219	Europe/Madrid
6358891	Olius	olius			ES	56	L	25151	881	Europe/Madrid
6358892	les Oluges	les-oluges			ES	56	L	25152	167	Europe/Madrid
6358893	els Omellons	els-omellons			ES	56	L	25153	243	Europe/Madrid
6358894	els Omells de na Gaia	els-omells-de-na-gaia			ES	56	L	25154	151	Europe/Madrid
6358895	Organyà	organya			ES	56	L	25155	895	Europe/Madrid
6358896	Os de Balaguer	os-de-balaguer			ES	56	L	25156	991	Europe/Madrid
6358897	Ossó de Sió	osso-de-sio			ES	56	L	25157	218	Europe/Madrid
6358898	el Palau d'Anglesola	el-palau-d-anglesola			ES	56	L	25158	2185	Europe/Madrid
6358899	Conca de Dalt	conca-de-dalt	Konka-de-Dal't,kong ka de da er te,Конка-де-Дальт,孔卡德达尔特		ES	56	L	25161	433	Europe/Madrid
6358900	la Coma i la Pedra	la-coma-i-la-pedra			ES	56	L	25163	274	Europe/Madrid
6358901	Penelles	penelles			ES	56	L	25164	524	Europe/Madrid
6358902	Peramola	peramola			ES	56	L	25165	369	Europe/Madrid
6358903	Pinell de Solsonès	pinell-de-solsones			ES	56	L	25166	210	Europe/Madrid
6358904	Pinós	pinos			ES	56	L	25167	302	Europe/Madrid
6358905	el Poal	el-poal			ES	56	L	25168	649	Europe/Madrid
6358906	la Pobla de Cérvoles	la-pobla-de-cervoles			ES	56	L	25169	245	Europe/Madrid
6358907	Bellaguarda	bellaguarda			ES	56	L	25170	335	Europe/Madrid
6358908	la Pobla de Segur	la-pobla-de-segur			ES	56	L	25171	3156	Europe/Madrid
6358909	Ponts	ponts			ES	56	L	25172	2698	Europe/Madrid
6358910	el Pont de Suert	el-pont-de-suert	El Pont de Suert,el Pont de Suert		ES	56	L	25173	2516	Europe/Madrid
6358911	la Portella	la-portella			ES	56	L	25174	772	Europe/Madrid
6358912	Prats i Sansor	prats-i-sansor			ES	56	L	25175	296	Europe/Madrid
6358913	Preixana	preixana			ES	56	L	25176	410	Europe/Madrid
6358914	Preixens	preixens			ES	56	L	25177	471	Europe/Madrid
6358915	Prullans	prullans			ES	56	L	25179	240	Europe/Madrid
6358916	Puiggròs	puiggros			ES	56	L	25180	313	Europe/Madrid
6358917	Puigverd d'Agramunt	puigverd-d-agramunt			ES	56	L	25181	273	Europe/Madrid
6358918	Puigverd de Lleida	puigverd-de-lleida			ES	56	L	25182	1442	Europe/Madrid
6358919	Rialp	rialp			ES	56	L	25183	680	Europe/Madrid
6358920	Ribera d'Urgellet	ribera-d-urgellet			ES	56	L	25185	997	Europe/Madrid
6358921	Riner	riner			ES	56	L	25186	294	Europe/Madrid
6358922	Rosselló	rossello			ES	56	L	25189	3103	Europe/Madrid
6358923	Salàs de Pallars	salas-de-pallars			ES	56	L	25190	368	Europe/Madrid
6358924	Sanaüja	sanaueja			ES	56	L	25191	458	Europe/Madrid
6358925	Sant Guim de Freixenet	sant-guim-de-freixenet			ES	56	L	25192	1104	Europe/Madrid
6358926	Sant Llorenç de Morunys	sant-llorenc-de-morunys			ES	56	L	25193	1038	Europe/Madrid
6358927	Sant Ramon	sant-ramon			ES	56	L	25194	541	Europe/Madrid
6358928	Sant Esteve de la Sarga	sant-esteve-de-la-sarga			ES	56	L	25196	141	Europe/Madrid
6358929	Sant Guim de la Plana	sant-guim-de-la-plana			ES	56	L	25197	191	Europe/Madrid
6358930	Sarroca de Lleida	sarroca-de-lleida			ES	56	L	25200	408	Europe/Madrid
6358931	Sarroca de Bellera	sarroca-de-bellera			ES	56	L	25201	129	Europe/Madrid
6358932	Senterada	senterada			ES	56	L	25202	133	Europe/Madrid
6358933	la Seu d'Urgell	la-seu-d-urgell			ES	56	L	25203	12529	Europe/Madrid
6358934	Seròs	seros	Seros,Serós,sai luo si,srws,Серос,Սերոս,سروس,塞罗斯		ES	56	L	25204	1907	Europe/Madrid
6358935	Sidamon	sidamon			ES	56	L	25205	736	Europe/Madrid
6358936	el Soleràs	el-soleras			ES	56	L	25206	368	Europe/Madrid
6358937	Solsona	solsona			ES	56	L	25207	9201	Europe/Madrid
6358938	Soriguera	soriguera			ES	56	L	25208	370	Europe/Madrid
6358939	Sort	sort			ES	56	L	25209	2322	Europe/Madrid
6358940	Soses	soses			ES	56	L	25210	1774	Europe/Madrid
6358941	Sudanell	sudanell			ES	56	L	25211	887	Europe/Madrid
6358942	Sunyer	sunyer			ES	56	L	25212	297	Europe/Madrid
6358943	Talarn	talarn			ES	56	L	25215	564	Europe/Madrid
6358944	Talavera	talavera			ES	56	L	25216	288	Europe/Madrid
6358945	Tàrrega	tarrega	Tarega,Tarrega,Tárrega,ta lei jia,taraga,Τάρεγα,Таррега,Տառեգա,タラガ,塔雷加		ES	56	L	25217	16731	Europe/Madrid
6358946	Tarrés	tarres			ES	56	L	25218	107	Europe/Madrid
6358947	Tarroja de Segarra	tarroja-de-segarra			ES	56	L	25219	173	Europe/Madrid
6358948	Térmens	termens			ES	56	L	25220	1587	Europe/Madrid
6358949	Tírvia	tirvia			ES	56	L	25221	156	Europe/Madrid
6358950	Tiurana	tiurana			ES	56	L	25222	80	Europe/Madrid
6358951	Torà	tora			ES	56	L	25223	1333	Europe/Madrid
6358952	els Torms	els-torms			ES	56	L	25224	169	Europe/Madrid
6358953	Tornabous	tornabous			ES	56	L	25225	925	Europe/Madrid
6358954	Torrebesses	torrebesses			ES	56	L	25226	302	Europe/Madrid
6358955	la Torre de Cabdella	la-torre-de-cabdella			ES	56	L	25227	755	Europe/Madrid
6358956	Torrefarrera	torrefarrera			ES	56	L	25228	4341	Europe/Madrid
6358957	Torregrossa	torregrossa			ES	56	L	25230	2234	Europe/Madrid
6358958	Torrelameu	torrelameu			ES	56	L	25231	723	Europe/Madrid
6358959	Torres de Segre	torres-de-segre			ES	56	L	25232	2165	Europe/Madrid
6358960	Torre-serona	torre-serona			ES	56	L	25233	356	Europe/Madrid
6358961	Tremp	tremp	Trem,Tremp,te lun pu,Τρεμ,Тремп,Տրեմպ,特伦普		ES	56	L	25234	6515	Europe/Madrid
6358962	Vallbona de les Monges	vallbona-de-les-monges			ES	56	L	25238	253	Europe/Madrid
6358963	les Valls de Valira	les-valls-de-valira			ES	56	L	25239	948	Europe/Madrid
6358964	Vallfogona de Balaguer	vallfogona-de-balaguer			ES	56	L	25240	1853	Europe/Madrid
6358965	Verdú	verdu			ES	56	L	25242	1008	Europe/Madrid
6358966	Vielha e Mijaran	vielha-e-mijaran	Bel'o-e-Mizharan,V'el'ja,Vielha,Viella Mitg Aran,Viella Mitg Arán,bie li ya mi te ge a lan,Бєльо-е-Міжаран,Вьелья,别利亚米特格阿兰		ES	56	L	25243	5454	Europe/Madrid
6358967	Vilagrassa	vilagrassa			ES	56	L	25244	497	Europe/Madrid
6358969	Vilamòs	vilamos			ES	56	L	25247	180	Europe/Madrid
6358970	Vilanova de Bellpuig	vilanova-de-bellpuig			ES	56	L	25248	1213	Europe/Madrid
6358971	Vilanova de l'Aguda	vilanova-de-l-aguda			ES	56	L	25249	242	Europe/Madrid
6358972	Vilanova de Meià	vilanova-de-meia			ES	56	L	25250	423	Europe/Madrid
6358973	Vilanova de Segrià	vilanova-de-segria			ES	56	L	25251	896	Europe/Madrid
6358974	Vila-sana	vila-sana			ES	56	L	25252	710	Europe/Madrid
6358975	el Vilosell	el-vilosell			ES	56	L	25253	197	Europe/Madrid
6358976	Vilanova de la Barca	vilanova-de-la-barca			ES	56	L	25254	1160	Europe/Madrid
6358977	Vinaixa	vinaixa			ES	56	L	25255	572	Europe/Madrid
6358978	Vall de Cardós	vall-de-cardos			ES	56	L	25901	406	Europe/Madrid
6358979	Sant Martí de Riucorb	sant-marti-de-riucorb			ES	56	L	25902	695	Europe/Madrid
6358980	la Guingueta d'Àneu	la-guingueta-d-aneu			ES	56	L	25903	341	Europe/Madrid
6358981	Castell de Mur	castell-de-mur			ES	56	L	25904	173	Europe/Madrid
6358982	Ribera d'Ondara	ribera-d-ondara			ES	56	L	25905	447	Europe/Madrid
6358983	les Valls d'Aguilar	les-valls-d-aguilar			ES	56	L	25906	300	Europe/Madrid
6358984	Torrefeta i Florejacs	torrefeta-i-florejacs	Torefeta i Florezaks,Torrefeta-i-Florezhaks,Torreflor,tuo lei fei tai fu luo lei ha ke si,Торрефета-и-Флорежакс,Տոռեֆետա ի Ֆլորեժակս,托雷费泰夫洛雷哈克斯		ES	56	L	25907	617	Europe/Madrid
6358985	Fígols i Alinyà	figols-i-alinya			ES	56	L	25908	278	Europe/Madrid
6358986	la Vansa i Fórnols	la-vansa-i-fornols			ES	56	L	25909	206	Europe/Madrid
6358987	Josa i Tuixén	josa-i-tuixen	Josa Tuixent,Josa i Tuixent,Josá Tuixent,Zhosa-i-Tushen,Zhoza-i-Tushen,Zosa i Tusen,huo sai tu yi ke sen,Жоза-і-Тушєн,Жоса-и-Тушен,Ժոսա ի Տուշեն,霍赛图伊克森		ES	56	L	25910	140	Europe/Madrid
6358988	els Plans de Sió	els-plans-de-sio			ES	56	L	25911	569	Europe/Madrid
6358989	Gimenells i el Pla de la Font	gimenells-i-el-pla-de-la-font			ES	56	L	25912	1170	Europe/Madrid
6358990	Riu de Cerdanya	riu-de-cerdanya			ES	56	L	25913	116	Europe/Madrid
6358991	Ábalos	abalos			ES	27	LO	26001	357	Europe/Madrid
6358992	Agoncillo	agoncillo	Agonciello,Agonsil'jo,Agonsil'o,a gong xi e,agwnsylw  la rywja,Агонсильо,Агонсільйо,اگونسیلو، لا ریوجا,阿贡西略		ES	27	LO	26002	1164	Europe/Madrid
6358993	Aguilar del Río Alhama	aguilar-del-rio-alhama			ES	27	LO	26003	546	Europe/Madrid
6358994	Ajamil de Cameros	ajamil-de-cameros			ES	27	LO	26004	79	Europe/Madrid
6358995	Albelda de Iregua	albelda-de-iregua			ES	27	LO	26005	3394	Europe/Madrid
6358996	Alberite	alberite			ES	27	LO	26006	2690	Europe/Madrid
6358997	Alcanadre	alcanadre			ES	27	LO	26007	748	Europe/Madrid
6358998	Aldeanueva de Ebro	aldeanueva-de-ebro			ES	27	LO	26008	2815	Europe/Madrid
6358999	Alesanco	alesanco			ES	27	LO	26009	541	Europe/Madrid
6359000	Alesón	aleson			ES	27	LO	26010	109	Europe/Madrid
6359001	Alfaro	alfaro	Al'faro,Alfaro,a er fa luo,alfarw  la rywja,Альфаро,Ալֆարո,الفارو، لا ریوجا,阿尔法罗		ES	27	LO	26011	9851	Europe/Madrid
6359002	Almarza de Cameros	almarza-de-cameros			ES	27	LO	26012	17	Europe/Madrid
6359003	Anguciana	anguciana			ES	27	LO	26013	471	Europe/Madrid
6359004	Anguiano	anguiano			ES	27	LO	26014	546	Europe/Madrid
6359005	Arenzana de Abajo	arenzana-de-abajo			ES	27	LO	26015	264	Europe/Madrid
6359006	Arenzana de Arriba	arenzana-de-arriba			ES	27	LO	26016	34	Europe/Madrid
6359007	Arnedillo	arnedillo			ES	27	LO	26017	484	Europe/Madrid
6359008	Arnedo	arnedo	Arnedo		ES	27	LO	26018	14548	Europe/Madrid
6359009	Arrúbal	arrubal			ES	27	LO	26019	498	Europe/Madrid
6359010	Ausejo	ausejo			ES	27	LO	26020	1106	Europe/Madrid
6359011	Autol	autol			ES	27	LO	26021	4442	Europe/Madrid
6359012	Azofra	azofra			ES	27	LO	26022	248	Europe/Madrid
6359013	Badarán	badaran			ES	27	LO	26023	583	Europe/Madrid
6359014	Bañares	banares			ES	27	LO	26024	303	Europe/Madrid
6359015	Baños de Rioja	banos-de-rioja			ES	27	LO	26025	96	Europe/Madrid
6359016	Baños de Río Tobía	banos-de-rio-tobia			ES	27	LO	26026	1662	Europe/Madrid
6359017	Berceo	berceo			ES	27	LO	26027	174	Europe/Madrid
6359018	Bergasa	bergasa			ES	27	LO	26028	150	Europe/Madrid
6359019	Bergasillas Bajera	bergasillas-bajera			ES	27	LO	26029	35	Europe/Madrid
6359020	Bezares	bezares			ES	27	LO	26030	20	Europe/Madrid
6359021	Bobadilla	bobadilla			ES	27	LO	26031	140	Europe/Madrid
6359022	Brieva de Cameros	brieva-de-cameros			ES	27	LO	26032	58	Europe/Madrid
6359023	Briñas	brinas			ES	27	LO	26033	242	Europe/Madrid
6359024	Briones	briones			ES	27	LO	26034	856	Europe/Madrid
6359025	Cabezón de Cameros	cabezon-de-cameros			ES	27	LO	26035	20	Europe/Madrid
6359026	Calahorra	calahorra			ES	27	LO	26036	24897	Europe/Madrid
6359027	Camprovín	camprovin			ES	27	LO	26037	179	Europe/Madrid
6359028	Canales de la Sierra	canales-de-la-sierra			ES	27	LO	26038	88	Europe/Madrid
6359029	Canillas de Río Tuerto	canillas-de-rio-tuerto			ES	27	LO	26039	42	Europe/Madrid
6359030	Cañas	canas			ES	27	LO	26040	93	Europe/Madrid
6359031	Cárdenas	cardenas			ES	27	LO	26041	178	Europe/Madrid
6359032	Casalarreina	casalarreina			ES	27	LO	26042	1355	Europe/Madrid
6359033	Castañares de Rioja	castanares-de-rioja			ES	27	LO	26043	474	Europe/Madrid
6359034	Castroviejo	castroviejo			ES	27	LO	26044	60	Europe/Madrid
6359035	Cellorigo	cellorigo			ES	27	LO	26045	13	Europe/Madrid
6359036	Cenicero	cenicero	Senisero,sai ni sai luo,Сенисеро,Сенісеро,Սենիսերո,塞尼塞罗		ES	27	LO	26046	2092	Europe/Madrid
6359037	Cervera del Río Alhama	cervera-del-rio-alhama			ES	27	LO	26047	2636	Europe/Madrid
6359038	Cidamón	cidamon			ES	27	LO	26048	32	Europe/Madrid
6359039	Cihuri	cihuri			ES	27	LO	26049	229	Europe/Madrid
6359040	Cirueña	ciruena			ES	27	LO	26050	128	Europe/Madrid
6359041	Clavijo	clavijo			ES	27	LO	26051	298	Europe/Madrid
6359042	Cordovín	cordovin			ES	27	LO	26052	182	Europe/Madrid
6359043	Corera	corera			ES	27	LO	26053	279	Europe/Madrid
6359044	Cornago	cornago			ES	27	LO	26054	405	Europe/Madrid
6359045	Corporales	corporales			ES	27	LO	26055	41	Europe/Madrid
6359046	Cuzcurrita de Río Tirón	cuzcurrita-de-rio-tiron			ES	27	LO	26056	510	Europe/Madrid
6359047	Daroca de Rioja	daroca-de-rioja			ES	27	LO	26057	59	Europe/Madrid
6359048	Enciso	enciso			ES	27	LO	26058	167	Europe/Madrid
6359049	Entrena	entrena			ES	27	LO	26059	1523	Europe/Madrid
6359050	Estollo	estollo			ES	27	LO	26060	98	Europe/Madrid
6359051	Ezcaray	ezcaray			ES	27	LO	26061	2054	Europe/Madrid
6359052	Foncea	foncea			ES	27	LO	26062	98	Europe/Madrid
6359053	Fonzaleche	fonzaleche			ES	27	LO	26063	159	Europe/Madrid
6359054	Fuenmayor	fuenmayor			ES	27	LO	26064	3195	Europe/Madrid
6359055	Galbárruli	galbarruli			ES	27	LO	26065	62	Europe/Madrid
6359056	Galilea	galilea			ES	27	LO	26066	381	Europe/Madrid
6359057	Gallinero de Cameros	gallinero-de-cameros			ES	27	LO	26067	25	Europe/Madrid
6359058	Gimileo	gimileo			ES	27	LO	26068	163	Europe/Madrid
6359059	Grañón	granon			ES	27	LO	26069	293	Europe/Madrid
6359060	Grávalos	gravalos			ES	27	LO	26070	229	Europe/Madrid
6359061	Haro	haro	Aro,a luo,alo,aro,Аро,Արո,アーロ,阿罗,아로		ES	27	LO	26071	11806	Europe/Madrid
6359062	Herce	herce			ES	27	LO	26072	362	Europe/Madrid
6359063	Herramélluri	herramelluri			ES	27	LO	26073	117	Europe/Madrid
6359064	Hervías	hervias			ES	27	LO	26074	142	Europe/Madrid
6359065	Hormilla	hormilla			ES	27	LO	26075	445	Europe/Madrid
6359066	Hormilleja	hormilleja			ES	27	LO	26076	162	Europe/Madrid
6359067	Hornillos de Cameros	hornillos-de-cameros			ES	27	LO	26077	14	Europe/Madrid
6359068	Hornos de Moncalvillo	hornos-de-moncalvillo			ES	27	LO	26078	94	Europe/Madrid
6359069	Huércanos	huercanos			ES	27	LO	26079	902	Europe/Madrid
6359070	Igea	igea			ES	27	LO	26080	698	Europe/Madrid
6359071	Jalón de Cameros	jalon-de-cameros			ES	27	LO	26081	23	Europe/Madrid
6359072	Laguna de Cameros	laguna-de-cameros			ES	27	LO	26082	135	Europe/Madrid
6359073	Lagunilla del Jubera	lagunilla-del-jubera			ES	27	LO	26083	327	Europe/Madrid
6359074	Lardero	lardero			ES	27	LO	26084	8750	Europe/Madrid
6359075	Ledesma de la Cogolla	ledesma-de-la-cogolla			ES	27	LO	26086	19	Europe/Madrid
6359076	Leiva	leiva			ES	27	LO	26087	290	Europe/Madrid
6359077	Leza de Río Leza	leza-de-rio-leza			ES	27	LO	26088	50	Europe/Madrid
6359078	Logroño	logrono	Logrono,Logroño		ES	27	LO	26089	151000	Europe/Madrid
6359079	Lumbreras	lumbreras			ES	27	LO	26091	164	Europe/Madrid
6359080	Manjarrés	manjarres			ES	27	LO	26092	141	Europe/Madrid
6359081	Mansilla de la Sierra	mansilla-de-la-sierra			ES	27	LO	26093	63	Europe/Madrid
6359082	Manzanares de Rioja	manzanares-de-rioja			ES	27	LO	26094	98	Europe/Madrid
6359083	Matute	matute			ES	27	LO	26095	131	Europe/Madrid
6359084	Medrano	medrano			ES	27	LO	26096	299	Europe/Madrid
6359085	Munilla	munilla			ES	27	LO	26098	123	Europe/Madrid
6359086	Murillo de Río Leza	murillo-de-rio-leza			ES	27	LO	26099	1787	Europe/Madrid
6359087	Muro de Aguas	muro-de-aguas			ES	27	LO	26100	65	Europe/Madrid
6359088	Muro en Cameros	muro-en-cameros			ES	27	LO	26101	48	Europe/Madrid
6359089	Nájera	najera			ES	27	LO	26102	8427	Europe/Madrid
6359090	Nalda	nalda			ES	27	LO	26103	1028	Europe/Madrid
6359091	Navajún	navajun			ES	27	LO	26104	20	Europe/Madrid
6359092	Navarrete	navarrete	Navarete,Navarret,Navarrete,na wa lei te,Наваррете,Նավառետե,纳瓦雷特		ES	27	LO	26105	2881	Europe/Madrid
6359093	Nestares	nestares			ES	27	LO	26106	79	Europe/Madrid
6359094	Nieva de Cameros	nieva-de-cameros			ES	27	LO	26107	99	Europe/Madrid
6359095	Ocón	ocon			ES	27	LO	26108	330	Europe/Madrid
6359096	Ochánduri	ochanduri			ES	27	LO	26109	109	Europe/Madrid
6359097	Ojacastro	ojacastro			ES	27	LO	26110	186	Europe/Madrid
6359098	Ollauri	ollauri			ES	27	LO	26111	314	Europe/Madrid
6359099	Ortigosa de Cameros	ortigosa-de-cameros			ES	27	LO	26112	280	Europe/Madrid
6359100	Pazuengos	pazuengos			ES	27	LO	26113	35	Europe/Madrid
6359101	Pedroso	pedroso			ES	27	LO	26114	82	Europe/Madrid
6359102	Pinillos	pinillos			ES	27	LO	26115	16	Europe/Madrid
6359103	Pradejón	pradejon			ES	27	LO	26117	4184	Europe/Madrid
6359104	Pradillo	pradillo			ES	27	LO	26118	67	Europe/Madrid
6359105	Préjano	prejano			ES	27	LO	26119	263	Europe/Madrid
6359106	Quel	quel			ES	27	LO	26120	2060	Europe/Madrid
6359107	Rabanera	rabanera			ES	27	LO	26121	45	Europe/Madrid
6359108	El Rasillo de Cameros	el-rasillo-de-cameros			ES	27	LO	26122	145	Europe/Madrid
6359109	Redal, El	redal-el			ES	27	LO	26123	163	Europe/Madrid
6359110	Ribafrecha	ribafrecha			ES	27	LO	26124	1010	Europe/Madrid
6359111	Rincón de Soto	rincon-de-soto			ES	27	LO	26125	3799	Europe/Madrid
6359112	Robres del Castillo	robres-del-castillo			ES	27	LO	26126	27	Europe/Madrid
6359113	Rodezno	rodezno			ES	27	LO	26127	307	Europe/Madrid
6359114	Sajazarra	sajazarra			ES	27	LO	26128	133	Europe/Madrid
6359115	San Asensio	san-asensio			ES	27	LO	26129	1220	Europe/Madrid
6359116	San Millán de la Cogolla	san-millan-de-la-cogolla			ES	27	LO	26130	260	Europe/Madrid
6359117	San Millán de Yécora	san-millan-de-yecora			ES	27	LO	26131	44	Europe/Madrid
6359118	San Román de Cameros	san-roman-de-cameros			ES	27	LO	26132	164	Europe/Madrid
6359119	Santa Coloma	santa-coloma			ES	27	LO	26134	123	Europe/Madrid
6359120	Santa Engracia del Jubera	santa-engracia-del-jubera			ES	27	LO	26135	184	Europe/Madrid
6359121	Santa Eulalia Bajera	santa-eulalia-bajera			ES	27	LO	26136	121	Europe/Madrid
6359122	Santo Domingo de la Calzada	santo-domingo-de-la-calzada			ES	27	LO	26138	6671	Europe/Madrid
6359123	San Torcuato	san-torcuato			ES	27	LO	26139	81	Europe/Madrid
6359124	Santurde de Rioja	santurde-de-rioja			ES	27	LO	26140	329	Europe/Madrid
6359125	Santurdejo	santurdejo			ES	27	LO	26141	140	Europe/Madrid
6359126	San Vicente de la Sonsierra	san-vicente-de-la-sonsierra			ES	27	LO	26142	1127	Europe/Madrid
6359127	Sojuela	sojuela			ES	27	LO	26143	263	Europe/Madrid
6359128	Sorzano	sorzano			ES	27	LO	26144	254	Europe/Madrid
6359129	Sotés	sotes			ES	27	LO	26145	290	Europe/Madrid
6359130	Soto en Cameros	soto-en-cameros			ES	27	LO	26146	141	Europe/Madrid
6359131	Terroba	terroba			ES	27	LO	26147	37	Europe/Madrid
6359132	Tirgo	tirgo			ES	27	LO	26148	229	Europe/Madrid
6359133	Tobía	tobia			ES	27	LO	26149	63	Europe/Madrid
6359134	Tormantos	tormantos			ES	27	LO	26150	151	Europe/Madrid
6359135	Torrecilla en Cameros	torrecilla-en-cameros			ES	27	LO	26151	529	Europe/Madrid
6359136	Torrecilla sobre Alesanco	torrecilla-sobre-alesanco			ES	27	LO	26152	37	Europe/Madrid
6359137	Torre en Cameros	torre-en-cameros			ES	27	LO	26153	12	Europe/Madrid
6359138	Torremontalbo	torremontalbo			ES	27	LO	26154	14	Europe/Madrid
6359139	Treviana	treviana			ES	27	LO	26155	186	Europe/Madrid
6359140	Tricio	tricio			ES	27	LO	26157	388	Europe/Madrid
6359141	Tudelilla	tudelilla			ES	27	LO	26158	371	Europe/Madrid
6359142	Uruñuela	urunuela			ES	27	LO	26160	967	Europe/Madrid
6359143	Valdemadera	valdemadera			ES	27	LO	26161	9	Europe/Madrid
6359144	Valgañón	valganon			ES	27	LO	26162	125	Europe/Madrid
6359145	Ventosa	ventosa			ES	27	LO	26163	164	Europe/Madrid
6359146	Ventrosa	ventrosa			ES	27	LO	26164	70	Europe/Madrid
6359147	Viguera	viguera			ES	27	LO	26165	435	Europe/Madrid
6359148	Villalba de Rioja	villalba-de-rioja			ES	27	LO	26166	148	Europe/Madrid
6359149	Villalobar de Rioja	villalobar-de-rioja			ES	27	LO	26167	68	Europe/Madrid
6359150	Villamediana de Iregua	villamediana-de-iregua			ES	27	LO	26168	7212	Europe/Madrid
6359151	Villanueva de Cameros	villanueva-de-cameros			ES	27	LO	26169	92	Europe/Madrid
6359152	Villar de Arnedo, El	villar-de-arnedo-el			ES	27	LO	26170	652	Europe/Madrid
6359153	Villar de Torre	villar-de-torre			ES	27	LO	26171	244	Europe/Madrid
6359154	Villarejo	villarejo			ES	27	LO	26172	34	Europe/Madrid
6359155	Villarroya	villarroya			ES	27	LO	26173	9	Europe/Madrid
6359156	Villarta-Quintana	villarta-quintana			ES	27	LO	26174	161	Europe/Madrid
6359157	Villavelayo	villavelayo			ES	27	LO	26175	51	Europe/Madrid
6359158	Villaverde de Rioja	villaverde-de-rioja			ES	27	LO	26176	70	Europe/Madrid
6359159	Villoslada de Cameros	villoslada-de-cameros			ES	27	LO	26177	360	Europe/Madrid
6359160	Viniegra de Abajo	viniegra-de-abajo			ES	27	LO	26178	97	Europe/Madrid
6359161	Viniegra de Arriba	viniegra-de-arriba			ES	27	LO	26179	54	Europe/Madrid
6359162	Zarratón	zarraton			ES	27	LO	26180	299	Europe/Madrid
6359163	Zarzosa	zarzosa			ES	27	LO	26181	16	Europe/Madrid
6359164	Zorraquín	zorraquin			ES	27	LO	26183	89	Europe/Madrid
6359165	Abadín	abadin			ES	58	LU	27001	2760	Europe/Madrid
6359166	Baleira	baleira			ES	58	LU	27004	1448	Europe/Madrid
6359167	Barreiros	barreiros			ES	58	LU	27005	3124	Europe/Madrid
6359168	Becerreá	becerrea			ES	58	LU	27006	3072	Europe/Madrid
6359169	Begonte	begonte			ES	58	LU	27007	3322	Europe/Madrid
6359170	Bóveda	boveda			ES	58	LU	27008	1589	Europe/Madrid
6359171	Carballedo	carballedo			ES	58	LU	27009	2532	Europe/Madrid
6359172	Castro de Rei	castro-de-rei			ES	58	LU	27010	5422	Europe/Madrid
6359173	Castroverde	castroverde			ES	58	LU	27011	2887	Europe/Madrid
6359174	Cervantes	cervantes			ES	58	LU	27012	1593	Europe/Madrid
6359175	Corgo, O	corgo-o			ES	58	LU	27014	3828	Europe/Madrid
6359176	Cospeito	cospeito			ES	58	LU	27015	5047	Europe/Madrid
6359177	Chantada	chantada	Chantada,chantada,qian ta da,Чантада,Չանտադա,チャンターダ,钱塔达		ES	58	LU	27016	8783	Europe/Madrid
6359178	Folgoso do Courel	folgoso-do-courel			ES	58	LU	27017	1160	Europe/Madrid
6359179	Fonsagrada, A	fonsagrada-a			ES	58	LU	27018	4198	Europe/Madrid
6359180	Foz	foz	Fos,fosu,fu si,Фос,フォス,福斯		ES	58	LU	27019	9978	Europe/Madrid
6359181	Friol	friol			ES	58	LU	27020	4137	Europe/Madrid
6359182	Xermade	xermade			ES	58	LU	27021	2101	Europe/Madrid
6359183	Guitiriz	guitiriz			ES	58	LU	27022	5658	Europe/Madrid
6359184	Guntín	guntin			ES	58	LU	27023	3018	Europe/Madrid
6359185	Incio, O	incio-o			ES	58	LU	27024	1875	Europe/Madrid
6359186	Xove	xove			ES	58	LU	27025	3512	Europe/Madrid
6359187	Láncara	lancara			ES	58	LU	27026	2866	Europe/Madrid
6359188	Lourenzá	lourenza			ES	58	LU	27027	2399	Europe/Madrid
6359189	Lugo	lugo	Gorad Luga,Lougo,Lucus Augusti,Lugas,Lugo,Lugu,lu gao,lu ge,lu ko,lugo,luko,lwghw,lwgw,rugo,Λούγο,Горад Луга,Луго,Լուգո,לוגו,لوغو,لوگو,लूगो,லுகோ,ลูโก,ლუგო,ሉጎ,ルーゴ,卢戈,盧高,루고		ES	58	LU	27028	98457	Europe/Madrid
6359190	Meira	meira			ES	58	LU	27029	1775	Europe/Madrid
6359191	Mondoñedo	mondonedo			ES	58	LU	27030	4183	Europe/Madrid
6359192	Monforte de Lemos	monforte-de-lemos			ES	58	LU	27031	19604	Europe/Madrid
6359193	Monterroso	monterroso			ES	58	LU	27032	3969	Europe/Madrid
6359194	Muras	muras			ES	58	LU	27033	754	Europe/Madrid
6359195	Navia de Suarna	navia-de-suarna			ES	58	LU	27034	1337	Europe/Madrid
6359196	Negueira de Muñiz	negueira-de-muniz			ES	58	LU	27035	213	Europe/Madrid
6359197	Nogais, As	nogais-as			ES	58	LU	27037	1295	Europe/Madrid
6359198	Ourol	ourol			ES	58	LU	27038	1142	Europe/Madrid
6359199	Outeiro de Rei	outeiro-de-rei			ES	58	LU	27039	5046	Europe/Madrid
6359200	Palas de Rei	palas-de-rei			ES	58	LU	27040	3656	Europe/Madrid
6359201	Pantón	panton			ES	58	LU	27041	2860	Europe/Madrid
6359202	Paradela	paradela	Paradela,pa la de la,paradera,Парадела,パラデーラ,帕拉德拉		ES	58	LU	27042	2038	Europe/Madrid
6359203	Pastoriza, A	pastoriza-a			ES	58	LU	27044	3393	Europe/Madrid
6359204	Pedrafita do Cebreiro	pedrafita-do-cebreiro			ES	58	LU	27045	1199	Europe/Madrid
6359205	Pol	pol			ES	58	LU	27046	1794	Europe/Madrid
6359206	Pobra do Brollón, A	pobra-do-brollon-a	Puebla de Brollon,Puebla de Brollón		ES	58	LU	27047	1968	Europe/Madrid
6359207	Pontenova, A	pontenova-a			ES	58	LU	27048	2673	Europe/Madrid
6359208	Portomarín	portomarin			ES	58	LU	27049	1690	Europe/Madrid
6359209	Quiroga	quiroga			ES	58	LU	27050	3595	Europe/Madrid
6359210	Ribadeo	ribadeo	Ribadeo,li wa de ao,ribadeo,Рибадео,Рібадео,リバデオ,里瓦德奥		ES	58	LU	27051	10061	Europe/Madrid
6359211	Ribas de Sil	ribas-de-sil			ES	58	LU	27052	1058	Europe/Madrid
6359212	Ribeira de Piquín	ribeira-de-piquin			ES	58	LU	27053	630	Europe/Madrid
6359213	Riotorto	riotorto			ES	58	LU	27054	1439	Europe/Madrid
6359214	Samos	samos			ES	58	LU	27055	1556	Europe/Madrid
6359215	Rábade	rabade			ES	58	LU	27056	1674	Europe/Madrid
6359216	Sarria	sarria	Sarria,Sarrija,sa li ya,saria,Сарриа,Саррия,Саррія,サリア,萨里亚		ES	58	LU	27057	13524	Europe/Madrid
6359217	Sober	sober			ES	58	LU	27059	2478	Europe/Madrid
6359218	Taboada	taboada			ES	58	LU	27060	3221	Europe/Madrid
6359219	Trabada	trabada			ES	58	LU	27061	1268	Europe/Madrid
6359220	Triacastela	triacastela			ES	58	LU	27062	756	Europe/Madrid
6359221	Valadouro, O	valadouro-o			ES	58	LU	27063	2123	Europe/Madrid
6359222	Vicedo, O	vicedo-o			ES	58	LU	27064	1895	Europe/Madrid
6359223	Vilalba	vilalba	Vil'jal'ba,Vilal'ba,Villalba,Vilyalba,bi la er wa,biraruba,Вильяльба,Вілальба,Վիլյալբա,ビラルバ,比拉尔瓦		ES	58	LU	27065	15116	Europe/Madrid
6359224	Viveiro	viveiro			ES	58	LU	27066	16108	Europe/Madrid
6359225	Baralla	baralla			ES	58	LU	27901	2834	Europe/Madrid
6359226	Burela	burela			ES	58	LU	27902	9631	Europe/Madrid
6359227	Acebeda, La	acebeda-la			ES	29	M	28001	65	Europe/Madrid
6359228	Ajalvir	ajalvir			ES	29	M	28002	4203	Europe/Madrid
6359229	Alameda del Valle	alameda-del-valle			ES	29	M	28003	243	Europe/Madrid
6359230	Álamo, El	alamo-el			ES	29	M	28004	8701	Europe/Madrid
6359231	Alcalá de Henares	alcala-de-henares			ES	29	M	28005	203924	Europe/Madrid
6359232	Alcobendas	alcobendas			ES	29	M	28006	111040	Europe/Madrid
6359233	Alcorcón	alcorcon			ES	29	M	28007	169308	Europe/Madrid
6359234	Aldea del Fresno	aldea-del-fresno			ES	29	M	28008	2559	Europe/Madrid
6359235	Algete	algete			ES	29	M	28009	20585	Europe/Madrid
6359236	Alpedrete	alpedrete			ES	29	M	28010	13480	Europe/Madrid
6359237	Ambite	ambite			ES	29	M	28011	591	Europe/Madrid
6359238	Anchuelo	anchuelo			ES	29	M	28012	1188	Europe/Madrid
6359239	Aranjuez	aranjuez			ES	29	M	28013	56877	Europe/Madrid
6359240	Arganda del Rey	arganda-del-rey			ES	29	M	28014	55506	Europe/Madrid
6359241	Arroyomolinos	arroyomolinos			ES	29	M	28015	22476	Europe/Madrid
6359242	Atazar, El	atazar-el			ES	29	M	28016	102	Europe/Madrid
6359243	Batres	batres			ES	29	M	28017	1552	Europe/Madrid
6359244	Becerril de la Sierra	becerril-de-la-sierra			ES	29	M	28018	5355	Europe/Madrid
6359245	Belmonte de Tajo	belmonte-de-tajo			ES	29	M	28019	1580	Europe/Madrid
6359246	Berzosa del Lozoya	berzosa-del-lozoya			ES	29	M	28020	227	Europe/Madrid
6359247	Berrueco, El	berrueco-el			ES	29	M	28021	606	Europe/Madrid
6359248	Boadilla del Monte	boadilla-del-monte			ES	29	M	28022	47037	Europe/Madrid
6359249	El Boalo	el-boalo			ES	29	M	28023	7037	Europe/Madrid
6359250	Braojos	braojos			ES	29	M	28024	204	Europe/Madrid
6359251	Brea de Tajo	brea-de-tajo			ES	29	M	28025	572	Europe/Madrid
6359252	Brunete	brunete			ES	29	M	28026	10064	Europe/Madrid
6359253	Buitrago del Lozoya	buitrago-del-lozoya			ES	29	M	28027	2031	Europe/Madrid
6359254	Bustarviejo	bustarviejo			ES	29	M	28028	2266	Europe/Madrid
6359255	Cabanillas de la Sierra	cabanillas-de-la-sierra			ES	29	M	28029	751	Europe/Madrid
6359256	Cabrera, La	cabrera-la			ES	29	M	28030	2565	Europe/Madrid
6359257	Cadalso de los Vidrios	cadalso-de-los-vidrios			ES	29	M	28031	2944	Europe/Madrid
6359258	Camarma de Esteruelas	camarma-de-esteruelas			ES	29	M	28032	6808	Europe/Madrid
6359259	Campo Real	campo-real			ES	29	M	28033	5668	Europe/Madrid
6359260	Canencia	canencia			ES	29	M	28034	484	Europe/Madrid
6359261	Carabaña	carabana			ES	29	M	28035	2052	Europe/Madrid
6359262	Casarrubuelos	casarrubuelos			ES	29	M	28036	3279	Europe/Madrid
6359263	Cenicientos	cenicientos			ES	29	M	28037	2110	Europe/Madrid
6359264	Cercedilla	cercedilla			ES	29	M	28038	6986	Europe/Madrid
6359265	Cervera de Buitrago	cervera-de-buitrago			ES	29	M	28039	183	Europe/Madrid
6359266	Ciempozuelos	ciempozuelos			ES	29	M	28040	23716	Europe/Madrid
6359267	Cobeña	cobena	Koben'ja,Kobenya,ke wei ni ya,kwbyna,Кобенья,Կոբենյա,كوبينا,科韦尼亚		ES	29	M	28041	6823	Europe/Madrid
6359268	Colmenar del Arroyo	colmenar-del-arroyo			ES	29	M	28042	1565	Europe/Madrid
6359269	Colmenar de Oreja	colmenar-de-oreja			ES	29	M	28043	8432	Europe/Madrid
6359270	Colmenarejo	colmenarejo			ES	29	M	28044	8753	Europe/Madrid
6359340	Quijorna	quijorna			ES	29	M	28119	3130	Europe/Madrid
6359341	Rascafría	rascafria			ES	29	M	28120	1956	Europe/Madrid
6359271	Colmenar Viejo	colmenar-viejo	Kol'menar-V'ekho,Kol'menar-Vekho,ke er mei na er wei ye huo,kwlmynar fyjw,Кольменар-Вьехо,Кольменар-Вєхо,קולמנאר וייחו,كولمينار فيجو,科尔梅纳尔维耶霍		ES	29	M	28045	46321	Europe/Madrid
6359272	Collado Mediano	collado-mediano			ES	29	M	28046	6697	Europe/Madrid
6359273	Collado Villalba	collado-villalba			ES	29	M	28047	61955	Europe/Madrid
6359274	Corpa	corpa			ES	29	M	28048	643	Europe/Madrid
6359275	Coslada	coslada			ES	29	M	28049	91832	Europe/Madrid
6359276	Cubas de la Sagra	cubas-de-la-sagra			ES	29	M	28050	5332	Europe/Madrid
6359277	Chapinería	chapineria			ES	29	M	28051	2145	Europe/Madrid
6359278	Chinchón	chinchon			ES	29	M	28052	5404	Europe/Madrid
6359279	Daganzo de Arriba	daganzo-de-arriba			ES	29	M	28053	9560	Europe/Madrid
6359280	Escorial, El	escorial-el			ES	29	M	28054	15161	Europe/Madrid
6359281	Estremera	estremera			ES	29	M	28055	1486	Europe/Madrid
6359282	Fresnedillas de la Oliva	fresnedillas-de-la-oliva			ES	29	M	28056	1592	Europe/Madrid
6359283	Fresno de Torote	fresno-de-torote			ES	29	M	28057	2089	Europe/Madrid
6359284	Fuenlabrada	fuenlabrada			ES	29	M	28058	198132	Europe/Madrid
6359285	Fuente el Saz de Jarama	fuente-el-saz-de-jarama			ES	29	M	28059	6379	Europe/Madrid
6359286	Fuentidueña de Tajo	fuentiduena-de-tajo			ES	29	M	28060	2077	Europe/Madrid
6359287	Galapagar	galapagar			ES	29	M	28061	32930	Europe/Madrid
6359288	Garganta de los Montes	garganta-de-los-montes			ES	29	M	28062	396	Europe/Madrid
6359289	Gargantilla del Lozoya y Pinilla de Buitrago	gargantilla-del-lozoya-y-pinilla-de-buitrago			ES	29	M	28063	369	Europe/Madrid
6359290	Gascones	gascones			ES	29	M	28064	184	Europe/Madrid
6359291	Getafe	getafe			ES	29	M	28065	171280	Europe/Madrid
6359292	Griñón	grinon			ES	29	M	28066	9752	Europe/Madrid
6359293	Guadalix de la Sierra	guadalix-de-la-sierra			ES	29	M	28067	6100	Europe/Madrid
6359294	Guadarrama	guadarrama	Guadarama,Guadarrama,Gvadaramo,Gvadarrama,gua da la ma,gwadarama,jwadarama,Гвадаррама,Гуадаррама,Գուադառամա,جواداراما,گواداراما,瓜达拉马		ES	29	M	28068	15534	Europe/Madrid
6359295	Hiruela, La	hiruela-la			ES	29	M	28069	56	Europe/Madrid
6359296	Horcajo de la Sierra-Aoslos	horcajo-de-la-sierra-aoslos			ES	29	M	28070	167	Europe/Madrid
6359297	Horcajuelo de la Sierra	horcajuelo-de-la-sierra			ES	29	M	28071	95	Europe/Madrid
6359298	Hoyo de Manzanares	hoyo-de-manzanares			ES	29	M	28072	7812	Europe/Madrid
6359299	Humanes de Madrid	humanes-de-madrid			ES	29	M	28073	18870	Europe/Madrid
6359300	Leganés	leganes			ES	29	M	28074	187125	Europe/Madrid
6359301	Loeches	loeches			ES	29	M	28075	7990	Europe/Madrid
6359302	Lozoya	lozoya			ES	29	M	28076	635	Europe/Madrid
6359303	Madarcos	madarcos			ES	29	M	28078	53	Europe/Madrid
6359304	Madrid	madrid	Madrid,Madryt		ES	29	M	28079	3233527	Europe/Madrid
6359305	Majadahonda	majadahonda			ES	29	M	28080	70198	Europe/Madrid
6359306	Manzanares el Real	manzanares-el-real			ES	29	M	28082	7949	Europe/Madrid
6359307	Meco	meco	Meko,mei ke,mykw,Меко,Մեկո,ميكو,梅科		ES	29	M	28083	13133	Europe/Madrid
6359308	Mejorada del Campo	mejorada-del-campo			ES	29	M	28084	22902	Europe/Madrid
6359309	Miraflores de la Sierra	miraflores-de-la-sierra			ES	29	M	28085	5979	Europe/Madrid
6359310	Molar, El	molar-el			ES	29	M	28086	8226	Europe/Madrid
6359311	Molinos, Los	molinos-los			ES	29	M	28087	4590	Europe/Madrid
6359312	Montejo de la Sierra	montejo-de-la-sierra			ES	29	M	28088	354	Europe/Madrid
6359313	Moraleja de Enmedio	moraleja-de-enmedio			ES	29	M	28089	4984	Europe/Madrid
6359314	Moralzarzal	moralzarzal			ES	29	M	28090	12126	Europe/Madrid
6359315	Morata de Tajuña	morata-de-tajuna			ES	29	M	28091	7515	Europe/Madrid
6359316	Móstoles	mostoles	Monsteles,Mostoles,Mostolesas,Mostolo,mo si tuo lai si,moseutolleseu,mosutoresu,mwstwls,Мостолес,מוסטולס,موستولس,მოსტოლესი,モストレス,莫斯托莱斯,모스톨레스		ES	29	M	28092	206031	Europe/Madrid
6359317	Navacerrada	navacerrada	Navaserada,Navaserrada,na wa sai la da,nafasyrada,Навасеррада,Նավասեռադա,نافاسيرادا,纳瓦塞拉达		ES	29	M	28093	2793	Europe/Madrid
6359318	Navalafuente	navalafuente			ES	29	M	28094	1220	Europe/Madrid
6359319	Navalagamella	navalagamella			ES	29	M	28095	2392	Europe/Madrid
6359320	Navalcarnero	navalcarnero			ES	29	M	28096	25453	Europe/Madrid
6359321	Navarredonda y San Mamés	navarredonda-y-san-mames			ES	29	M	28097	141	Europe/Madrid
6359322	Navas del Rey	navas-del-rey			ES	29	M	28099	2666	Europe/Madrid
6359323	Nuevo Baztán	nuevo-baztan			ES	29	M	28100	6239	Europe/Madrid
6359324	Olmeda de las Fuentes	olmeda-de-las-fuentes			ES	29	M	28101	338	Europe/Madrid
6359325	Orusco de Tajuña	orusco-de-tajuna			ES	29	M	28102	1300	Europe/Madrid
6359326	Paracuellos de Jarama	paracuellos-de-jarama			ES	29	M	28104	19882	Europe/Madrid
6359327	Parla	parla			ES	29	M	28106	124208	Europe/Madrid
6359328	Patones	patones			ES	29	M	28107	521	Europe/Madrid
6359329	Pedrezuela	pedrezuela			ES	29	M	28108	5020	Europe/Madrid
6359330	Pelayos de la Presa	pelayos-de-la-presa			ES	29	M	28109	2572	Europe/Madrid
6359331	Perales de Tajuña	perales-de-tajuna			ES	29	M	28110	2877	Europe/Madrid
6359332	Pezuela de las Torres	pezuela-de-las-torres			ES	29	M	28111	796	Europe/Madrid
6359333	Pinilla del Valle	pinilla-del-valle			ES	29	M	28112	215	Europe/Madrid
6359334	Pinto	pinto	Pinto,Pintus,byntw,pyntw,Пинто,Пінто,Պինտո,بينتو,پینتو		ES	29	M	28113	46763	Europe/Madrid
6359335	Piñuécar-Gandullas	pinuecar-gandullas			ES	29	M	28114	168	Europe/Madrid
6359336	Pozuelo de Alarcón	pozuelo-de-alarcon			ES	29	M	28115	83844	Europe/Madrid
6359337	Pozuelo del Rey	pozuelo-del-rey			ES	29	M	28116	1019	Europe/Madrid
6359338	Prádena del Rincón	pradena-del-rincon			ES	29	M	28117	127	Europe/Madrid
6359339	Puebla de la Sierra	puebla-de-la-sierra			ES	29	M	28118	99	Europe/Madrid
6359342	Redueña	reduena			ES	29	M	28121	291	Europe/Madrid
6359343	Ribatejada	ribatejada			ES	29	M	28122	664	Europe/Madrid
6359344	Rivas-Vaciamadrid	rivas-vaciamadrid			ES	29	M	28123	75444	Europe/Madrid
6359345	Robledillo de la Jara	robledillo-de-la-jara			ES	29	M	28124	106	Europe/Madrid
6359346	Robledo de Chavela	robledo-de-chavela			ES	29	M	28125	4058	Europe/Madrid
6359347	Robregordo	robregordo			ES	29	M	28126	65	Europe/Madrid
6359348	Las Rozas de Madrid	las-rozas-de-madrid			ES	29	M	28127	90390	Europe/Madrid
6359349	Rozas de Puerto Real	rozas-de-puerto-real			ES	29	M	28128	469	Europe/Madrid
6359350	San Agustín del Guadalix	san-agustin-del-guadalix			ES	29	M	28129	12770	Europe/Madrid
6359351	San Fernando de Henares	san-fernando-de-henares	San-Fernando de Henaro,San-Fernando-de-Ehnares,San-Fernando-de-Enares,san frnandw dy hynarys,sheng fei er nan duo de ai na lei si,Сан-Фернандо-де-Енарес,Сан-Фернандо-де-Энарес,سان فرناندو دي هيناريس,圣费尔南多德埃纳雷斯		ES	29	M	28130	41376	Europe/Madrid
6359352	San Lorenzo de El Escorial	san-lorenzo-de-el-escorial			ES	29	M	28131	18545	Europe/Madrid
6359353	San Martín de la Vega	san-martin-de-la-vega			ES	29	M	28132	19615	Europe/Madrid
6359354	San Martín de Valdeiglesias	san-martin-de-valdeiglesias			ES	29	M	28133	8365	Europe/Madrid
6359355	San Sebastián de los Reyes	san-sebastian-de-los-reyes	San Sebastian de los Reyes,San Sebastián de los Reyes,Sanse		ES	29	M	28134	81466	Europe/Madrid
6359356	Santa María de la Alameda	santa-maria-de-la-alameda			ES	29	M	28135	1245	Europe/Madrid
6359357	Santorcaz	santorcaz			ES	29	M	28136	816	Europe/Madrid
6359358	Santos de la Humosa, Los	santos-de-la-humosa-los			ES	29	M	28137	2367	Europe/Madrid
6359359	Serna del Monte, La	serna-del-monte-la			ES	29	M	28138	104	Europe/Madrid
6359360	Serranillos del Valle	serranillos-del-valle			ES	29	M	28140	3631	Europe/Madrid
6359361	Sevilla la Nueva	sevilla-la-nueva			ES	29	M	28141	8887	Europe/Madrid
6359362	Somosierra	somosierra			ES	29	M	28143	92	Europe/Madrid
6359363	Soto del Real	soto-del-real			ES	29	M	28144	8480	Europe/Madrid
6359364	Talamanca de Jarama	talamanca-de-jarama	Talamanka-de-Kharama,Talamanko de Haramo,Talamanko de Ĥaramo,ta la man ka de ha la ma,talamanka dy jarama,Таламанка-де-Харама,تالامانكا دي جاراما,塔拉曼卡德哈拉马		ES	29	M	28145	3178	Europe/Madrid
6359365	Tielmes	tielmes			ES	29	M	28146	2616	Europe/Madrid
6359366	Titulcia	titulcia			ES	29	M	28147	1206	Europe/Madrid
6359367	Torrejón de Ardoz	torrejon-de-ardoz			ES	29	M	28148	125331	Europe/Madrid
6359368	Torrejón de la Calzada	torrejon-de-la-calzada			ES	29	M	28149	7666	Europe/Madrid
6359369	Torrejón de Velasco	torrejon-de-velasco			ES	29	M	28150	4161	Europe/Madrid
6359370	Torrelaguna	torrelaguna			ES	29	M	28151	4860	Europe/Madrid
6359371	Torrelodones	torrelodones	Torelodones,Torrelodones,tuo lei luo duo nei si,twrlwdwns,twrylwdwnys,Торрелодонес,Տորելոդոնես,تورلودونس,توريلودونيس,托雷洛多内斯		ES	29	M	28152	22680	Europe/Madrid
6359372	Torremocha de Jarama	torremocha-de-jarama			ES	29	M	28153	877	Europe/Madrid
6359373	Torres de la Alameda	torres-de-la-alameda			ES	29	M	28154	7906	Europe/Madrid
6359374	Valdaracete	valdaracete			ES	29	M	28155	665	Europe/Madrid
6359375	Valdeavero	valdeavero			ES	29	M	28156	1411	Europe/Madrid
6359376	Valdelaguna	valdelaguna			ES	29	M	28157	863	Europe/Madrid
6359377	Valdemanco	valdemanco			ES	29	M	28158	949	Europe/Madrid
6359378	Valdemaqueda	valdemaqueda			ES	29	M	28159	859	Europe/Madrid
6359379	Valdemorillo	valdemorillo			ES	29	M	28160	11762	Europe/Madrid
6359380	Valdemoro	valdemoro			ES	29	M	28161	70315	Europe/Madrid
6359381	Valdeolmos-Alalpardo	valdeolmos-alalpardo			ES	29	M	28162	3576	Europe/Madrid
6359382	Valdepiélagos	valdepielagos			ES	29	M	28163	571	Europe/Madrid
6359383	Valdetorres de Jarama	valdetorres-de-jarama			ES	29	M	28164	4170	Europe/Madrid
6359384	Valdilecha	valdilecha			ES	29	M	28165	2816	Europe/Madrid
6359385	Valverde de Alcalá	valverde-de-alcala			ES	29	M	28166	464	Europe/Madrid
6359386	Velilla de San Antonio	velilla-de-san-antonio			ES	29	M	28167	12037	Europe/Madrid
6359387	Vellón, El	vellon-el			ES	29	M	28168	1764	Europe/Madrid
6359388	Venturada	venturada			ES	29	M	28169	1897	Europe/Madrid
6359389	Villaconejos	villaconejos			ES	29	M	28170	3484	Europe/Madrid
6359390	Villa del Prado	villa-del-prado			ES	29	M	28171	6495	Europe/Madrid
6359391	Villalbilla	villalbilla			ES	29	M	28172	11010	Europe/Madrid
6359392	Villamanrique de Tajo	villamanrique-de-tajo			ES	29	M	28173	795	Europe/Madrid
6359393	Villamanta	villamanta			ES	29	M	28174	2505	Europe/Madrid
6359394	Villamantilla	villamantilla			ES	29	M	28175	1183	Europe/Madrid
6359395	Villanueva de la Cañada	villanueva-de-la-canada			ES	29	M	28176	18425	Europe/Madrid
6359396	Villanueva del Pardillo	villanueva-del-pardillo			ES	29	M	28177	16509	Europe/Madrid
6359397	Villanueva de Perales	villanueva-de-perales			ES	29	M	28178	1486	Europe/Madrid
6359398	Villar del Olmo	villar-del-olmo			ES	29	M	28179	2135	Europe/Madrid
6359399	Villarejo de Salvanés	villarejo-de-salvanes			ES	29	M	28180	7452	Europe/Madrid
6359400	Villaviciosa de Odón	villaviciosa-de-odon			ES	29	M	28181	26708	Europe/Madrid
6359401	Villavieja del Lozoya	villavieja-del-lozoya			ES	29	M	28182	273	Europe/Madrid
6359402	Zarzalejo	zarzalejo			ES	29	M	28183	1517	Europe/Madrid
6359403	Lozoyuela-Navas-Sieteiglesias	lozoyuela-navas-sieteiglesias			ES	29	M	28901	1200	Europe/Madrid
6359404	Puentes Viejas	puentes-viejas			ES	29	M	28902	667	Europe/Madrid
6359405	Tres Cantos	tres-cantos			ES	29	M	28903	41302	Europe/Madrid
6359406	Alameda	alameda	Alameda,a la mei da,alamda  aspanya,alamyda,Аламеда,Ալամեդա,ألاميدا,الامدا، اسپانیا,阿拉梅达		ES	51	MA	29001	5504	Europe/Madrid
6359407	Alcaucín	alcaucin			ES	51	MA	29002	2817	Europe/Madrid
6359408	Alfarnate	alfarnate			ES	51	MA	29003	1300	Europe/Madrid
6359409	Alfarnatejo	alfarnatejo			ES	51	MA	29004	532	Europe/Madrid
6359410	Algarrobo	algarrobo	Al'garrobo,Algarobo,a er jia luo wo,algarabw  aspanya,algharwbw,Альгарробо,Ալգառոբո,ألغاروبو,الگارابو، اسپانیا,阿尔加罗沃		ES	51	MA	29005	6584	Europe/Madrid
6359411	Algatocín	algatocin			ES	51	MA	29006	887	Europe/Madrid
6359412	Alhaurín de la Torre	alhaurin-de-la-torre	Al'khaurin-de-la-Torre,Alaurin-de-la-Torre,a er ao lin de la tuo lei,brj alhwaryyn,Алаурин-де-ла-Торре,Алаурін-де-ла-Торре,Альхаурин-де-ла-Торре,برج الهواريين,阿尔奥林德拉托雷		ES	51	MA	29007	37446	Europe/Madrid
6359413	Alhaurín el Grande	alhaurin-el-grande			ES	51	MA	29008	24074	Europe/Madrid
6359414	Almáchar	almachar			ES	51	MA	29009	1904	Europe/Madrid
6359415	Almargen	almargen			ES	51	MA	29010	2157	Europe/Madrid
6359416	Almogía	almogia			ES	51	MA	29011	4195	Europe/Madrid
6359417	Álora	alora			ES	51	MA	29012	13399	Europe/Madrid
6359418	Alozaina	alozaina			ES	51	MA	29013	2230	Europe/Madrid
6359419	Alpandeire	alpandeire			ES	51	MA	29014	274	Europe/Madrid
6359420	Antequera	antequera			ES	51	MA	29015	41827	Europe/Madrid
6359421	Árchez	archez			ES	51	MA	29016	476	Europe/Madrid
6359422	Archidona	archidona			ES	51	MA	29017	8814	Europe/Madrid
6359423	Ardales	ardales			ES	51	MA	29018	2606	Europe/Madrid
6359424	Arenas	arenas	Arenas,a lei na si,arnas,arynas,Аренас,Արենաս,أريناس,ارناس,阿雷纳斯		ES	51	MA	29019	1411	Europe/Madrid
6359425	Arriate	arriate	Ariate,Arriate,a li ya te,aryath,aryaty,Арриате,Арріате,Առիատե,أرياتي,اریاته,阿里亚特		ES	51	MA	29020	4121	Europe/Madrid
6359426	Atajate	atajate			ES	51	MA	29021	158	Europe/Madrid
6359427	Benadalid	benadalid			ES	51	MA	29022	262	Europe/Madrid
6359428	Benahavís	benahavis			ES	51	MA	29023	5980	Europe/Madrid
6359429	Benalauría	benalauria			ES	51	MA	29024	511	Europe/Madrid
6359430	Benalmádena	benalmadena	Benal'madena,Benalmadena,bei na er ma de na,bynalmadyna,Беналмадена,Бенальмадена,بينالمادينا,贝纳尔马德纳		ES	51	MA	29025	65965	Europe/Madrid
6359431	Benamargosa	benamargosa			ES	51	MA	29026	1634	Europe/Madrid
6359432	Benamocarra	benamocarra			ES	51	MA	29027	3089	Europe/Madrid
6359433	Benaoján	benaojan			ES	51	MA	29028	1543	Europe/Madrid
6359434	Benarrabá	benarraba	bny rbah,bynaraba,بني رباح,بينارابا		ES	51	MA	29029	559	Europe/Madrid
6359435	Borge, El	borge-el			ES	51	MA	29030	1026	Europe/Madrid
6359436	Burgo, El	burgo-el			ES	51	MA	29031	1957	Europe/Madrid
6359437	Campillos	campillos			ES	51	MA	29032	8663	Europe/Madrid
6359438	Canillas de Aceituno	canillas-de-aceituno			ES	51	MA	29033	1937	Europe/Madrid
6359439	Canillas de Albaida	canillas-de-albaida			ES	51	MA	29034	964	Europe/Madrid
6359440	Cañete la Real	canete-la-real			ES	51	MA	29035	1901	Europe/Madrid
6359441	Carratraca	carratraca			ES	51	MA	29036	860	Europe/Madrid
6359442	Cartajima	cartajima			ES	51	MA	29037	251	Europe/Madrid
6359443	Cártama	cartama			ES	51	MA	29038	23664	Europe/Madrid
6359444	Casabermeja	casabermeja			ES	51	MA	29039	3686	Europe/Madrid
6359445	Casarabonela	casarabonela			ES	51	MA	29040	2726	Europe/Madrid
6359446	Casares	casares			ES	51	MA	29041	5610	Europe/Madrid
6359447	Coín	coin			ES	51	MA	29042	21791	Europe/Madrid
6359448	Colmenar	colmenar			ES	51	MA	29043	3624	Europe/Madrid
6359449	Comares	comares			ES	51	MA	29044	1638	Europe/Madrid
6359450	Cómpeta	competa			ES	51	MA	29045	3861	Europe/Madrid
6359451	Cortes de la Frontera	cortes-de-la-frontera			ES	51	MA	29046	3540	Europe/Madrid
6359452	Cuevas Bajas	cuevas-bajas			ES	51	MA	29047	1494	Europe/Madrid
6359453	Cuevas del Becerro	cuevas-del-becerro			ES	51	MA	29048	1747	Europe/Madrid
6359454	Cuevas de San Marcos	cuevas-de-san-marcos			ES	51	MA	29049	4043	Europe/Madrid
6359455	Cútar	cutar			ES	51	MA	29050	668	Europe/Madrid
6359456	Estepona	estepona			ES	51	MA	29051	67101	Europe/Madrid
6359457	Faraján	farajan			ES	51	MA	29052	287	Europe/Madrid
6359458	Frigiliana	frigiliana			ES	51	MA	29053	3360	Europe/Madrid
6359459	Fuengirola	fuengirola	fu en ji luo la,fwynkhyrwla,shyl,سهيل,فوينخيرولا,福恩吉罗拉		ES	51	MA	29054	75953	Europe/Madrid
6359460	Fuente de Piedra	fuente-de-piedra			ES	51	MA	29055	2758	Europe/Madrid
6359461	Gaucín	gaucin			ES	51	MA	29056	1727	Europe/Madrid
6359462	Genalguacil	genalguacil			ES	51	MA	29057	522	Europe/Madrid
6359463	Guaro	guaro			ES	51	MA	29058	2289	Europe/Madrid
6359464	Humilladero	humilladero			ES	51	MA	29059	3383	Europe/Madrid
6359465	Igualeja	igualeja			ES	51	MA	29060	871	Europe/Madrid
6359466	Istán	istan			ES	51	MA	29061	1533	Europe/Madrid
6359467	Iznate	iznate			ES	51	MA	29062	951	Europe/Madrid
6359468	Jimera de Líbar	jimera-de-libar			ES	51	MA	29063	463	Europe/Madrid
6359469	Jubrique	jubrique			ES	51	MA	29064	739	Europe/Madrid
6359470	Júzcar	juzcar			ES	51	MA	29065	243	Europe/Madrid
6359471	Macharaviaya	macharaviaya			ES	51	MA	29066	504	Europe/Madrid
6359472	Málaga	malaga	Malaga,Málaga		ES	51	MA	29067	567433	Europe/Madrid
6359473	Manilva	manilva			ES	51	MA	29068	14391	Europe/Madrid
6359474	Marbella	marbella			ES	51	MA	29069	140473	Europe/Madrid
6359475	Mijas	mijas			ES	51	MA	29070	82124	Europe/Madrid
6359476	Moclinejo	moclinejo			ES	51	MA	29071	1295	Europe/Madrid
6359477	Mollina	mollina			ES	51	MA	29072	5239	Europe/Madrid
6359478	Monda	monda			ES	51	MA	29073	2523	Europe/Madrid
6359479	Montejaque	montejaque			ES	51	MA	29074	1017	Europe/Madrid
6359480	Nerja	nerja			ES	51	MA	29075	22617	Europe/Madrid
6359481	Ojén	ojen			ES	51	MA	29076	3451	Europe/Madrid
6359482	Parauta	parauta			ES	51	MA	29077	242	Europe/Madrid
6359483	Periana	periana			ES	51	MA	29079	3560	Europe/Madrid
6359484	Pizarra	pizarra	Pisara,Pisarra,bythara,pi sa la,Писарра,Пісарра,Պիսառա,بيثارا,皮萨拉		ES	51	MA	29080	9269	Europe/Madrid
6359485	Pujerra	pujerra			ES	51	MA	29081	326	Europe/Madrid
6359486	Rincón de la Victoria	rincon-de-la-victoria			ES	51	MA	29082	41216	Europe/Madrid
6359487	Riogordo	riogordo			ES	51	MA	29083	3107	Europe/Madrid
6359488	Ronda	ronda	Arunda,Arundo,Ronda,Ronta,londa,long da,rndt,ronda,rwnda,rwndh,Ρόντα,Ронда,Ռոնդա,רונדה,رندة,روندا,ロンダ,龙达,론다		ES	51	MA	29084	36698	Europe/Madrid
6359489	Salares	salares			ES	51	MA	29085	236	Europe/Madrid
6359490	Sayalonga	sayalonga			ES	51	MA	29086	1564	Europe/Madrid
6359491	Sedella	sedella			ES	51	MA	29087	716	Europe/Madrid
6359492	Sierra de Yeguas	sierra-de-yeguas			ES	51	MA	29088	3517	Europe/Madrid
6359493	Teba	teba			ES	51	MA	29089	4128	Europe/Madrid
6359494	Tolox	tolox			ES	51	MA	29090	2317	Europe/Madrid
6359495	Torrox	torrox			ES	51	MA	29091	18274	Europe/Madrid
6359496	Totalán	totalan			ES	51	MA	29092	746	Europe/Madrid
6359497	Valle de Abdalajís	valle-de-abdalajis			ES	51	MA	29093	2716	Europe/Madrid
6359498	Vélez-Málaga	velez-malaga			ES	51	MA	29094	78467	Europe/Madrid
6359499	Villanueva de Algaidas	villanueva-de-algaidas			ES	51	MA	29095	4485	Europe/Madrid
6359500	Villanueva del Rosario	villanueva-del-rosario			ES	51	MA	29096	3641	Europe/Madrid
6359501	Villanueva del Trabuco	villanueva-del-trabuco			ES	51	MA	29097	5482	Europe/Madrid
6359502	Villanueva de Tapia	villanueva-de-tapia			ES	51	MA	29098	1629	Europe/Madrid
6359503	Viñuela	vinuela			ES	51	MA	29099	2040	Europe/Madrid
6359504	Yunquera	yunquera			ES	51	MA	29100	3139	Europe/Madrid
6359505	Torremolinos	torremolinos			ES	51	MA	29901	68961	Europe/Madrid
6359506	Abanilla	abanilla			ES	31	MU	30001	6569	Europe/Madrid
6359507	Abarán	abaran			ES	31	MU	30002	13110	Europe/Madrid
6359508	Águilas	aguilas			ES	31	MU	30003	34828	Europe/Madrid
6359509	Albudeite	albudeite			ES	31	MU	30004	1404	Europe/Madrid
6359510	Alcantarilla	alcantarilla	Al'kantaril'ja,Alcantariella,a er kan ta li li ya,alkantaryya,alkantyrya,Алькантарилья,Алькантарілья,آلکانتارییا,ألكانتيريا,阿尔坎塔里利亚		ES	31	MU	30005	41381	Europe/Madrid
6359511	Aledo	aledo			ES	31	MU	30006	1025	Europe/Madrid
6359512	Alguazas	alguazas			ES	31	MU	30007	9460	Europe/Madrid
6359513	Alhama de Murcia	alhama-de-murcia			ES	31	MU	30008	20915	Europe/Madrid
6359514	Archena	archena			ES	31	MU	30009	18496	Europe/Madrid
6359515	Beniel	beniel			ES	31	MU	30010	11198	Europe/Madrid
6359516	Blanca	blanca	Blanka,blanka,bu lan ka,Бланка,بلانكا,بلانکا,布兰卡		ES	31	MU	30011	6493	Europe/Madrid
6359517	Bullas	bullas			ES	31	MU	30012	12321	Europe/Madrid
6359518	Calasparra	calasparra			ES	31	MU	30013	10661	Europe/Madrid
6359519	Campos del Río	campos-del-rio			ES	31	MU	30014	2220	Europe/Madrid
6359520	Caravaca de la Cruz	caravaca-de-la-cruz			ES	31	MU	30015	26415	Europe/Madrid
6359521	Cartagena	cartagena			ES	31	MU	30016	216655	Europe/Madrid
6359522	Cehegín	cehegin			ES	31	MU	30017	16248	Europe/Madrid
6359523	Ceutí	ceuti			ES	31	MU	30018	10881	Europe/Madrid
6359524	Cieza	cieza	S'esa,thytha  mrsyt,xi ye sa,Сьеса,Сьєса,ثيثا، مرسية,希耶萨		ES	31	MU	30019	35351	Europe/Madrid
6359525	Fortuna	fortuna			ES	31	MU	30020	10098	Europe/Madrid
6359526	Fuente Álamo de Murcia	fuente-alamo-de-murcia			ES	31	MU	30021	16175	Europe/Madrid
6359527	Jumilla	jumilla			ES	31	MU	30022	25711	Europe/Madrid
6359528	Librilla	librilla			ES	31	MU	30023	4842	Europe/Madrid
6359529	Lorca	lorca			ES	31	MU	30024	92865	Europe/Madrid
6359530	Lorquí	lorqui			ES	31	MU	30025	6983	Europe/Madrid
6359531	Mazarrón	mazarron			ES	31	MU	30026	35408	Europe/Madrid
6359532	Molina de Segura	molina-de-segura			ES	31	MU	30027	67382	Europe/Madrid
6359533	Moratalla	moratalla	Moratal'ja,Moratala,mo la ta li ya,mrataya,mwrataya,Мораталья,Մորատալա,مراتایا,موراتايا,莫拉塔利亚		ES	31	MU	30028	8290	Europe/Madrid
6359534	Mula	mula	Mula,mu la,mwlt,Мула,مولة,穆拉		ES	31	MU	30029	16968	Europe/Madrid
6359535	Ojós	ojos			ES	31	MU	30031	562	Europe/Madrid
6359536	Pliego	pliego			ES	31	MU	30032	4051	Europe/Madrid
6359537	Puerto Lumbreras	puerto-lumbreras			ES	31	MU	30033	14742	Europe/Madrid
6359538	Ricote	ricote			ES	31	MU	30034	1452	Europe/Madrid
6359539	San Javier	san-javier	San-Khav'er,San-Khaver,san khabyr,san khafyyr,sheng ha wei ye er,Сан-Хавьер,Сан-Хавєр,سان خابیر,سان خافيير,圣哈维耶尔		ES	31	MU	30035	32641	Europe/Madrid
6359540	San Pedro del Pinatar	san-pedro-del-pinatar	San-Pedro-del'-Pinatar,san byydrw dyl bynatar,san pdrw dl pynatar,sheng pei de luo de er pi na ta er,Сан-Педро-дель-Пинатар,Сан-Педро-дель-Пінатар,سان بييدرو ديل بيناتار,سان پدرو دل پیناتار,圣佩德罗德尔皮纳塔尔		ES	31	MU	30036	24285	Europe/Madrid
6359541	Torre-Pacheco	torre-pacheco			ES	31	MU	30037	33911	Europe/Madrid
6359542	Las Torres de Cotillas	las-torres-de-cotillas	Torres de Cotillas		ES	31	MU	30038	21608	Europe/Madrid
6359543	Totana	totana			ES	31	MU	30039	30549	Europe/Madrid
6359544	Ulea	ulea			ES	31	MU	30040	926	Europe/Madrid
6359545	Unión, La	union-la			ES	31	MU	30041	19009	Europe/Madrid
6359546	Villanueva del Río Segura	villanueva-del-rio-segura			ES	31	MU	30042	2445	Europe/Madrid
6359547	Yecla	yecla			ES	31	MU	30043	34601	Europe/Madrid
6359548	Santomera	santomera			ES	31	MU	30901	15709	Europe/Madrid
6359549	Alcázares, Los	alcazares-los			ES	31	MU	30902	16251	Europe/Madrid
6359550	Abáigar	abaigar	Abaigar		ES	32	NA	31001	101	Europe/Madrid
6359551	Abárzuza/Abartzuza	abarzuza-abartzuza			ES	32	NA	31002	548	Europe/Madrid
6359552	Abaurregaina/Abaurrea Alta	abaurregaina-abaurrea-alta			ES	32	NA	31003	133	Europe/Madrid
6359553	Abaurrepea/Abaurrea Baja	abaurrepea-abaurrea-baja			ES	32	NA	31004	39	Europe/Madrid
6359554	Aberin	aberin			ES	32	NA	31005	392	Europe/Madrid
6359555	Ablitas	ablitas			ES	32	NA	31006	2663	Europe/Madrid
6359556	Adiós	adios	Adios		ES	32	NA	31007	189	Europe/Madrid
6359557	Aguilar de Codés	aguilar-de-codes	Aguilar Kodes		ES	32	NA	31008	102	Europe/Madrid
6359558	Aibar/Oibar	aibar-oibar			ES	32	NA	31009	875	Europe/Madrid
6359559	Altsasu/Alsasua	altsasu-alsasua			ES	32	NA	31010	7691	Europe/Madrid
6359560	Allín/Allin	allin-allin	Allin		ES	32	NA	31011	854	Europe/Madrid
6359561	Allo	allo			ES	32	NA	31012	1050	Europe/Madrid
6359562	Améscoa Baja	amescoa-baja	Ameskoabarrena		ES	32	NA	31013	791	Europe/Madrid
6359563	Ancín / Antzin	ancin-antzin	Antzin		ES	32	NA	31014	374	Europe/Madrid
6359564	Andosilla	andosilla			ES	32	NA	31015	2950	Europe/Madrid
6359565	Ansoáin / Antsoain	ansoain-antsoain	Ansoain,Ansoáin,Antsoain		ES	32	NA	31016	10938	Europe/Madrid
6359566	Anue	anue			ES	32	NA	31017	455	Europe/Madrid
6359567	Añorbe	anorbe			ES	32	NA	31018	586	Europe/Madrid
6359568	Aoiz/Agoitz	aoiz-agoitz	Agoitz,Aoiz		ES	32	NA	31019	2640	Europe/Madrid
6359569	Araitz	araitz			ES	32	NA	31020	568	Europe/Madrid
6359570	Aranarache / Aranaratxe	aranarache-aranaratxe	Aranarache,Aranaratxe		ES	32	NA	31021	87	Europe/Madrid
6359571	Arantza	arantza	Aranas,Aranaz,Aranca,a lan te sa,Аранас,Аранца,阿兰特萨		ES	32	NA	31022	645	Europe/Madrid
6359572	Aranguren	aranguren			ES	32	NA	31023	8092	Europe/Madrid
6359573	Arano	arano			ES	32	NA	31024	121	Europe/Madrid
6359574	Arakil	arakil			ES	32	NA	31025	952	Europe/Madrid
6359575	Aras	aras			ES	32	NA	31026	185	Europe/Madrid
6359576	Arbizu	arbizu			ES	32	NA	31027	1093	Europe/Madrid
6359577	Arce/Artzi	arce-artzi			ES	32	NA	31028	260	Europe/Madrid
6359578	Arcos, Los	arcos-los			ES	32	NA	31029	1214	Europe/Madrid
6359579	Arellano	arellano			ES	32	NA	31030	207	Europe/Madrid
6359580	Areso	areso			ES	32	NA	31031	276	Europe/Madrid
6359581	Arguedas	arguedas			ES	32	NA	31032	2373	Europe/Madrid
6359582	Aria	aria			ES	32	NA	31033	58	Europe/Madrid
6359583	Aribe	aribe			ES	32	NA	31034	50	Europe/Madrid
6359584	Armañanzas	armananzas	Armanantzas,Armañantzas		ES	32	NA	31035	60	Europe/Madrid
6359585	Arróniz	arroniz	Arroitz		ES	32	NA	31036	1111	Europe/Madrid
6359586	Arruazu	arruazu			ES	32	NA	31037	114	Europe/Madrid
6359587	Artajona	artajona	Artaxoa		ES	32	NA	31038	1731	Europe/Madrid
6359588	Artazu	artazu			ES	32	NA	31039	121	Europe/Madrid
6359589	Atez	atez	Atetz		ES	32	NA	31040	243	Europe/Madrid
6359590	Ayegui / Aiegi	ayegui-aiegi	Aiegi,Ayegui		ES	32	NA	31041	2026	Europe/Madrid
6359591	Azagra	azagra			ES	32	NA	31042	3868	Europe/Madrid
6359592	Azuelo	azuelo			ES	32	NA	31043	38	Europe/Madrid
6359593	Bakaiku	bakaiku			ES	32	NA	31044	333	Europe/Madrid
6359594	Barásoain	barasoain			ES	32	NA	31045	674	Europe/Madrid
6359595	Barbarin	barbarin			ES	32	NA	31046	65	Europe/Madrid
6359596	Bargota	bargota			ES	32	NA	31047	312	Europe/Madrid
6359597	Barillas	barillas			ES	32	NA	31048	192	Europe/Madrid
6359598	Basaburua	basaburua	Basaburua,Basaburua Mayor,Basaburua-Major,Basaburúa,Basaburúa Mayor,ba sa wu lu a,Басабуруа,Басабуруа-Майор,巴萨武鲁阿		ES	32	NA	31049	876	Europe/Madrid
6359599	Beire	beire			ES	32	NA	31051	320	Europe/Madrid
6359600	Belascoáin	belascoain			ES	32	NA	31052	124	Europe/Madrid
6359601	Berbinzana	berbinzana			ES	32	NA	31053	723	Europe/Madrid
6359602	Bertizarana	bertizarana			ES	32	NA	31054	628	Europe/Madrid
6359603	Betelu	betelu			ES	32	NA	31055	344	Europe/Madrid
6359604	Biurrun-Olcoz	biurrun-olcoz			ES	32	NA	31056	235	Europe/Madrid
6359605	Buñuel	bunuel			ES	32	NA	31057	2359	Europe/Madrid
6359606	Auritz/Burguete	auritz-burguete			ES	32	NA	31058	272	Europe/Madrid
6359607	Burgui/Burgi	burgui-burgi			ES	32	NA	31059	237	Europe/Madrid
6359608	Burlada/Burlata	burlada-burlata			ES	32	NA	31060	18162	Europe/Madrid
6359609	Busto, El	busto-el			ES	32	NA	31061	73	Europe/Madrid
6359610	Cabanillas	cabanillas			ES	32	NA	31062	1490	Europe/Madrid
6359611	Cabredo	cabredo			ES	32	NA	31063	109	Europe/Madrid
6359612	Cadreita	cadreita			ES	32	NA	31064	2106	Europe/Madrid
6359613	Caparroso	caparroso			ES	32	NA	31065	2821	Europe/Madrid
6359614	Cárcar	carcar			ES	32	NA	31066	1121	Europe/Madrid
6359615	Carcastillo	carcastillo			ES	32	NA	31067	2549	Europe/Madrid
6359616	Cascante	cascante			ES	32	NA	31068	3990	Europe/Madrid
6359617	Cáseda	caseda			ES	32	NA	31069	1027	Europe/Madrid
6359618	Castejón	castejon	Castellon,Castellón,Kastekhon,Кастехон		ES	32	NA	31070	4207	Europe/Madrid
6359619	Castillonuevo	castillonuevo			ES	32	NA	31071	16	Europe/Madrid
6359620	Cintruénigo	cintruenigo			ES	32	NA	31072	7811	Europe/Madrid
6359621	Ziordia	ziordia			ES	32	NA	31073	394	Europe/Madrid
6359622	Cirauqui/Zirauki	cirauqui-zirauki			ES	32	NA	31074	505	Europe/Madrid
6359623	Ciriza/Ziritza	ciriza-ziritza			ES	32	NA	31075	119	Europe/Madrid
6359624	Cizur	cizur	Cendea de Cizur,Sisur,Zendea de Zizur,Zizur,Zizur Zendea,Сисур,Сісур		ES	32	NA	31076	3663	Europe/Madrid
6359625	Corella	corella			ES	32	NA	31077	8049	Europe/Madrid
6359626	Cortes	cortes	Cortes de Navarra,Cortz,Kortes,ke er te si,Кортес,科尔特斯		ES	32	NA	31078	3281	Europe/Madrid
6359627	Desojo	desojo			ES	32	NA	31079	93	Europe/Madrid
6359628	Dicastillo	dicastillo			ES	32	NA	31080	688	Europe/Madrid
6359629	Donamaria	donamaria			ES	32	NA	31081	436	Europe/Madrid
6359630	Etxalar	etxalar	Echalar,Ehchalar,Etchalar,ai te ke sa la er,Ечалар,Эчалар,埃特克萨拉尔		ES	32	NA	31082	818	Europe/Madrid
6359631	Echarri	echarri			ES	32	NA	31083	72	Europe/Madrid
6359632	Etxarri-Aranatz	etxarri-aranatz			ES	32	NA	31084	2487	Europe/Madrid
6359633	Etxauri	etxauri			ES	32	NA	31085	585	Europe/Madrid
6359634	Egüés	eguees	Egues,Eguesibar,Ehguehs,Valle de Eguees,Valle de Egüés,ai ge si,Егуес,Эгуэс,バリェ・デ・エグエス/エグエシバル,埃格斯		ES	32	NA	31086	17450	Europe/Madrid
6359635	Elgorriaga	elgorriaga			ES	32	NA	31087	205	Europe/Madrid
6359636	Noáin (Valle de Elorz)/Noain (Elortzibar)	noain-valle-de-elorz-noain-elortzibar			ES	32	NA	31088	7566	Europe/Madrid
6359637	Enériz/Eneritz	eneriz-eneritz			ES	32	NA	31089	368	Europe/Madrid
6359638	Eratsun	eratsun			ES	32	NA	31090	160	Europe/Madrid
6359639	Ergoiena	ergoiena			ES	32	NA	31091	405	Europe/Madrid
6359640	Erro	erro			ES	32	NA	31092	804	Europe/Madrid
6359641	Ezcároz/Ezkaroze	ezcaroz-ezkaroze			ES	32	NA	31093	336	Europe/Madrid
6359642	Eslava	eslava			ES	32	NA	31094	122	Europe/Madrid
6359643	Esparza de Salazar/Espartza Zaraitzu	esparza-de-salazar-espartza-zaraitzu			ES	32	NA	31095	91	Europe/Madrid
6359644	Espronceda	espronceda			ES	32	NA	31096	128	Europe/Madrid
6359645	Estella-Lizarra	estella-lizarra			ES	32	NA	31097	14138	Europe/Madrid
6359646	Esteribar	esteribar			ES	32	NA	31098	2432	Europe/Madrid
6359647	Etayo	etayo			ES	32	NA	31099	80	Europe/Madrid
6359648	Eulate	eulate			ES	32	NA	31100	332	Europe/Madrid
6359649	Ezcabarte	ezcabarte			ES	32	NA	31101	1707	Europe/Madrid
6359650	Ezkurra	ezkurra	Ehskurra,Eskurra,Ezcurra,Ескурра,Эскурра		ES	32	NA	31102	164	Europe/Madrid
6359651	Ezprogui	ezprogui			ES	32	NA	31103	49	Europe/Madrid
6359652	Falces	falces			ES	32	NA	31104	2559	Europe/Madrid
6359653	Fitero	fitero			ES	32	NA	31105	2212	Europe/Madrid
6359654	Fontellas	fontellas			ES	32	NA	31106	955	Europe/Madrid
6359655	Funes	funes			ES	32	NA	31107	2525	Europe/Madrid
6359656	Fustiñana	fustinana			ES	32	NA	31108	2578	Europe/Madrid
6359657	Galar	galar			ES	32	NA	31109	1865	Europe/Madrid
6359658	Gallipienzo/Galipentzu	gallipienzo-galipentzu			ES	32	NA	31110	115	Europe/Madrid
6359659	Gallués/Galoze	gallues-galoze			ES	32	NA	31111	106	Europe/Madrid
6359660	Garaioa	garaioa			ES	32	NA	31112	104	Europe/Madrid
6359661	Garde	garde	Garde,jia er de,Гарде,加尔德		ES	32	NA	31113	169	Europe/Madrid
6359662	Garínoain	garinoain			ES	32	NA	31114	531	Europe/Madrid
6359663	Garralda	garralda			ES	32	NA	31115	189	Europe/Madrid
6359664	Genevilla	genevilla			ES	32	NA	31116	80	Europe/Madrid
6359665	Goizueta	goizueta			ES	32	NA	31117	758	Europe/Madrid
6359666	Goñi	goni			ES	32	NA	31118	189	Europe/Madrid
6359667	Güesa/Gorza	gueesa-gorza			ES	32	NA	31119	51	Europe/Madrid
6359668	Guesálaz/Gesalatz	guesalaz-gesalatz			ES	32	NA	31120	464	Europe/Madrid
6359669	Guirguillano	guirguillano			ES	32	NA	31121	92	Europe/Madrid
6359670	Huarte/Uharte	huarte-uharte			ES	32	NA	31122	6543	Europe/Madrid
6359671	Uharte-Arakil	uharte-arakil			ES	32	NA	31123	827	Europe/Madrid
6359672	Ibargoiti	ibargoiti			ES	32	NA	31124	237	Europe/Madrid
6359673	Igúzquiza	iguzquiza			ES	32	NA	31125	336	Europe/Madrid
6359674	Imotz	imotz	Imoc,Imos,Imoz,yi mo te si,Імоц,Имос,伊莫特斯		ES	32	NA	31126	435	Europe/Madrid
6359675	Irañeta	iraneta			ES	32	NA	31127	166	Europe/Madrid
6359676	Isaba/Izaba	isaba-izaba			ES	32	NA	31128	507	Europe/Madrid
6359677	Ituren	ituren			ES	32	NA	31129	518	Europe/Madrid
6359678	Iturmendi	iturmendi			ES	32	NA	31130	390	Europe/Madrid
6359679	Iza/Itza	iza-itza			ES	32	NA	31131	1134	Europe/Madrid
6359680	Izagaondoa	izagaondoa			ES	32	NA	31132	183	Europe/Madrid
6359681	Izalzu/Itzaltzu	izalzu-itzaltzu			ES	32	NA	31133	50	Europe/Madrid
6359682	Jaurrieta	jaurrieta			ES	32	NA	31134	218	Europe/Madrid
6359683	Javier	javier			ES	32	NA	31135	120	Europe/Madrid
6359684	Juslapeña	juslapena			ES	32	NA	31136	558	Europe/Madrid
6359685	Beintza-Labaien	beintza-labaien	Beinza-Labayen,Bejnca-Labaen,Bejnsa-Labajen,Labaien,ben te sa-la wa yi en,Бейнса-Лабайен,Бейнца-Лабаєн,本特萨-拉瓦伊恩		ES	32	NA	31137	242	Europe/Madrid
6359686	Lakuntza	lakuntza			ES	32	NA	31138	1252	Europe/Madrid
6359687	Lana	lana			ES	32	NA	31139	191	Europe/Madrid
6359688	Lantz	lantz			ES	32	NA	31140	140	Europe/Madrid
6359689	Lapoblación	lapoblacion			ES	32	NA	31141	147	Europe/Madrid
6359690	Larraga	larraga			ES	32	NA	31142	2152	Europe/Madrid
6359691	Larraona	larraona			ES	32	NA	31143	114	Europe/Madrid
6359692	Larraun	larraun	Larraun,Larráun,la lao en,Ларраун,拉劳恩		ES	32	NA	31144	1015	Europe/Madrid
6359693	Lazagurría	lazagurria			ES	32	NA	31145	206	Europe/Madrid
6359694	Leache	leache			ES	32	NA	31146	57	Europe/Madrid
6359695	Legarda	legarda			ES	32	NA	31147	118	Europe/Madrid
6359696	Legaria	legaria			ES	32	NA	31148	109	Europe/Madrid
6359697	Leitza	leitza	Leiza,Lejca,Lejsa,lai te sa,Лейса,Лейца,莱特萨		ES	32	NA	31149	2916	Europe/Madrid
6359698	Leoz/Leotz	leoz-leotz			ES	32	NA	31150	261	Europe/Madrid
6359699	Lerga	lerga			ES	32	NA	31151	74	Europe/Madrid
6359700	Lerín	lerin			ES	32	NA	31152	1814	Europe/Madrid
6359701	Lesaka	lesaka			ES	32	NA	31153	2807	Europe/Madrid
6359702	Lezáun	lezaun			ES	32	NA	31154	264	Europe/Madrid
6359703	Liédena	liedena			ES	32	NA	31155	327	Europe/Madrid
6359704	Lizoáin-Arriasgoiti	lizoain-arriasgoiti			ES	32	NA	31156	317	Europe/Madrid
6359705	Lodosa	lodosa			ES	32	NA	31157	4939	Europe/Madrid
6359706	Lónguida/Longida	longuida-longida			ES	32	NA	31158	324	Europe/Madrid
6359707	Lumbier	lumbier	Irunberri,Lumb'er,Lumber,lun wei ye er,Лумбьер,Лумбєр,伦维耶尔		ES	32	NA	31159	1417	Europe/Madrid
6359708	Luquin	luquin			ES	32	NA	31160	131	Europe/Madrid
6359709	Mañeru	maneru			ES	32	NA	31161	442	Europe/Madrid
6359710	Marañón	maranon			ES	32	NA	31162	55	Europe/Madrid
6359711	Marcilla	marcilla			ES	32	NA	31163	2815	Europe/Madrid
6359712	Mélida	melida			ES	32	NA	31164	717	Europe/Madrid
6359713	Mendavia	mendavia			ES	32	NA	31165	3726	Europe/Madrid
6359714	Mendaza	mendaza			ES	32	NA	31166	350	Europe/Madrid
6359715	Mendigorría	mendigorria			ES	32	NA	31167	1085	Europe/Madrid
6359716	Metauten	metauten			ES	32	NA	31168	287	Europe/Madrid
6359717	Milagro	milagro			ES	32	NA	31169	3378	Europe/Madrid
6359718	Mirafuentes	mirafuentes			ES	32	NA	31170	49	Europe/Madrid
6359719	Miranda de Arga	miranda-de-arga			ES	32	NA	31171	916	Europe/Madrid
6359720	Monreal/Elo	monreal-elo			ES	32	NA	31172	482	Europe/Madrid
6359721	Monteagudo	monteagudo			ES	32	NA	31173	1145	Europe/Madrid
6359722	Morentin	morentin			ES	32	NA	31174	133	Europe/Madrid
6359723	Mues	mues			ES	32	NA	31175	96	Europe/Madrid
6359724	Murchante	murchante			ES	32	NA	31176	3758	Europe/Madrid
6359725	Murieta	murieta			ES	32	NA	31177	352	Europe/Madrid
6359726	Murillo el Cuende	murillo-el-cuende			ES	32	NA	31178	687	Europe/Madrid
6359727	Murillo el Fruto	murillo-el-fruto			ES	32	NA	31179	683	Europe/Madrid
6359728	Muruzábal	muruzabal			ES	32	NA	31180	282	Europe/Madrid
6359729	Navascués/Nabaskoze	navascues-nabaskoze			ES	32	NA	31181	171	Europe/Madrid
6359730	Nazar	nazar			ES	32	NA	31182	50	Europe/Madrid
6359731	Obanos	obanos			ES	32	NA	31183	911	Europe/Madrid
6359732	Oco	oco			ES	32	NA	31184	71	Europe/Madrid
6359733	Ochagavía/Otsagabia	ochagavia-otsagabia			ES	32	NA	31185	618	Europe/Madrid
6359734	Odieta	odieta			ES	32	NA	31186	353	Europe/Madrid
6359735	Oitz	oitz			ES	32	NA	31187	155	Europe/Madrid
6359736	Olaibar	olaibar			ES	32	NA	31188	262	Europe/Madrid
6359737	Olazti/Olazagutía	olazti-olazagutia			ES	32	NA	31189	1662	Europe/Madrid
6359738	Olejua	olejua			ES	32	NA	31190	55	Europe/Madrid
6359739	Olite/Erriberri	olite-erriberri			ES	32	NA	31191	3832	Europe/Madrid
6359740	Olóriz/Oloritz	oloriz-oloritz			ES	32	NA	31192	179	Europe/Madrid
6359741	Cendea de Olza/Oltza Zendea	cendea-de-olza-oltza-zendea			ES	32	NA	31193	1785	Europe/Madrid
6359742	Ollo	ollo			ES	32	NA	31194	401	Europe/Madrid
6359743	Orbaizeta	orbaizeta	Orbaiceta		ES	32	NA	31195	217	Europe/Madrid
6359744	Orbara	orbara			ES	32	NA	31196	43	Europe/Madrid
6359745	Orísoain	orisoain			ES	32	NA	31197	89	Europe/Madrid
6359746	Oronz/Orontze	oronz-orontze			ES	32	NA	31198	49	Europe/Madrid
6359747	Oroz-Betelu/Orotz-Betelu	oroz-betelu-orotz-betelu			ES	32	NA	31199	166	Europe/Madrid
6359748	Oteiza	oteiza			ES	32	NA	31200	959	Europe/Madrid
6359749	Pamplona	pamplona	Iruna,Irunea,Iruña,Iruñea,Pamplona		ES	32	NA	31201	197604	Europe/Madrid
6359750	Peralta/Azkoien	peralta-azkoien			ES	32	NA	31202	6009	Europe/Madrid
6359751	Petilla de Aragón	petilla-de-aragon			ES	32	NA	31203	29	Europe/Madrid
6359752	Piedramillera	piedramillera			ES	32	NA	31204	48	Europe/Madrid
6359753	Pitillas	pitillas			ES	32	NA	31205	544	Europe/Madrid
6359754	Puente la Reina/Gares	puente-la-reina-gares			ES	32	NA	31206	2835	Europe/Madrid
6359755	Pueyo	pueyo			ES	32	NA	31207	354	Europe/Madrid
6359756	Ribaforada	ribaforada			ES	32	NA	31208	3698	Europe/Madrid
6359757	Romanzado	romanzado			ES	32	NA	31209	180	Europe/Madrid
6359758	Roncal/Erronkari	roncal-erronkari			ES	32	NA	31210	250	Europe/Madrid
6359759	Orreaga/Roncesvalles	orreaga-roncesvalles			ES	32	NA	31211	24	Europe/Madrid
6359760	Sada	sada			ES	32	NA	31212	184	Europe/Madrid
6359761	Saldías	saldias			ES	32	NA	31213	118	Europe/Madrid
6359762	Salinas de Oro/Jaitz	salinas-de-oro-jaitz			ES	32	NA	31214	117	Europe/Madrid
6359763	San Adrián	san-adrian	San Adrian,San-Adrian,Sant Hadrian,Sant Hadrián,sheng a de li an,Сан-Адриан,Сан-Адріан,圣阿德里安		ES	32	NA	31215	6247	Europe/Madrid
6359764	Sangüesa	sangueesa			ES	32	NA	31216	5177	Europe/Madrid
6359765	San Martín de Unx	san-martin-de-unx			ES	32	NA	31217	432	Europe/Madrid
6359766	Sansol	sansol			ES	32	NA	31219	108	Europe/Madrid
6359767	Santacara	santacara			ES	32	NA	31220	922	Europe/Madrid
6359768	Doneztebe-Santesteban	doneztebe-santesteban	Doneztebe-Santesteban		ES	32	NA	31221	1694	Europe/Madrid
6359769	Sarriés/Sartze	sarries-sartze			ES	32	NA	31222	67	Europe/Madrid
6359770	Sartaguda	sartaguda			ES	32	NA	31223	1378	Europe/Madrid
6359771	Sesma	sesma			ES	32	NA	31224	1240	Europe/Madrid
6359772	Sorlada	sorlada			ES	32	NA	31225	63	Europe/Madrid
6359773	Sunbilla	sunbilla			ES	32	NA	31226	665	Europe/Madrid
6359774	Tafalla	tafalla			ES	32	NA	31227	11256	Europe/Madrid
6359775	Tiebas-Muruarte de Reta	tiebas-muruarte-de-reta			ES	32	NA	31228	659	Europe/Madrid
6359776	Tirapu	tirapu			ES	32	NA	31229	53	Europe/Madrid
6359777	Torralba del Río	torralba-del-rio			ES	32	NA	31230	132	Europe/Madrid
6359778	Torres del Río	torres-del-rio			ES	32	NA	31231	144	Europe/Madrid
6359779	Tudela	tudela	Tudela,Tudèla,Tutela,Tutera,to~udera,ttylh,ttylt,tu de la,twdlh,Тудела,טודלה,تطيلة,تطیله,ቱዴላ,トゥデラ,图德拉		ES	32	NA	31232	35358	Europe/Madrid
6359780	Tulebras	tulebras			ES	32	NA	31233	127	Europe/Madrid
6359781	Ucar	ucar			ES	32	NA	31234	177	Europe/Madrid
6359782	Ujué	ujue			ES	32	NA	31235	202	Europe/Madrid
6359783	Ultzama	ultzama	Ul'cama,Ul'sama,Ulzama,Uzama,wu er te sa ma,Ульсама,Ульцама,乌尔特萨马		ES	32	NA	31236	1698	Europe/Madrid
6359784	Unciti	unciti			ES	32	NA	31237	234	Europe/Madrid
6359785	Unzué/Untzue	unzue-untzue			ES	32	NA	31238	142	Europe/Madrid
6359786	Urdazubi/Urdax	urdazubi-urdax			ES	32	NA	31239	378	Europe/Madrid
6359787	Urdiain	urdiain			ES	32	NA	31240	700	Europe/Madrid
6359788	Urraul Alto	urraul-alto			ES	32	NA	31241	176	Europe/Madrid
6359789	Urraul Bajo	urraul-bajo			ES	32	NA	31242	292	Europe/Madrid
6359790	Urroz-Villa	urroz-villa			ES	32	NA	31243	398	Europe/Madrid
6359791	Urrotz	urrotz			ES	32	NA	31244	180	Europe/Madrid
6359792	Urzainqui/Urzainki	urzainqui-urzainki			ES	32	NA	31245	95	Europe/Madrid
6359793	Uterga	uterga			ES	32	NA	31246	195	Europe/Madrid
6359794	Uztárroz/Uztarroze	uztarroz-uztarroze			ES	32	NA	31247	166	Europe/Madrid
6359795	Luzaide/Valcarlos	luzaide-valcarlos			ES	32	NA	31248	406	Europe/Madrid
6359796	Valtierra	valtierra			ES	32	NA	31249	2523	Europe/Madrid
6359797	Bera	bera	Bera,Vera de Bidasoa		ES	32	NA	31250	3798	Europe/Madrid
6359798	Viana	viana	V'jana,Viana,Vijana,bi ya na,fyana,Вијана,Вьяна,Віана,فيانا,比亚纳		ES	32	NA	31251	4022	Europe/Madrid
6359799	Vidángoz/Bidankoze	vidangoz-bidankoze			ES	32	NA	31252	94	Europe/Madrid
6359800	Bidaurreta	bidaurreta	Vidaurreta		ES	32	NA	31253	155	Europe/Madrid
6359801	Villafranca	villafranca	Alesbes,Vil'jafranka,Вильяфранка,Вільяфранка		ES	32	NA	31254	2958	Europe/Madrid
6359802	Villamayor de Monjardín	villamayor-de-monjardin			ES	32	NA	31255	137	Europe/Madrid
6359803	Hiriberri/Villanueva de Aezkoa	hiriberri-villanueva-de-aezkoa			ES	32	NA	31256	121	Europe/Madrid
6359804	Villatuerta	villatuerta			ES	32	NA	31257	1137	Europe/Madrid
6359805	Villava/Atarrabia	villava-atarrabia			ES	32	NA	31258	10496	Europe/Madrid
6359806	Igantzi	igantzi			ES	32	NA	31259	634	Europe/Madrid
6359807	Valle de Yerri/Deierri	valle-de-yerri-deierri			ES	32	NA	31260	1525	Europe/Madrid
6359808	Yesa	yesa			ES	32	NA	31261	252	Europe/Madrid
6359809	Zabalza/Zabaltza	zabalza-zabaltza			ES	32	NA	31262	282	Europe/Madrid
6359810	Zubieta	zubieta			ES	32	NA	31263	295	Europe/Madrid
6359811	Zugarramurdi	zugarramurdi			ES	32	NA	31264	243	Europe/Madrid
6359812	Zúñiga	zuniga			ES	32	NA	31265	108	Europe/Madrid
6359813	Barañain	baranain			ES	32	NA	31901	21444	Europe/Madrid
6359814	Berrioplano/Berriobeiti	berrioplano-berriobeiti			ES	32	NA	31902	5971	Europe/Madrid
6359815	Berriozar	berriozar			ES	32	NA	31903	9449	Europe/Madrid
6359816	Beriáin	beriain			ES	32	NA	31905	3856	Europe/Madrid
6359817	Orkoien	orkoien			ES	32	NA	31906	3696	Europe/Madrid
6359818	Zizur Mayor/Zizur Nagusia	zizur-mayor-zizur-nagusia	Zizur Mayor,Zizur Nagusia		ES	32	NA	31907	14084	Europe/Madrid
6359819	Lekunberri	lekunberri			ES	32	NA	31908	1463	Europe/Madrid
6359820	Amoeiro	amoeiro			ES	58	OR	32002	2278	Europe/Madrid
6359821	Arnoia, A	arnoia-a			ES	58	OR	32003	1051	Europe/Madrid
6359822	Avión	avion			ES	58	OR	32004	2408	Europe/Madrid
6359823	Baltar	baltar			ES	58	OR	32005	1076	Europe/Madrid
6359824	Bande	bande			ES	58	OR	32006	1958	Europe/Madrid
6359825	Baños de Molgas	banos-de-molgas			ES	58	OR	32007	1774	Europe/Madrid
6359826	Barbadás	barbadas			ES	58	OR	32008	10064	Europe/Madrid
6359827	Barco de Valdeorras, O	barco-de-valdeorras-o			ES	58	OR	32009	14052	Europe/Madrid
6359828	Beade	beade			ES	58	OR	32010	500	Europe/Madrid
6359829	Beariz	beariz			ES	58	OR	32011	1205	Europe/Madrid
6359830	Blancos, Os	blancos-os			ES	58	OR	32012	974	Europe/Madrid
6359831	Boborás	boboras			ES	58	OR	32013	2862	Europe/Madrid
6359832	Bola, A	bola-a			ES	58	OR	32014	1398	Europe/Madrid
6359833	Bolo, O	bolo-o			ES	58	OR	32015	1084	Europe/Madrid
6359834	Calvos de Randín	calvos-de-randin			ES	58	OR	32016	1064	Europe/Madrid
6359835	Carballeda de Valdeorras	carballeda-de-valdeorras			ES	58	OR	32017	1773	Europe/Madrid
6359836	Carballeda de Avia	carballeda-de-avia			ES	58	OR	32018	1487	Europe/Madrid
6359837	Carballiño, O	carballino-o			ES	58	OR	32019	14246	Europe/Madrid
6359838	Cartelle	cartelle			ES	58	OR	32020	3163	Europe/Madrid
6359839	Castrelo do Val	castrelo-do-val			ES	58	OR	32021	1169	Europe/Madrid
6359840	Castrelo de Miño	castrelo-de-mino			ES	58	OR	32022	1754	Europe/Madrid
6359841	Castro Caldelas	castro-caldelas			ES	58	OR	32023	1486	Europe/Madrid
6359842	Celanova	celanova			ES	58	OR	32024	5809	Europe/Madrid
6359843	Cenlle	cenlle			ES	58	OR	32025	1331	Europe/Madrid
6359844	Coles	coles			ES	58	OR	32026	3216	Europe/Madrid
6359845	Cortegada	cortegada	Kortegada,korutegada,kwrtyghada,Кортегада,كورتيغادا,コルテガーダ		ES	58	OR	32027	1277	Europe/Madrid
6359846	Cualedro	cualedro			ES	58	OR	32028	1924	Europe/Madrid
6359847	Chandrexa de Queixa	chandrexa-de-queixa			ES	58	OR	32029	586	Europe/Madrid
6359848	Entrimo	entrimo			ES	58	OR	32030	1391	Europe/Madrid
6359849	Esgos	esgos			ES	58	OR	32031	1180	Europe/Madrid
6359850	Xinzo de Limia	xinzo-de-limia			ES	58	OR	32032	10358	Europe/Madrid
6359851	Gomesende	gomesende			ES	58	OR	32033	914	Europe/Madrid
6359852	Gudiña, A	gudina-a			ES	58	OR	32034	1506	Europe/Madrid
6359853	Irixo, O	irixo-o			ES	58	OR	32035	1689	Europe/Madrid
6359854	Xunqueira de Ambía	xunqueira-de-ambia			ES	58	OR	32036	1649	Europe/Madrid
6359855	Xunqueira de Espadanedo	xunqueira-de-espadanedo			ES	58	OR	32037	892	Europe/Madrid
6359856	Larouco	larouco			ES	58	OR	32038	557	Europe/Madrid
6359857	Laza	laza			ES	58	OR	32039	1541	Europe/Madrid
6359858	Leiro	leiro			ES	58	OR	32040	1763	Europe/Madrid
6359859	Lobeira	lobeira			ES	58	OR	32041	909	Europe/Madrid
6359860	Lobios	lobios			ES	58	OR	32042	2175	Europe/Madrid
6359861	Maceda	maceda			ES	58	OR	32043	3112	Europe/Madrid
6359862	Manzaneda	manzaneda			ES	58	OR	32044	1001	Europe/Madrid
6359863	Maside	maside			ES	58	OR	32045	2969	Europe/Madrid
6359864	Melón	melon			ES	58	OR	32046	1479	Europe/Madrid
6359865	Merca, A	merca-a			ES	58	OR	32047	2197	Europe/Madrid
6359866	A Mezquita	a-mezquita			ES	58	OR	32048	1304	Europe/Madrid
6359867	Montederramo	montederramo			ES	58	OR	32049	894	Europe/Madrid
6359868	Monterrei	monterrei			ES	58	OR	32050	2924	Europe/Madrid
6359869	Muíños	muinos			ES	58	OR	32051	1779	Europe/Madrid
6359870	Nogueira de Ramuín	nogueira-de-ramuin			ES	58	OR	32052	2336	Europe/Madrid
6359871	Oímbra	oimbra			ES	58	OR	32053	2062	Europe/Madrid
6359872	Ourense	ourense			ES	58	OR	32054	107597	Europe/Madrid
6359873	Padrenda	padrenda			ES	58	OR	32056	2244	Europe/Madrid
6359874	Parada de Sil	parada-de-sil			ES	58	OR	32057	648	Europe/Madrid
6359875	Pereiro de Aguiar, O	pereiro-de-aguiar-o			ES	58	OR	32058	6306	Europe/Madrid
6359876	Peroxa, A	peroxa-a			ES	58	OR	32059	2085	Europe/Madrid
6359877	Petín	petin			ES	58	OR	32060	982	Europe/Madrid
6359878	Piñor	pinor			ES	58	OR	32061	1322	Europe/Madrid
6359879	Porqueira	porqueira			ES	58	OR	32062	1005	Europe/Madrid
6359880	Pobra de Trives, A	pobra-de-trives-a			ES	58	OR	32063	2388	Europe/Madrid
6359881	Pontedeva	pontedeva			ES	58	OR	32064	654	Europe/Madrid
6359882	Punxín	punxin			ES	58	OR	32065	801	Europe/Madrid
6359883	Quintela de Leirado	quintela-de-leirado			ES	58	OR	32066	716	Europe/Madrid
6359884	Rairiz de Veiga	rairiz-de-veiga			ES	58	OR	32067	1568	Europe/Madrid
6359885	Ramirás	ramiras			ES	58	OR	32068	1812	Europe/Madrid
6359886	Ribadavia	ribadavia			ES	58	OR	32069	5319	Europe/Madrid
6359887	San Xoán de Río	san-xoan-de-rio			ES	58	OR	32070	685	Europe/Madrid
6359888	Riós	rios			ES	58	OR	32071	1803	Europe/Madrid
6359889	Rúa, A	rua-a			ES	58	OR	32072	4695	Europe/Madrid
6359890	Rubiá	rubia			ES	58	OR	32073	1557	Europe/Madrid
6359891	San Amaro	san-amaro			ES	58	OR	32074	1237	Europe/Madrid
6359892	San Cibrao das Viñas	san-cibrao-das-vinas			ES	58	OR	32075	4745	Europe/Madrid
6359893	Sandiás	sandias			ES	58	OR	32077	1342	Europe/Madrid
6359894	Sarreaus	sarreaus			ES	58	OR	32078	1408	Europe/Madrid
6359895	Taboadela	taboadela			ES	58	OR	32079	1642	Europe/Madrid
6359896	Teixeira, A	teixeira-a			ES	58	OR	32080	415	Europe/Madrid
6359897	Toén	toen			ES	58	OR	32081	2567	Europe/Madrid
6359898	Trasmiras	trasmiras			ES	58	OR	32082	1534	Europe/Madrid
6359899	Veiga, A	veiga-a			ES	58	OR	32083	1036	Europe/Madrid
6359900	Verea	verea			ES	58	OR	32084	1150	Europe/Madrid
6359901	Verín	verin			ES	58	OR	32085	14707	Europe/Madrid
6359902	Viana do Bolo	viana-do-bolo	V'jana-del'-Bol'o,Viana del Bollo,Viana-do-Bolo,bi ya na duo wo luo,fyana dyl bwyw,Вьяна-дель-Больо,Віана-до-Боло,فيانا ديل بويو,ビアナ・ド・ボーロ,比亚纳多沃洛		ES	58	OR	32086	3180	Europe/Madrid
6359903	Vilamarín	vilamarin			ES	58	OR	32087	2119	Europe/Madrid
6359904	Vilamartín de Valdeorras	vilamartin-de-valdeorras			ES	58	OR	32088	1988	Europe/Madrid
6359905	Vilar de Barrio	vilar-de-barrio			ES	58	OR	32089	1572	Europe/Madrid
6359906	Vilar de Santos	vilar-de-santos			ES	58	OR	32090	922	Europe/Madrid
6359907	Vilardevós	vilardevos			ES	58	OR	32091	2131	Europe/Madrid
6359908	Vilariño de Conso	vilarino-de-conso			ES	58	OR	32092	632	Europe/Madrid
6359909	Allande	allande			ES	34	O	33001	1939	Europe/Madrid
6359910	Aller	aller	Al'er,Alyer,Ayer,a lie er,ayr,ayyr,Альер,Альєр,Ալյեր,آیر,أيير,阿列尔		ES	34	O	33002	12136	Europe/Madrid
6359911	Amieva	amieva			ES	34	O	33003	803	Europe/Madrid
6359912	Belmonte de Miranda	belmonte-de-miranda			ES	34	O	33005	1740	Europe/Madrid
6359913	Bimenes	bimenes			ES	34	O	33006	1880	Europe/Madrid
6359914	Boal	boal			ES	34	O	33007	1505	Europe/Madrid
6359916	Cabranes	cabranes			ES	34	O	33009	1074	Europe/Madrid
6359917	Candamo	candamo			ES	34	O	33010	2124	Europe/Madrid
6359918	Cangas del Narcea	cangas-del-narcea			ES	34	O	33011	14077	Europe/Madrid
6359919	Cangas de Onís	cangas-de-onis			ES	34	O	33012	6787	Europe/Madrid
6359920	Caravia	caravia			ES	34	O	33013	520	Europe/Madrid
6359921	Carreño	carreno	Carreno,Carreño		ES	34	O	33014	10967	Europe/Madrid
6359922	Castrillón	castrillon			ES	34	O	33016	22950	Europe/Madrid
6359923	Castropol	castropol			ES	34	O	33017	3713	Europe/Madrid
6359924	Coaña	coana			ES	34	O	33018	3462	Europe/Madrid
6359925	Colunga	colunga			ES	34	O	33019	3614	Europe/Madrid
6359926	Cudillero	cudillero			ES	34	O	33021	5691	Europe/Madrid
6359927	Degaña	degana			ES	34	O	33022	1182	Europe/Madrid
6359928	Franco, El	franco-el			ES	34	O	33023	3946	Europe/Madrid
6359929	Gijón	gijon			ES	34	O	33024	277733	Europe/Madrid
6359930	Gozón	gozon			ES	34	O	33025	10763	Europe/Madrid
6359931	Grado	grado	Grao		ES	34	O	33026	10746	Europe/Madrid
6359932	Grandas de Salime	grandas-de-salime			ES	34	O	33027	1001	Europe/Madrid
6359933	Ibias	ibias			ES	34	O	33028	1634	Europe/Madrid
6359934	Illano	illano			ES	34	O	33029	439	Europe/Madrid
6359935	Illas	illas			ES	34	O	33030	1038	Europe/Madrid
6359936	Langreo	langreo			ES	34	O	33031	43647	Europe/Madrid
6359937	Valdés	valdes	Val'des,ba er de si,balds,barudesu,faldys,Вальдес,بالدس,فالديس,バルデス,巴尔德斯		ES	34	O	33034	13058	Europe/Madrid
6359938	Llanera	llanera	L'janera,li ya nei la,yanra,yanyra,Льянера,يانيرا,یانرا,利亚内拉		ES	34	O	33035	14167	Europe/Madrid
6359939	Llanes	llanes			ES	34	O	33036	13893	Europe/Madrid
6359940	Mieres	mieres	M'eres,Meres,mi ye lei si,myrs  astwryas,myyrys,Мьерес,Мєрес,مييريس,میرس، آستوریاس,米耶雷斯		ES	34	O	33037	42421	Europe/Madrid
6359941	Morcín	morcin			ES	34	O	33038	2866	Europe/Madrid
6359942	Muros de Nalón	muros-de-nalon			ES	34	O	33039	1911	Europe/Madrid
6359943	Nava	nava	Nava,na wa,naba,nafa,Нава,نابا,نافا,纳瓦		ES	34	O	33040	5599	Europe/Madrid
6359944	Navia	navia	Navija,na wei ya,nabia,nabya,nafya,Навия,Навія,نابیا,نافيا,ናቪያ,ナビア,纳维亚		ES	34	O	33041	8982	Europe/Madrid
6359945	Noreña	norena			ES	34	O	33042	5432	Europe/Madrid
6359946	Onís	onis			ES	34	O	33043	786	Europe/Madrid
6359947	Oviedo	oviedo	Oviedo,Uvieo,Uvieu,Uviéu		ES	34	O	33044	225973	Europe/Madrid
6359948	Parres	parres			ES	34	O	33045	5699	Europe/Madrid
6359949	Peñamellera Alta	penamellera-alta			ES	34	O	33046	598	Europe/Madrid
6359950	Peñamellera Baja	penamellera-baja			ES	34	O	33047	1317	Europe/Madrid
6359951	Pesoz	pesoz			ES	34	O	33048	191	Europe/Madrid
6359952	Piloña	pilona	Pilona,Piloña		ES	34	O	33049	7793	Europe/Madrid
6359953	Ponga	ponga	Ponga,bwngha,peng jia,pnga,ponga,Понга,بونغا,پنگا,ポンガ,蓬加		ES	34	O	33050	686	Europe/Madrid
6359954	Pravia	pravia			ES	34	O	33051	9016	Europe/Madrid
6359955	Proaza	proaza			ES	34	O	33052	813	Europe/Madrid
6359956	Quirós	quiros			ES	34	O	33053	1294	Europe/Madrid
6359957	Regueras, Las	regueras-las			ES	34	O	33054	1952	Europe/Madrid
6359958	Ribadedeva	ribadedeva			ES	34	O	33055	1904	Europe/Madrid
6359959	Ribadesella	ribadesella			ES	34	O	33056	6209	Europe/Madrid
6359960	La Ribera	la-ribera			ES	34	O	33057	1971	Europe/Madrid
6359961	Riosa	riosa			ES	34	O	33058	2140	Europe/Madrid
6359962	Salas	salas	Salas,sa la si,salas,Салас,Սալաս,سالاس,萨拉斯		ES	34	O	33059	5659	Europe/Madrid
6359963	San Martín de Oscos	san-martin-de-oscos			ES	34	O	33061	484	Europe/Madrid
6359964	Santa Eulalia de Oscos	santa-eulalia-de-oscos			ES	34	O	33062	503	Europe/Madrid
6359965	San Tirso de Abres	san-tirso-de-abres			ES	34	O	33063	521	Europe/Madrid
6359966	Santo Adriano	santo-adriano			ES	34	O	33064	263	Europe/Madrid
6359967	Sariego	sariego			ES	34	O	33065	1313	Europe/Madrid
6359968	Sobrescobio	sobrescobio			ES	34	O	33067	872	Europe/Madrid
6359969	Somiedo	somiedo			ES	34	O	33068	1354	Europe/Madrid
6359970	Soto del Barco	soto-del-barco			ES	34	O	33069	4048	Europe/Madrid
6359971	Tapia de Casariego	tapia-de-casariego			ES	34	O	33070	4002	Europe/Madrid
6359972	Taramundi	taramundi			ES	34	O	33071	736	Europe/Madrid
6359973	Teverga	teverga			ES	34	O	33072	1899	Europe/Madrid
6359974	Tineo	tineo			ES	34	O	33073	10652	Europe/Madrid
6359975	Vegadeo	vegadeo	A Veiga,Vegadeo,bei jia de ao,bgadyw,fyghadyw,Вегадео,بگادئو,فيغاديو,贝加德奥		ES	34	O	33074	4131	Europe/Madrid
6359976	Villanueva de Oscos	villanueva-de-oscos			ES	34	O	33075	345	Europe/Madrid
6359977	Villaviciosa	villaviciosa	Vil'javis'josa,Vil'javis'osa,bi li ya wei xi ao sa,biryabishiosa,byabysywsa,fyafythywsa,Вильявисьоса,Вільявісьйоса,بیابیسیوسا,فيافيثيوسا,ビリャビシオサ,比利亚维西奥萨		ES	34	O	33076	14989	Europe/Madrid
6359978	Villayón	villayon	Vil'jajon,Villaion,Villaión,Vilyayon,bi li ai weng,byyayn,fyaywn,Вильяйон,Вільяйон,Վիլյայոն,بییاین,فيايون,比利艾翁		ES	34	O	33077	1460	Europe/Madrid
6359979	Yernes y Tameza	yernes-y-tameza			ES	34	O	33078	166	Europe/Madrid
6359980	Abarca de Campos	abarca-de-campos			ES	55	P	34001	39	Europe/Madrid
6359981	Abia de las Torres	abia-de-las-torres			ES	55	P	34003	180	Europe/Madrid
6359982	Aguilar de Campoo	aguilar-de-campoo	Aguilar de Campoo,Aguilar de Campóo		ES	55	P	34004	7203	Europe/Madrid
6359983	Alar del Rey	alar-del-rey			ES	55	P	34005	1031	Europe/Madrid
6359984	Alba de Cerrato	alba-de-cerrato			ES	55	P	34006	87	Europe/Madrid
6359985	Amayuelas de Arriba	amayuelas-de-arriba			ES	55	P	34009	38	Europe/Madrid
6359986	Ampudia	ampudia			ES	55	P	34010	628	Europe/Madrid
6359987	Amusco	amusco			ES	55	P	34011	438	Europe/Madrid
6359988	Antigüedad	antigueedad			ES	55	P	34012	404	Europe/Madrid
6359989	Arconada	arconada			ES	55	P	34015	45	Europe/Madrid
6359990	Astudillo	astudillo	Astudil'jo,Astudil'o,a si tu di e,astwdyyw,Астудильо,Астудільйо,آستودییو,阿斯图迪略		ES	55	P	34017	1065	Europe/Madrid
6359991	Autilla del Pino	autilla-del-pino			ES	55	P	34018	254	Europe/Madrid
6359992	Autillo de Campos	autillo-de-campos			ES	55	P	34019	150	Europe/Madrid
6359993	Ayuela	ayuela			ES	55	P	34020	61	Europe/Madrid
6359994	Baltanás	baltanas			ES	55	P	34022	1313	Europe/Madrid
6359995	Venta de Baños	venta-de-banos			ES	55	P	34023	6472	Europe/Madrid
6359996	Baquerín de Campos	baquerin-de-campos			ES	55	P	34024	39	Europe/Madrid
6359997	Bárcena de Campos	barcena-de-campos			ES	55	P	34025	55	Europe/Madrid
6359998	Barruelo de Santullán	barruelo-de-santullan			ES	55	P	34027	1403	Europe/Madrid
6359999	Báscones de Ojeda	bascones-de-ojeda			ES	55	P	34028	165	Europe/Madrid
6360000	Becerril de Campos	becerril-de-campos			ES	55	P	34029	915	Europe/Madrid
6360001	Belmonte de Campos	belmonte-de-campos			ES	55	P	34031	32	Europe/Madrid
6360002	Berzosilla	berzosilla			ES	55	P	34032	51	Europe/Madrid
6360003	Boada de Campos	boada-de-campos			ES	55	P	34033	20	Europe/Madrid
6360004	Boadilla del Camino	boadilla-del-camino			ES	55	P	34034	113	Europe/Madrid
6360005	Boadilla de Rioseco	boadilla-de-rioseco			ES	55	P	34035	129	Europe/Madrid
6360006	Brañosera	branosera			ES	55	P	34036	233	Europe/Madrid
6360007	Buenavista de Valdavia	buenavista-de-valdavia			ES	55	P	34037	373	Europe/Madrid
6360008	Bustillo de la Vega	bustillo-de-la-vega			ES	55	P	34038	319	Europe/Madrid
6360009	Bustillo del Páramo de Carrión	bustillo-del-paramo-de-carrion			ES	55	P	34039	64	Europe/Madrid
6360010	Calahorra de Boedo	calahorra-de-boedo			ES	55	P	34041	115	Europe/Madrid
6360011	Calzada de los Molinos	calzada-de-los-molinos			ES	55	P	34042	347	Europe/Madrid
6360012	Capillas	capillas			ES	55	P	34045	90	Europe/Madrid
6360013	Cardeñosa de Volpejera	cardenosa-de-volpejera			ES	55	P	34046	50	Europe/Madrid
6360014	Carrión de los Condes	carrion-de-los-condes			ES	55	P	34047	2231	Europe/Madrid
6360015	Castil de Vela	castil-de-vela			ES	55	P	34048	68	Europe/Madrid
6360016	Castrejón de la Peña	castrejon-de-la-pena			ES	55	P	34049	444	Europe/Madrid
6360017	Castrillo de Don Juan	castrillo-de-don-juan			ES	55	P	34050	239	Europe/Madrid
6360018	Castrillo de Onielo	castrillo-de-onielo			ES	55	P	34051	121	Europe/Madrid
6360019	Castrillo de Villavega	castrillo-de-villavega			ES	55	P	34052	210	Europe/Madrid
6360020	Castromocho	castromocho			ES	55	P	34053	247	Europe/Madrid
6360021	Cervatos de la Cueza	cervatos-de-la-cueza			ES	55	P	34055	307	Europe/Madrid
6360022	Cervera de Pisuerga	cervera-de-pisuerga			ES	55	P	34056	2572	Europe/Madrid
6360023	Cevico de la Torre	cevico-de-la-torre			ES	55	P	34057	520	Europe/Madrid
6360024	Cevico Navero	cevico-navero			ES	55	P	34058	219	Europe/Madrid
6360025	Cisneros	cisneros			ES	55	P	34059	498	Europe/Madrid
6360026	Cobos de Cerrato	cobos-de-cerrato			ES	55	P	34060	159	Europe/Madrid
6360027	Collazos de Boedo	collazos-de-boedo			ES	55	P	34061	127	Europe/Madrid
6360028	Congosto de Valdavia	congosto-de-valdavia			ES	55	P	34062	187	Europe/Madrid
6360029	Cordovilla la Real	cordovilla-la-real			ES	55	P	34063	127	Europe/Madrid
6360030	Cubillas de Cerrato	cubillas-de-cerrato			ES	55	P	34066	69	Europe/Madrid
6360031	Dehesa de Montejo	dehesa-de-montejo			ES	55	P	34067	139	Europe/Madrid
6360032	Dehesa de Romanos	dehesa-de-romanos			ES	55	P	34068	40	Europe/Madrid
6360033	Dueñas	duenas			ES	55	P	34069	2802	Europe/Madrid
6360034	Espinosa de Cerrato	espinosa-de-cerrato			ES	55	P	34070	194	Europe/Madrid
6360035	Espinosa de Villagonzalo	espinosa-de-villagonzalo			ES	55	P	34071	220	Europe/Madrid
6360036	Frechilla	frechilla			ES	55	P	34072	195	Europe/Madrid
6360037	Fresno del Río	fresno-del-rio			ES	55	P	34073	196	Europe/Madrid
6360038	Frómista	fromista			ES	55	P	34074	846	Europe/Madrid
6360039	Fuentes de Nava	fuentes-de-nava			ES	55	P	34076	731	Europe/Madrid
6360040	Fuentes de Valdepero	fuentes-de-valdepero			ES	55	P	34077	347	Europe/Madrid
6360041	Grijota	grijota			ES	55	P	34079	1932	Europe/Madrid
6360042	Guardo	guardo			ES	55	P	34080	7027	Europe/Madrid
6360043	Guaza de Campos	guaza-de-campos			ES	55	P	34081	68	Europe/Madrid
6360044	Hérmedes de Cerrato	hermedes-de-cerrato			ES	55	P	34082	98	Europe/Madrid
6360045	Herrera de Pisuerga	herrera-de-pisuerga			ES	55	P	34083	2292	Europe/Madrid
6360046	Herrera de Valdecañas	herrera-de-valdecanas			ES	55	P	34084	158	Europe/Madrid
6360047	Hontoria de Cerrato	hontoria-de-cerrato			ES	55	P	34086	110	Europe/Madrid
6360048	Hornillos de Cerrato	hornillos-de-cerrato			ES	55	P	34087	115	Europe/Madrid
6360049	Husillos	husillos			ES	55	P	34088	254	Europe/Madrid
6360050	Itero de la Vega	itero-de-la-vega			ES	55	P	34089	184	Europe/Madrid
6360051	Lagartos	lagartos			ES	55	P	34091	146	Europe/Madrid
6360052	Lantadilla	lantadilla			ES	55	P	34092	369	Europe/Madrid
6360053	Vid de Ojeda, La	vid-de-ojeda-la			ES	55	P	34093	111	Europe/Madrid
6360054	Ledigos	ledigos			ES	55	P	34094	70	Europe/Madrid
6360055	Lomas	lomas			ES	55	P	34096	51	Europe/Madrid
6360056	Magaz de Pisuerga	magaz-de-pisuerga			ES	55	P	34098	1097	Europe/Madrid
6360057	Manquillos	manquillos			ES	55	P	34099	68	Europe/Madrid
6360058	Mantinos	mantinos			ES	55	P	34100	158	Europe/Madrid
6360059	Marcilla de Campos	marcilla-de-campos			ES	55	P	34101	43	Europe/Madrid
6360060	Mazariegos	mazariegos			ES	55	P	34102	249	Europe/Madrid
6360061	Mazuecos de Valdeginate	mazuecos-de-valdeginate			ES	55	P	34103	107	Europe/Madrid
6360062	Melgar de Yuso	melgar-de-yuso			ES	55	P	34104	287	Europe/Madrid
6360063	Meneses de Campos	meneses-de-campos			ES	55	P	34106	124	Europe/Madrid
6360064	Micieces de Ojeda	micieces-de-ojeda			ES	55	P	34107	93	Europe/Madrid
6360065	Monzón de Campos	monzon-de-campos			ES	55	P	34108	652	Europe/Madrid
6360066	Moratinos	moratinos			ES	55	P	34109	67	Europe/Madrid
6360067	Mudá	muda			ES	55	P	34110	100	Europe/Madrid
6360068	Nogal de las Huertas	nogal-de-las-huertas			ES	55	P	34112	46	Europe/Madrid
6360069	Olea de Boedo	olea-de-boedo			ES	55	P	34113	37	Europe/Madrid
6360070	Olmos de Ojeda	olmos-de-ojeda			ES	55	P	34114	240	Europe/Madrid
6360071	Osornillo	osornillo			ES	55	P	34116	73	Europe/Madrid
6360072	Palencia	palencia			ES	55	P	34120	81198	Europe/Madrid
6360073	Palenzuela	palenzuela			ES	55	P	34121	222	Europe/Madrid
6360074	Páramo de Boedo	paramo-de-boedo			ES	55	P	34122	85	Europe/Madrid
6360075	Paredes de Nava	paredes-de-nava			ES	55	P	34123	2104	Europe/Madrid
6360076	Payo de Ojeda	payo-de-ojeda			ES	55	P	34124	70	Europe/Madrid
6360077	Pedraza de Campos	pedraza-de-campos			ES	55	P	34125	97	Europe/Madrid
6360078	Pedrosa de la Vega	pedrosa-de-la-vega			ES	55	P	34126	340	Europe/Madrid
6360079	Perales	perales			ES	55	P	34127	139	Europe/Madrid
6360080	Pino del Río	pino-del-rio			ES	55	P	34129	209	Europe/Madrid
6360081	Piña de Campos	pina-de-campos			ES	55	P	34130	257	Europe/Madrid
6360082	Población de Arroyo	poblacion-de-arroyo			ES	55	P	34131	73	Europe/Madrid
6360083	Población de Campos	poblacion-de-campos			ES	55	P	34132	136	Europe/Madrid
6360084	Población de Cerrato	poblacion-de-cerrato			ES	55	P	34133	119	Europe/Madrid
6360085	Polentinos	polentinos			ES	55	P	34134	63	Europe/Madrid
6360086	Pomar de Valdivia	pomar-de-valdivia			ES	55	P	34135	499	Europe/Madrid
6360087	Poza de la Vega	poza-de-la-vega			ES	55	P	34136	236	Europe/Madrid
6360088	Pozo de Urama	pozo-de-urama			ES	55	P	34137	31	Europe/Madrid
6360089	Prádanos de Ojeda	pradanos-de-ojeda			ES	55	P	34139	215	Europe/Madrid
6360090	Puebla de Valdavia, La	puebla-de-valdavia-la			ES	55	P	34140	114	Europe/Madrid
6360091	Quintana del Puente	quintana-del-puente			ES	55	P	34141	251	Europe/Madrid
6360092	Quintanilla de Onsoña	quintanilla-de-onsona			ES	55	P	34143	205	Europe/Madrid
6360093	Reinoso de Cerrato	reinoso-de-cerrato			ES	55	P	34146	57	Europe/Madrid
6360094	Renedo de la Vega	renedo-de-la-vega			ES	55	P	34147	214	Europe/Madrid
6360095	Requena de Campos	requena-de-campos			ES	55	P	34149	24	Europe/Madrid
6360096	Respenda de la Peña	respenda-de-la-pena			ES	55	P	34151	193	Europe/Madrid
6360097	Revenga de Campos	revenga-de-campos			ES	55	P	34152	168	Europe/Madrid
6360098	Revilla de Collazos	revilla-de-collazos			ES	55	P	34154	84	Europe/Madrid
6360099	Ribas de Campos	ribas-de-campos			ES	55	P	34155	166	Europe/Madrid
6360100	Riberos de la Cueza	riberos-de-la-cueza			ES	55	P	34156	62	Europe/Madrid
6360101	Saldaña	saldana			ES	55	P	34157	3032	Europe/Madrid
6360102	Salinas de Pisuerga	salinas-de-pisuerga			ES	55	P	34158	375	Europe/Madrid
6360103	San Cebrián de Campos	san-cebrian-de-campos			ES	55	P	34159	473	Europe/Madrid
6360104	San Cebrián de Mudá	san-cebrian-de-muda			ES	55	P	34160	170	Europe/Madrid
6360105	San Cristóbal de Boedo	san-cristobal-de-boedo			ES	55	P	34161	25	Europe/Madrid
6360106	San Mamés de Campos	san-mames-de-campos			ES	55	P	34163	65	Europe/Madrid
6360107	San Román de la Cuba	san-roman-de-la-cuba			ES	55	P	34165	87	Europe/Madrid
6360108	Santa Cecilia del Alcor	santa-cecilia-del-alcor			ES	55	P	34167	132	Europe/Madrid
6360109	Santa Cruz de Boedo	santa-cruz-de-boedo			ES	55	P	34168	62	Europe/Madrid
6360110	Santervás de la Vega	santervas-de-la-vega			ES	55	P	34169	497	Europe/Madrid
6360111	Santibáñez de Ecla	santibanez-de-ecla			ES	55	P	34170	75	Europe/Madrid
6360112	Santibáñez de la Peña	santibanez-de-la-pena			ES	55	P	34171	1196	Europe/Madrid
6360113	Santoyo	santoyo			ES	55	P	34174	241	Europe/Madrid
6360114	Serna, La	serna-la			ES	55	P	34175	113	Europe/Madrid
6360115	Sotobañado y Priorato	sotobanado-y-priorato			ES	55	P	34176	167	Europe/Madrid
6360116	Soto de Cerrato	soto-de-cerrato			ES	55	P	34177	190	Europe/Madrid
6360117	Tabanera de Cerrato	tabanera-de-cerrato			ES	55	P	34178	119	Europe/Madrid
6360118	Tabanera de Valdavia	tabanera-de-valdavia			ES	55	P	34179	33	Europe/Madrid
6360119	Támara de Campos	tamara-de-campos			ES	55	P	34180	88	Europe/Madrid
6360120	Tariego de Cerrato	tariego-de-cerrato			ES	55	P	34181	529	Europe/Madrid
6360121	Torquemada	torquemada			ES	55	P	34182	1081	Europe/Madrid
6360122	Torremormojón	torremormojon			ES	55	P	34184	54	Europe/Madrid
6360123	Triollo	triollo			ES	55	P	34185	70	Europe/Madrid
6360124	Valbuena de Pisuerga	valbuena-de-pisuerga			ES	55	P	34186	57	Europe/Madrid
6360125	Valdeolmillos	valdeolmillos			ES	55	P	34189	67	Europe/Madrid
6360126	Valderrábano	valderrabano			ES	55	P	34190	61	Europe/Madrid
6360127	Valde-Ucieza	valde-ucieza			ES	55	P	34192	114	Europe/Madrid
6360128	Valle de Cerrato	valle-de-cerrato			ES	55	P	34196	92	Europe/Madrid
6360129	Velilla del Río Carrión	velilla-del-rio-carrion			ES	55	P	34199	1493	Europe/Madrid
6360130	Vertavillo	vertavillo			ES	55	P	34201	215	Europe/Madrid
6360131	Villabasta de Valdavia	villabasta-de-valdavia			ES	55	P	34202	32	Europe/Madrid
6360132	Villacidaler	villacidaler			ES	55	P	34204	52	Europe/Madrid
6360133	Villaconancio	villaconancio			ES	55	P	34205	70	Europe/Madrid
6360134	Villada	villada			ES	55	P	34206	1080	Europe/Madrid
6360135	Villaeles de Valdavia	villaeles-de-valdavia			ES	55	P	34208	67	Europe/Madrid
6360136	Villahán	villahan			ES	55	P	34210	111	Europe/Madrid
6360137	Villaherreros	villaherreros			ES	55	P	34211	229	Europe/Madrid
6360138	Villalaco	villalaco			ES	55	P	34213	70	Europe/Madrid
6360139	Villalba de Guardo	villalba-de-guardo			ES	55	P	34214	199	Europe/Madrid
6360140	Villalcázar de Sirga	villalcazar-de-sirga			ES	55	P	34215	165	Europe/Madrid
6360141	Villalcón	villalcon			ES	55	P	34216	67	Europe/Madrid
6360142	Villalobón	villalobon			ES	55	P	34217	1475	Europe/Madrid
6360143	Villaluenga de la Vega	villaluenga-de-la-vega			ES	55	P	34218	595	Europe/Madrid
6360144	Villamartín de Campos	villamartin-de-campos			ES	55	P	34220	187	Europe/Madrid
6360145	Villamediana	villamediana			ES	55	P	34221	191	Europe/Madrid
6360146	Villameriel	villameriel			ES	55	P	34222	122	Europe/Madrid
6360147	Villamoronta	villamoronta			ES	55	P	34223	279	Europe/Madrid
6360148	Villamuera de la Cueza	villamuera-de-la-cueza			ES	55	P	34224	50	Europe/Madrid
6360149	Villamuriel de Cerrato	villamuriel-de-cerrato			ES	55	P	34225	6354	Europe/Madrid
6360150	Villanueva del Rebollar	villanueva-del-rebollar			ES	55	P	34227	87	Europe/Madrid
6360151	Villanuño de Valdavia	villanuno-de-valdavia			ES	55	P	34228	99	Europe/Madrid
6360152	Villaprovedo	villaprovedo			ES	55	P	34229	69	Europe/Madrid
6360153	Villarmentero de Campos	villarmentero-de-campos			ES	55	P	34230	14	Europe/Madrid
6360154	Villarrabé	villarrabe			ES	55	P	34231	248	Europe/Madrid
6360155	Villarramiel	villarramiel			ES	55	P	34232	901	Europe/Madrid
6360156	Villasarracino	villasarracino			ES	55	P	34233	153	Europe/Madrid
6360157	Villasila de Valdavia	villasila-de-valdavia			ES	55	P	34234	73	Europe/Madrid
6360158	Villaturde	villaturde			ES	55	P	34236	183	Europe/Madrid
6360159	Villaumbrales	villaumbrales			ES	55	P	34237	738	Europe/Madrid
6360160	Villaviudas	villaviudas			ES	55	P	34238	394	Europe/Madrid
6360161	Villerías de Campos	villerias-de-campos			ES	55	P	34240	106	Europe/Madrid
6360162	Villodre	villodre			ES	55	P	34241	20	Europe/Madrid
6360163	Villodrigo	villodrigo			ES	55	P	34242	135	Europe/Madrid
6360164	Villoldo	villoldo			ES	55	P	34243	398	Europe/Madrid
6360165	Villota del Páramo	villota-del-paramo			ES	55	P	34245	353	Europe/Madrid
6360166	Villovieco	villovieco			ES	55	P	34246	80	Europe/Madrid
6360167	Osorno la Mayor	osorno-la-mayor			ES	55	P	34901	1435	Europe/Madrid
6360168	Valle del Retortillo	valle-del-retortillo			ES	55	P	34902	191	Europe/Madrid
6360169	Loma de Ucieza	loma-de-ucieza			ES	55	P	34903	262	Europe/Madrid
6360170	Pernía, La	pernia-la			ES	55	P	34904	373	Europe/Madrid
6360171	Agaete	agaete			ES	53	GC	35001	5767	Atlantic/Canary
6360172	Agüimes	agueimes	Aguimes,a gu yi mei si,aghwymys,agwyms  las palma,agwyms  las palmas,Агуимес,Агуїмес,أغويميس,اگویمس، لاس پالما,اگویمس، لاس پالماس,阿古伊梅斯		ES	53	GC	35002	29912	Atlantic/Canary
6360173	Antigua	antigua			ES	53	GC	35003	11172	Atlantic/Canary
6360174	Arrecife	arrecife	Aresife,Arrecife,Arresife,a lei xi fei,areshife,arythyfy,Аресифе,Арресифе,Арресіфе,ארסיפה,أريثيفي,アレシフェ,阿雷西费		ES	53	GC	35004	56284	Atlantic/Canary
6360175	Artenara	artenara	Artenara,a er te na la,artynara,Артенара,أرتينارا,阿尔特纳拉		ES	53	GC	35005	1242	Atlantic/Canary
6360176	Arucas	arucas	Arukas,a lu ka si,arwkas,Арукас,أروكاس,阿鲁卡斯		ES	53	GC	35006	36797	Atlantic/Canary
6360177	Betancuria	betancuria			ES	53	GC	35007	805	Atlantic/Canary
6360178	Firgas	firgas	Firgas,fei er jia si,fyrghas,Фиргас,Фіргас,فيرغاس,菲尔加斯		ES	53	GC	35008	7648	Atlantic/Canary
6360179	Gáldar	galdar	Gal'dar,ghaldar,gldar,jia er da er,Гальдар,غالدار,گلدار,加尔达尔		ES	53	GC	35009	24319	Atlantic/Canary
6360180	Haría	haria	Arija,a li ya,arya,Ария,Арія,أريا,阿里亚		ES	53	GC	35010	5190	Atlantic/Canary
6360181	Ingenio	ingenio	Inkhenio,ankhynyw,yin he ni ao,Інхеніо,Инхенио,إنخينيو,因赫尼奥		ES	53	GC	35011	30048	Atlantic/Canary
6360182	Mogán	mogan	Mogan,mo gan,mwghan,Моган,موغان,莫甘		ES	53	GC	35012	24225	Atlantic/Canary
6360183	Moya	moya	Moja,Mojja,mo ya,mwya,Мойя,Моя,مويا,莫亚		ES	53	GC	35013	8042	Atlantic/Canary
6360184	Oliva, La	oliva-la			ES	53	GC	35014	24079	Atlantic/Canary
6360185	Pájara	pajara			ES	53	GC	35015	20500	Atlantic/Canary
6360186	Las Palmas de Gran Canaria	las-palmas-de-gran-canaria	As Palmas de Gran Canaria,Canarias - Gran Canaria,Gorad Las-Pal'mas,Gran Canaria,Gran Kanarijos las Palmas,Las Pal'mas,Las Palmas,Las Palmas Kanaria Handikoa,Las Palmas de Gran Canaria,Las Palmas de Gran Kanaria,Las Palmas de Gran Kanarija,Las Palmas nte Nkran Kanaria,Las Palmasu Kanaari gu Mag,Las Palmos,Las-Pal'mas shaary,Las-Pal'mas-de-Gran-Kanarija,Laspalmasa de Grankanarija,Laspalmasa de Grankanārija,Les Palmes de Gran Canaria,Palmae Canariae,Palmas de Gran Canaria,la si pa er ma si,las balmas dy ghran knarya,las palmas,laseupalmaseu,laspalmas dek ran ka na reiy,Λας Πάλμας ντε Γκραν Κανάρια,Горад Лас-Пальмас,Лас Палмас де Гран Канария,Лас Палмас де Гран Канарија,Лас Пальмас,Лас-Пальмас шаары,Лас-Пальмас-де-Гран-Канария,Лас-Пальмас-де-Гран-Канарія,Լաս Պալմաս դե Գրան Կանարիա,לאס פאלמס דה גראן קנריה,لاس بالماس دي غران كناريا,لاس پالماس,ลัสปัลมัสเดกรันกานาเรีย,ლას-პალმასი,ラス・パルマス・デ・グラン・カナリア,拉斯帕尔马斯,라스팔마스		ES	53	GC	35016	382296	Atlantic/Canary
6360187	Puerto del Rosario	puerto-del-rosario	Puerto del Rosario		ES	53	GC	35017	36285	Atlantic/Canary
6360188	San Bartolomé	san-bartolome			ES	53	GC	35018	18487	Atlantic/Canary
6360189	San Bartolomé de Tirajana	san-bartolome-de-tirajana			ES	53	GC	35019	55954	Atlantic/Canary
6360190	Aldea de San Nicolás, La	aldea-de-san-nicolas-la	San Nicolas de Tolentino,San Nicolás de Tolentino		ES	53	GC	35020	8633	Atlantic/Canary
6360191	Santa Brígida	santa-brigida	Santa-Brikhida,santa brykhyda,sheng bu li xi da,Санта-Брихида,Санта-Бріхіда,سانتا بريخيدا,圣布里希达		ES	53	GC	35021	18907	Atlantic/Canary
6360192	Santa Lucía de Tirajana	santa-lucia-de-tirajana			ES	53	GC	35022	67291	Atlantic/Canary
6360193	Santa María de Guía de Gran Canaria	santa-maria-de-guia-de-gran-canaria			ES	53	GC	35023	14070	Atlantic/Canary
6360194	Teguise	teguise			ES	53	GC	35024	21096	Atlantic/Canary
6360195	Tejeda	tejeda			ES	53	GC	35025	2119	Atlantic/Canary
6360196	Telde	telde			ES	53	GC	35026	101300	Atlantic/Canary
6360197	Teror	teror			ES	53	GC	35027	12830	Atlantic/Canary
6360198	Tías	tias			ES	53	GC	35028	20228	Atlantic/Canary
6360199	Tinajo	tinajo			ES	53	GC	35029	5716	Atlantic/Canary
6360200	Tuineje	tuineje			ES	53	GC	35030	13615	Atlantic/Canary
6360201	Valsequillo de Gran Canaria	valsequillo-de-gran-canaria			ES	53	GC	35031	9157	Atlantic/Canary
6360202	Valleseco	valleseco			ES	53	GC	35032	3903	Atlantic/Canary
6360203	Vega de San Mateo	vega-de-san-mateo	Vega-de-San-Mateo,bei jia de sheng ma te ao,fygha dy san matyw,Вега-де-Сан-Матео,فيغا دي سان ماتيو,贝加德圣马特奥		ES	53	GC	35033	7765	Atlantic/Canary
6360204	Yaiza	yaiza			ES	53	GC	35034	15131	Atlantic/Canary
6360205	Arbo	arbo			ES	58	PO	36001	3191	Europe/Madrid
6360206	Barro	barro			ES	58	PO	36002	3724	Europe/Madrid
6360207	Baiona	baiona	Bajona,Bayona,bai ao na,baiona,baiyona,bayna,baywna,Байона,Բայոնա,بايونا,باینا,ባዮና,バイヨーナ,拜奥纳,바이오나		ES	58	PO	36003	12063	Europe/Madrid
6360208	Bueu	bueu			ES	58	PO	36004	12373	Europe/Madrid
6360209	Caldas de Reis	caldas-de-reis	Caldas de Reyes,Kal'das-de-Rejes,Kal'das-de-Rejs,ka er da si de lei si,kaldas d rys,kaldas dy ryys,Кальдас-де-Рейес,Кальдас-де-Рейс,كالداس دي رييس,کالداس د ریس,カルダス・デ・レイス,卡尔达斯德雷斯		ES	58	PO	36005	10008	Europe/Madrid
6360210	Cambados	cambados	Kambados,kambads,kambadws,kan wa duo si,kanbadosu,Камбадос,كامبادوس,کامبادس,カンバードス,坎瓦多斯		ES	58	PO	36006	13898	Europe/Madrid
6360211	Cangas	cangas	Cangas de Morrazo,Kangas,Kangas de Moraso,kan jia si,kangas,kangasu,kanghas dy mwrathw,Кангас,Կանգաս դե Մոռասո,كانغاس دي موراثو,کانگاس,カンガス,坎加斯		ES	58	PO	36008	26087	Europe/Madrid
6360212	Cañiza, A	caniza-a			ES	58	PO	36009	5511	Europe/Madrid
6360213	Catoira	catoira	Katojra,ka tuo yi la,katoira,katwyra,katyra,Катойра,كاتويرا,کاتیرا,カトイラ,卡托伊拉		ES	58	PO	36010	3484	Europe/Madrid
6360215	Covelo	covelo			ES	58	PO	36013	2931	Europe/Madrid
6360216	Crecente	crecente			ES	58	PO	36014	2367	Europe/Madrid
6360217	Cuntis	cuntis			ES	58	PO	36015	4992	Europe/Madrid
6360218	Dozón	dozon			ES	58	PO	36016	1328	Europe/Madrid
6360219	Estrada, A	estrada-a			ES	58	PO	36017	21657	Europe/Madrid
6360220	Forcarei	forcarei	Forcarey,Forkarej,forukarei,frkary,fu er ka lei,fwrkary,Форкарей,فرکاری,فوركاري,フォルカレイ,福尔卡雷		ES	58	PO	36018	3916	Europe/Madrid
6360221	Fornelos de Montes	fornelos-de-montes			ES	58	PO	36019	1906	Europe/Madrid
6360222	Agolada	agolada	A Golada,Agolada,Golada,a ge la da,aglada,agorada,agwlada,ghwlada,Аголада,Голада,آگلادا,اگولادا,غولادا,アゴラーダ,阿戈拉达		ES	58	PO	36020	2803	Europe/Madrid
6360223	Gondomar	gondomar			ES	58	PO	36021	13954	Europe/Madrid
6360224	O Grove	o-grove	El Grove		ES	58	PO	36022	11236	Europe/Madrid
6360225	A Guarda	a-guarda	A-Guarda,A-Gvarda,La Guardia,a gua er da,a gwarda,la ghwardya,А-Гварда,А-Гуарда,آ گارڈا,آ گواردا,لا غوارديا,ア・グアルダ,阿瓜尔达		ES	58	PO	36023	10453	Europe/Madrid
6360226	Lama, A	lama-a			ES	58	PO	36025	2918	Europe/Madrid
6360227	Marín	marin	Marin,ma lin,marin,marn,maryn,Марин,Марін,Մարին,مارن,مارين,マリン,马林		ES	58	PO	36026	25562	Europe/Madrid
6360228	Meaño	meano			ES	58	PO	36027	5453	Europe/Madrid
6360229	Meis	meis			ES	58	PO	36028	4992	Europe/Madrid
6360230	Moaña	moana			ES	58	PO	36029	19291	Europe/Madrid
6360231	Mondariz	mondariz	Mondaris,meng da li si,mndarys,mondarisu,mwndaryth,Мондарис,Мондаріс,Մոնդարիս,منداریس,مونداريث,モンダリス,蒙达里斯		ES	58	PO	36030	4841	Europe/Madrid
6360232	Mondariz-Balneario	mondariz-balneario			ES	58	PO	36031	690	Europe/Madrid
6360233	Moraña	morana			ES	58	PO	36032	4402	Europe/Madrid
6360234	As Neves	as-neves			ES	58	PO	36034	4300	Europe/Madrid
6360235	Nigrán	nigran			ES	58	PO	36035	17840	Europe/Madrid
6360236	Oia	oia			ES	58	PO	36036	3101	Europe/Madrid
6360237	Pontevedra	pontevedra	Pontevedra		ES	58	PO	36038	82684	Europe/Madrid
6360238	O Porriño	o-porrino	O-Porrin'jo,Porrin'o,Porrino,Porriño,a prynyw,ao bo li ni ao,bwrynyw,О-Порріньйо,Порриньо,ا پرینیو,بورينيو,オ・ポリーニョ,奥波里尼奥		ES	58	PO	36039	18543	Europe/Madrid
6360239	Portas	portas			ES	58	PO	36040	3073	Europe/Madrid
6360240	Poio	poio			ES	58	PO	36041	16642	Europe/Madrid
6360241	Ponteareas	ponteareas			ES	58	PO	36042	23409	Europe/Madrid
6360242	Ponte Caldelas	ponte-caldelas			ES	58	PO	36043	5739	Europe/Madrid
6360243	Pontecesures	pontecesures	Pontesesures,Puehntesesures,Puentecesures,bwyntythyswrys,peng te sai su lei si,pntsswrs,pontesesuresu,Понтесесурес,Пуэнтесесурес,بوينتيثيسوريس,پنتسسورس,ポンテセスーレス,蓬特塞苏雷斯		ES	58	PO	36044	3123	Europe/Madrid
6360244	Ribadumia	ribadumia			ES	58	PO	36046	5166	Europe/Madrid
6360245	Rodeiro	rodeiro			ES	58	PO	36047	2931	Europe/Madrid
6360246	O Rosal	o-rosal			ES	58	PO	36048	6574	Europe/Madrid
6360247	Salvaterra de Miño	salvaterra-de-mino	Sal'vat'erra-de-Min'o,Sal'vaterra-de-Min'jo,Salvaterra do Minho,Salvatierra de Mino,Salvatierra de Miño,sa er wa te la de mi ni ao,salfatyra dy mynyw,Сальватерра-де-Міньйо,Сальватьерра-де-Миньо,سالفاتيرا دي مينيو,サルバテーラ・デ・ミーニョ,萨尔瓦特拉德米尼奥		ES	58	PO	36050	9677	Europe/Madrid
6360248	Sanxenxo	sanxenxo	Sankhenkho,Sansenso,Sanshensho,Sanxenxo,Sanŝenŝo,sang ke sen ke suo,sankhynkhw,sanksnksw,sanshensho,Санхенхо,Саншеншо,Սանխենխո,سانخينخو,سانکسنکسو,サンシェンショ,桑克森克索		ES	58	PO	36051	17604	Europe/Madrid
6360249	Silleda	silleda			ES	58	PO	36052	9074	Europe/Madrid
6360250	Soutomaior	soutomaior			ES	58	PO	36053	7265	Europe/Madrid
6360251	Tomiño	tomino			ES	58	PO	36054	13738	Europe/Madrid
6360252	Tui	tui	Tuj,Tuy,to~ui,tu yi,twy,Туй,توي,توی,トゥイ,图伊		ES	58	PO	36055	17230	Europe/Madrid
6360253	Valga	valga			ES	58	PO	36056	6072	Europe/Madrid
6360254	Vigo	vigo	Vigo		ES	58	PO	36057	297355	Europe/Madrid
6360255	Vilaboa	vilaboa			ES	58	PO	36058	5965	Europe/Madrid
6360256	Vilagarcía de Arousa	vilagarcia-de-arousa	Vil'jagarsia-de-Arosa,Vil'jagarsija-de-Arosa,Vilagarsija-de-Arousa,Villagarcia de Arosa,Villagarcía de Arosa,Vilyagarsia de Arosa,bi la jia er xi ya de ya luo sa,bylagarsya d arwsa,fyagharthya dy arwsa,Вильягарсиа-де-Ароса,Вильягарсия-де-Ароса,Вілагарсія-де-Ароуса,Վիլյագարսիա դե Արոսա,بیلاگارسیا د آروسا,فياغارثيا دي أروسا,ビラガルシーア・デ・アロウサ,比拉加尔西亚德亚罗萨		ES	58	PO	36060	37621	Europe/Madrid
6360257	Vilanova de Arousa	vilanova-de-arousa	Vil'januehva-de-Arosa,Vilanova-de-Arousa,Villanueva de Arosa,bi la nuo wa de ya luo sa,bylanba d arwsa,fyanwyfa dy arwsa,Вильянуэва-де-Ароса,Віланова-де-Ароуса,بیلانبا د آروسا,فيانويفا دي أروسا,ビラノーバ・デ・アロウサ,比拉诺瓦德亚罗萨		ES	58	PO	36061	10590	Europe/Madrid
6360258	Illa de Arousa, A	illa-de-arousa-a			ES	58	PO	36901	4981	Europe/Madrid
6360259	Abusejo	abusejo			ES	55	SA	37001	233	Europe/Madrid
6360260	Agallas	agallas			ES	55	SA	37002	152	Europe/Madrid
6360261	Ahigal de los Aceiteros	ahigal-de-los-aceiteros			ES	55	SA	37003	138	Europe/Madrid
6360262	Ahigal de Villarino	ahigal-de-villarino			ES	55	SA	37004	37	Europe/Madrid
6360263	Alameda de Gardón, La	alameda-de-gardon-la			ES	55	SA	37005	104	Europe/Madrid
6360264	Alamedilla, La	alamedilla-la			ES	55	SA	37006	162	Europe/Madrid
6360265	Alaraz	alaraz			ES	55	SA	37007	537	Europe/Madrid
6360266	Alba de Tormes	alba-de-tormes			ES	55	SA	37008	5382	Europe/Madrid
6360267	Alba de Yeltes	alba-de-yeltes			ES	55	SA	37009	248	Europe/Madrid
6360268	Alberca, La	alberca-la			ES	55	SA	37010	1192	Europe/Madrid
6360269	Alberguería de Argañán, La	albergueria-de-arganan-la			ES	55	SA	37011	141	Europe/Madrid
6360270	Alconada	alconada			ES	55	SA	37012	164	Europe/Madrid
6360271	Aldeacipreste	aldeacipreste			ES	55	SA	37013	135	Europe/Madrid
6360272	Aldeadávila de la Ribera	aldeadavila-de-la-ribera			ES	55	SA	37014	1364	Europe/Madrid
6360273	Aldea del Obispo	aldea-del-obispo			ES	55	SA	37015	361	Europe/Madrid
6360274	Aldealengua	aldealengua			ES	55	SA	37016	654	Europe/Madrid
6360275	Aldeanueva de Figueroa	aldeanueva-de-figueroa			ES	55	SA	37017	288	Europe/Madrid
6360276	Aldeanueva de la Sierra	aldeanueva-de-la-sierra			ES	55	SA	37018	130	Europe/Madrid
6360277	Aldearrodrigo	aldearrodrigo			ES	55	SA	37019	165	Europe/Madrid
6360278	Aldearrubia	aldearrubia			ES	55	SA	37020	525	Europe/Madrid
6360279	Aldeaseca de Alba	aldeaseca-de-alba			ES	55	SA	37021	89	Europe/Madrid
6360280	Aldeaseca de la Frontera	aldeaseca-de-la-frontera			ES	55	SA	37022	312	Europe/Madrid
6360281	Aldeatejada	aldeatejada			ES	55	SA	37023	1499	Europe/Madrid
6360282	Aldeavieja de Tormes	aldeavieja-de-tormes			ES	55	SA	37024	105	Europe/Madrid
6360283	Aldehuela de la Bóveda	aldehuela-de-la-boveda			ES	55	SA	37025	300	Europe/Madrid
6360284	Aldehuela de Yeltes	aldehuela-de-yeltes			ES	55	SA	37026	217	Europe/Madrid
6360285	Almenara de Tormes	almenara-de-tormes			ES	55	SA	37027	286	Europe/Madrid
6360286	Anaya de Alba	anaya-de-alba			ES	55	SA	37029	228	Europe/Madrid
6360287	Añover de Tormes	anover-de-tormes			ES	55	SA	37030	96	Europe/Madrid
6360288	Arabayona de Mógica	arabayona-de-mogica			ES	55	SA	37031	433	Europe/Madrid
6360289	Arapiles	arapiles			ES	55	SA	37032	612	Europe/Madrid
6360290	Arcediano	arcediano			ES	55	SA	37033	107	Europe/Madrid
6360291	Arco, El	arco-el			ES	55	SA	37034	96	Europe/Madrid
6360292	Armenteros	armenteros			ES	55	SA	37035	342	Europe/Madrid
6360293	San Miguel del Robledo	san-miguel-del-robledo			ES	55	SA	37036	73	Europe/Madrid
6360294	Atalaya, La	atalaya-la			ES	55	SA	37037	131	Europe/Madrid
6360295	Babilafuente	babilafuente			ES	55	SA	37038	918	Europe/Madrid
6360296	Bañobárez	banobarez			ES	55	SA	37039	347	Europe/Madrid
6360297	Barbadillo	barbadillo			ES	55	SA	37040	456	Europe/Madrid
6360298	Barbalos	barbalos			ES	55	SA	37041	83	Europe/Madrid
6360299	Barceo	barceo			ES	55	SA	37042	48	Europe/Madrid
6360300	Barruecopardo	barruecopardo			ES	55	SA	37044	518	Europe/Madrid
6360301	Bastida, La	bastida-la			ES	55	SA	37045	30	Europe/Madrid
6360302	Béjar	bejar			ES	55	SA	37046	14408	Europe/Madrid
6360303	Beleña	belena			ES	55	SA	37047	208	Europe/Madrid
6360304	Bermellar	bermellar			ES	55	SA	37049	159	Europe/Madrid
6360305	Berrocal de Huebra	berrocal-de-huebra			ES	55	SA	37050	75	Europe/Madrid
6360306	Berrocal de Salvatierra	berrocal-de-salvatierra			ES	55	SA	37051	95	Europe/Madrid
6360307	Boada	boada			ES	55	SA	37052	307	Europe/Madrid
6360308	Bodón, El	bodon-el			ES	55	SA	37054	311	Europe/Madrid
6360309	Bogajo	bogajo			ES	55	SA	37055	150	Europe/Madrid
6360310	La Bouza	la-bouza			ES	55	SA	37056	84	Europe/Madrid
6360311	Bóveda del Río Almar	boveda-del-rio-almar			ES	55	SA	37057	253	Europe/Madrid
6360312	Brincones	brincones			ES	55	SA	37058	66	Europe/Madrid
6360313	Buenamadre	buenamadre			ES	55	SA	37059	144	Europe/Madrid
6360314	Buenavista	buenavista			ES	55	SA	37060	249	Europe/Madrid
6360315	Cabaco, El	cabaco-el			ES	55	SA	37061	278	Europe/Madrid
6360316	Cabezabellosa de la Calzada	cabezabellosa-de-la-calzada			ES	55	SA	37062	96	Europe/Madrid
6360317	Cabeza de Béjar, La	cabeza-de-bejar-la			ES	55	SA	37063	95	Europe/Madrid
6360318	Cabeza del Caballo	cabeza-del-caballo			ES	55	SA	37065	363	Europe/Madrid
6360319	Cabrerizos	cabrerizos			ES	55	SA	37067	4070	Europe/Madrid
6360320	Cabrillas	cabrillas			ES	55	SA	37068	432	Europe/Madrid
6360321	Calvarrasa de Abajo	calvarrasa-de-abajo			ES	55	SA	37069	1146	Europe/Madrid
6360322	Calvarrasa de Arriba	calvarrasa-de-arriba			ES	55	SA	37070	626	Europe/Madrid
6360323	Calzada de Béjar, La	calzada-de-bejar-la			ES	55	SA	37071	100	Europe/Madrid
6360324	Calzada de Don Diego	calzada-de-don-diego			ES	55	SA	37072	199	Europe/Madrid
6360325	Calzada de Valdunciel	calzada-de-valdunciel			ES	55	SA	37073	650	Europe/Madrid
6360326	Campillo de Azaba	campillo-de-azaba			ES	55	SA	37074	187	Europe/Madrid
6360327	Campo de Peñaranda, El	campo-de-penaranda-el			ES	55	SA	37077	299	Europe/Madrid
6360328	Candelario	candelario			ES	55	SA	37078	1005	Europe/Madrid
6360329	Canillas de Abajo	canillas-de-abajo			ES	55	SA	37079	85	Europe/Madrid
6360330	Cantagallo	cantagallo			ES	55	SA	37080	283	Europe/Madrid
6360331	Cantalapiedra	cantalapiedra			ES	55	SA	37081	1085	Europe/Madrid
6360332	Cantalpino	cantalpino			ES	55	SA	37082	1000	Europe/Madrid
6360333	Cantaracillo	cantaracillo			ES	55	SA	37083	213	Europe/Madrid
6360334	Carbajosa de la Sagrada	carbajosa-de-la-sagrada			ES	55	SA	37085	6528	Europe/Madrid
6360335	Carpio de Azaba	carpio-de-azaba			ES	55	SA	37086	108	Europe/Madrid
6360336	Carrascal de Barregas	carrascal-de-barregas			ES	55	SA	37087	1038	Europe/Madrid
6360337	Carrascal del Obispo	carrascal-del-obispo			ES	55	SA	37088	241	Europe/Madrid
6360338	Casafranca	casafranca			ES	55	SA	37089	73	Europe/Madrid
6360339	Casas del Conde, Las	casas-del-conde-las			ES	55	SA	37090	57	Europe/Madrid
6360340	Casillas de Flores	casillas-de-flores			ES	55	SA	37091	203	Europe/Madrid
6360341	Castellanos de Moriscos	castellanos-de-moriscos			ES	55	SA	37092	1942	Europe/Madrid
6360342	Castillejo de Martín Viejo	castillejo-de-martin-viejo			ES	55	SA	37096	250	Europe/Madrid
6360343	Castraz	castraz			ES	55	SA	37097	49	Europe/Madrid
6360344	Cepeda	cepeda			ES	55	SA	37098	377	Europe/Madrid
6360345	Cereceda de la Sierra	cereceda-de-la-sierra			ES	55	SA	37099	99	Europe/Madrid
6360346	Cerezal de Peñahorcada	cerezal-de-penahorcada			ES	55	SA	37100	90	Europe/Madrid
6360347	Cerralbo	cerralbo			ES	55	SA	37101	195	Europe/Madrid
6360348	Cerro, El	cerro-el			ES	55	SA	37102	460	Europe/Madrid
6360349	Cespedosa de Tormes	cespedosa-de-tormes			ES	55	SA	37103	573	Europe/Madrid
6360350	Cilleros de la Bastida	cilleros-de-la-bastida			ES	55	SA	37104	36	Europe/Madrid
6360351	Cipérez	ciperez			ES	55	SA	37106	304	Europe/Madrid
6360352	Ciudad Rodrigo	ciudad-rodrigo			ES	55	SA	37107	13646	Europe/Madrid
6360353	Coca de Alba	coca-de-alba			ES	55	SA	37108	109	Europe/Madrid
6360354	Colmenar de Montemayor	colmenar-de-montemayor			ES	55	SA	37109	200	Europe/Madrid
6360355	Cordovilla	cordovilla			ES	55	SA	37110	126	Europe/Madrid
6360356	Cubo de Don Sancho, El	cubo-de-don-sancho-el			ES	55	SA	37113	481	Europe/Madrid
6360357	Chagarcía Medianero	chagarcia-medianero			ES	55	SA	37114	93	Europe/Madrid
6360358	Dios le Guarde	dios-le-guarde			ES	55	SA	37115	156	Europe/Madrid
6360359	Doñinos de Ledesma	doninos-de-ledesma			ES	55	SA	37116	83	Europe/Madrid
6360360	Doñinos de Salamanca	doninos-de-salamanca			ES	55	SA	37117	1766	Europe/Madrid
6360361	Ejeme	ejeme			ES	55	SA	37118	151	Europe/Madrid
6360362	Encina, La	encina-la			ES	55	SA	37119	122	Europe/Madrid
6360363	Encina de San Silvestre	encina-de-san-silvestre			ES	55	SA	37120	117	Europe/Madrid
6360364	Encinas de Abajo	encinas-de-abajo			ES	55	SA	37121	620	Europe/Madrid
6360365	Encinas de Arriba	encinas-de-arriba			ES	55	SA	37122	250	Europe/Madrid
6360366	Encinasola de los Comendadores	encinasola-de-los-comendadores			ES	55	SA	37123	215	Europe/Madrid
6360367	Endrinal	endrinal			ES	55	SA	37124	259	Europe/Madrid
6360368	Escurial de la Sierra	escurial-de-la-sierra			ES	55	SA	37125	269	Europe/Madrid
6360369	Espadaña	espadana			ES	55	SA	37126	42	Europe/Madrid
6360370	Espeja	espeja			ES	55	SA	37127	265	Europe/Madrid
6360371	Espino de la Orbada	espino-de-la-orbada			ES	55	SA	37128	286	Europe/Madrid
6360372	Florida de Liébana	florida-de-liebana			ES	55	SA	37129	291	Europe/Madrid
6360373	Forfoleda	forfoleda			ES	55	SA	37130	188	Europe/Madrid
6360374	Frades de la Sierra	frades-de-la-sierra			ES	55	SA	37131	221	Europe/Madrid
6360375	Fregeneda, La	fregeneda-la			ES	55	SA	37132	420	Europe/Madrid
6360376	Fresnedoso	fresnedoso			ES	55	SA	37133	112	Europe/Madrid
6360377	Fresno Alhándiga	fresno-alhandiga			ES	55	SA	37134	275	Europe/Madrid
6360378	Fuente de San Esteban, La	fuente-de-san-esteban-la			ES	55	SA	37135	1425	Europe/Madrid
6360379	Fuenteguinaldo	fuenteguinaldo			ES	55	SA	37136	728	Europe/Madrid
6360380	Fuenteliante	fuenteliante			ES	55	SA	37137	117	Europe/Madrid
6360381	Fuenterroble de Salvatierra	fuenterroble-de-salvatierra			ES	55	SA	37138	255	Europe/Madrid
6360382	Fuentes de Béjar	fuentes-de-bejar			ES	55	SA	37139	256	Europe/Madrid
6360383	Fuentes de Oñoro	fuentes-de-onoro			ES	55	SA	37140	1380	Europe/Madrid
6360384	Gajates	gajates			ES	55	SA	37141	172	Europe/Madrid
6360385	Galindo y Perahuy	galindo-y-perahuy			ES	55	SA	37142	733	Europe/Madrid
6360386	Galinduste	galinduste			ES	55	SA	37143	470	Europe/Madrid
6360387	Galisancho	galisancho			ES	55	SA	37144	428	Europe/Madrid
6360388	Gallegos de Argañán	gallegos-de-arganan			ES	55	SA	37145	312	Europe/Madrid
6360389	Gallegos de Solmirón	gallegos-de-solmiron			ES	55	SA	37146	143	Europe/Madrid
6360390	Garcibuey	garcibuey			ES	55	SA	37147	192	Europe/Madrid
6360391	Garcihernández	garcihernandez			ES	55	SA	37148	516	Europe/Madrid
6360392	Garcirrey	garcirrey			ES	55	SA	37149	78	Europe/Madrid
6360393	Gejuelo del Barro	gejuelo-del-barro			ES	55	SA	37150	46	Europe/Madrid
6360394	Golpejas	golpejas			ES	55	SA	37151	155	Europe/Madrid
6360395	Gomecello	gomecello			ES	55	SA	37152	510	Europe/Madrid
6360396	Guadramiro	guadramiro			ES	55	SA	37154	165	Europe/Madrid
6360397	Guijo de Ávila	guijo-de-avila			ES	55	SA	37155	98	Europe/Madrid
6360398	Guijuelo	guijuelo			ES	55	SA	37156	6001	Europe/Madrid
6360399	Herguijuela de Ciudad Rodrigo	herguijuela-de-ciudad-rodrigo			ES	55	SA	37157	96	Europe/Madrid
6360400	Herguijuela de la Sierra	herguijuela-de-la-sierra			ES	55	SA	37158	299	Europe/Madrid
6360401	Herguijuela del Campo	herguijuela-del-campo			ES	55	SA	37159	103	Europe/Madrid
6360402	Hinojosa de Duero	hinojosa-de-duero			ES	55	SA	37160	720	Europe/Madrid
6360403	Horcajo de Montemayor	horcajo-de-montemayor			ES	55	SA	37161	162	Europe/Madrid
6360404	Horcajo Medianero	horcajo-medianero			ES	55	SA	37162	250	Europe/Madrid
6360405	Hoya, La	hoya-la			ES	55	SA	37163	48	Europe/Madrid
6360406	Huerta	huerta			ES	55	SA	37164	334	Europe/Madrid
6360407	Iruelos	iruelos			ES	55	SA	37165	35	Europe/Madrid
6360408	Ituero de Azaba	ituero-de-azaba			ES	55	SA	37166	231	Europe/Madrid
6360409	Juzbado	juzbado			ES	55	SA	37167	172	Europe/Madrid
6360410	Lagunilla	lagunilla			ES	55	SA	37168	552	Europe/Madrid
6360411	Larrodrigo	larrodrigo			ES	55	SA	37169	209	Europe/Madrid
6360412	Ledesma	ledesma	Ledesma,Lledesma,lai de si ma,Ледесма,莱德斯马		ES	55	SA	37170	1909	Europe/Madrid
6360413	Ledrada	ledrada			ES	55	SA	37171	534	Europe/Madrid
6360414	Linares de Riofrío	linares-de-riofrio			ES	55	SA	37172	978	Europe/Madrid
6360415	Lumbrales	lumbrales			ES	55	SA	37173	1876	Europe/Madrid
6360416	Macotera	macotera			ES	55	SA	37174	1268	Europe/Madrid
6360417	Machacón	machacon			ES	55	SA	37175	461	Europe/Madrid
6360418	Madroñal	madronal			ES	55	SA	37176	158	Europe/Madrid
6360419	Maíllo, El	maillo-el			ES	55	SA	37177	327	Europe/Madrid
6360420	Malpartida	malpartida			ES	55	SA	37178	108	Europe/Madrid
6360421	Mancera de Abajo	mancera-de-abajo			ES	55	SA	37179	241	Europe/Madrid
6360422	Manzano, El	manzano-el			ES	55	SA	37180	71	Europe/Madrid
6360423	Martiago	martiago			ES	55	SA	37181	316	Europe/Madrid
6360424	Martinamor	martinamor			ES	55	SA	37182	115	Europe/Madrid
6360425	Martín de Yeltes	martin-de-yeltes			ES	55	SA	37183	461	Europe/Madrid
6360426	Masueco	masueco			ES	55	SA	37184	390	Europe/Madrid
6360427	Castellanos de Villiquera	castellanos-de-villiquera			ES	55	SA	37185	686	Europe/Madrid
6360428	Mata de Ledesma, La	mata-de-ledesma-la			ES	55	SA	37186	112	Europe/Madrid
6360429	Matilla de los Caños del Río	matilla-de-los-canos-del-rio			ES	55	SA	37187	656	Europe/Madrid
6360430	Maya, La	maya-la			ES	55	SA	37188	214	Europe/Madrid
6360431	Membribe de la Sierra	membribe-de-la-sierra			ES	55	SA	37189	151	Europe/Madrid
6360432	Mieza	mieza			ES	55	SA	37190	248	Europe/Madrid
6360433	Milano, El	milano-el			ES	55	SA	37191	133	Europe/Madrid
6360434	Miranda de Azán	miranda-de-azan			ES	55	SA	37192	437	Europe/Madrid
6360435	Miranda del Castañar	miranda-del-castanar			ES	55	SA	37193	495	Europe/Madrid
6360436	Mogarraz	mogarraz			ES	55	SA	37194	314	Europe/Madrid
6360437	Molinillo	molinillo			ES	55	SA	37195	54	Europe/Madrid
6360438	Monforte de la Sierra	monforte-de-la-sierra			ES	55	SA	37196	97	Europe/Madrid
6360439	Monleón	monleon			ES	55	SA	37197	107	Europe/Madrid
6360440	Monleras	monleras			ES	55	SA	37198	256	Europe/Madrid
6360441	Monsagro	monsagro			ES	55	SA	37199	162	Europe/Madrid
6360442	Montejo	montejo			ES	55	SA	37200	235	Europe/Madrid
6360443	Montemayor del Río	montemayor-del-rio			ES	55	SA	37201	311	Europe/Madrid
6360444	Monterrubio de Armuña	monterrubio-de-armuna			ES	55	SA	37202	1299	Europe/Madrid
6360445	Monterrubio de la Sierra	monterrubio-de-la-sierra			ES	55	SA	37203	185	Europe/Madrid
6360446	Morasverdes	morasverdes			ES	55	SA	37204	310	Europe/Madrid
6360447	Morille	morille			ES	55	SA	37205	263	Europe/Madrid
6360448	Moríñigo	morinigo			ES	55	SA	37206	117	Europe/Madrid
6360449	Moriscos	moriscos			ES	55	SA	37207	306	Europe/Madrid
6360450	Moronta	moronta			ES	55	SA	37208	94	Europe/Madrid
6360451	Mozárbez	mozarbez			ES	55	SA	37209	502	Europe/Madrid
6360452	Narros de Matalayegua	narros-de-matalayegua			ES	55	SA	37211	238	Europe/Madrid
6360453	Navacarros	navacarros			ES	55	SA	37212	136	Europe/Madrid
6360454	Nava de Béjar	nava-de-bejar			ES	55	SA	37213	110	Europe/Madrid
6360455	Nava de Francia	nava-de-francia			ES	55	SA	37214	142	Europe/Madrid
6360456	Nava de Sotrobal	nava-de-sotrobal			ES	55	SA	37215	180	Europe/Madrid
6360457	Navales	navales			ES	55	SA	37216	337	Europe/Madrid
6360458	Navalmoral de Béjar	navalmoral-de-bejar			ES	55	SA	37217	58	Europe/Madrid
6360459	Navamorales	navamorales			ES	55	SA	37218	82	Europe/Madrid
6360460	Navarredonda de la Rinconada	navarredonda-de-la-rinconada			ES	55	SA	37219	203	Europe/Madrid
6360461	Navasfrías	navasfrias			ES	55	SA	37221	508	Europe/Madrid
6360462	Negrilla de Palencia	negrilla-de-palencia			ES	55	SA	37222	129	Europe/Madrid
6360463	Olmedo de Camaces	olmedo-de-camaces			ES	55	SA	37223	134	Europe/Madrid
6360464	Orbada, La	orbada-la			ES	55	SA	37224	226	Europe/Madrid
6360465	Pajares de la Laguna	pajares-de-la-laguna			ES	55	SA	37225	132	Europe/Madrid
6360466	Palacios del Arzobispo	palacios-del-arzobispo			ES	55	SA	37226	178	Europe/Madrid
6360467	Palaciosrubios	palaciosrubios			ES	55	SA	37228	422	Europe/Madrid
6360468	Palencia de Negrilla	palencia-de-negrilla			ES	55	SA	37229	162	Europe/Madrid
6360469	Parada de Arriba	parada-de-arriba			ES	55	SA	37230	264	Europe/Madrid
6360470	Parada de Rubiales	parada-de-rubiales			ES	55	SA	37231	309	Europe/Madrid
6360471	Paradinas de San Juan	paradinas-de-san-juan			ES	55	SA	37232	452	Europe/Madrid
6360472	Pastores	pastores			ES	55	SA	37233	59	Europe/Madrid
6360473	Payo, El	payo-el			ES	55	SA	37234	394	Europe/Madrid
6360474	Pedraza de Alba	pedraza-de-alba			ES	55	SA	37235	254	Europe/Madrid
6360475	Pedrosillo de Alba	pedrosillo-de-alba			ES	55	SA	37236	160	Europe/Madrid
6360476	Pedrosillo de los Aires	pedrosillo-de-los-aires			ES	55	SA	37237	392	Europe/Madrid
6360477	Pedrosillo el Ralo	pedrosillo-el-ralo			ES	55	SA	37238	136	Europe/Madrid
6360478	Pedroso de la Armuña, El	pedroso-de-la-armuna-el			ES	55	SA	37239	253	Europe/Madrid
6360479	Pelabravo	pelabravo			ES	55	SA	37240	1064	Europe/Madrid
6360480	Pelarrodríguez	pelarrodriguez			ES	55	SA	37241	182	Europe/Madrid
6360481	Pelayos	pelayos			ES	55	SA	37242	119	Europe/Madrid
6360482	Peña, La	pena-la			ES	55	SA	37243	123	Europe/Madrid
6360483	Peñacaballera	penacaballera			ES	55	SA	37244	168	Europe/Madrid
6360484	Peñaparda	penaparda			ES	55	SA	37245	392	Europe/Madrid
6360485	Peñaranda de Bracamonte	penaranda-de-bracamonte			ES	55	SA	37246	6800	Europe/Madrid
6360486	Peñarandilla	penarandilla			ES	55	SA	37247	232	Europe/Madrid
6360487	Peralejos de Abajo	peralejos-de-abajo			ES	55	SA	37248	169	Europe/Madrid
6360488	Peralejos de Arriba	peralejos-de-arriba			ES	55	SA	37249	49	Europe/Madrid
6360489	Pereña de la Ribera	perena-de-la-ribera			ES	55	SA	37250	434	Europe/Madrid
6360490	Peromingo	peromingo			ES	55	SA	37251	147	Europe/Madrid
6360491	Pinedas	pinedas			ES	55	SA	37252	128	Europe/Madrid
6360492	Pino de Tormes, El	pino-de-tormes-el			ES	55	SA	37253	159	Europe/Madrid
6360493	Pitiegua	pitiegua			ES	55	SA	37254	211	Europe/Madrid
6360494	Pizarral	pizarral			ES	55	SA	37255	68	Europe/Madrid
6360495	Poveda de las Cintas	poveda-de-las-cintas			ES	55	SA	37256	255	Europe/Madrid
6360496	Pozos de Hinojo	pozos-de-hinojo			ES	55	SA	37257	55	Europe/Madrid
6360497	Puebla de Azaba	puebla-de-azaba			ES	55	SA	37258	231	Europe/Madrid
6360498	Puebla de San Medel	puebla-de-san-medel			ES	55	SA	37259	47	Europe/Madrid
6360499	Puebla de Yeltes	puebla-de-yeltes			ES	55	SA	37260	175	Europe/Madrid
6360500	Puente del Congosto	puente-del-congosto			ES	55	SA	37261	253	Europe/Madrid
6360501	Puertas	puertas			ES	55	SA	37262	81	Europe/Madrid
6360502	Puerto de Béjar	puerto-de-bejar			ES	55	SA	37263	396	Europe/Madrid
6360503	Puerto Seguro	puerto-seguro			ES	55	SA	37264	75	Europe/Madrid
6360504	Rágama	ragama			ES	55	SA	37265	250	Europe/Madrid
6360505	Redonda, La	redonda-la			ES	55	SA	37266	88	Europe/Madrid
6360506	Retortillo	retortillo			ES	55	SA	37267	244	Europe/Madrid
6360507	Rinconada de la Sierra, La	rinconada-de-la-sierra-la			ES	55	SA	37268	121	Europe/Madrid
6360508	Robleda	robleda			ES	55	SA	37269	531	Europe/Madrid
6360509	Robliza de Cojos	robliza-de-cojos			ES	55	SA	37270	244	Europe/Madrid
6360510	Rollán	rollan			ES	55	SA	37271	438	Europe/Madrid
6360511	Saelices el Chico	saelices-el-chico			ES	55	SA	37272	170	Europe/Madrid
6360512	Sagrada, La	sagrada-la			ES	55	SA	37273	125	Europe/Madrid
6360513	Salamanca	salamanca	Gorad Salamanka,Salaman'ka,Salamanka,Salamankae,Salamanko,Salamanque,Salmantica,Sat-la-man-kha,Sat-là-màn-khà,calamanka,sa la man ka,sa lama ngka,salamanaka,salamanka,salamanka  spyn,sallamangka,saramanka,slmanka,slmnqh,Σαλαμάνκα,Горад Саламанка,Саламанкæ,Саламанка,סלמנקה,سالامانكا,سالامانکا,سالامانکا، سپین,سلمانکا,सालामांका,सालामानका,सालामान्का,ਸਾਲਾਮਾਨਕਾ,சலமன்கா,ซาลามังกา,სალამანკა,サラマンカ,萨拉曼卡,薩拉曼卡,살라망카		ES	55	SA	37274	152048	Europe/Madrid
6360514	Saldeana	saldeana			ES	55	SA	37275	137	Europe/Madrid
6360515	Salmoral	salmoral			ES	55	SA	37276	190	Europe/Madrid
6360516	Salvatierra de Tormes	salvatierra-de-tormes			ES	55	SA	37277	65	Europe/Madrid
6360517	San Cristóbal de la Cuesta	san-cristobal-de-la-cuesta			ES	55	SA	37278	985	Europe/Madrid
6360518	Sancti-Spíritus	sancti-spiritus	Sankti Spiritus,Sankti-Spiritus,Санкти-Спиритус,Санкті-Спірітус,Սանկտի Սպիրիտուս		ES	55	SA	37279	856	Europe/Madrid
6360519	Sanchón de la Ribera	sanchon-de-la-ribera			ES	55	SA	37280	88	Europe/Madrid
6360520	Sanchón de la Sagrada	sanchon-de-la-sagrada			ES	55	SA	37281	38	Europe/Madrid
6360521	Sanchotello	sanchotello			ES	55	SA	37282	233	Europe/Madrid
6360522	Sando	sando			ES	55	SA	37283	145	Europe/Madrid
6360523	San Esteban de la Sierra	san-esteban-de-la-sierra			ES	55	SA	37284	359	Europe/Madrid
6360524	San Felices de los Gallegos	san-felices-de-los-gallegos			ES	55	SA	37285	484	Europe/Madrid
6360525	San Martín del Castañar	san-martin-del-castanar			ES	55	SA	37286	254	Europe/Madrid
6360526	San Miguel de Valero	san-miguel-de-valero			ES	55	SA	37287	379	Europe/Madrid
6360527	San Morales	san-morales			ES	55	SA	37288	294	Europe/Madrid
6360528	San Muñoz	san-munoz			ES	55	SA	37289	280	Europe/Madrid
6360529	San Pedro del Valle	san-pedro-del-valle			ES	55	SA	37290	147	Europe/Madrid
6360530	San Pedro de Rozados	san-pedro-de-rozados			ES	55	SA	37291	312	Europe/Madrid
6360531	San Pelayo de Guareña	san-pelayo-de-guarena			ES	55	SA	37292	94	Europe/Madrid
6360532	Santa María de Sando	santa-maria-de-sando			ES	55	SA	37293	130	Europe/Madrid
6360533	Santa Marta de Tormes	santa-marta-de-tormes			ES	55	SA	37294	14920	Europe/Madrid
6360534	Santiago de la Puebla	santiago-de-la-puebla			ES	55	SA	37296	401	Europe/Madrid
6360535	Santibáñez de Béjar	santibanez-de-bejar			ES	55	SA	37297	523	Europe/Madrid
6360536	Santibáñez de la Sierra	santibanez-de-la-sierra			ES	55	SA	37298	211	Europe/Madrid
6360537	Santiz	santiz			ES	55	SA	37299	256	Europe/Madrid
6360538	Santos, Los	santos-los			ES	55	SA	37300	680	Europe/Madrid
6360539	Sardón de los Frailes	sardon-de-los-frailes			ES	55	SA	37301	84	Europe/Madrid
6360540	Saucelle	saucelle			ES	55	SA	37302	383	Europe/Madrid
6360541	Sahugo, El	sahugo-el			ES	55	SA	37303	219	Europe/Madrid
6360542	Sepulcro-Hilario	sepulcro-hilario			ES	55	SA	37304	197	Europe/Madrid
6360543	Sequeros	sequeros			ES	55	SA	37305	230	Europe/Madrid
6360544	Serradilla del Arroyo	serradilla-del-arroyo			ES	55	SA	37306	323	Europe/Madrid
6360545	Serradilla del Llano	serradilla-del-llano			ES	55	SA	37307	182	Europe/Madrid
6360546	Sierpe, La	sierpe-la			ES	55	SA	37309	46	Europe/Madrid
6360547	Sieteiglesias de Tormes	sieteiglesias-de-tormes			ES	55	SA	37310	175	Europe/Madrid
6360548	Sobradillo	sobradillo			ES	55	SA	37311	266	Europe/Madrid
6360549	Sorihuela	sorihuela			ES	55	SA	37312	312	Europe/Madrid
6360550	Sotoserrano	sotoserrano			ES	55	SA	37313	652	Europe/Madrid
6360551	Tabera de Abajo	tabera-de-abajo			ES	55	SA	37314	99	Europe/Madrid
6360552	Tala, La	tala-la			ES	55	SA	37315	100	Europe/Madrid
6360553	Tamames	tamames			ES	55	SA	37316	918	Europe/Madrid
6360554	Tarazona de Guareña	tarazona-de-guarena			ES	55	SA	37317	354	Europe/Madrid
6360555	Tardáguila	tardaguila			ES	55	SA	37318	244	Europe/Madrid
6360556	Tejado, El	tejado-el			ES	55	SA	37319	138	Europe/Madrid
6360557	Tejeda y Segoyuela	tejeda-y-segoyuela			ES	55	SA	37320	103	Europe/Madrid
6360558	Tenebrón	tenebron			ES	55	SA	37321	174	Europe/Madrid
6360559	Terradillos	terradillos			ES	55	SA	37322	3371	Europe/Madrid
6360560	Topas	topas			ES	55	SA	37323	610	Europe/Madrid
6360561	Tordillos	tordillos			ES	55	SA	37324	432	Europe/Madrid
6360562	Tornadizo, El	tornadizo-el			ES	55	SA	37325	111	Europe/Madrid
6360563	Torresmenudas	torresmenudas			ES	55	SA	37327	208	Europe/Madrid
6360564	Trabanca	trabanca			ES	55	SA	37328	236	Europe/Madrid
6360565	Tremedal de Tormes	tremedal-de-tormes			ES	55	SA	37329	43	Europe/Madrid
6360566	Valdecarros	valdecarros			ES	55	SA	37330	384	Europe/Madrid
6360567	Valdefuentes de Sangusín	valdefuentes-de-sangusin			ES	55	SA	37331	250	Europe/Madrid
6360568	Valdehijaderos	valdehijaderos			ES	55	SA	37332	87	Europe/Madrid
6360569	Valdelacasa	valdelacasa			ES	55	SA	37333	262	Europe/Madrid
6360570	Valdelageve	valdelageve			ES	55	SA	37334	90	Europe/Madrid
6360571	Valdelosa	valdelosa			ES	55	SA	37335	487	Europe/Madrid
6360572	Valdemierque	valdemierque			ES	55	SA	37336	60	Europe/Madrid
6360573	Valderrodrigo	valderrodrigo			ES	55	SA	37337	157	Europe/Madrid
6360574	Valdunciel	valdunciel			ES	55	SA	37338	101	Europe/Madrid
6360575	Valero	valero			ES	55	SA	37339	341	Europe/Madrid
6360576	Valsalabroso	valsalabroso			ES	55	SA	37340	160	Europe/Madrid
6360577	Valverde de Valdelacasa	valverde-de-valdelacasa			ES	55	SA	37341	78	Europe/Madrid
6360578	Valverdón	valverdon			ES	55	SA	37342	288	Europe/Madrid
6360579	Vallejera de Riofrío	vallejera-de-riofrio			ES	55	SA	37343	69	Europe/Madrid
6360580	Vecinos	vecinos			ES	55	SA	37344	293	Europe/Madrid
6360581	Vega de Tirados	vega-de-tirados			ES	55	SA	37345	200	Europe/Madrid
6360582	Veguillas, Las	veguillas-las			ES	55	SA	37346	288	Europe/Madrid
6360583	Vellés, La	velles-la			ES	55	SA	37347	580	Europe/Madrid
6360584	Ventosa del Río Almar	ventosa-del-rio-almar			ES	55	SA	37348	123	Europe/Madrid
6360585	Vídola, La	vidola-la			ES	55	SA	37349	141	Europe/Madrid
6360586	Vilvestre	vilvestre			ES	55	SA	37350	478	Europe/Madrid
6360587	Villaflores	villaflores			ES	55	SA	37351	312	Europe/Madrid
6360588	Villagonzalo de Tormes	villagonzalo-de-tormes			ES	55	SA	37352	224	Europe/Madrid
6360589	Villalba de los Llanos	villalba-de-los-llanos			ES	55	SA	37353	150	Europe/Madrid
6360590	Villamayor	villamayor			ES	55	SA	37354	6683	Europe/Madrid
6360591	Villanueva del Conde	villanueva-del-conde			ES	55	SA	37355	175	Europe/Madrid
6360592	Villar de Argañán	villar-de-arganan			ES	55	SA	37356	101	Europe/Madrid
6360593	Villar de Ciervo	villar-de-ciervo			ES	55	SA	37357	297	Europe/Madrid
6360594	Villar de Gallimazo	villar-de-gallimazo			ES	55	SA	37358	173	Europe/Madrid
6360595	Villar de la Yegua	villar-de-la-yegua			ES	55	SA	37359	208	Europe/Madrid
6360596	Villar de Peralonso	villar-de-peralonso			ES	55	SA	37360	272	Europe/Madrid
6360597	Villar de Samaniego	villar-de-samaniego			ES	55	SA	37361	97	Europe/Madrid
6360598	Villares de la Reina	villares-de-la-reina			ES	55	SA	37362	6033	Europe/Madrid
6360599	Villares de Yeltes	villares-de-yeltes			ES	55	SA	37363	132	Europe/Madrid
6360600	Villarino de los Aires	villarino-de-los-aires			ES	55	SA	37364	938	Europe/Madrid
6360601	Villarmayor	villarmayor			ES	55	SA	37365	215	Europe/Madrid
6360602	Villarmuerto	villarmuerto			ES	55	SA	37366	44	Europe/Madrid
6360603	Villasbuenas	villasbuenas			ES	55	SA	37367	226	Europe/Madrid
6360604	Villasdardo	villasdardo			ES	55	SA	37368	20	Europe/Madrid
6360605	Villaseco de los Gamitos	villaseco-de-los-gamitos			ES	55	SA	37369	173	Europe/Madrid
6360606	Villaseco de los Reyes	villaseco-de-los-reyes			ES	55	SA	37370	401	Europe/Madrid
6360607	Villasrubias	villasrubias			ES	55	SA	37371	227	Europe/Madrid
6360608	Villaverde de Guareña	villaverde-de-guarena			ES	55	SA	37372	158	Europe/Madrid
6360609	Villavieja de Yeltes	villavieja-de-yeltes			ES	55	SA	37373	899	Europe/Madrid
6360610	Villoria	villoria			ES	55	SA	37374	1481	Europe/Madrid
6360611	Villoruela	villoruela			ES	55	SA	37375	885	Europe/Madrid
6360612	Vitigudino	vitigudino			ES	55	SA	37376	2866	Europe/Madrid
6360613	Yecla de Yeltes	yecla-de-yeltes			ES	55	SA	37377	285	Europe/Madrid
6360614	Zamarra	zamarra			ES	55	SA	37378	113	Europe/Madrid
6360615	Zamayón	zamayon			ES	55	SA	37379	189	Europe/Madrid
6360616	Zarapicos	zarapicos			ES	55	SA	37380	54	Europe/Madrid
6360617	Zarza de Pumareda, La	zarza-de-pumareda-la			ES	55	SA	37381	159	Europe/Madrid
6360618	Zorita de la Frontera	zorita-de-la-frontera			ES	55	SA	37382	210	Europe/Madrid
6360619	Adeje	adeje			ES	53	TF	38001	46894	Atlantic/Canary
6360620	Arafo	arafo			ES	53	TF	38004	5507	Atlantic/Canary
6360621	Arico	arico			ES	53	TF	38005	8090	Atlantic/Canary
6360622	Arona	arona	Arona		ES	53	TF	38006	77718	Atlantic/Canary
6360623	Buenavista del Norte	buenavista-del-norte			ES	53	TF	38010	4916	Atlantic/Canary
6360624	Candelaria	candelaria	Kandelaria,Kandelarija,kan de la li ya,kanderaria,kandylarya  santa krwth dy tynyryfh,Κανδελάρια,Канделариа,Канделария,Канделарія,קאנדלאריה,كانديلاريا، سانتا كروث دي تينيريفه,カンデラリア,坎德拉里亚		ES	53	TF	38011	26290	Atlantic/Canary
6360625	Fasnia	fasnia			ES	53	TF	38012	2963	Atlantic/Canary
6360626	Garachico	garachico			ES	53	TF	38015	5090	Atlantic/Canary
6360627	Granadilla de Abona	granadilla-de-abona			ES	53	TF	38017	42545	Atlantic/Canary
6360628	La Guancha	la-guancha	La-Guancha,la ghwantsha,la guan cha,Ла-Гуанча,لا غوانتشا,لا گوانچا، ٹینیریفی,拉关查		ES	53	TF	38018	5441	Atlantic/Canary
6360629	Guía de Isora	guia-de-isora			ES	53	TF	38019	20387	Atlantic/Canary
6360630	Güímar	gueimar			ES	53	TF	38020	18445	Atlantic/Canary
6360631	Icod de los Vinos	icod-de-los-vinos	Ikod-de-los-Vinos,akwd dy lws fynws,yi ke de luo si wei nuo si,Ікод-де-лос-Вінос,Икод-де-лос-Винос,إكود دي لوس فينوس,伊科德洛斯维诺斯		ES	53	TF	38022	23726	Atlantic/Canary
6360632	La Matanza de Acentejo	la-matanza-de-acentejo			ES	53	TF	38025	8806	Atlantic/Canary
6360633	Orotava, La	orotava-la			ES	53	TF	38026	41726	Atlantic/Canary
6360634	Puerto de la Cruz	puerto-de-la-cruz			ES	53	TF	38028	32665	Atlantic/Canary
6360635	Realejos, Los	realejos-los			ES	53	TF	38031	38028	Atlantic/Canary
6360636	San Juan de la Rambla	san-juan-de-la-rambla	San-Khuan-de-la-Rambla,san khwan dy la rambla,sheng hu an de la lan fu la,Сан-Хуан-де-ла-Рамбла,سان خوان دي لا رامبلا,圣胡安德拉兰夫拉		ES	53	TF	38034	5103	Atlantic/Canary
6360637	San Miguel de Abona	san-miguel-de-abona			ES	53	TF	38035	17555	Atlantic/Canary
6360638	Santa Cruz de Tenerife	santa-cruz-de-tenerife	Santa Cruz de Tenerife,Tenerife		ES	53	TF	38038	206965	Atlantic/Canary
6360639	Santa Úrsula	santa-ursula			ES	53	TF	38039	14374	Atlantic/Canary
6360640	Santiago del Teide	santiago-del-teide			ES	53	TF	38040	12392	Atlantic/Canary
6360641	Sauzal, El	sauzal-el			ES	53	TF	38041	9037	Atlantic/Canary
6360642	Silos, Los	silos-los			ES	53	TF	38042	5119	Atlantic/Canary
6360643	Tacoronte	tacoronte	Takoronte,ta ke long te,takwrwnty,Такоронте,تاكورونتي,塔科龙特		ES	53	TF	38043	23718	Atlantic/Canary
6360644	Tanque, El	tanque-el			ES	53	TF	38044	2848	Atlantic/Canary
6360645	Tegueste	tegueste	Tegeste,te ge si te,tgwysth,tyghysty,Тегесте,تيغيستي,تگوئسته,特格斯特		ES	53	TF	38046	10904	Atlantic/Canary
6360646	Victoria de Acentejo, La	victoria-de-acentejo-la			ES	53	TF	38051	9049	Atlantic/Canary
6360647	Vilaflor	vilaflor	Vilaflor,Vilaflor de Chasna,bi la fu luo er,fylaflwr,Вилафлор,Вілафлор,فيلافلور,比拉夫洛尔		ES	53	TF	38052	1825	Atlantic/Canary
6360648	Alfoz de Lloredo	alfoz-de-lloredo			ES	39	S	39001	2514	Europe/Madrid
6360649	Ampuero	ampuero			ES	39	S	39002	4281	Europe/Madrid
6360650	Anievas	anievas			ES	39	S	39003	351	Europe/Madrid
6360651	Arenas de Iguña	arenas-de-iguna			ES	39	S	39004	1792	Europe/Madrid
6360652	Argoños	argonos			ES	39	S	39005	1696	Europe/Madrid
6360653	Arnuero	arnuero			ES	39	S	39006	2115	Europe/Madrid
6360654	Arredondo	arredondo	Arredondo,a lei dong duo,arydwndw,Арредондо,أريدوندو,阿雷东多		ES	39	S	39007	522	Europe/Madrid
6360655	El Astillero	el-astillero			ES	39	S	39008	17938	Europe/Madrid
6360656	Bárcena de Cicero	barcena-de-cicero			ES	39	S	39009	4118	Europe/Madrid
6360657	Bárcena de Pie de Concha	barcena-de-pie-de-concha			ES	39	S	39010	758	Europe/Madrid
6360658	Bareyo	bareyo			ES	39	S	39011	2060	Europe/Madrid
6360659	Cabezón de la Sal	cabezon-de-la-sal			ES	39	S	39012	8234	Europe/Madrid
6360660	Cabezón de Liébana	cabezon-de-liebana			ES	39	S	39013	707	Europe/Madrid
6360661	Cabuérniga	cabuerniga			ES	39	S	39014	1066	Europe/Madrid
6360662	Camaleño	camaleno			ES	39	S	39015	1029	Europe/Madrid
6360663	Camargo	camargo	Kamargo,ka ma er ge,kamarjw,Камарго,Կամարգո,كامارجو,卡马尔戈		ES	39	S	39016	31594	Europe/Madrid
6360664	Campoo de Yuso	campoo-de-yuso			ES	39	S	39017	703	Europe/Madrid
6360665	Cartes	cartes			ES	39	S	39018	5558	Europe/Madrid
6360666	Castañeda	castaneda	Kastan'eda,ka si ta nie da,kastanyda,Кастаньеда,Кастаньєда,كاستانيدا,卡斯塔涅达		ES	39	S	39019	2525	Europe/Madrid
6360667	Castro-Urdiales	castro-urdiales			ES	39	S	39020	32522	Europe/Madrid
6360668	Cieza	cieza	S'esa,kayza,Сьеса,Сьєса,كايزا		ES	39	S	39021	603	Europe/Madrid
6360669	Cillorigo de Liébana	cillorigo-de-liebana			ES	39	S	39022	1338	Europe/Madrid
6360670	Colindres	colindres			ES	39	S	39023	8140	Europe/Madrid
6360671	Comillas	comillas	Komil'jas,Komilyas,ke mi li ya si,kwmaylas,Комильяс,Комільяс,Կոմիլյաս,كومايلاس,科米利亚斯		ES	39	S	39024	2439	Europe/Madrid
6360672	Corrales de Buelna, Los	corrales-de-buelna-los			ES	39	S	39025	11519	Europe/Madrid
6360673	Corvera de Toranzo	corvera-de-toranzo			ES	39	S	39026	2159	Europe/Madrid
6360674	Campoo de Enmedio	campoo-de-enmedio			ES	39	S	39027	3798	Europe/Madrid
6360675	Entrambasaguas	entrambasaguas	Ehntrambasaguas,Entrambasaguas,ayntrambasaghwas,en te lan wa sa gua si,Ентрамбасагуас,Энтрамбасагуас,Էնտրամբասագուաս,إينترامباساغواس,恩特兰瓦萨瓜斯		ES	39	S	39028	4655	Europe/Madrid
6360676	Escalante	escalante	Ehskalante,Eskalante,ai si ka lan te,ayskalanty,Ескаланте,Эскаланте,إيسكالانتي,埃斯卡兰特		ES	39	S	39029	766	Europe/Madrid
6360677	Guriezo	guriezo			ES	39	S	39030	2419	Europe/Madrid
6360678	Hazas de Cesto	hazas-de-cesto			ES	39	S	39031	1526	Europe/Madrid
6360679	Hermandad de Campoo de Suso	hermandad-de-campoo-de-suso			ES	39	S	39032	1756	Europe/Madrid
6360680	Herrerías	herrerias			ES	39	S	39033	639	Europe/Madrid
6360681	Lamasón	lamason			ES	39	S	39034	303	Europe/Madrid
6360682	Laredo	laredo	Laredo,Santona,Santoña,la lei duo,laledo,larydw,raredo,Ларедо,Լարեդո,لاريدو,لاریڈو، کانٹابریا,ラレド,拉雷多,라레도		ES	39	S	39035	12094	Europe/Madrid
6360683	Liendo	liendo			ES	39	S	39036	1290	Europe/Madrid
6360684	Limpias	limpias			ES	39	S	39038	1897	Europe/Madrid
6360685	Luena	luena	Luehna,Luena,lu ai na,lwyna,Луена,Луэна,لوينا,卢埃纳		ES	39	S	39039	694	Europe/Madrid
6360686	Marina de Cudeyo	marina-de-cudeyo			ES	39	S	39040	5278	Europe/Madrid
6360687	Mazcuerras	mazcuerras			ES	39	S	39041	2127	Europe/Madrid
6360688	Medio Cudeyo	medio-cudeyo			ES	39	S	39042	7571	Europe/Madrid
6360689	Meruelo	meruelo			ES	39	S	39043	1798	Europe/Madrid
6360690	Miengo	miengo			ES	39	S	39044	4677	Europe/Madrid
6360691	Miera	miera			ES	39	S	39045	424	Europe/Madrid
6360692	Molledo	molledo			ES	39	S	39046	1610	Europe/Madrid
6360693	Noja	noja			ES	39	S	39047	2653	Europe/Madrid
6360694	Penagos	penagos			ES	39	S	39048	1929	Europe/Madrid
6360695	Peñarrubia	penarrubia	Pen'jarrubija,Penyarubia,bynyarwyba,pei ni ya lu wei ya,Пеньяррубия,Пеньяррубія,Պենյառուբիա,بينيارويبا,佩尼亚鲁维亚		ES	39	S	39049	367	Europe/Madrid
6360696	Pesaguero	pesaguero			ES	39	S	39050	340	Europe/Madrid
6360697	Pesquera	pesquera			ES	39	S	39051	71	Europe/Madrid
6360698	Polaciones	polaciones			ES	39	S	39053	252	Europe/Madrid
6360699	Polanco	polanco	Polanko,bo lan ke,bwlankw,Поланко,بولانكو,波兰科		ES	39	S	39054	5486	Europe/Madrid
6360700	Potes	potes			ES	39	S	39055	1474	Europe/Madrid
6360701	Puente Viesgo	puente-viesgo			ES	39	S	39056	2861	Europe/Madrid
6360702	Ramales de la Victoria	ramales-de-la-victoria			ES	39	S	39057	2788	Europe/Madrid
6360703	Rasines	rasines			ES	39	S	39058	1023	Europe/Madrid
6360704	Reinosa	reinosa			ES	39	S	39059	10071	Europe/Madrid
6360705	Reocín	reocin			ES	39	S	39060	8318	Europe/Madrid
6360706	Ribamontán al Mar	ribamontan-al-mar			ES	39	S	39061	4496	Europe/Madrid
6360707	Ribamontán al Monte	ribamontan-al-monte			ES	39	S	39062	2186	Europe/Madrid
6360708	Rionansa	rionansa			ES	39	S	39063	1091	Europe/Madrid
6360709	Riotuerto	riotuerto	Riotuehrto,Riotuerto,li ao tu ai er tuo,rywtwyrtw,Риотуэрто,Ріотуерто,ريوتويرتو,里奥图埃尔托		ES	39	S	39064	1634	Europe/Madrid
6360710	Rozas de Valdearroyo, Las	rozas-de-valdearroyo-las			ES	39	S	39065	288	Europe/Madrid
6360711	Ruente	ruente			ES	39	S	39066	1041	Europe/Madrid
6360712	Ruesga	ruesga			ES	39	S	39067	981	Europe/Madrid
6360713	Ruiloba	ruiloba			ES	39	S	39068	805	Europe/Madrid
6360714	San Felices de Buelna	san-felices-de-buelna			ES	39	S	39069	2355	Europe/Madrid
6360715	San Miguel de Aguayo	san-miguel-de-aguayo			ES	39	S	39070	174	Europe/Madrid
6360716	San Pedro del Romeral	san-pedro-del-romeral			ES	39	S	39071	503	Europe/Madrid
6360717	San Roque de Riomiera	san-roque-de-riomiera			ES	39	S	39072	412	Europe/Madrid
6360718	Santa Cruz de Bezana	santa-cruz-de-bezana			ES	39	S	39073	12154	Europe/Madrid
6360719	Santa María de Cayón	santa-maria-de-cayon			ES	39	S	39074	9123	Europe/Madrid
6360720	Santander	santander	Gorad Santandehr,Santandel,Santander,Santandera,Santanderas,Santandero,Santandèr,Santandér,Santanter,cantanter,san tan der,sang tan de,santandeleu,santandera,santanderu,santandr,santandyr,sntndr,Σανταντέρ,Горад Сантандэр,Сантандер,Սանտանդեր,סנטנדר,سانتاندر,سانتاندير,سانتاندیئر، ہسپانیہ,سانٹانڈر,सांतांदेर,சான்தான்தேர்,ซานตันเดร์,サンタンデール,桑坦德,산탄데르		ES	39	S	39075	178465	Europe/Madrid
6360721	Santillana del Mar	santillana-del-mar	Santil'jana-del'-Mar,Santillana del Mar,hai bian de san ti ya na,santaylana dyl mar,Сантильяна-дель-Мар,Сантільяна-дель-Мар,سانتايلانا ديل مار,サンティリャーナ・デル・マル,海邊的散提亞拿		ES	39	S	39076	4210	Europe/Madrid
6360722	Santiurde de Reinosa	santiurde-de-reinosa			ES	39	S	39077	299	Europe/Madrid
6360723	Santiurde de Toranzo	santiurde-de-toranzo			ES	39	S	39078	1604	Europe/Madrid
6360724	Santoña	santona			ES	39	S	39079	11451	Europe/Madrid
6360725	San Vicente de la Barquera	san-vicente-de-la-barquera			ES	39	S	39080	4407	Europe/Madrid
6360726	Saro	saro			ES	39	S	39081	510	Europe/Madrid
6360727	Selaya	selaya			ES	39	S	39082	2009	Europe/Madrid
6360728	Solórzano	solorzano			ES	39	S	39084	1025	Europe/Madrid
6360729	Suances	suances			ES	39	S	39085	8451	Europe/Madrid
6360730	Tojos, Los	tojos-los			ES	39	S	39086	428	Europe/Madrid
6360731	Torrelavega	torrelavega	Torelavega,Torrelavega,torerabega,tuo lei la wei jia,twrylafyja,Торелавега,Торрелавега,توريلافيجا,ٹوریلاویگا,トレラベーガ,托雷拉韦加		ES	39	S	39087	55297	Europe/Madrid
6360732	Tresviso	tresviso			ES	39	S	39088	74	Europe/Madrid
6360733	Tudanca	tudanca			ES	39	S	39089	163	Europe/Madrid
6360734	Udías	udias			ES	39	S	39090	852	Europe/Madrid
6360735	Valdáliga	valdaliga			ES	39	S	39091	2317	Europe/Madrid
6360736	Valdeolea	valdeolea			ES	39	S	39092	1133	Europe/Madrid
6360737	Valdeprado del Río	valdeprado-del-rio			ES	39	S	39093	357	Europe/Madrid
6360738	Valderredible	valderredible			ES	39	S	39094	1086	Europe/Madrid
6360739	Val de San Vicente	val-de-san-vicente			ES	39	S	39095	2844	Europe/Madrid
6360740	Vega de Liébana	vega-de-liebana			ES	39	S	39096	842	Europe/Madrid
6360741	Vega de Pas	vega-de-pas			ES	39	S	39097	824	Europe/Madrid
6360742	Villacarriedo	villacarriedo			ES	39	S	39098	1752	Europe/Madrid
6360743	Villaescusa	villaescusa	Vil'jaehskusa,Vil'jaeskusa,fylaayskwza,viyayecukuca,Вильяэскуса,Вільяескуса,فيلاإيسكوزا,வியாயேசுகூசா		ES	39	S	39099	3755	Europe/Madrid
6360744	Villafufre	villafufre			ES	39	S	39100	1103	Europe/Madrid
6360745	Valle de Villaverde	valle-de-villaverde	Villaverde de Trucios,Villaverde de Trucíos		ES	39	S	39101	355	Europe/Madrid
6360746	Voto	voto			ES	39	S	39102	2798	Europe/Madrid
6360747	Abades	abades			ES	55	SG	40001	882	Europe/Madrid
6360748	Adrada de Pirón	adrada-de-piron			ES	55	SG	40002	45	Europe/Madrid
6360749	Adrados	adrados			ES	55	SG	40003	170	Europe/Madrid
6360750	Aguilafuente	aguilafuente			ES	55	SG	40004	679	Europe/Madrid
6360751	Alconada de Maderuelo	alconada-de-maderuelo			ES	55	SG	40005	34	Europe/Madrid
6360752	Aldealcorvo	aldealcorvo			ES	55	SG	40006	28	Europe/Madrid
6360753	Aldealengua de Pedraza	aldealengua-de-pedraza			ES	55	SG	40007	97	Europe/Madrid
6360754	Aldealengua de Santa María	aldealengua-de-santa-maria			ES	55	SG	40008	76	Europe/Madrid
6360755	Aldeanueva de la Serrezuela	aldeanueva-de-la-serrezuela			ES	55	SG	40009	52	Europe/Madrid
6360756	Aldeanueva del Codonal	aldeanueva-del-codonal			ES	55	SG	40010	146	Europe/Madrid
6360757	Aldea Real	aldea-real			ES	55	SG	40012	343	Europe/Madrid
6360758	Aldeasoña	aldeasona			ES	55	SG	40013	67	Europe/Madrid
6360759	Aldehorno	aldehorno			ES	55	SG	40014	57	Europe/Madrid
6360760	Aldehuela del Codonal	aldehuela-del-codonal			ES	55	SG	40015	32	Europe/Madrid
6360761	Aldeonte	aldeonte			ES	55	SG	40016	63	Europe/Madrid
6360762	Anaya	anaya			ES	55	SG	40017	136	Europe/Madrid
6360763	Añe	ane			ES	55	SG	40018	107	Europe/Madrid
6360764	Arahuetes	arahuetes			ES	55	SG	40019	43	Europe/Madrid
6360765	Arcones	arcones			ES	55	SG	40020	243	Europe/Madrid
6360766	Arevalillo de Cega	arevalillo-de-cega			ES	55	SG	40021	36	Europe/Madrid
6360767	Armuña	armuna			ES	55	SG	40022	242	Europe/Madrid
6360768	Ayllón	ayllon			ES	55	SG	40024	1398	Europe/Madrid
6360769	Barbolla	barbolla			ES	55	SG	40025	214	Europe/Madrid
6360770	Basardilla	basardilla			ES	55	SG	40026	171	Europe/Madrid
6360771	Bercial	bercial			ES	55	SG	40028	121	Europe/Madrid
6360772	Bercimuel	bercimuel			ES	55	SG	40029	46	Europe/Madrid
6360773	Bernardos	bernardos			ES	55	SG	40030	603	Europe/Madrid
6360774	Bernuy de Porreros	bernuy-de-porreros			ES	55	SG	40031	697	Europe/Madrid
6360775	Boceguillas	boceguillas			ES	55	SG	40032	805	Europe/Madrid
6360776	Brieva	brieva			ES	55	SG	40033	81	Europe/Madrid
6360777	Caballar	caballar			ES	55	SG	40034	102	Europe/Madrid
6360778	Cabañas de Polendos	cabanas-de-polendos			ES	55	SG	40035	181	Europe/Madrid
6360779	Cabezuela	cabezuela			ES	55	SG	40036	701	Europe/Madrid
6360780	Calabazas de Fuentidueña	calabazas-de-fuentiduena			ES	55	SG	40037	38	Europe/Madrid
6360781	Campo de San Pedro	campo-de-san-pedro			ES	55	SG	40039	345	Europe/Madrid
6360782	Cantalejo	cantalejo			ES	55	SG	40040	4007	Europe/Madrid
6360783	Cantimpalos	cantimpalos			ES	55	SG	40041	1401	Europe/Madrid
6360784	Carbonero el Mayor	carbonero-el-mayor			ES	55	SG	40043	2600	Europe/Madrid
6360785	Carrascal del Río	carrascal-del-rio			ES	55	SG	40044	174	Europe/Madrid
6360786	Casla	casla			ES	55	SG	40045	171	Europe/Madrid
6360787	Castillejo de Mesleón	castillejo-de-mesleon			ES	55	SG	40046	144	Europe/Madrid
6360788	Castro de Fuentidueña	castro-de-fuentiduena			ES	55	SG	40047	51	Europe/Madrid
6360789	Castrojimeno	castrojimeno			ES	55	SG	40048	37	Europe/Madrid
6360790	Castroserna de Abajo	castroserna-de-abajo			ES	55	SG	40049	59	Europe/Madrid
6360791	Castroserracín	castroserracin			ES	55	SG	40051	55	Europe/Madrid
6360792	Cedillo de la Torre	cedillo-de-la-torre			ES	55	SG	40052	122	Europe/Madrid
6360793	Cerezo de Abajo	cerezo-de-abajo			ES	55	SG	40053	153	Europe/Madrid
6360794	Cerezo de Arriba	cerezo-de-arriba			ES	55	SG	40054	190	Europe/Madrid
6360795	Cilleruelo de San Mamés	cilleruelo-de-san-mames			ES	55	SG	40055	42	Europe/Madrid
6360796	Cobos de Fuentidueña	cobos-de-fuentiduena			ES	55	SG	40056	37	Europe/Madrid
6360797	Coca	coca			ES	55	SG	40057	2063	Europe/Madrid
6360798	Codorniz	codorniz			ES	55	SG	40058	384	Europe/Madrid
6360799	Collado Hermoso	collado-hermoso			ES	55	SG	40059	157	Europe/Madrid
6360800	Condado de Castilnovo	condado-de-castilnovo			ES	55	SG	40060	97	Europe/Madrid
6360801	Corral de Ayllón	corral-de-ayllon			ES	55	SG	40061	91	Europe/Madrid
6360802	Cubillo	cubillo			ES	55	SG	40062	69	Europe/Madrid
6360803	Cuéllar	cuellar			ES	55	SG	40063	9726	Europe/Madrid
6360804	Chañe	chane			ES	55	SG	40065	946	Europe/Madrid
6360805	Domingo García	domingo-garcia			ES	55	SG	40068	41	Europe/Madrid
6360806	Donhierro	donhierro			ES	55	SG	40069	116	Europe/Madrid
6360807	Duruelo	duruelo			ES	55	SG	40070	176	Europe/Madrid
6360808	Encinas	encinas			ES	55	SG	40071	56	Europe/Madrid
6360809	Encinillas	encinillas			ES	55	SG	40072	232	Europe/Madrid
6360810	Escalona del Prado	escalona-del-prado			ES	55	SG	40073	586	Europe/Madrid
6360811	Escarabajosa de Cabezas	escarabajosa-de-cabezas			ES	55	SG	40074	336	Europe/Madrid
6360812	Escobar de Polendos	escobar-de-polendos			ES	55	SG	40075	207	Europe/Madrid
6360813	Espinar, El	espinar-el			ES	55	SG	40076	9711	Europe/Madrid
6360814	Espirdo	espirdo			ES	55	SG	40077	1051	Europe/Madrid
6360815	Fresneda de Cuéllar	fresneda-de-cuellar			ES	55	SG	40078	194	Europe/Madrid
6360816	Fresno de Cantespino	fresno-de-cantespino			ES	55	SG	40079	261	Europe/Madrid
6360817	Fresno de la Fuente	fresno-de-la-fuente			ES	55	SG	40080	108	Europe/Madrid
6360818	Frumales	frumales			ES	55	SG	40081	155	Europe/Madrid
6360819	Fuente de Santa Cruz	fuente-de-santa-cruz			ES	55	SG	40082	137	Europe/Madrid
6360820	Fuente el Olmo de Fuentidueña	fuente-el-olmo-de-fuentiduena			ES	55	SG	40083	200	Europe/Madrid
6360821	Fuente el Olmo de Íscar	fuente-el-olmo-de-iscar			ES	55	SG	40084	79	Europe/Madrid
6360822	Fuentepelayo	fuentepelayo			ES	55	SG	40086	984	Europe/Madrid
6360823	Fuentepiñel	fuentepinel			ES	55	SG	40087	117	Europe/Madrid
6360824	Fuenterrebollo	fuenterrebollo			ES	55	SG	40088	370	Europe/Madrid
6360825	Fuentesaúco de Fuentidueña	fuentesauco-de-fuentiduena			ES	55	SG	40089	278	Europe/Madrid
6360826	Fuentesoto	fuentesoto			ES	55	SG	40091	145	Europe/Madrid
6360827	Fuentidueña	fuentiduena			ES	55	SG	40092	109	Europe/Madrid
6360828	Gallegos	gallegos			ES	55	SG	40093	94	Europe/Madrid
6360829	Garcillán	garcillan			ES	55	SG	40094	488	Europe/Madrid
6360830	Gomezserracín	gomezserracin			ES	55	SG	40095	721	Europe/Madrid
6360831	Grajera	grajera			ES	55	SG	40097	256	Europe/Madrid
6360832	Honrubia de la Cuesta	honrubia-de-la-cuesta			ES	55	SG	40099	69	Europe/Madrid
6360833	Hontalbilla	hontalbilla			ES	55	SG	40100	339	Europe/Madrid
6360834	Hontanares de Eresma	hontanares-de-eresma			ES	55	SG	40101	1133	Europe/Madrid
6360835	Huertos, Los	huertos-los			ES	55	SG	40103	168	Europe/Madrid
6360836	Ituero y Lama	ituero-y-lama			ES	55	SG	40104	362	Europe/Madrid
6360837	Juarros de Riomoros	juarros-de-riomoros			ES	55	SG	40105	68	Europe/Madrid
6360838	Juarros de Voltoya	juarros-de-voltoya			ES	55	SG	40106	250	Europe/Madrid
6360839	Labajos	labajos			ES	55	SG	40107	147	Europe/Madrid
6360840	Laguna de Contreras	laguna-de-contreras			ES	55	SG	40108	119	Europe/Madrid
6360841	Languilla	languilla			ES	55	SG	40109	95	Europe/Madrid
6360842	Lastras de Cuéllar	lastras-de-cuellar			ES	55	SG	40110	447	Europe/Madrid
6360843	Lastras del Pozo	lastras-del-pozo			ES	55	SG	40111	87	Europe/Madrid
6360844	Lastrilla, La	lastrilla-la			ES	55	SG	40112	3492	Europe/Madrid
6360845	Losa, La	losa-la			ES	55	SG	40113	530	Europe/Madrid
6360846	Maderuelo	maderuelo			ES	55	SG	40115	136	Europe/Madrid
6360847	Marazuela	marazuela			ES	55	SG	40118	60	Europe/Madrid
6360848	Martín Miguel	martin-miguel			ES	55	SG	40119	252	Europe/Madrid
6360849	Martín Muñoz de la Dehesa	martin-munoz-de-la-dehesa			ES	55	SG	40120	209	Europe/Madrid
6360850	Martín Muñoz de las Posadas	martin-munoz-de-las-posadas			ES	55	SG	40121	377	Europe/Madrid
6360851	Marugán	marugan			ES	55	SG	40122	666	Europe/Madrid
6360852	Matabuena	matabuena			ES	55	SG	40123	236	Europe/Madrid
6360853	Mata de Cuéllar	mata-de-cuellar			ES	55	SG	40124	291	Europe/Madrid
6360854	Matilla, La	matilla-la			ES	55	SG	40125	101	Europe/Madrid
6360855	Melque de Cercos	melque-de-cercos			ES	55	SG	40126	97	Europe/Madrid
6360856	Membibre de la Hoz	membibre-de-la-hoz			ES	55	SG	40127	43	Europe/Madrid
6360857	Migueláñez	miguelanez			ES	55	SG	40128	177	Europe/Madrid
6360858	Montejo de Arévalo	montejo-de-arevalo			ES	55	SG	40129	215	Europe/Madrid
6360859	Montejo de la Vega de la Serrezuela	montejo-de-la-vega-de-la-serrezuela			ES	55	SG	40130	154	Europe/Madrid
6360860	Monterrubio	monterrubio			ES	55	SG	40131	66	Europe/Madrid
6360861	Moral de Hornuez	moral-de-hornuez			ES	55	SG	40132	82	Europe/Madrid
6360862	Mozoncillo	mozoncillo			ES	55	SG	40134	1064	Europe/Madrid
6360863	Muñopedro	munopedro			ES	55	SG	40135	340	Europe/Madrid
6360864	Muñoveros	munoveros			ES	55	SG	40136	191	Europe/Madrid
6360865	Nava de la Asunción	nava-de-la-asuncion			ES	55	SG	40138	3014	Europe/Madrid
6360866	Navafría	navafria			ES	55	SG	40139	342	Europe/Madrid
6360867	Navalilla	navalilla			ES	55	SG	40140	116	Europe/Madrid
6360868	Navalmanzano	navalmanzano			ES	55	SG	40141	1186	Europe/Madrid
6360869	Navares de Ayuso	navares-de-ayuso			ES	55	SG	40142	53	Europe/Madrid
6360870	Navares de Enmedio	navares-de-enmedio			ES	55	SG	40143	108	Europe/Madrid
6360871	Navares de las Cuevas	navares-de-las-cuevas			ES	55	SG	40144	23	Europe/Madrid
6360872	Navas de Oro	navas-de-oro			ES	55	SG	40145	1451	Europe/Madrid
6360873	Navas de San Antonio	navas-de-san-antonio			ES	55	SG	40146	430	Europe/Madrid
6360874	Nieva	nieva			ES	55	SG	40148	344	Europe/Madrid
6360875	Olombrada	olombrada			ES	55	SG	40149	681	Europe/Madrid
6360876	Orejana	orejana			ES	55	SG	40150	71	Europe/Madrid
6360877	Ortigosa de Pestaño	ortigosa-de-pestano			ES	55	SG	40151	100	Europe/Madrid
6360878	Otero de Herreros	otero-de-herreros			ES	55	SG	40152	997	Europe/Madrid
6360879	Pajarejos	pajarejos			ES	55	SG	40154	23	Europe/Madrid
6360880	Palazuelos de Eresma	palazuelos-de-eresma			ES	55	SG	40155	4561	Europe/Madrid
6360881	Pedraza	pedraza			ES	55	SG	40156	461	Europe/Madrid
6360882	Pelayos del Arroyo	pelayos-del-arroyo			ES	55	SG	40157	70	Europe/Madrid
6360883	Perosillo	perosillo			ES	55	SG	40158	21	Europe/Madrid
6360884	Pinarejos	pinarejos			ES	55	SG	40159	161	Europe/Madrid
6360885	Pinarnegrillo	pinarnegrillo			ES	55	SG	40160	130	Europe/Madrid
6360886	Pradales	pradales			ES	55	SG	40161	56	Europe/Madrid
6360887	Prádena	pradena			ES	55	SG	40162	605	Europe/Madrid
6360888	Puebla de Pedraza	puebla-de-pedraza			ES	55	SG	40163	58	Europe/Madrid
6360889	Rapariegos	rapariegos			ES	55	SG	40164	224	Europe/Madrid
6360890	Rebollo	rebollo			ES	55	SG	40165	102	Europe/Madrid
6360891	Remondo	remondo			ES	55	SG	40166	325	Europe/Madrid
6360892	Riaguas de San Bartolomé	riaguas-de-san-bartolome			ES	55	SG	40168	36	Europe/Madrid
6360893	Riaza	riaza			ES	55	SG	40170	2489	Europe/Madrid
6360894	Ribota	ribota			ES	55	SG	40171	43	Europe/Madrid
6360895	Riofrío de Riaza	riofrio-de-riaza			ES	55	SG	40172	37	Europe/Madrid
6360896	Roda de Eresma	roda-de-eresma			ES	55	SG	40173	216	Europe/Madrid
6360897	Sacramenia	sacramenia			ES	55	SG	40174	471	Europe/Madrid
6360898	Samboal	samboal			ES	55	SG	40176	502	Europe/Madrid
6360899	San Cristóbal de Cuéllar	san-cristobal-de-cuellar			ES	55	SG	40177	187	Europe/Madrid
6360900	San Cristóbal de la Vega	san-cristobal-de-la-vega			ES	55	SG	40178	127	Europe/Madrid
6360901	Sanchonuño	sanchonuno			ES	55	SG	40179	968	Europe/Madrid
6360902	Sangarcía	sangarcia			ES	55	SG	40180	398	Europe/Madrid
6360903	Real Sitio de San Ildefonso	real-sitio-de-san-ildefonso			ES	55	SG	40181	5626	Europe/Madrid
6360904	San Martín y Mudrián	san-martin-y-mudrian			ES	55	SG	40182	283	Europe/Madrid
6360905	San Miguel de Bernuy	san-miguel-de-bernuy			ES	55	SG	40183	168	Europe/Madrid
6360906	San Pedro de Gaíllos	san-pedro-de-gaillos			ES	55	SG	40184	317	Europe/Madrid
6360907	Santa María la Real de Nieva	santa-maria-la-real-de-nieva			ES	55	SG	40185	1094	Europe/Madrid
6360908	Santa Marta del Cerro	santa-marta-del-cerro			ES	55	SG	40186	46	Europe/Madrid
6360909	Santiuste de Pedraza	santiuste-de-pedraza			ES	55	SG	40188	122	Europe/Madrid
6360910	Santiuste de San Juan Bautista	santiuste-de-san-juan-bautista			ES	55	SG	40189	636	Europe/Madrid
6360911	Santo Domingo de Pirón	santo-domingo-de-piron			ES	55	SG	40190	58	Europe/Madrid
6360912	Santo Tomé del Puerto	santo-tome-del-puerto			ES	55	SG	40191	325	Europe/Madrid
6360913	Sauquillo de Cabezas	sauquillo-de-cabezas			ES	55	SG	40192	208	Europe/Madrid
6360914	Sebúlcor	sebulcor			ES	55	SG	40193	275	Europe/Madrid
6360915	Segovia	segovia	Gorad Segovija,Segovia,Segovie,Segovija,Segovio,Segowia,Segòvia,Segóvia,Segóvía,Ségovie,sai ge wei ya,se ko beiy,segobia,segovi'a,segovia,sgwbya,sgwbyh,shqwbyt,syjwvya,Σεγόβια,Горад Сеговія,Сеговия,Сеговија,Сеговія,סגוביה,سيجوڤيا,سگوبیا,شقوبية,सेगोविआ,เซโกเบีย,სეგოვია,セゴビア,塞哥维亚,세고비아		ES	55	SG	40194	54844	Europe/Madrid
6360916	Sepúlveda	sepulveda	Septempublica,Sepul'veda,Sepulveda,Sepulvega,sai pu er wei da,Сепульведа,Սեպուլվեդա,塞普尔韦达		ES	55	SG	40195	1232	Europe/Madrid
6360917	Sequera de Fresno	sequera-de-fresno			ES	55	SG	40196	52	Europe/Madrid
6360918	Sotillo	sotillo			ES	55	SG	40198	34	Europe/Madrid
6360919	Sotosalbos	sotosalbos			ES	55	SG	40199	136	Europe/Madrid
6360920	Tabanera la Luenga	tabanera-la-luenga			ES	55	SG	40200	75	Europe/Madrid
6360921	Tolocirio	tolocirio			ES	55	SG	40201	55	Europe/Madrid
6360922	Torreadrada	torreadrada			ES	55	SG	40202	88	Europe/Madrid
6360923	Torrecaballeros	torrecaballeros			ES	55	SG	40203	1277	Europe/Madrid
6360924	Torrecilla del Pinar	torrecilla-del-pinar			ES	55	SG	40204	219	Europe/Madrid
6360925	Torreiglesias	torreiglesias			ES	55	SG	40205	366	Europe/Madrid
6360926	Torre Val de San Pedro	torre-val-de-san-pedro			ES	55	SG	40206	203	Europe/Madrid
6360927	Trescasas	trescasas			ES	55	SG	40207	968	Europe/Madrid
6360928	Turégano	turegano			ES	55	SG	40208	1098	Europe/Madrid
6360929	Urueñas	uruenas			ES	55	SG	40210	112	Europe/Madrid
6360930	Valdeprados	valdeprados			ES	55	SG	40211	87	Europe/Madrid
6360931	Valdevacas de Montejo	valdevacas-de-montejo			ES	55	SG	40212	32	Europe/Madrid
6360932	Valdevacas y Guijar	valdevacas-y-guijar			ES	55	SG	40213	117	Europe/Madrid
6360933	Valseca	valseca			ES	55	SG	40214	297	Europe/Madrid
6360934	Valtiendas	valtiendas			ES	55	SG	40215	130	Europe/Madrid
6360935	Valverde del Majano	valverde-del-majano			ES	55	SG	40216	1083	Europe/Madrid
6360936	Valle de Tabladillo	valle-de-tabladillo			ES	55	SG	40218	112	Europe/Madrid
6360937	Vallelado	vallelado			ES	55	SG	40219	773	Europe/Madrid
6360938	Valleruela de Pedraza	valleruela-de-pedraza			ES	55	SG	40220	84	Europe/Madrid
6360939	Valleruela de Sepúlveda	valleruela-de-sepulveda			ES	55	SG	40221	60	Europe/Madrid
6360940	Veganzones	veganzones			ES	55	SG	40222	282	Europe/Madrid
6360941	Vegas de Matute	vegas-de-matute			ES	55	SG	40223	293	Europe/Madrid
6360942	Ventosilla y Tejadilla	ventosilla-y-tejadilla			ES	55	SG	40224	30	Europe/Madrid
6360943	Villacastín	villacastin			ES	55	SG	40225	1637	Europe/Madrid
6360944	Villaverde de Íscar	villaverde-de-iscar			ES	55	SG	40228	685	Europe/Madrid
6360945	Villaverde de Montejo	villaverde-de-montejo			ES	55	SG	40229	43	Europe/Madrid
6360946	Villeguillo	villeguillo			ES	55	SG	40230	154	Europe/Madrid
6360947	Yanguas de Eresma	yanguas-de-eresma			ES	55	SG	40231	159	Europe/Madrid
6360948	Zarzuela del Monte	zarzuela-del-monte			ES	55	SG	40233	583	Europe/Madrid
6360949	Zarzuela del Pinar	zarzuela-del-pinar			ES	55	SG	40234	491	Europe/Madrid
6360950	Ortigosa del Monte	ortigosa-del-monte			ES	55	SG	40901	560	Europe/Madrid
6360951	Cozuelos de Fuentidueña	cozuelos-de-fuentiduena			ES	55	SG	40902	152	Europe/Madrid
6360952	Marazoleja	marazoleja			ES	55	SG	40903	123	Europe/Madrid
6360953	Navas de Riofrío	navas-de-riofrio			ES	55	SG	40904	423	Europe/Madrid
6360954	Cuevas de Provanco	cuevas-de-provanco			ES	55	SG	40905	151	Europe/Madrid
6360955	San Cristóbal de Segovia	san-cristobal-de-segovia			ES	55	SG	40906	2928	Europe/Madrid
6360956	Aguadulce	aguadulce			ES	51	SE	41001	2165	Europe/Madrid
6360957	Alanís	alanis			ES	51	SE	41002	1858	Europe/Madrid
6360958	Albaida del Aljarafe	albaida-del-aljarafe			ES	51	SE	41003	2987	Europe/Madrid
6360959	Alcalá de Guadaíra	alcala-de-guadaira			ES	51	SE	41004	73675	Europe/Madrid
6360960	Alcalá del Río	alcala-del-rio			ES	51	SE	41005	11513	Europe/Madrid
6360961	Alcolea del Río	alcolea-del-rio			ES	51	SE	41006	3424	Europe/Madrid
6360962	La Algaba	la-algaba	La Algaba		ES	51	SE	41007	15754	Europe/Madrid
6360963	Algámitas	algamitas			ES	51	SE	41008	1326	Europe/Madrid
6360964	Almadén de la Plata	almaden-de-la-plata			ES	51	SE	41009	1553	Europe/Madrid
6360965	Almensilla	almensilla			ES	51	SE	41010	5776	Europe/Madrid
6360966	Arahal	arahal			ES	51	SE	41011	19513	Europe/Madrid
6360967	Aznalcázar	aznalcazar			ES	51	SE	41012	4260	Europe/Madrid
6360968	Aznalcóllar	aznalcollar			ES	51	SE	41013	6192	Europe/Madrid
6360969	Badolatosa	badolatosa			ES	51	SE	41014	3214	Europe/Madrid
6360970	Benacazón	benacazon			ES	51	SE	41015	6985	Europe/Madrid
6360971	Bollullos de la Mitación	bollullos-de-la-mitacion			ES	51	SE	41016	9756	Europe/Madrid
6360972	Bormujos	bormujos			ES	51	SE	41017	20345	Europe/Madrid
6360973	Brenes	brenes			ES	51	SE	41018	12837	Europe/Madrid
6360974	Burguillos	burguillos			ES	51	SE	41019	6459	Europe/Madrid
6360975	Cabezas de San Juan, Las	cabezas-de-san-juan-las			ES	51	SE	41020	16562	Europe/Madrid
6360976	Camas	camas			ES	51	SE	41021	26485	Europe/Madrid
6360977	Campana, La	campana-la			ES	51	SE	41022	5514	Europe/Madrid
6360978	Cantillana	cantillana			ES	51	SE	41023	10921	Europe/Madrid
6360979	Carmona	carmona	Karmona,ka er mo na,qrmwnt,Καρμόνα,Кармона,Կարմոնա,قرمونة,卡尔莫纳		ES	51	SE	41024	28814	Europe/Madrid
6360980	Carrión de los Céspedes	carrion-de-los-cespedes			ES	51	SE	41025	2559	Europe/Madrid
6360981	Casariche	casariche			ES	51	SE	41026	5652	Europe/Madrid
6360982	Castilblanco de los Arroyos	castilblanco-de-los-arroyos			ES	51	SE	41027	5084	Europe/Madrid
6360983	Castilleja de Guzmán	castilleja-de-guzman			ES	51	SE	41028	2829	Europe/Madrid
6360984	Castilleja de la Cuesta	castilleja-de-la-cuesta			ES	51	SE	41029	17505	Europe/Madrid
6360985	Castilleja del Campo	castilleja-del-campo			ES	51	SE	41030	642	Europe/Madrid
6360986	Castillo de las Guardas, El	castillo-de-las-guardas-el			ES	51	SE	41031	1575	Europe/Madrid
6360987	Cazalla de la Sierra	cazalla-de-la-sierra			ES	51	SE	41032	5083	Europe/Madrid
6360988	Constantina	constantina			ES	51	SE	41033	6395	Europe/Madrid
6360989	Coria del Río	coria-del-rio			ES	51	SE	41034	29921	Europe/Madrid
6360990	Coripe	coripe			ES	51	SE	41035	1398	Europe/Madrid
6360991	Coronil, El	coronil-el			ES	51	SE	41036	5022	Europe/Madrid
6360992	Corrales, Los	corrales-los			ES	51	SE	41037	4090	Europe/Madrid
6360993	Dos Hermanas	dos-hermanas	Dos Ermanas,Dos Hermanasas,Dos-Ehrmanas,Dos-Ermanas,duo si ai er ma na si,dws ayrmanas,Дос Ерманас,Дос-Ерманас,Дос-Эрманас,Դոս Էրմանաս,دوس إيرماناس,ドス・エルマーナス,多斯埃尔马纳斯		ES	51	SE	41038	128794	Europe/Madrid
6360994	Écija	ecija	Ehsikha,Esikha,Esixa,Ethicha,Exija,ai xi ha,astjt,Έθιχα,Есіха,Эсиха,Էսիխա,إستجة,埃西哈		ES	51	SE	41039	40683	Europe/Madrid
6360995	Espartinas	espartinas			ES	51	SE	41040	14217	Europe/Madrid
6360996	Estepa	estepa			ES	51	SE	41041	12671	Europe/Madrid
6360997	Fuentes de Andalucía	fuentes-de-andalucia			ES	51	SE	41042	7315	Europe/Madrid
6360998	Garrobo, El	garrobo-el			ES	51	SE	41043	777	Europe/Madrid
6360999	Gelves	gelves			ES	51	SE	41044	9506	Europe/Madrid
6361000	Gerena	gerena			ES	51	SE	41045	7187	Europe/Madrid
6361001	Gilena	gilena			ES	51	SE	41046	3919	Europe/Madrid
6361002	Gines	gines			ES	51	SE	41047	13302	Europe/Madrid
6361003	Guadalcanal	guadalcanal			ES	51	SE	41048	2897	Europe/Madrid
6361004	Guillena	guillena			ES	51	SE	41049	12139	Europe/Madrid
6361005	Herrera	herrera			ES	51	SE	41050	6526	Europe/Madrid
6361006	Huévar del Aljarafe	huevar-del-aljarafe			ES	51	SE	41051	2723	Europe/Madrid
6361007	Lantejuela, La	lantejuela-la			ES	51	SE	41052	3938	Europe/Madrid
6361008	Lebrija	lebrija	Lebrikha,Lebrixa,Veneria,lai fu li ha,nbrysht,Лебриха,Лебріха,Լեբրիխա,نبريشة,نبریشہ,莱夫里哈		ES	51	SE	41053	27267	Europe/Madrid
6361009	Lora de Estepa	lora-de-estepa			ES	51	SE	41054	871	Europe/Madrid
6361010	Lora del Río	lora-del-rio			ES	51	SE	41055	19421	Europe/Madrid
6361011	Luisiana, La	luisiana-la			ES	51	SE	41056	4652	Europe/Madrid
6361012	Madroño, El	madrono-el			ES	51	SE	41057	324	Europe/Madrid
6361013	Mairena del Alcor	mairena-del-alcor			ES	51	SE	41058	22024	Europe/Madrid
6361014	Mairena del Aljarafe	mairena-del-aljarafe			ES	51	SE	41059	42784	Europe/Madrid
6361015	Marchena	marchena	Marchena,ma er qie na,Марчена,马尔切纳		ES	51	SE	41060	19984	Europe/Madrid
6361016	Marinaleda	marinaleda			ES	51	SE	41061	2786	Europe/Madrid
6361017	Martín de la Jara	martin-de-la-jara			ES	51	SE	41062	2812	Europe/Madrid
6361018	Molares, Los	molares-los			ES	51	SE	41063	3459	Europe/Madrid
6361019	Montellano	montellano			ES	51	SE	41064	7162	Europe/Madrid
6361020	Morón de la Frontera	moron-de-la-frontera			ES	51	SE	41065	28390	Europe/Madrid
6361021	Navas de la Concepción, Las	navas-de-la-concepcion-las			ES	51	SE	41066	1721	Europe/Madrid
6361022	Olivares	olivares			ES	51	SE	41067	9587	Europe/Madrid
6361023	Osuna	osuna			ES	51	SE	41068	17973	Europe/Madrid
6361024	Palacios y Villafranca, Los	palacios-y-villafranca-los			ES	51	SE	41069	37741	Europe/Madrid
6361025	Palomares del Río	palomares-del-rio			ES	51	SE	41070	7709	Europe/Madrid
6361026	Paradas	paradas			ES	51	SE	41071	7085	Europe/Madrid
6361027	Pedrera	pedrera			ES	51	SE	41072	5374	Europe/Madrid
6361028	Pedroso, El	pedroso-el			ES	51	SE	41073	2194	Europe/Madrid
6361029	Peñaflor	penaflor	Pen'jaflor,Peniaflor,pei ni ya fu luo er,Пеньяфлор,Պենիաֆլոր,佩尼亚夫洛尔		ES	51	SE	41074	3788	Europe/Madrid
6361030	Pilas	pilas	Pilas,pi la si,Пилас,Пілас,Պիլաս,皮拉斯		ES	51	SE	41075	13837	Europe/Madrid
6361031	Pruna	pruna			ES	51	SE	41076	2836	Europe/Madrid
6361032	Puebla de Cazalla, La	puebla-de-cazalla-la			ES	51	SE	41077	11556	Europe/Madrid
6361033	Puebla de los Infantes, La	puebla-de-los-infantes-la			ES	51	SE	41078	3159	Europe/Madrid
6361034	Puebla del Río, La	puebla-del-rio-la			ES	51	SE	41079	12249	Europe/Madrid
6361035	Real de la Jara, El	real-de-la-jara-el			ES	51	SE	41080	1626	Europe/Madrid
6361036	Rinconada, La	rinconada-la			ES	51	SE	41081	37508	Europe/Madrid
6361037	Roda de Andalucía, La	roda-de-andalucia-la			ES	51	SE	41082	4381	Europe/Madrid
6361038	Ronquillo, El	ronquillo-el			ES	51	SE	41083	1430	Europe/Madrid
6361039	Rubio, El	rubio-el			ES	51	SE	41084	3573	Europe/Madrid
6361040	Salteras	salteras			ES	51	SE	41085	5368	Europe/Madrid
6361041	San Juan de Aznalfarache	san-juan-de-aznalfarache			ES	51	SE	41086	21663	Europe/Madrid
6361042	Sanlúcar la Mayor	sanlucar-la-mayor			ES	51	SE	41087	13275	Europe/Madrid
6361043	San Nicolás del Puerto	san-nicolas-del-puerto			ES	51	SE	41088	634	Europe/Madrid
6361044	Santiponce	santiponce			ES	51	SE	41089	8397	Europe/Madrid
6361045	Saucejo, El	saucejo-el			ES	51	SE	41090	4484	Europe/Madrid
6361046	Seville	seville	Sevilha,Sevilla,Seville,Siviglia,Séville		ES	51	SE	41091	702355	Europe/Madrid
6361047	Tocina	tocina			ES	51	SE	41092	9593	Europe/Madrid
6361048	Tomares	tomares			ES	51	SE	41093	23921	Europe/Madrid
6361049	Umbrete	umbrete			ES	51	SE	41094	8390	Europe/Madrid
6361050	Utrera	utrera			ES	51	SE	41095	51887	Europe/Madrid
6361051	Valencina de la Concepción	valencina-de-la-concepcion			ES	51	SE	41096	8055	Europe/Madrid
6361052	Villamanrique de la Condesa	villamanrique-de-la-condesa			ES	51	SE	41097	4266	Europe/Madrid
6361053	Villanueva del Ariscal	villanueva-del-ariscal			ES	51	SE	41098	6159	Europe/Madrid
6361054	Villanueva del Río y Minas	villanueva-del-rio-y-minas			ES	51	SE	41099	5203	Europe/Madrid
6361055	Villanueva de San Juan	villanueva-de-san-juan			ES	51	SE	41100	1323	Europe/Madrid
6361056	Villaverde del Río	villaverde-del-rio			ES	51	SE	41101	7614	Europe/Madrid
6361057	Viso del Alcor, El	viso-del-alcor-el			ES	51	SE	41102	18990	Europe/Madrid
6361058	Cañada Rosal	canada-rosal			ES	51	SE	41901	3272	Europe/Madrid
6361059	Isla Mayor	isla-mayor	Villafranco del Guadalquivir		ES	51	SE	41902	5948	Europe/Madrid
6361060	Cuervo de Sevilla, El	cuervo-de-sevilla-el			ES	51	SE	41903	8677	Europe/Madrid
6361061	Abejar	abejar			ES	55	SO	42001	367	Europe/Madrid
6361062	Adradas	adradas			ES	55	SO	42003	70	Europe/Madrid
6361063	Ágreda	agreda			ES	55	SO	42004	3177	Europe/Madrid
6361064	Alconaba	alconaba			ES	55	SO	42006	190	Europe/Madrid
6361065	Alcubilla de Avellaneda	alcubilla-de-avellaneda			ES	55	SO	42007	161	Europe/Madrid
6361066	Alcubilla de las Peñas	alcubilla-de-las-penas			ES	55	SO	42008	72	Europe/Madrid
6361067	Aldealafuente	aldealafuente			ES	55	SO	42009	98	Europe/Madrid
6361068	Aldealices	aldealices			ES	55	SO	42010	25	Europe/Madrid
6361069	Aldealpozo	aldealpozo			ES	55	SO	42011	27	Europe/Madrid
6361070	Aldealseñor	aldealsenor			ES	55	SO	42012	43	Europe/Madrid
6361071	Aldehuela de Periáñez	aldehuela-de-perianez			ES	55	SO	42013	50	Europe/Madrid
6361072	Aldehuelas, Las	aldehuelas-las			ES	55	SO	42014	84	Europe/Madrid
6361073	Alentisque	alentisque			ES	55	SO	42015	34	Europe/Madrid
6361074	Aliud	aliud			ES	55	SO	42016	26	Europe/Madrid
6361075	Almajano	almajano			ES	55	SO	42017	222	Europe/Madrid
6361076	Almaluez	almaluez			ES	55	SO	42018	181	Europe/Madrid
6361077	Almarza	almarza			ES	55	SO	42019	645	Europe/Madrid
6361078	Almazán	almazan			ES	55	SO	42020	5861	Europe/Madrid
6361079	Almazul	almazul			ES	55	SO	42021	97	Europe/Madrid
6361080	Almenar de Soria	almenar-de-soria			ES	55	SO	42022	265	Europe/Madrid
6361081	Alpanseque	alpanseque			ES	55	SO	42023	82	Europe/Madrid
6361082	Arancón	arancon			ES	55	SO	42024	95	Europe/Madrid
6361083	Arcos de Jalón	arcos-de-jalon			ES	55	SO	42025	1839	Europe/Madrid
6361084	Arenillas	arenillas			ES	55	SO	42026	30	Europe/Madrid
6361085	Arévalo de la Sierra	arevalo-de-la-sierra			ES	55	SO	42027	89	Europe/Madrid
6361086	Ausejo de la Sierra	ausejo-de-la-sierra			ES	55	SO	42028	69	Europe/Madrid
6361087	Baraona	baraona			ES	55	SO	42029	183	Europe/Madrid
6361088	Barca	barca			ES	55	SO	42030	120	Europe/Madrid
6361089	Barcones	barcones			ES	55	SO	42031	31	Europe/Madrid
6361090	Bayubas de Abajo	bayubas-de-abajo			ES	55	SO	42032	192	Europe/Madrid
6361091	Bayubas de Arriba	bayubas-de-arriba			ES	55	SO	42033	54	Europe/Madrid
6361092	Beratón	beraton			ES	55	SO	42034	39	Europe/Madrid
6361093	Berlanga de Duero	berlanga-de-duero			ES	55	SO	42035	981	Europe/Madrid
6361094	Blacos	blacos			ES	55	SO	42036	53	Europe/Madrid
6361095	Bliecos	bliecos			ES	55	SO	42037	42	Europe/Madrid
6361096	Borjabad	borjabad			ES	55	SO	42038	40	Europe/Madrid
6361097	Borobia	borobia			ES	55	SO	42039	286	Europe/Madrid
6361098	Buberos	buberos			ES	55	SO	42041	36	Europe/Madrid
6361099	Buitrago	buitrago			ES	55	SO	42042	60	Europe/Madrid
6361100	Burgo de Osma-Ciudad de Osma	burgo-de-osma-ciudad-de-osma	Burgo de Osma,Burgo-de-Osma-S'judad-de-Osma,Burgo-de-Osma-Siudad-de-Osma,El Burgo de Osma,El Burgo de Osma-Ciudad de Osma,Uxama Argaela,bu er ge de ao si ma-xiu da de ao si ma,bwrgw d awsma sywdad d awsma,wkhshmt,Бурго-де-Осма-Сиудад-де-Осма,Бурго-де-Осма-Сьюдад-де-Осма,Էլ Բուրգո դե Օսմա,بورگو د اوسما سیوداد د اوسما,وخشمة,エル・ブルゴ・デ・オスマ,布尔戈德奥斯马-休达德奥斯马		ES	55	SO	42043	5228	Europe/Madrid
6361101	Cabrejas del Campo	cabrejas-del-campo			ES	55	SO	42044	64	Europe/Madrid
6361102	Cabrejas del Pinar	cabrejas-del-pinar			ES	55	SO	42045	414	Europe/Madrid
6361103	Calatañazor	calatanazor			ES	55	SO	42046	66	Europe/Madrid
6361104	Caltojar	caltojar			ES	55	SO	42048	77	Europe/Madrid
6361105	Candilichera	candilichera			ES	55	SO	42049	136	Europe/Madrid
6361106	Cañamaque	canamaque			ES	55	SO	42050	33	Europe/Madrid
6361107	Carabantes	carabantes			ES	55	SO	42051	23	Europe/Madrid
6361108	Caracena	caracena			ES	55	SO	42052	18	Europe/Madrid
6361109	Carrascosa de Abajo	carrascosa-de-abajo			ES	55	SO	42053	28	Europe/Madrid
6361110	Carrascosa de la Sierra	carrascosa-de-la-sierra			ES	55	SO	42054	22	Europe/Madrid
6361111	Casarejos	casarejos			ES	55	SO	42055	203	Europe/Madrid
6361112	Castilfrío de la Sierra	castilfrio-de-la-sierra			ES	55	SO	42056	29	Europe/Madrid
6361113	Castilruiz	castilruiz			ES	55	SO	42057	212	Europe/Madrid
6361114	Castillejo de Robledo	castillejo-de-robledo			ES	55	SO	42058	136	Europe/Madrid
6361115	Centenera de Andaluz	centenera-de-andaluz			ES	55	SO	42059	25	Europe/Madrid
6361116	Cerbón	cerbon			ES	55	SO	42060	40	Europe/Madrid
6361117	Cidones	cidones			ES	55	SO	42061	347	Europe/Madrid
6361118	Cigudosa	cigudosa			ES	55	SO	42062	34	Europe/Madrid
6361119	Cihuela	cihuela			ES	55	SO	42063	67	Europe/Madrid
6361120	Ciria	ciria			ES	55	SO	42064	99	Europe/Madrid
6361121	Cirujales del Río	cirujales-del-rio			ES	55	SO	42065	28	Europe/Madrid
6361122	Coscurita	coscurita			ES	55	SO	42068	103	Europe/Madrid
6361123	Covaleda	covaleda			ES	55	SO	42069	1850	Europe/Madrid
6361124	Cubilla	cubilla			ES	55	SO	42070	45	Europe/Madrid
6361125	Cubo de la Solana	cubo-de-la-solana			ES	55	SO	42071	182	Europe/Madrid
6361126	Cueva de Ágreda	cueva-de-agreda			ES	55	SO	42073	87	Europe/Madrid
6361127	Dévanos	devanos			ES	55	SO	42075	96	Europe/Madrid
6361128	Deza	deza			ES	55	SO	42076	262	Europe/Madrid
6361129	Duruelo de la Sierra	duruelo-de-la-sierra			ES	55	SO	42078	1297	Europe/Madrid
6361130	Escobosa de Almazán	escobosa-de-almazan			ES	55	SO	42079	29	Europe/Madrid
6361131	Espeja de San Marcelino	espeja-de-san-marcelino			ES	55	SO	42080	180	Europe/Madrid
6361132	Espejón	espejon			ES	55	SO	42081	198	Europe/Madrid
6361133	Estepa de San Juan	estepa-de-san-juan			ES	55	SO	42082	8	Europe/Madrid
6361134	Frechilla de Almazán	frechilla-de-almazan			ES	55	SO	42083	27	Europe/Madrid
6361135	Fresno de Caracena	fresno-de-caracena			ES	55	SO	42084	29	Europe/Madrid
6361136	Fuentearmegil	fuentearmegil			ES	55	SO	42085	219	Europe/Madrid
6361137	Fuentecambrón	fuentecambron			ES	55	SO	42086	44	Europe/Madrid
6361138	Fuentecantos	fuentecantos			ES	55	SO	42087	61	Europe/Madrid
6361139	Fuentelmonge	fuentelmonge			ES	55	SO	42088	80	Europe/Madrid
6361140	Fuentelsaz de Soria	fuentelsaz-de-soria			ES	55	SO	42089	58	Europe/Madrid
6361141	Fuentepinilla	fuentepinilla			ES	55	SO	42090	103	Europe/Madrid
6361142	Fuentes de Magaña	fuentes-de-magana			ES	55	SO	42092	94	Europe/Madrid
6361143	Fuentestrún	fuentestrun			ES	55	SO	42093	57	Europe/Madrid
6361144	Garray	garray			ES	55	SO	42094	629	Europe/Madrid
6361145	Golmayo	golmayo			ES	55	SO	42095	2219	Europe/Madrid
6361146	Gómara	gomara			ES	55	SO	42096	377	Europe/Madrid
6361147	Gormaz	gormaz			ES	55	SO	42097	26	Europe/Madrid
6361148	Herrera de Soria	herrera-de-soria			ES	55	SO	42098	14	Europe/Madrid
6361149	Hinojosa del Campo	hinojosa-del-campo			ES	55	SO	42100	32	Europe/Madrid
6361150	Langa de Duero	langa-de-duero			ES	55	SO	42103	821	Europe/Madrid
6361151	Liceras	liceras			ES	55	SO	42105	63	Europe/Madrid
6361152	Losilla, La	losilla-la			ES	55	SO	42106	15	Europe/Madrid
6361153	Magaña	magana			ES	55	SO	42107	89	Europe/Madrid
6361154	Maján	majan			ES	55	SO	42108	13	Europe/Madrid
6361155	Matalebreras	matalebreras			ES	55	SO	42110	82	Europe/Madrid
6361156	Matamala de Almazán	matamala-de-almazan			ES	55	SO	42111	328	Europe/Madrid
6361157	Medinaceli	medinaceli			ES	55	SO	42113	810	Europe/Madrid
6361158	Miño de Medinaceli	mino-de-medinaceli			ES	55	SO	42115	81	Europe/Madrid
6361159	Miño de San Esteban	mino-de-san-esteban			ES	55	SO	42116	66	Europe/Madrid
6361160	Molinos de Duero	molinos-de-duero			ES	55	SO	42117	180	Europe/Madrid
6361161	Momblona	momblona			ES	55	SO	42118	26	Europe/Madrid
6361162	Monteagudo de las Vicarías	monteagudo-de-las-vicarias			ES	55	SO	42119	246	Europe/Madrid
6361163	Montejo de Tiermes	montejo-de-tiermes			ES	55	SO	42120	188	Europe/Madrid
6361164	Montenegro de Cameros	montenegro-de-cameros			ES	55	SO	42121	83	Europe/Madrid
6361165	Morón de Almazán	moron-de-almazan			ES	55	SO	42123	222	Europe/Madrid
6361166	Muriel de la Fuente	muriel-de-la-fuente			ES	55	SO	42124	74	Europe/Madrid
6361167	Muriel Viejo	muriel-viejo			ES	55	SO	42125	81	Europe/Madrid
6361168	Nafría de Ucero	nafria-de-ucero			ES	55	SO	42127	46	Europe/Madrid
6361169	Narros	narros			ES	55	SO	42128	45	Europe/Madrid
6361170	Navaleno	navaleno			ES	55	SO	42129	877	Europe/Madrid
6361171	Nepas	nepas			ES	55	SO	42130	67	Europe/Madrid
6361172	Nolay	nolay			ES	55	SO	42131	59	Europe/Madrid
6361173	Noviercas	noviercas			ES	55	SO	42132	180	Europe/Madrid
6361174	Ólvega	olvega			ES	55	SO	42134	3861	Europe/Madrid
6361175	Oncala	oncala			ES	55	SO	42135	100	Europe/Madrid
6361176	Pinilla del Campo	pinilla-del-campo			ES	55	SO	42139	23	Europe/Madrid
6361177	Portillo de Soria	portillo-de-soria			ES	55	SO	42140	17	Europe/Madrid
6361178	Póveda de Soria, La	poveda-de-soria-la			ES	55	SO	42141	122	Europe/Madrid
6361179	Pozalmuro	pozalmuro			ES	55	SO	42142	73	Europe/Madrid
6361180	Quintana Redonda	quintana-redonda			ES	55	SO	42144	523	Europe/Madrid
6361181	Quintanas de Gormaz	quintanas-de-gormaz			ES	55	SO	42145	147	Europe/Madrid
6361182	Quiñonería	quinoneria			ES	55	SO	42148	12	Europe/Madrid
6361183	Rábanos, Los	rabanos-los			ES	55	SO	42149	525	Europe/Madrid
6361184	Rebollar	rebollar			ES	55	SO	42151	42	Europe/Madrid
6361185	Recuerda	recuerda			ES	55	SO	42152	104	Europe/Madrid
6361186	Rello	rello			ES	55	SO	42153	22	Europe/Madrid
6361187	Renieblas	renieblas			ES	55	SO	42154	98	Europe/Madrid
6361188	Retortillo de Soria	retortillo-de-soria			ES	55	SO	42155	197	Europe/Madrid
6361189	Reznos	reznos			ES	55	SO	42156	33	Europe/Madrid
6361190	Riba de Escalote, La	riba-de-escalote-la			ES	55	SO	42157	18	Europe/Madrid
6361191	Rioseco de Soria	rioseco-de-soria			ES	55	SO	42158	136	Europe/Madrid
6361192	Rollamienta	rollamienta			ES	55	SO	42159	40	Europe/Madrid
6361193	Royo, El	royo-el			ES	55	SO	42160	315	Europe/Madrid
6361194	Salduero	salduero			ES	55	SO	42161	172	Europe/Madrid
6361195	San Esteban de Gormaz	san-esteban-de-gormaz			ES	55	SO	42162	3223	Europe/Madrid
6361196	San Felices	san-felices	San-Felises,san flyss,sheng fei li sai si,Сан-Фелисес,Сан-Фелісес,سان فلیسس,圣费利塞斯		ES	55	SO	42163	63	Europe/Madrid
6361197	San Leonardo de Yagüe	san-leonardo-de-yaguee			ES	55	SO	42164	2274	Europe/Madrid
6361198	San Pedro Manrique	san-pedro-manrique			ES	55	SO	42165	642	Europe/Madrid
6361199	Santa Cruz de Yanguas	santa-cruz-de-yanguas			ES	55	SO	42166	76	Europe/Madrid
6361200	Santa María de Huerta	santa-maria-de-huerta			ES	55	SO	42167	352	Europe/Madrid
6361201	Santa María de las Hoyas	santa-maria-de-las-hoyas			ES	55	SO	42168	133	Europe/Madrid
6361202	Serón de Nágima	seron-de-nagima			ES	55	SO	42171	169	Europe/Madrid
6361203	Soliedra	soliedra			ES	55	SO	42172	34	Europe/Madrid
6361204	Soria	soria			ES	55	SO	42173	40147	Europe/Madrid
6361205	Sotillo del Rincón	sotillo-del-rincon			ES	55	SO	42174	202	Europe/Madrid
6361206	Suellacabras	suellacabras			ES	55	SO	42175	27	Europe/Madrid
6361207	Tajahuerce	tajahuerce			ES	55	SO	42176	31	Europe/Madrid
6361208	Tajueco	tajueco			ES	55	SO	42177	83	Europe/Madrid
6361209	Talveila	talveila			ES	55	SO	42178	140	Europe/Madrid
6361210	Tardelcuende	tardelcuende			ES	55	SO	42181	484	Europe/Madrid
6361211	Taroda	taroda			ES	55	SO	42182	56	Europe/Madrid
6361212	Tejado	tejado			ES	55	SO	42183	135	Europe/Madrid
6361213	Torlengua	torlengua			ES	55	SO	42184	80	Europe/Madrid
6361214	Torreblacos	torreblacos			ES	55	SO	42185	28	Europe/Madrid
6361215	Torrubia de Soria	torrubia-de-soria			ES	55	SO	42187	72	Europe/Madrid
6361216	Trévago	trevago			ES	55	SO	42188	65	Europe/Madrid
6361217	Ucero	ucero			ES	55	SO	42189	75	Europe/Madrid
6361218	Vadillo	vadillo			ES	55	SO	42190	131	Europe/Madrid
6361219	Valdeavellano de Tera	valdeavellano-de-tera			ES	55	SO	42191	205	Europe/Madrid
6361220	Valdegeña	valdegena			ES	55	SO	42192	42	Europe/Madrid
6361221	Valdelagua del Cerro	valdelagua-del-cerro			ES	55	SO	42193	17	Europe/Madrid
6361222	Valdemaluque	valdemaluque			ES	55	SO	42194	207	Europe/Madrid
6361223	Valdenebro	valdenebro			ES	55	SO	42195	125	Europe/Madrid
6361295	Aldover	aldover			ES	56	T	43052	1277	Europe/Madrid
6361224	Valdeprado	valdeprado	Val'deprado,ba er de pu la duo,baldpradw,Вальдепрадо,بالدپرادو,巴尔德普拉多		ES	55	SO	42196	13	Europe/Madrid
6361225	Valderrodilla	valderrodilla			ES	55	SO	42197	90	Europe/Madrid
6361226	Valtajeros	valtajeros			ES	55	SO	42198	24	Europe/Madrid
6361227	Velamazán	velamazan			ES	55	SO	42200	98	Europe/Madrid
6361228	Velilla de la Sierra	velilla-de-la-sierra			ES	55	SO	42201	30	Europe/Madrid
6361229	Velilla de los Ajos	velilla-de-los-ajos			ES	55	SO	42202	31	Europe/Madrid
6361230	Viana de Duero	viana-de-duero			ES	55	SO	42204	67	Europe/Madrid
6361231	Villaciervos	villaciervos			ES	55	SO	42205	98	Europe/Madrid
6361232	Villanueva de Gormaz	villanueva-de-gormaz			ES	55	SO	42206	10	Europe/Madrid
6361233	Villar del Ala	villar-del-ala			ES	55	SO	42207	56	Europe/Madrid
6361234	Villar del Campo	villar-del-campo			ES	55	SO	42208	23	Europe/Madrid
6361235	Villar del Río	villar-del-rio			ES	55	SO	42209	165	Europe/Madrid
6361236	Villares de Soria, Los	villares-de-soria-los			ES	55	SO	42211	99	Europe/Madrid
6361237	Villasayas	villasayas			ES	55	SO	42212	75	Europe/Madrid
6361238	Villaseca de Arciel	villaseca-de-arciel			ES	55	SO	42213	38	Europe/Madrid
6361239	Vinuesa	vinuesa			ES	55	SO	42215	975	Europe/Madrid
6361240	Vizmanos	vizmanos			ES	55	SO	42216	27	Europe/Madrid
6361241	Vozmediano	vozmediano	Vosmed'jano,Vosmediano,bo si mei di ya nuo,bsmdyanw,Восмедиано,Восмедьяно,Восмедіано,بسمدیانو,博斯梅迪亚诺		ES	55	SO	42217	41	Europe/Madrid
6361242	Yanguas	yanguas			ES	55	SO	42218	123	Europe/Madrid
6361243	Yelo	yelo	Elo,ye luo,Єло,Ело,耶洛		ES	55	SO	42219	48	Europe/Madrid
6361244	Aiguamúrcia	aiguamurcia			ES	56	T	43001	906	Europe/Madrid
6361245	Albinyana	albinyana			ES	56	T	43002	2367	Europe/Madrid
6361246	l'Albiol	l-albiol			ES	56	T	43003	459	Europe/Madrid
6361247	Alcanar	alcanar			ES	56	T	43004	10658	Europe/Madrid
6361248	Alcover	alcover	Al'kover,Alkover,Alkube,a er ke wei er,Алкубе,Альковер,Ալկովեր,阿尔科韦尔		ES	56	T	43005	5143	Europe/Madrid
6361249	Aldover	aldover			ES	56	T	43006	968	Europe/Madrid
6361250	l'Aleixar	l-aleixar			ES	56	T	43007	926	Europe/Madrid
6361251	Alfara de Carles	alfara-de-carles			ES	56	T	43008	399	Europe/Madrid
6361252	Alforja	alforja			ES	56	T	43009	1865	Europe/Madrid
6361253	Alió	alio			ES	56	T	43010	394	Europe/Madrid
6361254	Almoster	almoster			ES	56	T	43011	1381	Europe/Madrid
6361255	Altafulla	altafulla	Al'taful'ja,Altafulya,a er ta fu li ya,altafwya,Альтафулья,Ալտաֆուլյա,آلتافویا,阿尔塔富利亚		ES	56	T	43012	4835	Europe/Madrid
6361256	l'Ametlla de Mar	l-ametlla-de-mar	l'Ametlla de Mar		ES	56	T	43013	7688	Europe/Madrid
6361257	Amposta	amposta	Amposta,ampsta,an bo si ta,anposuta,Ампоста,Ամպոստա,آمپستا,አምፖስታ,アンポスタ,安波斯塔		ES	56	T	43014	21434	Europe/Madrid
6361258	Arbolí	arboli			ES	56	T	43015	113	Europe/Madrid
6361259	l'Arboç	l-arboc			ES	56	T	43016	5486	Europe/Madrid
6361260	l'Argentera	l-argentera			ES	56	T	43017	153	Europe/Madrid
6361261	Arnes	arnes	Arnes		ES	56	T	43018	492	Europe/Madrid
6361262	Ascó	asco	Asko,Azcon,Azcón,a si ke,askw,asuko,Аско,Ասկո,آسکو,アスコー,阿斯科		ES	56	T	43019	1680	Europe/Madrid
6361263	Banyeres del Penedès	banyeres-del-penedes			ES	56	T	43020	3019	Europe/Madrid
6361264	Barberà de la Conca	barbera-de-la-conca			ES	56	T	43021	526	Europe/Madrid
6361265	Batea	batea			ES	56	T	43022	2136	Europe/Madrid
6361266	Bellmunt del Priorat	bellmunt-del-priorat			ES	56	T	43023	336	Europe/Madrid
6361267	Bellvei	bellvei			ES	56	T	43024	2110	Europe/Madrid
6361268	Benifallet	benifallet	Banifal'et,Benifal'et,Benifalet,bei ni fa lie te,bnyfayt,Баніфальєт,Бенифальет,Բենիֆալետ,بنیفایت,贝尼法列特		ES	56	T	43025	771	Europe/Madrid
6361269	Benissanet	benissanet			ES	56	T	43026	1280	Europe/Madrid
6361270	Bisbal de Falset, La	bisbal-de-falset-la			ES	56	T	43027	227	Europe/Madrid
6361271	la Bisbal del Penedès	la-bisbal-del-penedes			ES	56	T	43028	3428	Europe/Madrid
6361272	Blancafort	blancafort			ES	56	T	43029	418	Europe/Madrid
6361273	Bonastre	bonastre			ES	56	T	43030	651	Europe/Madrid
6361274	les Borges del Camp	les-borges-del-camp			ES	56	T	43031	2127	Europe/Madrid
6361275	Bot	bot			ES	56	T	43032	678	Europe/Madrid
6361276	Botarell	botarell			ES	56	T	43033	1126	Europe/Madrid
6361277	Bràfim	brafim			ES	56	T	43034	670	Europe/Madrid
6361278	Cabacés	cabaces			ES	56	T	43035	342	Europe/Madrid
6361279	Cabra del Camp	cabra-del-camp			ES	56	T	43036	1165	Europe/Madrid
6361280	Calafell	calafell	Kalafel,Kalafel',ka la fei li,Калафель,Կալաֆել,卡拉费利		ES	56	T	43037	24672	Europe/Madrid
6361281	Cambrils	cambrils			ES	56	T	43038	33535	Europe/Madrid
6361282	Capafonts	capafonts			ES	56	T	43039	121	Europe/Madrid
6361283	Capçanes	capcanes			ES	56	T	43040	421	Europe/Madrid
6361284	Caseres	caseres			ES	56	T	43041	284	Europe/Madrid
6361285	Castellvell del Camp	castellvell-del-camp			ES	56	T	43042	2845	Europe/Madrid
6361286	el Catllar	el-catllar			ES	56	T	43043	4164	Europe/Madrid
6361287	la Sénia	la-senia			ES	56	T	43044	6083	Europe/Madrid
6361288	Colldejou	colldejou	Colldejou,Kol'dazhou,Kol'dezhou,Koldezou,ke li de huo,kydkhw,Кольдажоу,Кольдежоу,Կոլդեժոու,کیدخو,科利德霍		ES	56	T	43045	177	Europe/Madrid
6361289	Conesa	conesa			ES	56	T	43046	130	Europe/Madrid
6361290	Constantí	constanti	Constanti,Constantí		ES	56	T	43047	6774	Europe/Madrid
6361291	Corbera d'Ebre	corbera-d-ebre			ES	56	T	43048	1204	Europe/Madrid
6361292	Cornudella de Montsant	cornudella-de-montsant			ES	56	T	43049	1025	Europe/Madrid
6361293	Creixell	creixell			ES	56	T	43050	3431	Europe/Madrid
6361294	Cunit	cunit			ES	56	T	43051	12626	Europe/Madrid
6361296	Duesaigües	duesaiguees			ES	56	T	43053	241	Europe/Madrid
6361297	l'Espluga de Francolí	l-espluga-de-francoli			ES	56	T	43054	3913	Europe/Madrid
6361298	Falset	falset			ES	56	T	43055	2894	Europe/Madrid
6361299	la Fatarella	la-fatarella			ES	56	T	43056	1089	Europe/Madrid
6361300	la Febró	la-febro			ES	56	T	43057	49	Europe/Madrid
6361301	la Figuera	la-figuera			ES	56	T	43058	128	Europe/Madrid
6361302	Figuerola del Camp	figuerola-del-camp			ES	56	T	43059	348	Europe/Madrid
6361303	Flix	flix	Flis,Flish,fu li si,Флиш,Ֆլիշ,弗利斯		ES	56	T	43060	3961	Europe/Madrid
6361304	Forès	fores	Fores,Forès		ES	56	T	43061	50	Europe/Madrid
6361305	Freginals	freginals			ES	56	T	43062	482	Europe/Madrid
6361306	la Galera	la-galera			ES	56	T	43063	843	Europe/Madrid
6361307	Gandesa	gandesa	Gandesa,gan de sa,gandeza,gandsa,Гандеса,Գանդեսա,گاندسا,ガンデーザ,甘德萨		ES	56	T	43064	3162	Europe/Madrid
6361308	Garcia	garcia			ES	56	T	43065	592	Europe/Madrid
6361309	els Garidells	els-garidells			ES	56	T	43066	193	Europe/Madrid
6361310	Ginestar	ginestar			ES	56	T	43067	937	Europe/Madrid
6361311	Godall	godall			ES	56	T	43068	812	Europe/Madrid
6361312	Gratallops	gratallops			ES	56	T	43069	259	Europe/Madrid
6361313	els Guiamets	els-guiamets			ES	56	T	43070	311	Europe/Madrid
6361314	Horta de Sant Joan	horta-de-sant-joan	Horta de San Juan,La Horta de San Juan,Orta de San Zoan,Orta-da-San-Zhuan,Orta-de-San-Zhoan,ao er ta de sang te huo an,hrta d sant khyan,Орта-да-Сан-Жуан,Орта-де-Сан-Жоан,Օրտա դե Սան Ժոան,هرتا د سانت خئان,奥尔塔德桑特霍安		ES	56	T	43071	1280	Europe/Madrid
6361315	el Lloar	el-lloar			ES	56	T	43072	116	Europe/Madrid
6361316	Llorac	llorac			ES	56	T	43073	118	Europe/Madrid
6361317	Llorenç del Penedès	llorenc-del-penedes			ES	56	T	43074	2280	Europe/Madrid
6361318	Margalef	margalef			ES	56	T	43075	110	Europe/Madrid
6361319	Marçà	marca			ES	56	T	43076	638	Europe/Madrid
6361320	Mas de Barberans	mas-de-barberans			ES	56	T	43077	636	Europe/Madrid
6361321	Masdenverge	masdenverge			ES	56	T	43078	1122	Europe/Madrid
6361322	Masllorenç	masllorenc			ES	56	T	43079	528	Europe/Madrid
6361323	la Masó	la-maso			ES	56	T	43080	296	Europe/Madrid
6361324	Maspujols	maspujols			ES	56	T	43081	750	Europe/Madrid
6361325	el Masroig	el-masroig			ES	56	T	43082	565	Europe/Madrid
6361326	el Milà	el-mila			ES	56	T	43083	174	Europe/Madrid
6361327	Miravet	miravet			ES	56	T	43084	789	Europe/Madrid
6361328	el Molar	el-molar			ES	56	T	43085	296	Europe/Madrid
6361329	Montblanc	montblanc	Monblan,Montblanch,meng te fu lan ke,mntblank,Монблан,Մոնբլան,منتبلانک,蒙特夫兰克		ES	56	T	43086	7356	Europe/Madrid
6361330	Montbrió del Camp	montbrio-del-camp	Montbrio del Camp,Montbrió del Camp		ES	56	T	43088	2515	Europe/Madrid
6361331	Montferri	montferri			ES	56	T	43089	396	Europe/Madrid
6361332	el Montmell	el-montmell			ES	56	T	43090	1511	Europe/Madrid
6361333	Mont-ral	mont-ral	Mon Ral,Mon-Ral',Mon-ral,Montreal,meng te-la er,mnt-ral,Мон-Раль,Мон-рал,Մոն Ռալ,منت-رال,蒙特-拉尔		ES	56	T	43091	167	Europe/Madrid
6361334	Mont-roig del Camp	mont-roig-del-camp	Mon-roch-dal-Kamp,Mont-roch-dehl'-Kamp,Mont-roch-del'-Kamp,Montroig,meng te-luo yi ge de er kan pu,Мон-роч-дал-Камп,Монт-роч-дель-Камп,Монт-роч-дэль-Камп,Մոնտ ռոչ դել Կամպ,ムンロッチ・ダル・カム,蒙特-罗伊格德尔坎普		ES	56	T	43092	12702	Europe/Madrid
6361335	Móra d'Ebre	mora-d-ebre			ES	56	T	43093	5704	Europe/Madrid
6361336	Móra la Nova	mora-la-nova	Mora la Nueva,Mora-la-Nova,mo la la nuo wa,mra la nba,Мора-ла-Нова,Մորա լա Նուևա,مرا لا نبا,莫拉拉诺瓦		ES	56	T	43094	3285	Europe/Madrid
6361337	el Morell	el-morell	el Morell		ES	56	T	43095	3514	Europe/Madrid
6361338	la Morera de Montsant	la-morera-de-montsant	la Morera de Montsant		ES	56	T	43096	167	Europe/Madrid
6361339	la Nou de Gaià	la-nou-de-gaia			ES	56	T	43097	555	Europe/Madrid
6361340	Nulles	nulles			ES	56	T	43098	446	Europe/Madrid
6361341	la Palma d'Ebre	la-palma-d-ebre			ES	56	T	43099	396	Europe/Madrid
6361342	els Pallaresos	els-pallaresos			ES	56	T	43100	4387	Europe/Madrid
6361343	Passanant i Belltall	passanant-i-belltall			ES	56	T	43101	161	Europe/Madrid
6361344	Paüls	pauels			ES	56	T	43102	602	Europe/Madrid
6361345	Perafort	perafort			ES	56	T	43103	1264	Europe/Madrid
6361346	el Perelló	el-perello			ES	56	T	43104	3378	Europe/Madrid
6361347	les Piles	les-piles			ES	56	T	43105	214	Europe/Madrid
6361348	el Pinell de Brai	el-pinell-de-brai			ES	56	T	43106	1124	Europe/Madrid
6361349	Pira	pira			ES	56	T	43107	501	Europe/Madrid
6361350	el Pla de Santa Maria	el-pla-de-santa-maria			ES	56	T	43108	2375	Europe/Madrid
6361351	la Pobla de Mafumet	la-pobla-de-mafumet			ES	56	T	43109	2948	Europe/Madrid
6361352	la Pobla de Massaluca	la-pobla-de-massaluca			ES	56	T	43110	364	Europe/Madrid
6361353	la Pobla de Montornès	la-pobla-de-montornes			ES	56	T	43111	2897	Europe/Madrid
6361354	Poboleda	poboleda			ES	56	T	43112	370	Europe/Madrid
6361355	el Pont d'Armentera	el-pont-d-armentera			ES	56	T	43113	605	Europe/Madrid
6361356	Porrera	porrera			ES	56	T	43114	465	Europe/Madrid
6361357	Pradell de la Teixeta	pradell-de-la-teixeta			ES	56	T	43115	199	Europe/Madrid
6361358	Prades	prades	Prades,Prazas,prads,pu la de si,Прадес,Празас,Պրադես,پرادس,普拉德斯		ES	56	T	43116	651	Europe/Madrid
6361359	Prat de Comte	prat-de-comte			ES	56	T	43117	183	Europe/Madrid
6361360	Pratdip	pratdip			ES	56	T	43118	848	Europe/Madrid
6361361	Puigpelat	puigpelat			ES	56	T	43119	1024	Europe/Madrid
6361362	Querol	querol			ES	56	T	43120	559	Europe/Madrid
6361363	Rasquera	rasquera			ES	56	T	43121	933	Europe/Madrid
6361364	Renau	renau			ES	56	T	43122	137	Europe/Madrid
6361424	L'Aldea	l-aldea	l'Aldea		ES	56	T	43904	4530	Europe/Madrid
6361365	Reus	reus	Reous,Reus,Reusas,le-useu,lei wu si,reusu,ryws,Ρέους,Реус,Ռեուս,رئوس,ريوس,レウス,雷烏斯,레우스		ES	56	T	43123	107211	Europe/Madrid
6361366	la Riba	la-riba			ES	56	T	43124	659	Europe/Madrid
6361367	Riba-roja d'Ebre	riba-roja-d-ebre			ES	56	T	43125	1316	Europe/Madrid
6361368	la Riera de Gaià	la-riera-de-gaia			ES	56	T	43126	1691	Europe/Madrid
6361369	Riudecanyes	riudecanyes			ES	56	T	43127	1183	Europe/Madrid
6361370	Riudecols	riudecols			ES	56	T	43128	1289	Europe/Madrid
6361371	Riudoms	riudoms	Riudoms,liu duo mu si,rywdms,Риудомс,Ріудомс,Ռիուդոմս,ریودمس,留多姆斯		ES	56	T	43129	6530	Europe/Madrid
6361372	Rocafort de Queralt	rocafort-de-queralt			ES	56	T	43130	268	Europe/Madrid
6361373	Roda de Barà	roda-de-bara			ES	56	T	43131	6299	Europe/Madrid
6361374	Rodonyà	rodonya			ES	56	T	43132	508	Europe/Madrid
6361375	Roquetes	roquetes			ES	56	T	43133	8333	Europe/Madrid
6361376	el Rourell	el-rourell			ES	56	T	43134	401	Europe/Madrid
6361377	Salomó	salomo	Salomo		ES	56	T	43135	540	Europe/Madrid
6361378	Sant Carles de la Ràpita	sant-carles-de-la-rapita	San Carlos de la Rapita,San Carlos de la Rápita,San Karlos de la Rapita,San-Karlos-de-la-Rapita,sant karls d la rapyta,santeukaleulleseudelalapita,sheng ka luo si-de la la pi ta,Сан-Карлос-де-ла-Рапита,Սան Կարլոս դե լա Ռապիտա,سانت کارلس د لا راپیتا,サン・カルラス・デ・ラ・ラーピタ,圣卡洛斯-德拉拉皮塔,산트카를레스데라라피타		ES	56	T	43136	15232	Europe/Madrid
6361379	Sant Jaume dels Domenys	sant-jaume-dels-domenys			ES	56	T	43137	2491	Europe/Madrid
6361380	Santa Bàrbara	santa-barbara			ES	56	T	43138	3898	Europe/Madrid
6361381	Santa Coloma de Queralt	santa-coloma-de-queralt	Santa Koloma de Keralt,Santa-Koloma-de-Keral't,santa klma d kralt,sheng ke luo ma de ke la er te,Санта-Колома-де-Керальт,Սանտա Կոլոմա դե Կերալտ,سانتا کلما د کرالت,圣科洛马德克拉尔特		ES	56	T	43139	3040	Europe/Madrid
6361382	Santa Oliva	santa-oliva			ES	56	T	43140	3322	Europe/Madrid
6361383	Pontils	pontils			ES	56	T	43141	134	Europe/Madrid
6361384	Sarral	sarral			ES	56	T	43142	1662	Europe/Madrid
6361385	Savallà del Comtat	savalla-del-comtat			ES	56	T	43143	68	Europe/Madrid
6361386	la Secuita	la-secuita			ES	56	T	43144	1607	Europe/Madrid
6361387	la Selva del Camp	la-selva-del-camp			ES	56	T	43145	5619	Europe/Madrid
6361388	Senan	senan			ES	56	T	43146	61	Europe/Madrid
6361389	Solivella	solivella			ES	56	T	43147	660	Europe/Madrid
6361390	Tarragona	tarragona			ES	56	T	43148	133954	Europe/Madrid
6361391	Tivenys	tivenys			ES	56	T	43149	914	Europe/Madrid
6361392	Tivissa	tivissa	Tivisa,di wei sa,tybyssa,Тивиса,Տիվիսա,تیبیسسا,蒂维萨		ES	56	T	43150	1818	Europe/Madrid
6361393	la Torre de Fontaubella	la-torre-de-fontaubella			ES	56	T	43151	131	Europe/Madrid
6361394	la Torre de l'Espanyol	la-torre-de-l-espanyol			ES	56	T	43152	681	Europe/Madrid
6361395	Torredembarra	torredembarra			ES	56	T	43153	15310	Europe/Madrid
6361396	Torroja del Priorat	torroja-del-priorat			ES	56	T	43154	172	Europe/Madrid
6361397	Tortosa	tortosa	Tortosa,Tortoza,Turtoza,to~urutoza,trtsa,trtwsht,tuo er tuo sa,twrtwsh,Τορτόζα,Тортоса,Туртоза,Տորտոսա,טורטוסה,ترتسا,طرطوشة,トゥルトーザ,托尔托萨		ES	56	T	43155	34734	Europe/Madrid
6361398	Ulldecona	ulldecona	Owldekona,Ul'dekona,awydkna,wu li de ke na,Ульдекона,Ուլդեկոնա,اویدکنا,乌利德科纳		ES	56	T	43156	7372	Europe/Madrid
6361399	Ulldemolins	ulldemolins			ES	56	T	43157	434	Europe/Madrid
6361400	Vallclara	vallclara			ES	56	T	43158	125	Europe/Madrid
6361401	Vallfogona de Riucorb	vallfogona-de-riucorb			ES	56	T	43159	119	Europe/Madrid
6361402	Vallmoll	vallmoll			ES	56	T	43160	1677	Europe/Madrid
6361403	Valls	valls	Bal'sh,Bals,Val's,Vals,ba er si,bays,Μπαλς,Бальш,Вальс,Վալս,بایس,巴尔斯		ES	56	T	43161	25084	Europe/Madrid
6361404	Vandellòs i l'Hospitalet de l'Infant	vandellos-i-l-hospitalet-de-l-infant	Vandellos i l'Hospitalet de l'Infant,Vandellòs i l'Hospitalet de l'Infant		ES	56	T	43162	5985	Europe/Madrid
6361405	el Vendrell	el-vendrell			ES	56	T	43163	36647	Europe/Madrid
6361406	Vespella de Gaià	vespella-de-gaia			ES	56	T	43164	395	Europe/Madrid
6361407	Vilabella	vilabella			ES	56	T	43165	829	Europe/Madrid
6361408	Vilallonga del Camp	vilallonga-del-camp			ES	56	T	43166	2204	Europe/Madrid
6361409	Vilanova d'Escornalbou	vilanova-d-escornalbou			ES	56	T	43167	570	Europe/Madrid
6361410	Vilanova de Prades	vilanova-de-prades	Vilanova de Prades,Vilanova-de-Prades,bi la nuo wa de pu la de si,bylanba d prads,Виланова-де-Прадес,Վիլանովա դե Պրադես,بیلانبا د پرادس,比拉诺瓦德普拉德斯		ES	56	T	43168	129	Europe/Madrid
6361411	Vilaplana	vilaplana	Bilaplana,Vilaplana,bi la pu la na,bylaplana,Білаплана,Вилаплана,Վիլապլանա,بیلاپلانا,比拉普拉纳		ES	56	T	43169	628	Europe/Madrid
6361412	Vila-rodona	vila-rodona			ES	56	T	43170	1280	Europe/Madrid
6361413	Vila-seca	vila-seca			ES	56	T	43171	22052	Europe/Madrid
6361414	Vilaverd	vilaverd			ES	56	T	43172	488	Europe/Madrid
6361415	la Vilella Alta	la-vilella-alta			ES	56	T	43173	143	Europe/Madrid
6361416	la Vilella Baixa	la-vilella-baixa			ES	56	T	43174	222	Europe/Madrid
6361417	Vilalba dels Arcs	vilalba-dels-arcs			ES	56	T	43175	717	Europe/Madrid
6361418	Vimbodí i Poblet	vimbodi-i-poblet	Vimbodi,Vimbodi i Porblet,Vimbodi-i-Poblet,Vimbodí,bin wo di,bymbdy,Вимбоди-и-Поблет,Վիմբոդի ի Պորբլետ,بیمبدی,宾沃迪		ES	56	T	43176	1007	Europe/Madrid
6361419	Vinebre	vinebre			ES	56	T	43177	495	Europe/Madrid
6361420	Vinyols i els Arcs	vinyols-i-els-arcs			ES	56	T	43178	1936	Europe/Madrid
6361421	Deltebre	deltebre	Daltebra,Del'tebre,Deltebre,de er te fu lei,dltbrh,Далтебра,Дельтебре,Դելտեբրե,دلتبره,德尔特夫雷		ES	56	T	43901	12316	Europe/Madrid
6361422	Sant Jaume d'Enveja	sant-jaume-d-enveja			ES	56	T	43902	3549	Europe/Madrid
6361423	Camarles	camarles			ES	56	T	43903	3609	Europe/Madrid
6361425	Salou	salou			ES	56	T	43905	26601	Europe/Madrid
6361426	l'Ampolla	l-ampolla			ES	56	T	43906	3606	Europe/Madrid
6361427	Ababuj	ababuj			ES	52	TE	44001	73	Europe/Madrid
6361428	Abejuela	abejuela			ES	52	TE	44002	55	Europe/Madrid
6361429	Aguatón	aguaton			ES	52	TE	44003	20	Europe/Madrid
6361430	Aguaviva	aguaviva	Aiguaviva de Bergantes		ES	52	TE	44004	660	Europe/Madrid
6361431	Aguilar del Alfambra	aguilar-del-alfambra			ES	52	TE	44005	73	Europe/Madrid
6361432	Alacón	alacon			ES	52	TE	44006	331	Europe/Madrid
6361433	Alba	alba			ES	52	TE	44007	231	Europe/Madrid
6361434	Albalate del Arzobispo	albalate-del-arzobispo			ES	52	TE	44008	2087	Europe/Madrid
6361435	Albarracín	albarracin			ES	52	TE	44009	1102	Europe/Madrid
6361436	Albentosa	albentosa	Alventosa		ES	52	TE	44010	290	Europe/Madrid
6361437	Alcaine	alcaine			ES	52	TE	44011	69	Europe/Madrid
6361438	Alcalá de la Selva	alcala-de-la-selva			ES	52	TE	44012	496	Europe/Madrid
6361439	Alcañiz	alcaniz	alkanyth,alknays,ألكانيث,الكنائس		ES	52	TE	44013	16424	Europe/Madrid
6361440	Alcorisa	alcorisa			ES	52	TE	44014	3556	Europe/Madrid
6361441	Alfambra	alfambra			ES	52	TE	44016	622	Europe/Madrid
6361442	Aliaga	aliaga	Al'jaga,Aliaga,a li ya jia,alyaga,Алиага,Альяга,Аліага,Ալիագա,آلیاگا,阿利亚加		ES	52	TE	44017	366	Europe/Madrid
6361443	Almohaja	almohaja			ES	52	TE	44018	28	Europe/Madrid
6361444	Alobras	alobras			ES	52	TE	44019	79	Europe/Madrid
6361445	Alpeñés	alpenes			ES	52	TE	44020	25	Europe/Madrid
6361446	Allepuz	allepuz			ES	52	TE	44021	121	Europe/Madrid
6361447	Alloza	alloza			ES	52	TE	44022	673	Europe/Madrid
6361448	Allueva	allueva			ES	52	TE	44023	21	Europe/Madrid
6361449	Anadón	anadon			ES	52	TE	44024	27	Europe/Madrid
6361450	Andorra	andorra	Andorra,an duo la,andra,Андорра,آندرا,安多拉		ES	52	TE	44025	8266	Europe/Madrid
6361451	Arcos de las Salinas	arcos-de-las-salinas			ES	52	TE	44026	105	Europe/Madrid
6361452	Arenys de Lledó / Arens de Lledó	arenys-de-lledo-arens-de-lledo	Arens de Lledo,Arens de Lledó,Arenys de Lledo,Arenys de Lledó		ES	52	TE	44027	205	Europe/Madrid
6361453	Argente	argente			ES	52	TE	44028	224	Europe/Madrid
6361454	Ariño	arino			ES	52	TE	44029	893	Europe/Madrid
6361455	Azaila	azaila			ES	52	TE	44031	133	Europe/Madrid
6361456	Bádenas	badenas			ES	52	TE	44032	21	Europe/Madrid
6361457	Báguena	baguena			ES	52	TE	44033	370	Europe/Madrid
6361458	Bañón	banon			ES	52	TE	44034	162	Europe/Madrid
6361459	Barrachina	barrachina			ES	52	TE	44035	143	Europe/Madrid
6361460	Bea	bea			ES	52	TE	44036	30	Europe/Madrid
6361461	Beseit / Beceite	beseit-beceite	Beceite,Beseit,Beseit / Beceite		ES	52	TE	44037	607	Europe/Madrid
6361462	Bellmunt de Mesquí / Belmonte de San José	bellmunt-de-mesqui-belmonte-de-san-jose	Bellmunt de Mesqui,Bellmunt de Mesqui / Belmonte de San Jose,Bellmunt de Mesquí,Bellmunt de Mesquí / Belmonte de San José,Belmonte de San Jose,Belmonte de San José		ES	52	TE	44038	126	Europe/Madrid
6361463	Bello	bello			ES	52	TE	44039	282	Europe/Madrid
6361464	Berge	berge			ES	52	TE	44040	254	Europe/Madrid
6361465	Bezas	bezas			ES	52	TE	44041	78	Europe/Madrid
6361466	Blancas	blancas			ES	52	TE	44042	158	Europe/Madrid
6361467	Blesa	blesa			ES	52	TE	44043	125	Europe/Madrid
6361468	Bordón	bordon			ES	52	TE	44044	131	Europe/Madrid
6361469	Bronchales	bronchales			ES	52	TE	44045	472	Europe/Madrid
6361470	Bueña	buena			ES	52	TE	44046	63	Europe/Madrid
6361471	Burbáguena	burbaguena			ES	52	TE	44047	292	Europe/Madrid
6361472	Cabra de Mora	cabra-de-mora			ES	52	TE	44048	79	Europe/Madrid
6361473	Calaceite	calaceite	Calaceit		ES	52	TE	44049	1105	Europe/Madrid
6361474	Calamocha	calamocha			ES	52	TE	44050	4579	Europe/Madrid
6361475	Calanda	calanda	Kalanda,ka lan da,kalanda,Каланда,کالاندا,卡兰达		ES	52	TE	44051	3956	Europe/Madrid
6361476	Calomarde	calomarde			ES	52	TE	44052	90	Europe/Madrid
6361477	Camañas	camanas			ES	52	TE	44053	135	Europe/Madrid
6361478	Camarena de la Sierra	camarena-de-la-sierra			ES	52	TE	44054	145	Europe/Madrid
6361479	Camarillas	camarillas			ES	52	TE	44055	117	Europe/Madrid
6361480	Caminreal	caminreal			ES	52	TE	44056	735	Europe/Madrid
6361481	Cantavieja	cantavieja			ES	52	TE	44059	745	Europe/Madrid
6361482	Cañada de Benatanduz	canada-de-benatanduz			ES	52	TE	44060	39	Europe/Madrid
6361483	Cañada de Verich, La	canada-de-verich-la	la Canyada de Beric		ES	52	TE	44061	106	Europe/Madrid
6361484	Cañada Vellida	canada-vellida			ES	52	TE	44062	38	Europe/Madrid
6361485	Cañizar del Olivar	canizar-del-olivar			ES	52	TE	44063	110	Europe/Madrid
6361486	Cascante del Río	cascante-del-rio			ES	52	TE	44064	91	Europe/Madrid
6361487	Castejón de Tornos	castejon-de-tornos			ES	52	TE	44065	64	Europe/Madrid
6361488	Castel de Cabra	castel-de-cabra			ES	52	TE	44066	138	Europe/Madrid
6361489	Castelnou	castelnou			ES	52	TE	44067	177	Europe/Madrid
6361490	Castelserás	castelseras			ES	52	TE	44068	834	Europe/Madrid
6361491	El Castellar	el-castellar			ES	52	TE	44070	64	Europe/Madrid
6361492	Castellote	castellote			ES	52	TE	44071	794	Europe/Madrid
6361493	Cedrillas	cedrillas			ES	52	TE	44074	631	Europe/Madrid
6361494	Celadas	celadas			ES	52	TE	44075	406	Europe/Madrid
6361495	Cella	cella	Sel'ja,Selia,sai li ya,sya,Селья,Սելիա,سیا,塞利亚		ES	52	TE	44076	2878	Europe/Madrid
6361496	Cerollera, La	cerollera-la			ES	52	TE	44077	116	Europe/Madrid
6361497	Codoñera, La	codonera-la			ES	52	TE	44080	377	Europe/Madrid
6361498	Corbalán	corbalan	Corbalan,Corbalán		ES	52	TE	44082	107	Europe/Madrid
6361499	Cortes de Aragón	cortes-de-aragon			ES	52	TE	44084	72	Europe/Madrid
6361500	Cosa	cosa			ES	52	TE	44085	61	Europe/Madrid
6361501	Cretas	cretas	Cretas,Cretes,Queretes,Queretes / Cretas		ES	52	TE	44086	598	Europe/Madrid
6361502	Crivillén	crivillen			ES	52	TE	44087	88	Europe/Madrid
6361503	Cuba, La	cuba-la			ES	52	TE	44088	50	Europe/Madrid
6361504	Cubla	cubla			ES	52	TE	44089	62	Europe/Madrid
6361505	Cucalón	cucalon			ES	52	TE	44090	108	Europe/Madrid
6361506	Cuervo, El	cuervo-el			ES	52	TE	44092	91	Europe/Madrid
6361507	Cuevas de Almudén	cuevas-de-almuden			ES	52	TE	44093	148	Europe/Madrid
6361508	Cuevas Labradas	cuevas-labradas			ES	52	TE	44094	128	Europe/Madrid
6361509	Ejulve	ejulve			ES	52	TE	44096	208	Europe/Madrid
6361510	Escorihuela	escorihuela			ES	52	TE	44097	177	Europe/Madrid
6361511	Escucha	escucha			ES	52	TE	44099	995	Europe/Madrid
6361512	Estercuel	estercuel			ES	52	TE	44100	259	Europe/Madrid
6361513	Ferreruela de Huerva	ferreruela-de-huerva			ES	52	TE	44101	70	Europe/Madrid
6361514	Fonfría	fonfria			ES	52	TE	44102	30	Europe/Madrid
6361515	Formiche Alto	formiche-alto			ES	52	TE	44103	175	Europe/Madrid
6361516	Fórnoles	fornoles			ES	52	TE	44105	105	Europe/Madrid
6361517	Fortanete	fortanete			ES	52	TE	44106	222	Europe/Madrid
6361518	Foz-Calanda	foz-calanda			ES	52	TE	44107	279	Europe/Madrid
6361519	Fresneda, La	fresneda-la			ES	52	TE	44108	486	Europe/Madrid
6361520	Frías de Albarracín	frias-de-albarracin			ES	52	TE	44109	151	Europe/Madrid
6361521	Fuenferrada	fuenferrada			ES	52	TE	44110	62	Europe/Madrid
6361522	Fuentes Calientes	fuentes-calientes			ES	52	TE	44111	116	Europe/Madrid
6361523	Fuentes Claras	fuentes-claras			ES	52	TE	44112	576	Europe/Madrid
6361524	Fuentes de Rubielos	fuentes-de-rubielos	Fonts de Rubiols		ES	52	TE	44113	125	Europe/Madrid
6361525	Fuentespalda	fuentespalda			ES	52	TE	44114	317	Europe/Madrid
6361526	Galve	galve			ES	52	TE	44115	170	Europe/Madrid
6361527	Gargallo	gargallo			ES	52	TE	44116	122	Europe/Madrid
6361528	Gea de Albarracín	gea-de-albarracin			ES	52	TE	44117	405	Europe/Madrid
6361529	La Ginebrosa	la-ginebrosa	la Ginebrosa		ES	52	TE	44118	216	Europe/Madrid
6361530	Griegos	griegos			ES	52	TE	44119	143	Europe/Madrid
6361531	Guadalaviar	guadalaviar	Guadalav'jar,Guadalaviar,Gvadalaviar,gua da la wei ya er,gwadalabyar,Гвадалавиар,Гуадалавьяр,Гуадалавіар,گوادالابیار,瓜达拉维亚尔		ES	52	TE	44120	236	Europe/Madrid
6361532	Gúdar	gudar			ES	52	TE	44121	77	Europe/Madrid
6361533	Híjar	hijar			ES	52	TE	44122	1806	Europe/Madrid
6361534	Hinojosa de Jarque	hinojosa-de-jarque			ES	52	TE	44123	151	Europe/Madrid
6361535	Hoz de la Vieja, La	hoz-de-la-vieja-la			ES	52	TE	44124	79	Europe/Madrid
6361536	Huesa del Común	huesa-del-comun			ES	52	TE	44125	86	Europe/Madrid
6361537	La Iglesuela del Cid	la-iglesuela-del-cid			ES	52	TE	44126	496	Europe/Madrid
6361538	Jabaloyas	jabaloyas			ES	52	TE	44127	83	Europe/Madrid
6361539	Jarque de la Val	jarque-de-la-val			ES	52	TE	44128	91	Europe/Madrid
6361540	Jatiel	jatiel			ES	52	TE	44129	49	Europe/Madrid
6361541	Jorcas	jorcas			ES	52	TE	44130	41	Europe/Madrid
6361542	Josa	josa			ES	52	TE	44131	38	Europe/Madrid
6361543	Lagueruela	lagueruela			ES	52	TE	44132	69	Europe/Madrid
6361544	Lanzuela	lanzuela			ES	52	TE	44133	28	Europe/Madrid
6361545	Libros	libros			ES	52	TE	44135	141	Europe/Madrid
6361546	Lidón	lidon			ES	52	TE	44136	55	Europe/Madrid
6361547	Linares de Mora	linares-de-mora			ES	52	TE	44137	296	Europe/Madrid
6361548	Loscos	loscos			ES	52	TE	44138	175	Europe/Madrid
6361549	Lledó	lledo	Lledo,Lledó		ES	52	TE	44141	169	Europe/Madrid
6361550	Maicas	maicas			ES	52	TE	44142	38	Europe/Madrid
6361551	Manzanera	manzanera			ES	52	TE	44143	554	Europe/Madrid
6361552	Martín del Río	martin-del-rio			ES	52	TE	44144	429	Europe/Madrid
6361553	Mas de las Matas	mas-de-las-matas			ES	52	TE	44145	1360	Europe/Madrid
6361554	Mata de los Olmos, La	mata-de-los-olmos-la			ES	52	TE	44146	281	Europe/Madrid
6361555	Mazaleón	mazaleon			ES	52	TE	44147	567	Europe/Madrid
6361556	Mezquita de Jarque	mezquita-de-jarque			ES	52	TE	44148	118	Europe/Madrid
6361557	Miravete de la Sierra	miravete-de-la-sierra			ES	52	TE	44150	33	Europe/Madrid
6361558	Molinos	molinos			ES	52	TE	44151	286	Europe/Madrid
6361559	Monforte de Moyuela	monforte-de-moyuela			ES	52	TE	44152	63	Europe/Madrid
6361560	Monreal del Campo	monreal-del-campo			ES	52	TE	44153	2709	Europe/Madrid
6361561	Monroyo	monroyo			ES	52	TE	44154	390	Europe/Madrid
6361562	Montalbán	montalban			ES	52	TE	44155	1350	Europe/Madrid
6361563	Monteagudo del Castillo	monteagudo-del-castillo			ES	52	TE	44156	67	Europe/Madrid
6361564	Monterde de Albarracín	monterde-de-albarracin			ES	52	TE	44157	66	Europe/Madrid
6361565	Mora de Rubielos	mora-de-rubielos	Mora de Rubiols,Móra de Rubiols		ES	52	TE	44158	1649	Europe/Madrid
6361566	Moscardón	moscardon			ES	52	TE	44159	64	Europe/Madrid
6361567	Mosqueruela	mosqueruela			ES	52	TE	44160	621	Europe/Madrid
6361568	Muniesa	muniesa			ES	52	TE	44161	653	Europe/Madrid
6361569	Noguera de Albarracín	noguera-de-albarracin			ES	52	TE	44163	152	Europe/Madrid
6361570	Nogueras	nogueras			ES	52	TE	44164	31	Europe/Madrid
6361571	Nogueruelas	nogueruelas	Nogueroles		ES	52	TE	44165	219	Europe/Madrid
6361572	Obón	obon			ES	52	TE	44167	39	Europe/Madrid
6361573	Odón	odon			ES	52	TE	44168	229	Europe/Madrid
6361574	Ojos Negros	ojos-negros	Okhos-Negros,Uellos Negros,akhs ngrs,ao huo si nei ge luo si,Охос-Негрос,اخس نگرس,奥霍斯内格罗斯		ES	52	TE	44169	445	Europe/Madrid
6361575	Olba	olba			ES	52	TE	44171	249	Europe/Madrid
6361576	Oliete	oliete			ES	52	TE	44172	459	Europe/Madrid
6361577	Olmos, Los	olmos-los			ES	52	TE	44173	124	Europe/Madrid
6361578	Orihuela del Tremedal	orihuela-del-tremedal			ES	52	TE	44174	572	Europe/Madrid
6361579	Orrios	orrios			ES	52	TE	44175	152	Europe/Madrid
6361580	Palomar de Arroyos	palomar-de-arroyos			ES	52	TE	44176	189	Europe/Madrid
6361581	Pancrudo	pancrudo			ES	52	TE	44177	133	Europe/Madrid
6361582	Parras de Castellote, Las	parras-de-castellote-las			ES	52	TE	44178	69	Europe/Madrid
6361583	Peñarroya de Tastavins	penarroya-de-tastavins			ES	52	TE	44179	497	Europe/Madrid
6361584	Peracense	peracense			ES	52	TE	44180	77	Europe/Madrid
6361585	Peralejos	peralejos			ES	52	TE	44181	83	Europe/Madrid
6361586	Perales del Alfambra	perales-del-alfambra			ES	52	TE	44182	269	Europe/Madrid
6361587	Pitarque	pitarque			ES	52	TE	44183	93	Europe/Madrid
6361588	Plou	plou			ES	52	TE	44184	48	Europe/Madrid
6361589	Pobo, El	pobo-el			ES	52	TE	44185	142	Europe/Madrid
6361590	Portellada, La	portellada-la			ES	52	TE	44187	254	Europe/Madrid
6361591	Pozondón	pozondon			ES	52	TE	44189	71	Europe/Madrid
6361592	Pozuel del Campo	pozuel-del-campo			ES	52	TE	44190	90	Europe/Madrid
6361593	Puebla de Híjar, La	puebla-de-hijar-la			ES	52	TE	44191	982	Europe/Madrid
6361594	Puebla de Valverde, La	puebla-de-valverde-la			ES	52	TE	44192	550	Europe/Madrid
6361595	Puertomingalvo	puertomingalvo			ES	52	TE	44193	144	Europe/Madrid
6361596	Ráfales	rafales			ES	52	TE	44194	159	Europe/Madrid
6361597	Rillo	rillo			ES	52	TE	44195	111	Europe/Madrid
6361598	Riodeva	riodeva			ES	52	TE	44196	173	Europe/Madrid
6361599	Ródenas	rodenas			ES	52	TE	44197	79	Europe/Madrid
6361600	Royuela	royuela			ES	52	TE	44198	247	Europe/Madrid
6361601	Rubiales	rubiales			ES	52	TE	44199	61	Europe/Madrid
6361602	Rubielos de la Cérida	rubielos-de-la-cerida			ES	52	TE	44200	43	Europe/Madrid
6361603	Rubielos de Mora	rubielos-de-mora			ES	52	TE	44201	755	Europe/Madrid
6361604	Salcedillo	salcedillo			ES	52	TE	44203	10	Europe/Madrid
6361605	Saldón	saldon			ES	52	TE	44204	28	Europe/Madrid
6361606	Samper de Calanda	samper-de-calanda			ES	52	TE	44205	884	Europe/Madrid
6361607	San Agustín	san-agustin	San-Agustin,Sant Agostin,Sant Agostín,sheng a gu si ting,Сан-Агустин,Сан-Агустін,圣阿古斯廷		ES	52	TE	44206	177	Europe/Madrid
6361608	San Martín del Río	san-martin-del-rio			ES	52	TE	44207	191	Europe/Madrid
6361609	Santa Cruz de Nogueras	santa-cruz-de-nogueras			ES	52	TE	44208	39	Europe/Madrid
6361610	Santa Eulalia	santa-eulalia			ES	52	TE	44209	1122	Europe/Madrid
6361611	Sarrión	sarrion			ES	52	TE	44210	1129	Europe/Madrid
6361612	Segura de los Baños	segura-de-los-banos			ES	52	TE	44211	40	Europe/Madrid
6361613	Seno	seno			ES	52	TE	44212	45	Europe/Madrid
6361614	Singra	singra			ES	52	TE	44213	84	Europe/Madrid
6361615	Terriente	terriente			ES	52	TE	44215	191	Europe/Madrid
6361616	Teruel	teruel	Terol		ES	52	TE	44216	35841	Europe/Madrid
6361617	Toril y Masegoso	toril-y-masegoso			ES	52	TE	44217	35	Europe/Madrid
6361618	Tormón	tormon			ES	52	TE	44218	34	Europe/Madrid
6361619	Tornos	tornos			ES	52	TE	44219	231	Europe/Madrid
6361620	Torralba de los Sisones	torralba-de-los-sisones			ES	52	TE	44220	181	Europe/Madrid
6361621	Torrecilla de Alcañiz	torrecilla-de-alcaniz			ES	52	TE	44221	447	Europe/Madrid
6361622	Torrecilla del Rebollar	torrecilla-del-rebollar			ES	52	TE	44222	142	Europe/Madrid
6361623	Torre de Arcas	torre-de-arcas			ES	52	TE	44223	88	Europe/Madrid
6361624	Torre de las Arcas	torre-de-las-arcas			ES	52	TE	44224	30	Europe/Madrid
6361625	Torre del Compte	torre-del-compte			ES	52	TE	44225	148	Europe/Madrid
6361626	Torrelacárcel	torrelacarcel			ES	52	TE	44226	200	Europe/Madrid
6361627	Torre los Negros	torre-los-negros			ES	52	TE	44227	98	Europe/Madrid
6361628	Torremocha de Jiloca	torremocha-de-jiloca			ES	52	TE	44228	128	Europe/Madrid
6361629	Torres de Albarracín	torres-de-albarracin			ES	52	TE	44229	167	Europe/Madrid
6361630	Torrevelilla	torrevelilla			ES	52	TE	44230	199	Europe/Madrid
6361631	Torrijas	torrijas			ES	52	TE	44231	57	Europe/Madrid
6361632	Torrijo del Campo	torrijo-del-campo			ES	52	TE	44232	506	Europe/Madrid
6361633	Tramacastiel	tramacastiel			ES	52	TE	44234	85	Europe/Madrid
6361634	Tramacastilla	tramacastilla			ES	52	TE	44235	125	Europe/Madrid
6361635	Tronchón	tronchon			ES	52	TE	44236	100	Europe/Madrid
6361636	Urrea de Gaén	urrea-de-gaen			ES	52	TE	44237	516	Europe/Madrid
6361637	Utrillas	utrillas			ES	52	TE	44238	3238	Europe/Madrid
6361638	Valacloche	valacloche			ES	52	TE	44239	28	Europe/Madrid
6361639	Valbona	valbona			ES	52	TE	44240	211	Europe/Madrid
6361640	Valdealgorfa	valdealgorfa			ES	52	TE	44241	651	Europe/Madrid
6361641	Valdecuenca	valdecuenca			ES	52	TE	44243	56	Europe/Madrid
6361642	Valdelinares	valdelinares			ES	52	TE	44244	106	Europe/Madrid
6361643	Valdeltormo	valdeltormo			ES	52	TE	44245	317	Europe/Madrid
6361644	Valderrobres	valderrobres			ES	52	TE	44246	2335	Europe/Madrid
6361645	Valjunquera	valjunquera			ES	52	TE	44247	386	Europe/Madrid
6361646	Vallecillo, El	vallecillo-el			ES	52	TE	44249	54	Europe/Madrid
6361647	Veguillas de la Sierra	veguillas-de-la-sierra			ES	52	TE	44250	20	Europe/Madrid
6361648	Villafranca del Campo	villafranca-del-campo			ES	52	TE	44251	323	Europe/Madrid
6361649	Villahermosa del Campo	villahermosa-del-campo			ES	52	TE	44252	99	Europe/Madrid
6361650	Villanueva del Rebollar de la Sierra	villanueva-del-rebollar-de-la-sierra			ES	52	TE	44256	47	Europe/Madrid
6361651	Villar del Cobo	villar-del-cobo			ES	52	TE	44257	202	Europe/Madrid
6361652	Villar del Salz	villar-del-salz			ES	52	TE	44258	79	Europe/Madrid
6361653	Villarluengo	villarluengo			ES	52	TE	44260	200	Europe/Madrid
6361654	Villarquemado	villarquemado			ES	52	TE	44261	904	Europe/Madrid
6361655	Villarroya de los Pinares	villarroya-de-los-pinares			ES	52	TE	44262	163	Europe/Madrid
6361656	Villastar	villastar			ES	52	TE	44263	480	Europe/Madrid
6361657	Villel	villel			ES	52	TE	44264	347	Europe/Madrid
6361658	Vinaceite	vinaceite			ES	52	TE	44265	308	Europe/Madrid
6361659	Visiedo	visiedo			ES	52	TE	44266	145	Europe/Madrid
6361660	Vivel del Río Martín	vivel-del-rio-martin			ES	52	TE	44267	86	Europe/Madrid
6361661	Zoma, La	zoma-la			ES	52	TE	44268	22	Europe/Madrid
6361662	Ajofrín	ajofrin			ES	54	TO	45001	2288	Europe/Madrid
6361663	Alameda de la Sagra	alameda-de-la-sagra			ES	54	TO	45002	3511	Europe/Madrid
6361664	Albarreal de Tajo	albarreal-de-tajo			ES	54	TO	45003	743	Europe/Madrid
6361665	Alcabón	alcabon			ES	54	TO	45004	756	Europe/Madrid
6361666	Alcañizo	alcanizo			ES	54	TO	45005	319	Europe/Madrid
6361667	Alcaudete de la Jara	alcaudete-de-la-jara			ES	54	TO	45006	2057	Europe/Madrid
6361668	Alcolea de Tajo	alcolea-de-tajo			ES	54	TO	45007	916	Europe/Madrid
6361669	Aldea en Cabo	aldea-en-cabo			ES	54	TO	45008	218	Europe/Madrid
6361670	Aldeanueva de Barbarroya	aldeanueva-de-barbarroya			ES	54	TO	45009	650	Europe/Madrid
6361671	Aldeanueva de San Bartolomé	aldeanueva-de-san-bartolome			ES	54	TO	45010	504	Europe/Madrid
6361672	Almendral de la Cañada	almendral-de-la-canada			ES	54	TO	45011	361	Europe/Madrid
6361673	Almonacid de Toledo	almonacid-de-toledo			ES	54	TO	45012	881	Europe/Madrid
6361674	Almorox	almorox			ES	54	TO	45013	2444	Europe/Madrid
6361675	Añover de Tajo	anover-de-tajo			ES	54	TO	45014	5413	Europe/Madrid
6361676	Arcicóllar	arcicollar			ES	54	TO	45015	822	Europe/Madrid
6361677	Argés	arges			ES	54	TO	45016	5712	Europe/Madrid
6361678	Azután	azutan			ES	54	TO	45017	295	Europe/Madrid
6361679	Barcience	barcience			ES	54	TO	45018	760	Europe/Madrid
6361680	Bargas	bargas			ES	54	TO	45019	9874	Europe/Madrid
6361681	Belvís de la Jara	belvis-de-la-jara			ES	54	TO	45020	1788	Europe/Madrid
6361682	Borox	borox			ES	54	TO	45021	3556	Europe/Madrid
6361683	Buenaventura	buenaventura			ES	54	TO	45022	490	Europe/Madrid
6361684	Burguillos de Toledo	burguillos-de-toledo			ES	54	TO	45023	2789	Europe/Madrid
6361685	Burujón	burujon			ES	54	TO	45024	1446	Europe/Madrid
6361686	Cabañas de la Sagra	cabanas-de-la-sagra			ES	54	TO	45025	1932	Europe/Madrid
6361687	Cabañas de Yepes	cabanas-de-yepes			ES	54	TO	45026	305	Europe/Madrid
6361688	Cabezamesada	cabezamesada			ES	54	TO	45027	490	Europe/Madrid
6361689	Calera y Chozas	calera-y-chozas			ES	54	TO	45028	4738	Europe/Madrid
6361690	Caleruela	caleruela			ES	54	TO	45029	261	Europe/Madrid
6361691	Calzada de Oropesa	calzada-de-oropesa	Kal'sada-de-Oropesa,La Calzada de Oropesa,La Kalsada de Oropesa,ka er sa da de ao luo pei sa,Кальсада-де-Оропеса,Լա Կալսադա դե Օրոպեսա,卡尔萨达德奥罗佩萨		ES	54	TO	45030	563	Europe/Madrid
6361692	Camarena	camarena			ES	54	TO	45031	3862	Europe/Madrid
6361693	Camarenilla	camarenilla			ES	54	TO	45032	605	Europe/Madrid
6361694	Campillo de la Jara, El	campillo-de-la-jara-el			ES	54	TO	45033	446	Europe/Madrid
6361695	Camuñas	camunas			ES	54	TO	45034	1886	Europe/Madrid
6361696	Cardiel de los Montes	cardiel-de-los-montes			ES	54	TO	45035	390	Europe/Madrid
6361697	Carmena	carmena			ES	54	TO	45036	839	Europe/Madrid
6361698	Carpio de Tajo, El	carpio-de-tajo-el			ES	54	TO	45037	2154	Europe/Madrid
6361699	Carranque	carranque			ES	54	TO	45038	4473	Europe/Madrid
6361700	Carriches	carriches			ES	54	TO	45039	301	Europe/Madrid
6361701	Casar de Escalona, El	casar-de-escalona-el			ES	54	TO	45040	2175	Europe/Madrid
6361702	Casarrubios del Monte	casarrubios-del-monte			ES	54	TO	45041	5600	Europe/Madrid
6361703	Casasbuenas	casasbuenas			ES	54	TO	45042	210	Europe/Madrid
6361704	Castillo de Bayuela	castillo-de-bayuela			ES	54	TO	45043	1024	Europe/Madrid
6361705	Cazalegas	cazalegas			ES	54	TO	45045	1852	Europe/Madrid
6361706	Cebolla	cebolla	Sebol'ja,Sebolya,kybwla,sai wo li ya,sbya,Себолья,Սեբոլյա,سبیا,كيبولا,塞沃利亚		ES	54	TO	45046	3862	Europe/Madrid
6361707	Cedillo del Condado	cedillo-del-condado			ES	54	TO	45047	3426	Europe/Madrid
6361708	Cerralbos, Los	cerralbos-los			ES	54	TO	45048	459	Europe/Madrid
6361709	Cervera de los Montes	cervera-de-los-montes			ES	54	TO	45049	470	Europe/Madrid
6361710	Ciruelos	ciruelos			ES	54	TO	45050	687	Europe/Madrid
6361711	Cobeja	cobeja			ES	54	TO	45051	2373	Europe/Madrid
6361712	Cobisa	cobisa			ES	54	TO	45052	4120	Europe/Madrid
6361713	Consuegra	consuegra			ES	54	TO	45053	10923	Europe/Madrid
6361714	Corral de Almaguer	corral-de-almaguer			ES	54	TO	45054	6235	Europe/Madrid
6361715	Cuerva	cuerva			ES	54	TO	45055	1564	Europe/Madrid
6361716	Chozas de Canales	chozas-de-canales			ES	54	TO	45056	4104	Europe/Madrid
6361717	Chueca	chueca			ES	54	TO	45057	270	Europe/Madrid
6361718	Domingo Pérez	domingo-perez	Domingo Peres,Domingo-Peres,dmyngw prs,duo ming ge pei lei si,dwmynghw byryz,Доминго-Перес,Домінго-Перес,Դոմինգո Պերես,دمینگو پرس,دومينغو بيريز,多明戈佩雷斯		ES	54	TO	45058	492	Europe/Madrid
6361719	Dosbarrios	dosbarrios			ES	54	TO	45059	2362	Europe/Madrid
6361720	Erustes	erustes			ES	54	TO	45060	245	Europe/Madrid
6361721	Escalona	escalona	Ehskalona,Escalona del Alberche,Eskalona,ai si ka luo na,askalna,askalwna,Ескалона,Эскалона,إسكالونا,اسکالنا,埃斯卡洛纳		ES	54	TO	45061	3454	Europe/Madrid
6361722	Escalonilla	escalonilla			ES	54	TO	45062	1546	Europe/Madrid
6361723	Espinoso del Rey	espinoso-del-rey			ES	54	TO	45063	577	Europe/Madrid
6361724	Esquivias	esquivias			ES	54	TO	45064	5507	Europe/Madrid
6361725	Estrella, La	estrella-la			ES	54	TO	45065	305	Europe/Madrid
6361726	Fuensalida	fuensalida			ES	54	TO	45066	11278	Europe/Madrid
6361727	Gálvez	galvez			ES	54	TO	45067	3355	Europe/Madrid
6361728	Garciotum	garciotum			ES	54	TO	45068	182	Europe/Madrid
6361729	Gerindote	gerindote			ES	54	TO	45069	2425	Europe/Madrid
6361730	Guadamur	guadamur			ES	54	TO	45070	1847	Europe/Madrid
6361731	Guardia, La	guardia-la			ES	54	TO	45071	2317	Europe/Madrid
6361732	Herencias, Las	herencias-las			ES	54	TO	45072	840	Europe/Madrid
6361733	Herreruela de Oropesa	herreruela-de-oropesa			ES	54	TO	45073	454	Europe/Madrid
6361734	Hinojosa de San Vicente	hinojosa-de-san-vicente			ES	54	TO	45074	446	Europe/Madrid
6361735	Hontanar	hontanar			ES	54	TO	45075	200	Europe/Madrid
6361736	Hormigos	hormigos			ES	54	TO	45076	834	Europe/Madrid
6361737	Huecas	huecas			ES	54	TO	45077	711	Europe/Madrid
6361738	Huerta de Valdecarábanos	huerta-de-valdecarabanos			ES	54	TO	45078	1900	Europe/Madrid
6361739	Iglesuela, La	iglesuela-la			ES	54	TO	45079	441	Europe/Madrid
6361740	Illán de Vacas	illan-de-vacas			ES	54	TO	45080	2	Europe/Madrid
6361741	Illescas	illescas			ES	54	TO	45081	24581	Europe/Madrid
6361742	Lagartera	lagartera			ES	54	TO	45082	1558	Europe/Madrid
6361743	Layos	layos			ES	54	TO	45083	589	Europe/Madrid
6361744	Lillo	lillo	Lil'jo,Lil'o,Lilyo,li e,lylw,lyyw  aspanya,Лильо,Лільйо,Լիլյո,ليلو,لییو، اسپانیا,利略		ES	54	TO	45084	3114	Europe/Madrid
6361745	Lominchar	lominchar			ES	54	TO	45085	2369	Europe/Madrid
6361746	Lucillos	lucillos			ES	54	TO	45086	656	Europe/Madrid
6361747	Madridejos	madridejos			ES	54	TO	45087	11206	Europe/Madrid
6361748	Magán	magan			ES	54	TO	45088	3087	Europe/Madrid
6361749	Malpica de Tajo	malpica-de-tajo			ES	54	TO	45089	2091	Europe/Madrid
6361750	Manzaneque	manzaneque			ES	54	TO	45090	446	Europe/Madrid
6361751	Maqueda	maqueda			ES	54	TO	45091	543	Europe/Madrid
6361752	Marjaliza	marjaliza			ES	54	TO	45092	316	Europe/Madrid
6361753	Marrupe	marrupe			ES	54	TO	45093	175	Europe/Madrid
6361754	Mascaraque	mascaraque			ES	54	TO	45094	523	Europe/Madrid
6361755	Mata, La	mata-la			ES	54	TO	45095	1019	Europe/Madrid
6361756	Mazarambroz	mazarambroz			ES	54	TO	45096	1315	Europe/Madrid
6361757	Mejorada	mejorada			ES	54	TO	45097	1320	Europe/Madrid
6361758	Menasalbas	menasalbas			ES	54	TO	45098	3117	Europe/Madrid
6361759	Méntrida	mentrida			ES	54	TO	45099	4987	Europe/Madrid
6361760	Mesegar de Tajo	mesegar-de-tajo			ES	54	TO	45100	237	Europe/Madrid
6361761	Miguel Esteban	miguel-esteban			ES	54	TO	45101	5417	Europe/Madrid
6361762	Mocejón	mocejon			ES	54	TO	45102	5003	Europe/Madrid
6361763	Mohedas de la Jara	mohedas-de-la-jara			ES	54	TO	45103	491	Europe/Madrid
6361764	Montearagón	montearagon			ES	54	TO	45104	555	Europe/Madrid
6361765	Montesclaros	montesclaros			ES	54	TO	45105	455	Europe/Madrid
6361766	Mora	mora	Mora,mo la,mra  aspanya,Мора,Մորա,مرا، اسپانیا,莫拉		ES	54	TO	45106	10466	Europe/Madrid
6361767	Nambroca	nambroca			ES	54	TO	45107	4298	Europe/Madrid
6361768	Nava de Ricomalillo, La	nava-de-ricomalillo-la			ES	54	TO	45108	635	Europe/Madrid
6361769	Navahermosa	navahermosa	Navaehrmosa,Navaermosa,na wa ai er mo sa,Наваермоса,Наваэрмоса,Նավաերմոսա,纳瓦埃尔莫萨		ES	54	TO	45109	4143	Europe/Madrid
6361770	Navalcán	navalcan			ES	54	TO	45110	2358	Europe/Madrid
6361771	Navalmoralejo	navalmoralejo			ES	54	TO	45111	73	Europe/Madrid
6361772	Navalmorales, Los	navalmorales-los			ES	54	TO	45112	2872	Europe/Madrid
6361773	Navalucillos, Los	navalucillos-los			ES	54	TO	45113	2574	Europe/Madrid
6361774	Navamorcuende	navamorcuende			ES	54	TO	45114	683	Europe/Madrid
6361775	Noblejas	noblejas			ES	54	TO	45115	3670	Europe/Madrid
6361776	Noez	noez			ES	54	TO	45116	980	Europe/Madrid
6361777	Nombela	nombela			ES	54	TO	45117	1021	Europe/Madrid
6361778	Novés	noves			ES	54	TO	45118	2950	Europe/Madrid
6361779	Numancia de la Sagra	numancia-de-la-sagra	Azana,Azaña,Numancia de la Sagra		ES	54	TO	45119	4951	Europe/Madrid
6361780	Nuño Gómez	nuno-gomez			ES	54	TO	45120	172	Europe/Madrid
6361781	Ocaña	ocana	Okan'ja,Okania,ao ka ni ya,awkanya,xo kaya,Оканья,Օկանիա,أوكانيا,โอกาญา,奥卡尼亚		ES	54	TO	45121	11147	Europe/Madrid
6361782	Olías del Rey	olias-del-rey			ES	54	TO	45122	7010	Europe/Madrid
6361783	Ontígola	ontigola			ES	54	TO	45123	4042	Europe/Madrid
6361784	Orgaz	orgaz			ES	54	TO	45124	2804	Europe/Madrid
6361785	Oropesa	oropesa	Oropesa,ao luo pei sa,arpsa,awrwbysa,Оропеса,Օրոպեսա,أوروبيسا,ارپسا,奥罗佩萨		ES	54	TO	45125	2902	Europe/Madrid
6361786	Otero	otero	Otero,ao te luo,awtyrw,Отеро,Օտերո,أوتيرو,奥特罗		ES	54	TO	45126	381	Europe/Madrid
6361787	Palomeque	palomeque			ES	54	TO	45127	928	Europe/Madrid
6361788	Pantoja	pantoja			ES	54	TO	45128	3360	Europe/Madrid
6361789	Paredes de Escalona	paredes-de-escalona			ES	54	TO	45129	159	Europe/Madrid
6361790	Parrillas	parrillas			ES	54	TO	45130	411	Europe/Madrid
6361791	Pelahustán	pelahustan			ES	54	TO	45131	380	Europe/Madrid
6361792	Pepino	pepino	Pepino,pei pi nuo,ppynw,Пепино,Пепіно,Պեպինո,پپینو,佩皮诺		ES	54	TO	45132	2643	Europe/Madrid
6361793	Polán	polan			ES	54	TO	45133	4034	Europe/Madrid
6361794	Portillo de Toledo	portillo-de-toledo			ES	54	TO	45134	2263	Europe/Madrid
6361795	Puebla de Almoradiel, La	puebla-de-almoradiel-la			ES	54	TO	45135	5888	Europe/Madrid
6361796	Puebla de Montalbán, La	puebla-de-montalban-la			ES	54	TO	45136	8392	Europe/Madrid
6361797	Pueblanueva, La	pueblanueva-la			ES	54	TO	45137	2394	Europe/Madrid
6361798	Puente del Arzobispo, El	puente-del-arzobispo-el			ES	54	TO	45138	1407	Europe/Madrid
6361799	Puerto de San Vicente	puerto-de-san-vicente			ES	54	TO	45139	245	Europe/Madrid
6361800	Pulgar	pulgar			ES	54	TO	45140	1696	Europe/Madrid
6361801	Quero	quero			ES	54	TO	45141	1311	Europe/Madrid
6361802	Quintanar de la Orden	quintanar-de-la-orden			ES	54	TO	45142	13047	Europe/Madrid
6361803	Quismondo	quismondo			ES	54	TO	45143	1728	Europe/Madrid
6361804	Real de San Vicente, El	real-de-san-vicente-el			ES	54	TO	45144	1097	Europe/Madrid
6361805	Recas	recas			ES	54	TO	45145	4160	Europe/Madrid
6361806	Retamoso de la Jara	retamoso-de-la-jara			ES	54	TO	45146	122	Europe/Madrid
6361807	Rielves	rielves			ES	54	TO	45147	809	Europe/Madrid
6361808	Robledo del Mazo	robledo-del-mazo			ES	54	TO	45148	364	Europe/Madrid
6361809	Romeral, El	romeral-el			ES	54	TO	45149	725	Europe/Madrid
6361810	San Bartolomé de las Abiertas	san-bartolome-de-las-abiertas			ES	54	TO	45150	562	Europe/Madrid
6361811	San Martín de Montalbán	san-martin-de-montalban			ES	54	TO	45151	850	Europe/Madrid
6361812	San Martín de Pusa	san-martin-de-pusa			ES	54	TO	45152	847	Europe/Madrid
6361813	San Pablo de los Montes	san-pablo-de-los-montes			ES	54	TO	45153	2160	Europe/Madrid
6361814	San Román de los Montes	san-roman-de-los-montes			ES	54	TO	45154	1855	Europe/Madrid
6361815	Santa Ana de Pusa	santa-ana-de-pusa			ES	54	TO	45155	512	Europe/Madrid
6361816	Santa Cruz de la Zarza	santa-cruz-de-la-zarza			ES	54	TO	45156	4891	Europe/Madrid
6361817	Santa Cruz del Retamar	santa-cruz-del-retamar			ES	54	TO	45157	3095	Europe/Madrid
6361818	Santa Olalla	santa-olalla	Santa Olalya,Santa-Olal'ja,sheng ao la li ya,Санта-Олалья,Սանտա Օլալյա,圣奥拉利亚		ES	54	TO	45158	3465	Europe/Madrid
6361819	Sartajada	sartajada			ES	54	TO	45159	107	Europe/Madrid
6361820	Segurilla	segurilla			ES	54	TO	45160	1321	Europe/Madrid
6361821	Seseña	sesena			ES	54	TO	45161	19109	Europe/Madrid
6361822	Sevilleja de la Jara	sevilleja-de-la-jara			ES	54	TO	45162	826	Europe/Madrid
6361823	Sonseca	sonseca			ES	54	TO	45163	11630	Europe/Madrid
6361824	Sotillo de las Palomas	sotillo-de-las-palomas			ES	54	TO	45164	207	Europe/Madrid
6361825	Talavera de la Reina	talavera-de-la-reina	Caesarobriga,Talavera de la Reina,Talavera de la Rejna,Talavera de la reina,Talavera-de-la-Rejna,ta la be ra de la rey na,ta la wei la de la lei na,talabra d la ryna,talavera di la rina,tlbyrt,Талавера де ла Реина,Талавера де ла Рейна,Талавера-де-ла-Рейна,Տալավերա դե լա Ռեինա,تالابرا د لا رینا,طلبيرة,टालावेरा दी ला रीना,ตาลาเบราเดลาเรย์นา,ታላቬራ ዴ ላ ሬና,タラベラ・デ・ラ・レイナ,塔拉韦拉德拉雷纳		ES	54	TO	45165	88755	Europe/Madrid
6361826	Tembleque	tembleque			ES	54	TO	45166	2327	Europe/Madrid
6361827	Toboso, El	toboso-el			ES	54	TO	45167	2140	Europe/Madrid
6361828	Toledo	toledo			ES	54	TO	45168	84019	Europe/Madrid
6361829	Torralba de Oropesa	torralba-de-oropesa			ES	54	TO	45169	271	Europe/Madrid
6361830	Torrecilla de la Jara	torrecilla-de-la-jara			ES	54	TO	45170	293	Europe/Madrid
6361831	Torre de Esteban Hambrán, La	torre-de-esteban-hambran-la			ES	54	TO	45171	1820	Europe/Madrid
6361832	Torrico	torrico			ES	54	TO	45172	861	Europe/Madrid
6361833	Torrijos	torrijos	Torixos,Torrikhos,trykhs,tuo li huo si,twrykhws,Торрихос,Торріхос,Տոռիխոս,تریخس,توريخوس,托里霍斯		ES	54	TO	45173	13448	Europe/Madrid
6361834	Totanés	totanes			ES	54	TO	45174	422	Europe/Madrid
6361835	Turleque	turleque			ES	54	TO	45175	875	Europe/Madrid
6361836	Ugena	ugena			ES	54	TO	45176	5260	Europe/Madrid
6361837	Urda	urda			ES	54	TO	45177	3056	Europe/Madrid
6361838	Valdeverdeja	valdeverdeja			ES	54	TO	45179	719	Europe/Madrid
6361839	Valmojado	valmojado			ES	54	TO	45180	4216	Europe/Madrid
6361840	Velada	velada			ES	54	TO	45181	2860	Europe/Madrid
6361841	Ventas con Peña Aguilera, Las	ventas-con-pena-aguilera-las			ES	54	TO	45182	1301	Europe/Madrid
6361842	Ventas de Retamosa, Las	ventas-de-retamosa-las			ES	54	TO	45183	3377	Europe/Madrid
6361843	Ventas de San Julián, Las	ventas-de-san-julian-las			ES	54	TO	45184	214	Europe/Madrid
6361844	Villacañas	villacanas			ES	54	TO	45185	10515	Europe/Madrid
6361845	Villa de Don Fadrique, La	villa-de-don-fadrique-la			ES	54	TO	45186	4102	Europe/Madrid
6361846	Villafranca de los Caballeros	villafranca-de-los-caballeros			ES	54	TO	45187	5373	Europe/Madrid
6361847	Villaluenga de la Sagra	villaluenga-de-la-sagra			ES	54	TO	45188	4083	Europe/Madrid
6361848	Villamiel de Toledo	villamiel-de-toledo			ES	54	TO	45189	941	Europe/Madrid
6361849	Villaminaya	villaminaya			ES	54	TO	45190	589	Europe/Madrid
6361850	Villamuelas	villamuelas			ES	54	TO	45191	729	Europe/Madrid
6361851	Villanueva de Alcardete	villanueva-de-alcardete			ES	54	TO	45192	3761	Europe/Madrid
6361852	Villanueva de Bogas	villanueva-de-bogas			ES	54	TO	45193	816	Europe/Madrid
6361853	Villarejo de Montalbán	villarejo-de-montalban			ES	54	TO	45194	71	Europe/Madrid
6361854	Villarrubia de Santiago	villarrubia-de-santiago			ES	54	TO	45195	2799	Europe/Madrid
6361855	Villaseca de la Sagra	villaseca-de-la-sagra			ES	54	TO	45196	1890	Europe/Madrid
6361856	Villasequilla	villasequilla			ES	54	TO	45197	2662	Europe/Madrid
6361857	Villatobas	villatobas			ES	54	TO	45198	2701	Europe/Madrid
6361858	Viso de San Juan, El	viso-de-san-juan-el			ES	54	TO	45199	3930	Europe/Madrid
6361859	Yébenes, Los	yebenes-los			ES	54	TO	45200	6367	Europe/Madrid
6361860	Yeles	yeles			ES	54	TO	45201	5069	Europe/Madrid
6361861	Yepes	yepes			ES	54	TO	45202	5150	Europe/Madrid
6361862	Yuncler	yuncler			ES	54	TO	45203	3724	Europe/Madrid
6361863	Yunclillos	yunclillos			ES	54	TO	45204	856	Europe/Madrid
6361864	Yuncos	yuncos			ES	54	TO	45205	10587	Europe/Madrid
6361865	Santo Domingo-Caudilla	santo-domingo-caudilla	Santo Domingo-Caudilla		ES	54	TO	45901	1065	Europe/Madrid
6361866	Ademuz	ademuz			ES	60	V	46001	1258	Europe/Madrid
6361867	Ador	ador			ES	60	V	46002	1440	Europe/Madrid
6361868	Atzeneta d'Albaida	atzeneta-d-albaida			ES	60	V	46003	1229	Europe/Madrid
6361869	Agullent	agullent			ES	60	V	46004	2465	Europe/Madrid
6361870	Alaquàs	alaquas			ES	60	V	46005	30202	Europe/Madrid
6361941	Bugarra	bugarra			ES	60	V	46076	831	Europe/Madrid
6361871	Albaida	albaida	Al'bajda,Albajda,a er wa yi da,Албайда,Альбайда,阿尔瓦伊达		ES	60	V	46006	6162	Europe/Madrid
6361872	Albal	albal			ES	60	V	46007	15721	Europe/Madrid
6361873	Albalat de la Ribera	albalat-de-la-ribera			ES	60	V	46008	3545	Europe/Madrid
6361874	Albalat dels Sorells	albalat-dels-sorells			ES	60	V	46009	3911	Europe/Madrid
6361875	Albalat dels Tarongers	albalat-dels-tarongers			ES	60	V	46010	1149	Europe/Madrid
6361876	Alberic	alberic			ES	60	V	46011	11288	Europe/Madrid
6361877	Alborache	alborache			ES	60	V	46012	1268	Europe/Madrid
6361878	Alboraya	alboraya			ES	60	V	46013	23228	Europe/Madrid
6361879	Albuixech	albuixech	Al'bushek,Albuixec,Albujshek,a er wei ke sai qi,albwyksch,Албуйшек,Альбушек,آلبویکسچ,阿尔维克塞奇		ES	60	V	46014	3958	Europe/Madrid
6361880	Alcàsser	alcasser	alqsr,القصر		ES	60	V	46015	9544	Europe/Madrid
6361881	Alcàntera de Xúquer	alcantera-de-xuquer			ES	60	V	46016	1361	Europe/Madrid
6361882	Alzira	alzira			ES	60	V	46017	44941	Europe/Madrid
6361883	Alcublas	alcublas			ES	60	V	46018	767	Europe/Madrid
6361884	Alcúdia, l'	alcudia-l			ES	60	V	46019	11437	Europe/Madrid
6361885	Alcúdia de Crespins, l'	alcudia-de-crespins-l			ES	60	V	46020	5304	Europe/Madrid
6361886	Aldaia	aldaia	Al'daja,Aldaja,Aldaya,a er dai a,aldaya,Алдая,Альдая,آلدایا,阿尔代阿		ES	60	V	46021	30874	Europe/Madrid
6361887	Alfafar	alfafar			ES	60	V	46022	20852	Europe/Madrid
6361888	Alfauir	alfauir			ES	60	V	46023	427	Europe/Madrid
6361889	Alfara de la Baronia	alfara-de-la-baronia			ES	60	V	46024	570	Europe/Madrid
6361890	Alfara del Patriarca	alfara-del-patriarca			ES	60	V	46025	3182	Europe/Madrid
6361891	Alfarp	alfarp			ES	60	V	46026	1579	Europe/Madrid
6361892	Alfarrasí	alfarrasi			ES	60	V	46027	1303	Europe/Madrid
6361893	Algar de Palancia	algar-de-palancia			ES	60	V	46028	555	Europe/Madrid
6361894	Algemesí	algemesi			ES	60	V	46029	28358	Europe/Madrid
6361895	Algimia de Alfara	algimia-de-alfara			ES	60	V	46030	1048	Europe/Madrid
6361896	Alginet	alginet			ES	60	V	46031	13379	Europe/Madrid
6361897	Almàssera	almassera	Al'masera,Almacera,Almasera,Almácera,a er ma sai la,almassra,Алмасера,Альмасера,آلماسسرا,阿尔马塞拉		ES	60	V	46032	7295	Europe/Madrid
6361898	Almiserà	almisera			ES	60	V	46033	314	Europe/Madrid
6361899	Almoines	almoines			ES	60	V	46034	2398	Europe/Madrid
6361900	Almussafes	almussafes			ES	60	V	46035	8523	Europe/Madrid
6361901	Alpuente	alpuente			ES	60	V	46036	754	Europe/Madrid
6361902	Alqueria de la Comtessa, l'	alqueria-de-la-comtessa-l			ES	60	V	46037	1508	Europe/Madrid
6361903	Andilla	andilla			ES	60	V	46038	405	Europe/Madrid
6361904	Anna	anna	Anna,an na,Анна,Աննա,安纳		ES	60	V	46039	2737	Europe/Madrid
6361905	Antella	antella			ES	60	V	46040	1409	Europe/Madrid
6361906	Aras de los Olmos	aras-de-los-olmos			ES	60	V	46041	420	Europe/Madrid
6361907	Aielo de Malferit	aielo-de-malferit			ES	60	V	46042	4743	Europe/Madrid
6361908	Aielo de Rugat	aielo-de-rugat	Ayelo de Rugat		ES	60	V	46043	190	Europe/Madrid
6361909	Ayora	ayora			ES	60	V	46044	5441	Europe/Madrid
6361910	Barxeta	barxeta			ES	60	V	46045	1637	Europe/Madrid
6361911	Barx	barx			ES	60	V	46046	1335	Europe/Madrid
6361912	Bèlgida	belgida			ES	60	V	46047	721	Europe/Madrid
6361913	Bellreguard	bellreguard	Bel'reguard,Bel'reguart,Bellreguart,bei li lei gua er de,byrgward,Бельрегуард,Бельрегуарт,بیرگوارد,贝利雷瓜尔德		ES	60	V	46048	4697	Europe/Madrid
6361914	Bellús	bellus			ES	60	V	46049	359	Europe/Madrid
6361915	Benagéber	benageber			ES	60	V	46050	217	Europe/Madrid
6361916	Benaguasil	benaguasil			ES	60	V	46051	11298	Europe/Madrid
6361917	Benavites	benavites			ES	60	V	46052	634	Europe/Madrid
6361918	Beneixida	beneixida			ES	60	V	46053	705	Europe/Madrid
6361919	Benetússer	benetusser	Benetuser,Benetúser,bei nei tu sai er,bntwssr,Бенетусер,Բենետուսեր,بنتوسسر,贝内图塞尔		ES	60	V	46054	14999	Europe/Madrid
6361920	Beniarjó	beniarjo			ES	60	V	46055	1836	Europe/Madrid
6361921	Beniatjar	beniatjar			ES	60	V	46056	231	Europe/Madrid
6361922	Benicolet	benicolet			ES	60	V	46057	679	Europe/Madrid
6361923	Benifairó de les Valls	benifairo-de-les-valls			ES	60	V	46058	2236	Europe/Madrid
6361924	Benifairó de la Valldigna	benifairo-de-la-valldigna			ES	60	V	46059	1646	Europe/Madrid
6361925	Benifaió	benifaio			ES	60	V	46060	11965	Europe/Madrid
6361926	Beniflá	benifla			ES	60	V	46061	465	Europe/Madrid
6361927	Benigànim	beniganim	Beniganim,Benigánim,bei ni jia ni mu,bnyganym,Бениганим,Беніганім,بنیگانیم,贝尼加尼姆		ES	60	V	46062	6411	Europe/Madrid
6361928	Benimodo	benimodo			ES	60	V	46063	2301	Europe/Madrid
6361929	Benimuslem	benimuslem			ES	60	V	46064	677	Europe/Madrid
6361930	Beniparrell	beniparrell			ES	60	V	46065	1980	Europe/Madrid
6361931	Benirredrà	benirredra			ES	60	V	46066	1650	Europe/Madrid
6361932	Benisanó	benisano			ES	60	V	46067	2305	Europe/Madrid
6361933	Benissoda	benissoda	Benisoda		ES	60	V	46068	414	Europe/Madrid
6361934	Benisuera	benisuera			ES	60	V	46069	196	Europe/Madrid
6361935	Bétera	betera			ES	60	V	46070	21868	Europe/Madrid
6361936	Bicorp	bicorp			ES	60	V	46071	556	Europe/Madrid
6361937	Bocairent	bocairent	Bocairente,Bokajrent,Bokajrente,bkayrnt,bo kai lun te,Бокайрент,Бокайренте,بکایرنت,博凯伦特		ES	60	V	46072	4456	Europe/Madrid
6361938	Bolbaite	bolbaite			ES	60	V	46073	1489	Europe/Madrid
6361939	Bonrepòs i Mirambell	bonrepos-i-mirambell	Bonrepos y Mirambell,Bonrepos-i-Mirambel',Bonrepós y Mirambell,bang lei bo xi mi lan wei li,bnrps ay myramby,Бонрепос-и-Мирамбель,Бонрепос-і-Мірамбель,بنرپس ای میرامبی,邦雷波西米兰韦利		ES	60	V	46074	3454	Europe/Madrid
6361940	Bufali	bufali			ES	60	V	46075	184	Europe/Madrid
6361942	Buñol	bunol			ES	60	V	46077	9927	Europe/Madrid
6361943	Burjassot	burjassot			ES	60	V	46078	38175	Europe/Madrid
6361944	Calles	calles			ES	60	V	46079	464	Europe/Madrid
6361945	Camporrobles	camporrobles			ES	60	V	46080	1402	Europe/Madrid
6361946	Canals	canals	Kanal's,Kanals,ka na er si,Каналс,Канальс,卡纳尔斯		ES	60	V	46081	14024	Europe/Madrid
6361947	Canet d'En Berenguer	canet-d-en-berenguer			ES	60	V	46082	6014	Europe/Madrid
6361948	Carcaixent	carcaixent	Carcagente,Karkajshent,Karkakhente,ka er kai ke sen te,karkayksnt,Каркайшент,Каркахенте,کارکایکسنت,卡尔凯克森特		ES	60	V	46083	20779	Europe/Madrid
6361949	Càrcer	carcer			ES	60	V	46084	2051	Europe/Madrid
6361950	Carlet	carlet			ES	60	V	46085	15296	Europe/Madrid
6361951	Carrícola	carricola			ES	60	V	46086	98	Europe/Madrid
6361952	Casas Altas	casas-altas			ES	60	V	46087	158	Europe/Madrid
6361953	Casas Bajas	casas-bajas			ES	60	V	46088	221	Europe/Madrid
6361954	Casinos	casinos	Kasinos,Kazinos,ka xi nuo si,Казінос,Касинос,卡西诺斯		ES	60	V	46089	2864	Europe/Madrid
6361955	Castelló de Rugat	castello-de-rugat			ES	60	V	46090	2326	Europe/Madrid
6361956	Castellonet de la Conquesta	castellonet-de-la-conquesta			ES	60	V	46091	169	Europe/Madrid
6361957	Castielfabib	castielfabib			ES	60	V	46092	301	Europe/Madrid
6361958	Catadau	catadau			ES	60	V	46093	2766	Europe/Madrid
6361959	Catarroja	catarroja			ES	60	V	46094	27697	Europe/Madrid
6361960	Caudete de las Fuentes	caudete-de-las-fuentes			ES	60	V	46095	747	Europe/Madrid
6361961	Cerdà	cerda			ES	60	V	46096	407	Europe/Madrid
6361962	Cofrentes	cofrentes			ES	60	V	46097	1026	Europe/Madrid
6361963	Corbera	corbera			ES	60	V	46098	3304	Europe/Madrid
6361964	Cortes de Pallás	cortes-de-pallas			ES	60	V	46099	1000	Europe/Madrid
6361965	Cotes	cotes			ES	60	V	46100	388	Europe/Madrid
6361966	Quart de les Valls	quart-de-les-valls			ES	60	V	46101	1076	Europe/Madrid
6361967	Quart de Poblet	quart-de-poblet	Cuart de Poblet,Kuart-de-Poblet,kua er te de bo fu lai te,Куарт-де-Поблет,夸尔特德波夫莱特		ES	60	V	46102	25292	Europe/Madrid
6361968	Quartell	quartell			ES	60	V	46103	1523	Europe/Madrid
6361969	Quatretonda	quatretonda			ES	60	V	46104	2468	Europe/Madrid
6361970	Cullera	cullera			ES	60	V	46105	22736	Europe/Madrid
6361971	Chelva	chelva			ES	60	V	46106	1627	Europe/Madrid
6361972	Chella	chella			ES	60	V	46107	2776	Europe/Madrid
6361973	Chera	chera			ES	60	V	46108	582	Europe/Madrid
6361974	Cheste	cheste			ES	60	V	46109	8615	Europe/Madrid
6361975	Xirivella	xirivella	Chilviella,Chirivel'ja,Chirivella,ke xi li wei li ya,Чиривелья,Чирівелья,克西里韦利亚		ES	60	V	46110	30213	Europe/Madrid
6361976	Chiva	chiva			ES	60	V	46111	15185	Europe/Madrid
6361977	Chulilla	chulilla			ES	60	V	46112	718	Europe/Madrid
6361978	Daimús	daimus			ES	60	V	46113	3130	Europe/Madrid
6361979	Domeño	domeno	Domenyo		ES	60	V	46114	723	Europe/Madrid
6361980	Dos Aguas	dos-aguas			ES	60	V	46115	496	Europe/Madrid
6361981	Eliana, l'	eliana-l			ES	60	V	46116	17292	Europe/Madrid
6361982	Emperador	emperador			ES	60	V	46117	633	Europe/Madrid
6361983	Enguera	enguera			ES	60	V	46118	5903	Europe/Madrid
6361984	Ènova, l'	enova-l			ES	60	V	46119	974	Europe/Madrid
6361985	Estivella	estivella			ES	60	V	46120	1384	Europe/Madrid
6361986	Estubeny	estubeny			ES	60	V	46121	125	Europe/Madrid
6361987	Faura	faura			ES	60	V	46122	3602	Europe/Madrid
6361988	Favara	favara			ES	60	V	46123	2456	Europe/Madrid
6361989	Fontanars dels Alforins	fontanars-dels-alforins	Fontanares,Fontanars-dels-Alforins,feng ta na er si de er sa er fu lin si,Фонтанарес,Фонтанарс-делс-Алфорінс,丰塔纳尔斯德尔萨尔福林斯		ES	60	V	46124	1020	Europe/Madrid
6361990	Fortaleny	fortaleny			ES	60	V	46125	1035	Europe/Madrid
6361991	Foios	foios	Fojos,Foyos,fu yi ao si,Фойос,福伊奥斯		ES	60	V	46126	7034	Europe/Madrid
6361992	Font d'En Carròs, la	font-d-en-carros-la			ES	60	V	46127	4083	Europe/Madrid
6361993	Font de la Figuera, la	font-de-la-figuera-la			ES	60	V	46128	2223	Europe/Madrid
6361994	Fuenterrobles	fuenterrobles			ES	60	V	46129	719	Europe/Madrid
6361995	Gavarda	gavarda			ES	60	V	46130	1123	Europe/Madrid
6361996	Gandia	gandia	Gandia,Gandie,Gandija,Gandio,Gandía,gan di ya,gandia,gndyh,kan di xa,Гандия,Гандија,Гандія,גנדיה,กันดีอา,ガンディア,甘迪亚		ES	60	V	46131	79010	Europe/Madrid
6361997	Genovés	genoves			ES	60	V	46132	2865	Europe/Madrid
6361998	Gestalgar	gestalgar			ES	60	V	46133	737	Europe/Madrid
6361999	Gilet	gilet			ES	60	V	46134	3328	Europe/Madrid
6362000	Godella	godella			ES	60	V	46135	13217	Europe/Madrid
6362001	Godelleta	godelleta			ES	60	V	46136	3371	Europe/Madrid
6362002	Granja de la Costera, la	granja-de-la-costera-la			ES	60	V	46137	387	Europe/Madrid
6362003	Guadasséquies	guadassequies	Guadasequies		ES	60	V	46138	447	Europe/Madrid
6362004	Guadassuar	guadassuar			ES	60	V	46139	6115	Europe/Madrid
6362005	Guardamar de la Safor	guardamar-de-la-safor			ES	60	V	46140	497	Europe/Madrid
6362006	Higueruelas	higueruelas			ES	60	V	46141	509	Europe/Madrid
6362007	Jalance	jalance			ES	60	V	46142	975	Europe/Madrid
6362008	Xeraco	xeraco			ES	60	V	46143	6230	Europe/Madrid
6362009	Jarafuel	jarafuel			ES	60	V	46144	824	Europe/Madrid
6362010	Xàtiva	xativa	Exativa,Khativa,Sativa,Sativo,Shativa,Xativa,Xátiva,ha di wa,shatbt,shatywa,Ŝativo,Σάτιβα,Хатива,Шатіва,Խատիվա,شاتیوا,شاطبة,شاطبہ,哈蒂瓦		ES	60	V	46145	29196	Europe/Madrid
6362011	Xeresa	xeresa			ES	60	V	46146	2294	Europe/Madrid
6362012	Llíria	lliria	L'irija,Liria,Lirija,li li ya,Лирия,Льїрія,利里亚		ES	60	V	46147	23542	Europe/Madrid
6362013	Loriguilla	loriguilla			ES	60	V	46148	1827	Europe/Madrid
6362014	Losa del Obispo	losa-del-obispo			ES	60	V	46149	574	Europe/Madrid
6362015	Llutxent	llutxent			ES	60	V	46150	2508	Europe/Madrid
6362016	Llocnou d'En Fenollet	llocnou-d-en-fenollet	Lugar Nuevo de Fenollet		ES	60	V	46151	920	Europe/Madrid
6362017	Llocnou de la Corona	llocnou-de-la-corona	Lugar Nuevo de la Corona		ES	60	V	46152	165	Europe/Madrid
6362018	Llocnou de Sant Jeroni	llocnou-de-sant-jeroni			ES	60	V	46153	583	Europe/Madrid
6362019	Llanera de Ranes	llanera-de-ranes			ES	60	V	46154	1143	Europe/Madrid
6362020	Llaurí	llauri			ES	60	V	46155	1333	Europe/Madrid
6362021	Llombai	llombai			ES	60	V	46156	2817	Europe/Madrid
6362022	Llosa de Ranes, la	llosa-de-ranes-la			ES	60	V	46157	4066	Europe/Madrid
6362023	Macastre	macastre			ES	60	V	46158	1308	Europe/Madrid
6362024	Manises	manises			ES	60	V	46159	31066	Europe/Madrid
6362025	Manuel	manuel			ES	60	V	46160	2546	Europe/Madrid
6362026	Marines	marines			ES	60	V	46161	1850	Europe/Madrid
6362027	Massalavés	massalaves	Masalaves,Masalavés		ES	60	V	46162	1640	Europe/Madrid
6362028	Massalfassar	massalfassar	Masal'fasar,Masalfasar,ma sa er fa sa er,Масалфасар,Масальфасар,马萨尔法萨尔		ES	60	V	46163	2388	Europe/Madrid
6362029	Massamagrell	massamagrell	Masamagrel',Masamagrell,ma sa ma ge lei li,Масамагрель,马萨马格雷利		ES	60	V	46164	15550	Europe/Madrid
6362030	Massanassa	massanassa	Masanasa,ma sa na sa,Масанаса,马萨纳萨		ES	60	V	46165	8809	Europe/Madrid
6362031	Meliana	meliana	Mel'jana,Meliana,mei li ya na,Мельяна,Меліана,梅利亚纳		ES	60	V	46166	10666	Europe/Madrid
6362032	Millares	millares			ES	60	V	46167	451	Europe/Madrid
6362033	Miramar	miramar			ES	60	V	46168	2558	Europe/Madrid
6362034	Mislata	mislata			ES	60	V	46169	43800	Europe/Madrid
6362035	Mogente/Moixent	mogente-moixent			ES	60	V	46170	4737	Europe/Madrid
6362036	Moncada	moncada	Monkada,Montcada,meng ka da,Монкада,蒙卡达		ES	60	V	46171	21953	Europe/Madrid
6362037	Montserrat	montserrat	Monserrat		ES	60	V	46172	7133	Europe/Madrid
6362038	Montaverner	montaverner	Montaberner,Montaverner,meng ta wei er nei er,Монтавернер,蒙塔韦尔内尔		ES	60	V	46173	1815	Europe/Madrid
6362039	Montesa	montesa			ES	60	V	46174	1353	Europe/Madrid
6362040	Montitxelvo/Montichelvo	montitxelvo-montichelvo			ES	60	V	46175	676	Europe/Madrid
6362041	Montroy	montroy			ES	60	V	46176	2902	Europe/Madrid
6362042	Museros	museros			ES	60	V	46177	6262	Europe/Madrid
6362043	Náquera	naquera			ES	60	V	46178	6009	Europe/Madrid
6362044	Navarrés	navarres			ES	60	V	46179	3354	Europe/Madrid
6362045	Novelé/Novetlè	novele-novetle			ES	60	V	46180	874	Europe/Madrid
6362046	Oliva	oliva	Oliva,Olivo,ao li wa,Олива,Оліва,奥利瓦		ES	60	V	46181	28207	Europe/Madrid
6362047	Olocau	olocau			ES	60	V	46182	1647	Europe/Madrid
6362048	Olleria, l'	olleria-l			ES	60	V	46183	8630	Europe/Madrid
6362049	Ontinyent	ontinyent	Onten'ente,Onteniente,Ontenyent,Ontin'ent,weng di nie en te,Онтеньенте,Онтіньєнт,翁蒂涅恩特		ES	60	V	46184	37140	Europe/Madrid
6362050	Otos	otos			ES	60	V	46185	470	Europe/Madrid
6362051	Paiporta	paiporta			ES	60	V	46186	24506	Europe/Madrid
6362052	Palma de Gandía	palma-de-gandia			ES	60	V	46187	1819	Europe/Madrid
6362053	Palmera	palmera			ES	60	V	46188	1022	Europe/Madrid
6362054	Palomar, el	palomar-el			ES	60	V	46189	595	Europe/Madrid
6362055	Paterna	paterna			ES	60	V	46190	67356	Europe/Madrid
6362056	Pedralba	pedralba	Pedral'ba,pei de la er wa,Педральба,佩德拉尔瓦		ES	60	V	46191	2970	Europe/Madrid
6362057	Petrés	petres			ES	60	V	46192	1019	Europe/Madrid
6362058	Picanya	picanya			ES	60	V	46193	11319	Europe/Madrid
6362059	Picassent	picassent			ES	60	V	46194	20265	Europe/Madrid
6362060	Piles	piles			ES	60	V	46195	2877	Europe/Madrid
6362061	Pinet	pinet			ES	60	V	46196	178	Europe/Madrid
6362062	Polinyà de Xúquer	polinya-de-xuquer			ES	60	V	46197	2540	Europe/Madrid
6362063	Potríes	potries			ES	60	V	46198	1001	Europe/Madrid
6362064	la Pobla de Farnals	la-pobla-de-farnals	la Pobla de Farnals		ES	60	V	46199	7677	Europe/Madrid
6362065	Pobla del Duc, la	pobla-del-duc-la			ES	60	V	46200	2547	Europe/Madrid
6362066	Puebla de San Miguel	puebla-de-san-miguel			ES	60	V	46201	77	Europe/Madrid
6362067	Pobla de Vallbona, la	pobla-de-vallbona-la			ES	60	V	46202	22197	Europe/Madrid
6362068	Pobla Llarga, la	pobla-llarga-la			ES	60	V	46203	4618	Europe/Madrid
6362069	Puig de Santa Maria, el	puig-de-santa-maria-el			ES	60	V	46204	9030	Europe/Madrid
6362070	Puçol	pucol	Pozuel,Pusol,Pusol',Puzol,pu si suo er,Пусол,Пусоль,普斯索尔		ES	60	V	46205	19421	Europe/Madrid
6362071	Quesa	quesa			ES	60	V	46206	735	Europe/Madrid
6362072	Rafelbunyol/Rafelbuñol	rafelbunyol-rafelbunol	Rafelbunol,Rafelbunyol,Rafelbuñol		ES	60	V	46207	8670	Europe/Madrid
6362073	Rafelcofer	rafelcofer			ES	60	V	46208	1472	Europe/Madrid
6362074	Rafelguaraf	rafelguaraf			ES	60	V	46209	2527	Europe/Madrid
6362075	Ráfol de Salem	rafol-de-salem			ES	60	V	46210	426	Europe/Madrid
6362076	Real de Gandía	real-de-gandia			ES	60	V	46211	2257	Europe/Madrid
6362077	Real	real	Real,Real de Montroi,Real de Montroy		ES	60	V	46212	2330	Europe/Madrid
6362078	Requena	requena			ES	60	V	46213	21554	Europe/Madrid
6362079	Riba-roja de Túria	riba-roja-de-turia			ES	60	V	46214	21349	Europe/Madrid
6362080	Riola	riola			ES	60	V	46215	1876	Europe/Madrid
6362081	Rocafort	rocafort			ES	60	V	46216	6846	Europe/Madrid
6362082	Rotglà i Corberà	rotgla-i-corbera			ES	60	V	46217	1194	Europe/Madrid
6362083	Rótova	rotova			ES	60	V	46218	1303	Europe/Madrid
6362084	Rugat	rugat			ES	60	V	46219	193	Europe/Madrid
6362085	Sagunto/Sagunt	sagunto-sagunt			ES	60	V	46220	65238	Europe/Madrid
6362086	Salem	salem			ES	60	V	46221	464	Europe/Madrid
6362087	Sant Joanet	sant-joanet	San Juan de Enova,San Juan de Énova		ES	60	V	46222	479	Europe/Madrid
6362088	Sedaví	sedavi			ES	60	V	46223	10186	Europe/Madrid
6362089	Segart	segart			ES	60	V	46224	188	Europe/Madrid
6362090	Sellent	sellent			ES	60	V	46225	415	Europe/Madrid
6362091	Sempere	sempere			ES	60	V	46226	46	Europe/Madrid
6362092	Senyera	senyera			ES	60	V	46227	1193	Europe/Madrid
6362093	Serra	serra			ES	60	V	46228	3356	Europe/Madrid
6362094	Siete Aguas	siete-aguas			ES	60	V	46229	1476	Europe/Madrid
6362095	Silla	silla	Sil'ja,xi li ya,Силья,Сілья,西利亚		ES	60	V	46230	19058	Europe/Madrid
6362096	Simat de la Valldigna	simat-de-la-valldigna			ES	60	V	46231	3705	Europe/Madrid
6362097	Sinarcas	sinarcas			ES	60	V	46232	1174	Europe/Madrid
6362098	Sollana	sollana			ES	60	V	46233	5017	Europe/Madrid
6362099	Sot de Chera	sot-de-chera			ES	60	V	46234	405	Europe/Madrid
6362100	Sueca	sueca			ES	60	V	46235	29091	Europe/Madrid
6362101	Sumacàrcer	sumacarcer			ES	60	V	46236	1259	Europe/Madrid
6362102	Tavernes Blanques	tavernes-blanques			ES	60	V	46237	9335	Europe/Madrid
6362103	Tavernes de la Valldigna	tavernes-de-la-valldigna			ES	60	V	46238	18138	Europe/Madrid
6362104	Teresa de Cofrentes	teresa-de-cofrentes			ES	60	V	46239	654	Europe/Madrid
6362105	Terrateig	terrateig			ES	60	V	46240	316	Europe/Madrid
6362106	Titaguas	titaguas			ES	60	V	46241	508	Europe/Madrid
6362107	Torrebaja	torrebaja			ES	60	V	46242	463	Europe/Madrid
6362108	Torrella	torrella			ES	60	V	46243	158	Europe/Madrid
6362109	Torrent	torrent	Torent,Torente,Torrent,Torrente,tolenteu,torento,Торент,Торрент,Торренте,Տոռենտե,トレント,토렌트		ES	60	V	46244	81402	Europe/Madrid
6362110	Torres Torres	torres-torres			ES	60	V	46245	614	Europe/Madrid
6362111	Tous	tous			ES	60	V	46246	1301	Europe/Madrid
6362112	Tuéjar	tuejar			ES	60	V	46247	1206	Europe/Madrid
6362113	Turís	turis			ES	60	V	46248	6637	Europe/Madrid
6362114	Utiel	utiel			ES	60	V	46249	12429	Europe/Madrid
6362115	Valencia	valencia	Valence,Valencia		ES	60	V	46250	797028	Europe/Madrid
6362116	Vallada	vallada			ES	60	V	46251	3309	Europe/Madrid
6362117	Vallanca	vallanca			ES	60	V	46252	160	Europe/Madrid
6362118	Venta del Moro	venta-del-moro			ES	60	V	46254	1443	Europe/Madrid
6362119	Villalonga	villalonga			ES	60	V	46255	4449	Europe/Madrid
6362120	Vilamarxant	vilamarxant			ES	60	V	46256	9491	Europe/Madrid
6362121	Villanueva de Castellón	villanueva-de-castellon			ES	60	V	46257	7482	Europe/Madrid
6362122	Villar del Arzobispo	villar-del-arzobispo			ES	60	V	46258	3777	Europe/Madrid
6362123	Villargordo del Cabriel	villargordo-del-cabriel			ES	60	V	46259	651	Europe/Madrid
6362124	Vinalesa	vinalesa			ES	60	V	46260	3205	Europe/Madrid
6362125	Yátova	yatova			ES	60	V	46261	2136	Europe/Madrid
6362126	La Yesa	la-yesa			ES	60	V	46262	256	Europe/Madrid
6362127	Zarra	zarra			ES	60	V	46263	548	Europe/Madrid
6362128	Gátova	gatova			ES	60	V	46902	429	Europe/Madrid
6362129	Adalia	adalia			ES	55	VA	47001	57	Europe/Madrid
6362130	Aguasal	aguasal			ES	55	VA	47002	29	Europe/Madrid
6362131	Aguilar de Campos	aguilar-de-campos			ES	55	VA	47003	314	Europe/Madrid
6362132	Alaejos	alaejos			ES	55	VA	47004	1494	Europe/Madrid
6362133	Alcazarén	alcazaren			ES	55	VA	47005	733	Europe/Madrid
6362134	Aldea de San Miguel	aldea-de-san-miguel			ES	55	VA	47006	235	Europe/Madrid
6362135	Aldeamayor de San Martín	aldeamayor-de-san-martin			ES	55	VA	47007	4560	Europe/Madrid
6362136	Almenara de Adaja	almenara-de-adaja			ES	55	VA	47008	29	Europe/Madrid
6362137	Amusquillo	amusquillo			ES	55	VA	47009	119	Europe/Madrid
6362138	Arroyo de la Encomienda	arroyo-de-la-encomienda			ES	55	VA	47010	15680	Europe/Madrid
6362139	Ataquines	ataquines			ES	55	VA	47011	657	Europe/Madrid
6362140	Bahabón	bahabon			ES	55	VA	47012	160	Europe/Madrid
6362141	Barcial de la Loma	barcial-de-la-loma			ES	55	VA	47013	124	Europe/Madrid
6362142	Barruelo del Valle	barruelo-del-valle			ES	55	VA	47014	54	Europe/Madrid
6362143	Becilla de Valderaduey	becilla-de-valderaduey			ES	55	VA	47015	304	Europe/Madrid
6362144	Benafarces	benafarces			ES	55	VA	47016	96	Europe/Madrid
6362145	Bercero	bercero			ES	55	VA	47017	216	Europe/Madrid
6362146	Berceruelo	berceruelo			ES	55	VA	47018	40	Europe/Madrid
6362147	Berrueces	berrueces			ES	55	VA	47019	111	Europe/Madrid
6362148	Bobadilla del Campo	bobadilla-del-campo			ES	55	VA	47020	314	Europe/Madrid
6362149	Bocigas	bocigas			ES	55	VA	47021	93	Europe/Madrid
6362150	Bocos de Duero	bocos-de-duero			ES	55	VA	47022	63	Europe/Madrid
6362151	Boecillo	boecillo			ES	55	VA	47023	3928	Europe/Madrid
6362152	Bolaños de Campos	bolanos-de-campos			ES	55	VA	47024	357	Europe/Madrid
6362153	Brahojos de Medina	brahojos-de-medina			ES	55	VA	47025	138	Europe/Madrid
6362154	Bustillo de Chaves	bustillo-de-chaves			ES	55	VA	47026	79	Europe/Madrid
6362155	Cabezón de Pisuerga	cabezon-de-pisuerga			ES	55	VA	47027	3576	Europe/Madrid
6362156	Cabezón de Valderaduey	cabezon-de-valderaduey			ES	55	VA	47028	37	Europe/Madrid
6362157	Cabreros del Monte	cabreros-del-monte			ES	55	VA	47029	71	Europe/Madrid
6362158	Campaspero	campaspero	Kampaspero,kan pa si pei luo,Кампасперо,坎帕斯佩罗		ES	55	VA	47030	1311	Europe/Madrid
6362159	Campillo, El	campillo-el			ES	55	VA	47031	230	Europe/Madrid
6362160	Camporredondo	camporredondo			ES	55	VA	47032	168	Europe/Madrid
6362161	Canalejas de Peñafiel	canalejas-de-penafiel			ES	55	VA	47033	296	Europe/Madrid
6362162	Canillas de Esgueva	canillas-de-esgueva			ES	55	VA	47034	91	Europe/Madrid
6362163	Carpio	carpio			ES	55	VA	47035	1097	Europe/Madrid
6362164	Casasola de Arión	casasola-de-arion			ES	55	VA	47036	304	Europe/Madrid
6362165	Castrejón de Trabancos	castrejon-de-trabancos			ES	55	VA	47037	216	Europe/Madrid
6362166	Castrillo de Duero	castrillo-de-duero			ES	55	VA	47038	144	Europe/Madrid
6362167	Castrillo-Tejeriego	castrillo-tejeriego			ES	55	VA	47039	197	Europe/Madrid
6362168	Castrobol	castrobol			ES	55	VA	47040	70	Europe/Madrid
6362169	Castrodeza	castrodeza			ES	55	VA	47041	170	Europe/Madrid
6362170	Castromembibre	castromembibre			ES	55	VA	47042	73	Europe/Madrid
6362171	Castromonte	castromonte			ES	55	VA	47043	358	Europe/Madrid
6362172	Castronuevo de Esgueva	castronuevo-de-esgueva			ES	55	VA	47044	378	Europe/Madrid
6362173	Castronuño	castronuno			ES	55	VA	47045	954	Europe/Madrid
6362174	Castroponce	castroponce			ES	55	VA	47046	166	Europe/Madrid
6362175	Castroverde de Cerrato	castroverde-de-cerrato			ES	55	VA	47047	245	Europe/Madrid
6362176	Ceinos de Campos	ceinos-de-campos			ES	55	VA	47048	261	Europe/Madrid
6362177	Cervillego de la Cruz	cervillego-de-la-cruz			ES	55	VA	47049	100	Europe/Madrid
6362178	Cigales	cigales			ES	55	VA	47050	4871	Europe/Madrid
6362179	Ciguñuela	cigunuela			ES	55	VA	47051	403	Europe/Madrid
6362180	Cistérniga	cisterniga			ES	55	VA	47052	8449	Europe/Madrid
6362181	Cogeces de Íscar	cogeces-de-iscar			ES	55	VA	47053	159	Europe/Madrid
6362182	Cogeces del Monte	cogeces-del-monte			ES	55	VA	47054	813	Europe/Madrid
6362183	Corcos	corcos			ES	55	VA	47055	225	Europe/Madrid
6362184	Corrales de Duero	corrales-de-duero			ES	55	VA	47056	100	Europe/Madrid
6362185	Cubillas de Santa Marta	cubillas-de-santa-marta			ES	55	VA	47057	274	Europe/Madrid
6362186	Cuenca de Campos	cuenca-de-campos			ES	55	VA	47058	227	Europe/Madrid
6362187	Curiel de Duero	curiel-de-duero			ES	55	VA	47059	130	Europe/Madrid
6362188	Encinas de Esgueva	encinas-de-esgueva			ES	55	VA	47060	290	Europe/Madrid
6362189	Esguevillas de Esgueva	esguevillas-de-esgueva			ES	55	VA	47061	288	Europe/Madrid
6362190	Fombellida	fombellida			ES	55	VA	47062	196	Europe/Madrid
6362191	Fompedraza	fompedraza			ES	55	VA	47063	124	Europe/Madrid
6362192	Fontihoyuelo	fontihoyuelo			ES	55	VA	47064	34	Europe/Madrid
6362193	Fresno el Viejo	fresno-el-viejo			ES	55	VA	47065	990	Europe/Madrid
6362194	Fuensaldaña	fuensaldana			ES	55	VA	47066	1435	Europe/Madrid
6362195	Fuente el Sol	fuente-el-sol			ES	55	VA	47067	207	Europe/Madrid
6362196	Fuente-Olmedo	fuente-olmedo			ES	55	VA	47068	44	Europe/Madrid
6362197	Gallegos de Hornija	gallegos-de-hornija			ES	55	VA	47069	147	Europe/Madrid
6362198	Gatón de Campos	gaton-de-campos			ES	55	VA	47070	38	Europe/Madrid
6362199	Geria	geria			ES	55	VA	47071	508	Europe/Madrid
6362200	Herrín de Campos	herrin-de-campos			ES	55	VA	47073	155	Europe/Madrid
6362201	Hornillos de Eresma	hornillos-de-eresma			ES	55	VA	47074	184	Europe/Madrid
6362202	Íscar	iscar			ES	55	VA	47075	6844	Europe/Madrid
6362203	Laguna de Duero	laguna-de-duero			ES	55	VA	47076	22455	Europe/Madrid
6362204	Langayo	langayo			ES	55	VA	47077	310	Europe/Madrid
6362205	Lomoviejo	lomoviejo			ES	55	VA	47078	197	Europe/Madrid
6362206	Llano de Olmedo	llano-de-olmedo			ES	55	VA	47079	74	Europe/Madrid
6362207	Manzanillo	manzanillo			ES	55	VA	47080	66	Europe/Madrid
6362208	Marzales	marzales			ES	55	VA	47081	56	Europe/Madrid
6362209	Matapozuelos	matapozuelos			ES	55	VA	47082	1038	Europe/Madrid
6362210	Matilla de los Caños	matilla-de-los-canos			ES	55	VA	47083	95	Europe/Madrid
6362211	Mayorga	mayorga			ES	55	VA	47084	1914	Europe/Madrid
6362212	Medina del Campo	medina-del-campo			ES	55	VA	47085	21594	Europe/Madrid
6362213	Medina de Rioseco	medina-de-rioseco			ES	55	VA	47086	4967	Europe/Madrid
6362214	Megeces	megeces			ES	55	VA	47087	455	Europe/Madrid
6362215	Melgar de Abajo	melgar-de-abajo			ES	55	VA	47088	133	Europe/Madrid
6362216	Melgar de Arriba	melgar-de-arriba			ES	55	VA	47089	195	Europe/Madrid
6362217	Mojados	mojados			ES	55	VA	47090	3295	Europe/Madrid
6362218	Monasterio de Vega	monasterio-de-vega			ES	55	VA	47091	103	Europe/Madrid
6362219	Montealegre de Campos	montealegre-de-campos			ES	55	VA	47092	126	Europe/Madrid
6362220	Montemayor de Pililla	montemayor-de-pililla			ES	55	VA	47093	977	Europe/Madrid
6362221	Moral de la Reina	moral-de-la-reina			ES	55	VA	47094	208	Europe/Madrid
6362222	Moraleja de las Panaderas	moraleja-de-las-panaderas			ES	55	VA	47095	42	Europe/Madrid
6362223	Morales de Campos	morales-de-campos			ES	55	VA	47096	166	Europe/Madrid
6362224	Mota del Marqués	mota-del-marques			ES	55	VA	47097	393	Europe/Madrid
6362225	Mucientes	mucientes			ES	55	VA	47098	731	Europe/Madrid
6362226	Mudarra, La	mudarra-la			ES	55	VA	47099	179	Europe/Madrid
6362227	Muriel	muriel			ES	55	VA	47100	169	Europe/Madrid
6362228	Nava del Rey	nava-del-rey			ES	55	VA	47101	2103	Europe/Madrid
6362229	Nueva Villa de las Torres	nueva-villa-de-las-torres			ES	55	VA	47102	321	Europe/Madrid
6362230	Olivares de Duero	olivares-de-duero			ES	55	VA	47103	325	Europe/Madrid
6362231	Olmedo	olmedo	Ol'medo,Olmedo,almdw,ao er mei duo,awlmydw vayadwlydh,Ольмедо,Օլմեդո,المدو,اولميدو ڤايادوليذ,奥尔梅多		ES	55	VA	47104	3868	Europe/Madrid
6362232	Olmos de Esgueva	olmos-de-esgueva			ES	55	VA	47105	234	Europe/Madrid
6362233	Olmos de Peñafiel	olmos-de-penafiel			ES	55	VA	47106	69	Europe/Madrid
6362234	Palazuelo de Vedija	palazuelo-de-vedija			ES	55	VA	47109	210	Europe/Madrid
6362235	Parrilla, La	parrilla-la			ES	55	VA	47110	523	Europe/Madrid
6362236	Pedraja de Portillo, La	pedraja-de-portillo-la			ES	55	VA	47111	1169	Europe/Madrid
6362237	Pedrajas de San Esteban	pedrajas-de-san-esteban			ES	55	VA	47112	3628	Europe/Madrid
6362238	Pedrosa del Rey	pedrosa-del-rey			ES	55	VA	47113	191	Europe/Madrid
6362371	Zeberio	zeberio			ES	59	BI	48025	1075	Europe/Madrid
6362435	Zaratamo	zaratamo			ES	59	BI	48097	1663	Europe/Madrid
6362239	Peñafiel	penafiel	Pen'jaf'el',Pen'jafel',Peniafiel,pei ni ya fei ye er,penyafieru,pnyafyl,Пеньяфьель,Пеньяфєль,Պենիաֆիել,پنیافیل,ペニャフィエル,佩尼亚菲耶尔		ES	55	VA	47114	5628	Europe/Madrid
6362240	Peñaflor de Hornija	penaflor-de-hornija			ES	55	VA	47115	343	Europe/Madrid
6362241	Pesquera de Duero	pesquera-de-duero			ES	55	VA	47116	515	Europe/Madrid
6362242	Piña de Esgueva	pina-de-esgueva			ES	55	VA	47117	351	Europe/Madrid
6362243	Piñel de Abajo	pinel-de-abajo			ES	55	VA	47118	198	Europe/Madrid
6362244	Piñel de Arriba	pinel-de-arriba			ES	55	VA	47119	119	Europe/Madrid
6362245	Pollos	pollos			ES	55	VA	47121	649	Europe/Madrid
6362246	Portillo	portillo	Portil'jo,Portil'o,Portilyo,prtyyw,Портильо,Портільйо,Պորտիլյո,پرتییو		ES	55	VA	47122	2534	Europe/Madrid
6362247	Pozal de Gallinas	pozal-de-gallinas			ES	55	VA	47123	550	Europe/Madrid
6362248	Pozaldez	pozaldez			ES	55	VA	47124	574	Europe/Madrid
6362249	Pozuelo de la Orden	pozuelo-de-la-orden			ES	55	VA	47125	60	Europe/Madrid
6362250	Puras	puras			ES	55	VA	47126	52	Europe/Madrid
6362251	Quintanilla de Arriba	quintanilla-de-arriba			ES	55	VA	47127	174	Europe/Madrid
6362252	Quintanilla del Molar	quintanilla-del-molar			ES	55	VA	47128	69	Europe/Madrid
6362253	Quintanilla de Onésimo	quintanilla-de-onesimo			ES	55	VA	47129	1137	Europe/Madrid
6362254	Quintanilla de Trigueros	quintanilla-de-trigueros			ES	55	VA	47130	113	Europe/Madrid
6362255	Rábano	rabano			ES	55	VA	47131	202	Europe/Madrid
6362256	Ramiro	ramiro			ES	55	VA	47132	46	Europe/Madrid
6362257	Renedo de Esgueva	renedo-de-esgueva			ES	55	VA	47133	3259	Europe/Madrid
6362258	Roales de Campos	roales-de-campos			ES	55	VA	47134	198	Europe/Madrid
6362259	Robladillo	robladillo			ES	55	VA	47135	98	Europe/Madrid
6362260	Roturas	roturas			ES	55	VA	47137	32	Europe/Madrid
6362261	Rubí de Bracamonte	rubi-de-bracamonte			ES	55	VA	47138	279	Europe/Madrid
6362262	Rueda	rueda			ES	55	VA	47139	1416	Europe/Madrid
6362263	Saelices de Mayorga	saelices-de-mayorga			ES	55	VA	47140	134	Europe/Madrid
6362264	Salvador de Zapardiel	salvador-de-zapardiel			ES	55	VA	47141	151	Europe/Madrid
6362265	San Cebrián de Mazote	san-cebrian-de-mazote			ES	55	VA	47142	183	Europe/Madrid
6362266	San Llorente	san-llorente			ES	55	VA	47143	152	Europe/Madrid
6362267	San Martín de Valvení	san-martin-de-valveni			ES	55	VA	47144	98	Europe/Madrid
6362268	San Miguel del Arroyo	san-miguel-del-arroyo			ES	55	VA	47145	745	Europe/Madrid
6362269	San Miguel del Pino	san-miguel-del-pino			ES	55	VA	47146	293	Europe/Madrid
6362270	San Pablo de la Moraleja	san-pablo-de-la-moraleja			ES	55	VA	47147	136	Europe/Madrid
6362271	San Pedro de Latarce	san-pedro-de-latarce			ES	55	VA	47148	555	Europe/Madrid
6362272	San Pelayo	san-pelayo			ES	55	VA	47149	46	Europe/Madrid
6362273	San Román de Hornija	san-roman-de-hornija			ES	55	VA	47150	391	Europe/Madrid
6362274	Santa Eufemia del Arroyo	santa-eufemia-del-arroyo			ES	55	VA	47152	95	Europe/Madrid
6362275	Santervás de Campos	santervas-de-campos			ES	55	VA	47153	136	Europe/Madrid
6362276	Santibáñez de Valcorba	santibanez-de-valcorba			ES	55	VA	47154	178	Europe/Madrid
6362277	Santovenia de Pisuerga	santovenia-de-pisuerga			ES	55	VA	47155	4005	Europe/Madrid
6362278	San Vicente del Palacio	san-vicente-del-palacio			ES	55	VA	47156	193	Europe/Madrid
6362279	Sardón de Duero	sardon-de-duero			ES	55	VA	47157	671	Europe/Madrid
6362280	Seca, La	seca-la			ES	55	VA	47158	1099	Europe/Madrid
6362281	Serrada	serrada			ES	55	VA	47159	1221	Europe/Madrid
6362282	Siete Iglesias de Trabancos	siete-iglesias-de-trabancos			ES	55	VA	47160	547	Europe/Madrid
6362283	Simancas	simancas			ES	55	VA	47161	5360	Europe/Madrid
6362284	Tamariz de Campos	tamariz-de-campos			ES	55	VA	47162	75	Europe/Madrid
6362285	Tiedra	tiedra			ES	55	VA	47163	328	Europe/Madrid
6362286	Tordehumos	tordehumos			ES	55	VA	47164	468	Europe/Madrid
6362287	Tordesillas	tordesillas			ES	55	VA	47165	9186	Europe/Madrid
6362288	Torrecilla de la Abadesa	torrecilla-de-la-abadesa			ES	55	VA	47166	313	Europe/Madrid
6362289	Torrecilla de la Orden	torrecilla-de-la-orden			ES	55	VA	47167	289	Europe/Madrid
6362290	Torrecilla de la Torre	torrecilla-de-la-torre			ES	55	VA	47168	36	Europe/Madrid
6362291	Torre de Esgueva	torre-de-esgueva			ES	55	VA	47169	77	Europe/Madrid
6362292	Torre de Peñafiel	torre-de-penafiel			ES	55	VA	47170	46	Europe/Madrid
6362293	Torrelobatón	torrelobaton			ES	55	VA	47171	497	Europe/Madrid
6362294	Torrescárcela	torrescarcela			ES	55	VA	47172	173	Europe/Madrid
6362295	Traspinedo	traspinedo			ES	55	VA	47173	1079	Europe/Madrid
6362296	Trigueros del Valle	trigueros-del-valle			ES	55	VA	47174	333	Europe/Madrid
6362297	Tudela de Duero	tudela-de-duero			ES	55	VA	47175	8836	Europe/Madrid
6362298	Unión de Campos, La	union-de-campos-la			ES	55	VA	47176	255	Europe/Madrid
6362299	Urones de Castroponce	urones-de-castroponce			ES	55	VA	47177	116	Europe/Madrid
6362300	Urueña	uruena			ES	55	VA	47178	203	Europe/Madrid
6362301	Valbuena de Duero	valbuena-de-duero			ES	55	VA	47179	490	Europe/Madrid
6362302	Valdearcos de la Vega	valdearcos-de-la-vega			ES	55	VA	47180	116	Europe/Madrid
6362303	Valdenebro de los Valles	valdenebro-de-los-valles			ES	55	VA	47181	217	Europe/Madrid
6362304	Valdestillas	valdestillas			ES	55	VA	47182	1780	Europe/Madrid
6362305	Valdunquillo	valdunquillo			ES	55	VA	47183	170	Europe/Madrid
6362306	Valoria la Buena	valoria-la-buena			ES	55	VA	47184	698	Europe/Madrid
6362307	Valverde de Campos	valverde-de-campos			ES	55	VA	47185	115	Europe/Madrid
6362372	Durango	durango	Durango,Durangum,do~urango,du lan ge,dwranghw,Дуранго,دورانغو,ドゥランゴ,杜兰戈		ES	59	BI	48027	28618	Europe/Madrid
6362373	Ea	ea			ES	59	BI	48028	886	Europe/Madrid
6362374	Etxebarri	etxebarri	Anteiglesia de San Esteban,Echevarri,Echévarri		ES	59	BI	48029	10337	Europe/Madrid
6362308	Valladolid	valladolid	Gorad Val'jadalid,Lungsod ng Valladolid,Vagiadolid,Val'jadolid,Valadoli,Valadolid,Valadolido,Valdoletum,Valhadolid,Valjadolid,Valjadolida,Valjadolidas,Valladolid,Valladolis,Valladolit,Valladolíd,Valladolís,Vayadolid,Vaładołì,ba li ya duo li de,ba ya do lid,baryadoriddo,bayadollideu,fayadwlydh,valiadolidi,vayadolida,waladwlyd,Βαγιαδολίδ,Вальядолид,Вальядолід,Валядолид,Ваљадолид,Горад Вальядалід,ואיאדוליד,فايادوليذ,والادولید,والاڈولڈ,वायादोलिद,บายาโดลิด,ვალიადოლიდი,バリャドリッド,巴利亚多利德,바야돌리드		ES	55	VA	47186	311501	Europe/Madrid
6362309	Vega de Ruiponce	vega-de-ruiponce			ES	55	VA	47187	120	Europe/Madrid
6362310	Vega de Valdetronco	vega-de-valdetronco			ES	55	VA	47188	130	Europe/Madrid
6362311	Velascálvaro	velascalvaro			ES	55	VA	47189	182	Europe/Madrid
6362312	Velilla	velilla			ES	55	VA	47190	122	Europe/Madrid
6362313	Velliza	velliza			ES	55	VA	47191	114	Europe/Madrid
6362314	Ventosa de la Cuesta	ventosa-de-la-cuesta			ES	55	VA	47192	126	Europe/Madrid
6362315	Viana de Cega	viana-de-cega			ES	55	VA	47193	1987	Europe/Madrid
6362316	Viloria	viloria			ES	55	VA	47194	368	Europe/Madrid
6362317	Villabáñez	villabanez			ES	55	VA	47195	537	Europe/Madrid
6362318	Villabaruz de Campos	villabaruz-de-campos			ES	55	VA	47196	42	Europe/Madrid
6362319	Villabrágima	villabragima			ES	55	VA	47197	1091	Europe/Madrid
6362320	Villacarralón	villacarralon			ES	55	VA	47198	82	Europe/Madrid
6362321	Villacid de Campos	villacid-de-campos			ES	55	VA	47199	91	Europe/Madrid
6362322	Villaco	villaco			ES	55	VA	47200	103	Europe/Madrid
6362323	Villafrades de Campos	villafrades-de-campos			ES	55	VA	47203	91	Europe/Madrid
6362324	Villafranca de Duero	villafranca-de-duero			ES	55	VA	47204	311	Europe/Madrid
6362325	Villafrechós	villafrechos			ES	55	VA	47205	546	Europe/Madrid
6362326	Villafuerte	villafuerte			ES	55	VA	47206	117	Europe/Madrid
6362327	Villagarcía de Campos	villagarcia-de-campos			ES	55	VA	47207	371	Europe/Madrid
6362328	Villagómez la Nueva	villagomez-la-nueva			ES	55	VA	47208	67	Europe/Madrid
6362329	Villalán de Campos	villalan-de-campos			ES	55	VA	47209	44	Europe/Madrid
6362330	Villalar de los Comuneros	villalar-de-los-comuneros			ES	55	VA	47210	468	Europe/Madrid
6362331	Villalba de la Loma	villalba-de-la-loma			ES	55	VA	47211	60	Europe/Madrid
6362332	Villalba de los Alcores	villalba-de-los-alcores			ES	55	VA	47212	461	Europe/Madrid
6362333	Villalbarba	villalbarba			ES	55	VA	47213	133	Europe/Madrid
6362334	Villalón de Campos	villalon-de-campos			ES	55	VA	47214	1858	Europe/Madrid
6362335	Villamuriel de Campos	villamuriel-de-campos			ES	55	VA	47215	64	Europe/Madrid
6362336	Villán de Tordesillas	villan-de-tordesillas			ES	55	VA	47216	137	Europe/Madrid
6362337	Villanubla	villanubla			ES	55	VA	47217	2367	Europe/Madrid
6362338	Villanueva de Duero	villanueva-de-duero			ES	55	VA	47218	1200	Europe/Madrid
6362339	Villanueva de la Condesa	villanueva-de-la-condesa			ES	55	VA	47219	64	Europe/Madrid
6362340	Villanueva de los Caballeros	villanueva-de-los-caballeros			ES	55	VA	47220	214	Europe/Madrid
6362341	Villanueva de los Infantes	villanueva-de-los-infantes			ES	55	VA	47221	118	Europe/Madrid
6362342	Villanueva de San Mancio	villanueva-de-san-mancio			ES	55	VA	47222	109	Europe/Madrid
6362343	Villardefrades	villardefrades			ES	55	VA	47223	189	Europe/Madrid
6362344	Villarmentero de Esgueva	villarmentero-de-esgueva			ES	55	VA	47224	109	Europe/Madrid
6362345	Villasexmir	villasexmir			ES	55	VA	47225	89	Europe/Madrid
6362346	Villavaquerín	villavaquerin			ES	55	VA	47226	201	Europe/Madrid
6362347	Villavellid	villavellid			ES	55	VA	47227	63	Europe/Madrid
6362348	Villaverde de Medina	villaverde-de-medina			ES	55	VA	47228	535	Europe/Madrid
6362349	Villavicencio de los Caballeros	villavicencio-de-los-caballeros			ES	55	VA	47229	248	Europe/Madrid
6362350	Wamba	wamba			ES	55	VA	47230	355	Europe/Madrid
6362351	Zaratán	zaratan			ES	55	VA	47231	5843	Europe/Madrid
6362352	Zarza, La	zarza-la			ES	55	VA	47232	124	Europe/Madrid
6362353	Abadiño	abadino	Abad'jano,Abadiano,Abadin'jo,a wa di ya nuo,abadaynw,Абадьяно,Абадіньйо,أباداينو,阿瓦迪亚诺		ES	59	BI	48001	7385	Europe/Madrid
6362354	Amorebieta-Etxano	amorebieta-etxano			ES	59	BI	48003	18513	Europe/Madrid
6362355	Amoroto	amoroto			ES	59	BI	48004	405	Europe/Madrid
6362356	Arakaldo	arakaldo			ES	59	BI	48005	126	Europe/Madrid
6362357	Arantzazu	arantzazu			ES	59	BI	48006	360	Europe/Madrid
6362358	Munitibar-Arbatzegi Gerrikaitz-	munitibar-arbatzegi-gerrikaitz			ES	59	BI	48007	438	Europe/Madrid
6362359	Artzentales	artzentales	Arcentales		ES	59	BI	48008	760	Europe/Madrid
6362360	Arrieta	arrieta			ES	59	BI	48010	551	Europe/Madrid
6362361	Arrigorriaga	arrigorriaga			ES	59	BI	48011	12525	Europe/Madrid
6362362	Bakio	bakio	Bakio,Baquio,ba ji ao,bakayw,bakio,Бакио,Бакіо,Բակիո,באקיו,باكايو,バキオ,巴基奥		ES	59	BI	48012	2604	Europe/Madrid
6362363	Barrika	barrika			ES	59	BI	48014	1510	Europe/Madrid
6362364	Berango	berango			ES	59	BI	48016	6883	Europe/Madrid
6362365	Bermeo	bermeo	Bermeo,Bermeu,Bermeum,Bermio,bei er mei ao,berumeo,byrmyw,Бермео,بيرميو,ベルメオ,贝尔梅奥		ES	59	BI	48017	17144	Europe/Madrid
6362366	Berriatua	berriatua			ES	59	BI	48018	1254	Europe/Madrid
6362367	Berriz	berriz	Berris,Berriz,Bérriz,bei li si,byrayz,Беррис,Берріс,بيرايز,贝里斯		ES	59	BI	48019	4855	Europe/Madrid
6362368	Bilbao	bilbao	Bil'bao,Bilbao,Bilbau,Bilbaum,Bilbaw,Bilbo,Bilbo / Bilbao,Bilmpao,Gorad Bil'baa,bi er ba e,bil ba xo,bilba'o,bilbao,birubao,blbaw,bylbayw,Μπιλμπάο,Билбао,Бильбао,Більбао,Горад Більбаа,Բիլբաո,בילבאו,بلباو,بیلبائو,बिल्बाओ,บิลบาโอ,ბილბაო,ビルバオ,毕尔巴鄂,빌바오		ES	59	BI	48020	351629	Europe/Madrid
6362369	Artea	artea			ES	59	BI	48023	783	Europe/Madrid
6362370	Zeanuri	zeanuri			ES	59	BI	48024	1312	Europe/Madrid
6362375	Etxebarria	etxebarria	Echebarrija,Echevarria,Echevarría,Ehchevarrija,ai te ke sai wa li ya,atyksbarrya,Ечебаррія,Эчеваррия,إتيكسبارريا,埃特克塞瓦里亚		ES	59	BI	48030	805	Europe/Madrid
6362376	Elantxobe	elantxobe			ES	59	BI	48031	402	Europe/Madrid
6362377	Elorrio	elorrio			ES	59	BI	48032	7283	Europe/Madrid
6362378	Ereño	ereno			ES	59	BI	48033	260	Europe/Madrid
6362379	Ermua	ermua			ES	59	BI	48034	16278	Europe/Madrid
6362380	Fruiz	fruiz			ES	59	BI	48035	537	Europe/Madrid
6362381	Galdakao	galdakao	Gal'dakano,Gal'dakao,Galdacano,Galdakano,Galdácano,Galdákano,garudakao,ghaldakw,jia er da kao,Гальдакано,Гальдакао,غالداكو,ガルダカオ,加尔达考		ES	59	BI	48036	29130	Europe/Madrid
6362382	Galdames	galdames			ES	59	BI	48037	843	Europe/Madrid
6362383	Gamiz-Fika	gamiz-fika			ES	59	BI	48038	1349	Europe/Madrid
6362384	Garai	garai			ES	59	BI	48039	342	Europe/Madrid
6362385	Gatika	gatika			ES	59	BI	48040	1623	Europe/Madrid
6362386	Gautegiz Arteaga	gautegiz-arteaga			ES	59	BI	48041	910	Europe/Madrid
6362387	Gorliz	gorliz			ES	59	BI	48043	5532	Europe/Madrid
6362388	Getxo	getxo	Gecas,Gecho,Geco,Getxo,Geĉo,Gečas,Guecho,ge qiao,gecho,ghwtksw,Гечо,غوتكسو,ゲチョ,格乔		ES	59	BI	48044	80026	Europe/Madrid
6362389	Güeñes	gueenes			ES	59	BI	48045	6483	Europe/Madrid
6362390	Gernika-Lumo	gernika-lumo			ES	59	BI	48046	16812	Europe/Madrid
6362391	Gizaburuaga	gizaburuaga			ES	59	BI	48047	204	Europe/Madrid
6362392	Ibarrangelu	ibarrangelu			ES	59	BI	48048	641	Europe/Madrid
6362393	Ispaster	ispaster			ES	59	BI	48049	704	Europe/Madrid
6362394	Izurtza	izurtza			ES	59	BI	48050	276	Europe/Madrid
6362395	Lanestosa	lanestosa			ES	59	BI	48051	264	Europe/Madrid
6362396	Larrabetzu	larrabetzu	Larrabecu,Larrabesua,Larrabezua,Larrabezúa,la la wei te su,larabytzw,Ларрабесуа,Ларрабецу,لارابيتزو,لارابیٹزو,拉拉韦特苏		ES	59	BI	48052	1974	Europe/Madrid
6362397	Laukiz	laukiz			ES	59	BI	48053	1149	Europe/Madrid
6362398	Leioa	leioa			ES	59	BI	48054	30626	Europe/Madrid
6362399	Lemoiz	lemoiz	Lemoiz,Lemojs,Lemonis,Lemoniz,Lemóniz,lai mo yi si,lymwayz,Лемойс,Лемонис,ليموايز,莱莫伊斯		ES	59	BI	48056	1083	Europe/Madrid
6362400	Lekeitio	lekeitio	Lekejtio,Lequeitio,lai ke di ao,lykyaytayw,rekeitio,Лекейтио,Лекейтіо,ليكيايتايو,レケイティオ,莱克蒂奥		ES	59	BI	48057	7419	Europe/Madrid
6362401	Mallabia	mallabia	Mal'jabija,Mal'javija,Mallavia,ma li ya wei ya,malabya,Мальябія,Мальявия,مالابيا,马利亚维亚		ES	59	BI	48058	1198	Europe/Madrid
6362402	Mañaria	manaria			ES	59	BI	48059	507	Europe/Madrid
6362403	Markina-Xemein	markina-xemein			ES	59	BI	48060	4969	Europe/Madrid
6362404	Maruri-Jatabe	maruri-jatabe	Jatabe,Maruri		ES	59	BI	48061	961	Europe/Madrid
6362405	Mendata	mendata			ES	59	BI	48062	378	Europe/Madrid
6362406	Mendexa	mendexa			ES	59	BI	48063	439	Europe/Madrid
6362407	Meñaka	menaka			ES	59	BI	48064	754	Europe/Madrid
6362408	Ugao-Miraballes	ugao-miraballes	Miraval'es,Miravalles,Ugao,Ugao-Mirabal'es,awghaw-mayrabals,wu gao-mi la wa lie si,Миравальес,Угао-Мірабальєс,أوغاو-مايرابالس,乌高-米拉瓦列斯		ES	59	BI	48065	4059	Europe/Madrid
6362409	Morga	morga			ES	59	BI	48066	406	Europe/Madrid
6362410	Muxika	muxika			ES	59	BI	48067	1468	Europe/Madrid
6362411	Mundaka	mundaka	Mundaca,Mundaka,meng da ka,mundaka,mwndaka,Мундака,مونداكا,ムンダカ,蒙达卡		ES	59	BI	48068	1940	Europe/Madrid
6362412	Mungia	mungia			ES	59	BI	48069	16912	Europe/Madrid
6362413	Muskiz	muskiz	Fanum Sancti Iuliani in Musquis,Muskes,Muskis,Musques,mu si ji si,musukisu,mwskyz,Мускес,Мускіс,موسكيز,ムスキス,穆斯基斯		ES	59	BI	48071	7541	Europe/Madrid
6362414	Otxandio	otxandio			ES	59	BI	48072	1302	Europe/Madrid
6362415	Ondarroa	ondarroa	Ondarroa,Ondárroa,awndarwa,ondaroa,weng da luo a,Ондарроа,أونداروا,オンダロア,翁达罗阿		ES	59	BI	48073	8838	Europe/Madrid
6362416	Urduña / Orduña	urduna-orduna	Orduna,Orduña,Urduna,Urduña		ES	59	BI	48074	4237	Europe/Madrid
6362417	Sukarrieta	sukarrieta	Pedernales,Sukarrieta		ES	59	BI	48076	357	Europe/Madrid
6362418	Plentzia	plentzia	Plencia,Plencija,Plensija,blntazya,pu lun te xi ya,purentsu~ia,Пленсия,Пленція,بلنتازيا,プレンツィア,普伦特西亚		ES	59	BI	48077	4314	Europe/Madrid
6362419	Portugalete	portugalete			ES	59	BI	48078	47756	Europe/Madrid
6362420	Errigoiti	errigoiti	Errigojti,Rigoitia,Rigojtija,ai li ge yi di,ayrayghwaytay,Еррігойті,Ригойтия,Ռիգոիտիա,إيرايغوايتاي,埃里戈伊蒂		ES	59	BI	48079	537	Europe/Madrid
6362421	Lezama	lezama	Lesama,lyzama,Лесама,ليزاما		ES	59	BI	48081	2476	Europe/Madrid
6362422	Santurtzi	santurtzi	Monasterium Sancti Georgii,Santurce,Santurci,Santurse,sang tu er te xi,santo~urutsu~i,santwrtzy,Сантурсе,Сантурці,Սանտուրսե,سانتورتزي,サントゥルツィ,桑图尔特西		ES	59	BI	48082	47129	Europe/Madrid
6362423	Ortuella	ortuella			ES	59	BI	48083	8416	Europe/Madrid
6362424	Sestao	sestao			ES	59	BI	48084	28831	Europe/Madrid
6362425	Sopela	sopela			ES	59	BI	48085	12912	Europe/Madrid
6362426	Turtzioz / Trucios	trucios-turtzioz	Trucios,Turtzioz		ES	59	BI	48087	538	Europe/Madrid
6362427	Ubide	ubide			ES	59	BI	48088	184	Europe/Madrid
6362428	Urduliz	urduliz			ES	59	BI	48089	3631	Europe/Madrid
6362429	Balmaseda	balmaseda	Bal'maseda,Val'maseda,Valmaseda,ba er ma sai da,balmasyda,barumaseda,Бальмаседа,Вальмаседа,בלמאסדה,بالماسيدا,バルマセダ,巴尔马塞达		ES	59	BI	48090	7737	Europe/Madrid
6362430	Atxondo	atxondo	Achondo,Ashpe-Achondo,Axpe Achondo,a te ke song duo,atkswndw,Ачондо,Ашпе-Ачондо,أتكسوندو,阿特克松多		ES	59	BI	48091	1415	Europe/Madrid
6362431	Bedia	bedia			ES	59	BI	48092	987	Europe/Madrid
6362432	Areatza	areatza			ES	59	BI	48093	1226	Europe/Madrid
6362433	Igorre	igorre			ES	59	BI	48094	4235	Europe/Madrid
6362434	Zaldibar	zaldibar			ES	59	BI	48095	3062	Europe/Madrid
6362436	Erandio	erandio			ES	59	BI	48902	24326	Europe/Madrid
6362437	Loiu	loiu			ES	59	BI	48903	2498	Europe/Madrid
6362438	Sondika	sondika			ES	59	BI	48904	4548	Europe/Madrid
6362439	Zamudio	zamudio			ES	59	BI	48905	3281	Europe/Madrid
6362440	Forua	forua			ES	59	BI	48906	969	Europe/Madrid
6362441	Kortezubi	kortezubi			ES	59	BI	48907	423	Europe/Madrid
6362442	Murueta	murueta			ES	59	BI	48908	302	Europe/Madrid
6362443	Nabarniz	nabarniz			ES	59	BI	48909	227	Europe/Madrid
6362444	Iurreta	iurreta	Jurreta,Yurreta,aywryta,you lei ta,Юррета,أيوريتا,尤雷塔		ES	59	BI	48910	3884	Europe/Madrid
6362445	Ajangiz	ajangiz			ES	59	BI	48911	457	Europe/Madrid
6362446	Alonsotegi	alonsotegi	Alonsotegi,Alonsotegui,Alonsótegui,a long suo te xi,alwnswtyjy,aronsotegi,Алонсотеги,Алонсотегі,Ալոնսոտեգի,ألونسوتيجي,アロンソテギ,阿隆索特希		ES	59	BI	48912	2845	Europe/Madrid
6362447	Zierbena	zierbena	Ciervana,Ciérvana,S'erbena,S'ervana,xie er wei na,zayrbyna,Сьервана,Сьєрбена,زايربينا,谢尔韦纳		ES	59	BI	48913	1461	Europe/Madrid
6362448	Arratzu	arratzu			ES	59	BI	48914	388	Europe/Madrid
6362449	Abezames	abezames			ES	55	ZA	49002	78	Europe/Madrid
6362450	Alcañices	alcanices			ES	55	ZA	49003	1207	Europe/Madrid
6362451	Alcubilla de Nogales	alcubilla-de-nogales			ES	55	ZA	49004	145	Europe/Madrid
6362452	Alfaraz de Sayago	alfaraz-de-sayago			ES	55	ZA	49005	168	Europe/Madrid
6362453	Algodre	algodre			ES	55	ZA	49006	172	Europe/Madrid
6362454	Almaraz de Duero	almaraz-de-duero			ES	55	ZA	49007	405	Europe/Madrid
6362455	Almeida de Sayago	almeida-de-sayago			ES	55	ZA	49008	561	Europe/Madrid
6362456	Andavías	andavias			ES	55	ZA	49009	478	Europe/Madrid
6362457	Arcenillas	arcenillas			ES	55	ZA	49010	406	Europe/Madrid
6362458	Arcos de la Polvorosa	arcos-de-la-polvorosa			ES	55	ZA	49011	259	Europe/Madrid
6362459	Argañín	arganin			ES	55	ZA	49012	80	Europe/Madrid
6362460	Argujillo	argujillo			ES	55	ZA	49013	324	Europe/Madrid
6362461	Arquillinos	arquillinos			ES	55	ZA	49014	135	Europe/Madrid
6362462	Arrabalde	arrabalde			ES	55	ZA	49015	278	Europe/Madrid
6362463	Aspariegos	aspariegos			ES	55	ZA	49016	294	Europe/Madrid
6362464	Asturianos	asturianos			ES	55	ZA	49017	275	Europe/Madrid
6362465	Ayoó de Vidriales	ayoo-de-vidriales			ES	55	ZA	49018	372	Europe/Madrid
6362466	Barcial del Barco	barcial-del-barco			ES	55	ZA	49019	279	Europe/Madrid
6362467	Belver de los Montes	belver-de-los-montes			ES	55	ZA	49020	339	Europe/Madrid
6362468	Benavente	benavente	Benavent,Benavente,bei na wen te,Бенавенте,Բենավենտե,ቤናቬንቴ፣ ዛሞራ,贝纳文特		ES	55	ZA	49021	19259	Europe/Madrid
6362469	Benegiles	benegiles			ES	55	ZA	49022	368	Europe/Madrid
6362470	Bermillo de Sayago	bermillo-de-sayago			ES	55	ZA	49023	1181	Europe/Madrid
6362471	Bóveda de Toro, La	boveda-de-toro-la			ES	55	ZA	49024	863	Europe/Madrid
6362472	Bretó	breto			ES	55	ZA	49025	198	Europe/Madrid
6362473	Bretocino	bretocino			ES	55	ZA	49026	253	Europe/Madrid
6362474	Brime de Sog	brime-de-sog			ES	55	ZA	49027	178	Europe/Madrid
6362475	Brime de Urz	brime-de-urz			ES	55	ZA	49028	127	Europe/Madrid
6362476	Burganes de Valverde	burganes-de-valverde			ES	55	ZA	49029	754	Europe/Madrid
6362477	Bustillo del Oro	bustillo-del-oro			ES	55	ZA	49030	97	Europe/Madrid
6362478	Cabañas de Sayago	cabanas-de-sayago			ES	55	ZA	49031	163	Europe/Madrid
6362479	Calzadilla de Tera	calzadilla-de-tera			ES	55	ZA	49032	386	Europe/Madrid
6362480	Camarzana de Tera	camarzana-de-tera			ES	55	ZA	49033	929	Europe/Madrid
6362481	Cañizal	canizal			ES	55	ZA	49034	501	Europe/Madrid
6362482	Cañizo	canizo			ES	55	ZA	49035	274	Europe/Madrid
6362483	Carbajales de Alba	carbajales-de-alba			ES	55	ZA	49036	634	Europe/Madrid
6362484	Carbellino	carbellino			ES	55	ZA	49037	226	Europe/Madrid
6362485	Casaseca de Campeán	casaseca-de-campean			ES	55	ZA	49038	125	Europe/Madrid
6362486	Casaseca de las Chanas	casaseca-de-las-chanas			ES	55	ZA	49039	419	Europe/Madrid
6362487	Castrillo de la Guareña	castrillo-de-la-guarena			ES	55	ZA	49040	132	Europe/Madrid
6362488	Castrogonzalo	castrogonzalo			ES	55	ZA	49041	495	Europe/Madrid
6362489	Castronuevo	castronuevo			ES	55	ZA	49042	274	Europe/Madrid
6362490	Castroverde de Campos	castroverde-de-campos			ES	55	ZA	49043	376	Europe/Madrid
6362491	Cazurra	cazurra			ES	55	ZA	49044	82	Europe/Madrid
6362492	Cerecinos de Campos	cerecinos-de-campos			ES	55	ZA	49046	336	Europe/Madrid
6362493	Cerecinos del Carrizal	cerecinos-del-carrizal			ES	55	ZA	49047	135	Europe/Madrid
6362494	Cernadilla	cernadilla			ES	55	ZA	49048	163	Europe/Madrid
6362495	Cobreros	cobreros			ES	55	ZA	49050	620	Europe/Madrid
6362496	Coomonte	coomonte			ES	55	ZA	49052	220	Europe/Madrid
6362497	Coreses	coreses			ES	55	ZA	49053	1142	Europe/Madrid
6362498	Corrales del Vino	corrales-del-vino			ES	55	ZA	49054	1088	Europe/Madrid
6362499	Cotanes del Monte	cotanes-del-monte			ES	55	ZA	49055	124	Europe/Madrid
6362500	Cubillos	cubillos			ES	55	ZA	49056	351	Europe/Madrid
6362501	Cubo de Benavente	cubo-de-benavente			ES	55	ZA	49057	131	Europe/Madrid
6362502	Cubo de Tierra del Vino, El	cubo-de-tierra-del-vino-el			ES	55	ZA	49058	389	Europe/Madrid
6362503	Cuelgamures	cuelgamures			ES	55	ZA	49059	110	Europe/Madrid
6362504	Entrala	entrala			ES	55	ZA	49061	169	Europe/Madrid
6362505	Espadañedo	espadanedo			ES	55	ZA	49062	150	Europe/Madrid
6362506	Faramontanos de Tábara	faramontanos-de-tabara			ES	55	ZA	49063	400	Europe/Madrid
6362507	Fariza	fariza			ES	55	ZA	49064	601	Europe/Madrid
6362508	Fermoselle	fermoselle			ES	55	ZA	49065	1450	Europe/Madrid
6362509	Ferreras de Abajo	ferreras-de-abajo			ES	55	ZA	49066	599	Europe/Madrid
6362510	Ferreras de Arriba	ferreras-de-arriba			ES	55	ZA	49067	447	Europe/Madrid
6362511	Ferreruela	ferreruela			ES	55	ZA	49068	543	Europe/Madrid
6362512	Figueruela de Arriba	figueruela-de-arriba			ES	55	ZA	49069	419	Europe/Madrid
6362513	Fonfría	fonfria			ES	55	ZA	49071	921	Europe/Madrid
6362514	Fresno de la Polvorosa	fresno-de-la-polvorosa			ES	55	ZA	49075	163	Europe/Madrid
6362515	Fresno de la Ribera	fresno-de-la-ribera			ES	55	ZA	49076	395	Europe/Madrid
6362516	Fresno de Sayago	fresno-de-sayago			ES	55	ZA	49077	228	Europe/Madrid
6362517	Friera de Valverde	friera-de-valverde			ES	55	ZA	49078	215	Europe/Madrid
6362518	Fuente Encalada	fuente-encalada			ES	55	ZA	49079	115	Europe/Madrid
6362519	Fuentelapeña	fuentelapena			ES	55	ZA	49080	814	Europe/Madrid
6362520	Fuentesaúco	fuentesauco			ES	55	ZA	49081	1918	Europe/Madrid
6362521	Fuentes de Ropel	fuentes-de-ropel			ES	55	ZA	49082	478	Europe/Madrid
6362522	Fuentesecas	fuentesecas			ES	55	ZA	49083	72	Europe/Madrid
6362523	Fuentespreadas	fuentespreadas			ES	55	ZA	49084	336	Europe/Madrid
6362524	Galende	galende			ES	55	ZA	49085	1361	Europe/Madrid
6362525	Gallegos del Pan	gallegos-del-pan			ES	55	ZA	49086	136	Europe/Madrid
6362526	Gallegos del Río	gallegos-del-rio			ES	55	ZA	49087	601	Europe/Madrid
6362527	Gamones	gamones			ES	55	ZA	49088	96	Europe/Madrid
6362528	Gema	gema			ES	55	ZA	49090	238	Europe/Madrid
6362529	Granja de Moreruela	granja-de-moreruela			ES	55	ZA	49091	302	Europe/Madrid
6362530	Granucillo	granucillo			ES	55	ZA	49092	169	Europe/Madrid
6362531	Guarrate	guarrate			ES	55	ZA	49093	369	Europe/Madrid
6362532	Hermisende	hermisende			ES	55	ZA	49094	296	Europe/Madrid
6362533	Hiniesta, La	hiniesta-la			ES	55	ZA	49095	339	Europe/Madrid
6362534	Jambrina	jambrina			ES	55	ZA	49096	197	Europe/Madrid
6362535	Justel	justel			ES	55	ZA	49097	100	Europe/Madrid
6362536	Losacino	losacino			ES	55	ZA	49098	249	Europe/Madrid
6362537	Losacio	losacio			ES	55	ZA	49099	125	Europe/Madrid
6362538	Lubián	lubian			ES	55	ZA	49100	358	Europe/Madrid
6362539	Luelmo	luelmo			ES	55	ZA	49101	206	Europe/Madrid
6362540	Maderal, El	maderal-el			ES	55	ZA	49102	233	Europe/Madrid
6362541	Madridanos	madridanos			ES	55	ZA	49103	508	Europe/Madrid
6362542	Mahide	mahide	Mahide,Mahíde,Maide,ma yi de,Маиде,Маїде,马伊德		ES	55	ZA	49104	384	Europe/Madrid
6362543	Maire de Castroponce	maire-de-castroponce			ES	55	ZA	49105	163	Europe/Madrid
6362544	Malva	malva			ES	55	ZA	49107	167	Europe/Madrid
6362545	Manganeses de la Lampreana	manganeses-de-la-lampreana			ES	55	ZA	49108	552	Europe/Madrid
6362546	Manganeses de la Polvorosa	manganeses-de-la-polvorosa			ES	55	ZA	49109	756	Europe/Madrid
6362547	Manzanal de Arriba	manzanal-de-arriba			ES	55	ZA	49110	393	Europe/Madrid
6362548	Manzanal del Barco	manzanal-del-barco			ES	55	ZA	49111	155	Europe/Madrid
6362549	Manzanal de los Infantes	manzanal-de-los-infantes			ES	55	ZA	49112	142	Europe/Madrid
6362550	Matilla de Arzón	matilla-de-arzon			ES	55	ZA	49113	193	Europe/Madrid
6362551	Matilla la Seca	matilla-la-seca			ES	55	ZA	49114	56	Europe/Madrid
6362552	Mayalde	mayalde			ES	55	ZA	49115	209	Europe/Madrid
6362553	Melgar de Tera	melgar-de-tera			ES	55	ZA	49116	423	Europe/Madrid
6362554	Micereces de Tera	micereces-de-tera			ES	55	ZA	49117	530	Europe/Madrid
6362555	Milles de la Polvorosa	milles-de-la-polvorosa			ES	55	ZA	49118	239	Europe/Madrid
6362556	Molacillos	molacillos			ES	55	ZA	49119	278	Europe/Madrid
6362557	Molezuelas de la Carballeda	molezuelas-de-la-carballeda			ES	55	ZA	49120	90	Europe/Madrid
6362558	Mombuey	mombuey			ES	55	ZA	49121	433	Europe/Madrid
6362559	Monfarracinos	monfarracinos			ES	55	ZA	49122	924	Europe/Madrid
6362560	Montamarta	montamarta			ES	55	ZA	49123	618	Europe/Madrid
6362561	Moral de Sayago	moral-de-sayago			ES	55	ZA	49124	304	Europe/Madrid
6362562	Moraleja del Vino	moraleja-del-vino			ES	55	ZA	49125	1654	Europe/Madrid
6362563	Moraleja de Sayago	moraleja-de-sayago			ES	55	ZA	49126	260	Europe/Madrid
6362564	Morales del Vino	morales-del-vino			ES	55	ZA	49127	2858	Europe/Madrid
6362565	Morales de Rey	morales-de-rey	Morales del Rey,Morales-de-Rej,mo la lai si de lei,Моралес-де-Рей,莫拉莱斯德雷		ES	55	ZA	49128	669	Europe/Madrid
6362566	Morales de Toro	morales-de-toro			ES	55	ZA	49129	1063	Europe/Madrid
6362567	Morales de Valverde	morales-de-valverde			ES	55	ZA	49130	218	Europe/Madrid
6362568	Moralina	moralina			ES	55	ZA	49131	342	Europe/Madrid
6362569	Moreruela de los Infanzones	moreruela-de-los-infanzones			ES	55	ZA	49132	379	Europe/Madrid
6362570	Moreruela de Tábara	moreruela-de-tabara			ES	55	ZA	49133	360	Europe/Madrid
6362571	Muelas de los Caballeros	muelas-de-los-caballeros			ES	55	ZA	49134	209	Europe/Madrid
6362572	Muelas del Pan	muelas-del-pan			ES	55	ZA	49135	747	Europe/Madrid
6362573	Muga de Sayago	muga-de-sayago			ES	55	ZA	49136	397	Europe/Madrid
6362574	Navianos de Valverde	navianos-de-valverde			ES	55	ZA	49137	205	Europe/Madrid
6362575	Olmillos de Castro	olmillos-de-castro			ES	55	ZA	49138	281	Europe/Madrid
6362576	Otero de Bodas	otero-de-bodas			ES	55	ZA	49139	204	Europe/Madrid
6362577	Pajares de la Lampreana	pajares-de-la-lampreana			ES	55	ZA	49141	419	Europe/Madrid
6362578	Palacios del Pan	palacios-del-pan			ES	55	ZA	49142	274	Europe/Madrid
6362579	Palacios de Sanabria	palacios-de-sanabria			ES	55	ZA	49143	272	Europe/Madrid
6362580	Pedralba de la Pradería	pedralba-de-la-praderia			ES	55	ZA	49145	300	Europe/Madrid
6362581	Pego, El	pego-el			ES	55	ZA	49146	348	Europe/Madrid
6362582	Peleagonzalo	peleagonzalo			ES	55	ZA	49147	313	Europe/Madrid
6362583	Peleas de Abajo	peleas-de-abajo			ES	55	ZA	49148	236	Europe/Madrid
6362584	Peñausende	penausende			ES	55	ZA	49149	467	Europe/Madrid
6362585	Peque	peque			ES	55	ZA	49150	176	Europe/Madrid
6362586	Perdigón, El	perdigon-el			ES	55	ZA	49151	792	Europe/Madrid
6362587	Pereruela	pereruela			ES	55	ZA	49152	658	Europe/Madrid
6362588	Perilla de Castro	perilla-de-castro			ES	55	ZA	49153	189	Europe/Madrid
6362589	Pías	pias			ES	55	ZA	49154	149	Europe/Madrid
6362590	Piedrahita de Castro	piedrahita-de-castro			ES	55	ZA	49155	118	Europe/Madrid
6362591	Pinilla de Toro	pinilla-de-toro			ES	55	ZA	49156	272	Europe/Madrid
6362592	Pino del Oro	pino-del-oro			ES	55	ZA	49157	189	Europe/Madrid
6362593	Piñero, El	pinero-el			ES	55	ZA	49158	254	Europe/Madrid
6362594	Pobladura del Valle	pobladura-del-valle			ES	55	ZA	49159	331	Europe/Madrid
6362595	Pobladura de Valderaduey	pobladura-de-valderaduey			ES	55	ZA	49160	50	Europe/Madrid
6362596	Porto	porto			ES	55	ZA	49162	216	Europe/Madrid
6362597	Pozoantiguo	pozoantiguo			ES	55	ZA	49163	274	Europe/Madrid
6362598	Pozuelo de Tábara	pozuelo-de-tabara			ES	55	ZA	49164	164	Europe/Madrid
6362599	Prado	prado			ES	55	ZA	49165	74	Europe/Madrid
6362600	Puebla de Sanabria	puebla-de-sanabria			ES	55	ZA	49166	1540	Europe/Madrid
6362601	Pueblica de Valverde	pueblica-de-valverde			ES	55	ZA	49167	241	Europe/Madrid
6362602	Quintanilla del Monte	quintanilla-del-monte			ES	55	ZA	49168	103	Europe/Madrid
6362603	Quintanilla del Olmo	quintanilla-del-olmo			ES	55	ZA	49169	38	Europe/Madrid
6362604	Quintanilla de Urz	quintanilla-de-urz			ES	55	ZA	49170	123	Europe/Madrid
6362605	Quiruelas de Vidriales	quiruelas-de-vidriales			ES	55	ZA	49171	762	Europe/Madrid
6362606	Rabanales	rabanales			ES	55	ZA	49172	654	Europe/Madrid
6362607	Rábano de Aliste	rabano-de-aliste			ES	55	ZA	49173	445	Europe/Madrid
6362608	Requejo	requejo			ES	55	ZA	49174	181	Europe/Madrid
6362609	Revellinos	revellinos			ES	55	ZA	49175	285	Europe/Madrid
6362610	Riofrío de Aliste	riofrio-de-aliste			ES	55	ZA	49176	819	Europe/Madrid
6362611	Rionegro del Puente	rionegro-del-puente			ES	55	ZA	49177	319	Europe/Madrid
6362612	Roales	roales			ES	55	ZA	49178	832	Europe/Madrid
6362613	Robleda-Cervantes	robleda-cervantes			ES	55	ZA	49179	482	Europe/Madrid
6362614	Roelos de Sayago	roelos-de-sayago			ES	55	ZA	49180	184	Europe/Madrid
6362615	Rosinos de la Requejada	rosinos-de-la-requejada			ES	55	ZA	49181	424	Europe/Madrid
6362616	Salce	salce			ES	55	ZA	49183	110	Europe/Madrid
6362617	Samir de los Caños	samir-de-los-canos			ES	55	ZA	49184	205	Europe/Madrid
6362618	San Agustín del Pozo	san-agustin-del-pozo			ES	55	ZA	49185	206	Europe/Madrid
6362619	San Cebrián de Castro	san-cebrian-de-castro			ES	55	ZA	49186	284	Europe/Madrid
6362620	San Cristóbal de Entreviñas	san-cristobal-de-entrevinas			ES	55	ZA	49187	1545	Europe/Madrid
6362621	San Esteban del Molar	san-esteban-del-molar			ES	55	ZA	49188	155	Europe/Madrid
6362622	San Justo	san-justo			ES	55	ZA	49189	272	Europe/Madrid
6362623	San Martín de Valderaduey	san-martin-de-valderaduey			ES	55	ZA	49190	79	Europe/Madrid
6362624	San Miguel de la Ribera	san-miguel-de-la-ribera			ES	55	ZA	49191	338	Europe/Madrid
6362625	San Miguel del Valle	san-miguel-del-valle			ES	55	ZA	49192	174	Europe/Madrid
6362626	San Pedro de Ceque	san-pedro-de-ceque			ES	55	ZA	49193	561	Europe/Madrid
6362627	Santa Clara de Avedillo	santa-clara-de-avedillo			ES	55	ZA	49197	192	Europe/Madrid
6362628	Santa Colomba de las Monjas	santa-colomba-de-las-monjas			ES	55	ZA	49199	292	Europe/Madrid
6362629	Santa Cristina de la Polvorosa	santa-cristina-de-la-polvorosa			ES	55	ZA	49200	1161	Europe/Madrid
6362630	Santa Croya de Tera	santa-croya-de-tera			ES	55	ZA	49201	348	Europe/Madrid
6362631	Santa Eufemia del Barco	santa-eufemia-del-barco			ES	55	ZA	49202	218	Europe/Madrid
6362632	Santa María de la Vega	santa-maria-de-la-vega			ES	55	ZA	49203	370	Europe/Madrid
6362633	Santa María de Valverde	santa-maria-de-valverde			ES	55	ZA	49204	83	Europe/Madrid
6362634	Santibáñez de Tera	santibanez-de-tera			ES	55	ZA	49205	450	Europe/Madrid
6362635	Santibáñez de Vidriales	santibanez-de-vidriales			ES	55	ZA	49206	1140	Europe/Madrid
6362636	Santovenia	santovenia			ES	55	ZA	49207	304	Europe/Madrid
6362637	San Vicente de la Cabeza	san-vicente-de-la-cabeza			ES	55	ZA	49208	466	Europe/Madrid
6362638	San Vitero	san-vitero			ES	55	ZA	49209	618	Europe/Madrid
6362639	Sanzoles	sanzoles			ES	55	ZA	49210	571	Europe/Madrid
6362640	Tábara	tabara			ES	55	ZA	49214	838	Europe/Madrid
6362641	Tapioles	tapioles			ES	55	ZA	49216	180	Europe/Madrid
6362642	Toro	toro	Toro,toro,tuo luo,Торо,トーロ,托罗		ES	55	ZA	49219	9627	Europe/Madrid
6362643	Torre del Valle, La	torre-del-valle-la			ES	55	ZA	49220	170	Europe/Madrid
6362644	Torregamones	torregamones			ES	55	ZA	49221	308	Europe/Madrid
6362645	Torres del Carrizal	torres-del-carrizal			ES	55	ZA	49222	459	Europe/Madrid
6362646	Trabazos	trabazos			ES	55	ZA	49223	1012	Europe/Madrid
6362647	Trefacio	trefacio			ES	55	ZA	49224	194	Europe/Madrid
6362648	Uña de Quintana	una-de-quintana			ES	55	ZA	49225	175	Europe/Madrid
6362649	Vadillo de la Guareña	vadillo-de-la-guarena			ES	55	ZA	49226	311	Europe/Madrid
6362650	Valcabado	valcabado			ES	55	ZA	49227	342	Europe/Madrid
6362651	Valdefinjas	valdefinjas			ES	55	ZA	49228	61	Europe/Madrid
6362652	Valdescorriel	valdescorriel			ES	55	ZA	49229	158	Europe/Madrid
6362653	Vallesa de la Guareña	vallesa-de-la-guarena			ES	55	ZA	49230	115	Europe/Madrid
6362654	Vega de Tera	vega-de-tera			ES	55	ZA	49231	394	Europe/Madrid
6362655	Vega de Villalobos	vega-de-villalobos			ES	55	ZA	49232	122	Europe/Madrid
6362656	Vegalatrave	vegalatrave			ES	55	ZA	49233	114	Europe/Madrid
6362657	Venialbo	venialbo			ES	55	ZA	49234	464	Europe/Madrid
6362658	Vezdemarbán	vezdemarban			ES	55	ZA	49235	532	Europe/Madrid
6362659	Vidayanes	vidayanes			ES	55	ZA	49236	97	Europe/Madrid
6362660	Videmala	videmala			ES	55	ZA	49237	158	Europe/Madrid
6362661	Villabrázaro	villabrazaro			ES	55	ZA	49238	284	Europe/Madrid
6362662	Villabuena del Puente	villabuena-del-puente			ES	55	ZA	49239	813	Europe/Madrid
6362663	Villadepera	villadepera			ES	55	ZA	49240	253	Europe/Madrid
6362664	Villaescusa	villaescusa			ES	55	ZA	49241	293	Europe/Madrid
6362665	Villafáfila	villafafila			ES	55	ZA	49242	567	Europe/Madrid
6362666	Villaferrueña	villaferruena			ES	55	ZA	49243	118	Europe/Madrid
6362667	Villageriz	villageriz			ES	55	ZA	49244	47	Europe/Madrid
6362668	Villalazán	villalazan			ES	55	ZA	49245	317	Europe/Madrid
6362669	Villalba de la Lampreana	villalba-de-la-lampreana			ES	55	ZA	49246	267	Europe/Madrid
6362670	Villalcampo	villalcampo			ES	55	ZA	49247	537	Europe/Madrid
6362671	Villalobos	villalobos			ES	55	ZA	49248	303	Europe/Madrid
6362672	Villalonso	villalonso			ES	55	ZA	49249	91	Europe/Madrid
6362673	Villalpando	villalpando			ES	55	ZA	49250	1610	Europe/Madrid
6362674	Villalube	villalube			ES	55	ZA	49251	199	Europe/Madrid
6362675	Villamayor de Campos	villamayor-de-campos			ES	55	ZA	49252	422	Europe/Madrid
6362676	Villamor de los Escuderos	villamor-de-los-escuderos			ES	55	ZA	49255	450	Europe/Madrid
6362677	Villanázar	villanazar			ES	55	ZA	49256	327	Europe/Madrid
6362678	Villanueva de Azoague	villanueva-de-azoague			ES	55	ZA	49257	327	Europe/Madrid
6362679	Villanueva de Campeán	villanueva-de-campean			ES	55	ZA	49258	143	Europe/Madrid
6362680	Villanueva de las Peras	villanueva-de-las-peras			ES	55	ZA	49259	116	Europe/Madrid
6362681	Villanueva del Campo	villanueva-del-campo			ES	55	ZA	49260	954	Europe/Madrid
6362682	Villaralbo	villaralbo			ES	55	ZA	49261	1904	Europe/Madrid
6362683	Villardeciervos	villardeciervos			ES	55	ZA	49262	456	Europe/Madrid
6362684	Villar de Fallaves	villar-de-fallaves			ES	55	ZA	49263	62	Europe/Madrid
6362685	Villar del Buey	villar-del-buey			ES	55	ZA	49264	700	Europe/Madrid
6362686	Villardiegua de la Ribera	villardiegua-de-la-ribera			ES	55	ZA	49265	147	Europe/Madrid
6362687	Villárdiga	villardiga			ES	55	ZA	49266	96	Europe/Madrid
6362688	Villardondiego	villardondiego			ES	55	ZA	49267	108	Europe/Madrid
6362689	Villarrín de Campos	villarrin-de-campos			ES	55	ZA	49268	510	Europe/Madrid
6362690	Villaseco del Pan	villaseco-del-pan			ES	55	ZA	49269	249	Europe/Madrid
6362691	Villavendimio	villavendimio			ES	55	ZA	49270	177	Europe/Madrid
6362692	Villaveza del Agua	villaveza-del-agua			ES	55	ZA	49271	225	Europe/Madrid
6362693	Villaveza de Valverde	villaveza-de-valverde			ES	55	ZA	49272	101	Europe/Madrid
6362694	Viñas	vinas			ES	55	ZA	49273	225	Europe/Madrid
6362695	Zamora	zamora			ES	55	ZA	49275	65362	Europe/Madrid
6362696	Acered	acered			ES	52	Z	50002	243	Europe/Madrid
6362697	Agón	agon			ES	52	Z	50003	167	Europe/Madrid
6362698	Aguarón	aguaron			ES	52	Z	50004	848	Europe/Madrid
6362699	Aguilón	aguilon			ES	52	Z	50005	254	Europe/Madrid
6362700	Ainzón	ainzon			ES	52	Z	50006	1214	Europe/Madrid
6362701	Aladrén	aladren			ES	52	Z	50007	60	Europe/Madrid
6362702	Alagón	alagon			ES	52	Z	50008	7167	Europe/Madrid
6362703	Alarba	alarba			ES	52	Z	50009	161	Europe/Madrid
6362704	Alberite de San Juan	alberite-de-san-juan			ES	52	Z	50010	97	Europe/Madrid
6362705	Albeta	albeta			ES	52	Z	50011	149	Europe/Madrid
6362706	Alborge	alborge			ES	52	Z	50012	118	Europe/Madrid
6362707	Alcalá de Ebro	alcala-de-ebro			ES	52	Z	50013	284	Europe/Madrid
6362708	Alcalá de Moncayo	alcala-de-moncayo			ES	52	Z	50014	193	Europe/Madrid
6362709	Alconchel de Ariza	alconchel-de-ariza			ES	52	Z	50015	90	Europe/Madrid
6362710	Aldehuela de Liestos	aldehuela-de-liestos			ES	52	Z	50016	51	Europe/Madrid
6362711	Alfajarín	alfajarin			ES	52	Z	50017	2259	Europe/Madrid
6362712	Alfamén	alfamen			ES	52	Z	50018	1609	Europe/Madrid
6362713	Alforque	alforque			ES	52	Z	50019	86	Europe/Madrid
6362714	Alhama de Aragón	alhama-de-aragon			ES	52	Z	50020	1124	Europe/Madrid
6362715	Almochuel	almochuel			ES	52	Z	50021	42	Europe/Madrid
6362716	Almolda, La	almolda-la			ES	52	Z	50022	611	Europe/Madrid
6362717	Almonacid de la Cuba	almonacid-de-la-cuba			ES	52	Z	50023	252	Europe/Madrid
6362718	Almonacid de la Sierra	almonacid-de-la-sierra			ES	52	Z	50024	781	Europe/Madrid
6362719	Almunia de Doña Godina, La	almunia-de-dona-godina-la			ES	52	Z	50025	7792	Europe/Madrid
6362720	Alpartir	alpartir			ES	52	Z	50026	570	Europe/Madrid
6362721	Ambel	ambel			ES	52	Z	50027	281	Europe/Madrid
6362722	Anento	anento			ES	52	Z	50028	126	Europe/Madrid
6362723	Aniñón	aninon			ES	52	Z	50029	801	Europe/Madrid
6362724	Añón de Moncayo	anon-de-moncayo			ES	52	Z	50030	213	Europe/Madrid
6362725	Aranda de Moncayo	aranda-de-moncayo			ES	52	Z	50031	198	Europe/Madrid
6362726	Arándiga	arandiga			ES	52	Z	50032	385	Europe/Madrid
6362727	Ardisa	ardisa			ES	52	Z	50033	83	Europe/Madrid
6362728	Ariza	ariza			ES	52	Z	50034	1227	Europe/Madrid
6362729	Artieda	artieda			ES	52	Z	50035	90	Europe/Madrid
6362730	Asín	asin			ES	52	Z	50036	115	Europe/Madrid
6362731	Atea	atea			ES	52	Z	50037	152	Europe/Madrid
6362732	Ateca	ateca			ES	52	Z	50038	1825	Europe/Madrid
6362733	Azuara	azuara			ES	52	Z	50039	680	Europe/Madrid
6362734	Badules	badules			ES	52	Z	50040	100	Europe/Madrid
6362735	Bagüés	baguees			ES	52	Z	50041	20	Europe/Madrid
6362736	Balconchán	balconchan			ES	52	Z	50042	14	Europe/Madrid
6362737	Bárboles	barboles			ES	52	Z	50043	327	Europe/Madrid
6362738	Bardallur	bardallur			ES	52	Z	50044	325	Europe/Madrid
6362739	Belchite	belchite			ES	52	Z	50045	1655	Europe/Madrid
6362740	Belmonte de Gracián	belmonte-de-gracian			ES	52	Z	50046	238	Europe/Madrid
6362741	Berdejo	berdejo			ES	52	Z	50047	63	Europe/Madrid
6362742	Berrueco	berrueco			ES	52	Z	50048	42	Europe/Madrid
6362743	Bijuesca	bijuesca			ES	52	Z	50050	114	Europe/Madrid
6362744	Biota	biota			ES	52	Z	50051	1073	Europe/Madrid
6362745	Bisimbre	bisimbre			ES	52	Z	50052	99	Europe/Madrid
6362746	Boquiñeni	boquineni			ES	52	Z	50053	956	Europe/Madrid
6362747	Bordalba	bordalba			ES	52	Z	50054	71	Europe/Madrid
6362748	Borja	borja	Borcha,Borkha,bo er ha,brjt,Борха,برجة,博尔哈		ES	52	Z	50055	5057	Europe/Madrid
6362749	Botorrita	botorrita			ES	52	Z	50056	532	Europe/Madrid
6362750	Brea de Aragón	brea-de-aragon			ES	52	Z	50057	1795	Europe/Madrid
6362751	Bubierca	bubierca			ES	52	Z	50058	84	Europe/Madrid
6362752	Bujaraloz	bujaraloz			ES	52	Z	50059	1054	Europe/Madrid
6362753	Bulbuente	bulbuente			ES	52	Z	50060	235	Europe/Madrid
6362754	Bureta	bureta			ES	52	Z	50061	268	Europe/Madrid
6362755	Burgo de Ebro, El	burgo-de-ebro-el			ES	52	Z	50062	2363	Europe/Madrid
6362756	Buste, El	buste-el			ES	52	Z	50063	82	Europe/Madrid
6362757	Cabañas de Ebro	cabanas-de-ebro			ES	52	Z	50064	553	Europe/Madrid
6362758	Cabolafuente	cabolafuente			ES	52	Z	50065	44	Europe/Madrid
6362759	Cadrete	cadrete			ES	52	Z	50066	3293	Europe/Madrid
6362760	Calatayud	calatayud			ES	52	Z	50067	21174	Europe/Madrid
6362761	Calatorao	calatorao			ES	52	Z	50068	3015	Europe/Madrid
6362762	Calcena	calcena			ES	52	Z	50069	65	Europe/Madrid
6362763	Calmarza	calmarza			ES	52	Z	50070	77	Europe/Madrid
6362764	Campillo de Aragón	campillo-de-aragon			ES	52	Z	50071	152	Europe/Madrid
6362765	Carenas	carenas			ES	52	Z	50072	184	Europe/Madrid
6362766	Cariñena	carinena	Carinyena,Karin'ena,ka li nie na,karynyna,Кариньена,Каріньєна,كارينينا,卡里涅纳		ES	52	Z	50073	3572	Europe/Madrid
6362767	Caspe	caspe			ES	52	Z	50074	9885	Europe/Madrid
6362768	Castejón de Alarba	castejon-de-alarba			ES	52	Z	50075	95	Europe/Madrid
6362769	Castejón de las Armas	castejon-de-las-armas			ES	52	Z	50076	118	Europe/Madrid
6362770	Castejón de Valdejasa	castejon-de-valdejasa			ES	52	Z	50077	257	Europe/Madrid
6362771	Castiliscar	castiliscar			ES	52	Z	50078	310	Europe/Madrid
6362772	Cervera de la Cañada	cervera-de-la-canada			ES	52	Z	50079	318	Europe/Madrid
6362773	Cerveruela	cerveruela			ES	52	Z	50080	41	Europe/Madrid
6362774	Cetina	cetina			ES	52	Z	50081	677	Europe/Madrid
6362775	Cimballa	cimballa			ES	52	Z	50082	118	Europe/Madrid
6362776	Cinco Olivas	cinco-olivas			ES	52	Z	50083	119	Europe/Madrid
6362777	Clarés de Ribota	clares-de-ribota			ES	52	Z	50084	89	Europe/Madrid
6362778	Codo	codo			ES	52	Z	50085	205	Europe/Madrid
6362779	Codos	codos			ES	52	Z	50086	241	Europe/Madrid
6362780	Contamina	contamina			ES	52	Z	50087	39	Europe/Madrid
6362781	Cosuenda	cosuenda			ES	52	Z	50088	398	Europe/Madrid
6362782	Cuarte de Huerva	cuarte-de-huerva			ES	52	Z	50089	10394	Europe/Madrid
6362783	Cubel	cubel			ES	52	Z	50090	187	Europe/Madrid
6362784	Cuerlas, Las	cuerlas-las			ES	52	Z	50091	55	Europe/Madrid
6362785	Chiprana	chiprana			ES	52	Z	50092	465	Europe/Madrid
6362786	Chodes	chodes			ES	52	Z	50093	147	Europe/Madrid
6362787	Daroca	daroca	Daroka,Daroko,da luo ka,darwka,Дарока,Դարոկա,داروكا,达罗卡		ES	52	Z	50094	2288	Europe/Madrid
6362788	Ejea de los Caballeros	ejea-de-los-caballeros			ES	52	Z	50095	17180	Europe/Madrid
6362789	Embid de Ariza	embid-de-ariza			ES	52	Z	50096	52	Europe/Madrid
6362790	Encinacorba	encinacorba			ES	52	Z	50098	239	Europe/Madrid
6362791	Épila	epila			ES	52	Z	50099	4746	Europe/Madrid
6362792	Erla	erla			ES	52	Z	50100	400	Europe/Madrid
6362793	Escatrón	escatron			ES	52	Z	50101	1133	Europe/Madrid
6362794	Fabara	fabara			ES	52	Z	50102	1255	Europe/Madrid
6362795	Farlete	farlete			ES	52	Z	50104	428	Europe/Madrid
6362796	Fayón	fayon			ES	52	Z	50105	384	Europe/Madrid
6362797	Fayos, Los	fayos-los			ES	52	Z	50106	152	Europe/Madrid
6362798	Figueruelas	figueruelas			ES	52	Z	50107	1322	Europe/Madrid
6362799	Fombuena	fombuena			ES	52	Z	50108	52	Europe/Madrid
6362800	Frago, El	frago-el			ES	52	Z	50109	109	Europe/Madrid
6362801	Frasno, El	frasno-el			ES	52	Z	50110	452	Europe/Madrid
6362802	Fréscano	frescano			ES	52	Z	50111	208	Europe/Madrid
6362803	Fuendejalón	fuendejalon			ES	52	Z	50113	973	Europe/Madrid
6362804	Fuendetodos	fuendetodos			ES	52	Z	50114	172	Europe/Madrid
6362805	Fuentes de Ebro	fuentes-de-ebro			ES	52	Z	50115	4577	Europe/Madrid
6362806	Fuentes de Jiloca	fuentes-de-jiloca			ES	52	Z	50116	280	Europe/Madrid
6362807	Gallocanta	gallocanta			ES	52	Z	50117	154	Europe/Madrid
6362808	Gallur	gallur			ES	52	Z	50118	2882	Europe/Madrid
6362809	Gelsa	gelsa			ES	52	Z	50119	1173	Europe/Madrid
6362810	Godojos	godojos			ES	52	Z	50120	43	Europe/Madrid
6362811	Gotor	gotor			ES	52	Z	50121	366	Europe/Madrid
6362812	Grisel	grisel			ES	52	Z	50122	66	Europe/Madrid
6362813	Grisén	grisen			ES	52	Z	50123	603	Europe/Madrid
6362814	Herrera de los Navarros	herrera-de-los-navarros			ES	52	Z	50124	576	Europe/Madrid
6362815	Ibdes	ibdes			ES	52	Z	50125	471	Europe/Madrid
6362816	Illueca	illueca			ES	52	Z	50126	3290	Europe/Madrid
6362817	Isuerre	isuerre			ES	52	Z	50128	34	Europe/Madrid
6362818	Jaraba	jaraba			ES	52	Z	50129	355	Europe/Madrid
6362819	Jarque	jarque			ES	52	Z	50130	531	Europe/Madrid
6362820	Jaulín	jaulin			ES	52	Z	50131	279	Europe/Madrid
6362821	La Joyosa	la-joyosa			ES	52	Z	50132	936	Europe/Madrid
6362822	Lagata	lagata			ES	52	Z	50133	135	Europe/Madrid
6362823	Langa del Castillo	langa-del-castillo			ES	52	Z	50134	141	Europe/Madrid
6362824	Layana	layana			ES	52	Z	50135	127	Europe/Madrid
6362825	Lécera	lecera			ES	52	Z	50136	757	Europe/Madrid
6362826	Leciñena	lecinena			ES	52	Z	50137	1306	Europe/Madrid
6362827	Lechón	lechon			ES	52	Z	50138	52	Europe/Madrid
6362828	Letux	letux			ES	52	Z	50139	404	Europe/Madrid
6362829	Litago	litago			ES	52	Z	50140	174	Europe/Madrid
6362830	Lituénigo	lituenigo			ES	52	Z	50141	120	Europe/Madrid
6362831	Lobera de Onsella	lobera-de-onsella			ES	52	Z	50142	45	Europe/Madrid
6362832	Longares	longares			ES	52	Z	50143	895	Europe/Madrid
6362833	Longás	longas			ES	52	Z	50144	34	Europe/Madrid
6362834	Lucena de Jalón	lucena-de-jalon			ES	52	Z	50146	269	Europe/Madrid
6362835	Luceni	luceni			ES	52	Z	50147	1045	Europe/Madrid
6362836	Luesia	luesia			ES	52	Z	50148	366	Europe/Madrid
6362837	Luesma	luesma			ES	52	Z	50149	50	Europe/Madrid
6362838	Lumpiaque	lumpiaque			ES	52	Z	50150	921	Europe/Madrid
6362839	Luna	luna	Luna,lu na,lwna,Луна,لونا,卢纳		ES	52	Z	50151	825	Europe/Madrid
6362840	Maella	maella			ES	52	Z	50152	1986	Europe/Madrid
6362841	Magallón	magallon	Caravi		ES	52	Z	50153	1208	Europe/Madrid
6362842	Mainar	mainar			ES	52	Z	50154	157	Europe/Madrid
6362843	Malanquilla	malanquilla			ES	52	Z	50155	123	Europe/Madrid
6362844	Maleján	malejan			ES	52	Z	50156	325	Europe/Madrid
6362845	Malón	malon			ES	52	Z	50157	376	Europe/Madrid
6362846	Maluenda	maluenda			ES	52	Z	50159	1123	Europe/Madrid
6362847	Mallén	mallen			ES	52	Z	50160	3714	Europe/Madrid
6362848	Manchones	manchones			ES	52	Z	50161	131	Europe/Madrid
6362849	Mara	mara			ES	52	Z	50162	190	Europe/Madrid
6362850	María de Huerva	maria-de-huerva			ES	52	Z	50163	5265	Europe/Madrid
6362851	Mediana de Aragón	mediana-de-aragon			ES	52	Z	50164	468	Europe/Madrid
6362852	Mequinenza	mequinenza			ES	52	Z	50165	2449	Europe/Madrid
6362853	Mesones de Isuela	mesones-de-isuela			ES	52	Z	50166	318	Europe/Madrid
6362854	Mezalocha	mezalocha			ES	52	Z	50167	210	Europe/Madrid
6362855	Mianos	mianos			ES	52	Z	50168	40	Europe/Madrid
6362856	Miedes de Aragón	miedes-de-aragon			ES	52	Z	50169	458	Europe/Madrid
6362857	Monegrillo	monegrillo			ES	52	Z	50170	464	Europe/Madrid
6362858	Moneva	moneva			ES	52	Z	50171	117	Europe/Madrid
6362859	Monreal de Ariza	monreal-de-ariza			ES	52	Z	50172	226	Europe/Madrid
6362860	Monterde	monterde			ES	52	Z	50173	169	Europe/Madrid
6362861	Montón	monton			ES	52	Z	50174	133	Europe/Madrid
6362862	Morata de Jalón	morata-de-jalon			ES	52	Z	50175	1266	Europe/Madrid
6362863	Morata de Jiloca	morata-de-jiloca			ES	52	Z	50176	280	Europe/Madrid
6362864	Morés	mores			ES	52	Z	50177	402	Europe/Madrid
6362865	Moros	moros			ES	52	Z	50178	441	Europe/Madrid
6362866	Moyuela	moyuela			ES	52	Z	50179	278	Europe/Madrid
6362867	Mozota	mozota			ES	52	Z	50180	107	Europe/Madrid
6362868	Muel	muel			ES	52	Z	50181	1379	Europe/Madrid
6362869	Muela, La	muela-la			ES	52	Z	50182	5062	Europe/Madrid
6362870	Munébrega	munebrega			ES	52	Z	50183	470	Europe/Madrid
6362871	Murero	murero			ES	52	Z	50184	140	Europe/Madrid
6362872	Murillo de Gállego	murillo-de-gallego			ES	52	Z	50185	202	Europe/Madrid
6362873	Navardún	navardun			ES	52	Z	50186	47	Europe/Madrid
6362874	Nigüella	nigueella			ES	52	Z	50187	74	Europe/Madrid
6362875	Nombrevilla	nombrevilla			ES	52	Z	50188	35	Europe/Madrid
6362876	Nonaspe	nonaspe			ES	52	Z	50189	1064	Europe/Madrid
6362877	Novallas	novallas			ES	52	Z	50190	948	Europe/Madrid
6362878	Novillas	novillas			ES	52	Z	50191	602	Europe/Madrid
6362879	Nuévalos	nuevalos			ES	52	Z	50192	350	Europe/Madrid
6362880	Nuez de Ebro	nuez-de-ebro			ES	52	Z	50193	843	Europe/Madrid
6362881	Olvés	olves			ES	52	Z	50194	117	Europe/Madrid
6362882	Orcajo	orcajo			ES	52	Z	50195	47	Europe/Madrid
6362883	Orera	orera			ES	52	Z	50196	135	Europe/Madrid
6362884	Orés	ores			ES	52	Z	50197	103	Europe/Madrid
6362885	Oseja	oseja			ES	52	Z	50198	48	Europe/Madrid
6362886	Osera de Ebro	osera-de-ebro			ES	52	Z	50199	449	Europe/Madrid
6362887	Paniza	paniza			ES	52	Z	50200	758	Europe/Madrid
6362888	Paracuellos de Jiloca	paracuellos-de-jiloca			ES	52	Z	50201	587	Europe/Madrid
6362889	Paracuellos de la Ribera	paracuellos-de-la-ribera			ES	52	Z	50202	172	Europe/Madrid
6362890	Pastriz	pastriz			ES	52	Z	50203	1364	Europe/Madrid
6362891	Pedrola	pedrola			ES	52	Z	50204	3780	Europe/Madrid
6362892	Pedrosas, Las	pedrosas-las			ES	52	Z	50205	116	Europe/Madrid
6362893	Perdiguera	perdiguera			ES	52	Z	50206	645	Europe/Madrid
6362894	Piedratajada	piedratajada			ES	52	Z	50207	130	Europe/Madrid
6362895	Pina de Ebro	pina-de-ebro			ES	52	Z	50208	2635	Europe/Madrid
6362896	Pinseque	pinseque			ES	52	Z	50209	3676	Europe/Madrid
6362897	Pintanos, Los	pintanos-los			ES	52	Z	50210	45	Europe/Madrid
6362898	Plasencia de Jalón	plasencia-de-jalon			ES	52	Z	50211	386	Europe/Madrid
6362899	Pleitas	pleitas			ES	52	Z	50212	52	Europe/Madrid
6362900	Plenas	plenas			ES	52	Z	50213	131	Europe/Madrid
6362901	Pomer	pomer			ES	52	Z	50214	35	Europe/Madrid
6362902	Pozuel de Ariza	pozuel-de-ariza			ES	52	Z	50215	22	Europe/Madrid
6362903	Pozuelo de Aragón	pozuelo-de-aragon			ES	52	Z	50216	327	Europe/Madrid
6362904	Pradilla de Ebro	pradilla-de-ebro			ES	52	Z	50217	627	Europe/Madrid
6362905	Puebla de Albortón	puebla-de-alborton			ES	52	Z	50218	128	Europe/Madrid
6362906	Puebla de Alfindén, La	puebla-de-alfinden-la			ES	52	Z	50219	5603	Europe/Madrid
6362907	Puendeluna	puendeluna			ES	52	Z	50220	63	Europe/Madrid
6362908	Purujosa	purujosa			ES	52	Z	50221	40	Europe/Madrid
6362909	Quinto	quinto	Kinto,jin tuo,kyntw,Кинто,Кінто,كينتو,金托		ES	52	Z	50222	2077	Europe/Madrid
6362910	Remolinos	remolinos			ES	52	Z	50223	1153	Europe/Madrid
6362911	Retascón	retascon			ES	52	Z	50224	70	Europe/Madrid
6362912	Ricla	ricla			ES	52	Z	50225	3188	Europe/Madrid
6362913	Romanos	romanos			ES	52	Z	50227	121	Europe/Madrid
6362914	Rueda de Jalón	rueda-de-jalon			ES	52	Z	50228	345	Europe/Madrid
6362915	Ruesca	ruesca			ES	52	Z	50229	75	Europe/Madrid
6362916	Sádaba	sadaba			ES	52	Z	50230	1577	Europe/Madrid
6362917	Salillas de Jalón	salillas-de-jalon			ES	52	Z	50231	373	Europe/Madrid
6362918	Salvatierra de Esca	salvatierra-de-esca			ES	52	Z	50232	210	Europe/Madrid
6362919	Samper del Salz	samper-del-salz			ES	52	Z	50233	121	Europe/Madrid
6362920	San Martín de la Virgen de Moncayo	san-martin-de-la-virgen-de-moncayo			ES	52	Z	50234	297	Europe/Madrid
6362921	San Mateo de Gállego	san-mateo-de-gallego			ES	52	Z	50235	3158	Europe/Madrid
6362922	Santa Cruz de Grío	santa-cruz-de-grio			ES	52	Z	50236	148	Europe/Madrid
6362923	Santa Cruz de Moncayo	santa-cruz-de-moncayo			ES	52	Z	50237	133	Europe/Madrid
6362924	Santa Eulalia de Gállego	santa-eulalia-de-gallego			ES	52	Z	50238	124	Europe/Madrid
6362925	Santed	santed			ES	52	Z	50239	65	Europe/Madrid
6362926	Sástago	sastago			ES	52	Z	50240	1266	Europe/Madrid
6362927	Sabiñán	sabinan			ES	52	Z	50241	749	Europe/Madrid
6362928	Sediles	sediles			ES	52	Z	50242	106	Europe/Madrid
6362929	Sestrica	sestrica			ES	52	Z	50243	390	Europe/Madrid
6362930	Sierra de Luna	sierra-de-luna			ES	52	Z	50244	291	Europe/Madrid
6362931	Sigüés	siguees			ES	52	Z	50245	121	Europe/Madrid
6362932	Sisamón	sisamon			ES	52	Z	50246	40	Europe/Madrid
6362933	Sobradiel	sobradiel			ES	52	Z	50247	1029	Europe/Madrid
6362934	Sos del Rey Católico	sos-del-rey-catolico			ES	52	Z	50248	646	Europe/Madrid
6362935	Tabuenca	tabuenca			ES	52	Z	50249	387	Europe/Madrid
6362936	Talamantes	talamantes			ES	52	Z	50250	60	Europe/Madrid
6362937	Tarazona	tarazona			ES	52	Z	50251	11050	Europe/Madrid
6362938	Tauste	tauste			ES	52	Z	50252	7382	Europe/Madrid
6362939	Terrer	terrer			ES	52	Z	50253	475	Europe/Madrid
6362940	Tierga	tierga			ES	52	Z	50254	197	Europe/Madrid
6362941	Tobed	tobed			ES	52	Z	50255	230	Europe/Madrid
6362942	Torralba de los Frailes	torralba-de-los-frailes			ES	52	Z	50256	90	Europe/Madrid
6362943	Torralba de Ribota	torralba-de-ribota			ES	52	Z	50257	205	Europe/Madrid
6362944	Torralbilla	torralbilla			ES	52	Z	50258	56	Europe/Madrid
6362945	Torrehermosa	torrehermosa			ES	52	Z	50259	80	Europe/Madrid
6362946	Torrelapaja	torrelapaja			ES	52	Z	50260	39	Europe/Madrid
6362947	Torrellas	torrellas			ES	52	Z	50261	290	Europe/Madrid
6362948	Torres de Berrellén	torres-de-berrellen			ES	52	Z	50262	1521	Europe/Madrid
6362949	Torrijo de la Cañada	torrijo-de-la-canada			ES	52	Z	50263	281	Europe/Madrid
6362950	Tosos	tosos			ES	52	Z	50264	226	Europe/Madrid
6362951	Trasmoz	trasmoz			ES	52	Z	50265	76	Europe/Madrid
6362952	Trasobares	trasobares			ES	52	Z	50266	139	Europe/Madrid
6362953	Uncastillo	uncastillo	Uncastiello,Unkastil'jo,Unkastil'o,awnkastyw,wen ka si di e,Ункастильо,Ункастільйо,أونكاستيو,温卡斯蒂略		ES	52	Z	50267	731	Europe/Madrid
6362954	Undués de Lerda	undues-de-lerda			ES	52	Z	50268	76	Europe/Madrid
6362955	Urrea de Jalón	urrea-de-jalon			ES	52	Z	50269	396	Europe/Madrid
6362956	Urriés	urries			ES	52	Z	50270	41	Europe/Madrid
6362957	Used	used			ES	52	Z	50271	304	Europe/Madrid
6362958	Utebo	utebo			ES	52	Z	50272	18281	Europe/Madrid
6362959	Valdehorna	valdehorna			ES	52	Z	50273	33	Europe/Madrid
6362960	Val de San Martín	val-de-san-martin			ES	52	Z	50274	77	Europe/Madrid
6362961	Valmadrid	valmadrid			ES	52	Z	50275	111	Europe/Madrid
6362962	Valpalmas	valpalmas			ES	52	Z	50276	161	Europe/Madrid
6362963	Valtorres	valtorres			ES	52	Z	50277	101	Europe/Madrid
6362964	Velilla de Ebro	velilla-de-ebro			ES	52	Z	50278	243	Europe/Madrid
6362965	Velilla de Jiloca	velilla-de-jiloca			ES	52	Z	50279	115	Europe/Madrid
6362966	Vera de Moncayo	vera-de-moncayo			ES	52	Z	50280	398	Europe/Madrid
6362967	Vierlas	vierlas			ES	52	Z	50281	98	Europe/Madrid
6362968	Vilueña, La	viluena-la			ES	52	Z	50282	111	Europe/Madrid
6362969	Villadoz	villadoz			ES	52	Z	50283	87	Europe/Madrid
6362970	Villafeliche	villafeliche			ES	52	Z	50284	209	Europe/Madrid
6362971	Villafranca de Ebro	villafranca-de-ebro			ES	52	Z	50285	834	Europe/Madrid
6362972	Villalba de Perejil	villalba-de-perejil			ES	52	Z	50286	109	Europe/Madrid
6362973	Villalengua	villalengua			ES	52	Z	50287	386	Europe/Madrid
6362974	Villanueva de Gállego	villanueva-de-gallego			ES	52	Z	50288	4611	Europe/Madrid
6362975	Villanueva de Jiloca	villanueva-de-jiloca			ES	52	Z	50289	60	Europe/Madrid
6362976	Villanueva de Huerva	villanueva-de-huerva			ES	52	Z	50290	559	Europe/Madrid
6362977	Villar de los Navarros	villar-de-los-navarros			ES	52	Z	50291	114	Europe/Madrid
6362978	Villarreal de Huerva	villarreal-de-huerva			ES	52	Z	50292	230	Europe/Madrid
6362979	Villarroya de la Sierra	villarroya-de-la-sierra			ES	52	Z	50293	553	Europe/Madrid
6362980	Villarroya del Campo	villarroya-del-campo			ES	52	Z	50294	78	Europe/Madrid
6362981	Vistabella	vistabella			ES	52	Z	50295	52	Europe/Madrid
6362982	Zaida, La	zaida-la			ES	52	Z	50296	499	Europe/Madrid
6362983	Zaragoza	zaragoza	Salduba,Saragosa,Zaragoza,Σαραγόσα		ES	52	Z	50297	679624	Europe/Madrid
6362984	Zuera	zuera			ES	52	Z	50298	7738	Europe/Madrid
6362985	Biel	biel			ES	52	Z	50901	168	Europe/Madrid
6362986	Marracos	marracos			ES	52	Z	50902	106	Europe/Madrid
6362989	Les	les			ES	56	L	25121	1012	Europe/Madrid
6362990	San Pedro	san-pedro			ES	54	AB	02071	1287	Europe/Madrid
6362991	Antas	antas			ES	51	AL	04016	3312	Europe/Madrid
6362992	Paderne	paderne			ES	58	C	15064	2597	Europe/Madrid
6362993	Campo	campo			ES	52	HU	22074	330	Europe/Madrid
6362994	Castellar	castellar			ES	51	J	23025	3543	Europe/Madrid
6362995	Cea	cea			ES	55	LE	24051	515	Europe/Madrid
6362996	León	leon	Gorad Leon,Leao,Legio,Leon,Leona,Leonas,Leono,Leyon,Leyón,Leão,León,Lhion,Lion,Lión,Lleo,Lleó,Llion,Llión,lai ang,le-on,li'om,lywn,reon,Λεόν,Горад Леон,Леон,לאון,لئون,ليون,لیون,لیون، ہسپانیہ,लीओं,レオン,莱昂,레온		ES	55	LE	24089	131680	Europe/Madrid
6362997	Murcia	murcia			ES	31	MU	30030	441354	Europe/Madrid
6362998	Allariz	allariz			ES	58	OR	32001	6059	Europe/Madrid
6362999	Almendra	almendra	Al'mendra,a er men de la,Альмендра,阿尔门德拉		ES	55	SA	37028	183	Europe/Madrid
6363000	Cristóbal	cristobal			ES	55	SA	37112	178	Europe/Madrid
6363001	Vallés	valles			ES	60	V	46253	162	Europe/Madrid
6363002	San Salvador	san-salvador			ES	55	VA	47151	36	Europe/Madrid
6363004	Abanto	abanto			ES	52	Z	50001	127	Europe/Madrid
6533927	Alaró	alaro	Alaro,Alaró,a la luo,alarw,Аларо,ألارو,الارو,阿拉罗		ES	07	PM	07001	5508	Europe/Madrid
6533928	Alaior	alaior			ES	07	PM	07002	9610	Europe/Madrid
6533929	Alcúdia	alcudia	Al'kudija,Alcudia,Alcúdia,Alkudija,a er ku di ya,alkwdya,alqwdyt,arukudia,xal ku deiy,Алькудия,آلکودیا,القودية,อัลกูเดีย,アルクーディア,阿尔库迪亚		ES	07	PM	07003	19586	Europe/Madrid
6533930	Algaida	algaida	Algaida		ES	07	PM	07004	5367	Europe/Madrid
6533931	Artà	arta	Arta,Artà		ES	07	PM	07006	7629	Europe/Madrid
6533932	Bañalbufar	banalbufar	Banyalbufar		ES	07	PM	07007	560	Europe/Madrid
6533933	Binissalem	binissalem	Binissalem,bnw salm,bnw slam,bny salm,bynysalym,بنو سالم,بنو سلام,بني سالم,بينيساليم		ES	07	PM	07008	8143	Europe/Madrid
6533934	Búger	buger	Buger,Búger		ES	07	PM	07009	1015	Europe/Madrid
6533935	Bunyola	bunyola	Bunyola		ES	07	PM	07010	6276	Europe/Madrid
6533936	Campanet	campanet	Campanet		ES	07	PM	07012	2590	Europe/Madrid
6533937	Campos	campos	Campos,Kampos,kambws,kan bo si,Кампос,كامبوس,坎波斯		ES	07	PM	07013	9964	Europe/Madrid
6533938	Capdepera	capdepera	Capdepera		ES	07	PM	07014	11421	Europe/Madrid
6533939	Ciutadella de Menorca	ciutadella-de-menorca	Ciudadela,Ciutadella,Ciutadella de Menorca,Ciutadiella de Menorca,Iamo,S'judadela,mdynt mnwrqt,xiu ta de li ya de mei nuo er ka,Сьюдадела,مدينة منورقة,シウタデリャ・デ・メノルカ,休塔德利亚德梅诺尔卡		ES	07	PM	07015	29580	Europe/Madrid
6533940	Consell	consell	Consell		ES	07	PM	07016	3861	Europe/Madrid
6533941	Costitx	costitx	Costitx		ES	07	PM	07017	1159	Europe/Madrid
6533942	Deià	deia	Deia,Deià		ES	07	PM	07018	747	Europe/Madrid
6533943	Escorca	escorca	Escorca		ES	07	PM	07019	267	Europe/Madrid
6533944	Esporles	esporles	Esporles		ES	07	PM	07020	4915	Europe/Madrid
6533945	Felanitx	felanitx	Felanich,Felanitx,Felantix,faranichu,fei la ni te si,flanytks,fylanytsh,Феланич,فلانیتکس,فيلانيتش,ファラニチュ,费拉尼特斯		ES	07	PM	07022	18388	Europe/Madrid
6533946	Ferreries	ferreries			ES	07	PM	07023	4670	Europe/Madrid
6533947	Fornalutx	fornalutx	Fornalutx		ES	07	PM	07025	692	Europe/Madrid
6533948	Inca	inca	Inca,Inka,anka,inka,yin ka,Инка,إنكا,インカ,因卡		ES	07	PM	07027	30066	Europe/Madrid
6533949	Lloret de Vistalegre	lloret-de-vistalegre	Lloret de Vistalegre		ES	07	PM	07028	1346	Europe/Madrid
6533950	Lloseta	lloseta	Lloseta		ES	07	PM	07029	5674	Europe/Madrid
6533951	Llubí	llubi	Llubi,Llubí		ES	07	PM	07030	2294	Europe/Madrid
6533952	Llucmajor	llucmajor	L'jukmajor,Lluchmayor,Llucmajor,Lyukmayor,liu ke ma huo er,ywkmakhr,ywtshmaywr,Льюкмайор,Լյուկմայոր,يوتشمايور,یوکماخر,柳克马霍尔		ES	07	PM	07031	36994	Europe/Madrid
6533953	Mahón	mahon	MAH,Mahon,Mahón,Mao,Maó,Port Mahon		ES	07	PM	07032	28972	Europe/Madrid
6533954	Manacor	manacor	Manacor,Manakor,ma na ke er,manakor,manakoru,manakr,manakwr,Манакор,ماناكور,ماناکر,மனகோர்,マナコル,马纳科尔		ES	07	PM	07033	40831	Europe/Madrid
6533955	Mancor de la Vall	mancor-de-la-vall	Mancor de la Vall		ES	07	PM	07034	1330	Europe/Madrid
6533956	Maria de la Salut	maria-de-la-salut	Maria de la Salut		ES	07	PM	07035	2152	Europe/Madrid
6533957	Marratxí	marratxi	Marrachi,Marrachí,Marratxi,Marratxí,ma la te ke xi,maratksy,maratshy,Маррачи,Մառաչի,ماراتشي,ماراتکسی,马拉特克西		ES	07	PM	07036	34583	Europe/Madrid
6533958	es Mercadal	es-mercadal			ES	07	PM	07037	5396	Europe/Madrid
6533959	Montuïri	montuiri	Montuiri,Montuïri		ES	07	PM	07038	2855	Europe/Madrid
6533960	Muro	muro	Muro,mu luo,mwrw,mwrw d alky,Муро,مورو,مورو د آلکی,穆罗		ES	07	PM	07039	6963	Europe/Madrid
6533961	Palma de Mallorca	palma-de-mallorca	Gorad Pal'ma-deh-Mal'jorka,Majorka,Maljorkos Palma,Pal'ma,Pal'ma-de-Mal'orka,Pal'mae,Palma,Palma Mallorcakoa,Palma de Maiorca,Palma de Majorca,Palma de Majorka,Palma de Majorko,Palma de Majorque,Palma de Mallorca,Palma de Mayorka,Palma di Maiorca,Palma di Majorca,Palma nte Magiorka,mywrqt,pa er ma,pal ma,palma,palma d maywrka,palma de mayorka,palma te mallorkka,palma  maywrka,palmademayoleuka,paruma・de・mayoruka,plmh dh mywrqh,Πάλμα ντε Μαγιόρκα,Горад Пальма-дэ-Мальёрка,Палма де Майорка,Палма де Мајорка,Пальмæ,Пальма,Пальма-де-Мальорка,פלמה דה מיורקה,ميورقة,پالما,پالما د مایورکا,پالما، مایورکا,पाल्मा दे मायोर्का,பால்மா தே மல்லோர்க்கா,ปัลมา,პალმა,パルマ・デ・マヨルカ,帕爾馬,팔마데마요르카		ES	07	PM	07040	407648	Europe/Madrid
6533962	Petra	petra	Petra		ES	07	PM	07041	2908	Europe/Madrid
6533963	Pollença	pollenca	Pol'ensa,Pollenca,Pollensa,Pollença,bo lian si sa,bwynsa,poryensa,Польенса,بوينسا,ポリェンサ,波连斯萨		ES	07	PM	07042	16191	Europe/Madrid
6533964	Porreres	porreres	Porreres		ES	07	PM	07043	5486	Europe/Madrid
6533965	Sa Pobla	sa-pobla	Sa Pobla		ES	07	PM	07044	12871	Europe/Madrid
6533966	Puigpunyent	puigpunyent	Puigpunyent		ES	07	PM	07045	1886	Europe/Madrid
6533967	Sencelles	sencelles			ES	07	PM	07047	3187	Europe/Madrid
6533968	Sant Joan	sant-joan	Sant Joan		ES	07	PM	07049	2047	Europe/Madrid
6533969	Sant Llorenç des Cardassar	sant-llorenc-des-cardassar			ES	07	PM	07051	8993	Europe/Madrid
6533970	Sant Lluís	sant-lluis			ES	07	PM	07052	7449	Europe/Madrid
6533971	Santa Eugènia	santa-eugenia	Santa Eugenia,Santa Eugènia		ES	07	PM	07053	1702	Europe/Madrid
6533972	Santa Margalida	santa-margalida	Santa Margalida		ES	07	PM	07055	11922	Europe/Madrid
6533973	Santa Maria del Camí	santa-maria-del-cami	Santa Maria del Cami,Santa Maria del Camí		ES	07	PM	07056	6473	Europe/Madrid
6533974	Santanyí	santanyi	Santanyi,Santanyí		ES	07	PM	07057	13384	Europe/Madrid
6533975	Selva	selva	Selva		ES	07	PM	07058	3798	Europe/Madrid
6533976	Ses Salines	ses-salines	Las Salinas,Ses Salines,Ses-Salines,las salynas,les Salines,sai sa li nei si,ses Salines,Сес-Салинес,لاس ساليناس,塞萨利内斯		ES	07	PM	07059	5227	Europe/Madrid
6533977	Sineu	sineu	Sineu		ES	07	PM	07060	3763	Europe/Madrid
6533978	Sóller	soller	Sol'er,Soller,Sóller,suo lie er,swyyr,Сольер,سويير,索列尔		ES	07	PM	07061	14150	Europe/Madrid
6533979	Son Servera	son-servera	Son Cervera,Son Servera,Son-Servera,song sai er wei la,swn syrfyra,Сон-Сервера,Սոն Սերվերա,سون سيرفيرا,松塞尔韦拉		ES	07	PM	07062	12165	Europe/Madrid
6533980	Valldemossa	valldemossa	Valldemosa,Valldemossa		ES	07	PM	07063	2027	Europe/Madrid
6533981	Es Castell	es-castell			ES	07	PM	07064	7962	Europe/Madrid
6533982	Vilafranca de Bonany	vilafranca-de-bonany	Vilafranca,Vilafranca de Bonany		ES	07	PM	07065	2971	Europe/Madrid
6533983	Ariany	ariany	Ariany		ES	07	PM	07901	877	Europe/Madrid
6533984	Es Migjorn Gran	es-migjorn-gran			ES	07	PM	07902	1539	Europe/Madrid
6533985	Arenys de Mar	arenys-de-mar	Aren's-de-Mar,Aren'sh-da-Mar,a lei ni si de ma er,arynys dy mar,Ареньс-де-Мар,Ареньш-да-Мар,أرينيس دي مار,阿雷尼斯德马尔		ES	56	B	08006	15030	Europe/Madrid
6533986	Arenys de Munt	arenys-de-munt	Aren'sh-da-Mun,a lei ni si-de meng te,aleniseudemunteu,arnys d mwnt,arynys dy mwnt,Ареньш-да-Мун,آرنیس د مونت,أرينيس دي مونت,阿雷尼斯-德蒙特,아레니스데문트		ES	56	B	08007	8530	Europe/Madrid
6533987	Caldes d'Estrac	caldes-d-estrac	Caldes d'Estrac		ES	56	B	08032	2773	Europe/Madrid
6533988	Calella	calella	Kalel'ja,Kalelja,Kalelya,ka lai li ya,kalleya,kalya,klylt,Калелья,Калелја,Կալելյա,كليلة,کالیا,卡莱利亚,칼레야		ES	56	B	08035	18529	Europe/Madrid
6533989	Canet de Mar	canet-de-mar	Canyet de Mar,Kanet de Mar,Kanet-de-Mar,bin hai ka nei te,kant d mar,kanyt dy mar,Канет-де-Мар,Կանետ դե Մար,كانيت دي مار,کانت د مار,滨海卡内特		ES	56	B	08040	14183	Europe/Madrid
6533990	Fogars de la Selva	fogars-de-la-selva			ES	56	B	08082	1529	Europe/Madrid
6533991	Malgrat de Mar	malgrat-de-mar	Mal'grat-de-Mar,Malgrat de Mar,Malgrat-da-Mar,Malgrata de Mara,Malqrat de Mar,bin hai ma er ge la te,malghrat dy mar,malgrat d mar,Малграт де Мар,Мальграт-де-Мар,Малґрат-да-Мар,Մալգրատ դե Մար,مالغرات دي مار,مالگرات د مار,مالگرات دے مار,マルグラッド・ダ・マール,滨海马尔格拉特		ES	56	B	08110	18504	Europe/Madrid
6533992	Palafolls	palafolls			ES	56	B	08155	9027	Europe/Madrid
6533993	Pineda de Mar	pineda-de-mar			ES	56	B	08163	26066	Europe/Madrid
6533994	Sant Iscle de Vallalta	sant-iscle-de-vallalta			ES	56	B	08193	1322	Europe/Madrid
6533995	Sant Cebria de Vallalta	sant-cebria-de-vallalta			ES	56	B	08203	3337	Europe/Madrid
6533996	Sant Pol de Mar	sant-pol-de-mar	San Pol de Mar,San-Pol'-de-Mar,bin hai sheng bo er,san bwl dy mar,sant pl d mar,Сан-Поль-де-Мар,Սան Պոլ դե Մար,سان بول دي مار,سانت پل د مار,滨海圣波尔		ES	56	B	08235	5073	Europe/Madrid
6533997	Santa Susanna	santa-susanna			ES	56	B	08261	3338	Europe/Madrid
6533998	Sant Vicenç de Montalt	sant-vicenc-de-montalt			ES	56	B	08264	5878	Europe/Madrid
6533999	Tordera	tordera			ES	56	B	08284	16318	Europe/Madrid
6534000	Valle de Sedano	valle-de-sedano			ES	55	BU	09905	487	Europe/Madrid
6534001	Frades	frades	Frades,frads,fradys,fu la de si,furadesu,Фрадес,فرادس,فراديس,フラーデス,夫拉德斯		ES	58	C	15038	2566	Europe/Madrid
6534002	Agullana	agullana	Agul'jana,Aguljana,Agulyana,a gu li ya na,aghwyana,Агульяна,Агуляна,Ագուլյանա,أغويانا,阿古利亚纳		ES	56	GI	17001	858	Europe/Madrid
6534003	Aiguaviva	aiguaviva			ES	56	GI	17002	774	Europe/Madrid
6534004	Albanyà	albanya	Al'ban'ja,Alban'ja,Albana,Albania,Albañá,a er wa ni ya,albnya,Албанья,Альбанья,Ալբանիա,ألبنيا,阿尔瓦尼亚		ES	56	GI	17003	153	Europe/Madrid
6534005	Albons	albons			ES	56	GI	17004	714	Europe/Madrid
6534006	el Far d'Empordà	el-far-d-emporda			ES	56	GI	17005	555	Europe/Madrid
6534007	Amer	amer			ES	56	GI	17007	2277	Europe/Madrid
6534008	Anglès	angles			ES	56	GI	17008	5719	Europe/Madrid
6534009	Argelaguer	argelaguer			ES	56	GI	17010	425	Europe/Madrid
6534010	l'Armentera	l-armentera			ES	56	GI	17011	860	Europe/Madrid
6534011	Avinyonet de Puigventós	avinyonet-de-puigventos	Abin'junet-da-Puchbantos,Avin'onet-de-Puchventos,Avinonet de Puig Ventos,Avinyonet,Avinyonet de Puigventos,Avinyonet de Puigventós,Aviñonet de Puig Ventós,a wei ni ao nei te-de pu yi ge wen tuo si,afynywnyt dy bwygh fyntws,Абіньюнет-да-Пучбантос,Авиньонет-де-Пучвентос,Ավինիոնետ դե Պուչվենտոս,أفينيونيت دي بويغ فينتوس,阿维尼奥内特-德普伊格文托斯		ES	56	GI	17012	1523	Europe/Madrid
6534012	Begur	begur			ES	56	GI	17013	4221	Europe/Madrid
6534013	la Vajol	la-vajol			ES	56	GI	17014	93	Europe/Madrid
6534014	Banyoles	banyoles	Ban'olas,Ban'oles,Banioles,Banolas,Banyolas,Bañolas,ba ni ao lai si,banyls,banyorasu,banywlas,Μπανιόλες,Баньолас,Баньолес,Բանիոլես,بانيولاس,بانیلس,バニョラス,巴尼奥莱斯		ES	56	GI	17015	19341	Europe/Madrid
6534015	Bàscara	bascara	Bascara,Baskara,Bàscara,Báscara,ba si ka la,baskara,Баскара,Բասկարա,باسكارا,巴斯卡拉		ES	56	GI	17016	968	Europe/Madrid
6534016	Bellcaire d'Empordà	bellcaire-d-emporda			ES	56	GI	17018	661	Europe/Madrid
6534150	la Tallada d'Empordà	la-tallada-d-emporda			ES	56	GI	17195	459	Europe/Madrid
6534017	Besalú	besalu	Besalu,Bisaldunum,bazaru,bei sa lu,bsalw,bslw,bysalw,Бесалу,Բեսալու,בסלו,بسالو,بيسالو,バザルー,贝萨卢		ES	56	GI	17019	2427	Europe/Madrid
6534018	Bescanó	bescano			ES	56	GI	17020	4705	Europe/Madrid
6534019	Beuda	beuda			ES	56	GI	17021	170	Europe/Madrid
6534020	la Bisbal d'Empordà	la-bisbal-d-emporda	La Bisbal dEmporda		ES	56	GI	17022	10679	Europe/Madrid
6534021	Blanes	blanes	Blanes,blans,blanys,bu la nei si,buranasu,Бланес,Բլանես,بلانس,بلانيس,ブラナス,布拉内斯		ES	56	GI	17023	39785	Europe/Madrid
6534022	Bordils	bordils	Bordil's,Bordils,bo er di er si,bwrdyls,Бордильс,Բորդիլս,بورديلس,博尔迪尔斯		ES	56	GI	17025	1737	Europe/Madrid
6534023	Borrassà	borrassa	Borasa,Borrassa,Burrasa,bo la sa,bwrasa,Боррасса,Бурраса,Բոռասա,بوراسا,博拉萨		ES	56	GI	17026	714	Europe/Madrid
6534024	Breda	breda			ES	56	GI	17027	3767	Europe/Madrid
6534025	Brunyola	brunyola			ES	56	GI	17028	397	Europe/Madrid
6534026	Boadella i les Escaules	boadella-i-les-escaules	Baodelya del Ampurdan,Boadel'ja-del'-Ampurdan,Boadella d'Emporda,Boadella d'Empordà,Boadella dEmporda,Boadella dEmpordà,Boadella del Ampurdan,Boadella del Ampurdán,Buadelja-i-las-Askaulas,Buadella,bu a de li ya,bwadya,byadya ay ls askawls,Боаделья-дель-Ампурдан,Буаделя-і-лас-Аскаулас,Բաոդելյա դել Ամպուրդան,بئادیا ای لس اسکاولس,بواديا,布阿德利亚		ES	56	GI	17029	256	Europe/Madrid
6534027	Cabanes	cabanes			ES	56	GI	17030	931	Europe/Madrid
6534028	Cabanelles	cabanelles	Cabanellas,Kabaneljas,ka wa nei li ya si,kabanyas,Кабанеляс,كابانياس,卡瓦内利亚斯		ES	56	GI	17031	244	Europe/Madrid
6534029	Cadaqués	cadaques	Kadakes,ka da ke si,kadakesu,kadaks,kadakys,Кадакéс,Кадакес,Կադակես,كاداكيس,کاداکس,カダケス,卡达克斯		ES	56	GI	17032	2935	Europe/Madrid
6534030	Caldes de Malavella	caldes-de-malavella	Caldas de Malavella,Caldes de Malavella,Kal'das-de-Malavel'ja,Kaldas de Malavelya,ka er da si-de ma la wei li ya,kaldas dy malafya,kalds d malabya,Кальдас-де-Малавелья,Կալդաս դե Մալավելյա,كالداس دي مالافيا,کالدس د مالابیا,卡尔达斯-德马拉韦利亚		ES	56	GI	17033	7071	Europe/Madrid
6534031	Calonge	calonge	Kalonze,Kalonzha,Kalonzhe,ka long he,kalnkhh,kalwnkhy,Калонжа,Калонже,Կալոնժե,كالونخي,کالنخه,卡隆赫		ES	56	GI	17034	10851	Europe/Madrid
6534032	Camós	camos			ES	56	GI	17035	677	Europe/Madrid
6534033	Campllong	campllong			ES	56	GI	17038	525	Europe/Madrid
6534034	Caner d'Adri	caner-d-adri			ES	56	GI	17040	624	Europe/Madrid
6534035	Cantallops	cantallops	Kantal'ops,kan ta e pu si,kantayps,kantaywbs,Кантальопс,كانتايوبس,کانتایپس,坎塔略普斯		ES	56	GI	17041	333	Europe/Madrid
6534036	Capmany	capmany	Campmany,Kampan,Kapman',ka pu ma ni,kabmany,Капмань,Կամպան,كابماني,卡普马尼		ES	56	GI	17042	633	Europe/Madrid
6534037	Cassà de la Selva	cassa-de-la-selva	Cassa de la Selva,Cassá de la Selva,Kasa de la Selva,Kassa-de-la-Sel'va,ka sa de la sai er wa,kasa dy la sylfa,kassa d la slba,Касса-де-ла-Сельва,Կասա դե լա Սելվա,كاسا دي لا سيلفا,کاسسا د لا سلبا,卡萨德拉塞尔瓦		ES	56	GI	17044	9925	Europe/Madrid
6534038	Biure	biure	B'jure,Biura,Viure,Vyure,bi wu lei,bywrh,fywry,Бьюре,Біура,Виуре,Վյուրե,بیوره,فيوري,比乌雷		ES	56	GI	17234	249	Europe/Madrid
6534039	Castellfollit de la Roca	castellfollit-de-la-roca	Castellfullit de la Roca,Kastel'fol'it-de-la-Roka,Kastel'ful'it-de-la-Roka,fu li te bao-de la luo ka,kastyfwyyt dy la rwka,kastyfyyt d la rka,Кастельфольит-де-ла-Рока,Кастельфульит-де-ла-Рока,كاستيفوييت دي لا روكا,کاستیفییت د لا رکا,富利特堡-德拉罗卡		ES	56	GI	17046	999	Europe/Madrid
6534040	Castelló d'Empúries	castello-d-empuries	Castello d'Empuries,Castelló d'Empúries		ES	56	GI	17047	11794	Europe/Madrid
6534041	Castell-Platja d'Aro	castell-platja-d-aro	Castell-Platja d'Aro		ES	56	GI	17048	10527	Europe/Madrid
6534042	la Cellera de Ter	la-cellera-de-ter			ES	56	GI	17189	2066	Europe/Madrid
6534043	Celrà	celra			ES	56	GI	17049	4914	Europe/Madrid
6534044	Cervià de Ter	cervia-de-ter			ES	56	GI	17050	906	Europe/Madrid
6534045	Cistella	cistella	Sistel'ja,Sistelja,Sistelya,thystya,xi si te li ya,Систелья,Сістеля,Սիստելյա,ثيستيا,锡斯特利亚		ES	56	GI	17051	281	Europe/Madrid
6534046	Colera	colera			ES	56	GI	17054	574	Europe/Madrid
6534047	Colomers	colomers			ES	56	GI	17055	205	Europe/Madrid
6534048	Corçà	corca	Corsa,Corsá,Korsa,Kursa,ke er si sa,kwrsa,Корса,Курса,Կորսա,كورسا,科尔斯萨		ES	56	GI	17057	1279	Europe/Madrid
6534049	Cornellà de Terri	cornella-de-terri			ES	56	GI	17056	2257	Europe/Madrid
6534050	Crespià	crespia			ES	56	GI	17058	266	Europe/Madrid
6534051	Cruïlles,  Monells i Sant Sadurní de l'Heura	cruilles-monells-i-sant-sadurni-de-l-heura			ES	56	GI	17901	1253	Europe/Madrid
6534052	Darnius	darnius	Darnius,da er niu si,darnyws,Дарниус,Дарніус,Դարնիուս,دارنيوس,دارنیوس,达尔纽斯		ES	56	GI	17060	532	Europe/Madrid
6534053	l'Escala	l-escala			ES	56	GI	17062	10508	Europe/Madrid
6534054	Espolla	espolla	Aspolja,Ehspol'ja,Espolya,ai si bo li ya,asbwya,Асполя,Эсполья,Էսպոլյա,إسبويا,埃斯波利亚		ES	56	GI	17064	421	Europe/Madrid
6534055	Esponellà	esponella			ES	56	GI	17065	446	Europe/Madrid
6534056	Figueres	figueres	Figeras,Figeres,Figeresas,Figueras,Gorad Figeras,fei ge lei si,figerasu,fyghyras,fygrs,pigeleseu,pygrs,Φιγέρες,Горад Фігерас,Фигерас,Фігерас,Ֆիգերաս,פיגרס,فيغيراس,فیگرس,フィゲラス,菲格雷斯,피게레스		ES	56	GI	17066	45262	Europe/Madrid
6534057	Flaçà	flaca			ES	56	GI	17067	1065	Europe/Madrid
6534058	Foixà	foixa	Foixa,Foixà,Foixá,Fosa,Fosha,Fushja,fu yi ke sa,fwyksa,fyksa,Фоша,Фушя,Ֆոշա,فويكسا,فیکسا,福伊克萨		ES	56	GI	17068	311	Europe/Madrid
6534059	Fontanilles	fontanilles	Fontanil'es,Fontanillas,Fontanilyes,Funtaniljas,feng ta ni li ya si,fwntanyas,Фонтанильес,Фунтаніляс,Ֆոնտանիլյես,فونتانياس,丰塔尼利亚斯		ES	56	GI	17070	156	Europe/Madrid
6534060	Fontcoberta	fontcoberta			ES	56	GI	17071	1375	Europe/Madrid
7577089	Palomera	palomera			ES	54	CU	16149	196	Europe/Madrid
6534061	Forallac	forallac	Fonteta,Foral'jak,Foralyak,Furaljak,fu la li ya ke,fwrayak,Форальяк,Фураляк,Ֆորալյակ,فوراياك,福拉利亚克		ES	56	GI	17902	1721	Europe/Madrid
6534062	Fornells de la Selva	fornells-de-la-selva			ES	56	GI	17073	2449	Europe/Madrid
6534063	Fortià	fortia			ES	56	GI	17074	679	Europe/Madrid
6534064	Garrigàs	garrigas	Garigas,Garrigas,Garrigás,gharyghas,jia li jia si,Гарригас,Ґаррігас,Գառիգաս,غاريغاس,加里加斯		ES	56	GI	17075	382	Europe/Madrid
6534065	Garrigoles	garrigoles			ES	56	GI	17076	167	Europe/Madrid
6534066	Garriguella	garriguella	Garigelya,Garrigel'ja,Garrigelja,gharyghya,jia li ge li ya,Гарригелья,Ґаррігеля,Գառիգելյա,غاريغيا,加里格利亚		ES	56	GI	17077	874	Europe/Madrid
6534067	Girona	girona	Cherona,Chirona,Djirona,Gerona,Gerone,Gerunda,Girono,Gorad Zhyrona,Gérone,Kherona,Kheronae,Kit-lo-nap-sen,Kit-lò-na̍p-sén,Xerona,Xirona,Zhirona,Zirona,gyrwna,he luo na,jilona,jirona,jrndt,jyrwna,khyrwna,zyrwnh,Ĝirono,Žirona,Ζιρόνα,Ђирона,Горад Жырона,Жирона,Херонæ,Херона,Խիրոնա,זירונה,זשיראנע,جرندة,جیرونا,خیرونا,گیرونا,ジローナ,赫罗纳,지로나		ES	56	GI	17079	97198	Europe/Madrid
6534068	Gualta	gualta			ES	56	GI	17081	362	Europe/Madrid
6534069	Hostalric	hostalric			ES	56	GI	17083	4018	Europe/Madrid
6534070	Jafre	jafre			ES	56	GI	17085	425	Europe/Madrid
6534071	la Jonquera	la-jonquera	La Jonquera		ES	56	GI	17086	3203	Europe/Madrid
6534072	Juià	juia			ES	56	GI	17087	347	Europe/Madrid
6534073	Lladó	llado			ES	56	GI	17088	736	Europe/Madrid
6534074	Llagostera	llagostera	L'jagostera,Liagostera,li ya ge si te la,ryagosutera,yaghwstyra,yagstra,Льягостера,Լիագոստերա,ياغوستيرا,یاگسترا,リャゴステラ,利亚戈斯特拉		ES	56	GI	17089	8157	Europe/Madrid
6534075	Llambilles	llambilles			ES	56	GI	17090	713	Europe/Madrid
6534076	Llançà	llanca	L'jansa,L'janssa,Liansa,Ljansa,Llansa,Llansá,liang sa,ryansa,yanka,yansa,Льянса,Льянсса,Лянса,Լիանսա,يانسا,یانکا,リャンサ,良萨		ES	56	GI	17092	5105	Europe/Madrid
6534077	Llers	llers	L'ers,L'es,Liers,lie er si,yrs,yyrs,Льерс,Льєс,Լիերս,ييرس,یرس,列尔斯		ES	56	GI	17093	1194	Europe/Madrid
6534078	Lloret de Mar	lloret-de-mar	L'joreht-deh-Mar,L'oret-de-Mar,Ljoret de Mar,Loret de Mar,bin hai e lei te,ryureddo・da・maru,yrt d mar,ywryt dy mar,Љорет де Мар,Льорет-де-Мар,Льёрэт-дэ-Мар,Լորետ դե Մար,יורט דה מאר,يوريت دي مار,یرت د مار,リュレッド・ダ・マール,滨海略雷特		ES	56	GI	17095	40837	Europe/Madrid
6534079	Maçanet de Cabrenys	macanet-de-cabrenys	Masanet de Kabrens,Masanet-da-Kabren'sh,Masanet-de-Kabren's,Massanet de Cabrenys,ma si sa nei te-de ka fu lei ni si,makant d kabrnys,masanyt dy kabrynys,Масанет-да-Кабреньш,Масанет-де-Кабреньс,Մասանետ դե Կաբրենս,ماسانيت دي كابرينيس,ماکانت د کابرنیس,میکانیٹ ڈی کابرینیس,马斯萨内特-德卡夫雷尼斯		ES	56	GI	17102	739	Europe/Madrid
6534080	Maçanet de la Selva	macanet-de-la-selva	Masanet de la Selva,Massanet de la Selva,Massanet-de-la-Sel'va,ma si sa nei te de la sai er wa,makant d la slba,masanyt dy la sylfa,Массанет-де-ла-Сельва,Մասանետ դե լա Սելվա,ماسانيت دي لا سيلفا,ماکانت د لا سلبا,میکانیٹ ڈی لا سیلوا,马斯萨内特德拉塞尔瓦		ES	56	GI	17103	7175	Europe/Madrid
6534081	Madremanya	madremanya			ES	56	GI	17097	266	Europe/Madrid
6534082	Maià de Montcal	maia-de-montcal			ES	56	GI	17098	443	Europe/Madrid
6534083	Masarac	masarac	Masarach,Masarak,Mazarak,ma sa la qi,masaratsh,Мазарак,Масарак,Մասարակ,ماساراتش,马萨拉奇		ES	56	GI	17100	293	Europe/Madrid
6534084	Massanes	massanes			ES	56	GI	17101	711	Europe/Madrid
6534085	Mieres	mieres			ES	56	GI	17105	333	Europe/Madrid
6534086	Mollet de Peralada	mollet-de-peralada	Mol'et-de-Peralada,Molyet de Peralada,Mul'et-da-Paralaza,mo lie te-de pei la la da,mwyyt dy byralada,Мольет-де-Пералада,Мульєт-да-Паралаза,Մոլյետ դե Պերալադա,موييت دي بيرالادا,莫列特-德佩拉拉达		ES	56	GI	17106	180	Europe/Madrid
6534087	Mont-ras	mont-ras			ES	56	GI	17110	1818	Europe/Madrid
6534088	Navata	navata	Nabata,Navata,na wa ta,nabata,nafata,Набата,Навата,Նավատա,ناباتا,نافاتا,纳瓦塔		ES	56	GI	17111	1254	Europe/Madrid
6534089	Ordis	ordis			ES	56	GI	17115	391	Europe/Madrid
6534090	Osor	osor			ES	56	GI	17116	451	Europe/Madrid
6534091	Palafrugell	palafrugell	Palafruzel,Palafruzhel',balafrwghy,pa la fu lu he li,palafrwkhy,Палафружель,Պալաֆրուժել,بالافروغي,پالافروخی,帕拉夫鲁赫利		ES	56	GI	17117	22880	Europe/Madrid
6534092	Palamós	palamos	Palamos,balamws,pa la mo si,palams,Паламос,Պալամոս,بالاموس,پالامس,帕拉莫斯		ES	56	GI	17118	17813	Europe/Madrid
6534093	Palau de Santa Eulàlia	palau-de-santa-eulalia			ES	56	GI	17119	100	Europe/Madrid
6534094	Palau-sator	palau-sator			ES	56	GI	17121	294	Europe/Madrid
6534095	Palau-saverdera	palau-saverdera			ES	56	GI	17120	1481	Europe/Madrid
6534096	Palol de Revardit	palol-de-revardit			ES	56	GI	17123	478	Europe/Madrid
6534097	Pals	pals	Pal's,Pals,bals,pa er si,pals,Палс,Пальс,Պալս,بالس,پالس,帕尔斯		ES	56	GI	17124	2793	Europe/Madrid
6534098	Parlavà	parlava			ES	56	GI	17126	386	Europe/Madrid
6534099	Pau	pau			ES	56	GI	17128	597	Europe/Madrid
6534100	Pedret i Marzà	pedret-i-marza			ES	56	GI	17129	184	Europe/Madrid
6534101	la Pera	la-pera			ES	56	GI	17130	428	Europe/Madrid
6534102	Peralada	peralada	Paralaza,Peralada,Perelada,byrylada,pei lei la da,pralada,Паралаза,Пералада,Պերալադա,بيريلادا,پرالادا,佩雷拉达		ES	56	GI	17132	1888	Europe/Madrid
6534103	les Planes d'Hostoles	les-planes-d-hostoles			ES	56	GI	17133	1701	Europe/Madrid
6534104	Pont de Molins	pont-de-molins			ES	56	GI	17135	538	Europe/Madrid
6534105	Pontós	pontos			ES	56	GI	17136	232	Europe/Madrid
6534106	Porqueres	porqueres			ES	56	GI	17137	4491	Europe/Madrid
6534107	el Port de la Selva	el-port-de-la-selva			ES	56	GI	17140	1011	Europe/Madrid
7577090	Poyatos	poyatos			ES	54	CU	16165	85	Europe/Madrid
6534108	Portbou	portbou	Porbou,Portbou,bo er te wo,bwrtbw,porutobou,prtbw,Порбоу,Портбоу,Պորտբոու,بورتبو,پرتبو,ポルトボウ,波尔特沃		ES	56	GI	17138	1296	Europe/Madrid
6534109	Quart	quart			ES	56	GI	17142	3255	Europe/Madrid
6534110	Rabós	rabos	Rabos,la wo si,rabws,Рабос,Ռաբոս,رابوس,拉沃斯		ES	56	GI	17143	206	Europe/Madrid
6534111	Regencós	regencos			ES	56	GI	17144	295	Europe/Madrid
6534112	Riudarenes	riudarenes			ES	56	GI	17148	2180	Europe/Madrid
6534113	Riudellots de la Selva	riudellots-de-la-selva			ES	56	GI	17150	2037	Europe/Madrid
6534114	Riumors	riumors			ES	56	GI	17151	252	Europe/Madrid
6534115	Roses	roses	Rhoda,Rosas,Rozas,luo sa si,rozasu,rss,rwsas,Ρόσας,Розас,Росас,Ռոսաս,رسس,روساس,ロザス,罗萨斯		ES	56	GI	17152	19896	Europe/Madrid
6534116	Rupià	rupia			ES	56	GI	17153	248	Europe/Madrid
6534117	Sales de Llierca	sales-de-llierca	Sales de Llierca		ES	56	GI	17154	144	Europe/Madrid
6534118	Salt	salt	Sal't,Salt,sa er te,salt,Сальт,Սալտ,سالت,سالٹ,萨尔特		ES	56	GI	17155	30146	Europe/Madrid
6534119	Sant Andreu Salou	sant-andreu-salou			ES	56	GI	17157	159	Europe/Madrid
6534120	Sant Aniol de Finestres	sant-aniol-de-finestres			ES	56	GI	17183	351	Europe/Madrid
6534121	Sant Climent Sescebes	sant-climent-sescebes	San Clemente Sasebas,San Klemente Sasebas,San-Klemente-Sasebas,San-Klimen-Sassebas,sant klymynty sasybas,sheng ke lai men te-sa sai wa si,Сан-Клементе-Сасебас,Сан-Клімен-Сассебас,Սան Կլեմենտե Սասեբաս,سانت كليمينتي ساسيباس,圣克莱门特-萨塞瓦斯		ES	56	GI	17158	568	Europe/Madrid
6534122	Sant Feliu de Buixalleu	sant-feliu-de-buixalleu			ES	56	GI	17159	788	Europe/Madrid
6534123	Sant Feliu de Guíxols	sant-feliu-de-guixols	San Feliu de Guixols,San Feliu de Guíxols,San Felíu de Guixols,San-Faliu-da-Gishuls,San-Feliu-de-Gishol's,san fylyw dy ghykswls,sang te fei liu de ji ke suo er si,Сан-Фаліу-да-Ґішулс,Сан-Фелиу-де-Гишольс,سان فيليو دي غيكسولس,桑特费柳德吉克索尔斯		ES	56	GI	17160	21961	Europe/Madrid
6534124	Sant Ferriol	sant-ferriol			ES	56	GI	17162	222	Europe/Madrid
6534125	Sant Gregori	sant-gregori	Sant Gregori		ES	56	GI	17163	3343	Europe/Madrid
6534126	Sant Jaume de Llierca	sant-jaume-de-llierca			ES	56	GI	17165	757	Europe/Madrid
6534127	Sant Joan de Mollet	sant-joan-de-mollet			ES	56	GI	17168	522	Europe/Madrid
6534128	Sant Joan les Fonts	sant-joan-les-fonts	San Juan les Fonts,San Zoan les Fons,San-Zhoan-les-Fons,san khwan lys fwnts,sant khyan ls fnts,sheng huo an-lai si feng te si,Сан-Жоан-лес-Фонс,Սան Ժոան լես Ֆոնս,سان خوان ليس فونتس,سانت خئان لس فنتس,圣霍安-莱斯丰特斯		ES	56	GI	17185	2879	Europe/Madrid
6534129	Sant Jordi Desvalls	sant-jordi-desvalls			ES	56	GI	17166	703	Europe/Madrid
6534130	Sant Julià de Ramis	sant-julia-de-ramis	San Julian de Ramis,San Julián de Ramis,San Zulyan de Ramis,San-Zhul'jan-de-Ramis,San-Zhulia-da-Ramis,Sant Julia de Ramis,san khwlyan dy ramys,sheng hu li an-de la mi si,Сан-Жульян-де-Рамис,Сан-Жуліа-да-Раміс,Սան Ժուլյան դե Ռամիս,سان خوليان دي راميس,圣胡利安-德拉米斯		ES	56	GI	17169	3467	Europe/Madrid
6534131	Sant Julià del Llor i Bonmatí	sant-julia-del-llor-i-bonmati			ES	56	GI	17903	1244	Europe/Madrid
6534132	Sant Llorenç de la Muga	sant-llorenc-de-la-muga	San Liorens de la Muga,San Lorenzo de la Muga,San-L'orens-de-la-Muga,San-Ljurens-da-la-Muga,san lwrythw dy la mwgha,sant yrnk d la mwga,sheng luo lun suo-de la mu jia,Сан-Льоренс-де-ла-Муга,Сан-Люренс-да-ла-Муга,Սան Լիորենս դե լա Մուգա,سان لوريثو دي لا موغا,سانت یرنک د لا موگا,圣洛伦索-德拉穆加		ES	56	GI	17171	248	Europe/Madrid
6534133	Sant Martí de Llémena	sant-marti-de-llemena			ES	56	GI	17172	596	Europe/Madrid
6534134	Sant Martí Vell	sant-marti-vell			ES	56	GI	17173	266	Europe/Madrid
6534135	Sant Miquel de Campmajor	sant-miquel-de-campmajor			ES	56	GI	17174	230	Europe/Madrid
6534136	Sant Miquel de Fluvià	sant-miquel-de-fluvia	San Migel de Fluvia,San Miguel de Fluvia,San Miguel de Fluviá,San-Migel'-de-Fluv'ja,San-Mikel-da-Flubia,san myghyl dy flwfya,sheng mi ge er-de fu lu wei ya,Сан-Мигель-де-Флувья,Сан-Мікел-да-Флубіа,Սան Միգել դե Ֆլուվիա,سان ميغيل دي فلوفيا,圣米格尔-德弗卢维亚		ES	56	GI	17175	780	Europe/Madrid
6534137	Sant Mori	sant-mori	San Mori,San-Mori,san mwry,sant mry,sheng mo li,Сан-Мори,Сан-Морі,Սան Մորի,سان موري,سانت مری,圣莫里		ES	56	GI	17176	196	Europe/Madrid
6534138	Sant Pere Pescador	sant-pere-pescador	San Pedro Pescador,San Pedro Peskador,San-Pedro-Peskador,San-Pera-Paskazo,san bydrw byskadwr,sheng pei de luo-pei si ka duo er,Сан-Педро-Пескадор,Сан-Пера-Пасказо,Սան Պեդրո Պեսկադոր,سان بيدرو بيسكادور,圣佩德罗-佩斯卡多尔		ES	56	GI	17178	2161	Europe/Madrid
6534139	Santa Coloma de Farners	santa-coloma-de-farners	Santa Coloma de Farnes,Santa Coloma de Farnés,Santa Koloma de Farners,Santa-Koloma-de-Farners,santa klma d farnrs,santa kwlwma dy farnys,sheng ke luo ma-de fa er nei si,Санта-Колома-де-Фарнерс,Սանտա Կոլոմա դե Ֆարներս,سانتا كولوما دي فارنيس,سانتا کلما د فارنرس,圣科洛马-德法尔内斯		ES	56	GI	17180	12448	Europe/Madrid
6534140	Santa Cristina d'Aro	santa-cristina-d-aro	Santa Cristina d'Aro,Santa Cristina de Aro		ES	56	GI	17181	5106	Europe/Madrid
6534141	Santa Llogaia d'Àlguema	santa-llogaia-d-alguema			ES	56	GI	17182	348	Europe/Madrid
6534142	Santa Pau	santa-pau	Santa Pau,Santa-Pau,santa baw,santa paw,sheng bao,Санта-Пау,Սանտա Պաու,سانتا باو,سانتا پاو,圣保		ES	56	GI	17184	1604	Europe/Madrid
6534143	Sarrià de Ter	sarria-de-ter			ES	56	GI	17186	4790	Europe/Madrid
6534144	Saus, Camallera i Llampaies	saus-camallera-i-llampaies			ES	56	GI	17187	807	Europe/Madrid
6534145	la Selva de Mar	la-selva-de-mar			ES	56	GI	17188	203	Europe/Madrid
6534146	Serinyà	serinya			ES	56	GI	17190	1122	Europe/Madrid
6534147	Serra de Daró	serra-de-daro			ES	56	GI	17191	208	Europe/Madrid
6534148	Sils	sils			ES	56	GI	17193	5702	Europe/Madrid
6534149	Siurana	siurana	Ciurana,S'jurana,Siurana,Syurana,thywrana,xiu la na,Сиурана,Сьюрана,Сіурана,Սյուրանա,ثيورانا,休拉纳		ES	56	GI	17052	170	Europe/Madrid
6534151	Terrades	terrades	Tarradas,Terades,Terradas,Terrades,te la da si,trads,tyradas,Таррадас,Террадес,Տեռադես,ترادس,تيراداس,特拉达斯		ES	56	GI	17196	311	Europe/Madrid
6534152	Torrent	torrent			ES	56	GI	17197	193	Europe/Madrid
6534153	Torroella de Fluvià	torroella-de-fluvia	Toroelya de Fluvia,Torroehl'ja-de-Fluv'ja,Torroella de Fluvia,Torroella de Fluviá,Turruelja-da-Flubia,tuo luo ai li ya-de fu lu wei ya,twrwyya dy flwfya,Торроэлья-де-Флувья,Турруеля-да-Флубіа,Տոռոելյա դե Ֆլուվիա,توروييا دي فلوفيا,托罗埃利亚-德弗卢维亚		ES	56	GI	17198	704	Europe/Madrid
6534154	Torroella de Montgrí	torroella-de-montgri	Toroelya de Mongri,Torroehl'ja-de-Mongri,Turruelja-da-Mongri,tryya d mntgry,tuo luo ai li ya de meng te ge li,twrwyya dy mwntghry,Торроэлья-де-Монгри,Турруеля-да-Монґрі,Տոռոելյա դե Մոնգրի,ترئیا د منتگری,توروييا دي مونتغري,托罗埃利亚德蒙特格里		ES	56	GI	17199	11494	Europe/Madrid
6534155	Tortellà	tortella			ES	56	GI	17200	793	Europe/Madrid
6534156	Tossa de Mar	tossa-de-mar			ES	56	GI	17202	5952	Europe/Madrid
6534157	Ullà	ulla			ES	56	GI	17204	1037	Europe/Madrid
6534158	Ullastret	ullastret	Owlyastret,Ul'jastret,Uljastret,awyastrt,awyastryt,wu li ya si te lei te,Ульястрет,Улястрет,Ուլյաստրետ,أوياستريت,اویاسترت,乌利亚斯特雷特		ES	56	GI	17205	287	Europe/Madrid
6534159	Ultramort	ultramort			ES	56	GI	17203	208	Europe/Madrid
6534160	Vall-llobrega	vall-llobrega			ES	56	GI	17209	904	Europe/Madrid
6534161	Ventalló	ventallo	Bantal'o,Vental'o,Ventalyo,ben ta e,fyntayw,Бантальо,Вентальо,Վենտալյո,فينتايو,本塔略		ES	56	GI	17210	816	Europe/Madrid
6534162	Verges	verges	Berzhas,Verzes,Verzhes,bei er he si,fyrkhys,wrgs  ktlnya,Бержас,Вержес,Վերժես,فيرخيس,ورگس، کتلنیا,贝尔赫斯		ES	56	GI	17211	1193	Europe/Madrid
6534163	Vidreres	vidreres	Vidreras,Vidreres,bi de lei lei si,fydryras,Видререс,Վիդրերես,فيدريراس,比德雷雷斯		ES	56	GI	17213	7732	Europe/Madrid
6534164	Vilabertran	vilabertran	Bilabartran,Vilabertran,bi la wei er te lan,fylabyrtan,Білабартран,Вилабертран,Վիլաբերտրան,فيلابيرتان,比拉韦尔特兰		ES	56	GI	17214	911	Europe/Madrid
6534165	Vilablareix	vilablareix			ES	56	GI	17215	2427	Europe/Madrid
6534166	Viladamat	viladamat	Biladamat,Viladamat,bi la da ma te,fyladamat,Біладамат,Виладамат,Վիլադամատ,فيلادامات,比拉达马特		ES	56	GI	17217	451	Europe/Madrid
6534167	Viladasens	viladasens			ES	56	GI	17216	208	Europe/Madrid
6534168	Vilademuls	vilademuls			ES	56	GI	17218	780	Europe/Madrid
6534169	Vilafant	vilafant	Bilafan,Vilafan,bi la fan,fylafant,Білафан,Вилафан,Վիլաֆան,فيلافانت,比拉凡		ES	56	GI	17221	5523	Europe/Madrid
6534170	Vilajuïga	vilajuiga	Bilazhuiga,Vilazhuiga,Vilazuiga,bi la hui jia,bylakhwyga,fylajwygha,Білажуіга,Вилажуига,Վիլաժուիգա,بیلاخویگا,فيلاجويغا,比拉惠加		ES	56	GI	17223	1177	Europe/Madrid
6534171	Vilamacolum	vilamacolum			ES	56	GI	17225	289	Europe/Madrid
6534172	Vilamalla	vilamalla	Bilamalja,Vilamal'ja,Vilamalya,bi la ma li ya,fylamaya,Біламаля,Виламалья,Վիլամալյա,فيلامايا,比拉马利亚		ES	56	GI	17226	1101	Europe/Madrid
6534173	Vilamaniscle	vilamaniscle			ES	56	GI	17227	176	Europe/Madrid
6534174	Vilanant	vilanant	Bilanan,Vilanan,bi la nan te,fylanant,Біланан,Виланан,Վիլանան,فيلانانت,比拉南特		ES	56	GI	17228	376	Europe/Madrid
6534175	Vila-sacra	vila-sacra			ES	56	GI	17230	671	Europe/Madrid
6534176	Vilaür	vilauer			ES	56	GI	17222	142	Europe/Madrid
6534177	Vilobí d'Onyar	vilobi-d-onyar			ES	56	GI	17233	3053	Europe/Madrid
6534178	Vilopriu	vilopriu			ES	56	GI	17232	217	Europe/Madrid
6534179	Irurtzun	irurtzun	Irurcun,Irursun,Irurzun,yi lu er te sun,Ірурцун,Ирурсун,伊鲁尔特孙		ES	32	NA	31904	2302	Europe/Madrid
6534180	Agulo	agulo			ES	53	TF	38002	1164	Atlantic/Canary
6534181	Alajeró	alajero			ES	53	TF	38003	2039	Atlantic/Canary
6534182	Barlovento	barlovento	Barlovento,ba er luo wen tuo,barlwfyntw,Барловенто,بارلوفينتو,巴尔洛文托		ES	53	TF	38007	2085	Atlantic/Canary
6534183	Breña Alta	brena-alta			ES	53	TF	38008	7298	Atlantic/Canary
6534184	Breña Baja	brena-baja			ES	53	TF	38009	5492	Atlantic/Canary
6534185	Frontera	frontera			ES	53	TF	38013	4104	Atlantic/Canary
6534186	Fuencaliente de la Palma	fuencaliente-de-la-palma			ES	53	TF	38014	1840	Atlantic/Canary
6534187	Garafía	garafia			ES	53	TF	38016	1654	Atlantic/Canary
6534188	Hermigua	hermigua			ES	53	TF	38021	2116	Atlantic/Canary
6534189	Llanos de Aridane, Los	llanos-de-aridane-los			ES	53	TF	38024	20895	Atlantic/Canary
6534190	Paso, El	paso-el			ES	53	TF	38027	7874	Atlantic/Canary
6534191	Puntagorda	puntagorda			ES	53	TF	38029	1940	Atlantic/Canary
6534192	Puntallana	puntallana			ES	53	TF	38030	2428	Atlantic/Canary
6534193	San Andrés y Sauces	san-andres-y-sauces			ES	53	TF	38033	4637	Atlantic/Canary
6534194	San Sebastián de la Gomera	san-sebastian-de-la-gomera			ES	53	TF	38036	9055	Atlantic/Canary
6534195	Santa Cruz de la Palma	santa-cruz-de-la-palma	Santa Cruz de La Palma		ES	53	TF	38037	16705	Atlantic/Canary
6534196	Tazacorte	tazacorte			ES	53	TF	38045	4957	Atlantic/Canary
6534197	Tijarafe	tijarafe			ES	53	TF	38047	2765	Atlantic/Canary
6534198	Valverde	valverde	Val'verde,ba er wei er de,falfyrdy,Вальверде,فالفيردي,巴尔韦尔德		ES	53	TF	38048	5075	Atlantic/Canary
6534199	Valle Gran Rey	valle-gran-rey			ES	53	TF	38049	4860	Atlantic/Canary
6534200	Vallehermoso	vallehermoso			ES	53	TF	38050	3116	Atlantic/Canary
6534201	Villa de Mazo	villa-de-mazo			ES	53	TF	38053	4898	Atlantic/Canary
7577085	Villamayor de Gállego	villamayor-de-gallego			ES	52	Z	50903	2838	Europe/Madrid
7577086	El Pinar de El Hierro	el-pinar-de-el-hierro	El Pinar		ES	53	TF	38901	1854	Atlantic/Canary
7577087	Pozo Cañada	pozo-canada			ES	54	AB	02901	2880	Europe/Madrid
7577088	Buenache de la Sierra	buenache-de-la-sierra			ES	54	CU	16040	115	Europe/Madrid
7577091	Tragacete	tragacete			ES	54	CU	16215	316	Europe/Madrid
7577092	Marchamalo	marchamalo			ES	54	GU	19171	6468	Europe/Madrid
7577093	Vilaller	vilaller			ES	56	L	25245	667	Europe/Madrid
7577094	La Albuera	la-albuera			ES	57	BA	06005	2078	Europe/Madrid
7577095	Vegaviana	vegaviana			ES	57	CC	10902	854	Europe/Madrid
7577096	Alagón del Río	alagon-del-rio			ES	57	CC	10903	841	Europe/Madrid
7577097	Ziortza-Bolibar	ziortza-bolibar	Cenarruza-Puebla de Bolivar,Cenarruza-Puebla de Bolívar,Senarrusa-Puehbla-de-Bolivar,Siorca-Bolibar,xi ao er te sa-wo li wa er,zywrta-bwlybar,Сенарруса-Пуэбла-де-Боливар,Сіорца-Болібар,زیورتا-بولیبار,西奥尔特萨-沃利瓦尔		ES	59	BI	48915	418	Europe/Madrid
7577098	San Antonio de Benagéber	san-antonio-de-benageber			ES	60	V	46903	7104	Europe/Madrid
7577099	Benicull de Xúquer	benicull-de-xuquer			ES	60	V	46904	967	Europe/Madrid
7577100	Ceuta	ceuta	Abyla,Ceuta,Sebta,Septem Fratres		ES	CE	CE	51001	84018	Africa/Ceuta
7577101	Melilla	melilla			ES	ML	ME	52001	80802	Africa/Casablanca
8630119	Guadiana del Caudillo	guadiana-del-caudillo			ES	57	BA	06903	2524	Europe/Madrid
8630121	Canonja, La	canonja-la			ES	56	T	43907	5723	Europe/Madrid
8630122	Villanueva de la Concepción	villanueva-de-la-concepcion			ES	51	MA	29902	3465	Europe/Madrid
11395737	Balanegra	balanegra			ES	51	AL	04904	2835	Europe/Madrid
11395784	Dehesas Viejas	dehesas-viejas			ES	51	GR	18065	0	Europe/Madrid
11395786	Domingo Pérez de Granada	domingo-perez-de-granada			ES	51	GR	18915	0	Europe/Madrid
11395787	Játar	jatar			ES	51	GR	18106	0	Europe/Madrid
11395789	Montecorto	montecorto			ES	51	MA	29903	0	Europe/Madrid
11395791	Oza-Cesuras	oza-cesuras			ES	58	C	15902	0	Europe/Madrid
11395792	Pueblonuevo de Miramontes	pueblonuevo-de-miramontes			ES	57	CC	10905	0	Europe/Madrid
11395793	Serrato	serrato			ES	51	MA	29904	0	Europe/Madrid
11395795	Valderrubio	valderrubio			ES	51	GR	18914	0	Europe/Madrid
11395800	Tiétar	tietar			ES	57	CC	10904	0	Europe/Madrid
11808025	Cerdedo-Cotobade	cerdedo-cotobade			ES	58	PO	36902	6107	Europe/Madrid
\.


--
-- Data for Name: admin4; Type: TABLE DATA; Schema: es; Owner: g5
--

COPY es.admin4 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, admin2_code, admin3_code, admin4_code, population, timezone) FROM stdin;
11549757	Horta-Guinardó	horta-guinardo			ES	56	B	08019	07	168092	Europe/Madrid
11549758	Sarrià-Sant Gervasi	sarria-sant-gervasi			ES	56	B	08019	05	147912	Europe/Madrid
11549759	Eixample	eixample			ES	56	B	08019	02	266477	Europe/Madrid
11549760	Ciutat Vella	ciutat-vella			ES	56	B	08019	01	102347	Europe/Madrid
11549761	Sant Andreu	sant-andreu			ES	56	B	08019	09	147732	Europe/Madrid
11549762	Nou Barris	nou-barris			ES	56	B	08019	08	166310	Europe/Madrid
11549763	Gràcia	gracia			ES	56	B	08019	06	121502	Europe/Madrid
11549764	Les Corts	les-corts			ES	56	B	08019	04	82270	Europe/Madrid
11549765	Sant Martí	sant-marti			ES	56	B	08019	10	235719	Europe/Madrid
11549766	Sants-Montjuïc	sants-montjuic			ES	56	B	08019	03	183120	Europe/Madrid
11549876	Moncloa - Aravaca	moncloa-aravaca			ES	29	M	28079	9	0	Europe/Madrid
11549877	Fuencarral - El Pardo	fuencarral-el-pardo			ES	29	M	28079	8	0	Europe/Madrid
11549878	Hortaleza	hortaleza			ES	29	M	28079	16	0	Europe/Madrid
11549879	Vicálvaro	vicalvaro			ES	29	M	28079	19	0	Europe/Madrid
11549880	Salamanca	salamanca			ES	29	M	28079	4	0	Europe/Madrid
11549881	Moratalaz	moratalaz			ES	29	M	28079	14	0	Europe/Madrid
11549882	Villa de Vallecas	villa-de-vallecas			ES	29	M	28079	18	0	Europe/Madrid
11549883	Barajas	barajas			ES	29	M	28079	21	0	Europe/Madrid
11549884	Puente de Vallecas	puente-de-vallecas			ES	29	M	28079	13	0	Europe/Madrid
11549885	Retiro	retiro			ES	29	M	28079	3	0	Europe/Madrid
11549886	Chamartín	chamartin			ES	29	M	28079	5	0	Europe/Madrid
11549887	Villaverde	villaverde			ES	29	M	28079	17	0	Europe/Madrid
11549888	Arganzuela	arganzuela			ES	29	M	28079	2	0	Europe/Madrid
11549889	Centro	centro			ES	29	M	28079	1	0	Europe/Madrid
11549890	Usera	usera			ES	29	M	28079	12	0	Europe/Madrid
11549891	Carabanchel	carabanchel			ES	29	M	28079	11	0	Europe/Madrid
11549892	Tetuán	tetuan			ES	29	M	28079	6	0	Europe/Madrid
11549893	Latina	latina			ES	29	M	28079	10	0	Europe/Madrid
11549894	Chamberí	chamberi			ES	29	M	28079	7	0	Europe/Madrid
11549895	Ciudad Lineal	ciudad-lineal			ES	29	M	28079	15	0	Europe/Madrid
11549896	San Blas - Canillejas	san-blas-canillejas			ES	29	M	28079	20	0	Europe/Madrid
12023231	Poblats del Sud	poblats-del-sud			ES	60	V	46250	19	0	Europe/Madrid
12023232	Poblats del Nord	poblats-del-nord			ES	60	V	46250	17	0	Europe/Madrid
12023233	Poblats Maritims	poblats-maritims			ES	60	V	46250	11	0	Europe/Madrid
12023234	Algiros	algiros			ES	60	V	46250	13	0	Europe/Madrid
12023235	Benicalap	benicalap			ES	60	V	46250	16	0	Europe/Madrid
12023236	La Saidia	la-saidia			ES	60	V	46250	5	0	Europe/Madrid
12023237	El Pla del Real	el-pla-del-real			ES	60	V	46250	6	0	Europe/Madrid
12023238	Ciutat Vella	ciutat-vella			ES	60	V	46250	1	0	Europe/Madrid
12023239	Extramurs	extramurs			ES	60	V	46250	3	0	Europe/Madrid
12023240	L'Eixample	l-eixample			ES	60	V	46250	2	0	Europe/Madrid
12023241	Camins Al Grau	camins-al-grau			ES	60	V	46250	12	0	Europe/Madrid
12023242	Jesus	jesus			ES	60	V	46250	9	0	Europe/Madrid
12023244	L'Olivereta	l-olivereta			ES	60	V	46250	7	0	Europe/Madrid
12023245	Benimaclet	benimaclet			ES	60	V	46250	14	0	Europe/Madrid
12023246	Rascanya	rascanya			ES	60	V	46250	15	0	Europe/Madrid
12023247	Quatre Carreres	quatre-carreres			ES	60	V	46250	10	0	Europe/Madrid
12023248	Poblats De L'Oest	poblats-de-l-oest			ES	60	V	46250	18	0	Europe/Madrid
12023249	Patraix	patraix			ES	60	V	46250	8	0	Europe/Madrid
12023250	Campanar	campanar			ES	60	V	46250	4	0	Europe/Madrid
12023322	Bellavista - La Palmera	bellavista-la-palmera			ES	51	SE	41091	6	41642	Europe/Madrid
12023323	Cerro - Amate	cerro-amate			ES	51	SE	41091	8	88479	Europe/Madrid
12023324	Nervión	nervion			ES	51	SE	41091	3	51293	Europe/Madrid
12023325	Norte	norte			ES	51	SE	41091	11	73742	Europe/Madrid
12023326	Macarena	macarena			ES	51	SE	41091	4	74633	Europe/Madrid
12023327	San Pablo - Santa Justa	san-pablo-santa-justa			ES	51	SE	41091	1	60734	Europe/Madrid
12023328	Casco Antiguo	casco-antiguo			ES	51	SE	41091	2	58951	Europe/Madrid
12023329	Los Remedios	los-remedios			ES	51	SE	41091	5	25441	Europe/Madrid
12023330	Sur	sur			ES	51	SE	41091	7	71013	Europe/Madrid
12023331	Este - Alcosa - Torreblanca	este-alcosa-torreblanca			ES	51	SE	41091	9	104208	Europe/Madrid
12023332	Triana	triana			ES	51	SE	41091	10	48554	Europe/Madrid
\.


--
-- Data for Name: cities; Type: TABLE DATA; Schema: es; Owner: g5
--

COPY es.cities (geoid, name, slug, country_code, postal_code, population, timezone, latitude, longitude, altitude, alternatenames, capital_of, admin1_code, admin2_code, admin3_code, admin4_code) FROM stdin;
2509305	Zubia	zubia	ES		17803	Europe/Madrid	37.11906	-3.584		La Zubia,Zubia		51	GR	18084	
2509314	Zocueca	zocueca	ES		0	Europe/Madrid	38.09094	-3.83645				51	J	23039	
2509322	Zarzales	zarzales	ES		0	Europe/Madrid	37.18281	-2.33		Caserio Zarzales,Caserío Zarzales,Zarzales		51	AL	04082	
2509326	Zarzaíca	zarzaica	ES		0	Europe/Madrid	37.59539	-3.89015		Cortijada Zarzaica,Cortijada Zarzaíca,Zarzaica,Zarzaíca		51	J	23034	
2509329	Zarza de Alange	zarza-de-alange	ES		3580	Europe/Madrid	38.81814	-6.21756		Zarza,Zarza de Alange,Zarza de San Alanje,Zarza de junto Alange,Zarza junto Alange		57	BA	06083	
2509343	Zarandona	zarandona	ES		0	Europe/Madrid	38.0097	-1.11106		Caserio de Zarandona,Caserío de Zarandona,Zarandona		31	MU	30030	
2509347	Zapateros	zapateros	ES		0	Europe/Madrid	38.5468	-2.5031		Caserio Zapateros,Caserío Zapateros,Zapateros		54	AB	02076	
2509348	Zapateros	zapateros	ES		0	Europe/Madrid	37.43333	-4.61667				51	CO	14002	
2509355	Zancarrón	zancarron	ES		0	Europe/Madrid	36.91667	-6.08333		Caserio Zancarron,Caserío Zancarrón,Zancarron,Zancarrón		51	SE	41053	
2509359	Zamorano	zamorano	ES		0	Atlantic/Canary	28.45703	-16.36204				53	TF	38032	
2509371	Zahara	zahara	ES		1571	Europe/Madrid	36.84055	-5.39128			11042	51	CA	11042	
2509408	Yaiza	yaiza	ES		8777	Atlantic/Canary	28.95678	-13.76535		Jaisa,Yaiza,Яиса	35034	53	GC	35034	
2509415	Vizcota	vizcota	ES		0	Europe/Madrid	39.93333	-1.05				60	V	46036	
3124304	Covas	covas	ES		0	Europe/Madrid	42.91819	-8.7479				58	C	15056	
2509416	Vizcantar	vizcantar	ES		0	Europe/Madrid	37.46667	-4.03333		Caserio Vizcantar,Caserío Vizcantar,Vizcantar		51	CO	14004	
2509426	Vite	vite	ES		0	Europe/Madrid	38.15969	-1.44677		Casas de Vite,Caserio Vite,Caserío Vite,Vite		31	MU	30034	
2509427	Vista Ramos	vista-ramos	ES		0	Atlantic/Canary	28.32148	-16.41849				53	TF	38020	
2509428	Vista Hermosa de la Cruz	vista-hermosa-de-la-cruz	ES		0	Europe/Madrid	38.36595	-0.46288		Barrio Vista Harmosa		60	A	03014	
2509429	Vista Hermosa	vista-hermosa	ES		0	Europe/Madrid	37.9	-4.8				51	CO	14021	
2509430	Vista Hermosa	vista-hermosa	ES		0	Europe/Madrid	36.58586	-6.26794				51	CA	11027	
2509431	Vista Bella	vista-bella	ES		0	Europe/Madrid	37.88333	-1.36667		Casa Vista Bella,Caserio Vista-Bella,Caserío Vista-Bella,Vista Bella		31	MU	30023	
2509441	Virgen de la Cabeza	virgen-de-la-cabeza	ES		0	Europe/Madrid	38.18137	-4.04036		Santuario Virgen de la Cabeza,Virgen de la Cabeza		51	J	23005	
2509442	Virgen de Gracia	virgen-de-gracia	ES		0	Europe/Madrid	39.95741	-0.12394		Caserio Virgen de Gracia,Caserío Virgen de Gracia,Virgen de Gracia		60	CS	12135	
2509446	Viquejos	viquejos	ES		0	Europe/Madrid	37.5735	-1.5091		Biquejos,Caserio Viquejos,Caserío Viquejos,Viquejos		31	MU	30024	
2509447	Viñuelas de Arriba	vinuelas-de-arriba	ES		0	Europe/Madrid	40.00987	-6.30692		Casas Vinuelas de Arriba,Casas Viñuelas de Arriba,Vinuelas de Arriba,Viñuelas de Arriba		57	CC	10076	
2509448	Viñuelas de Abajo	vinuelas-de-abajo	ES		0	Europe/Madrid	39.98333	-6.3		Caserio Vinuelas de Abajo,Caserío Viñuelas de Abajo,Vinuelas de Abajo,Viñuelas de Abajo		57	CC	10076	
2509453	Viña Vieja	vina-vieja	ES		0	Atlantic/Canary	28.52784	-16.21246				53	TF	38038	
2509458	Viña de Raja	vina-de-raja	ES		0	Europe/Madrid	37.63153	-1.31951				31	MU	30026	
2509476	Villas Viejas	villas-viejas	ES		0	Europe/Madrid	39.90434	-2.7247				54	CU	16112	
2509477	Villasequilla de Yepes	villasequilla-de-yepes	ES		2531	Europe/Madrid	39.87582	-3.7311		Villasequilla,Villasequilla de Yepes		54	TO	45202	
2509488	Villarrubia	villarrubia	ES		2893	Europe/Madrid	37.85	-4.9		Villariba,Villarrubia,Виллариба		51	CO	14021	
2509498	Villar Gordo	villar-gordo	ES		0	Europe/Madrid	37.66042	-6.43447		Villagordo,Villar Gordo		51	SE	41057	
2509509	Vila-real	vila-real	ES		51205	Europe/Madrid	39.9383	-0.10087	42	Vil'jarreal',Vila-real,Villarreal,Вильярреаль		60	CS	12032	
2509511	Villar de Ves	villar-de-ves	ES		0	Europe/Madrid	39.21667	-1.25				54	AB	02077	
2509523	Villar de Cuevas	villar-de-cuevas	ES		0	Europe/Madrid	37.85823	-3.80601		Caserio Villar de Cuevas,Caserío Villar de Cuevas,Villar de Cuevas		51	J	23050	
2509541	Villanueva de Río Segura	villanueva-de-rio-segura	ES		0	Europe/Madrid	38.13572	-1.32455		Villanueva de Rio Segura,Villanueva de Río Segura		31	MU	30042	
2509542	Villanueva de Mesía	villanueva-de-mesia	ES		0	Europe/Madrid	37.21454	-4.01404		Villanueva de Mesias,Villanueva de Mesías	18188	51	GR	18188	
2509568	Villanueva	villanueva	ES		0	Europe/Madrid	39.71667	-1.15		Caserio Villanueva,Caserío Villanueva,Villanueva		60	V	46050	
2509588	Villajoyosa	villajoyosa	ES		33797	Europe/Madrid	38.50754	-0.23346		La Vila Joiosa,Villajoyosa	03139	60	A	03139	
2509591	Villagordo del Júcar	villagordo-del-jucar	ES		1125	Europe/Madrid	39.3	-2.06667		Villagordo del Jucar,Villagordo del Júcar		54	CU	16060	
2509596	Villafranqueza	villafranqueza	ES		0	Europe/Madrid	38.3877	-0.49064		Villafranqueza		60	A	03014	
2509605	Villa de Don Fadrique	villa-de-don-fadrique	ES		4200	Europe/Madrid	39.61505	-3.21915		La Villa de Don Fadrique,Villa de Don Fabrique,Villa de Don Fadrique		54	TO	45186	
2509666	Vertientes Altas	vertientes-altas	ES		0	Europe/Madrid	37.538	-3.24789		Caserio Vertientes Altas,Caserío Vertientes Altas,Vertientes Altas		51	GR	18152	
2509669	Vergel	vergel	ES		4372	Europe/Madrid	38.84709	0.01034		El Verger,Vergel		60	A	03063	
2509675	Verdolay	verdolay	ES		0	Europe/Madrid	37.93266	-1.13157				31	MU	30030	
2509690	Vera de Erque	vera-de-erque	ES		0	Atlantic/Canary	28.17295	-16.74537				53	TF	38019	
2509698	Ventorro del Negro	ventorro-del-negro	ES		0	Europe/Madrid	37.7	-6.28333		Ventorro Negro,Ventorro del Negro		51	SE	41031	
2509702	Ventillas	ventillas	ES		0	Europe/Madrid	38.49581	-4.29436				54	CR	13042	
2509704	Ventavieja	ventavieja	ES		0	Europe/Madrid	39.60523	-3.70827		Caserio Venta Vieja,Caserío Venta Vieja,Ventavieja		54	TO	45175	
2509711	Ventas de Arriba	ventas-de-arriba	ES		0	Europe/Madrid	37.76663	-6.61756				51	H	21019	
2509713	Ventas con Peña Aguilera	ventas-con-pena-aguilera	ES		1386	Europe/Madrid	39.61033	-4.23128		Ventas con Pena Aguilera,Ventas con Peña Aguilera		54	TO	45182	
2509715	Venta Quinquiller	venta-quinquiller	ES		0	Europe/Madrid	39.25	-0.41667		Casa Venta Quinquiller,Venta Quinquiller,Venta del Quinquiller		60	V	46031	
2509720	Venta de Micena	venta-de-micena	ES		0	Europe/Madrid	37.73261	-2.38954		Venta Micena,Venta de Micena		51	GR	18146	
2509721	Venta de Mendoza	venta-de-mendoza	ES		0	Europe/Madrid	38.46667	-2.46667		Caserio Venta de Mendoza,Caserío Venta de Mendoza,Tinada de Marlano Mendoza,Venta de Mendoza		54	AB	02084	
2509722	Venta del Relleno	venta-del-relleno	ES		0	Europe/Madrid	36.92744	-3.28758		Caserio Venta del Relleno,Caserío Venta del Relleno,Venta del Relleno		51	GR	18033	
2509723	Venta del Rebollar	venta-del-rebollar	ES		0	Europe/Madrid	39.46667	-0.98333				60	V	46213	
2509724	Venta del Pulgar	venta-del-pulgar	ES		0	Europe/Madrid	37.16983	-4.08766				51	GR	18171	
2509726	Venta del Potro	venta-del-potro	ES		0	Europe/Madrid	38.85169	-0.82167		Casas Venta del Potro,Venta del Porto y Casas de Marco,Venta del Potro		60	V	46170	
2509729	Venta del Llano	venta-del-llano	ES		0	Europe/Madrid	37.94126	-3.78649		Cortijada Venta del Llano,Venta del Llano		51	J	23061	
2509730	Venta del Fraile	venta-del-fraile	ES		0	Europe/Madrid	36.98354	-3.72762				51	GR	18150	
2509732	Venta de la Virgen	venta-de-la-virgen	ES		0	Europe/Madrid	37.86907	-1.12902				31	MU	30030	
2509733	Venta de las Palas	venta-de-las-palas	ES		0	Europe/Madrid	37.66235	-1.19079		Caserio Venta de las Palas,Caserío Venta de las Palas,Venta de las Palas		31	MU	30021	
2509734	Venta del Alto	venta-del-alto	ES		0	Europe/Madrid	37.63856	-6.14636		Caserio Venta del Alto,Caserío Venta del Alto,Venta del Alto		51	SE	41049	
2509737	Venta de Cazulas	venta-de-cazulas	ES		0	Europe/Madrid	36.81667	-3.7		Caserio Venta de Cazulas,Caserío Venta de Cázulas,Venta de Cazulas		51	GR	18148	
2509740	Venta de Alhama	venta-de-alhama	ES		0	Europe/Madrid	38.91353	-1.57032		Caserio Alhama,Caserío Alhama,Venta de Alhama		54	AB	02040	
2509741	Venta Cabrera	venta-cabrera	ES		0	Europe/Madrid	38.29429	-2.93194		Caserio Venta Cabrera,Caserío Venta Cabrera,Venta Cabrera		51	J	23905	
2509743	Venta Alta	venta-alta	ES		0	Europe/Madrid	36.93333	-4.11667		Caserio Venta Alta,Caserío Venta Alta,Venta Alta		51	GR	18013	
2509754	Venta	venta	ES		0	Europe/Madrid	38.26667	-3.2		Caserio Venta,Caserío Venta,Venta		51	J	23079	
2509767	Velhoco	velhoco	ES		0	Atlantic/Canary	28.68333	-17.78333				53	TF	38008	
2509778	Velerda	velerda	ES		0	Europe/Madrid	37.37083	-3.21742		Barriada-Velerda,Velerda		51	GR	18089	
2509790	Vega Vieja	vega-vieja	ES		0	Europe/Madrid	39.97225	-3.75568		Casas Vega Vieja,Vega Vieja		54	TO	45014	
2509791	Vegas de Tegoyo	vegas-de-tegoyo	ES		0	Atlantic/Canary	28.97184	-13.68088		Vegas de Tegoyo		53	GC	35028	
2509796	Vega de Torralba	vega-de-torralba	ES		0	Europe/Madrid	38.0013	-3.1672		Caserio Vega de Torralba,Caserío Vega de Torralba,Cortijo de Torralba,Vega de Torralba		51	J	23092	
2509798	Vega de San Miguel	vega-de-san-miguel	ES		0	Europe/Madrid	37.93389	-3.77542		Cortijada Vegas de San Miguel,Vega de San Miguel		51	J	23061	
2509800	Vega de Río de Palmas	vega-de-rio-de-palmas	ES		0	Atlantic/Canary	28.39132	-14.08529		Vega de Rio de Palmas,Vega de Río de Palmas		53	GC	35007	
2509801	Vega de los Hatos	vega-de-los-hatos	ES		0	Europe/Madrid	37.93333	-6.81667		Caserio Vega de los Hatos,Caserío Vega de los Hatos,Vega de los Hatos		51	H	21025	
2509802	Vega de la Higuera	vega-de-la-higuera	ES		0	Europe/Madrid	37.73333	-3.08333		Caserio Vega de la Higuera,Caserío Vega de la Higuera,Vega de la Higuera		51	J	23045	
2509815	Vega	vega	ES		0	Europe/Madrid	37.8	-3.13333		Casa Vega,Vega		51	J	23073	
2509828	Vandelaras de Arriba	vandelaras-de-arriba	ES		0	Europe/Madrid	38.93472	-2.20872		Caserio Vandelaras de Arriba,Caserío Vandelaras de Arriba,Vandelaras de Arriba		54	AB	02043	
2509829	Vandelaras de Abajo	vandelaras-de-abajo	ES		0	Europe/Madrid	38.94614	-2.19938		Caserio Vandelaras de Abajo,Caserío Vandelaras de Abajo,Vandelaras de Abajo		54	AB	02043	
2509845	Valtajos	valtajos	ES		0	Europe/Madrid	40	-6.38333	285	Caserio Valtajos,Caserío Valtajos,Valtajos		57	CC	10127	
2509846	Valsequillo de Gran Canaria	valsequillo-de-gran-canaria	ES		8635	Atlantic/Canary	27.98562	-15.49725		Valsequillo,Valsequillo de Gran Canaria	35031	53	GC	35031	
2509859	Vallongas	vallongas	ES		0	Europe/Madrid	38.31667	-0.68333		Caserio Vallongas,Caserío Vallongas,Vallongas		60	A	03065	
2509860	Vallonga	vallonga	ES		0	Europe/Madrid	38.33333	-0.6		Caserio Vallonga,Caserío Vallonga,Vallonga		60	A	03014	
2509863	Valle Seco	valle-seco	ES		0	Atlantic/Canary	28.48333	-16.21667		Caserio Valleseco,Caserío Valleseco,Valle Seco		53	TF	38038	
2509866	Valles de Carrasco	valles-de-carrasco	ES		0	Europe/Madrid	38.03333	-6.76667		Cortijada Valles de Carrasco,Valles de Carrasco		51	H	21028	
2509867	Vallesa de Mandor	vallesa-de-mandor	ES		0	Europe/Madrid	39.55	-0.51667		Caserio Vallesa de Mandor,Caserío Vallesa de Mandor,Vallesa de Mandor		60	V	46116	
2509887	Vallehermosa	vallehermosa	ES		3303	Atlantic/Canary	28.17944	-17.26664		Vallehermosa,Vallehermoso		53	TF	38050	
2509888	Valle Grande	valle-grande	ES		0	Atlantic/Canary	28.5133	-16.24335				53	TF	38038	
2509903	Valle del Álamo	valle-del-alamo	ES		0	Europe/Madrid	37.28333	-7.18333		Caserio Valle del Alamo,Caserío Valle del Alamo,Valle del Alamo,Valle del Álamo		51	H	21044	
2509905	Valle de Jaqua	valle-de-jaqua	ES		0	Atlantic/Canary	28.50054	-16.20609				53	TF	38038	
2509907	Valleguerra	valleguerra	ES		0	Atlantic/Canary	28.51667	-16.38333		Costa de Valle de Guerra,Valle Guerra		53	TF	38043	
2509910	Valle de Abdalagís	valle-de-abdalagis	ES		0	Europe/Madrid	36.93207	-4.68257				51	MA	29093	
2509915	Valle Blanco	valle-blanco	ES		0	Europe/Madrid	37.33333	-6.03333		Hacienda Valle Blanco		51	SE	41044	
2509930	Vall de Ebo	vall-de-ebo	ES		346	Europe/Madrid	38.80561	-0.1589		Vall d'Ebo,Vall de Ebo	03135	60	A	03135	
2509940	Valera de Arriba	valera-de-arriba	ES		0	Europe/Madrid	39.81667	-2.15				54	CU	16903	
2509945	Valentín	valentin	ES		0	Europe/Madrid	38.18284	-1.72383		Valentin,Valentín		31	MU	30017	
2510086	Urbanización Rodazul	urbanizacion-rodazul	ES		0	Atlantic/Canary	28.40324	-16.32395				53	TF	38032	
2509840	Valverde	valverde	ES	09410	0	Europe/Madrid	38.96417	-4.04093		Valverde		54	CR	13034	
2509966	Valdespinar	valdespinar	ES		0	Europe/Madrid	39.30624	-7.0405		Cortijo Valdespinar,Valdespinar		57	CC	10203	
2509989	Valdemarín	valdemarin	ES		0	Europe/Madrid	38.31421	-2.72655		Cortijo de Valdemarin,Cortijo de Valdemarín,Valdemarin,Valdemarín		51	J	23065	
2509990	Valdemanzanos	valdemanzanos	ES		0	Europe/Madrid	37.59547	-3.01457		Casa Valdemanzanos,Valde Manzano,Valdemanzanos		51	GR	18064	
2509998	Valdelentisco	valdelentisco	ES		22	Europe/Madrid	37.63333	-1.16667		Casas de la Cuesta de Valdelentisco,Caserio Valdelentisco,Caserío Valdelentisco,Valdelentisco		31	MU	30016	
2510008	Valdelacanal	valdelacanal	ES		0	Europe/Madrid	37.93333	-6.76667		Caserio Valdelacanal,Caserío Valdelacanal,Valdelacanal		51	H	21043	
2510024	Valdeherrero	valdeherrero	ES		0	Europe/Madrid	39.10179	-6.61905		Cortijo Valdeherrero,Valdeherrero		57	BA	06115	
2510025	Valdegranada	valdegranada	ES		0	Europe/Madrid	37.4	-4				51	GR	18135	
2510049	Valdearenales	valdearenales	ES		0	Europe/Madrid	38.80829	-6.05131		Casas Valdearenales,Valdearenales		57	BA	06060	
2510051	Valconejo	valconejo	ES		0	Europe/Madrid	37.91667	-6.85		Caserio Valconejo,Caserío Valconejo,Valconejo		51	H	21025	
2510058	Vadohornillo	vadohornillo	ES		0	Europe/Madrid	37.63333	-3.91667				51	J	23034	
2510071	Uxola	uxola	ES		0	Europe/Madrid	38.7	-0.48333		Barrio Uxola,Uxola		60	A	03009	
2510817	Sombrera	sombrera	ES		0	Atlantic/Canary	28.21667	-16.45				53	TF	38012	
2510090	Umbría de Matasanos	umbria-de-matasanos	ES		0	Europe/Madrid	40.00367	-6.11792		Caserio Umbria de Matasanos,Caserío Umbría de Matasanos,Umbria de Matasanos,Umbría de Matasanos		57	CC	10148	
2510092	Umbría Baja	umbria-baja	ES		0	Europe/Madrid	38.35059	-0.87087		Caserio Umbria Baja,Caserío Umbría Baja,Umbria Baja,Umbría Baja		60	A	03114	
2510093	Umbría Alta	umbria-alta	ES		0	Europe/Madrid	38.34227	-0.91202		Caserio Umbria Alta,Caserío Umbría Alta,Umbria Alta,Umbría Alta		60	A	03114	
2510107	Uchell-Nia	uchell-nia	ES		0	Europe/Madrid	38.31667	-0.78333		Casa Uchell-Nia,Uchell-Nia		60	A	03019	
2510108	Uchea	uchea	ES		0	Europe/Madrid	38.5	-1.6		Casas Uchea,Uchea		54	AB	02037	
2510109	Ucenda	ucenda	ES		0	Europe/Madrid	38.02235	-1.68353		Casa de Ucenda,Caserio Ucenda,Caserío Ucenda,Ucenda		31	MU	30012	
2510120	Turumbillo	turumbillo	ES		0	Europe/Madrid	37.89434	-3.63123		Casa Turumbillo,Cortijada de Turumbillo,Turumbillo		51	J	23903	
2510132	Turbinto	turbinto	ES		0	Europe/Madrid	37.53817	-1.74618		Caserio Turvinto,Caserío Turvinto,Turbinto,Turvinto		31	MU	30024	
2510136	Tujena	tujena	ES		0	Europe/Madrid	37.474	-6.40703		Caserio Tujena,Caserío Tujena,Tujena		51	H	21056	
2510177	Tres Morales	tres-morales	ES		0	Europe/Madrid	37.29485	-2.6256		Cortijada Tres Morales,Tres Morales		51	GR	18023	
2510181	Tresfuentes	tresfuentes	ES		0	Europe/Madrid	38.3716	-0.98916		Caserio Tresfuentes,Caserío Tresfuentes,Tresfuentes		60	A	03105	
2510182	Tres Fuentes	tres-fuentes	ES		0	Europe/Madrid	37.96807	-3.47631		Caserio Tres Fuentes,Caserío Tres Fuentes,Cortijo Tres Fuentes,Tres Fuentes		51	J	23009	
2510199	Traslasierra	traslasierra	ES		0	Europe/Madrid	37.69952	-6.6583				51	H	21018	
2510208	Trapajugar	trapajugar	ES		0	Europe/Madrid	37.56591	-0.91817		Caserio Trapajugar,Caserío Trapajugar,Trapajugar		31	MU	30016	
2510220	Tovilla	tovilla	ES		0	Europe/Madrid	38.17491	-2.63551		Caserio Tovilla,Caserío Tovilla,Cortijo de la Tobilla,Tovilla		51	J	23043	
2510225	Tostón	toston	ES		0	Atlantic/Canary	28.68389	-14.00997		Cotillo,Puerto del Cotillo,Puerto del Toston,Puerto del Tostón		53	GC	35014	
2510227	Toscana Nueva	toscana-nueva	ES		0	Europe/Madrid	37.87701	-2.37937		Casas Toscana Nueva,La Toscana,Toscana Nueva		51	GR	18164	
2510229	Tosca de Ana María	tosca-de-ana-maria	ES		0	Atlantic/Canary	28.41667	-16.45				53	TF	38051	
2510231	Tosals	tosals	ES		0	Europe/Madrid	38.81667	0.03333		Caserio Tosals,Caserío Tosals,Tosals		60	A	03101	
2510234	Torviscón	torviscon	ES		0	Europe/Madrid	36.87937	-3.29826				51	GR	18179	
2510250	Torrihuela	torrihuela	ES		0	Europe/Madrid	38.14292	-3.35588		Casa de Torrihuela,Caserio Torrihuela,Caserío Torrihuela,Torrihuela		51	J	23092	
2510254	Torre Vellisca	torre-vellisca	ES		0	Europe/Madrid	38.79985	-0.777		Casa Torre Vellisca,Torre Vellisca		60	V	46124	
2510255	Torretes	torretes	ES		0	Europe/Madrid	38.68066	-0.4299		Caserio Torretes,Caserío Torretes,Torretes		60	A	03103	
2510257	Torre-Tallada	torre-tallada	ES		0	Europe/Madrid	39.85	-0.9		Casa Palacio Torre Tallada,Torre-Tallada		60	V	46262	
2510259	Torresolana	torresolana	ES		0	Europe/Madrid	37.01667	-4.01667		Caserio Torresolana,Caserío Torresolana,Cortijo de Torre Solana,Torresolana		51	GR	18013	
2510273	Torreón de Fique	torreon-de-fique	ES		0	Europe/Madrid	37.88703	-3.44202				51	J	23902	
2510282	Torre-Mochuela	torre-mochuela	ES		0	Europe/Madrid	37.83153	-1.13979		Casas Torre Mochuela,Caserio Torre-Mochuela,Caserío Torre-Mochuela,Torre-Mochuela		31	MU	30030	
2510288	La Torre de les Maçanes	la-torre-de-les-macanes	ES		723	Europe/Madrid	38.60641	-0.41862		La Torre de les Macanes,La Torre de les Maçanes,Torremanzanas		60	A	03083	
2510289	Torre Lloris	torre-lloris	ES		0	Europe/Madrid	39.0299	-0.48934				60	V	46145	
2510291	Torrelamata	torrelamata	ES		0	Europe/Madrid	38.02828	-0.65506		La Mata		60	A	03133	
2510298	Torre-Guil	torre-guil	ES		0	Europe/Madrid	37.92726	-1.22836		Caserio Torre de Guil,Caserío Torre de Guil,Torre de Guil,Torre-Guil		31	MU	30030	
2510299	Torregorda	torregorda	ES		0	Europe/Madrid	36.46667	-6.25				51	CA	11012	
2510300	Torrefiel	torrefiel	ES		0	Europe/Madrid	38.80347	-0.74725		Casa Torrefiel,Torrefiel		60	V	46124	
2510302	Torre de Torús	torre-de-torus	ES		0	Europe/Madrid	38.80402	-0.62024		Casas Torre de Torus,Casas Torre de Torús,Torre de Torus,Torre de Torús,Torre del Torus,Torre del Torús		60	V	46184	
2510305	Torre de Paniagua	torre-de-paniagua	ES		0	Europe/Madrid	40.00147	-5.9437		Caserio Torre de Paniagua,Caserío Torre de Paniagua,Torre de Paniagua		57	CC	10081	
2510308	Torre del Rame	torre-del-rame	ES		0	Europe/Madrid	37.73	-0.86468		Caserio Torre del Rame,Caserío Torre del Rame,Torre Rame,Torre del Rame		31	MU	30902	
2510311	Torre del Cabo	torre-del-cabo	ES		0	Europe/Madrid	39.18333	-0.21667		Caserio Torre del Cabo,Caserío Torre del Cabo,Torre del Cabo		60	V	46105	
2510312	Torre del Ángel	torre-del-angel	ES		0	Europe/Madrid	37.68757	-1.16537		Casa Torre del Angel,Caserio Torre del Angel,Caserío Torre del Angel,Torre del Angel,Torre del Ángel		31	MU	30021	
2510315	Torre de Fuencubierta	torre-de-fuencubierta	ES		0	Europe/Madrid	37.77857	-4.07378		Caserio Torre Fuencubierta,Caserío Torre Fuencubierta,Torre de Fuencubierta		51	J	23087	
2510316	Torre de Baba	torre-de-baba	ES		0	Europe/Madrid	39.58333	-0.53333		Caserio Torre Baba,Caserío Torre Baba,Torre de Baba		60	V	46202	
2510318	Torrecuadros	torrecuadros	ES		0	Europe/Madrid	37.31774	-6.37864		Caserio Torrecuadros,Caserío Torrecuadros,Torrecuadros		51	H	21040	
2510319	Torrecillas de la Tiesa	torrecillas-de-la-tiesa	ES		1185	Europe/Madrid	39.56837	-5.74238		Torrecilla de la Tiesa,Torrecillas de la Tiesa	10186	57	CC	10186	
2510326	Torre Cerdá	torre-cerda	ES		0	Europe/Madrid	38.98432	-0.57595				60	V	46081	
2510327	Torrecarrals	torrecarrals	ES		0	Europe/Madrid	38.85	0.05		Caserio Torre Carrals,Caserío Torre Carrals,Torrecarrals		60	A	03063	
2510331	Torreblanca de los Caños	torreblanca-de-los-canos	ES		0	Europe/Madrid	37.38524	-5.90491		Torreblanca de los Canos,Torreblanca de los Caños		51	SE	41091	
2510335	Torre-Alta	torre-alta	ES		0	Europe/Madrid	38.03566	-1.21243		Caserio de Torrealta,Caserío de Torrealta,Torre-Alta		31	MU	30027	
2510339	Torre-Agicampe	torre-agicampe	ES		0	Europe/Madrid	37.20733	-4.09979		Cortijada Agicampe,Cortijo La Torre de Agricampe,Torre-Agicampe		51	GR	18122	
2510381	Topo Negro	topo-negro	ES		0	Atlantic/Canary	28.32616	-16.40199				53	TF	38020	
2510388	Tonaso	tonaso	ES		0	Atlantic/Canary	28.31595	-16.40347				53	TF	38020	
2510401	Tolomó	tolomo	ES		0	Europe/Madrid	38.31667	-0.8		Casa Tolomo,Casa Tolomó,Tolomo,Tolomó		60	A	03019	
2510421	Tobazo	tobazo	ES		0	Europe/Madrid	37.5522	-4.02735		Cortijada Tobazo		51	CO	14055	
2510422	Tobaruela	tobaruela	ES		0	Europe/Madrid	38.06846	-3.67399		Cortijada Tobaruela,Tobaruela		51	J	23055	
2510431	Tiscar	tiscar	ES		0	Europe/Madrid	37.76865	-3.02228				51	J	23073	
2510436	Casas deTirma	casas-detirma	ES		0	Atlantic/Canary	28.03062	-15.72401				53	GC	35005	
2510446	Tiñosa Baja	tinosa-baja	ES		0	Europe/Madrid	37.96623	-1.0803				31	MU	30030	
2510447	Tiñosa Alta	tinosa-alta	ES		0	Europe/Madrid	37.96996	-1.07938				31	MU	30030	
2510450	Tinguatón	tinguaton	ES		0	Atlantic/Canary	29.04472	-13.69572		Tinguaton,Tinguatón		53	GC	35029	
2510453	Tindavar	tindavar	ES		0	Europe/Madrid	38.3554	-2.26938				54	AB	02086	
2510459	Tinadas	tinadas	ES		0	Europe/Madrid	37.04744	-2.31113		Caserio Tinadas,Caserío Tinadas,Tinadao,Tinadas		51	AL	04088	
2510460	Tímar	timar	ES		0	Europe/Madrid	36.94447	-3.21153				51	GR	18121	
2510464	Tijoco de Arriba	tijoco-de-arriba	ES		0	Atlantic/Canary	28.16667	-16.71667				53	TF	38001	
2510465	Tijoco de Abajo	tijoco-de-abajo	ES		0	Atlantic/Canary	28.15	-16.75				53	TF	38001	
2510472	Tigalate	tigalate	ES		0	Atlantic/Canary	28.55333	-17.80277				53	TF	38053	
2510476	Tierras Nuevas	tierras-nuevas	ES		0	Europe/Madrid	36.97236	-5.60216		Caserio Tierras Nuevas,Caserío Tierras Nuevas,Tierras Nuevas		51	CA	11041	
2510480	Tiena la Baja	tiena-la-baja	ES		0	Europe/Madrid	37.31902	-3.78444		Tiena la Baja		51	GR	18132	
2510485	Tías	tias	ES		19849	Atlantic/Canary	28.96108	-13.64502		Tias,Tías	35028	53	GC	35028	
2510487	Tharsis	tharsis	ES		0	Europe/Madrid	37.6046	-7.11826		Minas de Tharsis,Tharsis,Tharsis Minas		51	H	21006	
2510495	Tesbabo	tesbabo	ES		0	Atlantic/Canary	27.81498	-17.95422				53	TF	38048	
2510505	Terre	terre	ES		0	Europe/Madrid	37.45081	-3.50796		Caserio Terre,Caserío Terre,Cortijo de Terri,Terre		51	GR	18105	
2510508	Teror	teror	ES		12926	Atlantic/Canary	28.06062	-15.54909		Teror,te luo er,tyrwr,Терор,تيرور,特罗尔	35027	53	GC	35027	
2510514	Término de Arriba	termino-de-arriba	ES		0	Europe/Madrid	38.53333	-1.4		Caserio Termino de Arriba,Caserío Término de Arriba,Termino de Arriba,Término de Arriba		31	MU	30022	
2510525	Tenoya	tenoya	ES		0	Atlantic/Canary	28.1134	-15.49424				53	GC	35016	
2510533	Tenagua	tenagua	ES		0	Atlantic/Canary	28.71815	-17.74875				53	TF	38030	
2510560	Tejares	tejares	ES		0	Europe/Madrid	38.91667	-0.11667				60	V	46181	
2510567	Teja	teja	ES		0	Europe/Madrid	37.67369	-2.8076		Caserio Teja,Caserío Teja,Teja		51	GR	18053	
2510568	Teix	teix	ES		0	Europe/Madrid	38.60891	-0.37297		Casas Teix,Teix,Teix de Arriba		60	A	03132	
2510572	Teguitar	teguitar	ES		0	Atlantic/Canary	28.27272	-13.98939		Teguilar,Teguitar		53	GC	35030	
2510573	Teguise	teguise	ES		19418	Atlantic/Canary	29.06049	-13.56397		Teguise	35024	53	GC	35024	
2510595	Tarragoya	tarragoya	ES		0	Europe/Madrid	37.96184	-2.03366		Caserio Tarragoya,Caserío Tarragoya,Tarragoya		31	MU	30015	
2510597	Tariquejo	tariquejo	ES		0	Europe/Madrid	37.31582	-7.1701		Albergues Tariquejo,Tariquejo		51	H	21021	
2510606	Taramay	taramay	ES		0	Europe/Madrid	36.75645	-3.67683		Caserio Taramay,Caserío Taramay,Taramay		51	GR	18017	
2510612	Tarahal	tarahal	ES		0	Europe/Madrid	37.60448	-3.07235				51	GR	18064	
2510618	Tao	tao	ES		0	Atlantic/Canary	29.03866	-13.62525				53	GC	35024	
2510621	Tanque	tanque	ES		3068	Atlantic/Canary	28.36667	-16.83333		Tanque		53	TF	38010	
2510644	Tamujoso	tamujoso	ES		0	Europe/Madrid	37.72644	-6.90624		Caserio Tamujoso,Caserío Tamujoso,Tamujoso		51	H	21023	
2510659	Tamojares	tamojares	ES		0	Europe/Madrid	37.59118	-3.00662		Casa Tamojares,Tamojares		51	GR	18064	
2510664	Tamayo	tamayo	ES		0	Europe/Madrid	39.36667	-1.43333				54	AB	02024	
2510671	Tamaimo	tamaimo	ES		0	Atlantic/Canary	28.26882	-16.82345				53	TF	38040	
2510672	Tamaide	tamaide	ES		0	Atlantic/Canary	28.4	-16.48333				53	TF	38039	
2510673	Tamaide	tamaide	ES		0	Atlantic/Canary	28.1	-16.6				53	TF	38017	
2510690	Talavera la Vieja	talavera-la-vieja	ES		0	Europe/Madrid	39.8	-5.4		Talavera la Vieja		57	CC	10030	
2510697	Talave	talave	ES		0	Europe/Madrid	38.51667	-1.85				54	AB	02037	
2510706	Tajarja	tajarja	ES		0	Europe/Madrid	37.11724	-3.87785				51	GR	18061	
2510707	Tajace de Abajo	tajace-de-abajo	ES		0	Atlantic/Canary	27.74466	-17.95342				53	TF	38048	
2510714	Tahodio	tahodio	ES		0	Atlantic/Canary	28.48333	-16.25		Tahodio		53	TF	38038	
2510721	Tagarina	tagarina	ES		0	Europe/Madrid	38.63289	-0.2771		Caserio Tagarina,Caserío Tagarina,Tagarina		60	A	03124	
2510724	Tafira	tafira	ES		0	Atlantic/Canary	28.04716	-15.46629		Tafira,Tafira Alta		53	GC	35016	
2510739	Tablate	tablate	ES		0	Europe/Madrid	36.92087	-3.52507				51	GR	18910	
2510740	Tabladilla	tabladilla	ES		0	Europe/Madrid	37.56513	-6.46501		Caserio Tabladilla,Caserío Tabladilla,Tabladilla		51	H	21012	
2510741	Tablada	tablada	ES		0	Europe/Madrid	37.36466	-6.00677		Caserio Tablada,Caserío Tablada,Tablada		51	SE	41091	
2510744	Tavernes Blanques	tavernes-blanques	ES		9033	Europe/Madrid	39.5	-0.36667		Tabernes,Tabernes Blanques,Tavernes Blanques	46250	60	V	46250	
2510748	Tabaqueros	tabaqueros	ES		0	Europe/Madrid	39.35	-1.48333				54	AB	02079	
2510753	Suspiro del Moro	suspiro-del-moro	ES		0	Europe/Madrid	37.07983	-3.65295		Casa Suspiro del Moro		51	GR	18149	
2510771	Sotuélamos	sotuelamos	ES		0	Europe/Madrid	39.04018	-2.57439		Caserio Sotuelamos,Caserío Sotuélamos,Sotuelamos,Sotuélamos		54	AB	02019	
2510772	Sotos Nuevos	sotos-nuevos	ES		0	Europe/Madrid	37.76667	-0.96667		Caserio Sotos Nuevos,Caserío Sotos Nuevos,Sotos Nuevos		31	MU	30037	
2510783	Sot	sot	ES		0	Europe/Madrid	38.56193	-0.50259		Casas Sot,Sot		60	A	03083	
2510787	Sorihuela del Guadalimar	sorihuela-del-guadalimar	ES		1232	Europe/Madrid	38.24062	-3.0536		Sorihuela del Guadalimar	23084	51	J	23084	
2510795	Sopalmo	sopalmo	ES		0	Europe/Madrid	37.0571	-1.88192		Cortijada Sopalmo		51	AL	04064	
2510797	Son Verí Nou	son-veri-nou	ES		0	Europe/Madrid	39.49192	2.74105		Son Veri,Son Verí		07	PM	07031	
2510804	Son Rapinya	son-rapinya	ES		0	Europe/Madrid	39.58932	2.61899		Son Rapina,Son Rapinya,Son Rapiña		07	PM	07040	
2510810	Son Curt	son-curt	ES		0	Europe/Madrid	39.58333	2.41667				07	PM	07005	
2510812	Son Carrió	son-carrio	ES		0	Europe/Madrid	39.58856	3.32048		Son Carrio,Son Carrió		07	PM	07051	
2510814	Son Anglada	son-anglada	ES		0	Europe/Madrid	39.6	2.61667		Son Anglada,Son Inglada		07	PM	07040	
2510824	Solera del Gabaldón	solera-del-gabaldon	ES		42	Europe/Madrid	39.75	-1.96667				54	CU	16199	
2510830	Sol del Campo	sol-del-campo	ES		0	Europe/Madrid	38.42574	-0.65703		Caserio Sol del Campo,Caserío Sol del Campo,Sol del Campo		60	A	03002	
2510836	Solanas del Valle	solanas-del-valle	ES		0	Europe/Madrid	37.96667	-5.9		Solana del Valle,Solanas del Valle		51	SE	41032	
2510837	Solana de Padilla	solana-de-padilla	ES		0	Europe/Madrid	38.14845	-2.79485		Caserio Solana de Padilla,Caserío Solana de Padilla,Solana de Padilla		51	J	23904	
2510841	Solana Baja	solana-baja	ES		0	Europe/Madrid	38.35476	-0.94568		Caserio Solana Baja,Caserío Solana Baja,Solana Baja		60	A	03114	
2510842	Solana Alta	solana-alta	ES		0	Europe/Madrid	38.34929	-0.95727		Caserio Solona Alta,Caserío Solona Alta,Solana Alta		60	A	03114	
2510857	Sobrante Berrocal	sobrante-berrocal	ES		0	Europe/Madrid	38.89674	-5.72567		Caserio Sobrante Berrocal,Caserío Sobrante Berrocal,Sobrante Berrocal		57	BA	06075	
2510860	Siscar	siscar	ES		0	Europe/Madrid	38.06813	-1.02654		Caserio Siscar,Caserío Siscar,Siscar		31	MU	30901	
2510875	Sillero	sillero	ES		0	Europe/Madrid	38.09886	-3.02485		Caserio Sillero,Caserío Sillero,Sillero		51	J	23095	
2510877	Sillar Alta	sillar-alta	ES		0	Europe/Madrid	37.34048	-3.41063		Caserio Sillar Alta,Caserío Sillar Alta,Sillar Alta		51	GR	18099	
2510881	Silim	silim	ES		0	Europe/Madrid	38.49764	-0.54053		Casas Silim,Silim		60	A	03083	
2510892	Sierrezuela	sierrezuela	ES		0	Europe/Madrid	37.54309	-3.9111		Cortijada Sierrezuela,Sierrezuela		51	J	23026	
2510894	Sierra Gorda	sierra-gorda	ES		0	Europe/Madrid	38.42669	-6.53784		Cortijo Sierra Gorda,Sierra Gorda		57	BA	06022	
2510898	Sierra Ahillos	sierra-ahillos	ES		0	Europe/Madrid	37.6137	-4.02808		Cortijada Sierra Ahillos,Sierra Ahillos		51	J	23003	
2510913	Setla	setla	ES		0	Europe/Madrid	38.85077	0.01746		Setla		60	A	03901	
2510919	Ses Salines	ses-salines	ES		4290	Europe/Madrid	39.33831	3.05274		Ses Salines,les Salines,ses Salines	07059	07	PM	07059	
2510920	Serval	serval	ES		0	Europe/Madrid	37.3622	-4.12503		Casa Serval,Serval		51	CO	14055	
2510926	Serratella	serratella	ES		0	Europe/Madrid	39.07515	-0.44516		Casas Huerto Serratella,Serratella		60	V	46203	
2510927	Serratella	serratella	ES		0	Europe/Madrid	38.57361	-0.43424		Casas Serratella,Serratella		60	A	03083	
2510933	Serrallonga	serrallonga	ES		0	Europe/Madrid	38.7	0.05		Casas Serrallonga,Serrallonga		60	A	03041	
2510937	Serradiel	serradiel	ES		0	Europe/Madrid	39.25	-1.46667				54	AB	02024	
2510941	Serpos	serpos	ES		0	Europe/Madrid	37.81195	-6.79419				51	H	21004	
2510947	Serena	serena	ES		0	Europe/Madrid	37.17494	-1.98841		Cortijada Serena,Serena		51	AL	04022	
2510966	Seima	seima	ES		0	Atlantic/Canary	28.06667	-17.15				53	TF	38036	
2510979	Seco de Lucena	seco-de-lucena	ES		0	Europe/Madrid	37.08089	-3.98493		Barriada Seco de Lucena,Seco de Lucena		51	GR	18174	
2510993	Sa Casa Blanca	sa-casa-blanca	ES		0	Europe/Madrid	39.56667	2.76667		Casa Blanca		07	PM	07040	
2510994	Secano	secano	ES		0	Europe/Madrid	36.9	-3.48333		Caserio Secano,Caserío Secano,Secano		51	GR	18116	
2511012	Sauzal	sauzal	ES		8172	Atlantic/Canary	28.46667	-16.41667		El Sauzal,Sauzal		53	TF	38041	
2511020	s'Arracó	s-arraco	ES		0	Europe/Madrid	39.57817	2.39266		l'Arraco,l'Arracó,s'Arraco,s'Arracó		07	PM	07005	
2511025	Sardina	sardina	ES		0	Atlantic/Canary	28.15094	-15.69569				53	GC	35009	
2511026	Sardina	sardina	ES		0	Atlantic/Canary	27.84828	-15.46769				53	GC	35022	
2511031	Sanz	sanz	ES		0	Europe/Madrid	39.05	-0.48333				60	V	46119	
2511032	San Vicent del Raspeig	san-vicent-del-raspeig	ES		53126	Europe/Madrid	38.3964	-0.5255		San Vicente,San Vicente del Raspeig,Sant Vicent del Raspeig,Sanvi		60	A	03014	
2511049	Santonge	santonge	ES		0	Europe/Madrid	37.84566	-2.1644		Caserio Santonge,Caserío Santonge,Cortijos de Santonge,Santonge		51	AL	04098	
2511067	Santidad	santidad	ES		0	Atlantic/Canary	28.10007	-15.51184				53	GC	35006	
2510973	Sege	sege	ES	02487	0	Europe/Madrid	38.29583	-2.29466		Sege		54	AB	02086	
2511074	Santiago de Carbajo	santiago-de-carbajo	ES		0	Europe/Madrid	39.60822	-7.23943				57	CC	10169	
2511090	Es Migjorn Gran	es-migjorn-gran	ES		0	Europe/Madrid	39.94657	4.05121		San Cristobal,San Cristóbal,Sant Cristofol,Sant Cristófol	07902	07	PM	07902	
2511108	Santa Matilde	santa-matilde	ES		0	Europe/Madrid	37.61667	-5.83333		Caserios Santa Matilde,Caseríos Santa Matilde,Santa Matilde		51	SE	41023	
2511117	Santa María de Trassierra	santa-maria-de-trassierra	ES		0	Europe/Madrid	37.93333	-4.88333		Santa Maria de Trassierra,Santa María de Trassierra		51	CO	14021	
2511119	Santa María de Nava la Zapatera	santa-maria-de-nava-la-zapatera	ES		0	Europe/Madrid	38.01667	-6.08333		Hoya de Santa Maria,Hoya de Santa María,Santa Maria de Nava la Zapatera,Santa María de Nava la Zapatera		57	BA	06086	
2511125	Santa María de Gracia	santa-maria-de-gracia	ES		0	Atlantic/Canary	28.46667	-16.26667		Santa Maria de Gracia,Santa María de Gracia		53	TF	38038	
2511138	Santa Maria del Camí	santa-maria-del-cami	ES		0	Europe/Madrid	39.65111	2.77317		Santa Maria,Santa Maria del Cami,Santa Maria del Camí	07056	07	PM	07056	
2511139	Santa Maria	santa-maria	ES		0	Europe/Madrid	38.73798	-2.74544				54	CR	13089	
2511140	Santa María	santa-maria	ES		0	Europe/Madrid	38.53333	-5.73333		Cortijo Santa Maria,Cortijo Santa María,Santa Maria,Santa María		57	BA	06029	
2511141	Santa María	santa-maria	ES		0	Europe/Madrid	37.65787	-3.53094		Molino Santa Maria,Molino Santa María,Santa Maria,Santa María		51	J	23018	
2511159	Santa Fe de los Boliches	santa-fe-de-los-boliches	ES		0	Europe/Madrid	36.55405	-4.61494				51	MA	29070	
2511161	Santa Faz	santa-faz	ES		0	Europe/Madrid	38.38954	-0.44293				60	A	03014	
2511201	Santa Catalina	santa-catalina	ES		0	Atlantic/Canary	28.39088	-16.65909				53	TF	38018	
2511229	San Sebastián de los Ballesteros	san-sebastian-de-los-ballesteros	ES		869	Europe/Madrid	37.65376	-4.82409		San Sebastian de los Ballesteros,San Sebastián de los Ballesteros	14059	51	CO	14059	
2511230	San Sebastián de la Gomera	san-sebastian-de-la-gomera	ES		8964	Atlantic/Canary	28.09163	-17.11331		La Gomeros San Sebastianas,San Sebastian,San Sebastian de La Gomera,San Sebastian de la Gomera,San Sebastián de La Gomera,San Sebastián de la Gomera,San-Sebasc'jan-deh-la-Gamera,San-Sebast'jan-de-la-Gomera,san sbastyan d la gmra,san sybastyan dy la ghwmyra,sheng sai wa si di an de la ge mei la,Сан-Себастьян-де-ла-Гомера,Сан-Себасцьян-дэ-ла-Гамера,سان سباستیان د لا گمرا,سان سيباستيان دي لا غوميرا,圣塞瓦斯蒂安德拉戈梅拉		53	TF	38036	
2511244	San Quintín	san-quintin	ES		0	Europe/Madrid	38.81569	-4.28415		Minas de San Quintin,San Quintin,San Quinton,San Quintín		54	CR	13091	
2511245	San Platón	san-platon	ES		0	Europe/Madrid	37.7614	-6.68154		Caserio San Platon,Caserío San Platón,San Platon,San Platón		51	H	21004	
2511248	San Pedro de la Mata	san-pedro-de-la-mata	ES		0	Europe/Madrid	39.93911	-4.43324		San Pedro,San Pedro de la Mata		54	TO	45095	
2511250	San Pedro de Alcántara	san-pedro-de-alcantara	ES		34922	Europe/Madrid	36.48839	-4.99123		San Pedro,San Pedro de Alcantara,San Pedro de Alcántara,San-Pedro-de-Al'kantara,Сан-Педро-де-Алькантара		51	MA	29069	
2511271	San Pablo	san-pablo	ES		0	Europe/Madrid	39.54019	-4.3317				54	CR	13072	
2511272	San Pablo	san-pablo	ES		0	Europe/Madrid	37.40655	-5.89089		Caserio San Pablo,Caserío San Pablo,San Pablo		51	SE	41091	
2511273	San Pablo	san-pablo	ES		0	Europe/Madrid	36.46657	-5.41163		Buceite,San Pablo,San Pablo de Buceite		51	CA	11021	
2511275	San Nicolás	san-nicolas	ES		7950	Atlantic/Canary	27.9891	-15.78126		Aldea de San Nicolas		53	GC	35020	
2511328	San Juan de Énova	san-juan-de-enova	ES		386	Europe/Madrid	39.07104	-0.48705		San Juan de Enova,San Juan de Énova,Sant Joan de l'Enova,Sant Joan de l'Ènova	46222	60	V	46222	
2511330	San Juan de Alicante	san-juan-de-alicante	ES		21939	Europe/Madrid	38.40148	-0.43623		San Juan (bei Alicante),San Juan de Alicante,Sant Joan d'Alacant		60	A	03014	
2511350	Playa de San Juan	playa-de-san-juan	ES		7036	Atlantic/Canary	28.18159	-16.81689		Playa San Juan		53	TF	38019	
2511352	Sant Josep de sa Talaia	sant-josep-de-sa-talaia	ES		2341	Europe/Madrid	38.92239	1.29437		San Jose,San Jose de la Atalaya,Sant Josep de sa Talaia	07048	07	PM	07048	
2511364	San Jerónimo	san-jeronimo	ES		0	Europe/Madrid	37.42454	-5.98458		San Jeronimo,San Jerónimo		51	SE	41091	
2511365	San Jerónimo	san-jeronimo	ES		0	Atlantic/Canary	28.392	-16.55323				53	TF	38026	
2511375	Sangrera	sangrera	ES		0	Europe/Madrid	39.91667	-4.7				54	TO	45137	
2511382	San Francisco de Paula	san-francisco-de-paula	ES		0	Atlantic/Canary	28.04956	-15.43681		San Francisco de Paula		53	GC	35016	
2511387	Sant Francesc	sant-francesc	ES		0	Europe/Madrid	39.51667	2.75				07	PM	07040	
2511390	San Felipe de Neri	san-felipe-de-neri	ES		0	Europe/Madrid	38.17759	-0.79728		San Felipe de Neri		60	A	03059	
2511422	San Cayetano	san-cayetano	ES		0	Europe/Madrid	37.81688	-0.89402		Caserio San Cayetano,Caserío San Cayetano,San Cayetano		31	MU	30037	
2511436	San Bernardino	san-bernardino	ES		0	Europe/Madrid	36.91766	-5.79966		Caserio San Bernardino,Caserío San Bernardino,San Bernardino		51	CA	11017	
2511440	San Bartolomé de Tirajana	san-bartolome-de-tirajana	ES		52161	Atlantic/Canary	27.92481	-15.57329		San Bartolome Tirajana,San Bartolome de Tirajana,San Bartolomé Tirajana,San Bartolomé de Tirajana		53	GC	35019	
2511443	San Bartolomé de Geneto	san-bartolome-de-geneto	ES		0	Atlantic/Canary	28.46667	-16.3				53	TF	38023	
2511449	San Antonio Abad	san-antonio-abad	ES		0	Europe/Madrid	37.61767	-0.99665				31	MU	30016	
2511467	San Amaro	san-amaro	ES		0	Africa/Ceuta	35.89565	-5.30044				CE	CE	51001	
2511469	Sambenet Alto	sambenet-alto	ES		0	Europe/Madrid	38.66667	-0.48333		Caserio Sambenet Alto,Caserío Sambenet Alto,Sambenet Alto		60	A	03009	
2511472	Samarines	samarines	ES		0	Atlantic/Canary	28.31018	-16.38227				53	TF	38020	
2511482	Salto de Millares	salto-de-millares	ES		0	Europe/Madrid	39.23333	-0.71667		Caserio Salto de Millares,Caserío Salto de Milláres,Salto de Millares		60	V	46115	
2511483	el Salt de l'Aigua	el-salt-de-l-aigua	ES		0	Europe/Madrid	38.55135	-0.11849		Casas Salto de Agua		60	A	03031	
2511484	Salto	salto	ES		0	Europe/Madrid	39.7	-1.61667		Caserio Salto,Caserío Salto,Salto		54	CU	16082	
2511505	Salobreja	salobreja	ES		0	Europe/Madrid	39.68333	-1.55		Caserio Salobreja,Caserío Salobreja,Salobreja		54	CU	16126	
2511523	Salinas de Pinilla	salinas-de-pinilla	ES		0	Europe/Madrid	38.8387	-2.60906		Caserio Salinas de Pinilla,Caserío Salinas de Pinilla,Salinas de Pinilla		54	AB	02008	
2511544	Salazones	salazones	ES		0	Atlantic/Canary	28.5	-16.2				53	TF	38038	
2511619	Sagunto	sagunto	ES		66070	Europe/Madrid	39.68333	-0.26667		Morvedre,Sagonte,Sagunt,Sagunto,Saguntum,sgwntwm,Сагунто,סגונטום		60	V	46220	
2511641	Sabina Alta	sabina-alta	ES		0	Atlantic/Canary	28.23281	-16.45633		Sabina Alta		53	TF	38012	
2511645	Sabina	sabina	ES		0	Atlantic/Canary	28.58664	-17.78496		Sabina		53	TF	38053	
2511646	Sabariego	sabariego	ES		0	Europe/Madrid	37.52593	-4.04503				51	J	23003	
2511657	Ruiz Cerezo	ruiz-cerezo	ES		0	Europe/Madrid	37.62605	-3.44568		Casas Ruiz Cerezo,Ruiz Cerezo		51	J	23044	
2511659	Ruipérez	ruiperez	ES		0	Europe/Madrid	39.32496	-2.27473				54	CU	16064	
2511683	Royos de Abajo	royos-de-abajo	ES		0	Europe/Madrid	37.90214	-2.03186		Casas de los Royos de Abajo,Royos de Abajo		31	MU	30015	
2511684	Royos	royos	ES		0	Europe/Madrid	37.92858	-2.05515		Caserio Royos,Caserío Royos,Rollos de Arriba,Royos,Royos de Arriba		31	MU	30015	
2511688	Royo	royo	ES		0	Europe/Madrid	38.97339	-1.37462		Caserio Casa de Royo,Caserío Casa de Royo,Royo		54	AB	02039	
2511697	Rotglá y Corbera	rotgla-y-corbera	ES		1002	Europe/Madrid	39.00465	-0.56482		Rotgla i Corbera,Rotgla y Corbera,Rotglà i Corberà,Rotglá y Corbera		60	V	46145	
2511698	Les Rotes	les-rotes	ES		0	Europe/Madrid	38.83333	0.15		Casa Rotes de Oliver,Caserio Rotes,Caserío Rotes		60	A	03063	
2511725	Roque	roque	ES		0	Atlantic/Canary	28.68371	-13.99447				53	GC	35014	
2511738	Romeral	romeral	ES		847	Europe/Madrid	39.70744	-3.43379		El Romeral,Romeral		54	TO	45166	
2511741	Romanina Alta	romanina-alta	ES		0	Europe/Madrid	36.81667	-6.01667		Caserio Romanina Alta,Caserío Romanina Alta,Romanina Alta		51	CA	11020	
2511512	Salobral	salobral	ES	05520	0	Europe/Madrid	38.86706	-1.92269				54	AB	02003	
2511767	Rociana	rociana	ES		0	Europe/Madrid	37.30899	-6.59564				51	H	21061	
2511790	Ribera de Arriba	ribera-de-arriba	ES		0	Europe/Madrid	38.01667	-1.2		Ribera de Molina		31	MU	30027	
2511791	Ribera de Abajo	ribera-de-abajo	ES		0	Europe/Madrid	38.01667	-1.2		Ribera de Molina		31	MU	30027	
2511806	Riquer Bajo	riquer-bajo	ES		0	Europe/Madrid	38.69438	-0.4938		Caserio Riquer Bajo,Caserío Riquer Bajo,Riquer Bajo		60	A	03009	
2511813	Ríoseco Alto	rioseco-alto	ES		0	Europe/Madrid	36.80217	-3.73739		Cortijada Rioseco Alto,Cortijada Ríoseco Alto,Rioseco Alto,Ríoseco Alto		51	GR	18017	
2511820	Río-Miel	rio-miel	ES		0	Europe/Madrid	36.8	-3.8		Caserio Rio-Miel,Caserío Río-Miel,Rio-Miel,Río-Miel		51	MA	29075	
2511821	Ríomadera	riomadera	ES		0	Europe/Madrid	38.58147	-2.3185				54	AB	02058	
2511841	Rincón y las Ramblicas	rincon-y-las-ramblicas	ES		0	Europe/Madrid	37.45274	-1.83453		Caserio Rincon y las Ramblicas,Caserío Rincón y las Ramblicas,Rincon y las Ramblicas,Rincón y las Ramblicas		31	MU	30024	
2511847	Racó de l'Oix	raco-de-l-oix	ES		0	Europe/Madrid	38.53638	-0.10308		Raco de l'Oix,Racó de l'Oix		60	A	03031	
2511848	Rincón del Moro	rincon-del-moro	ES		0	Europe/Madrid	38.59441	-1.80316		Caserio Rincon del Moro,Caserío Rincón del Moro,Rincon del Moro,Rincón del Moro,San Esteban		54	AB	02037	
2511850	Rincón del Cerezo	rincon-del-cerezo	ES		0	Europe/Madrid	38.74549	-0.53981		Casas Rincon del Cerezo,Casas Rincón del Cerezo,Rincon del Cerezo,Rincón del Cerezo		60	V	46072	
2511853	Rincón de la Casa Grande	rincon-de-la-casa-grande	ES		0	Europe/Madrid	37.47321	-1.5466		Caserio Rincon de la Casa Grande,Caserío Rincón de la Casa Grande,Rincon de la Casa Grande,Rincón de la Casa Grande		31	MU	30003	
2511857	Rincona	rincona	ES		0	Europe/Madrid	37.18414	-4.44998				51	MA	29095	
2511863	Rincomalillo	rincomalillo	ES		0	Europe/Madrid	37.82579	-6.81736				51	H	21004	
2511867	Rielves	rielves	ES		586	Europe/Madrid	39.96206	-4.193			45147	54	TO	45147	
2511870	Ribera de San Hermenegildo	ribera-de-san-hermenegildo	ES		0	Europe/Madrid	39.43333	-2.08333		Caserio Ribera de Hermenegildo,Caserío Ribera de Hermenegildo,Ribera de Hermenegildo,Ribera de San Hermenegildo		54	CU	16251	
2511871	Ribera de San Benito	ribera-de-san-benito	ES		0	Europe/Madrid	39.41667	-2.1				54	CU	16158	
2511880	Ribarroja del Turia	ribarroja-del-turia	ES		20468	Europe/Madrid	39.54595	-0.57069		Riba-roja de Turia,Riba-roja de Túria,Ribarroja		60	V	46111	
2511912	Retamoso	retamoso	ES		131	Europe/Madrid	39.74356	-4.75541		Retamoso		54	TO	45146	
2511919	Retamales	retamales	ES		0	Europe/Madrid	36.96514	-3.8697		Barriada Retamales,Barriada la Colonia,La Coloma,La Colonia,Retamales,Retamares		51	GR	18020	
2511920	Retamalejos	retamalejos	ES		0	Europe/Madrid	37.53333	-3.91667				51	J	23026	
2511921	Retamalejo	retamalejo	ES		0	Europe/Madrid	37.90902	-2.09412		Caserio Retamalejo,Caserío Retamalejo,Retamalejo		31	MU	30015	
2511922	Retamal	retamal	ES		0	Europe/Madrid	38.73689	-6.63034				57	BA	06126	
2511923	Retamal	retamal	ES		0	Europe/Madrid	38.57724	-5.83925				57	BA	06112	
2511938	Remedio de los Desamparados	remedio-de-los-desamparados	ES		0	Europe/Madrid	38.05	-0.98333		Remedio de los Desamparados		60	A	03099	
2511945	Reiner	reiner	ES		0	Europe/Madrid	38.73052	-0.59746		Casa Reiner,Reiner		60	V	46072	
2511948	Reiguero de Poniente	reiguero-de-poniente	ES		0	Europe/Madrid	38.07658	-1.01859		Caserio Reiguero de Poniente,Caserío Reiguero de Poniente,Regueros de Arriba,Reiguero de Poniente		60	A	03099	
2511949	Reiguero de Levante	reiguero-de-levante	ES		0	Europe/Madrid	38.08248	-0.99955		Caserio Reiguero de Levante,Caserío Reiguero de Levante,Regueros de Abajo,Reiguero de Levante		60	A	03099	
2511950	Reig	reig	ES		0	Europe/Madrid	39.21667	-0.45		Caserio Reig,Caserío Reig,Reig		60	V	46029	
2511956	Regüelo	regueelo	ES		0	Europe/Madrid	37.61648	-3.9172		Cortijada Reguelo,Cortijada Regüelo,Reguelo,Regüelo		51	J	23034	
2511965	Regadío	regadio	ES		0	Europe/Madrid	38.67698	-0.42984		Caserio Regadio,Caserío Regadío,Regadio,Regadío		60	A	03103	
2511979	Reculo	reculo	ES		0	Europe/Madrid	38.31874	-3.22835		Caserio Reculo,Caserío Reculo,Reculo		51	J	23079	
2511996	Real de Montroi	real-de-montroi	ES		2031	Europe/Madrid	39.33333	-0.6		Real de Montroi,Real de Montroy	46212	60	V	46212	
2511999	Real Bajo	real-bajo	ES		0	Europe/Madrid	36.8	-4.11667		Caserio Real Bajo,Caserío Real Bajo,Real Bajo		51	MA	29094	
2512000	Real Alto	real-alto	ES		0	Europe/Madrid	36.8	-4.13333		Caserio Real Alto,Caserío Real Alto,Real Alto		51	MA	29094	
2512019	Raspilla	raspilla	ES		0	Europe/Madrid	38.42836	-2.36921				54	AB	02086	
2512022	Raso	raso	ES		0	Europe/Madrid	38.61667	-1.7		Caserio Raso,Caserío Raso,Raso		54	AB	02074	
2512024	Rasillo	rasillo	ES		0	Europe/Madrid	38.61824	-1.13553		Caserio Rasillo,Caserío Rasillo,Rasillo		31	MU	30043	
2512039	Ramonal	ramonal	ES		0	Atlantic/Canary	28.49374	-16.2436				53	TF	38038	
2512041	Rambla Seca	rambla-seca	ES		0	Europe/Madrid	39.28333	-0.91667		Caserio Rambla Seca,Caserío Rambla Seca,Rambla Seca		60	V	46099	
2512042	Rambla Seca	rambla-seca	ES		0	Europe/Madrid	36.95	-3.06667		Caserio Rambla Seca,Caserío Rambla Seca,Rambla Seca		51	AL	04007	
2512045	Rambla Matanza	rambla-matanza	ES		0	Europe/Madrid	37.59225	-2.94948		Casas Rambla Matanza,Molino de la Matanza,Rambla Matanza		51	GR	18912	
2512046	Rambla de Valdiquín	rambla-de-valdiquin	ES		0	Europe/Madrid	37.41007	-2.93969		Cortijada Rambla de Valdiquin,Cortijada Rambla de Valdiquín,Rambla de Valdiquin,Rambla de Valdiquín		51	GR	18085	
2512047	Rambla de los Lobos	rambla-de-los-lobos	ES		0	Europe/Madrid	37.62707	-3.22857		Cortijada La Rambla de los Lobos,Rambla de los Lobos		51	GR	18002	
2512049	Rambla de la Teja	rambla-de-la-teja	ES		0	Europe/Madrid	37.78333	-3.13333		Caserio Rambla de la Teja,Caserío Rambla de la Teja,Rambla de la Teja		51	J	23045	
2512050	Rambla del Agua	rambla-del-agua	ES		0	Europe/Madrid	37.52555	-2.78472		Caserio Rambla del Agua,Caserio del Barranco del Agua,Caserío Rambla del Agua,Caserío del Barranco del Agua,Rambla del Agua		51	GR	18023	
2512051	Rambla de Juan Manchego	rambla-de-juan-manchego	ES		0	Europe/Madrid	37.65	-3.16667		Cortijada Rambla de Juan Manchego,Rambla de Juan Manchego		51	J	23017	
2512052	Rambla de Benipila	rambla-de-benipila	ES		0	Europe/Madrid	37.60928	-1.00389				31	MU	30016	
2512053	Rambla de Balata	rambla-de-balata	ES		0	Europe/Madrid	37.42646	-2.99227		Cortijada Rambla de Balata,Rambla de Balata		51	GR	18085	
2512057	Ral de Abajo	ral-de-abajo	ES		0	Europe/Madrid	39.26667	-0.98333		Caserio Ral de Abajo,Caserío Ral de Abajo,Ral de Abajo		60	V	46099	
2512070	Ráfol de Almunia	rafol-de-almunia	ES		564	Europe/Madrid	38.8212	-0.05171		El Rafol d'Almunia,El Ràfol d'Almúnia,Rafol de Almunia,Ráfol de Almunia,Ráfol de Almúnia		60	A	03131	
2512073	Rafelbunyol	rafelbunyol	ES		0	Europe/Madrid	39.58876	-0.33457				60	V	46177	
2512077	Rada de Moraira	rada-de-moraira	ES		0	Europe/Madrid	38.68904	0.14222		Caserio Rada de Moraira,Caserío Rada de Moraira,Rada de Moraira		60	A	03128	
2512081	Rabosera	rabosera	ES		0	Europe/Madrid	38.58096	-1.05442		Caserio Rabosera,Caserío Rabosera,Rabosera		31	MU	30043	
2512082	Rabo-Conejo	rabo-conejo	ES		0	Europe/Madrid	37.48462	-6.70763		Caserio Rabo-Conejo,Caserío Rabo-Conejo,Rabo-Conejo		51	H	21053	
2512087	Quitapellejos	quitapellejos	ES		0	Europe/Madrid	38.46491	-1.08834		Caserio Quitapellejos,Caserío Quitapellejos,Quitapellejos		31	MU	30043	
2512088	Quitapellejos	quitapellejos	ES		0	Europe/Madrid	37.96667	-1.11667		Caserio Quitapellejos,Caserío Quitapellejos,Quitapellejos		31	MU	30030	
2512125	Quebradas	quebradas	ES		0	Europe/Madrid	38.45	-2.35		Caserio Quebradas,Caserío Quebradas,Quebradas		54	AB	02086	
2512130	Pusa	pusa	ES		0	Europe/Madrid	38.50347	-0.7385		Casa de Pusa,Caserio Pusa,Caserío Pusa,Pusa		60	A	03104	
2512136	Puntarrón	puntarron	ES		0	Europe/Madrid	37.65356	-1.49728		Caserio Puntarron,Caserío Puntarrón,El Puntarron,El Puntarrón,Puntarron,Puntarrón		31	MU	30024	
2512139	Puntales	puntales	ES		0	Europe/Madrid	36.5075	-6.26889				51	CA	11012	
2512141	Punta Larga	punta-larga	ES		0	Atlantic/Canary	28.35989	-16.36869				53	TF	38011	
2512145	Punta de Mujeres	punta-de-mujeres	ES		1107	Atlantic/Canary	29.1466	-13.44761		Punta Mujeres,Punta de Mujeres,Punta-Mukheres,Пунта-Мухерес		53	GC	35010	
2512148	Punta del Caimán	punta-del-caiman	ES		0	Europe/Madrid	37.19544	-7.32608		Barrio Punta del Caiman,Barrio Punta del Caimán,Punta del Caiman,Punta del Caimán		51	H	21042	
2512150	Punta Brava	punta-brava	ES		0	Atlantic/Canary	28.40887	-16.56697				53	TF	38028	
2512162	Puig	puig	ES		7851	Europe/Madrid	39.58869	-0.30333		El Puche,El Puig,Puig,Puig de Santa Maria,Puig de Santa María	46204	60	V	46204	
2512171	Puerto Naos	puerto-naos	ES		979	Atlantic/Canary	28.58626	-17.90969		Puehrto Naos,Пуэрто Наос		53	TF	38024	
2512174	Puerto-López	puerto-lopez	ES		0	Europe/Madrid	37.33601	-3.83216				51	GR	18132	
2512175	Puerto Lobo	puerto-lobo	ES		0	Europe/Madrid	37.98333	-6.16667		Casas Puerto Lobo,Puerto Lobo,Puerto Lobo y Endrinales		57	BA	06085	
2512180	Puerto Hondo	puerto-hondo	ES		0	Europe/Madrid	38.08896	-2.26635		Caserio Puerto Hondo,Caserío Puerto Hondo,Puerto Hondo		31	MU	30028	
2512186	Puerto del Rosario	puerto-del-rosario	ES		35667	Atlantic/Canary	28.50038	-13.86272		Puehrto-del'-Rosario,Puerto Cabras,Puerto Rosario,Puerto de Cabras,Puerto del Rosario,Пуэрто-дель-Росарио	35017	53	GC	35017	
2512191	Puerto de las Lajas	puerto-de-las-lajas	ES		0	Atlantic/Canary	28.5361	-13.83811		Puerto de Lajas,Puerto de las Lajas		53	GC	35017	
2512192	Puerto de la Peña	puerto-de-la-pena	ES		0	Atlantic/Canary	28.40201	-14.15278				53	GC	35015	
2512193	Puerto de la Madera	puerto-de-la-madera	ES		0	Atlantic/Canary	28.49855	-16.4174		Puerto de la Madera		53	TF	38043	
2512198	Puerto de Güimar	puerto-de-guimar	ES		0	Atlantic/Canary	28.29461	-16.37642		Puerto de Guimar,Puerto de Güimar		53	TF	38020	
2512201	Puerto Carbón	puerto-carbon	ES		0	Europe/Madrid	37.42039	-7.4436		Caserio Puerto Carbon,Caserío Puerto Carbón,Puerto Carbon,Puerto Carbón		51	H	21065	
2512203	Puerto Alto	puerto-alto	ES		0	Europe/Madrid	37.68622	-3.71174		Caserios Puerto Alto,Caseríos Puerto Alto,Puerto Alto		51	J	23050	
2512231	Puente Honda	puente-honda	ES		0	Europe/Madrid	38.35824	-2.61806		Cortijo Puente Honda,Puente Honda		51	J	23016	
2512233	Puente Duda	puente-duda	ES		0	Europe/Madrid	37.83581	-2.66831		Caserio Puente Duda,Caserío Puente Duda,Duda,Puente Duda		51	GR	18098	
2512234	Puente del Villar	puente-del-villar	ES		0	Europe/Madrid	37.82452	-3.989		Casas Puente del Villar,Puente del Villar		51	J	23098	
2512236	Puente del Carrasco	puente-del-carrasco	ES		0	Europe/Madrid	39.21667	-2.01667		Caserio Puente del Carrasco,Caserío Puente del Carrasco,Puente del Carrasco		54	AB	02073	
2512238	Puente de Génave	puente-de-genave	ES		2064	Europe/Madrid	38.35544	-2.8032		Puente de Genave,Puente de Génave,Puente-Genave,Puente-Génave	23071	51	J	23071	
2512239	Puente de Don Juan	puente-de-don-juan	ES		0	Europe/Madrid	39.29869	-2.06856				54	CU	16060	
2512241	Puente Carrera	puente-carrera	ES		0	Europe/Madrid	37.20747	-7.32328		Barrio Puente Carrera,Puente Carrera		51	H	21042	
2512243	Pueblo Nuevo de San Rafael	pueblo-nuevo-de-san-rafael	ES		0	Europe/Madrid	38.70894	-0.43883		Pueblo Nuevo de San Rafael		60	A	03056	
2512244	Pueblo Nuevo	pueblo-nuevo	ES		0	Europe/Madrid	39.28333	-0.58333		Caserio Pueblo Nuevo,Caserío Pueblo Nuevo,Pueblo Nuevo		60	V	46156	
2512261	Puebla del Duc	puebla-del-duc	ES		0	Europe/Madrid	38.9056	-0.4195		La Puebla del Duc,Puebla del Duc		60	V	46200	
2512267	Puebla de Don Fadrique	puebla-de-don-fadrique	ES		0	Europe/Madrid	37.96156	-2.43961		La Puebla de Don Fadrique,Puebla de Don Fadrique	18164	51	GR	18164	
2512290	Prados	prados	ES		0	Europe/Madrid	38.03099	-1.91024		Caserio Prados,Caserío Prados,Prados		31	MU	30015	
2512293	Prado Gil	prado-gil	ES		0	Europe/Madrid	38.03333	-5.93333		Caserio Prado Gil,Caserío Prado Gil,Prado Gil		57	BA	06053	
2512296	Pradochano y Riobermejo	pradochano-y-riobermejo	ES		0	Europe/Madrid	40.00411	-6.18109		Caserio Pradochano y Riobermejo,Caserío Pradochano y Riobermejo,Pradochano y Riobermejo		57	CC	10148	
2512304	Pozuelos de Calatrava	pozuelos-de-calatrava	ES		477	Europe/Madrid	38.90057	-4.16953		Pozuelos de Calatrava		54	CR	13035	
2512317	Pozo Lobo	pozo-lobo	ES		0	Europe/Madrid	37.93195	-3.1571		Cortijada Pozo Lobo,Pozo Lobo		51	J	23066	
2512318	Pozo Iglesias	pozo-iglesias	ES		0	Europe/Madrid	37.49852	-2.57379		Cortijo de Pozo Iglesias,Pozo Iglesias		51	GR	18056	
2512325	Pozo de los Mozos	pozo-de-los-mozos	ES		0	Europe/Madrid	37.79067	-4.08335		Caserio Pozo de los Mozos,Caserío Pozo de los Mozos,Pozo de los Mozos		51	J	23087	
2512329	Pozo de la Rueda	pozo-de-la-rueda	ES		0	Europe/Madrid	37.69728	-2.32648				51	GR	18146	
2512331	Pozo de la Peña	pozo-de-la-pena	ES		0	Europe/Madrid	38.90462	-1.73856		Caserio Pozo de la Pena,Caserío Pozo de la Peña,Pozo de la Pena,Pozo de la Peña		54	AB	02029	
2512335	Pozo de la Arena	pozo-de-la-arena	ES		0	Europe/Madrid	39.38333	-2.45				54	CU	16190	
2512338	Pozo Campo	pozo-campo	ES		0	Europe/Madrid	38.23333	-7		Pabellones,Pozo Campo		57	BA	06093	
2512452	Poblet dels Ferrers	poblet-dels-ferrers	ES		0	Europe/Madrid	38.73321	-0.66548		Caserio Poblet dels Ferrers,Caserío Poblet dels Ferrers,Poblet dels Ferrers,Poblet dels Ferres		60	V	46072	
2512341	Pozoamargo	pozoamargo	ES		351	Europe/Madrid	39.36558	-2.19617		Pozoamargo	16166	54	CU	16166	
2512352	Poyotello	poyotello	ES		0	Europe/Madrid	38.14636	-2.62321		Caserio Poyotello,Caserio de Poyotello,Caserío Poyotello,Caserío de Poyotello,Poyotello		51	J	23904	
2512355	Poyato	poyato	ES		0	Europe/Madrid	38.21249	-3.23988		Caserio Poyato,Caserío Poyato,Poyato		51	J	23079	
2512359	Poveda de la Obispalía	poveda-de-la-obispalia	ES		0	Europe/Madrid	39.95591	-2.42766		Poveda de la Obispalia,Poveda de la Obispalía		54	CU	16019	
2512364	Postigo	postigo	ES		0	Europe/Madrid	38.06667	-5.75		Caserio Postigo,Caserío Postigo,Postigo		51	SE	41048	
2512366	Posadas Ricas	posadas-ricas	ES		0	Europe/Madrid	37.95567	-3.60832		Caserios Posadas Ricas,Caseríos Posadas Ricas,Posadas Ricas		51	J	23014	
2512372	Portús	portus	ES		0	Europe/Madrid	37.58662	-1.07168		Caserio El Portus,Caserio Portus,Caserío El Portus,Caserío Portús,El Portus		31	MU	30016	
2512376	Porto Pi	porto-pi	ES		0	Europe/Madrid	39.55131	2.62281		Caserio Porto Pi,Caserío Porto Pi,Porto Pi		07	PM	07040	
2512378	Porto Cristo	porto-cristo	ES		7355	Europe/Madrid	39.53953	3.33302		Porto Cristo,Porto Cristo Novo,Portocristo		07	PM	07033	
2512380	Porto-Carrero	porto-carrero	ES		0	Europe/Madrid	37.16667	-2.55		Caserio Porto-Carrero,Caserío Porto-Carrero,Porto-Carrero		51	AL	04050	
2512390	Portela Baja	portela-baja	ES		0	Atlantic/Canary	28.31667	-16.83333				53	TF	38010	
2512391	Portela Alta	portela-alta	ES		0	Atlantic/Canary	28.31667	-16.83333				53	TF	38010	
2512393	Portalina	portalina	ES		0	Atlantic/Canary	28.38333	-16.63333				53	TF	38034	
2512402	Porras	porras	ES		0	Europe/Madrid	38.45	-5.71667		Caserios Porras,Caseríos Porras,Porrao,Porras		57	BA	06014	
2512413	Pontón	ponton	ES		0	Europe/Madrid	39.48333	-1.11667				60	V	46213	
2512414	Pont d'Inca	pont-d-inca	ES		0	Europe/Madrid	39.59814	2.69407		Caserio Pont d'Inca,Caserío Pont d'Inca,Pont d'Inca		07	PM	07036	
2512421	Polvillar	polvillar	ES		0	Europe/Madrid	38.23291	-2.73611		Caserio Polvillar,Caserío Polvillar,Polvillar		51	J	23043	
2512424	Polope	polope	ES		0	Europe/Madrid	38.58625	-1.74369		Caserio Polope,Caserío Polope,Polope,Venta de Polope		54	AB	02074	
2512425	Polop Alto	polop-alto	ES		0	Europe/Madrid	38.6608	-0.59096		Casa de Polop Alto,Caserio Polop Alto,Caserío Polop Alto,Polop Alto		60	A	03009	
2512441	Pocito Santo	pocito-santo	ES		0	Atlantic/Canary	28.35745	-16.37084				53	TF	38011	
2512447	Pocetas	pocetas	ES		0	Atlantic/Canary	28.4	-14				53	GC	35003	
2512448	Pocacivera	pocacivera	ES		0	Europe/Madrid	38.68776	-7.00182		Caserio de Bocacivera,Caserío de Bocacivera,Cortijo Pocacivera,Pocacivera		57	BA	06143	
2512461	Playa de Santiago	playa-de-santiago	ES		989	Atlantic/Canary	28.03009	-17.19824				53	TF	38003	
2512462	Playa de Mar	playa-de-mar	ES		0	Europe/Madrid	39.6	-0.26667		Barrio Playa de Mar,Playa de Mar		60	V	46205	
2512463	Playa de los Nietos	playa-de-los-nietos	ES		0	Europe/Madrid	37.64932	-0.78525		Caserio Los Nietos,Caserío Los Nietos,Nietos Playa,Playa de los Nietos		31	MU	30016	
2512464	Playa del Hoyo	playa-del-hoyo	ES		0	Europe/Madrid	37.20258	-7.2858		Caserio Playa del Hoyo,Caserío Playa del Hoyo,Playa del Hoyo		51	H	21042	
2512465	Playa Blanca	playa-blanca	ES		10000	Atlantic/Canary	28.86426	-13.82814		Plajja Blanka,Playa Blanca,QLY,Плайя Бланка		53	GC	35034	
2512466	Playa	playa	ES		0	Europe/Madrid	38.91667	-0.08333		Casetas Playa,Playa		60	V	46181	
2512480	Pla de na Tesa	pla-de-na-tesa	ES		0	Europe/Madrid	39.59799	2.7111		Pla de na Tesa		07	PM	07036	
2512481	Pla del Pou	pla-del-pou	ES		0	Europe/Madrid	39.55	-0.48333		Masia Pla del Pou,Pla del Pou		60	V	46903	
2512521	Pino de Valencia	pino-de-valencia	ES		0	Europe/Madrid	39.33194	-7.27913				57	CC	10203	
2512542	Pinelo	pinelo	ES		0	Europe/Madrid	37.8177	-2.33411				51	GR	18146	
2512549	Pinar de la Vidriera	pinar-de-la-vidriera	ES		0	Europe/Madrid	38.05	-1.55		Cortijada de Pinar de la Vidriera,La Vidriera,Pinar de la Vidriera		51	GR		
2512564	Pimienta	pimienta	ES		0	Europe/Madrid	38.60431	-5.53159		Cortijo Pimienta,Pimienta		57	BA	06087	
2512572	Pilas Dedil	pilas-dedil	ES		0	Europe/Madrid	37.0467	-4.068		Caserio Pilas Dedil,Caserío Pilas Dedil,Pilas Dedil		51	GR	18013	
2512589	Pierres	pierres	ES		0	Europe/Madrid	37.52455	-3.25566		Caserio Pierres,Caserío Pierres,Cortijo Pierre,Pierres		51	GR	18152	
2512612	Picos del Guadiana	picos-del-guadiana	ES		0	Europe/Madrid	37.74812	-3.09849		Caserio Picos del Guadiana,Caserío Picos del Guadiana,Picos del Guadiana		51	J	23045	
2512616	Pico de Viento	pico-de-viento	ES		0	Atlantic/Canary	28.09939	-15.65329		Pico del Viento		53	GC	35009	
2512621	Picarzos	picarzos	ES		0	Europe/Madrid	38.44635	-2.15135				54	AB	02030	
2512637	Petrel	petrel	ES		0	Europe/Madrid	38.48289	-0.77549		Petrel,Petrer		60	A	03104	
2512561	Pina	pina	ES	07220	0	Europe/Madrid	39.59911	2.92417		Pina		07	PM	07004	
2512654	Perona	perona	ES		0	Europe/Madrid	39.49564	-2.33225				54	CU	16190	
2512669	Perea	perea	ES		0	Europe/Madrid	37.86492	-3.12629		Casa Perea,Perea		51	J	23073	
2512683	Peralta	peralta	ES		0	Europe/Madrid	38.41228	-2.20665		Casas de Peralta,Caserio Peralta,Caserío Peralta,Peralta		54	AB	02030	
2512688	Peraleja	peraleja	ES		0	Europe/Madrid	39.51667	-1.8		Caserio Peraleja,Caserio de la Peraleja,Caserío Peraleja,Caserío de la Peraleja,Peraleja		54	CU	16113	
2512689	Peraleda de Zaucejo	peraleda-de-zaucejo	ES		0	Europe/Madrid	38.46667	-5.56667				57	BA	06101	
2512731	Peñarroya	penarroya	ES		0	Europe/Madrid	38.31667	-5.28333				51	CO	14052	
2512732	Peñarroya	penarroya	ES		0	Europe/Madrid	37.59272	-0.96972				31	MU	30016	
2512736	Peña María	pena-maria	ES		0	Europe/Madrid	37.89158	-1.94075		Caserio Pena Maria,Caserío Peña María,Cortijo de Pena Maria,Cortijo de Peña Maria,Pena Maria,Peña María		31	MU	30024	
2512749	Peña del Hierro	pena-del-hierro	ES		0	Europe/Madrid	37.72529	-6.54964		Caserio Pena del Hierro,Caserío Peña del Hierro,Pena del Hierro,Penas de Hierro,Peña del Hierro,Peñas de Hierro		51	H	21052	
2512751	Peña de la Zafra de Arriba	pena-de-la-zafra-de-arriba	ES		0	Europe/Madrid	38.28333	-1.15		Pena de la Zafra de Arriba,Peña de la Zafra de Arriba		31	MU	30020	
2512752	Peña de la Zafra de Abajo	pena-de-la-zafra-de-abajo	ES		0	Europe/Madrid	38.28333	-1.15		Pena de la Zafra de Abajo,Peña de la Zafra de Abajo		31	MU	30020	
2512766	Pelile y El Jurado	pelile-y-el-jurado	ES		0	Europe/Madrid	37.54999	-1.7275		Caserio Pelile y El Jurado,Caserío Pelile y El Jurado,Pelile y El Jurado		31	MU	30024	
2512769	Pelegrinas	pelegrinas	ES		0	Europe/Madrid	36.91087	-3.13409		Caserio Pelegrinas,Caserío Pelegrinas,Pelegrinas		51	GR	18182	
2512771	Pelagatos	pelagatos	ES		0	Europe/Madrid	37.58333	-5.88333		Caserios Pelagatos,Caseríos Pelagatos,Pelagatos		51	SE	41101	
2512781	Peguerillas	peguerillas	ES		0	Europe/Madrid	37.33625	-6.94845		Cortijada Peguerillas,Peguerillas		51	H	21041	
2512792	Pedrones de Arriba	pedrones-de-arriba	ES		0	Europe/Madrid	39.33333	-1.08333				60	V	46213	
2512798	Pedro Martín	pedro-martin	ES		0	Europe/Madrid	38.46641	-7.01411		Casa Pedro Martin,Casa Pedro Martín,Pedro Martin,Pedro Martín		57	BA	06007	
2512808	Pedro Barba	pedro-barba	ES		2	Atlantic/Canary	29.26098	-13.48137		Pedro Barba		53	GC	35024	
2512818	Pedriches	pedriches	ES		0	Europe/Madrid	39.51667	-1.3		Caserio Pedriches,Caserío Pedriches,Pedriches		60	V	46254	
2512820	Pedrerías	pedrerias	ES		0	Europe/Madrid	37.95144	-2.28138		Casas Pedrerias,Pedrarias,Pedrerias,Pedrerías		51	GR	18164	
2512847	Payer	payer	ES		0	Europe/Madrid	38.23993	-2.70883		Caserio Payer,Caserío Payer,Cortijos de Payer,Payer		51	J	23043	
2512856	Patrás	patras	ES		0	Europe/Madrid	37.80228	-6.70303				51	H	21004	
2512859	Paterna del Madera	paterna-del-madera	ES		474	Europe/Madrid	38.59751	-2.34421		Paterna del Madera	02058	54	AB	02058	
2512880	Pasada del Palo	pasada-del-palo	ES		0	Europe/Madrid	37.36667	-7.13333		Albergues Pasada del Palo,Pasada del Palo		51	H	21021	
2512881	Pasada de los Bayos	pasada-de-los-bayos	ES		0	Europe/Madrid	37.31667	-7.11667		Albergues Pasada de los Bayos,Pasada de los Bayos		51	H	21021	
2512884	Partidor	partidor	ES		0	Europe/Madrid	38.61667	-0.05		Caserio Partidor,Caserío Partidor,Partidor		60	A	03018	
2512885	Partido de Resina	partido-de-resina	ES		0	Europe/Madrid	37.17484	-6.28153		Caserio Partido de Resina,Caserío Partido de Resina,Partido de Resina		51	SE	41012	
2512895	Parrizón	parrizon	ES		0	Europe/Madrid	38.42312	-2.55893				54	AB		
2512909	Parpajoso	parpajoso	ES		0	Europe/Madrid	37.43333	-6.66667		Caserio Parpajoso,Caserío Parpajoso,Parpajoso		51	H	21077	
2512921	Pardales	pardales	ES		0	Europe/Madrid	38.96254	-2.27926		Casa de los Pardales,Caserio Pardales,Caserío Pardales,Pardales		54	AB	02043	
2512922	Pardaleras	pardaleras	ES		0	Europe/Madrid	38.86667	-6.96667				57	BA	06015	
2512932	Paraíso Alto	paraiso-alto	ES		0	Europe/Madrid	40	-0.85		Barrio Paraiso Alto,Barrio Paraíso Alto,Paraiso Alto,Paraíso Alto		52	TE	44143	
2512935	Paracuellos	paracuellos	ES		157	Europe/Madrid	39.71667	-1.78333		Paracuellos	16150	54	CU	16150	
2512938	Pantano de Puentes	pantano-de-puentes	ES		0	Europe/Madrid	37.7356	-1.81826		Caserio Pantano de Puentes,Caserío Pantano de Puentes,Pantano de Puentes		31	MU	30024	
2512939	Pantano del Águila	pantano-del-aguila	ES		0	Europe/Madrid	37.04206	-5.75989		Caserio Pantano del Aguila,Caserío Pantáno del Aguila,Pantano del Aguila,Pantano del Águila		51	CA	11035	
2512989	Palma	palma	ES		401270	Europe/Madrid	39.56939	2.65024		Ciutat de Mallorca,Madina Mayurqa,PMI,Pal'ma,Palma,Palma Mallorcakoa,Palma de Maiorca,Palma de Majorque,Palma de Malhorca,Palma de Malhòrca,Palma de Mallorca,Palma di Maiorca,mywrqt,pa er ma,palmademayoleuka,plmh dh mywrqh,Пальма,פלמה דה מיורקה,ميورقة,パルマ・デ・マリョルカ,帕爾馬,팔마데마요르카	07	07	PM	07040	
2513000	Palazuelo-Empalme	palazuelo-empalme	ES		0	Europe/Madrid	39.93636	-6.1069		Palazuelo-Empalme		57	CC	10116	
2513002	Palanquetas	palanquetas	ES		0	Europe/Madrid	38.61667	-0.33333		Caserio Palanquetas,Caserío Palanquetas,Casilla de la Palanqueta,Palanquetas		60	A	03112	
2513006	Palanco	palanco	ES		0	Europe/Madrid	37.63333	-6.66667		Caserio Palanco,Caserío Palanco,Palanco		51	H	21078	
2513010	Palacio Quemado	palacio-quemado	ES		0	Europe/Madrid	38.67564	-6.30171		Caserio Palacio-Quemado,Caserío Palacio-Quemado,Cortijo Palacio Quemado,Palacio Quemado		57	BA	06004	
2513011	Palacio del Rey	palacio-del-rey	ES		0	Europe/Madrid	37.1606	-6.38002		Caserio Palacio del Rey,Caserío Palacio del Rey,Palacio de Rey,Palacio del Rey		51	H	21040	
2513026	Pájara	pajara	ES		20821	Atlantic/Canary	28.35039	-14.1076		Pajara,Pájara	35015	53	GC	35015	
2513027	Pájara	pajara	ES		0	Atlantic/Canary	28.28438	-16.40275		Pajara,Pájara		53	TF	38020	
2513031	Pago Dulce	pago-dulce	ES		0	Europe/Madrid	36.90989	-6.05354		Caserio Pago Dulce,Caserío Pago Dulce,Pago Dulce		51	SE	41053	
2513032	Pago de Escuchagranos	pago-de-escuchagranos	ES		0	Europe/Madrid	37.15209	-2.80112		Casas Pago de Escuchagranos,Pago de Escuchagranos		51	AL	04002	
2513050	Otiñar	otinar	ES		0	Europe/Madrid	37.67902	-3.75883		Otinar,Otiñar,Santa Cristina		51	J	23050	
2513056	Oset	oset	ES		0	Europe/Madrid	39.81667	-0.76667				60	V	46038	
2513068	Orotava	orotava	ES		0	Atlantic/Canary	28.78879	-17.77603				53	TF	38033	
2513085	Orellana la Sierra	orellana-la-sierra	ES		0	Europe/Madrid	39.0314	-5.49856		Orellana la Sierra,Orellana la Sierra u Orellanita		57	BA	06096	
2513092	Orcheta	orcheta	ES		1303	Europe/Madrid	38.56397	-0.26299		Orcheta,Orxeta		60	A	03098	
2513098	Orba	orba	ES		2100	Europe/Madrid	38.78041	-0.06278		Orba	03097	60	A	03097	
2513111	Onítar	onitar	ES		0	Europe/Madrid	37.44431	-3.60646		Caserio Onitar,Caserío Onítar,Onitar,Onítar		51	GR	18105	
2513116	Oncebreros	oncebreros	ES		0	Europe/Madrid	38.96081	-1.4975		Caserio Oncebreros,Caserío Oncebreros,Oncebreros		54	AB	02039	
2513117	Oncebreros	oncebreros	ES		0	Europe/Madrid	38.93485	-2.13957		Caserio Oncebreros,Caserío Oncebreros,Oncebreros		54	AB	02038	
2513119	Onáyar	onayar	ES		0	Europe/Madrid	36.75142	-2.84201		Cortijada Onayar,Onayar,Onáyar		51	AL	04902	
2513125	Olmedilla de Arcas	olmedilla-de-arcas	ES		0	Europe/Madrid	39.98333	-2.15				54	CU	16902	
2513130	L'Olleria	l-olleria	ES		7648	Europe/Madrid	38.91667	-0.55		L'Olleria,Olleria,Ollería		60	V	46183	
2513133	Olivilla	olivilla	ES		0	Europe/Madrid	38.02011	-3.17556		Caserio Olivilla,Caserío Olivilla,Cortijo de la Olivilla Baja,Olivilla		51	J	23092	
2513151	Olapra	olapra	ES		0	Europe/Madrid	37.21667	-2.5		Barriada Olapra,Olapra		51	AL	04019	
2513169	Ofra	ofra	ES		0	Europe/Madrid	38.31667	-0.81667		Caserio Ofra,Caserío Ofra,Ofra		60	A	03019	
2513171	Ochichar	ochichar	ES		0	Europe/Madrid	37.05482	-3.87321		Cortijo Ochichar,Ochichar		51	GR	18185	
2513176	Obispo Hernández	obispo-hernandez	ES		0	Europe/Madrid	39.88333	-1		Eras,Obispo Hernandez,Obispo Hernández		60	V	46036	
2513192	Nutxes	nutxes	ES		0	Europe/Madrid	38.56278	-0.51033		Casas Nuches,Nutxes		60	A	03083	
2513194	Novelé	novele	ES		746	Europe/Madrid	38.98017	-0.54844		Novele,Novelé		60	V	46145	
2513208	Nonihay	nonihay	ES		0	Europe/Madrid	37.78641	-1.59732		Caserio Nonihay,Caserío Nonihay,Nonihay		31	MU	30006	
2513219	Niño Perdido	nino-perdido	ES		0	Europe/Madrid	39.89516	-0.10966		Caserio Nino Perdido,Caserío Niño Perdido,Nino Perdido,Niño Perdido		60	CS	12901	
2513228	Nieles	nieles	ES		0	Europe/Madrid	36.93393	-3.23245		Nieles		51	GR	18044	
2513233	Niaza	niaza	ES		0	Atlantic/Canary	28.34267	-16.39088				53	TF	38011	
2513241	Nemeño	nemeno	ES		0	Europe/Madrid	43.276	-8.88333				58	C	15068	
2513281	Nechite	nechite	ES		0	Europe/Madrid	37.00296	-3.07154				51	GR	18183	
2513282	Ñeca	neca	ES		0	Europe/Madrid	36.77824	-2.84854		Cortijada Neca,Neca,Ñeca		51	AL	04902	
2513325	Navalmedio de Morales	navalmedio-de-morales	ES		0	Europe/Madrid	38.84918	-4.53393				54	CR	13001	
2513349	Nava de San Pedro	nava-de-san-pedro	ES		0	Europe/Madrid	37.89042	-2.88801		Cortijada Nava de San Pedro,Nava de San Pedro		51	J	23028	
2513351	Nava del Rico	nava-del-rico	ES		0	Europe/Madrid	38.06667	-2.93333		Casa de Nava del Milano,Cortijada Nava del Rico,Nava del Rico		51	J	23095	
2513368	Natí	nati	ES		0	Europe/Madrid	37.25267	-1.79764		Cortijada Nati,Cortijada Natí		51	AL	04035	
2513376	Náquer	naquer	ES		0	Europe/Madrid	38.11801	-3.56229		Caserios Naquer,Caseríos Naquer,Casilla de Huerta de Naquer,Casilla de Huerta de Náquer,Naquer,Náquer		51	J	23055	
2513403	Muro del Alcoy	muro-del-alcoy	ES		7983	Europe/Madrid	38.7812	-0.43608		Muro,Muro de Alcoy,Muro del Alcoy		60	A	03092	
2513462	Mudapelos	mudapelos	ES		0	Europe/Madrid	37.58781	-5.93155		Cortijo Mudapelos,Mudapelos		51	SE	41019	
2513486	Mosén Juan	mosen-juan	ES		0	Europe/Madrid	38.61688	-0.6921		Caserio Mosen Juan,Caserío Mosén Juan,Mosen Juan,Mosén Juan		60	A	03096	
2513497	Morro del Jable	morro-del-jable	ES		0	Atlantic/Canary	28.04986	-14.35244		Morro Jable,Morro de Jable		53	GC	35015	
2513504	Morote	morote	ES		0	Europe/Madrid	38.41667	-2.25		Caserio Morote,Caserío Morote,Morote		54	AB	02086	
2513508	Moropeche	moropeche	ES		0	Europe/Madrid	38.38891	-2.37293		Moropeche		54	AB	02086	
2513545	Moreras	moreras	ES		0	Europe/Madrid	39.98333	-6.86667		Casas Moreras,Moreras		57	CC	10218	
2513559	Mórax	morax	ES		0	Europe/Madrid	37.36711	-2.70405		Caserio Morax,Caserío Mórax,Morax,Mórax		51	GR	18039	
2513567	Morantes	morantes	ES		0	Europe/Madrid	39.04953	-6.67008		Cortijo Morantes,Cortijo Viejo de Morantes,Morante,Morantes		57	BA	06015	
2513575	Moralejo	moralejo	ES		0	Europe/Madrid	37.95243	-2.13148		Caserio Moralejo,Caserío Moralejo,El Moralejo,Moralejo		31	MU	30015	
2513602	Montijos	montijos	ES		0	Atlantic/Canary	28.36171	-16.51846				53	TF	38026	
2513607	Montichelvo	montichelvo	ES		673	Europe/Madrid	38.89129	-0.34123		Montichelvo,Montixelvo	46175	60	V	46175	
2513609	Monte Sorromero	monte-sorromero	ES		0	Europe/Madrid	37.67196	-6.57843				51	H	21078	
2513613	Monte San Miguel	monte-san-miguel	ES		0	Europe/Madrid	39.16667	-0.35		Casa Monte San Miguel,Monte San Miguel		60	V	46098	
2513616	Montes	montes	ES		0	Europe/Madrid	38.43333	-6.65		Cortijo Montes,Montes		57	BA	06022	
2513626	Monte Orenes	monte-orenes	ES		0	Europe/Madrid	39.26667	-2.4		Caserio Monte Orenes,Caserío Monte Orenes,Monte Orenes		54	AB	02081	
2513627	Monte Olivete	monte-olivete	ES		0	Europe/Madrid	36.78333	-6.33333		Caserio Monte Olivete,Caserío Monte Olivete,Monte Olivete		51	CA	11032	
2513641	Monte de los Santos	monte-de-los-santos	ES		0	Europe/Madrid	39.23333	-0.31667		Caserio Monte de los Santos,Caserío Monte de los Santos,Monte de los Santos		60	V	46235	
2513643	Monte de Breña	monte-de-brena	ES		0	Atlantic/Canary	28.62825	-17.77944				53	TF	38053	
2513647	Montearagón	montearagon	ES		499	Europe/Madrid	39.96425	-4.63214		Montearagon,Montearagón	45104	54	TO	45104	
2513650	Montealegre Alto	montealegre-alto	ES		0	Europe/Madrid	36.6714	-6.09689		Caserio Montealegre Alto,Caserío Montealegre Alto,Montealegre Alto		51	CA	11020	
2513657	Montañeta	montaneta	ES		0	Atlantic/Canary	28.47066	-16.40713				53	TF	38043	
2513662	Montaña Blanca	montana-blanca	ES		0	Atlantic/Canary	28.98775	-13.63541		Montan'ja Blanka,Montana Blanca,Montaña Blanca,Монтанья Бланка		53	GC	35018	
2513664	Montaña Alta	montana-alta	ES		0	Atlantic/Canary	28.08453	-15.61994				53	GC	35023	
2513666	Montalvo	montalvo	ES		0	Europe/Madrid	38.14908	-2.70346		Caserio Montalvo,Caserío Montalvo,Cortijada de Montalvo,Montalvo		51	J	23904	
2513668	Montalbanes	montalbanes	ES		0	Europe/Madrid	37.42709	-3.52056		Caserio Montalbanes,Caserío Montalbanes,Montalbanes		51	GR	18105	
2513673	Montaberner	montaberner	ES		1779	Europe/Madrid	38.89021	-0.49582		Montaberner		60	V	46006	
2513680	Monóvar	monovar	ES		13060	Europe/Madrid	38.43809	-0.84062		Monovar,Monover,Monòver,Monóvar,mo nuo wa er,mwnwbar,mwnwfar,Моновар,Моновер,مونوبار,مونوفار,莫诺瓦尔		60	A	03093	
2513695	Mondrón	mondron	ES		0	Europe/Madrid	36.93936	-4.22813		Caserio Mondron,Caserio de Mondron,Caserío Mondrón,Caserío de Mondrón,Mondron,Mondrón		51	MA	29079	
2513719	Molinos y Sierra	molinos-y-sierra	ES		0	Europe/Madrid	37.19146	-2.89636		Cortijada Molinos y Sierra,Molinos y Sierra		51	GR	18097	
2513737	Molino Derribado	molino-derribado	ES		0	Europe/Madrid	37.65495	-0.99636		Casas Molino Derribao,Caserio Molino Derrivado,Caserío Molino Derrivado,Molino Derribado		31	MU	30016	
2513738	Molino de las Ánimas	molino-de-las-animas	ES		0	Europe/Madrid	37.77365	-0.91588		Caserio Molino de las Animas,Caserío Molino de las Animas,Molino de las Animas,Molino de las Ánimas		31	MU	30037	
2513739	Molino de Carrasco	molino-de-carrasco	ES		0	Europe/Madrid	37.6	-1.28333		Casa Carrascos,Caserio Molino de Carrasco,Caserío Molino de Carrasco,Molino de Carrasco		31	MU	30026	
2513740	Molino Borrego	molino-borrego	ES		0	Europe/Madrid	39.16667	-0.45		Casas Molino Borrego,Molino Borrego		60	V	46017	
2513758	Es Molinar	es-molinar	ES		8376	Europe/Madrid	39.5614	2.67517		Caserio Molinar,Caserío Molinar		07	PM	07040	
2513764	Molares	molares	ES		0	Europe/Madrid	37.87311	-6.75352				51	H	21004	
2513765	Molar de Arriba	molar-de-arriba	ES		0	Europe/Madrid	39.23333	-1.55		Caserio Molar de Arriba,Caserío Molar de Arriba,Molar de Arriba		54	AB	02034	
2513772	Mola	mola	ES		0	Europe/Madrid	38.4	-0.78333		Casas Mola,Mola		60	A	03093	
2513790	Moharras	moharras	ES		0	Europe/Madrid	39.17542	-2.37476		Caserio Moharras,Caserío Moharras,Moharras		54	AB	02081	
2513793	Mogino	mogino	ES		0	Europe/Madrid	38.18333	-3.16667		Caserio Mogino,Caserío Mogino,Mogino		51	J	23079	
2513794	Mogente	mogente	ES		4514	Europe/Madrid	38.87598	-0.7515		Mogente		60	V	46251	
2513798	Mogán	mogan	ES		21690	Atlantic/Canary	27.88385	-15.72538		Mogan,Mogán	35012	53	GC	35012	
2513806	Mizquitillas	mizquitillas	ES		0	Europe/Madrid	38.743	-1.6574		Caserio Mizquitillas,Caserío Mizquitillas,Mizquitillas		54	AB	02029	
2513820	Mirarrosa	mirarrosa	ES		0	Europe/Madrid	38.84889	0.01953		Mirarrosa		60	A	03901	
2513823	Miranda de Abajo	miranda-de-abajo	ES		0	Atlantic/Canary	28.64886	-17.78843		Miranda,Miranda de Abajo		53	TF	38008	
2513831	Miraflores	miraflores	ES		0	Europe/Madrid	36.73382	-6.34549		Caserio Miraflores,Caserío Miraflores,Miraflores		51	CA	11032	
2513835	Mirador	mirador	ES		0	Europe/Madrid	37.84313	-0.85268		El Mirador,Mirador		31	MU	30035	
2513846	Minillas	minillas	ES		0	Europe/Madrid	38.18333	-3.03333				51	J	23097	
2513858	Minas de Santa Quiteria	minas-de-santa-quiteria	ES		0	Europe/Madrid	39.46049	-4.97939		Mina Santa Quiteria,Minas de Santa Quiteria		54	TO	45162	
2513861	Minas del Castillo de las Guardas	minas-del-castillo-de-las-guardas	ES		0	Europe/Madrid	37.69676	-6.36547		Minas del Castillo de las Guardas		51	SE	41031	
2513863	Mina San Miguel	mina-san-miguel	ES		0	Europe/Madrid	37.88333	-6				51	SE	41009	
2513865	Mina Quinto del Hierro	mina-quinto-del-hierro	ES		0	Europe/Madrid	38.73309	-4.75382		Mina Quinto del Hierro,Mina de la Concepcion,Mina de la Concepción,Minas del Quinto del Hierro		54	CR	13011	
2513866	Mina del Esterquizo	mina-del-esterquizo	ES		0	Europe/Madrid	37.88333	-6.06667				51	SE	41009	
2513867	Mina Caridad	mina-caridad	ES		0	Europe/Madrid	37.52221	-6.24449		Caserios Mina Caridad,Caseríos Mina Caridad,Mina Caridad		51	SE	41013	
2513868	Mina Blanca	mina-blanca	ES		0	Europe/Madrid	37.63333	-0.85		Caserio Mina Blanca,Caserío Mina Blanca,Mina Blanca		31	MU	30016	
2513904	Mesquer	mesquer	ES		0	Atlantic/Canary	28.36667	-14.11667				53	GC	35015	
2513909	Mesegar	mesegar	ES		212	Europe/Madrid	39.92553	-4.50231		Mesegar		54	TO	45100	
2513913	Mesa Roldán	mesa-roldan	ES		0	Europe/Madrid	36.94262	-1.9075		Cortijada La Mesa de Roldan,Cortijada La Mesa de Roldán		51	AL	04032	
2513914	Mesa Redonda	mesa-redonda	ES		0	Europe/Madrid	37.61667	-5.88333		Caserios Mesa Redonda,Caseríos Mesa Redonda,Mesa Redonda		51	SE	41101	
2513918	Merese	merese	ES		0	Atlantic/Canary	27.74912	-18.02402				53	TF	38013	
2513872	Miller	miller	ES	23296	0	Europe/Madrid	38.2215	-2.47381		Miller		51	J	23904	
2513953	Melejís	melejis	ES		0	Europe/Madrid	36.93569	-3.57107		Melegis,Melegís		51	GR	18902	
2513958	Medio Camino	medio-camino	ES		0	Atlantic/Canary	28.32857	-16.38433		Carreton,Carretón,Medio Camino		53	TF	38004	
2513972	Mecina Fondales	mecina-fondales	ES		0	Europe/Madrid	36.92801	-3.32302				51	GR	18901	
2513984	Mazarra	mazarra	ES		0	Europe/Madrid	37.53623	-2.63841		Caserio Mazarra,Caserío Mazarra,Cortijo de Mazarra,Mazarra		51	GR	18056	
2513987	Mayordomos de Arriba	mayordomos-de-arriba	ES		0	Europe/Madrid	37.65	-1.2				31	MU	30021	
2513988	Mayordomos de Abajo	mayordomos-de-abajo	ES		0	Europe/Madrid	37.65	-1.2				31	MU	30021	
2513991	Mayorazgo	mayorazgo	ES		0	Europe/Madrid	38.31667	-0.78333		Casa Mayorazgo,Casa del Mayorazgo,Mayorazgo		60	A	03019	
2513999	Matola	matola	ES		0	Europe/Madrid	38.21667	-0.75		Caserio Matola,Caserío Matola,Matola		60	A	03065	
2514002	Matilla	matilla	ES		0	Europe/Madrid	38.6	-6.35		Casas Matilla,Matilla		57	BA	06149	
2514016	Matanegra	matanegra	ES		0	Europe/Madrid	38.38333	-6.25		Cortijos Matanegra,Matanegra		57	BA	06136	
2514018	Matallana	matallana	ES		0	Europe/Madrid	39.55	-1.75				54	CU	16068	
2514021	Matalentisco	matalentisco	ES		0	Europe/Madrid	37.39739	-1.61766		Caserio Matalentisco,Caserío Matalentisco,Matalentisco		31	MU	30003	
2514035	Mata Bejid	mata-bejid	ES		0	Europe/Madrid	37.69188	-3.51119		Casa Mata Bejid,Caserio de La Mata-Begid,Caserío de La Mata-Begid,Mata Bejid		51	J	23018	
2514043	Masías de Moltó	masias-de-molto	ES		0	Europe/Madrid	38.71706	-0.45108		Caserio Masias de Molto,Caserío Masías de Moltó,Masias de Molto,Masías de Moltó		60	A	03056	
2514044	Masías Blancas	masias-blancas	ES		0	Europe/Madrid	39.96667	-0.63333		Mas Blancas,Masias Blancas,Masías Blancas		60	CS	12140	
2514046	Masía del Juez	masia-del-juez	ES		0	Europe/Madrid	39.43333	-0.51667		Masia del Juez,Masía del Juez		60	V	46244	
2514047	Masía Aldamar	masia-aldamar	ES		0	Europe/Madrid	39.46667	-0.6				60	V	46111	
2514048	Masets	masets	ES		0	Europe/Madrid	38.62177	-0.42955		Casas Masets,Maset,Masets,Masét		60	A	03132	
2514055	Mas de Caballero	mas-de-caballero	ES		0	Europe/Madrid	39.65	-1.1		Caserio Mas de Caballero,Caserío Mas de Caballero,Mas Caballero,Mas de Caballero		60	V	46106	
2514057	Mascote	mascote	ES		0	Europe/Madrid	37.55	-6.56667		Caserio Mascote,Caserío Mascote,Mascote		51	H	21012	
2514068	Masalavés	masalaves	ES		1535	Europe/Madrid	39.14377	-0.5226		Masalaves,Masalavés,Massalaves,Massalavés	46162	60	V	46162	
2514079	Martín Malo	martin-malo	ES		0	Europe/Madrid	38.19219	-3.6528				51	J	23039	
2514080	Martiniega	martiniega	ES		0	Europe/Madrid	39.8	-2.86667		Caserio La Martiniega,Caserío La Martiniega,Martiniega		54	CU	16016	
2514092	Marroquín Encina Hermosa	marroquin-encina-hermosa	ES		0	Europe/Madrid	37.55	-3.83333		Cortijada Marroquin Encina Hermosa,Cortijada Marroquín Encina Hermosa,Marroquin Encina Hermosa,Marroquín Encina Hermosa		51	J	23093	
2514103	Maroteras	maroteras	ES		0	Europe/Madrid	38.05402	-4.0175		Casas Maroteras,Maroteras		51	J	23005	
2514106	Marnes	marnes	ES		0	Europe/Madrid	38.68333	-0.01667		Caserio Marnes,Caserío Marnes,Marnes		60	A	03085	
2514112	Marisparza	marisparza	ES		0	Europe/Madrid	38.73333	-1.21667		Caserio Marisparza,Caserío Marisparza,Marisparza		31	MU	30043	
2514116	Mariola	mariola	ES		0	Europe/Madrid	38.71667	-0.53333		Casa Mariola,Caserio Mariola,Caserío Mariola,Mariola		60	V	46072	
2514122	Marimingo	marimingo	ES		0	Europe/Madrid	37.96139	-3.39668		Caserio Marimingo,Caserío Marimingo,Cortijo de Marimingo,Marimingo		51	J	23092	
2514140	Margen de Arriba	margen-de-arriba	ES		0	Europe/Madrid	37.65	-2.56667				51	GR	18056	
2514141	Margen de Abajo	margen-de-abajo	ES		0	Europe/Madrid	37.63333	-2.56667		Caserio Margen de Abajo,Caserío Margen de Abajo,Margen de Abajo		51	GR	18056	
2514149	Mareny Barraquetas	mareny-barraquetas	ES		0	Europe/Madrid	39.25	-0.26667				60	V	46235	
2514159	Marchante	marchante	ES		0	Europe/Madrid	37.02866	-2.3429		Caserio Marchante,Caserío Marchante,Marchante		51	AL	04088	
2514160	Marchalejo	marchalejo	ES		0	Europe/Madrid	37.24635	-3.29398		Cortijada Marchalejo,Marchalejo		51	GR	18154	
2514065	Massanassa	massanassa	ES	46470	0	Europe/Madrid	39.41667	-0.4				60	V	46165	
2514206	Manchuelas	manchuelas	ES		0	Europe/Madrid	36.71667	-6.4		Caserio Manchuelas,Caserío Manchuelas,Manchuelas		51	CA	11016	
2514213	Mañar	manar	ES		0	Europe/Madrid	38.4279	-0.92912		Caserio Manar,Caserío Mañar,Manar,Mañar		60	A	03089	
2514231	Malpaís	malpais	ES		0	Atlantic/Canary	28.35099	-16.40457				53	TF	38011	
2514232	Malpaís	malpais	ES		0	Atlantic/Canary	28.35	-16.36667				53	TF	38004	
2514240	Malladas	malladas	ES		0	Europe/Madrid	40.0088	-6.72641		Casas Malladas,Malladas		57	CC	10128	
2514275	Majalobas	majalobas	ES		0	Europe/Madrid	37.4584	-5.97709		Caserio Majalobas,Caserío Majalobas,Majalobas		51	SE	41081	
2514277	Majadavieja	majadavieja	ES		0	Europe/Madrid	36.9	-6.01667		Caserio Majadavieja,Caserío Majadavieja,Majadavieja		51	SE	41053	
2514283	Majada Carrasca	majada-carrasca	ES		0	Europe/Madrid	38.40973	-2.34628		Caserio Majada Carrasca,Caserío Majada Carrasca,Majada Carrasca		54	AB	02086	
2514296	Mahuella	mahuella	ES		0	Europe/Madrid	39.55	-0.35		Mahuella		60	V	46009	
2514308	Magdalena de Castro	magdalena-de-castro	ES		0	Europe/Madrid	38.12169	-3.59104		Caserios Magdalena de Castro,Caseríos Magdalena de Castro,Magdalena de Castro		51	J	23055	
2514317	Mafraque	mafraque	ES		0	Europe/Madrid	38.16667	-1.01667		Caserio Mafraque,Caserío Mafraque,Mafraque		31	MU	30001	
2514318	Maeso	maeso	ES		0	Europe/Madrid	38.35328	-1.67922		Casa Maeso,Caserio Maeso,Caserío Maeso,Ermita del Maeso,Maeso		54	AB	02037	
2514323	Madroñeras y El Llano	madroneras-y-el-llano	ES		0	Europe/Madrid	37.59018	-1.49801		Caserio Madroneras y El Llano,Caserío Madroñeras y El Llano,Madroneras y El Llano,Madroñeras y El Llano		31	MU	30024	
2514336	Madre del Agua	madre-del-agua	ES		0	Europe/Madrid	37.43145	-7.172		Casas Madre del Agua,Madre del Agua		51	H	21076	
2514355	Macharnudo Alto	macharnudo-alto	ES		0	Europe/Madrid	36.72425	-6.17059		Caserio Macharnudo Alto,Caserío Macharnudo Alto,Macharnudo Alto,Marchanudo Alto		51	CA	11020	
2514356	Macharavialla	macharavialla	ES		0	Europe/Madrid	36.7624	-4.21389				51	MA	29066	
2514383	Lucillos	lucillos	ES		483	Europe/Madrid	39.9851	-4.61279		Luc Villos,Lucillos	45086	54	TO	45086	
2514398	Lucainena	lucainena	ES		0	Europe/Madrid	36.9429	-3.02467				51	AL	04007	
2514400	Lo Tacón	lo-tacon	ES		0	Europe/Madrid	37.69003	-0.98918		Caserio Lo Tacon,Caserío Lo Tacón,Lo Tacon,Lo Tacón		31	MU	30016	
2514402	Los Zancarrones	los-zancarrones	ES		0	Europe/Madrid	37.88531	-1.38246		Caserio Los Zancarrones,Caserio de Zancarrones,Caserío Los Zancarrones,Los Zancarrones		31	MU	30008	
2514404	Los Yesares	los-yesares	ES		0	Europe/Madrid	39.13701	-1.74226		Caserio Los Yesares,Caserío Los Yesares,Los Yesares		54	AB	02003	
2514407	Los Vives	los-vives	ES		0	Europe/Madrid	38.2206	-0.97144		Caserio Los Vives,Caserío Los Vives,Los Vives		60	A	03099	
2514415	Los Vidales	los-vidales	ES		0	Europe/Madrid	37.71667	-1.08333		Caserio Los Vidales,Caserío Los Vidales,Los Vidales		31	MU	30030	
2514416	Los Vidales	los-vidales	ES		0	Europe/Madrid	37.68333	-0.98333		Caserio Los Vidales,Caserío Los Vidales,Los Vidales		31	MU	30016	
2514421	Los Vargas	los-vargas	ES		0	Europe/Madrid	36.86005	-3.21445		Caserio Los Vargas,Caserío Los Vargas		51	GR	18004	
2514422	Los Valverde	los-valverde	ES		0	Europe/Madrid	36.83039	-4.05918		Caserio Los Valverdes,Caserío Los Valverdes,Cortijo de los Valverdes,Los Valverde		51	MA	29019	
2514425	Los Valientes	los-valientes	ES		0	Europe/Madrid	38.12933	-1.15786		Caserio Los Valientes,Caserío Los Valientes,Los Valientes,Valientes		31	MU	30027	
2514426	Los Valentines	los-valentines	ES		0	Europe/Madrid	36.8034	-3.07687		Caserio Los Valentinos,Caserío Los Valentinos,Los Valentines		51	AL	04003	
2514427	Los Vados	los-vados	ES		0	Europe/Madrid	36.83333	-4.13333		Caserio Los Vados,Caserío Los Vados,Los Vados		51	MA	29094	
2514428	Los Utreras	los-utreras	ES		0	Europe/Madrid	37.28402	-2.13447		Caserio Los Utreras,Caserío Los Utreras,Los Utreras		51	AL	04004	
2514430	Los Urreas	los-urreas	ES		0	Europe/Madrid	37.78333	-0.98333		Caserio Los Urreas,Caserío Los Urreas,Los Urreas		31	MU	30037	
2514431	Los Urreas	los-urreas	ES		0	Europe/Madrid	37.73601	-1.08575		Caserio Los Urreas,Caserío Los Urreas,Los Urreas		31	MU	30030	
2514432	Los Tropeles	los-tropeles	ES		0	Europe/Madrid	37.71667	-1		Caserio Los Tropeles,Caserío Los Tropeles,Los Tropeles		31	MU	30016	
2514433	Los Tristanes	los-tristanes	ES		0	Europe/Madrid	36.97401	-2.14688		Caserio Los Tristanes,Caserío Los Tristanes,Los Tristanes,Tristanes		51	AL	04066	
2514434	Los Toscales de la Viuda	los-toscales-de-la-viuda	ES		0	Atlantic/Canary	28.33333	-16.36667				53	TF	38004	
2514435	Los Torres	los-torres	ES		0	Europe/Madrid	39.34147	-2.36543		Barrio Los Torres,Los Torres		54	CU	16065	
2514437	Los Tonosas	los-tonosas	ES		0	Europe/Madrid	37.60052	-2.0426		Caserio Los Tonosa,Caserío Los Tonosa,Los Tonosa,Los Tonosas		51	AL	04099	
2514438	Los Tomases	los-tomases	ES		0	Europe/Madrid	37.81534	-0.98503		Caserio Los Tomases,Caserío Los Tomases,Los Tomases		31	MU	30037	
2514439	Los Tocinillos	los-tocinillos	ES		0	Europe/Madrid	38.25	-6.55		Caserio Tocinillos,Caserío Tocinillos,Los Tocinillos		57	BA	06050	
2514440	Los Tiemblos	los-tiemblos	ES		0	Europe/Madrid	37.78459	-1.76081		Casa de los Tiemblos,Caserio Los Tiemblos,Caserío Los Tiemblos,Los Tiemblos		31	MU	30024	
2514441	Los Tercios	los-tercios	ES		0	Europe/Madrid	38.1	-3.61667		Caserios Los Tercios,Caseríos Los Tercios,Los Tercios		51	J	23055	
2514442	Los Teones	los-teones	ES		0	Europe/Madrid	37.46029	-2.07772		Cortijada Los Teones,Los Teones		51	AL	04089	
2514448	Los Soleres	los-soleres	ES		0	Europe/Madrid	37.43293	-1.78314		Caserio Los Soleres,Caserío Los Soleres,Los Soleres		51	AL	04075	
2514453	Los Sevillanos	los-sevillanos	ES		0	Europe/Madrid	36.82117	-3.16801		Cortijada Los Sevillanos		51	GR	18006	
2514454	Los Serranos	los-serranos	ES		0	Europe/Madrid	37.61244	-1.31597		Caserio Los Serranos,Caserío Los Serranos,Los Serranos		31	MU	30026	
2514455	Los Segados	los-segados	ES		0	Europe/Madrid	37.8	-1		Caserio Los Segados,Caserío Los Segados,Los Segados		31	MU	30037	
2514456	Los Segados	los-segados	ES		308	Europe/Madrid	37.68333	-0.98333		Casas Los Segados,Caserio Los Segados,Caserío Los Segados,Los Segados		31	MU	30016	
2514458	Los Sapos	los-sapos	ES		0	Europe/Madrid	37.27929	-2.54621		Cortijada Los Sapos,Los Sapos		51	AL	04083	
2514459	Los Sapos	los-sapos	ES		0	Europe/Madrid	36.80853	-3.15178		Casa Los Sapos,Los Sapos		51	GR	18141	
2514463	Los Sánchez	los-sanchez	ES		0	Europe/Madrid	37.78333	-1		Casas Los Sanchez,Caserio Los Sanchez,Caserío Los Sanchez,Los Sanchez,Los Sánchez		31	MU	30037	
2514465	Los Saleros	los-saleros	ES		0	Europe/Madrid	38.65399	-0.92691		Casas Los Saleros,Los Saleros		60	A	03140	
2514469	Los Ruedos	los-ruedos	ES		0	Europe/Madrid	37.38333	-1.95		Caserio Los Ruedos,Caserío Los Ruedos,Los Ruedos		51	AL	04053	
2514472	Los Roses	los-roses	ES		0	Europe/Madrid	37.65761	-0.95004		Caserio Los Roses,Caserío Los Roses,Los Roses,Molino y Balsa Los Roses		31	MU	30016	
2514473	Los Roses	los-roses	ES		0	Europe/Madrid	37.61667	-1.05		Caserio Los Roses,Caserío Los Roses,Los Roses		31	MU	30016	
2514544	Los Pasitos	los-pasitos	ES		0	Atlantic/Canary	28.49804	-16.21945				53	TF	38038	
2514482	Los Rodríguez	los-rodriguez	ES		0	Europe/Madrid	37.48333	-2.16667		Caserio Los Rodriquez,Caserío Los Rodriquez,Cortijo de Campoy Los Rodriguez,Los Rodriguez,Los Rodríguez		51	AL	04006	
2514484	Los Roches	los-roches	ES		0	Europe/Madrid	37.62505	-0.92751		Caserio Los Roche,Caserío Los Roche,Los Roches		31	MU	30016	
2514485	Los Rocas Viejos	los-rocas-viejos	ES		0	Europe/Madrid	37.76966	-1.02839		Caserio Los Rocas Viejos,Caserío Los Rocas Viejos,Los Rocas Viejos		31	MU	30037	
2514486	Los Rocas	los-rocas	ES		0	Europe/Madrid	37.85846	-0.83815		Caserio Los Rocas,Caserío Los Rocas,Los Rocas		31	MU	30035	
2514487	Los Rocas	los-rocas	ES		0	Europe/Madrid	37.77247	-0.94381		Caserio Casas Los Rocas,Caserío Casas Los Rocas,Los Rocas		31	MU	30037	
2514489	Los Riveroles	los-riveroles	ES		0	Atlantic/Canary	28.73333	-17.95				53	TF	38047	
2514490	Los Rivas	los-rivas	ES		0	Europe/Madrid	36.81859	-3.17662				51	GR	18006	
2514493	Los Rincones	los-rincones	ES		0	Europe/Madrid	37.6118	-1.29845		Caserio Los Rincones,Caserío Los Rincones,Los Rincones		31	MU	30026	
2514495	Los Rangos	los-rangos	ES		0	Europe/Madrid	37.65	-0.86667		Caserio Los Rangos,Caserío Los Rangos,Los Rangos		31	MU	30016	
2514497	Los Ramírez	los-ramirez	ES		0	Europe/Madrid	37.146	-2.06317		Cortijada Los Ramirez,Los Ramirez,Los Ramírez		51	AL	04086	
2514498	Los Rafaeles	los-rafaeles	ES		0	Europe/Madrid	36.86667	-3.23333		Caserio Los Rafaeles,Caserío Los Rafaeles,Los Rafaeles		51	GR	18179	
2514499	Los Rabales	los-rabales	ES		0	Europe/Madrid	37.75034	-1.11394		Caserio Los Rabales,Caserío Los Rabales,Los Rabales		31	MU	30021	
2514500	Los Quiñones	los-quinones	ES		0	Europe/Madrid	38.58263	-1.11051		Caserio Los Quinones,Caserío Los Quiñones,Los Quinones,Los Quiñones		31	MU	30043	
2514503	Los Quemados	los-quemados	ES		0	Atlantic/Canary	28.46667	-17.83333		Las Quemadas,Los Quemados,Quemados		53	TF	38014	
2514507	Los Puercos	los-puercos	ES		0	Europe/Madrid	39.03333	-2.65		Caserio Los Puercos,Caserío Los Puercos,Los Puercos		54	AB	02019	
2514508	Los Puchos	los-puchos	ES		0	Europe/Madrid	37.63954	-1.12234		Caserio Los Puchos,Caserío Los Puchos,Los Puches,Los Puchos		31	MU	30016	
2514509	Los Propios	los-propios	ES		0	Europe/Madrid	37.8707	-3.22627		Caserio Los Propios,Caserío Los Propios,Cortijo de los Propios,Los Propios		51	J	23092	
2514511	Los Pozuelos	los-pozuelos	ES		0	Europe/Madrid	38.7754	-1.17066		Caserio Los Pozuelos,Caserío Los Pozuelos,Los Pozuelos		54	AB	02009	
2514513	Los Poyos	los-poyos	ES		0	Europe/Madrid	37.6777	-3.87663		Casas Los Poyos,Los Poyos		51	J	23099	
2514515	Los Porteros	los-porteros	ES		0	Europe/Madrid	37.36667	-2.48333		Caserio Los Porteros,Caserío Los Porteros,Los Porteros		51	AL	04092	
2514519	Los Pipaces	los-pipaces	ES		0	Europe/Madrid	36.91288	-2.17573		Caserio Los Pipaces,Caserío Los Pipaces,Los Pipaces		51	AL	04066	
2514529	Los Pérez de Arriba	los-perez-de-arriba	ES		22	Europe/Madrid	37.7	-0.95		Caserio Los Perez de Arriba,Caserío Los Pérez de Arriba,Los Perez de Arriba,Los Pérez de Arriba		31	MU	30016	
2514530	Los Pérez de Abajo	los-perez-de-abajo	ES		0	Europe/Madrid	37.68333	-0.95		Caserio Los Perez de Abajo,Caserío Los Pérez de Abajo,Los Perez de Abajo,Los Pérez de Abajo		31	MU	30016	
2514537	Los Peralejos	los-peralejos	ES		0	Europe/Madrid	38.9	-3.05		Cortijada Los Peralejos,Los Peralejos		54	CR	13010	
2514538	Los Pedroches	los-pedroches	ES		0	Europe/Madrid	38.69986	-4.92622		Los Pedroches,Pedroches		54	CR	13046	
2514542	Los Pavos	los-pavos	ES		0	Europe/Madrid	39.32284	-2.27233				54	CU	16064	
2514543	Los Pavos	los-pavos	ES		0	Europe/Madrid	37.84375	-1.45149		Casas de los Pavos,Caserio Los Pavos,Caserío Los Pavos,Los Pavos		31	MU	30008	
2514545	Los Partidores	los-partidores	ES		0	Europe/Madrid	38.91667	-2.11667		Caserio Los Partidores,Caserío Los Partidores,Los Partidores		54	AB	02012	
2514546	Los Paredes de Roche	los-paredes-de-roche	ES		0	Europe/Madrid	37.62321	-0.91691		Caserio Las Paredes de Roche,Caserío Las Paredes de Roche,Los Paredes,Los Paredes de Roche		31	MU	30041	
2514549	Los Paredazos	los-paredazos	ES		0	Europe/Madrid	39.01416	-2.19814				54	AB	02015	
2514551	Los Pallareses	los-pallareses	ES		0	Europe/Madrid	37.58333	-1.8				31	MU	30033	
2514552	Los Pallares	los-pallares	ES		0	Europe/Madrid	36.83333	-3.28333		Caserio Los Pallares,Caserío Los Pallares,Los Pallares		51	GR	18179	
2514555	Los Pajares del Encinar	los-pajares-del-encinar	ES		0	Europe/Madrid	38.76667	-6.28333		Caserio Pajares de Encinar,Caserío Pajares de Encinar,Los Pajares del Encinar,Pajares-Encinar		57	BA	06162	
2514556	Los Paganes	los-paganes	ES		0	Europe/Madrid	37.76655	-1.25219		Caserio Los Paganes,Caserío Los Paganes,Los Paganes		31	MU	30021	
2514560	Los Olivares	los-olivares	ES		0	Europe/Madrid	37.33317	-3.76868				51	GR	18132	
2514565	Los Ochandos	los-ochandos	ES		0	Europe/Madrid	39.51667	-1.15		Caserio Los Ochandos,Caserío Los Ochandos,Los Ochandos		60	V	46213	
2514566	Los Nudos	los-nudos	ES		0	Europe/Madrid	37.14221	-2.33705		Cortijada Los Nudos,Los Nudos		51	AL	04088	
2514567	Los Noguerones	los-noguerones	ES		0	Europe/Madrid	37.65414	-4.16348		Los Noguerones		51	J	23003	
2514568	Los Nietos de Campo Hermoso	los-nietos-de-campo-hermoso	ES		0	Europe/Madrid	36.88438	-2.18298		Caserio Los Nietos de Campo Hermoso,Caserío Los Nietos de Campo Hermoso,Los Nietos,Los Nietos de Campo Hermoso		51	AL	04066	
2514576	Los Murtales	los-murtales	ES		0	Europe/Madrid	38	-6.45		Caserio Los Murtales,Caserío Los Murtales,Los Murtales		51	H	21009	
2514577	Los Muñoces	los-munoces	ES		0	Europe/Madrid	37.76294	-1.3221		Caserio Los Munoces,Caserío Los Muñoces,Los Munoces,Los Muñoces		31	MU	30008	
2514578	Los Mundos	los-mundos	ES		0	Europe/Madrid	37.46667	-2.03333				51	AL	04089	
2514586	Los Morcillos	los-morcillos	ES		0	Europe/Madrid	39.1166	-2.46149		Casas de los Morcillos,Caserio Los Morcillos,Caserío Los Morcillos,Los Morcillos		54	AB	02053	
2514590	Los Morabios	los-morabios	ES		0	Europe/Madrid	38.9971	-1.49317		Casa del Morabio,Caserio Los Morabios,Caserío Los Morabios,Los Morabios		54	AB	02039	
2514591	Los Montoyos	los-montoyos	ES		0	Europe/Madrid	38.38776	-0.53254		Barrio Los Montoyos		60	A	03014	
2514604	Los Mesas	los-mesas	ES		0	Europe/Madrid	37.44682	-2.6915		Caserio Los Mesas,Caserío Los Mesas,Los Mesas		51	GR	18039	
2514605	Los Merinales	los-merinales	ES		0	Europe/Madrid	37.30996	-5.97358				51	SE	41038	
2514606	Los Menas	los-menas	ES		0	Europe/Madrid	37.35083	-1.99271		Caserio Los Menas,Caserío Los Menas,Los Menas		51	AL	04053	
2514607	Los Menas	los-menas	ES		0	Europe/Madrid	37.28289	-2.50942		Cortijada Los Menas,Los Menas		51	AL	04083	
2514608	Los Melonares	los-melonares	ES		0	Europe/Madrid	37.70439	-5.88663		Casas Los Melonares,Hacienda de los Melonares,Los Melonares		51	SE	41027	
2514609	Los Melenchones	los-melenchones	ES		0	Europe/Madrid	37.43721	-1.60489		Caserio Los Melenchones,Caserío Los Melenchones,Los Melenchones		31	MU	30003	
2514610	Los Medinas	los-medinas	ES		0	Europe/Madrid	37.19845	-2.21916		Cortijada Los Medinas,Los Medinas		51	AL	04027	
2514612	Los Matorrales	los-matorrales	ES		0	Europe/Madrid	38.33333	-6.15		Cortijos Los Matorrales,Los Matorrales,Matorrales		57	BA	06136	
2514613	Los Mateos	los-mateos	ES		0	Europe/Madrid	36.89011	-3.2224		Caserio Los Mateos,Caserío Los Mateos,Los Mateos		51	GR	18044	
2514614	Los Mateos	los-mateos	ES		0	Europe/Madrid	36.77643	-3.73492		Caserio Los Mateos,Caserío Los Mateos,Los Mateos		51	GR	18017	
2514615	Los Mártires	los-martires	ES		0	Europe/Madrid	38.98333	-0.15		Barrio Los Martires,Barrio Los Mártires,Los Martires,Los Mártires		60	V	46131	
2514616	Los Martínez de Cañadas de San Pedro	los-martinez-de-canadas-de-san-pedro	ES		0	Europe/Madrid	37.95199	-0.99387		Canada de San Pedro,Casas los Martinez,Caserio Los Martinez de Canadas de San Pedro,Caserío Los Martínez de Cañadas de San Pedro,Los Martinez de Canadas de San Pedro,Los Martínez de Cañadas de San Pedro		31	MU	30030	
2514620	Los Marquesados	los-marquesados	ES		0	Europe/Madrid	37.25	-2.05		Canada las Marquesados,Cañada las Marquesados,Los Marquesados		51	AL	04059	
2514621	Los Mármoles	los-marmoles	ES		0	Europe/Madrid	37.40854	-2.19286		Cortijada Los Marmoles,Cortijada Los Mármoles,Los Marmoles,Los Mármoles		51	AL	04072	
2514624	Los Maridos	los-maridos	ES		0	Europe/Madrid	38.44861	-2.62451				51	J	23091	
2514625	Los Marfagones	los-marfagones	ES		0	Europe/Madrid	37.62898	-1.04155		Caserio Los Marfagones,Caserío Los Marfagones,Los Marfagones,Marfagones		31	MU	30016	
2514626	Los Marantes	los-marantes	ES		0	Atlantic/Canary	28.81667	-17.76667		Los Marantes		53			
2514627	Los Manzanos	los-manzanos	ES		0	Europe/Madrid	37.38203	-2.66542		Caserio Los Manzanos,Caserío Los Manzanos,Los Manzanos		51	GR	18039	
2514628	Los Maños	los-manos	ES		0	Europe/Madrid	37.14993	-2.08457		Cortijada Los Manos,Cortijada Los Maños,Los Manos,Los Maños		51	AL	04086	
2514630	Los Majuelos	los-majuelos	ES		0	Europe/Madrid	38.15	-3.93333		Casas Los Majuelos,Los Majuelos		51	J	23005	
2514633	Los Mainetes	los-mainetes	ES		0	Europe/Madrid	38.69214	-1.46736				54	AB	02033	
2514634	Los Madroñeros	los-madroneros	ES		0	Europe/Madrid	37.8652	-6.64794				51	H	21001	
2514635	Los Madriles	los-madriles	ES		0	Europe/Madrid	37.71732	-1.0841		Caserio Los Madriles,Caserío Los Madriles,Los Madriles		31	MU	30030	
2514636	Los Madriles	los-madriles	ES		0	Europe/Madrid	37.57919	-1.19669		Caserio Los Madriles,Caserío Los Madriles,Los Madriles		31	MU	30016	
2514637	Los Luises	los-luises	ES		0	Europe/Madrid	39.3247	-2.37758		Barrio Los Luises,Los Luises		54	CU	16065	
2514638	Los Lozanos	los-lozanos	ES		0	Europe/Madrid	36.93333	-3.06667		Caserio Los Lozanos,Caserío Los Lozanos,Los Lozanos		51	AL	04007	
2514641	Los Lorcas	los-lorcas	ES		0	Europe/Madrid	37.82292	-0.78723		Caserio Los Lorcas,Caserío Los Lorcas,Los Lorcas		31	MU	30036	
2514649	Los Llanos de Rueda	los-llanos-de-rueda	ES		0	Europe/Madrid	37.45401	-4.10048		Caserio Los Llanos de Rueda,Caserío Los Llanos de Rueda		51	CO	14004	
2514651	Los Llanos de Aridane	los-llanos-de-aridane	ES		20766	Atlantic/Canary	28.65851	-17.91821		Llanos de Aridane,Los Llanos,Los Llanos de Aridane,Los-L'janos-de-Aridane,luo si li ya nuo si de ya li da nei,lws yanws dy arydany,Лос-Льянос-де-Аридане,Лос-Льянос-де-Арідане,لوس يانوس دي أريداني,洛斯利亚诺斯德亚里达内		53	TF	38024	
2514664	Los Llanillos	los-llanillos	ES		0	Atlantic/Canary	27.75297	-18.03603				53	TF	38013	
2514665	Los Lardines	los-lardines	ES		0	Europe/Madrid	37.62862	-1.38159		Caserio Los Lardines,Caserío Los Lardines,Los Lardines		31	MU	30026	
2514670	Los Juncos	los-juncos	ES		0	Atlantic/Canary	28.39678	-16.33683				53	TF	38032	
2514671	Los Juanetes	los-juanetes	ES		0	Europe/Madrid	37.75158	-1.80259		Caserio Los Juanetes,Caserío Los Juanetes,Los Juanetes		31	MU	30024	
2514672	Los Jopos	los-jopos	ES		0	Europe/Madrid	37.5445	-1.68624				31	MU	30024	
2514675	Los Izquierdos	los-izquierdos	ES		0	Europe/Madrid	36.92491	-5.62141		Cortijo de los Izquierdos,Los Izquierdos		51	CA	11041	
2514678	Los Isidoros	los-isidoros	ES		0	Europe/Madrid	37.80647	-0.85427		Caserio Los Isidoros,Caserío Los Isidoros,Los Isidoros		31	MU	30035	
2514679	Los Infiernos	los-infiernos	ES		0	Europe/Madrid	37.83084	-0.91475		Casas de las Infiernos,Caserio Los Infiernos,Caserío Los Infiernos,Los Infiernos		31	MU	30037	
2514680	Los Imposibles	los-imposibles	ES		0	Europe/Madrid	36.96667	-2.55		Barriada Los Imposibles,Los Imposibles		51	AL	04011	
2514684	Los Huertos del Batán	los-huertos-del-batan	ES		0	Europe/Madrid	37.41125	-7.22196		Caserio Los Huertos del Bataan,Caserío Los Huertos del Batáan,Los Huertos del Batan,Los Huertos del Batán		51	H	21076	
2514688	Los Higuerales	los-higuerales	ES		0	Europe/Madrid	37.38457	-2.09259		Caserio Los Higuerales,Caserío Los Higuerales,Los Higuerales		51	AL	04017	
2514689	Los Herreros	los-herreros	ES		0	Europe/Madrid	39.31667	-0.98333		Caserio Los Herreros,Caserío Los Herreros,Los Herreros		60	V	46099	
2514690	Los Hernández	los-hernandez	ES		0	Europe/Madrid	37.23333	-2.06667		Cortijada Los Hernandez,Los Hernandez,Los Hernández		51	AL	04059	
2514693	Los Guirres	los-guirres	ES		0	Atlantic/Canary	28.29593	-16.38249				53	TF	38020	
2514694	Los Guindos	los-guindos	ES		0	Europe/Madrid	38.28333	-3.68333		Casas Mineros Los Guindos,Los Guindos		51	J	23011	
2514696	Los Guijarros	los-guijarros	ES		0	Europe/Madrid	37.6583	-1.20439		Caserio Los Guijarros,Caserío Los Guijarros,Los Guijarros		31	MU	30021	
2514698	Los Guerreros	los-guerreros	ES		0	Europe/Madrid	37.73365	-1.22277		Caserio Los Guerreros,Caserío Los Guerreros,Los Guerreros		31	MU	30021	
2514699	Los Guardines	los-guardines	ES		0	Europe/Madrid	37.03588	-2.09364		Cortijada Los Guardines,Los Guardines		51	AL	04060	
2514700	Los Graneros de Abajo	los-graneros-de-abajo	ES		0	Europe/Madrid	37.44053	-2.15568		Caserio Los Graneros de Abajo,Caserío Los Graneros de Abajo,Los Graneros de Abajo		51	AL	04006	
2514701	Los Granadicos	los-granadicos	ES		0	Europe/Madrid	38.24068	-1.85159		Caserio Los Granadicos,Caserío Los Granadicos,Los Granadicos		31	MU	30028	
2514702	Los Góngoras	los-gongoras	ES		0	Europe/Madrid	36.99934	-2.36971		Cortijada Los Gongoras,Cortijada Los Góngoras,Los Gongoras,Los Góngoras		51	AL	04088	
2514704	Los Goldines	los-goldines	ES		0	Europe/Madrid	38.163	-2.69187		Caserio Los Goldines,Caserío Los Goldines,Los Goldines		51	J	23904	
2514706	Los Geraldos	los-geraldos	ES		0	Europe/Madrid	37.78333	-2.88333		Casas Los Geraldos,Los Geraldos		51	J	23066	
2514707	Los Gázquez	los-gazquez	ES		0	Europe/Madrid	37.55431	-1.95565		Cortijo Los Gazquez de Arriba,Los Gazquez		51	AL	04099	
2514712	Los Gálvez	los-galvez	ES		0	Europe/Madrid	36.81286	-3.20749		Cortijada Los Galvez,Cortijada Los Gálvez		51	GR	18004	
2514713	Los Gálvez	los-galvez	ES		0	Europe/Madrid	36.78861	-3.33191				51	GR	18170	
2514715	Los Gallegos y Herreras	los-gallegos-y-herreras	ES		0	Europe/Madrid	38.6	-5.93333		Casas Los Gallegos y Herreras,Gallegos y Herreras,Los Gallegos y Herreras		57	BA	06069	
2514718	Los Gabatos	los-gabatos	ES		5581	Europe/Madrid	37.63333	-1				31	MU	30016	
2514719	Los Fresnos	los-fresnos	ES		0	Europe/Madrid	38.61667	-6.95		Cortijo Los Fresnos,Los Fresnos		57	BA	06015	
2514720	Los Felipes	los-felipes	ES		0	Europe/Madrid	39.81667	-1.15		Caserio Los Felipes,Caserío Los Felipes,Los Felipes		60	V	46247	
2514721	Los Estrases	los-estrases	ES		0	Europe/Madrid	37.69116	-1.05377		Caserio Los Estrases,Caserío Los Estrases,Los Estrases		31	MU	30016	
2514724	Los Escuderos	los-escuderos	ES		0	Europe/Madrid	38.11235	-3.45438		Central Electrica Los Escuderos,Los Escuderos		51	J	23074	
2514725	Los Entrines	los-entrines	ES		0	Europe/Madrid	38.65	-6.71667		Cortijos Los Entrines,Entrines,Los Entrines		57	BA	06092	
2514726	Los Enríquez	los-enriquez	ES		0	Europe/Madrid	36.77731	-3.02675		Caserio Los Enriquez,Caserío Los Enriquez,Los Enriques,Los Enriquez,Los Enríquez		51	AL	04003	
2514728	Los Encinares	los-encinares	ES		0	Europe/Madrid	37.64846	-3.92212				51	J	23034	
2514737	Los Dagas	los-dagas	ES		0	Europe/Madrid	36.79304	-3.10587		Caserio Los Dagas,Caserío Los Dagas,Los Dagas		51	AL	04003	
2514738	Los Curros	los-curros	ES		0	Europe/Madrid	36.7809	-3.02357		Caserio Los Curros,Caserío Los Curros,Los Curros		51	AL	04003	
2514739	Los Curiales	los-curiales	ES		0	Europe/Madrid	40.00486	-6.22921		Caserio Los Curiales,Caserío Los Curiales,Los Curiales		57	CC	10016	
2514741	Los Cristianos	los-cristianos	ES		23	Atlantic/Canary	28.05011	-16.72008		Los Cristianos,Los Kristianosas,Los-Kristianos,Puerto Cristianos,QCI,Лос-Кристианос		53	TF	38006	
2514742	Los Cózares	los-cozares	ES		0	Europe/Madrid	36.86534	-3.19917		Caserio Los Cozares,Caserío Los Cózares		51	GR	18004	
2514744	Los Cortados	los-cortados	ES		0	Europe/Madrid	37.7997	-1.03109		Caserio Los Cortados,Caserío Los Cortados,Los Cortados		31	MU	30037	
2514745	Los Cortados	los-cortados	ES		0	Europe/Madrid	37.76515	-0.86232		Caserio Los Cortados,Caserío Los Cortados,Los Cortados		31	MU	30035	
2514748	Los Conesas	los-conesas	ES		0	Europe/Madrid	37.71933	-1.07516		Caserio Los Conesas,Caserío Los Conesas,Los Conesas		31	MU	30030	
2514749	Los Conesas	los-conesas	ES		0	Europe/Madrid	37.7117	-0.9686		Caserio Los Conesas,Caserío Los Conesas,Los Conesas		31	MU	30016	
2514750	Los Conesas	los-conesas	ES		103	Europe/Madrid	37.66667	-1		Caserio Los Conesas,Caserío Los Conesas,Los Conesas,Los Conesas de Abajo		31	MU	30016	
2514755	Los Clementes	los-clementes	ES		0	Europe/Madrid	38.36077	-6.78817				57	BA	06148	
2514756	Los Clementes	los-clementes	ES		0	Europe/Madrid	36.82202	-3.07508				51	AL	04003	
2514759	Los Chortales	los-chortales	ES		0	Europe/Madrid	38.67471	-1.4569				54	AB	02033	
2514760	Los Chopos	los-chopos	ES		0	Europe/Madrid	37.51708	-4.00726		Cortijada Los Chopos		51	J	23026	
2514761	Los Chilchez	los-chilchez	ES		0	Europe/Madrid	36.76655	-3.20441		Cortijada Los Chilchez,Los Chilchez		51	GR	18006	
2514762	Los Chaulines	los-chaulines	ES		0	Europe/Madrid	36.77842	-3.23024				51	GR	18006	
2514763	Los Charcos	los-charcos	ES		0	Europe/Madrid	38.65108	-1.72323		Caserio Los Charcos,Caserío Los Charcos,Los Charcos		54	AB	02074	
2514764	Los Charcos	los-charcos	ES		0	Europe/Madrid	38.24572	-1.4808				31	MU	30019	
2514765	Los Charcos	los-charcos	ES		0	Europe/Madrid	38.18333	-1.96667		Caserio Los Charcos,Caserío Los Charcos,Los Charcos		31	MU	30028	
2514766	Los Charcones	los-charcones	ES		0	Europe/Madrid	37.4045	-2.94339		Cortijada Los Charcones,Cortijo de Charco,Los Charcones		51	GR	18085	
2514767	Los Cerrillos	los-cerrillos	ES		0	Europe/Madrid	36.94916	-1.97396		Caserio Los Cerrillos,Caserío Los Cerrillos,Los Cerrillos		51	AL	04066	
2514769	Los Cerralbos	los-cerralbos	ES		418	Europe/Madrid	39.98461	-4.56826		Los Cerralbos		54	TO	45048	
2514770	Los Centenares	los-centenares	ES		0	Europe/Madrid	38.08333	-2.73333		Caserio Los Centenares,Caserío Los Centenares,Los Centenares		51	J	23904	
2514771	Los Celdranes	los-celdranes	ES		0	Europe/Madrid	37.73333	-1.13333		Caserio Los Celdranes,Caserío Los Celdranes,Los Celdranes,Venta de los Celdranes		31	MU	30021	
2514772	Los Celdranes	los-celdranes	ES		0	Europe/Madrid	37.7	-0.98333		Caserio Los Celdranes,Caserío Los Celdranes,Los Celdranes		31	MU	30016	
2514773	Los Cazaminches	los-cazaminches	ES		0	Europe/Madrid	37.19407	-2.11113		Cortijada Los Cazaminches,Los Cazaminches,Los Cazaminches de Rambla-Aljibe		51	AL	04059	
2514777	Los Castellanos	los-castellanos	ES		0	Europe/Madrid	37.36667	-2.66667		Caserio Los Castellanos,Caserío Los Castellanos,Los Castellanos		51	GR	18039	
2514778	Los Castejones	los-castejones	ES		0	Europe/Madrid	37.79124	-1.01055		Caserio Los Castejones,Caserío Los Castejones,Los Castejones		31	MU	30037	
2514779	Los Casimiros	los-casimiros	ES		0	Europe/Madrid	36.86235	-3.1025		Barrio Los Casimiros,Los Casimiros		51	GR	18181	
2514780	Los Carrizos	los-carrizos	ES		0	Europe/Madrid	37.66667	-5.88333		Caserios Los Carrizos,Caseríos Los Carrizos,Los Carrizos		51	SE	41027	
2514782	Los Carriones	los-carriones	ES		0	Europe/Madrid	37.68333	-2.66667		Barriada Los Carriones,Los Carriones		51	GR	18045	
2514783	Los Carriones	los-carriones	ES		0	Europe/Madrid	37.67048	-0.96596		Caserio Los Carriones,Caserío Los Carriones,Los Carriones		31	MU	30016	
2514785	Los Carriles	los-carriles	ES		0	Europe/Madrid	37.34073	-2.30403		Caserio Los Carriles,Caserío Los Carriles,Los Carriles		51	AL	04062	
2514786	Los Carneriles	los-carneriles	ES		0	Europe/Madrid	38.78413	-6.06018		Casa Los Carneriles,Los Carneriles		57	BA	06060	
2514788	Los Carlos	los-carlos	ES		0	Europe/Madrid	36.76369	-3.37753		Caserio Los Carlos,Caserío Los Carlos,Los Carlos		51	GR	18124	
2514789	Los Carballos	los-carballos	ES		0	Europe/Madrid	37.1435	-3.58485		Barrio Los Carballos,Los Carballos		51	GR	18087	
2514790	Los Caparroses	los-caparroses	ES		0	Europe/Madrid	37.38434	-1.69507		Caserio Los Caparroses,Caserío Los Caparroses		51	AL	04075	
2514793	Los Caños	los-canos	ES		0	Europe/Madrid	37.66667	-0.91667		Caserio Los Canos,Caserío Los Caños,Los Canos,Los Caños		31	MU	30016	
2514794	Los Caños	los-canos	ES		0	Europe/Madrid	37.48056	-6.66911		Caserio Los Canos,Caserío Los Caños,Los Canos,Los Caños		51	H	21053	
2514795	Los Canos	los-canos	ES		0	Europe/Madrid	37.10547	-2.86382		Cortijada Los Canos,Cortijo de los Cano,Los Canos		51	GR	18069	
2514804	Los Calares	los-calares	ES		0	Europe/Madrid	38.11667	-3.25		Caserio Los Calares,Caserío Los Calares,Los Calares		51	J	23075	
2514805	Los Cachimanes	los-cachimanes	ES		0	Europe/Madrid	37.78326	-0.98883		Caserio Los Cachimanes,Caserío Los Cachimanes,Los Cachimanes		31	MU	30037	
2514807	Los Cabañiles	los-cabaniles	ES		0	Europe/Madrid	38.19976	-1.29522		Caserio Los Cabaniles,Caserío Los Cabañiles,Los Cabaniles,Los Cabañiles		31	MU	30011	
2514808	Los Buenos	los-buenos	ES		0	Europe/Madrid	37.77956	-0.82567		Casa Los Buenos,Caserio Los Buenos,Caserío Los Buenos,Los Buenos		31	MU	30035	
2514809	Los Brunales	los-brunales	ES		0	Europe/Madrid	38.89758	-0.92355		Caserio Los Brunales,Caserío Los Brunales,Los Brunales		60	V	46118	
2514810	Los Brianes	los-brianes	ES		0	Europe/Madrid	37.86346	-1.16945		Casas Los Brianes,Caserio Los Brianes,Caserío Los Brianes,Los Brianes		31	MU	30030	
2514813	Los Braulios	los-braulios	ES		0	Europe/Madrid	37.23234	-2.12586		Cortijada Los Braulios,Los Braulios		51	AL	04059	
2514814	Los Bolsicos	los-bolsicos	ES		0	Europe/Madrid	38.3028	-6.68012		Casa de los Bolsicos,Casas Los Bolsicos		57	BA	06070	
2514815	Los Blases	los-blases	ES		0	Europe/Madrid	37.46667	-2.1		Caserio Los Blases,Caserío Los Blases,Los Blases		51	AL	04006	
2514816	Los Blancos	los-blancos	ES		0	Europe/Madrid	37.63082	-0.81136		Caserio Los Blancos,Caserío Los Blancos,Los Blancos		31	MU	30016	
2514818	Los Belmontes	los-belmontes	ES		0	Europe/Madrid	38.26667	-2.25		Casas Los Belmontes,Los Belmontes		54	AB	02086	
2514820	Los Bastianes	los-bastianes	ES		0	Europe/Madrid	37.34539	-2.94275		Cortijada Los Bastianes,Los Bastianes		51	GR	18085	
2514821	Los Barros	los-barros	ES		0	Atlantic/Canary	28.65773	-17.883		Los Barros		53	TF	38027	
2514825	Los Barreros	los-barreros	ES		0	Europe/Madrid	37.62829	-0.99774		Caserio Los Barreros,Caserío Los Barreros,Los Barreros		31	MU	30016	
2514831	Los Barciales	los-barciales	ES		0	Europe/Madrid	38.41667	-6.48333		Caserio Los Barciales,Caserío Los Barciales,Los Barciales		57	BA	06008	
2514832	Los Bañuelos	los-banuelos	ES		0	Europe/Madrid	36.78333	-3.68333		Cortijada Banuelos,Cortijada Bañuelos,Los Banuelos,Los Bañuelos		51	GR	18109	
2514833	Los Banquitos	los-banquitos	ES		0	Atlantic/Canary	28.52642	-16.15862				53	TF	38038	
2514834	Los Baños	los-banos	ES		0	Europe/Madrid	38.20426	-1.1146		Balneario de Fortuna,Caserio Los Banos,Caserío Los Baños		31	MU	30020	
2514835	Los Baños	los-banos	ES		0	Europe/Madrid	38.12846	-1.30443		Banos de Archena,Baños de Archena,Caserio Los Banos,Caserío Los Baños,Los Banos,Los Baños		31	MU	30009	
2514836	Los Baños	los-banos	ES		0	Europe/Madrid	38.03919	-1.42491		Los Banos,Los Banos de Mula,Los Baños,Los Baños de Mula		31	MU	30029	
2514837	Los Baños	los-banos	ES		0	Europe/Madrid	37.86845	-1.13184		Banos y Mendigo,Casa Los Banos,Casa Los Baños,Caserio Los Banos,Caserío Los Baños,Los Banos,Los Baños		31	MU	30030	
2514838	Los Baños	los-banos	ES		0	Europe/Madrid	37.30489	-3.21037				51	GR	18054	
2514839	Los Baños	los-banos	ES		0	Europe/Madrid	37.02045	-3.98357				51	GR	18013	
2514847	Los Arenales de la Moscarda	los-arenales-de-la-moscarda	ES		0	Europe/Madrid	39.3	-3.03333		Arenales de la Moscarda,Los Arenales de la Moscarda		54	CR	13903	
2514852	Los Archites	los-archites	ES		0	Europe/Madrid	38.08787	-2.76168		Caserio Los Archites,Caserío Los Archites,Los Archites		51	J	23904	
2514853	Los Archillas	los-archillas	ES		0	Europe/Madrid	36.84201	-3.16597		Cortijada Los Archillas,Los Archillas		51	GR	18141	
2514859	Los Amarguillos	los-amarguillos	ES		0	Europe/Madrid	37.2	-1.81667		Cortijada Los Amarguillos,Los Amarguillos		51	AL	04100	
2514860	Los Almadenes	los-almadenes	ES		0	Europe/Madrid	38.2381	-1.55324		Almadenes,Casas de los Almadenes,Los Almadenes		31	MU	30019	
2514863	Los Aljibillos	los-aljibillos	ES		0	Europe/Madrid	36.79151	-2.83148		Aljibillos,Cortijada Los Algibillos,Cortijada Los Aljibillos,Los Aljibillos		51	AL	04902	
2514865	Los Algarbes	los-algarbes	ES		0	Europe/Madrid	37.6078	-4.966		Los Algarbes		51	CO	14057	
2514869	Los Albaladejos	los-albaladejos	ES		0	Europe/Madrid	37.82955	-0.78671		Barrio Los Albaladejos,Casa Los Albaladejos,Los Albadalejos,Los Albaladejos		31	MU	30036	
2514870	Los Albadalejos	los-albadalejos	ES		0	Europe/Madrid	37.61709	-1.09454		Caserio Los Albadalejos,Caserío Los Albadalejos,Los Albadalejos		31	MU	30016	
2514871	Los Alares	los-alares	ES		0	Europe/Madrid	39.48499	-4.72597		Los Alares		54	TO	45113	
2514874	Los Agustinillos	los-agustinillos	ES		0	Europe/Madrid	37.7138	-1.21571		Caserio Los Agustinillos,Caserío Los Agustinillos,Los Agustinillos		31	MU	30021	
2514881	Los Abades	los-abades	ES		0	Europe/Madrid	37.56039	-1.71528		Caserio Los Abades,Caserío Los Abades,Los Abades		31	MU	30024	
2514890	Lorcha	lorcha	ES		0	Europe/Madrid	38.8441	-0.31245		L'Orxa,Lorcha		60	A	03084	
2514897	Lo Peña	lo-pena	ES		0	Europe/Madrid	37.83333	-0.83333		Casa de la Pena,Casa de la Peña,Caserio La Pena,Caserío La Peña,Lo Pena,Lo Peña		31	MU	30035	
2514900	Lo Navarro	lo-navarro	ES		0	Europe/Madrid	37.76667	-1.03333		Caserio Lo Navarro,Caserío Lo Navarro,Lo Navarro		31	MU	30037	
2514902	Lomopardo	lomopardo	ES		0	Europe/Madrid	36.66667	-6.06667		Caserio Lomo Pardo,Caserío Lomo Pardo,Lomopardo		51	CA	11020	
2514906	Lomo de Masca	lomo-de-masca	ES		0	Atlantic/Canary	28.28333	-16.83333				53	TF	38040	
2514907	Lomo de los Berros	lomo-de-los-berros	ES		0	Atlantic/Canary	28.51836	-16.23868				53	TF	38038	
2514908	Lomo del Molino	lomo-del-molino	ES		0	Atlantic/Canary	28.34343	-16.38254				53	TF	38011	
2514909	Lomo de las Canteras	lomo-de-las-canteras	ES		0	Atlantic/Canary	28.49883	-16.20936				53	TF	38038	
2514911	Lomo de la Cruz	lomo-de-la-cruz	ES		0	Atlantic/Canary	28.52915	-16.15813				53	TF	38038	
2514912	Lomo de Arico	lomo-de-arico	ES		7189	Atlantic/Canary	28.16667	-16.48333		Arico,Lomo de Arico		53	TF	38017	
2514913	Lomo Blanco	lomo-blanco	ES		0	Atlantic/Canary	28.12649	-15.56522				53	GC	35013	
2514914	Lomo Bermejo	lomo-bermejo	ES		0	Atlantic/Canary	28.53706	-16.1571				53	TF	38038	
2514915	Lomo Alto	lomo-alto	ES		0	Atlantic/Canary	28.4	-16.33333				53	TF	38032	
2514917	Lomito del Llano	lomito-del-llano	ES		0	Atlantic/Canary	28.51667	-16.15				53	TF	38038	
2514919	Lomero	lomero	ES		0	Europe/Madrid	37.80572	-6.92448				51	H	21023	
2514920	Lo Mendigo	lo-mendigo	ES		0	Europe/Madrid	37.87292	-1.09543		Casa El Mendigo,Caserio El Mendigo,Caserío El Mendigo,Lo Mendigo		31	MU	30030	
2514922	Loma Viña	loma-vina	ES		0	Europe/Madrid	38	-3.06667		Casas Loma Vina,Casas Loma Viña,Loma Vina,Loma Viña		51	J	23030	
2514924	Lomas de Marcos	lomas-de-marcos	ES		0	Europe/Madrid	37.35679	-4.06143		Casa Lomas de Marcos,Lomas de Marcos		51	GR	18135	
2514935	Loma de la Mesa	loma-de-la-mesa	ES		0	Europe/Madrid	37.67126	-2.97433		Caserio Loma de la Mesa,Caserío Loma de la Mesa,Loma de la Mesa		51	J	23070	
2514940	Lo León	lo-leon	ES		0	Europe/Madrid	37.81018	-1.1719		Casas Lo Leon,Casas Lo León,Caserio El Leon,Caserío El León,Lo Leon,Lo León		31	MU	30030	
2514941	Lo Legaces	lo-legaces	ES		0	Europe/Madrid	37.74326	-1.24971		Caserio Los Legaces,Caserío Los Legaces,Lo Legaces,Los Legaces		31	MU	30021	
2514943	Lojilla	lojilla	ES		0	Europe/Madrid	37.39539	-4.0267		Lojilla		51	GR	18135	
2514944	Lo Jerónimo	lo-jeronimo	ES		0	Europe/Madrid	37.83203	-0.93202		Casa de los Jeronimos,Casa de los Jerónimos,Caserio Los Jeronimos,Caserío Los Jerónimos,Lo Jeronimo,Lo Jerónimo		31	MU	30037	
2514952	Lo de la Vieja	lo-de-la-vieja	ES		0	Europe/Madrid	37.93333	-6.8		Caserio Lo de la Vieja,Caserío Lo de la Vieja,Lo de la Vieja		51	H	21025	
2514956	Lóbrega	lobrega	ES		0	Europe/Madrid	37.9134	-2.41975		Casas Lobrega,Casas Lóbrega,Cortijos de Lobrega,Cortijos de Lóbrega,Lobrega,Lóbrega		51	GR	18164	
2514974	Lo Bigo	lo-bigo	ES		0	Europe/Madrid	38.03333	-0.75				60	A	03903	
2514979	Lo Baturno	lo-baturno	ES		0	Europe/Madrid	37.65	-0.96667		Caserio Lo Baturno,Caserío Lo Baturno,Lo Balurno,Lo Baturno		31	MU	30016	
2514983	Llumesanas	llumesanas	ES		0	Europe/Madrid	39.86667	4.25				07	PM	07032	
2514989	Llosa de Ranes	llosa-de-ranes	ES		3725	Europe/Madrid	39.02163	-0.53803		Llosa de Ranes		60	V	46145	
2514996	es Llombards	es-llombards	ES		0	Europe/Madrid	39.34113	3.09724		els Llombards,es Llombards		07	PM	07057	
2515001	Lleus	lleus	ES		0	Europe/Madrid	38.68333	0.18333		Casas Llens,Casas Lleus,Lleus		60			
2515013	Llano del Moro	llano-del-moro	ES		0	Atlantic/Canary	28.44131	-16.33303		Llano del Moro		53	TF	38038	
2515014	Llano del Castillo	llano-del-castillo	ES		0	Europe/Madrid	38.60152	-0.05125		Caserio Llano del Castillo,Caserío Llano del Castillo,Llano del Castillo		60	A	03018	
2515015	Llano del Beal	llano-del-beal	ES		0	Europe/Madrid	37.62394	-0.83611		Caserio Llano del Beal,Caserío Llano del Beal,Llano del Beal		31	MU	30016	
2515016	Llano de la Torre	llano-de-la-torre	ES		0	Europe/Madrid	38.42308	-2.2839		Caserio Llano de la Torre,Caserío Llano de la Torre,Llano de la Torre		54	AB	02086	
2515017	Llano del Abad	llano-del-abad	ES		0	Europe/Madrid	37.54792	-2.50758		Casa Llano del Abad,Llano del Abad		51	GR	18056	
2515018	Llano de Gorra	llano-de-gorra	ES		0	Europe/Madrid	39.13333	-0.3		Caserio Llano de Gorra,Caserío Llano de Gorra,Llano de Gorra		60	V	46155	
2515031	Llacunes	llacunes	ES		0	Europe/Madrid	38.67772	-0.53083		Caserio Llacunes,Caserío Llacunes,Llacunes,Mas Llacunas		60	A	03009	
2515059	Liebres	liebres	ES		0	Europe/Madrid	39.31667	-6.8		Cortijo Liebres,Liebres		57	BA	06006	
2515071	Les Barraques	les-barraques	ES		0	Europe/Madrid	39.11579	-0.43812				60	V	46083	
2515091	Ledas de Arriba	ledas-de-arriba	ES		0	Atlantic/Canary	28.63333	-17.76667		Ledas de Arriba		53	TF	38053	
2515099	La Zorrilla	la-zorrilla	ES		0	Europe/Madrid	36.86264	-5.8729				51	CA	11017	
2515103	La Zahora	la-zahora	ES		0	Europe/Madrid	37.08185	-3.88501		Cortijo La Zahora,La Zahora		51	GR	18061	
2515104	La Zafra	la-zafra	ES		0	Europe/Madrid	38.74636	-0.85209		Casas La Zafra,La Zafra		60	A	03140	
2515116	La Virgen del Pilar	la-virgen-del-pilar	ES		0	Europe/Madrid	38.66835	1.55645		La Virgen del Pilar,Nuestra Senora del Pilar,Nuestra Señora del Pilar,Pilar de la Mola		07	PM	07024	
2515117	La Viñuela	la-vinuela	ES		0	Europe/Madrid	38.69721	-4.33282		La Vinuela,La Viñuela,Vinuela,Viñuela		54	CR	13015	
2515120	La Vicaría	la-vicaria	ES		0	Europe/Madrid	38.01667	-6.33333		Colonia La Vicaria,La Vicaria,La Vicaría		57	BA	06026	
2515123	La Veredilla	la-veredilla	ES		0	Europe/Madrid	38.63638	-4.35315		La Veredilla,Veredilla		54	CR	13015	
2515128	La Verada	la-verada	ES		0	Atlantic/Canary	28.78333	-17.96667				53	TF	38016	
2515129	La Vera	la-vera	ES		0	Atlantic/Canary	28.38264	-16.63217				53	TF	38034	
2515130	La Vera	la-vera	ES		0	Atlantic/Canary	28.39657	-16.55685				53	TF	38028	
2515132	La Vela	la-vela	ES		0	Europe/Madrid	37.76952	-0.9608		Casas de la Vela,Caserio La Vela,Caserío La Vela,La Vela		31	MU	30037	
2515135	La Vega de Santa María	la-vega-de-santa-maria	ES		0	Europe/Madrid	37.94175	-3.46281		Caserio Vega de Santa Maria,Caserío Vega de Santa María,Cortijo de la Vega de Santa Maria,Cortijo de la Vega de Santa María,La Vega de Santa Maria,La Vega de Santa María		51	J	23009	
2515136	La Vega de Acá	la-vega-de-aca	ES		0	Europe/Madrid	36.83645	-2.43526		Huertas La Vega de Aca,La Vega de Aca,La Vega de Acá		51	AL	04013	
2515144	Lavapiés	lavapies	ES		0	Europe/Madrid	37.40889	-6.68154		Caserio Lavapies,Caserío Lavapiés,Lavapies,Lavapiés		51	H	21053	
2515150	La Urbina	la-urbina	ES		0	Europe/Madrid	39.16931	-2.76952		Casa La Urbina,La Urbina		54	AB	02081	
2515152	La Umbría de Arriba	la-umbria-de-arriba	ES		0	Europe/Madrid	37.52213	-2.31355		Caserio Umbris de Arriba,Caserío Umbris de Arriba,La Umbria de Arriba,La Umbría de Arriba		51	AL	04070	
2515159	La Trinidad	la-trinidad	ES		0	Europe/Madrid	37.28884	-3.0035		Casa La Trinidad,La Trinidad		51	GR	18907	
2515160	La Tosca	la-tosca	ES		0	Atlantic/Canary	28.82903	-17.81562		La Tosea		53	TF	38007	
2515161	La Tortilla	la-tortilla	ES		0	Europe/Madrid	38.10174	-3.66582		Caserio La Tortilla,Caserío La Tortilla,La Tortilla		51	J	23055	
2515163	La Torre María Martín	la-torre-maria-martin	ES		0	Europe/Madrid	37.91706	-3.88659		Cortijada La Torre Maria Martin,Cortijada La Torre María Martín,Cortijada de Torre de Marimartin,Cortijada de Torre de Marimartín,La Torre Maria Martin,La Torre María Martín		51	J	23027	
2515165	La Torrecica	la-torrecica	ES		0	Europe/Madrid	39.00283	-1.81156				54	AB	02003	
2515176	La Torerera	la-torerera	ES		0	Europe/Madrid	37.59827	-6.89985				51	H	21017	
2515180	La Tiesa	la-tiesa	ES		0	Europe/Madrid	37.55	-6.56667		Casas La Tiesa,La Tiesa		51	H	21012	
2515185	La Tercia	la-tercia	ES		0	Europe/Madrid	38.27281	-1.98168		Benizar,Benízar,Caserio Tercia,Caserío Tercia,Cortijada de la Tercia,La Tercia		31	MU	30028	
2515186	La Tercia	la-tercia	ES		0	Europe/Madrid	37.88217	-1.00971		Casa de la Tercia,Caserio La Tercia,Caserío La Tercia		31	MU	30030	
2515191	Las Zorrillas	las-zorrillas	ES		0	Europe/Madrid	36.81479	-4.17139		Las Zorrillas,Zorrilla,Zorrillas		51	MA	29094	
2515194	Las Yeseras de Galáchar	las-yeseras-de-galachar	ES		0	Europe/Madrid	36.96667	-2.53333		Barriada Las Yeseras de Galachar,Las Yeseras de Galachar,Las Yeseras de Galáchar		51	AL	04081	
2515195	Las Yeguas	las-yeguas	ES		0	Europe/Madrid	38.7	-6.65		Cortijo Las Yeguas,Las Yeguas		57	BA	06121	
2515197	Las Viudas	las-viudas	ES		0	Europe/Madrid	36.89465	-2.37076		Cortijada Las Viudas,Las Viudas		51	AL	04101	
2515199	Las Viñicas	las-vinicas	ES		0	Europe/Madrid	37.11667	-2.03333		Cortijada Las Vinicas,Cortijada Las Viñicas,Las Vinicas,Las Viñicas		51	AL	04086	
2515200	Las Viñas	las-vinas	ES		0	Europe/Madrid	37.40231	-3.01123		Cortijada Las Vinas,Cortijada Las Viñas,Las Vinas,Las Viñas		51	GR	18085	
2515203	Las Villas Nuevas	las-villas-nuevas	ES		0	Europe/Madrid	39.00841	-2.11839		Casas Las Villas Nuevas,Las Villas Nuevas		54	AB	02015	
2515207	Las Ventas	las-ventas	ES		0	Europe/Madrid	38.57305	-0.94185		Casas Las Ventas,Las Ventas		60	A	03140	
2515208	Las Ventas	las-ventas	ES		0	Europe/Madrid	37.6	-3.9		Cortijada Las Ventas,Las Ventas		51	J	23034	
2515209	Las Ventanas	las-ventanas	ES		0	Europe/Madrid	38.16849	-1.49243		Caserio Las Ventanas,Caserio de las Ventanas,Caserío Las Ventanas,Caserío de las Ventanas,Las Ventanas		31	MU	30034	
2515211	Las Valeras	las-valeras	ES		0	Atlantic/Canary	28.33031	-16.38453		Las Valeras		53	TF	38004	
2515212	La Suerte del Espino	la-suerte-del-espino	ES		0	Atlantic/Canary	28.40999	-16.31871				53	TF	38032	
2515213	Tres Ventanas	tres-ventanas	ES		0	Europe/Madrid	37.26643	-6.93107		Las Tres Ventanas,Tres Ventanas		51	H	21041	
2515214	Las Tres Palmas	las-tres-palmas	ES		0	Atlantic/Canary	28.13172	-15.59844				53	GC	35023	
2515221	Las Torrecillas	las-torrecillas	ES		0	Europe/Madrid	37.16284	-2.76742		Cortijada Las Torrecillas,Las Torrecillas,Torrecillas		51	AL	04001	
2515223	Las Tiendas	las-tiendas	ES		0	Europe/Madrid	39.00071	-6.47738		Casa Las Tiendas,Cortijo de las Tiendas,Las Tiendas		57	BA	06083	
2515225	Las Suertes	las-suertes	ES		0	Europe/Madrid	37.71014	-1.20264		Caserio Las Suertes,Caserío Las Suertes,Las Suertes		31	MU	30021	
2515227	Las Siete Casas	las-siete-casas	ES		0	Europe/Madrid	38.14319	-1.01542		Caserio Las Siete Casas,Caserío Las Siete Casas,Las Siete Casas,Siete Casas		60	A	03099	
2515230	Las Salinas	las-salinas	ES		0	Europe/Madrid	38.73595	1.4441		Las Salinas,Salinas		07	PM	07024	
2515231	Las Salinas	las-salinas	ES		0	Europe/Madrid	37.94895	-1.28466		Caserio Las Salinas,Caserío Las Salinas,Las Salinas,Salinas de Sangonera		31	MU	30030	
2515232	Las Salinas	las-salinas	ES		0	Europe/Madrid	36.73733	-2.64616		Caserio Las Salinas,Caserío Las Salinas,Las Salinas		51	AL	04079	
2515233	Las Salinas	las-salinas	ES		0	Atlantic/Canary	28.36329	-13.87405				53	GC	35003	
2515234	Las Saladas	las-saladas	ES		0	Europe/Madrid	38.3	-0.63333		Caserio Las Saladas,Caserío Las Saladas,Las Saladas		60	A	03065	
2515235	Las Rosuelas	las-rosuelas	ES		0	Europe/Madrid	37.12448	-4.0432		Caserio Las Rosuelas,Caserío Las Rosuelas,Las Rosuelas		51	GR	18171	
2515236	Las Rosas	las-rosas	ES		0	Atlantic/Canary	28.4311	-16.37467		Las Rosas,Rosas		53	TF	38032	
2515237	Las Rosas	las-rosas	ES		0	Atlantic/Canary	28.37351	-16.64323				53	TF	38034	
2515238	Las Rosas	las-rosas	ES		0	Atlantic/Canary	27.76558	-17.95389				53	TF	38048	
2515242	Las Rehoyas	las-rehoyas	ES		0	Atlantic/Canary	28.10761	-15.43073				53	GC	35016	
2515244	Las Rabinadillas	las-rabinadillas	ES		0	Europe/Madrid	39.23729	-4.16409		Las Rabinadillas,Las Ravinadillas		54	CR	13065	
2515246	Las Quemadas	las-quemadas	ES		0	Europe/Madrid	37.89673	-4.71322		Cortijada Las Quemadas,Las Quemadas		51	CO	14021	
2515247	Las Quebradas	las-quebradas	ES		0	Europe/Madrid	38.46667	-1.06667		Caserio Las Quebradas,Caserío Las Quebradas,Las Quebradas		31	MU	30043	
2515252	Las Playas	las-playas	ES		0	Europe/Madrid	37.36667	-6.01667		Fabrica Las Playas,Fábrica Las Playas,Las Playas		51	SE	41091	
2515253	Las Playas	las-playas	ES		0	Atlantic/Canary	28.22811	-13.98613		Las Playas,Playas		53	GC	35030	
2515259	Las Peñicas	las-penicas	ES		0	Europe/Madrid	38.05404	-1.07391		Caserio Las Penicas,Caserío Las Peñicas,Las Penicas,Las Peñicas		31	MU	30030	
2515262	Las Pedreras	las-pedreras	ES		0	Europe/Madrid	37.59102	-1.35945		Caserio Las Pedreras,Caserío Las Pedreras,Las Pedreras,Minas de las Pedreras		31	MU	30026	
2515264	Las Pedreñas	las-pedrenas	ES		0	Europe/Madrid	37.7878	-0.98045		Caserio Las Pedrenas,Caserío Las Pedreñas,Las Pedrenas,Las Pedreñas		31	MU	30037	
2515265	Las Pebradas	las-pebradas	ES		0	Europe/Madrid	38.77976	-0.85076		Casas Las Pebradas,Las Pebradas		60	A	03140	
2515266	Las Parideras	las-parideras	ES		0	Europe/Madrid	38.57313	-2.50385		Caserio Las Parideras,Caserío Las Parideras		54	AB	02076	
2515272	Las Palmas	las-palmas	ES		0	Atlantic/Canary	28.58232	-16.16555		Las Palmas		53	TF	38038	
2515273	Las Palmas	las-palmas	ES		0	Atlantic/Canary	28.33333	-16.83333				53	TF	38010	
2515274	Las Paletas	las-paletas	ES		0	Europe/Madrid	37.26667	-2.26667		Cortijada Las Paletas,Las Paletas		51	AL	04036	
2515278	sa Sorda	sa-sorda	ES		0	Europe/Madrid	39.4	2.96667		la Sorda,sa Sorda		07	PM	07013	
2515279	La Somera	la-somera	ES		0	Europe/Madrid	39.61667	-1.53333		Casas La Somera,La Somera		54	CU	16126	
2515280	ses Olleries	ses-olleries	ES		0	Europe/Madrid	39.61667	2.83333		les Olleries,ses Olleries		07	PM	07053	
2515281	Las Oliveras	las-oliveras	ES		0	Europe/Madrid	37.54219	-1.69394		Barrio Las Oliveras,Las Oliveras		31	MU	30024	
2515292	Las Noritas	las-noritas	ES		0	Europe/Madrid	38.41667	-6.4		Estacion,Estación,Las Noritas,Las Noritas Estacion,Las Noritas Estación		57	BA	06158	
2515305	Las Navas de la Concepción	las-navas-de-la-concepcion	ES		0	Europe/Madrid	37.93333	-5.46667		Las Navas de la Concepcion,Las Navas de la Concepción		51	SE	41066	
2515307	Las Murtas	las-murtas	ES		0	Europe/Madrid	38.27466	-1.84502		Caserio Las Murtas,Caserío Las Murtas,Las Murtas		31	MU	30028	
2515311	Las Montañetas	las-montanetas	ES		0	Atlantic/Canary	27.80188	-17.89115		Las Montanetas,Las Montañetas		53	TF	38048	
2515312	Las Montañas	las-montanas	ES		0	Europe/Madrid	36.79976	-5.57342		Caserio y Ermita de Las Montanas,Caserío y Ermita de Las Montañas,Las Montanas,Las Montañas		51	CA	11041	
2515314	Las Molineras	las-molineras	ES		0	Europe/Madrid	37.4	-2.68333		Caserio Las Molineras,Caserío Las Molineras,Las Molineras		51	GR	18039	
2515321	Las Mercedes	las-mercedes	ES		0	Atlantic/Canary	28.5195	-16.2953		Las Mercedes		53	TF	38023	
2515326	Las Mañicas	las-manicas	ES		0	Europe/Madrid	36.97229	-2.29442		Caserio Las Manicas,Caserío Las Mañicas,Las Manicas,Las Mañicas		51	AL	04066	
2515327	Las Manchas	las-manchas	ES		0	Atlantic/Canary	28.59712	-17.8825				53	TF	38024	
2515328	Las Manchas	las-manchas	ES		0	Atlantic/Canary	28.26175	-16.79452				53	TF	38019	
2515329	Las Mallas	las-mallas	ES		0	Europe/Madrid	37.35	-6.71667		Caserio Las Mallas,Caserío Las Mallas,Las Mallas		51	H	21053	
2515331	Las Lomas de Lastón	las-lomas-de-laston	ES		0	Europe/Madrid	37.83333	-1.81667		Casa de Laston,Casa de Lastón,Caserio Las Lomas de Laston,Caserío Las Lomas de Laston,Las Lomas de Laston,Las Lomas de Lastón		31	MU	30024	
2515335	Las Llanadas	las-llanadas	ES		0	Atlantic/Canary	28.35251	-16.58376		Las Llanadas		53	TF	38031	
2515338	Las Lapas	las-lapas	ES		0	Europe/Madrid	38.05	-6.35		Cortijo Las Lapas,Las Lapas		57	BA	06026	
2515343	Las Laderas	las-laderas	ES		0	Atlantic/Canary	29.08333	-13.56667				53	GC	35024	
2515347	Las Jaulas	las-jaulas	ES		0	Europe/Madrid	37.31667	-1.78333		Cortijada Las Jaulas,Cortijo Jaulas,Las Jaulas		51	AL	04035	
2515358	Las Huertecicas Altas	las-huertecicas-altas	ES		0	Europe/Madrid	37.29267	-2.24766		Cortijada Las Huertecitas Altas,Las Huertecicas Altas		51	AL	04058	
2515362	Las Hoyas del Barranco	las-hoyas-del-barranco	ES		0	Europe/Madrid	36.7643	-3.13093		Caserio Las Hoyas del Barranco,Caserío Las Hoyas del Barranco,Las Hoyas del Barranco		51	AL	04003	
2515365	Las Hortichuelas Bajas	las-hortichuelas-bajas	ES		0	Europe/Madrid	36.87481	-2.02921		Caserio Hortichuelas Bajas,Caserio Hortichuelas Las Bajas,Caserío Hortichuelas Bajas,Caserío Hortichuelas Las Bajas		51	AL	04066	
2515366	Las Hortichuelas	las-hortichuelas	ES		0	Europe/Madrid	36.80983	-2.59998		Barriada de las Hortichuelas		51	AL	04079	
2515374	Las Hermanas	las-hermanas	ES		0	Europe/Madrid	38.45614	-2.23456				54	AB	02049	
2515376	Las Habillas	las-habillas	ES		0	Europe/Madrid	39.03435	-5.81396		Caserio Las Habillas,Caserío Las Habillas,Las Habillas,Las Halillas		57	BA	06044	
2515377	Las Gorgollitas	las-gorgollitas	ES		0	Europe/Madrid	38.21754	-2.53241		Caserio Las Gorgollitas,Caserío Las Gorgollitas,Cortijo de Gorgollitas,Las Gorgollitas		51	J	23904	
2515378	Las Gilas	las-gilas	ES		0	Europe/Madrid	37.73333	-0.93333		Caserio Las Gilas,Caserío Las Gilas,Las Gilas		31	MU	30037	
2515380	Las Gamitas	las-gamitas	ES		0	Europe/Madrid	38.88113	-6.00966		Casas Las Gamitas,Las Gamitas		57	BA	06060	
2515383	Las Fuentezuelas	las-fuentezuelas	ES		0	Europe/Madrid	36.96796	-3.27386		Cortijada Fuentezuelas,Las Fuentezuelas		51	GR	18033	
2515387	Las Fuentecitas	las-fuentecitas	ES		0	Europe/Madrid	38.86168	-1.11027		Caserio Las Fuentecitas,Caserío Las Fuentecitas,Las Fuentecitas		54	AB	02009	
2515388	Las Flotas de Butrón	las-flotas-de-butron	ES		0	Europe/Madrid	37.80079	-1.44122		Caserio Las Flotas de Butron,Caserío Las Flotas de Butrón,Las Flotas de Butron,Las Flotas de Butrón		31	MU	30008	
2515389	Las Espumaderas	las-espumaderas	ES		0	Europe/Madrid	38.0996	-2.72433				51	J	23904	
2515390	Las Espineras del León	las-espineras-del-leon	ES		0	Europe/Madrid	38.53959	-2.40973				54	AB	02058	
2515393	La Serreta	la-serreta	ES		0	Europe/Madrid	38.4	-0.73333		Caserio La Serreta,Caserío La Serreta,La Serreta		60	A	03088	
2515396	Las Erillas	las-erillas	ES		0	Europe/Madrid	38.28333	-3.05		Caserio Las Erillas,Caserío Las Erillas,Las Erillas		51	J	23029	
2515401	Las Entinas	las-entinas	ES		0	Europe/Madrid	36.68426	-2.7723		Caserio Las Entinas,Caserío Las Entinas,Las Entinas		51	AL	04902	
2515400	Las Eras	las-eras	ES	02214	0	Europe/Madrid	39.01881	-0.65101				60	V	46039	
2515403	Las Delicias	las-delicias	ES		0	Europe/Madrid	37.95798	-3.56514		Casa de la Delicia,Caserios Las Delicias,Caseríos Las Delicias,Las Delicias		51	J	23014	
2515408	Las Cuevas Viejas	las-cuevas-viejas	ES		0	Europe/Madrid	36.93333	-2.45		Barriada Las Cuevas Viejas,Las Cuevas Viejas		51	AL	04078	
2515409	Las Cuevas de Mayo	las-cuevas-de-mayo	ES		0	Europe/Madrid	36.93333	-2.45		Barriada Cuevas de Mayo,Las Cuevas de Mayo		51	AL	04078	
2515410	Las Cuevas de María	las-cuevas-de-maria	ES		0	Europe/Madrid	36.93333	-2.46667		Barriada Las Cuevas de Maria,Barriada Las Cuevas de María,Las Cuevas de Maria,Las Cuevas de María		51	AL	04024	
2515411	Las Cuevas de los Úbedas	las-cuevas-de-los-ubedas	ES		0	Europe/Madrid	36.92666	-2.29789		Caserio Las Cuevas de los Ubedas,Caserío Las Cuevas de los Ubedas,Cuevas de Los Ubedas,Las Cuevas de los Ubedas,Las Cuevas de los Úbedas		51	AL	04013	
2515412	Las Cuevas de los Medinas	las-cuevas-de-los-medinas	ES		0	Europe/Madrid	37.9	-2.28333		Cuevas de los Medinas,Las Cuevas de los Medinas		51	GR	18164	
2515413	Las Cuevas de Aguaite	las-cuevas-de-aguaite	ES		0	Atlantic/Canary	28.48333	-16.26667		Las Cuevas de Aguaite		53	TF	38038	
2515421	Las Crucitas	las-crucitas	ES		0	Atlantic/Canary	28.35277	-16.39293				53	TF	38011	
2515426	Las Cortecillas	las-cortecillas	ES		0	Europe/Madrid	37.74358	-6.37215				51	SE	41031	
2515444	Los Cercados	los-cercados	ES		0	Atlantic/Canary	27.91373	-15.62822				53	GC	35019	
2515452	Las Caserías	las-caserias	ES		0	Europe/Madrid	37.46667	-3.98333				51	J	23002	
2515453	Las Casas de Ramón	las-casas-de-ramon	ES		0	Europe/Madrid	38.63533	-2.25495		Caserio Las Casas de Ramon,Caserío Las Casas de Ramón,Las Casas de Ramon,Las Casas de Ramón		54	AB	02017	
2515455	Las Casas de Afur	las-casas-de-afur	ES		0	Atlantic/Canary	28.55335	-16.25086		Afur,Las Casas de Afur		53	TF	38038	
2515460	Las Carrionas	las-carrionas	ES		0	Europe/Madrid	37.75917	-0.94328		Casas Las Carrionas,Caserio Las Carrionas,Caserío Las Carrionas,Las Carrionas		31	MU	30037	
2515461	Las Cardosas	las-cardosas	ES		0	Europe/Madrid	38.25	-6.08333		Caserio Las Cardosas,Caserío Las Cardosas,Las Cardosas		57	BA	06074	
2515462	Las Cardonas	las-cardonas	ES		0	Europe/Madrid	37.6037	-5.99085		Caserios Las Cardonas,Caseríos Las Cardonas,Las Cardonas		51	SE	41019	
2515474	Las Canaleias	las-canaleias	ES		0	Europe/Madrid	38.06942	-2.75666				51	J	23904	
2515476	Las Cañadillas	las-canadillas	ES		0	Europe/Madrid	37.67064	-6.28663				51	SE	41031	
2515477	Las Cañadas de Lizarán	las-canadas-de-lizaran	ES		0	Europe/Madrid	37.84419	-2.04002		Caserio Las Canadas de Lizaran,Caserío Las Cañadas de Lizaran,Las Canadas de Lizaran,Las Cañadas de Lizarán		51	AL	04098	
2515478	Las Cañadas Altas	las-canadas-altas	ES		0	Europe/Madrid	38.46667	-0.83333		Casas Las Canadas Altas,Casas Las Cañadas Altas,Las Canadas Altas,Las Cañadas Altas		60	A	03066	
2515492	Las Cábilas	las-cabilas	ES		0	Europe/Madrid	37.7	-3.8		Casas Las Cabilas,Casas Las Cábilas,Las Cabilas,Las Cavilas,Las Cábilas,Las Cávilas		51	J	23099	
2515495	Las Cabezadas	las-cabezadas	ES		0	Atlantic/Canary	28.68021	-17.93977				53	TF	38047	
2515496	Las Cabezadas	las-cabezadas	ES		0	Atlantic/Canary	28.49441	-16.2575				53	TF	38038	
2515499	Las Breñas	las-brenas	ES		0	Atlantic/Canary	28.91985	-13.81033				53	GC	35034	
2515500	Las Bovetes	las-bovetes	ES		0	Europe/Madrid	38.85	0.06667		Bovetes,Caserio Bovetes,Caserío Bovetes,Las Bovetes		60	A	03063	
2515501	Las Bóvedas	las-bovedas	ES		0	Europe/Madrid	38.08552	-0.80549		Las Bovedas,Las Bóvedas		60	A	03012	
2515503	Las Bombardas	las-bombardas	ES		0	Europe/Madrid	37.24222	-1.79927		Cortijada Las Bombardas		51	AL	04035	
2515510	Las Balrotas	las-balrotas	ES		0	Europe/Madrid	37.86667	-5.65		Caserio Las Balrotas,Caserío Las Balrotas,Las Balrotas		51	SE	41033	
2515514	Las Armeras	las-armeras	ES		0	Europe/Madrid	37.7991	-1.00012		Caserio Las Armeras,Caserío Las Armeras,Las Armeras		31	MU	30037	
2515524	Las Almontarás	las-almontaras	ES		0	Europe/Madrid	37.76679	-2.75772		Caserio Las Almontaras,Caserío Las Almontarás,Las Almontaras,Las Almontarás		51	GR	18046	
2515531	Las Albarizas	las-albarizas	ES		0	Europe/Madrid	38.76667	-0.9		Casas Las Albarizas,Las Albarizas		60	A	03140	
2515538	La Sacristía	la-sacristia	ES		0	Europe/Madrid	37.74824	-2.64069		Casa La Sacristia,La Sacristia,La Sacristía		51	GR	18045	
2515544	La Ruiza	la-ruiza	ES		0	Europe/Madrid	39.01591	-2.27154		Casas La Ruiza,La Ruiza		54	AB	02015	
2515549	La Romera	la-romera	ES		0	Europe/Madrid	36.77388	-3.03255		Cortijada La Romera,La Romera		51	AL	04003	
2515559	La Risca	la-risca	ES		0	Europe/Madrid	38.81921	-6.80778		Caserio La Risca,Caserío La Risca,La Risca		57	BA	06015	
2515560	La Risca	la-risca	ES		0	Europe/Madrid	38.19688	-2.06532		Caserio La Risca,Caserío La Risca,La Risca		31	MU	30028	
2515566	La Ribera de la Algaida	la-ribera-de-la-algaida	ES		0	Europe/Madrid	36.79624	-2.58308		Caserio La Rivera de la Algaida,Caserío La Rivera de la Algaida,La Ribera de la Algaida		51	AL	04079	
2515578	La Revista	la-revista	ES		0	Europe/Madrid	38.85	1.4				07	PM	07048	
2515581	La Resinera	la-resinera	ES		0	Europe/Madrid	36.93693	-3.8621		Caserio La Resinera,Caserío La Resinera,La Resinera		51	GR	18020	
2515582	La Resbala	la-resbala	ES		0	Atlantic/Canary	28.43333	-16.43333				53	TF	38025	
2515585	La Raya	la-raya	ES		0	Europe/Madrid	37.97716	-1.17978		La Raya		31	MU	30030	
2515587	La Rapella	la-rapella	ES		0	Europe/Madrid	38.61667	-0.3		Caserio La Rapella,Caserío La Rapella,La Rapella		60	A	03124	
2515588	La Rambla y Condesa	la-rambla-y-condesa	ES		0	Europe/Madrid	39.4	-0.86667		Casas La Rambla y Condesa,La Rambla y Condesa		60	V	46077	
2515589	La Rambla Grande	la-rambla-grande	ES		0	Europe/Madrid	37.4197	-1.96059		Caserio La Rambla Grande,Caserio de Rambla Grande,Caserío La Rambla Grande,Caserío de Rambla Grande,La Rambla Grande		51	AL	04053	
2515590	La Rambla-Encira	la-rambla-encira	ES		0	Europe/Madrid	37.11322	-2.66106				51	AL	04065	
2515591	La Rambla del Banco	la-rambla-del-banco	ES		0	Europe/Madrid	36.89218	-3.17986		Cortijada La Rambla del Banco		51	GR	18035	
2515592	La Rambla de la Orica	la-rambla-de-la-orica	ES		0	Europe/Madrid	37.28212	-2.28587		Caserio Rambla de la Orica,Caserío Rambla de la Orica,La Rambla de la Orica		51	AL	04062	
2515601	La Rada	la-rada	ES		0	Europe/Madrid	38.36589	-1.9322		Caserio La Rada,Caserío La Rada,La Rada		54	AB	02031	
2515602	La Raconá	la-racona	ES		0	Europe/Madrid	39.16667	-0.26667		Casa La Racona,La Racona,La Raconá		60	V	46105	
2515616	La Pulgosa	la-pulgosa	ES		0	Europe/Madrid	38.95554	-1.8596				54	AB	02003	
2515624	sa Pobla	sa-pobla	ES		12766	Europe/Madrid	39.7692	3.02394		la Pobla,sa Pobla	07044	07	PM	07044	
2515626	La Providencia	la-providencia	ES		0	Europe/Madrid	39.56667	-0.45		La Providencia,Masias La Providencia,Masías La Providencia		60	V	46070	
2515629	La Pradera	la-pradera	ES		0	Europe/Madrid	39.6	-1.51667		Caserio La Pradera,Caserío La Pradera,La Pradera		54	CU	16126	
2515632	La Poderosa	la-poderosa	ES		0	Europe/Madrid	37.748	-6.66017				51	H	21018	
2515633	La Pobleta	la-pobleta	ES		0	Europe/Madrid	39.83333	-0.81667				60	V	46038	
2515636	Puerto de Mogán	puerto-de-mogan	ES		0	Atlantic/Canary	27.81792	-15.7654		La Playa de Mogan,La Playa de Mogán,Playa de Mogan,Playa de Mogán,Puerto de Mogan,Puerto de Mogán		53	GC	35012	
2515637	La Playa de la Torre de Piles	la-playa-de-la-torre-de-piles	ES		0	Europe/Madrid	38.95	-0.11667		Chalets La Playa de la Torre de Piles,La Playa de la Torre de Piles,Playa de la Torre de Piles		60	V	46195	
2515638	La Playa de Arguineguín	la-playa-de-arguineguin	ES		0	Atlantic/Canary	27.75647	-15.68079	10	Arguineguin,Arguineguín,Arquinequin		53	GC	35012	
2515639	La Piqueta	la-piqueta	ES		33	Europe/Madrid	37.63333	-0.96667		Caserio La Piqueta,Caserío La Piqueta,La Piqueta		31	MU	30016	
2515642	La Piedra del Zahor	la-piedra-del-zahor	ES		0	Europe/Madrid	37.27838	-2.13272		Caserio La Piedra del Zahor,Caserío La Piedra del Zahor,La Piedra del Zahor		51	AL	04004	
2515643	La Piedra de la Sal	la-piedra-de-la-sal	ES		0	Europe/Madrid	37.61388	-5.6248		Caserios La Piedra de la Sal,Caseríos La Piedra de la Sal,La Piedra de la Sal		51	SE	41006	
2515645	La Pica	la-pica	ES		0	Europe/Madrid	37.9557	-6.82062		Caserio La Pica,Caserío La Pica		51	H	21025	
2515646	Lapeza	lapeza	ES		0	Europe/Madrid	37.27595	-3.28568				51	GR	18154	
2515651	La Peñuela	la-penuela	ES		0	Europe/Madrid	37.41667	-6.7		Caserio la Penuela,Caserío la Peñuela,La Penuela,La Peñuela		51	H	21053	
2515658	La Pea	la-pea	ES		0	Europe/Madrid	39.6	-0.68333				60	V	46256	
2515662	La Pava	la-pava	ES		0	Europe/Madrid	38.16667	-1.98333		Caserio La Pava,Caserio de la Pava,Caserío La Pava,Caserío de la Pava,La Pava		31	MU	30028	
2515663	La Parroquia de Matanza	la-parroquia-de-matanza	ES		0	Europe/Madrid	38.14228	-1.00019		Caserio La Parroquia de Matanza,Caserío La Parroquia de Matanza,La Matanza,La Parroquia de Matanza		60	A	03099	
2515673	La Pareja	la-pareja	ES		0	Europe/Madrid	37.88333	-1.11667		Casas Las Pareja,Caserio La Pareja,Caserío La Pareja,La Pareja		31	MU	30030	
2515676	La Parata	la-parata	ES		0	Europe/Madrid	37.41844	-1.99726		Caserio La Parata,Caserío La Parata,La Parata		51	AL	04053	
2515687	La Ovejera	la-ovejera	ES		0	Atlantic/Canary	28.43948	-16.27638				53	TF	38038	
2515704	La Noria	la-noria	ES		0	Europe/Madrid	36.83462	-3.08602		Barrio La Noria,La Noria		51	GR	18181	
2515730	La Muña	la-muna	ES		0	Europe/Madrid	37.83161	-3.9422		Cortijada La Muna,Cortijada La Muña,La Muna,La Muña		51	J	23086	
2515733	La Mujer	la-mujer	ES		0	Europe/Madrid	36.76694	-2.72853		Cortijada La Mujer,La Mujer		51	AL	04902	
2515747	La Montañita	la-montanita	ES		0	Atlantic/Canary	28.51659	-16.18253		La Montanita,La Montañita		53	TF	38038	
2515751	La Monja	la-monja	ES		0	Atlantic/Canary	28.43734	-16.32835				53	TF	38038	
2515758	La Mogaya	la-mogaya	ES		0	Europe/Madrid	37.31667	-7.08333		Albergues La Mogaya,La Mogaya		51	H	21021	
2515762	La Mesta	la-mesta	ES		0	Europe/Madrid	38.6225	-2.43377		La Mesta,Mesta		54	AB	02008	
2515775	Las Matanzas	las-matanzas	ES		0	Europe/Madrid	36.96161	-2.25314		Caserio La Matanza,Caserío La Matanza,Las Matanzas		51	AL	04066	
2515780	La Mariscala	la-mariscala	ES		0	Europe/Madrid	36.79971	-6.17276		Caserio La Mariscala,Caserío La Mariscala,La Mariscala		51	CA	11020	
2515781	La Marina de la Torre	la-marina-de-la-torre	ES		0	Europe/Madrid	37.16018	-1.82622		Cortijada La Marina de la Torre		51	AL	04064	
2515783	La Marina	la-marina	ES		0	Europe/Madrid	38.14617	-0.64596		Oasis (La Marina)		60	A	03065	
2515784	La Mariana	la-mariana	ES		0	Europe/Madrid	38.25227	-6.79413		Casas La Mariana,La Mariana,La Moriana		57	BA	06070	
2515788	La Maraña	la-marana	ES		0	Europe/Madrid	37.80105	-0.94919		Caserio La Marana,Caserío La Maraña,La Marana,La Maraña		31	MU	30037	
2515789	La Mancha de los Cardos	la-mancha-de-los-cardos	ES		0	Atlantic/Canary	28.51667	-16.21667				53	TF	38038	
2515791	La Mancha Blanca	la-mancha-blanca	ES		0	Atlantic/Canary	28.55	-16.11667		La Mancha,La Mancha Blanca		53			
2515794	La Mallá	la-malla	ES		0	Europe/Madrid	39.61667	-0.46667		La Malla,La Mallá,Malla,Mallá,Masias Malla,Masias Mallá		60	V	46070	
2515799	La Machica	la-machica	ES		0	Europe/Madrid	37.68246	-1.14674		Caserio La Machica,Caserío La Machica,La Machica		31	MU	30016	
2515807	La Loma Alta	la-loma-alta	ES		0	Europe/Madrid	37.29504	-2.54112		Barriada La Loma Alta,La Loma Alta		51	AL	04083	
2515810	La Lobera	la-lobera	ES		0	Europe/Madrid	37.5	-5.95		Caserios La Lobera,Caseríos La Lobera,La Lobera		51	SE	41005	
2515815	La Lancha	la-lancha	ES		0	Europe/Madrid	38.22181	-3.97115		Casas La Lancha,La Lancha		51	J	23005	
2515818	La Lagunilla	la-lagunilla	ES		0	Europe/Madrid	38.66156	-0.95404		Caserio La Lagunilla,Caserío La Lagunilla,La Lagunilla		60	A	03140	
2515836	La Juncosa	la-juncosa	ES		0	Europe/Madrid	37.79295	-1.67433		Caserio La Juncosa,Caserío La Juncosa,Cortijo de la Juncosa,La Juncosa		31	MU	30024	
2515837	La Juncia	la-juncia	ES		0	Atlantic/Canary	28.33333	-16.78333				53	TF	38044	
2515838	La Juliana	la-juliana	ES		0	Europe/Madrid	37.79419	-6.81461				51	H	21004	
2515843	La Jayona	la-jayona	ES		0	Europe/Madrid	38.13333	-5.91667		Caserio La Jayona,Caserío La Jayona,La Jayona		57	BA	06053	
2515844	La Jaud	la-jaud	ES		0	Europe/Madrid	38.4441	-0.80785		Caserio La Jaud,Caserío La Jaud,La Jaud		60	A	03066	
2515845	La Jauca	la-jauca	ES		0	Europe/Madrid	37.41909	-2.55973		Caserio La Jauca,Caserío La Jauca,Jauca Alta,La Jauca		51	AL	04083	
2515849	Lajares	lajares	ES		0	Atlantic/Canary	28.67998	-13.94034		Lagares,Lajares		53	GC	35014	
2515852	La Xara	la-xara	ES		0	Europe/Madrid	38.83333	0.06667		Caserio La Jara,Caserío La Jara,La Xara		60	A	03063	
2515855	La Jámula	la-jamula	ES		0	Europe/Madrid	37.49064	-2.59419		Caserio La Jamula,Caserío La Jámula,Cortijos de la Jamula,La Jamula,La Jámula		51	GR	18023	
2515866	La Hueta	la-hueta	ES		0	Europe/Madrid	38.33803	-2.60838		Caserio La Hueta,Caserío La Hueta,La Hueta		51	J	23065	
2515871	La Hoya Hermosa	la-hoya-hermosa	ES		0	Europe/Madrid	38.54687	-0.95105		Casas La Hoya Hermosa,Casas de la Hoya Hermosa,La Hoya,La Hoya Hermosa		60	A	03140	
2515872	La Hoya del Cambrón	la-hoya-del-cambron	ES		0	Europe/Madrid	38.17645	-2.68371		Caserio La Hoya del Cambron,Caserío La Hoya del Cambrón,Cortijos de la Hoya del Cambron,Cortijos de la Hoya del Cambrón,La Hoya del Cambron,La Hoya del Cambrón		51	J	23043	
2515873	La Hoya del Camaino	la-hoya-del-camaino	ES		0	Europe/Madrid	37.25848	-1.81403		Caserio La Hoya del Camino,Caserío La Hoya del Camino,Cortijo La Hoya del Camaino		51	AL	04035	
2515885	La Higuerita	la-higuerita	ES		0	Atlantic/Canary	28.46948	-16.29338				53	TF	38023	
2515886	La Higuerilla	la-higuerilla	ES		0	Atlantic/Canary	27.99819	-15.65148				53	GC	35025	
2515898	La Haza Mora	la-haza-mora	ES		0	Europe/Madrid	36.76323	-3.18264				51	GR	18006	
2515899	La Harinosa	la-harinosa	ES		0	Europe/Madrid	36.95364	-5.83084		Caserio La Harinosa,Caserío La Harinosa,La Harinosa		51	SE	41020	
2515903	Lagunazo	lagunazo	ES		0	Europe/Madrid	37.63224	-7.16765				51	H	21006	
2515907	La Guirra	la-guirra	ES		0	Atlantic/Canary	28.38333	-13.88333				53	GC	35003	
2515920	La Gorgoracha	la-gorgoracha	ES		0	Europe/Madrid	36.78938	-3.49442		Cortijada La Gorgaracha,La Gorgoracha,La Gorgorochaga		51	GR	18184	
2515925	La Gelibra	la-gelibra	ES		0	Europe/Madrid	36.79037	-3.69639		Cortijada La Gelibra,La Gelibra		51	GR	18017	
2515926	La Garza	la-garza	ES		0	Europe/Madrid	38.73615	-6.03308		Caserio La Garza,Caserío La Garza,La Garza		57	BA	06094	
2515930	La Garrofa	la-garrofa	ES		0	Europe/Madrid	36.82633	-2.51604		Caserio La Garrofa,Caserío La Garrofa		51	AL	04013	
2515937	La Galga	la-galga	ES		0	Atlantic/Canary	28.76728	-17.7624		Galga,La Galga		53	TF	38030	
2515943	La Fuente Mendoza	la-fuente-mendoza	ES		0	Europe/Madrid	37.18878	-2.75142		Cortijada La Fuente Mendoza,La Fuente Mendoza		51	AL	04001	
2515946	La Fuente de Los Morales	la-fuente-de-los-morales	ES		0	Europe/Madrid	36.9564	-2.68436		Caserio La Fuente de los Morales,Caserío La Fuente de los Morales,La Fuente de Los Morales		51	AL	04055	
2515948	La Fuente del Arenal	la-fuente-del-arenal	ES		0	Europe/Madrid	38.57947	-2.26761		Caserio La Fuente del Arenal,Caserío La Fuente del Arenal,La Fuente del Arenal		54	AB	02017	
2515953	La Fuencubierta	la-fuencubierta	ES		0	Europe/Madrid	37.70884	-4.98892		La Fuencubierta		51	CO	14017	
2515954	La Fresnedilla	la-fresnedilla	ES		0	Europe/Madrid	38.34536	-2.58605		Cortijos La Fresnedilla,La Fresnedilla		51	J	23082	
2515957	La Fortaleza	la-fortaleza	ES		0	Atlantic/Canary	28.50408	-16.26002				53	TF	38038	
2515968	La Estación de Doña María Ocaña	la-estacion-de-dona-maria-ocana	ES		0	Europe/Madrid	37.14315	-2.69197		Barriada La Estacion de Dona Maria Ocana,Barriada La Estación de Doña María Ocaña,La Estacion,La Estacion de Dona Maria Ocana,La Estación,La Estación de Doña María Ocaña		51	AL	04901	
2515969	La Estación de Benacazón	la-estacion-de-benacazon	ES		0	Europe/Madrid	37.36368	-6.19142				51	SE	41087	
2515971	La Estación	la-estacion	ES		0	Europe/Madrid	39.95	-4.65		Caserio La Estacion,Caserío La Estación,Estacion,Estación,La Estacion,La Estación		54	TO	45104	
2515972	La Estación	la-estacion	ES		0	Europe/Madrid	39.86667	-6.21667		Barrio La Estacion,Barrio La Estación,La Estacion,La Estación		57	CC	10123	
2515973	La Estación	la-estacion	ES		0	Europe/Madrid	38.33333	-6.18333		Cortijo La Estacion,Cortijo La Estación,La Estacion,La Estación		57	BA	06136	
2515974	La Estación	la-estacion	ES		0	Europe/Madrid	38.16893	-6.63586				57	BA	06050	
2515975	La Estación	la-estacion	ES		0	Europe/Madrid	38.16667	-5.88333		Estacion,Estación,La Estacion,La Estación		57	BA	06053	
2515976	La Estación	la-estacion	ES		0	Europe/Madrid	38.16667	-0.83333		Estacion,Estación,La Estacion,La Estación		60	A	03904	
2515977	La Estación	la-estacion	ES		0	Europe/Madrid	38.05142	-6.63146		Caserio La Estacion,Caserío La Estación,La Estacion,La Estación		51	H	21029	
2515978	La Estación	la-estacion	ES		0	Europe/Madrid	38.0303	-4.06453		Estacion,Estación,La Estacion,La Estación		51	J	23005	
2515979	La Estación	la-estacion	ES		0	Europe/Madrid	38	-3.91667		Estacion,Estación,La Estacion,La Estación		51	J	23096	
2515980	La Estación	la-estacion	ES		0	Europe/Madrid	37.56667	-5.8				51	SE	41024	
2515981	La Estación	la-estacion	ES		0	Europe/Madrid	37.39896	-6.39294				51	H	21032	
2515982	La Estación	la-estacion	ES		0	Europe/Madrid	37.38333	-6.83333				51	H	21070	
2515984	La Estación	la-estacion	ES		0	Europe/Madrid	37.18568	-2.84695		Caserio La Estacion,Caserío La Estación,La Estacion,La Estación		51	GR	18069	
2515985	La Estación	la-estacion	ES		0	Europe/Madrid	37.01667	-5.93333		Caserio La Estacion,Caserío La Estación,La Estacion,La Estación		51	SE	41020	
2515986	La Estación	la-estacion	ES		0	Europe/Madrid	36.91667	-6.08333				51	SE	41053	
2515987	La Esquinita	la-esquinita	ES		0	Atlantic/Canary	28.66667	-17.93333				53	TF	38024	
2515991	S'Esgleieta	s-esgleieta	ES		0	Europe/Madrid	39.65921	2.64201		l'Esgleieta,s'Esgleieta		07	PM	07020	
2515992	La Escurría	la-escurria	ES		0	Europe/Madrid	37.46667	-2.1		Caserio La Escurria,Caserío La Escurría,La Escurria,La Escurría		51	AL	04006	
2515994	La Ermita del Piar	la-ermita-del-piar	ES		0	Europe/Madrid	37.66539	-2.02319		Caserio La Ermita del Piar,Caserío La Ermita del Piar,El Piar de Abajo,La Ermita del Piar		51	AL	04098	
2515998	La Erica	la-erica	ES		0	Europe/Madrid	38.15148	-0.79714		Caserio La Erita,Caserío La Erita,La Erica		60	A	03055	
2515999	La Era de la Casa	la-era-de-la-casa	ES		0	Atlantic/Canary	28.30242	-16.41136				53	TF	38020	
2516001	La Enjambre	la-enjambre	ES		0	Europe/Madrid	39.5345	-4.85148		Enjambre,La Enjambre		54	CR	13017	
2516004	L'Eliana	l-eliana	ES		16552	Europe/Madrid	39.56667	-0.53333		L'Eliana,La Eliana		60	V	46116	
2516015	La Dehesa del Val	la-dehesa-del-val	ES		0	Europe/Madrid	38.63043	-2.25462				54	AB	02008	
2516020	La Degollada	la-degollada	ES		0	Atlantic/Canary	28.55	-16.13333				53	TF	38038	
2516021	La Degollada	la-degollada	ES		0	Atlantic/Canary	28.18145	-16.48838				53	TF	38005	
2516028	La Culata	la-culata	ES		0	Atlantic/Canary	27.97401	-15.59844				53	GC	35025	
2516029	La Cuevarruz	la-cuevarruz	ES		0	Europe/Madrid	39.93333	-0.96667		La Cuevarruz		60	V	46262	
2516032	La Cuesta del Gato	la-cuesta-del-gato	ES		0	Europe/Madrid	36.85945	-2.48171		Cortijada La Cuesta del Gato,La Cuesta del Gato		51	AL	04013	
2516038	La Crujía	la-crujia	ES		0	Europe/Madrid	38.05426	-3.88513		Caseria de la Crugia,Casería de la Crugía,Fabrica Aceite La Crujia,Fabrica Aceite La Crujía,La Crujia,La Crujía		51	J	23096	
2516039	Lacra	lacra	ES		0	Europe/Madrid	37.82646	-3.09787		Casa Lacra,Lacra		51	J	23073	
2516044	La Cortezona	la-cortezona	ES		0	Europe/Madrid	38.94858	-6.29152		Casa La Cortezana,Casa de la Cortezona,La Cortegana,La Cortezona		57	BA	06083	
2516052	La Corchuela	la-corchuela	ES		0	Europe/Madrid	37.24322	-5.9732		Caserio La Corchuela,Caserío La Corchuela,La Corchuela		51	SE	41038	
2516055	La Coneja	la-coneja	ES		0	Europe/Madrid	39	-6.61667		Casa La Coneja,Cortijo de la Coneja,La Coneja		57	BA	06083	
2516063	La Colonia	la-colonia	ES		0	Europe/Madrid	38.91667	-6.58333		Caserio La Colonia,Caserío La Colonia,La Colonia		57	BA	06088	
2516064	La Colonia	la-colonia	ES		0	Europe/Madrid	37.53333	-2.75		Caserio La Colonia,Caserío La Colonia,La Colonia		51	GR	18023	
2516068	La Choza	la-choza	ES		0	Europe/Madrid	38.93167	-2.08853		Caserio de la Choza,Caserío de la Choza,La Choza		54	AB	02038	
2516069	La China	la-china	ES		0	Europe/Madrid	38.91298	-6.01131		Casa La China,La China		57	BA	06060	
2516070	La Chica Carlota	la-chica-carlota	ES		0	Europe/Madrid	37.69875	-4.95007		La Chica Carlota		51	CO	14017	
2516072	La Cervera	la-cervera	ES		0	Europe/Madrid	39.9	-0.86667				52	TE	44002	
2516076	La Cazuela	la-cazuela	ES		0	Europe/Madrid	37.36126	-3.95634		Casa La Cazuela,La Cazuela		51	GR	18135	
2516078	La Casa Nueva	la-casa-nueva	ES		0	Europe/Madrid	38.61974	-2.31906				54	AB	02058	
2516079	La Casa de la Noguera	la-casa-de-la-noguera	ES		0	Europe/Madrid	38.48251	-2.41451		La Casa de la Noguera		54	AB	02067	
2516080	La Cartuja	la-cartuja	ES		0	Europe/Madrid	36.65375	-6.09235		Cartuja,Caserio La Cartuja,Caserío La Cartuja,La Cartuja		51	CA	11020	
2516081	La Carrera de la Viña	la-carrera-de-la-vina	ES		0	Europe/Madrid	37.28758	-4.14618		Caserio La Carrera de la Vina,Caserío La Carrera de la Viña,La Carrera de la Vina,La Carrera de la Viña		51	GR	18012	
2516336	Javea	javea	ES		31593	Europe/Madrid	38.78333	0.16667		Javea,Jávea,Xabia,Xàbia		60	A	03063	
2516086	La Carraca	la-carraca	ES		0	Europe/Madrid	36.49403	-6.17753				51	CA	11031	
2516103	La Cañada Honda	la-canada-honda	ES		0	Europe/Madrid	37.63333	-1.4		Canada Honda,Caserio La Canada Honda,Caserío La Cañada Honda,Cañada Honda,La Canada Honda,La Cañada Honda		31	MU	30026	
2516106	La Cañada de la Leña	la-canada-de-la-lena	ES		0	Europe/Madrid	38.31761	-1.05519		Canada de la Lena,Caserio La Canada de la Lena,Caserío La Cañada de la Leña,Cañada de la Leña,La Canada de la Lena,La Cañada de la Leña		31	MU	30001	
2516108	La Cañada Ancha	la-canada-ancha	ES		0	Europe/Madrid	37.13333	-1.88333		Caserio La Canada Ancha,Caserío La Cañada Ancha,La Canada Ancha,La Cañada Ancha		51	AL	04093	
2516121	La Calzada de Oropesa	la-calzada-de-oropesa	ES		592	Europe/Madrid	39.89813	-5.27782		La Calzada,La Calzada de Oropesa		54	TO	45125	
2516122	La Calzada de Calatrava	la-calzada-de-calatrava	ES		4633	Europe/Madrid	38.70339	-3.77561		Calzada de Calatrava,La Calzada,La Calzada de Calatrava		54	CR	13027	
2516125	La Caleta	la-caleta	ES		0	Europe/Madrid	36.75471	-4.07067				51	MA	29094	
2516126	La Caleta	la-caleta	ES		0	Atlantic/Canary	29.11667	-13.56667				53	GC	35024	
2516127	La Caleta	la-caleta	ES		0	Atlantic/Canary	27.8	-17.88333				53	TF		
2516130	La Caleruela	la-caleruela	ES		0	Europe/Madrid	38.04259	-3.09699		Cortijada La Caleruela,La Caleruela		51	J	23095	
2516140	La Cadolla	la-cadolla	ES		0	Europe/Madrid	38.61103	-0.66374		Casa de Cadolla,Caserio La Cadolla,Caserío La Cadolla,La Cadolla		60	A	03096	
2516149	sa Cabaneta	sa-cabaneta	ES		0	Europe/Madrid	39.62166	2.74577		la Cabaneta,sa Cabaneta		07	PM	07036	
2516152	La Breña	la-brena	ES		0	Europe/Madrid	37.24131	-2.12264		Cortijada La Brena,Cortijada La Breña,La Brena,La Breña		51	AL	04059	
2516154	La Boyal	la-boyal	ES		0	Europe/Madrid	37.64911	-5.62795		Caserios La Boyal,Caseríos La Boyal,La Boyal		51	SE	41006	
2516155	La Bóveda	la-boveda	ES		0	Europe/Madrid	38.46667	-5.75		Casa Bobeda,Casa Bóbeda,Cortijo La Bobeda,Cortijo La Bóbeda,La Boveda,La Bóveda		57	BA	06029	
2516156	La Borrega	la-borrega	ES		0	Europe/Madrid	39.31667	-7.21667				57	CC	10203	
2516160	La Bonanova	la-bonanova	ES		0	Europe/Madrid	39.55	2.6		Caserio de la Bonanova,Caserío de la Bonanova,La Bonanova		07	PM	07011	
2516161	La Bodegueta	la-bodegueta	ES		0	Europe/Madrid	38.73688	-0.92408		Casas La Bodegueta,La Bodegueta		60	A	03140	
2516163	La Bobadilla	la-bobadilla	ES		0	Europe/Madrid	37.66	-4.10655				51	J	23003	
2516164	La Blanquita	la-blanquita	ES		0	Europe/Madrid	36.82488	-5.94155		Caserio La Blanquita,Caserío La Blanquita,La Blanquita		51	CA	11020	
2516169	La Barra	la-barra	ES		0	Europe/Madrid	37.63223	-0.69531				31	MU	30016	
2516172	La Barca	la-barca	ES		0	Europe/Madrid	37.28842	-7.18051		Caserio La Barca,Caserío La Barca,La Barca		51	H	21044	
2516174	La Balsilla de Taray	la-balsilla-de-taray	ES		0	Europe/Madrid	36.83333	-2.68333		Casas La Balsilla de Taray,La Balsilla de Taray		51	AL	04043	
2516175	La Balsilla	la-balsilla	ES		0	Europe/Madrid	36.7849	-3.17166		Cortijada La Balsilla,La Balsilla		51	GR	18006	
2516176	La Balsa	la-balsa	ES		0	Europe/Madrid	38.85693	-0.73543		Casa de la Balsa,Casas La Balsa,La Balsa		60	V	46170	
2516177	La Ballestera	la-ballestera	ES		0	Europe/Madrid	38.14994	-2.69167		Caserio La Ballestera,Caserío La Ballestera,La Ballestera		51	J	23904	
2516184	La Atunara	la-atunara	ES		0	Europe/Madrid	36.16913	-5.33858		La Tunara,Tunara		51	CA	11022	
2516191	La Aspilla	la-aspilla	ES		0	Europe/Madrid	37.56752	-2.32729		Aspilla,La Aspilla		51	AL	04037	
2516192	La Asomada	la-asomada	ES		0	Europe/Madrid	37.62454	-0.97309		Casa La Asomada,Caserio La Asomada,Caserío La Asomada,La Asomada		31	MU	30016	
2516193	La Asomada	la-asomada	ES		0	Atlantic/Canary	28.96106	-13.68861				53	GC	35028	
2516194	La Arnilla	la-arnilla	ES		0	Europe/Madrid	37.28441	-1.86424		Arnilla,Caserio La Arnilla,Caserío La Arnilla,Cortijada de Arnilla,La Arnilla		51	AL	04035	
2516196	La Argueña	la-arguena	ES		0	Europe/Madrid	38.5885	-0.75634		Casas La Arguena,Casas La Argueña,La Arguena,La Argueña		60	A	03043	
2516198	L'Aranjassa	l-aranjassa	ES		0	Europe/Madrid	39.53333	2.76667		La Aranjassa		07	PM	07040	
2516203	La Amarguilla	la-amarguilla	ES		0	Europe/Madrid	37.56139	-2.62897		Cuevas de la Amarguilla,La Amarguilla		51	GR	18056	
2516204	La Alquería y Valcasao	la-alqueria-y-valcasao	ES		0	Europe/Madrid	37.31667	-6.9				51	H	21041	
2516209	La Almedina	la-almedina	ES		0	Europe/Madrid	37.92953	-3.04828		Cortijada Almedina,Cortijo de la Almedina,La Almedina		51	J	23028	
2516213	La Aliseda	la-aliseda	ES		0	Europe/Madrid	38.32903	-3.58039		Balneario La Aliseda,La Aliseda		51	J	23076	
2516214	La Alhondiguilla	la-alhondiguilla	ES		0	Europe/Madrid	37.37619	-3.85926		Cortijada La Alhondiguilla,La Alhondiguilla		51	J	23002	
2516215	La Algoda	la-algoda	ES		0	Europe/Madrid	38.21667	-0.75		Caserio La Algoda,Caserío La Algoda,La Algoda		60	A	03065	
2516220	La Aldeílla	la-aldeilla	ES		0	Europe/Madrid	36.78169	-2.77513				51	AL	04902	
2516234	La Agracea	la-agracea	ES		0	Europe/Madrid	38.16028	-2.73031		Caserio La Agracea,Caserío La Agracea,Cortijo de la Agracea,La Agracea		51	J	23904	
2516235	La Adelfa	la-adelfa	ES		0	Europe/Madrid	37.06394	-1.91145		Caserio La Adelfa,Caserío La Adelfa		51	AL	04093	
2516236	La Acifría	la-acifria	ES		0	Europe/Madrid	37.18333	-2.83333		Caserio La Acifria,Caserío La Acifria,La Acifria,La Acifría		51	GR	18069	
2516239	Jurtiga	jurtiga	ES		0	Europe/Madrid	36.98146	-4.03592		Caserio Jurtiga,Caserío Jurtiga,Jurtiga		51	GR	18013	
2516248	Juncosilla	juncosilla	ES		0	Europe/Madrid	37.19123	-6.34082		Caserio Juncosilla,Caserío Juncosilla,Juncosilla		51	H	21005	
2516253	Juncalillo	juncalillo	ES		0	Atlantic/Canary	28.03949	-15.63955				53	GC	35009	
2516271	Juan XXIII	juan-xxiii	ES		0	Atlantic/Canary	28.45	-16.28333				53	TF	38038	
2516273	Juan Vich	juan-vich	ES		0	Europe/Madrid	39.35	-1.05		Caserio Juan Vich,Caserío Juan Vich,Juan Vich		60	V	46213	
2516278	Juan Gómez	juan-gomez	ES		0	Europe/Madrid	37.11644	-5.87284		Cortijo Juan Gomez,Cortijo Juan Gómez,Juan Gomez,Juan Gómez		51	SE	41069	
2516279	Juan Gallegos	juan-gallegos	ES		0	Europe/Madrid	37.66282	-6.45686				51	SE	41057	
2516301	Jolúcar	jolucar	ES		0	Europe/Madrid	36.75259	-3.40362				51	GR	18093	
2516308	Jinquer	jinquer	ES		0	Europe/Madrid	39.93333	-0.38333				60	CS	12108	
2516311	Jinámar	jinamar	ES		0	Atlantic/Canary	28.03333	-15.41667		Ginamar,Jinamar,Jinámar,Plaza de Ginamar,Plaza de Jinamar		53	GC	35026	
2516321	Jesús del Valle	jesus-del-valle	ES		0	Europe/Madrid	37.17645	-3.54108		Casas Jesus del Valle,Casas Jesús del Valle,Jesus del Valle,Jesús del Valle		51	GR	18087	
2516333	Jedey	jedey	ES		0	Atlantic/Canary	28.58565	-17.88081				53	TF	38024	
2516254	Jun	jun	ES	18213	0	Europe/Madrid	37.22083	-3.59407			18111	51	GR	18111	
2516342	Jauro	jauro	ES		0	Europe/Madrid	37.25276	-1.96053		Cortijada Jauro,Jauro		51	AL	04016	
2516349	Jartos	jartos	ES		0	Europe/Madrid	38.39057	-2.28355				54	AB	02086	
2516355	Jaroso	jaroso	ES		0	Europe/Madrid	37.7	-6.93333		Caserio Jaroso,Caserío Jaroso,Jaroso		51	H	21017	
2516370	Jarafe	jarafe	ES		0	Europe/Madrid	37.88963	-3.56122		Caserio Jarafe,Caserío Jarafe,Jarafe		51	J	23009	
2516392	Jagua	jagua	ES		0	Atlantic/Canary	28.29182	-16.39403				53	TF	38020	
2516396	Jadú	jadu	ES		0	Africa/Ceuta	35.88806	-5.32611		Hadu,Hadú,Jadu,Jadú,Poblado de Jadu,Poblado de Jadú		CE	CE	51001	
2516428	Isla del Moral	isla-del-moral	ES		0	Europe/Madrid	37.18699	-7.3417		Casrio Isla del Moral,Casrío Isla del Moral		51	H	21010	
2516429	Isla Canela	isla-canela	ES		0	Europe/Madrid	37.17331	-7.37783		Caserio Canela,Caserio Isla de Canela,Caserío Isla de Canela,Isla Canela,Isla de Cancla,Isla de Canela		51	H	21010	
2516430	Isla de Alegranza	isla-de-alegranza	ES		0	Atlantic/Canary	29.40102	-13.50992				53	GC	35024	
2516435	Isabela	isabela	ES		0	Europe/Madrid	38.24072	-3.58047				51	J	23024	
2516443	Ingenio	ingenio	ES		29319	Atlantic/Canary	27.91855	-15.43433		Carrizal de Ingenio,Ingenio	35011	53	GC	35011	
2516449	Infantes	infantes	ES		5835	Europe/Madrid	38.73669	-3.01219		Infantes,Villanueva de Infantes,Villanueva de los Infantes		54	CR	13084	
2516450	La Indioteria	la-indioteria	ES		0	Europe/Madrid	39.6	2.68333				07	PM	07040	
2516457	Illán de Vacas	illan-de-vacas	ES		8	Europe/Madrid	39.97079	-4.55743		Illan de Vacas,Illán de Vacas	45080	54	TO	45080	
2516460	Igueste	igueste	ES		0	Atlantic/Canary	28.52384	-16.15751		Igueste,Igueste de Candelaria,Valle Igueste,Valle de Igueste		53	TF	38038	
2516461	Igueste	igueste	ES		0	Atlantic/Canary	28.38153	-16.37765				53	TF	38011	
2516470	Ifac	ifac	ES		0	Europe/Madrid	38.6372	0.07407		Ifac		60	A	03047	
2516471	Icoro	icoro	ES		0	Atlantic/Canary	28.36667	-16.4				53	TF	38011	
2516474	Icod de los Vinos	icod-de-los-vinos	ES		24024	Atlantic/Canary	28.37241	-16.71188		Icod,Icod de los Vinos,Ikod-de-los-Vinos,akwd dy lws fynws,aykd d ls byns,yi ke de luo si wei nuo si,Ікод-де-лос-Вінос,Икод-де-лос-Винос,إكود دي لوس فينوس,ایکد د لس بینس,伊科德洛斯维诺斯	38022	53	TF	38022	
2516479	Ibiza	ibiza	ES		48684	Europe/Madrid	38.90883	1.43296		Eivissa,IBZ,Ibica,Ibiza,Ibiza Town,Ibiza-Stadt,Ibiza-stad,Vila d'Eivissa,Ибица	07026	07	PM	07026	
2516482	Ibáñez	ibanez	ES		0	Europe/Madrid	37	-2.05		Casas Ibanez,Casas Ibánez,Ibanez,Ibáñez		51	AL	04060	
2516484	Hútar	hutar	ES		0	Europe/Madrid	37.80717	-3.45868		Hutar,Hútar,Molinos Hutar		51	J	23001	
2516487	Hunfria	hunfria	ES		0	Europe/Madrid	39.59158	-4.87691		Caserio Unfria,Caserío Unfria,Hunfria,Las Hunfrias		54	TO	45148	
2516494	Huimayor	huimayor	ES		0	Europe/Madrid	37.36667	-2.31667		Caserio Huimayor,Caserío Huimayor,Huimayor		51	AL	04069	
2516497	Huévar	huevar	ES		0	Europe/Madrid	37.35517	-6.27735		Huevar,Huévar		51	SE	41051	
2516500	Huétor Santillán	huetor-santillan	ES		1701	Europe/Madrid	37.22091	-3.51634		Huetor Santillan,Huétor Santillán		51	GR	18099	
2516509	Huerto del Abad	huerto-del-abad	ES		0	Europe/Madrid	37.41511	-1.64583		Caserio Huerto del Abad,Caserío Huerto del Abad,Huerta del Abad,Huerto del Abad		31	MU	30003	
2516511	Huertecillas	huertecillas	ES		0	Atlantic/Canary	28.09076	-15.56265				53	GC	35008	
2516512	Huertas de Villena	huertas-de-villena	ES		0	Europe/Madrid	39.31667	-1.38333		Casa Huertas de Villena,Huertas de Villena		54	AB	02005	
2516513	Huertas de Sauceral	huertas-de-sauceral	ES		0	Europe/Madrid	39.4413	-4.80331		Huertas de Sauceral,Huertas del Sauceral		54	CR	13017	
2516514	Huertas de Medialegua	huertas-de-medialegua	ES		0	Europe/Madrid	37.68333	-6.28333		Huerta de Medialegua,Huertas de Medialegua,Huertos de Medialegua		51	SE	41031	
2516516	Huertas de Magdalena	huertas-de-magdalena	ES		0	Europe/Madrid	39.4695	-5.89834				57	CC	10195	
2516518	Huertas del Concejo	huertas-del-concejo	ES		0	Europe/Madrid	38.38333	-6.46667		Caserio Huerta del Concejo,Caserío Huerta del Concejo,Huertas Concejo,Huertas del Concejo		57	BA	06008	
2516520	Huertas Bajas	huertas-bajas	ES		0	Europe/Madrid	36.76667	-4.11667		Caserio Huertas Bajas,Caserío Huertas Bajas,Huertas Bajas		51	MA	29094	
2516521	Huertas Altas	huertas-altas	ES		0	Europe/Madrid	36.8	-4.13333		Caserio Huertas Altas,Caserío Huertas Altas,Huertas Altas		51	MA	29094	
2516529	Huerta Plata	huerta-plata	ES		0	Europe/Madrid	38.43333	-6.4		Cortijo Huerta Plata,Huerta Plata		57	BA	06158	
2516530	Huerta Parri	huerta-parri	ES		0	Europe/Madrid	38.83333	0.01667		Caserio Huerta Parri,Caserío Huerta Parri,Huerta Parri		60	A	03095	
2516531	Huerta Mayor	huerta-mayor	ES		0	Europe/Madrid	38.7	-0.48333		Caserio Huerta Mayor,Caserío Huerta Mayor,Huerta Mayor		60	A	03009	
2516535	Huerta del Monte	huerta-del-monte	ES		0	Europe/Madrid	37.63768	-3.93411		Cortijada Huerta del Monte,Huerta del Monte		51	J	23034	
2516536	Huerta del Manco	huerta-del-manco	ES		0	Europe/Madrid	38.1034	-2.56758		Caserio Huerta del Manco,Caserío Huerta del Manco,Cortijos de la Huerta del Manco,Huerta del Manco		51	J	23904	
2516540	Huércemes	huercemes	ES		0	Europe/Madrid	39.73333	-1.7				54	CU	16150	
2516552	Hueco del Pico	hueco-del-pico	ES		0	Europe/Madrid	38.08202	-3.25079		Caserio Hueco del Pico,Caserío Hueco del Pico,Hueco del Pico		51	J	23075	
2516568	Hoyo del Barrio	hoyo-del-barrio	ES		0	Atlantic/Canary	27.81667	-17.91667				53	TF	38048	
2516574	Hoyas de Orcheta	hoyas-de-orcheta	ES		0	Europe/Madrid	38.56667	-0.28333		Caserio Hoyas de Orcheta,Caserío Hoyas de Orcheta,Hoyas de Orcheta		60	A	03112	
2516580	Hoyagrande	hoyagrande	ES		0	Atlantic/Canary	28.78901	-17.92343		Hoyagrande,La Hoya Grande		53	TF	38016	
2516584	Hoya Fría	hoya-fria	ES		0	Atlantic/Canary	28.43393	-16.29836		Hoya Fria,Hoya Fría		53	TF	38038	
2516585	Hoya de Santa Ana	hoya-de-santa-ana	ES		0	Europe/Madrid	38.68596	-1.56954				54	AB	02074	
2516586	Hoya de Pineda	hoya-de-pineda	ES		0	Atlantic/Canary	28.11355	-15.63801				53	GC	35009	
2516587	Hoya de Muñoz	hoya-de-munoz	ES		0	Europe/Madrid	38.67426	-1.31783		Caserio Hoya de Munoz,Caserío Hoya de Muñoz,Hoya de Munoz,Hoya de Muñoz		31	MU	30043	
2516590	Hoya del Pedregal	hoya-del-pedregal	ES		0	Europe/Madrid	38.13333	-3.06667				51	J	23095	
2516592	Hoya del Mollidar	hoya-del-mollidar	ES		0	Europe/Madrid	38.48161	-1.08523		Caserio Hoya del Mollidar,Caserío Hoya del Mollidar,Hoya del Mollidar,Hoya del Monigo,Hoya del Moñigo		31	MU	30043	
2516594	Hoya del Cerco	hoya-del-cerco	ES		0	Atlantic/Canary	28.30953	-16.38995				53	TF	38020	
2516596	Hoya de la Plata	hoya-de-la-plata	ES		0	Atlantic/Canary	28.31295	-16.39003				53	TF	38020	
2516598	Hoya de la Carrasca	hoya-de-la-carrasca	ES		0	Europe/Madrid	40	-1.11667		Caserio Hoya de la Carrasca,Caserío Hoya de la Carrasca,Hoya de la Carrasca		52	TE	44026	
2516604	Hoya	hoya	ES		0	Europe/Madrid	38.21667	-3.16667		Caserio Hoya,Caserío Hoya,Hoya		51	J	23079	
2516605	Hospinal	hospinal	ES		0	Atlantic/Canary	28.43333	-14				53	GC	35003	
2516606	Hortunas de Arriba	hortunas-de-arriba	ES		0	Europe/Madrid	39.4	-1.03333		Hortunas de Arriba		60	V	46213	
2516612	Hortalanca	hortalanca	ES		0	Europe/Madrid	38.23333	-3.45		Casas Hortalanca,Hortalanca		51	J	23094	
2516613	Hornos el Viejo	hornos-el-viejo	ES		0	Europe/Madrid	38.1865	-2.72791		Cortijo de Hornos el Viejo,Hornos el Viejo		51	J	23043	
2516618	Horno del Vidrio	horno-del-vidrio	ES		0	Europe/Madrid	37.73776	-3.36304				51	J	23015	
2516621	Horno	horno	ES		0	Europe/Madrid	38.24024	-1.51348		Caserio Horno,Caserío Horno,El Horno,Horno		31	MU	30019	
2516626	Hornillo	hornillo	ES		0	Europe/Madrid	38.01667	-5.76667		Caserios Hornillo,Caseríos Hornillo,Hornillo		51	SE	41048	
2516628	Hornico	hornico	ES		0	Europe/Madrid	38.02017	-2.20804		Caserio Hornico,Caserío Hornico,El Hornico,Hornico		31	MU	30015	
2516656	Hondón de las Nieves	hondon-de-las-nieves	ES		2086	Europe/Madrid	38.30844	-0.8533		Fondo de les Neus,Fondó de les Neus,Hondon de las Nieves,Hondón de las Nieves		60	A	03077	
2516657	Hondón	hondon	ES		0	Europe/Madrid	38.43905	-0.91853		Caserio Hondon,Caserío Hondón,Hondon,Hondón		60	A	03089	
2516733	Higuera de Arjona	higuera-de-arjona	ES		1889	Europe/Madrid	37.97064	-3.99061		Higuera de Arjona		51	J	23006	
2516744	Higares	higares	ES		0	Europe/Madrid	39.91322	-3.92973		Dehesa Higares,Higares		54	TO	45102	
2516753	Hidalgo	hidalgo	ES		0	Europe/Madrid	36.73333	-6.4		Caserio Hidalgo,Caserío Hidalgo,Hidalgo		51	CA	11016	
2516766	Herrerías	herrerias	ES		0	Europe/Madrid	37.10379	-2.02972		Cortijada Ferrerias,Cortijada Ferrerías,Herrerias,Herrerías		51	AL	04086	
2516774	Herreña	herrena	ES		0	Europe/Madrid	37.96667	-1.58333		Caserio Herrena,Caserío Herreña,Herrena,Herreña		31	MU	30029	
2516781	Hernando	hernando	ES		0	Atlantic/Canary	28.34201	-16.40886				53	TF	38004	
2516786	Hermanillas	hermanillas	ES		0	Europe/Madrid	37.85	-1.85		Caserio Hermanillas,Caserío Hermanillas,Hermanillas,Las Hermanillas		31	MU	30024	
2516788	Herjos del Tanque	herjos-del-tanque	ES		0	Atlantic/Canary	28.32637	-16.80566				53	TF	38044	
2516791	Heredamiento	heredamiento	ES		0	Europe/Madrid	37.85934	-3.04352		Casa Heredamiento,Heredamiento		51	J	23073	
2516801	Helechosa	helechosa	ES		792	Europe/Madrid	39.3117	-4.9085		Helechosa		57	BA	06063	
2516803	Haza Mora	haza-mora	ES		0	Europe/Madrid	37.61667	-3.9		Cortijada Haza Mora,Haza Mora		51	J	23034	
2516805	Haza del Lino	haza-del-lino	ES		0	Europe/Madrid	36.81324	-3.30701		Casas Haza del Lino,Haza del Lino		51	GR	18162	
2516814	Haría	haria	ES		4833	Atlantic/Canary	29.14553	-13.49986		Haria,Haría	35010	53	GC	35010	
2516815	Hambre Viva	hambre-viva	ES		0	Europe/Madrid	37.96094	-0.97175		Casas Hambre Gorda,Caserio Hambre Viva,Caserío Hambre Viva,Hambre Viva		31	MU	30030	
2516819	Hacienda Ronquera	hacienda-ronquera	ES		0	Europe/Madrid	37.41582	-5.74549				51	SE	41024	
2516820	Hacienda de Zafra	hacienda-de-zafra	ES		0	Europe/Madrid	37.31779	-5.83567				51	SE	41004	
2516821	Hacienda de Tarazona	hacienda-de-tarazona	ES		0	Europe/Madrid	37.42331	-5.82328				51	SE	41081	
2516822	Hacienda del Pino	hacienda-del-pino	ES		0	Europe/Madrid	37.6712	-0.84842				31	MU	30016	
2516823	Hacienda de la Soledad	hacienda-de-la-soledad	ES		0	Europe/Madrid	37.37224	-5.83222				51	SE	41004	
2516824	Hacienda de la Luz	hacienda-de-la-luz	ES		0	Europe/Madrid	37.29444	-6.76674		Caserio Hacienda de la Luz,Hacienda de la Luz		51	H	21046	
2516837	Güitamarín	guitamarin	ES		0	Europe/Madrid	37.26064	-2.82986		Caserio Guitamarin,Caserío Guitamarín,Guitamarin,Güitamarín		51	GR	18023	
2516859	Guijo	guijo	ES		0	Europe/Madrid	38.4964	-4.78307				51	CO	14034	
2516890	Guarrajo	guarrajo	ES		0	Atlantic/Canary	28.3478	-16.38936				53	TF	38011	
2516892	Guaro	guaro	ES		2068	Europe/Madrid	36.6563	-4.83433			29058	51	MA	29058	
2516894	Guaridas	guaridas	ES		0	Europe/Madrid	38.56165	-6.31106		Casas Guaridas,Guarida,Guaridas		57	BA	06149	
2516898	Guardias Viejas	guardias-viejas	ES		0	Europe/Madrid	36.70121	-2.84452		Barriada Guardias Viejas,Guardias Viejas		51	AL	04902	
2516901	Guardaya	guardaya	ES		0	Atlantic/Canary	28.0045	-15.6139				53	GC	35025	
2516903	Guardamar	guardamar	ES		274	Europe/Madrid	38.96176	-0.16264		Guardamar		60	V	46048	
2516908	Guancha de Abajo	guancha-de-abajo	ES		0	Atlantic/Canary	28.36667	-16.66667				53	TF	38022	
2516911	Guanarteme	guanarteme	ES		0	Atlantic/Canary	28.12952	-15.44609		Barriada Guanarteme,Barrio de Guanarteme		53	GC	35016	
2516939	Guadiana	guadiana	ES		0	Europe/Madrid	37.90826	-3.22043		Cortijada Guadiana,Cortijo de Guadiana,Guadiana		51	J	23066	
2516950	Guadarranque	guadarranque	ES		0	Europe/Madrid	36.17577	-5.42812		Guadarranque		51	CA	11008	
2516984	Guadalmena	guadalmena	ES		0	Europe/Madrid	38.61667	-2.7		Caserio Guadalmena,Caserío Guadalmena,Guadalmena		54	AB	02008	
2516995	Guadalest	guadalest	ES		213	Europe/Madrid	38.6768	-0.19908		Castell de Guadalest,El Castell de Guadalest,Guadalest		60	A	03037	
2517024	Guadahornillos	guadahornillos	ES		0	Europe/Madrid	38.23457	-2.99325		Caserio Guadahornillos,Caserío Guadahornillos,Guadahornillos		51	J	23012	
2517026	Guadabraz	guadabraz	ES		0	Europe/Madrid	38.2192	-2.75461				51	J	23904	
2517050	Graya	graya	ES		0	Europe/Madrid	38.29789	-2.34649		Graya,La Graya		54	AB	02086	
2517064	Grañena	granena	ES		0	Europe/Madrid	37.84994	-3.76122		Cortijada Granena,Cortijada Grañena,Granena,Grañena		51	J	23050	
2517111	Granadilla de Abona	granadilla-de-abona	ES		39993	Atlantic/Canary	28.11882	-16.57599		Granadil'ja-de-Abona,Granadilla,Granadilla de Abona,ge la na di li ya de ya wo na,ghranadya dy abwna,Гранадилья-де-Абона,Гранаділья-де-Абона,غراناديا دي أبونا,格拉纳迪利亚德亚沃纳	38017	53	TF	38017	
2517126	Graena	graena	ES		0	Europe/Madrid	37.30353	-3.22008		Graena		51	GR	18054	
2517139	Gormach	gormach	ES		0	Europe/Madrid	38.71667	-0.45		Caserio Gormach,Caserío Gormach,Gormach		60	A	03056	
2517213	Giniginámar	giniginamar	ES		0	Atlantic/Canary	28.20113	-14.07477		Giniginamar,Giniginámar,Ginijinamar		53	GC	35030	
2517214	Ginete	ginete	ES		0	Europe/Madrid	38.2368	-1.47281		Casas de Jinete,Caserio Ginete,Caserío Ginete,Ginete		31	MU	30019	
2517218	Gimenado	gimenado	ES		0	Europe/Madrid	37.75949	-1.03402		Caserio Gimenado,Caserío Gimenado,Gimenado		31	MU	30037	
2517219	Gil Márquez	gil-marquez	ES		0	Europe/Madrid	37.84915	-6.84583		Gil Marques,Gil Marquez,Gil Márques,Gil Márquez		51	H	21004	
2517226	Gil de Olid	gil-de-olid	ES		0	Europe/Madrid	37.94197	-3.54558		Caserio Gil de Olid,Caserío Gil de Olid,Cortijada de Gil de Olid,Gil de Olid		51	J	23009	
2517227	Gil Alonso	gil-alonso	ES		0	Europe/Madrid	37.8	-4		Caserio Gil Alonso,Caserío Gil Alonso,Gil Alonso		51	J	23087	
2517263	Gelo	gelo	ES		0	Europe/Madrid	37.31117	-6.19983		Caserio Gelo,Caserío Gelo,Gelo		51	SE	41015	
2517265	Gebera	gebera	ES		0	Europe/Madrid	37.06394	-2.54377				51	AL	04005	
2517269	Gayanes	gayanes	ES		357	Europe/Madrid	38.8164	-0.40881		Gaianes,Gayanes		60	A	03028	
2517308	Garruchena	garruchena	ES		0	Europe/Madrid	37.33846	-6.46512		Caserio Garrachena,Caserío Garrachena,Garruchena		51	H	21040	
2517311	Garrovillas	garrovillas	ES		2390	Europe/Madrid	39.71082	-6.55034		Garrovillas,Garrovillas de Alconetar,Garrovillas de Alconétar		57	CC	10082	
2517312	Garroferos	garroferos	ES		0	Europe/Madrid	38.3679	-0.69312		Caserio Garroferos,Caserío Garroferos,Garroferos		60	A	03088	
2517315	Garrobillo	garrobillo	ES		0	Europe/Madrid	37.49298	-1.50006		Caserio Garrobillo,Caserío Garrobillo,El Garrobillo		31	MU	30003	
2517318	Garrapito	garrapito	ES		0	Europe/Madrid	38.15	-6.25		Cortijo Garrapito,Cortijo de Garrapito,Garrapito		57	BA	06086	
2517334	Garcíez-Jimena	garciez-jimena	ES		0	Europe/Madrid	37.92637	-3.46243		Estacion Garciez-Jimena,Estación Garciez-Jimena,Garciez-Jimena,Garcíez-Jimena		51	J	23009	
2517361	Gandul	gandul	ES		0	Europe/Madrid	37.33003	-5.78916				51	SE	41004	
2517391	Gallicanta	gallicanta	ES		0	Europe/Madrid	38.18333	-6.15		Cortijo Gallicanta,Cortijo de Gallicanta,Gallicanta		57	BA	06086	
2517414	Galiana	galiana	ES		0	Europe/Madrid	36.77107	-2.76358		Caserio Galiana,Caserío Galiana		51	AL	04902	
2517433	Galeno	galeno	ES		0	Europe/Madrid	38.61286	-0.84851		Casa Galeno,Galeno		60	A	03140	
2517436	Gáldar	galdar	ES		24405	Atlantic/Canary	28.14701	-15.6502		Gal'dar,Galdar,Gáldar,Гальдар	35009	53	GC	35009	
2517450	Galán	galan	ES		0	Europe/Madrid	38.08333	-6.31667		Caserio Galan,Caserío Galán,Galan,Galán		57	BA	06026	
2517451	Galáchar	galachar	ES		0	Europe/Madrid	36.97449	-2.5609		Caserio Galachar,Caserío Galachar,Galachar,Galáchar		51	AL	04011	
2517486	Fuentidueñas	fuentiduenas	ES		0	Europe/Madrid	39.98586	-6.14374		Caserio Fuentiduenas,Caserío Fuentidueñas,Fuentiduenas,Fuentidueñas		57	CC	10148	
2517492	Fuente Vera	fuente-vera	ES		0	Europe/Madrid	37.73313	-2.78829		Caserio Fuente Vera,Caserío Fuente Vera,Fuente Vera		51	GR	18046	
2517496	Fuente Segura	fuente-segura	ES		0	Europe/Madrid	38.09916	-2.69772		Caserio Fuente Segura,Caserío Fuente Segura,Fuente Segura		51	J	23904	
2517508	Fuente Rueda	fuente-rueda	ES		0	Europe/Madrid	37.55631	-3.91707		Cortijada de Fuente Rueda,Fuente Rueda		51	J	23026	
2517510	Fuentequemada	fuentequemada	ES		0	Europe/Madrid	36.86667	-3.2				51	GR	18004	
2517511	Fuente Pinilla	fuente-pinilla	ES		0	Europe/Madrid	38.21892	-2.80125		Caserio Fuente Pinilla,Caserío Fuente Pinilla,Fuente Pinilla		51	J	23012	
2517513	Fuente Palacios	fuente-palacios	ES		0	Europe/Madrid	37.78407	-4.15152		Cortijo Fuente Palacios,Fuente Palacios		51	J	23041	
2517514	Fuente Obscura	fuente-obscura	ES		0	Europe/Madrid	39.38333	-7.3		Fuente Obscura,Fuenteoscura		57	CC	10203	
2517516	Fuente Nueva	fuente-nueva	ES		0	Europe/Madrid	37.71709	-2.40782		Fuente Nueva,Fuentes Nuevas		51	GR	18146	
2517521	Fuente Leiva	fuente-leiva	ES		0	Europe/Madrid	37.64678	-3.34989		Casas Fuente Leiva,Fuente Leiva		51	J	23044	
2517528	Fuente-Encarroz	fuente-encarroz	ES		0	Europe/Madrid	38.91747	-0.17111		Fuente-Encarroz		60	V	46127	
2517531	Fuente Diago	fuente-diago	ES		0	Europe/Madrid	38.07367	-3.26353				51	J	23075	
2517532	Fuente de San Luis	fuente-de-san-luis	ES		0	Europe/Madrid	39.45	-0.36667		Caserio Fuente de San Luis,Caserío Fuente de San Luis,Fuente de San Luis		60	V	46250	
2517534	Fuente de Piedra	fuente-de-piedra	ES		2095	Europe/Madrid	37.13526	-4.73		Fuente de Piedra	29055	51	MA	29055	
2517536	Fuente de Omet	fuente-de-omet	ES		0	Europe/Madrid	39.35	-0.46667		Barrio Fuente del Omet,Fuente de Omet		60	V	46194	
2517537	Fuente de Meca	fuente-de-meca	ES		0	Europe/Madrid	37.5904	-1.38078		Caserio Fuente de Meca,Caserío Fuente de Meca,Fuente de Meca		31	MU	30026	
2517539	Fuente del Taif	fuente-del-taif	ES		0	Europe/Madrid	38.49392	-2.1603				54	AB	02030	
2517548	Fuente del Fraile	fuente-del-fraile	ES		0	Europe/Madrid	39.2	-1.98333		Casa de la Fuente del Fraile,Caserio Fuente del Fraile,Caserío Fuente del Fraile,Fuente del Fraile		54	AB	02073	
2517549	Fuente del Espino	fuente-del-espino	ES		0	Europe/Madrid	38.56925	-2.57181		Caserio Fuente del Espino,Caserío Fuente del Espino,Fuente del Espino		54	AB	02080	
2517551	Fuente del Ciervo	fuente-del-ciervo	ES		0	Europe/Madrid	37.75945	-3.89538		Caserio Fuente del Ciervo,Caserío Fuente del Ciervo,Fuente del Ciervo		51	J	23086	
2517552	Fuente de la Torre	fuente-de-la-torre	ES		0	Europe/Madrid	38.20415	-3.05963		Caserio Fuente de la Torre,Caserío Fuente de la Torre,Fuente de la Torre		51	J	23025	
2517553	Fuente de las Monjas	fuente-de-las-monjas	ES		0	Europe/Madrid	38.06667	-3		Cortijada Fuente de las Monjas,Fuente de las Monjas		51	J	23095	
2517559	Fuente de la Casa	fuente-de-la-casa	ES		0	Europe/Madrid	37.98333	-3.8		Caserio Fuente de la Casa,Caserío Fuente de la Casa,Fuente de la Casa		51	J	23061	
2517566	Fuente Caldera	fuente-caldera	ES		0	Europe/Madrid	37.54865	-3.19852		Caserio Fuente Caldera,Caserío Fuente Caldera,Fuente Caldera		51	GR	18152	
2517570	Fuente Atocha	fuente-atocha	ES		0	Europe/Madrid	37.89171	-1.93982		Caserio Fuente Atocha,Caserio de Fuente Atocha,Caserío Fuente Atocha,Caserío de Fuente Atocha,Fuente Atocha		31	MU	30024	
2517574	Fuente-Álamo de Murcia	fuente-alamo-de-murcia	ES		9500	Europe/Madrid	37.72389	-1.16972	127	Fuente Alamo,Fuente Álamo,Fuente-Alamo de Murcia,Fuente-Álamo de Murcia	30021	31	MU	30021	
2517588	Fuen Negra	fuen-negra	ES		0	Europe/Madrid	39.01667	-0.65		Caserio Fuen Negra,Caserío Fuen Negra,Fuen Negra		60	V	46039	
2517596	Fuenfría	fuenfria	ES		0	Europe/Madrid	38.41354	-2.70637				51	J	23091	
2517598	Fuencaliente de la Palma	fuencaliente-de-la-palma	ES		1894	Atlantic/Canary	28.49236	-17.84529		Fuencaliente de la Palma,Los Canarios,fuencaliente		53	TF	38014	
2517639	Fresnadilla	fresnadilla	ES		0	Europe/Madrid	37.55351	-3.75045		Casas Fresnadilla,Cortijada La Fresnedilla,Fresnadilla		51	J	23093	
2517775	Fanadix	fanadix	ES		0	Europe/Madrid	38.68333	0.1		Casas Fanadix,Fanadix		60	A	03041	
2517645	Fregenal	fregenal	ES		0	Atlantic/Canary	28.30468	-16.41023				53	TF	38020	
2517677	Fotea	fotea	ES		0	Europe/Madrid	37.22417	-7.35921		Caserio Fotea,Caserío Fotea,Fotea		51	H	21010	
2517689	Formentera de Segura	formentera-de-segura	ES		2765	Europe/Madrid	38.08509	-0.74604		Formentera de Segura,Formentera del Segura		60	A	03113	
2517691	Forma	forma	ES		0	Europe/Madrid	39.85	4.2		Formet		07	PM	07032	
2517697	Font-Calent	font-calent	ES		0	Europe/Madrid	38.36407	-0.59564		Caserio Font-Calent,Caserío Font-Calent,Font-Calent		60	A	03014	
2517706	Fontanar de Arriba	fontanar-de-arriba	ES		0	Europe/Madrid	38.95325	-1.58238		Caserio Fontanar de Arriba,Caserío Fontanar de Arriba,Fontanar de Arriba		54	AB	02040	
2517713	Floristal	floristal	ES		0	Europe/Madrid	38.25	-3.16667		Caserio Floristal,Caserío Floristal,Floristal		51	J	23079	
2517717	Firgas	firgas	ES		7106	Atlantic/Canary	28.10711	-15.56299		Firgas	35008	53	GC	35008	
2517718	Fique	fique	ES		0	Europe/Madrid	37.8	-3.03333		Casa Fique,Fique		51	J	23073	
2517721	Finca Las Mesas	finca-las-mesas	ES		0	Atlantic/Canary	28.4943	-16.28564		Finca Las Mesas		53	TF	38023	
2517739	Fernán Pérez	fernan-perez	ES		0	Europe/Madrid	36.91298	-2.06629				51	AL	04066	
2517742	Fernandina	fernandina	ES		0	Europe/Madrid	38.2214	-3.59173				51	J	23024	
2517743	Fernancaballero	fernancaballero	ES		0	Europe/Madrid	39.12359	-3.90147				54	CR	13040	
2517749	Felines y Santa Catalina	felines-y-santa-catalina	ES		0	Europe/Madrid	37.74493	-2.69163				51	GR	18045	
2517751	Fayagua	fayagua	ES		0	Atlantic/Canary	28.30163	-14.14631				53	GC	35015	
2517754	Favanella	favanella	ES		0	Europe/Madrid	38.63543	-0.64956		Caserio Favanella,Caserío Favanella,Favanella		60	A	03096	
2517756	Faucena	faucena	ES		0	Europe/Madrid	37.38673	-3.46822		Caserio Faucena,Caserío Faucena,Cortijo de Faucena,Faucena		51	GR	18105	
2517768	Fargue	fargue	ES		0	Europe/Madrid	37.20675	-3.56223		Alqueria Fargue,Alquería Fargue,El Fargue		51	GR	18087	
2517793	Fábricas de San Juan de Alcaraz	fabricas-de-san-juan-de-alcaraz	ES		0	Europe/Madrid	38.5	-2.41667				54	AB	02067	
2517794	Fábrica de Gas del Puerto	fabrica-de-gas-del-puerto	ES		0	Europe/Madrid	37.23333	-6.95				51	H	21041	
2517795	Fábrica Azucarera	fabrica-azucarera	ES		0	Europe/Madrid	37.46667	-2.73333		Azucarera,Barriada Fabrica Azucarera,Fabrica Azucarera,Fábrica Azucarera		51	GR	18039	
2517807	Estrella	estrella	ES		0	Europe/Madrid	37.9619	-2.97937		Caserio Estrella,Caserío Estrella,Estrella		51	J	23047	
2517836	Estación Quesada	estacion-quesada	ES		0	Europe/Madrid	37.83898	-3.23946		Estacion Quesada,Estacion de Quesada,Estación Quesada,Estación de Quesada		51	J	23092	
2517838	Estación de Vadollano	estacion-de-vadollano	ES		0	Europe/Madrid	38.13477	-3.55636		Estacion de Vadollano,Estación de Vadollano,Vadollano		51	J	23055	
2517839	Estación de Santa Elena	estacion-de-santa-elena	ES		0	Europe/Madrid	38.33257	-3.50075				51	J	23076	
2517840	Estación de San Bartolomé	estacion-de-san-bartolome	ES		0	Europe/Madrid	37.45034	-7.07448		Estacion de San Bartolome,Estacion de San Bartolome de la Torre,Estación de San Bartolomé,Estación de San Bartolomé de la Torre		51	H	21063	
2517841	Estación de Río Záncara	estacion-de-rio-zancara	ES		0	Europe/Madrid	39.33517	-2.95187		Estacion de Rio Zancara,Estacion de Zancara,Estación de Río Záncara,Estación de Záncara		54	CR	13082	
2517842	Estación de Purchena	estacion-de-purchena	ES		0	Europe/Madrid	37.35	-2.35		Cortijada Estacion de Purchena,Cortijada Estación de Purchena,Estacion de Purchena,Estacion del Ferrocarril,Estación de Purchena,Estación del Ferrocarril		51	AL	04076	
2517843	Estación de Piñar	estacion-de-pinar	ES		0	Europe/Madrid	37.3993	-3.42716				51	GR	18159	
2517844	Estación de Pedro Martínez	estacion-de-pedro-martinez	ES		0	Europe/Madrid	37.50853	-3.32028				51	GR	18152	
2517845	Estación del Soldado	estacion-del-soldado	ES		0	Europe/Madrid	38.36667	-5		Estacion de El Soldado,Estacion del Soldado,Estación de El Soldado,Estación del Soldado		51	CO	14070	
2517847	Estación del Norte	estacion-del-norte	ES		0	Europe/Madrid	38.7639	-0.44772		Caserio del Norte,Caserío del Norte,Estacion de Cocentaina,Estacion del Norte,Estación de Cocentaina,Estación del Norte		60	A	03056	
2517848	Estación de las Alcantarillas	estacion-de-las-alcantarillas	ES		0	Europe/Madrid	37.09222	-5.86084				51	SE	41095	
2517849	Estación de Larva	estacion-de-larva	ES		0	Europe/Madrid	37.77701	-3.23181				51	J	23017	
2517850	Estación de Lacalahorra	estacion-de-lacalahorra	ES		0	Europe/Madrid	37.2539	-3.03181		Estacion de Lacalahorra,Estacion de Lacalahorra-Ferreira,Estación de Lacalahorra,Estación de Lacalahorra-Ferreira		51	GR	18114	
2517851	Estación de Illora-Lachar	estacion-de-illora-lachar	ES		0	Europe/Madrid	37.2497	-3.86852		Barriada Estacion de Illora,Barriada Estación de Illora,Estacion de Illora-Lachar,Estación de Illora-Lachar		51	GR	18102	
2517852	Estación de Huétor-Tájar	estacion-de-huetor-tajar	ES		0	Europe/Madrid	37.20333	-4.06125				51	GR	18100	
2517853	Estación de Huesa	estacion-de-huesa	ES		0	Europe/Madrid	37.71731	-3.18656				51	J	23017	
2517854	Estación de Huelma	estacion-de-huelma	ES		0	Europe/Madrid	37.62015	-3.29578				51	J	23017	
2517855	Estación de Huélago	estacion-de-huelago	ES		0	Europe/Madrid	37.40566	-3.25057				51	GR	18096	
2517856	Estación de Hijate	estacion-de-hijate	ES		0	Europe/Madrid	37.39576	-2.59275		Barriada Estacion de Hijate,Barriada Estación de Hijate,Estacion de Hijate,Estación de Hijate		51	GR	18023	
2517857	Estación de Gorafe	estacion-de-gorafe	ES		0	Europe/Madrid	37.39562	-2.98446				51	GR	18085	
2517858	Estación de Gor	estacion-de-gor	ES		0	Europe/Madrid	37.3894	-2.9958				51	GR	18085	
2517859	Estación de Gil Márquez	estacion-de-gil-marquez	ES		0	Europe/Madrid	37.85737	-6.85066		Caserio Estacion de Gil Marquez,Caserío Estación de Gil Márquez		51	H	21004	
2517860	Estación de Chinchilla	estacion-de-chinchilla	ES		0	Europe/Madrid	38.90482	-1.694		Caserio de Chinchilla,Caserío de Chinchilla,Estacion de Chinchilla,Estación de Chinchilla		54	AB	02029	
2517861	Estación de Cabra	estacion-de-cabra	ES		0	Europe/Madrid	37.65701	-3.26414		Estacion de Cabra,Estacion de Cabra del Santo Cristo,Estación de Cabra,Estación de Cabra del Santo Cristo		51	J	23017	
2517862	Estación de Arjonilla	estacion-de-arjonilla	ES		0	Europe/Madrid	38.00982	-4.12409				51	J	23007	
2517863	Estación de Almonaster	estacion-de-almonaster	ES		0	Europe/Madrid	37.9	-6.78333		Caserio Estacion de Almonaster,Caserío Estación de Almonaster,Estacion de Almonaster,Estación de Almonaster		51	H	21004	
2517864	Estación de Aljucén	estacion-de-aljucen	ES		0	Europe/Madrid	38.93584	-6.40651		Estacion de Aljucen,Estacion de Puente de Aljucen,Estación de Aljucén,Estación de Puente de Aljucen		57	BA	06083	
2517865	Estación de Alamillo	estacion-de-alamillo	ES		0	Europe/Madrid	38.71667	-4.81667				54	CR	13011	
2517866	Estación	estacion	ES		0	Europe/Madrid	38.40559	-0.77535		Estacion,Estación		60	A	03093	
2517869	Estacar de la Duquesa	estacar-de-la-duquesa	ES		0	Europe/Madrid	38.1	-3.73333		Casa de la Duquesa,Caserio Estacar de la Duquesa,Caserío Estacar de la Duquesa,Estacar de la Duquesa		51	J	23010	
2517873	Establiments	establiments	ES		0	Europe/Madrid	39.619	2.62707		Establiments		07	PM	07040	
2517877	Esquinal	esquinal	ES		0	Europe/Madrid	38.52847	-0.71053		Casa Esquinal,Caserio Esquinal,Caserío Esquinal,Esquinal		60	A	03104	
2517882	Espoliz	espoliz	ES		0	Europe/Madrid	37.0686	-2.32345		Caserio Espoliz,Caserío Espoliz,Espeliz,Espoliz		51	AL	04088	
2517896	Esperanza	esperanza	ES		0	Europe/Madrid	39.3	-0.41667		Casa Esperanza,Esperanza		60	V	46035	
2517906	Espartal y Mirones	espartal-y-mirones	ES		0	Europe/Madrid	37.57582	-1.78117		Caserio Espartal y Mirones,Caserío Espartal y Mirones,Espartal y Mirones		31	MU	30033	
2517907	l'Espartal	l-espartal	ES		0	Europe/Madrid	38.52463	-0.4584		Casa Espartal,El Espartal,l'Espartal		60	A	03083	
2517908	Esparragosilla	esparragosilla	ES		0	Europe/Madrid	37.59234	-1.7856		Caserio Esparragosilla,Caserío Esparragosilla,Esparragosilla		31	MU	30033	
2517912	Esparragalico	esparragalico	ES		0	Europe/Madrid	37.57979	-1.75619		Esparragalico		31	MU	30033	
2517914	Esparragal	esparragal	ES		6420	Europe/Madrid	38.03333	-1.08333		Caserio Esparragal,Caserío Esparragal,Esparragal		31	MU	30030	
2517916	Espanta Palomas	espanta-palomas	ES		0	Europe/Madrid	37.81531	-4.11997		Cortijo Espanta Palomas,Cortijo de Espanta Palomas,Espanta Palomas		51	J	23041	
2517929	Escudero	escudero	ES		0	Europe/Madrid	38.89333	-0.86398		Casas Escudero,Escudero		60	V	46170	
2517940	Escombreras	escombreras	ES		0	Europe/Madrid	37.57067	-0.9421		Escombrera,Escombreras,Poblado de Escombreras		31	MU	30016	
2517941	Escolta	escolta	ES		0	Europe/Madrid	36.91667	-3.5		Casa de la Escorla,Caserio Escolta,Caserío Escolta,Escolta		51	GR	18116	
2517947	Escobar	escobar	ES		0	Europe/Madrid	38.0865	-1.75851		Caserio Escobar,Caserío Escobar,Escobar		31	MU	30017	
2517948	Escobar	escobar	ES		386	Europe/Madrid	37.77064	-1.21746				31	MU	30021	
2517953	Escandella	escandella	ES		0	Europe/Madrid	38.42578	-0.67513		Caserio Escandella,Caserío Escandella,Escandella		60	A	03002	
2517968	Ermita y Torreón de Cuadros	ermita-y-torreon-de-cuadros	ES		0	Europe/Madrid	37.78652	-3.41099				51	J	23902	
2517970	l'Ermita de Sanç	l-ermita-de-sanc	ES		0	Europe/Madrid	38.55797	-0.09896		l'Ermita de Sanc,l'Ermita de Sanç		60	A	03031	
2517971	Ermita del Ramonete	ermita-del-ramonete	ES		0	Europe/Madrid	37.54072	-1.48501		Caserio Ermita del Ramonete,Caserío Ermita del Ramonete,El Ramonete,Ermita del Ramonete		31	MU	30024	
2517975	Era de Soler	era-de-soler	ES		0	Europe/Madrid	38.51667	-0.23333		Caserio Era de Soler,Caserío Era de Soler,Era de Soler		60	A	03139	
2517989	L'Ènova	l-enova	ES		997	Europe/Madrid	39.05	-0.48333		Enova,L'Enova,L'Ènova,Énova		60	V	46119	
2518017	Encomienda del Moro	encomienda-del-moro	ES		0	Europe/Madrid	39.05	-6.28333		Casa Encomienda de El Moro,Encomienda del Moro		57	BA	06083	
2518036	El Zarzalar	el-zarzalar	ES		0	Europe/Madrid	38.043	-2.86118		Caserio El Zarzalar,Caserío El Zarzalar,Cortijo del Zarzalar,El Zarzalar		51	J	23904	
2518037	El Volcán de Arafo	el-volcan-de-arafo	ES		0	Atlantic/Canary	28.33057	-16.4017		El Volcan de Arafo,El Volcán de Arafo		53	TF	38020	
2518039	El Vivero	el-vivero	ES		0	Europe/Madrid	39.56667	2.73333		Es Vivero		07	PM	07040	
2518049	El Verduzal	el-verduzal	ES		0	Europe/Madrid	39.10519	-2.4093		Caserio El Verduzal,Caserío El Verduzal,El Verduzal		54	AB	02053	
2518055	El Valero	el-valero	ES		0	Europe/Madrid	38.70356	-2.06315				54	AB	02060	
2518062	El Transformador	el-transformador	ES		0	Europe/Madrid	38.95772	-0.8256		Caserio El Transformador,Caserío El Transformador,El Transformador		60	V	46118	
2518064	El Tranco	el-tranco	ES		0	Europe/Madrid	38.1759	-2.79452		Caserio El Tranco,Caserío El Tranco,Tranco		51	J	23904	
2518065	El Toyo	el-toyo	ES		0	Europe/Madrid	38.52213	-0.81936		Casas El Toyo,El Toyo		60	A	03123	
2518066	El Tovar	el-tovar	ES		0	Europe/Madrid	38.22663	-2.74944		Caserio El Tovar,Caserío El Tovar,Cortijada del Tobar,El Tovar		51	J	23043	
2518067	El Toscón	el-toscon	ES		0	Atlantic/Canary	27.96984	-15.66101		Toscon,Toscón		53	GC	35025	
2518068	El Toscal	el-toscal	ES		0	Atlantic/Canary	28.4824	-16.28135				53	TF	38023	
2518074	El Tornillar	el-tornillar	ES		0	Europe/Madrid	37.63386	-0.89857		Casa del Tomillar,Caserio El Tomillar,Caserío El Tomillar,El Tornillar		31	MU	30041	
2518076	El Tollé	el-tolle	ES		0	Europe/Madrid	38.24168	-1.03887		Caserio El Tolle,Caserío El Tollé,El Tolle,El Tollo,El Tollé,El Tolló		31	MU	30001	
2518077	El Tocino	el-tocino	ES		0	Europe/Madrid	37.99248	-0.87215				60	A	03099	
2518082	el Terreno	el-terreno	ES		0	Europe/Madrid	39.56226	2.62432		el Terreno		07	PM	07011	
2518083	El Teléfono	el-telefono	ES		0	Europe/Madrid	37	-6.15		Caserio El Telefono,Caserío El Telefono,El Telefono,El Teléfono		51	SE	41053	
2518086	El Teatino	el-teatino	ES		0	Europe/Madrid	38.05843	-3.14344		Cortijada El Teatino,Cortijo del Teatino,El Teatino		51	J	23095	
2518087	El Teatino	el-teatino	ES		0	Europe/Madrid	38.03333	-3.33333		Caserio El Teatino,Caserio del Teatino,Caserío El Teatino,Caserío del Teatino,El Teatino		51	J	23092	
2518096	El Soriano	el-soriano	ES		0	Europe/Madrid	37.61295	-2.54014		Casa El Soriano,Cortijo del Soriano,El Soriano		51	GR	18056	
2518101	El Sochantre	el-sochantre	ES		0	Europe/Madrid	38.69989	-0.89036		Casas El Sochantre,El Sochantre		60	A	03140	
2518106	El Serval	el-serval	ES		0	Europe/Madrid	37.1	-2.76667		Cortijada El Serval,El Serval		51	AL	04001	
2518107	El Serrecín	el-serrecin	ES		0	Europe/Madrid	36.86488	-5.59701				51	CA	11041	
2518108	El Serrano	el-serrano	ES		0	Europe/Madrid	37.66821	-6.07536				51	SE	41049	
2518111	El Secano	el-secano	ES		0	Europe/Madrid	37.27112	-2.27044		Cortijada El Secano,El Secano		51	AL	04036	
2518112	El Saytón	el-sayton	ES		0	Europe/Madrid	39	-0.73333		Caserio El Sayton,Caserío El Saytón,El Sayton,El Saytón		60	V	46118	
2518117	El Saltador	el-saltador	ES		0	Europe/Madrid	37.4044	-1.90646		Caserio El Saltador,Caserío El Saltador,El Saltador		51	AL	04053	
2518120	El Saler	el-saler	ES		0	Europe/Madrid	39.38333	-0.33333		Caserio El Saler,Caserío El Saler,El Saler,Saler		60	V	46250	
2518123	El Saladar y Leche	el-saladar-y-leche	ES		0	Europe/Madrid	36.96251	-2.0953		Cortijada El Saladar y Leche,Saladar y Leche		51	AL	04066	
2518128	El Rus	el-rus	ES		0	Europe/Madrid	39.47868	-2.39302		Caserio El Rus,Caserío El Rus,El Rus,Rus		54	CU	16190	
2518132	El Rostro	el-rostro	ES		0	Europe/Madrid	39.30397	-4.41559		Caserio El Rostro,Caserío El Rostro,El Rostro,Rostro		54	CR	13006	
2518135	El Rosal	el-rosal	ES		0	Europe/Madrid	38.3	-5.88333		Caserio El Rosal,Caserío El Rosal,El Rosal		57	BA	06019	
2518150	El Romerano	el-romerano	ES		0	Europe/Lisbon	37.41323	-7.45641		Caserio El Romerano,Caserío El Romerano,Cortijo El Romerano,El Romerano		51	H	21065	
2518154	El Rodriguillo	el-rodriguillo	ES		0	Europe/Madrid	38.36545	-1.04759		El Rodriguillo		60	A	03105	
2518155	El Rodón	el-rodon	ES		0	Europe/Madrid	36.92933	-2.13398		Casa Labor El Rodon,Casa Labor El Rodón,Casas El Rodon,Casas El Rodón,El Rodon,El Rodón		51	AL	04066	
2518159	El Roble	el-roble	ES		0	Europe/Madrid	38.7332	-2.09268				54	AB	02060	
2518160	El Risco	el-risco	ES		0	Atlantic/Canary	28.0463	-15.72513				53	GC	35001	
2518162	El Río de Aguas	el-rio-de-aguas	ES		0	Europe/Madrid	37.1	-2.06667		Cortijada El Rio de Aguas,Cortijada El Río de Aguas,El Rio de Aguas,El Río de Aguas		51	AL	04086	
2518169	El Rincón del Moro	el-rincon-del-moro	ES		0	Europe/Madrid	38.56844	-0.92556		Casas El Rincon del Moro,Casas El Rincón del Moro,Casas del Rincon del Moro,Casas del Rincón del Moro,El Rincon del Moro,El Rincón del Moro		60	A	03140	
2518178	El Retorno	el-retorno	ES		0	Europe/Madrid	39.36667	-1.4		Caserio El Retorno,Caserío El Retorno,El Retorno		54	AB		
2518179	El Retamar	el-retamar	ES		0	Atlantic/Canary	28.27935	-16.81494				53	TF	38040	
2518180	El Rescate	el-rescate	ES		0	Europe/Madrid	36.79203	-3.75061		Caserio El Rescate,Caserío El Rescate,El Rescante,El Rescate		51	GR	18017	
2518183	El Reatillo	el-reatillo	ES		0	Europe/Madrid	39.55	-0.98333		Caserio El Reatillo,Caserío El Reatillo,El Reatillo		60	V	46213	
2518186	El Realenco	el-realenco	ES		0	Europe/Madrid	37.68333	-1.1		Casa El Relenco,Caserio El Realenco,Caserío El Realenco,El Realenco		31	MU	30016	
2518189	El Rascador	el-rascador	ES		0	Europe/Madrid	37.28954	-2.51255		Barriada El Rascador,El Rascador		51	AL	04083	
2518195	El Quintanar	el-quintanar	ES		0	Europe/Madrid	38.00534	-3.10363		Cortijada El Quintanar,El Quintanar		51	J	23028	
2518197	El Quejigo	el-quejigo	ES		0	Europe/Madrid	37.89935	-6.73501				51	H	21043	
2518199	El Quejigal	el-quejigal	ES		0	Europe/Madrid	38.4964	-2.31263		Caserio Casas de Quejigal,Caserío Casas de Quejigal,El Quejigal		54	AB	02049	
2518201	El Purche	el-purche	ES		0	Europe/Madrid	37.14249	-3.49225		Caserio Purche,Caserío Purche,El Purche		51	GR	18157	
2518202	El Puntal	el-puntal	ES		0	Europe/Madrid	38.55	-0.78333		Casas El Puntal,El Puntal		60	A	03123	
2518203	El Puntal	el-puntal	ES		0	Europe/Madrid	38.01022	-1.13933		Caserio El Puntal,Caserío El Puntal,Churra de Espinardo,El Puntal		31	MU	30030	
2518204	El Puntal	el-puntal	ES		0	Europe/Madrid	37.11667	-6.15		Colonia El Puntal,El Puntal		51	SE	41079	
2518205	El Puntal	el-puntal	ES		0	Europe/Madrid	37.08333	-1.91667		Caserio El Puntal,Caserío El Puntal,El Puntal		51	AL	04093	
2518206	El Puntal	el-puntal	ES		0	Europe/Madrid	37.01757	-2.07857		Cortijada El Puntal,El Puntal		51	AL	04060	
2518209	sa Calobra	sa-calobra	ES		0	Europe/Madrid	39.85082	2.79999		la Calobra,sa Calobra		07	PM	07019	
2518210	El Port de Sagunt	el-port-de-sagunt	ES		0	Europe/Madrid	39.6622	-0.21749		El Puerto,Grao de Sagunto,Port de Sagunt,Puerto de Sagunto		60	V	46220	
2518213	El Puerto de Mazarrón	el-puerto-de-mazarron	ES		0	Europe/Madrid	37.56138	-1.25639		El Puerto de Mazarron,El Puerto de Mazarrón,Puerto Mazarron,Puerto Mazarrón,Puerto de Mazarron,Puerto de Mazarrón		31	MU	30026	
2518222	El Puente	el-puente	ES		0	Europe/Madrid	37.38333	-6.96667		Caserio El Puente,Caserío El Puente,El Puente		51	H	21035	
2518227	El Prado del Caño	el-prado-del-cano	ES		0	Europe/Madrid	38.62653	-2.25853		Casas El Prado del Cano,Casas El Prado del Caño,El Prado del Cano,El Prado del Caño		54	AB	02017	
2518234	El Pozo de los Frailes	el-pozo-de-los-frailes	ES		0	Europe/Madrid	36.78916	-2.10946				51	AL	04066	
2518235	El Pozo del Esparto	el-pozo-del-esparto	ES		0	Europe/Madrid	37.33277	-1.69318		Cortijada El Pozo del Esparto,Pozo del Esparto		51	AL	04035	
2518236	El Pozo del Capitán	el-pozo-del-capitan	ES		0	Europe/Madrid	36.90353	-2.11741		Caserio El Pozo del Capitan,Caserío El Pozo del Capitán,El Pozo del Capitan,El Pozo del Capitán		51	AL	04066	
2518237	El Pozo del Cabo	el-pozo-del-cabo	ES		0	Europe/Madrid	36.76667	-2.21667		Caserio El Pozo del Cabo,Caserío El Pozo del Cabo,El Pozo del Cabo		51	AL	04013	
2518241	El Portezuelo	el-portezuelo	ES		0	Atlantic/Canary	28.49843	-16.35889		El Portezuelo		53	TF	38046	
2518243	Can Singala	can-singala	ES		0	Europe/Madrid	39.91125	3.09557		Can Singala		07	PM	07042	
2518247	El Pocico	el-pocico	ES		0	Europe/Madrid	37.26493	-2.9478		El Pocico,Pocico		51	GR	18069	
2518248	El Pocico	el-pocico	ES		0	Europe/Madrid	37.23933	-2.04178		Cortijada El Pocico,El Pocico		51	AL	04059	
2518249	El Plan	el-plan	ES		7497	Europe/Madrid	37.65	-1.01667				31	MU	30016	
2518254	El Pillico	el-pillico	ES		0	Europe/Madrid	36.81084	-2.57781		Caserio El Pillico,Caserío El Pillico,El Pillico		51	AL	04079	
2518257	El Pie de la Cuesta	el-pie-de-la-cuesta	ES		0	Atlantic/Canary	27.90175	-15.70805		Pie de la Cuesta,Pié de la Cuesta		53	GC	35012	
2518261	El Pertiguero	el-pertiguero	ES		0	Europe/Madrid	37.44677	-2.58218		Caserio El Pertiguero,Caserío El Pertiguero,El Pertiguero		51	GR	18039	
2518262	El Perrunal	el-perrunal	ES		0	Europe/Madrid	37.71147	-6.87266		El Perrunal,Perrunal		51	H	21017	
2518271	El Pedrosillo	el-pedrosillo	ES		0	Europe/Madrid	38.26667	-5.95		Caserio El Pedrosillo,El Pedrosillo		57	BA	06074	
2518272	El Pedrosillo	el-pedrosillo	ES		0	Europe/Madrid	37.66125	-6.34066				51	SE	41031	
2518275	El Patojo	el-patojo	ES		0	Europe/Madrid	38.61667	-0.98333		Casa del Patojo,Casas El Patojo,El Patojo		60	A	03140	
2518278	El Partidor	el-partidor	ES		0	Europe/Madrid	38.23201	-1.03797		Caserio El Partidor,Caserío El Partidor,El Partidor		31	MU	30001	
2518279	El Parrizoso	el-parrizoso	ES		0	Europe/Madrid	37.62643	-3.72998		Casas El Parrizoso,El Parrizoso		51	J	23093	
2518284	El Papel	el-papel	ES		0	Europe/Madrid	37.57126	-3.84716		Casas El Papel,El Papel		51	J	23093	
2518288	El Palmital	el-palmital	ES		0	Atlantic/Canary	28.10272	-15.59544				53	GC	35023	
2518290	El Palmero	el-palmero	ES		125	Europe/Madrid	37.7	-1.03333		Caserio El Palmero,Caserío El Palmero,El Palmero,Venta el Palmero		31	MU	30016	
2518291	El Palmeral	el-palmeral	ES		0	Europe/Madrid	37.91536	-1.20688		Caserio El Palmeral,Caserío El Palmeral,El Palmeral		31	MU	30030	
2518305	El Niño	el-nino	ES		0	Europe/Madrid	38.04522	-1.51773		Caserio Nino,Caserío Niño,El Nino,El Niño		31	MU	30029	
2518308	El Navazuelo	el-navazuelo	ES		0	Europe/Madrid	37.5232	-3.41922		Caserio El Navazuelo,Caserío El Navazuelo,Cortijada El Navazuelo,El Navazuelo		51	GR	18088	
2518310	El Mudo	el-mudo	ES		0	Atlantic/Canary	28.84156	-17.91907				53	TF	38016	
2518311	El Morteruelo	el-morteruelo	ES		0	Europe/Madrid	38.69312	-1.33317		Casas El Morteruelo,El Morteruelo		54	AB	02051	
2518312	El Morrón	el-morron	ES		0	Europe/Madrid	38.68513	-0.8757		Casas El Morron,Casas El Morrón,El Morron,El Morrón		60	A	03140	
2518316	El Moralejo	el-moralejo	ES		0	Europe/Madrid	37.44067	-3.40432		Caserio El Moralejo,Caserío El Moralejo,El Moralejo		51	GR	18159	
2518320	El Monte de Buenavista	el-monte-de-buenavista	ES		0	Europe/Madrid	39.30208	-2.19467		Casa de Buenavista,Caserio El Monte de Buenavisva,Caserío El Monte de Buenavisva,El Monte de Buenavista		54	CU	16166	
2518323	El Moncayo	el-moncayo	ES		0	Europe/Madrid	38.07418	-0.6537		El Moncayo,Moncayo,Pillar		60	A	03076	
2518325	El Molledo	el-molledo	ES		0	Atlantic/Canary	28.28604	-16.81495		El Molledo		53	TF	38040	
2518344	El Mesón	el-meson	ES		0	Atlantic/Canary	28.52212	-16.20754				53	TF	38038	
2518348	El Matorral	el-matorral	ES		0	Atlantic/Canary	28.4322	-13.86711				53	GC	35017	
2518352	El Marraque	el-marraque	ES		0	Europe/Madrid	36.93605	-2.45023		Barriada El Marraque,El Marraque,Marraque		51	AL	04078	
2518357	El Margajón	el-margajon	ES		0	Europe/Madrid	37.6487	-1.24667		Caserio El Margajon,Caserío El Margajon,El Margajon,El Margajón		31	MU	30026	
2518358	El Marchal del Abogado	el-marchal-del-abogado	ES		0	Europe/Madrid	37.30872	-2.53613		Cortijada El Marchal del Abogado,El Marchal del Abogado,Marchal del Abogado		51	AL	04083	
2518359	El Marchal de Antón López	el-marchal-de-anton-lopez	ES		0	Europe/Madrid	36.89206	-2.62708		Barriada El Marchal de Anton Lopez,Barriada El Marchal de Anton López,El Marchal de Anton Lopez,El Marchal de Antón López		51	AL	04041	
2518360	El Marchal	el-marchal	ES		0	Europe/Madrid	37.28837	-2.30342		Caserio El Marchal,Caserío El Marchal,El Marchal		51	AL	04062	
2518361	El Marchal	el-marchal	ES		0	Europe/Madrid	37.21621	-2.02355		Cortijada El Marchal,El Marchal		51	AL	04059	
2518362	El Marchal	el-marchal	ES		0	Europe/Madrid	36.88052	-3.05774		Barrio El Marchal,El Marchal		51	GR	18181	
2518363	El Mantillo	el-mantillo	ES		0	Atlantic/Canary	28.52283	-16.15635				53	TF	38038	
2518366	El Malpaís	el-malpais	ES		0	Atlantic/Canary	28.25	-16.8				53	TF	38019	
2518368	El Majal	el-majal	ES		0	Europe/Madrid	38.22399	-2.75199		Caserio El Majal,Caserío El Majal		51	J	23904	
2518377	El Lugarillo	el-lugarillo	ES		0	Europe/Madrid	37.33573	-2.67569		Caserio El Lugarillo,Caserío El Lugarillo,El Lugarillo		51	GR	18039	
2518378	El Lugarico	el-lugarico	ES		0	Europe/Madrid	37.48333	-2.15		Caserio El Lugarico,Caserío El Lugarico,El Lugarico		51	AL	04006	
2518380	El Loreto	el-loreto	ES		0	Europe/Madrid	37.38106	-6.15517		Caserio El Loreto,Caserío El Loreto,El Loreto		51	SE	41040	
2518381	El Lobillo	el-lobillo	ES		0	Europe/Madrid	38.98051	-3.02473				54	CR	13019	
2518382	Llano de los Olleres	llano-de-los-olleres	ES		0	Europe/Madrid	37.42573	-2.16567		El Llano de los Olleres,Llano de los Olleres		51	AL	04006	
2518383	El Llano del Espino	el-llano-del-espino	ES		0	Europe/Madrid	37.43333	-2.17654		Caserio El Llano del Espino,Caserío El Llano del Espino,Llano del Espino,Llanos del Espino		51	AL	04006	
2518384	El Llano de la Mata	el-llano-de-la-mata	ES		0	Europe/Madrid	38.2131	-3.15625		Caserio Llano de la Mata,Caserío Llano de la Mata,Cortijo El Llano de la Mata,El Llano de la Mata,Llano de la Mata		51	J	23079	
2518386	El Llanito	el-llanito	ES		0	Atlantic/Canary	28.65156	-17.78426				53	TF	38008	
2518387	El Lituero	el-lituero	ES		0	Europe/Madrid	38.99957	-2.37765		Caserio El Lituero,Caserío El Lituero,El Lituero		54	AB	02043	
2518390	El Labradorcico	el-labradorcico	ES		0	Europe/Madrid	37.43273	-1.57865		Caserio El Labradorcico,Caserío El Labradorcico,El Labradorcico		31	MU	30003	
2518394	El Judío	el-judio	ES		0	Europe/Madrid	37.36677	-6.89771		Caserio El Judio,Caserío El Judío,El Judio,El Judío		51	H	21035	
2518395	El Jinete	el-jinete	ES		0	Europe/Madrid	38.5127	-1.998		Caserio El Jinete,Caserío El Jinete,El Ginete,El Jinete		54	AB	02044	
2518396	El Jaúl	el-jaul	ES		0	Europe/Madrid	36.82244	-2.43675		Cortijada El Jaul,Cortijada El Jaúl,El Jaul,El Jaúl		51	AL	04013	
2518408	El Hurón	el-huron	ES		0	Europe/Madrid	37.89731	-6.90407				51	H	21008	
2518422	El Hondó de Carboneras	el-hondo-de-carboneras	ES		0	Europe/Madrid	38.57678	-0.90045		Casas El Hondo de Carboneras,El Hondo de Carboneras,El Hondó de Carboneras		60	A	03140	
2518431	El Hacho	el-hacho	ES		0	Europe/Madrid	37.58577	-3.29495		El Hacho,El Hachon,El Hachón		51	GR	18002	
2518441	El Guijillo	el-guijillo	ES		0	Europe/Madrid	37.41667	-6.71667		Caserio El Guijillo,Caserío El Guijillo,El Guijillo		51	H	21053	
2518444	El Grao	el-grao	ES		16026	Europe/Madrid	39.97358	0.01284		El Grao,El Grao de Gandia,El Grao de Gandía,Grao,Grao de Castellon,Grao de Castellón		60	CS	12040	
2518445	El Grao	el-grao	ES		0	Europe/Madrid	39.87699	-0.05583		El Grao,Grao,Grao de Burriana,el Grau de Castello		60	CS	12032	
2518446	El Grao	el-grao	ES		0	Europe/Madrid	39.45875	-0.33293		El Grao,El Grao de Valencia,Villanueva del Grao,el Grau		60	V	46250	
2518459	El Gánigo	el-ganigo	ES		0	Atlantic/Canary	28.68333	-17.91667				53	TF	38027	
2518464	El Francés	el-frances	ES		0	Europe/Madrid	37.46936	-2.67038		Caserio El Frances,Caserío El Francés,El Frances,El Francés		51	GR	18039	
2518465	El Frage	el-frage	ES		0	Europe/Madrid	37.38981	-3.59069		Caserio El Frage,Caserío El Frage,El Frage		51	GR	18105	
2518467	El Fontanar de Alarcón	el-fontanar-de-alarcon	ES		0	Europe/Madrid	38.73601	-2.03726				54	AB	02060	
2518468	El Ferriol	el-ferriol	ES		9	Europe/Madrid	37.61667	-0.93333		Caserio El Ferriol,Caserío El Ferriol,El Ferriol,Ermita Ferriols		31	MU	30016	
2518470	El Estrecho	el-estrecho	ES		0	Europe/Madrid	38.43333	-2.25		Caserio El Estrecho,Caserio del Estrecho,Caserío El Estrecho,Caserío del Estrecho,El Estrecho		54	AB	02049	
2518471	El Estrecho	el-estrecho	ES		0	Europe/Madrid	37.73254	-1.11106		Caserio El Estrecho,Caserío El Estrecho,El Estrecho		31	MU	30021	
2518472	El Estrecho	el-estrecho	ES		0	Europe/Madrid	37.62938	-0.83006		Caserio El Estrecho,Caserío El Estrecho,El Estrecho,Estrecho		31	MU	30016	
2518473	s'Estanyol de Migjorn	s-estanyol-de-migjorn	ES		0	Europe/Madrid	39.36151	2.91829		l'Estanyol de Migjorn,s'Estanyol,s'Estanyol de Migjorn		07	PM	07031	
2518477	La Estación	la-estacion	ES		0	Europe/Madrid	37.57948	-1.7349				31	MU	30033	
2518487	El Encinarejo	el-encinarejo	ES		0	Europe/Madrid	38.1633	-3.99237		Casas de El Encinarejo,El Encinarejo		51	J	23005	
2518488	El Encinar	el-encinar	ES		0	Europe/Madrid	38.03333	-5.63333		Caserios El Encinar,Caseríos El Encinar,El Encinar		51	SE	41002	
2518490	El Encebrico	el-encebrico	ES		0	Europe/Madrid	38.55648	-2.3788		El Encebrico,El Eucebrico		54	AB	02058	
2518495	Electra Industrial	electra-industrial	ES		0	Europe/Madrid	37.67815	-3.81103				51	J	23099	
2518500	El Dondo	el-dondo	ES		0	Europe/Madrid	37.09654	-1.91952		Caserio El Dondo,Caserío El Dondo		51	AL	04093	
2518502	El Doctor	el-doctor	ES		0	Europe/Madrid	37.8997	-2.49149		Cortijo del Doctor,El Doctor		51	GR	18098	
2518504	El Descargador	el-descargador	ES		0	Europe/Madrid	37.61667	-0.85		Barrio Descargador,El Descargador		31	MU	30016	
2518506	El Cura	el-cura	ES		0	Europe/Madrid	37.73289	-2.6147				51	GR	18082	
2518514	El Cortijuelo	el-cortijuelo	ES		0	Europe/Madrid	37.26336	-2.48144		Barriada El Cortijuelo,Cotijuelo,El Cortijuelo		51	AL	04019	
2518515	El Cortijo Real	el-cortijo-real	ES		0	Europe/Madrid	37.18388	-2.69953		Caserio El Cortijo Real,Caserío El Cortijo Real,Cortijo Real,El Cortijo Real		51	AL	04901	
2518516	El Cortijo de Tetuí	el-cortijo-de-tetui	ES		0	Atlantic/Canary	28.35081	-14.07755				53	GC	35015	
2518517	El Cortijo de los Olivos	el-cortijo-de-los-olivos	ES		0	Europe/Madrid	36.91642	-2.12476		Cortijada El Cortijo de los Olivos,El Cortijo de los Olivos		51	AL	04066	
2518518	El Cortijo-Cuatro Casas	el-cortijo-cuatro-casas	ES		0	Europe/Madrid	37.21845	-2.71574		Caserio El Cortijo-Cuatro Casas,Caserío El Cortijo-Cuatro Casas,El Cortijo-Cuatro Casas		51	GR	18023	
2518519	El Cortijo Blanco	el-cortijo-blanco	ES		0	Europe/Madrid	37.44726	-2.32585		Caserio El Cortijo Blanco,Caserío El Cortijo Blanco,Cortijo Blanco,El Cortijo Blanco		51	AL	04070	
2518520	El Cortijo Blanco	el-cortijo-blanco	ES		0	Europe/Madrid	36.95	-2.4		Casas El Cortijo Blanco,Cortijo Blanco,El Cortijo Blanco		51	AL	04074	
2518522	El Cornudillo	el-cornudillo	ES		0	Europe/Madrid	39.03333	-2.26667		Casa El Cornudillo,El Cornudillo		54	AB	02015	
2518525	El Convento	el-convento	ES		0	Europe/Madrid	39.25082	-7.13886				57	BA	06123	
2518526	El Convento	el-convento	ES		0	Europe/Madrid	38.55748	-6.84575		Caserio El Convento,Caserío El Convento,El Convento		57	BA	06010	
2518530	El Conde	el-conde	ES		0	Europe/Madrid	38.24162	-2.9436		Caserio El Conde,Caserío El Conde,El Conde		51	J	23012	
2518540	El Cobo	el-cobo	ES		0	Europe/Madrid	38.20002	-1.84714		Caserio El Cobo,Caserío El Cobo,El Cobo		31	MU	30028	
2518541	El Citolero	el-citolero	ES		0	Europe/Madrid	39.17789	-4.12025		Casas del Citolero,El Citolero		54	CR	13065	
2518550	El Chopillo	el-chopillo	ES		0	Europe/Madrid	38.30618	-1.78871		Caserio El Chopillo,Caserío El Chopillo,El Chopillo		31	MU	30028	
2518554	El Chicamo	el-chicamo	ES		0	Europe/Madrid	38.25933	-1.00213		Caserio El Chicamo,Caserío El Chicamo,El Chicamo,El Chicano,Molino del Chicamo		31	MU	30001	
2518559	Elche	elche	ES		230112	Europe/Madrid	38.26218	-0.70107	96	Ehl'ch,Ehl'che,El'che,Elce,Elch,Elche,Elig,Elx,Elčė,Illici,ai er qie,alchh,alsh,elche,eruche,xelche,ʼls,Елч,Елче,Ельче,Эльч,Эльче,אלש,إلش,الش,الچه,เอลเช,ელჩე,エルチェ,埃爾切,엘체	03065	60	A	03065	
2518562	El Charco del Lobo	el-charco-del-lobo	ES		0	Europe/Madrid	36.94935	-2.07161		Cortijada El Charco del Lobo,El Charco del Lobo		51	AL	04066	
2518567	El Chaparral de Cartuja	el-chaparral-de-cartuja	ES		0	Europe/Madrid	37.25568	-3.6563		Caserio El Chaparral de Cartuja,Caserío El Chaparral de Cartuja,Chaparral de Cartuja,Cortijo de la Cartuja		51	GR	18003	
2518568	El Chaparral Alto	el-chaparral-alto	ES		0	Europe/Madrid	37.48497	-2.39932		Caserio El Chaparral Alto,Caserío El Chaparral Alto,El Chaparral,El Chaparral Alto		51	AL	04070	
2518571	El Chantre	el-chantre	ES		0	Europe/Madrid	37.71588	-3.22752		Cortijada El Chantre,El Chantre		51	J	23017	
2518572	El Cerval	el-cerval	ES		0	Europe/Madrid	36.77184	-3.75288		Cortijada El Cerval,El Cerval		51	GR	18017	
2518573	El Cerro del Hierro	el-cerro-del-hierro	ES		0	Europe/Madrid	37.96667	-5.6		Cerro de Hierro,El Cerro del Hierro		51	SE	41088	
2518576	El Cerro Blanco	el-cerro-blanco	ES		0	Europe/Madrid	36.84589	-2.1231		Cortijada El Cerro Blanco,Cortijada del Cerro Blanco,El Cerro Blanco		51	AL	04066	
2518579	El Cerrito	el-cerrito	ES		0	Europe/Madrid	39.63333	-1.08333		Caserio El Cerrito,Caserío El Cerrito,El Cerrito		60	V	46106	
2518581	El Cerrajón	el-cerrajon	ES		0	Europe/Madrid	37.55876	-3.9471		Cortijada El Cerrajon,Cortijada El Cerrajón,El Cerrajon,El Cerrajón		51	J	23026	
2518583	El Cercado	el-cercado	ES		0	Atlantic/Canary	28.11613	-17.28541				53	TF	38050	
2518584	El Cepillo	el-cepillo	ES		0	Europe/Madrid	38.7787	-2.65225		Caserio El Cepillo,Caserío El Cepillo,El Cepillo		54	AB	02008	
2518585	El Cepero	el-cepero	ES		0	Europe/Madrid	39.28129	-4.18982				54	CR	13065	
2518586	El Cepero	el-cepero	ES		0	Europe/Madrid	38.74948	-1.44825				54	AB	02033	
2518589	El Cejo	el-cejo	ES		0	Europe/Madrid	37.74994	-2.77999		Caserio El Cejo,Caserío El Cejo,Cortijo del Cejo,El Cejo		51	GR	18046	
2518590	El Cedro	el-cedro	ES		0	Atlantic/Canary	28.12894	-17.21987				53	TF	38021	
2518592	El Castillo de Huarea	el-castillo-de-huarea	ES		0	Europe/Madrid	36.75262	-3.14463		Castillo de Huarea,Cortijada El Castillo de Huarea,El Castillo de Huarea		51	GR	18006	
2518599	El Carrizal	el-carrizal	ES		0	Europe/Madrid	38.57543	-0.86032		Casas El Carrizal,El Carrizal		60	A	03140	
2518542	El Cid	el-cid	ES	03610	0	Europe/Madrid	36.88511	-2.97146		Barriada El Cid		51	AL	04029	
2518609	El Carmolí	el-carmoli	ES		0	Europe/Madrid	37.69177	-0.84629		Casa Carmoli,El Carmoli,El Carmoll,El Carmolí		31	MU	30016	
2518611	El Cardete	el-cardete	ES		0	Europe/Madrid	38.34919	-2.71162		Caserio El Cardete,Caserío El Cardete,El Cardete		51	J	23016	
2518613	El Carbajo	el-carbajo	ES		0	Europe/Madrid	38.21595	-6.71657		Casas El Carbajo,Cortijo El Carbajo,El Carbajo		57	BA	06070	
2518614	El Caracolero	el-caracolero	ES		0	Europe/Madrid	37.88842	-1.05215		Casa el Caracolero,Caserio El Caracolero,Caserío El Caracolero,El Caracolero		31	MU	30030	
2518619	El Cántaro Bajo	el-cantaro-bajo	ES		0	Europe/Madrid	37.29444	-2.53369		Barriada El Cantaro Bajo,El Cantaro Bajo,El Cántaro Bajo		51	AL	04083	
2518620	El Cántaro Alto	el-cantaro-alto	ES		0	Europe/Madrid	37.2882	-2.53172		Barriada El Cantaro Alto,Barriada El Cántaro Alto,El Cantaro Alto,El Cántaro Alto		51	AL	04083	
2518627	El Cañaveral	el-canaveral	ES		0	Europe/Madrid	39.61667	-1.53333		Caserio El Canaveral,Caserío El Cañaveral,El Canaveral,El Cañaveral		54	CU	16126	
2518632	El Canalito	el-canalito	ES		0	Europe/Madrid	37.36651	-2.42209		Cortijada El Canalito,El Canalito		51	AL	04018	
2518636	El Campillo de Rodalquilar	el-campillo-de-rodalquilar	ES		0	Europe/Madrid	36.84872	-2.04432		Caserio El Campillo de Rodalquilar,Caserío El Campillo de Rodalquilar,Rodalquilar		51	AL	04066	
2518652	El Campanero	el-campanero	ES		0	Europe/Madrid	38.26228	-1.908		Caserios El Campanero,Caseríos El Campanero,El Campanero		31	MU	30028	
2518653	El Campamento	el-campamento	ES		0	Europe/Madrid	36.17878	-5.38125		Campamento,El Campamento		51	CA	11033	
2518659	El Calguerín	el-calguerin	ES		0	Europe/Madrid	37.30222	-1.88428		Cortijada El Calguerin,Cortijada El Calguerín,El Calguerin,El Calguerín		51	AL	04035	
2518660	El Calderillo del Agua	el-calderillo-del-agua	ES		0	Atlantic/Canary	28.4386	-16.28239				53	TF	38038	
2518661	El Calabacino	el-calabacino	ES		0	Europe/Madrid	37.88333	-6.66667				51	H	21022	
2518664	El Cabrito	el-cabrito	ES		0	Atlantic/Canary	28.05	-17.13333				53			
2518669	El Cabezuelo	el-cabezuelo	ES		0	Europe/Madrid	37.86854	-6.68139				51	H	21001	
2518672	El Burrueco	el-burrueco	ES		0	Europe/Madrid	39.17819	-2.62598		Casa El Burrueco,El Burrueco		54	AB	02081	
2518677	El Bueno	el-bueno	ES		0	Atlantic/Canary	28.20784	-16.48506		El Bueno		53	TF	38005	
2518679	El Bovar	el-bovar	ES		0	Europe/Madrid	38.70578	-0.67838		Caserio El Bovar,Caserío El Bovar,El Bovar		60	V	46072	
2518680	El Botánico	el-botanico	ES		0	Europe/Madrid	36.76667	-6.35		Caserio El Botanico,Caserío El Botánico,El Botanico,El Botánico		51	CA	11032	
2518693	El Bermejo	el-bermejo	ES		0	Europe/Madrid	36.95415	-2.11027		Caserio El Bermejo,Caserío El Bermejo,El Bermejo		51	AL	04066	
2518701	El Barrilejo	el-barrilejo	ES		0	Europe/Madrid	38.2	-6.03333		Barrilejos,Caserio El Barrilejo,Caserío El Barrilejo,El Barrilejo		57	BA	06074	
2518703	El Barranco Sopalmo	el-barranco-sopalmo	ES		0	Europe/Madrid	37.18261	-2.05423		Cortijada El Barranco-Sopalmo,El Barranco Sopalmo		51	AL	04059	
2518704	El Barrancón	el-barrancon	ES		0	Europe/Madrid	37.22914	-2.48128		Barriada El Barrancon,Barriada El Barrancón,El Barrancon,El Barrancón		51	AL	04019	
2518705	El Barranco de los Lobos	el-barranco-de-los-lobos	ES		0	Europe/Madrid	37.08771	-2.17583		Cortijada El Barranco de los Lobos,El Barranco de los Lobos		51	AL	04086	
2518707	El Barranco del Caballar	el-barranco-del-caballar	ES		0	Europe/Madrid	36.84858	-2.47144		Cortijada El Barranco del Caballar,El Barranco de Caballar,El Barranco del Caballar		51	AL	04013	
2518708	El Barranco de las Minas	el-barranco-de-las-minas	ES		0	Europe/Madrid	37.19751	-2.01965		Cortijada Barranco de las Minas,Cortijada El Barranco de las Minas,El Barranco de las Minas		51	AL	04059	
2518709	El Barranco de García	el-barranco-de-garcia	ES		0	Europe/Madrid	37.0491	-1.93623		Canada El Barranco de Garcia,Cañada El Barranco de García,El Barranco de Garcia,El Barranco de García		51	AL	04032	
2518710	El Barranco de Amatisteros	el-barranco-de-amatisteros	ES		0	Europe/Madrid	36.86045	-2.44957		Cortijada El Barranco de Amatisteros,El Barranco de Amatisteros		51	AL	04013	
2518712	El Balo	el-balo	ES		0	Atlantic/Canary	28.35788	-16.39603				53	TF	38011	
2518715	El Avellano	el-avellano	ES		0	Europe/Madrid	38.05	-2.93333		Cortijada El Avellano,El Avellano		51	J	23095	
2518716	El Artuñedo	el-artunedo	ES		0	Europe/Madrid	38.12189	-2.70789		Caserio El Artunedo,Caserío El Artuñedo,El Artunedo,El Artuñedo		51	J	23904	
2518718	El Arroyo de Verdelecho	el-arroyo-de-verdelecho	ES		0	Europe/Madrid	37.12685	-2.47157		Caserio El Arroyo de Verdelecho,Caserío El Arroyo de Verdelecho,El Arroyo de Verdelecho		51	AL	04050	
2518723	s'Arenal	s-arenal	ES		10207	Europe/Madrid	39.5	2.75		Arenal',El Arenal,S'Arenal,l'Arenal,Ареналь		07	PM	07031	
2518729	El Arahal	el-arahal	ES		19248	Europe/Madrid	37.26273	-5.5453		Arahal,El Arahal		51	SE	41011	
2518731	El Ángel	el-angel	ES		0	Europe/Madrid	36.52454	-4.96891				51	MA	29069	
2518732	El Anchurón	el-anchuron	ES		0	Europe/Madrid	37.36546	-3.2639		Caserio El Anchuron,Caserío El Anchurón,El Anchuron,El Anchurón		51	GR	18063	
2518735	El Altico	el-altico	ES		0	Europe/Madrid	38.21437	-3.66835				51	J	23039	
2518742	El Aljibete	el-aljibete	ES		0	Europe/Madrid	37.51667	-2.68333		Caserio El Aljibejo,Caserío El Aljibejo,El Aljibejo,El Aljibete		31	MU		
2518743	El Aljibe	el-aljibe	ES		0	Europe/Madrid	37.85215	-0.83068		Caserio El Aljbe,Caserío El Aljbe,El Aljibe,Los Algibes		31	MU	30035	
2518747	El Algarrobillo	el-algarrobillo	ES		0	Europe/Madrid	36.89809	-5.87503		Caserio El Algarrobillo,Caserío El Algarrobillo,El Algarrobillo		51	CA	11017	
2518748	El Algarrobico	el-algarrobico	ES		0	Europe/Madrid	37.03887	-1.89034		Algarrobico,Cortijada El Algarrobico		51	AL	04064	
2518749	El Algarrobal	el-algarrobal	ES		0	Europe/Madrid	36.7798	-2.72832		Cortijada El Algarrobal,El Algarrobal		51	AL	04902	
2518750	El Algarbejo	el-algarbejo	ES		0	Europe/Madrid	36.84397	-5.77889				51	CA	11017	
2518751	El Algarbejo	el-algarbejo	ES		0	Europe/Madrid	36.8	-5.81667		Casa de Algarabejo,Caserio El Algarabejo,Caserío El Algarabejo,El Algarbejo		51	CA	11006	
2518754	El Albaicín	el-albaicin	ES		0	Europe/Madrid	37.18585	-3.59259		Albaizin,El Albayzin,El Albayzín		51	GR	18087	
2518757	El Alamí	el-alami	ES		0	Europe/Madrid	37.30477	-2.37197		Cortijada El Alami,Cortijada El Alamí,El Alami,El Alamí		51	AL	04087	
2518758	El Alambique	el-alambique	ES		0	Europe/Madrid	37.39508	-2.95965		Cortijada El Alambique,El Alambique		51	GR	18085	
2518760	El Aguadero	el-aguadero	ES		0	Europe/Madrid	38.31475	-2.69608		Caserio El Aguadero,Caserío El Aguadero,Cortijo del Aguadero,El Aguadero		51	J	23065	
2518762	El Acebuchar	el-acebuchar	ES		0	Europe/Madrid	38.21426	-3.6069				51	J	23021	
2518766	El Abrigo	el-abrigo	ES		0	Atlantic/Canary	28.02905	-16.59407		Abrigos,El Abrigo,Los Abrigos		53	TF	38017	
2518771	Echedo	echedo	ES		0	Atlantic/Canary	27.83384	-17.92265				53	TF	38048	
2518787	Dragonal	dragonal	ES		0	Atlantic/Canary	28.06668	-15.46154		El Drago		53	GC	35016	
2518796	Dosbarrios	dosbarrios	ES		2223	Europe/Madrid	39.88199	-3.48419		Dosbarrios	45059	54	TO	45059	
2518802	Don Tello	don-tello	ES		0	Europe/Madrid	38.84601	-6.32245		Casa Don Tello,Don Tello		57	BA	06083	
2518808	Don Llorente	don-llorente	ES		0	Europe/Madrid	38.98459	-5.88286		Caserio Don Llorente,Caserío Don Llorente,Don Llorente		57	BA	06044	
2518810	Don Juan	don-juan	ES		0	Europe/Madrid	37.7	-3.85		Casas Don Juan,Don Juan		51	J	23099	
2518815	Dondoncilla	dondoncilla	ES		0	Europe/Madrid	37.76675	-3.11907		Caserio Dondoncilla,Caserío Dondoncilla,Cortijo de Dondonilla,Dondoncilla		51	J	23045	
2518826	Doña Marina	dona-marina	ES		0	Europe/Madrid	37.53097	-3.32254		Cortijada Dona Marina,Cortijada Doña Marina,Dona Marina,Doña Marina		51	GR	18088	
2518827	Doña María Ocaña	dona-maria-ocana	ES		0	Europe/Madrid	37.13532	-2.71214		Dona Maria,Dona Maria Ocana,Dona María,Doña María Ocaña		51	AL	04901	
2518830	Doña Elvira	dona-elvira	ES		0	Europe/Madrid	38.26667	-6.5		Cortijo Dona Elvira,Cortijo Doña Elvira,Dona Elvira,Doña Elvira		57	BA	06141	
2518834	Doña Ana	dona-ana	ES		0	Europe/Madrid	37.92842	-2.62348		Cortijada de Dona Ana,Cortijada de Doña Ana,Dona Ana,Doña Ana		51	GR	18098	
2518835	Doña Aldonza	dona-aldonza	ES		0	Europe/Madrid	37.93035	-3.32518		Caserio Dona Aldonza,Caserío Doña Aldonza,Cortijo de Dona Aldonza,Cortijo de Doña Aldonza,Dona Aldonza,Doña Aldonza		51	J	23092	
2518868	Desamparados	desamparados	ES		0	Europe/Madrid	38.06294	-0.98234				60	A	03099	
2518875	Derramadero	derramadero	ES		0	Europe/Madrid	38.47563	-2.06016		Casas Derramadero,Derramadero		54	AB	02030	
2518883	Dehesilla de Guzmán	dehesilla-de-guzman	ES		0	Europe/Madrid	38.05	-6.1		Casas Dehesilla de Guzman,Casas Dehesilla de Guzmán,Dehesilla de Guzman,Dehesilla de Guzmán		57	BA	06085	
2518891	Dehesilla	dehesilla	ES		0	Europe/Madrid	38.63498	-6.96862		Cortijo Dehesilla,Dehesilla		57	BA	06143	
2518895	Dehesa del Toril	dehesa-del-toril	ES		0	Europe/Madrid	37.61452	-6.1487		Caserios Dehesa del Toril,Caseríos Dehesa del Toril,Dehesa del Toril		51	SE	41043	
2518897	Dehesa de las Yeguas	dehesa-de-las-yeguas	ES		0	Europe/Madrid	37.3636	-7.24872		Caserio Dehesa de las Yeguas,Caserío Dehesa de las Yeguas,Cortijo Dehesa de las Yeguas,Dehesa de las Yeguas		51	H	21021	
2518899	Dehesa de Guadiana	dehesa-de-guadiana	ES		0	Europe/Madrid	37.75082	-3.152		Casa Dehesa de Guadiana,Dehesa de Guadiana		51	J	23073	
2518901	Dehesa Baja	dehesa-baja	ES		0	Europe/Madrid	37.98333	-2.98333		Caserio Dehesa Baja,Caserío Dehesa Baja,Dehesa Baja		51	J	23047	
2518911	Dehesa	dehesa	ES		0	Europe/Madrid	37.78903	-6.78801				51	H	21004	
2518915	Dársena	darsena	ES		0	Europe/Madrid	37.16667	-5.93333		Caserio Darsena,Caserío Dársena,Darsena,Dársena		51	SE	41069	
2518920	Dalid	dalid	ES		0	Europe/Madrid	37.35112	-2.45029		Caserio Dalid,Caserío Dalid,Dali,Dalid,Dalí		51	AL	04092	
2518922	Daimuz Bajo	daimuz-bajo	ES		0	Europe/Madrid	37.20511	-3.83414		Caserio Daimuz Bajo,Caserío Daimuz Bajo,Cortijo de Daimuz		51	GR	18158	
2518925	Daimés	daimes	ES		0	Europe/Madrid	38.21431	-0.69725		Caserio Daimes,Caserío Daimés,Daimes,Daimés		60	A	03065	
2518926	Daimalos	daimalos	ES		0	Europe/Madrid	36.82027	-4.03103		Daimalos,Dalmalos,Danolas		51	MA	29019	
2518944	Cumbres de en Medio	cumbres-de-en-medio	ES		0	Europe/Madrid	38.07292	-6.69389				51	H	21027	
2518946	Cumbres	cumbres	ES		0	Europe/Madrid	38.33333	-6.61667		Cortijo Cumbres,Cumbres		57	BA	06022	
2518951	Cúllar de Baza	cullar-de-baza	ES		0	Europe/Madrid	37.58411	-2.57574		Cullar,Cullar-Baza,Cúllar,Cúllar-Baza		51	GR	18056	
2518962	Cufría	cufria	ES		0	Europe/Madrid	37.08676	-1.92683		Caserio Cufria,Caserío Cufria,Cufria,Cufría		51	AL	04093	
2518965	Cuevecillas	cuevecillas	ES		0	Europe/Madrid	37.66356	-2.99136		Cortijo Cuevecillas,Cuevecillas		51	J	23070	
2518967	Cuevas de Yeseras	cuevas-de-yeseras	ES		0	Europe/Madrid	37.60448	-2.69645		Cuevas Barranco de las Yeseras,Cuevas de Yeseras		51	GR	18029	
2518968	Cuevas de Serrano	cuevas-de-serrano	ES		0	Europe/Madrid	37.4	-3.13333		Cortijo Cuevas de Serrano,Cuevas de Serrano		51	GR	18076	
2518970	Cuevas de Río Baza	cuevas-de-rio-baza	ES		0	Europe/Madrid	37.6	-2.75		Barrio Cuevas de Rio Baza,Barrio Cuevas de Río Baza,Cuevas de Rio Baza,Cuevas de Río Baza		51	GR	18029	
2518971	Cuevas de Río Baza	cuevas-de-rio-baza	ES		0	Europe/Madrid	37.58333	-2.71667				51	GR	18029	
2518973	Cuevas de Puente Abajo	cuevas-de-puente-abajo	ES		0	Europe/Madrid	37.60561	-2.74761		Barrio Cuevas de Puente Abajo,Cuevas de Puente Abajo		51	GR	18029	
2518974	Cuevas de Luna	cuevas-de-luna	ES		0	Europe/Madrid	37.59484	-2.7438		Barrio Cuevas de Luna,Cuevas de Luna		51	GR	18029	
2518975	Cuevas del Palmar	cuevas-del-palmar	ES		0	Atlantic/Canary	28.33333	-16.8				53	TF	38044	
2518977	Cuevas del Mosco	cuevas-del-mosco	ES		0	Europe/Madrid	37.71352	-2.8018		Caserio Cuevas del Mosco,Caserío Cuevas del Mosco,Cuevas del Mosco		51	GR	18053	
2518978	Cuevas del Molino de las Dos Piedras	cuevas-del-molino-de-las-dos-piedras	ES		0	Europe/Madrid	38.8317	-2.15394				54	AB	02065	
2518979	Cuevas del Cigarrón	cuevas-del-cigarron	ES		0	Europe/Madrid	37.91954	-1.17816		Casas Cigarron,Casas Cigarrón,Caserio Cuevas del Cigarron,Caserío Cuevas del Cigarrón,Cuevas del Cigarron,Cuevas del Cigarrón		31	MU	30030	
2518980	Cuevas del Canal	cuevas-del-canal	ES		0	Europe/Madrid	37.88333	-2.63333		Barriada Cuevas del Canal,Cuevas del Canal		51	GR	18098	
2518983	Cuevas del Baico	cuevas-del-baico	ES		0	Europe/Madrid	37.53333	-2.75		Caserio Cuevas del Baico,Caserío Cuevas del Baico,Cortijo del Baico,Cuevas del Baico		51	GR	18023	
2518984	Cuevas de Lavaderas	cuevas-de-lavaderas	ES		0	Europe/Madrid	37.58139	-2.66994				51	GR	18029	
2518985	Cuevas de las Yeseras	cuevas-de-las-yeseras	ES		0	Europe/Madrid	37.4775	-2.71771		Barriada Cuevas de las Yeseras,Cuevas de las Yeseras		51	GR	18039	
2518986	Cuevas de las Cucharetas	cuevas-de-las-cucharetas	ES		0	Europe/Madrid	37.6304	-2.78425		Caserio Cuevas de las Cucharetas,Caserío Cuevas de las Cucharetas,Cucharetas,Cuevas de las Cucharetas		51	GR	18053	
2518987	Cuevas de la Miera	cuevas-de-la-miera	ES		0	Europe/Madrid	37.68333	-2.78333		Caserio Cuevas de la Miera,Caserío Cuevas de la Miera,Cuevas de la Miera		51	GR	18053	
2518989	Cuevas de Gil Bailde	cuevas-de-gil-bailde	ES		0	Europe/Madrid	38.1	-3.48333		Casas Cuevas de Gil Bailde,Cuevas de Gil Bailde,Cuevas de Gil Baile		51	J	23094	
2518990	Cuevas de Campoy	cuevas-de-campoy	ES		0	Europe/Madrid	37.68572	-2.78622		Caserio Cuevas de Campoy,Caserío Cuevas de Campoy,Cuevas de Campoy		51	GR	18053	
2518992	Cuevas de Almería	cuevas-de-almeria	ES		0	Europe/Madrid	37.36667	-2.96667		Cortijada Cuevas de Almeria,Cueva,Cuevas de Almeria,Cuevas de Almería		51	GR	18085	
2519004	Cueva de Pagán	cueva-de-pagan	ES		0	Europe/Madrid	37.71245	-1.25836		Caserio Cueva de Pagan,Caserío Cueva de Pagán,Cueva de Pagan,Cueva de Pagán		31	MU	30021	
2519016	Cuesta Vieja	cuesta-vieja	ES		0	Europe/Madrid	36.80825	-3.13745		Cortijada Cuesta Vieja		51	AL	04003	
2519018	Cuesta de Piedra	cuesta-de-piedra	ES		0	Atlantic/Canary	28.46667	-16.26667				53	TF	38038	
2519019	Cuesta de Mellado	cuesta-de-mellado	ES		0	Europe/Madrid	37.59503	-1.82706		Caserio Cuesta del Mellado,Caserío Cuesta del Mellado,Cuesta de Mellado		31	MU	30024	
2519020	Cuesta de la Cabra	cuesta-de-la-cabra	ES		0	Europe/Madrid	37.46622	-1.58077		Caserio Cuesta de la Cabra,Caserío Cuesta de la Cabra,Cuesta de la Cabra		31	MU	30003	
2519022	Cuesta Alta	cuesta-alta	ES		0	Europe/Madrid	38.16608	-1.41451		Caserio Cuesta Alta,Caserío Cuesta Alta,Cortijos de la Cuesta Alta,Cuesta Alta		31	MU	30034	
2519057	Cubaba	cubaba	ES		0	Atlantic/Canary	28.16667	-17.3				53	TF	38050	
2519060	Cuatretondeta	cuatretondeta	ES		143	Europe/Madrid	38.72415	-0.31669		Cuatretondeta,Quatretondeta		60	A	03060	
2519062	Cuartos Nuevos de Abajo	cuartos-nuevos-de-abajo	ES		0	Europe/Madrid	37.89776	-2.33544		Casas Cuartos Nuevos de Abajo,Cuartos Nuevos de Abajo		51	GR	18164	
2519067	Cuarteles de la Osa	cuarteles-de-la-osa	ES		0	Europe/Madrid	38.62859	-5.88367		Caserio Cuarteles de la Osa,Caserío Cuarteles de la Osa,Cuarteles de la Osa,Cuartiles de la Osa y las Navas		57	BA	06094	
2519073	Cruz Grande	cruz-grande	ES		0	Atlantic/Canary	28.35446	-16.78196				53	TF	38044	
2519077	Cruz de Lagos	cruz-de-lagos	ES		0	Europe/Madrid	37.15	-3.6		Barriada Cruz de Lagos,Cruz de Lagos		51	GR	18087	
2519100	Cristo del Espíritu Santo	cristo-del-espiritu-santo	ES		0	Europe/Madrid	39.19466	-4.03262		Cristo Espiritu Santo,Cristo Espíritu Santo,Cristo del Espiritu Santo,Cristo del Espíritu Santo,El Cristo del Espiritu Santo,El Cristo del Espíritu Santo		54	CR	13052	
2519110	Crevillente	crevillente	ES		28609	Europe/Madrid	38.24994	-0.80975		Crevillent,Crevillente,Krevil'ente,Кревильенте		60	A	03059	
2519111	Creu Vermella	creu-vermella	ES		0	Europe/Madrid	39.57973	2.71531				07	PM	07040	
2519117	Cozcojar	cozcojar	ES		0	Europe/Madrid	37.27535	-3.79856		Caserio Cozcojar,Caserío Cozcojar,Cortijo del Coscojar,Cozcojar		51	GR	18158	
2519123	Cotrufes	cotrufes	ES		0	Europe/Madrid	37.88499	-4.0823		Casas Cotrufes,Caseria de Cotrufes,Casería de Cotrufes,Cotrufe,Cotrufes		51	J	23006	
2519126	Coto de San Juan	coto-de-san-juan	ES		0	Europe/Madrid	37.58854	-0.95314		Casa del Coto San Juan,Caserio Coto de San Juan,Caserío Coto de San Juan,Coto de San Juan		31	MU	30016	
2519127	Coto de Murillo	coto-de-murillo	ES		0	Europe/Madrid	38.41667	-6.25		Cortijo Coto de Murillo,Coto Murillo,Coto de Murillo		57	BA	06136	
2519129	Coto Capitán	coto-capitan	ES		0	Europe/Madrid	39.02161	-6.29938		Caserio Coto Capitan,Caserío Coto Capitán,Coto Capitan,Coto Capitán		57	BA	06084	
2519135	Cotilfa Alta	cotilfa-alta	ES		0	Europe/Madrid	37.51815	-3.48237		Caserio Cotilfa Alta,Caserío Cotilfa Alta,Cortijo de Cotilfar Alta,Cotilfa Alta		51	GR	18136	
2519136	Cotes Bajo	cotes-bajo	ES		0	Europe/Madrid	38.71667	-0.45		Caserio Cotes Bajo,Caserío Cotes Bajo,Cotes Bajo		60	A	03056	
2519140	Costa de Sanlúcar	costa-de-sanlucar	ES		0	Europe/Madrid	36.75	-6.4		Caserio Costa de Sanlucar,Caserío Costa de Sanlúcar,Costa de Sanlucar,Costa de Sanlúcar		51	CA	11016	
2519141	Costa de Rota	costa-de-rota	ES		0	Europe/Madrid	36.7	-6.41667		Caserio Costa de Rota,Caserío Costa de Rota,Costa de Rota		51	CA	11016	
2519146	Corvillones	corvillones	ES		0	Europe/Madrid	37.65653	-1.48165		Caserio Corvillones,Caserío Corvillones,Corvillones,Los Corvillones		31	MU	30024	
2519147	Corverica	corverica	ES		0	Europe/Madrid	37.7671	-1.17415		Casas La Corverica,Cortijo Corverica,Corverica		31	MU	30021	
2519154	Cortijos Nuevos del Campo	cortijos-nuevos-del-campo	ES		0	Europe/Madrid	37.85764	-2.33981		Casas Cortijos Nuevos del Campo,Cortijos Nuevos,Cortijos Nuevos del Campo		51	GR	18164	
2519155	Cortijos Nuevos de la Sierra	cortijos-nuevos-de-la-sierra	ES		0	Europe/Madrid	37.97553	-2.58011		Cortijos Nuevos,Cortijos Nuevos de la Sierra		51	GR	18164	
2519157	Cortijos del Río de Casa	cortijos-del-rio-de-casa	ES		0	Europe/Madrid	38.53333	-2.56667		Caserio Cortijos del Rio de Casa,Caserío Cortijos del Río de Casa,Cortijos del Rio de Casa,Cortijos del Río de Casa		54	AB	02016	
2519158	Cortijos del Judío	cortijos-del-judio	ES		0	Europe/Madrid	37.35	-2.4		Caserio Cortijos del Judio,Caserío Cortijos del Judio,Cortijos del Judio,Cortijos del Judío		51	AL	04076	
2519160	Cortijo Rey	cortijo-rey	ES		0	Europe/Madrid	36.82177	-5.84253		Caserio Cortijo Rey,Caserío Cortijo Rey,Cortijo Rey		51	CA	11006	
2519161	Cortijo Prados	cortijo-prados	ES		0	Europe/Madrid	38.35247	-2.43941		Cortijo Prados,Cortijos de los Prados		54	AB	02086	
2519162	Cortijo Ober	cortijo-ober	ES		0	Europe/Madrid	37.4	-3.15		Cortijo Ober,Cortijo del Ovel		51	GR	18076	
2519163	Cortijo Nuevo	cortijo-nuevo	ES		0	Europe/Madrid	37.34756	-2.78794		Caserio Cortijo Nuevo,Caserío Cortijo Nuevo,Cortijo Nuevo		51	GR	18023	
2519164	Cortijo Los Estévez	cortijo-los-estevez	ES		0	Europe/Madrid	38.68767	-6.63969		Casa Los Estevez,Casa Los Estévez,Cortijo Los Estevez,Cortijo Los Estévez,Cortijos de los Estevez,Cortijos de los Estévez		57	BA	06121	
2519165	Cortijo La Unde	cortijo-la-unde	ES		0	Europe/Madrid	39.0859	-1.21396		Casas de la Unde,Cortijo La Unde		60	V	46044	
2519166	Cortijo Las Villas	cortijo-las-villas	ES		0	Europe/Madrid	37.14169	-3.86499		Cortijo Las Villas,Cortijo de las Villas		51	GR	18061	
2519167	Cortijo Guájar	cortijo-guajar	ES		0	Europe/Madrid	37.38753	-3.12506		Cortijo Guajar,Cortijo Guájar,Cortijo de Guajar		51	GR	18076	
2519168	Cortijo Grande	cortijo-grande	ES		0	Europe/Madrid	37.99229	-3.00449		Casas Cortijo Grande,Cortijo Grande		51	J	23030	
2519170	Cortijo de Quema	cortijo-de-quema	ES		0	Europe/Madrid	37.25056	-6.26013				51	SE	41012	
2519172	Cortijo de Palomo	cortijo-de-palomo	ES		0	Europe/Madrid	37.1512	-5.63888		Cortijo Palomo,Cortijo de Palomo		51	SE	41063	
2519173	Cortijo de los Gitanos	cortijo-de-los-gitanos	ES		0	Europe/Madrid	37.33692	-3.94113		Casa Cortijo de los Gitanos,Cortijo de los Gitanos		51	GR	18135	
2519176	Cortijo del Cerezo	cortijo-del-cerezo	ES		0	Europe/Madrid	37.1948	-2.63962		Cortijo de Cerezo,Cortijo del Cerezo		51	AL	04050	
2519116	Cozvíjar	cozvijar	ES	18659	0	Europe/Madrid	36.98891	-3.5921				51	GR	18908	
2519177	Cortijo de la Sarguilla	cortijo-de-la-sarguilla	ES		0	Europe/Madrid	38.5772	-2.04561		Caserio Cortijo de la Sarguilla,Caserío Cortijo de la Sarguilla,Cortijo de la Sarguilla		54	AB	02011	
2519178	Cortijo de la Orozca	cortijo-de-la-orozca	ES		0	Europe/Madrid	37.34439	-4.06582		Casa Cortijo de la Orozca,Cortijo de la Orozca		51	GR	18135	
2519179	Cortijo de El Romeral	cortijo-de-el-romeral	ES		0	Europe/Madrid	37.11667	-3.91667				51	GR	18013	
2519180	Cortijo de Chinales	cortijo-de-chinales	ES		0	Europe/Madrid	36.96667	-4.13333		Casas Cortijo de Chinales,Cortijo de Chinales		51	GR	18192	
2519181	Cortijo de Chaves	cortijo-de-chaves	ES		0	Europe/Madrid	38.77739	-6.42173				57	BA	06083	
2519182	Cortijo de Baratas	cortijo-de-baratas	ES		0	Europe/Madrid	37.31667	-4.05		Casa Cortijo de Baratas,Cortijo de Baratas		51	GR	18135	
2519183	Cortijo de Arriba	cortijo-de-arriba	ES		0	Europe/Madrid	39.31665	-4.06662		Cortijo de Arriba,Cortijos de Arriba		54	CR	13036	
2519184	Cortijo de Arriba	cortijo-de-arriba	ES		0	Europe/Madrid	38.41667	-5.7		Cortijo Arriba,Cortijo de Arriba		57	BA	06014	
2519185	Cortijo de Abajo	cortijo-de-abajo	ES		0	Europe/Madrid	39.31375	-4.04093		Cortijo de Abajo,Cortijos de Abajo		54	CR	13036	
2519186	Cortijillos de Campocámara	cortijillos-de-campocamara	ES		0	Europe/Madrid	37.73691	-2.85952		Caserio Cortijillos de Campocamara,Caserío Cortijillos de Campocámara,Cortijillos de Campocamara,Cortijillos de Campocámara		51	GR	18053	
2519188	Cortijada Santa Catalina	cortijada-santa-catalina	ES		0	Europe/Madrid	37.12918	-3.76415		Cortijada Santa Catalina,Cortijo de Santa Catalina		51	GR	18061	
2519189	Cortijada Noniles	cortijada-noniles	ES		0	Europe/Madrid	37.09944	-3.81267		Cortijada Noniles,Cortijo de Nonites		51	GR	18061	
2519190	Cortijada Los Chorreros	cortijada-los-chorreros	ES		0	Europe/Madrid	37.28333	-4.1		Cortijada Los Chorreros,Cortijo de los Chorreros		51	GR	18122	
2519191	Cortijada Los Almendros	cortijada-los-almendros	ES		0	Europe/Madrid	37.36667	-3.61667		Caserio de los Almendros,Caserío de los Almendros,Cortijada Los Almendros		51	GR	18105	
2519192	Cortijada El Casco	cortijada-el-casco	ES		0	Europe/Madrid	38.06613	-6.8197				51	H	21028	
2519193	Cortijada de Marín	cortijada-de-marin	ES		0	Europe/Madrid	36.75828	-2.65406		Caserio Cortijada de Marin,Caserío Cortijada de Marín		51	AL	04079	
2519194	Cortijada Dehesa del Calvario	cortijada-dehesa-del-calvario	ES		0	Europe/Madrid	37.11667	-3.35		Cortijada Dehesa del Calvario,Cortijo de la Dehesa		51	GR	18094	
2519195	Cortijada Cantarriján	cortijada-cantarrijan	ES		0	Europe/Madrid	36.76667	-3.76667		Cortijada Cantarrijan,Cortijada Cantarriján,Cortijos de Cantarrijan		51	GR	18017	
2519218	Corral de la Bodega	corral-de-la-bodega	ES		0	Europe/Madrid	37.35798	-6.65982		Caserio Corral de la Bodega,Caserío Corral de la Bodega,Corral de la Bodega		51	H	21053	
2519220	Corral de Bru	corral-de-bru	ES		0	Europe/Madrid	39.03333	-0.8		Caserio Corral de Bru,Caserío Corral de Brú,Corral de Bru		60	V	46073	
2519230	Cornicabra	cornicabra	ES		0	Europe/Madrid	38.41667	-5.88333		Cornicabra,Cortijo Carnicabra		57	BA	06139	
2519244	Corcovados	corcovados	ES		0	Atlantic/Canary	28.62581	-17.77745		Corcovados,Las Mesitas		53	TF	38053	
2519260	Corbunillo	corbunillo	ES		0	Europe/Madrid	37.92553	-3.93415		Corbunillo,Cortijada Corbunillo,Cortijo del Corobunillo		51	J	23035	
2519280	Consolación	consolacion	ES		0	Europe/Madrid	38.11656	-6.70303		Caserio Consolacion,Caserío Consolación,Consolacion,Consolación		57	BA	06067	
2519281	Consolación	consolacion	ES		0	Europe/Madrid	37.19338	-5.77174				51	SE	41095	
2519315	Concepción	concepcion	ES		0	Europe/Madrid	37.77735	-6.67054		Caserio Concepcion,Caserío Concepción,Concepcion,Concepción,La Concepcion,La Concepción,La Conception,La Conceptión		51	H	21004	
2519316	Concejo y Remolino	concejo-y-remolino	ES		0	Europe/Madrid	37.25351	-4.36111		Concejo y Remolino,El Remolino		51	CO	14037	
2519336	Colonia Iturraldi	colonia-iturraldi	ES		0	Europe/Madrid	37.63333	-2.93333		Casa Colonia Iturraldi,Colonia Iturraldi		51	J	23070	
2519337	Colonia de Santa Eulalia	colonia-de-santa-eulalia	ES		0	Europe/Madrid	38.56743	-0.84915		Casa Colonia de Santa Eulalia,Colonia Santa Eulalia,Colonia de Santa Eulalia		60	A	03123	
2519339	Colonia de la Sierra de Salinas	colonia-de-la-sierra-de-salinas	ES		0	Europe/Madrid	38.52774	-0.98999		Casa Colonia de la Sierra de Salinas,Colonia de la Sierra de Salinas		60	A	03140	
2519341	Colonia	colonia	ES		0	Europe/Madrid	37.97547	-3.7669		Barrio Colonia,Colonia		51	J	23061	
2519354	Coll d'en Rabassa	coll-d-en-rabassa	ES		10434	Europe/Madrid	39.55083	2.69468		Coll d'en Rabassa,Coll d'en Rebassa		07	PM	07040	
2519356	Collado del Lobo	collado-del-lobo	ES		0	Europe/Madrid	38.16773	-3.64639		Collado del Lobo,Mina Collado del Lobo		51	J	23039	
2519357	Collado de Gil	collado-de-gil	ES		0	Europe/Madrid	38.17155	-1.47017		Caserio Collado de Gil,Caserío Collado de Gil,Collado de Gil		31	MU	30034	
2519364	Colador	colador	ES		0	Europe/Madrid	39.96667	-0.21667		Casas Colador,Colador		60	CS	12084	
2519375	Cofete	cofete	ES		0	Atlantic/Canary	28.09913	-14.38966		Cofete		53	GC	35015	
2519404	Escaleritas	escaleritas	ES		0	Atlantic/Canary	28.09924	-15.44721				53	GC	35016	
2519407	Ciudad de Waque	ciudad-de-waque	ES		0	Atlantic/Canary	28.46667	-16.38333				53	TF	38043	
2519415	Cinco Casas	cinco-casas	ES		0	Europe/Madrid	39.17414	-3.23636		Cinco Casas		54	CR	13005	
2519416	Cincho	cincho	ES		0	Europe/Madrid	37.89311	-6.82261				51	H	21004	
2519437	Churriana	churriana	ES		0	Europe/Madrid	36.66667	-4.5				51	MA	29067	
2519438	Churra	churra	ES		0	Europe/Madrid	38.0234	-1.13292		Churra		31	MU	30030	
2519449	Chozas	chozas	ES		0	Europe/Madrid	38.46667	-2.86667		Caserio Chozas,Caserío Chozas,Chozas		51	J	23065	
2519476	Chiquenge	chiquenge	ES		0	Atlantic/Canary	28.33543	-16.39946				53	TF	38004	
2519479	Chinorlet	chinorlet	ES		0	Europe/Madrid	38.41628	-0.96143		Chinorlet		60	A	03089	
2519482	Chincolla	chincolla	ES		0	Europe/Madrid	38.16667	-2.9				51	J	23097	
2519494	Chilluévar Vieja	chilluevar-vieja	ES		0	Europe/Madrid	38.00336	-3.03083		Casas Chilluevar Vieja,Casas Chilluévar Vieja,Chilluevar Vieja,Chilluévar Vieja		51	J	23030	
2519523	Cherrín	cherrin	ES		0	Europe/Madrid	37.62166	-3.04628		Caserio Charrin,Caserío Charrín,Charrin,Charrín,Cherrin,Cherrín,Cortijo de Cherin,Cortijo de Cherín		51	GR	18064	
2519550	Charcón	charcon	ES		0	Europe/Madrid	38.28333	-3.06667		Caserio Charcon,Caserío Charcón,Charcon,Charcón		51	J	23029	
2519559	Charán	charan	ES		0	Europe/Madrid	38.25242	-2.02309		Caserio Charan,Caserío Charán,Charan,Charán		31	MU	30028	
2519561	Chaparros	chaparros	ES		0	Europe/Madrid	38.58333	-2.43333		Caserio Cortijo de los Chaparros,Caserío Cortijo de los Chaparros,Chaparros		54	AB	02008	
2519571	Chajaco	chajaco	ES		0	Atlantic/Canary	28.35921	-16.38512				53	TF	38011	
2519576	Chacón	chacon	ES		0	Europe/Madrid	37.74154	-1.02628		Casas Chacon,Casas Chacón,Caserio Chacon,Caserío Chacón,Chacon,Chacón		31	MU	30037	
2519578	Chabaica	chabaica	ES		0	Atlantic/Canary	28.31752	-16.41788				53	TF	38020	
2519587	Cerro Pelado	cerro-pelado	ES		0	Europe/Madrid	38.13333	-3.68333		Caserio Cerro Pelado,Caserío Cerro Pelado,Cerro Pelado		51	J	23055	
2519588	Cerro Muriano	cerro-muriano	ES		0	Europe/Madrid	38.00451	-4.7704		Cerro Muriano		51	CO	14047	
2519589	Cerro Molino	cerro-molino	ES		0	Europe/Madrid	38.30328	-2.98423		Caserio Cerro Molino,Caserío Cerro Molino,Cerro Molino		51	J	23029	
2519591	Cerrolobo	cerrolobo	ES		0	Europe/Madrid	38.72992	-1.79975				54	AB	02003	
2519593	Cerro Hernando	cerro-hernando	ES		0	Europe/Madrid	37.86321	-3.31496		Casa de Cerro Hernando,Caserio Cerro Hernando,Caserío Cerro Hernando,Cerro Hernando		51	J	23053	
2519595	Cerrogordo	cerrogordo	ES		0	Atlantic/Canary	28.35	-16.73333				53	TF	38022	
2519598	El Cerro del Águila	el-cerro-del-aguila	ES		0	Europe/Madrid	37.37231	-5.95794		Cerro de las Aguilas,Cerro de las Águilas,Cerro del Aguila,Cerro del Aquila,Cerro del Águila,El Cerro del Aguila,El Cerro del Águila		51	SE	41091	
2519601	Cerroblanco	cerroblanco	ES		0	Europe/Madrid	38.72272	-2.39681		Cerroblanco,Cortijo Cerroblanco		54	AB	02059	
2519604	Cerrillo de Maracena	cerrillo-de-maracena	ES		0	Europe/Madrid	37.20108	-3.62646		Barriada Cerrillo de Maracena,Cerrillo de Maracena		51	GR	18087	
2519606	Cerricos del Hondo del Campo	cerricos-del-hondo-del-campo	ES		0	Europe/Madrid	38.55	-1.08333		Caserio Cerricos del Hondo del Campo,Caserío Cerricos del Hondo del Campo,Cerricos del Hondo del Campo		31	MU	30043	
2519612	Cerezo Gordo	cerezo-gordo	ES		0	Europe/Madrid	37.52093	-3.76325		Casas Cerezo Gordo,Cerezo Gordo,Cortijo de Cerezo Gordo		51	J	23093	
2519631	Centenil	centenil	ES		0	Europe/Madrid	37.3215	-7.29518		Caserio Centenil,Caserío Centenil,Centenil		51	H	21073	
2519637	Cenascuras	cenascuras	ES		0	Europe/Madrid	37.41029	-3.00513		Cenascuras,Cortijada Cenascuras		51	GR	18085	
2519642	Celadillas	celadillas	ES		0	Europe/Madrid	37.96667	-3.06667		Casas Celadillas,Celadillas		51	J	23028	
2519649	Ceja	ceja	ES		0	Europe/Madrid	38.70189	-1.202		Caserio Ceja,Caserio de Ceja,Caserío Ceja,Caserío de Ceja,Ceja		31	MU	30043	
2519664	Cebolla	cebolla	ES		3274	Europe/Madrid	39.94897	-4.57175		Cebolla	45046	54	TO	45046	
2519667	Ceal	ceal	ES		0	Europe/Madrid	37.72671	-3.0471				51	J	23045	
2519668	Ceal	ceal	ES		0	Europe/Madrid	37.72447	-3.05332				51	J	23045	
2519678	Cavafría	cavafria	ES		0	Europe/Madrid	38.38861	-0.91912		Caserio Cavafria,Caserío Cavafría,Cavafria,Cavafría		60	A	03089	
2519708	Castillo de Recena	castillo-de-recena	ES		0	Europe/Madrid	37.84839	-3.55949		Casa Castillo de Recena,Castillo de Recena		51	J	23052	
2519710	Castillo del Reboller	castillo-del-reboller	ES		0	Europe/Madrid	38.91667	-0.15				60	V	46127	
2519715	Castillo Bajo	castillo-bajo	ES		0	Europe/Madrid	36.73333	-3.96667		Caserio Castillo Bajo,Caserío Castillo Bajo,Castillo Bajo		51	MA	29091	
2519729	Castillejos	castillejos	ES		0	Europe/Madrid	38.71667	-6.51667		Barrio Castillejos,Castillejos		57	BA	06126	
2519752	Castelló de la Plana	castello-de-la-plana	ES		180005	Europe/Madrid	39.98567	-0.04935	30	CDT,Castello,Castello de la Plana,Castellon,Castellon de la Plana,Castelló,Castelló de la Plana,Castellón,Castellón de la Plana,Kastel'on-de-la-Plana,Kastelon de la Plana,ka si te li weng-de la pu la na,qʼstywn dh lh plʼnh,Кастельон-де-ла-Плана,Кастељон де ла Плана,קאסטיון דה לה פלאנה,カステリョン・デ・ラ・プラナ,卡斯特利翁-德拉普拉納	CS	60	CS	12040	
2519754	Castellitx	castellitx	ES		0	Europe/Madrid	39.55076	2.93749		Castellitx		07	PM	07004	
2519759	Castellar y Oliveral	castellar-y-oliveral	ES		0	Europe/Madrid	39.42632	-0.36405				60	V	46250	
2519761	Castellar de Santisteban	castellar-de-santisteban	ES		3389	Europe/Madrid	38.25422	-3.13179		Castellar de Santisteban,Castillar de Santisteban		51	J	23025	
2519776	Castaño de Robledo	castano-de-robledo	ES		0	Europe/Madrid	37.89677	-6.70376				51	H	21022	
2519787	Casiñas Bajas	casinas-bajas	ES		0	Europe/Madrid	39.35	-7.28333		Barrio de las Casinas Bajas,Barrio de las Casiñas Bajas,Casinas Bajas,Casiñas Bajas		57	CC	10203	
2519788	Casiñas Altas	casinas-altas	ES		0	Europe/Madrid	39.35	-7.28333		Barrio de las Casinas Altas,Barrio de las Casiñas Altas,Casinas Altas,Casiñas Altas		57	CC	10203	
2519789	Casillas de Valverde	casillas-de-valverde	ES		0	Europe/Madrid	37.96522	-3.66682		Casas Casillas de Valverde,Casillas de Valverde		51	J	23085	
2519792	Casillas de Marín de Arriba	casillas-de-marin-de-arriba	ES		0	Europe/Madrid	38.93812	-1.3478		Caserio Casillas de Marin de Arriba,Caserío Casillas de Marín de Arriba,Casillas de Marin de Arriba,Casillas de Marín de Arriba		54	AB	02039	
2519793	Casillas de Marín de Abajo	casillas-de-marin-de-abajo	ES		0	Europe/Madrid	38.94455	-1.31327		Caserio Casillas de Marin de Abajo,Caserío Casillas de Marín de Abajo,Casillas de Marin de Abajo,Casillas de Marín de Abajo		54	AB	02039	
2519800	Casicas	casicas	ES		0	Europe/Madrid	38.16314	-0.8115		Caserio de las Casicas,Caserío de las Casicas,Casicas		60	A	03059	
2519801	Casicas	casicas	ES		0	Europe/Madrid	38.06721	-2.01776		Casa Casicas,Casicas,Las Casicas		31	MU	30015	
2519803	Caserío Solana	caserio-solana	ES		0	Europe/Madrid	38.68333	-0.8		Caserio Casas Solana,Caserio Solana,Caserío Solana		60	A	03051	
2519804	Caserío San Rafael	caserio-san-rafael	ES		0	Europe/Madrid	36.79386	-5.87631		Caserio San Rafael,Caserío San Rafael,Cortijo de San Rafael		51	CA	11006	
2519805	Caserío Río Ugijar	caserio-rio-ugijar	ES		0	Europe/Madrid	36.95	-3.05		Caserio Rio Ugijar,Caserío Río Ugijar,Cortijo Rio Ugijar,Cortijo Río Ugijar		51	AL	04007	
2519806	Caserío Prado Negro	caserio-prado-negro	ES		0	Europe/Madrid	37.32455	-3.44923				51	GR	18099	
2519807	Caserío Poloria	caserio-poloria	ES		0	Europe/Madrid	37.45442	-3.55999		Caserio Poloria,Caserío Poloria,Cortijo Poloria		51	GR	18105	
2519808	Caserío Peral	caserio-peral	ES		0	Europe/Madrid	37.46667	-6		Caserio Peral,Caserío Peral,Cortijo del Peral		51	SE	41007	
2519809	Caserío Morera	caserio-morera	ES		0	Europe/Madrid	38.79385	-0.69692				60	V	46184	
2519810	Caserío Matallana	caserio-matallana	ES		0	Europe/Madrid	38.68012	-2.61588		Caserio Matallana,Caserío Matallana,Cortijo de Matallana		54	AB	02062	
2519811	Caserío Majadales	caserio-majadales	ES		0	Europe/Madrid	36.71667	-6.4				51	CA	11016	
2519812	Caserío Los Tarquinos	caserio-los-tarquinos	ES		0	Europe/Madrid	37.86569	-1.10025		Casas Los Tarquinos,Caserio Los Tarquinos,Caserío Los Tarquinos		31	MU	30030	
2519813	Caserío Los Rizos	caserio-los-rizos	ES		0	Europe/Madrid	37.66667	-0.85				31	MU	30016	
2519814	Caserío Los Minayas	caserio-los-minayas	ES		0	Europe/Madrid	39.1461	-2.50599		Casa de los Minayas,Caserio Los Minayas,Caserío Los Minayas		54	AB	02081	
2519815	Caserío Los Majadales	caserio-los-majadales	ES		0	Europe/Madrid	36.697	-5.82563		Casas de los Majadales,Caserio Los Majadales,Caserío Los Majadales		51	CA	11006	
2519816	Caserío Los Fuentes de los Solanos	caserio-los-fuentes-de-los-solanos	ES		0	Europe/Madrid	37.61667	-1.16667		Casas de los Solanos,Caserio Los Fuentes de los Solanos,Caserío Los Fuentes de los Solanos		31	MU	30016	
2519817	Caserío Los Espinares	caserio-los-espinares	ES		0	Europe/Madrid	37.46667	-3.66667		Caserio Los Espinares,Caserío Los Espinares,Cortijo de los Espinares		51	GR	18028	
2519818	Caserío Los Alfasos	caserio-los-alfasos	ES		0	Europe/Madrid	38.58333	-0.61667				60	A	03053	
2519819	Caserío Lobrazán	caserio-lobrazan	ES		0	Europe/Madrid	36.91667	-3.21667		Caserio Lobrazan,Caserio de Lobrosan,Caserío Lobrazán,Caserío de Lobrosan		51	GR	18121	
2519820	Caserío Les Eres	caserio-les-eres	ES		0	Europe/Madrid	38.63333	-0.66667				60	A	03096	
2519821	Caserío Las Carboneras	caserio-las-carboneras	ES		0	Europe/Madrid	36.76667	-5.61667		Caserio Las Carboneras,Caserío Las Carboneras,Rancho de las Carboneras		51	CA	11006	
2519822	Caserío Las Cañas	caserio-las-canas	ES		0	Europe/Madrid	36.80507	-5.84958		Caserio Las Canas,Caserío Las Cañas,Cortijo de las Canas,Cortijo de las Cañas		51	CA	11006	
2519823	Caserío La Estación	caserio-la-estacion	ES		0	Europe/Madrid	39.01667	-0.2				60	V	46146	
2519824	Caserío La Dehesilla	caserio-la-dehesilla	ES		0	Europe/Madrid	37.3029	-3.60794		Caserio La Dehesilla,Caserío La Dehesilla,Cortijo de la Dehesilla		51	GR	18050	
2519825	Caserío La Cordillera	caserio-la-cordillera	ES		0	Europe/Madrid	36.91667	-5.66667		Caserio La Cordillera,Caserío La Cordillera,Cortijo de la Cordillera		51	CA	11041	
2519826	Caserío Judío y Moro	caserio-judio-y-moro	ES		0	Europe/Madrid	39.97545	-6.16148		Casa Judio y Moro,Casa Judío y Moro,Caserio Judio y Moro,Caserío Judío y Moro		57	CC	10148	
2519827	Caserío Huenes	caserio-huenes	ES		0	Europe/Madrid	37.09906	-3.53115		Caserio Huenes,Caserío Huenes,Cortijo de Huenes		51	GR	18134	
2519829	Caserío Fuente Higuera	caserio-fuente-higuera	ES		0	Europe/Madrid	38.55	-0.36667		Casas de la Fuente de la Higuera,Caserio Fuente Higuera,Caserío Fuente Higuera		60	A	03112	
2519830	Caserío Franchs	caserio-franchs	ES		0	Europe/Madrid	39.03333	-0.46667				60	V	46119	
2519831	Caserío El Villarejo	caserio-el-villarejo	ES		0	Europe/Madrid	37.17571	-6.64559				51	H	21005	
2519832	Caserío El Salido	caserio-el-salido	ES		0	Europe/Madrid	38.93333	-0.51667				60	V	46183	
2519833	Caserío El Pozuelo	caserio-el-pozuelo	ES		0	Europe/Madrid	37.44732	-3.5822		Caserio El Pozuelo,Caserío El Pozuelo,Cortijo El Pozuelo		51	GR	18105	
2519834	Caserío El Pozuelo	caserio-el-pozuelo	ES		0	Europe/Madrid	37.35	-3.65		Caserio El Pozuelo,Caserío El Pozuelo,Cortijo del Pozuelo		51	GR	18003	
2519835	Caserío El Portillo	caserio-el-portillo	ES		0	Europe/Madrid	38.68333	-0.8		Caserio El Portillo,Caserio Portillo,Caserío El Portillo,Caserío Portillo		60	A	03051	
2519836	Caserío El Cárcamo	caserio-el-carcamo	ES		0	Europe/Madrid	37.2124	-4.06303		Caserio El Carcamo,Caserío El Cárcamo,Cortijos del Carcamo,Cortijos del Cárcamo		51	GR	18100	
2519837	Caserío El Campello	caserio-el-campello	ES		0	Europe/Madrid	38.56667	-0.61667		Caserio Campello,Caserio El Campello,Caserío Campello,Caserío El Campello		60	A	03053	
2519838	Caserío Dehesa de Abajo	caserio-dehesa-de-abajo	ES		0	Europe/Madrid	37.20646	-6.17771		Casa de la Dehesa de Abajo,Caserio Dehesa de Abajo,Caserío Dehesa de Abajo		51	SE	41079	
2519839	Caserío de Casillas	caserio-de-casillas	ES		0	Europe/Madrid	39.48616	-7.14166				57	CC	10203	
2519840	Caserío Comisario	caserio-comisario	ES		0	Europe/Madrid	38.46868	-1.22404		Casas del Comisario,Caserio Comisario,Caserío Comisario		31	MU	30022	
2519841	Caserío Claras	caserio-claras	ES		0	Europe/Madrid	38.33029	-2.21846		Caserio Claras,Caserío Claras,Cortijo de Claras		54	AB	02086	
2519842	Caserío Casas de Capuchinos	caserio-casas-de-capuchinos	ES		0	Europe/Madrid	38.81667	-0.58333		Casa Chalet Casas de Capuchinos,Caserio Casas de Capuchinos,Caserío Casas de Capuchinos		60	V	46184	
2519843	Caserío Casa Sanchis	caserio-casa-sanchis	ES		0	Europe/Madrid	38.95	-0.53333				60	V	46145	
2519844	Caserío Carrasquilla	caserio-carrasquilla	ES		0	Europe/Madrid	38.28984	-1.38832		Casa de la Carrasquilla,Caserio Carrasquilla,Caserío Carrasquilla		31	MU	30019	
2519845	Caserío Capuchinos	caserio-capuchinos	ES		0	Europe/Madrid	38.92538	-0.55091				60	V	46183	
2519846	Caserío Cantarilla	caserio-cantarilla	ES		0	Europe/Madrid	36.98333	-3.1		Caserio Cantarilla,Caserío Cantarilla,Cortijo de Cantarilla		51	GR	18183	
2519847	Caserío Cañada	caserio-canada	ES		0	Europe/Madrid	38.48255	-0.34218		Casas de las Canadas,Casas de las Cañadas,Caserio Canada,Caserío Cañada		60	A	03050	
2519848	Caserío Bulumor	caserio-bulumor	ES		0	Europe/Madrid	36.91476	-3.20927		Caserio Bulumor,Caserio de Bulumar,Caserío Bulumor,Caserío de Bulumar		51	GR	18121	
2519849	Caserío Balagar	caserio-balagar	ES		0	Europe/Madrid	37.45	-3.61667		Caserio Balagar,Caserio de Balagar,Caserío Balagar,Caserío de Balagar		51	GR	18105	
2519850	Caserío Aljibes	caserio-aljibes	ES		0	Europe/Madrid	38.8277	-1.25811		Caserio Aljibes,Caserío Aljibes,Los Aljibes		54	AB	02009	
2519852	Cas Concos	cas-concos	ES		0	Europe/Madrid	39.41659	3.13818		Cals Concos,Cas Concos		07	PM	07022	
2519859	Casa Zapata	casa-zapata	ES		0	Europe/Madrid	39.11451	-2.02818		Casa Zapata,Caserio Casa Zapata,Caserío Casa Zapata		54	AB	02035	
2519862	Casas Viejas	casas-viejas	ES		0	Europe/Madrid	38.83751	-1.28366		Casas Viejas,Caserio Casas Viejas,Caserío Casas Viejas		54	AB	02009	
2519863	Casas San Nicolás	casas-san-nicolas	ES		0	Europe/Madrid	38.63333	-0.75		Casa de San Nicolas,Casa de San Nicolás,Casas San Nicolas,Casas San Nicolás		60	A	03043	
2519866	Casas Pontet	casas-pontet	ES		0	Europe/Madrid	38.8	0.01667		Casa Pontet,Casas Pontet		60	A	03101	
2519867	Casas Playas	casas-playas	ES		0	Europe/Madrid	38.68333	0.13333				60	A	03128	
2519868	Casa Sola	casa-sola	ES		0	Europe/Madrid	38.65333	-2.04813				54	AB	02006	
2519873	Casas Morrón de Arate	casas-morron-de-arate	ES		0	Europe/Madrid	36.98333	-4.15		Casa del Morron,Casa del Morrón,Casas Morron de Arate,Casas Morrón de Arate		51	GR	18192	
2519874	Casas Marqués de la Encomienda	casas-marques-de-la-encomienda	ES		0	Europe/Madrid	38.73836	-6.4925		Casas Marques de la Encomienda,Casas Marqués de la Encomienda,Casas del Marques de la Encomienda,Casas del Marqués de la Encomienda		57	BA	06011	
2519875	Casas Los Collados	casas-los-collados	ES		0	Europe/Madrid	38.8	-0.85		Casa del Collado,Casas Los Collados		60	V	46128	
2519876	Casas las Escarihuelas	casas-las-escarihuelas	ES		0	Europe/Madrid	37.59688	-1.06872				31	MU	30016	
2519877	Casas Las Basas	casas-las-basas	ES		0	Europe/Madrid	39.05	-0.2				60	V	46143	
2519878	Casas Jara	casas-jara	ES		0	Europe/Madrid	38.8	0.001				60	A	03101	
2519881	Casas Devesa	casas-devesa	ES		0	Europe/Madrid	38.88165	-0.03501		Casas Devesa		60	A	03063	
2519883	Casas de Torrat	casas-de-torrat	ES		0	Europe/Madrid	38.66667	0.06667		Casas de Torrat,Caserio Casas de Torrat,Caserío Casas de Torrat		60	A	03047	
2519884	Casas de Tornajuelo	casas-de-tornajuelo	ES		0	Europe/Madrid	37.97994	-2.09603				31	MU	30015	
2519885	Casas de Tallante	casas-de-tallante	ES		0	Europe/Madrid	37.64642	-1.15861		Casas de Tallante,Tallante		31	MU	30016	
2519890	Casas de Quilis	casas-de-quilis	ES		0	Europe/Madrid	38.98333	-0.55		Casas Quilis,Casas de Quilis,Caserio Casas de Quilis,Caserío Casas de Quilis		60	V	46180	
2519892	Casas de Penén de Albosa	casas-de-penen-de-albosa	ES		0	Europe/Madrid	39.4	-1.25		Casas de Penen de Albosa,Casas de Penén de Albosa,Caserio Penen,Caserío Penen		60	V	46213	
2519893	Casas de Penén de Albosa	casas-de-penen-de-albosa	ES		0	Europe/Madrid	39.28333	-1.1		Casas de Penen de Albosa,Casas de Penén de Albosa,Caserio Casas de Penen de Albosa,Caserío Casas de Penén de Albosa		60	V	46097	
2519894	Casas de Panes	casas-de-panes	ES		0	Europe/Madrid	37.78752	-1.77239		Casas de Panes,Caserio Casas de Panes,Caserío Casas de Panes		31	MU	30024	
2519897	Casas de Montoya	casas-de-montoya	ES		0	Europe/Madrid	39.01198	-2.32675		Casas de Montoya,Caserio Casa de Montoya,Caserío Casa de Montoya		54	AB	02043	
2519900	Casas de Matías	casas-de-matias	ES		0	Europe/Madrid	38.64515	-0.97359				60	A	03140	
2519902	Casas del Zorra	casas-del-zorra	ES		0	Europe/Madrid	37.61723	-0.96507				31	MU	30016	
2519903	Casas del Señor	casas-del-senor	ES		0	Europe/Madrid	38.40542	-0.95325		Casas del Senor,Casas del Señor		60	A	03089	
2519909	Casas de los Losares	casas-de-los-losares	ES		0	Europe/Madrid	38.22621	-1.56391		Casas de los Losares,Caserio Los Losares,Caserío Los Losares		31	MU	30019	
2519910	Casas de los Garcías	casas-de-los-garcias	ES		0	Europe/Madrid	37.83464	-1.18479		Casas Los Garcias,Casas de los Garcias,Casas de los Garcías,Caserio Los Garcias,Caserío Los Garcías		31	MU	30030	
2519911	Casas de los Díaz	casas-de-los-diaz	ES		0	Europe/Madrid	38.16667	-0.93333		Casas de los Diaz,Casas de los Díaz		60	A	03099	
2519912	Casas de los Albañiles	casas-de-los-albaniles	ES		0	Europe/Madrid	37.64661	-1.12435		Casas de los Albaniles,Casas de los Albañiles,Los Albaniles,Los Albañiles		31	MU	30016	
2519914	Casas del Obrero	casas-del-obrero	ES		0	Europe/Madrid	39.02612	-0.78053				60	V	46107	
2519915	Casas del Notari	casas-del-notari	ES		0	Europe/Madrid	38.71667	-0.66667		Casas del Notari,Casas del Notario,Caserio Casas del Notari,Caserío Casas del Notari		60	V	46072	
2519917	Casas del Molino Alto	casas-del-molino-alto	ES		0	Europe/Madrid	37.66667	-1.15		Casas del Molino Alto,Caserio Casas del Molino Alto,Caserío Casas del Molino Alto		31	MU	30016	
2519918	Casas del Mojón	casas-del-mojon	ES		0	Europe/Madrid	37.61558	-0.97848				31	MU	30016	
2519919	Casas del Llano	casas-del-llano	ES		0	Europe/Madrid	37.77474	-1.23772		Casas del Llano,Caserio Casas del Llano,Caserío Casas del Llano		31	MU	30021	
2519920	Casas del Jinete	casas-del-jinete	ES		0	Europe/Madrid	38.52809	-2.08417		Casas del Ginete,Casas del Jinete,Caserio Casas del Jinete,Caserío Casas del Jinete		54	AB	02011	
2519921	Casas de Ligero	casas-de-ligero	ES		0	Europe/Madrid	39.02491	-0.80192		Casas de Ligero,Caserio Casas de Ligero,Caserío Casas de Ligero		60	V	46073	
2519922	Casas del Hondo	casas-del-hondo	ES		0	Europe/Madrid	37.80004	-0.92242		Casas del Hondo,Caserio Casas del Hondo,Caserío Casas del Hondo		31	MU	30037	
2519924	Casas del Civil	casas-del-civil	ES		0	Europe/Madrid	37.86523	-1.05639		Casas del Civil,Caserio Casas del Civil,Caserío Casas del Civil		31	MU	30030	
2519928	Casas de las Chicharronas	casas-de-las-chicharronas	ES		0	Europe/Madrid	37.79826	-0.96336		Casas Las Chicharronas,Casas de las Chicharronas,Caserio Los Chicharronas,Caserío Los Chicharronas		31	MU	30037	
2519929	Casas del Arroyo	casas-del-arroyo	ES		0	Europe/Madrid	38.34451	-1.90858		Casas del Arroyo,Caserio Casas del Arroyo,Caserío Casas del Arroyo		54	AB	02072	
2519930	Casas de la Peña	casas-de-la-pena	ES		0	Europe/Madrid	39.00968	-1.3153				54	AB	02010	
2519931	Casas de la Peña	casas-de-la-pena	ES		0	Europe/Madrid	38.67766	-1.52599		Casas de la Pena,Casas de la Peña,Caserio Casas de la Pena,Caserío Casas de la Peña		54	AB	02033	
2519932	Casas de la Parra de Arriba	casas-de-la-parra-de-arriba	ES		0	Europe/Madrid	39.23333	-0.63333		Casas de la Parra de Arriba,Caserio Casas de la Parra de Arriba		60	V	46246	
2519933	Casas de la Parra de Abajo	casas-de-la-parra-de-abajo	ES		0	Europe/Madrid	39.21667	-0.61667		Casas de la Parra de Abajo,Caserio Casas de la Parra de Abajo,Caserío Casas de la Parra de Abajo		60	V	46246	
2519934	Casas de la Loma	casas-de-la-loma	ES		0	Europe/Madrid	39.35265	-2.23366				54	CU	16166	
2519935	Casas del Aljibe	casas-del-aljibe	ES		0	Europe/Madrid	37.76262	-1.34275		Casas del Algibe,Casas del Aljibe,Caserio Casas del Aljibe,Caserío Casas del Aljibe		31	MU	30008	
2519936	Casas de la Gorda	casas-de-la-gorda	ES		0	Europe/Madrid	39.03333	-0.81667		Casas de la Gorda,Caserio Casa de la Gorda,Caserío Casa de la Gorda		60	V	46073	
2519939	Casas de Juan Fernández	casas-de-juan-fernandez	ES		0	Europe/Madrid	39.4	-1.8				54	CU	16113	
2519940	Casas de Jordán	casas-de-jordan	ES		0	Europe/Madrid	38.60921	-0.90821				60	A	03140	
2519942	Casas de Hipólito	casas-de-hipolito	ES		0	Europe/Madrid	39.61667	-1.53333		Casas de Hipolito,Casas de Hipólito,Caserio Casas de Hipolito,Caserío Casas de Hipólito		54	CU	16126	
2519947	Casas de Estepa	casas-de-estepa	ES		0	Europe/Madrid	37.95708	-3.05928		Casas de Estepa,Caserio Casas de Estepa,Caserío Casas de Estepa		51	J	23028	
2519948	Casas de Egea	casas-de-egea	ES		0	Europe/Madrid	37.69847	-1.21153		Casas de Egea,Caserio Casa de Egea,Caserío Casa de Egea		31	MU	30021	
2519951	Casas de Don Juan	casas-de-don-juan	ES		0	Europe/Madrid	37.83206	-2.42973		Casas de Don Juan,Cortijo Casas de Don Juan		51	GR	18164	
2519953	Casas de Cuerva	casas-de-cuerva	ES		0	Europe/Madrid	38.98922	-2.24485				54	AB	02015	
2519955	Casas de Arriba	casas-de-arriba	ES		0	Europe/Madrid	37.88333	-6.68333				51	H	21022	
2519956	Casas de Architana	casas-de-architana	ES		0	Europe/Madrid	38.28353	-1.78687				31	MU	30028	
2519957	Casas de Alcance	casas-de-alcance	ES		0	Europe/Madrid	39.25	-1.08333				60	V	46097	
2519958	Casas de Abril	casas-de-abril	ES		0	Europe/Madrid	39.06274	-2.26886				54	AB	02015	
2519962	Casas Cubells	casas-cubells	ES		0	Europe/Madrid	38.78307	-0.79957		Casas Cubells,Casas de Cubells		60	A	03140	
2519963	Casas Coloradas	casas-coloradas	ES		0	Europe/Madrid	38.1709	-1.65477				31	MU	30013	
2519964	Casas Chorrillo	casas-chorrillo	ES		0	Europe/Madrid	38.51667	-0.81667		Casa del Chorrillo,Casas Chorrillo		60	A	03123	
2519965	Casas Carrasco	casas-carrasco	ES		0	Europe/Madrid	38.12982	-2.69071		Casas Carrasco,Casas de Carrasco		51	J	23904	
2519966	Casas Cabañes	casas-cabanes	ES		0	Europe/Madrid	38.58333	-0.61667				60	A	03053	
2519969	Casa San Vicente	casa-san-vicente	ES		0	Europe/Madrid	38.81667	-0.66667				60	V	46184	
2519971	Casas Alfás	casas-alfas	ES		0	Europe/Madrid	38.8	0.03333				60	A	03101	
2519972	Casas Albardanera	casas-albardanera	ES		0	Europe/Madrid	38.81667	0.03333				60	A	03101	
2519973	Casas Abiar	casas-abiar	ES		0	Europe/Madrid	38.73333	0.11667				60	A	03128	
2519977	Casarrosa	casarrosa	ES		0	Europe/Madrid	38.60363	-2.28281				54	AB	02058	
2519983	Casarejo	casarejo	ES		0	Europe/Madrid	37.8039	-3.6499		Casarejo,Caserio Casarejo,Caserío Casarejo		51	J	23058	
2519986	Casa Rabosa	casa-rabosa	ES		0	Europe/Madrid	38.90412	-0.85288				60	V	46170	
2519990	Casaquemada	casaquemada	ES		0	Atlantic/Canary	28.71257	-17.95589				53	TF	38047	
2519991	Casa Puerto Blanco	casa-puerto-blanco	ES		0	Europe/Madrid	37.38333	-3.68333		Casa Puerto Blanco,Caserio de Puerto Blanco,Caserío de Puerto Blanco		51	GR	18051	
2519992	Casa Pelayo	casa-pelayo	ES		0	Europe/Madrid	39.16667	-0.36667				60	V	46098	
2519993	Casa Olivos	casa-olivos	ES		0	Europe/Madrid	37.5	-3.58333		Casa Olivos,Cortijo de los Olivos		51	J	23064	
2519998	Casa Motor de Don Pedro	casa-motor-de-don-pedro	ES		0	Europe/Madrid	39.31667	-0.43333				60	V	46194	
2519999	Casa Matao	casa-matao	ES		0	Europe/Madrid	39.11058	-2.0959		Casa Matao,Caserio Casa Matao,Caserío Casa Matao		54	AB	02035	
2520000	Casa Madres	casa-madres	ES		0	Europe/Madrid	39.30649	-2.61574		Casa Madres,Casa de las Medres		54	AB	02081	
2520002	Casa Lloma Rasa	casa-lloma-rasa	ES		0	Europe/Madrid	38.81667	-0.7				60	V	46184	
2520004	Casa Jara	casa-jara	ES		0	Europe/Madrid	39.25	-1.98333		Casa Jara,Casa de la Jara		54	AB	02073	
2520005	Casa Grande	casa-grande	ES		0	Europe/Madrid	39.03867	-1.96776				54	AB	02003	
2520006	Casafuerte	casafuerte	ES		0	Europe/Madrid	36.79185	-3.17489				51	GR	18006	
2520008	Casa de Peña	casa-de-pena	ES		0	Europe/Madrid	39.24165	-2.38827		Casa de Pena,Casa de Peña,Caserio Casas de Pena,Caserío Casas de Peña		54	AB	02081	
2520009	Casa de Megina	casa-de-megina	ES		0	Europe/Madrid	37.38333	-6.1		Casa de Megina,Casa de Mejina		51	SE	41040	
2520010	Casa del Pino	casa-del-pino	ES		0	Europe/Madrid	39.30458	-2.69835				54	AB	02081	
2520011	Casa de los Frailes	casa-de-los-frailes	ES		0	Europe/Madrid	37.99288	-3.41148		Casa de los Frailes,Caseria de los Frailes,Caserio Casa de los Frailes,Casería de los Frailes,Caserío Casa de los Frailes		51	J	23092	
2520012	Casa de los Catalinorros	casa-de-los-catalinorros	ES		0	Europe/Madrid	38.74317	-1.34966				54	AB	02051	
2520013	Casa del Conde	casa-del-conde	ES		0	Europe/Madrid	39.18333	-1.31667		Casa del Conde,Colonia Casa del Conde,Colonia de San Roman,Colonia de San Román,Villa de Cubero		54	AB	02023	
2520014	Casa del Cerro	casa-del-cerro	ES		0	Europe/Madrid	39.03448	-2.52865		Casa del Cerro,Caserio Casa del Cerro,Caserío Casa del Cerro		54	AB	02053	
2520015	Casa de las Tablas	casa-de-las-tablas	ES		0	Europe/Madrid	38.04956	-2.81765		Casa de las Tablas,Caserio Casa de Las Tablas,Caserío Casa de Las Tablas,Cortijada de las Tablas		51	J	23904	
2520016	Casa de la Maestra	casa-de-la-maestra	ES		0	Europe/Madrid	38.81667	-0.01667		Casa de la Maestra,Cases Casa de la Maestra		60	A	03026	
2520017	Casa del Administrador	casa-del-administrador	ES		0	Europe/Madrid	38.75515	-1.37719		Casa del Administrador,Caserio Casa del Administrador,Caserío Casa del Administrador		54	AB	02051	
2520019	Casa de Jaime	casa-de-jaime	ES		0	Europe/Madrid	38.71697	-1.32312		Casa de Jaime,Casas de Jaime		54	AB	02051	
2520020	Casa de Eusebi	casa-de-eusebi	ES		0	Europe/Madrid	38.81667	-0.66667		Casa Eusebi,Casa de Eusebi		60	V	46184	
2520021	Casa de Delgado	casa-de-delgado	ES		0	Europe/Madrid	38.95072	-1.2874				54	AB	02010	
2520022	Casa de Berruga	casa-de-berruga	ES		0	Europe/Madrid	38.90577	-2.27748		Casa de Berruga,Caserio Casa de Berruga,Caserío Casa de Berruga		54	AB	02043	
2520024	Casa Colorada	casa-colorada	ES		0	Europe/Madrid	38.58313	-1.85765		Casa Colorada,Caserio Casa Colorada,Caserío Casa Colorada		54	AB	02044	
2520025	Casa Caurilla	casa-caurilla	ES		0	Europe/Madrid	37.4	-3.71667		Casa Caurilla,Caserio de Caurilla,Caserío de Caurilla		51	GR	18051	
2520026	Casa Castillo	casa-castillo	ES		0	Europe/Madrid	37.62039	-1.67898		Casa Castillo,Caserio Casa Castillo,Caserío Casa Castillo		31	MU	30024	
2520027	Casa Capitán	casa-capitan	ES		0	Europe/Madrid	39.06234	-2.04273				54	AB	02003	
2520029	Casa Caballos	casa-caballos	ES		0	Europe/Madrid	39.03808	-2.04808		Casa Caballos,Caserio Casa Caballos,Caserío Casa Caballos		54	AB	02003	
2520036	Casa Blanca	casa-blanca	ES		0	Europe/Madrid	38.63162	-1.96765				54	AB	02044	
2520038	Casa Blanca	casa-blanca	ES		0	Europe/Madrid	37.86151	-0.87494		Casa Blanca,Casas Blancas,Caserio Casa Blanca,Caserío Casa Blanca		31	MU	30030	
2520046	Casa Balde	casa-balde	ES		0	Europe/Madrid	38.55	-0.36667		Casa Balde,Caserio Casa Balde,Caserío Casa Balde		60	A	03112	
2520047	Casa Aparicio	casa-aparicio	ES		0	Europe/Madrid	38.95941	-1.40375		Casa Aparicio,Caserio Casa Aparicio,Caserío Casa Aparicio		54	AB	02039	
2520048	Casa Ale	casa-ale	ES		0	Europe/Madrid	39.3	-0.38333				60	V	46233	
2520050	Cartuja	cartuja	ES		0	Europe/Madrid	37.50074	-5.93822		Cartuja,Caserio Cartuja,Caserío Cartuja		51	SE	41081	
2520053	Estación de Cártama	estacion-de-cartama	ES		5000	Europe/Madrid	36.73333	-4.61667				51	MA	29038	
2520190	Capnegret	capnegret	ES		0	Europe/Madrid	38.61281	-0.03751		Caserio Capnegret,Caserío Capnegret		60	A	03018	
2520060	Carroja	carroja	ES		0	Europe/Madrid	38.82079	-0.24019		Carroja		60	A	03136	
2520069	Carrizal	carrizal	ES		22000	Atlantic/Canary	27.91161	-15.40558		Carrizal de Ingenio,El Carrizal		53	GC	35011	
2520081	Calle del Mar	calle-del-mar	ES		0	Europe/Madrid	38.43333	-0.38333				60	A	03050	
2520084	Carrasquilla	carrasquilla	ES		0	Europe/Madrid	38.13466	-1.75777		Carrasquilla,Caserio Carrasquilla,Caserío Carrasquilla,La Carrasquilla		31	MU	30017	
2520085	Carraspite	carraspite	ES		0	Europe/Madrid	36.78344	-4.01629		Carraspite,Caserio Carraspite,Caserío Carraspite		51	MA	29086	
2520099	Carramaiza	carramaiza	ES		0	Europe/Madrid	37.6434	-2.84885		Carramaiza,Cuevas Carramaiza		51	GR	18194	
2520103	Carraca	carraca	ES		0	Europe/Madrid	37.36667	-6.28333		Carraca,Caserio Carraca,Caserío Carraca		51	SE	41051	
2520108	Carpesa	carpesa	ES		0	Europe/Madrid	39.51667	-0.38333		Carpesa		60	V	46250	
2520122	Carija	carija	ES		0	Europe/Madrid	36.8779	-5.73122		Carija,Caserio Carija,Caserío Carija		51	CA	11017	
2520123	Caregüela	careguela	ES		0	Europe/Madrid	37.53809	-3.14888		Careguela,Caregüela,Caserio Careguela,Caserío Caregüela		51	GR	18152	
2520126	Cardón	cardon	ES		0	Atlantic/Canary	28.26172	-14.14245				53	GC	35015	
2520128	Cardiles	cardiles	ES		0	Europe/Madrid	37.70273	-2.79807		Cardiles,Caserio Cardiles,Caserío Cardiles,Cortijo de Cordiles		51	GR	18053	
2520142	Carche	carche	ES		0	Europe/Madrid	38.48333	-1.13333		Boquera del Carche,Carche,Caserio Boquera del Carche,Caserío Boquera del Carche		31	MU	30043	
2520149	Carcáuz	carcauz	ES		0	Europe/Madrid	36.87671	-2.72621		Barriada Carcauz,Barriada Carcáuz,Carcauz,Carcáuz		51	AL	04043	
2520187	Caprés	capres	ES		0	Europe/Madrid	38.23126	-1.13658		Capres,Caprés,Caserio Capres,Caserío Caprés		31	MU	30020	
2520189	Capones	capones	ES		0	Europe/Madrid	38.03499	-3.57689		Capones,Caserio Capones,Cortijo de Capones		51	J	23046	
2520199	Capela	capela	ES		0	Europe/Madrid	38.67138	-6.82808		Capela,Caserio Capela,Caserío Capela		57	BA	06010	
2520201	Es Capdellà	es-capdella	ES		80	Europe/Madrid	39.57845	2.47029		el Capdella,el Capdellà,es Capdella,es Capdellà		07	PM	07011	
2520219	Canteras	canteras	ES		0	Europe/Madrid	37.6132	-1.04215		Canteras		31	MU	30016	
2520220	Canteras	canteras	ES		0	Europe/Madrid	37.23333	-3.56667		Barriada Canteras,Canteras		51	GR	18011	
2520221	Cantera Blanca	cantera-blanca	ES		0	Europe/Madrid	37.41667	-3.95				51	J	23002	
2520225	Cantalgallo	cantalgallo	ES		0	Europe/Madrid	38.25	-6.1				57	BA	06074	
2520229	Can Picafort	can-picafort	ES		7257	Europe/Madrid	39.76567	3.15488		C'an Picafort,Can Picafort		07	PM	07055	
2520236	Caño Quebrado	cano-quebrado	ES		0	Europe/Madrid	37.77014	-3.81765		Cano Quebrado,Caserio Cano Quebrado,Caserío Caño Quebrado,Caño Quebrado		51	J	23050	
2520265	Canfornal	canfornal	ES		0	Europe/Madrid	37.33441	-2.32557		Canfornal,Caserio Canfornal,Caserío Canfornal		51	AL	04062	
2520297	Cañavera	canavera	ES		0	Europe/Madrid	38.1072	-3.37717		Canavera,Casa de la Canavera,Casa de la Cañavera,Caserio Canavera,Caserío Cañavera,Cañavera		51	J	23092	
2520298	Cañavedija	canavedija	ES		0	Europe/Madrid	39.7	-1.5		Canavedija,Casas Canavedija,Casas Cañavedija,Cañavedija		54	CU	16126	
2520338	Cañadas de Haches de Arriba	canadas-de-haches-de-arriba	ES		0	Europe/Madrid	38.63224	-2.16689		Canadas de Haches de Arriba,Cañadas de Haches de Arriba		54	AB	02017	
2520339	Cañadas de Haches de Abajo	canadas-de-haches-de-abajo	ES		0	Europe/Madrid	38.62635	-2.15979		Canadas de Haches de Abajo,Cañadas de Haches de Abajo		54	AB	02017	
2520341	Cañadas de Don Ciro	canadas-de-don-ciro	ES		0	Europe/Madrid	38.46996	-0.97299		Canadas de Don Ciro,Caserio Canadas de Don Ciro,Caserío Cañadas de Don Ciro,Cañadas de Don Ciro		60	A	03089	
2520348	Cañadajuncosa	canadajuncosa	ES		0	Europe/Madrid	39.54864	-2.24992				54	CU	16047	
2520350	Cañada Incosa	canada-incosa	ES		0	Europe/Madrid	38.1	-3.66667		Canada Incosa,Caserio Canada Incosa,Caserío Cañada Incosa,Cañada Incosa		51	J	23055	
2520360	Cañada de Miralles	canada-de-miralles	ES		0	Europe/Madrid	37.07179	-2.30477		Canada de Miralles,Cañada de Miralles,Cortijada Canada de Miralles,Cortijada Cañada de Miralles		51	AL	04088	
2520361	Cañada de Maiblasco	canada-de-maiblasco	ES		0	Europe/Madrid	38.38321	-2.68537		Canada de Maiblasco,Caserio Canada de Maiblasco,Caserío Cañada de Maiblasco,Cañada de Maiblasco		51	J	23016	
2520364	Cañada del Señor	canada-del-senor	ES		0	Europe/Madrid	38.42106	-2.58102		Canada del Senor,Caserio Canada del Senor,Caserío Cañada del Señor,Cañada del Señor		51	J	23082	
2520365	Cañada del Salobral	canada-del-salobral	ES		0	Europe/Madrid	38.78333	-1.96667		Canada del Molina,Canada del Salobral,Cañada del Molina,Cañada del Salobral		54	AB	02060	
2520367	Cañada del Ruido	canada-del-ruido	ES		0	Europe/Madrid	37.34713	-7.14779		Canada del Ruido,Caserio Canada del Ruido,Caserío Cañada del Ruido,Cañada del Ruido		51	H	21021	
2520372	Cañada de los Morteros	canada-de-los-morteros	ES		0	Europe/Madrid	37.64516	-2.93286		Canada de los Morteros,Cañada de los Morteros,Cortijada Canada de los Morteros,Cortijada Cañada de los Morteros		51	J	23070	
2520378	Cañada de la Madera	canada-de-la-madera	ES		0	Europe/Madrid	38.1393	-2.93285		Canada de la Madera,Caserio Canada de la Madera,Caserío Cañada de la Madera,Cañada de la Madera		51	J	23097	
2520382	Cañada de la Cierva	canada-de-la-cierva	ES		0	Europe/Madrid	38.03333	-3.01667				51	J	23080	
2520383	Cañada de Junco	canada-de-junco	ES		0	Europe/Madrid	37.1274	-4.05626		Canada de Junco,Cañada de Junco,Cortijada Canada del Junco,Cortijada Cañada del Junco		51	GR	18171	
2520384	Cañada de Gil	canada-de-gil	ES		0	Europe/Madrid	38.17167	-1.38862		Canada de Gil,Casa de la Canada Gil,Casa de la Cañada Gil,Caserio Canada de Gil,Caserío Cañada de Gil,Cañada de Gil		31	MU	30034	
2520385	Cañada de Gallego	canada-de-gallego	ES		0	Europe/Madrid	37.55315	-1.38205		Caserio Canada de Gallego,Caserío Cañada de Gallego		31	MU	30026	
2520386	Cañada de Canara	canada-de-canara	ES		0	Europe/Madrid	38.11704	-1.76345		Canada de Canara,Caserio Canada Canara,Caserío Cañada Canara,Cañada de Canara,Cortijada de Canada Canara,Cortijada de Cañada Canara		31	MU	30017	
2520387	Cañada de Calatrava	canada-de-calatrava	ES		106	Europe/Madrid	38.85429	-4.02103		Canada,Canada de Calatrava,Cañada,Cañada de Calatrava	13029	54	CR	13029	
2520389	Cañada de Alcalá	canada-de-alcala	ES		0	Europe/Madrid	37.49653	-3.79129		Canada de Alcala,Cañada de Alcalá,Cortijada Canada de Alcala,Cortijada Cañada de Alcalá		51	J	23033	
2520392	Cañada Buendía	canada-buendia	ES		0	Europe/Madrid	38.32705	-1.88222				54	AB	02072	
2520411	el Camp de Mirra	el-camp-de-mirra	ES		439	Europe/Madrid	38.68333	-0.76667		Campo de Mirra,El Camp de Mirra		60	A	03043	
2520412	Campo de la Parra	campo-de-la-parra	ES		0	Europe/Madrid	38.55016	-6.57457				57	BA	06099	
2520414	Campo de Arriba	campo-de-arriba	ES		0	Europe/Madrid	39.86667	-1.05		Campo de Arriba		60	V	46036	
2520415	Campo de Abajo	campo-de-abajo	ES		0	Europe/Madrid	39.85	-1.01667		Campo de Abajo		60	V	46036	
2520416	Campo Barracas	campo-barracas	ES		0	Europe/Madrid	38.69514	-0.65053		Campo Barracas,Caserio Campo Barracas,Caserío Campo Barracas		60	V	46072	
2520431	Campillo del Hambre	campillo-del-hambre	ES		0	Europe/Madrid	38.75881	-1.89059				54	AB	02063	
2520434	Campillo de Arriba	campillo-de-arriba	ES		0	Europe/Madrid	37.6998	-1.24594		Campillo de Arriba,Caserio Campillo de Arriba,Caserío Campillo de Arriba		31	MU	30021	
2520438	Campillo de Abajo	campillo-de-abajo	ES		0	Europe/Madrid	37.70667	-1.22224				31	MU	30021	
2520445	Campico de los López	campico-de-los-lopez	ES		0	Europe/Madrid	37.58818	-1.57814		Campico Lopez,Campico López,Campico de Lopez,Campico de los Lopez,Campico de los López		31	MU	30024	
2520457	Campanar	campanar	ES		0	Europe/Madrid	39.48333	-0.4				60	V	46250	
2520501	Calnegre	calnegre	ES		0	Europe/Madrid	37.50986	-1.40282		Puntas de Calnegre		31	MU	30024	
2520506	Callejones	callejones	ES		0	Atlantic/Canary	28.60176	-17.76851				53	TF	38053	
2520519	Caleta de Sebo	caleta-de-sebo	ES		656	Atlantic/Canary	29.23147	-13.50341		Caleta de Sebo		53	GC	35024	
2520520	Caleta de Interián	caleta-de-interian	ES		0	Atlantic/Canary	28.37245	-16.78752		Caleta de Interian,Caleta de Interián		53	TF	38015	
2520528	Calera y Chozas	calera-y-chozas	ES		4124	Europe/Madrid	39.88278	-4.98213		Calera,Calera y Chozas	45028	54	TO	45028	
2520538	Calderones	calderones	ES		0	Europe/Madrid	37.75933	-1.75722		Calderones,Cortijo de los Calderones		31	MU	30024	
2520546	Caldereta	caldereta	ES		0	Atlantic/Canary	28.58476	-13.87936				53	GC	35014	
2520560	Calarillo	calarillo	ES		0	Europe/Madrid	36.83333	-3.25		Calarillo,Caserio Calarillo,Caserío Calarillo		51	GR	18179	
2520561	Cala Reona	cala-reona	ES		701	Europe/Madrid	37.61667	-0.71667		Cala Reona,Caserio Cala Reona,Caserío Cala Reona		31	MU	30016	
2520564	Cala Rajada	cala-rajada	ES		6239	Europe/Madrid	39.71174	3.4631		Cala Rajada,Cala Ratjada		07	PM	07014	
2520565	Calandari	calandari	ES		0	Europe/Madrid	38.4	-0.55		Calandari,Caserio Calandari,Caserío Calandari		60	A	03122	
2520575	Cala Figuera	cala-figuera	ES		0	Europe/Madrid	39.33	3.17136		Cala Figuera		07	PM	07057	
2520577	Cala del Moral	cala-del-moral	ES		0	Europe/Madrid	36.71797	-4.30647				51	MA	29082	
2520591	Cajís	cajis	ES		0	Europe/Madrid	36.75905	-4.18555				51	MA	29094	
2520617	Cabrita	cabrita	ES		0	Europe/Madrid	37.69299	-3.4261		Cortijada Cabrita		51	J	23044	
2520622	Cabriles	cabriles	ES		0	Europe/Madrid	36.76667	-2.83333		Cabriles,Cortijada Cabriles		51	AL	04902	
2520625	Cabrerizas	cabrerizas	ES		0	Europe/Madrid	38.19022	-3.54607				51	J	23094	
2520626	Cabreras	cabreras	ES		0	Europe/Madrid	38.55453	-0.87284		Cabreras,Casas Cabreras,Casas de Cabreras		60	A	03140	
2520639	Cabrahiga	cabrahiga	ES		0	Europe/Madrid	38.43333	-6.43333		Cabrahiga,Cortijo Cabrahiga		57	BA	06158	
2520641	Cabra del Santo Cristo	cabra-del-santo-cristo	ES		2239	Europe/Madrid	37.70379	-3.28765		Cabra de Santo Cristo,Cabra del San Cristo,Cabra del Santo Cristo	23017	51	J	23017	
2520652	Cabezo de la Virgen	cabezo-de-la-virgen	ES		0	Europe/Madrid	38.62901	-0.95901		Cabezo de la Virgen,Casas Cabezo de la Virgen		60	A	03140	
2520653	Cabezo de la Plata	cabezo-de-la-plata	ES		0	Europe/Madrid	37.97911	-0.99182				31	MU	30030	
2520656	Cabeçó	cabeco	ES		0	Europe/Madrid	38.55335	-0.42358		Cabeco,Cabezo,Cabezó,Cabeçó,Casa Cabezo		60	A	03083	
2520658	Cabezas del Pasto	cabezas-del-pasto	ES		0	Europe/Madrid	37.60887	-7.32893				51	H	21058	
2520669	Cabeza Gorda	cabeza-gorda	ES		0	Europe/Madrid	38.18156	-2.6231		Cabeza Gorda,Casa de Cabeza Gorda,Cortijada Cabeza Gorda		51	J	23081	
2520670	Cabeza Gorda	cabeza-gorda	ES		0	Europe/Madrid	36.79368	-6.3		Cabeza Gorda,Cortijada Cabeza Gorda		51	CA	11032	
2520683	Caballón	caballon	ES		0	Europe/Madrid	37.48356	-6.71356		Caballon,Caballón,Caserio Caballon,Caserío Caballón		51	H	21053	
2520700	Burujón	burujon	ES		1449	Europe/Madrid	39.90113	-4.2973		Burujon,Burujón	45024	54	TO	45024	
2520717	Burgo	burgo	ES		0	Europe/Madrid	36.78963	-4.94724				51	MA	29031	
2520718	Burgallana	burgallana	ES		0	Europe/Madrid	37.29454	-1.8686		Barriada Burgallana,Barriada de Burgallana,Burgallana		51	AL	04035	
2520733	Bujaraiza	bujaraiza	ES		0	Europe/Madrid	38.11536	-2.79935				51	J	23043	
2520746	Bugéjar	bugejar	ES		0	Europe/Madrid	37.8794	-2.30184		Bugejar,Bugéjar,Casas Bugejar,Casas Bugéjar		51	GR	18164	
2520747	Bugaia de Dalt	bugaia-de-dalt	ES		0	Europe/Madrid	38.59887	-0.46567		Bugaia de Dalt,Casa de Bugaya de Arriba		60	A	03083	
2520756	Buen Suceso	buen-suceso	ES		0	Europe/Madrid	38.41667	-6.43333		Buen Suceso,Cortijo Buen Suceso		57	BA	06158	
2520758	Buenos Aires	buenos-aires	ES		0	Atlantic/Canary	28.45	-16.26667		Barrio de Buenos Aires,Buenos Aires		53	TF	38038	
2520777	Búcor	bucor	ES		0	Europe/Madrid	37.28549	-3.76264				51	GR	18158	
2520785	Brujuelo	brujuelo	ES		0	Europe/Madrid	37.8788	-3.66875		Brujuelo,Caserio Brujuelo,Caserío Brujuelo		51	J	23050	
2520799	Breña Baja	brena-baja	ES		4245	Atlantic/Canary	28.63011	-17.78953		Brena Baja,Breña Baja	38009	53	TF	38009	
2520820	Boterías	boterias	ES		0	Europe/Madrid	38.76667	0.06667		Boterias,Boterías,Caserio Boterias,Caserío Boterías		60	A	03071	
2520828	Bortolons	bortolons	ES		0	Europe/Madrid	38.58487	-0.35864		Bortolons,Caserio Bortolons,Caserío Bortolons		60	A	03112	
2520835	Borge	borge	ES		947	Europe/Madrid	36.81482	-4.2352		Borge		51	MA	29094	
2520837	Borbotó	borboto	ES		0	Europe/Madrid	39.51667	-0.4		Borboto,Borbotó		60	V	46250	
2520839	Boquilla	boquilla	ES		0	Europe/Madrid	38.92896	-0.81962		Boquilla,Caserio Boquilla,Caserío Boquilla		60	V	46118	
2520852	Bonanza Reiguero	bonanza-reiguero	ES		0	Europe/Madrid	38.08944	-0.97744		Bonanza Reiguero,Caserio Reiguero de Bonanza,Caserío Reiguero de Bonanza,El Rincon de Bonanza,El Rincón de Bonanza		60	A	03099	
2520872	Bolinches	bolinches	ES		0	Europe/Madrid	39.15786	-1.71026		Bolinches,Caserio Bolinches,Caserío Bolinches		54	AB	02046	
2520881	Bogás	bogas	ES		0	Europe/Madrid	36.7129	-6.10954		Bogas,Bogás,Caserio Bogas,Caserío Bogás		51	CA	11020	
2520886	Bodurria	bodurria	ES		0	Europe/Madrid	37.39595	-2.73495		Bodurria,Caserio Bodurria,Caserío Bodurria,Cortijada de Bodurria		51	GR	18039	
2520895	Boche	boche	ES		0	Europe/Madrid	38.38368	-2.33086		Boche,Contijos Boche		54	AB	02086	
2520899	Boca del Valle	boca-del-valle	ES		0	Atlantic/Canary	28.49203	-16.22948				53	TF	38038	
2520908	Blázquez	blazquez	ES		698	Europe/Madrid	38.4	-5.43333				51	CO	14011	
2520914	Blanques del Saúco	blanques-del-sauco	ES		0	Europe/Madrid	37.27854	-2.6331		Blanques del Sauco,Blanques del Saúco,Cortijada Blanques del Souco,Cortijada Blanques del Soúco,Los Blanquez del Sauco		51	GR	18023	
2520923	Blancares	blancares	ES		0	Europe/Madrid	39.07015	-2.12845		Blancares,Caserio Blancares,Caserío Blancares		54	AB	02003	
2520944	Biniparrell	biniparrell	ES		0	Europe/Madrid	39.85156	4.24338				07	PM	07052	
2520946	Binibona	binibona	ES		0	Europe/Madrid	39.78382	2.91979		Binibona		07	PM	07058	
2520948	Biniatap de Dalt	biniatap-de-dalt	ES		0	Europe/Madrid	39.86667	4.28333				07	PM	07064	
2520951	Biniancolla	biniancolla	ES		0	Europe/Madrid	39.83744	4.2639		Caserio Biniancolla,Caserío Biniancolla		07	PM	07052	
2520967	Bética	betica	ES		0	Europe/Madrid	37.99261	-3.80936				51	J	23061	
2520969	Betenama	betenama	ES		0	Atlantic/Canary	27.81667	-17.93333				53	TF	38048	
2520970	Bete	bete	ES		0	Europe/Madrid	38.921	-1.41757		Bete,Caserio Bete,Caserío Bete		54	AB	02039	
2520986	Bernia	bernia	ES		0	Europe/Madrid	38.66667	-0.03333		Bernia,Caserio Bernia,Caserío Bernia		60	A	03041	
2520987	Bernia	bernia	ES		0	Europe/Madrid	38.65	-0.05		Bernia,Caserio Bernia,Caserío Bernia		60	A	03018	
2520990	Bernal	bernal	ES		0	Europe/Madrid	37.72535	-0.98028		Bernal,Casas Los Bernal,Caserio Bernal,Caserío Bernal		31	MU	30037	
2521020	Berengueres	berengueres	ES		0	Europe/Madrid	38.13297	-0.77356		Berengueres,Casa Berenguer,Caserio Berengueres,Caserío Berengueres		60	A	03064	
2521028	Berbe-Bajo	berbe-bajo	ES		0	Europe/Madrid	37.32959	-3.73869		Berbe-Bajo,Caserio Berbe-Bajo,Caserío Berbe-Bajo		51	GR	18132	
2521029	Benzú	benzu	ES		1987	Europe/Madrid	35.91653	-5.37293		Bensu,Benzou,Benzu,Benzú,Бенсу		CE	CE	51001	
2521041	Benitaya	benitaya	ES		0	Europe/Madrid	38.81768	-0.22757				60	A	03136	
2521044	Benitachell	benitachell	ES		3630	Europe/Madrid	38.73273	0.14354		Benitachell,El Poble Nou de Benitatxell		60	A	03042	
2521046	Benissoda	benissoda	ES		320	Europe/Madrid	38.83333	-0.51667		Benisoda,Benissoda	46068	60	V	46068	
2521047	Benisivá	benisiva	ES		0	Europe/Madrid	38.81921	-0.22659		Benisiva,Benisivá		60	A	03136	
2521048	Benisili	benisili	ES		0	Europe/Madrid	38.81819	-0.27832		Benisili		60	A	03136	
2521052	Benirredrà	benirredra	ES		1460	Europe/Madrid	38.96667	-0.18333		Benirredra,Benirredrà,Benirredrá	46066	60	V	46066	
2521053	Benirrama	benirrama	ES		0	Europe/Madrid	38.83125	-0.19672		Benirrama,Benirrara		60	A	03136	
2521054	Benipeixcar	benipeixcar	ES		0	Europe/Madrid	38.96101	-0.18703				60	V	46131	
2521057	Beniopa	beniopa	ES		0	Europe/Madrid	38.97089	-0.19183				60	V	46131	
2521067	Benimallunt	benimallunt	ES		0	Europe/Madrid	38.70708	0.02892		Casas Benimallunt		60	A	03041	
2521069	Benimaclet	benimaclet	ES		0	Europe/Madrid	39.4843	-0.35908		Benimaclet		60	V	46250	
2521077	Benifetal	benifetal	ES		0	Europe/Madrid	39.09119	-0.86998		Benifetal,Caserio Benefetal,Caserío Benefetal		60	V	46071	
2521079	Beniferri	beniferri	ES		0	Europe/Madrid	39.5	-0.4		Beniferri		60	V	46078	
2521082	Benifaraig	benifaraig	ES		0	Europe/Madrid	39.53333	-0.38333				60	V	46025	
2521084	Benifairó de Valldigna	benifairo-de-valldigna	ES		0	Europe/Madrid	39.05501	-0.30327		Benifairo de Valldigna,Benifairó de Valldigna		60	V	46059	
2521092	Benichembla	benichembla	ES		551	Europe/Madrid	38.75494	-0.10903		Benichembla,Benigembla		60	A	03137	
2521094	Beniaya	beniaya	ES		0	Europe/Madrid	38.77745	-0.26865				60	A	03134	
2521101	Beniali	beniali	ES		0	Europe/Madrid	38.82124	-0.2221		Beniali		60	A	03136	
2521111	Bence	bence	ES		0	Atlantic/Canary	28.34984	-16.3848				53	TF	38011	
2521125	Benamor de Abajo	benamor-de-abajo	ES		0	Europe/Madrid	38.16171	-1.95085		Benamor de Abajo,Caserio Benamor de Abajo,Caserío Benamor de Abajo		31	MU	30028	
2521134	Benalup de Sidonia	benalup-de-sidonia	ES		0	Europe/Madrid	36.34403	-5.81147		Benalud de Sidonia,Benalup de Sidonia,Casa Viejas		51	CA	11901	
2521137	Benalúa de Guadix	benalua-de-guadix	ES		3211	Europe/Madrid	37.35191	-3.16404		Benalua de Guadix,Benalúa de Guadix		51	GR	18089	
2521139	Benalmádena	benalmadena	ES		58854	Europe/Madrid	36.5961	-4.57267		Benal'madena,Benalmadena,Benalmádena,bei na er ma de na,benalmadena,bnalmadna,bynalmadyna,Беналмадена,Бенальмадена,Բենալմադենա,بنالمادنا,بينالمادينا,贝纳尔马德纳,베날마데나	29025	51	MA	29025	
2521141	Benali	benali	ES		0	Europe/Madrid	39	-0.83333		Benali,Casa Benali,Caserio Benali,Caserío Benali		60	V	46118	
2521172	Bellreguard	bellreguard	ES		3893	Europe/Madrid	38.95	-0.16667		Bellreguard,Bellreguart	46048	60	V	46048	
2521176	Belgara Baja	belgara-baja	ES		0	Atlantic/Canary	27.75	-18				53	TF	38013	
2521177	Belerdas	belerdas	ES		0	Europe/Madrid	37.75998	-3.0316				51	J	23073	
2521191	Begís	begis	ES		388	Europe/Madrid	39.9	-0.7		Begis,Begís,Bejis,Bejís		60	CS	12022	
2521213	El Beal	el-beal	ES		0	Europe/Madrid	37.63449	-0.83994		Beal		31	MU	30016	
2521225	Batoy	batoy	ES		0	Europe/Madrid	38.68333	-0.5		Barrio Batoy,Batoy		60	A	03009	
2521228	Batanes	batanes	ES		0	Europe/Madrid	38.69117	-2.23704		Batanes,Caserio Batanes,Caserío Batanes		54	AB	02059	
2521241	Barrio Viejo de Callosa de Segura	barrio-viejo-de-callosa-de-segura	ES		0	Europe/Madrid	38.15	-0.83333				60	A	03049	
2521243	Barrio Peñacerrada	barrio-penacerrada	ES		0	Europe/Madrid	38.41667	-0.45		Barrio Penacerrada,Barrio Peñacerrada,Casas de Penacerrada		60	A	03090	
2521245	Barrio-Mar	barrio-mar	ES		0	Europe/Madrid	39.74329	-0.17824		Barri de mar,Barrio-Mar,Barrio-mar		60	CS	12011	
2521246	Barrio Los Jerónimos	barrio-los-jeronimos	ES		0	Europe/Madrid	37.99143	-1.18618		Los Jeronimos,Los Jerónimos		31	MU	30030	
2521247	Barrio de Quiles	barrio-de-quiles	ES		0	Europe/Madrid	38.48437	-1.76685				54	AB	02037	
2521248	Barrio de Pescadores	barrio-de-pescadores	ES		0	Europe/Madrid	36.99329	-1.89895				51	AL	04032	
2521249	Barrio de Peral	barrio-de-peral	ES		0	Europe/Madrid	37.62513	-0.98792		Barrio de Peral,Barrio del Peral		31	MU	30016	
2521250	Barrio del Molino	barrio-del-molino	ES		0	Europe/Madrid	38.82267	-2.18345				54	AB	02071	
2521251	Barrio del Chopo	barrio-del-chopo	ES		0	Europe/Madrid	37.55	-2.75		Barrio del Chopo,Caserio Barrio del Chopo,Caserío Barrio del Chopo,Cueva del Chopo		51	GR	18023	
2521252	Barrio del Carmen	barrio-del-carmen	ES		0	Europe/Madrid	36.88333	-2.43333		Barriada Barrio del Carmen,Barrio del Carmen		51	AL	04052	
2521254	Barrio de las Eras	barrio-de-las-eras	ES		0	Europe/Madrid	38.88333	-0.58333		Barrio de las Eras,Barrio de las Heras		60	V	46042	
2521255	Barrio de las Cuevas	barrio-de-las-cuevas	ES		0	Europe/Madrid	38.13333	-0.95				60	A	03111	
2521256	Barrio de la Estación	barrio-de-la-estacion	ES		0	Europe/Madrid	36.21455	-5.4319		Barrio de la Estacion,Barrio de la Estación,Estacion Ferrea,Estación Férrea		51	CA	11033	
2521257	Barrio de la Concepción	barrio-de-la-concepcion	ES		4947	Europe/Madrid	37.6	-1				31	MU	30016	
2521258	Barrio de la Alegría	barrio-de-la-alegria	ES		0	Atlantic/Canary	28.48333	-16.23333		Barrio de la Alegria,Barrio de la Alegría		53	TF	38038	
2521260	Barrio de Fernán Núñez	barrio-de-fernan-nunez	ES		0	Europe/Madrid	36.93048	-3.62171				51	GR	18007	
2521261	Barrio de Arriba	barrio-de-arriba	ES		0	Europe/Madrid	39.58333	-0.96667				60	V	46108	
2521262	Barrio Benalúa	barrio-benalua	ES		0	Europe/Madrid	38.34125	-0.49846		Benalua,Benalúa		60	A	03014	
2521263	Barrio Bajo	barrio-bajo	ES		0	Europe/Madrid	36.92787	-3.62283				51	GR	18007	
2521264	Barrio Bajo	barrio-bajo	ES		0	Europe/Madrid	36.91078	-3.5533		Barriada Barrio Bajo		51	GR	18910	
2521267	Barriga	barriga	ES		0	Europe/Madrid	38.02453	-3.17119		Barriga,Caserio Barriga,Caserío Barriga,Cortijo de Barriga		51	J	23092	
2521270	Barriaga	barriaga	ES		0	Europe/Madrid	37.71444	-4.9436				51	CO	14017	
2521271	Barriada de San Pio X	barriada-de-san-pio-x	ES		0	Atlantic/Canary	28.45	-16.28333				53	TF	38038	
2521272	Barreales	barreales	ES		0	Europe/Madrid	38.36473	-6.53992		Barreales,Cortijo Barreales		57	BA	06022	
2521288	Barranco de Seca	barranco-de-seca	ES		0	Europe/Madrid	37.57162	-1.44019		Barranco de Seca,Caserio Barranco de Seca,Caserío Barranco de Seca		31	MU	30026	
2521291	Barranco de los Hilarios	barranco-de-los-hilarios	ES		0	Europe/Madrid	37.61927	-1.82938		Barranco de los Hilarios,Caserio Barranco de los Hilarios,Caserío Barranco de los Hilarios		31	MU	30024	
2521293	Barranco del Oro	barranco-del-oro	ES		0	Europe/Madrid	37.16166	-3.5505		Barranco del Oro,Barrio Barranco del Oro		51	GR	18087	
2521294	Barranco del Lobo	barranco-del-lobo	ES		0	Europe/Madrid	37.42486	-4.05934		Barranco del Lobo,Caserio Barranco del Lobo,Caserío Barranco del Lobo		51	CO	14004	
2521295	Barranco del Atalayón	barranco-del-atalayon	ES		0	Europe/Madrid	37.48333	-1.65		Barranco del Atalayon,Barranco del Atalayón,Caserio Barranco del Atalayon,Caserío Barranco del Atalayón		31	MU	30003	
2521296	Barranco de la Montesina	barranco-de-la-montesina	ES		0	Europe/Madrid	38.11667	-2.98333		Barranco Montesina,Barranco de la Montesina,Caserio Barranco de la Montesina,Caserío Barranco de la Montesina		51	J	23097	
2521298	Polígon Industrial l'Espartal	poligon-industrial-l-espartal	ES		0	Europe/Madrid	38.52236	-0.48787		Casa Barranco,Poligon Industrial l'Espartal,Polígon Industrial l'Espartal		60	A	03083	
2521301	Barraca de Aguas Vivas	barraca-de-aguas-vivas	ES		0	Europe/Madrid	39.10008	-0.37028				60	V	46017	
2521312	Bargis Bajo	bargis-bajo	ES		0	Europe/Madrid	36.83321	-3.33456		Bargis Bajo,Barjis Bajo,Caserio Barjis Bajo,Caserío Barjis Bajo		51	GR	18147	
2521314	Bargeda	bargeda	ES		0	Atlantic/Canary	28.34338	-14.09115				53	GC	35015	
2521317	Bardazoso	bardazoso	ES		0	Europe/Madrid	38.10354	-2.91916		Bardazoso,Caserio Bardazoso,Caserío Bardazoso		51	J	23048	
2521319	Barcinas	barcinas	ES		0	Europe/Madrid	37.35989	-3.54938		Barcinas,Caserio Barcinas,Caserío Barcinas		51	GR	18105	
2521321	Barcience	barcience	ES		92	Europe/Madrid	39.98367	-4.23437		Barcience	45018	54	TO	45018	
2521347	Baños de Zújar	banos-de-zujar	ES		0	Europe/Madrid	37.59746	-2.8151				51	GR	18194	
2521348	Baños de Vilo	banos-de-vilo	ES		0	Europe/Madrid	36.95154	-4.20897		Los Banos de Vilo,Los Baños de Vilo		51	MA	29079	
2521349	Baños de Sierra Elvira	banos-de-sierra-elvira	ES		0	Europe/Madrid	37.23176	-3.72342		Aebura,Barriada Banos de Sierra Elvira,Barriada Baños de Sierra Elvira		51	GR	18022	
2521350	Baños del Agua Hedionda	banos-del-agua-hedionda	ES		0	Europe/Madrid	37.68766	-3.94371				51	J	23060	
2521352	Baños de Alicún de las Torres	banos-de-alicun-de-las-torres	ES		0	Europe/Madrid	37.5121	-3.10713				51	GR	18187	
2521363	Balzáin	balzain	ES		0	Europe/Madrid	37.10206	-3.56346		Balzain,Balzáin,Caserio Balzain,Caserío Balzain,Cortijo de Balsain		51	GR	18193	
2521364	Balsillas	balsillas	ES		0	Europe/Madrid	37.36175	-2.76582				51	GR	18023	
2521366	Balsares	balsares	ES		0	Europe/Madrid	38.24494	-0.56413		Balsares,Caserio Balsares,Caserío Balsares		60	A	03065	
2521367	Balsa-Pintada	balsa-pintada	ES		0	Europe/Madrid	37.75558	-1.09415				31	MU	30021	
2521372	Balonga	balonga	ES		0	Europe/Madrid	38.26667	-1.1		Balonga,Caserio Balonga,Caserío Balonga		31	MU	30001	
2521374	Balneario	balneario	ES		0	Europe/Madrid	38.81667	-0.61667				60	V	46184	
2521377	Ballesteros	ballesteros	ES		0	Europe/Madrid	40	-2.15				54	CU	16263	
2521378	Ballesteros	ballesteros	ES		652	Europe/Madrid	39.27527	-3.96537				54	CR	13052	
2521385	Baldovar	baldovar	ES		0	Europe/Madrid	39.9	-1.03333		Baldovar		60	V	46036	
2521386	Baldío de la Grulla	baldio-de-la-grulla	ES		0	Europe/Madrid	38.2	-6.13333		Baldio de la Grulla,Baldío de la Grulla,Cortijo Baldio de Valdelagrulla,Cortijo Baldio de la Grulla,Cortijo Baldío de Valdelagrulla		57	BA	06086	
2521387	Baldazos	baldazos	ES		0	Europe/Madrid	37.69171	-1.62131		Baldazos,Caserio Baldazos,Caserío Baldazos		31	MU	30024	
2521388	Balcones	balcones	ES		0	Europe/Madrid	37.96734	-2.47879		Balcones,Casas Balcones,Cortijo de Barcones		51	GR	18164	
2521389	Balbaina	balbaina	ES		0	Europe/Madrid	36.66809	-6.22931		Balbaina,Caserio Balbaina,Caserío Balbaina		51	CA	11027	
2521391	Balax	balax	ES		0	Europe/Madrid	37.37869	-2.66738		Balax,Caserio Balax,Caserío Balax		51	GR	18039	
2521416	Badulla	badulla	ES		0	Europe/Madrid	37.85913	-3.46286		Badulla,Casa Badulla		51	J	23902	
2521428	Babel	babel	ES		0	Europe/Madrid	38.33647	-0.50905		Babel,Caserio Babel,Caserío Babel		60	A	03014	
2521432	Azuer	azuer	ES		0	Europe/Madrid	39.03333	-3.5		Azuer,Estacion de Azuer,Estación de Azuer		54	CR	13039	
2521435	Azucaica	azucaica	ES		0	Europe/Madrid	39.88221	-3.97189				54	TO	45168	
2521442	Azano	azano	ES		0	Atlantic/Canary	28.55517	-16.21591				53	TF	38038	
2521445	Azagala	azagala	ES		0	Europe/Madrid	39.22567	-6.86458		Azagala,Castillo de Azagala		57	BA	06006	
2521446	Azafranes	azafranes	ES		0	Europe/Madrid	36.81667	-4.01667		Azafranes,Azapanes,Caserio Azafranes,Caserío Azafranes		51	MA	29086	
2521448	Azafá	azafa	ES		0	Europe/Madrid	38.3	-0.76667		Azafa,Azafá,Casas Azafa,Casas Azafá		60	A	03019	
2521461	Avinazas	avinazas	ES		0	Europe/Madrid	38.11325	-3.25988		Avinazas,Caserio Avinazas,Caserío Avinazas,Cortijos del Avinazar		51	J	23075	
2521475	Aulabar	aulabar	ES		0	Europe/Madrid	37.70807	-3.3534		Barriada Aulabar		51	J	23015	
2521490	Atalayas	atalayas	ES		0	Europe/Madrid	36.84177	-4.1555		Atalayas,Caserio Atalaya,Caserío Atalaya		51	MA	29094	
2521492	Atalaya de Cuenca	atalaya-de-cuenca	ES		0	Europe/Madrid	39.98333	-2.05				54	CU	16905	
2521508	Asprillas	asprillas	ES		0	Europe/Madrid	38.21122	-0.66002		Asprillas,Caserio Asprillas,Caserío Asprillas		60	A	03065	
2521519	Arucas	arucas	ES		36259	Atlantic/Canary	28.11983	-15.52325		Arucas,Arukas,Арукас	35006	53	GC	35006	
2521522	Artedara	artedara	ES		0	Atlantic/Canary	27.84769	-15.56875				53	GC	35019	
2521523	Arteas de Abajo	arteas-de-abajo	ES		0	Europe/Madrid	39.91667	-0.75		Arteas de Abajo,Caserio Arteas de Abajo,Caserío Arteas de Abajo		60	CS	12022	
2521524	Arteaga de Arriba	arteaga-de-arriba	ES		0	Europe/Madrid	38.65	-2.26667				54	AB	02059	
2521525	Arteaga de Abajo	arteaga-de-abajo	ES		0	Europe/Madrid	38.65	-2.26667				54	AB	02059	
2521540	Arroyo Santo	arroyo-santo	ES		0	Europe/Madrid	37.68308	-3.29397		Arroyo Santo,Cortijada Arroyo Santo		51	J	23017	
2521541	Arroyo Salado	arroyo-salado	ES		0	Europe/Madrid	37.95197	-3.1343		Arroyo Salado,Cortijada Arroyo Salado		51	J	23028	
2521542	Arroyos	arroyos	ES		0	Europe/Madrid	38	-2.95		Arroyos,Caserio Arroyos,Caserío Arroyos		51	J	23047	
2521543	Arroyo-Pinares	arroyo-pinares	ES		0	Europe/Madrid	37.28333	-3.98333		Arroyo-Pinares,Caserio Arroyo-Pinares,Caserío Arroyo-Pinares		51	GR	18135	
2521544	Arroyomolinos de Montánchez	arroyomolinos-de-montanchez	ES		962	Europe/Madrid	39.18567	-6.16172				57	CC	10023	
2521546	Arroyo Molinos	arroyo-molinos	ES		0	Europe/Madrid	37.73697	-3.02911				51	J	23045	
2521551	Arroyo del Moro y Los Cotos	arroyo-del-moro-y-los-cotos	ES		0	Europe/Madrid	38.05	-6.3		Arroyo del Moro y Los Cotos,Casas Arroyo del Moro y Los Cotos		57	BA	06085	
2521552	Arroyo del Gato	arroyo-del-gato	ES		0	Europe/Madrid	38.95	-5.68333		Arroyo del Gato,Caserio Arroyo del Gato,Caserío Arroyo del Gato		57	BA	06039	
2521557	Arroyo Blanco	arroyo-blanco	ES		0	Europe/Madrid	38.1625	-2.19106		Arroyo Blanco,Caserio Arroyo Blanco,Caserío Arroyo Blanco		31	MU	30028	
2521561	Arroba	arroba	ES		563	Europe/Madrid	39.15401	-4.54371		Arroba		54	CR	13021	
2521571	Arrayanes	arrayanes	ES		0	Europe/Madrid	38.12923	-3.64172		Arrayanes,Casa Mineros Arrayanes		51	J	23055	
2521572	Arrayán	arrayan	ES		0	Europe/Madrid	38.26366	-1.88859		Arrayan,Arrayán,Caserio Arrayan,Caserio Arrayán,El Arrayan		31	MU	30028	
2521574	Arrabel de la Encarnación	arrabel-de-la-encarnacion	ES		0	Europe/Madrid	38.02833	-1.88849		Arrabel de la Encarnacion,Arrabel de la Encarnación,Caserio Arrabal de la Encarnacion,Caserío Arrabal de la Encarnación		31	MU	30015	
2521575	Arrabal de Benablón	arrabal-de-benablon	ES		0	Europe/Madrid	38.06322	-1.91456		Arrabal de Benablon,Arrabal de Benablón,Caserio Arrabal de Benablon,Caserío Arrabal de Benablón		31	MU	30015	
2521576	Arquillos el Viejo	arquillos-el-viejo	ES		0	Europe/Madrid	38.16786	-3.44501		Arquillos el Viejo,Caserio Arquillos el Viejo,Caserío Arquillos el Viejo		51	J	23008	
2521592	l'Armanella	l-armanella	ES		0	Europe/Madrid	38.5486	-0.10617		Armanello,Casas Armanella		60	A	03031	
2521604	Arico Viejo	arico-viejo	ES		0	Atlantic/Canary	28.18204	-16.4797		Arico Viejo,Caserio Arico Viejo,Caserío Arico Viejo		53	TF	38005	
2521617	Argana	argana	ES		0	Atlantic/Canary	28.96667	-13.56667				53	GC	35004	
2521642	Arenas	arenas	ES		1200	Europe/Madrid	36.81625	-4.04411		Arenas	29019	51	MA	29019	
2521643	Arenales y Sevilleja	arenales-y-sevilleja	ES		0	Europe/Madrid	38.02949	-3.82299		Arenales y Sevilleja,Caserio Arenales y Sevilleja,Caserío Arenales y Sevilleja		51	J	23049	
2521658	Ardila	ardila	ES		0	Europe/Madrid	38.16667	-6.41667		Ardila,Casas de Ardila,Caserio Ardila,Caserío Ardila		57	BA	06124	
2521669	Arco	arco	ES		0	Europe/Madrid	39.79609	-6.41226	354			57	CC	10045	
2521696	Araceli	araceli	ES		0	Europe/Madrid	38.23333	-3.71667		Araceli,Casas Mineros Araceli		51	J	23011	
2521699	Arabí	arabi	ES		0	Europe/Madrid	38.68383	-1.28334		Arabi,Arabí,Caserio Arabi,Caserío Arabí		31	MU	30043	
2521700	Apeadero	apeadero	ES		0	Europe/Madrid	37.35	-2.08333				51	AL	04017	
2521706	Antigua	antigua	ES		10371	Atlantic/Canary	28.42307	-14.01379		La Antigua	35003	53	GC	35003	
2521715	Ánsola	ansola	ES		0	Europe/Madrid	37.25049	-3.78144				51	GR	18158	
2521770	Amoloig	amoloig	ES		0	Europe/Madrid	38.36667	-0.68333		Amoloig,Caserio Amoloig,Caserío Amoloig		60	A	03088	
2521795	Alto del Carmen	alto-del-carmen	ES		0	Atlantic/Canary	28.44449	-16.27542		Alto del Carmen		53	TF	38038	
2521800	Altico	altico	ES		0	Europe/Madrid	38.04994	-1.95666		Altico,Caserio Altico,Caserío Altico		31	MU	30015	
2521824	L'Alqueria de la Comtessa	l-alqueria-de-la-comtessa	ES		1462	Europe/Madrid	38.93333	-0.15		Alqueria de la Condesa,Alquería de la Condesa,L'Alqueria de la Comtessa		60	V	46037	
2521825	l'Alqueria d'Asnar	l-alqueria-d-asnar	ES		415	Europe/Madrid	38.76667	-0.41667		Alqueria de Aznar,L'Alqueria d'Asnar		60	A	03017	
2521826	s'Alqueria Blanca	s-alqueria-blanca	ES		0	Europe/Madrid	39.38709	3.16715		l'Alqueria Blanca,s'Alqueria Blanca		07	PM	07057	
2521834	Alporchones	alporchones	ES		0	Europe/Madrid	37.65167	-1.58344		Alporchones,Caserio Alporchones,Caserío Alporchones		31	MU	30024	
2521835	Alpizar	alpizar	ES		0	Europe/Madrid	37.45592	-6.43901		Alpizar,Cortijo Alpizar		51	H	21056	
2521848	Almuédano	almuedano	ES		0	Europe/Madrid	37.49756	-6.08521		Almuedano,Almuédano,Caserios Almuedano,Caseríos Almuédano		51	SE	41085	
2521849	Almudena	almudena	ES		0	Europe/Madrid	38.00343	-1.92471		Almudema,Almudena,Caserio Almudena,Caserío Almudena		31	MU	30015	
2521876	Almirez	almirez	ES		0	Europe/Madrid	38.34334	-1.85231		Caserio Almirez,Caserío Almirez,Cortijo del Almirez		54	AB	02072	
2521880	Almidar	almidar	ES		0	Europe/Madrid	37.45926	-3.1561		Almidar,Cortijo Almidar,Cortijo de la Almida		51	GR	18076	
2521891	Almendro	almendro	ES		0	Europe/Madrid	37.47717	-2.57883		Almendro,Caserio Almendro,Caserío Almendro		51	GR	18056	
2521909	Almassora	almassora	ES		24963	Europe/Madrid	39.94729	-0.06313		Almassora,Almazora		60	CS	12040	
2521910	Almazarán	almazaran	ES		0	Europe/Madrid	38.40478	-2.10681		Almazaran,Almazarán,Caserio Almazaran,Caserío Almazarán		54	AB	02042	
2521916	l'Almarx	l-almarx	ES		0	Europe/Madrid	38.53664	-0.4977		Almarch,Casas Almarch,l'Almarx		60	A	03083	
2521920	Almansas	almansas	ES		0	Europe/Madrid	37.98837	-3.03076		Almansas,Cortijos de los Almansas		51	J	23030	
2521925	Almajalejo	almajalejo	ES		0	Europe/Madrid	37.38697	-1.99421				51	AL	04053	
2521932	Almafrá	almafra	ES		0	Europe/Madrid	38.45904	-0.78377		Almafra,Almafrá,Caserio Almafra,Caserío Almafrá		60	A	03066	
2521935	Almadraba	almadraba	ES		0	Europe/Madrid	36.62929	-6.38483				51	CA	11030	
2521940	Almaciles	almaciles	ES		0	Europe/Madrid	37.97987	-2.33753		Almaciles		51	GR	18164	
2521952	Aljorf	aljorf	ES		0	Europe/Madrid	38.84657	-0.52136				60	V	46006	
2521961	Aljau	aljau	ES		0	Europe/Madrid	38.35	-0.76667		Aljau,Casas Aljau		60	A	03019	
2521965	Alitaje	alitaje	ES		0	Europe/Madrid	37.23723	-3.76076				51	GR	18158	
2521969	Alisedas	alisedas	ES		0	Europe/Madrid	38.87066	-4.89265		Alisedas,Caserio Alisedas,Caserío Alisedas		54	CR	13038	
2521973	Alíjar	alijar	ES		0	Europe/Madrid	36.73339	-6.28729		Alijar,Alíjar,Caserio Alijar,Caserío Alijar		51	CA	11020	
2521978	Alicante	alicante	ES		334757	Europe/Madrid	38.34517	-0.48149		A-li-kham-thit,ALC,Akra Leuke,Alacant,Alakanto,Alicant,Alicante,Alicanti,Alikante,Alikanteh,Alikantė,Alíkante,Lucentum,a li kan te,alikante,allikante,alykant,alykanth,alykanty,arikante,xa li kan te,Â-li-kham-thi̍t,Αλικάντε,Аликанте,Аліканте,Алікантэ,Ալիկանտե,אליקנטה,آلیکانته,أليكانتي,الیکانت,الیکانتے,आलिकांते,आलिकान्ते,อาลีกันเต,ალიკანტე,アリカンテ,阿利坎特,알리칸테	A	60	A	03014	
2521983	Alhori	alhori	ES		0	Europe/Madrid	37.73997	-3.36703		Alhori,Barriada Alhori,Cortijo del Alhori		51	J	23015	
2521987	Alharilla	alharilla	ES		0	Europe/Madrid	37.89334	-4.13601		Alharilla,Caserio Alharilla,Caserío Alharilla		51	J	23069	
2521919	Almanzora	almanzora	ES	04815	0	Europe/Madrid	37.34927	-2.13635		Almanzora		51	AL	04031	
2522042	Alforins	alforins	ES		0	Europe/Madrid	38.38333	-0.91667		Alforins,Caserio Alforins,Caserío Alforins		60	A	03089	
2522045	Alfatares	alfatares	ES		0	Europe/Madrid	38.83333	0.03333		Alfatares,Caserio Alfatares,Caserío Alfatares		60	A	03095	
2522051	Alfarería	alfareria	ES		0	Europe/Madrid	38.73333	-0.01667		Alfareria,Alfarería,Caserio Alfareria,Caserío Alfareria		60	A	03081	
2522053	Alfara de Algimia	alfara-de-algimia	ES		487	Europe/Madrid	39.76667	-0.35		Alfara d'Algimia,Alfara de Algimia	46024	60	V	46024	
2522062	Alècua	alecua	ES		0	Europe/Madrid	38.55787	-0.50587		Alecua,Alècua,Casas Alecua,Casas de Alecua		60	A	03083	
2522064	Aldeílla	aldeilla	ES		0	Europe/Madrid	38.18333	-3.2		Aldeilla,Aldeílla,Caserio Aldeilla,Caserío Aldeílla		51	J	23079	
2522069	Aldeahermosa	aldeahermosa	ES		0	Europe/Madrid	38.32901	-3.12695		Aldeahermosa		51	J	23062	
2522070	Aldea de Trujillo	aldea-de-trujillo	ES		440	Europe/Madrid	39.56353	-5.91135	431	Aldea de Trujillo,Aldea del Obispo		57	CC	10195	
2522075	Aldea Blanca del Llano	aldea-blanca-del-llano	ES		0	Atlantic/Canary	28.05981	-16.63376		Aldea Blanca del Llano,San Roque		53	TF	38035	
2522078	Alcútar	alcutar	ES		0	Europe/Madrid	36.96752	-3.1923		Alcular,Alcúlar,Barrio Alcutar,Barrío Alcútar		51	GR	18030	
2522080	Alcudiola	alcudiola	ES		0	Europe/Madrid	38.93333	-0.16667				60	V	46208	
2522084	L'Alcúdia de Crespìns	l-alcudia-de-crespins	ES		4786	Europe/Madrid	38.96667	-0.58333		Alcudia de Crespins,L'Alcudia de Crespins,L'Alcúdia de Crespìns		60	V	46020	
2522085	L'Alcúdia	l-alcudia	ES		11378	Europe/Madrid	39.19717	-0.50537		Alcudia,Alcudia de Carlet,L'Alcudia,L'Alcúdia		60	V	46019	
2522098	Alcoy	alcoy	ES		61552	Europe/Madrid	38.70545	-0.47432		Al'ka,Al'koj,Alco,Alcodium,Alcoi,Alcoy,Alkoj,Alkojus,a er ke yi,alkwy,arukoi,Алкој,Алька,Алькой,آلکوی,ألكوي,アルコイ,阿尔科伊	03009	60	A	03009	
2522101	Alcornocalejo	alcornocalejo	ES		0	Europe/Madrid	37.64542	-5.77497		Alcornocalejo,Caserio Alcornocalejo,Caserío Alcornocalejo		51	SE	41099	
2522104	Alcoraya	alcoraya	ES		0	Europe/Madrid	38.37913	-0.62691		Alcoraya,Caserio Alcoraya,Caserío Alcoraya,Ermita y Casas de la Alcoraya		60	A	03014	
2522115	Alcolecha	alcolecha	ES		0	Europe/Madrid	38.67451	-0.32939		Alcolecha,Alcoletja		60	A	03008	
2522126	Alcobaza	alcobaza	ES		0	Europe/Madrid	38.3289	-6.87316		Alcobaza,Casas Alcobaza		57	BA	06070	
2522128	Alcoba	alcoba	ES		738	Europe/Madrid	39.25988	-4.47715		Alcoba	13006	54	CR	13006	
2522130	Alcazarejos	alcazarejos	ES		0	Europe/Madrid	39.16667	-1.58333		Alcazarejos,Caserio Alcazarejos,Caserío Alcazarejos		54	AB	02041	
2522136	Alcaudete de la Jaya	alcaudete-de-la-jaya	ES		0	Europe/Madrid	39.78828	-4.86987		Alcaudete de la Jaya		54	TO	45006	
2522157	Alcañizo	alcanizo	ES		314	Europe/Madrid	39.90315	-5.10588		Alcanizo,Alcañizo	45005	54	TO	45005	
2522174	Alcaide	alcaide	ES		0	Europe/Madrid	37.80639	-2.04974				51	AL	04098	
2522178	Alcadina	alcadina	ES		0	Europe/Madrid	38.5483	-2.03781		Alcadina,Caserio Alcadina,Caserío Alcadina		54	AB	02044	
2522180	Alcabón	alcabon	ES		688	Europe/Madrid	40.00224	-4.36852		Alcabon,Alcabón	45004	54	TO	45004	
2522210	Albojarico	albojarico	ES		0	Europe/Madrid	38.59289	-1.63417		Albojarico,Alborajico,Caserio Albojarico,Caserío Albojarico		54	AB	02074	
2522224	Albenzaíre	albenzaire	ES		0	Europe/Madrid	37.19136	-3.89637		Caserio Albenzaire,Caserío Albenzaíre,Cortijo de Elbenzaide		51	GR	18158	
2522231	Albarreal de Tajo	albarreal-de-tajo	ES		670	Europe/Madrid	39.89698	-4.22895		Albarreal de Tajo	45003	54	TO	45003	
2522243	Albalat dels Tarongers	albalat-dels-tarongers	ES		799	Europe/Madrid	39.7	-0.33333		Albalat,Albalat de Segart,Albalat de Taronchers,Albalat dels Taronchers,Albalat dels Tarongers	46010	60	V	46010	
2522288	Alameda del Obispo	alameda-del-obispo	ES		0	Europe/Madrid	37.8593	-4.80273		Alameda del Obispo,Caserio Alameda del Obispo		51	CO	14021	
2522295	Alagüeces	alagueces	ES		0	Europe/Madrid	37.83915	-1.72469		Alagueces,Alagüeces,Caserio Alagueces,Caserío Alagüeces		31	MU	30024	
2522310	Ahín	ahin	ES		0	Europe/Madrid	39.9	-0.33333		Ahin,Ahín		60	CS	12002	
2522317	Agustinos	agustinos	ES		0	Europe/Madrid	37.22074	-3.34445		Agustinos,Cortijada Agustinos,Los Agustinos		51	GR	18094	
2522325	Agüimes	aguimes	ES		28924	Atlantic/Canary	27.90539	-15.44609		Agueimes,Aguimes,Agüimes,Агуимес	35002	53	GC	35002	
2522362	Aguaza	aguaza	ES		0	Europe/Madrid	38.8103	-1.43447		Aguaza,Casas Aguaza		54	AB	02027	
2522365	Aguatona	aguatona	ES		0	Atlantic/Canary	27.93527	-15.42961				53	GC	35011	
2522366	Aigües	aiguees	ES		963	Europe/Madrid	38.5	-0.35	358	Aguas de Busot,Aiguees,Aigues,Aigües	03004	60	A	03004	
2522384	Aguadux	aguadux	ES		0	Europe/Madrid	37.7264	-3.31726		Aguadux,Caserio Aguadux,Caserío Aguadúx,Cortijo de Aguadulce		51	J	23044	
2522390	Aguaderico de Rubio	aguaderico-de-rubio	ES		0	Europe/Madrid	37.58333	-2.43333		Aguaderico de Rubio,Casas de los Aguadericos,Caserio Aguaderico de Rubio,Caserío Aguaderico de Rubio		51	GR	18056	
2522391	Agua del Pilar	agua-del-pilar	ES		0	Europe/Madrid	38.38333	-6		Agua del Pilar,Huerta Agua del Pilar		57	BA	06065	
2522392	Agua de Fontanales	agua-de-fontanales	ES		0	Atlantic/Canary	28.05668	-15.60728		Fontanales		53	GC	35013	
2522395	Agua Amarga	agua-amarga	ES		0	Europe/Madrid	36.94001	-1.93434		Agua Armaga		51	AL	04066	
2522423	Agaete	agaete	ES		5459	Atlantic/Canary	28.10023	-15.69998		Agaehte,Agaete,a gai te,agaete,aghayty,Агаете,Агаэте,أغايتي,アガエテ,阿盖特	35001	53	GC	35001	
2522427	Aduanas	aduanas	ES		0	Europe/Madrid	38.79624	0.18198				60	A	03082	
2522428	Adsubia	adsubia	ES		678	Europe/Madrid	38.84819	-0.15324		Adsubia,L'Atzuvia,L'Atzúvia	03001	60	A	03001	
2522434	Adelfar	adelfar	ES		0	Europe/Madrid	38.18337	-3.67407		Adelfar,Casa Adelfar		51	J	23039	
2522436	Adelantado	adelantado	ES		0	Atlantic/Canary	28.4883	-16.40961		Adelantado		53	TF	38043	
2522437	Adeje	adeje	ES		43204	Atlantic/Canary	28.12271	-16.726		Adeche,Adechė,Adeje,Adekhe,Costa Adeje,a de he,adykhy,Адехе,أديخي,阿德赫	38001	53	TF	38001	
2522441	Ácula	acula	ES		0	Europe/Madrid	37.08405	-3.80746		Acula,Ácula		51	GR	18185	
2522462	Acebuches	acebuches	ES		0	Europe/Madrid	37.88333	-6.8				51	H	21004	
2522475	Abuzaderas	abuzaderas	ES		0	Europe/Madrid	38.75018	-1.78074		Abuzaderas,Caserio Abuzadevas,Caserío Abuzadevas		54	AB	02003	
2522487	Abenuj	abenuj	ES		0	Europe/Madrid	38.60052	-1.71778		Abenuj,Caserio Abenuj,Caserío Abenuj		54	AB	02074	
2565058	Ermita del Carmen	ermita-del-carmen	ES		0	Europe/Madrid	37.12417	-6.79306				51	H	21050	
2565063	Ermita de Montemayor	ermita-de-montemayor	ES		0	Europe/Madrid	37.26706	-6.81327				51	H	21050	
2565066	El Corchuelo	el-corchuelo	ES		0	Europe/Madrid	37.20833	-6.70861				51	H	21014	
2565069	Los Bodegones	los-bodegones	ES		0	Europe/Madrid	37.17851	-6.67201				51	H	21005	
2565070	El Abalario	el-abalario	ES		0	Europe/Madrid	37.11531	-6.67206				51	H	21005	
2565074	Los Cabezudos	los-cabezudos	ES		0	Europe/Madrid	37.17736	-6.62335				51	H	21005	
2565077	Chozas de la Poleosa	chozas-de-la-poleosa	ES		0	Europe/Madrid	37.05444	-6.61528				51	H	21005	
2565080	El Acebuche	el-acebuche	ES		0	Europe/Madrid	37.04736	-6.56535				51	H	21005	
2565081	La Mediana	la-mediana	ES		0	Europe/Madrid	37.13673	-6.61637				51	H	21005	
2565085	Cortijo de la Cañada	cortijo-de-la-canada	ES		0	Europe/Madrid	37.18359	-6.55419				51	H	21005	
2565088	Los Mimbrales	los-mimbrales	ES		0	Europe/Madrid	37.10225	-6.51187				51	H	21005	
2565095	Cruz de Veguita	cruz-de-veguita	ES		0	Europe/Madrid	37.15707	-6.47123				51	H	21005	
2565099	Casas de la Callera	casas-de-la-callera	ES		0	Europe/Madrid	37.23829	-6.40162				51	H	21040	
2565103	Pescador	pescador	ES		0	Europe/Madrid	37.14299	-6.3417				51	H	21005	
2565105	Choza de Huerta Tejada	choza-de-huerta-tejada	ES		0	Europe/Madrid	37.08364	-6.27397				51	SE	41012	
2565106	Cortijo de los Molinos	cortijo-de-los-molinos	ES		0	Europe/Madrid	37.23591	-6.25523				51	SE	41012	
2565109	Cortijo de Adalia	cortijo-de-adalia	ES		0	Europe/Madrid	37.07047	-6.23728				51	SE	41012	
2565116	Faro El Picacho de la Barra	faro-el-picacho-de-la-barra	ES		0	Europe/Madrid	37.13667	-6.82389				51	H	21050	
2565122	Torre de la Higuera	torre-de-la-higuera	ES		0	Europe/Madrid	37.00678	-6.5682		Torre de la Higuera		51	H	21005	
2565132	Queipo de Llano	queipo-de-llano	ES		0	Europe/Madrid	37.09403	-6.11451				51	SE	41079	
2565136	Llanos de San Juan	llanos-de-san-juan	ES		0	Europe/Madrid	37.04539	-6.00838				51	SE	41020	
2565137	Nuevo Rocío	nuevo-rocio	ES		0	Europe/Madrid	37.05436	-6.04256				51	SE	41020	
2565138	Rancho Villa	rancho-villa	ES		0	Europe/Madrid	37.06413	-6.03846				51	SE	41020	
2565160	San Leandro	san-leandro	ES		0	Europe/Madrid	37.03101	-5.99472				51	SE	41020	
2565178	Guadalema de los Quinteros	guadalema-de-los-quinteros	ES		0	Europe/Madrid	37.0563	-5.8321				51	SE	41095	
2565186	Inmaculada	inmaculada	ES		0	Europe/Madrid	36.60333	-6.27667				51	CA	11027	
2566895	Casa Villalón	casa-villalon	ES		0	Europe/Madrid	37.02556	-6.13389				51	SE	41053	
2566906	EL Reboso	el-reboso	ES		0	Europe/Madrid	37.09278	-6.08361				51	SE	41079	
2566907	Poblado El Coto	poblado-el-coto	ES		0	Europe/Madrid	37.10944	-6.07944				51	SE	41079	
2566912	Poblado de San Vicente Ferrer	poblado-de-san-vicente-ferrer	ES		0	Europe/Madrid	37.13312	-6.09004		Poblado de San Vicente Ferrer,Poblado de los Cazudes		51	SE	41079	
2566913	Poblado de San Lorenzo	poblado-de-san-lorenzo	ES		0	Europe/Madrid	37.12361	-6.10417		Poblado de San Lorenzo,Poblado del Guadalquivir,Poblado del Guadalquívir		51	SE	41079	
2566926	La Compañía	la-compania	ES		0	Europe/Madrid	37.20694	-6.08056				51	SE	41079	
2567233	Jorel	jorel	ES		0	Europe/Madrid	37.53333	-1.11667				31			
2567529	Grao de Murviedro	grao-de-murviedro	ES		62368	Europe/Madrid	39.64167	-0.23889				60	V	46220	
2567536	Dehesa de Campoamor	dehesa-de-campoamor	ES		0	Europe/Madrid	37.90385	-0.75359		Campoamor		60	A	03099	
2567725	Rinconcillo	rinconcillo	ES		0	Europe/Madrid	36.15909	-5.44401				51	CA	11004	
2567735	La Ballenera	la-ballenera	ES		0	Europe/Madrid	36.0875	-5.43611				51	CA	11004	
3104201	Zubiaurre	zubiaurre	ES		0	Europe/Madrid	43.10776	-2.41794		Zubiaurre		59	SS	20074	
3104203	Zurucáin	zurucain	ES		0	Europe/Madrid	42.69139	-1.99831		Zurucuain,Zurucuáin,Zurukuain		32	NA	31097	
3104210	Barrio Zigaurre	barrio-zigaurre	ES		120	Europe/Madrid	43.12389	-1.55858				32	NA	31050	
3104212	Zuntzarren	zuntzarren	ES		0	Europe/Madrid	42.85	-1.45		Zuntzarren,Zunzarren		32	NA	31156	
3104221	Zuloaga	zuloagas	ES		0	Europe/Madrid	42.98255	-2.27722		Zulaaldea,Zuloagas		59	SS	20025	
3104222	Zugastieta	zugastieta	ES		0	Europe/Madrid	43.25485	-2.69028				59	BI	48067	
3104235	Zubiaur	zubiaur	ES		0	Europe/Madrid	43.41527	-2.81001				59	BI	48012	
3104236	Zubiaur	zubiaur	ES		0	Europe/Madrid	43.10714	-2.91151		Zubianu,Zubiaur		59	BI	48075	
3104237	Zubiate	zubiate	ES		0	Europe/Madrid	43.30924	-2.64239		Zubiate		59	BI	48914	
3104238	Zubialdea	zubialdea	ES		0	Europe/Madrid	43.26063	-2.23549		Zubialde,Zubialdea		59	SS	20003	
3104242	Barrio Zuaztoi	barrio-zuaztoi	ES		0	Europe/Madrid	43.18333	-1.5				32	NA	31050	
3104244	Zuhatzu Ganboa	zuhatzu-ganboa	ES		0	Europe/Madrid	42.91667	-2.55		Zuazo de Gamboa		59	VI	01013	
3104245	Zuhatzu Kuartango	zuazo-de-cuartango	ES		0	Europe/Madrid	42.8699	-2.88666		Zuazo,Zuazo de Cuartango,Zuhatzu Koartango,Zuhatzu Kuartango		59	VI	01020	
3104246	Zuhatzu Donemiliaga / Zuazo de San Millán	zuazo	ES		0	Europe/Madrid	42.87118	-2.4115		Zuazo de San Millan,Zuazo de San Millán,Zuhatzu Donemiliaga		59	VI	01053	
2566911	Los Llanos	los-llanos	ES	14940	0	Europe/Madrid	37.15611	-6.1				51	SE	41079	
3104248	Zuasti	zuasti	ES		300	Europe/Madrid	42.85369	-1.74417	460	Senorio de Zuasti,Señorío de Zuasti,Zuasti de Iza		32	NA	31193	
3104251	Barrio Zozaia Auzoa	barrio-zozaia-auzoa	ES		39	Europe/Madrid	43.12353	-1.5989				32	NA	31050	
3104254	Zorrotza	zorrotza	ES		0	Europe/Madrid	43.28333	-2.96667		Zorrotza,Zorroza		59	BI	48020	
3104267	Zorera	zorera	ES		0	Europe/Madrid	43.46481	-6.69765				34	O	33077	
3104268	Zorelle	zorelle	ES		11	Europe/Madrid	42.3	-7.66667		Zorelle		58	OR	32043	
3104269	Zoó	zoo	ES		0	Europe/Madrid	42.7761	-7.30758		Zoo,Zoó		58	LU	27055	
3104273	Zobra	zobra	ES		0	Europe/Madrid	42.56837	-8.20492		Zobra		58	PO	36024	
3104280	Zatizabalaldea	zatizalibar	ES		0	Europe/Madrid	42.96737	-2.29532		Zatizaaldea,Zatizalibar,Zatizalíbar		59	SS	20025	
3104281	Zas de Rei	zas-de-rei	ES		0	Europe/Madrid	42.93333	-8.05		San Julian,San Julián		58	C	15046	
3104282	Zas	zas	ES		0	Europe/Madrid	43.09885	-8.91558			15093	58	C	15093	
3104283	Zás	zas	ES		0	Europe/Madrid	42.91216	-8.765		Zas,Zás		58	C	15056	
3104291	Zarzoso	zarzoso	ES		0	Europe/Madrid	40.60657	-6.12797		Alqueria Zarzoso,Alquería Zarzoso,Zarzoso		55	SA	37061	
3104293	Zarzosa de Ríopisuerga	zarzosa-de-riopisuerga	ES		0	Europe/Madrid	42.53642	-4.2691				55	BU	09482	
3104299	Zarza de Don Beltrán	zarza-de-don-beltran	ES		0	Europe/Madrid	41.1732	-6.4191				55	SA	37364	
3104305	Zarracina	zarracina	ES		0	Europe/Madrid	43.53221	-5.73916				34	O	33024	
3104306	Zarracín	zarracin	ES		0	Europe/Madrid	43.34844	-6.40881				34	O	33073	
3104311	Sariakola	zaricola	ES		0	Europe/Madrid	43.28135	-2.09389		Sarikola,Zarikola		59	SS	20061	
3104496	Vitre	vitre	ES		0	Europe/Madrid	43.05	-8.23333		San Juan,Vitre		58	C	15038	
3104328	Zapatal	zapatal	ES		0	Europe/Madrid	42.644	-9.01149				58	C	15071	
3104339	Zamudio	zamudio	ES		3192	Europe/Madrid	43.286	-2.87		Zamudia,Zamudio,Zamudio-Derio		59	BI	48901	
3104343	Zambrocinos	zambrocinos	ES		0	Europe/Madrid	42.29571	-5.73905				55	LE	24230	
3104353	Zaloa	zaloa	ES		0	Europe/Madrid	43.09486	-2.85466				59	BI	48075	
3104355	Zalduondo	zalduendo-de-alava	ES		0	Europe/Madrid	42.88552	-2.34747				59	VI	01061	
3104358	Zaldibia	zaldivia	ES		0	Europe/Madrid	43.0372	-2.1506		Zaldibia,Zaldivia	20078	59	SS	20078	
3104361	Zalci	zalci	ES		0	Europe/Madrid	43.44666	-5.6225				34	O	33024	
3104366	Zaitegi	zaitegui	ES		0	Europe/Madrid	42.93333	-2.75		Zaitegi,Zaitegui,Záitegui		59	VI	01018	
3104377	Zabola	zabola	ES		0	Europe/Madrid	43.03866	-2.55276				59	VI	01003	
3104378	Zabárrula	zabarrula	ES		0	Europe/Madrid	42.36584	-3.05261				27	LO	26110	
3104379	Zabalza	zabalza	ES		174	Europe/Madrid	42.77821	-1.79928		Zabalza		32	NA	31085	
3104380	Zaballa	zaballa	ES		0	Europe/Madrid	43.29964	-3.03087				59	BI	48080	
3104381	Zaballa	zaballa	ES		0	Europe/Madrid	42.95372	-3.09503				55	BU	09190	
3104382	Zabalibar	zabalibar	ES		0	Europe/Madrid	43.06667	-2.96667				59	VI	01002	
3104383	Zabaleta	zabaleta	ES		0	Europe/Madrid	43.31667	-2.58333				59	BI	48909	
3104386	Zabala-Belendiz	zabala	ES		0	Europe/Madrid	43.31667	-2.63333				59	BI	48914	
3104392	Ihurre	yurre	ES		0	Europe/Madrid	43.03573	-2.216		Ihurre,Iurre,Yurre		59	SS	20058	
3104396	Yunclillas	yunclillas	ES		0	Europe/Madrid	40.02017	-3.98696				54	TO	45204	
3104401	Yuba	yuba	ES		0	Europe/Madrid	41.21667	-2.4				55	SO	42113	
3104403	Yosa de Garcipollera	yosa-de-garcipollera	ES		0	Europe/Madrid	42.6307	-0.51253		Yosa de Garcipollera		52	HU	22130	
3104404	Yosa	yosa	ES		0	Europe/Madrid	42.59433	-0.16522				52	HU	22069	
3104413	Yervo	yervo	ES		0	Europe/Madrid	43.37784	-6.55635		Yerbo,Yervo		34	O	33073	
3104415	Ermo	ermo	ES		0	Europe/Madrid	43.61667	-7.86667		San Julian,San Julián		58	C	15061	
3104434	Iekora / Yécora	yecora	ES		274	Europe/Madrid	42.56809	-2.47038		Ekora,Iekora,Yecora,Yécora		59	VI	01060	
3104448	Yábar	yabar	ES		0	Europe/Madrid	42.9181	-1.91724		Yabar,Yábar		32	NA	31025	
3104452	Xerne	xerne	ES		7	Europe/Madrid	43.16667	-8.91667				58	C	15014	
3104457	Valveralla	valveralla	ES		0	Europe/Madrid	42.16142	3.03652		Valveralla		56	GI	17210	
3104458	Vulpellac	vulpellac	ES		0	Europe/Madrid	41.95	3.05				56	GI	17902	
3104465	Vizoño	vizono	ES		0	Europe/Madrid	43.16667	-8.31667		San Pedro,San Pedro de Vizono,San Pedro de Vizoño,Vizono,Vizoño		58	C	15001	
3104475	Viveiro	viveiro	ES		16238	Europe/Madrid	43.66228	-7.59344	30		27066	58	LU	27066	
3104476	Vivero	vivero	ES		0	Europe/Madrid	43.62512	-7.60281		San Pedro,Vivero		58	LU	27066	
3104477	Vivero	vivero	ES		0	Europe/Madrid	42.88018	-6.23203				55	LE	24101	
3104482	Vivel del Río Martín	vivel-del-rio-martin	ES		84	Europe/Madrid	40.87091	-0.93889		Vivel,Vivel del Rio,Vivel del Rio Martin,Vivel del Río Martín	44267	52	TE	44267	
3104483	Viveiró	viveiro	ES		0	Europe/Madrid	43.48936	-7.62741		Santa Maria,Santa María,Viveiro,Viveiró		58	LU	27033	
3104484	Viveiro	viveiro	ES		0	Europe/Madrid	42.1838	-7.9505				58	OR	32024	
3104489	Vivanco de Mena	vivanco-de-mena	ES		0	Europe/Madrid	43.09233	-3.35375		Vivanco		55	BU	09410	
3104494	Víu de Linás	viu-de-linas	ES		0	Europe/Madrid	42.61438	-0.15286		Biu,Viu		52	HU	22230	
3104497	Bitoriano	vitoriano	ES		0	Europe/Madrid	42.9502	-2.82778		Bitoriano,Vitoriano		59	VI	01063	
3104499	Gasteiz / Vitoria	gasteiz-vitoria	ES		235661	Europe/Madrid	42.84998	-2.67268		Bittorixa,Gasteiz,VIT,Victoriacum,Vitoria,Vitoria-Gasteiz,Vitorija,Vitorija-Gastejs,Vitorio,Vitòria,Vitória,bitoria,wytwryh,Витория,Витория-Гастейс,ויטוריה,ビトリア	59	59	VI	01059	
3104500	Vitiriz	vitiriz	ES		0	Europe/Madrid	42.91667	-8.06667		San Vicente,Viliriz,Vitiriz		58	C	15046	
3104502	Biteri	biteri	ES		0	Europe/Madrid	43.12487	-2.7763				59	BI	48023	
3104503	Bitaño	bitano	ES		0	Europe/Madrid	43.15939	-2.64639		Bitano,Bitaño,Vitano,Vitaño		59	BI	48050	
3104506	Vistavós	vistavos	ES		0	Europe/Madrid	42.84977	-9.03749				58	C	15053	
3104516	Viso	viso	ES		0	Europe/Madrid	42.68438	-7.37815		Santa Cristina,Viso		58	LU	27024	
3104517	Viso	viso	ES		0	Europe/Madrid	42.31667	-8.58333		Santa Maria,Santa María,Viso		58	PO	36045	
3104518	Visma	visma	ES		0	Europe/Madrid	43.36667	-8.43333		San Pedro,Visma		58	C	15030	
3104521	Viseo	viseo	ES		0	Europe/Madrid	43.04514	-9.24707		Visen,Viseo,Visén		58	C	15052	
3104522	Viscarret-Guerendiáin	viscarret-guerendiain	ES		0	Europe/Madrid	42.96738	-1.41703				32	NA	31092	
3104523	Visantoña	visantona	ES		0	Europe/Madrid	43.13333	-8.3		San Martin,San Martín,Visantona,Visantoña		58	C	15047	
3104524	Visantoña	visantona	ES		0	Europe/Madrid	42.86049	-8.11585				58	C	15079	
3104526	Birular	virular	ES		0	Europe/Madrid	43.28333	-3.11667				59	BI	48037	
3104529	Viro	viro	ES		0	Europe/Madrid	42.82257	-8.91931		Viro		58	C	15062	
3104531	Virigo	virigo	ES		0	Europe/Madrid	42.9383	-6.99113				58	LU	27034	
3104538	Birgaragoien / Vírgala Mayor	birgaragoien-virgala-mayor	ES		0	Europe/Madrid	42.7531	-2.47561		Birgara Goien,Birgaragoien,Virgala Mayor		59	VI	01037	
3104540	Viqueira	viqueira	ES		0	Europe/Madrid	43.15379	-9.00972				58	C	15040	
3104545	Viones	viones	ES		0	Europe/Madrid	43.2	-8.28333		San Salvador,Viones		58	C	15001	
3104546	Viojo	viojo	ES		0	Europe/Madrid	42.91746	-8.94242		Viojo		58	C	15045	
3104550	Vinyoles	vinyoles	ES		0	Europe/Madrid	42.05	2.23333				56	B	08150	
3104558	Vinseiro	vinseiro	ES		0	Europe/Madrid	42.67001	-8.4355				58	PO	36017	
3104559	Vinosillas y Espartal	vinosillas-y-espartal	ES		0	Europe/Madrid	40.03333	-6.05		Caserio Vinosillas y Espartal,Caserío Vinosillas y Espartal,Vinosillas y Espartal		57	CC	10148	
3104561	Viñós	vinos	ES		0	Europe/Madrid	42.86667	-8.15		San Pedro,Vinos,Viñós		58	C	15006	
3104569	Viñegra	vinegra	ES		0	Europe/Madrid	40.7	-5.1				55	AV	05107	
3104575	Vincios	vincios	ES		0	Europe/Madrid	42.15	-8.73333		Santa Marina,Vincios		58	PO	36021	
3104577	Binasperi / Viñaspre	binasperi-vinaspre	ES		0	Europe/Madrid	42.57678	-2.49548		Binasperi,Vinaspre,Viñaspre		59	VI	01032	
3104579	Viñas	vinas	ES		0	Europe/Madrid	43.43319	-6.78995				34	O	33007	
3104580	Viñas	vinas	ES		0	Europe/Madrid	43.35	-8.41667		San Cristobal,San Cristóbal,Vinas,Viñas		58	C	15005	
3104581	Viñas	vinas	ES		0	Europe/Madrid	43.31667	-8.18333		San Pedro,Vinas,Viñas		58	C	15064	
3104582	Viñas	vinas	ES		0	Europe/Madrid	43.28333	-8.21667		San Pedro,Vinas,Viñas		58	C	15009	
3104583	Viñas	vinas	ES		0	Europe/Madrid	41.7733	-6.47117			49273	55	ZA	49273	
3104593	Vinaceita	vinaceita	ES		0	Europe/Madrid	41.26667	-0.58333				52	Z	50045	
3104598	Vimieiro	vimieiro	ES		0	Europe/Madrid	42.76667	-7				58	LU	27012	
3104599	Vimieiro	vimieiro	ES		0	Europe/Madrid	42.38533	-7.34701		Vimieiro		58	OR	32023	
3104604	Vilvis	vilvis	ES		0	Europe/Madrid	40.83005	-6.15489		Vilvis		55	SA	37149	
3104612	Vilouta de Arriba	vilouta-de-arriba	ES		0	Europe/Madrid	42.83507	-7.20626				58	LU	27006	
3104613	Vilouta de Abajo	vilouta-de-abajo	ES		0	Europe/Madrid	42.83333	-7.2				58	LU	27006	
3104615	Vilouchada	vilouchada	ES		0	Europe/Madrid	42.98562	-8.52652		Vilouchada		58	C	15086	
3104617	Vilartolí	vilartoli	ES		0	Europe/Madrid	42.39095	2.97189		Vilartoli,Vilartolí		56	GI	17158	
3104619	Viloria de la Jurisdicción	viloria-de-la-jurisdiccion	ES		0	Europe/Madrid	42.49822	-5.58925				55	LE	24105	
3104626	Viloalle	viloalle	ES		0	Europe/Madrid	43.46667	-7.35		Santa Maria,Santa María,Viloalle		58	LU	27030	
3104628	Villuir	villuir	ES		46	Europe/Madrid	43.53333	-6.55		Villuir		34	O	33034	
3104629	Villozás	villozas	ES		0	Europe/Madrid	43.3	-8.16667		San Salvador,Villozas,Villozás		58	C	15064	
3104637	Villota de Ebro	villota-de-ebro	ES		0	Europe/Madrid	42.82337	-3.8938				39	S	39094	
3104641	Villosino	villosino	ES		0	Europe/Madrid	41.10574	-6.12748				55	SA	37370	
3104647	Villorobe	villorobe	ES		0	Europe/Madrid	42.3	-3.33333				55	BU	09463	
3104649	Villoría de Buenamadre	villoria-de-buenamadre	ES		0	Europe/Madrid	40.83302	-6.28653				55	SA	37113	
3104662	Villimar	villimar	ES		0	Europe/Madrid	42.36831	-3.65347				55	BU	09059	
3104665	Villestro	villestro	ES		0	Europe/Madrid	42.88333	-8.6		Santa Maria,Santa María,Villestro		58	C	15078	
3104666	Villermao	villermao	ES		0	Europe/Madrid	42.85742	-7.62858				58	LU	27023	
3104667	Villerino	villerino	ES		0	Europe/Madrid	43.31667	-6.53333				34	O	33073	
3104668	Villerín de Riello	villerin-de-riello	ES		0	Europe/Madrid	42.80686	-5.9866		Villarin de Riello,Villarín de Riello		55	LE	24132	
3104669	Villerías	villerias	ES		124	Europe/Madrid	41.94376	-4.85643		Villerias,Villerías		55	P	34240	
3104685	Villaza	villaza	ES		0	Europe/Madrid	41.9314	-7.48993				58	OR	32050	
3104687	Villayuso	villayuso	ES		0	Europe/Madrid	43.22109	-4.08997				39	S	39021	
3104688	Villayuda	villayuda	ES		0	Europe/Madrid	42.34408	-3.6533		La Ventilla		55	BU	09059	
3104689	Vilaión	vilaion	ES		1795	Europe/Madrid	43.44859	-6.70534		Villayon,Villayón		34	O	33077	
3104691	Villayerno	villayerno	ES		191	Europe/Madrid	42.39595	-3.63888		Villaryerno-Morquillas		55	BU	09471	
3104696	Villavieja del Lozoya	villavieja-del-lozoya	ES		197	Europe/Madrid	41.00396	-3.6687		Villavieja del Lozoya	28182	29	M	28182	
3104702	Villaviciosa de Perros	villaviciosa-de-perros	ES		0	Europe/Madrid	42.63333	-6.35				55	LE	24071	
3104727	Villaverde del Hito	villaverde-del-hito	ES		0	Europe/Madrid	42.84271	-3.86656		Villaverde de Hito,Villaverde del Hito		39	S	39094	
3104749	Villaver	villaver	ES		0	Europe/Madrid	42.88333	-6.96667				58	LU	27034	
3104756	Villaveje	villaveje	ES		0	Europe/Madrid	42.83181	-7.10771				58	LU	27037	
3104757	Villavega de Micieces	villavega-de-micieces	ES		0	Europe/Madrid	42.68333	-4.43333				55	P	34114	
3104769	Villauriz	villauriz	ES		0	Europe/Madrid	43.08333	-7.18333				58	LU	27018	
3104771	Vilauxe	vilauxe	ES		0	Europe/Madrid	42.56667	-7.75		El Salvador,San Salvador		58	LU	27009	
3104772	Villauxe	villauxe	ES		0	Europe/Madrid	42.56667	-7.73333		San Vicente		58	LU	27016	
3104775	Vilatuxe	vilatuxe	ES		0	Europe/Madrid	42.60515	-8.18992				58	PO	36024	
3104787	Villasuso	villasuso	ES		0	Europe/Madrid	43.22035	-4.11172		Villasuso,Villasuso de Cieza		39	S	39021	
3104788	Villasuso	villasuso	ES		0	Europe/Madrid	43.2133	-4.00512				39	S	39003	
3104789	Villasuso	villasuso	ES		0	Europe/Madrid	43.01109	-4.01835				39	S	39017	
3104790	Villasusá	villasusa	ES		0	Europe/Madrid	43.40599	-7.19101				58	LU	27061	
3104794	Villastose	villastose	ES		0	Europe/Madrid	43.04878	-9.15849				58	C	15052	
3104800	Villaspasantes	villaspasantes	ES		0	Europe/Madrid	42.77538	-7.01279		Villaspasantes		58	LU	27012	
3104801	Villasoto	villasoto	ES		0	Europe/Madrid	42.66716	-7.42513		San Mamed,Villasoto		58	LU	27024	
3104804	Villasolada de Cameros	villasolada-de-cameros	ES		0	Europe/Madrid	42.11667	-2.63333		Villasolada de Cameros,Villoslada de Cameros		27	LO	26091	
3104805	Villasol	villasol	ES		0	Europe/Madrid	42.73699	-7.11104				58	LU	27045	
3104806	Vilasobroso	vilasobroso	ES		0	Europe/Madrid	42.2	-8.45		San Martin,San Martín,Villasobroso		58	PO	36030	
3104807	Vilasivil	vilasivil	ES		0	Europe/Madrid	42.66667	-7.16667				58	LU	27017	
3104822	Villaseco	villaseco	ES		0	Europe/Madrid	42.44375	-7.94807				58	OR	32076	
3104823	Villaseco	villaseco	ES		0	Europe/Madrid	42.28388	-7.11645				58	OR	32015	
3104824	Villaseco	villaseco	ES		0	Europe/Madrid	41.46899	-5.96537				55	ZA	49269	
3104831	Villaseca Bajera	villaseca-bajera	ES		0	Europe/Madrid	42.04874	-2.34546				55	SO	42209	
3104845	Vilasante	vilasante	ES		0	Europe/Madrid	42.58263	-7.62589				58	LU	27058	
3104852	Villartelín	villartelin	ES		0	Europe/Madrid	42.90301	-7.28624				58	LU	27901	
3104855	Villarruiz	villarruiz	ES		0	Europe/Madrid	43.25093	-6.12032				34	O	33078	
3104856	Vilarrubín	vilarrubin	ES		0	Europe/Madrid	42.57122	-7.02199				55	LE	24103	
3104858	Villarrube	villarrube	ES		0	Europe/Madrid	43.63333	-8.06667		San Martin,Villarrube		58	C	15087	
3104866	Villarromarís	villarromaris	ES		0	Europe/Madrid	43	-8.38333		Santo Tomas,Santo Tomás,Villaromaris,Villarromaris,Villarromarís		58	C	15060	
3104877	Legutio	villarreal-de-alava	ES		0	Europe/Madrid	42.978	-2.64237		Bilerle,Legutiano,Legutio,Villarreal,Villarreal de Alava,Villarreal de Álava		59	VI	01058	
3104879	Vilarraso	vilarraso	ES		0	Europe/Madrid	43.18333	-8.03333				58	C	15003	
3104888	Villarpunteiro	villarpunteiro	ES		0	Europe/Madrid	42.87524	-7.22712				58	LU	27901	
3104893	Villaronte	villaronte	ES		0	Europe/Madrid	43.54733	-7.28477		San Juan,Villaronte		58	LU	27019	
3104894	Villarodrigo	villarodrigo	ES		0	Europe/Madrid	42.47216	-4.76892				55	P	34038	
3104896	Villarnovo	villarnovo	ES		0	Europe/Madrid	42.89704	-6.97177				58	LU	27012	
3104897	Villarnera	villarnera	ES		0	Europe/Madrid	42.38673	-5.94799				55	LE	24131	
3104900	Villarmosteiro	villarmosteiro	ES		0	Europe/Madrid	42.83807	-7.50355				58	LU	27043	
3104904	Vilarmiel	vilarmiel	ES		0	Europe/Madrid	42.48435	-7.12545				58	LU	27050	
3104905	Villarmide	villarmide	ES		0	Europe/Madrid	43.28035	-7.19613				58	LU	27048	
3104906	Villarmid	villarmid	ES		0	Europe/Madrid	43.04243	-9.1776				58	C	15052	
3104914	Villarmeao	villarmeao	ES		0	Europe/Madrid	42.23691	-7.17145				58	OR	32086	
3104915	Vilarmeán	vilarmean	ES		0	Europe/Madrid	43.17736	-7.03373				58	LU	27018	
3104916	Villarmea	villarmea	ES		0	Europe/Madrid	43.58781	-7.29971				58	LU	27019	
3104922	Villarjubín	villarjubin	ES		0	Europe/Madrid	43.28333	-7.11667				58	LU	27018	
3104923	Villarjuane	villarjuane	ES		0	Europe/Madrid	43.31509	-7.14438				58	LU	27048	
3104924	Vilarxoán	vilarxoan	ES		0	Europe/Madrid	42.68168	-7.27921				58	LU	27024	
3104927	Vilariño Frío	vilarino-frio	ES		0	Europe/Madrid	42.31677	-7.54138				58	OR	32043	
3104929	Villarino de Manzanas	villarino-de-manzanas	ES		0	Europe/Madrid	41.88002	-6.49929				55	ZA	49069	
3104933	Villarino de Cebal	villarino-de-cebal	ES		0	Europe/Madrid	41.80065	-6.31561				55	ZA	49209	
3104936	Villarino	villarino	ES		0	Europe/Madrid	43.03333	-7.33333		Santiago,Villarino		58	LU	27011	
3104937	Vilariño	vilarino	ES		0	Europe/Madrid	42.39657	-6.97623				58	OR	32009	
3104938	Villariño	villarino	ES		0	Europe/Madrid	42.37492	-7.80493		Lugar Grande,Villarino,Villariño		58	OR	32058	
3104939	Villarino	villarino	ES		0	Europe/Madrid	42.25498	-6.52956				55	LE	24172	
3104940	Villariño	villarino	ES		0	Europe/Madrid	41.99583	-8.05094				58	OR	32041	
3104941	Villarín do Monte	villarin-do-monte	ES		0	Europe/Madrid	42.71509	-7.09052				58	LU	27045	
3104954	Vilarín	vilarin	ES		0	Europe/Madrid	42.76667	-7.1				58	LU	27037	
3104955	Villarijo	villarijo	ES		0	Europe/Madrid	42.08363	-2.14875				55	SO	42165	
3104960	Vilarguite	vilarguite	ES		0	Europe/Madrid	42.8	-7.01667				58	LU	27012	
3104961	Villargüide	villarguide	ES		0	Europe/Madrid	42.97621	-7.05175				58	LU	27034	
3104962	Vilarguende	vilarguende	ES		0	Europe/Madrid	42.9905	-7.04003				58	LU	27034	
3104964	Villargondurfe	villargondurfe	ES		0	Europe/Madrid	43.307	-7.19555				58	LU	27048	
3104966	Villarfernando	villarfernando	ES		0	Europe/Madrid	43.4551	-7.0954		Villafernando,Villarfernando		58	LU	27061	
3104977	Villarén	villaren	ES		0	Europe/Madrid	42.78333	-4.18333				55	P	34135	
3104994	Villareda	villareda	ES		0	Europe/Madrid	42.84325	-7.85859				58	LU	27040	
3104995	Villareal de la Canal	villareal-de-la-canal	ES		0	Europe/Madrid	42.64002	-0.89024				52	Z	50232	
3104996	Villardoy	villardoy	ES		0	Europe/Madrid	42.9691	-7.12567				58	LU	27004	
3104997	Villardongo	villardongo	ES		0	Europe/Madrid	43.1065	-7.10266				58	LU	27018	
3105002	Villardíaz	villardiaz	ES		0	Europe/Madrid	43.22436	-7.0861				58	LU	27018	
3105004	Villardevós	villardevos	ES		0	Europe/Madrid	41.90811	-7.31262		Santa Maria,Santa María,Villardevos,Villardevós		58	OR	32091	
3105005	Villardevós	villardevos	ES		0	Europe/Madrid	41.91667	-7.3		San Miguel,Villardevos,Villardevós		58	OR	32091	
3105008	Villar de Vaoas	villar-de-vaoas	ES		0	Europe/Madrid	42.22341	-8.0502				58	OR	32020	
3105011	Vilar de Silva	vilar-de-silva	ES		0	Europe/Madrid	42.46083	-6.83006				58	OR	32073	
3105013	Vilar de Sarria	vilar-de-sarria	ES		0	Europe/Madrid	42.78652	-7.40006				58	LU	27057	
3105014	Villar de Santos	villar-de-santos	ES		0	Europe/Madrid	42.08644	-7.79669				58	OR	32090	
3105019	Villar de Roguero	villar-de-roguero	ES		0	Europe/Madrid	43.03201	-6.48764				34	O	33011	
3105020	Villar de Rey	villar-de-rey	ES		0	Europe/Madrid	42.3466	-8.07246				58	OR	32025	
3105021	Villar de Puerco	villar-de-puerco	ES		0	Europe/Madrid	40.66667	-6.71667				55	SA	37356	
3105025	Villar de Ortelle	villar-de-ortelle	ES		0	Europe/Madrid	42.53333	-7.68333		Santiago,Vilar de Ortelle,Villar de Ortelle		58	LU	27041	
3105026	Villar de Ordelles	villar-de-ordelles	ES		0	Europe/Madrid	42.31565	-7.73434		Villar de Ordelles		58	OR	32031	
3105030	Villar de Moros	villar-de-moros	ES		0	Europe/Madrid	43.19611	-7.2736		Villar de Moros		58	LU	27029	
3105031	Villardemilo	villardemilo	ES		0	Europe/Madrid	42.1196	-7.07919		Santa Magdalena de Villardemilo,Villardemilo		58	OR	32086	
3105036	Villar de Luarca	villar-de-luarca	ES		0	Europe/Madrid	43.54693	-6.52792		Villar de Luarca		34	O	33034	
3105050	Villar de Liebres	villar-de-liebres	ES		0	Europe/Madrid	41.99093	-7.62535				58	OR	32082	
3105057	Villar de Lantero	villar-de-lantero	ES		0	Europe/Madrid	43.26675	-6.45114				34	O	33011	
3105061	Villardegoya	villardegoya	ES		0	Europe/Madrid	42.1386	-7.05446				58	OR	32086	
3105063	Vilar de Xeos	vilar-de-xeos	ES		0	Europe/Madrid	42.44056	-6.85701				58	OR	32073	
3105067	Villar de Flores	villar-de-flores	ES		0	Europe/Madrid	40.33586	-6.72802		Caseria Villar de Flores,Casería Villar de Flores,Villar de Flores		55	SA	37234	
3105070	Villar de Donas	villar-de-donas	ES		0	Europe/Madrid	42.9	-7.8				58	LU	27040	
3105074	Villar de Condes	villar-de-condes	ES		0	Europe/Madrid	42.30943	-8.20489		Santa Maria,Santa María,Villar de Condes		58	OR	32018	
3105076	Villar de Ciervos	villar-de-ciervos	ES		0	Europe/Madrid	42.44239	-6.30543		Villar de Ciervos		55	LE	24152	
3105079	Villar de Ciervo	villar-de-ciervo	ES		349	Europe/Madrid	40.73772	-6.7385		Villar de Ciervo	37357	55	SA	37357	
3105080	Villar de Cerreda	villar-de-cerreda	ES		0	Europe/Madrid	42.4	-7.65		Santa Eulalia,Villar de Cerreda		58	OR	32052	
3105082	Villardecás	villardecas	ES		0	Europe/Madrid	42.24489	-7.58914		San Juan,Villar,Villardecas,Villardecás		58	OR	32043	
3105084	Villar de Canes	villar-de-canes	ES		188	Europe/Madrid	40.35817	-0.0655		Villar de Canes		60	CS	12134	
3105088	Villar de Barrio	villar-de-barrio	ES		0	Europe/Madrid	42.16048	-7.61112				58	OR	32089	
3105096	Villarbuxán	villarbuxan	ES		0	Europe/Madrid	42.67821	-7.50411				58	LU	27008	
3105097	Villarbotote	villarbotote	ES		0	Europe/Madrid	43.43148	-7.11728				58	LU	27061	
3105099	Vilarbasín	vilarbasin	ES		0	Europe/Madrid	42.76667	-7.65		Villarbesin,Villarbesín		58	LU	27049	
3105100	Vilarbacú	vilarbacu	ES		0	Europe/Madrid	42.56522	-7.12721				58	LU	27017	
3105101	Villarantón	villaranton	ES		0	Europe/Madrid	42.96942	-6.98465				58	LU	27034	
3105146	Villaquinte	villaquinte	ES		0	Europe/Madrid	42.90313	-6.95566				58	LU	27012	
3105147	Villaquinte	villaquinte	ES		0	Europe/Madrid	42.5	-7.75				58	LU	27009	
3105154	Villapoupre	villapoupre	ES		0	Europe/Madrid	42.8	-7.88333				58	LU	27003	
3105155	Villapol	villapol	ES		0	Europe/Madrid	43.4856	-7.30286				58	LU	27027	
3105158	Villapercide	villapercide	ES		0	Europe/Madrid	43.43771	-7.19568				58	LU	27061	
3105159	Vilapene	vilapene	ES		0	Europe/Madrid	43.23333	-7.58333		Santa Maria,Santa María,Villapene		58	LU	27015	
3105160	Villapena	villapena	ES		0	Europe/Madrid	43.41197	-7.21528				58	LU	27061	
3105164	Vilapedre	vilapedre	ES		0	Europe/Madrid	42.83208	-7.4444		San Felix,San Félix,Vilapedre		58	LU	27057	
3105167	Villapañada	villapanada	ES		0	Europe/Madrid	43.38333	-6.1		San Juan,Villapanada,Villapañada		34	O	33026	
3105170	Villaouruz	villaouruz	ES		0	Europe/Madrid	43.38333	-7.18333		Villaoruz,Villaouruz		58	LU	27048	
3105175	Villaoril de Sierra	villaoril-de-sierra	ES		0	Europe/Madrid	43.20806	-6.4795		Villaoril de Sierra,Villaoril de la Sierra		34	O	33011	
3105176	Villaoril	villaoril	ES		0	Europe/Madrid	43.53924	-6.68437				34	O	33041	
3105177	Villaoril	villaoril	ES		12	Europe/Madrid	42.95006	-6.72386		Villaoril		34	O	33028	
3105178	Villaoliva	villaoliva	ES		0	Europe/Madrid	42.78419	-4.75591				55	P	34171	
3105179	Villaodrid	villaodrid	ES		0	Europe/Madrid	43.33333	-7.18333				58	LU	27048	
3105183	Villanuiz	villanuiz	ES		0	Europe/Madrid	42.38333	-7.18333		Villamuz,Villanuiz		58	LU	27050	
3105185	Villanueva Tobera	villanueva-tobera	ES		0	Europe/Madrid	42.6867	-2.76578		Billa Tobera,Villanueva Tobera		55	BU	09109	
3105189	Villanueva la Lastra	villanueva-la-lastra	ES		0	Europe/Madrid	42.93582	-3.50842				55	BU	09209	
3105202	Villanueva de Pisuerga	villanueva-de-pisuerga	ES		0	Europe/Madrid	42.81667	-4.33333				55	P	34004	
3105204	Villanueva de Pedregal	villanueva-de-pedregal	ES		0	Europe/Madrid	42.76059	-6.93785		Villanueva de Pedregal,Villanueva del Pedregal		58	LU	27012	
3105210	Villanueva del Rebollar de la Sierra	villanueva-del-rebollar-de-la-sierra	ES		51	Europe/Madrid	40.89108	-1.00837		Villanueva del Rebollar de la Sierra	44256	52	TE	44256	
3105212	Villanueva del Rañadorio	villanueva-del-ranadorio	ES		0	Europe/Madrid	43.34796	-6.33744				34	O	33073	
3105213	Villanueva del Pontedo	villanueva-del-pontedo	ES		0	Europe/Madrid	42.98333	-5.58333				55	LE	24037	
3105222	Villanueva de Lónguida	villanueva-de-longuida	ES		0	Europe/Madrid	42.75596	-1.36007				32	NA	31158	
3105225	Villanueva del Grillo	villanueva-del-grillo	ES		0	Europe/Madrid	42.8135	-3.2188		Villanueva del Grillo		55	BU	09412	
3105251	Villanueva de Jalón	villanueva-de-jalon	ES		0	Europe/Madrid	41.48333	-1.51667		Villanueva,Villanueva de Jalon,Villanueva de Jalón		52	Z	50093	
3105254	Villanueva de Guadamajud	villanueva-de-guadamajud	ES		110	Europe/Madrid	40.22475	-2.5053		Villanueva de Guadamajud		54	CU	16250	
3105270	Arakil-Hiriberri	arakil-hiriberri	ES		0	Europe/Madrid	42.91633	-1.89651		Arakil-Hiriberri,Villanueva de Araquil		32	NA	31025	
3105272	Villanueva de Alcolea	villanueva-de-alcolea	ES		0	Europe/Madrid	40.23183	0.07409		Vilanova d'Alcolea,Villanueva de Alcolea		60	CS	12029	
3105273	Villanueva de Aézcoa	villanueva-de-aezcoa	ES		0	Europe/Madrid	42.9457	-1.2303				32	NA	31256	
3105275	Villanueva-Carrales	villanueva-carrales	ES		0	Europe/Madrid	42.92323	-3.8233				55	BU	09011	
3105277	Villanueva	villanueva	ES		0	Europe/Madrid	43.51667	-6.68333		San Antolin,San Antolin de Villanueva,San Antolín,San Antolín de Villanueva,Villanueva		34	O	33041	
3105278	Villanueva	villanueva	ES		0	Europe/Madrid	43.51798	-6.42022				34	O	33034	
3105279	Villanueva	villanueva	ES		0	Europe/Madrid	43.46961	-7.29723		Villanueva,Villanueva de Lorenzana		58	LU	27027	
3105280	Villanueva	villanueva	ES		0	Europe/Madrid	43.45	-5.95				34	O	33054	
3105281	Villanueva	villanueva	ES		0	Europe/Madrid	43.43764	-5.89049				34	O	33035	
3105282	Villanueva	villanueva	ES		0	Europe/Madrid	43.42334	-6.77144				34	O	33007	
3105283	Villanueva	villanueva	ES		0	Europe/Madrid	43.40646	-5.59463				34	O	33066	
3105284	Villanueva	villanueva	ES		0	Europe/Madrid	43.40445	-3.3679				39	S	39036	
3105285	Villanueva	villanueva	ES		0	Europe/Madrid	43.38333	-8.2				58	C	15048	
3105286	Villanueva	villanueva	ES		0	Europe/Madrid	43.38562	-4.93392				34	O	33036	
3105287	Villanueva	villanueva	ES		0	Europe/Madrid	43.36516	-5.15001				34	O	33012	
3105288	Villanueva	villanueva	ES		0	Europe/Madrid	43.36182	-4.55091				34	O	33055	
3105289	Villanueva de Villaescusa	villanueva-de-villaescusa	ES		969	Europe/Madrid	43.36727	-3.86281		Vil'jaehskusa,Vil'januehva,Vil'januehva-de-Vil'jaehskusa,Villaescusa,Villanueva,Villanueva de Villaescusa,Вильянуэва,Вильянуэва-де-Вильяэскуса,Вильяэскуса		39	S	39099	
3105290	Villanueva	villanueva	ES		0	Europe/Madrid	43.34842	-5.37126				34	O	33049	
3105291	Villanueva	villanueva	ES		0	Europe/Madrid	43.33333	-7		Santa Maria,Santa María,Villanueva		34	O	33075	
3105292	Villanueva	villanueva	ES		0	Europe/Madrid	43.32927	-3.13226				59	BI	48071	
3105293	Vilarnovo	vilarnovo	ES		0	Europe/Madrid	43.31231	-8.8155		San Tirso		58	C	15043	
3105294	Villanueva	villanueva	ES		0	Europe/Madrid	43.27418	-6.00062				34	O	33064	
3105295	Villanueva	villanueva	ES		0	Europe/Madrid	43.24691	-3.2739				39	S	39101	
3105296	Villanueva	villanueva	ES		0	Europe/Madrid	43.16999	-5.74787				34	O	33002	
3105297	Villanueva	villanueva	ES		0	Europe/Madrid	43.14917	-6.14169		Villanueva		34	O	33072	
3105298	Villanueva	villanueva	ES		0	Europe/Madrid	43.14413	-6.7953				34	O	33001	
3105299	Villanueva	villanueva	ES		0	Europe/Madrid	42.96667	-4.16667				39	S	39027	
3105300	Vilanova	vilanova	ES		0	Europe/Madrid	42.81667	-7.01667				58	LU	27012	
3105301	Villanueva	villanueva	ES		0	Europe/Madrid	42.73019	-6.95645				55	LE	24009	
3105302	Villanueva	villanueva	ES		0	Europe/Madrid	42.7368	-1.94784		Hiriberri Deierri,Villanueva de Yerri		32	NA	31260	
3105303	Villanueva	villanueva	ES		0	Europe/Madrid	42.60972	-8.10952				58	PO	36024	
3105304	Villanueva	villanueva	ES		0	Europe/Madrid	42.55614	-6.75409				55	LE	24038	
3105305	Vilanova	vilanova	ES		0	Europe/Madrid	42.43333	-6.96667		Santa Maria		58	OR	32009	
3105306	Vilanova	vilanova	ES		0	Europe/Madrid	42.33333	-7.28333				58	OR	32063	
3105307	Villanueva	villanueva	ES		0	Europe/Madrid	42.33317	-2.93285				27	LO	26113	
3105308	Villanueva	villanueva	ES		0	Europe/Madrid	42.27015	-6.89701				58	OR	32083	
3105309	Villanueva	villanueva	ES		0	Europe/Madrid	42.2	-7.76667		Santa Maria,Santa María,Villanueva		58	OR	32001	
3105313	Vilantime	vilantime	ES		0	Europe/Madrid	42.9	-8.11667		San Pedro		58	C	15006	
3105323	Villandriz	villandriz	ES		0	Europe/Madrid	43.53902	-7.13279				58	LU	27051	
3105329	Villanaoscura	villanaoscura	ES		0	Europe/Madrid	43.42716	-5.50811		Vallinaoscura,Villanaoscura		34	O	33076	
3105337	Villamoure	villamoure	ES		0	Europe/Madrid	42.38804	-8.01573				58	OR	32065	
3105345	Villamorel	villamorel	ES		0	Europe/Madrid	43.26667	-8.15		San Juan,Villamorel		58	C	15064	
3105349	Villamor de Laguna	villamor-de-laguna	ES		0	Europe/Madrid	42.19186	-5.67736		Villamor de Laguna,Villamorico		55	LE	24088	
3105356	Vilamor	vilamor	ES		0	Europe/Madrid	42.94342	-7.95891		San Esteban		58	C	15046	
3105357	Vilamor	vilamor	ES		0	Europe/Madrid	42.56955	-7.23214				58	LU	27017	
3105361	Villamondrid	villamondrid	ES		0	Europe/Madrid	43.46135	-6.21868		Villamondrid,Villamondriz		34	O	33051	
3105368	Villamide	villamide	ES		0	Europe/Madrid	43.17732	-7.25355				58	LU	27046	
3105376	Villameixide	villameixide	ES		0	Europe/Madrid	42.93333	-7.01667				58	LU	27012	
3105379	Villamediana de Lomas	villamediana-de-lomas	ES		0	Europe/Madrid	42.8856	-3.88289				55	BU	09011	
3105380	Villamediana de la Vega	villamediana-de-la-vega	ES		0	Europe/Madrid	42.38377	-5.8787		Villamediana,Villamediana de la Vega		55	LE	24144	
3105385	Villameana	villameana	ES		0	Europe/Madrid	43.29746	-6.53994				34	O	33073	
3105386	Villameá de Ramirás	villamea-de-ramiras	ES		0	Europe/Madrid	42.17018	-8.03845				58	OR	32068	
3105393	Villamayor de Negral	villamayor-de-negral	ES		0	Europe/Madrid	42.93631	-7.77151		Villamayor,Villamayor de Negral		58	LU	27023	
3105404	Villamaior	villamaior	ES		0	Europe/Madrid	43.1	-8.33333		Santiago		58	C	15059	
3105413	Villamateo	villamateo	ES		0	Europe/Madrid	43.33333	-8.11667		Santiago,Villamateo		58	C	15091	
3105414	Villamarzo	villamarzo	ES		0	Europe/Madrid	43.22763	-6.9144				34	O	33027	
3105415	Villamartín Pequeño	villamartin-pequeno	ES		0	Europe/Madrid	43.49083	-7.21676		San Juan,Villamartin Pequeno,Villamartín Pequeño		58	LU	27005	
3105416	Villamartín Grande	villamartin-grande	ES		0	Europe/Madrid	43.49489	-7.24215		Villamartin,Villamartin Grande,Villamartín,Villamartín Grande		58	LU	27005	
3105424	Vilamartín	vilamartin	ES		0	Europe/Madrid	42.41417	-7.06078				58	OR	32088	
3105425	Vilamariz	vilamariz	ES		0	Europe/Madrid	43.49946	-7.15579				58	LU	27051	
3105444	Villamana	villamana	ES		0	Europe/Madrid	42.48847	-0.02232				52	HU	22109	
3105449	Villalveto	villalveto	ES		0	Europe/Madrid	42.8	-4.68333				55	P	34171	
3105452	Villalval	villalval	ES		0	Europe/Madrid	42.36933	-3.55339				55	BU	09075	
3105461	Vilalpape	vilalpape	ES		0	Europe/Madrid	42.58955	-7.49748				58	LU	27008	
3105464	Villalonquéjar	villalonquejar	ES		0	Europe/Madrid	42.36102	-3.77277				55	BU	09059	
3105481	Villalís	villalis	ES		0	Europe/Madrid	42.31667	-6.03333				55	LE	24216	
3105483	Villalibre de la Jurisdicción	villalibre-de-la-jurisdiccion	ES		0	Europe/Madrid	42.52139	-6.65499				55	LE	24119	
3105487	Villalegre	villalegre	ES		0	Europe/Madrid	43.55	-5.9				34	O	33004	
3105497	Villalbilla-Sobresierra	villalbilla-sobresierra	ES		0	Europe/Madrid	42.52968	-3.66119				55	BU	09906	
3105498	Villalbilla de Villadiego	villalbilla-de-villadiego	ES		0	Europe/Madrid	42.57084	-3.99997				55	BU	09427	
3105499	Villalbilla de Gumiel	villalbilla-de-gumiel	ES		120	Europe/Madrid	41.80621	-3.62584		Villalbilla de Gumiel	09440	55	BU	09440	
3105500	Villalbilla de Burgos	villalbilla-de-burgos	ES		866	Europe/Madrid	42.34757	-3.78101			09439	55	BU	09439	
3105506	Villalba de Perejil	villalba-de-perejil	ES		130	Europe/Madrid	41.32742	-1.54833		Villalba de Perejil	50286	52	Z	50286	
3105522	Vilalba	vilalba	ES		15437	Europe/Madrid	43.29806	-7.6813		Vilalba,Villalba	27065	58	LU	27065	
3105539	Villajuste	villajuste	ES		0	Europe/Madrid	42.86667	-7.68333		San Pedro,Villajuste		58	LU	27049	
3105540	Vilaxoán	vilaxoan	ES		1354	Europe/Madrid	42.58353	-8.79353		Villajuan		58	PO	36060	
3105543	Villaje	villaje	ES		0	Europe/Madrid	43.31135	-7.21429				58	LU	27048	
3105545	Villaján	villajan	ES		0	Europe/Madrid	42.83176	-7.05416				58	LU	27012	
3105546	Villaiz	villaiz	ES		0	Europe/Madrid	42.90888	-7.08109		Santiago,Villaiz		58	LU	27006	
3105547	Villainclán	villainclan	ES		0	Europe/Madrid	43.54389	-6.64034		Villainclan,Villainclán		34	O	33041	
3105551	Villahizán	villahizan	ES		0	Europe/Madrid	42.12421	-3.85875		Granja,Granja de Villahizan,Granja de Villahizán,Villahizan,Villahizán		55	BU	09466	
3105560	Villagüiz	villaguiz	ES		0	Europe/Madrid	43.54222	-7.11804				58	LU	27051	
3105561	Vilagudel	vilagudel	ES		0	Europe/Madrid	43.2425	-7.07467				58	LU	27018	
3105568	Villagocende	villagocende	ES		0	Europe/Madrid	43.1	-7.06667				58	LU	27018	
3105570	Villageriz	villageriz	ES		56	Europe/Madrid	42.11884	-5.95554		Villageriz	49244	55	ZA	49244	
3105578	Villagandú	villagandu	ES		0	Europe/Madrid	43.17577	-5.99984		Villagandu,Villagandú,Villagundu,Villagundú		34	O	33053	
3105584	Villafruela del Condado	villafruela-del-condado	ES		69	Europe/Madrid	42.62239	-5.38873	827	Villafruela de Porma		55	LE	24201	
3105589	Vilafrime	vilafrime	ES		0	Europe/Madrid	43.07299	-7.10562				58	LU	27018	
3105590	Villafrial	villafrial	ES		0	Europe/Madrid	42.84036	-7.06773				58	LU	27012	
3105592	Villafría de Burgos	villafria-de-burgos	ES		0	Europe/Madrid	42.36569	-3.61639		Villafria,Villafria de Burgos,Villafría,Villafría de Burgos		55	BU	09059	
3105599	Ordizia	villafranca-de-ordizia	ES		0	Europe/Madrid	43.0541	-2.17632		Ordizia,Villafranca de Ordicia,Villafranca de Ordizia,Villafranca de Oria,Villafrancia Oria,Villafrancia de Oria	20076	59	SS	20076	
3105611	Villaframil	villaframil	ES		0	Europe/Madrid	43.53333	-7.08333		San Lorenzo,Villaframil		58	LU	27051	
3105615	Villafolfo	villafolfo	ES		0	Europe/Madrid	42.23369	-4.60907		Caserio de Villafolfo,Caserío de Villafolfo,Villafolfo		55	P	34123	
3105621	Villafiz	villafiz	ES		0	Europe/Madrid	42.98333	-7.71667				58	LU	27020	
3105622	Vilafiz	vilafiz	ES		0	Europe/Madrid	42.85096	-7.44135				58	LU	27043	
3105625	Villafeliz de la Sabarriba	villafeliz-de-la-sabarriba	ES		0	Europe/Madrid	42.64781	-5.453		Villafeliz de la Sabarriba		55	LE	24175	
3105626	Villafeliz	villafeliz	ES		0	Europe/Madrid	42.94742	-5.98278				55	LE	24145	
3105630	Villafamés	villafames	ES		1660	Europe/Madrid	40.11667	-0.05		Vilafames,Villafames,Villafamés		60	CS	12094	
3105633	Vilaestrofe	vilaestrofe	ES		0	Europe/Madrid	43.65	-7.38333				58	LU	27013	
3105636	Vilaestévez	vilaestevez	ES		0	Europe/Madrid	43.13333	-8.88333		Villateves		58	C	15093	
3105637	Vilaesteva	vilaesteva	ES		0	Europe/Madrid	42.76667	-7.13333				58	LU	27037	
3105638	Vilaesteva	vilaesteva	ES		0	Europe/Madrid	42.66467	-7.66245				58	LU	27058	
3105653	Villaescobedo	villaescobedo	ES		0	Europe/Madrid	42.74018	-4.08687				55	BU	09415	
3105656	Villadrid	villadrid	ES		0	Europe/Madrid	43.05334	-7.09897				58	LU	27018	
3105658	Villadonga	villadonga	ES		0	Europe/Madrid	43.16667	-7.41667		Santiago,Villadonga		58	LU	27010	
3105662	Viladesuso	viladesuso	ES		0	Europe/Madrid	42.03333	-8.86667				58	PO	36036	
3105665	Villa de Soto	villa-de-soto	ES		0	Europe/Madrid	42.50481	-5.53786				55	LE	24197	
3105666	Villaderrey	villaderrey	ES		0	Europe/Madrid	42.01346	-7.59687		Villa de Rey		58	OR	32082	
3105667	Villadequinta	villadequinta	ES		0	Europe/Madrid	42.38865	-6.88539				58	OR	32017	
3105672	Villa de Moros	villa-de-moros	ES		0	Europe/Madrid	42.7	-7.45		San Miguel,Villa de Moros		58	LU	27024	
3105677	Viladeite	viladeite	ES		0	Europe/Madrid	42.78333	-7.01667				58	LU	27012	
3105680	Viladavil	viladavil	ES		0	Europe/Madrid	42.95	-8.16667		Santa Maria,Santa María		58	C	15006	
3105682	Viladaíde	viladaide	ES		0	Europe/Madrid	43.56667	-7.25				58	LU	27005	
3105683	Villadabad	villadabad	ES		0	Europe/Madrid	43.1	-8.61667		San Cipriano,Villadabad		58	C	15084	
3105713	Villachambre	villachambre	ES		0	Europe/Madrid	42.92473	-7.2765		Santa Maria,Villachambre		58	LU	27901	
3105725	Villacampa	villacampa	ES		0	Europe/Madrid	43.56667	-7.51667		Santa Maria,Santa María,Villacampa		58	LU	27063	
3105743	Vilabolle	vilabolle	ES		0	Europe/Madrid	43.21667	-6.88333				34	O	33027	
3105744	Villabol de Abajo	villabol-de-abajo	ES		0	Europe/Madrid	43.02703	-7.08154				58	LU	27018	
3105745	Villabol	villabol	ES		0	Europe/Madrid	43.07522	-7.00985		Santa Maria,Villabol,Villabol de Suarna		58	LU	27018	
3105746	Villabol	villabol	ES		0	Europe/Madrid	42.78232	-7.13791				58	LU	27037	
3105747	Villaboa	villaboa	ES		0	Europe/Madrid	43.30358	-7.17654				58	LU	27048	
3105749	Villabermudo	villabermudo	ES		0	Europe/Madrid	42.61649	-4.35852				55	P	34083	
3105752	Villabasta	villabasta	ES		37	Europe/Madrid	42.56089	-4.60284		Villabasta		55	P	34157	
3105753	Billabaso	billabaso	ES		0	Europe/Madrid	43.4	-2.86667				59	BI	48061	
3105702	Villacil	villacil	ES	24228	0	Europe/Madrid	42.61799	-5.46963		Villacil		55	LE	24175	
3105756	Villabáscones	villabascones	ES		0	Europe/Madrid	43.05045	-3.67167				55	BU	09215	
3105765	Villa	villa	ES		0	Europe/Madrid	43.52621	-5.94158		Villa		34	O	33020	
3105766	Villa	villa	ES		0	Europe/Madrid	43.45	-6.1				34	O	33010	
3105767	Villa	villa	ES		0	Europe/Madrid	43.40066	-5.09201				34	O	33012	
3105768	Villa	villa	ES		0	Europe/Madrid	43.3828	-4.87939				34	O	33036	
3105769	Villa	villa	ES		0	Europe/Madrid	43.36981	-5.52711				34	O	33040	
3105797	Vilaugín	vilaugin	ES		0	Europe/Madrid	43.12933	-6.87317				58	LU	27035	
3105800	Vilaselle	vilaselle	ES		0	Europe/Madrid	43.02526	-7.25404				58	LU	27004	
3105801	Vilaseco	vilaseco	ES		0	Europe/Madrid	43.19066	-8.9572				58	C	15014	
3105802	Vilaseco	vilaseco	ES		0	Europe/Madrid	43.07151	-9.06533		Vilarseco,Vilaseco		58	C	15092	
3105808	Vilartatín	vilartatin	ES		0	Europe/Madrid	42.9032	-7.05248				58	LU	27012	
3105811	Vilar Ramiro	vilar-ramiro	ES		0	Europe/Madrid	43.11556	-8.85921				58	C	15093	
3105812	Vilarnadal	vilarnadal	ES		0	Europe/Madrid	42.34167	2.95296		Vilarnadal		56	GI	17100	
3105815	Vilariño	vilarino	ES		17	Europe/Madrid	43.06667	-9.2				58	C	15052	
3105816	Vilariño	vilarino	ES		0	Europe/Madrid	43.05	-8.05		Santa Maria,Santa María,Vilarino,Vilariño		58	C	15090	
3105817	Vilariño	vilarino	ES		0	Europe/Madrid	42.99603	-8.6354				58	C	15088	
3105818	Vilariño	vilarino	ES		0	Europe/Madrid	42.92816	-9.00511				58	C	15045	
3105819	Vilariño	vilarino	ES		0	Europe/Madrid	42.77585	-8.53129				58	C	15082	
3105820	Vilariño	vilarino	ES		0	Europe/Madrid	42.75423	-8.05708				58	PO	36020	
3105821	Vilariño	vilarino	ES		0	Europe/Madrid	42.51667	-8.78333		San Adrian,San Adrián,Vilarino,Vilariño		58	PO	36006	
3105822	Vilariño	vilarino	ES		0	Europe/Madrid	42.5	-8.61667				58	PO	36038	
3105823	Vilarín de Arriba	vilarin-de-arriba	ES		0	Europe/Madrid	43.14342	-7.02047				58	LU	27018	
3105824	Vilares	vilares	ES		0	Europe/Madrid	43.15	-7.16667				58	LU	27053	
3105825	Vilares	vilares	ES		0	Europe/Madrid	43.11667	-7.18333				58	LU	27018	
3105826	Vilares	vilares	ES		0	Europe/Madrid	43.05696	-7.27667				58	LU	27004	
3105827	Vilares	vilares	ES		0	Europe/Madrid	42.92629	-7.1749				58	LU	27901	
3105828	Vilarello del Río	vilarello-del-rio	ES		0	Europe/Madrid	42.75821	-6.97948				58	LU	27012	
3105829	Vilarello da Igrexa	vilarello-da-igrexa	ES		0	Europe/Madrid	42.76418	-6.97673				58	LU	27012	
3105830	Vilarello	vilarello	ES		0	Europe/Madrid	42.91087	-7.37103				58	LU	27026	
3105831	Vilarello	vilarello	ES		0	Europe/Madrid	42.84595	-6.89922				58	LU	27012	
3105832	Vilarello	vilarello	ES		0	Europe/Madrid	42.61359	-8.0302		Vilarello		58	PO	36016	
3105833	Vilarello	vilarello	ES		0	Europe/Madrid	41.85745	-7.34943				58	OR	32091	
3105834	Vilar dos Adrios	vilar-dos-adrios	ES		0	Europe/Madrid	43.01695	-7.18389				58	LU	27004	
3105835	Vilardida	vilardida	ES		0	Europe/Madrid	41.2859	1.36301		Vilardida		56	T	43089	
3105836	Vilar de Sucarral	vilar-de-sucarral	ES		0	Europe/Madrid	43.06285	-7.12187				58	LU	27018	
3105837	Vilar de Mondelo	vilar-de-mondelo	ES		0	Europe/Madrid	42.43572	-7.18694				58	LU	27050	
3105839	Vilar da Cuiña	vilar-da-cuina	ES		0	Europe/Madrid	43.06989	-6.97064				58	LU	27018	
3105840	Vilar de Francos	vilar-de-francos	ES		0	Europe/Madrid	42.85415	-7.27848				58	LU	27901	
3105841	Vilar de Frades	vilar-de-frades	ES		0	Europe/Madrid	42.88608	-7.14529				58	LU	27006	
3105842	Vilar de Ferreira	vilar-de-ferreira	ES		0	Europe/Madrid	42.78811	-7.00123		Vilar de Ferreira,Vilar de Terreira		58	LU	27012	
3105843	Vilar de Cucos	vilar-de-cucos	ES		0	Europe/Madrid	42.80189	-7.03887				58	LU	27012	
3105844	Vilar de Costa	vilar-de-costa	ES		0	Europe/Madrid	42.85954	-8.99806		Vilar de Costa		58	C	15045	
3105846	Vilar de Cancelada	vilar-de-cancelada	ES		0	Europe/Madrid	42.8759	-7.09497				58	LU	27006	
3105847	Vilar de Cabalos	vilar-de-cabalos	ES		0	Europe/Madrid	42.73738	-7.73069				58	LU	27060	
3105848	Vilar de Abajo	vilar-de-abajo	ES		0	Europe/Madrid	43.0121	-8.4258				58	C	15060	
3105849	Vilar das Pedras	vilar-das-pedras	ES		0	Europe/Madrid	43.29073	-7.29439		Vilar,Vilar das Pedras		58	LU	27044	
3105850	Vilarcovo	vilarcovo	ES		0	Europe/Madrid	42.93687	-9.06036		Vilarcobo,Vilarcovo		58	C	15045	
3105851	Vilarchao	vilarchao	ES		0	Europe/Madrid	43.21043	-7.01065				58	LU	27018	
3105852	Vilarbello de Suxo	vilarbello-de-suxo	ES		0	Europe/Madrid	43.07788	-9.12203		Sujo,Vilarbello de Sujo,Villarbello de Sujo,Villarvello de Sujo		58	C	15052	
3105886	Vilanova de la Roca	vilanova-de-la-roca	ES		0	Europe/Madrid	41.55336	2.28583		Vilanova Del Valles,Vilanova de la Roca		56	B	08902	
3105951	Vilaboa	vilaboa	ES		0	Europe/Madrid	43.6	-8.05		San Vicente,Vilaboa		58	C	15087	
3105892	Vilanova	vilanova	ES		0	Europe/Madrid	43.04154	-9.01116				58	C	15092	
3105893	Vilanova	vilanova	ES		0	Europe/Madrid	43.03333	-7.15				58	LU	27018	
3105894	Vilanova	vilanova	ES		0	Europe/Madrid	42.96295	-7.1375				58	LU	27004	
3105895	Vilanova	vilanova	ES		0	Europe/Madrid	42.78333	-8.43333		San Pedro,Vilanoba,Vilanova		58	C	15089	
3105896	Vilanova	vilanova	ES		0	Europe/Madrid	42.16652	-7.95479				58	OR	32024	
3105897	Vilaño	vilano	ES		0	Europe/Madrid	43.24057	-8.60165		Santiago,Vilano,Vilaño		58	C	15041	
3105898	Vilanna	vilanna	ES		0	Europe/Madrid	41.97074	2.70443		Vilanna,Vilanno		56	GI	17020	
3105906	Vilameán	vilamean	ES		98	Europe/Madrid	42.03333	-8.73333		Vilamean,Vilameán		58	PO	36054	
3105910	Vilallovent	vilallovent	ES		0	Europe/Madrid	42.40805	1.95264		Vilallovent		56	GI	17141	17069
3105914	Vilalleons	vilalleons	ES		0	Europe/Madrid	41.88333	2.31667		Vilalleons		56	B	08220	
3105919	Vilaüt	vilauet	ES		0	Europe/Madrid	42.29658	3.11128		Vilauet,Vilaüt		56	GI	17128	
3105920	Vilaür	vilauer	ES		0	Europe/Madrid	42.14382	2.95419		Vilauer,Vilaür		56	GI	17222	
3105926	Viladonelle	viladonelle	ES		0	Europe/Madrid	43.48333	-8.11667		San Andres,San Andrés,Viladonelle		58	C	15055	
3105927	Viladomonte	viladomonte	ES		0	Europe/Madrid	42.87521	-8.97686		Viladomonte		58	C	15062	
3105928	Viladomíu Vella	viladomiu-vella	ES		0	Europe/Madrid	42.00821	1.88483		Caserio Viladomiu Vella,Caserío Viladomíu Vella,Viladomiu Vella,Viladomíu Vella		56	B	08049	
3105929	Viladomíu	viladomiu	ES		0	Europe/Madrid	42	1.86667	535	Viladomiu		56	B	08049	
3105930	Vila do Castro	vila-do-castro	ES		12	Europe/Madrid	42.66667	-7.25				58	LU	27055	
3105939	Vilacote	vilacote	ES		0	Europe/Madrid	42.98884	-7.28748				58	LU	27011	
3105941	Vilacoba	vilacoba	ES		51	Europe/Madrid	43.16667	-8.3		Santo Tome,Santo Tome de Vilacova,Santo Tomé,Santo Tomé de Vilacova,Vilacoba,Vilacova		58	C	15001	
3105942	Vilacoba	vilacoba	ES		0	Europe/Madrid	42.15	-8.43333		San Juan,Vilacoba		58	PO	36050	
3105944	Vilachá	vilacha	ES		5	Europe/Madrid	43.36667	-8.08333		Santa Maria,Santa María,Vilacha,Vilachá		58	C	15050	
3105945	Vilachá	vilacha	ES		0	Europe/Madrid	43	-7.45				58	LU	27014	
3105946	Vilachá	vilacha	ES		0	Europe/Madrid	42.96061	-7.20915				58	LU	27901	
3105947	Vilachá	vilacha	ES		0	Europe/Madrid	42.88046	-7.08291		San Pedro,Vilacha,Vilachá		58	LU	27006	
3105948	Vilachá	vilacha	ES		0	Europe/Madrid	42.46876	-7.3941				58	LU	27047	
3105952	Vilaboa	vilaboa	ES		0	Europe/Madrid	42.75337	-8.90427				58	C	15057	
3105953	Vilaboa	vilaboa	ES		0	Europe/Madrid	42.36667	-8.63333		San Martin,San Martín,Vilaboa		58	PO	36058	
3105954	Vilaboa	vilaboa	ES		0	Europe/Madrid	42.28258	-7.04517		Vilaboa		58	OR	32083	
3105966	Vixoi	vixoi	ES		0	Europe/Madrid	43.28333	-8.23333		San Felix,San Félix		58	C	15008	
3105967	Viján	vijan	ES		0	Europe/Madrid	42.5406	-9.01403				58	C	15073	
3105972	Santa María de Vigo	santa-maria-de-vigo	ES		0	Europe/Madrid	43.26667	-8.31667		Santa Maria,Santa María,Vigo,Виго		58	C	15017	
3105985	Viescas	viescas	ES		81	Europe/Madrid	43.5	-5.96667				34	O	33030	
3105986	Viescas	viescas	ES		0	Europe/Madrid	43.37099	-6.25534				34	O	33059	
3105990	Vierdes	vierdes	ES		0	Europe/Madrid	43.13317	-5.04479				55	LE	24106	
3105994	Vielha	vielha	ES		5385	Europe/Madrid	42.70196	0.79556		V'el'ja,Vielha,Vielha e Mijaran,Viella,Viella Mitg Aran,Viella Mitg Arán,Вьелья		56	L	25243	
3106004	Vieite	vieite	ES		0	Europe/Madrid	42.35	-8.11667		San Adrian,San Adrián,Vieite		58	OR	32025	
3106005	Vieiros	vieiros	ES		0	Europe/Madrid	42.57207	-7.07958				58	LU	27050	
3106006	Vieiro	vieiro	ES		0	Europe/Madrid	43.65	-7.61667		San Cipriano,Vieiro		58	LU	27066	
3106007	Vieiro	vieiro	ES		0	Europe/Madrid	43.1282	-7.0209				58	LU	27018	
3106008	Vieiro	vieiro	ES		0	Europe/Madrid	43.08328	-7.10968				58	LU	27018	
3106011	Vidural	vidural	ES		0	Europe/Madrid	43.50901	-6.63649				34	O	33041	
3106012	Vidural	vidural	ES		0	Europe/Madrid	43.45259	-6.88335				34	O	33007	
3106013	Viduido	viduido	ES		0	Europe/Madrid	42.84214	-8.60175		Santa Maria,Santa María,Viduido		58	C	15002	
3106014	Viduerna	viduerna	ES		0	Europe/Madrid	42.7837	-4.7272				55	P	34171	
3106015	Vidueiros	vidueiros	ES		0	Europe/Madrid	42.55723	-8.01942				58	PO	36016	
3106017	Vidueira	vidueira	ES		0	Europe/Madrid	42.26241	-7.19564				58	OR	32044	
3106018	Viduedo	viduedo	ES		0	Europe/Madrid	42.31667	-7.08333				58	OR	32015	
3106029	Vide	vide	ES		0	Europe/Madrid	42.31777	-8.04773				58	OR	32022	
3106030	Vide	vide	ES		0	Europe/Madrid	42.22566	-7.66				58	OR	32007	
3106031	Vide	vide	ES		0	Europe/Madrid	42.08333	-8.38333		Santa Maria,Santa María,Vide		58	PO	36034	
3106033	Vidaurreta	vidaurreta	ES		116	Europe/Madrid	42.77554	-1.83569				32	NA	31085	
3106035	Bidania	vidania	ES		0	Europe/Madrid	43.13974	-2.15956		Bidania,Vidania		59	SS	20024	
3106036	Vidángoz	vidangoz	ES		116	Europe/Madrid	42.80206	-1.01391		Bidangotze,Bidankoze,Vidangoz,Vidángoz,https://declaracion.es/w/Vidangos/Sumario.html		32	NA	31252	
3106038	Vidallón	vidallon	ES		0	Europe/Madrid	42.55871	-7.21383				58	LU	27017	
3106041	Vid	vid	ES		0	Europe/Madrid	42.53333	-7.55		San Cipriano,Vid		58	LU	27031	
3106042	Bikuña	vicunanea	ES		0	Europe/Madrid	43.05848	-2.33952				59	SS	20051	
3106047	Vico	vico	ES		0	Europe/Madrid	42.4266	-1.28216		Pardinas de Vico,Vico		52	Z	50248	
3106052	Viceso	viceso	ES		0	Europe/Madrid	42.86667	-8.75		Santa Maria,Santa María,Viceso		58	C	15013	
3106053	Bikarregi	vicarregui	ES		0	Europe/Madrid	43.14879	-2.74047				59	BI	48026	
3106054	Vicálvaro	vicalvaro	ES		66439	Europe/Madrid	40.4	-3.6		Vicalvaro distritu,Vicálvaro distritu,Vikal'varo,Vikalvaro,bikarubaro,Викальваро,ビカルバロ		29	M	28079	19
3106055	Viboli Bajo	viboli-bajo	ES		0	Europe/Madrid	43.18082	-5.10584				34	O	33050	
3106056	Viboli Alto	viboli-alto	ES		0	Europe/Madrid	43.18239	-5.10733				34	O	33050	
3106059	Viascón	viascon	ES		0	Europe/Madrid	42.48333	-8.51667		Santiago,Viascon,Viascón		58	PO	36902	
3106074	Vian	vian	ES		0	Europe/Madrid	43.31667	-7.36667		Santa Maria,Santa María,Vian		58	LU	27044	
3106079	Vespella	vespella	ES		0	Europe/Madrid	41.96667	2.21667				56	B	08129	
3106084	Verines	verines	ES		0	Europe/Madrid	43.26667	-8.05		Santa Maria,Santa María,Verines		58	C	15039	
3106095	Verea	verea	ES		1403	Europe/Madrid	42.10653	-8.00092		Santiago	32084	58	OR	32084	
3106101	Verdes	verdes	ES		0	Europe/Madrid	43.23333	-8.78333		San Adrian,San Adrián,Verdes		58	C	15029	
3106103	Verdera	verdera	ES		0	Europe/Madrid	43.40276	-5.48806				34	O	33040	
3106109	Berano Txikia	berano	ES		0	Europe/Madrid	43.2	-2.5		Berano,Verano		59	BI	48058	
3106110	Veral	veral	ES		0	Europe/Madrid	42.99962	-7.62975		San Vicente,Veral		58	LU	27028	
3106122	Ventosinos	ventosinos	ES		0	Europe/Madrid	42.95	-7.53333				58	LU	27028	
3106126	Ventosela	ventosela	ES		0	Europe/Madrid	42.3	-8.58333		San Martin,San Martín,Ventosela,Ventosella		58	PO	36045	
3106127	Ventosela	ventosela	ES		91	Europe/Madrid	42.3	-8.11667				58	OR	32069	
3106128	les Ventoses	les-ventoses	ES		0	Europe/Madrid	41.80152	1.0207		les Ventoses		56	L	25003	
3106145	Ventoxo	ventoxo	ES		0	Europe/Madrid	42.54397	-8.323				58	PO	36018	
3106146	Ventín	ventin	ES		0	Europe/Madrid	42.78156	-9.07844				58	C	15053	
3106147	Ventín	ventin	ES		0	Europe/Madrid	42.31667	-8.43333		San Miguel,Ventin,Ventín		58	PO	36019	
3106148	Venta Vieja de San Antón	venta-vieja-de-san-anton	ES		0	Europe/Madrid	40.47309	-3.94222		Caserio Venta Vieja de San Anton,Caserío Venta Vieja de San Anton,Venta Vieja de San Anton,Venta Vieja de San Antón		29	M	28176	
3106149	Ventas de Tierra	ventas-de-tierra	ES		0	Europe/Madrid	40.58333	-3.21667		Ventas de Cachote,Ventas de Tierra		54	GU	19105	
3106151	Vendas da Barreira	vendas-da-barreira	ES		0	Europe/Madrid	41.98674	-7.27965				58	OR	32071	
3106153	Ventas de Cordovilla	ventas-de-cordovilla	ES		0	Europe/Madrid	42.78825	-1.6461		Ventas de Cordovilla		32	NA	31109	
3106154	Arraitz	arraitz	ES		0	Europe/Madrid	43	-1.63333		Arraitz,Ventas de Arraiz		32	NA	31017	
3106161	Venta de Pollos	venta-de-pollos	ES		0	Europe/Madrid	41.42095	-5.12577		La Estacion,La Estación,Venta de Pollos		55	VA	47121	
3106162	Venda da Teresa	venda-da-teresa	ES		0	Europe/Madrid	42.07722	-7.21459				58	OR	32034	
3106163	Venta de las Veguillas	venta-de-las-veguillas	ES		0	Europe/Madrid	40.31882	-5.58115		Barrio Venta de las Veguillas,Venta de las Veguillas		55	AV	05249	
3106172	Venta	venta	ES		0	Europe/Madrid	43.47705	-7.08987				58	LU	27051	
3106178	Venero	venero	ES		0	Europe/Madrid	43.50681	-5.92978				34	O	33030	
3106184	Venceás	venceas	ES		0	Europe/Madrid	41.96316	-8.09737				58	OR	32030	
3106188	Bemil	bemil	ES		0	Europe/Madrid	42.61667	-8.65		Santa Maria,Santa María		58	PO	36005	
3106200	Velilla de Tarilonte	velilla-de-tarilonte	ES		0	Europe/Madrid	42.83048	-4.66365		Velilla de Tarilonte		55	P	34171	
3106212	Vilella de Cinca	vilella-de-cinca	ES		435	Europe/Madrid	41.58677	0.25983		Velilla de Cinca,Vilella de Cinca,Vilella de Cinca / Velilla de Cinca		52	HU	22254	
3106223	Velagómez	velagomez	ES		0	Europe/Madrid	40.9612	-4.40577		Casa de Vela Gomez,Casa de Vela Gómez,Caserio Velagomez,Caserío Velagómez,Velagomez,Velagómez		55	SG	40180	
3106227	Veira do Río	veira-do-rio	ES		0	Europe/Madrid	43.41175	-7.3139		Veira de Rio,Veira do Rio,Veira do Río		58	LU	27030	
3106228	Veira	veira	ES		0	Europe/Madrid	43.19932	-8.35596				58	C	15021	
3106229	Veigue	veigue	ES		0	Europe/Madrid	43.37561	-8.29764		Santa Comba de Veigue		58	C	15075	
3106232	Veiga del Seijo	veiga-del-seijo	ES		0	Europe/Madrid	41.96671	-7.18913				58	OR	32071	
3106233	Veiga de Donas	veiga-de-donas	ES		0	Europe/Madrid	43.0461	-7.03237				58	LU	27018	
3106241	Veïnat de Montroig	veinat-de-montroig	ES		0	Europe/Madrid	41.86667	2.86667		Caserio Montroig,Caserio de Montroig,Caserío Montroig,Caserío de Montroig,Vehint de Montroig		56	GI	17044	
3106242	Vehinat de Lliors	vehinat-de-lliors	ES		0	Europe/Madrid	41.81667	2.43333		Caserio Vehinat de Lliors,Caserío Vehinat de Lliors,Vehinat de Lliors		56	GI	17009	
3106243	Veïnat de Llabrés	veinat-de-llabres	ES		0	Europe/Madrid	41.9	2.86667		Veinat de Llabres,Veïnat de Llabrés,el Labres,el Labrés,el Llabres,el Llabrés		56	GI	17044	
3106244	Veïnat de les Ferreries	veinat-de-les-ferreries	ES		0	Europe/Madrid	41.9	2.83333		Veinat de les Ferreries,Veïnat de les Ferreries,les Ferreries		56	GI	17038	
3106245	Vehinat de Esclet	vehinat-de-esclet	ES		0	Europe/Madrid	41.85	2.86667		Caserio Esclet,Caserio de Esclet,Caserío Esclet,Caserío de Esclet,Vehinat de Esclet		56	GI	17044	
3106246	Vehinat de Cerdans	vehinat-de-cerdans	ES		0	Europe/Madrid	41.84308	2.43241		Caserio Vehinat de Cerdans,Caserío Vehinat de Cerdans,Vehinat de Cerdans		56	GI	17164	
3106247	Veguillas de la Sierra	veguillas-de-la-sierra	ES		22	Europe/Madrid	40.15	-1.4		Veguillas,Veguillas de la Sierra	44250	52	TE	44250	
3106252	Veguilla	veguilla	ES		0	Europe/Madrid	43.1878	-3.51765		Veguilla,Veguillas		39	S	39083	
3106256	Vegas do Seo	vegas-do-seo	ES		0	Europe/Madrid	42.60074	-6.96791				55	LE	24011	
3106258	Vegasdel Condado	vegasdel-condado	ES		0	Europe/Madrid	42.68412	-5.36449				55	LE	24201	
3106261	Vegas de Camba	vegas-de-camba	ES		0	Europe/Madrid	42.1	-7.23333				58	OR	32092	
3106270	Vega Perpera	vega-perpera	ES		0	Europe/Madrid	43.13826	-6.59574				34	O	33011	
3106273	Vegamián	vegamian	ES		0	Europe/Madrid	42.94473	-5.28562				55	LE	24021	
3106283	Vega de Tallo	vega-de-tallo	ES		0	Europe/Madrid	43.0763	-6.65823				34	O	33011	
3106284	Vega de Sella	vega-de-sella	ES		0	Europe/Madrid	43.25	-5.1				34	O	33003	
3106297	Vega de Magaz	vega-de-magaz	ES		0	Europe/Madrid	42.54778	-6.06957		Vega de Magaz		55	LE	24093	
3106298	Vega do Seixo	vega-do-seixo	ES		0	Europe/Madrid	42.78333	-6.95				58	LU	27012	
3106301	Vega de Logares	vega-de-logares	ES		0	Europe/Madrid	43.24439	-7.08893				58	LU	27018	
3106304	Vega del Castro	vega-del-castro	ES		0	Europe/Madrid	43.09723	-6.58302				34	O	33011	
3106312	Vega de Forcas	vega-de-forcas	ES		0	Europe/Madrid	42.6888	-7.07934				58	LU	27045	
3106315	Vegadecabo	vegadecabo	ES		0	Europe/Madrid	42.42383	-6.98409				58	OR	32009	
3106316	Vega de Caballeros	vega-de-caballeros	ES		0	Europe/Madrid	42.81336	-5.8368				55	LE	24012	
3106318	Vega de Brañas	vega-de-branas	ES		0	Europe/Madrid	42.66043	-7.02444				58	LU	27045	
3106349	Vega	vega	ES		0	Europe/Madrid	43.50975	-5.36061				34	O	33076	
3106350	Vega	vega	ES		0	Europe/Madrid	43.5	-5.65		San Emiliano,Vega		34	O	33024	
3106351	Vega	vega	ES		0	Europe/Madrid	43.25749	-3.84983				39	S	39100	
3106352	Vega	vega	ES		0	Europe/Madrid	43.15557	-5.60825		Vega		34	O	33002	
3106360	Vecilla de Trasmonte	vecilla-de-trasmonte	ES		0	Europe/Madrid	41.9945	-5.79393				55	ZA	49256	
3106363	Vea	vea	ES		0	Europe/Madrid	42.73006	-8.56257		San Jorge,Vea		58	PO	36017	
3106364	Vea	vea	ES		0	Europe/Madrid	42.73393	-8.51526		Santa Cristina,Vea		58	PO	36017	
3106365	Vea	vea	ES		0	Europe/Madrid	42.7175	-8.53347		San Julian,San Julián,San Xiao,Vea		58	PO	36017	
3106366	Vea	vea	ES		0	Europe/Madrid	42.70782	-8.55189		San Andres,San Andrés,Vea		58	PO	36017	
3106367	Vea	vea	ES		0	Europe/Madrid	42.06659	-2.19245				55	SO	42165	
3106370	Varonceli-Santa Comba	varonceli-santa-comba	ES		0	Europe/Madrid	41.94109	-7.22966		Varonceli,Varonceli-Santa Comba		58	OR	32091	
3106371	Varón	varon	ES		0	Europe/Madrid	42.4	-8.1		San Felipe,Varon,Varón		58	OR	32019	
3106374	Varelas	varelas	ES		0	Europe/Madrid	42.89746	-8.07221		San Martin,San Martín,Varelas		58	C	15046	
3106375	Varea	varea	ES		0	Europe/Madrid	42.46172	-2.40809				27	LO	26089	
3106380	Baqueira-Beret	baqueira-beret	ES		0	Europe/Madrid	42.6996	0.93165		Baqueira,Baqueira-Beret,Beret		56	L	25025	
3106387	Valviadero	valviadero	ES		0	Europe/Madrid	41.33694	-4.64789				55	VA	47104	
3106399	Valverde de la Valmuza	valverde-de-la-valmuza	ES		0	Europe/Madrid	40.8893	-5.78259				55	SA	37040	
3106401	Valverde de Gonzaliáñez	valverde-de-gonzalianez	ES		0	Europe/Madrid	40.66463	-5.46541		Caserio Valverde de Gonzalianez,Caserío Valverde de Gonzaliáñez,Valverde de Gonzalianez,Valverde de Gonzaliáñez		55	SA	37162	
3106421	Valtrujal	valtrujal	ES		0	Europe/Madrid	42.25511	-2.28387				27	LO	26126	
3106427	Valtines	valtines	ES		0	Europe/Madrid	43.33662	-4.34083		Vallines,Valtines		39	S	39091	
3106436	Valtablado de Beteta	valtablado-de-beteta	ES		0	Europe/Madrid	40.60193	-2.06388				54	CU	16035	
3106437	Valsurbio	valsurbio	ES		0	Europe/Madrid	42.86624	-4.73307		Valsurbio,Valsurvio		55	P	34199	
3106450	Valquente	valquente	ES		3	Europe/Madrid	43.26667	-7.23333				58	LU	27054	
3106467	Valnera	valnera	ES		0	Europe/Madrid	43.18937	-3.43457				39	S		
3106479	Valmanyá	valmanya	ES		0	Europe/Madrid	41.6742	2.65999		Caserio Valmanya,Caserío Valmanya,Vallmanya,Valmanya,Valmanyá		56	B	08284	
3106483	Vallverd de Queralt	vallverd-de-queralt	ES		0	Europe/Madrid	41.46667	1.31667				56	T	43142	
3106485	Vallvert	vallvert	ES		0	Europe/Madrid	41.69708	0.95153		Vallbert,Vallvert		56	L	25113	
3106495	Vallovil	vallovil	ES		0	Europe/Madrid	43.34247	-5.16632				34	O	33045	
3106502	Vallo	vallo	ES		0	Europe/Madrid	42.89873	-6.98735				58	LU	27034	
3106508	Vallmanya	vallmanya	ES		0	Europe/Madrid	41.83062	1.58754		Vallmanya		56	B	08229	
3106516	Vallinas	vallinas	ES		0	Europe/Madrid	43.18777	-6.53673				34	O	33011	
3106519	Vallina	vallina	ES		0	Europe/Madrid	43.36667	-5.71667				34	O	33066	
3106520	Vallín	vallin	ES		0	Europe/Madrid	43.5	-5.78333				34	O	33024	
3106527	Vallfogona de Riucorb	vallfogona-de-riucorb	ES		0	Europe/Madrid	41.5628	1.23691		Val'fogona-de-Riukorb,Valfogona de Riukorb,Vallfogona de Riucorb,Vallfogona de Riucorp,Vallfogona de Ríucorp,ba li fu ge na de liu ke er bu,bayfgna d rywkrb,falfwghwna dy rywkrb,Вальфогона-де-Риукорб,Վալֆոգոնա դե Ռիուկորբ,بایفگنا د ریوکرب,فالفوغونا دي ريوكرب,巴利福戈纳德留科尔布	43159	56	T	43159	
3106530	Vallfogona	vallfogona	ES		0	Europe/Madrid	42.19657	2.30335		Vallfogona		56	GI	17170	
3106532	Vallespinoso	vallespinoso	ES		0	Europe/Madrid	42.77302	-4.36305				55	P	34004	
3106568	Vallegera	vallegera	ES		58	Europe/Madrid	42.18244	-4.1516				55	BU	09417	
3106577	Valle de Oro	valle-de-oro	ES		0	Europe/Madrid	43.56667	-7.36667		San Acisclo,Valle de Oro		58	LU	27019	
3106578	Valle de Oro	valle-de-oro	ES		0	Europe/Madrid	43.55	-7.45		Santa Cruz,Valle de Oro		58	LU	27063	
3106579	Santa Cilla de Valadouro	santa-cilla-de-valadouro	ES		0	Europe/Madrid	43.55579	-7.35086		Santa Cecilia,Valle de Oro		58	LU	27019	
3106583	Valle del Moro	valle-del-moro	ES		0	Europe/Madrid	43.24166	-5.25497		Valle Moro,Valle del Moro		34	O	33050	
3106587	Valle del Agua	valle-del-agua	ES		0	Europe/Madrid	42.62821	-6.64323				55	LE	24027	
3106601	Vallecas	vallecas	ES		0	Europe/Madrid	40.38333	-3.61667		Vallekas		29	M	28079	18
3106632	Val	val	ES		0	Europe/Madrid	43.73333	-7.65		San Esteban		58	LU	27064	
3106633	San Román de Vale	san-roman-de-vale	ES		0	Europe/Madrid	43.71667	-7.63333		San Roman,San Román		58	LU	27064	
3106639	Valldoreix	valldoreix	ES		0	Europe/Madrid	41.45956	2.0439		Barrio Valldoreix,Valdoreix,Valldoreix		56	B	08205	
3106641	Vall de Bianya	vall-de-bianya	ES		0	Europe/Madrid	42.21667	2.45				56	GI	17208	
3106642	Valldeviá	valldevia	ES		0	Europe/Madrid	42.12188	3.00214				56	GI	17232	
3106661	Vallcarca	vallcarca	ES		0	Europe/Madrid	41.24022	1.86098		Barrio Vallcarca		56	B	08270	
3106662	Vallcanera	vallcanera	ES		0	Europe/Madrid	41.83333	2.75		Vallcanera		56	GI	17193	
3106676	Valladares	valladares	ES		0	Europe/Madrid	42.87468	-8.96398		Valladares		58	C	15062	
3106677	Valadares	valadares	ES		0	Europe/Madrid	42.18333	-8.71667				58	PO	36057	
3106678	Valladares	valladares	ES		0	Europe/Madrid	41.23933	-2.37663				55	SO	42025	
3106687	Valiñas	valinas	ES		0	Europe/Madrid	42.55501	-8.6537				58	PO	36002	
3106692	Valín	valin	ES		0	Europe/Madrid	43.51132	-7.01608				34	O	33017	
3106693	Valín	valin	ES		0	Europe/Madrid	43.36285	-7.09284				34	O	33071	
3106694	Valín	valin	ES		0	Europe/Madrid	43.00808	-7.23805				58	LU	27004	
3106696	Valhondo y Brocheros	valhondo-y-brocheros	ES		0	Europe/Madrid	40.58333	-6.5		Caserio Vinas de Valhondo y Huertas de Bochero,Caserío Viñas de Valhondo y Huertas de Bochero,Valhondo y Brocheros,Vinas de Valhondo y Huertas de Brochero,Viñas de Valhondo y Huertas de Brochero		55	SA	37107	
3106699	Valhermosa	valhermosa	ES		0	Europe/Madrid	42.81932	-3.51435				55	BU	09217	
3106702	Valga	valga	ES		6143	Europe/Madrid	42.69792	-8.63959			36056	58	PO	36056	
3106707	Vales	vales	ES		0	Europe/Madrid	42.86667	-7.23333				58	LU	27901	
3106708	Vales	vales	ES		0	Europe/Madrid	42.53363	-7.90981				58	OR	32076	
3106709	Vales	vales	ES		0	Europe/Madrid	42.40584	-7.01293				58	OR	32009	
3106713	Valenzana	valenzana	ES		0	Europe/Madrid	42.31617	-7.88474				58	OR	32008	
3106714	Els Valentins	els-valentins	ES		266	Europe/Madrid	40.61667	0.36667				56	T	43156	
3106717	Valencia de la Encomienda	valencia-de-la-encomienda	ES		0	Europe/Madrid	41.15792	-5.73916		Valencia de la Encomienda		55	SA	37335	
3106722	Valeije	valeije	ES		0	Europe/Madrid	42.162	-8.26335				58	PO	36009	
3106723	Valea	valea	ES		212	Europe/Madrid	42.46667	-8.88333		Balea,Valea		58	PO	36022	
3106738	Valdomir	valdomir	ES		0	Europe/Madrid	42.58333	-7.21667				58	LU	27017	
3106750	Valdevigas	valdevigas	ES		0	Europe/Madrid	42.17164	-2.29004				27	LO	26058	
3106755	Valdevacas	valdevacas	ES		134	Europe/Madrid	41.13612	-3.91146		Valdevacas,Valdevacas y Guijar		55	SG	40213	
3106761	Valdetablas	valdetablas	ES		0	Europe/Madrid	40.3642	-4.08836		Caserio Valdetablas,Caserío Valdetablas,Valdetablas		29	M	28178	
3106772	Valdesoto	valdesoto	ES		0	Europe/Madrid	43.36667	-5.63333		San Felix,San Félix,Valdesoto		34	O	33066	
3106783	Val de Santo Domingo	val-de-santo-domingo	ES		0	Europe/Madrid	40.01239	-4.32734		Val de Santo Domingo		54	TO	45901	
3106810	Valdería	valderia	ES		0	Europe/Madrid	42.99722	-7.24495				58	LU	27004	
3106842	Valdeosera	valdeosera	ES		0	Europe/Madrid	42.22851	-2.43725				27	LO	26132	
3106854	Valdenegrillos	valdenegrillos	ES		0	Europe/Madrid	41.97783	-2.13431				55	SO	42165	
3106863	Valdemoro de San Pedro Manrique	valdemoro-de-san-pedro-manrique	ES		0	Europe/Madrid	42.08895	-2.21695		Valdemoro,Valdemoro de San Pedro Manrique		55	SO	42165	
3106904	Val del Cabriel	val-del-cabriel	ES		0	Europe/Madrid	40.28581	-1.62376		Caserio Val del Cabriel,Caserío Val del Cabriel,Val del Cabriel		52	TE	44009	
3106911	Valdelamasa	valdelamasa	ES		0	Europe/Madrid	40.58474	-3.6685		Colonia Valdelamasa,Valdelamasa		29	M	28134	
3106928	Valdejeña	valdejena	ES		0	Europe/Madrid	41.81686	-2.17416				55	SO	42192	
3106959	Valdefarrucos	valdefarrucos	ES		0	Europe/Madrid	43.16667	-5.75		Valdefarrucos		34	O	33002	
3106960	Val de Fariña	val-de-farina	ES		0	Europe/Madrid	42.71442	-7.14553				58	LU	27045	
3106962	Valdedo	valdedo	ES		0	Europe/Madrid	43.3891	-6.73679				34	O	33077	
3106963	Valdedo	valdedo	ES		0	Europe/Madrid	43.20546	-6.90533				34	O	33027	
3106972	Valdecolmenas de Arriba	valdecolmenas-de-arriba	ES		0	Europe/Madrid	40.09775	-2.44153				54	CU	16906	
3106973	Valdecolmenas de Abajo	valdecolmenas-de-abajo	ES		0	Europe/Madrid	40.11922	-2.4979				54	CU	16906	
3106986	Valdecarpinteros	valdecarpinteros	ES		0	Europe/Madrid	40.65934	-6.44243				55	SA	37107	
3106994	Val de Caínzo	val-de-cainzo	ES		0	Europe/Madrid	43.47792	-7.24948				58	LU	27005	
3106995	Valdecabrillas	valdecabrillas	ES		0	Europe/Madrid	40.10486	-2.35095		Valdecabrillas		54	CU	16904	
3107003	Valdebárzana	valdebarzana	ES		0	Europe/Madrid	43.43298	-5.47351		Valdebarcena,Valdebárcena		34	O	33076	
3107020	Valdeancheta	valdeancheta	ES		0	Europe/Madrid	40.86603	-3.07651				54	GU	19113	
3107052	Valcovero	valcovero	ES		0	Europe/Madrid	42.85686	-4.7827				55	P	34199	
3107054	Valcavado de Roa	valcavado-de-roa	ES		0	Europe/Madrid	41.68735	-3.99332		Valcavado de Roa		55	BU	09256	
3107055	Valcavado del Páramo	valcavado-del-paramo	ES		0	Europe/Madrid	42.22353	-5.80449		Valcavado,Valcavado del Paramo,Valcavado del Páramo		55	LE	24136	
3107059	Valcarría	valcarria	ES		0	Europe/Madrid	43.61667	-7.56667		San Esteban,Valcarria,Valcarría		58	LU	27066	
3107060	Luzaide	luzaide	ES		441	Europe/Madrid	43.1	-1.3		Luzaide,Valcarlos		32	NA	31248	
3107095	Val	val	ES		0	Europe/Madrid	43.55	-8.2		Santa Maria la Mayor,Santa María la Mayor,Val		58	C	15054	
3107096	Val	val	ES		0	Europe/Madrid	42.94664	-7.20941				58	LU	27901	
3107097	Pino de Val	pino-de-val	ES		0	Europe/Madrid	42.91667	-8.96667				58	C	15045	
3107098	Val	val	ES		0	Europe/Madrid	42.81667	-8.08333				58	PO	36020	
3107099	Val	val	ES		0	Europe/Madrid	42.75	-8.13333				58	PO	36024	
3107100	Vaduvieco	vaduvieco	ES		0	Europe/Madrid	42.62288	-5.3254				55	LE	24079	
3107101	Vado de Cervera	vado-de-cervera	ES		0	Europe/Madrid	42.8541	-4.48163		Vado de Cervera		55	P	34067	
3107110	Vadera-Baldía	vadera-baldia	ES		0	Europe/Madrid	40.76667	-6.35		Caserio Vadera Baldia,Caserío Vadera Baldía,Vadera-Baldia,Vadera-Baldía		55	SA	37183	
3107113	Vacarizas	vacarizas	ES		0	Europe/Madrid	42.35616	-7.20301				58	LU	27050	
3107119	Vaamonde	vaamonde	ES		0	Europe/Madrid	42.78333	-8.5		Santa Maria,Santa María,Vaamonde		58	C	15082	
3107123	Uztarroz	uztarroz	ES		220	Europe/Madrid	42.89189	-0.94039		Uztarroz,Uztárroz		32	NA	31247	
3107124	Uzquiza	uzquiza	ES		0	Europe/Madrid	42.3	-3.35				55	BU	09463	
3107128	Uzarraga	uzarraga	ES		0	Europe/Madrid	43.10547	-2.393		Uzarraga		59	SS	20074	
3107132	Utxafaba	utxafaba	ES		0	Europe/Madrid	41.66667	0.93333				56	L	25252	
3107135	Utrero	utrero	ES		0	Europe/Madrid	42.96129	-5.27919				55	LE	24021	
3107144	Ustara	ustara	ES		0	Europe/Madrid	43.19099	-2.95066				59	VI	01036	
3107145	Usparitxa	usparicha	ES		0	Europe/Madrid	43.26909	-2.68961				59	BI	48067	
3107147	Useras	useras	ES		990	Europe/Madrid	40.15765	-0.16522		Useras,Useres		60	CS	12122	
3107150	Uscarrés	uscarres	ES		0	Europe/Madrid	42.77471	-1.09318				32	NA	31111	
3107153	Usana	usana	ES		0	Europe/Madrid	42.4099	0.16351				52	HU	22907	
3107154	Usall	usall	ES		0	Europe/Madrid	42.15021	2.75853		Usall		56	GI	17137	
3107156	Urzainqui	urzainqui	ES		111	Europe/Madrid	42.83029	-0.94617		Urzainqui	31245	32	NA	31245	
3107164	Urtsuaran	ursuaran	ES		0	Europe/Madrid	42.9694	-2.24372		Ursuaran,Ursuarán,Urtsuaran		59	SS	20043	
3107167	Urrekotxi	urrekotxi	ES		0	Europe/Madrid	43.08333	-2.73333				59	BI	48024	
3107168	Malerreka-Urrotz	malerreka-urrotz	ES		185	Europe/Madrid	43.1	-1.7		Urroz de Santesteban		32	NA	31244	
3107176	Urriós	urrios	ES		0	Europe/Madrid	42.21667	-7.86667		San Mamed,San Maméd,Urrios,Urriós,Urros,Urrós		58	OR	32001	
3107177	Urriós	urrios	ES		0	Europe/Madrid	42.2	-7.85		Santa Eulalia,Urrios,Urriós		58	OR	32001	
3107181	Urriales	urriales	ES		0	Europe/Madrid	42.35496	0.06399		Urriales		52	HU	22907	
3107188	Urrexola	urrejola	ES		0	Europe/Madrid	43.08309	-2.93555				59	VI	01002	
3107189	Urrexola	urrejola	ES		0	Europe/Madrid	43.01583	-2.44799		Urrejola,Urrexola,Urruxola,Urréjola		59	SS	20059	
3107195	Urkizuaran	urquizuaran	ES		0	Europe/Madrid	43.12019	-2.53038				59	BI	48032	
3107197	Urkizu	urquizu	ES		0	Europe/Madrid	43.13418	-2.10808		Urkizu,Urquizu		59	SS	20071	
3107199	Urkizaur	urquizaur	ES		0	Europe/Madrid	43.42475	-2.82031				59	BI	48012	
3107207	Urizar	urizar-de-lemoniz	ES		0	Europe/Madrid	43.41289	-2.90228		Urizar,Urizar de Lemoniz,Urízar de Lemóniz		59	BI	48056	
3107209	Uriz	uriz	ES		0	Europe/Madrid	43.11716	-7.65241				58	LU	27007	
3107210	Uriz	uriz	ES		0	Europe/Madrid	42.97824	-7.33322				58	LU	27011	
3107211	Uritz	uritz	ES		0	Europe/Madrid	42.88333	-1.38333		Uritz,Uriz		32	NA	31028	
3107212	Uribarri	urivarri	ES		0	Europe/Madrid	43.0398	-2.57524		Uribarri,Urivarri		59	VI	01003	
3107215	Uribe	uribe-zelay	ES		0	Europe/Madrid	43.09867	-2.77181		Uribe,Uribe-Zelay		59	BI	48024	
3107219	Uría	uria	ES		0	Europe/Madrid	43.07778	-6.85221				34	O	33028	
3107221	Urgoiti	urgoiti	ES		0	Europe/Madrid	43.22613	-2.81959		Urgoili,Urgoiti		59	BI	48036	
3107223	Ures de Medinaceli	ures-de-medinaceli	ES		0	Europe/Madrid	41.12669	-2.33226		Ures,Ures de Medina,Ures de Medinaceli		55	SO	42025	
3107227	Urdilde	urdilde	ES		0	Europe/Madrid	42.83333	-8.73333		Santa Maria,Santa María,Urdilde		58	C	15074	
3107240	Urdániz	urdaniz	ES		0	Europe/Madrid	42.91284	-1.52589		Urdaniz,Urdániz		32	NA	31098	
3107255	Urbanització Feliu	urbanitzacio-feliu	ES		0	Europe/Madrid	41.26667	1.96667				56	B	08056	
3107260	Untza	untza	ES		0	Europe/Madrid	42.97589	-2.95515		Untzaga,Unza,Unzá		59	VI	01054	
3107261	Untes	untes	ES		186	Europe/Madrid	42.35	-7.95		Untes		58	OR	32054	
3107270	Undiano	undiano	ES		0	Europe/Madrid	42.75858	-1.76371		Undiano		32	NA	31076	
3107271	Untxigoiti	untxigoiti	ES		0	Europe/Madrid	43.23486	-2.6679		Undagoitia		59	BI	48067	
3107274	Untzilla	uncella	ES		0	Europe/Madrid	43.04161	-2.53628		Uncella,Untzilla		59	VI	01003	
3107276	Unarre	unarre	ES		0	Europe/Madrid	42.63419	1.14881		Unarre		56	L	25024	
3107296	Uribarri Dibiña / Ullibarri Viña	ullivarri-vina	ES		0	Europe/Madrid	42.88086	-2.76381		Ullibarri Vina,Ullibarri Viña,Uribarri Dibina,Uribarri Dibiña		59	VI	01059	
3107297	Uribarri Ganboa	ullivarri-gamboa	ES		0	Europe/Madrid	42.93789	-2.60788		Ullibarri-Gamboa,Ullíbarri-Gamboa		59	VI	01008	
3107298	Uribarri Nagusia / Ullibarri de los Olleros	ullivarri-de-los-olleros	ES		0	Europe/Madrid	42.79469	-2.60487		Ullibarri de los Olleros,Ullivarri de los Olleros,Ullíbarri de los Olleros,Ullívarri de los Olleros,Uribarri Nagusia		59	VI	01059	
3107299	Uribarri Arrazua	ullivarri-arrazua	ES		0	Europe/Madrid	42.8879	-2.59294				59	VI	01059	
3107300	Uribarri Harana / Ullíbarri Arana	ullivarri-arana	ES		0	Europe/Madrid	42.75817	-2.31986		Ullibarri Arana,Ullíbarri Arana,Uribarri Harana		59	VI	01056	
3107319	Uhía	uhia	ES		0	Europe/Madrid	42.7873	-8.96232		Uhia,Uhía		58	C	15053	
3107321	Ugarte	ugarte-de-zaldu	ES		0	Europe/Madrid	43.17974	-3.03357				59	VI	01042	
3107322	Ugarte	ugarte-de-mugica	ES		0	Europe/Madrid	43.29277	-2.70866				59	BI	48067	
3107340	Ucieda de Arriba	ucieda-de-arriba	ES		0	Europe/Madrid	43.25	-4.25				39	S	39066	
3107341	Ucieda de Abajo	ucieda-de-abajo	ES		0	Europe/Madrid	43.26667	-4.25				39	S	39066	
3107343	Utxarain	utxarain	ES		0	Europe/Madrid	43.20143	-2.81572				59	BI	48092	
3107346	Ucelle	ucelle	ES		0	Europe/Madrid	42.43214	-7.83849				58	OR	32026	
3107350	Ubriezo	ubriezo	ES		0	Europe/Madrid	43.11405	-4.5782				39	S	39013	
3107364	Tui	tui	ES		17262	Europe/Madrid	42.04713	-8.64435		Tui,Tuy	36055	58	PO	36055	
3107365	Tuixén	tuixen	ES		0	Europe/Madrid	42.23333	1.56667				56	L	25909	
3107370	Turueño	turueno	ES		0	Europe/Madrid	43.46667	-5.5		Turueno,Turueño		34	O	33076	
3107372	Turruncún	turruncun	ES		0	Europe/Madrid	42.1554	-2.11025				27	LO	26018	
3107384	Turiellos	turiellos	ES		0	Europe/Madrid	43.3	-5.68333		Nuestra Senora del Rosario,Nuestra Señora del Rosarío,Santa Eulalia,Turiellos		34	O	33031	
3107388	Turces	turces	ES		0	Europe/Madrid	42.86502	-8.23173				58	C	15085	
3107398	Tuiza de Arriba	tuiza-de-arriba	ES		0	Europe/Madrid	43.02667	-5.91955				34	O	33033	
3107399	Tuiza de Abajo	tuiza-de-abajo	ES		0	Europe/Madrid	43.02396	-5.90642				34	O	33033	
3107400	Tuiriz	tuiriz	ES		0	Europe/Madrid	42.8	-8.11667		San Juan,Tuiriz,Turiz		58	PO	36059	
3107401	Tuiriz	tuiriz	ES		0	Europe/Madrid	42.56667	-7.58333		Santa Maria,Santa María,Toiriz,Toiriz-Santa Maria,Toiriz-Santa María,Tuiriz		58	LU	27041	
3107402	Tuiriz	tuiriz	ES		0	Europe/Madrid	42.55	-7.6		Santa Eulalia,Toiriz,Toiriz-Santa Eulalia,Tuiriz		58	LU	27041	
3107405	Tufiones	tufiones	ES		0	Europe/Madrid	43.11878	-9.12947				58	C	15092	
3107416	Tudela-Agüeria	tudela-agueria	ES		0	Europe/Madrid	43.31917	-5.8011		Agueria,Agüeria,Tudela-Agueria,Tudela-Agüeria		34	O	33044	
3107422	Tucende	tucende	ES		0	Europe/Madrid	42.9544	-7.09198				58	LU	27006	
3107448	Troitosende	troitosende	ES		0	Europe/Madrid	42.95	-8.66667		Troitosende		58	C	15007	
3107451	Trobo	trobo	ES		0	Europe/Madrid	43.18333	-7.65		Santa Maria,Santa María,Trobo		58	LU	27007	
3107452	Trobika	trobica	ES		0	Europe/Madrid	43.36667	-2.83333				59	BI	48069	
3107453	Trobe	trobe	ES		41	Europe/Madrid	42.76667	-8.5				58	C	15089	
3107455	Trobajo del Camino	trobajo-del-camino	ES		0	Europe/Madrid	42.59642	-5.60798				55	LE	24142	
3107456	Troáns	troans	ES		0	Europe/Madrid	42.61667	-8.58333		Santa Maria,Santa María,Troans,Troáns		58	PO	36015	
3107464	Triós	trios	ES		0	Europe/Madrid	42.3549	-7.73214		San Pedro		58	OR	32058	
3107469	Trintxerpe	trincherpe	ES		0	Europe/Madrid	43.3241	-1.9382		Trincherpe,Trintxerpe		59	SS	20064	
3107470	Triñanes	trinanes	ES		0	Europe/Madrid	42.62754	-8.86244		Trinanes,Triñanes		58	C	15011	
3107479	Trigal	trigal	ES		0	Europe/Madrid	42.9688	-7.02663				58	LU	27034	
3107480	Trigal	trigal	ES		0	Europe/Madrid	42.38509	-6.84515				58	OR	32017	
3107482	Tricas	tricas	ES		0	Europe/Madrid	42.48526	-0.03866				52	HU	22109	
3107486	Trianos	trianos	ES		0	Europe/Madrid	42.42679	-5.0308		Caserio Triano,Caserío Triano,Trianos		55	LE	24215	
3107487	Triano	triano	ES		0	Europe/Madrid	43.29345	-3.07557				59	BI	48002	
3107488	Tríacastela	triacastela	ES		826	Europe/Madrid	42.75565	-7.24136				58	LU	27062	
3107512	ses Truqueries	ses-truqueries	ES		0	Europe/Madrid	40.01667	3.83333				07	PM	07015	
3107515	Treos	treos	ES		0	Europe/Madrid	43.09305	-8.97004		Treos		58	C	15092	
3107517	Trengandín	trengandin	ES		0	Europe/Madrid	43.48076	-3.51768		Tregandin,Tregandín,Trengadin,Trengadín		39	S	39047	
3107523	Tremoedo	tremoedo	ES		0	Europe/Madrid	42.53333	-8.78333		San Esteban,Tremoedo		58	PO	36061	
3107526	Tremedal	tremedal	ES		0	Europe/Madrid	40.35195	-5.61953				55	AV	05236	
3107528	Tremañes	tremanes	ES		0	Europe/Madrid	43.53333	-5.68333		San Juan,San Juan de Tremanes,San Juan de Tremañes,Tremanes,Tremañes		34	O	33024	
3107530	Tremado	tremado	ES		0	Europe/Madrid	43.38462	-6.54101				34	O	33073	
3107531	Tremado	tremado	ES		0	Europe/Madrid	43.16945	-6.78951				34	O	33001	
3107533	Trelles	trelles	ES		0	Europe/Madrid	43.48273	-6.73547		Trelles		34	O	33018	
3107536	Treguajantes	treguajantes	ES		0	Europe/Madrid	42.25387	-2.41404				27	LO	26146	
3107543	Treboedo	treboedo	ES		0	Europe/Madrid	42.3905	-8.04413		Treboedo		58	OR	32045	
3107544	Trebé	trebe	ES		0	Europe/Madrid	43.45146	-6.87529				34	O	33007	
3107545	Trébago	trebago	ES		0	Europe/Madrid	41.87365	-2.10201		Trebago,Trébago		55	SO	42188	
3107548	Traviesas	traviesas	ES		0	Europe/Madrid	43.16929	-8.35125				58	C	15021	
3107551	Travesas	travesas	ES		0	Europe/Madrid	43.06009	-8.85551				58	C	15077	
3107552	Travesas	travesas	ES		0	Europe/Madrid	43.04933	-7.1601				58	LU	27018	
3107554	Trasvilla	trasvilla	ES		0	Europe/Madrid	43.27499	-3.92021				39	S	39100	
3107556	Trasufre	trasufre	ES		0	Europe/Madrid	43.02535	-9.14208		Trasufe,Trasufre		58	C	15052	
3107557	Trástigos	trastigos	ES		0	Europe/Madrid	43.4622	-7.17605				58	LU	27061	
3107559	Traspielas	traspielas	ES		0	Europe/Madrid	42.31081	-8.46938				58	PO	36019	
3107565	Trasmuria	trasmuria	ES		0	Europe/Madrid	43.31943	-6.02854		Trasmuria		34	O	33026	
3107574	Trasmiras	trasmiras	ES		1752	Europe/Madrid	42.0254	-7.61735		Trasmiras	32082	58	OR	32082	
3107575	Trasmañó	trasmano	ES		0	Europe/Madrid	42.26667	-8.65		Trasmano,Trasmañó		58	PO	36045	
3107578	Traslavilla	traslavilla	ES		0	Europe/Madrid	43.26667	-6				34	O	33064	
3107580	Traslacruz	traslacruz	ES		0	Europe/Madrid	43.01899	-5.8389				34	O	33033	
3107582	Trashaedo	trashaedo	ES		0	Europe/Madrid	42.68215	-3.93657				55	BU	09045	
3107583	Trasestrada	trasestrada	ES		0	Europe/Madrid	42	-7.31667		San Esteban,Trasestrada		58	OR	32071	
3107595	Trasanquelos	trasanquelos	ES		0	Europe/Madrid	43.17331	-8.17358		Trasanquelos		58	C	15902	
3107596	Trasancos	trasancos	ES		0	Europe/Madrid	43.53333	-8.21667		San Mateo,Trasancos		58	C	15054	
3107597	Trasancos	trasancos	ES		0	Europe/Madrid	43.5	-8.2		Santa Cecilia,Trasancos		58	C	15054	
3107598	Trasalva	trasalva	ES		0	Europe/Madrid	42.36667	-7.96667		San Pedro,Trasalva		58	OR	32002	
3107599	Trapilavado	trapilavado	ES		0	Europe/Madrid	40.16667	-6.36667		Caserio Trapilavado,Caserío Trapilavado,Trapilavado		57	CC	10167	
3107615	Traguntia	traguntia	ES		0	Europe/Madrid	40.95804	-6.36638		Traguntia		55	SA	37257	
3107616	Tragó de Noguera	trago-de-noguera	ES		0	Europe/Madrid	41.94495	0.60999		Trago,Trago de Noguera,Tragó,Tragó de Noguera		56	L	25156	
3107621	Trabes	trabes	ES		0	Europe/Madrid	42.65562	-8.98694		Trabes,Traves		58	C	15071	
3107623	Trabe	trabe	ES		0	Europe/Madrid	43.24591	-8.89177				58	C	15068	
3107628	Trabazas	trabazas	ES		0	Europe/Madrid	42.66132	-7.0881				58	LU	27045	
3107631	Trabancas	trabancas	ES		12	Europe/Madrid	42.76667	-7.98333				58	PO	36020	
3107636	Trabadela	trabadela	ES		0	Europe/Madrid	43.4379	-7.14953				58	LU	27061	
3107637	Trabada	trabada	ES		1528	Europe/Madrid	43.44475	-7.19527			27061	58	LU	27061	
3107638	Trabada	trabada	ES		0	Europe/Madrid	43.40464	-6.71887				34	O	33077	
3107639	Trabada	trabada	ES		0	Europe/Madrid	43.19922	-6.93952		Trabada		34	O	33027	
3107641	Traba	traba	ES		0	Europe/Madrid	43.2	-8.71667		Santa Maria,Santa María,Traba		58	C	15029	
3107642	Traba	traba	ES		0	Europe/Madrid	43.18333	-9.03333		Santiago,Traba		58	C	15040	
3107645	Tobillas	tovillas	ES		0	Europe/Madrid	42.88038	-3.18748		Tobillas,Tovilla,Tovillas		59	VI	01055	
3107646	Touzas	touzas	ES		0	Europe/Madrid	43.00267	-9.02171				58	C	15034	
3107647	Touza	touza	ES		0	Europe/Madrid	42.24528	-7.84734		San Jorge,Touza		58	OR	32079	
3107650	Toutón	touton	ES		0	Europe/Madrid	42.25	-8.48333		San Mateo,Touton,Toutón		58	PO	36030	
3107651	Tourón	touron	ES		0	Europe/Madrid	42.40203	-8.52612				58	PO	36043	
3107654	Touriñán	tourinan	ES		0	Europe/Madrid	43.03816	-9.27076		Tourinan,Touriñán		58	C	15052	
3107656	Toubes	toubes	ES		0	Europe/Madrid	42.45	-7.81667		Santiago,Toubes		58	OR	32059	
3107666	Tosende	tosende	ES		0	Europe/Madrid	41.92996	-7.80594				58	OR	32005	
3107673	Torviso	torviso	ES		0	Europe/Madrid	43.20431	-7.15109				58	LU	27018	
3107674	Tortuero	tortuero	ES		38	Europe/Madrid	40.93414	-3.35024		Tortuera,Tortuero	19288	54	GU	19288	
3107678	Tortoreos	tortoreos	ES		0	Europe/Madrid	42.1	-8.41667		Santiago,Santiago de Totoreos,Tortoreos,Totoreos		58	PO	36034	
3107680	Tórtoles del Esgueva	tortoles-del-esgueva	ES		527	Europe/Madrid	41.81611	-4.024		Tortoles,Tortoles de Esgueva,Tortoles del Esgueva,Tórtoles del Esgueva		55	BU	09391	
3107691	Torruéllola de la Plana	torruellola-de-la-plana	ES		0	Europe/Madrid	42.37591	-0.05763				52	HU	22066	
3107695	Torroso	torroso	ES		0	Europe/Madrid	42.2	-8.61667		San Mamed,Torroso		58	PO	36033	
3107696	Torronteras	torronteras	ES		0	Europe/Madrid	40.56945	-2.58526				54	GU	19110	
3107697	Torrón	torron	ES		0	Europe/Madrid	42.45484	-7.72849				58	OR	32052	
3107698	Torrolluala del Obico	torrolluala-del-obico	ES		0	Europe/Madrid	42.38347	-0.03536				52	HU	22066	
3107706	Torrezuela	torrezuela	ES		0	Europe/Madrid	42.53333	-8.01667		Santiago,Torrezuela		58	OR	32061	
3107740	Torre Peones	torre-peones	ES		0	Europe/Madrid	40.06667	-0.8		Caserio Torre-Peones,Caserío Torre-Peones,Torre Peones		52	TE	44143	
3107743	Torrent de Cinca / Torrente de Cinca	torrent-de-cinca-torrente-de-cinca	ES		992	Europe/Madrid	41.47363	0.33521		Torrent de Cinca,Torrent de Cinca / Torrente de Cinca,Torrente de Cinca		52	HU	22112	
3107756	Torremocha de Jarama	torremocha-de-jarama	ES		538	Europe/Madrid	40.84148	-3.49666		Torremocha	28153	29	M	28153	
3107767	Torrelletas	torrelletas	ES		0	Europe/Madrid	41.27723	1.65243				56	B	08058	
3107780	Torre la Cárcel	torre-la-carcel	ES		0	Europe/Madrid	40.61458	-1.30025				52	TE	44226	
3107790	Torregrosa	torregrosa	ES		0	Europe/Madrid	41.58034	0.82864		Torregrosa		56	L	25119	
3107791	Torregassa	torregassa	ES		500	Europe/Madrid	41.28962	1.52154	195	Torregasa,Torregassa		56	T	43137	
3107795	Torreforta	torreforta	ES		0	Europe/Madrid	41.13333	-1.26667				52	Z	50227	
3107799	Torre Duero	torre-duero	ES		0	Europe/Madrid	41.4568	-5.16164		Caserio Torre Duero,Caserío Torre Duero,Ribera del Cubo,Torre Duero		55	VA	47166	
3107802	Torre de Santa Marina	torre-de-santa-marina	ES		0	Europe/Madrid	42.58614	-6.33604		Torre,Torre de Santa Maria,Torre de Santa Marina		55	LE	24170	
3107803	Torre de San Paio	torre-de-san-paio	ES		0	Europe/Madrid	43.00655	-7.82077				58	LU	27020	
3107806	Torre de Moncantar	torre-de-moncantar	ES		0	Europe/Madrid	41.11333	-5.36693		Alqueria Torre de Moncantar,Alquería Torre de Moncantar,Torre de Moncantar		55	SA	37082	
3107808	Torre de Martín Pascual	torre-de-martin-pascual	ES		0	Europe/Madrid	40.95066	-5.79119				55	SA	37142	
3107819	Torre de Endoménech	torre-de-endomenech	ES		0	Europe/Madrid	40.26359	0.07		Torre de Endomenech,Torre de Endoménech		60	CS	12120	
3107820	Torre de Embesora	torre-de-embesora	ES		0	Europe/Madrid	40.32649	-0.07949		Torre de Embesora		60	CS	12119	
3107827	Torrecitores	torrecitores	ES		0	Europe/Madrid	41.98445	-3.85514		Caserio de Torrecitores,Caserío de Torrecitores,Torrecitores		55	BU	09032	
3107833	Torrecilla del Río	torrecilla-del-rio	ES		0	Europe/Madrid	41.0635	-5.87479				55	SA	37290	
3107854	Torre Baja	torre-baja	ES		0	Europe/Madrid	40.11667	-1.25				60	V	46001	
3107855	Torre Asensio	torre-asensio	ES		0	Europe/Madrid	40.68333	-0.4		Caserio Torre Asensio,Caserío Torre Asensio,Masia de Asensio,Torre Asensio		52	TE	44071	
3107858	Torre Alta	torre-alta	ES		0	Europe/Madrid	40.11667	-1.25				60	V	46001	
3107865	Dorrao	dorrao	ES		0	Europe/Madrid	42.88333	-2.01667		Dorrao,Torrano		32	NA	31091	
3107871	Torralba del Moral	torralba-del-moral	ES		0	Europe/Madrid	41.13547	-2.49925		Torralba,Torralba del Moral		55	SO	42113	
3107909	els Torms	els-torms	ES		0	Europe/Madrid	41.38333	0.71667		Torms,els Torms		56	L	25101	
3107934	Toriello	toriello	ES		0	Europe/Madrid	43.45	-5.01667				34	O	33056	
3107942	Torea	torea	ES		0	Europe/Madrid	42.83575	-9.03667		Torea		58	C	15053	
3107944	Tordoya	tordoya	ES		0	Europe/Madrid	43.1	-8.56667		San Juan,Tordoya		58	C	15084	
3107953	Tordesalas	tordesalas	ES		0	Europe/Madrid	41.62271	-2.06159		Tordesalas		55	SO	42187	
3107964	Torce	torce	ES		0	Europe/Madrid	43.53732	-6.77209				34	O	33018	
3107965	Torce	torce	ES		0	Europe/Madrid	43.11151	-6.0895		Torce		34	O	33072	
3107973	Toranzo	toranzo	ES		0	Europe/Madrid	43.10579	-4.66755				39	S	39096	
3107975	Torallo	torallo	ES		0	Europe/Madrid	42.84351	-7.11555				58	LU	27006	
3107981	Toral de Fondo	toral-de-fondo	ES		0	Europe/Madrid	42.3533	-5.95042		Toral,Toral de Fondo		55	LE	24131	
3107982	Toral	toral	ES		0	Europe/Madrid	43.21872	-6.07145				34	O	33052	
3107983	Torà de Riubregós	tora-de-riubregos	ES		1240	Europe/Madrid	41.81667	1.4		Tora,Tora de Rulbregos,Torá,Torá de Rulbregos		56	L	25223	
3107991	Tongil	tongil	ES		0	Europe/Madrid	42.28333	-7.21667				58	OR	32044	
3107998	Tomonte	tomonte	ES		0	Europe/Madrid	41.88789	-7.21025				58	OR	32091	
3108000	Tomiño	tomino	ES		13315	Europe/Madrid	41.98772	-8.75502		Santa Maria,Santa María,Tomino,Tomiño	36054	58	PO	36054	
3108001	Tomeza	tomeza	ES		0	Europe/Madrid	42.4	-8.61667		San Pedro,Tomeza		58	PO	36038	
3108006	Tombo	tombo	ES		0	Europe/Madrid	42.43608	-8.58882				58	PO	36038	
3108007	Tolba / Tolva	tolba-tolva	ES		178	Europe/Madrid	42.11473	0.56494		Tolba,Tolba / Tolva,Tolva		52	HU	22053	
3108014	Tolivia	tolivia	ES		0	Europe/Madrid	43.199	-5.5907		Tolivia		34	O	33032	
3108015	Tolinas	tolinas	ES		0	Europe/Madrid	43.22759	-6.1815		Tolinas		34	O	33026	
3108021	Toldaos	toldaos	ES		0	Europe/Madrid	42.79282	-7.22894				58	LU	27062	
3108022	Toldaos	toldaos	ES		0	Europe/Madrid	42.67868	-7.3519				58	LU	27024	
3108023	Toldaos	toldaos	ES		0	Europe/Madrid	42.51667	-7.58333		San Juan,Toldaos		58	LU	27041	
3108025	Tolda de Castilla	tolda-de-castilla	ES		0	Europe/Madrid	42.98333	-7.53333		Tolda,Tolda de Castilla		58	LU	27028	
3108031	Tojos Outos	tojos-outos	ES		0	Europe/Madrid	42.81197	-8.82021		San Justo,Tojos Outos		58	C	15042	
3108037	Toedo	toedo	ES		63	Europe/Madrid	42.71374	-8.50303				58	PO	36017	
3108039	Toca	toca	ES		0	Europe/Madrid	42.72033	-7.27272				58	LU	27055	
3108052	Toba de Arriba	toba-de-arriba	ES		22	Europe/Madrid	42.96667	-9.21667		Toba de Arriba		58	C	15023	
3108053	Toba de Abajo	toba-de-abajo	ES		0	Europe/Madrid	42.96667	-9.21667				58	C	15023	
3108055	Toba	toba	ES		0	Europe/Madrid	42.9642	-9.19784		San Adrian,San Adrián,Toba		58	C	15023	
3108064	Tiroco de Arriba	tiroco-de-arriba	ES		0	Europe/Madrid	43.36667	-5.65		Tiroco de Arriba		34	O	33066	
3108065	Tiroco de Abajo	tiroco-de-abajo	ES		0	Europe/Madrid	43.36644	-5.66897		Tiroco de Abajo		34	O	33066	
3108073	Tirán	tiran	ES		0	Europe/Madrid	42.27043	-8.75162		San Juan		58	PO	36029	
3108074	Tirados de la Vega	tirados-de-la-vega	ES		0	Europe/Madrid	41.0414	-5.89908		Tirados de la Vega		55	SA	37345	
3108079	Tiobre	tiobre	ES		0	Europe/Madrid	43.3	-8.2		San Martin,San Martín,Tiobre		58	C	15009	
3108080	Tintores	tintores	ES		0	Europe/Madrid	41.96874	-7.4372				58	OR	32085	
3108083	Tinieblas	tinieblas	ES		44	Europe/Madrid	42.17286	-3.36286				55	BU	09381	
3108084	Tingas	tingas	ES		0	Europe/Madrid	43.40371	-7.07798				34	O	33071	
3108101	Tierrachá	tierracha	ES		0	Europe/Madrid	42.78019	-7.86334		San Jorge,Tierracha,Tierrachá		58	LU	27003	
3108108	Tibianes	tibianes	ES		0	Europe/Madrid	42.35034	-7.82178				58	OR	32058	
3108114	Teza	teza	ES		0	Europe/Madrid	42.96667	-3.2				55	BU	09908	
3108118	Tetuán de las Victorias	tetuan-de-las-victorias	ES		155000	Europe/Madrid	40.45975	-3.6975		Tetuan,Tetuan de las Victorias,Tetuán,Tetuán de las Victorias		29	M	28079	6
3108119	Tetuán	tetuan	ES		0	Europe/Madrid	43.53333	-5.63333				34	O	33024	
3108123	Tesos Miradores	tesos-miradores	ES		0	Europe/Madrid	40.68452	-6.44479		Caserio Tesos Miradores,Caserío Tesos Miradores,Tesos Miradores		55	SA	37279	
3108130	Terrones	terrones	ES		0	Europe/Madrid	40.68231	-5.87396		Caserio Terrones,Caserío Terrones,Terrones		55	SA	37211	
3108136	Terrazos	terrazos	ES		0	Europe/Madrid	42.61775	-3.36051				55	BU	09043	
3108139	Terrasola	terrasola	ES		0	Europe/Madrid	41.44798	1.72548				56	B	08287	
3108152	Término	termino	ES		0	Europe/Madrid	43.39207	-3.68785		Hornayo,Hoznayo,Termino,Término		39	S	39028	
3108153	Termiñana	terminana	ES		0	Europe/Madrid	42.42528	-7.00118		Terminana,Termiñana		58	OR	32009	
3108156	Terlegiz	terleguiz	ES		0	Europe/Madrid	43.33723	-2.64305				59	BI	48907	
3108158	Terelle	terelle	ES		0	Europe/Madrid	42.84766	-8.98553		Terelle		58	C	15062	
3108160	Terán	teran	ES		0	Europe/Madrid	43.22103	-4.30295				39	S	39014	
3108167	Tenorio	tenorio	ES		0	Europe/Madrid	42.46667	-8.55		San Pedro,Tenoiro,Tenorio		58	PO	36902	
3108168	Tenencia	tenencia	ES		0	Europe/Madrid	42.64078	-8.88423				58	C	15011	
3108179	O Temple	o-temple	ES		0	Europe/Madrid	43.31955	-8.35671		Santa Maria do Temple,Santa María do Temple		58	C	15017	
3108180	Temple	temple	ES		0	Europe/Madrid	42.72587	-7.10163				58	LU	27045	
3108188	Teyego	teyego	ES		0	Europe/Madrid	43.29881	-5.86722		Teyego		34	O	33057	
3108196	Tejones	tejones	ES		0	Europe/Madrid	41.96466	-7.71217				58	OR	32005	
3108208	Tejedales	tejedales	ES		0	Europe/Madrid	43.47988	-6.60368		Tejedales		34	O	33034	
3108209	Tejedal	tejedal	ES		0	Europe/Madrid	43.38173	-6.64732				34	O	33073	
3108210	Tejedal	tejedal	ES		0	Europe/Madrid	43.30323	-5.25213				34	O	33049	
3108127	Tertanga	tertanga	ES	01468	0	Europe/Madrid	42.9779	-3.0233				59	VI	01002	
3108211	Tejeda de Tiétar	tejeda-de-tietar	ES		979	Europe/Madrid	40.0179	-5.86953		Tejeda de Tietar,Tejeda de Tiétar	10181	57	CC	10181	
3108213	Tejares	tejares	ES		0	Europe/Madrid	41.42785	-3.90757		Tejares		55	SG	40091	
3108214	Tejares	tejares	ES		0	Europe/Madrid	40.9545	-5.69754				55	SA	37274	
3108220	Tejadinos	tejadinos	ES		0	Europe/Madrid	42.37384	-6.04638		Tejadinos		55	LE	24182	
3108224	Tejadilla	tejadilla	ES		0	Europe/Madrid	41.18301	-3.68922				55	SG	40224	
3108225	Tejadilla	tejadilla	ES		0	Europe/Madrid	41.16999	-3.82116				55	SG	40220	
3108231	Teixidón	teixidon	ES		0	Europe/Madrid	43.1058	-8.88975		Teixidon,Teixidón		58	C	15093	
3108234	Teis	teis	ES		0	Europe/Madrid	42.25762	-8.68298		San Salvador,Teis		58	PO	36057	
3108235	Teira	teira	ES		0	Europe/Madrid	42.58715	-9.06642		Teira		58	C	15073	
3108244	Teijeira	teijeira	ES		0	Europe/Madrid	43.27553	-7.04497				34	O	33062	
3108245	Teijeira	teijeira	ES		0	Europe/Madrid	43.16752	-7.14916				58	LU	27018	
3108246	Teijeira	teijeira	ES		0	Europe/Madrid	43.17517	-6.90908				34	O	33027	
3108247	Teijeira	teijeira	ES		0	Europe/Madrid	42.91398	-7.26456				58	LU	27901	
3108249	Teijedo	teijedo	ES		0	Europe/Madrid	43.47967	-6.75915				34	O	33018	
3108250	Teijedo	teijedo	ES		1	Europe/Madrid	43.25	-6.76667				34	O	33001	
3108251	Teijedáis	teijedais	ES		0	Europe/Madrid	43.32387	-7.12108				58	LU	27048	
3108252	Teijeda	teijeda	ES		0	Europe/Madrid	43.07086	-7.30115				58	LU	27011	
3108254	Teibillide	teibillide	ES		0	Europe/Madrid	42.73391	-7.37586		Teibillid,Teivillid		58	LU	27055	
3108256	Tedín	tedin	ES		0	Europe/Madrid	42.97652	-9.2395		Tedin,Tedín,Tendin		58	C	15023	
3108257	Tebra	tebra	ES		0	Europe/Madrid	42.03333	-8.73333		Santa Maria,Santa María,Tebra		58	PO	36054	
3108258	Tebra	tebra	ES		0	Europe/Madrid	42.03333	-8.71667		San Salvador,Tebra		58	PO	36054	
3108260	Teaño	teano	ES		52	Europe/Madrid	42.66667	-8.88333				58	C	15011	
3108265	Tavilo	tavilo	ES		105	Europe/Madrid	42.8	-8.91667		Tavillo,Tavilo		58	C	15062	
3108282	Tarriba	tarriba	ES		0	Europe/Madrid	43.35873	-3.78147				39	S	39037	
3108283	Tarriba	tarriba	ES		0	Europe/Madrid	43.26994	-4.04336				39	S	39069	
3108292	Tarnas	tarnas	ES		0	Europe/Madrid	42.88312	-7.0658				58	LU	27012	
3108294	Tarna	tarna	ES		0	Europe/Madrid	43.11038	-5.22678		Tarna		34	O	33015	
3108295	Tarín Nuevo y Viejo	tarin-nuevo-y-viejo	ES		0	Europe/Madrid	40.08333	-0.66667		Caserio Tarin Nuevo y Viejo,Caserío Tarin Nuevo y Viejo,Tarin Nuevo y Viejo,Tarín Nuevo y Viejo		52	TE	44206	
3108296	Tarilonte	tarilonte	ES		0	Europe/Madrid	42.81948	-4.66847				55	P	34171	
3108297	Tariego	tariego	ES		541	Europe/Madrid	41.90451	-4.48077		Tariego		55	P	34069	
3108306	Tardad	tardad	ES		0	Europe/Madrid	43.31667	-7.75		Santa Maria,Santa María,Tardad		58	LU	27065	
3108307	Tarazona de Guareña	tarazona-de-guarena	ES		397	Europe/Madrid	41.17206	-5.25005		Taracena de Guarena,Taracena de Guareña,Tarazona,Tarazona de Guarena,Tarazona de Guareña,Tarazona de la Guarena,Tarazona de la Guareña	37317	55	SA	37317	
3108311	Tarás	taras	ES		0	Europe/Madrid	42.82988	-8.89177		Taras,Tarás		58	C	15062	
3108321	Taramancos	taramancos	ES		0	Europe/Madrid	42.78571	-8.91472		Taramancos		58	C	15057	
3108326	Taragoña	taragona	ES		0	Europe/Madrid	42.66667	-8.85		San Salvador,Taragona,Taragoña		58	C	15011	
3108330	Tapis	tapis	ES		0	Europe/Madrid	42.38047	2.70126		Tapis		56	GI	17102	
3108338	Taoces	taoces	ES		0	Europe/Madrid	43.39549	-5.97025				34	O	33054	
3108352	Tameirón	tameiron	ES		0	Europe/Madrid	42.00663	-7.12027		Santa Maria de Tameiron,Santa María de Tameirón,Tameiron,Tameirón		58	OR	32034	
3108353	Tameiga	tameiga	ES		0	Europe/Madrid	42.2	-8.65		San Martin,San Martín,Tameiga		58	PO	36033	
3108360	Tamarit de Llitera / Tamarite de Litera	tamarit-de-llitera-tamarite-de-litera	ES		3655	Europe/Madrid	41.8691	0.42214		Tamarit de Litera,Tamarit de Llitera,Tamarit de Llitera / Tamarite de Litera,Tamarite de Litera		52	HU	22225	
3108362	Támara	tamara	ES		91	Europe/Madrid	42.20345	-4.39447		Tamara,Támara		55	P	34011	
3108373	Tallós	tallos	ES		0	Europe/Madrid	42.71626	-8.70217				58	C	15033	
3108374	Tallobre	tallobre	ES		0	Europe/Madrid	43.11008	-6.91747				58	LU	27035	
3108377	Tállara	tallara	ES		0	Europe/Madrid	42.75	-8.88333		San Pedro,Tallara,Tállara		58	C	15042	
3108378	Talladell	talladell	ES		0	Europe/Madrid	41.65	1.16667				56	L	25217	
3108389	Talamanca de Jarama	talamanca-de-jarama	ES		1984	Europe/Madrid	40.74325	-3.50889		Talamanca de Jarama,Talamanka de Xarama,Talamanka-de-Kharama,Talamanko de Haramo,Talamanko de Ĥaramo,ha la ma he pan ta la man ka,talamanka dy jarama,Таламанка-де-Харама,Տալամանկա դե Խարամա,تالامانكا دي جاراما,哈拉马河畔塔拉曼卡	28145	29	M	28145	
3108391	Talaixà	talaixa	ES		0	Europe/Madrid	42.30126	2.57226				56	GI	17109	
3108393	Tal	tal	ES		0	Europe/Madrid	42.78333	-9		Santiago,Tal		58	C	15053	
3108398	Tajonar	tajonar	ES		0	Europe/Madrid	42.76878	-1.6081		Tajonar,Taxoare		32	NA	31088	
3108401	Tajes	tajes	ES		0	Europe/Madrid	42.7755	-9.08363		Tages,Tajes		58	C	15053	
3108405	Tahús	tahus	ES		0	Europe/Madrid	42.29036	1.19288				56	L	25906	
3108406	Taüll	tauell	ES		0	Europe/Madrid	42.52029	0.84745		Tauell,Taüll		56	L	25043	
3108414	Tacones	tacones	ES		0	Europe/Madrid	43.5	-5.76667		San Andres,San Andres de Tacones,San Andrés,San Andrés de Tacones,Tacones		34	O	33024	
3108418	Taboy	taboy	ES		0	Europe/Madrid	43.15	-7.56667		San Pedro,Taboy		58	LU	27039	
3108419	Taborda	taborda	ES		0	Europe/Madrid	42.01667	-8.71667		San Miguel,Taborda		58	PO	36054	
3108420	Taboeja	taboeja	ES		0	Europe/Madrid	42.13333	-8.43333		Santa Maria,Santa María,Taboeja		58	PO	36034	
3108421	Taboadelo	taboadelo	ES		0	Europe/Madrid	42.37901	-8.54858		Taboadelo		58	PO	36043	
3108422	Taboadela	taboadela	ES		1680	Europe/Madrid	42.24234	-7.82719		Taboadela	32079	58	OR	32079	
3108423	Taboada	taboada	ES		0	Europe/Madrid	43.4	-8.1		Santa Maria,Santa María,Taboada		58	C	15050	
3108424	Taboada	taboada	ES		0	Europe/Madrid	42.71688	-7.76296				58	LU	27060	
3108425	Taboada	taboada	ES		3818	Europe/Madrid	42.699	-7.82298		Taboada		58	LU	27060	
3108426	Taboada	taboada	ES		0	Europe/Madrid	42.68333	-8.21667		Santiago,Taboada		58	PO	36052	
3108428	Tabliega	tabliega	ES		0	Europe/Madrid	43.0113	-3.45863				55	BU	09189	
3108431	Tablado	tablado	ES		0	Europe/Madrid	43.24145	-5.75492				34	O	33037	
3108432	Tablado	tablado	ES		0	Europe/Madrid	43.14258	-5.87918				34	O	33033	
3108433	Tablado	tablado	ES		0	Europe/Madrid	43.11887	-3.90668				39	S	39039	
3108434	Tablado	tablado	ES		0	Europe/Madrid	43.05	-6.5				34	O	33011	
3108435	Tablado	tablado	ES		36	Europe/Madrid	42.95945	-6.64725		Tablado		34	O	33022	
3108444	Tabillón	tabillon	ES		0	Europe/Madrid	42.97988	-6.95527				58	LU	27034	
3108445	Tabescán	tabescan	ES		0	Europe/Madrid	42.64572	1.25789				56	L	25017	
3108452	Tabeirós	tabeiros	ES		0	Europe/Madrid	42.66256	-8.46464		Tabeiros,Tabeirós		58	PO	36017	
3108453	Tabeayo	tabeayo	ES		0	Europe/Madrid	43.24893	-8.36051				58	C	15021	
3108454	Tabeaio	tabeaio	ES		0	Europe/Madrid	43.25	-8.35				58	C	15021	
3108455	Tabazoa de Humoso	tabazoa-de-humoso	ES		0	Europe/Madrid	42.12167	-7.05703		San Sebastian de Tabazoa de Humoso,San Sebastián de Tabazoa de Humoso,Tabazoa de Humoso		58	OR	32086	
3108465	Tabanera	tabanera	ES		0	Europe/Madrid	42.30439	-4.15416				55	BU	09091	
3108467	Tabagón	tabagon	ES		0	Europe/Madrid	41.91667	-8.81667		San Miguel,San Miguel de Tabagon,San Miguel de Tabagón,Tabagon,Tabagón		58	PO	36048	
3108468	Tabagón	tabagon	ES		0	Europe/Madrid	41.91667	-8.8		San Juan,San Juan de Tabagon,San Juan de Tabagón,Tabagon,Tabagón		58	PO	36048	
3108471	Suterraña	suterrana	ES		0	Europe/Madrid	42.15252	0.95176				56	L	25234	
3108472	Susvilla	susvilla	ES		0	Europe/Madrid	43.26621	-3.86159				39	S	39100	
3108477	Susilla	susilla	ES		0	Europe/Madrid	42.80029	-4.07683				39	S	39094	
3108480	Susana	susana	ES		0	Europe/Madrid	42.82781	-8.49078				58	C	15078	
3108481	Susá	susa	ES		0	Europe/Madrid	43.14305	-7.28294				58	LU	27046	
3108483	Surriba	surriba	ES		0	Europe/Madrid	42.99299	-7.14371				58	LU	27004	
3108494	Sumoas	sumoas	ES		0	Europe/Madrid	43.69808	-7.50592				58	LU	27025	
3108495	Sumio	sumio	ES		0	Europe/Madrid	43.2	-8.38333		Santiago,Sumio		58	C	15021	
3108500	Suevos	suevos	ES		0	Europe/Madrid	43.34026	-8.48189				58	C	15005	
3108501	Suevos	suevos	ES		0	Europe/Madrid	42.99403	-8.75916				58	C	15007	
3108502	Suevos	suevos	ES		0	Europe/Madrid	42.87367	-9.00098				58	C	15045	
3108512	Suegos	suegos	ES		0	Europe/Madrid	43.7	-7.61667		Santa Maria,Santa María,Suegos		58	LU	27064	
3108513	Suegos	suegos	ES		0	Europe/Madrid	43.1	-7.36667		Santa Eulalia,Suegos		58	LU	27046	
3108514	Sudros	sudros	ES		0	Europe/Madrid	43.03754	-7.12414				58	LU	27018	
3108521	Subiráns	subirans	ES		0	Europe/Madrid	41.61667	2.55		Caserio Subirans,Caserío Subirans,Subirans,Subiráns		56	B	08007	
3108524	Subijana Morillas	subijana	ES		0	Europe/Madrid	42.81667	-2.9		Subijana,Subijana Morillas,Subilana,Subilla Morillas		59	VI	01046	
3108527	Subeiro	subeiro	ES		0	Europe/Madrid	43.04947	-9.00814		Subeiro		58	C	15092	
3108528	Sub-Cira	sub-cira	ES		0	Europe/Madrid	42.78333	-8.36667				58	PO	36017	
3108537	Soutullos	soutullos	ES		0	Europe/Madrid	42.83386	-8.66473		Soutullos		58	C	15013	
3108538	Soutullo	soutullo	ES		0	Europe/Madrid	43.23333	-8.55		Santa Maria,Santa María,Soutullo		58	C	15041	
3108539	Soutullo	soutullo	ES		0	Europe/Madrid	42.42325	-8.86011		Sotoullo,Soutullo		58	PO	36051	
3108542	Souto Figueira	souto-figueira	ES		4	Europe/Madrid	43.2	-8.38333		Souto Figueira		58	C	15021	
3108545	Soutochao	soutochao	ES		0	Europe/Madrid	41.89881	-7.23334		Soutochao		58	OR	32091	
3108570	Sotrobal	sotrobal	ES		0	Europe/Madrid	40.87809	-5.25684		Alqueria Sotrobal,Alquería Sotrobal,Sotrobal		55	SA	37215	
3108577	Sotos de Sepulveda	sotos-de-sepulveda	ES		0	Europe/Madrid	41.26667	-3.56667		Sotos de Sepulveda,Sotos de Sepúlveda		55	SG	40046	
3108581	Soto-Rucandio	soto-rucandio	ES		0	Europe/Madrid	42.91324	-3.86943				39	S	39094	
3108582	Sotorrio	sotorrio	ES		0	Europe/Madrid	43.35109	-3.74891				39	S	39037	
3108586	Sotomerille	sotomerille	ES		0	Europe/Madrid	43.03333	-7.4		Sotomerilla,Sotomerille,Soutomorille		58	LU	27011	
3108588	Sotomayor	sotomayor	ES		0	Europe/Madrid	42.23333	-7.85				58	OR	32001	
3108589	Sotolongo	sotolongo	ES		0	Europe/Madrid	42.6186	-8.15359		Santa Maria,Santa María,Sotolongo		58	PO	36024	
3108590	Sotolobre	sotolobre	ES		0	Europe/Madrid	42.13333	-8.46667		Santa Columba,Sotolobre		58	PO	36050	
3108591	Sotojuane	sotojuane	ES		0	Europe/Madrid	43.41148	-7.30823		Sotojuana,Sotojuane		58	LU	27030	
3108594	Soto en Cameros	soto-en-cameros	ES		174	Europe/Madrid	42.28591	-2.42597		Soto en Cameros,Soto en Kameros,Soto-ehn-Kameros,Soto-en-Kameros,suo tuo en ka mei luo si,Сото-ен-Камерос,Сото-эн-Камерос,Սոտո էն Կամերոս,索托恩卡梅罗斯	26146	27	LO	26146	
3108599	Soto de Rei	soto-de-rei	ES		343	Europe/Madrid	43.30616	-5.86401		Soto,Soto de Rey,Soto del Rey		34	O	33057	
3108600	Soto de Pajares	soto-de-pajares	ES		0	Europe/Madrid	40.28297	-3.52974		Caserio Soto de Pajares,Caserío Soto de Pajares,Soto de Pajares		29	M	28132	
3108601	Soto de Mogos	soto-de-mogos	ES		0	Europe/Madrid	43.34322	-7.13776				58	LU	27048	
3108602	Soto del Valle	soto-del-valle	ES		0	Europe/Madrid	42.31667	-3.21667				55	BU	09346	
3108608	Soto de las Dueñas	soto-de-las-duenas	ES		0	Europe/Madrid	43.35995	-5.23112		Soto,Soto de Duenas,Soto de Dueñas		34	O	33045	
3108610	Soto de la Ensertal	soto-de-la-ensertal	ES		0	Europe/Madrid	43.33991	-5.0336				34	O	33012	
3108622	Soto	soto	ES		0	Europe/Madrid	43.45061	-5.11113		El Carmen		34	O	33056	
3108623	Soto	soto	ES		0	Europe/Madrid	43.433	-5.98517		Soto		34	O	33054	
3108624	Soto	soto	ES		0	Europe/Madrid	43.35357	-5.95719				34	O	33044	
3108625	Soto	soto	ES		0	Europe/Madrid	43.23976	-3.86626				39	S	39098	
3108626	Soto	soto	ES		0	Europe/Madrid	43.16166	-5.30691				34	O	33015	
3108627	Soto	soto	ES		0	Europe/Madrid	43.1635	-5.03509		Soto,Soto de Sajambre		55	LE	24106	
3108628	Soto	soto	ES		0	Europe/Madrid	43.03314	-4.22455				39	S	39032	
3108629	Soto	soto	ES		0	Europe/Madrid	42.43269	0.17922				52	HU	22190	
3108630	Sotillos	sotillos	ES		0	Europe/Madrid	42.83333	-5.2				55	LE	24137	
3108649	Sotiello	sotiello	ES		0	Europe/Madrid	43.50201	-5.73644		Sotiel,Sotiello		34	O	33024	
3108650	Sotiello	sotiello	ES		0	Europe/Madrid	43.08671	-5.82982		Sotiello		34	O	33033	
3108665	Sorrizo	sorrizo	ES		0	Europe/Madrid	43.31667	-8.58333		San Pedro,Sorrizo		58	C	15041	
3108677	Sorna	sorna	ES		0	Europe/Madrid	43.03486	-9.17604		Sorna		58	C	15052	
3108696	Sopeña de Carneros	sopena-de-carneros	ES		0	Europe/Madrid	42.48832	-6.04535		Sopena,Sopena de Carneros,Sopeña,Sopeña de Carneros		55	LE	24219	
3108702	Sopela	sopela	ES		12359	Europe/Madrid	43.37891	-2.98313		Sopela,Sopelana	48085	59	BI	48085	
3108705	Soñeiro	soneiro	ES		0	Europe/Madrid	43.3288	-8.29309		San Xian de Soneiro,San Xián de Soñeiro		58	C	15075	
3108718	Somozas	somozas	ES		1399	Europe/Madrid	43.53333	-7.93333		Santiago Sere,Santiago Seré,Somozas		58	C	15070	
3108719	Somoza	somoza	ES		0	Europe/Madrid	42.66667	-8.48333				58	PO	36017	
3108720	Somoza	somoza	ES		0	Europe/Madrid	42.40639	-7.09303				58	OR	32072	
3108721	Somoza	somoza	ES		0	Europe/Madrid	42.3088	-7.27595				58	OR	32063	
3108725	Somosaguas	somosaguas	ES		0	Europe/Madrid	40.42441	-3.79475		Caserio Somosaguas,Caserío Somosaguas,Quinta de Somosaguas		29	M	28115	
3108732	Somió	somio	ES		0	Europe/Madrid	43.54304	-5.62897		San Julian,San Julian de Somio,San Julián,San Julián de Somió,Somio,Somió		34	O	33024	
3108742	Solveira	solveira	ES		0	Europe/Madrid	42.2876	-7.78068				58	OR	32055	
3108743	Solveira	solveira	ES		0	Europe/Madrid	42.13483	-7.09464		San Adrian de Solveira,San Adrián de Solveira,Solveira		58	OR	32086	
3108744	Solveira	solveira	ES		0	Europe/Madrid	42.0872	-7.65103				58	OR	32032	
3108745	Soloaran	soloan	ES		0	Europe/Madrid	43.35	-2.55		Soloan,Soloaran,Soluanes		59	BI	48049	
3108748	Soloveira	soloveira	ES		0	Europe/Madrid	42.55	-8.75		San Felix,San Félix,Soloveira		58	PO	36060	
3108752	Solaguren	solaguren	ES		0	Europe/Madrid	43.16667	-2.76667		Solaguren,Sologuren		59	BI	48094	
3108758	Sollavientos	sollavientos	ES		0	Europe/Madrid	40.43333	-0.63333		Caserio Sollavientos,Caserío Sollavientos,Sollavientos		52	TE	44021	
3108759	Sollano	sollano	ES		0	Europe/Madrid	43.20112	-3.13589				59	BI	48096	
3108765	Solía	solia	ES		0	Europe/Madrid	43.37695	-3.8599				39	S	39099	
3108770	Soldón	soldon	ES		0	Europe/Madrid	42.55137	-7.09981				58	LU	27017	
3108771	Soldón	soldon	ES		0	Europe/Madrid	42.44525	-7.22398				58	LU	27050	
3108774	Solarte	solarte	ES		0	Europe/Madrid	43.35115	-2.54411				59	BI	48049	
3108788	Solana de Béjar	solana-de-bejar	ES		0	Europe/Madrid	40.31667	-5.61667				55	AV	05236	
3108795	Solaguren	solaguren	ES		0	Europe/Madrid	43.3	-2.55				59	BI	48070	
3108800	Soxoguti / Sojoguti	sojoguti	ES		0	Europe/Madrid	43.11209	-3.1277		Sojoguti,Soxoguti		59	VI	01004	
3108803	Soguino	soguino	ES		0	Europe/Madrid	41.25	-5.91667		Soguino		55	ZA	49005	
3108805	Sograndio de Arriba	sograndio-de-arriba	ES		0	Europe/Madrid	43.35072	-5.92926		Sograndio,Sograndio de Arriba		34	O	33044	
3108806	Sogos	sogos	ES		0	Europe/Madrid	40.94364	-5.96542		Sagos,Sogos		55	SA	37079	
3108807	Sogo	sogo	ES		0	Europe/Madrid	41.38806	-5.97109				55	ZA	49152	
3108809	Sofán	sofan	ES		0	Europe/Madrid	43.2	-8.63333		San Salvador,Sofan,Sofán		58	C	15019	
3108810	Sofán	sofan	ES		0	Europe/Madrid	42.80542	-9.11386				58	C	15020	
3108811	Soengas	soengas	ES		0	Europe/Madrid	42.78333	-7.71667		Santiago,Soengas		58	LU	27049	
3108814	Socolina	socolina	ES		0	Europe/Madrid	43.44388	-6.32957				34	O	33059	
3108818	Socabarga	socabarga	ES		0	Europe/Madrid	43.38288	-3.81752				39	S	39099	
3108820	Sobrido	sobrido	ES		0	Europe/Madrid	42.59611	-9.00188		Sobrido,Sobridos		58	C	15073	
3108831	Sobreosmuiños	sobreosmuinos	ES		0	Europe/Madrid	42.03932	-7.05344				58	OR	32048	
3108835	Sobreira	sobreira	ES		0	Europe/Madrid	43.14754	-8.88287				58	C	15093	
3108836	Sobreira	sobreira	ES		0	Europe/Madrid	42.44473	-7.92466				58	OR	32087	
3108837	Sobreganade	sobreganade	ES		0	Europe/Madrid	42.00951	-7.81088		San Mamed,Sobreganade		58	OR	32062	
3108844	Sobrán	sobran	ES		0	Europe/Madrid	42.58333	-8.8		San Martin,San Martín,Sobran,Sobrán		58	PO	36061	
3108856	Sobradelo	sobradelo	ES		1856	Europe/Madrid	42.58333	-8.78333				58	PO	36060	
3108857	Sobradelo	sobradelo	ES		0	Europe/Madrid	42.41544	-6.91017		Sobradelo		58	OR	32017	
3108858	Sobradelo	sobradelo	ES		0	Europe/Madrid	42.18834	-7.67052				58	OR	32036	
3108862	Sober	sober	ES		2983	Europe/Madrid	42.46127	-7.5864		Vello	27059	58	LU	27059	
3108865	Sobarzo	sobarzo	ES		0	Europe/Madrid	43.34598	-3.83881				39	S	39048	
3108868	Soaserra	soaserra	ES		0	Europe/Madrid	43.41667	-8.08333		Santa Eulalia,Soaserra		58	C	15015	
3108870	Soandres	soandres	ES		0	Europe/Madrid	43.21667	-8.48333		San Pedro,Soandres		58	C	15041	
3108871	Sixto	sixto	ES		0	Europe/Madrid	43.54349	-7.68684				58	LU	27038	
3108872	Sixto	sixto	ES		0	Europe/Madrid	43.03932	-9.01497				58	C	15092	
3108873	Sixto	sixto	ES		0	Europe/Madrid	42.66127	-7.07304				58	LU	27045	
3108878	Sisto	sisto	ES		0	Europe/Madrid	43.14086	-8.87029		Sisto,Sixto		58	C	15093	
3108879	Sisto	sisto	ES		0	Europe/Madrid	42.63333	-8.05		San Juan,Sisto		58	PO	36016	
3108883	Sisoy	sisoy	ES		0	Europe/Madrid	43.1571	-7.57687				58	LU	27015	
3108885	Sismundi	sismundi	ES		0	Europe/Madrid	43.70725	-7.86992		San Esteban,Sismundi		58	C	15901	
3108892	Sísamo	sisamo	ES		0	Europe/Madrid	43.21667	-8.71667		Santiago,Sisamo,Sísamo		58	C	15019	
3108894	Sirvián	sirvian	ES		0	Europe/Madrid	42.93175	-7.72175		Servian,Servián,Sirvian,Sirvián		58	LU	27023	
3108905	Sinllán	sinllan	ES		0	Europe/Madrid	42.76903	-7.12371				58	LU	27037	
3108911	Sinde	sinde	ES		0	Europe/Madrid	43.2146	-8.93651				58	C	15014	
3108913	Sinagoga	sinagoga	ES		0	Europe/Madrid	43.00747	-9.18705		Sinagoga		58	C	15052	
3108916	Simes	simes	ES		0	Europe/Madrid	42.43333	-8.76667		Santa Maria,Santa María,Simes,Sines		58	PO	36027	
3108921	Silvouta	silvouta	ES		0	Europe/Madrid	42.914	-6.9893				58	LU	27034	
3108922	Silvota	silvota	ES		0	Europe/Madrid	43.42126	-5.81142				34	O	33035	
3108923	Silvosa	silvosa	ES		0	Europe/Madrid	42.82943	-8.98802		Silvosa		58	C	15053	
3108925	Silviella	silviella	ES		0	Europe/Madrid	43.44102	-4.96436				34	O	33036	
3108926	Silves	silves	ES		0	Europe/Madrid	42.45339	0.03092				52	HU	22066	
3108929	Silvarrey	silvarrey	ES		0	Europe/Madrid	43.07771	-7.58059				58	LU	27039	
3108930	Silvarredonda	silvarredonda	ES		0	Europe/Madrid	43.20044	-8.87276		Silvarredonda		58	C	15014	
3108935	Silvallana	silvallana	ES		0	Europe/Madrid	43.49916	-7.01425				34	O	33017	
3108936	Silvallana	silvallana	ES		0	Europe/Madrid	43.42921	-6.50573				34	O	33073	
3108937	Silvallana	silvallana	ES		0	Europe/Madrid	43.15	-6.93333				34	O	33027	
3108938	Silvadrosa	silvadrosa	ES		0	Europe/Madrid	43.10995	-7.20539				58	LU	27018	
3108939	Silvachá	silvacha	ES		0	Europe/Madrid	43.17643	-7.12517				58	LU	27018	
3108947	Sillobre	sillobre	ES		0	Europe/Madrid	43.48333	-8.13333		Santa Marina,Sillobre		58	C	15035	
3108950	Silleda	silleda	ES		9018	Europe/Madrid	42.69605	-8.24653		Silleda,Sillede	36052	58	PO	36052	
3108954	Silán	silan	ES		0	Europe/Madrid	43.51667	-7.58333		San Esteban,Silan,Silán		58	LU	27033	
3108957	Sigüés	siguees	ES		170	Europe/Madrid	42.6303	-1.01212	525	Siguehs,Sigues,Zigoze,syghwys,xi ge si,Сигуэс,Сігуес,سيغويس,西格斯	50245	52	Z	50245	
3108962	Sigüeiro	sigueiro	ES		0	Europe/Madrid	42.96532	-8.44795		Sigueiro,Sigüeiro		58	C	15078	
3108963	Sigrás de Arriba	sigras-de-arriba	ES		0	Europe/Madrid	43.28333	-8.36667		Sigras de Arriba,Sigrás de Arriba		58	C	15017	
3108964	Sigrás de Abajo	sigras-de-abajo	ES		0	Europe/Madrid	43.28333	-8.36667				58	C	15017	
3108965	Sigrás	sigras	ES		0	Europe/Madrid	43.28674	-8.3653		Santiago,Sigras,Sigrás		58	C	15017	
3108966	Signada	signada	ES		0	Europe/Madrid	43.01377	-7.0178				58	LU	27034	
3108975	Siete Iglesias de Tormes	siete-iglesias-de-tormes	ES		0	Europe/Madrid	40.74181	-5.57783				55	SA	37310	
3108978	Setecoros	setecoros	ES		0	Europe/Madrid	42.66667	-8.66667		San Salvador		58	PO	36056	
3108982	Sieso de Jaca	sieso-de-jaca	ES		0	Europe/Madrid	42.43629	-0.52181				52	HU	22072	
3108983	Sieso de Huesca	sieso-de-huesca	ES		0	Europe/Madrid	42.163	-0.14809		Sieso de Huesca		52	HU	22081	
3108985	Sierra Santa Olalla	sierra-santa-olalla	ES		0	Europe/Madrid	40.13929	-6.78263		Caserio Sierra Santa Olalla,Caserío Sierra Santa Olalla,Sierra Santa Olalla		57	CC	10210	
3108988	Sierra de Outes	sierra-de-outes	ES		0	Europe/Madrid	42.84237	-8.91112		Sierra de Outes		58	C	15062	
3108990	Sierra de los Blancos	sierra-de-los-blancos	ES		0	Europe/Madrid	42.19148	-0.77043				52	Z	50033	
3108992	Sierra de Estronad	sierra-de-estronad	ES		0	Europe/Madrid	42.26507	-0.78936				52	Z	50238	
3109004	Siero	siero	ES		0	Europe/Madrid	43.08347	-6.4775		Siero		34	O	33011	
3109008	Sienra	sienra	ES		0	Europe/Madrid	43.35848	-5.46178				34	O	33040	
3109011	Sieiro	sieiro	ES		0	Europe/Madrid	43.57292	-7.26729				58	LU	27019	
3109015	Siador	siador	ES		0	Europe/Madrid	42.67827	-8.25569		Siador		58	PO	36052	
3109016	Siabal	siabal	ES		0	Europe/Madrid	42.28483	-7.76841				58	OR	32055	
3109019	Sever	sever	ES		0	Europe/Madrid	42.09764	-7.00938		San Lorenzo de Sever,Sever		58	OR	32086	
3109021	Sevane	sevane	ES		0	Europe/Madrid	42.9492	-6.98499				58	LU	27034	
3109022	Sevane	sevane	ES		0	Europe/Madrid	42.85766	-6.99622				58	LU	27012	
3109027	Seteventos	seteventos	ES		0	Europe/Madrid	42.79563	-7.33486				58	LU	27057	
3109028	Seteventos	seteventos	ES		8	Europe/Madrid	42.6	-7.61667				58	LU	27058	
3109029	Setcases	setcases	ES		0	Europe/Madrid	42.37554	2.30179		Setcases		56	GI	17224	
3109030	Setares	setares	ES		0	Europe/Madrid	43.33519	-3.18159				39	S	39020	
3109031	Setados	setados	ES		0	Europe/Madrid	42.08333	-8.4		Santa Eugenia,Setados		58	PO	36034	
3109036	Sesto	sesto	ES		0	Europe/Madrid	42.83333	-8.1				58	C	15079	
3109040	Sestayo	sestayo	ES		0	Europe/Madrid	42.81667	-9.06667		San Miguel,Sestayo		58	C	15053	
3109044	Sesmil	sesmil	ES		0	Europe/Madrid	42.36997	-7.19799				58	LU	27050	
3109046	Sesiello	sesiello	ES		0	Europe/Madrid	43.47628	-5.78259		Sasiello,Sesiello		34	O	33024	
3109050	Seseña	sesena	ES		16231	Europe/Madrid	40.10473	-3.69793			45161	54	TO	45161	
3109051	Sesantes	sesantes	ES		0	Europe/Madrid	42.38414	-8.16215		Santo Tome,Santo Tomé,Serantes,Sesantes		58	OR	32040	
3109055	Servoy	servoy	ES		0	Europe/Madrid	42.01658	-7.37388				58	OR	32021	
3109061	Servi	servi	ES		0	Europe/Madrid	42.6474	1.14903				56	L	25024	
3109063	Servainza	servainza	ES		0	Europe/Madrid	42.20499	-7.19167				58	OR	32086	
3109065	Sertera	sertera	ES		0	Europe/Madrid	43.2651	-5.54777				34	O	33032	
3109070	Serrateix	serrateix	ES		0	Europe/Madrid	41.94764	1.78076				56	B	08308	
3109082	Serramo	serramo	ES		0	Europe/Madrid	43.06547	-8.98819				58	C	15092	
3109089	Serra de Almós	serra-de-almos	ES		0	Europe/Madrid	41.081	0.744		La Serra de Almos,La Serra de Almós,Serra de Almos,Serra de Almós		56	T	43150	
3109100	Serón de Nájima	seron-de-najima	ES		271	Europe/Madrid	41.49562	-2.20161		Seron,Seron de Nagima,Seron de Najima,Seron de Najina,Serón,Serón de Nágima,Serón de Nájima,Serón de Nájina		55	SO	42021	
3109105	Seriñá	serina	ES		0	Europe/Madrid	41.86667	2.88333		Caserio Serina,Caserio de Serina,Caserío Seriña,Caserío de Seriñá,Serina,Seriñá		56	GI	17044	
3109109	Serés	seres	ES		0	Europe/Madrid	43.04776	-7.3566				58	LU	27011	
3109113	Sercué	sercue	ES		0	Europe/Madrid	42.56753	0.04169		Sercue,Sercué		52	HU	22107	
3109123	Seráns	serans	ES		0	Europe/Madrid	42.6086	-9.05196				58	C	15071	
3109128	Ser	ser	ES		0	Europe/Madrid	43.01102	-8.78386		Ser		58	C	15077	
3109142	Seone	seone	ES		0	Europe/Madrid	43.13333	-8.96667		Cean,Ceán,Seone		58	C	15092	
3109144	Seoane Vello	seoane-vello	ES		0	Europe/Madrid	42.3	-7.5		San Juan,Seoane Vello		58	OR	32049	
3109146	Seoane de Abajo	seoane-de-abajo	ES		0	Europe/Madrid	42.14849	-7.09671				58	OR	32086	
3109150	Seoane do Courel	seoane-do-courel	ES		0	Europe/Madrid	42.62865	-7.14369				58	LU	27017	
3109162	Señoráns	senorans	ES		0	Europe/Madrid	43.15216	-9.0015		Senorans,Senoranz,Señoranz,Señoráns		58	C	15092	
3109173	Sendón	sendon	ES		0	Europe/Madrid	43.09496	-9.15588				58	C	15052	
3109174	Sendón	sendon	ES		0	Europe/Madrid	42.88111	-8.97788				58	C	15062	
3109175	Sendiña	sendina	ES		0	Europe/Madrid	43.26667	-7.05				34	O	33062	
3109176	Sendín	sendin	ES		0	Europe/Madrid	43.34893	-5.91911		Sendin,Sendín		34	O	33044	
3109177	Sendelle	sendelle	ES		0	Europe/Madrid	42.98333	-8.16667		Santa Maria,Santa María,Sendelle		58	C	15010	
3109178	Sendelle	sendelle	ES		0	Europe/Madrid	42.16946	-8.18312		Santa Cruz		58	PO	36014	
3109187	Semolué	semolue	ES		0	Europe/Madrid	42.5193	-0.04994				52	HU	22109	
3109190	Sembra	sembra	ES		0	Europe/Madrid	42.96437	-9.2205		Sembra		58	C	15023	
3109196	Selores	selores	ES		0	Europe/Madrid	43.21136	-4.30129		Selores		39	S	39014	
3109199	Sellés	selles	ES		0	Europe/Madrid	42.05	0.9				56	L	25904	
3109206	Selgas de Arriba	selgas-de-arriba	ES		0	Europe/Madrid	43.48169	-6.16519		Selgas,Selgas de Arriba		34	O	33051	
3109207	Selgas de Abajo	selgas-de-abajo	ES		0	Europe/Madrid	43.48318	-6.14985				34	O	33051	
3109209	Sel de Manzano	sel-de-manzano	ES		0	Europe/Madrid	43.06667	-3.86667				39	S	39039	
3109214	Sela de Vinjoy	sela-de-vinjoy	ES		0	Europe/Madrid	43.42549	-6.98652		Sela de Vinjoy		34	O	33074	
3109215	Sela	sela	ES		0	Europe/Madrid	42.1	-8.35		Santa Marina,Sela		58	PO	36001	
3109216	Sejo de Arriba	sejo-de-arriba	ES		0	Europe/Madrid	43.36794	-4.34965				39	S	39080	
3109218	Sejo	sejo	ES		0	Europe/Madrid	42.85	-8.06667				58	C	15079	
3109221	Sejalvo	sejalvo	ES		0	Europe/Madrid	42.30382	-7.85657				58	OR	32054	
3109222	Seisón de la Vega	seison-de-la-vega	ES		0	Europe/Madrid	42.39031	-5.87851		Seison,Seison de la Vega,Seisón de la Vega		55	LE	24144	
3109227	Seixosmil	seixosmil	ES		0	Europe/Madrid	43.22006	-7.22935				58	LU	27029	
3109228	Seijón	seijon	ES		0	Europe/Madrid	43.11667	-7.81667		Santa Pelagio,Seijon,Seijón		58	LU	27020	
3109231	Seixo	seixo	ES		0	Europe/Madrid	43.46667	-7.95		San Juan		58	C	15070	
3109232	Seixo	seixo	ES		0	Europe/Madrid	42.68333	-7.11667				58	LU	27045	
3109233	Seijido	seijido	ES		0	Europe/Madrid	42.42644	-8.3826				58	PO	36025	
3109237	Seijadas	seijadas	ES		0	Europe/Madrid	42.2521	-8.03447				58	OR	32020	
3109240	Segura de los Baños	segura-de-los-banos	ES		36	Europe/Madrid	40.94088	-0.95111		Segura de los Banos,Segura de los Baños	44211	52	TE	44211	
3109252	Segoyuela de los Cornejos	segoyuela-de-los-cornejos	ES		0	Europe/Madrid	40.66417	-6.00652				55	SA	37320	
3109260	Sedor	sedor	ES		0	Europe/Madrid	42.93367	-8.10189				58	C	15006	
3109262	Sedes	sedes	ES		0	Europe/Madrid	43.55	-8.15		San Esteban,Sedes		58	C	15054	
3109267	Secorún	secorun	ES		0	Europe/Madrid	42.4	-0.15		Secorun,Secorún		52	HU	22199	
3109268	Secos del Condado	secos-del-condado	ES		45	Europe/Madrid	42.60915	-5.40191	822			55	LE	24201	
3109284	Seca del Agua	seca-del-agua	ES		0	Europe/Madrid	43.2385	-5.63718				34	O	33060	
3109290	Sebrás	sebras	ES		0	Europe/Madrid	42.77036	-7.11084				58	LU	27037	
3109295	Seavia	seavia	ES		0	Europe/Madrid	43.16029	-8.73975		Seavia		58	C	15029	
3109297	A seara	a-seara	ES		20	Europe/Madrid	42.86168	-8.90236	115			58	C	15062	
3109298	Seara	seara	ES		0	Europe/Madrid	42.81067	-7.246				58	LU	27026	
3109306	Saiar	saiar	ES		0	Europe/Madrid	42.6	-8.68333				58	PO	36005	
3109308	Saiáns	saians	ES		0	Europe/Madrid	42.58333	-8.58333				58	PO	36032	
3109309	Saiáns	saians	ES		0	Europe/Madrid	42.16667	-8.8				58	PO	36057	
3109311	Saviñán	savinan	ES		0	Europe/Madrid	41.4432	-1.56665				52	Z	50241	
3109312	Savariz	savariz	ES		0	Europe/Madrid	43.49777	-6.73992		Sabariz,Savariz		34	O	33018	
3109521	Sant Orenç	sant-orenc	ES		0	Europe/Madrid	42.35046	0.71579		Sant Orenc,Sant Orenç		52	HU	22223	
3109323	Saudín	saudin	ES		0	Europe/Madrid	43.53333	-5.51667		Sandin,Saudin,Saudín		34	O	33076	
3109331	Saturraran	saturraran	ES		0	Europe/Madrid	43.32045	-2.41017		Saturraran,Saturrarán		59	SS	20056	
3109335	Satrústegui	satrustegui	ES		0	Europe/Madrid	42.9103	-1.88759				32	NA	31025	
3109338	Sasé	sase	ES		0	Europe/Madrid	42.50655	-0.08288				52	HU	22109	
3109339	Sasdónigas	sasdonigas	ES		0	Europe/Madrid	43.4	-7.41667		San Lorenzo,Sasdonigas,Sasdónigas		58	LU	27030	
3109342	Sas de Arriba	sas-de-arriba	ES		0	Europe/Madrid	42.35	-7.25				58	LU	27050	
3109343	Sas de Abajo	sas-de-abajo	ES		0	Europe/Madrid	42.35	-7.25				58	LU	27050	
3109347	Sasa	sasa	ES		0	Europe/Madrid	42.51855	-0.19449				52	HU	22252	
3109356	Sarrueta	sarrueta	ES		0	Europe/Madrid	43.29662	-1.95432				59	SS	20069	
3109361	Sarriés	sarries	ES		80	Europe/Madrid	42.83491	-1.10035				32	NA	31119	
3109363	Sarrikolea	sarrikolea	ES		0	Europe/Madrid	43.25	-2.8				59	BI	48052	
3109365	Sarrià de Dalt	sarria-de-dalt	ES		0	Europe/Madrid	42.01667	2.81667				56	GI	17186	
3109366	Sarria	sarria-ausonia	ES		0	Europe/Madrid	43.19022	-2.59572		Sarria,Sarria-Ausonia,Sarría-Ausonia		59	BI	48019	
3109372	Sarrato	sarrato	ES		0	Europe/Madrid	42.37992	0.10994				52	HU	22907	
3109379	Sarnago	sarnago	ES		0	Europe/Madrid	42.00571	-2.1894				55	SO	42165	
3109381	Sariegos	sariegos	ES		3589	Europe/Madrid	42.65	-5.63333		Sar'egos,Saregos,Sariegos,sa lie ge si,Сарьегос,Сарєгос,萨列戈斯		55	LE	24142	
3109382	Sariego	sariego	ES		0	Europe/Madrid	43.4802	-5.48115				34	O	33076	
3109383	Sariego	sariego	ES		1367	Europe/Madrid	43.4	-5.53333		Santiago,Sariego,Sariegu		34	O	33040	
3109333	Satué	satue	ES	22613	0	Europe/Madrid	42.52986	-0.31813				52	HU	22199	
3109390	Sardoncillo	sardoncillo	ES		0	Europe/Madrid	41.61712	-4.41723		Caserio Sardoncillo,Caserío Sardoncillo,Granja de Sardon,Granja de Sardón,La Granja,Sardoncillo		55	VA	47157	
3109392	Sárdoma	sardoma	ES		0	Europe/Madrid	42.21667	-8.7		San Pedro,Sardoma,Sárdoma		58	PO	36057	
3109394	Sardiñeiro de Abajo	sardineiro-de-abajo	ES		0	Europe/Madrid	42.94041	-9.23903				58	C	15037	
3109395	Sardiñeiro	sardineiro	ES		0	Europe/Madrid	42.95	-9.25		San Juan,Sardineiro,Sardiñeiro		58	C	15037	
3109407	Sarceada	sarceada	ES		5	Europe/Madrid	43.16667	-6.86667				58	LU	27035	
3109408	Sarceada	sarceada	ES		0	Europe/Madrid	42.89791	-7.15952				58	LU	27006	
3109412	Saratsa	saratsa	ES		0	Europe/Madrid	42.87804	-1.74726		Sarasa,Saratsa		32	NA	31131	
3109413	Sarandones	sarandones	ES		0	Europe/Madrid	43.21667	-8.33333		Santa Maria,Santa María,Sarandones		58	C	15001	
3109414	Sarandón	sarandon	ES		53	Europe/Madrid	42.75	-8.46667		San Pedro,Sarandon,Sarandón		58	C	15089	
3109415	Sarandón	sarandon	ES		111	Europe/Madrid	42.75	-8.45				58	C	15089	
3109416	Sarahís	sarahis	ES		0	Europe/Madrid	42.47703	0.79033				56	L	25245	
3109417	Saragüeta	saragueta	ES		0	Europe/Madrid	42.92089	-1.39125		Saragueta,Saragüeta		32	NA	31028	
3109431	San Vitores	san-vitores	ES		0	Europe/Madrid	43.36644	-3.76356				39	S	39042	
3109432	San Vítores	san-vitores	ES		0	Europe/Madrid	42.87847	-4.10149				39	S	39093	
3109434	San Victorio	san-victorio	ES		0	Europe/Madrid	42.483	-7.25902				58	LU	27050	
3110049	Sant Salvador de Bianya	sant-salvador-de-bianya	ES		78	Europe/Madrid	42.25	2.4				56	GI	17208	
3109473	San Vicencio	san-vicencio	ES		0	Europe/Madrid	42.26779	-7.15129				58	OR	32044	
3109474	San Valero	san-valero	ES		0	Europe/Madrid	42.47626	0.56658				52	HU	22062	
3109482	Santullano	santullano	ES		0	Europe/Madrid	43.43854	-6.20857		Santullano		34	O	33059	
3109483	Santullano	santullano	ES		0	Europe/Madrid	43.41347	-5.95777		Santullano		34	O	33054	
3109484	Santullano	santullano	ES		0	Europe/Madrid	43.33186	-6.45618				34	O	33073	
3109485	Santullano	santullano	ES		0	Europe/Madrid	43.24158	-6.61713				34	O	33001	
3109486	Santullano	santullano	ES		0	Europe/Madrid	43.21667	-6.03333		Santuallano,Santullano		34	O	33052	
3109487	Santullano	santullano	ES		0	Europe/Madrid	43.22179	-5.78169				34	O	33037	
3109488	Santullano	santullano	ES		0	Europe/Madrid	43.16601	-6.31722				34	O	33068	
3109490	Santuario de la Misericordia	santuario-de-la-misericordia	ES		0	Europe/Madrid	41.854	-1.57515				52	Z	50055	
3109493	Sants	sants	ES		41313	Europe/Madrid	41.37426	2.13826		Sants		56	B	08019	03
3109494	Sant Romà de Sau	sant-roma-de-sau	ES		0	Europe/Madrid	41.96667	2.4	468	Sant Roma de Sau,Sant Romà de Sau		56	B	08303	08303
3109495	Sant Romà de La Clusa	sant-roma-de-la-clusa	ES		0	Europe/Madrid	42.18697	1.93559	1272			56	B	08057	
3109496	Sant Romá de Abella	sant-roma-de-abella	ES		0	Europe/Madrid	42.14143	1.04028				56	L	25098	
3109498	Sant Pau d'Ordal	sant-pau-d-ordal	ES		0	Europe/Madrid	41.38419	1.79629		Sant Pau Subirats,Sant Pau d'Ordal,Subirats		56	B	08273	
3109500	Santovenia de Valdoncina	santovenia-de-valdoncina	ES		0	Europe/Madrid	42.54299	-5.62306				55	LE	24162	
3109507	Santoveña	santovena	ES		0	Europe/Madrid	43.39851	-4.8923				34	O	33036	
3109528	San Tomé	san-tome	ES		0	Europe/Madrid	42.34469	-7.22931				58	OR	32063	
3109530	Santolea	santolea	ES		0	Europe/Madrid	40.747	-0.35708				52	TE	44071	
3109531	Santolaja	santolaja	ES		0	Europe/Madrid	43.4	-3.43333				39	S	39035	
3109541	Santo Adriano del Monte	santo-adriano-del-monte	ES		0	Europe/Madrid	43.3	-6.05		Monte,Santo Adriano del Monte		34	O	33026	
3109544	Sant Martí de Maldà	sant-marti-de-malda	ES		0	Europe/Madrid	41.56075	1.05537	410			56	L	25902	
3109548	Sant Julià Sassorba	sant-julia-sassorba	ES		0	Europe/Madrid	41.95	2.18333		Sant Julia Sassorba,Sant Julià Sassorba		56	B	08129	
3109552	Sant Jaume Sas Oliveras	sant-jaume-sas-oliveras	ES		0	Europe/Madrid	41.46667	1.75		San Jaume Sas Oliveras,Sant Jaume Sas Oliveras		56	B	08287	
3109567	San Tirso	san-tirso	ES		80	Europe/Madrid	43.45	-6.08333		San Tirso		34	O	33010	
3109568	San Tirso	san-tirso	ES		0	Europe/Madrid	43.45232	-5.69839				34	O	33066	
3109569	San Tirso	san-tirso	ES		0	Europe/Madrid	43.39416	-5.07776				34	O	33012	
3109570	San Tirso	san-tirso	ES		0	Europe/Madrid	43.28333	-5.75				34	O	33037	
3109571	San Tirso	san-tirso	ES		0	Europe/Madrid	43.02397	-9.20955				58	C	15052	
3109572	San Tirso	san-tirso	ES		0	Europe/Madrid	42.68289	-6.99426				55	LE	24198	
3109573	San Tirso	san-tirso	ES		0	Europe/Madrid	42.52144	-6.91591				55	LE	24165	
3109574	Santirso	santirso	ES		0	Europe/Madrid	42.24043	-7.57049				58	OR	32043	
3109575	Santiorxo	santiorxo	ES		0	Europe/Madrid	42.41667	-7.56667				58	LU	27059	
3109576	Santín	santin	ES		0	Europe/Madrid	42.65605	-7.05716				58	LU	27045	
3109586	Santigoso	santigoso	ES		0	Europe/Madrid	42.37817	-6.99202				58	OR	32009	
3109587	Santigoso	santigoso	ES		0	Europe/Madrid	42.01361	-7.0266		San Simon de Santigoso,San Simón de Santigoso,Santigoso		58	OR	32048	
3109602	Santibáñez del Toral	santibanez-del-toral	ES		0	Europe/Madrid	42.63333	-6.4				55	LE	24014	
3109614	Santibáñez	santibanez	ES		0	Europe/Madrid	43.28558	-4.24454				39	S	39012	
3109615	Santibáñez	santibanez	ES		0	Europe/Madrid	43.23734	-3.84262				39	S	39098	
3109616	Santibáñez	santibanez	ES		0	Europe/Madrid	42.7	-5.63333				55	LE	24061	
3109617	Santibáñes de Esgueva	santibanes-de-esgueva	ES		0	Europe/Madrid	41.83368	-3.76028				55	BU	09355	
3109628	Santiago Peña	santiago-pena	ES		0	Europe/Madrid	43.10634	-6.63594		Santiago,Santiago Pena,Santiago Peña		34	O	33011	
3109629	Santiago Millas	santiago-millas	ES		340	Europe/Madrid	42.38379	-6.10538		Santiago Millas	24161	55	LE	24161	
3109630	Santiagomendi	santiago-mendi	ES		0	Europe/Madrid	43.26947	-1.93344		Santiagomendi		59	SS	20069	
3109636	Santiago del Hermo	santiago-del-hermo	ES		0	Europe/Madrid	43.17064	-6.27154				34	O	33068	
3109652	Sant Genís	sant-genis	ES		0	Europe/Madrid	41.97445	2.13069		Ermita de Sant Genis,Ermita de Sant Genís,Sant Genis,Sant Genís		56	B	08129	
3109659	Centenys	centenys	ES		0	Europe/Madrid	42.15	2.8				56	GI	17065	
3109663	Santeles	santeles	ES		0	Europe/Madrid	42.74324	-8.49239		Santeles		58	PO	36017	
3109668	Sante	sante	ES		0	Europe/Madrid	43.50997	-6.70731				34	O	33041	
3109669	Sante	sante	ES		0	Europe/Madrid	43.44946	-7.13137		San Julian,San Julián		58	LU	27061	
3109671	Sant Cerni	sant-cerni	ES		0	Europe/Madrid	42.10527	0.92156				56	L	25128	
3109672	Santayana	santayana	ES		0	Europe/Madrid	43.17967	-3.50976				39	S	39083	
3109675	Santa Susanna de Peralta	santa-susanna-de-peralta	ES		0	Europe/Madrid	41.95	3.1				56	GI	17902	
3109684	Santa Sabina	santa-sabina	ES		0	Europe/Madrid	43.07647	-8.8467				58	C	15077	
3109685	Santa Rosa	santa-rosa	ES		0	Europe/Madrid	43.26334	-5.71835		Santa Rosa		34	O	33037	
3109686	Santarén de los Peces	santaren-de-los-peces	ES		0	Europe/Madrid	41.15998	-5.9561				55	ZA	49126	
3109691	Santa Pellaya	santa-pellaya	ES		0	Europe/Madrid	41.92024	2.91781				56	GI	17901	
3109695	Santa Olaria	santa-olaria	ES		0	Europe/Madrid	42.47749	-0.06481				52	HU	22109	
3109706	Santa Olaja de Porma	santa-olaja-de-porma	ES		0	Europe/Madrid	42.59926	-5.41466				55	LE	24175	
3109715	Sant Andreu	sant-andreu	ES		0	Europe/Madrid	42.39547	1.30682				56	L	25140	
3109724	Santa Marta de Ortigueira	santa-marta-de-ortigueira	ES		7663	Europe/Madrid	43.68333	-7.85		Ortigueira,Santa Marta de Ortigueira		58	C	15061	
3109730	Santa Marinica	santa-marinica	ES		0	Europe/Madrid	42.37069	-5.85092				55	LE	24228	
3109734	Santa Marina de Oblanca	santa-marina-de-oblanca	ES		0	Europe/Madrid	43.18395	-6.56511		Obanca,Santa Marina de Obanca,Santa Marina de Oblanca		34	O	33011	
3109737	A Ponte	a-ponte	ES		0	Europe/Madrid	42.1904	-7.15797				58	OR	32086	
3109738	Santa Marina de Frojanes	santa-marina-de-frojanes	ES		0	Europe/Madrid	42.17241	-7.06057				58	OR	32086	
3109744	Santamarina	santamarina	ES		0	Europe/Madrid	43.32564	-7.0687				34	O	33071	
3109757	Santa María Lanuez	santa-maria-lanuez	ES		0	Europe/Madrid	42.299	0.03396				52	HU	22051	
3109758	Santa María en Cameros	santa-maria-en-cameros	ES		0	Europe/Madrid	42.24961	-2.49964				27	LO	26132	
3109769	Santa Maria de Montcada	santa-maria-de-montcada	ES		0	Europe/Madrid	41.46667	2.16667		Santa Maria de Montcada		56	B	08125	
3109771	Santa María de Mercadillo	santa-maria-de-mercadillo	ES		162	Europe/Madrid	41.85988	-3.55909		Santa Maria de Mercadillo,Santa María de Mercadillo		55	BU	09352	
3109777	Santa María del Prado	santa-maria-del-prado	ES		0	Europe/Madrid	41.48959	-2.65678		Santa Maria,Santa Maria del Prado,Santa María,Santa María del Prado		55	SO	42111	
3109782	Santa María del Monte del Condado	santa-maria-del-monte-del-condado	ES		0	Europe/Madrid	42.69204	-5.42441		Santa Maria del Monte del Condado,Santa María del Monte del Condado		55	LE	24201	
3109783	Santa María del Monte de Cea	santa-maria-del-monte-de-cea	ES		321	Europe/Madrid	42.49137	-5.11689		Santa Maria del Monte,Santa Maria del Monte de Cea,Santa María del Monte,Santa María del Monte de Cea	24156	55	LE	24156	
3109786	Santa María del Hito	santa-maria-del-hito	ES		0	Europe/Madrid	42.84453	-3.87479		Santa Maria de Hito,Santa Maria del Hito,Santa María de Hito,Santa María del Hito		39	S	39094	
3109789	Santa María del Camí	santa-maria-del-cami	ES		0	Europe/Madrid	41.62873	1.47445		Santa Maria del Cami,Santa María del Camí		56	B	08071	
3109796	Horta d'Avinyó	horta-d-avinyo	ES		0	Europe/Madrid	41.83333	1.96667		Horta d'Avinyo,Horta d'Avinyó		56	B	08012	
3109798	Santa Maria de Finestres	santa-maria-de-finestres	ES		0	Europe/Madrid	42.11214	2.59306		Santa Maria de Finestres		56	GI	17183	
3109802	Santa María de Buil	santa-maria-de-buil	ES		0	Europe/Madrid	42.36802	0.09889		Santa Maria de Buil,Santa María de Buil		52	HU	22907	
3109814	Andra Mari	santa-maria	ES		0	Europe/Madrid	43.36278	-3.01888				59	BI	48044	
3109815	Santa María	santa-maria	ES		0	Europe/Madrid	43.31834	-6.16503				34	O	33026	
3109816	Santa María	santa-maria	ES		0	Europe/Madrid	43.2334	-6.87005				34	O	33027	
3109817	Santa María	santa-maria	ES		0	Europe/Madrid	43.19138	-6.06502				34	O	33052	
3109818	Santa María	santa-maria	ES		0	Europe/Madrid	42.53858	0.13463				52	HU	22189	
3109819	Santa María	santa-maria	ES		0	Europe/Madrid	42.39372	-0.74191				52	HU	22173	
3109820	Santa Margarida de Bianya	santa-margarida-de-bianya	ES		81	Europe/Madrid	42.2	2.45		Santa Margarida de Bianya		56	GI	17208	
3109823	Santa Margarida	santa-margarida	ES		0	Europe/Madrid	41.9	3.18333				56	GI	17117	
3109826	Santa Magdalena	santa-magdalena	ES		0	Europe/Madrid	42.2075	2.61453		Caserio Santa Magdalena,Caserío Santa Magdalena,Santa Magdalena		56	GI	17109	
3109827	Santa Lucía de Valdueza	santa-lucia-de-valdueza	ES		0	Europe/Madrid	42.46667	-6.63333		Santa Lucia de Valdueza,Santa Lucía de Valdueza		55	LE	24115	
3109829	Santa Luzia	elgetzu	ES		0	Europe/Madrid	43.15	-2.66667		Elgetzu,Santa Lucia,Santa Lucía		59	BI	48026	
3109843	Santaia	santaia	ES		0	Europe/Madrid	42.66667	-7.25				58	LU	27055	
3109848	Santa Leocadia del Terri	santa-leocadia-del-terri	ES		0	Europe/Madrid	42.08048	2.83522		Santa Leocadia de Terri,Santa Leocadia del Terri		56	GI	17056	
3109855	Santa Justa	santa-justa	ES		0	Europe/Madrid	42.82008	-7.06004				58	LU	27012	
3109856	Santa Justa	santa-justa	ES		0	Europe/Madrid	42.55363	0.14927				52	HU	22189	
3109862	Santa Gadía	santa-gadia	ES		0	Europe/Madrid	43.30351	-5.54979				34	O	33006	
3109864	Santagadea	santagadea	ES		0	Europe/Madrid	43.55423	-6.98967				34	O	33070	
3109839	Santalla	santalla	ES	24445	0	Europe/Madrid	43.15	-7.2				58	LU	27053	
3109873	Santa Eulàlia de Puigoriol	santa-eulalia-de-puigoriol	ES		0	Europe/Madrid	42.06667	2.08333				56	B	08109	
3109876	Santa Eulalia de las Manzanas	santa-eulalia-de-las-manzanas	ES		0	Europe/Madrid	42.91667	-5.93333				55	LE	24164	
3109879	Santa Eulalia de Cueras	santa-eulalia-de-cueras	ES		0	Europe/Madrid	43.16375	-6.55835		Cueras,Santa Eulalia de Cueras		34	O	33011	
3109892	Santa Eugènia de Ter	santa-eugenia-de-ter	ES		0	Europe/Madrid	41.98333	2.8				56	GI	17079	
3109893	Santa Eugènia del Congost	santa-eugenia-del-congost	ES		0	Europe/Madrid	41.73392	2.26782	458	Santa Eugenia del Congost,Santa Eugènia del Congost		56	B	08134	
3109896	Santa Uxía	santa-uxia	ES		20	Europe/Madrid	42.92158	-9.10483	350			58	C	15045	
3109898	Santa Eugea	santa-eugea	ES		0	Europe/Madrid	42.87379	-7.64665				58	LU	27023	
3109899	Santa Eufemia del Barco	santa-eufemia-del-barco	ES		274	Europe/Madrid	41.67808	-5.89831		Santa Eufemia,Santa Eufemia del Barco	49202	55	ZA	49202	
3109905	Manan	manan	ES		75	Europe/Madrid	42.8107	-7.38466	430			58	LU	27057	
3109912	Santadrao	santadrao	ES		0	Europe/Madrid	43.26667	-7.2				58	LU	27048	
3109913	Santa Cubicia	santa-cubicia	ES		0	Europe/Madrid	42.48857	-7.22686		Santa Cubicia,Santa Culicia		58	LU	27050	
3109925	Santa Cruz del Retamar	santa-cruz-del-retamar	ES		2383	Europe/Madrid	40.11917	-4.24158		Santa Cruz de Retamar		54	TO	45066	
3109932	Santa Cruz de Grío	santa-cruz-de-grio	ES		213	Europe/Madrid	41.3705	-1.43009		Santa Cruz de Grio,Santa Cruz de Grío	50236	52	Z	50236	
3109946	Santi Kurutz	santi-kurutz	ES		0	Europe/Madrid	43.14886	-2.6301				59	BI	48027	
3109964	Santa Creu dels Juglars	santa-creu-dels-juglars	ES		0	Europe/Madrid	42	2.06667				56	B	08149	
3109996	Santa Cilia de Jaca	santa-cilia-de-jaca	ES		199	Europe/Madrid	42.56048	-0.71463		Santa Cilia de Jaca,Santa Zilia de Chaca		52	HU	22044	
3109998	Santa Ceclina	santa-ceclina	ES		0	Europe/Madrid	41.79893	2.84536				56	GI	17033	
3110006	Santa Catalina de Armada	santa-catalina-de-armada	ES		0	Europe/Madrid	43.03814	-8.82354		Santa Catalina,Santa Catalina de Armada		58	C	15077	
3110011	Santa Baya	santa-baya	ES		0	Europe/Madrid	42.01667	-7.63333				58	OR	32082	
3110033	Sansobre	sansobre	ES		0	Europe/Madrid	43.10112	-9.02667		Sansobre,Sausobre		58	C	15092	
3110034	Sansoáin	sansoain	ES		0	Europe/Madrid	42.72545	-1.30171				32	NA	31242	
3110035	Sansoáin	sansoain	ES		0	Europe/Madrid	42.56592	-1.59858				32	NA	31150	
3110036	San Simones	san-simones	ES		0	Europe/Madrid	40.6392	-5.36326				55	AV	05122	
3110039	Sant Sebastià de Montmajor	sant-sebastia-de-montmajor	ES		0	Europe/Madrid	41.66667	2.13333		Sant Sebastia de Montmajor,Sant Sebastià de Montmajor		56	B	08033	
3110051	San Salvador de Negrillos	san-salvador-de-negrillos	ES		0	Europe/Madrid	42.2194	-5.64555				55	LE	24088	
3110065	San Sadurní	san-sadurni	ES		0	Europe/Madrid	41.95643	2.99101				56	GI	17901	
3110069	San Román el Antiguo	san-roman-el-antiguo	ES		0	Europe/Madrid	42.37705	-5.88758		San Roman,San Roman del Antiguo,San Roman el Antiguo,San Román,San Román del Antiguo,San Román el Antiguo		55	LE	24144	
3110077	San Román de Hornija	san-roman-de-hornija	ES		432	Europe/Madrid	41.48131	-5.28454		San Roman,San Roman de Hornija,San Roman de la Hornija,San Román,San Román de Hornija,San Román de la Hornija	47150	55	VA	47150	
3110081	San Román de Basa	san-roman-de-basa	ES		0	Europe/Madrid	42.51164	-0.30974				52	HU	22199	
3110097	San Robredín	san-robredin	ES		0	Europe/Madrid	42.77343	-6.93454				58	LU	27012	
3110098	Sant Rafel del Maestrat	sant-rafel-del-maestrat	ES		508	Europe/Madrid	40.6	0.35		San Rafael del Rio,Sant Rafel del Riu		60	CS	12121	
3110103	San Quirce de Ríopisuerga	san-quirce-de-riopisuerga	ES		0	Europe/Madrid	42.62951	-4.30137				55	P	34005	
3110107	Elorregi	san-prudencio	ES		0	Europe/Madrid	43.08117	-2.44718		Elorregi,San Prudencio,San Prudentzio		59	SS	20074	
3110112	San Pol	san-pol	ES		0	Europe/Madrid	41.92976	3.03583				56	GI	17022	
3110113	Sant Pol	sant-pol	ES		0	Europe/Madrid	41.7893	3.04836		Playa de San Pol		56	GI	17160	
3110115	San Pelayo-Sienra	san-pelayo-sienra	ES		0	Europe/Madrid	43.37495	-6.02357				34	O	33026	
3110116	San Pelayo de Tehona	san-pelayo-de-tehona	ES		0	Europe/Madrid	43.5305	-6.3943				34	O	33034	
3110117	San Pelayo de Guareña	san-pelayo-de-guarena	ES		148	Europe/Madrid	41.11579	-5.85702		San Pelayo de Guarena,San Pelayo de Guareña	37292	55	SA	37292	
3110121	Gibelortzaga (San Pelaio)	gibelortzaga-san-pelaio	ES		0	Europe/Madrid	43.43333	-2.76667		Gibelortzaga (San Pelaio),San Pelaio,San Pelayo		59	BI	48017	
3110134	San Pedro do Ermo	san-pedro-do-ermo	ES		6	Europe/Madrid	42.78333	-7.25		San Pedro de Ermo,San Pedro do Ermo		58	LU	27062	
3110140	Sant Pere Despuig	sant-pere-despuig	ES		105	Europe/Madrid	42.21667	2.43333		Sant Pere Despuig		56	GI	17208	
3110151	San Pedro de Luna	san-pedro-de-luna	ES		0	Europe/Madrid	42.9	-5.88333				55	LE	24164	
3110159	San Pedro de las Montañas	san-pedro-de-las-montanas	ES		0	Europe/Madrid	43.17254	-6.66157		Montanas,Montañas,San Pedro de las Montanas,San Pedro de las Montañas		34	O	33011	
3110161	San Pedro de las Dueñas	san-pedro-de-las-duenas	ES		0	Europe/Madrid	42.33158	-5.04865				55	LE	24139	
3110162	San Pedro de las Dueñas	san-pedro-de-las-duenas	ES		0	Europe/Madrid	42.3048	-5.75732				55	LE	24087	
3110163	San Pedro de las Dueñas	san-pedro-de-las-duenas	ES		0	Europe/Madrid	40.85672	-4.31628		Caserio San Pedro de las Duenas,Caserío San Pedro de las Duenas,Convento de San Pedro de las Duenas,Convento de San Pedro de las Dueñas,San Pedro de las Duenas,San Pedro de las Dueñas		55	SG	40111	
3110168	l'Herand	l-herand	ES		0	Europe/Madrid	42.24555	2.16722	989			56	GI	17036	
3110169	Goikouria	san-pedro-de-goicouria	ES		0	Europe/Madrid	43.20207	-3.06635		San Pedro de Goicouria,San Pedro de Goicouría,San Pedro de Goicuria,San Pedro de Goicuría		59	BI	48045	
3110170	San Pedro Galdames	galdames-beitia	ES		812	Europe/Madrid	43.25	-3.1		Galdames,Galdames Beitia,San Pedro Galdames,San Pedro de Galdames		59	BI	48037	
3110172	San Pedro de Foncollada	san-pedro-de-foncollada	ES		0	Europe/Madrid	42.7979	-5.18745				55	LE	24068	
3110177	San Pedro de Bogo	san-pedro-de-bogo	ES		0	Europe/Madrid	43.3	-7.13333		San Pedro de Bogo		58	LU	27048	
3110180	San Pedro Cansoles	san-pedro-cansoles	ES		0	Europe/Madrid	42.75412	-4.91578				55	LE	24183	
3110216	Sant Pau de Pinós	sant-pau-de-pinos	ES		0	Europe/Madrid	41.96667	1.96667		Sant Pau de Pinos,Sant Pau de Pinós		56	B	08090	
3110221	San Pantaleón	san-pantaleon	ES		0	Europe/Madrid	43.40904	-3.68318				39	S	39062	
3110224	San Pablo	san-pablo	ES		0	Europe/Madrid	43.53839	-5.76264				34	O	33014	
3110243	San Millán	san-millan	ES		0	Europe/Madrid	41.89326	-7.59764				58	OR	32028	
3110246	Sant Miquel Sacot	sant-miquel-sacot	ES		132	Europe/Madrid	42.13333	2.53333				56	GI	17161	
3110247	Sant Miquel de Pera	sant-miquel-de-pera	ES		0	Europe/Madrid	42.28333	2.5		Caserio San Miguel de Pera,Caserío San Miguel de Pera		56	GI	17039	
3110249	San Miguel de Párraces	san-miguel-de-parraces	ES		0	Europe/Madrid	40.97034	-4.40121		Caserio San Miguel de Parraces,Caserío San Miguel de Parraces,San Miguel de Parraces,San Miguel de Párraces		55	SG	40185	
3110250	San Miguel de Outeiro	san-miguel-de-outeiro	ES		0	Europe/Madrid	42.40656	-7.07928				58	OR	32088	
3110251	San Miguel de Neguera	san-miguel-de-neguera	ES		0	Europe/Madrid	41.2805	-3.84357		San Miguel de Neguera,San Miguel de Noguera		55	SG	40193	
3110252	San Miguel de Montefurado	san-miguel-de-montefurado	ES		0	Europe/Madrid	42.39612	-7.1982				58	LU	27050	
3110262	Sant Miquel del Corb	sant-miquel-del-corb	ES		56	Europe/Madrid	42.15	2.48333		Caserio San Miguel de Corp,Caserío San Miguel de Corp		56	GI	17207	
3110269	San Miguel de Laciana	san-miguel-de-laciana	ES		0	Europe/Madrid	42.9429	-6.32907				55	LE	24202	
3110277	San Miguel de Asperones	san-miguel-de-asperones	ES		0	Europe/Madrid	40.62959	-6.03878		Caserio San Miguel de Asperones,Caserío San Miguel de Asperones,San Miguel de Asperones		55	SA	37320	
3110304	Sant Maurici de la Quar	sant-maurici-de-la-quar	ES		900	Europe/Madrid	42.08333	1.96667				56	B	08177	
3110316	San Martín Sapresa	san-martin-sapresa	ES		0	Europe/Madrid	41.91952	2.65382				56	GI	17028	
3110319	San Martín de Zar	san-martin-de-zar	ES		0	Europe/Madrid	42.69424	-2.72685		San Martin de Zar,San Martín de Zar,Sanmartinzar		55	BU	09109	
3110320	Sant Martí de Vinyoles	sant-marti-de-vinyoles	ES		0	Europe/Madrid	42.13672	2.13826				56	GI	17096	08272
3110342	San Martín de Moncayo	san-martin-de-moncayo	ES		290	Europe/Madrid	41.83736	-1.79188		San Martin de Moncayo,San Martin de la Virgen de Moncayo,San Martín de Moncayo,San Martín de la Virgen de Moncayo		52	Z	50251	
3110343	San Martín de Mancobo	san-martin-de-mancobo	ES		0	Europe/Madrid	42.91289	-3.44501				55	BU	09209	
3110349	San Martín del Pedroso	san-martin-del-pedroso	ES		0	Europe/Lisbon	41.72953	-6.5552				55	ZA	49223	
3110355	Sant Martí de Llémana	sant-marti-de-llemana	ES		0	Europe/Madrid	42.03333	2.65		Sant Marti de Llemena,Sant Martí de Llémena		56	GI	17172	
3110359	San Martín de la Vega del Alberche	san-martin-de-la-vega-del-alberche	ES		243	Europe/Madrid	40.43053	-5.155		San Martin de la Vega del Alberche,San Martín de la Vega del Alberche	05215	55	AV	05215	
3110361	San Martin / San Martín de Tours	san-martin-laukiz	ES		0	Europe/Madrid	43.35	-2.9		San Martin,San Martin Laukiz,San Martin de Lauquiniz,San Martin de Tours,San Martín de Lauquiniz,San Martín de Lauquíniz,San Martín de Tours		59	BI	48053	
3110364	San Martín de las Cañadas	san-martin-de-las-canadas	ES		0	Europe/Madrid	42.82283	-7.06437				58	LU	27012	
3110366	San Martiño de Albaredos	san-martino-de-albaredos	ES		0	Europe/Madrid	42.38333	-7.16667				58	LU	27050	
3110369	San Martín de la Cuenza	san-martin-de-la-cuenza	ES		0	Europe/Madrid	42.40334	-4.92282				55	LE	24139	
3110381	San Martín de Arango	san-martin-de-arango	ES		0	Europe/Madrid	43.46667	-6.16667		Arango,San Martin de Arango,San Martín de Arango		34	O	33051	
3110413	Sant Martí	sant-marti	ES		0	Europe/Madrid	42.25	2.2				56	GI	17112	
3110415	Sant Martí	sant-marti	ES		160	Europe/Madrid	42.15	2.58333		Sant Marti,Sant Martí		56	GI	17184	
3110421	Oromiño	oromino	ES		0	Europe/Madrid	43.2	-2.65		Orobio,Oromino,Oromiño,San Marcos		59	BI	48910	
3110433	Santi Mami	santimamia	ES		0	Europe/Madrid	43.31667	-2.96667		San Mames,San Mamés,Santimamia		59	BI	48054	
3110437	San Mamede da Edrada	san-mamede-da-edrada	ES		0	Europe/Madrid	42.15	-7.23333				58	OR	32092	
3110440	San Mamede	san-mamede	ES		0	Europe/Madrid	43.5	-7.8				58	C	15070	
3110445	San Mamede	san-mamede	ES		0	Europe/Madrid	42.61667	-8.96667				58	C	15073	
3110455	Sant Llorenç de les Arenes	sant-llorenc-de-les-arenes	ES		0	Europe/Madrid	42.06667	2.98333				56	GI	17068	
3110459	San Lourenzo de Barxacoba	san-lourenzo-de-barxacoba	ES		0	Europe/Madrid	42.37776	-7.50534		San Lorenzo		58	OR	32057	
3110467	Sallobente-Ermuaran	san-lorentzo	ES		0	Europe/Madrid	43.1972	-2.38534		Sallabente,Sallobente-Ermuaran,San Lorentzo,San Lorenzo		59	SS	20032	
3110469	San Lourenzo	san-lourenzo	ES		0	Europe/Madrid	42.25	-6.98333				58	OR	32083	
3110470	Sant Llorenç	sant-llorenc	ES		0	Europe/Madrid	42.23333	2.11667	804	Sant Llorenc,Sant Llorenç		56	GI	17036	
3110478	Sanles	sanles	ES		0	Europe/Madrid	43.16667	-8.88333				58	C	15014	
3110486	San Justo	san-justo	ES		0	Europe/Madrid	43.48888	-5.48684				34	O	33076	
3110487	San Justo	san-justo	ES		0	Europe/Madrid	43.4337	-6.1353		Doriga,Dóriga,San Justo		34	O	33059	
3110488	San Justo	san-justo	ES		0	Europe/Madrid	43.2286	-5.69793				34	O	33037	
3110489	San Xusto	san-xusto	ES		0	Europe/Madrid	43.2	-8.78333		San Julian,San Julián		58	C	15029	
3110490	San Justo	san-justo	ES		0	Europe/Madrid	42.40566	-6.84579				58	OR	32017	
3110491	San Justo	san-justo	ES		328	Europe/Madrid	42.13321	-6.62388			49189	55	ZA	49189	
3110494	Sanjurjo	sanjurjo	ES		0	Europe/Madrid	42.83419	-8.05209				58	C	15079	
3110495	Sanxurxo	sanxurxo	ES		0	Europe/Madrid	42.38333	-7.28333				58	LU	27050	
3110496	Saltor	saltor	ES		0	Europe/Madrid	42.25	2.2				56	GI	17112	
3110498	Sant Julià del Llor	sant-julia-del-llor	ES		0	Europe/Madrid	41.96281	2.65526		Sant Julia del Llor,Sant Julià del Llor		56	GI	17903	
3110500	el Prat de Sant Julià	el-prat-de-sant-julia	ES		0	Europe/Madrid	42.06667	2.4	1150	el Prat de Sant Julia,el Prat de Sant Julià		56	B	08254	
3110513	San Xulián	san-xulian	ES		0	Europe/Madrid	42.43333	-7.1				58	OR	32072	
3110518	San Juan de Torón	san-juan-de-toron	ES		0	Europe/Madrid	42.82167	0.80292		San Juan de Toran,San Juan de Toron,San Juan de Torón		56	L	25063	
3110520	San Juan	somorrostro	ES		0	Europe/Madrid	43.32206	-3.12192		San Juan Muskiz,San Juan de Somorrostro,Somorrostro		59	BI	48071	
3110527	San Juan de Mozarrifar	san-juan-de-mozarrifar	ES		0	Europe/Madrid	41.71848	-0.84045		San Juan de Mozarrifar		52	Z	50297	
3110528	San Juan de Moró	san-juan-de-moro	ES		1947	Europe/Madrid	40.0599	-0.13691		Caserio San Juan de Moro,Caserío San Juan de Moró,San Juan de Moro,San Juan de Moró,Sant Joan de Moro		60	CS	12040	
3110492	San Juste	san-juste	ES	22373	0	Europe/Madrid	42.48295	-0.0991		San Juste		52	HU	22109	
3110537	San Juan de la Guarda	san-juan-de-la-guarda	ES		0	Europe/Madrid	41.46601	-5.14606		Caserio San Juan de la Guarda,Caserío San Juan de la Guarda		55	VA	47121	
3110541	Sant Joan de Fàbregues	sant-joan-de-fabregues	ES		0	Europe/Madrid	42.01667	2.46667		Sant Joan de Fabregues,Sant Joan de Fàbregues		56	B	08901	
3110542	San Juan de Castiello	san-juan-de-castiello	ES		0	Europe/Madrid	43.5247	-5.52746		Castiello,San Juan,San Juan de Castiello		34	O	33076	
3110543	Berbikiz	berbikiz	ES		0	Europe/Madrid	43.18333	-3.08333		Berbikiz,San Juan de Berbiquez,San Juan de Berbíquez		59	BI	48042	
3110545	San Juan Bautista	san-juan-bautista	ES		0	Europe/Madrid	40.83291	-4.84522		Barrio San Juan Bautista,San Juan Bautista		55	AV	05210	
3110559	San Xoan	san-xoan	ES		0	Europe/Madrid	42.68177	-7.24141				58	LU	27055	
3110572	Rigolisa	rigolisa	ES		0	Europe/Paris	42.44677	1.93831				56	GI	17141	17141
3110581	San Ildefonso	san-ildefonso	ES		5426	Europe/Madrid	40.90182	-4.00685		La Granja,La Granja de San Ildefonso,Real Sitio de San Ildefonso,San Ildefonso,San-Il'defonso,Sankta Ildefonso,sheng yi er de feng suo,Сан-Ільдефонсо,Сан-Ильдефонсо,圣伊尔德丰索	40181	55	SG	40181	
3110586	Sanguñedo	sangunedo	ES		0	Europe/Madrid	42.09024	-7.91682		Sangunedo,Sanguñedo		58	OR	32084	
3110587	Sanguiñedo	sanguinedo	ES		0	Europe/Madrid	42.57623	-8.09387		Sanguinedo,Sanguiñedo		58	PO	36016	
3110588	Sanguiñeda	sanguineda	ES		0	Europe/Madrid	42.18333	-8.63333		Sanguineda,Sanguiñeda,Santa Maria,Santa María		58	PO	36033	
3110589	Sangüesa/Zangoza	sangueesa-zangoza	ES		5030	Europe/Madrid	42.57483	-1.28283		Sangossa,Sangueesa,Sanguehsa,Sanguesa,Sangòssa,Sangüesa,Zangotza,Zangoza,sang ge sa,sanguesa,Сангуеса,Сангуэса,サングエサ,桑格萨		32	NA	31135	
3110591	Zangroiz	zangroiz	ES		0	Europe/Madrid	43.29507	-2.93781		Sangroniz,Sangróniz,Zangroiz		59	BI	48903	
3110597	Sant Gregori	sant-gregori	ES		0	Europe/Madrid	41.98333	2.73333		San Gregorio,Sant Gregori	17163	56	GI	17163	
3110606	San Xil	san-xil	ES		0	Europe/Madrid	42.76637	-7.27046				58	LU	27055	
3110607	Sangés	sanges	ES		0	Europe/Madrid	43.30641	-7.12989				58	LU	27048	
3110610	Sanxenxo	sanxenxo	ES		17315	Europe/Madrid	42.39996	-8.80698		Sangenjo,Sanxenxo	36051	58	PO	36051	
3110620	Sanfoga	sanfoga	ES		44	Europe/Madrid	42.95	-9				58	C	15045	
3110622	San Fiz	san-fiz	ES		0	Europe/Madrid	42.3489	-7.04962				58	OR	32083	
3110624	Sanfins	sanfins	ES		0	Europe/Madrid	43.07634	-9.04122		Sanfins		58	C	15092	
3110630	San Feliz de la Vega	san-feliz-de-la-vega	ES		0	Europe/Madrid	42.39789	-5.95103				55	LE	24131	
3110631	San Féliz de la Valdería	san-feliz-de-la-valderia	ES		0	Europe/Madrid	42.19482	-6.01798		San Feliz,San Feliz de la Valderia,San Féliz de la Valdería		55	LE	24046	
3110636	San Félix	san-felix	ES		0	Europe/Madrid	43.48333	-6.45				34	O	33034	
3110637	San Félix	san-felix	ES		0	Europe/Madrid	43.15781	-6.6686				34	O	33011	
3110641	Sant Feliu de Lluelles	sant-feliu-de-lluelles	ES		0	Europe/Madrid	42.01667	1.68333				56	B	08132	
3110647	Sant Feliu	sant-feliu	ES		0	Europe/Madrid	42.46667	0.53333		San Feliu,San Feliú,Sant Feliu		52	HU	22062	
3110648	Sanfelismo	sanfelismo	ES		0	Europe/Madrid	42.56708	-5.48032				55	LE	24175	
3110658	Fauste	san-fausto	ES		0	Europe/Madrid	43.19286	-2.66481				59	BI	48910	
3110660	Urdaiaga	san-esteban-torrea	ES		0	Europe/Madrid	43.26743	-2.06109		San Esteban-Torrea,Urdaiaga		59	SS	20073	
3110664	Sant Esteve Vallespirans	sant-esteve-vallespirans	ES		0	Europe/Madrid	42.18503	2.15521	780	Sant Esteve Vallespirans		56	GI	17096	
3110671	San Esteban del Toral	san-esteban-del-toral	ES		0	Europe/Madrid	42.64294	-6.40709				55	LE	24014	
3110674	Sant Esteve de Llémena	sant-esteve-de-llemena	ES		0	Europe/Madrid	42.05847	2.63088		Sant Esteve de Llemena,Sant Esteve de Llémena		56	GI	17183	
3110675	San Esteban de Litera (Sant Esteve de Llitera)	san-esteban-de-litera-sant-esteve-de-llitera	ES		551	Europe/Madrid	41.90501	0.32708		San Esteban de Litera,San Esteban de Litera (Sant Esteve de Llitera),Sant Esteve de Llitera		52	HU	22205	
3110677	San Esteban de Guialbes	san-esteban-de-guialbes	ES		0	Europe/Madrid	42.11531	2.87777				56	GI	17218	
3110679	San Esteban	san-esteban-de-galdames	ES		0	Europe/Madrid	43.26705	-3.12171		San Esteban,San Esteban Galdames,San Esteban de Galdames		59	BI	48037	
3110682	San Esteban	san-esteban	ES		0	Europe/Madrid	43.52816	-6.73362				34	O	33018	
3110683	San Esteban	san-esteban	ES		0	Europe/Madrid	43.44884	-7.21476				58	LU	27061	
3110684	San Esteban	san-esteban	ES		0	Europe/Madrid	43.39823	-6.14159		Doriga,Dóriga,San Esteban		34	O	33059	
3110685	San Esteban	san-esteban	ES		0	Europe/Madrid	43.37257	-4.12436				39	S	39060	
3110686	San Esteban	san-esteban	ES		0	Europe/Madrid	43.316	-6.83811				34	O	33029	
3110687	San Esteban	san-esteban	ES		0	Europe/Madrid	43.31231	-6.47095				34	O	33073	
3110688	San Esteban	san-esteban	ES		0	Europe/Madrid	43.27861	-4.66129				34	O	33047	
3110689	San Esteban	san-esteban	ES		0	Europe/Madrid	43.21112	-6.28529				34	O	33005	
3110690	San Esteban	san-esteban	ES		0	Europe/Madrid	43.13739	-2.09106		Laskoain,San Esteban de Lascoain,San Esteban de Lascoáin		59	SS	20071	
3110691	San Esteban	san-esteban	ES		0	Europe/Madrid	43.11667	-6.56667				34	O	33011	
3110692	San Esteban	san-esteban	ES		12	Europe/Madrid	43	-6.83333				34	O	33028	
3110693	San Estebo	san-estebo	ES		0	Europe/Madrid	42.41742	-7.6857				58	OR	32052	
3110694	San Esteban	san-esteban	ES		0	Europe/Madrid	42.18333	-7.08333				58	OR	32086	
3110699	Sandrejo	sandrejo	ES		0	Europe/Madrid	43.10445	-8.96521				58	C	15092	
3110701	Sandoñana	sandonana	ES		0	Europe/Madrid	43.26738	-3.87473				39	S	39100	
3110702	Sando	sando	ES		240	Europe/Madrid	40.96773	-6.11136		Sando	37283	55	SA	37283	
3110709	Sande	sande	ES		0	Europe/Madrid	42.23639	-8.09011				58	OR	32020	
3110711	Sant Daniel	sant-daniel	ES		0	Europe/Madrid	41.98333	2.85				56	GI	17079	
3110712	Sant Daniel	sant-daniel	ES		0	Europe/Madrid	41.86151	3.10003				56	GI	17034	
3110714	San Damías	san-damias	ES		0	Europe/Madrid	43.14857	-6.61298				34	O	33011	
3110715	San Dalmay	san-dalmay	ES		0	Europe/Madrid	41.91281	2.73333		San Dalmay,Sant Damai		56	GI	17233	
3110721	San Critóbal del Monte	san-critobal-del-monte	ES		0	Europe/Madrid	41.20738	-5.66361		Alqueria San Cristobal del Monte,Alquería San Cristóbal del Monte,San Critobal del Monte,San Critóbal del Monte		55	SA	37323	
3110756	San Crimenso	san-crimenso	ES		0	Europe/Madrid	42.93609	-9.10507				58	C	15034	
3110757	San Cosme	san-cosme	ES		0	Europe/Madrid	43.54407	-7.23381		San Cosme		58	LU	27005	
3110758	San Cosmede	san-cosmede	ES		0	Europe/Madrid	42.31667	-7.23333				58	OR	32063	
3110760	San Cosme	san-cosme	ES		0	Europe/Madrid	43.54102	-6.2417				34	O	33021	
3110761	San Cosme	san-cosme	ES		0	Europe/Madrid	43.24541	-7.30176				58	LU	27044	
3110762	Sancobad	sancobad	ES		0	Europe/Madrid	43.28929	-7.67179		Sancobad,Santiago		58	LU	27065	
3110764	San Clodio	san-clodio	ES		0	Europe/Madrid	42.46611	-7.289				58	LU	27052	
3110765	San Clodio	san-clodio	ES		0	Europe/Madrid	42.3672	-8.11611				58	OR	32040	
3110767	San Clemente de Valdueza	san-clemente-de-valdueza	ES		0	Europe/Madrid	42.47375	-6.5533				55	LE	24115	
3110768	Sant Climent de Peralta	sant-climent-de-peralta	ES		0	Europe/Madrid	41.95	3.1		San Clemente		56	GI	17902	
3110782	San Ciprián de Viñas	san-ciprian-de-vinas	ES		0	Europe/Madrid	42.30077	-7.87188		San Ciprian de Vinas,San Ciprián de Viñas		58	OR	32075	
3110783	Sant Cebrià dels Alls	sant-cebria-dels-alls	ES		0	Europe/Madrid	41.88333	3.01667				56	GI	17901	
3110784	Sant Cebrià de Lledó	sant-cebria-de-lledo	ES		0	Europe/Madrid	41.91667	2.96667				56	GI	17901	
3110786	San Ciprián	san-ciprian	ES		0	Europe/Madrid	43.69487	-7.44178				58	LU	27013	
3110787	San Ciprián	san-ciprian	ES		0	Europe/Madrid	42.17328	-6.65958				55	ZA	49189	
3110788	San Ciprián	san-ciprian	ES		0	Europe/Madrid	41.97448	-6.90936		San Ciprian,San Ciprián		55	ZA	49094	
3110789	San Ciprián	san-ciprian	ES		0	Europe/Madrid	41.86802	-7.46374				58	OR	32053	
3110790	San Cibrián de la Somoza	san-cibrian-de-la-somoza	ES		0	Europe/Madrid	42.98333	-5.25		San Cibrian de la Somoza,San Cibrián de la Somoza		55	LE	24121	
3110792	Sancibrián	sancibrian	ES		0	Europe/Madrid	43.46079	-3.88703		San Cibrian,San Cibrián,Sancibrian,Sancibrián		39	S	39073	
3110794	Sancibrao	sancibrao	ES		0	Europe/Madrid	42.92148	-8.03124		Sancibrao		58	C	15046	
3110797	Santxosolo-San Pedro	santxosolo	ES		0	Europe/Madrid	43.2	-3.08333		Sanchosolo,Sanchósolo,Santxosolo		59	BI	48045	
3110805	Sanchofruela	sanchofruela	ES		0	Europe/Madrid	41.22365	-3.64128		Sanchofruela		55	SG	40070	
3110806	Sanchobueno	sanchobueno	ES		0	Europe/Madrid	40.83809	-6.06949				55	SA	37025	
3110820	San Cebrián de Buena Madre	san-cebrian-de-buena-madre	ES		0	Europe/Madrid	42.18333	-4.21667		San Cebrian,San Cebrián		55	P	34186	
3110822	San Brégimo	san-bregimo	ES		0	Europe/Madrid	42.35848	-7.24557		Barrio,San Bregimo,San Brégimo		58	LU	27050	
3110828	San Bernabé	san-bernabe	ES		0	Europe/Madrid	43.14627	-7.24777				58	LU	27004	
3110838	San Bartolomé de Meruelo	san-bartolome-de-meruelo	ES		0	Europe/Madrid	43.43564	-3.59695				39	S	39043	
3110849	San Asensio los Cantos	san-asensio-los-cantos	ES		0	Europe/Madrid	42.36686	-2.9747		San Asensio los Cantos,San Asesio los Cantos		27	LO	26110	
3110851	San Asenjo	san-asenjo	ES		0	Europe/Madrid	41.82446	-3.23088				55	SO	42080	
3110872	Sant Andreu Salou	sant-andreu-salou	ES		0	Europe/Madrid	41.86667	2.83333		San Andres Salou,San Andrés Salou,Sant Andreu Salou	17157	56	GI	17157	
3110876	Sant Andreu	sant-andreu	ES		147732	Europe/Madrid	41.43541	2.18982		Distrito Sant Andreu,Sant Andreu,Sant Andreu de Palomar		56	B	08019	09
3110880	San Andrés del Rabanedo	san-andres-del-rabanedo	ES		30906	Europe/Madrid	42.61174	-5.61671		San Andres de Rabanedo,San Andres del Rabanedo,San Andrés de Rabanedo,San Andrés del Rabanedo,San-Andres-del'-Rabanedo,sheng an de lei si de er la wa nei duo,Сан-Андрес-дель-Рабанедо,圣安德雷斯德尔拉瓦内多		55	LE	24142	
3110883	San Andrés de las Puentes	san-andres-de-las-puentes	ES		0	Europe/Madrid	42.57363	-6.37676				55	LE	24170	
3110886	Erbera	erbera	ES		0	Europe/Madrid	43.25	-2.46667		Echebarria,Echebarría,Echevarria,Echevarría,Erbera,Etxebarri,La Ribera,San Andres de Echebarria,San Andres de Echevarria,San Andrés de Echebarria,San Andrés de Echevarría		59	BI	48030	
3110887	San Andrés de Arroyo	san-andres-de-arroyo	ES		0	Europe/Madrid	42.70221	-4.38269				55	P	34170	
3110906	San Amaro	san-amaro	ES		1354	Europe/Madrid	42.37385	-8.07347		San Amaro	32074	58	OR	32074	
3110908	Sanaüja	sanaueja	ES		0	Europe/Madrid	41.88333	1.31667		Sanaueja,Sanaüja		56	L	25907	
3110916	San Adriano	san-adriano	ES		129	Europe/Madrid	43.56667	-6				34	O	33016	
3110917	San Adriano	san-adriano	ES		0	Europe/Madrid	43.20388	-5.88769				34	O	33058	
3110931	Samper del Salz	samper-del-salz	ES		126	Europe/Madrid	41.23458	-0.8251		Samper del Sal,Samper del Salz	50233	52	Z	50233	
3110935	Sampaio	sampaio	ES		0	Europe/Madrid	42.8	-8.88333				58	C	15057	
3110936	Sampaio	sampaio	ES		0	Europe/Madrid	42.38333	-7.08333				58	LU	27050	
3110937	Sampayo	sampayo	ES		0	Europe/Madrid	41.95289	-7.22347				58	OR	32071	
3110938	Samos	samos	ES		1860	Europe/Madrid	42.731	-7.32582		Samos,sa mo si,samosu,Самос,Սամոս,サモス,萨莫斯	27055	58	LU	27055	
3110943	Samieira	samieira	ES		0	Europe/Madrid	42.41667	-8.73333		Samieira,Santa Maria,Santa María		58	PO	36041	
3110946	Sambreijo	sambreijo	ES		0	Europe/Madrid	43.06072	-7.1021				58	LU	27018	
3110947	Sambreijo	sambreijo	ES		0	Europe/Madrid	42.86667	-7.93333				58	LU	27040	
3110948	Sambreixo	sambreixo	ES		0	Europe/Madrid	42.78421	-7.80152				58	LU	27032	
3110958	Samaleo	samaleo	ES		0	Europe/Madrid	43.34946	-5.25344		Samale		34	O	33049	
3110961	Sama	sama	ES		0	Europe/Madrid	43.31667	-6.01667		Sama,San Esteban		34	O	33026	
3110962	Sama	sama	ES		45565	Europe/Madrid	43.29568	-5.68416		Langreo,Llangreu,Llangréu,Sama de Langreo,Same,Саме		34	O	33031	
3110963	Salviejo	salviejo	ES		0	Europe/Madrid	43.18287	-3.37857				59	BI	48022	
3110965	Salvatierra de Miño	salvatierra-de-mino	ES		9566	Europe/Madrid	42.08333	-8.5		Salvatierra,Salvatierra de Mino,Salvatierra de Miño,San Lorenzo		58	PO	36050	
3110970	Salvador de Voltoya	salvador-de-voltoya	ES		0	Europe/Madrid	40.95	-4.51667		Caserio El Salvador de Voltroya,Caserío El Salvador de Voltroya,Salvador de Voltoya		55	SG	40185	
3110976	Salto de Villalba	salto-de-villalba	ES		0	Europe/Madrid	40.23333	-2.06667		El Salto,Salto de Villalba		54	CU	16245	
3110977	Salto del Lobo	salto-del-lobo	ES		0	Europe/Madrid	42.06281	-0.77275				52	HU	22119	
3110978	Salto	salto	ES		0	Europe/Madrid	43.45	-8.13333		Salto,Santa Cruz		58	C	15015	
3110979	Salto	salto	ES		0	Europe/Madrid	43.23333	-8.2		Salto,Santo Tomas,Santo Tomás		58	C	15902	
3110980	Salto	salto	ES		0	Europe/Madrid	43.10947	-8.9987		Santa Maria,Santa María		58	C	15092	
3110981	Salto	salto	ES		0	Europe/Madrid	42.71667	-7.9		Salto,San Esteban		58	PO	36047	
3110984	Salsadella	salsadella	ES		810	Europe/Madrid	40.41792	0.17509		La Salzadella,Salsadella		60	CS	12098	
3110999	Salmellà	salmella	ES		0	Europe/Madrid	41.41667	1.33333				56	T	43113	
3111007	Salio	salio	ES		0	Europe/Madrid	42.96667	-4.96667				55	LE	24020	
3111011	Salinas de Rosío	salinas-de-rosio	ES		0	Europe/Madrid	42.98165	-3.41864				55	BU	09209	
3111014	Salinas de Oro	salinas-de-oro	ES		112	Europe/Madrid	42.77487	-1.88999			31214	32	NA	31214	
3111019	Salinas de Ibargoiti	salinas-de-ibargoiti	ES		0	Europe/Madrid	42.69222	-1.48639		Salinas de Ibargoiti		32	NA	31124	
3111021	Salinas de Bielsa	salinas-de-bielsa	ES		0	Europe/Madrid	42.58415	0.22473		Salinas,Salinas de Bielsa		52	HU	22057	
3111022	Gesaltza Añana / Salinas de Añana	salinas-de-anana	ES		184	Europe/Madrid	42.80199	-2.98636		Gesaltza Anana,Gesaltza Añana,Salinas,Salinas de Anana,Salinas de Añana		59	VI	01049	
3111029	Salime	salime	ES		0	Europe/Madrid	43.21667	-6.83333				34	O	33027	
3111034	Saliente	saliente	ES		0	Europe/Madrid	43.50855	-6.54657				34	O	33034	
3111037	Salices	salices	ES		0	Europe/Madrid	43.23333	-5.5				34	O	33032	
3111058	Saldet	saldet	ES		0	Europe/Madrid	42.17091	3.06276		Saldet		56	GI	17210	
3111062	Saldange	saldange	ES		0	Europe/Madrid	43.26667	-7.35		Saldange,San Miguel		58	LU	27044	
3111066	Salcidos	salcidos	ES		0	Europe/Madrid	41.90556	-8.85793		Salcidos		58	PO	36023	
3111082	Santa María de Salceda	santa-maria-de-salceda	ES		0	Europe/Madrid	42.11057	-8.55093		Salceda,Santa Maria,Santa María		58	PO	36049	
3111089	Salaya	salaya	ES		0	Europe/Madrid	42.90149	-7.85192				58	LU	27040	
3111091	Salás de Pallás	salas-de-pallas	ES		0	Europe/Madrid	42.21277	0.93089				56	L	25234	
3111121	Saxamonde	saxamonde	ES		0	Europe/Madrid	42.26667	-8.6		Sajamonde,San Roman,San Román		58	PO	36045	
3111125	Saigós	saigos	ES		0	Europe/Madrid	42.94482	-1.50263				32	NA	31098	
3111126	Saiforas	saiforas	ES		0	Europe/Madrid	41.2641	1.55014				56	T	43140	
3111127	Saidres	saidres	ES		0	Europe/Madrid	42.73333	-8.23333		Saidres,San Juan		58	PO	36052	
3111129	Sahelicejos	sahelicejos	ES		0	Europe/Madrid	41.01794	-6.22432				55	SA	37360	
3111141	Sageras del Río	sageras-del-rio	ES		0	Europe/Madrid	40.64592	-6.63213		Caserio Sagueras del Rio,Caserío Sagueras del Rio,Sageras del Rio,Sageras del Río		55	SA	37272	
3111142	Sagasta	sagasta	ES		0	Europe/Madrid	43.12285	-2.61505		Barrio Sagasta-Ausuna,Sagasta,Sagasta-Ausuna		59	BI	48001	
3111144	Sagaró	sagaro	ES		0	Europe/Madrid	42.24097	2.747				56	GI	17021	
3111149	Saelices del Río	saelices-del-rio	ES		0	Europe/Madrid	42.50017	-5.01316				55	LE	24051	
3111150	Saelices del Payuelo	saelices-del-payuelo	ES		0	Europe/Madrid	42.5339	-5.28006				55	LE	24180	
3111153	Sadrarín	sadrarin	ES		22	Europe/Madrid	43.2	-7.18333				58	LU	27053	
3111154	Saderra	saderra	ES		0	Europe/Madrid	42.08604	2.24657		Caserio Saderra,Caserío Saderra,Saderra		56	B	08150	
3111156	Sada de Sangüesa	sada-de-sanguesa	ES		210	Europe/Madrid	42.58333	-1.4		Sada de Sanguesa,Sada de Sangüesa		32	NA	31009	
3111160	Sacos	sacos	ES		0	Europe/Madrid	42.51667	-8.48333		Sacos,Santa Maria,Santa María		58	PO	36902	
3111161	Sacos	sacos	ES		0	Europe/Madrid	42.5	-8.51667		Sacos,San Jorge		58	PO	36902	
3111162	Sacedoncillo	sacedoncillo	ES		0	Europe/Madrid	40.1979	-2.27017				54	CU	16254	
3111168	Saceda	saceda	ES		0	Europe/Madrid	42.32713	-6.50722				55	LE	24043	
3111170	Sacardebois	sacardebois	ES		0	Europe/Madrid	42.38333	-7.51667		Sacardebois,San Martin,San Martín		58	OR	32057	
3111171	Sacaojos	sacaojos	ES		0	Europe/Madrid	42.3	-5.91667				55	LE	24010	
3111174	Sabugueira	sabugueira	ES		0	Europe/Madrid	42.9	-8.41667		Sabugueira,San Pelayo		58	C	15078	
3111175	Sabugos	sabugos	ES		0	Europe/Madrid	42.71417	-7.11403				58	LU	27045	
3111178	Sabucedo	sabucedo	ES		0	Europe/Madrid	42.58888	-8.41377				58	PO	36017	
3111179	Sabucedo	sabucedo	ES		0	Europe/Madrid	42.24097	-7.9744				58	OR	32020	
3111180	Sabucedo	sabucedo	ES		0	Europe/Madrid	42.02711	-7.81514		San Salvador		58	OR	32062	
3111181	Sabrejo	sabrejo	ES		0	Europe/Madrid	42.78516	-8.195				58	PO	36059	
3111190	Sabarey	sabarey	ES		0	Europe/Madrid	42.9	-7.46667		Sabarey,Santa Maria Magdalena,Santa María Magdalena		58	LU	27014	
3111191	Sabardes	sabardes	ES		0	Europe/Madrid	42.8	-8.95		Sabardes,San Juan		58	C	15062	
3111193	Sabajanes	sabajanes	ES		0	Europe/Madrid	42.26667	-8.41667		Sabajanes,San Mamed		58	PO	36030	
3111194	Sabaiza	sabaiza	ES		0	Europe/Madrid	42.63288	-1.48254				32	NA	31103	
3111200	Sabadel de Troncedo	sabadel-de-troncedo	ES		0	Europe/Madrid	43.3603	-6.51463		Sabadel,Sabadel de Troncedo		34	O	33073	
3111201	Sábade	sabade	ES		0	Europe/Madrid	43.02386	-9.10563		Sabade,Sábade		58	C	15034	
3111203	Saamasas	saamasas	ES		0	Europe/Madrid	43	-7.56667		Saamasas,Samasas		58	LU	27028	
3111205	Saá	saa	ES		0	Europe/Madrid	42.93844	-7.57778				58	LU	27028	
3111206	Saá	saa	ES		0	Europe/Madrid	42.86262	-7.16296				58	LU	27006	
3111207	Saá	saa	ES		0	Europe/Madrid	42.83033	-7.4868				58	LU	27043	
3111208	Saá	saa	ES		0	Europe/Madrid	42.82421	-7.26053				58	LU	27026	
3111209	Saá	saa	ES		0	Europe/Madrid	42.58102	-7.37749		Santa Maria,Santa María		58	LU	27047	
3111210	Sa	sa	ES		0	Europe/Madrid	42.60332	-8.0259				58	PO	36016	
3111214	Rutis	rutis	ES		0	Europe/Madrid	43.31667	-8.38333		Rutis,Santa Maria,Santa María		58	C	15031	
3111221	Runes	runes	ES		0	Europe/Madrid	42.65995	-8.90181		Runes		58	C	15011	
3111224	Rumille	rumille	ES		0	Europe/Madrid	42.75998	-8.59688				58	C	15065	
3111234	Ruibo	ruibo	ES		0	Europe/Madrid	42.98336	-9.23382		Ruibo		58	C	15023	
3111238	Ruesta	ruesta	ES		0	Europe/Madrid	42.58848	-1.07632				52	Z	50270	
3111173	Sabuguido	sabuguido	ES	32552	0	Europe/Madrid	42.14386	-7.20079		Sabuguido		58	OR	32092	
3111271	Rubiño	rubino	ES		0	Europe/Madrid	40.01238	-6.50176		Caserio Rubino,Caserío Rubiño,Rubino,Rubiño		57	CC	10040	
3111282	Rubiáns	rubians	ES		0	Europe/Madrid	42.58333	-8.75				58	PO	36061	
3111283	Rubiana	rubiana	ES		0	Europe/Madrid	42.4496	-6.94758				58	OR	32073	
3111284	Rubián	rubian	ES		0	Europe/Madrid	42.7	-7.46667		Rubian,Rubián,San Vicente		58	LU	27024	
3111285	Rubián	rubian	ES		0	Europe/Madrid	42.66647	-7.48323		San Pedro,San Pedro Felix,San Pedro Félix		58	LU	27008	
3111286	Rubiá	rubia	ES		0	Europe/Madrid	42.65429	-7.47723				58	LU	27008	
3111301	Rúa	rua	ES		0	Europe/Madrid	43.61667	-7.41667		Rua,Rúa,Santa Maria,Santa María		58	LU	27013	
3111302	Rúa	rua	ES		0	Europe/Madrid	43.53922	-7.28811				58	LU	27019	
3111317	Rozabragada	rozabragada	ES		0	Europe/Madrid	43.11303	-7.05291				58	LU	27018	
3111320	Roza	roza	ES		0	Europe/Madrid	43.36667	-5.58333				34	O	33066	
3111321	Roza	roza	ES		0	Europe/Madrid	43.25483	-4.56443				39	S	39049	
3111322	Royuela de Río Franco	royuela-de-rio-franco	ES		279	Europe/Madrid	42.00217	-3.95547		Royuela de Rio Franco,Royuela de Río Franco	09325	55	BU	09325	
3111324	Rouzós	rouzos	ES		0	Europe/Madrid	42.41667	-7.91667		Rouzos,Rouzós		58	OR	32087	
3111327	Roupar	roupar	ES		0	Europe/Madrid	43.41667	-7.76667		Roupar,San Pedro Felix,San Pedro Félix		58	C	15070	
3111331	Rotella	rotella	ES		0	Europe/Madrid	43.38474	-4.89464				34	O	33036	
3111338	Rosinas de la Requejada	rosinas-de-la-requejada	ES		475	Europe/Madrid	42.08867	-6.53451		Rosinas de la Requejada		55	ZA	49181	
3111340	Rosende	rosende	ES		0	Europe/Madrid	42.57454	-7.67928		Rosende,Santa Marina		58	LU	27058	
3111341	Rosende	rosende	ES		0	Europe/Madrid	42.45639	-7.61945				58	LU	27059	
3111342	Rosellón	rosellon	ES		0	Europe/Madrid	43.33275	-5.62036				34	O	33066	
3111344	Rosell	rosell	ES		1304	Europe/Madrid	40.61792	0.22133		Rosell,Rossell		60	CS	12096	
3111345	Roscales	roscales	ES		0	Europe/Madrid	42.76638	-4.62801		Roscales,Roscates		55	P	34049	
3111353	O Rosal	o-rosal	ES		6029	Europe/Madrid	41.93536	-8.83677				58	PO	36023	
3111354	Rosal	rosal	ES		0	Europe/Madrid	41.89939	-7.46777				58	OR	32053	
3111355	Rosadelas	rosadelas	ES		52	Europe/Madrid	42.65	-8.9		Rosadelas		58	C	15011	
3111363	Roo de Arriba	roo-de-arriba	ES		0	Europe/Madrid	42.82664	-8.92936		Roo de Arriba		58	C	15062	
3111364	Roo de Abajo	roo-de-abajo	ES		0	Europe/Madrid	42.82271	-8.93203				58	C	15062	
3111365	Roo de Abajo	roo-de-abajo	ES		0	Europe/Madrid	42.81464	-8.85554		Roo,Roo de Abajo		58	C	15057	
3111367	Rondiella	rondiella	ES		0	Europe/Madrid	43.43333	-5.85		Rondiella,San Salvador		34	O	33035	
3111371	Orreaga	orreaga	ES		28	Europe/Madrid	43.01667	-1.31667		Orreaga,Roncesvalles,Roncesvalls,Roncesvaux,Roncevaux,Roncisvalle		32	NA	31058	
3111372	Roncal	roncal	ES		295	Europe/Madrid	42.81001	-0.95611		Roncal		32	NA	31210	
3111377	Romió	romio	ES		0	Europe/Madrid	43.48333	-6		Romio,Romió		34	O	33030	
3111379	La Romía Riba	la-romia-riba	ES		0	Europe/Madrid	43.04998	-5.77323				34	O	33033	
3111380	La Romía Baxo	la-romia-baxo	ES		0	Europe/Madrid	43.05037	-5.77264				34	O	33033	
3111381	Romeor	romeor	ES		0	Europe/Madrid	42.64007	-7.09464				58	LU	27017	
3111385	Romai	romai	ES		0	Europe/Madrid	42.54929	-8.68516		San Julian,San Julián		58	PO	36028	
3111387	Romaris	romaris	ES		0	Europe/Madrid	42.87313	-8.84183				58	C	15056	
3111388	Romar	romar	ES		0	Europe/Madrid	43.04707	-9.07744		Romar		58	C	15092	
3111394	Romanillos	romanillos	ES		0	Europe/Madrid	40.44406	-3.92815		Caserio Romanillos,Caserío Romanillos,Romanillos		29	M	28022	
3111398	Romanyà	romanya	ES		0	Europe/Madrid	42.18333	2.9				56	GI	17136	
3111401	Romaelle	romaelle	ES		0	Europe/Madrid	43.46986	-6.8693				34	O	33023	
3111402	Romadorio	romadorio	ES		0	Europe/Madrid	43.52041	-5.97435				34	O	33016	
3111406	Rollanejo	rollanejo	ES		0	Europe/Madrid	40.88936	-6.27916				55	SA	37113	
3111422	Roiles	roiles	ES		0	Europe/Madrid	43.35	-5.53333				34	O	33040	
3111425	Regoela	regoela	ES		0	Europe/Madrid	43.4573	-8.11216		Reguela,Regüela,Roguela,Rogüela,San Vicente		58	C	15015	
3111427	Roelos	roelos	ES		150	Europe/Madrid	41.25265	-6.17127		Roelos		55	ZA	49180	
3111429	Rodrigatos	rodrigatos	ES		0	Europe/Madrid	42.55019	-6.18378		Rodrigatos,Rodrigatos de la Obispalia,Rodrigatos de la Obispalía		55	LE	24023	
3111430	Rodrigas	rodrigas	ES		0	Europe/Madrid	43.34229	-7.25955				58	LU	27054	
3111435	Rodís	rodis	ES		0	Europe/Madrid	43.14052	-8.52861				58	C	15024	
3111436	Rodís	rodis	ES		0	Europe/Madrid	42.76039	-8.08648		Rodis,Rodís,San Julian,San Julián		58	PO	36024	
3111437	Rodiño-Pequeño	rodino-pequeno	ES		0	Europe/Madrid	42.83772	-8.45151		Rodino-Pequeno,Rodiño-Pequeño		58	C	15012	
3111441	Rodiles	rodiles	ES		0	Europe/Madrid	43.33925	-6.08684		Rodiles		34	O	33026	
3111442	Rodiles	rodiles	ES		0	Europe/Madrid	43.13685	-5.96601				34	O	33053	
3111449	Rodical	rodical	ES		0	Europe/Madrid	43.31194	-6.41507				34	O	33073	
3111457	Rodeiros	rodeiros	ES		0	Europe/Madrid	43	-8.06667		Rodeiros,Rodieiros,San Simon,San Simón		58	C	15010	
3111458	Rodeiro	rodeiro	ES		0	Europe/Madrid	43.19588	-8.13155				58	C	15902	
3111459	Rodeiro	rodeiro	ES		3376	Europe/Madrid	42.65193	-7.95519			36047	58	PO	36047	
3111460	Rodeche	rodeche	ES		0	Europe/Madrid	40.13333	-0.58333		Barrio Rodeche,Rodeche		52	TE	44113	
3111461	Rodasviejas	rodasviejas	ES		0	Europe/Madrid	40.8368	-6.11167		Rodasviejas		55	SA	37025	
3111472	Rocillo	rocillo	ES		0	Europe/Madrid	43.3154	-3.42795				39	S	39058	
3111476	Roces	roces	ES		0	Europe/Madrid	43.51667	-5.66667		Roces,San Julian,San Julian de Roces,San Julián,San Julián de Roces		34	O	33024	
3111477	Roces	roces	ES		0	Europe/Madrid	43.37441	-5.80146				34	O	33044	
3111479	Rocas	rocas	ES		0	Europe/Madrid	42.33333	-7.7		Rocas,San Pedro		58	OR	32031	
3111485	Rocafort de Vallbona	rocafort-de-vallbona	ES		0	Europe/Madrid	41.55444	1.09459		Rocafort de Vallbona		56	L	25902	
3111488	Rocabruna	rocabruna	ES		70	Europe/Madrid	42.33869	2.45128		Rocabruna		56	GI	17039	
3111499	Robredarcas	robredarcas	ES		0	Europe/Madrid	41.03515	-3.09308				54	GU	19901	
3111500	Robra	robra	ES		0	Europe/Madrid	43.08619	-7.62077		Robra		58	LU	27039	
3111502	Robliza	robliza	ES		0	Europe/Madrid	40.53457	-6.56358		Dehesa Robliza,Robliza		55	SA	37119	
3111503	Roblido	roblido	ES		0	Europe/Madrid	42.40584	-7.15948				58	OR	32072	
3111512	Robledo de Zamanzas	robledo-de-zamanzas	ES		0	Europe/Madrid	42.85374	-3.72879		Robledo de Zamanzas,Robredo de Lamanzas		55	BU	09416	
3111515	Robledo de Son	robledo-de-son	ES		0	Europe/Madrid	42.92115	-7.03022				58	LU	27034	
3111547	Robledino	robledino	ES		0	Europe/Madrid	42.3321	-6.04602				55	LE	24066	
3111556	Robleda-Cervantes	robleda-cervantes	ES		475	Europe/Madrid	42.08246	-6.59414		Robleda,Robleda-Cervantes	49179	55	ZA	49179	
3111561	Robellada	robellada	ES		0	Europe/Madrid	43.34322	-4.92368				34	O	33043	
3111563	Roalo	roalo	ES		0	Europe/Madrid	43.06948	-9.04582		Roalo		58	C	15092	
3111566	Roade	roade	ES		0	Europe/Madrid	43.05	-7.96667		Roade,San Andres,San Andrés		58	C	15080	
3111568	Riz	riz	ES		0	Europe/Madrid	43.4869	-3.52735		Ris,Riz		39	S	39047	
3111572	Riviella	riviella	ES		0	Europe/Madrid	43.36355	-6.46466				34	O	33073	
3111573	Rivero	rivero	ES		0	Europe/Madrid	43.27591	-4.04799				39	S	39069	
3111584	Ribela	ribela	ES		0	Europe/Madrid	42.3801	-7.8384				58	OR	32026	
3111586	Rivadeza	rivadeza	ES		0	Europe/Madrid	42.99197	-8.93394		Ribadeza,Rivadeza		58	C	15045	
3111593	Riudellots de la Creu	riudellots-de-la-creu	ES		0	Europe/Madrid	42.06021	2.81445		Riudellots de la Creu		56	GI	17123	
3111596	Riudecols	riudecols	ES		1093	Europe/Madrid	41.169	0.97625		Riudecols	43128	56	T	43128	
3111601	Riudaura	riudaura	ES		403	Europe/Madrid	42.18824	2.40935		Ridaura		56	GI	17207	
3111604	Risamonde	risamonde	ES		10	Europe/Madrid	43.06667	-9.2		Risamonde		58	C	15052	
3111610	Erripa	erripa	ES		0	Europe/Madrid	42.93333	-1.63333		Erripa,Ripa		32	NA	31017	
3111611	Ríoturbo	rioturbo	ES		0	Europe/Madrid	43.36367	-4.31678				39	S	39024	
3111612	Ríotorto	riotorto	ES		1693	Europe/Madrid	43.35	-7.23333		Riotorto,Ríotorto,San Pedro		58	LU	27054	
3111613	Ríotorto	riotorto	ES		0	Europe/Madrid	43.09414	-9.12819				58	C	15052	
3111614	Ríotorno	riotorno	ES		0	Europe/Madrid	43.02781	-6.57962				34	O	33011	
3111616	Ríospaso	riospaso	ES		0	Europe/Madrid	43.02061	-5.87938				34	O	33033	
3111617	Ríos Menudos	rios-menudos	ES		28	Europe/Madrid	42.75173	-4.65736		Rios Menudos,Riosmenudos De La Pena,Riosmenudos De La Peña,Ríos Menudos		55	P	34151	
3111639	Os Ríos	os-rios	ES		0	Europe/Madrid	42.25	-8.66667				58	PO	36057	
3111640	Riós	rios	ES		2074	Europe/Madrid	41.97457	-7.28234		Rios,Riós	32071	58	OR	32071	
3111648	Ríomolinos	riomolinos	ES		0	Europe/Madrid	42.15	-8.08333		Riomolinos,Ríomolinos,San Salvador		58	OR	32066	
3111650	Ríomol	riomol	ES		0	Europe/Madrid	42.98082	-7.29655		Riomol,Ríomol,San Pedro		58	LU	27011	
3111654	Río Mañón	rio-manon	ES		0	Europe/Madrid	43.09678	-5.57923				34	O	33002	
3111661	Rixoán	rixoan	ES		0	Europe/Madrid	43.15623	-7.29376				58	LU	27046	
3111671	Ríoferreiros	rioferreiros	ES		0	Europe/Madrid	42.49376	-6.69822				55	LE	24119	
3111682	Río de Campos	rio-de-campos	ES		0	Europe/Madrid	43.28218	-7.13334				58	LU	27048	
3111683	Río de Bangos	rio-de-bangos	ES		0	Europe/Madrid	43.03068	-7.03203				58	LU	27018	
3111689	Ríocereija	riocereija	ES		0	Europe/Madrid	42.65002	-7.06531				58	LU	27045	
3111690	Riocavado de la Sierra	riocavado-de-la-sierra	ES		72	Europe/Madrid	42.15209	-3.19759		Riocabado de la Sierra,Riocavado de la Sierra	09318	55	BU	09318	
3111694	Ríocaliente	riocaliente	ES		0	Europe/Madrid	43.39367	-4.94594				34	O	33036	
3111695	Ríocaldo	riocaldo	ES		0	Europe/Madrid	41.88333	-8.1		Riocaldo,Ríocaldo,Santa Maria,Santa María		58	OR	32042	
3111698	Riobó	riobo	ES		0	Europe/Madrid	43.18263	-8.85703				58	C	15014	
3111699	Riobó	riobo	ES		0	Europe/Madrid	42.73552	-8.40251		Riobo,Riobó,San Martin,San Martín		58	PO	36017	
3111700	Riobó	riobo	ES		0	Europe/Madrid	42.63333	-7.95		Riobo,Riobó,San Miguel		58	PO	36047	
3111702	Ríoaveso	rioaveso	ES		0	Europe/Madrid	43.27108	-7.59816		Rioabeso,Rioaveso,Ríoabeso,Ríoaveso,San Jorge		58	LU	27065	
3111703	Ríoaveso	rioaveso	ES		0	Europe/Madrid	43.26667	-7.58333		Rioabeso,Rioaveso,Ríoabeso,Ríoaveso,Santa Eulalia		58	LU	27015	
3111704	Ruayer	ruayer	ES		12766	Europe/Madrid	43.05372	-5.55019		Rio Aller,Río Aller		34	O	33002	
3111718	Rincón de Olivedo	rincon-de-olivedo	ES		0	Europe/Madrid	42.05094	-1.96643		Las Casas,Rincon de Olivedo,Rincón de Olivedo		27	LO	26047	
3111719	Rinconada	rinconada	ES		0	Europe/Madrid	42.23328	-5.18436		Casa de Cuesta,Caserio Rinconada,Caserío Rinconada,Rinconada		55	VA	47091	
3111720	Rinconada	rinconada	ES		0	Europe/Madrid	40.72212	-5.03084				55	AV	05136	
3111726	Rilleira	rilleira	ES		0	Europe/Madrid	43.4977	-7.22945				58	LU	27005	
3111729	Rigueiro	rigueiro	ES		0	Europe/Madrid	42.46667	-7.7				58	LU	27041	
3111731	Rigueira	rigueira	ES		0	Europe/Madrid	43.65	-7.5		Requeira,Rigueira,San Miguel		58	LU	27025	
3111732	Rigueira	rigueira	ES		0	Europe/Madrid	42.24555	-7.12292				58	OR	32086	
3111737	Rífrío	rifrio	ES		0	Europe/Madrid	42.4	-8.45		Rifrio,Rífrío,San Miguel		58	PO	36025	
3111740	Riezu	riezu	ES		0	Europe/Madrid	42.76189	-1.95059		Errezu,Riezu		32	NA	31260	
3111741	Riestra y San Cristóbal	riestra-y-san-cristobal	ES		0	Europe/Madrid	43.44931	-6.68182		Reistra,Riestra y San Cristobal,Riestra y San Cristóbal		34	O	33077	
3111746	Rielo	rielo	ES		0	Europe/Madrid	43.18865	-7.26239				58	LU	27029	
3111747	Riells del Fai	riells-del-fai	ES		0	Europe/Madrid	41.7	2.2		Riells del Fai		56	B	08023	
3111751	Rieiro	rieiro	ES		0	Europe/Madrid	43.20704	-8.88606				58	C	15014	
3111752	Rieiro	rieiro	ES		0	Europe/Madrid	43.0915	-7.16968				58	LU	27018	
3111758	Riegoarriba	riegoarriba	ES		0	Europe/Madrid	43.57554	-6.23491				34	O	33021	
3111759	Riegoabajo	riegoabajo	ES		0	Europe/Madrid	43.58037	-6.23719				34	O	33021	
3111763	Riego	riego	ES		0	Europe/Madrid	43.39573	-4.67298				34	O	33036	
3111764	Ridones	ridones	ES		0	Europe/Madrid	43.28321	-4.45821				39	S	39063	
3111770	Ricabo	ricabo	ES		0	Europe/Madrid	43.11162	-5.97556		Ricabo		34	O	33053	
3111771	Riboto	riboto	ES		0	Europe/Madrid	43.23127	-5.53517				34	O	33032	
3111783	Ribeiro	ribeiro	ES		0	Europe/Madrid	42.01831	-7.92239		Rivero,San Pedro Fiz		58	OR	32006	
3111787	Ribeiras do Sor	ribeiras-do-sor	ES		0	Europe/Madrid	43.69698	-7.71214		San Cristobal,San Cristóbal		58	C	15044	
3111788	Riberas de Lea	riberas-de-lea	ES		0	Europe/Madrid	43.1409	-7.51038				58	LU	27010	
3111789	Riberas	riberas	ES		0	Europe/Madrid	43.50635	-6.06743		Riberas		34	O	33069	
3111797	O Freixo	o-freixo	ES		0	Europe/Madrid	42.8	-8.95				58	C	15062	
3111799	Ribela	ribela	ES		0	Europe/Madrid	42.64072	-8.40732		Ribela,Santa Marina		58	PO	36017	
3111800	Ribeiro	ribeiro	ES		0	Europe/Madrid	43.01499	-8.87586				58	C	15077	
3111812	Ribas Pequeñas	ribas-pequenas	ES		100	Europe/Madrid	42.6	-7.46667		Ribas Pequenas,Ribas Pequeñas,Santiago		58	LU	27008	
3111813	Ribasieira	ribasieira	ES		0	Europe/Madrid	42.66667	-8.96667		Ribasieira,San Pedro Felix,San Pedro Félix		58	C	15071	
3111816	Ribas de Miño	ribas-de-mino	ES		0	Europe/Madrid	42.9231	-7.52637				58	LU	27028	
3111817	Ribas de Miño	ribas-de-mino	ES		14	Europe/Madrid	42.81667	-7.58333				58	LU	27043	
3111818	Ribas de Miño	ribas-de-mino	ES		0	Europe/Madrid	42.78333	-7.61667		Ribas de Mino,Ribas de Miño,San Facundo		58	LU	27042	
3111819	Ribas de Miño	ribas-de-mino	ES		0	Europe/Madrid	42.66778	-7.70455		San Victorio		58	LU	27060	
3111820	Ribas de Miño	ribas-de-mino	ES		0	Europe/Madrid	42.55	-7.7		Ribas de Mino,Ribas de Miño,San Andres,San Andrés		58	LU	27041	
3111821	Ribas del Sil	ribas-del-sil	ES		0	Europe/Madrid	42.46667	-7.28333		Ribas del Sil,San Clodio		58	LU	27052	
3111824	Rivas de Jarama	rivas-de-jarama	ES		0	Europe/Madrid	40.37884	-3.51911		Ribas de Jarama,Rivas de Jarama		29	M	28123	
3111827	Ribasar	ribasar	ES		0	Europe/Madrid	42.8	-8.65		Ribasar,Santa Maria,Santa María		58	C	15065	
3111828	Ribasaltas	ribasaltas	ES		0	Europe/Madrid	42.54967	-7.49654		San Pedro de Afuera		58	LU	27031	
3111829	Ribes Altes	ribes-altes	ES		0	Europe/Madrid	42.31667	2.18333	1251			56	GI	17145	
3111831	Ribas	ribas	ES		0	Europe/Madrid	43.34348	-3.50191				39	S	39102	
3111832	Ribas	ribas	ES		0	Europe/Madrid	41.76181	-6.4175				55	ZA	49273	
3111833	Ribarteme	ribarteme	ES		0	Europe/Madrid	42.11667	-8.4		Ribarteme,San Jose,San José		58	PO	36034	
3111834	Ribarteme	ribarteme	ES		0	Europe/Madrid	42.11667	-8.38333		Ribarteme,Santiago		58	PO	36034	
3111835	Ribarteme	ribarteme	ES		0	Europe/Madrid	42.1	-8.38333		Ribarteme,San Ciprian,San Ciprián		58	PO	36034	
3111840	Ribalta	ribalta	ES		0	Europe/Madrid	43.45	-7.25				58	LU	27027	
3111842	Ribaguda	ribaguda	ES		0	Europe/Madrid	42.69929	-2.88227		Ribaguda		59	VI	01047	
3111847	Ribadumia	ribadumia	ES		4302	Europe/Madrid	42.51667	-8.75		Ribadumia,Santa Eulalia		58	PO	36028	
3111848	Ribadulla	ribadulla	ES		0	Europe/Madrid	42.85	-8.1		Ribadulla		58	C	15079	
3111849	Ribadulla	ribadulla	ES		0	Europe/Madrid	42.79769	-8.40833		Ribadulla,Santa Cruz		58	C	15012	
3111850	Ribadulla	ribadulla	ES		0	Europe/Madrid	42.75495	-8.40405		Ribadulla,San Mamed		58	C	15089	
3111852	Ribadeume	ribadeume	ES		0	Europe/Madrid	43.4213	-7.91008		Ribadeume,Santa Maria,Santa María		58	C	15070	
3111853	Ribadetea	ribadetea	ES		0	Europe/Madrid	42.2	-8.53333		Ribadetea,San Jorge		58	PO	36042	
3111859	Ribadeo	ribadeo	ES		9343	Europe/Madrid	43.53704	-7.04095		Ribadeo	27051	58	LU	27051	
3111860	Riba de Neira	riba-de-neira	ES		0	Europe/Madrid	42.86888	-7.29049				58	LU	27901	
3111861	Ribadelouro	ribadelouro	ES		0	Europe/Madrid	42.1	-8.63333		Ribadelouro,Santa Columba		58	PO	36039	
3111862	Ribadelago	ribadelago	ES		0	Europe/Madrid	42.13333	-6.75		Ribadelago,Rivadelago		55	ZA	49085	
3111865	Riba	riba	ES		0	Europe/Madrid	43.28217	-3.56053				39	S	39067	
3111872	Rías	rias	ES		0	Europe/Madrid	43.13918	-9.18946				58	C	15016	
3111881	Ríamonte	riamonte	ES		0	Europe/Madrid	42.74245	-6.986				58	LU	27012	
3111885	Rial de Arriba	rial-de-arriba	ES		0	Europe/Madrid	43.06372	-8.90012		Rial de Arriba		58	C	15093	
3111886	Rial de Abajo	rial-de-abajo	ES		0	Europe/Madrid	43.07579	-8.90671		Rial de Abajo		58	C	15093	
3111888	Rial	rial	ES		0	Europe/Madrid	43.05	-8.66667		Rial,San Vicente		58	C	15088	
3111889	O Rial	o-rial	ES		0	Europe/Madrid	42.74172	-7.83097				58	LU	27003	
3111893	Ría de Abres	ria-de-abres	ES		0	Europe/Madrid	43.44044	-7.09749		Ria de Abres,Ría de Abres,Santiago		34	O	33074	
3111898	Reza	reza	ES		0	Europe/Madrid	42.3513	-7.89495				58	OR	32054	
3111899	Reyes	reyes	ES		0	Europe/Madrid	42.78333	-8.55		Reyes,San Cristobal,San Cristóbal		58	C	15082	
3111903	Rey	rey	ES		0	Europe/Madrid	42.59018	-7.41828		Rey,Santa Eulalia		58	LU	27047	
3111905	Revolta	revolta	ES		0	Europe/Madrid	42.44703	-8.85918				58	PO	36051	
3111907	Revilla-Vallegera	revilla-vallegera	ES		114	Europe/Madrid	42.14674	-4.13379				55	BU	09091	
3111932	Revallos	revallos	ES		0	Europe/Madrid	40.60795	-5.43328				55	AV	05144	
3111934	Retuerto	erretuerto	ES		0	Europe/Madrid	43.28311	-2.99523		Erretuerto,Retuerto		59	BI	48013	
3111949	Retorta	retorta	ES		0	Europe/Madrid	42.96667	-7.73333		Retorta,San Roman,San Román		58	LU	27028	
3111950	Retorta	retorta	ES		0	Europe/Madrid	42.95	-7.73333				58	LU	27023	
3111951	Retorta	retorta	ES		0	Europe/Madrid	42.02852	-7.45139				58	OR	32039	
3111953	Retizós	retizos	ES		0	Europe/Madrid	43.09741	-7.27509		Retizos,Retizós,Santa Maria Magdalena,Santa María Magdalena		58	LU	27004	
3111955	Erretes Tudela / Retes de Tudela	retes-de-tudela	ES		0	Europe/Madrid	43.11458	-3.16841		Erretes Tudela,Retes de Tudela		59	VI	01004	
3111958	Erretana	retana	ES		0	Europe/Madrid	42.90304	-2.64382		Erretana,Retana		59	VI	01059	
3111959	Resua	resua	ES		0	Europe/Madrid	42.72677	-8.95744		Resua		58	C	15071	
3111960	Restromeiro	restromeiro	ES		0	Europe/Madrid	43.09432	-7.00653				58	LU	27018	
3111963	Restande	restande	ES		0	Europe/Madrid	43.03333	-8.58333		Restande,Santa Maria,Santa María		58	C	15086	
3111974	Requián	requian	ES		0	Europe/Madrid	43.25765	-8.23479		Requian,Requián,Santiago		58	C	15009	
3111975	Requesens	requesens	ES		0	Europe/Madrid	42.45031	2.93936		Requesens		56	GI	17086	
3111900	Reyero	reyero	ES	24856	141	Europe/Madrid	42.94882	-5.19892		Reyero	24129	55	LE	24129	
3111979	Requejo de Valverde	requejo-de-valverde	ES		0	Europe/Madrid	42.18978	-7.76583		Requejo,Requejo de Valverde		58	OR	32001	
3112000	Repostería	reposteria	ES		0	Europe/Madrid	42.85	-7.91667		Reposteria,Repostería,San Ciprian,San Cipriano,San Ciprián		58	LU	27040	
3112001	Repostería	reposteria	ES		0	Europe/Madrid	42.85	-7.9		Reposteria,Repostería,San Justo		58	LU	27040	
3112002	Reporicelo	reporicelo	ES		0	Europe/Madrid	42.45141	-6.96572		Reporicelo		58	OR	32009	
3112012	Rens	rens	ES		0	Europe/Madrid	43.1551	-9.00664		Rens		58	C	15040	
3112016	Renedo de Valdetuéjar	renedo-de-valdetuejar	ES		0	Europe/Madrid	42.81667	-5.98333				55	LE	24132	
3112024	Renedo	renedo	ES		0	Europe/Madrid	43.35285	-3.95025		Pielagas,Renedo		39	S	39052	
3112025	Renedo	renedo	ES		0	Europe/Madrid	43.20416	-4.3036				39	S	39014	
3112026	Renedo	renedo	ES		0	Europe/Madrid	42.97642	-4.00182				39	S	39065	
3112027	Renedo	renedo	ES		0	Europe/Madrid	41.65418	-4.62833				55	VA	47133	
3112029	Rendal	rendal	ES		0	Europe/Madrid	42.95	-8.13333		Rendal,Santa Maria,Santa María		58	C	15006	
3112031	Renche	renche	ES		0	Europe/Madrid	42.73989	-7.29054				58	LU	27055	
3112037	Remullá	remulla	ES		0	Europe/Madrid	41.03333	0.83333				56	T	43150	
3112044	Remolino	remolino	ES		0	Europe/Madrid	42.88696	-3.61003				55	BU	09903	
3112047	Remoiño	remoino	ES		0	Europe/Madrid	42.24049	-8.13822				58	OR	32003	
3112050	Remesal	remesal	ES		0	Europe/Madrid	42.05807	-6.54841		Remesal,Remesal de Sanabria		55	ZA	49143	
3112055	Rellón de Merás	rellon-de-meras	ES		0	Europe/Madrid	43.47175	-6.47149				34	O	33034	
3112058	Rellas	rellas	ES		0	Europe/Madrid	42.7	-8.28333		Rellas,San Martin,San Martín		58	PO	36052	
3112060	Rellán	rellan	ES		0	Europe/Madrid	43.01056	-6.8581				34	O	33028	
3112062	Relea	relea	ES		0	Europe/Madrid	42.5226	-4.70475				55	P	34157	
3112066	Reja	reja	ES		0	Europe/Madrid	43.51667	-7.26667				58	LU	27005	
3112067	Sant Pere de Reixac	sant-pere-de-reixac	ES		0	Europe/Madrid	41.48333	2.2		Sant Pere de Reixac		56	B	08125	
3112076	Reinante	reinante	ES		0	Europe/Madrid	43.53333	-7.21667		Reinante,San Miguel		58	LU	27005	
3112077	Reinante	reinante	ES		0	Europe/Madrid	43.53333	-7.16667		Reinante,Santiago		58	LU	27051	
3112081	Reigosa	reigosa	ES		0	Europe/Madrid	43.28333	-7.38333		Regueira,Reigosa,San Vicente		58	LU	27044	
3112082	Reigosa	reigosa	ES		0	Europe/Madrid	43.28333	-7.36667		Reigosa,Santiago		58	LU	27044	
3112083	Reigosa	reigosa	ES		0	Europe/Madrid	42.40819	-8.58155				58	PO	36043	
3112090	Regués	regues	ES		0	Europe/Madrid	40.83866	0.44892				56	T	43155	
3112095	Reguerina	reguerina	ES		0	Europe/Madrid	43.55	-6.3				34	O	33021	
3112100	Regueral	regueral	ES		0	Europe/Madrid	43.58282	-5.79095				34	O	33014	
3112108	Reguengo	reguengo	ES		0	Europe/Madrid	42.91667	-7.26667				58	LU	27901	
3112110	Regueiro	regueiro	ES		0	Europe/Madrid	42.50299	-8.2392		Regueiro,San Pedro		58	OR	32013	
3112111	Regueira	regueira	ES		0	Europe/Madrid	43.18628	-8.1752				58	C	15902	
3112113	Regosmil	regosmil	ES		0	Europe/Madrid	42.9469	-7.15677				58	LU	27006	
3112118	Regocorto	regocorto	ES		0	Europe/Madrid	43.28236	-7.25102				58	LU	27054	
3112119	Régoa	regoa	ES		0	Europe/Madrid	43.67621	-8.03126		Regoa,Régoa,Santa Maria,Santa María		58	C	15022	
3112120	Rego	rego	ES		0	Europe/Madrid	42.63333	-8.95		Rego		58	C	15067	
3112125	Regencós	regencos	ES		316	Europe/Madrid	41.95271	3.17006		Regencos,Regencós	17144	56	GI	17144	
3112139	Regadas	regadas	ES		0	Europe/Madrid	42.3355	-8.14539				58	OR	32010	
3112142	Refoxos	refoxos	ES		0	Europe/Madrid	42.63333	-8.25		San Pelayo		58	PO	36052	
3112144	Refojo	refojo	ES		0	Europe/Madrid	42.46667	-7.56667		Refojo,San Esteban		58	LU	27059	
3112147	Redrollán	redrollan	ES		0	Europe/Madrid	43.00702	-7.10679				58	LU	27018	
3112154	Redondela	redondela	ES		30001	Europe/Madrid	42.28337	-8.6096		Redondela,Редондела		58	PO	36045	
3112158	Redonda	redonda	ES		0	Europe/Madrid	43.53333	-5.61667				34	O	33024	
3112159	Redonda	redonda	ES		0	Europe/Madrid	42.92344	-9.20461		Redonda		58	C	15028	
3112164	Erredin	erredin	ES		0	Europe/Madrid	42.81379	-1.47062		Erredin,Redin		32	NA	31156	
3112170	Recueva	recueva	ES		0	Europe/Madrid	42.7829	-4.6593				55	P	34049	
3112175	Reconcos	reconcos	ES		0	Europe/Madrid	43.03724	-5.83525				34	O	33033	
3112179	Aranbaltza	rechuela	ES		0	Europe/Madrid	43.4	-2.96667				59	BI	48014	
3112181	Recesende	recesende	ES		0	Europe/Madrid	43.01631	-7.35137				58	LU	27011	
3112182	Recesende	recesende	ES		0	Europe/Madrid	42.89451	-7.31624				58	LU	27901	
3112183	Recesende	recesende	ES		0	Europe/Madrid	42.81667	-8.55		Recesende,San Juan		58	C	15082	
3112184	Recemel	recemel	ES		0	Europe/Madrid	43.4928	-7.94357		Recemel,Santa Maria,Santa María		58	C	15081	
3112185	Recelle	recelle	ES		0	Europe/Madrid	42.85	-7.65		Recelle,San Pedro		58	LU	27049	
3112186	Rececende	rececende	ES		0	Europe/Madrid	43.36581	-7.22907		Rececende,San Esteban		58	LU	27048	
3112187	Rececende	rececende	ES		0	Europe/Madrid	43.34693	-7.23568				58	LU	27048	
3112189	Recaré	recare	ES		0	Europe/Madrid	43.53333	-7.46667		Recare,Recaré,Santo Tome,Santo Tomé		58	LU	27063	
3112190	Recaré	recare	ES		0	Europe/Madrid	43.53333	-7.45		Recare,Recaré,San Julian,San Julián		58	LU	27063	
3112191	Errekalde	errekalde	ES		0	Europe/Madrid	43.2	-3.08333		Errekalde,Recalde		59	BI	48045	
3112193	Reboria	reboria	ES		0	Europe/Madrid	43.509	-5.7731				34	O	33024	
3112200	Reboreda	reboreda	ES		0	Europe/Madrid	42.7593	-8.30575				58	PO	36052	
3112201	Reboreda	reboreda	ES		0	Europe/Madrid	42.28333	-8.58333		Reboreda,Santa Maria,Santa María		58	PO	36045	
3112203	Rebordondiego	rebordondiego	ES		0	Europe/Madrid	42.66038	-7.56383				58	LU	27058	
3112205	Rebordelo	rebordelo	ES		0	Europe/Madrid	42.46667	-8.48333		Rebordelo,San Martin,San Martín		58	PO	36902	
3112207	Rebordechán	rebordechan	ES		0	Europe/Madrid	42.2	-8.18333		Rebordechan,Rebordechán,Santa Maria,Santa María		58	PO	36014	
3112208	Rebordaos	rebordaos	ES		0	Europe/Madrid	43.03514	-7.35334				58	LU	27011	
3112209	Rebordaos	rebordaos	ES		0	Europe/Madrid	42.63333	-7.68333		Rebordaos,Santa Eulalia		58	LU	27058	
3112210	Rebordanes	rebordanes	ES		0	Europe/Madrid	42.06667	-8.63333		Rebordanas,Rebordanes,San Bartolome,San Bartolomé		58	PO	36055	
3112211	Rebón	rebon	ES		0	Europe/Madrid	42.5419	-8.59427		Rebon,Rebón		58	PO	36032	
3112213	Rebollosa de los Escuderos	rebollosa-de-los-escuderos	ES		0	Europe/Madrid	41.3198	-3.09818				55	SO	42155	
3112234	Rebollada	rebollada	ES		0	Europe/Madrid	43.55468	-5.76745				34	O	33014	
3112235	Rebollada	rebollada	ES		0	Europe/Madrid	43.25736	-5.97646				34	O	33053	
3112236	Rebollada	rebollada	ES		0	Europe/Madrid	43.26231	-5.52621				34	O	33032	
3112237	Rebodepó	rebodepo	ES		0	Europe/Madrid	42.28723	-7.15574		Rebodepo,Rebodepó		58	OR	32044	
3112240	Rebedul	rebedul	ES		0	Europe/Madrid	42.97209	-7.11597				58	LU	27004	
3112247	Reádigos	readigos	ES		0	Europe/Madrid	42.48333	-8.15		Readigos,Reádigos,Santa Eulalia		58	OR	32035	
3112248	Reádegos	readegos	ES		0	Europe/Madrid	42.45	-7.85		Beadegos,Readegos,Reádegos,San Vicente		58	OR	32059	
3112253	Razo	razo	ES		0	Europe/Madrid	43.28333	-8.71667		Razo,San Martin,San Martín		58	C	15019	
3112262	Rates	rates	ES		0	Europe/Madrid	42.82016	-8.90809		Rates		58	C	15062	
3112267	Raso	raso	ES		0	Europe/Madrid	42.95003	-9.16606				58	C	15023	
3112269	Rasinde	rasinde	ES		0	Europe/Madrid	42.69028	-6.96732				55	LE	24198	
3112270	Rasillo	rasillo	ES		0	Europe/Madrid	43.25201	-3.8909				39	S	39100	
3112273	Rasela	rasela	ES		0	Europe/Madrid	41.94998	-7.42547				58	OR	32085	
3112277	Rasamonde	rasamonde	ES		0	Europe/Madrid	43.09592	-9.03484		Rasamonde		58	C	15092	
3112280	Rarís	raris	ES		0	Europe/Madrid	42.78212	-8.56243		Raris,Rarís		58	C	15082	
3112290	Rañestres	ranestres	ES		0	Europe/Madrid	42.4	-8.01667		Ranestres,Rañestres,Renestres,Reñestres,San Mames,San Mamés		58	OR	32045	
3112291	Raneros	raneros	ES		0	Europe/Madrid	42.54719	-5.64292				55	LE	24162	
3112300	Rañeces	raneces	ES		0	Europe/Madrid	43.38723	-5.94975				34	O	33054	
3112301	Rañeces	raneces	ES		0	Europe/Madrid	43.34788	-6.06895		Raneces,Rañeces		34	O	33026	
3112303	Randufe	randufe	ES		0	Europe/Madrid	42.05	-8.66667		Randufe,Santa Maria de la Guia,Santa María de la Guía		58	PO	36055	
3112313	Ramil	ramil	ES		0	Europe/Madrid	43.18135	-7.37022				58	LU	27010	
3112314	Ramil	ramil	ES		0	Europe/Madrid	43.16667	-8.66667				58	C	15019	
3112315	Ramil	ramil	ES		18	Europe/Madrid	42.85	-7.96667				58	PO	36020	
3112316	Ramil	ramil	ES		18	Europe/Madrid	42.75	-7.23333				58	LU	27062	
3112317	Ramil	ramil	ES		0	Europe/Madrid	42.30489	-7.61971		Ramil,San Miguel		58	OR	32037	
3112318	Ramera	ramera	ES		0	Europe/Madrid	43.37776	-4.03832				39	S	39087	
3112322	Ramallosa	ramallosa	ES		0	Europe/Madrid	42.7945	-8.55064				58	C	15082	
3112323	A Ramallosa	a-ramallosa	ES		0	Europe/Madrid	42.11156	-8.81734				58	PO	36003	
3112330	Rales	rales	ES		0	Europe/Madrid	43.45149	-5.35721				34	O	33076	
3112331	Rales	rales	ES		0	Europe/Madrid	43.41046	-4.89089				34	O	33036	
3112333	Raxo	raxo	ES		0	Europe/Madrid	42.4035	-8.7555		Rajos,San Gregorio		58	PO	36041	
3112334	Rajay	rajay	ES		0	Europe/Madrid	42.6846	-8.62951		Rajay,Rajoy		58	PO	36056	
3112337	Raíz de Arriba	raiz-de-arriba	ES		0	Europe/Madrid	43.33682	-5.63938				34	O	33066	
3112339	Rairiz	rairiz	ES		0	Europe/Madrid	42.85	-8.03333		Rairiz,Reariz,Santa Eulalia		58	C	15079	
3112340	Raigada	raigada	ES		0	Europe/Madrid	42.25191	-7.18074				58	OR	32044	
3112349	Rádago	radago	ES		0	Europe/Madrid	43.3042	-4.45283				39	S	39033	
3112351	Rad	rad	ES		0	Europe/Madrid	40.92792	-5.81682		Rad,Radd		55	SA	37142	
3112354	Rabós del Terri	rabos-del-terri	ES		0	Europe/Madrid	42.07162	2.8357				56	GI	17056	
3112355	Rabós	rabos	ES		176	Europe/Madrid	42.3789	3.02828		Rabos,Rabós	17143	56	GI	17143	
3112359	Rabiño	rabino	ES		0	Europe/Madrid	42.21607	-8.16971		Rabino,Rabiño		58	OR	32027	
3112361	Rabeja	rabeja	ES		0	Europe/Madrid	43.43777	-7.10075				58	LU	27061	
3112364	Rábeda	rabeda	ES		0	Europe/Madrid	42.28354	-7.8079		Rabeda,Rábeda,Santa Cruz		58	OR	32075	
3112381	Rabanal	rabanal	ES		0	Europe/Madrid	42.93101	-5.97449				55	LE	24164	
3112382	Rabanal	rabanal	ES		0	Europe/Madrid	42.91627	-6.33251				55	LE	24202	
3112384	Rabal	rabal	ES		0	Europe/Madrid	42.30336	-7.38737				58	OR	32029	
3112385	Rabal	rabal	ES		0	Europe/Madrid	42.20668	-7.91887		San Salvador		58	OR	32024	
3112386	Rabal	rabal	ES		0	Europe/Madrid	41.84733	-7.44088				58	OR	32053	
3112388	Rábade	rabade	ES		1635	Europe/Madrid	43.117	-7.61714		Rabade,Rábade,Santa Marina	27056	58	LU	27056	
3112390	Quitiande	quitiande	ES		0	Europe/Madrid	43.06193	-8.99457				58	C	15092	
3112392	Quisicedo	quisicedo	ES		0	Europe/Madrid	43.0502	-3.66325				55	BU	09215	
3112394	Quiroganes	quiroganes	ES		0	Europe/Madrid	41.96219	-7.3966				58	OR	32085	
3112395	Quiroga	quiroga	ES		4122	Europe/Madrid	42.47678	-7.27463		Quiroga	27050	58	LU	27050	
3112396	Quireza	quireza	ES		0	Europe/Madrid	42.56667	-8.43333		Quireza,Santo Tome,Santo Tomé		58	PO	36902	
3112397	Quion	quion	ES		0	Europe/Madrid	42.9	-8.26667		Quion,San Felix,San Félix		58	C	15066	
3112400	Quinzán	quinzan	ES		0	Europe/Madrid	42.8612	-8.0301				58	C	15079	
3112404	Quintillán	quintillan	ES		0	Europe/Madrid	42.63012	-8.37312		Quintillan,Quintillán		58	PO	36018	
3112407	Quintela de Leirado	quintela-de-leirado	ES		812	Europe/Madrid	42.13967	-8.10126			32066	58	OR	32066	
3112408	Quintela de Humoso	quintela-de-humoso	ES		0	Europe/Madrid	42.14251	-7.06342		Padre Eterno de Quintela de Humoso,Quintela de Humoso		58	OR	32086	
3112413	Quinteiro	quinteiro	ES		0	Europe/Madrid	42.26869	-8.60282		Quinteiro,San Mamed		58	PO	36045	
3112415	Quinteiros	quinteiros	ES		0	Europe/Madrid	42.46667	-8.91667				58	PO	36022	
3112416	Quinte	quinte	ES		0	Europe/Madrid	42.90774	-7.52363				58	LU	27014	
3112418	Quintas	quintas	ES		0	Europe/Madrid	43.28333	-8.16667		Quintas,San Esteban		58	C	15064	
3112419	Quintáns	quintans	ES		0	Europe/Madrid	43.12684	-8.95931				58	C	15093	
3112420	Quintáns	quintans	ES		0	Europe/Madrid	43.08399	-9.15235				58	C	15052	
3112421	Quintáns	quintans	ES		0	Europe/Madrid	42.89524	-8.65487				58	C	15002	
3112422	Quintáns	quintans	ES		0	Europe/Madrid	42.73448	-8.97276				58	C	15071	
3112423	Quintáns	quintans	ES		0	Europe/Madrid	42.48962	-8.81061				58	PO	36006	
3112426	Quintanilla-Valdebodres	quintanilla-valdebodres	ES		0	Europe/Madrid	42.98458	-3.67114		Quintanilla de Valdebodres,Quintanilla-Valdebodres		55	BU	09215	
3112433	Quintanilla-Rucandio	quintanilla-rucandio	ES		0	Europe/Madrid	42.92095	-3.86133				39	S	39094	
3112434	Quintanilla Riopico	quintanilla-riopico	ES		0	Europe/Madrid	42.3555	-3.56747				55	BU	09241	
3112437	Quintanilla la Ojada	quintanilla-la-ojada	ES		0	Europe/Madrid	42.92101	-3.30543				55	BU	09908	
3112440	Quintanilla de Vegamián	quintanilla-de-vegamian	ES		0	Europe/Madrid	42.95	-5.28333				55	LE	24021	
3112442	Quintanilla de Urrilla	quintanilla-de-urrilla	ES		0	Europe/Madrid	42.11543	-3.19962		Quintanilla de Urrilla		55	BU	09414	
3112458	Quintanilla de los Oteros	quintanilla-de-los-oteros	ES		0	Europe/Madrid	42.31081	-5.42785		Quintanilla,Quintanilla de los Oteros		55	LE	24107	
3112462	Quintanilla del Monte en Juarros	quintanilla-del-monte-en-juarros	ES		0	Europe/Madrid	42.40028	-3.41994		Quintanilla del Monte en Juarros		55	BU	09429	
3112473	Quintanilla del Agua	quintanilla-del-agua	ES		0	Europe/Madrid	42.03423	-3.65046				55	BU	09901	
3112475	Quintanilla de la Berzosa	quintanilla-de-la-berzosa	ES		0	Europe/Madrid	42.78616	-4.33142		Quintanilla de la Berzosa		55	P	34004	
3112494	Quintana-Urria	quintana-urria	ES		0	Europe/Madrid	42.56379	-3.45236		Quintana-Urria		55	BU	09071	
3112498	Quintanas-Olmo	quintanas-olmo	ES		0	Europe/Madrid	42.8309	-3.9879				39	S	39094	
3112514	Quintanaopia	quintanaopia	ES		0	Europe/Madrid	42.74234	-3.49291				55	BU	09006	
3112516	Quintana-María	quintana-maria	ES		0	Europe/Madrid	42.78503	-3.32028				55	BU	09412	
3112523	Quintanal	quintanal	ES		0	Europe/Madrid	43.218	-6.27832				34	O	33005	
3112524	Quintanal	quintanal	ES		0	Europe/Madrid	43.1544	-6.14083				34	O	33072	
3112525	Quintanajuar	quintanajuar	ES		0	Europe/Madrid	42.62373	-3.66411				55	BU	09906	
3112527	Quintanaentello	quintanaentello	ES		0	Europe/Madrid	42.98299	-3.81389				55	BU	09413	
3112529	Quintanaedo	quintanaedo	ES		0	Europe/Madrid	43.031	-3.51528				55	BU	09214	
3112565	Quinés	quines	ES		0	Europe/Madrid	42.28168	-8.19743				58	OR	32046	
3112566	Quindós	quindos	ES		0	Europe/Madrid	42.86656	-6.99228				58	LU	27012	
3112575	Quijano	quijano	ES		0	Europe/Madrid	43.36807	-3.95593				39	S	39052	
3112578	Quian	quian	ES		0	Europe/Madrid	42.8218	-8.4583		Quian		58	C	15012	
3112584	Quereño	quereno	ES		0	Europe/Madrid	42.42079	-6.83238				58	OR	32073	
3112585	Querencia	querencia	ES		0	Europe/Madrid	41.18922	-2.67969				54	GU	19257	
3112587	Quenje	quenje	ES		0	Europe/Madrid	42.93333	-9.2				58	C	15028	
3112589	Quembre	quembre	ES		0	Europe/Madrid	43.21667	-8.36667		Quembre,San Pedro		58	C	15021	
3112599	Queizán	queizan	ES		0	Europe/Madrid	42.99695	-7.02677				58	LU	27034	
3112600	Queizán	queizan	ES		0	Europe/Madrid	42.98182	-7.39032		Queizan,Queizán,Santa Maria,Santa María		58	LU	27014	
3112602	Queiruga	queiruga	ES		0	Europe/Madrid	42.67786	-9.01956		Queiruga		58	C	15071	
3112603	Queiroso	queiroso	ES		8	Europe/Madrid	43.03333	-9.26667		Queiroso		58	C	15052	
3112604	Queiroás	queiroas	ES		0	Europe/Madrid	42.2	-7.83333		Queiroas,Queiroás,San Verisimo,San Verísimo		58	OR	32001	
3112605	Queimadelos	queimadelos	ES		0	Europe/Madrid	42.21667	-8.41667		Queimadelos,Santa Maria,Santa María		58	PO	36030	
3112608	Queijeiro	queijeiro	ES		28	Europe/Madrid	43.38333	-8.06667		Queijairo,Queijeiro		58	C	15050	
3112611	Queijadoiro	queijadoiro	ES		0	Europe/Madrid	42.73033	-7.18676				58	LU	27062	
3112614	Quecedo	quecedo	ES		0	Europe/Madrid	42.83164	-3.54195				55	BU	09217	
3112615	Quart d'Onyar	quart-d-onyar	ES		2650	Europe/Madrid	41.94047	2.84079		Quart,Quart d'Onyar		56	GI	17142	
3112618	Puyuelo	puyuelo	ES		0	Europe/Madrid	42.48809	-0.00546				52	HU	22109	
3112619	Púy de Cinca	puy-de-cinca	ES		0	Europe/Madrid	42.2211	0.24358				52	HU	22214	
3112624	Purroy	purroy	ES		0	Europe/Madrid	41.47388	-1.54224		Purroy		52	Z	50177	
3112636	Punjeiro	punjeiro	ES		0	Europe/Madrid	42.17649	-7.08542				58	OR	32086	
3112637	Puñil	punil	ES		0	Europe/Madrid	43.5	-6.68333				34	O	33041	
3112638	Punxín	punxin	ES		0	Europe/Madrid	42.37072	-8.01058		Las Pungin,Santa Maria,Santa María	32065	58	OR	32065	
3112640	Puñago	punago	ES		0	Europe/Madrid	43.0065	-7.2626				58	LU	27004	
3112641	Pumerín	pumerin	ES		0	Europe/Madrid	43.44733	-5.30226				34	O	33019	
3112642	Pumarín de Arriba	pumarin-de-arriba	ES		0	Europe/Madrid	42.88795	-7.10421				58	LU	27006	
3112643	Pumarín de Abajo	pumarin-de-abajo	ES		0	Europe/Madrid	42.88417	-7.09258				58	LU	27006	
3112649	Pumares	pumares	ES		0	Europe/Madrid	42.40447	-6.85971				58	OR	32017	
3112652	Pumarega	pumarega	ES		0	Europe/Madrid	43.3854	-6.99293				34	O	33074	
3112653	Pumarega	pumarega	ES		0	Europe/Madrid	42.98449	-7.32547				58	LU	27011	
3112654	Pumar de Don	pumar-de-don	ES		0	Europe/Madrid	43.4695	-7.27227				58	LU	27027	
3112656	Pumalverde	pumalverde	ES		0	Europe/Madrid	43.34292	-4.24016				39	S	39090	
3112657	Pujeda	pujeda	ES		0	Europe/Madrid	42.91556	-7.84213		Pugeda,Pujeda		58	LU	27040	
3112579	Queveda	queveda	ES	39314	0	Europe/Madrid	43.37948	-4.07344				39	S	39076	
3112664	Pujallos	pujallos	ES		0	Europe/Madrid	42.60492	-8.0838				58	PO	36024	
3112666	Puipullín	puipullin	ES		0	Europe/Madrid	42.13333	-0.73333				52	HU	22014	
3112692	Portomarín	portomarin	ES		0	Europe/Madrid	42.8062	-7.61644		Portomarin,Portomarín,Puehrtomarin,Puertomarin,Puertomarín,San Pedro,bo er tuo ma lin,porutomarin,Портомарін,Пуэртомарин,ポルトマリン,波尔托马林	27049	58	LU	27049	
3112693	Puertomarín	puertomarin	ES		0	Europe/Madrid	42.8	-7.6		Puertomarin,Puertomarino,Puertomarín		58	LU	27042	
3112715	Puente-Viveros	puente-viveros	ES		0	Europe/Madrid	40.45	-3.53333		Barrio Puente-Viveros,Puente-Viveros		29	M	28079	
3112718	Puentevea	puentevea	ES		0	Europe/Madrid	42.76212	-8.54839				58	C	15082	
3112719	Puente-Ulla	puente-ulla	ES		0	Europe/Madrid	42.78333	-8.4				58	C	15089	
3112721	As Pontes de García Rodríguez	as-pontes-de-garcia-rodriguez	ES		11431	Europe/Madrid	43.45266	-7.85178		As Pontes De Garcia Rodriguez,As Pontes De García Rodríguez,As Pontes de Garcia Rodriguez,As Pontes de García Rodríguez		58	C	15070	
3112724	Pontesampaio	pontesampaio	ES		0	Europe/Madrid	42.35	-8.6		Santa Maria,Santa María		58	PO	36038	
3112726	Puente-Olveira	puente-olveira	ES		0	Europe/Madrid	42.96667	-9.03333				58	C	15034	
3112729	Ponte Nova	ponte-nova	ES		0	Europe/Madrid	42.38333	-7.23333				58	LU	27050	
3112731	Larrazubi / Puentelarrá	larrazubi-puentelarra	ES		0	Europe/Madrid	42.75056	-3.04809		Larrazubi,Puentelarra,Puentelarrá		59	VI	01902	
3112788	A Pobra do Brollon	a-pobra-do-brollon	ES		2372	Europe/Madrid	42.55612	-7.3914		A Pobra do Brollon,Puebla de Brollon,Puebla de Brollón		58	LU	27047	
3112733	Puente Hojedo	puente-hojedo	ES		0	Europe/Madrid	43.16667	-4.6		Hojedo,Puente Hojedo		39	S	39022	
3112737	Puente de Vallecas	puente-de-vallecas	ES		244151	Europe/Madrid	40.39354	-3.662		Barrio Puente de Vallecas,Ponto de Valjeko,Puente de Vallecas,Puente de Vallecas distritu,プエンテ・デ・バリェカス		29	M	28079	13
3112738	Puentedeva	puentedeva	ES		0	Europe/Madrid	42.16458	-8.1384		San Verisimo		58	OR	32064	
3112741	Puente de Neira	puente-de-neira	ES		0	Europe/Madrid	42.91995	-7.20323				58	LU	27901	
3112742	Puente-Dena	puente-dena	ES		0	Europe/Madrid	42.45	-8.85		Puente,Puente-Dena		58	PO	36051	
3112743	Puente del Valle	puente-del-valle	ES		0	Europe/Madrid	42.79374	-3.98827				39	S	39094	
3112746	Puente del Castro	puente-del-castro	ES		0	Europe/Madrid	42.58127	-5.55199				55	LE	24089	
3112749	Puente de Don Alonso	puente-de-don-alonso	ES		0	Europe/Madrid	42.82492	-8.87399				58	C	15057	
3112750	Puente de Domingo Flórez	puente-de-domingo-florez	ES		1829	Europe/Madrid	42.41166	-6.82077		Puente de Domingo Florez,Puente de Domingo Flórez	24122	55	LE	24122	
3112752	Puenteciella	puenteciella	ES		0	Europe/Madrid	43.13884	-6.52603				34	O	33011	
3112753	Puentecesures	puentecesures	ES		0	Europe/Madrid	42.72447	-8.65004		Cesures,Puentecesures,San Julian,San Julián		58	PO	36044	
3112756	Ponte-Castrelo	ponte-castrelo	ES		0	Europe/Madrid	42.3	-8.08333		San Esteban		58	OR	32022	
3112758	Ponte Caldelas	ponte-caldelas	ES		0	Europe/Madrid	42.38911	-8.50235			36043	58	PO	36043	
3112760	Puente-Arenas	puente-arenas	ES		0	Europe/Madrid	42.84196	-3.58146				55	BU	09217	
3112761	Ponteareas	ponteareas	ES		23172	Europe/Madrid	42.17476	-8.50398				58	PO	36042	
3112766	Puente	puente	ES		0	Europe/Madrid	43.49747	-7.14685				58	LU	27051	
3112767	Puente	puente	ES		0	Europe/Madrid	43.45	-7.06667				34	O	33074	
3112768	Puente	puente	ES		0	Europe/Madrid	43.18333	-8.16667				58	C	15902	
3112769	Puente	puente	ES		0	Europe/Madrid	43	-7.56667				58	LU	27028	
3112772	Pueblo Nuevo-Ventas	pueblo-nuevo-ventas	ES		0	Europe/Madrid	40.43525	-3.64952		Barrio Pueblo Nuevo-Ventas,Ventas		29	M	28079	15
3112775	Pueblica de Campeán	pueblica-de-campean	ES		0	Europe/Madrid	41.41775	-5.82454				55	ZA	49152	
3112776	Puebla Tornesa	puebla-tornesa	ES		707	Europe/Madrid	40.10258	-0.00117		Puebla Tornesa		60	CS	12094	
3112779	Pobra de Trives	pobra-de-trives	ES		2191	Europe/Madrid	42.33932	-7.25338		Poboa de trives		58	OR	32063	
3112780	Puebla de San Vicente	puebla-de-san-vicente	ES		0	Europe/Madrid	42.71481	-4.29199				55	BU	09306	
3112783	Pobra de San Xulián	pobra-de-san-xulian	ES		0	Europe/Madrid	42.86477	-7.44427		Pobra de San Xiao,Puebla de San Julian,Puebla de San Julián		58	LU	27026	
3112787	A Pobra do Caramiñal	a-pobra-do-caraminal	ES		9440	Europe/Madrid	42.60295	-8.93824		A Pobra do Caraminal,A Pobra do Caramiñal,Puebla de Caraminal,Puebla de Caramiñal,Puebla de Carminal,Puebla del Caraminal,Puebla del Caramiñal		58	C	15067	
3112790	Puebla de Burón	puebla-de-buron	ES		0	Europe/Madrid	43.13929	-7.08323				58	LU	27018	
3112791	Puebla de Benifasar	puebla-de-benifasar	ES		280	Europe/Madrid	40.65629	0.15793		La Pobla de Benifassa,Pobla de Benifassar,Puebla de Benifasar		60	CS	12093	
3112795	Puebla de Alfindén	puebla-de-alfinden	ES		3552	Europe/Madrid	41.63188	-0.75154		Puebla de Alfinden,Puebla de Alfindén		52	Z	50297	
3112803	Pruvia	pruvia	ES		0	Europe/Madrid	43.45008	-5.77103		Pruvia		34	O	33035	
3112815	Proente	proente	ES		0	Europe/Madrid	42.21231	-7.88964				58	OR	32047	
3112817	Procís	procis	ES		0	Europe/Madrid	42.74863	-6.94012				58	LU	27012	
3112818	Probaos	probaos	ES		0	Europe/Madrid	43.16667	-8.25		Probaos,Santa Eulalia		58	C	15902	
3112823	Priorio	priorio	ES		100	Europe/Madrid	43.33333	-5.91667				34	O	33044	
3112840	Priegue	priegue	ES		0	Europe/Madrid	42.16667	-8.8		Priegue,San Mamed		58	PO	36035	
3112850	Prevediños	prevedinos	ES		0	Europe/Madrid	42.85	-8.38333		Prevedinos,Prevediños,Prevendinos,Prevendiños,Santiago		58	C	15085	
3112851	Presqueiras	presqueiras	ES		0	Europe/Madrid	42.52987	-8.34515		San Miguel		58	PO	36018	
3112852	Presqueiras	presqueiras	ES		0	Europe/Madrid	42.51304	-8.33862		Santa Marina		58	PO	36018	
3112857	Presedo	presedo	ES		71	Europe/Madrid	43.21667	-8.26667		Presedo,Santa Maria,Santa María		58	C	15001	
3112858	Présaras	presaras	ES		0	Europe/Madrid	43.05	-8.08333		Presaras,Présaras,San Pedro,San Pedro de Presaras,San Pedro de Présaras		58	C	15090	
3112859	Presa del Gállego	presa-del-gallego	ES		0	Europe/Madrid	42.18102	-0.75337		Caserio Presa del Gallego,Caserío Presa del Gállego,Presa del Gallego,Presa del Gállego		52	HU	22063	
3112873	Prebello	prebello	ES		0	Europe/Madrid	42.97821	-6.90381				58	LU	27034	
3112874	Pravio	pravio	ES		0	Europe/Madrid	43.3	-8.3		Pravio,San Juan		58	C	15017	
3112877	Els Prats de Rei	els-prats-de-rei	ES		0	Europe/Madrid	41.70592	1.54319		els Prats de Rei		56	B	08170	
3112885	Prahúa	prahua	ES		0	Europe/Madrid	43.48333	-6.1				34	O	33051	
3112886	Prahúa	prahua	ES		0	Europe/Madrid	43.41667	-6.08333		Prahua,Prahúa,San Andres,San Andrés		34	O	33010	
3112887	Pragais	pragais	ES		0	Europe/Madrid	42.98844	-8.87984				58	C	15077	
3112888	Praducelo	praducelo	ES		0	Europe/Madrid	42.683	-7.22354				58	LU	27055	
3112892	Prados Merinos	prados-merinos	ES		0	Europe/Madrid	40.42644	-5.80759		Caserio Prados Merinos,Caserío Prados Merinos,Prados Merinos		55	SA	37217	
3112900	Prados	prados	ES		0	Europe/Madrid	43.36667	-5.81667		Prados,San Julian,San Julian de los Prados,San Julián,San Julián de los Prados		34	O	33044	
3112901	Prados	prados	ES		0	Europe/Madrid	42.80841	-6.96713				58	LU	27012	
3112902	Prados	prados	ES		0	Europe/Madrid	40.75535	-4.19917		Caserio Prados,Caserío Prados,Prados		55	SG	40076	
3112904	Pradorramisquedo	pradorramisquedo	ES		0	Europe/Madrid	42.14719	-6.96656		Pradorramisquedo,San Sebastian de Pradorramisquedo,San Sebastián de Pradorramisquedo		58	OR	32086	
3112911	Prado de la Somoza	prado-de-la-somoza	ES		20	Europe/Madrid	42.70167	-6.74913	713	Prado de Paradina,Prado de Paradiña,Prado de la Paradina,Prado de la Paradiña,Prado de la Somoza,Prado de las Paradinas,Prado de las Paradiñas		55	LE	24209	
3112917	Prado da Canda	prado-da-canda	ES		0	Europe/Madrid	42.2	-8.35		Prado de la Canda,Santiago		58	PO	36013	
3112920	Pradoalvar	pradoalvar	ES		0	Europe/Madrid	42.17356	-7.2774				58	OR	32092	
3112948	Pradilla de Belorado	pradilla-de-belorado	ES		0	Europe/Madrid	42.3198	-3.11367				55	BU	09129	
3112967	Pradeda	pradeda	ES		0	Europe/Madrid	42.55776	-7.80776		Santiago		58	LU	27009	
3112974	Prada de la Sierra	prada-de-la-sierra	ES		0	Europe/Madrid	42.4509	-6.38144		Prada de la Sierra		55	LE	24152	
3112977	Prada	prada	ES		0	Europe/Madrid	43.23862	-6.62894				34	O	33001	
3112978	Prada	prada	ES		0	Europe/Madrid	43.14773	-4.91431				55	LE	24116	
3112979	Prada	prada	ES		0	Europe/Madrid	42.31674	-7.02739				58	OR	32083	
3112980	Prada	prada	ES		0	Europe/Madrid	42.25	-7.25				58	OR	32044	
3112999	Pozos de Móndar	pozos-de-mondar	ES		0	Europe/Madrid	40.98958	-5.94438		Pozos de Mondar,Pozos de Móndar		55	SA	37186	
3113007	Pozón	pozon	ES		0	Europe/Madrid	43.29639	-6.50991				34	O	33073	
3113008	Pozomouro	pozomouro	ES		0	Europe/Madrid	43.53387	-7.25137				58	LU	27005	
3113019	Pozazal	pozazal	ES		0	Europe/Madrid	42.91761	-4.1217		Pozazal,Venta de Pozazal		39	S	39092	
3113032	Pozacas	pozacas	ES		0	Europe/Madrid	42.83333	-7.11667				58	LU	27006	
3113035	Poio	poio	ES		16043	Europe/Madrid	42.44775	-8.68594		San Juan		58	PO	36038	
3113036	Poio	poio	ES		0	Europe/Madrid	42.42929	-8.66075		San Salvador	36041	58	PO	36041	
3112962	Pradela	pradela	ES	24523	0	Europe/Madrid	42.88589	-6.89637				58	LU	27012	
3113039	Pobeña	povena	ES		0	Europe/Madrid	43.344	-3.12572		Pobena,Pobeña,Povena,Poveña		59	BI	48071	
3113046	Pousadoiro	pousadoiro	ES		0	Europe/Madrid	43.29458	-7.04725				34	O	33062	
3113047	Pousada	pousada	ES		0	Europe/Madrid	43.48333	-7.26667				58	LU	27005	
3113048	Pousada	pousada	ES		0	Europe/Madrid	43.23333	-7.33333		Pousada,Santa Catalina		58	LU	27044	
3113049	Pousada	pousada	ES		0	Europe/Madrid	43.01736	-8.01736		Pousada,San Mamed		58	C	15080	
3113050	Pousada	pousada	ES		0	Europe/Madrid	42.98403	-7.2576				58	LU	27011	
3113051	Pousada	pousada	ES		0	Europe/Madrid	42.88357	-7.27463				58	LU	27901	
3113052	Pousada	pousada	ES		0	Europe/Madrid	42.8	-8.38333		Pousada,San Lorenzo		58	C	15012	
3113053	Pousacarro	pousacarro	ES		0	Europe/Madrid	42.68007	-8.98283		Pousacarro		58	C	15071	
3113054	Pousa	pousa	ES		0	Europe/Madrid	42.21667	-8.2				58	PO	36014	
3113057	Poulo	poulo	ES		0	Europe/Madrid	43.06667	-8.38333		Poulo,San Julian,San Julián		58	C	15059	
3113058	Poulo	poulo	ES		0	Europe/Madrid	42.2	-8.08333		Poulo,San Pedro		58	OR	32068	
3113060	Pou de Encalbo	pou-de-encalbo	ES		0	Europe/Madrid	40.15408	-0.10874		Caserio Pou de Encalbo,Caserío Pou de Encalbo,Pou de Encalbo		60	CS	12122	
3113062	Postmarcos	postmarcos	ES		0	Europe/Madrid	42.63333	-8.91667		Postmarcos,San Isidoro		58	C	15067	
3113063	Poso	poso	ES		0	Europe/Madrid	42.89288	-6.88371				58	LU	27012	
3113067	Posadina	posadina	ES		0	Europe/Madrid	42.63347	-6.5609				55	LE	24064	
3113069	Posadillas	posadillas	ES		0	Europe/Madrid	40.42831	-6.56717		Dehesa Posadillas,Posadillas		55	SA	37303	
3113071	Posada y Torre	posada-y-torre	ES		0	Europe/Madrid	42.31667	-6.01667		Posada,Posada y Torre		55	LE	24216	
3113072	Posada San Miguel	posada-san-miguel	ES		0	Europe/Madrid	40.22742	0.06074		Caserio Posada San Miguel,Caserío Posada San Miguel,Posada San Miguel		60	CS	12132	
3113077	Posada del Río	posada-del-rio	ES		0	Europe/Madrid	42.6	-6.53333				55	LE	24057	
3113078	Posada	posada	ES		0	Europe/Madrid	43.43955	-5.85497		Posada		34	O	33035	
3113079	Posada	posada	ES		0	Europe/Madrid	43.424	-4.86291				34	O	33036	
3113080	Posada	posada	ES		0	Europe/Madrid	43.38741	-5.67508				34	O	33066	
3113081	Porzomillos	porzomillos	ES		0	Europe/Madrid	43.247	-8.19596		Porzomillos		58	C	15902	
3113086	Portor	portor	ES		0	Europe/Madrid	42.91299	-8.69691		Portor,Santa Maria,Santa María		58	C	15056	
3113087	Portonovo	portonovo	ES		2198	Europe/Madrid	42.39424	-8.82563				58	PO	36051	
3113089	Portomouro	portomouro	ES		211	Europe/Madrid	42.96667	-8.63333		Portomouro,San Cristobal,San Cristóbal		58	C	15088	
3113091	Portomeiro	portomeiro	ES		0	Europe/Madrid	42.98333	-8.61667		Portomeiro,San Cosme		58	C	15088	
3113094	Portodemouros	portodemouros	ES		0	Europe/Madrid	42.85253	-8.18001		San Salvador		58	PO	36059	
3113108	Portillo de Toledo	portillo-de-toledo	ES		2171	Europe/Madrid	40.06415	-4.22793			45134	54	TO	45134	
3113065	Posadorio	posadorio	ES	33677	0	Europe/Madrid	43.4	-6.35				34	O	33073	
3113116	Portillas	portillas	ES		0	Europe/Madrid	43.25434	-5.5508				34	O	33032	
3113124	Portiella	portiella	ES		0	Europe/Madrid	43.25	-6.46667				34	O	33011	
3113126	Porteros	porteros	ES		0	Europe/Madrid	40.99251	-5.84134				55	SA	37087	
3113132	Portela de Portomourisco	portela-de-portomourisco	ES		0	Europe/Madrid	42.34537	-7.13357				58	LU	27050	
3113135	Portela	portela	ES		0	Europe/Madrid	42.68192	-8.55477				58	PO	36015	
3113136	Portela	portela	ES		30	Europe/Madrid	42.68333	-7.9				58	PO	36047	
3113137	Portela	portela	ES		0	Europe/Madrid	42.68546	-7.1937				58	LU	27055	
3113138	Portelas	portelas	ES		0	Europe/Madrid	42.54374	-8.711		Portelas,San Mamed		58	PO	36028	
3113140	Portela	portela	ES		0	Europe/Madrid	42.3858	-6.83855				58	OR	32017	
3113141	Portela	portela	ES		0	Europe/Madrid	42.08853	-7.9773				58	OR	32084	
3113145	Portazgo	portazgo	ES		0	Europe/Madrid	41.86667	-0.76667				52	Z	50298	
3113147	Portas	portas	ES		3177	Europe/Madrid	42.58531	-8.65573		Portas,Santa Maria,Santa María	36040	58	PO	36040	
3113148	Portalrubio de Guadamajud	portalrubio-de-guadamajud	ES		66	Europe/Madrid	40.27227	-2.60371				54	CU	16162	
3113152	Porta	porta	ES		0	Europe/Madrid	43.03333	-8.01667		Porta,San Pedro		58	C	15080	
3113157	Porriño	porrino	ES		17475	Europe/Madrid	42.16156	-8.6198		O Porrino,O Porriño		58	PO	36039	
3113158	Porriña	porrina	ES		0	Europe/Madrid	42.51667	-8.63333				58	PO	36002	
3113164	Porquero	porquero	ES		0	Europe/Madrid	42.59953	-6.1077		Porquero,Porqueros		55	LE	24093	
3113169	Porquera del Butrón	porquera-del-butron	ES		0	Europe/Madrid	42.80877	-3.67794				55	BU	09014	
3113180	Porciles	porciles	ES		0	Europe/Madrid	43.4093	-6.30946				34	O	33059	
3113181	Porciles	porciles	ES		0	Europe/Madrid	43.30963	-5.35188				34	O	33049	
3113182	Porciles	porciles	ES		0	Europe/Madrid	43.30212	-6.60107				34	O	33073	
3113188	Porcar	porcar	ES		20	Europe/Madrid	43.00038	-9.22058				58	C	15023	
3113189	Poo	poo	ES		0	Europe/Madrid	43.42226	-4.78935				34	O	33036	
3113190	Poo	poo	ES		0	Europe/Madrid	43.30819	-4.83587		Poo,Poo de Cabrales		34	O	33008	
3113200	Pontón	ponton	ES		0	Europe/Madrid	42.16918	-7.09126				58	OR	32086	
3113202	Pontigón	pontigon	ES		0	Europe/Madrid	43.46775	-6.42228		Pontigon,Pontigón		34	O	33034	
3113203	Pontigo	pontigo	ES		0	Europe/Madrid	43.3	-6.28333				34	O	33005	
3113204	Pontigo	pontigo	ES		0	Europe/Madrid	43.25534	-7.22462				58	LU	27054	
3113213	Pontellas	pontellas	ES		0	Europe/Madrid	43.3	-8.23333		Pontellas,Santa Maria,Santa María		58	C	15008	
3113214	Pontellas	pontellas	ES		0	Europe/Madrid	42.13333	-8.63333		Pontellas,Santiago		58	PO	36039	
3113221	Ponte	ponte	ES		0	Europe/Madrid	43.52563	-6.05972				34	O	33069	
3113222	Ponte	ponte	ES		0	Europe/Madrid	43.32647	-6.44108				34	O	33073	
3113223	Ponte	ponte	ES		0	Europe/Madrid	42.71667	-8.21667		Ponte,San Miguel		58	PO	36052	
3113224	Ponte	ponte	ES		0	Europe/Madrid	42.6815	-8.21388				58	PO	36052	
3113242	Pombal	pombal	ES		0	Europe/Madrid	43.15831	-8.94304				58	C	15093	
3113248	Polvorosa	polvorosa	ES		0	Europe/Madrid	42.6116	-4.59947				55	P	34037	
3113253	Polituara	polituara	ES		0	Europe/Madrid	42.67436	-0.3192				52	HU	22059	
3113256	Polide	polide	ES		0	Europe/Madrid	43.50661	-6.02092				34	O	33010	
3113265	Poladura	poladura	ES		0	Europe/Madrid	43.49488	-5.27057				34	O	33019	
3113266	Poladura	poladura	ES		0	Europe/Madrid	43.4678	-5.45319				34	O	33076	
3113269	Pola de Pino	pola-de-pino	ES		0	Europe/Madrid	43.1138	-5.52953				34	O	33002	
3113273	Pol	pol	ES		0	Europe/Madrid	43.14892	-7.33022			27046	58	LU	27046	
3113274	Pol	pol	ES		0	Europe/Madrid	42.79653	-7.7923		San Cebrian de Pol,San Cebrián de Pol,San Cibrao do Pol		58	LU	27032	
3113284	Pobleta de Bellvehí	pobleta-de-bellvehi	ES		0	Europe/Madrid	42.34397	0.96018				56	L	25234	
3113285	Pobladura de Yuso	pobladura-de-yuso	ES		0	Europe/Madrid	42.19303	-6.0728		Pobladura,Pobladura de Yuso		55	LE	24047	
3113297	Pobladura	pobladura	ES		0	Europe/Madrid	42.91878	-5.92926				55	LE	24164	
3113302	Pobla de Ciérvoles	pobla-de-ciervoles	ES		0	Europe/Madrid	41.36683	0.91509		Pobla de Ciervoles,Pobla de Ciérvoles		56	L	25169	
3113315	Poago	poago	ES		0	Europe/Madrid	43.55	-5.73333		Poago,Santa Maria,Santa María		34	O	33014	
3113324	Plaza	plaza-de-otzerin-mendi-e-ibarguen	ES		0	Europe/Madrid	43.09893	-2.74964		Plaza,Plaza de Olzerin-Mendi e Ibarguen		59	BI	48024	
3113339	Planadera	planadera	ES		0	Europe/Madrid	43.38239	-6.19802				34	O	33059	
3113346	Pla de Sant Tirs	pla-de-sant-tirs	ES		0	Europe/Madrid	42.31203	1.38305				56	L	25185	
3113352	Soraluze / Placencia de las Armas	placencia	ES		0	Europe/Madrid	43.17287	-2.41304		Placencia,Placencia de las Armas,Plaentxi,Plaentzia,Soraluze		59	SS	20065	
3113357	Piuca-Araújo	piuca-araujo	ES		0	Europe/Madrid	42.27228	-7.69676		Piuca,Piuca-Araujo,Piuca-Araújo,Santa Maria,Santa María		58	OR	32043	
3113364	Piteira	piteira	ES		0	Europe/Madrid	42.46275	-8.07071		Piteira		58	OR	32019	
3113373	Pisones	pisones	ES		0	Europe/Madrid	43.51692	-5.56748		Pisones		34	O	33076	
3113376	Pisón	pison	ES		0	Europe/Madrid	43.53867	-5.6302				34	O	33024	
3113381	Piroxa	piroxa	ES		0	Europe/Madrid	43.15	-8.98333		Baio de Bamiro		58	C	15093	
3113386	Piquín	piquin	ES		795	Europe/Madrid	43.15646	-7.20265				58	LU	27004	
3113404	Pío	pio	ES		0	Europe/Madrid	43.124	-5.04897				55	LE	24106	
3113405	Pinzás	pinzas	ES		0	Europe/Madrid	42.05	-8.78333		Pinzas,Pinzás,Santa Maria,Santa María		58	PO	36054	
3113412	Piñuécar	pinuecar	ES		188	Europe/Madrid	41.03333	-3.6				29	M	28114	
3113416	Pintín	pintin	ES		0	Europe/Madrid	42.77373	-7.33955				58	LU	27057	
3113423	Piñor	pinor	ES		0	Europe/Madrid	42.89551	-8.68774				58	C	15002	
3113424	Piñor	pinor	ES		0	Europe/Madrid	42.5012	-8.00151		Pinor,Piñor	32061	58	OR	32061	
3113425	Piñor	pinor	ES		0	Europe/Madrid	42.33333	-7.9		Pinor,Piñor,San Lorenzo		58	OR	32008	
3113434	Pino	pino	ES		0	Europe/Madrid	43.21667	-7.61667		Pino,San Martin,San Martín		58	LU	27015	
3113435	Pino	pino	ES		212	Europe/Madrid	41.57625	-6.12115		Pino,Pino del Oro		55	ZA	49071	
3113456	Piñeros	pineros	ES		0	Europe/Madrid	43.46677	-6.62396				34	O	33034	
3113460	Piñeras	pineras	ES		0	Europe/Madrid	41.1261	0.20968				52	Z	50152	
3113462	Piñera	pinera	ES		0	Europe/Madrid	43.54304	-6.67138		Pinera,Piñera,San Salvador de Pinera,San Salvador de Piñera		34	O	33041	
3113463	Piñera	pinera	ES		0	Europe/Madrid	43.54683	-6.14609		Pinera,Piñera		34	O	33021	
3113464	Piñera	pinera	ES		0	Europe/Madrid	43.52451	-6.99823		Pinera,Piñera		34	O	33017	
3113465	Piñera	pinera	ES		0	Europe/Madrid	43.48031	-5.73895				34	O	33024	
3113466	Piñera	pinera	ES		0	Europe/Madrid	43.46376	-5.35086				34	O	33076	
3113467	Piñera	pinera	ES		0	Europe/Madrid	43.40014	-5.42495				34	O	33009	
3113468	Piñera	pinera	ES		0	Europe/Madrid	43.31862	-6.43898		Pinera,Piñera		34	O	33073	
3113469	Piñera	pinera	ES		0	Europe/Madrid	43.3135	-5.56139				34	O	33006	
3113470	Pinell de Bray	pinell-de-bray	ES		0	Europe/Madrid	41.01674	0.51492				56	T	43106	
3113475	Piñeiros	pineiros	ES		0	Europe/Madrid	43.31596	-7.31051		Pineiro,Pineiros,Piñeiro,Piñeiros		58	LU	27044	
3113476	Piñeiros	pineiros	ES		0	Europe/Madrid	43.07254	-9.03106				58	C	15092	
3113477	Piñeiros	pineiros	ES		0	Europe/Madrid	42.84907	-9.08909				58	C	15020	
3113478	Piñeiróa	pineiroa	ES		0	Europe/Madrid	42.83444	-7.26317				58	LU	27026	
3113503	Piñeira de Abajo	pineira-de-abajo	ES		0	Europe/Madrid	42.43258	-7.22536				58	LU	27052	
3113506	Piñeira	pineira	ES		0	Europe/Madrid	43.55	-7.05		Pineira,Piñeira,San Juan		58	LU	27051	
3113507	Piñeira	pineira	ES		0	Europe/Madrid	43.3967	-6.81669				34	O	33007	
3113508	Piñeira	pineira	ES		0	Europe/Madrid	43.10869	-7.18312		Pineira,Piñeira,Santa Maria		58	LU	27018	
3113509	Piñeira	pineira	ES		0	Europe/Madrid	43.05072	-6.86216				34	O	33028	
3113510	Piñeira	pineira	ES		0	Europe/Madrid	42.87692	-7.25029				58	LU	27901	
3113511	Piñeira	pineira	ES		0	Europe/Madrid	42.74427	-7.46312				58	LU	27057	
3113512	Piñeira	pineira	ES		0	Europe/Madrid	42.68363	-7.79465				58	LU	27060	
3113513	Piñeira	pineira	ES		0	Europe/Madrid	42.64908	-7.13581				58	LU	27017	
3113514	Piñeira	pineira	ES		0	Europe/Madrid	42.50923	-7.53596				58	LU	27031	
3113519	Pineda-Trasmonte	pineda-trasmonte	ES		154	Europe/Madrid	41.9092	-3.69565		Pineda-Trasmonte		55	BU	09267	
3113523	Piñeda de Arriba	pineda-de-arriba	ES		0	Europe/Madrid	43.05368	-5.82084		Pineda de Arriba,Pinera de Arriba,Piñeda de Arriba,Piñera de Arriba		34	O	33033	
3113524	Piñeda de Abajo	pineda-de-abajo	ES		0	Europe/Madrid	43.05347	-5.82395		Pineda de Abajo,Pinera de Abajo,Piñeda de Abajo,Piñera de Abajo		34	O	33033	
3113528	Pin de Arriba	pin-de-arriba	ES		0	Europe/Madrid	42.95733	-7.04765				58	LU	27034	
3113529	Pin de Abajo	pin-de-abajo	ES		0	Europe/Madrid	42.95713	-7.03138				58	LU	27034	
3113540	Pinar de Simancas	pinar-de-simancas	ES		0	Europe/Madrid	41.56751	-4.81489		Caserio Pinar de Simancas,Caserío Pinar de Simancas,Pinar de Simancas		55	VA	47161	
3113552	Piloño	pilono	ES		0	Europe/Madrid	42.80573	-8.26678		Santa Maria,Santa María		58	PO	36059	
3113555	Piloña	pilona	ES		8389	Europe/Madrid	43.35	-5.36667		Pilona,Piloña	33049	34	O	33049	
3113560	Pilella	pilella	ES		0	Europe/Madrid	43.42979	-6.82206				34	O	33007	
3113569	Pijeiros	pijeiros	ES		0	Europe/Madrid	42.10679	-7.10185		Pijeiros,Santa Maria de Pijeiros,Santa María de Pijeiros		58	OR	32086	
3113578	Pieiga	pieiga	ES		0	Europe/Madrid	43.12154	-6.90025				58	LU	27035	
3113585	Piedramuelle	piedramuelle	ES		0	Europe/Madrid	43.35386	-5.88899		Piedramuelle		34	O	33044	
3113588	Piedramayor	piedramayor	ES		0	Europe/Madrid	43.10959	-8.88741				58	C	15093	
3113601	Piedrafita	piedrafita	ES		0	Europe/Madrid	43.51387	-6.56332				34	O	33034	
3113602	Piedrafita	piedrafita	ES		0	Europe/Madrid	43.44183	-5.36528				34	O	33076	
3113604	Piedrafita	piedrafita	ES		0	Europe/Madrid	43.01944	-6.60449				34	O	33011	
3113605	Piedrafita	piedrafita	ES		0	Europe/Madrid	43.00943	-5.59423				55	LE	24037	
3113606	Piedrafita	piedrafita	ES		0	Europe/Madrid	42.95995	-7.42664				58	LU	27014	
3113609	Piedrafita	piedrafita	ES		0	Europe/Madrid	42.65	-7.75		Piedrafita,Santa Eulalia		58	LU	27016	
3113613	Pedra	pedra	ES		0	Europe/Madrid	43.72912	-7.87763		Santa Maria,Santa María		58	C	15061	
3113614	Piedra	piedra	ES		0	Europe/Madrid	43.41436	-4.84469				34	O	33036	
3113623	Picota	picota	ES		0	Europe/Madrid	43.51667	-5.7				34	O	33024	
3113629	Picoña	picona	ES		0	Europe/Madrid	42.12422	-8.55947				58	PO	36049	
3113637	Picato	picato	ES		0	Europe/Madrid	42.91667	-7.31667		Cruz de Picato,Picato,Santa Cruz		58	LU	27901	
3113641	Picacho	picacho	ES		0	Europe/Madrid	43.41546	-6.93592				34	O	33017	
3113649	Piantes	piantes	ES		0	Europe/Madrid	43.52496	-6.83241		Piantes		34	O	33023	
3113650	Piadela	piadela	ES		0	Europe/Madrid	43.26752	-8.25047		Piadela		58	C	15009	
3113651	Pía	pia	ES		0	Europe/Madrid	42.74947	-7.04921				58	LU	27037	
3113654	Pezobrés	pezobres	ES		23	Europe/Madrid	42.86667	-8.03333				58	C	15079	
3113655	Pezobre	pezobre	ES		0	Europe/Madrid	42.87489	-8.08332				58	C	15079	
3113659	Pevidal	pevidal	ES		0	Europe/Madrid	43.37461	-6.2804				34	O	33059	
3113664	Petilla de Aragón	petilla-de-aragon	ES		32	Europe/Madrid	42.45	-1.11667		Petiella dAragon,Petiella dAragón,Petil'ja-de-Aragon,Petilla,Petilla Aragoi,Petilla de Aragon,Petilla de Aragoni vald,Petilla de Aragón,Petilla de Aragóni vald,pei di li ya de a la gong,Петилья-де-Арагон,Петілья-де-Арагон,佩蒂利亚德阿拉贡	31203	32	NA	31203	
3113666	Petelos	petelos	ES		0	Europe/Madrid	42.18333	-8.63333		Petelos,San Mamed		58	PO	36033	
3113667	Petán	petan	ES		0	Europe/Madrid	42.23333	-8.28333		Petan,Petán,San Julian,San Julián		58	PO	36009	
3113670	Pesqueruela	pesqueruela	ES		0	Europe/Madrid	41.56096	-4.85053		Casa de Pesqueruela,Caserio Pesqueruela,Caserío Pesqueruela,Pesqueruela		55	VA	47161	
3113672	Pesquería	pesqueria	ES		0	Europe/Madrid	40.45151	-5.31795		Pesquera,Pesqueria,Pesquería		55	AV	05186	
3113680	Pesqueira	pesqueira	ES		0	Europe/Madrid	42.61599	-8.88555				58	C	15011	
3113683	Pexegueiro	pexegueiro	ES		0	Europe/Madrid	42.05	-8.7		Pexegueiro		58	PO	36055	
3113685	Pescoso	pescoso	ES		10	Europe/Madrid	42.68333	-7.93333				58	PO	36047	
3113688	Pesadas de Burgos	pesadas-de-burgos	ES		0	Europe/Madrid	42.76667	-3.61667				55	BU	09014	
3113689	Pesaguero-La Parte	pesaguero-la-parte	ES		391	Europe/Madrid	43.0766	-4.53743		Pesaguero,Pesaguero-La Parte		39	S	39013	
3113690	Pesadoira de Arriba	pesadoira-de-arriba	ES		0	Europe/Madrid	42.93399	-8.89498		Pasadoira de Arriba		58	C	15045	
3113691	Pesadoira de Abaixo	pesadoira-de-abaixo	ES		0	Europe/Madrid	42.93333	-8.88333		Pasadoira de Abajo		58	C	15056	
3113692	Perviyao	perviyao	ES		0	Europe/Madrid	43.42805	-5.36553				34	O	33076	
3113694	Peruyes	peruyes	ES		0	Europe/Madrid	43.40122	-5.10854				34	O	33012	
3113695	Peruyero	peruyero	ES		0	Europe/Madrid	43.45149	-5.46235				34	O	33076	
3113696	Peruyero	peruyero	ES		0	Europe/Madrid	43.30263	-5.4269				34	O	33049	
3113697	Peruny	peruny	ES		0	Europe/Madrid	42.41416	1.14152				56	L	25039	
3113607	Pedrafita	pedrafita	ES	32765	0	Europe/Madrid	42.73333	-7.01667				58	LU	27045	
3113699	Pertales de Arizcun	pertales-de-arizcun	ES		0	Europe/Madrid	43.16157	-1.46374		Caserio Pertelas de Arizcun,Caserío Pertelas de Arizcun,Pertales de Arizcun		32	NA	31050	
3113701	Perros	perros	ES		0	Europe/Madrid	42.84266	-8.67043		Perros		58	C	15013	
3113703	Perrelas	perrelas	ES		0	Europe/Madrid	42.0944	-7.6252		Perrelos		58	OR	32078	
3113729	Pérex	perex	ES		0	Europe/Madrid	42.95892	-3.31752		Perex,Perez,Pérex,Pérez		55	BU	09209	
3113732	Pereña	perena	ES		493	Europe/Madrid	41.23953	-6.52351		Perena,Perena de la Ribera,Pereña,Pereña de la Ribera		55	SA	37250	
3113737	Pereirúa	pereirua	ES		0	Europe/Madrid	43.01509	-7.13093				58	LU	27018	
3113738	Pereiro de Aguiar	pereiro-de-aguiar	ES		5443	Europe/Madrid	42.34524	-7.80008		Pereiro de Aguiar		58	OR	32058	
3113740	Pereiro	pereiro	ES		0	Europe/Madrid	43.48333	-7.46667		Pereiro,Santa Maria,Santa María		58	LU	27002	
3113741	Pereiro	pereiro	ES		0	Europe/Madrid	43.42369	-6.97388				34	O	33017	
3113742	Pereiro	pereiro	ES		0	Europe/Madrid	42.03182	-7.05414		Pereiro,San Pedro de Pereiro		58	OR	32048	
3113743	Pereiriña	pereirina	ES		0	Europe/Madrid	42.99652	-9.20911				58	C	15023	
3113744	Pereiriña	pereirina	ES		0	Europe/Madrid	42.99298	-8.87363		Pereira,Pereirina,Pereiriña		58	C	15077	
3113761	Peregrina	peregrina	ES		0	Europe/Madrid	42.92273	-8.55389		Peregrina		58	C	15078	
3113770	Perdones	perdones	ES		0	Europe/Madrid	43.57873	-5.86426		Perdones		34	O	33025	
3113700	Perrozo	perrozo	ES	39571	0	Europe/Madrid	43.11661	-4.54929		Perrozo		39	S	39013	
3113779	Perdecanai	perdecanai	ES		0	Europe/Madrid	42.5293	-8.63251		Santa Maria,Santa María		58	PO	36002	
3113781	Perbes	perbes	ES		0	Europe/Madrid	43.38333	-8.21667		Perbes		58	C	15069	
3113783	Perazancas	perazancas	ES		0	Europe/Madrid	42.78477	-4.4225		Perazancas		55	P	34056	
3113785	Perarvúa	perarvua	ES		0	Europe/Madrid	42.26705	0.3513				52	HU	22177	
3113793	Peramera	peramera	ES		0	Europe/Madrid	42.42091	0.81532		Peramera,Peranera		56	L	25173	
3113800	Peralta	peralta	ES		5722	Europe/Madrid	42.33834	-1.80035		Azkoien,Peral'ta,Peralta,Peralta - Azkoien,Peralta – Azkoien,pei la er ta,Перальта,佩拉尔塔	31202	32	NA	31202	
3113802	Perales de Milla	perales-de-milla	ES		0	Europe/Madrid	40.40534	-4.09907		Caserio Perales de Milla,Caserío Perales de Milla,Perales de Milla		29	M	28119	
3113803	Perales del Río	perales-del-rio	ES		0	Europe/Madrid	40.31998	-3.64077				29	M	28079	
3113805	Perales del Alfambra	perales-del-alfambra	ES		303	Europe/Madrid	40.63383	-1.00181		Perales,Perales de Alfambra,Perales del Alfambra	44182	52	TE	44182	
3113817	Peraldón	peraldon	ES		0	Europe/Madrid	40.16667	-6.73333		Caserio Peraldon,Caserío Peraldón,Peraldon,Peraldón		57	CC	10100	
3113844	Peones	peones	ES		0	Europe/Madrid	42.62787	-4.14893				55	BU	09373	
3113845	Peón de Abajo	peon-de-abajo	ES		0	Europe/Madrid	42.53333	-6.76667		Caserio Peon de Abajo,Caserío Peón de Abajo,Peon de Abajo,Peón de Abajo		55	LE	24038	
3113851	Pentes	pentes	ES		0	Europe/Madrid	42.01581	-7.17236		Pentes,San Mamed de Pentes		58	OR	32034	
3113852	Pensos	pensos	ES		0	Europe/Madrid	42.34756	-7.66369				58	OR	32031	
3113853	Penouta	penouta	ES		0	Europe/Madrid	42.40831	-7.04959				58	OR	32088	
3113854	Penouta	penouta	ES		0	Europe/Madrid	42.17233	-7.02507				58	OR	32086	
3113863	Penilla	penilla	ES		0	Europe/Madrid	42.37598	-6.06816				55	LE	24182	
3113872	Penedo	penedo	ES		0	Europe/Madrid	43.14787	-9.04418				58	C	15092	
3113873	Penedo	penedo	ES		0	Europe/Madrid	43.11662	-8.93524				58	C	15093	
3113874	Penedo	penedo	ES		0	Europe/Madrid	42.87529	-6.95301				58	LU	27034	
3113882	Pendella	pendella	ES		0	Europe/Madrid	42.58123	-7.21709				58	LU	27017	
3113888	Peñasrubias de Pirón	penasrubias-de-piron	ES		0	Europe/Madrid	41.09764	-4.08665		Penarrubias,Penasrubias de Piron,Peñarrubias,Peñasrubias de Pirón		55	SG	40075	
3113889	Penasrubias	penasrubias	ES		0	Europe/Madrid	42.53673	-7.17307				58	LU	27050	
3113891	Penasillás	penasillas	ES		0	Europe/Madrid	42.62603	-7.84899		Penasillas,Penasillás,Puente		58	LU	27016	
3113906	Peñarrey	penarrey	ES		26	Europe/Madrid	43.53333	-5.96667		Pena Rey,Penarrey,Peñarrey		34	O	33016	
3113907	Peñarroa	penarroa	ES		0	Europe/Madrid	41.74237	0.24505		Pena Roa,Penarroa,Peña Roa,Peñarroa		52	HU	22052	
3113911	Penapetada	penapetada	ES		0	Europe/Madrid	42.30862	-7.30455				58	OR	32063	
3113918	Penamazada	penamazada	ES		0	Europe/Madrid	43.17427	-7.29738				58	LU	27046	
3113919	Penamayor	penamayor	ES		0	Europe/Madrid	43.11948	-7.00319				58	LU	27018	
3113922	Peñalva	penalva	ES		0	Europe/Madrid	43.30745	-5.06619				34	O	33012	
3113927	Peñalcázar	penalcazar	ES		0	Europe/Madrid	41.54957	-2.04498				55	SO	42148	
3113928	Peñalbo	penalbo	ES		0	Europe/Madrid	41.10112	-6.16174				55	SA	37329	
3113932	Peñalba de los Cilleros	penalba-de-los-cilleros	ES		0	Europe/Madrid	42.93337	-6.14863		Penalba de Cilleros,Penalba de los Cilleros,Peñalba de Cilleros,Peñalba de los Cilleros		55	LE	24029	
3113934	Peñalba de Duero	penalba-de-duero	ES		0	Europe/Madrid	41.61355	-4.48831				55	VA	47195	
3113943	Peña Grande	pena-grande	ES		0	Europe/Madrid	40.47456	-3.72236		Barrio Pena Grande,Barrio Peña Grande,Pena Grande,Peña Grande		29	M	28079	8
3114055	Pedrouzos	pedrouzos	ES		0	Europe/Madrid	42.33333	-7.43333		Pedrouzos,San Mamed		58	OR	32023	
3113964	Pena de Folenche	pena-de-folenche	ES		0	Europe/Madrid	42.36667	-7.28333		Pena Folenche,Peña Folenche		58	LU	27050	
3113965	Penadecabras	penadecabras	ES		0	Europe/Madrid	43.46227	-6.84711				34	O	33023	
3113966	Pena de Cabras	pena-de-cabras	ES		0	Europe/Madrid	43.25787	-7.17651				58	LU	27053	
3113968	Pena da Nogueira	pena-da-nogueira	ES		9	Europe/Madrid	43.1	-6.93333		Pena da Nogueira,Pena de Nogueira		58	LU	27035	
3113970	Peña Cuerna	pena-cuerna	ES		0	Europe/Madrid	40.76404	-6.3437				55	SA	37183	
3113973	Peñacastillo	penacastillo	ES		0	Europe/Madrid	43.44537	-3.86757		Penacastillo,Peñacastillo		39	S	39075	
3113974	Peñacastillo	penacastillo	ES		0	Europe/Madrid	43.44319	-3.85775				39	S	39075	
3113988	Pena	pena	ES		0	Europe/Madrid	43.55373	-7.21499				58	LU	27005	
3113989	Pena	pena	ES		0	Europe/Madrid	43.44835	-6.44986				34	O	33034	
3113990	Pena	pena	ES		0	Europe/Madrid	43.21777	-7.29244				58	LU	27029	
3113991	Pena	pena	ES		0	Europe/Madrid	43.12336	-8.1161		Pena		58	C	15032	
3113992	Pena	pena	ES		0	Europe/Madrid	43.13454	-7.71175		Pena,San Vicente		58	LU	27007	
3113993	Pena	pena	ES		0	Europe/Madrid	43.11667	-7.73333		Pena,Santa Eulalia		58	LU	27007	
3113994	Pena	pena	ES		0	Europe/Madrid	43.06415	-7.33767				58	LU	27011	
3113995	Pena	pena	ES		0	Europe/Madrid	42.96667	-7.5		Pena,San Juan		58	LU	27028	
3113996	Pena	pena	ES		0	Europe/Madrid	42.95	-7.21667				58	LU	27901	
3113997	Pena	pena	ES		0	Europe/Madrid	42.93182	-8.81559		Pena,San Mamed		58	C	15056	
3113998	Pena	pena	ES		0	Europe/Madrid	42.93374	-8.11357				58	C	15006	
3113999	Pena	pena	ES		0	Europe/Madrid	42.73333	-7.4		Pena,San Salvador		58	LU	27057	
3114000	Pena	pena	ES		0	Europe/Madrid	42.73333	-7.38333				58	LU	27057	
3114001	Pena	pena	ES		0	Europe/Madrid	42.65608	-8.15988				58	PO	36024	
3114002	Peña	pena	ES		0	Europe/Madrid	42.5	-1.28333				32	NA		
3114003	Pena	pena	ES		0	Europe/Madrid	42.35	-8.1		Pena,San Lorenzo		58	OR	32025	
3114013	Peliceira	peliceira	ES		0	Europe/Madrid	42.94254	-6.83493				58	LU	27034	
3114031	Pelacalç	pelacalc	ES		0	Europe/Madrid	42.14513	3.07094		Pelacalc,Pelacalç		56	GI	17210	
3114034	Pejeiros	pejeiros	ES		0	Europe/Madrid	41.9777	-7.76854				58	OR	32012	
3114035	Peitieiros	peitieiros	ES		0	Europe/Madrid	42.1	-8.73333		Peitieiros,San Miguel		58	PO	36021	
3114038	Peinzáis	peinzais	ES		0	Europe/Madrid	43.15361	-7.10135				58	LU	27018	
3114049	Pedruel	pedruel	ES		0	Europe/Madrid	42.26193	-0.08723				52	HU	22058	
3114053	Pedrouzos	pedrouzos	ES		0	Europe/Madrid	43.08333	-7.13333				58	LU	27018	
3114054	Pedrouzos	pedrouzos	ES		0	Europe/Madrid	42.96951	-8.03321				58	C	15046	
3114004	Pen	pen	ES	33557	0	Europe/Madrid	43.26469	-5.15322		Pen		34	O	33003	
3114056	Pedrouzo	pedrouzo	ES		0	Europe/Madrid	43.14989	-9.15167				58	C	15016	
3114073	Pedrosa de Valdelucio	pedrosa-de-valdelucio	ES		0	Europe/Madrid	42.72065	-4.03208		Pedrosa de Arcellares,Pedrosa de Valdelucio		55	BU	09415	
3114095	Pedro Martín	pedro-martin	ES		0	Europe/Madrid	40.74178	-5.97678		Pedro Martin,Pedro Martín		55	SA	37088	
3114096	Pedrollén	pedrollen	ES		0	Europe/Madrid	40.7587	-5.80219		Caserio Pedrollen,Caserío Pedrollén,Pedrollen,Pedrollén		55	SA	37346	
3114099	Pedroco	pedroco	ES		0	Europe/Madrid	43.5	-5.58333				34	O	33024	
3114110	Pedriña	pedrina	ES		0	Europe/Madrid	43.03775	-9.10282		Padrina,Padriña,Pedrina,Pedriña		58	C	15034	
3114111	Pedrinyà	pedrinya	ES		0	Europe/Madrid	42.01667	2.96667				56	GI	17130	
3114113	Pedret	pedret	ES		0	Europe/Madrid	42.30626	3.08323		Pedret		56	GI	17129	
3114119	Pedreira	pedreira	ES		0	Europe/Madrid	43.50111	-7.26096				58	LU	27005	
3114120	Pedreira	pedreira	ES		0	Europe/Madrid	43.08185	-9.11231				58	C	15052	
3114121	Pedregal de Taborneda	pedregal-de-taborneda	ES		0	Europe/Madrid	43.50091	-5.94663		Pedregal de Taborneda		34	O	33030	
3114144	Pedra do Frade	pedra-do-frade	ES		0	Europe/Madrid	43.07498	-9.0836				58	C	15092	
3114146	Pedornes	pedornes	ES		0	Europe/Madrid	42.02512	-8.87661		Pedornes		58	PO	36036	
3114147	Sukarrieta	samikola	ES		0	Europe/Madrid	43.4	-2.7		Pedernales,Samikola,Sukarrieta		59	BI	48076	
3114157	Os Peares	os-peares	ES		0	Europe/Madrid	42.45362	-7.73337				58	OR	32059	
3114159	Pazos de Reis	pazos-de-reis	ES		0	Europe/Madrid	42.08333	-8.65		Sagrario		58	PO	36055	
3114162	Pazos de Abajo	pazos-de-abajo	ES		0	Europe/Madrid	43.26041	-8.82401				58	C	15068	
3114168	Pazos de Bordén	pazos-de-borden	ES		0	Europe/Madrid	42.75395	-8.27743				58	PO	36052	
3114175	Pazo	pazo	ES		0	Europe/Madrid	42.80344	-9.11468		Pazo,Pazos		58	C	15020	
3114176	Pazó	pazo	ES		0	Europe/Madrid	42.16667	-7.83333		Pazo,Pazó,San Martin,San Martín		58	OR	32001	
3114177	Paz	paz	ES		0	Europe/Madrid	43.09404	-7.50447		Paz		58	LU	27039	
3114183	Valdebernardo	valdebernardo	ES		0	Europe/Madrid	40.40072	-3.62133	710	Barrio Valdebernardo		29	M	28079	19
3114187	Paüls	pauels	ES		606	Europe/Madrid	40.91667	0.4		Pauels,Pauls,Paúls,Paüls		56	T	43008	
3114195	Paulejas	paulejas	ES		0	Europe/Madrid	40.33674	-0.60309		Casas Paulejas,Paulejas		52	TE	44137	
3114200	Paternoy	paternoy	ES		0	Europe/Madrid	42.46734	-0.7463				52	HU	22044	
3114205	Pastoriza	pastoriza	ES		3449	Europe/Madrid	43.33333	-8.46667		Pastoriza,Santa Maria,Santa María		58	C	15005	
3114206	Pastoriza	pastoriza	ES		0	Europe/Madrid	43.29964	-7.35126		Pastoriza		58	LU	27044	
3114207	Pastoriza	pastoriza	ES		0	Europe/Madrid	43.09309	-7.1657				58	LU	27018	
3114208	Pastores	pastores	ES		46	Europe/Madrid	40.51508	-6.51018		Pastores	37233	55	SA	37233	
3114209	Pastor	pastor	ES		0	Europe/Madrid	43	-8.25		Pastor,San Lorenzo		58	C	15066	
3114211	Pascual Muñoz	pascual-munoz	ES		0	Europe/Madrid	40.57572	-5.05404		Barrio Pascual Munoz,Barrio Pascual Muñoz,Pascual Munoz,Pascual Muñoz		55	AV	05012	
3114221	Pasarelos	pasarelos	ES		0	Europe/Madrid	43.00465	-8.31944				58	C	15060	
3114224	Pasantes	pasantes	ES		0	Europe/Madrid	43.11078	-9.04649				58	C	15092	
3114225	Pasantes	pasantes	ES		0	Europe/Madrid	42.75004	-7.22016				58	LU	27062	
3114228	Pasai Donibane	pasajes-de-san-juan	ES		0	Europe/Madrid	43.32504	-1.91601		Pasai Donibane,Pasajes,Pasajes San Juan,Pasajes de San Juan,Passatjes,San Juan		59	SS	20064	
3114229	Pasai Antxo	pasajes-ancho	ES		0	Europe/Madrid	43.3162	-1.91791		Ancho,Pasai Antxo,Pasaje Ancho,Pasajes,Pasajes Ancho		59	SS	20064	
3114232	A Pasaxe	a-pasaxe	ES		0	Europe/Madrid	41.89005	-8.85402		A Pasaxe		58	PO	36023	
3114234	Pasada	pasada	ES		0	Europe/Madrid	43.0296	-7.17652				58	LU	27004	
3114240	Parte	parte	ES		0	Europe/Madrid	42.56683	-7.47506				58	LU	27031	
3114241	Partagoitia	partagoitia	ES		0	Europe/Madrid	43.11667	-2.46667		Partagoitia,Partanitia		59	SS	20074	
3114244	Parrés	parres	ES		0	Europe/Madrid	43.40653	-4.77648				34	O	33036	
3114245	Parres	parres	ES		5749	Europe/Madrid	43.35	-5.15			33045	34	O	33045	
3114246	Parral de Villovela	parral-de-villovela	ES		0	Europe/Madrid	41.1057	-4.10041				55	SG	40075	
3114253	Parora	parora	ES		0	Europe/Madrid	43.35476	-5.06846				34	O	33012	
3114260	Parga	parga	ES		0	Europe/Madrid	43.2	-7.83333		El Salvador,Parga,San Salvador		58	LU	27022	
3114261	Parga	parga	ES		0	Europe/Madrid	43.2	-7.8		Parga,Santa Cruz		58	LU	27022	
3114262	Parga	parga	ES		0	Europe/Madrid	43.16667	-7.81667		Parga,San Breijo,San Brejome,San Bréjome		58	LU	27022	
3114263	Parga	parga	ES		0	Europe/Madrid	43.16227	-7.83892		San Esteban		58	LU	27022	
3114264	Parga	parga	ES		0	Europe/Madrid	43.13333	-7.83333		Parga,Santa Leocadia		58	LU	27022	
3114265	Parets de Dalt	parets-de-dalt	ES		0	Europe/Madrid	42.16952	2.88041				56	GI	17218	
3114274	Paredes de Monte	paredes-de-monte	ES		0	Europe/Madrid	41.94972	-4.63917		Paredes de Monte		55	P	34120	
3114287	Pardina de Campares	pardina-de-campares	ES		0	Europe/Madrid	42.48809	-0.44393				52	HU	22199	
3114288	Pardina Centenero	pardina-centenero	ES		0	Europe/Madrid	42.46211	-0.38956				52	HU	22199	
3114291	Pardesoa	pardesoa	ES		0	Europe/Madrid	42.51494	-8.31236				58	PO	36018	
3114295	Pardemarín	pardemarin	ES		0	Europe/Madrid	42.67818	-8.3925		Pardemarin,Pardemarín,Santa Eulalia		58	PO	36017	
3114296	Pardellán	pardellan	ES		0	Europe/Madrid	42.45414	-6.83249		Pardellan,Pardellán,San Esteban		58	OR	32073	
3114306	Paranza	paranza	ES		0	Europe/Madrid	43.34268	-5.74311				34	O	33044	
3114308	Paraños	paranos	ES		0	Europe/Madrid	42.2	-8.38333		Paranos,Paraños,Santa Maria,Santa María		58	PO	36013	
3114310	Páramos	paramos	ES		0	Europe/Madrid	42.98333	-8.68333		Paramos,Páramos,Santa Maria,Santa María		58	C	15088	
3114311	Páramos	paramos	ES		0	Europe/Madrid	42.06667	-8.6		Paramos,Páramos,San Juan		58	PO	36055	
3114317	O Páramo	o-paramo	ES		1892	Europe/Madrid	42.95	-7.3				58	LU	27011	
3114324	Parajas	parajas	ES		0	Europe/Madrid	43.20327	-6.58582		Parajas		34	O	33001	
3114325	Paraizás	paraizas	ES		0	Europe/Madrid	42.33113	-7.30698		Paraisas,Paraisás,Paraizas,Paraizás		58	LU	27050	
3114327	Parafita	parafita	ES		0	Europe/Madrid	42.26255	-7.35092				58	OR	32029	
3114330	Paradinas de Abajo y Vista Alegre	paradinas-de-abajo-y-vista-alegre	ES		0	Europe/Madrid	40.73981	-6.50822		Paradinas de Abajo,Paradinas de Abajo y Vista Alegre		55	SA	37096	
3114336	Paradellas	paradellas	ES		0	Europe/Madrid	42.34152	-7.59279				58	OR	32057	
3114341	Paradela de Abajo	paradela-de-abajo	ES		0	Europe/Madrid	42.28333	-7.21667				58	OR	32044	
3114342	Paradela	paradela	ES		0	Europe/Madrid	42.99934	-9.06616				58	C	15034	
3114343	Paradela	paradela	ES		0	Europe/Madrid	42.97912	-7.95149		Paradela		58	C	15083	
3114344	Paradela	paradela	ES		0	Europe/Madrid	42.98139	-7.0742				58	LU	27034	
3114345	Paradela	paradela	ES		0	Europe/Madrid	42.93796	-7.48547				58	LU	27014	
3114346	Paradela	paradela	ES		0	Europe/Madrid	42.76667	-7.61667		Paradela,Santa Eulalia		58	LU	27042	
3114347	Paradela	paradela	ES		0	Europe/Madrid	42.76667	-7.6		Paradela,San Vicente		58	LU	27042	
3114348	Paradela	paradela	ES		2356	Europe/Madrid	42.76667	-7.56667		Paradela,San Miguel		58	LU	27042	
3114349	Paradela	paradela	ES		0	Europe/Madrid	42.74039	-8.46212		Paradela,Santa Maria,Santa María		58	PO	36017	
3114350	Paradela	paradela	ES		0	Europe/Madrid	42.7512	-7.5829		Paradela,Santa Cristina		58	LU	27042	
3114351	Paradela	paradela	ES		0	Europe/Madrid	42.7593	-7.50113		Paradela,San Andres,San Andrés		58	LU	27057	
3114352	Paradela	paradela	ES		0	Europe/Madrid	42.56766	-8.75772		Paradela,Santa Maria,Santa María		58	PO	36060	
3114353	Paradela	paradela	ES		0	Europe/Madrid	42.40545	-7.4346		Paradela,San Vicente		58	OR	32023	
3114354	Paradela	paradela	ES		0	Europe/Madrid	42.27076	-7.06954				58	OR	32015	
3114355	Paradela	paradela	ES		0	Europe/Madrid	42.16397	-7.04909				58	OR	32086	
3114361	Parada Seca	parada-seca	ES		0	Europe/Madrid	42.29754	-7.35238				58	OR	32029	
3114363	Paradapiñol	paradapinol	ES		0	Europe/Madrid	42.48148	-7.16747		Paradapinol,Paradapiñol,Paradepinol,Paradepiñol		58	LU	27050	
3114365	Paradanova	paradanova	ES		0	Europe/Madrid	43.13476	-7.05694				58	LU	27018	
3114371	Parada de Riveira	parada-de-riveira	ES		0	Europe/Madrid	42.02713	-7.72803		Parada de Ribeira,Parada de Riveira		58	OR	32032	
3114373	Parada do Sil	parada-do-sil	ES		0	Europe/Madrid	42.38258	-7.56842		Santa Marina		58	OR	32057	
3114374	Parada del Monte	parada-del-monte	ES		0	Europe/Madrid	42.0115	-8.03813		Parada de Monte,Parada del Monte		58	OR	32041	
3114376	Parada da Serra	parada-da-serra	ES		0	Europe/Madrid	42.03946	-7.24643				58	OR	32034	
3114378	Parada de Achas	parada-de-achas	ES		0	Europe/Madrid	42.18333	-8.33333		Parada de Achas,Santiago		58	PO	36009	
3114382	Parada	parada	ES		0	Europe/Madrid	43.21422	-8.18514				58	C	15902	
3114383	Parada	parada	ES		0	Europe/Madrid	43.06667	-8.45		Parada,Santa Marina		58	C	15059	
3114384	Parada	parada	ES		0	Europe/Madrid	43.05928	-7.65		Parada		58	LU	27039	
3114385	Parada	parada	ES		0	Europe/Madrid	42.72671	-8.03487				58	PO	36024	
3114386	Parada	parada	ES		0	Europe/Madrid	42.65408	-8.44091				58	PO	36017	
3114387	Parada	parada	ES		0	Europe/Madrid	42.62896	-7.26176				58	LU	27055	
3114388	Parada	parada	ES		0	Europe/Madrid	42.61667	-8.21667		Parada,Santo Tome,Santo Tomé		58	PO	36052	
3114389	Parada	parada	ES		0	Europe/Madrid	42.62358	-7.13773				58	LU	27017	
3114390	Parada	parada	ES		0	Europe/Madrid	42.55319	-8.35727				58	PO	36902	
3114391	Parada	parada	ES		276	Europe/Madrid	42.4	-7.96667		Parada,Santiago		58	OR	32002	
3114392	Parada	parada	ES		0	Europe/Madrid	42.38342	-8.52873				58	PO	36043	
3114393	Parada	parada	ES		5	Europe/Madrid	42.2	-7.15				58	OR	32086	
3114394	Parada	parada	ES		0	Europe/Madrid	42.13333	-8.76667		Parada,Santiago		58	PO	36035	
3114400	Papucín	papucin	ES		0	Europe/Madrid	43.06667	-8.26667		Papucin,Papucín,Santa Maria,Santa María		58	C	15038	
3114402	Papiolet	papiolet	ES		0	Europe/Madrid	41.28231	1.52836	162			56	T	43020	
3114410	Pantón	panton	ES		3166	Europe/Madrid	42.51667	-7.6		Panton,Pantón	27041	58	LU	27041	
3114412	Pantiñobre	pantinobre	ES		0	Europe/Madrid	42.89816	-8.20284		Pantinobre,Pantiñobre		58	C	15006	
3114414	Pantín	pantin	ES		0	Europe/Madrid	43.63333	-8.1		Pantin,Pantín,Santiago		58	C	15087	
3114415	Panticosa	panticosa	ES		711	Europe/Madrid	42.72381	-0.2817		Pandicosa,Panticosa		52	HU	22199	
3114416	Pántaras	pantaras	ES		0	Europe/Madrid	43.16437	-6.98351				58	LU	27018	
3114420	Panizales	panizales	ES		0	Europe/Madrid	43.46089	-5.88533				34	O	33035	
3114425	Paniceres	paniceres	ES		0	Europe/Madrid	43.46451	-5.39429				34	O	33076	
3114426	Paniceres	paniceres	ES		0	Europe/Madrid	43.46745	-5.34718				34	O	33076	
3114435	Pando	pando	ES		0	Europe/Madrid	43.49739	-5.40665				34	O	33076	
3114436	Pando	pando	ES		0	Europe/Madrid	43.45473	-5.118				34	O	33056	
3114437	Pando	pando	ES		0	Europe/Madrid	43.43865	-5.81789				34	O	33035	
3114438	Pando	pando	ES		0	Europe/Madrid	43.37749	-4.26125				39	S	39068	
3114439	Pando	pando	ES		0	Europe/Madrid	43.35724	-5.80992				34	O	33044	
3114440	Pando	pando	ES		0	Europe/Madrid	43.35147	-5.50231				34	O	33040	
3114441	Pando	pando	ES		0	Europe/Madrid	43.33261	-6.06873				34	O	33026	
3114442	Pando	pando	ES		0	Europe/Madrid	43.31485	-5.95564				34	O	33044	
3114443	Pando	pando	ES		0	Europe/Madrid	43.31667	-5.66667				34	O	33031	
3114444	Pando	pando	ES		0	Europe/Madrid	43.2799	-3.9322				39	S	39078	
3114445	Pando	pando	ES		0	Europe/Madrid	43.2771	-3.26028				59	BI	48087	
3114446	Pando	pando	ES		0	Europe/Madrid	43.13612	-4.02555				39	S	39046	
3114447	Pando	pando	ES		0	Europe/Madrid	42.89586	-7.08768		Pando,San Juan		58	LU	27006	
3114448	Pando	pando	ES		0	Europe/Madrid	42.87979	-6.89622				58	LU	27012	
3114449	Pando	pando	ES		33	Europe/Madrid	42.81667	-9.03333		Pando		58	C	15053	
3114450	Pando	pando	ES		0	Europe/Madrid	42.7984	-6.93483				58	LU	27012	
3114451	Pando	pando	ES		0	Europe/Madrid	42.74875	-7.14915				58	LU	27037	
3114453	Pandiello	pandiello	ES		0	Europe/Madrid	43.4895	-6.01958				34	O	33010	
3114454	Pandiellu	pandiellu	ES		0	Europe/Madrid	43.40686	-5.23842				34	O	33045	
3114455	Pandiello	pandiello	ES		0	Europe/Madrid	43.32474	-4.88626				34	O	33008	
3114456	Pandiello	pandiello	ES		0	Europe/Madrid	43.09185	-6.5934				34	O	33011	
3114458	Pandelo	pandelo	ES		0	Europe/Madrid	43.00908	-7.18676				58	LU	27004	
3114459	Pandela	pandela	ES		0	Europe/Madrid	43.25	-7.06667				58	LU	27018	
3114465	Panchés	panches	ES		0	Europe/Madrid	42.85563	-9.13381		Panches,Panchés		58	C	15020	
3114472	Pamplona	pamplona	ES		198491	Europe/Madrid	42.81687	-1.64323	460	Iruinea,Iruna,Irunea,Iruña,Iruñea,Lungsod ng Irunea,Lungsod ng Iruñea,PNA,Pampalona,Pampeluna,Pampelune,Pamplona,Pamplonae,Pamplono,Pompaelo,bnblwnt,iruniya,pam po lna,pampalona,pampeullona,pamplwna,pan pu luo na,panpurona,pmplwnh,Памплонæ,Памплона,Պամպլոնա,פמפלונה,بنبلونة,پامپلونا,पाम्पलोना,இருனியா,ปัมโปลนา,პამპლონა,パンプローナ,潘普洛納,팜플로나	32	32	NA	31201	
3114483	Palomita	palomita	ES		0	Europe/Madrid	40.61009	-0.48933		Casas de Palomitas,Caserio Palomita,Caserío Palomita,Palomita		52	TE	44260	
3114503	Palol	palol	ES		0	Europe/Madrid	42.27218	3.01521		Palol		56	GI	17066	
3114507	Palmou	palmou	ES		0	Europe/Madrid	42.73018	-8.11982		Palmon,Palmou		58	PO	36024	
3114508	Palmés	palmes	ES		0	Europe/Madrid	42.36287	-7.94227				58	OR	32054	
3114510	Palmeira	palmeira	ES		0	Europe/Madrid	43.52466	-7.05751				58	LU	27051	
3114511	Palmeira	palmeira	ES		1894	Europe/Madrid	42.58333	-8.95		Palmeira,San Pedro		58	C	15073	
3114517	Palleirós	palleiros	ES		0	Europe/Madrid	42.24214	-7.19132		Palleiros,Palleirós		58	OR	32044	
3114522	les Pallargues	les-pallargues	ES		0	Europe/Madrid	41.76667	1.2				56	L	25907	
3114523	els Pallaresos	els-pallaresos	ES		3991	Europe/Madrid	41.17491	1.2709		Pallaresos,els Pallaresos	43100	56	T	43100	
3114526	Palera	palera	ES		7	Europe/Madrid	42.22395	2.69871		Palera		56	GI	17021	
3114527	Paleo	paleo	ES		0	Europe/Madrid	43.21667	-8.36667		Paleo,San Esteban		58	C	15021	
3114536	Palazuelos de Cuesta-Urria	palazuelos-de-cuesta-urria	ES		0	Europe/Madrid	42.78761	-3.36424		Palazuelos,Palazuelos de Cuesta-Urria		55	BU	09394	
3114542	Palazuelo de la Valcueva	palazuelo-de-la-valcueva	ES		0	Europe/Madrid	42.84803	-5.48697		Palazuelo de la Valcueva		55	LE	24098	
3114546	Palau-surroca	palau-surroca	ES		0	Europe/Madrid	42.29807	2.87181		Palau-surroca		56	GI	17196	
3114547	Palausolità	palausolita	ES		0	Europe/Madrid	41.58333	2.16667				56	B	08156	
3114549	Palau Sacosta	palau-sacosta	ES		0	Europe/Madrid	41.9575	2.82056				56	GI	17079	
3114554	Palau-borrell	palau-borrell	ES		0	Europe/Madrid	42.13201	3.04433		Palau-borrell		56	GI	17217	
3114555	Palas de Rey	palas-de-rey	ES		0	Europe/Madrid	42.87477	-7.86904		Palas de rei,Palas del Rey		58	LU	27040	
3114559	Palancas	palancas	ES		0	Europe/Madrid	40.75973	-6.45949		Caserio Palancas,Caserío Palancas,Palancas		55	SA	37279	
3114562	Palancar de Abajo	palancar-de-abajo	ES		0	Europe/Madrid	40.3793	-4.75632		Caserio Palancar de Abajo,Caserío Palancar de Abajo,Palancar de Abajo		55	AV	05041	
3114573	Palacio Villalones	palacio-villalones	ES		0	Europe/Madrid	40.91074	-5.77552		Palacio Villalones,Palacio de Villalones		55	SA	37087	
3114574	Palaciosrubios	palaciosrubios	ES		491	Europe/Madrid	41.05238	-5.19507		Palaciosrubios	37228	55	SA	37228	
3114597	Palacios	palacios	ES		0	Europe/Madrid	43.15131	-5.84696				34	O	33033	
3114598	Palacios	palacios	ES		0	Europe/Madrid	40.05913	-6.15669		Caserio Palacios,Caserío Palacios,Palacios		57	CC	10148	
3114602	Palacio de Heras	palacio-de-heras	ES		0	Europe/Madrid	40.8	-3.11667		Caserio Palacio de Heras,Caserío Palacio de Heras,Palacio de Heras		54	GU	19005	
3114603	Palacio de Castronuevo	palacio-de-castronuevo	ES		0	Europe/Madrid	40.88488	-5.01394		Palacio de Castonuevo,Palacio de Castronuevo		55	AV	05196	
3114608	Palacinos	palacinos	ES		0	Europe/Madrid	41.15357	-5.89945				55	SA	37030	
3114609	Panxón	panxon	ES		0	Europe/Madrid	42.15	-8.83333				58	PO	36035	
3114623	Payares	payares	ES		0	Europe/Madrid	43.01808	-5.77282		Payares		34	O	33033	
3114631	Pajareiras	pajareiras	ES		0	Europe/Madrid	42.86352	-9.04623		Pajareiras,Pajareiros,Pajaritos,Paxareiras		58	C	15045	
3114641	Padrones	padrones	ES		0	Europe/Madrid	42.23333	-8.51667		Padrones,San Salvador		58	PO	36042	
3114646	Padris	padris	ES		0	Europe/Madrid	42.97013	-9.25324		Padris		58	C	15037	
3114647	Padriñán	padrinan	ES		0	Europe/Madrid	42.40685	-8.80134				58	PO	36051	
3114648	Padrenda	padrenda	ES		0	Europe/Madrid	42.47747	-8.79211		Padrenda,San Martin,San Martín		58	PO	36027	
3114649	Padrenda	padrenda	ES		2433	Europe/Madrid	42.13333	-8.15		Padrenda,San Ciprian,San Ciprián	32056	58	OR	32056	
3114650	Padreiro de Abajo	padreiro-de-abajo	ES		0	Europe/Madrid	43.04545	-9.03792				58	C	15092	
3114651	Padreiro	padreiro	ES		0	Europe/Madrid	43.07148	-8.78954		Divino Salvador,Padreiro		58	C	15077	
3114672	Pacios de Rebolín	pacios-de-rebolin	ES		0	Europe/Madrid	43.1	-7.1				58	LU	27018	
3114674	Pacios	pacios	ES		0	Europe/Madrid	43.28333	-6.96667				34	O	33061	
3114675	Pacios	pacios	ES		0	Europe/Madrid	43.25808	-7.37902		El Salvador,Pacios		58	LU	27010	
3114676	Pacios	pacios	ES		0	Europe/Madrid	43.16667	-7.73333		Pacios,San Martin,San Martín		58	LU	27007	
3114677	Pacios	pacios	ES		0	Europe/Madrid	43.14025	-7.13987		Pacios,Santa Maria		58	LU	27018	
3114678	Pacios	pacios	ES		0	Europe/Madrid	43.1207	-7.30183				58	LU	27046	
3114679	Pacios	pacios	ES		0	Europe/Madrid	42.91996	-7.30642				58	LU	27901	
3114680	Pacios	pacios	ES		0	Europe/Madrid	42.70476	-7.39945				58	LU	27024	
3114681	Pacios	pacios	ES		0	Europe/Madrid	42.67734	-7.09844				58	LU	27045	
3114682	Pacios	pacios	ES		0	Europe/Madrid	42.43333	-7		Barrio Pacios,Pacios		58	OR	32009	
3114683	Pacio	pacio	ES		0	Europe/Madrid	42.95128	-7.79301				58	LU	27020	
3114684	Pacio	pacio	ES		0	Europe/Madrid	42.33333	-7.23333				58	OR	32063	
3114686	Ozón	ozon	ES		0	Europe/Madrid	43.08383	-9.15692				58	C	15052	
3114687	Ozcáriz	ozcariz	ES		0	Europe/Madrid	42.81952	-1.45449				32	NA	31156	
3114691	Oza de los Ríos	oza-de-los-rios	ES		0	Europe/Madrid	43.21667	-8.18333		Oza,Oza de los Rios,Oza de los Ríos		58	C	15902	
3114692	Oza Bella	oza-bella	ES		0	Europe/Madrid	43.25594	-8.69054		Oza Bella,Oza Vella		58	C	15019	
3114695	Oza	oza	ES		0	Europe/Madrid	43.25	-8.7		Oza,San Verisimo,San Verísimo		58	C	15019	
3114696	Oza	oza	ES		0	Europe/Madrid	42.78333	-8.53333		Oza,Santa Eulalia		58	C	15082	
3114701	Oiardo	oyardo	ES		0	Europe/Madrid	42.98607	-2.92597		Oiardo,Oyardo		59	VI	01054	
3114702	Oia	oia	ES		0	Europe/Madrid	42.18925	-8.80121				58	PO	36057	
3114703	Oia	oia	ES		0	Europe/Madrid	42	-8.86667		Ojja,Oya,ao ya,awya,oia,Ойя,أويا,オイア,奥亚	36036	58	PO	36036	
3114705	Oviñana	ovinana	ES		0	Europe/Madrid	43.35151	-6.20612				34	O	33005	
3114716	Ove	ove	ES		0	Europe/Madrid	43.53333	-7.05		Obe,Ove,San Juan		58	LU	27051	
3114718	Oval	oval	ES		0	Europe/Madrid	42.44566	-6.96072				58	OR	32073	
3114719	Ouzande	ouzande	ES		0	Europe/Madrid	42.68333	-8.48333		Ouzande,San Lorenzo		58	PO	36017	
3114721	Ouviaña	ouviana	ES		0	Europe/Madrid	43.20014	-7.16855				58	LU	27053	
3114722	Outonín	outonin	ES		12	Europe/Madrid	42.68333	-7.25				58	LU	27055	
3114723	Outonáis	outonais	ES		0	Europe/Madrid	43.22913	-7.05716				58	LU	27018	
3114727	Galteiros	galteiros	ES		10	Europe/Madrid	42.87326	-8.89515				58	C	15062	
3114730	Outeiro	outeiro	ES		0	Europe/Madrid	43.5	-7.08333				58	LU	27051	
3114731	Outeiro	outeiro	ES		0	Europe/Madrid	43.23405	-7.3089				58	LU	27044	
3114732	Outeiro	outeiro	ES		4601	Europe/Madrid	43.14458	-7.29212				58	LU	27046	
3114733	Outeiro	outeiro	ES		0	Europe/Madrid	43.1	-8.96667				58	C	15092	
3114734	Outeiro	outeiro	ES		0	Europe/Madrid	43.02737	-9.01536				58	C	15092	
3114735	Outeiro	outeiro	ES		0	Europe/Madrid	43.03589	-7.67231				58	LU	27028	
3114736	Outeiro	outeiro	ES		0	Europe/Madrid	42.94217	-8.98133				58	C	15045	
3114737	Outeiro	outeiro	ES		0	Europe/Madrid	42.81667	-8.91667		Outeiro,San Cosme		58	C	15062	
3114738	Outeiro	outeiro	ES		126	Europe/Madrid	42.41667	-8.83333				58	PO	36051	
3114739	Outariz	outariz	ES		0	Europe/Madrid	43.15266	-7.18292				58	LU	27053	
3114740	Óutara	outara	ES		0	Europe/Madrid	42.65	-7.38333		Outara,Santa Maria,Santa María,Óutara		58	LU	27047	
3114745	Ourol	ourol	ES		1328	Europe/Madrid	42.87013	-7.61447		Orol,Orol',Ourol,Ourol',San Julian,San Julián,ou luo er,ouroru,Ороль,Оуроль,オウロル,欧罗尔		58	LU	27023	
3114746	Ouría	ouria	ES		0	Europe/Madrid	43.43427	-6.88328				34	O	33007	
3114747	Ouría	ouria	ES		0	Europe/Madrid	43.40833	-7.05818		Ouria,Ouría		34	O	33071	
3114751	Oural	oural	ES		0	Europe/Madrid	43.41848	-7.30572				58	LU	27027	
3114752	Oural	oural	ES		0	Europe/Madrid	42.8	-8.35		Oural,Santa Maria,Santa María		58	C	15012	
3114754	Ouces	ouces	ES		0	Europe/Madrid	43.33333	-8.23333		Ouces,San Juan		58	C	15008	
3114755	Oubiña	oubina	ES		0	Europe/Madrid	42.53333	-8.76667		Oubina,Oubiña,San Vicente		58	PO	36006	
3114757	Otsaurte	otzaurte	ES		0	Europe/Madrid	42.94036	-2.26693		Otsaurte,Otzaurte		59	SS	20025	
3114766	Otín	otin	ES		0	Europe/Madrid	42.31881	-0.0743		Otin,Otín		52	HU	22058	
3114768	Otides	otides	ES		0	Europe/Madrid	43.22625	-3.38113				59	BI	48022	
3114775	Otero Vaciadores	otero-vaciadores	ES		0	Europe/Madrid	40.88051	-5.76529				55	SA	37023	
3114780	Outeiro de Rei	outeiro-de-rei	ES		5001	Europe/Madrid	43.10198	-7.61497				58	LU	27039	
3114782	Otero de María Asensio	otero-de-maria-asensio	ES		0	Europe/Madrid	40.88333	-5.55		Alqueria Otero de Maria Asensio,Alquería Otero de María Asensio,Otero de Maria Asensio,Otero de María Asensio		55	SA	37070	
3114803	Outeiro	outeiro	ES		0	Europe/Madrid	42.53012	-7.1309				58	LU	27017	
3114805	Outeiro	outeiro	ES		0	Europe/Madrid	42.43333	-7.25				58	LU	27050	
3114807	Outeiro	outeiro	ES		0	Europe/Madrid	42.25	-7.11667		Barrio de Otero		58	OR	32015	
3114812	Oteitza	oteitza	ES		0	Europe/Madrid	43.13333	-1.66667		Oteitza,Oteiza		32	NA	31221	
3114818	Otarelo	otarelo	ES		0	Europe/Madrid	42.43234	-6.98551				58	OR	32009	
3114819	Outar de Pregos	outar-de-pregos	ES		0	Europe/Madrid	42.33333	-7.11667				58	OR	32015	
3114822	Otal	otal	ES		0	Europe/Madrid	42.58755	-0.21199				52	HU	22069	
3114823	Ostitz	ostitz	ES		0	Europe/Madrid	42.91667	-1.61667		Ostitz,Ostiz		32	NA	31017	
3114829	Osoño	osono	ES		0	Europe/Madrid	41.93683	-7.37022		Osono,Osoño		58	OR	32091	
3114840	Oseira	oseira	ES		0	Europe/Madrid	42.53333	-7.95				58	OR	32076	
3114842	Oselle	oselle	ES		0	Europe/Madrid	42.86448	-7.14823				58	LU	27006	
3114845	Oseiro	oseiro	ES		0	Europe/Madrid	43.31667	-8.48333		Oseiro,San Tirso,San Tirso de Oseiro		58	C	15005	
3114846	Osedo	osedo	ES		0	Europe/Madrid	43.33966	-8.27854		San Xian de Osedo,San Xián de Osedo		58	C	15075	
3114861	Orusco	orusco	ES		719	Europe/Madrid	40.28287	-3.20539		Orusco		29	M	28035	
3114863	Oruña	oruna	ES		0	Europe/Madrid	43.40337	-3.95261				39	S	39052	
3114864	Oruxo	oruxo	ES		0	Europe/Madrid	43.08333	-9.21667				58	C	15052	
3114865	Ortuzar	ortuzar	ES		0	Europe/Madrid	43.14579	-2.65264				59	BI	48050	
3114866	Ortuella	urtuella	ES		8556	Europe/Madrid	43.31113	-3.05617		Ortuehl'ja,Ortuel'ja,Ortuella,ao er tu ai li ya,awrtwyla,Ортуелья,Ортуэлья,أورتويلا,奥尔图埃利亚		59	BI	48083	
3114867	Ortoño	ortono	ES		0	Europe/Madrid	42.85	-8.63333		Ortono,Ortoño,San Juan		58	C	15002	
3114868	Ortoneda	ortoneda	ES		0	Europe/Madrid	42.24557	1.04259				56	L	25161	
3114870	Orto	orto	ES		0	Europe/Madrid	43.27695	-8.28643		Orto,San Martin,San Martín		58	C	15001	
3114873	Ortiguero	ortiguero	ES		0	Europe/Madrid	43.32493	-4.90179		Ortiguera		39	S	33008	
3114876	Ortigosa de Pestaño	ortigosa-de-pestano	ES		105	Europe/Madrid	41.08741	-4.39516		Ortigos de Pestano,Ortigos de Pestaño,Ortigosa de Pestano,Ortigosa de Pestaño	40151	55	SG	40151	
3114877	Ortigosa del Ríoalmar	ortigosa-del-rioalmar	ES		0	Europe/Madrid	40.67464	-5.05117		Ortigosa de Rioalmar,Ortigosa de Ríoalmar,Ortigosa del Rioalmar,Ortigosa del Ríoalmar		55	AV	05119	
3114879	Ortigosa	ortigosa	ES		0	Europe/Madrid	43.25388	-5.54001				34	O	33032	
3114880	Ortigosa	ortigosa	ES		0	Europe/Madrid	42.17568	-2.70513		Ortigosa,Ortigosa de Cameros	26112	27	LO	26112	
3114884	Hortsavinyà	hortsavinya	ES		0	Europe/Madrid	41.66667	2.63333				56	B	08284	
3114885	Orro	orro	ES		0	Europe/Madrid	43.28382	-8.42641				58	C	15031	
3114886	Orro	orro	ES		0	Europe/Madrid	42.80713	-8.88415				58	C	15057	
3114903	Orotz-Betelu	orotz-betelu	ES		193	Europe/Madrid	42.9	-1.3		Orotz-Betelu,Oroz-Betelu		32	NA	31028	
3114904	Oroso	oroso	ES		6378	Europe/Madrid	42.98333	-8.43333		Oroso		58	C	15078	
3114905	Oroso	oroso	ES		0	Europe/Madrid	42.21667	-8.25		Oroso,Santa Maria,Santa María		58	PO	36009	
3114912	Oropesa del Mar	oropesa-del-mar	ES		11188	Europe/Madrid	40.09134	0.14115		Oropesa del Mar,Orpesa		60	CS	12085	
3114914	Oronoz-Mugairi	oronoz-mugairi	ES		420	Europe/Madrid	43.13862	-1.60868		Oronoz,Oronoz-Mugaire,Oronoz-Mugairi		32	NA	31050	
3114918	Orol	orol	ES		0	Europe/Madrid	43.56434	-7.63947		Orol		58	LU	27038	
3114919	Orois	orois	ES		0	Europe/Madrid	42.96667	-8.08333		Orois,Santa Cristina		58	C	15046	
3114925	Ornedillo	ornedillo	ES		0	Europe/Madrid	43.15	-3.81667				39	S	39097	
3114930	Ormaiztegi	ormaiztegui	ES		0	Europe/Madrid	43.04339	-2.25673		Ormaiztegi,Ormaiztegui,Ormáiztegui	20062	59	SS	20062	
3114932	Orxais	orxais	ES		0	Europe/Madrid	42.28333	-7.06667				58	OR	32083	
3114945	Orillés	orilles	ES		0	Europe/Madrid	43.17919	-5.64042				34	O	33002	
3114947	Orille de Arriba	orille-de-arriba	ES		0	Europe/Madrid	42.09239	-7.93067		San Pedro		58	OR	32084	
3114955	Orial	orial	ES		0	Europe/Madrid	43.3754	-5.71151		Orial		34	O	33066	
3114959	Orga	orga	ES		0	Europe/Madrid	42.16458	-7.92758				58	OR	32024	
3114963	Oreo	oreo	ES		0	Europe/Madrid	43.01951	-8.87225		Oreo		58	C	15077	
3114966	Orenin	orenin	ES		0	Europe/Madrid	42.9	-2.55				59	VI	01021	
3114972	Orexa	oreja	ES		0	Europe/Madrid	43.09382	-2.01119		Oreja,Orexa	20060	59	SS	20060	
3114973	Oreja	oreja	ES		0	Europe/Madrid	40.03944	-3.49546				54	TO	45123	
3114975	Ourega	ourega	ES		0	Europe/Madrid	42.36584	-8.16319				58	OR	32040	
3114980	Urduña / Orduña	urduna	ES		4072	Europe/Madrid	42.99435	-3.00974	299	Orduna,Orduña,Urduna,Urduña		59	BI	48074	
3114981	Ordovaga	ordovaga	ES		0	Europe/Madrid	43.48012	-6.59572		Ordovaga		34	O	33034	
3114982	Ordorika	ordorika	ES		0	Europe/Madrid	43.26667	-2.66667		Ordorica,Ordorika		59	BI	48003	
3114984	Ordoeste	ordoeste	ES		0	Europe/Madrid	42.93333	-8.78333		Ordoeste,Santa Maria,Santa María		58	C	15056	
3114986	Ordiales	ordiales	ES		0	Europe/Madrid	43.4204	-5.62559				34	O	33066	
3114991	Orderías	orderias	ES		0	Europe/Madrid	43.51667	-6.18333				34	O	33021	
3114995	Ordaliego	ordaliego	ES		0	Europe/Madrid	43.27995	-5.5336				34	O	33032	
3114996	Ordal	ordal	ES		0	Europe/Madrid	41.39661	1.85064		Ordal		56	B	08146	
3114924	Oro	oro	ES	20550	0	Europe/Madrid	43.03713	-2.49475		Oro		59	SS	20013	
3115004	Orbellido	orbellido	ES		0	Europe/Madrid	43.01952	-8.99354				58	C	15092	
3115005	Orbazay	orbazay	ES		0	Europe/Madrid	43.00521	-7.59635				58	LU	27028	
3115007	Orbaneja-Ríopico	orbaneja-riopico	ES		174	Europe/Madrid	42.36083	-3.58223		Riopico		55	BU	09241	
3115009	Orbañanoz	orbananoz	ES		0	Europe/Madrid	42.75105	-3.17639				55	BU	09412	
3115011	Orbán	orban	ES		0	Europe/Madrid	42.48333	-7.83333		Orban,Orbán,Santa Maria,Santa María		58	OR	32059	
3115012	Orbaitz	orbaitz	ES		0	Europe/Madrid	42.81667	-1.36667		Orbaitz,Orbaiz		32	NA	31158	
3115013	Orbaizta	orbaizta	ES		0	Europe/Madrid	42.98333	-1.23333		Orbaiceta,Orbaizta		32	NA	31195	
3115016	Orazo	orazo	ES		0	Europe/Madrid	42.73783	-8.35379		Orazo,San Pedro		58	PO	36017	
3115019	Orán	oran	ES		0	Europe/Madrid	43.15836	-7.26511				58	LU	27046	
3115021	Okina	oquina	ES		0	Europe/Madrid	42.7625	-2.5882		Okia,Oquina		59	VI	01016	
3115025	Oporto	oporto	ES		0	Europe/Madrid	42.37248	-7.09648				58	LU	27050	
3115027	Opakua	opacua	ES		0	Europe/Madrid	42.82774	-2.35912		Opacua,Opakua		59	VI	01051	
3115042	Ontalba	ontalba	ES		0	Europe/Madrid	40.08162	-3.81006		Casa Ontalba,Dehesa Ontalba,Ontalba		54	TO	45119	
3115046	Ons	ons	ES		36	Europe/Madrid	42.88333	-8.73333		Ons		58	C	15013	
3115048	Onón	onon	ES		0	Europe/Madrid	43.50299	-5.40221				34	O	33076	
3115049	Onís	onis	ES		837	Europe/Madrid	43.33829	-4.96608		Santa Eulalia		34	O	33012	
3115054	Ondategi	ondategui	ES		0	Europe/Madrid	42.95736	-2.73568		Ondategi,Ondategui,Ondátegui		59	VI	01018	
3115057	Ondarraldea	ondarra	ES		0	Europe/Madrid	42.98505	-2.28799		Ondarra,Ondarraldea		59	SS	20025	
3115062	Oñatz	onatz	ES		0	Europe/Madrid	43.15972	-2.26253		Onatz,Oñatz		59	SS	20018	
3115063	Oñati	onate	ES		10896	Europe/Madrid	43.03262	-2.40997		Onate,Onati,Oñate,Oñati	20059	59	SS	20059	
3115066	Onamio	onamio	ES		0	Europe/Madrid	42.55862	-6.49862		Onamio		55	LE	24100	
3115073	els Omells de na Gaia	els-omells-de-na-gaia	ES		159	Europe/Madrid	41.50041	1.07524	560	els Omells,els Omells de na Gaia		56	L	25154	
3115074	els Omellons	els-omellons	ES		0	Europe/Madrid	41.5	0.96667		Omellons,Omellóns,els Omellons		56	L	25029	
3115075	Omedo	omedo	ES		0	Europe/Madrid	43.34965	-5.49188				34	O	33040	
3115081	Olzinellas	olzinellas	ES		0	Europe/Madrid	41.66317	2.51038		Olzinellas,Olziniellas		56	B	08294	
3115082	Oltza	oltza	ES		1326	Europe/Madrid	42.85	-1.76667		Oltza,Olza		32	NA	31193	
3115085	Olveiroa	olveiroa	ES		0	Europe/Madrid	42.96673	-9.03989				58	C	15034	
3115086	Olveira	olveira	ES		0	Europe/Madrid	42.98693	-9.03319				58	C	15034	
3115087	Olveira	olveira	ES		0	Europe/Madrid	42.59719	-9.03695		Olveira,Santa Maria,Santa María		58	C	15073	
3115090	Les Oluges	les-oluges	ES		0	Europe/Madrid	41.7	1.33333				56	L	25072	
3115095	Olóriz	oloriz	ES		212	Europe/Madrid	42.63522	-1.61276			31192	32	NA	31192	
3115105	Olmosalbos	olmosalbos	ES		0	Europe/Madrid	42.23583	-3.66785				55	BU	09315	
3115107	Olmos	olmos	ES		0	Europe/Madrid	42.87875	-6.93222				58	LU	27012	
3115108	Olmo de la Guareña	olmo-de-la-guarena	ES		0	Europe/Madrid	41.16175	-5.30653		El Olmo de la Guarena,El Olmo de la Guareña,Olmo de la Guarena,Olmo de la Guareña		55	ZA	49230	
3115116	Olmillo	olmillo	ES		0	Europe/Madrid	41.3237	-3.68858				55	SG	40016	
3115123	Olmedilla	olmedilla	ES		0	Europe/Madrid	40.76779	-5.85952		Olmedilla		55	SA	37344	
3115127	Ollora	ollora	ES		0	Europe/Madrid	42.33333	-2.9				27	LO	26113	
3115131	Olloibar	olloibar	ES		298	Europe/Madrid	42.86667	-1.85		Ollaran,Ollo,Olloibar		32	NA	31118	
3115132	Olleta	olleta	ES		0	Europe/Madrid	42.58456	-1.53963				32	NA	31150	
3115133	Ollés	olles	ES		0	Europe/Madrid	42.15364	2.83305				56	GI	17218	
3115134	Ollers	ollers	ES		0	Europe/Madrid	41.43333	1.21667				56	T	43021	
3115140	Oleiros	oleiros	ES		0	Europe/Madrid	42.46773	-7.73536				58	LU	27009	
3115145	Ollares	ollares	ES		0	Europe/Madrid	42.8202	-8.22819		Ollares		58	PO	36059	
3115149	Olives	olives	ES		0	Europe/Madrid	42.68333	-8.38333		Olives,Santa Maria,Santa María		58	PO	36017	
3115151	Oliveira	oliveira	ES		0	Europe/Madrid	42.93333	-9.2				58	C	15028	
3115152	Oliveira	oliveira	ES		0	Europe/Madrid	42.18333	-8.48333		Oliveira,San Lorenzo		58	PO	36042	
3115153	Oliveira	oliveira	ES		0	Europe/Madrid	42.18333	-8.45		Oliveira,Santiago		58	PO	36042	
3115154	Oliveira	oliveira	ES		0	Europe/Madrid	42.15	-8.48333		Oliveira,San Mateo		58	PO	36042	
3115162	Olite	olite	ES		3431	Europe/Madrid	42.47971	-1.65196		Erriberri,Oligicus,Oligitum,Olit,Olite,ao li te,orite,Олите,Оліте,オリテ,奥利特	31191	32	NA	31191	
3115177	Oleiros	oleiros	ES		33443	Europe/Madrid	43.33333	-8.31667		Alejras,Oleiros,Olejros,Santa Maria,Santa María,ao lai luo si,awlyrws,awlyyrws,oreirosu,Алейрас,Олеирос,Олейрос,أوليروس,اولئیروس,اولیروس,オレイロス,奥莱罗斯	15058	58	C	15058	
3115178	Oleiros	oleiros	ES		0	Europe/Madrid	43.2551	-7.62978		Oleiros,San Mamed		58	LU	27065	
3115179	Oleiros	oleiros	ES		0	Europe/Madrid	42.93333	-7.96667		Oleiros,San Martin,San Martín		58	C	15083	
3115180	Oleiros	oleiros	ES		32	Europe/Madrid	42.85	-7.4				58	LU	27026	
3115181	Oleiros	oleiros	ES		20	Europe/Madrid	42.65	-8.21667				58	PO	36052	
3115182	Oleiros	oleiros	ES		685	Europe/Madrid	42.6	-9		Oleiros,San Martin,San Martín		58	C	15073	
3115183	Oleiros	oleiros	ES		0	Europe/Madrid	42.08333	-8.46667		Oleiros,Santa Maria,Santa María		58	PO	36050	
3115190	Olazagutía	olazagutia	ES		1713	Europe/Madrid	42.87584	-2.19538				32	NA	31189	
3115191	Olazabal	olazabal	ES		0	Europe/Madrid	43.1389	-2.75521				59	BI	48026	
3115192	Olazabal	olazabal	ES		0	Europe/Madrid	43.11044	-2.59931				59	BI	48091	
3115193	Olatz Txipia	olatz-txipia	ES		0	Europe/Madrid	42.81667	-1.58333		Olatz,Olatz Txipia,Olaz		32	NA	31086	
3115196	Olás de Villariño	olas-de-villarino	ES		0	Europe/Madrid	42.18637	-7.89462		Olas de Vilarino,Olás de Vilariño,Santa Maria,Santa María		58	OR	32047	
3115202	Olagorta	olagorta	ES		0	Europe/Madrid	43.36931	-2.61056				59	BI	48028	
3115203	Oleta	olaeta	ES		0	Europe/Madrid	43.04734	-2.63105		Olaeta,Oleta		59	VI	01003	
3115208	Olabarrieta	olabarrieta	ES		0	Europe/Madrid	43.02898	-2.38895		Olabarrieta		59	SS	20059	
3115211	Ojuriego	ojuriego	ES		0	Europe/Madrid	43.26885	-3.9				39	S	39100	
3115216	Ojeda	ojeda	ES		0	Europe/Madrid	42.75516	-3.50744				55	BU	09328	
3115221	Oix	oix	ES		86	Europe/Madrid	42.27185	2.52857		Oix		56	GI	17109	
3115224	Oitavén	oitaven	ES		0	Europe/Madrid	42.33207	-8.48051		Oitaven,Oitavén,Otaiven,Otaivén		58	PO	36019	
3115225	Ois	ois	ES		0	Europe/Madrid	43.25	-8.11667		Ois,Santiago		58	C	15027	
3115226	Ois	ois	ES		0	Europe/Madrid	43.23333	-8.11667		Ois,Santa Maria,Santa María		58	C	15027	
3115227	Oirós	oiros	ES		0	Europe/Madrid	42.76667	-8.18333		Oiros,Oirós,Santa Maria,Santa María		58	PO	36059	
3115228	Oiras	oiras	ES		0	Europe/Madrid	43.48333	-7.43333		Oiras,San Mamed		58	LU	27002	
3115229	Oirán	oiran	ES		0	Europe/Madrid	43.51667	-7.33333		Oiran,Oirán,San Esteban		58	LU	27030	
3115230	Oikia	oiquina	ES		0	Europe/Madrid	43.27947	-2.23134		Oikia,Oiquina		59	SS	20081	
3115231	Oinés	oines	ES		0	Europe/Madrid	42.95	-8.25		Oines,Oinés,San Cosme		58	C	15006	
3115232	Oín	oin	ES		0	Europe/Madrid	42.76745	-8.68385				58	C	15074	
3115240	Ogas	ogas	ES		0	Europe/Madrid	43.09674	-9.04766				58	C	15092	
3115242	Ogaragoitia	ogaragoitia	ES		0	Europe/Madrid	43.11667	-2.75				59	BI	48024	
3115243	Oeste	oeste	ES		0	Europe/Madrid	42.68333	-8.7		Oeste,Santa Eulalia		58	PO	36010	
3115251	Odériz	oderiz	ES		0	Europe/Madrid	42.95077	-1.87162				32	NA	31144	
3115258	Obekolaldea	ocola	ES		0	Europe/Madrid	43.31105	-2.4568				59	BI	48018	
3115263	Otxobi	otxobi	ES		0	Europe/Madrid	42.88333	-1.78333		Ochobi,Ochovi,Otxobi		32	NA	31131	
3115275	Ocastro	ocastro	ES		0	Europe/Madrid	42.71667	-8.23333		Ocastro,San Mamed		58	PO	36052	
3115276	Okariz	ocariz	ES		0	Europe/Madrid	42.83873	-2.35815		Ocariz,Ocáriz,Okariz		59	VI	01053	
3115277	Okamika	ocamica	ES		0	Europe/Madrid	43.32513	-2.52719				59	BI	48047	
3115279	Oca	oca	ES		0	Europe/Madrid	43.20005	-8.72915				58	C	15029	
3115280	Oca	oca	ES		0	Europe/Madrid	42.92752	-8.67643				58	C	15002	
3115281	Oca	oca	ES		0	Europe/Madrid	42.75	-8.38333		Oca,San Esteban		58	PO	36017	
3115284	Obre	obre	ES		0	Europe/Madrid	43.28333	-8.18333		Obre,San Andres,San Andrés		58	C	15064	
3115285	Obre	obre	ES		0	Europe/Madrid	42.78333	-8.91667		Obre,Santa Marina		58	C	15057	
3115286	Obra	obra	ES		0	Europe/Madrid	42.82574	-8.34365		Obra		58	PO	36059	
3115290	Oblanca	oblanca	ES		0	Europe/Madrid	42.91306	-5.88264				55	LE	24164	
3115306	Numide	numide	ES		0	Europe/Madrid	43.05	-8.46667		Numide,Santiago		58	C	15084	
3115309	Nullán	nullan	ES		0	Europe/Madrid	42.75997	-7.1355		Nullan,Nullán		58	LU	27037	
3115312	Nuez	nuez	ES		0	Europe/Madrid	41.77335	-6.51554				55	ZA	49223	
3115316	Nuevefuentes	nuevefuentes	ES		0	Europe/Madrid	42.83333	-8.28333		Nuevefuentes,Santiago		58	PO	36059	
3115318	Nueva Montaña	nueva-montana	ES		0	Europe/Madrid	43.44497	-3.85183				39	S	39075	
3115321	Nueva	nueva	ES		0	Europe/Madrid	43.43809	-4.94024				34	O	33036	
3115322	Nuestra Señora de Vida	nuestra-senora-de-vida	ES		0	Europe/Madrid	42.26431	2.83972				56	GI	17051	
3115324	Ugarte	nuestra-senora-del-rosario-de-ugarte	ES		0	Europe/Madrid	43.06801	-2.08336		Nuestra Senora del Rosario de Ugarte,Nuestra Señora del Rosario de Ugarte,Ugarte		59	SS	20008	
3115325	Nosa Señora do O	nosa-senora-do-o	ES		0	Europe/Madrid	43.09698	-9.15286				58	C	15052	
3115333	Novío	novio	ES		0	Europe/Madrid	43.06244	-7.04729				58	LU	27018	
3115342	Novella	novella	ES		0	Europe/Madrid	40.84083	-1.84797		Novella		54	GU	19190	
3115343	Novela	novela	ES		0	Europe/Madrid	42.86667	-8.05		Novela,Santa Maria,Santa María		58	C	15079	
3115344	Novás	novas	ES		0	Europe/Madrid	42.68109	-8.54836				58	PO	36015	
3115345	Novás	novas	ES		0	Europe/Madrid	41.98586	-7.64419				58	OR	32032	
3115351	Noval	noval	ES		38	Europe/Madrid	43.48333	-5.88333				34	O	33035	
3115352	Noval	noval	ES		0	Europe/Madrid	43.3907	-3.38773				39	S	39036	
3115353	Nováis	novais	ES		0	Europe/Madrid	42.4561	-7.24109				58	LU	27050	
3115354	Novais	novais	ES		0	Europe/Madrid	42.38474	-6.90652				58	OR	32017	
3115355	Nóutigos	noutigos	ES		0	Europe/Madrid	42.82873	-9.08097		Noutigos,Nóutigos		58	C	15020	
3115356	Noudelo	noudelo	ES		0	Europe/Madrid	42.86716	-6.92541				58	LU	27012	
3115357	Nós	nos	ES		0	Europe/Madrid	43.31667	-8.33333		San Pedro de Nos,San Pedro de Nós		58	C	15058	
3115367	Nora	nora	ES		0	Europe/Madrid	43.40433	-5.54798				34	O	33065	
3115368	Nora	nora	ES		0	Europe/Madrid	43.37774	-5.95623		Nora,San Pedro		34	O	33054	
3115378	Noicela	noicela	ES		0	Europe/Madrid	43.28726	-8.63151		Noicela		58	C	15019	
3115382	Noguez	noguez	ES		0	Europe/Madrid	41.10572	-6.04501				55	SA	37170	
3115385	Nogueirosa	nogueirosa	ES		0	Europe/Madrid	43.4	-8.15		San Cosme		58	C	15069	
3115391	Noguera	noguera	ES		160	Europe/Madrid	40.4596	-1.59731		Noguera		52	TE	44009	
3115310	Nuin	nuin	ES	31193	0	Europe/Madrid	42.91501	-1.71799				32	NA	31136	
3115393	Nogueiras	nogueiras	ES		0	Europe/Madrid	42.4	-6.86667				58	OR	32017	
3115418	Nocedo del Valle	nocedo-del-valle	ES		0	Europe/Madrid	42.00353	-7.44461				58	OR	32021	
3115424	Nocedas	nocedas	ES		0	Europe/Madrid	42.48333	-7.48333		Nocedas,San Esteban		58	LU	27031	
3115442	Noalla	noalla	ES		0	Europe/Madrid	42.43353	-8.8585		San Esteban		58	PO	36051	
3115443	Noalla	noalla	ES		38	Europe/Madrid	42.28333	-7.85				58	OR	32075	
3115448	Niveiro	niveiro	ES		0	Europe/Madrid	43.03333	-8.63333		Niveiro,San Vicente		58	C	15088	
3115452	Niñóns	ninons	ES		0	Europe/Madrid	43.28333	-8.89609				58	C	15068	
3115453	Niñodaguía	ninodaguia	ES		0	Europe/Madrid	42.86667	-8.01667		Ninodaguia,Ninodeguia,Niñodaguía,Niñodeguía,San Pelayo		58	C	15079	
3115454	Niñodaguía	ninodaguia	ES		0	Europe/Madrid	42.3	-7.65		Ninodaguia,Niñodaguía,Santa Maria,Santa María		58	OR	32037	
3115455	Niñodaguía	ninodaguia	ES		0	Europe/Madrid	41.95385	-7.67876				58	OR	32005	
3115457	Niñán	ninan	ES		0	Europe/Madrid	42.9925	-8.9746				58	C	15045	
3115458	Nin	nin	ES		0	Europe/Madrid	41.91667	2.7		Can Nin,Caserio Nin,Caserío Nin,Nin		56	GI	17028	
3115462	Nigueiroá	nigueiroa	ES		0	Europe/Madrid	41.99293	-7.95204				58	OR	32006	
3115463	Nigrán	nigran	ES		18021	Europe/Madrid	42.14153	-8.80656		Nigran,San Felix,San Félix,ni ge lan,niguran,nyghran,Нигран,Нігран,نيغران,ニグラン,尼格兰	36035	58	PO	36035	
3115464	Nigoi	nigoi	ES		0	Europe/Madrid	42.64774	-8.4599		Nigoy,Santa Maria,Santa María		58	PO	36017	
3115465	Neves	neves	ES		0	Europe/Madrid	43.58333	-7.83333		Santa Maria,Santa María		58	C	15061	
3115468	Niévares	nievares	ES		0	Europe/Madrid	43.47061	-5.49857				34	O	33076	
3115486	Nestar	nestar	ES		0	Europe/Madrid	42.84235	-4.23725				55	P	34004	
3115487	Nespereira	nespereira	ES		0	Europe/Madrid	42.84306	-7.71896				58	LU	27049	
3115488	Nespereira	nespereira	ES		13	Europe/Madrid	42.71667	-7.48333				58	LU	27057	
3115489	Nespereira	nespereira	ES		0	Europe/Madrid	42.25	-8.58333		Nespereira,San Martin,San Martín		58	PO	36037	
3115494	Nemiña	nemina	ES		0	Europe/Madrid	43.02095	-9.27212				58	C	15052	
3115495	Nemenzo	nemenzo	ES		0	Europe/Madrid	42.95	-8.48333		Nemenzo,Nemonzo,Santa Cristina		58	C	15078	
3115501	Neira de Cabaleiros	neira-de-cabaleiros	ES		40	Europe/Madrid	42.86667	-7.38333		Neira de Cabaleiro,Neira de Cabaleiros		58	LU	27026	
3115503	Neira	neira	ES		0	Europe/Madrid	42.85927	-7.50899				58	LU	27043	
3115504	Neipín	neipin	ES		0	Europe/Madrid	43.32554	-7.16207				58	LU	27048	
3115510	Negueira	negueira	ES		0	Europe/Madrid	43.13458	-6.89445		El Salvador,Negueira		58	LU	27035	
3115512	Negros	negros	ES		0	Europe/Madrid	42.25732	-8.61828				58	PO	36045	
3115521	Negrelos	negrelos	ES		32	Europe/Madrid	42.66667	-7.96667		Negrelos,San Ciprian,San Ciprián		58	PO	36047	
3115522	Negreiros	negreiros	ES		0	Europe/Madrid	42.71667	-8.25		Negreiros,San Martin,San Martín		58	PO	36052	
3115528	Negradas	negradas	ES		0	Europe/Madrid	43.71468	-7.67793		Negradas,San Miguel		58	LU	27064	
3115529	Negradas	negradas	ES		0	Europe/Madrid	43.11667	-7.9				58	LU	27022	
3115535	Negales	negales	ES		147	Europe/Madrid	43.38333	-5.65		Negales		34	O	33066	
3115540	Nebra	nebra	ES		0	Europe/Madrid	42.73333	-8.96667		Nebra,Santa Maria,Santa María		58	C	15071	
3115541	Neaño	neano	ES		0	Europe/Madrid	43.22428	-8.91295		Neano,Neaño		58	C	15014	
3115549	Navianos	navianos	ES		0	Europe/Madrid	42.18677	-5.82446		Navianos,Navianos de la Vega		55	LE	24003	
3115550	Navia de Suarna	navia-de-suarna	ES		1669	Europe/Madrid	42.96667	-7		Navia de Suarna	27034	58	LU	27034	
3115565	Naveo	naveo	ES		0	Europe/Madrid	43.05547	-5.76445				34	O	33033	
3115570	Navea	navea	ES		0	Europe/Madrid	42.38333	-7.25				58	LU	27050	
3115587	Navas de Jadraque	navas-de-jadraque	ES		32	Europe/Madrid	41.10482	-3.08839		Navas de Jadraque		54	GU	19197	
3115596	Navarro	navarro	ES		0	Europe/Madrid	43.56667	-5.9		Navarro,San Pedro,San Pedro de Navarro		34	O	33004	
3115606	Navarredonda de la Sierra	navarredonda-de-la-sierra	ES		0	Europe/Madrid	40.36667	-5.13333				55	AV	05165	
3115610	Elexalde	elexalde	ES		0	Europe/Madrid	43.31667	-2.58333		Elexalde,Nabarriz,Navardiz,Navarniz,Navarniz-Elejalde,Navárniz,Navárniz-Elejalde		59	BI	48909	
3115644	Navallos	navallos	ES		0	Europe/Madrid	43.17676	-7.20998				58	LU	27053	
3115645	Navallos	navallos	ES		0	Europe/Madrid	42.83191	-7.59663		Naballos,Navallos		58	LU	27023	
3115649	Navallar	navallar	ES		0	Europe/Madrid	40.65	-3.8		Central de Navallar,Navallar		29	M	28045	
3115656	Navales	navales	ES		358	Europe/Madrid	40.78857	-5.47863		Navales	37216	55	SA	37216	
3115679	Návagos	navagos	ES		0	Europe/Madrid	42.97993	-3.36945				55	BU	09209	
3115680	Navagallega	navagallega	ES		0	Europe/Madrid	40.69844	-5.79041		Navagallega		55	SA	37189	
3115695	Nava del Barco	nava-del-barco	ES		136	Europe/Madrid	40.29321	-5.54022		Nava del Barco	05153	55	AV	05153	
3115729	Narbaiza	narvaja	ES		0	Europe/Madrid	42.90866	-2.41339		Narbaxa,Narvaja		59	VI	01053	
3115758	Naranco	naranco	ES		0	Europe/Madrid	43.37471	-5.86891				34	O	33044	
3115759	Naraja	naraja	ES		0	Europe/Madrid	43.09575	-7.02321				58	LU	27018	
3115761	Narahío	narahio	ES		0	Europe/Madrid	43.5	-8.08333		Narahio,Narahío,Santa Maria,Santa María		58	C	15076	
3115764	Nantón	nanton	ES		0	Europe/Madrid	43.16667	-8.86667		Manton,Mantón,Nanton,Nantón,Naton,Natón,San Pedro		58	C	15014	
3115765	Nantín	nantin	ES		0	Europe/Madrid	42.89744	-7.19559				58	LU	27006	
3115766	Nantes	nantes	ES		0	Europe/Madrid	42.42751	-8.80134		Naintes,Santa Eulalia		58	PO	36051	
3115769	Nande	nande	ES		0	Europe/Madrid	43.18333	-9.01667		Mande,Nande,San Simon,San Simón		58	C	15040	
3115770	Nande	nande	ES		0	Europe/Madrid	42.7368	-7.26592				58	LU	27055	
3115772	Langara Ganboa / Nanclares de Ganboa	nanclares-de-gamboa	ES		0	Europe/Madrid	42.92149	-2.57569		Langara Ganboa,Nanclares de Ganboa		59	VI	01008	
3115782	Naharros del Rio	naharros-del-rio	ES		0	Europe/Madrid	40.96665	-5.60156		Alqueria Naharros del Rio,Alquería Naharros del Rio,Naharros del Rio		55	SA	37240	
3115919	Muñás	munas	ES		0	Europe/Madrid	43.47596	-6.39018	200			34	O	33034	
3115790	Nadón	nadon	ES		0	Europe/Madrid	43.48593	-6.78949		Nadon,Nadou,Nadón		34	O	33018	
3115793	Natjà	natja	ES		0	Europe/Madrid	41.95659	0.49151		Natja,Natjà		52	HU	22043	
3115796	Mutilva Baja	mutilva-baja	ES		0	Europe/Madrid	42.78753	-1.62126		Mutiloa Beiti		32	NA	31023	
3115797	Mutilva Alta	mutilva-alta	ES		0	Europe/Madrid	42.80067	-1.61769		Mutiloa goiti,Mutilva Alta		32	NA	31023	
3115800	Músquiz	musquiz	ES		0	Europe/Madrid	42.93669	-1.74889				32	NA	31126	
3115804	Musel-Arnao	musel-arnao	ES		0	Europe/Madrid	43.55795	-5.70868		El Musel,Musel,Musel-Arnao		34	O	33024	
3115807	Musaurieta	musaurieta	ES		0	Europe/Madrid	43.39994	-2.94809		Elexalde,Musaurieta		59	BI	48014	
3115809	Musakola	musacola	ES		0	Europe/Madrid	43.07631	-2.46684		Musacola,Musakola,Musácola,Zigarrola,Ziorla		59	SS	20074	
3115810	Musa	musa	ES		0	Europe/Madrid	42.3783	1.66909				56	L	25139	
3115820	Murtatza	murtaza	ES		0	Europe/Madrid	43.2161	-2.81208		Murtatza,Murtaza		59	BI	48092	
3115823	Muros de Nalón	muros-de-nalon	ES		2051	Europe/Madrid	43.54277	-6.10348		Muros,Muros de Nalon,Muros de Nalón,Santa Maria de Muros de Nalon,Santa María de Muros de Nalón		34	O	33051	
3115826	Muro en Cameros	muro-en-cameros	ES		34	Europe/Madrid	42.22509	-2.53038		Muro en Cameros	26101	27	LO	26101	
3115827	Muro de Roda	muro-de-roda	ES		0	Europe/Madrid	42.35956	0.23088		Muro de Koda		52	HU	22907	
3115828	Muro de Bellas	muro-de-bellas	ES		0	Europe/Madrid	42.49071	0.13081		Muro		52	HU	22189	
3115830	Muro de Ágreda	muro-de-agreda	ES		0	Europe/Madrid	41.83122	-1.9863		Muro de Agreda,Muro de Ágreda		55	SO	42134	
3115838	Murillo de Lónguida	murillo-de-longuida	ES		0	Europe/Madrid	42.74777	-1.36385				32	NA	31158	
3115839	Murillo de Liena	murillo-de-liena	ES		0	Europe/Madrid	42.37884	0.3925				52	HU	22111	
3115840	Murillo de las Limas	murillo-de-las-limas	ES		0	Europe/Madrid	42.12865	-1.58153				32	NA	31232	
3115844	Murillo	murillo	ES		0	Europe/Madrid	42.6837	-1.97651		Deierriko Murelu,Murelu Deierri,Murillo,Murillo de Yerri		32	NA	31260	
3115849	Muriellos	muriellos	ES		0	Europe/Madrid	43.30557	-6.73811				34	O	33001	
3115850	Muriellos	muriellos	ES		0	Europe/Madrid	43.22533	-5.88599				34	O	33058	
3115851	Muriellos	muriellos	ES		0	Europe/Madrid	43.16782	-5.94018		Muriellos,Santa Maria		34	O	33053	
3115852	Muriel de Zapardiel	muriel-de-zapardiel	ES		0	Europe/Madrid	41.12266	-4.84273		Muriel,Muriel de Zapardiel		55	VA	47100	
3115795	Muzqui	muzqui	ES	31291	0	Europe/Madrid	42.73607	-1.91324		Muzqui		32	NA	31120	
3115874	Murgia	murguia	ES		2340	Europe/Madrid	42.95686	-2.81945		Murgia,Murguia,Murguia Zuya,Murguía,Murguía Zuya,Zuya		59	VI	01063	
3115879	Muras	muras	ES		943	Europe/Madrid	43.46685	-7.72383		Muras	27033	58	LU	27033	
3115901	Muniferral	muniferral	ES		0	Europe/Madrid	43.23333	-8.05		Muniferral,San Cristobal,San Cristóbal		58	C	15003	
3115906	Muniáin	muniain	ES		0	Europe/Madrid	42.79402	-1.86167				32	NA	31120	
3115912	Muñeca	muneca	ES		0	Europe/Madrid	42.79221	-4.80198		Muneca,Muñeca		55	P	34080	
3115915	Mundil	mundil	ES		0	Europe/Madrid	42.21667	-8.01667		Mundil,Santa Maria,Santa María		58	OR	32020	
3115929	Muja	muja	ES		0	Europe/Madrid	43.05	-7.51667		Muja,Santa Maria,Santa María		58	LU	27028	
3115930	Muja	muja	ES		0	Europe/Madrid	43	-7.53333		Muja,San Pedro-Felix,San Pedro-Félix		58	LU	27028	
3115932	Muiños	muinos	ES		0	Europe/Madrid	42.58333	-9.01667				58	C	15073	
3115933	Muiños	muinos	ES		1962	Europe/Madrid	41.95609	-7.97396		Muinos,Muiños		58	OR	32051	
3115934	Muiño	muino	ES		0	Europe/Madrid	43.03333	-8.95		Muino,Muiño,San Tirso		58	C	15093	
3115935	Muiña	muina	ES		0	Europe/Madrid	42.88398	-8.26574		Muina,Muiña		58	C	15085	
3115941	Mugia	mugia	ES		5423	Europe/Madrid	43.10414	-9.21791		Mugia,Mukhija,Muxia,Muxía,Мухия		58	C	15052	
3115963	Mudelos	mudelos	ES		16	Europe/Madrid	42.45	-8.08333		Mudelos		58	OR	32019	
3115974	Mozodiel	mozodiel	ES		0	Europe/Madrid	41.12266	-6.06297				55	SA	37370	
3115978	Mózar	mozar	ES		0	Europe/Madrid	41.95325	-5.77577				55	ZA	49256	
3115979	Mozandeo	mozandeo	ES		0	Europe/Madrid	43.4309	-7.20836				58	LU	27061	
3115983	Moyalde	moyalde	ES		0	Europe/Madrid	41.93314	-7.24439				58	OR	32091	
3115987	Moveros	moveros	ES		0	Europe/Madrid	41.65237	-6.24894				55	ZA	49071	
3115988	Mouzo	mouzo	ES		0	Europe/Madrid	43.12262	-9.11254				58	C	15092	
3115991	Mouroso	mouroso	ES		0	Europe/Madrid	43.43333	-6.2		Mouroso		34	O	33059	
3115993	Mourisco	mourisco	ES		0	Europe/Madrid	42.28541	-7.71581				58	OR	32055	
3115994	Mourisco	mourisco	ES		0	Europe/Madrid	41.95701	-7.2002				58	OR	32071	
3115995	Mouriscados	mouriscados	ES		0	Europe/Madrid	42.18333	-8.4		Mouriscados,San Ciprian,San Ciprián		58	PO	36030	
3115996	Mourín	mourin	ES		0	Europe/Madrid	43.14219	-9.18809		Mourin,Mourín		58	C	15016	
3115999	Mourente	mourente	ES		0	Europe/Madrid	43.57105	-7.27987				58	LU	27019	
3116000	Mourente	mourente	ES		97	Europe/Madrid	42.43333	-8.61667		Mourente,Santa Maria de Afuera,Santa María de Afuera		58	PO	36038	
3116003	Mourelle	mourelle	ES		0	Europe/Madrid	43.3378	-6.94667				34	O	33075	
3116004	Mourelle	mourelle	ES		0	Europe/Madrid	43.3158	-7.30018				58	LU	27044	
3116005	Mourelle	mourelle	ES		0	Europe/Madrid	42.7	-7.68333		Mourelle,Mourulle		58	LU	27060	
3116009	Moura	moura	ES		0	Europe/Madrid	42.43333	-7.71667		Moura,San Juan		58	OR	32052	
3116013	Mougás	mougas	ES		0	Europe/Madrid	42.0516	-8.87249		Mougas,Mougás		58	PO	36036	
3116016	Moucide	moucide	ES		0	Europe/Madrid	43.58333	-7.38333		Moucide,San Esteban		58	LU	27063	
3116028	Mosteiro	mosteiro	ES		0	Europe/Madrid	43.68333	-7.8		Mosteiro,San Juan		58	C	15061	
3116029	Mosteiro	mosteiro	ES		0	Europe/Madrid	43.1298	-7.35309				58	LU	27046	
3116030	Mosteiro	mosteiro	ES		0	Europe/Madrid	43.08789	-7.5543		El Salvador,Mosteiro		58	LU	27039	
3116031	Mosteiro	mosteiro	ES		3	Europe/Madrid	42.9	-7.78333				58	LU	27040	
3116032	Mosteiro	mosteiro	ES		10	Europe/Madrid	42.86667	-7.58333				58	LU	27023	
3116033	Mosteiro	mosteiro	ES		0	Europe/Madrid	42.79027	-8.95156				58	C	15062	
3116034	Mosteiro	mosteiro	ES		0	Europe/Madrid	42.61787	-7.44017				58	LU	27008	
3116035	Mosteiro	mosteiro	ES		0	Europe/Madrid	42.58333	-8.01667				58	PO	36016	
3116036	Mosteiro	mosteiro	ES		0	Europe/Madrid	42.16817	-8.03101				58	OR	32068	
3116037	Mosteiro	mosteiro	ES		0	Europe/Madrid	42.01968	-7.76896				58	OR	32032	
3116038	Mosteirín	mosteirin	ES		2	Europe/Madrid	43.05	-6.98333				58	LU	27034	
3116040	Mostad	mostad	ES		0	Europe/Madrid	42.6465	-7.1177				58	LU	27017	
3116047	Mosende	mosende	ES		0	Europe/Madrid	43.69286	-7.65718		Mosende,San Pedro		58	LU	27064	
3116048	Mosende	mosende	ES		0	Europe/Madrid	42.11667	-8.65		Mosende,San Jorge		58	PO	36039	
3116049	Mosejos	mosejos	ES		0	Europe/Madrid	42.15662	-7.09047				58	OR	32086	
3116050	Moscoso	moscoso	ES		0	Europe/Madrid	42.31667	-8.5		Moscoso,San Pelagio		58	PO	36037	
3116051	Moscosa y Gusende	moscosa-y-gusende	ES		0	Europe/Madrid	41.14008	-6.10392				55	SA	37370	
3116061	Moruxo	moruxo	ES		0	Europe/Madrid	43.33167	-8.22258		San Vicente de Moruxo		58	C	15008	
3116071	Morquintián	morquintian	ES		0	Europe/Madrid	43.04723	-9.23215		Morquintian,Morquintián,Morquitians		58	C	15052	
3116072	Morpeguite	morpeguite	ES		0	Europe/Madrid	43.05382	-9.18149		Morpeguite,Morpequite		58	C	15052	
3116073	Moroso	moroso	ES		0	Europe/Madrid	42.85431	-4.1074				39	S	39094	
3116084	Moro	moro	ES		0	Europe/Madrid	43.45	-5.1		Moro,San Salvador		34	O	33056	
3116085	Mormontelos	mormontelos	ES		0	Europe/Madrid	42.22223	-7.20119		Mormendelos,Mormentelos,Mormontelos		58	OR	32092	
3116088	Morlán	morlan	ES		0	Europe/Madrid	43.01667	-8.5		Morlan,Morlán,Santa Maria,Santa María		58	C	15086	
3116089	Morla	morla	ES		0	Europe/Madrid	42.24391	-6.26975				55	LE	24047	
3116090	Moriyón	moriyon	ES		0	Europe/Madrid	43.48967	-5.38888				34	O	33076	
3116092	Morisca	morisca	ES		0	Europe/Madrid	42.20031	-7.09367				58	OR	32086	
3116108	Morgade	morgade	ES		0	Europe/Madrid	42.07805	-7.69779				58	OR	32032	
3116109	Morgadáns	morgadans	ES		0	Europe/Madrid	42.11667	-8.71667				58	PO	36021	
3116110	Morgakoena	morgacoena	ES		0	Europe/Madrid	43.3015	-2.75014				59	BI	48066	
3116123	Moreiras	moreiras	ES		0	Europe/Madrid	42.45547	-8.18531				58	OR	32013	
3116124	Moreiras	moreiras	ES		119	Europe/Madrid	42.33333	-7.75		Moreiras,Santa Marta		58	OR	32058	
3116125	Moreiras	moreiras	ES		0	Europe/Madrid	42.31857	-7.77334		San Martin,San Martín		58	OR	32058	
3116126	Moreiras	moreiras	ES		0	Europe/Madrid	42.30163	-7.92057				58	OR	32081	
3116127	Moreiras	moreiras	ES		0	Europe/Madrid	42.31794	-7.77369		San Juan		58	OR	32058	
3116128	Moreiras	moreiras	ES		0	Europe/Madrid	42.02009	-7.67012				58	OR	32032	
3116144	Mórdomo	mordomo	ES		0	Europe/Madrid	43.18148	-9.05359		Mordomo,Mórdomo		58	C	15040	
3116148	Morcat	morcat	ES		0	Europe/Madrid	42.39859	0.02495				52	HU	22066	
3116151	Moratones	moratones	ES		0	Europe/Madrid	42.06776	-5.93626				55	ZA	49206	
3116156	Moratalaz	moratalaz	ES		104923	Europe/Madrid	40.40742	-3.64935		Barrio Moratalaz,Moratalaz distritu,Moratalazo,moratarasu,モラタラス		29	M	28079	14
3116165	Morás	moras	ES	04279	0	Europe/Madrid	43.28333	-8.46667				58	C	15005	
3116168	Morancelle de Arriba	morancelle-de-arriba	ES		0	Europe/Madrid	43	-9.18333				58	C	15023	
3116169	Morancelle de Abajo	morancelle-de-abajo	ES		0	Europe/Madrid	43	-9.18333				58	C	15023	
3116171	Moraño	morano	ES		0	Europe/Madrid	42.5606	-8.55604		Morano,Moraño,Santa Justa		58	PO	36007	
3116190	Moraleja de las Panaderas	moraleja-de-las-panaderas	ES		34	Europe/Madrid	41.27636	-4.82521		Moraleja de las Panaderas	47095	55	VA	47095	
3116204	Moral de Castro	moral-de-castro	ES		0	Europe/Madrid	40.88118	-6.10638				55	SA	37149	
3116207	Moral	moral	ES		0	Europe/Madrid	43.14758	-6.54972				34	O	33011	
3116208	Moral	moral	ES		0	Europe/Madrid	42.75311	-7.08501				58	LU	27037	
3116209	Moral	moral	ES		0	Europe/Madrid	41.46456	-3.6166		Moral		55	SG	40132	
3116210	Moraime	moraime	ES		0	Europe/Madrid	43.08164	-9.20812		Moraime		58	C	15052	
3116222	Mor	mor	ES		0	Europe/Madrid	43.51667	-7.41667		Mor,San Pedro		58	LU	27002	
3116225	Monzo	monzo	ES		0	Europe/Madrid	43.05	-8.58333		Monzo,San Martin,San Martín		58	C	15086	
3116245	Mont-roig	mont-roig	ES		0	Europe/Madrid	41.75	1.18333				56	L	25911	25907
3116267	O Montón	o-monton	ES		0	Europe/Madrid	43.48333	-8.18333				58	C	15035	
3116270	Montoxo	montoxo	ES		0	Europe/Madrid	43.65	-8		San Roman,San Román		58	C	15022	
3116271	Montoxo	montoxo	ES		0	Europe/Madrid	43.65	-7.98333		San Julian,San Julián		58	C	15022	
3116277	Gallicant	gallicant	ES		0	Europe/Madrid	41.71483	2.26971	458	Gallicant		56	B	08134	
3116283	Montjuïc	montjuic	ES		0	Europe/Madrid	41.36667	2.16667		Barrio Montjuic,Barrio Montjuïc,Montjuic,Montjuïc		56	B	08019	03
3116288	Montillón de Arriba	montillon-de-arriba	ES		0	Europe/Madrid	42.60055	-8.48541				58	PO	36017	
3116289	Montillón de Abajo	montillon-de-abajo	ES		0	Europe/Madrid	42.60134	-8.48594				58	PO	36017	
3116291	Montgrony	montgrony	ES		0	Europe/Madrid	42.26568	2.0856	1428	Caserio Montgrony,Caserío Montgrony,Mongrony,Montgrony		56	GI	17080	
3116295	Monteskue	montezcue	ES		0	Europe/Madrid	43.14405	-2.08309		Monteskue,Montezcue,Montezkue		59	SS	20071	
3116296	Montevil	montevil	ES		0	Europe/Madrid	43.51667	-5.66667				34	O	33024	
3116297	Montevixán	montevixan	ES		0	Europe/Madrid	42.53333	-9.01667				58	C	15073	
3116301	Montesiños	montesinos	ES		0	Europe/Madrid	43.02947	-9.18221		Montesinos,Montesiños		58	C	15052	
3116306	Montes de Sebares	montes-de-sebares	ES		0	Europe/Madrid	43.31667	-5.21667		Montes de Sebares,Santa Maria,Santa María		34	O	33045	
3116309	Montesalgueiro	montesalgueiro	ES		0	Europe/Madrid	43.21111	-8.05282		Montesalgueiro		58	C	15003	
3116311	Montes	montes	ES		0	Europe/Madrid	42.53253	-8.47612		San Isidro		58	PO	36007	
3116312	Montes	montes	ES		0	Europe/Madrid	41.96383	-7.55533				58	OR	32028	
3116314	Monterrubio de Demanda	monterrubio-de-demanda	ES		102	Europe/Madrid	42.14894	-3.11335		Monterrubio de Demanda,Monterrubio de la Demanda		55	BU	09414	
3116321	Monterredondo	monterredondo	ES		0	Europe/Madrid	42.11667	-8.15		Monterredendo,Monterredondo,San Juan		58	OR	32056	
3116322	Monte Robledal	monte-robledal	ES		0	Europe/Madrid	40.24697	-3.13884		Caserio Monte Robledal,Caserío Monte Robledal,Monte Robledal		29	M	28025	
3116331	Montenastró	montenastro	ES		0	Europe/Madrid	42.4491	1.22515				56	L	25183	
3116332	Monte Miravalles	monte-miravalles	ES		0	Europe/Madrid	43.46667	-3.55				39	S	39006	
3116336	Montemaior	montemaior	ES		0	Europe/Madrid	43.2	-8.55		Santa Maria Magdalena,Santa María Magdalena		58	C	15024	
3116337	Montellano	mendizelai	ES		0	Europe/Madrid	43.29477	-3.13505		Mendizelai,Montellano		59	BI	48037	
3116344	Montejo de la Vega de la Serrezuela	montejo-de-la-vega-de-la-serrezuela	ES		183	Europe/Madrid	41.55032	-3.65406		Montejo de la Vega,Montejo de la Vega de la Serrezuela	40130	55	SG	40130	
3116346	Montejo de Cevas	montejo-de-cevas	ES		0	Europe/Madrid	42.76453	-3.26164		Montejo de Cebas,Montejo de Ceras,Montejo de Cevas		55	BU	09412	
3116356	Montefuerte	montefuerte	ES		0	Europe/Madrid	43.23333	-2.91667				59	BI	48020	
3116357	Monte Fresno	monte-fresno	ES		0	Europe/Madrid	40.75	-3.25		Caserio Monte Fresno,Caserío Monte Fresno,El Fresno,Monte Fresno		54	GU	19130	
3116360	Monte de Meda	monte-de-meda	ES		0	Europe/Madrid	42.93679	-7.6382		Monte de Meda,San Ciprian,San Cipriano,San Ciprián		58	LU	27028	
3116361	Monte de Meda	monte-de-meda	ES		0	Europe/Madrid	42.93333	-7.63333				58	LU	27028	
3116362	Monte de Meda	monte-de-meda	ES		0	Europe/Madrid	42.91667	-7.63333		Monte de Meda,San Martin,San Martín		58	LU	27023	
3116363	Monte del Soto	monte-del-soto	ES		0	Europe/Madrid	40.18686	-6.08038		Caserio Monte del Soto,Caserío Monte del Soto,Monte del Soto		57	CC	10216	
3116365	Monte de Huerces	monte-de-huerces	ES		0	Europe/Madrid	43.48333	-5.65				34	O	33024	
3116366	Montecubeiro	montecubeiro	ES		0	Europe/Madrid	43.08475	-7.326		Montecubeiro,San Cipriano		58	LU	27011	
3116367	Monte Coya	monte-coya	ES		0	Europe/Madrid	43.36667	-5.38333				34	O	33049	
3116370	Montecelos	montecelos	ES		0	Europe/Madrid	43.11553	-9.10744		Montecelos		58	C	15092	
3116371	Monteboy	monteboy	ES		0	Europe/Madrid	42.31667	-7.23333				58	OR	32063	
3116384	Monte Abajo	monte-abajo	ES		0	Europe/Madrid	40.81597	-6.00725		Casa Monte Bajo,Monte Abajo		55	SA	37353	
3116407	Montclar d'Urgell	montclar-d-urgell	ES		0	Europe/Madrid	41.85	1.05		Montclar d'Urgell		56	L	25003	
3116418	Montardit	montardit	ES		0	Europe/Madrid	42.39458	1.10375				56	L	25039	
3116420	Montaos	montaos	ES		0	Europe/Madrid	43.03333	-8.41667		Montaos,Santa Cruz		58	C	15059	
3116422	Montanui	montanui	ES		320	Europe/Madrid	42.46545	0.6942		Montanui		52	HU	22157	25245
3116423	Montant	montant	ES		0	Europe/Madrid	42.23148	1.39076		Montant,Montaut,Montaút		56	L	25908	
3116427	Montanyana	montanyana	ES		0	Europe/Madrid	42.16083	0.67832		Montanana,Montanyana,Montañana		52	HU	22188	
3116429	Montañán	montanan	ES		0	Europe/Madrid	43.21115	-3.3248		Monlanan,Monlañan,Montanan,Montañán		59	BI	48022	
3116430	Montaña de Agra	montana-de-agra	ES		0	Europe/Madrid	42.88084	-7.14324				58	LU	27006	
3116431	Montaña	montana	ES		0	Europe/Madrid	43.32176	-6.87648				34	O	33029	
3116432	Montaña	montana	ES		0	Europe/Madrid	42.65106	-8.92095		Montana,Montano,Montaña,Montañó		58	C	15011	
3116440	Montalbo en Cameros	montalbo-en-cameros	ES		0	Europe/Madrid	42.26154	-2.48392		Montalbo en Cameros,Montalvo en Cameros		27	LO	26132	
3116443	Montagut	montagut	ES		874	Europe/Madrid	42.23003	2.59631		Montagut		56	GI	17109	
3116447	Monseiro	monseiro	ES		0	Europe/Madrid	42.8	-7.3		Monseiro,San Miguel		58	LU	27026	
3116453	Monrós	monros	ES		0	Europe/Madrid	42.40228	0.98722				56	L	25227	
3116464	Monistrol de Noya	monistrol-de-noya	ES		0	Europe/Madrid	41.44693	1.78547				56	B	08161	
3116470	Moñibas	monibas	ES		0	Europe/Madrid	40.92629	-4.53702		Caserio Monibas,Caserío Moñibas,Monibas,Monivas,Moñibas,Moñivas		55	SG	40135	
3116476	Monfrontino	monfrontino	ES		0	Europe/Madrid	42.38013	-6.07363		Barrio Monfrontino,Monfrontino		55	LE	24182	
3116478	Monforte de Lemos	monforte-de-lemos	ES		19546	Europe/Madrid	42.52165	-7.51422		Monforte,Monforte de Lemos,Monforte-de-Lemos,meng fu er te de lai mo si,Монфорте-де-Лемос,モンフォルテ・デ・レモス,蒙福尔特德莱莫斯	27031	58	LU	27031	
3116481	Monflorido	monflorido	ES		0	Europe/Madrid	40.65432	-6.03376		Monflorido		55	SA	37320	
3116482	Monfero	monfero	ES		2440	Europe/Madrid	43.33333	-8.01667		Monfero,Monferro,San Felix,San Félix		58	C	15050	
3116483	Monfero	monfero	ES		0	Europe/Madrid	43.31667	-8.01667		Monfero,Santa Juliana		58	C	15050	
3116487	Monesma	monesma	ES		0	Europe/Madrid	41.92437	0.06221				52	HU	22128	
3116493	Moneijas	moneijas	ES		0	Europe/Madrid	42.63856	-8.11556				58	PO	36024	
3116500	Moñeca	moneca	ES		0	Europe/Madrid	43.34444	-5.7054		Moneca,Moñeca		34	O	33066	
3116504	Mondoy	mondoy	ES		0	Europe/Madrid	43.25	-8.2		Mandoy,Mondoy,Santa Cruz		58	C	15902	
3116505	Mondoñedo	mondonedo	ES		0	Europe/Madrid	43.56667	-7.3				58	LU	27019	
3116506	Mondoñedo	mondonedo	ES		4508	Europe/Madrid	43.42682	-7.35833		Mondon'edo,Mondonedo,Mondoñedo,meng duo nie duo,mondonyedo,Мондоньедо,Мондоньєдо,モンドニェード,蒙多涅多		58	LU	27030	
3116507	Mondoñedo	mondonedo	ES		4884	Europe/Madrid	43.4	-7.4		Mondonedo,Mondoñedo,San Vicente		58	LU	27030	
3116511	Mondego	mondego	ES		0	Europe/Madrid	43.36667	-8.28333		Mondego,San Julian,San Julián		58	C	15075	
3116514	Mondariz	mondariz	ES		5259	Europe/Madrid	42.2311	-8.45839		Mondariz	36030	58	PO	36030	
3116516	Moncó	monco	ES		0	Europe/Madrid	43.03255	-6.62707				34	O	33011	
3116518	Moncelos	moncelos	ES		0	Europe/Madrid	43.28333	-7.5		Moncelos,Santiago		58	LU	27001	
3116524	Moncalvillo del Huete	moncalvillo-del-huete	ES		0	Europe/Madrid	40.22645	-2.69334		Moncalvillo,Moncalvillo del Huete		54	CU	16112	
3116545	Momán	moman	ES		0	Europe/Madrid	43.33333	-7.85		Moman,Momán,San Mamed		58	LU	27021	
3116546	Momán	moman	ES		0	Europe/Madrid	43.21667	-7.48333		Moman,Momán,San Pedro		58	LU	27015	
3116550	Monnars	monnars	ES		0	Europe/Madrid	41.13406	1.3066		Montnas,Montnás		56	T	43148	
3116561	Moll	moll	ES		0	Europe/Madrid	40.5829	-0.06462		Caserio Moll,Caserío Moll,Masia de San Pedro del Moll,Masía de San Pedro del Moll,Moll		60	CS	12080	
3116565	Molinos de Papel	molinos-de-papel	ES		0	Europe/Madrid	40.08333	-2.06667		Molino de Papel,Molinos de Papel		54	CU	16149	
3116575	Muiños	muinos	ES		0	Europe/Madrid	42.61667	-9				58	C	15073	
3116590	Molinàs	molinas	ES		0	Europe/Madrid	42.40746	3.10544		Molinas,Molinàs		56	GI	17054	
3116599	Molí Azor	moli-azor	ES		0	Europe/Madrid	40.29925	-0.37441				60	CS	12139	
3116615	Mojoeira	mojoeira	ES		0	Europe/Madrid	43.36667	-7.23333				58	LU	27048	
3116620	Moja	moja	ES		0	Europe/Madrid	41.32577	1.69122		Moja		56	B	08145	
3116623	Moíña	moina	ES		0	Europe/Madrid	43.11667	-7.26667				58	LU	27004	
3116624	Moimenta	moimenta	ES		0	Europe/Madrid	42.71637	-8.88851		Moimenta		58	C	15011	
3116628	Mohedas	mohedas	ES		0	Europe/Madrid	40.26891	-6.20292				57	CC	10124	
3116631	Mogor	mogor	ES		0	Europe/Madrid	43.73861	-7.70897				58	C	15044	
3116632	Mogor	mogor	ES		0	Europe/Madrid	42.38558	-8.70871		Mogor,San Jorge		58	PO	36026	
3116634	Mogo	mogo	ES		0	Europe/Madrid	43.5	-7.3				58	LU	27027	
3116636	Mogarraz	mogarraz	ES		0	Europe/Madrid	40.49264	-6.05327		Mogarraz	37194	55	SA	37194	
3116547	Momalo	momalo	ES	33826	0	Europe/Madrid	43.27579	-6.14655		Momalo		34	O	33026	
3116643	Modreros	modreros	ES		0	Europe/Madrid	43.49621	-6.54916				34	O	33034	
3116651	Moar	moar	ES		0	Europe/Madrid	43.02042	-8.31036		Moar		58	C	15038	
3116653	Moaña	moana	ES		19014	Europe/Madrid	42.27807	-8.73921		Moan'ja,Moana,Moanija,Moaña,San Martin,San Martín,mo a ni ya,moanya,mwanya  bwntyfydra,Моания,Моанья,موانيا، بونتيفيدرا,モアーニャ,莫阿尼亚	36029	58	PO	36029	
3116654	Moalde	moalde	ES		0	Europe/Madrid	42.71667	-8.31667		Moalde,San Mamed		58	PO	36052	
3116657	Miyeres	miyeres	ES		0	Europe/Madrid	43.43603	-5.45918				34	O	33076	
3116658	Miyares	miyares	ES		0	Europe/Madrid	43.42162	-5.58749				34	O	33065	
3116659	Miyares	miyares	ES		0	Europe/Madrid	43.37735	-5.29773				34	O	33049	
3116660	Miyar	miyar	ES		0	Europe/Madrid	43.39542	-5.13908				34	O	33012	
3116661	Miyangües	miyanguees	ES		0	Europe/Madrid	43.39954	-5.40889				34	O	33009	
3116669	Mirueña	miruena	ES		0	Europe/Madrid	40.73724	-5.09111				55	AV	05131	
3116672	Mirón	miron	ES		0	Europe/Madrid	43.10871	-7.29523				58	LU	27046	
3116674	Miraz	miraz	ES		0	Europe/Madrid	43.38333	-7.83333		Miraz,San Pedro		58	C	15070	
3116675	Miraz	miraz	ES		0	Europe/Madrid	43.11667	-7.83333		Miraz,Santiago		58	LU	27020	
3116676	Miraz	miraz	ES		0	Europe/Madrid	42.66187	-7.17632				58	LU	27017	
3116677	Miravete	miravete	ES		0	Europe/Madrid	40.57617	-0.69316		Miravete		52	TE	44150	
3116680	Miravalles	miravalles	ES		0	Europe/Madrid	43.47878	-5.39596				34	O	33076	
3116682	Miravalles	miravalles	ES		0	Europe/Madrid	43.04744	-6.47171				34	O	33011	
3116683	Mirás	miras	ES		0	Europe/Madrid	42.85094	-8.96256		Miras,Mirás		58	C	15062	
3116684	Mirantes de Luna	mirantes-de-luna	ES		0	Europe/Madrid	42.87472	-5.84992		Mirantes,Mirantes de Luna		55	LE	24012	
3116698	Miramont	miramont	ES		0	Europe/Madrid	42.61501	-0.96474				52	Z	50245	
3116700	Miralsot de Dalt	miralsot-de-dalt	ES		0	Europe/Madrid	41.56264	0.28309		Miralsot de Dalt		52	HU	22245	
3116703	Mirallos	mirallos	ES		0	Europe/Madrid	42.47333	-7.79304				58	OR	32059	
3116721	Miñortos	minortos	ES		0	Europe/Madrid	42.76667	-8.93333		Minortos,Miñortos,San Martin,San Martín		58	C	15071	
3116723	Miñóns	minons	ES		0	Europe/Madrid	42.94528	-9.12903				58	C	15034	
3116726	Miño de Medina	mino-de-medina	ES		0	Europe/Madrid	41.18333	-2.51667				55	SO	42115	
3116731	Ministerio	ministerio	ES		0	Europe/Madrid	42.3475	0.22707				52	HU	22113	
3116734	Miñide	minide	ES		0	Europe/Madrid	43.08118	-6.98982				58	LU	27018	
3116737	Miñera de Luna	minera-de-luna	ES		0	Europe/Madrid	42.88333	-5.86667		Minera,Minera de Luna,Miñera,Miñera de Luna		55	LE	24012	
3116740	Miñao Gutxia / Miñano Menor	minano-menor-minao-gutxia	ES		17	Europe/Madrid	42.91667	-2.66667		Minano Menor,Minao Gutxia,Minaogutxia,Miñano Menor,Miñao Gutxia,Miñaogutxia		59	VI	01059	
3116741	Miñao / Miñano Mayor	minao-goien-minano-mayor	ES		31	Europe/Madrid	42.91667	-2.65		Minano,Minano Mayor,Minao,Minao Goien,Miñano,Miñano Mayor,Miñao,Miñao Goien		59	VI	01059	
3116744	Miñambres	minambres	ES		0	Europe/Madrid	42.31191	-5.9748				55	LE	24216	
3116751	Milmanda	milmanda	ES		0	Europe/Madrid	42.13333	-8.01667		Milmanda,Santa Maria,Santa María		58	OR	32024	
3116752	Millón	millon	ES		0	Europe/Madrid	42.71667	-8.85		Millon,Millón		58	C	15011	
3116754	Millerada	millerada	ES		0	Europe/Madrid	42.56667	-8.3		Millerada,San Mamed		58	PO	36018	
3116755	Milleirós	milleiros	ES		0	Europe/Madrid	42.54954	-7.79411				58	LU	27009	
3116756	Millás	millas	ES		0	Europe/Madrid	41.98983	2.97134				56	GI	17097	
3116760	Mílara	milara	ES		0	Europe/Madrid	43.33319	-6.2687		Milara,Mílara		34	O	33059	
3116767	Milano	milano	ES		154	Europe/Madrid	41.09237	-6.59932		Milano,Milanos		55	SA	37191	
3116778	Mijaralengua	mijaralengua	ES		0	Europe/Madrid	42.78097	-3.2014				55	BU	09412	
3116782	Miguel Muñoz	miguel-munoz	ES		0	Europe/Madrid	40.74729	-5.71155		Alqueria Miguel Munoz,Alquería Miguel Muñoz,Miguel Munoz,Miguel Muñoz		55	SA	37203	
3116796	Mieites	mieites	ES		0	Europe/Madrid	42.68493	-8.88581		Mieites		58	C	15011	
3116798	Miedes	miedes	ES		486	Europe/Madrid	41.25858	-1.49108		Miedes		52	Z	50169	
3116803	Miànigues	mianigues	ES		0	Europe/Madrid	42.1	2.76667				56	GI	17035	
3116807	Mezkia	mezquia	ES		0	Europe/Madrid	42.86376	-2.35365		Mezkia,Mezquia,Mezquía		59	VI	01053	
3116809	Mezonzo	mezonzo	ES		0	Europe/Madrid	43.05	-8.13333		Mezonzo,Santa Maria,Santa María		58	C	15010	
3116813	Mesull	mesull	ES		0	Europe/Madrid	42.42007	0.87556				56	L	25173	
3116815	Mestre	mestre	ES		0	Europe/Madrid	43.22673	-7.18971				58	LU	27053	
3116818	Mestas	mestas	ES		0	Europe/Madrid	43.47877	-6.7863				34	O	33018	
3116819	Mestas	mestas	ES		0	Europe/Madrid	43.39121	-4.95814				34	O	33036	
3116820	Mestas	mestas	ES		0	Europe/Madrid	43.37635	-6.78974				34	O	33007	
3116823	Mesós	mesos	ES		0	Europe/Madrid	43.06667	-8.3		Mesos,Mesós,San Salvador		58	C	15038	
3116824	Mesón Nuevo	meson-nuevo	ES		0	Europe/Madrid	42.32629	-0.41193				52	HU	22037	
3116825	Mesonfrío	mesonfrio	ES		0	Europe/Madrid	42.76667	-7.75		Mesonfrio,Mesonfrío		58	LU	27060	
3116828	Mesiego	mesiego	ES		0	Europe/Madrid	42.41774	-8.09379				58	OR	32019	
3116838	Merza	merza	ES		0	Europe/Madrid	42.76775	-8.26146		Santa Maria,Santa María		58	PO	36052	
3116846	Merlín	merlin	ES		5	Europe/Madrid	42.78333	-8.05		Merlin,Merlín,San Pedro		58	PO	36020	
3116848	Merlán	merlan	ES		5	Europe/Madrid	42.93333	-7.86667				58	LU	27040	
3116849	Merlán	merlan	ES		8	Europe/Madrid	42.63333	-7.75				58	LU	27016	
3116850	Meriñán	merinan	ES		0	Europe/Madrid	43.30935	-5.70377				34	O	33031	
3116851	Merín	merin	ES		6	Europe/Madrid	42.76667	-8.45		Merin,Merín		58	C	15089	
3116853	Merille	merille	ES		0	Europe/Madrid	43.58333	-7.61667		Merille,Santa Eulalia		58	LU	27038	
3116854	Merilla	merilla	ES		0	Europe/Madrid	43.25285	-3.73078		Merilla,Morilla		39	S	39072	
3116856	Meres	meres	ES		0	Europe/Madrid	43.37594	-5.74856		Meres		34	O	33066	
3116859	Merelle	merelle	ES		0	Europe/Madrid	42.76237	-8.88496				58	C	15042	
3116860	Merejo	merejo	ES		0	Europe/Madrid	43.09929	-9.17819				58	C	15052	
3116867	Mercurín	mercurin	ES		0	Europe/Madrid	43.1009	-8.42522		San Clemente		58	C	15059	
3116881	Mequinensa / Mequinenza	mequinensa-mequinenza	ES		2479	Europe/Madrid	41.37211	0.30169		Mequinensa,Mequinensa / Maquinenza,Mequinenza		52	Z	50165	
3116882	Meoz	meoz	ES		0	Europe/Madrid	42.76696	-1.35093		Meoz		32	NA	31158	
3116883	Menudero	menudero	ES		0	Europe/Madrid	43.4949	-6.58524		Menudero		34	O	33034	
3116886	Mensegal	mensegal	ES		0	Europe/Madrid	40.03455	-6.74729		Casas Mensegal,Mensegal		57	CC	10902	
3116888	Menoio	menoyo	ES		0	Europe/Madrid	43.06889	-3.07257		Menoio,Menoyo		59	VI	01010	
3116897	Mendreiras	mendreiras	ES		0	Europe/Madrid	43.11836	-7.23291				58	LU	27004	
3116900	Mendoya	mendoya	ES		0	Europe/Madrid	42.32893	-7.23248				58	LU	27050	
3116902	Mendizabal	mendizabal	ES		0	Europe/Madrid	43.04535	-2.24825		Mendizabal,Mendizábal		59	SS	20062	
3116905	Mendiorotz	mendiorotz	ES		0	Europe/Madrid	42.81845	-1.49148		Mendiorotz,Mendioroz,Mendióroz		32	NA	31156	
3116906	Mendiondo	mendiondo	ES		0	Europe/Madrid	43.38333	-2.93333				59	BI	48077	
3116907	Mendiola	mendiola-ausuna	ES		0	Europe/Madrid	43.13019	-2.63191		Mendiola,Mendiola-Ausuna		59	BI	48001	
3116912	Mendixur / Mendíjur	mendixur-mendijur	ES		0	Europe/Madrid	42.88685	-2.53695		Mendijur,Mendixur,Mendíjur		59	VI	01013	
3116916	Mendietxea	mendietxea	ES		0	Europe/Madrid	43.09562	-2.28762				59	SS	20035	
3116923	Elexalde Mendata	elexalde-mendata	ES		344	Europe/Madrid	43.28333	-2.63333		Elexalde,Mendata		59	BI	48062	
3116930	Menagarai	menagaray	ES		0	Europe/Madrid	43.09697	-3.07068		Menagarai,Menagaray		59	VI	01010	
3116935	Membribe	membribe	ES		0	Europe/Madrid	40.68001	-2.79936		Caserio Membribe,Caserío Membribe,Membribe,Monte Membribe		54	GU	19054	
3116940	Melojo	melojo	ES		0	Europe/Madrid	42.48919	-8.87919				58	PO	36022	
3116945	Mella	mella	ES		0	Europe/Madrid	42.96667	-8.13333		Mella,San Pedro		58	C	15006	
3116948	Melias	melias	ES		0	Europe/Madrid	42.4	-7.81667		Melias,San Miguel		58	OR	32026	
3116949	Melias	melias	ES		0	Europe/Madrid	42.4	-7.8		Melias,Santa Maria,Santa María		58	OR	32058	
3116951	Melgosa	melgosa	ES		0	Europe/Madrid	42.53348	-3.55785				55	BU	09904	
3116961	Melendreras	melendreras	ES		0	Europe/Madrid	43.30695	-5.41976				34	O	33049	
3116965	Meizarán	meizaran	ES		0	Europe/Madrid	42.7666	-7.176				58	LU	27062	
3116968	Meis	meis	ES		4976	Europe/Madrid	42.5	-8.75		Meis,San Martin,San Martín		58	PO	36028	
3116969	Meis	meis	ES		0	Europe/Madrid	42.50122	-8.73045		Meis,San Salvador		58	PO	36028	
3116970	Meiroy	meiroy	ES		0	Europe/Madrid	43.20599	-7.22221				58	LU	27053	
3116971	Meirol	meirol	ES		197	Europe/Madrid	42.21667	-8.41667		Meirol,San Andres,San Andrés		58	PO	36030	
3116973	Meirengos	meirengos	ES		0	Europe/Madrid	43.55272	-7.11742				58	LU	27051	
3116974	Meire	meire	ES		0	Europe/Madrid	42.90588	-7.96155		Meire		58	C	15046	
3116975	Meirás	meiras	ES		0	Europe/Madrid	43.58333	-8.18333		Meiras,Meirás,San Vicente		58	C	15087	
3116976	Meirás	meiras	ES		0	Europe/Madrid	43.35	-8.3		Meiras,Meirás,San Martin,San Martín		58	C	15075	
3116979	Meiral	meiral	ES		0	Europe/Madrid	42.36667	-7.2				58	LU	27050	
3116981	Meira	meira	ES		1775	Europe/Madrid	43.21337	-7.29372			27029	58	LU	27029	
3116982	Meira	meira	ES		0	Europe/Madrid	42.2895	-8.71696				58	PO	36029	
3116983	Meilán	meilan	ES		0	Europe/Madrid	43.35	-7.26667		Meilan,Meilán		58	LU	27054	
3116984	Meilán	meilan	ES		0	Europe/Madrid	43.0276	-7.59135		Meilan,Meilán,Meitan,Meitán		58	LU	27028	
3116985	Meijome	meijome	ES		0	Europe/Madrid	42.71667	-8.16667				58	PO	36024	
3116986	Meijigo	meijigo	ES		0	Europe/Madrid	43.26667	-8.33333		Meijigo,San Lorenzo		58	C	15017	
3116987	Meijide	meijide	ES		43	Europe/Madrid	42.88333	-7.9		Meijide,San Pedro		58	LU	27040	
3116990	Meá	mea	ES		0	Europe/Madrid	43.46108	-8.2497		San Vicente		58	C	15004	
3116994	Medua	medua	ES		0	Europe/Madrid	42.39854	-6.8715				58	OR	32017	
3116999	Medo	medo	ES		0	Europe/Madrid	42.78333	-7.16667				58	LU	27037	
3117005	Medio	medio	ES		0	Europe/Madrid	43.53858	-5.55033				34	O	33076	
3117013	Medín	medin	ES		0	Europe/Madrid	42.98333	-8.26667		Medin,Medín,San Esteban		58	C	15066	
3117015	Mediavilla	mediavilla	ES		0	Europe/Madrid	43.39944	-4.89411				34	O	33036	
3117016	Mediavilla	mediavilla	ES		0	Europe/Madrid	43.15	-5.68333				34	O	33002	
3117017	Mediavilla	mediavilla	ES		0	Europe/Madrid	43.08333	-3.26667				55	BU	09410	
3117023	Medianas	medianas	ES		0	Europe/Madrid	43.10701	-3.25291				55	BU	09410	
3117028	Mediana	mediana	ES		501	Europe/Madrid	41.46668	-0.70579		Mediana		52	Z	50164	
3117030	Mediaconcha	mediaconcha	ES		0	Europe/Madrid	43.10314	-4.07509				39	S	39046	
3117031	Meder	meder	ES		0	Europe/Madrid	42.11667	-8.43333		Meder,San Adrian,San Adrián		58	PO	36034	
3117039	Mekolalde	mecolalde	ES		0	Europe/Madrid	43.14242	-2.41472		Casas de Mecolalde,Mecolalde,Mekolalde		59	SS	20074	
3117045	Meabe	meave	ES		0	Europe/Madrid	43.26667	-2.51667				59	BI	48060	
3117049	Meangos	meangos	ES		65	Europe/Madrid	43.23333	-8.25		Meangos,Santiago		58	C	15001	
3117050	Meaga	meagas	ES		0	Europe/Madrid	43.28115	-2.20893		Meaga,Meagas		59	SS	20039	
3117054	Meabia	meabia	ES		0	Europe/Madrid	42.65	-8.36667		Meabia,San Juan		58	PO	36018	
3117061	Mazueco	mazueco	ES		0	Europe/Madrid	42.1783	-3.46848				55	BU	09476	
3117062	Mazoy	mazoy	ES		0	Europe/Madrid	43.0578	-7.55384				58	LU	27028	
3117063	Mazo Santigoso	mazo-santigoso	ES		0	Europe/Madrid	42.56667	-7.28333				58	LU	27047	
3117064	Mazos	mazos	ES		0	Europe/Madrid	43.43522	-6.78908				34	O	33007	
3117065	Mazos	mazos	ES		0	Europe/Madrid	42.9285	-7.20087				58	LU	27901	
3117066	Mazo de Lagúas	mazo-de-laguas	ES		0	Europe/Madrid	43.16667	-7.06667				58	LU	27018	
3117067	Mazoba	mazoba	ES		0	Europe/Madrid	43.41667	-3.58333				39	S	39031	
3117078	Mázares	mazares	ES		0	Europe/Madrid	41.61667	-5.88333				55	ZA	49142	
3117080	Mazán	mazan	ES		0	Europe/Madrid	41.13333	-6.13333				55	SA	37370	
3117084	Mazaira	mazaira	ES		0	Europe/Madrid	42.96612	-7.06618				58	LU	27034	
3117085	Mazaira	mazaira	ES		0	Europe/Madrid	42.40391	-7.37318				58	OR	32023	
3117087	Mazaeda	mazaeda	ES		0	Europe/Madrid	43.1627	-7.0938				58	LU	27018	
3117103	Mayor	mayor	ES		0	Europe/Madrid	43.4	-7.28333		Mayor,Santa Maria,Santa María		58	LU	27030	
3117113	Maus de Salas	maus-de-salas	ES		0	Europe/Madrid	41.93631	-7.92359		Maus de Salas,Santa Eulalia		58	OR	32051	
3117114	Maus	maus	ES		0	Europe/Madrid	42.18121	-7.61009				58	OR	32089	
3117115	Maurola	maurolas	ES		0	Europe/Madrid	43.33333	-2.86667		Maurola,Maurolas		59	BI	48069	
3117116	Marulanda	maulanda	ES		0	Europe/Madrid	42.99514	-2.56665		Marulanda,Maulanda		59	SS	20034	
3117124	Matomayor	matomayor	ES		0	Europe/Madrid	43.50294	-7.22873				58	LU	27005	
3117125	Mato	mato	ES		0	Europe/Madrid	42.88333	-7.93333				58	LU	27040	
3117126	Mato, San Salvador	mato-san-salvador	ES		1	Europe/Madrid	42.81467	-7.39856	450			58	LU	27057	
3117127	Mato	mato	ES		0	Europe/Madrid	42.71667	-7.4		Mato,San Esteban		58	LU	27057	
3117128	Mato	mato	ES		0	Europe/Madrid	42.68333	-7.83333		Mato,San Martin,San Martín		58	LU	27060	
3117129	Mato	mato	ES		0	Europe/Madrid	42.6	-7.81667		Mato,San Julian,San Julián		58	LU	27016	
3117130	Mato	mato	ES		0	Europe/Madrid	42.55	-7.61667		Malo,Mato,San Esteban		58	LU	27041	
3117131	Matío	matio	ES		0	Europe/Madrid	43.18026	-9.02165		Malio,Matio,Matío		58	C	15040	
3117134	Matilla de los Caños del Río	matilla-de-los-canos-del-rio	ES		681	Europe/Madrid	40.82539	-5.94276		Matilla de los Canos,Matilla de los Canos del Rio,Matilla de los Caños,Matilla de los Caños del Río	37187	55	SA	37187	
3117136	Matilla de la Vega	matilla-de-la-vega	ES		0	Europe/Madrid	42.37449	-5.90276		Matilla,Matilla de la Vega		55	LE	24144	
3117141	Matiena	matiena	ES		0	Europe/Madrid	43.16667	-2.6		Matiana,Matiena		59	BI	48001	
3117143	Matidero	matidero	ES		0	Europe/Madrid	42.39538	-0.08836				52	HU	22066	
3117151	Matavenero y Poibueno	matavenero-y-poibueno	ES		0	Europe/Madrid	42.53661	-6.36987				55	LE	24170	
3117153	Matauko	matauco	ES		0	Europe/Madrid	42.86096	-2.57828		Matauco,Matauku		59	VI	01059	
3117154	Matasueiro	matasueiro	ES		0	Europe/Madrid	42.88333	-8.93333		Matasueiro,Matuseiro,San Lorenzo,San Lorenzo de Matasueiro		58	C	15062	
3117156	Matas Altas	matas-altas	ES		0	Europe/Madrid	40.80753	-5.93242				55	SA	37187	
3117159	Matas	matas	ES		0	Europe/Madrid	41.11667	-2.68333				54	GU	19257	
3117173	Matanza	matanza	ES		0	Europe/Madrid	42.39135	-6.04587				55	LE	24182	
3117174	Matanza	matanza	ES		0	Europe/Madrid	42.24004	-5.37573		Matanza		55	LE	24099	
3117175	Matandrino	matandrino	ES		0	Europe/Madrid	41.14879	-3.70104				55	SG	40162	
3117177	Matamoros-Burtzako	matamoros-burtzako	ES		0	Europe/Madrid	43.29058	-3.05669		Matamorosa		59	BI	48080	
3117182	Matamá	matama	ES		0	Europe/Madrid	42.2	-8.73333		Matama,Matamá,San Pedro		58	PO	36057	
3117183	Matamá	matama	ES		0	Europe/Madrid	42.035	-7.43377				58	OR	32039	
3117186	Matalobos	matalobos	ES		0	Europe/Madrid	42.69345	-8.52707		Matalobos		58	PO	36017	
3117188	Matallana de Torío	matallana-de-torio	ES		1494	Europe/Madrid	42.8656	-5.52034		Matachana de Toriu,Matachana de Toríu,Matal'jana-de-Torio,Matallana de Torio,Matallana de Torío,ma ta li ya na de tuo li ao,Матальяна-де-Торио,Матальяна-де-Торіо,马塔利亚纳德托里奥	24098	55	LE	24098	
3117189	Matallana	matallana	ES		0	Europe/Madrid	41.0557	-3.33614				54	GU	19060	
3117190	Matalindo	matalindo	ES		0	Europe/Madrid	42.23749	-3.43054				55	BU	09177	
3117198	Mataelpino	mataelpino	ES		0	Europe/Madrid	40.73622	-3.94597		Mataelpino		29	M	28023	
3117216	Mas Santa Bárbara	mas-santa-barbara	ES		0	Europe/Madrid	40.18919	-0.65081		Ermita de Santa Barbara,Mas Santa Barbara,Mas Santa Bárbara,Santa Barbara,Santa Bárbara		52	TE	44201	
3117217	Mas San Miguel	mas-san-miguel	ES		0	Europe/Madrid	40.18	-0.65215		Ermita de San Miguel,Mas San Miguel,San Miguel		52	TE	44201	
3117220	Maçaners	macaners	ES		0	Europe/Madrid	42.23333	1.78333				56	B	08190	
3117222	Mas Royuela	mas-royuela	ES		0	Europe/Madrid	40.24645	-0.85871		Mas Royuela,Mas de la Royuela,Royuela		52	TE	44192	
3117224	Mas Riudoms	mas-riudoms	ES		0	Europe/Madrid	41.02067	0.88414				56	T	43162	
3117234	Masma	masma	ES		0	Europe/Madrid	43.46667	-7.33333		Masma,San Andres,San Andrés		58	LU	27030	
3117236	Mas Las Peñas	mas-las-penas	ES		0	Europe/Madrid	40.1788	-0.57116		Barrio de las Penas,Barrio de las Peñas,Las Penas,Las Peñas,Mas Las Penas,Mas Las Peñas		52	TE	44165	
3117238	Maside	maside	ES		3081	Europe/Madrid	42.41031	-8.02582	400	Maside	32045	58	OR	32045	
3117239	Maside	maside	ES		0	Europe/Madrid	42.78333	-7.43333		Masid,Maside,San Pedro		58	LU	27057	
3117240	Masía Vilarrelo	masia-vilarrelo	ES		0	Europe/Madrid	40.03659	-0.15065		Mas Vilarrelo,Masia Vilarrelo,Masia de Villaredo,Masía Vilarrelo,Masía de Villaredo		60	CS	12902	
3117241	Masía Táfol	masia-tafol	ES		0	Europe/Madrid	40.06667	-0.08333		Mas Tafol,Mas Táfol,Masia Tafol,Masía Táfol		60	CS	12031	
3117242	Masías Santilla	masias-santilla	ES		0	Europe/Madrid	40.56667	-0.65		Masias Santilla,Masías Santilla,Santilla		52	TE	44017	
3117243	Mas de la Font Nova	mas-de-la-font-nova	ES		0	Europe/Madrid	40.50956	0.02545		Mas Font Nueva,Mas de la Font Nova		60	CS	12042	
3117244	Masía de Visen	masia-de-visen	ES		0	Europe/Madrid	40.25	-0.23333		Mas de Visen,Masia de Visen,Masía de Visen		60	CS	12001	
3117245	Masía de Toni	masia-de-toni	ES		0	Europe/Madrid	40.31724	-0.30833		Mas d'en Toni,Mas de Toni,Masia de Toni,Masía de Toni		60	CS	12139	
3117246	Masía de Salvador	masia-de-salvador	ES		0	Europe/Madrid	40.32011	-0.27552		Mas de Salvador,Masia de Salvador,Masía de Salvador		60	CS	12139	
3117247	Masía de Ramona	masia-de-ramona	ES		0	Europe/Madrid	40.36954	0.11604		Masia Ramona,Masia de Ramona,Masía Ramona,Masía de Ramona		60	CS	12050	
3117248	Masía de Monfort	masia-de-monfort	ES		0	Europe/Madrid	40.28538	-0.34736		Mas de Monfort,Masia de Monfort,Masía de Monfort		60	CS	12139	
3117249	Masía de Mollet	masia-de-mollet	ES		0	Europe/Madrid	40.07867	-0.08074		Mas de Mollet,Masia de Mollet,Masía de Mollet		60	CS	12902	
3117250	Masía de Moliner	masia-de-moliner	ES		0	Europe/Madrid	40.28333	0.08333		Mas Moliner,Mas de Moliner,Masia de Moliner,Masía de Moliner		60	CS	12050	
3117251	Masía del Rul	masia-del-rul	ES		0	Europe/Madrid	40.15	-0.46667		Mas del Rul,Masia del Rul,Masia del Rull,Masía del Rul,Masía del Rull		60	CS	12142	
3117252	Masía del Plano de Abajo	masia-del-plano-de-abajo	ES		0	Europe/Madrid	40.1	-0.46667		Mas del Plano de Abajo,Masia del Plano de Abajo,Masía del Plano de Abajo		60	CS	12142	
3117253	Masía del Moro	masia-del-moro	ES		0	Europe/Madrid	40.08333	-0.3		Mas del Moro,Masia del Moro,Masía del Moro		60	CS	12072	
3117254	Masía del Camado	masia-del-camado	ES		0	Europe/Madrid	40.28333	-0.21667		Mas del Camado,Masia del Camado,Masía del Camado		60	CS	12025	
3117255	Masía de la Parra	masia-de-la-parra	ES		0	Europe/Madrid	40.15	-0.23333		Mas de la Parra,Masia de la Parra,Masía de la Parra		60	CS	12072	
3117256	Masía de la Lloma	masia-de-la-lloma	ES		0	Europe/Madrid	40.25423	-0.27705		Mas de la Lloma,Masia de la Lloma,Masía de la Lloma		60	CS	12055	
3117257	Masía de la Carrasca	masia-de-la-carrasca	ES		0	Europe/Madrid	40.23382	-0.26624		Mas de la Carrasca,Masia de la Carrasca,Masía de la Carrasca		60	CS	12055	
3117258	Masía de Isidro	masia-de-isidro	ES		0	Europe/Madrid	40.3	-0.21667		Mas de Isidro,Masia de Isidro,Masía de Isidro		60	CS	12025	
3117259	Masía de Guardamar de Dalt	masia-de-guardamar-de-dalt	ES		0	Europe/Madrid	40.11667	-0.26667		Mas de Guardamar de Dalt,Masia de Guardamar de Dalt,Masía de Guardamar de Dalt		60	CS	12072	
3117260	Masía de Giraba de Arriba	masia-de-giraba-de-arriba	ES		0	Europe/Madrid	40.1	-0.36667		Mas de Giraba de Arriba,Masia de Giraba de Arriba,Masía de Giraba de Arriba		60	CS	12073	
3117261	Masía de Giraba de Abajo	masia-de-giraba-de-abajo	ES		0	Europe/Madrid	40.1	-0.38333		Mas de Giraba de Abajo,Masia de Giraba de Abajo,Masía de Giraba de Abajo		60	CS	12073	
3117262	Masía de Gargán	masia-de-gargan	ES		0	Europe/Madrid	40.22785	-0.31764		Mas de Gargan,Mas de Gargán,Masia de Gargan,Masía de Gargán		60	CS	12055	
3117263	Masía de Fuentes	masia-de-fuentes	ES		0	Europe/Madrid	40.11667	-0.48333		Mas de Fuentes,Masia de Fuentes,Masía de Fuentes		60	CS	12142	
3117264	Masía de Flors	masia-de-flors	ES		0	Europe/Madrid	40.06737	-0.1549		Mas de Flors,Masia de Flors,Masía de Flors		60	CS	12902	
3117265	Masía de Fabra Lloma	masia-de-fabra-lloma	ES		0	Europe/Madrid	40.15	-0.31667		Mas de Fabra Lloma,Masia de Fabra Lloma,Masía de Fabra Lloma		60	CS	12072	
3117266	Masía de Dolz	masia-de-dolz	ES		0	Europe/Madrid	40.539	-0.174		Casas Masia de Dolz,Casas Masía de Dolz,Masia de Dolz,Masia del Dolz,Masía de Dolz,Masía del Dolz		60	CS	12038	
3117569	Manda	manda	ES		0	Europe/Madrid	42.88796	-9.01286		Manda		58	C	15045	
3117267	Masía de Correntilla	masia-de-correntilla	ES		0	Europe/Madrid	40.05479	-0.14372		La Correntilla,Mas de Correntilla,Masia de Correntilla,Masía de Correntilla		60	CS	12902	
3117268	Masía de Capote	masia-de-capote	ES		0	Europe/Madrid	40.33697	-0.23548		Casas de la Masia de Capone,Casas de la Masía de Capone,Mas de Capote,Masia de Capote,Masía de Capote		60	CS	12139	
3117269	Masía de Benicabó	masia-de-benicabo	ES		0	Europe/Madrid	40.5	-0.15		Casas Masia de Benicabo,Casas Masía de Benicabó,Masia de Benicabo,Masía de Benicabó		60	CS	12038	
3117270	Masía de Benachera	masia-de-benachera	ES		0	Europe/Madrid	40.08333	-0.38333		Mas de Benachera,Masia de Benachera,Masía de Benachera		60	CS	12073	
3117271	Masía de Andreu de Dalt	masia-de-andreu-de-dalt	ES		0	Europe/Madrid	40.11667	-0.3		Mas de Andreu de Dalt,Masia Andreu de Dalt,Masia de Andreu de Dalt,Masía Andreu de Dalt,Masía de Andreu de Dalt		60	CS	12072	
3117273	Mases y Tamboril	mases-y-tamboril	ES		0	Europe/Madrid	40.06667	-0.66667		Caserio Mases y Tamboril,Caserío Mases y Tamboril,Mases y Tamboril		52	TE	44206	
3117275	Masenga-Sellón	masenga-sellon	ES		0	Europe/Madrid	43.43028	-6.64833		Masenes-Sellon,Masenes-Sellón,Masenga y Sellon,Masenga y Sellón,Masenga-Sellon,Masenga-Sellón		34	O	33077	
3117276	Mas El Fortuño	mas-el-fortuno	ES		0	Europe/Madrid	40.31431	-0.63638		El Fortuno,El Fortuño,Mas El Fortuno,Mas El Fortuño,Mas de Fortuno,Mas de Fortuño		52	TE	44165	
3117280	Mas de Sorolla	mas-de-sorolla	ES		0	Europe/Madrid	40.6	-0.28333				60	CS	12075	
3117282	Mas d'en Romeu	mas-d-en-romeu	ES		0	Europe/Madrid	40.37604	0.11342				60	CS	12050	
3117285	Mas del Ventero	mas-del-ventero	ES		0	Europe/Madrid	40.18333	-0.03333		Mas de Ventura,Mas del Ventero		60	CS	12124	
3117286	Mas dels Gayatos	mas-dels-gayatos	ES		0	Europe/Madrid	40.01667	-0.23333		Gayatos,Mas dels Gayatos		60	CS	12084	
3117290	Mas de la Mola	mas-de-la-mola	ES		0	Europe/Madrid	40.7	0.1		Mas de la Mola,Masia de la Mola,Masía de la Mola		60	CS	12093	
3117293	Mas de Gil y Viuda	mas-de-gil-y-viuda	ES		0	Europe/Madrid	40.01667	-0.23333				60	CS	12084	
3117295	Mas de Catalá	mas-de-catala	ES		0	Europe/Madrid	40.19992	-0.00874		Mas de Catala,Mas de Catalá,Mas del Calala,Mas del Calalá		60	CS	12124	
3117298	Mas de Antón	mas-de-anton	ES		0	Europe/Madrid	40.16667	-0.6		Barrio Mas de Anton,Barrio Mas de Antón,Mas de Anton,Mas de Antón		52	TE	44113	
3117299	Mas de Aceite	mas-de-aceite	ES		0	Europe/Madrid	40.11667	-0.51667				60	CS	12092	
3117301	Mas d'Alentao	mas-d-alentao	ES		0	Europe/Madrid	40.211	-0.06341				60	CS	12124	
3117303	Mas Boquera	mas-boquera	ES		0	Europe/Madrid	41.0196	0.85761				56	T	43150	
3117304	Mas Blanco	mas-blanco	ES		0	Europe/Madrid	40.08333	-0.68333				52	TE	44206	
3117305	Mas Blanch	mas-blanch	ES		0	Europe/Madrid	40.23333	-0.18333		Mas Blanch,Mas del Corral Blanch		60	CS	12001	
3117308	Masalcoreig	masalcoreig	ES		0	Europe/Madrid	41.45	0.36667				56	L	25131	
3117310	Masada de la Valredonda	masada-de-la-valredonda	ES		0	Europe/Madrid	40.73333	-0.5		Caserio Masada de Valredonda,Caserío Masada de Valredonda,Masada de la Valredonda		52	TE	44096	
3117311	Masada de la Solana	masada-de-la-solana	ES		0	Europe/Madrid	40.72609	-0.57258		Caserio Masada de la Solana,Caserío Masada de la Solana,Masada de la Solana,Masadas de la Solana		52	TE	44096	
3117315	Marzoa	marzoa	ES		0	Europe/Madrid	43.03333	-8.33333		Marzoa,San Martin,San Martín		58	C	15060	
3117316	Marzás	marzas	ES		0	Europe/Madrid	42.48333	-7.78333				58	OR	32059	
3117317	Marzaniella	marzaniella	ES		0	Europe/Madrid	43.55396	-5.88437		Manzaniella,Marzaniella		34	O	33020	
3117344	Martinebrón	martinebron	ES		0	Europe/Madrid	40.36734	-6.07583		Alqueria Martinebron,Alquería Martinebrón,Martinebron,Martinebrón		55	SA	37313	
3117352	Martín	martin	ES		0	Europe/Madrid	43.16971	-8.07314				58	C	15902	
3117353	Martiño	martino	ES		0	Europe/Madrid	42.62155	-7.53267				58	LU	27008	
3117354	Martín	martin	ES		0	Europe/Madrid	42.54556	-8.99008				58	C	15073	
3117359	Martixe	martixe	ES		0	Europe/Madrid	42.74474	-8.26859				58	PO	36052	
3117366	Marsá	marsa	ES		0	Europe/Madrid	41.12724	0.80258				56	T	43076	
3117372	Marrozos	marrozos	ES		0	Europe/Madrid	42.83333	-8.5		Marrozos,Santa Maria,Santa María		58	C	15078	
3117377	Marracín de Arriba	marracin-de-arriba	ES		0	Europe/Madrid	42.75544	-8.86581		Marracin de Arriba,Marracín de Arriba		58	C	15042	
3117378	Marracín de Abajo	marracin-de-abajo	ES		0	Europe/Madrid	42.75759	-8.86487				58	C	15042	
3117381	Marquiño	marquino	ES		0	Europe/Madrid	42.98582	-8.29237		Marquino,Marquiño		58	C	15066	
3117382	Markinez	marquinez	ES		0	Europe/Madrid	42.70381	-2.56507		Markiz,Marquinez,Marquínez		59	VI	01016	
3117385	Markina	marquina	ES		0	Europe/Madrid	42.97577	-2.81602		Markina,Marquina		59	VI	01063	
3117389	Maroñas	maronas	ES		0	Europe/Madrid	42.9625	-8.91161				58	C	15045	
3117390	Marojo	marojo	ES		0	Europe/Madrid	42.89436	-8.15639		Marojo,Santa Maria,Santa María		58	C	15006	
3117397	Marmancón	marmancon	ES		84	Europe/Madrid	43.53333	-8.25				58	C	15036	
3117406	Marinas	marinas	ES		0	Europe/Madrid	43.41901	-5.93357				34	O	33054	
3117413	Marieta	marieta	ES		0	Europe/Madrid	42.92576	-2.54196				59	VI	01013	
3117416	Marianes	marianes	ES		0	Europe/Madrid	43.54399	-5.51285		Barrio de Marianes,Marianes		34	O	33076	
3117426	Margarid	margarid	ES		0	Europe/Madrid	42.7	-8.26667		Margarid,San Pedro Felix,San Pedro Félix		58	PO	36052	
3117430	Marey	marey	ES		0	Europe/Madrid	42.90524	-7.43083				58	LU	27028	
3117435	Marenyà	marenya	ES		0	Europe/Madrid	42.09217	3.04768		Marenya,Marenyà		56	GI	17195	
3117438	Marcón	marcon	ES		0	Europe/Madrid	42.41721	-8.61679		Marcon,Marcón		58	PO	36038	
3117439	Marco Bajo	marco-bajo	ES		0	Europe/Madrid	43.26661	-7.27545				58	LU	27044	
3117450	Marcelín	marcelin	ES		13	Europe/Madrid	43.01667	-7				58	LU	27034	
3117451	Marce	marce	ES		0	Europe/Madrid	42.51916	-7.7034				58	LU	27041	
3117453	Markaida	marcaida	ES		0	Europe/Madrid	43.3849	-2.83276		Marcaida,Markaida		59	BI	48069	
3117473	Maquirriain	maquirriain	ES		0	Europe/Madrid	42.87225	-1.64443		Makirriain		32	NA	31101	
3117474	Maquirriain	maquirriain	ES		0	Europe/Madrid	42.57154	-1.57465				32	NA	31150	
3117475	Maquilón	maquilon	ES		0	Europe/Madrid	40.18355	-3.03689		Caserio Maquilon,Caserío Maquilón,Maquilon,Maquilón,Molino del Maquilon,Molino del Maquilón		54	GU	19021	
3117477	Maojo	maojo	ES		0	Europe/Madrid	43.46881	-5.46699				34	O	33076	
3117487	Manzano	manzano	ES		0	Europe/Madrid	40.55058	-6.62669		Dehesa Manzano,Manzano		55	SA	37086	
3117495	Manzaneda de Sierra	manzaneda-de-sierra	ES		0	Europe/Madrid	43.21417	-3.35906				59	BI	48022	
3117513	Manzanal de Abajo	manzanal-de-abajo	ES		0	Europe/Madrid	41.9849	-6.26656		Manzanal de Abajo		55	ZA	49262	
3117518	Mañufe	manufe	ES		0	Europe/Madrid	42.1	-8.78333		Manufe,Mañufe,San Vicente		58	PO	36021	
3117520	Mañua	manua	ES		0	Europe/Madrid	43.4058	-2.77928		Manua,Manuas,Mañua,Mañuas		59	BI	48017	
3117521	Mantoño	mantono	ES		0	Europe/Madrid	42.74239	-8.94538		Mantono,Mantoño		58	C	15071	
3117528	Mansilla de Burgos	mansilla-de-burgos	ES		0	Europe/Madrid	42.44488	-3.79436				55	BU	09902	
3117531	Manselle	manselle	ES		0	Europe/Madrid	42.73044	-8.71827		Manselle		58	C	15033	
3117532	la Manresana	la-manresana	ES		0	Europe/Madrid	41.45	2.26667		la Manresana		56	B	08015	
3117540	Manlle	manlle	ES		0	Europe/Madrid	43.01708	-9.02863		Manlle		58	C	15092	
3117541	Manjoya	manjoya	ES		0	Europe/Madrid	43.35	-5.83333		La Manjoya,Manjoya,Santiago		34	O	33044	
3117542	Manjirón	manjiron	ES		0	Europe/Madrid	40.96303	-3.58044		Manjiron,Manjirón		29	M	28902	
3117544	Manjarín	manjarin	ES		0	Europe/Madrid	42.49044	-6.38402		Manjarin,Manjarín		55	LE	24152	
3117546	Maniños	maninos	ES		0	Europe/Madrid	43.46667	-8.18333		Maninos,Maniños,San Salvador		58	C	15035	
3117551	Mangüeiro	mangueeiro	ES		0	Europe/Madrid	42.95965	-7.9719		Mangueiro,Mangüeiro		58	C	15083	
3117559	Mánduas	manduas	ES		0	Europe/Madrid	42.73866	-8.27226		Manduas,Mánduas,San Tirso		58	PO	36052	
3117560	Mandrás	mandras	ES		0	Europe/Madrid	42.43497	-7.95449				58	OR	32076	
3117564	Mandiá	mandia	ES		0	Europe/Madrid	43.53333	-8.23333		Mandia,Mandiá,Santa Eugenia		58	C	15036	
3117567	Mandaio	mandaio	ES		0	Europe/Madrid	43.21667	-8.2		San Julian,San Julián		58	C	15902	
3117579	Manán	manan	ES		0	Europe/Madrid	42.93477	-7.47379		Manan,Manán,Santa Maria Magdalena,Santa María Magdalena		58	LU	27014	
3117580	Manán	manan	ES		0	Europe/Madrid	42.92642	-7.47204		Manan,Manán,San Cosme		58	LU	27014	
3117586	Mámoas	mamoas	ES		0	Europe/Madrid	42.94942	-8.9301				58	C	15045	
3117587	Mámoa	mamoa	ES		0	Europe/Madrid	42.92038	-8.66311				58	C	15002	
3117591	Mambliga	mambliga	ES		0	Europe/Madrid	42.92919	-3.12943				55	BU	09908	
3117594	Maltzarraga	malzarraga	ES		0	Europe/Madrid	43.07057	-2.90228				59	VI	01002	
3117595	Maltzaga	malzaga	ES		0	Europe/Madrid	43.19284	-2.43867		Maltzaga,Malzaga,Málzaga		59	SS	20030	
3117599	Malvas	malvas	ES		0	Europe/Madrid	42.05	-8.7		Malvas,Santiago		58	PO	36055	
3117608	Malperal	malperal	ES		0	Europe/Madrid	40.6924	-6.58618		Caserio Malperal,Caserío Malperal,Malperal		55	SA	37096	
3117615	Mallou	mallou	ES		0	Europe/Madrid	42.80846	-9.0968		Mallon,Mallou		58	C	15020	
3117616	Les Mallorquines	les-mallorquines	ES		0	Europe/Madrid	41.45	2.26667		Les Mallorquines		56	B	08015	
3117617	Mallón	mallon	ES		0	Europe/Madrid	43.04231	-8.86075		Mallon,Mallón		58	C	15077	
3117618	Mallón	mallon	ES		102	Europe/Madrid	43.01667	-8.88333		Mallon,Mallón,San Cristobal,San Cristóbal		58	C	15077	
3117619	Mallolís	mallolis	ES		0	Europe/Madrid	42.49497	1.25785		Mallolis,Mallolís		56	L	25089	
3117620	el Mallol	el-mallol	ES		474	Europe/Madrid	42.14963	2.43978		el Mallol		56	GI	17207	
3117627	Mallabia	mallavia	ES		0	Europe/Madrid	43.1884	-2.52998				59	BI	48058	
3117628	Mallas	mallas	ES		0	Europe/Madrid	42.9351	-9.25739		Mallas		58	C	15037	
3117643	Malatería	malateria	ES		0	Europe/Madrid	43.38443	-4.92039				34	O	33036	
3117656	Majuelos	majuelos	ES		0	Europe/Madrid	40.65272	-6.61399		Caserio Majuelos,Caserío Majuelos,Majuelos		55	SA	37272	
3117659	Major	major	ES		0	Europe/Madrid	42.81667	-8.95				58	C	15062	
3117677	Mahoño	mahono	ES		0	Europe/Madrid	43.41767	-3.91452		Mahono,Mahoño,Maono,Maoño		39	S	39073	
3117682	Maume	magunagoya	ES		0	Europe/Madrid	43.23333	-2.63333		Maguma		59	BI	48067	
3117684	Magro	magro	ES		0	Europe/Madrid	43.15183	-9.05904		Magro		58	C	15092	
3117685	Magdalena de Remourelle	magdalena-de-remourelle	ES		0	Europe/Madrid	43.51419	-7.18818				58	LU	27051	
3117694	Magdalena	magdalena	ES		0	Europe/Madrid	43.53318	-7.09881				58	LU	27051	
3117695	Magdalena	magdalena	ES		0	Europe/Madrid	43.34905	-5.60123				34	O	33066	
3117696	Magdalena	magdalena	ES		295	Europe/Madrid	42.63333	-8.9				58	C	15011	
3117697	A Madalena	a-madalena	ES		0	Europe/Madrid	42.54075	-8.29931		La Madalena,Madalena		58	PO	36018	
3117698	Magdalena	magdalena	ES		0	Europe/Madrid	42.26086	-1.19718		Barrio de la Magdalena,Magdalena		52	Z	50051	
3117704	Magaz	magaz	ES		788	Europe/Madrid	41.98131	-4.42775				55	P	34098	
3117707	Magalofes	magalofes	ES		0	Europe/Madrid	43.45	-8.15		Magalofes,San Jorge		58	C	15035	
3117712	Maeztu / Maestu	maestu	ES		0	Europe/Madrid	42.73891	-2.44699		Maestu,Maeztu		59	VI	01037	
3117722	Madriñán	madrinan	ES		0	Europe/Madrid	42.7082	-8.17996		Madrinan,Madriñán		58	PO	36024	
3117730	Madrid de las Caderechas	madrid-de-las-caderechas	ES		0	Europe/Madrid	42.77396	-3.53775		Madrid de las Caderechas		55	BU	09328	
3117749	Maderne	maderne	ES		0	Europe/Madrid	43.18427	-7.12417		Maderne		58	LU	27018	
3117753	Madarnás	madarnas	ES		0	Europe/Madrid	42.46667	-8.08333				58	OR	32035	
3117754	Madariaga	madariaga	ES		0	Europe/Madrid	43.13487	-2.78993				59	BI	48023	
3117760	Macendo	macendo	ES		35	Europe/Madrid	42.3	-8.03333		Macendo,Santa Maria,Santa María		58	OR	32022	
3117761	Macenda	macenda	ES		0	Europe/Madrid	42.71667	-8.9		Macenda,San Juan		58	C	15011	
3117763	Maceiras	maceiras	ES		0	Europe/Madrid	42.81056	-9.1038		Maceiras		58	C	15020	
3117764	Maceiras	maceiras	ES		0	Europe/Madrid	42.60165	-8.07018				58	PO	36016	
3117774	Mabegondo	mabegondo	ES		0	Europe/Madrid	43.23333	-8.26667		Mabegondo,San Tirso		58	C	15001	
3117777	Luzmela	luzmela	ES		1982	Europe/Madrid	43.29685	-4.20884		Luzmela,Mazcuerras		39	S	39012	
3117781	Luyego	luyego	ES		865	Europe/Madrid	42.36667	-6.23333		Luyego	24091	55	LE	24091	
3117784	Lúsera	lusera	ES		0	Europe/Madrid	42.31957	-0.32736				52	HU	22163	
3117789	Lukiano	luquiano	ES		0	Europe/Madrid	42.93229	-2.85685		Lukiano,Luquiano		59	VI	01063	
3117793	Luou	luou	ES		0	Europe/Madrid	42.8	-8.56667		Luou,Santa Maria,Santa María		58	C	15082	
3117801	Lumeares	lumeares	ES		0	Europe/Madrid	42.4	-7.46667		Lumeares,San Salvador		58	OR	32080	
3117807	Luján	lujan	ES		0	Europe/Madrid	42.37567	0.25183				52	HU	22113	
3117808	Luiña	luina	ES		0	Europe/Madrid	42.91896	-6.76578		Luina,Luiña,San Martin,San Martin de Luina,San Martín,San Martín de Luiña		34	O	33028	
3117809	Luhía	luhia	ES		0	Europe/Madrid	43.68333	-7.83333		Luhia,Luhía,Santa Maria,Santa María		58	C	15061	
3117815	Lugilde	lugilde	ES		0	Europe/Madrid	43.33386	-7.30258				58	LU	27044	
3117817	Lugarín	lugarin	ES		0	Europe/Madrid	43.40213	-5.64014				34	O	33066	
3117819	Lugar de Arriba	lugar-de-arriba	ES		0	Europe/Madrid	43.25027	-5.87068				34	O	33038	
3117820	Lugar de Abajo	lugar-de-abajo	ES		0	Europe/Madrid	43.25352	-5.87038				34	O	33038	
3117831	Lueiro	lueiro	ES		0	Europe/Madrid	42.86193	-8.82309		Lueiro		58	C	15056	
3117837	Luko	luco	ES		0	Europe/Madrid	42.93431	-2.64135		Luco,Luku		59	VI	01008	
3117839	Lucín	lucin	ES		0	Europe/Madrid	42.97439	-9.03332				58	C	15034	
3117844	Lucí	luci	ES		0	Europe/Madrid	42.78796	-8.53986		Luci,Lucí		58	C	15082	
3117845	Lutxana	lutxana	ES		0	Europe/Madrid	43.29054	-2.97954		Luchana,Lutxana,Lutxana Barakaldo		59	BI	48013	
3117854	Lubre	lubre	ES		0	Europe/Madrid	43.31667	-8.26667		Lubre,San Juan		58	C	15008	
3117859	Lubayo	lubayo	ES		0	Europe/Madrid	43.1393	-4.60037				39	S	39013	
3117863	Luaña	luana	ES		0	Europe/Madrid	42.85	-8.75		Luana,Luaña,San Julian,San Julián		58	C	15013	
3117864	Luama	luama	ES		0	Europe/Madrid	43.69387	-7.85879		Luama,San Martin,San Martín		58	C	15061	
3117870	Lozoya	lozoya	ES		568	Europe/Madrid	40.94949	-3.79086		Lozoya	28076	29	M	28076	
3117871	Lozariegos	lozariegos	ES		0	Europe/Madrid	42.16479	-7.07173		Lozariegos,Santa Maria de Lozariegos,Santa María de Lozariegos		58	OR	32086	
3117876	Lotza	lotza	ES		0	Europe/Madrid	42.84155	-1.71473		Lotza,Loza		32	NA	31193	
3117878	Loyos	loyos	ES		0	Europe/Madrid	42.86228	-8.95578				58	C	15062	
3117881	Loyo	loyo	ES		0	Europe/Madrid	42.8	-7.61667				58	LU	27049	
3117886	Louzarella	louzarella	ES		0	Europe/Madrid	42.71259	-7.15974				58	LU	27045	
3117887	Louteiro	louteiro	ES		0	Europe/Madrid	43.24223	-7.10291				58	LU	27018	
3117891	Lousada	lousada	ES		0	Europe/Madrid	43.60043	-7.30492				58	LU	27019	
3117892	Lousada	lousada	ES		0	Europe/Madrid	43.41667	-7.71667		Lousada,San Andres,San Andrés		58	LU	27021	
3117893	Lousada	lousada	ES		0	Europe/Madrid	42.89491	-7.58849		Lousada,San Mamed		58	LU	27023	
3117894	Lousada	lousada	ES		0	Europe/Madrid	42.76592	-7.31722				58	LU	27055	
3117901	Louriño	lourino	ES		0	Europe/Madrid	42.68516	-8.85868				58	C	15011	
3117903	Lourido	lourido	ES		0	Europe/Madrid	43.58333	-8.16667		Lourido,San Bartolome,San Bartolomé		58	C	15087	
3117904	Lourido	lourido	ES		0	Europe/Madrid	43.49028	-7.05802				58	LU	27051	
3117905	Lourido	lourido	ES		0	Europe/Madrid	43.41719	-7.1042				34	O	33063	
3117906	Lourido	lourido	ES		0	Europe/Madrid	43.27387	-7.21584				58	LU	27054	
3117907	Lourido	lourido	ES		0	Europe/Madrid	43.08164	-9.22838				58	C	15052	
3117908	Lourido	lourido	ES		0	Europe/Madrid	42.88029	-8.91675				58	C	15062	
3117909	Lourido	lourido	ES		0	Europe/Madrid	42.53663	-8.63875				58	PO	36002	
3117910	Lourido	lourido	ES		0	Europe/Madrid	42.13333	-8.48333		Lourido,San Andres,San Andrés		58	PO	36050	
3117911	Loureza	loureza	ES		0	Europe/Madrid	41.98602	-8.81486				58	PO	36036	
3117913	Loureiro	loureiro	ES		1	Europe/Madrid	42.75	-7.31667				58	LU	27055	
3117914	Loureiro	loureiro	ES		0	Europe/Madrid	42.71366	-7.39755				58	LU	27057	
3117915	Loureiro	loureiro	ES		0	Europe/Madrid	42.5	-8.08333		Loureiro,Santa Marina		58	OR	32035	
3117916	Loureiro	loureiro	ES		0	Europe/Madrid	42.46667	-8.46667		Loureiro,Santiago		58	PO	36902	
3117922	Loureda	loureda	ES		0	Europe/Madrid	43.3	-8.48333		Loureda,Santa Maria,Santa María		58	C	15005	
3117923	Loureda	loureda	ES		0	Europe/Madrid	43.16667	-8.26667		Loureda,San Esteban		58	C	15902	
3117924	Loureda	loureda	ES		0	Europe/Madrid	42.87304	-8.41151				58	C	15012	
3117926	Lourdes	lourdes	ES		0	Europe/Madrid	43.11667	-8.15		Lourdes,Santa Maria,Santa María		58	C	15090	
3117928	Lougares	lougares	ES		82	Europe/Madrid	42.23333	-8.41667		Lougares,San Felix,San Félix		58	PO	36030	
3117930	Los Villanuevas	los-villanuevas	ES		0	Europe/Madrid	40.13333	-0.65		Caserio Los Villanuevas,Caserío Los Villanuevas,Los Villanuevas		52	TE	44171	
3117931	Los Villaesteres	los-villaesteres	ES		0	Europe/Madrid	41.5123	-5.20606		Caserios Los Villaesteres,Caseríos Los Villaesteres,Los Villaesteres,Villaester de Arriba		55	VA	47113	
3117932	Los Veneros	los-veneros	ES		0	Europe/Madrid	43.2766	-5.53993				34	O	33032	
3117933	Los Valles de Fuentidueña	los-valles-de-fuentiduena	ES		0	Europe/Madrid	41.42097	-3.99806		Los Valles de Fuentiduena,Los Valles de Fuentidueña,Valles de Fuentiduena,Valles de Fuentidueña		55	SG	40083	
3117935	Los Valcárceres	los-valcarceres	ES		0	Europe/Madrid	42.62152	-3.93291		Los Valcarceres,Los Valcárceres		55	BU	09427	
3117938	Los Toyos	los-toyos	ES		0	Europe/Madrid	43.44545	-5.3213				34	O	33019	
3117939	Los Tornos	los-tornos	ES		0	Europe/Madrid	43.21957	-6.37269		Los Tornos,Tornos		34	O	33073	
3117940	Los Tornos	los-tornos	ES		0	Europe/Madrid	43.12569	-5.69596				34	O	33002	
3117941	Los Torneros	los-torneros	ES		1	Europe/Madrid	43.16667	-5.71667		Los Torneros,Tornero		34	O	33002	
3117948	Los Rubios	los-rubios	ES		0	Europe/Madrid	42.62359	-6.62316				55	LE	24027	
3117949	Los Ramones	los-ramones	ES		0	Europe/Madrid	40.11667	-0.63333		Caserio Los Ramones,Caserío Los Ramones,Los Ramones		52	TE	44171	
3117951	Los Quintanales	los-quintanales	ES		0	Europe/Madrid	43.41257	-4.95027				34	O	33036	
3117957	els Pinars	els-pinars	ES		0	Europe/Madrid	41.26667	1.95				56	B	08056	
3117960	Los Peirós	los-peiros	ES		0	Europe/Madrid	40.1	-0.65		Caserio Los Peiros,Caserío Los Peiros,Los Peiros,Los Peirós		52	TE	44206	
3117962	Los Pastores	los-pastores	ES		0	Europe/Madrid	40.08333	-0.63333		Caserio Los Pastores,Caserío Los Pastores,Los Pastores		52	TE	44206	
3117967	Losón	loson	ES		0	Europe/Madrid	42.74474	-8.20969				58	PO	36024	
3117968	Losón	loson	ES		0	Europe/Madrid	42.73333	-8.21667		Loson,Losón,San Pedro		58	PO	36059	
3117983	Los Mesones	los-mesones	ES		0	Europe/Madrid	41.08333	-5.98333				55	SA	37170	
3117985	Los Mases	los-mases	ES		0	Europe/Madrid	40.18342	-0.4083		Caserio Los Mases,Caserío Los Mases,Los Mases		60	CS	12130	
3117986	Los Mases	los-mases	ES		0	Europe/Madrid	40.12019	-0.76001				52	TE	44010	
3117987	Los Masecicos	los-masecicos	ES		0	Europe/Madrid	40.26667	-0.73333		Barrio Los Masecicos,Los Masecicos		52	TE	44158	
3117988	Osintxu	los-martires	ES		0	Europe/Madrid	43.1556	-2.40683		Los Martires,Los Mártires,Osintxu		59	SS	20074	
3117989	Los Maniles	los-maniles	ES		0	Europe/Madrid	41.35505	-5.93323				55	ZA	49077	
3118001	Los Límites	los-limites	ES		0	Europe/Madrid	42.46667	-2.86667				27	LO	26048	
3118006	Los Hornos	los-hornos	ES		0	Europe/Madrid	40.16667	-0.65		Barrio Los Hornos,Los Hornos		52	TE	44113	
3118014	Los Evanes	los-evanes	ES		0	Europe/Madrid	41.38333	-5.16667		Caserio Los Evanes,Caserío Los Evanes,Los Evanes		55	VA	47160	
3118015	Los Espejos de la Reina	los-espejos-de-la-reina	ES		0	Europe/Madrid	42.98984	-4.89909		Los Espejos de la Reina		55	LE	24020	
3118016	Louseiro	louseiro	ES		0	Europe/Madrid	42.78333	-7.33333		San Martin,San Martín		58	LU	27057	
3118017	Los Demetrios	los-demetrios	ES		0	Europe/Madrid	40.45	-1.95		Barrio Los Demetrios,Los Demetrios		54	CU	16239	
3118018	Los Currás	los-curras	ES		0	Europe/Madrid	42.34343	-7.23222		Las Curras,Los Curras,Los Currás		58	LU	27050	
3118020	Los Cos	los-cos	ES		0	Europe/Madrid	43.10862	-4.58698		Los Cos		39	S	39013	
3118023	Los Cortijos	los-cortijos	ES		0	Europe/Madrid	40.16497	-1.48473		Caserio Los Cortijos,Caserío Los Cortijos,Los Cortijos		54	CU	16189	
3118028	Os Casares	os-casares	ES		0	Europe/Madrid	42.31667	-7.25				58	OR	32063	
3118029	Los Carriles	los-carriles	ES		0	Europe/Madrid	43.414	-4.92958				34	O	33036	
3118031	Los Carballos	los-carballos	ES		0	Europe/Madrid	42.31667	-7.25		Los Carballo,Los Carballos		58	OR	32063	
3118033	Los Cándanos	los-candanos	ES		0	Europe/Madrid	43.37764	-4.64833		Candanos,Cándanos,Los Candanos,Los Cándanos		34	O	33036	
3118042	Los Caleyos	los-caleyos	ES		0	Europe/Madrid	43.23722	-5.64253				34	O	33060	
3118044	Los Berrocosos	los-berrocosos	ES		0	Europe/Madrid	40.16667	-6.11667		Caserio los Berrocosos,Caserío los Berrocosos,Los Berrocosos		57	CC	10090	
3118048	Los Barrios de Bureba	los-barrios-de-bureba	ES		243	Europe/Madrid	42.64607	-3.39139		Los Barrios de Bureba		55	BU	09043	
3118049	Los Barredos	los-barredos	ES		0	Europe/Madrid	43.25987	-5.57349		Los Barredos		34	O	33032	
3118050	Los Baños	los-banos	ES		0	Europe/Madrid	40.7	-0.48333		Caserio Los Banos,Caserío Los Baños,Los Banos,Los Baños		52	TE	44071	
3118056	Los Arévalos	los-arevalos	ES		0	Europe/Madrid	40.64748	-5.97614		Caserio los Arevalos,Caserío los Arévalos,Los Arevalos,Los Arévalos		55	SA	37320	
3118059	Los Arañones	los-aranones	ES		0	Europe/Madrid	42.75	-0.51667	1190	Canfranc Estacion,Canfranc Estación,Los Aranones,Los Arañones		52	HU	22078	
3118063	Los Alagones	los-alagones	ES		0	Europe/Madrid	40.72346	-0.30612		Caserio Los Alagones,Caserío Los Alagones,Los Alagones		52	TE	44071	
3118065	Losadillo	losadillo	ES		0	Europe/Madrid	42.26263	-6.62729				55	LE	24067	
3118066	Lousada	lousada	ES		0	Europe/Madrid	42.66667	-7.11667				58	LU	27045	
3118068	Lousada	lousada	ES		0	Europe/Madrid	42.53333	-7.81667		Santiago		58	LU	27009	
3118069	Lousada	lousada	ES		0	Europe/Madrid	42.51667	-7.78333		San Mamede		58	LU	27009	
3118072	Loroño	loronos	ES		0	Europe/Madrid	43.26667	-2.8		Lorono,Loronos,Loroño,Loroños		59	BI	48052	
3118073	Loroño	lorono	ES		0	Europe/Madrid	43.09018	-8.93456		Lorono,Loroño		58	C	15093	
3118078	Lorigados	lorigados	ES		0	Europe/Madrid	43.31442	-7.27281				58	LU	27054	
3118093	Lorbés	lorbes	ES		0	Europe/Madrid	42.67638	-0.90878				52	Z	50232	
3118103	Loño	lono	ES		0	Europe/Madrid	42.83148	-8.15314				58	PO	36059	
3118105	Longoseiro	longoseiro	ES		0	Europe/Madrid	42.432	-8.09787				58	OR	32019	
3118106	Longos	longos	ES		0	Europe/Madrid	42.47299	-8.01384				58	OR	32076	
3118111	Longalendo	longalendo	ES		0	Europe/Madrid	43.17594	-5.67871				34	O	33002	
3118114	Longa	longa	ES		0	Europe/Madrid	43.55	-6.26667				34	O	33021	
3118115	Loña do Monte	lona-do-monte	ES		0	Europe/Madrid	42.36667	-7.68333		San Salvador		58	OR	32052	
3118118	Lomo viejo	lomo-viejo	ES		0	Europe/Madrid	41.14957	-4.91707				55	VA	47078	
3118200	Llueva	llueva	ES		0	Europe/Madrid	43.33295	-3.54249				39	S	39102	
3118119	Lomo Galdín	lomo-galdin	ES		0	Europe/Madrid	40.15701	-6.85924		Casa Navarro,Caserio Lomo Galdin,Caserío Lomo Galdin,Lomo Galdin,Lomo Galdín		57	CC	10210	
3118124	Lomeda	lomeda	ES		0	Europe/Madrid	41.16356	-2.37084		Lomeda,Someda		55	SO	42025	
3118140	Loma	loma	ES		0	Europe/Madrid	42.70413	-3.67573				55	BU	09905	
3118141	Lojo	lojo	ES		0	Europe/Madrid	42.85818	-8.34064				58	C	15085	
3118146	Loira	loira	ES		3	Europe/Madrid	43.61667	-8.1		Loira,San Pedro		58	C	15087	
3118147	Loimil	loimil	ES		0	Europe/Madrid	42.74811	-8.35723		Loimil,Santa Maria,Santa María		58	PO	36017	
3118148	Loiba	loiba	ES		0	Europe/Madrid	43.73333	-7.75		Loiba,San Julian,San Julián		58	C	15061	
3118149	Logrosa	logrosa	ES		0	Europe/Madrid	42.90215	-8.72769		Logrosa		58	C	15056	
3118151	Logrezana	logrezana	ES		0	Europe/Madrid	43.55	-5.8		Logrezana,Santa Maria la Real,Santa Maria la Real de Logrezana,Santa María la Real,Santa María la Real de Logrezana		34	O	33014	
3118152	Logares	logares	ES		0	Europe/Madrid	43.27337	-7.08973		Logares		58	LU	27018	
3118154	Loeda	loeda	ES		0	Europe/Madrid	42.5	-8.01667		Loeda,Loedo,San Pelagio		58	OR	32061	
3118163	Lodeiros	lodeiros	ES		0	Europe/Madrid	43.49866	-6.85935				34	O	33023	
3118164	Lodeiro	lodeiro	ES		0	Europe/Madrid	42.60169	-8.18573		Lodeiro,San Pelagio		58	PO	36024	
3118165	Lodás	lodas	ES		0	Europe/Madrid	43.26785	-7.26472				58	LU	27054	
3118168	Lodares	lodares	ES		0	Europe/Madrid	42.94329	-5.2647				55	LE	24021	
3118169	Lodares	lodares	ES		0	Europe/Madrid	41.19044	-2.40056		Lodanes,Lodares		55	SO	42113	
3118179	Lobera	lobera	ES		0	Europe/Madrid	42.49944	-4.7291				55	P	34126	
3118180	Lobera	lobera	ES		0	Europe/Madrid	41.98333	-8.03333		Lobera,San Vicente		58	OR	32041	
3118182	Lobelos	lobelos	ES		0	Europe/Madrid	42.98128	-9.1804		Lobelos		58	C	15023	
3118188	Lobás	lobas	ES		0	Europe/Madrid	41.97825	-7.8435				58	OR	32016	
3118189	Lobanes	lobanes	ES		0	Europe/Madrid	42.48333	-8.05		Lobanes,Santa Eugenia		58	OR	32019	
3118190	Lobaces	lobaces	ES		0	Europe/Madrid	42.02973	-7.64094				58	OR	32082	
3118195	Loalo	loalo	ES		0	Europe/Madrid	43.02331	-9.24124		Loalo		58	C	15052	
3118204	l'Alzina	l-alzina	ES		0	Europe/Madrid	41.86667	1.26667		l'Alzina		56	L	25907	
3118205	Llovera	llovera	ES		0	Europe/Madrid	43.35	-5.6		La Lobera,Llovera		34	O	33066	
3118211	Lliurona	lliurona	ES		0	Europe/Madrid	42.29725	2.68571		Lliurona,Llorona		56	GI	17003	
3118228	Laudio / Llodio	llodio	ES		18314	Europe/Madrid	43.14322	-2.96204		Laudio,Laudio / Llodio,Llodio,Plaza,Plaza de Gogenuri		59	VI	01036	
3118229	Llodero	llodero	ES		0	Europe/Madrid	43.59895	-5.91882		Llodero,Lloreda		34	O	33025	
3118235	Lloá	lloa	ES		0	Europe/Madrid	41.1865	0.74983				56	T	43085	
3118245	Lletger	lletger	ES		0	Europe/Madrid	41.29422	1.57812				56	B	08058	
3118246	Llesúy	llesuy	ES		0	Europe/Madrid	42.45193	1.07495				56	L	25209	
3118248	Lles de Cerdanya	lles-de-cerdanya	ES		236	Europe/Madrid	42.39025	1.68692	1475	Lles,Lles de Cerdanya,Llés	25127	56	L	25127	
3118251	Llerona	llerona	ES		0	Europe/Madrid	41.64729	2.29786		Llerona		56	B	08086	
3118256	Llerandi	llerandi	ES		0	Europe/Madrid	43.32086	-5.21673		Llerandi		34	O	33045	
3118259	Llendemozo	llendemozo	ES		0	Europe/Madrid	43.18522	-4.2935				39	S	39014	
3118260	Llendellana	llendellana	ES		0	Europe/Madrid	43.28333	-5.83333		Llandellana,Llendellana		34	O	33037	
3118261	Llencias	llencias	ES		0	Europe/Madrid	43.12823	-7.04178				58	LU	27018	
3118264	Lleiras	lleiras	ES		0	Europe/Madrid	43.42504	-6.81333		Lleiras		34	O	33007	
3118279	Llaranes	llaranes	ES		0	Europe/Madrid	43.55	-5.9		Llaranes		34	O	33004	
3118284	Llantada	llantada	ES		0	Europe/Madrid	43.2071	-3.13014				59	BI	48096	
3118295	Llano-Con	llano-con	ES		0	Europe/Madrid	43.32819	-5.01458				34	O	33012	
3118302	Llanillo	llanillo	ES		0	Europe/Madrid	42.72906	-4.07794		Llanillo		55	BU	09415	
3118316	Llananzanes	llananzanes	ES		0	Europe/Madrid	43.06667	-5.61667				34	O	33002	
3118323	Llames Bajo	llames-bajo	ES		0	Europe/Madrid	43.37147	-5.52346				34	O	33040	
3118324	Llamés	llames	ES		0	Europe/Madrid	43.45317	-4.97689				34	O	33036	
3118331	Llamas del Mouro	llamas-del-mouro	ES		0	Europe/Madrid	43.24954	-6.42878				34	O	33011	
3118333	Llamas de Laciana	llamas-de-laciana	ES		0	Europe/Madrid	42.92981	-6.32203		Llamas de Laciana		55	LE	24202	
3118336	Llamas	llamas	ES		0	Europe/Madrid	43.10628	-5.57292		Llamas		34	O	33002	
3118348	Lladairo	lladairo	ES		0	Europe/Madrid	43.10158	-7.08996				58	LU	27018	
3118349	Llaborre	llaborre	ES		0	Europe/Madrid	42.60897	1.1517				56	L	25024	
3118353	Lizartza	lizarza	ES		0	Europe/Madrid	43.10236	-2.03489		Lizartza,Lizarza	20054	59	SS	20054	
3118354	Lizarraga	lizarraga	ES		0	Europe/Madrid	42.8746	-2.03661				32	NA	31091	
3118355	Lizarraga	lizarraga	ES		0	Europe/Madrid	42.76667	-1.48333				32	NA	31132	
3118362	Liripio	liripio	ES		0	Europe/Madrid	42.62095	-8.39934		Liripio,San Juan		58	PO	36017	
3118364	Lires	lires	ES		0	Europe/Madrid	42.99755	-9.2448		Lires		58	C	15023	
3118365	Lira	lira	ES		0	Europe/Madrid	42.7988	-9.12724		La Iglesia		58	C	15020	
3118366	Lira	lira	ES		0	Europe/Madrid	42.15	-8.46667		Lira,San Simon,San Simón		58	PO	36050	
3118367	Linzoáin	linzoain	ES		0	Europe/Madrid	42.96317	-1.4367				32	NA	31092	
3118369	Linteiros	linteiros	ES		0	Europe/Madrid	42.76592	-8.93439				58	C	15071	
3118371	Lineres	lineres	ES		0	Europe/Madrid	43.43159	-5.87247				34	O	33035	
3118374	Linera	linera	ES		0	Europe/Madrid	43.4576	-6.67001				34	O	33077	
3118375	Liñeiras	lineiras	ES		39	Europe/Madrid	43.31667	-7.2				58	LU	27048	
3118383	Liñayo	linayo	ES		0	Europe/Madrid	42.88333	-8.78333				58	C	15056	
3118384	Liñayo	linayo	ES		0	Europe/Madrid	42.81667	-8.86667				58	C	15057	
3118387	Linares de Villafurada	linares-de-villafurada	ES		0	Europe/Madrid	43.22601	-7.07223				58	LU	27018	
3118390	Linares de Maderne	linares-de-maderne	ES		0	Europe/Madrid	43.19291	-7.10411				58	LU	27018	
3118391	Linares del Arroyo	linares-del-arroyo	ES		0	Europe/Madrid	41.53333	-3.55				55	SG	40115	
3118417	Limodre	limodre	ES		0	Europe/Madrid	43.43333	-8.18333		Limodre,Santa Eulalia		58	C	15035	
3118419	Limiñón	liminon	ES		229	Europe/Madrid	43.25	-8.23333		Liminon,Limiñón,San Salvador		58	C	15001	
3118420	Limiñón	liminon	ES		0	Europe/Madrid	42.63941	-7.83582				58	LU	27016	
3118431	Lijón	lijon	ES		0	Europe/Madrid	43.29719	-6.87671				34	O	33048	
3118432	Lexartzaga	lijarzaga	ES		0	Europe/Madrid	43.23628	-3.08828				59	BI	48037	
3118436	Ligüerre de Ara	ligueerre-de-ara	ES		0	Europe/Madrid	42.47421	-0.07839		Liguerre de Ara,Ligüerre de Ara		52	HU	22109	
3118441	Liernia	liernia	ES		0	Europe/Madrid	43.02539	-2.26654		Lierni,Liernia		59	SS	20026	
3118448	Lieñas	lienas	ES		0	Europe/Madrid	42.22906	-0.3947		Barrio de Lienas,Barrio de Lieñas,Lienas,Lieñas		52	HU	22125	
3118450	Lieiro	lieiro	ES		0	Europe/Madrid	43.69242	-7.45526		Lieiro		58	LU	27013	
3118459	Libre	libre	ES		0	Europe/Madrid	42.8992	-7.01107				58	LU	27034	
3118461	Liboi	liboi	ES		0	Europe/Madrid	42.53333	-9.03333				58	C	15073	
3118462	Liber	liber	ES		0	Europe/Madrid	42.86443	-7.09353		Liber,San Remigio		58	LU	27006	
3118464	Libao	arrieta-libao	ES		0	Europe/Madrid	43.35	-2.75		Arrieta-Libao,Libano de Arrieta,Libao,Líbano de Arrieta		59	BI	48010	
3118466	Liáns	lians	ES		0	Europe/Madrid	43.33392	-8.35178		Santaia de Lians,Santaia de Liáns		58	C	15058	
3118481	Letosa	letosa	ES		0	Europe/Madrid	42.33845	-0.06017				52	HU	22058	
3118482	Lestón de Arriba	leston-de-arriba	ES		0	Europe/Madrid	42.82024	-9.02856				58	C	15053	
3118483	Lestón de Abajo	leston-de-abajo	ES		0	Europe/Madrid	42.81713	-9.02585				58	C	15053	
3118484	Lestón	leston	ES		0	Europe/Madrid	43.25843	-8.5612		Leston,Lestón,San Martin		58	C	15041	
3118485	Lestón	leston	ES		63	Europe/Madrid	43.25	-8.55				58	C	15041	
3118486	Lestimoño	lestimono	ES		0	Europe/Madrid	43.25327	-8.89609		Lestemono,Lestemoño,Lestimono,Lestimoño		58	C	15068	
3118487	Lestelle	lestelle	ES		0	Europe/Madrid	42.81295	-8.96417		Lestelle		58	C	15062	
3118490	Lestayo	lestayo	ES		0	Europe/Madrid	42.85162	-8.97601				58	C	15062	
3118491	Lesta	lesta	ES		0	Europe/Madrid	43.11667	-8.45		Lesta,San Andres,San Andrés		58	C	15059	
3118492	Les Solanes	les-solanes	ES		0	Europe/Madrid	40.59883	-0.15391		Caserio Les Solanes,Caserío Les Solanes,Les Solanes,Masia Les Solanes,Masía Les Solanes		60	CS	12080	
3118494	Les Ramblelles	les-ramblelles	ES		0	Europe/Madrid	40.19242	-0.04416		Caserio Les Ramblelles,Caserío Les Ramblelles,Les Ramblelles		60	CS	12124	
3118497	Lesón	leson	ES		0	Europe/Madrid	42.60916	-8.95664		Leson,Lesón		58	C	15067	
3118498	Les Fonts	les-fonts	ES		0	Europe/Madrid	41.5262	2.03409		Les Fonts		56	B	08279	
3118499	Lesende	lesende	ES		0	Europe/Madrid	42.7919	-8.82066		Lesende		58	C	15042	
3118501	Les Candeales	les-candeales	ES		0	Europe/Madrid	40.58333	-0.11667		Caserio Les Candeales,Caserío Les Candeales,Les Candeales,Masia de Les Candeales,Masía de Les Candeales		60	CS	12080	
3118503	Lesa	lesa	ES		0	Europe/Madrid	43.23335	-8.16353				58	C	15027	
3118507	Leroño	lerono	ES		0	Europe/Madrid	42.78906	-8.73014		Lerono,Leroño		58	C	15074	
3118515	Lería	leria	ES		0	Europe/Madrid	42.13082	-2.31755				55	SO	42218	
3118518	Lérez	lerez	ES		0	Europe/Madrid	42.45	-8.61667		Lerez,Lérez,San Salvador de Afuera		58	PO	36038	
3118521	Legizamon	lequizamon	ES		0	Europe/Madrid	43.25385	-2.88312				59	BI	48029	
3118525	Leoz	leoz	ES		282	Europe/Madrid	42.64482	-1.51972				32	NA	31124	
3118534	Leobalde	leobalde	ES		0	Europe/Madrid	43.03333	-8.46667		Leobalde,San Cristobal,San Cristóbal		58	C	15084	
3118535	Lentomil	lentomil	ES		0	Europe/Madrid	43.25166	-7.1303				58	LU	27018	
3118538	Lens	lens	ES		0	Europe/Madrid	42.91585	-8.6843				58	C	15002	
3118541	Lendo	lendo	ES		0	Europe/Madrid	43.28333	-8.6		Lendo,San Julian,San Julían		58	C	15041	
3118544	Lende forno	lende-forno	ES		0	Europe/Madrid	43.38298	-6.67903		Lende forno,Lendelforno		34	O	33077	
3118546	Lenkaran	lencaran	ES		0	Europe/Madrid	43.02799	-2.27886		Lencaran,Lenkaran		59	SS	20057	
3118551	Lemaio	lemaio	ES		0	Europe/Madrid	43.25852	-8.64152		Santa Marina		58	C	15019	
3118552	Lema	lema	ES		0	Europe/Madrid	43.28333	-8.66667		Lema,San Cristobal,San Cristóbal		58	C	15019	
3118553	Lema	lema	ES		0	Europe/Madrid	42.91667	-8.15		Lema,San Pedro		58	C	15006	
3118555	Lejocairo	lejocairo	ES		0	Europe/Madrid	42.85	-7.21667				58	LU	27901	
3118556	Lejo	lejo	ES		0	Europe/Madrid	42.85	-7.21667				58	LU	27901	
3118559	Leitza	leitza	ES		0	Europe/Madrid	43.08333	-1.91667		Leitza,Leiza	31149	32	NA	31149	
3118562	Leituego	leituego	ES		0	Europe/Madrid	43.13285	-7.15961				58	LU	27018	
3118564	Leis	leis	ES		0	Europe/Madrid	43.11557	-9.15523				58	C	15052	
3118567	Leiro Grande	leiro-grande	ES		0	Europe/Madrid	42.36926	-8.124				58	OR	32040	
3118576	Leirado	leirado	ES		0	Europe/Madrid	42.13333	-8.45		Leirado,San Salvador		58	PO	36050	
3118577	Leirado	leirado	ES		0	Europe/Madrid	42.12824	-8.09461				58	OR	32066	
3118579	Leira	leira	ES		0	Europe/Madrid	43.11667	-8.4		Leira,Santa Maria,Santa María		58	C	15059	
3118580	Leimán	leiman	ES		20	Europe/Madrid	42.78333	-7.48333		Granja,Leiman,Leimán		58	LU	27057	
3118581	Leiloyo	leiloyo	ES		0	Europe/Madrid	43.26948	-8.76255		Leiloyo,Santa Maria,Santa María		58	C	15043	
3118582	Leixazós	leixazos	ES		0	Europe/Madrid	42.53333	-7.2				58	LU	27017	
3118584	Leixa	leixa	ES		0	Europe/Madrid	43.51667	-8.2		San Pedro		58	C	15036	
3118587	Legazpi	legazpia	ES		0	Europe/Madrid	43.05319	-2.33689		Legazpi,Legazpia	20051	59	SS	20051	
3118598	Ledoira	ledoira	ES		0	Europe/Madrid	43.01667	-8.23333		Ledoira,San Martin,San Martín		58	C	15038	
3118599	Ledo	ledo	ES		0	Europe/Madrid	43.26146	-3.08939				59	BI	48037	
3118611	Leciñana de Mena	lecinana-de-mena	ES		0	Europe/Madrid	43.09258	-3.40224				55	BU	09410	
3118620	Leceñes	lecenes	ES		0	Europe/Madrid	43.36614	-5.65025		Lecenes,Leceñes		34	O	33066	
3118623	Lebrujo	lebrujo	ES		0	Europe/Madrid	42.88045	-7.30427				58	LU	27901	
3118624	Lebredo	lebredo	ES		0	Europe/Madrid	43.48348	-6.81325		Lebredo		34	O	33018	
3118626	Lebozán	lebozan	ES		0	Europe/Madrid	42.57931	-8.16217		Lebozan,Lebozán		58	PO	36024	
3118627	Lebozán	lebozan	ES		66	Europe/Madrid	42.48333	-8.25		Lebozan,Lebozán		58	OR	32011	
3118629	Leborey	leborey	ES		0	Europe/Madrid	42.8221	-7.81505				58	LU	27032	
3118632	Lebario	lebario	ES		0	Europe/Madrid	43.16391	-2.60485				59	BI	48001	
3118639	Lea	lea	ES		0	Europe/Madrid	43.11232	-7.39998				58	LU	27046	
3118640	Lea	lea	ES		14	Europe/Madrid	43.05	-7.81667				58	LU	27020	
3118642	Lazo	lazo	ES		0	Europe/Madrid	43.16982	-9.11934				58	C	15016	
3118643	Lazkaomendi	lazcaumendi	ES		0	Europe/Madrid	43.03396	-2.17081		Lazcaumendi,Lazkaomendi		59	SS	20049	
3118644	Lazkao	lazcano	ES		0	Europe/Madrid	43.03239	-2.18616		Lazcano,Lazkao	20049	59	SS	20049	
3118653	Laza	laza	ES		1771	Europe/Madrid	42.06136	-7.462		Laza	32039	58	OR	32039	
3118655	Layosa	layosa	ES		0	Europe/Madrid	42.63333	-7.41667		Layosa,San Martin,San Martín		58	LU	27024	
3118658	Layas	layas	ES		0	Europe/Madrid	42.33333	-8.03333		Layas,Santa Eulalia		58	OR	32025	
3118663	La Virgen del Campo	la-virgen-del-campo	ES		0	Europe/Madrid	40.61667	-0.76667		Casa La Virgen del Campo,La Virgen del Campo		52	TE	44055	
3118665	La Virgen	la-virgen	ES		0	Europe/Madrid	43.3304	-4.2489				39	S	39090	
3118674	La Villa	la-villa	ES		0	Europe/Madrid	43.16667	-5.96667				34	O	33053	
3118675	Lavilla	lavilla	ES		0	Europe/Madrid	42.35431	0.3318				52	HU	22113	
3118676	La Viliella	la-viliella	ES		0	Europe/Madrid	42.9862	-6.63828		La Viliella		34	O	33011	
3118677	La Vihuela	la-vihuela	ES		0	Europe/Madrid	41.03622	-3.39855				54	GU	19067	
3118680	Lavid de Ojeda	lavid-de-ojeda	ES		126	Europe/Madrid	42.65984	-4.38423		Lavid de Ojeda		55	P	34114	
3118683	Lavit	lavit	ES		0	Europe/Madrid	41.44601	1.73069				56	B	08287	
3118686	Lavern	lavern	ES		0	Europe/Madrid	41.3904	1.77248		Lavern		56	B	08273	
3118687	La Veredilla	la-veredilla	ES		0	Europe/Madrid	40.25534	-1.6722		Caserio La Veredilla,Caserío La Veredilla,La Veredilla		54	CU	16278	
3118690	La Ventosilla	la-ventosilla	ES		0	Europe/Madrid	41.23087	-3.79265		La Ventosilla,Ventosilla		55	SG	40184	
3118691	La Ventosa del Ducado	la-ventosa-del-ducado	ES		0	Europe/Madrid	41.16893	-2.56434				55	SO	42115	
3118694	La Velilla de Valdoré	la-velilla-de-valdore	ES		0	Europe/Madrid	42.87759	-5.17709		La Velilla de Valdore,La Velilla de Valdoré		55	LE	24060	
3118696	Lavelilla	lavelilla	ES		0	Europe/Madrid	42.47492	-0.00533				52	HU	22109	
3118698	A Veiga	a-veiga	ES		0	Europe/Madrid	42.44367	-8.08575				58	OR	32019	
3118700	A Veiga	a-veiga	ES		0	Europe/Madrid	42.13859	-7.93067		Veiga		58	OR	32014	
3118701	A Veiguiña	a-veiguina	ES		0	Europe/Madrid	43.50387	-6.89168		La Veguina,La Veguiña,Veguina,Veguiña		34	O	33070	
3118703	La Veguellina	la-veguellina	ES		0	Europe/Madrid	42.64206	-6.0182		La Veguellina de Cepeda,Veguellina de Cepeda		55	LE	24123	
3118704	La Veguellina	la-veguellina	ES		0	Europe/Madrid	42.32549	-5.27424				55	LE	24190	
3118706	La Vega de Porras	la-vega-de-porras	ES		0	Europe/Madrid	41.54693	-4.76306		Casas de La Vega de Porras de Abajo,Caserio La Vega de Porras,Caserío La Vega de Porras,La Vega de Porras		55	VA	47023	
3118708	A Veiga de Cascallá	a-veiga-de-cascalla	ES		0	Europe/Madrid	42.45287	-6.89985				58	OR	32073	
3118709	La Vega de Almanza	la-vega-de-almanza	ES		0	Europe/Madrid	42.73269	-5.00524		La Vega de Almanza		55	LE	24004	
3118724	A Veiga	a-veiga	ES		0	Europe/Madrid	42.25	-7.01667				58	OR	32083	
3118725	A Veiga	a-veiga	ES		0	Europe/Madrid	42.16667	-7.16667				58	OR	32092	
3118734	La Vara	la-vara	ES		0	Europe/Madrid	43.26672	-5.92742				34	O	33038	
3118741	Lavandeira	lavandeira	ES		0	Europe/Madrid	43.06511	-9.05038				58	C	15092	
3118742	La Vallina	la-vallina	ES		0	Europe/Madrid	43.51109	-5.47698		La Vallina,Vallina		34	O	33076	
3118746	la Vall del Bac	la-vall-del-bac	ES		0	Europe/Madrid	42.26667	2.46667		La Vall del Bac,Vall de Bas,la Vall d'en Bas		56	GI	17208	17039
3118748	la Vall	la-vall	ES		0	Europe/Madrid	42.36495	2.92374		la Vall		56	GI	17042	
3118750	La Valenciana	la-valenciana	ES		0	Europe/Madrid	41.43312	1.8611		Caserio La Valenciana,Caserío La Valenciana,La Valenciana		56	B	08091	
3118751	Lavadores	lavadores	ES		0	Europe/Madrid	42.23333	-8.68333		Lavadores,Lavadoves,Santa Cristina,Santa Cristina de Afuera		58	PO	36057	
3118753	La Uz	la-uz	ES		0	Europe/Madrid	43.30891	-6.35606				34	O	33073	
3118757	Lauría	lauria	ES		0	Europe/Madrid	43.43333	-5.51667				34	O	33076	
3118761	A Treita	a-treita	ES		0	Europe/Madrid	42.66667	-7.01667				58	LU		
3118764	La Trapa	la-trapa	ES		0	Europe/Madrid	43.22773	-7.04038				34	O	33062	
3118768	La Torre Monserrat	la-torre-monserrat	ES		0	Europe/Madrid	40.55642	-0.14383		Caserio La Torre,Caserío La Torre,La Torre Monserrat		60	CS	12080	
3118769	La Torre d'Oristà	la-torre-d-orista	ES		0	Europe/Madrid	41.95	2.05				56	B	08151	
3118777	Latorre	latorre	ES		0	Europe/Madrid	42.34652	0.33361				52	HU	22113	
3118778	Latorre	latorre	ES		0	Europe/Madrid	42.31308	0.15603				52	HU	22907	
3118779	A Torre	a-torre	ES		0	Europe/Madrid	42.15	-8.13333				58	OR	32056	
3118783	A Toxa	a-toxa	ES		0	Europe/Madrid	43.11571	-9.04694				58	C	15092	
3118790	La Tierga	la-tierga	ES		215	Europe/Madrid	41.60623	-1.60545		La Tierga,Tierga		52	Z	50266	
3118793	A Teixeira	a-teixeira	ES		0	Europe/Madrid	42.39098	-7.47345				58	OR	32080	
3118795	Latasa	latasa	ES		0	Europe/Madrid	42.9546	-1.82279				32	NA	31126	
3118796	Latasa	latasa	ES		0	Europe/Madrid	42.95	-1.65				32	NA	31186	
3118802	Latadal	latadal	ES		0	Europe/Madrid	42.95	-7.25				58	LU	27011	
3118806	Las Zorreras	las-zorreras	ES		0	Europe/Madrid	40.13333	-6.83333		Caserio Las Zorreras,Caserío Las Zorreras,Las Zorreras		57	CC	10210	
3118807	Las Viñas	las-vinas	ES		0	Europe/Madrid	43.15766	-6.26015				34	O	33068	
3118808	Las Villas	las-villas	ES		0	Europe/Madrid	43.23216	-6.17353		Las Villas		34	O	33026	
3118809	Las Villas	las-villas	ES		0	Europe/Madrid	40.06667	0.05		Las Villas,Les Villes		60	CS	12028	
3118814	Las Vallinas	las-vallinas	ES		0	Europe/Madrid	43.18333	-5.96667				34	O	33053	
3118815	Lasurtegi	lasurtegi	ES		0	Europe/Madrid	43.0117	-2.27162				59	SS	20026	
3118816	Las Umbrías	las-umbrias	ES		0	Europe/Madrid	40.41726	-4.86848		Barrio Las Umbrias,Barrio Las Umbrías,Las Umbrias,Las Umbrías		55	AV	05169	
3118817	Las Umbrías	las-umbrias	ES		0	Europe/Madrid	40.11667	-0.4		Caserio Las Umbrias,Caserío Las Umbrías,Las Umbrias,Las Umbrías		60	CS	12041	
3118827	Lastras	lastras	ES		0	Europe/Madrid	43.28109	-3.53868				39	S	39067	
3118828	Lastra de las Eras	lastra-de-las-eras	ES		0	Europe/Madrid	43.05194	-3.43362				55	BU	09189	
3118829	Lastra	lastra	ES		0	Europe/Madrid	43.05034	-7.18368		Lastra,San Juan		58	LU	27004	
3118833	Las Tinas	las-tinas	ES		0	Europe/Madrid	42.6	-0.65				52	HU	22130	
3118834	Las Tiendas	las-tiendas	ES		0	Europe/Madrid	43.1239	-6.48206				34	O	33011	
3118835	Las Tejeras	las-tejeras	ES		0	Europe/Madrid	43.20002	-5.88737				34	O	33058	
3118837	Las Tejedas	las-tejedas	ES		0	Europe/Madrid	42.50724	-6.4069				55	LE	24100	
3118842	Les Serres	les-serres	ES		0	Europe/Madrid	42	2.68333				56	GI	17172	
3118844	Las Salinas	las-salinas	ES		0	Europe/Madrid	41.26873	-4.93179		Caserio de las Salinas,Caserío de las Salinas,Las Salinas		55	VA	47031	
3118851	Las Rivas	las-rivas	ES		0	Europe/Madrid	43.27247	-3.14494		Las Riba,Las Rivas		59	BI	48086	
3118862	les Preses	les-preses	ES		619	Europe/Madrid	42.14508	2.46025		les Preses		56	GI	17207	
3118863	Laspra	laspra	ES		229	Europe/Madrid	43.56667	-5.98333		Laspra,San Martin,San Martin de Laspra,San Martín,San Martín de Laspra		34	O	33016	
3118865	Las Poblas	las-poblas	ES		0	Europe/Madrid	41.36106	1.402		Las Poblas,Les Pobles		56	T	43090	
3118866	les Planes d'Hostoles	les-planes-d-hostoles	ES		1800	Europe/Madrid	42.05669	2.54093		les Planes d'Hostoles		56	GI	17194	
3118867	Las Planas	las-planas	ES		0	Europe/Madrid	40.72933	-0.31509				52	TE	44071	
3118873	Les Piles	les-piles	ES		0	Europe/Madrid	41.5	1.35		Las Pilas,las Pilas,les Piles		56	T	43105	
3118874	Les Peces	les-peces	ES		0	Europe/Madrid	41.25	1.5				56	T	43002	
3118885	Las Orderías	las-orderias	ES		0	Europe/Madrid	43.15178	-6.22039				34	O	33068	
3118887	Les Olives	les-olives	ES		0	Europe/Madrid	42.1	3.01667	67			56	GI	17076	
3118889	Las Navas de Buitrago	las-navas-de-buitrago	ES		0	Europe/Madrid	40.93365	-3.59454		Las Navas de Buitrago		29	M	28901	
3118899	les Mates	les-mates	ES		0	Europe/Madrid	41.50972	1.90312		Raval de les Mates,les Mates		56	B	08001	
3118900	Las Matas	las-matas	ES		14213	Europe/Madrid	40.55779	-3.89173		Barrio Obrero Las Matas,La Mata,Las Matas		29	M	28127	
3118901	Las Masucas	las-masucas	ES		0	Europe/Madrid	41.29504	1.64136				56	B	08058	
3118902	Las Marías	las-marias	ES		0	Europe/Madrid	40.46567	-5.28014				55	AV	05155	
3118903	Las Manoteras	las-manoteras	ES		0	Europe/Madrid	40.47614	-3.65971		Barrio Las Monoteras,Casas de las Manoteras		29	M	28079	16
3118904	Les Mallorquines	les-mallorquines	ES		0	Europe/Madrid	41.81667	2.73333				56	GI	17148	
3118906	les Llosses	les-llosses	ES		0	Europe/Madrid	42.15	2.11667		Las Llosas,las Llosas,les Llosses	17096	56	GI	17096	
3118907	Las Llanas	las-llanas	ES		0	Europe/Madrid	43.11799	-5.91521				34	O	33053	
3118908	Las Llamas	las-llamas	ES		0	Europe/Madrid	43.25221	-3.33804				59	BI	48022	
3118909	Lamas	lamas	ES		0	Europe/Madrid	42.04617	-7.75515				58	OR	32032	
3118910	Las Juncosas	las-juncosas	ES		0	Europe/Madrid	40.27411	-0.49465		Caserio Las Juncosas,Caserío Las Juncosas,Las Juncosas		52	TE	44193	
3118912	La Sinova	la-sinova	ES		0	Europe/Madrid	41.68114	-4.42407				55	VA	47226	
3118919	La Sienra	la-sienra	ES		0	Europe/Madrid	43.26819	-5.59353				34	O	33060	
3118932	Las Fábricas	las-fabricas	ES		0	Europe/Madrid	40.67092	-0.54592		Barrio Las Fabricas,Barrio Las Fábricas,Las Fabricas,Las Fábricas		52	TE	44260	
3118933	Las Euras	las-euras	ES		0	Europe/Madrid	42.07691	2.00507		Caserio Las Euras,Caserío Las Euras,Las Euras		56	B	08177	
3118936	les Escaules	les-escaules	ES		0	Europe/Madrid	42.32026	2.88222		les Escaules		56	GI	17029	
3118938	La Sertal	la-sertal	ES		0	Europe/Madrid	43.39905	-4.89567		La Sertal,La Sestal		34	O	33036	
3118953	La Selleta	la-selleta	ES		0	Europe/Madrid	40.26228	-0.21897		Caserio La Selleta,Caserío La Selleta,La Selleta		60	CS	12001	
3118956	La Sela de Murias	la-sela-de-murias	ES		0	Europe/Madrid	43.3	-6.95		La Sela de Murias,La Selva de Murias,La Selva de Múrias		34	O	33061	
3118962	Las Dueñas	las-duenas	ES		0	Europe/Madrid	40.01667	-1.1		Caserio Las Duenas,Caserío Las Dueñas,Las Duenas,Las Dueñas		52	TE	44026	
3118964	Las Cuevas de Cañart	las-cuevas-de-canart	ES		0	Europe/Madrid	40.76284	-0.42416		Las Cuevas de Canart,Las Cuevas de Cañart		52	TE	44071	
3118965	Las Cuestas	las-cuestas	ES		0	Europe/Madrid	43.34052	-5.99689				34	O	33044	
3118974	Zona Franca	zona-franca	ES		0	Europe/Madrid	41.35	2.13333		Zona Franca		56	B	08019	
3118975	Las Conchas	las-conchas	ES		0	Europe/Madrid	43.38333	-4.58333				34	O	33055	
3118979	Las Clochas	las-clochas	ES		0	Europe/Madrid	40.15	-0.6		Caserio Las Clochas,Caserío Las Clochas,Las Clochas		52	TE	44113	
3118981	Las Chorretas	las-chorretas	ES		0	Europe/Madrid	40.44952	-1.96321		Barrio Las Chorretas,Las Chorretas		54	CU	16239	
3118985	Las Casetas Oliveró	las-casetas-olivero	ES		0	Europe/Madrid	41.49855	1.96681		Barrio Las Casetas Olivero,Barrio Las Casetas Oliveró,El Olivero,El Oliveró,Las Casetas Olivero,Las Casetas Oliveró		56	B	08054	
3118986	Las Casetas d'en Montaner	las-casetas-d-en-montaner	ES		0	Europe/Madrid	41.37759	1.91042		Caserio Las Casetas d'en Montaner,Caserío Las Casetas d'en Montaner,Las Casetas d'en Montaner		56	B	08295	
3118988	Les Cases del Riu	les-cases-del-riu	ES		0	Europe/Madrid	40.63372	0.27547		Cases del Riu		60	CS	12096	
3118991	Les Cases d'Alcanar	les-cases-d-alcanar	ES		1530	Europe/Madrid	40.55359	0.53022		Casas de Alcanar,Cases d'Alcanar		56	T	43156	
3118996	Las Carbonosas	las-carbonosas	ES		0	Europe/Madrid	43.37461	-5.06281				34	O	33012	
3118997	Las Carangas	las-carangas	ES		0	Europe/Madrid	43.30564	-5.96862				34	O	33064	
3119001	Lascambras	lascambras	ES		0	Europe/Madrid	42.40204	0.17346				52	HU	22907	
3119004	Karobieta	karobieta	ES		0	Europe/Madrid	43.26672	-1.97924				59	SS	20069	
3119007	Las Cabezadas	las-cabezadas	ES		0	Europe/Madrid	41.07438	-3.10803				54	GU	19901	
3119008	Les Cabanyes	les-cabanyes	ES		0	Europe/Madrid	41.36667	1.7				56	B	08305	
3119010	Las Cabañas	las-cabanas	ES		0	Europe/Madrid	43.61506	-5.84669				34	O	33025	
3119011	Las Cabañas	las-cabanas	ES		0	Europe/Madrid	43.55356	-5.71295				34	O	33024	
3119012	Las Cabañas	las-cabanas	ES		0	Europe/Madrid	43.26462	-6.53549				34	O	33073	
3119013	Las Bouzas	las-bouzas	ES		0	Europe/Madrid	42.89807	-9.00791		Bouzas,Las Bouzas		58	C	15045	
3119014	es Bòrdes	es-bordes	ES		0	Europe/Madrid	42.73333	0.71667		Las Bordas,es Bordes,es Bòrdes,las Bordas		56	L	25243	
3119015	Las Bordas	las-bordas	ES		0	Europe/Madrid	42.2	0.85				56	L	25234	
3119017	Las Berrozanas	las-berrozanas	ES		0	Europe/Madrid	40.07143	-6.12331		Caserio Las Berrozanas,Caserío Las Berrozanas,Las Berrozanas		57	CC	10136	
3119022	Olabarrieta / Labarrieta	las-barrietas-bajas	ES		0	Europe/Madrid	43.25937	-3.19268		Labarrieta,Olabarrieta		59	BI	48086	
3119023	Olabarrietagoikoa / Las Barrietas Altas	las-barrietas-altas	ES		0	Europe/Madrid	43.26463	-3.20087		Las Barrietas Altas,Olabarrietagoikoa		59	BI	48086	
3119024	Las Barrachinas	las-barrachinas	ES		0	Europe/Madrid	40.27447	-0.78601		Caserio Las Barrachinas,Caserío Las Barrachinas,Las Barrachinas		52	TE	44158	
3119029	Areeta	areeta	ES		0	Europe/Madrid	43.32586	-3.00974		Areeta,Las Arenas		59	BI	48044	
3119030	Las Arenas de Cabrales	las-arenas-de-cabrales	ES		0	Europe/Madrid	43.30388	-4.8157		Arenas de Cabrales,Cabrales		34	O	33008	
3119032	Lasaosa	lasaosa	ES		0	Europe/Madrid	42.37936	-0.25984		Lasaosa		52	HU	22199	
3119034	Les Encies	les-encies	ES		0	Europe/Madrid	42.06667	2.58333				56	GI	17133	
3119035	Las Angladas	las-angladas	ES		0	Europe/Madrid	42.16667	2.83333				56	GI	17065	
3119036	La Salut	la-salut	ES		0	Europe/Madrid	41.56667	2.13333				56	B	08167	
3119041	Las Alboredas	las-alboredas	ES		0	Europe/Madrid	40.533	-0.29575		Las Albaredas,Las Alboredas		60	CS	12091	
3119043	La Sala	la-sala	ES		7	Europe/Madrid	43.4	-6.23333				34	O	33059	
3119044	la Sala de Comalats	la-sala-de-comalats	ES		0	Europe/Madrid	41.51883	1.21783		la Sala,la Sala de Comalats		56	T	43061	
3119045	La Sagrera	la-sagrera	ES		29134	Europe/Madrid	41.42271	2.18589		Barrio La Sagrera		56	B	08019	09
3119049	Larunbe	larunbe	ES		0	Europe/Madrid	42.90715	-1.76743		Larumbe,Larunbe		32	NA	31131	
3119051	La Rubiera	la-rubiera	ES		0	Europe/Madrid	43.34924	-5.55364				34	O	33006	
3119053	A Rúa	a-rua	ES		4975	Europe/Madrid	42.40048	-7.10268		A Rua,A Rúa		58	OR	32072	
3119054	Lartosa	lartosa	ES		0	Europe/Madrid	43.08912	-6.66254		Lartesa,Lartosa		34	O	33011	
3119056	Larruskain	larruscain	ES		0	Europe/Madrid	43.27181	-2.44656				59	BI	48060	
3119058	Larrosa	larrosa	ES		0	Europe/Madrid	42.63287	-0.45237		Larrosa		52	HU	22130	
3119063	Larrintzar	larrinzar	ES		0	Europe/Madrid	42.92614	-2.53836				59	VI	01013	
3119065	Larrinaga	larrinaga	ES		0	Europe/Madrid	43.36403	-2.54789				59	BI	48049	
3119066	Larrinbe	larrimbe	ES		0	Europe/Madrid	43.04338	-2.98278		Larrinbe		59	VI	01002	
3119072	Larrazabal	larrazabal	ES		0	Europe/Madrid	43.38376	-2.86206		Larrazabal		59	BI	48061	
3119074	Larrauri-Markaida	larrauri	ES		0	Europe/Madrid	43.36767	-2.81074				59	BI	48069	
3119079	Larráinzar	larrainzar	ES		0	Europe/Madrid	42.97826	-1.69626				32	NA	31236	
3119080	Larrageta	larrageta	ES		0	Europe/Madrid	42.85722	-1.72975		Larrageta,Larragueta		32	NA	31193	
3119083	La Roza	la-roza	ES		0	Europe/Madrid	43.57583	-6.02888				34	O	33016	
3119084	La Roza	la-roza	ES		0	Europe/Madrid	43.34253	-5.15439				34	O	33045	
3119085	La Roza	la-roza	ES		0	Europe/Madrid	43.27473	-5.90163				34	O	33038	
3119086	La Roza	la-roza	ES		0	Europe/Madrid	43.28333	-3.63333				39	S	39007	
3119087	La Rotella	la-rotella	ES		0	Europe/Madrid	43.28333	-5.63333				34	O	33060	
3119088	LaRota-Fonegra	larota-fonegra	ES		0	Europe/Madrid	43.47559	-3.52455		Rota-Fonegra		39	S	39047	
3119089	La Rondiella	la-rondiella	ES		0	Europe/Madrid	43.53221	-6.25849				34	O	33021	
3119095	Laroco	laroco	ES		0	Europe/Madrid	42.3479	-7.15956		Laroco		58	LU	27050	
3119096	La Rociella	la-rociella	ES		0	Europe/Madrid	43.26103	-5.84002		La Rociella		34	O	33037	
3119097	La Rochapea	la-rochapea	ES		0	Europe/Madrid	42.8267	-1.64845		Errotxapea,La Rochapea,Rochapea		32	NA	31201	
3119098	La Roca	la-roca	ES		0	Europe/Madrid	42.32223	2.3329		La Roca,Roca del Valles,Roca del Vallès,la Roca		56	GI	17039	
3119103	Laro	laro	ES		0	Europe/Madrid	42.62542	-8.234				58	PO	36052	
3119105	La Rivera	la-rivera	ES		0	Europe/Madrid	43.4465	-5.5002				34	O	33076	
3119106	La Riva	la-riva	ES		0	Europe/Madrid	43.01568	-3.96545				39	S	39017	
3119107	Lariz	laris	ES		0	Europe/Madrid	43.33333	-2.51667				59	BI	48047	
3119111	La Rinconada de la Sierra	la-rinconada-de-la-sierra	ES		169	Europe/Madrid	40.61275	-6.02052		La Rinconada de la Sierra		55	SA	37268	
3119112	Larín	larin	ES		0	Europe/Madrid	43.26667	-8.55		Larin,Larín,San Esteban		58	C	15005	
3119113	Larín	larin	ES		0	Europe/Madrid	42.83411	-7.37971		Larin,Larín		58	LU	27026	
3119114	La Rimada	la-rimada	ES		0	Europe/Madrid	43.42654	-5.59051		La Rimada		34	O	33065	
3119115	La Rierada	la-rierada	ES		0	Europe/Madrid	41.43624	2.04597		Caserio La Rierada,Caserío La Rierada,La Rierada		56	B	08205	
3119121	La Ricardera	la-ricardera	ES		0	Europe/Madrid	41.94621	2.30919		La Ricardera		56	B	08083	
3119122	Larikao	larikao	ES		0	Europe/Madrid	43.21667	-2.86667				59	BI	48097	
3119123	Sant Pere, Santa Caterina i La Ribera	sant-pere-santa-caterina-i-la-ribera	ES		22856	Europe/Madrid	41.3845	2.18152		Barrio la Ribera,Born,borne,el Born,la Ribera		56	B	08019	01
3119126	La Riba de Valdelucio	la-riba-de-valdelucio	ES		0	Europe/Madrid	42.70066	-4.08473		La Riba de Valdelucio		55	BU	09415	
3119130	A Riba	a-riba	ES		0	Europe/Madrid	42.96667	-8.81667				58	C	15007	
3119134	Largentes	largentes	ES		0	Europe/Madrid	42.95879	-6.96033				58	LU	27034	
3119135	La Revilla de Herrán	la-revilla-de-herran	ES		0	Europe/Madrid	42.82293	-3.25177		La Revilla de Herran,La Revilla de Herrán		55	BU	09412	
3119136	La Revilla de Calatañazor	la-revilla-de-calatanazor	ES		0	Europe/Madrid	41.64962	-2.72738		Calatanazor,Calatañazor,La Revilla,La Revilla de Calatanazor,La Revilla de Calatañazor		55	SO	42144	
3119137	La Revilla	la-revilla	ES		0	Europe/Madrid	43.37893	-4.36044				39	S	39080	
3119138	La Revilla	la-revilla	ES		0	Europe/Madrid	43.22793	-3.35999				59	BI	48022	
3119139	La Revilla	la-revilla	ES		0	Europe/Madrid	43.20145	-3.48844				39	S	39083	
3119140	La Revilla	la-revilla	ES		128	Europe/Madrid	42.01226	-3.33107				55	BU	09312	
3119141	Larreineta	larreineta	ES		0	Europe/Madrid	43.29151	-3.04914		La Reineta,Larreineta		59	BI	48080	
3119148	La Rebollada	la-rebollada	ES		0	Europe/Madrid	43.41413	-6.49341		La Rebollada,Rebollada		34	O	33073	
3119149	La Rebollada	la-rebollada	ES		0	Europe/Madrid	43.26927	-5.79108				34	O	33037	
3119150	La Rebollada	la-rebollada	ES		0	Europe/Madrid	43.24724	-5.6266				34	O	33060	
3119151	La Rebollada	la-rebollada	ES		0	Europe/Madrid	43.12819	-6.34076				34	O	33068	
3119154	Lardeiros	lardeiros	ES		0	Europe/Madrid	42.98516	-8.30494		Lardeiros,San Julian,San Julián		58	C	15066	
3119156	Larazo	larazo	ES		0	Europe/Madrid	42.82646	-8.15155				58	PO	36059	
3119160	Laraño	larano	ES		0	Europe/Madrid	42.86667	-8.58333		Larano,Laraño,San Martin,San Martín		58	C	15078	
3119164	La Rambla de Martín	la-rambla-de-martin	ES		0	Europe/Madrid	40.82625	-0.96483		La Rambla de Martin,La Rambla de Martín		52	TE	44144	
3119165	La Rambla Alta	la-rambla-alta	ES		0	Europe/Madrid	40.1	-0.55		Caserio La Rambla Alta,Caserío La Rambla Alta,La Rambla Alta		60	CS	12092	
3119166	La Ral	la-ral	ES		43	Europe/Madrid	42.27969	2.37095		Caserio La Ral,Caserío La Ral,La Ral		56	GI	17039	
3119167	Laraxe	laraxe	ES		0	Europe/Madrid	43.43333	-8.15		Larage,San Mamed		58	C	15015	
3119174	Larrabea	la-rabea	ES		0	Europe/Madrid	42.96743	-2.62085				59	VI	01058	
3119175	la Rabassada	la-rabassada	ES		0	Europe/Madrid	41.43333	2.11667	361	la Rabassada		56	B	08205	
3119178	La Quintana	la-quintana	ES		0	Europe/Madrid	43.26876	-6.81591		La Quintana,Quintana		34	O	33001	
3119179	La Quintana	la-quintana	ES		0	Europe/Madrid	42.88281	-4.20923				39	S	39092	
3119180	La Quiñonería	la-quinoneria	ES		13	Europe/Madrid	41.56832	-2.03754		La Quinoneria,La Quiñonería		55	SO	42148	
3119182	Laquidáin	laquidain	ES		0	Europe/Madrid	42.78287	-1.52264				32	NA	31023	
3119191	La Puebla de la Sierra	la-puebla-de-la-sierra	ES		0	Europe/Madrid	41.01197	-3.44487		La Puebla de la Mujer Muerta,La Puebla de la Sierra		29	M	28118	
3119197	A Pobla	a-pobla	ES		0	Europe/Madrid	42.41667	-7.01667				58	OR	32009	
3119198	Prosperidad	prosperidad	ES		0	Europe/Madrid	40.44427	-3.66926		Casas de La Prosperidad,La Prosperidaz,Prosperidad		29	M	28079	5
3119199	La Prohida	la-prohida	ES		0	Europe/Madrid	43.29517	-6.45146				34	O	33073	
3119205	La Posada	la-posada	ES		0	Europe/Madrid	43.28333	-6.41667				34	O	33073	
3119210	A Portelá	a-portela	ES		0	Europe/Madrid	42.43023	-7.02692		San Julian,San Julián		58	OR	32088	
3119217	La Población de Suso	la-poblacion-de-suso	ES		0	Europe/Madrid	42.98697	-4.23776		La Poblacion de Suso,La Población de Suso,Poblacion de Suso,Población de Suso		39	S	39032	
3119222	La Platja de Calafell	la-platja-de-calafell	ES		0	Europe/Madrid	41.18731	1.57293				56	T	43037	
3119224	La Plana Rodona	la-plana-rodona	ES		0	Europe/Madrid	41.3187	1.70501				56	B	08145	
3119226	La Pipa	la-pipa	ES		0	Europe/Madrid	43.53868	-5.61894				34	O	33024	
3119229	La Piñera	la-pinera	ES		0	Europe/Madrid	43.45899	-5.52549				34	O	33076	
3119230	La Piñera	la-pinera	ES		0	Europe/Madrid	43.364	-5.26983				34	O	33049	
3119232	La Pinya	la-pinya	ES		155	Europe/Madrid	42.1739	2.4442				56	GI	17207	
3119234	Lapitze	lapice	ES		0	Europe/Madrid	43.33454	-1.79547		Lapice,Lapitze		59	SS	20036	
3119237	La Pescal	la-pescal	ES		0	Europe/Madrid	43.08486	-6.60496				34	O	33011	
3119238	A Peroxa	a-peroxa	ES		0	Europe/Madrid	42.44132	-7.79454		San Gines,San Ginés		58	OR	32059	
3119239	A Peroxa	a-peroxa	ES		0	Europe/Madrid	42.41667	-7.81667		San Eusebio		58	OR	32026	
3119241	La Pereda	la-pereda	ES		0	Europe/Madrid	43.39593	-4.77196				34	O	33036	
3119242	La Pereda	la-pereda	ES		0	Europe/Madrid	43.39001	-6.34529		La Pereda,Pereda		34	O	33073	
3119246	La Peral	la-peral	ES		0	Europe/Madrid	43.48333	-6		La Peral,San Jorge		34	O	33030	
3119247	La Peral	la-peral	ES		0	Europe/Madrid	43.45052	-6.20052				34	O	33059	
3119248	La Peral	la-peral	ES		0	Europe/Madrid	43.0448	-6.25028				34	O	33068	
3119251	La Penilla	la-penilla	ES		0	Europe/Madrid	43.31897	-3.88254		La Penilla		39	S	39074	
3119252	La Penilla	la-penilla	ES		0	Europe/Madrid	43.28556	-3.94653		La Penilla,Penilla		39	S	39078	
3119256	Abusu / La Peña	abusu-la-pena	ES		0	Europe/Madrid	43.24118	-2.91974		Abusu,La Pena,La Peña		59	BI	48011	
3119257	A Pena	a-pena	ES		0	Europe/Madrid	42.0888	-7.67773				58	OR	32032	
3119259	La Pelechaneta	la-pelechaneta	ES		0	Europe/Madrid	40.2	-0.06667		Caserio La Pelechaneta,Caserío La Pelechaneta,La Pelechaneta,Pelejaneta		60	CS	12124	
3119265	La Pasera	la-pasera	ES		0	Europe/Madrid	43.34199	-5.72565				34	O	33042	
3119274	La Pardina	la-pardina	ES		0	Europe/Madrid	42.41667	0.18333				52	HU	22907	
3119276	La Paradilla	la-paradilla	ES		0	Europe/Madrid	40.56037	-4.24261		Paradilla		29	M	28135	
3119277	La Palma de Ebro	la-palma-de-ebro	ES		0	Europe/Madrid	41.28333	0.66667				56	T	43060	
3119280	La Overuela	la-overuela	ES		0	Europe/Madrid	41.69135	-4.71026				55	VA	47186	
3119286	La Olmedilla	la-olmedilla	ES		0	Europe/Madrid	40.31485	-0.75247		Caserio La Olmedilla,Caserío La Olmedilla,La Olmedilla,Masia de la Olmedilla		52	TE	44158	
3119287	La Olmeda de la Cebolla	la-olmeda-de-la-cebolla	ES		0	Europe/Madrid	40.36667	-3.21667		La Olmeda de la Cebolla		29	M	28101	
3119288	La Olmeda de Jadraque	la-olmeda-de-jadraque	ES		25	Europe/Madrid	41.12695	-2.74147		La Olmeda,La Olmeda de Jadraque		54	GU	19202	
3119290	La Olla	la-olla	ES		0	Europe/Madrid	43.5061	-5.56684				34	O	33024	
3119292	l'Oliva	l-oliva	ES		0	Europe/Madrid	42.24677	2.99538		l'Oliva		56	GI	17005	
3119294	O O	o-o	ES		0	Europe/Madrid	42.56667	-8.05				58	PO	36016	
3119296	Lanzós	lanzos	ES		0	Europe/Madrid	43.34463	-7.66118		Lanzos,Lanzós,San Martin,San Martín		58	LU	27065	
3119297	San Salvador de Lanzós	san-salvador-de-lanzos	ES		0	Europe/Madrid	43.33711	-7.66105		El Salvador,Lanzos,Lanzós,San Salvador		58	LU	27065	
3119303	Lanzá	lanza	ES		0	Europe/Madrid	43.06667	-8.18333		Lanza,Lanzá,San Mamed		58	C	15047	
3119306	Lanuza	lanuza	ES		0	Europe/Madrid	42.75628	-0.31517				52	HU	22204	
3119311	Lantero	lantero	ES		0	Europe/Madrid	43.44282	-6.739				34	O	33007	
3119312	Lantero	lantero	ES		0	Europe/Madrid	43.33577	-6.83196				34	O	33029	
3119314	Lantarou	lantarou	ES		0	Europe/Madrid	42.86351	-8.92917		Lantaron,Lantarou,Lantarón		58	C	15062	
3119315	Lantaño	lantano	ES		0	Europe/Madrid	42.56667	-8.66667		Lantano,Lantaño,San Pedro		58	PO	36040	
3119324	La Nisal	la-nisal	ES		0	Europe/Madrid	43.29432	-5.72127				34	O	33031	
3119325	La Nisal	la-nisal	ES		0	Europe/Madrid	43.15122	-6.45674				34	O	33011	
3119326	Langullo	langullo	ES		0	Europe/Madrid	42.30297	-7.20257		Langullo		58	OR	32044	
3119328	Longueirón	longueiron	ES		0	Europe/Madrid	43.23855	-8.83134				58	C	15068	
3119329	Langueirón	langueiron	ES		0	Europe/Madrid	43.04976	-8.9256		Langueiron,Langueirón,Longueiron,Longueirón		58	C	15093	
3119337	Langarika	langarica	ES		0	Europe/Madrid	42.83555	-2.4297		Langarica,Langarika		59	VI	01027	
3119344	Landrove	landrove	ES		0	Europe/Madrid	43.63333	-7.6		Landrove,San Julian,San Julián		58	LU	27066	
3119345	Landriz	landriz	ES		0	Europe/Madrid	43.13522	-7.27977				58	LU	27046	
3119347	Landoi	landoi	ES		0	Europe/Madrid	43.7	-7.9		Santiago		58	C	15061	
3119351	Landeira	landeira	ES		0	Europe/Madrid	42.94624	-8.82007				58	C	15056	
3119360	Láncara de Luna	lancara-de-luna	ES		0	Europe/Madrid	42.91667	-5.91667		Lancara,Lancara de Luna,Láncara,Láncara de Luna		55	LE	24164	
3119361	Láncara	lancara	ES		3121	Europe/Madrid	42.86425	-7.33667			27026	58	LU	27026	
3119369	Lañas	lanas	ES		0	Europe/Madrid	43.3	-8.51667		Lanas,Lañas,Santa Marina		58	C	15041	
3119370	Lañas	lanas	ES		0	Europe/Madrid	42.95336	-8.70795				58	C	15007	
3119375	Lañada	lanada	ES		0	Europe/Madrid	43.53333	-6.6		Lanada,Lañada		34	O	33034	
3119377	Lamuño	lamuno	ES		0	Europe/Madrid	43.56281	-6.1974				34	O	33021	
3119378	Lamuño	lamuno	ES		0	Europe/Madrid	43.36013	-5.62045				34	O	33066	
3119386	Lampón	lampon	ES		0	Europe/Madrid	42.63333	-8.91667		Lampon,Lampón,Santiago		58	C	15067	
3119388	Lampazas	lampazas	ES		9	Europe/Madrid	42.71667	-7.26667				58	LU	27055	
3119389	Lampaza	lampaza	ES		0	Europe/Madrid	42.10459	-7.86364				58	OR	32067	
3119390	Lampay	lampay	ES		0	Europe/Madrid	42.78333	-8.61667		Lampay,Santa Maria,Santa María		58	C	15082	
3119391	La Mota	la-mota	ES		0	Europe/Madrid	42.05129	2.7894		La Mota		56	GI	17123	
3119393	La Mosquitera	la-mosquitera	ES		0	Europe/Madrid	43.26454	-5.68151				34	O	33031	
3119394	Lamosa	lamosa	ES		0	Europe/Madrid	42.21667	-8.35		Lamosa,San Bartolome,San Bartolomé		58	PO	36013	
3119405	La Molina de Ubierna	la-molina-de-ubierna	ES		0	Europe/Madrid	42.51349	-3.62806				55	BU	09906	
3119406	La Molina del Portillo de Busto	la-molina-del-portillo-de-busto	ES		0	Europe/Madrid	42.70413	-3.23215		La Molina del Portillo de Busto,La Molina del Portillo del Busto		55	BU	09238	
3119411	La Miyar	la-miyar	ES		0	Europe/Madrid	43.4921	-5.38158				34	O	33076	
3119415	Lamiña	lamina	ES		0	Europe/Madrid	43.23332	-4.28123				39	S	39066	
3119422	Lamiana	lamiana	ES		0	Europe/Madrid	42.58393	0.16997		Lamiana		52	HU	22227	
3119424	A Mezquita	a-mezquita	ES		0	Europe/Madrid	42.01314	-7.04675				58	OR	32048	
3119425	L'Ametlla de Merola	l-ametlla-de-merola	ES		0	Europe/Madrid	41.83333	1.88333	287	Ametlla de Merola,L'Ametlla de Merola,La Ametlla de Merola		56	B	08018	
3119427	La Mercadera	la-mercadera	ES		0	Europe/Madrid	41.65335	-2.87345		La Mercadera		55	SO	42158	
3119428	A Merca	a-merca	ES		0	Europe/Madrid	42.22261	-7.90492				58	OR	32047	
3119430	Lamela	lamela	ES		0	Europe/Madrid	42.93341	-7.68494				58	LU	27023	
3119431	Lamela	lamela	ES		0	Europe/Madrid	42.73333	-8.31667		Lamela,San Miguel		58	PO	36052	
3119433	A Medorra	a-medorra	ES		0	Europe/Madrid	42.31667	-7.46667				58	OR	32049	
3119442	La Mata de Morrella	la-mata-de-morrella	ES		0	Europe/Madrid	40.6165	-0.27983				60	CS	12075	
3119446	La Mata de Ledesma	la-mata-de-ledesma	ES		131	Europe/Madrid	41.00054	-5.97101		La Mata de Ledesma		55	SA	37186	
3119447	La Mata de la Riba	la-mata-de-la-riba	ES		0	Europe/Madrid	42.85281	-5.3409				55	LE	24199	
3119450	La Mata de Armuña	la-mata-de-armuna	ES		0	Europe/Madrid	41.06673	-5.64415		La Mata de Armuna,La Mata de Armuña		55	SA	37185	
3119456	Lamastredo	lamastredo	ES		0	Europe/Madrid	43.16189	-9.14618		Lamastredo,Lamentredo		58	C	15016	
3119395	La Mortera	la-mortera	ES	33785	0	Europe/Madrid	43.43236	-6.09866				34	O	33010	
3119461	Lamasapín	lamasapin	ES		0	Europe/Madrid	42.92507	-8.95071		Lamasapin,Lamasapín		58	C	15045	
3119463	La Masadera	la-masadera	ES		0	Europe/Madrid	41.83483	-0.04463				52	HU	22213	
3119464	La Masada	la-masada	ES		0	Europe/Madrid	40.19608	-0.44448		Caserio La Masada,Caserío La Masada,La Masada		60	CS	12130	
3119467	Lamas	lamas	ES		0	Europe/Madrid	43.55	-8.03333		Lamas,San Julian,San Julián		58	C	15076	
3119468	Lamas	lamas	ES		0	Europe/Madrid	43.36685	-7.28282				58	LU	27054	
3119469	Lamas	lamas	ES		0	Europe/Madrid	43.18333	-7.55		Lamas,San Martin,San Martín		58	LU	27015	
3119470	Lamas	lamas	ES		0	Europe/Madrid	43.18614	-7.19864				58	LU	27053	
3119471	Lamas	lamas	ES		0	Europe/Madrid	43.13365	-8.93349				58	C	15093	
3119472	Lamas	lamas	ES		0	Europe/Madrid	43.04879	-7.79907				58	LU	27020	
3119473	Lamas	lamas	ES		0	Europe/Madrid	42.946	-7.62596				58	LU	27028	
3119474	Lamas	lamas	ES		104	Europe/Madrid	42.85	-8.45		Lamas,Santa Maria,Santa María		58	C	15012	
3119475	Lamas	lamas	ES		0	Europe/Madrid	42.83061	-7.03167		Lamas,San Julian,San Julián		58	LU	27012	
3119476	Lamas	lamas	ES		0	Europe/Madrid	42.75627	-7.18267				58	LU	27062	
3119477	Lamas	lamas	ES		18	Europe/Madrid	42.68229	-8.4035				58	PO	36017	
3119478	Lamas	lamas	ES		0	Europe/Madrid	42.6	-8.58333		Lamas,Santa Cruz		58	PO	36032	
3119479	Lamas	lamas	ES		0	Europe/Madrid	42.47188	-8.03261				58	OR	32076	
3119480	Lamas	lamas	ES		0	Europe/Madrid	42.38333	-8.18333		Lamas,Santa Maria,Santa María		58	OR	32040	
3119482	A Mariña	a-marina	ES		0	Europe/Madrid	43.51667	-8.3		San Jorge		58	C	15036	
3119483	La Marina	la-marina	ES		0	Europe/Madrid	41.15029	1.41775				56	T	43153	
3119485	La Marañosa	la-maranosa	ES		0	Europe/Madrid	40.2743	-3.5886		Barrio La Maranosa,Barrio La Marañosa,La Maranosa,La Marañosa,Maranosa,Maranosa de Santa Barbara,Marañosa		29	M	28132	
3119486	La Manzanera	la-manzanera	ES		0	Europe/Madrid	40.17904	-0.39379		Caserio La Manzanera,Caserío La Manzanera,La Manzanera		60	CS	12130	
3119487	La Mambla	la-mambla	ES		0	Europe/Madrid	42.07427	2.24108		La Mambla		56	B	08150	
3119488	Lamamá	lamama	ES		0	Europe/Madrid	42.2	-7.65		Lamama,Lamamá,San Ciprian,San Ciprián,Villarino de Lamama,Villarino de Lamamá		58	OR	32007	
3119490	Lamalonga	lamalonga	ES		0	Europe/Madrid	42.27909	-6.9646				58	OR	32083	
3119492	La Malladina	la-malladina	ES		0	Europe/Madrid	42.63418	-6.63474		La Halladina,La Malladina		55	LE	24027	
3119496	La Majadilla	la-majadilla	ES		0	Europe/Madrid	40.37669	-4.76133		Caserio La Majadilla,Caserío La Majadilla,La Majadilla		55	AV	05041	
3119497	Lamaigrexa	lamaigrexa	ES		0	Europe/Madrid	42.56029	-7.36685				58	LU	27047	
3119502	A Madalena	a-madalena	ES		0	Europe/Madrid	41.9181	-7.58566				58	OR	32050	
3119506	Lama da Vila	lama-da-vila	ES		0	Europe/Madrid	42.82666	-7.10032		Lama da Vila,Lama de Vila		58	LU	27037	
3119511	La Lueza	la-lueza	ES		0	Europe/Madrid	42.38518	0.27912				52	HU	22113	
3119514	La Losilla y San Adrián	la-losilla-y-san-adrian	ES		0	Europe/Madrid	42.83738	-5.31665				55	LE	24199	
3119519	La Lombana	la-lombana	ES		0	Europe/Madrid	43.34441	-3.69982				39	S	39064	
3119523	La Lobera	la-lobera	ES		0	Europe/Madrid	40.38854	-4.66747		Caserio La Lobera,Caserío La Lobera,La Lobera		55	AV	05163	
3119524	La Lloraza	la-lloraza	ES		0	Europe/Madrid	43.52936	-5.45089		La Lloraza		34	O	33076	
3119525	La Llobeta	la-llobeta	ES		0	Europe/Madrid	41.77336	2.24739		La Llobeta		56	B	08026	
3119526	La Llera	la-llera	ES		0	Europe/Madrid	43.48119	-5.34419		La Llera		34	O	33019	
3119527	La Llaneza	la-llaneza	ES		9	Europe/Madrid	43.36667	-6.41667				34	O	33073	
3119528	La Llamera	la-llamera	ES		0	Europe/Madrid	43.08589	-6.18857				34	O	33068	
3119529	La Llama	la-llama	ES		0	Europe/Madrid	43.27766	-6.48474				34	O	33073	
3119530	La Llama	la-llama	ES		0	Europe/Madrid	42.76667	-5.03333				55	LE	24118	
3119533	La Llàcua	la-llacua	ES		0	Europe/Madrid	40.50088	-0.05493		Caserio La Llacua,Caserio Llacova,Caserío La Llácua,Caserío Llácova,La Llacua		60	CS	12014	
3119536	Lalín	lalin	ES		21254	Europe/Madrid	42.66085	-8.11285		Lalin,Lalín,Лалин		58	PO	36024	
3119540	La Lecina	la-lecina	ES		0	Europe/Madrid	42.3737	0.03841		La Lecina		52	HU	22907	
3119549	A Lama	a-lama	ES		0	Europe/Madrid	42.31667	-7.25				58	OR	32063	
3119563	Lajosa	lajosa	ES		0	Europe/Madrid	42.95	-7.48333				58	LU	27014	
3119564	Lajo	lajo	ES		0	Europe/Madrid	42.96667	-6.86667				58	LU	27034	
3119565	Lajes	lajes	ES		0	Europe/Madrid	42.86442	-7.29161				58	LU	27901	
3119566	Laje	laje	ES		0	Europe/Madrid	42.78333	-7.56667		Laje,Santiago		58	LU	27042	
3119567	Laje	laje	ES		0	Europe/Madrid	42.61667	-7.83333		Laje,San Juan		58	LU	27016	
3119570	Laje	laje	ES		0	Europe/Madrid	42.35	-8.38333		Laje,San Jose,San José		58	PO	36019	
3119571	Lajas	lajas	ES		0	Europe/Madrid	42.4088	-8.14532				58	OR	32013	
3119573	La Izara	la-izara	ES		0	Europe/Madrid	42.9762	-4.18723		Izara,La Izara		39	S	39032	
3119577	Laiseca	laiseca	ES		0	Europe/Madrid	43.23782	-3.268				39	S	39101	
3119578	Laiseca	laiseca	ES		0	Europe/Madrid	43.23333	-3.21667				59	BI	48008	
3119581	Laiño	laino	ES		0	Europe/Madrid	42.73333	-8.71667		Laino,Laiño,San Julian,San Julián		58	C	15033	
3119582	Laiño	laino	ES		0	Europe/Madrid	42.71667	-8.71667		Laino,Laiño,San Juan		58	PO	36056	
3119583	La Infiesta	la-infiesta	ES		0	Europe/Madrid	43.4048	-5.31738				34	O	33049	
3119588	A Igrexa	a-igrexa	ES		0	Europe/Madrid	42.92278	-8.88622				58	C	15056	
3119589	Huerta del Obispo	huerta-del-obispo	ES		0	Europe/Madrid	40.46216	-3.7053		Barrio La Huerta del Obispo,Huerta del Obispo,La Huerta del Obispo		29	M	28079	6
3119594	La Hoz de Abiada	la-hoz-de-abiada	ES		0	Europe/Madrid	43.01873	-4.28178		Hoz de Abiada,La Hoz de Abiada		39	S	39032	
3119534	La Linde	la-linde	ES	33818	0	Europe/Madrid	43.06298	-6.50755		La Linde		34	O	33011	
3119616	La Haya	la-haya	ES		0	Europe/Madrid	42.9089	-4.15653				39	S	39092	
3119618	Lagunilla del Jubera	lagunilla-del-jubera	ES		575	Europe/Madrid	42.33414	-2.32117		Lagunilla del Jubera	26083	27	LO	26083	
3119636	Laguna	laguna	ES		0	Europe/Madrid	42.79917	-7.07056				58	LU	27037	
3119639	Lagüelles	lagueelles	ES		0	Europe/Madrid	42.9	-5.91667				55	LE	24164	
3119641	A Gudiña	a-gudina	ES		0	Europe/Madrid	42.06103	-7.13875		La Gudina,La Gudiña,San Martin y San Pedro de La Gudina,San Martín y San Pedro de La Gudiña		58	OR	32034	
3119643	La Guareña	la-guarena	ES		0	Europe/Madrid	41.2008	-5.29718		Caserio La Guarena,Caserío La Guarena,La Guarena,La Guareña,Ordono,Ordoño		55	VA	47167	
3119644	La Guardiola	la-guardiola	ES		0	Europe/Madrid	41.41453	1.65057		Guardiola,La Guardiola		56	B	08085	
3119646	A Guarda	a-guarda	ES		0	Europe/Madrid	41.90131	-8.87423		A Guarda,La Guardia	36023	58	PO	36023	
3119654	La Grandera	la-grandera	ES		0	Europe/Madrid	43.25	-6.76667		Grandera,La Grandera		34	O	33001	
3119656	A Graña	a-grana	ES		0	Europe/Madrid	43.48333	-8.26667		La Grana,La Graña		58	C	15036	
3119657	A Graña	a-grana	ES		0	Europe/Madrid	42.16258	-7.73884		La Grana,La Graña		58	OR	32036	
3119659	Lagostelle	lagostelle	ES		0	Europe/Madrid	43.18333	-7.95		Lagostelle,Santa Marina		58	C	15032	
3119660	Lagostelle	lagostelle	ES		0	Europe/Madrid	43.18333	-7.9		Lagostelle,San Juan		58	LU	27022	
3119665	Lagoa	lagoa	ES		0	Europe/Madrid	43.51667	-7.45		Lagoa,San Vicente		58	LU	27002	
3119666	Lagoa	lagoa	ES		0	Europe/Madrid	43.33333	-7.4		Lagoa,San Juan		58	LU	27044	
3119667	Lagoa	lagoa	ES		0	Europe/Madrid	42.98877	-9.22294				58	C	15023	
3119680	Glorieta	glorieta	ES		0	Europe/Madrid	41.51997	1.20442		Glorieta		56	T	43101	43061
3119682	La Gleva	la-gleva	ES		0	Europe/Madrid	42	2.25		La Gleva		56	B	08117	
3119690	Lagartones	lagartones	ES		0	Europe/Madrid	42.69303	-8.44809		Lagartones,San Esteban		58	PO	36017	
3119691	Lagarteira	lagarteira	ES		0	Europe/Madrid	42.9649	-9.19197				58	C	15023	
3119693	La Garrofera	la-garrofera	ES		0	Europe/Madrid	40.24891	-0.19831		Caserio La Garrofera,Caserío La Garrofera,La Garrofera		60	CS	12001	
3119702	La Gavarra	la-gavarra	ES		0	Europe/Madrid	42.1037	1.19734				56	L	25077	
3119707	Lafuente	lafuente	ES		0	Europe/Madrid	43.25424	-4.5102				39	S	39034	
3119713	La Fregeneda	la-fregeneda	ES		457	Europe/Madrid	40.98866	-6.86829		Fregeneda,La Fregeneda		55	SA	37132	
3119718	La Foz	la-foz	ES		0	Europe/Madrid	43.1499	-5.27934		La Foz		34	O	33015	
3119719	La Fortunada	la-fortunada	ES		0	Europe/Madrid	42.54379	0.19815				52	HU	22227	
3119722	La Folguerosa	la-folguerosa	ES		0	Europe/Madrid	43.48333	-6.25				34	O	33059	
3119725	La Floresta Pearson	la-floresta-pearson	ES		0	Europe/Madrid	41.44308	2.07061		Barrio La Floresta Pearson,Floresta Pearson,La Floresta,La Floresta Pearson		56	B	08205	
3119729	La Flamenca	la-flamenca	ES		0	Europe/Madrid	40.01391	-3.65719		La Flamenca		29	M	28013	
3119732	La Figar	la-figar	ES		0	Europe/Madrid	43.32866	-5.55394		Figar,La Figar		34	O	33006	
3119733	La Figal	la-figal	ES		12	Europe/Madrid	43.5	-6.53333				34	O	33034	
3119734	La Figal	la-figal	ES		6	Europe/Madrid	43.33333	-6.05				34	O	33026	
3119735	La Ferrería	la-ferreria	ES		0	Europe/Madrid	43.52613	-6.03574		La Ferreria,La Ferrería		34	O	33069	
3119736	La Fenosa	la-fenosa	ES		0	Europe/Madrid	43.53343	-6.18088				34	O	33021	
3119737	La Felguerina	la-felguerina	ES		0	Europe/Madrid	43.15177	-5.37396		La Felguerina		34	O	33015	
3119738	La Felguera	la-felguera	ES		0	Europe/Madrid	43.43126	-5.67895		La Felguera		34	O	33031	
3119739	La Felguera	la-felguera	ES		0	Europe/Madrid	43.3075	-5.69092		Felguera,la fylgwyra,لا فیلگویرا		34	O	33031	
3119741	La Falguera	la-falguera	ES		0	Europe/Madrid	43.11636	-6.22124		La Falguera		34	O	33068	
3119742	La Fajera	la-fajera	ES		0	Europe/Madrid	43.35952	-6.59568				34	O	33073	
3119746	A Estrada	a-estrada	ES		21880	Europe/Madrid	42.68911	-8.48842		La Estrada,La-Ehstrada,Ла-Эстрада		58	PO	36017	
3119748	l'Estela	l-estela	ES		0	Europe/Madrid	42.28301	2.78242		l'Estela		56	GI	17031	
3119750	La Estación	la-estacion	ES		0	Europe/Madrid	40.61667	-6.51667		Barrio La Estacion,Barrio La Estación,La Estacion,La Estación		55	SA	37107	
3119751	La Estación	la-estacion	ES		0	Europe/Madrid	43.27954	-3.43786				39	S	39057	
3119752	La Estación	la-estacion	ES		0	Europe/Madrid	42.89398	-2.17979		La Estacion,La Estación		32	NA	31010	
3119753	La Estación	la-estacion	ES		0	Europe/Madrid	42.63333	-6.2				55	LE	24210	
3119754	La Estación	la-estacion	ES		0	Europe/Madrid	42.46667	-5.5				55	LE	24218	
3119755	La Estación	la-estacion	ES		0	Europe/Madrid	42.00914	-0.75996				52	Z	50298	
3119757	La Estación	la-estacion	ES		0	Europe/Madrid	41.51297	-5.3865		Barrio La Estacion,Barrio La Estación,La Estacion,La Estación		55	ZA	49219	
3119758	La Estación	la-estacion	ES		0	Europe/Madrid	40.78333	-6.25		Barrio la Estacion,Barrio la Estación,La Estacion,La Estación		55	SA	37135	
3119759	La Estación	la-estacion	ES		0	Europe/Madrid	40.7193	-6.40513				55	SA	37279	
3119760	La Estación	la-estacion	ES		0	Europe/Madrid	40.62937	-4.00728		Barrio La Estacion,Barrio La Estación,La Estacion,La Estación		29	M	28047	
3119761	La Estación	la-estacion	ES		0	Europe/Madrid	40.64313	-3.17498		Barrio La Estacion,Barrio La Estación,La Estacion,La Estación		54	GU	19130	
3119762	La Estación	la-estacion	ES		0	Europe/Madrid	40.58921	-4.36174		Barrio La Estacion,Barrio La Estación,La Estacion,La Estación		55	AV	05168	
3119763	La Estación	la-estacion	ES		0	Europe/Madrid	40.5	-5.68333		Caserio La Estacion,Caserío La Estación,La Estacion,La Estación		55	SA	37063	
3119764	La Estación	la-estacion	ES		0	Europe/Madrid	40.46764	-5.71453		Barrio La Estacion,Barrio La Estación,La Estacion,La Estación		55	SA	37171	
3119765	La Estación	la-estacion	ES		0	Europe/Madrid	40.44248	-3.79706		La Estacion,La Estacion de Pozuelo,La Estación,La Estación de Pozuelo		29	M	28115	
3119766	La Estación	la-estacion	ES		0	Europe/Madrid	40.38333	-5.78333		Barrio La Estacion,Barrio La Estación,La Estacion,La Estación		55	SA	37046	
3119767	La Estación	la-estacion	ES		0	Europe/Madrid	40.26667	-5.85		Barrio Estacion,Barrio Estación,La Estacion,La Estación		57	CC	10096	
3119768	La Estación	la-estacion	ES		0	Europe/Madrid	40.21667	-5.96667		Barriada Estacion,Barriada Estación,La Estacion,La Estación		57	CC	10174	
3119769	La Estación	la-estacion	ES		0	Europe/Madrid	40.21125	0.19843				60	CS	12117	
3119770	La Estación	la-estacion	ES		0	Europe/Madrid	40.15516	0.15992				60	CS	12033	
3119771	La Estación	la-estacion	ES		0	Europe/Madrid	40.01667	-0.7				60	CS	12020	
3119775	Raval de l'Esparra	raval-de-l-esparra	ES		0	Europe/Madrid	41.83333	2.66667				56	GI	17148	
3119776	La Escurquilla	la-escurquilla	ES		0	Europe/Madrid	42.15967	-2.28588		La Escurquilla,La Escuzquilla		27	LO	26058	
3119777	Escontrilla Alta	escontrilla-alta	ES		0	Europe/Madrid	43.3042	-3.03744				59	BI	48080	
3119779	l'Escala	l-escala	ES		10140	Europe/Madrid	42.12562	3.13261		l'Escala		56	GI	17062	
3119780	La Ería	la-eria	ES		0	Europe/Madrid	43.58691	-5.84129				34	O	33025	
3119782	La Enfestiella	la-enfestiella	ES		0	Europe/Madrid	43.14608	-5.70123		Enfestiella,La Enfestiella		34	O	33002	
3119789	La Dueña de Arriba	la-duena-de-arriba	ES		0	Europe/Madrid	40.67444	-5.73778		Alqueria La Duena de Arriba,Alquería La Dueña de Arriba,La Duena de Arriba,La Dueña de Arriba		55	SA	37237	
3119794	Ladrido	ladrido	ES		170	Europe/Madrid	43.7	-7.81667		Ladrido,Santa Eulalia		58	C	15061	
3119795	Ladrido	ladrido	ES		9	Europe/Madrid	43.5	-7.23333				58	LU	27005	
3119796	Ladrero	ladrero	ES		0	Europe/Madrid	43.09343	-6.48123				34	O	33011	
3119798	Ladra	ladra	ES		0	Europe/Madrid	43.23333	-7.68333		El Salvador,Ladra		58	LU	27065	
3119800	Ladines	ladines	ES		0	Europe/Madrid	43.39816	-5.88596				34	O	33044	
3119801	Ladines	ladines	ES		0	Europe/Madrid	43.20333	-5.4449		Ladines		34	O	33067	
3119807	Lada	lada	ES		0	Europe/Madrid	43.30243	-5.70733				34	O	33031	
3119819	A Costa	a-costa	ES		0	Europe/Madrid	42.28333	-7.58333		La Costa		58	OR	32043	
3119827	La Cuadra de Arriba	la-cuadra	ES		0	Europe/Madrid	43.224	-3.02105				59	BI	48045	
3119828	La Cuadra	la-cuadra	ES		0	Europe/Madrid	42.89937	-4.19524				39	S	39092	
3119829	Kurtzea	krutzea	ES		0	Europe/Madrid	43.28333	-2.83333		Krutzea,La Cruz		59	BI	48905	
3119833	La Cotera	la-cotera	ES		0	Europe/Madrid	43.35983	-4.34927				39	S	39091	
3119834	La Costera	la-costera	ES		0	Europe/Madrid	43.34359	-3.75776				39	S	39037	
3119842	La Cortina	la-cortina	ES		0	Europe/Madrid	43.02696	-5.83327				34	O	33033	
3119843	Lacort	lacort	ES		0	Europe/Madrid	42.4744	-0.03417				52	HU	22109	
3119844	La Corredoría	la-corredoria	ES		0	Europe/Madrid	43.38333	-5.81667		Corredoria,La Corredoria,La Corredoría		34	O	33044	
3119845	La Corrada	la-corrada	ES		0	Europe/Madrid	43.52407	-6.04838		Corrada,La Corrada		34	O	33069	
3119847	La Cormana	la-cormana	ES		0	Europe/Madrid	40.26667	-0.2		Caserio La Cormana,Caserío La Cormana,La Cormana		60	CS	12025	
3119848	La Corcolina	la-corcolina	ES		0	Europe/Madrid	43.28282	-6.57421		La Corcolina		34	O	33073	
3119855	La Cobertoria	la-cobertoria	ES		0	Europe/Madrid	43.12946	-5.81493		Estacion de la Cobertoria,Estación de la Cobertoria,La Cobertoria		34	O	33033	
3119856	La Coba	la-coba	ES		0	Europe/Madrid	43.21198	-6.97037				34	O	33027	
3119859	La Chirivilla	la-chirivilla	ES		0	Europe/Madrid	40.13333	-0.43333		Caserio La Chirivilla,Caserío La Chirivilla,La Chirivilla		60	CS	12142	
3119862	La Cerra	la-cerra	ES		0	Europe/Madrid	43.53033	-5.50109		Cerra,La Cerra		34	O	33076	
3119866	La Ceposa	la-ceposa	ES		14	Europe/Madrid	43.21667	-5.73333				34	O	33037	
3119868	La Cendra	la-cendra	ES		0	Europe/Madrid	40.36504	-4.79639		Caserio La Cendra,Caserío La Cendra,La Cendra		55	AV	05041	
3119869	La Cebollona	la-cebollona	ES		0	Europe/Madrid	40.26534	-5.97768		Caserio La Cebollona,Caserío La Cebollona,La Cebollona		57	CC	10001	
3119871	La Cebedal	la-cebedal	ES		0	Europe/Madrid	43.35768	-6.61693				34	O	33073	
3119873	la Cava	la-cava	ES		0	Europe/Madrid	40.71667	0.73333		la Cava		56	T	43014	
3119875	La Casa Blanca	la-casa-blanca	ES		0	Europe/Madrid	41.31923	-4.93769		Caserio Blanca,Caserío Blanca,La Casa Blanca		55	VA	47085	
3119877	La Carroña	la-carrona	ES		0	Europe/Madrid	41.31667	1.56667		Caserio Carrona,Caserío Carroña,La Carrona,La Carroña		56	T	43137	
3119878	La Carrizal	la-carrizal	ES		0	Europe/Madrid	43.42688	-6.58159				34	O	33073	
3119879	La Carriona	la-carriona	ES		0	Europe/Madrid	43.53333	-5.93333		La Carriona		34	O	33020	
3119887	Lácar	lacar	ES		0	Europe/Madrid	42.68496	-1.95866		Lacar,Lakar,Lácar		32	NA	31260	
3119890	A Cañiza	a-caniza	ES		0	Europe/Madrid	42.21667	-8.26667		A  Caniza,A  Cañiza,La Caniza,La Cañiza		58	PO	36009	
3119891	La Canga	la-canga	ES		0	Europe/Madrid	43.26667	-5.66667				34	O	33031	
3119893	A Canda	a-canda	ES		0	Europe/Madrid	42.5	-7.98333				58	OR	32061	
3119894	A Canda	a-canda	ES		0	Europe/Madrid	42.04039	-6.97002		Barrio La Canda,La Canda		58	OR	32048	
3119904	la Canya	la-canya	ES		557	Europe/Madrid	42.20522	2.49703		la Canya		56	GI	17208	
3119906	La Campañana	la-campanana	ES		0	Europe/Madrid	42.5	-6.78333		La Campanana,La Campañana		55	LE	24041	
3119907	La Campa	la-campa	ES		0	Europe/Madrid	43.51991	-5.99317				34	O	33016	
3119908	Landa	la-campa	ES		0	Europe/Madrid	43.29383	-2.90709				59	BI	48904	
3119914	O Cal	o-cal	ES		0	Europe/Madrid	42.35	-7.25				58	LU	27050	
3119915	La Cagioja	la-cagioja	ES		0	Europe/Madrid	43.44877	-3.51177		La Cagigoja,La Cagioja		39	S	39029	
3119922	La Cabaña	la-cabana	ES		1	Europe/Madrid	43.31667	-6.18333		La Cabana,La Cabaña		34	O	33026	
3119929	La Braña	la-brana	ES		0	Europe/Madrid	43.54604	-5.98671				34	O	33016	
3119930	La Braña	la-brana	ES		0	Europe/Madrid	43.47674	-6.85938		La Brana,La Braña		34	O	33023	
3119931	La Braña	la-brana	ES		0	Europe/Madrid	42.94054	-5.37129		La Brana,La Braña		55	LE	24177	
3119932	La Braña	la-brana	ES		0	Europe/Madrid	42.70812	-6.96407		La Brana,La Braña		55	LE	24198	
3119936	Labrada	labrada	ES		0	Europe/Madrid	43.4	-7.5		Labrada,San Pedro		58	LU	27001	
3119937	Labrada	labrada	ES		0	Europe/Madrid	43.3	-7.88333		Labrada,Santa Maria,Santa María		58	LU	27022	
3119944	Labor del Rey	labor-del-rey	ES		0	Europe/Madrid	42.48547	-6.40021				55	LE	24152	
3119945	La Borbolla	la-borbolla	ES		0	Europe/Madrid	43.36787	-4.63616		La Borbolla		34	O	33036	
3119946	La Bonga	la-bonga	ES		0	Europe/Madrid	43.38333	-6.3		La Bonga		34	O	33059	
3119947	La Bolla	la-bolla	ES		0	Europe/Madrid	42.04522	2.95989				56	GI	17067	
3119948	A Bola	a-bola	ES		0	Europe/Madrid	42.1523	-7.9146		La Bola		58	OR	32014	
3119951	La Blava	la-blava	ES		0	Europe/Madrid	42.04443	2.06984				56	B	08109	
3119958	Labejo	labejo	ES		0	Europe/Madrid	43.08027	-9.1853				58	C	15052	
3119959	La Beguda Alta	la-beguda-alta	ES		0	Europe/Madrid	41.49893	1.83769		La Beguda Alta,La Reguda		56	B	08119	
3119961	Labeada	labeada	ES		0	Europe/Madrid	43.21057	-7.052				58	LU	27018	
3119962	La Bauma	la-bauma	ES		0	Europe/Madrid	41.61667	1.91667		La Bauma		56	B	08291	
3119963	La Batlloria	la-batlloria	ES		0	Europe/Madrid	41.71745	2.54814		La Batlloria		56	B	08202	08202
3119968	A Barra	a-barra	ES		0	Europe/Madrid	42.43131	-7.82021		La Barra		58	OR	32026	
3119970	A Barqueira	a-barqueira	ES		0	Europe/Madrid	43.61117	-7.94522		La Barquera		58	C	15025	
3119973	Labares	labares	ES		0	Europe/Madrid	43.4584	-5.44596				34	O	33076	
3119975	La Barceloneta	la-barceloneta	ES		0	Europe/Madrid	41.31667	1.91667		Arrabal de la Barceloneta,Caserio La Barceloneta,Caserío La Barceloneta		56	B	08089	
3119982	A Baña	a-bana	ES		3505	Europe/Madrid	42.9618	-8.75784				58	C	15007	
3119988	Labacengos	labacengos	ES		0	Europe/Madrid	43.56667	-7.96667		Labacengos,Santa Maria,Santa María		58	C	15049	
3119989	La Azucarera	la-azucarera	ES		0	Europe/Madrid	42.33658	-1.71342		La Azucarera		32	NA	31163	
3119990	La Auditoría	la-auditoria	ES		0	Europe/Madrid	40.26667	-5.95		Caserio la Auditoria,Caserío la Auditoría,La Auditoria,La Auditoría		57	CC	10015	
3119991	La Atiart	la-atiart	ES		0	Europe/Madrid	42.43686	0.27723				52	HU	22190	
3119995	La Artejuela	la-artejuela	ES		0	Europe/Madrid	40.1	-0.5				60	CS	12013	
3119996	La Arquera	la-arquera	ES		0	Europe/Madrid	43.46709	-6.2353				34	O	33059	
3119999	Zugaztieta / La Arboleda	zugaztieta-la-arboleda	ES		0	Europe/Madrid	43.28464	-3.05497		La Arboleda,Zugaztieta		59	BI	48080	
3120003	L'Ampolla	l-ampolla	ES		2441	Europe/Madrid	40.81235	0.71008		Ampolla		56	T	43906	
3120004	l'Ametlla de Mar	l-ametlla-de-mar	ES		0	Europe/Madrid	40.9	0.8		Ametlla de Mar,l'Ametlla,l'Ametlla de Mar	43013	56	T	43013	
3120005	l'Ametlla del Vallès	l-ametlla-del-valles	ES		0	Europe/Madrid	42.05	1.86667		La Ametlla,l'Ametlla del Valles,l'Ametlla del Vallès,la Ametlla		56	B	08049	
3120006	L'Ametlla del Vallès	l-ametlla-del-valles	ES		7319	Europe/Madrid	41.66667	2.26667	218	L'Ametlla,L'Ametlla del Valles,L'Ametlla del Vallès		56	B	08005	
3120007	A Ameixenda	a-ameixenda	ES		0	Europe/Madrid	42.93333	-9.16667		La Ameijenda		58	C	15023	
3120010	La Almunia de San Juan	la-almunia-de-san-juan	ES		0	Europe/Madrid	41.93652	0.24543		L'Almunia de Sant Joan,La Almunia de San Juan,L’Almúnia de Sant Joan		52	HU	22158	
3120013	La Múnia	la-munia	ES		0	Europe/Madrid	41.31667	1.61667		La Munia,La Múnia		56	B	08065	
3120017	La Algecira	la-algecira	ES		0	Europe/Madrid	40.72984	-0.39049		Caserio La Algecira,Caserío La Algecira,La Algecira		52	TE	44071	
3120020	La Aldea del Puente	la-aldea-del-puente	ES		0	Europe/Madrid	42.5517	-5.29744		La Aldea del Puente		55	LE	24180	
3120024	La Albericia	la-albericia	ES		0	Europe/Madrid	43.46227	-3.84145				39	S	39075	
3120028	La Alamedilla del Berrocal	la-alamedilla-del-berrocal	ES		0	Europe/Madrid	40.70773	-4.76638		Alamedilla del Berrocal,La Alamedilla del Berrocal		55	AV	05019	
3120030	Alameda de Osuna	alameda-de-osuna	ES		0	Europe/Madrid	40.45178	-3.58667		Alameda de Osuna,Barrio La Alameda de Osuna,La Alameda de Osuna		29	M	28079	21
3120031	La Alameda de la Sagra	la-alameda-de-la-sagra	ES		3076	Europe/Madrid	40.01199	-3.79255		Alameda de la Sagra,La Alameda de la Sagra		54	TO	45002	
3120039	La Acisa de las Arrimadas	la-acisa-de-las-arrimadas	ES		0	Europe/Madrid	42.80667	-5.26078		La Acisa de las Arrimadas		55	LE	24068	
3120040	La Acequilla	la-acequilla	ES		0	Europe/Madrid	40.55255	-3.2508		Casa de La Acequilla,Caserio La Acequilla,Caserío La Acequilla,La Acequilla		54	GU	19046	
3120041	La Aceña	la-acena	ES		0	Europe/Madrid	42.14728	-3.44615				55	BU	09191	
3120042	La Aceña	la-acena	ES		0	Europe/Madrid	40.61287	-3.19982		Casa La Acena,Casa La Aceña,Casa de La Acena,Casa de La Aceña,La Acena,La Aceña		54	GU	19130	
3120043	La Aceitunilla	la-aceitunilla	ES		0	Europe/Madrid	40.43576	-6.24315		Caserio La Aceitunilla,Caserío La Aceitunilla,La Aceitunilla		57	CC	10135	
3120044	La Acebosa	la-acebosa	ES		0	Europe/Madrid	43.36648	-4.4067				39	S	39080	
3120047	La Acebal	la-acebal	ES		0	Europe/Madrid	43.29794	-5.64173				34	O	33060	
3120048	l'Abella	l-abella	ES		0	Europe/Madrid	41.76261	2.25005	505	l'Abella		56	B	08224	
3120052	Juvería	juveria	ES		0	Europe/Madrid	43.51667	-5.71667		Juberia,Juveria,Juvería		34	O	33024	
3120054	Juvencos	juvencos	ES		0	Europe/Madrid	42.43333	-8.11667		Jubenoos,Juvencos,Santa Maria,Santa María		58	OR	32013	
3120057	Justás	justas	ES		0	Europe/Madrid	43.18333	-7.48333				58	LU	27015	
3120058	Justanes	justanes	ES		0	Europe/Madrid	42.39429	-8.56265		Justanes,San Martin,San Martín		58	PO	36043	
3120059	Juslibol	juslibol	ES		0	Europe/Madrid	41.6906	-0.89504		Juslibal		52	Z	50297	
3120062	Jurarantes	jurarantes	ES		0	Europe/Madrid	43.07881	-9.21233		Jurantes,Jurarantes		58	C	15052	
3120065	Xunqueira de Espadañedo	xunqueira-de-espadanedo	ES		0	Europe/Madrid	42.31942	-7.63028		Xunqueira de Espadanedo,Xunqueira de Espadañedo		58	OR	32037	
3120066	Junquera de Ambía	junquera-de-ambia	ES		0	Europe/Madrid	42.20364	-7.73482				58	OR	32036	
3120067	Xunqueira	xunqueira	ES		0	Europe/Madrid	42.35	-7.28333		San Pedro		58	OR	32063	
3120068	Junqueiras	junqueiras	ES		0	Europe/Madrid	42.3	-8.48333		Junqueiras,San Salvador		58	PO	36019	
3120069	Xuño	xuno	ES		0	Europe/Madrid	42.63333	-9.03333				58	C	15071	
3120070	Junigro	junigro	ES		0	Europe/Madrid	43.35	-5.96667		Junigro		34	O	33044	
3120071	Jungitu	jungitu	ES		0	Europe/Madrid	42.87269	-2.59501		Jungitu,Junguitu		59	VI	01059	
3120083	Juncedo-Campo	juncedo-campo	ES		0	Europe/Madrid	43.51629	-5.91939		Juncedo-Campo		34	O	33020	
3120090	Jugal	jugal	ES		0	Europe/Madrid	43.41667	-5.93333				34	O	33054	
3120094	Judán	judan	ES		0	Europe/Madrid	43.30001	-7.23622				58	LU	27048	
3120096	Xubial	xubial	ES		0	Europe/Madrid	42.96667	-8.03333		Santiago		58	C	15046	
3120098	Xubia	xubia	ES		0	Europe/Madrid	43.5	-8.18333				58	C	15054	
3120112	Juanceda	juanceda	ES		0	Europe/Madrid	43.08333	-8.23333		Juanceda,San Salvador		58	C	15047	
3120113	Jove del Medio	jove-del-medio	ES		0	Europe/Madrid	43.55	-5.7		Jove del Medio		34	O	33024	
3120116	Jou	jou	ES		0	Europe/Madrid	42.59901	1.11403		Jou		56	L	25082	
3120119	Jornes	jornes	ES		0	Europe/Madrid	43.25605	-8.78485				58	C	15068	
3120123	Joibán	joiban	ES		0	Europe/Madrid	43.19786	-7.63122		El Salvador,Joiban,Joibán		58	LU	27065	
3120126	Jócar	jocar	ES		0	Europe/Madrid	40.98116	-3.1603				54	GU	19037	
3120127	Jokano	jocano	ES		0	Europe/Madrid	42.87181	-2.916		Jocano,Jokano,Jócano		59	VI	01020	
3120128	Jobre	jobre	ES		0	Europe/Madrid	42.5948	-8.93292		Jobre,Santa Maria,Santa María		58	C	15067	
3120136	Xesta	xesta	ES		0	Europe/Madrid	42.38333	-8.38333				58	PO	36025	
3120139	Jestosa	jestosa	ES		0	Europe/Madrid	42.95702	-9.08931		Jestosa,Jestoso		58	C	15034	
3120146	Xemein	jemein	ES		0	Europe/Madrid	43.26667	-2.48333				59	BI	48060	
3120147	Javiña	javina	ES		0	Europe/Madrid	43.19339	-8.74763				58	C	15029	
3120148	Javiña	javina	ES		0	Europe/Madrid	43.14514	-9.15		Javina,Javiña,Santa Maria,Santa María		58	C	15016	
3120153	Javierre	javierre	ES		0	Europe/Madrid	42.47961	-0.07097		Ixabierre,Javierre		52	HU	22199	
3120155	Xavestre	xavestre	ES		0	Europe/Madrid	42.99303	-8.56633		San Cristobal,San Cristóbal		58	C	15086	
3120159	Ihaurrieta	ihaurrieta	ES		231	Europe/Madrid	42.88333	-1.13333		Eiaurrieta,Ihaurrieta,Jaurrieta		32	NA	31134	
3120167	Jarreras	jarreras	ES		0	Europe/Madrid	43.37053	-4.89025		Jareras,Jarreras		34	O	33036	
3120175	Jarén	jaren	ES		0	Europe/Madrid	43.5029	-6.90106		Jaren,Jarén		34	O	33070	
3120178	Jaraz	jaraz	ES		0	Europe/Madrid	43.43598	-6.9992		Jaraz		34	O	33074	
3120179	Jarandilla de la Vera	jarandilla-de-la-vera	ES		3104	Europe/Madrid	40.12915	-5.66079		Jarandilla	10105	57	CC	10105	
3120190	Xanza	xanza	ES		0	Europe/Madrid	42.7	-8.65		Santa Maria,Santa María		58	PO	36056	
3120199	Xallas de Abaixo	xallas-de-abaixo	ES		0	Europe/Madrid	42.88615	-8.85631				58	C	15056	
3120200	O Pindo	o-pindo	ES		300	Europe/Madrid	42.89508	-9.13419	0	Rio Ezaro,Rio Jallas,Río Jallas,Río Ézaro		58	C	15020	
3120208	Jafra	jafra	ES		0	Europe/Madrid	41.28157	1.83381		Caserio Jafra,Caserio de Jafra,Caserío Jafra,Jafra		56	B	08270	
3120210	Jacébanes	jacebanes	ES		0	Europe/Madrid	42.10804	-8.07971				58	OR	32066	
3120212	Jabierre	jabierre	ES		0	Europe/Madrid	42.287	0.15382				52	HU	22907	
3120213	Jabarrillo	jabarrillo	ES		0	Europe/Madrid	42.26957	-0.64241		Jabarrillo,Javarrillo		52	HU	22149	
3120218	Xaba	xaba	ES		0	Europe/Madrid	42.28333	-7.08333		Java		58	OR	32083	
3120226	Izkue	izkue	ES		0	Europe/Madrid	42.81667	-1.76667		Izcue,Izkue		32	NA	31193	
3120232	Izartza	izarza	ES		0	Europe/Madrid	42.78041	-2.55797		Izartza,Izarza		59	VI	01016	
3120238	Izalzu	izalzu	ES		49	Europe/Madrid	42.91353	-1.05387				32	NA	31093	
3120239	Izal	izal	ES		0	Europe/Madrid	42.80502	-1.12867		Izal		32	NA	31111	
3120242	Itza	itza	ES		735	Europe/Madrid	42.83664	-1.7294		Itza,Iza		32	NA	31131	
3120245	Iturribaltzaga	iturribalzaga	ES		0	Europe/Madrid	43.34208	-2.8262		Iturribaltzaga,Iturribalzaga,Iturribalzagas,Iturribálzaga		59	BI	48069	
3120246	Iturreta	iturrate	ES		0	Europe/Madrid	43.24066	-2.51009		Iturrate,Iturreta		59	BI	48060	
3120247	Iturreta	iturrate	ES		0	Europe/Madrid	43.35102	-2.48952				59	BI	48063	
3120261	Isundegi	isundi	ES		0	Europe/Madrid	43.16667	-2.61667				59	BI	48001	
3120267	Ispaster	ipazter	ES		616	Europe/Madrid	43.36667	-2.53333		Ipazter,Ispaster,Ispáster		59	BI	48049	
3120268	Isorna	isorna	ES		0	Europe/Madrid	42.66925	-8.75179		Isorna		58	C	15072	
3120277	Isla de Sálvora	isla-de-salvora	ES		0	Europe/Madrid	42.47059	-9.00427		Isla de Salvora,Isla de Sálvora		58	C	15073	
3120278	A Illa da Toxa	a-illa-da-toxa	ES		47	Europe/Madrid	42.48507	-8.84614				58	PO	36022	
3120279	Illa de Arousa	illa-de-arousa	ES		5020	Europe/Madrid	42.56376	-8.87258				58	PO	36901	
3120280	Islabekoa	islabekoa	ES		0	Europe/Madrid	43.36045	-2.6677		Islas		59	BI	48041	
3120284	Isín	isin	ES		0	Europe/Madrid	42.59941	-0.40433		Isin,Isín,Ysin,Ysín		52	HU	22199	
3120289	Itsasondo	isasondo	ES		0	Europe/Madrid	43.06909	-2.16464		Isasondo,Itsasondo	20047	59	SS	20047	
3120294	Isabela	isabela	ES		0	Europe/Madrid	40.73801	-6.58674		Caserio Isabela,Caserío Isabela,Isabela		55	SA	37039	
3120295	Isaba	isaba	ES		476	Europe/Madrid	42.86017	-0.92491		Isaba,Izaba,yi sa wa,Ісаба,Исаба,Իսաբա,伊萨瓦		32	NA	31247	
3120297	Irús	irus	ES		0	Europe/Madrid	43.09396	-3.38928				55	BU	09410	
3120314	Iruetxeta	irucheas	ES		0	Europe/Madrid	42.95628	-2.31606		Irucheas,Iruetxetaaldea		59	SS	20025	
3120319	Irroa	irroa	ES		0	Europe/Madrid	43.12367	-9.0384		Irroa,Urroa		58	C	15092	
3120321	Irimia Baja	irimia-baja	ES		0	Europe/Madrid	43.20356	-7.26281				58	LU	27029	
3120324	Irijo	irijo	ES		0	Europe/Madrid	42.52401	-8.11474		Irijo,Puente-Irijo		58	OR	32035	
3120327	Iria	iria	ES		0	Europe/Madrid	42.74626	-8.65465				58	C	15065	
3120332	Irazola	irazola	ES		0	Europe/Madrid	43.12867	-2.60428				59	BI	48001	
3120333	Izabale	irazabal	ES		0	Europe/Madrid	43.26667	-2.66667		Irazabal		59	BI	48067	
3120338	Iráizoz	iraizoz	ES		0	Europe/Madrid	42.9939	-1.67312				32	NA	31236	
3120350	Intorcisa	intorcisa	ES		0	Europe/Madrid	42.78332	-4.79951				55	P	34080	
3120355	Insúa	insua	ES		0	Europe/Madrid	43.58333	-7.88333		Insua,Insúa,San Juan		58	C	15061	
3120356	Insúa	insua	ES		0	Europe/Madrid	43.51597	-7.22177				58	LU	27005	
3120357	Insúa	insua	ES		0	Europe/Madrid	43.37088	-7.21859				58	LU	27048	
3120358	Insúa	insua	ES		0	Europe/Madrid	43.23333	-7.71667		Insua,Insúa,San Bartolome,San Bartolomé		58	LU	27065	
3120359	Ínsua	insua	ES		0	Europe/Madrid	42.91667	-8.98333				58	C	15045	
3120360	Insua	insua	ES		0	Europe/Madrid	42.90533	-9.26843				58	C	15037	
3120361	Insúa	insua	ES		0	Europe/Madrid	42.83333	-8.2		Insua,Insúa,Santo Tome,Santo Tomé		58	PO	36059	
3120362	Insúa	insua	ES		0	Europe/Madrid	42.71379	-7.71429		Salvador,San Salvador		58	LU	27060	
3120363	Friamonde	friamonde	ES		0	Europe/Madrid	42.70619	-7.69807				58	LU	27060	
3120364	Insúa	insua	ES		0	Europe/Madrid	42.36667	-8.53333				58	PO	36043	
3120367	Injerto de Arriba	injerto-de-arriba	ES		0	Europe/Madrid	42.66951	-8.97196		Ingerto de Arriba,Injerto de Arriba		58	C	15071	
3120368	Injerto de Abajo	injerto-de-abajo	ES		0	Europe/Madrid	42.6704	-8.97614		Ingerto de Abajo,Injerto de Abajo		58	C	15071	
3120370	Íñigo	inigo	ES		0	Europe/Madrid	40.66695	-5.90001				55	SA	37211	
3120377	Infiesta	infiesta	ES		0	Europe/Madrid	43.4453	-5.38642				34	O	33076	
3120380	Infesta	infesta	ES		0	Europe/Madrid	41.97493	-7.51276				58	OR	32050	
3120388	Incosas	incosas	ES		0	Europe/Madrid	40.21322	-0.74426		Caserio Incosas,Caserío Incosas,Incosas,Masia de las Incosas		52	TE	44158	
3120391	Incio	incio	ES		0	Europe/Madrid	42.65991	-7.31874		Incio,Santa Marina		58	LU	27024	
3120392	O Incio	o-incio	ES		2317	Europe/Madrid	42.63333	-7.35				58	LU	27024	
3120394	Intxaurraga	inchaurragas	ES		0	Europe/Madrid	43.32838	-2.58771				59	BI	48909	
3120395	Incedo	incedo	ES		0	Europe/Madrid	43.21411	-3.47892				39	S	39083	
3120396	Iñás	inas	ES		0	Europe/Madrid	43.31667	-8.31667		Inas,Iñás,San Jorge		58	C	15058	
3120397	Barrio Iñarbil	barrio-inarbil	ES		0	Europe/Madrid	43.16667	-1.45				32	NA	31050	
3120398	Iñaño	inano	ES		0	Europe/Madrid	43.19446	-8.90278		Inano,Iñaño		58	C	15014	
3120404	Imaña	imana	ES		0	Europe/Madrid	42.80545	-3.3101		Imana,Imaña		55	BU	09412	
3120409	Illobre	illobre	ES		11	Europe/Madrid	42.8	-8.5		Illobre,San Andres,San Andrés		58	C	15089	
3120412	Illas	illas	ES		1014	Europe/Madrid	43.49716	-5.97499		Illas,San Julian,San Julián		34	O	33016	
3120416	Illa	illa	ES		0	Europe/Madrid	41.91695	-8.14489				58	OR	32030	
3120418	Ilcedo	ilcedo	ES		0	Europe/Madrid	43.36057	-4.9257				34	O	33036	
3120420	Ilarratza	ilarraza	ES		0	Europe/Madrid	42.85948	-2.59792		Ilarratza,Ilarraza,Ilárraza		59	VI	01059	
3120421	Ilárraz	ilarraz	ES		0	Europe/Madrid	42.91139	-1.51588				32	NA	31098	
3120422	Ilarduia	ilarduya	ES		0	Europe/Madrid	42.87219	-2.28567				59	VI	01009	
3120424	Iguzaga	iguzaga	ES		0	Europe/Madrid	43.09876	-2.23733				59	SS	20019	
3120425	Igurin Auzoa	igurin-auzoa	ES		120	Europe/Madrid	43.11096	-1.66846		Iguren,Igurin		32	NA	31081	
3120433	Igollo	igollo	ES		0	Europe/Madrid	43.42994	-3.8851		Igollo,Igollo de Camargo		39	S	39016	
3120438	Iglesiafeita	iglesiafeita	ES		0	Europe/Madrid	43.5	-8.01667		Iglesiafeita,Santa Maria,Santa María		58	C	15076	
3120440	Iglesia del Campo	iglesia-del-campo	ES		0	Europe/Madrid	42.58417	-6.74974				55	LE	24206	
3120441	Iglesia	iglesia	ES		0	Europe/Madrid	43.03333	-7.15				58	LU	27018	
3120442	Iglesia	iglesia	ES		0	Europe/Madrid	42.96667	-7.03333				58	LU	27034	
3120443	Iglesia	iglesia	ES		0	Europe/Madrid	42.34067	-8.45437				58	PO	36019	
3120448	Igal	igal	ES		0	Europe/Madrid	42.81301	-1.06569		Igal,Igari		32	NA	31111	
3120452	Idoate	idoate	ES		0	Europe/Madrid	42.77322	-1.48712				32	NA	31132	
3120454	Idiakaitz	idiaquez	ES		0	Europe/Madrid	42.96581	-2.29599				59	SS	20025	
3120456	Iciz	iciz	ES		0	Europe/Madrid	42.78463	-1.08919		Iciz,Iziz,Izize		32	NA	31111	
3120457	Itsaso	ichaso	ES		0	Europe/Madrid	43.07216	-2.25903		Ichaso,Itsaso		59	SS	20035	
3120459	Icedo	icedo	ES		0	Europe/Madrid	42.5884	-3.94861				55	BU	09427	
3120460	Ikazurieta	icazurietas	ES		0	Europe/Madrid	43.33181	-2.59077				59	BI	48909	
3120461	Ikaztegieta	icazteguieta	ES		0	Europe/Madrid	43.09444	-2.12373		Icastiguia,Icazteguieta,Ikaztegieta	20044	59	SS	20044	
3120464	Iboya	iboya	ES		0	Europe/Madrid	43.5984	-5.89221		Iboya		34	O	33025	
3120468	Egues-Ibiriku	egues-ibiriku	ES		0	Europe/Madrid	42.82726	-1.55431		Egues-Ibiriku,Ibiricu		32	NA	31086	
3120469	Ibiricu	ibiricu	ES		0	Europe/Madrid	42.74651	-2.02303		Ibiricu de Yerri,Ibiriku Deierri		32	NA	31260	
3120471	Ibilcieta	ibilcieta	ES		0	Europe/Madrid	42.83865	-1.10464				32	NA	31119	
3120497	Humoso	humoso	ES		0	Europe/Madrid	42.13441	-7.0654				58	OR	32086	
3120499	Húmera	humera	ES		0	Europe/Madrid	40.42911	-3.78282		Barrio Humera,Barrio Húmera		29	M	28115	
3120502	Humanes	humanes	ES		1305	Europe/Madrid	40.82598	-3.15257		Humanes	19151	54	GU	19151	
3120509	Otogoien / Hueto Arriba	hueto-arriba	ES		0	Europe/Madrid	42.89123	-2.802		Hueto Arriba,Oto Goien,Otogoien		59	VI	01059	
3120510	Otobarren / Hueto Abajo	hueto-abajo	ES		0	Europe/Madrid	42.88552	-2.80162		Hueto Abajo,Oto Barren,Otobarren		59	VI	01059	
3120512	Huéspeda	huespeda	ES		0	Europe/Madrid	42.77205	-3.55545				55	BU	09328	
3120519	Huertas de San Giraldo	huertas-de-san-giraldo	ES		0	Europe/Madrid	40.6109	-6.5081		Caserio Huertas de San Giraldo,Caserío Huertas de San Giraldo,Huertas de San Giraldo		55	SA	37107	
3120520	Huertas de Pedrotello	huertas-de-pedrotello	ES		0	Europe/Madrid	40.58333	-6.51667		Caserio Huertas de Pedrotello,Caserío Huertas de Pedrotello,Huertas de Pedrotello		55	SA	37107	
3120524	Huértalo	huertalo	ES		0	Europe/Madrid	42.6553	-0.84938				52	HU	22076	
3120527	Huerta del Rey	huerta-del-rey	ES		1222	Europe/Madrid	41.8391	-3.34755		Huerta del Rey,Puerta del Rey		55	BU	09020	
3120546	Huergas	huergas	ES		0	Europe/Madrid	42.95637	-6.09278				55	LE	24029	
3120552	Huerces	huerces	ES		0	Europe/Madrid	43.48333	-5.66667		Huerces,San Martin,San Martín		34	O	33024	
3120560	Güexes	gueexes	ES		0	Europe/Madrid	43.38333	-5.18333		Hueges		34	O	33045	
3120566	Huarte-Araquil	huarte-araquil	ES		0	Europe/Madrid	42.92161	-1.96638		Huerte-Araquil		32	NA	31123	
3120615	Hoya del Colmillo	hoya-del-colmillo	ES		0	Europe/Madrid	40.35492	-0.65982		Casas Hoya del Colmillo,Hoya del Colmillo,Mas del Colmillo		52	TE	44012	
3120617	els Hostalets d'en Bas	els-hostalets-d-en-bas	ES		176	Europe/Madrid	42.10166	2.44974		els Hostalets d'en Bas		56	GI	17207	
3120619	L'Hospitalet de Llobregat	l-hospitalet-de-llobregat	ES		257038	Europe/Madrid	41.35967	2.10028		Hospitalet de Llobregat,Ospitalet-de-L'obregat,l'Hospitalet,l'Hospitalet de Llobregat,Оспиталет-де-Льобрегат		56	B	08101	
3120620	l'Hospitalet de l'Infant	l-hospitalet-de-l-infant	ES		0	Europe/Madrid	40.99318	0.92105		L'Hospitalet de l'Infant,l'Hospitalet,l'Hospitalet de l'Infant		56	T	43162	
3120623	Hospital	hospital	ES		0	Europe/Madrid	42.98446	-9.0763				58	C	15034	
3120624	Hospital	hospital	ES		0	Europe/Madrid	42.70508	-7.10041				58	LU	27045	
3120625	Hospital	hospital	ES		0	Europe/Madrid	42.65574	-7.3424				58	LU	27024	
3120626	Hospital	hospital	ES		0	Europe/Madrid	42.54723	0.16093				52	HU	22189	
3120627	Hospital	hospital	ES		0	Europe/Madrid	42.47459	-7.24415				58	LU	27050	
3120629	Hortos	hortos	ES		0	Europe/Madrid	42.31667	-7.1				58	OR	32015	
3120630	Hortizuela	hortizuela	ES		0	Europe/Madrid	40.01667	-2.31667		Hortizuela		54	CU	16263	
3120635	Hortaleza	hortaleza	ES		161661	Europe/Madrid	40.47444	-3.6411	672	Casco historico de Hortaleza,Casco histórico de Hortaleza,Hortaleza distritu,Hortalezo,orutaresa,オルタレサ		29	M	28079	16
3120643	Horno Robledo	horno-robledo	ES		0	Europe/Madrid	40.38378	-4.77089		Caserio Horno Robledo,Caserío Horno Robledo,Horno Robledo		55	AV	05041	
3120650	Hornillatorre	hornillatorre	ES		0	Europe/Madrid	43.04713	-3.6				55	BU	09215	
3120666	Hormicedo	hormicedo	ES		0	Europe/Madrid	42.5909	-3.9893		Hormicedo		55	BU	09427	
3120700	Hontanillas	hontanillas	ES		0	Europe/Madrid	40.58614	-2.60867				54	GU	19211	
3120707	Hontamió	hontamio	ES		0	Europe/Madrid	43.31667	-4.58333		Hontamio,Hontamió		34	O	33047	
3120709	Hontalbilla de Almazán	hontalbilla-de-almazan	ES		0	Europe/Madrid	41.35045	-2.52318				55	SO	42003	
3120712	Honquilana	honquilana	ES		0	Europe/Madrid	41.1415	-4.79946		Honquilana		55	VA	47147	
3120726	Hombreiro	hombreiro	ES		0	Europe/Madrid	43.05	-7.63333		Hombreiro,San Martin,San Martín		58	LU	27028	
3120727	Ombre	ombre	ES		0	Europe/Madrid	43.4	-8.13333		Santa Maria,Santa María		58	C	15069	
3120731	Hogo	hogo	ES		0	Europe/Madrid	42.61667	-8.95				58	C	15067	
3120740	Hivedo	hivedo	ES		0	Europe/Madrid	42.4	-7.21667				58	LU	27050	
3120742	Hio	hio	ES		0	Europe/Madrid	42.26667	-8.83333		Hio,Rio,Río,San Andres,San Andrés		58	PO	36008	
3120753	Hinojal de Ríopisuerga	hinojal-de-riopisuerga	ES		0	Europe/Madrid	42.55192	-4.28507				55	BU	09088	
3120757	Hijosa	hijosa	ES		0	Europe/Madrid	42.49928	-4.32058				55	P	34168	
3120759	Hijes	hijes	ES		20	Europe/Madrid	41.25139	-2.99989		Hijes	19136	54	GU	19136	
3120772	Hevia	hevia	ES		0	Europe/Madrid	43.36667	-5.71667		Hevia,San Felix,San Félix		34	O	33066	
3120774	Herves	herves	ES		0	Europe/Madrid	43.1971	-8.36127		Herbes,Herves		58	C	15021	
3120781	Herreros de Salvatierra	herreros-de-salvatierra	ES		0	Europe/Madrid	40.70202	-5.74959		Alqueria Herreros de Salvatierra,Alquería Herreros de Salvatierra,Herreros de Salvatierra		55	SA	37237	
3120790	Herrera de Valdivielso	herrera-de-valdivielso	ES		0	Europe/Madrid	42.76755	-3.49587				55	BU	09328	
3120804	Herramel	herramel	ES		0	Europe/Madrid	42.3	-3.33333				55	BU	09463	
3120805	Herosa	herosa	ES		0	Europe/Madrid	42.03333	-7.18333				58	OR	32034	
3120807	Heros	heros	ES		360	Europe/Madrid	43.55	-5.93333				34	O	33004	
3120812	Hernandinos	hernandinos	ES		0	Europe/Madrid	40.83333	-6.55				55	SA	37137	
3120820	Hermidón	hermidon	ES		0	Europe/Madrid	42.39619	-7.20809				58	LU	27050	
3120822	Hermida	hermida	ES		0	Europe/Madrid	43.3203	-7.27207				58	LU	27054	
3120823	Hermida	hermida	ES		0	Europe/Madrid	42.48519	-7.25195				58	LU	27050	
3120824	Hermida	hermida	ES		0	Europe/Madrid	42.313	-8.53189				58	PO	36037	
3120825	Hermida	hermida	ES		0	Europe/Madrid	42.13031	-7.07424				58	OR	32086	
3120827	Hermedelo	hermedelo	ES		0	Europe/Madrid	42.8	-8.75		Hermedelo,San Martin,San Martín		58	C	15074	
3120828	Herías	herias	ES		0	Europe/Madrid	43.44013	-6.67128				34	O	33077	
3120829	Herías	herias	ES		0	Europe/Madrid	43.31552	-6.80569		Herias,Herías		34	O	33029	
3120830	Herías	herias	ES		0	Europe/Madrid	43.1	-5.81667				34	O	33033	
3120841	Herbón	herbon	ES		0	Europe/Madrid	42.83946	-7.17514				58	LU	27006	
3120842	Herbón	herbon	ES		0	Europe/Madrid	42.73738	-8.63448				58	C	15065	
3120843	Herbogo	herbogo	ES		0	Europe/Madrid	42.76974	-8.70731				58	C	15074	
3120846	Herbedeiro	herbedeiro	ES		0	Europe/Madrid	42.53333	-7.71667		Herbedeiro,Hervedeiro		58	LU	27016	
3120850	Herada	herada	ES		0	Europe/Madrid	43.19239	-3.45168				39	S	39083	
3120851	Henestrosa de las Quintanillas	henestrosa-de-las-quintanillas	ES		0	Europe/Madrid	42.87532	-4.20497		Henestrosa de las Quintanillas		39	S	39092	
3120859	Helguera	helguera	ES		0	Europe/Madrid	43.35045	-4.09977				39	S	39060	
3120860	Helguera	helguera	ES		0	Europe/Madrid	43.29678	-3.43335		Elguera,Helguera		39	S	39058	
3120861	Helguera	helguera	ES		0	Europe/Madrid	43.15706	-4.03608				39	S	39046	
3120866	Hedesa	hedesa	ES		0	Europe/Madrid	43.07478	-3.50395				55	BU	09214	
3120867	Echo	echo	ES		977	Europe/Madrid	42.73844	-0.75016		Echo,Hecho	22901	52	HU	22901	
3120869	Hazas	hazas	ES		0	Europe/Madrid	43.39313	-3.37969				39	S	39036	
3120870	Hazas	hazas	ES		0	Europe/Madrid	43.1932	-3.55366				39	S	39083	
3120876	Hano	hano	ES		0	Europe/Madrid	43.43333	-3.48333				39	S	39029	
3120878	Ahedo de Butrón	ahedo-de-butron	ES		0	Europe/Madrid	42.83333	-3.68333		Haedo de Butron,Haedo de Butrón		55	BU	09014	
3120879	Ahedo de las Pueblas	ahedo-de-las-pueblas	ES		0	Europe/Madrid	43.02729	-3.80113		Ahedo de las Pueblas		55	BU	09216	
3120880	Haedo de Bureba	haedo-de-bureba	ES		0	Europe/Madrid	42.53333	-3.43333				55	BU	09143	
3120882	Haedo	haedo	ES		0	Europe/Madrid	41.99754	-3.35232		Ahedo,Haedo		55	BU	09312	
3120890	Goiuria	guyuria	ES		0	Europe/Madrid	43.18919	-2.6399		Goiuria,Goyuria,Guyuria		59	BI	48910	
3120891	Gutur	gutur	ES		0	Europe/Madrid	41.9413	-1.93966				27	LO	26003	
3120900	Gurgueiro	gurgueiro	ES		0	Europe/Madrid	42.71536	-8.01755				58	PO	36020	
3120901	Gures	gures	ES		0	Europe/Madrid	42.91702	-9.14663		Gures,Jures,Xures		58	C	15023	
3120902	Gurendes	gurendes	ES		0	Europe/Madrid	42.84745	-3.11879		Gurendes		59	VI	01055	
3120907	Guñolas	gunolas	ES		0	Europe/Madrid	41.21695	1.25271				56	T	43144	
3120909	Gundibós	gundibos	ES		0	Europe/Madrid	42.44696	-7.54143		Santiago		58	LU	27059	
3120910	Gundar	gundar	ES		0	Europe/Madrid	43.17041	-8.99946		Gundar		58	C	15040	
3120916	Gulpilleiras	gulpilleiras	ES		0	Europe/Madrid	42.41667	-7.83333		Culpilleiras,Gulpilleiras		58	OR	32026	
3120919	Gulia	gulia	ES		0	Europe/Madrid	42.91036	-1.79249		Gulia,Gulina		32	NA	31131	
3120921	Gulanes	gulanes	ES		0	Europe/Madrid	42.15	-8.55		Gulanes,San Julian,San Julián		58	PO	36042	
3120922	Goiuri	gujuli	ES		0	Europe/Madrid	42.97751	-2.91886		Goiuri,Gujuli,Gújuli		59	VI	01054	
3120923	Guizán	guizan	ES		0	Europe/Madrid	42.21667	-8.61667		Guizan,Guizán,Santa Maria,Santa María		58	PO	36033	
3120926	Guixar	guixar	ES		0	Europe/Madrid	42.25	-8.7		Cuixa,Guixar,Guixar-Vigo		58	PO	36057	
3120928	Guitiriz	guitiriz	ES		6033	Europe/Madrid	43.18169	-7.89656		Guitiriz	27022	58	LU	27022	
3120933	Guísamo	guisamo	ES		0	Europe/Madrid	43.3	-8.26667		Guisamo,Guísamo,Santa Maria,Santa María		58	C	15008	
3120937	Guingueta	guingueta	ES		0	Europe/Madrid	42.59433	1.13307				56	L	25082	
3120942	Goimil	goimil	ES		0	Europe/Madrid	43.31667	-8.15		San Cristobal,San Cristóbal		58	C	15091	
3120945	Guimarey	guimarey	ES		0	Europe/Madrid	42.98333	-7.76667		Guimarey,Santa Maria,Santa María		58	LU	27020	
3120946	Guimarey	guimarey	ES		0	Europe/Madrid	42.93503	-7.2774		Guimarey,Santo Tome,Santo Tomé		58	LU	27901	
3120947	Guimarey	guimarey	ES		0	Europe/Madrid	42.68333	-8.46667		Guimarey,San Julian,San Julián		58	PO	36017	
3120948	Quimarán	quimaran	ES		0	Europe/Madrid	43.55	-5.75		Guimaran,Guimarán,San Esteban		34	O	33014	
3120952	Gillerna	gillerna	ES		0	Europe/Madrid	42.9502	-2.85413		Gillerna		59	VI	01063	
3120956	Guillarei	guillarei	ES		0	Europe/Madrid	42.06667	-8.61667				58	PO	36055	
3120957	Guillarey	guillarey	ES		0	Europe/Madrid	42.06667	-8.58333		Guillarey,San Mamed		58	PO	36055	
3120958	Guillar	guillar	ES		0	Europe/Madrid	43.06865	-7.61211				58	LU	27039	
3120959	Guillar	guillar	ES		22	Europe/Madrid	42.7	-7.96667				58	PO	36047	
3120961	Guillade	guillade	ES		0	Europe/Madrid	42.16667	-8.41667		Guillade,San Miguel		58	PO	36050	
3120962	Guildeiros	guildeiros	ES		0	Europe/Madrid	43.50896	-7.08235				58	LU	27051	
3120976	Guiende	guiende	ES		0	Europe/Madrid	42.73723	-8.89105				58	C	15042	
3120979	els Guiamets	els-guiamets	ES		0	Europe/Madrid	41.1	0.75		Guiamets,els Guiamets		56	T	43150	
3120984	Gebara	guevara	ES		0	Europe/Madrid	42.89294	-2.51175		Gebara,Guevara		59	VI	01013	
3120986	Güesa	guesa	ES		64	Europe/Madrid	42.8062	-1.09473				32	NA	31111	
3120992	Gereñu	guerenu	ES		0	Europe/Madrid	42.81507	-2.44263		Guerenu,Guereñu		59	VI	01027	
3120993	Guerendiáin	guerendiain	ES		0	Europe/Madrid	42.97007	-1.67605				32	NA	31236	
3120995	Gereña	guerena	ES		0	Europe/Madrid	42.88657	-2.74018				59	VI	01059	
3120997	Gueral	gueral	ES		0	Europe/Madrid	42.44259	-7.83634		San Martin,San Martín		58	OR	32059	
3120999	Guenduláin	guendulain	ES		0	Europe/Madrid	42.7628	-1.71424		Gendulain,Guendulain,Guenduláin		32	NA	31076	
3121000	Gendika	guendica	ES		0	Europe/Madrid	43.39929	-2.65021				59	BI	48048	
3121003	Gellao	guellano	ES		0	Europe/Madrid	43.03827	-2.52808		Gellao,Guellano		59	SS	20034	
3121006	Gueima	gueima	ES		0	Europe/Madrid	42.95924	-8.95117		Gucima,Gueima		58	C	15045	
3121047	Gualba de Dalt	gualba-de-dalt	ES		989	Europe/Madrid	41.73333	2.5		Gualba,Gualba de Arriba,Gualba de Balt		56	B	08097	
3121048	Gualba de Baix	gualba-de-baix	ES		0	Europe/Madrid	41.70949	2.52569				56	B	08097	08202
3121072	Grustán	grustan	ES		0	Europe/Madrid	42.2101	0.31445				52	HU	22117	
3121078	O Grove	o-grove	ES		11250	Europe/Madrid	42.49444	-8.86502		El Grove,Jrobe,O-Grove,Ogrobe,Ogrove,a grbh,al ghrwfy,ao ge luo wei,О-Грове,إل غروفي,ا گربه,オ・グローベ,奥格罗韦		58	PO	36022	
3121080	Grou	grou	ES		0	Europe/Madrid	41.95	-8.06667		Grou,San Mamed		58	OR	32042	
3121081	Grou	grou	ES		0	Europe/Madrid	41.95	-8.03333		Grou,La Santa Cruz,Santa Cruz		58	OR	32041	
3121082	Grou	grou	ES		0	Europe/Madrid	41.93333	-8.05		Grou,San Martin,San Martín		58	OR	32051	
3121093	Gromaz	gromaz	ES		0	Europe/Madrid	43.22532	-7.13783				58	LU	27018	
3121095	Grocin	grocin	ES		0	Europe/Madrid	42.68193	-1.99608		Gorozin,Grocin		32	NA	31260	
3121096	Grobas	grobas	ES		0	Europe/Madrid	42.98187	-8.11328		Grobas,Grovas		58	C	15046	
3121098	Grixa	grixa	ES		0	Europe/Madrid	43.0493	-9.15345		Grixa		58	C	15052	
3121109	Grijoa	grijoa	ES		0	Europe/Madrid	43.04016	-9.08045				58	C	15092	
3121110	Grijoa	grijoa	ES		0	Europe/Madrid	43.02366	-8.88906				58	C	15077	
3121111	Grijoa	grijoa	ES		0	Europe/Madrid	42.95	-8.55		Grijoa,Santa Maria,Santa María		58	C	15078	
3121002	Guembe	guembe	ES	31176	0	Europe/Madrid	42.7823	-1.90767				32	NA	31120	
3121112	Grijoá	grijoa	ES		0	Europe/Madrid	42.4	-8.06667		Grijoa,Grijoá,Santa Maria,Santa María		58	OR	32019	
3121113	Grixoa	grixoa	ES		0	Europe/Madrid	42.21364	-7.15759				58	OR	32092	
3121114	Grixó	grixo	ES		0	Europe/Madrid	42.20601	-8.058				58	OR	32068	
3121115	Grijera	grijera	ES		0	Europe/Madrid	42.81398	-4.24568				55	P	34004	
3121117	Grixalba	grixalba	ES		0	Europe/Madrid	43.08333	-7.98333		Grijalva,San Julian,San Julián		58	C	15080	
3121124	Gres	gres	ES		0	Europe/Madrid	42.78333	-8.33333		Gres		58	PO	36059	
3121126	Gregoriete	gregoriete	ES		0	Europe/Madrid	40.45	-1.95		Barrio Gregoriete,Gregorete,Gregoriete		54	CU	16239	
3121136	Graugés	grauges	ES		0	Europe/Madrid	42.06381	1.84361		Caserio Grauges,Caserío Graugés,Grauges,Graugés		56	B	08011	
3121147	Granjafría	granjafria	ES		0	Europe/Madrid	42.22635	-1.79747				32	NA	31169	
3121148	Granja de San Mamés	granja-de-san-mames	ES		0	Europe/Madrid	41.54927	-4.25529		Caserio de Granja de San Mames,Caserío de Granja de San Mamés,Granja de San Mames,Granja de San Mamés		55	VA	47077	
3121151	Granja Arenales	granja-arenales	ES		0	Europe/Madrid	40.11667	-3.1		Casa de Arenales,Casa del Marques de Remisa,Casa del Marqués de Remisa,Granja Arenales		29	M	28055	
3121152	Granja Agrícola	granja-agricola	ES		0	Europe/Madrid	41.61667	-4.75				55	VA	47186	
3121155	Granxa	granxa	ES		0	Europe/Madrid	42.8	-8.43333		San Lorenzo		58	C	15089	
3121164	Grandiella	grandiella	ES		0	Europe/Madrid	43.24084	-5.914				34	O	33058	
3121165	Grandiella	grandiella	ES		0	Europe/Madrid	43.20982	-5.54676				34	O	33032	
3121200	Grandal	grandal	ES		0	Europe/Madrid	43.38279	-8.109		Grandal,San Pedro		58	C	15091	
3121202	Grandadista	grandadista	ES		0	Europe/Madrid	43.56667	-6.83333		Grandadisla,Grandadista		34	O	33023	
3121203	Granda de Arriba	granda-de-arriba	ES		0	Europe/Madrid	43.50128	-5.65567				34	O	33024	
3121204	Granda	granda	ES		0	Europe/Madrid	43.61664	-5.88933				34	O	33025	
3121205	Granda	granda	ES		0	Europe/Madrid	43.5025	-7.03369				34	O	33017	
3121206	Granda	granda	ES		0	Europe/Madrid	43.45134	-5.97103				34	O	33054	
3121207	Granda	granda	ES		0	Europe/Madrid	43.44618	-5.93068				34	O	33035	
3121208	Granda	granda	ES		0	Europe/Madrid	43.43397	-5.78419				34	O	33035	
3121209	Granda	granda	ES		0	Europe/Madrid	43.38344	-5.76864		Granda		34	O	33066	
3121210	Granda	granda	ES		0	Europe/Madrid	43.35055	-5.18659				34	O	33045	
3121211	Grañas	granas	ES		0	Europe/Madrid	43.58835	-7.76433		San Mamed		58	C	15044	
3121212	Grañanova	grananova	ES		0	Europe/Madrid	43.21961	-7.26971				58	LU	27029	
3121217	Graña de Guiar	grana-de-guiar	ES		0	Europe/Madrid	43.41567	-7.0916				34	O	33074	
3121228	Grajos	grajos	ES		0	Europe/Madrid	40.65664	-5.04641				55	AV	05213	
3121232	Grajal de Ribera	grajal-de-ribera	ES		0	Europe/Madrid	42.1749	-5.67452		Grajal,Grajal de Ribera		55	LE	24005	
3121234	Graices	graices	ES		0	Europe/Madrid	42.4214	-7.79055				58	OR	32059	
3121245	Gràcia	gracia	ES		121502	Europe/Madrid	41.40237	2.15641		Districte de Gracia,Districte de Gràcia,Distrikt Gracia,Distrikt Gràcia,Distrito de Gracia,Gracia,Gracia distritu,Gràcia,Gràcia distritu,Vila de Gracia,Vila de Gràcia,en dian qu,恩典区		56	B	08019	06
3121246	Graba	graba	ES		0	Europe/Madrid	42.68333	-8.28333		Graba,San Miguel		58	PO	36052	
3121247	Gózquez de Arriba	gozquez-de-arriba	ES		0	Europe/Madrid	40.23647	-3.59968		Caserio Gozquez de Arriba,Caserío Gózquez de Arriba,Gozquez de Arriba,Gózquez de Arriba		29	M	28132	
3121248	Gózquez de Abajo	gozquez-de-abajo	ES		0	Europe/Madrid	40.23341	-3.55799		Caserio Gozquez de Abajo,Caserío Gózquez de Abajo,Gozquez de Abajo,Gózquez de Abajo		29	M	28132	
3121250	Gozólaz	gozolaz	ES		0	Europe/Madrid	42.79161	-1.71712		Gazolatz,Gozolaz,Gozólaz		32	NA	31193	
3121251	Gozategialdea	gozategui	ES		0	Europe/Madrid	42.98573	-2.27969		Gosategialdea,Gozategui		59	SS	20025	
3121252	Goyos	goyos	ES		0	Europe/Madrid	43.35182	-7.19909				58	LU	27048	
3121253	Goierria	goyerria	ES		0	Europe/Madrid	43.35564	-2.68233				59	BI	48908	
3121254	Goierri	goyerria	ES		0	Europe/Madrid	43.3	-2.53333		Goyerri,Goyerria		59	BI	48070	
3121255	Goierri	goierri	ES		0	Europe/Madrid	43.4	-2.96667		Goierri,Goyerri		59	BI	48014	
3121256	Goierri	goyerri	ES		0	Europe/Madrid	43.17466	-2.54637				59	BI	48095	
3121257	Untzurruntzagagoena	goyena	ES		0	Europe/Madrid	42.97447	-2.27257				59	SS	20025	
3121258	Goiatz	goyaz	ES		0	Europe/Madrid	43.14258	-2.1673		Goiatz,Goyaz		59	SS	20024	
3121259	Goyás	goyas	ES		0	Europe/Lisbon	42.01667	-8.08333		Goyas,Goyás,San Miguel		58	OR	32041	
3121260	Goyanes	goyanes	ES		0	Europe/Madrid	43.23333	-8.73333		Goyanes,San Esteban		58	C	15019	
3121261	Goyanes	goyanes	ES		0	Europe/Madrid	42.75	-8.95		Goyanes,San Saturnino		58	C	15071	
3121262	Goyán	goyan	ES		0	Europe/Madrid	42.81667	-7.46667		Goyan,Goyán,San Miguel		58	LU	27057	
3121264	Coia	coia	ES		0	Europe/Madrid	42.21667	-8.75				58	PO	36057	
3121265	Goy	goy	ES		0	Europe/Madrid	42.98133	-7.35421				58	LU	27011	
3121279	Barrio Gorostapalo Auzoa	barrio-gorostapalo-auzoa	ES		0	Europe/Madrid	43.16667	-1.45				32	NA	31050	
3121280	Goroeta	goronaeta	ES		0	Europe/Madrid	43.01813	-2.47798		Goroeta,Goronaeta		59	SS	20013	
3121281	Gorozika	gorozika	ES		0	Europe/Madrid	43.31667	-2.63333		Gorocica,Gorozika		59	BI	48914	
3121282	Gorozika	gorocica	ES		0	Europe/Madrid	43.25932	-2.70247				59	BI	48067	
3121283	La Gornal	la-gornal	ES		0	Europe/Madrid	41.25	1.6				56	B	08058	
3121286	Elexalde	elexalde	ES		4848	Europe/Madrid	43.4149	-2.93678		Elexalde,Elexalde Gorliz,Gorliz,Górliz		59	BI	48043	
3121287	Gorgullos	gorgullos	ES		0	Europe/Madrid	43.08333	-8.48333		Gorguillos,Gorgullos,Santa Eulalia		58	C	15084	
3121289	Gordún	gordun	ES		0	Europe/Madrid	42.49893	-1.11039				52	Z	50186	
3121302	Gopegi	gopegui	ES		0	Europe/Madrid	42.96383	-2.72942		Gopegi,Gopegui		59	VI	01018	
3121304	Gonzar	gonzar	ES		0	Europe/Madrid	42.95901	-8.30984		Gonzar		58	C	15066	
3121305	Gonzar	gonzar	ES		0	Europe/Madrid	42.82502	-7.6958		Gonzar		58	LU	27049	
3121307	Gonte	gonte	ES		0	Europe/Madrid	42.89899	-8.76706		Gonte		58	C	15056	
3121309	Gontán	gontan	ES		0	Europe/Madrid	42.1171	-7.95436				58	OR	32084	
3121310	Gontalde	gontalde	ES		0	Europe/Madrid	43.11104	-8.90182		Gontalde		58	C	15093	
3121315	Gondrame	gondrame	ES		0	Europe/Madrid	42.82328	-7.56797		Gondrame,San Vicente		58	LU	27043	
3121316	Gondomar	gondomar	ES		13841	Europe/Madrid	42.11155	-8.74971		Gondomar	36021	58	PO	36021	
3121317	Gondollín	gondollin	ES		0	Europe/Madrid	42.94687	-8.02217				58	C	15046	
3121321	Gondán	gondan	ES		0	Europe/Madrid	43.48752	-7.23875		Godan,Godán,Gondan,Gondán		58	LU	27005	
3121324	Gómez-Román	gomez-roman	ES		0	Europe/Madrid	41.05	-4.71667		Barrio Gomez Roman,Barrio Gómez Román,Gomez-Roman,Gómez-Román		55	AV	05016	
3121328	Gometxa	gomecha	ES		0	Europe/Madrid	42.8274	-2.732		Gomecha,Gometxa		59	VI	01059	
3121332	Gomariz	gomariz	ES		102	Europe/Madrid	42.38333	-8.11667		Gomariz,Santa Maria,Santa María		58	OR	32040	
3121334	Goltar	goltar	ES		0	Europe/Madrid	42.68102	-9.0167		Goltar		58	C	15071	
3121335	Golpilleiras	golpilleiras	ES		0	Europe/Madrid	43.11446	-7.17582		Golpelleiros,Golpilleiras		58	LU	27018	
3121336	Golpilleira	golpilleira	ES		0	Europe/Madrid	43.03684	-7.25223		Golpelleira,Golpilleira		58	LU	27004	
3121337	Golpellás	golpellas	ES		102	Europe/Madrid	42.25	-7.75				58	OR	32055	
3121338	Golpellás	golpellas	ES		0	Europe/Madrid	41.98108	-7.88644				58	OR	32016	
3121346	Golmar	golmar	ES		0	Europe/Madrid	43.22611	-8.56865		Golmar,San Benito		58	C	15041	
3121348	Goleta	goleta	ES		0	Europe/Madrid	43.37399	-5.28236				34	O	33049	
3121350	Goldáraz	goldaraz	ES		0	Europe/Madrid	42.94997	-1.836				32	NA	31126	
3121352	Golán	golan	ES		0	Europe/Madrid	42.95	-8.1		Golan,Golán,San Juan		58	C	15046	
3121354	A Golada	a-golada	ES		0	Europe/Madrid	42.85472	-7.10883	556			58	PO	36020	
3121362	Goikoelexea	goikolexea	ES		0	Europe/Madrid	43.26667	-2.78333		Goicolegea,Goikolexea,Gorcolegea		59	BI	48052	
3121363	Goente	goente	ES		0	Europe/Madrid	43.44714	-7.965		Goente,San Martin,San Martín		58	C	15070	
3121367	Godones	godones	ES		0	Europe/Madrid	42.28333	-8.31667		Godones,Santa Maria,Santa María		58	PO	36013	
3121373	Godejal	godejal	ES		0	Europe/Madrid	43.32243	-5.81525		Codejal,Godejal		34	O	33044	
3121385	Glorieta de Montescladó	glorieta-de-montesclado	ES		0	Europe/Madrid	42.50571	1.25596				56	L	25089	
3121396	Girult	girult	ES		0	Europe/Madrid	42.44879	1.77712				56	GI	17099	17082
3121398	Gironda	gironda	ES		0	Europe/Madrid	41.89989	-7.64006				58	OR	32028	
3121399	Xirazga	xirazga	ES		0	Europe/Madrid	42.46667	-8.31667		San Salvador		58	PO	36025	
3121401	Giral	giral	ES		0	Europe/Madrid	42.50238	-0.03365				52	HU	22109	
3121405	Xinzo	xinzo	ES		0	Europe/Madrid	43.56667	-7.26667				58	LU	27005	
3121406	Ginzo	ginzo	ES		0	Europe/Madrid	42.8999	-9.07227				58	C	15045	
3121407	Xinzo	xinzo	ES		0	Europe/Madrid	42.18333	-8.53333				58	PO	36042	
3121408	Ginuábel	ginuabel	ES		0	Europe/Madrid	42.49512	-0.05244		Ginuabel,Ginuavel,Ginuábel,Ginuável		52	HU	22109	
3121419	Gilgarcía	gilgarcia	ES		0	Europe/Madrid	40.29767	-5.5945		Gilgarcia,Gilgarcía		55	AV	05085	
3121420	Xil	xil	ES		0	Europe/Madrid	42.46667	-8.76667				58	PO	36027	
3121421	Gijún	gijun	ES		0	Europe/Madrid	43.37796	-5.69593				34	O	33066	
3121428	Gian	gian	ES		0	Europe/Madrid	42.92869	-9.09286				58	C	15045	
3121432	Xeve	xeve	ES		0	Europe/Madrid	42.46874	-8.58092		San Andres,San Andrés		58	PO	36038	
3121438	Gestoso de Palfito	gestoso-de-palfito	ES		0	Europe/Madrid	43.11667	-7.11667				58	LU	27018	
3121439	Xestoso dos Calvos	xestoso-dos-calvos	ES		0	Europe/Madrid	43.16667	-7.05				58	LU	27018	
3121444	Xestoso	xestoso	ES		0	Europe/Madrid	42.66667	-8.33333				58	PO	36052	
3121446	Gestosa	gestosa	ES		0	Europe/Madrid	42.29455	-7.99099				58	OR	32081	
3121364	Godos	godos	ES	33119	85	Europe/Madrid	43.35	-5.95		Godos		34	O	33044	
3121449	Gesta	gesta	ES		0	Europe/Madrid	42.61667	-8.11667				58	PO	36024	
3121453	Gerri	gerri	ES		0	Europe/Madrid	42.32369	1.06727		Gerri,Gerri de la Sal		56	L	25039	
3121458	Germeade	germeade	ES		0	Europe/Madrid	41.93093	-7.97285				58	OR	32051	
3121459	Germar	germar	ES		0	Europe/Madrid	43.2	-7.53333		Germar,Santa Maria,Santa María		58	LU	27015	
3121460	Germade	germade	ES		0	Europe/Madrid	43.35467	-7.81324		Germade,Santa Maria,Santa María		58	LU	27021	
3121462	Geré	gere	ES		0	Europe/Madrid	42.51317	-0.02855				52	HU	22109	
3121464	Geras	geras	ES		0	Europe/Madrid	42.89502	-5.76911				55	LE	24114	
3121475	Xendive	xendive	ES		0	Europe/Madrid	42.46667	-8.16667				58	OR	32013	
3121476	Gendil	gendil	ES		0	Europe/Madrid	42.8847	-8.97529				58	C	15062	
3121477	Gende	gende	ES		0	Europe/Madrid	42.93333	-7.78333				58	LU	27023	
3121478	Xende	xende	ES		0	Europe/Madrid	42.87993	-8.91656				58	C	15062	
3121479	Gende	gende	ES		0	Europe/Madrid	42.38333	-8.41667		Gende,San Pablo		58	PO	36025	
3121489	Gelad	gelad	ES		0	Europe/Madrid	43.62642	-5.82589				34	O	33025	
3121491	Gejo de Diego Gómez	gejo-de-diego-gomez	ES		0	Europe/Madrid	40.98383	-6.00591				55	SA	37186	
3121492	Gegunde	gegunde	ES		0	Europe/Madrid	43.0669	-7.00631				58	LU	27018	
3121501	Gazaga	gatzaga	ES		0	Europe/Madrid	43.16667	-2.53333		Gazaga,Gázaga		59	BI	48095	
3121502	Gayoso	gayoso	ES		0	Europe/Madrid	43.13333	-7.66667		Gayoso,Santiago		58	LU	27007	
3121503	Gaioso	gaioso	ES		0	Europe/Madrid	43.11667	-7.71667		Santo Tome,Santo Tomé		58	LU	27022	
3121515	Gavilán	gavilan	ES		0	Europe/Madrid	40.72342	-6.40818		Caserio Gavilan,Caserío Gavilán,Gavilan,Gavilán		55	SA	37279	
3121516	Gavilán	gavilan	ES		0	Europe/Madrid	40.64557	-6.39346		Caserio Gavilan,Caserío Gavilán,Gavilan,Gavilán		55	SA	37279	
3121517	Gabika	gavica	ES		0	Europe/Madrid	43.33961	-2.6001		Gabica,Gavica		59	BI	48033	
3121530	Gastrar	gastrar	ES		0	Europe/Madrid	42.85003	-8.41893		Gastrar		58	C	15012	
3121536	Gasalla	gasalla	ES		0	Europe/Madrid	42.94975	-7.14579				58	LU	27004	
3121537	Garzón	garzon	ES		0	Europe/Madrid	43.37705	-3.61136				39	S	39084	
3121538	Garzarón	garzaron	ES		0	Europe/Madrid	42.9985	-1.77472		Carzaron,Carzarón		32	NA	31049	
3121543	Garteiz	garteiz	ES		0	Europe/Madrid	43.39194	-2.65614		Garleiz,Garteiz		59	BI	48048	
3121551	Garrapatas	garrapatas	ES		0	Europe/Madrid	42.03333	-6.26667				55	ZA	49177	
3121552	Garranzo	garranzo	ES		0	Europe/Madrid	42.1	-2.26667				27	LO	26058	
3121557	Garraf	garraf	ES		0	Europe/Madrid	41.253	1.90157		Caserio Garraf,Caserío Garraf,Garraf		56	B	08270	
3121572	els Garidells	els-garidells	ES		0	Europe/Madrid	41.2	1.25		Garidells,els Garidells		56	T	43144	
3121573	Garibai	garibay	ES		0	Europe/Madrid	43.06016	-2.41374		Garibai,Garibay		59	SS	20059	
3121579	Gargantilla del Lozoya	gargantilla-del-lozoya	ES		338	Europe/Madrid	40.96249	-3.71538		Gargantilla del Lozoya		29	M	28063	
3121585	Gargantáns	gargantans	ES		0	Europe/Madrid	42.56911	-8.58758		Gargantans,Gargantáns,San Martin,San Martín		58	PO	36032	
3121597	Gargamala	gargamala	ES		0	Europe/Madrid	42.26667	-8.45		Gargamala,Santa Maria,Santa María		58	PO	36030	
3121600	Gardelegi	gardelegui	ES		0	Europe/Madrid	42.8221	-2.67809		Gardelegi,Gardelegui,Gardélegui		59	VI	01059	
3121601	Gardea	gardea	ES		0	Europe/Madrid	43.12759	-2.97935				59	BI	48075	
3121603	Gardata	gardata	ES		0	Europe/Madrid	43.36374	-2.51802				59	BI	48049	
3121616	Garaioltza	garayolza	ES		0	Europe/Madrid	43.28019	-2.82867				59	BI	48081	
3121618	Garaio	garayo	ES		0	Europe/Madrid	42.90847	-2.53666		Garaio,Garayo		59	VI	01013	
3121620	Garai	garay	ES		0	Europe/Madrid	43.25105	-3.10415				59	BI	48037	
3121621	Garai	garay	ES		0	Europe/Madrid	43.19279	-2.60992		Garaj,Garay,San Migel,San Miguel,gharay,jia lai,Гарай,Գարայ,غاراي,加赖		59	BI	48039	
3121625	Garaña	garana	ES		0	Europe/Madrid	43.45326	-4.96621				34	O	33036	
3121627	Garagartza	garagarza	ES		0	Europe/Madrid	43.06985	-2.52116		Garagartza,Garagarza		59	SS	20055	
3121628	Garakoi	garakoi	ES		0	Europe/Madrid	43.1759	-2.77523				59	BI	48094	
3121629	Garabelos	garabelos	ES		0	Europe/Madrid	42.00568	-7.93805				58	OR	32006	
3121630	Garabelos	garabelos	ES		0	Europe/Madrid	41.97427	-7.68256				58	OR	32005	
3121631	Garabanja	garabanja	ES		0	Europe/Madrid	43.00896	-8.32906				58	C	15060	
3121632	Garabanes	garabanes	ES		2	Europe/Madrid	42.41667	-8				58	OR	32045	
3121633	Garaballes	garaballes	ES		0	Europe/Madrid	42.34212	-5.91265				55	LE	24166	
3121635	Gantzaga	ganzaga	ES		0	Europe/Madrid	43.06476	-2.58447		Gantzaga,Ganzaga		59	VI	01003	
3121636	Gansinos	gansinos	ES		0	Europe/Madrid	41.00367	-6.21205		Gansinos,Gausinos		55	SA	37106	
3121637	Gañinas	ganinas	ES		0	Europe/Madrid	42.48322	-4.71922				55	P	34126	
3121638	Gañecoleta	ganecoleta	ES		0	Europe/Madrid	43.06716	-1.30582		Barrio de Ganecoleta,Barrio de Gañecoleta,Ganecoleta,Gañecoleta		32	NA	31248	
3121645	Gandariats	gandariats	ES		0	Europe/Madrid	43.2	-2.76667		Gandarias,Gandariats		59	BI	48003	
3121647	Gándara	gandara	ES		0	Europe/Madrid	43.15117	-9.15279		Gandara,Gandra,Gándara		58	C	15016	
3121648	Gándara	gandara	ES		0	Europe/Madrid	43.13352	-8.88012		Gandara,Gándara,Santa Maria,Santa María		58	C	15093	
3121649	Gándara	gandara	ES		0	Europe/Madrid	42.98333	-8.41667		Gandara,Gándara,San Miguel		58	C	15060	
3121650	Gándara	gandara	ES		0	Europe/Madrid	42.76667	-9.08333		Gandara,Granda,Gándara		58	C	15053	
3121651	Gándara	gandara	ES		0	Europe/Madrid	42.6	-8.95				58	C	15067	
3121654	Gañarul	ganarul	ES		0	Europe/Madrid	41.8406	-1.4471				52	Z	50003	
3121657	Ganade	ganade	ES		0	Europe/Madrid	42.02679	-7.78913		San Bartolome,San Bartolomé		58	OR	32032	
3121661	Gamonedo	gamonedo	ES		0	Europe/Madrid	43.30923	-5.00781				34	O	33012	
3121662	Gamonedo	gamonedo	ES		0	Europe/Madrid	43.30966	-4.99597				34	O	33043	
3121670	Gametxo	gamecho	ES		0	Europe/Madrid	43.40582	-2.67209				59	BI	48048	
3121674	Gamalleira	gamalleira	ES		0	Europe/Madrid	43.1011	-6.94222				58	LU	27035	
3121676	Galtzaur	galzaur	ES		0	Europe/Madrid	43.29054	-1.93066		Galtzaur		59	SS	20069	
3121680	Gallués	gallues	ES		121	Europe/Madrid	42.78413	-1.0961				32	NA	31111	
3121685	Gallisué	gallisue	ES		0	Europe/Madrid	42.51584	0.08362				52	HU	22107	
3121688	Gallinés	gallines	ES		0	Europe/Madrid	42.15	-2.86667				27	LO	26164	
3121698	Gallejones	gallejones	ES		0	Europe/Madrid	42.85133	-3.75678		Callejones,Gallejones		55	BU	09416	
3121634	Ganzo	ganzo	ES	39300	0	Europe/Madrid	43.36064	-4.06539		Ganzo		39	S	39087	
3121722	Gallardo	gallardo	ES		7	Europe/Madrid	42.85	-8.9				58	C	15062	
3121738	Galgao	galgao	ES		0	Europe/Madrid	43.38333	-7.41667		Galgao,San Martin,San Martín		58	LU	27030	
3121749	Galdo	galdo	ES		0	Europe/Madrid	43.63333	-7.61667		Galdo,Santa Maria,Santa María		58	LU	27066	
3121758	Galarraga	galarraga	ES		0	Europe/Madrid	43.16971	-2.19591				59	SS	20066	
3121770	Gajate	gajate	ES		0	Europe/Madrid	42.3699	-8.42372		Gajate,San Pedro		58	PO	36025	
3121774	Gaintza	gainza	ES		0	Europe/Madrid	43.05271	-2.1329		Gaintza,Gainza,Gaínza	20037	59	SS	20037	
3121775	Gaínza	gainza	ES		0	Europe/Madrid	43.02109	-2.00938				32	NA	31020	
3121776	Gaindola	gaindola	ES		0	Europe/Madrid	43.07913	-1.3169		Barrio Gaindola,Gaindola		32	NA	31248	
3121778	Gaibor	gaibor	ES		0	Europe/Madrid	43.18333	-7.66667		Gaibor,San Julian,San Julián		58	LU	27007	
3121779	Gaüses	gaueses	ES		0	Europe/Madrid	42.1	2.96667				56	GI	17232	
3121780	Gafoy	gafoy	ES		0	Europe/Madrid	43.01667	-8.25		Gafoy,Santa Marina		58	C	15038	
3121783	Gazeta	gaceta	ES		0	Europe/Madrid	42.84381	-2.53857		Gaceta,Gazeta,Gáceta		59	VI	01021	
3121784	Gazeo	gaceo	ES		0	Europe/Madrid	42.84905	-2.43048		Gaceo,Gazeo		59	VI	01027	
3121786	Gabet	gabet	ES		316	Europe/Madrid	42.12331	0.92081		Gabet,Gavet		56	L	25234	
3121789	Gavàs	gavas	ES		0	Europe/Madrid	42.63333	1.16667				56	L	25024	
3121801	Furís de Abajo	furis-de-abajo	ES		0	Europe/Madrid	42.96268	-7.28259				58	LU	27011	
3121803	Furelos	furelos	ES		0	Europe/Madrid	42.90668	-7.98969		Furelos		58	C	15046	
3121804	Furco	furco	ES		0	Europe/Madrid	42.88237	-7.18171				58	LU	27006	
3121805	Furco	furco	ES		0	Europe/Madrid	42.57082	-7.90083				58	OR	32076	
3121807	Fumiñeo	fumineo	ES		0	Europe/Madrid	43.06755	-9.16445		Fumineo,Fumineu,Fumiñeo,Fumiñeu		58	C	15052	
3121808	Fumayor	fumayor	ES		0	Europe/Madrid	43.08562	-7.08146				58	LU	27018	
3121809	Fumanal	fumanal	ES		0	Europe/Madrid	42.35	0.25				52	HU	22113	
3121814	Fulgueiroa	fulgueiroa	ES		0	Europe/Madrid	42.84105	-6.9841		Folgueiroa,Fulgueiroa		58	LU	27012	
3121817	Fueyo	fueyo	ES		0	Europe/Madrid	43.36667	-5.73333				34	O	33066	
3121823	Fuente-Urbel	fuente-urbel	ES		0	Europe/Madrid	42.64781	-3.91283				55	BU	09045	
3121827	Fuentes-Rosas	fuentes-rosas	ES		0	Europe/Madrid	42.85	-8.35		Fuentes-Rosas,San Juan		58	C	15085	
3121832	Fuentesnuevas	fuentesnuevas	ES		0	Europe/Madrid	42.57446	-6.64039				55	LE	24115	
3121850	Fuentes de Duero	fuentes-de-duero	ES		0	Europe/Madrid	41.57662	-4.63081		Fuentes de Duero		55	VA	47052	
3121852	Fuentes de Corbero	fuentes-de-corbero	ES		0	Europe/Madrid	43.09809	-6.45683		Fuentes de Corbero		34	O	33011	
3121999	Froján	frojan	ES		0	Europe/Madrid	43.06433	-8.91141				58	C	15093	
3121863	Fuentes Cabadas	fuentes-cabadas	ES		0	Europe/Madrid	43.36133	-6.7949				34	O	33007	
3121875	Ḥuentes	huentes	ES		0	Europe/Madrid	43.4028	-5.14315				34	O	33045	
3121878	Fuenterroble de Arriba	fuenterroble-de-arriba	ES		0	Europe/Madrid	40.73333	-6.41667		Caserio Fuenterroble de Arriba,Caserío Fuenterroble de Arriba,Fuenterroble de Arriba		55	SA	37279	
3121879	Fuenterroble de Abajo	fuenterroble-de-abajo	ES		0	Europe/Madrid	40.76604	-6.4052		Caserio Fuenterroble de Abajo,Caserío Fuenterroble de Abajo,Fuenterroble de Abajo		55	SA	37279	
3121881	Hondarribia	fuenterrabia	ES		16458	Europe/Madrid	43.36859	-1.79622		Fontarabie,Fuenterrabia,Fuenterrabía,Hondarribi,Hondarribia	20036	59	SS	20036	
3121901	Fuentelsaz	fuentelsaz	ES		116	Europe/Madrid	41.07359	-1.83108		Fuente el Saz,Fuentelsaz	19122	54	GU	19122	
3121902	Fuente-Tovar	fuente-tovar	ES		0	Europe/Madrid	41.47838	-2.79315				55	SO	42200	
3121903	Fuentelmonje	fuentelmonje	ES		0	Europe/Madrid	41.42047	-2.18647				55	SO	42088	
3121918	Fuentejuana	fuentejuana	ES		0	Europe/Madrid	42.81143	-7.03016				58	LU	27012	
3121926	Fuente el Saz	fuente-el-saz	ES		5524	Europe/Madrid	40.63215	-3.51146				29	M	28009	
3122000	Froján	frojan	ES		0	Europe/Madrid	42.54686	-7.25386				58	LU	27017	
3121935	Fuente del Cepo	fuente-del-cepo	ES		0	Europe/Madrid	40.04924	-0.76221	1030	Fuen del Cepo,Fuente del Cepo		52	TE	44010	
3121938	Fuente del Aliso	fuente-del-aliso	ES		0	Europe/Madrid	40.16667	-6.76667		Caserio Fuente del Aliso,Caserío Fuente del Aliso,Fuente del Aliso		57	CC	10210	
3121939	Fuentecubierta	fuentecubierta	ES		0	Europe/Madrid	42.88333	-7.83333				58	LU	27040	
3121942	Fuentecarmoa	fuentecarmoa	ES		0	Europe/Madrid	42.58333	-8.76667				58	PO	36060	
3121946	Fuentecabalos	fuentecabalos	ES		0	Europe/Madrid	42.69576	-8.11087				58	PO	36024	
3121949	Fuentebella	fuentebella	ES		0	Europe/Madrid	42.03266	-2.15499				55	SO	42165	
3121951	Fuente Arcada	fuente-arcada	ES		0	Europe/Madrid	40.16667	-6.85		Caserio Fuente Arcada,Caserío Fuente Arcada,Fuente Arcada		57	CC	10210	
3121952	Fuente-Andrino	fuente-andrino	ES		0	Europe/Madrid	42.41224	-4.45393				55	P	34211	
3121953	Fuentealdea	fuentealdea	ES		0	Europe/Madrid	41.64955	-2.74611				55	SO	42144	
3121958	Fuenmiñana	fuenminana	ES		0	Europe/Madrid	43.23333	-7.31667		Fuenminana,Fuenmiñana,San Salvador		58	LU	27044	
3121969	Fuencarral	fuencarral	ES		0	Europe/Madrid	40.5	-3.68333				29	M	28079	8
3121971	Fuencaliente de Medina	fuencaliente-de-medina	ES		0	Europe/Madrid	41.1359	-2.45846		Fuencaliente,Fuencaliente de Medina,Fuencaliente de Medinaceli		55	SO	42113	
3121976	Fuejo (Gijon)	fuejo-gijon	ES		0	Europe/Madrid	43.53333	-5.61667				34	O	33024	
3121977	La Fuexa	la-fuexa	ES		0	Europe/Madrid	43.39348	-6.12169		Fuejo (Cabrunana),Fuejo (Cabruñana),La Fuexa		34	O	33026	
3121983	Fruime	fruime	ES		0	Europe/Madrid	42.72924	-8.82275		Fruime		58	C	15042	
3121984	Froyán	froyan	ES		22	Europe/Madrid	42.73333	-7.41667		Froyan,Froyán,San Pedro		58	LU	27057	
3121985	Froyán	froyan	ES		0	Europe/Madrid	42.73333	-7.38333		Froyan,Froyán,San Vicente		58	LU	27057	
3121986	Froyán	froyan	ES		0	Europe/Madrid	42.71667	-7.43333		Froyan,Froyán,San Saturnino		58	LU	27057	
3121990	Froufe	froufe	ES		0	Europe/Madrid	42.52264	-8.18418		Froufe,Froufre		58	OR	32035	
3121994	Frontada	frontada	ES		0	Europe/Madrid	42.8	-4.31667		Frontada		55	P	34004	
3121997	Frojanes	frojanes	ES		0	Europe/Madrid	42.18024	-7.04625				58	OR	32086	
3121998	Froján	frojan	ES		0	Europe/Madrid	43.26667	-8.25				58	C	15009	
3122002	Friol	friol	ES		4522	Europe/Madrid	43.03213	-7.79514		Frio	27020	58	LU	27020	
3122007	Frije	frije	ES		0	Europe/Madrid	43.0111	-9.23123				58	C	15052	
3122013	Frías y Omedina	frias-y-omedina	ES		0	Europe/Madrid	43.41667	-5.08333		Frias,Frias y Omedina,Frías,Frías y Omedina		34	O	33012	
3122020	Fresnosa	fresnosa	ES		0	Europe/Madrid	43.41403	-5.34013				34	O	33049	
3122025	Fresno de Riotirón	fresno-de-riotiron	ES		0	Europe/Madrid	42.45977	-3.17478				55	BU	09132	
3122032	Fresno de la Ribera	fresno-de-la-ribera	ES		416	Europe/Madrid	41.52926	-5.56658		Fresno de la Ribera	49076	55	ZA	49076	
3122060	Fresnedillas	fresnedillas	ES		1131	Europe/Madrid	40.48704	-4.17146				29	M	28095	
3122064	Fresnedal	fresnedal	ES		0	Europe/Madrid	43.29025	-5.42211				34	O	33049	
3122075	Fresnadiello	fresnadiello	ES		0	Europe/Madrid	43.1317	-5.69928				34	O	33002	
3122081	Freixinet	freixinet	ES		0	Europe/Madrid	41.92209	1.56774		Freixinet		56	L	25186	
3122083	Freixenet	freixenet	ES		122	Europe/Madrid	42.33333	2.36667				56	GI	17039	
3122084	Freixameno	freixameno	ES		0	Europe/Madrid	40.61001	-0.201		Caserio Freixameno,Caserío Freixameno,Freixameno,Masia de Frejimeno,Masía de Frejimeno		60	CS	12080	
3122085	Freituje	freituje	ES		0	Europe/Madrid	42.61952	-7.4266				58	LU	27008	
3122087	Freita	freita	ES		0	Europe/Madrid	42.77923	-6.92541				58	LU	27012	
3122089	Freires	freires	ES		0	Europe/Madrid	43.65031	-7.83007		Freires,San Pablo		58	C	15061	
3122091	Freixo	freixo	ES		0	Europe/Madrid	43.51667	-7.78333		San Juan		58	C	15070	
3122092	Freijo	freijo	ES		0	Europe/Madrid	43.0269	-7.15027		Freijo,San Julian,San Julián		58	LU	27018	
3122093	Freijo	freijo	ES		0	Europe/Madrid	42.82175	-7.17953				58	LU	27006	
3122094	Freixo	freixo	ES		0	Europe/Madrid	42.72129	-7.29664				58	LU	27055	
3122095	Freixo	freixo	ES		0	Europe/Madrid	42.19397	-7.96427				58	OR	32024	
3122096	Freijo	freijo	ES		0	Europe/Madrid	42.15	-8.2				58	PO	36014	
3122097	Freijo	freijo	ES		0	Europe/Madrid	42.08931	-7.58692				58	OR	32078	
3122098	Freixís	freixis	ES		0	Europe/Madrid	42.95	-7.01667				58	LU	27034	
3122099	Freijeiro	freijeiro	ES		0	Europe/Madrid	43.01099	-8.73503				58	C	15077	
3122100	Freijeiro	freijeiro	ES		0	Europe/Madrid	43.0119	-7.06783				58	LU	27034	
3122101	Freixeiro	freixeiro	ES		0	Europe/Madrid	42.21667	-8.71667				58	PO	36057	
3122103	Freigido de Abajo	freigido-de-abajo	ES		0	Europe/Madrid	42.36607	-7.14057		Freigido de Abajo,Freijido de Abajo		58	LU	27050	
3122104	Freixido	freixido	ES		0	Europe/Madrid	42.35	-7.13333		Freijido		58	OR	32038	
3122109	Freás	freas	ES		0	Europe/Madrid	42.36667	-8.01667		Freas,Freás		58	OR	32065	
3122113	Freá de Eiras	frea-de-eiras	ES		0	Europe/Madrid	42.17874	-8.0254				58	OR	32068	
3122115	Frayán de Arriba	frayan-de-arriba	ES		0	Europe/Madrid	42.89815	-7.07527				58	LU	27006	
3122116	Frayán de Abajo	frayan-de-abajo	ES		0	Europe/Madrid	42.9	-7.08333				58	LU	27006	
3122117	Frayalde	frayalde	ES		0	Europe/Madrid	43.11667	-7.41667		Frayalde,Santa Marina		58	LU	27046	
3122118	Frauca	frauca	ES		0	Europe/Madrid	42.52962	-0.44675				52	HU	22130	
3122121	Franqueira	franqueira	ES		0	Europe/Madrid	42.18317	-8.36062				58	PO	36009	
3122135	Franciac	franciac	ES		0	Europe/Madrid	41.86667	2.78333				56	GI	17033	
3122151	Fraginal	fraginal	ES		0	Europe/Madrid	42.60026	-0.66581				52	HU	22130	
3122153	Fragas	fragas	ES		0	Europe/Madrid	42.52277	-8.55515		Fragas,Santa Marina		58	PO	36007	
3122168	Fozara	fozara	ES		0	Europe/Madrid	42.23333	-8.5		Fozara,San Bartolome,San Bartolomé		58	PO	36030	
3122172	Foz	foz	ES		9642	Europe/Madrid	43.5692	-7.25441		Foz		58	LU	27019	
3122173	Foz	foz	ES		0	Europe/Madrid	43.38356	-6.59384				34	O	33073	
3122179	Forzanes	forzanes	ES		0	Europe/Madrid	42.36919	-8.44559				58	PO	36043	
3122187	Fornos	fornos	ES		0	Europe/Madrid	42.86667	-8.88333				58	C	15062	
3122191	Fornís	fornis	ES		0	Europe/Madrid	42.89199	-9.01594		Fornis,Fornís		58	C	15045	
3122194	Fornillos	fornillos	ES		0	Europe/Madrid	42.18646	-0.37392				52	HU	22125	
3122195	Fornillos	fornillos	ES		0	Europe/Madrid	41.97736	0.06375				52	HU	22128	
3122196	Forniellas	forniellas	ES		0	Europe/Madrid	43.2007	-6.62657				34	O	33001	
3122198	Fornelos de Montes	fornelos-de-montes	ES		2063	Europe/Madrid	42.34126	-8.45291		Fornelos de Montes,San Lorenzo	36019	58	PO	36019	
3122200	Fornelos de Cova	fornelos-de-cova	ES		0	Europe/Madrid	42.2073	-7.1082		Fornelos de Cova		58	OR	32086	
3122201	Fornelos	fornelos	ES		0	Europe/Madrid	43.17176	-8.97218				58	C	15093	
3122202	Fornelos	fornelos	ES		0	Europe/Madrid	42.30917	-7.07743		Formelos,Fornelos		58	OR	32015	
3122203	Fornelos	fornelos	ES		0	Europe/Madrid	42.13333	-8.48333		Fornelos,San Juan		58	PO	36050	
3122204	Fornelo	fornelo	ES		0	Europe/Madrid	43.46667	-7.15				58	LU	27061	
3122206	Fornells de la Montanya	fornells-de-la-montanya	ES		0	Europe/Madrid	42.31667	2.05				56	GI	17201	
3122210	Fórneas	forneas	ES		2	Europe/Madrid	43.1	-7.21667				58	LU	27004	
3122211	Fórnea	fornea	ES		0	Europe/Madrid	43.46667	-7.2				58	LU	27061	
3122212	Fornas	fornas	ES		0	Europe/Madrid	42.63077	-7.78772				58	LU	27016	
3122225	Formarís	formaris	ES		0	Europe/Madrid	42.92079	-8.48994				58	C	15078	
3122226	Forxán	forxan	ES		0	Europe/Madrid	43.56667	-7.26667				58	LU	27005	
3122227	Forja	forja	ES		0	Europe/Madrid	43.46283	-7.06037				34	O	33074	
3122229	Forfoleda	forfoleda	ES		234	Europe/Madrid	41.09779	-5.74979		Forfoleda	37130	55	SA	37130	
3122236	Forcarei	forcarei	ES		0	Europe/Madrid	42.6	-8.35				58	PO	36018	
3122241	Forcados	forcados	ES		0	Europe/Madrid	42.68326	-7.62314				58	LU	27058	
3122242	Forcadela	forcadela	ES		0	Europe/Madrid	42.44272	-6.98201		Forcadela,Santiago		58	OR	32009	
3122243	Forcadela	forcadela	ES		0	Europe/Madrid	41.98333	-8.71667		Forcadela,San Pedro		58	PO	36054	
3122246	Forcadas	forcadas	ES		0	Europe/Madrid	42.24085	-7.34533				58	OR	32029	
3122249	Foradada de Toscar	foradada-de-toscar	ES		204	Europe/Madrid	42.41159	0.35093		Foradada de Toscar		52	HU	22113	
3122254	Cabanyes	cabanyes	ES		0	Europe/Madrid	41.85332	3.05592				56	GI	17034	
3122262	Fontica	fontica	ES		0	Europe/Madrid	43.52103	-5.61187				34	O	33024	
3122265	Fontevedra	fontevedra	ES		0	Europe/Madrid	42.71697	-7.03414				58	LU	27045	
3122268	Fontes	fontes	ES		0	Europe/Madrid	42.89073	-7.1944				58	LU	27006	
3122270	Fontenla	fontenla	ES		0	Europe/Madrid	42.16667	-8.48333		Fontenla,San Mamed		58	PO	36042	
3122272	Fontela	fontela	ES		0	Europe/Madrid	43.24887	-7.31097				58	LU	27044	
3122273	Fontela	fontela	ES		0	Europe/Madrid	42.99182	-7.16367				58	LU	27004	
3122276	Fontefría	fontefria	ES		0	Europe/Madrid	43.19862	-8.96875				58	C	15014	
3122277	Fonteferreira	fonteferreira	ES		0	Europe/Madrid	42.72089	-7.06722				58	LU	27045	
3122283	Fontecavada	fontecavada	ES		0	Europe/Madrid	42.98481	-7.12989				58	LU	27004	
3122284	Fontecada	fontecada	ES		0	Europe/Madrid	42.97007	-8.85229		Fontecada		58	C	15077	
3122290	Fontarón	fontaron	ES		0	Europe/Madrid	42.93277	-7.14965				58	LU	27006	
3122295	Fontanina	fontanina	ES		0	Europe/Madrid	43.32731	-5.57137				34	O	33006	
3122299	Fontanía-La Guía	fontania-la-guia	ES		0	Europe/Madrid	43.53333	-5.63333		Fontania-La Guia,Fontanía-La Guía,La Guia,La Guía		34	O	33024	
3122300	Fontángordo	fontangordo	ES		0	Europe/Madrid	43.27365	-7.16816				58	LU	27048	
3122303	Fontaneira	fontaneira	ES		0	Europe/Madrid	43.03359	-7.20047				58	LU	27004	
3122307	Fontán	fontan	ES		0	Europe/Madrid	43.44877	-7.20313				58	LU	27061	
3122311	Fonseca	fonseca	ES		0	Europe/Madrid	43.15002	-6.50585		Fonseca		34	O	33011	
3122312	Fonseca	fonseca	ES		0	Europe/Madrid	40.57953	-6.58527		Dehesa Fonseca,Fonseca		55	SA	37086	
3122313	Fonsagrada	fonsagrada	ES		4999	Europe/Madrid	43.12398	-7.0679				58	LU	27018	
3122316	Fongate	fongate	ES		0	Europe/Madrid	43.19394	-7.00724				58	LU	27018	
3122324	Fondovegas	fondovegas	ES		0	Europe/Madrid	42.95406	-6.61485				34	O	33022	
3122325	Fondos de Villa	fondos-de-villa	ES		0	Europe/Madrid	43.11383	-6.52369				34	O	33011	
3122264	Fontei	fontei	ES	32350	0	Europe/Madrid	42.4	-7.11667				58	OR	32072	
3122327	Fondo de Cea	fondo-de-cea	ES		0	Europe/Madrid	42.4687	-7.99665		Fondo de Cea		58	OR	32076	
3122329	Fondil	fondil	ES		0	Europe/Madrid	43.3	-6.05				34	O	33026	
3122332	Fonciello	fonciello	ES		0	Europe/Madrid	43.37779	-5.73958		Fonciello		34	O	33066	
3122336	Foncabada	foncabada	ES		0	Europe/Madrid	43.53405	-5.45533		Foncabada,Foncalada		34	O	33076	
3122337	Fonalleras	fonalleras	ES		0	Europe/Madrid	42.02169	3.0512		Fonolleras		56	GI	17126	
3122344	Foioval	foioval	ES		0	Europe/Madrid	42.78333	-7.15				58	LU	27037	
3122346	Follente	follente	ES		0	Europe/Madrid	43.09304	-8.8981				58	C	15093	
3122348	Folladela	folladela	ES		0	Europe/Madrid	42.95	-8		Folladela,San Pedro		58	C	15046	
3122349	Folguerúa	folguerua	ES		0	Europe/Madrid	43.3751	-6.43368				34	O	33073	
3122353	Folgueras	folgueras	ES		0	Europe/Madrid	43.53249	-6.74541		Folgueras		34	O	33018	
3122354	Folgueras	folgueras	ES		0	Europe/Madrid	43.52961	-6.04444				34	O	33069	
3122355	Folgueras	folgueras	ES		0	Europe/Madrid	43.46778	-6.19445		Folguera,Folgueras		34	O	33051	
3122356	Folgueras	folgueras	ES		0	Europe/Madrid	43.40526	-5.87234				34	O	33044	
3122357	Folgueras	folgueras	ES		0	Europe/Madrid	43.38333	-5.8				34	O	33066	
3122358	Folgueras	folgueras	ES		0	Europe/Madrid	43.23676	-6.0815				34	O	33052	
3122360	Folgueirúa	folgueirua	ES		0	Europe/Madrid	43.28762	-7.21093				58	LU	27054	
3122362	Folgueiras da Bionga	folgueiras-da-bionga	ES		0	Europe/Madrid	43.07219	-6.82767		Folgueiras da Bionga,Folgueras d'a Bionga		34	O	33028	
3122373	Folgoso do Courel	folgoso-do-courel	ES		0	Europe/Madrid	42.58876	-7.1954		Folgoso do Caurel		58	LU	27017	
3122387	Fojanes	fojanes	ES		0	Europe/Madrid	42.83333	-8.35		Fojanes,San Verisimo,San Verísimo		58	C	15085	
3122388	Fojado	fojado	ES		0	Europe/Madrid	43.1	-8		Fojado,Santa Maria,Santa María		58	C	15032	
3122389	Foixà	foixa	ES		334	Europe/Madrid	42.03626	3.00021		Foixa,Foixà	17068	56	GI	17068	
3122392	Fogars de Tordera	fogars-de-tordera	ES		0	Europe/Madrid	41.72489	2.67423		Fogars de la Selva,Fogas de Tordera,Fogás de Tordera		56	B	08082	
3122394	Fofe	fofe	ES		0	Europe/Madrid	42.28333	-8.33333		Fofe,San Miguel		58	PO	36013	
3122412	Fiz de Rozas	fiz-de-rozas	ES		0	Europe/Madrid	42.85	-7.61667		Fiz de Rozas,San Lorenzo		58	LU	27023	
3122420	Fiopáns	fiopans	ES		0	Europe/Madrid	42.93371	-8.6939		Fiopans,Fiopáns		58	C	15007	
3122422	Fiolledo	fiolledo	ES		0	Europe/Madrid	42.1	-8.46667		Fiolledo,San Pelayo		58	PO	36050	
3122423	Fiolleda	fiolleda	ES		0	Europe/Madrid	42.58678	-7.54723				58	LU	27031	
3122428	Filgueiro	filgueiro	ES		0	Europe/Madrid	42.84141	-8.86066		Filgueiro		58	C	15062	
3122429	Filgueira de Traba	filgueira-de-traba	ES		0	Europe/Madrid	43.14574	-8.27548		Filgueira de Traba,San Miguel		58	C	15902	
3122430	Filgueira de Barranca	filgueira-de-barranca	ES		0	Europe/Madrid	43.16667	-8.16667		Filgueira de Barranca,San Pedro		58	C	15902	
3122439	Fijós	fijos	ES		0	Europe/Madrid	42.95	-7.55				58	LU	27028	
3122446	Figuerola de Orcau	figuerola-de-orcau	ES		0	Europe/Madrid	42.13272	0.99916		Figuerola de Orcau		56	L	25098	
3122447	Figuerola	figuerola	ES		309	Europe/Madrid	41.37152	1.26545		Figuerola		56	T	43059	
3122448	Figueroa	figueroa	ES		0	Europe/Madrid	43.22026	-8.33511		Figueroa,San Miguel		58	C	15001	
3122449	Figueroa	figueroa	ES		0	Europe/Madrid	42.90741	-8.10184		Figueroa,San Pelayo		58	C	15006	
3122450	Figueroa	figueroa	ES		0	Europe/Madrid	42.543	-8.39557				58	PO	36902	
3122451	Figueredo	figueredo	ES		0	Europe/Madrid	43.17971	-8.24964		Figueredo,Santa Maria,Santa María		58	C	15902	
3122452	Figueras	figueras	ES		714	Europe/Madrid	43.53943	-7.02559		Figejras,Figueras,Фигейрас		34	O	33017	
3122456	Figueirúa	figueirua	ES		0	Europe/Madrid	43.37735	-7.14773				58	LU	27048	
3122463	Figueiró	figueiro	ES		0	Europe/Madrid	41.96667	-8.76667		Figueiro,Figueiró,San Martin,San Martin de Figueiro,San Martín,San Martín de Figueiró		58	PO	36054	
3122464	Figueirido	figueirido	ES		0	Europe/Madrid	42.37685	-8.65955		Figueirido,Figuerido		58	PO	36058	
3122465	Figueiredo	figueiredo	ES		0	Europe/Madrid	42.41615	-7.23065				58	LU	27052	
3122466	Figueiredo	figueiredo	ES		0	Europe/Madrid	42.27554	-7.77855				58	OR	32055	
3122471	Figueira	figueira	ES		0	Europe/Madrid	43.00195	-7.06629				58	LU	27034	
3122472	Figueira	figueira	ES		0	Europe/Madrid	42.90817	-9.05715				58	C	15045	
3122473	Figares	figares	ES		0	Europe/Madrid	43.42567	-6.19529				34	O	33059	
3122474	Figares	figares	ES		0	Europe/Madrid	43.27452	-5.87214				34	O	33038	
3122478	Figar	figar	ES		0	Europe/Madrid	43.45939	-5.72204				34	O	33024	
3122479	Fiestras	fiestras	ES		25	Europe/Madrid	42.68333	-8.26667		Fiestras		58	PO	36052	
3122480	Fieiro	fieiro	ES		0	Europe/Madrid	42.90954	-9.10089				58	C	15020	
3122481	Fika	fika	ES		0	Europe/Madrid	43.31667	-2.8		Fica,Fika,San Martin de Fica		59	BI	48069	
3122483	Fiáis	fiais	ES		0	Europe/Madrid	42.45575	-7.15243				58	LU	27050	
3122485	Fervenzas	fervenzas	ES		0	Europe/Madrid	43.21667	-8.1		Fervenzas,San Vicente		58	C	15003	
3122487	Fervenza	fervenza	ES		0	Europe/Madrid	42.39597	-7.02806		Ferbenza,Fervenza		58	OR	32009	
3122500	Ferrero	ferrero	ES		0	Europe/Madrid	43.63647	-5.85304		Ferrero		34	O	33025	
3122501	Ferrería	ferreria	ES		0	Europe/Madrid	43.36109	-7.27609				58	LU	27054	
3122505	Ferreras	ferreras	ES		0	Europe/Madrid	42.94834	-5.31688				55	LE	24021	
3122506	Ferreras	ferreras	ES		0	Europe/Madrid	42.63968	-5.95036				55	LE	24123	
3122507	Ferrera de Paredes	ferrera-de-paredes	ES		0	Europe/Madrid	43.48333	-6.46667		Ferrera de Paredes,Ferreras de Paredes		34	O	33034	
3122508	Ferrera de los Gabitos	ferrera-de-los-gabitos	ES		0	Europe/Madrid	43.47907	-6.36936				34	O	33034	
3122509	Ferrera	ferrera	ES		0	Europe/Madrid	43.60397	-5.87795				34	O	33025	
3122510	Ferrera	ferrera	ES		0	Europe/Madrid	43.39716	-5.68752				34	O	33066	
3122511	A Ferreirúa	a-ferreirua	ES		0	Europe/Madrid	42.59859	-7.38968		La Ferreira		58	LU	27031	
3122512	Ferreiróus	ferreirous	ES		0	Europe/Madrid	43.16419	-7.00237				58	LU	27018	
3122513	Ferreiros de Balboa	ferreiros-de-balboa	ES		0	Europe/Madrid	42.80994	-7.17621				58	LU	27006	
3122517	Ferreiros	ferreiros	ES		0	Europe/Madrid	43.20072	-7.33268				58	LU	27046	
3122518	Ferreiros	ferreiros	ES		0	Europe/Madrid	43.18318	-7.31463		Ferreiros,San Martin,San Martín		58	LU	27046	
3122519	Ferreiros	ferreiros	ES		0	Europe/Madrid	43.03292	-7.09864				58	LU	27018	
3122520	Ferreiros	ferreiros	ES		0	Europe/Madrid	42.91667	-8.23333		Ferreiros,San Verisimo,San Verísimo		58	C	15066	
3122521	Ferreiros	ferreiros	ES		0	Europe/Madrid	42.9	-8.23333		Ferreiros,San Mamed		58	C	15085	
3122522	Ferreiros	ferreiros	ES		0	Europe/Madrid	42.89841	-7.27041				58	LU	27901	
3122523	Ferreirós	ferreiros	ES		0	Europe/Madrid	42.81281	-8.1955		Ferreiros,Ferreirós		58	PO	36059	
3122524	Ferreiros	ferreiros	ES		0	Europe/Madrid	42.79389	-7.36612		San Saturnino		58	LU	27057	
3122525	Ferreiros	ferreiros	ES		0	Europe/Madrid	42.78329	-7.53076				58	LU	27042	
3122526	Ferreiros	ferreiros	ES		0	Europe/Madrid	42.73412	-7.82192				58	LU	27032	
3122527	Ferreiros	ferreiros	ES		0	Europe/Madrid	42.6569	-8.86243				58	C	15011	
3122528	Ferreiros	ferreiros	ES		0	Europe/Madrid	42.6	-7.36667		Ferreiros,Ferreirosa,San Salvador		58	LU	27047	
3122531	Ferreiroá	ferreiroa	ES		0	Europe/Madrid	42.75	-8.01667				58	PO	36020	
3122534	Ferreiravedés	ferreiravedes	ES		0	Europe/Madrid	42.78613	-7.00258		Ferreiravedes,Ferreiravedés		58	LU	27012	
3122535	Ferreiras	ferreiras	ES		0	Europe/Madrid	42.74394	-7.04288				58	LU	27037	
3122490	Ferroy	ferroy	ES	33889	0	Europe/Madrid	42.9	-7.53333				58	LU	27023	
3122537	Ferreira de Arriba	ferreira-de-arriba	ES		0	Europe/Madrid	43.05	-7.11667				58	LU	27018	
3122538	Ferreira de Abajo	ferreira-de-abajo	ES		0	Europe/Madrid	43.04868	-7.13162				58	LU	27018	
3122551	Ferrañol	ferranol	ES		0	Europe/Madrid	42.80492	-7.16747				58	LU	27006	
3122553	Ferramulín	ferramulin	ES		0	Europe/Madrid	42.57529	-7.05358				58	LU	27017	
3122555	Ferradillo	ferradillo	ES		0	Europe/Madrid	42.4665	-6.6563		Ferradillo		55	LE	24119	
3122556	Fernando Díaz	fernando-diaz	ES		0	Europe/Madrid	40.06667	-5.98333		Caserio Fernando Diaz,Caserío Fernando Díaz,Fernando Diaz,Fernando Díaz		57	CC	10148	
3122561	Fenillosa	fenillosa	ES		0	Europe/Madrid	42.43473	-0.22591				52	HU	22199	
3122572	Felgueras	felgueras	ES		0	Europe/Madrid	43.12549	-5.79664				34	O	33033	
3122575	Feleches	feleches	ES		0	Europe/Madrid	43.38333	-5.58333		Feleches,Santo Tomas,Santo Tomás		34	O	33066	
3122576	Feleches	feleches	ES		30	Europe/Madrid	43.36667	-5.95				34	O	33044	
3122582	Fechas	fechas	ES		0	Europe/Madrid	42.18446	-7.92895				58	OR	32024	
3122584	Fecha	fecha	ES		0	Europe/Madrid	42.96667	-8.56667		Fecha,San Juan		58	C	15086	
3122585	Fecha	fecha	ES		0	Europe/Madrid	42.95	-8.6		Fecha,Santa Cristina,Sta Cristina d Fecha		58	C	15002	
3122587	Feces de Abajo	feces-de-abajo	ES		0	Europe/Madrid	41.81428	-7.42137				58	OR	32085	
3122589	Feás	feas	ES		0	Europe/Madrid	43.68705	-7.90768		Feas,Feás,San Pedro		58	C	15061	
3122590	Feás	feas	ES		0	Europe/Madrid	43.25	-8.08333		Feas,Feás,San Pedro		58	C	15003	
3122591	Feás	feas	ES		227	Europe/Madrid	42.45	-8.21667				58	OR	32013	
3122592	Feás	feas	ES		0	Europe/Madrid	41.94751	-7.84289				58	OR	32016	
3122594	Fazouro	fazouro	ES		0	Europe/Madrid	43.59785	-7.29967		Fazouro,Santiago		58	LU	27019	
3122596	Faya	faya	ES		0	Europe/Madrid	43.38333	-5.56667				34	O	33066	
3122598	Fatgés	fatges	ES		0	Europe/Madrid	41.0325	0.79683		Fatges,Fatgés		56	T	43150	
3122609	Faro de Peñas	faro-de-penas	ES		0	Europe/Madrid	43.65517	-5.8491		Penas,Peñas		34	O	33025	
3122618	Farnadeiros	farnadeiros	ES		8	Europe/Madrid	42.91667	-7.5		Farnadeiros,Fernadeiros,San Pedro		58	LU	27014	
3122619	Farnadeiros	farnadeiros	ES		0	Europe/Madrid	42.9	-7.5		Farnadeiros,San Esteban		58	LU	27014	
3122620	Farnadeiros	farnadeiros	ES		0	Europe/Madrid	41.98667	-7.93139				58	OR	32051	
3122627	Farbán	farban	ES		16	Europe/Madrid	42.76667	-7.41667		Farban,Farbán		58	LU	27057	
3122628	Farballes	farballes	ES		0	Europe/Madrid	42.41578	-5.59039				55	LE	24187	
3122631	Faras	faras	ES		0	Europe/Madrid	42.18533	2.73751				56	GI	17162	
3122633	Faramontaos	faramontaos	ES		0	Europe/Madrid	42.36178	-8.19112		San Cosme		58	OR	32040	
3122634	Faramontaos	faramontaos	ES		0	Europe/Madrid	42.20139	-7.90638				58	OR	32047	
3122635	Faramontaos	faramontaos	ES		0	Europe/Madrid	42.00594	-7.6623				58	OR	32032	
3122636	Faramontanos de Tábara	faramontanos-de-tabara	ES		497	Europe/Madrid	41.83469	-5.88883		Faramontanos de Tabara,Faramontanos de Tábara	49063	55	ZA	49063	
3122638	Faramentaos	faramentaos	ES		0	Europe/Madrid	42.38464	-7.74755		Faramontaos,Santa Maria,Santa María		58	OR	32052	
3122639	Faquís	faquis	ES		1	Europe/Madrid	42.95	-6.88333				58	LU	27034	
3122640	Fao	fao	ES		0	Europe/Madrid	42.85	-8.28333		Fao,Santa Eugenia		58	PO	36059	
3122643	Fanoy	fanoy	ES		0	Europe/Madrid	43.38333	-7.48333		Fanoy,Santa Maria Magdalena,Santa María Magdalena		58	LU	27001	
3122644	Fao	fanos-uresaransu	ES		0	Europe/Madrid	43.42801	-2.93148		Fanos,Fanos-Uresaransu,Fao-Urezarantza,Uresaranse		59	BI	48043	
3122645	Fano	fano	ES		0	Europe/Madrid	43.46507	-5.61826		Fano		34	O	33024	
3122646	Fano	fano	ES		0	Europe/Madrid	43.43098	-5.32837				34	O	33019	
3122647	Fanlo del Valle de Vío	fanlo-del-valle-de-vio	ES		167	Europe/Madrid	42.58788	-0.02234		Fanlo,Fanlo del Valle de Vio,Fanlo del Valle de Vío		52	HU	22107	
3122653	Fanals d'Aro	fanals-d-aro	ES		0	Europe/Madrid	41.81489	3.03257				56	GI	17048	
3122655	Famelga	famelga	ES		0	Europe/Madrid	42.88358	-8.9358		Famelga,Lafamelga		58	C	15062	
3122658	Fallinas	fallinas	ES		0	Europe/Madrid	42.09472	2.90393				56	GI	17216	
3122669	Faidu / Faido	faido	ES		0	Europe/Madrid	42.66805	-2.6568		Faido,Faidu		59	VI	01044	
3122673	Fagera	fagera	ES		0	Europe/Madrid	43.4502	-6.38538				34	O	33034	
3122677	Faeira	faeira	ES		18	Europe/Madrid	43.4	-7.93333		Faeira		58	C	15070	
3122678	Faedo de Brañalonga	faedo-de-branalonga	ES		0	Europe/Madrid	43.39843	-6.36538				34	O	33073	
3122679	Faedo	faedo	ES		0	Europe/Madrid	43.52045	-6.18071		Faedo		34	O	33021	
3122680	Faedo	faedo	ES		1	Europe/Madrid	43.5	-6.01667				34	O	33010	
3122681	Faedo	faedo	ES		0	Europe/Madrid	43.47435	-6.33238				34	O	33059	
3122682	Faedo	faedo	ES		0	Europe/Madrid	43.41771	-6.42156				34	O	33034	
3122683	Faedo	faedo	ES		0	Europe/Madrid	43.32392	-5.70169				34	O	33031	
3122684	Faedo	faedo	ES		0	Europe/Madrid	43.16825	-5.99461				34	O	33053	
3122685	Faedal	faedal	ES		0	Europe/Madrid	43.48764	-6.37473				34	O	33034	
3122689	Fadibón	fadibon	ES		0	Europe/Madrid	42.94629	-9.15856		Fadiban,Fadibon,Fadibán,Fadibón		58	C	15023	
3122692	Faces	faces	ES		0	Europe/Madrid	43.46677	-6.0125				34	O	33010	
3122693	Fablo	fablo	ES		0	Europe/Madrid	42.44499	-0.17245				52	HU	22199	
3122698	Fabar	fabar	ES		0	Europe/Madrid	43.19464	-6.08133				34	O	33052	
3122699	Fabal	fabal	ES		0	Europe/Madrid	43.4184	-7.06356				34	O	33071	
3122700	Fabal	fabal	ES		0	Europe/Madrid	43.40708	-6.97841				34	O	33074	
3122701	Fabal	fabal	ES		0	Europe/Madrid	42.8176	-7.05183				58	LU	27012	
3122702	Ezkio	ezquioga	ES		0	Europe/Madrid	43.08051	-2.2753		Ezkio,Ezkioga,Ezquioga		59	SS	20035	
3122704	Ezkerekotxa	ezquerecocha	ES		0	Europe/Madrid	42.84772	-2.45352		Ezkerekotxa,Ezquerecocha		59	VI	01027	
3122705	Ezprogui	ezprogui	ES		64	Europe/Madrid	42.60806	-1.45638				32	NA	31009	
3122710	O Ézaro	o-ezaro	ES		300	Europe/Madrid	42.91127	-9.13136	30			58	C	15020	
3122713	Eustaquios	eustaquios	ES		0	Europe/Madrid	40.44486	-1.94767		Barrio Eustaquios,Eustaquios		54	CU	16239	
3122716	Eume	eume	ES		0	Europe/Madrid	43.4	-8		Eume,San Pedro		58	C	15070	
3122725	Esturu	esturu	ES		0	Europe/Madrid	43.23333	-2.68333		Esturo,Esturu		59	BI	48067	
3122726	Estrivela	estrivela	ES		0	Europe/Madrid	42.40076	-8.67979		Estribel,Estribela,Estrivela		58	PO	36038	
3122737	Estoupelo	estoupelo	ES		0	Europe/Madrid	43.07259	-7.02744				58	LU	27018	
3122738	Estorde	estorde	ES		0	Europe/Madrid	42.94549	-9.21418		Estorde		58	C	15023	
3122739	Estopanyà / Estopiñán del Castillo	estopanya-estopinan-del-castillo	ES		0	Europe/Madrid	41.99675	0.54335		Estopanya,Estopanya / Estopinan del Castillo,Estopanyà,Estopanyà / Estopiñán del Castillo,Estopinan,Estopinan del Castillo,Estopiñán,Estopiñán del Castillo		52	HU	22053	
3122741	Esto	esto	ES		0	Europe/Madrid	43.21525	-8.88415		Esto,San Juan		58	C	15014	
3122753	Esteras de Medina	esteras-de-medina	ES		0	Europe/Madrid	41.10703	-2.44458				55	SO	42113	
3122766	Esteiro	esteiro	ES		0	Europe/Madrid	43.63333	-8.03333		Esteiro,San Felix,San Félix		58	C	15022	
3122767	Esteiro	esteiro	ES		0	Europe/Madrid	42.79219	-8.97643		Santa Maria,Santa María		58	C	15053	
3122768	Esteiro	esteiro	ES		231	Europe/Madrid	42.61667	-8.9		Esteiro		58	C	15011	
3122775	Estás	estas	ES		0	Europe/Madrid	41.96667	-8.75		Estas,Estás,Santiago		58	PO	36054	
3122776	l'Estartit	l-estartit	ES		2962	Europe/Madrid	42.0534	3.19767		Estartit		56	GI	17199	
3122779	Estaronillo	estaronillo	ES		0	Europe/Madrid	42.58557	0.1531				52	HU	22227	
3122780	Estarón	estaron	ES		0	Europe/Madrid	42.53045	1.19096		Estaron,Estarón		56	L	25901	
3122784	l'Estany	l-estany	ES		393	Europe/Madrid	41.86924	2.11223	870	l' Estany,l'Estany		56	B	08129	
3122793	Estahón	estahon	ES		0	Europe/Madrid	42.58782	1.2104				56	L	25901	
3122797	Estación Mora de Rubielos	estacion-mora-de-rubielos	ES		0	Europe/Madrid	40.11957	-0.77223		Caserio Estacion de Mora,Caserío Estación de Mora,Estacion Mora de Rubielos,Estacion de Mora,Estación Mora de Rubielos,Estación de Mora		52	TE	44010	
3122798	Estación de Irurzun	estacion-de-irurzun	ES		0	Europe/Madrid	42.90876	-1.83251				32	NA	31025	
3122799	Estación de El Espinar	estacion-de-el-espinar	ES		0	Europe/Madrid	40.74044	-4.18293		Estacion de El Espinar,Estacion de Espinar,Estación de El Espinar,Estación de Espinar		55	SG	40076	
3122808	Esquíroz	esquiroz	ES		0	Europe/Madrid	42.91667	-1.51667				32	NA	31098	
3122809	Esquíroz	esquiroz	ES		0	Europe/Madrid	42.775	-1.65538		Eskirotz,Esquiroz,Esquíroz		32	NA	31109	
3122812	Esqueira	esqueira	ES		0	Europe/Madrid	43.19105	-7.20495				58	LU	27053	
3122813	Espúy	espuy	ES		0	Europe/Madrid	42.4588	0.98918				56	L	25227	
3122818	Esposende	esposende	ES		0	Europe/Madrid	42.33299	-8.10766				58	OR	32025	
3122819	Esposende	esposende	ES		39	Europe/Madrid	42.31667	-8.1				58	OR	32069	
3122821	Esporiz	esporiz	ES		0	Europe/Madrid	42.79508	-7.84305				58	LU	27032	
3122827	L' Espluga de Francolí	l-espluga-de-francoli	ES		0	Europe/Madrid	41.39497	1.09846		Espluga,Espluga de Francoli,Espluga de Francolí,L'Espluga de Francoli,L’Espluga de Francoli,l' Espluga de Francoli,l' Espluga de Francolí		56	T	43054	
3122828	L' Espluga Calba	l-espluga-calba	ES		0	Europe/Madrid	41.49628	1.00489		Espluga Calva,l' Espluga Calba		56	L	25081	
3122833	Espinoso de Compludo	espinoso-de-compludo	ES		0	Europe/Madrid	42.48259	-6.49647		Espinoso de Compludo		55	LE	24115	
3122853	Espiniella	espiniella	ES		0	Europe/Madrid	43.4885	-6.33286				34	O	33034	
3122854	Espiniella	espiniella	ES		0	Europe/Madrid	43.40649	-5.69168				34	O	33066	
3122856	Espiñeiros	espineiros	ES		0	Europe/Madrid	42.21886	-7.78218				58	OR	32001	
3122857	Espiñeira	espineira	ES		0	Europe/Madrid	43.53333	-7.25				58	LU	27005	
3122858	Espiñeira	espineira	ES		0	Europe/Madrid	42.55379	-8.17409				58	OR	32035	
3122859	Espinedo	espinedo	ES		0	Europe/Madrid	43.06251	-5.82769				34	O	33033	
3122863	Espiñaredo	espinaredo	ES		0	Europe/Madrid	43.48333	-7.91667		Espinare,Espinaredo,Espiñare,Espiñaredo,Santa Maria,Santa María		58	C	15070	
3122864	Espinaredo	espinaredo	ES		0	Europe/Madrid	43.29639	-5.37256		Espinaredo,Santa Maria de las Nieves,Santa María de las Nieves		34	O	33049	
3122865	Espinaredo	espinaredo	ES		0	Europe/Madrid	43.25097	-6.34856				34	O	33073	
3122820	Esposa	esposa	ES	22860	0	Europe/Madrid	42.66275	-0.62365				52	HU	22006	
3122872	Aurizberri	aurizberri	ES		0	Europe/Madrid	42.98333	-1.36667		Aurizberri,Espinal-Auzperri		32	NA	31092	
3122874	Espina	espina	ES		0	Europe/Madrid	43.50813	-5.38151		El Espinal,Espina,Espinal		34	O	33076	
3122875	Espina	espina	ES		0	Europe/Madrid	43.39481	-7.01835				34	O	33074	
3122876	Espín	espin	ES		0	Europe/Madrid	42.46032	-0.20453				52	HU	22252	
3122878	Espigas	espigas	ES		0	Europe/Madrid	42.97973	-8.93592		Espigas		58	C	15045	
3122885	Esperante	esperante	ES		0	Europe/Madrid	42.96667	-7.91667		Esperante		58	C	15083	
3122886	Esperante	esperante	ES		0	Europe/Madrid	42.85583	-8.98423				58	C	15062	
3122887	Esperante	esperante	ES		0	Europe/Madrid	42.75706	-8.04505		Esperante		58	PO	36020	
3122888	Esperante	esperante	ES		0	Europe/Madrid	42.67571	-7.82235				58	LU	27060	
3122889	Esperante	esperante	ES		0	Europe/Madrid	42.63857	-7.13571				58	LU	27017	
3122901	Espasante	espasante	ES		0	Europe/Madrid	43.71994	-7.80699		San Juan		58	C	15061	
3122906	Espasa	espasa	ES		0	Europe/Madrid	43.57567	-5.76362				34	O	33014	
3122907	Esparza	esparza	ES		0	Europe/Madrid	42.85417	-1.09975				32	NA	31119	
3122908	Esparza	esparza	ES		0	Europe/Madrid	42.75461	-1.68297				32	NA	31109	
3122910	Esparrelle	esparrelle	ES		32	Europe/Madrid	42.65	-9.01667		Esparelle,Esparrelle		58	C	15071	
3122913	Espariz	espariz	ES		0	Europe/Madrid	42.79363	-7.10868		Espadiz,Espariz		58	LU	27037	
3122923	Esmorode	esmorode	ES		0	Europe/Madrid	43.01846	-8.83575		Esmorode		58	C	15077	
3122926	Esmelle	esmelle	ES		104	Europe/Madrid	43.51667	-8.26667		Esmelle		58	C	15036	
3122938	Esfarrapa	esfarrapa	ES		0	Europe/Madrid	43.18422	-8.74775				58	C	15029	
3122950	Esculqueira	esculqueira	ES		0	Europe/Madrid	41.98299	-7.08008				58	OR	32048	
3122957	Escuderos	escuderos	ES		0	Europe/Madrid	42.70833	-4.10192				55	BU	09415	
3122962	Escuadra	escuadra	ES		27	Europe/Madrid	42.43333	-8.41667		Escuadra,San Lorenzo		58	PO	36025	
3122963	Escrita	escrita	ES		0	Europe/Madrid	43.13998	-6.63681				34	O	33011	
3122976	Escobosa de Calatañazor	escobosa-de-calatanazor	ES		0	Europe/Madrid	41.60514	-2.83314				55	SO	42158	
3122978	Escobio	escobio	ES		0	Europe/Madrid	43.1609	-5.61114				34	O	33002	
3122979	Escobio	escobio	ES		0	Europe/Madrid	42.9	-7.25				58	LU	27901	
3122980	Escobias	escobias	ES		0	Europe/Madrid	42.65582	-8.91912		Escobias		58	C	15011	
3122983	Escobedo	escobedo	ES		0	Europe/Madrid	43.40523	-3.90116				39	S	39016	
3122984	Escobedo	escobedo	ES		0	Europe/Madrid	43.26968	-3.90727				39	S	39100	
3122987	Escobal	escobal	ES		0	Europe/Madrid	43.35091	-5.58185		Escobal		34	O	33006	
3122988	Escobal	escobal	ES		0	Europe/Madrid	43.34672	-4.90531				39	S	33008	
3122996	Escartín	escartin	ES		0	Europe/Madrid	42.54901	-0.19105		Escartin,Escartín		52	HU	22069	
3122997	Escart	escart	ES		0	Europe/Madrid	42.54294	1.13162		Escart		56	L	25082	
3122999	Escároz	escaroz	ES		363	Europe/Madrid	42.88842	-1.09773		Ezcaroz,Ezcároz		32	NA	31198	
3123000	Escaro	escaro	ES		0	Europe/Madrid	43.00822	-5.00418				55	LE	24130	
3123002	Escargamaría	escargamaria	ES		0	Europe/Madrid	41.15258	-5.10347		Casa de Descarga Maria,Casa de Descarga María,Caserio Escargamaria,Caserío Escargamaría,Escargamaria,Escargamaría		55	VA	47035	
3123008	Escapa	escapa	ES		0	Europe/Madrid	42.30235	0.14055		Casa de Escapa,Escapa		52	HU	22907	
3123011	Escanlar	escanlar	ES		0	Europe/Madrid	43.1485	-6.8331				58	LU	27035	
3123016	Escamprero	escamprero	ES		0	Europe/Madrid	43.39238	-5.95593				34	O	33054	
3123025	Escaló	escalo	ES		0	Europe/Madrid	42.55103	1.15468		Escalo,Escaló		56	L	25903	
3123031	Escalarre	escalarre	ES		0	Europe/Madrid	42.61667	1.13894		Escalarre		56	L	25024	
3123038	Escadas	escadas	ES		0	Europe/Madrid	42.28156	-7.13929				58	OR	32044	
3123046	Esáin	esain	ES		0	Europe/Madrid	42.93042	-1.56952				32	NA	31017	
3123049	Erviñóu	ervinou	ES		0	Europe/Madrid	43.05131	-8.64534		Ervinou,Erviñóu		58	C	15088	
3123054	Erroibar	erroibar	ES		743	Europe/Madrid	42.95	-1.45		Erro,Erroibar		32	NA	31092	
3123057	Errekatxu	errekatxu	ES		0	Europe/Madrid	43.27837	-2.69825				59	BI	48067	
3123060	Erkinigo	erquincos	ES		0	Europe/Madrid	43.27216	-2.76353				59	BI	48052	
3123066	Ermida	ermida	ES		0	Europe/Madrid	43.00045	-8.78757				58	C	15007	
3123067	Ermelo	ermelo	ES		67	Europe/Madrid	42.3	-8.76667				58	PO	36004	
3123072	Erines	erines	ES		0	Europe/Madrid	43.41667	-8.13333		Eirines,Erines,San Esteban		58	C	15069	
3123077	Erice	erice	ES		0	Europe/Madrid	42.88432	-1.76769				32	NA	31131	
3123081	Ergoiena	ergoyena	ES		0	Europe/Madrid	42.9546	-2.17894		Ergoiena,Ergoyena		59	SS	20015	
3123084	Ergobia	ergobia	ES		0	Europe/Madrid	43.27628	-1.95504		Ergobi		59	SS	20069	
3123088	Erentxun	erenchun	ES		0	Europe/Madrid	42.81516	-2.52251		Erenchun,Erentxun		59	VI	01027	
3123090	Ezkelberro	ezkelberro	ES		0	Europe/Madrid	43.05455	-2.04716				59	SS	20008	
3123094	Erboedo	erboedo	ES		0	Europe/Madrid	43.25	-8.51667		Erboedo,Santa Maria,Santa María		58	C	15041	
3123096	Erbecedo	erbecedo	ES		0	Europe/Madrid	43.16667	-8.7		Erbecedo,San Salvador		58	C	15029	
3123097	Erauskin	erausquin-zar	ES		0	Europe/Madrid	43.05695	-2.19591		Erausquin,Erausquin-zar		59	SS	20019	
3123103	Erantsus	erantsus	ES		0	Europe/Madrid	42.83333	-1.5		Eransus,Erantsus		32	NA	31086	
3123111	Envernallúas	envernalluas	ES		0	Europe/Madrid	42.97794	-6.93659				58	LU	27034	
3123112	Envernallas	envernallas	ES		0	Europe/Madrid	42.99161	-6.95714				58	LU	27034	
3123113	Entrimo	entrimo	ES		1351	Europe/Madrid	41.93297	-8.11725		Entrimo,Santa Maria la Real,Santa María la Real	32030	58	OR	32030	
3123115	Entrevías	entrevias	ES		0	Europe/Madrid	40.37846	-3.6739		Entrevias,Entrevías		29	M	28079	13
3123126	Entrecruces	entrecruces	ES		0	Europe/Madrid	43.13333	-8.68333		Entrecruces,San Gines,San Ginés		58	C	15019	
3123050	Erta	erta	ES	25555	0	Europe/Madrid	42.42598	0.84342		Erta		56	L	25173	
3123137	Entrago	entrago	ES		0	Europe/Madrid	43.17139	-6.09447				34	O	33072	
3123142	Santo Ourente	santo-ourente	ES		50	Europe/Madrid	42.86272	-8.90212	115	San Orente		58	C	15062	
3123143	Entines	entines	ES		0	Europe/Madrid	42.85	-8.91667		Entines,Santa Maria,Santa María		58	C	15062	
3123144	Entienza	entienza	ES		0	Europe/Madrid	42.08333	-8.56667		Entienza,Santos Justo y Pastor		58	PO	36049	
3123147	Enquerentes	enquerentes	ES		0	Europe/Madrid	42.85	-8.36667		Enquerentes,San Miguel		58	C	15085	
3123152	Enjames	enjames	ES		0	Europe/Madrid	41.88498	-7.32845				58	OR	32091	
3123153	Enxilde	enxilde	ES		0	Europe/Madrid	42.92117	-9.09372				58	C	15045	
3123156	Enériz	eneriz	ES		219	Europe/Madrid	42.67095	-1.72794			31089	32	NA	31089	
3123160	Endrinal	endrinal	ES		291	Europe/Madrid	40.59109	-5.80411		Endrinal	37124	55	SA	37124	
3123164	Encrucilladas	encrucilladas	ES		0	Europe/Madrid	42.78333	-7.23333		Encrucillada,Encrucilladas		58	LU	27062	
3123165	Encrobas	encrobas	ES		15	Europe/Madrid	43.2	-8.41667		Encrobas,San Roman,San Roman de Encrobas,San Román,San Román de Encrobas		58	C	15024	
3123167	Encorrada	encorrada	ES		0	Europe/Madrid	43.25	-6.03333				34	O	33052	
3123172	Encineira	encineira	ES		0	Europe/Madrid	42.37275	-7.20846				58	LU	27050	
3123184	Enchousas	enchousas	ES		0	Europe/Madrid	43.55	-7.91667		Enchousas,San Pedro		58	C	15081	
3123196	Emerando	emerando	ES		0	Europe/Madrid	43.38455	-2.794				59	BI	48064	
3123203	Emaldia	emaldia	ES		0	Europe/Madrid	43.14293	-2.72241				59	BI	48026	
3123205	El Vivar de Fuentidueña	el-vivar-de-fuentiduena	ES		0	Europe/Madrid	41.48032	-4.00774		El Vivar de Fuentiduena,El Vivar de Fuentidueña,Vivar de Fuentiduena,Vivar de Fuentidueña		55	SG	40108	
3123209	Elviña	elvina	ES		0	Europe/Madrid	43.33429	-8.40471				58	C	15030	
3123222	El Vallejo	el-vallejo	ES		0	Europe/Madrid	41.97823	-2.19078		El Vallejo		55	SO	42165	
3123223	El Valle de las Casas	el-valle-de-las-casas	ES		0	Europe/Madrid	42.76074	-5.05946		El Valle de las Casas		55	LE	24052	
3123231	El Valejo	el-valejo	ES		0	Europe/Madrid	40.96008	-6.17808				55	SA	37106	
3123235	El Torrazo	el-torrazo	ES		0	Europe/Madrid	42.526	-0.96448				52	Z	50041	
3123242	El Toral	el-toral	ES		0	Europe/Madrid	43.54513	-5.45075				34	O	33076	
3123245	El Tío Miguelete	el-tio-miguelete	ES		0	Europe/Madrid	40.45048	-1.9465		Barrio El Tio Miguelete,Barrio El Tío Miguelete,El Tio Miguelete,El Tío Miguelete		54	CU	16239	
3123247	El Teso	el-teso	ES		0	Europe/Madrid	42.61649	-6.63261				55	LE	24027	
3123253	El Tabladillo	el-tabladillo	ES		0	Europe/Madrid	43.28906	-3.66038		El Tabladillo		39	S	39007	
3123254	els Vilars	els-vilars	ES		0	Europe/Madrid	42.41044	2.99652		els Vilars		56	GI	17064	
3123256	Els Taronjers	els-taronjers	ES		0	Europe/Madrid	41.43976	1.86759		Caserio Els Taronjers,Caserío Els Taronjers,Els Taronjers		56	B	08091	
3123261	El Solano	el-solano	ES		0	Europe/Madrid	43.36649	-5.56159				34	O	33040	
3123262	Els Monjos	els-monjos	ES		0	Europe/Madrid	41.32156	1.66502		El Monjos,Els Monjos,Monjos		56	B	08145	
3123264	Els Ibarsos	els-ibarsos	ES		0	Europe/Madrid	40.22825	-0.07908		Caserio Els Ibarsos,Caserío Els Ibarsos,Els Ibarsos		60	CS	12105	
3123265	els Hostalets	els-hostalets	ES		0	Europe/Madrid	42.2915	2.94468		els Hostalets,els Hostalets de Llers		56	GI	17093	
3123266	els Hostalets de Balenyà	els-hostalets-de-balenya	ES		0	Europe/Madrid	41.81722	2.23683		els Hostalets,els Hostalets de Balenya,els Hostalets de Balenyà		56	B	08017	
3123267	els Hostalets de Pierola	els-hostalets-de-pierola	ES		0	Europe/Madrid	41.53423	1.76951				56	B	08161	
3123268	El Serrón	el-serron	ES		0	Europe/Madrid	42.07032	-4.589				55	P	34079	
3123269	Serrat	serrat	ES		0	Europe/Madrid	42.34231	2.17658	1380	Serrat		56	GI	17145	
3123270	El Serrat	el-serrat	ES		0	Europe/Madrid	41.87266	2.5101		El Serrat		56	GI	17164	
3123272	O Seixo	o-seixo	ES		0	Europe/Madrid	42.35	-7.1				58	LU	27050	
3123273	O Seixo	o-seixo	ES		0	Europe/Madrid	41.97589	-7.18712				58	OR	32034	
3123274	Els Corrals	els-corrals	ES		0	Europe/Madrid	40.15358	-0.01417		Caserio Els Corrals,Caserío Els Corrals,Els Corrals		60	CS	12124	
3123275	El Saúgo	el-saugo	ES		282	Europe/Madrid	40.41506	-6.54179				55	SA	37303	
3123276	El Saúco	el-sauco	ES		0	Europe/Madrid	43.27927	-3.09404		El Sauco,El Saúco,Sauco,Saúco		59	BI	48037	
3123278	El Sardinero	el-sardinero	ES		0	Europe/Madrid	43.47463	-3.78781		El Sardinero,Sardinero		39	S	39075	
3123281	El Rubiaco	el-rubiaco	ES		0	Europe/Madrid	40.40413	-6.20876		Caserio El Rubiaco,Caserío El Rubiaco,El Rubiaco		57	CC	10135	
3123289	O Río	o-rio	ES		0	Europe/Madrid	42.47843	-7.88192				58	OR	32087	
3123292	El Requejo	el-requejo	ES		0	Europe/Madrid	43.22009	-5.75037				34	O	33037	
3123293	El Reoyo	el-reoyo	ES		0	Europe/Madrid	40.41167	-5.38467		El Rehoyo,El Reoyo		55	AV	05010	
3123297	Errekatxo / El Regato	errekatxo-el-regato	ES		0	Europe/Madrid	43.26296	-3.01712		El Regato,Mendierreka,Mezpelerreka		59	BI	48013	
3123301	El Rebato	el-rebato	ES		0	Europe/Madrid	41.52116	1.896				56	B	08076	
3123303	El Real de San Vicente	el-real-de-san-vicente	ES		1064	Europe/Madrid	40.13561	-4.69095		El Real de San Vicente,Real de San Vicente		54	TO	45144	
3123305	El Rasillo	el-rasillo	ES		147	Europe/Madrid	42.19537	-2.69834		El Rasillo		27	LO	26014	
3123306	El Rañadorio	el-ranadorio	ES		0	Europe/Madrid	43.35683	-6.32516				34	O	33073	
3123307	El Quejigal	el-quejigal	ES		0	Europe/Madrid	40.45714	-4.35211		Casa del Quejigal,Caserio Quejigal,Caserío Quejigal,El Quejigal,El Quexigal		55	AV	05057	
3123311	El Puntal	el-puntal	ES		0	Europe/Madrid	40.43333	-1.95		Barrio El Puntal,El Puntal		54	CU	16239	
3123312	El Pumar	el-pumar	ES		0	Europe/Madrid	43.47732	-6.25138				34	O	33059	
3123316	El Pueyo	el-pueyo	ES		0	Europe/Madrid	42.37635	-0.00261		El Pueyo		52	HU	22066	
3123317	El Puerto de Somiedo	el-puerto-de-somiedo	ES		0	Europe/Madrid	43.0264	-6.22838				34	O	33068	
3123320	el Port	el-port	ES		0	Europe/Madrid	42.36996	3.16054		el Port,el Port de Llanca,el Port de Llançà		56	GI	17092	
3123321	El Puente	el-puente	ES		0	Europe/Madrid	43.34915	-3.32669		El Puente		39	S	39030	
3123322	A Ponte	a-ponte	ES		0	Europe/Madrid	42.25	-6.89289				58	OR	32083	
3123323	El Puelo	el-puelo	ES		0	Europe/Madrid	43.23262	-6.52482		El Puelo,Puelo		34	O	33011	
3123333	O Poulo	o-poulo	ES		0	Europe/Madrid	42.34017	-7.18372				58	LU	27050	
3123339	El Porcal	el-porcal	ES		0	Europe/Madrid	40.30006	-3.5266		Caserio El Porcal,Caserío El Porcal,El Porcal		29	M	28123	
3123342	El Pontico	el-pontico	ES		0	Europe/Madrid	43.28333	-5.66667				34	O	33031	
3123343	el Pont de Vilomara	el-pont-de-vilomara	ES		0	Europe/Madrid	41.70057	1.8733				56	B	08182	
3123347	El Plantío	el-plantio	ES		0	Europe/Madrid	40.46929	-3.82363		El Plantio,El Plantío,Poblado El Plantio,Poblado El Plantío		29	M	28079	9
3123352	El Piul	el-piul	ES		0	Europe/Madrid	40.34466	-3.48506		Caserio El Piul,Caserío El Piul,El Piul		29	M	28123	
3123357	O Pino	o-pino	ES		0	Europe/Madrid	42.93587	-8.33284				58	C	15066	
3123359	O Pindo	o-pindo	ES		0	Europe/Madrid	42.89313	-9.13342	0	Pindo		58	C	15020	
3123360	Pinar de Antequera	pinar-de-antequera	ES		0	Europe/Madrid	41.58547	-4.75461				55	VA	47186	
3123365	El Perchel	el-perchel	ES		0	Europe/Madrid	40.42381	-1.91277		Barrio El Perchel,El Perchel		54	CU	16239	
3123382	O Pau	o-pau	ES		0	Europe/Madrid	42.16667	-8.08333				58	OR	32033	
3123385	El Pamporciello	el-pamporciello	ES		0	Europe/Madrid	42.36092	0.24861		El Pamporcillo		52	HU	22113	
3123387	El Palacio	el-palacio	ES		0	Europe/Madrid	43.30828	-6.02465				34	O	33026	
3123388	El Palacio	el-palacio	ES		0	Europe/Madrid	43.12768	-5.80351		El Palacio,Palacios		34	O	33033	
3123389	El Palacio	el-palacio	ES		0	Europe/Madrid	40.25	-5.96667		Caserio el Palacio,Caserío el Palacio,El Palacio		57	CC	10001	
3123390	El Padrún	el-padrun	ES		0	Europe/Madrid	43.28632	-5.80818				34	O	33037	
3123392	El Otero	el-otero	ES		0	Europe/Madrid	43.36667	-5.2				34	O	33045	
3123393	El Otero	el-otero	ES		0	Europe/Madrid	43.31667	-5.36667		El Otero,Otero		34	O	33049	
3123398	Elorz	elorz	ES		4330	Europe/Madrid	42.73258	-1.56152				32	NA	31088	
3123400	Elorrieta	elorrieta	ES		0	Europe/Madrid	43.28333	-2.96667				59	BI	48020	
3123408	El Negralejo	el-negralejo	ES		0	Europe/Madrid	40.40466	-3.51394		Caserio El Negralejo,Caserío El Negralejo,El Negralejo,Negralejo		29	M	28123	
3123412	El Montico	el-montico	ES		0	Europe/Madrid	43.51453	-5.81516		El Montico		34	O	33014	
3123413	El Monte	el-monte	ES		0	Europe/Madrid	43.63722	-5.82494				34	O	33025	
3123414	El Monte	el-monte	ES		0	Europe/Madrid	43.53333	-6.91667				34	O	33070	
3123415	El Monte	el-monte	ES		0	Europe/Madrid	43.46131	-5.66172				34	O	33024	
3123416	El Monte	el-monte	ES		0	Europe/Madrid	43.45359	-5.29829				34	O	33019	
3123417	O Monte	o-monte	ES		0	Europe/Madrid	42.31591	-7.82485				58	OR	32054	
3123423	El Merino	el-merino	ES		0	Europe/Madrid	40.61269	-4.77478		Barrio El Merino,El Merino		55	AV	05076	
3123424	El Mercadillo	el-mercadillo	ES		0	Europe/Madrid	43.34239	-3.74329		El Mercadillo,Mercadillo		39	S	39037	
3123430	O Mazo	o-mazo	ES		0	Europe/Madrid	42.42531	-7.04811				58	OR	32088	
3123432	El Marín	el-marin	ES		0	Europe/Madrid	40.96305	-5.70478				55	SA	37274	
3123439	El Lobio	el-lobio	ES		0	Europe/Madrid	43.34366	-6.13835		El Lobio		34	O	33026	
3123440	El Llano	el-llano	ES		0	Europe/Madrid	43.46096	-5.47651				34	O	33076	
3123441	El Llano	el-llano	ES		0	Europe/Madrid	43.40923	-5.108				34	O	33012	
3123442	El Llano	el-llano	ES		0	Europe/Madrid	43.41304	-7.14837		El Llano		34	O	33063	
3123443	El Llano	el-llano	ES		0	Europe/Madrid	43.33742	-4.24828				39	S	39090	
3123444	Llano	el-llano	ES		0	Europe/Madrid	43.28415	-3.15552				59	BI	48086	
3123452	El Invernal	el-invernal	ES		0	Europe/Madrid	43.27148	-5.62377				34	O	33060	
3123453	El Humo	el-humo	ES		0	Europe/Madrid	42.38429	0.29852				52	HU	22113	
3123454	El Humo	el-humo	ES		0	Europe/Madrid	42.33469	0.24076				52	HU	22907	
3123461	El Herradón	el-herradon	ES		531	Europe/Madrid	40.56485	-4.55921		El Herradon,El Herradón,Herradon,Herradón		55	AV	05019	
3123463	El Guix	el-guix	ES		0	Europe/Madrid	41.74011	1.85082				56	B	08213	
3123465	El Guijar	el-guijar	ES		0	Europe/Madrid	41.1455	-3.91114				55	SG	40213	
3123466	Elgezabal	elguezabal	ES		0	Europe/Madrid	43.33087	-2.86313				59	BI	48069	
3123470	Elgueras	elgueras	ES		0	Europe/Madrid	43.35601	-5.12092				34	O	33012	
3123471	Elgea	elguea	ES		0	Europe/Madrid	42.93833	-2.51244		Elgea,Elguea		59	VI	01013	
3123477	El Goloso	el-goloso	ES		0	Europe/Madrid	40.55342	-3.69968		Barrio El Goloso,El Goloso		29	M	28079	8
3123479	El Gejo de los Reyes	el-gejo-de-los-reyes	ES		0	Europe/Madrid	41.13936	-6.19688		El Gejo de los Reyes		55	SA	37370	
3123490	El Fondal	el-fondal	ES		0	Europe/Madrid	43.4015	-6.43577				34	O	33073	
3123491	Figaró	figaro	ES		1020	Europe/Madrid	41.72122	2.27297	458	El Figaro,El Figaró,Figaro,Figaró,el Figuero,el Figueró		56	B	08134	
3123494	El Faedal	el-faedal	ES		0	Europe/Madrid	43.34453	-6.3189				34	O	33073	
3123500	El Espín	el-espin	ES		0	Europe/Madrid	43.54019	-6.73106		El Espin,El Espín,Espin,Espín		34	O	33018	
3123501	El Espín	el-espin	ES		0	Europe/Madrid	43.33243	-6.54219				34	O	33073	
3123502	L'Espelt	l-espelt	ES		0	Europe/Madrid	41.6	1.6				56	B	08102	
3123505	El Escobal	el-escobal	ES		0	Europe/Madrid	43.24248	-5.63368				34	O	33060	
3123506	O Enxertal	o-enxertal	ES		0	Europe/Madrid	43.20843	-6.75827		El Engertal,Engertal		34	O	33001	
3123508	Elexalde	elejalde	ES		0	Europe/Madrid	43.4	-2.95		Elejalde,Elexalde		59	BI	48014	
3123510	Elexalde	elexalde	ES		0	Europe/Madrid	43.28333	-2.63333		Elejalde,Elexalde		59	BI	48067	
3123511	Eleixeta	elejagas	ES		0	Europe/Madrid	43.26667	-2.75				59	BI	48052	
3123514	El Dueso	el-dueso	ES		0	Europe/Madrid	43.4598	-3.45688		Dueso,El Dueso		39	S	39079	
3123515	Elduain	elduayen	ES		0	Europe/Madrid	43.14017	-2.00102		Elduain,Elduayen	20031	59	SS	20031	
3123529	El Couz	el-couz	ES		0	Europe/Madrid	43.41667	-6.3				34	O	33059	
3123531	Zalla	el-corrillo	ES		7943	Europe/Madrid	43.23333	-3.13333		El Corrillo,Sal'ja,Zalla,sa li ya,zala,Салья,زالا,萨利亚		59	BI	48086	
3123532	El Corral de las Arrimadas	el-corral-de-las-arrimadas	ES		0	Europe/Madrid	42.81366	-5.29946		El Corral de las Arrimadas		55	LE	24068	
3123535	El Comercio	el-comercio	ES		0	Europe/Madrid	41.74369	-0.8191		Barrio El Comercio,Casa del Comercio,El Comercio		52	Z	50288	
3123536	El Collado de Llames	el-collado-de-llames	ES		0	Europe/Madrid	43.35907	-5.20488				34	O	33045	
3123537	El Colláu	el-collau	ES		0	Europe/Madrid	43.40393	-5.2004		Collado		34	O	33045	
3123542	El Colladico	el-colladico	ES		0	Europe/Madrid	41.0485	-1.11825				52	TE	44138	
3123543	El Coll	el-coll	ES		0	Europe/Madrid	41.95774	2.52455				56	GI	17164	
3123544	El Coisal	el-coisal	ES		0	Europe/Madrid	40.32762	-6.78601		Caserio El Coisal,Caserío El Coisal,El Coisal		55	SA	37221	
3123545	Elkoatz	elkoatz	ES		0	Europe/Madrid	42.83333	-1.23333		Elcoaz,Elcóaz,Elkoatz		32	NA	31241	
3123550	El Chorrico	el-chorrico	ES		0	Europe/Madrid	40.1	-0.61667		Caserio El Chorrico,Caserío El Chorrico,El Chorrico		60	CS	12092	
3123553	El Cerezal	el-cerezal	ES		0	Europe/Madrid	43.35628	-6.64768		Cerezal,El Cerezal		34	O	33073	
3123554	El Cerezal	el-cerezal	ES		0	Europe/Madrid	40.40445	-6.25617		Caserio El Cerezal,Caserío El Cerezal,El Cerezal		57	CC	10135	
3123556	El Cerco	el-cerco	ES		0	Europe/Madrid	43.27991	-3.13048				59	BI	48037	
3123563	O Castro	o-castro	ES		0	Europe/Madrid	42.43333	-6.98333				58	OR	32009	
3123564	O Castro	o-castro	ES		0	Europe/Madrid	42.36667	-7.91667				58	OR	32054	
3123565	O Castro	o-castro	ES		0	Europe/Madrid	42.36667	-7.25				58	LU	27050	
3123566	O Castro	o-castro	ES		0	Europe/Madrid	42.11577	-7.11363				58	OR	32086	
3123567	El Castillo de Alba	el-castillo-de-alba	ES		0	Europe/Madrid	41.6604	-6.06572		El Castillo de Alba		55	ZA	49098	
3123571	O Castelo	o-castelo	ES		0	Europe/Madrid	42.45095	-6.87315				58	OR	32073	
3123578	El Casar de Talamanca	el-casar-de-talamanca	ES		0	Europe/Madrid	40.70021	-3.42541		El Casar de Talamanca		54	GU	19071	
3123581	El Carrer del Canonge	el-carrer-del-canonge	ES		0	Europe/Madrid	41.48333	2.3		Carrer del Canonge		56	B	08118	
3123582	El Carrer de Dalt	el-carrer-de-dalt	ES		0	Europe/Madrid	41.59557	2.17869		Carrer de Dalt,El Carrer de Dalt		56	B	08156	
3123583	El Carrer d'Abaix	el-carrer-d-abaix	ES		0	Europe/Madrid	41.57971	2.17915		El Carrer d'Abaix,El Carrer de Abaix		56	B	08156	
3123590	El Cardiel	el-cardiel	ES		0	Europe/Madrid	41.47225	-4.69614		Casa de El Cardiel,Caserio El Cardiel,Caserío El Cardiel		55	VA	47111	
3123591	El Carbayo	el-carbayo	ES		0	Europe/Madrid	43.27864	-5.68353				34	O	33031	
3123593	El Canyet	el-canyet	ES		0	Europe/Madrid	41.45414	1.99864		Barrio El Canyet,Canyet,El Canyet		56	B	08054	
3123594	El Canto	el-canto	ES		0	Europe/Madrid	43.54997	-5.82177				34	O	33014	
3123595	Elkano	elkano	ES		0	Europe/Madrid	42.8311	-1.54684		Elcano,Elkano		32	NA	31086	
3123596	O Canizo	o-canizo	ES		0	Europe/Madrid	42.05209	-7.10148				58	OR	32034	
3123611	El Cadabal	el-cadabal	ES		0	Europe/Madrid	43.25	-5.73333				34	O	33037	
3123612	El Cabritón	el-cabriton	ES		0	Europe/Madrid	43.54051	-5.44488		Cabriton,Cabritón,El Cabriton,El Cabritón		34	O	33076	
3123613	El Cabornín	el-cabornin	ES		0	Europe/Madrid	43.23377	-5.90328		El Cabornin,El Cabornín		34	O	33058	
3123614	El Cabo	el-cabo	ES		0	Europe/Madrid	43.55639	-5.76685				34	O	33014	
3123615	El Cabezo	el-cabezo	ES		0	Europe/Madrid	41.78613	-1.21836				52	Z	50204	
3123619	El Bustio	el-bustio	ES		0	Europe/Madrid	43.37621	-4.5209		El Bustio		34	O	33055	
3123624	O Burgo	o-burgo	ES		0	Europe/Madrid	43.31667	-8.36667		Santiago do Burgo		58	C	15031	
3123626	O Burgo	o-burgo	ES		0	Europe/Madrid	42.35	-7.4				58	OR	32023	
3123634	El Borseral	el-borseral	ES		0	Europe/Madrid	40.1385	0.1355		Caserio El Borseral,Caserío El Borseral,El Borseral		60	CS	12033	
3123635	O Bolo	o-bolo	ES		0	Europe/Madrid	42.30702	-7.09897				58	OR	32015	
3123647	El Barruelo	el-barruelo	ES		0	Europe/Madrid	41.24475	-3.82309		Barruelo,El Barruelo		55	SG	40184	
3123648	El Barrio de Langre	el-barrio-de-langre	ES		0	Europe/Madrid	42.73333	-6.55		El Barrio de Langre		55	LE	24019	
3123649	El Barrio de Arriba	el-barrio-de-arriba	ES		0	Europe/Madrid	42.76667	-3.36667				55	BU	09102	
3123650	El Barrio de Abajo	el-barrio-de-abajo	ES		0	Europe/Madrid	42.78238	-3.35722				55	BU	09102	
3123657	El Bardal	el-bardal	ES		0	Europe/Madrid	40.36626	-5.44221				55	AV	05007	
3123658	O Barco de Valdeorras	o-barco-de-valdeorras	ES		14213	Europe/Madrid	42.41642	-6.99005		O Barco,Valdeorras		58	OR	32009	
3123663	El Babor	el-babor	ES		0	Europe/Madrid	40.15	-0.76667		Caserio El Babor,Caserío El Babor,El Babor		52	TE	44210	
3123667	El Astillero	el-astillero	ES		17360	Europe/Madrid	43.40094	-3.82051		Astillero,Ehl'-Astil'ero,El Astillero,El'-Astil'ero,ai la si di lie luo,al astyrylw,Ель-Астільєро,Эль-Астильеро,إل أستيريلو,埃拉斯蒂列罗		39	S	39008	
3123668	El Asegur	el-asegur	ES		0	Europe/Madrid	40.42503	-6.27467		Caserio El Asegur,Caserío El Asegur,El Asegur		57	CC	10135	
3123670	El Arrabal Torrelletas	el-arrabal-torrelletas	ES		0	Europe/Madrid	41.33333	1.95		Caserio El Arrabal Torrelletas,Caserío El Arrabal Torrelletas		56	B	08020	
3123671	El Arrabal Mas	el-arrabal-mas	ES		0	Europe/Madrid	41.35	1.96667		Caserio El Arrabal Mas,Caserío El Arrabal Mas		56	B	08204	
3123672	El Arrabal de Coll d'Arbós	el-arrabal-de-coll-d-arbos	ES		0	Europe/Madrid	41.67816	1.78647		Caseria El Arrabal de Coll d'Arbos,Casería El Arrabal de Coll d'Arbos,El Arrabal de Coll d'Arbos,El Arrabal de Coll d'Arbós,El Arrabal de Coll de Arbos,El Arrabal de Coll de Arbós		56	B	08098	
3123673	el Raval	el-raval	ES		48403	Europe/Madrid	41.38042	2.1686		Barrio el Raval,Raval,The Raval,el Raval		56	B	08019	01
3123678	El Amunt	el-amunt	ES		0	Europe/Madrid	41.41518	1.90218		Caserio El Amunt,Caserío El Amunt,L'Amunt		56	B	08068	
3123681	El Albachés	el-albaches	ES		0	Europe/Madrid	40.27712	-0.29575		Caserio El Albaches,Caserío El Albachés,El Albaches,El Albachés		60	CS	12139	
3123685	El Ablanedo	el-ablanedo	ES		0	Europe/Madrid	43.2786	-5.91762				34	O	33038	
3123692	Eiros	eiros	ES		0	Europe/Madrid	43.25601	-6.5462				34	O	33073	
3123694	Eirón	eiron	ES		0	Europe/Madrid	42.94178	-8.91166		Eiron,Eirón		58	C	15045	
3123695	Eiriz	eiriz	ES		0	Europe/Madrid	42.59	-7.22181				58	LU	27017	
3123696	Eirejúa	eirejua	ES		0	Europe/Madrid	43.29536	-7.22943				58	LU	27048	
3123697	Eirejín	eirejin	ES		0	Europe/Madrid	43.0871	-7.02522				58	LU	27018	
3123701	Eiras	eiras	ES		0	Europe/Madrid	43.53642	-7.24737				58	LU	27005	
3123702	Eiras	eiras	ES		0	Europe/Madrid	42.35263	-8.05172				58	OR	32074	
3123703	Eiras	eiras	ES		0	Europe/Madrid	41.93333	-8.78333		Eiras,San Bartolome,San Bartolomé		58	PO	36048	
3123705	Eijón	eijon	ES		0	Europe/Madrid	42.58333	-7.43333		Eijon,Eijón,San Jorge		58	LU	27047	
3123706	Eijo	eijo	ES		0	Europe/Madrid	42.85	-8.51667		Eijo,San Cristobal,San Cristóbal		58	C	15078	
3123707	Eidián	eidian	ES		18	Europe/Madrid	42.83333	-8				58	PO	36020	
3123708	Eibedo	eibedo	ES		0	Europe/Madrid	42.5521	-7.58175				58	LU	27031	
3123710	Eguzkitza	egusquitza	ES		0	Europe/Madrid	42.96667	-2.28333				59	SS	20025	
3123711	Egino	eguino	ES		0	Europe/Madrid	42.87043	-2.26301				59	VI	01009	
3123712	Eguíllor	eguillor	ES		0	Europe/Madrid	42.84796	-1.81045		Eguillor,Eguíllor		32	NA	31194	
3123713	Egileta	eguileta	ES		0	Europe/Madrid	42.80958	-2.53466		Eguileta,Igeleta		59	VI	01001	
3123714	Egileor	eguileor	ES		0	Europe/Madrid	42.81959	-2.38882		Egileor,Eguileor		59	VI	01051	
3123717	Egia	egia	ES		0	Europe/Madrid	43.31837	-1.97018		Egia,Eguia,Eguía		59	SS	20069	
3123718	Egia	eguia	ES		0	Europe/Madrid	43.28889	-2.33976		Egia,Eguia		59	SS	20029	
3123719	Eguarats	eguarats	ES		0	Europe/Madrid	42.91667	-1.68333		Eguaras,Eguarats		32	NA	31136	
3123723	Edreira	edreira	ES		0	Europe/Madrid	42.26482	-6.92245				58	OR	32083	
3123725	Edrada	edrada	ES		0	Europe/Madrid	42.33289	-7.54754				58	OR	32057	
3123726	Edrada	edrada	ES		0	Europe/Madrid	42.14892	-7.23517				58	OR	32092	
3123730	Etxeitarabe	etxeitarabe	ES		0	Europe/Madrid	43.2	-2.63333				59	BI	48039	
3123732	Etxabarri Ibiña	echavarri-vina	ES		0	Europe/Madrid	42.91608	-2.71088				59	VI	01018	
3123733	Etxabarri Urtupiña	echavarri-urtupina	ES		0	Europe/Madrid	42.86809	-2.50114				59	VI	01013	
3123734	Etxabarri Kuartango	echavarri-de-cuartango	ES		0	Europe/Madrid	42.88438	-2.8898		Echavarri,Echavarri de Cuartango,Echávarri,Echávarri de Cuartango,Etxabarri Kuartango		59	VI	01020	
3123735	Echavarri	echavarri	ES		0	Europe/Madrid	42.72747	-2.06491				32	NA	31011	
3123736	Echavacoiz	echavacoiz	ES		0	Europe/Madrid	42.80023	-1.67719		Echavacoiz,Etxabakoitz		32	NA	31201	
3123737	Echauri	echauri	ES		468	Europe/Madrid	42.8	-1.78333		Echauri		32	NA	31085	
3123738	Echarri-Aranaz	echarri-aranaz	ES		2417	Europe/Madrid	42.90791	-2.06474	509	Echarri-Aranaz,Etxarri-Aranatz		32	NA	31084	
3123740	Echarri	echarri	ES		0	Europe/Madrid	42.78017	-1.82525		Echarri	31083	32	NA	31083	
3123741	Echarren de Guirguillano	echarren-de-guirguillano	ES		0	Europe/Madrid	42.72406	-1.87901				32	NA	31121	
3123742	Arakil-Etxarren	arakil-etxarren	ES		0	Europe/Madrid	42.91344	-1.85789		Arakil-Etxarren,Echarren		32	NA	31025	
3123746	Barrio Etxaide	barrio-etxaide	ES		220	Europe/Madrid	43.13333	-1.5		Barrio de Echaide,Baztan-Etxaide,Echaide de Elizondo		32	NA	31050	
3123747	Etxaguen	echaguen	ES		0	Europe/Madrid	43.05801	-2.58914				59	VI	01003	
3123748	Etxaguen	echaguen	ES		0	Europe/Madrid	42.98481	-2.72427				59	VI	01018	
3123750	Ecay	ecay	ES		0	Europe/Madrid	42.77411	-1.38737		Ekai		32	NA	31158	
3123762	Duyo	duyo	ES		0	Europe/Madrid	42.93333	-9.28333		Duyo,San Vicente		58	C	15037	
3123763	Duyo	duyo	ES		0	Europe/Madrid	42.93333	-9.26667		Duyo,San Martin,San Martín		58	C	15037	
3123764	Durikiz	duruquiz	ES		0	Europe/Madrid	43.38333	-2.63333				59	BI	48048	
3123778	Dumia	dumia	ES		0	Europe/Madrid	42.85326	-7.07339				58	LU	27012	
3123782	Dujame	dujame	ES		0	Europe/Madrid	42.84267	-8.17479				58	PO	36059	
3123787	Dudagoitia	dudagoitia	ES		0	Europe/Madrid	43.21667	-2.7				59	BI	48003	
3123797	Dozón	dozon	ES		2041	Europe/Madrid	42.58333	-8.01667		Dozon,Dozón	36016	58	PO	36016	
3123803	Doso	doso	ES		0	Europe/Madrid	43.51667	-8.1		Doso,San Lorenzo		58	C	15054	
3123804	Dosiglesias	dosiglesias	ES		0	Europe/Madrid	42.6	-8.33333		Dosiglesias,Santa Maria,Santa María		58	PO	36018	
3123808	Duesaigües	duesaiguees	ES		0	Europe/Madrid	41.15	0.93333		Dosaiguas,Dosaiqua,Duesaiguees,Duesaigües	43053	56	T	43053	
3123809	Dorrón	dorron	ES		0	Europe/Madrid	42.41126	-8.76314		San Juan		58	PO	36051	
3123813	Doroña	dorona	ES		0	Europe/Madrid	43.37222	-8.13541		Dorona,Doroña,Santa Maria,Santa María		58	C	15091	
3123815	Dornelas	dornelas	ES		64	Europe/Madrid	42.75	-8.33333				58	PO	36052	
3123816	Dorneda	dorneda	ES		0	Europe/Madrid	43.35726	-8.33146		San Martino de Dorneda,San Martiño de Dorneda		58	C	15058	
3123819	Dormeá	dormea	ES		0	Europe/Madrid	43	-8.08333		Dormea,Dormeá,San Cristobal,San Cristóbal		58	C	15010	
3123820	Dóriga	doriga	ES		0	Europe/Madrid	43.4	-6.15				34	O	33059	
3123821	Dóriga	doriga	ES		0	Europe/Madrid	43.4	-6.13333		Doriga,Dóriga,San Antonino		34	O	33059	
3123823	Dordaño	dordano	ES		0	Europe/Madrid	43.18333	-8.21667		Dordano,Dordaño,Santa Maria,Santa María		58	C	15902	
3123824	Dorbé	dorbe	ES		0	Europe/Madrid	42.59164	1.14861				56	L	25903	
3123827	Dor	dor	ES		0	Europe/Madrid	43.13795	-9.1374		Dor		58	C	15016	
3123829	Donsión	donsion	ES		0	Europe/Madrid	42.66033	-8.15329		Donsion,Donsión,Santa Eulalia		58	PO	36024	
3123830	Donramiro	donramiro	ES		0	Europe/Madrid	42.65474	-8.11941				58	PO	36024	
3123833	Donís	donis	ES		0	Europe/Madrid	42.85992	-6.89667				58	LU	27012	
3123837	Doniños	doninos	ES		144	Europe/Madrid	43.48333	-8.28333		Doninos,Doniños		58	C	15036	
3123838	Donín	donin	ES		0	Europe/Madrid	42.93026	-7.12477				58	LU	27006	
3123845	Donas	donas	ES		0	Europe/Madrid	42.79156	-8.38797		Donas		58	C	15012	
3123846	Donas	donas	ES		0	Europe/Madrid	42.1	-8.78333		Donas,Santa Eulalia		58	PO	36021	
3123849	Donalbay	donalbay	ES		0	Europe/Madrid	43.12973	-7.69146				58	LU	27007	
3123850	Doña Juandi	dona-juandi	ES		0	Europe/Madrid	43.23391	-5.8835				34	O	33058	
3123853	Dompiñor	dompinor	ES		0	Europe/Madrid	43.54158	-7.06679				58	LU	27051	
3123854	Domiz	domiz	ES		0	Europe/Madrid	42.39225	-6.92208				58	OR	32017	
3123860	Domés	domes	ES		0	Europe/Madrid	42.11667	-7.95		Domes,Domés,San Martin,San Martín		58	OR	32084	
3123861	Domeny	domeny	ES		0	Europe/Madrid	41.99199	2.79006		Domeny		56	GI	17079	
3123863	Dombodán	dombodan	ES		0	Europe/Madrid	42.86454	-8.20258		Dombodan,Dombodán		58	C	15006	
3123865	Dombate	dombate	ES		0	Europe/Madrid	43.18704	-8.971		Dombate		58	C	15014	
3123866	Domaio	domaio	ES		0	Europe/Madrid	42.3	-8.68333				58	PO	36029	
3123867	Domaikia	domaiquia	ES		0	Europe/Madrid	42.92715	-2.80609		Domaikia,Domaiquia		59	VI	01063	
3123873	Dodrín	dodrin	ES		0	Europe/Madrid	43.3641	-7.17642		Dodrin,Dodrín,Dondrin,Dondrín		58	LU	27048	
3123885	Dios le Guarde	dios-le-guarde	ES		174	Europe/Madrid	40.64283	-6.31511		Dios le Guarde	37115	55	SA	37115	
3123887	Dirintialdea	dintias	ES		0	Europe/Madrid	42.98919	-2.30493		Dintaldea,Dintias		59	SS	20025	
3123888	Dimo	dimo	ES		0	Europe/Madrid	42.66667	-8.68333		Dimo,San Pedro		58	PO	36010	
3123893	Dices	dices	ES		0	Europe/Madrid	42.76123	-8.68811				58	C	15074	
3123898	Devesos	devesos	ES		0	Europe/Madrid	43.63333	-7.8		Devesos,San Sebastian,San Sebastián		58	C	15061	
3123899	Deveso	deveso	ES		0	Europe/Madrid	43.55	-7.85		Deveso,Santa Maria,Santa María		58	C	15070	
3123912	Deustu	deustu	ES		0	Europe/Madrid	43.27152	-2.94854		Deusto,Deustu,Deustuko Done Petri,San Pedro de Deusto		59	BI	48020	
3123914	Destierro	destierro	ES		0	Europe/Madrid	42.53333	-8		Destierro,Santa Maria,Santa María		58	OR	32061	
3123926	Denle	denle	ES		0	Europe/Madrid	42.93706	-9.28259		Denle,Dente		58	C	15037	
3123927	Dena	dena	ES		0	Europe/Madrid	42.44651	-8.81936		Santa Eulalia		58	PO	36027	
3123930	Dels Llivis	dels-llivis	ES		0	Europe/Madrid	40.56292	-0.11407		Caserio Dels Llivis,Caserío Dels Llivis,Dels Llivis,Masia dels Llivis,Masía dels Llivis		60	CS	12080	
3123933	Delika	delica	ES		0	Europe/Madrid	42.96961	-2.98794		Delica,Delika,Délica		59	VI	01002	
3123934	Delfià	delfia	ES		0	Europe/Madrid	42.35578	3.03201		Delfia,Delfià		56	GI	17143	
3123936	Deiro	deiro	ES		0	Europe/Madrid	42.5477	-8.79128		Deiro,San Miguel		58	PO	36061	
3123937	Deijebre	deijebre	ES		0	Europe/Madrid	43.00753	-8.418		Deigebre,Deijebre		58	C	15060	
3123945	Dehesa de Cantarranas y Tovilla	dehesa-de-cantarranas-y-tovilla	ES		0	Europe/Madrid	41.6	-4.55		Caserio Dehesa de Cantarranas y Tovilla,Caserío Dehesa de Cantarranas y Tovilla,Dehesa de Cantarranas y Tovilla,Dehesas de Cantarranas y Tovilla		55	VA	47175	
3123956	Dehesa	dehesa	ES		0	Europe/Madrid	41.39613	-4.23576				55	SG	40063	
3123957	Degrada	degrada	ES		0	Europe/Madrid	42.824	-6.9356				58	LU	27012	
3123958	Degolada	degolada	ES		0	Europe/Madrid	43.06667	-7.16667				58	LU	27004	
3123961	Defradas del Coto	defradas-del-coto	ES		0	Europe/Madrid	43.15	-6.66667		Defradas del Coto		34	O	33011	
3123963	Débanos	debanos	ES		0	Europe/Madrid	41.90331	-1.94748				55	SO	42075	
3123964	Deán Pequeño	dean-pequeno	ES		0	Europe/Madrid	42.56083	-8.99603		Dean Pequeno,Deán Pequeño		58	C	15073	
3123973	Darbo	darbo	ES		0	Europe/Madrid	42.26667	-8.8		Darbo,Santa Maria,Santa María		58	PO	36008	
3123975	Daneiro	daneiro	ES		0	Europe/Madrid	43.14134	-8.91982		Daneiro		58	C	15093	
3123984	Dacón	dacon	ES		0	Europe/Madrid	42.42251	-8.04865		Dacon,Dacón		58	OR	32045	
3123987	Cuzcurrita de Aranda	cuzcurrita-de-aranda	ES		0	Europe/Madrid	41.68277	-3.41616		Cuzcurrita,Cuzcurrita de Aranda		55	BU	09055	
3123988	Cuvide	cuvide	ES		0	Europe/Madrid	42.68333	-8.86667		Cubide,Cuvide		58	C	15011	
3123996	Cusanca	cusanca	ES		0	Europe/Madrid	42.53461	-8.09065		Cusanca,Cusansa		58	PO	36024	
3123997	Curveiro	curveiro	ES		0	Europe/Madrid	43.48526	-7.25419				58	LU	27005	
3124004	Curro	curro	ES		0	Europe/Madrid	42.9134	-7.17084				58	LU	27006	
3124005	Curro	curro	ES		0	Europe/Madrid	42.50665	-8.67594		Santa Maria,Santa María		58	PO	36002	
3124006	Currás	curras	ES		0	Europe/Madrid	43.094	-8.15513		Curras,Currás		58	C	15090	
3124007	Currás	curras	ES		0	Europe/Madrid	42.00797	-8.68231		Curras,Currás,San Martin,San Martín		58	PO	36054	
3124008	Currais	currais	ES		0	Europe/Madrid	43.00766	-8.95916				58	C	15093	
3124009	Currada	currada	ES		0	Europe/Madrid	43.49104	-7.12798				58	LU	27051	
3124015	Cures	cures	ES		0	Europe/Madrid	42.83569	-8.92926				58	C	15062	
3124016	Cures	cures	ES		0	Europe/Madrid	42.69885	-8.89002				58	C	15011	
3124017	Kurtziaga	curchiaga	ES		0	Europe/Madrid	43.35071	-2.5045				59	BI	48049	
3124020	Curantes	curantes	ES		0	Europe/Madrid	42.7	-8.38333		Curantes,San Miguel		58	PO	36017	
3124021	Cuntis	cuntis	ES		5398	Europe/Madrid	42.63396	-8.56256		Bano,Baño	36015	58	PO	36015	
3124022	Cuns	cuns	ES		0	Europe/Madrid	43.13333	-8.83333		Cuns,San Vicente		58	C	15029	
3124023	Cuns	cuns	ES		0	Europe/Madrid	42.85633	-8.86875		Cuns		58	C	15062	
3124025	Cuño	cuno	ES		5	Europe/Madrid	43.06667	-9.25		Cuno,Cuño		58	C	15052	
3124027	Cundins	cundins	ES		0	Europe/Madrid	43.20427	-8.89274		Cundins,San Pelayo		58	C	15014	
3124033	Cumiar	cumiar	ES		0	Europe/Madrid	42.2	-8.45		Cumiar,San Esteban		58	PO	36030	
3124034	Cumeiro	cumeiro	ES		16	Europe/Madrid	42.8	-8.16667		Cumeiro,Gumeiro		58	PO	36059	
3124036	Cumbraos	cumbraos	ES		0	Europe/Madrid	43.08333	-8.16667		Cumbraos,Santa Maria,Santa María		58	C	15047	
3124037	Cumbraos	cumbraos	ES		0	Europe/Madrid	43.05	-8		Cumbraos,San Julian,San Julián		58	C	15080	
3124038	Cumbraos	cumbraos	ES		0	Europe/Madrid	42.81477	-7.83385				58	LU	27032	
3124052	Cuiña	cuina	ES		0	Europe/Madrid	43.66667	-7.83333		Cuina,Cuiña,Santiago		58	C	15061	
3124053	Cuiña	cuina	ES		0	Europe/Madrid	43.23333	-8.21667		Cuina,Cuiña,Santa Maria		58	C	15902	
3124054	Cuiña	cuina	ES		0	Europe/Madrid	42.97671	-7.53686				58	LU	27028	
3124055	Cuiña	cuina	ES		0	Europe/Madrid	42.93399	-8.89547				58	C	15045	
3124056	Cuiña	cuina	ES		0	Europe/Madrid	42.90776	-7.9133				58	LU	27040	
3124065	Cuevas de Vinromá	cuevas-de-vinroma	ES		1889	Europe/Madrid	40.30976	0.12084		Cuevas de Vinroma,Cuevas de Vinromá,Les Coves de Vinroma		60	CS	12050	
3124078	Cuevas	cuevas	ES		0	Europe/Madrid	43.45	-4.93333				34	O	33036	
3124079	Cuevas	cuevas	ES		0	Europe/Madrid	43.43254	-5.07371				34	O	33056	
3124080	Cuevas	cuevas	ES		0	Europe/Madrid	43.1868	-6.30643		Cuevas		34	O	33005	
3124081	Cuevas	cuevas	ES		6	Europe/Madrid	43.11667	-5.56667				34	O	33002	
3124082	Cuevas	cuevas	ES		0	Europe/Madrid	42.41737	-6.03361				55	LE	24182	
3124094	Cueva	cueva	ES		0	Europe/Madrid	43.54944	-6.47026				34	O	33034	
3124095	Cueva	cueva	ES		0	Europe/Madrid	43.37077	-6.31186				34	O	33059	
3124096	Cueva	cueva	ES		0	Europe/Madrid	43.06604	-4.49603				39	S	39050	
3124097	Cueva	cueva	ES		0	Europe/Madrid	43.03972	-3.66737				55	BU	09215	
3124103	Cuestaedo	cuestaedo	ES		0	Europe/Madrid	43.04305	-3.52249				55	BU	09214	
3124107	Cuesta	cuesta	ES		0	Europe/Madrid	43.51002	-5.61988				34	O	33024	
3124108	Cuesta	cuesta	ES		0	Europe/Madrid	43.38333	-7.61667		Cuesta,San Simon,San Simón		58	LU	27065	
3124113	Cuerrías	cuerrias	ES		0	Europe/Madrid	43.31793	-5.44398				34	O	33049	
3124114	Cuerrías	cuerrias	ES		0	Europe/Madrid	43.28997	-5.33045				34	O	33049	
3124115	Cuerres	cuerres	ES		0	Europe/Madrid	43.44475	-4.99117				34	O	33056	
3124116	Cuerres	cuerres	ES		0	Europe/Madrid	43.37435	-5.00144				34	O	33012	
3124122	Cuerno	cuerno	ES		0	Europe/Madrid	42.73333	-4.65				55	P	34151	
3124126	Cuenya	cuenya	ES		0	Europe/Madrid	43.38246	-5.48525		Cuenya,Cuina,Cuiña		34	O	33040	
3124202	Cubelas	cubelas	ES		0	Europe/Madrid	43.50103	-7.1293		Cubelas,San Vicente		58	LU	27051	
3124144	Cuclillos	cuclillos	ES		0	Europe/Madrid	43.36667	-5.73333		Cuclillos,Santa Maria,Santa María		34	O	33066	
3124147	Cuch	cuch	ES		0	Europe/Madrid	41.95	2.63333				56	GI	17008	
3124164	Cubillos de Losa	cubillos-de-losa	ES		0	Europe/Madrid	43.00703	-3.43597				55	BU	09189	
3124170	Cubillo del Butrón	cubillo-del-butron	ES		0	Europe/Madrid	42.79978	-3.69107				55	BU	09905	
3124182	Cubillejo	cubillejo	ES		0	Europe/Madrid	42.14204	-3.50521				55	BU	09200	
3124191	Cubillas	cubillas	ES		0	Europe/Madrid	41.73099	-2.95246		Cubillas,Cubillos		55	SO	42070	
3124192	Cubillas	cubillas	ES		0	Europe/Madrid	41.46441	-5.20958		Caserio Cubillas,Caserío Cubillas,Cubillas,Palacio de Cubillas		55	VA	47045	
3124203	Cubelas	cubelas	ES		0	Europe/Madrid	43.01746	-7.32273		Cobelas,Cubelas		58	LU	27011	
3124204	Cubela	cubela	ES		0	Europe/Madrid	42.68333	-7.46667		Cubela,San Pedro		58	LU	27024	
3124206	Cubeiros	cubeiros	ES		20	Europe/Madrid	42.28333	-7.18333		Cubeiros		58	OR	32044	
3124212	Cuatro Vientos	cuatro-vientos	ES		0	Europe/Madrid	40.371	-3.77372				29	M	28079	10
3124223	Cuadrilleros de Gusanos	cuadrilleros-de-gusanos	ES		0	Europe/Madrid	41.14743	-6.08308		Cuadrilleros de Gusanos		55	SA	37370	
3124224	Cuadrillero de los Dieces	cuadrillero-de-los-dieces	ES		0	Europe/Madrid	41.10539	-5.95894				55	SA	37170	
3124227	Cuadramón	cuadramon	ES		0	Europe/Madrid	43.48333	-7.5		Cuadramon,Cuadramón,San Jorge		58	LU	27063	
3124230	Cuadra	cuadra	ES		0	Europe/Madrid	43.46667	-5.75				34	O	33024	
3124232	Cuacos	cuacos	ES		965	Europe/Madrid	40.10536	-5.72399		Cuacos,Cuacos de Yuste		57	CC	10068	
3124238	Cruz do Incio	cruz-do-incio	ES		0	Europe/Madrid	42.65606	-7.36367		Incio		58	LU	27024	
3124247	Cruz	cruz	ES		0	Europe/Madrid	43.32733	-7.27144				58	LU	27054	
3124249	Cruido	cruido	ES		0	Europe/Madrid	42.77855	-8.85903		Cruido		58	C	15042	
3124251	Cruces e Iglesia	cruces-e-iglesia	ES		0	Europe/Madrid	43.26814	-7.25355				58	LU	27054	
3124254	Cruces	cruces	ES		0	Europe/Madrid	42.79471	-8.17208		Cruces,Las Cruces,Nuestra Senora de la Piedad,Nuestra Señora de la Piedad		58	PO	36059	
3124255	Cruces	cruces	ES		0	Europe/Madrid	42.78634	-8.64585				58	C	15065	
3124256	Cruces	cruces	ES		0	Europe/Madrid	42.75877	-7.16467				58	LU	27037	
3124257	Cruces	cruces	ES		0	Europe/Madrid	42.59732	-7.04833				55	LE	24011	
3124259	Crucero	crucero	ES		0	Europe/Madrid	43.14605	-9.15713				58	C	15016	
3124260	Crucero	crucero	ES		0	Europe/Madrid	42.6	-9				58	C	15073	
3124266	Cristiñade	cristinade	ES		0	Europe/Madrid	42.15	-8.51667		Cristinade,Cristiñade,San Salvador		58	PO	36042	
3124267	Cristimil	cristimil	ES		0	Europe/Madrid	42.66288	-8.17752				58	PO	36024	
3124269	Krispiña / Crispijana	krispina-crispijana	ES		0	Europe/Madrid	42.85323	-2.73038		Crispijana,Krispina,Krispiña		59	VI	01059	
3124270	Kripan	cripan	ES		189	Europe/Madrid	42.59113	-2.51656		Cripan,Kripan		59	VI	01019	
3124271	Criales	criales	ES		0	Europe/Madrid	42.91867	-3.33011				55	BU	09209	
3124282	Crendes	crendes	ES		0	Europe/Madrid	43.26667	-8.26667		Crendes,San Pedro		58	C	15001	
3124286	Crecíente	creciente	ES		0	Europe/Madrid	42.15231	-8.2218		Creciente,Crecíente		58	PO	36014	
3124293	Covielles	covielles	ES		0	Europe/Madrid	43.39496	-4.73801				34	O	33036	
3124294	Coviella	coviella	ES		0	Europe/Madrid	43.38918	-5.17231		Coviella		34	O	33012	
3124296	Covelo	covelo	ES		0	Europe/Madrid	42.42784	-8.39477		Covelo,San Sebastian,San Sebastián		58	PO	36025	
3124297	Covelo	covelo	ES		3710	Europe/Madrid	42.23333	-8.35			36013	58	PO	36013	
3124298	Covelo	covelo	ES		0	Europe/Madrid	42.21667	-8.36667		Covelo,Santa Marina		58	PO	36013	
3124299	Covelo	covelo	ES		15	Europe/Madrid	42.21667	-7.11667				58	OR	32086	
3124300	Covas	covas	ES		0	Europe/Madrid	43.67101	-7.61315		Covas,San Juan		58	LU	27066	
3124301	Covas	covas	ES		0	Europe/Madrid	43.55	-8.26667		Cobas,Covas,San Martin,San Martín		58	C	15036	
3124302	Covas	covas	ES		0	Europe/Madrid	43.04673	-6.99029				58	LU	27034	
3124303	Covas	covas	ES		0	Europe/Madrid	42.94268	-9.10487				58	C	15034	
3124305	Covas	covas	ES		0	Europe/Madrid	42.87799	-8.64324				58	C	15002	
3124306	Covas	covas	ES		0	Europe/Madrid	42.86831	-7.30552				58	LU	27901	
3124307	Covas	covas	ES		0	Europe/Madrid	42.76431	-7.00363				58	LU	27012	
3124308	Covas	covas	ES		0	Europe/Madrid	42.48333	-8.76667		Covas,Santa Cristina		58	PO	36028	
3124309	Covas	covas	ES		0	Europe/Madrid	42.48097	-6.83584		Covas,San Salvador		58	OR	32073	
3124310	Covas	covas	ES		0	Europe/Madrid	42.35	-7.73333		Covas,San Cipriano		58	OR	32058	
3124311	Covas	covas	ES		3	Europe/Madrid	42.3	-7.55				58	OR	32049	
3124315	Covallo	covallo	ES		0	Europe/Madrid	42.73333	-7.25				58	LU	27055	
3124319	Covadonga	covadonga	ES		70	Europe/Madrid	43.30819	-5.05491		Basilica de Covadonga,Basílica de Covadonga,Cova Dominica,Covadonga,Cuadonga,Kovadonga,Ковадонга		34	O	33012	
3124320	Covachuelas	covachuelas	ES		0	Europe/Madrid	41.31699	-3.72066				55	SG	40016	
3124326	Couzadoiro	couzadoiro	ES		0	Europe/Madrid	43.66347	-7.79091		Couzadoiro,Couzadorio,San Salvador		58	C	15061	
3124327	Couzadoiro	couzadoiro	ES		0	Europe/Madrid	43.65	-7.78333		Couzadoiro,Couzadorio,San Cristobal,San Cristóbal		58	C	15061	
3124328	Couz	couz	ES		0	Europe/Madrid	43.363	-6.74199				34	O	33077	
3124329	Couto de Arriba	couto-de-arriba	ES		0	Europe/Madrid	42.47084	-8.80944				58	PO	36006	
3124330	Couto de Abajo	couto-de-abajo	ES		0	Europe/Madrid	42.46667	-8.81667				58	PO	36006	
3124337	Couso de Salas	couso-de-salas	ES		0	Europe/Madrid	41.96266	-7.92387		Couso de Salas,Santiago		58	OR	32051	
3124344	Couso	couso	ES		0	Europe/Madrid	43.13795	-8.77949		Couso		58	C	15029	
3124345	Couso	couso	ES		0	Europe/Madrid	42.96667	-7.25				58	LU	27011	
3124346	Couso	couso	ES		0	Europe/Madrid	42.57606	-8.55326		Couso,San Cristovo do Couso		58	PO	36007	
3124347	Couso	couso	ES		0	Europe/Madrid	42.51975	-9.03728		Couzo		58	C	15073	
3124348	Couso	couso	ES		0	Europe/Madrid	42.42916	-8.29064				58	OR	32004	
3124349	Couso	couso	ES		0	Europe/Madrid	42.08354	-8.7413				58	PO	36021	
3124352	Courel	courel	ES		0	Europe/Madrid	43.25954	-7.24056				58	LU	27054	
3124354	Coucieiro	coucieiro	ES		0	Europe/Madrid	43.03686	-9.16819		Couceiro,Coucieiro,San Pedro		58	C	15052	
3124355	Coucieiro	coucieiro	ES		0	Europe/Madrid	43	-8.66667		Coucieiro,San Martin,San Martín		58	C	15088	
3124356	Coucieiro	coucieiro	ES		0	Europe/Madrid	42.25098	-7.7735		Coucieiro,San Vicente		58	OR	32055	
3124358	Couboeira	couboeira	ES		0	Europe/Madrid	43.48333	-7.36667		Couboeira,Santa Maria,Santa María		58	LU	27030	
3124359	Coto y Daca	coto-y-daca	ES		0	Europe/Madrid	40.05	-6.06667		Caserio Coto y Daca,Caserio Coto y Data,Caserío Coto y Daca,Caserío Coto y Data,Coto y Daca		57	CC	10148	
3124361	Cotorraso	cotorraso	ES		0	Europe/Madrid	43.30895	-5.72954		Cotorraso,Cotorroso		34	O	33031	
3124362	Cotorraso	cotorraso	ES		0	Europe/Madrid	43.10492	-5.82708				34	O	33033	
3124363	Coto Navacebrera y Navahermosa	coto-navacebrera-y-navahermosa	ES		0	Europe/Madrid	40.07358	-6.0045		Caserio Coto Navacebrera y Navahermes,Caserio Coto Navacebrera y Navahermosa,Caserío Coto Navacebrera y Navahermes,Caserío Coto Navacebrera y Navahermosa,Coto Navacebrera y Navahermosa		57	CC	10148	
3124365	Coto de San Miguel	coto-de-san-miguel	ES		0	Europe/Madrid	40.35	-5.83333		Caserio Coto de San Miguel,Caserío Coto de San Miguel,Coto de San Miguel		55	SA	37263	
3124366	Coto de Buenamadre	coto-de-buenamadre	ES		0	Europe/Madrid	43.08016	-6.23686				34	O	33068	
3124369	Coto	coto	ES		0	Europe/Madrid	43.54009	-7.09347				58	LU	27051	
3124370	Coto	coto	ES		0	Europe/Madrid	43.42014	-5.70487				34	O	33066	
3124371	Coto	coto	ES		0	Europe/Madrid	43.33333	-5.65				34	O	33031	
3124374	Cotillo	cotillo	ES		0	Europe/Madrid	43.20256	-4.00427		Cotillo		39	S	39003	
3124377	Coterillo	coterillo	ES		0	Europe/Madrid	43.2604	-3.78878				39	S	39081	
3124378	Coterces e Encrucillada	coterces-e-encrucillada	ES		0	Europe/Madrid	42.71165	-7.07682				58	LU	27045	
3124381	Cotarons	cotarons	ES		0	Europe/Madrid	42.31667	-7.3				58	OR	32029	
3124382	Cotariello	cotariello	ES		0	Europe/Madrid	43.43392	-6.35244				34	O	33059	
3124383	Cotariella	cotariella	ES		0	Europe/Madrid	43.40343	-5.37704				34	O	33009	
3124386	Cotaredo	cotaredo	ES		0	Europe/Madrid	43.18333	-8.91667		Cotaredo		58	C	15014	
3124389	Cotanes	cotanes	ES		153	Europe/Madrid	41.81723	-5.28996		Cotanes		55	ZA	49055	
3124396	Costamar	costamar	ES		0	Europe/Madrid	43.37776	-3.42718		Costamar,Costomar		39	S	39038	
3124400	Cospindo	cospindo	ES		0	Europe/Madrid	43.25	-8.91667		Cospindo,San Tirso		58	C	15068	
3124402	Cospeito	cospeito	ES		0	Europe/Madrid	43.28264	-7.08102				58	LU	27018	
3124403	Cospeito	cospeito	ES		0	Europe/Madrid	43.21667	-7.55		Cospeito,Santa Maria,Santa María		58	LU	27015	
3124409	Cosera de Luna	cosera-de-luna	ES		0	Europe/Madrid	42.88333	-5.88333		Cosera,Cosera de Luna		55	LE	24012	
3124422	Corzos	corzos	ES		0	Europe/Madrid	42.22207	-7.01743				58	OR	32083	
3124423	Corzón	corzon	ES		0	Europe/Madrid	42.96026	-9.00297		Corzon,Corzón,San Cristobal,San Cristóbal		58	C	15045	
3124425	Corzanes	corzanes	ES		0	Europe/Madrid	42.11667	-8.46667		Corzanes,San Miguel		58	PO	36050	
3124427	Corvite	corvite	ES		0	Europe/Madrid	43.31667	-7.48333		Corbite,Corvite,San Pedro		58	LU	27001	
3124430	Corvesin	corvesin	ES		0	Europe/Madrid	41.2	-2.4		Cobersin,Corvesin,Corvesun,Corvesún		55	SO	42113	
3124433	Corvelle	corvelle	ES		0	Europe/Madrid	43.35	-7.56667		Corbelle,Corvelle,San Bartolome,San Bartolomé		58	LU	27065	
3124434	Corvelle	corvelle	ES		0	Europe/Madrid	43.28333	-7.41667		Corbelle,Corvelle,San Martin,San Martín		58	LU	27044	
3124435	Corvelle	corvelle	ES		0	Europe/Madrid	42.80642	-7.35908		Corbelle,Santa Maria,Santa María		58	LU	27057	
3124436	Corveira	corveira	ES		0	Europe/Madrid	43.00203	-7.23561				58	LU	27004	
3124442	Coruxou	coruxou	ES		0	Europe/Madrid	43.25	-8.1		San Salvador		58	C	15039	
3124443	Coruxo	coruxo	ES		0	Europe/Madrid	42.18333	-8.78333		San Salvador		58	PO	36057	
3124444	Coruxedo	coruxedo	ES		0	Europe/Madrid	42.91667	-6.93333				58	LU	27012	
3124446	Coruja	coruja	ES		0	Europe/Madrid	43.46026	-7.06876				34	O	33074	
3124453	Cortiñán	cortinan	ES		0	Europe/Madrid	43.28333	-8.25		Cortinan,Cortiñán,Santa Maria,Santa María		58	C	15008	
3124456	Cortillas	cortillas	ES		0	Europe/Madrid	42.53076	-0.21689				52	HU	22252	
3124457	Cortijo de San Isidro	cortijo-de-san-isidro	ES		0	Europe/Madrid	40.05243	-3.56153		Cortijo de San Isidro,El Cortijo,Real Cortijo		29	M	28013	
3124475	Cortella	cortella	ES		0	Europe/Madrid	42.81667	-7.23333				58	LU	27026	
3124477	Cortegazas	cortegazas	ES		0	Europe/Madrid	42.33001	-8.23323		Cortegazas		58	OR	32004	
3124479	Cortegada	cortegada	ES		0	Europe/Madrid	42.65921	-8.21264		Cortegada,Santa Maria,Santa María		58	PO	36052	
3124480	Cortegada	cortegada	ES		0	Europe/Madrid	42.20983	-8.1682		Cortegada	32027	58	OR	32027	
3124481	Cortegada	cortegada	ES		0	Europe/Madrid	42.11725	-7.64529				58	OR	32078	
3124482	Kortazar	cortazar	ES		0	Europe/Madrid	43.36153	-2.54339				59	BI	48049	
3124483	Cortapezas	cortapezas	ES		0	Europe/Madrid	42.81854	-7.63712		Cortapezas		58	LU	27049	
3124484	Cortalaviña	cortalavina	ES		0	Europe/Madrid	42.56363	0.17023		Cortalavina,Cortalaviña		52	HU	22227	
3124488	Cors	cors	ES		0	Europe/Madrid	42.09572	2.7884				56	GI	17056	
3124491	Corrubedo	corrubedo	ES		0	Europe/Madrid	42.86671	-9.0046		Corrubedo		58	C	15045	
3124492	Corrubedo	corrubedo	ES		0	Europe/Madrid	42.57394	-9.07316		Santa Maria,Santa María		58	C	15073	
3124493	Corros	corros	ES		0	Europe/Madrid	43.53333	-5.91667		Corros,Santa Maria Magdalena,Santa María Magdalena		34	O	33004	
3124494	Corros	corros	ES		0	Europe/Madrid	43.41405	-6.40313				34	O	33034	
3124495	Corros	corros	ES		0	Europe/Madrid	43.38765	-5.58863				34	O	33066	
3124496	Corros	corros	ES		0	Europe/Madrid	43.01092	-6.46681				34	O	33011	
3124497	Corró de Vall	corro-de-vall	ES		0	Europe/Madrid	41.63152	2.30264				56	B	08181	
3124498	Corrobárceno	corrobarceno	ES		0	Europe/Madrid	43.29277	-3.95731				39	S	39056	
3124500	Korres	corres	ES		0	Europe/Madrid	42.69876	-2.43369		Corres,Korres		59	VI	01037	
3124502	Currelos	currelos	ES		0	Europe/Madrid	42.67925	-7.64786		Correlos		58	LU	27058	
3124503	Correxáis	correxais	ES		0	Europe/Madrid	42.39906	-7.05932				58	OR	32088	
3124504	Corredoira	corredoira	ES		0	Europe/Madrid	42.5	-8.43333		Corredoira,San Gregorio		58	PO	36902	
3124510	Corras de la Puente	corras-de-la-puente	ES		0	Europe/Madrid	43.25948	-5.86854				34	O	33038	
3124514	Corralín	corralin	ES		0	Europe/Madrid	42.95	-6.68333				34	O	33028	
3124523	Corral de Garcíñigo	corral-de-garcinigo	ES		0	Europe/Madrid	40.65192	-5.93505		Corral de Garcinigo,Corral de Garcíñigo		55	SA	37041	
3124535	Coroto	coroto	ES		0	Europe/Madrid	43.12821	-7.23995				58	LU	27004	
3124536	Corota	corota	ES		0	Europe/Madrid	43.25289	-7.20728				58	LU	27029	
3124548	Corolla	corolla	ES		0	Europe/Madrid	43.54366	-5.61966				34	O	33024	
3124553	Cornudella	cornudella	ES		0	Europe/Madrid	41.26583	0.90508				56	T	43049	
3124556	Cornón	cornon	ES		0	Europe/Madrid	42.76717	-4.7481				55	P	34171	
3124563	Cornido	cornido	ES		0	Europe/Madrid	42.86822	-9.0906				58	C	15020	
3124564	Cornide	cornide	ES		0	Europe/Madrid	43.11292	-7.49812				58	LU	27010	
3124566	Cornes	cornes	ES		0	Europe/Madrid	42.84271	-9.03619		Cornes		58	C	15053	
3124570	Cornejo	cornejo	ES		0	Europe/Madrid	43.0273	-3.62738				55	BU	09215	
3124573	Corneira	corneira	ES		0	Europe/Madrid	42.95663	-8.81639		Corneira		58	C	15007	
3124574	Corneda	corneda	ES		0	Europe/Madrid	42.98333	-8.06667		Corneda,San Pedro		58	C	15010	
3124575	Corneda	corneda	ES		0	Europe/Madrid	42.46667	-8.11667		Carneda,Corneda,Santiago		58	OR	32035	
3124578	Corneantes	corneantes	ES		0	Europe/Madrid	42.87758	-6.91902				58	LU	27012	
3124579	Cornazo	cornazo	ES		0	Europe/Madrid	42.58712	-8.76301		Cornazo,San Pedro		58	PO	36060	
3124581	Cornanda	cornanda	ES		0	Europe/Madrid	42.84442	-8.79139		Cornanda		58	C	15013	
3124583	Cornado	cornado	ES		0	Europe/Madrid	42.85251	-8.26493		Cornado,San Tirso		58	PO	36059	
3124585	Cormes	cormes	ES		0	Europe/Madrid	42.81919	-7.12576		Cormes		58	LU	27006	
3124586	Corme-Porto	corme-porto	ES		0	Europe/Madrid	43.2653	-8.96317		Corme		58	C	15068	
3124588	Corme-Aldea	corme-aldea	ES		0	Europe/Madrid	43.27521	-8.9875		San Adrian,San Adrián		58	C	15068	
3124591	Corias	corias	ES		0	Europe/Madrid	43.44872	-6.13777		Corias		34	O	33051	
3124592	Corias	corias	ES		0	Europe/Madrid	43.19966	-6.54327		Corias		34	O	33011	
3124594	Corgo	corgo	ES		4312	Europe/Madrid	42.94434	-7.4314		Corgo		58	LU	27014	
3124601	Corexido	corexido	ES		0	Europe/Madrid	42.28333	-7.05				58	OR	32083	
3124618	Córcores	corcores	ES		22	Europe/Madrid	42.43333	-8.25		Corcores,Córcores		58	OR	32004	
3124621	Corcoesto	corcoesto	ES		0	Europe/Madrid	43.2282	-8.84342		Corcoesto		58	C	15014	
3124627	Corbero	corbero	ES		0	Europe/Madrid	43.1202	-6.46492				34	O	33011	
3124631	Corbelle	corbelle	ES		0	Europe/Madrid	42.04945	-8.01338				58	OR	32006	
3124647	Vera Cruz Mesedetako Misiolarien komentua / Convento de la Vera Cruz de las Mercedarias Misioneras	vera-cruz-mesedetako-misiolarien-komentua-convento-de-la-vera-cruz-de-las-mercedarias-misioneras	ES		0	Europe/Madrid	43.18226	-2.57373		Convento de la Vera Cruz de las Mercedarias Misioneras,Vera Cruz Mesedetako Misiolarien komentua		59	BI	48019	
3124648	Contrueces	contrueces	ES		0	Europe/Madrid	43.51667	-5.66667				34	O	33024	
3124650	Kontrasta	contrasta	ES		0	Europe/Madrid	42.77003	-2.29502		Contrasta		59	VI	01056	
3124655	Constantins, Contestins	constantins-contestins	ES		48	Europe/Madrid	41.98259	2.68976	152			56	GI	17163	
3124662	Constante	constante	ES		0	Europe/Madrid	42.92509	-7.61431		Constante,Costante		58	LU	27023	
3124668	Conxo	conxo	ES		0	Europe/Madrid	42.86667	-8.55		Santa Maria,Santa María		58	C	15078	
3124671	Congostro	congostro	ES		0	Europe/Madrid	42.04445	-7.88003				58	OR	32006	
3124677	Congosta	congosta	ES		0	Europe/Madrid	42.12776	-6.10381				55	ZA	49018	
3124691	Condomiña	condomina	ES		0	Europe/Madrid	43.4639	-7.28886				58	LU	27027	
3124697	Condado	condado	ES		0	Europe/Madrid	42.80937	-3.52346				55	BU	09217	
3124698	Condado	condado	ES		0	Europe/Madrid	42.16391	-8.17155				58	PO	36014	
3124700	Concilio	concilio	ES		0	Europe/Madrid	42.30461	-0.74474				52	HU	22173	
3124708	Concellín	concellin	ES		0	Europe/Madrid	43.32217	-6.62118		Concellin,Concellín,Coucellin		34	O	33073	
3124710	Concejero	concejero	ES		0	Europe/Madrid	43.10249	-3.34868				55	BU	09410	
3124718	Conanglell	conanglell	ES		0	Europe/Madrid	42.04586	2.2465				56	B	08150	
3124724	Compostela	compostela	ES		0	Europe/Madrid	41.88306	-8.14722				58	OR	32042	
3124729	Comesaña	comesana	ES		159	Europe/Madrid	42.2	-8.75				58	PO	36057	
3124732	Comeal	comeal	ES		0	Europe/Madrid	42.72762	-6.97496				58	LU	27012	
3124738	Comba	comba	ES		0	Europe/Madrid	43.33818	-5.61137				34	O	33066	
3124739	Comba	comba	ES		0	Europe/Madrid	43.20538	-6.6445				34	O	33001	
3124743	Comareiro	comareiro	ES		0	Europe/Madrid	43.06239	-8.98537		Comareiro		58	C	15092	
3124748	Colúns	coluns	ES		0	Europe/Madrid	42.95349	-9.0318		Coluns,Colúns		58	C	15045	
3124754	Colsa	colsa	ES		0	Europe/Madrid	43.15419	-4.26779				39	S	39086	
3124755	Colonia de Valverde	colonia-de-valverde	ES		0	Europe/Madrid	40.4	-3.3		Colonia Agricola,Colonia Agrícola,Colonia de Valverde		29	M	28166	
3124756	Colonia de Tormos	colonia-de-tormos	ES		0	Europe/Madrid	42.10137	-0.67232		Colonia de Tormos,Colonia de Tornos		52	HU	22014	
3124757	Colonia de la Estación	colonia-de-la-estacion	ES		0	Europe/Lisbon	40.59897	-6.82342				55	SA	37140	
3124758	Colonia Alta	colonia-alta	ES		0	Europe/Madrid	40.45138	-3.79438		Barrio Colonia Alfar,Colonia Alfar,Colonia Alta		29	M	28115	
3124763	Colniella	colniella	ES		0	Europe/Madrid	43.44394	-6.3226		Colniella,Coroniella		34	O	33059	
3124767	Colmenares	colmenares	ES		0	Europe/Madrid	42.79502	-4.5216				55	P	34056	
3124776	Colloto	colloto	ES		0	Europe/Madrid	43.38266	-5.79956		Calloto,Colloto,Santa Eulalia		34	O	33066	
3124785	Collblanc i La Torrassa	collblanc-i-la-torrassa	ES		0	Europe/Madrid	41.37122	2.12708				56	B	08019	
3124791	Collanzo	collanzo	ES		0	Europe/Madrid	43.12347	-5.56391		Collanzo		34	O	33002	
3124792	Colantres	colantres	ES		0	Europe/Madrid	43.26287	-8.17303				58	C	15027	
3124797	Collado Royo y Poviles	collado-royo-y-poviles	ES		0	Europe/Madrid	40.1	-0.66667		Caserio Collado Royo,Caserío Collado Royo,Collado Royo y Poviles		52	TE	44206	
3124811	Colladín	colladin	ES		0	Europe/Madrid	43.38909	-5.112				34	O	33012	
3124814	Colladas	colladas	ES		0	Europe/Madrid	43.33135	-5.55228				34	O	33006	
3124815	Collada	collada	ES		0	Europe/Madrid	43.43333	-5.61667		Collada,La Collada,San Pedro		34	O	33066	
3124816	Collada	collada	ES		0	Europe/Madrid	43.36357	-6.56235				34	O	33073	
3124817	Collada	collada	ES		0	Europe/Madrid	43.15633	-6.7921				34	O	33001	
3124822	Colinas de Trasmonte	colinas-de-trasmonte	ES		0	Europe/Madrid	42.00366	-5.81017				55	ZA	49171	
3124823	Colinas del Campo de Martín Moro	colinas-del-campo-de-martin-moro	ES		0	Europe/Madrid	42.76851	-6.29246		Colinas del Campo de Martin Moro,Colinas del Campo de Martín Moro		55	LE	24083	
3124827	Colina	colina	ES		0	Europe/Madrid	43.03577	-3.44542				55	BU	09189	
3124828	Coles	coles	ES		3292	Europe/Madrid	42.4	-7.83333		Coles,San Juan	32026	58	OR	32026	
3124829	Colera	colera	ES		702	Europe/Madrid	42.40394	3.15153		Colera	17054	56	GI	17054	
3124830	Coldobrero	coldobrero	ES		0	Europe/Madrid	43.40698	-6.62279				34	O	33073	
3124834	Cojos de Robliza	cojos-de-robliza	ES		0	Europe/Madrid	40.84613	-5.98563		Cojos de Robliza		55	SA	37270	
3124838	Coiro	coiro	ES		0	Europe/Madrid	43.24499	-8.5429		Coiro,San Julian,San Julián		58	C	15041	
3124839	Coiro	coiro	ES		0	Europe/Madrid	42.89418	-9.00565				58	C	15045	
3124840	Coiro	coiro	ES		0	Europe/Madrid	42.28333	-8.76667		Coiro,San Salvador		58	PO	36008	
3124855	Cogolló	cogollo	ES		0	Europe/Madrid	43.45832	-5.99458		Cogollo,Cogolló,Cogoyo		34	O	33054	
3124856	Cogela	cogela	ES		0	Europe/Madrid	43.46667	-7.08333		Cogela,Santiago		58	LU	27051	
3124861	Cofiñu	cofinu	ES		0	Europe/Madrid	43.41272	-5.22769				34	O	33045	
3124864	Coeo	coeo	ES		0	Europe/Madrid	42.97503	-7.4725				58	LU	27028	
3124865	Coens	coens	ES		0	Europe/Madrid	43.17921	-8.99931		Coens		58	C	15040	
3124866	Coence	coence	ES		0	Europe/Madrid	42.8346	-7.89727		Coence,San Miguel		58	LU	27040	
3124867	Coence	coence	ES		0	Europe/Madrid	42.82655	-7.88442				58	LU	27040	
3124869	Coedo	coedo	ES		34	Europe/Madrid	42.41667	-6.96667				58	OR	32009	
3124870	Coedo	coedo	ES		0	Europe/Madrid	42.13731	-7.77742				58	OR	32001	
3124873	Codosedo	codosedo	ES		0	Europe/Madrid	42.14157	-7.60417				58	OR	32078	
3124880	Codesoso	codesoso	ES		0	Europe/Madrid	43.03333	-7.98333		Codesoso,San Miguel		58	C	15080	
3124881	Codesos	codesos	ES		0	Europe/Madrid	43.00289	-9.17926		Codesos		58	C	15023	
3124882	Codeso	codeso	ES		0	Europe/Madrid	42.8	-8.4		Codeso,Santa Eulalia,Santa Eulalía		58	C	15012	
3124896	Cobres	cobres	ES		0	Europe/Madrid	42.33333	-8.63333		Cobres,Santa Cristina		58	PO	36058	
3124897	Cobres	cobres	ES		0	Europe/Madrid	42.30137	-8.65654		San Adrian,San Adrian de Veiga,San Adrián,San Adrián de Veiga		58	PO	36058	
3124900	Cobre	cobre	ES		0	Europe/Madrid	43.44929	-7.01565				34	O	33074	
3124901	Cobos Junto a la Molina	cobos-junto-a-la-molina	ES		0	Europe/Madrid	42.53398	-3.6097				55	BU	09906	
3124907	Cobijón	cobijon	ES		0	Europe/Madrid	43.33763	-4.23336				39	S	39090	
3124912	Cobelas	cobelas	ES		0	Europe/Madrid	42.00185	-7.72271				58	OR	32012	
3124918	Cobas	cobas	ES		0	Europe/Madrid	42.48313	-7.95951				58	OR	32076	
3124919	Cobas	cobas	ES		0	Europe/Madrid	41.95694	-7.77774		Cobas,Covas		58	OR	32012	
3124922	Coba	coba	ES		0	Europe/Madrid	43.46513	-6.80268		Coba,Lebredo		34	O	33007	
3124923	Coba	coba	ES		0	Europe/Madrid	43.42372	-7.03319				34	O	33074	
3124924	Coba	coba	ES		0	Europe/Madrid	42.3154	-7.33335		Coba,Santa Maria,Santa María		58	OR	32063	
3124929	Clot del Moro	clot-del-moro	ES		0	Europe/Madrid	42.26546	1.97809		Clot del Moro,El Clot del Moro		56	B	08052	
3124932	el Clot	el-clot	ES		27170	Europe/Madrid	41.40986	2.19053		Barrio El Clot,Clot,El Clot		56	B	08019	10
3124933	Clocalou	clocalou	ES		0	Europe/Madrid	42.20903	2.4839		Clacalou,Clocalou		56	GI	17208	
3124953	Zizurkil	zizurkil	ES		0	Europe/Madrid	43.19917	-2.0742		Cizurquil,Cizúrquil,Zizurkil		59	SS	20028	
3124955	Zizur Mayor	zizur-mayor	ES		13345	Europe/Madrid	42.78795	-1.69065	459	Cizur Mayor,Zizur,Zizur Mayor,Zizur Nagusia		32	NA	31907	
3124957	Cives de Arriba	cives-de-arriba	ES		0	Europe/Madrid	42.93256	-9.02752		Cives de Arriba		58	C	15045	
3124958	Cives de Abajo	cives-de-abajo	ES		0	Europe/Madrid	42.9348	-9.02692				58	C	15045	
3124960	Siurana de Prades	siurana-de-prades	ES		0	Europe/Madrid	41.25	0.93333		Ciurana,Ciurana de Prades,Siurana,Siurana de Prades		56	T	43049	
3124964	Ciudad Lineal	ciudad-lineal	ES		228171	Europe/Madrid	40.44505	-3.65132		Barrio Ciudad Lineal,Ciudad Lineal,Ciudad Lineal distritu,Linia Urbo,swydad lynyal,سويداد لينيال,シウダー・リネアル		29	M	28079	15
3124966	Cidadela	cidadela	ES		0	Europe/Madrid	43.08333	-8.03333		Santa Maria,Santa María		58	C	15090	
3124967	Ciutadella	ciutadella	ES		29160	Europe/Madrid	40.00112	3.84144		Ciudadela,Ciutadella,QIU	07015	07	PM	07015	
3124968	A Cidade	a-cidade	ES		0	Europe/Madrid	42.51667	-8.15				58	OR	32035	
3124971	Cistérniga	cisterniga	ES		5983	Europe/Madrid	41.61294	-4.68697		Cisterniga,Cistérniga	47052	55	VA	47052	
3124976	Cirviago	cirviago	ES		0	Europe/Madrid	43.28333	-6.51667				34	O	33073	
3124913	Cobejo	cobejo	ES	39420	0	Europe/Madrid	43.12741	-4.06236		Cobejo		39	S	39046	
3125000	Circes	circes	ES		0	Europe/Madrid	42.83333	-8.21667		Circes,Santa Marina		58	PO	36059	
3125001	Cirauqui	cirauqui	ES		474	Europe/Madrid	42.67596	-1.89115		Cirauqui	31074	32	NA	31074	
3125003	Cira	cira	ES		0	Europe/Madrid	42.76667	-8.35		Cira,Santa Eulalia		58	PO	36052	
3125004	Ciquiril	ciquiril	ES		0	Europe/Madrid	42.59509	-8.53121		Cequeril,Santa Maria de Secril,Santa María de Secril		58	PO	36015	
3125013	Cinge	cinge	ES		0	Europe/Madrid	43.50937	-7.15371				58	LU	27051	
3125014	Cines	cines	ES		0	Europe/Madrid	43.23333	-8.23333		Cines,San Nicolas,San Nicolás		58	C	15902	
3125027	Cimalavilla	cimalavilla	ES		0	Europe/Madrid	43.3	-5.71667		Cimadevilla,Cimalavilla		34	O	33031	
3125028	Cimadevilla	cimadevilla	ES		0	Europe/Madrid	43.52725	-5.59013		Cimadevilla		34	O	33024	
3125029	Cimadevilla	cimadevilla	ES		0	Europe/Madrid	43.53069	-5.55019				34	O	33076	
3125030	Cimadevilla	cimadevilla	ES		0	Europe/Madrid	43.3397	-6.86054				34	O	33029	
3125031	Cimadevilla	cimadevilla	ES		0	Europe/Madrid	43.26667	-6.98333				34	O	33075	
3125032	Cima de Vila de Santalla	cima-de-vila-de-santalla	ES		0	Europe/Madrid	43.37803	-7.29616				58	LU	27054	
3125033	Cima de Vila	cima-de-vila	ES		0	Europe/Madrid	43.43748	-7.19954				58	LU	27061	
3125034	Cimadevila	cimadevila	ES		24	Europe/Madrid	42.3	-7.21667				58	OR	32044	
3125035	Cima de Ribeira	cima-de-ribeira	ES		0	Europe/Madrid	42.00418	-7.78075		Cima de Ribeira		58	OR	32032	
3125046	Celeirós	celeiros	ES		0	Europe/Madrid	42.25749	-7.11433				58	OR	32015	
3125048	Cilleiro	cilleiro	ES		0	Europe/Madrid	43.68333	-7.58333		Santiago		58	LU	27066	
3125049	Cillero	cillero	ES		0	Europe/Madrid	43.51667	-7.25		Cillero,Santa Cristina		58	LU	27005	
3125052	Cillarrena	cillarrena	ES		0	Europe/Madrid	42.30543	-3.00218		Cilbarrena,Cillarrena,Zilbarrena		27	LO	26061	
3125057	Zildotz	zildotz	ES		0	Europe/Madrid	42.88333	-1.66667		Cildoz,Zildotz		32	NA	31101	
3125091	Cícere	cicere	ES		0	Europe/Madrid	43.04821	-8.87638		Cicere,Cícere		58	C	15077	
3125102	Churío	churio	ES		0	Europe/Madrid	43.25	-8.08333		Churio,Churío,San Martin		58	C	15039	
3125113	Choza	choza	ES		0	Europe/Madrid	43.47224	-7.15453				58	LU	27061	
3125118	Choura	choura	ES		0	Europe/Madrid	42.75835	-8.91762		Choura,Chouza		58	C	15042	
3125119	Choupana	choupana	ES		0	Europe/Madrid	42.93521	-9.01598				58	C	15045	
3125133	Chodos	chodos	ES		123	Europe/Madrid	40.24517	-0.28795		Chodos,Xodos		60	CS	12055	
3125137	Chiva de Morella	chiva-de-morella	ES		0	Europe/Madrid	40.65881	-0.12541		Chiva de Morella,Xiva de Morella		60	CS	12080	
3125146	Txintxetru	chinchetru	ES		0	Europe/Madrid	42.8359	-2.45549		Chinchetru,Intxetru,Txintxetru		59	VI	01053	
3125163	Chert/Xert	chert-xert	ES		890	Europe/Madrid	40.51944	0.15831		Cheri,Chert,Xert	12052	60	CS	12052	
3125169	Cheo	cheo	ES		0	Europe/Madrid	43.00758	-9.10604		Cheo		58	C	15034	
3125170	Chenzas	chenzas	ES		2	Europe/Madrid	42.43333	-7.25				58	LU	27052	
3125171	Chenlo	chenlo	ES		0	Europe/Madrid	42.11667	-8.65		Chenlo,San Juan		58	PO	36039	
3125172	Chelo	chelo	ES		0	Europe/Madrid	42.69445	-7.26199				58	LU	27055	
3125173	Cheis	cheis	ES		0	Europe/Madrid	43.12962	-8.96958		Cheis		58	C	15092	
3125176	Chazo	chazo	ES		0	Europe/Madrid	42.6	-8.88333		Chazo		58			
3125177	Chayán	chayan	ES		0	Europe/Madrid	42.95561	-8.53088		Santa Maria,Santa María		58	C	15086	
3125181	Chave	chave	ES		104	Europe/Madrid	42.75	-8.88333		Chave		58	C	15042	
3125182	Chave	chave	ES		0	Europe/Madrid	42.69631	-7.65005				58	LU	27058	
3125189	Chas	chas	ES		0	Europe/Madrid	42.31667	-7.58333		Chas,San Juan		58	OR	32049	
3125190	Chas	chas	ES		0	Europe/Madrid	41.89989	-7.50381				58	OR	32053	
3125199	Chapela	chapela	ES		0	Europe/Madrid	42.27013	-8.66783		Chapela,San Fausto		58	PO	36045	
3125201	Chapa	chapa	ES		23	Europe/Madrid	42.71667	-8.28333				58	PO	36052	
3125202	Chaovillarín	chaovillarin	ES		0	Europe/Madrid	42.89672	-6.95716				58	LU	27012	
3125203	Chaos	chaos	ES		5	Europe/Madrid	42.7	-7.25				58	LU	27055	
3125205	Chao del Campo	chao-del-campo	ES		0	Europe/Madrid	43.45	-6.83333				34	O	33023	
3125206	Chao de Fabeiro	chao-de-fabeiro	ES		0	Europe/Madrid	42.56911	-7.51521		San Ramon,San Ramón		58	LU	27031	
3125209	Chaodarcas	chaodarcas	ES		0	Europe/Madrid	42.32799	-7.74362		Chaodarcas,Santa Ana		58	OR	32058	
3125210	Chao da Casa	chao-da-casa	ES		0	Europe/Madrid	42.42382	-7.20057				58	LU	27050	
3125211	Chao	chao	ES		0	Europe/Madrid	42.83968	-6.97107				58	LU	27012	
3125212	Chantada	chantada	ES		9339	Europe/Madrid	42.60876	-7.77115			27016	58	LU	27016	
3125217	Chandreja	chandreja	ES		0	Europe/Madrid	42.38333	-7.53333		Chandreja,Santa Maria,Santa María		58	OR	32057	
3125218	Chandrexa	chandrexa	ES		0	Europe/Madrid	42.25452	-7.38102		Chandrexa,Chandrexa de Queixa,San Pedro de Chandrexa		58	OR	32029	
3125221	Chan de Vilar	chan-de-vilar	ES		0	Europe/Madrid	42.78332	-7.12284				58	LU	27037	
3125224	Chan de Lagares	chan-de-lagares	ES		0	Europe/Madrid	42.8271	-7.00346				58	LU	27012	
3125225	Chandeiro	chandeiro	ES		0	Europe/Madrid	42.82639	-7.01313				58	LU	27012	
3125226	Chandebrito	chandebrito	ES		0	Europe/Madrid	42.16667	-8.75		Chandebrito		58	PO	36035	
3125227	Chan da Pena	chan-da-pena	ES		0	Europe/Madrid	42.6516	-7.08803				58	LU	27045	
3125230	Chamusiños	chamusinos	ES		0	Europe/Madrid	42.01292	-7.64898				58	OR	32082	
3125231	Chamoso	chamoso	ES		0	Europe/Madrid	42.96667	-7.45		Chamoso,San Bartolome,San Bartolomé		58	LU	27014	
3125232	Chamoso	chamoso	ES		0	Europe/Madrid	42.95	-7.43333		Chamoso,San Cristobal,San Cristóbal		58	LU	27014	
3125233	Chamoso	chamoso	ES		0	Europe/Madrid	42.934	-7.444		Chamoso,San Andres,San Andrés		58	LU	27014	
3125235	Chamín do Medio	chamin-do-medio	ES		0	Europe/Madrid	43.30555	-8.56486		Chamin do Medio,Chamín do Medio		58	C	15005	
3125236	Chamín de Arriba	chamin-de-arriba	ES		0	Europe/Madrid	43.30535	-8.56878				58	C	15005	
3125237	Chamín de Abaixo	chamin-de-abaixo	ES		0	Europe/Madrid	43.3	-8.56667				58	C	15041	
3125238	Chamín	chamin	ES		0	Europe/Madrid	43.3	-8.56667		Chamin,Chamín,Santa Eulalia		58	C	15005	
3125239	Chamartín	chamartin	ES		140000	Europe/Madrid	40.46206	-3.6766	685	Chamartin,Chamartin de la Rosa,Chamartín,Chamartín de la Rosa,Distrito Chamartin,Distrito Chamartín		29	M	28079	5
3125240	Chamartín	chamartin	ES		94	Europe/Madrid	40.70267	-4.95769		Chamartin,Chamartin de la Sierra,Chamartín	05067	55	AV	05067	
3125246	Chaín	chain	ES		0	Europe/Madrid	43.07315	-7.15079				58	LU	27018	
3125247	Chaín	chain	ES		0	Europe/Madrid	42.11667	-8.73333		Chain,Chaín,Santa Maria,Santa María		58	PO	36021	
3125248	Chaherrero	chaherrero	ES		0	Europe/Madrid	40.85037	-4.9624				55	AV	05065	
3125249	Chaguazoso	chaguazoso	ES		0	Europe/Madrid	42.19251	-7.21637				58	OR	32092	
3125250	Chaguazoso	chaguazoso	ES		0	Europe/Madrid	41.97429	-7.04533				58	OR	32048	
3125254	Chacín	chacin	ES		0	Europe/Madrid	43.35682	-7.26788				58	LU	27054	
3125255	Chacín	chacin	ES		0	Europe/Madrid	42.90004	-8.94058				58	C	15045	
3125257	Chacente	chacente	ES		0	Europe/Madrid	42.55197	-8.54483				58	PO	36007	
3125259	Cha	cha	ES		0	Europe/Madrid	42.84878	-7.08535				58	LU	27012	
3125265	Cey	cey	ES		0	Europe/Madrid	43.49365	-7.17403				58	LU	27051	
3125272	Cesullas	cesullas	ES		0	Europe/Madrid	43.21667	-8.91667		Cesullas,San Esteban		58	C	15014	
3125273	Zestoa	cestona	ES		0	Europe/Madrid	43.23973	-2.2579		Cestona,Zestoa	20027	59	SS	20027	
3125274	Cespón	cespon	ES		0	Europe/Madrid	42.66667	-8.86667		Cespon,Cespón,San Vicente		58	C	15011	
3125276	Cespedosa	cespedosa	ES		578	Europe/Madrid	40.54372	-5.5801		Cespedosa		55	SA	37103	
3125284	Ces	ces	ES		76	Europe/Madrid	42.75	-8.88333		Ces		58	C	15042	
3125310	Cervela	cervela	ES		0	Europe/Madrid	42.8	-7.9				58	LU	27003	
3125311	Cervela	cervela	ES		0	Europe/Madrid	42.70305	-7.481				58	LU	27024	
3125314	Cervás	cervas	ES		0	Europe/Madrid	43.45	-8.26667		Cervas,Cervás,San Pedro		58	C	15004	
3125260	Cezures	cezures	ES	33877	0	Europe/Madrid	43.3986	-6.37457		Cezures		34	O	33073	
3125320	Cerredo	cerredo	ES		0	Europe/Madrid	43.54215	-5.57622				34	O	33076	
3125321	Cerredo	cerredo	ES		867	Europe/Madrid	42.9466	-6.48956		Cerredo		34	O	33022	
3125322	Cerredo	cerredo	ES		0	Europe/Madrid	42.88286	-7.01585				58	LU	27034	
3125323	Cerreda	cerreda	ES		0	Europe/Madrid	42.38482	-7.63495		Cerreda		58	OR	32052	
3125325	Cerratón de Juarros	cerraton-de-juarros	ES		56	Europe/Madrid	42.42227	-3.37347		Cerraton de Juarros,Cerratón de Juarros	09100	55	BU	09100	
3125332	Cerqueda	cerqueda	ES		0	Europe/Madrid	43.28334	-8.80954		Cerqueda		58	C	15043	
3125333	Cerponzóns	cerponzons	ES		0	Europe/Madrid	42.46667	-8.63333		San Vicente		58	PO	36038	
3125335	Cerollera	cerollera	ES		126	Europe/Madrid	40.84033	-0.056		Cerollera,la Sorollera		52	TE	44077	
3125341	Cerneda	cerneda	ES		61	Europe/Madrid	43.23333	-8.26667		Cerneda,San Salvador		58	C	15001	
3125346	Cernadas	cernadas	ES		16	Europe/Madrid	42.95	-7.23333				58	LU	27901	
3125350	Zerio	cerio	ES		0	Europe/Madrid	42.85285	-2.59037		Cerio,Zerio		59	VI	01059	
3125369	Ceresuela	ceresuela	ES		0	Europe/Madrid	42.5514	0.00382				52	HU	22107	
3125372	Cereo Vello	cereo-vello	ES		0	Europe/Madrid	43.21537	-8.79351				58	C	15029	
3125373	Cereo	cereo	ES		0	Europe/Madrid	43.21667	-8.8		Cereo,Santa Maria,Santa María		58	C	15029	
3125374	Cereijo	cereijo	ES		0	Europe/Madrid	43.13333	-9.11667		Cereijo,Santiago		58	C	15016	
3125375	Cereijo	cereijo	ES		0	Europe/Madrid	42.68333	-8.43333		Cereijo,San Jorge		58	PO	36017	
3125376	Cereijido	cereijido	ES		0	Europe/Madrid	43.07353	-7.05319				58	LU	27018	
3125377	Cereixido	cereixido	ES		0	Europe/Madrid	42.45972	-7.13339				58	LU	27050	
3125379	Cereigido	cereigido	ES		0	Europe/Madrid	43.42991	-7.06353				34	O	33074	
3125383	Cerecedo de Besullo	cerecedo-de-besullo	ES		0	Europe/Madrid	43.17962	-6.6232				34	O	33011	
3125384	Cerecedo	cerecedo	ES		0	Europe/Madrid	43.44934	-6.09837				34	O	33010	
3125385	Cerecedo	cerecedo	ES		0	Europe/Madrid	42.8871	-5.30535				55	LE	24021	
3125398	Cerdeiriñas	cerdeirinas	ES		0	Europe/Madrid	43.46685	-7.09203				58	LU	27051	
3125400	Cerdeira	cerdeira	ES		21	Europe/Madrid	42.35	-7.3				58	OR	32070	
3125401	Cerdeira	cerdeira	ES		0	Europe/Madrid	42.13333	-8.36667		Cerdeira,San Juan		58	PO	36034	
3125403	Cerdeda	cerdeda	ES		0	Europe/Madrid	42.7062	-7.83187		Cerceda,Cerdeda,Santa Maria,Santa María		58	LU	27060	
3125407	Cercio	cercio	ES		0	Europe/Madrid	42.75547	-8.12273		Cercio		58	PO	36024	
3125416	Cerbo	cerbo	ES		0	Europe/Madrid	43.68654	-8.04087		Cerbo,Cervo,Santa Eulalia		58	C	15022	
3125417	Cerbaña	cerbana	ES		0	Europe/Madrid	42.71667	-8.33333		Cerbana,Cerbaña,San Salvador		58	PO	36052	
3125418	Cerbán	cerban	ES		0	Europe/Madrid	43.0632	-9.04804				58	C	15092	
3125419	Céramo	ceramo	ES		0	Europe/Madrid	42.61166	-7.07362				58	LU	27017	
3125420	Zerain	cerain	ES		0	Europe/Madrid	43.01237	-2.27264		Cerain,Ceráin,Zerain	20026	59	SS	20026	
3125421	Cequelinos	cequelinos	ES		0	Europe/Madrid	42.13333	-8.25		Cequelinos		58			
3125430	Centroña	centrona	ES		0	Europe/Madrid	43.41097	-8.18842		Sentrona,Sentroña		58	C	15069	
3125432	Central	central	ES		0	Europe/Madrid	42.46721	0.99117				56	L	25227	
3125443	Centeáis	centeais	ES		0	Europe/Madrid	42.41776	-7.18607				58	LU	27050	
3125446	Zenita	cenita	ES		0	Europe/Madrid	43.13799	-2.53628				59	BI	48032	
3125452	Cenera de Zalima	cenera-de-zalima	ES		0	Europe/Madrid	42.81667	-4.31667				55	P	34004	
3125457	Cendejas de en Medio	cendejas-de-en-medio	ES		0	Europe/Madrid	40.98248	-2.87256				54	GU	19080	
3125458	Goierria Ziortza	goierria-ziortza	ES		0	Europe/Madrid	43.25	-2.56667		Cenarruza,Goierria,Zenarruza,Ziortza		59	BI	48915	
3125459	Cenarbe	cenarbe	ES		0	Europe/Madrid	42.65528	-0.51042		Cenarbe		52	HU	22250	
3125470	Celorio	celorio	ES		0	Europe/Madrid	43.43055	-4.80721				34	O	33036	
3125471	Celorio	celorio	ES		0	Europe/Madrid	43.34932	-5.08453				34	O	33012	
3125475	Cello	cello	ES		0	Europe/Madrid	42.74332	-8.11633				58	PO	36024	
3125482	Celeiros	celeiros	ES		0	Europe/Madrid	42.26288	-7.37611		Celeiros,San Martin,San Martín		58	OR	32029	
3125483	Celeiró	celeiro	ES		0	Europe/Madrid	42.68939	-7.06069		Celeiro,Celeiró		58	LU	27045	
3125485	Zelaia	zelaia	ES		0	Europe/Madrid	43.35	-2.48333		Celaya,San Pedro de Mendeja,Zelaia		59	BI	48063	
3125487	Celas	celas	ES		0	Europe/Madrid	43.2469	-8.40677		Celas,Celas de Peiro		58	C	15031	
3125489	Celaguantes	celaguantes	ES		0	Europe/Madrid	42.45	-7.75		Celaguantes		58	OR	32059	
3125518	Ceilán	ceilan	ES		0	Europe/Madrid	42.92309	-8.73539				58	C	15007	
3125519	Ceilán	ceilan	ES		0	Europe/Madrid	42.82167	-8.8843				58	C	15062	
3125520	Ceide y Orrios	ceide-y-orrios	ES		0	Europe/Madrid	42.7783	-5.94138		Ceide y Orrios		55	LE	24132	
3125523	Zegama	cegama	ES		0	Europe/Madrid	42.97556	-2.29091		Cegama,Zegama	20025	59	SS	20025	
3125532	Cedó	cedo	ES		0	Europe/Madrid	41.73226	1.25967				56	L	25072	
3125541	Cecillón	cecillon	ES		0	Europe/Madrid	42.67453	-7.78422		Cecillon,Cecillón,Santiago		58	LU	27060	
3125544	Ceceda de Arriba	ceceda-de-arriba	ES		0	Europe/Madrid	43.35	-5.45				34	O	33040	
3125545	Ceceda de Abajo	ceceda-de-abajo	ES		0	Europe/Madrid	43.36667	-5.45				34	O	33040	
3125546	Cecebre	cecebre	ES		0	Europe/Madrid	43.28333	-8.3		Cecebre,San Salvador,San Salvador de Cecebre		58	C	15017	
3125549	Cebrero	cebrero	ES		0	Europe/Madrid	42.7089	-7.04304				58	LU	27045	
3125553	Cebráns	cebrans	ES		0	Europe/Madrid	43.07728	-9.16529		Cebrans,Cebráns		58	C	15052	
3125559	Cebolla del Trabancos	cebolla-del-trabancos	ES		0	Europe/Madrid	40.98333	-5.08333				55	AV	05193	
3125562	Zeeta	zeeta	ES		0	Europe/Madrid	43.35071	-2.61924				59	BI	48033	
3125572	Cazolga	cazolga	ES		0	Europe/Madrid	43.5	-7.3				58	LU	27027	
3125578	Cazamular	cazamular	ES		0	Europe/Madrid	43.53941	-5.5695		Cazamular		34	O	33076	
3125579	Cazalegas	cazalegas	ES		1458	Europe/Madrid	40.00958	-4.67606		Cazalegas	45045	54	TO	45045	
3125582	Caión	caion	ES		0	Europe/Madrid	43.31667	-8.6				58	C	15041	
3125587	Caviella	caviella	ES		0	Europe/Madrid	43.1944	-5.09004				34	O	33050	
3125589	Cavestany	cavestany	ES		0	Europe/Madrid	41.57991	1.27869		Cabestany,Cavestany		56	L	25141	
3125593	Caunedo	caunedo	ES		0	Europe/Madrid	43.06708	-6.25657				34	O	33068	
3125595	Caulés	caules	ES		0	Europe/Madrid	41.76667	2.85		Caserio Caules de Vidreras,Caserío Caules de Vidreras,Caulers,Caules,Caules de Vidreras,Caulés,Caulés de Vidreras		56	GI	17213	
3125596	Caudilla	caudilla	ES		0	Europe/Madrid	40.01915	-4.30254		Caudilla		54	TO	45901	
3125602	Catoira	catoira	ES		3519	Europe/Madrid	42.66748	-8.72323		Catoira	36010	58	PO	36010	
3125606	Catasueiro	catasueiro	ES		0	Europe/Madrid	42.80874	-8.93645		Catasueiro		58	C	15062	
3125607	Catasós	catasos	ES		0	Europe/Madrid	42.62898	-8.10277		Catasos,Catasós		58	PO	36024	
3125610	Katadiano	catadiano	ES		0	Europe/Madrid	42.91181	-2.88904				59	VI	01020	
3125611	Castro e Marzán	castro-e-marzan	ES		0	Europe/Madrid	43.58333	-7.21667				58			
3125619	Castrovaselle	castrovaselle	ES		0	Europe/Madrid	43.49194	-6.92112		Castrovallese,Castrovaselle		34	O	33070	
3125623	Castrotierra	castrotierra	ES		138	Europe/Madrid	42.34652	-5.24692				55	LE	24050	
3125630	Castro Portela	castro-portela	ES		10	Europe/Madrid	42.53333	-7.26667				58	LU	27017	
3125631	Castroponce	castroponce	ES		173	Europe/Madrid	42.12646	-5.18245		Castroponce	47046	55	VA	47046	
3125638	Castronuevo	castronuevo	ES		339	Europe/Madrid	41.72046	-5.54315		Castronuevo	49042	55	ZA	49042	
3125651	Castromayor	castromayor	ES		0	Europe/Madrid	43.35	-7.55		Castromayor,San Juan		58	LU	27001	
3125652	Castromayor	castromayor	ES		0	Europe/Madrid	42.83225	-7.70889				58	LU	27049	
3125654	Castromao	castromao	ES		0	Europe/Madrid	42.23715	-7.05324				58	OR	32083	
3125655	Castrolanzán	castrolanzan	ES		0	Europe/Madrid	42.94808	-7.17428				58	LU	27901	
3125659	Castrogeriz	castrogeriz	ES		935	Europe/Madrid	42.28807	-4.13876		Castrojeriz		55	BU	09091	
3125661	Castrofoya	castrofoya	ES		0	Europe/Madrid	42.37988	-7.12109		Barrio de Castrofoya,Castrofoya		58	LU	27050	
3125662	Castrofeito	castrofeito	ES		0	Europe/Madrid	42.91667	-8.38333		Castrofeito,Santa Maria,Santa María		58	C	15066	
3125663	Castro-Enríquez	castro-enriquez	ES		0	Europe/Madrid	40.861	-6.04758		Castro-Enriquez,Castro-Enríquez		55	SA	37025	
3125667	Castro de Rei	castro-de-rei	ES		5685	Europe/Madrid	43.20866	-7.40026				58	LU	27010	
3125669	Castro de Oro	castro-de-oro	ES		0	Europe/Madrid	43.53333	-7.4				58	LU	27002	
3125676	Castro de Amarante	castro-de-amarante	ES		0	Europe/Madrid	42.81667	-7.95		Amarante,Castro de Amarante,Santa Marina		58	PO	36020	
3125677	Castro de Amarante	castro-de-amarante	ES		0	Europe/Madrid	42.78333	-7.91667		Castro de Amarante,San Esteban		58	LU	27003	
3125678	Castro de Alcañices	castro-de-alcanices	ES		0	Europe/Madrid	41.59619	-6.18759		Castro de Alcanices,Castro de Alcañices,Castroladron,Castroladrón		55	ZA	49071	
3125681	Castro Caldelas	castro-caldelas	ES		1811	Europe/Madrid	42.37366	-7.42578		Castro Caldelas	32023	58	OR	32023	
3125710	O Castro	o-castro	ES		0	Europe/Madrid	42.79885	-7.73017				58	LU	27049	
3125721	Castriz	castriz	ES		0	Europe/Madrid	43.08653	-8.7768		Castriz		58	C	15077	
3125725	Castrillo Mota de Judíos	castrillo-mota-de-judios	ES		68	Europe/Madrid	42.30782	-4.17283		Castrillo Matajudios,Castrillo Matajudíos,Castrillo Mota de Judios,Castrillo Mota de Judíos		55	BU	09090	
3125733	Castrillo de Ríopisuerga	castrillo-de-riopisuerga	ES		96	Europe/Madrid	42.51476	-4.25337		Castrillo de Riopisuerga,Castrillo de Ríopisuerga		55	BU	09088	
3125745	Castrillo de Haya	castrillo-de-haya	ES		0	Europe/Madrid	42.91216	-4.17462				39	S	39092	
3125754	Castriciones	castriciones	ES		0	Europe/Madrid	42.93386	-3.30967		Castriciones		55	BU	09908	
3125758	Castrelo de Miño	castrelo-de-mino	ES		2033	Europe/Madrid	42.28463	-8.10627		Santa Maria,Santa María	32022	58	OR	32022	
3125759	Castrelo del Valle	castrelo-del-valle	ES		0	Europe/Madrid	41.9904	-7.42172				58	OR	32021	
3125761	Castrelo de Abajo	castrelo-de-abajo	ES		0	Europe/Madrid	41.94683	-7.20174				58	OR	32071	
3125762	Castrelo	castrelo	ES		0	Europe/Madrid	43.08995	-7.23074				58	LU	27004	
3125763	Castrelo	castrelo	ES		0	Europe/Madrid	43.06667	-9.05		Castrelo,San Martin,San Martín		58	C	15092	
3125764	Castrelo	castrelo	ES		0	Europe/Madrid	42.93832	-9.07762				58	C	15045	
3125765	Castrelo	castrelo	ES		7	Europe/Madrid	42.68333	-7.25				58	LU	27055	
3125766	Castrelo	castrelo	ES		0	Europe/Madrid	42.56667	-8.36667		Castrelo,Santa Marina		58	PO	36018	
3125767	Castriño	castrino	ES		0	Europe/Madrid	42.4841	-8.80838		Castrino,Castriño,Santa Cruz		58	PO	36006	
3125768	Castrelo	castrelo	ES		0	Europe/Madrid	42.46062	-7.98696				58	OR	32076	
3125769	Castrelo	castrelo	ES		0	Europe/Madrid	42.36667	-7.35		Castrelo,Santa Maria,Santa María		58	OR	32023	
3125770	Castrelo	castrelo	ES		0	Europe/Madrid	42.34461	-7.2508				58	OR	32063	
3125776	Castrarón	castraron	ES		0	Europe/Madrid	43.00675	-8.98859		Castraron,Castrarón		58	C	15045	
3125778	Castrallón	castrallon	ES		0	Europe/Madrid	42.72003	-8.96563		Castrallon,Castrallón,Castrellon,Castrellón		58	C	15071	
3125779	Castosa	castosa	ES		0	Europe/Madrid	43.00214	-7.12385				58	LU	27018	
3125780	Castiñeiras	castineiras	ES		0	Europe/Madrid	42.53184	-8.99919		Castineiras,Castiñeiras		58	C	15073	
3125781	Castiñeira	castineira	ES		0	Europe/Madrid	42.17555	-7.19942		Castaneira,Castañeira,Castineira,Castiñeira		58	OR	32092	
3125782	Castiñeira	castineira	ES		0	Europe/Madrid	42.099	-7.02889				58	OR	32086	
3125792	Castellonroi / Castillonroy	castellonroi-castillonroy	ES		407	Europe/Madrid	41.88463	0.51458		Castellonroi,Castellonroi / Castillonroy,Castillonroy		52	HU	22009	
3125793	Castillón	castillon	ES		0	Europe/Madrid	42.53306	-7.63642		Castillon,Castillón,San Vicente,Santiago		58	LU	27041	
3125798	Castillo de la Ribera	castillo-de-la-ribera	ES		0	Europe/Madrid	42.54701	-5.54678				55	LE	24227	
3125800	Castell-Platja d'Aro	castell-platja-d-aro	ES		10376	Europe/Madrid	41.81751	3.06742		Castell-Platja d'Aro,Castillo de Aro,Kastel'-Pladzha-de-Aro,Кастель-Пладжа-де-Аро	17048	56	GI	17048	
3125801	Castillo de Aldovea	castillo-de-aldovea	ES		0	Europe/Madrid	40.43282	-3.47357		Caserio Castillo de Aldovea,Caserío Castillo de Aldovea,Castillo de Aldovea		29	M	28130	
3125802	Castillo Barués	castillo-barues	ES		0	Europe/Madrid	42.41406	-1.23101				52	Z	50248	
3125815	Castillejo de San Pedro	castillejo-de-san-pedro	ES		0	Europe/Madrid	41.96328	-2.16829		Castillejo de San Pedro		55	SO	42196	
3125818	Castillejo de Martín Viejo	castillejo-de-martin-viejo	ES		315	Europe/Madrid	40.69728	-6.63763		Castillejo de Martin Viejo,Castillejo de Martín Viejo	37096	55	SA	37096	
3125820	Castillejo de Eváns	castillejo-de-evans	ES		0	Europe/Madrid	40.92754	-6.21512				55	SA	37106	
3125842	Castiello de Abajo	castiello-de-abajo	ES		0	Europe/Madrid	43.5	-5.33333				34	O	33019	
3125852	Castenda	castenda	ES		0	Europe/Madrid	43.05	-8.53333		Castenda,Santa Maria,Santa María		58	C	15084	
3125854	Castelo de Frades	castelo-de-frades	ES		0	Europe/Madrid	42.81327	-6.95241				58	LU	27012	
3125861	Castelo	castelo	ES		0	Europe/Madrid	43.66258	-7.44143		Castelo,San Julian,San Julián		58	LU	27013	
3125862	Castelo	castelo	ES		0	Europe/Madrid	43.23838	-8.38426		Castelo,Santiago		58	C	15031	
3125863	Castelo	castelo	ES		0	Europe/Madrid	43.14078	-7.5549				58	LU	27039	
3125864	Castelo	castelo	ES		0	Europe/Madrid	43.07418	-9.13995				58	C	15052	
3125865	Castelo	castelo	ES		0	Europe/Madrid	43.01667	-8.46667		Castelo,Santa Maria,Santa María		58	C	15086	
3125866	Castelo	castelo	ES		0	Europe/Madrid	43.0095	-7.14827				58	LU	27018	
3125867	Castelo	castelo	ES		0	Europe/Madrid	42.9	-7.6		Castelo,El Salvador		58	LU	27023	
3125868	Castelo	castelo	ES		0	Europe/Madrid	42.87134	-6.908				58	LU	27012	
3125869	Castelo	castelo	ES		0	Europe/Madrid	42.86037	-7.16827				58	LU	27006	
3125870	Castelo	castelo	ES		0	Europe/Madrid	42.85656	-7.0456				58	LU	27012	
3125871	Castelo	castelo	ES		0	Europe/Madrid	42.77048	-7.07421				58	LU	27037	
3125872	Castelo	castelo	ES		0	Europe/Madrid	42.69158	-7.74506				58	LU	27060	
3125873	Castelo	castelo	ES		0	Europe/Madrid	42.69091	-7.44108				58	LU	27024	
3125875	Castelmaría	castelmaria	ES		0	Europe/Madrid	42.94866	-7.11848				58	LU	27006	
3125886	Castelló	castello	ES		0	Europe/Madrid	41.01149	0.84856				56	T	43150	
3125890	Castellnou de Avellanós	castellnou-de-avellanos	ES		0	Europe/Madrid	42.40435	0.91385		Castellnou de Avellanos,Castellnou de Avellanós		56	L	25201	
3125895	Castellet	castellet	ES		7713	Europe/Madrid	41.26281	1.63369				56	B	08058	
3125911	Castellar de la Muntanya	castellar-de-la-muntanya	ES		13	Europe/Madrid	42.23333	2.5		Castellar de la Montanya		56	GI	17208	
3125917	Castellanos de Villiquera	castellanos-de-villiquera	ES		575	Europe/Madrid	41.05139	-5.69477		Castellanos de Villiquera	37185	55	SA	37185	
3125924	Castellana	castellana	ES		0	Europe/Madrid	43.19115	-8.02596				58	C	15003	
3125930	Castéligo	casteligo	ES		0	Europe/Madrid	42.27723	-7.35386		Casteligo,Castéligo		58	OR	32029	
3125934	Castelaus	castelaus	ES		0	Europe/Madrid	41.99538	-7.84001				58	OR	32016	
3125935	Castelanes	castelanes	ES		0	Europe/Madrid	42.24226	-8.4023				58	PO	36013	
3125936	Castelán	castelan	ES		0	Europe/Madrid	42.91328	-8.87635		Castelan,Castelán		58	C	15056	
3125969	Castañeira	castaneira	ES		0	Europe/Madrid	43.19251	-7.06121				58	LU	27018	
3125982	Castandiello	castandiello	ES		3072	Europe/Madrid	43.27962	-5.89201		Castandiella,Castandiello,Morcin		34	O	33044	
3125983	Castandiello	castandiello	ES		0	Europe/Madrid	43.16289	-5.68074				34	O	33002	
3125989	Castañal	castanal	ES		0	Europe/Madrid	43.33	-5.5425				34	O	33006	
3125993	Caspedro	caspedro	ES		0	Europe/Madrid	42.46585	-7.25452				58	LU	27050	
3125997	Casorvía	casorvia	ES		0	Europe/Madrid	43.09933	-5.7894		Casorvida		34	O	33033	
3126001	Casillas de las Erías	casillas-de-las-erias	ES		0	Europe/Madrid	40.48823	-5.91673		Caserio Casillas de las Erias,Caserío Casillas de las Erías,Casillas de las Erias,Casillas de las Erías		55	SA	37298	
3126011	Casielles	casielles	ES		0	Europe/Madrid	43.18857	-5.09107		Casielles		34	O	33050	
3126014	Casetes del Bosch	casetes-del-bosch	ES		0	Europe/Madrid	40.6	-0.08333		Caserio Casetes del Bosch,Caserío Casetes del Bosch,Casetes del Bosch,Mas del Bosch		60	CS	12080	
3126016	Casserres del Castell	casserres-del-castell	ES		0	Europe/Madrid	42.03509	0.55717		Caserras del Castillo,Casserres del Castell		52	HU	22053	
3126018	Caserito	caserito	ES		0	Europe/Madrid	40.52642	-6.13868		Caserio Caserito,Caserito,Caserío Caserito		55	SA	37214	
3126019	Caserío de Mira	caserio-de-mira	ES		0	Europe/Madrid	41.9853	-1.23055				52	Z	50252	
3126020	Caserío de Ca'n Rosell	caserio-de-ca-n-rosell	ES		0	Europe/Madrid	41.398	1.80553		Ca'n Rossell,Caserio C'an Rosell,Caserio de Ca'n Rosell,Caserío C'an Rosell,Caserío de Ca'n Rosell		56	B	08273	
3126021	Caserío de Canaletas	caserio-de-canaletas	ES		0	Europe/Madrid	41.47776	1.70407		Canaletas,Caserio de Canaletas,Caserío de Canaletas		56	B	08028	
3126022	Caserío de Ca'l Batista	caserio-de-ca-l-batista	ES		0	Europe/Madrid	41.40987	1.77521		Ca'n Batista,Caserio Cal Batista,Caserio de Ca'l Batista,Caserío Cal Batista,Caserío de Ca'l Batista		56	B	08273	
3126023	Caseras	caseras	ES		0	Europe/Madrid	43.53707	-6.06037				34	O	33069	
3126026	Casela	casela	ES		0	Europe/Madrid	42.62561	-7.27294				58	LU	27055	
3126028	Casderrei	casderrei	ES		0	Europe/Madrid	42.71667	-8.23333				58	PO	36052	
3126037	Casbas de Jaca	casbas-de-jaca	ES		0	Europe/Madrid	42.56172	-0.29242				52	HU	22059	
3126039	Casayo	casayo	ES		0	Europe/Madrid	42.34081	-6.80519		Casayo		58	OR	32017	
3126044	Casas Valverde	casas-valverde	ES		0	Europe/Madrid	40.08333	-6.2		Casa de Valverde,Casas Valverde		57	CC	10202	
3126048	Casasola de la Encomienda	casasola-de-la-encomienda	ES		0	Europe/Madrid	40.89876	-6.18197		Casasola de la Encomienda		55	SA	37149	
3126056	Casas Novas	casas-novas	ES		0	Europe/Madrid	43.07386	-8.99444		Casanova,Casas Novas		58	C	15092	
3126060	Casas de Sebastián Pérez	casas-de-sebastian-perez	ES		0	Europe/Madrid	40.47079	-5.35564		Casas de Sebastian Perez,Casas de Sebastián Pérez		55	AV	05186	
3126067	Casas del Manco	casas-del-manco	ES		0	Europe/Madrid	40.03194	-6.14229		Casas del Manco,Caserio Casas del Manco,Caserío Casas del Manco		57	CC	10148	
3126072	Casas de Frías	casas-de-frias	ES		0	Europe/Madrid	40.37581	-1.64293				52	TE	44109	
3126073	Casas de Esper	casas-de-esper	ES		0	Europe/Madrid	42.16947	-0.80415		Casas de Espe,Casas de Esper		52	Z	50033	
3126074	Casas de Echeverri	casas-de-echeverri	ES		0	Europe/Madrid	43.00148	-1.51645				32	NA	31098	
3126081	Casa Rubia	casa-rubia	ES		0	Europe/Madrid	40.44138	-6.29929		Casa Rubia,Casarrubio,Caserio Casa Rubia,Caserío Casa Rubia		57	CC	10051	
3126097	Casardeita	casardeita	ES		0	Europe/Madrid	42.18004	-7.98414		Santiago		58	OR	32068	
3126103	Casamorí	casamori	ES		0	Europe/Madrid	43.48483	-5.53447		Casamori,Casamorí		34	O	33076	
3126105	Casa-Lluna	casa-lluna	ES		0	Europe/Madrid	40.27113	-0.14949		Casa-Lluna,Caserio Casa-Lluna,Caserío Casa-Lluna		60	CS	12001	
3126110	Casal	casal	ES		0	Europe/Madrid	43.5	-7				34	O	33017	
3126111	Casais	casais	ES		0	Europe/Madrid	43.11512	-9.03657				58	C	15092	
3126112	Casais	casais	ES		0	Europe/Madrid	42.87169	-8.90433		Casals		58	C	15062	
3126113	Casa Grande	casa-grande	ES		0	Europe/Madrid	40.38333	-0.93333		Casa Grande,Escriche,Eseriche		52	TE	44082	
3126115	Casafort	casafort	ES		0	Europe/Madrid	41.25575	1.30207				56	T	43165	
3126116	Casa do Vello	casa-do-vello	ES		0	Europe/Madrid	42.52676	-7.16999				58	LU	27050	
3126118	Casa de Naia	casa-de-naia	ES		0	Europe/Madrid	42.77562	-7.84664				58	LU	27003	
3126122	Casa de Eulogio	casa-de-eulogio	ES		0	Europe/Madrid	40.31908	-3.54645		Casa Eulogio,Casa de Eulogio		29	M	28123	
3126123	Casa Cosa	casa-cosa	ES		0	Europe/Madrid	40.38333	-0.75		Casa Cosa,Casas Casa Cosa,Masia de Cosa,Masía de Cosa		52	TE	44012	
3126124	Casa Cervera	casa-cervera	ES		0	Europe/Madrid	40.15	-0.6		Casa Cervera,Caserio Casa Cervera,Caserío Casa Cervera		52	TE	44113	
3126127	XXX	casa-blanca	ES		0	Europe/Madrid	43.03333	-2.41667				59	SS	20059	
3126128	Casa Blanca	casa-blanca	ES		0	Europe/Madrid	40.47558	-3.43562				29	M	28148	
3126129	Casa Blanca	casa-blanca	ES		0	Europe/Madrid	40.15192	-6.83249		Casa Blanca,Caserio Casa Blanca,Caserío Casa Blanca		57	CC	10210	
3126141	Cartelle	cartelle	ES		3496	Europe/Madrid	42.25109	-8.07062		Cartelle	32020	58	OR	32020	
3126144	Cartea	cartea	ES		0	Europe/Madrid	43.16911	-7.17427				58	LU	27053	
3126153	Carrocedo	carrocedo	ES		0	Europe/Madrid	43.38333	-5.06667				34	O	33012	
3126157	Carrizal	carrizal	ES		0	Europe/Madrid	42.77519	-4.98301				55	LE	24183	
3126158	Carrizal	carrizal	ES		0	Europe/Madrid	42.73709	-5.90996				55	LE	24167	
3126160	Carrión y Dueñas de Medina	carrion-y-duenas-de-medina	ES		0	Europe/Madrid	41.3254	-4.9921		Carrion y Duenas de Medina,Carrión y Dueñas de Medina,Caserio Carrion y Duenas de Medina,Caserío Carrión y Dueñas de Medina		55	VA	47228	
3126164	Carrió	carrio	ES		0	Europe/Madrid	43.56667	-5.73333		Carrio,Carrió,San Lorenzo,San Lorenzo de Carrio,San Lorenzo de Carrió		34	O	33014	
3126165	Carrio	carrio	ES		0	Europe/Madrid	43.42852	-6.71169				34	O	33077	
3126166	Carrio	carrio	ES		0	Europe/Madrid	43.33941	-5.19422				34	O	33045	
3126167	Carrio	carrio	ES		0	Europe/Madrid	43.25135	-5.57183		Carrio		34	O	33032	
3126171	Carriazo	carriazo	ES		0	Europe/Madrid	43.45449	-3.67169				39	S	39061	
3126176	Carres	carres	ES		0	Europe/Madrid	43.18333	-8.23333		Carres,San Vicente		58	C	15902	
3126177	Carreros	carreros	ES		0	Europe/Madrid	40.90055	-5.97666		Carreros		55	SA	37314	
3126178	Carreña	carrena	ES		2262	Europe/Madrid	43.31737	-4.84609		Cabrales,Carrena de Cabrales,Carrena de Cabreles,Carrena-Cabrales,Carreña de Cabrales,Carreña de Cabreles,Carreña-Cabrales		34	O	33008	
3126183	Carreira	carreira	ES		0	Europe/Madrid	43.1213	-8.88291				58	C	15093	
3126184	Carreira	carreira	ES		0	Europe/Madrid	42.77773	-8.93435		Carreira,Carreira de Volta		58	C	15071	
3126185	Carreira	carreira	ES		0	Europe/Madrid	42.549	-9.00613		San Pelayo		58	C	15073	
3126189	Carrascosilla	carrascosilla	ES		0	Europe/Madrid	40.18119	-2.62576				54	CU	16112	
3126201	Carrascal de Velambélez	carrascal-de-velambelez	ES		0	Europe/Madrid	41.05459	-5.85827				55	SA	37290	
3126212	Carranzo	carranzo	ES		0	Europe/Madrid	43.37774	-4.62899		Carranzo,Santa Eulalia		34	O	33036	
3126216	Carramiguel	carramiguel	ES		0	Europe/Madrid	43.43994	-3.50664		Carramigel,Carramiguel		39	S	39029	
3126227	Carraceira	carraceira	ES		0	Europe/Madrid	43.05408	-7.26328				58	LU	27004	
3126228	Carracedo del Monasterio	carracedo-del-monasterio	ES		0	Europe/Madrid	42.57193	-6.728				55	LE	24038	
3126247	Caroi	caroi	ES		0	Europe/Madrid	42.48675	-8.41583		Santiago		58	PO	36025	
3126250	Caroceiro	caroceiro	ES		0	Europe/Madrid	43.45598	-6.87027				34	O	33023	
3126255	Carnoedo	carnoedo	ES		0	Europe/Madrid	43.375	-8.26667		Santo Andre de Carnoedo,Santo André de Carnoedo		58	C	15075	
3126257	Carnés	carnes	ES		0	Europe/Madrid	43.11464	-9.11246				58	C	15092	
3126260	Carmones	carmones	ES		0	Europe/Madrid	43.36997	-5.07006				34	O	33012	
3126262	Carmoega	carmoega	ES		0	Europe/Madrid	42.78333	-8.08333		Carmoega,San Pedro		58	PO	36020	
3126269	Carleo de Arriba	carleo-de-arriba	ES		0	Europe/Madrid	42.84457	-8.9495		Carleo de Arriba		58	C	15062	
3126270	Carleo de Abajo	carleo-de-abajo	ES		0	Europe/Madrid	42.84158	-8.94763				58	C	15062	
3126272	Caritel	caritel	ES		0	Europe/Madrid	42.37969	-8.46394		Caritel		58	PO	36043	
3126279	Caricedo	caricedo	ES		0	Europe/Madrid	43.28332	-6.26691		Caricedo,Carricedo		34	O	33005	
3126287	Carelle	carelle	ES		0	Europe/Madrid	43.01678	-8.05791		Carelle		58	C	15080	
3126289	Caregné	caregne	ES		0	Europe/Madrid	42.46956	1.10437				56	L	25209	
3126291	Cardoso	cardoso	ES		0	Europe/Madrid	43.44225	-4.922				34	O	33036	
3126297	Cardell	cardell	ES		0	Europe/Madrid	41.4959	0.20582		Cardell		52	HU	22112	
3126298	Cardes	cardes	ES		0	Europe/Madrid	43.35495	-5.09439				34	O	33012	
3126299	Cardes	cardes	ES		0	Europe/Madrid	43.33906	-5.34437				34	O	33049	
3126307	Cardenal	cardenal	ES		0	Europe/Madrid	40.35278	-5.42669		Cardedal,Cardenal		55	AV	05904	
3126316	Cardeiro	cardeiro	ES		0	Europe/Madrid	43.01667	-8.15		Cardeiro,San Pedro		58	C	15010	
3126320	Cardama	cardama	ES		0	Europe/Madrid	42.97456	-8.37026		Cardama		58	C	15060	
3126325	Carcedo	carcedo	ES		0	Europe/Madrid	43.48884	-6.40411				34	O	33034	
3126326	Carcedo	carcedo	ES		0	Europe/Madrid	43.46504	-5.62773				34	O	33024	
3126327	Carcedo	carcedo	ES		0	Europe/Madrid	43.24151	-6.73687				34	O	33001	
3126329	Carceda	carceda	ES		0	Europe/Madrid	43.51667	-6.2				34	O	33021	
3126330	Carceda	carceda	ES		0	Europe/Madrid	43.20261	-6.51565		Carceda		34	O	33011	
3126333	Karkamu	carcamo	ES		0	Europe/Madrid	42.86103	-3.03982		Carcamo,Cárcamo,Karkamu		59	VI	01055	
3126334	Carcacia	carcacia	ES		0	Europe/Madrid	42.75	-8.6		Carcacia,San Pedro		58	C	15065	
3126336	Carcabón	carcabon	ES		0	Europe/Madrid	43.45	-5.95				34	O	33054	
3126339	Carcabal	carcabal	ES		0	Europe/Madrid	43.26957	-3.7507				39	S	39072	
3126354	Carboentes	carboentes	ES		0	Europe/Madrid	42.61265	-7.97004		Carboentes		58	PO	36047	
3126355	Carboeiro	carboeiro	ES		0	Europe/Madrid	42.73333	-8.25		Carboeiro,Santa Maria,Santa María		58	PO	36052	
3126358	Carboal	carboal	ES		0	Europe/Madrid	42.96424	-9.14714		Carboal		58	C	15034	
3126359	Carbia	carbia	ES		0	Europe/Madrid	42.8	-8.23333		Carbia,San Juan		58	PO	36059	
3126361	Carbayín	carbayin	ES		127	Europe/Madrid	43.35	-5.63333		Carbayin,Carbayín		34	O	33066	
3126366	Carballosa	carballosa	ES		0	Europe/Madrid	42.61827	-9.0123				58	C	15071	
3126367	Carballo de Hospital	carballo-de-hospital	ES		0	Europe/Madrid	42.48631	-7.22832				58	LU	27050	
3126368	Carballoblanco	carballoblanco	ES		0	Europe/Madrid	43.51667	-7.23333				58	LU	27005	
3126373	O Carballiño	o-carballino	ES		14114	Europe/Madrid	42.43163	-8.07899				58	OR	32019	
3126374	Carballido	carballido	ES		0	Europe/Madrid	43.53333	-7.4		Carballido,San Sebastian,San Sebastián		58	LU	27002	
3126375	Carballido	carballido	ES		0	Europe/Madrid	43.31092	-7.55324		Carballido,Santa Maria,Santa María		58	LU	27065	
3126376	Carballido	carballido	ES		0	Europe/Madrid	43.26075	-8.89917				58	C	15068	
3126377	Carballido	carballido	ES		0	Europe/Madrid	43.23329	-7.13871				58	LU	27018	
3126378	Carballido	carballido	ES		0	Europe/Madrid	43.01424	-7.47474		Carballido		58	LU	27028	
3126379	Carballido	carballido	ES		0	Europe/Madrid	42.63333	-9.03333				58	C	15071	
3126380	Carballeira	carballeira	ES		0	Europe/Madrid	42.41684	-7.76398				58	OR	32052	
3126386	Carballeda	carballeda	ES		0	Europe/Madrid	42.52732	-8.00859				58	OR	32061	
3126387	Carballeda	carballeda	ES		44	Europe/Madrid	42.38333	-6.88333				58	OR	32017	
3126388	Carballás	carballas	ES		0	Europe/Madrid	42.97476	-8.09471		Carballas,Carballás,La Cruz		58	C	15046	
3126389	Carballal	carballal	ES		0	Europe/Madrid	43.19961	-8.92474				58	C	15014	
3126390	Carballal	carballal	ES		0	Europe/Madrid	42.91667	-8.43333		Carballal,San Julian,San Julián		58	C	15078	
3126391	Carballal	carballal	ES		0	Europe/Madrid	42.91667	-7.9				58	LU	27040	
3126392	Carballal	carballal	ES		0	Europe/Madrid	42.86667	-7.88333		Carballal,San Sebastian,San Sebastián		58	LU	27040	
3126393	Carballal	carballal	ES		0	Europe/Madrid	42.58105	-8.98111				58	C	15073	
3126394	Carballal	carballal	ES		0	Europe/Madrid	42.58994	-7.2559				58	LU	27017	
3126395	Carballal	carballal	ES		0	Europe/Madrid	42.37004	-7.11881				58	OR	32060	
3126396	Carballa	carballa	ES		0	Europe/Madrid	42.57894	-8.97418		Carballa,Carballo		58	C	15073	
3126408	Carbajal	carbajal	ES		0	Europe/Madrid	43.55721	-6.05648				34	O	33069	
3126409	Carbajal	carbajal	ES		0	Europe/Madrid	43.44782	-5.91701				34	O	33035	
3126410	Carbajal	carbajal	ES		0	Europe/Madrid	43.33333	-5.53333				34	O	33040	
3126411	Carbajal	carbajal	ES		0	Europe/Madrid	43.28265	-5.53923				34	O	33032	
3126420	Caravia	caravia	ES		557	Europe/Madrid	43.46058	-5.19181		Carabia,Santiago Apostol,Santiago Apóstol		34	O	33019	
3126425	Caranza	caranza	ES		0	Europe/Madrid	43.48359	-8.20352		Caranza,Santa Maria,Santa María		58	C	15036	
3126426	Carantoña	carantona	ES		0	Europe/Madrid	43.36643	-8.16915				58	C	15048	
3126427	Carantoña	carantona	ES		0	Europe/Madrid	43.13729	-9.09341				58	C	15092	
3126429	Carangas	carangas	ES		0	Europe/Madrid	43.22476	-5.19089		Carangas		34	O	33050	
3126441	Caracena del Valle	caracena-del-valle	ES		0	Europe/Madrid	40.13705	-2.53768				54	CU	16112	
3126452	Carabanchel Bajo	carabanchel-bajo	ES		0	Europe/Madrid	40.37859	-3.73972		Carabanchel Bajo		29	M	28079	11
3126453	Carabanchel Alto	carabanchel-alto	ES		0	Europe/Madrid	40.36797	-3.75003		Carabanchel,Carabanchel Alto		29	M	28079	11
3126457	Capsec	capsec	ES		80	Europe/Madrid	42.23333	2.48333				56	GI	17208	
3126465	Capicorp	capicorp	ES		0	Europe/Madrid	40.2	-0.26667		Capicorp,Caserio Capicorp,Caserío Capicorp		60	CS	12055	
3126469	Capelada	capelada	ES		0	Europe/Madrid	43.68893	-7.9382		Capelada		58	C	15061	
3126470	Capela	capela	ES		0	Europe/Madrid	43.42697	-8.06707		Capela,Santiago		58	C	15018	
3126471	Capela	capela	ES		0	Europe/Madrid	42.98333	-7.98333		Capela,Santa Maria,Santa María		58	C	15083	
3126475	Cap de Barranch	cap-de-barranch	ES		0	Europe/Madrid	40.7	-0.11667		Cap de Barranch,Caserio Cap de Barrach,Caserío Cap de Barrach,Mas del Cap del Barranc		60	CS	12141	
3126482	El Canyet	el-canyet	ES		0	Europe/Madrid	41.46833	2.23357		el Canyet		56	B	08015	
3126485	Canyamars	canyamars	ES		0	Europe/Madrid	41.6	2.45				56	B	08075	
3126486	Can Tunis	can-tunis	ES		0	Europe/Madrid	41.34772	2.15609		Can Tunis,Casa-Antunez		56	B	08019	03
3126487	C'an Torras	c-an-torras	ES		0	Europe/Madrid	41.50524	1.92797		C'an Torras,Caserio Torras,Caserío Torras		56	B	08001	
3126488	Cantoral	cantoral	ES		0	Europe/Madrid	42.81282	-4.54895				55	P	34049	
3126489	Cantoña	cantona	ES		80	Europe/Madrid	42.25	-7.75		Cantona,Cantoña,San Mamed		58	OR	32055	
3126496	Cantíz	cantiz	ES		0	Europe/Madrid	42.90036	-7.11166				58	LU	27006	
3126500	Canteras del Morro	canteras-del-morro	ES		0	Europe/Madrid	40.3	-3.43333		Cantera,Canteras,Canteras de Vallecas,Canteras del Morro		29	M	28014	
3126526	Cans	cans	ES		0	Europe/Madrid	42.16667	-8.58333		Cans,San Esteban		58	PO	36039	
3126530	Ca'n Prats	ca-n-prats	ES		0	Europe/Madrid	41.48419	1.88904		Ca'n Prats,Caserio Ca'n Prats,Caserío Ca'n Prats		56	B	08208	
3126533	Cànoves i Samalús	canoves-i-samalus	ES		2375	Europe/Madrid	41.68333	2.35	307	Canoves,Canoves i Samalus,Cànoves,Cànoves i Samalús		56	B	08086	
3126537	Canosa	canosa	ES		0	Europe/Madrid	42.98677	-9.24848				58	C	15023	
3126547	Caño	cano	ES		0	Europe/Madrid	43.3278	-5.13843				34	O	33012	
3126548	Ca'n Margarit	ca-n-margarit	ES		0	Europe/Madrid	41.47316	1.88012		Ca'n Margarit,Caserio Ca'n Margarit,Caserío Ca'n Margarit		56	B	08208	
3126551	Cañizar de Argaño	canizar-de-argano	ES		0	Europe/Madrid	42.4047	-3.94426		Canizar de los Ajos,Cañizar de los Ajos		55	BU	09181	
3126556	Canisquezo	canisquezo	ES		0	Europe/Madrid	43.21843	-5.09607				34	O	33050	
3126563	Canillas	canillas	ES		0	Europe/Madrid	40.46396	-3.63625		Canillas		29	M	28079	16
3126565	Canicouva	canicouva	ES		0	Europe/Madrid	42.37488	-8.6137				58	PO	36038	
3126570	Cangues	cangues	ES		0	Europe/Madrid	42.47243	-8.0896		Cangues		58	OR	32035	
3126643	Candanal	candanal	ES		0	Europe/Madrid	43.46667	-5.55		Candanal,Santa Maria,Santa María		34	O	33076	
3126572	Cangas del Narcea	cangas-del-narcea	ES		14589	Europe/Madrid	43.18333	-6.55		Cangas,Cangas de Tineo,Kangas-del'-Narsea,kan jia si de er na er sai ya,kangas dl narkya,kanghas dyl narthya,Кангас-дель-Нарсеа,كانغاس ديل نارثيا,کانگاس دل نارکئا,坎加斯德尔纳尔塞亚	33011	34	O	33011	
3126573	Cangas	cangas	ES		0	Europe/Madrid	43.62968	-7.33896		Cangas,San Pedro		58	LU	27019	
3126574	Cangas	cangas	ES		0	Europe/Madrid	42.74416	-8.08569		Cangas		58	PO	36024	
3126575	Cangas	cangas	ES		0	Europe/Madrid	42.48333	-7.63333		Cangas,San Pedro Felix,San Pedro Félix		58	LU	27041	
3126576	Cangas	cangas	ES		0	Europe/Madrid	42.48333	-7.61667				58	LU	27041	
3126578	Canga de Arriba	canga-de-arriba	ES		0	Europe/Madrid	43.22654	-5.82613				34	O	33037	
3126579	Canga de Abajo	canga-de-abajo	ES		0	Europe/Madrid	43.22395	-5.81936				34	O	33037	
3126580	Canfranc	canfranc	ES		589	Europe/Madrid	42.71628	-0.52563		Campfranc,Canfran,Canfranc,Canfrán,Kanfrank,kan fu lan ke,Канфранк,坎夫兰克	22078	52	HU	22078	
3126583	Canyet	canyet	ES		0	Europe/Madrid	41.7612	2.97987		Canyet		56	GI	17181	
3126589	Canencia	canencia	ES		442	Europe/Madrid	40.90728	-3.73523		Canencia	28034	29	M	28034	
3126591	Cañellas	canellas	ES		0	Europe/Madrid	42.19515	2.88176		Canellas,Canyellas,Caserio Canellas,Caserío Canellas,Cañellas		56	GI	17111	
3126604	Cañedino	canedino	ES		0	Europe/Madrid	41.14034	-5.68511		Alqueria Canedino,Alquería Cañedino,Canedino,Cañedino		55	SA	37323	
3126608	Candoás	candoas	ES		0	Europe/Madrid	43.21988	-8.95823				58	C	15014	
3126609	Candosa	candosa	ES		5	Europe/Madrid	42.7	-8.86667				58	C	15011	
3126612	Cando	cando	ES		0	Europe/Madrid	42.83333	-8.88333		Cando,San Tirso		58	C	15062	
3126626	Candedo	candedo	ES		0	Europe/Madrid	42.25605	-7.40753				58	OR	32029	
3126627	Candeda	candeda	ES		0	Europe/Madrid	42.36906	-6.94213				58	OR	32017	
3126628	Candeda	candeda	ES		0	Europe/Madrid	42.28434	-7.02298		Candeda,Candela		58	OR	32083	
3126629	Candeán	candean	ES		0	Europe/Madrid	42.24595	-8.65902		Candean,Candeán,San Cristobal,San Cristóbal		58	PO	36057	
3126630	Candeal	candeal	ES		0	Europe/Madrid	43.25641	-6.04432				34	O	33052	
3126636	Cándano	candano	ES		0	Europe/Madrid	43.55	-6.3				34	O	33021	
3126639	Candanedo	candanedo	ES		0	Europe/Madrid	43.45252	-6.58028				34	O	33073	
3126642	Candanal	candanal	ES		0	Europe/Madrid	43.53333	-5.6				34	O	33024	
3126979	Calo	calo	ES		0	Europe/Madrid	43.13482	-9.04728				58	C	15092	
3126645	Candaedos	candaedos	ES		0	Europe/Madrid	43.36371	-7.13834				58	LU	27048	
3126649	Cancio	cancio	ES		7	Europe/Madrid	43.11667	-6.88333				58	LU	27035	
3126655	Cances da Vila	cances-da-vila	ES		0	Europe/Madrid	43.23955	-8.747		Cances da Vila		58	C	15019	
3126656	Cances	cances	ES		0	Europe/Madrid	43.23333	-8.73333		Cances,San Martin,San Martín		58	C	15019	
3126659	Cancelas	cancelas	ES		0	Europe/Madrid	43.284	-7.09199				58	LU	27018	
3126661	Ca'n Bros	ca-n-bros	ES		0	Europe/Madrid	41.4969	1.92181		Barrio Ca'n Bros,Ca'n Bros		56	B	08114	
3126662	Ca'n Bargalló	ca-n-bargallo	ES		0	Europe/Madrid	41.45935	1.88176		Ca'n Bargallo,Ca'n Bargalló,Caserio Ca'n Bargallo,Caserío Ca'n Bargalló		56	B	08091	
3126669	Cañardo	canardo	ES		0	Europe/Madrid	42.41371	-0.13963		Canardo,Cañardo		52	HU	22199	
3126697	Kanala	kanala	ES		0	Europe/Madrid	43.38079	-2.67491		Canala,Kanala		59	BI	48041	
3126700	Cañadilla	canadilla	ES		0	Europe/Madrid	41.06849	-5.49111		Canadilla,Canodilla,Cañadilla,Cañodilla		55	SA	37372	
3126706	Cañada Carbonera	canada-carbonera	ES		0	Europe/Madrid	40.74525	-6.48221		Canada Carbonera,Caserio Canada Carbonera,Caserío Cañada Carbonera,Cañada Carbonera		55	SA	37279	
3126720	Campurbín	campurbin	ES		0	Europe/Madrid	40.35627	-5.37003		Barrio Campurbin,Barrio Campurbín,Campurbin,Campurbín		55	AV	05904	
3126721	Camproviín	camproviin	ES		0	Europe/Madrid	42.35387	-2.72294		Camproviin,Camproviín	26037	27	LO	26037	
3126723	Campredó	campredo	ES		0	Europe/Madrid	40.76111	0.55301				56	T	43078	
3126724	Campo-Xesteda	campo-xesteda	ES		0	Europe/Madrid	43.11512	-8.49968		Campo-Xesteda,Campo-Xeteda		58	C	15024	
3126725	Campos y Salave	campos-y-salave	ES		282	Europe/Madrid	43.55	-6.88333		Campos y Salave,Santa Maria,Santa María		34	O	33070	
3126726	Camposolillo	camposolillo	ES		0	Europe/Madrid	42.98172	-5.26029				55	LE	24121	
3126728	Campos de Vila	campos-de-vila	ES		0	Europe/Madrid	42.49699	-7.22272				58	LU	27050	
3126729	Camposdelante	camposdelante	ES		0	Europe/Madrid	43.3426	-3.65493				39	S	39064	
3126730	Campos de Arenoso	campos-de-arenoso	ES		0	Europe/Madrid	40.08333	-0.55				60	CS	12079	
3126733	Camposancos	camposancos	ES		0	Europe/Madrid	42.75545	-8.14456				58	PO	36024	
3126734	Camposancos	camposancos	ES		0	Europe/Madrid	41.88333	-8.86667		Camposanco,Camposancos		58	PO	36023	
3126753	Campones	campones	ES		0	Europe/Madrid	43.53333	-5.7				34	O	33024	
3126756	Campomar	campomar	ES		0	Europe/Madrid	43.34962	-3.12614				59	BI	48071	
3126759	Campolongo	campolongo	ES		0	Europe/Madrid	42.92169	-8.88537				58	C	15056	
3126763	Campol	campol	ES		0	Europe/Madrid	42.49833	-0.0097				52	HU	22109	
3126766	Campodola	campodola	ES		0	Europe/Madrid	42.53333	-7.21667				58	LU	27050	
3126770	Campo de Luna	campo-de-luna	ES		0	Europe/Madrid	42.9	-5.9				55	LE	24164	
3126771	Campo de Liebre	campo-de-liebre	ES		0	Europe/Madrid	42.6268	-7.00116				55	LE	24011	
3126773	Campo de la Iglesia	campo-de-la-iglesia	ES		0	Europe/Madrid	43.587	-5.90942		Laviana,Santa Leocadia de Laviana		34	O	33004	
3126796	Campllonch	campllonch	ES		0	Europe/Madrid	41.88333	-2.83333				55	SO	42117	
3126801	Campino	campino	ES		0	Europe/Madrid	42.89686	-3.80501				55	BU	09011	
3126980	Calo	calo	ES		0	Europe/Madrid	43.03222	-9.13878				58	C	15052	
3126818	Campilduero	campilduero	ES		0	Europe/Madrid	40.92743	-6.57296		Campilduero		55	SA	37101	
3126821	Campiello	campiello	ES		0	Europe/Madrid	43.41012	-5.83301				34	O	33044	
3126822	Campiello	campiello	ES		0	Europe/Madrid	43.3721	-5.57612				34	O	33066	
3126823	Campiello	campiello	ES		0	Europe/Madrid	43.17175	-6.14154				34	O	33072	
3126830	Campello	campello	ES		0	Europe/Madrid	40.51519	-0.09855		Campello,Caserio Campello,Caserío Campello,Mas del Campello		60	CS	12080	
3126834	Campdurà	campdura	ES		0	Europe/Madrid	42.01667	2.85				56	GI	17049	
3126836	Campdessens	campdessens	ES		0	Europe/Madrid	41.25221	1.86759		Campdesens,Campdessens,Caserio Campdessens,Caserío Campdessens		56	B	08270	
3126839	Campas	campas	ES		0	Europe/Madrid	43.52313	-6.98069				34	O	33017	
3126841	Campara	campara	ES		0	Europe/Madrid	43.27987	-8.87201				58	C	15068	
3126845	Campanero	campanero	ES		0	Europe/Madrid	40.69828	-6.54644		Alqueria de Campanero,Alquería de Campanero,Campanero		55	SA	37096	
3126853	Campa	campa	ES		0	Europe/Madrid	43.39645	-5.76065		Barrio Campa,Campa		34	O	33066	
3126855	Campa	campa	ES		0	Europe/Madrid	42.57071	-7.21779				58	LU	27017	
3126866	Camino	camino	ES		0	Europe/Madrid	43.3881	-5.5982				34	O	33066	
3126867	Camino	camino	ES		0	Europe/Madrid	43.02477	-7.33876				58	LU	27011	
3126868	Camino	camino	ES		0	Europe/Madrid	43.03401	-4.17175				39	S	39032	
3126869	Camino	camino	ES		0	Europe/Madrid	42.86667	-7.9		Camino,San Julian,San Julián		58	LU	27040	
3126870	Camino	camino	ES		0	Europe/Madrid	42.78333	-7.36667		Camino,San Mamed		58	LU	27057	
3126891	Camboño	cambono	ES		120	Europe/Madrid	42.75	-8.91667		Cambono,Camboño,San Juan		58	C	15042	
3126894	Cambela	cambela	ES		0	Europe/Madrid	42.27205	-7.11873				58	OR	32015	
3126895	Cambeda	cambeda	ES		0	Europe/Madrid	43.09405	-9.046		Cambeda,San Juan		58	C	15092	
3126896	Cambás	cambas	ES		0	Europe/Madrid	43.26667	-7.96667		Cambas,Cambás,San Pedro		58	C	15003	
3126899	Cambados	cambados	ES		13708	Europe/Madrid	42.51222	-8.8131		Cambados	36006	58	PO	36006	
3126902	Camba	camba	ES		5	Europe/Madrid	42.7	-7.9		Camba,San Salvador		58	PO	36047	
3126903	Camba	camba	ES		0	Europe/Madrid	42.66667	-7.9		Camba,San Juan		58	PO	36047	
3126904	Camba	camba	ES		34	Europe/Madrid	42.63333	-7.91667		Camba,Santa Eulalia		58	PO	36047	
3126905	Camba	camba	ES		0	Europe/Madrid	42.36667	-7.4		Camba,San Juan		58	OR	32023	
3126906	Camba	camba	ES		0	Europe/Madrid	42.11537	-7.39628				58	OR	32039	
3126909	Camarzana de Tera	camarzana-de-tera	ES		962	Europe/Madrid	41.99471	-6.02657		Camarzana de Tera	49033	55	ZA	49033	
3126926	Camanzo	camanzo	ES		0	Europe/Madrid	42.8	-8.31667		Camanzo,San Salvador		58	PO	36059	
3126929	Camallera	camallera	ES		0	Europe/Madrid	42.12258	2.96307		Camallera		56	GI	17222	
3126933	Calzones	calzones	ES		0	Europe/Madrid	40.01587	-6.05071		Calzones,Caserio Calzones,Caserío Calzones		57	CC	10148	
3126937	Calzadilla del Campo	calzadilla-del-campo	ES		0	Europe/Madrid	41.08078	-6.05063				55	SA	37150	
3126951	Calzada	calzada	ES		0	Europe/Madrid	42.98287	-3.2547				55	BU	09908	
3126952	Calvos de Socamino	calvos-de-socamino	ES		0	Europe/Madrid	42.85	-8.23333		Calvos de Socamino,San Martin,San Martín		58	PO	36059	
3126953	Calvos de Sobre Camiño	calvos-de-sobre-camino	ES		0	Europe/Madrid	42.96667	-8.21667		San Martin,San Martín		58	C	15006	
3126954	Calvos	calvos	ES		0	Europe/Madrid	42.33333	-8.5		Calvos,San Adrian,San Adrián		58	PO	36019	
3126955	Calvos	calvos	ES		0	Europe/Madrid	42.05	-8		Calvos,Santiago		58	OR	32006	
3126956	Calvos	calvos	ES		1187	Europe/Madrid	41.9479	-7.89604		Calvos,Calvos de Randin		58	OR	32016	
3126963	Calvente	calvente	ES		0	Europe/Madrid	43	-8.33333		Calvente,San Juan		58	C	15060	
3126965	Calvelle	calvelle	ES		373	Europe/Madrid	42.3	-7.78333		Calvelle,Parladoiro Cavelle,San Miguel		58	OR	32058	
3126966	Calvela	calvela	ES		0	Europe/Madrid	42.9	-7.26667				58	LU	27901	
3126973	Ca'l Rubió	ca-l-rubio	ES		0	Europe/Madrid	41.33241	1.64957		Ca'l Rubio,Ca'l Rubió,Caserio Cal Rubio,Caserío Cal Rubio		56	B	08251	
3126981	Calo	calo	ES		0	Europe/Madrid	42.83333	-8.58333		Calo,San Juan		58	C	15082	
3126982	Calo	calo	ES		0	Europe/Madrid	42.71557	-8.95586				58	C	15071	
3126988	Callobre	callobre	ES		0	Europe/Madrid	43.33098	-8.14797		Callobre,San Juan		58	C	15048	
3126989	Callobre	callobre	ES		0	Europe/Madrid	42.7	-8.43333		Callobre,San Martin,San Martín		58	PO	36017	
3126994	Calleja	calleja	ES		0	Europe/Madrid	43.1333	-2.77887				59	BI	48023	
3126995	A Calle	a-calle	ES		0	Europe/Madrid	42.83375	-8.73306				58	C	15074	
3126996	Kalearte	callarte	ES		0	Europe/Madrid	43.08923	-2.73428				59	BI	48024	
3126998	Caliero	caliero	ES		0	Europe/Madrid	43.55867	-5.94827				34	O	33004	
3127001	Kalezar	calezarra	ES		0	Europe/Madrid	43.27101	-2.04559		Calezar,Calezarra,Kalezar		59	SS	20073	
3127008	Caleiro	caleiro	ES		0	Europe/Madrid	42.5607	-8.81021				58	PO	36061	
3127032	Caldearenas y Aguces	caldearenas-y-aguces	ES		0	Europe/Madrid	42.39784	-0.50131		Caldearenas y Aguces,Caserio Caldearenas y Aguces,Caserío Caldearenas y Aguces		52	HU	22072	
3127034	Caldas de Reis	caldas-de-reis	ES		10036	Europe/Madrid	42.60473	-8.6423		Caldas de Reves	36005	58	PO	36005	
3127040	Caldas	caldas	ES		0	Europe/Madrid	43.25145	-4.59997				39	S	39049	
3127043	Calbor	calbor	ES		0	Europe/Madrid	42.78333	-7.35		Calbor,Calvor,San Esteban		58	LU	27057	
3127062	Calahorra de Campos	calahorra-de-campos	ES		0	Europe/Madrid	42.16452	-4.53095		Calahorra,Calahorra de Campo,Calahorra de Campos		55	P	34155	
3127074	Calabreo	calabreo	ES		0	Europe/Madrid	43.08638	-6.90747				34	O	33028	
3127083	Calabaza	calabaza	ES		0	Europe/Madrid	43.44147	-5.68149				34	O	33066	
3127084	Cajol	cajol	ES		0	Europe/Madrid	42.52977	-0.06317				52	HU	22109	
3127085	Cajigosa	cajigosa	ES		0	Europe/Madrid	42.44601	0.15759				52	HU	22190	
3127092	Caicedo Yuso	caicedo-yuso	ES		0	Europe/Madrid	42.75367	-2.99681		Caicedo Yuso		59	VI	01902	
3127097	Cadrón	cadron	ES		0	Europe/Madrid	42.74198	-8.05846		Cadron,Cadrón		58	PO	36024	
3127104	Cadós	cados	ES		0	Europe/Madrid	41.94959	-7.99925		Cados,Cadós,Gados,Gadós		58	OR	32051	
3127106	Cadones	cadones	ES		0	Europe/Madrid	42.02264	-7.99976				58	OR	32006	
3127116	Cadarnojo	cadarnojo	ES		0	Europe/Madrid	42.70622	-8.89589				58	C	15011	
3127126	Cádabo	cadabo	ES		0	Europe/Madrid	43.01613	-7.24592				58	LU	27004	
3127127	Cadabedo	cadabedo	ES		0	Europe/Madrid	43.36667	-7.36667				58	LU	27044	
3127133	Cachafeiro	cachafeiro	ES		80	Europe/Madrid	42.56667	-8.33333				58	PO	36018	
3127139	Cabrui	cabrui	ES		0	Europe/Madrid	43.11667	-8.18333		San Martin,San Martín		58	C	15047	
3127142	Cabrojo	cabrojo	ES		0	Europe/Madrid	43.32836	-4.19506				39	S	39012	
3127143	Cabrojo	cabrojo	ES		0	Europe/Madrid	43.25481	-4.39677				39	S	39063	
3127073	Calabrez	calabrez	ES	33566	0	Europe/Madrid	43.43535	-5.13697				34	O	33056	
3127160	Cabreriza	cabreriza	ES		0	Europe/Madrid	41.3944	-2.85288				55	SO	42035	
3127162	Cabrera d'Igualada	cabrera-d-igualada	ES		0	Europe/Madrid	41.51667	1.7		Cabrera d'Igualada,Cabrera de Igualada		56	B	08044	
3127177	Cabrejas	cabrejas	ES		0	Europe/Madrid	40.04649	-2.36157		Cabrejas		54	CU	16001	
3127180	Cabreira	cabreira	ES		0	Europe/Madrid	43.1	-7.2				58	LU	27018	
3127181	Cabreira	cabreira	ES		0	Europe/Madrid	42.08333	-8.55		Cabreira,San Miguel		58	PO	36049	
3127188	Cabrais	cabrais	ES		0	Europe/Madrid	42.65248	-8.99593				58	C	15071	
3127189	Cabrafigal	cabrafigal	ES		0	Europe/Madrid	43.55399	-6.65859		Cabrafigal		34	O	33041	
3127192	Caboy	caboy	ES		0	Europe/Madrid	43.10632	-7.63239				58	LU	27039	
3127193	Cabovilaño	cabovilano	ES		0	Europe/Madrid	43.25	-8.61667		Cabovilano,Cabovilaño,San Roman,San Román		58	C	15041	
3127195	Caborrecelle	caborrecelle	ES		0	Europe/Madrid	42.83259	-7.66624		Caborrecelle,San Julian,San Julián		58	LU	27049	
3127199	Cabornas	cabornas	ES		0	Europe/Madrid	43.53605	-6.58989				34	O	33034	
3127211	Cabio	cabio	ES		0	Europe/Madrid	42.6	-8.91667	0			58	C	15067	
3127214	Cabia	cabia	ES		263	Europe/Madrid	42.28455	-3.84616				55	BU	09063	
3127215	Cabezuelo	cabezuelo	ES		0	Europe/Madrid	40.36146	-5.56132		Barrio Cabezuelo,Cabezuelo		55	AV	05051	
3127240	Cabeza del Caballo	cabeza-del-caballo	ES		443	Europe/Madrid	41.12982	-6.55742		Cabeza del Caballo	37065	55	SA	37065	
3127249	Caberta	caberta	ES		0	Europe/Madrid	43.02047	-9.183		Caberta		58	C	15052	
3127253	Cabeiro	cabeiro	ES		0	Europe/Madrid	42.25	-8.61667		Cabeiro,Caveiro,San Juan		58	PO	36045	
3127254	Cabeiras	cabeiras	ES		0	Europe/Madrid	42.11667	-8.33333		Cabeiras,San Sebastian,San Sebastián		58	PO	36001	
3127261	Cabanzo	cabanzo	ES		0	Europe/Madrid	43.47349	-3.5258				39	S	39047	
3127263	Cabanude	cabanude	ES		0	Europe/Madrid	42.89967	-9.08343				58	C	15045	
3127264	Cabanín	cabanin	ES		0	Europe/Madrid	43.51948	-6.50463		Cabamin,Cabamín,Cabanin,Cabanín		34	O	33034	
3127282	Cabanelas	cabanelas	ES		0	Europe/Madrid	42.4	-8.13333		Cabanelas		58	OR	32019	
3127283	Cabanela	cabanela	ES		0	Europe/Madrid	42.99144	-7.06271				58	LU	27034	
3127284	Cabaneiro	cabaneiro	ES		0	Europe/Madrid	43.35	-7.46667		Cabaneiro,San Bartolome,San Bartolomé		58	LU	27001	
3127292	Cabanas Antiguas	cabanas-antiguas	ES		0	Europe/Madrid	42.82123	-6.92798				58	LU	27012	
3127305	Cabanamoura	cabanamoura	ES		0	Europe/Madrid	42.90162	-8.88455				58	C	15062	
3127306	Cabanal	cabanal	ES		0	Europe/Madrid	43.17474	-6.47491				34	O	33011	
3127307	Cabanajaraz	cabanajaraz	ES		0	Europe/Madrid	42.86194	-6.91383				58	LU	27012	
3127308	Cabaña Derecho	cabana-derecho	ES		0	Europe/Madrid	43.2687	-5.41699				34	O	33015	
3127309	Cabana da Vella	cabana-da-vella	ES		0	Europe/Madrid	43.49068	-7.20108		Cabana da Vella,Cabana de Vella		58	LU	27005	
3127312	Cabana	cabana	ES		0	Europe/Madrid	43.3333	-7.26387				58	LU	27054	
3127313	Cabana	cabana	ES		0	Europe/Madrid	43.21187	-8.91145		Cabana		58	C	15014	
3127314	Cabana	cabana	ES		13	Europe/Madrid	43.2	-7.26667				58	LU	27029	
3127315	Cabana	cabana	ES		0	Europe/Madrid	42.83333	-7.93333		Cabana,Santiago		58	LU	27040	
3127316	Cabaloria	cabaloria	ES		0	Europe/Madrid	40.40405	-6.07141		Alqueria Cabaloria,Alquería Cabaloria,Cabaloria		57	CC		
3127324	Caballeros	caballeros	ES		0	Europe/Madrid	43.33939	-5.68815				34	O	33066	
3127327	Caballera	caballera	ES		0	Europe/Madrid	42.31096	0.34096				52	HU	22212	
3127331	Cabaleriza	cabaleriza	ES		0	Europe/Madrid	42.97308	-9.22639				58	C	15023	
3127334	Cabaleiros	cabaleiros	ES		0	Europe/Madrid	43.51667	-6.93333				34	O	33070	
3127335	Cabaleiros	cabaleiros	ES		0	Europe/Madrid	43.08333	-8.55		Cabaleiros,San Julian,San Julián		58	C	15084	
3127337	Cabalar	cabalar	ES		0	Europe/Madrid	43.45867	-8.07717		Cabalar,Santa Maria,Santa María		58	C	15018	
3127339	Cabaceira	cabaceira	ES		0	Europe/Madrid	43.17012	-7.19366				58	LU	27053	
3127340	Caaveiro	caaveiro	ES		0	Europe/Madrid	43.466	-8.03312		Caaveiro,San Braulio		58	C	15018	
3127341	Caamouco	caamouco	ES		0	Europe/Madrid	43.43333	-8.2		Caamouco,San Vicente		58	C	15004	
3127343	Buzarra	buzarra	ES		0	Europe/Madrid	42.25057	-2.31754				27	LO	26126	
3127349	Butsènit	butsenit	ES		0	Europe/Madrid	41.8	1		Butsenit,Butsènit		56	L	25003	
3127356	Busto-Vela	busto-vela	ES		0	Europe/Madrid	43.38555	-5.02285				34	O	33012	
3127359	Bustofrío	bustofrio	ES		0	Europe/Madrid	42.66667	-7.21667				58	LU	27017	
3127364	Busto	busto	ES		0	Europe/Madrid	43.59636	-5.8243				34	O	33025	
3127365	Busto	busto	ES		0	Europe/Madrid	43.55693	-6.46266				34	O	33034	
3127366	Busto	busto	ES		0	Europe/Madrid	43.46052	-5.37489				34	O	33076	
3127367	Busto	busto	ES		0	Europe/Madrid	43.06764	-8.85339				58	C	15077	
3127368	Busto	busto	ES		0	Europe/Madrid	43.05662	-6.90825				34	O	33028	
3127369	Busto	busto	ES		0	Europe/Madrid	42.96936	-9.13505				58	C	15034	
3127370	Busto	busto	ES		0	Europe/Madrid	42.96407	-9.0045				58	C	15045	
3127371	Busto	busto	ES		0	Europe/Madrid	42.96667	-8.5		Busto,San Pedro		58	C	15078	
3127372	Busto	busto	ES		0	Europe/Madrid	42.81667	-7.26667				58	LU	27026	
3127373	Busto	busto	ES		0	Europe/Madrid	42.73333	-8.18333		Busto,San Facundo		58	PO	36024	
3127385	Bustillo	bustillo	ES		0	Europe/Madrid	43.24605	-3.8727				39	S	39100	
3127386	Bustiello de Tablado	bustiello-de-tablado	ES		0	Europe/Madrid	43.38333	-6.46667				34	O	33073	
3127388	Bustiello de la Cabuerna	bustiello-de-la-cabuerna	ES		0	Europe/Madrid	43.34624	-6.53154		Bustiello,Bustiello de la Cabuerna		34	O	33073	
3127389	Bustiello	bustiello	ES		0	Europe/Madrid	43.45	-6.33333		Bustiello,Bustiello de Paredes		34	O	33059	
3127390	Bustiello	bustiello	ES		0	Europe/Madrid	43.35	-6.5		Bustiello,San Esteban		34	O	33073	
3127391	Bustiello	bustiello	ES		0	Europe/Madrid	43.20236	-6.07599				34	O	33052	
3127392	Bustiello	bustiello	ES		0	Europe/Madrid	43.18927	-5.76951				34	O	33037	
3127393	Bustiello	bustiello	ES		0	Europe/Madrid	43.08853	-6.54744				34	O	33011	
3127394	Bustiellé	bustielle	ES		0	Europe/Madrid	43.16797	-5.76026				34	O	33002	
3127398	Bustelo	bustelo	ES		0	Europe/Madrid	43.12593	-6.9183				58	LU	27035	
3127399	Bustelo	bustelo	ES		0	Europe/Madrid	43.00992	-9.15649				58	C	15034	
3127400	Bustelo	bustelo	ES		0	Europe/Madrid	42.99551	-6.81242				34	O	33028	
3127401	Bustelo	bustelo	ES		8	Europe/Madrid	42.85	-7.01667				58	LU	27012	
3127402	Bustelo	bustelo	ES		7	Europe/Madrid	42.8	-7.26667				58	LU	27026	
3127405	Bustasur	bustasur	ES		0	Europe/Madrid	43.12505	-3.90116				39	S	39039	
3127406	Bustasur	bustasur	ES		0	Europe/Madrid	42.93538	-4.0314				39	S	39065	
3127417	Bustablado	bustablado	ES		0	Europe/Madrid	43.3353	-4.21157				39	S	39012	
3127419	Busprid	busprid	ES		0	Europe/Madrid	43.17215	-5.40031				34	O	33015	
3127420	Buspoulín	buspoulin	ES		6	Europe/Madrid	43.38541	-6.3831		Buspaulin,Buspoulin,Buspoulín		34	O	33073	
3127421	Buspol	buspol	ES		0	Europe/Madrid	43.36287	-6.29908				34	O	33059	
3127423	Busnullán	busnullan	ES		0	Europe/Madrid	42.72598	-7.09932				58	LU	27045	
3127437	Busgulmar	busgulmar	ES		0	Europe/Madrid	42.77758	-7.03277				58	LU	27037	
3127439	Buseco	buseco	ES		0	Europe/Madrid	43.46234	-6.6114				34	O	33034	
3127442	Buscás	buscas	ES		0	Europe/Madrid	43.08333	-8.38333		Buscas,Buscás,San Pelayo		58	C	15059	
3127444	Busantiane	busantiane	ES		0	Europe/Madrid	43.50727	-6.62814				34	O	33034	
3127449	Burres	burres	ES		0	Europe/Madrid	42.91667	-8.21667		Burres,San Vicente		58	C	15006	
3127451	Burlata	burlata	ES		18178	Europe/Madrid	42.82562	-1.61671		Burlada,Burlata		32	NA	31086	
3127452	Buriz	buriz	ES		0	Europe/Madrid	43.26276	-7.84758				58	LU	27022	
3127453	Buria e Camariñas	buria-e-camarinas	ES		0	Europe/Madrid	43.13333	-9.18333				58	C	15016	
3127422	Buso	buso	ES	33810	0	Europe/Madrid	42.9184	-6.7693		Buso		34	O	33028	
3127456	Burgui	burgui	ES		233	Europe/Madrid	42.71995	-1.00443		Burgi,Burgui		32	NA	31059	
3127457	Auritz	auritz	ES		323	Europe/Madrid	42.98333	-1.33333		Auritz,Burguete		32	NA	31115	
3127459	Burgueira	burgueira	ES		0	Europe/Madrid	42.01667	-8.83333		Burgueira,San Pedro		58	PO	36036	
3127465	Burgo	burgo	ES		0	Europe/Madrid	43.46667	-7.71667		Burgo,Santa Maria,Santa María		58	LU	27033	
3127466	Burgo	burgo	ES		0	Europe/Madrid	42.96855	-7.64514				58	LU	27028	
3127469	Burgasé	burgase	ES		0	Europe/Madrid	42.52328	-0.02579				52	HU	22109	
3127474	Bueres	bueres	ES		0	Europe/Madrid	43.20945	-5.35012				34	O	33015	
3127476	Burela de Cabo	burela-de-cabo	ES		8338	Europe/Madrid	43.65	-7.4		Burela,Burela de Cabo		58	LU	27902	
3127479	Burdaria	burdarias	ES		0	Europe/Madrid	43.24401	-2.67162		Burdaria,Burdarias		59	BI	48067	
3127480	Burch	burch	ES		0	Europe/Madrid	42.50507	1.27131				56	L	25089	
3127490	Buño	buno	ES		0	Europe/Madrid	43.26739	-8.78331		Buno,Buño		58	C	15043	
3127500	Bullán	bullan	ES		0	Europe/Madrid	42.96844	-7.08541				58	LU	27006	
3127508	Bujantes	bujantes	ES		0	Europe/Madrid	42.96667	-9.11667		Bujantes,San Pedro		58	C	15034	
3127510	Buján	bujan	ES		0	Europe/Madrid	43.0104	-9.11761				58	C	15034	
3127511	Buján	bujan	ES		0	Europe/Madrid	43	-8.61667		Bujan,Buján,Santiago		58	C	15088	
3127512	Buján	bujan	ES		0	Europe/Madrid	42.9563	-9.26801				58	C	15037	
3127513	Buján	bujan	ES		0	Europe/Madrid	42.74696	-8.72806				58	C	15074	
3127514	Buxán	buxan	ES		0	Europe/Madrid	42.23754	-7.13596				58	OR	32044	
3127518	Buiturón	buituron	ES		0	Europe/Madrid	43.01663	-9.19544		Buituron,Buiturón		58	C	15052	
3127521	Buitrago del Lozoya	buitrago-del-lozoya	ES		1811	Europe/Madrid	40.9909	-3.63365		Buitrago,Buitrago de Lozoya,Buitrago del Lozoya,Buitrago del Lozoyo,Buitrago-del'-Losoja,Bujtrago-del'-Losojja,bu yi te la ge de e suo ya,bwytrajw dyl wzwya,Буйтраго-дель-Лосойя,Буїтраго-дель-Лосоя,بويتراجو ديل وزويا,布伊特拉戈德略索亚	28027	29	M	28027	
3127524	Buiste	buiste	ES		0	Europe/Madrid	42.87137	-8.88768				58	C	15062	
3127528	Buimanco	buimanco	ES		0	Europe/Madrid	42.06648	-2.23227				55	SO	42165	
3127530	Bugarín	bugarin	ES		0	Europe/Madrid	42.2	-8.5		Bugarin,Bugarín,Santa Cristina		58	PO	36042	
3127531	Bugallido	bugallido	ES		0	Europe/Madrid	42.95687	-8.84418				58	C	15056	
3127532	Bugallido	bugallido	ES		0	Europe/Madrid	42.85	-8.61667		Bugallido,San Pedro		58	C	15002	
3127538	Bueu	bueu	ES		12331	Europe/Madrid	42.32458	-8.78497		Buen,Bueu	36004	58	PO	36004	
3127541	Buerres	buerres	ES		0	Europe/Madrid	43.49159	-5.25159				34	O	33019	
3127545	Güeñu	gueenu	ES		0	Europe/Madrid	43.31575	-5.89451				34	O	33057	
3127558	Buellas	buellas	ES		0	Europe/Madrid	43.08168	-5.76924		Buellas,Buelles		34	O	33033	
3127559	Budiño	budino	ES		0	Europe/Madrid	42.95	-8.38333		Budino,Budiño,Santa Maria,Santa María		58	C	15066	
3127560	Budiño	budino	ES		0	Europe/Madrid	42.10376	-8.59888		Budino,Budiño,San Esteban		58	PO	36039	
3127561	Budiño	budino	ES		0	Europe/Madrid	42.1	-8.58333		Budino,Budinos,Budiño,Budiños,San Salvador		58	PO	36049	
3127562	Budián	budian	ES		0	Europe/Madrid	43.56667	-7.41667		Budian,Budián,Santa Eulalia		58	LU	27063	
3127565	Buciños	bucinos	ES		23	Europe/Madrid	42.53333	-7.85		Bucinos,Buciños,Bueinos,Bueiños,San Miguel		58	LU	27009	
3127569	Bucida	bucida	ES		0	Europe/Madrid	43.10199	-5.97941		Bucida		34	O	33053	
3127570	Bucial	bucial	ES		0	Europe/Madrid	43.46339	-5.33241				34	O	33019	
3127578	Búbal	bubal	ES		0	Europe/Madrid	42.68344	-0.32144				52	HU	22059	
3127579	Búbal	bubal	ES		0	Europe/Madrid	42.5	-7.81667		Bubal,Búbal,Santa Eulalia		58	LU	27009	
3127580	Búbal	bubal	ES		0	Europe/Madrid	42.48333	-7.76667		Bubal,Búbal,El Salvador,San Salvador		58	OR	32059	
3127581	Buazo	buazo	ES		0	Europe/Madrid	43	-8.16667		Buazo,Santa Maria,Santa María		58	C	15010	
3127583	Brusquete	brusquete	ES		0	Europe/Madrid	43.3543	-6.94086				34	O	33075	
3127591	Bruma	bruma	ES		0	Europe/Madrid	43.15	-8.36667		Bruma,San Lorenzo		58	C	15047	
3127596	Bruguera	bruguera	ES		0	Europe/Madrid	42.27777	2.18619				56	GI	17112	
3127600	Brugarol	brugarol	ES		0	Europe/Madrid	41.91667	3.18333				56	GI	17117	
3127602	A Broza	a-broza	ES		0	Europe/Madrid	42.65381	-7.58348		A Broza,La Broza		58	LU	27058	
3127606	Broño	brono	ES		0	Europe/Madrid	42.93253	-8.79237				58	C	15056	
3127609	Brocos	brocos	ES		0	Europe/Madrid	42.83181	-8.11779				58	PO	36020	
3127613	Briongos	briongos	ES		0	Europe/Madrid	41.91624	-3.50257				55	BU	09105	
3127615	Brion de Arriba	brion-de-arriba	ES		0	Europe/Madrid	42.83233	-8.92121				58	C	15062	
3127616	Brion de Abajo	brion-de-abajo	ES		0	Europe/Madrid	42.83011	-8.91429				58	C	15062	
3127535	Buezo	buezo	ES	09247	0	Europe/Madrid	42.55781	-3.40744		Buezo		55	BU	09334	
3127620	Briño	brino	ES		0	Europe/Madrid	43.18074	-8.96226		Brino,Briño		58	C	15014	
3127622	Brinkola	brincola	ES		0	Europe/Madrid	43.01922	-2.33541		Brincola,Brinkola,Bríncola		59	SS	20051	
3127630	Brieva de Juarros	brieva-de-juarros	ES		0	Europe/Madrid	42.28566	-3.43196		Brieva de Juarros		55	BU	09335	
3127638	Bibres	bibres	ES		0	Europe/Madrid	43.27614	-8.30977		Bibres,San Cipriano		58	C	15017	
3127640	Briallos	briallos	ES		0	Europe/Madrid	42.56667	-8.63333		Briallos,San Cristobal,San Cristóbal		58	PO	36040	
3127647	Bretal	bretal	ES		0	Europe/Madrid	42.59312	-9.02482		Bretal		58	C	15073	
3127650	Brens	brens	ES		0	Europe/Madrid	42.95	-9.18333		Brens,Santa Eulalia		58	C	15023	
3127651	Abrence	abrence	ES		0	Europe/Madrid	42.52277	-7.3917		Brence,San Juan		58	LU	27047	
3127652	Brejo	brejo	ES		0	Europe/Madrid	43.2698	-8.31619				58	C	15017	
3127654	Breixas	breixas	ES		0	Europe/Madrid	42.73333	-8.25		Breija,Santiago		58	PO	36052	
3127657	Breamo	breamo	ES		0	Europe/Madrid	43.4	-8.18333		Breamo,San Miguel		58	C	15069	
3127661	Brea	brea	ES		0	Europe/Madrid	43.15525	-9.13679				58	C	15016	
3127664	Brazomar	brazomar	ES		0	Europe/Madrid	43.36937	-3.21358				39	S	39020	
3127669	Brates	brates	ES		0	Europe/Madrid	43	-8.18333		Brates,San Pedro		58	C	15010	
3127671	Branzá	branza	ES		0	Europe/Madrid	42.87264	-8.22278		Branza,Branzá		58	C	15006	
3127674	Brantoas	brantoas	ES		0	Europe/Madrid	43.27658	-8.89832		Bratuas,Brátuas,San Julian,San Julián		58	C	15068	
3127675	Brántega	brantega	ES		0	Europe/Madrid	42.8	-8.08333		Brantega,Brántega,San Lorenzo		58	PO	36020	
3127677	Braño	brano	ES		0	Europe/Madrid	43.14648	-9.09586				58	C	15092	
3127678	Brañes	branes	ES		0	Europe/Madrid	43.4124	-5.90606		Branes,Brañes		34	O	33044	
3127679	Brañella	branella	ES		0	Europe/Madrid	43.3	-5.6				34	O	33060	
3127680	Brañela	branela	ES		0	Europe/Madrid	43.1	-7.11667				58	LU	27018	
3127681	Brandoñas	brandonas	ES		0	Europe/Madrid	43.01667	-8.96667		Brandonas,Brandoñas,Santa Maria,Santa María		58	C	15093	
3127682	Brandomil	brandomil	ES		238	Europe/Madrid	43.00993	-8.92399		Brandomil		58	C	15093	
3127684	Brandeso	brandeso	ES		0	Europe/Madrid	42.88333	-8.16667		Brandeso,San Lorenzo		58	C	15006	
3127686	Brandariz	brandariz	ES		0	Europe/Madrid	42.81667	-8.28333				58	PO	36059	
3127688	Brañaverniz	branaverniz	ES		0	Europe/Madrid	43.49148	-5.57114		Branaverniz,Brañaverniz		34	O	33076	
3127692	Brañas Verdes	branas-verdes	ES		0	Europe/Madrid	43.17612	-9.13944		Branas Verdes,Brañas Verdes		58	C	15016	
3127695	Brañas de Sierra	branas-de-sierra	ES		0	Europe/Madrid	42.65287	-7.02498				58	LU	27045	
3127698	Brañas	branas	ES		0	Europe/Madrid	43.11426	-7.14984				58	LU	27018	
3127699	Brañas	branas	ES		0	Europe/Madrid	43	-7.93333		Branas,Brañas,Santa Marina		58	C	15083	
3127700	Brañas	branas	ES		0	Europe/Madrid	42.73362	-7.03041				58	LU	27037	
3127703	Brañanoveles	brananoveles	ES		0	Europe/Madrid	43.24362	-5.75548				34	O	33037	
3127704	Brañameana	branameana	ES		0	Europe/Madrid	43.1427	-6.48435				34	O	33011	
3127705	Brañamayor	branamayor	ES		0	Europe/Madrid	43.45567	-6.83855				34	O	33023	
3127710	Braña del Río	brana-del-rio	ES		0	Europe/Madrid	43.51667	-6.66667				34	O	33041	
3127711	Braña del Río	brana-del-rio	ES		0	Europe/Madrid	43.31848	-5.62485				34	O	33031	
3127713	Braña	brana	ES		0	Europe/Madrid	43.53333	-5.68333				34	O	33024	
3127714	Braña	brana	ES		0	Europe/Madrid	43.38981	-7.31573				58	LU	27030	
3127715	Braña	brana	ES		0	Europe/Madrid	43.25108	-7.07583				58	LU	27018	
3127716	Braña	brana	ES		0	Europe/Madrid	43.08581	-7.26726		Brana,Braña,San Miguel		58	LU	27004	
3127718	Brahojos	brahojos	ES		167	Europe/Madrid	41.23333	-5.03333		Brahojos		55	VA	47102	
3127720	Bragad	bragad	ES		0	Europe/Madrid	43.18333	-8.18333		Bragad,San Mamed		58	C	15902	
3127722	Brabos	brabos	ES		72	Europe/Madrid	40.77846	-4.93934		Brabos,brabs,brabws,bu la wo si,Брабос,Բրաբոս,برابس,برابوس,布拉沃斯	05039	55	AV	05039	
3127723	Brabío	brabio	ES		0	Europe/Madrid	43.26667	-8.2		Brabio,Brabío,San Martin,San Martin de Brabio,San Martin de Brabío,San Martín		58	C	15009	
3127729	Box	box	ES		0	Europe/Madrid	43.33333	-5.76667		Box,San Julian,San Julián		34	O	33044	
3127739	Bouzoa	bouzoa	ES		0	Europe/Madrid	42.69795	-7.85341		Bouzoa,San Juan		58	LU	27060	
3127743	Bouza	bouza	ES		0	Europe/Madrid	43.51597	-6.97012				34	O	33017	
3127744	Bouza	bouza	ES		0	Europe/Madrid	43.07008	-9.08462				58	C	15092	
3127745	Bouza	bouza	ES		0	Europe/Madrid	42.48333	-8.81667				58	PO	36006	
3127746	Bouza	bouza	ES		0	Europe/Madrid	42.08333	-7.11667				58	OR	32086	
3127753	Boullón	boullon	ES		0	Europe/Madrid	42.85	-8.71667		Boullon,Boullón,San Miguel		58	C	15013	
3127754	Boudañeira	boudaneira	ES		0	Europe/Madrid	43.03655	-9.07		Bandaneira,Bandañeira,Boudaneira,Boudañeira		58	C	15034	
3127755	Bouciñas	boucinas	ES		29	Europe/Madrid	42.58333	-9.01667				58	C	15073	
3127756	Botos	botos	ES		0	Europe/Madrid	42.64647	-8.15206		Botos		58	PO	36024	
3127758	Botiola	botiolas	ES		0	Europe/Madrid	43.31745	-2.79504				59	BI	48035	
3127766	Bosquemado	bosquemado	ES		0	Europe/Madrid	43.31828	-3.46581				39	S	39002	
3127770	Borruga	borruga	ES		0	Europe/Madrid	42.29189	-7.20523		Borruga		58	OR	32044	
3127774	Borrifáns	borrifans	ES		0	Europe/Madrid	43.13333	-8.2		Borrifans,Borrifáns,San Pedro		58	C	15902	
3127782	Borrajeiros	borrajeiros	ES		0	Europe/Madrid	42.8	-8		Borrajeiros,San Cristobal,San Cristóbal		58	PO	36020	
3127783	Borquería	borqueria	ES		0	Europe/Madrid	42.86217	-7.11991				58	LU	27006	
3127792	Borneiro	borneiro	ES		0	Europe/Madrid	43.18813	-8.95268		Borneiro		58	C	15014	
3127795	Bornalle	bornalle	ES		0	Europe/Madrid	42.80085	-9.01531		Bornalle,Bornallo		58	C	15053	
3127797	les Borges del Camp	les-borges-del-camp	ES		1842	Europe/Madrid	41.16667	1.01667		Borjas del Campo,Les Borges del Camp,les Borges del Camp		56	T	43033	
3127798	Les Borges Blanques	les-borges-blanques	ES		0	Europe/Madrid	41.51667	0.86667		Les Borges Blanques		56	L	25119	
3127808	Borela	borela	ES		0	Europe/Madrid	42.43333	-8.5		Borela,San Martin,San Martín		58	PO	36902	
3127810	Bordones	bordones	ES		0	Europe/Madrid	42.4	-8.78333		Bordones,San Pedro		58	PO	36051	
3127822	Borbén	borben	ES		0	Europe/Madrid	42.28333	-8.53333		Borben,Borbén,Santiago		58	PO	36037	
3127825	Bora	bora	ES		0	Europe/Madrid	42.43333	-8.58333		Bora,Santa Marina		58	PO	36038	
3127831	Boqueijón	boqueijon	ES		0	Europe/Madrid	42.81262	-8.41865		Boqueijon,Boqueijón,San Vicente		58	C	15012	
3127837	Bonmatí	bonmati	ES		0	Europe/Madrid	41.97052	2.66938		Bonmati,Bonmatí		56	GI	17903	
3127844	Bonge	bonge	ES		0	Europe/Madrid	43.1	-7.58333		Bonge,San Mamed		58	LU	27039	
3127848	Bonayre	bonayre	ES		0	Europe/Madrid	42.0449	1.95293		Bonayre,Caserio Bonayre,Caserío Bonayre		56	B	08144	
3127855	Bolunburu	bolumburu	ES		0	Europe/Madrid	43.1995	-3.15485				59	BI	48096	
3127856	Bolueta	bolueta	ES		0	Europe/Madrid	43.25259	-2.9171		Bolueta		59	BI	48020	
3127857	Bolturina	bolturina	ES		0	Europe/Madrid	42.16329	0.25496		Bolturina		52	HU	22214	
3127862	Bollar	bollar	ES		0	Europe/Madrid	43.35071	-2.6151				59	BI	48033	
3127867	Boliña	bolina	ES		0	Europe/Madrid	42.64995	-8.87694				58	C	15011	
3127871	Boldis-Subirá	boldis-subira	ES		0	Europe/Madrid	42.6136	1.27188				56	L	25017	
3127872	Boldis-Josa	boldis-josa	ES		0	Europe/Madrid	42.6136	1.26652				56	L	25017	
3127878	Bolado	bolado	ES		0	Europe/Madrid	42.22254	-7.12515				58	OR	32086	
3127882	Bojar	bojar	ES		0	Europe/Madrid	40.67992	0.11968		Bojar,Bokar,El Boixar,el Boixar		60	CS	12093	
3127893	Boimil	boimil	ES		38	Europe/Madrid	43.01667	-8.11667		Boimil,San Miguel		58	C	15010	
3127901	Bofetán	bofetan	ES		0	Europe/Madrid	43.38188	-3.84925		Bofelan,Bofelán,Bofetan,Bofetán		39	S	39099	
3127906	Boente	boente	ES		0	Europe/Madrid	42.91667	-8.08333		Boente,Santiago		58	C	15006	
3127908	Boel	boel	ES		0	Europe/Madrid	42.84825	-8.91384				58	C	15062	
3127912	Boedo	boedo	ES		0	Europe/Madrid	42.79246	-4.57088				55	P	34049	
3127914	Boebre	boebre	ES		292	Europe/Madrid	43.38333	-8.21667		Boebre,Santiago		58	C	15069	
3127918	Bodegón	bodegon	ES		0	Europe/Madrid	40.65	-6.13333		Bodegon,Bodegón,Caserio Bodegon,Caserío Bodegón		55	SA	37316	
3127920	Bodaño	bodano	ES		0	Europe/Madrid	42.75898	-8.19815		Bodano,Bodaño,San Mamed		58	PO	36024	
3127937	Boviarriba	boviarriba	ES		0	Europe/Madrid	43.32555	-4.9896				34	O	33043	
3127938	Boviabaxu	boviabaxu	ES		0	Europe/Madrid	43.32246	-4.98015		Bobia de Abajo		34	O	33043	
3127947	Bobadela	bobadela	ES		0	Europe/Madrid	42.1788	-7.6906		Santa Maria,Santa María		58	OR	32036	
3127948	Bobadela	bobadela	ES		0	Europe/Madrid	42.16667	-7.93333		Bobadela,Santa Maria,Santa María		58	OR	32024	
3127950	Boaño	boano	ES		0	Europe/Madrid	43.19051	-9.03321		Boano,Boaño		58	C	15040	
3127951	Boán	boan	ES		0	Europe/Madrid	42.61667	-4.13333				55	BU	09373	
3127952	Boalo	boalo	ES		5094	Europe/Madrid	40.71603	-3.91656		Boalo		29	M	28090	
3127953	Boallo	boallo	ES		0	Europe/Madrid	43.06466	-9.09473		Boallo		58	C	15092	
3127965	Boa	boa	ES		0	Europe/Madrid	42.77672	-8.92875		San Pedro		58	C	15057	
3127979	Blancos	blancos	ES		1125	Europe/Madrid	41.99652	-7.75175		Blancos		58	OR	32012	
3127992	Bizkardo	bizkardo	ES		0	Europe/Madrid	43.08495	-2.28333				59	SS	20035	
3127996	Biure de Gaià	biure-de-gaia	ES		0	Europe/Madrid	41.48333	1.35				56	T	43105	
3127999	Bispo	bispo	ES		0	Europe/Madrid	42.75226	-7.80145				58	LU	27032	
3128019	Bimenes	bimenes	ES		1948	Europe/Madrid	43.31667	-5.55		Bimenes,San Emeterio,bi mei nei si,bymns,bymyns,Бименес,Біменес,بيمينس,بیمنس,比梅内斯		34	O	33040	
3128024	Bilboko barruti judiziala	partido-judicial-de-bilbao	ES		0	Europe/Madrid	43.3	-2.96667				59	BI	48902	
3128030	Bigues i Riells	bigues-i-riells	ES		7175	Europe/Madrid	41.68333	2.23333	335	Bigues,Bigues i Riells		56	B	08023	
3128036	Biert	biert	ES		0	Europe/Madrid	42.08012	2.70774		Biert		56	GI	17040	
3128040	Bielba	bielba	ES		0	Europe/Madrid	43.15	-4.45				39	S	39063	
3128042	Biedes	biedes	ES		0	Europe/Madrid	43.42667	-5.93556		Biedes		34	O	33054	
3128043	Bidueiras	bidueiras	ES		0	Europe/Madrid	43.38406	-7.28126				58	LU	27030	
3128044	Biduedo	biduedo	ES		0	Europe/Madrid	42.9682	-7.17813				58	LU	27901	
3128050	Biamón	biamon	ES		0	Europe/Madrid	43.19739	-5.09414		Biamon,Biamón		34	O	33050	
3128058	Beuntza	beuntza	ES		0	Europe/Madrid	42.96667	-1.71667		Beuntza,Beunza		32	NA	31236	
3128061	Betote	betote	ES		0	Europe/Madrid	42.79786	-7.408		San Vicente		58	LU	27057	
3128067	Betés	betes	ES		0	Europe/Madrid	42.63554	-0.34916				52	HU	22059	
3128069	Betarres	betarres	ES		0	Europe/Madrid	42.92741	-3.36327				55	BU	09209	
3128084	Besomaño	besomano	ES		0	Europe/Madrid	42.51667	-8.73333		Besomano,Besomaño,Santa Maria,Santa María		58	PO	36046	
3128086	Beseño	beseno	ES		0	Europe/Madrid	42.86667	-8.23333		Beseno,Beseño,San Cristobal,San Cristóbal		58	C	15085	
3128087	Besejos	besejos	ES		0	Europe/Madrid	42.78333	-8.16667		Besejos,San Felix,San Félix		58	PO	36059	
3128092	Besarredonda	besarredonda	ES		0	Europe/Madrid	42.52577	-7.15916				58	LU	27050	
3128094	Bezangiz	besagiz	ES		0	Europe/Madrid	43.28333	-2.7		Besagiz,Besanguiz,Besánguiz		59	BI	48067	
3128099	Berzosa del Lozoya	berzosa-del-lozoya	ES		184	Europe/Madrid	40.9732	-3.52009		Berzosa del Lozoya	28020	29	M	28020	
3128103	Beruntza	berunza	ES		0	Europe/Madrid	42.97977	-2.29225				59	SS	20025	
3128105	Bértola	bertola	ES		0	Europe/Madrid	42.38333	-8.61667		Bertola,Bértola		58	PO	36058	
3128106	Bertoa	bertoa	ES		0	Europe/Madrid	43.22582	-8.67843		Santa Maria,Santa María		58	C	15019	
3128110	Berruco	berruco	ES		0	Europe/Madrid	40.99065	-1.46891				52	Z	50048	
3128111	Berroy	berroy	ES		0	Europe/Madrid	42.50385	-0.13956				52	HU	22109	
3128112	Berrostegieta	berrosteguieta	ES		590	Europe/Madrid	42.81291	-2.71019		Berrosteguieta,Berroztegieta		59	VI	01059	
3128113	Berrós-Subirá	berros-subira	ES		0	Europe/Madrid	42.57593	1.16748				56	L	25903	
3128114	Berrós-Josa	berros-josa	ES		0	Europe/Madrid	42.57511	1.15349				56	L	25903	
3128115	Berrón	berron	ES		0	Europe/Madrid	43.38561	-5.70462		Berron,Berrón,El Berron,El Berrón		34	O	33042	
3128116	Berroia	berrojas	ES		0	Europe/Madrid	43.26343	-2.65999				59	BI	48067	
3128117	Berroge	berroge	ES		0	Europe/Madrid	42.94543	-9.16562		Berroge,Berroje		58	C	15023	
3128119	Barrio Berro Auzoa	barrio-berro-auzoa	ES		0	Europe/Madrid	43.13333	-1.5				32	NA	31050	
3128120	Berrocalillo	berrocalillo	ES		0	Europe/Madrid	40.03532	-6.11332		Berrocalillo,Caserio Berrocalillo,Caserío Berrocalillo		57	CC	10148	
3128123	Berrocal de Padierna	berrocal-de-padierna	ES		0	Europe/Madrid	40.95015	-6.00084		Berrocal de Padierna,Berrocal de Padierno		55	SA	37314	
3128130	Berriozar	berriozar	ES		8199	Europe/Madrid	42.83067	-1.66648		Berriozar	31903	32	NA	31903	
3128131	Berriozabaleta	berriozabal-arabios	ES		0	Europe/Madrid	43.14439	-2.5598		Berriozabal,Berriozabal-Arabios,Berriozabal-Aramino,Berriozabal-Aramiño,Berriozabaleta-Aramino,Berriozabaleta-Aramiño		59	BI	48032	
3128132	Berriogoiti	berriogoiti	ES		0	Europe/Madrid	42.86074	-1.68743		Berriogoiti,Berriosuso		32	NA	31902	
3128133	Berriobeiti	berriobeiti	ES		1810	Europe/Madrid	42.85	-1.7		Berriobeiti,Berrioplano		32	NA	31193	
3128134	Berrio	berrio	ES		0	Europe/Madrid	43.13742	-2.5238				59	BI	48032	
3128135	Berrimes	berrimes	ES		0	Europe/Madrid	42.7715	-8.86811				58	C	15042	
3128137	Berres	berres	ES		0	Europe/Madrid	42.75	-8.41667				58	PO	36017	
3128139	Berreo	berreo	ES		0	Europe/Madrid	42.99015	-8.49535		San Mamed		58	C	15086	
3128141	Berredo	berredo	ES		0	Europe/Madrid	42.82503	-8.02444		Santa Maria,Santa María		58	PO	36020	
3128144	Berredo	berredo	ES		0	Europe/Madrid	42.1489	-7.88406		San Martin,San Martín		58	OR	32014	
3128145	Berráu	berrau	ES		0	Europe/Madrid	43.09981	-1.68391				32	NA	31081	
3128148	Berones	berones	ES		0	Europe/Madrid	43.32874	-5.42484				34	O	33049	
3128157	Bernoy-Cemprón	bernoy-cempron	ES		0	Europe/Madrid	40.76982	-5.75637		Bernoy-Cempron,Bernoy-Cemprón		55	SA	37291	
3128167	Berna	berna	ES		0	Europe/Madrid	43.18333	-2.66667				59	BI	48910	
3128168	Bermuy	bermuy	ES		0	Europe/Madrid	43.39594	-7.90888		Bermuy,Santiago		58	C	15070	
3128173	Bermés	bermes	ES		37	Europe/Madrid	42.71667	-8.13333		Bermes,Bermés		58	PO	36024	
3128175	Bermello	bermello	ES		0	Europe/Madrid	43.1401	-8.92838				58	C	15093	
3128177	Bermejana	bermejana	ES		0	Europe/Madrid	40.25	-6.25		Bermejana,Caserio Bermejana,Caserío Bermejana		57	CC	10137	
3128183	Berjafel	berjafel	ES		0	Europe/Madrid	40.73333	-3.21667		Berjafel,Caserio Berjafel,Caserío Berjafel		54	GU	19117	
3128189	Bergosa	bergosa	ES		0	Europe/Madrid	42.61469	-0.53683				52	HU	22130	
3128203	Beres	beres	ES		0	Europe/Madrid	43.22125	-8.87824		Beres		58	C	15014	
3128205	Berducido	berducido	ES		0	Europe/Madrid	42.47672	-8.61886				58	PO	36038	
3128206	Berducido	berducido	ES		0	Europe/Madrid	42.3263	-8.43515				58	PO	36019	
3128208	Berdoyas	berdoyas	ES		0	Europe/Madrid	43.05703	-9.08503				58	C	15092	
3128209	Berdillo	berdillo	ES		0	Europe/Madrid	43.21667	-8.63333		Berdillo,San Lorenzo		58	C	15019	
3128211	Berdía	berdia	ES		0	Europe/Madrid	42.95	-8.5		Berdia,Berdía,Santa Marina		58	C	15078	
3128212	Berdeogas	berdeogas	ES		0	Europe/Madrid	43.03333	-9.11667		Berdeogas,Santiago		58	C	15034	
3128216	Bercimuelle	bercimuelle	ES		0	Europe/Madrid	40.84584	-5.15252		Bercimuelle,Caserio Bercimuelle,Caserío Bercimuelle		55	AV	05033	
3128217	Bercimuelle	bercimuelle	ES		0	Europe/Madrid	40.52226	-5.49893		Bercimuelle		55	SA	37261	
3128232	Berbusa	berbusa	ES		0	Europe/Madrid	42.57148	-0.27267				52	HU	22059	
3128233	Berbio	berbio	ES		0	Europe/Madrid	43.33333	-5.35		Berbio,San Juan		34	O	33049	
3128235	Berbetoros	berbetoros	ES		0	Europe/Madrid	42.91667	-7.8		Berbetoros,San Miguel		58	LU	27040	
3128242	Beraza	beraza	ES		0	Europe/Madrid	43.10209	-2.90295				59	BI	48075	
3128245	Berastegi	berastegui	ES		0	Europe/Madrid	43.12423	-1.98019		Berastegi,Berastegui,Berástegui	20022	59	SS	20022	
3128246	Beraskola	berascola	ES		0	Europe/Madrid	43.17313	-3.05965				59	VI	01042	
3128250	Beranes	beranes	ES		0	Europe/Madrid	43.48682	-5.75844				34	O	33024	
3128254	Beotegi	beotegui	ES		0	Europe/Madrid	43.08895	-3.07497		Beotegi,Beotegui,Beótegui,Perea		59	VI	01010	
3128257	Benza	benza	ES		0	Europe/Madrid	43.02093	-8.59369				58	C	15086	
3128269	Benitos	benitos	ES		0	Europe/Madrid	40.67739	-4.94419				55	AV	05145	
3128275	Agirre-Aperribai	bengoeche-aperribay	ES		0	Europe/Madrid	43.23712	-2.86763		Bengoeche,Bengoeche-Aperribay		59	BI	48036	
3128277	Bengoetxea	bengoechea	ES		0	Europe/Madrid	43.01819	-2.3035				59	SS	20026	
3128278	Beneso	beneso	ES		112	Europe/Madrid	42.75	-8.95				58	C	15071	
3128284	Bendollo	bendollo	ES		0	Europe/Madrid	42.44705	-7.20779				58	LU	27050	
3128285	Bendoiro	bendoiro	ES		4	Europe/Madrid	42.68333	-8.16667		Bendoira,Bendoiro		58	PO	36024	
3128286	Bendimón	bendimon	ES		98	Europe/Madrid	42.81667	-8.91667				58	C	15062	
3128290	Benavides	benavides	ES		2885	Europe/Madrid	42.50442	-5.89442		Benavides,Benavides de Orbigo	24015	55	LE	24015	
3128294	Benasques	benasques	ES		0	Europe/Madrid	40.19291	0.06059		Benasques,Caserio Benasques,Caserío Benasques		60	CS	12029	
3128297	Benassal	benassal	ES		1329	Europe/Madrid	40.3769	-0.1397		Benasal,Benassal	12026	60	CS	12026	
3128304	Benavarri / Benabarre	benavarri-benabarre	ES		1110	Europe/Madrid	42.10586	0.48211		Benabarre,Benabarri,Benavarri,Benavarri / Benabarre		52	HU	22053	
3128305	Bembrive	bembrive	ES		0	Europe/Madrid	42.19816	-8.67727				58	PO	36057	
3128310	Bemantes	bemantes	ES		0	Europe/Madrid	43.34166	-8.18481				58	C	15048	
3128319	Beluso	beluso	ES		0	Europe/Madrid	42.33328	-8.80119		Beloso,Beluso,Boluso,Santa Maria,Santa María		58	PO	36004	
3128324	Bellmunt de Mesquí / Belmonte de San José	bellmunt-de-mesqui-belmonte-de-san-jose	ES		0	Europe/Madrid	40.87491	-0.06339		Bellmunt de Mesqui,Bellmunt de Mesqui / Belmonte de San Jose,Bellmunt de Mesquí,Bellmunt de Mesquí / Belmonte de San José,Belmonte de San Jose,Belmonte de San José		52	TE	44038	
3128326	Belmonte de Calatayud	belmonte-de-calatayud	ES		0	Europe/Madrid	41.31284	-1.537				52	Z	50046	
3128330	Belmil	belmil	ES		0	Europe/Madrid	42.86279	-8.0756		Belmil		58	C	15079	
3128342	Bellmunt de Priorat	bellmunt-de-priorat	ES		0	Europe/Madrid	41.15	0.76667		Bellmunt,Bellmunt de Ciurana,Bellmunt de Priorat		56	T	43055	
3128344	Bell-Lloch	bell-lloch	ES		0	Europe/Madrid	41.83333	2.98333		Bell-Lloch,Caserio Bell-Lloch,Caserío Bell-Lloch		56	GI	17181	
3128347	Bellestar	bellestar	ES		0	Europe/Madrid	42.10934	-0.36208				52	HU	22125	
3128353	Belesende	belesende	ES		11	Europe/Madrid	43.16667	-7.3				58	LU	27046	
3128303	Benade	benade	ES	27191	0	Europe/Madrid	43.08333	-7.5		Benade		58	LU	27039	
3128368	Belauntza	belaunza	ES		0	Europe/Madrid	43.13586	-2.05156		Belauntza,Belaunza	20021	59	SS	20021	
3128370	Belarrinaga	belarrinaga	ES		0	Europe/Madrid	43.25	-2.76667				59	BI	48052	
3128371	Belarra	belarra	ES		0	Europe/Madrid	42.37625	-0.36265		Belarra		52	HU	22199	
3128373	Belandres	belandres	ES		0	Europe/Madrid	43.35107	-6.00745				34	O	33026	
3128376	Belad	belad	ES		0	Europe/Madrid	42.80234	-7.65229		Belad,San Mamed		58	LU	27049	
3128379	Béjeres	bejeres	ES		0	Europe/Madrid	42.8	-8.88333				58	C	15057	
3128380	Bexe	bexe	ES		0	Europe/Madrid	42.38333	-7.25				58	LU	27050	
3128383	Beján	bejan	ES		0	Europe/Madrid	43.18333	-7.45		Bejan,Beján,San Pelayo		58	LU	27015	
3128385	Begiolatza	beirotza	ES		0	Europe/Madrid	42.97304	-2.39943				59	SS	20059	
3128386	Beiro	beiro	ES		0	Europe/Madrid	42.38463	-7.90726		Beiro,Santa Eulalia		58	OR	32054	
3128387	Beiro	beiro	ES		0	Europe/Madrid	42.34126	-8.1601		San Pedro		58	OR	32040	
3128390	Beigondo	beigondo	ES		0	Europe/Madrid	42.85	-8.13333		Beigonde,Beigondo,San Cosme		58	PO	36059	
3128393	Behobia	behovia	ES		0	Europe/Madrid	43.3428	-1.76199		Behobia,Behovia		59	SS	20045	
3128395	Begoñalde	begona	ES		0	Europe/Madrid	43.25753	-2.90723		Begona,Begoña		59	BI	48020	
3128400	Bedro	bedro	ES		0	Europe/Madrid	42.83333	-7.63333				58	LU	27049	
3128406	Bedaio	bedayo	ES		0	Europe/Madrid	43.04989	-2.04044		Bedaio,Bedayo		59	SS	20071	
3128411	Beche	beche	ES		0	Europe/Madrid	43.28964	-7.25058				58	LU	27048	
3128419	Becerreá	becerrea	ES		3403	Europe/Madrid	42.8561	-7.1636		Becerrea,Becerreá	27006	58	LU	27006	
3128421	Becerral	becerral	ES		0	Europe/Madrid	42.9627	-6.89152				58	LU	27034	
3128423	Beseit / Beceite	beseit-beceite	ES		597	Europe/Madrid	40.83162	0.18303		Beceite,Beseit,Beseit / Beceite		52	TE	44246	
3128434	Beba	beba	ES		0	Europe/Madrid	42.91278	-9.00644		Beba		58	C	15045	
3128435	Beascós	beascos	ES		0	Europe/Madrid	42.51667	-7.75				58	LU	27009	
3128442	Beán	bean	ES		0	Europe/Madrid	43.01667	-8.38333		Bean,Beán,Santa Maria,Santa María		58	C	15059	
3128444	Bealo	bealo	ES		131	Europe/Madrid	42.7	-8.86667		Bealo		58	C	15011	
3128445	Beade	beade	ES		576	Europe/Madrid	42.33074	-8.1295			32010	58	OR	32010	
3128446	Beade	beade	ES		0	Europe/Madrid	42.2	-8.7		Beade,San Esteban		58	PO	36057	
3128451	Bazar	bazar	ES		0	Europe/Madrid	43.23333	-7.43333		Bazar,San Pedro		58	LU	27010	
3128452	Bazar	bazar	ES		0	Europe/Madrid	43.06882	-8.72864				58	C	15077	
3128453	Bazar	bazar	ES		0	Europe/Madrid	42.94462	-7.59974				58	LU	27028	
3128454	Bazal	bazal	ES		0	Europe/Madrid	42.76806	-7.01604		Bazal		58	LU	27012	
3128462	Baiona	baiona	ES		12091	Europe/Madrid	42.11667	-8.85		Baiona	36003	58	PO	36003	
3128463	Baión	baion	ES		0	Europe/Madrid	42.56667	-8.71667		San Juan		58	PO	36061	
3128465	Bayo	bayo	ES		0	Europe/Madrid	43.33333	-6.03333		Bayo,Santa Maria,Santa María		34	O	33026	
3128466	Baio	baio	ES		0	Europe/Madrid	43.14975	-8.96536		Santa Maria,Santa María		58	C	15093	
3128467	Bayasca	bayasca	ES		0	Europe/Madrid	42.50961	1.14226				56	L	25209	
3128472	Baya	baya	ES		0	Europe/Madrid	42.77101	-8.89337				58	C	15057	
3128479	Batet	batet	ES		0	Europe/Madrid	42.32701	2.16851	1314	Batet		56	GI	17145	
3128490	Batallanes	batallanes	ES		0	Europe/Madrid	42.15	-8.41667		Batallanes,San Pedro		58	PO	36034	
3128491	Batallanes	batallanes	ES		0	Europe/Madrid	42.15	-8.4		Batallanes,Santa Eulalia		58	PO	36034	
3128496	Bastavales	bastavales	ES		0	Europe/Madrid	42.83333	-8.65		Bastavales,San Salvador		58	C	15013	
3128497	Bastavales	bastavales	ES		0	Europe/Madrid	42.81667	-8.66667		Bastavales,San Julian,San Julián		58	C	15013	
3128501	Basondo	basondo	ES		0	Europe/Madrid	43.34322	-2.63519				59	BI	48907	
3128502	Basoñas	basonas	ES		0	Europe/Madrid	42.6148	-9.04145		Basonas,Basoñas		58	C	15071	
3128503	Basille	basille	ES		0	Europe/Madrid	42.89056	-7.27606		Basille		58	LU	27901	
3128515	Bascoi	bascoi	ES		0	Europe/Madrid	43.11667	-8.21667		Santiago		58	C	15047	
3128517	Beaskoetxealdeko parkea	beaskoetxealdeko-parkea	ES		0	Europe/Madrid	43.24066	-2.88438		Basconia,La Basconia		59	BI	48015	
3128524	Basconcillos	basconcillos	ES		0	Europe/Madrid	42.2	-3.78333		Basconcillos,Caserio de Basconcillos,Caserío de Basconcillos		55	BU	09448	
3128530	Basarán	basaran	ES		0	Europe/Madrid	42.54524	-0.21149				52	HU	22069	
3128532	Basadre	basadre	ES		0	Europe/Madrid	42.84325	-7.99159		Santa Maria,Santa María		58	C	15079	
3128538	Bárzana de San Facundo	barzana-de-san-facundo	ES		0	Europe/Madrid	43.27324	-6.53126		Barcena,Barzana de San Facundo,Bárcena,Bárzana de San Facundo		34	O	33073	
3128539	Bárzana	barzana	ES		0	Europe/Madrid	43.50287	-5.36888				34	O	33076	
3128540	Bárzana	barzana	ES		0	Europe/Madrid	43.36091	-6.21504				34	O	33059	
3128541	Bárzana	barzana	ES		0	Europe/Madrid	43.26576	-6.14576				34	O	33026	
3128542	Bárzana	barzana	ES		0	Europe/Madrid	43.17376	-6.10867				34	O	33072	
3128543	Bárzana	barzana	ES		1480	Europe/Madrid	43.15742	-5.97345		Barzana,Bárzana,Quiros,Quirós		34	O	33053	
3128547	Barruelo	barruelo	ES		0	Europe/Madrid	42.90799	-4.06711				39	S	39093	
3128548	Barruelo	barruelo	ES		0	Europe/Madrid	42.88084	-3.53633				55	BU	09903	
3128549	Barruelo	barruelo	ES		0	Europe/Madrid	42.54872	-4.02134				55	BU	09427	
3128550	Barruelo	barruelo	ES		69	Europe/Madrid	41.67464	-5.07015				55	VA	47171	
3128552	Barroso	barroso	ES		113	Europe/Madrid	42.36667	-8.23333		Barroso,Santa Eulalia		58	OR	32004	
3128555	Barrosa	barrosa	ES		0	Europe/Madrid	43.61058	-7.32352				58	LU	27019	
3128556	Barrosa	barrosa	ES		0	Europe/Madrid	42.96667	-7.23333				58	LU	27004	
3128561	Barroeta	barroeta	ES		0	Europe/Madrid	43.31752	-2.6419				59	BI	48914	
3128563	Barro	barro	ES		0	Europe/Madrid	43.43466	-4.8266				34	O	33036	
3128564	Barro	barro	ES		0	Europe/Madrid	42.97266	-8.74121		Barro,Santa Marina		58	C	15007	
3128565	Barro	barro	ES		0	Europe/Madrid	42.79151	-8.89439				58	C	15057	
3128566	Barro	barro	ES		0	Europe/Madrid	42.55534	-8.62231			36002	58	PO	36002	
3128576	Barriopalacio	barriopalacio	ES		0	Europe/Madrid	43.19578	-4.014				39	S	39003	
3128577	Barriopalacio	barriopalacio	ES		0	Europe/Madrid	42.8996	-4.18283				39	S	39092	
3128578	Barrio Obrero	barrio-obrero	ES		0	Europe/Madrid	43.3771	-4.02977				39	S	39054	
3128581	Barrio de Urdiales	barrio-de-urdiales	ES		0	Europe/Madrid	42.36869	-5.77349				55	LE	24157	
3128584	Barrio de San Felices	barrio-de-san-felices	ES		0	Europe/Madrid	42.5569	-4.20218				55	BU	09373	
3128589	Barrio del Medio	barrio-del-medio	ES		0	Europe/Madrid	40.54485	-5.07694				55	AV	05191	
3128591	Barrio de las Minas	barrio-de-las-minas	ES		0	Europe/Madrid	40.13333	-1.18333				52	TE	44135	
3128593	Barrio de la Puebla	barrio-de-la-puebla	ES		0	Europe/Madrid	42.67192	-4.62239		Barrio de la Puebla		55	P	34140	
3128594	Barrio de la Iglesia	barrio-de-la-iglesia	ES		772	Europe/Madrid	43.38082	-4.25068		Barrio de la Iglesia,Ruiloba		39	S	39068	
3128595	Barrio de la Estación	barrio-de-la-estacion	ES		0	Europe/Madrid	40.5814	-3.95554				29	M	28152	
3128596	Barrio de El Campo de Santibáñez	barrio-de-el-campo-de-santibanez	ES		0	Europe/Madrid	42.68911	-5.63978		Barrio de El Campo de Santibanez,Barrio de El Campo de Santibáñez		55	LE	24061	
3128599	Barrio Debesa	barrio-debesa	ES		0	Europe/Madrid	42.80067	-5.64245				55	LE	24134	
3128600	Barrio de Arriba	barrio-de-arriba	ES		0	Europe/Madrid	43.34141	-3.67458				39	S	39064	
3128601	Barrio de Arriba	barrio-de-arriba	ES		0	Europe/Madrid	42.88018	-4.05265				39	S	39093	
3128602	Barrio de Arriba	barrio-de-arriba	ES		0	Europe/Madrid	41.36559	-3.82956				55	SG	40218	
3128603	Barrio de Arriba	barrio-de-arriba	ES		0	Europe/Madrid	40.54013	-5.08428				55	AV	05191	
3128604	Barrio de Abajo	barrio-de-abajo	ES		0	Europe/Madrid	42.61502	-6.64152				55	LE	24027	
3128605	Barrio Chico	barrio-chico	ES		0	Europe/Madrid	40.41138	-5.56248				55	AV	05108	
3128613	Barrillos	barrillos	ES		0	Europe/Madrid	42.7202	-5.40285				55	LE	24151	
3128614	Barriga	barriga	ES		0	Europe/Madrid	42.97177	-3.1378				55	BU	09908	
3128616	Barri d'Artigas	barri-d-artigas	ES		0	Europe/Madrid	41.43302	2.21994				56	B	08015	
3128618	Barrero	barrero	ES		0	Europe/Madrid	43.39675	-6.58286				34	O	33073	
3128620	Barrenetxe	barrenetxe	ES		0	Europe/Madrid	43.26667	-2.75				59	BI	48052	
3128621	Barrainku	barrainku	ES		0	Europe/Madrid	43.18333	-2.61667				59	BI	48039	
3128622	Barrenkale	barrencalle	ES		0	Europe/Madrid	43.09972	-2.57533				59	BI	48091	
3128623	Barrela	barrela	ES		0	Europe/Madrid	42.53936	-7.81454				58	LU	27009	
3128624	Barreiros	barreiros	ES		0	Europe/Madrid	43.44474	-7.17725				58	LU	27061	
3128625	Barreiros	barreiros	ES		0	Europe/Madrid	43.26839	-7.14027		Barreiros		58	LU	27048	
3128626	Barreiros	barreiros	ES		14	Europe/Madrid	43	-7.3				58	LU	27011	
3128627	Barreiro	barreiro	ES		0	Europe/Madrid	42.91667	-8.05		Barreiro,San Mamed		58	C	15046	
3128628	Barreiro	barreiro	ES		0	Europe/Madrid	42.86319	-7.08257				58	LU	27006	
3128629	Barreiro	barreiro	ES		0	Europe/Madrid	42.81667	-7.91667				58	LU	27003	
3128630	Barreira	barreira	ES		0	Europe/Madrid	42.73296	-8.8933				58	C	15042	
3128631	Barredo	barredo	ES		0	Europe/Madrid	43.48007	-5.92049				34	O	33035	
3128632	Barredo	barredo	ES		0	Europe/Madrid	43.46893	-5.12873				34	O	33056	
3128633	Barredo	barredo	ES		0	Europe/Madrid	43.3851	-5.98586				34	O	33026	
3128634	Barredo	barredo	ES		0	Europe/Madrid	43.05	-7.38333		Barredo,San Juan		58	LU	27011	
3128635	Barredo	barredo	ES		0	Europe/Madrid	43.03435	-7.41134		Barredo,San Andres,San Andrés		58	LU	27011	
3128636	Barredo	barredo	ES		0	Europe/Madrid	43.58413	-5.89604				34	O	33025	
3128637	Barreda	barreda	ES		0	Europe/Madrid	43.36687	-4.04451				39	S	39087	
3128638	Barreda	barreda	ES		0	Europe/Madrid	43.08645	-4.55295				39	S	39050	
3128640	Barrantes	barrantes	ES		0	Europe/Madrid	42.5	-8.75		Barrantes,San Andres,San Andrés		58	PO	36028	
3128641	Barrantes	barrantes	ES		0	Europe/Madrid	42.01667	-8.76667		Barrantes,San Vicente		58	PO	36054	
3128646	Barrañán	barranan	ES		0	Europe/Madrid	43.3	-8.53333		Barranan,Barrañán,San Julian,San Julián		58	C	15005	
3128647	Barrán	barran	ES		0	Europe/Madrid	42.50704	-7.99644				58	OR	32061	
3128648	Barral	barral	ES		0	Europe/Madrid	43.52168	-7.27878				58	LU	27005	
3128649	Barral	barral	ES		0	Europe/Madrid	43.26727	-7.28798				58	LU	27044	
3128653	Barraco	barraco	ES		2111	Europe/Madrid	40.47647	-4.64346				55	AV	05211	
3128655	Barraceira	barraceira	ES		0	Europe/Madrid	42.75223	-7.11878				58	LU	27037	
3128658	Barquiña	barquina	ES		0	Europe/Madrid	42.80074	-8.89823				58	C	15057	
3128667	Baroña	barona	ES		0	Europe/Madrid	42.69808	-9.02141		San Pedro		58	C	15071	
3128673	Barxés	barxes	ES		0	Europe/Madrid	41.96667	-7.95		Santa Maria,Santa María		58	OR	32006	
3128677	Barjamayor	barjamayor	ES		0	Europe/Madrid	42.72075	-7.05256				58	LU	27045	
3128681	Barja	barja	ES		0	Europe/Madrid	42.48333	-7.23333				58	LU	27050	
3128682	Barja	barja	ES		0	Europe/Madrid	42.34815	-7.08225				58	LU	27050	
3128683	Barxa	barxa	ES		0	Europe/Madrid	42.19069	-7.93595				58	OR	32024	
3128684	Barja	barja	ES		0	Europe/Madrid	41.9921	-7.17637				58	OR	32034	
3128699	Bareño	bareno	ES		0	Europe/Madrid	43.39027	-2.99197				59	BI	48085	
3128701	Baredo	baredo	ES		0	Europe/Madrid	42.1	-8.86667		Baredo,Santa Maria,Santa María		58	PO	36003	
3128702	Bardullas	bardullas	ES		0	Europe/Madrid	43.0326	-9.21777				58	C	15052	
3128706	Bardaos	bardaos	ES		0	Europe/Madrid	43.56667	-8.03333		Bardaos,Santa Maria,Santa María		58	C	15076	
3128707	Bardaos	bardaos	ES		0	Europe/Madrid	43.11667	-8.53333		Bardaos,Santa Maria,Santa María		58	C	15084	
3128708	Bardaos	bardaos	ES		0	Europe/Madrid	42.7	-7.41667		Bardaos,San Juan		58	LU	27024	
3128709	Bardaos	bardaos	ES		0	Europe/Madrid	42.68483	-7.42646		Bardaos,San Julian,San Julián		58	LU	27024	
3128718	Barciela	barciela	ES		0	Europe/Madrid	42.95992	-8.43925		Barciela		58	C	15078	
3128719	Barcias	barcias	ES		0	Europe/Madrid	43.0415	-7.25893				58	LU	27004	
3128722	Barciademera	barciademera	ES		0	Europe/Madrid	42.26667	-8.38333		Barciademera,San Martin,San Martín		58	PO	36013	
3128723	Barcia	barcia	ES		0	Europe/Madrid	43.54183	-6.50532				34	O	33034	
3128724	Barcia	barcia	ES		0	Europe/Madrid	42.96908	-6.99815				58	LU	27034	
3128725	Barcia	barcia	ES		0	Europe/Madrid	42.62972	-8.19254		Barcia		58	PO	36024	
3128726	Barcia	barcia	ES		0	Europe/Madrid	42.46724	-8.3619				58	PO	36025	
3128730	Barcenillas del Ribero	barcenillas-del-ribero	ES		0	Europe/Madrid	43.02763	-3.48191		Barcenillas de Ribero,Barcenillas del Ribero		55	BU	09214	
3128731	Barcenillas de Cerezos	barcenillas-de-cerezos	ES		0	Europe/Madrid	43.06099	-3.59201		Barcenilla de Cerezos		55	BU	09215	
3128732	Barcenillas	barcenillas	ES		0	Europe/Madrid	43.23333	-4.26667				39	S	39066	
3128733	Barcenilla	barcenilla	ES		0	Europe/Madrid	43.38871	-3.95648				39	S	39052	
3128734	Barcenilla	barcenilla	ES		0	Europe/Madrid	42.84854	-4.41276				55	P	34056	
3128735	Bárcenas	barcenas	ES		0	Europe/Madrid	43.09688	-3.56553				55	BU	09124	
3128736	Bárcena Mayor	barcena-mayor	ES		0	Europe/Madrid	43.14315	-4.19332		Barcena Mayor,Bárcena Mayor		39	S	39086	
3128737	Bárcena de Udalla	barcena-de-udalla	ES		0	Europe/Madrid	43.32194	-3.44279				39	S	39002	
3128739	Bárcena de Pie de Concha	barcena-de-pie-de-concha	ES		798	Europe/Madrid	43.1258	-4.05662		Barcena de Pie de Concha,Barcena de Pla de Concha,Barsena-de-P'e-de-Koncha,Barsena-de-Pe-de-Koncha,Bárcena de Pie de Concha,ba er sai na de bi de kong cha,barsyna dy by dy kwntsha,Барсена-де-Пье-де-Конча,Барсена-де-Пє-де-Конча,بارسينا دي بي دي كونتشا,巴尔塞纳德彼德孔查	39010	39	S	39010	
3128740	Bárcena del Río	barcena-del-rio	ES		0	Europe/Madrid	42.58333	-6.55				55	LE	24115	
3128748	Bárcena de Bureba	barcena-de-bureba	ES		0	Europe/Madrid	42.61741	-3.55373				55	BU	09001	
3128752	Bárcena	barcena	ES		0	Europe/Madrid	43.51038	-5.50708				34	O	33076	
3128753	Bárcena	barcena	ES		0	Europe/Madrid	43.48963	-5.55843				34	O	33076	
3128754	Bárcena	barcena	ES		0	Europe/Madrid	43.28229	-3.43908				39	S	39057	
3128755	Bárcena	barcena	ES		0	Europe/Madrid	43.18397	-3.89604		Barcena,Bárcena		39	S	39078	
3128756	Bárcena	barcena	ES		0	Europe/Madrid	43.13484	-4.71251		Barcena,Bárcena		39	S	39015	
3128757	la Barceloneta	la-barceloneta	ES		15212	Europe/Madrid	41.3799	2.18971	10	Barceloneta,Barrio la Barceloneta,la Barceloneta		56	B	08019	01
3128770	Barcala	barcala	ES		0	Europe/Madrid	42.93333	-8.76667		Barcala,San Juan		58	C	15007	
3128771	Barcala	barcala	ES		0	Europe/Madrid	42.93333	-8.73333		Barcala,San Ciprian,San Cipriano,San Ciprián		58	C	15007	
3128772	Barcala	barcala	ES		0	Europe/Madrid	42.71473	-8.70529				58	C	15033	
3128780	Barbudo	barbudo	ES		0	Europe/Madrid	42.36087	-8.49147		Barbudo		58	PO	36043	
3128781	Barbud	barbud	ES		0	Europe/Madrid	42.72845	-8.44912		Barbud,Barbude,San Martin,San Martín		58	PO	36017	
3128782	Barbos	barbos	ES		0	Europe/Madrid	43.68333	-7.81667		Barbos,San Julian,San Julián		58	C	15061	
3128789	Barbeitos	barbeitos	ES		0	Europe/Madrid	43.15333	-7.0204				58	LU	27018	
3128790	Barbeito	barbeito	ES		0	Europe/Madrid	43.06667	-8.15		Barbeito,San Salvador		58	C	15090	
3128791	Barbeiros	barbeiros	ES		0	Europe/Madrid	43.06667	-8.33333		Barbeiros,Santa Maria,Santa María		58	C	15059	
3128793	Barbeira	barbeira	ES		0	Europe/Madrid	42.97609	-8.87799		Barbeira		58	C	15077	
3128800	Barbarimendi	barbarias	ES		0	Europe/Madrid	43.00168	-2.29731		Barbari,Barbarias,Barbarías		59	SS	20026	
3128805	Barbantes	barbantes	ES		0	Europe/Madrid	42.35525	-8.00792		Santiago		58	OR	32065	
3128809	Barbaín	barbain	ES		0	Europe/Madrid	42.68636	-7.45844				58	LU	27024	
3128816	Barbadanes	barbadanes	ES		0	Europe/Madrid	42.3	-7.88333				58	OR	32008	
3128817	Barazón	barazon	ES		0	Europe/Madrid	42.85731	-8.01182				58	C	15079	
3128821	Barangón	barangon	ES		0	Europe/Madrid	43.1411	-7.21064				58	LU	27053	
3128824	Barañáin	baranain	ES		22110	Europe/Madrid	42.80567	-1.67731		Baran'jajn,Baranain,Barañáin,Бараньяйн		32	NA	31901	
3128827	Barallobre	barallobre	ES		0	Europe/Madrid	43.45666	-8.17383		Barallobre,Santiago		58	C	15035	
3128828	Baralla	baralla	ES		3146	Europe/Madrid	42.89207	-7.25492		Baralla,Neira de Jusa,Neira de Xusa,Neira de Xusá,Santa Maria Magdalena de Baralla,Santa María Magdalena de Baralla		58	LU	27901	
3128830	Barajores	barajores	ES		30	Europe/Madrid	42.7647	-4.67274		Barajores		55	P	34151	
3128832	Barajas de Madrid	barajas-de-madrid	ES		43423	Europe/Madrid	40.47366	-3.57777		Barajas,Barajas Madrid,MAD		29	M	28079	21
3128834	Barainka	barainca	ES		0	Europe/Madrid	43.35452	-2.5617				59	BI	48049	
3128853	Bao	bao	ES		0	Europe/Madrid	42.25179	-7.15283				58	OR	32015	
3128854	Banzas	banzas	ES		0	Europe/Madrid	42.88615	-8.89764				58	C	15062	
3128859	Bañuelos del Rudrón	banuelos-del-rudron	ES		0	Europe/Madrid	42.6893	-3.8521				55	BU	09395	
3128872	Baños de Panticosa	banos-de-panticosa	ES		0	Europe/Madrid	42.7605	-0.23415				52	HU	22170	
3128888	Baño	bano	ES		0	Europe/Madrid	42.78998	-9.05899				58	C	15053	
3128889	Baño	bano	ES		0	Europe/Madrid	42.70372	-8.65227				58	PO	36056	
3128892	Bangueses de Arriba	bangueses-de-arriba	ES		0	Europe/Madrid	42.10092	-8.05139				58	OR	32084	
3128893	Bangueses de Abajo	bangueses-de-abajo	ES		0	Europe/Madrid	42.09344	-8.04019				58	OR	32084	
3128898	Bandoja	bandoja	ES		0	Europe/Madrid	43.20708	-8.14697		Bandoja		58	C	15902	
3128899	Bando	bando	ES		0	Europe/Madrid	42.88333	-8.46667		Bando,Santa Eulalia		58	C	15078	
3128901	Bandeira	bandeira	ES		0	Europe/Madrid	42.73111	-8.30104		Bandeira		58	PO	36052	
3128913	Bamiro	bamiro	ES		0	Europe/Madrid	43.13165	-8.9645				58	C	15093	
3128914	Bamio	bamio	ES		0	Europe/Madrid	42.632	-8.76031		San Gines,San Ginés		58	PO	36060	
3128917	Bama	bama	ES		0	Europe/Madrid	42.88333	-8.36667		Bama,San Vicente		58	C	15085	
3128919	Balteiro	balteiro	ES		0	Europe/Madrid	42.62553	-8.99678				58	C	15073	
3128925	Balsoma	balsoma	ES		0	Europe/Madrid	42.93326	-8.51377		Balsoma		58	C	15078	
3128927	Balseiro	balseiro	ES		0	Europe/Madrid	42.3812	-8.63373				58	PO	36058	
3128933	Balsa	balsa	ES		0	Europe/Madrid	43.43333	-7.63333		Balsa,Santa Maria,Santa María		58	LU	27033	
3128934	Balsa	balsa	ES		0	Europe/Madrid	42.99188	-6.94951				58	LU	27034	
3128935	Balsa	balsa	ES		0	Europe/Madrid	42.76831	-7.25561				58	LU	27055	
3128938	Balongo	balongo	ES		0	Europe/Madrid	42.18333	-8.13333		Balongo,San Martin,San Martín		58	OR	32027	
3128939	Balonga	balonga	ES		0	Europe/Madrid	43.14743	-7.2929		Santa Maria		58	LU	27046	
3128940	Baloira	baloira	ES		0	Europe/Madrid	42.71667	-8.51667		Baloira,Boleira,San Salvador		58	PO	36017	
3128947	Ballota	ballota	ES		0	Europe/Madrid	43.55426	-6.3311		Ballota,Santa Marina de Ballota		34	O	33021	
3128950	Valleta	valleta	ES		0	Europe/Madrid	42.35287	3.10905		Valleta		56	GI	17092	
3128952	Ballerías	ballerias	ES		0	Europe/Madrid	41.90203	-0.15537				52	HU	22124	
3128957	Sant Miquel de Balenyà	sant-miquel-de-balenya	ES		0	Europe/Madrid	41.84207	2.25065		Sant Miquel de Balenya,Sant Miquel de Balenyà		56	B	08269	
3128961	Baldranes	baldranes	ES		0	Europe/Madrid	42.06667	-8.58333		Baldranes,Santiago		58	PO	36055	
3128962	Valdornón	valdornon	ES		0	Europe/Madrid	43.45	-5.6		Baldornon,Baldornón		34	O	33024	
3128964	Valldellou / Baldellou	valldellou-baldellou	ES		126	Europe/Madrid	41.91789	0.54689		Baldellou,Valldellou,Valldellou / Baldellou		52	HU	22045	
3128983	Bajondillo	bajondillo	ES		0	Europe/Madrid	40.38527	-4.79489		Bajondillo,Caserio Bajondillo,Caserío Bajondillo		55	AV	05041	
3128986	Baleres	baleres	ES		0	Europe/Madrid	42.43333	-7.03333		Bajelas		58	OR	32009	
3128989	Bajada	bajada	ES		0	Europe/Madrid	43.39781	-6.89858				34	O	33007	
3128990	Baizana	baizana	ES		0	Europe/Madrid	43.09692	-8.94153		Baizana,Beizana		58	C	15093	
3128991	Baiste	baiste	ES		0	Europe/Madrid	42.44803	-8.28775		Baiste		58	OR	32004	
3128992	Bais	bais	ES		0	Europe/Madrid	42.8	-8.03333		Bais,San Pelagio		58	PO	36020	
3129008	Bagüeste	bagueste	ES		0	Europe/Madrid	42.33837	-0.0396				52	HU	22907	
3129012	Bagude	bagude	ES		0	Europe/Madrid	42.79164	-7.68166		Bagude		58	LU	27049	
3129016	Baguerge	baguerge	ES		0	Europe/Madrid	42.71923	0.91521		Bagerque		56	L	25025	
3129018	Baezuela	baezuela	ES		0	Europe/Madrid	40.45	-3.43333		Baezuela,Caserio Baezuela,Caserío Baezuela		29	M	28130	
3129023	Badernado	badernado	ES		0	Europe/Madrid	42.79769	-9.06309				58	C	15053	
3129030	Badaguás	badaguas	ES		0	Europe/Madrid	42.58525	-0.46647				52	HU	22130	
3129033	Bacoy	bacoy	ES		0	Europe/Madrid	43.55	-7.38333		Bacoy,Santa Maria,Santa María		58	LU	27002	
3129038	Babío	babio	ES		0	Europe/Madrid	43.31853	-8.25543				58	C	15008	
3129052	Azua	azua	ES		0	Europe/Madrid	42.9091	-2.55956				59	VI	01021	
3129054	Askizu	azquizu	ES		0	Europe/Madrid	43.30261	-2.23016		Askizu,Azkizu,Azquizu		59	SS	20039	
3129057	Azpiroz	azpiroz	ES		0	Europe/Madrid	43.029	-1.93256		Aspiroz		32	NA	31144	
3129062	Azotz	azotz	ES		0	Europe/Madrid	42.84551	-1.63353		Azotz,Azoz		32	NA	31101	
3129070	Azcona	azcona	ES		0	Europe/Madrid	42.74109	-1.99471		Aizkoa,Azcona		32	NA	31260	
3129074	Azkarai	azcaray	ES		0	Europe/Madrid	43.18708	-3.04163				59	BI	48042	
3129076	Azcárate	azcarate	ES		0	Europe/Madrid	43.03565	-2.00921				32	NA	31020	
3129082	Azantza	azantza	ES		0	Europe/Madrid	42.83333	-1.85		Azantza,Azanza		32	NA	31118	
3129090	Azazeta	azaceta	ES		0	Europe/Madrid	42.77828	-2.49832		Azaceta,Azazeta,Azáceta,Zaita		59	VI	01037	
3129094	Az	az	ES		0	Europe/Madrid	42.71707	-7.95522				58	PO	36020	
3129100	Ayós	ayos	ES		0	Europe/Madrid	42.41021	-8.84768				58	PO	36051	
3129102	Ayones	ayones	ES		0	Europe/Madrid	43.42492	-6.41081				34	O	33034	
3129103	Ayones	ayones	ES		116	Europe/Madrid	43.33333	-5.88333				34	O	33044	
3129110	Ayerbe de Broto	ayerbe-de-broto	ES		0	Europe/Madrid	42.5484	-0.14282				52	HU	22069	
3129113	Ayegui	ayegui	ES		1315	Europe/Madrid	42.65656	-2.03934			31041	32	NA	31041	
3129114	Aydí	aydi	ES		0	Europe/Madrid	42.52195	1.19804				56	L	25209	
3129115	Aiazo	aiazo	ES		0	Europe/Madrid	43.01667	-8.26667		San Pedro		58	C	15038	
3129116	Aiazatza	ayazaza	ES		0	Europe/Madrid	43.13022	-2.93794				59	BI	48075	
3129117	Aiaz	aiaz	ES		0	Europe/Madrid	42.63585	-7.58383				58	LU	27058	
3129118	Aiartza	ayarza	ES		0	Europe/Madrid	43.18333	-2.6				59	BI	48019	
3129120	Aia	aya	ES		0	Europe/Madrid	43.23721	-2.14833		Aia,Aya	20016	59	SS	20016	
3129121	Aia	aya	ES		0	Europe/Madrid	42.96607	-2.15512		Aia,Aya		59	SS	20015	
3129123	Axpe	axpe	ES		0	Europe/Madrid	43.116	-2.59857				59	BI	48091	
3129146	Avenales	avenales	ES		0	Europe/Madrid	41.16378	-2.31602				55	SO	42025	
3129151	les Avellanes	les-avellanes	ES		0	Europe/Madrid	41.9	0.76667		les Avellanes		56	L	25156	
3129154	Avellaneda	urrestieta	ES		2305	Europe/Madrid	43.22942	-3.16172		Avellaneda,Avellaneda-Sopuerta,Urrestieta		59	BI	48086	
3129159	Avellanar	avellanar	ES		0	Europe/Madrid	40.36208	-6.34069		Avellanar,Caserio Avellanar,Caserío Avellanar		57	CC	10146	
3129164	Auzotxikia	auzochiquia	ES		0	Europe/Madrid	43.10844	-2.09598		Auzo Txikia,Auzochiquia,Auzochiquía,Auzotxikia		59	SS	20005	
3129187	Audikana	audicana	ES		0	Europe/Madrid	42.88257	-2.48552		Audicana,Audikana,Audícana		59	VI	01013	
3129189	Aucella	aucella	ES		0	Europe/Madrid	42.78482	-6.93572				58	LU	27012	
3129192	Atrave	atrave	ES		0	Europe/Madrid	41.90282	-7.19465				58	OR	32091	
3129193	Atrás	atras	ES		0	Europe/Madrid	43.42871	-5.61726				34	O	33066	
3129196	Atios	atios	ES		0	Europe/Madrid	42.13333	-8.6		Atios,Santa Eulalia		58	PO	36039	
3129207	Atanes	atanes	ES		0	Europe/Madrid	42.02252	-7.57318				58	OR	32028	
3129218	Asún	asun	ES		0	Europe/Madrid	42.61898	-0.38577				52	HU	22199	
3129224	Estuliz / Astúlez	estuliz-astulez	ES		0	Europe/Madrid	42.88216	-3.08769		Astulez,Astúlez,Estuliz		59	VI	01055	
3129232	Astoreka	astoreka	ES		0	Europe/Madrid	43.28333	-2.76667		Astorecas,Astoreka		59	BI	48052	
3129233	Astola	astola	ES		0	Europe/Madrid	43.16667	-2.61667				59	BI	48001	
3129234	Astobitza	astobiza	ES		0	Europe/Madrid	43.02582	-2.92752		Astobitza,Astobiza,Astoviza,Astóbiza,Astóviza		59	VI	01002	
3129242	Astelarra	astelarre	ES		0	Europe/Madrid	43.28153	-2.68647		Astelarra,Astelarre		59	BI	48067	
3129243	Astegieta	asteguieta	ES		0	Europe/Madrid	42.86096	-2.73132		Asteguieta,Aztegieta		59	VI	01059	
3129247	Asqués	asques	ES		0	Europe/Madrid	42.60211	-0.41739				52	HU	22199	
3129251	Aspra	aspra	ES		0	Europe/Madrid	43.55616	-6.71366		Aspra		34	O	33041	
3129252	Asperelo	asperelo	ES		0	Europe/Madrid	42.61221	-7.93271		Asperelo		58	PO	36047	
3129253	Aspay	aspay	ES		0	Europe/Madrid	43.08919	-7.6729				58	LU	27039	
3129257	Asorey	asorey	ES		0	Europe/Madrid	42.76667	-8.15				58	PO	36024	
3129265	Asma	asma	ES		0	Europe/Madrid	42.61667	-7.78333		Asma,San Jorge		58	LU	27016	
3129266	Asma	asma	ES		0	Europe/Madrid	42.61667	-7.71667		Asma,San Felix,San Félix		58	LU	27016	
3129267	Asma	asma	ES		0	Europe/Madrid	42.58333	-7.81667		Asma,Santa Eugenia		58	LU	27016	
3129268	Asma	asma	ES		0	Europe/Madrid	42.56442	-7.88364		Asma,Santa Cristina		58	LU	27009	
3129274	Asfarrapa	asfarrapa	ES		0	Europe/Madrid	42.81667	-7.28333				58	LU	27026	
3129276	Asemendialdea	asemendi	ES		0	Europe/Madrid	42.94513	-2.29725		Asemendi,Asemendialdea		59	SS	20025	
3129281	Askarraga Auzoa	askarraga-auzoa	ES		150	Europe/Madrid	43.11667	-1.66667		Ascarraga,Ascárraga,Askarraga		32	NA	31081	
3129284	Asar	asar	ES		0	Europe/Madrid	42.97176	-6.87694				58	LU	27034	
3129285	Asalo	asalo	ES		0	Europe/Madrid	43.29426	-8.87481		Asalo		58	C	15043	
3129288	Asadelos	asadelos	ES		0	Europe/Madrid	42.67822	-8.79088		Asadelos,Santa Maria,Santa María		58	C	15072	
3129297	Artzalde	arzalde	ES		0	Europe/Madrid	43.40991	-2.81748				59	BI	48012	
3129298	Arzádigos	arzadigos	ES		0	Europe/Madrid	41.86097	-7.32283				58	OR	32091	
3129300	Arués	arues	ES		0	Europe/Madrid	42.27331	0.31911				52	HU	22177	
3129301	Artosa	artosa	ES		0	Europe/Madrid	43.51882	-6.61718				34	O	33034	
3129302	Artoño	artono	ES		0	Europe/Madrid	42.81388	-8.02706				58	PO	36020	
3129303	Artón	arton	ES		0	Europe/Madrid	43.10526	-8.93995		Arton,Artón		58	C	15093	
3129315	Artika	articas	ES		0	Europe/Madrid	43.36667	-2.51667				59	BI	48049	
3129319	Ordaña	ordana	ES		0	Europe/Madrid	43.21191	-2.83735				59	BI	48036	
3129329	Arteixo	arteixo	ES		29762	Europe/Madrid	43.30482	-8.50749			15005	58	C	15005	
3129332	Artekale	artecalle	ES		0	Europe/Madrid	43.09696	-2.57505				59	BI	48091	
3129341	Artaso	artaso	ES		0	Europe/Madrid	42.46487	-0.53423				52	HU	22072	
3129344	Artajo	artajo	ES		0	Europe/Madrid	42.72936	-1.3393				32	NA	31158	
3129347	Arruñada	arrunada	ES		0	Europe/Madrid	43.32084	-6.9294				34	O	33061	
3129354	Arroyomuerto	arroyomuerto	ES		0	Europe/Madrid	40.53655	-6.04596				55	SA	37036	
3129362	Arroyo de las Fraguas	arroyo-de-las-fraguas	ES		42	Europe/Madrid	41.10246	-3.13005		Arroyo de las Fraguas	19042	54	GU	19042	
3129372	Arroyal	arroyal	ES		0	Europe/Madrid	42.90893	-4.07672				39	S	39093	
3129373	Arroyal	arroyal	ES		0	Europe/Madrid	42.41156	-3.74933				55	BU	09907	
3129374	Arroiabe	arroyabe	ES		0	Europe/Madrid	42.91667	-2.61667		Arroiabe,Arroyabe,Arróyabe		59	VI	01008	
3129378	Arronte	arronte	ES		0	Europe/Madrid	43.34247	-3.69424				39	S	39064	
3129381	Arrondo	arrondoa	ES		0	Europe/Madrid	42.99541	-2.18022		Arrondo,Arrondoa		59	SS	20015	
3129383	Arroa Goia	arroa-goia	ES		0	Europe/Madrid	43.25305	-2.27222		Arroa Goia,Arroa Goikoa,Arroagoia,Arrona,Arrona  de Arriba		59	SS	20027	
3129385	Arrojo	arrojo	ES		0	Europe/Madrid	43.45616	-7.31819				58	LU	27027	
3129386	Arrojo	arrojo	ES		4	Europe/Madrid	43.41667	-6.18333				34	O	33059	
3129387	Arrojo	arrojo	ES		0	Europe/Madrid	43.37472	-7.05899				34	O	33071	
3129388	Arrojo	arrojo	ES		0	Europe/Madrid	43.17329	-5.98957		Arrojo,San Pedro		34	O	33053	
3129389	Arrojó	arrojo	ES		0	Europe/Madrid	43.05	-7.05		Arrojo,Arrojó,San Martin		58	LU	27018	
3129390	Arrojo	arrojo	ES		0	Europe/Madrid	42.90598	-7.25351				58	LU	27901	
3129392	Arrofranco	arrofranco	ES		0	Europe/Madrid	40.36848	-6.13872		Arrofranco,Caserio Arrofranco,Caserío Arrofranco		57	CC	10041	
3129393	Arroes	arroes	ES		0	Europe/Madrid	43.51667	-5.51667		Arroes,Santa Maria,Santa Maria de Arroes,Santa María,Santa María de Arroes		34	O	33076	
3129398	Arrikibar	arriquibar	ES		0	Europe/Madrid	43.08952	-2.74829		Arriquibar,Arriquivar		59	BI	48024	
3129400	Les Arriondes	les-arriondes	ES		0	Europe/Madrid	43.38997	-5.18652		Arriondas,Parres,Parres Arriondas		34	O	33045	
3129401	Arriola	arriola	ES		0	Europe/Madrid	43.28035	-2.34907		Arriola		59	SS	20029	
3129402	Arriola	arriola	ES		0	Europe/Madrid	43.04838	-2.58219				59	VI	01003	
3129403	Arriola	arriola	ES		0	Europe/Madrid	42.91168	-2.39038				59	VI	01009	
3129407	Arrieta	arrietas	ES		0	Europe/Madrid	42.97474	-2.30309		Arrieta,Arrietaldea,Arrietas		59	SS	20025	
3129427	Arrazcazán	arrazcazan	ES		51	Europe/Madrid	43.1472	-1.55228				32	NA	31050	
3129432	Arrarás	arraras	ES		0	Europe/Madrid	43.03728	-1.80433				32	NA	31049	
3129435	Arraiz-Orquín	arraiz-orquin	ES		0	Europe/Madrid	43.00272	-1.6481				32	NA	31236	
3129438	Arrabaldo	arrabaldo	ES		0	Europe/Madrid	42.34662	-7.99822				58	OR	32065	
3129439	Arrabal de San Francisco	arrabal-de-san-francisco	ES		0	Europe/Madrid	40.60491	-6.52933				55	SA	37107	
3129441	Arrabal del Puente	arrabal-del-puente	ES		0	Europe/Madrid	40.58975	-6.53686				55	SA	37107	
3129442	Arrabal de la Leche	arrabal-de-la-leche	ES		0	Europe/Madrid	40.79138	0.53277		Arrabal de la Leche,San Lazaro,San Lázaro		56	T	43155	
3129446	Arra	arra	ES		0	Europe/Madrid	42.40419	-8.84211				58	PO	36051	
3129449	Arquide	arquide	ES		0	Europe/Madrid	43.18779	-7.08358		Arquide		58	LU	27018	
3129451	Aroztegieta	arostegieta	ES		0	Europe/Madrid	43.13333	-2.75		Arostegieta,Arosteguieta,Aroztegieta		59	BI	48026	
3129455	Aroco	aroco	ES		0	Europe/Madrid	42.86573	-4.03538				39	S	39093	
3129458	Aro	aro	ES		0	Europe/Madrid	42.90318	-8.78954		Aro		58	C	15056	
3129459	Arnuid	arnuid	ES		0	Europe/Madrid	42.19743	-7.60683		Arnuide		58	OR	32089	
3129462	Arnoia	arnoia	ES		0	Europe/Madrid	42.25057	-8.13113		A Arnoia,Arnoya		58	OR	32003	
3129465	Arnoso	arnoso	ES		0	Europe/Madrid	42.16667	-8.55		Arnoso,San Lorenzo		58	PO	36042	
3129467	Arnois	arnois	ES		0	Europe/Madrid	42.76437	-8.40757		Arnois,San Julian,San Julián		58	PO	36017	
3129468	Arnizo	arnizo	ES		0	Europe/Madrid	43.49817	-6.61286				34	O	33034	
3129471	Arneguy	arneguy	ES		0	Europe/Paris	43.10967	-1.28232		Arneguy,Casas de Arnegui		32	NA	31248	
3129473	Arnego	arnego	ES		0	Europe/Madrid	42.83057	-8.13761		Santa Maria,Santa María		58	PO	36059	
3129474	Arnego	arnego	ES		0	Europe/Madrid	42.58333	-7.96667		Arnego,Santiago		58	PO	36047	
3129478	Arne	arne	ES		0	Europe/Madrid	43.33187	-6.92488				34	O	33061	
3129496	Armiello	armiello	ES		0	Europe/Madrid	43.21531	-5.69954				34	O	33037	
3129497	Armesto	armesto	ES		0	Europe/Madrid	42.82708	-7.20125				58	LU	27006	
3129498	Armesnal	armesnal	ES		0	Europe/Madrid	41.19986	-5.9292				55	ZA	49005	
3129499	Armeses	armeses	ES		4	Europe/Madrid	42.4	-8		Armeses,San Miguel		58	OR	32045	
3129500	Armentón de Arriba	armenton-de-arriba	ES		0	Europe/Madrid	43.2858	-8.54074		Armenton de Arriba,Armentón de Arriba		58	C	15005	
3129501	Armentón	armenton	ES		0	Europe/Madrid	43.28333	-8.55		Armenton,Armentón,San Pedro		58	C	15005	
3129506	Armenteira	armenteira	ES		0	Europe/Madrid	42.46667	-8.73333		Santa Maria,Santa María		58	PO	36041	
3129507	l'Armentera	l-armentera	ES		731	Europe/Madrid	42.17153	3.07439		l'Armentera		56	GI	17011	
3129515	Armejún	armejun	ES		0	Europe/Madrid	42.09587	-2.17012				55	SO	42165	
3129516	Armear	armear	ES		0	Europe/Madrid	43.07321	-9.18613				58	C	15052	
3129520	Armariz	armariz	ES		0	Europe/Madrid	42.3743	-7.72386				58	OR	32052	
3129521	Armariz	armariz	ES		0	Europe/Madrid	42.22613	-7.75583				58	OR	32001	
3129525	Armán	arman	ES		0	Europe/Madrid	43.0177	-8.90314		Arman,Armán		58	C	15077	
3129528	Armadás	armadas	ES		0	Europe/Madrid	41.89565	3.16317		Armadas,Armadás,Caserio Armadas,Caserío Armadás		56	GI	17117	
3129532	Arluzea	arlucea	ES		0	Europe/Madrid	42.72678	-2.54325		Arlucea,Arluzea		59	VI	01016	
3129545	Ariztegi Auzoa	ariztegi-auzoa	ES		50	Europe/Madrid	43.13374	-1.52579				32	NA	31050	
3129548	Arizaleta	arizaleta	ES		0	Europe/Madrid	42.75798	-1.97737		Aritzaleta,Arizaleta		32	NA	31260	
3129549	Arizala	arizala	ES		0	Europe/Madrid	42.72835	-1.99968		Aritzala,Arizala		32	NA	31260	
3129552	Aritzalde	aritzalde	ES		0	Europe/Madrid	42.94638	-2.2758				59	VI	01009	
3129556	Ariscos	ariscos	ES		0	Europe/Madrid	40.84067	-5.67699		Alqueria Ariscos,Alquería Ariscos,Ariscos		55	SA	37209	
3129557	Arís	aris	ES		0	Europe/Madrid	42.45367	-8.68589				58	PO	36041	
3129558	Arinzué	arinzue	ES		0	Europe/Madrid	42.58188	0.17175		Arinzue,Arinzué		52	HU	22227	
3129563	Arines	arines	ES		0	Europe/Madrid	42.86667	-8.5		Arines,San Martin,San Martín		58	C	15078	
3129571	Arias	arias	ES		0	Europe/Madrid	40.74992	-1.94663		Arias,Caserio Arias,Caserio de Arias,Caserío Arias,Caserío de Arias		54	GU	19268	
3129573	Argusino	argusino	ES		0	Europe/Madrid	41.26667	-6.26667				55	ZA	49264	
3129594	Argomoso	argomoso	ES		0	Europe/Madrid	43.40687	-7.34624		Argomoso,San Pedro		58	LU	27030	
3129595	Argomilla	argomilla	ES		0	Europe/Madrid	43.3069	-3.87405				39	S	39074	
3129597	Argomeda	argomeda	ES		0	Europe/Madrid	43.26448	-3.91524				39	S	39100	
3129604	Argilaga	argilaga	ES		0	Europe/Madrid	41.21205	1.29402		Algilaga,Argilaga		56	T	43144	
3129609	l' Argentera	l-argentera	ES		0	Europe/Madrid	41.13333	0.91667		Argentera,l' Argentera		56	T	43017	
3129612	Argemil	argemil	ES		0	Europe/Madrid	42.96785	-7.44729		Argemil,Arximil,Feligresia de San Pedro de Argimil,Feligresía de San Pedro de Argimil,San Pedro de Arxemil		58	LU	27014	
3129613	Arxemil	arxemil	ES		0	Europe/Madrid	42.8	-7.43333				58	LU	27057	
3129614	Argellas	argellas	ES		0	Europe/Madrid	42.74484	-8.90656				58	C	15042	
3129620	Argas	argas	ES		0	Europe/Madrid	42.4	-7.3		Argas,San Juan		58	LU	27050	
3129621	Argas	argas	ES		0	Europe/Madrid	42.3785	-7.33754		Argas,San Silvestre		58	OR	32070	
3129636	Arganda	arganda	ES		51489	Europe/Madrid	40.30076	-3.43722		Arganda,Arganda del Rey,Арганда		29	M	28014	
3129637	Argancinas	argancinas	ES		0	Europe/Madrid	43.20637	-6.58805				34	O	33001	
3129639	Argalo	argalo	ES		0	Europe/Madrid	42.76472	-8.90301		Argalo,Santa Maria,Santa María		58	C	15042	
3129647	Areta	areta	ES		0	Europe/Madrid	43.14563	-2.93872		Areta		59	BI	48005	
3129648	Arestúy	arestuy	ES		0	Europe/Madrid	42.50774	1.16667				56	L	25209	
3129649	Aresti	aresti	ES		0	Europe/Madrid	43.15495	-2.58704				59	BI	48001	
3129651	Ares del Maestre	ares-del-maestre	ES		227	Europe/Madrid	40.45675	-0.13267		Ares del Maestrat,Ares del Maestre	12014	60	CS	12014	
3129656	Areosa	areosa	ES		0	Europe/Madrid	43.0816	-8.99245				58	C	15092	
3129657	Areo	areo	ES		0	Europe/Madrid	42.58785	1.3266				56	L	25017	
3129665	Arenys de Lledó / Arens de Lledó	arenys-de-lledo-arens-de-lledo	ES		224	Europe/Madrid	40.99244	0.27092		Arens de Lledo,Arens de Lledó,Arenys de Lledo,Arenys de Lledó	44027	52	TE	44027	
3129680	Arenas	arenas	ES		0	Europe/Madrid	43.36325	-5.17035				34	O	33045	
3129681	Arenas	arenas	ES		0	Europe/Madrid	43.34477	-5.63252				34	O	33066	
3129682	Arenas	arenas	ES		0	Europe/Madrid	43.32293	-5.40296				34	O	33049	
3129693	Aretxabaleta	arechavaleta	ES		0	Europe/Madrid	42.82935	-2.67349		Arechavaleta,Aretxabaleta		59	VI	01059	
3129701	Ardonsillero	ardonsillero	ES		0	Europe/Madrid	40.86819	-6.13819		Ardonsillero		55	SA	37149	
3129704	Arditurri	arditurri	ES		0	Europe/Madrid	43.26645	-1.80885		Arditurre,Arditurri,Artiturri		59	SS	20063	
3129708	Ardia	ardia	ES		0	Europe/Madrid	42.46667	-8.86667				58	PO	36022	
3129709	Ardèvol	ardevol	ES		0	Europe/Madrid	41.85	1.51667				56	L	25167	
3129710	Ardevila	ardevila	ES		0	Europe/Madrid	42.84886	-6.9673				58	LU	27012	
3129713	Ardemil	ardemil	ES		0	Europe/Madrid	43.11667	-8.36667		Ardemil,San Pedro		58	C	15059	
3129714	Ardanaz	ardanaz	ES		0	Europe/Madrid	42.80642	-1.55766		Ardanatz		32	NA	31023	
3129715	Ardanaz	ardanaz	ES		0	Europe/Madrid	42.7363	-1.42187				32	NA	31132	
3129716	Ardaña	ardana	ES		0	Europe/Madrid	43.18333	-8.66667		Ardana,Ardaña,Santa Maria,Santa María		58	C	15019	
3129717	Ardán	ardan	ES		0	Europe/Madrid	42.35	-8.73333		Ardan,Ardán,Santa Maria,Santa María		58	PO	36026	
3129724	Arcos da Condesa	arcos-da-condesa	ES		0	Europe/Madrid	42.58089	-8.63285		Santa Marina		58	PO	36005	
3129726	Arcos	arcos	ES		10	Europe/Madrid	43.36667	-5.85		Arcos,San Pedro		34	O	33044	
3129727	Arcos	arcos	ES		0	Europe/Madrid	43.13333	-7.5		Arcos,San Pedro		58	LU	27010	
3129728	Arcos	arcos	ES		0	Europe/Madrid	43.1341	-7.37726				58	LU	27046	
3129729	Arcos	arcos	ES		0	Europe/Madrid	43.01667	-7.38333		Arcos,San Pelagio		58	LU	27011	
3129730	Arcos	arcos	ES		0	Europe/Madrid	42.91385	-9.09016				58	C	15020	
3129731	Arcos	arcos	ES		0	Europe/Madrid	42.76037	-7.89685				58	LU	27003	
3129732	Arcos	arcos	ES		0	Europe/Madrid	42.65961	-8.53101				58	PO	36015	
3129733	Arcos	arcos	ES		0	Europe/Madrid	42.66011	-7.81002				58	LU	27016	
3129734	Arcos	arcos	ES		0	Europe/Madrid	42.59234	-8.93069		Arcos,Areos		58	C	15067	
3129735	Arcos	arcos	ES		145	Europe/Madrid	42.45	-8.06667		Arcos		58	OR	32019	
3129736	Arcos	arcos	ES		0	Europe/Madrid	42.45	-8.05		Arcos,San Juan		58	OR	32019	
3129737	Arcos	arcos	ES		0	Europe/Madrid	42.41374	-7.03154				58	OR	32088	
3129738	Arcos	arcos	ES		0	Europe/Madrid	42.26664	-3.75458		Arcos de la Llana,Arkos,Arkos-de-la-L'jana,arks,arksh,Аркос,Аркос-де-ла-Льяна,آرکس,أركش	09023	55	BU	09023	
3129739	Arcos	arcos	ES		0	Europe/Madrid	42.18333	-8.46667		Arcos,San Verisimo,San Verísimo		58	PO	36042	
3129745	Arcón	arcon	ES		0	Europe/Madrid	42.92802	-7.03325				58	LU	27034	
3129748	Arkotxa	arcocha	ES		0	Europe/Madrid	43.2281	-2.86267				59	BI	48097	
3129749	Arco	arco	ES		0	Europe/Madrid	43.4115	-6.95307				34	O	33017	
3129750	Arco	arco	ES		0	Europe/Madrid	43.04061	-7.15951				58	LU	27018	
3129752	Artziniega	arciniega	ES		0	Europe/Madrid	43.12145	-3.12972		Arceniega,Arciniega,Artziniega		59	VI	01004	
3129757	Archurieta	archurieta	ES		0	Europe/Madrid	43.07465	-1.30843		Archurieta,Caserio de Archurieta,Caserío de Archurieta		32	NA	31248	
3129759	Archs	archs	ES		0	Europe/Madrid	41.69418	0.83093				56	L	25052	
3129765	Arcellares	arcellares	ES		0	Europe/Madrid	42.71814	-4.01799				55	BU	09045	
3129767	Arcediago	arcediago	ES		0	Europe/Madrid	42.85	-8.03333		Arcediago,San Juan		58	C	15079	
3129773	Arkaia	arcaya	ES		0	Europe/Madrid	42.84199	-2.635		Arcaya,Arkaia		59	VI	01059	
3129774	Arkauti / Arcaute	arcaute	ES		0	Europe/Madrid	42.85124	-2.63467		Arcaute,Arkaute,Arkauti		59	VI	01059	
3129777	Arkarazo	arcarazo	ES		0	Europe/Madrid	43.02231	-2.50516		Arcarazo,Arkarazo		59	SS	20013	
3129782	Arcade	arcade	ES		0	Europe/Madrid	42.33581	-8.59618		Arcade,Santiago		58	PO	36053	
3129792	l'Arbocet	l-arbocet	ES		0	Europe/Madrid	41.1	0.96667		Arboset		56	T	43167	
3129793	L'Arboç	l-arboc	ES		0	Europe/Madrid	41.26667	1.6		Arbos,Arbós,l' Arboc,l' Arboç		56	B	08058	
3129796	Arboliz	arboliz	ES		0	Europe/Madrid	43.39054	-2.6248				59	BI	48048	
3129799	Árbol	arbol	ES		0	Europe/Madrid	43.28333	-7.53333		Arbol,San Lorenzo,Árbol		58	LU	27065	
3129800	Árbol	arbol	ES		0	Europe/Madrid	42.8	-7.91667		Arbol,Santa Eulalia,Árbol		58	LU	27003	
3129802	Arbo	arbo	ES		3973	Europe/Madrid	42.11667	-8.31667		Arbo,Santa Maria,Santa María,a er wo,arbw,arubo,Арбо,آربو,أربو,アルボ,阿尔沃	36001	58	PO	36001	
3129805	Arbeyales	arbeyales	ES		0	Europe/Madrid	43.25	-6.71667				34	O	33001	
3129806	Arbeyales	arbeyales	ES		0	Europe/Madrid	43.10163	-6.18226				34	O	33068	
3129810	Arbás	arbas	ES		0	Europe/Madrid	43.03338	-6.4692		Arbas,Arbás		34	O	33011	
3129814	Arbaitza	arbaiza	ES		0	Europe/Madrid	43.07066	-2.91886				59	BI	48075	
3129818	Arbatzegi	arbacegui	ES		0	Europe/Madrid	43.26667	-2.58333				59	BI	48007	
3129820	Aratzuri	aratzuri	ES		0	Europe/Madrid	42.81687	-1.72073		Aratzuri,Arazuri		32	NA	31193	
3129827	Aravaca	aravaca	ES		0	Europe/Madrid	40.45772	-3.78282				29	M	28079	9
3129831	Arauzo	arauzo	ES		0	Europe/Madrid	40.90986	-5.30112		Alqueria Arauzo,Alquería Arauzo,Aranzo,Arauzo		55	SA	37215	
3129832	Araujo	araujo	ES		0	Europe/Madrid	41.9	-8.03333		Araujo,San Pelagio		58	OR	32042	
3129833	Araujo	araujo	ES		0	Europe/Madrid	41.88333	-8.03333		Araujo,San Martin,San Martín		58	OR	32042	
3129834	Aratz-Matxinbenta	aratz-machinventa	ES		0	Europe/Madrid	43.1079	-2.24218		Aratz-Matxinbenta,Machinventa,Matxinbenta		59	SS	20035	
3129837	Arasanz	arasanz	ES		0	Europe/Madrid	42.3464	0.20498				52	HU	22113	
3129842	Araotz	araoz	ES		0	Europe/Madrid	42.99182	-2.45384		Araotz,Araoz		59	SS	20059	
3129845	Zelaia	aranzazu-celaya	ES		0	Europe/Madrid	43.15733	-2.7919		Aranzazu,Aranzazu Celaya,Aránzazu,Aránzazu Celaya,Zelaia		59	BI	48006	
3129849	Arantón	aranton	ES		0	Europe/Madrid	43.05245	-8.84602		Aranton,Arantón		58	C	15077	
3129873	Arandigoyen	arandigoyen	ES		0	Europe/Madrid	42.6678	-1.9899				32	NA	31260	
3129882	Aranarache	aranarache	ES		82	Europe/Madrid	42.77979	-2.22924		Aranarache,Aranaratxe	31021	32	NA	31021	
3129883	Arene	arene	ES		0	Europe/Madrid	43.42562	-2.74451		Arana,Arene		59	BI	48017	
3129886	Arán	aran	ES		0	Europe/Madrid	43.03878	-8.84945				58	C	15077	
3129889	Aramil de Arriba	aramil-de-arriba	ES		0	Europe/Madrid	43.4	-5.6		Aramil Arriba,Aramil de Arriba,Arriba		34	O	33066	
3129896	Arahós	arahos	ES		0	Europe/Madrid	42.53505	1.26074		Arabo,Arahos,Arahós		56	L	25017	
3129911	Elexalde	elexalde	ES		96	Europe/Madrid	43.15	-2.93333		Aracaldo,Arakaldo	48005	59	BI	48005	
3129912	Arabuste	arabuste	ES		0	Europe/Madrid	43.20668	-3.42102				59	BI	48022	
3129914	Arabejo	arabejo	ES		0	Europe/Madrid	43.05	-8.65		Arabejo,Santa Maria,Santa María		58	C	15088	
3129915	Arabayona	arabayona	ES		476	Europe/Madrid	41.04698	-5.38565		Arabayona		55	SA	37031	
3129922	Aprikano	apricano	ES		0	Europe/Madrid	42.85	-2.88333		Apricano,Aprikano,Aprícano		59	VI	01020	
3129923	Apregación	apregacion	ES		0	Europe/Madrid	42.96751	-7.8117		Apregacion,Apregación,San Ciprian,San Cipriano,San Ciprián		58	LU	27020	
3129924	Apregación	apregacion	ES		0	Europe/Madrid	42.96667	-7.8		Apregacion,Apregación,San Juan		58	LU	27020	
3129926	Aplazadoiro	aplazadoiro	ES		0	Europe/Madrid	43.16448	-9.00683		Aplacadoiro,Aplazadoiro		58	C	15040	
3129929	Aperregi	aperregui	ES		0	Europe/Madrid	42.92304	-2.84342		Aperregi,Aperregui,Apérregui		59	VI	01063	
3129930	Apilaiz / Apellániz	apilaiz-apellaniz	ES		0	Europe/Madrid	42.73006	-2.48059		Apellaniz,Apellániz,Apinaiz,Apinaniz		59	VI	01037	
3129931	Apeadero de Los Molinos-Guadarrama	apeadero-de-los-molinos-guadarrama	ES		0	Europe/Madrid	40.71526	-4.07301		Colonia Apeadero		29	M	28087	
3129933	Aparral	aparral	ES		0	Europe/Madrid	43.41667	-7.81667		Aparral,San Juan		58	C	15070	
3129934	Aozaratza	aozaraza	ES		0	Europe/Madrid	43.0256	-2.48689		Aozaratza,Aozaraza,Azatza		59	SS	20013	
3129937	Aoiz	aoiz	ES		2188	Europe/Madrid	42.78633	-1.37252				32	NA	31158	
3129938	Antzuola	anzuola	ES		0	Europe/Madrid	43.09725	-2.37998		Antzuola,Anzuola	20011	59	SS	20011	
3129944	Anuntzibai	anuncibay	ES		0	Europe/Madrid	43.13333	-2.93333				59	BI	48075	
3129956	Antialdea	antias	ES		0	Europe/Madrid	42.96449	-2.28828		Antias,Anttialdea,Antías		59	SS	20025	
3129958	Andetxa / Antezana	antezana-de-alava	ES		0	Europe/Madrid	42.88809	-2.7259		Andetxa,Antezana,Antezana de Alava,Antezana de Foronda,Antezana de Álava		59	VI	01059	
3129959	Antes	antes	ES		0	Europe/Madrid	42.99635	-8.91295		Antes,San Cosme		58	C	15045	
3129965	Anta de Tera	anta-de-tera	ES		0	Europe/Madrid	41.99879	-6.38438				55	ZA	49048	
3129972	Feal	feal	ES		0	Europe/Madrid	42.13229	-7.94281		Santa Maria,Santa María		58	OR	32024	
3129978	Ansar	ansar	ES		0	Europe/Madrid	42.72457	-7.80913		San Esteban		58	LU	27060	
3129985	Anós	anos	ES		0	Europe/Madrid	43.16667	-8.91667		Anos,Anós,San Esteban		58	C	15014	
3129986	Añorga	anorga-lugariz	ES		0	Europe/Madrid	43.28397	-2.00161		Anorga,Anorga-Lugariz,Añorga,Añorga-Lugariz		59	SS	20069	
3129988	Añón	anon	ES		248	Europe/Madrid	41.77799	-1.71998		Anon,Anoz,Añoz,Añón		52	Z	50251	
3129991	Añobres	anobres	ES		0	Europe/Madrid	43.06226	-9.17966		Anobres,Añobres		58	C	15052	
3129992	Añobre	anobre	ES		0	Europe/Madrid	42.80585	-8.31703		Anobre,Añobre,San Pedro		58	PO	36059	
3129996	Anllarinos	anllarinos	ES		29	Europe/Madrid	42.84216	-6.57176				55	LE	24112	
3129997	Anllares	anllares	ES		100	Europe/Madrid	42.84583	-6.54413		Anllares		55	LE	24110	
3130011	Angustina	angustina	ES		0	Europe/Madrid	43.36762	-3.44134				39	S	39102	
3130012	Angustina	angustina	ES		0	Europe/Madrid	43.31902	-3.70941		Angustina		39	S	39064	
3130017	Angiozar	anguiozar	ES		0	Europe/Madrid	43.11352	-2.47162		Angiozar,Anguiozar		59	SS	20074	
3130023	Angueiros	angueiros	ES		0	Europe/Madrid	42.38455	-7.20911				58	LU	27050	
3130024	Angudes	angudes	ES		0	Europe/Madrid	42.18249	-8.18524		San Juan		58	PO	36014	
3130030	Angoares	angoares	ES		0	Europe/Madrid	42.16667	-8.5		Angoares,San Pedro,San Pedro de Angoares		58	PO	36042	
3130033	Angeriz	angeriz	ES		0	Europe/Madrid	43.11667	-8.66667		Angeriz,Santa Marina		58	C	15084	
3130038	Ánxeles	anxeles	ES		0	Europe/Madrid	43	-8.1		Santa Maria,Santa María		58	C	15006	
3130039	Ángeles	angeles	ES		0	Europe/Madrid	42.98333	-8.31667		Angeles,San Mamed,Ángeles		58	C	15066	
3130040	Ánxeles	anxeles	ES		0	Europe/Madrid	42.93333	-8.01667				58	C	15046	
3130041	Ángeles	angeles	ES		0	Europe/Madrid	42.8482	-8.67919		Angeles,Santa Maria,Santa María,Ángeles		58	C	15013	
3130058	Andrés Bueno	andres-bueno	ES		0	Europe/Madrid	40.96625	-5.51331		Alqueria Andres Bueno,Alquería Andrés Bueno,Andres Bueno,Andrés Bueno		55	SA	37069	
3130060	András	andras	ES		0	Europe/Madrid	42.56667	-8.78333		Andras,András,San Lorenzo		58	PO	36061	
3130061	Andra Maria	andramari	ES		0	Europe/Madrid	43.14277	-2.60324				59	BI	48001	
3130062	Andrade	andrade	ES		0	Europe/Madrid	43.38333	-8.16667		Andrade,San Martin,San Martín		58	C	15069	
3130063	Andra Maria	andra-maria	ES		0	Europe/Madrid	43.34779	-2.79836		Andrada Maria de Menacabarrena,Andrada María de Meñacabarrena,Menacabarrena,Meñacabarrena		59	BI	48064	
3130065	Andoyo	andoyo	ES		0	Europe/Madrid	43.13333	-8.56667		Andoyo,San Mamed		58	C	15084	
3130073	Andinas	andinas	ES		0	Europe/Madrid	43.34792	-4.5439				34	O	33055	
3130074	Andina	andina	ES		0	Europe/Madrid	43.48675	-6.83098				34	O	33023	
3130078	Anderbe	anderbe	ES		2	Europe/Madrid	43.23333	-6.45				34	O	33011	
3130080	Andeiro	andeiro	ES		0	Europe/Madrid	43.25	-8.33333		Andeiro,San Martin,San Martín		58	C	15017	
3130081	Andeade	andeade	ES		0	Europe/Madrid	42.8674	-8.26177		Andeade		58	C	15085	
3130084	Andamí	andami	ES		0	Europe/Madrid	41.83333	0.58333		Andami,Andamí		56	L	25015	
3130086	Andagoia	andagoya	ES		0	Europe/Madrid	42.92257	-2.90828		Andagoia,Andagoya		59	VI	01020	
3130087	Andabao	andabao	ES		0	Europe/Madrid	43.03333	-8.11667		Andabao,San Martin,San Martín		58	C	15010	
3130090	Ancorados	ancorados	ES		0	Europe/Madrid	42.72517	-8.41115		Ancorados,Santo Tomas,Santo Tomás		58	PO	36017	
3130091	Ancorados	ancorados	ES		0	Europe/Madrid	42.71667	-8.41667		Ancorados,San Pedro		58	PO	36017	
3130092	Ancín	ancin	ES		396	Europe/Madrid	42.66047	-2.18885		Antzin	31014	32	NA	31014	
3130101	Anceu	anceu	ES		0	Europe/Madrid	42.35892	-8.46607		Anceo,Anceu		58	PO	36043	
3130102	Anceis	anceis	ES		0	Europe/Madrid	43.27634	-8.35829		Anceis		58	C	15017	
3130106	Anca	anca	ES		0	Europe/Madrid	43.5	-8.1		Anca,San Pedro		58	C	15055	
3130120	Anaka	anaca	ES		0	Europe/Madrid	43.34447	-1.80283		Anaca,Anaka		59	SS	20036	
3130121	Añá	ana	ES		0	Europe/Madrid	43.01667	-8.2		Ana,Añá,Santa Maria,Santa María		58	C	15038	
3130135	Amorín	amorin	ES		0	Europe/Madrid	41.99383	-8.69517		Amorin,Amorín,San Juan		58	PO	36054	
3130293	Almofrey	almofrey	ES		0	Europe/Madrid	42.43333	-8.55		Almofrey,San Lorenzo		58	PO	36902	
3130137	Amorebieta	amorebieta	ES		17842	Europe/Madrid	43.21667	-2.73333		Amorebieta,Amorebieta-Echano,Amorebieta-Etxano,Zornotza	48003	59	BI	48003	
3130139	Amor	amor	ES		0	Europe/Madrid	41.37853	-5.82754		Amor,Casas de Amor		55	ZA	49152	
3130140	Amoeja	amoeja	ES		0	Europe/Madrid	42.74497	-7.84439				58	LU	27003	
3130142	Amoedo	amoedo	ES		0	Europe/Madrid	42.3	-8.55		Amoedo,San Saturnino		58	PO	36037	
3130143	Amiudal	amiudal	ES		0	Europe/Madrid	42.40294	-8.26066		Amiudal		58	OR	32004	
3130145	Amil	amil	ES		0	Europe/Madrid	42.53474	-8.58015		San Mamed		58	PO	36032	
3130148	Amezketa	amezqueta	ES		0	Europe/Madrid	43.04813	-2.08541		Amezketa,Amezqueta,Amézqueta	20008	59	SS	20008	
3130150	Ametzaga	amezaga	ES		0	Europe/Madrid	42.95969	-2.84203		Ametzaga,Amezaga,Amézaga		59	VI	01063	
3130151	Ametzaga Asparrena	amezaga	ES		0	Europe/Madrid	42.87144	-2.32704				59	VI	01009	
3130152	Ametz	amez	ES		0	Europe/Madrid	43.25	-3.15				59	BI	48086	
3130154	Ametlla	ametlla	ES		0	Europe/Madrid	41.57523	1.23913				56	T	43159	
3130158	Ameijide	ameijide	ES		0	Europe/Madrid	43.25	-7.28333				58	LU	27044	
3130159	Ameijenda	ameijenda	ES		0	Europe/Madrid	42.93209	-8.61001				58	C	15002	
3130160	Ameijeira	ameijeira	ES		0	Europe/Madrid	42.21574	-8.22493		Ameijeira,Amejeira		58	PO	36014	
3130163	Ambrós	ambros	ES		0	Europe/Madrid	43.35	-7.03333				34	O	33071	
3130165	Ambroa	ambroa	ES		0	Europe/Madrid	43.31667	-8.11667		Ambroa,San Tirso		58	C	15039	
3130167	Ambreijo	ambreijo	ES		0	Europe/Madrid	42.9	-7.91667				58	LU	27040	
3130169	Ambosores	ambosores	ES		0	Europe/Madrid	43.55297	-7.74422		Ambosores,Santa Maria,Santa María		58	LU	27038	
3130174	Ambiedes	ambiedes	ES		0	Europe/Madrid	43.58333	-5.88333		Ambiedes,Santiago de Ambiedes		34	O	33025	
3130179	Ambasaugas	ambasaugas	ES		0	Europe/Madrid	42.43333	-6.95				58	OR	32009	
3130181	Ambas Aguas	ambas-aguas	ES		0	Europe/Madrid	42.12215	-2.16745		Ambas Aguas,Entrambas Aguas		27	LO	26100	
3130182	Ambás	ambas	ES		0	Europe/Madrid	43.52659	-5.81091		Ambas,Ambás,Santiago de Ambas		34	O	33014	
3130183	Ambás	ambas	ES		0	Europe/Madrid	43.44569	-5.48492				34	O	33076	
3130184	Ambás	ambas	ES		0	Europe/Madrid	43.31899	-6.12963		Ambas,Ambás		34	O	33026	
3130190	Amabizkar	amavizcar	ES		0	Europe/Madrid	43.23333	-3.08333				59	BI	48037	
3130197	Amarela	amarela	ES		0	Europe/Madrid	42.93333	-9.23333		Amarela		58	C	15037	
3130198	Amarante	amarante	ES		0	Europe/Madrid	42.77334	-7.93509		Amarante,San Martin,San Martín		58	LU	27003	
3130199	Amarante	amarante	ES		0	Europe/Madrid	42.76935	-7.91763		Amarante,San Felix,San Félix		58	LU	27003	
3130200	Amarante	amarante	ES		0	Europe/Madrid	42.41667	-8.03333		Amarante,Santa Maria,Santa María		58	OR	32045	
3130207	Altzola	alzola	ES		0	Europe/Madrid	43.23649	-2.40065		Altzola,Alzola		59	SS	20032	
3130208	Altzo Muño	alzo-de-arriba	ES		0	Europe/Madrid	43.09968	-2.0834		Altzo Muno,Altzo Muño,Alzo de Arriba		59	SS	20071	
3130209	Altzoazpi	alzo-de-abajo	ES		0	Europe/Madrid	43.10586	-2.09001		Altzo Azpi,Alzo de Abajo		59	SS	20071	
3130211	Altzate	altzate	ES		320	Europe/Madrid	43.28333	-1.66667		Altzate,Alzate		32	NA	31250	
3130212	Mendiola	alzagate	ES		0	Europe/Madrid	43.06901	-2.15118		Altzagarate,Alzagate		59	SS	20071	
3130213	Altzaga	alzaga	ES		0	Europe/Madrid	43.06468	-2.154		Altzaga,Alzaga	20906	59	SS	20906	
3130214	Altza	alza	ES		0	Europe/Madrid	43.31609	-1.93424		Altza,Alza		59	SS	20069	
3130215	Alvites	alvites	ES		0	Europe/Madrid	43.35219	-7.31279		Alvite,Alvites		58	LU	27044	
3130217	Alvaré	alvare	ES		0	Europe/Madrid	43.38333	-6.13333				34	O	33059	
3130218	Álvare	alvare	ES		0	Europe/Madrid	43.28333	-7.28333		Alvare,Santa Maria,Santa María,Álvare		58	LU	27044	
3130221	Altuzarra	altuzarra	ES		0	Europe/Madrid	42.23292	-3.02559		Altuzarra		27	LO	26061	
3130231	Alto	alto	ES		0	Europe/Madrid	42.98333	-7.61667		Alto,San Juan		58	LU	27028	
3130232	Alto	alto	ES		0	Europe/Madrid	42.9	-7.38333		Alto,Santa Eulalia		58	LU	27014	
3130244	Altsasu	altsasu	ES		7410	Europe/Madrid	42.89999	-2.16516		Al'casu,Al'sasua,Alsasua,Alsasua – Altsasu,Altsasu,Altsasu/Alsasua,a er te sa su,Альсасуа,Альцасу,阿尔特萨苏		32	NA	31010	
3130246	Alkiza	alquiza	ES		0	Europe/Madrid	43.17263	-2.10923		Alkiza,Alquiza	20006	59	SS	20006	
3130250	Alperiz	alperiz	ES		0	Europe/Madrid	42.71205	-8.03155		Alperiz,Azperiz		58	PO	36024	
3130263	Alós de Isil	alos-de-isil	ES		0	Europe/Madrid	42.70049	1.09834		Alos,Alos de Isil,Alós,Alós de Isil		56	L	25024	
3130270	Alón	alon	ES		0	Europe/Madrid	43.01353	-8.83005		Alon,Alón,Santa Maria,Santa María		58	C	15077	
3130303	Almenar de Soria	almenar-de-soria	ES		339	Europe/Madrid	41.6823	-2.20082		Al'menar-de-Sorija,Almenar de Soria,a er mei na er de suo li ya,Альменар-де-Сория,Альменар-де-Сорія,阿尔梅纳尔德索里亚	42022	55	SO	42022	
3130308	Almeiras	almeiras	ES		0	Europe/Madrid	43.30793	-8.36579		Almeiras,San Julian,San Julián		58	C	15031	
3130309	Almeida	almeida	ES		608	Europe/Madrid	41.26649	-6.07353		Almeida		55	ZA	49008	
3130317	Almaraz de la Mota	almaraz-de-la-mota	ES		0	Europe/Madrid	41.71758	-5.24456		Almaraz de la Mota		55	VA	47223	
3130337	Alloz	alloz	ES		0	Europe/Madrid	42.69392	-1.95969		Allotz,Alloz		32	NA	31260	
3130339	Anllóns	anllons	ES		0	Europe/Madrid	43.22995	-8.88914		San Felix,San Félix		58	C	15014	
3130340	A Allonca	a-allonca	ES		0	Europe/Madrid	43.18021	-6.98559		La Allonca		58	LU	27018	
3130341	Alloa	alloa	ES		0	Europe/Madrid	43.37059	-2.59076				59	BI	48028	
3130350	Allende	allende	ES		0	Europe/Madrid	43.40767	-4.90777				34	O	33036	
3130351	Allende	allende	ES		0	Europe/Madrid	43.21529	-4.59763				39	S	39022	
3130352	Allende	allende	ES		0	Europe/Madrid	43.16582	-3.10191				59	BI	48042	
3130353	Allence	allence	ES		0	Europe/Madrid	43.47097	-6.1703				34	O	33051	
3130355	Alján	aljan	ES		0	Europe/Madrid	42.11667	-8.53333		Aljan,Alján,San Pelayo		58	PO	36050	
3130359	Alisadilla	alisadilla	ES		0	Europe/Madrid	40.26667	-5.86667		Alisadilla,Barrio Alisadilla		57	CC	10096	
3130365	Alija de los Melones	alija-de-los-melones	ES		878	Europe/Madrid	42.13872	-5.83485		Alija,Alija de los Melones		55	LE	24003	
3130380	Algorta	algorta	ES		82624	Europe/Madrid	43.34927	-3.0094		Algorta		59	BI	48044	
3130386	el Gaió	el-gaio	ES		310	Europe/Madrid	41.83277	0.37929		Algayon,Algayón,el Gaio,el Gaió		52	HU	22225	
3130388	Algarga	algarga	ES		0	Europe/Madrid	40.16433	-3.03604		Algarga,Colonia Algarga		54	GU	19152	
3130403	Alfar	alfar	ES		0	Europe/Madrid	41.61667	2.43333		Alfar,Caserio Alfar,Caserío Alfar		56	B	08075	
3130410	Alfages	alfages	ES		0	Europe/Madrid	41.82735	0.26483				52	HU	22060	
3130418	Alence	alence	ES		0	Europe/Madrid	42.75437	-7.15737				58	LU	27037	
3130421	Alemparte	alemparte	ES		0	Europe/Madrid	42.67926	-8.00278				58	PO	36024	
3130426	l' Aleixar	l-aleixar	ES		0	Europe/Madrid	41.2	1.05		Aleixar,l' Aleixar		56	T	43007	
3130427	Alegia	alegria-de-oria	ES		0	Europe/Madrid	43.10097	-2.09637		Alegia,Alegria de Oria,Alegría de Oria	20005	59	SS	20005	
3130428	Alegia	alegria	ES		0	Europe/Madrid	43.0531	-2.26212		Alegia,Alegria,Alegría		59	SS	20038	
3130429	Dulantzi / Alegría	alegria	ES		0	Europe/Madrid	42.84121	-2.51178		Alegria,Alegría,Dulantzi		59	VI	01001	
3130430	Aletxa	alecha	ES		0	Europe/Madrid	42.75638	-2.45097		Alecha,Aletxa		59	VI	01037	
3130433	Aldurfe	aldurfe	ES		0	Europe/Madrid	43.3	-7.28333		Aldurfe,San Pedro		58	LU	27054	
3130439	Aldomán	aldoman	ES		0	Europe/Madrid	43.09919	-7.05693				58	LU	27018	
3130440	Aldobrén	aldobren	ES		0	Europe/Madrid	43.04942	-7.07667				58	LU	27018	
3130445	Aldige	aldige	ES		0	Europe/Madrid	43.33333	-7.55		Aldige,San Pedro		58	LU	27001	
3130368	Aliezo	aliezo	ES	39584	0	Europe/Madrid	43.17276	-4.59925		Aliezo		39	S	39022	
3130449	Aldemunde	aldemunde	ES		0	Europe/Madrid	43.15	-8.6		Aldemunde,Santa Maria Magdalena,Santa María Magdalena		58	C	15019	
3130454	Aldehuela del Jerte	aldehuela-del-jerte	ES		344	Europe/Madrid	40.0133	-6.23899		Aldehuela de Jerte,Aldehuela del Jerte		57	CC	10116	
3130470	Aldeguer	aldeguer	ES		0	Europe/Madrid	43.32615	-7.17701				58	LU	27048	
3130474	Aldeavella	aldeavella	ES		6	Europe/Madrid	42.63333	-8.93333				58	C	15067	
3130478	Aldeaseca de Armuña	aldeaseca-de-armuna	ES		0	Europe/Madrid	41.01928	-5.67107				55	SA	37362	
3130481	Aldeasaz	aldeasaz	ES		0	Europe/Madrid	41.07513	-3.95664				55	SG	40208	
3130484	Aldearraso	aldearraso	ES		0	Europe/Madrid	41.2358	-3.80418		Aldearraso		55	SG	40184	
3130486	Aldeanueva de Santa Cruz	aldeanueva-de-santa-cruz	ES		166	Europe/Madrid	40.38189	-5.42142		Aldeanueva de Santa Cruz	05007	55	AV	05007	
3130487	Aldeanueva de Portanovis	aldeanueva-de-portanovis	ES		0	Europe/Madrid	40.73151	-6.63489		Aldeanueva de Portanobis,Aldeanueva de Portanovis		55	SA	37096	
3130493	Aldeanueva de la Sierra	aldeanueva-de-la-sierra	ES		115	Europe/Madrid	40.6162	-6.10023		Aldeanueva de la Sierra	37018	55	SA	37018	
3130499	Aldeanueva	aldeanueva	ES		0	Europe/Madrid	40.5613	-6.65336		Aldeanueva,Dehesa Aldeanueva		55	SA	37086	
3130507	Aldealcardo	aldealcardo	ES		0	Europe/Madrid	42.07231	-2.32314		Aldeacardo,Aldealcardo		55	SO	42209	
3130509	Aldealba de Hortacés	aldealba-de-hortaces	ES		0	Europe/Madrid	40.5111	-6.56264		Aldeadalba de Hortaces,Aldeadalba de Hortáces,Aldealba de Hortaces,Aldealba de Hortacés,Caserio Aldealba de Hortaces,Caserío Aldealba de Hortacés		55	SA	37054	
3130517	Aldeaencabo de Escalona	aldeaencabo-de-escalona	ES		0	Europe/Madrid	40.18333	-4.45		Aldeaencabo de Escalona		54	TO	45008	
3130525	Aldea de Arriba	aldea-de-arriba	ES		2	Europe/Madrid	42.36667	-7.2				58	LU	27050	
3130526	Aldea de Arango	aldea-de-arango	ES		0	Europe/Madrid	40.0956	-4.99271				54	TO	45181	
3130527	Aldea de Abaixo	aldea-de-abaixo	ES		0	Europe/Madrid	42.71667	-8.23333				58	PO	36052	
3130528	Aldeadávila de Revilla	aldeadavila-de-revilla	ES		0	Europe/Madrid	40.85995	-6.18044		Aldeadavila de Revilla,Aldeadávila de Revilla,Aldeavila de Revilla,Aldeávila de Revilla		55	SA	37059	
3130532	Aldea	aldea	ES		0	Europe/Madrid	43.24165	-5.49575				34	O	33032	
3130533	Aldea	aldea	ES		0	Europe/Madrid	43.12938	-7.27537				58	LU	27046	
3130537	Aldape	aldape	ES		0	Europe/Madrid	43.13381	-2.52504				59	BI	48032	
3130540	Aldán	aldan	ES		0	Europe/Madrid	42.28333	-8.81667		Aldan,Aldán,San Ciprian,San Ciprián		58	PO	36008	
3130541	Aldaka	aldaka	ES		0	Europe/Madrid	43.26667	-2.6				59	BI	48007	
3130542	Aldabatxiki	aldaba-chiqui	ES		0	Europe/Madrid	43.11872	-2.10781		Aldaba Txiki,Aldaba-chiqui		59	SS	20071	
3130558	Alcouce	alcouce	ES		0	Europe/Madrid	42.35	-7.23333				58	LU	27050	
3130559	Alcotas	alcotas	ES		0	Europe/Madrid	40.01667	-0.78333				52	TE	44143	
3130562	Alcorlo	alcorlo	ES		0	Europe/Madrid	41.02074	-3.02416				54	GU	19269	
3130567	l'Alcora	l-alcora	ES		11150	Europe/Madrid	40.06667	-0.2		Alcora,L'Alcora		60	CS	12005	
3130582	Alcocéber	alcoceber	ES		5000	Europe/Madrid	40.25142	0.28433		Alcoceber,Alcocebre,Alcocéber,Alcossebre,Aleosebre		60	CS	12004	
3130587	Altzibar	alcibar	ES		0	Europe/Madrid	43.29268	-1.85666		Alcibar,Altzibar		59	SS	20067	
3130589	Alceme	alceme	ES		0	Europe/Madrid	42.63805	-7.97704				58	PO	36047	
3130597	Alkaiaga	alkaiaga	ES		0	Europe/Madrid	43.26667	-1.68333		Alcayaga,Alkaiaga		32	NA	31153	
3130611	el Campell / Alcampell	el-campell-alcampell	ES		827	Europe/Madrid	41.90605	0.43173		Alcampell,el Campell,el Campell / Alcampell		52	HU	22043	
3130624	Alcaidón	alcaidon	ES		0	Europe/Madrid	42.34088	-5.87863		Alcaiden,Alcaidon,Alcaidén,Alcaidón,Alquidon,Alquidón		55	LE	24166	
3130625	Alcabre	alcabre	ES		0	Europe/Madrid	42.21667	-8.76667		Alcabre,Santa Eulalia		58	PO	36057	
3130630	Alborés	albores	ES		0	Europe/Madrid	42.98333	-8.95		Albores,Alborés,San Mamed		58	C	15045	
3130631	Alboreda	alboreda	ES		0	Europe/Madrid	42.61667	-9.03333				58	C	15071	
3130641	Albite	albite	ES		0	Europe/Madrid	42.9373	-8.87661				58	C	15056	
3130644	l' Albiol	l-albiol	ES		0	Europe/Madrid	41.25	1.1		Albiol,l' Albiol		56	T	43003	
3130647	Albixoi	albixoi	ES		0	Europe/Madrid	43.08333	-8.2				58	C	15047	
3130649	l' Albi	l-albi	ES		0	Europe/Madrid	41.41667	0.93333		Albi,Albí,l' Albi		56	L	25169	
3130654	Alberuela de la Liena	alberuela-de-la-liena	ES		0	Europe/Madrid	42.16308	-0.03158		Alberuela de la Liana,Alberuela de la Liena		52	HU	22001	
3130655	Alberquería	alberqueria	ES		0	Europe/Madrid	42.3	-7.03333				58	OR	32083	
3130662	Alberguería	albergueria	ES		0	Europe/Madrid	42.12302	-7.55231		Albergueria,Alberguería,Santa Maria,Santa María		58	OR	32039	
3130666	Albeos	albeos	ES		0	Europe/Madrid	42.1447	-8.25253		Albeos,San Juan		58	PO	36014	
3130680	Albariza	albariza	ES		0	Europe/Madrid	42.79469	-8.8606				58	C	15057	
3130683	Albarellos	albarellos	ES		0	Europe/Madrid	43.02223	-9.08247				58	C	15034	
3130684	Albarellos	albarellos	ES		0	Europe/Madrid	42.64941	-8.04524		Albarellos		58	PO	36024	
3130685	Albarellos	albarellos	ES		0	Europe/Madrid	42.4	-8.18333		Albarellos,San Miguel		58	OR	32040	
3130686	Albarellos	albarellos	ES		0	Europe/Madrid	41.94903	-7.49539		Albarellos,Albarrellos		58	OR	32050	
3130689	Albaredo	albaredo	ES		0	Europe/Madrid	42.98606	-7.1804		Albaredo		58	LU	27004	
3130694	Albán	alban	ES		0	Europe/Madrid	42.75237	-7.44478				58	LU	27057	
3130701	Albaladejito	albaladejito	ES		0	Europe/Madrid	40.1	-2.16667		Albaladejito,Albaladejo,Caserio Albaladejito,Caserío Albaladejito		54	CU	16078	
3130704	l' Albagés	l-albages	ES		0	Europe/Madrid	41.45	0.75		Albages,Albagés,l' Albages,l' Albagés		56	L	25067	
3130720	Alàs i Cerc	alas-i-cerc	ES		1112	Europe/Madrid	42.35	1.51667	406			56	L	25005	
3130729	Alameda Vieja	alameda-vieja	ES		0	Europe/Madrid	40.6	-6.51667		Alameda Vieja,Caserio Alameda Vieja,Caserío Alameda Vieja		55	SA	37107	
3130734	Alaje	alaje	ES		0	Europe/Madrid	43.56667	-7.43333		Alaje,San Juan		58	LU	27063	
3130735	Alaje	alaje	ES		0	Europe/Madrid	43.45	-7.26667				58	LU	27027	
3130736	Alaitza	alaiza	ES		0	Europe/Madrid	42.82375	-2.41454		Alaiza,Alaizo		59	VI	01027	
3130738	Alais	alais	ES		6	Europe/Madrid	42.39298	-7.42715		Alais,San Pedro		58	OR	32023	
3130740	A Lagoa	a-lagoa	ES		0	Europe/Madrid	42.53751	-8.54094		Lagoa		58	PO	36007	
3130745	Alakao	alacano	ES		0	Europe/Madrid	43.21667	-2.7				59	BI	48003	
3130746	Aiuria	ajuria	ES		0	Europe/Madrid	43.25	-2.65		Aiuria,Ajuria,Ajurias		59	BI	48067	
3130757	Aizpurutxo	aizpurucho	ES		0	Europe/Madrid	43.13945	-2.34573		Aizpurucho,Aizpurutxo		59	SS	20017	
3130759	Goikoetxegoikoa	aizpe-goicoechea	ES		0	Europe/Madrid	43.02123	-2.30228				59	SS	20026	
3130761	Aizároz	aizaroz	ES		0	Europe/Madrid	43.01117	-1.78356		Aizarotz		32	NA	31049	
3130765	Aitza	aitze	ES		0	Europe/Madrid	43.27091	-2.15647		Aitza,Aitze		59	SS	20079	
3130766	Aitzarte	aitzarte	ES		0	Europe/Madrid	42.99089	-2.15174		Aitzarte,Aitzarte Aldea		59	SS	20015	
3130770	Airoá	airoa	ES		0	Europe/Madrid	42.79223	-6.98402				58	LU	27012	
3130773	Ainielle	ainielle	ES		0	Europe/Madrid	42.57021	-0.23999		Ainelle,Ainielle		52	HU	22059	
3130779	Ailanes	ailanes	ES		0	Europe/Madrid	42.86512	-3.74004				55	BU	09416	
3130785	Aigas	aigas	ES		0	Europe/Madrid	42.96621	-6.91359				58	LU	27034	
3130787	Áibar	aibar	ES		925	Europe/Madrid	42.59202	-1.36042		Oibar		32	NA	31009	
3130803	Aguiones	aguiones	ES		0	Europe/Madrid	42.7	-8.46667		Aguiones,Santa Maria,Santa María		58	PO	36017	
3130806	Aginaga	aguinaga	ES		0	Europe/Madrid	43.2751	-2.07276		Aginaga,Aguinaga		59	SS	20073	
3130807	Aginaga	aguinaga	ES		0	Europe/Madrid	43.22209	-2.49336		Aginaga,Aguinaga		59	SS	20030	
3130808	Aginaga	aguinaga	ES		0	Europe/Madrid	43.11825	-2.32378		Aginaga,Aguinaga		59	SS	20080	
3130820	Aguilar del Alfambra	aguilar-del-alfambra	ES		77	Europe/Madrid	40.59027	-0.79589		Aguilar,Aguilar de Alfambra,Aguilar del Alfambra	44005	52	TE	44005	
3130842	Agüero	agueero	ES		154	Europe/Madrid	42.35505	-0.79324		Aguehro,Aguero,Agüero,a ge luo,agwrw  haska,Агуеро,Агуэро,اگورو، هاسکا,اگورو، ہاسکا,阿格罗	22004	52	HU	22004	
3130844	Agüería	agueria	ES		0	Europe/Madrid	43.16065	-5.7372				34	O	33002	
3130845	Agüeras	agueeras	ES		0	Europe/Madrid	43.1964	-6.00148		Aguera,Agueras,Agüera,Agüeras,Las Agueras,Las Agüeras,San Vicente		34	O	33053	
3130846	Agüera del Coto	agueera-del-coto	ES		0	Europe/Madrid	43.11807	-6.63713		Aguera del Coto,Agüera del Coto		34	O	33011	
3130848	Agüera de Carriles	agueera-de-carriles	ES		0	Europe/Madrid	43.24779	-6.51173		Aguera de Carriles,Agüera de Carriles		34	O	33073	
3130850	Agüera	agueera	ES		0	Europe/Madrid	43.49507	-5.84932				34	O	33020	
3130852	Agüera	agueera	ES		0	Europe/Madrid	43.45	-6.5		Aguera,Agüera		34	O	33034	
3130867	Agudelo	agudelo	ES		0	Europe/Madrid	42.53333	-8.65		Agudelo,San Martin,San Martín		58	PO	36002	
3130877	Aguas Santas	aguas-santas	ES		0	Europe/Madrid	42.95	-7.85		Aguas Santas,San Jorge		58	LU	27040	
3130878	Augasantas	augasantas	ES		0	Europe/Madrid	42.23894	-7.78613				58	OR	32001	
3130879	Augasmestas	augasmestas	ES		0	Europe/Madrid	42.45	-7.35				58	LU	27050	
3130884	Augasantas	augasantas	ES		0	Europe/Madrid	42.8	-8.73333		San Vicente		58	C	15074	
3130885	Aguasantas	aguasantas	ES		0	Europe/Madrid	42.41667	-8.45		Aguasantas,Santa Maria,Santa María		58	PO	36902	
3130890	Aguarda	aguarda	ES		0	Europe/Madrid	43.28333	-7.3		Aguarda,San Martin,San Martín		58	LU	27044	
3130896	Agualada	agualada	ES		0	Europe/Madrid	43.16667	-8.8		Agualada,San Lorenzo		58	C	15029	
3130897	Aguajosa	aguajosa	ES		0	Europe/Madrid	43.38885	-7.25647				58	LU	27054	
3130900	Aguada	aguada	ES		0	Europe/Madrid	42.52057	-7.88037		Santa Eulalia		58	LU	27009	
3130906	Agrodosío	agrodosio	ES		0	Europe/Madrid	43.04442	-9.15214				58	C	15052	
3130908	Agrelo	agrelo	ES		26	Europe/Madrid	42.81667	-8.88333		Agrela,Agrelo		58	C	15057	
3130910	Agranzón	agranzon	ES		0	Europe/Madrid	43.06843	-9.13465				58	C	15052	
3130912	Agrade	agrade	ES		0	Europe/Madrid	42.58333	-7.85		Agrade,San Vicente		58	LU	27016	
3130921	Agell	agell	ES		0	Europe/Madrid	41.53462	2.40378		Agell,Caserio Agell,Caserío Agell		56	B	08029	
3130922	Agirre	agarre	ES		0	Europe/Madrid	43.23671	-2.7506				59	BI	48003	
3130923	Agar	agar	ES		0	Europe/Madrid	43.02912	-9.15451				58	C	15052	
3130927	Aeta	aeta	ES		0	Europe/Madrid	43.07609	-2.29857				59	SS	20035	
3130930	Adzaneta	adzaneta	ES		1462	Europe/Madrid	40.21616	-0.17028		Adzaneta,Atzaneta del Maestrat		60	CS	12122	
3130933	Adraño	adrano	ES		0	Europe/Madrid	42.87958	-9.07027		Adrano,Adranos,Adraño,Adraños		58	C	15020	
3130936	Adragonte	adragonte	ES		0	Europe/Madrid	43.28333	-8.13333		Adragonte,Santiago		58	C	15064	
3130948	Adina	adina	ES		0	Europe/Madrid	42.41056	-8.83258		Santa Maria,Santa María		58	PO	36051	
3130953	Aday	aday	ES		0	Europe/Madrid	43.01667	-7.6				58	LU	27028	
3130954	Aday	aday	ES		0	Europe/Madrid	42.97672	-7.42054				58	LU	27014	
3130955	Aday	aday	ES		0	Europe/Madrid	42.82956	-7.54957				58	LU	27043	
3130967	Acuncheira	acuncheira	ES		0	Europe/Madrid	42.68325	-8.88884		Acuncheira		58	C	15011	
3130971	Acrijos	acrijos	ES		0	Europe/Madrid	42.04396	-2.16998		Acrijos		55	SO	42165	
3130972	Acova	acova	ES		0	Europe/Madrid	42.56667	-7.66667		Acoba,Acova,San Martin,San Martín		58	LU	27058	
3130975	Akorda	acorda	ES		0	Europe/Madrid	43.34665	-2.60849				59	BI	48033	
3130976	Acín	acin	ES		0	Europe/Madrid	42.62588	-0.46442				52	HU	22130	
3130977	Azilu	acilu	ES		0	Europe/Madrid	42.83192	-2.47641		Acilu,Azilu		59	VI	01027	
3130979	Acibo	acibo	ES		0	Europe/Madrid	42.7	-7.05				58	LU	27045	
3130986	Achas	achas	ES		0	Europe/Madrid	42.2	-8.3				58	PO	36009	
3130987	Acevedo	acevedo	ES		0	Europe/Madrid	43.51276	-6.90555				34	O	33070	
3130989	Aces	aces	ES		67	Europe/Madrid	43.43333	-6.06667		Aces,Santiago		34	O	33010	
3130993	Acellana	acellana	ES		0	Europe/Madrid	43.39482	-6.26572		Acellana		34	O	33059	
3130997	Acedo de los Caballeros	acedo-de-los-caballeros	ES		0	Europe/Madrid	43.08344	-5.82046				34	O	33033	
3130999	Acebro	acebro	ES		0	Europe/Madrid	43.37721	-7.23368				58	LU	27048	
3131001	Aceboso	aceboso	ES		0	Europe/Madrid	42.3	-7.25				58	OR	32044	
3131005	Acebeiros	acebeiros	ES		0	Europe/Madrid	42.8	-7.25				58	LU	27026	
3131006	Acebeiro	acebeiro	ES		0	Europe/Madrid	42.62057	-8.30163		Santa Maria,Santa María		58	PO	36018	
3131013	Acebal	acebal	ES		0	Europe/Madrid	43.41733	-4.91295				34	O	33036	
3131014	Acebal	acebal	ES		0	Europe/Madrid	43.4	-4.73333				34	O	33036	
3131015	Acebal	acebal	ES		0	Europe/Madrid	43.36663	-5.60649				34	O	33066	
3131016	Acebal	acebal	ES		0	Europe/Madrid	43.32975	-5.69552				34	O	33031	
3131017	Acebal	acebal	ES		0	Europe/Madrid	43.22112	-5.53241				34	O	33032	
3131025	Abrente	abrente	ES		0	Europe/Madrid	42.98825	-6.9818		Abrente,Navia de Suarna		58	LU	27034	
3131028	Abrairas	abrairas	ES		0	Europe/Madrid	43.0731	-7.27529				58	LU	27004	
3131032	Aboy	aboy	ES		0	Europe/Madrid	43.05	-9.23333				58	C	15052	
3131033	Abornikano	abornicano	ES		0	Europe/Madrid	42.92886	-2.88942		Abornicano,Abornikano,Abornícano		59	VI	01054	
3131041	Ablanedo	ablanedo	ES		0	Europe/Madrid	43.52119	-6.78339				34	O	33018	
3131042	Ablanedo	ablanedo	ES		0	Europe/Madrid	43.5	-6.51667		Ablanedo,Alblanedo		34	O	33034	
3131043	Ablanedo	ablanedo	ES		0	Europe/Madrid	43.49855	-6.22357		Ablanedo		34	O	33051	
3131044	Ablanedo	ablanedo	ES		0	Europe/Madrid	43.42151	-6.34305				34	O	33059	
3131045	Ablaneda	ablaneda	ES		0	Europe/Madrid	43.37645	-6.26086				34	O	33059	
3131046	Ablaneda	ablaneda	ES		0	Europe/Madrid	43.26658	-6.55635				34	O	33073	
3131047	Ablaña de Arriba	ablana-de-arriba	ES		0	Europe/Madrid	43.26667	-5.8				34	O	33037	
3131048	Ablaña de Abajo	ablana-de-abajo	ES		0	Europe/Madrid	43.26871	-5.80871		Ablana,Ablana de Abajo,Ablaña de Abajo		34	O	33037	
3131058	Abia de la Obispalía	abia-de-la-obispalia	ES		88	Europe/Madrid	40.01836	-2.39499		Abia de la Obispalia,Abia de la Obispalía		54	CU	16263	
3131062	Abesedo	abesedo	ES		0	Europe/Madrid	42.53925	-6.45715		Abesedo,Barrio Abesedo		55	LE	24100	
3131071	Abelleira	abelleira	ES		0	Europe/Madrid	43.54484	-7.20845				58	LU	27005	
3131072	Abelleira	abelleira	ES		0	Europe/Madrid	42.96667	-7.25				58	LU	27011	
3131073	Abelleira	abelleira	ES		0	Europe/Madrid	42.80441	-9.01943				58	C	15053	
3131080	Abelendo	abelendo	ES		0	Europe/Madrid	42.01667	-7.86667		Abelendo,San Lorenzo		58	OR	32062	
3131081	Abelenda	abelenda	ES		0	Europe/Madrid	42.38333	-8.28333		Abelenda,Santa Marina		58	OR	32004	
3131082	Abelenda	abelenda	ES		0	Europe/Madrid	42.34244	-8.18152		Abelenda		58	OR	32018	
3131083	Abeleiras	abeleiras	ES		0	Europe/Madrid	42.96667	-9.03333				58	C	15034	
3131084	Abeledos	abeledos	ES		0	Europe/Madrid	42.31405	-7.48956				58	OR	32049	
3131086	Abeleda	abeleda	ES		0	Europe/Madrid	42.39471	-7.44155		Abeleda,San Payo		58	OR	32080	
3131087	Abeleda	abeleda	ES		0	Europe/Madrid	42.17629	-7.71043				58	OR	32036	
3131092	Abeijón	abeijon	ES		0	Europe/Madrid	42.75	-8.9		Abeijon,Abeijón		58	C	15057	
3131095	Abedules	abedules	ES		0	Europe/Madrid	43.5324	-5.47938		Abedules		34	O	33076	
3131096	Abedul	abedul	ES		0	Europe/Madrid	43.22499	-6.31449		Abedul		34	O	33005	
3131099	Abezia	abecia	ES		0	Europe/Madrid	42.9461	-2.91572		Abecia,Abezia		59	VI	01054	
3131100	Abetxuko	abechuco	ES		0	Europe/Madrid	42.87648	-2.68095		Abechuco,Abetxuko,Abetxuku		59	VI	01059	
3131101	Abeancos	abeancos	ES		0	Europe/Madrid	42.93333	-7.98333		Abeancos,San Salvador		58	C	15046	
3131102	Abeancos	abeancos	ES		0	Europe/Madrid	42.9	-8.03333		Abeancos,San Cosme		58	C	15046	
3131106	Abaurrepea	abaurrepea	ES		40	Europe/Madrid	42.91667	-1.21667		Abaurrea Baja,Abaurrepea		32	NA	31003	
3131107	Abaurregaina	abaurregaina	ES		157	Europe/Madrid	42.9	-1.2		Abaurrea Alta,Abaurregaina		32	NA	31003	
3131129	Ábalo	abalo	ES		0	Europe/Madrid	42.65	-8.71667		Abalo,San Mamed,Ábalo		58	PO	36010	
3131131	Abaltzisketa	abalcisqueta	ES		0	Europe/Madrid	43.04744	-2.10532		Abalcisqueta,Abaltzisketa	20001	59	SS	20001	
3131133	Abajas	abajas	ES		37	Europe/Madrid	42.6231	-3.58086			09001	55	BU	09001	
3131134	Abaira	abaira	ES		0	Europe/Madrid	43.45665	-7.17423				58	LU	27061	
3131136	Abadín	abadin	ES		3193	Europe/Madrid	43.36667	-7.48333		Abadin,Abadín,Santa Maria,Santa María	27001	58	LU	27001	
3131143	Abad	abad	ES		0	Europe/Madrid	43.58333	-8		Abad,Santiago		58	C	15049	
3211872	Molino	molino	ES		0	Europe/Madrid	43.4775	-3.83722				39	S	39075	
3211898	Elguera	elguera	ES		0	Europe/Madrid	43.47139	-3.50833				39	S	39047	
3212129	Raíces	raices	ES		0	Europe/Madrid	43.57501	-5.93821				34	O	33016	
3213031	Vilafortuny	vilafortuny	ES		0	Europe/Madrid	41.07327	1.09786				56	T	43038	
3213563	Basigo	basigo-de-baguio	ES		0	Europe/Madrid	43.42836	-2.8107		Baquio		59	BI	48012	
3213613	Roupeiro	roupeiro	ES		125	Europe/Madrid	42.20833	-8.74167				58	PO	36057	
3213629	Vilamar	vilamar	ES		0	Europe/Madrid	42.19722	-8.79444				58	PO	36057	
3213661	Balea	balea	ES		0	Europe/Madrid	42.2531	-8.79484				58	PO	36008	
3213662	Salgueirón	salgueiron	ES		0	Europe/Madrid	42.25694	-8.78889				58	PO	36008	
3213670	Canteira	canteira	ES		0	Europe/Madrid	42.28333	-8.70417				58	PO	36029	
3213686	Longra	longra	ES		65	Europe/Madrid	42.19722	-8.76667				58	PO	36057	
3232510	Pedreira	pedreira	ES		0	Europe/Madrid	43.54622	-8.28405				58	C	15036	
3232519	Xubia	xubia	ES		0	Europe/Madrid	43.51333	-8.15				58	C	15055	
3232526	A Cabana	a-cabana	ES		0	Europe/Madrid	43.4875	-8.26667		La Cabana,La Cabaña		58	C	15036	
3232527	A Malata	a-malata	ES		0	Europe/Madrid	43.49167	-8.23333				58	C	15054	
3232530	O Seixo	o-seixo	ES		0	Europe/Madrid	43.45833	-8.21806				58	C	15004	
3232549	Telle	telle	ES		0	Europe/Madrid	43.35	-8.20833		Telle		58	C	15048	
3232550	Punta Bañobre	punta-banobre	ES		0	Europe/Madrid	43.36011	-8.19899		Punta Banobre,Punta Bañobre		58	C	15048	
3232554	Sada d'Arriba	sada-d-arriba	ES		0	Europe/Madrid	43.35556	-8.25833				58	C	15075	
6252000	Erandiogoikoa	erandio-goikoa-la-campa-erandio	ES		985	Europe/Madrid	43.30757	-2.95421	50			59	BI	48902	
6252065	Nou Barris	nou-barris	ES		166310	Europe/Madrid	41.44163	2.17727	85	Distrikt Nou Barris,Distrito Nou Barris,Distrito de Nou Barris,Nou Barris,Nou Barris distritu		56	B	08019	08
6254875	el Pèlag	el-pelag	ES		0	Europe/Madrid	41.22063	1.53991				56	T	43163	
6255084	Numantia	numantia	ES		0	Europe/Madrid	41.80804	-2.44386		Numancia,Numantia		55	SO	42173	
6269130	Ocata	ocata	ES		0	Europe/Madrid	41.48138	2.32575	10	Ocata		56	B	08118	
6269209	Sant Rafel de Forca	sant-rafel-de-forca	ES		0	Europe/Madrid	38.96173	1.39966		Sant Rafel de sa Creu		07	PM	07046	
6269244	Larrache	larrache	ES		0	Europe/Madrid	42.84639	-1.7403		Larratxe		32	NA	31193	
6269442	Urb Entre Naranjas	urb-entre-naranjas	ES		0	Europe/Madrid	38.03356	-0.82228				60	A	03099	
6269443	Urb Jardin Del Mar Fase V	urb-jardin-del-mar-fase-v	ES		0	Europe/Madrid	37.99831	-0.68638				60	A	03133	
6269444	Urb Jardin Del Mar Fase X	urb-jardin-del-mar-fase-x	ES		0	Europe/Madrid	37.99779	-0.68692				60	A	03133	
6269610	Yerri	yerri	ES		1436	Europe/Madrid	42.70161	-1.93806	516		31260	32	NA	31260	
6284964	Parada do Courel	parada-do-courel	ES		20	Europe/Madrid	42.62865	-7.14523	765			58	LU	27017	
6316273	Nuevo Guadiaro	nuevo-guadiaro	ES		0	Europe/Madrid	36.29417	-5.30236				51	CA	11033	
6316274	Puerto Sotogrande	puerto-sotogrande	ES		0	Europe/Madrid	36.29112	-5.27309				51	CA	11033	
6316275	San Roque Club	san-roque-club	ES		0	Europe/Madrid	36.26947	-5.33566				51	CA	11033	
6316276	Alcaidesa	alcaidesa	ES		0	Europe/Madrid	36.23908	-5.31867				51	CA	11033	
6316277	Torre Guadiaro	torre-guadiaro	ES		0	Europe/Madrid	36.30236	-5.26769				51	CA	11033	
6324373	La Berzosa	la-berzosa	ES		0	Europe/Madrid	40.60977	-3.94032				29	M	28061	
6324376	Pinar de Chamartín	pinar-de-chamartin	ES		30000	Europe/Madrid	40.47903	-3.66836	620			29	M	28079	15
6324377	PAU de Sanchinarro	pau-de-sanchinarro	ES		0	Europe/Madrid	40.49337	-3.65544	620	Sanchinarro		29	M	28079	16
6324533	Santa Ponsa	santa-ponsa	ES		10736	Europe/Madrid	39.50868	2.4766		Santa Ponca,Santa Ponsa,Santa Ponça,Santa-Ponsa,Санта-Понса		07	PM	07011	
6324553	Goiballara	goiballea	ES		0	Europe/Madrid	43.2055	-2.12619		Goballea,Goiballara,Goiballea		59	SS	20014	
6324554	Olaskoegia	olaskoagaegia	ES		0	Europe/Madrid	43.25448	-2.12939		Olascoeguia,Olascoeguía,Olaskoagaegia,Olaskoegia,Olazkoegia		59	SS	20016	
6324557	Beballara	beballea	ES		0	Europe/Madrid	43.1864	-2.08731				59	SS	20014	
6324558	Buruntzazpi	buruntzaspi	ES		0	Europe/Madrid	43.24516	-2.01942		Buruntzazpi Bailara		59	SS	20069	
6324559	Errekaballara	errekaballea	ES		0	Europe/Madrid	43.19606	-2.11482		Errecaballea,Errekaballara,Errekaballea		59	SS	20014	
6324560	Lasturbea	lasturbea	ES		0	Europe/Madrid	43.25489	-2.35074		Lastur Beia		59	SS	20029	
6324561	Meatzerreka	mehatz-erreka	ES		0	Europe/Madrid	43.08075	-2.4957		Meatzerreka,Mehatz-Erreka,Mehatzerreka,Veneras		59	SS	20055	
6324562	San Roke	san-roke	ES		0	Europe/Madrid	43.31269	-1.98567		Azkue,San Roke,San Roque Azcue		59	SS	20069	
6324563	Altzola	altzolarats	ES		0	Europe/Madrid	43.22534	-2.19302		Altzola,Altzolarats,Alzola		59	SS	20027	
6324564	Arroa Behea	arroa-behea	ES		0	Europe/Madrid	43.27882	-2.26948		Arroa Behekoa,Arroa Bekoa,Arroabea,Arrona de Abajo,Arrona-Estacion,Arrona-Estación		59	SS	20027	
6324565	Izaskun	izaskun	ES		0	Europe/Madrid	43.13847	-2.06429		Izaskunburu,Izazkungo Andra Mari		59	SS	20071	
6324566	Aiastia (San Migel)	aiastia-san-migel	ES		0	Europe/Madrid	43.23231	-2.43425		Aiastia,San Migel,San Miguel de Ayastia		59	SS	20032	
6324568	Santio Erreka	santiago-errioa	ES		0	Europe/Madrid	43.26702	-2.11899		Ria,Ría,Santiago Errioa,Santiago-erreka,Santiagoerreka,Santio-erreka		59	SS	20016	
6324667	el Pont de Montanyana / Puente de Montañana	el-pont-de-montanyana-puente-de-montanana	ES		0	Europe/Madrid	42.1513	0.69506		Puente de Montanana,Puente de Montañana,el Pont de Montanyana,el Pont de Montanyana / Puente de Montanana,el Pont de Montanyana / Puente de Montañana		52	HU	22188	
6324668	Areny de Noguera / Arén	areny-de-noguera-aren	ES		0	Europe/Madrid	42.25817	0.72141		Aren,Areny de Noguera,Areny de Noguera / Aren,Areny de Noguera / Arén,Arén	22035	52	HU	22035	25234
6324811	Alderdieder	alderdi-eder	ES		0	Europe/Madrid	43.32004	-1.98505		Alderdi Eder		59	SS	20069	
6324669	el Campament d'Areny	el-campament-d-areny	ES		0	Europe/Madrid	42.25331	0.73203				52	HU	22035	25234
6324671	Berganui	berganui	ES		0	Europe/Madrid	42.25635	0.68188		Berganui		52	HU	22035	
6324672	Ribera d'Avall	ribera-d-avall	ES		0	Europe/Madrid	42.29012	0.67405				52	HU	22035	
6324674	Suerri	suerri	ES		0	Europe/Madrid	42.26631	0.66409				52	HU	22155	
6324676	Soliva	soliva	ES		0	Europe/Madrid	42.22899	0.67896				52	HU	22035	
6324677	Colls	colls	ES		0	Europe/Madrid	42.20358	0.68916				52	HU	22188	
6324678	Puifel	puifel	ES		0	Europe/Madrid	42.21474	0.69847				52	HU	22035	25234
6324679	Sant Martí del Sas	sant-marti-del-sas	ES		0	Europe/Madrid	42.30418	0.67248				52	HU	22035	
6324680	Soperuny	soperuny	ES		0	Europe/Madrid	42.3286	0.63978				52	HU	22035	
6324681	Ovís	ovis	ES		0	Europe/Madrid	42.35528	0.66935				52	HU	22246	
6324683	Santa Olària	santa-olaria	ES		0	Europe/Madrid	42.35439	0.68334				52	HU	22035	
6324684	Els Molins	els-molins	ES		0	Europe/Madrid	42.34733	0.7057				52	HU	22035	
6324688	Aulet	aulet	ES		0	Europe/Madrid	42.3412	0.73823				52	HU	22223	
6324691	la Lleitera	la-lleitera	ES		0	Europe/Madrid	41.53634	0.41718				52	HU	22112	25120
6324694	Vensilló / Vencillón	vensillo-vencillon	ES		0	Europe/Madrid	41.70502	0.32427		Vencillon,Vencillón,Vensillo,Vensillo / Vencillon,Vensilló,Vensilló / Vencillón		52	HU	22052	
6324696	Torre de Santolària	torre-de-santolaria	ES		0	Europe/Madrid	41.75988	0.40285				52	HU	22025	25019
6324697	Molinot de Tamarit	molinot-de-tamarit	ES		0	Europe/Madrid	41.77424	0.38152				52	HU	22225	
6324699	el Torricó / Altorricon	el-torrico-altorricon	ES		1462	Europe/Madrid	41.8028	0.4139		Altorricon,Altorricón,el Torrico,el Torrico / Altorricon,el Torricó,el Torricó / Altorricon		52	HU	22225	
6324700	Miporquet	miporquet	ES		0	Europe/Madrid	41.82116	0.45507				52	HU	22009	
6324707	Ventafarines	ventafarines	ES		0	Europe/Madrid	41.74545	0.36766				52	HU	22225	
6324716	l'Estall	l-estall	ES		0	Europe/Madrid	42.07411	0.62663				52	HU	22247	
6324722	Escairón	escairon	ES		0	Europe/Madrid	42.58507	-7.63996				58	LU	27058	
6324724	SanXumil	sanxumil	ES		0	Europe/Madrid	42.67436	-7.66206				58	LU	27058	
6324727	O Regato	o-regato	ES		0	Europe/Madrid	42.68613	-7.70781				58	LU	27060	
6324735	Pelegrinyó	pelegrinyo	ES		0	Europe/Madrid	41.90485	0.37474				52	HU	22205	
6324736	Rocafort de Llitera	rocafort-de-llitera	ES		0	Europe/Madrid	41.90352	0.38624				52	HU	22205	
6324746	Seganta	seganta	ES		0	Europe/Madrid	41.97639	0.49488		Seganta		52	HU	22043	
6324748	Quatrecorts	quatrecorts	ES		0	Europe/Madrid	41.95698	0.40697				52	HU	22175	
6324749	Gavasa	gavasa	ES		0	Europe/Madrid	42.00664	0.41729				52	HU	22053	
6324754	Girbeta	girbeta	ES		0	Europe/Madrid	42.11548	0.69323		Girbeta		52	HU	22247	25196
6324783	Las Pueblas	las-pueblas	ES		0	Europe/Madrid	41.81305	0.2912				52	HU	22060	
6324786	Agaraitz	agaraitz	ES		0	Europe/Madrid	43.19491	-2.04996		Agaraitz		59	SS	20028	
6324787	Agirre	agirre	ES		0	Europe/Madrid	43.10964	-2.42661		Agirre		59	SS	20074	
6324788	Agirre	agirre	ES		0	Europe/Madrid	43.18035	-2.26367		Agirre		59	SS	20018	
6324789	Agustinak	agustinas	ES		0	Europe/Madrid	43.30844	-1.89466		Agustinas		59	SS	20069	
6324790	Aiestaranerreka	aiestaran-erreka	ES		0	Europe/Madrid	43.02384	-2.14883		Aiestaran Erreka		59	SS	20049	
6324791	Aiete	aiete	ES		0	Europe/Madrid	43.2986	-1.99015		Aiete,Ayete		59	SS	20069	
6324792	Aintzerga	aintzerga	ES		0	Europe/Madrid	43.10378	-1.96273		Aintzerga		59	SS	20022	
6324793	Aita Mari	aita-mari	ES		0	Europe/Madrid	43.29262	-2.25585		Aita Mari		59	SS	20081	
6324794	Ariola	aixola	ES		0	Europe/Madrid	43.15747	-2.50294		Aixola		59	SS	20074	
6324795	Aizkorriaundi	aizkorri-haundi	ES		0	Europe/Madrid	43.15134	-2.13487		Aizkorri Haundi		59	SS	20004	
6324796	Aizkorritxiki	aizkorri-txiki	ES		0	Europe/Madrid	43.13456	-2.14283		Aizkorri Txiki		59	SS	20024	
6324797	Aizpea	aizpea	ES		0	Europe/Madrid	43.01734	-2.30368		Aizpea		59	SS	20026	
6324798	Aizpea	aizpea	ES		0	Europe/Madrid	43.23583	-2.14835		Aizpea		59	SS	20016	
6324799	Ariztun	aiztunalde	ES		0	Europe/Madrid	43.13423	-1.99212		Aiztunalde		59	SS	20022	
6324800	Ajoain	ajoain	ES		0	Europe/Madrid	43.08503	-2.15474		Ajoain		59	SS	20052	
6324803	Akezkoa	akezkoa	ES		0	Europe/Madrid	43.18711	-2.07536		Akezkoa		59	SS	20014	
6324804	Akoa	akua	ES		0	Europe/Madrid	43.23241	-2.24449		Akua		59	SS	20027	
6324805	Alaberga	alaberga	ES		0	Europe/Madrid	43.31445	-1.90759		Alaberga		59	SS	20069	
6324806	Alai	alai	ES		0	Europe/Madrid	43.29288	-2.25414		Alai		59	SS	20081	
6324807	Aldababera	aldaba-erreka	ES		0	Europe/Madrid	43.09859	-2.13054		Aldaba Erreka		59	SS	20052	
6324808	Aldaiegia	aldaiegia	ES		0	Europe/Madrid	43.1112	-2.44348		Aldaiegia		59	SS	20074	
6324809	Aldapa	aldapa	ES		0	Europe/Madrid	43.1789	-2.11013		Aldapa		59	SS	20006	
6324810	Aldapeta	aldapeta	ES		0	Europe/Madrid	43.3129	-1.98841		Aldapeta		59	SS	20069	
6324812	Alkorta	alkorta	ES		0	Europe/Madrid	43.24066	-2.3559		Alkorta		59	SS	20901	
6324813	Alkorteaga	alkortiaga	ES		0	Europe/Madrid	43.27109	-2.20263		Alkortiaga		59	SS	20079	
6324814	Alkueneko harkaitzak	alkuene	ES		0	Europe/Madrid	43.30067	-1.96344		Alkuene		59	SS	20069	
6324818	Altunegia	altunegi	ES		0	Europe/Madrid	43.04683	-2.0738		Altunegi		59	SS	20071	
6324819	Altzai	altzai	ES		0	Europe/Madrid	43.04987	-2.0653		Altzai		59	SS	20071	
6324820	Altzin	altzin-etxadia	ES		0	Europe/Madrid	43.18885	-2.05203		Altzin Etxadia		59	SS	20028	
6324821	Amaña	amana	ES		0	Europe/Madrid	43.18428	-2.48184		Amana,Amaña		59	SS	20030	
6324822	Amarabekoa	amara-behekoa	ES		0	Europe/Madrid	43.29041	-1.96213		Amara Behekoa		59	SS	20069	
6324823	Amaraberri	amara-berria	ES		0	Europe/Madrid	43.30651	-1.9763		Amara Berria,Amara Nuevo		59	SS	20069	
6324824	Amaragoikoa	amara-goikoa	ES		0	Europe/Madrid	43.29739	-1.98133		Amara Goikoa		59	SS	20069	
6324825	Amarazar	amara-zaharra	ES		0	Europe/Madrid	43.31225	-1.98235		Amara Zaharra		59	SS	20069	
6324826	Amarotz	amaroz	ES		0	Europe/Madrid	43.12586	-2.07697		Amaroz		59	SS	20071	
6324827	Amategi	amategi-aldea	ES		0	Europe/Madrid	43.10947	-2.06844		Amategi Aldea		59	SS	20071	
6324828	Amenabar	amenabar	ES		0	Europe/Madrid	43.12774	-2.20711		Amenabar		59	SS	20018	
6324829	Amerialde	amerialde	ES		0	Europe/Madrid	43.12384	-1.99455		Amerialde		59	SS	20022	
6324830	Amillaga	amillaga	ES		0	Europe/Madrid	43.12601	-2.42393		Amillaga		59	SS	20074	
6324831	Amiñoaldea	aminaldea	ES		0	Europe/Madrid	42.94971	-2.29893		Aminaldea,Amiñaldea		59	SS	20025	
6324832	Amute	amute	ES		0	Europe/Madrid	43.35205	-1.80008		Amute		59	SS	20036	
6324833	Anakar	anakar	ES		0	Europe/Madrid	43.10247	-2.00741		Anakar		59	SS	20022	
6324834	Andra Maria	andra	ES		0	Europe/Madrid	43.03391	-2.50455		Andra		59	SS	20034	
6324835	Arridokietako Andre Maria / Nuestra Señora de Arridokieta	andra-mari-ermita	ES		0	Europe/Madrid	43.29622	-2.26083		Andra Mari Ermita,Arridokietako Andre Maria,Nuestra Senora de Arridokieta,Nuestra Señora de Arridokieta		59	SS	20081	
6324836	Añi	ani	ES		0	Europe/Madrid	43.07339	-2.02262		Ani		59	SS	20071	
6324838	Añorgatxiki	anorga-txiki	ES		0	Europe/Madrid	43.29122	-1.99597		Anorga Txiki,Añorga Txiki		59	SS	20069	
6324839	Antigua	antigua	ES		0	Europe/Madrid	43.09567	-2.37723		Antigua		59	SS	20074	
6324840	Antzaran	antzaran	ES		0	Europe/Madrid	43.3437	-1.79769		Antzaran		59	SS	20036	
6324841	Antziola	antziola	ES		0	Europe/Madrid	43.27246	-1.97709		Antziola		59	SS	20069	
6324843	Antsoategi	anzuategi	ES		0	Europe/Madrid	43.13354	-2.49578		Anzuategi		59	SS	20074	
6324845	Aranagoikoa	arana-goikoa	ES		0	Europe/Madrid	43.18197	-2.26982		Arana Goikoa		59	SS	20018	
6324847	Aranerreka	aranerreka	ES		0	Europe/Madrid	43.23186	-2.36026		Aranerreka		59	SS	20032	
6324848	Aranerreka	aranerreka	ES		0	Europe/Madrid	43.11925	-2.40802		Aranerreka		59	SS	20074	
6324852	Aranibar	aranibar	ES		0	Europe/Madrid	43.2821	-1.94597		Aranibar		59	SS	20069	
6324853	Aranibar	aranibar	ES		0	Europe/Madrid	43.32915	-1.82108		Aranibar		59	SS	20045	
6324854	Arbes	arbes	ES		0	Europe/Madrid	43.33674	-1.78114		Arbes		59	SS	20036	
6324855	Arbestain	arbestain	ES		0	Europe/Madrid	43.27395	-2.19733		Arbestain		59	SS	20079	
6324856	Arbiozkoa	arbiskoa	ES		0	Europe/Madrid	43.22666	-2.31269		Arbiskoa		59	SS	20017	
6324857	Ardantza	ardantza	ES		0	Europe/Madrid	43.18605	-2.47081		Ardantza		59	SS	20030	
6324858	Ardantzabidea	ardantzabidea	ES		0	Europe/Madrid	43.29843	-2.26226		Ardantzabidea		59	SS	20081	
6324859	Argindegi	argindegi	ES		0	Europe/Madrid	43.13309	-2.06542		Argindegi		59	SS	20071	
6324860	Argixao	argixao	ES		0	Europe/Madrid	43.0843	-2.314		Argixao		59	SS	20051	
6324861	Argoain	argoin	ES		0	Europe/Madrid	43.26908	-2.17645		Argoin		59	SS	20079	
6324862	Arin	arin	ES		0	Europe/Madrid	42.98913	-2.18284		Arin,Arinberriaga		59	SS	20015	
6324863	Aritz	aritz	ES		0	Europe/Madrid	43.08777	-2.3175		Aritz		59	SS	20051	
6324864	Aritzeta	aritzeta	ES		0	Europe/Madrid	43.09965	-2.41537		Aritzeta		59	SS	20074	
6324865	Arriaga	arria	ES		0	Europe/Madrid	43.17697	-2.26656		Arria		59	SS	20018	
6324867	Arriola	arriola	ES		0	Europe/Madrid	43.31134	-2.01446		Arriola		59	SS	20069	
6324868	Arroa	arroa	ES		0	Europe/Madrid	43.18251	-2.05424		Arroa		59	SS	20028	
6324869	Arroka	arroka	ES		0	Europe/Madrid	43.37607	-1.79848		Arroka		59	SS	20036	
6324870	Arroeta	arrota	ES		0	Europe/Madrid	43.12646	-2.49243		Arrota		59	SS	20074	
6324871	Arruegi	arruegi	ES		0	Europe/Madrid	43.03748	-2.13627		Arruegi		59	SS	20071	
6324873	Artaleku	artaleku	ES		0	Europe/Madrid	43.33846	-1.79346		Artaleku		59	SS	20036	
6324874	Artzainerreka	artzain-erreka	ES		0	Europe/Madrid	43.2956	-2.4217		Artzain Erreka,Artzainerreka		59	SS	20056	
6324876	Artzabal	arzabal	ES		0	Europe/Madrid	43.28914	-2.36213		Arzabal		59	SS	20029	
6324877	Asentzio	asentzio	ES		0	Europe/Madrid	43.12406	-2.47856		Asentzio		59	SS	20074	
6324878	Astarbea	astarbe	ES		0	Europe/Madrid	43.15726	-2.30345		Astarbe		59	SS	20018	
6324879	Asti	asti	ES		0	Europe/Madrid	43.27842	-2.15		Asti		59	SS	20079	
6324881	Astizaldea	astizaldea	ES		0	Europe/Madrid	43.0855	-2.10423		Astizaldea		59	SS	20071	
6324882	Asuraldea	asuraldea	ES		0	Europe/Madrid	43.09734	-2.03987		Asuraldea		59	SS	20071	
6324883	Ategorrieta	ategorrieta	ES		0	Europe/Madrid	43.32283	-1.96306		Ategorrieta		59	SS	20069	
6324884	Atotxa	atotxa	ES		0	Europe/Madrid	43.31775	-1.97564		Atocha,Atotxa		59	SS	20069	
6324886	Atxegalde	atxegalde	ES		0	Europe/Madrid	43.27321	-2.05232		Atxegalde		59	SS	20073	
6324887	Atxuripea	atxuripea	ES		0	Europe/Madrid	43.00027	-2.13327		Atxuripea		59	SS	20015	
6324888	Auzotxikia	auzo	ES		0	Europe/Madrid	43.13008	-2.10359		Auzo		59	SS	20071	
6324889	Auzokalte	auzokalte	ES		0	Europe/Madrid	43.33993	-1.80444		Auzokalte		59	SS	20036	
6324890	Azaldegi-Estanga	azaldegi	ES		0	Europe/Madrid	43.05875	-2.11447		Azaldegi		59	SS	20071	
6324891	Azaldegi	azaldegi	ES		0	Europe/Madrid	43.17918	-2.0938		Azaldegi		59	SS	20048	
6324892	Azitain	azitain	ES		0	Europe/Madrid	43.1901	-2.45106		Acitain,Acitáin,Azitain		59	SS	20030	
6324893	Askarruntz	azkarruntz	ES		0	Europe/Madrid	43.10268	-2.4318		Azkarruntz		59	SS	20074	
6324894	Azkenportu	azken	ES		0	Europe/Madrid	43.33962	-1.77469		Azken		59	SS	20045	
6324895	Azkenportu	azken-portu	ES		0	Europe/Madrid	43.28277	-2.17139		Azken Portu		59	SS	20079	
6324896	Azkoneta	azkoneta-errekalde	ES		0	Europe/Madrid	43.11192	-2.46429		Azkoneta Errekalde		59	SS	20074	
6324897	Baldanaldea	baldanaldea	ES		0	Europe/Madrid	43.07427	-2.09792		Baldanaldea		59	SS	20071	
6324899	Barrenetxe	barrenetxe	ES		0	Europe/Madrid	43.17725	-2.26896		Barrenetxe		59	SS	20018	
6324900	Basadi	basadi	ES		0	Europe/Madrid	43.29299	-2.25711		Basadi		59	SS	20081	
6324901	Basaitzaldea	basaitzaldea	ES		0	Europe/Madrid	43.10219	-2.04302		Basaitzaldea		59	SS	20071	
6324902	Basalde	basalde	ES		0	Europe/Madrid	43.08549	-2.36205		Basalde		59	SS	20074	
6324903	Basaundi	basaundi	ES		0	Europe/Madrid	43.25655	-2.01732		Basaundi		59	SS	20069	
6324904	Bazterola	basterola	ES		0	Europe/Madrid	43.01754	-2.16019		Basterola		59	SS	20015	
6324905	Bazkardo	bazkardo	ES		0	Europe/Madrid	43.22388	-2.02531		Bazkardo		59	SS	20069	
6324906	Bazterkalealdea	baztarkalealdea	ES		0	Europe/Madrid	43.14014	-2.21696		Baztarkalealdea		59	SS	20018	
6324908	Begiristain	beistin-auzoa	ES		0	Europe/Madrid	43.09878	-2.09075		Beistin Auzoa		59	SS	20071	
6324909	Belabieta	belabieta	ES		0	Europe/Madrid	43.16062	-2.01747		Belabieta		59	SS	20022	
6324910	Belaskoenea	belaskoenea	ES		0	Europe/Madrid	43.33572	-1.8041		Belaskoenea		59	SS	20036	
6324911	Belorrieta	belorrieta	ES		0	Europe/Madrid	43.03259	-2.50537		Belorrieta		59	SS	20034	
6324912	Bentaberri	bentaberri	ES		0	Europe/Madrid	43.31022	-2.00755		Bentaberri		59	SS	20069	
6324913	Berabera	berabera	ES		0	Europe/Madrid	43.30271	-1.99485		Berabera		59	SS	20069	
6324914	Beraun	beraun	ES		0	Europe/Madrid	43.34086	-1.78879		Beraun		59	SS	20036	
6324915	Beraun	beraun	ES		0	Europe/Madrid	43.31117	-1.91274		Beraun		59	SS	20069	
6324916	Berazubi	berazubi	ES		0	Europe/Madrid	43.13189	-2.07824		Berazubi		59	SS	20071	
6324918	Berio	berio	ES		0	Europe/Madrid	43.30453	-2.01538		Berio		59	SS	20069	
6324919	Berostegi	berostegi	ES		0	Europe/Madrid	43.09183	-2.16704		Berostegi		59	SS	20052	
6324920	Bidarte	bidarte	ES		0	Europe/Madrid	43.08427	-2.14525		Bidarte		59	SS	20052	
6324922	Bidebieta	bidebieta	ES		0	Europe/Madrid	43.13303	-2.07312		Bidebieta		59	SS	20071	
6324923	Bidebieta	bidebieta	ES		0	Europe/Madrid	43.32108	-1.94167		Bidebieta		59	SS	20069	
6324924	Bikamiota	bikamiota	ES		0	Europe/Madrid	43.28082	-2.12598		Bikamiota		59	SS	20061	
6324925	Bordalaborda	bordalaborda	ES		0	Europe/Madrid	43.32237	-1.91198		Bordalaborda		59	SS	20069	
6324926	Bordaundi	bordaundi	ES		0	Europe/Madrid	43.32397	-1.91318		Bordaundi		59	SS	20069	
6324927	Buenavista	buena-vista	ES		0	Europe/Madrid	43.31947	-1.92273		Buena Vista		59	SS	20069	
6324928	Burumendi	burumendi	ES		0	Europe/Madrid	43.311	-2.38195		Burumendi		59	SS	20056	
6324930	Dike	dike	ES		0	Europe/Madrid	43.27634	-2.12348		Dike		59	SS	20016	
6324931	Don Bosco	don-bosco	ES		0	Europe/Madrid	43.31574	-1.91288		Don Bosco		59	SS	20069	
6324932	Donibanealdea	donibanealde-bailara	ES		0	Europe/Madrid	43.32836	-1.8958		Donibanealde Bailara		59	SS	20069	
6324933	Dorleta	dorleta	ES		0	Europe/Madrid	43.01537	-2.52762		Dorleta		59	SS	20034	
6324934	Dunboa	dunboa	ES		0	Europe/Madrid	43.34099	-1.78316		Dunboa		59	SS	20036	
6324935	Egialde	egialde	ES		0	Europe/Madrid	43.12837	-2.05961		Egialde		59	SS	20071	
6324939	Egotxeaga	egotxeaga	ES		0	Europe/Madrid	43.15786	-2.48748		Egotxeaga		59	SS	20074	
6324940	Eguzki	eguzki	ES		0	Europe/Madrid	43.09996	-2.3835		Eguzki		59	SS	20074	
6324941	Eguzkialde	eguzkialde	ES		0	Europe/Madrid	43.12853	-1.97011		Eguzkialde		59	SS	20022	
6324942	Eguzkibar	eguzkibar	ES		0	Europe/Madrid	43.11092	-2.04806		Eguzkibar		59	SS	20071	
6324944	Eizagirre	eizagirre	ES		0	Europe/Madrid	43.13109	-2.24515		Eizagirre		59	SS	20018	
6324945	Elbarren	elbarren	ES		0	Europe/Madrid	43.12864	-2.16101		Elbarren		59	SS	20066	
6324950	Elduainalde	elduainalde	ES		0	Europe/Madrid	43.13589	-1.981		Elduainalde		59	SS	20022	
6324951	Elizballara	eliz-bailara	ES		0	Europe/Madrid	43.14121	-2.14928		Eliz Bailara		59	SS	20066	
6324954	Elizatxo	elizatxo	ES		0	Europe/Madrid	43.26197	-1.97715		Elizatxo		59	SS	20069	
6324956	Elola	elola	ES		0	Europe/Madrid	43.12912	-2.17272		Elola		59	SS	20066	
6324958	Elosiaga	elosiaga	ES		0	Europe/Madrid	43.15872	-2.22834		Elosiaga		59	SS	20018	
6324960	Enparantza	enparantza	ES		0	Europe/Madrid	43.15401	-2.08516		Enparantza		59	SS	20071	
6324961	Ergoena	ergoena	ES		0	Europe/Madrid	43.02893	-2.29569		Ergoena		59	SS	20057	
6324962	Ergoena	ergoena	ES		0	Europe/Madrid	43.12051	-2.14093		Ergoena		59	SS	20024	
6324964	Ergoien	ergoien-bailara	ES		0	Europe/Madrid	43.15749	-2.0741		Ergoien Bailara		59	SS	20071	
6324965	Ermitalde	ermitalde	ES		0	Europe/Madrid	43.09855	-2.0365		Ermitalde		59	SS	20071	
6324966	Hernio	ernio	ES		0	Europe/Madrid	43.16898	-2.12857		Ernio		59	SS	20004	
6324967	Erregenea	erregenea	ES		0	Europe/Madrid	43.3162	-2.00788		Erregenea		59	SS	20069	
6324969	Errekalde	errekalde	ES		0	Europe/Madrid	43.10873	-2.04273		Errekalde		59	SS	20071	
6324970	Errekalde	errekalde	ES		0	Europe/Madrid	43.02361	-2.19912		Errekalde		59	SS	20058	
6324971	Errekalde	errekalde	ES		0	Europe/Madrid	43.03483	-2.41044		Errekalde		59	SS	20059	
6324972	Errekalde	errekalde	ES		0	Europe/Madrid	43.28415	-1.93814		Errekalde		59	SS	20069	
6324973	Errekaldea	errekalde	ES		0	Europe/Madrid	43.09475	-2.37566		Errekalde		59	SS	20074	
6324974	Errekalde	errekalde	ES		0	Europe/Madrid	43.0444	-2.08449		Errekalde		59	SS	20071	
6324975	Errekalde bailara	errekalde-bailara	ES		0	Europe/Madrid	43.32659	-1.86006		Errekalde Bailara		59	SS	20064	
6324976	Errekaldea	errekaldea	ES		0	Europe/Madrid	43.01579	-2.2814		Errekaldea		59	SS	20026	
6324977	Errota	errota-etxadia	ES		0	Europe/Madrid	43.18429	-2.05391		Errota Etxadia		59	SS	20028	
6324978	Errotaburu	errotaburu	ES		0	Europe/Madrid	43.30092	-2.0045		Errotaburu		59	SS	20069	
6324980	Eskalantegi	eskalantegi	ES		0	Europe/Madrid	43.31798	-1.91924		Eskalantegi		59	SS	20069	
6324981	Eskortza	eskortza	ES		0	Europe/Madrid	43.33269	-1.81801		Eskortza		59	SS	20036	
6324982	Esnaola	esnaola	ES		0	Europe/Madrid	43.08293	-2.13418		Esnaola		59	SS	20052	
6324983	Estarta etxadia	estarta-etxadia	ES		0	Europe/Madrid	43.20813	-2.42322		Estarta Etxadia,Grupo Estarta		59	SS	20032	
6324985	Etorra	etorra	ES		0	Europe/Madrid	43.22694	-2.27165		Etorra		59	SS	20027	
6324987	Etxabemendi	etxabemendi	ES		0	Europe/Madrid	43.25948	-2.37223		Etxabemendi		59	SS	20901	
6324988	Etxadi	etxadi	ES		0	Europe/Madrid	43.30244	-1.98935		Etxadi		59	SS	20069	
6324989	Etxealai	etxe	ES		0	Europe/Madrid	43.18337	-2.26899		Etxe		59	SS	20018	
6324992	Etxeberrieta	etxeberrieta	ES		0	Europe/Madrid	43.21049	-2.029		Etxeberrieta		59	SS	20009	
6324993	Etxeondo	etxeondo	ES		0	Europe/Madrid	43.18022	-2.0539		Etxeondo		59	SS	20075	
6324994	Etxetaballa	etxeta-bailara	ES		0	Europe/Madrid	43.20997	-2.16486		Etxeta Bailara,Etxetaballa		59	SS	20016	
6324995	Etxetamendi	etxetamendi	ES		0	Europe/Madrid	43.24081	-2.11414		Etxetamendi		59	SS	20016	
6324998	Euskalerria	euskalerria	ES		0	Europe/Madrid	43.17845	-2.26723		Euskalerria		59	SS	20018	
6324999	Egutera	eutera	ES		0	Europe/Madrid	43.15008	-2.02478		Eutera		59	SS	20071	
6325000	Fanderia	fanderia	ES		0	Europe/Madrid	43.30871	-1.88892		Fanderia		59	SS	20069	
6325001	Gabierrota	gabierrota	ES		0	Europe/Madrid	43.31044	-1.89045		Gabierrota		59	SS	20069	
6325002	Gañera	gainera	ES		0	Europe/Madrid	43.03339	-2.20763		Gainera		59	SS	20043	
6325003	Gaiztarro	gaiztarro	ES		0	Europe/Madrid	43.32108	-1.94167		Gaiztarro		59	SS	20069	
6325005	Galtzaraborda	galtzaraborda	ES		0	Europe/Madrid	43.31116	-1.90783		Galtzaraborda		59	SS	20069	
6325007	Garmendi	garmendi	ES		0	Europe/Madrid	43.17968	-2.26457		Garmendi		59	SS	20018	
6325008	Gaztaño	gaztano	ES		0	Europe/Madrid	43.30994	-1.89901		Gaztano,Gaztaño		59	SS	20069	
6325009	Gibeleta	gibeleta	ES		0	Europe/Madrid	43.34422	-1.80585		Gibeleta		59	SS	20036	
6325010	Goenbolu	goenbolu	ES		0	Europe/Madrid	43.10824	-2.40586		Goenbolu		59	SS	20074	
6325011	Goiballara	goi-bailara	ES		0	Europe/Madrid	43.17436	-2.0772		Goi Bailara		59	SS	20010	
6325013	Goierri	goierri	ES		0	Europe/Madrid	43.06847	-2.17625		Goierri		59	SS	20047	
6325014	Goierri	goiherri	ES		0	Europe/Madrid	42.97219	-2.57167		Goiherri		59	SS	20068	
6325015	Goiauzoa	goiko-auzoa	ES		0	Europe/Madrid	43.11893	-2.43172		Goiko Auzoa		59	SS	20074	
6325016	Goikoa bailara	goikoa-bailara	ES		0	Europe/Madrid	43.33581	-1.8598		Goikoa Bailara		59	SS	20064	
6325017	Goimendi	goimendi	ES		0	Europe/Madrid	43.16062	-2.47046		Goimendi		59	SS	20074	
6325018	Gomiztegi	gomistegi	ES		0	Europe/Madrid	43.3241	-1.9382		Gomistegi		59	SS	20069	
6325020	Gorostizumendi	gorosmendi	ES		0	Europe/Madrid	43.01467	-2.26418		Gorosmendi		59	SS	20070	
6325021	Gorospealdea	gorospealdea	ES		0	Europe/Madrid	42.97254	-2.32203		Gorospealdea		59	SS	20025	
6325022	Gorosta	gorosta	ES		0	Europe/Madrid	43.20592	-2.45707		Gorosta		59	SS	20030	
6325023	Gros	gros	ES		0	Europe/Madrid	43.32485	-1.9726		Gros		59	SS	20069	
6325027	Herriondo	herriondo	ES		0	Europe/Madrid	43.31676	-1.88839		Herriondo		59	SS	20069	
6325028	Ibaeta	ibaeta	ES		0	Europe/Madrid	43.30638	-2.01411		Ibaeta		59	SS	20069	
6325029	Ibaiondo	ibaiondo	ES		0	Europe/Madrid	43.17566	-2.05774		Ibaiondo		59	SS	20010	
6325030	Ibarra	ibarre	ES		0	Europe/Madrid	43.09647	-2.37728		Ibarre		59	SS	20074	
6325031	Ibarrondo	ibarrondo	ES		0	Europe/Madrid	43.09707	-2.37893		Ibarrondo		59	SS	20074	
6325032	Ibiri	ibiri	ES		0	Europe/Madrid	43.29639	-2.39349		Ibiri		59	SS	20056	
6325033	Igara	igara	ES		0	Europe/Madrid	43.30155	-2.0126		Igara		59	SS	20069	
6325034	Igartza	igartza	ES		0	Europe/Madrid	43.19455	-2.05913		Igartza		59	SS	20028	
6325035	Igartza	igartza	ES		0	Europe/Madrid	43.04662	-2.21034		Igartza		59	SS	20019	
6325036	Igerain	igerain	ES		0	Europe/Madrid	43.28114	-1.94706		Igerain		59	SS	20069	
6325038	Ikaitzaldea	ikaitzaldea	ES		0	Europe/Madrid	42.96329	-2.29578		Ikaitzaldea		59	SS	20025	
6325039	Illarraldea	ilarraldea	ES		0	Europe/Madrid	43.13092	-2.2162		Ilarraldea		59	SS	20018	
6325040	Intxaurpe	intxaurpe	ES		0	Europe/Madrid	43.09856	-2.01195		Intxaurpe		59	SS	20022	
6325041	Intxaurrondo	intxaurrondo	ES		0	Europe/Madrid	43.31614	-1.954		Inchaurrondo,Intxaurrondo		59	SS	20069	
6325042	Intxausti	intxausti	ES		0	Europe/Madrid	43.1026	-2.06599		Intxausti		59	SS	20071	
6325043	Intsausti	intxusti	ES		0	Europe/Madrid	43.0002	-2.13535		Intxusti		59	SS	20015	
6325044	Iñurritza	inurritza	ES		0	Europe/Madrid	43.28512	-2.16032		Inurritza,Iñurritza		59	SS	20079	
6325045	Iparragirre	iparragirre	ES		0	Europe/Madrid	43.13048	-2.07655		Iparragirre		59	SS	20071	
6325046	Ipentza-Garmendia	ipintza	ES		0	Europe/Madrid	43.04922	-2.09862		Ipintza		59	SS	20071	
6325047	Ipentza-Garmendia	ipintza	ES		0	Europe/Madrid	43.10621	-2.04738		Ipintza		59	SS	20071	
6325048	Ipuliño	ipulino	ES		0	Europe/Madrid	43.1183	-1.9558		Ipulino,Ipuliño		59	SS	20022	
6325049	Ipuruaga	ipurua	ES		0	Europe/Madrid	43.18214	-2.47634		Ipurua		59	SS	20030	
6325050	Irimoegibarrena	irimo-barrena	ES		0	Europe/Madrid	43.08322	-2.38921		Irimo Barrena		59	SS	20011	
6325051	Irimoegigoena	irimo-goena	ES		0	Europe/Madrid	43.111	-2.35866		Irimo Goena		59	SS	20074	
6325052	Iturgoien-Lizardi	iriondo	ES		0	Europe/Madrid	43.04357	-2.1152		Iriondo		59	SS	20071	
6325053	Irubideballara	iru	ES		0	Europe/Madrid	43.27438	-2.01396		Iru		59	SS	20069	
6325054	Irugarate	irukarate	ES		0	Europe/Madrid	43.01626	-2.27034		Irukarate		59	SS	20070	
6325055	Iruntzietxeberri	iruntxi-etxeberri	ES		0	Europe/Madrid	43.11525	-2.05591		Iruntxi Etxeberri		59	SS	20071	
6325056	Iruntzubi	irunzubi	ES		0	Europe/Madrid	43.11171	-2.05548		Irunzubi		59	SS	20071	
6325059	Santiago	istillago	ES		0	Europe/Madrid	43.34226	-1.78705		Istillago		59	SS	20036	
6325060	Isusigarra	isusigarra	ES		0	Europe/Madrid	43.13007	-2.4767		Isusigarra		59	SS	20074	
6325061	Itabarrara	itabarrara	ES		0	Europe/Madrid	43.09467	-2.3173		Itabarrara		59	SS	20080	
6325062	Iturgoien-Lizardi	itrun	ES		0	Europe/Madrid	43.04238	-2.11056		Itrun		59	SS	20071	
6325063	Itsasmendi	itsasmendi	ES		0	Europe/Madrid	43.28129	-2.1617		Itsasmendi		59	SS	20079	
6325064	Iturralde	iturralde	ES		0	Europe/Madrid	43.1013	-2.03658		Iturralde		59	SS	20071	
6325065	Iturrin	iturrin	ES		0	Europe/Madrid	43.3236	-1.87201		Iturrin		59	SS	20064	
6325066	Itsaspe	itxaspe	ES		0	Europe/Madrid	43.28799	-2.32077		Itxaspe		59	SS	20029	
6325069	Iza	iza	ES		0	Europe/Madrid	43.30198	-2.0011		Iza		59	SS	20069	
6325070	Izaro	izaro	ES		0	Europe/Madrid	43.30093	-2.25206		Izaro		59	SS	20081	
6325072	Izagirre	izarre	ES		0	Europe/Madrid	43.15394	-2.10325		Izarre		59	SS	20071	
6325073	Izotzalde	izotzalde	ES		0	Europe/Madrid	43.10768	-1.98753		Izotzalde		59	SS	20022	
6325074	Iztieta	iztieta	ES		0	Europe/Madrid	43.31568	-1.90258		Iztieta		59	SS	20069	
6325075	Jadarre	jadarre	ES		0	Europe/Madrid	43.28928	-2.2596		Jadarre		59	SS	20081	
6325076	Jaialai	jai	ES		0	Europe/Madrid	43.322	-1.9673		Jai		59	SS	20069	
6325077	Jaitzubia	jaizubia	ES		0	Europe/Madrid	43.34645	-1.82993		Jaitzubia,Jaizubia		59	SS	20036	
6325079	Jausoro	jausoro	ES		0	Europe/Madrid	43.17554	-2.3157		Jausoro		59	SS	20017	
6325080	Juin	juin	ES		0	Europe/Madrid	43.17458	-2.30564		Juin		59	SS	20017	
6325082	Kaletxiki	kaletxiki	ES		0	Europe/Madrid	43.21375	-2.02312		Kaletxiki		59	SS	20009	
6325083	Kareaga	kareaga	ES		0	Europe/Madrid	43.04251	-2.09932		Kareaga		59	SS	20071	
6325084	Katategi	katategi	ES		0	Europe/Madrid	43.16794	-2.06448		Katategi		59	SS	20010	
6325085	Koroate	koate	ES		0	Europe/Madrid	43.09006	-2.13994		Koate		59	SS	20052	
6325086	Konporta	konporta	ES		0	Europe/Madrid	43.30985	-2.00961		Konporta		59	SS	20069	
6325087	Kosta	kosta	ES		0	Europe/Madrid	43.35663	-1.79128		Kosta,La Costa		59	SS	20036	
6325088	Kostorbe	kostorbe	ES		0	Europe/Madrid	43.34609	-1.78974		Kostorbe		59	SS	20036	
6325089	Kotxeta	kotxeta	ES		0	Europe/Madrid	43.04565	-2.08579		Kotxeta		59	SS	20071	
6325090	Kukuerri	kukuerri	ES		0	Europe/Madrid	43.15504	-2.29938		Kukuerri		59	SS	20018	
6325092	Floreaga	floreaga	ES		0	Europe/Madrid	43.17993	-2.31367		Floreaga		59	SS	20017	
6325093	Laiotz	laiotz	ES		0	Europe/Madrid	43.00947	-2.27806		Laiotz		59	SS	20070	
6325094	Lanberri	lanberri	ES		0	Europe/Madrid	43.29972	-1.98498		Lanberri		59	SS	20069	
6325095	Landeta	landeta	ES		0	Europe/Madrid	43.1744	-2.2539		Landeta		59	SS	20018	
6325098	Larragibel	larragibel	ES		0	Europe/Madrid	43.14293	-2.49306		Larragibel		59	SS	20074	
6325100	Larreaundi	larreaundi	ES		0	Europe/Madrid	43.33401	-1.79065		Larreaundi		59	SS	20036	
6325102	Larretxo	larretxo	ES		0	Europe/Madrid	43.29914	-2.25893		Larretxo		59	SS	20081	
6325103	Lartzalde	lartzalde	ES		0	Europe/Madrid	43.10927	-2.03426		Lartzalde		59	SS	20071	
6325104	Lasartealdea	lasartealdea	ES		0	Europe/Madrid	43.09064	-2.18632		Lasartealdea		59	SS	20019	
6325105	Laskibar	laskibar	ES		0	Europe/Madrid	43.1725	-2.05995		Laskibar		59	SS	20010	
6325106	Lasturgoia	lastur-goia	ES		0	Europe/Madrid	43.24703	-2.31616		Lastur Goia		59	SS	20029	
6325107	Lategi	lategi	ES		0	Europe/Madrid	43.24868	-1.98217		Lategi		59	SS	20069	
6325108	Latsunbe	latxunbe	ES		0	Europe/Madrid	43.26955	-1.97764		Latxunbe		59	SS	20069	
6325109	Lauztierreka	lauztierreka	ES		0	Europe/Madrid	42.96501	-2.20175		Lauztierreka		59	SS	20043	
6325110	Lazkaibar	lazkaibar	ES		0	Europe/Madrid	43.05099	-2.18751		Lazkaibar		59	SS	20019	
6325111	Legarreta	legarreta	ES		0	Europe/Madrid	43.1822	-2.0641		Legarreta		59	SS	20028	
6325112	barrio Legasa auzoa	barrio-legasa-auzoa	ES		0	Europe/Madrid	43.08906	-2.0064				59	SS	20054	
6325113	Legorretazar	legorretazahar	ES		0	Europe/Madrid	43.08675	-2.15883		Legorretazahar		59	SS	20052	
6325114	Leitzalde	leitzalde	ES		0	Europe/Madrid	43.12114	-1.96639		Leitzalde		59	SS	20022	
6325115	Leitzaran	leitzaran	ES		0	Europe/Madrid	43.13453	-1.94199		Leitzaran		59	SS	20022	
6325117	Lete	lete-auzoa	ES		0	Europe/Madrid	43.01956	-2.51716		Lete Auzoa		59	SS	20034	
6325119	Lili	lili	ES		0	Europe/Madrid	43.23794	-2.26617		Lili		59	SS	20027	
6325120	Lizarraga	lizarraga	ES		0	Europe/Madrid	43.10941	-2.37272		Lizarraga		59	SS	20074	
6325122	Lorea	lorea	ES		0	Europe/Madrid	43.30624	-2.00668		Lorea		59	SS	20069	
6325123	Lugaritz	lugaritz	ES		0	Europe/Madrid	43.29658	-2.00561		Lugaritz		59	SS	20069	
6325124	Magdalena	magdalena	ES		0	Europe/Madrid	43.30645	-2.39		Magdalena		59	SS	20056	
6325125	Maintzia	maintzia	ES		0	Europe/Madrid	43.33783	-1.79772		Maintzia		59	SS	20036	
6325126	Mandiola	mandiola	ES		0	Europe/Madrid	43.19625	-2.47724		Mandiola		59	SS	20030	
6325128	Mantxola	mantxola	ES		0	Europe/Madrid	43.04893	-2.32779		Mantxola		59	SS	20051	
6325129	Mardari	mardari	ES		0	Europe/Madrid	43.26869	-2.30128		Mardari		59	SS	20029	
6325130	Marieluts	marieluts	ES		0	Europe/Madrid	43.26963	-1.98198		Marieluts		59	SS	20069	
6325132	Marindano	marindano	ES		0	Europe/Madrid	43.1163	-2.47375		Marindano		59	SS	20074	
6325133	Markola	markole	ES		0	Europe/Madrid	43.02861	-2.50879		Markole		59	SS	20034	
6325135	Martindozenea	martindozenea	ES		0	Europe/Madrid	43.33478	-1.80106		Martindozenea		59	SS	20036	
6325136	Martutene	martutene	ES		0	Europe/Madrid	43.29986	-1.95227		Martutene		59	SS	20069	
6325137	Martzaneta	martxaneta	ES		0	Europe/Madrid	43.00041	-2.12801		Martxaneta		59	SS	20015	
6325138	Matxaria	matsaria	ES		0	Europe/Madrid	43.18977	-2.46658		Macharia,Matsaria		59	SS	20030	
6325142	Mugitzagaina	mendi-txiki	ES		0	Europe/Madrid	43.26419	-2.24419		Mendi Txiki,Mugitzagaina		59	SS	20003	
6325144	Mendilaueta	mendilauta	ES		0	Europe/Madrid	43.28743	-2.16519		Mendilauta		59	SS	20016	
6325146	Mikelar	mikelar	ES		0	Europe/Madrid	43.03239	-2.18738		Mikelar		59	SS	20049	
6325147	Miraflores	milaflores	ES		0	Europe/Madrid	43.18847	-2.47239		Milaflores		59	SS	20030	
6325149	Miramon	miramon	ES		0	Europe/Madrid	43.29237	-1.98271		Miramon		59	SS	20069	
6325151	Molinao	molinao	ES		0	Europe/Madrid	43.31416	-1.9187		Molinao		59	SS	20069	
6325152	Gornutz (Montaña)	mendi-auzoa	ES		0	Europe/Madrid	43.36954	-1.83007		Gornutz,Mendi Auzoa,Montana,Montaña		59	SS	20036	
6325153	Morlans	morlans	ES		0	Europe/Madrid	43.30613	-1.98712		Morlans		59	SS	20069	
6325154	Motrollumendi	motrollamendi	ES		0	Europe/Madrid	43.2471	-2.22448		Motrollamendi		59	SS	20027	
6325156	Murgiondoaldea	murgiondo-aldea	ES		0	Europe/Madrid	43.02047	-2.27845		Murgiondo Aldea		59	SS	20070	
6325157	Buruñao	murinondo	ES		0	Europe/Madrid	43.13767	-2.40249		Murinondo,Muriñondo		59	SS	20074	
6325158	Murkondo	murkondo	ES		0	Europe/Madrid	42.98412	-2.18078		Murkondo		59	SS	20015	
6325159	Narbaitzualdea	narbaitzu-aldea	ES		0	Europe/Madrid	43.08724	-2.01952		Narbaitzu Aldea		59	SS	20071	
6325160	Oberan	oberan	ES		0	Europe/Madrid	43.22757	-1.89998		Oberan		59	SS	20069	
6325161	Odria	odria	ES		0	Europe/Madrid	43.19602	-2.23961		Odria		59	SS	20018	
6325162	Oialume	oialume	ES		0	Europe/Madrid	43.27015	-1.95305		Oialume		59	SS	20069	
6325163	Oianume	oianume	ES		0	Europe/Madrid	43.27015	-1.95305		Oianume		59	SS	20069	
6325167	Olaeta	olaeta	ES		0	Europe/Madrid	43.02225	-2.1291		Olaeta		59	SS	20049	
6325168	Olagain	olagain	ES		0	Europe/Madrid	43.21382	-2.0187		Olagain		59	SS	20009	
6325169	Olakoa	olakua	ES		0	Europe/Madrid	43.03157	-2.40315		Olakua		59	SS	20059	
6325170	Olaran	olanaldea	ES		0	Europe/Madrid	42.96761	-2.27726		Olanaldea		59	SS	20025	
6325171	Olaerreaga	olarreaga	ES		0	Europe/Madrid	43.17903	-2.48992		Olarreaga		59	SS	20030	
6325172	Olaso	olaso	ES		0	Europe/Madrid	43.19434	-2.32413		Olaso		59	SS	20017	
6325173	Olateaga	olateaga	ES		0	Europe/Madrid	43.13696	-2.11653		Olateaga		59	SS	20004	
6325174	Olaun	olaun	ES		0	Europe/Madrid	42.97249	-2.55124		Olaun		59	SS	20068	
6325175	Olibet	olibet	ES		0	Europe/Madrid	43.31439	-1.89852		Olibet		59	SS	20069	
6325176	Olotza	olotza	ES		0	Europe/Madrid	43.15042	-2.08006		Olotza		59	SS	20071	
6325177	Oñaurre	onaurre	ES		0	Europe/Madrid	43.33269	-1.80303		Onaurre,Oñaurre		59	SS	20036	
6325178	Ondarre	ondarre	ES		0	Europe/Madrid	43.09797	-2.3796		Ondarre		59	SS	20074	
6325179	Ondarreta	ondarreta	ES		0	Europe/Madrid	43.31372	-2.0066		Ondarreta		59	SS	20069	
6325180	Ondartxo	ondartxo	ES		0	Europe/Madrid	43.31629	-1.90452		Ondartxo		59	SS	20069	
6325181	Orbeldegi	orbeldegi	ES		0	Europe/Madrid	43.06029	-2.28084		Orbeldegi		59	SS	20038	
6325182	Oriamendi	oriamendi	ES		0	Europe/Madrid	43.18525	-2.0525		Oriamendi		59	SS	20028	
6325183	Odietapea	orietapea	ES		0	Europe/Madrid	43.14874	-2.04438		Orietapea		59	SS	20071	
6325184	Ortzaika	ortzaika	ES		0	Europe/Madrid	43.27709	-2.10936		Ortzaika		59	SS	20061	
6325185	Orunbe	orunbe	ES		0	Europe/Madrid	43.08346	-1.9877		Orunbe		59	SS	20054	
6325187	Ospela	ospela	ES		0	Europe/Madrid	43.1398	-2.02755		Ospela		59	SS	20071	
6325188	Ota	ota	ES		0	Europe/Madrid	42.99911	-2.19294		Ota		59	SS	20015	
6325189	Otadialdea	otadi-aldea	ES		0	Europe/Madrid	43.01363	-2.18116		Otadi Aldea		59	SS	20015	
6325190	Otalarre	otalarrea	ES		0	Europe/Madrid	43.19276	-2.037		Otalarrea		59	SS	20075	
6325191	Otalurreta	otalurreta	ES		0	Europe/Madrid	43.23675	-2.10917		Otalurreta		59	SS	20016	
6325192	Otamendi	otamendi	ES		0	Europe/Madrid	43.04119	-2.10444		Otamendi		59	SS	20071	
6325193	Otaola	otaola	ES		0	Europe/Madrid	43.17815	-2.46309		Otaola		59	SS	20030	
6325194	Otatza	otatza	ES		0	Europe/Madrid	43.00994	-2.26473		Otatza		59	SS	20070	
6325195	Otsabi	otsabi	ES		0	Europe/Madrid	43.1856	-2.04896		Otsabi		59	SS	20075	
6325196	Osinbiribil	oxin	ES		0	Europe/Madrid	43.34186	-1.78208		Oxin		59	SS	20036	
6325197	Oztaran	oztaran	ES		0	Europe/Madrid	43.25342	-1.9917		Oztaran		59	SS	20902	
6325198	Pagamuño	pagamuno	ES		0	Europe/Madrid	43.19215	-2.05827		Pagamuno,Pagamuño		59	SS	20028	
6325200	Partaitia	partiketa	ES		0	Europe/Madrid	43.11744	-2.45985		Partiketa		59	SS	20074	
6325201	Perdillegi	perdillegi	ES		0	Europe/Madrid	43.17971	-2.26737		Perdillegi		59	SS	20018	
6325202	Pildain-Gastarastegi	pildain	ES		0	Europe/Madrid	43.05432	-2.10272		Pildain		59	SS	20071	
6325203	Polloe	polloe	ES		0	Europe/Madrid	43.31634	-1.96372		Polloe		59	SS	20069	
6325204	Pontika	pontika	ES		0	Europe/Madrid	43.3098	-1.90708		Pontika		59	SS	20069	
6325205	Portu	portu	ES		0	Europe/Madrid	43.26292	-1.97418		Portu		59	SS	20069	
6325207	Portutxo	portutxo	ES		0	Europe/Madrid	43.28624	-1.94704		Portutxo		59	SS	20069	
6325208	Puiana	puiana	ES		0	Europe/Madrid	43.34045	-1.81292		Puiana		59	SS	20036	
6325209	Puio	puio	ES		0	Europe/Madrid	43.3038	-1.98533		Puio		59	SS	20069	
6325210	Puntalea	puntala	ES		0	Europe/Madrid	43.36205	-1.78789		Puntala,Puntalea		59	SS	20036	
6325211	Rondilla	rondilla	ES		0	Europe/Madrid	43.13887	-2.07329		Rondilla		59	SS	20071	
6325212	Sagastialde	sagastialde	ES		0	Europe/Madrid	43.27239	-1.97433		Sagastialde		59	SS	20069	
6325214	Sakamidra	sakamidra	ES		0	Europe/Madrid	43.16901	-2.09438		Sakamidra		59	SS	20006	
6325217	Salbe	salbe	ES		0	Europe/Madrid	43.17758	-2.2717		Salbe		59	SS	20018	
6325218	Salbide	salbide	ES		0	Europe/Madrid	43.28326	-2.17756		Salbide		59	SS	20079	
6325232	San Kristobal	san-kristobal	ES		0	Europe/Madrid	43.11826	-2.30888		San Kristobal		59	SS	20080	
6325233	San Lorentzo	san-lorentzo	ES		0	Europe/Madrid	43.03327	-2.40289		San Lorentzo		59	SS	20059	
6325234	San Lorentzo	san-lorentzo	ES		0	Europe/Madrid	43.12577	-2.42166		San Lorentzo		59	SS	20074	
6325242	Bedarretako San Migel	bedarretako-san-migel	ES		0	Europe/Madrid	43.03893	-2.50447		Bedarretako San Migel		59	SS	20034	
6325244	Azkue (San Roke)	san-roke	ES		0	Europe/Madrid	43.203	-2.42097		Azkue,San Roke		59	SS	20032	
6325249	Santa Engrazia	santa-engrazia	ES		0	Europe/Madrid	43.3602	-1.79613		Santa Engracia,Santa Engrazia		59	SS	20036	
6325251	Santa Kurutz	santa-krutz	ES		0	Europe/Madrid	43.17684	-2.29767		Santa Krutz		59	SS	20017	
6325253	Santa Luzia	santa-luzia	ES		0	Europe/Madrid	43.06708	-2.28355		Anduaga,Santa Lutzi		59	SS	20038	
6325256	Santuenea	santu	ES		0	Europe/Madrid	43.26657	-2.05665		Santu		59	SS	20073	
6325257	Santutxo	santutxo	ES		0	Europe/Madrid	43.18455	-2.26735		Santutxo		59	SS	20018	
6325258	Saratsu	saratzu	ES		0	Europe/Madrid	43.26158	-2.39072		Saratzu		59	SS	20901	
6325259	Sarregi	sarregi	ES		0	Europe/Madrid	43.09716	-2.01947		Sarregi		59	SS	20022	
6325260	Sasiain	sasiain	ES		0	Europe/Madrid	43.06091	-2.10839		Sasiain		59	SS	20071	
6325261	Sasiola	sasiola	ES		0	Europe/Madrid	43.2766	-2.36583		Sasiola		59	SS	20029	
6325262	Zimizarga	semisarga	ES		0	Europe/Madrid	43.36408	-1.80847		Semisarga,Zimizarga		59	SS	20036	
6325264	Sola	sola	ES		0	Europe/Madrid	43.27048	-2.19325		Sola		59	SS	20079	
6325265	Soreasu	soreasu	ES		0	Europe/Madrid	43.1869	-2.26437		Soreasu		59	SS	20018	
6325266	Sorgintxulo	sorgintxulo	ES		0	Europe/Madrid	43.27241	-1.98437		Sorgintxulo		59	SS	20069	
6325267	Sorgintxulo	sorgintxulo	ES		0	Europe/Madrid	43.31617	-1.9102		Sorgintxulo		59	SS	20069	
6325268	Soroeta	soroeta	ES		0	Europe/Madrid	43.36554	-1.79567		Soroeta		59	SS	20036	
6325269	Sukia	suki-aldea	ES		0	Europe/Madrid	43.00942	-2.1599		Suki Aldea		59	SS	20015	
6325270	Talaimendi	talaimendi	ES		0	Europe/Madrid	43.28856	-2.14923		Talaimendi		59	SS	20079	
6325271	Toki	toki	ES		0	Europe/Madrid	43.27673	-2.12357		Toki		59	SS	20016	
6325272	Toledoaldea	toloaldea	ES		0	Europe/Madrid	43.05871	-2.08041		Toloaldea		59	SS	20071	
6325274	Txalon	txalon-erreka	ES		0	Europe/Madrid	43.17305	-2.31257		Txalon Erreka		59	SS	20017	
6325275	Txaparre	txaparre	ES		0	Europe/Madrid	43.10191	-2.09041		Txaparre		59	SS	20071	
6325277	Txaribar	txaribar	ES		0	Europe/Madrid	43.18596	-2.26494		Txaribar		59	SS	20018	
6325278	Txerloia	txerloia	ES		0	Europe/Madrid	43.17304	-2.30072		Txerloia		59	SS	20018	
6325279	Txermin	txermin-etxadia	ES		0	Europe/Madrid	43.19046	-2.05192		Txermin Etxadia		59	SS	20028	
6325281	Txingurri	txingurri	ES		0	Europe/Madrid	43.15876	-2.08487		Txingurri		59	SS	20071	
6325282	Txingurri	txingurri	ES		0	Europe/Madrid	43.31746	-1.93992		Txingurri		59	SS	20069	
6325283	Txiriboga	txiriboga	ES		0	Europe/Madrid	43.2471	-2.22448		Txiriboga		59	SS	20027	
6325284	Txomiñenea	txominenea	ES		0	Europe/Madrid	43.30468	-1.9621		Txominenea		59	SS	20069	
6325285	Txonta	txonta	ES		0	Europe/Madrid	43.184	-2.46205		Chonta,Txonta		59	SS	20030	
6325286	Txoritokieta	txoritokieta	ES		0	Europe/Madrid	43.31192	-1.91776		Txoritokieta		59	SS	20069	
6325287	Txurruka	txurruka	ES		0	Europe/Madrid	43.1676	-2.3904		Txurruka		59	SS	20074	
6325288	Ubare	ubare	ES		0	Europe/Madrid	43.18833	-2.05553		Ubare		59	SS	20028	
6325289	Ugaranabekoa	ugarana-bekoa	ES		0	Europe/Madrid	43.04263	-2.2783		Ugarana Bekoa		59	SS	20038	
6325290	Ugaranagoikoa	ugarana-goikoa	ES		0	Europe/Madrid	43.04327	-2.28841		Ugarana Goikoa		59	SS	20038	
6325292	Ugastegi	ugaztegi	ES		0	Europe/Madrid	42.99636	-2.47654		Ugaztegi		59	SS	20059	
6325293	Uli	uli	ES		0	Europe/Madrid	43.08825	-1.98488		Uli		59	SS	20054	
6325294	Ulia	ulia	ES		0	Europe/Madrid	43.32644	-1.96433		Ulia		59	SS	20069	
6325295	Untzain	untzain	ES		0	Europe/Madrid	43.27693	-2.18619		Untzain		59	SS	20079	
6325297	Urantzu	uranzu	ES		0	Europe/Madrid	43.34245	-1.79979		Uranzu		59	SS	20036	
6325298	Urbitarte	urbitarte	ES		0	Europe/Madrid	43.17888	-2.27037		Urbitarte		59	SS	20018	
6325299	Urbizuaran	urbizuaran	ES		0	Europe/Madrid	43.02797	-2.25649		Urbizuaran		59	SS	20043	
6325300	Urdaburu	urdaburu	ES		0	Europe/Madrid	43.22757	-1.89998		Urdaburu		59	SS	20069	
6325302	Urdanibia	urdanibia	ES		0	Europe/Madrid	43.33643	-1.81908		Urdanibia		59	SS	20036	
6325303	Urdanpilletamendia	urdanpilleta	ES		0	Europe/Madrid	43.12295	-2.18962		Urdanpilleta		59	SS	20020	
6325304	Urdiñarrain	urdinarrain	ES		0	Europe/Madrid	43.11582	-1.99357		Urdinarrain		59	SS	20022	
6325305	Uriarte	uriarte	ES		0	Europe/Madrid	43.13781	-2.47459		Uriarte		59	SS	20074	
6325307	Uriburualdea	uriburualdea	ES		0	Europe/Madrid	43.13863	-2.48581		Uriburualdea		59	SS	20074	
6325308	Urkidi	urki	ES		0	Europe/Madrid	43.18191	-2.47141		Urki		59	SS	20030	
6325309	Urkia	urkia	ES		0	Europe/Madrid	43.07978	-2.17909		Urkia		59	SS	20052	
6325310	Urkulaparte	urkulaparte	ES		0	Europe/Madrid	43.05511	-2.05973		Urkulaparte		59	SS	20071	
6325311	Urkulueta	urkuluta	ES		0	Europe/Madrid	43.00911	-2.29463		Urkuluta		59	SS	20026	
6325312	Urreta	urreta	ES		0	Europe/Madrid	43.12911	-2.11891		Urreta		59	SS	20004	
6325313	Urruzuno	urruzuno	ES		0	Europe/Madrid	43.21335	-2.38155		Urruzuno		59	SS	20032	
6325314	Urtatzaegialdea	urtatzaegialdea	ES		0	Europe/Madrid	43.05991	-2.35653		Urtatzaegialdea		59	SS	20059	
6325315	Urtesabel	urtesabel	ES		0	Europe/Madrid	43.04312	-2.15011		Urtesabel		59	SS	20071	
6325316	Urtsuerreka	urtsu	ES		0	Europe/Madrid	43.02714	-2.1229		Urtsu		59	SS	20049	
6325317	Urzabal	urzabal	ES		0	Europe/Madrid	43.03881	-2.09014		Urzabal		59	SS	20071	
6325319	Ustatxoaldea	ustatxo-aldea	ES		0	Europe/Madrid	42.99295	-2.17493		Ustatxo Aldea		59	SS	20015	
6325320	Versallesko gaina	versalles	ES		0	Europe/Madrid	43.31787	-1.90628		Versalles		59	SS	20069	
6325322	Zabaleta	zabaleta	ES		0	Europe/Madrid	43.26872	-2.01291		Zabaleta		59	SS	20069	
6325323	Zakel	zakel	ES		0	Europe/Madrid	43.07606	-2.08467		Zakel		59	SS	20071	
6325324	Zaldune	zaldune	ES		0	Europe/Madrid	43.13136	-2.06043		Zaldune		59	SS	20071	
6325325	Zamatete	zamatete	ES		0	Europe/Madrid	43.32536	-1.92956		Zamatete		59	SS	20069	
6325327	Zapatari	zapatari	ES		0	Europe/Madrid	43.30371	-2.00482		Zapatari		59	SS	20069	
6325328	Saiatz	zehatz	ES		0	Europe/Madrid	43.26399	-2.22181		Zeatz		59	SS	20003	
6325329	Zelaiondo	zelai	ES		0	Europe/Madrid	43.28164	-2.16843		Zelai		59	SS	20079	
6325330	Zelai-Arizti	zelai	ES		0	Europe/Madrid	43.08927	-2.31493		Zelai		59	SS	20080	
6325331	Zentolenaldea	zentolen-aldea	ES		0	Europe/Madrid	43.29949	-1.89619		Zentolen Aldea		59	SS	20069	
6325333	Zorroaga	zorroaga	ES		0	Europe/Madrid	43.30304	-1.96722		Zorroaga		59	SS	20069	
6325334	Zotzune	zozune	ES		0	Europe/Madrid	43.08263	-1.98312		Zozune		59	SS	20054	
6325335	Sarobeko tontorra / Cima de Sarobe	zuaznabar-aldea	ES		0	Europe/Madrid	43.10709	-2.07847		Cima de Sarobe,Sarobeko tontorra,Zuaznabar Aldea		59	SS	20071	
6325336	Zuatzola	zuazola	ES		0	Europe/Madrid	43.05078	-2.29176		Zuazola		59	SS	20038	
6325337	Zuberoa	zuberoa	ES		0	Europe/Madrid	43.13616	-2.0803		Zuberoa		59	SS	20071	
6325338	Zubiberri	zubi	ES		0	Europe/Madrid	43.06434	-2.07922		Zubi		59	SS	20071	
6325339	Zubiartea	zubiartea	ES		0	Europe/Madrid	43.11981	-2.41689		Zubiartea		59	SS	20074	
6325341	Zubipe	zubipe	ES		0	Europe/Madrid	43.04227	-2.2595		Zubipe		59	SS	20062	
6325342	Zubizarreta	zubizarreta	ES		0	Europe/Madrid	43.08499	-2.15304		Zubizarreta		59	SS	20052	
6325343	Zubizkitza	zubizkitza	ES		0	Europe/Madrid	43.03052	-2.18545		Zubizkitza		59	SS	20049	
6325345	Zumaburu	zumaburu	ES		0	Europe/Madrid	43.26612	-2.02053		Zumaburu		59	SS	20069	
6325346	Zumitzaga	zumitza	ES		0	Europe/Madrid	43.10565	-2.04053		Zumitza		59	SS	20071	
6325347	Arantzeta	aranzeta	ES		0	Europe/Madrid	43.14458	-2.47184		Aranzeta		59	SS	20074	
6325349	Agirre	agerre	ES		0	Europe/Madrid	42.99644	-2.45986		Agerre		59	SS	20059	
6325351	Araotzurruti	araotz-urruti	ES		0	Europe/Madrid	42.99724	-2.45191		Araotz-Urruti		59	SS	20059	
6325352	Arragua	arragoa	ES		0	Europe/Madrid	43.30876	-1.87717		Arragoa,Arragua		59	SS	20063	
6325357	Bedua	bedua	ES		0	Europe/Madrid	43.27909	-2.2545		Bedua		59	SS	20081	
6325359	Elkano	elkano	ES		0	Europe/Madrid	43.26556	-2.20173		Elcano,Elkano		59	SS	20079	
6325361	Epela	epele	ES		0	Europe/Madrid	43.25313	-1.94573		Epela,Epele		59	SS	20040	
6325362	Eraña	erana	ES		0	Europe/Madrid	43.01024	-2.51645		Erana,Eraña		59	SS	20034	
6325364	Ereñotzu	erenozu	ES		0	Europe/Madrid	43.24196	-1.94009		Erenotzu,Erenozu,Ereñotzu,Ereñozu		59	SS	20040	
6325365	Etxegarate	etxegarate	ES		0	Europe/Madrid	42.95066	-2.22512		Echegarate,Etxegarate		59	SS	20043	
6325366	Ezozia	ezozia	ES		0	Europe/Madrid	43.18724	-2.41782		Ezozia		59	SS	20065	
6325367	Fagollaga	fagollaga	ES		0	Europe/Madrid	43.248	-1.95133		Fagollaga		59	SS	20069	
6325368	Garagartza	garagartza	ES		0	Europe/Madrid	43.25253	-2.38527		Garagartza,Garagarza		59	SS	20901	
6325370	Goikoetxeata	goikoetxeata	ES		0	Europe/Madrid	43.02075	-2.2993		Goikoetxeata		59	SS	20026	
6325371	Guriditegi	guriditegi	ES		0	Europe/Madrid	43.01304	-2.33387		Guriditegi		59	SS	20051	
6325372	Ibañarrieta	ibanarrieta	ES		0	Europe/Madrid	43.26785	-2.25907		Ibanarrieta,Ibañarrieta		59	SS	20027	
6325375	Jausoro	jausoro	ES		0	Europe/Madrid	42.9907	-2.45282		Jausoro		59	SS	20059	
6325376	Katea / Ventas	katea	ES		0	Europe/Madrid	43.32875	-1.81762		Katea,Ventas		59	SS	20045	
6325377	Larraitz	larraitz	ES		0	Europe/Madrid	43.02539	-2.10348		Larraitz		59	SS	20001	
6325381	Madariaga	madariaga	ES		0	Europe/Madrid	43.20789	-2.34501		Madariaga		59	SS	20017	
6325382	Madina	madina	ES		0	Europe/Madrid	42.99446	-2.43473		Madina,Madiña		59	SS	20059	
6325383	Narruondo	narrondo	ES		0	Europe/Madrid	43.28499	-2.26323		Narrondo		59	SS	20081	
6325393	Saturdia	saturdi	ES		0	Europe/Madrid	43.0307	-2.12747		San Saturnino,Saturdi		59	SS	20049	
6325395	Txokoalde	txokoalde	ES		0	Europe/Madrid	43.26902	-2.06615		Txokoalde		59	SS	20073	
6325396	Ubilluts	ubilluts	ES		0	Europe/Madrid	43.20617	-2.03387		Ubilluts		59	SS	20009	
6325399	Uriarte	uriarte	ES		0	Europe/Madrid	42.99024	-2.45677		Uriarte		59	SS	20059	
6325400	Urrategi	urrategi	ES		0	Europe/Madrid	43.17398	-2.34541		Urrategi		59	SS	20017	
6325401	Zubia	zubia	ES		0	Europe/Madrid	42.99349	-2.44744		Zubia		59	SS	20059	
6325470	Abendaño	abendano	ES		0	Europe/Madrid	43.27543	-2.17704		Abendano,Abendaño		59	SS	20079	
6325471	Agiñagamendia	aginamendi	ES		0	Europe/Madrid	43.14007	-2.20034		Aginamendi		59	SS	20020	
6325474	Idiakez	idiakez	ES		0	Europe/Madrid	43.07813	-2.29218		Idiakez,Idiaquez		59	SS	20035	
6325502	Vilaoscura	vilaoscura	ES		0	Europe/Madrid	42.47194	-7.60447		vilaescura,vilaoscure		58	LU	27059	
6325519	Santa Anna	santa-anna	ES		0	Europe/Madrid	41.88153	0.57416				52	HU	22089	25156
6325535	Sorita	sorita	ES		0	Europe/Madrid	41.99028	0.44113				52	HU	22043	
6325536	Soriana	soriana	ES		0	Europe/Madrid	42.01831	0.54794				52	HU	22053	
6325544	Estanya	estanya	ES		0	Europe/Madrid	42.03202	0.5179				52	HU	22053	
6325546	Purroi de la Solana	purroi-de-la-solana	ES		0	Europe/Madrid	42.04886	0.4604				52	HU	22053	
6325547	Purroi Vell	purroi-vell	ES		0	Europe/Madrid	42.05761	0.46082				52	HU	22053	
6325548	Pilzà	pilza	ES		0	Europe/Madrid	42.05168	0.48606				52	HU	22053	
6325551	Castarlenas	castarlenas	ES		0	Europe/Madrid	42.1519	0.40237				52	HU	22053	
6325552	La Puebla del Mon	la-puebla-del-mon	ES		0	Europe/Madrid	42.15943	0.36776				52	HU	22117	
6325554	Entença	entenca	ES		0	Europe/Madrid	42.06817	0.55387		Antenza,Entenca,Entença		52	HU	22053	
6325566	Piñeiro de Segán	pineiro-de-segan	ES		0	Europe/Madrid	42.67938	-7.69991				58	LU	27060	
6325567	Susavila	susavila	ES		0	Europe/Madrid	42.67868	-7.70639				58	LU	27060	
6354967	Tarajalillo	tarajalillo	ES		0	Atlantic/Canary	27.78282	-15.51579		Playa de Tarajalillo		53	GC	35019	
6355014	Cala San Vicente	cala-san-vicente	ES		0	Europe/Madrid	39.91935	3.05437		Cala San Vicente,Cala Sant Vicenc,Cala Sant Vicenç		07	PM	07042	
6355023	Camp de Mar	camp-de-mar	ES		1500	Europe/Madrid	39.53827	2.42386		Kamp-de-Mar,el Camp de Mar,es Camp de Mar,Камп-де-Мар		07	PM	07005	
6355024	Puerto Banús	puerto-banus	ES		0	Europe/Madrid	36.4875	-4.9525		Puerto Banus		51	MA	29069	
6355029	Riumar	riumar	ES		257	Europe/Madrid	40.7254	0.83994				56	T	43901	
6355030	Canyamel	canyamel	ES		0	Europe/Madrid	39.65857	3.43924		Canyamel		07	PM	07014	
6355094	Segarres Baixes	segarres-baixes	ES		0	Europe/Madrid	42.12902	0.53578				52	HU	22053	
6355095	Corones	corones	ES		0	Europe/Madrid	42.1288	0.55125				52	HU	22053	
6355096	Segarres Altes	segarres-altes	ES		0	Europe/Madrid	42.13972	0.52513				52	HU	22053	
6355099	les Cases de l'Hostalet	les-cases-de-l-hostalet	ES		0	Europe/Madrid	42.13542	0.61925				52	HU	22247	
6355100	Lliterà	llitera	ES		0	Europe/Madrid	42.12707	0.64244		Litera,Llitera,Lliterà		52	HU	22247	
6355104	Fet	fet	ES		0	Europe/Madrid	42.04182	0.6291				52	HU	22247	
6355105	Finestres	finestres	ES		0	Europe/Madrid	42.0065	0.61699		Finestras,Finestres		52	HU	22105	
6355106	Montfalcó	montfalco	ES		0	Europe/Madrid	42.05205	0.65568				52	HU	22247	25002
6355121	Castiñeiras	castineiras	ES		0	Europe/Madrid	42.70161	-8.68486				58	PO	36056	
6355125	Meloneras	meloneras	ES		0	Atlantic/Canary	27.74257	-15.60797		Meloneras		53	GC	35019	
6355126	Playa Paraiso	playa-paraiso	ES		0	Atlantic/Canary	28.1218	-16.77458				53	TF	38001	
6355183	Playa de las Américas	playa-de-las-americas	ES		3000	Atlantic/Canary	28.06403	-16.73012		Las Americas,Las Américas,Playa de las Americas,Playa de las Américas,las americas		53	TF	38001	
6355197	ses Illetas	ses-illetas	ES		0	Europe/Madrid	39.54098	2.59337		Illetas,Illetes,les Illetes,ses Illetas		07	PM	07011	
6355198	Sonnenland	sonnenland	ES		0	Atlantic/Canary	27.76234	-15.6014				53	GC	35019	
6355214	Las Rosas	las-rosas	ES		2000	Atlantic/Canary	28.01539	-16.65373				53	TF	38006	
6355228	Cales de Mallorca	cales-de-mallorca	ES		0	Europe/Madrid	39.46524	3.2754		Calas de Mallorca,Cales de Mallorca		07	PM	07033	
6424291	Escadarchs	escadarchs	ES		0	Europe/Madrid	42.38454	1.89179				56	GI	17069	17061
6424292	el Vilar d'Urtx	el-vilar-d-urtx	ES		0	Europe/Madrid	42.38423	1.90124				56	GI	17069	17061
6424300	Pedra	pedra	ES		0	Europe/Madrid	42.34421	1.8088				56	L	25051	
6424310	Saga	saga	ES		0	Europe/Madrid	42.41588	1.85978				56	GI	17078	17024
6424317	el Quer Foradat	el-quer-foradat	ES		0	Europe/Madrid	42.32276	1.63576				56	L	25071	
6424320	Coborriu	coborriu	ES		0	Europe/Madrid	42.35645	1.78034				56	L	25051	
6424331	Las Canals	las-canals	ES		0	Europe/Madrid	42.37246	0.30933	835			52	HU	22113	
6424332	Rolespe	rolespe	ES		0	Europe/Madrid	42.37164	0.37117	830			52	HU	22113	
6424354	A Baiuca	a-baiuca	ES		0	Europe/Madrid	43.30957	-8.50204		La Baiuca		58	C	15005	
6457382	Patones de Arriba	patones-de-arriba	ES		0	Europe/Madrid	40.86607	-3.49345		Patones,Patones de Arriba		29	M	28107	
6459000	Bassegoda	bassegoda	ES		0	Europe/Madrid	42.31169	2.64912		Bassegoda		56	GI	17003	
6459022	Can Genís	can-genis	ES		0	Europe/Madrid	42.3814	2.83065		Can Genis,Can Genís		56	GI	17001	
6459023	Carbonills	carbonills	ES		0	Europe/Madrid	42.33634	2.72302		Carbonills		56	GI	17003	
6459024	Corsavell	corsavell	ES		0	Europe/Madrid	42.31312	2.6647		Corsavell		56	GI	17003	
6459025	Pincaró	pincaro	ES		0	Europe/Madrid	42.33488	2.67453		Pincaro,Pincaró		56	GI	17003	
6459026	els Horts	els-horts	ES		0	Europe/Madrid	42.36105	2.68058		els Horts		56	GI	17003	
6459028	Sous	sous	ES		0	Europe/Madrid	42.25609	2.70777		Sous		56	GI	17003	
6459029	l'Estrada	l-estrada	ES		0	Europe/Madrid	42.39213	2.86786		l'Estrada		56	GI	17001	
6459030	Veïnat de Mont-roig	veinat-de-mont-roig	ES		0	Europe/Madrid	42.34591	2.87389		Veinat de Mont-roig,Veïnat de Mont-roig		56	GI	17060	
6459031	Veïnat de Ricardell	veinat-de-ricardell	ES		0	Europe/Madrid	42.36569	2.84913		Veinat de Ricardell,Veïnat de Ricardell		56	GI	17060	
6459032	Barri del Pantà	barri-del-panta	ES		0	Europe/Madrid	42.34346	2.83556		Veinat de Ricardell,Veïnat de Ricardell		56	GI	17060	
6459033	Veïnat d'Amunt	veinat-d-amunt	ES		0	Europe/Madrid	42.385	2.80709		Veinat d'Amunt,Veïnat d'Amunt		56	GI	17060	
6459034	Arnera	arnera	ES		0	Europe/Madrid	42.37345	2.78782		Arnera		56	GI	17102	
6459035	les Salines	les-salines	ES		0	Europe/Madrid	42.42106	2.7491				56	GI	17102	
6459036	les Creus	les-creus	ES		0	Europe/Madrid	42.3848	2.74562		les Creus		56	GI	17102	
6459037	Oliveda	oliveda	ES		0	Europe/Madrid	42.36504	2.75414		Oliveda		56	GI	17102	
6459038	els Vilars	els-vilars	ES		0	Europe/Madrid	42.36891	2.72645		els Vilars		56	GI	17102	
6459041	Veïnat de Canadal	veinat-de-canadal	ES		0	Europe/Madrid	42.40929	2.88958		Veinat de Canadal,Veïnat de Canadal		56	GI	17086	
6459042	Ullastre	ullastre	ES		0	Europe/Madrid	42.36397	2.97219		Ullastre		56	GI	17158	
6459043	Bosquerós	bosqueros	ES		0	Europe/Madrid	42.37242	2.86469		Bosqueros,Bosquerós		56	GI	17042	
6459044	Cagaloca	cagaloca	ES		0	Europe/Madrid	42.36764	2.99867		Cagaloca		56	GI	17106	
6459045	les Costes	les-costes	ES		0	Europe/Madrid	42.33983	3.02463		les Costes		56	GI	17106	
6459046	Garriguella Vella	garriguella-vella	ES		0	Europe/Madrid	42.34354	3.05622		Garriguella Vella		56	GI	17077	
6459047	Raval de la Font	raval-de-la-font	ES		0	Europe/Madrid	42.3782	3.06982		Raval de la Font		56	GI	17227	
6459048	Setcases	setcases	ES		0	Europe/Madrid	42.36685	3.1499		Setcases		56	GI	17092	
6459049	l'Argilera	l-argilera	ES		0	Europe/Madrid	42.37563	3.15548		l'Argilera		56	GI	17092	
6459050	els Estanys-Sant Genís	els-estanys-sant-genis	ES		0	Europe/Madrid	42.37868	3.15402		els Estanys-Sant Genis,els Estanys-Sant Genís		56	GI	17092	
6459051	la Farella	la-farella	ES		0	Europe/Madrid	42.36634	3.16432		la Farella		56	GI	17092	
6459052	Fener de Dalt	fener-de-dalt	ES		0	Europe/Madrid	42.35518	3.16715		Fener de Dalt		56	GI	17092	
6459053	Fener de Baix	fener-de-baix	ES		0	Europe/Madrid	42.35401	3.17372		Fener de Baix		56	GI	17092	
6459054	Cap Ras	cap-ras	ES		0	Europe/Madrid	42.38638	3.15793		Cap Ras		56	GI	17092	
6459055	la Rovellada	la-rovellada	ES		0	Europe/Madrid	42.41208	3.16187		la Rovellada		56	GI	17054	
6459058	sa Perafita	sa-perafita	ES		0	Europe/Madrid	42.29918	3.2374		sa Perafita		56	GI	17140	
6459059	Barlovent	barlovent	ES		0	Europe/Madrid	42.33463	3.19273				56	GI	17140	
6459060	Perabeua	perabeua	ES		0	Europe/Madrid	42.33923	3.18878		Perabeua		56	GI	17140	
6459061	Cap de Bol	cap-de-bol	ES		0	Europe/Madrid	42.35122	3.1811		Cap de Bol		56	GI	17140	
6459064	Mas Isaac	mas-isaac	ES		0	Europe/Madrid	42.31262	3.13748		Mas Isaac		56	GI	17120	
6459065	les Torroelles	les-torroelles	ES		0	Europe/Madrid	42.2895	3.12458		les Torroelles		56	GI	17120	
6459066	els Olivars	els-olivars	ES		0	Europe/Madrid	42.31784	3.12797		els Olivars		56	GI	17128	
6459067	el Veïnat de Dalt	el-veinat-de-dalt	ES		0	Europe/Madrid	42.33165	3.09643		el Veinat de Dalt,el Veïnat de Dalt		56	GI	17223	
6459068	Montperdut	montperdut	ES		0	Europe/Madrid	42.34383	3.09883				56	GI	17223	
6459069	l'Estació	l-estacio	ES		0	Europe/Madrid	42.32698	3.09008		l'Estacio,l'Estació		56	GI	17223	
6459071	Pujolar	pujolar	ES		0	Europe/Madrid	42.34652	3.12488		Pujolar		56	GI	17223	
6459072	Pla d'en Satlle	pla-d-en-satlle	ES		0	Europe/Madrid	42.32298	3.0984		Pla d'en Satlle		56	GI	17223	
6459073	Urb.Club de Golf Peralada	urb-club-de-golf-peralada	ES		0	Europe/Madrid	42.32007	3.02815		Urb.Club de Golf Peralada		56	GI	17132	
6459074	el Morassac	el-morassac	ES		0	Europe/Madrid	42.3339	2.99725		el Morassac		56	GI	17132	
6459075	Masos de Morassac	masos-de-morassac	ES		0	Europe/Madrid	42.33282	3.00128		Masos de Morassac		56	GI	17132	
6459076	les Olives	les-olives	ES		0	Europe/Madrid	42.31892	2.99609		les Olives		56	GI	17132	
6459077	el Puig Barutell	el-puig-barutell	ES		0	Europe/Madrid	42.29452	3.03399		el Puig Barutell		56	GI	17132	
6459078	la Salanca	la-salanca	ES		0	Europe/Madrid	42.28931	3.01407		el Puig Barutell		56	GI	17132	
6459079	Sant Joan Sescloses	sant-joan-sescloses	ES		0	Europe/Madrid	42.2779	3.07177		Sant Joan Sescloses		56	GI	17132	
6459082	l'Aigüeta	l-aigueeta	ES		0	Europe/Madrid	42.29726	2.96925		l'Aigueeta,l'Aigüeta		56	GI	17030	
6459083	el Forn d'en Gestí	el-forn-d-en-gesti	ES		0	Europe/Madrid	42.29901	2.96137		el Forn d'en Gesti,el Forn d'en Gestí		56	GI	17030	
6459084	les Masies de Dalt	les-masies-de-dalt	ES		0	Europe/Madrid	42.30959	2.96779		les Masies de Dalt		56	GI	17030	
6459086	els Cellers	els-cellers	ES		0	Europe/Madrid	42.31865	2.93		els Cellers		56	GI	17135	
6459087	el Poblenou	el-poblenou	ES		0	Europe/Madrid	42.29083	2.9126		el Poblenou		56	GI	17093	
6459088	la Vall	la-vall	ES		0	Europe/Madrid	42.29833	2.92086		la Vall		56	GI	17093	
6459090	la Riberada d'Amunt	la-riberada-d-amunt	ES		0	Europe/Madrid	42.3117	2.76748		la Riberada d'Amunt		56	GI	17171	
6459091	Santa Anna	santa-anna	ES		0	Europe/Madrid	42.35518	2.82838		Santa Anna		56	GI	17060	
6459092	la Font d'en Coll	la-font-d-en-coll	ES		0	Europe/Madrid	42.38405	2.75635		la Font d'en Coll		56	GI	17102	
6459093	el Prat del Pont	el-prat-del-pont	ES		0	Europe/Madrid	42.38629	2.74562		el Prat del Pont		56	GI	17102	
6459094	l'Estanyol	l-estanyol	ES		0	Europe/Madrid	42.29375	3.07877		l'Estanyol		56	GI	17132	
6459096	els Grecs	els-grecs	ES		0	Europe/Madrid	42.26497	3.18541		els Grecs		56	GI	17152	
6459097	la Muntanyeta	la-muntanyeta	ES		0	Europe/Madrid	42.2616	3.18696		la Muntanyeta		56	GI	17152	
6459098	Mas Oliva	mas-oliva	ES		0	Europe/Madrid	42.27091	3.18767		Mas Oliva		56	GI	17152	
6459099	Santa Rosa de Puig-rom	santa-rosa-de-puig-rom	ES		0	Europe/Madrid	42.25128	3.18773		Santa Rosa de Puig-rom		56	GI	17152	
6459101	Canyelles Petites	canyelles-petites	ES		0	Europe/Madrid	42.24845	3.19625		Canyelles Petites		56	GI	17152	
6459102	l'Almadrava	l-almadrava	ES		0	Europe/Madrid	42.24229	3.20685		l'Almadrava		56	GI	17152	
6459104	el Mas Mates	el-mas-mates	ES		0	Europe/Madrid	42.27218	3.16466		el Mas Mates		56	GI	17152	
6459106	Santa Margarida	santa-margarida	ES		0	Europe/Madrid	42.26745	3.14333		Santa Margarida		56	GI	17152	
6459107	Mas Boscà	mas-bosca	ES		0	Europe/Madrid	42.28445	3.16662		Mas Bosca,Mas Boscà		56	GI	17152	
6459108	Mas Fumats	mas-fumats	ES		0	Europe/Madrid	42.29129	3.17619		Mas Fumats		56	GI	17152	
6459111	Manol	manol	ES		0	Europe/Madrid	42.25975	2.81733		Manol		56	GI	17088	
6459112	Llavanera	llavanera	ES		0	Europe/Madrid	42.24421	2.83319		Llavanera		56	GI	17088	
6459113	el Pujol	el-pujol	ES		0	Europe/Madrid	42.25406	2.80922		el Pujol		56	GI	17088	
6459114	Mare de Déu de Vida	mare-de-deu-de-vida	ES		0	Europe/Madrid	42.26686	2.83829		Mare de Deu de Vida,Mare de Déu de Vida		56	GI	17051	
6459115	Sant Baldiri	sant-baldiri	ES		0	Europe/Madrid	42.30518	2.79675		Sant Baldiri		56	GI	17051	
6459116	el Mas Pau	el-mas-pau	ES		0	Europe/Madrid	42.23903	2.90627				56	GI	17012	
6459117	la Timba	la-timba	ES		0	Europe/Madrid	42.24518	2.92199		la Timba		56	GI	17012	
6459119	Ca l'Almar	ca-l-almar	ES		0	Europe/Madrid	42.26146	2.88601		Ca l'Almar		56	GI	17228	
6459120	Coquells	coquells	ES		0	Europe/Madrid	42.27609	2.86702		Coquells		56	GI	17228	
6459121	les Cases Noves	les-cases-noves	ES		0	Europe/Madrid	42.25487	2.89719		les Cases Noves		56	GI	17228	
6459122	Torremirona	torremirona	ES		0	Europe/Madrid	42.23527	2.86505		Torremirona		56	GI	17111	
6459123	Can Miró	can-miro	ES		0	Europe/Madrid	42.21601	2.86683		Can Miro,Can Miró		56	GI	17111	
6459124	Colomer	colomer	ES		0	Europe/Madrid	42.21436	2.85696		Colomer		56	GI	17111	
6459125	Pols	pols	ES		0	Europe/Madrid	42.22561	2.89214		Pols		56	GI	17115	
6459127	Palol de Sabaldòria	palol-de-sabaldoria	ES		0	Europe/Madrid	42.24329	2.94749		Palol de Sabaldoria,Palol de Sabaldòria		56	GI	17221	
6459128	les Forques	les-forques	ES		0	Europe/Madrid	42.24804	2.95873		les Forques		56	GI	17221	
6459129	Camp dels Enginyers	camp-dels-enginyers	ES		0	Europe/Madrid	42.25541	2.95185		Camp dels Enginyers		56	GI	17221	
6459130	Can Batlle	can-batlle	ES		0	Europe/Madrid	42.21976	2.92596		Can Batlle		56	GI	17026	
6459134	la Casa Marroca	la-casa-marroca	ES		0	Europe/Madrid	42.12105	2.9032		la Casa Marroca		56	GI	17016	
6459135	les Roques	les-roques	ES		0	Europe/Madrid	42.14972	2.92974		les Roques		56	GI	17016	
6459136	l'Aigüeta	l-aigueeta	ES		0	Europe/Madrid	42.2748	2.96815		l'Aigueeta,l'Aigüeta		56	GI	17066	
6459137	l'Horta d'en Capellera	l-horta-d-en-capellera	ES		0	Europe/Madrid	42.27382	2.95901		l'Horta d'en Capellera		56	GI	17066	
6459138	Barri del Colobret	barri-del-colobret	ES		0	Europe/Madrid	42.26504	2.94657		Barri del Colobret,el Colobret		56	GI	17066	
6459139	Parc-sol	parc-sol	ES		0	Europe/Madrid	42.26878	2.9511		Barri del Colobret		56	GI	17066	
6459140	el Mas Ferrer	el-mas-ferrer	ES		0	Europe/Madrid	42.24882	2.97077		el Mas Ferrer		56	GI	17066	
6459141	Castelló Nou	castello-nou	ES		0	Europe/Madrid	42.25174	3.07128		Castello Nou,Castelló Nou		56	GI	17047	
6459142	Puigmal	puigmal	ES		0	Europe/Madrid	42.25889	3.10222		Puigmal		56	GI	17047	
6459144	el Priorat	el-priorat	ES		0	Europe/Madrid	42.3513	2.98047		el Priorat		56	GI	17100	
6459147	Pont Martí	pont-marti	ES		0	Europe/Madrid	42.24283	3.03259		Pont Marti,Pont Martí		56	GI	17074	
6459148	Fortianell	fortianell	ES		0	Europe/Madrid	42.24275	3.0274		Fortianell		56	GI	17074	
6459150	el Pont del Príncep	el-pont-del-princep	ES		0	Europe/Madrid	42.22685	2.9674		el Pont del Princep,el Pont del Príncep		56	GI	17226	
6459152	el Barri de l'Estació	el-barri-de-l-estacio	ES		0	Europe/Madrid	42.21613	2.97707		el Barri de l'Estacio,el Barri de l'Estació,l'Estacio,l'Estació		56	GI	17226	
6459153	les Cases Noves	les-cases-noves	ES		0	Europe/Madrid	42.16356	2.95826		les Cases Noves		56	GI	17075	
6459154	Ermedàs	ermedas	ES		0	Europe/Madrid	42.18672	2.93861		Ermedas,Ermedàs		56	GI	17075	
6459155	el Barri de l'Església	el-barri-de-l-esglesia	ES		0	Europe/Madrid	42.197	2.94942		el Barri de l'Esglesia,el Barri de l'Església		56	GI	17075	
6459156	Estanyet	estanyet	ES		0	Europe/Madrid	42.19257	2.98326		Estanyet		56	GI	17119	
6459157	Palau	palau	ES		0	Europe/Madrid	42.17743	2.96918		Palau,Palau de Santa Eulalia,Palau de Santa Eulàlia		56	GI	17119	
6461731	Baseia	baseia	ES		0	Europe/Madrid	42.20964	3.00564				56	GI	17052	
6461732	la Bomba	la-bomba	ES		0	Europe/Madrid	42.20888	3.0345		la Bomba		56	GI	17198	
6461733	Palol	palol	ES		0	Europe/Madrid	42.168	3.01308		Palol		56	GI	17198	
6461734	l'Arbre Sec	l-arbre-sec	ES		0	Europe/Madrid	42.16142	3.04482		l'Arbre Sec		56	GI	17210	
6461735	els Masos de Ventalló	els-masos-de-ventallo	ES		0	Europe/Madrid	42.14974	3.02158		els Masos de Ventallo,els Masos de Ventalló		56	GI	17210	
6461736	Mas Gros	mas-gros	ES		0	Europe/Madrid	42.14521	3.06467				56	GI	17210	
6461738	Can Jordi	can-jordi	ES		0	Europe/Madrid	42.16593	3.07059		Can Jordi		56	GI	17210	
6461740	Bon Relax	bon-relax	ES		0	Europe/Madrid	42.18293	3.09235		Bon Relax		56	GI	17178	
6461741	el Riuet	el-riuet	ES		0	Europe/Madrid	42.1429	3.11503		el Riuet		56	GI	17062	
6461752	Sant Martí d'Empúries	sant-marti-d-empuries	ES		0	Europe/Madrid	42.13984	3.11806		Sant Marti d'Empuries,Sant Martí d'Empúries		56	GI	17062	
6461754	Cinc Claus	cinc-claus	ES		0	Europe/Madrid	42.1373	3.10014		Cinc Claus		56	GI	17062	
6461760	les Corts	les-corts	ES		0	Europe/Madrid	42.12446	3.11456		les Corts		56	GI	17062	
6461761	Camp dels Pilans	camp-dels-pilans	ES		0	Europe/Madrid	42.12167	3.11945		Camp dels Pilans		56	GI	17062	
6461762	els Riells	els-riells	ES		0	Europe/Madrid	42.11292	3.13844		els Riells		56	GI	17062	
6461763	Vinya Gran	vinya-gran	ES		0	Europe/Madrid	42.29694	2.95079		Vinya Gran		56	GI	17093	
6461764	la Coixinera	la-coixinera	ES		0	Europe/Madrid	42.23306	3.02319		la Coixinera		56	GI	17074	
6477907	Figueretes	figueretes	ES		0	Europe/Madrid	38.8973	1.4159				07	PM	07026	
6533820	Sant Cristòfol de les Fonts	sant-cristofol-de-les-fonts	ES		8791	Europe/Madrid	42.16964	2.49943				56	GI	17114	
6533823	Bosc de Tosca	bosc-de-tosca	ES		486	Europe/Madrid	42.15898	2.46881				56	GI	17139	
6533824	Pocafarina	pocafarina	ES		44	Europe/Madrid	42.15467	2.47377				56	GI	17139	
6533828	l'Hostalnou de Bianya	l-hostalnou-de-bianya	ES		93	Europe/Madrid	42.2118	2.45407				56	GI	17208	
6533829	Sant Andreu de Socarrats	sant-andreu-de-socarrats	ES		45	Europe/Madrid	42.2091	2.4527				56	GI	17208	
6533830	Llocalou	llocalou	ES		125	Europe/Madrid	42.21081	2.48364				56	GI	17208	
6544099	Moncloa-Aravaca	moncloa-aravaca	ES		116531	Europe/Madrid	40.43547	-3.7317		Moncloa,Moncloa-Aravaca,Moncloa-Aravaca distritu,Monkloo-Aravako,monkuroa=arabaka,モンクロア＝アラバカ		29	M	28079	9
6544100	Eixample	eixample	ES		266477	Europe/Madrid	41.38896	2.16179		Ashjampla,Districte de lEixample,Distrikt Ensanche,Distrito Eixample,Distrito del Ensanche,Ehshample,Eixample,Eixample de Barcelona,Eixample distritu,Esample,L'Eixample,ashanpura,kuo zhan qu,Εσάμπλε,Ашямпла,Эшампле,אישמפלה,アシャンプラ,扩展区		56	B	08019	02
6544101	Les Corts	les-corts	ES		82270	Europe/Madrid	41.38712	2.13007		Distrito Les Corts,Les Corts		56	B	08019	04
6544102	Sarrià-Sant Gervasi	sarria-sant-gervasi	ES		147912	Europe/Madrid	41.40104	2.1394		Distrito Sarria-Sant Gervasi,Distrito Sarrià-Sant Gervasi,Sarria,Sarria-Sant Gervasi,Sarrià,Sarrià-Sant Gervasi,sant gervasi		56	B	08019	05
6544103	Horta-Guinardó	horta-guinardo	ES		168092	Europe/Madrid	41.41849	2.1677		Distrikt Horta-Guinardo,Distrikt Horta-Guinardó,Distrito Horta-Guinardo,Distrito Horta-Guinardó,Distrito de Horta-Guinardo,Distrito de Horta-Guinardó,Horta-Guinardo,Horta-Guinardo distritu,Horta-Guinardó,Horta-Guinardó distritu		56	B	08019	07
6544104	Sants-Montjuïc	sants-montjuic	ES		183120	Europe/Madrid	41.37263	2.1546		District de Sants-Montjuic,District de Sants-Montjuïc,Distrikt Sants-Montjuic,Distrikt Sants-Montjuïc,Distrito Sants-Montjuic,Distrito Sants-Montjuïc,Distrito de Sants-Montjuic,Distrito de Sants-Montjuïc,Sants-Montjuic,Sants-Montjuic distritu,Sants-Montjuïc,Sants-Montjuïc distritu,Sants-Montjuїc,sheng tu-meng te hui qi,サンツ・ムンジュイック,圣徒-蒙特惠奇		56	B	08019	03
6544105	Sant Martí	sant-marti	ES		235719	Europe/Madrid	41.41814	2.19933		Districte de Sant Marti,Districte de Sant Martí,Distrikt Sant Marti,Distrikt Sant Martí,Distrito de Sant Marti,Distrito de Sant Martí,Sant Marti,Sant Marti distritu,Sant Martí,Sant Martí distritu		56	B	08019	10
6544106	Ciutat Vella	ciutat-vella	ES		102347	Europe/Madrid	41.38022	2.17319		Ciutat Vella,Ciutat Vella de Barcelona,Distrikt Ciutat Vella,Distrito Ciutat Vella,Distrito de Ciutat Vella,Staryj gorod,Vieille ville de Barcelone,jiu cheng qu,Старый город,シウタ・ベリャ,旧城区		56	B	08019	01
6544306	la Conreria	la-conreria	ES		0	Europe/Madrid	41.50061	2.24027				56	B	08282	
6544328	Platja de Muro	platja-de-muro	ES		0	Europe/Madrid	39.79423	3.12338		Platja de Muro		07	PM	07039	
6544330	Platja de Gandía	platja-de-gandia	ES		0	Europe/Madrid	39.002	-0.164		Playa de Gandia,Playa de Gandía		60	V	46131	
6544331	Solana Matorral	solana-matorral	ES		0	Atlantic/Canary	28.0499	-14.3359				53	GC	35015	
6544332	Es Pujols	es-pujols	ES		833	Europe/Madrid	38.72205	1.45715				07	PM	07024	
6544333	Sa Coma	sa-coma	ES		300	Europe/Madrid	39.57715	3.37205				07	PM	07051	
6544335	Esquinzo	esquinzo	ES		0	Atlantic/Canary	28.0734	-14.3043				53	GC	35015	
6544336	Platja den Bossa	platja-den-bossa	ES		23	Europe/Madrid	38.8877	1.4056		Plajja-Den-Bossa,Platja d'en Bossa,Playa d'en Bossa,Плайя-Ден-Босса		07	PM	07048	
6544339	Migjorn	migjorn	ES		0	Europe/Madrid	38.6744	1.4914				07	PM	07024	
6544340	Son Xoriguer	son-xoriguer	ES		0	Europe/Madrid	39.9293	3.8407				07	PM	07015	
6544345	Es Canar	es-canar	ES		0	Europe/Madrid	38.99908	1.57896		El Canar,Es Canar		07	PM	07054	
6544352	La Arquera	la-arquera	ES		0	Europe/Madrid	43.406	-4.7586				34	O	33036	
6544353	Cala Llonga	cala-llonga	ES		0	Europe/Madrid	38.9534	1.5206				07	PM	07054	
6544356	Aiguablava	aiguablava	ES		0	Europe/Madrid	41.934	3.2182				56	GI	17013	
6544359	Sa Roqueta	sa-roqueta	ES		0	Europe/Madrid	38.732	1.4446				07	PM	07024	
6544360	Urbanización Torre en Conil	urbanizacion-torre-en-conil	ES		0	Europe/Madrid	39.5795	-0.4759				60	V	46070	
6544362	Urbanización Fuerteventura Golf Club	urbanizacion-fuerteventura-golf-club	ES		0	Atlantic/Canary	28.3877	-13.8674				53	GC	35003	
6544364	Cala Tarida	cala-tarida	ES		0	Europe/Madrid	38.9393	1.2381				07	PM	07048	
6544366	Cala Sahona	cala-sahona	ES		0	Europe/Madrid	38.6927	1.3913				07	PM	07024	
6544367	Ciudad de la Imagen	ciudad-de-la-imagen	ES		0	Europe/Madrid	40.3978	-3.7919				29	M	28115	
6544369	Montíboli	montiboli	ES		0	Europe/Madrid	38.4949	-0.2701				60	A	03139	
6544372	Port de Sant Miquel	port-de-sant-miquel	ES		0	Europe/Madrid	39.082	1.4414		Port de Sant Miquel,Puerto de San Miguel,San Miguel		07	PM	07050	
6544377	Pla de l'Ermita	pla-de-l-ermita	ES		0	Europe/Madrid	42.5127	0.8595				56	L	25043	
6544378	Cala d'en Bou	cala-d-en-bou	ES		0	Europe/Madrid	38.96702	1.29622				07	PM	07048	
6544380	Cala Mayor	cala-mayor	ES		0	Europe/Madrid	39.5526	2.6073				07	PM	07040	
6544381	Pula	pula	ES		0	Europe/Madrid	39.6457	3.3749				07	PM	07062	
6544383	es Morer Vermell	es-morer-vermell	ES		0	Europe/Madrid	39.86316	3.12271		es Morer Vermell		07	PM	07003	
6544384	La Caleta	la-caleta	ES		0	Atlantic/Canary	28.0983	-16.7516				53	TF	38001	
6544385	Es Cap de Barbaria	es-cap-de-barbaria	ES		0	Europe/Madrid	38.6638	1.4003				07	PM	07024	
6544386	es Mal Pas	es-mal-pas	ES		0	Europe/Madrid	39.8634	3.1403		el Mal Pas,es Mal Pas		07	PM	07003	
6544387	Bonabé	bonabe	ES		0	Europe/Madrid	42.731	1.1022				56	L	25086	
6544388	Urbanización Ciudad Jardín	urbanizacion-ciudad-jardin	ES		0	Europe/Madrid	40.057	-3.6048				29	M	28013	
6544390	El Santiscal	el-santiscal	ES		0	Europe/Madrid	36.76385	-5.77992				51	CA	11006	
6544391	Parque Empresarial El Carralero	parque-empresarial-el-carralero	ES		0	Europe/Madrid	40.4586	-3.8729				29	M	28080	
6544392	Parque Industrial de Elche	parque-industrial-de-elche	ES		0	Europe/Madrid	38.2953	-0.6212				60	A	03065	
6544393	Polígono Ind. Mediterráneo	poligono-ind-mediterraneo	ES		0	Europe/Madrid	39.5526	-0.3001				60	V	46163	
6544394	El Montico	el-montico	ES		0	Europe/Madrid	41.5164	-4.9416				55	VA	47165	
6544396	Santa María de El Paular	santa-maria-de-el-paular	ES		0	Europe/Madrid	40.8887	-3.8878				29	M	28120	
6544397	Urbanización Golf Guadiana	urbanizacion-golf-guadiana	ES		0	Europe/Madrid	38.8824	-6.8821				57	BA	06015	
6544398	La Imora	la-imora	ES		0	Europe/Madrid	37.7807	-3.8194				51	J	23050	
6544400	Cortijo del Aire	cortijo-del-aire	ES		0	Europe/Madrid	37.25213	-3.65227				51	GR	18003	
6544401	Torrequebrada	torrequebrada	ES		0	Europe/Madrid	36.5819	-4.5506				51	MA	29025	
6544402	Guadalmar	guadalmar	ES		0	Europe/Madrid	36.6627	-4.4589				51	MA	29067	
6544403	Bel-Air	bel-air	ES		0	Europe/Madrid	36.4724	-5.0475				51	MA	29051	
6544404	Urbanización Nuevo Horizonte	urbanizacion-nuevo-horizonte	ES		0	Atlantic/Canary	28.4145	-13.8556				53	GC	35003	
6544405	Urbanización San Ginés	urbanizacion-san-gines	ES		0	Europe/Madrid	37.5688	-1.18052				31	MU	30016	
6544406	Guadalmina	guadalmina	ES		0	Europe/Madrid	36.47203	-5.00393		Guadalmina Alta,Guadalmina Baja		51	MA	29069	
6544415	Zona Hotelera	zona-hotelera	ES		0	Europe/Madrid	41.6308	2.7152				56	B	08261	
6544418	Sant Eloi	sant-eloi	ES		0	Europe/Madrid	41.7291	2.9082				56	GI	17202	
6544419	Sa Torre	sa-torre	ES		0	Europe/Madrid	39.44126	2.75444				07	PM	07031	
6544421	l'Olla	l-olla	ES		0	Europe/Madrid	38.61627	-0.03257				60	A	03018	
6544424	La Zona Residencial del Golf	la-zona-residencial-del-golf	ES		0	Europe/Madrid	42.4152	1.9				56	GI	17024	
6544425	El Mas d'en Bosc	el-mas-d-en-bosc	ES		0	Europe/Madrid	41.0887	1.0919				56	T	43038	
6544426	El Mas Blau	el-mas-blau	ES		0	Europe/Madrid	41.3177	2.0737				56	B	08169	
6544427	El Llac del Cigne	el-llac-del-cigne	ES		0	Europe/Madrid	41.8586	2.7669				56	GI	17033	
6544429	S'Argamasa	s-argamasa	ES		0	Europe/Madrid	38.9918	1.5699				07	PM	07054	
6544430	Sa Mesquida	sa-mesquida	ES		0	Europe/Madrid	39.8915	4.2593				07	PM	07032	
6544431	Es Canutells	es-canutells	ES		0	Europe/Madrid	39.8519	4.1728				07	PM	07032	
6544432	Cala Blanca	cala-blanca	ES		0	Europe/Madrid	39.9733	3.8342				07	PM	07015	
6544433	Ardiaca	ardiaca	ES		0	Europe/Madrid	41.0623	1.024				56	T	43038	
6544434	Almeda i Can Mercader	almeda-i-can-mercader	ES		0	Europe/Madrid	41.3512	2.0905				56	B	08073	
6544438	Son Vida	son-vida	ES		0	Europe/Madrid	39.5919	2.5963				07	PM	07040	
6544439	Cala de Portinatx	cala-de-portinatx	ES		554	Europe/Madrid	39.1082	1.5172		Playa de Portinatx,Portinatx		07	PM	07050	
6544441	Urbanización San Roque Club	urbanizacion-san-roque-club	ES		0	Europe/Madrid	36.2653	-5.3355				51	CA	11033	
6544443	Ullaró	ullaro	ES		0	Europe/Madrid	39.7762	2.9859		Ullaro,Ullaró		07	PM	07012	
6544444	Puig de Ros	puig-de-ros	ES		0	Europe/Madrid	39.45001	2.75074				07	PM	07031	
6544445	Formentor	formentor	ES		0	Europe/Madrid	39.9267	3.1446		Formentor		07	PM	07042	
6544450	La Planta	la-planta	ES		0	Europe/Madrid	43.25187	-5.75821				34	O	33037	
6544454	Besnes	besnes	ES		0	Europe/Madrid	43.33136	-4.69154				34	O	33046	
6544455	Niserias	niserias	ES		0	Europe/Madrid	43.32387	-4.6788				34	O	33046	
6544456	La Molinuca	la-molinuca	ES		0	Europe/Madrid	43.3276	-4.6462				34	O	33046	
6544457	Lestrobe	lestrobe	ES		0	Europe/Madrid	42.7303	-8.673				58	C	15033	
6544458	Paxariñas	paxarinas	ES		0	Europe/Madrid	42.3922	-8.8432				58	PO	36051	
6544459	Insuela	insuela	ES		0	Europe/Madrid	42.5695	-8.9674				58	C	15073	
6544461	A Xesteiriña	a-xesteirina	ES		0	Europe/Madrid	42.42016	-8.79061				58	PO	36051	
6544462	A Campiña	a-campina	ES		0	Europe/Madrid	43.0342	-7.5307		A Campina,A Campiña,La Campina,La Campiña		58	LU	27028	
6544463	Castro Alfonsín	castro-alfonsin	ES		0	Europe/Madrid	42.9332	-7.5833				58	LU	27028	
6544464	Cotobade	cotobade	ES		0	Europe/Madrid	42.2186	-8.496				58	PO	36042	
6544465	O Cumial	o-cumial	ES		0	Europe/Madrid	42.30309	-7.82729				58	OR	32054	
6544466	Cotaredo	cotaredo	ES		0	Europe/Madrid	42.8831	-8.5125				58	C	15078	
6544469	O Puntal de Abaixo	o-puntal-de-abaixo	ES		0	Europe/Madrid	43.4928	-8.1624				58	C	15055	
6544470	San Xillao	san-xillao	ES		0	Europe/Madrid	43.547	-7.1048				58	LU	27051	
6544482	Butarque	butarque	ES		0	Europe/Madrid	40.33935	-3.76848				29	M	28074	
6544484	Arroyo Meaques	arroyo-meaques	ES		0	Europe/Madrid	40.39565	-3.77852				29	M	28079	10
6544485	Colonia Los Angeles	colonia-los-angeles	ES		0	Europe/Madrid	40.40637	-3.77844				29	M	28115	
6544487	Arganzuela	arganzuela	ES		148797	Europe/Madrid	40.40021	-3.69618		Argansuela,Arganzuela distritu,Arganzuelo,Distrito Arganzuela,a er gan su ai la,arugansuera,Արգանսուելա,アルガンスエラ,阿尔甘苏埃拉		29	M	28079	2
6544488	San Blas-Canillejas	san-blas-canillejas	ES		157367	Europe/Madrid	40.43893	-3.61537		Distrito San Blas,Distrito San Blas-Canillejas,San Blas-Canillejas		29	M	28079	20
6544489	Latina	latina	ES		256644	Europe/Madrid	40.38897	-3.74569		Distrito Latina,Latina,Latina distritu,latyna,ratina,Լատինա,لاتینا,ラティーナ		29	M	28079	10
6544490	Usera	usera	ES		141189	Europe/Madrid	40.38866	-3.70035		Distrito Usera		29	M	28079	12
6544492	Chamberí	chamberi	ES		145934	Europe/Madrid	40.43404	-3.70379		Camberio,Chamberi distritu,Chamberí distritu,Distrito Chamberi,Distrito Chamberí,chanberi,Ĉamberio,Չամբերի,チャンベリ		29	M	28079	7
6544493	Carabanchel	carabanchel	ES		253678	Europe/Madrid	40.39094	-3.7242		Carabanchel distritu,Distrito Carabanchel,Karabancelo,Karabanĉelo,karabancheru,karabantshyl,كارابانتشيل,カラバンチェル		29	M	28079	11
6544494	City Center	city-center	ES		149718	Europe/Madrid	40.41831	-3.70275		Madrid Centro,Madrid City Center		29	M	28079	1
6544495	Retiro	retiro	ES		126058	Europe/Madrid	40.41317	-3.68307		Districte de Retiro,Distrito Retiro,Retiro,Retiro distritu,retiro,Ռետիրո,レティーロ		29	M	28079	3
6544496	es Barcarès	es-barcares	ES		0	Europe/Madrid	39.8608	3.11428		el Barcares,el Barcarès,es Barcares,es Barcarès		07	PM	07003	
6544497	Alcanada	alcanada	ES		0	Europe/Madrid	39.83827	3.15943		Alcanada		07	PM	07003	
6544577	Barri Gòtic	barri-gotic	ES		15876	Europe/Madrid	41.38364	2.17628		Barri Gotic,Barri Gòtic,Barrio Gotico,Barrio Gotico de Barcelona,Barrio Gótico,Barrio Gótico de Barcelona,El Gotic,El Gòtic,Gothic Quarter,Gotic,Goticheskij kvartal,Gotichnij kvartal,Gotico,Gòtic,Gótico,Quartier gothique,ge te qu,goshikku,gothische Viertel,gwtyk kwartr barslwn,quartier gothique,Готический квартал,Готичний квартал,הרובע הגותי,گوتیک کوآرتر بارسلون,ゴシック,哥特区		56	B	08019	01
6545002	Playa de Palma	playa-de-palma	ES		0	Europe/Madrid	39.5249	2.74195		Platja de Palma,Playa de Palma		07	PM	07040	
6545007	Figueretes	figueretes	ES		0	Europe/Madrid	38.90105	1.41621		Figueretes		07	PM	07026	
6545018	Mijas Costa	mijas-costa	ES		0	Europe/Madrid	36.50489	-4.68051				51	MA	29070	
6545034	Forcarei	forcarei	ES		0	Europe/Madrid	42.59233	-8.3509			36018	58	PO	36018	
6545073	O Allo	o-allo	ES		0	Europe/Madrid	43.15899	-8.93849				58	C	15093	
6545076	Eixample Esquerra	eixample-esquerra	ES		0	Europe/Madrid	41.38982	2.1595		Eixample Esquerra,Eixample Izquierda,Eixample Left		56	B	08019	02
6545077	La Latina	la-latina	ES		0	Europe/Madrid	40.41316	-3.70927				29	M	28079	1
6545078	Lavapiés	lavapies	ES		0	Europe/Madrid	40.40804	-3.70131		Madrid,la wa pi ye si,拉瓦皮耶斯		29	M	28079	1
6545079	El Rastro	el-rastro	ES		0	Europe/Madrid	40.40863	-3.7102				29	M	28079	1
6545080	Atocha	atocha	ES		0	Europe/Madrid	40.40346	-3.68733				29	M	28079	2
6545083	Sol	sol	ES		0	Europe/Madrid	40.41664	-3.70327		Centro		29	M	28079	1
6545084	Malasaña	malasana	ES		0	Europe/Madrid	40.42523	-3.70643				29	M	28079	1
6545086	Alonso Martínez	alonso-martinez	ES		0	Europe/Madrid	40.42604	-3.69501		Alonso Martinez,Alonso Martínez,Estacao Alonso Martinez,Estacion de Alonso Martinez,Estación de Alonso Martínez,Estação Alonso Martínez,alwnzw martynyz,ألونزو مارتينيز		29	M	28079	1
6545087	Serrano	serrano	ES		0	Europe/Madrid	40.4264	-3.68761				29	M	28079	4
6545088	Opera	opera	ES		0	Europe/Madrid	40.41828	-3.70881				29	M	28079	1
6545090	Nuevos Ministerios	nuevos-ministerios	ES		0	Europe/Madrid	40.44509	-3.6939				29	M	28079	7
6545103	Poble Sec	poble-sec	ES		40906	Europe/Madrid	41.37452	2.16326				56	B	08019	03
6545105	La Bordeta	la-bordeta	ES		18505	Europe/Madrid	41.37397	2.14377				56	B	08019	03
6545106	Zona Universitaria	zona-universitaria	ES		0	Europe/Madrid	41.38325	2.1142				56	B	08019	04
6545107	La Bonanova	la-bonanova	ES		25574	Europe/Madrid	41.40585	2.13243		Bonanova		56	B	08019	05
6545108	Las Tres Torres	las-tres-torres	ES		16532	Europe/Madrid	41.39989	2.12931				56	B	08019	05
6545109	Les Planes	les-planes	ES		0	Europe/Madrid	41.37256	2.11444				56	B	08101	
6545110	Vallvidrera	vallvidrera	ES		0	Europe/Madrid	41.45863	2.06788				56	B	08205	
6545111	Pedralbes	pedralbes	ES		11800	Europe/Madrid	41.39046	2.11019				56	B	08019	04
6545113	el Coll	el-coll	ES		7344	Europe/Madrid	41.41721	2.14723		Coll		56	B	08019	06
6545114	el Poblenou	el-poblenou	ES		33642	Europe/Madrid	41.40392	2.20413				56	B	08019	10
6545117	A Lanzada	a-lanzada	ES		0	Europe/Madrid	42.42884	-8.87206		A Lanzada,La Lanzada,Lanzada		58	PO	36051	
6545124	Sant Tomàs	sant-tomas	ES		59	Europe/Madrid	39.9175	4.03653		Sant Tomas,Sant Tomàs,Santo Tomas		07	PM	07902	
6545127	El Puente	el-puente	ES		0	Europe/Madrid	42.08389	-6.64227				55	ZA	49085	
6545129	S'illot	s-illot	ES		0	Europe/Madrid	39.56982	3.37196		L'illot,L’illot,S'illot,S’illot		07	PM	07051	
6545261	El Carmel	el-carmel	ES		31843	Europe/Madrid	41.41758	2.15914		El Carmelo		56	B	08019	07
6559503	l'Alfàs del Pi	l-alfas-del-pi	ES		21011	Europe/Madrid	38.58055	-0.10321		Alfas Del Pi,Alfaz,Alfaz del Pi,L'Alfas Del Pi	03011	60	A	03011	
6559542	Cala Blava	cala-blava	ES		339	Europe/Madrid	39.48376	2.73657				07	PM	07031	
6559642	Son Parc	son-parc	ES		0	Europe/Madrid	40.02318	4.16639				07	PM	07037	
6559644	Puerto de la Torre	puerto-de-la-torre	ES		0	Europe/Madrid	36.72077	-4.50251				51	MA	29067	
6559646	Cala Morell	cala-morell	ES		0	Europe/Madrid	40.0525	3.8851				07	PM	07015	
6559647	Endo	endo	ES		0	Europe/Madrid	42.36738	0.89934				56	L	25201	
6559650	Cala Vadella	cala-vadella	ES		0	Europe/Madrid	38.91307	1.22246				07	PM	07048	
6613229	Els Rajolars	els-rajolars	ES		0	Europe/Madrid	40.60361	0.4004				56	T	43156	
6615213	Elviria	elviria	ES		0	Europe/Madrid	36.50203	-4.78341				51	MA	29069	
6615321	La Berzosilla	la-berzosilla	ES		0	Europe/Madrid	40.58815	-3.94684				29	M	28152	
6615327	El Berzalejo	el-berzalejo	ES		0	Europe/Madrid	40.60053	-3.9101				29	M	28072	
6615355	L'Albir	l-albir	ES		0	Europe/Madrid	38.57166	-0.06884		L'Albir		60	A	03011	
6615356	Cala'N Blanes	cala-n-blanes	ES		0	Europe/Madrid	40.00178	3.80582		Cala en Blanes,Cala'N Blanes		07	PM	07015	
6615363	Cala Santandria	cala-santandria	ES		0	Europe/Madrid	39.98146	3.83835		Cala Santandria		07	PM	07015	
6615397	Bilboko aireportua / Aeropuerto de Bilbao	bilbao-airport	ES		0	Europe/Madrid	43.30513	-2.90657		Aeropuerto de Bilbao,Bilboko aireportua		59	BI	48903	
6615440	Delicias	delicias	ES		110520	Europe/Madrid	41.64928	-0.90757	183			52	Z	50297	
6615442	Almozara	almozara	ES		25767	Europe/Madrid	41.66124	-0.90169	180	Al'mozara,La Quimica,La Química,Альмозара		52	Z	50297	
6615443	Montecanal	montecanal	ES		20000	Europe/Madrid	41.62965	-0.93873	200			52	Z	50297	
6615444	Oliver-Valdefierro	oliver-valdefierro	ES		30228	Europe/Madrid	41.64454	-0.93349	197			52	Z	50297	
6618585	Cierco	cierco	ES		0	Europe/Madrid	42.5169	0.72478	1150			56	L	25245	
6618586	Artiga	artiga	ES		0	Europe/Madrid	42.51474	0.72812	1190			56	L	25245	
6618595	s'Horta	s-horta	ES		0	Europe/Madrid	39.40742	3.20827				07	PM	07022	
6618856	Santutxu	santutxu	ES		60000	Europe/Madrid	43.25347	-2.9161	140			59	BI	48020	
6619130	Torrero	torrero	ES		0	Europe/Madrid	41.62869	-0.8865	200			52	Z	50297	
6619132	Valdespartera	valdespartera	ES		0	Europe/Madrid	41.62192	-0.92869				52	Z	50297	
6619731	Tossal Gros	tossal-gros	ES		0	Europe/Madrid	38.91436	-0.11372				60	V	46181	
6619935	Tolleric	tolleric	ES		0	Europe/Madrid	39.4171	2.74624				07	PM	07031	
6639600	San Lorenzo de Balafia	san-lorenzo-de-balafia	ES		0	Europe/Madrid	39.03359	1.47251				07	PM	07050	
6639601	Santa Cruz de Oleiros	santa-cruz-de-oleiros	ES		0	Europe/Madrid	43.34459	-8.34609				58	C	15058	
6640026	Eixample	eixample	ES		0	Europe/Madrid	39.46284	-0.37225		L'Eixample		60	V	46250	
6640247	Es Pil-lari	es-pil-lari	ES		0	Europe/Madrid	39.52841	2.75508				07	PM	07040	
6640331	Actur	actur	ES		0	Europe/Madrid	41.67048	-0.88989		Rey Fernando		52	Z	50297	
6690138	Casco	casco	ES		0	Europe/Madrid	41.6548	-0.87994				52	Z	50297	
6690140	Parque Goya	parque-goya	ES		0	Europe/Madrid	41.6858	-0.87522				52	Z	50297	
6690317	Miralbueno	miralbueno	ES		0	Europe/Madrid	41.65871	-0.94161				52	Z	50297	
6690420	Urbanización Playa de Verdicio	urbanizacion-playa-de-verdicio	ES		0	Europe/Madrid	43.62575	-5.8738				34	O	33025	
6690784	Fort Pienc	fort-pienc	ES		31963	Europe/Madrid	41.39458	2.17946				56	B	08019	02
6690786	Dreta de l'Eixample	dreta-de-l-eixample	ES		43994	Europe/Madrid	41.39606	2.16688				56	B	08019	02
6690791	Vallcarca	vallcarca	ES		15571	Europe/Madrid	41.41209	2.14394		Vallcarca,Vallcarca i els Penitents		56	B	08019	06
6690794	Sagrada Família	sagrada-familia	ES		51623	Europe/Madrid	41.40408	2.17332				56	B	08019	02
6690836	Diagonal Mar	diagonal-mar	ES		13448	Europe/Madrid	41.40897	2.21615				56	B	08019	10
6690837	Forum	forum	ES		0	Europe/Madrid	41.41283	2.21701				56	B	08019	10
6690839	Sant Martí de Provençals	sant-marti-de-provencals	ES		26196	Europe/Madrid	41.4202	2.19632		Provencals,Provençals		56	B	08019	10
6690840	Camp Nou	camp-nou	ES		0	Europe/Madrid	41.37938	2.12461				56	B	08019	04
6690952	La Fustera	la-fustera	ES		0	Europe/Madrid	38.66203	0.08814				60	A	03041	
6691258	Centre	centre	ES		0	Europe/Madrid	41.38183	2.13684				56	B	08019	03
6691323	Sant Grau d'Entreperes	sant-grau-d-entreperes	ES		0	Europe/Madrid	42.27345	2.62035				56	GI	17154	
6691623	Delicias	delicias	ES		0	Europe/Madrid	41.64072	-4.72043				55	VA	47186	
6691748	Nueva Andalucia	nueva-andalucia	ES		0	Europe/Madrid	36.50108	-4.96239				51	MA	29069	
6691807	Las Chapas	las-chapas	ES		0	Europe/Madrid	36.50246	-4.81347				51	MA	29069	
6691965	Playa de Talamanca	playa-de-talamanca	ES		0	Europe/Madrid	38.92022	1.45813				07	PM	07026	
6692391	Playa del Cable	playa-del-cable	ES		0	Atlantic/Canary	28.95558	-13.57224				53	GC	35004	
6692441	Cala Llenya	cala-llenya	ES		0	Europe/Madrid	39.01812	1.59156				07	PM	07054	
6692442	Ibiza Nueva	ibiza-nueva	ES		0	Europe/Madrid	38.91842	1.44432				07	PM	07026	
6692443	Port d'es Torrent	port-d-es-torrent	ES		0	Europe/Madrid	38.96622	1.25974				07	PM	07048	
6692457	Binibèquer Vell	binibequer-vell	ES		0	Europe/Madrid	39.82291	4.23489		Binibeca,Binibeca Vell		07	PM	07052	
6692467	Cala Canutells	cala-canutells	ES		0	Europe/Madrid	39.85046	4.17214				07	PM	07032	
6692468	Son Bou	son-bou	ES		167	Europe/Madrid	39.89821	4.07885				07	PM	07002	
6692470	Los Gigantes	los-gigantes	ES		2721	Atlantic/Canary	28.24361	-16.84153		Acantilado de los Gigantes		53	TF	38040	
6692596	Puig d'en Valls	puig-d-en-valls	ES		0	Europe/Madrid	38.92964	1.43183				07	PM	07054	
6692599	San Nicolas	san-nicolas	ES		0	Atlantic/Canary	28.60638	-17.90025				53	TF	38024	
6692600	La Punta	la-punta	ES		0	Atlantic/Canary	28.67206	-17.94308				53	TF	38047	
6692602	Maioris	maioris	ES		0	Europe/Madrid	39.45396	2.74997				07	PM	07031	
6692604	Port Adriano	port-adriano	ES		0	Europe/Madrid	39.49543	2.47587				07	PM	07011	
6693029	Santa Fe del Montseny	santa-fe-del-montseny	ES		0	Europe/Madrid	41.77413	2.46197				56	B	08081	
6693046	Sant Joan de Mediona	sant-joan-de-mediona	ES		1943	Europe/Madrid	41.47862	1.61164				56	B	08122	
6693085	Santa Agnès de Malanyanes	santa-agnes-de-malanyanes	ES		0	Europe/Madrid	41.59914	2.34773				56	B	08181	
6693086	Les Valls de Valira	les-valls-de-valira	ES		0	Europe/Madrid	42.37579	1.45208				56	L	25239	
6695157	La Rocita	la-rocita	ES		40	Europe/Madrid	39.25063	-7.15017				57	BA	06123	
6695169	Zuriza	zuriza	ES		0	Europe/Madrid	42.86605	-0.81181				52	HU	22028	
6695558	Cala Gració	cala-gracio	ES		0	Europe/Madrid	38.9926	1.29089				07	PM	07046	
6695575	Cala Romantica	cala-romantica	ES		0	Europe/Madrid	39.5194	3.31032				07	PM	07033	
6695627	Sometimes	sometimes	ES		0	Europe/Madrid	39.529	2.73319				07	PM	07040	
6695750	El Pinar de El Hierro	el-pinar-de-el-hierro	ES		0	Atlantic/Canary	27.72008	-17.96917		Ehl'-Pinar-de-ehl'-Ierro,El Pinar,El'-Pinar-de-el'-Erro,ai er pi na er de ai er ye luo,al bynar dy al hyyrw,Ель-Пінар-де-ель-Єрро,Эль-Пинар-де-эль-Иерро,إل بينار دي إل هييرو,埃尔皮纳尔德埃尔耶罗		53	TF	38048	
6696311	Marina d'Or	marina-d-or	ES		0	Europe/Madrid	40.11097	0.15364				60	CS	12085	
6696643	urbanización Haygón	urbanizacion-haygon	ES		0	Europe/Madrid	38.38628	-0.49975				60	A	03014	
6697037	La Viñuela	la-vinuela	ES		0	Europe/Madrid	36.86239	-4.14142				51	MA	29099	
6697075	Los Collaos	los-collaos	ES		5	Europe/Madrid	43.175	-5.74635	600			34	O	33002	
6697217	Es Caló des Moro	es-calo-des-moro	ES		0	Europe/Madrid	38.9845	1.29553		Es Calo,Es Calo des Moro,Es Caló,Es Caló des Moro		07	PM	07046	
6697219	San Andres de Teixido	san-andres-de-teixido	ES		0	Europe/Madrid	43.70995	-7.98225		Santo Andres de Teixido,Santo Andrés de Teixido		58	C	15022	
6697220	Quintanilla de las Dueñas	quintanilla-de-las-duenas	ES		0	Europe/Madrid	42.49185	-3.10364				55	BU	09098	
6697291	Casa Moñino	casa-monino	ES		0	Europe/Madrid	38.27944	-0.97263				31	MU	30001	
6697296	Arenales del Sol	arenales-del-sol	ES		0	Europe/Madrid	38.25662	-0.51846				60	A	03065	
6697297	Urbanova	urbanova	ES		0	Europe/Madrid	38.28269	-0.52108				60	A	03014	
6697298	Gran Alacant	gran-alacant	ES		0	Europe/Madrid	38.22456	-0.51919				60	A	03121	
6697573	El Alcor II	el-alcor-ii	ES		0	Europe/Madrid	40.54515	-4.10975				29	M	28054	
6697574	Parque de las Infantas	parque-de-las-infantas	ES		0	Europe/Madrid	40.53507	-4.09112				29	M	28160	
6697580	Las Damas	las-damas	ES		0	Europe/Madrid	40.64385	-4.22665				55	AV	05184	
6697778	Pineda de Santa Cristina	pineda-de-santa-cristina	ES		0	Europe/Madrid	41.28235	1.43573				56	T	43028	
6697973	Villajos	villajos	ES		0	Europe/Madrid	42.30093	-4.11052				55	BU	09091	
6697974	bodegas Caravacas	bodegas-caravacas	ES		0	Europe/Madrid	42.32614	-4.13421				55	BU	09091	
6698341	El Portalet	el-portalet	ES		0	Europe/Madrid	42.80493	-0.41791				52	HU	22204	
6698424	Hostal de Ispiés	hostal-de-ispies	ES		0	Europe/Madrid	42.43907	-0.39529				52	HU	22199	
6698605	San Feliciano	san-feliciano	ES		0	Europe/Madrid	42.51472	-0.37452		Sabinanigo Alto,Sabinanigo Pueblo,Sabiñánigo Alto,Sabiñánigo Pueblo		52	HU	22199	
6698662	Chayoso	chayoso	ES		0	Europe/Madrid	42.26781	-7.66118				58	OR	32043	
6698663	Alvite	alvite	ES		0	Europe/Madrid	42.24853	-7.68067				58	OR	32007	
6698668	Froufe	froufe	ES		0	Europe/Madrid	42.21765	-7.66176				58	OR	32007	
6698669	Quintas	quintas	ES		0	Europe/Madrid	42.15984	-7.93206				58	OR	32024	
6940310	Urbanización Albatros Golf	urbanizacion-albatros-golf	ES		0	Europe/Madrid	38.37041	-0.43076				60	A	03014	
6941125	Sant Agustí	sant-agusti	ES		0	Europe/Madrid	39.55065	2.59741		Sant Agusti,Sant Agustí		07	PM	07040	
6941126	Cala Tirant	cala-tirant	ES		0	Europe/Madrid	40.0447	4.10305				07	PM	07037	
6941127	Cala Bassa	cala-bassa	ES		0	Europe/Madrid	38.96194	1.23545				07	PM	07048	
6941128	Port des Torrent	port-des-torrent	ES		0	Europe/Madrid	38.96495	1.25905				07	PM	07048	
6941129	Can Codolar	can-codolar	ES		0	Europe/Madrid	39.00731	1.54753				07	PM	07054	
6941513	A Salga	a-salga	ES		0	Europe/Madrid	42.56157	-8.87135	9			58	PO	36901	
6941794	La Cala	la-cala	ES		0	Europe/Madrid	38.53111	-0.17029				60	A	03139	
6943537	Llefià	llefia	ES		43827	Europe/Madrid	41.43806	2.2195				56	B	08015	
6946451	Spanisches Dorf "Pueblo Espanol"	spanisches-dorf-pueblo-espanol	ES		0	Europe/Madrid	39.5719	2.6274				07	PM	07040	
6947031	Esfarrapa	esfarrapa	ES		10	Europe/Madrid	42.86599	-8.89523	80			58	C	15062	
6947033	Baleixo	baleixo	ES		3	Europe/Madrid	42.87304	-8.89958	100			58	C	15062	
6949148	Puerto de San Isidro	puerto-de-san-isidro	ES		0	Europe/Madrid	43.06437	-5.38939	1500			34	O	33002	
6949574	Puerto-Canteras	puerto-canteras	ES		0	Atlantic/Canary	28.1477	-15.4301				53	GC	35016	
6949575	Stadtzentrum	stadtzentrum	ES		0	Atlantic/Canary	28.1272	-15.4314		city center		53	GC	35016	
6949577	Vegueta	vegueta	ES		0	Atlantic/Canary	28.1028	-15.4131				53	GC	35016	
6950973	Bastiagueiro	bastiagueiro	ES		0	Europe/Madrid	43.3427	-8.35116				58	C	15058	
6950974	Calla de Mijas	calla-de-mijas	ES		0	Europe/Madrid	36.5022	-4.68052				51	MA	29070	
6950980	San Vicente do Mar	san-vicente-do-mar	ES		47	Europe/Madrid	42.455	-8.92476				58	PO	36022	
6950989	San Adrian de Besos	san-adrian-de-besos	ES		0	Europe/Madrid	41.4333	2.23333				56	B	08015	
6951030	Playa de Muro	playa-de-muro	ES		0	Europe/Madrid	39.7969	3.12046				07	PM	07039	
6951049	Headlam	headlam	ES		0	Europe/Madrid	39.823	-1.7252				54	CU	16056	
6951074	Cala Vinyes	cala-vinyes	ES		0	Europe/Madrid	39.4915	2.53626		Cala Vinas,Cala Viñas		07	PM	07011	
6951085	Lavacolla	lavacolla	ES		0	Europe/Madrid	42.8947	-8.38684				58	C	15066	
6951089	Playas de Orihuela	playas-de-orihuela	ES		0	Europe/Madrid	37.9165	-0.7333				60	A	03099	
6951099	Poncebos	poncebos	ES		0	Europe/Madrid	43.2793	-4.83445				34	O	33008	
6951103	Playa Migjorn	playa-migjorn	ES		0	Europe/Madrid	38.686	1.4683				07	PM	07024	
6951105	Colonia de San Pedro	colonia-de-san-pedro	ES		0	Europe/Madrid	39.7333	3.26667				07	PM	07006	
6953531	El Ogarite	el-ogarite	ES		0	Europe/Madrid	37.44635	-2.27584		Ogarite		51	AL	04070	
7114226	Arroyo Albanchez	arroyo-albanchez	ES		0	Europe/Madrid	37.32471	-2.14431		El Arroyo Albanchez		51	AL	04031	
7114400	Bahia Feliz	bahia-feliz	ES		0	Atlantic/Canary	27.78168	-15.51909				53	GC	35019	
7115111	Corvera de Asturias	corvera-de-asturias	ES		15955	Europe/Madrid	43.53554	-5.88893		Corvera,Korvera-de-Asturias,ke er wei la de a si tu li ya si,krbra d astwryas,kwrfyra dy astwryas,Корвера-де-Астуриас,Корвера-де-Астуріас,كورفيرا دي أستورياس,کربرا د آستوریاس,科尔韦拉德阿斯图里亚斯	33020	34	O	33020	
7115249	Residencia los Altos	residencia-los-altos	ES		0	Europe/Madrid	37.95523	-0.72119		Los Altos		60	A	03133	
7115257	El Pinar de Campoverde	el-pinar-de-campoverde	ES		0	Europe/Madrid	37.90628	-0.83668		Pinar de Campoverde		60	A	03902	
7115270	Urbanizacion los Balcones	urbanizacion-los-balcones	ES		0	Europe/Madrid	37.96525	-0.73196		Orihuela Costa		60	A	03133	
7115309	Playa Flamenca	playa-flamenca	ES		0	Europe/Madrid	37.93025	-0.72231				60	A	03099	
7115310	Pueblo Lucero	pueblo-lucero	ES		0	Europe/Madrid	38.07164	-0.7057		Pueblo Lucero (Urbanizacion)		60	A	03113	
7115315	Virgen del Camino	virgen-del-camino	ES		0	Europe/Madrid	38.11369	-0.94199		Virgen del Camino (Partida)		60	A	03099	
7115328	Saliente Bajo	saliente-bajo	ES		0	Europe/Madrid	37.46384	-2.15029				51	AL	04006	
7115331	Cala Egos	cala-egos	ES		0	Europe/Madrid	39.36091	3.2244				07	PM	07057	
7115332	Cala Fornells	cala-fornells	ES		0	Europe/Madrid	39.53936	2.41334				07	PM	07005	
7116108	Campoamor R-5	campoamor-r-5	ES		500	Europe/Madrid	37.93195	-0.7772				60	A	03099	
7117268	L'Avellà	l-avella	ES		0	Europe/Madrid	40.50186	0.0006				60	CS	12042	
7117269	Salvassòria	salvassoria	ES		0	Europe/Madrid	40.51238	-0.02933				60	CS	12080	
7117888	El Golfo	el-golfo	ES		500	Atlantic/Canary	28.9816	-13.83127		Ehl'-Gol'fo,Эль-Гольфо		53	GC	35034	
7266439	Hospital Provincial Nuestra Señora de la Montaña	hospital-provincial-nuestra-senora-de-la-montana	ES		0	Europe/Madrid	39.47275	-6.37713				57	CC	10037	
7273873	Cala El Calón	cala-el-calon	ES		0	Europe/Madrid	37.31195	-1.70494		El Calon		51	AL	04035	
7279510	Vilouxe	vilouxe	ES		20	Europe/Madrid	42.37782	-7.62177	650			58	OR	32052	
7280031	La Cala De Mijas	la-cala-de-mijas	ES		0	Europe/Madrid	36.56577	-4.66992				51	MA	29070	
7280032	Marbella Del Este	marbella-del-este	ES		0	Europe/Madrid	36.4928	-4.77013		Urbanizacion Marbella Este,Urbanización Marbella Este		51	MA	29069	
7280601	San Agustin des Vedra	san-agustin-des-vedra	ES		0	Europe/Madrid	38.94189	1.29072		San Agustin des Vedra,Sant Agusti des Vedra		07	PM	07048	
7280674	Polígono de Puerto Lumbreras	poligono-de-puerto-lumbreras	ES		0	Europe/Madrid	37.58608	-1.77987				31	MU	30033	
7280754	El Arroyo de Medina	el-arroyo-de-medina	ES		0	Europe/Madrid	37.47418	-2.19686		Arroyo Medina		51	AL	04070	
7281128	La Parroquia	la-parroquia	ES		0	Europe/Madrid	37.73271	-1.86647				31	MU	30024	
7281594	Baix Llobregat	baix-llobregat	ES		0	Europe/Madrid	41.43047	1.96685		Bajo de Llobregat		56	B	08072	
7283851	Rambla de Oria	rambla-de-oria	ES		0	Europe/Madrid	37.46883	-2.21623				51	AL	04070	
7283863	Los Higuerlas	los-higuerlas	ES		0	Europe/Madrid	37.41332	-2.05444				51	AL	04017	
7283864	Los Pardos	los-pardos	ES		0	Europe/Madrid	37.50455	-2.06182				51	AL	04089	
7284922	El Cerro Gordo	el-cerro-gordo	ES		0	Europe/Madrid	37.41891	-2.19709		El Cerrogordo		51	AL	04072	
7288108	Parroquia de Miranda	parroquia-de-miranda	ES		0	Europe/Madrid	43.54191	-5.94616				34	O	33004	
7289541	Mojacar Playa	mojacar-playa	ES		0	Europe/Madrid	37.1309	-1.83345		Mojacar Playa,Mojácar Playa		51	AL	04064	
7289620	Montalvo	montalvo	ES		0	Europe/Madrid	42.39988	-8.85562				58	PO	36051	
7289691	Riviera del Sol	riviera-del-sol	ES		0	Europe/Madrid	36.49273	-4.70567				51	MA	29070	
7289863	Port des Canonge	port-des-canonge	ES		0	Europe/Madrid	39.69873	2.55509				07	PM	07007	
7290138	Os Anxeles	os-anxeles	ES		0	Europe/Madrid	42.85199	-8.67328				58	C	15013	
7290411	Barreiros	barreiros	ES		0	Europe/Madrid	43.53321	-7.23342			27005	58	LU	27005	
7290508	Urbanització Montemar	urbanitzacio-montemar	ES		0	Europe/Madrid	38.6912	0.09519				60	A	03041	
7290701	Condomina	condomina	ES		0	Europe/Madrid	38.36784	-0.42675				60	A	03014	
7290702	Susierra	susierra	ES		0	Europe/Madrid	43.34935	-5.10321				34	O	33012	
7290705	Campanillas	campanillas	ES		0	Europe/Madrid	36.72643	-4.53375				51	MA	29067	
7290713	els Poblets	els-poblets	ES		3708	Europe/Madrid	38.85381	0.02103			03901	60	A	03901	
7302157	El Mas Lluners	el-mas-lluners	ES		0	Europe/Madrid	41.94979	2.68993				56	GI	17020	
7302417	Pedregales	pedregales	ES		0	Atlantic/Canary	28.66642	-17.90634				53	TF	38024	
7302754	La Mairena	la-mairena	ES		0	Europe/Madrid	36.53074	-4.75948				51	MA	29069	
7303233	El Marchal (Lubrin)	el-marchal-lubrin	ES		0	Europe/Madrid	37.21372	-2.02565				51	AL	04059	
7304052	Ses Paisses	ses-paisses	ES		0	Europe/Madrid	38.97502	1.32226				07	PM	07046	
7498348	Monte de los Almendros	monte-de-los-almendros	ES		0	Europe/Madrid	36.75573	-3.61266				51	GR	18173	
7500739	Naya Fornells	naya-fornells	ES		0	Europe/Madrid	40.04907	4.10876				07	PM	07037	
7506745	El Estrecho de San Gines	el-estrecho-de-san-gines	ES		0	Europe/Madrid	37.62592	-0.8202				31	MU	30016	
7521572	Masos de Vespella	masos-de-vespella	ES		0	Europe/Madrid	41.19697	1.36329				56	T	43164	
7521874	L'Ametlla de Segarra	l-ametlla-de-segarra	ES		0	Europe/Madrid	41.57359	1.24214				56	T	43159	
7533657	Cigarra	cigarra	ES		0	Europe/Madrid	37.86361	-4.94823				51	CO	14021	
7534562	Artola	artola	ES		0	Europe/Madrid	36.49404	-4.75562				51	MA	29069	
7535373	Playamar	playamar	ES		0	Europe/Madrid	36.63037	-4.49161				51	MA	29901	
7535644	Playa de Fanabé	playa-de-fanabe	ES		0	Atlantic/Canary	28.08682	-16.73484				53	TF	38001	
7535939	Frontones	frontones	ES		0	Europe/Madrid	36.7789	-5.16375				51	MA	29084	
7626578	Alcaicería de Granada	alcaiceria-de-granada	ES		0	Europe/Madrid	37.17556	-3.59852				51	GR	18087	
7626798	Sant Rafel	sant-rafel	ES		0	Europe/Madrid	38.96	1.39861		San Rafael,Sant Rafael de Sa Creu,Sant Rafel		07	PM	07046	
7627002	Bogatell Beach	bogatell-beach	ES		0	Europe/Madrid	41.37396	2.18958				56	B	08019	01
7667387	Candet	candet	ES		0	Europe/Madrid	42.49761	0.78466				56	L	25043	
7668950	Realejo-San Matías	realejo-san-matias	ES		0	Europe/Madrid	37.17333	-3.59389				51	GR	18087	
7669249	Sacromonte	sacromonte	ES		0	Europe/Madrid	37.18083	-3.59278				51	GR	18087	
7701595	San Pablo Church	san-pablo-church	ES		0	Europe/Madrid	38.01001	-3.36727				51	J	23092	
7729841	Lomo de Balo	lomo-de-balo	ES		0	Atlantic/Canary	28.11839	-17.30849				53	TF	38049	
7733100	Cuesta de la Palma	cuesta-de-la-palma	ES		0	Europe/Madrid	37.13678	-4.27849				51	GR	18122	
7733101	Urbanització Tamarinda	urbanitzacio-tamarinda	ES		0	Europe/Madrid	39.92356	3.82419				07	PM	07015	
7733370	Viaxe de Abaixo	viaxe-de-abaixo	ES		0	Europe/Madrid	43.36063	-8.13409				58	C	15091	
7778648	Los Marcelinos	los-marcelinos	ES		0	Europe/Madrid	37.43548	-2.12023				51	AL	04006	
7778652	El Bancalejo	el-bancalejo	ES		0	Europe/Madrid	37.54893	-2.12397		Bancalejo		51	AL	04099	
7778656	Roca Llisa	roca-llisa	ES		0	Europe/Madrid	38.93171	1.49706				07	PM	07054	
7778687	Marratxinet	marratxinet	ES		0	Europe/Madrid	39.64226	2.7537				07	PM	07036	
7838667	Favela	favela	ES		0	Europe/Madrid	40.19734	-0.10699	385			60	CS	12122	
7839025	Balcon del Tajo	balcon-del-tajo	ES		0	Europe/Madrid	40.07004	-3.49339				29	M	28043	
7870541	Villa de los Barrios	villa-de-los-barrios	ES		0	Europe/Madrid	36.18333	-5.48333				51	CA	11008	
7870728	Villa romana La Olmeda	villa-romana-la-olmeda	ES		0	Europe/Madrid	42.48178	-4.7367				55	P	34126	
7871417	Barrio La Iglesia	barrio-la-iglesia	ES		0	Europe/Madrid	43.41165	-3.48903				39	S	39009	
7871418	Barrio El Bao	barrio-el-bao	ES		0	Europe/Madrid	43.41286	-3.49197				39	S	39009	
7871419	Barrio de las Mazuecas	barrio-de-las-mazuecas	ES		0	Europe/Madrid	43.40944	-3.48697				39	S	39009	
7871420	Barrio de Pomares	barrio-de-pomares	ES		0	Europe/Madrid	43.40946	-3.4908				39	S	39009	
7871421	Barrio de la Fragua	barrio-de-la-fragua	ES		0	Europe/Madrid	43.4112	-3.49386				39	S	39009	
7871422	Barrio de San Pelayo	barrio-de-san-pelayo	ES		0	Europe/Madrid	43.40438	-3.49067				39	S	39009	
7871423	Barrio de La Rueda	barrio-de-la-rueda	ES		0	Europe/Madrid	43.40541	-3.48205				39	S	39009	
7871425	Barrio de Paderme	barrio-de-paderme	ES		0	Europe/Madrid	43.41443	-3.48708				39	S	39009	
7871426	Barrio de Rivaplumo	barrio-de-rivaplumo	ES		0	Europe/Madrid	43.41394	-3.4852				39	S	39009	
7871427	Barrio de La Via	barrio-de-la-via	ES		0	Europe/Madrid	43.41436	-3.48108				39	S	39009	
7871428	Barrio de Sollagua	barrio-de-sollagua	ES		0	Europe/Madrid	43.417	-3.48086				39	S	39009	
7932406	Zaragoza Centro	zaragoza-centro	ES		0	Europe/Madrid	41.64837	-0.88489	194			52	Z	50297	
7932528	Universidad	universidad	ES		0	Europe/Madrid	41.64072	-0.89547				52	Z	50297	
7932534	A Vila Vella	a-vila-vella	ES		0	Europe/Madrid	42.75971	-7.21643				58	LU	27062	
8030531	Caraquiz	caraquiz	ES		200	Europe/Madrid	40.79516	-3.49554				54	GU	19293	
8050879	Iturrama	iturrama	ES		24846	Europe/Madrid	42.80847	-1.65825				32	NA	31201	
8050880	Ermitagaña	ermitagana	ES		17163	Europe/Madrid	42.81084	-1.66409				32	NA	31201	
8050881	Mendebaldea	mendebaldea	ES		0	Europe/Madrid	42.80918	-1.67235				32	NA	31201	
8050888	Primer Ensanche	primer-ensanche	ES		22538	Europe/Madrid	42.81483	-1.64898				32	NA	31201	
8050889	Segundo Ensanche	segundo-ensanche	ES		22538	Europe/Madrid	42.8139	-1.64295				32	NA	31201	
8051267	Los Baladejos	los-baladejos	ES		0	Europe/Madrid	36.37099	-5.87528				51	CA	11023	
8063143	Barri del Centre	barri-del-centre	ES		0	Europe/Madrid	41.35987	2.10094				56	B	08101	
8063144	Barri de Sanfeliu	barri-de-sanfeliu	ES		0	Europe/Madrid	41.36517	2.09049				56	B	08101	
8063145	Barri de Can Serra	barri-de-can-serra	ES		0	Europe/Madrid	41.36682	2.10064				56	B	08101	
8063146	Barri de Sant Josep	barri-de-sant-josep	ES		0	Europe/Madrid	41.36269	2.11126				56	B	08101	
8063147	Barri de Bellvitge	barri-de-bellvitge	ES		0	Europe/Madrid	41.35178	2.11274				56	B	08101	
8063148	Barri del Gornal	barri-del-gornal	ES		0	Europe/Madrid	41.35552	2.11759				56	B	08101	
8063149	Barri de Santa Eulàlia	barri-de-santa-eulalia	ES		0	Europe/Madrid	41.36463	2.12603				56	B	08101	
8063444	Ciudad Deportiva Benidorm	ciudad-deportiva-benidorm	ES		0	Europe/Madrid	38.54712	-0.13853				60	A	03031	
8063482	Polideportivo Benidorm	polideportivo-benidorm	ES		0	Europe/Madrid	38.54947	-0.12079				60	A	03031	
8063770	Pueblo de Busot	pueblo-de-busot	ES		0	Europe/Madrid	38.4838	-0.41748				60	A	03046	
8063772	Urbanización Valle Dorado	urbanizacion-valle-dorado	ES		0	Europe/Madrid	38.47956	-0.42624				60	A	03046	
8063773	Urbanización Llano de los pastores	urbanizacion-llano-de-los-pastores	ES		0	Europe/Madrid	38.47792	-0.44589				60	A	03046	
8063774	Urbanización Hoya de los patos	urbanizacion-hoya-de-los-patos	ES		0	Europe/Madrid	38.46807	-0.43739				60	A	03046	
8063782	Urbanización El Carril	urbanizacion-el-carril	ES		0	Europe/Madrid	38.48012	-0.42174				60	A	03046	
8063783	Urbanización Pisnella	urbanizacion-pisnella	ES		0	Europe/Madrid	38.47442	-0.43347				60	A	03046	
8063789	Arenal d'en Castell	arenal-d-en-castell	ES		0	Europe/Madrid	40.01795	4.18922				07	PM	07037	
8063845	As Miráns	as-mirans	ES		0	Europe/Madrid	42.69203	-8.78314				58	C	15072	
8081294	Urbanización Llano de los Pastores	urbanizacion-llano-de-los-pastores	ES		0	Europe/Madrid	38.47839	-0.44735				60	A	03046	
8125803	Doña Pepa	dona-pepa	ES		0	Europe/Madrid	38.0583	-0.71471		Urbanizacion Dona Pepa,Urbanización Doña Pepa		60	A	03113	
8125804	Mar Menor	mar-menor	ES		0	Europe/Madrid	37.74388	-0.91066				31	MU	30037	
8129111	Cornide	cornide	ES		0	Europe/Madrid	42.80535	-8.60307				58	C	15082	
8198696	Les Franqueses del Vallès	les-franqueses-del-valles	ES		0	Europe/Madrid	41.61929	2.29829			08086	56	B	08086	
8198719	Udias	udias	ES		0	Europe/Madrid	43.3386	-4.24381				39	S	39090	
8198720	San Tirso de Abres	san-tirso-de-abres	ES		0	Europe/Madrid	43.40873	-7.14317			33063	34	O	33063	
8198721	Els Rosildos	els-rosildos	ES		0	Europe/Madrid	40.2927	-0.04588				60	CS	12105	
8198726	Montecristo	montecristo	ES		0	Europe/Madrid	38.94286	1.42144				07	PM	07046	
8198727	Cotovao De Arriba	cotovao-de-arriba	ES		0	Europe/Madrid	42.94458	-8.78941				58	C	15007	
8198728	Pujal	pujal	ES		0	Europe/Madrid	42.41601	1.11082				56	L	25209	
8199131	La Rinconada de Tajo	la-rinconada-de-tajo	ES		0	Europe/Madrid	39.83975	-4.41397				54	TO	45136	
8199228	La Bobadilla	la-bobadilla	ES		0	Europe/Madrid	37.16599	-4.29214				51	GR	18122	
8199407	Barrantes	barrantes	ES		0	Europe/Madrid	42.02404	-8.76228		Barrantes		58	PO	36054	
8199439	Na Xamena	na-xamena	ES		0	Europe/Madrid	39.07985	1.42058				07	PM	07050	
8223954	Arrueiro	arrueiro	ES		0	Europe/Madrid	43.19479	-9.01248				58	C	15040	
8223955	Famara	famara	ES		0	Atlantic/Canary	29.11528	-13.54837				53	GC	35024	
8224192	Perleta	perleta	ES		0	Europe/Madrid	38.25052	-0.63429				60	A	03065	
8224298	A Formiga	a-formiga	ES		0	Europe/Madrid	42.28341	-8.6356	20			58	PO	36045	
8224299	Rande	rande	ES		0	Europe/Madrid	42.28642	-8.64942	20			58	PO	36045	
8224303	A Portela	a-portela	ES		0	Europe/Madrid	42.28507	-8.62343	20			58	PO	36045	
8224310	Fortons	fortons	ES		0	Europe/Madrid	42.27328	-8.61614	30			58	PO	36045	
8224312	A Eira Pedriña	a-eira-pedrina	ES		0	Europe/Madrid	42.26705	-8.61609	66			58	PO	36045	
8224878	Gorenid	gorenid	ES		0	Europe/Madrid	43.38989	-3.66566				39	S	39062	
8224879	La Isleta del Moro	la-isleta-del-moro	ES		0	Europe/Madrid	36.81368	-2.05204		La Isleta		51	AL	04066	
8224881	Xalets de la Solana	xalets-de-la-solana	ES		0	Europe/Madrid	41.861	0.83187				56	L	25062	
8224883	Chancelas	chancelas	ES		0	Europe/Madrid	42.42282	-8.72194				58	PO	36041	
8224884	Barriolacuesta	barriolacuesta	ES		0	Europe/Madrid	42.85865	-3.72087				55	BU	09416	
8259951	Principe	principe	ES		0	Africa/Ceuta	35.87924	-5.34695		Barrio del Principe Alfonso,Barrio del Príncipe Alfonso		CE	CE	51001	
8260084	Les Segaes	les-segaes	ES		0	Europe/Madrid	43.31244	-5.87168				34	O	33057	
8260085	Castell nou de Carcolze	castell-nou-de-carcolze	ES		0	Europe/Madrid	42.3874	1.58218				56	L	25030	
8260086	Palombar	palombar	ES		0	Europe/Madrid	43.30809	-5.91049				34	O	33057	
8260087	Llavareyos	llavareyos	ES		0	Europe/Madrid	43.30232	-5.93518				34	O	33057	
8260089	Fuexos	fuexos	ES		0	Europe/Madrid	43.30703	-5.92323				34	O	33057	
8260091	El Rebollal	el-rebollal	ES		0	Europe/Madrid	43.30687	-5.92806				34	O	33057	
8260092	Vixel	vixel	ES		0	Europe/Madrid	43.29446	-5.91152				34	O	33057	
8261480	Roxos	roxos	ES		0	Europe/Madrid	42.87666	-8.61023				58	C	15078	
8261481	Charco del Palo (Lanzarote)	charco-del-palo-lanzarote	ES		156	Atlantic/Canary	29.08363	-13.45164				53	GC	35010	
8261482	Las Casitas de Femés	las-casitas-de-femes	ES		0	Atlantic/Canary	28.93072	-13.74939				53	GC	35034	
8285534	Fuencarral-El Pardo	fuencarral-el-pardo	ES		220085	Europe/Madrid	40.4984	-3.7314				29	M	28079	8
8285535	Villa de Vallecas	villa-de-vallecas	ES		65162	Europe/Madrid	40.36695	-3.60146		Valjeko,Villa de Vallecas distritu,ビリャ・デ・バリェカス		29	M	28079	18
8299272	Lleus	lleus	ES		0	Europe/Madrid	38.67931	0.01339				60	A	03041	
8299563	Les Bateries	les-bateries	ES		0	Europe/Madrid	41.79301	3.03806				56	GI	17160	
8299569	Casa Nova	casa-nova	ES		0	Europe/Madrid	41.7861	2.99652				56	GI	17160	
8299570	El Mas Trempat	el-mas-trempat	ES		0	Europe/Madrid	41.79864	3.01188				56	GI	17181	
8299571	Roca de Malvet	roca-de-malvet	ES		0	Europe/Madrid	41.82954	2.99807				56	GI	17181	
8299572	Les Teules	les-teules	ES		0	Europe/Madrid	41.82141	3.0124				56	GI	17181	
8299573	Els Escuts	els-escuts	ES		0	Europe/Madrid	41.83171	2.91146				56	GI	17089	
8299683	Sa Ràpita	sa-rapita	ES		890	Europe/Madrid	39.36536	2.94193				07	PM	07013	
8299804	Puntabrava	puntabrava	ES		0	Europe/Madrid	41.77067	3.00425				56	GI	17160	
8335475	Can Cartró	can-cartro	ES		0	Europe/Madrid	41.39606	1.73824				56	B	08273	
8335476	L'Aldea	l-aldea	ES		0	Europe/Madrid	40.74212	0.61232				56	T	43904	
8349493	Cortijo de Tejas Verdes	cortijo-de-tejas-verdes	ES		0	Europe/Madrid	37.20115	-4.06903				51	GR	18100	
8349494	Casería Tirado	caseria-tirado	ES		0	Europe/Madrid	37.20525	-4.06108				51	GR	18100	
8349495	Casería San Sebastián	caseria-san-sebastian	ES		0	Europe/Madrid	37.20995	-4.06182				51	GR	18100	
8349496	Urbanización Cerro Beyla	urbanizacion-cerro-beyla	ES		0	Europe/Madrid	37.19569	-4.06077				51	GR	18100	
8349498	Molino Calle	molino-calle	ES		0	Europe/Madrid	37.20053	-4.02875				51	GR	18100	
8349537	Casería del Río	caseria-del-rio	ES		0	Europe/Madrid	37.20593	-4.01384				51	GR	18100	
8354428	Santa Rita	santa-rita	ES		0	Europe/Madrid	39.50695	-0.45374				60	V	46190	
8354484	Valterna	valterna	ES		0	Europe/Madrid	39.51477	-0.43447				60	V	46190	
8354501	Conturiz	conturiz	ES		0	Europe/Madrid	42.979	-7.51538				58	LU	27028	
8354609	O viso	o-viso	ES		0	Europe/Madrid	42.19931	-8.04422				58	OR	32068	
8354610	Santome	santome	ES		0	Europe/Madrid	42.19625	-8.03993				58	OR	32068	
8354613	Sant Marçal	sant-marcal	ES		0	Europe/Madrid	41.30857	1.60422				56	B	08058	
8354614	San Esteban	san-esteban	ES		0	Europe/Madrid	43.21687	-3.37482				59	BI	48022	
8354615	Vilas del Turbon	vilas-del-turbon	ES		0	Europe/Madrid	42.39652	0.53481				52	HU	22233	
8378700	Cortijo de Evora	cortijo-de-evora	ES		0	Europe/Madrid	36.79221	-6.28946		Aebura,Ebora		51	CA	11032	
8378720	Playa del Duque	playa-del-duque	ES		0	Atlantic/Canary	28.09192	-16.74138				53	TF	38001	
8378767	Karrantza Harana / Valle de Carranza	karrantza-harana-valle-de-carranza	ES		0	Europe/Madrid	43.2312	-3.35817				59	BI	48022	
8393988	Verdeal	verdeal	ES		0	Europe/Madrid	42.10825	-8.7731				58	PO	36021	
8394326	Port Saplaya	port-saplaya	ES		0	Europe/Madrid	39.50841	-0.32217				60	V	46013	
8394358	Quintela de Asma	quintela-de-asma	ES		47	Europe/Madrid	42.60191	-7.76921				58	LU	27016	
8394409	Arroyo Frio	arroyo-frio	ES		0	Europe/Madrid	37.94677	-2.92142				51	J	23047	
8394410	l'Arboçar De Baix	l-arbocar-de-baix	ES		0	Europe/Madrid	41.32929	1.76116				56	B	08013	
8411046	Muntanya la Sella	muntanya-la-sella	ES		0	Europe/Madrid	38.80774	0.05588				60	A	03101	
8425840	Arva	arva	ES		0	Europe/Madrid	37.60662	-5.64148				51	SE	41024	
8426429	Sisto	sisto	ES		0	Europe/Madrid	42.80768	-8.64405				58	C	15074	
8426430	Carvallal	carvallal	ES		0	Europe/Madrid	42.2383	-8.47235				58	PO	36030	
8426475	Casería de Pinos	caseria-de-pinos	ES		0	Europe/Madrid	37.18355	-4.07595				51	GR	18100	
8435803	Barranco del Pilnar	barranco-del-pilnar	ES		0	Atlantic/Canary	28.06971	-15.61655				53	GC	35013	
8436150	Almufeira	almufeira	ES		0	Europe/Madrid	43.49023	-8.29592				58	C	15036	
8436379	Lexartzu	lexartzu	ES		0	Europe/Madrid	43.06033	-3.12291		Lejarzo		59	VI	01010	
8436381	Luxo / Lujo	luxo-lujo	ES		0	Europe/Madrid	43.07807	-3.09707		Lujo,Luxo		59	VI	01010	
8436497	Santa Eugènia de Nerellà	santa-eugenia-de-nerella	ES		0	Europe/Madrid	42.35886	1.73571				56	L	25051	
8436644	Urbanización El Raso	urbanizacion-el-raso	ES		0	Europe/Madrid	38.06032	-0.68343		El Raso		60	A	03076	
8449694	Pradollano	pradollano	ES		278	Europe/Madrid	37.09445	-3.3995	2078	Pradol'jano,Прадольяно		51	GR	18134	
8468648	Queo de Abaixo	queo-de-abaixo	ES		0	Europe/Madrid	43.23592	-8.65281				58	C	15019	
8468934	L'Espunyola	l-espunyola	ES		0	Europe/Madrid	42.05318	1.77227				56	B	08078	
8469085	San Martino de Xubia	san-martino-de-xubia	ES		0	Europe/Madrid	43.49814	-8.17821				58	C	15054	
8504719	Cástulo	castulo	ES		0	Europe/Madrid	38.03606	-3.62369				51	J	23055	
8504747	Amadores	amadores	ES		0	Atlantic/Canary	27.79186	-15.72221				53	GC	35012	
8504759	Atxuriaga / La Aceña	atxuriaga-la-acena	ES		0	Europe/Madrid	43.26598	-3.1068				59	BI	48037	
8504760	Lezeguti	lezeguti	ES		0	Europe/Madrid	43.27566	-3.11694		Laziguti		59	BI	48037	
8504761	Arenao	arenao	ES		0	Europe/Madrid	43.27886	-3.13864				59	BI	48086	
8504766	Peñoñuri	penonuri	ES		0	Europe/Madrid	43.27203	-3.13328		Penonori,Peñoñori		59	BI	48037	
8504767	Lanteno / Llanteno	lanteno-llanteno	ES		0	Europe/Madrid	43.10916	-3.09716				59	VI	01010	
8504770	Kobata	kobata	ES		0	Europe/Madrid	43.0224	-3.12709				59	VI	01010	
8521326	Pont d'Arrós	pont-d-arros	ES		0	Europe/Madrid	42.73778	0.75449				56	L	25243	
8521483	San Juan de Capistrano	san-juan-de-capistrano	ES		0	Europe/Madrid	36.76536	-3.86916				51	MA	29075	
8410752	Forcat	forcat	ES	22487	0	Europe/Madrid	42.50931	0.71797				52	HU	22157	
8521623	Urbanización La Naranja	urbanizacion-la-naranja	ES		0	Europe/Madrid	38.85942	0.06385	5			60	A	03063	
8521707	O Mesón do Vento	o-meson-do-vento	ES		0	Europe/Madrid	43.15085	-8.38459				58	C	15059	
8533726	La Virgen de la Vega	la-virgen-de-la-vega	ES		0	Europe/Madrid	40.35734	-0.70081				52	TE	44012	
8533730	Era Bordeta	era-bordeta	ES		0	Europe/Madrid	42.74966	0.69986				56	L	25247	
8556352	Magros	magros	ES		0	Europe/Madrid	42.46007	-8.25391				58	OR	32011	
8581455	Casas del Conejo	casas-del-conejo	ES		0	Europe/Madrid	38.40181	-1.22369				31	MU	30022	
8593843	Matachica	matachica	ES		0	Europe/Madrid	37.27694	-5.88424				51	SE	41038	
8604573	l'Eucaliptus	l-eucaliptus	ES		0	Europe/Madrid	40.65942	0.78655				56	T	43014	
8604574	Calafat	calafat	ES		0	Europe/Madrid	40.92506	0.84299				56	T	43013	
8604575	l'Almadrava	l-almadrava	ES		0	Europe/Madrid	40.93816	0.85668				56	T	43162	
8604677	Igay	igay	ES		0	Europe/Madrid	42.73737	-2.91301		Igai,Igay.		59	VI	01047	
8604681	Miraflores	miraflores	ES		0	Europe/Madrid	42.77761	-9.06376				58	C	15053	
8604688	A Virxe Do Camiño	a-virxe-do-camino	ES		0	Europe/Madrid	42.78274	-9.06535				58	C	15053	
8604690	La Estacion	la-estacion	ES		0	Europe/Madrid	38.00867	-4.38342				51	CO	14043	
8604732	Na Macaret	na-macaret	ES		0	Europe/Madrid	40.01651	4.2				07	PM	07037	
8604903	Cala Mendia	cala-mendia	ES		0	Europe/Madrid	39.52213	3.31289		Cala Mandia		07	PM	07033	
8604904	Coaxe	coaxe	ES		0	Europe/Madrid	42.66391	-8.67881				58	PO	36010	
8605037	A Lobagueira	a-lobagueira	ES		0	Europe/Madrid	42.50134	-7.83222				58	LU	27009	
8616979	El Bujeo	el-bujeo	ES		0	Europe/Madrid	36.07047	-5.52278				51	CA	11035	
8616980	Les Pereres	les-pereres	ES		0	Europe/Madrid	42.4015	1.93286				56	GI	17069	
8616981	El lligallo del Gànguil	el-lligallo-del-ganguil	ES		0	Europe/Madrid	40.75701	0.65214				56	T	43903	
8617481	Vallpineda Urbanization	vallpineda-urbanization	ES		0	Europe/Madrid	41.24775	1.79732		Urbanitzacio Vallpineda,Urbanització Vallpineda,Urbanizacion Vallpineda,Urbanización Vallpineda,Vallpineda Urbanization		56	B	08231	
8617640	Cala Llonga	cala-llonga	ES		0	Europe/Madrid	39.88972	4.29926				07	PM	07032	
8629192	Natahoyo	natahoyo	ES		20000	Europe/Madrid	43.54035	-5.68233	10			34	O	33024	
8629837	Viladellops	viladellops	ES		0	Europe/Madrid	41.30599	1.73743				56	B	08145	
8629838	As Ferreiras	as-ferreiras	ES		0	Europe/Madrid	41.98476	-7.2908				58	OR	32071	
8630109	Las Tres Cales	las-tres-cales	ES		0	Europe/Madrid	40.91158	0.80938				56	T	43013	
8630184	O Castro de Ouro	o-castro-de-ouro	ES		81	Europe/Madrid	43.52835	-7.41301				58	LU	27002	
8631175	Reina Regente	reina-regente	ES		0	Africa/Ceuta	35.29743	-2.95891		Reina Regente		ML	ME	52001	
8631176	Cristóbal Colón	cristobal-colon	ES		0	Africa/Ceuta	35.29797	-2.95081		Cristobal Colon,Cristóbal Colón		ML	ME	52001	
8631177	Batería Jota	bateria-jota	ES		0	Africa/Ceuta	35.29497	-2.95038		Bateria Jota,Batería Jota		ML	ME	52001	
8631179	Ataque Seco	ataque-seco	ES		0	Africa/Ceuta	35.29599	-2.94007		Ataque Seco		ML	ME	52001	
8631180	Príncipe de Asturias	principe-de-asturias	ES		0	Africa/Ceuta	35.29226	-2.94645		Principe de Asturias,Príncipe de Asturias		ML	ME	52001	
8631181	Héroes de España	heroes-de-espana	ES		0	Africa/Ceuta	35.29313	-2.94202		Heroes de Espana,Héroes de España		ML	ME	52001	
8631182	Tiro Nacional	tiro-nacional	ES		0	Africa/Ceuta	35.30074	-2.94934		Tiro Nacional		ML	ME	52001	
8631183	La Constitución	la-constitucion	ES		0	Africa/Ceuta	35.29175	-2.95774		La Constitucion,La Constitución		ML	ME	52001	
8631184	Isaac Peral	isaac-peral	ES		0	Africa/Ceuta	35.28873	-2.94784		Isaac Peral		ML	ME	52001	
8631185	Virgen de La Victoria	virgen-de-la-victoria	ES		0	Africa/Ceuta	35.28695	-2.95131		Virgen de La Victoria		ML	ME	52001	
8631187	Barrio Industrial	barrio-industrial	ES		0	Africa/Ceuta	35.28196	-2.93988		Barrio Industrial		ML	ME	52001	
8631188	Barrio del Real	barrio-del-real	ES		0	Africa/Ceuta	35.27566	-2.9425		Barrio del Real		ML	ME	52001	
8631189	Cabrerizas	cabrerizas	ES		0	Africa/Ceuta	35.30626	-2.95573		Cabrerizas		ML	ME	52001	
8633535	El Sarchal	el-sarchal	ES		0	Africa/Ceuta	35.88992	-5.2935		El Sarchal		CE	CE	51001	
8634350	Casas de Cabililla	casas-de-cabililla	ES		0	Europe/Madrid	35.91191	-5.38047		Casas de Cabililla		CE	CE	51001	
8634379	Postigo	postigo	ES		0	Africa/Ceuta	35.89859	-5.34502		Postigo		CE	CE	51001	
8634384	La Solanilla	la-solanilla	ES		0	Africa/Ceuta	35.89671	-5.36104		La Solanilla		CE	CE	51001	
8634551	Juan Carlos	juan-carlos	ES		0	Africa/Ceuta	35.88652	-5.34301		Juan Carlos		CE	CE	51001	
8634792	Casas de las Minas	casas-de-las-minas	ES		0	Africa/Casablanca	35.8721	-5.35421		Casas de las Minas		CE			
8634793	P.I. El Tarajal	p-i-el-tarajal	ES		0	Africa/Ceuta	35.87272	-5.3473		P.I. El Tarajal		CE	CE	51001	
8634797	O'Donnell	o-donnell	ES		0	Africa/Ceuta	35.88117	-5.32767		O'Donnell,O’Donnell		CE	CE	51001	
8634799	Virgen de Åfrica	virgen-de-africa	ES		0	Africa/Ceuta	35.88689	-5.32518		Virgen de Africa,Virgen de Åfrica		CE	CE	51001	
8634800	General Varela	general-varela	ES		0	Africa/Ceuta	35.88802	-5.33545		General Varela		CE	CE	51001	
8634801	Zurrón	zurron	ES		0	Africa/Ceuta	35.88793	-5.33141		Zurron,Zurrón		CE	CE	51001	
8634802	Villa Jovita	villa-jovita	ES		0	Africa/Ceuta	35.89169	-5.332		Villa Jovita		CE	CE	51001	
8634803	Benítez	benitez	ES		0	Africa/Ceuta	35.89234	-5.33517		Benitez,Benítez		CE	CE	51001	
8634805	Pedro Lamata	pedro-lamata	ES		0	Africa/Ceuta	35.88929	-5.33049		Pedro Lamata		CE	CE	51001	
8634806	El Sardinero	el-sardinero	ES		0	Africa/Ceuta	35.89101	-5.32611		El Sardinero		CE	CE	51001	
8635034	Barrio Chino	barrio-chino	ES		0	Africa/Casablanca	35.27	-2.95454		Barrio Chino		ML			
8638266	El Serrallo	el-serrallo	ES		0	Africa/Ceuta	35.8861	-5.35676		El Serrallo		CE	CE	51001	
8642950	Monte Pego	monte-pego	ES		0	Europe/Madrid	38.84635	-0.04553				60	A	03102	
8645449	Ciudad de los Niños	ciudad-de-los-ninos	ES		0	Europe/Madrid	37.29707	-6.94219		Ciudad de los Ninos,Ciudad de los Niños		51	H	21041	
8659147	Son Serralta	son-serralta	ES		74	Europe/Madrid	39.61677	2.54291				07	PM	07045	
8692898	Kamwala	kamwala	ES		0	Atlantic/Canary	28.29651	-15.45226				53	GC	35016	
8692997	Puig Moreno	puig-moreno	ES		0	Europe/Madrid	41.10652	-0.24822				52	TE	44013	
8693002	A Telleira	a-telleira	ES		0	Europe/Madrid	43.21744	-8.94008				58	C	15014	
8714265	Ribera de Cabanes	ribera-de-cabanes	ES		0	Europe/Madrid	40.1549	0.15863				60	CS	12033	
8714523	A Gándara	a-gandara	ES		0	Europe/Madrid	43.49174	-8.20065				58	C	15054	
8714829	Gricio	gricio	ES		0	Europe/Madrid	41.72964	-4.05453				55	BU	09428	
8740450	A Valenza	a-valenza	ES		0	Europe/Madrid	42.3127	-7.88956		A Valenza,A Valenzá		58	OR	32008	
8740454	Anzo de Galdar	anzo-de-galdar	ES		0	Atlantic/Canary	28.13009	-15.64136				53	GC	35009	
8740455	Bertamirans	bertamirans	ES		0	Europe/Madrid	42.85983	-8.65109		Bertamirans,Bertamiráns		58	C	15002	
8740460	Es Viver	es-viver	ES		0	Europe/Madrid	38.89851	1.41329				07	PM	07026	
8740714	O Milladoiro	o-milladoiro	ES		0	Europe/Madrid	42.84476	-8.57706				58	C	15002	
8740718	Puente Tocinos	puente-tocinos	ES		0	Europe/Madrid	37.99337	-1.10247				31	MU	30030	
8740845	Les Roquetes	les-roquetes	ES		0	Europe/Madrid	41.22857	1.74502				56	B	08231	
8740850	Semellon	semellon	ES		0	Europe/Madrid	43.28145	-6.47966				34	O	33073	
8740851	Son Ferrer	son-ferrer	ES		5666	Europe/Madrid	39.49666	2.50102				07	PM	07011	
9036838	Guadalmansa	guadalmansa	ES		0	Europe/Madrid	36.45132	-5.06337		New Golden Mile		51	MA	29051	
9036842	Cabopino	cabopino	ES		0	Europe/Madrid	36.49042	-4.74283				51	MA	29069	
9036843	Sitio de Calahonda	sitio-de-calahonda	ES		0	Europe/Madrid	36.4928	-4.71717		Calahonda		51	MA	29070	
9036844	Costalita	costalita	ES		0	Europe/Madrid	36.45871	-5.04586				51	MA	29051	
9036846	Urbanización la Heredia	urbanizacion-la-heredia	ES		0	Europe/Madrid	36.52125	-5.00606		La Heredia		51	MA	29023	
9036847	Lomas de la Quinta	lomas-de-la-quinta	ES		0	Europe/Madrid	36.52385	-4.99457		La Quinta		51	MA	29023	
9072850	Mas Pinell	mas-pinell	ES		0	Europe/Madrid	42.00913	3.19374	20	Mas Pinell		56	GI	17199	
9166466	Pueblonuevo del Bellaque	pueblonuevo-del-bellaque	ES		0	Europe/Madrid	39.30402	-4.25746				54	CR	13072	
9171506	Montcortès	montcortes	ES		0	Europe/Madrid	42.32932	1.00538				56	L	25039	
9171507	Can Furnet	can-furnet	ES		0	Europe/Madrid	38.9483	1.46131				07	PM	07054	
9171508	Buezas	buezas	ES		0	Europe/Madrid	42.41684	-8.79838				58	PO	36051	
9171512	Sant Francesc de s'Estany	sant-francesc-de-s-estany	ES		0	Europe/Madrid	38.86785	1.39303				07	PM	07048	
9171514	Es Cubells	es-cubells	ES		807	Europe/Madrid	38.88108	1.27235				07	PM	07048	
9171516	La Rabaza	la-rabaza	ES		0	Europe/Lisbon	39.26818	-7.2351				57	BA	06037	
9171520	Los Puertas	los-puertas	ES		0	Europe/Madrid	36.73827	-4.18244				51	MA	29094	
9171521	La Gandara	la-gandara	ES		0	Europe/Madrid	43.19482	-3.56541				39	S	39083	
9180125	Hacienda del Alamo	hacienda-del-alamo	ES		0	Europe/Madrid	37.75667	-1.19828				31	MU	30021	
9199889	La traviesa	la-traviesa	ES		0	Europe/Madrid	38.4347	-1.34724				31	MU	30022	
9222700	Oca de Abaixo	oca-de-abaixo	ES		0	Europe/Madrid	42.88703	-8.24936				58	C	15085	
9395183	Platja del Paradís	platja-del-paradis	ES		0	Europe/Madrid	38.49643	-0.25949	0			60	A	03139	
9407206	Torre Uchea	torre-uchea	ES		0	Europe/Madrid	38.50559	-1.61705	480			54	AB	02037	
9407220	Nava de Campaña	nava-de-campana	ES		0	Europe/Madrid	38.49061	-1.65027	480			54	AB	02037	
9408085	Zaén de Arriba	zaen-de-arriba	ES		0	Europe/Madrid	38.22537	-2.08903	1197			31	MU	30028	
9408099	Collado Manano	collado-manano	ES		0	Europe/Madrid	38.52933	-1.82395	732			54	AB	02037	
9408116	Monte Grajas	monte-grajas	ES		0	Europe/Madrid	38.42545	-1.78369	640	Los Peruelos		54	AB	02037	
9408123	Pinos Altos	pinos-altos	ES		0	Europe/Madrid	38.55812	-1.76204	705			54	AB	02037	
9408126	Cangilón	cangilon	ES		0	Europe/Madrid	38.61462	-1.84673	890			54	AB	02037	
9829045	Las Mercedes	las-mercedes	ES		0	Europe/Madrid	40.44566	-3.58135				29	M	28079	20
9829056	Colonia Fin de Semana	colonia-fin-de-semana	ES		0	Europe/Madrid	40.44523	-3.56843				29	M	28079	20
9860811	La Pesa	la-pesa	ES		0	Europe/Madrid	43.44829	-4.96728				34	O	33036	
9863214	As Mariñas	as-marinas	ES		0	Europe/Madrid	42.09717	-8.89378				58	PO	36036	
9863219	Monte Bouza	monte-bouza	ES		0	Europe/Madrid	42.41601	-8.75692				58	PO	36041	
9863307	El Acebo de San Miguel	el-acebo-de-san-miguel	ES		0	Europe/Madrid	42.499	-6.45769				55	LE	24100	
9863308	La Pradera de Navalhorno	la-pradera-de-navalhorno	ES		0	Europe/Madrid	40.87763	-4.01778				55	SG	40181	
9881981	El Cuartón	el-cuarton	ES		0	Europe/Madrid	36.06493	-5.53537				51	CA	11035	
9883561	Torre Melgarejo	torre-melgarejo	ES		0	Europe/Madrid	36.71652	-6.03185				51	CA	11020	
10171058	Ulzama	ulzama	ES		0	Europe/Madrid	42.99998	-1.67806				32	NA	31236	
10171150	Sa Caleta	sa-caleta	ES		0	Europe/Madrid	39.98032	3.83513				07	PM	07015	
10172963	Torre de la Mora	torre-de-la-mora	ES		0	Europe/Madrid	41.12948	1.34484				56	T	43148	
10173777	Cala Barca	cala-barca	ES		0	Europe/Madrid	39.35233	3.19814				07	PM	07057	
10173779	Costa dels Pins	costa-dels-pins	ES		0	Europe/Madrid	39.6381	3.40963				07	PM	07062	
10173780	Cala Estancia	cala-estancia	ES		0	Europe/Madrid	39.53905	2.70676				07	PM	07040	
10173844	Golf Las Americas	golf-las-americas	ES		0	Atlantic/Canary	28.06165	-16.72136				53	TF	38006	
10173852	El Toyo	el-toyo	ES		0	Europe/Madrid	36.84331	-2.32665				51	AL	04013	
10227112	La Mola	la-mola	ES		0	Europe/Madrid	38.6677	1.53538				07	PM	07024	
10227239	El Ortigal bajo - La Laguna	el-ortigal-bajo-la-laguna	ES		0	Europe/London	28.47788	-16.37026	725			53	TF	38023	
10227652	Villanueva de Arosa	villanueva-de-arosa	ES		0	Europe/Madrid	42.56255	-8.82779				58	PO	36061	
10227686	La Cala de Benidorm	la-cala-de-benidorm	ES		0	Europe/Madrid	38.52482	-0.16656				60	A	03139	
10237971	Marines del llano	marines-del-llano	ES		0	Europe/Madrid	39.67534	-0.56123				60	V	46161	
10630086	Los Morabios	los-morabios	ES		0	Europe/Madrid	39.00223	-1.39201	1047			54	AB	02039	
10630209	Can Trabal	can-trabal	ES		0	Europe/Madrid	41.31856	1.75489				56	B	08145	
10630408	Olives	olives	ES		0	Europe/Madrid	42.09873	2.87164				56	GI	17218	
10630409	Casas de Cuadra	casas-de-cuadra	ES		0	Europe/Madrid	39.4527	-1.25545				60	V	46213	
10630411	Seixo	seixo	ES		0	Europe/Madrid	42.36844	-8.73186				58	PO	36026	
10792305	Les Olives	les-olives	ES		0	Europe/Madrid	42.0985	2.8715				56	GI	17218	
10792306	Pardaces de Arriba	pardaces-de-arriba	ES		0	Europe/Madrid	42.91492	-8.56169				58	C	15078	
10792307	La Gabarra	la-gabarra	ES		0	Europe/Madrid	41.36554	2.0698				56	B	08217	
10792381	Amuela	amuela	ES		0	Europe/Madrid	43.18446	-1.91186				32	NA	31024	
10792386	Test	test	ES		0	Europe/Madrid	36.95867	-2.95532				51	AL	04007	
10792408	Caserío de Los Morabios	caserio-de-los-morabios	ES		0	Europe/Madrid	39.00218	-1.392	1014	Los Morabios		54	AB	02039	
10792572	Test	test	ES		0	Europe/Madrid	37.43561	-3.86169				51	J	23002	
10793749	Gafares	gafares	ES		37	Europe/Madrid	37.01611	-1.99361		Los Alamillos		51	AL	04032	
10793777	Montbarbat	montbarbat	ES		0	Europe/Madrid	41.75074	2.77854				56	GI	17103	
10794091	Pelayo	pelayo	ES		0	Europe/Madrid	36.08282	-5.49943				51	CA	11004	
10859332	Vall de Núria	vall-de-nuria	ES		0	Europe/Madrid	42.39709	2.15336	2180			56	GI	17043	
10861257	Bonicaparra	bonicaparra	ES		0	Europe/Madrid	42.31248	-2.96223				27	LO	26061	
10941888	Colinas de San Antonio	colinas-de-san-antonio	ES		0	Europe/Madrid	39.55105	-0.49705				60	V	46903	
10941914	Mora de la Sierra	mora-de-la-sierra	ES		0	Europe/Madrid	40.72306	-5.85365				55	SA	37346	
10941915	Vallivana	vallivana	ES		0	Europe/Madrid	40.53972	0.05362				60	CS	12080	
10941934	Hoya Redonda	hoya-redonda	ES		0	Europe/Madrid	38.93209	-0.92867	905			60	V	46118	
10942156	Mil Palmeras	mil-palmeras	ES		0	Europe/Madrid	37.88637	-0.75827				60	A	03902	
10942516	Quintana Suso	quintana-suso	ES		0	Europe/Madrid	42.57513	-3.39943				55	BU	09265	
10942525	Villasorda	villasorda	ES		0	Europe/Madrid	43.08679	-3.46928				55	BU	09214	
10942978	Llen	llen	ES		0	Europe/Madrid	40.75252	-5.8376				55	SA	37346	
10943007	O Trobo	o-trobo	ES		0	Europe/Madrid	43.19545	-7.07889		Santa Maria do Trobo,Santa María do Trobo		58	LU	27018	
10943026	A Trousa	a-trousa	ES		0	Europe/Madrid	43.17057	-6.99254				58	LU	27018	
10943027	El Sebadal	el-sebadal	ES		0	Atlantic/Canary	28.15064	-15.42011				53	GC	35016	
11000657	Puebla de Naciados	puebla-de-naciados	ES		0	Europe/Madrid	39.84888	-5.31209				57	CC	10085	
11001491	Ses Palmeres	ses-palmeres	ES		0	Europe/Madrid	39.47324	2.75186				07	PM	07031	
11002859	Novo Sancti Petri	novo-sancti-petri	ES		0	Europe/Madrid	36.35053	-6.16118				51	CA	11015	
11002861	Torre Soli Nou	torre-soli-nou	ES		0	Europe/Madrid	39.90893	4.07691		Torre Soli Nou,Torre Solí Nou		07	PM	07002	
11054340	Roces	roces	ES		0	Europe/Madrid	43.35139	-5.34443				34	O	33049	
11054651	La Moral	la-moral	ES		0	Europe/Madrid	43.31924	-5.65993				34	O	33031	
11054841	Torrepalma	torrepalma	ES		0	Europe/Madrid	37.39819	-5.81147				51	SE	41024	
11071479	Trandeiras	trandeiras	ES		0	Europe/Madrid	42.10239	-7.66408				58	OR	32032	
11071547	Castrotorafe	castrotorafe	ES		0	Europe/Madrid	41.72231	-5.79649				55	ZA	49186	
11072271	La Barossa	la-barossa	ES		0	Europe/Madrid	36.37285	-6.18565				51	CA	11015	
11072363	A cal	a-cal	ES		0	Europe/Madrid	42.77739	-7.35093				58	LU	27057	
11103036	Roucos	roucos	ES		0	Europe/Madrid	42.34982	-8.09688				58	OR	32025	
11103211	Valdezorras	valdezorras	ES		3000	Europe/Madrid	37.42939	-5.92629				51	SE	41091	
11103295	Estepa de Tera	estepa-de-tera	ES		0	Europe/Madrid	41.9276	-2.4881				55	SO	42019	
11103518	Sobrecastiellu	sobrecastiellu	ES		0	Europe/Madrid	43.15608	-5.30416				34	O	33015	
11103641	Fresneo	fresneo	ES		0	Europe/Madrid	43.22868	-5.87588				34	O	33058	
11103670	Surribas	surribas	ES		0	Europe/Madrid	42.67963	-7.86106				58	LU	27016	
11126056	Señorín- O Carballiño	senorin-o-carballino	ES		0	Europe/Madrid	42.422	-8.07246				58	OR	32019	
11126126	Val de la Mula	val-de-la-mula	ES		0	Europe/Madrid	41.19188	0.21139				52	Z	50189	
11126234	Pino Montano	pino-montano	ES		0	Europe/Madrid	37.42432	-5.97015				51	SE	41091	
11126598	Medianedo	medianedo	ES		0	Europe/Madrid	42.97916	-4.0452				39	S	39065	
11127865	Carasta	carasta	ES		0	Europe/Madrid	42.77779	-2.92262				59	VI	01046	
11127879	Mimbredo	mimbredo	ES		0	Europe/Madrid	42.79231	-2.90258				59	VI	01046	
11128421	Poblado del Embalse de Gabriel y Galán	poblado-del-embalse-de-gabriel-y-galan	ES		35	Europe/Madrid	40.22052	-6.12539				57	CC	10090	
11153424	A Cabana	a-cabana	ES		0	Europe/Madrid	43.21984	-5.72911				34	O	33037	
11153780	La Torre Vella	la-torre-vella	ES		0	Europe/Madrid	42.05791	3.16011				56	GI	17199	
11153831	Les Dunes	les-dunes	ES		0	Europe/Madrid	42.04744	3.16016				56	GI	17199	
11169232	La Gangosa Vistasol	la-gangosa-vistasol	ES		9780	Europe/Madrid	36.80581	-2.62174	78	Gangosa Vitasol,La Gangosa		51	AL	04102	
11185672	Villadey de las Gordillas	villadey-de-las-gordillas	ES		0	Europe/Madrid	40.8091	-4.55031				55	AV	05115	
11185673	Mendizábal	mendizabal	ES		0	Europe/Madrid	42.93038	-2.60166				59	VI	01008	
11185767	Suña	suna	ES		0	Europe/Madrid	43.04938	-2.53885		Zuriano		59	VI	01003	
11185939	Milleirós	milleiros	ES		0	Europe/Madrid	43.13065	-7.27861				58	LU	27046	
11185945	Bárcenas	barcenas	ES		0	Europe/Madrid	43.15498	-3.22457				55	BU	09410	
11186118	Zafroncino	zafroncino	ES		0	Europe/Madrid	41.0635	-5.99733				55	SA	37170	
11186119	Peñamecer	penamecer	ES		0	Europe/Madrid	41.05767	-5.94755				55	SA	37365	
11186121	Espino de los Doctores	espino-de-los-doctores	ES		0	Europe/Madrid	41.03722	-5.9412				55	SA	37365	
11186124	Muchachos	muchachos	ES		0	Europe/Madrid	41.05262	-5.97266				55	SA	37170	
11186129	Tuta	tuta	ES		0	Europe/Madrid	41.05308	-6.02115				55	SA	37116	
11186130	Gudino	gudino	ES		0	Europe/Madrid	41.03887	-6.00587				55	SA	37116	
11203864	Valle Niza	valle-niza	ES		0	Europe/Madrid	36.72698	-4.15116				51	MA	29094	
11204475	Esquide	esquide	ES		0	Europe/Madrid	42.58177	-2.47481		Eskide		59	VI	01060	
11204476	Aldeanueva	aldeanueva	ES		0	Europe/Madrid	41.31682	-4.48749				55	VA	47075	
11204538	Baradello Gelat	baradello-gelat	ES		0	Europe/Madrid	38.69981	-0.52365	800			60	A	03009	
11204539	Baradello "El Sargento"	baradello-el-sargento	ES		0	Europe/Madrid	38.70691	-0.52378	850			60	A	03009	
11204540	Baradello de Moia/Moya	baradello-de-moia-moya	ES		0	Europe/Madrid	38.70096	-0.50026	800			60	A	03009	
11205263	Casacamiño	casacamino	ES		0	Europe/Madrid	42.94172	-7.89702				58	LU	27040	
11205492	Zaramacedo	zaramacedo	ES		0	Europe/Madrid	42.87232	-8.46067				58	C	15012	
11205604	Carneros	carneros	ES		0	Europe/Madrid	42.47597	-6.04791				55	LE	24219	
11237763	Celeiros	celeiros	ES		0	Europe/Madrid	42.16749	-8.45225				58	PO	36042	
11237973	Llagunes	llagunes	ES		0	Europe/Madrid	42.3692	1.19133				56	L	25208	
11237977	San Martín de Robledo	san-martin-de-robledo	ES		0	Europe/Madrid	43.23267	-7.0867				58	LU	27018	
11238193	Guntimil	guntimil	ES		0	Europe/Madrid	42.02064	-7.75558				58	OR	32032	
11238308	San Cristovo do Real	san-cristovo-do-real	ES		0	Europe/Madrid	42.74046	-7.27304				58	LU	27055	
11238309	San Cristovo de Lóuzara	san-cristovo-de-louzara	ES		0	Europe/Madrid	42.68818	-7.24265				58	LU	27055	
11238312	Nogalte	nogalte	ES		0	Europe/Madrid	37.5932	-1.9251				31	MU	30024	
11238315	Esparragal	esparragal	ES		0	Europe/Madrid	37.57093	-1.75366				31	MU	30033	
11238356	San Miguel de Vilapedre	san-miguel-de-vilapedre	ES		0	Europe/Madrid	42.82972	-7.45997				58	LU	27057	
11238369	Vilaesteva de Herdeiros	vilaesteva-de-herdeiros	ES		0	Europe/Madrid	42.82861	-7.23197				58	LU	27026	
11238446	Dehesillas	dehesillas	ES		0	Europe/Madrid	42.26434	-2.31045				27	LO	26126	
11238447	El Perellonet	el-perellonet	ES		0	Europe/Madrid	39.29765	-0.29034				60	V	46250	
11238804	Linares del Acebo	linares-del-acebo	ES		0	Europe/Madrid	43.15507	-6.47841				34	O	33011	
11238805	Onón	onon	ES		0	Europe/Madrid	43.22063	-6.4552				34	O	33011	
11238806	Piñera	pinera	ES		0	Europe/Madrid	43.11289	-6.51725				34	O	33011	
11238864	San Xulianu	san-xulianu	ES		0	Europe/Madrid	43.04506	-6.47532				34	O	33011	
11256920	Guilfrei	guilfrei	ES		0	Europe/Madrid	42.81184	-7.20823				58	LU	27006	
11256921	Sevane	sevane	ES		0	Europe/Madrid	42.93362	-7.10369				58	LU	27006	
11256945	A Seara	a-seara	ES		0	Europe/Madrid	42.5747	-7.09545				58	LU	27050	
11256947	Margaride	margaride	ES		0	Europe/Madrid	42.48185	-7.33921				58	LU	27050	
11258595	Moral de la Frontera	moral-de-la-frontera	ES		500	Europe/Madrid	37.23257	-7.39187				51	H	21010	
11279728	Villafilar	villafilar	ES		0	Europe/Madrid	42.23463	-4.88271				55	P	34059	
11280513	Miguel Serracín	miguel-serracin	ES		0	Europe/Madrid	41.18114	-4.88059				55	VA	47156	
11280834	Caneto	caneto	ES		0	Europe/Madrid	42.28642	0.25837				52	HU	22113	
11280835	Barrio Los Menores	barrio-los-menores	ES		0	Atlantic/Canary	28.14103	-16.75574				53	TF	38001	
11280836	Pilas de Fuente Soto	pilas-de-fuente-soto	ES		0	Europe/Madrid	37.43929	-4.01181				51	J	23002	
11350715	O Vicedo	o-vicedo	ES		0	Europe/Madrid	43.73358	-7.67416				58	LU	27064	
11467830	Valtodano	valtodano	ES		0	Europe/Madrid	40.99127	-4.87754				55	AV	05109	
11496567	San Frontis	san-frontis	ES		0	Europe/Madrid	41.49228	-5.7543				55	ZA	49275	
11497305	Moro	moro	ES		0	Europe/Madrid	42.07916	0.83508				56	L	25196	
11497307	Puig	puig	ES		0	Europe/Madrid	42.0525	1.18534		El Puig,El Puig de Rialb		56	L	25042	
11497318	L'Alsina	l-alsina	ES		0	Europe/Madrid	42.0837	0.80694				56	L	25196	
11497495	Salió	salio	ES		0	Europe/Madrid	42.9769	-5.02762				55	LE	24130	
11523620	Mañosa	manosa	ES		0	Europe/Madrid	39.95226	-4.58444				54	TO	45046	
11524104	Villaveza	villaveza	ES		0	Europe/Madrid	41.50447	-5.35727				55	ZA	49219	
11524741	Bodoncillo	bodoncillo	ES		0	Europe/Madrid	40.93924	-4.68796				55	AV	05242	
11525035	Martivell	martivell	ES		0	Europe/Madrid	41.4231	1.84364				56	B	08091	
11548429	Cap d'Artrutx	cap-d-artrutx	ES		0	Europe/Madrid	39.92807	3.82419				07	PM	07015	
11548711	A Salceda	a-salceda	ES		0	Europe/Madrid	42.92507	-8.28343				58	C	15066	
11549417	Zona Franca de Cadiz	zona-franca-de-cadiz	ES		0	Europe/Madrid	36.49967	-6.2677				51	CA	11012	
11549768	Montbau	montbau	ES		5110	Europe/Madrid	41.43529	2.13781				56	B	08019	07
11549769	Sant Genís dels Agudells	sant-genis-dels-agudells	ES		6891	Europe/Madrid	41.42541	2.13019				56	B	08019	07
11549770	Vallvidrera, el Tibidabo i les Planes	vallvidrera-el-tibidabo-i-les-planes	ES		4666	Europe/Madrid	41.4197	2.08911				56	B	08019	05
11549771	la Marina del Prat Vermell	la-marina-del-prat-vermell	ES		1138	Europe/Madrid	41.33937	2.14262				56	B	08019	03
11549773	l'Antiga Esquerra de l'Eixample	l-antiga-esquerra-de-l-eixample	ES		42161	Europe/Madrid	41.38939	2.15517				56	B	08019	02
11549774	el Baix Guinardó	el-baix-guinardo	ES		25766	Europe/Madrid	41.41175	2.16784				56	B	08019	07
11549775	el Parc i la Llacuna del Poblenou	el-parc-i-la-llacuna-del-poblenou	ES		14950	Europe/Madrid	41.3986	2.1903				56	B	08019	10
11549776	la Prosperitat	la-prosperitat	ES		26295	Europe/Madrid	41.44269	2.182				56	B	08019	08
11549777	el Putxet i el Farró	el-putxet-i-el-farro	ES		29278	Europe/Madrid	41.40693	2.14392				56	B	08019	05
11549778	Provenals del Poblenou	provenals-del-poblenou	ES		20306	Europe/Madrid	41.41109	2.2026				56	B	08019	10
11549779	Sant Antoni	sant-antoni	ES		38512	Europe/Madrid	41.37857	2.15937				56	B	08019	02
11549780	Can Baró	can-baro	ES		8899	Europe/Madrid	41.41677	2.16242				56	B	08019	07
11549781	Baró de Viver	baro-de-viver	ES		2541	Europe/Madrid	41.44584	2.19902				56	B	08019	09
11549782	Vallbona	vallbona	ES		1348	Europe/Madrid	41.46341	2.18417				56	B	08019	08
11549783	la Vila de Gràcia	la-vila-de-gracia	ES		50928	Europe/Madrid	41.40315	2.15687				56	B	08019	06
11549784	la Nova Esquerra de l'Eixample	la-nova-esquerra-de-l-eixample	ES		58224	Europe/Madrid	41.38309	2.149				56	B	08019	02
11549785	Porta	porta	ES		24604	Europe/Madrid	41.4349	2.17883				56	B	08019	08
11549786	la Font de la Guatlla	la-font-de-la-guatlla	ES		10481	Europe/Madrid	41.36978	2.14486				56	B	08019	03
11549787	Sants - Badal	sants-badal	ES		24344	Europe/Madrid	41.37471	2.12775				56	B	08019	03
11549788	la Maternitat i Sant Ramon	la-maternitat-i-sant-ramon	ES		24058	Europe/Madrid	41.38125	2.11744				56	B	08019	04
11549789	Sant Gervasi - Galvany	sant-gervasi-galvany	ES		47043	Europe/Madrid	41.3975	2.14301				56	B	08019	05
11549790	Verdun	verdun	ES		12294	Europe/Madrid	41.44273	2.17564				56	B	08019	08
11549791	el Camp d'en Grassot i Gràcia Nova	el-camp-d-en-grassot-i-gracia-nova	ES		34356	Europe/Madrid	41.40634	2.16503				56	B	08019	06
11549792	Can Peguera	can-peguera	ES		2295	Europe/Madrid	41.43487	2.16646				56	B	08019	08
11549793	la Marina de Port	la-marina-de-port	ES		30479	Europe/Madrid	41.36	2.13986				56	B	08019	03
11549794	Vilapicina i la Torre Llobeta	vilapicina-i-la-torre-llobeta	ES		25581	Europe/Madrid	41.42861	2.1741				56	B	08019	08
11549795	el Camp de l'Arpa del Clot	el-camp-de-l-arpa-del-clot	ES		38361	Europe/Madrid	41.41204	2.18247				56	B	08019	10
11549796	el Bon Pastor	el-bon-pastor	ES		12766	Europe/Madrid	41.437	2.20182				56	B	08019	09
11549798	la Salut	la-salut	ES		13303	Europe/Madrid	41.41243	2.15437				56	B	08019	06
11549799	la Font d'en Fargues	la-font-d-en-fargues	ES		9505	Europe/Madrid	41.42461	2.16526				56	B	08019	07
11549800	el Congrés i els Indians	el-congres-i-els-indians	ES		14161	Europe/Madrid	41.4246	2.18086				56	B	08019	09
11549801	la Clota	la-clota	ES		537	Europe/Madrid	41.42889	2.15308				56	B	08019	07
11549802	la Teixonera	la-teixonera	ES		11405	Europe/Madrid	41.42307	2.14654				56	B	08019	07
11549803	la Vall d'Hebron	la-vall-d-hebron	ES		5469	Europe/Madrid	41.43038	2.1483				56	B	08019	07
11549804	la Trinitat Nova	la-trinitat-nova	ES		7469	Europe/Madrid	41.45051	2.18481				56	B	08019	08
11549806	la Guineueta	la-guineueta	ES		15147	Europe/Madrid	41.43884	2.16893				56	B	08019	08
11549807	les Roquetes	les-roquetes	ES		15633	Europe/Madrid	41.44809	2.17519				56	B	08019	08
11549808	Ciutat Meridiana	ciutat-meridiana	ES		10349	Europe/Madrid	41.46119	2.17494				56	B	08019	08
11549809	la Trinitat Vella	la-trinitat-vella	ES		10253	Europe/Madrid	41.45166	2.19289				56	B	08019	09
11549810	la Vila Olímpica del Poblenou	la-vila-olimpica-del-poblenou	ES		9379	Europe/Madrid	41.39074	2.19679				56	B	08019	10
11549811	la Verneda i la Pau	la-verneda-i-la-pau	ES		29013	Europe/Madrid	41.42399	2.20304				56	B	08019	10
11549813	el Turó de la Peira	el-turo-de-la-peira	ES		15554	Europe/Madrid	41.43232	2.16895				56	B	08019	08
11549814	el Besòs i el Maresme	el-besos-i-el-maresme	ES		23254	Europe/Madrid	41.41309	2.21736				56	B	08019	10
11549815	el Guinardó	el-guinardo	ES		35991	Europe/Madrid	41.41885	2.17364				56	B	08019	07
11549820	Barri de Sant Andreu	barri-de-sant-andreu	ES		56818	Europe/Madrid	41.43693	2.19022				56	B	08019	09
11549821	Barri de les Corts	barri-de-les-corts	ES		46412	Europe/Madrid	41.38697	2.13472				56	B	08019	04
11549926	Almendrales	almendrales	ES		0	Europe/Madrid	40.38368	-3.69931				29	M	28079	12
11549927	Justicia	justicia	ES		0	Europe/Madrid	40.42366	-3.69666				29	M	28079	01
11549928	Casco Histórico de Vallecas	casco-historico-de-vallecas	ES		0	Europe/Madrid	40.34852	-3.61621				29	M	28079	18
11549929	Castellana	castellana	ES		0	Europe/Madrid	40.43355	-3.68429				29	M	28079	04
11549930	Casco Histórico de Vicálvaro	casco-historico-de-vicalvaro	ES		0	Europe/Madrid	40.39241	-3.57015				29	M	28079	19
11549931	Apostol Santiago	apostol-santiago	ES		0	Europe/Madrid	40.4764	-3.65942				29	M	28079	16
11549932	Niño Jesús	nino-jesus	ES		0	Europe/Madrid	40.41161	-3.67343				29	M	28079	03
11549933	Lista	lista	ES		0	Europe/Madrid	40.43202	-3.67583				29	M	28079	04
11549934	Embajadores	embajadores	ES		0	Europe/Madrid	40.40924	-3.70246				29	M	28079	01
11549935	Valdezarza	valdezarza	ES		0	Europe/Madrid	40.46525	-3.7173				29	M	28079	09
11549937	Nueva España	nueva-espana	ES		0	Europe/Madrid	40.46276	-3.67813				29	M	28079	05
11549938	Chopera	chopera	ES		0	Europe/Madrid	40.39476	-3.69907				29	M	28079	02
11549939	Ibiza	ibiza	ES		0	Europe/Madrid	40.41888	-3.67434				29	M	28079	03
11549940	Puerta del Angel	puerta-del-angel	ES		0	Europe/Madrid	40.40969	-3.73181				29	M	28079	10
11549942	Recoletos	recoletos	ES		0	Europe/Madrid	40.4246	-3.68582				29	M	28079	04
11549943	Gaztambide	gaztambide	ES		0	Europe/Madrid	40.43498	-3.71461				29	M	28079	07
11549944	Goya	goya	ES		0	Europe/Madrid	40.42505	-3.67442				29	M	28079	04
11549945	Fuente del Berro	fuente-del-berro	ES		0	Europe/Madrid	40.42478	-3.66379				29	M	28079	04
11549947	Imperial	imperial	ES		0	Europe/Madrid	40.40619	-3.71836				29	M	28079	02
11549948	Acacias	acacias	ES		0	Europe/Madrid	40.40107	-3.70726				29	M	28079	02
11549950	Universidad	universidad	ES		0	Europe/Madrid	40.42567	-3.70707				29	M	28079	01
11549952	Delicias	delicias	ES		0	Europe/Madrid	40.39673	-3.68996				29	M	28079	02
11549953	Palos de Moguer	palos-de-moguer	ES		0	Europe/Madrid	40.40351	-3.69468				29	M	28079	02
11549954	Pacífico	pacifico	ES		0	Europe/Madrid	40.40435	-3.67873				29	M	28079	03
11549955	Adelfas	adelfas	ES		0	Europe/Madrid	40.40112	-3.67097				29	M	28079	03
11549956	Estrella	estrella	ES		0	Europe/Madrid	40.41409	-3.66553				29	M	28079	03
11549957	Jerónimos	jeronimos	ES		0	Europe/Madrid	40.41375	-3.68514				29	M	28079	03
11549958	Guindalera	guindalera	ES		0	Europe/Madrid	40.43633	-3.66658				29	M	28079	04
11549960	Hispanoamérica	hispanoamerica	ES		0	Europe/Madrid	40.45537	-3.67711				29	M	28079	05
11549961	Berruguete	berruguete	ES		0	Europe/Madrid	40.45962	-3.70496				29	M	28079	06
11549962	Castilla	castilla	ES		0	Europe/Madrid	40.47431	-3.67972				29	M	28079	05
11549963	Bellas Vistas	bellas-vistas	ES		0	Europe/Madrid	40.45245	-3.70763				29	M	28079	06
11549964	Castillejos	castillejos	ES		0	Europe/Madrid	40.46041	-3.69413				29	M	28079	06
11549966	Valdeacederas	valdeacederas	ES		0	Europe/Madrid	40.46702	-3.70416				29	M	28079	06
11549967	Trafalgar	trafalgar	ES		0	Europe/Madrid	40.43285	-3.70113				29	M	28079	07
11549969	Rios Rosas	rios-rosas	ES		0	Europe/Madrid	40.44239	-3.69773				29	M	28079	07
11549971	Pavones	pavones	ES		0	Europe/Madrid	40.39852	-3.63213				29	M	28079	14
11549972	Costillares	costillares	ES		0	Europe/Madrid	40.47665	-3.66852				29	M	28079	15
11549973	Argüelles	argueelles	ES		0	Europe/Madrid	40.42821	-3.71785		Arguelles		29	M	28079	09
11549974	Pilar	pilar	ES		0	Europe/Madrid	40.47714	-3.70959				29	M	28079	08
11549975	Lucero	lucero	ES		0	Europe/Madrid	40.40229	-3.75035				29	M	28079	10
11549976	Fuentelareina	fuentelareina	ES		0	Europe/Madrid	40.48111	-3.74179				29	M	28079	08
11549979	Opañel	opanel	ES		0	Europe/Madrid	40.39023	-3.72178				29	M	28079	11
11549981	Pueblo Nuevo	pueblo-nuevo	ES		0	Europe/Madrid	40.42629	-3.63546				29	M	28079	15
11549982	Valdemarín	valdemarin	ES		0	Europe/Madrid	40.46813	-3.77891				29	M	28079	09
11549983	Concepción	concepcion	ES		0	Europe/Madrid	40.43932	-3.64928				29	M	28079	15
11549985	Las Águilas	las-aguilas	ES		0	Europe/Madrid	40.3818	-3.77109				29	M	28079	10
11549986	Puerta Bonita	puerta-bonita	ES		0	Europe/Madrid	40.37966	-3.73909				29	M	28079	11
11549987	Casa de Campo	casa-de-campo	ES		0	Europe/Madrid	40.42363	-3.75305				29	M	28079	09
11549989	Aluche	aluche	ES		0	Europe/Madrid	40.39191	-3.75669				29	M	28079	10
11549991	Mirasierra	mirasierra	ES		0	Europe/Madrid	40.49631	-3.71957				29	M	28079	08
11549993	Ciudad Universitaria	ciudad-universitaria	ES		0	Europe/Madrid	40.45595	-3.73839				29	M	28079	09
11549994	Numancia	numancia	ES		0	Europe/Madrid	40.3995	-3.65853				29	M	28079	13
11549996	Abrantes	abrantes	ES		0	Europe/Madrid	40.37898	-3.72617				29	M	28079	11
11549997	Orcasitas	orcasitas	ES		0	Europe/Madrid	40.36863	-3.71242				29	M	28079	12
11549998	Orcasur	orcasur	ES		0	Europe/Madrid	40.37221	-3.69815				29	M	28079	12
11550000	Marroquina	marroquina	ES		0	Europe/Madrid	40.41073	-3.64061				29	M	28079	14
11550001	San Fermín	san-fermin	ES		0	Europe/Madrid	40.37059	-3.68912				29	M	28079	12
11550002	Moscardó	moscardo	ES		0	Europe/Madrid	40.389	-3.70682				29	M	28079	12
11550003	Zofío	zofio	ES		0	Europe/Madrid	40.37937	-3.71532				29	M	28079	12
11550005	Portazgo	portazgo	ES		0	Europe/Madrid	40.39061	-3.64824				29	M	28079	13
11550006	San Diego	san-diego	ES		0	Europe/Madrid	40.39003	-3.66787				29	M	28079	13
11550008	Palomeras Bajas	palomeras-bajas	ES		0	Europe/Madrid	40.38476	-3.65888				29	M	28079	13
11550009	Palomeras Sureste	palomeras-sureste	ES		0	Europe/Madrid	40.38524	-3.63726				29	M	28079	13
11550011	Fontarrón	fontarron	ES		0	Europe/Madrid	40.40141	-3.64678				29	M	28079	14
11550012	Vinateros	vinateros	ES		0	Europe/Madrid	40.40525	-3.64249				29	M	28079	14
11550013	Ventas	ventas	ES		0	Europe/Madrid	40.42248	-3.64741				29	M	28079	15
11550015	San Juan Bautista	san-juan-bautista	ES		0	Europe/Madrid	40.45069	-3.65636				29	M	28079	15
11550016	Colina	colina	ES		0	Europe/Madrid	40.45805	-3.66031				29	M	28079	15
11550018	Piovera	piovera	ES		0	Europe/Madrid	40.45572	-3.63509				29	M	28079	16
11550020	Pinar del Rey	pinar-del-rey	ES		0	Europe/Madrid	40.4724	-3.64709				29	M	28079	16
11550026	Butarque	butarque	ES		0	Europe/Madrid	40.33719	-3.6763				29	M	28079	17
11550028	Arcos	arcos	ES		0	Europe/Madrid	40.42122	-3.61759				29	M	28079	20
11550030	Rejas	rejas	ES		0	Europe/Madrid	40.44509	-3.57016				29	M	28079	20
11550032	Timón	timon	ES		0	Europe/Madrid	40.4844	-3.59732				29	M	28079	21
11550033	Corralejos	corralejos	ES		0	Europe/Madrid	40.46414	-3.60727				29	M	28079	21
11550034	Aeropuerto	aeropuerto	ES		0	Europe/Madrid	40.47612	-3.55856				29	M	28079	21
11550035	Casco Histórico de Barajas	casco-historico-de-barajas	ES		0	Europe/Madrid	40.4747	-3.57898				29	M	28079	21
11550597	Barrio de San José Obrero	barrio-de-san-jose-obrero	ES		198	Europe/Madrid	38.02805	-1.04919	33			31	MU	30030	
11550598	Cabecicos	cabecicos	ES		0	Europe/Madrid	38.01389	-1.08105				31	MU	30030	
11593885	Jurdiel	jurdiel	ES		0	Europe/Madrid	41.33676	-3.13064				55	SO	42120	
11594157	Donòn	donon	ES		0	Europe/Madrid	42.27172	-8.85987				58	PO	36008	
11594255	Boelle	boelle	ES		0	Europe/Madrid	42.97743	-7.43989				58	LU	27014	
11594711	Somalo	somalo	ES		0	Europe/Madrid	42.48511	-2.70517				27	LO	26129	
11609572	Marquide	marquide	ES		0	Europe/Madrid	43.27177	-7.39251				58	LU	27044	
11668513	Hozanejos	hozanejos	ES		0	Europe/Madrid	36.36763	-6.10175				51	CA	11015	
11668880	Abelgas de Luna	abelgas-de-luna	ES		0	Europe/Madrid	42.88855	-5.97874				55	LE	24164	
11669426	Urb Cr La Soledad	urb-cr-la-soledad	ES		0	Europe/Madrid	36.419	-6.15955				51	CA	11015	
11669427	Urb. Cr. Santa Rita	urb-cr-santa-rita	ES		0	Europe/Madrid	36.41576	-6.15543				51	CA	11015	
11695967	Ses Covetes	ses-covetes	ES		0	Europe/Madrid	39.35521	2.97096				07	PM	07013	
11704347	Terrafortuna	terrafortuna	ES		0	Europe/Madrid	41.76152	2.7837				56	GI	17213	
11704349	La Teijita	la-teijita	ES		0	Atlantic/Canary	28.03627	-16.55687				53	TF	38017	
11778107	Casas del Villar	casas-del-villar	ES		0	Europe/Madrid	42.07434	-5.74147				55	ZA	49238	
11778117	Oteruelo de Campos	oteruelo-de-campos	ES		0	Europe/Madrid	42.18242	-5.14377				55	VA	47187	
11778245	Carrioncillo	carrioncillo	ES		0	Europe/Madrid	41.33772	-5.00177				55	VA	47228	
11807521	Playa de Puçol	playa-de-pucol	ES		0	Europe/Madrid	39.60804	-0.26539				60	V	46205	
11809044	Conquista del Guadiana	conquista-del-guadiana	ES		131	Europe/Madrid	39.07561	-6.03718	272	Conquista del Guadiana		57	BA	06044	
11809052	Camino de Cabañeras	camino-de-cabaneras	ES		0	Europe/Madrid	42.70789	-0.52541		Camino de Cabaneras,Camino de Cabañeras		52	HU	22078	
11809053	Estrecho Quinto	estrecho-quinto	ES		0	Europe/Madrid	42.1468	-0.42634				52	HU	22125	
11809058	Playa Duque Marbella	playa-duque-marbella	ES		0	Europe/Madrid	36.48779	-4.9586				51	MA	29069	
11822422	Niagara Parc	niagara-parc	ES		0	Europe/Madrid	41.71715	2.6897	56			56	B	08284	
11822528	Navabuena	navabuena	ES		0	Europe/Madrid	41.77809	-4.87813				55	VA	47186	
11837079	Castro de Cabras	castro-de-cabras	ES		0	Europe/Madrid	42.64	-8.00539				58	PO	36024	
11837088	Goiás	goias	ES		0	Europe/Madrid	42.68056	-8.09172				58	PO	36024	
11837089	Gresande	gresande	ES		0	Europe/Madrid	42.65102	-8.18465				58	PO	36024	
11837093	Méixome	meixome	ES		0	Europe/Madrid	42.70872	-8.16947				58	PO	36024	
11837096	Val do Carrío	val-do-carrio	ES		0	Europe/Madrid	42.74145	-8.14406				58	PO	36024	
11837098	Xaxán	xaxan	ES		0	Europe/Madrid	42.67671	-8.10769				58	PO	36024	
11837102	A Veiga	a-veiga	ES		0	Europe/Madrid	42.70205	-8.0621				58	PO	36024	
11837325	Can Valls	can-valls	ES		0	Europe/Madrid	41.62057	2.18962				56	B	08033	
11837473	Tozo	tozo	ES		0	Europe/Madrid	43.26665	-5.39887				34	O	33015	
11837512	San Esteban de Cibuyo	san-esteban-de-cibuyo	ES		0	Europe/Madrid	43.12751	-6.57199				34	O	33011	
11837529	Arzón	arzon	ES		0	Europe/Madrid	42.8763	-8.83726				58	C	15056	
11837681	A Proba	a-proba	ES		0	Europe/Madrid	42.41954	-7.01102				58	OR	32009	
11837807	As Fiestras	as-fiestras	ES		0	Europe/Madrid	41.9989	-7.69219				58	OR	32032	
11837837	Teimende	teimende	ES		0	Europe/Madrid	42.36777	-7.57234				58	OR	32057	
11837838	Requián	requian	ES		0	Europe/Madrid	42.36907	-7.57976				58	OR	32057	
11837839	Sardela	sardela	ES		0	Europe/Madrid	42.37703	-7.56523				58	OR	32057	
11837861	Cerdeira	cerdeira	ES		0	Europe/Madrid	43.28402	-7.08545				58	LU	27018	
11837863	Os Cuquexos	os-cuquexos	ES		0	Europe/Madrid	41.97517	-7.73416				58	OR	32012	
11837945	Els Masos de Tamúrcia	els-masos-de-tamurcia	ES		0	Europe/Madrid	42.27954	0.76151				56	L	25234	
11837948	Esplugafreda	esplugafreda	ES		0	Europe/Madrid	42.24267	0.78289		Espluga Freda,Esplugafreda		56	L	25234	
11837979	Cortegada	cortegada	ES		0	Europe/Madrid	42.37278	-8.41321				58	PO	36025	
11837980	O Porto	o-porto	ES		0	Europe/Madrid	42.3595	-8.42307				58	PO	36025	
11837998	Verducido	verducido	ES		0	Europe/Madrid	42.35477	-8.41704				58	PO	36025	
11838150	Sant Pere Molanta	sant-pere-molanta	ES		626	Europe/Madrid	41.34802	1.74005	227			56	B	08145	
11838302	Port del Comte	port-del-comte	ES		0	Europe/Madrid	42.17524	1.56354				56	L	25163	
11839411	Meixonfría	meixonfria	ES		0	Europe/Madrid	43.34024	-7.65024				58	LU	27065	
11839413	Sar	sar	ES		0	Europe/Madrid	43.34968	-7.56428				58	LU	27065	
11839414	Bayona	bayona	ES		0	Europe/Madrid	41.4437	-5.18341				55	VA	47121	
11839417	Perros	perros	ES		0	Europe/Madrid	42.77067	-7.35624				58	LU	27057	
11839434	Pedregalejo	pedregalejo	ES		0	Europe/Madrid	36.72385	-4.37242	11			51	MA	29067	
11839437	Guelle	guelle	ES		0	Europe/Madrid	43.62978	-7.95066				58	C	15025	
11839665	Villanueva de Rosales	villanueva-de-rosales	ES		0	Europe/Madrid	42.95639	-3.40356				55	BU	09209	
11856770	Zazpi Kaleak	zazpi-kaleak	ES		0	Europe/Madrid	43.26209	-2.92134	52			59	BI	48020	
11856862	Coraín	corain	ES		0	Europe/Madrid	43.34989	-5.06508				34	O	33012	
11856872	Baraya	baraya	ES		0	Europe/Madrid	43.38249	-5.41252				34	O	33049	
11862074	La Almadraba de Monteleva	la-almadraba-de-monteleva	ES		0	Europe/Madrid	36.744	-2.21014	1			51	AL	04013	
11862455	El Cabanyal-El Canyamelar	el-cabanyal-el-canyamelar	ES		0	Europe/Madrid	39.46786	-0.33013	1			60	V	46250	
11862620	Parte Vieja	parte-vieja	ES		0	Europe/Madrid	43.32333	-1.985	6			59	SS	20069	
11862767	Aldea de Arriba	aldea-de-arriba	ES		0	Europe/Madrid	42.67241	-7.75002				58	LU	27060	
11875909	Puerto de Canencia	puerto-de-canencia	ES		0	Europe/Madrid	40.87	-3.77				29	M	28034	
11887228	Monestir de Montserrat	monestir-de-montserrat	ES		0	Europe/Madrid	41.59356	1.83862				56	B	08127	
11887252	Coañana	coanana	ES		0	Europe/Madrid	43.15828	-5.9853				34	O	33053	
11887253	Coañana	coanana	ES		0	Europe/Madrid	43.14165	-6.08816				34	O	33072	
11887282	Bellidas	bellidas	ES		0	Europe/Madrid	41.04532	-3.60476				29	M	28114	
11887732	Osunillas	osunillas	ES		0	Europe/Madrid	36.60239	-4.62027				51	MA	29070	
11888123	Tajurmientos	tajurmientos	ES		0	Europe/Madrid	41.04708	-6.05829				55	SA	37116	
11888125	Carracido	carracido	ES		0	Europe/Madrid	42.17726	-8.60804				58	PO	36039	
11888127	Tardelhombre	tardelhombre	ES		0	Europe/Madrid	41.28322	-4.94469				55	VA	47085	
11888209	Mosteiro	mosteiro	ES		0	Europe/Madrid	42.20273	-8.69364				58	PO	36057	
11888210	Arealonga	arealonga	ES		0	Europe/Madrid	42.60434	-8.75182				58	PO	36060	
11888211	Praderrei	praderrei	ES		0	Europe/Madrid	42.53497	-8.52926		Parada de Rey,Praderrrey		58	PO	36007	
11888212	La Escarihuela	la-escarihuela	ES		0	Europe/Madrid	37.49153	-1.72247				31	MU	30024	
11888219	Vegalamosa	vegalamosa	ES		0	Europe/Madrid	42.99077	-5.73682		Vega la Mosa		55	LE	24901	
11888225	Pegazanes	pegazanes	ES		0	Europe/Madrid	43.34228	-3.98185		Pagazanes,San Julian de Pagazanes,San Julián de Pagazanes		39	S	39052	
11902810	Caricedo	caricedo	ES		0	Europe/Madrid	42.70063	-2.76322		Caicedo,Caycedo		55	BU	09109	
11902813	Ochate	ochate	ES		0	Europe/Madrid	42.74911	-2.66001				55	BU	09109	
11902835	Pastoriza a Nova	pastoriza-a-nova	ES		0	Europe/Madrid	42.90551	-8.16974				58	C	15006	
11902845	Rebordelos	rebordelos	ES		0	Europe/Madrid	43.30865	-8.6258				58	C	15019	
11902900	Leduzo	leduzo	ES		0	Europe/Madrid	43.27419	-8.82315				58	C	15043	
11902901	As Pozacas	as-pozacas	ES		0	Europe/Madrid	43.27934	-8.82103				58	C	15043	
11902908	Os Peteiros	os-peteiros	ES		0	Europe/Madrid	43.15153	-8.2164				58	C	15902	
11902940	Paderní	paderni	ES		0	Europe/Madrid	43.32971	-5.82587				34	O	33044	
11902944	Condado	condado	ES		0	Europe/Madrid	43.23679	-5.50497				34	O	33032	
11902945	Las Corradas	las-corradas	ES		0	Europe/Madrid	43.44356	-6.26922				34	O	33059	
11903042	San Martín de Neira de Rei	san-martin-de-neira-de-rei	ES		0	Europe/Madrid	42.92936	-7.20398				58	LU	27901	
11903043	O Mato	o-mato	ES		0	Europe/Madrid	43.14349	-7.63246				58	LU	27007	
11903044	Mosteiró	mosteiro	ES		0	Europe/Madrid	42.67481	-7.40159				58	LU	27024	
11903045	Chan de Pracía	chan-de-pracia	ES		0	Europe/Madrid	42.78578	-6.96336				58	LU	27012	
11903047	Posada	posada	ES		0	Europe/Madrid	43.48285	-7.29136				58	LU	27027	
11903048	Froxende	froxende	ES		0	Europe/Madrid	42.43435	-7.41009				58	LU	27031	
11903049	San Esteban	san-esteban	ES		0	Europe/Madrid	43.03701	-7.01776				58	LU	27034	
11903050	Monte da Silva	monte-da-silva	ES		0	Europe/Madrid	42.93363	-7.35935				58	LU	27014	
11903051	O Castelo	o-castelo	ES		0	Europe/Madrid	42.45969	-7.24829				58	LU	27050	
11903053	O Castro dos Petos	o-castro-dos-petos	ES		0	Europe/Madrid	42.78455	-7.38193				58	LU	27057	
11903054	A Casanova	a-casanova	ES		0	Europe/Madrid	43.43009	-7.12201				58	LU	27061	
11903055	A Uz	a-uz	ES		0	Europe/Madrid	42.46406	-7.73422				58	LU	27009	
11903056	Vilapiñol	vilapinol	ES		0	Europe/Madrid	43.10902	-7.06565				58	LU	27018	
11903057	O Candal	o-candal	ES		0	Europe/Madrid	43.205	-7.37647				58	LU	27010	
11903059	Quintián	quintian	ES		0	Europe/Madrid	43.05605	-7.52248				58	LU	27028	
11903084	Barreiro	barreiro	ES		0	Europe/Madrid	42.49197	-7.22796				58	LU	27050	
11903085	Pradeda	pradeda	ES		0	Europe/Madrid	43.01238	-7.2549				58	LU	27004	
11903087	Ider	ider	ES		0	Europe/Madrid	42.69836	-7.73547				58	LU	27060	
11903088	Lencias	lencias	ES		0	Europe/Madrid	43.03526	-6.9945				58	LU	27034	
11903089	Freixeiro	freixeiro	ES		0	Europe/Madrid	43.0121	-7.06714				58	LU	27034	
11903090	Ameixide	ameixide	ES		0	Europe/Madrid	43.17947	-7.411				58	LU	27010	
11903100	A Lavandeira	a-lavandeira	ES		0	Europe/Madrid	42.50908	-7.62303				58	LU	27041	
11903101	O Castro de Ferreira	o-castro-de-ferreira	ES		0	Europe/Madrid	42.50809	-7.61922				58	LU	27041	
11903102	Os Castriños	os-castrinos	ES		0	Europe/Madrid	42.50815	-7.62583				58	LU	27041	
11903432	A Armona	a-armona	ES		0	Europe/Madrid	41.881	-8.8595				58	PO	36023	
11903667	San Mamede	san-mamede	ES		35	Europe/Madrid	42.6018	-7.55935	540			58	LU	27031	
11903742	Puente la Reina de Jaca	puente-la-reina-de-jaca	ES		263	Europe/Madrid	42.55908	-0.78759	707		22902	52	HU	22902	
11903747	Monubles	monubles	ES		0	Europe/Madrid	41.35926	-1.79495				52	Z	50038	
11903775	Venta del Aire	venta-del-aire	ES		90	Europe/Madrid	40.11457	-0.73935				52	TE	44010	
11906130	Cerro Alarcón	cerro-alarcon	ES		0	Europe/Madrid	40.4674	-4.08167				29	M	28160	
11906131	Puentelasierra	puentelasierra	ES		0	Europe/Madrid	40.49205	-4.04262				29	M	28160	
11906136	La Pizarrera	la-pizarrera	ES		0	Europe/Madrid	40.54627	-4.07596				29	M	28160	
11906137	Montemorillo	montemorillo	ES		0	Europe/Madrid	40.5496	-4.10025				29	M	28160	
11906138	Mojadillas	mojadillas	ES		0	Europe/Madrid	40.53528	-4.10484				29	M	28160	
11906141	Isla Blanca	isla-blanca	ES		0	Europe/Madrid	40.48777	-4.03184				29	M	28160	
11906146	Foces	foces	ES		0	Europe/Madrid	42.14797	-0.19525				52	HU	22126	
11906171	El Canón	el-canon	ES		0	Europe/Madrid	41.68809	1.20489				56	L	25911	
11906172	Muller	muller	ES		0	Europe/Madrid	41.7082	1.20945				56	L	25911	
11906238	Ampliación de Cerro Alarcón	ampliacion-de-cerro-alarcon	ES		0	Europe/Madrid	40.46718	-4.07233				29	M	28160	
11919569	Peñalba de Villastar	penalba-de-villastar	ES		0	Europe/Madrid	40.27342	-1.1777				52	TE	44263	
11919587	Pazo de Paradela	pazo-de-paradela	ES		0	Europe/Madrid	42.35341	-7.24829				58	OR	32063	
11919588	O San Salvador	o-san-salvador	ES		0	Europe/Madrid	42.16417	-7.78871				58	OR	32001	
11919590	Gomariz	gomariz	ES		0	Europe/Madrid	41.95266	-7.73274				58	OR	32005	
11919591	Santo Antoíño	santo-antoino	ES		0	Europe/Madrid	41.93728	-7.73798				58	OR	32005	
11919593	A Cuqueira	a-cuqueira	ES		0	Europe/Madrid	42.35017	-7.9759				58	OR	32054	
11919594	A Arrotea	a-arrotea	ES		0	Europe/Madrid	42.13604	-8.01931				58	OR	32024	
11919596	As Corvaceiras	as-corvaceiras	ES		0	Europe/Madrid	42.00442	-7.56694				58	OR	32028	
11919617	Cimadevila	cimadevila	ES		0	Europe/Madrid	42.06395	-7.45955				58	OR	32039	
11919618	As Quintas	as-quintas	ES		0	Europe/Madrid	41.98865	-8.03435				58	OR	32041	
11919619	Bustavalle	bustavalle	ES		0	Europe/Madrid	42.30047	-7.67719				58	OR	32043	
11919622	San Martiño de Manzaneda	san-martino-de-manzaneda	ES		0	Europe/Madrid	42.3042	-7.23952				58	OR	32044	
11919624	Valderrique	valderrique	ES		0	Europe/Madrid	42.29706	-7.4668				58	OR	32049	
11919625	A Caridade	a-caridade	ES		0	Europe/Madrid	41.94289	-7.53044				58	OR	32050	
11919630	Coucieiro	coucieiro	ES		0	Europe/Madrid	42.1394	-8.17999				58	OR	32056	
11919631	A Lamela	a-lamela	ES		0	Europe/Madrid	42.3385	-7.8142				58	OR	32058	
11919635	Ribela	ribela	ES		0	Europe/Madrid	42.31078	-7.77613				58	OR	32058	
11919636	Nocelo	nocelo	ES		0	Europe/Madrid	42.00466	-7.7969				58	OR	32062	
11919637	Gándara	gandara	ES		0	Europe/Madrid	42.09784	-7.87445				58	OR	32067	
11919641	Traseirexa	traseirexa	ES		0	Europe/Madrid	41.9154	-7.34127				58	OR	32091	
11919642	Albán	alban	ES		0	Europe/Madrid	42.42363	-7.84377				58	OR	32026	
11919643	Taín	tain	ES		0	Europe/Madrid	42.42786	-7.83881				58	OR	32026	
11919644	Cabanelas	cabanelas	ES		0	Europe/Madrid	42.42796	-7.84329				58	OR	32026	
11919645	Figueiredo	figueiredo	ES		0	Europe/Madrid	42.40218	-7.80632				58	OR	32026	
11919647	Tras do Río	tras-do-rio	ES		0	Europe/Madrid	42.42917	-7.8469				58	OR	32026	
11919649	Tras del Río	tras-del-rio	ES		0	Europe/Madrid	42.41729	-7.80398				58	OR	32026	
11919650	A Frieira	a-frieira	ES		0	Europe/Madrid	42.19765	-7.80594				58	OR	32001	
11919653	A Regueira	a-regueira	ES		0	Europe/Madrid	42.37662	-7.47246				58	OR	32080	
11920083	Veracruz	veracruz	ES		0	Europe/Madrid	42.33961	0.57382				52	HU	22246	
11920091	Riguala de Serraduy	riguala-de-serraduy	ES		0	Europe/Madrid	42.31641	0.59744				52	HU	22129	
11920092	La Vileta de Serraduy	la-vileta-de-serraduy	ES		0	Europe/Madrid	42.32144	0.58748				52	HU	22129	
11920093	San Esteban de Mall	san-esteban-de-mall	ES		0	Europe/Madrid	42.29293	0.57269				52	HU	22129	
11920094	Obarra	obarra	ES		0	Europe/Madrid	42.39735	0.59762				52	HU	22246	
11925211	Cabañas de Jalón	cabanas-de-jalon	ES		0	Europe/Madrid	41.49826	-1.37475				52	Z	50025	
11951650	Arcos	arcos	ES		0	Europe/Madrid	42.14746	-7.75624				58	OR	32077	
11951653	Raliegos	raliegos	ES		0	Europe/Madrid	41.03752	-4.9217				55	AV	05078	
11951780	Navalperal del Campo	navalperal-del-campo	ES		0	Europe/Madrid	41.02013	-4.57281		Caserio del Navalperal,Caserío del Navalperal		55	SG	40058	
11951784	Lentille	lentille	ES		0	Europe/Madrid	42.34075	-8.10821				58	OR	32025	
11951839	Villalombrós	villalombros	ES		0	Europe/Madrid	41.88801	-5.16365		Villalumbros,Villalumbroso,Villalumbrós		55	VA	47205	
11952074	La Avellaneda	la-avellaneda	ES		0	Europe/Madrid	39.6736	-5.45979				57	CC	10060	
11952076	Velacrespo	velacrespo	ES		0	Europe/Madrid	41.03369	-4.88535				55	AV	05259	
11952078	Mingo-Peláez	mingo-pelaez	ES		0	Europe/Madrid	40.79072	-4.61414				55	AV	05115	
11952153	Valdejoque	valdejoque	ES		0	Europe/Madrid	42.24349	-4.98466				55	P	34206	
11952180	Losañez	losanez	ES		0	Europe/Madrid	41.23112	-4.35796		Los Anes,Los Añes		55	SG	40182	
11952181	Santián	santian	ES		0	Europe/Madrid	43.14389	-4.03577				39	S	39046	
11952183	Serranos de Nijar	serranos-de-nijar	ES		0	Europe/Madrid	41.17837	-4.72648				55	VA	47011	
11952193	Las Mijaradas	las-mijaradas	ES		0	Europe/Madrid	42.41329	-3.59486				55	BU	09176	
11952489	Barruelo	barruelo	ES		0	Europe/Madrid	43.27992	-3.49726				39	S	39067	
11952877	A Esfarrapada	a-esfarrapada	ES		0	Europe/Madrid	42.10187	-8.56108		Esfarrapada		58	PO	36049	
11952878	Venda Nova	venda-nova	ES		0	Europe/Madrid	42.11142	-8.56518				58	PO	36049	
11961491	El Espadañal	el-espadanal	ES		0	Europe/Madrid	39.88535	-5.61172		Dehesa del Espadanal,Dehesa del Espadañal		57	CC	10131	
11962248	Vilarín do Monte	vilarin-do-monte	ES		0	Europe/Madrid	42.71458	-7.09126				58	LU	27045	
11962251	Eirasvedras	eirasvedras	ES		0	Europe/Madrid	42.35555	-7.91472				58	OR	32054	
11962358	El Carbayón	el-carbayon	ES		0	Europe/Madrid	43.37247	-5.8931				34	O	33044	
11962485	Peñadrada	penadrada	ES		0	Europe/Madrid	42.76492	-6.53258				55	LE	24110	
11962689	A Arrufana	a-arrufana	ES		0	Europe/Madrid	43.57734	-7.75491				58	C	15044	
11978581	Villahizoy	villahizoy	ES		0	Europe/Madrid	43.28394	-6.17157				34	O	33026	
11979202	Palacio de San Pedro	palacio-de-san-pedro	ES		0	Europe/Madrid	42.01904	-2.28835				55	SO	42165	
11979206	Vilafrío	vilafrio	ES		0	Europe/Madrid	43.05657	-7.38822				58	LU	27011	
11979207	Vilarreme	vilarreme	ES		0	Europe/Madrid	42.61066	-7.64508				58	LU	27058	
11979208	Morgade	morgade	ES		0	Europe/Madrid	42.59465	-7.63246				58	LU	27058	
11979210	Almojo	almojo	ES		0	Europe/Madrid	43.43581	-3.77101		Ambojo		39	S	39040	
11979212	Allonquiña	allonquina	ES		0	Europe/Madrid	43.19535	-6.98055				58	LU	27018	
11979324	Cacabillo	cacabillo	ES		0	Europe/Madrid	42.98902	-6.19989				55	LE	24029	
11979606	Quistiláns	quistilans	ES		0	Europe/Madrid	42.85805	-8.61619				58	C	15002	
11979607	As Buceleiras	as-buceleiras	ES		0	Europe/Madrid	42.84733	-8.61777				58	C	15002	
11979608	Aldea Nova	aldea-nova	ES		0	Europe/Madrid	42.8688	-8.62981				58	C	15002	
11979612	Montañó	montano	ES		0	Europe/Madrid	42.65018	-8.92872				58	C	15011	
11979613	Santa María	santa-maria	ES		0	Europe/Madrid	43.50562	-8.15394				58	C	15055	
11979614	Mesoiro	mesoiro	ES		0	Europe/Madrid	43.33104	-8.42572				58	C	15030	
11979615	Ermita de Patiño	ermita-de-patino	ES		0	Europe/Madrid	37.96249	-1.12737				31	MU	30030	
11979616	Barrio del Progreso	barrio-del-progreso	ES		0	Europe/Madrid	37.96106	-1.11918				31	MU	30030	
11979618	Les Vegues	les-vegues	ES		0	Europe/Madrid	43.53644	-5.90284		Las Vegas		34	O	33020	
11979742	Els Angles	els-angles	ES		0	Europe/Madrid	42.20984	2.57921				56	GI	17109	
11983589	Pousada	pousada	ES		0	Europe/Madrid	42.74933	-8.87002				58	C	15042	
11983620	Ribalmaguillo	ribalmaguillo	ES		0	Europe/Madrid	42.22668	-2.347				27	LO	26098	
11993225	Xixiriz	xixiriz	ES		0	Europe/Madrid	42.67528	-7.57489				58	LU	27058	
11996557	San Jaime Mediterráneo	san-jaime-mediterraneo	ES		0	Europe/Madrid	39.90633	4.07126				07	PM	07002	
12022034	Granja Muedra	granja-muedra	ES		0	Europe/Madrid	41.78062	-4.58366				55	VA	47184	
12023251	Morvedre	morvedre	ES		0	Europe/Madrid	39.48407	-0.37478				60	V	46250	5
12023252	Malilla	malilla	ES		0	Europe/Madrid	39.44475	-0.37718				60	V	46250	10
12023253	Albors	albors	ES		0	Europe/Madrid	39.46854	-0.35276				60	V	46250	12
12023254	El Botanic	el-botanic	ES		0	Europe/Madrid	39.47613	-0.38597				60	V	46250	3
12023255	La Raiosa	la-raiosa	ES		0	Europe/Madrid	39.45757	-0.38606				60	V	46250	9
12023256	En Corts	en-corts	ES		0	Europe/Madrid	39.4558	-0.37115				60	V	46250	10
12023257	La Creu del Grau	la-creu-del-grau	ES		0	Europe/Madrid	39.46173	-0.34502				60	V	46250	12
12023258	Sant Marcel.Li	sant-marcel-li	ES		0	Europe/Madrid	39.44497	-0.39003				60	V	46250	9
12023259	Ciutat Jardi	ciutat-jardi	ES		0	Europe/Madrid	39.47198	-0.34504				60	V	46250	13
12023260	Vara de Quart	vara-de-quart	ES		0	Europe/Madrid	39.45954	-0.4069				60	V	46250	8
12023261	Jaume Roig	jaume-roig	ES		0	Europe/Madrid	39.48174	-0.36307				60	V	46250	6
12023262	Exposicio	exposicio	ES		0	Europe/Madrid	39.47614	-0.36369				60	V	46250	6
12023263	El Forn D'Alcedo	el-forn-d-alcedo	ES		0	Europe/Madrid	39.43247	-0.3782				60	V	46250	19
12023264	El Pla del Remei	el-pla-del-remei	ES		0	Europe/Madrid	39.46902	-0.36896				60	V	46250	2
12023265	Aiora	aiora	ES		0	Europe/Madrid	39.46573	-0.34336				60	V	46250	12
12023266	La Roqueta	la-roqueta	ES		0	Europe/Madrid	39.46651	-0.38002				60	V	46250	3
12023267	La Gran Via	la-gran-via	ES		0	Europe/Madrid	39.46554	-0.36552				60	V	46250	2
12023268	Cami Fondo	cami-fondo	ES		0	Europe/Madrid	39.46486	-0.35321				60	V	46250	12
12023269	Patraix	patraix	ES		0	Europe/Madrid	39.46271	-0.39187				60	V	46250	8
12023270	Russafa	russafa	ES		0	Europe/Madrid	39.46119	-0.3737				60	V	46250	2
12023271	Penya-Roja	penya-roja	ES		0	Europe/Madrid	39.45918	-0.34985				60	V	46250	12
12023272	Faitanar	faitanar	ES		0	Europe/Madrid	39.44257	-0.41158				60	V	46250	19
12023273	Ciutat de Les Arts I de Les Ciencies	ciutat-de-les-arts-i-de-les-ciencies	ES		0	Europe/Madrid	39.45384	-0.35685				60	V	46250	10
12023274	Na Rovella	na-rovella	ES		0	Europe/Madrid	39.45287	-0.36594				60	V	46250	10
12023275	La Punta	la-punta	ES		0	Europe/Madrid	39.44148	-0.34945				60	V	46250	10
12023277	Sant Antoni	sant-antoni	ES		0	Europe/Madrid	39.48871	-0.37323				60	V	46250	5
12023278	Safranar	safranar	ES		0	Europe/Madrid	39.45843	-0.39688				60	V	46250	8
12023279	La Seu	la-seu	ES		0	Europe/Madrid	39.47662	-0.37512				60	V	46250	1
12023280	Les Cases de Barcena	les-cases-de-barcena	ES		0	Europe/Madrid	39.52468	-0.35946				60	V	46250	17
12023281	La Petxina	la-petxina	ES		0	Europe/Madrid	39.47357	-0.39098				60	V	46250	3
12023282	Betero	betero	ES		0	Europe/Madrid	39.47197	-0.33624				60	V	46250	11
12023283	La Xerea	la-xerea	ES		0	Europe/Madrid	39.47414	-0.37093				60	V	46250	1
12023284	El Mercat	el-mercat	ES		0	Europe/Madrid	39.47383	-0.37883				60	V	46250	1
12023285	Benicalap	benicalap	ES		0	Europe/Madrid	39.49301	-0.391				60	V	46250	16
12023287	Sant Francesc	sant-francesc	ES		0	Europe/Madrid	39.47011	-0.37605				60	V	46250	1
12023288	L'Illa Perduda	l-illa-perduda	ES		0	Europe/Madrid	39.46888	-0.33964				60	V	46250	13
12023289	Arrancapins	arrancapins	ES		0	Europe/Madrid	39.4641	-0.38427				60	V	46250	3
12023290	Mont-Olivet	mont-olivet	ES		0	Europe/Madrid	39.45938	-0.36349				60	V	46250	10
12023292	L'Hort de Senabre	l-hort-de-senabre	ES		0	Europe/Madrid	39.4515	-0.39081				60	V	46250	9
12023293	La Creu Coberta	la-creu-coberta	ES		0	Europe/Madrid	39.45083	-0.3854				60	V	46250	9
12023294	Cami Real	cami-real	ES		0	Europe/Madrid	39.44492	-0.39555				60	V	46250	9
12023295	La Fonteta S.Lluis	la-fonteta-s-lluis	ES		0	Europe/Madrid	39.44427	-0.36722				60	V	46250	10
12023296	L'Amistat	l-amistat	ES		0	Europe/Madrid	39.47266	-0.35103				60	V	46250	13
12023297	Trinitat	trinitat	ES		0	Europe/Madrid	39.48177	-0.36883				60	V	46250	5
12023298	Les Tendetes	les-tendetes	ES		0	Europe/Madrid	39.48319	-0.3858				60	V	46250	4
12023299	Soternes	soternes	ES		0	Europe/Madrid	39.47094	-0.40974				60	V	46250	7
12023300	Rafalell-Vistabella	rafalell-vistabella	ES		0	Europe/Madrid	39.55881	-0.30317				60	V	46250	17
12023302	Cami de Vera	cami-de-vera	ES		0	Europe/Madrid	39.48737	-0.35239				60	V	46250	14
12023303	Tres Forques	tres-forques	ES		0	Europe/Madrid	39.46636	-0.4009				60	V	46250	7
12023304	Marxalenes	marxalenes	ES		0	Europe/Madrid	39.48597	-0.383				60	V	46250	5
12023305	El Calvari	el-calvari	ES		0	Europe/Madrid	39.48698	-0.39034				60	V	46250	4
12023306	La Llum	la-llum	ES		0	Europe/Madrid	39.46813	-0.41308				60	V	46250	7
12023307	Sant Isidre	sant-isidre	ES		0	Europe/Madrid	39.45319	-0.40392				60	V	46250	8
12023308	La Malva-Rosa	la-malva-rosa	ES		0	Europe/Madrid	39.47969	-0.32841				60	V	46250	11
12023309	Nou Moles	nou-moles	ES		0	Europe/Madrid	39.47139	-0.39862				60	V	46250	7
12023310	La Fontsanta	la-fontsanta	ES		0	Europe/Madrid	39.46624	-0.40856				60	V	46250	7
12023311	Els Orriols	els-orriols	ES		0	Europe/Madrid	39.49431	-0.36993				60	V	46250	15
12023312	Sant Llorens	sant-llorens	ES		0	Europe/Madrid	39.49636	-0.36282				60	V	46250	15
12023313	Ciutat Fallera	ciutat-fallera	ES		0	Europe/Madrid	39.49964	-0.39506				60	V	46250	16
12023314	Torrefiel	torrefiel	ES		0	Europe/Madrid	39.4952	-0.37693				60	V	46250	15
12023315	Poble Nou	poble-nou	ES		0	Europe/Madrid	39.50591	-0.38549				60	V	46250	17
12023316	Mahuella-Tauladella	mahuella-tauladella	ES		0	Europe/Madrid	39.54407	-0.33614				60	V	46250	17
12023317	Ciutat Universitaria	ciutat-universitaria	ES		0	Europe/Madrid	39.47855	-0.35862				60	V	46250	6
12023319	Sant Pau	sant-pau	ES		0	Europe/Madrid	39.48667	-0.41061				60	V	46250	4
12023320	La Vega Baixa	la-vega-baixa	ES		0	Europe/Madrid	39.47631	-0.34997				60	V	46250	13
12023321	Mestalla	mestalla	ES		0	Europe/Madrid	39.47098	-0.35884				60	V	46250	6
12023333	La Palmilla-Doctor Marañon	la-palmilla-doctor-maranon	ES		0	Europe/Madrid	37.40826	-5.98669				51	SE	41091	2
12023334	Los Carteros	los-carteros	ES		0	Europe/Madrid	37.4131	-5.9712				51	SE	41091	7
12023335	La Corza	la-corza	ES		0	Europe/Madrid	37.40206	-5.96768				51	SE	41091	8
12023336	El Gordillo	el-gordillo	ES		0	Europe/Madrid	37.43755	-5.94006				51	SE	41091	7
12023338	Begoña-Santa Catalina	begona-santa-catalina	ES		0	Europe/Madrid	37.40781	-5.97559				51	SE	41091	2
12023339	Campos De Soria	campos-de-soria	ES		0	Europe/Madrid	37.40598	-5.97139				51	SE	41091	2
12023341	Las Avenidas	las-avenidas	ES		0	Europe/Madrid	37.41072	-5.98527				51	SE	41091	2
12023342	Palmete	palmete	ES		0	Europe/Madrid	37.37773	-5.93113				51	SE	41091	4
12023343	La Paz-Las Golondrinas	la-paz-las-golondrinas	ES		0	Europe/Madrid	37.4119	-5.98786				51	SE	41091	2
12023344	Colores, Entreparques	colores-entreparques	ES		0	Europe/Madrid	37.40824	-5.90507				51	SE	41091	9
12023345	Pio Xii	pio-xii	ES		0	Europe/Madrid	37.40519	-5.97815				51	SE	41091	2
12023346	La Bachillera	la-bachillera	ES		0	Europe/Madrid	37.43667	-5.99131				51	SE	41091	7
12023349	Huerta Del Pilar	huerta-del-pilar	ES		0	Europe/Madrid	37.38555	-5.97766				51	SE	41091	3
12023350	Triana Oeste	triana-oeste	ES		0	Europe/Madrid	37.38721	-6.01115				51	SE	41091	6
12023351	Poligono Norte	poligono-norte	ES		0	Europe/Madrid	37.41238	-5.97981				51	SE	41091	2
12023352	Aeropuerto Viejo	aeropuerto-viejo	ES		0	Europe/Madrid	37.4159	-5.9462				51	SE	41091	7
12023353	Los Pajaros	los-pajaros	ES		0	Europe/Madrid	37.38403	-5.95655				51	SE	41091	4
12023354	Nervion	nervion	ES		0	Europe/Madrid	37.38247	-5.96599				51	SE	41091	3
12023355	El Prado-Parque Maria Luisa	el-prado-parque-maria-luisa	ES		0	Europe/Madrid	37.37468	-5.98834				51	SE	41091	5
12023356	Palacio De Congresos, Urbadiez, Entrepuentes	palacio-de-congresos-urbadiez-entrepuentes	ES		0	Europe/Madrid	37.39604	-5.93697				51	SE	41091	9
12023357	Sector Sur-La Palmera-Reina Mercedes	sector-sur-la-palmera-reina-mercedes	ES		0	Europe/Madrid	37.36077	-5.98821				51	SE	41091	10
12023358	Tabladilla-La Estrella	tabladilla-la-estrella	ES		0	Europe/Madrid	37.36521	-5.98029				51	SE	41091	5
12023359	Pino Flores	pino-flores	ES		0	Europe/Madrid	37.40791	-5.97267				51	SE	41091	2
12023360	Arbol Gordo	arbol-gordo	ES		0	Europe/Madrid	37.4009	-5.97312				51	SE	41091	8
12023365	Triana Este	triana-este	ES		0	Europe/Madrid	37.38001	-6.00438				51	SE	41091	6
12023366	Heliopolis	heliopolis	ES		0	Europe/Madrid	37.35458	-5.98387				51	SE	41091	10
12023367	Amate	amate	ES		0	Europe/Madrid	37.37866	-5.95725				51	SE	41091	4
12023368	Rochelambert	rochelambert	ES		0	Europe/Madrid	37.37524	-5.95415				51	SE	41091	4
12023369	Zodiaco	zodiaco	ES		0	Europe/Madrid	37.40145	-5.97019				51	SE	41091	8
12023371	La Buhaira	la-buhaira	ES		0	Europe/Madrid	37.38222	-5.9744				51	SE	41091	3
12023372	Santa Justa Y Rufina-Parque Miraflores	santa-justa-y-rufina-parque-miraflores	ES		0	Europe/Madrid	37.40985	-5.97291				51	SE	41091	2
12023373	San Jose Obrero	san-jose-obrero	ES		0	Europe/Madrid	37.39472	-5.97759				51	SE	41091	8
12023374	Triana Casco Antiguo	triana-casco-antiguo	ES		0	Europe/Madrid	37.38478	-6.00298				51	SE	41091	6
12023375	Tiro De Linea-Santa Genoveva	tiro-de-linea-santa-genoveva	ES		0	Europe/Madrid	37.36906	-5.97531				51	SE	41091	5
12023376	El Plantinar	el-plantinar	ES		0	Europe/Madrid	37.3744	-5.9721				51	SE	41091	5
12023378	San Pablo A Y B	san-pablo-a-y-b	ES		0	Europe/Madrid	37.39325	-5.96669				51	SE	41091	8
12023379	El Torrejon	el-torrejon	ES		0	Europe/Madrid	37.4118	-5.98251				51	SE	41091	2
12023380	Retiro Obrero	retiro-obrero	ES		0	Europe/Madrid	37.40246	-5.97916				51	SE	41091	2
12023381	La Barzola	la-barzola	ES		0	Europe/Madrid	37.40642	-5.98073				51	SE	41091	2
12023382	Bami	bami	ES		0	Europe/Madrid	37.35981	-5.97788				51	SE	41091	5
12023383	Macarena Tres Huertas-Macarena Cinco	macarena-tres-huertas-macarena-cinco	ES		0	Europe/Madrid	37.40995	-5.99015				51	SE	41091	2
12023386	Museo	museo	ES		0	Europe/Madrid	37.39051	-6.0022				51	SE	41091	1
12023388	San Pablo C	san-pablo-c	ES		0	Europe/Madrid	37.39534	-5.96138				51	SE	41091	8
12023389	El Juncal-Hispalis	el-juncal-hispalis	ES		0	Europe/Madrid	37.36866	-5.96247				51	SE	41091	5
12023391	Poligono Sur	poligono-sur	ES		0	Europe/Madrid	37.36019	-5.9573				51	SE	41091	5
12023392	Elcano-Bermejales	elcano-bermejales	ES		0	Europe/Madrid	37.34733	-5.98005				51	SE	41091	10
12023394	Santa Aurelia-Cantabrico-Atlantico-La Romeria	santa-aurelia-cantabrico-atlantico-la-romeria	ES		0	Europe/Madrid	37.3828	-5.94795				51	SE	41091	4
12023395	Parque Alcosa-Jardines Del Edén	parque-alcosa-jardines-del-eden	ES		0	Europe/Madrid	37.40913	-5.92785				51	SE	41091	9
12023396	Barriada De Pineda	barriada-de-pineda	ES		0	Europe/Madrid	37.35068	-5.96818				51	SE	41091	10
12023397	Los Remedios	los-remedios	ES		0	Europe/Madrid	37.37423	-5.99909				51	SE	41091	11
12023398	San Carlos-Tartessos	san-carlos-tartessos	ES		0	Europe/Madrid	37.39883	-5.97192				51	SE	41091	8
12023400	Huerta De Santa Teresa	huerta-de-santa-teresa	ES		0	Europe/Madrid	37.39063	-5.97166				51	SE	41091	8
12023401	Los Principes-La Fontanilla	los-principes-la-fontanilla	ES		0	Europe/Madrid	37.41501	-5.97718				51	SE	41091	2
12023402	Doctor Barraquer-Grupo Renfe-Policlinico	doctor-barraquer-grupo-renfe-policlinico	ES		0	Europe/Madrid	37.40592	-5.99116				51	SE	41091	2
12023403	El Tardon-El Carmen	el-tardon-el-carmen	ES		0	Europe/Madrid	37.37599	-6.01076				51	SE	41091	6
12023407	Juan Xxiii	juan-xxiii	ES		0	Europe/Madrid	37.3763	-5.94875				51	SE	41091	4
12023409	Consolacion	consolacion	ES		0	Europe/Madrid	37.41723	-5.96767				51	SE	41091	7
12023410	El Fontanal-Maria Auxiliadora-Carretera De Carmona	el-fontanal-maria-auxiliadora-carretera-de-carmona	ES		0	Europe/Madrid	37.39754	-5.97861				51	SE	41091	8
12023411	Alfalfa	alfalfa	ES		0	Europe/Madrid	37.39083	-5.99332				51	SE	41091	1
12023412	Pedro Salvador-Las Palmeritas-Guadaira	pedro-salvador-las-palmeritas-guadaira	ES		0	Europe/Madrid	37.35592	-5.97619				51	SE	41091	10
12023414	Huerta De La Salud	huerta-de-la-salud	ES		0	Europe/Madrid	37.37593	-5.98145				51	SE	41091	5
12023415	San Pablo D Y E	san-pablo-d-y-e	ES		0	Europe/Madrid	37.39945	-5.95885				51	SE	41091	8
12023416	Encarnación-Regina	encarnacion-regina	ES		0	Europe/Madrid	37.39412	-5.9937				51	SE	41091	1
12023418	Avenida De La Paz	avenida-de-la-paz	ES		0	Europe/Madrid	37.36463	-5.96361				51	SE	41091	2
12023420	Cruz Roja-Capuchinos	cruz-roja-capuchinos	ES		0	Europe/Madrid	37.40062	-5.98098				51	SE	41091	2
12023422	Giralda Sur	giralda-sur	ES		0	Europe/Madrid	37.37474	-5.97672				51	SE	41091	5
12023424	Leon Xiii-Los Naranjos	leon-xiii-los-naranjos	ES		0	Europe/Madrid	37.40418	-5.984				51	SE	41091	2
12023425	Barrio Leon	barrio-leon	ES		0	Europe/Madrid	37.37937	-6.01244				51	SE	41091	6
12023426	Santa Catalina	santa-catalina	ES		0	Europe/Madrid	37.39341	-5.98566				51	SE	41091	1
12023427	Las Almenas	las-almenas	ES		0	Europe/Madrid	37.41554	-5.96435				51	SE	41091	7
12023428	San Diego	san-diego	ES		0	Europe/Madrid	37.41189	-5.96877				51	SE	41091	7
12023429	Santa Maria De Ordas-San Nicolas	santa-maria-de-ordas-san-nicolas	ES		0	Europe/Madrid	37.4033	-5.97487				51	SE	41091	2
12023430	Hermandades-La Carrasca	hermandades-la-carrasca	ES		0	Europe/Madrid	37.40943	-5.98026				51	SE	41091	2
12023431	Las Letanias	las-letanias	ES		0	Europe/Madrid	37.36268	-5.96481				51	SE	41091	5
12023432	Las Naciones-Parque Atlantico-Las Dalias	las-naciones-parque-atlantico-las-dalias	ES		0	Europe/Madrid	37.4049	-5.96631				51	SE	41091	7
12023433	Felipe Ii-Los Diez Mandamientos	felipe-ii-los-diez-mandamientos	ES		0	Europe/Madrid	37.37105	-5.97289				51	SE	41091	5
12023434	Cisneo Alto-Santa Maria De Gracia	cisneo-alto-santa-maria-de-gracia	ES		0	Europe/Madrid	37.40346	-5.97091				51	SE	41091	2
12023500	Augusta Bilbilis	augusta-bilbilis	ES		0	Europe/Madrid	41.38152	-1.60306				52	Z	50067	
12023501	Marivella	marivella	ES		0	Europe/Madrid	41.37168	-1.58241				52	Z	50067	
12023502	Pueblo Viejo de Belchite	pueblo-viejo-de-belchite	ES		0	Europe/Madrid	41.30021	-0.74684				52	Z	50045	
12032221	Santaver	santaver	ES		0	Europe/Madrid	40.43075	-2.66911				54	CU	16051	
12032252	Pedro Miguel	pedro-miguel	ES		0	Europe/Madrid	41.31072	-4.85921				55	VA	47123	
12032264	Santa Croche	santa-croche	ES		0	Europe/Madrid	40.42982	-1.41589				52	TE	44009	
12032346	Lancha del Genil	lancha-del-genil	ES		0	Europe/Madrid	37.16497	-3.55937				51	GR	18087	
12035731	Artosilla	artosilla	ES		0	Europe/Madrid	42.4253	-0.26216				52	HU	22199	
12035739	Castillo de Guarga	castillo-de-guarga	ES		0	Europe/Madrid	42.40706	-0.30336				52	HU	22199	
12035743	Secorún	secorun	ES		0	Europe/Madrid	42.39853	-0.14762				52	HU	22199	
12035746	Aylés	ayles	ES		0	Europe/Madrid	41.39908	-1.06268				52	Z	50167	
12035854	Urbanización Campolar	urbanizacion-campolar	ES		0	Europe/Madrid	42.46802	-5.37948				55	LE	24160	
12035855	Mansilla del Esla	mansilla-del-esla	ES		0	Europe/Madrid	42.50768	-5.38575				55	LE	24094	
12035856	Valdebustos	valdebustos	ES		0	Europe/Madrid	41.90382	-4.83018				55	P	34010	
12036156	Tobajas	tobajas	ES		0	Europe/Madrid	41.55978	-2.01494				55	SO	42051	
12041362	Llumes	llumes	ES		0	Europe/Madrid	41.13866	-1.78778				52	Z	50173	
12041388	Argensola	argensola	ES		0	Europe/Madrid	41.598	1.44511			08008	56	B	08008	
12041405	La Torrecilla	la-torrecilla	ES		2000	Europe/Madrid	37.62363	-1.72785	316	La Torrecilla		31	MU	30024	
12041529	Daganzo de Abajo	daganzo-de-abajo	ES		0	Europe/Madrid	40.51428	-3.46443		Daganzuelo		29	M	28002	
12041735	Roman catholic diocese of Córdoba	roman-catholic-diocese-of-cordoba	ES		0	Europe/Madrid	37.8788	-4.77935		Diocesis de Cordoba,Diócesis de Córdoba		51	CO	14021	
12042022	La Bienvenida	la-bienvenida	ES		0	Europe/Madrid	38.64459	-4.51868				54	CR	13015	
12047394	Itxasbegi	itxasbegi	ES		0	Europe/Madrid	43.39084	-2.69429		Artadi-Santarena		59	BI	48021	
12047395	Los Morotes	los-morotes	ES		27	Europe/Madrid	37.67149	-1.9045	450	Los Morotes,The Morotes		31	MU	30024	
12059934	Camporrío	camporrio	ES		0	Europe/Madrid	42.56883	-7.46755				58	LU	27031	
12059938	A Broza	a-broza	ES		0	Europe/Madrid	42.53812	-7.60019				58	LU	27031	
12060457	Playa de la Ballena	playa-de-la-ballena	ES		0	Europe/Madrid	36.68859	-6.41948				51	CA	11030	
12070622	Limideiro	limideiro	ES		13	Europe/Madrid	43.01113	-8.93556				58	C	15093	
12070653	Acalabanda	acalabanda	ES		2	Europe/Madrid	43.00604	-8.91865				58	C	15093	
12070654	Quintans	quintans	ES		0	Europe/Madrid	43.00467	-8.92839				58	C	15093	
12070655	Pudenza	pudenza	ES		0	Europe/Madrid	43.01899	-8.92554				58	C	15093	
12070656	Pedrouzos	pedrouzos	ES		0	Europe/Madrid	43.00709	-8.96479				58	C	15093	
12070657	Cabazas	cabazas	ES		0	Europe/Madrid	43.03504	-9.00773				58	C	15092	
12070658	Borreiros	borreiros	ES		0	Europe/Madrid	43.00377	-8.96652				58	C	15093	
12076718	Ordeño	ordeno	ES		0	Europe/Madrid	41.19854	-5.2901		Hordeno,Hordeño,Ordono,Ordoño		55	VA	47167	
12076766	Freaza	freaza	ES		0	Europe/Madrid	42.28748	-8.4788				58	PO	36019	
12076767	O Aido	o-aido	ES		0	Europe/Madrid	42.77564	-8.69417				58	C	15074	
12076854	Pobladura de Trasmonte	pobladura-de-trasmonte	ES		0	Europe/Madrid	41.98547	-5.77971				55	ZA	49256	
12076856	Espinarcillo	espinarcillo	ES		0	Europe/Madrid	41.13345	-5.59308				55	SA	37318	
12076857	Tezanillos	tezanillos	ES		0	Europe/Madrid	43.22142	-3.83451				39	S	39098	
12088640	Froián	froian	ES		0	Europe/Madrid	42.74493	-7.33261				58	LU	27055	
12088642	Vilanova	vilanova	ES		0	Europe/Madrid	42.72422	-7.38683				58	LU	27057	
12088644	Tosende	tosende	ES		0	Europe/Madrid	42.89595	-7.52932				58	LU	27023	
12088647	Vilanova	vilanova	ES		0	Europe/Madrid	42.80888	-8.00412				58	PO	36020	
12088648	Gundián	gundian	ES		0	Europe/Madrid	42.88312	-7.23576				58	LU	27901	
12088651	Vilaverde	vilaverde	ES		0	Europe/Madrid	42.71197	-7.46444				58	LU	27057	
12088652	Toxo	toxo	ES		0	Europe/Madrid	42.07998	-7.84229				58	OR	32067	
12088685	O Val	o-val	ES		0	Europe/Madrid	42.40292	-7.43202				58	OR	32023	
12088686	Santo	santo	ES		0	Europe/Madrid	42.39954	-7.43676				58	OR	32023	
12088688	Vilaicente	vilaicente	ES		0	Europe/Madrid	42.80236	-7.12438				58	LU	27037	
12088758	Desert Springs	desert-springs	ES		0	Europe/Madrid	37.25752	-1.82486	56			51	AL	04035	
12088844	La Pueblica	la-pueblica	ES		0	Europe/Madrid	41.59611	-5.97958				55	ZA	49036	
12088918	Cortijo Grande	cortijo-grande	ES		0	Europe/Madrid	37.12179	-1.9351				51	AL	04093	
12089407	Rozadiella	rozadiella	ES		0	Europe/Madrid	43.25372	-6.50363				34	O	33073	
12089417	Valdemimbre	valdemimbre	ES		0	Europe/Madrid	41.40934	-5.58551				55	ZA	49210	
12096824	Albuquerque	albuquerque	ES		0	Europe/Madrid	39.21998	-7.0009				57	BA	06006	
12097410	Xesto	xesto	ES		0	Europe/Madrid	42.63541	-7.56623		Gesto		58	LU	27058	
12104405	Párraces	parraces	ES		0	Europe/Madrid	40.13195	-4.8276				54	TO	45114	
12104443	Vilagudín	vilagudin	ES		0	Europe/Madrid	43.17284	-6.87047				58	LU	27035	
12104445	O Bueye	o-bueye	ES		0	Europe/Madrid	43.16035	-6.83987		Boelle		58	LU	27035	
12104446	La Fornaza	la-fornaza	ES		0	Europe/Madrid	43.17938	-6.94336				34	O	33027	
12104447	Veiga Grande	veiga-grande	ES		0	Europe/Madrid	43.19881	-6.85851				34	O	33027	
12104463	Pacios	pacios	ES		0	Europe/Madrid	42.61407	-7.57967				58	LU	27058	
12104464	Pacios	pacios	ES		0	Europe/Madrid	42.6324	-7.68611				58	LU	27058	
12104465	O Chaguacedo	o-chaguacedo	ES		0	Europe/Madrid	42.39026	-7.45073				58	OR	32023	
12104467	Santa Tegra de Abeleda	santa-tegra-de-abeleda	ES		0	Europe/Madrid	42.38618	-7.45233		Santa Tecla de Abeleda		58	OR	32023	
12104483	La Bárcena	la-barcena	ES		0	Europe/Madrid	43.38439	-5.25937				34	O	33049	
12104488	Trasmundo	trasmundo	ES		0	Europe/Madrid	42.71688	-6.4349				55	LE	24102	
12104489	Berciego	berciego	ES		0	Europe/Madrid	42.71602	-6.45021				55	LE	24102	
12104679	A Costa	a-costa	ES		0	Europe/Madrid	42.28848	-8.10084				58	OR	32022	
12104880	Bribes	bribes	ES		0	Europe/Madrid	43.12092	-9.04415				58	C	15092	
12104975	Castillejo de Huebra	castillejo-de-huebra	ES		0	Europe/Madrid	40.81489	-6.14465				55	SA	37135	
12105034	Roman Catholic Diocese of Málaga	roman-catholic-diocese-of-malaga	ES		0	Europe/Madrid	36.72031	-4.41965				51	MA	29067	
12110566	Hispania Carthageniensis (roman province)	hispania-carthageniensis-roman-province	ES		0	Europe/Madrid	37.6249	-0.99611				31	MU	30016	
12110908	Lendoño de Abajo	lendono-de-abajo	ES		0	Europe/Madrid	43.01312	-3.03377		Lendono Behekoa,Lendoño Behekoa		59	BI	48074	
12111002	Perobéquez	perobequez	ES		0	Europe/Madrid	39.98567	-4.34388		Pero Bequez,Pero Béquez,Pero Veguez,Pero Vequer,Pero Véguez		54	TO	45901	
12111003	La Hurtada	la-hurtada	ES		0	Europe/Madrid	39.98481	-4.32174				54	TO	45901	
12111077	Villaguer	villaguer	ES		0	Europe/Madrid	41.48239	-5.33949				55	ZA	49219	
12123568	Aldehuela de la Huelga	aldehuela-de-la-huelga	ES		0	Europe/Madrid	41.051	-5.82335				55	SA	37380	
12123569	Combarru	combarru	ES		0	Europe/Madrid	43.11849	-6.558		Combarro		34	O	33011	
12123759	Mariaca	mariaca	ES		0	Europe/Madrid	43.062	-2.97561		Anteiglesia de Mariaca,Mariaka		59	VI	01002	
12128263	Playa Arrietara	playa-arrietara	ES		0	Europe/Madrid	43.38846	-2.99558				59	BI	48085	
12129536	La Asperilla	la-asperilla	ES		0	Europe/Madrid	40.11832	-5.92185				57	CC	10054	
12148752	Roman catholic diocese of Burgos	roman-catholic-diocese-of-burgos	ES		0	Europe/Madrid	42.34097	-3.70447				55	BU	09059	
12148815	Sant-Nicolau dels Pontells	sant-nicolau-dels-pontells	ES		0	Europe/Madrid	42.62555	0.76259				56	L	25243	
12148860	Cami Vell de Sant Mateu	cami-vell-de-sant-mateu	ES		0	Europe/Madrid	39.01431	1.37377			07046	07	PM	07046	
12156239	A Torre	a-torre	ES		0	Europe/Madrid	42.87709	-8.68785				58	C	15013	
12156517	Couso	couso	ES		0	Europe/Madrid	42.75085	-8.55056		Santa Maria de Couso,Santa María de Couso		58	PO	36017	
12156520	Agar	agar	ES		0	Europe/Madrid	42.71678	-8.38774				58	PO	36017	
12156637	Moimenta	moimenta	ES		0	Europe/Madrid	42.76124	-8.39519				58	PO	36017	
12156661	Santa Marina de Barcala	santa-marina-de-barcala	ES		0	Europe/Madrid	42.71549	-8.58719				58	PO	36017	
12156662	Cora	cora	ES		0	Europe/Madrid	42.74782	-8.52662				58	PO	36017	
12156674	San Miguel de Barcala	san-miguel-de-barcala	ES		0	Europe/Madrid	42.73416	-8.59758				58	PO	36017	
12156675	San Miguel de Castro	san-miguel-de-castro	ES		0	Europe/Madrid	42.77966	-8.37658				58	PO	36017	
12156753	Migalbín	migalbin	ES		0	Europe/Madrid	40.76781	-5.19068		Migalvin,Migalvín		55	AV	05044	
12156769	Pacios	pacios	ES		0	Europe/Madrid	42.40673	-7.74241				58	OR	32052	
12156770	Pol	pol	ES		0	Europe/Madrid	42.86288	-7.25398				58	LU	27901	
12156771	San Miguel de Neira de Rei	san-miguel-de-neira-de-rei	ES		0	Europe/Madrid	42.91375	-7.20828				58	LU	27901	
12156773	Sixirei	sixirei	ES		0	Europe/Madrid	42.86496	-7.22742		San Pedro de Sixirei,Sigirei,Sigirey		58	LU	27901	
12157045	Milleirós	milleiros	ES		0	Europe/Madrid	42.84307	-7.79568				58	LU	27032	
12157047	San Lourenzo	san-lourenzo	ES		0	Europe/Madrid	42.81365	-7.86454		San Lorenzo,San Lourenzo de Pedraza		58	LU	27032	
12157048	A Camba	a-camba	ES		0	Europe/Madrid	42.79995	-7.79741				58	LU	27032	
12157051	Vilanova	vilanova	ES		0	Europe/Madrid	42.82616	-7.82322		Villanueva		58	LU	27032	
12157075	Villagodio	villagodio	ES		0	Europe/Madrid	41.52425	-5.70362				55	ZA	49275	
12165927	Barrolino	barrolino	ES		0	Europe/Madrid	42.07291	-6.60302				55	ZA	49179	
12165970	MiCasa	micasa	ES		0	Europe/Madrid	39.2192	-2.14595	700			54	AB	02069	
12166837	Riva-Martín	riva-martin	ES		0	Europe/Madrid	42.86646	-3.32309		Ribamartin,Ribamartín,Riva Martin,Riva Martín,Rivamartin,Rivamartín		55	BU	09213	
12166854	barrio Tipulatz Auzoa	barrio-tipulatz-auzoa	ES		30	Europe/Madrid	43.13358	-1.6247				32	NA	31054	
12166855	barrio Santalokadia auzoa	barrio-santalokadia-auzoa	ES		20	Europe/Madrid	43.12502	-1.6565				32	NA	31054	
12167083	Villaester de Abajo	villaester-de-abajo	ES		0	Europe/Madrid	41.50097	-5.23771				55	VA	47113	
12172750	Almancaya	almancaya	ES		0	Europe/Madrid	41.41503	-5.72594		La Almancaya		55	ZA	49127	
12175852	Bustocirio	bustocirio	ES		0	Europe/Madrid	42.36771	-4.78404				55	P	34231	
12175902	Roman Catholic Diocese of Cartagena	roman-catholic-diocese-of-cartagena	ES		0	Europe/Madrid	37.5991	-0.98456				31	MU	30016	
12176056	Fuente la Piedra	fuente-la-piedra	ES		0	Europe/Madrid	41.23771	-4.9458				55	VA	47189	
12176058	Santo Tomás de Olabarrieta	santo-tomas-de-olabarrieta	ES		0	Europe/Madrid	43.14607	-2.84538		Anteiglesia de San Tomas de Olabarrieta,Anteiglesia de San Tomás de Olabarrieta,Olabarrieta		59	BI	48025	
12181858	Bozqueimado	bozqueimado	ES		0	Europe/Madrid	42.26854	-7.36611		Vozqueimado,Vozquemado		58	OR	32029	
12182057	El Mayadil	el-mayadil	ES		0	Europe/Madrid	39.269	-7.201	504			57	CC	10203	
12188665	A Groba de Arriba	a-groba-de-arriba	ES		0	Europe/Madrid	43.26825	-8.54757				58	C	15005	
12188666	O Anide	o-anide	ES		0	Europe/Madrid	43.27098	-8.53797				58	C	15005	
12188667	O Piñeiro	o-pineiro	ES		0	Europe/Madrid	43.26934	-8.53862				58	C	15005	
12188668	A Groba de Abaixo	a-groba-de-abaixo	ES		0	Europe/Madrid	43.26615	-8.54701				58	C	15005	
12206809	el Moratell	el-moratell	ES		0	Europe/Madrid	38.52709	-0.50759		el Moratell		60	A	03083	
12206821	Barri de Segorb	barri-de-segorb	ES		0	Europe/Madrid	38.53325	-0.50616		Barri de Segorb,Barrio de Segorb		60	A	03083	
12206822	Barri de l'Almarx	barri-de-l-almarx	ES		0	Europe/Madrid	38.54197	-0.50211		Barri de l'Almarx		60	A	03083	
12206823	la Penya Redona	la-penya-redona	ES		0	Europe/Madrid	38.5732	-0.52092		la Penya Redona,la Penya Reona		60	A	03083	
12212294	Roman Catholic Diocese of Granada	roman-catholic-diocese-of-granada	ES		0	Europe/Madrid	37.17674	-3.59922				51	GR	18087	
12218154	Moral	moral	ES		0	Europe/Madrid	43.4066	-5.55116				34	O	33065	
12225811	Leirado	leirado	ES		0	Europe/Madrid	42.83367	-7.31297				58	LU	27026	
12232623	San Fagundo	san-fagundo	ES		0	Europe/Madrid	42.45978	-8.01147				58	OR	32076	
12232624	A Agra	a-agra	ES		0	Europe/Madrid	42.42788	-7.96867				58	OR	32076	
12232627	Faramontaos	faramontaos	ES		0	Europe/Madrid	42.44548	-7.97312				58	OR	32076	
12237769	Latxe	latxe	ES		0	Europe/Madrid	42.91035	-2.43826		Alacha,Lacha		59	VI	01053	
12238054	Barrio de Rivas	barrio-de-rivas	ES		0	Europe/Madrid	43.39026	-3.99374				39	S	39054	
12253325	Santa Pía	santa-pia	ES		0	Europe/Madrid	42.77094	-2.43654		Abadia de Santa Pia,Abadía de Santa Pía		59	VI	01037	
12253484	Santigueiro	santigueiro	ES		0	Europe/Madrid	42.36834	-7.60816				58	OR	32057	
2509293	Zurgena	zurgena	ES	04650	2317	Europe/Madrid	37.34218	-2.03985			04103	51	AL	04103	
2509294	Zúñiga	zuniga	ES	30814	0	Europe/Madrid	37.79887	-1.70456		Caserio Zuniga,Caserío Zúñiga,Zuniga,Zúñiga		31	MU	30024	
2509297	Zulema	zulema	ES	02214	0	Europe/Madrid	39.23333	-1.38333		Zulema		54	AB	02007	
2509299	Zújar	zujar	ES	18811	0	Europe/Madrid	38.56667	-5.31667				51	CO	14008	
2509300	Zújar	zujar	ES	18811	2699	Europe/Madrid	37.54285	-2.84197		Zujar,Zújar		51	GR	18023	
2509301	Zujaira	zujaira	ES	18291	0	Europe/Madrid	37.25663	-3.80453				51	GR	18158	
2509302	Zuheros	zuheros	ES	14870	827	Europe/Madrid	37.54332	-4.31531		Zuheres,Zuhéres	14075	51	CO	14075	
2509304	Zufre	zufre	ES	21210	0	Europe/Madrid	37.83333	-6.33333		Zufre	21079	51	H	21079	
2509311	Zorita	zorita	ES	10130	1779	Europe/Madrid	39.28522	-5.69973		Sorita,Zorita,suo li ta,zwryta,Сорита,Соріта,زوريتا,索里塔	10219	57	CC	10219	
2509312	Zorio	zorio	ES	02314	0	Europe/Madrid	38.69575	-2.39994		Caserio Zorio,Caserío Zorio,Zorio		54	AB	02059	
2509316	Zeneta	zeneta	ES	30588	0	Europe/Madrid	38.01106	-0.9967		Zeneta		31	MU	30030	
2509325	Zarza la Mayor	zarza-la-mayor	ES	10880	1481	Europe/Madrid	39.87692	-6.86211		Zarza la Mayor	10218	57	CC	10218	
2509327	Zarzadilla de Totana	zarzadilla-de-totana	ES	30814	0	Europe/Madrid	37.87852	-1.7073		Zarzadilla de Totana		31	MU	30024	
2509328	Zarza de Montánchez	zarza-de-montanchez	ES	10189	608	Europe/Madrid	39.25756	-6.03248		Zarza,Zarza de Montanchez,Zarza de Montánchez	10217	57	CC	10217	
2509330	Zarza Capilla	zarza-capilla	ES	06611	445	Europe/Madrid	38.80711	-5.15682		Zarza Capilla		57	BA	06161	
2509337	Zarza	zarza	ES	32141	0	Atlantic/Canary	28.23561	-16.4644				53	TF	38012	
2509341	Zarra	zarra	ES	46621	442	Europe/Madrid	39.09175	-1.07532		Zarra	46263	60	V	46263	
2509342	Zarcilla de Ramos	zarcilla-de-ramos	ES	30810	0	Europe/Madrid	37.84405	-1.87626		Zarcilla de Ramos		31	MU	30024	
2509358	Zamoranos	zamoranos	ES	14814	0	Europe/Madrid	37.52593	-4.16485				51	CO	14055	
2509361	Zamora	zamora	ES	35349	0	Europe/Madrid	37.6154	-3.37057		Cortijada Zamora,Zamora,Замора		51	J	23044	
2509363	Zambra	zambra	ES	14950	0	Europe/Madrid	37.38457	-4.3865		Zambra		51	CO	14058	
2509364	Zalamea la Real	zalamea-la-real	ES	21640	3506	Europe/Madrid	37.68012	-6.65977		Zalamea,Zalamea la Real	21078	51	H	21078	
2509365	Zalamea de la Serena	zalamea-de-la-serena	ES	06430	4273	Europe/Madrid	38.65131	-5.66063		Zalamea de la Serena	06160	57	BA	06160	
2509368	Zahinos	zahinos	ES	06129	2934	Europe/Madrid	38.33135	-6.95533		Zahinos,Zahínos		57	BA	06159	
2509369	Zahara de los Atunes	zahara-de-los-atunes	ES	11393	1307	Europe/Madrid	36.1369	-5.84591		Saara-de-los-Atunes,Zahara,Zahara de los Atunes,Саара-де-лос-Атунес		51	CA	11007	
2509373	Zagrilla	zagrilla	ES	14816	0	Europe/Madrid	37.48725	-4.2421				51	CO	14055	
2509374	Zagra	zagra	ES	18311	1092	Europe/Madrid	37.25561	-4.16905			18913	51	GR	18913	
2509375	Zafra de Záncara	zafra-de-zancara	ES	16771	169	Europe/Madrid	39.89203	-2.55786		Zafra de Zancara,Zafra de Záncara	16277	54	CU	16277	
2509377	Zafra	zafra	ES	06300	16424	Europe/Madrid	38.42539	-6.41734		Cafra,Safra,Zafra,sa fu la,safura,Çafra,Зафра,Сафра,صفراء، بطليوس,サフラ,萨夫拉	06158	57	BA	06158	
2509378	Zafra	zafra	ES	06300	0	Europe/Madrid	38.41667	-0.86667		Caserio Zafra,Caserío Zafra,Zafra		60	A	03089	
2509379	Zafarraya	zafarraya	ES	18128	2181	Europe/Madrid	36.97554	-4.14442			18192	51	GR	18192	
2509382	Yunquera	yunquera	ES	29410	3298	Europe/Madrid	36.73252	-4.92122		Yunquera	29100	51	MA	29100	
2509385	Yetas de Abajo	yetas-de-abajo	ES	02536	0	Europe/Madrid	38.2352	-2.32702		Yetas,Yetas de Abajo		54	AB	02055	
2509386	Yeste	yeste	ES	02480	3580	Europe/Madrid	38.36852	-2.31756		Este,Yeste,Zoste,ysth,ysty,Єсте,Есте,يستي,یسته	02086	54	AB	02086	
2509389	Yepes	yepes	ES	45313	4752	Europe/Madrid	39.90199	-3.62517		Epes,Yepes,ye pei si,yybys,Єпес,Епес,ييبيس,耶佩斯	45202	54	TO	45202	
2509390	Yémeda	yemeda	ES	16373	26	Europe/Madrid	39.76667	-1.71667		Yemeda,Yémeda	16276	54	CU	16276	
2509397	Yegen	yegen	ES	18460	0	Europe/Madrid	36.98103	-3.119				51	GR	18904	
2509402	Yecla	yecla	ES	30510	35025	Europe/Madrid	38.61365	-1.11468		Ekla,Iecla,Yecla,ye ke la,ykla  mrsyt,Єкла,Екла,يكلا، مرسية,耶克拉	30043	31	MU	30043	
2509403	Yéchar	yechar	ES	30193	0	Europe/Madrid	38.07406	-1.44132		Caserio Yechar,Caserio de Yechar,Caserío Yéchar,Caserío de Yéchar,Yechar,Yéchar		31	MU	30029	
2509405	Ye	ye	ES	35541	0	Atlantic/Canary	29.1913	-13.48115		Caserio de Ye,Caserío de Ye,Ye		53	GC	35010	
2509406	Yátova	yatova	ES	46367	1982	Europe/Madrid	39.38333	-0.8		Iatova,Iàtova,Yatova,Yátova	46261	60	V	46261	
2509407	Yátor	yator	ES	18448	0	Europe/Madrid	36.95778	-3.13677				51	GR	18035	
2509409	Vueltas	vueltas	ES	38870	0	Atlantic/Canary	28.08195	-17.33339		Vueltas		53	TF	38049	
2509414	Víznar	viznar	ES	18179	776	Europe/Madrid	37.23149	-3.55382			18189	51	GR	18189	
2509419	Viveros	viveros	ES	02310	475	Europe/Madrid	38.7726	-2.57449		Viveros	02085	54	AB	02085	
2509420	Viver	viver	ES	12460	1442	Europe/Madrid	39.91667	-0.6		Vivel,Viver,bi wei er,fayfar,Вивер,Вівер,فايفار,比韦尔	12140	60	CS	12140	
2509425	Vites	vites	ES	23296	0	Europe/Madrid	38.16389	-2.4773		Caserio Vites,Caserío Vites,Vites		51	J	23904	
2509432	Vista Alegre	vista-alegre	ES	30399	0	Europe/Madrid	38.30819	-3.65645		Cortijo de Vistalegre,Vista Alegre		51	J	23024	
2509433	Vista Alegre	vista-alegre	ES	30399	0	Europe/Madrid	37.90376	-4.14677		Casa Vista Alegre,Casa de Vistalegre,Vista Alegre		51	J	23069	
2509434	Vista Alegre	vista-alegre	ES	30399	0	Europe/Madrid	37.78333	-3.61667		Casa de Vistalegre,Caserio Vista Alegre,Caserío Vista Alegre,Vista Alegre		51	J	23058	
2509435	Vista Alegre	vista-alegre	ES	30399	0	Europe/Madrid	37.68333	-6.6		Caserio Vista Alegre,Caserío Vista Alegre,Vista Alegre		51	H	21018	
2509437	Viso del Marqués	viso-del-marques	ES	13770	2946	Europe/Madrid	38.52208	-3.56348		El Viso del Marques,El Viso del Marqués,Viso del Marques,Viso del Marqués	13098	54	CR	13098	
2509450	Viñuelas	vinuelas	ES	19184	0	Europe/Madrid	39.33333	-1		Caserio Vinuelas,Caserío Viñuelas,Vinuelas,Viñuelas		60	V	46099	
2509451	Viñuela	vinuela	ES	13460	1591	Europe/Madrid	36.86307	-4.14124			29099	51	MA	29099	
2509457	Vinalesa	vinalesa	ES	46114	2576	Europe/Madrid	39.53333	-0.36667		Vinalesa	46260	60	V	46260	
2509462	Villora	villora	ES	16371	222	Europe/Madrid	39.75	-1.58333		Villora		54	CU	16274	
2509463	Villena	villena	ES	03400	35222	Europe/Madrid	38.6373	-0.86568		Vil'ena,Villena,Вильена	03140	60	A	03140	
2509464	Villegas	villegas	ES	09128	0	Europe/Madrid	38.60511	-1.58254		Mardos,Villegas		54	AB	02074	
2509465	Villavieja	villavieja	ES	24446	3352	Europe/Madrid	39.85	-0.18333		La Vila Vella,Villavieja		60	CS	12126	
2509466	Villaviciosa de Córdoba	villaviciosa-de-cordoba	ES	14300	3647	Europe/Madrid	38.08333	-5.01667		Villaviciosa,Villaviciosa de Cordoba,Villaviciosa de Córdoba		51	CO	14026	
2509467	Villaverde y Pasaconsol	villaverde-y-pasaconsol	ES	16111	413	Europe/Madrid	39.77099	-2.26552		Villaverde y Pasaconsol	16273	54	CU	16273	
2509468	Villaverde del Río	villaverde-del-rio	ES	41318	6703	Europe/Madrid	37.58919	-5.87443		Villaverde del Rio,Villaverde del Río	41101	51	SE	41101	
2509469	Villaverde de Guadalimar	villaverde-de-guadalimar	ES	02460	408	Europe/Madrid	38.45525	-2.51782		Villaverde de Guadalimar	02084	54	AB	02084	
2509470	Villaverde	villaverde	ES	01118	0	Europe/Madrid	38.79816	-2.3709				54	AB	02068	
2509471	Villaverde	villaverde	ES	01118	0	Atlantic/Canary	28.63262	-13.90407		Villaverde		53	GC	35014	
2509472	Villavaliente	villavaliente	ES	02154	264	Europe/Madrid	39.12646	-1.45712		Villavaliente	02083	54	AB	02083	
2509473	Villatoya	villatoya	ES	02215	197	Europe/Madrid	39.33333	-1.3			02082	54	AB	02082	
2509474	Villatorcas	villatorcas	ES	12412	0	Europe/Madrid	39.83333	-0.43333		Villatorcas		60	CS	12039	
2509475	Villatobas	villatobas	ES	45310	2356	Europe/Madrid	39.90187	-3.32386		Villatobas	45198	54	TO	45198	
2509479	Villaseca de la Sagra	villaseca-de-la-sagra	ES	45260	1602	Europe/Madrid	39.96185	-3.88291		Villaseca,Villaseca de la Sagra	45196	54	TO	45196	
2509480	Villarta de San Juan	villarta-de-san-juan	ES	13210	3073	Europe/Madrid	39.23785	-3.42333		Villarta de San Juan	13097	54	CR	13097	
2509481	Villarta de los Montes	villarta-de-los-montes	ES	06678	0	Europe/Madrid	39.21386	-4.79227		Villarta de los Montes	06157	57	BA	06157	
2509484	Villarta	villarta	ES	16280	831	Europe/Madrid	39.45	-1.65		Villarta	16271	54	CU	16271	
2509485	Villarrubio	villarrubio	ES	16420	254	Europe/Madrid	39.94511	-2.89431		Villarrubio	16270	54	CU	16270	
2509486	Villarrubia de Santiago	villarrubia-de-santiago	ES	45360	2852	Europe/Madrid	39.98555	-3.36898		Villarrubia de Santiago	45195	54	TO	45195	
2509487	Villarrubia de los Ojos	villarrubia-de-los-ojos	ES	13670	11191	Europe/Madrid	39.22085	-3.60802		Villarrubia de los Ojos,Villarrubia los Ojos	13096	54	CR	13096	
2509490	Villarrodrigo	villarrodrigo	ES	23393	0	Europe/Madrid	38.48333	-2.6		Villarrodrigo		51	J	23101	
2509491	Villarrobledo	villarrobledo	ES	02600	26642	Europe/Madrid	39.26992	-2.60119		Billarrobledo,Vil'jarrobledo,Villa Robletum,Villarrobledo,biryaroburedo,Βιλλαρροβλέδο,Вильярробледо,ビリャロブレド	02081	54	AB	02081	
2509839	Valverde Alto	valverde-alto	ES	03139	0	Europe/Madrid	38.23777	-0.59313		Valverde Alto		60	A	03065	
2509492	Villarreal de San Carlos	villarreal-de-san-carlos	ES	10695	0	Europe/Madrid	39.84746	-6.02949		Villareal de San Carlos,Villarreal de San Carlos		57	CC	10175	
2509493	Villarreal	villarreal	ES	06107	0	Europe/Madrid	38.72572	-7.21533	42	Villarreal		57	BA	06095	
2509494	Villarrasa	villarrasa	ES	21850	2142	Europe/Madrid	37.38849	-6.60641		Villarrasa	21077	51	H	21077	
2509495	Villaricos	villaricos	ES	04616	0	Europe/Madrid	37.25086	-1.76876		Caserio Villarico,Villaricos		51	AL	04035	
2509496	Villargordo del Cabriel	villargordo-del-cabriel	ES	46317	719	Europe/Madrid	39.53333	-1.43333		Villagordo,Villargordo,Villargordo del Cabriel	46259	60	V	46259	
2509497	Villargordo	villargordo	ES	23630	0	Europe/Madrid	37.94042	-3.72949		Villagordo,Villargordo		51	J	23903	
2509499	Villares del Saz	villares-del-saz	ES	16442	630	Europe/Madrid	39.84109	-2.50427		Villares del Saz	16269	54	CU	16269	
2509502	Villares	villares	ES	02439	0	Europe/Madrid	38.4325	-2.03548		Villares		54	AB	02030	
2509503	Villarejo Seco	villarejo-seco	ES	16195	0	Europe/Madrid	39.9766	-2.38885		Villarejo Seco		54	CU	16263	
2509505	Villarejo-Periesteban	villarejo-periesteban	ES	16771	511	Europe/Madrid	39.87231	-2.44145		Villarejo-Periesteban	16266	54	CU	16266	
2509506	Villarejo de Montalbán	villarejo-de-montalban	ES	45179	76	Europe/Madrid	39.76913	-4.57314		Villarejo de Montalban,Villarejo de Montalbán	45194	54	TO	45194	
2509507	Villarejo de Fuentes	villarejo-de-fuentes	ES	16432	736	Europe/Madrid	39.78809	-2.6968			16264	54	CU	16264	
2509508	Villarejo	villarejo	ES	05120	0	Europe/Madrid	38.59444	-2.02364		Caserio Villarejo,Caserío Villarejo,Villarejo		54	AB	02011	
2509510	Villardompardo	villardompardo	ES	23659	1157	Europe/Madrid	37.83735	-4.00051		Villardompardo	23098	51	J	23098	
2509512	Villar de Tejas	villar-de-tejas	ES	46351	0	Europe/Madrid	39.63333	-1.08333		Villar de Tejas		60	V	46106	
2509513	Villar de Rena	villar-de-rena	ES	06716	1540	Europe/Madrid	39.07651	-5.81074			06156	57	BA	06156	
2509514	Villar de Olmos	villar-de-olmos	ES	46351	0	Europe/Madrid	39.6	-1.06667		Villar de Olmos		60	V	46213	
2509515	Villar del Saz de Arcas	villar-del-saz-de-arcas	ES	16123	0	Europe/Madrid	39.95	-2.06667		Villar del Saz de Arcas		54	CU	16905	
2509516	Villar del Rey	villar-del-rey	ES	06192	2279	Europe/Madrid	39.1331	-6.84762		Villar del Rey	06155	57	BA	06155	
2509517	Villar del Pozo	villar-del-pozo	ES	13431	121	Europe/Madrid	38.8501	-3.96405		Villar del Pozo	13095	54	CR	13095	
2509518	Villar del Pedroso	villar-del-pedroso	ES	10330	747	Europe/Madrid	39.70631	-5.19583		Villar del Pedroso	10213	57	CC	10213	
2509519	Villar del Humo	villar-del-humo	ES	16370	354	Europe/Madrid	39.86667	-1.63333		Villar del Humo	16258	54	CU	16258	
2509520	Villar del Arzobispo	villar-del-arzobispo	ES	46170	3626	Europe/Madrid	39.73333	-0.81667		El Villar,Villar del Arzobispo,Villora del Arzobispo	46258	60	V	46258	
2509521	Villar del Águila	villar-del-aguila	ES	16161	0	Europe/Madrid	39.96551	-2.53629		Villar del Aguila,Villar del Águila		54	CU	16211	
2510793	Sorbas	sorbas	ES	04270	2679	Europe/Madrid	37.09761	-2.12349		Sorbas	04086	51	AL	04086	
2509522	Villar de la Encina	villar-de-la-encina	ES	16648	217	Europe/Madrid	39.63725	-2.52155		Villar de la Encima,Villar de la Encina	16255	54	CU	16255	
2509524	Villar de Chinchilla	villar-de-chinchilla	ES	02695	358	Europe/Madrid	38.90059	-1.52823		Villar de Chinchilla		54	AB	02029	
2509525	Villar de Cantos	villar-de-cantos	ES	16709	0	Europe/Madrid	39.47078	-2.34383		Villar de Cantos		54	CU	16238	
2509526	Villar de Cañas	villar-de-canas	ES	16433	481	Europe/Madrid	39.7786	-2.56428			16253	54	CU	16253	
2509527	Villarán	villaran	ES	09515	0	Europe/Madrid	37.44641	-6.24566		Caserio Villaran,Caserío Villarán,Villaran,Villarán		51	SE	41087	
2509528	Villaralto	villaralto	ES	14490	1398	Europe/Madrid	38.45	-4.98333		Vil'jaral'to,Villaralto,bi li ya la er tuo,fylaraltw,Вильяральто,Вільяральто,فيلارالتو,比利亚拉尔托	14072	51	CO	14072	
2509535	Villar	villar	ES	39210	0	Europe/Madrid	37.62868	-5.04638				51	SE	41039	
2509537	Villapalacios	villapalacios	ES	02350	770	Europe/Madrid	38.575	-2.63384		Villapalacios	02080	54	AB	02080	
2509538	Villanueva de Tapia	villanueva-de-tapia	ES	29315	1695	Europe/Madrid	37.18276	-4.33383		Villanueva de Tapia	29098	51	MA	29098	
2509539	Villanueva de San Juan	villanueva-de-san-juan	ES	41660	1450	Europe/Madrid	37.04955	-5.1754		Villanueva de San Juan	41100	51	SE	41100	
2509540	Villanueva de San Carlos	villanueva-de-san-carlos	ES	13379	414	Europe/Madrid	38.62173	-3.90903		Villanueva de San Carlos	13094	54	CR	13094	
2509543	Villanueva del Trabuco	villanueva-del-trabuco	ES	29313	5067	Europe/Madrid	37.02832	-4.33891			29097	51	MA	29097	
2509544	Villanueva del Rosario	villanueva-del-rosario	ES	29312	3356	Europe/Madrid	36.99679	-4.36535		Vil'januehva-del'-Rosario,Vil'janueva-del'-Rosario,Vilyanueva del Rosario,fyanwyfa dyl rwsaryw,luo sa li ao xin zhen,Вильянуэва-дель-Росарио,Вільянуева-дель-Росаріо,Վիլյանուևա դել Ռոսարիո,فيانويفا ديل روساريو,罗萨里奥新镇	29096	51	MA	29096	
2509545	Villanueva del Río y Minas	villanueva-del-rio-y-minas	ES	41350	5213	Europe/Madrid	37.65502	-5.71369		Minas de la Reunion,Villanueva de las Minas,Villanueva del Rio y Minas,Villanueva del Río y Minas	41099	51	SE	41099	
2509546	Villanueva del Río	villanueva-del-rio	ES	34131	0	Europe/Madrid	37.6269	-5.68972		Villanueva,Villanueva del Rio,Villanueva del Río		51	SE	41099	
2509547	Villanueva del Rey	villanueva-del-rey	ES	14230	0	Europe/Madrid	38.2	-5.15		Villanueva,Villanueva del Rey		51	CO	14071	
2509548	Villanueva del Rey	villanueva-del-rey	ES	14230	0	Europe/Madrid	37.52765	-5.15865		Villanueva del Rey		51	SE	41039	
2509549	Villanueva de los Castillejos	villanueva-de-los-castillejos	ES	21540	827	Europe/Madrid	37.4994	-7.29118		Villanueva de los Castillejos	21076	51	H	21076	
2509550	Villanueva del Fresno	villanueva-del-fresno	ES	06110	3582	Europe/Madrid	38.376	-7.16753		Villanueva del Fresno	06154	57	BA	06154	
2509551	Villanueva del Duque	villanueva-del-duque	ES	14250	1669	Europe/Madrid	38.38333	-5		Villanueva del Duque	14070	51	CO	14070	
2509552	Villanueva de las Torres	villanueva-de-las-torres	ES	18539	752	Europe/Madrid	37.55719	-3.08868		Villanueva de las Torres	18187	51	GR	18187	
2509553	Villanueva de la Serena	villanueva-de-la-serena	ES	06700	25838	Europe/Madrid	38.97655	-5.7974		Vil'januehva-de-la-Serena,Vil'janueva-de-la-Serena,Villanueva de la Serena,Villanueva la Serena,fylanywfa dy la syryna,sai lei na xin zhen,Вильянуэва-де-ла-Серена,Вільянуева-де-ла-Серена,فيلانيوفا دي لا سيرينا,ビジャヌエバ・デ・ラ・セレーナ,塞雷纳新镇	06153	57	BA	06153	
2509554	Villanueva de las Cruces	villanueva-de-las-cruces	ES	21592	417	Europe/Madrid	37.62783	-7.02359		Villanueva de las Cruces	21075	51	H	21075	
2509555	Villanueva del Arzobispo	villanueva-del-arzobispo	ES	23330	8716	Europe/Madrid	38.16842	-3.00742		Villanueva del Arzobispo	23097	51	J	23097	
2509556	Villanueva del Ariscal	villanueva-del-ariscal	ES	41808	5471	Europe/Madrid	37.39623	-6.14077		Villanueva del Ariscal	41098	51	SE	41098	
2509557	Villanueva de la Reina	villanueva-de-la-reina	ES	23730	3373	Europe/Madrid	38.00432	-3.91603		Villanueva de la Reina		51	J	23027	
2509558	Villanueva de la Jara	villanueva-de-la-jara	ES	16230	2166	Europe/Madrid	39.43333	-1.93333		Vil'januehva-de-la-Khara,Vil'janueva-de-la-Khara,Villanueva de la Jara,fylanywfa dy la khara,ha la xin zhen,Вильянуэва-де-ла-Хара,Вільянуева-де-ла-Хара,فيلانيوفا دي لا خارا,哈拉新镇	16251	54	CU	16251	
2509560	Villanueva de la Fuente	villanueva-de-la-fuente	ES	13330	2602	Europe/Madrid	38.69463	-2.69637		Villanueva de la Fuente	13092	54	CR	13092	
2509561	Villanueva de la Concepción	villanueva-de-la-concepcion	ES	29230	0	Europe/Madrid	36.93027	-4.53041		Villanueva de la Concepcion,Villanueva de la Concepción		51	MA	29902	
2509562	Villanueva de Córdoba	villanueva-de-cordoba	ES	14440	10057	Europe/Madrid	38.32277	-4.62873		Villanueva de Cordoba,Villanueva de Cordova,Villanueva de Córdoba,Villanueva de Córdova	14069	51	CO	14069	
2509563	Villanueva de Cauche	villanueva-de-cauche	ES	29230	0	Europe/Madrid	36.95363	-4.44179		Villanueva de Cauche,Villanueva de Gauche		51	MA	29015	
2509564	Villanueva de Castellón	villanueva-de-castellon	ES	46270	7239	Europe/Madrid	39.07741	-0.51167		Castello de la Ribera,Castelló de la Ribera,Villanueva de Castellan,Villanueva de Castellon,Villanueva de Castellán,Villanueva de Castellón		60	V	46257	
2509565	Villanueva de Bogas	villanueva-de-bogas	ES	45410	816	Europe/Madrid	39.72347	-3.65743		Villanueva de Bogas	45193	54	TO	45193	
2509566	Villanueva de Algaidas	villanueva-de-algaidas	ES	29310	4421	Europe/Madrid	37.1835	-4.45032			29095	51	MA	29095	
2509567	Villanueva de Alcardete	villanueva-de-alcardete	ES	45810	3658	Europe/Madrid	39.67321	-3.01445		Villanueva de Alcardete,Villanueva del Cardete	45192	54	TO	45192	
2509569	Villamuelas	villamuelas	ES	45749	729	Europe/Madrid	39.81784	-3.73461		Villamuelas	45191	54	TO	45191	
2509570	Villaminaya	villaminaya	ES	45440	589	Europe/Madrid	39.71197	-3.87055		Villaminaya	45190	54	TO	45190	
2509571	Villamiel de Toledo	villamiel-de-toledo	ES	45594	725	Europe/Madrid	39.96482	-4.12627		Villamiel de Toledo	45189	54	TO	45189	
2509572	Villamesías	villamesias	ES	10263	348	Europe/Madrid	39.24568	-5.87307		Villamesias,Villamesías	10209	57	CC	10209	
2509573	Villamayor de Santiago	villamayor-de-santiago	ES	16415	2766	Europe/Madrid	39.73072	-2.92357		Villamayor de Santiago	16249	54	CU	16249	
2509574	Villamayor de Calatrava	villamayor-de-calatrava	ES	13595	618	Europe/Madrid	38.78763	-4.13774		Villamayor de Calatrava	13091	54	CR	13091	
2509575	Villamartín	villamartin	ES	03189	12526	Europe/Madrid	36.85979	-5.64485		Villamartin,Villamartín	11041	51	CA	11041	
2509576	Vilamarxant	vilamarxant	ES	46191	6730	Europe/Madrid	39.56916	-0.62453		Vilamarxant,Villamarchante	46256	60	V	46256	
2509577	Villamanrique de la Condesa	villamanrique-de-la-condesa	ES	41850	3779	Europe/Madrid	37.24481	-6.30665		Villamanrique,Villamanrique de la Condesa	41097	51	SE	41097	
2509578	Villamanrique	villamanrique	ES	13343	1506	Europe/Madrid	38.54636	-2.99729		Villamanrique	13090	54	CR	13090	
2509579	Villamalur	villamalur	ES	12224	105	Europe/Madrid	39.96667	-0.4		Vil'jamalur,Vilamalur,Villamalur,Villamaluz,bi li ya ma lu er,fylamalwr,Вильямалур,Вільямалур,فيلامالور,比利亚马卢尔	12131	60	CS	12131	
2509580	Villamalea	villamalea	ES	02270	3955	Europe/Madrid	39.36667	-1.58333		Villamalea	02079	54	AB	02079	
2509581	Villaluenga del Rosario	villaluenga-del-rosario	ES	11611	495	Europe/Madrid	36.69644	-5.38601		Villaluenga del Rosario	11040	51	CA	11040	
2509582	Villalpardo	villalpardo	ES	16270	1153	Europe/Madrid	39.46667	-1.63333		Villalpardo	16248	54	CU	16248	
2509583	Villalonga	villalonga	ES	46720	3996	Europe/Madrid	38.88566	-0.20795		Vilallonga,Villalonga	46255	60	V	46255	
2509584	Villalón	villalon	ES	14129	0	Europe/Madrid	37.73307	-5.13839		Villalon,Villalón		51	CO	14030	
2509585	Villalgordo del Marquesado	villalgordo-del-marquesado	ES	16646	114	Europe/Madrid	39.68245	-2.50885		Villalgordo del Marquesado	16247	54	CU	16247	
2509586	Villalba de los Barros	villalba-de-los-barros	ES	06208	1691	Europe/Madrid	38.61294	-6.50914		Villalba de los Barros	06152	57	BA	06152	
2509587	Villalba del Alcor	villalba-del-alcor	ES	21860	3406	Europe/Madrid	37.39731	-6.47461		Villalba del Alcor	21074	51	H	21074	
2509589	Villahermosa	villahermosa	ES	13332	2422	Europe/Madrid	38.75023	-2.87066		Villahermosa		54	CR	13010	
2509590	Villaharta	villaharta	ES	14210	606	Europe/Madrid	38.13333	-4.9		Villaharta	14068	51	CO	14068	
2509592	Villagonzalo	villagonzalo	ES	06473	1344	Europe/Madrid	38.86329	-6.19665		Villagonzalo	06151	57	BA	06151	
2509593	Villagarcía del Llano	villagarcia-del-llano	ES	16236	939	Europe/Madrid	39.31667	-1.83333		Villagarcia,Villagarcia del Llano,Villagarcía,Villagarcía del Llano	16244	54	CU	16244	
2509594	Villagarcía de la Torre	villagarcia-de-la-torre	ES	06950	1011	Europe/Madrid	38.3	-6.08333		Villagarcia,Villagarcia de la Torre,Villagarcía de la Torre	06150	57	BA	06150	
2509597	Villafranca de los Caballeros	villafranca-de-los-caballeros	ES	45730	5181	Europe/Madrid	39.42824	-3.36079			45187	54	TO	45187	
2509598	Villafranca de los Barros	villafranca-de-los-barros	ES	06220	13356	Europe/Madrid	38.56144	-6.3381		Villafranca de los Barros	06149	57	BA	06149	
2509599	Villafranca de Córdoba	villafranca-de-cordoba	ES	14420	3799	Europe/Madrid	37.96257	-4.54547		Villafranca de Cordoba,Villafranca de Córdoba	14067	51	CO	14067	
2509600	Vilafranca de Bonany	vilafranca-de-bonany	ES	07250	2521	Europe/Madrid	39.56894	3.08815		Vilafranca de Bonany,Villafranca	07065	07	PM	07065	
2509601	Villaescusa de Haro	villaescusa-de-haro	ES	16647	594	Europe/Madrid	39.5989	-2.67352		Villaescusa,Villaescusa de Haro		54	CU	16033	
2509602	Villa de Ves	villa-de-ves	ES	02213	78	Europe/Madrid	39.2	-1.23333		Villa de Ves	02077	54	AB	02077	
2509603	Villa del Río	villa-del-rio	ES	14640	7407	Europe/Madrid	37.98108	-4.29003		Villa del Rio,Villa del Río	14066	51	CO	14066	
2509604	Villa del Rey	villa-del-rey	ES	10960	139	Europe/Madrid	39.65955	-6.82122		Villa del Rey	10208	57	CC	10208	
2509606	Villacarrillo	villacarrillo	ES	23300	11294	Europe/Madrid	38.1156	-3.0848		Vil'jakarril'jo,Vil'jakarril'o,Villacarillo,Villacarrillo,bi li ya ka li e,byyakaryyw,fyakaryw,Вильякаррильо,Вільякаррільйо,بییاکارییو,فياكاريو,比利亚卡里略	23095	51	J	23095	
2509607	Es Castell	es-castell	ES	07720	7440	Europe/Madrid	39.8776	4.2899		Es Castell,Vilacarlos,Villacarlos	07064	07	PM	07064	
2509608	Villacañas	villacanas	ES	45860	10645	Europe/Madrid	39.62367	-3.33813			45185	54	TO	45185	
2509609	Villablanca	villablanca	ES	21590	2286	Europe/Madrid	37.30239	-7.34413		Villablanca	21073	51	H	21073	
2509615	Vilches	vilches	ES	23220	4929	Europe/Madrid	38.20695	-3.51025		Vil'ches,Vilches,bi er qie si,bylchs,fyltshys,Вильчес,Вільчес,Վիլչես,بیلچس,فيلتشيس,比尔切斯	23094	51	J	23094	
2509617	Vilaflor	vilaflor	ES	32811	1981	Atlantic/Canary	28.15623	-16.63592		Vilaflor,Villaflor	38052	53	TF	38052	
2509646	Vicorto	vicorto	ES	02439	0	Europe/Madrid	38.42655	-2.01574		Vicorto		54	AB	02030	
2509650	Vícar	vicar	ES	04738	22853	Europe/Madrid	36.83155	-2.64273		Vikar,bi ka er,bykar,Викар,Вікар,بيكار,بیکار,比卡尔	04102	51	AL	04102	
2509651	Vicácaro	vicacaro	ES	38616	0	Atlantic/Canary	28.12543	-16.57332		Vicacaro,Vicácaro		53	TF	38017	
2509660	Viator	viator	ES	04240	3945	Europe/Madrid	36.89006	-2.42695			04101	51	AL	04101	
2509663	Vianos	vianos	ES	02315	449	Europe/Madrid	38.63316	-2.50045		Vianos		54	AB	02008	
2509671	Vergara	vergara	ES	35458	0	Atlantic/Canary	28.11605	-15.59784				53	GC	35023	
2509672	Veredas	veredas	ES	13459	0	Europe/Madrid	38.66025	-4.34418		Veredas		54	CR	13015	
2509673	Veredas	veredas	ES	13459	0	Europe/Madrid	37.88535	-6.83119				51	H	21004	
2509678	Verdegás	verdegas	ES	03699	0	Europe/Madrid	38.40581	-0.58708		Caserio Verdegas,Caserío Verdegás,Verdegas,Verdegás		60	A	03014	
2509693	Vera	vera	ES	04620	13985	Europe/Madrid	37.24345	-1.85905			04100	51	AL	04100	
2509696	Ventosilla	ventosilla	ES	09443	0	Europe/Madrid	37.91172	-3.82734		Caserios Ventosilla,Caseríos Ventosilla,Ventosilla		51	J	23050	
2509705	Venta Valero	venta-valero	ES	14813	0	Europe/Madrid	37.40711	-4.01089		Caserio Venta de Valero,Caserío Venta de Valero,Venta Valero,Venta de Varelo		51	GR	18135	
2509707	Ventas de Zafarraya	ventas-de-zafarraya	ES	18125	0	Europe/Madrid	36.95812	-4.12142		Venta de Zafarraya		51	GR	18013	
2509708	Ventas de Poyo	ventas-de-poyo	ES	46394	0	Europe/Madrid	39.46667	-0.56667		Caserio Ventas de Poyo,Caserío Ventas de Poyo,Ventas de Poyo		60	V	46111	
2509709	Ventas del Carrizal	ventas-del-carrizal	ES	23693	0	Europe/Madrid	37.54158	-3.99508				51	J	23026	
2509710	Ventas de Huelma	ventas-de-huelma	ES	18131	659	Europe/Madrid	37.0684	-3.81983		Ventas de Huelma	18185	51	GR	18185	
2509712	Ventas de Alcolea	ventas-de-alcolea	ES	16612	0	Europe/Madrid	39.27924	-2.43397		Caserio Ventas de Alcolea,Caserío Ventas de Alcolea,Ventas de Alcolea		54	AB	02081	
2509716	Venta Quemada	venta-quemada	ES	18859	0	Europe/Madrid	37.58185	-2.45944		Venta Quemada		51	GR	18056	
2509717	Venta Nueva	venta-nueva	ES	04779	0	Europe/Madrid	38.31469	-3.57012				51	J	23076	
2509718	Venta Nueva	venta-nueva	ES	04779	0	Europe/Madrid	37.46407	-3.47893		Caserio Venta Nueva,Caserío Venta Nueva,Venta Nueva		51	GR	18159	
2509719	Venta Nueva	venta-nueva	ES	04779	763	Europe/Madrid	37.18555	-4.03739				51	GR	18100	
2509727	Venta de los Santos	venta-de-los-santos	ES	23265	0	Europe/Madrid	38.36254	-3.07335		Venta de los Santos		51	J	23062	
2509728	Venta del Moro	venta-del-moro	ES	46310	1493	Europe/Madrid	39.48333	-1.35		Venta del Moro	46254	60	V	46254	
2509731	Venta del Charco	venta-del-charco	ES	14446	0	Europe/Madrid	38.20395	-4.27907				51	J	23005	
2509738	Venta de Cárdenas	venta-de-cardenas	ES	13768	0	Europe/Madrid	38.41656	-3.49689		Venta de Cardenas,Venta de Cárdenas		54	CR	13016	
2509742	Venta Baja	venta-baja	ES	29713	0	Europe/Madrid	36.89593	-4.13776				51	GR	18013	
2509766	Velilla	velilla	ES	26133	0	Europe/Madrid	36.75	-3.6		Cortijada Velillas,Taramay,Velilla		51	GR	18173	
2509768	Velez Rubio	velez-rubio	ES	04820	7045	Europe/Madrid	37.64844	-2.07686		Velez Rubio,Velez-Rubio,Vélez Rubio,Vélez-Rubio		51	AL	04098	
2509769	Vélez-Málaga	velez-malaga	ES	29700	74190	Europe/Madrid	36.78107	-4.10266		Beleth-Malaga,Veles Malaga,Veles-Malaga,Velez-Malaga,Vélez-Màlaga,Vélez-Málaga,bei lai si-ma la jia,beresu=maraga,fylyth-malqt,Μπέλεθ-Μάλαγα,Вeлес-Мaлага,Велез-Малага,Велес-Малага,Վելես Մալագա,فيليث-مالقة,ベレス＝マラガ,贝莱斯-马拉加	29094	51	MA	29094	
2509771	Vélez de Benaudalla	velez-de-benaudalla	ES	18670	2618	Europe/Madrid	36.83244	-3.51539		Velez Benahudalla,Velez Benandalla,Velez de Benaudalla,Velez de Benaudilla,Vélez Benandalla,Vélez de Benaudalla	18184	51	GR	18184	
2509772	Vélez-Blanco	velez-blanco	ES	04830	2044	Europe/Madrid	37.69178	-2.09587		Velez Blanco,Velez-Blanco,Vélez-Blanco		51	AL	04098	
2509779	Velefique	velefique	ES	04212	246	Europe/Madrid	37.19407	-2.40155		Velefique	04097	51	AL	04097	
2509781	Velada	velada	ES	45612	2429	Europe/Madrid	39.97687	-4.97641		Velada	45181	54	TO	45181	
2509783	Vejer de la Frontera	vejer-de-la-frontera	ES	11150	12973	Europe/Madrid	36.25213	-5.96717		Vejer de la Frontera,Vekher-de-la-Frontera,bei he er de la fu long te la,fykhyr dy la frwntyra,Вехер-де-ла-Фронтера,فيخير دي لا فرونتيرا,ベヘール・デ・ラ・フロンテーラ,贝赫尔德拉夫龙特拉	11039	51	CA	11039	
2509786	Veguillas	veguillas	ES	19238	0	Europe/Madrid	38.3	-3.15		Caserio Veguillas,Caserío Veguillas,Veguillas		51	J	23025	
2509795	Vegallera	vegallera	ES	02448	0	Europe/Madrid	38.54543	-2.32456		Vegallera		54	AB	02049	
2509799	Vega de San Mateo	vega-de-san-mateo	ES	35320	7687	Atlantic/Canary	28.00892	-15.5333		San Mateo,Vega de San Mateo	35033	53	GC	35033	
2509819	Vara de Rey	vara-de-rey	ES	16709	629	Europe/Madrid	39.42595	-2.29404		Vara de Rey	16238	54	CU	16238	
2509830	Vanacloig	vanacloig	ES	46160	0	Europe/Madrid	39.66667	-0.81667		Caserio Vanacloig,Caserío Vanacloig,Vanacloig		60	V	46112	
2509831	Valverdejo	valverdejo	ES	16214	124	Europe/Madrid	39.61667	-2.01667		Valverdejo	16237	54	CU	16237	
2509832	Valverde de Mérida	valverde-de-merida	ES	06890	1123	Europe/Madrid	38.91122	-6.21999		Valverde de Merida,Valverde de Mérida	06145	57	BA	06145	
2509833	Valverde de Llerena	valverde-de-llerena	ES	06927	770	Europe/Madrid	38.21667	-5.81667		Valverde de Llerena	06144	57	BA	06144	
2509834	Valverde de Leganés	valverde-de-leganes	ES	06130	3876	Europe/Madrid	38.67059	-6.98036		Valverde de Leganes,Valverde de Leganés	06143	57	BA	06143	
2509835	Valverde del Camino	valverde-del-camino	ES	21600	12780	Europe/Madrid	37.57511	-6.75432		Valverde del Camino	21072	51	H	21072	
2509836	Valverde de Júcar	valverde-de-jucar	ES	16100	1372	Europe/Madrid	39.71866	-2.22135		Valverde de Jucar,Valverde de Júcar,Valverde del Jucar,Valverde del Júcar	16236	54	CU	16236	
2509837	Valverde de Burguillos	valverde-de-burguillos	ES	06378	325	Europe/Madrid	38.3271	-6.53648		Valverde de Burguillos	06142	57	BA	06142	
2509838	Valverde Bajo	valverde-bajo	ES	03139	0	Europe/Madrid	38.23333	-0.6		Valverde Bajo		60	A	03065	
2509841	Valverde	valverde	ES	09410	5000	Atlantic/Canary	27.80628	-17.91578		VDE,Val'verde,Вальверде	38048	53	TF	38048	
2509847	Valsequillo	valsequillo	ES	14206	418	Europe/Madrid	38.4	-5.35		Valsequillo		51	CO	14035	
2509853	Válor	valor	ES	18470	743	Europe/Madrid	36.99618	-3.08287			18183	51	GR	18183	
2509854	Valmojado	valmojado	ES	45940	0	Europe/Madrid	38.57684	-6.86232		Caserio Valmojado,Caserío Valmojado,Valmojado		57	BA	06010	
2509864	Valleseco	valleseco	ES	33729	4116	Atlantic/Canary	28.0433	-15.57623		Valleseco	35032	53	GC	35032	
2509865	Valles de Ortega	valles-de-ortega	ES	35638	0	Atlantic/Canary	28.38863	-14.01179		Valles de Ortega		53	GC	35003	
2509869	Vallés	valles	ES	39590	95	Europe/Madrid	38.98518	-0.55696		Valles,Vallès,Vallés	46253	60	V	46253	
2509871	Vallequemado	vallequemado	ES	18260	0	Europe/Madrid	37.35909	-3.89664		Cortijo Vallequemado,Vallequemado		51	GR	18102	
2509878	Vallejas	vallejas	ES	11630	0	Europe/Madrid	36.69184	-5.77729		Caserio Vallejas,Caserío Vallejas,Vallejas		51	CA	11006	
2509890	Valle de Santa Inés	valle-de-santa-ines	ES	35637	0	Atlantic/Canary	28.45968	-14.0398		Valle de Santa Ines,Valle de Santa Inés		53	GC	35007	
2509891	Valle de Santa Ana	valle-de-santa-ana	ES	06178	1200	Europe/Madrid	38.36637	-6.7886		Valle de Santa Ana	06148	57	BA	06148	
2509892	Valle de San Lorenzo	valle-de-san-lorenzo	ES	38626	0	Atlantic/Canary	28.08792	-16.65856		Valle de San Lorenzo		53	TF	38006	
2509894	Valle de Matamoros	valle-de-matamoros	ES	06177	446	Europe/Madrid	38.37889	-6.80371		Valle de Matamoros	06147	57	BA	06147	
2509902	Valle de la Serena	valle-de-la-serena	ES	06458	1472	Europe/Madrid	38.7101	-5.79847		Valle de la Serena	06146	57	BA	06146	
2509909	Valle de Arriba	valle-de-arriba	ES	38690	0	Atlantic/Canary	28.3	-16.78333		Valle de Arriba		53	TF	38040	
2509911	Valle Crispin	valle-crispin	ES	38180	0	Atlantic/Canary	28.51568	-16.23758		Valle Crispin		53	TF	38038	
2509913	Valle Brosque	valle-brosque	ES	38180	0	Atlantic/Canary	28.51763	-16.22731		Valle Brosque		53	TF	38038	
2509914	Vallebrón	vallebron	ES	35649	0	Atlantic/Canary	28.56667	-13.91667		Vallebron,Vallebrón		53	GC	35017	
2509927	la Vall d'Uixó	la-vall-d-uixo	ES	12600	0	Europe/Madrid	39.82548	-0.23355		La Vall d'Uixo,la Vall d'Uixo,la Vall d'Uixó		60	CS	12126	
2509929	Valldemossa	valldemossa	ES	07170	1910	Europe/Madrid	39.71042	2.6223		Valldemosa,Valldemossa,fa de mo sa,法德摩薩	07063	07	PM	07063	
2509932	Vall de Almonacid	vall-de-almonacid	ES	12414	261	Europe/Madrid	39.9	-0.45		La Vall d'Almonesir,Vall de Almonacid	12125	60	CS	12125	
2509933	Valladolises	valladolises	ES	30154	692	Europe/Madrid	37.77711	-1.12334		Caserio Valladolises,Caserío Valladolises,Valladolises		31	MU	30030	
2509934	Vallada	vallada	ES	46691	3339	Europe/Madrid	38.89575	-0.69104		Vallada	46251	60	V	46251	
2509937	Valhermoso de la Fuente	valhermoso-de-la-fuente	ES	16214	44	Europe/Madrid	39.56667	-2.01667		Valhermoso,Valhermoso de la Fuente	16231	54	CU	16231	
2509939	Valeria	valeria	ES	16216	0	Europe/Madrid	39.78333	-2.15		Valeria		54	CU	16903	
2509941	Valera de Abajo	valera-de-abajo	ES	16120	0	Europe/Madrid	39.76667	-2.15		Valera de Abajo		54	CU	16903	
2509942	Valenzuela de Calatrava	valenzuela-de-calatrava	ES	13279	788	Europe/Madrid	38.85254	-3.7721		Valenzuela de Calatrava	13088	54	CR	13088	
2509943	Valenzuela	valenzuela	ES	14670	0	Europe/Madrid	38.06258	-3.61037		Caserio Valenzuela,Caserío Valenzuela,Valenzuela		51	J	23055	
2509944	Valenzuela	valenzuela	ES	14670	1387	Europe/Madrid	37.7756	-4.22038			14063	51	CO	14063	
2509946	Valencina de la Concepción	valencina-de-la-concepcion	ES	41907	7343	Europe/Madrid	37.41618	-6.07422		Valencina,Valencina de la Concepcion,Valencina de la Concepción,Valencina del Alcor	41096	51	SE	41096	
2509947	Valencia del Ventoso	valencia-del-ventoso	ES	06330	2235	Europe/Madrid	38.26667	-6.46667		Valencia de Ventoso,Valencia del Barrial,Valencia del Mentoso,Valencia del Ventoso	06141	57	BA	06141	
2509948	Valencia del Mombuey	valencia-del-mombuey	ES	06134	808	Europe/Madrid	38.24243	-7.11965		Valencia del Mombuey,Valencita	06140	57	BA	06140	
2509949	Valencia de las Torres	valencia-de-las-torres	ES	06444	711	Europe/Madrid	38.40518	-6.00403		Valencia de las Torres	06139	57	BA	06139	
2509950	Valencia de Alcántara	valencia-de-alcantara	ES	10500	6129	Europe/Madrid	39.41148	-7.24435		Valencia dAlcantara,Valencia dAlcántara,Valencia de Alcantara,Valencia de Alcántara,Valencia del Alcantara,Valensija-de-Al'kantara,Valência de Alcântara,ba lun xi ya de ya er kan ta la,falnsya dy alkntara,Валенсия-де-Алькантара,Валенсія-де-Алькантара,فالنسيا دي الكنتارا,巴伦西亚德亚尔坎塔拉	10203	57	CC	10203	
2509954	Valencia	valencia	ES	46001	814208	Europe/Madrid	39.46975	-0.37739	15	Balenzia,Pa-lun-si-a,Pâ-lùn-sî-â,VLC,Valantsa,Valence,Valencia,Valencia - Valencia,Valencia - València,Valencie,Valencija,Valencio,Valenseje,Valensi,Valensia,Valensii,Valensij,Valensija,Valensiya,Valensyaa,Valensėjė,Valenthia,Valentia,Valentzia,Valenza,València,Valéncia,Valência,Vałénsia,Walencja,Walensiye,Walénsiye,ba len seiy,ba lun xi ya,ballensia,barenshia,blnsyt,hua lun xi ya,valainsi'a,valenciya,valensia,valensiya,valynsya,wa lun xi ya,walnsya,wlnsyh,wylnsya,Βαλένθια,Валенси,Валенсиа,Валенсий,Валенсия,Валенсија,Валенсія,Վալենսիա,וואלענציע,ולנסיה,بلنسية,والنسیا,ویلنسیا,ویلنسیہ,ڤالينسيا,ڤالێنسیا,वालेन्सिया,ਵਾਲੈਂਸੀਆ,வாலேன்சியா,บาเลนเซีย,ვალენსია,バレンシア,巴倫西亞,瓦伦西亚,瓦倫西亞,華倫西亞,발렌시아	60	60	V	46250	
2509958	Valdezufre	valdezufre	ES	21207	0	Europe/Madrid	37.86667	-6.48333		Valdezufre		51	H	21007	
2509961	Valdeverdeja	valdeverdeja	ES	45572	721	Europe/Madrid	39.79635	-5.24544		Valdeverdeja,Valdeverja,Valle la Verja,Valverdeja	45179	54	TO	45179	
2509964	Valdetorres	valdetorres	ES	06474	1301	Europe/Madrid	38.91542	-6.06765		Valdetorres	06138	57	BA	06138	
2509974	Valdés	valdes	ES	29738	13529	Europe/Madrid	36.75835	-4.24235				51	MA	29071	
2509975	Valderrubio	valderrubio	ES	18250	0	Europe/Madrid	37.23378	-3.82005		Valderrubio	18158	51	GR	18158	
2509978	Valderas	valderas	ES	24220	0	Europe/Madrid	37.81882	-1.02778		Caserio Valderas,Caserío Valderas,Valderas		31	MU	30030	
2509980	Valdepeñas de Jaén	valdepenas-de-jaen	ES	23150	4331	Europe/Madrid	37.58903	-3.8145		Valdepenas,Valdepenas de Jaen,Valdepeñas,Valdepeñas de Jaén	23093	51	J	23093	
2509982	Valdepeñas	valdepenas	ES	13300	31147	Europe/Madrid	38.76211	-3.38483		Val'depen'jase,Valdepenas,Valdepeñas,Yaldepenas,Вальдепеньясе	13087	54	CR	13087	
2509986	Valdemorales	valdemorales	ES	10131	239	Europe/Madrid	39.20588	-6.06622		Valdemorales	10201	57	CC	10201	
2509991	Valdemanco del Esteras	valdemanco-del-esteras	ES	13411	0	Europe/Madrid	38.93858	-4.8292		Valdemanco del Esteras	13086	54	CR	13086	
2510000	Valdelarco	valdelarco	ES	21291	0	Europe/Madrid	37.94877	-6.68202		Valdelarco	21071	51	H	21071	
2510001	Valdelamusa	valdelamusa	ES	21330	0	Europe/Madrid	37.78486	-6.88008		Valdelamusa		51	H	21025	
2510007	Valdelacasa de Tajo	valdelacasa-de-tajo	ES	10332	500	Europe/Madrid	39.72588	-5.28296		Valdelacasa de Tajo	10200	57	CC	10200	
2510015	Valdehúncar	valdehuncar	ES	10393	207	Europe/Madrid	39.83659	-5.52307		Valdehuncar,Valdehúncar	10199	57	CC	10199	
2510022	Valdehierro	valdehierro	ES	13428	0	Europe/Madrid	39.25823	-4.01159		Caserio Valdelhierro,Caserío Valdelhierro,Valdehierro		54	CR	13052	
2510023	Valdehierro	valdehierro	ES	13428	0	Europe/Madrid	38.57715	-6.76849		Cortijos Valdehierro,Valdehierro		57	BA	06092	
2510027	Valdeganga de Cuenca	valdeganga-de-cuenca	ES	16122	0	Europe/Madrid	39.93333	-2.18333		Valdeganga de Cuenca		54	CU	16902	
2510028	Valdeganga	valdeganga	ES	02150	1871	Europe/Madrid	39.13514	-1.67703		Valdeganga	02075	54	AB	02075	
2510031	Valdefuentes	valdefuentes	ES	10180	1572	Europe/Madrid	39.27433	-6.12183		Valdefuentes	10198	57	CC	10198	
2510033	Valdeflores	valdeflores	ES	41899	0	Europe/Madrid	37.73076	-6.34873		Valdeflores		51	SE	41031	
2510038	Valdecañas de Tajo	valdecanas-de-tajo	ES	10329	205	Europe/Madrid	39.75919	-5.61951		Valdecanas de Tajo,Valdecañas de Tajo	10197	57	CC	10197	
2510045	Valdecaballeros	valdecaballeros	ES	06689	1251	Europe/Madrid	39.24289	-5.19		Valdecaballero,Valdecaballeros	06137	57	BA	06137	
2510046	Valdeazores	valdeazores	ES	45139	0	Europe/Madrid	39.43192	-4.72457		Valdeazores		54	TO	45113	
2510048	Valdeazogues	valdeazogues	ES	13470	0	Europe/Madrid	38.69839	-4.42573		Valdeazogues		54	CR	13015	
2510053	Valchillón	valchillon	ES	14029	0	Europe/Madrid	37.82043	-4.85115		Valchillon,Valchillón		51	CO	14021	
2510056	Valbuena	valbuena	ES	37718	0	Europe/Madrid	37.25554	-6.93599		Valbuena,Valbueno		51	H	21041	
2510059	Vadofresno	vadofresno	ES	14912	0	Europe/Madrid	37.28225	-4.42573				51	MA	29049	
2510073	Utrera	utrera	ES	41710	50665	Europe/Madrid	37.18516	-5.78093		Utrera,Утрера	41095	51	SE	41095	
2510075	Utiel	utiel	ES	46300	12420	Europe/Madrid	39.56667	-1.2		Ut'el',Utiel,wu tie er,Утьель,Утьєль,乌铁尔	46249	60	V	46249	
2510079	Usagre	usagre	ES	06290	1992	Europe/Madrid	38.35	-6.16667		Usagre	06136	57	BA	06136	
2510081	Urrácal	urracal	ES	04879	365	Europe/Madrid	37.3974	-2.36485		Urracal	04096	51	AL	04096	
2510083	Urda	urda	ES	45480	3123	Europe/Madrid	39.41179	-3.71493		Urda	45177	54	TO	45177	
2510085	Urcal	urcal	ES	04691	0	Europe/Madrid	37.46712	-1.92044		Urcal		51	AL	04053	
2510089	Umbrías	umbrias	ES	05693	0	Europe/Madrid	37.52954	-1.44908		Caserio Umbrias,Caserío Umbrías,Humbrias,Humbrías,Las Umbrias,Las Umbrías,Umbrias,Umbrías		31	MU	30024	
2510098	Umbrete	umbrete	ES	41806	5527	Europe/Madrid	37.36881	-6.15847		Umbrete,wen fu lei te,Умбрете,温夫雷特	41094	51	SE	41094	
2510100	Uleila del Campo	uleila-del-campo	ES	04279	953	Europe/Madrid	37.1846	-2.20491		Uleila,Uleila de Campo,Uleila del Campo	04095	51	AL	04095	
2510102	Ulea	ulea	ES	30612	983	Europe/Madrid	38.14045	-1.33007		Ulea	30040	31	MU	30040	
2510103	Ugíjar	ugijar	ES	18480	2546	Europe/Madrid	36.96087	-3.05523			18182	51	GR	18182	
2510105	Uga	uga	ES	35570	998	Atlantic/Canary	28.95032	-13.74449		Uga,Уга		53	GC	35034	
2510106	Uclés	ucles	ES	16452	276	Europe/Madrid	39.97938	-2.86143		Ucles,Uclès,Uclés,Ukles,aqlysh,ukuresu,wu ke lai si,Уклес,أقليش,ウクレス,乌克莱斯	16218	54	CU	16218	
2510112	Ubrique	ubrique	ES	11600	16979	Europe/Madrid	36.67777	-5.446		Ubrique	11038	51	CA	11038	
2510115	Úbeda	ubeda	ES	03658	0	Europe/Madrid	38.44591	-0.98234		Ubeda,Úbeda		60	A	03105	
2510116	Úbeda	ubeda	ES	03658	35649	Europe/Madrid	38.01328	-3.3705		Ubeda,abdt,awbda,ubeda,wu wei da,Úbeda,Убеда,أبدة,اوبدا,უბედა,ウベダ,乌韦达,우베다	23092	51	J	23092	
2510123	Turrillas	turrillas	ES	04211	247	Europe/Madrid	37.02948	-2.26607		Turrillas	04094	51	AL	04094	
2510124	Turre	turre	ES	04639	2746	Europe/Madrid	37.15224	-1.89497		Ture,Turre,tu lei,twrh,twrry,Туре,Турре,Տուռե,تورري,توره,图雷	04093	51	AL	04093	
2510125	Turón	turon	ES	18491	339	Europe/Madrid	36.86561	-3.05677		Turon,Turón		51	AL	04029	
2510127	Turleque	turleque	ES	45789	921	Europe/Madrid	39.60138	-3.61404		Torleque,Turleque	45175	54	TO	45175	
2510128	Turís	turis	ES	46389	5305	Europe/Madrid	39.38333	-0.7		Toris,Torís,Turis,Turís	46248	60	V	46248	
2510133	Turballos	turballos	ES	03839	0	Europe/Madrid	38.80613	-0.44171		Turballos		60	A	03092	
2510137	Tuineje	tuineje	ES	35629	13632	Atlantic/Canary	28.32372	-14.04722		Tuineje	35030	53	GC	35030	
2510140	Tuéjar	tuejar	ES	46177	1212	Europe/Madrid	39.76667	-1.03333		Toixa,Tuehkhar,Tueixa,Tuejar,Tuekhar,Tuéjar,tu ai ha er,Туехар,Туэхар,图埃哈尔	46247	60	V	46247	
2510145	Trujillo	trujillo	ES	10200	9317	Europe/Madrid	39.45786	-5.88203		Trujillo,toruhiryo,トルヒーリョ	10195	57	CC	10195	
2510146	Trujillo	trujillo	ES	10200	0	Europe/Madrid	37.30497	-5.79412		Caserio Trujillo,Caserío Trujillo,Trujillo		51	SE	41004	
2510147	Trujillanos	trujillanos	ES	06892	1347	Europe/Madrid	38.95233	-6.25759		Trujillanos	06135	57	BA	06135	
2510158	Triquivijate	triquivijate	ES	35639	0	Atlantic/Canary	28.42835	-13.97219		Triquivijate		53	GC	35003	
2510165	Trigueros	trigueros	ES	21620	7221	Europe/Madrid	37.38606	-6.8268		Trigeros,Trigueros,te li ge luo si,tryghyrws,Тригерос,Трігерос,Տրիգերոս,تريغيروس,特里格罗斯	21070	51	H	21070	
2510168	Tribaldos	tribaldos	ES	16452	124	Europe/Madrid	39.97264	-2.89809		Tribaldos	16217	54	CU	16217	
2510170	Triana	triana	ES	29718	0	Europe/Madrid	37.38056	-6.00574		Triana		51	SE	41091	
2510171	Triana	triana	ES	29718	0	Atlantic/Canary	28.10547	-15.41603				53	GC	35016	
2510172	Triana	triana	ES	29718	0	Europe/Madrid	36.8187	-4.16575		Triana		51	MA	29094	
2510173	Triana	triana	ES	29718	0	Atlantic/Canary	28.64725	-17.9109		Triana		53	TF	38024	
2510175	Trevélez	trevelez	ES	18417	839	Europe/Madrid	37.00037	-3.26545		Trevelez,Trevélez	18180	51	GR	18180	
2510176	Trevejos	trevejos	ES	38615	0	Atlantic/Canary	28.13928	-16.66154		Trevejos		53	TF	38052	
2510180	Tresjuncos	tresjuncos	ES	16422	438	Europe/Madrid	39.70087	-2.75502		Tresjuncos	16216	54	CU	16216	
2510186	Trebujena	trebujena	ES	11560	6806	Europe/Madrid	36.87075	-6.17586		Trebujena	11037	51	CA	11037	
2510188	Trebeluger	trebeluger	ES	07720	0	Europe/Madrid	39.85179	4.28085		Trebaluger,Trebalúger		07	PM	07064	
2510197	Trasmulas	trasmulas	ES	18328	0	Europe/Madrid	37.19827	-3.87131				51	GR	18158	
2510198	Trasmontaña	trasmontana	ES	35413	0	Atlantic/Canary	28.13444	-15.51802				53	GC	35006	
2510201	Trasierra	trasierra	ES	06909	0	Europe/Madrid	38.50751	-6.60212		Caserio Trasierra,Caserío Trasierra,Trasierra		57	BA	06099	
2510202	Trasierra	trasierra	ES	06909	0	Europe/Madrid	38.18333	-6		Trasierra	06134	57	BA	06134	
2510204	Trapiche	trapiche	ES	29719	0	Europe/Madrid	36.8083	-4.12361		Barriada Trapiche,El Trapiche,Trapiche		51	MA	29094	
2510205	Trapiche	trapiche	ES	29719	0	Atlantic/Canary	28.1352	-15.53887				53	GC	35006	
2510215	Tózar	tozar	ES	18249	0	Europe/Madrid	37.36866	-3.77707				51	GR	18132	
2510219	Toya	toya	ES	33312	0	Europe/Madrid	37.88022	-3.15924				51	J	23066	
2510221	Tous	tous	ES	46269	1114	Europe/Madrid	39.13951	-0.58777		Tous	46246	60	V	46246	
2510222	Toto	toto	ES	35628	0	Atlantic/Canary	28.35905	-14.08681		Toto		53	GC	35015	
2510223	Totanés	totanes	ES	45163	398	Europe/Madrid	39.71057	-4.22655		Totanes,Totanés	45174	54	TO	45174	
2510224	Totana	totana	ES	30850	29211	Europe/Madrid	37.7688	-1.50229		Totana,Тотана	30039	31	MU	30039	
2510232	Tosalnou	tosalnou	ES	46668	0	Europe/Madrid	39.04629	-0.46819		Tosalnou		60	V	46209	
2510237	Tórtola	tortola	ES	16122	0	Europe/Madrid	39.91667	-2.13333		Tortola,Tórtola		54	CU	16902	
2510240	Torrubia del Castillo	torrubia-del-castillo	ES	16739	39	Europe/Madrid	39.65852	-2.31171		Torrubia del Castillo	16213	54	CU	16213	
2510241	Torrubia del Campo	torrubia-del-campo	ES	16413	338	Europe/Madrid	39.89749	-2.96133		Torrubia del Campo	16212	54	CU	16212	
2510242	Torrubia	torrubia	ES	19337	0	Europe/Madrid	38.02099	-3.66511		Caserio Torrubia,Caserío Torrubia,Torrubia		51	J	23055	
2510245	Torrox	torrox	ES	29770	16890	Europe/Madrid	36.75793	-3.95233		Torroks,trsh,tuo luo si,Торрокс,طرش,托罗斯	29091	51	MA	29091	
2510246	Torrosella	torrosella	ES	03109	0	Europe/Madrid	38.53753	-0.60696		Casas de Torrosella,Torrosella		60	A	03129	
2510249	Torrijos	torrijos	ES	45500	13117	Europe/Madrid	39.98195	-4.28349		Torrijas,Torrijos	45173	54	TO	45173	
2510251	Torrico	torrico	ES	45572	843	Europe/Madrid	39.82918	-5.22581		Torrico	45172	54	TO	45172	
2510253	Torrevieja	torrevieja	ES	03180	101792	Europe/Madrid	37.97872	-0.68222		Malnovturo,Toreviekha,Toreviexa,Torevijekha,Torrev'ekha,Torrevekha,Torrevella,Torrevella de la Mata,Torrevieja,torebieha,trbykha,tuo lei wei ye ha,twrbyyhh,twrryfyykha,twryfayja,Торевиеха,Торевијеха,Торревьеха,Торревєха,Տոռեվիեխա,טורבייחה,تربیخا,تورريفييخا,توريفايجا,トレビエハ,托雷维耶哈	03133	60	A	03133	
2510258	Torres-Torres	torres-torres	ES	46595	0	Europe/Madrid	39.73333	-0.35		Torres-Torres		60	V	46245	
2510261	Torres de Albanchez	torres-de-albanchez	ES	23391	923	Europe/Madrid	38.4155	-2.67785		Torres de Albanchez		51	J	23091	
2510266	Torres	torres	ES	09512	1749	Europe/Madrid	37.78537	-3.50902			23090	51	J	23090	
2510268	Torrequemada	torrequemada	ES	10183	611	Europe/Madrid	39.36664	-6.22052		Torrequemada	10194	57	CC	10194	
2510269	Torrequebradilla	torrequebradilla	ES	23638	0	Europe/Madrid	37.91017	-3.6621		Torrequebradilla		51	J	23903	
2510270	Torreperogil	torreperogil	ES	23320	6786	Europe/Madrid	38.0354	-3.28998		Torreperogil	23088	51	J	23088	
2510271	Torre-Pacheco	torre-pacheco	ES	30700	31495	Europe/Madrid	37.74293	-0.95396		Torre Pacheco,Torre-Pacheco,Torre-Pacheko,Торре-Пачеко		31	MU	30030	
2510272	Torreorgaz	torreorgaz	ES	10182	1683	Europe/Madrid	39.3831	-6.24941		Torreorgaz	10193	57	CC	10193	
2510274	Torrenueva	torrenueva	ES	13740	3075	Europe/Madrid	38.6396	-3.36259			13085	54	CR	13085	
2510275	Torrenueva	torrenueva	ES	13740	2514	Europe/Madrid	36.70396	-3.48971		Torrenueva		51	GR	18140	
2510279	Torrent	torrent	ES	17123	78543	Europe/Madrid	39.43705	-0.46546		Torrent,Torrente	46244	60	V	46244	
2510281	Torremolinos	torremolinos	ES	29620	65448	Europe/Madrid	36.62035	-4.49976		Toremolinos,Toremolinos-Malaga,Toremolinos-Málaga,Torremolinos,Torremolinos-Malaga,Torremolinos-Málaga,UTL,tuo lei mo li nuo si,twrymwlynws,Τορρεμολίνος,Торемолинос,Торремолинос,Торремолінос,توريمولينوس,托雷莫利诺斯	29901	51	MA	29901	
2510283	Torremocha	torremocha	ES	10184	1135	Europe/Madrid	39.34565	-6.17335		Torremocha	10192	57	CC	10192	
2510285	Torremendo	torremendo	ES	03313	0	Europe/Madrid	37.99151	-0.86531		Torremendo		60	A	03099	
2510286	Torremegía	torremegia	ES	06210	2184	Europe/Madrid	38.79037	-6.3767		Torremegia,Torremegía		57	BA	06133	
2510287	Torremayor	torremayor	ES	06880	992	Europe/Madrid	38.9014	-6.53858		Torremayor	06132	57	BA	06132	
2510290	Torrella	torrella	ES	46814	166	Europe/Madrid	38.98446	-0.56727		Torrella	46243	60	V	46243	
2510293	Torrejón el Rubio	torrejon-el-rubio	ES	10694	589	Europe/Madrid	39.77068	-6.0126		Torrejon,Torrejon el Rubio,Torrejón,Torrejón el Rubio	10190	57	CC	10190	
2510294	Torrejoncillo del Rey	torrejoncillo-del-rey	ES	16161	646	Europe/Madrid	40.0084	-2.57107		Torrejoncillo del Rey	16211	54	CU	16211	
2510295	Torrejoncillo	torrejoncillo	ES	10830	3331	Europe/Madrid	39.89675	-6.46712		Torrejoncillo,Torrekhonsil'jo,Torrekhonsil'o,Torrojoncillu,tuo lei hong xi e,twrykhwnsyyw,Торрехонсильо,Торрехонсільйо,توريخونسييو,托雷洪西略	10189	57	CC	10189	
2510301	Torredonjimeno	torredonjimeno	ES	23650	14181	Europe/Madrid	37.76748	-3.95776		Torredongimeno,Torredonjimeno,Torredonkhimeno,trdnkhymnw,tuo lei dong xi mei nuo,twrydwnkhymynw,Торредонхимено,Торредонхімено,تردنخیمنو,توريدونخيمينو,托雷东希梅诺	23087	51	J	23087	
2510303	Torre de Santa María	torre-de-santa-maria	ES	10186	666	Europe/Madrid	39.25441	-6.1161		Torre de Santa Maria,Torre de Santa María	10188	57	CC	10188	
2510306	Torre de Miguel Sesmero	torre-de-miguel-sesmero	ES	06172	1197	Europe/Madrid	38.61913	-6.7958		Torre de Miguel Sesmero	06131	57	BA	06131	
2510307	Torre del Rico	torre-del-rico	ES	30529	0	Europe/Madrid	38.36484	-1.11322		Torre del Rico		31	MU	30022	
2510309	Torre del Mar	torre-del-mar	ES	29740	21980	Europe/Madrid	36.742	-4.09291		Torre del Mar,Vina Malaga,Viña Málaga		51	MA	29094	
2510310	Torre del Campo	torre-del-campo	ES	04114	14627	Europe/Madrid	37.77051	-3.89731		Torre del Compo	23086	51	J	23086	
2510313	Torre de la Horadada	torre-de-la-horadada	ES	03191	2676	Europe/Madrid	37.8697	-0.7584		Cortijo Torre de la Horadada,La Horadada,Torre de la Horadada,la Foradada		60	A	03099	
2510314	Torre de Juan Abad	torre-de-juan-abad	ES	13344	1332	Europe/Madrid	38.58417	-3.05994		Torre de Juan Abad	13084	54	CR	13084	
2510320	Torrecilla de la Jara	torrecilla-de-la-jara	ES	45651	317	Europe/Madrid	39.70425	-4.77186		Torrecilla,Torrecilla de la Jara	45170	54	TO	45170	
2510328	Torre-Cardela	torre-cardela	ES	18563	1107	Europe/Madrid	37.50456	-3.35609			18178	51	GR	18178	
2510329	Torrecampo	torrecampo	ES	14410	1384	Europe/Madrid	38.46667	-4.66667		Torrecampo	14062	51	CO	14062	
2510330	Torreblascopedro	torreblascopedro	ES	23510	2713	Europe/Madrid	37.9975	-3.6378		Torreblascopedro	23085	51	J	23085	
2510332	Torreblanca	torreblanca	ES	12596	0	Europe/Madrid	37.63487	-0.88974		Barrio Torreblanca,Torreblanca		31	MU	30041	
2510334	Torrealvilla	torrealvilla	ES	30814	0	Europe/Madrid	37.76249	-1.70635		Caserio Torrealvilla,Caserío Torrealvilla,Torrealvilla		31	MU	30024	
2510336	Torre Alháquime	torre-alhaquime	ES	11691	875	Europe/Madrid	36.91588	-5.23381		Torre Alhaquime,Torre Alháquime	11036	51	CA	11036	
2510338	Torreagüera	torreaguera	ES	30579	0	Europe/Madrid	37.98074	-1.05297		Torreaguera,Torreagüera		31	MU	30030	
2510347	Torralba de Oropesa	torralba-de-oropesa	ES	45569	267	Europe/Madrid	39.93384	-5.15404		Torralba de Oropesa	45169	54	TO	45169	
2510348	Torralba del Pinar	torralba-del-pinar	ES	12225	62	Europe/Madrid	39.98333	-0.43333		Torral'ba-del'-Pinar,Torralba,Torralba del Pinar,tuo la er wa de er pi na er,twralba dyl baynar,Торральба-дель-Пинар,Торральба-дель-Пінар,تورالبا ديل باينار,托拉尔瓦德尔皮纳尔	12116	60	CS	12116	
2510349	Torralba de Calatrava	torralba-de-calatrava	ES	13160	2993	Europe/Madrid	39.01785	-3.75105		Torralba,Torralba de Calatrava		54	CR	13039	
2510794	Soportújar	soportujar	ES	18410	273	Europe/Madrid	36.92863	-3.40542			18176	51	GR	18176	
2510350	Torralba	torralba	ES	16842	0	Europe/Madrid	37.94854	-3.6217		Casa Torralba,Cortijo de Torralba,Torralba		51	J	23050	
2510364	Tormos	tormos	ES	03795	307	Europe/Madrid	38.80143	-0.0716		Tormos	03131	60	A	03131	
2510370	Toril	toril	ES	10521	231	Europe/Madrid	39.89749	-5.7795			10182	57	CC	10182	
2510371	Toril	toril	ES	10521	0	Europe/Madrid	36.92499	-4.14459		Caserio Toril,Caserío Toril		51	MA	29002	
2510379	Torás	toras	ES	12431	280	Europe/Madrid	39.91667	-0.68333		Toras,Torás	12114	60	CS	12114	
2510382	Topares	topares	ES	04839	0	Europe/Madrid	37.86224	-2.22849				51	GR	18164	
2510392	Tomelloso	tomelloso	ES	13700	38095	Europe/Madrid	39.15759	-3.02156		Tomel'joso,Tomel'oso,Tomeloso,tomejoso,tuo mei e suo,twmylwsw  sywdad ryal,Томельйосо,Томельосо,Томељосо,توميلوسو، سيوداد ريال,トメジョーソ,托梅略索		54	CR	13082	
2510394	Tomares	tomares	ES	41940	22772	Europe/Madrid	37.37281	-6.04589		Tomares	41093	51	SE	41093	
2510398	Tolox	tolox	ES	29109	2261	Europe/Madrid	36.68721	-4.90511		Tolox	29090	51	MA	29090	
2510400	Tolosa	tolosa	ES	02211	0	Europe/Madrid	39.2	-1.36667		Tolosa		54	AB	02007	
2510404	Tollos	tollos	ES	03813	31	Europe/Madrid	38.75629	-0.27466		Tollos	03130	60	A	03130	
2510409	Toledo	toledo	ES	45001	82291	Europe/Madrid	39.8581	-4.02263		Taleda,Toledas,Tolede,Toledo,Toledo i Spania,Toledu,Toletum,Toleu,Tolède,XTJ,tlytlt,to le do,toledo,toleto,tolledo,toredo,tuo lai duo,tuo li duo,twldw,twldw  aspanya,twlydw,Τολέδο,Таледа,Толедо,Տոլեդո,טאלעדא,טולדו,تولدو، اسپانیا,توليدو,طليطلة,طلیطلہ,तोलेदो,ਤੋਲੇਦੋ,டொலேடோ,โตเลโด,ტოლედო,ቶሌዶ,トレド,托利多,托萊多,톨레도	54	54	TO	45168	
2510413	Todoque	todoque	ES	38769	0	Atlantic/Canary	28.60974	-17.90242		Todoque		53	TF	38024	
2510418	Tocón	tocon	ES	18380	0	Europe/Madrid	37.23832	-3.96649		Tocon de Illora,Tocón de Illora		51	GR	18102	
2510419	Tocina	tocina	ES	41340	9067	Europe/Madrid	37.60904	-5.73403		Tocina	41092	51	SE	41092	
2510420	Tobos	tobos	ES	23294	0	Europe/Madrid	38.15	-2.48333		Caserio Tobos,Caserío Tobos,Tobos		51	J		
2510426	Tobarra	tobarra	ES	02500	7884	Europe/Madrid	38.59213	-1.69191		Tobarra	02074	54	AB	02074	
2510429	Tobar	tobar	ES	09133	0	Europe/Madrid	38.32617	-2.20942		Casa del Tobar,Caserio Tobar,Caserío Tobar,Tobar		54	AB	02042	
2510430	Titaguas	titaguas	ES	46178	544	Europe/Madrid	39.86667	-1.08333		Titaguas,Titaguees,Titagües	46241	60	V	46241	
2510432	Tiscamanita	tiscamanita	ES	35638	0	Atlantic/Canary	28.35231	-14.04024		Tiscamanita		53	GC	35030	
2510434	Tirteafuera	tirteafuera	ES	13192	0	Europe/Madrid	38.77462	-4.25125		Tirteafuera		54	CR	13015	
2510437	Tiriez	tiriez	ES	02161	0	Europe/Madrid	38.89641	-2.26656		Caserio Tiriez,Caserío Tiriez,Tiriez		54	AB	02043	
2510449	Tiñor	tinor	ES	38915	0	Atlantic/Canary	27.78912	-17.932		Tinol,Tiñol		53	TF	38048	
2510452	Tindaya	tindaya	ES	35649	0	Atlantic/Canary	28.58388	-13.98082		Tindaya		53	GC	35014	
2510455	Tinajo	tinajo	ES	35560	5228	Atlantic/Canary	29.06326	-13.67647		Tinajo	35029	53	GC	35029	
2510456	Tinajeros	tinajeros	ES	02155	0	Europe/Madrid	39.06883	-1.74339		Tinajeros,Tinarejos		54	AB	02003	
2510462	Timagada	timagada	ES	35369	0	Atlantic/Canary	27.97151	-15.62685		Timagan,Timagán		53	GC	35025	
2510463	Tíjola	tijola	ES	04880	3724	Europe/Madrid	37.34606	-2.43326		Tijola,Tikhola,Tíjola,di huo la,tykhwla,Тихола,Тијола,Тіхола,تيخولا,تیخولا,蒂霍拉		51	AL	04018	
2510468	Tijarafe	tijarafe	ES	38780	2648	Atlantic/Canary	28.7	-17.95		Tijarafe,Tirajafe	38047	53	TF	38047	
2510469	Tiguerorte	tiguerorte	ES	38738	0	Atlantic/Canary	28.55865	-17.79289		Tiguerorte		53	TF	38053	
2510473	Tigaiga	tigaiga	ES	38416	0	Atlantic/Canary	28.36667	-16.56667		Tigaiga		53	TF	38031	
2510474	Tigaday	tigaday	ES	38913	0	Atlantic/Canary	27.75191	-18.0196				53	TF	38013	
2510482	Tices	tices	ES	04459	0	Europe/Madrid	37.06207	-2.73482		Barriada Tices,Tices		51	AL	04067	
2510484	Tibi	tibi	ES	03109	1518	Europe/Madrid	38.53072	-0.57776		Maigmo,Tibi,di wei,taybay,tyby,Тиби,Тібі,تايباي,تیبی,蒂维	03129	60	A	03129	
2510486	Tiagua	tiagua	ES	35558	0	Atlantic/Canary	29.0527	-13.63069		Tiagua		53	GC	35024	
2510488	Teulada	teulada	ES	03725	14620	Europe/Madrid	38.7294	0.10383		Teulada	03128	60	A	03128	
2510489	Tetir	tetir	ES	35613	0	Atlantic/Canary	28.51667	-13.93333		Tetir		53	GC	35017	
2510493	Tesejerague	tesejerague	ES	35629	0	Atlantic/Canary	28.27804	-14.11354		Tesejerague		53	GC	35030	
2510494	Teseguite	teseguite	ES	35539	0	Atlantic/Canary	29.05497	-13.52937		Teseguite		53	GC	35024	
2510497	Terrinches	terrinches	ES	13341	1031	Europe/Madrid	38.61057	-2.84215		Terrinches	13081	54	CR	13081	
2510506	Terrateig	terrateig	ES	46842	393	Europe/Madrid	38.89453	-0.31993		Terrateig	46240	60	V	46240	
2510507	Terque	terque	ES	04569	447	Europe/Madrid	36.98393	-2.59679		Terque	04091	51	AL	04091	
2510520	Teresa de Cofrentes	teresa-de-cofrentes	ES	46622	661	Europe/Madrid	39.10563	-1.05105		Teresa de Cofrentes,Teresa de Cofrents,Teresa de Cofrontes		60	V	46263	
2510524	Tenteniguada	tenteniguada	ES	35216	0	Atlantic/Canary	27.98208	-15.52488		Tenteniguada		53	GC	35031	
2510527	Teno	teno	ES	38489	0	Atlantic/Canary	28.33333	-16.85		Caserio Teno,Caserío Teno,Teno,Teno Alto		53	TF	38010	
2510537	Temisas	temisas	ES	35270	0	Atlantic/Canary	27.90937	-15.50733		Temisa,Tenisa		53	GC	35002	
2510540	Tembleque	tembleque	ES	45780	2202	Europe/Madrid	39.69541	-3.50429		Tembleke,Tembleque,teng fu lai ke,tmblkh,Темблеке,Տեմբլեկե,تمبلکه,滕夫莱克	45166	54	TO	45166	
2510542	Telde	telde	ES	35200	100015	Atlantic/Canary	27.99243	-15.41915		Tel'de,Telde,te er de,tyldy,Телде,Тельде,تيلدي,特尔德	35026	53	GC	35026	
2510550	Tejina	tejina	ES	38260	0	Atlantic/Canary	28.53478	-16.35873		Tejina		53	TF	38023	
2510558	Tejeda	tejeda	ES	10420	2338	Atlantic/Canary	27.99508	-15.61543		Tekheda,te he da,tykhyda,Техеда,تيخيدا,特赫达		53	GC	35025	
2510574	Tegueste	tegueste	ES	38280	10666	Atlantic/Canary	28.51667	-16.31667		Tegueste	38046	53	TF	38046	
2510577	Tefía	tefia	ES	35611	0	Atlantic/Canary	28.5245	-13.99148		Tefia,Tefía		53	GC	35017	
2510579	Tébar	tebar	ES	16710	406	Europe/Madrid	39.5	-2.16667		Tebar,Tébar	16204	54	CU	16204	
2510580	Teba	teba	ES	29327	4304	Europe/Madrid	36.98358	-4.91913		Teba,te wa,tyba  malqt,Теба,تيبا، مالقة,特瓦	29089	51	MA	29089	
2510581	Tazona	tazona	ES	02437	0	Europe/Madrid	38.30496	-1.90927		Tazona		54	AB	02072	
2510582	Tazacorte	tazacorte	ES	38770	5670	Atlantic/Canary	28.64186	-17.93394		Tasakorte,Tazacorte,Villa y Puerto de Tazacorte,ta sa ke er te,tathakwrty,Тасакорте,تاثاكورتي,塔萨科尔特	38045	53	TF	38045	
2510589	Taucho	taucho	ES	38677	0	Atlantic/Canary	28.15	-16.71667		Taucho		53	TF	38001	
2510590	Tasartico	tasartico	ES	35478	0	Atlantic/Canary	27.92678	-15.8016				53	GC	35020	
2510592	Tasarte	tasarte	ES	35478	0	Atlantic/Canary	27.92556	-15.75989				53	GC	35020	
2510593	Tartamudo	tartamudo	ES	30413	0	Europe/Madrid	38.06581	-2.1435		Caserio Tartamudo,Caserío Tartamudo,Tartamudo		31	MU	30015	
2510598	Tarifa	tarifa	ES	11380	0	Europe/Madrid	37.58684	-2.41866		Caserio Tarifa,Caserío Tarifa,Tarifa		51	GR	18056	
2510599	Tarifa	tarifa	ES	11380	17793	Europe/Madrid	36.01393	-5.60695		Tarifa,Taryfa,ta li fa,talipa,tarifa,tryfa,Тарифа,Тарыфа,Таріфа,طريفا,タリファ,塔里法,타리파	11035	51	CA	11035	
2510601	Tárbena	tarbena	ES	03518	712	Europe/Madrid	38.69413	-0.10141		Tarbena,Tàrbena,Tárbena		60	A	03127	
2510602	Tarazona de la Mancha	tarazona-de-la-mancha	ES	02100	6514	Europe/Madrid	39.25	-1.91667		Tarazona,Tarazona de la Mancha	02073	54	AB	02073	
2510610	Tarajalejo	tarajalejo	ES	35629	0	Atlantic/Canary	28.19127	-14.1184		Tarajalejo		53	GC	35030	
2510622	Tángel	tangel	ES	03112	0	Europe/Madrid	38.40791	-0.47195		Caserio Tangel,Caserío Tángel,Tangel,Tángel		60	A	03014	
2510623	Tamurejo	tamurejo	ES	06658	266	Europe/Madrid	38.98333	-4.93333		Tamurejo	06130	57	BA	06130	
2510667	Tamaraceite	tamaraceite	ES	35018	0	Atlantic/Canary	28.09894	-15.47218				53	GC	35016	
2510675	Tamaduste	tamaduste	ES	38910	0	Atlantic/Canary	27.82227	-17.8947		Tamaduste		53	TF	38048	
2510685	Táliga	taliga	ES	06133	705	Europe/Madrid	38.52861	-7.01713		Taliga,Táliga	06129	57	BA	06129	
2510686	Tales	tales	ES	12221	770	Europe/Madrid	39.94844	-0.30719		Tales	12109	60	CS	12109	
2510687	Talayuelas	talayuelas	ES	16320	0	Europe/Madrid	39.85	-1.28333		Talayuelas	16202	54	CU	16202	
2510688	Talayuelas	talayuelas	ES	16320	0	Europe/Madrid	39.68333	-2.23333		Caserio Talayuelas,Caserío Talayuelas,Talayuelas		54	CU	16104	
2510689	Talayuela	talayuela	ES	10310	10189	Europe/Madrid	39.98701	-5.60982		Talajuehla,Talajuela,Talayuela,ta lai wei la,talayla,Талаюела,Талаюэла,تالايلا,塔莱韦拉		57	CC	10131	
2510692	Talavera La Real	talavera-la-real	ES	06140	5204	Europe/Madrid	38.87794	-6.76856		Talavera La Real		57	BA	06128	
2510693	Talavera de la Reina	talavera-de-la-reina	ES	45600	88856	Europe/Madrid	39.96348	-4.83076		Aebura,Caesarobriga,Ebora,Ebura,Elbora,QWT,Talavera de la Reina,Talavera de la Rejna,Talavera de la reina,Talavera del Tajo,Talavera-de-la-Rejna,ta la be ra de la rey na,ta la wei la de la lei na,talavera di la rina,tlbyrt,Талавера де ла Реина,Талавера де ла Рейна,Талавера-де-ла-Рейна,طلبيرة,टालावेरा दी ला रीना,ตาลาเบราเดลาเรย์นา,ታላቬራ ዴ ላ ሬና,タラベラ・デ・ラ・レイナ,塔拉韦拉德拉雷纳	45165	54	TO	45165	
2510699	Talaván	talavan	ES	10193	926	Europe/Madrid	39.71715	-6.28146		Talaban,Talabán,Talavan,Talaván,ta la wan,talafan,Талаван,تالافان,塔拉万	10178	57	CC	10178	
2510700	Talarrubias	talarrubias	ES	06640	3599	Europe/Madrid	39.03697	-5.23423		Talarrubia,Talarrubias	06127	57	BA	06127	
2510701	Talará	talara	ES	18656	0	Europe/Madrid	36.94783	-3.55064				51	GR	18119	
2510703	Tajuya	tajuya	ES	38769	0	Atlantic/Canary	28.63124	-17.90369		Tajuya		53	TF	38024	
2510708	Taidía	taidia	ES	35280	0	Atlantic/Canary	27.92697	-15.55235				53	GC	35019	
2510709	Taibique	taibique	ES	38914	0	Atlantic/Canary	27.70348	-17.98127				53	TF	38901	
2510715	Tahiche	tahiche	ES	35507	0	Atlantic/Canary	29.01912	-13.54451		Tagiche,Tahiche		53	GC	35024	
2510716	Tahal	tahal	ES	04275	393	Europe/Madrid	37.22797	-2.2847		Tahal	04090	51	AL	04090	
2510719	Taguluche	taguluche	ES	38852	0	Atlantic/Canary	28.13529	-17.33066		Taguluche		53	TF	38049	
2510722	Taganana	taganana	ES	38130	23	Atlantic/Canary	28.56667	-16.21667		Taganana,Таганана		53	TF	38038	
2510723	Tafira Baja	tafira-baja	ES	35017	0	Atlantic/Canary	28.07115	-15.44952				53	GC	35016	
2510725	Tacoronte	tacoronte	ES	38350	23562	Atlantic/Canary	28.47688	-16.41016		Tacoronte,Takoronte,ta ke long te,takrnth,takwrwnty,Такоронте,تاكورونتي,تاکرنته,塔科龙特	38043	53	TF	38043	
2510727	Taco	taco	ES	38108	0	Atlantic/Canary	28.44637	-16.29572		Taco		53	TF	38023	
2510728	Taco	taco	ES	38108	0	Atlantic/Canary	28.35	-16.83333		Taco		53	TF	38042	
2510733	Taborno	taborno	ES	38294	0	Atlantic/Canary	28.55	-16.25		Taborno		53	TF	38038	
2510743	Tavernes de la Valldigna	tavernes-de-la-valldigna	ES	46760	18195	Europe/Madrid	39.07195	-0.26623		Tabernas,Tabernes de Valldigna,Tavernes de la Valldigna	46238	60	V	46238	
2510746	Tabernas	tabernas	ES	04200	3241	Europe/Madrid	37.04992	-2.39084		Tabernas	04088	51	AL	04088	
2510747	Tabayesco	tabayesco	ES	35542	90	Atlantic/Canary	29.12736	-13.47949		Tabayesco		53	GC	35010	
2510758	Sumacàrcer	sumacarcer	ES	46295	1308	Europe/Madrid	39.1	-0.63333		Sumacarcel,Sumacarcer,Sumacàrcer,Sumacárcel	46236	60	V	46236	
2510762	Suflí	sufli	ES	04878	228	Europe/Madrid	37.33866	-2.38817		Sufli,Suflí	04087	51	AL	04087	
2510764	Sueca	sueca	ES	46410	28908	Europe/Madrid	39.2026	-0.31114		Sueca	46235	60	V	46235	
2510766	Sucina	sucina	ES	30590	0	Europe/Madrid	37.89064	-0.94122				31	MU	30030	
2510774	Sotogordo	sotogordo	ES	14512	0	Europe/Madrid	37.36227	-4.75395		Sotogordo		51	CO	14056	
2510779	Sotiel Coronada	sotiel-coronada	ES	21309	0	Europe/Madrid	37.60261	-6.85064		La Coronada,Sotiel Coronada		51	H	21017	
2510780	Sot de Ferrer	sot-de-ferrer	ES	12489	504	Europe/Madrid	39.8	-0.4		Sot de Ferrer	12107	60	CS	12107	
2510781	Sot de Chera	sot-de-chera	ES	46168	381	Europe/Madrid	39.63333	-0.9		Sot de Chera,Sot de Xera	46234	60	V	46234	
2510785	Sorvilán	sorvilan	ES	18713	746	Europe/Madrid	36.79505	-3.26769		Sorvilan,Sorvilán	18177	51	GR	18177	
2510786	Sorió	sorio	ES	46800	0	Europe/Madrid	39	-0.51667		Sorio,Sorió		60	V	46145	
2510789	Soria	soria	ES	35128	0	Atlantic/Canary	27.9066	-15.66942				53	GC	35012	
2510796	Soo	soo	ES	35558	615	Atlantic/Canary	29.09915	-13.62231		Soo		53	GC	35024	
2510799	Son Servera	son-servera	ES	07550	12215	Europe/Madrid	39.62073	3.36008		Son Servera,Son-Servera,song sai er wei la,swn syrfyra,Сон-Сервера,سون سيرفيرا,松塞尔韦拉	07062	07	PM	07062	
2510801	Sonseca	sonseca	ES	45100	11265	Europe/Madrid	39.67747	-3.97448		Sonseca con Casalgordo		54	TO	45124	
2510803	Son Sardina	son-sardina	ES	07120	0	Europe/Madrid	39.62035	2.65708		Son Sardina		07	PM	07040	
2510806	Son Ferriol	son-ferriol	ES	07198	0	Europe/Madrid	39.56667	2.71667		Son Farriol		07	PM	07040	
2510807	Son Espanyol	son-espanyol	ES	07120	0	Europe/Madrid	39.62951	2.63938		Son Espanyol		07	PM	07040	
2510809	Soneja	soneja	ES	12480	1347	Europe/Madrid	39.81667	-0.41667		Sonecha,Soneixa,Soneja,Sonekha,suo nei ha,swnykha,Сонеха,سونيخا,索内哈	12106	60	CS	12106	
2510815	Somontín	somontin	ES	04877	552	Europe/Madrid	37.39176	-2.38828		Somolin,Somolín,Somontin,Somontín	04085	51	AL	04085	
2510821	Sóller	soller	ES	07100	13942	Europe/Madrid	39.76623	2.71521		Sol'er,Solera,Soller,Soļera,Sóller,soryeru,suo lie er,swyyr,Сольер,سويير,ソーリェル,索列尔	07061	07	PM	07061	
2510822	Sollana	sollana	ES	46430	4515	Europe/Madrid	39.2783	-0.38238		Sollana	46233	60	V	46233	
2510825	Solera	solera	ES	23569	0	Europe/Madrid	37.68341	-3.36988				51	J	23044	
2510828	Soledad	soledad	ES	41500	0	Europe/Madrid	38.65	-6.46667		Caserio Soledad,Caserío Soledad,Soledad		57	BA	06002	
2510834	Solanilla del Tamaral	solanilla-del-tamaral	ES	13594	0	Europe/Madrid	38.43322	-3.96207		Solanilla del Tamaral		54	CR	13055	
2510835	Solanilla	solanilla	ES	02314	0	Europe/Madrid	38.69168	-2.50307		Solanilla		54	AB	02008	
2510838	Solana del Pino	solana-del-pino	ES	13593	417	Europe/Madrid	38.4672	-4.0752		Solana del Pino		54	CR	13055	
2510839	Solana de los Barros	solana-de-los-barros	ES	06209	2608	Europe/Madrid	38.72527	-6.53899		Solana,Solana de los Barros	06126	57	BA	06126	
2510846	Solana	solana	ES	04829	0	Europe/Madrid	39.47969	-5.47845				57	CC	10033	
2510852	Socuéllamos	socuellamos	ES	13630	13163	Europe/Madrid	39.28581	-2.79205		Socuellamos,Socuéllamos,Sokuehl'jamos,Sokuel'jamos,suo ku ai li ya mo si,swkwylamws  sywdad ryal,Сокуельямос,Сокуэльямос,سوكويلاموس، سيوداد ريال,索库埃利亚莫斯	13078	54	CR	13078	
2510853	Socovos	socovos	ES	02435	1909	Europe/Madrid	38.33232	-1.98485			02072	54	AB	02072	
2510858	Sobradillo	sobradillo	ES	37246	0	Atlantic/Canary	28.43936	-16.32285				53	TF	38038	
2510861	Sisante	sisante	ES	16700	1775	Europe/Madrid	39.40849	-2.20173		Sisante	16198	54	CU	16198	
2510864	Siruela	siruela	ES	06650	2218	Europe/Madrid	38.97718	-5.04969	519	Siruela	06125	57	BA	06125	
2510867	Singla	singla	ES	30410	0	Europe/Madrid	38.02152	-1.9441		Caserio Singla,Caserío Singla,Singla		31	MU	30015	
2510868	Sineu	sineu	ES	07510	3053	Europe/Madrid	39.64254	3.01034		Sineu	07060	07	PM	07060	
2510869	Sinarcas	sinarcas	ES	46320	1238	Europe/Madrid	39.73333	-1.23333		Sinarcas,Sinarques	46232	60	V	46232	
2510870	Simat de la Valldigna	simat-de-la-valldigna	ES	46750	3291	Europe/Madrid	39.03333	-0.31667		Simat de Valldigna,Simat de la Valldigna	46231	60	V	46231	
2510876	Sillar Baja	sillar-baja	ES	18181	0	Europe/Madrid	37.34542	-3.36282		Sillar Baja		51	GR	18067	
2510880	Silla	silla	ES	46460	18979	Europe/Madrid	39.36257	-0.41169		Silla	46230	60	V	46230	
2510882	Silillos	silillos	ES	14110	0	Europe/Madrid	37.69444	-5.12791		Silillos		51	CO	14030	
2510883	Siles	siles	ES	23380	0	Europe/Madrid	38.38983	-2.5819		Siles	23082	51	J	23082	
2510884	Sileras	sileras	ES	14813	0	Europe/Madrid	37.46287	-4.06511				51	CO	14004	
2510889	Siete Aguas	siete-aguas	ES	46392	1232	Europe/Madrid	39.46667	-0.91667		Setaiguees,Setaigües,Siete Aguas	46229	60	V	46229	
2510891	Sierro	sierro	ES	04878	452	Europe/Madrid	37.32237	-2.39844		Sierro	04084	51	AL	04084	
2510895	Sierra de Yeguas	sierra-de-yeguas	ES	29328	3311	Europe/Madrid	37.1242	-4.86773		Sierra de Yeguas	29088	51	MA	29088	
2510896	Sierra de Fuentes	sierra-de-fuentes	ES	10181	1895	Europe/Madrid	39.43997	-6.27242		Sierra de Fuentes		57	CC	10037	
2510897	Sierra Alhamilla	sierra-alhamilla	ES	04259	0	Europe/Madrid	36.96667	-2.4		Alhamilla,Caserio y Banos de Sierra Alhamilla,Caserio y Baños de Sierra Alhamilla,Sierra Alhamilla		51	AL	04074	
2510901	Sierra	sierra	ES	02513	0	Europe/Madrid	38.56068	-1.65877		Sierra		54	AB	02074	
2510902	Sierra	sierra	ES	02513	0	Europe/Madrid	37.04407	-3.56031		Cortijada Sierra,Sierra		51	GR	18068	
2510906	Sevilleja de la Jara	sevilleja-de-la-jara	ES	45671	953	Europe/Madrid	39.57488	-4.96387		Sevilleja de la Jara	45162	54	TO	45162	
2510911	Sevilla	sevilla	ES	41001	703206	Europe/Madrid	37.38283	-5.97317		Hispalis,Lungsod ng Sevilla,SVQ,Sebilla,Sebille,Sevidzheh,Sevil'ja,Sevila,Sevileje,Sevilha,Sevilia,Sevilija,Sevilja,Sevilla,Seville,Sevilo,Sevilya,Sevilėjė,Seviya,Seweliye,Sewilla,Sibilia,Siviglia,Sivilja,Séville,Séwéliye,ashbylyt,ceviya,isabili'a,sai wei li ya,sai wei ya,sbylyh,sebi ya,sebiria,sebirya,sebiya,sevilia,swya,sybyya,Σεβίλλη,Севиджэ,Севилья,Севиля,Севилја,Севиља,Севілья,Սևիլյա,סביליה,סעווילא,إشبيلية,اشبیلیہ,سویا,سيبييا,سێڤیلیا,सेबिया,ਇਸ਼ਬੀਲੀਆ,செவீயா,เซบียา,სევილია,セビリア,セビリャ,塞維亞,塞维利亚,세비야	51	51	SE	41091	
2510915	Setenil de las Bodegas	setenil-de-las-bodegas	ES	11692	3016	Europe/Madrid	36.86397	-5.18177		Setenil		51	MA	29084	
2510923	Serrejón	serrejon	ES	10528	490	Europe/Madrid	39.81735	-5.80263		Serrejon,Serrejón	10176	57	CC	10176	
2510925	Serrato	serrato	ES	29471	0	Europe/Madrid	36.88541	-4.98147		Serrato	29904	51	MA	29904	
2510936	Serradilla	serradilla	ES	10530	1816	Europe/Madrid	39.8292	-6.14034	356	Serradilla	10175	57	CC	10175	
2510940	Serra	serra	ES	46118	2335	Europe/Madrid	39.68333	-0.43333		Serra	46228	60	V	46228	
2510944	Serón	seron	ES	04890	2432	Europe/Madrid	37.34485	-2.50913		Seron,Serón	04083	51	AL	04083	
2510956	Senija	senija	ES	03729	588	Europe/Madrid	38.72804	0.04176		Senija	03125	60	A	03125	
2510957	Senyera	senyera	ES	46669	1038	Europe/Madrid	39.06667	-0.5		Senera,Senyera,Señera	46227	60	V	46227	
2510959	Sempere	sempere	ES	46839	34	Europe/Madrid	38.92014	-0.4814		Sant Pere,Sempere	46226	60	V	46226	
2510961	Selva	selva	ES	07313	3205	Europe/Madrid	39.75504	2.90069		Selva	07058	07	PM	07058	
2510963	Sellent	sellent	ES	46295	468	Europe/Madrid	39.03221	-0.58784		Sellent	46225	60	V	46225	
2510965	Sella	sella	ES	03579	643	Europe/Madrid	38.60926	-0.27305		Sella	03124	60	A	03124	
2510967	Segura de León	segura-de-leon	ES	06270	2189	Europe/Madrid	38.11667	-6.51667		Segura de Leon,Segura de León		57	BA	06055	
2510968	Segura de la Sierra	segura-de-la-sierra	ES	23379	1773	Europe/Madrid	38.29777	-2.65229		Segura de la Sierra,Segura-de-la-S'erra,sai gu la de la xie la,sgwra d la syra,syghwra dy la syyra,Сегура-де-ла-Сьерра,Сегура-де-ла-Сьєрра,سيغورا دي لا سييرا,سگورا د لا سیرا,塞古拉德拉谢拉		51	J	23065	
2510972	Segorbe	segorbe	ES	12400	8371	Europe/Madrid	39.85	-0.48333		Segorbe,Sogorb	12104	60	CS	12104	
2510974	Segart	segart	ES	46592	158	Europe/Madrid	39.68333	-0.36667		Segart,Segart de Albalat	46224	60	V	46224	
2510975	Sedaví	sedavi	ES	46910	8778	Europe/Madrid	39.43333	-0.38333		Sedavi,Sedaví	46223	60	V	46223	
2511009	Sayalonga	sayalonga	ES	29752	1366	Europe/Madrid	36.79819	-4.01325		Sajalonga,Sajjalonga,Sayalonga,sai a long jia,sayalwngha,Сайялонга,Саялонга,Սայալոնգա,سايالونغا,赛阿隆加	29086	51	MA	29086	
2511010	Sax	sax	ES	03630	10054	Europe/Madrid	38.53729	-0.81779		Sax	03123	60	A	03123	
2511014	Saucedilla	saucedilla	ES	10390	743	Europe/Madrid	39.85284	-5.67781		Saucedilla,Sausedil'ja,sawsydayla,shao sai di li ya,Сауседилья,Сауседілья,ساوسيدايلا,绍塞迪利亚	10173	57	CC	10173	
2511033	San Vicente de Alcántara	san-vicente-de-alcantara	ES	06500	0	Europe/Madrid	39.36132	-7.13766			06123	57	BA	06123	
2511037	San Vicente	san-vicente	ES	31448	0	Atlantic/Canary	28.38333	-16.56667		Saint Vincent,San Vicente,San-Visente,St. Vincent,Сан-Висенте		53	TF	38031	
2511038	Santo Tomé	santo-tome	ES	23311	2273	Europe/Madrid	38.02861	-3.10092		Santo Tome,Santo Tomé	23080	51	J	23080	
2511046	San Torcuato	san-torcuato	ES	26291	0	Europe/Madrid	37.35	-3.13333		Barriada San Torcuato,San Torcuato		51	GR	18089	
2511048	Santopétar	santopetar	ES	04692	0	Europe/Madrid	37.45142	-2.03342		Caserio Santopetar,Caserío Santopétar,Santopetar,Santopétar		51	AL	04089	
2511050	Santomera	santomera	ES	30140	15319	Europe/Madrid	38.06147	-1.04877			30901	31	MU	30901	
2511051	Santo Domingo de Moya	santo-domingo-de-moya	ES	16337	0	Europe/Madrid	39.96667	-1.38333		Santo Domingo de Moya		54	CU	16135	
2511055	Santo Domingo	santo-domingo	ES	04700	0	Europe/Madrid	38.62709	-7.08935		Santo Domingo		57	BA	06095	
2511056	Santo Domingo	santo-domingo	ES	04700	0	Europe/Madrid	38.38333	-6.46667		Caserio Campo de Santo Domingo,Caserío Campo de Santo Domingo,Cortijo de Santo Domingo,Santo Domingo		57	BA	06008	
2511057	Santo Domingo	santo-domingo	ES	04700	0	Europe/Madrid	36.74627	-6.40499		Caserio Santo Domingo,Caserío Santo Domingo,Santo Domingo		51	CA	11016	
2511058	Santo Ángel	santo-angel	ES	30151	0	Europe/Madrid	37.94497	-1.12457		Caserio Santo Angel,Caserío Santo Angel,El Santo Angel,Santo Angel,Santo Ángel		31	MU	30030	
2511062	Sant Jordi	sant-jordi	ES	07199	0	Europe/Madrid	39.5552	2.77946		Sant Jordi		07	PM	07040	
2511063	Santisteban del Puerto	santisteban-del-puerto	ES	23250	4756	Europe/Madrid	38.24829	-3.20762		Santisteban del Puerto	23079	51	J	23079	
2511064	Santiponce	santiponce	ES	41970	7561	Europe/Madrid	37.43553	-6.04106		Santiponce	41089	51	SE	41089	
2511066	Santillana	santillana	ES	04532	0	Europe/Madrid	37.08997	-2.7307		Barriada Santillana		51	AL	04901	
2511069	Santiago de Mora	santiago-de-mora	ES	02513	0	Europe/Madrid	38.57093	-1.59973		Santiago de Mora,Santiago de Moro		54	AB	02074	
2511070	Santiago del Teide	santiago-del-teide	ES	38690	12050	Atlantic/Canary	28.294	-16.81618		Santiago,Santiago del Teide,Santiago del Teyde	38040	53	TF	38040	
2511071	Santiago del Campo	santiago-del-campo	ES	10191	322	Europe/Madrid	39.6284	-6.36362	339	Santiago del Campo	10170	57	CC	10170	
2511072	Santiago de la Ribera	santiago-de-la-ribera	ES	30720	8058	Europe/Madrid	37.79681	-0.80544				31	MU	30035	
2511073	Santiago de la Espada	santiago-de-la-espada	ES	23290	0	Europe/Madrid	38.11265	-2.5514		Santiago,Santiago de la Espada		51	J	23904	
2511075	Santiago de Calatrava	santiago-de-calatrava	ES	23612	876	Europe/Madrid	37.75382	-4.17093		Santiago de Calatrava	23077	51	J	23077	
2511086	Santiago	santiago	ES	33791	0	Europe/Madrid	37.9358	-4.13866		Casas Santiago,Santiago		51	J	23006	
2511087	Sant Elm	sant-elm	ES	07159	0	Europe/Madrid	39.57943	2.35065		San Telmo,Sant Elm		07	PM	07005	
2511089	San Telmo	san-telmo	ES	21330	0	Europe/Madrid	37.79554	-6.96756				51	H	21025	
2511091	Santa Úrsula	santa-ursula	ES	38390	14013	Atlantic/Canary	28.42613	-16.48876		Santa Ursula,Santa Úrsula	38039	53	TF	38039	
2511092	Santa Teresa	santa-teresa	ES	37891	0	Europe/Madrid	37.17149	-3.72151		Caserio Santa Teresa,Caserío Santa Teresa,Cortijo de Santa Teresa,Santa Teresa		51	GR	18175	
2511094	Santa Quiteria	santa-quiteria	ES	13115	0	Europe/Madrid	39.25773	-4.36695		Caserio Santa Quiteria,Caserío Santa Quiteria,Santa Quiteria		54	CR	13006	
2511095	Santa Quiteria	santa-quiteria	ES	13115	0	Europe/Madrid	37.6739	-1.6924		Caserio Santa Quiteria,Caserío Santa Quiteria,Santa Quiteria		31	MU	30024	
2511102	Santa Pola	santa-pola	ES	03130	31760	Europe/Madrid	38.19165	-0.5658		Santa Pola,Santa-Pola,santa bwla,santa pla,sheng bo la,Санта-Пола,سانتا بولا,سانتا پلا,圣波拉	03121	60	A	03121	
2511103	Santa Olalla del Cala	santa-olalla-del-cala	ES	21260	0	Europe/Madrid	37.9	-6.21667		Santa Olalla,Santa Olalla de Cala,Santa Olalla del Cala,Santa Ololla del Cala	21069	51	H	21069	
2511106	Santanyí	santanyi	ES	07650	12664	Europe/Madrid	39.35461	3.12907		Santanyi,Santanyí	07057	07	PM	07057	
2511109	Santa Marta de Magasca	santa-marta-de-magasca	ES	10198	248	Europe/Madrid	39.5115	-6.09881		Santa Maria,Santa Marta,Santa Marta de Magasca,Santa María	10168	57	CC	10168	
2511110	Santa Marta	santa-marta	ES	02639	0	Europe/Madrid	39.23333	-2.25		Santa Marta		54	AB	02069	
2511111	Santa Marta	santa-marta	ES	02639	0	Europe/Madrid	39.14551	-2.29344				54	AB	02069	
2511112	Santa Marta	santa-marta	ES	02639	4177	Europe/Madrid	38.61421	-6.62799		Santa Marta	06121	57	BA	06121	
2511115	Santa Marina	santa-marina	ES	26132	0	Europe/Madrid	38.16771	-3.11903		Caserio Santa Marina,Caserío Santa Marina,Santa Marina		51	J	23048	
2511116	Santa Marina	santa-marina	ES	26132	0	Europe/Madrid	38.15	-5.75		Caserios Santa Marina,Caseríos Santa Marina,Santa Marina		51	SE	41048	
2511118	Santa María de Nieva	santa-maria-de-nieva	ES	04693	0	Europe/Madrid	37.46334	-1.98747		Pont du Santa Maria de Nieva,Santa Maria,Santa Maria de Nieva,Santa Maria de la Nieva,Santa María de Nieva		51	AL	04053	
2511120	Santa María de los Llanos	santa-maria-de-los-llanos	ES	16639	780	Europe/Madrid	39.48333	-2.86667		Santa Maria de los Llanos,Santa María de los Llanos		54	CU	16133	
2511122	Santa María del Mar	santa-maria-del-mar	ES	33457	0	Atlantic/Canary	28.4253	-16.30363				53	TF	38038	
2511123	Santa María del Campo Rus	santa-maria-del-campo-rus	ES	16621	771	Europe/Madrid	39.55942	-2.42306		Santa Maria del Campo,Santa Maria del Campo Rus,Santa María del Campo Rus	16195	54	CU	16195	
2511143	Santa Margalida	santa-margalida	ES	07450	11537	Europe/Madrid	39.70143	3.10215		Santa Margalida,Santa Margarita	07055	07	PM	07055	
2511147	Santa Lucía	santa-lucia	ES	03700	0	Europe/Madrid	38.81667	0.15		Caserio Santa Lucia,Caserío Santa Lucía,Santa Lucia,Santa Lucía		60	A	03063	
2511148	Santa Lucía	santa-lucia	ES	03700	0	Europe/Madrid	37.5988	-0.97144				31	MU	30016	
2511149	Santa Lucía	santa-lucia	ES	03700	0	Atlantic/Canary	28.72504	-17.74776				53	TF	38030	
2511150	Santa Lucía	santa-lucia	ES	03700	63637	Atlantic/Canary	27.91174	-15.54071		Santa Lucia de Tirajana,Santa Lucía de Tirajana,sheng lu xi ya,圣卢西亚		53	GC	35019	
2511152	Santa Agnès de Corona	santa-agnes-de-corona	ES	07828	0	Europe/Madrid	39.03333	1.33333				07	PM	07046	
2511153	Santa Inés	santa-ines	ES	09390	0	Europe/Madrid	38.08767	-1.86465		Caserio Santa Ines,Caserío Santa Inés,Santa Ines,Santa Inés		31	MU	30015	
2511154	Santa Gertrudis	santa-gertrudis	ES	30815	0	Europe/Madrid	38.99802	1.43032				07	PM	07054	
2511155	Santa Gertrudis	santa-gertrudis	ES	30815	0	Europe/Madrid	37.67197	-1.65481		Caserio Santa Gertrudis,Caserío Santa Gertrudis,Santa Gertrudis		31	MU	30024	
2511158	Santa Fe de Mondújar	santa-fe-de-mondujar	ES	04420	429	Europe/Madrid	36.97479	-2.53126		Santa Fe,Santa Fe de Mondujar,Santa Fe de Mondújar	04081	51	AL	04081	
2511160	Santafé	santafe	ES	18320	15430	Europe/Madrid	37.18856	-3.71887				51	GR	18175	
2511162	Santa Eulària des Riu	santa-eularia-des-riu	ES	07840	31314	Europe/Madrid	38.98457	1.53409		Santa Eulalia del Rio,Santa Eulalia del Río,Santa Eularia del Riu,Santa Eularia des Riu,Santa Eulària del Riu,Santa Eulària des Riu,Santa-Ehulalija-del'-Rio,bin he sheng ai wu la li ya,santa aywlalya dyl ryw,Санта-Эулалия-дель-Рио,سانتا إيولاليا ديل ريو,滨河圣埃乌拉利亚	07054	07	PM	07054	
2511165	Santa Eulalia	santa-eulalia	ES	01439	0	Europe/Madrid	38.0662	-3.38436		Caserio Santa Eulalia,Caserío Santa Eulalia,Santa Eulalia		51	J	23092	
2511166	Santa Eugènia	santa-eugenia	ES	07142	1420	Europe/Madrid	39.62361	2.83864		Santa Eugenia,Santa Eugènia	07053	07	PM	07053	
2511167	Santa Eufemia	santa-eufemia	ES	14491	1015	Europe/Madrid	38.6	-4.9		Santa Eufemia	14061	51	CO	14061	
2511168	Santa Eufemia	santa-eufemia	ES	14491	0	Europe/Madrid	37.30066	-6.0357				51	SE	41070	
2511169	Santa Engracia	santa-engracia	ES	22751	0	Europe/Madrid	38.91148	-6.98477		Casa Santa Engracia,Santa Engracia		57	BA	06015	
2511170	Santaella	santaella	ES	14546	5933	Europe/Madrid	37.56294	-4.84362		Santaella	14060	51	CO	14060	
2511171	Santa Elena	santa-elena	ES	23213	996	Europe/Madrid	38.34162	-3.53953		Santa Elena	23076	51	J	23076	
2511172	Santa Elena	santa-elena	ES	23213	0	Europe/Madrid	38.26667	-6.03333		Caserio Santa Elena,Caserío Santa Elena,Santa Elena		57	BA	06074	
2511174	Santa Cruz de Tenerife	santa-cruz-de-tenerife	ES	38001	222417	Atlantic/Canary	28.46824	-16.25462	10	Sancta Crux Nivariae,Santa Cruz,Santa Cruz Tenerifekoa,Santa Cruz de Tenerife,Santa Cruz de Ténérife,Santa Krouth nte Tenerife,Santa Krus de Tenerife,Santa Kruz de Tenerife,Santa-Krus-de-Tenerife,Santa-Krus-deh-Tehnehryfeh,Santakrusa de Tenerife,TCI,Tenerife,Tenerifes Santa Krusas,Teneriffa,Tenerifės Santa Krusas,san ta kru sde te ne rife,santa kruja de teneriphe,santa krujha de teneripha,santa krusa de tenarifa,santa krws,santa krws dy tynyryfa,santa krwth dy tynyryfh,santa krwz dy tynyrf,santakeuluseudetenelipe,sheng ke lu si-de te nei li fei,snth qrws dh tnryph,Σάντα Κρουθ ντε Τενερίφε,Санта Круз де Тенерифе,Санта Крус де Тенерифе,Санта-Крус-де-Тенерифе,Санта-Крус-де-Тенеріфе,Санта-Крус-дэ-Тэнэрыфэ,סאנטא קרוז דע טענעריפע,סנטה קרוס דה טנריפה,سانتا كروث دي تينيريفه,سانتا كروس دى تينيريفا,سانتا کروز دی تینیرف,سانتا کروز ٹینرائف,سانتا کروس,सांता क्रुझ दे तेनेरीफ,सान्ता क्रूस दे तेनरीफ़,সান্টা ক্রুজ দে তেনেরিফে,ซานตากรุซเดเตเนรีเฟ,სანტა-კრუს-დე-ტენერიფე,サンタ・クルス・デ・テネリフェ,圣克鲁斯-德特内里费,산타크루스데테네리페	53	53	TF	38038	
2511175	Santa Cruz de Mudela	santa-cruz-de-mudela	ES	13730	4825	Europe/Madrid	38.64241	-3.4665		Santa Cruz de Mudela	13077	54	CR	13077	
2511176	Santa Cruz de Moya	santa-cruz-de-moya	ES	16336	384	Europe/Madrid	39.95	-1.26667		Santa Cruz de Moya	16194	54	CU	16194	
2511177	Santa Cruz de los Cáñamos	santa-cruz-de-los-canamos	ES	13327	637	Europe/Madrid	38.63759	-2.86618		Santa Cruz de los Canamos,Santa Cruz de los Cáñamos	13076	54	CR	13076	
2511178	Santa Cruz de la Zarza	santa-cruz-de-la-zarza	ES	45370	4755	Europe/Madrid	39.98104	-3.18787		Santa Cruz de la Zaraza,Santa Cruz de la Zarza,Santa-Krus-de-la-Sarsa,santa krwz dy la zarza,sheng ke lu si de la sa er sa,Санта-Крус-де-ла-Сарса,سانتا كروز دي لا زارزا,圣克鲁斯德拉萨尔萨	45156	54	TO	45156	
2511179	Santa Cruz de la Sierra	santa-cruz-de-la-sierra	ES	10260	311	Europe/Madrid	39.33635	-5.84561		Santa Cruz de la Sierra	10166	57	CC	10166	
2511180	Santa Cruz de la Palma	santa-cruz-de-la-palma	ES	38700	17084	Atlantic/Canary	28.68351	-17.76421		SPC,Santa Cruz de La Palma,Santa Cruz de la Palma,Santa-Krus-de-la-Pal'ma,Санта-Крус-де-ла-Пальма		53	TF	38037	
2511181	Santa Cruz del Comercio	santa-cruz-del-comercio	ES	18129	0	Europe/Madrid	37.06244	-3.97551				51	GR	18174	
2511186	Santa Cruz	santa-cruz	ES	14820	0	Europe/Madrid	37.73388	-4.63339		Santa Cruz		51	CO	14021	
2511187	Santa Cruz	santa-cruz	ES	14820	205	Europe/Madrid	37.01727	-2.60362				51	AL	04015	
2511188	Santa Clara	santa-clara	ES	19411	0	Europe/Madrid	37.94213	-7.01664		Caserio Santa Clara,Caserío Santa Clara,Santa Clara		51	H	21008	
2511189	Santa Clara	santa-clara	ES	19411	0	Europe/Madrid	37.30738	-7.43355		Caserio Santa Clara,Caserío Santa Clara,Santa Clara		51	H	21010	
2511202	Santa Brígida	santa-brigida	ES	14600	19154	Atlantic/Canary	28.03197	-15.50425		Santa Brigida,Santa Brígida	35021	53	GC	35021	
2511203	Santa Bárbara de Casa	santa-barbara-de-casa	ES	21570	0	Europe/Madrid	37.79665	-7.18735		Santa Barbara,Santa Barbara de Casa,Santa Barbara de Casas,Santa Bárbara,Santa Bárbara de Casa,Santa Bárbara de Casas	21068	51	H	21068	
2511206	Santa Bárbara	santa-barbara	ES	04662	0	Europe/Madrid	39.38333	-1.43333		Caserio Santa Barbara,Caserío Santa Bárbara,Santa Barbara,Santa Bárbara		60	V	46254	
2511207	Santa Bárbara	santa-barbara	ES	04662	0	Europe/Madrid	37.34944	-1.96613		Santa Barbara,Santa Bárbara		51	AL	04053	
2511209	Santa Ana la Real	santa-ana-la-real	ES	21359	0	Europe/Madrid	37.86245	-6.72385		Santa Ana la Real	21067	51	H	21067	
2511210	Santa Ana de Pusa	santa-ana-de-pusa	ES	45653	417	Europe/Madrid	39.76238	-4.70904		Santa Ana de Pusa	45155	54	TO	45155	
2511215	Santa Ana	santa-ana	ES	02328	333	Europe/Madrid	39.30823	-5.99027		Santa Ana	10165	57	CC	10165	
2511216	Santa Ana	santa-ana	ES	02328	0	Europe/Madrid	38.90071	-1.98956				54	AB	02003	
2511217	Santa Ana	santa-ana	ES	02328	0	Europe/Madrid	38.67886	-2.10478		Santa Ana		54	AB	02006	
2511218	Santa Ana	santa-ana	ES	02328	0	Europe/Madrid	38.65	-6.48333		Caserio Santa Ana,Caserío Santa Ana,Santa Ana		57	BA	06002	
2511219	Santa Ana	santa-ana	ES	02328	0	Europe/Madrid	38.3	-0.61667		Caserio Santa Ana,Caserío Santa Ana,Santa Ana		60	A	03065	
2511220	Santa Ana	santa-ana	ES	02328	0	Europe/Madrid	37.66421	-1.01381		Caserio Santa Aua,Caserío Santa Aua,Santa Ana		31	MU	30016	
2511221	Santa Ana	santa-ana	ES	02328	0	Europe/Madrid	37.4615	-3.88437		Santa Ana		51	J	23002	
2511222	Santa Amalia	santa-amalia	ES	06410	4361	Europe/Madrid	39.01118	-6.01158			06120	57	BA	06120	
2511224	Santa Águeda	santa-agueda	ES	33171	0	Europe/Madrid	38.16667	-0.78333		Barrio de Santa Agueda,Ermita de Santa Agueda,Santa Agueda,Santa Águeda		60	A	03055	
2511226	San Simón	san-simon	ES	32812	0	Atlantic/Canary	28.59516	-17.77286		San Simon,San Simón		53	TF	38053	
2511503	Salobreña	salobrena	ES	18680	12747	Europe/Madrid	36.74277	-3.58717		Salobrena,Salobreña	18173	51	GR	18173	
2511227	San Silvestre de Guzmán	san-silvestre-de-guzman	ES	21591	624	Europe/Madrid	37.3877	-7.34908		San Silvestre de Guzman,San Silvestre de Guzmán	21066	51	H	21066	
2511237	San Roque	san-roque	ES	03360	0	Europe/Madrid	38.87886	-6.95796		Barriada San Roque,San Roque		57	BA	06015	
2511238	San Roque	san-roque	ES	03360	0	Europe/Madrid	36.83759	-2.9694		Barriada San Roque		51	AL	04029	
2511239	San Roque	san-roque	ES	03360	29249	Europe/Madrid	36.21067	-5.38415		San Roque	11033	51	CA	11033	
2511240	San Roque	san-roque	ES	03360	0	Atlantic/Canary	28	-15.45		San Roque		53	GC	35026	
2511242	San Rafael	san-rafael	ES	33195	0	Europe/Madrid	36.93582	-5.91105		Caserio San Rafael,Caserío San Rafael,San Rafael		51	SE	41020	
2511246	San Pedro de Mérida	san-pedro-de-merida	ES	06893	791	Europe/Madrid	38.95007	-6.18645		San Pedro de Merida,San Pedro de Mérida	06119	57	BA	06119	
2511247	San Pedro del Pinatar	san-pedro-del-pinatar	ES	30740	23738	Europe/Madrid	37.83568	-0.79102		San Pedro del Pintar	30036	31	MU	30036	
2511249	San Pedro de Daute	san-pedro-de-daute	ES	38460	0	Atlantic/Canary	28.36667	-16.75		San Pedro de Dante,San Pedro de Daute		53	TF	38015	
2511264	San Pedro	san-pedro	ES	02326	0	Europe/Madrid	39.36777	-7.29072		Barrio de San Pedro,San Pedro		57	CC	10203	
2511265	San Pedro	san-pedro	ES	02326	1277	Europe/Madrid	38.82493	-2.18276		San Pedro		54	AB	02022	
2511266	San Pedro	san-pedro	ES	02326	0	Europe/Madrid	37.2386	-2.79147		Caserio San Pedro,Caserío San Pedro,San Pedro		51	GR	18023	
2511267	San Pedro	san-pedro	ES	02326	0	Europe/Madrid	36.90346	-1.98076		Caserio San Pedro,Caserío San Pedro		51	AL	04066	
2511268	San Pedro	san-pedro	ES	02326	0	Atlantic/Canary	28.66089	-17.79006				53	TF	38008	
2511269	San Pedro	san-pedro	ES	02326	0	Atlantic/Canary	28.08099	-15.67153				53	GC	35001	
2511274	San Nicolás del Puerto	san-nicolas-del-puerto	ES	41388	0	Europe/Madrid	38	-5.65		San Nicolas del Puerto,San Nicolás del Puerto	41088	51	SE	41088	
2511277	San Miguel de Salinas	san-miguel-de-salinas	ES	03193	6281	Europe/Madrid	37.97972	-0.78904		San Miguehl',San Miguel,San Miguel de Salinas,Sant Miquel de Salines,Сан Мигуэль	03120	60	A	03120	
2511278	San Miguel de Geneto	san-miguel-de-geneto	ES	38296	0	Atlantic/Canary	28.45856	-16.32524		San Miguel de Geneto		53	TF	38023	
2511284	Sant Miquel de Balansat	sant-miquel-de-balansat	ES	07815	0	Europe/Madrid	39.05372	1.43689		Sant Miguel de Balansat,Sant Miquel de Balansat		07	PM	07050	
2511285	San Miguel	san-miguel	ES	01213	0	Europe/Madrid	37.76175	-6.75617		Caserio San Miguel,Caserío San Miguel,San Miguel		51	H	21004	
2511286	San Miguel	san-miguel	ES	01213	0	Atlantic/Canary	28.387	-16.53864				53	TF	38026	
2511287	San Miguel De Abona	san-miguel-de-abona	ES	38620	16179	Atlantic/Canary	28.09826	-16.61708		San Miguel De Abona		53	TF	38035	
2511289	San Martín de Pusa	san-martin-de-pusa	ES	45170	790	Europe/Madrid	39.78404	-4.63252		San Martin de Pusa,San Martín de Pusa	45152	54	TO	45152	
2511290	San Martín de Montalbán	san-martin-de-montalban	ES	45165	745	Europe/Madrid	39.70186	-4.38796		San Martin de Montalban,San Martín de Montalbán	45151	54	TO	45151	
2511292	San Martín de Boniches	san-martin-de-boniches	ES	16370	89	Europe/Madrid	39.9	-1.56667		San Martin de Boniches,San Martín de Boniches	16192	54	CU	16192	
2511296	San Martín	san-martin	ES	20211	0	Europe/Madrid	37.96962	-2.99989		Caserio San Martin,Caserío San Martín,San Martin,San Martín		51	J	23028	
2511297	San Martín	san-martin	ES	20211	0	Europe/Madrid	36.3429	-5.31874		El Tesorillo,San Martin,San Martín		51	CA	11021	
2511301	San Luis de Sabinillas	san-luis-de-sabinillas	ES	29692	0	Europe/Madrid	36.36781	-5.22803		San Luis de Sabinilla		51	MA	29068	
2511302	Sant Lluís	sant-lluis	ES	07710	5865	Europe/Madrid	39.84939	4.25819		San Luis,San-Luis,Sant Lluis,Sant Lluís,san lwys,sang te liu yi si,Сан-Луис,سان لويس,桑特柳伊斯	07052	07	PM	07052	
2511303	San Luis	san-luis	ES	33728	0	Atlantic/Canary	28.51944	-16.35386				53	TF	38046	
2511304	Sanlúcar la Mayor	sanlucar-la-mayor	ES	41800	12749	Europe/Madrid	37.38758	-6.20346		Sanlucar la Mayor,Sanlúcar la Mayor	41087	51	SE	41087	
2511305	Sanlúcar de Guadiana	sanlucar-de-guadiana	ES	21595	363	Europe/Lisbon	37.47268	-7.46546		Salucar de Guadiana,Sanlucar de Guadiana,Sanlúcar de Guadiana	21065	51	H	21065	
2511306	Sanlúcar de Barrameda	sanlucar-de-barrameda	ES	11540	65805	Europe/Madrid	36.77808	-6.3515		San Lucar de Barrameda,Sanlucar de Barrameda,Sanlukar de Barameda,Sanlukar-de-Barrameda,Sanlúcar de Barrameda,Sunlucar de Barrameda,san luk arde bar ra me da,sang lu ka er de wa la mei da,sanlukaleudebalameda,shlwqt,Санлукар де Барамеда,Санлукар-де-Баррамеда,شلوقة,ซานลูการ์เดบาร์ราเมดา,სანლუკარ-დე-ბარამედა,サンルーカル・デ・バラメーダ,桑卢卡尔德瓦拉梅达,산루카르데바라메다		51	CA	11032	
2511308	San Lorenzo de la Parrilla	san-lorenzo-de-la-parrilla	ES	16770	1313	Europe/Madrid	39.85129	-2.36079		San Lorenzo de la Parilla,San Lorenzo de la Parrilla	16191	54	CU	16191	
2511309	Sant Llorenç des Cardassar	sant-llorenc-des-cardassar	ES	07530	0	Europe/Madrid	39.61009	3.2838		San Lorenzo,Sant Llorenc,Sant Llorenc del Cardassar,Sant Llorenc des Cardassar,Sant Llorenç,Sant Llorenç del Cardassar,Sant Llorenç des Cardassar	07051	07	PM	07051	
2511310	San Lorenzo de Calatrava	san-lorenzo-de-calatrava	ES	13779	277	Europe/Madrid	38.47681	-3.82605		San Lorenzo,San Lorenzo de Calatrava	13075	54	CR	13075	
2511313	San Lorenzo	san-lorenzo	ES	24415	0	Atlantic/Canary	28.07668	-15.47673				53	GC	35016	
2511318	San Lázaro	san-lazaro	ES	15948	0	Europe/Madrid	37.41667	-5.96667		Caserio San Lazaro,Caserío San Lázaro,San Lazaro,San Lázaro		51	SE	41091	
2511319	San Lázaro	san-lazaro	ES	15948	0	Europe/Madrid	36.91619	-5.70494		Cortijada San Lazaro,Cortijada San Lázaro,San Lazaro,San Lázaro		51	CA	11041	
2511324	San Julián	san-julian	ES	24526	0	Europe/Madrid	37.69612	-1.63335		Caserio San Julian,Caserío San Julián,San Julian,San Julián		31	MU	30024	
2511325	San Juan del Reparo	san-juan-del-reparo	ES	38459	0	Atlantic/Canary	28.35796	-16.75784		San Juan del Reparo		53	TF	38015	
2511326	San Juan del Puerto	san-juan-del-puerto	ES	21610	6834	Europe/Madrid	37.31667	-6.84139		Juan del Puerto,San Juan,San Juan del Puerto	21064	51	H	21064	
2511327	San Juan de la Rambla	san-juan-de-la-rambla	ES	38420	5007	Atlantic/Canary	28.39276	-16.65015		Juan de Rambla,San Juan de Rambla,San Juan de la Rambla		53	TF	38026	
2511329	San Juan de Aznalfarache	san-juan-de-aznalfarache	ES	41920	20779	Europe/Madrid	37.35813	-6.03731		San Juan de Aznalfarache,San-Khuan-de-Asnal'farache,sheng hu an de ya si na er fa la qie,Сан-Хуан-де-Аснальфараче,圣胡安德亚斯纳尔法拉切	41086	51	SE	41086	
2511331	Sant Joan de Labritja	sant-joan-de-labritja	ES	07810	4838	Europe/Madrid	39.07891	1.51397		San Juan,San Juan Bautista,Sant Joan de Labritja	07050	07	PM	07050	
2511347	Sant Joan	sant-joan	ES	07240	0	Europe/Madrid	39.59621	3.0392		Sant Joan	07049	07	PM	07049	
2511348	San Juan	san-juan	ES	15339	0	Europe/Madrid	39.53333	-1.16667				60	V	46213	
2511349	San Juan	san-juan	ES	15339	0	Europe/Madrid	38.61925	-0.87841		Casas San Juan,San Juan		60	A	03140	
2511353	San José	san-jose	ES	03360	0	Europe/Madrid	38.1	-3.61667		Barrio San Jose,Barrio San José,Fundicion de San Jose,Fundición de San Jose,San Jose,San José		51	J	23055	
2511354	San José	san-jose	ES	03360	0	Europe/Madrid	37.60715	-5.71603		Caserios San Jose,Caseríos San José,San Jose,San José		51	SE	41092	
2511355	San José de la Rinconada	san-jose-de-la-rinconada	ES	41300	0	Europe/Madrid	37.48575	-5.94205		San Jose,San Jose de la Rinconada,San José,San José de la Rinconada		51	SE	41081	
2511356	San José	san-jose	ES	03360	0	Europe/Madrid	37.49216	-4.05172		Caserio San Jose,Caserío San José		51	CO	14004	
2511357	San José	san-jose	ES	03360	1012	Europe/Madrid	36.76048	-2.10912	23	Caserio San Jose,Caserío San José,San Khose,Сан Хосе		51	AL	04066	
2511360	San Jorge	san-jorge	ES	22283	0	Europe/Madrid	38.64497	-7.05798				57	BA	06095	
2511366	San Javier	san-javier	ES	30730	31432	Europe/Madrid	37.80626	-0.83736		MJV,San Javier	30035	31	MU	30035	
2511367	San Isidro	san-isidro	ES	24855	0	Europe/Madrid	38.53187	-6.3473		Casas de San Isidro,San Isidro		57	BA	06149	
2511368	San Isidro	san-isidro	ES	24855	0	Europe/Madrid	37.65585	-1.08659		Caserio San Isidro,Caserío San Isidro,San Isidro		31	MU	30016	
2511369	San Isidro	san-isidro	ES	24855	0	Atlantic/Canary	28.41575	-16.31958				53	TF	38032	
2511370	San Isidro	san-isidro	ES	24855	0	Atlantic/Canary	28.13467	-15.6605				53	GC	35009	
2511371	San Isidro	san-isidro	ES	24855	19541	Atlantic/Canary	28.07617	-16.558		San Isidro,Сан Исидро		53	TF	38017	
2511376	Sangonera la Verde	sangonera-la-verde	ES	30833	9648	Europe/Madrid	37.92862	-1.20794		Ermita Nueva,Sangonera la Verde		31	MU	30030	
2511377	San Ginés de la Jara	san-gines-de-la-jara	ES	30382	0	Europe/Madrid	37.64106	-0.82278		San Gines de la Jara,San Ginés de la Jara		31	MU	30016	
2511381	Sant Francesc de Formentera	sant-francesc-de-formentera	ES	07860	2656	Europe/Madrid	38.70566	1.42893		San Francisco,San Francisco Javier,Sant Francesc,Sant Francesc de Formentera	07024	07	PM	07024	
2511386	San Francisco	san-francisco	ES	04600	0	Europe/Madrid	36.5484	-4.61941		Las Chozas		51	MA	29054	
2511388	San Fernando	san-fernando	ES	11100	96366	Europe/Madrid	36.4759	-6.19817		San Fernanando,San Fernando,San Fernando i Spania,San-Fernando,san frnandw  qads,sheng fei er nan duo,Сан Фернандо,Сан-Фернандо,سان فرناندو، قادس,サン・フェルナンド,圣费尔南多	11031	51	CA	11031	
2511389	San Fernando	san-fernando	ES	11100	0	Atlantic/Canary	28.09046	-15.58368				53	GC	35013	
2511392	San Felipe	san-felipe	ES	35414	0	Atlantic/Canary	28.371	-16.7215		San Felipe		53	TF	38022	
2511393	San Felipe	san-felipe	ES	35414	0	Atlantic/Canary	28.14542	-15.59492				53	GC	35023	
2511394	Sanet y Negrals	sanet-y-negrals	ES	03769	642	Europe/Madrid	38.81967	-0.03406		Sanet i els Negrals,Sanet y Negrals	03117	60	A	03117	
2511396	Sancti Spíritus	sancti-spiritus	ES	06655	239	Europe/Madrid	38.92592	-5.14671		Sancti Spiritus,Sancti Spíritus		57	BA	06114	
2511400	Sancti Petri	sancti-petri	ES	11139	0	Europe/Madrid	36.39255	-6.20453		Santi Petri		51	CA	11015	
2511401	La Laguna	la-laguna	ES	39556	150661	Atlantic/Canary	28.4853	-16.32014		La Laguna,La-Laguna,San Cristobal de La Laguna,San Cristóbal de La Laguna,Ла-Лагуна		53	TF	38023	
2511410	Sant Climent	sant-climent	ES	07712	0	Europe/Madrid	39.87159	4.208				07	PM	07032	
2511411	San Clemente	san-clemente	ES	16600	6765	Europe/Madrid	39.4041	-2.42819		San Clemente	16190	54	CU	16190	
2511412	San Clemente	san-clemente	ES	16600	0	Europe/Madrid	37.87429	-2.65698				51	GR	18098	
2511420	Sencelles	sencelles	ES	07140	2656	Europe/Madrid	39.64598	2.89769		Sencelles	07047	07	PM	07047	
2511423	San Carlos del Valle	san-carlos-del-valle	ES	13247	1215	Europe/Madrid	38.84399	-3.24148		San Carlos del Valle	13074	54	CR	13074	
2511427	San Carlos	san-carlos	ES	03370	0	Europe/Madrid	36.48333	-6.2		Casa de San Carlos,Caserio de San Carlos,Poblacion de San Carlos,Población de San Carlos,San Carlos		51	CA	11031	
2511428	Sant Carles de Peralta	sant-carles-de-peralta	ES	07850	3195	Europe/Madrid	39.03454	1.56527		San Carlos		07	PM	07054	
2511429	San Calixto	san-calixto	ES	14749	0	Europe/Madrid	37.95	-5.31667		San Calixto		51	CO	14036	
2511430	San Borondón	san-borondon	ES	35212	0	Atlantic/Canary	28.63424	-17.93177		San Borondon,San Borondón		53	TF	38045	
2511434	San Blas	san-blas	ES	20400	0	Europe/Madrid	37.80594	-0.80705		Caserio San Blas,Caserío San Blas,San Blas		31	MU	30035	
2511435	San Bernardo	san-bernardo	ES	33611	0	Europe/Madrid	39.86667	-4.05		Palacio San Bernardo,San Bernardo		54	TO	45168	
2511437	San Benito de la Contienda	san-benito-de-la-contienda	ES	06106	0	Europe/Madrid	38.63329	-7.15727		San Benito de la Contienda		57	BA	06095	
2511438	San Benito	san-benito	ES	13415	0	Europe/Madrid	38.94356	-1.10842		San Benito		60	V	46044	
2511439	San Benito	san-benito	ES	13415	0	Europe/Madrid	38.5649	-4.6771		San Benito		54	CR	13015	
2511441	San Bartolomé de la Torre	san-bartolome-de-la-torre	ES	21510	2981	Europe/Madrid	37.44515	-7.10597		San Bartolome de la Torre,San Bartolomé de la Torre	21063	51	H	21063	
2511442	San Bartolomé de las Abiertas	san-bartolome-de-las-abiertas	ES	45654	458	Europe/Madrid	39.82972	-4.71901		San Bartolome de las Abiertas,San Bartolomé de las Abiertas	45150	54	TO	45150	
2511444	San Bartolomé	san-bartolome	ES	03314	0	Europe/Madrid	38.09427	-0.86129		Caserio San Bartolome,Caserío San Bartolomé,San Bartolome,San Bartolomé		60	A	03099	
2511445	San Bartolomé	san-bartolome	ES	03314	0	Europe/Madrid	38.02734	-3.32231		Caserio San Bartolome,Caserío San Bartolomé,San Bartolome,San Bartolomé		51	J	23092	
2511446	San Bartolomé	san-bartolome	ES	03314	0	Europe/Madrid	37.73287	-4.21423		Casa de San Bartolome,Casa de San Bartolomé,San Bartolome,San Bartolomé		51	J	23077	
2511447	San Bartolomé	san-bartolome	ES	03314	18517	Atlantic/Canary	29.00093	-13.613		San - Bartolome,San Bartolome,San Bartolomé,Сан - Бартоломе	35018	53	GC	35018	
2511448	Sant Antoni de Portmany	sant-antoni-de-portmany	ES	07820	21852	Europe/Madrid	38.98068	1.30362		Bahia de San Antonio,San Antonio,San Antonio Abad,San-Antonio-Abad,Sant Antoni de Portmany,san antwnyw abad,sang tan tuo ni de bo er te ma ni,Сан-Антонио-Абад,سان أنطونيو أباد,桑坦托尼德波尔特马尼	07046	07	PM	07046	
2511453	San Antonio	san-antonio	ES	14620	0	Europe/Madrid	39.93425	-0.04542		Caserio San Antonio,Caserío San Antonio,San Antonio		60	CS	12009	
2511454	San Antonio	san-antonio	ES	14620	0	Europe/Madrid	39.53333	-1.15		San Antonio		60	V	46213	
2511455	San Antonio	san-antonio	ES	14620	0	Europe/Madrid	38.7	0.03333		Casas San Antonio,San Antonio		60	A	03041	
2511456	San Antonio	san-antonio	ES	14620	0	Europe/Madrid	38.51667	-0.23333		Caserio San Antonio,Caserío San Antonio,San Antonio		60	A	03139	
2511457	San Antonio	san-antonio	ES	14620	0	Europe/Madrid	37.77766	-3.70361		Cortijo San Antonio,Cortijo de San Antonio,San Antonio		51	J	23038	
2511458	San Antonio	san-antonio	ES	14620	0	Europe/Madrid	37.74963	-3.96819		Caserio San Antonio,Caserío San Antonio,Cortijo de San Antonio,San Antonio		51	J	23087	
2511459	San Antonio	san-antonio	ES	14620	0	Atlantic/Canary	28.65	-17.76667				53	TF	38009	
2511462	San Andrés	san-andres	ES	26126	0	Atlantic/Canary	28.79782	-17.75888				53	TF	38033	
2511463	San Andrés	san-andres	ES	26126	0	Atlantic/Canary	28.5033	-16.19413		San Andres,San Andrés		53	TF	38038	
2511464	San Andrés	san-andres	ES	26126	0	Atlantic/Canary	28.5	-16.18333				53	TF	38038	
2511465	San Andrés	san-andres	ES	26126	0	Atlantic/Canary	27.7709	-17.95363				53	TF	38048	
2511474	Salvatierra de Santiago	salvatierra-de-santiago	ES	10189	369	Europe/Madrid	39.30363	-6.03206		Salvatierra de Santiago	10163	57	CC	10163	
2511475	Salvatierra de los Barros	salvatierra-de-los-barros	ES	06175	1889	Europe/Madrid	38.49091	-6.68423		Salvatierra,Salvatierra de los Barros	06117	57	BA	06117	
2511477	Salvaleón	salvaleon	ES	06174	2172	Europe/Madrid	38.5102	-6.78627		Salvaleon,Salvaleón	06116	57	BA	06116	
2511481	Salto de Villora	salto-de-villora	ES	16372	0	Europe/Madrid	39.7	-1.6		Salto de Villora		54	CU	16082	
2511495	Salteras	salteras	ES	41909	3814	Europe/Madrid	37.4206	-6.11049		Salteras	41085	51	SE	41085	
2511498	Salorino	salorino	ES	10570	796	Europe/Madrid	39.48018	-7.00758		Salorino	10162	57	CC	10162	
2511507	Salobre	salobre	ES	02316	621	Europe/Madrid	38.59297	-2.55038		Salobre	02070	54	AB	02070	
2511516	Salmerón	salmeron	ES	19126	0	Europe/Madrid	38.3351	-1.69523		Caserio Salmeron,Caserío Salmerón,Salmeron,Salmerón		31	MU	30028	
2511535	Salinas	salinas	ES	03638	1422	Europe/Madrid	38.52025	-0.91202		Salinas	03116	60	A	03116	
2511541	Saleres	saleres	ES	18658	0	Europe/Madrid	36.9302	-3.59708				51	GR	18902	
2511543	Salem	salem	ES	46843	482	Europe/Madrid	38.8521	-0.37977		Salem		60	V	46150	
2511547	Salares	salares	ES	29714	217	Europe/Madrid	36.85463	-4.02434			29085	51	MA	29085	
2511550	Santa Cruz	santa-cruz	ES	14820	2516	Europe/Madrid	38.0218	-1.05749	40	Huerta de Santa Cruz,Pedania de Santa Cruz,Pedanía de Santa Cruz,SC,Santa Cruz,Santa Cruz (Murcia)		31	MU	30030	
2511551	Salar	salar	ES	18310	2772	Europe/Madrid	37.15036	-4.06576		Salar	18171	51	GR	18171	
2511621	Sagra	sagra	ES	03795	425	Europe/Madrid	38.81102	-0.06559		Sagra	03115	60	A	03115	
2511623	Saelices	saelices	ES	16430	655	Europe/Madrid	39.92061	-2.80502		Saelices	16186	54	CU	16186	
2511626	Saceruela	saceruela	ES	13414	686	Europe/Madrid	38.94382	-4.60768		Saceruela	13073	54	CR	13073	
2511629	Sacañet	sacanet	ES	12469	147	Europe/Madrid	39.86667	-0.71667		Sacanel,Sacanet,Sacanyet,Sacañel,Sacañet	12097	60	CS	12097	
2511633	Sabiote	sabiote	ES	23410	4134	Europe/Madrid	38.06916	-3.31448		Sabiote		51	J	23092	
2511634	Sabinosa	sabinosa	ES	38912	0	Atlantic/Canary	27.75	-18.1		Sabinosa		53	TF	38013	
2511649	Rute	rute	ES	14960	10559	Europe/Madrid	37.3269	-4.36827		Rute,Rute foersamling,Rute församling	14058	51	CO	14058	
2511651	Rus	rus	ES	23430	3727	Europe/Madrid	38.04759	-3.46254		Rus	23074	51	J	23074	
2511660	Ruigómez	ruigomez	ES	38435	0	Atlantic/Canary	28.33333	-16.78333		Ruigomez,Ruigómez		53	TF	38044	
2511661	Ruidera	ruidera	ES	13249	598	Europe/Madrid	38.97775	-2.88321		Ruidera	13902	54	CR	13902	
2511662	Rugat	rugat	ES	46842	196	Europe/Madrid	38.87933	-0.36115		Rugat	46219	60	V	46219	
2511665	Rubite	rubite	ES	18711	0	Europe/Madrid	36.83502	-4.10014		Rubite		51	MA	29087	
2511666	Rubite	rubite	ES	18711	507	Europe/Madrid	36.80947	-3.34816		Rubite	18170	51	GR	18170	
2511670	Rubielos Bajos	rubielos-bajos	ES	16212	0	Europe/Madrid	39.45	-2.03333		Rubielos Bajos		54	CU	16908	
2511671	Rubielos Altos	rubielos-altos	ES	16212	0	Europe/Madrid	39.46667	-2.03333		Rubielos Altos		54	CU	16908	
2511674	Rubiales	rubiales	ES	44121	0	Europe/Madrid	38.37248	-5.92077		Cortijos Rubiales,Rubiales		57	BA	06065	
2511675	Rubiales	rubiales	ES	44121	0	Europe/Madrid	38.22435	-3.22713		Caserio Rubiales,Caserío Rubiales,Rubiales		51	J	23079	
2511680	Ruanes	ruanes	ES	10272	80	Europe/Madrid	39.32814	-6.01347		Ruanes	10161	57	CC	10161	
2511681	Rozalén del Monte	rozalen-del-monte	ES	16452	94	Europe/Madrid	39.99083	-2.80525		Rozalen del Monte,Rozalén del Monte	16181	54	CU	16181	
2511685	Royo-Odrea	royo-odrea	ES	02125	0	Europe/Madrid	38.55017	-2.12113		Caserio Royo-Odrea,Caserío Royo-Odrea,Royo-Odrea		54	AB	02011	
2511694	Roturas	roturas	ES	10373	0	Europe/Madrid	39.55624	-5.47732		Roturas		57	CC	10033	
2511695	Rótova	rotova	ES	46725	1277	Europe/Madrid	38.93205	-0.25765		Rotova,Ròtova,Rótova	46218	60	V	46218	
2511700	Rota	rota	ES	11520	29179	Europe/Madrid	36.62545	-6.3622		ROZ,Rota,Рота	11030	51	CA	11030	
2511704	Rosalejo	rosalejo	ES	10391	1376	Europe/Madrid	39.4366	-4.90821		Caserio Rosalejo,Caserío Rosalejo,Rosalejo		57	CC		
2511705	Rosal de la Frontera	rosal-de-la-frontera	ES	21250	1846	Europe/Madrid	37.96754	-7.21889		El Rosal de la Frontera,Rosal,Rosal de la Frontera	21062	51	H	21062	
2511712	Róquez	roquez	ES	04825	0	Europe/Madrid	37.56643	-2.27725		Caserio Roquez,Caserío Roquez,Roquez,Róquez		51	AL	04037	
2511716	Roquetas de Mar	roquetas-de-mar	ES	04740	82665	Europe/Madrid	36.76419	-2.61475		Roketas de Mar,Roketas-de-Mar,Roquetas,Roquetas de Mar,luo ke ta si de ma er,rktas d mar,rwkwytas dy mar,Рокетас де Мар,Рокетас-де-Мар,روكويتاس دي مار,رکتاس د مار,ロケタス・デ・マル,罗克塔斯德马尔	04079	51	AL	04079	
2511719	Roque Negro	roque-negro	ES	38139	0	Atlantic/Canary	28.53333	-16.21667		Roque Negro		53	TF	38038	
2511730	Ronda	ronda	ES	29400	36827	Europe/Madrid	36.74231	-5.16709		RRA,Ronda,Ронда	29084	51	MA	29084	
2511731	Romilla	romilla	ES	18339	0	Europe/Madrid	37.20196	-3.79397				51	GR	18059	
2511743	Romangordo	romangordo	ES	10359	158	Europe/Madrid	39.74199	-5.70081		Romangordo	10160	57	CC	10160	
2511745	Roma	roma	ES	46390	0	Europe/Madrid	39.51667	-1.15		Caserio Roma,Caserío Roma,Roma		60	V	46213	
2511749	Roldán	roldan	ES	30709	0	Europe/Madrid	37.79804	-1.00975		Roldan,Roldán		31	MU	30037	
2511752	Rojales	rojales	ES	03170	20510	Europe/Madrid	38.08799	-0.72544		Rojales,Rojals,Rokhales,Roxales,luo ha lai si,rkhals,Рохалес,Ռոխալես,رخالس,罗哈莱斯	03113	60	A	03113	
2511758	Cabo Roig	cabo-roig	ES	03189	0	Europe/Madrid	37.9136	-0.72304				60	A	03099	
2511763	Roda	roda	ES	30739	0	Europe/Madrid	37.77176	-0.85889		Roda		31	MU	30035	
2511771	Rocafort	rocafort	ES	46111	6049	Europe/Madrid	39.53333	-0.4		Rocafort	46216	60	V	46216	
2511774	Robledollano	robledollano	ES	10371	380	Europe/Madrid	39.60962	-5.50855		Robledollano	10159	57	CC	10159	
2511775	Robledo del Mazo	robledo-del-mazo	ES	45674	451	Europe/Madrid	39.60986	-4.90503		Robledo del Mazo		54	TO	45162	
2511776	Robledo del Buey	robledo-del-buey	ES	45138	0	Europe/Madrid	39.5717	-4.7068		Robledo del Buey		54	TO	45113	
2511779	Robledo	robledo	ES	02340	420	Europe/Madrid	38.75807	-2.45042		Robledo	02068	54	AB	02068	
2511781	Robledillo de Trujillo	robledillo-de-trujillo	ES	10269	462	Europe/Madrid	39.26956	-5.98001		Robledillo de Trujillo	10158	57	CC	10158	
2511786	Robledillo	robledillo	ES	05130	0	Europe/Madrid	39.60132	-4.82725		Caserio Robledillo,Caserío Robledillo,Robledillo		54	TO	45148	
2511801	Risco Blanco	risco-blanco	ES	35280	0	Atlantic/Canary	27.93925	-15.55791				53	GC	35019	
2511816	Ríos de Abajo	rios-de-abajo	ES	12469	0	Europe/Madrid	39.9	-0.68333		Caserio Rios de Abajo,Caserío Ríos de Abajo,Rios de Abajo,Ríos de Abajo		60	CS	12110	
2511818	Riópar	riopar	ES	02450	1504	Europe/Madrid	38.5	-2.45		Riopar,Riópar	02067	54	AB	02067	
2511822	Ríolobos	riolobos	ES	10693	1330	Europe/Madrid	39.92074	-6.30397		Riolobos,Ríolobos		57	CC	10155	
2511823	Riola	riola	ES	46417	1706	Europe/Madrid	39.2	-0.33333		Riola	46215	60	V	46215	
2511824	Rioja	rioja	ES	04260	1331	Europe/Madrid	36.94508	-2.46302		Rioja	04078	51	AL	04078	
2511825	Ríogordo	riogordo	ES	29180	2954	Europe/Madrid	36.91727	-4.29318		Riogordo,Ríogordo		51	MA	29083	
2511831	Ríofrío	riofrio	ES	05190	0	Europe/Madrid	37.52274	-4.57859		Caserios de Riofrio,Caseríos de Riofrio,Riofrio,Ríofrío		51	CO	14042	
2511840	Río	rio	ES	38294	0	Europe/Madrid	36.80134	-3.94045		Caserio Rio,Caserío Río,Rio,Río		51	MA	29091	
2511843	Rincones	rincones	ES	11520	0	Europe/Madrid	37.76916	-3.07153		Barrio Rincones,Rincones		51	J	23045	
2511844	Rincón de Tallante	rincon-de-tallante	ES	30398	24	Europe/Madrid	37.63333	-1.16667		Caserio Rincon de Tallante,Caserío Rincón de Tallante,Rincon de Tallante,Rincón de Tallante		31	MU	30016	
2511852	Rincón de la Victoria	rincon-de-la-victoria	ES	29730	38666	Europe/Madrid	36.71715	-4.27583		Bezmiliana,Rinkon-de-la-Viktoria,Rinkon-de-la-Viktorija,lin kong de la wei ke tuo li ya,rynkwn dy la fyktwrya,Ринкон-де-ла-Викториа,Ринкон-де-ла-Виктория,Рінкон-де-ла-Вікторія,رينكون دي لا فيكتوريا,林孔德拉维克托里亚	29082	51	MA	29082	
2511862	Rincón	rincon	ES	33518	0	Europe/Madrid	38.03385	-2.99796				51	J	23080	
2511869	Ricote	ricote	ES	30610	1492	Europe/Madrid	38.15338	-1.36557		Ricote	30034	31	MU	30034	
2511873	Ribera del Fresno	ribera-del-fresno	ES	06225	3291	Europe/Madrid	38.55177	-6.23768		Ribera del Fresno	06113	57	BA	06113	
2511874	Ribera Baja	ribera-baja	ES	01213	0	Europe/Madrid	37.4496	-3.8354		La Ribera Baja,Ribera Baja		51	J	23002	
2511877	Ribera Alta	ribera-alta	ES	14512	0	Europe/Madrid	37.46508	-3.83922		La Ribera Alta,Ribera Alta		51	J	23002	
2511905	Retuerta de Bullaque	retuerta-de-bullaque	ES	13194	1049	Europe/Madrid	39.46363	-4.41363		Retuerta,Retuerta de Bullaque,Returta		54	CR	13072	
2511913	Retamosa	retamosa	ES	10372	0	Europe/Madrid	39.57033	-5.54069		Retamosa		57	CC	10033	
2511918	Retamar	retamar	ES	04131	0	Europe/Madrid	38.66794	-4.22817		Retamar		54	CR	13015	
2511925	Restábal	restabal	ES	18658	0	Europe/Madrid	36.92931	-3.58283				51	GR	18902	
2511930	Requena	requena	ES	46340	21278	Europe/Madrid	39.48834	-1.10044		Rekena,Requena,lei ke na,rekena,Рекена,レケナ,雷克纳	46213	60	V	46213	
2511933	Reolid	reolid	ES	02316	0	Europe/Madrid	38.62126	-2.56841		Reolid		54	AB	02070	
2511936	Rena	rena	ES	06715	646	Europe/Madrid	39.05252	-5.80868			06111	57	BA	06111	
2511940	Relleu	relleu	ES	03578	987	Europe/Madrid	38.58725	-0.31157		Relleu	03112	60	A	03112	
2511943	Rejano	rejano	ES	41658	0	Europe/Madrid	37.35145	-2.66859				51	GR	18039	
2511946	Reina	reina	ES	06970	189	Europe/Madrid	38.18333	-5.95		Reina	06110	57	BA	06110	
2511947	Reíllo	reillo	ES	16390	118	Europe/Madrid	39.9	-1.86667		Reillo,Reíllo	16177	54	CU	16177	
2511969	Redován	redovan	ES	03370	6507	Europe/Madrid	38.11619	-0.90981		Redova,Redovan,Redovà,Redován,lei duo wan,rdwban,Редован,ردوبان,雷多万	03111	60	A	03111	
2511987	Rebolledo	rebolledo	ES	39418	0	Europe/Madrid	38.35	-0.61667		Caserio Rebolledo,Caserío Rebolledo,Rebolledo		60	A	03014	
2511989	Rebollar	rebollar	ES	10617	0	Europe/Madrid	39.46667	-1				60	V	46213	
2511993	Realejo Bajo	realejo-bajo	ES	38412	0	Atlantic/Canary	28.38353	-16.58494		Realejo Bajo		53	TF	38031	
2511994	Realejo Alto	realejo-alto	ES	38410	35963	Atlantic/Canary	28.37645	-16.58575		Realejo Alto		53	TF	38026	
2511998	Real de Gandía	real-de-gandia	ES	46727	1892	Europe/Madrid	38.94817	-0.19239		Real de Gandia,Real de Gandía	46211	60	V	46211	
2512006	Real	real	ES	46194	0	Europe/Madrid	38.83333	0.13333		Caserio Real,Caserío Real,Real		60	A	03063	
2512020	Raspay	raspay	ES	03657	0	Europe/Madrid	38.4404	-1.0894		Raspay		31	MU	30043	
2512030	Ranera	ranera	ES	09211	0	Europe/Madrid	37.6167	-3.81885		Casas Ranera,Cortijo Ranera,Ranera		51	J	23093	
2512032	Randa	randa	ES	07629	0	Europe/Madrid	39.52655	2.91515		Randa		07	PM	07004	
2512048	Rambla del Marqués	rambla-del-marques	ES	04276	0	Europe/Madrid	37.2	-2.3		Caserio Rambla del Marques,Caserío Rambla del Marqués,Rambla del Marques,Rambla del Marqués		51	AL	04082	
2512058	Rala	rala	ES	02486	0	Europe/Madrid	38.40828	-2.30947		Rala		54	AB	02086	
2512068	Rágol	ragol	ES	04440	380	Europe/Madrid	36.99523	-2.68178		Ragol,Rágol	04077	51	AL	04077	
2512069	Ráfol de Salem	rafol-de-salem	ES	46843	389	Europe/Madrid	38.86651	-0.39991		El Rafol de Salem,El Ràfol de Salem,Rafol de Salem,Ráfol de Salem	46210	60	V	46210	
2512071	Rafelguaraf	rafelguaraf	ES	46666	2398	Europe/Madrid	39.05126	-0.45543		Rafelguaraf	46209	60	V	46209	
2512072	Rafelcofer	rafelcofer	ES	46716	1395	Europe/Madrid	38.93248	-0.16772		Rafelcofer	46208	60	V	46208	
2512075	Rafal	rafal	ES	03369	3659	Europe/Madrid	38.10458	-0.84904		Rafal,Rafal',la fa er,rafal,Рафаль,رافال,拉法尔	03109	60	A	03109	
2512078	Rada de Haro	rada-de-haro	ES	16649	65	Europe/Madrid	39.57002	-2.62086		Rada de Haro	16176	54	CU	16176	
2512089	Quise	quise	ES	38812	0	Atlantic/Canary	28.04627	-17.25694		Quise		53	TF	38003	
2512095	Quintanar del Rey	quintanar-del-rey	ES	16220	7539	Europe/Madrid	39.33333	-1.93333			16175	54	CU	16175	
2512096	Quintanar de la Orden	quintanar-de-la-orden	ES	45800	12736	Europe/Madrid	39.59369	-3.04165		Quintanar de la Orden,Quintanar la Orden	45142	54	TO	45142	
2512099	Quintana de la Serena	quintana-de-la-serena	ES	06450	5242	Europe/Madrid	38.74595	-5.67233		Quintana de la Serena	06109	57	BA	06109	
2512101	Quintana	quintana	ES	26259	0	Europe/Madrid	37.71187	-4.86685				51	CO	14017	
2512107	Quesada	quesada	ES	23480	5987	Europe/Madrid	37.84338	-3.06561		Quesada		51	J	23028	
2512108	Quesa	quesa	ES	46824	745	Europe/Madrid	39.1197	-0.74		Quesa	46206	60	V	46206	
2512109	Quero	quero	ES	45790	1240	Europe/Madrid	39.51111	-3.24741		Quero	45141	54	TO	45141	
2512110	Quéntar	quentar	ES	18192	1022	Europe/Madrid	37.19253	-3.46653				51	GR	18094	
2512127	Puçol	pucol	ES	46530	19018	Europe/Madrid	39.61667	-0.3		Pucol,Puzol,Puçol	46205	60	V	46205	
2512131	Purullena	purullena	ES	18519	2215	Europe/Madrid	37.31763	-3.19056		Parullena,Purullena	18167	51	GR	18167	
2512132	Purchil	purchil	ES	18102	0	Europe/Madrid	37.17201	-3.66531				51	GR	18911	
2512133	Purchena	purchena	ES	04870	1598	Europe/Madrid	37.34744	-2.3608		Purchena,bwrtshyna,pu er qie na,pwrchna,Пурчена,بورتشينا,پورچنا,普尔切纳	04076	51	AL	04076	
2512138	Puntallana	puntallana	ES	38715	2394	Atlantic/Canary	28.73333	-17.73333		Puntallana,San Juan de Puntallana	38030	53	TF	38030	
2512144	Puntagorda	puntagorda	ES	38789	1659	Atlantic/Canary	28.7749	-17.97741			38029	53	TF	38029	
2512146	Punta del Hidalgo	punta-del-hidalgo	ES	38240	0	Atlantic/Canary	28.56202	-16.33254		Punta Hidalgo,Punta del Hidalgo		53	TF	38023	
2512151	Pulpite	pulpite	ES	18859	0	Europe/Madrid	37.57538	-2.53088		Pulpite		51	GR	18056	
2512152	Pulpí	pulpi	ES	04640	7434	Europe/Madrid	37.41154	-1.74496		Pulpi,Pulpí		51	AL	04075	
2512154	Pulianillas	pulianillas	ES	18197	0	Europe/Madrid	37.21913	-3.60523		Pulianillas		51	GR	18165	
2512155	Pulianas	pulianas	ES	18197	4855	Europe/Madrid	37.22302	-3.60832			18165	51	GR	18165	
2512156	Pulgar	pulgar	ES	45125	1393	Europe/Madrid	39.69383	-4.15233		Pulgar		54	TO	45140	
2512158	Pujerra	pujerra	ES	29450	316	Europe/Madrid	36.61274	-5.14979		Pujerra	29081	51	MA	29081	
2512160	Puigpunyent	puigpunyent	ES	07194	1513	Europe/Madrid	39.62514	2.52759		Puigpunyent	07045	07	PM	07045	
2512164	Puerto Serrano	puerto-serrano	ES	11659	6807	Europe/Madrid	36.92209	-5.54304		Puerto Serrano		51	CA	11041	
2512168	Puerto Rey	puerto-rey	ES	04621	0	Europe/Madrid	39.44743	-5.02151		Puerto Rey,Puerto del Rey		57	CC	10017	
2512169	Puerto Real	puerto-real	ES	11510	40183	Europe/Madrid	36.52819	-6.19011		Puehrto-Real',Puerto Real,Puerto-Real',bwyrtw ryal,pueleutoleal,wang gang shi,Пуерто-Реаль,Пуэрто-Реаль,بويرتو ريال,王港市,푸에르토레알	11028	51	CA	11028	
2512172	Puerto-Moral	puerto-moral	ES	21209	0	Europe/Madrid	37.88333	-6.46667		Puerto-Moral		51	H	21059	
2512173	Puerto-Lucía	puerto-lucia	ES	21239	0	Europe/Madrid	37.9622	-6.80483				51	H	21025	
2512177	Puertollano	puertollano	ES	11380	51842	Europe/Madrid	38.68712	-4.10734		Puehrtol'jano,Puertojano,Puertolano,Puertollano,Puertolyano,UER,bwrtwlanw,pu ai er tuo li ya nuo,puerutoryano,Пуертояно,Пуертољано,Пуэртольяно,Պուերտոլյանո,بورتولانو,プエルトリャノ,普埃尔托利亚诺	13071	54	CR	13071	
2512178	Puerto Lápice	puerto-lapice	ES	13650	1001	Europe/Madrid	39.3236	-3.48148		Puerto Lapice,Puerto Lápice		54	TO	45087	
2512179	Puerto Hurraco	puerto-hurraco	ES	06428	0	Europe/Madrid	38.63355	-5.56581		Puerto Hurraco,Puerto Urraco		57	BA	06160	
2512181	Puerto-Gil	puerto-gil	ES	21209	0	Europe/Madrid	37.88333	-6.5		Puerto-Gil		51	H	21007	
2512182	Puerto de San Vicente	puerto-de-san-vicente	ES	45577	288	Europe/Madrid	39.52283	-5.11407		Puerto de San Vicente	45139	54	TO	45139	
2512183	Puerto de Santiago	puerto-de-santiago	ES	38683	600	Atlantic/Canary	28.23666	-16.84335		Puehrto de Sant'jago,Puerto Santiago,Puerto de Santiago,Santiago,Пуэрто де Сантьяго		53	TF	38040	
2512184	Puerto de Santa Cruz	puerto-de-santa-cruz	ES	10261	409	Europe/Madrid	39.31631	-5.85875		Puerto de Santa Cruz	10153	57	CC	10153	
2512187	Puerto del Pino	puerto-del-pino	ES	02449	0	Europe/Madrid	38.46335	-2.19203		Puerto del Pino		54	AB	02030	
2512190	Puerto de las Nieves	puerto-de-las-nieves	ES	35489	0	Atlantic/Canary	28.1031	-15.71139		Las Nieves		53	GC	35001	
2512194	Puerto de la Laja	puerto-de-la-laja	ES	21594	0	Europe/Madrid	37.52511	-7.49248		Puerto de la Laja		51	H	21037	
2512195	Puerto de la Estaca	puerto-de-la-estaca	ES	38910	0	Atlantic/Canary	27.78333	-17.9		Puerto Hierro,Puerto de la Estaca		53	TF	38048	
2512196	Puerto de la Cruz	puerto-de-la-cruz	ES	38400	32219	Atlantic/Canary	28.41397	-16.54867		Puehrto-de-la-Krus,Puerto de la Cruz,Puerto de la Krus,Puerto de la Krusas,Puerto-de-la-Krus,bwyrtw dy la krwth,pu ai er tuo de la ke lu si,Пуерто де ла Крус,Пуерто-де-ла-Крус,Пуэрто-де-ла-Крус,بويرتو دي لا كروث,普埃尔托德拉克鲁斯	38028	53	TF	38028	
2512197	Puerto de la Cruz	puerto-de-la-cruz	ES	38400	0	Atlantic/Canary	28.05	-14.5				53	GC	35015	
2512199	Puerto de Gandía	puerto-de-gandia	ES	46730	0	Europe/Madrid	38.98333	-0.15		Barrio El Grao,Grao de Gandia,Puerto de Gandia,Puerto de Gandía		60	V	46131	
2512200	Port d'Andratx	port-d-andratx	ES	07157	0	Europe/Madrid	39.54429	2.38935		Port d'Andratx,Puerto de Andraitx		07	PM	07005	
2512204	Puerto Alegre	puerto-alegre	ES	14512	0	Europe/Madrid	37.40883	-4.78802		Casas de Huerta de Puertoalegre,Puerto Alegre		51	SE	41041	
2512216	Puerto	puerto	ES	15177	0	Atlantic/Canary	28.65158	-17.94565		Puerto,Puerto de Tazacorte		53	TF	38045	
2512229	Puente Nuevo	puente-nuevo	ES	05278	0	Europe/Madrid	37.78331	-3.74678		Caserios Puente Nuevo,Caseríos Puente Nuevo,Puente Nuevo		51	J	23050	
2512230	Puente Mayorga	puente-mayorga	ES	11313	0	Europe/Madrid	36.18292	-5.38391		Mayorga,Puente Mayorga		51	CA	11033	
2512232	Puente-Genil	puente-genil	ES	14500	30033	Europe/Madrid	37.38943	-4.76686		GEN,Puente Genil,Puente-Genil		51	CO	14056	
2512235	Puente del Obispo	puente-del-obispo	ES	23529	0	Europe/Madrid	37.952	-3.53992		Caserios Puente del Obispo,Caseríos Puente del Obispo,Puente del Obispo		51	J	23009	
2512237	Puente de la Sierra	puente-de-la-sierra	ES	23196	0	Europe/Madrid	37.71563	-3.76242		Caserios Puente de la Sierra,Caseríos Puente de la Sierra,Puente de la Sierra		51	J	23050	
2512250	La Pobla Llarga	la-pobla-llarga	ES	46670	4473	Europe/Madrid	39.08333	-0.46667		La Pobla Llarga,Puebla Larga		60	V	46203	
2512251	La Pobla de Vallbona	la-pobla-de-vallbona	ES	46185	20431	Europe/Madrid	39.59747	-0.55468		La Pobla de Vallbona,Puebla de Vallbona		60	V	46202	
2512252	Puebla de Soto	puebla-de-soto	ES	30836	0	Europe/Madrid	37.97852	-1.19617		Puebla de Soto		31	MU	30030	
2512253	Puebla de Sancho Pérez	puebla-de-sancho-perez	ES	06310	2861	Europe/Madrid	38.4	-6.4		La Puebla,Puebla de Sancho Perez,Puebla de Sancho Pérez	06108	57	BA	06108	
2512254	Puebla de Rocamora	puebla-de-rocamora	ES	03159	0	Europe/Madrid	38.11859	-0.76569		Puebla de Rocamora		60	A	03061	
2512255	Puebla de Obando	puebla-de-obando	ES	06191	2017	Europe/Madrid	39.1763	-6.62764		Puebla de Obando	06107	57	BA	06107	
2512256	Puebla de Mula	puebla-de-mula	ES	30193	0	Europe/Madrid	38.03595	-1.44706		Puebla de Mula		31	MU	30029	
2512257	Puebla del Salvador	puebla-del-salvador	ES	16269	273	Europe/Madrid	39.56667	-1.66667		Puebla del Salvador	16174	54	CU	16174	
2512258	Puebla del Prior	puebla-del-prior	ES	06229	557	Europe/Madrid	38.57032	-6.19584		Puebla del Prior	06106	57	BA	06106	
2512259	Puebla del Príncipe	puebla-del-principe	ES	13342	953	Europe/Madrid	38.56766	-2.92605		Puebla del Principe,Puebla del Príncipe,Pueblo del Principe	13069	54	CR	13069	
2512260	Puebla del Maestre	puebla-del-maestre	ES	06906	799	Europe/Madrid	38.08333	-6.08333		Puebla del Maestra,Puebla del Maestre,Puebla del Maestro	06105	57	BA	06105	
2512262	Puebla de la Reina	puebla-de-la-reina	ES	06477	928	Europe/Madrid	38.66455	-6.10216		Puebla de la Reina	06104	57	BA	06104	
2512263	Puebla de la Calzada	puebla-de-la-calzada	ES	06490	5604	Europe/Madrid	38.89441	-6.62592		Puebla de la Calzada	06103	57	BA	06103	
2512264	Puebla de Guzmán	puebla-de-guzman	ES	21550	3083	Europe/Madrid	37.61427	-7.24878		Puebla de Guzman,Puebla de Guzmán		51	H	21003	
2512265	la Pobla de Farnals	la-pobla-de-farnals	ES	46139	0	Europe/Madrid	39.57782	-0.32672		la Pobla de Farnals		60	V	46199	
2512266	Puebla de Don Rodrigo	puebla-de-don-rodrigo	ES	13109	1242	Europe/Madrid	39.08564	-4.61966		Puebla de Don Rodrigo	13068	54	CR	13068	
2512268	Puebla de Almenara	puebla-de-almenara	ES	16421	473	Europe/Madrid	39.7844	-2.81435		Puebla-de-Al'menara,Puehbla-de-Al'menara,bwybla dy almnart,pu ai fu la de ya er mei na la,Пуебла-де-Альменара,Пуэбла-де-Альменара,بويبلا دي المنارة,普埃夫拉德亚尔梅纳拉	16172	54	CU	16172	
2512269	Puebla de Alcocer	puebla-de-alcocer	ES	06630	1270	Europe/Madrid	38.98648	-5.25633		Puebla de Alcocer,Puebla de Aloser,Puebla-de-Al'koser,Puehbla-de-Al'koser,bawybla dy alkwkyr,pu ai fu la de ya er ke sai er,Пуебла де Алосер,Пуебла-де-Алькосер,Пуэбла-де-Алькосер,باويبلا دي الكوكير,普埃夫拉德亚尔科塞尔		57	BA	06048	
2512272	Pruna	pruna	ES	41670	3047	Europe/Madrid	36.97226	-5.2223		Porcuna,Pruna	41076	51	SE	41076	
2512433	Polinyà de Xúquer	polinya-de-xuquer	ES	46688	2231	Europe/Madrid	39.2	-0.36667		Polina,Polina de Jucar,Polina del Jucar,Polinya de Xuquer,Polinyà de Xúquer,Poliña,Poliña de Júcar,Poliñá de Júcar,Poliñá del Júcar	46197	60	V	46197	
2512282	Priego de Córdoba	priego-de-cordoba	ES	14800	23513	Europe/Madrid	37.43807	-4.19523		Pr'ego-de-Kordoba,Priego,Priego-de-Kordova,bryghw dy qrtbt  qrtbt,pu lie ge de ke er duo wa,Прьего-де-Кордоба,Прієго-де-Кордова,بريغو دي قرطبة، قرطبة,普列戈德科尔多瓦	14055	51	CO	14055	
2512287	Prados de Armijo	prados-de-armijo	ES	23289	0	Europe/Madrid	38.26667	-2.81667		Caserio Prados de Armijo,Caserío Prados de Armijo,Prados de Armijo		51	J	23012	
2512291	Pradorredondo	pradorredondo	ES	33614	0	Europe/Madrid	38.88831	-2.28426		Caserio Pradorredondo,Caserío Pradorredondo,Pradorredondo		54	AB	02043	
2512294	Prado del Rey	prado-del-rey	ES	11660	5851	Europe/Madrid	36.78756	-5.55589		Prado del Rey	11026	51	CA	11026	
2512305	Pozuelo de Calatrava	pozuelo-de-calatrava	ES	13179	2762	Europe/Madrid	38.58333	-3.83333		Posuehlo-de-Kalatrava,Posuelo de Kalatrava,Posuelo-de-Kalatrava,Pozuelo de Calatrava,bo su ai luo de ka la te la wa,bwzwylw dy kalatrafa,Посуело-де-Калатрава,Посуэло-де-Калатрава,Պոսուելո դե Կալատրավա,بوزويلو دي كالاترافا,波苏埃洛德卡拉特拉瓦		54	CR	13055	
2512308	Pozuelo	pozuelo	ES	02327	673	Europe/Madrid	38.80989	-2.10101		Pozuelo	02065	54	AB	02065	
2512309	Pozoseco	pozoseco	ES	16212	0	Europe/Madrid	39.48333	-1.96667		Pozoseco		54	CU	16251	
2512313	Pozorrubio	pozorrubio	ES	16414	442	Europe/Madrid	39.81645	-2.94936		Posorrubio,Pozorrubio,Pozorrubio de Santiago,bo suo lu wei ao,bwzwrwbyw,Посоррубио,Посоррубіо,بوزوروبيو,波索鲁维奥	16167	54	CU	16167	
2512315	Pozo Negro	pozo-negro	ES	35639	0	Atlantic/Canary	28.31667	-13.88333		Pozo Negro,Puerto de Pozo Negro		53	GC	35003	
2512316	Pozo Lorente	pozo-lorente	ES	02154	615	Europe/Madrid	39.07632	-1.50699		Pozo Lorente		54	AB	02064	
2512319	Pozohondo	pozohondo	ES	02141	1829	Europe/Madrid	38.72095	-1.91192		Pozohondo	02063	54	AB	02063	
2512321	Pozo Estrecho	pozo-estrecho	ES	30594	0	Europe/Madrid	37.71157	-0.99341		Pozo-Estrecho		31	MU	30016	
2512324	Pozo de los Palos	pozo-de-los-palos	ES	30391	0	Europe/Madrid	37.65198	-1.04663		Caserio Pozo de los Palos,Caserío Pozo de los Palos,Pozo de Palos,Pozo de los Palos		31	MU	30016	
2512326	Pozo del Lobo	pozo-del-lobo	ES	04887	0	Europe/Madrid	37.45324	-2.5351		Caserio Pozo del Lobo,Caserío Pozo del Lobo,Cortijos del Pozo del Lobo,Pozo del Lobo		51	GR	18056	
2512327	Pozo del Camino	pozo-del-camino	ES	21420	0	Europe/Madrid	37.22574	-7.31482		Barrio Pozo del Camino,Barrío Pozo del Camino,Pozo del Camino		51	H	21010	
2512328	Pozo de la Serna	pozo-de-la-serna	ES	13390	0	Europe/Madrid	38.77655	-3.23266		Pozo de la Serna		54	CR	13010	
2512333	Pozo de la Higuera	pozo-de-la-higuera	ES	04647	0	Europe/Madrid	38.79082	-1.23925		Casas del Pozo la Higuera,Caserio Casas del Pozo la Higuera,Caserío Casas del Pozo la Higuera,Pozo de la Higuera		54	AB	02051	
2512334	Pozo de la Higuera	pozo-de-la-higuera	ES	04647	0	Europe/Madrid	37.44118	-1.73911				31	MU	30024	
2512337	Pozo-Cañada	pozo-canada	ES	02510	2681	Europe/Madrid	38.80333	-1.73532		Pozo-Canada,Pozo-Cañada		54	AB	02029	
2512339	Pozoblanco	pozoblanco	ES	03679	0	Europe/Madrid	38.41882	-0.69798		Casas del Pozo Blanco,Caserio Pozoblanco,Caserío Pozoblanco,Pozoblanco		60	A	03088	
2512340	Pozoblanco	pozoblanco	ES	03679	17669	Europe/Madrid	38.37906	-4.84827		Posoblanko,Pozoblanco,bo suo fu lan ke,bwzwblankw  qrtbt,Пособланко,بوزوبلانكو، قرطبة,波索夫兰科	14054	51	CO	14054	
2512342	Pozo-Aledo	pozo-aledo	ES	30739	0	Europe/Madrid	37.8077	-0.8573		Pozo-Aledo		31	MU	30035	
2512343	Pozo Alcón	pozo-alcon	ES	23485	5414	Europe/Madrid	37.70256	-2.93367		Pozo Alcon,Pozo Alcor,Pozo Alcón	23070	51	J	23070	
2512358	Povedilla	povedilla	ES	02311	637	Europe/Madrid	38.70022	-2.60212		Povedilla	02062	54	AB	02062	
2512360	Potríes	potries	ES	46721	909	Europe/Madrid	38.91617	-0.19594		Potries,Potríes	46198	60	V	46198	
2512363	Potiche	potiche	ES	02139	0	Europe/Madrid	38.57351	-2.17097		Potiche		54	AB	02017	
2512365	Posadilla	posadilla	ES	14249	0	Europe/Madrid	38.18333	-5.28333		Posadilla		51	CO	14029	
2512367	Posadas	posadas	ES	14730	7364	Europe/Madrid	37.80205	-5.10726		Posadas	14053	51	CO	14053	
2512369	Porzuna	porzuna	ES	13120	3978	Europe/Madrid	39.14618	-4.15407		Porzuna	13065	54	CR	13065	
2512373	Pórtugos	portugos	ES	18415	407	Europe/Madrid	36.94193	-3.31066			18163	51	GR	18163	
2512374	Portugalejo	portugalejo	ES	29712	0	Europe/Madrid	36.84899	-4.13109				51	GR	18013	
2512377	Portopetro	portopetro	ES	07691	0	Europe/Madrid	39.36183	3.20836		Porto Petro,Portopetro		07	PM	07057	
2512379	Portocolom	portocolom	ES	07670	4586	Europe/Madrid	39.41589	3.25697		Porto Colom,Portocolom		07	PM	07022	
2512381	Portman	portman	ES	30364	0	Europe/Madrid	37.59111	-0.85333		Barrio Portman,Porman		31	MU	30041	
2512388	Portezuelo	portezuelo	ES	10828	313	Europe/Madrid	39.81233	-6.47433		Portezuelo	10151	57	CC	10151	
2512394	Portaje	portaje	ES	10883	382	Europe/Madrid	39.91757	-6.56218		Portaje	10150	57	CC	10150	
2512398	Porreres	porreres	ES	07260	4597	Europe/Madrid	39.51434	3.02197		Porreras,Porreres	07043	07	PM	07043	
2512406	Poris de Abona	poris-de-abona	ES	38588	0	Atlantic/Canary	28.1505	-16.43214		El Poris,Poris de Abona,Port Abona,Puerto Abona,Puerto Poris de Abona		53	TF	38005	
2512407	Porcuna	porcuna	ES	23790	0	Europe/Madrid	37.99947	-2.45994		Casas Porcuna,Porcuna,Porcunas		51	GR	18164	
2512408	Porcuna	porcuna	ES	23790	6951	Europe/Madrid	37.87102	-4.18501		Porcuna	23069	51	J	23069	
2512410	Pontones	pontones	ES	23291	0	Europe/Madrid	38.11736	-2.67029		Ponton Bajo,Pontones,Pontón Bajo		51	J	23904	
2512411	Pontón Alto	ponton-alto	ES	23291	0	Europe/Madrid	38.1158	-2.68681		Barrio Ponton Alto,Barrio Pontón Alto,Ponton Alto,Pontón Alto		51	J	23904	
2512419	Pomares	pomares	ES	39790	0	Europe/Madrid	38.36265	-0.8939		Caserio Pomares,Caserío Pomares,Pomares		60	A	03114	
2512422	Polopos	polopos	ES	04114	0	Europe/Madrid	37.02655	-2.08032		Cortijada Polopos,Polopos		51	AL	04060	
2512423	Polopos	polopos	ES	04114	1573	Europe/Madrid	36.79466	-3.29816		Polopos	18162	51	GR	18162	
2512427	Polop	polop	ES	03520	3354	Europe/Madrid	38.62258	-0.1309		Polop,Polop de la Marina,bo luo pu,bwlwb,plp,Полоп,بولوب,پلپ,波洛普		60	A	03107	
2512432	Pollença	pollenca	ES	07460	17260	Europe/Madrid	39.87678	3.01626		Pollenca,Pollensa,Pollença	07042	07	PM	07042	
2512434	Polícar	policar	ES	18516	229	Europe/Madrid	37.25759	-3.23375		Policar,Polícar	18161	51	GR	18161	
2512437	Polán	polan	ES	45161	3527	Europe/Madrid	39.78765	-4.16792		Polan,Polán,bo lan,plan  aspanya,Полан,Պոլան,پلان، اسپانیا,波兰	45133	54	TO	45133	
2512451	Poblete	poblete	ES	13195	964	Europe/Madrid	38.9355	-3.98137		Poblete	13064	54	CR	13064	
2512458	Pliego	pliego	ES	30176	3543	Europe/Madrid	37.98946	-1.50444		Pliego	30032	31	MU	30032	
2512470	Plasenzuela	plasenzuela	ES	10271	543	Europe/Madrid	39.38194	-6.04786		Plasenzuela	10149	57	CC	10149	
2512475	Planes	planes	ES	03828	798	Europe/Madrid	38.78524	-0.34271		Planes,plans,pu la nei si,Планес,پلانس,普拉内斯	03106	60	A	03106	
2512490	Pizarra	pizarra	ES	29560	7345	Europe/Madrid	36.76543	-4.70833			29080	51	MA	29080	
2512491	Pitres	pitres	ES	18414	0	Europe/Madrid	36.93569	-3.32671				51	GR	18901	
2512496	Piqueras del Castillo	piqueras-del-castillo	ES	16118	81	Europe/Madrid	39.71667	-2.06667		Piqueras del Castillo	16161	54	CU	16161	
2512509	Pinos Puente	pinos-puente	ES	18240	13515	Europe/Madrid	37.25109	-3.74967		Pinos Puente,Pinos-Puehnte,Pinos-Puente,bynws bwynty,pi nuo si peng te,Пинос-Пуэнте,Пінос-Пуенте,بينوس بوينتي,ピノス・プエンテ,皮诺斯蓬特	18158	51	GR	18158	
2512510	Pinoso	pinoso	ES	03650	7090	Europe/Madrid	38.40164	-1.04196		El Pinos,El Pinós,El-Pinos,Pinos,Pinoso,Pinós,al baynws,pi nuo suo,pynsw,Ел-Пінос,Пиносо,إل باينوس,پینسو,皮诺索		60	A	03105	
2512511	Pinos Genil	pinos-genil	ES	18191	1236	Europe/Madrid	37.16346	-3.50215			18157	51	GR	18157	
2512512	Pinos del Valle	pinos-del-valle	ES	18658	0	Europe/Madrid	36.91017	-3.55811				51	GR	18910	
2512520	Pinos	pinos	ES	03720	0	Europe/Madrid	38.66441	-0.01985		Casas Pinos,Pinos		60	A	03041	
2512527	Pinillos	pinillos	ES	26111	0	Europe/Madrid	38.55256	-1.11775		Casa de los Pinillos,Caserio Pinillos,Caserío Pinillos,Pinillos		31	MU	30043	
2512531	Pinilla	pinilla	ES	02692	0	Europe/Madrid	38.82273	-2.59531				54	AB	02085	
2512532	Pinilla	pinilla	ES	02692	0	Europe/Madrid	38.73185	-1.58674		Caserio Pinilla,Caserío Pinilla,Pinilla		54	AB	02029	
2512533	Pinilla	pinilla	ES	02692	0	Europe/Madrid	38.49541	-2.226		Casas de Pinilla,Pinilla		54	AB	02049	
2512534	Pinilla	pinilla	ES	02692	0	Europe/Madrid	38.02006	-1.91737		Caserio Pinilla,Caserío Pinilla,Pinilla		31	MU	30015	
2512535	Pinilla	pinilla	ES	02692	0	Europe/Madrid	37.50472	-1.51575		Casas de Pinilla,Caserio Pinilla,Caserío Pinilla,Pinilla		31	MU	30024	
2512541	Pinet	pinet	ES	46838	192	Europe/Madrid	38.98176	-0.3387		Pinet	46196	60	V	46196	
2512543	Pinedo	pinedo	ES	01427	0	Europe/Madrid	39.41667	-0.33333		Caserio Pinedo,Caserío Pinedo,Pinedo		60	V	46250	
2512548	Pinarejo	pinarejo	ES	16622	352	Europe/Madrid	39.61639	-2.42592		Pinarejo	16159	54	CU	16159	
2512558	Piñar	pinar	ES	18568	1110	Europe/Madrid	37.44457	-3.43861		Pinar,Piñar		51	GR	18159	
2512571	Piles	piles	ES	46712	2347	Europe/Madrid	38.94143	-0.13286		Piles	46195	60	V	46195	
2512578	Pilas	pilas	ES	39806	13386	Europe/Madrid	37.30337	-6.30097		Pilas	41075	51	SE	41075	
2512581	Pilar de la Horadada	pilar-de-la-horadada	ES	03190	22050	Europe/Madrid	37.86591	-0.79256		El Pilar de Horadada,El Pilar de la Foradada,Pilar de la Horadada,Pilar-de-la-Oradada,baylar dy la hwradada,pi la er de la ao la da da,pylar dla hwradada,Пилар-де-ла-Орадада,Пілар-де-ла-Орадада,بايلار دي لا هورادادا,پیلار دلا هورادادا,皮拉尔德拉奥拉达达	03902	60	A	03902	
2512582	Pilar de Jaravía	pilar-de-jaravia	ES	04648	0	Europe/Madrid	37.39355	-1.69292		Caserio Pilar de Jaravia,Caserío Pilar de Jaravía		51	AL	04075	
2512596	Piedras Albas	piedras-albas	ES	10991	156	Europe/Madrid	39.78417	-6.92588		Piedras Albas	10145	57	CC	10145	
2512606	Piedraescrita	piedraescrita	ES	45678	0	Europe/Madrid	39.54326	-4.77947		Caserio de Piedraescrita,Caserío de Piedraescrita,Piedraescrita		54	CR	13017	
2512609	Piedrabuena	piedrabuena	ES	13100	4863	Europe/Madrid	39.03536	-4.17512		Piedrabuena	13063	54	CR	13063	
2512614	Piconcillo	piconcillo	ES	14298	0	Europe/Madrid	38.17727	-5.46626		Piconcillo		51	CO	14029	
2512615	Picón	picon	ES	13196	660	Europe/Madrid	39.05074	-4.06084		Picon,Picón	13062	54	CR	13062	
2512617	Picena	picena	ES	18494	0	Europe/Madrid	37.00098	-3.00545				51	AL	04020	
2512620	Picassent	picassent	ES	46220	19786	Europe/Madrid	39.3635	-0.45949		Picasent,Picassent	46194	60	V	46194	
2512624	Picanya	picanya	ES	46210	11053	Europe/Madrid	39.43333	-0.43333		Picana,Picanya,Picaña	46193	60	V	46193	
2512634	Pétrola	petrola	ES	02692	874	Europe/Madrid	38.82628	-1.55662		Petrola,Pétrola	02061	54	AB	02061	
2512636	Petrés	petres	ES	46501	867	Europe/Madrid	39.68333	-0.3		Petres,Petrés	46192	60	V	46192	
2512638	Petra	petra	ES	07520	2707	Europe/Madrid	39.61351	3.11312		Petra,Петра	07041	07	PM	07041	
2512643	Pesebre	pesebre	ES	02314	0	Europe/Madrid	38.68867	-2.37334		Pesebre		54	AB	02059	
2512644	Pescueza	pescueza	ES	10882	170	Europe/Madrid	39.91807	-6.64589		Pescueza	10143	57	CC	10143	
2512655	Peroamigo	peroamigo	ES	41890	0	Europe/Madrid	37.7359	-6.38199		Peroamigo		51	SE	41031	
2512656	Perín	perin	ES	30396	0	Europe/Madrid	37.62338	-1.11973		Perin,Perín		31	MU	30016	
2512660	Periana	periana	ES	29710	3404	Europe/Madrid	36.92931	-4.19163			29079	51	MA	29079	
2512687	Perales	perales	ES	34133	0	Europe/Madrid	38.83333	-6.53333		Casa Perales,Perales		57	BA	06083	
2512690	Peraleda de San Román	peraleda-de-san-roman	ES	10334	348	Europe/Madrid	39.7413	-5.38726		Peraleda de San Roman,Peraleda de San Román	10141	57	CC	10141	
2512691	Peraleda de la Mata	peraleda-de-la-mata	ES	10335	1545	Europe/Madrid	39.85288	-5.46065		Peraleda,Peraleda de la Mata	10140	57	CC	10140	
2512707	Peñolite	penolite	ES	23359	0	Europe/Madrid	38.32458	-2.79776		Penolite,Peñolite		51	J	23071	
2512714	Peñas Negras	penas-negras	ES	04277	0	Europe/Madrid	37.05122	-2.04362		Cortijada Penas Negras,Cortijada Peñas Negras,Penas Negras,Peñas Negras		51	AL	04086	
2512715	Peñas de San Pedro	penas-de-san-pedro	ES	02120	1259	Europe/Madrid	38.7288	-2.005		Penas de San Pedro,Peñas de San Pedro	02060	54	AB	02060	
2512716	Peñascosa	penascosa	ES	02313	382	Europe/Madrid	38.67215	-2.40991		Penascosa,Peñascosa		54	AB	02008	
2512724	Peña Rubia	pena-rubia	ES	33929	0	Europe/Madrid	38.24847	-2.59832		Cortijada Pena Rubia,Cortijada Peña Rubia,Cortijo de Pena Rubia,Cortijo de Peña Rubia,Pena Rubia,Peña Rubia		51	J	23081	
2512727	Peñarrubia	penarrubia	ES	02486	0	Europe/Madrid	38.73123	-2.26751				54	AB	02047	
2512728	Peñarrubia	penarrubia	ES	02486	0	Europe/Madrid	38.42627	-2.18381		Penarrubia,Peñarrubia		54	AB	02030	
2512729	Peñarrubia	penarrubia	ES	02486	0	Europe/Madrid	36.96667	-4.85				51	MA	29032	
2512730	Peñarroya-Pueblonuevo	penarroya-pueblonuevo	ES	14200	11883	Europe/Madrid	38.3	-5.26667		Pen'jarroja-Pueblonuevo,Pen'jarroja-Puehblonuehvo,Penarroya-Pueblonuevo,Peñarroya-Pueblonuevo,Pueblonuevo del Terrible,bynyarwya-bwyblwnyyfw,pei ni ya luo ya-pu ai fu luo nu ai wo,Пеньярроя-Пуеблонуево,Пеньярроя-Пуэблонуэво,بينيارويا-بويبلونييفو,佩尼亚罗亚-普埃夫洛努埃沃	14052	51	CO	14052	
2512737	Peñalsordo	penalsordo	ES	06610	1379	Europe/Madrid	38.82019	-5.11405		Pen'jal'sordo,Penalsordo,Peñalsordo,bynyalswrdw,pei ni ya er suo er duo,Пеньяльсордо,Пењалсордо,بينيالسوردو,佩尼亚尔索尔多	06100	57	BA	06100	
2512739	Peñalosa	penalosa	ES	14129	0	Europe/Madrid	37.73164	-5.08538		Penalosa,Peñalosa		51	CO	14030	
2512740	Peñalosa	penalosa	ES	14129	0	Europe/Madrid	37.48503	-6.36507		Caserio Penalosa,Caserío Peñalosa,Penalosa,Peñalosa		51	H	21032	
2512742	Peñalba	penalba	ES	12414	0	Europe/Madrid	39.86667	-0.46667		Penalba,Penalva,Peñalba,Peñalva		60	CS	12039	
2512745	Penáguila	penaguila	ES	03815	334	Europe/Madrid	38.68	-0.35845		Penaguila,Penàguila,Penáguila		60	A	03103	
2512746	Peñaflor	penaflor	ES	32666	3688	Europe/Madrid	37.70892	-5.34504		Penaflor,Peñaflor	41074	51	SE	41074	
2512764	Peloche	peloche	ES	06679	0	Europe/Madrid	39.18857	-5.13574		Peloche		57	BA	06063	
2512767	Peligros	peligros	ES	18210	10910	Europe/Madrid	37.23231	-3.62901			18153	51	GR	18153	
2512782	Peguera del Madroño	peguera-del-madrono	ES	23298	0	Europe/Madrid	38.23718	-2.50725		Caserio Piguera del Madrono,Caserío Piguera del Madroño,Peguera del Madrono,Peguera del Madroño		51	J	23904	
2512784	Pegalajar	pegalajar	ES	23110	3095	Europe/Madrid	37.74008	-3.64946		Pegalajar,Pegalapar	23067	51	J	23067	
2512787	Pedroso de Acim	pedroso-de-acim	ES	10829	118	Europe/Madrid	39.82522	-6.41251		Pedroso de Acim	10139	57	CC	10139	
2512790	Pedro Ruiz	pedro-ruiz	ES	18330	0	Europe/Madrid	37.21688	-3.75174		Cortijada Pedro Ruiz,Pedro Ruiz		51	GR	18175	
2512794	Pedro Muñoz	pedro-munoz	ES	10630	7789	Europe/Madrid	39.40285	-2.94664		Pedro Munoz,Pedro Muñoz	13061	54	CR	13061	
2512796	Pedro Martínez	pedro-martinez	ES	18530	1229	Europe/Madrid	37.5029	-3.23134		Pedro Martinez,Pedro Martínez	18152	51	GR	18152	
2512799	Pedro Izquierdo	pedro-izquierdo	ES	16337	0	Europe/Madrid	39.98333	-1.35		Pedro Izquierdo		54	CU	16135	
2512805	Pedroche	pedroche	ES	14412	1711	Europe/Madrid	38.42848	-4.76325		Pedroche	14051	51	CO	14051	
2512810	Pedro Andrés	pedro-andres	ES	02534	0	Europe/Madrid	38.13731	-2.38579		Cortijos Pedro Andres,Cortijos Pedro Andrés,Pedro Andres,Pedro Andrés		54	AB	02055	
2512811	Pedro Álvarez	pedro-alvarez	ES	38292	0	Atlantic/Canary	28.51899	-16.32377		Pedro Alvarez,Pedro Álvarez		53	TF	38046	
2512812	Pedro Abad	pedro-abad	ES	14630	2922	Europe/Madrid	37.96686	-4.4556		Pedro Abad	14050	51	CO	14050	
2512824	Pedrera	pedrera	ES	41566	5049	Europe/Madrid	37.22604	-4.8942		Pedrera,pei de lei la,Педрера,Պեդրերա,佩德雷拉	41072	51	SE	41072	
2512825	Pedreguer	pedreguer	ES	03750	6547	Europe/Madrid	38.79312	0.03411		Medreguer,Pedreguer	03101	60	A	03101	
2512835	Pedramala	pedramala	ES	03720	0	Europe/Madrid	38.68502	0.07348		Casas Pedramala,Casas Piedramala,Pedramala		60	A	03041	
2512837	Pedralba	pedralba	ES	33749	2436	Europe/Madrid	39.6	-0.71667		Pedralba,Pedralva	46191	60	V	46191	
2512841	Pechina	pechina	ES	04250	0	Europe/Madrid	37.34612	-2.57895		Cortijada Pechina,Pechina		51	AL	04083	
2512842	Pechina	pechina	ES	04250	0	Europe/Madrid	36.91619	-2.43689		Pechina	04074	51	AL	04074	
2512844	Peal de Becerro	peal-de-becerro	ES	23460	5484	Europe/Madrid	37.91338	-3.12148		Peal de Becerro		51	J	23028	
2512846	Paymogo	paymogo	ES	21560	1310	Europe/Madrid	37.73999	-7.34499		Paymogo	21057	51	H	21057	
2512848	Pavías	pavias	ES	12449	57	Europe/Madrid	39.96667	-0.48333		Pavias,Pavies,Pavías	12088	60	CS	12088	
2512850	Paúles	paules	ES	02489	0	Europe/Madrid	38.30914	-2.39015		Cortijo de Paules,Cortijo de Páules,Paules,Paúles		54	AB	02086	
2512851	Paulenca	paulenca	ES	04560	0	Europe/Madrid	37.29406	-3.16964		Barriada Paulenca		51	GR	18089	
2512852	Paulenca	paulenca	ES	04560	0	Europe/Madrid	36.9549	-2.47672		Barriada Paulenca,Paulenca		51	AL	04047	
2512854	Patró	patro	ES	03788	0	Europe/Madrid	38.82174	-0.26243		Patro,Patró		60	A	03136	
2512857	Paterna de Rivera	paterna-de-rivera	ES	11178	5306	Europe/Madrid	36.52246	-5.86578		Paterna de Rivera,Paterna de la Rivera	11025	51	CA	11025	
2512858	Paterna del Río	paterna-del-rio	ES	04479	417	Europe/Madrid	37.02222	-2.95343		Palerna del Rio,Palerna del Río	04073	51	AL	04073	
2512860	Paterna del Campo	paterna-del-campo	ES	21880	3625	Europe/Madrid	37.41948	-6.40248		Paterna del Camino,Paterna del Campo		51	H	21032	
2512862	Paterna	paterna	ES	46980	64023	Europe/Madrid	39.50263	-0.44079		Paterna,pa te er na,pateruna,Патерна,パテルナ,帕特尔纳	46190	60	V	46190	
2512866	Pastrana	pastrana	ES	19100	0	Europe/Madrid	37.5635	-1.44863		Caserio Pastrana,Caserío Pastrana,Pastrana		31	MU	30026	
2512867	Pastrana	pastrana	ES	19100	0	Europe/Madrid	36.75487	-6.30335		Caserio Pastrana,Caserío Pastrana,Pastrana		51	CA	11032	
2512868	Pastrana	pastrana	ES	19100	0	Europe/Madrid	36.73333	-6.4		Caserio Pastranas,Caserío Pastranas,Pastrana		51	CA	11016	
2512891	Partaloa	partaloa	ES	04810	584	Europe/Madrid	37.40764	-2.22526		Partaloa	04072	51	AL	04072	
2512911	Paredón	paredon	ES	03657	0	Europe/Madrid	38.44502	-1.05142		Caserio Paredon,Caserío Paredón,Paredon,Paredón		60	A	03105	
2512926	Parcent	parcent	ES	03792	926	Europe/Madrid	38.74502	-0.06446		Parcent	03100	60	A	03100	
2512927	Parauta	parauta	ES	29451	245	Europe/Madrid	36.65629	-5.12916		Parauta	29077	51	MA	29077	
2512928	Paratella	paratella	ES	03720	0	Europe/Madrid	38.69868	0.08057		Casas Paratella,Paratella		60	A	03041	
2512933	Paradas	paradas	ES	33887	7084	Europe/Madrid	37.29047	-5.49703		Paradas	41071	51	SE	41071	
2512940	Pantano de Cijara	pantano-de-cijara	ES	06691	0	Europe/Madrid	39.39038	-5.00424				57	CC	10017	
2512948	Pampaneira	pampaneira	ES	18411	324	Europe/Madrid	36.94015	-3.36096			18151	51	GR	18151	
2512949	Pamis	pamis	ES	03760	0	Europe/Madrid	38.8176	0.00933		pamis city		60	A	03063	
2512950	Palos de la Frontera	palos-de-la-frontera	ES	21810	7956	Europe/Madrid	37.23457	-6.89471		Palos,Palos de la Frontera,Palos-de-la-Frontera,balws dy la frwntyra,pa luo si de la fu long te la,Палос-де-ла-Фронтера,بالوس دي لا فرونتيرا,パロス・デ・ラ・フロンテーラ,帕洛斯德拉夫龙特拉		51	H	21041	
2512963	Palomas	palomas	ES	06476	731	Europe/Madrid	38.69277	-6.1349		Palomas	06098	57	BA	06098	
2512964	Palomares del Río	palomares-del-rio	ES	41928	4782	Europe/Madrid	37.32225	-6.05863		Palomares,Palomares del Rio,Palomares del Río	41070	51	SE	41070	
2512965	Palomares del Campo	palomares-del-campo	ES	16160	917	Europe/Madrid	39.94664	-2.59776		Palomares del Campo	16148	54	CU	16148	
2512967	Palomares	palomares	ES	04617	0	Europe/Madrid	37.24905	-1.79815		Canada de Palomares,Caserio Polomares,Caserío Polomares,Cañada de Palomares		51	AL	04035	
2512970	Palomar	palomar	ES	03158	520	Europe/Madrid	38.85395	-0.5025		Palomar		60	V	46006	
2512971	Palomar	palomar	ES	03158	0	Europe/Madrid	37.38024	-4.76104		Palomar,Ribera Palomar,Rivera Palomar		51	CO	14056	
2512980	Palmones	palmones	ES	11379	0	Europe/Madrid	36.1761	-5.4375		Palmones		51	CA	11008	
2512985	Palmera	palmera	ES	46714	605	Europe/Madrid	38.93927	-0.15411		Palmera	46188	60	V	46188	
2512990	Palma del Río	palma-del-rio	ES	14700	21588	Europe/Madrid	37.70024	-5.28121		Pal'ma-del'-Rio,Palma del Rio,Palma del Río,balma dyl ryw,pa er ma de er li ao,Πάλμα δελ Ρίο,Пальма-дель-Рио,Пальма-дель-Ріо,بالما ديل ريو,帕尔马德尔里奥		51	CO	14036	
2512991	Palma de Gandía	palma-de-gandia	ES	46724	1655	Europe/Madrid	38.92672	-0.22028		Palma de Gandia,Palma de Gandía	46187	60	V	46187	
2512995	Pallares	pallares	ES	06907	0	Europe/Madrid	38.11667	-6.15		Pallares		57	BA	06086	
2512998	Palenciana	palenciana	ES	14914	1562	Europe/Madrid	37.24851	-4.58261		Palenciana	14048	51	CO	14048	
2512999	Palazuelos	palazuelos	ES	19266	0	Europe/Madrid	37.53333	-1.38333		Casa de Parazuelos,Palazuelos		31	MU	30026	
2513018	Pajaroncillo	pajaroncillo	ES	16390	96	Europe/Madrid	39.95	-1.73333		Pajaroncillo	16147	54	CU	16147	
2513019	Pajarón	pajaron	ES	16390	113	Europe/Madrid	39.95	-1.78333		Pajaron,Pajarón	16146	54	CU	16146	
2513029	Paiporta	paiporta	ES	46200	23519	Europe/Madrid	39.42814	-0.41765		Paiporta,Pajporta,Пайпорта	46186	60	V	46186	
2513033	Pago Aguilar Bajo	pago-aguilar-bajo	ES	04212	0	Europe/Madrid	37.06667	-2.36667		Cortijada Pago Aguilar Bajo,Pago Aguilar Bajo		51	AL	04088	
2513034	Padules	padules	ES	04458	458	Europe/Madrid	36.99813	-2.77367		Padules	04071	51	AL	04071	
2513035	Padul	padul	ES	18640	7266	Europe/Madrid	37.02462	-3.62678			18150	51	GR	18150	
2513045	Otura	otura	ES	18630	5362	Europe/Madrid	37.08846	-3.63321			18149	51	GR	18149	
2513046	Otos	otos	ES	30442	504	Europe/Madrid	38.85427	-0.44399		Otos	46185	60	V	46185	
2513047	Otos	otos	ES	30442	0	Europe/Madrid	38.26667	-2.01667		Caserio Otos,Caserío Otos,Otos		31	MU	30028	
2513048	Otonel	otonel	ES	46199	0	Europe/Madrid	39.28333	-0.85		Caserio Otonel,Caserío Otonel,Otonel		60	V	46099	
2513049	Otívar	otivar	ES	18698	1055	Europe/Madrid	36.81582	-3.67979		Otivar,Otívar		51	GR	18017	
2513051	Otero	otero	ES	24415	227	Europe/Madrid	40.00096	-4.51539		Otero	45126	54	TO	45126	
2513052	Osuna	osuna	ES	41640	17851	Europe/Madrid	37.2376	-5.10311		Osuna,ao su na,ashwnt,osuna,Осуна,أشونة,オスナ,奥苏纳	41068	51	SE	41068	
2513053	Ossa de Montiel	ossa-de-montiel	ES	02611	2821	Europe/Madrid	38.96398	-2.74553		Osa de Montiel,Ossa de Montiel	02057	54	AB	02057	
2513057	Osa de la Vega	osa-de-la-vega	ES	16423	680	Europe/Madrid	39.65977	-2.75998		Osa de la Vega	16145	54	CU	16145	
2513061	Órzola	orzola	ES	35541	0	Atlantic/Canary	29.22095	-13.45201		OZL,Orzola,Órzola		53	GC	35010	
2513069	Oropesa	oropesa	ES	38727	2831	Europe/Madrid	39.91726	-5.17371		Oropesa,Oropesa y Corchueta,Oropesay Corchuela	45125	54	TO	45125	
2513073	Órgiva	orgiva	ES	18400	5217	Europe/Madrid	36.90259	-3.42379		Orgiva,Órgiva		51	GR	18147	
2513074	Orito	orito	ES	03679	0	Europe/Madrid	38.37717	-0.68943		Caserio Orito,Caserío Orito,Convento de Orito,Orito		60	A	03088	
2513076	Orihuela	orihuela	ES	03300	86164	Europe/Madrid	38.08483	-0.94401		Auraiola,Aurariola,Orihuela,Oriola,Oriouela,Oriuehla,Oriuela,Orivela,ao li wei la,aryhwyla,awrywyla,oriuera,Οριουέλα,Оривела,Ориуэла,Оріуела,Օրիուելա,أوريويلا,اریهوئلا,اوریہیولا,オリウエラ,奥里韦拉	03099	60	A	03099	
2513079	Oria	oria	ES	04810	2402	Europe/Madrid	37.4853	-2.29292		Oria	04070	51	AL	04070	
2513081	Orgaz	orgaz	ES	45450	2757	Europe/Madrid	39.64826	-3.87577		Orgas,ao er jia si,Оргас,奥尔加斯	45124	54	TO	45124	
2513084	Orellana la Vieja	orellana-la-vieja	ES	06740	3193	Europe/Madrid	39.00617	-5.53441		Orel'jana-la-V'ekha,Orel'jana-la-Vekha,Orelana la Viekha,Orellana la Vieja,ao lei li ya na la wei ye ha,awrylana la fayja,Орелана ла Виеха,Орельяна-ла-Вьеха,Орельяна-ла-Вєха,أوريلانا لا فايجا,奥雷利亚纳拉维耶哈	06097	57	BA	06097	
2513195	Novelda	novelda	ES	03660	27135	Europe/Madrid	38.38479	-0.76773		Novel'da,Novelda,Новельда	03093	60	A	03093	
2513094	Orcera	orcera	ES	23370	2116	Europe/Madrid	38.31742	-2.66487			23065	51	J	23065	
2513097	Orce	orce	ES	18858	1336	Europe/Madrid	37.7212	-2.47752		Orce	18146	51	GR	18146	
2513103	Ontur	ontur	ES	02652	2431	Europe/Madrid	38.61509	-1.49724		Ontar,Ontur	02056	54	AB	02056	
2513104	Ontígola	ontigola	ES	45340	1965	Europe/Madrid	40.00421	-3.57227			45123	54	TO	45123	
2513106	Ontinyent	ontinyent	ES	46870	37735	Europe/Madrid	38.82191	-0.60603		Onten'ente,Onteniente,Ontinyent,Онтеньенте	46184	60	V	46184	
2513110	Onsares	onsares	ES	23393	0	Europe/Madrid	38.45723	-2.60681		Caserio Onsarres,Caserío Onsarres,Onsares		51	J	23101	
2513113	Onil	onil	ES	03430	7474	Europe/Madrid	38.62606	-0.67313		Onil,Onil',anyl,ao ni er,awnayl,Ониль,Оніл,أونايل,انیل,奥尼尔	03096	60	A	03096	
2513114	Ondara	ondara	ES	03760	5798	Europe/Madrid	38.82817	0.0172		Ondara	03095	60	A	03095	
2513115	Onda	onda	ES	12200	25691	Europe/Madrid	39.96495	-0.26041		Onda,awnda,weng da,Онда,أوندا,翁达	12084	60	CS	12084	
2513306	Navarrés	navarres	ES	46823	2929	Europe/Madrid	39.10198	-0.69469		Navarres,Navarrés	46179	60	V	46179	
2513120	Olvera	olvera	ES	11690	8515	Europe/Madrid	36.93418	-5.26678		Ol'vera,Olvera,ao er wei la,awlfyra,awlwyra,Ольвера,Օլվերա,أولفيرا,اولویرا,奥尔维拉	11024	51	CA	11024	
2513121	Olula del Río	olula-del-rio	ES	04860	6244	Europe/Madrid	37.35445	-2.29754		Olula		51	AL	04069	
2513122	Olula de Castro	olula-de-castro	ES	04212	148	Europe/Madrid	37.17475	-2.4743		Olula,Olula de Castro,Ulula de Castro	04068	51	AL	04068	
2513124	Olocau	olocau	ES	46169	1127	Europe/Madrid	39.7	-0.53333		Olocau		60	V	46182	
2513126	Olmedilla de Alarcón	olmedilla-de-alarcon	ES	16118	145	Europe/Madrid	39.61667	-2.1		Olmedilla de Alarcon,Olmedilla de Alarcón	16142	54	CU	16142	
2513128	Olmeda del Rey	olmeda-del-rey	ES	16216	215	Europe/Madrid	39.8	-2.08333		Olmeda del Rey	16141	54	CU	16141	
2513137	Olivares de Júcar	olivares-de-jucar	ES	16760	506	Europe/Madrid	39.76101	-2.35589		Olivares,Olivares de Jucar,Olivares de Júcar	16139	54	CU	16139	
2513139	Olivares	olivares	ES	18248	0	Europe/Madrid	37.51578	-3.17599		Cortijo Olivares,Cortijo de los Olivares,Olivares		51	GR	18152	
2513140	Olivares	olivares	ES	18248	8759	Europe/Madrid	37.41802	-6.15603		Olivares,ao li wa lei si,Оливарес,Оліварес,Օլիվարես,奥利瓦雷斯	41067	51	SE	41067	
2513141	Olivar	olivar	ES	18860	0	Europe/Madrid	37.5406	-2.96302		Casa Olivar,Olivar		51	GR	18089	
2513142	Oliva de Mérida	oliva-de-merida	ES	06475	1888	Europe/Madrid	38.79051	-6.12402		Oliva de Merida,Oliva de Mérida,Oliva-de-Merida,ao li wa de mei li da,awlayfa dy myrayda,Олива де Мерида,Олива-де-Мерида,Оліва-де-Меріда,أولايفا دي ميرايدا,奥利瓦德梅里达	06094	57	BA	06094	
2513143	Oliva de la Frontera	oliva-de-la-frontera	ES	06120	5682	Europe/Madrid	38.27595	-6.91873		Oliva de Frontera,Oliva de Jerez,Oliva de la Frontera,Oliva-de-la-Frontera,ao li wa de la fu long te la,awlayfa dy la frwntyra,Олива де ла Фронтера,Олива-де-ла-Фронтера,Оліва-де-ла-Фронтера,أولايفا دي لا فرونتيرا,奥利瓦德拉夫龙特拉	06093	57	BA	06093	
2513145	Oliva	oliva	ES	46780	28419	Europe/Madrid	38.91971	-0.11935		Oliva,Олива	46181	60	V	46181	
2513146	Olías del Rey	olias-del-rey	ES	45280	5336	Europe/Madrid	39.94436	-3.98684			45122	54	TO	45122	
2513148	Olías	olias	ES	18710	0	Europe/Madrid	36.82529	-3.36813		Oliar,Olias,Olías		51	GR	18147	
2513149	Olías	olias	ES	18710	0	Europe/Madrid	36.77107	-4.31962		Olias,Olías		51	MA	29067	
2513152	Ojuelos Altos	ojuelos-altos	ES	14299	0	Europe/Madrid	38.18333	-5.35		Ojuelos Altos		51	CO	14029	
2513160	Ojós	ojos	ES	30611	597	Europe/Madrid	38.147	-1.34261		Ojos,Ojós	30031	31	MU	30031	
2513163	Ojén	ojen	ES	29610	2347	Europe/Madrid	36.56486	-4.85561	253	Ojen,Ojén	29076	51	MA	29076	
2513166	Ohanes	ohanes	ES	04459	865	Europe/Madrid	37.03861	-2.74524		Obanes	04067	51	AL	04067	
2513167	Ogíjares	ogijares	ES	18151	13119	Europe/Madrid	37.11913	-3.60772			18145	51	GR	18145	
2513172	Ochavillo del Río	ochavillo-del-rio	ES	14129	0	Europe/Madrid	37.75606	-5.13134		Ochavillo del Rio,Ochavillo del Río		51	CO	14030	
2513174	Ocaña	ocana	ES	04530	0	Europe/Madrid	37.13333	-2.71667		Ocana,Ocaña		51	AL	04901	
2513175	Ocaña	ocana	ES	04530	6913	Europe/Madrid	39.95785	-3.4982			45121	54	TO	45121	
2513179	Obejo	obejo	ES	14310	1464	Europe/Madrid	38.13265	-4.80018		Obejo,Ovejo		51	CO	14054	
2513180	Nules	nules	ES	12520	13490	Europe/Madrid	39.85362	-0.15643		Nules	12082	60	CS	12082	
2513184	Nueva-Carteya	nueva-carteya	ES	14857	5561	Europe/Madrid	37.5863	-4.46759		Nueva-Carteya		51	CO	14046	
2513188	Nuestra Señora del Rosario	nuestra-senora-del-rosario	ES	14720	0	Atlantic/Canary	28.41667	-16.33333				53	TF	38032	
2513196	Novaliches	novaliches	ES	12450	0	Europe/Madrid	39.91667	-0.53333		Novaliche,Novaliches		60	CS	12071	
2513198	Notáez	notaez	ES	18438	0	Europe/Madrid	36.91567	-3.27766		Notaez,Notáez		51	GR	18016	
2513214	Nogales	nogales	ES	06173	689	Europe/Madrid	38.58629	-6.74901		Nogales	06092	57	BA	06092	
2513215	Noez	noez	ES	45162	802	Europe/Madrid	39.74094	-4.18408		Noez	45116	54	TO	45116	
2513216	Noblejas	noblejas	ES	45350	3322	Europe/Madrid	39.98061	-3.44001			45115	54	TO	45115	
2513217	Noalejo	noalejo	ES	23140	2161	Europe/Madrid	37.53017	-3.65615		Noalejo	23064	51	J	23064	
2513218	Nívar	nivar	ES	18214	658	Europe/Madrid	37.25909	-3.57768			18144	51	GR	18144	
2513222	Níjar	nijar	ES	04100	26516	Europe/Madrid	36.96655	-2.20595		Nikhar,Нихар	04066	51	AL	04066	
2513223	Nigüelas	niguelas	ES	18657	924	Europe/Madrid	36.9776	-3.53949			18143	51	GR	18143	
2513227	Nieva	nieva	ES	33418	0	Europe/Madrid	39.71667	-1.1		Caserio Nieva,Caserío Nieva,Nieva		60	V	46050	
2513230	Niebla	niebla	ES	21840	3962	Europe/Madrid	37.36213	-6.67894		N'ebla,Niebla,lblt,nie fu la,Ньебла,Ньєбла,Նիեբլա,لبلة,涅夫拉	21053	51	H	21053	
2513237	Nerva	nerva	ES	21670	6009	Europe/Madrid	37.69627	-6.54967		Nerva	21052	51	H	21052	
2513238	Nerpio	nerpio	ES	02530	1655	Europe/Madrid	38.14751	-2.30202		Nerpio	02055	54	AB	02055	
2513240	Nerja	nerja	ES	29780	21811	Europe/Madrid	36.75278	-3.8744		Nerja	29075	51	MA	29075	
2513284	Nazaret	nazaret	ES	35539	0	Europe/Madrid	39.45	-0.33333		Caserio Nazaret,Caserío Nazaret,Nazaret,Poblado de Nazaret		60	V	46250	
2513285	Nazaret	nazaret	ES	35539	10000	Atlantic/Canary	29.03818	-13.56386		Nazaret,Назарет		53	GC	35024	
2513288	Navezuelas	navezuelas	ES	10374	732	Europe/Madrid	39.50918	-5.43766		Navezuelas	10134	57	CC	10134	
2513293	Navatrasierra	navatrasierra	ES	10331	0	Europe/Madrid	39.60571	-5.24209		Navatrasierra		57	CC	10213	
2513295	Navas de Tolosa	navas-de-tolosa	ES	23212	0	Europe/Madrid	38.28636	-3.58668		Navas de Tolosa		51	J	23024	
2513296	Navas de San Juan	navas-de-san-juan	ES	23240	0	Europe/Madrid	38.18333	-2.31667				51	J		
2513297	Navas del Selpillar	navas-del-selpillar	ES	14511	0	Europe/Madrid	37.4188	-4.58799		Navas del Cepillar,Navas del Selpillar		51	CO	14038	
2513298	Navas del Madroño	navas-del-madrono	ES	10930	1491	Europe/Madrid	39.6229	-6.6526		Navas del Madrono,Navas del Madroño,Navas del Modrono		57	CC	10008	
2513299	Navas de Jorquera	navas-de-jorquera	ES	02246	517	Europe/Madrid	39.28333	-1.71667		Navas de Jorquera	02054	54	AB	02054	
2513300	Navas de Estena	navas-de-estena	ES	13194	392	Europe/Madrid	39.49481	-4.52155		Navas de Estena	13060	54	CR	13060	
2513309	Navarredonda	navarredonda	ES	41659	0	Europe/Madrid	37.15	-5.08333		Navarredonda		51	SE	41068	
2513312	Navares	navares	ES	30410	0	Europe/Madrid	38.03556	-1.93463		Caserio Navares,Caserío Navares,Navares		31	MU	30015	
2513313	Navalvillar de Pela	navalvillar-de-pela	ES	06760	4697	Europe/Madrid	39.09436	-5.4681		Naval'vil'jar-de-Pela,Navalvilar de Pela,na wa er wei li ya er de pei la,nafalfaylar dy byla,Навалвилар де Пела,Навальвильяр-де-Пела,Навальвільяр-де-Пела,نافالفايلار دي بيلا,纳瓦尔维利亚尔德佩拉	06091	57	BA	06091	
2513314	Navalvillar de Ibor	navalvillar-de-ibor	ES	10341	430	Europe/Madrid	39.58389	-5.41328		Navalvillar de Ibor	10132	57	CC	10132	
2513316	Navaltoril	navaltoril	ES	45677	0	Europe/Madrid	39.57214	-4.80458		Navaltoril		54	TO	45148	
2513319	Navalrincón	navalrincon	ES	13114	0	Europe/Madrid	39.22513	-4.35279		Navalrincon,Navalrincón,Navalrrincon,Navalrrincón		54	CR	13901	
2513320	Navalpino	navalpino	ES	13193	264	Europe/Madrid	39.22573	-4.59133		Navalpino	13059	54	CR	13059	
2513321	Navalón de Arriba	navalon-de-arriba	ES	46811	0	Europe/Madrid	38.92087	-0.88182		Navalon de Arriba,Navalón de Arriba		60	V	46118	
2513322	Navalón de Abajo	navalon-de-abajo	ES	46811	0	Europe/Madrid	38.92604	-0.87528		Caserio Navalon de Abajo,Caserío Navalón de Abajo,Navalon de Abajo,Navalón de Abajo		60	V	46118	
2513323	Navalmoralejo	navalmoralejo	ES	45573	70	Europe/Madrid	39.73929	-5.14359		Navalmoralejo	45111	54	TO	45111	
2513324	Navalmoral de la Mata	navalmoral-de-la-mata	ES	10300	17228	Europe/Madrid	39.89158	-5.54064		Naval'moral'-de-la-Mata,Navalmoral,Navalmoral de la Mata,Navalmoral de la Mota,QWW,na wa er mo la er de la ma ta,nafalmwral dy la mata,Навальмораль-де-ла-Мата,نافالمورال دي لا ماتا,纳瓦尔莫拉尔德拉马塔	10131	57	CC	10131	
2513330	Navalengua	navalengua	ES	02127	0	Europe/Madrid	38.69953	-2.17276		Navalengua,Navaluenga		54	AB	02022	
2513331	Navalcuervo	navalcuervo	ES	14249	0	Europe/Madrid	38.2	-5.3		Navalcuervo		51	CO	14029	
2513332	Navalcán	navalcan	ES	45610	0	Europe/Madrid	37.53002	-3.70589		Caserio Navalcan,Caserío Navalcán,Navalcan,Navalcán		51	J	23064	
2513343	Navajas	navajas	ES	12470	640	Europe/Madrid	39.88333	-0.5		Navachas,Navaixes,Navajas,Navakhas,na wa ha si,nafakhas,Навахас,نافاخاس,纳瓦哈斯	12081	60	CS	12081	
2513345	Navahonda	navahonda	ES	41360	0	Europe/Madrid	37.85	-5.83333		Caserios Navahonda,Caseríos Navahonda,Navahonda		51	SE	41073	
2513346	Navahermosa	navahermosa	ES	21609	4146	Europe/Madrid	39.63526	-4.47012		Navahermosa	45109	54	TO	45109	
2513347	Navahermosa	navahermosa	ES	21609	0	Europe/Madrid	37.93228	-6.67025		Navahermosa		51	H	21034	
2513352	Nava de Arriba	nava-de-arriba	ES	02142	0	Europe/Madrid	38.67431	-1.91748		Nava de Arriba		54	AB	02063	
2513353	Nava de Abajo	nava-de-abajo	ES	02142	0	Europe/Madrid	38.66807	-1.87021		Nava de Abajo		54	AB	02063	
2513356	Navacerrada	navacerrada	ES	13189	0	Europe/Madrid	38.79749	-4.40061		Navacerrada		54	CR	13015	
2513367	Nava	nava	ES	14600	0	Europe/Madrid	38.03305	-3.2158		Cortijada Nava,Cortijo de la Nava,Nava		51	J	23088	
2513371	Narila	narila	ES	18448	0	Europe/Madrid	36.95613	-3.17943				51	GR	18035	
2513372	Narboneta	narboneta	ES	16371	101	Europe/Madrid	39.75	-1.46667		Narboneta	16137	54	CU	16137	
2513375	Náquera	naquera	ES	46119	3770	Europe/Madrid	39.65	-0.41667		Naquera,Nàquera,Náquera	46178	60	V	46178	
2513384	Nambroca	nambroca	ES	45190	2920	Europe/Madrid	39.79771	-3.94434		Nambroca	45107	54	TO	45107	
2513390	Nacimiento	nacimiento	ES	04540	462	Europe/Madrid	37.10615	-2.64846		Nacimiento		51	AL	04005	
2513395	Museros	museros	ES	46136	4555	Europe/Madrid	39.56667	-0.35		Museros	46177	60	V	46177	
2513400	Murtas	murtas	ES	18490	720	Europe/Madrid	36.88504	-3.10945		Murtas	18141	51	GR	18141	
2513406	Muro	muro	ES	07440	6610	Europe/Madrid	39.73661	3.05559		Muro	07039	07	PM	07039	
2513408	Murla	murla	ES	03792	518	Europe/Madrid	38.76037	-0.08208		Murla	03091	60	A	03091	
2513410	Mures	mures	ES	23686	0	Europe/Madrid	37.58333	-2.58333		Casa Mures,Cuevas de Mures,Mures		51	GR	18056	
2513411	Mures	mures	ES	23686	0	Europe/Madrid	37.42326	-3.82124		Mures		51	J	23002	
2513416	Murcia	murcia	ES	30001	436870	Europe/Madrid	37.98704	-1.13004		Ciutat de Murcia,Ciutat de Múrcia,MJV,Murcia,Murcie,Murcio,Murcja,Mursia,Mursija,Múrcia,mrsyt,mu er xi ya,murushia,mwrsya,mwrsyh,Мурсия,מורסיה,مرسية,مورسیا,ムルシア,穆尔西亚	31	31	MU	30030	
2513417	Murchas	murchas	ES	18656	0	Europe/Madrid	36.94735	-3.56				51	GR	18119	
2513419	Muñoz	munoz	ES	37493	0	Atlantic/Canary	28.52687	-16.19504				53	TF	38038	
2513420	Muñique	munique	ES	35558	0	Atlantic/Canary	29.07099	-13.63475		Munique,Muñique		53	GC	35024	
2513421	Munera	munera	ES	02612	3985	Europe/Madrid	39.04217	-2.48068		Munera		54	AB	02019	
2513426	Mullidar	mullidar	ES	02142	0	Europe/Madrid	38.63734	-1.90394		Mullidar		54	AB	02044	
2513436	Mula	mula	ES	30170	16941	Europe/Madrid	38.04095	-1.49014		Mula	30029	31	MU	30029	
2513465	Mutxamel	mutxamel	ES	03110	22510	Europe/Madrid	38.4158	-0.44529		Muchamiel,Mutxamel		60	A	03014	
2513474	Mozaga	mozaga	ES	35561	0	Atlantic/Canary	29.02195	-13.61378				53	GC	35024	
2513475	Moya	moya	ES	35420	242	Europe/Madrid	39.95	-1.36667		Moya	16135	54	CU	16135	
2513476	Moya	moya	ES	35420	7492	Atlantic/Canary	28.11106	-15.58285		Moya	35013	53	GC	35013	
2513477	Motril	motril	ES	18600	60279	Europe/Madrid	36.75066	-3.5179	34	Motril,Motril',mo te li er,motoriru,mwtryl,Мотрил,Мотриль,Мотріль,موتريل,モトリル,莫特里尔	18140	51	GR	18140	
2513479	Motilleja	motilleja	ES	02220	550	Europe/Madrid	39.18333	-1.78333		Motilleja	02052	54	AB	02052	
2513480	Motilla del Palancar	motilla-del-palancar	ES	16200	5607	Europe/Madrid	39.56667	-1.88333		Motilla del Palancar	16134	54	CU	16134	
2513481	Mota del Cuervo	mota-del-cuervo	ES	16630	6020	Europe/Madrid	39.50189	-2.86994		Mata del Cuervo,Mota del Cuervo	16133	54	CU	16133	
2513482	Mota de Altarejos	mota-de-altarejos	ES	16780	57	Europe/Madrid	39.88201	-2.30958		Mota de Altarejos	16132	54	CU	16132	
2513490	Moscari	moscari	ES	07316	0	Europe/Madrid	39.76482	2.93627		Moscari		07	PM	07058	
2513670	Montalbanejo	montalbanejo	ES	16434	176	Europe/Madrid	39.73369	-2.49911		Montalbanejo	16129	54	CU	16129	
2513873	Millena	millena	ES	03812	173	Europe/Madrid	38.73082	-0.36274		Millena	03086	60	A	03086	
2513509	Morón de la Frontera	moron-de-la-frontera	ES	41530	28455	Europe/Madrid	37.12084	-5.45403		Moron,Moron de la Frontera,Moron-de-la-Frontera,Morón,Morón de la Frontera,OZP,mo long de la fu long te la,mwrwr,Морон-де-ла-Фронтера,مورور,莫龙德拉夫龙特拉	41065	51	SE	41065	
2513533	Moriscote	moriscote	ES	02139	0	Europe/Madrid	38.61799	-2.0056		Caserio Moriscote,Caserío Moriscote,Moriscote		54	AB	02044	
2513540	Moriana	moriana	ES	09219	0	Europe/Madrid	37.85659	-1.4659		Caserio Moriana,Caserío Moriana,Moriana		31	MU	30008	
2513547	Morente	morente	ES	14659	0	Europe/Madrid	37.93142	-4.41148		Morente		51	CO	14012	
2513555	Morellana	morellana	ES	14880	0	Europe/Madrid	37.52824	-4.23948		Morellana		51	CO	14039	
2513556	Moreda	moreda	ES	18540	0	Europe/Madrid	37.43937	-3.33018		Moreda		51	GR	18909	
2513557	el Morche	el-morche	ES	29793	0	Europe/Madrid	36.7393	-3.98958		Barriada Morche		51	MA	29091	
2513558	Moraira	moraira	ES	03724	1845	Europe/Madrid	38.68866	0.13484		Moraira,Morajra,Морайра		60	A	03128	
2513560	Moratón	moraton	ES	04213	0	Europe/Madrid	37.19242	-2.31255		Cortijada Moraton,Cortijada Moratón,Moraton,Moratón		51	AL	04082	
2513562	Moratalla	moratalla	ES	14749	8530	Europe/Madrid	38.18928	-1.89183		Moratalla	30028	31	MU	30028	
2513563	Moratalla	moratalla	ES	14749	0	Europe/Madrid	37.77896	-5.20345		Caserio de Moratalla,Caserío de Moratalla,Moratalla		51	CO	14036	
2513564	Morata	morata	ES	30878	0	Europe/Madrid	37.23348	-1.89936		Casas Morata,Morata		51	AL	04016	
2513566	Moras	moras	ES	04279	0	Europe/Madrid	37.13906	-2.13097		Cortijada Moras,Moras		51	AL	04086	
2513932	Mengabril	mengabril	ES	06413	457	Europe/Madrid	38.93554	-5.93335		Mengabril	06082	57	BA	06082	
2513569	Moralet	moralet	ES	03699	0	Europe/Madrid	38.42393	-0.57794		Caserio Moralet,Caserío Moralet,Ermita del Moralet,Moralet		60	A	03014	
2513579	Moraleda de Zafayona	moraleda-de-zafayona	ES	18370	2730	Europe/Madrid	37.16723	-3.96505		Moraleda de Zafayona	18138	51	GR	18138	
2513580	Moral de Calatrava	moral-de-calatrava	ES	13350	5236	Europe/Madrid	38.82989	-3.57813		Moral de Calatrava	13058	54	CR	13058	
2513586	Mora de Santa Quiteria	mora-de-santa-quiteria	ES	02513	0	Europe/Madrid	38.56119	-1.58694		Mora de Santa Quiteria		54	AB	02074	
2513588	Mora	mora	ES	33638	10554	Europe/Madrid	39.68492	-3.77394		Mora	45106	54	TO	45106	
2513589	Monturque	monturque	ES	14930	2032	Europe/Madrid	37.47186	-4.58164		Monturke,meng tu er ke,mwntwrkwy  qrtbt,Монтурке,مونتوركوي، قرطبة,蒙图尔克	14044	51	CO	14044	
2513590	Montuïri	montuiri	ES	07230	2594	Europe/Madrid	39.56742	2.98189		Montuiri,Montuïri	07038	07	PM	07038	
2513592	Montroy	montroy	ES	46193	1768	Europe/Madrid	39.33333	-0.61667		Montroi,Montroy	46176	60	V	46176	
2513593	Montortal	montortal	ES	46250	0	Europe/Madrid	39.16667	-0.51667		Casas Montortal,Montortal		60	V	46019	
2513595	Montoro	montoro	ES	14600	9915	Europe/Madrid	38.02409	-4.3834		Aebura,Aipora,Aypora,Epora,Iipora,Montoro,Ypora		51	CO	14021	
2513597	Montizón	montizon	ES	23266	2001	Europe/Madrid	38.34249	-3.10404		Montizon,Montizón	23062	51	J	23062	
2513599	Montillana	montillana	ES	18569	1300	Europe/Madrid	37.50168	-3.67368		Montillana	18137	51	GR	18137	
2513601	Montilla	montilla	ES	14550	23840	Europe/Madrid	37.58627	-4.63805		Montil'ja,Montilla,Munda,OZU,meng di li ya,montiya,mwntyla  qrtbt,Монтилья,Монтілья,مونتيلا، قرطبة,蒙蒂利亚,몬티야	14042	51	CO	14042	
2513604	Montijo	montijo	ES	06480	16236	Europe/Madrid	38.90839	-6.61785		Montijo	06088	57	BA	06088	
2513606	Montiel	montiel	ES	13326	1688	Europe/Madrid	38.69802	-2.86441		Montiel	13057	54	CR	13057	
2513612	Montes de San Benito	montes-de-san-benito	ES	21580	0	Europe/Madrid	37.68104	-7.07158		Montes de San Benito		51	H	21023	
2513614	Montesa	montesa	ES	22315	1400	Europe/Madrid	38.9503	-0.652		Montesa	46174	60	V	46174	
2513618	Monterrubio de la Serena	monterrubio-de-la-serena	ES	06427	2752	Europe/Madrid	38.58876	-5.44569		Monterrubio,Monterrubio de la Serena	06087	57	BA	06087	
2513620	Monterroso	monterroso	ES	29150	0	Europe/Madrid	38.54413	-6.92842		Cortijo Monterroso,Monterroso		57	BA	06016	
2513628	Montemolín	montemolin	ES	06291	1578	Europe/Madrid	38.15	-6.2		Montemolin,Montemolín		57	BA	06052	
2513631	Montemayor	montemayor	ES	14530	0	Europe/Madrid	38.70593	-2.2265		Caserio Montemayor,Caserío Montemayor,Cortijo de Montemayor,Montemayor		54	AB	02022	
2513632	Montemayor	montemayor	ES	14530	3946	Europe/Madrid	37.6479	-4.69779		Montemayor	14041	51	CO	14041	
2513634	Monte Lope Alvarez	monte-lope-alvarez	ES	23615	0	Europe/Madrid	37.70319	-4.11372		Caserio Monte Lope Alvarez,Caserío Monte Lópe Alvarez,Las Maquinas,Maquinas,Monte Lope Alvarez,Máquinas		51	J	23060	
2513637	Montellano	montellano	ES	41770	6851	Europe/Madrid	36.99531	-5.57145		Montellano	41064	51	SE	41064	
2513638	Montejicar	montejicar	ES	18561	2647	Europe/Madrid	37.57223	-3.50527		Montejicar		51	GR	18136	
2513639	Montejaque	montejaque	ES	29360	983	Europe/Madrid	36.73684	-5.2499		Montejaque	29074	51	MA	29074	
2513640	Montefrío	montefrio	ES	18270	6631	Europe/Madrid	37.32308	-4.00898		Montefrio,meng te fu li ao,mwntyfryw,Монтефрио,Монтефріо,مونتيفريو,蒙特夫里奥	18135	51	GR	18135	
2513644	Montecorto	montecorto	ES	29430	0	Europe/Madrid	36.8158	-5.29803			11019	51	CA	11019	
2513648	Monte Alto	monte-alto	ES	14100	0	Europe/Madrid	37.65424	-4.91609		Monte Alto		51	CO	14017	
2513649	Montealegre del Castillo	montealegre-del-castillo	ES	02650	2327	Europe/Madrid	38.78856	-1.32722		Montealegre,Montealegre del Castillo	02051	54	AB	02051	
2513651	Monteagudo de las Salinas	monteagudo-de-las-salinas	ES	16360	160	Europe/Madrid	39.8	-1.9		Monteagudo de las Salinas	16131	54	CU	16131	
2513652	Monteagudo	monteagudo	ES	30160	0	Europe/Madrid	38.01957	-1.09718		Monteagudo		31	MU	30030	
2513659	Montánchez	montanchez	ES	10170	2017	Europe/Madrid	39.22548	-6.14914		Montanches,Montanchez,Montánchez,meng tan qie si,mwntanshyz,Монтанчес,مونتانشيز,蒙坦切斯	10126	57	CC	10126	
2513660	Montaña Hendida	montana-hendida	ES	35629	0	Atlantic/Canary	28.2664	-14.13789		Montana Hendida,Montaña Hendida		53	GC	35030	
2513665	Montalvos	montalvos	ES	02638	143	Europe/Madrid	39.16667	-2.01667		Montalvos	02050	54	AB	02050	
2513667	Montalbo	montalbo	ES	05152	694	Europe/Madrid	39.87994	-2.67038		Montalbo,Montalvo	16130	54	CU	16130	
2513870	Mina	mina	ES	38291	0	Europe/Madrid	37.7	-6.61667		Barrio de la Mina,Mina		51	H	21018	
2513671	Montalbán de Córdoba	montalban-de-cordoba	ES	14548	4665	Europe/Madrid	37.57996	-4.74935		Montal'ban-de-Kordoba,Montal'ban-de-Kordova,Montalban de Cordoba,Montalbán de Córdoba,meng ta er wan de ke er duo wa,mwntalban dy qrtbt  qrtbt,Монтальбан-де-Кордоба,Монтальбан-де-Кордова,مونتالبان دي قرطبة، قرطبة,蒙塔尔万德科尔多瓦	14040	51	CO	14040	
2513674	Monserrat	monserrat	ES	46192	4091	Europe/Madrid	39.36667	-0.6		Monserrat,Montserrat,Montserrat d'Alcala,Montserrat d'Alcalà		60	V	46172	
2513677	Monroy	monroy	ES	10194	986	Europe/Madrid	39.63689	-6.20865	342	Monte Ruin		57	CC	10178	
2513678	Monreal del Llano	monreal-del-llano	ES	16649	74	Europe/Madrid	39.56888	-2.76046		Monreal del Llano	16128	54	CU	16128	
2513681	Montnegre	montnegre	ES	17242	0	Europe/Madrid	38.48768	-0.54094		Caserio Monnegre de Arriba,Caserío Monnegre de Arriba,Monnegre de Arriba,Montnegre		60	A	03083	
2513682	Monleón	monleon	ES	37765	0	Europe/Madrid	39.95	-0.66667		Caserio Monleon,Caserío Monleón,Monleon,Monleón		60	CS	12140	
2513691	Monforte del Cid	monforte-del-cid	ES	03670	6001	Europe/Madrid	38.38027	-0.7285		Monforte,Monforte de la Rambla,Monforte del Cid,Monforte-del'-Sid,Mont-fort,Montfort,Montfort del Cid,meng fu er te de er xi de,mnfrth dl syd,Монфорте-дель-Сид,Монфорте-дель-Сід,منفرته دل سید,蒙福尔特德尔西德	03088	60	A	03088	
2513692	Monesterio	monesterio	ES	06260	4378	Europe/Madrid	38.08333	-6.26667		Monasterio,Monesterio,Monestorio	06085	57	BA	06085	
2513694	Mondújar	mondujar	ES	04420	0	Europe/Madrid	36.94982	-3.54747				51	GR	18119	
2513699	Monda	monda	ES	29110	2078	Europe/Madrid	36.63027	-4.83192		Monda,meng da,mwnda,Монда,Մոնդա,موندا,蒙达	29073	51	MA	29073	
2513700	Moncofa	moncofa	ES	12593	4930	Europe/Madrid	39.80907	-0.14701		Mocofar,Moncofa,Moncofar,Moncófar		60	CS	12077	
2513702	Moncayo	moncayo	ES	03149	0	Europe/Madrid	37.90552	-2.60245		Cortijada Moncayo,Moncayo		51	GR	18098	
2513703	Moncada	moncada	ES	46113	21900	Europe/Madrid	39.54555	-0.39551		Moncada,Monkada,Montcada,Монкада	46171	60	V	46171	
2513707	Monagas	monagas	ES	35349	0	Atlantic/Canary	28.06585	-15.57072				53	GC	35032	
2513709	Monachil	monachil	ES	18193	5843	Europe/Madrid	37.1332	-3.53724		Monachil	18134	51	GR	18134	
2513713	Molvízar	molvizar	ES	18611	2704	Europe/Madrid	36.78592	-3.60783		Molvizar,Molvízar	18133	51	GR	18133	
2513717	Mollina	mollina	ES	29532	4082	Europe/Madrid	37.12534	-4.65686		Mollina	29072	51	MA	29072	
2513718	Molíns	molins	ES	03322	0	Europe/Madrid	38.08194	-0.90865		Molins,Molíns		60	A	03099	
2513736	Molinos	molinos	ES	25512	0	Europe/Madrid	38.43333	-0.81667		Caserio Molinos,Caserío Molinos,Molinos		60	A	03089	
2513753	Molinicos	molinicos	ES	02440	1151	Europe/Madrid	38.46717	-2.23939		Molinicos	02049	54	AB	02049	
2513757	Molinell	molinell	ES	12163	0	Europe/Madrid	38.86846	-0.02612		Caserio Molinell,Caserío Molinell,Molinell		60	A	03063	
2513759	Molina de Segura	molina-de-segura	ES	30500	64065	Europe/Madrid	38.05456	-1.20763		Molina,Molina de Segura,Molina-de-Segura,mo li na de sai gu la,mwlyna dy syghwra,Молина де Сегура,Молина-де-Сегура,Моліна-де-Сегура,مولينا دي سيغورا,モリナ・デ・セグラ,莫利纳德塞古拉	30027	31	MU	30027	
2513786	Mojacar	mojacar	ES	04638	5154	Europe/Madrid	37.1402	-1.85102		Mojacar,Mojacar Pueblo,Mojácar,Mojácar Pueblo	04064	51	AL	04064	
2513788	Mohedas de la Jara	mohedas-de-la-jara	ES	45576	565	Europe/Madrid	39.60417	-5.14247		Mohedas de la Jara	45103	54	TO	45103	
2513791	Moguer	moguer	ES	21800	19569	Europe/Madrid	37.27559	-6.83851		Moger,Moguer,mo ge er,mwghyr,Могер,موغير,莫格尔	21050	51	H	21050	
2513792	Mogón	mogon	ES	23310	0	Europe/Madrid	38.07514	-3.03329		Mogon,Mogón		51	J	23095	
2513800	Moclinejo	moclinejo	ES	29738	1167	Europe/Madrid	36.77134	-4.25514			29071	51	MA	29071	
2513801	Moclín	moclin	ES	18247	4173	Europe/Madrid	37.33959	-3.78651			18132	51	GR	18132	
2513803	Mocejón	mocejon	ES	45270	4449	Europe/Madrid	39.93934	-3.91716		Mocejon,Mocejón	45102	54	TO	45102	
2513804	Mocanal	mocanal	ES	38916	0	Atlantic/Canary	27.81667	-17.93333		Mocanal		53	TF	38048	
2513807	Mizala	mizala	ES	04277	0	Europe/Madrid	37.04894	-2.06411		Cortijada Mizala,Mizala		51	AL	04086	
2513811	Mislata	mislata	ES	46920	43756	Europe/Madrid	39.47523	-0.41825		Mislata,Mizlata,mi si la ta,Мислата,Міслата,米斯拉塔	46169	60	V	46169	
2513813	Mironcillo	mironcillo	ES	05191	0	Europe/Madrid	40.00488	-5.96968		Caserio Mironcillo,Caserio de Mironcillo,Caserío Mironcillo,Caserío de Mironcillo,Mironcillo		57	CC	10116	
2513821	Mirandilla	mirandilla	ES	06891	1363	Europe/Madrid	39.002	-6.28893		Mirandilla	06084	57	BA	06084	
2513822	Miranda del Rey	miranda-del-rey	ES	23213	0	Europe/Madrid	38.35836	-3.57836		Miranda del Rey		51	J	23076	
2513825	Miranda	miranda	ES	27144	0	Europe/Madrid	37.95	-3.38333		Caserio Miranda,Caserío Miranda,Miranda		51	J	23092	
2513826	Miranda	miranda	ES	27144	0	Europe/Madrid	37.6775	-1.02207		Caserio Miranda,Caserío Miranda,Miranda		31	MU	30016	
2513827	Miramar	miramar	ES	43813	1675	Europe/Madrid	38.95036	-0.14007		Miramar	46168	60	V	46168	
2513829	Miralcampo	miralcampo	ES	19200	0	Europe/Madrid	39.08753	-1.78229		Caserio Miralcampo,Caserío Miralcampo,Miralcampo		54	AB	02003	
2513832	Miraflor	miraflor	ES	35338	0	Europe/Madrid	38.84943	0.02073		Miraflor		60	A	03901	
2513840	Mirabel	mirabel	ES	10540	742	Europe/Madrid	39.8623	-6.23274		Mirabel,Mirabel',mi la wei er,myrabl,Мирабель,Мірабель,ميرابل,米拉韦尔	10123	57	CC	10123	
2513844	Mira	mira	ES	16393	1208	Europe/Madrid	39.71667	-1.43333		Mira,mi la,myra  qwnkt,Мира,Міра,ميرا، قونكة,米拉	16126	54	CU	16126	
2513852	Minglanilla	minglanilla	ES	16260	2300	Europe/Madrid	39.53333	-1.6		Minglanil'ja,Minglanilla,Minglanillo,ming la ni li ya,mynghlanyla,Мингланилья,Мінгланілья,مينغلانيلا,明拉尼利亚	16125	54	CU	16125	
2513855	Minaya	minaya	ES	02620	1701	Europe/Madrid	39.27052	-2.32176		Minaya	02048	54	AB	02048	
2513857	Minateda	minateda	ES	02499	0	Europe/Madrid	38.46817	-1.61358		Minateda		54	AB	02037	
2513859	Minas de Ríotinto	minas-de-riotinto	ES	21660	0	Europe/Madrid	37.69694	-6.59434		Minas de Riotinto,Minas de Ríotinto		51	H	21049	
2513862	Minas de Cala	minas-de-cala	ES	21270	0	Europe/Madrid	37.95	-6.35		Caserio Minas de Cala,Caserío Minas de Cala,Minas de Cala		51	H	21016	
2513874	Millares	millares	ES	46198	567	Europe/Madrid	39.25	-0.76667		Millares,Millars	46167	60	V	46167	
2513875	Millanes	millanes	ES	10394	182	Europe/Madrid	39.84917	-5.58079		Millanes	10122	57	CC	10122	
2513882	Mijas	mijas	ES	29649	73787	Europe/Madrid	36.59575	-4.63728		Mijas,Mikhas,mi ha si,mihasu,mykhas,Михас,Міхас,ميخاس,ミハス,米哈斯	29070	51	MA	29070	
2513885	Miguelturra	miguelturra	ES	13170	13986	Europe/Madrid	38.96442	-3.89047		Migel'turra,Miguelturra,mi ge er tu la,myghwyltwra,Мигельтурра,Мігельтурра,ميغويلتورا,米格尔图拉		54	CR	13013	
2513886	Miguel Esteban	miguel-esteban	ES	45830	5170	Europe/Madrid	39.52448	-3.07618		Miguel Esteban	45101	54	TO	45101	
2513893	Miajadas	miajadas	ES	10100	10338	Europe/Madrid	39.15127	-5.90841		M'jakhadas,Miajadas,Miajas,Miajás,Miakhadas,mi ya ha da si,myakhadas,Мьяхадас,Міахадас,مياخاداس,米亚哈达斯	10121	57	CC	10121	
2513894	Mezquitilla	mezquitilla	ES	29760	0	Europe/Madrid	36.74606	-4.03664		Caserio Mezquitilla,Caserío Mezquitilla,Mezquitilla		51	MA	29094	
2513902	Mestanza	mestanza	ES	13592	801	Europe/Madrid	38.57616	-4.07096		Mestanza	13055	54	CR	13055	
2513905	Mesones	mesones	ES	02449	0	Europe/Madrid	38.48845	-2.35124		Mesones		54	AB	02049	
2513910	Mesas de Ibor	mesas-de-ibor	ES	10329	206	Europe/Madrid	39.75587	-5.54637		Mesas de Ibor	10120	57	CC	10120	
2513917	Mérida	merida	ES	06800	56395	Europe/Madrid	38.91611	-6.34366		Emerita Augusta,Merida,Merido,Mérida,QWX,mardt,merida,mryda,mrydh,myryda,Мерида,מרידה,ماردة,مريدا,مریدا,میریدا,メリダ	57	57	BA	06083	
2513922	Mercadal	mercadal	ES	39311	4063	Europe/Madrid	39.99014	4.09387			07037	07	PM	07037	
2513931	Mengibar	mengibar	ES	23620	8999	Europe/Madrid	37.96978	-3.80884		Mengibar		51	J	23061	
2513935	Menasalbas	menasalbas	ES	45128	2978	Europe/Madrid	39.63954	-4.28418		Menasalbas		54	TO	45182	
2513939	Membrío	membrio	ES	10580	896	Europe/Madrid	39.52703	-7.0538		Membrio,Membrío,Mombrio,Mombrió		57	CC	10008	
2513940	Membrillo Alto	membrillo-alto	ES	21647	0	Europe/Madrid	37.63634	-6.64356		Membrillo Alto		51	H	21078	
2513944	Membrilla	membrilla	ES	13230	6466	Europe/Madrid	38.97198	-3.3433		Membrilla		54	CR	13053	
2513947	Melilla	melilla	ES	52001	73460	Africa/Ceuta	35.29369	-2.93833		Ciudad Autonoma de Melilla,Ciudad Autónoma de Melilla,Ciudad de Melilla,Korisnik:Slaven Kosanovic/Melila,Lungsod ng Melilla,M'lila,MLN,Melil'ja,Melila,Melilla,Melilo,Melilya,Meliya,Millela,Rusaddir,Rusadir,Russadir,me li ya,mei li li ya,melilia,melliya,merirya,mlylyh,mlylyt,mlyyh,Корисник:Славен Косановић/Мелиља,Мелила,Мелилья,Мелиља,מלייה,مليلية,ملیلیه,เมลียา,მელილია,メリリャ,梅利利亚,멜리야	ML	ML	ME	52001	
2513948	Melicena	melicena	ES	18713	0	Europe/Madrid	36.75155	-3.2352		Cortijada Malicena,Melicena		51	GR	18177	
2513949	Meliana	meliana	ES	46133	10395	Europe/Madrid	39.53333	-0.33333		Meliana	46166	60	V	46166	
2513952	Melenara	melenara	ES	35214	0	Atlantic/Canary	27.98569	-15.37665		Port Melenara,Puerto de Melenara		53	GC	35026	
2513961	Medina Sidonia	medina-sidonia	ES	11170	11683	Europe/Madrid	36.45695	-5.92717		Medina Sidonia,Medina-Sidonia		51	CA	11023	
2513962	Medina de las Torres	medina-de-las-torres	ES	06320	1398	Europe/Madrid	38.33333	-6.4		Medina de las Torres	06081	57	BA	06081	
2513967	Media Legua	media-legua	ES	03317	0	Europe/Madrid	37.21667	-1.83333		Casas La Media Legua,Media Legua		51	AL	04100	
2513968	Medellín	medellin	ES	06411	2357	Europe/Madrid	38.96265	-5.95785		Medellin,Medellín	06080	57	BA	06080	
2513971	Mecina Tedel	mecina-tedel	ES	18492	0	Europe/Madrid	36.89517	-3.11412		Mecina Tedel		51	GR	18141	
2513973	Mecina Bombarón	mecina-bombaron	ES	18450	0	Europe/Madrid	36.98068	-3.15557				51	GR	18904	
2513974	Mecina Alfahar	mecina-alfahar	ES	18470	0	Europe/Madrid	36.99707	-3.06922				51	GR	18183	
2513977	Mazuza	mazuza	ES	30442	0	Europe/Madrid	38.28266	-2.05878		Cortijos de Mazuza,Mazuza		31	MU	30028	
2513978	Mazo	mazo	ES	38730	4805	Atlantic/Canary	28.60906	-17.77801		El Pueblo,Mazo		53	TF	38053	
2513979	Mazarulleque	mazarulleque	ES	16510	0	Europe/Madrid	36.81203	-2.24791		Cortijada Mazarulleque		51	AL	04013	
2513983	Mazarrón	mazarron	ES	30870	35221	Europe/Madrid	37.5992	-1.31493		Masarron,Mazarron,Mazarrón,Масаррон	30026	31	MU	30026	
2513985	Mazarambroz	mazarambroz	ES	45114	1331	Europe/Madrid	39.69411	-4.01962			45096	54	TO	45096	
2513986	Mazagón	mazagon	ES	21130	4000	Europe/Madrid	37.13749	-6.82697		Caserio Marzagon,Caserío Marzagón,Marzagon,Marzagón,Mazagon,Mazagón		51	H	21050	
2514003	Matián	matian	ES	18859	0	Europe/Madrid	37.5453	-2.46113				51	AL	04070	
2514004	Matet	matet	ES	12415	132	Europe/Madrid	39.93333	-0.46667		Matet	12076	60	CS	12076	
2514010	Matarredonda	matarredonda	ES	41569	0	Europe/Madrid	37.37678	-4.94291		Matarredonda		51	SE	41061	
2514024	Matagorda	matagorda	ES	04715	0	Europe/Madrid	36.72334	-2.84151		Cortijada Matagorda		51	AL	04902	
2514025	Matagorda	matagorda	ES	04715	0	Europe/Madrid	36.51544	-6.24674				51	CA	11028	
2514032	Mata de Alcántara	mata-de-alcantara	ES	10970	315	Europe/Madrid	39.71738	-6.81825		Mata de Alcantara,Mata de Alcántara	10118	57	CC	10118	
2514042	Maspalomas	maspalomas	ES	35100	33000	Atlantic/Canary	27.76056	-15.58602		Maspalomas,Maspalomasos,Маспаломас		53	GC	35019	
2514045	Masía de los Pérez	masia-de-los-perez	ES	12469	0	Europe/Madrid	39.9	-0.7		Caserio Masia de los Perez,Caserío Masía de los Pérez,Masia de los Perez,Masía de los Pérez		60	CS	12022	
2514052	Masegoso	masegoso	ES	02314	127	Europe/Madrid	38.71833	-2.3161		Masegoso	02047	54	AB	02047	
2514056	Masdache	masdache	ES	35572	0	Atlantic/Canary	28.99855	-13.65306		Masdache		53	GC	35028	
2514058	Mascarell	mascarell	ES	12529	0	Europe/Madrid	39.86061	-0.14058		Mascarell		60	CS	12082	
2514061	Mascaraque	mascaraque	ES	45430	475	Europe/Madrid	39.71643	-3.81254		Mascaraque	45094	54	TO	45094	
2514062	Masca	masca	ES	38489	150	Atlantic/Canary	28.304	-16.84236		Masca,Maska,Маска		53	TF	38010	
2514064	Masarrochos	masarrochos	ES	46112	0	Europe/Madrid	39.53333	-0.4		Masarrochos,Masarrotjos		60	V	46250	
2514066	Massamagrell	massamagrell	ES	46130	15210	Europe/Madrid	39.56667	-0.33333		Masamgrell	46164	60	V	46164	
2514067	Massalfassar	massalfassar	ES	46560	0	Europe/Madrid	39.5577	-0.32555				60	V	46163	
2514070	Marzagán	marzagan	ES	35229	0	Atlantic/Canary	28.0378	-15.425		Marzagan,Marzagán		53	GC	35026	
2514073	Martos	martos	ES	23600	24655	Europe/Madrid	37.72107	-3.97264		Martos,ma er tuo si,marts,martws,martws  khayn,Мартос,مارتس,مارتوس,مارتوس، خاين,马尔托斯	23060	51	J	23060	
2514084	Martín de la Jara	martin-de-la-jara	ES	41658	2783	Europe/Madrid	37.10867	-4.96347		Martin de la Jara,Martín de la Jara	41062	51	SE	41062	
2514097	Marratxí	marratxi	ES	07141	33348	Europe/Madrid	39.62142	2.7253		Marrachi,Marratxi,Marratxí,Маррачи	07036	07	PM	07036	
2514105	Maro	maro	ES	29787	0	Europe/Madrid	36.7584	-3.84289		Maro		51	MA	29075	
2514107	Marmolejo	marmolejo	ES	23770	7643	Europe/Madrid	38.04549	-4.17029		Aebura,Ipora,Marmolejo,Marmolekho,Marmolexo,ma er mo lai huo,marmlkhw,marmwlykhw,Мармолехо,Մարմոլեխո,مارملخو,مارموليخو,马尔莫莱霍	23059	51	J	23059	
2514111	Marjaliza	marjaliza	ES	45479	300	Europe/Madrid	39.56329	-3.93499			45092	54	TO	45092	
2514117	Marines	marines	ES	03700	1464	Europe/Madrid	39.74165	-0.53103		Marines,Marines el Viejo		60	V	46161	
2514120	Marinaleda	marinaleda	ES	41569	2698	Europe/Madrid	37.3712	-4.95949		Marinaleda,ma li na lai da,Мариналеда,Маріналеда,马里纳莱达	41061	51	SE	41061	
2514121	Marimínguez	mariminguez	ES	02252	0	Europe/Madrid	39.21667	-1.46667		Mariminguez,Marimínguez		54	AB	02007	
2514124	Marigenta	marigenta	ES	21647	0	Europe/Madrid	37.6243	-6.58222		Marigenta		51	H	21078	
2514132	María Jiménez	maria-jimenez	ES	38180	0	Atlantic/Canary	28.51043	-16.23167		Maria Jimenez,María Jiménez		53	TF	38038	
2514134	Maria de la Salut	maria-de-la-salut	ES	07519	2118	Europe/Madrid	39.66306	3.073		Maria,Maria de la Salut	07035	07	PM	07035	
2514139	María	maria	ES	04838	1560	Europe/Madrid	37.71023	-2.16454		Maria,María	04063	51	AL	04063	
2514142	Margarida	margarida	ES	03828	0	Europe/Madrid	38.78805	-0.29908		Margarida		60	A	03106	
2514148	Mareny de San Lorenzo	mareny-de-san-lorenzo	ES	46408	0	Europe/Madrid	39.21667	-0.25		Caserio Mareny de San Lorenzo,Caserío Mareny de San Lorenzo,El Casinet,Mareny de San Lorenzo		60	V	46105	
2514152	Marchuquera	marchuquera	ES	46728	0	Europe/Madrid	38.99124	-0.24273		Caserio Marchuquera,Caserio de la Marchuquera,Caserío Marchuquera,Caserío de la Marchuquera,Marchuquera		60	V	46002	
2514155	Marchenilla	marchenilla	ES	11339	0	Europe/Madrid	37.32328	-5.81722				51	SE	41004	
2514156	Marchenilla	marchenilla	ES	11339	0	Europe/Madrid	36.38754	-5.42826		Marchenilla		51	CA	11021	
2514157	Marchena	marchena	ES	18659	0	Europe/Madrid	38.18827	-2.49764		Caserio Marchena,Caserío Marchena,Marchena		51	J	23904	
2514158	Marchena	marchena	ES	18659	19768	Europe/Madrid	37.329	-5.41681		Marchena	41060	51	SE	41060	
2514163	Marchal	marchal	ES	18516	377	Europe/Madrid	37.29639	-3.20353		Marchal	18128	51	GR	18128	
2514169	Marbella	marbella	ES	14880	134623	Europe/Madrid	36.51543	-4.88583		Marbel'ja,Marbela,Marbelja,Marbella,Marbellja,Marbelya,Marvegia,QRL,ma bei la,maleubeya,marbella,marbla,marbya,marbyla,maruberya,Μαρβέγια,Марбeлья,Марбелля,Марбелья,Марбеля,Марбеља,Մարբելյա,ماربلا,ماربيا,ماربيلا,ماربیا,मार्बेल्ला,マルベーリャ,马贝拉,마르베야	29069	51	MA	29069	
2514176	Maracena	maracena	ES	18200	20815	Europe/Madrid	37.20764	-3.63493			18127	51	GR	18127	
2514184	Manzanillo	manzanillo	ES	47314	0	Europe/Madrid	37.5408	-3.5759		Caserio Manzanillo,Caserío Manzanillo,Manzanillo		51	J	23064	
2514185	Manzanilla	manzanilla	ES	21890	2408	Europe/Madrid	37.38987	-6.43295		Manzanilla	21047	51	H	21047	
2514187	Manzaneruela	manzaneruela	ES	16339	0	Europe/Madrid	39.93333	-1.28333		Manzaneruela		54	CU	16117	
2514189	Manzaneque	manzaneque	ES	45460	523	Europe/Madrid	39.63549	-3.79249		Manzaneque	45090	54	TO	45090	
2514190	Manzanares	manzanares	ES	13200	19186	Europe/Madrid	38.99915	-3.36991		Manzanares,Manzanarre	13053	54	CR	13053	
2514192	Manuel	manuel	ES	46660	2497	Europe/Madrid	39.05059	-0.48978		Manuel	46160	60	V	46160	
2514197	Manises	manises	ES	46940	30508	Europe/Madrid	39.49139	-0.46349		Manises,Манисес	46159	60	V	46159	
2514199	Manilva	manilva	ES	29691	13813	Europe/Madrid	36.37645	-5.25026			29068	51	MA	29068	
2514203	Mancor de la Vall	mancor-de-la-vall	ES	07312	980	Europe/Madrid	39.74966	2.87284		Mancor,Mancor de la Vall	07034	07	PM	07034	
2514207	Manchita	manchita	ES	06478	748	Europe/Madrid	38.81404	-6.02041		Manchita	06079	57	BA	06079	
2514208	Mancheño	mancheno	ES	04839	0	Europe/Madrid	37.89568	-2.13556		Caserio Mancheno,Caserío Mancheño,Mancheno,Mancheño		51	AL	04098	
2514211	Mancha Real	mancha-real	ES	23100	10972	Europe/Madrid	37.78627	-3.61226		Mancha Real	23058	51	J	23058	
2514216	Manacor	manacor	ES	07500	40548	Europe/Madrid	39.56964	3.20955	125	Manacor,Manakor,Манакор	07033	07	PM	07033	
2514219	Malpica	malpica	ES	15113	1971	Europe/Madrid	39.89746	-4.54988		Malpica		54	TO	45037	
2514225	Malpartida de Plasencia	malpartida-de-plasencia	ES	10680	4275	Europe/Madrid	39.97962	-6.04609		Mal'partida-de-Plasensia,Mal'partida-de-Plasensija,ma er pa er di da de pu la sen xi ya,malbartyda dy blasynthya,Мальпартида-де-Пласенсиа,Мальпартіда-де-Пласенсія,مالبارتيدا دي بلاسينثيا,马尔帕尔蒂达德普拉森西亚	10116	57	CC	10116	
2514226	Malpartida de la Serena	malpartida-de-la-serena	ES	06440	724	Europe/Madrid	38.6747	-5.64054		Malpartida de la Serena	06078	57	BA	06078	
2514227	Malpartida de Cáceres	malpartida-de-caceres	ES	10910	4369	Europe/Madrid	39.44664	-6.5076		Mal'partida-de-Kaseres,Malpartida de Caceres,Malpartida de Cáceres,ma er pa er di da de ka sai lei si,malbartyda dy qsrsh,Мальпартида-де-Касерес,Мальпартіда-де-Касерес,مالبارتيدا دي قصرش,马尔帕尔蒂达德卡塞雷斯	10115	57	CC	10115	
2514228	Malpaíses	malpaises	ES	38738	0	Atlantic/Canary	28.56667	-17.76667		Malpaises,Malpaíses		53	TF	38053	
2514242	Maldonado	maldonado	ES	02249	0	Europe/Madrid	39.16667	-1.55		Maldonado		54	AB	02041	
2514243	Malcocinado	malcocinado	ES	06928	484	Europe/Madrid	38.11667	-5.68333		Malcocinado	06077	57	BA	06077	
2514252	Malagón	malagon	ES	13420	7923	Europe/Madrid	39.16668	-3.85419		Malagon,Malagón,ma la gong,malajwn  sywdad ryal,Малагон,مالاجون، سيوداد ريال,马拉贡	13052	54	CR	13052	
2514253	Malagón	malagon	ES	13420	0	Europe/Madrid	37.55579	-2.42528		Casa Malagon,Casa Malagón,Cortijo de Malagon,Cortijo de Malagón,Malagon,Malagón		51	AL	04070	
2514256	Málaga	malaga	ES	29001	568305	Europe/Madrid	36.72016	-4.42034		AGP,Malaca,Malaga,Malagae,Malago,Malaqa,Màlaga,Málaga,ma la jia,maalqat,malaga,malagha,malaja,malaka,malga,malka,mallaga,malqt,maraga,mlqt,Μάλαγα,Малагæ,Малага,Մալագա,מאלגה,מלאגה,مالاجا,مالاغا,مالاگا,مالقة,مالكا,مالگا,ملقة,مَاَلقَة,مەلەگا,मलागा,மாலாகா,มาลากา,მალაგა,マラガ,馬拉加,马拉加,말라가	MA	51	MA	29067	
2514265	Malá	mala	ES	35543	0	Europe/Madrid	37.10046	-3.72085				51	GR	18126	
2514266	Mala	mala	ES	35543	533	Atlantic/Canary	29.09653	-13.47206		Mala		53	GC	35010	
2514273	Majaneque	majaneque	ES	14710	0	Europe/Madrid	37.83333	-4.86667		Majaneque,Molino de Majaneque		51	CO	14021	
2514279	Majadas	majadas	ES	10529	1428	Europe/Madrid	39.94291	-5.74589		Majadas	10114	57	CC	10114	
2514282	Majada del Moro	majada-del-moro	ES	29170	0	Europe/Madrid	37.47999	-1.60224		Caserio Majada del Moro,Caserío Majada del Moro,Majada del Moro		31	MU	30003	
2514287	Mairena del Aljarafe	mairena-del-aljarafe	ES	41927	40700	Europe/Madrid	37.34461	-6.06391		Aljarafe,Mairena del Aljarafe,Majrena-del'-Al'kharafe,mai lei na de la er ha la fei,Майрена-дель-Альхарафе,迈雷纳德拉尔哈拉费	41059	51	SE	41059	
2514288	Mairena del Alcor	mairena-del-alcor	ES	41510	20510	Europe/Madrid	37.37301	-5.74951		Mairano del Alcor,Mairena del Alcor,Maireno del Alcor	41058	51	SE	41058	
2514289	Mairena	mairena	ES	18494	0	Europe/Madrid	38.10608	-1.87708		Caserio Mairena,Caserío Mairena,Mairena		31	MU	30015	
2514290	Mairena	mairena	ES	18494	0	Europe/Madrid	37.00386	-3.04399				51	GR	18903	
2514297	Mahora	mahora	ES	02240	1346	Europe/Madrid	39.21667	-1.73333		Mahora	02046	54	AB	02046	
2514301	Maó	mao	ES	07700	29125	Europe/Madrid	39.88853	4.26583		Mahon,Mahon (Menorca),Mahón,Mao,Maon,Maó,Маон	07032	07	PM	07032	
2514304	Maguilla	maguilla	ES	06939	1112	Europe/Madrid	38.36667	-5.83333		Maguilla	06076	57	BA	06076	
2514305	Máguez	maguez	ES	35541	0	Atlantic/Canary	29.16009	-13.49293		Maguez,Máguez		53	GC	35010	
2514314	Magán	magan	ES	45590	1668	Europe/Madrid	39.96138	-3.93164		Magan,Magán	45088	54	TO	45088	
2514316	Magacela	magacela	ES	06468	670	Europe/Madrid	38.89648	-5.73437		Magacela	06075	57	BA	06075	
2514324	Madroñera	madronera	ES	10210	2929	Europe/Madrid	39.42526	-5.75568		Madronera,Madroñera	10113	57	CC	10113	
2514328	Madroñal	madronal	ES	14600	0	Europe/Madrid	38.08035	-3.34229		Caserio Madronal,Caserío Madroñal,Cortijo del Madronal,Cortijo del Madroñal,Madronal,Madroñal		51	J	23092	
2514332	Madrigueras	madrigueras	ES	02230	4606	Europe/Madrid	39.23333	-1.8		Madriguera,Madrigueras	02045	54	AB	02045	
2514333	Madrigalejo	madrigalejo	ES	10110	2093	Europe/Madrid	39.13858	-5.6274			10112	57	CC	10112	
2514334	Madridejos	madridejos	ES	45710	11404	Europe/Madrid	39.46823	-3.53196		Madridejos,Madridekhos,Madridexos,ma de li de huo si,madrydkhs,Мадридехос,Мадрідехос,Մադրիդեխոս,مادریدخس,马德里德霍斯	45087	54	TO	45087	
2514349	Macisvenda	macisvenda	ES	30648	0	Europe/Madrid	38.26457	-1.01984				31	MU	30001	
2514353	Mácher	macher	ES	35571	1065	Atlantic/Canary	28.9484	-13.69117		Macher,Mácher,Мачер		53	GC	35028	
2514359	Macastre	macastre	ES	46368	1137	Europe/Madrid	39.38333	-0.78333		Macastre	46158	60	V	46158	
2514360	Macael	macael	ES	04867	6090	Europe/Madrid	37.33318	-2.30087		Macael,Makaehl',Makael,Makael',ma kai er,makayl,Макаел,Макаель,Макаэль,ماكايل,ماکائل,马凯尔	04062	51	AL	04062	
2514367	Luque	luque	ES	14880	3253	Europe/Madrid	37.55797	-4.27974		Luque		51	CO	14055	
2514369	Lupión	lupion	ES	23528	1008	Europe/Madrid	37.99653	-3.54699		Lupion,Lupión	23057	51	J	23057	
2514370	Puerto Lumbreras	puerto-lumbreras	ES	30890	13947	Europe/Madrid	37.56329	-1.80974		Puehrto-Lumbreras,Puerto Lumbreras,Puerto-Lumbreras,bwyrtw lwbryras,pu ai er tuo lun fu lei la si,Пуерто-Лумбрерас,Пуэрто-Лумбрерас,بويرتو لوبريراس,普埃尔托伦夫雷拉斯		31	MU	30033	
2514371	Lújar	lujar	ES	18614	500	Europe/Madrid	36.78831	-3.404		Lujar,Lújar	18124	51	GR	18124	
2514373	Lugros	lugros	ES	18516	366	Europe/Madrid	37.22942	-3.2415		Lugros	18123	51	GR	18123	
2514374	Llocnou de Sant Jeroni	llocnou-de-sant-jeroni	ES	46726	568	Europe/Madrid	38.91667	-0.28333		Llocnou de Sant Jeroni,Lugar Nuevo de San Jeronimo,Lugar Nuevo de San Jerónimo	46153	60	V	46153	
2514375	Lugar Nuevo de la Corona	lugar-nuevo-de-la-corona	ES	46910	87	Europe/Madrid	39.41667	-0.38333		Barrio de Lugar Nuevo,Lugar Nuevo de la Corona,Poblenou de la Corona		60	V	46152	
2514376	Llocnou d'En Fenollet	llocnou-d-en-fenollet	ES	46668	820	Europe/Madrid	39.01357	-0.46658		Llocnou d'En Fenollet,Lugar Nuevo de Fenollet		60	V	46145	
2514377	Lugar Nuevo	lugar-nuevo	ES	50213	0	Europe/Madrid	37.27433	-5.96659		Caserio Lugar Nuevo,Caserío Lugar Nuevo,Lugar Nuevo		51	SE	41038	
2514384	Luciana	luciana	ES	13108	439	Europe/Madrid	38.98452	-4.29247		Luciana		54	CR	13063	
2514386	Llutxent	llutxent	ES	46838	2512	Europe/Madrid	38.93333	-0.35		Llutxent,Luchente	46150	60	V	46150	
2514389	Lucena del Puerto	lucena-del-puerto	ES	21820	2543	Europe/Madrid	37.30396	-6.72926		Lucena del Puerto		51	H	21053	
2514392	Lucena	lucena	ES	14900	42248	Europe/Madrid	37.40881	-4.48522			14038	51	CO	14038	
2514395	Lúcar	lucar	ES	04887	802	Europe/Madrid	37.40035	-2.42496		Lucar,Lúcar	04061	51	AL	04061	
2514396	Lucainena de las Torres	lucainena-de-las-torres	ES	04210	603	Europe/Madrid	37.04037	-2.20095		Lucainena de las Torres	04060	51	AL	04060	
2514399	Lubrín	lubrin	ES	04271	1687	Europe/Madrid	37.21538	-2.06677		Lubrin,Lubrín	04059	51	AL	04059	
2514403	Los Yesos	los-yesos	ES	04211	0	Europe/Madrid	37.09374	-2.30126		Caserio Los Yesos,Caserío Los Yesos,Los Yesos		51	AL	04088	
2514406	Los Yébenes	los-yebenes	ES	45470	6224	Europe/Madrid	39.58158	-3.87058		Los Yebenes,Los Yébenes,Yebenes,Yébenes		54	TO	45200	
2514408	Los Vivancos	los-vivancos	ES	30335	0	Europe/Madrid	37.66334	-1.23602		Caserio Los Vivancos,Caserío Los Vivancos,Los Vivancos		31	MU	30021	
2514409	Los Vivancos	los-vivancos	ES	30335	0	Europe/Madrid	37.61667	-1.38333		Caserio Los Vivancos,Caserío Los Vivancos,Los Vivancos		31	MU	30026	
2514410	Los Villares	los-villares	ES	14811	0	Europe/Madrid	37.98333	-4.03333		Caserio Los Villares,Caserío Los Villares,Los Villares		51	J	23005	
2514411	Los Villares	los-villares	ES	14811	5289	Europe/Madrid	37.69146	-3.81868		Los Villares		51	J	23099	
2514412	Los Villares	los-villares	ES	14811	0	Europe/Madrid	37.34822	-3.33143		Los Villares		51	GR	18154	
2514414	Los Viejos	los-viejos	ES	21239	0	Europe/Madrid	37.95859	-6.85002		Los Viejos		51	H	21008	
2514417	Los Vicentes	los-vicentes	ES	03318	0	Europe/Madrid	38.17385	-0.96465		Caserio Los Vicentes,Caserío Los Vicentes,Los Vicentes		60	A	03099	
2514418	Los Vicentes	los-vicentes	ES	03318	0	Europe/Madrid	38.02262	-1.23912				31	MU	30038	
2514419	Los Vicentes	los-vicentes	ES	03318	0	Europe/Madrid	37.91667	-1.33333		Caserio Los Vicentes,Caserío Los Vicentes,Los Vicentes		31	MU	30023	
2514420	Los Vicentes	los-vicentes	ES	03318	0	Europe/Madrid	37.00738	-1.93326		Cortijada Los Vicentes,Los Vicentes		51	AL	04032	
2514423	Los Valles	los-valles	ES	35539	0	Atlantic/Canary	29.08526	-13.52824		Los Valles		53	GC	35024	
2514424	Los Valles	los-valles	ES	35539	0	Atlantic/Canary	28.48858	-16.28358				53	TF	38023	
2514429	Los Urrutias	los-urrutias	ES	30368	0	Europe/Madrid	37.68334	-0.83122		Caserio Los Urrutias,Caserío Los Urrutias,Los Urrutias		31	MU	30016	
2514436	Los Torrentes	los-torrentes	ES	04827	8	Europe/Madrid	37.61667	-2.05		Caserio Los Torrentes,Caserío Los Torrentes,Los Torrentes		51	AL	04099	
2514443	Los Teatinos	los-teatinos	ES	23290	0	Europe/Madrid	38.08334	-2.60597		Caserio Los Teatinos,Caserio de los Teatinos,Caserío Los Teatinos,Caserío de los Teatinos,Los Teatinos		51	GR	18098	
2514444	Los Tárragas	los-tarragas	ES	30740	0	Europe/Madrid	37.84219	-0.81311		Casa Los Tarregas,Caserio Los Tarragas,Caserío Los Tárragas,Los Tarragas,Los Tárragas		31	MU	30036	
2514445	Los Tablones	los-tablones	ES	33909	0	Europe/Madrid	36.8843	-3.39912				51	GR	18147	
2514446	Los Tablones	los-tablones	ES	33909	0	Europe/Madrid	36.76752	-3.45373		Cortijada Los Tablones,Los Tablones		51	GR	18140	
2514447	Los Tableros	los-tableros	ES	33912	0	Atlantic/Canary	28.53316	-16.19545				53	TF	38038	
2514449	Los Sitios	los-sitios	ES	35280	0	Atlantic/Canary	27.89098	-15.55372				53	GC	35019	
2514450	Los Simonetes	los-simonetes	ES	30397	26	Europe/Madrid	37.66667	-1.1		Casas Simonete,Los Simonetes		31	MU	30016	
2514451	Los Silos	los-silos	ES	38470	0	Europe/Madrid	37.71667	-6.85				51	H	21004	
2514452	Los Silos	los-silos	ES	38470	5586	Atlantic/Canary	28.3661	-16.81552		Los Silos,Silos		53	TF	38042	
2514457	Los Sauces	los-sauces	ES	05696	0	Atlantic/Canary	28.80294	-17.77614		San Andres y Sauces,San Andrés y Sauces,Sauces		53	TF	38033	
2514460	Los Santos de Maimona	los-santos-de-maimona	ES	06230	7937	Europe/Madrid	38.45	-6.38333		Los Santos,Los Santos de Maimona		57	BA	06122	
2514461	Los Santos	los-santos	ES	14900	0	Europe/Madrid	37.25776	-2.60762		Cortijada Los Santos,Los Santos		51	GR	18023	
2514462	Los Sanchos	los-sanchos	ES	04540	0	Europe/Madrid	37.1775	-2.67041		Cortijada Los Sanchos,Los Sanchos,Sancho		51	AL	04065	
2514466	Los Ruices	los-ruices	ES	46353	0	Europe/Madrid	39.46667	-1.25		Los Ruices		60	V	46213	
2514467	Los Ruices	los-ruices	ES	46353	0	Europe/Madrid	37.80285	-1.08167		Caserio Los Ruices,Caserío Los Ruices,Los Ruices		31	MU	30030	
2514468	Los Ruices	los-ruices	ES	46353	0	Europe/Madrid	37.63712	-1.18849		Caserio Los Ruices,Caserío Los Ruices,Los Ruices		31	MU	30021	
2514471	Los Rosiques	los-rosiques	ES	30395	0	Europe/Madrid	37.66133	-0.93612		Casa Rosique,Caserio Los Rosiques,Caserío Los Rosiques,Los Rosiques		31	MU	30016	
2514474	Los Rosales	los-rosales	ES	23488	0	Europe/Madrid	37.79151	-3.08409		Casa Los Rosales,Los Rosales		51	J	23073	
2514475	Los Rosales	los-rosales	ES	23488	0	Europe/Madrid	37.59165	-5.73209		Los Rosales		51	SE	41092	
2514479	Los Romeros	los-romeros	ES	21290	0	Europe/Madrid	37.89472	-6.74709		Los Romeros		51	H	21043	
2514480	Los Romeras	los-romeras	ES	30331	0	Europe/Madrid	37.73333	-1.06667		Casas Los Romeros,Caserio Los Romeras,Caserío Los Romeras,Los Romera,Los Romeras		31	MU	30030	
2514481	Los Rojas	los-rojas	ES	04549	0	Europe/Madrid	37.1946	-2.6768		Cortijada Los Rojas,Los Rojas		51	AL	04065	
2514488	Los Rizos	los-rizos	ES	30367	0	Europe/Madrid	37.65	-0.88333		Casa Lo Rizo,Caserio Los Rizos,Caserío Los Rizos,Los Rizos		31	MU	30016	
2514492	Los Ríos	los-rios	ES	14813	0	Europe/Madrid	38.19455	-3.67036				51	J	23039	
2514494	Los Raspajos	los-raspajos	ES	04897	0	Europe/Madrid	37.7655	-1.73585		Caserio Los Raspajos,Caserío Los Raspajos,Cortijo de los Raspajos,Los Raspajos		31	MU	30024	
2514496	Los Ramos	los-ramos	ES	04271	0	Europe/Madrid	37.98873	-1.03122		Los Ramos,Ramos		31	MU	30030	
2514502	Los Quiles	los-quiles	ES	13428	0	Europe/Madrid	39.24832	-3.9502		Caserio Los Quiles,Caserío Los Quiles,Los Quiles		54	CR	13052	
2514506	Los Pulpites	los-pulpites	ES	30565	0	Europe/Madrid	38.01384	-1.24336		Los Pulpites		31	MU	30038	
2514510	Los Prados	los-prados	ES	14800	0	Europe/Madrid	38.67181	-0.95136		Casas Los Prados,Los Prados		54	AB	02025	
2514512	Los Pozos	los-pozos	ES	33936	0	Europe/Madrid	37.78407	-3.2		Cortijadas Los Pozos,Los Pozos		51	J	23054	
2514516	Los Pocos Bollos	los-pocos-bollos	ES	04618	0	Europe/Madrid	37.28239	-1.79309		Cortijada Los Pocos Bollos,Los Pocos Bollos		51	AL	04035	
2514517	Los Pocicos	los-pocicos	ES	02129	0	Europe/Madrid	38.75089	-1.95385		Los Pocicos		54	AB	02063	
2514518	Los Plazas	los-plazas	ES	30740	0	Europe/Madrid	37.85	-0.78333		Caserio Los Plazas,Caserío Los Plazas,Los Plazas		60	A	03902	
2514520	Los Piñuelas	los-pinuelas	ES	30319	0	Europe/Madrid	37.66667	-1.03333		Casa Las Pinuelas,Casa Las Piñuelas,Caserio Los Pinuelas,Caserío Los Piñuelas,Los Pinuelas,Los Piñuelas		31	MU	30016	
2514521	Los Pinos	los-pinos	ES	04288	0	Europe/Madrid	37.84894	-0.84491				31	MU	30035	
2514522	Los Pinos	los-pinos	ES	04288	0	Europe/Madrid	37.46284	-2.71202		Caserio Los Pinos,Caserío Los Pinos,Los Pinos		51	GR	18039	
2514523	Los Pinos	los-pinos	ES	04288	0	Europe/Madrid	37.17798	-1.99731		Cortijada Los Pinos,Los Pinos		51	AL	04022	
2514524	Los Pinos	los-pinos	ES	04288	0	Atlantic/Canary	28.55	-16.3		Los Pinos		53	TF	38023	
2514525	Los Pinares	los-pinares	ES	04647	0	Europe/Madrid	37.43075	-1.81331		Caserio Los Pinares,Caserío Los Pinares,Los Pinares		51	AL	04053	
2514531	Los Pérez	los-perez	ES	14950	0	Europe/Madrid	38.1759	-0.93832		Barrio Los Perez,Barrio Los Pérez,Los Perez,Los Pérez		60	A	03099	
2514532	Los Pérez	los-perez	ES	14950	0	Europe/Madrid	37.66479	-1.13868		Caserio Los Perez,Caserío Los Perez,Los Perez,Los Pérez		31	MU	30016	
2514533	Los Pérez	los-perez	ES	14950	0	Europe/Madrid	37.20381	-4.72446				51	MA	29055	
2514534	Los Pérez	los-perez	ES	14950	0	Europe/Madrid	37.15339	-2.07525		Cortijada Los Perez,Cortijada Los Pérez,Los Perez,Los Pérez		51	AL	04086	
2514535	Los Pérez	los-perez	ES	14950	0	Europe/Madrid	36.78669	-3.07799				51	AL	04003	
2514536	Los Perdigones	los-perdigones	ES	04619	0	Europe/Madrid	37.31155	-1.75822		Caserio Los Perdigones,Caserío Los Perdigones,Los Perdigones		51	AL	04035	
2514547	Los Paredes	los-paredes	ES	03187	0	Europe/Madrid	37.40926	-2.155		Caserio Los Paredes,Caserío Los Paredes,Los Paredes		51	AL	04006	
2514548	Los Paredes	los-paredes	ES	03187	0	Atlantic/Canary	28.83061	-17.7897				53	TF	38007	
2514550	Los Pánchez	los-panchez	ES	14249	0	Europe/Madrid	38.18333	-5.33333		Los Panchez,Los Pánchez		51	CO	14029	
2514553	Los Palacios y Villafranca	los-palacios-y-villafranca	ES	41720	36824	Europe/Madrid	37.16181	-5.92433		Los Palacios y Villafranca,Villafranca Los Palacios		51	SE	41069	
2514554	Los Palacios	los-palacios	ES	03179	0	Europe/Madrid	38.03333	-1.11667		Caserio Los Palacios,Caserío Los Palacios,Los Palacios,Palacios de Churra		31	MU	30030	
2514558	Los Olmos	los-olmos	ES	02437	0	Europe/Madrid	38.31195	-1.90061		Los Olmos		54	AB	02072	
2514559	Los Olmos	los-olmos	ES	02437	0	Europe/Madrid	37.34366	-2.73819		Caserio Los Olmos,Caserío Los Olmos,Los Olmos		51	GR	18039	
2514564	Los Odres	los-odres	ES	30414	0	Europe/Madrid	38.03647	-2.24108		Caserio Los Odres,Caserío Los Odres,Los Odres		31	MU	30028	
2514570	Los Nietos	los-nietos	ES	04117	0	Europe/Madrid	37.64876	-0.78484				31	MU	30016	
2514572	Los Navarros	los-navarros	ES	04549	0	Europe/Madrid	37.68312	-1.04289		Caserio Los Navarros,Caserío Los Navarros,Los Navarros		31	MU	30016	
2514573	Los Navalucillos	los-navalucillos	ES	45130	2748	Europe/Madrid	39.66665	-4.64205		Los Navalucillos		54	TO	45113	
2514574	Los Navalmorales	los-navalmorales	ES	45140	2759	Europe/Madrid	39.72526	-4.64227		Los Navalmorales		54	TO	45112	
2514575	Los Narejos	los-narejos	ES	30710	0	Europe/Madrid	37.75904	-0.83668				31	MU	30902	
2514581	Los Morenos	los-morenos	ES	14299	0	Europe/Madrid	38.16913	-2.42356		Cortijos Los Morenos,Los Morenos,Martin Moreno		54	AB	02055	
2514582	Los Morenos	los-morenos	ES	14299	0	Europe/Madrid	38.15	-5.35		Los Morenos		51	CO	14029	
2514583	Los Morenos	los-morenos	ES	14299	0	Europe/Madrid	36.886	-3.19554		Caserio Los Morenos,Caserío Los Morenos,Los Morenos		51	GR	18121	
2514584	Los Morenos	los-morenos	ES	14299	0	Europe/Madrid	36.84673	-3.22775		Caserio Los Morenos,Caserío Los Morenos		51	GR	18004	
2514585	Los Morenos	los-morenos	ES	14299	0	Europe/Madrid	36.80877	-3.17264				51	GR	18006	
2514587	Los Morales	los-morales	ES	04274	0	Europe/Madrid	36.99554	-3.94144		Caserio Los Morales,Caserío Los Morales,Los Morales		51	GR	18013	
2514588	Los Morales	los-morales	ES	04274	0	Europe/Madrid	36.94149	-4.11715		Caserio Los Morales,Caserío Los Morales,Los Morales		51	GR	18013	
2514589	Los Morales	los-morales	ES	04274	0	Europe/Madrid	36.77968	-3.36441				51	GR	18170	
2514592	Los Montoros	los-montoros	ES	18480	0	Europe/Madrid	36.93123	-3.06072		Caserio Los Montoros,Caserío Los Montoros		51	AL	04007	
2514593	Los Montesinos	los-montesinos	ES	03187	3194	Europe/Madrid	38.02822	-0.74501		Els Montesinos,Els Montesins,Los Montesinos,Los-Montesinos,Montesinos,luo si meng te xi nuo si,lws mwntsynws,Лос-Монтесинос,Лос-Монтесінос,لوس مونتسینوس,洛斯蒙特西诺斯		60	A	03903	
2514594	Los Montes	los-montes	ES	14880	0	Europe/Madrid	38.43333	-5.85		Cortijo Los Montes,Los Montes		57	BA	06029	
2514595	Los Monjos	los-monjos	ES	04533	0	Europe/Madrid	37.11667	-2.8		Caserio Los Monjos,Caserío Los Monjos,Los Monjos		51	AL	04002	
2514597	Los Molinos	los-molinos	ES	04828	0	Europe/Madrid	39.92282	-4.56976				54	TO	45046	
2514598	Los Molinos	los-molinos	ES	04828	0	Europe/Madrid	38.21667	-6.06667				57	BA	06074	
2514599	Los Molinos	los-molinos	ES	04828	0	Europe/Madrid	37.62942	-0.98568		Los Molinos		31	MU	30016	
2514601	Los Molares	los-molares	ES	21359	2838	Europe/Madrid	37.15704	-5.71802		Los Molares		51	SE	41063	
2514602	Los Mocanes	los-mocanes	ES	38911	0	Atlantic/Canary	27.76076	-18.0045		Los Mocanes		53	TF	38013	
2514611	Los Matreros	los-matreros	ES	04271	0	Europe/Madrid	37.22257	-1.98394		Cortijada Los Matreros,Los Matreros		51	AL	04022	
2514617	Los Martínez	los-martinez	ES	03177	1392	Europe/Madrid	37.81841	-1.0788				31	MU	30030	
2514618	Los Martínez	los-martinez	ES	03177	0	Europe/Madrid	37.77848	-0.97238				31	MU	30037	
2514619	Los Martínez	los-martinez	ES	03177	0	Europe/Madrid	37.75	-0.93333		Casas Los Martinez del Huerto,Caserio Los Martinez,Caserío Los Martinez,Los Martinez,Los Martínez		31	MU	30037	
2514622	Los Marines	los-marines	ES	21208	0	Europe/Madrid	37.90277	-6.6202		Casas Los Marines,Cortijo de los Marines		51	J	23074	
2514623	Los Marines	los-marines	ES	21208	0	Europe/Madrid	37.90345	-6.62385		Los Marines		51	H	21048	
2514629	Los Manolones	los-manolones	ES	04887	0	Europe/Madrid	37.37401	-2.44881		Caserio Los Manolones,Caserío Los Manolones,Los Manolones		51	AL	04061	
2514640	Los Lorentes	los-lorentes	ES	30868	0	Europe/Madrid	37.59375	-1.25768		Caserio Los Lorentes,Caserío Los Lorentes,Los Lorentes		31	MU	30026	
2514642	Los López	los-lopez	ES	14811	0	Europe/Madrid	38.13502	-1.01467		Caserio Los Lopez,Caserío Los López,Los Lopez,Los López		60	A	03099	
2514643	Los López	los-lopez	ES	14811	0	Europe/Madrid	37.9	-1.23333		Caserio Los Lopez,Caserío Los López,Los Lopez,Los López		31	MU	30030	
2514644	Los López	los-lopez	ES	14811	0	Europe/Madrid	37.83706	-0.84098		Casa de Los Lopez,Casa de Los López,Caserio Los Lopez,Caserío Los López,Los Lopez,Los López		31	MU	30035	
2514646	Los Lobos	los-lobos	ES	04619	0	Europe/Madrid	37.30727	-1.76496		Los Lobos		51	AL	04035	
2514647	Los Loberos	los-loberos	ES	04277	0	Europe/Madrid	37.61645	-1.46037		Caserio Los Loberos,Caserío Los Loberos,Los Loberos		31	MU	30024	
2514648	Los Loberos	los-loberos	ES	04277	0	Europe/Madrid	37.03408	-1.99865		Cortijada Los Loberos		51	AL	04086	
2514650	Los Llanos del Mayor	los-llanos-del-mayor	ES	04628	0	Europe/Madrid	37.23268	-1.91492		Cortijada Los Llanos del Mayor,Los Llanos del Mayor		51	AL	04016	
2514652	Los Llanos	los-llanos	ES	14940	0	Europe/Madrid	38.92772	-1.86257				54	AB	02003	
2514653	Los Llanos	los-llanos	ES	14940	0	Europe/Madrid	38.69908	-6.98139		Cortijo Los Llanos,Los Llanos		57	BA	06143	
2514654	Los Llanos	los-llanos	ES	14940	0	Europe/Madrid	38.623	-6.60881		Casillas Los Llanos,Los Llanos		57	BA	06121	
2514655	Los Llanos	los-llanos	ES	14940	0	Europe/Madrid	37.38756	-2.02884		Caserio Los Llanos,Caserío Los Llanos,Los Llanos		51	AL	04103	
2514656	Los Llanos	los-llanos	ES	14940	0	Europe/Madrid	37.12562	-4.01948		Cortijadas de Los Llanos,Los Llanos		51	GR	18171	
2514657	Los Llanos	los-llanos	ES	14940	0	Europe/Madrid	36.95	-3.28333		Caserio los Llanos,Caserío los Llanos,Cortijada Los Llanos,Los Llanos		51	GR	18033	
2514658	Los Llanos	los-llanos	ES	14940	0	Atlantic/Canary	28.31667	-16.76667				53	TF	38044	
2514659	Los Llanos	los-llanos	ES	14940	0	Atlantic/Canary	27.75434	-17.94668				53	TF	38048	
2514673	Los Jarales	los-jarales	ES	04271	0	Europe/Madrid	37.22386	-2.12964		Cortijada Los Jarales,Los Jarales		51	AL	04059	
2514677	Los Isidros	los-isidros	ES	46354	0	Europe/Madrid	39.41667	-1.28333		Los Isidros		60	V	46213	
2514682	Losilla	losilla	ES	49161	0	Europe/Madrid	38.96667	-1.08333				60	V	46044	
2514685	Los Huertos	los-huertos	ES	03300	0	Europe/Madrid	39.93333	-1.36667		Barrio Los Huertos,Las Huertas,Los Huertos		54	CU	16135	
2514687	Los Hinojosos	los-hinojosos	ES	16417	1098	Europe/Madrid	39.60417	-2.82572		Los Hinojosos		54	CU	16100	
2514703	Los Gómez	los-gomez	ES	30740	0	Europe/Madrid	37.66667	-1.23333		Caserio Los Gomez,Caserío Los Gómez,Los Gomez,Los Gómez		31	MU	30021	
2514705	Los Giles	los-giles	ES	04289	0	Europe/Madrid	37.1253	-2.00863		Cortijada Los Giles,Los Giles		51	AL	04022	
2514708	Los Gavilanes	los-gavilanes	ES	38589	0	Atlantic/Canary	28.17246	-16.49518		Los Gavilanes		53	TF	38005	
2514709	Los Garres	los-garres	ES	30158	0	Europe/Madrid	37.95679	-1.09151		Los Garres		31	MU	30030	
2514710	Los Garcías	los-garcias	ES	04660	0	Europe/Madrid	37.60882	-1.02956		Caserio Los Garcias,Caserío Los Garcias,Los Garcias,Los Garcías		31	MU	30016	
2514711	Los Garcías	los-garcias	ES	04660	0	Europe/Madrid	36.88333	-3.2		Caserio Los Garcias,Caserío Los Garcïas,Los Garcias,Los Garcías		51	GR	18121	
2514716	Los Gallardos	los-gallardos	ES	04280	0	Europe/Madrid	37.44301	-2.68149		Caserio Los Gallardos,Caserío Los Gallardos,Los Gallardos		51	GR	18039	
2514717	Los Gallardos	los-gallardos	ES	04280	0	Europe/Madrid	37.16832	-1.94029				51	AL	04048	
2514722	Los Estesos	los-estesos	ES	16612	0	Europe/Madrid	39.32493	-2.37099		Barrio Los Esresos,Los Estesos		54	CU	16065	
2514723	Los Escullos	los-escullos	ES	04118	0	Europe/Madrid	36.80359	-2.06339		Caserio Los Escullos,Caserío Los Escullos		51	AL	04066	
2514729	Los Encalmados	los-encalmados	ES	04211	0	Europe/Madrid	37.03598	-2.24417		Caserio Los Encalmados,Caserío Los Encalmados,Los Encalmados		51	AL	04094	
2514730	Los Duques	los-duques	ES	46352	0	Europe/Madrid	39.43333	-1.2		Los Duques		60	V	46213	
2514731	Los Donatos	los-donatos	ES	04897	0	Europe/Madrid	37.34985	-2.53275		Cortijada Los Donatos,Los Donatos		51	AL	04083	
2514732	Los Dolores	los-dolores	ES	35432	0	Europe/Madrid	38.1518	-0.83081		Barrio de los Dolores,Los Dolores		60	A	03055	
2514733	Los Dolores	los-dolores	ES	35432	0	Europe/Madrid	37.63977	-1.00462		Dolores,Los Doloras,Los Dolores		31	MU	30016	
2514736	Los Díaz	los-diaz	ES	03350	0	Europe/Madrid	36.7718	-3.32627				51	GR	18170	
2514740	Los Curas	los-curas	ES	30876	0	Europe/Madrid	37.52756	-1.43878				31	MU	30024	
2514743	Los Cortijillos	los-cortijillos	ES	04114	0	Europe/Madrid	36.91231	-4.12533		Caserio Los Cortijillos,Caserío Los Cortijillos,Los Cortijillos		51	GR	18013	
2514746	Los Corrales	los-corrales	ES	09219	0	Europe/Madrid	39.6	-1.26667		Los Corrales		60	V	46249	
2514747	Los Corrales	los-corrales	ES	09219	4077	Europe/Madrid	37.09918	-4.98429		Los Corrales		51	SE	41037	
2514753	Los Collados	los-collados	ES	02449	0	Europe/Madrid	38.45326	-2.32869		Los Collados		54	AB	02049	
2514754	Los Cojos	los-cojos	ES	04660	0	Europe/Madrid	39.41667	-1.3		Los Cojos		60	V	46213	
2514758	Los Chospes	los-chospes	ES	02340	0	Europe/Madrid	38.7839	-2.38533		Los Chospes		54	AB	02068	
2514768	Los Cerricos	los-cerricos	ES	04813	0	Europe/Madrid	37.53356	-2.20336		Barriada Los Cerricos,Cerricos,Los Cerricos		51	AL	04070	
2514774	Los Catalmerejos	los-catalmerejos	ES	02137	0	Europe/Madrid	38.63862	-2.28534		Los Catalmerejos		54	AB	02058	
2514775	Los Castillos	los-castillos	ES	35412	0	Europe/Madrid	37.76667	-1.05		Casas Los Castillos,Caserio Los Castillos,Caserío Los Castillos,Los Castillos		31	MU	30037	
2514776	Los Castillejos	los-castillejos	ES	29713	0	Europe/Madrid	37.66667	-1.08333		Caserio Los Castillejos,Caserío Los Castillejos,Los Castillejos		31	MU	30016	
2514781	Los Carrizales	los-carrizales	ES	38489	0	Atlantic/Canary	28.3182	-16.85738		Caserio Los Carrizales,Caserío Los Carrizales,Los Carrizales		53	TF	38010	
2514784	Los Carrillos	los-carrillos	ES	30649	0	Europe/Madrid	38.2	-0.98333		Caserio Los Carrillos,Caserío Los Carrillos,Los Carrillos		60	A	03099	
2514787	Los Carmonas	los-carmonas	ES	04600	0	Europe/Madrid	37.4	-2.13333		Caserio Los Carmonas,Caserío Los Carmonas,Los Carmonas		51	AL	04006	
2514791	Los Cantos	los-cantos	ES	12428	0	Europe/Madrid	38.22329	-2.10934		Caserio Los Cantos,Caserío Los Cantos,Los Cantos		31	MU	30028	
2514792	Los Cantareros	los-cantareros	ES	30858	0	Europe/Madrid	37.7103	-1.3933		Cantareros,Los Cantareros		31	MU	30039	
2514796	Los Caños de Meca	los-canos-de-meca	ES	11159	0	Europe/Madrid	36.18583	-6.00763		Los Canos,Los Caños,Los Kan'os de Meka,Лос Каньос де Мека		51	CA	11007	
2514798	Los Campos	los-campos	ES	42173	0	Europe/Madrid	37.30336	-1.86831		Cortijada Los Campos,Los Campos		51	AL	04035	
2514799	Los Campitos	los-campitos	ES	38170	0	Atlantic/Canary	28.48295	-16.26371		Los Campitos		53	TF	38038	
2514800	Los Campillos	los-campillos	ES	03339	0	Europe/Madrid	38.72643	-1.30723		Casa Los Campillos,Los Campillos		54	AB	02051	
2514801	Los Campillos	los-campillos	ES	03339	0	Europe/Madrid	38.08333	-6.81667		Cortijada Los Campillos,Los Campillos		51	H	21028	
2514802	Los Camachos	los-camachos	ES	30369	0	Europe/Madrid	37.78687	-0.91754		Caserio Los Camachos,Caserío Los Camachos,Los Camachos		31	MU	30037	
2514803	Los Camachos	los-camachos	ES	30369	0	Europe/Madrid	37.48333	-2		Cortijada Los Camachos,Los Camachos		51	AL	04053	
2514806	Los Cabreras	los-cabreras	ES	04827	0	Europe/Madrid	37.53881	-2.01784		Los Cabreras		51	AL	04099	
2514812	Los Bravos	los-bravos	ES	21239	0	Europe/Madrid	37.96091	-6.8444				51	H	21008	
2514817	Los Belones	los-belones	ES	30385	0	Europe/Madrid	37.62157	-0.77866		Belones,Caserio Los Belones,Caserío Los Belones		31	MU	30016	
2514819	Los Beatos	los-beatos	ES	30367	0	Europe/Madrid	37.66356	-0.90233		Caserio Los Beatos,Caserío Los Beatos,Los Beatos		31	MU	30016	
2514822	Los Barrios	los-barrios	ES	11370	0	Europe/Madrid	38.15	-1.01667		Casa de los Barrios,Cortijo Los Barrios,Los Barrios		60	A	03099	
2514823	Los Barrios	los-barrios	ES	11370	0	Europe/Madrid	38.02592	-4.03039		Cortijadas Los Barrios,Los Barrios		51	J	23005	
2514824	Los Barrios	los-barrios	ES	11370	22311	Europe/Madrid	36.18482	-5.49213		Barrios,Los-Barrios,luo si ba li ao si,lws baryws,lws bryws,Лос-Барриос,Лос-Барріос,לוס בריוס,لوس باريوس,洛斯巴里奥斯		51	CA	11035	
2514828	Los Barrancos	los-barrancos	ES	11630	0	Europe/Madrid	38.4	-2.71667		Caserio Los Barrancos,Caserío Los Barrancos,Los Barrancos		51	J	23091	
2514829	Los Barrancos	los-barrancos	ES	11630	0	Europe/Madrid	38.36667	-6.03333		Barrancos,Cortijo Barrancos,Los Barrancos		57	BA	06139	
2514830	Los Barrancos	los-barrancos	ES	11630	0	Europe/Madrid	38.11667	-6.36667		Caserio Los Barrancos,Caserío Los Barrancos,Cortijo Los Barrancos,Los Barrancos		57	BA	06026	
2514903	Lomo Oscuro	lomo-oscuro	ES	38738	0	Atlantic/Canary	28.58457	-17.77679		Lomo Oscuro		53	TF	38053	
2514841	Los Baldíos	los-baldios	ES	38291	0	Atlantic/Canary	28.46686	-16.32765		Los Baldios,Los Baldíos		53	TF	38023	
2514842	Los Balcones	los-balcones	ES	18870	0	Europe/Madrid	37.44303	-2.942		Caserio Los Balcones,Caserío Los Balcones,Los Balcones		51	GR	18085	
2514843	Los Balanzas	los-balanzas	ES	30593	0	Europe/Madrid	37.68248	-0.96756		Caserio Los Balanzas,Caserío Los Balanzas,Los Balanzas		31	MU	30016	
2514844	Los Arroyos	los-arroyos	ES	04275	0	Europe/Madrid	38.30878	-2.60009		Cortijo Los Arroyos,Los Arroyos		51	J	23065	
2514845	Los Arroyos	los-arroyos	ES	04275	16	Europe/Madrid	37.63333	-1.16667		Caserio Los Arroyos,Caserío Los Arroyos,Los Arroyos		31	MU	30016	
2514848	Los Arenales	los-arenales	ES	14029	0	Europe/Madrid	37.2095	-4.15257		Cortijada Los Arenales,Los Arenales		51	GR	18122	
2514849	Los Arejos	los-arejos	ES	30889	0	Europe/Madrid	37.46314	-1.67352		Caserio Los Arejos,Caserío Los Arejos,Los Arejos		31	MU	30003	
2514850	Los Arcos	los-arcos	ES	31210	0	Europe/Madrid	37.79815	-1.17917		Caserio Los Arcos,Caserío Los Arcos,Los Arcos		31	MU	30021	
2514851	Los Arcos	los-arcos	ES	31210	0	Europe/Madrid	36.78333	-3.35		Cortijada Los Arcos,Los Arcos		51	GR	18170	
2514854	Los Anguijes	los-anguijes	ES	02140	0	Europe/Madrid	38.83764	-1.96272		Los Anguijes		54	AB	02003	
2514855	Los Ángeles	los-angeles	ES	11339	0	Europe/Madrid	39.51667	2.76667		Los Angeles,Los Ángeles		07	PM	07040	
2514856	Los Ángeles	los-angeles	ES	11339	0	Atlantic/Canary	28.46667	-16.41667		Los Angeles,Los Ángeles		53	TF	38041	
2514857	Los Andreses	los-andreses	ES	04278	0	Europe/Madrid	37.96491	-6.84817				51	H	21008	
2514858	Los Anchos	los-anchos	ES	23294	0	Europe/Madrid	38.22457	-2.58294		Cortijada de los Anchos,Los Anchos		51	J	23904	
2514862	Los Allozos	los-allozos	ES	30859	0	Europe/Madrid	37.77429	-1.61053		Caserio Los Allozos,Caserío Los Allozos,Los Allozos		31	MU	30006	
2514864	Los Alias	los-alias	ES	04278	0	Europe/Madrid	37.14605	-2.08819		Cortijada Las Alias,Los Alias		51	AL	04086	
2514866	Los Alejos	los-alejos	ES	02448	0	Europe/Madrid	38.51303	-2.24262		La Alejos,Los Alejos		54	AB	02049	
2514867	Los Alejos	los-alejos	ES	02448	0	Europe/Madrid	37.36996	-2.66529		Caserio Los Alejos,Caserío Los Alejos,Los Alejos		51	GR	18039	
2514868	Los Alcázares	los-alcazares	ES	30710	15619	Europe/Madrid	37.74425	-0.85041		Alcazares,Alcázares		31	MU	30902	
2514872	Los Álamos	los-alamos	ES	04811	0	Europe/Madrid	38.01667	-1.91667				31	MU	30015	
2514873	Los Álamos	los-alamos	ES	04811	0	Europe/Madrid	37.54169	-2.3305		Caserio Los Alamos,Caserío Los Alamos,Los Alamos,Los Álamos		51	AL	04070	
2514875	Los Agustines	los-agustines	ES	18418	0	Europe/Madrid	36.88333	-3.38333		Cortijada Los Agustines,Los Agustines		51	GR	18147	
2514877	Losa del Obispo	losa-del-obispo	ES	46168	478	Europe/Madrid	39.7	-0.86667		Llosa del Bisbe,Losa del Obispo	46149	60	V	46149	
2514878	Los Aceviños	los-acevinos	ES	38890	0	Atlantic/Canary	28.14498	-17.22738		Los Acevinos,Los Aceviños		53	TF	38021	
2514883	Lorquí	lorqui	ES	30564	6293	Europe/Madrid	38.08261	-1.25103		Lorqui,Lorquí	30025	31	MU	30025	
2514887	Loriguilla	loriguilla	ES	46393	1177	Europe/Madrid	39.68333	-0.91667		Loriguilla		60	V	46148	
2514891	Lorca	lorca	ES	30800	91906	Europe/Madrid	37.67119	-1.7017		Llorca,Lorca,Lorka,Lorko,XJR,lwrka  mrsyt,lwrqh,roruka,Лорка,לורקה,لوركا، مرسية,ロルカ	30024	31	MU	30024	
2514893	Lora del Río	lora-del-rio	ES	41440	19352	Europe/Madrid	37.65896	-5.52751		Lora del Rio,Lora del Río,Lora-del'-Rio,luo la de er li ao,lwra dyl ryw,lwrt,Лора-дель-Рио,Лора-дель-Ріо,لورا ديل ريو,لورة,洛拉德尔里奥	41055	51	SE	41055	
2514894	Lora de Estepa	lora-de-estepa	ES	41564	815	Europe/Madrid	37.26926	-4.82759		Lora de Estepa	41054	51	SE	41054	
2514896	Lopera	lopera	ES	18517	3986	Europe/Madrid	37.94542	-4.21463		Lopera	23056	51	J	23056	
2514898	Lo Pagán	lo-pagan	ES	30740	2986	Europe/Madrid	37.81761	-0.78832		Lo Pagan,Lo Pagán,Villa Teresa		31	MU	30036	
2514901	Lomo Pelado	lomo-pelado	ES	38290	0	Atlantic/Canary	28.43832	-16.37118		Lomo Pelado		53	TF	38032	
2514904	Lomo Machín	lomo-machin	ES	38726	0	Atlantic/Canary	28.81667	-17.83333		Lomo Machin,Lomo Machín,Lomo de los Machines,Lomo de los Machínes		53	TF	38007	
2514905	Lomo de Mena	lomo-de-mena	ES	38590	0	Atlantic/Canary	28.27047	-16.4202		Caserio Lomo de Mena,Caserío Lomo de Mena,Lobo de Mena,Lomo de Mena		53	TF	38020	
2514910	Lomo de las Bodegas	lomo-de-las-bodegas	ES	38129	0	Atlantic/Canary	28.56204	-16.1557		Lomo de las Bodegas		53	TF	38038	
2514916	Lomito Fragoso y Honduras	lomito-fragoso-y-honduras	ES	38801	0	Atlantic/Canary	28.1	-17.16667		Lomito Fragoso y Honduras,Lomo Fragoso		53	TF	38036	
2514942	Lo Jorge	lo-jorge	ES	30333	0	Europe/Madrid	37.71818	-1.22073		Casa Lo Jorge,Lo Jorge		31	MU	30021	
2514946	Loja	loja	ES	18300	21574	Europe/Madrid	37.16887	-4.15129		Lokha,Loxa,Лоха	18122	51	GR	18122	
2514947	Logrosán	logrosan	ES	10120	2204	Europe/Madrid	39.33641	-5.49281		Logrosan,Logrosán,luo ge luo sang,lwghrwsan,Логросан,لوغروسان,洛格罗桑	10109	57	CC	10109	
2514948	Lo Gea	lo-gea	ES	30590	0	Europe/Madrid	37.89191	-1.02063		Casas Los Geas,Caserio Los Geas,Caserío Los Geas,Lo Gea		31	MU	30030	
2515599	La Rambla	la-rambla	ES	14540	0	Atlantic/Canary	28.39306	-16.62145				53	TF	38031	
2514949	Lo Ferro	lo-ferro	ES	30709	0	Europe/Madrid	37.79891	-0.99392		Caserio Lo Ferro,Caserío Lo Ferro,Lo Ferro		31	MU	30037	
2514950	Lodero	lodero	ES	38739	0	Atlantic/Canary	28.61546	-17.76679		Lodero		53	TF	38053	
2514951	Lo del Gato	lo-del-gato	ES	38811	0	Atlantic/Canary	28.08226	-17.22002		Lo del Gato		53	TF	38036	
2514953	Lobres	lobres	ES	18610	0	Europe/Madrid	36.77205	-3.56503		Lobres		51	GR	18173	
2514958	Lobras	lobras	ES	18449	125	Europe/Madrid	36.92849	-3.2123			18121	51	GR	18121	
2514959	Lobosillo	lobosillo	ES	30331	0	Europe/Madrid	37.72934	-1.08392		Lobosillo		31	MU	30030	
2514964	Lobón	lobon	ES	06498	2611	Europe/Madrid	38.84876	-6.62365		Lobon,Lobón	06072	57	BA	06072	
2514984	Llucmajor	llucmajor	ES	07620	36078	Europe/Madrid	39.49093	2.89108		Llucmajor	07031	07	PM	07031	
2514987	Llubí	llubi	ES	07430	2030	Europe/Madrid	39.69933	3.00681		Llubi,Llubí	07030	07	PM	07030	
2514988	Lloseta	lloseta	ES	07360	5295	Europe/Madrid	39.71849	2.8669		Lloseta	07029	07	PM	07029	
2514990	Llosa de Camacho	llosa-de-camacho	ES	03723	0	Europe/Madrid	38.77266	-0.0071		Llosa de Camacho		60	A	03006	
2514991	Lloret de Vistalegre	lloret-de-vistalegre	ES	07518	1134	Europe/Madrid	39.61835	2.97493		Lloret de Vistalegre	07028	07	PM	07028	
2514994	Llombai	llombai	ES	46195	2720	Europe/Madrid	39.28333	-0.56667		Llombai,Llombay	46156	60	V	46156	
2514995	Llombay	llombay	ES	03788	0	Europe/Madrid	38.81565	-0.27062		Llombay		60	A	03136	
2514997	San Fulgencio	san-fulgencio	ES	03177	0	Europe/Madrid	38.1133	-0.7173		Caserio Llobregales,Caserío Llobregales,Llobregales		60	A	03118	
2515000	Lliber	lliber	ES	03729	0	Europe/Madrid	38.74272	0.006		Lliber,Lliver		60	A	03085	
2515002	Llerena	llerena	ES	06900	5716	Europe/Madrid	38.23333	-6.01667		L'erena,Ljerena,Llerena,Lyerena,lie lei na,yrna,Љерена,Льерена,Льєрена,Լյերենա,یرنا,列雷纳	06074	57	BA	06074	
2515003	Llera	llera	ES	06227	943	Europe/Madrid	38.45	-6.05		Llera	06073	57	BA	06073	
2515005	Llaurí	llauri	ES	46613	1269	Europe/Madrid	39.14671	-0.32944		Llauri,Llaurí	46155	60	V	46155	
2515011	Llanos de la Concepción	llanos-de-la-concepcion	ES	35637	0	Atlantic/Canary	28.4756	-14.03238		Llanos de la Concepcion,Llanos de la Concepción		53	GC	35017	
2515019	Llano de Brujas	llano-de-brujas	ES	30161	0	Europe/Madrid	38.00543	-1.07254				31	MU	30030	
2515023	Llano	llano	ES	48191	0	Europe/Madrid	38.58137	-1.04109		Caserio Llano,Caserío Llano,Llano		31	MU	30043	
2515024	Llanera de Ranes	llanera-de-ranes	ES	46814	1059	Europe/Madrid	38.99507	-0.57534		Llanera de Ranes	46154	60	V	46154	
2515036	Llíria	lliria	ES	46160	22706	Europe/Madrid	39.62894	-0.59783		Liria,Lliria,Llíria		60	V	46148	
2515041	Linares de la Sierra	linares-de-la-sierra	ES	21207	0	Europe/Madrid	37.87963	-6.62321		Linares de la Sierra	21045	51	H	21045	
2515045	Linares	linares	ES	09557	61338	Europe/Madrid	38.09519	-3.63602		Linares,Линарес	23055	51	J	23055	
2515047	Linarejos	linarejos	ES	49593	0	Europe/Madrid	38.31913	-2.62102		Cortijo Linarejos,Cortijos de Linarejos,Linarejos		51	J	23065	
2515050	Limones	limones	ES	18249	0	Europe/Madrid	37.38432	-3.78022		Limones		51	GR	18132	
2515055	Lillo	lillo	ES	45870	2615	Europe/Madrid	39.72331	-3.30618		Lillo	45084	54	TO	45084	
2515057	Lijar	lijar	ES	04859	496	Europe/Madrid	37.29492	-2.21937		Lijar		51	AL	04058	
2515058	Liétor	lietor	ES	02410	1557	Europe/Madrid	38.54267	-1.95367		Lieto,Lietor,Liéto,Liétor	02044	54	AB	02044	
2515060	Librilla	librilla	ES	30892	4145	Europe/Madrid	37.88642	-1.35557		Librilla	30023	31	MU	30023	
2515064	Lezuza	lezuza	ES	02160	1696	Europe/Madrid	38.9497	-2.35419		Lezuza	02043	54	AB	02043	
2515070	Letur	letur	ES	02434	1206	Europe/Madrid	38.36626	-2.10206		Letur	02042	54	AB	02042	
2515072	Lepe	lepe	ES	21440	25886	Europe/Madrid	37.25482	-7.20433		Lepe,Лепе	21044	51	H	21044	
2515083	Lentegí	lentegi	ES	18699	330	Europe/Madrid	36.83613	-3.67426		Lentegi,Lentegí	18120	51	GR	18120	
2515086	Lendínez	lendinez	ES	23613	0	Europe/Madrid	37.76471	-4.12275		Caserio Lendinez,Caserío Lendínez,Lendiner,Lendinez,Lendínez,Londinez		51	J	23087	
2515088	Lel	lel	ES	03658	0	Europe/Madrid	38.44914	-1.02211		Caserio Lel,Caserío Lel,Lel		60	A	03105	
2515089	Leiva	leiva	ES	26213	0	Europe/Madrid	37.60127	-1.37604		Caserio de Leiva,Caserío de Leiva,Leiva		31	MU	30026	
2515093	Ledaña	ledana	ES	16237	1913	Europe/Madrid	39.36667	-1.7		Ledana,Ledaña	16118	54	CU	16118	
2515096	Lebrija	lebrija	ES	41740	26434	Europe/Madrid	36.92077	-6.07529		Lebrija,Lebrikha,Лебриха	41053	51	SE	41053	
2515100	La Zarza	la-zarza	ES	02327	0	Europe/Madrid	38.78215	-2.06833		La Zarza		54	AB	02065	
2515101	La Zarza	la-zarza	ES	02327	0	Europe/Madrid	38.31849	-1.14644		Casa de la Fuente de la Zarza,Caserio La Zarza,Caserío La Zarza		31	MU	30022	
2515102	La Zarza	la-zarza	ES	02327	0	Europe/Madrid	37.58471	-4.70742		Caserio La Zarza,Caserío La Zarza,La Zarza		51	CO	14042	
2515108	Layos	layos	ES	45123	365	Europe/Madrid	39.77703	-4.06448		Layos	45083	54	TO	45083	
2515110	La Yesa	la-yesa	ES	46178	250	Europe/Madrid	39.88333	-0.95		La Iesa,La Ièsa,La Yesa,Yesa	46262	60	V	46262	
2515111	La Yegua Baja	la-yegua-baja	ES	04813	0	Europe/Madrid	37.54541	-2.23234		Caserio La Yegua Baja,Caserío La Yegua Baja,La Yegua Baja,Yegua		51	AL	04070	
2515112	La Yedra	la-yedra	ES	35328	0	Europe/Madrid	38.03212	-3.44776		Estacion Santuario La Yedra,Estación Santuario La Yedra,La Yedra,Yedra		51	J	23009	
2515113	La Yedra	la-yedra	ES	35328	0	Europe/Madrid	37.65	-3.83333		Casas La Yedra,La Yedra		51	J	23099	
2515114	La Yedra	la-yedra	ES	35328	0	Europe/Madrid	37.24139	-2.07736		Cortijada La Yedra,La Yedra		51	AL	04059	
2515118	La Victoria de Acentejo	la-victoria-de-acentejo	ES	38380	8469	Atlantic/Canary	28.43231	-16.46232		La Victoria de Acentejo		53	TF	38051	
2515119	La Victoria	la-victoria	ES	14140	1841	Europe/Madrid	37.68126	-4.85199		La Victoria,La Viktoria,La-Viktorija,la fyktwrya,la wei ke tuo li ya,Ла-Виктория,Ла-Вікторія,Լա Վիկտորիա,لا فيكتوريا,لا ویکتوریا، ہسپانیہ,拉维克托里亚		51	CO	14065	
2515124	La Vereda	la-vereda	ES	35110	0	Europe/Madrid	38.08333	-0.81667		Caserio La Vereda,Caserío La Vereda,La Vereda		60	A	03015	
2515125	La Vereda	la-vereda	ES	35110	0	Europe/Madrid	38.04858	-1.97644		Caserio La Vereda,Caserío La Vereda,La Vereda		31	MU	30015	
2515126	La Vereda	la-vereda	ES	35110	365	Europe/Madrid	37.91667	-1.25		Caserio La Vereda,Caserío La Vereda,La Vereda,Molino de la Vereda		31	MU	30030	
2515127	La Vereda	la-vereda	ES	35110	0	Europe/Madrid	37.66083	-0.97885		Caserio La Vereda,Caserío La Vereda,La Vereda		31	MU	30016	
2515131	La Venteta	la-venteta	ES	03110	0	Europe/Madrid	38.4	-0.4		Caserio La Venteta,Caserío La Venteta,La Ventela,La Venteta		60	A	03050	
2515133	La Vegueta	la-vegueta	ES	35560	0	Atlantic/Canary	29.05057	-13.65063		La Vegueta,La Vuegueta		53	GC	35029	
2515137	La Vega	la-vega	ES	04211	0	Europe/Madrid	39.06667	-1.11667		Casa La Vega,Caserio La Vega,Caserío La Vega,La Vega		60	V	46044	
2515138	La Vega	la-vega	ES	04211	0	Europe/Madrid	37.55	-5.85		Caserios La Vega,Caseríos La Vega,La Vega		51	SE	41018	
2515139	La Vega	la-vega	ES	04211	0	Europe/Madrid	37.27343	-6.05052		Caserio La Vega,Caserío La Vega,La Vega		51	SE	41034	
2515140	La Vega	la-vega	ES	04211	0	Europe/Madrid	36.9	-3.03333		Caserio La Vega,Caserío La Vega,La Vega		51	AL	04007	
2515151	La Unión	la-union	ES	30360	17737	Europe/Madrid	37.61915	-0.87799		La Union,La Unión,La-Un'jon,La-Un'on,Unio,la awnyn,la awnywn,la wnywn  mwrkya,lao ni weng,Ла-Уньйон,Ла-Уньон,لا أونيون,لا اونین,لا ونیون، مورکیا,劳尼翁		31	MU	30041	
2515153	La Umbría	la-umbria	ES	21207	0	Europe/Madrid	38.23333	-1		Caserio La Umbria,Caserío La Umbría,La Umbria,La Umbría,Umbria,Umbría		31	MU	30001	
2515154	La Umbría	la-umbria	ES	21207	0	Europe/Madrid	37.87104	-6.67786				51	H	21001	
2515155	La Umbría	la-umbria	ES	21207	0	Europe/Madrid	37.86667	-6.45		La Umbria,La Umbría		51	H	21079	
2515156	La Umbría	la-umbria	ES	21207	0	Europe/Madrid	37.58258	-3.55743		Caserio La Umbria,Caserío La Umbría,La Umbria,La Umbría		51	J	23064	
2515158	Laujar de Andarax	laujar-de-andarax	ES	04470	1811	Europe/Madrid	36.99516	-2.89033		Lajuar de Andaraks,Laujar,Laujar de Andarax,Laukhar-de-Andaraks,Láujar de Andarax,andrsh,lao ha er de ya en da la si,lawkhar d andaraks,Лаухар-де-Андаракс,Лајуар де Андаракс,أندرش,لاوخار د آنداراکس,劳哈尔德亚恩达拉斯		51	AL	04046	
2515168	La Torre	la-torre	ES	05540	0	Europe/Madrid	39.96667	-1.01667				60	V	46036	
2515169	La Torre	la-torre	ES	05540	0	Europe/Madrid	39.66667	-1.25				60	V	46249	
2515170	La Torre	la-torre	ES	05540	0	Europe/Madrid	39.58333	-0.26667		Caserio La Torre,Caserío La Torre,La Torre		60			
2515171	La Torre	la-torre	ES	05540	0	Europe/Madrid	38.96667	-1.01667				60	V	46044	
2515172	La Torre	la-torre	ES	05540	0	Europe/Madrid	38.90803	-5.70786		Casas de la Torre,Cortijo La Torre,La Torre,Torre		57	BA	06075	
2515173	La Torre	la-torre	ES	05540	0	Europe/Madrid	38.31574	-2.71039		Caserio La Torre,Caserío La Torre,Cortijo de la Torre,La Torre		51	J	23065	
2515174	La Torre	la-torre	ES	05540	0	Europe/Madrid	38.22801	-1.50388		Casas de la Torre,Caserio La Torre,Caserío La Torre,La Torre		31	MU	30019	
2515175	La Torre	la-torre	ES	05540	0	Atlantic/Canary	27.75	-17.93333				53	TF	38048	
2515177	La Toledana	la-toledana	ES	13194	14	Europe/Madrid	39.28333	-4.25				54	CR	13065	
2515178	La Toba	la-toba	ES	19243	0	Europe/Madrid	38.18376	-2.56495		La Toba		51	J	23904	
2515182	La Tierra del Trigo	la-tierra-del-trigo	ES	38435	0	Atlantic/Canary	28.3538	-16.80288		La Tierra del Trigo		53	TF	38042	
2515183	La Tía Lucía	la-tia-lucia	ES	04858	0	Europe/Madrid	37.27124	-2.12917		Caserio La Tia Lucia,Caserío La Tía Lucía,La Tia Lucia,La Tía Lucía		51	AL	04004	
2515187	La Tejera	la-tejera	ES	33829	0	Europe/Madrid	38.11437	-2.57109		Cortijo de la Tejera,Cortijo la Tejera,La Tejera		51	J	23904	
2515188	La Tejera	la-tejera	ES	33829	0	Europe/Madrid	37.81263	-0.82474		Caserio La Tejera,Caserío La Tejera,La Tejera		31	MU	30035	
2515189	La Tejera	la-tejera	ES	33829	0	Europe/Madrid	36.76667	-3.16667		Cortijada La Tejera,La Tejera		51	GR	18006	
2515190	La Tala	la-tala	ES	37752	0	Europe/Madrid	38.39983	-2.69463				51	J	23091	
2515192	Las Zomas	las-zomas	ES	16193	0	Europe/Madrid	39.98333	-2.01667		Las Zomas		54	CU	16089	
2515193	Las Zocas	las-zocas	ES	38628	0	Atlantic/Canary	28.06667	-16.58333		Las Zocas		53	TF	38017	
2515196	Las Yeguarizas	las-yeguarizas	ES	02448	0	Europe/Madrid	38.5507	-2.27385		Las Yeguarizas		54	AB	02017	
2515198	Las Virtudes	las-virtudes	ES	03409	0	Europe/Madrid	38.62682	-0.93142		Casas Apeadero Las Virtudes,Las Virtudes		60	A	03140	
2515205	Las Vertientes	las-vertientes	ES	18859	0	Europe/Madrid	37.59628	-2.39485				51	GR	18056	
2515206	Las Ventas de San Julián	las-ventas-de-san-julian	ES	45568	262	Europe/Madrid	40.00894	-5.29512		Las Ventas de San Julian,Las Ventas de San Julián		54	TO	45184	
2515210	Las Vegas	las-vegas	ES	03530	0	Atlantic/Canary	28.14332	-16.54759				53	TF	38017	
2515217	Las Toscas	las-toscas	ES	38811	0	Atlantic/Canary	28.51568	-16.39484		Las Toscas,Toscas		53	TF	38023	
2515218	Las Toscas	las-toscas	ES	38811	0	Atlantic/Canary	27.75	-18.01667		Las Toscas		53	TF	38013	
2515219	Las Torres de Cotillas	las-torres-de-cotillas	ES	30565	21062	Europe/Madrid	38.02822	-1.24188		La Torres de Cotillas,Las Torres de Cotillas	30038	31	MU	30038	
2515220	Las Torres	las-torres	ES	37796	0	Europe/Madrid	37.32992	-3.69877		Cortijada Las Torres,Cortijo de las Torres,Las Torres		51	GR	18051	
2515222	Las Tiñosillas	las-tinosillas	ES	13128	0	Europe/Madrid	39.16581	-4.27163		Las Tinosillas,Las Tiñosillas		54	CR	13065	
2515241	Las Rinconadas	las-rinconadas	ES	16336	0	Europe/Madrid	39.95	-1.26667		Las Rinconadas		54	CU	16194	
2515245	Las Rabinadas	las-rabinadas	ES	13129	0	Europe/Madrid	39.18879	-4.15257		Las Rabinadas		54	CR	13065	
2515248	Las Pullas	las-pullas	ES	30561	0	Europe/Madrid	38.06748	-1.25827		Caserio Las Pullas,Caserío Las Pullas,Las Pullas		31	MU	30007	
2515250	Las Pocicas	las-pocicas	ES	04813	0	Europe/Madrid	37.47826	-2.14972		Caserio Las Pocicas,Caserío Las Pocicas,Pocicas		51	AL	04006	
2515255	Las Pinedas	las-pinedas	ES	14111	0	Europe/Madrid	37.70906	-4.94814		Las Pinedas		51	CO	14017	
2515257	Las Piletas	las-piletas	ES	04549	0	Europe/Madrid	37.2513	-2.91844				51	GR	18097	
2515261	Las Pedroñeras	las-pedroneras	ES	16660	6986	Europe/Madrid	39.44997	-2.67394		Las Pedroneras,Las Pedroñeras		54	CU	16154	
2515267	Las Palomas	las-palomas	ES	33989	0	Europe/Madrid	37.85	-0.83333		Caserio Las Palomas,Caserío Las Palomas,Las Palomas		31	MU	30035	
2515268	Las Palomas	las-palomas	ES	33989	0	Atlantic/Canary	28.42646	-16.3291				53	TF	38038	
2515269	Las Palomas	las-palomas	ES	33989	0	Atlantic/Canary	28.11667	-16.53333		Las Palomas		53	TF	38017	
2515270	Las Palmas de Gran Canaria	las-palmas-de-gran-canaria	ES	35001	381847	Atlantic/Canary	28.09973	-15.41343		Kanaria Handiko Las Palmas,LPA,Las Palmas,Las Palmas de G.C.,Las Palmas de Gran Canaria,Las Palmas de Gran Kanaria,Las-Pal'mas-de-Gran-Kanarija,Laspalmasa,Les Palmes de Gran Canaria,Les Palmes de Gran Canària,Palmas,Palmas de Gran Canaria,la si pa er ma si,Лас Палмас де Гран Канариа,Лас-Пальмас-де-Гран-Канария,ラス・パルマス・デ・グラン・カナリア,拉斯帕尔马斯	53	53	GC	35016	
2515275	Las Palas	las-palas	ES	30334	0	Europe/Madrid	37.66306	-1.19032		Las Palas,Palas		31	MU	30021	
2515277	Las Orillas	las-orillas	ES	04618	26	Europe/Madrid	37.28333	-1.83333		Cortijada Las Orillas,Las Orillas		51	AL	04035	
2515282	La Soledad	la-soledad	ES	11139	0	Europe/Madrid	37.2866	-6.93424		Caserio La Soledad,Caserío La Soledad,La Soledad		51	H	21041	
2515284	La Solana	la-solana	ES	02127	16511	Europe/Madrid	38.94422	-3.2381		La Solana		54	CR	13079	
2515285	La Solana	la-solana	ES	02127	0	Europe/Madrid	38.7585	-2.0297		La Solana		54	AB	02060	
2515286	La Solana	la-solana	ES	02127	0	Europe/Madrid	38.63285	-0.81974		Casas La Solana,Casas La Solna,La Solana		60	A	03140	
2515287	La Solana	la-solana	ES	02127	0	Europe/Madrid	38.45754	-2.64985		Caserio La Solana,Caserío La Solana,La Solana		51	J	23101	
2515288	La Solana	la-solana	ES	02127	0	Europe/Madrid	38.34777	-1.04227		Caserio La Solana,Caserío La Solana,La Solana		31	MU	30001	
2515289	La Solana	la-solana	ES	02127	0	Europe/Madrid	38.31667	-0.91667		Casas La Solana,La Solana		60	A	03077	
2515293	Las Norias	las-norias	ES	03312	0	Europe/Madrid	38.38333	-0.71667		Caserio Las Norias,Caserío Las Norias,Las Norias		60	A	03088	
2515294	Las Norias	las-norias	ES	03312	0	Europe/Madrid	37.54591	-1.69458				31	MU	30024	
2515295	Las Norias	las-norias	ES	03312	0	Europe/Madrid	37.4598	-1.85891		Las Norias		51	AL	04053	
2515296	Las Norias	las-norias	ES	03312	0	Europe/Madrid	37.15	-1.93333		Cortijada Las Norias,Las Norias		51	AL	04048	
2515297	Las Nogueras	las-nogueras	ES	46351	0	Europe/Madrid	39.58333	-1.08333		Caserio Las Nogueras,Caserío Las Nogueras,Las Nogueras		60	V	46213	
2515298	Las Nogueras	las-nogueras	ES	46351	0	Europe/Madrid	38.08422	-2.57832		Caserio Nogueras,Caserio de Las Nogueras,Caserío Nogueras,Caserío de Las Nogueras,Las Nogueras		51	GR	18098	
2515301	Las Nieves	las-nieves	ES	09566	0	Europe/Madrid	38.11667	-6.66667		Caserio Las Nieves,Caserío Las Nieves,Las Nieves		57	BA	06067	
2515302	Las Nieves	las-nieves	ES	09566	0	Atlantic/Canary	28.68333	-17.76667				53	TF	38037	
2515303	Las Negras	las-negras	ES	04116	0	Europe/Madrid	36.88015	-2.00473		Caserio Las Negras,Caserío Las Negras		51	AL	04066	
2515304	Las Navillas	las-navillas	ES	45121	0	Europe/Madrid	39.55881	-4.35689				54	CR	13072	
2515306	Las Navas	las-navas	ES	05593	0	Europe/Madrid	36.85	-5.9		Caserio Las Navas,Caserío Las Navas,Las Navas		51	CA	11020	
2515308	Las Morras	las-morras	ES	13428	0	Europe/Madrid	38.35	-5		Las Morras,Minas de las Morras de Cuzna		51	CO	14070	
2515309	Las Moreras	las-moreras	ES	30877	0	Europe/Madrid	37.58601	-1.31458		Caserio Las Moreras,Caserío Las Moreras		31	MU	30026	
2515313	Las Monjas	las-monjas	ES	28420	0	Europe/Madrid	39.46667	-1.3		Las Monjas		60	V	46254	
2515315	Las Mohedas	las-mohedas	ES	02139	0	Europe/Madrid	38.60363	-2.26485		Las Mohedas		54	AB	02017	
2515317	Las Minas	las-minas	ES	02499	0	Europe/Madrid	39.4	-2.41667		Casas Las Minas,Las Minas		54	CU	16190	
2515318	Las Minas	las-minas	ES	02499	0	Europe/Madrid	38.3366	-1.68555				54	AB	02037	
2515319	Las Mesas	las-mesas	ES	16650	2544	Europe/Madrid	39.38871	-2.76524		Las Mesas		54	CU	16124	
2515324	Mederos	mederos	ES	35479	0	Atlantic/Canary	27.98819	-15.79594				53	GC	35020	
2515325	Las Maravillas	las-maravillas	ES	07610	0	Europe/Madrid	38.08333	-1.78333		Barrio Las Maravillas,Barrio de las Maravillas,Las Maravillas		31	MU	30017	
2515330	Las Lumbreras	las-lumbreras	ES	30160	0	Europe/Madrid	38.02815	-1.09068		Caserio Las Lumbreras,Caserío Las Lumbreras,Las Lumbreras		31	MU	30030	
2515332	Las Lomas	las-lomas	ES	11179	0	Europe/Madrid	37.70793	-1.04411		Caserio Las Lomas,Caserío Las Lomas,Las Lomas		31	MU	30016	
2515333	Las Lomas	las-lomas	ES	11179	0	Europe/Madrid	37.4	-2		Caserio Las Lomas,Caserío Las Lomas,Las Lomas		51	AL	04103	
2515336	Las Ledas	las-ledas	ES	38712	0	Atlantic/Canary	28.8	-17.76667		Las Ledas		53	TF	38033	
2515340	Las Lagunetas	las-lagunetas	ES	35328	0	Atlantic/Canary	28.31667	-16.78333				53	TF	38044	
2515341	Las Lagunetas	las-lagunetas	ES	35328	0	Atlantic/Canary	28.00319	-15.57501				53	GC	35033	
2515344	Las Labores	las-labores	ES	04814	680	Europe/Madrid	39.27459	-3.51872		Las Labores		54	CR	13096	
2515345	Las Juntas	las-juntas	ES	23294	0	Europe/Madrid	37.6	-2.83333		Casas Las Juntas,Las Juntas		51	GR	18194	
2515346	Las Juntas	las-juntas	ES	23294	0	Europe/Madrid	37.33346	-2.905		Cortijada Las Juntas,Las Juntas		51	GR	18085	
2515348	Las Jarillas	las-jarillas	ES	41360	0	Europe/Madrid	37.7806	-5.84317		Caserios Las Jarillas,Caseríos Las Jarillas,Las Jarillas		51	SE	41073	
2515350	Las Islas	las-islas	ES	13114	0	Europe/Madrid	39.20058	-4.28667		Las Islas		54	CR	13901	
2515351	Las Infantas	las-infantas	ES	23639	0	Europe/Madrid	40.00139	-3.68201		Las Infantas		29	M	28013	
2515352	Las Infantas	las-infantas	ES	23639	0	Europe/Madrid	37.91493	-3.78504		Las Infantas		51	J	23050	
2515353	Las Indias	las-indias	ES	38749	0	Atlantic/Canary	28.50193	-17.86099		Las Indias		53	TF	38014	
2515355	La Sierra	la-sierra	ES	33199	0	Europe/Madrid	38.51667	-2.55		Caserio La Sierra,Caserío La Sierra,La Sierra		54	AB	02016	
2515356	La Sierra	la-sierra	ES	33199	0	Europe/Madrid	37.55301	-4.55567		Buenavista,Caserios de la Sierra,Caseríos de la Sierra,La Sierra		51	CO	14042	
2515359	Las Huertas	las-huertas	ES	33412	0	Europe/Madrid	39.35172	-7.27602		Barrio de las Huertas,Las Huertas		57	CC	10203	
2515360	Las Huertas	las-huertas	ES	33412	0	Europe/Madrid	37.16667	-4.08333		Caserio Las Huertas,Caserío Las Huertas,Las Huertas		51	GR	18171	
2515361	Las Huertas	las-huertas	ES	33412	0	Atlantic/Canary	28.25	-14.16667				53	GC	35015	
2515363	Las Hoyas	las-hoyas	ES	02449	0	Europe/Madrid	38.54897	-2.11696		Caserio Las Hoyas,Caserío Las Hoyas,Las Hoyas		54	AB	02011	
2515368	Las Higueras	las-higueras	ES	14816	0	Europe/Madrid	37.69443	-3.87965		Casas Las Higueras,Las Higueras		51	J	23099	
2515369	Las Higueras	las-higueras	ES	14816	0	Europe/Madrid	37.47446	-4.11417		La Higuera,Las Higueras		51	CO	14055	
2515370	Las Herrerías	las-herrerias	ES	04618	0	Europe/Madrid	37.611	-7.29257		Herrerias,Herrerías,Las Herrerias,Las Herrerías		51	H	21058	
2515375	Las Herencias	las-herencias	ES	45664	749	Europe/Madrid	39.86884	-4.92246		Las Herencias		54	TO	45028	
2515381	Las Galletas	las-galletas	ES	38631	300	Atlantic/Canary	28	-16.65		Las Galletas,Лас Галлетас		53	TF	38006	
2515385	Las Fuentes	las-fuentes	ES	09588	0	Europe/Madrid	39.0067	-1.30634				54	AB	02010	
2515386	Las Fuentes	las-fuentes	ES	09588	0	Atlantic/Canary	28.18333	-16.71667				53	TF	38019	
2515391	Las Escuelas	las-escuelas	ES	23539	0	Europe/Madrid	37.87115	-3.51248		Caserio Las Escuelas,Caserío Las Escuelas,Las Escuelas		51	J	23009	
2515395	Las Ermitas	las-ermitas	ES	14029	0	Europe/Madrid	37.91685	-4.82206		Ermitas,Las Ermitas		51	CO	14021	
2515399	Las Eras	las-eras	ES	02214	0	Europe/Madrid	39.2	-1.41667		Las Eras		54	AB	02007	
2515402	Las Encebras	las-encebras	ES	30529	0	Europe/Madrid	38.39216	-0.98975		Caserio Encebras,Caserío Encebras,Encebras,Las Encebras		60	A	03105	
2515404	Las Delgadas	las-delgadas	ES	21647	0	Europe/Madrid	37.65821	-6.57632		Las Delgadas		51	H	21078	
2515405	Las Cunas	las-cunas	ES	04618	0	Europe/Madrid	37.27214	-1.83995		Cortijada Las Cunas		51	AL	04035	
2515407	Las Cuevecitas	las-cuevecitas	ES	38540	0	Atlantic/Canary	28.35915	-16.39707		Las Cuevecitas		53	TF	38011	
2515414	Las Cuevas	las-cuevas	ES	09585	0	Europe/Madrid	39.61667	-1.25				60	V	46249	
2515415	Las Cuevas	las-cuevas	ES	09585	0	Europe/Madrid	38.80178	-0.88224		Caserio Las Cuevas,Caserío Las Cuevas,Las Cuevas		60	V	46128	
2515416	Las Cuevas	las-cuevas	ES	09585	0	Europe/Madrid	38.76667	-2.35		Caserio Las Cuevas,Caserío Las Cuevas,Las Cuevas		54	AB	02047	
2515417	Las Cuevas	las-cuevas	ES	09585	0	Europe/Madrid	38.36151	-0.89734		Caserio Las Cuevas,Caserío Las Cuevas,Las Cuevas		60	A	03114	
2515418	Las Cuevas	las-cuevas	ES	09585	0	Europe/Madrid	38.02436	-1.08782		Caserio La Cueva,Caserío La Cueva,La Cueva,Las Cuevas		31	MU	30030	
2515419	Las Cuevas	las-cuevas	ES	09585	0	Europe/Madrid	37.18524	-4.03404		Caserio Las Cuevas,Caserío Las Cuevas,Las Cuevas		51	GR	18100	
2515420	Las Cuevas	las-cuevas	ES	09585	0	Europe/Madrid	37.18651	-2.89507		Cortijada Las Cuevas,Las Cuevas		51	GR	18097	
2515423	Las Cruces	las-cruces	ES	24521	0	Europe/Madrid	38.89097	-5.88295		Caserio Las Cruces,Caserío Las Cruces,Cruces,Las Cruces		57	BA	06044	
2515424	Las Cruces	las-cruces	ES	24521	0	Atlantic/Canary	28.36754	-16.79053				53	TF	38015	
2515425	Las Cruces	las-cruces	ES	24521	0	Atlantic/Canary	28.32613	-16.38704				53	TF	38020	
2515429	Las Cobatillas	las-cobatillas	ES	04839	0	Europe/Madrid	38.30754	-1.86885		Caserio Los Cobatillas,Caserío Los Cobatillas,Las Cobatillas,Las Covatillas		31	MU	30028	
2515430	Las Cobatillas	las-cobatillas	ES	04839	0	Europe/Madrid	37.89274	-2.21961		Caserio Las Cobatillas,Caserío Las Cobatillas,Cobatillas,Las Cobatillas		51	GR	18164	
2515432	Las Chumberas	las-chumberas	ES	38108	0	Atlantic/Canary	28.46519	-16.30849		Las Chumberas		53	TF	38023	
2515433	Las Chozas	las-chozas	ES	14978	0	Europe/Madrid	38.64115	-1.6059		Caserio Las Chozas,Caserío Las Chozas,Las Chozas		54	AB	02074	
2515434	Las Chozas	las-chozas	ES	14978	0	Europe/Madrid	37.14223	-3.90019		Cortijo Las Chozas,Las Chozas		51	GR	18061	
2515435	Las Chinas	las-chinas	ES	21291	0	Europe/Madrid	37.93041	-6.71676		Las Chinas		51	H	21034	
2515437	Las Cefiñas	las-cefinas	ES	21239	0	Europe/Madrid	37.96667	-6.85676				51	H	21008	
2515438	Las Casitas	las-casitas	ES	03187	0	Atlantic/Canary	28.30469	-14.05939		Las Casitas		53	GC	35030	
2515439	Las Casillas	las-casillas	ES	05516	0	Europe/Madrid	37.64127	-4.00651		Las Casillas		51	J	23060	
2515440	Las Casillas	las-casillas	ES	05516	0	Europe/Madrid	37.2579	-2.58466		Barriada Las Casillas,Las Casillas		51	AL	04083	
2515441	Las Casillas	las-casillas	ES	05516	0	Europe/Madrid	36.79832	-4.06638		Caserio Las Casillas,Caserío Las Casillas,Las Casillas		51	MA	29019	
2515442	Las Casillas	las-casillas	ES	05516	0	Europe/Madrid	36.795	-3.31419		Caserio Las Casillas,Caserío Las Casillas,Las Casillas		51	GR	18162	
2515443	Las Casillas	las-casillas	ES	05516	0	Atlantic/Canary	27.9936	-15.50969				53	GC	35031	
2515446	Las Casicas	las-casicas	ES	04850	0	Europe/Madrid	38.29522	-1.14606		Caserio La Casica,Caserío La Casica,Las Casicas		31	MU	30020	
2515447	Las Casicas	las-casicas	ES	04850	0	Europe/Madrid	37.73333	-0.91667		Caserio Las Casicas,Caserío Las Casicas,Las Casicas		31	MU	30037	
2515448	Las Casicas	las-casicas	ES	04850	0	Europe/Madrid	37.68923	-1.22531		Caserio Las Casicas,Caserío Las Casicas,Las Casicas		31	MU	30021	
2515449	Las Casicas	las-casicas	ES	04850	0	Europe/Madrid	37.54964	-1.82238		Caserio Las Casicas y Vilerda,Caserío Las Casicas y Vilerda,Las Casicas,Las Casicas y Vilerda		31	MU	30033	
2515450	Las Casicas	las-casicas	ES	04850	0	Europe/Madrid	37.45926	-1.50789		Caserio Las Casicas,Caserío Las Casicas,Las Casicas		31	MU	30003	
2515451	Las Casicas	las-casicas	ES	04850	0	Europe/Madrid	37.4	-1.73333		Barriada Las Casicas,Las Casicas		51	AL	04075	
2515454	Las Casas de Haches	las-casas-de-haches	ES	02139	0	Europe/Madrid	38.6134	-2.21669		Caserio Las Casas de Haches,Caserío Las Casas de Haches,Las Casas de Haches		54	AB	02017	
2515456	Las Casas	las-casas	ES	04829	0	Europe/Madrid	39.58333	-1.26667		Las Casas		60	V	46249	
2515457	Las Casas	las-casas	ES	04829	0	Europe/Madrid	39.03233	-3.98613		Las Casas		54	CR	13034	
2515458	Las Casas	las-casas	ES	04829	0	Europe/Madrid	37.96223	-0.9754		Caserio Las Casas,Caserío Las Casas,Las Casas		31	MU	30030	
2515459	Las Casas	las-casas	ES	04829	0	Atlantic/Canary	27.71469	-17.97569				53	TF	38901	
2515463	Las Carboneras	las-carboneras	ES	38294	0	Europe/Madrid	38.98965	-6.84555		Cortijo Las Carboneras,Las Carboneras		57	BA	06015	
2515464	Las Carboneras	las-carboneras	ES	38294	0	Atlantic/Canary	28.55188	-16.27817		Las Carboneras		53	TF	38023	
2515466	Las Canteras	las-canteras	ES	07209	0	Europe/Madrid	39.58333	-0.28333		Caserio Las Canteras,Caserío Las Canteras,Las Canteras		60	V	46204	
2515467	Las Canteras	las-canteras	ES	07209	0	Europe/Madrid	36.93741	-3.04338		Caserio Las Canteras,Caserío Las Canteras		51	AL	04007	
2515468	Las Canteras	las-canteras	ES	07209	0	Atlantic/Canary	28.51369	-16.22965				53	TF	38038	
2515469	Las Canteras	las-canteras	ES	07209	0	Atlantic/Canary	28.51484	-16.30856		La Cantera,Las Canteras		53	TF	38046	
2515472	Las Canales	las-canales	ES	30817	0	Europe/Madrid	37.79639	-1.58127		Caserio Las Canales,Caserío Las Canales,Las Canales		31	MU	30006	
2515473	Las Canales	las-canales	ES	30817	0	Europe/Madrid	37.70825	-1.76934		Caserio Las Canales,Caserío Las Canales,Las Canales		31	MU	30024	
2515475	Las Canalejas	las-canalejas	ES	04647	0	Europe/Madrid	37.36667	-1.76667		Cortijada Las Canalejas,Las Canalejas		51	AL	04035	
2515479	Las Cañadas	las-canadas	ES	30849	0	Europe/Madrid	37.93725	-6.68992				51	H	21034	
2515480	Las Cañadas	las-canadas	ES	30849	0	Europe/Madrid	37.80109	-2.82331		Caserio Las Canadas,Caserío Las Cañadas,Cortijos de las Canadas,Cortijos de las Cañadas,Las Canadas,Las Cañadas		51	GR	18046	
2515481	Las Cañadas	las-canadas	ES	30849	0	Europe/Madrid	37.7688	-1.78469		Caserio Las Canadas,Caserío Las Cañadas,Cortijo de las Canadas,Cortijo de las Cañadas,Las Canadas,Las Cañadas		31	MU	30024	
2515482	Las Cañadas	las-canadas	ES	30849	0	Europe/Madrid	37.61667	-3.48333		Cortijada Las Canadas,Cortijada Las Cañadas,Las Canadas,Las Cañadas		51	J	23044	
2515483	Las Cañadas	las-canadas	ES	30849	0	Europe/Madrid	37.61519	-3.48732		Caserio Las Canadas,Caserío Las Cañadas,Cortijo de Canadas,Cortijo de Cañadas,Las Canadas,Las Cañadas		51	GR	18136	
2515484	Las Cañadas	las-canadas	ES	30849	0	Atlantic/Canary	28.31995	-16.37826				53	TF	38020	
2515488	Las Caletas	las-caletas	ES	35508	0	Atlantic/Canary	28.49887	-17.82947		Caletas,Las Caletas		53	TF	38014	
2515491	Las Cabreras	las-cabreras	ES	35507	0	Europe/Madrid	37.54252	-3.906		Cortijada Las Cabreras,Las Cabreras		51	J	23026	
2515493	Las Cabezas de San Juan	las-cabezas-de-san-juan	ES	41730	16464	Europe/Madrid	36.9838	-5.93933		Las Cabezas San Juan,Las Cabezas de San Juan		51	SE	41020	
2515497	Las Brevas	las-brevas	ES	11520	0	Europe/Madrid	36.71465	-6.37547		Caserio Las Brevas,Caserío Las Brevas,Las Brevas		51	CA	11030	
2515504	Las Betetas	las-betetas	ES	13129	0	Europe/Madrid	39.20523	-4.16959		Las Betetas		54	CR	13065	
2515506	Las Barracas	las-barracas	ES	30385	0	Europe/Madrid	38.08499	-0.83478		Caserio Las Barracas,Caserío Las Barracas,Las Barracas		60	A	03024	
2515507	Las Barracas	las-barracas	ES	30385	0	Europe/Madrid	38.05	-1.25		Barracas Nuevas,Caserio Las Barracas,Caserío Las Barracas,Las Barracas		31	MU	30007	
2515508	Las Barracas	las-barracas	ES	30385	0	Europe/Madrid	37.61468	-0.77672		Barracas,Caserio Las Barracas,Caserío Las Barracas,Las Barracas		31	MU	30016	
2515509	Las Balsicas	las-balsicas	ES	30868	0	Europe/Madrid	37.59826	-1.25149		Caserio Las Balsicas,Caserío Las Balsicas,Las Balsicas		31	MU	30026	
2515515	La Sarga	la-sarga	ES	03819	0	Europe/Madrid	38.63984	-0.4661		Caserio La Sarga,Caserío La Sarga,La Sarga		60	A	03083	
2515516	Las Arenas	las-arenas	ES	09585	0	Europe/Madrid	36.8915	-6.05088		Caserio Las Arenas,Caserío Las Arenas,Las Arenas		51	SE	41053	
2515517	La Santa	la-santa	ES	35560	922	Atlantic/Canary	29.10696	-13.66761		La Santa		53	GC	35029	
2515518	Las Anorias	las-anorias	ES	02692	0	Europe/Madrid	38.75584	-1.53921		Las Anorias		54	AB	02061	
2515519	Las Ánimas	las-animas	ES	02448	0	Europe/Madrid	38.51034	-2.28417		Caserio Las Animas,Caserío Las Animas,Las Animas,Las Ánimas		54	AB	02049	
2515522	La Salud	la-salud	ES	14550	0	Europe/Madrid	37.31667	-5.96667		La Salud,Venta de la Salud		51	SE	41038	
2515525	Las Aljabaras	las-aljabaras	ES	14740	0	Europe/Madrid	37.95	-5.2		Dehesa de Aljabaras,Las Aljabaras		51	CO	14036	
2515529	Las Alcubillas Altas	las-alcubillas-altas	ES	04558	0	Europe/Madrid	37.09201	-2.58511		Las Alcubillas Altas		51	AL	04005	
2515530	Las Alcubillas	las-alcubillas	ES	04558	0	Europe/Madrid	37.09051	-2.58276		Las Alcubillas		51	AL	04005	
2515532	La Salada	la-salada	ES	41560	0	Europe/Madrid	37.29636	-4.82753		La Salada		51	SE	41041	
2515534	Las Aguas	las-aguas	ES	38429	0	Atlantic/Canary	28.39476	-16.64244		Las Aguas		53	TF	38034	
2515537	Las Adelfas	las-adelfas	ES	04510	0	Europe/Madrid	37.1706	-2.77008		Cortijada Las Adelfas,Las Adelfas		51	AL	04001	
2515539	La Sabinita	la-sabinita	ES	38589	0	Atlantic/Canary	28.17965	-16.49784		La Sabinita		53	TF	38005	
2515540	La Savina	la-savina	ES	07870	761	Europe/Madrid	38.73099	1.41827				07	PM	07024	
2515541	Las Abiertas	las-abiertas	ES	11630	0	Europe/Madrid	36.68333	-6.1		Caserio Las Abiertas,Caserío Las Abiertas,Las Abiertas		51	CA	11020	
2515543	Larva	larva	ES	23591	491	Europe/Madrid	37.76069	-3.20269		Larva	23054	51	J	23054	
2515546	Laroya	laroya	ES	04868	141	Europe/Madrid	37.29771	-2.33419		Laroya	04056	51	AL	04056	
2515547	La Rosa	la-rosa	ES	35479	0	Europe/Madrid	38.3	-3.6		Casas Mineros La Rosa,La Rosa		51	J	23024	
2515548	La Rosa	la-rosa	ES	35479	0	Atlantic/Canary	28.62395	-17.7825		La Rosa		53	TF	38053	
2515550	La Romana	la-romana	ES	03669	2333	Europe/Madrid	38.36753	-0.89862		La Romana		60	A	03114	
2515551	La Romana	la-romana	ES	03669	0	Europe/Madrid	38.36667	-0.9				60	A	03114	
2515553	Laroles	laroles	ES	18494	0	Europe/Madrid	37.00852	-3.01386				51	AL	04020	
2515554	La Roda de Andalucía	la-roda-de-andalucia	ES	41590	4294	Europe/Madrid	37.20381	-4.77802		La Roda,Roda de Andulucia		51	SE	41082	
2515555	La Roda	la-roda	ES	02630	16060	Europe/Madrid	39.20735	-2.15723		La Roda,La-Roda,Roda,la luo da,la rda,la rwda,Ла-Рода,لا ردا,لا رودا,拉罗达		54	AB	02069	
2515557	La Roca de la Sierra	la-roca-de-la-sierra	ES	06190	1543	Europe/Madrid	39.10966	-6.68916		La Roca,La Roca de la Sierra		57	BA	06115	
2515562	La Rinconada	la-rinconada	ES	41309	35928	Europe/Madrid	37.48613	-5.98091		La Rinconada,La-Rinkonada,la lin ke na da,Ла-Ринконада,Ла-Рінконада,拉林科纳达		51	SE	41081	
2515583	La Redondela	la-redondela	ES	21430	0	Europe/Madrid	37.22248	-7.2694		La Redondela		51	H	21042	
2515584	La Recueja	la-recueja	ES	02249	323	Europe/Madrid	39.18333	-1.48333		La Recueja		54	AB	02066	
2515595	La Rambla	la-rambla	ES	14540	0	Europe/Madrid	38.74784	-2.06124				54	AB	02060	
2515596	La Rambla	la-rambla	ES	14540	0	Europe/Madrid	37.7218	-0.99807		Caserio La Rambla,Caserío La Rambla,La Rambla		31	MU	30037	
2515597	La Rambla	la-rambla	ES	14540	7374	Europe/Madrid	37.6076	-4.73962		La Rambla,La-Rambla,la lan fu la,la rmblt,Ла-Рамбла,لا رمبلة,拉兰夫拉		51	CO	14057	
2515598	La Rambla	la-rambla	ES	14540	0	Europe/Madrid	36.88333	-3.03333		Barriada La Rambla,La Rambla		51	AL	04029	
2515600	La Rajita	la-rajita	ES	38860	0	Atlantic/Canary	28.05	-17.28333		La Rajita		53	TF	38003	
2515603	La Rábita	la-rabita	ES	18760	0	Europe/Madrid	37.50619	-4.05859				51	J	23003	
2515604	La Rábita	la-rabita	ES	18760	0	Europe/Madrid	36.74852	-3.17067		La Rabita,La Rábita		51	GR	18006	
2515607	La Quintería	la-quinteria	ES	23749	0	Europe/Madrid	38.01638	-3.95153		Fabrica Aceites La Quinteria,Fábrica Aceites La Quintería,La Quinteria,La Quintería		51	J	23096	
2515617	La Puerta de Segura	la-puerta-de-segura	ES	23360	2659	Europe/Madrid	38.35293	-2.73956		La Puerta,La Puerta de Segura		51	J	23065	
2515618	La Pueblanueva	la-pueblanueva	ES	45690	2097	Europe/Madrid	39.91208	-4.67933		La Pueblanueva		54	TO	45137	
2515619	La Puebla de Montalbán	la-puebla-de-montalban	ES	45516	7695	Europe/Madrid	39.86297	-4.35917		Aebura,La Puebla de Montalban,La Puebla de Montalbán,Puebla de Montalban,Puebla de Montalbán		54	TO	45133	
2515620	La Puebla del Río	la-puebla-del-rio	ES	41130	12143	Europe/Madrid	37.26787	-6.06264		La Puebla del Rio,La Puebla del Río,Puebla del Rio,Puebla del Río		51	SE	41034	
2515621	La Puebla de los Infantes	la-puebla-de-los-infantes	ES	41479	3301	Europe/Madrid	37.7809	-5.38837		La Puebla de los Infantes		51	SE	41078	
2515693	La Olmeda	la-olmeda	ES	16336	0	Europe/Madrid	39.96667	-1.25		La Olmeda		54	CU	16194	
2515622	La Puebla de Cazalla	la-puebla-de-cazalla	ES	41540	11325	Europe/Madrid	37.22155	-5.31153		La Puebla de Cazalla,Puebla de Cazalla		51	SE	41065	
2515623	La Puebla de Almoradiel	la-puebla-de-almoradiel	ES	45840	5629	Europe/Madrid	39.59862	-3.11782		La Puebla de Almoradiel,La Puebla de Almordier,Puebla de Almoradiel		54	TO	45135	
2515625	La Puebla	la-puebla	ES	30395	0	Europe/Madrid	37.71749	-0.92084		La Puebla		31	MU	30016	
2515627	La Presa	la-presa	ES	46940	0	Europe/Madrid	39.51667	-0.51667		La Presa		60	V	46159	
2515628	La Presa	la-presa	ES	46940	0	Europe/Madrid	37.86667	-6.7				51	H	21022	
2515631	La Portera	la-portera	ES	46357	0	Europe/Madrid	39.4	-1.1		La Portera,Portera		60	V	46213	
2515640	La Pinilla	la-pinilla	ES	30335	0	Europe/Madrid	37.68528	-1.27849		La Pinilla		31	MU	30021	
2515647	La Pesquera	la-pesquera	ES	16269	0	Europe/Madrid	39.58333	-1.56667		La Pesquera		54	CU	16157	
2515648	La Perulera	la-perulera	ES	04692	0	Europe/Madrid	37.43902	-2.02006		La Perulera		51	AL	04053	
2515649	La Perdoma	la-perdoma	ES	38315	0	Atlantic/Canary	28.37799	-16.55004		La Perdoma		53	TF	38026	
2515650	La Pera	la-pera	ES	17120	0	Europe/Madrid	37.02376	-3.80807		Alqueria La Pera,Alquería La Pera,Cortijo de Pera,La Pera		51	GR	18072	
2515652	La Peñarrodada	la-penarrodada	ES	04769	0	Europe/Madrid	36.8652	-2.96871		Barriada La Penarrodada,Barriada La Peñarrodada		51	AL	04029	
2515655	La Pedrera	la-pedrera	ES	35412	0	Europe/Madrid	37.773	-1.04991		Casa La Pedrera,La Pedrera		31	MU	30037	
2515656	La Pedrera	la-pedrera	ES	35412	0	Atlantic/Canary	28.48333	-16.23333				53	TF	38038	
2515659	La Paz	la-paz	ES	14100	0	Europe/Madrid	37.65667	-4.92569		La Paz		51	CO	14017	
2515660	La Paz	la-paz	ES	14100	0	Europe/Madrid	37.20709	-3.8017				51	GR	18079	
2515661	La Paz	la-paz	ES	14100	0	Atlantic/Canary	28.41293	-16.53067				53	TF	38028	
2515666	La Parrilla	la-parrilla	ES	29311	0	Europe/Madrid	37.98333	-6.75		Caserio La Parrilla,Caserío La Parrilla,La Parrilla		51	H	21051	
2515667	La Parrilla	la-parrilla	ES	29311	0	Europe/Madrid	37.77033	-5.94115		Casas La Parrilla,La Parrilla		51	SE	41027	
2515668	La Parra de las Vegas	la-parra-de-las-vegas	ES	16113	43	Europe/Madrid	39.86882	-2.20443		La Parra de las Vegas		54	CU	16152	
2515670	La Parra	la-parra	ES	05400	1432	Europe/Madrid	38.5212	-6.6226		La Parra		57	BA	06099	
2515671	La Parra	la-parra	ES	05400	0	Europe/Madrid	36.78186	-3.0682				51	AL	04003	
2515672	La Parra	la-parra	ES	05400	0	Europe/Madrid	36.74622	-6.06693		Apeadero La Parra,La Parra		51	CA	11020	
2515674	La Pared	la-pared	ES	02213	0	Europe/Madrid	39.21667	-1.21667		La Pared		54	AB	02013	
2515678	La Paloma	la-paloma	ES	33747	0	Europe/Madrid	37.92589	-1.16108		Caserio la Paloma,Caserío la Paloma,La Paloma,Venta de la Paloma		31	MU	30030	
2515679	La Palma del Condado	la-palma-del-condado	ES	21700	10404	Europe/Madrid	37.38605	-6.55231		La Palma,La Palma del Condado,La Palma del Kondado,La-Pal'ma-del'-Kondado,NDO,Palma del Kontado,la balma dyl kwndadw,la pa er ma de er kong da duo,Πάλμα δελ Κοντάδο,Ла-Пальма-дель-Кондадо,Լա Պալմա դել Կոնդադո,لا بالما ديل كوندادو,لا پالما ڈیل کونڈاڈو,拉帕尔马德尔孔达多		51	H	21054	
2515681	La Palma	la-palma	ES	18314	0	Europe/Madrid	37.68982	-0.96322		La Palma,Palma		31	MU	30016	
2515682	Las Pajanosas	las-pajanosas	ES	41219	0	Europe/Madrid	37.56667	-6.1				51	SE	41049	
2515683	La Paca	la-paca	ES	30812	0	Europe/Madrid	37.87228	-1.83606		La Paca		31	MU	30024	
2515690	La Ortigosa	la-ortigosa	ES	33989	0	Europe/Madrid	38.05	-6.68333		Cortijo La Ortigosa,La Ortigosa		51	H	21029	
2515692	La Orotava	la-orotava	ES	38300	41171	Atlantic/Canary	28.39076	-16.52309		La Orotava,La-Orotava,Orotava,Villa Orotava,Villa de la Orotava,la awrwtafa,lao luo ta wa,Ла-Оротава,Оротава,لا أوروتافا,劳罗塔瓦		53	TF	38026	
2515698	La Oliva	la-oliva	ES	11150	21996	Atlantic/Canary	28.61052	-13.92912		La Oliva,Oliva		53	GC	35014	
2515701	la Nucia	la-nucia	ES	03530	17874	Europe/Madrid	38.61372	-0.1269		La-Nusia,la Nucia,Ла-Нусиа		60	A	03094	
2515703	Lanteira	lanteira	ES	18518	489	Europe/Madrid	37.16871	-3.13823		Lanteira	18117	51	GR	18117	
2515705	La Ñora	la-nora	ES	30830	0	Europe/Madrid	37.99031	-1.19738		La Nora,La Ñora		31	MU	30030	
2515706	La Noguera	la-noguera	ES	02124	0	Europe/Madrid	38.61116	-2.04857		La Noguera		54	AB	02011	
2515708	Lanjarón	lanjaron	ES	18420	3773	Europe/Madrid	36.91853	-3.4818		Lanjaron,Lanjarón	18116	51	GR	18116	
2515709	Landete	landete	ES	16330	1398	Europe/Madrid	39.9	-1.36667		Landete	16117	54	CU	16117	
2515715	La Naya	la-naya	ES	03317	0	Europe/Madrid	37.67357	-6.56436				51	H	21049	
2515716	La Navazuela	la-navazuela	ES	02124	0	Europe/Madrid	38.61982	-2.07199		Caserio La Navazuela,Caserío La Navazuela,La Navazuela		54	AB	02011	
2515717	La Nava de Santiago	la-nava-de-santiago	ES	06486	1145	Europe/Madrid	39.06328	-6.50525		La Nava,La Nava de Santiago		57	BA	06090	
2515718	La Nava de Ricomalillo	la-nava-de-ricomalillo	ES	45670	639	Europe/Madrid	39.64961	-4.99113		La Nava de Ricomalillo,Nava de Ricomalillo		54	TO	45108	
2515721	La Nava	la-nava	ES	21291	0	Europe/Madrid	38.67949	-5.39788				57	BA	06018	
2515722	La Nava	la-nava	ES	21291	0	Europe/Madrid	38.06667	-5.63333		Caserio La Nava,Caserío La Nava,La Nava		51	SE	41002	
2515723	La Nava	la-nava	ES	21291	0	Europe/Madrid	37.96025	-6.74541		La Nava		51	H	21051	
2515724	La Nava	la-nava	ES	21291	0	Europe/Madrid	37.82702	-4.08439		Caserio La Nava,Caserío La Nava,La Nava		51	J	23087	
2515727	La Murta	la-murta	ES	30153	0	Europe/Madrid	37.82774	-1.21073		Caserio La Murta,Caserío La Murta,La Murta		31	MU	30030	
2515729	La Murada	la-murada	ES	03315	0	Europe/Madrid	38.17744	-0.96976		Caserio Los Rocamoras de Murada,Caserío Los Rocamoras de Murada,La Murada,Los Rocamoras de Murada		60	A	03099	
2515731	La Mulería	la-muleria	ES	04618	0	Europe/Madrid	37.28676	-1.79292		Cortijada La Muleria,Cortijada La Mulería,La Muleria,La Mulería,Muleria		51	AL	04035	
2515734	La Muela	la-muela	ES	23296	0	Europe/Madrid	36.93035	-5.41251		La Muela,Muela		51	CA	11005	
2515745	La Morera	la-morera	ES	06176	773	Europe/Madrid	38.54567	-6.6531		La Morera		57	BA	06089	
2515748	La Montañeta	la-montaneta	ES	38419	0	Atlantic/Canary	28.33901	-16.75668		La Montaneta,La Montañeta		53	TF	38015	
2515749	La Montaña	la-montana	ES	33734	0	Europe/Madrid	39.12095	-0.56053		Caserio La Montana,Caserío La Montaña,La Montana,La Montaña		60	V	46011	
2515750	La Montaña	la-montana	ES	33734	0	Atlantic/Canary	28.63333	-17.75				53			
2515752	La Molata	la-molata	ES	02129	0	Europe/Madrid	38.68348	-2.04886		La Molata		54	AB	02006	
2515753	La Molata	la-molata	ES	02129	0	Europe/Madrid	37.76785	-1.35239		Caserio La Molata,Caserío La Molata,La Molata		31	MU	30008	
2515755	La Mojonera	la-mojonera	ES	04745	7819	Europe/Madrid	37.29233	-2.4373		Caserio La Mojonera,Caserío La Mojonera,La Mojonera		51	AL	04021	
2515759	La Mina	la-mina	ES	14512	0	Europe/Madrid	37.71791	-1.07413		Caserio La Mina,Caserío La Mina,La Mina		31	MU	30030	
2515760	La Mezquitilla	la-mezquitilla	ES	41659	0	Europe/Madrid	37.06563	-5.1211		La Mezquitilla,Mezquitilla		51	SE	41090	
2515764	La Mesa	la-mesa	ES	33887	0	Europe/Madrid	38.21105	-3.62849				51	J	23021	
2515765	La Mela	la-mela	ES	04271	0	Europe/Madrid	37.16554	-2.10825		Cortijada La Mela,La Mela		51	AL	04086	
2515766	La Medida	la-medida	ES	38560	0	Atlantic/Canary	28.28017	-16.40846		La Medida		53	TF	38020	
2515770	La Matilla	la-matilla	ES	35613	150	Atlantic/Canary	28.55686	-13.95497		La Matilla		53	GC	35017	
2515771	La Matea	la-matea	ES	23290	0	Europe/Madrid	38.08154	-2.58923		Caserio La Matea,Caserío La Matea,La Matea		51	GR	18098	
2515772	La Matanza de Acentejo	la-matanza-de-acentejo	ES	38370	7709	Atlantic/Canary	28.45242	-16.4472		La Matanza de Acentejo,La-Matansa-de-Asentekho,la ma tan sa de ya sen te huo,la matansa d asntkhw,la mtantha dy athyntykhw,Ла-Матанса-де-Асентехо,لا ماتانزا دے اسنتیجو,لا ماتانسا د آسنتخو,لا متانثا دي أثينتيخو,拉马坦萨德亚森特霍	38025	53	TF	38025	
2515774	La Matanza	la-matanza	ES	03316	0	Europe/Madrid	38.45241	-1.89829		Caserio La Matanza,Caserío La Matanza,La Matanza		54	AB	02044	
2515776	La Mata de Bolaimí	la-mata-de-bolaimi	ES	04828	0	Europe/Madrid	37.59187	-2.11964		Caserio La Mata de Bolaimi,Caserío La Mata de Bolaimí,La Mata de Bolaimi,La Mata de Bolaimí		51	AL	04099	
2515777	La Mata	la-mata	ES	09589	947	Europe/Madrid	39.94124	-4.43822		La Mata		54	TO	45095	
2515778	La Mata	la-mata	ES	09589	0	Europe/Madrid	38.64974	-0.67962		Caserio La Mata,Caserío La Mata,La Mata		60	A	03096	
2515779	La Marquesa	la-marquesa	ES	03187	0	Europe/Madrid	38.00415	-0.75696		Caserio La Marquesa,Caserío La Marquesa,La Marquesa		60	A	03133	
2515793	La Mamola	la-mamola	ES	18750	0	Europe/Madrid	36.74711	-3.27897		La Mamola		51	GR	18162	
2515796	La Majada	la-majada	ES	30878	0	Europe/Madrid	37.75683	-6.61759				51	H	21019	
2515797	La Majada	la-majada	ES	30878	0	Europe/Madrid	37.63014	-1.4136		La Majada		31	MU	30026	
2515798	La Magdalena	la-magdalena	ES	03370	0	Europe/Madrid	37.64898	-1.07728		La Magdalena		31	MU	30016	
2515800	La Luz	la-luz	ES	38312	0	Atlantic/Canary	28.36667	-16.53333		La Luz		53	TF	38026	
2515801	La Luisiana	la-luisiana	ES	41430	4434	Europe/Madrid	37.52602	-5.24883		La Luisana,La Luisiana		51	SE	41056	
2515803	La Losilla	la-losilla	ES	04829	0	Europe/Madrid	38.94063	-1.77051		Caserio La Losilla,Caserío La Losilla,La Losilla		54	AB	02029	
2515805	La Losa	la-losa	ES	16707	0	Europe/Madrid	39.38333	-2.1		La Losa		54	CU	16003	
2515808	La Loma	la-loma	ES	04693	0	Europe/Madrid	37.65101	-0.85724				31	MU	30016	
2515809	La Loberuela	la-loberuela	ES	46339	0	Europe/Madrid	39.66667	-1.33333		La Loberuela		60	V	46080	
2515811	La Llosa	la-llosa	ES	09587	917	Europe/Madrid	39.76667	-0.2		La Llosa,La Losa		60	CS	12074	
2515812	La Línea de la Concepción	la-linea-de-la-concepcion	ES	11300	64595	Europe/Madrid	36.16809	-5.34777		La Linea,La Linea de la Concepcion,La Línea,La Línea de la Concepción,La-Linea-de-la-Konseps'jon,La-Linea-de-la-Konseps'on,La-Linea-deh-la-Kanseps'jon,Linea de Konsepsion,la li nei ya de la kong sai pu xi weng,la lnya dy la kanspchyan,la yyna dy la kwnsybsywn,Ла-Линеа-де-ла-Консепсьон,Ла-Лінеа-де-ла-Консепсьйон,Ла-Лінеа-дэ-ла-Кансепсьён,Линеа де Консепсион,لا لنیا دی لا کانسپچیان,لا يينا دي لا كونسيبسيون,ラ・リネア・デ・ラ・コンセプション,拉利内亚德拉孔塞普西翁		51	CA	11022	
2515813	La Lapa	la-lapa	ES	06391	307	Europe/Madrid	38.45	-6.51667		La Lapa		57	BA	06071	
2515814	La Lantejuela	la-lantejuela	ES	41630	3792	Europe/Madrid	37.3535	-5.22477		La Lantejuela,La Lentejuela		51	SE	41052	
2515817	La Laja	la-laja	ES	38801	0	Atlantic/Canary	28.10899	-17.19161		La Laja		53	TF	38036	
2515820	La Laguna	la-laguna	ES	39556	0	Europe/Madrid	38.98826	-1.28228				54	AB	02010	
2515821	La Laguna	la-laguna	ES	39556	0	Europe/Madrid	38.09554	-3.6241		Caserios La Laguna,Caseríos La Laguna,La Laguna		51	J	23055	
2515822	La Laguna	la-laguna	ES	39556	0	Europe/Madrid	37.9447	-3.56671		Caserio La Laguna,Caserío La Laguna,La Laguna		51	J	23009	
2515823	La Laguna	la-laguna	ES	39556	0	Europe/Madrid	37.92642	-3.55538		Cortijada La Laguna,La Laguna		51	J	23009	
2515824	La Laguna	la-laguna	ES	39556	0	Europe/Madrid	36.87087	-5.67668		Caserio La Laguna,Caserío La Laguna,La Laguna		51	CA	11010	
2515949	La Fuentecilla	la-fuentecilla	ES	04274	0	Atlantic/Canary	28.41334	-16.3434				53	TF	38032	
2515834	La Junquera	la-junquera	ES	30412	0	Europe/Madrid	38.92192	-2.24273		Caserio La Yunquera,Caserio de Yunquera,Caserío La Yunquera,Caserío de Yunquera,La Junquera		54	AB	02043	
2515835	La Junquera	la-junquera	ES	30412	0	Europe/Madrid	37.92683	-2.16919		Caserio La Junquera,Caserío La Junquera,La Junquera		31	MU	30015	
2515839	La Juaida	la-juaida	ES	04240	0	Europe/Madrid	36.87179	-2.42334		Caserio La Juaida,Caserío La Juaida		51	AL	04101	
2515840	La Joya	la-joya	ES	29260	0	Europe/Madrid	37.76298	-7.02524				51	H	21023	
2515841	La Lajita	la-lajita	ES	35627	0	Atlantic/Canary	28.18308	-14.15215		La Lajita		53	GC	35015	
2515853	La Jara	la-jara	ES	11540	0	Europe/Madrid	37.19577	-1.86099		Caserio La Jara,Caserío La Jara,La Jara		51	AL	04100	
2515854	La Jara	la-jara	ES	11540	0	Europe/Madrid	36.75871	-6.38994		Caserio La Jara,Caserío La Jara,La Jara		51	CA	11032	
2515864	La Iruela	la-iruela	ES	23476	1824	Europe/Madrid	37.91986	-2.99659		Iruela,La Iruela		51	J	23028	
2515865	La Iglesia	la-iglesia	ES	48880	0	Europe/Madrid	37.82497	-3.89083		Cortijada La Iglesia,La Iglesia		51	J	23086	
2515868	La Huerta	la-huerta	ES	04629	0	Europe/Madrid	37.24902	-1.94026		Cortijada La Huerta,La Huerta		51	AL	04016	
2515869	La Huelga	la-huelga	ES	04289	0	Europe/Madrid	37.11487	-2.01264		La Huelga		51	AL	04086	
2515870	La Hoz	la-hoz	ES	02314	0	Europe/Madrid	38.68523	-2.44558		La Hoz		54	AB	02008	
2515874	La Hoya	la-hoya	ES	37716	0	Europe/Madrid	37.47712	-2.00272				51	AL	04053	
2515875	La Hoya	la-hoya	ES	37716	0	Europe/Madrid	37.35095	-2.22489		Cortijada La Hoya,La Hoya		51	AL	04031	
2515876	La Hoya	la-hoya	ES	37716	0	Atlantic/Canary	28.08126	-16.6161				53	TF	38035	
2515880	La Horca	la-horca	ES	02499	0	Europe/Madrid	38.45413	-1.61235		La Horca		54	AB	02037	
2515883	La Hojilla	la-hojilla	ES	04850	0	Europe/Madrid	37.37223	-2.20364		Cortijada La Hojilla,La Hojilla		51	AL	04031	
2515884	La Hinojosa	la-hinojosa	ES	16435	285	Europe/Madrid	39.72778	-2.41403		La Hinojosa		54	CU	16099	
2515887	La Higuera	la-higuera	ES	02693	0	Europe/Madrid	38.78292	-1.40028		La Higuera		54	AB	02027	
2515888	La Hidalga	la-hidalga	ES	38550	0	Atlantic/Canary	28.33159	-16.39521		La Hidalga		53	TF	38004	
2515890	La Herrería	la-herreria	ES	02124	0	Europe/Madrid	38.6229	-2.02888		La Herreria,La Herrería		54	AB	02006	
2515891	La Herrería	la-herreria	ES	02124	0	Europe/Madrid	38.51527	-6.7462		Caserio La Herreria,Caserío La Herrería,La Herreria,La Herrería		57	BA	06116	
2515892	La Herrería	la-herreria	ES	02124	0	Europe/Madrid	37.73794	-5.11354		La Herreria,La Herrería		51	CO	14030	
2515893	La Herrera	la-herrera	ES	02162	0	Europe/Madrid	38.96282	-2.12677		La Herrera		54	AB	02038	
2515894	La Herrera	la-herrera	ES	02162	0	Europe/Madrid	38.61931	-1.78428		Caserio La Herrera,Caserío La Herrera,La Herrera		54	AB	02074	
2515895	La Herrera	la-herrera	ES	02162	0	Europe/Madrid	38.2	-2.91667		La Herrera		51	J	23097	
2515896	La Herradura	la-herradura	ES	04647	4248	Europe/Madrid	36.73491	-3.7376		Herradura,La Herradura		51	GR	18017	
2515900	La Haba	la-haba	ES	06714	1450	Europe/Madrid	38.91929	-5.80034		La Haba		57	BA	06044	
2515908	La Guardia de Jaén	la-guardia-de-jaen	ES	23170	2297	Europe/Madrid	37.74303	-3.69312		La Guardia,La Guardia de Jaen,La Guardia de Jaén,La-Guardija-de-Khaen,La-Gvardia-de-Khaehn,la ghwardya dy khayn,la gua er di ya de hai en,la gwardya d khayn,Ла-Гвардиа-де-Хаэн,Ла-Гуардія-де-Хаен,لا غوارديا دي خاين,لا گواردیا د خائن,拉瓜尔迪亚德海恩		51	J	23038	
2515909	La Guardia	la-guardia	ES	45760	2329	Europe/Madrid	39.78795	-3.47604		La Gardia,La Guardia,La-Guardija,la gua er di ya,Ла Гардиа,Ла-Гуардия,Ла-Гуардія,Լա Գուարդիա,拉瓜尔迪亚		54	TO	45071	
2515910	La Guarda	la-guarda	ES	06459	0	Europe/Madrid	38.80196	-5.70846		La Guarda		57	BA	06028	
2515911	La Guancha	la-guancha	ES	38440	5424	Atlantic/Canary	28.3732	-16.65158		Guancha,La Guancha	38018	53	TF	38018	
2515912	La Granjuela	la-granjuela	ES	14207	494	Europe/Madrid	38.36667	-5.35		La Granjuela		51	CO	14032	
2515913	La Granja de la Costera	la-granja-de-la-costera	ES	46818	342	Europe/Madrid	38.99802	-0.56399		La Granja de la Costera		60	V	46137	
2515914	La Granada de Río Tinto	la-granada-de-rio-tinto	ES	21668	0	Europe/Madrid	37.76879	-6.50848		La Granada de Rio Tinto,La Granada de Río Tinto		51	H	21036	
2515916	La Graña	la-grana	ES	33779	0	Europe/Madrid	37.76276	-1.14051		Casa La Grana,Casa La Graña,Caserio La Grana,Caserío La Graña,La Grana,La Graña		31	MU	30030	
2515917	La Grajuela	la-grajuela	ES	02110	0	Europe/Madrid	39.11758	-1.93336		La Grajuela		54	AB	02035	
2515919	Lagos	lagos	ES	18616	0	Europe/Madrid	36.7948	-3.43589		Lagos		51	GR	18184	
2515921	La Gironda	la-gironda	ES	41600	0	Europe/Madrid	37.0875	-5.59813		Caserio La Gironda,Caserío La Gironda,La Gironda		51	SE	41011	
2515922	La Gineta	la-gineta	ES	02110	2137	Europe/Madrid	39.11452	-1.99603		La Gineta		54	AB	02035	
2515923	La Gila	la-gila	ES	02211	0	Europe/Madrid	39.2	-1.36667		La Gila		54	AB	02007	
2515928	Lagartera	lagartera	ES	45567	1607	Europe/Madrid	39.90557	-5.20143		Lagartera		54	TO	45125	
2515929	La Garrovilla	la-garrovilla	ES	06870	2528	Europe/Madrid	38.91961	-6.47747		La Garrovilla		57	BA	06058	
2515931	La Garnatilla	la-garnatilla	ES	18614	0	Europe/Madrid	36.74386	-3.44175		La Garnatilla		51	GR	18140	
2515934	La Garganta	la-garganta	ES	10759	0	Europe/Madrid	38.22085	-2.66649		Caserio La Garganta,Caserío La Garganta,Cortijos de la Garganta,La Garganta		51	J	23043	
2515935	La Garapacha	la-garapacha	ES	30629	0	Europe/Madrid	38.24928	-1.18399		La Garapacha,La Garrapacha		31	MU	30020	
2515941	La Galera	la-galera	ES	03599	0	Europe/Madrid	37.54461	-1.68655		Caserio La Galera,Caserío La Galera,La Galera		31	MU	30024	
2515942	La Fuente Santilla	la-fuente-santilla	ES	04779	0	Europe/Madrid	36.75	-2.98333		Barriada La Fuente Santilla,La Fuente Santilla		51	AL	04003	
2515944	La Fuente Grande	la-fuente-grande	ES	14813	0	Europe/Madrid	37.40673	-4.08218		Caserio Fuente Grande,Caserío Fuente Grande,La Fuente Grande		51	CO	14004	
2515945	La Fuente del Tío Molina	la-fuente-del-tio-molina	ES	04858	0	Europe/Madrid	37.30475	-2.1812		Caserio La Fuente del Tio Molina,Caserío La Fuente del Tío Molina,La Fuente del Tio Molina,La Fuente del Tío Molina		51	AL	04004	
2515947	La Fuente del Negro	la-fuente-del-negro	ES	04810	0	Europe/Madrid	37.48708	-2.36774		Caserio La Fuente del Negro,Caserío La Fuente del Negro,La Fuente del Negro		51	AL	04070	
2515950	La Fuente	la-fuente	ES	04647	0	Europe/Madrid	37.38898	-1.74612		La Fuente,La Fuente de Pulpi		51	AL	04075	
2515951	La Fuensanta	la-fuensanta	ES	02129	0	Europe/Madrid	38.69946	-2.03171		La Fuensanta		54	AB	02060	
2515952	La Fuensanta	la-fuensanta	ES	02129	0	Europe/Madrid	37.51341	-1.95158				51	AL	04053	
2515955	La Fresneda	la-fresneda	ES	44596	0	Europe/Madrid	39.71403	-4.83459		Caserio de La Fresneda,La Fresneda		54	TO	45170	
2515959	La Florida	la-florida	ES	08130	0	Europe/Madrid	38.63265	-1.50354		Casa de la Florida,Caserio La Florida,Caserío La Florida,La Florida		54	AB	02056	
2515960	La Florida	la-florida	ES	08130	0	Europe/Madrid	38.12456	-0.771		Caserio La Florida,Caserío La Florida,La Florida		60	A	03064	
2515961	La Florida	la-florida	ES	08130	0	Atlantic/Canary	28.38973	-16.50639		La Florida		53	TF	38026	
2515962	La Florida	la-florida	ES	08130	0	Atlantic/Canary	28.28333	-14.05		Florida,La Florida		53	GC	35030	
2515963	La Figuera	la-figuera	ES	43736	0	Europe/Madrid	39.8	2.73333		La Figuera,Sa Figuera		07	PM	07061	
2515965	La Felipa	la-felipa	ES	02156	0	Europe/Madrid	39.0408	-1.70274		Caserio La Felipa,Caserío La Felipa,La Felipa		54	AB	02029	
2515966	La Estrella	la-estrella	ES	35212	353	Europe/Madrid	39.68937	-5.09543		La Estrella		54	TO	45065	
2515967	La Estrella	la-estrella	ES	35212	0	Europe/Madrid	37.75606	-0.99937		Casa La Estrella,La Estrella		31	MU	30037	
2515988	La Esperanza	la-esperanza	ES	30369	0	Europe/Madrid	37.17271	-4.12784		Barriada La Esperanza,La Esperanza		51	GR	18100	
2515989	La Esperanza	la-esperanza	ES	30369	0	Atlantic/Canary	28.45073	-16.36922		La Esperanza		53	TF	38032	
2515995	La Ermita	la-ermita	ES	04810	0	Europe/Madrid	39.65	-0.88333		Caserio La Ermita,Caserío La Ermita,La Ermita		60	V	46112	
2515996	La Ermita	la-ermita	ES	04810	0	Europe/Madrid	38.52359	-0.23758				60	A	03139	
2515997	La Ermita	la-ermita	ES	04810	0	Europe/Madrid	37.74242	-2.87226				51	GR	18053	
2516002	La Encina	la-encina	ES	37515	0	Europe/Madrid	38.76608	-0.95374		Caserio La Encina,Caserío La Encina,La Encina		60	A	03140	
2516006	La Drova	la-drova	ES	46758	0	Europe/Madrid	39.00377	-0.28349		La Drova		60	V	46046	
2516012	La Dehesilla	la-dehesilla	ES	34160	0	Europe/Madrid	39.16503	-6.84891		Cortijo La Dehesilla,La Dehesilla		57	BA	06155	
2516016	La Dehesa	la-dehesa	ES	04828	0	Europe/Madrid	38.58406	-2.08861				54	AB	02011	
2516017	La Dehesa	la-dehesa	ES	04828	0	Europe/Madrid	37.71404	-6.58151				51	H	21049	
2516018	La Dehesa	la-dehesa	ES	04828	0	Europe/Madrid	37.16667	-4		Cortijada La Dehesa,Dehesa,La Dehesa		51	GR	18171	
2516024	La Cumbre	la-cumbre	ES	04270	1027	Europe/Madrid	39.4046	-5.97635		La Cumbre		57	CC	10195	
2516025	La Cumbre	la-cumbre	ES	04270	0	Europe/Madrid	37.4712	-6.7502		Caserio La Cumbre,Caserío La Cumbre,La Cumbre		51	H	21053	
2516026	La Cumbre	la-cumbre	ES	04270	0	Europe/Madrid	37.0676	-2.13914		Cortijada La Cumbre,La Cumbre		51	AL	04086	
2516030	La Cueva del Pájaro	la-cueva-del-pajaro	ES	04149	0	Europe/Madrid	37.03504	-1.96003		Cortijada La Cueva del Pajaro,Cortijada La Cueva del Pájaro		51	AL	04032	
2516033	La Cuesta	la-cuesta	ES	24740	0	Atlantic/Canary	28.82024	-17.78034				53	TF	38007	
2516034	La Cuesta	la-cuesta	ES	24740	0	Atlantic/Canary	28.46798	-16.28622				53	TF	38023	
2516035	La Cuesta	la-cuesta	ES	24740	0	Atlantic/Canary	27.76406	-17.94565				53	TF	38048	
2516036	La Cruz	la-cruz	ES	14650	0	Europe/Madrid	38.14152	-3.63524		Caserios La Cruz,Caseríos La Cruz,La Cruz		51	J	23055	
2516037	La Cruz	la-cruz	ES	14650	0	Europe/Madrid	37.21667	-2.03333		Cortijada La Cruz,La Cruz		51	AL	04059	
2516040	La Costa	la-costa	ES	11380	0	Atlantic/Canary	29.1	-13.63333				53	GC	35024	
2516041	La Costa	la-costa	ES	11380	0	Atlantic/Canary	28.31675	-16.3852				53	TF	38020	
2516042	Lugarejos	lugarejos	ES	35350	0	Atlantic/Canary	28.04365	-15.67114				53	GC	35005	
2516043	La Corujera	la-corujera	ES	38399	0	Atlantic/Canary	28.41526	-16.49314				53	TF	38039	
2516046	La Corte	la-corte	ES	21239	0	Europe/Madrid	37.95388	-6.83178				51	H	21025	
2516047	La Corte	la-corte	ES	21239	0	Europe/Madrid	37.86004	-6.73734				51	H	21067	
2516049	La Coronada	la-coronada	ES	06469	2316	Europe/Madrid	38.92045	-5.66978		Coronada,La Coronada		57	BA	06039	
2516050	La Coronada	la-coronada	ES	06469	0	Europe/Madrid	38.25	-5.5		La Coronada		51	CO	14029	
2516051	La Corona	la-corona	ES	30396	216	Europe/Madrid	37.63333	-1.1		Caserio La Corona,Caserío La Corona,La Corona		31	MU	30016	
2516053	La Copa	la-copa	ES	30189	0	Europe/Madrid	38.081	-1.66042		La Copa		31	MU	30012	
2516056	La Condomina	la-condomina	ES	30566	0	Europe/Madrid	38.36272	-0.42563		Caserio Condomina,Caserío Condomina,Condomina		60	A	03014	
2516057	La Condomina	la-condomina	ES	30566	0	Europe/Madrid	37.67086	-1.61648		Caserio La Condomina,Caserío La Condomina,La Condomina		31	MU	30024	
2516058	La Condesa	la-condesa	ES	38769	0	Europe/Madrid	38.09508	-3.89463		Fabrica Aceite La Condesa,Fábrica Aceite La Condesa,La Condesa		51	J	23096	
2516059	La Concepción	la-concepcion	ES	04662	0	Europe/Madrid	38.36695	-6.79646				57	BA	06148	
2516060	La Concepción	la-concepcion	ES	04662	0	Europe/Madrid	37.45182	-4.15485		Concepcion,Concepción,Cortijos del Judio,Cortijos del Judío,La Concepcion,La Concepción		51	CO	14055	
2516061	La Concepción	la-concepcion	ES	04662	0	Atlantic/Canary	28.15611	-16.74882		La Concepcion,La Concepción		53	TF	38001	
2516065	La Codosera	la-codosera	ES	06518	2203	Europe/Madrid	39.20878	-7.1733				57	BA	06037	
2516066	La Cisnera	la-cisnera	ES	38589	0	Atlantic/Canary	28.16202	-16.5121		La Cisnera		53	TF	38005	
2516071	Láchar	lachar	ES	18327	2765	Europe/Madrid	37.19519	-3.83277		Lacen,Lachar,la cha er,latshar,Лачар,لاتشار,拉查尔	18115	51	GR	18115	
2516073	La Cerradura	la-cerradura	ES	23190	0	Europe/Madrid	37.69511	-3.63902		Caserio La Cerradura,Caserío La Cerradura,La Cerradura		51	J	23067	
2516077	La Casería	la-caseria	ES	33616	0	Europe/Madrid	36.98333	-2.88333		Caserio La Caseria,Caserío La Casería,La Caseria,La Casería		51	AL	04046	
2516082	La Carrasca	la-carrasca	ES	23614	0	Europe/Madrid	39.86667	-1.03333		La Carrasca		60	V	46036	
2516083	La Carrasca	la-carrasca	ES	23614	0	Europe/Madrid	37.64453	-3.98475		Caserio La Carrasca,Caserío La Carrasca,La Carrasca		51	J	23060	
2516084	La Carrasca	la-carrasca	ES	23614	0	Europe/Madrid	37.46968	-4.08417		Caserio La Carrasca,Caserío La Carrasca		51	CO	14004	
2516085	La Carrasca	la-carrasca	ES	23614	0	Europe/Madrid	37.0927	-1.94407		Caserio La Carrasca,Caserío La Carrasca		51	AL	04093	
2516088	La Carolina	la-carolina	ES	23200	15880	Europe/Madrid	38.27559	-3.61535		La Carolina		51	J	23021	
2516089	La Carlota	la-carlota	ES	14100	13182	Europe/Madrid	37.67359	-4.93122		La Carlota,La-Karlota,la karlwta,Ла-Карлота,لا كارلوتا,لا کارلوٹا، سپاین,ラ・カルロータ		51	CO	14017	
2516090	La Caridad	la-caridad	ES	33750	0	Atlantic/Canary	28.49098	-16.38639		La Caridad		53	TF	38043	
2516091	La Cardonera	la-cardonera	ES	35478	0	Atlantic/Canary	28.31538	-16.37048				53	TF	38020	
2516092	La Cardenchosa	la-cardenchosa	ES	06929	0	Europe/Madrid	38.23333	-5.55		La Cardenchosa		57	BA	06014	
2516093	La Cardenchosa	la-cardenchosa	ES	06929	0	Europe/Madrid	38.15	-5.35		La Cardenchosa		51	CO	14029	
2516096	la Canuta	la-canuta	ES	03710	0	Europe/Madrid	38.63732	0.03287		la Canuta		60	A	03047	
2516097	La Cantera	la-cantera	ES	35217	0	Atlantic/Canary	28.11667	-16.53333				53	TF	38017	
2516098	La Canaleja	la-canaleja	ES	05693	0	Europe/Madrid	39.95	-0.98333		La Canaleja		60	V	46036	
2516099	La Canaleja	la-canaleja	ES	05693	0	Europe/Madrid	38.6429	-2.23121		Canaleja,Caserio Canaleja,Caserío Canaleja,La Canaleja		54	AB	02059	
2516100	La Canaleja	la-canaleja	ES	05693	0	Europe/Madrid	37.91693	-1.78498		Caserio La Canaleja,Caserío La Canaleja,La Canaleja,Las Canalejas		31	MU	30024	
2516101	La Canal	la-canal	ES	04274	0	Europe/Madrid	38.83333	1.36667				07	PM	07048	
2516102	La Canal	la-canal	ES	04274	0	Europe/Madrid	38.61667	-0.55		Casas La Canal,La Canal		60	A	03079	
2516104	La Cañada Grande	la-canada-grande	ES	04839	0	Europe/Madrid	37.81741	-2.26813		Caserio La Canada Grande,Caserío La Cañada Grande,La Canada Grande,La Cañada Grande		51	GR	18164	
2516105	La Cañada de San Urbano	la-canada-de-san-urbano	ES	04120	0	Europe/Madrid	36.8402	-2.40601		Canada de San Urbano,Cañada de San Urbano		51	AL	04013	
2516107	La Cañada de Cañepla	la-canada-de-canepla	ES	04839	0	Europe/Madrid	37.79639	-2.28587		Canadas de Canepla,Caserio Las Canadas de Canepla,Caserío Las Cañadas de Cañepla,Cañadas de Cañepla,La Canada de Canepla,La Cañada de Cañepla		51	GR	18164	
2516110	La Cañada	la-canada	ES	03699	0	Europe/Madrid	39.65	-1.43333		Caserio La Canada,Caserío La Cañada,La Canada,La Cañada		54	CU	16126	
2516111	La Cañada	la-canada	ES	03699	0	Europe/Madrid	39.6	-1.06667		Caserio La Canada,Caserío La Cañada,La Canada,La Cañada		60	V	46213	
2516112	La Cañada	la-canada	ES	03699	0	Europe/Madrid	39.53333	-0.48333		Barrio La Canada,Barrio La Cañada,La Canada,La Cañada,Partida de La Canada,Partida de La Cañada		60	V	46190	
2516113	La Cañada	la-canada	ES	03699	0	Europe/Madrid	39.23396	-3.85248		Caserio Canada,Caserío Cañada,La Canada,La Cañada		54	CR	13052	
2516114	La Cañada	la-canada	ES	03699	0	Atlantic/Canary	28.35	-14.01667				53	GC	35030	
2516117	La Campaneta	la-campaneta	ES	03325	0	Europe/Madrid	38.08469	-0.87683		Caserio La Campaneta,Caserío La Campaneta,La Campaneta		60	A	03099	
2516118	La Campana	la-campana	ES	30813	5197	Europe/Madrid	37.56891	-5.4267		La Campana		51	SE	41022	
2516124	La Caleta-Guardia	la-caleta-guardia	ES	18680	0	Europe/Madrid	36.74679	-3.60126		Barriada La Caleta Guardia,La Caleta,La Caleta-Guardia		51	GR	18173	
2516132	La Calera	la-calera	ES	10137	0	Europe/Madrid	39.51269	-5.25425		La Calera		57	CC	10017	
2516135	La Caldera	la-caldera	ES	38660	0	Atlantic/Canary	28.66026	-17.89831				53	TF	38024	
2516139	La Calahorra	la-calahorra	ES	18512	0	Europe/Madrid	37.18333	-3.06667				51	GR	18114	
2516146	La Cabezuela	la-cabezuela	ES	45489	0	Europe/Madrid	39.31667	-1.05		Caserio La Cabezuela,Caserío La Cabezuela,La Cabezuela		60	V	46099	
2516147	La Cabezuela	la-cabezuela	ES	45489	0	Europe/Madrid	38.04205	-1.95936		Caserio La Cabezuela,Caserío La Cabezuela,La Cabezuela		31	MU	30015	
2516148	La Cabañuela	la-cabanuela	ES	09141	0	Europe/Madrid	38.11716	-2.81654		Caserio La Cabanuela,Caserío La Cabañuela,La Cabanuela,La Cabañuela		51	J	23043	
2516150	La Caba	la-caba	ES	33616	0	Europe/Madrid	37.54785	-6.48015		Casas La Caba,La Caba		51	H	21012	
2516157	Laborcillas	laborcillas	ES	18540	0	Europe/Madrid	37.45355	-3.2904		Laborcillas		51	GR	18909	
2516158	La Boquera	la-boquera	ES	03669	0	Europe/Madrid	38.34684	-0.90215		Caserio La Boquera,Caserío La Boquera,La Boquera		60	A	03114	
2516159	La Boquera	la-boquera	ES	03669	0	Europe/Madrid	37.27836	-2.25588		Cortijada La Boquera,La Boquera		51	AL	04058	
2516165	La Bermeja	la-bermeja	ES	30610	0	Europe/Madrid	38.14212	-1.45228		Caserio La Bermeja,Caserío La Bermeja,La Bermeja		31	MU	30034	
2516166	La Bermeja	la-bermeja	ES	30610	0	Europe/Madrid	37.53604	-2.43157		Caserio La Bermeja,Caserío La Bermeja,Cortijos de la Bermeja,La Bermeja		51	AL	04070	
2516168	La Barriada de Alcora	la-barriada-de-alcora	ES	04450	0	Europe/Madrid	36.98888	-2.73484		La Barriada de Alcora		51	AL	04030	
2516173	La Baña	la-bana	ES	24746	0	Europe/Madrid	37.62947	-1.01407		Casa La Bana,Casa La Baña,Caserio La Bana,Caserío La Baña,La Bana,La Baña		31	MU	30016	
2516182	La Azohía	la-azohia	ES	30868	0	Europe/Madrid	37.55431	-1.1697		Azohia,Caserio La Azohia,Caserío La Azohia		31	MU	30016	
2516183	La Aulaga	la-aulaga	ES	41898	0	Europe/Madrid	37.68552	-6.40018		La Aulaga		51	SE	41031	
2516185	La Atalaya	la-atalaya	ES	05279	0	Europe/Madrid	37.75442	-1.06089		Caserio La Atalaya,Caserío La Atalaya,La Atalaya		31	MU	30037	
2516186	La Atalaya	la-atalaya	ES	05279	0	Europe/Madrid	37.7	-6.6				51	H	21049	
2516187	La Atalaya	la-atalaya	ES	05279	0	Europe/Madrid	37.61075	-1.42625		Atalaya,Caserio La Atalaya,Caserío La Atalaya,La Atalaya		31	MU	30026	
2516188	La Atalaya	la-atalaya	ES	05279	0	Europe/Madrid	37.23942	-6.00936		Caserio La Atalaya,Caserío La Atalaya,La Atalaya		51	SE	41034	
2516199	La Aparecida	la-aparecida	ES	03311	0	Europe/Madrid	38.08178	-1.00877		La Aparecida		60	A	03099	
2516200	La Aparecida	la-aparecida	ES	03311	0	Europe/Madrid	37.66981	-0.95212		Caserio La Aparecida,Caserío La Aparecida,La Aparecida		31	MU	30016	
2516201	La Antilla	la-antilla	ES	21449	3500	Europe/Madrid	37.20709	-7.20909		Antilla,Caserio Las Antillas,Caserio de Las Antillas,Caserío Las Antillas,Caserío de Las Antillas		51	H	21044	
2516202	La Ampuyenta	la-ampuyenta	ES	35637	0	Atlantic/Canary	28.4608	-13.9929		La Ampuyenta		53	GC	35017	
2516205	La Alquería	la-alqueria	ES	12448	0	Europe/Madrid	38.52268	-1.31306		La Alqueria,La Alquería		31	MU	30022	
2516206	La Alquería	la-alqueria	ES	12448	0	Europe/Madrid	37.71972	-2.54097		Alqueria,Alquería,La Alqueria,La Alquería		51	GR	18082	
2516207	La Alquería	la-alqueria	ES	12448	0	Europe/Madrid	36.77835	-3.0027				51	AL	04003	
2516208	La Almeza	la-almeza	ES	46178	0	Europe/Madrid	39.93333	-1		La Almeza		60	V	46036	
2516210	La Almarcha	la-almarcha	ES	16740	574	Europe/Madrid	39.68626	-2.38011		Almarcha,La Almarcha		54	CU	16015	
2516212	La Aljorra	la-aljorra	ES	30390	0	Europe/Madrid	37.69071	-1.06867		Aljorra,La Aljorra		31	MU	30016	
2516216	La Algaida	la-algaida	ES	11549	0	Europe/Madrid	36.86786	-6.30408		Caserio la Algaida,Caserío la Algaida,La Algaida		51	CA	11032	
2516217	La Algaba	la-algaba	ES	41980	14942	Europe/Madrid	37.46325	-6.01113		Algaba,La Algaba		51	SE	41007	
2516218	La Alfera	la-alfera	ES	02448	0	Europe/Madrid	38.51215	-2.28173		La Alfera		54	AB	02049	
2516219	La Alfahuara	la-alfahuara	ES	04838	0	Europe/Madrid	37.70547	-2.24567		Caserio La Alfahuara,Caserío La Alfahuara,La Alfahuara		51	AL	04063	
2516221	La Alcornocosa	la-alcornocosa	ES	41899	0	Europe/Madrid	37.73569	-6.29421		La Alcornocosa		51	SE	41031	
2516222	La Alcazaba	la-alcazaba	ES	04778	0	Europe/Madrid	36.7492	-3.09368		Caserio La Alcazaba,Caserío La Alcazaba		51	AL	04003	
2516223	La Alcantarilla	la-alcantarilla	ES	04638	0	Europe/Madrid	38.40144	-1.82995		Alcantarilla,La Alcantarilla,Palotares		54	AB	02072	
2516228	La Albuera	la-albuera	ES	06170	1796	Europe/Madrid	38.71779	-6.82326		Aebura,Albora,Albuera,La Albuera		57	BA	06015	
2516463	Igualeja	igualeja	ES	29440	1052	Europe/Madrid	36.63208	-5.12188		Igualeja	29060	51	MA	29060	
2516229	La Alberquilla	la-alberquilla	ES	30529	0	Europe/Madrid	38.90792	-2.24732		Caserio La Alberquilla,Caserío La Alberquilla,La Alberquilla		54	AB	02043	
2516230	La Alberca de Záncara	la-alberca-de-zancara	ES	16620	1806	Europe/Madrid	39.51458	-2.49272		La Alberca,La Alberca de Zancara,La Alberca de Záncara		54	CU	16007	
2516231	La Alberca	la-alberca	ES	30150	0	Europe/Madrid	37.93976	-1.14162		Alberca de las Torres,La Alberca		31	MU	30030	
2516232	La Alameda	la-alameda	ES	04271	0	Europe/Madrid	38.60918	-3.87596		La Alameda		54	CR	13094	
2516233	La Alameda	la-alameda	ES	04271	0	Europe/Madrid	37.22399	-2.04358		Cortijada La Alameda,Cortijada de la Alameda,La Alameda		51	AL	04059	
2516237	Júzcar	juzcar	ES	29462	193	Europe/Madrid	36.62442	-5.16971		Juzcar,Júzcar	29065	51	MA	29065	
2516238	Juviles	juviles	ES	18452	192	Europe/Madrid	36.94879	-3.22586		Joviles,Jubiles	18112	51	GR	18112	
2516255	Jumilla	jumilla	ES	30520	25685	Europe/Madrid	38.47917	-1.325		Chumiella,Jumella,Jumilla,Khumil'e,Khumil'ja,hu mi li ya,khwmya,Хумилье,Хумилья,Хумілья,خوميا,胡米利亚	30022	31	MU	30022	
2516268	Jucainí	jucaini	ES	04619	0	Europe/Madrid	37.28905	-1.85781		Cortijada Jucaini,Cortijada Jucaíní,Jucaini,Jucainí		51	AL	04035	
2516269	Jubrique	jubrique	ES	29492	729	Europe/Madrid	36.56475	-5.2156		Jubrique	29064	51	MA	29064	
2516270	Júbar	jubar	ES	18494	0	Europe/Madrid	37.00865	-3.03351		Barriada Jubar,Barriada Júbar		51	GR	18903	
2516276	Juan Grande	juan-grande	ES	35107	0	Atlantic/Canary	27.80849	-15.47201				53	GC	35019	
2516286	Juan Antón	juan-anton	ES	41898	0	Europe/Madrid	37.65599	-6.44999		Juan Anton,Juan Antón		51	SE	41057	
2516295	Jorquera	jorquera	ES	02248	503	Europe/Madrid	39.16667	-1.51667		Jorquera	02041	54	AB	02041	
2516298	Jordana	jordana	ES	04619	0	Europe/Madrid	37.6139	-0.76333				31	MU	30016	
2516299	Jorairátar	jorairatar	ES	18492	0	Europe/Madrid	36.92643	-3.10501				51	GR	18182	
2516300	Joluque	joluque	ES	04200	0	Europe/Madrid	37.02412	-2.36797		Caserio Joluque,Caserío Joluque,Joluque		51	AL	04088	
2516304	Jódar	jodar	ES	23500	12157	Europe/Madrid	37.84064	-3.35262		Jodar,Jódar	23053	51	J	23053	
2516313	Jimera de Líbar	jimera-de-libar	ES	29392	431	Europe/Madrid	36.65119	-5.27412		Jimera de Libar,Jimera de Líbar	29063	51	MA	29063	
2516315	Jimena de la Frontera	jimena-de-la-frontera	ES	11330	10431	Europe/Madrid	36.43517	-5.45387		Jimena,Jimena de la Frontera,Khimena-de-la-Frontera,khymyna dy la frwntyra,xi mei na de la fu long te la,Химена-де-ла-Фронтера,Хімена-де-ла-Фронтера,خيمينا دي لا فرونتيرا,希梅纳德拉夫龙特拉	11021	51	CA	11021	
2516317	Jimena	jimena	ES	23530	1496	Europe/Madrid	37.84157	-3.4771		Jimena	23052	51	J	23052	
2516318	Xixona	xixona	ES	03100	6865	Europe/Madrid	38.54086	-0.50263	450	Jijona,Xixona		60	A	03014	
2516322	Jesús	jesus	ES	43590	0	Europe/Madrid	38.65	-6.5		Caserio Jesus,Caserío Jesús,Jesus,Jesús		57	BA	06002	
2516324	Jérica	jerica	ES	12450	1542	Europe/Madrid	39.91667	-0.56667		Exerica,Jerica,Jérica,Kherika,Xerica,Xèrica,he li ka,khyryka,Херика,Херіка,خيريكا,赫里卡	12071	60	CS	12071	
2516325	Jerez de los Caballeros	jerez-de-los-caballeros	ES	06380	10237	Europe/Madrid	38.32063	-6.7726		Jerez de los Caballeros,Kheres de los Kabaleros,Kheres-de-los-Kabal'eros,he lei si de luo si ka wa lie luo si,jyryz dy lws kabalyrws,Херес де лос Кабалерос,Херес-де-лос-Кабальерос,Херес-де-лос-Кабальєрос,جيريز دي لوس كاباليروس,赫雷斯德洛斯卡瓦列罗斯	06070	57	BA	06070	
2516326	Jerez de la Frontera	jerez-de-la-frontera	ES	11401	207532	Europe/Madrid	36.68645	-6.13606		Cheres de la Frontera,Herezo,Jarez de la Frontera,Jerez,Jerez de la Frontera,Kherehs-deh-la-Frantehra,Kheres de la Frontera,Kheres-de-la-Frontera,Kherez de la Frontera,XRY,Xeres,Xeresium,Xerez de la Frontera,Xerès,Xérès,he lei si-de la fu long te la,heleseudelapeulontela,hrs dh lh prwntrh,jyraz dy la frwntyra,shrysh,Ĥerezo,Херез де ла Фронтера,Херес де ла Фронтера,Херес-де-ла-Фронтера,Херэс-дэ-ла-Франтэра,חרס דה לה פרונטרה,جیراز دی لا فرونتیرا,شريش,ヘレス・デ・ラ・フロンテーラ,赫雷斯-德拉弗龙特拉,헤레스데라프론테라	11020	51	CA	11020	
2516327	Jérez del Marquesado	jerez-del-marquesado	ES	18518	1065	Europe/Madrid	37.18382	-3.15961		Jeres del Marquesado,Jerez del Marquesado,Jérez del Marquesado	18108	51	GR	18108	
2516330	Xeresa	xeresa	ES	46790	1958	Europe/Madrid	39.01667	-0.21667		Jeresa,Xeresa	46146	60	V	46146	
2516331	Jerduñe	jerdune	ES	38811	0	Atlantic/Canary	28.09116	-17.19401		Jerdune,Jerduñe		53	TF	38036	
2516334	Jayena	jayena	ES	18127	1241	Europe/Madrid	36.9492	-3.82313		Jayena	18107	51	GR	18107	
2516339	Javalí Viejo	javali-viejo	ES	30831	0	Europe/Madrid	37.98848	-1.2041		Jabali Viejo,Jabalí Viejo,Javali Viejo,Javalí Viejo		31	MU	30030	
2516343	Jauja	jauja	ES	14911	0	Europe/Madrid	37.30295	-4.65564		Jauja		51	CO	14038	
2516345	Xàtiva	xativa	ES	46800	29386	Europe/Madrid	38.99042	-0.51852		Jativa,Játiva,Khativa,Xativa,Xàtiva,shatbt,Хатива,شاطبة	46145	60	V	46145	
2516346	Játar	jatar	ES	18127	0	Europe/Madrid	36.93499	-3.91149		Jatar,Játar		51	GR	18106	
2516358	Jarilla	jarilla	ES	10728	0	Europe/Madrid	39.12942	-6.15018		Caserio Jarilla,Caserío Jarilla,Jarilla		57	CC	10023	
2516362	Jarata	jarata	ES	14550	0	Europe/Madrid	37.55581	-4.69038		Caserios de Jarata,Caseríos de Jarata,Jarata		51	CO	14042	
2516365	Jarales	jarales	ES	30811	0	Atlantic/Canary	27.80477	-17.97423				53	TF	38048	
2516367	Jaraicejo	jaraicejo	ES	10380	621	Europe/Madrid	39.66624	-5.81308		Jaraicejo	10103	57	CC	10103	
2516368	Jaraguas	jaraguas	ES	46311	0	Europe/Madrid	39.53333	-1.36667		Jaraguas		60	V	46254	
2516369	Jarafuel	jarafuel	ES	46623	861	Europe/Madrid	39.14013	-1.07306		Jarafuel,Kharafuehl',Kharafuel',Xarafull,ha la fu ai er,jrafwl,Харафуель,Харафуэль,جرافول,哈拉富埃尔	46144	60	V	46144	
2516372	Xeraco	xeraco	ES	46770	5000	Europe/Madrid	39.03333	-0.21667		Jaraco		60	V	46131	
2516386	Jamilena	jamilena	ES	23658	3384	Europe/Madrid	37.74717	-3.91433		Jamilena	23051	51	J	23051	
2516388	Jama	jama	ES	38629	0	Atlantic/Canary	28.10922	-16.64681		Jama		53	TF	38052	
2516389	Jalón	jalon	ES	33811	2437	Europe/Madrid	38.74063	-0.01129		Jalon,Jalón,Khalon,Shalo,Xalo,Xaló,ha long,hallon,jalwn,jlwn,khaln,Халон,Шало,جالون,جلون,خالن,哈隆,할론		60	A	03081	
2516390	Jalance	jalance	ES	46624	981	Europe/Madrid	39.2	-1.06667		Jalance,Xalans	46142	60	V	46142	
2516395	Jaén	jaen	ES	23001	116557	Europe/Madrid	37.76922	-3.79028		Aurgi,Haeno,JEA,Jaen,Jaén,Khaehn,Xaen - Jaen,Xaén - Jaén,haen,jyan,Ĥaeno,Хаэн,جيان,ハエン	J	51	J	23050	
2516399	Jacarilla	jacarilla	ES	03310	1723	Europe/Madrid	38.06247	-0.86822		Jacarilla,Xacarella	03080	60	A	03080	
2516400	Jabuguillo	jabuguillo	ES	21209	0	Europe/Madrid	37.86667	-6.51667		Jabuguillo		51	H	21007	
2516401	Jabugo	jabugo	ES	21290	0	Europe/Madrid	37.91622	-6.72968		Jabugo	21043	51	H	21043	
2516404	Jabalquinto	jabalquinto	ES	23712	2390	Europe/Madrid	38.01935	-3.72512		Jabalquinto	23049	51	J	23049	
2516406	Javalí Nuevo	javali-nuevo	ES	30832	0	Europe/Madrid	37.98602	-1.21697		Javali Nuevo,Javalí Nuevo		31	MU	30030	
2516410	Jabalcuz	jabalcuz	ES	23194	0	Europe/Madrid	37.73809	-3.81764		Balneario Jabalcuz,Jabalcuz		51	J	23050	
2516412	Iznatoraf	iznatoraf	ES	23338	1179	Europe/Madrid	38.15706	-3.03242		Iznatoraf	23048	51	J	23048	
2516413	Iznate	iznate	ES	29792	826	Europe/Madrid	36.78333	-4.18333		Iznate	29062	51	MA	29062	
2516414	Iznalloz	iznalloz	ES	18550	7005	Europe/Madrid	37.39258	-3.52762		Iznalloz	18105	51	GR	18105	
2516415	Iznájar	iznajar	ES	14970	4913	Europe/Madrid	37.25766	-4.30836		Iznar	14037	51	CO	14037	
2516418	Ituero	ituero	ES	02314	0	Europe/Madrid	38.75565	-2.30936		Ituero		54	AB	02047	
2516419	Ítrabo	itrabo	ES	18612	1065	Europe/Madrid	36.79998	-3.63899		Itrabo,Ítrabo		51	GR	18103	
2516421	Istán	istan	ES	29611	1461	Europe/Madrid	36.58273	-4.94956		Istan,Istán	29061	51	MA	29061	
2516422	Isso	isso	ES	02420	0	Europe/Madrid	38.49089	-1.74271		Isso		54	AB	02037	
2516423	Isora	isora	ES	38915	0	Atlantic/Canary	27.74652	-17.94737				53	TF	38048	
2516427	Isla Plana	isla-plana	ES	30868	0	Europe/Madrid	37.57465	-1.20858		Caserio Isla Plana,Caserío Isla Plana		31	MU	30016	
2516431	Isla Cristina	isla-cristina	ES	21410	21324	Europe/Madrid	37.2	-7.31667		Isla-Kristina,asla krystyna,yi si la ke li si di na,Ісла-Крістіна,Исла-Кристина,إسلا كريستينا,イスラ・クリスティナ,伊斯拉克里斯蒂纳	21042	51	H	21042	
2516438	Instinción	instincion	ES	04430	522	Europe/Madrid	36.99344	-2.66046		Instincion,Instinción	04055	51	AL	04055	
2516440	Iniesta	iniesta	ES	16235	4352	Europe/Madrid	39.43333	-1.75		In'esta,Iniesta,aynysta,yi nie si ta,Іньєста,Иньеста,Ինիեստա,إينيستا,伊涅斯塔	16113	54	CU	16113	
2516451	Inchereda	inchereda	ES	38801	0	Atlantic/Canary	28.11667	-17.11667		Inchereda		53	TF	38036	
2516452	Inca	inca	ES	07300	29308	Europe/Madrid	39.7211	2.91093		Inca,Inka,Инка	07027	07	PM	07027	
2516453	Inazares	inazares	ES	30413	0	Europe/Madrid	38.08058	-2.21123		Inazares		31	MU	30028	
2516455	Illora	illora	ES	18260	10440	Europe/Madrid	37.28771	-3.88109			18102	51	GR	18102	
2516456	Illar	illar	ES	04431	415	Europe/Madrid	36.98562	-2.63871		Illar	04054	51	AL	04054	
2516462	Igualero	igualero	ES	38869	0	Atlantic/Canary	28.09934	-17.25387		Igualero		53	TF	38050	
2516467	Ifonche	ifonche	ES	38615	0	Atlantic/Canary	28.13333	-16.68333		Ifonche		53	TF	38052	
2516472	Icor	icor	ES	38592	0	Atlantic/Canary	28.20331	-16.45723		Icor		53	TF	38005	
2516473	Icod el Alto	icod-el-alto	ES	38414	0	Atlantic/Canary	28.36667	-16.6		Icod el Alto		53	TF	38031	
2516475	Ibros	ibros	ES	23450	3007	Europe/Madrid	38.02106	-3.50313		Ibros		51	J	23009	
2516480	Ibi	ibi	ES	03440	24113	Europe/Madrid	38.62533	-0.57225		Ibi,alby,ayby,yi wei,Ібі,Иби,Իբի,إلبي,ایبی,伊维	03079	60	A	03079	
2516483	Ibahernando	ibahernando	ES	10280	587	Europe/Madrid	39.32538	-5.91833		Ibahernando	10102	57	CC	10102	
2516486	Hurchillo	hurchillo	ES	03313	0	Europe/Madrid	38.05696	-0.91915		Hurchillo		60	A	03099	
2516490	Humilladero	humilladero	ES	29531	2843	Europe/Madrid	37.1139	-4.70298		Humilladero	29059	51	MA	29059	
2516493	Huit	huit	ES	29793	0	Europe/Madrid	36.7462	-3.99879		Caserio Huit,Caserío Huit,Huit		51	MA	29091	
2516498	Huétor Vega	huetor-vega	ES	18198	11324	Europe/Madrid	37.14529	-3.56963		Huetor Vega,Huétor Vega	18101	51	GR	18101	
2516499	Huétor-Tájar	huetor-tajar	ES	18360	9105	Europe/Madrid	37.19834	-4.04692	484	Huetor Tajar,Huétor Tájar,Uehtor-Takhar,Uetor-Takhar,awytwr takhar,wei tuo er-ta ha er,Уетор-Тахар,Уэтор-Тахар,أويتور تاخار,韦托尔-塔哈尔	18100	51	GR	18100	
2516507	Huéscar	huescar	ES	18830	8194	Europe/Madrid	37.81104	-2.54116		Huescar,Huéscar,Osca,Uehskar,Ueskar,awyskar,wei si ka er,Уескар,Уэскар,أويسكار,韦斯卡尔		51	GR	18164	
2516508	Huesa	huesa	ES	23487	2734	Europe/Madrid	37.76434	-3.07639		Huesa		51	J	23066	
2516510	Huertezuelas	huertezuelas	ES	13779	0	Europe/Madrid	38.50192	-3.82064		Huertezuelas,Huertezuelos		54	CR	13027	
2516517	Huertas del Palmar	huertas-del-palmar	ES	35339	0	Atlantic/Canary	28.08107	-15.53793				53	GC	35027	
2516519	Huertas de Ánimas	huertas-de-animas	ES	10290	0	Europe/Madrid	39.48014	-5.87586		Huertas de Animas,Huertas de Ánimas		57	CC	10195	
2516527	Huertas	huertas	ES	03550	0	Europe/Madrid	38.91667	-0.11667		Casas Huertas,Huertas		60	V	46181	
2516534	Huerta de Valdecarábanos	huerta-de-valdecarabanos	ES	45750	1728	Europe/Madrid	39.86319	-3.61275		Huerta,Huerta de Valdecarabanos,Huerta de Valdecarábanos	45078	54	TO	45078	
2516538	Huerta de la Obispalía	huerta-de-la-obispalia	ES	16195	160	Europe/Madrid	39.98901	-2.47875		Huerta de la Obispalia,Huerta de la Obispalía	16110	54	CU	16110	
2516542	Huércal-Overa	huercal-overa	ES	04600	17645	Europe/Madrid	37.38918	-1.943		Huercal Overa,Huércal Overa,Khuercal Overa,Uehrkal'-Overa,Uerkal'-Overa,awyrkal-awwra,hwyrkal-awfyra,wei er ka er-ao wei la,Уеркаль-Овера,Уэркаль-Овера,Хуерцал Овера,اوئرکال-اوورا,هويركال-أوفيرا,韦尔卡尔-奥韦拉	04053	51	AL	04053	
2516543	Huércal de Almería	huercal-de-almeria	ES	04230	14937	Europe/Madrid	36.88507	-2.4376		Huercal de Almeria,Huércal de Almería	04052	51	AL	04052	
2516545	Huéneja	hueneja	ES	18512	1235	Europe/Madrid	37.1766	-2.95024		Hueneja,Huéneja	18097	51	GR	18097	
2516548	Huelva	huelva	ES	21001	148806	Europe/Madrid	37.26638	-6.94004		HEV,Huelva,Onuba,Onubo,Uehl'va,ueruba,u~eruba,Уэльва,ウェルバ,ウエルバ	H	51	H	21041	
2516549	Huelma	huelma	ES	23560	6159	Europe/Madrid	37.64784	-3.45985		Huelma	23044	51	J	23044	
2516551	Huélago	huelago	ES	18540	459	Europe/Madrid	37.41972	-3.26226		Huelago,Huélago	18096	51	GR	18096	
2516553	Huécija	huecija	ES	04409	550	Europe/Madrid	36.96804	-2.60941		Huecija,Huécija,Khuecija,Uehsikha,Uesikha,awysykha,hwysayja,wei xi ha,Уесіха,Уэсиха,Хуеција,اوئسیخا,هويسايجا,韦西哈	04051	51	AL	04051	
2516559	Hoz de Arriba	hoz-de-arriba	ES	42341	0	Europe/Madrid	39.08333	-1.11667		Caserio Hoz de Arriba,Caserío Hoz de Arriba,Hoz de Arriba		60	V	46263	
2516579	Hoya Hermosa	hoya-hermosa	ES	30629	0	Europe/Madrid	38.25	-1.15		Caserio Hoyahermosa,Caserío Hoyahermosa,Hoyahermosa,La Hoya Hermosa		31	MU	30020	
2516581	Hoya Grande	hoya-grande	ES	35299	0	Atlantic/Canary	28.13333	-16.75				53	TF	38001	
2516583	Hoya-Gonzalo	hoya-gonzalo	ES	02696	938	Europe/Madrid	38.9579	-1.55679		Hoya-Gonzalo	02040	54	AB	02040	
2516595	Hoya del Campo	hoya-del-campo	ES	30559	0	Europe/Madrid	38.23861	-1.33671		Caserio Hoya del Campo,Caserío Hoya del Campo,Hoya del Campo		31	MU	30002	
2516608	Hortichuela	hortichuela	ES	23689	0	Europe/Madrid	37.77677	-0.98373		Casas de la Hortichuela,Caserio Hortichuela,Caserío Hortichuela,Hortichuela		31	MU	30037	
2516609	Hortichuela	hortichuela	ES	23689	0	Europe/Madrid	37.435	-3.97571		Hortichuela,Horticuela		51	J	23002	
2516616	Hornos	hornos	ES	03158	0	Europe/Madrid	38.2171	-2.72052		Hornos		51	J	23043	
2516617	Hornos	hornos	ES	03158	620	Europe/Madrid	37.88661	-3.18901				51	J	23066	
2516619	Horno Ciego	horno-ciego	ES	02486	0	Europe/Madrid	38.43001	-2.21944		Caserio Horno Ciego,Caserío Horno Ciego,Horno Ciego		54	AB	02030	
2516630	Hornachuelos	hornachuelos	ES	14740	4667	Europe/Madrid	37.83333	-5.23333		Hornachuelos	14036	51	CO	14036	
2516632	Hornachos	hornachos	ES	06228	3799	Europe/Madrid	38.55428	-6.06829		Hornachos,Khornachos,Ornachos,ao er na qiao si,hwrnatshws,Орначос,Хорначос,هورناتشوس,奥尔纳乔斯	06069	57	BA	06069	
2516633	Horna Alta	horna-alta	ES	03660	0	Europe/Madrid	38.36631	-0.81241		Caserio Horna Alta,Caserío Horna Alta,Horna Alta		60	A	03093	
2516635	Horna	horna	ES	02691	0	Europe/Madrid	38.83819	-1.60464		Caserio Horna,Caserío Horna,Horna		54	AB	02029	
2516636	Horna	horna	ES	02691	0	Europe/Madrid	38.35605	-0.79159		Caserio Horna,Caserío Horna,Horna		60	A	03019	
2516641	Horcajo de Santiago	horcajo-de-santiago	ES	16410	3764	Europe/Madrid	39.84221	-2.99724		Horcajo,Horcajo de Santiago	16106	54	CU	16106	
2516642	Horcajo de los Montes	horcajo-de-los-montes	ES	13110	0	Europe/Madrid	39.3273	-4.65168		Harcajo de los Montes,Horcajo de los Montes		54	CR	13049	
2516649	Hontecillas	hontecillas	ES	16118	98	Europe/Madrid	39.7	-2.18333		Hontecillas	16104	54	CU	16104	
2516650	Hontanaya	hontanaya	ES	16421	425	Europe/Madrid	39.71553	-2.83516		Hontanaya	16103	54	CU	16103	
2516651	Hontanar	hontanar	ES	45159	148	Europe/Madrid	39.61297	-4.49663		Hontanar	45075	54	TO	45075	
2516652	Honrubia	honrubia	ES	16730	1651	Europe/Madrid	39.61358	-2.28077		Honrubia	16102	54	CU	16102	
2516655	Hondón de los Frailes	hondon-de-los-frailes	ES	03689	1058	Europe/Madrid	38.2739	-0.92938		El Fondo dels Frares,El Fondó dels Frares,Fondo dels Frares,Fondó dels Frares,Hondon de los Frailes,Hondón de los Frailes,Ondon-de-los-Frajles,hwndwn d lws frayls,weng dong de luo si fu lai lai si,Ондон-де-лос-Фрайлес,هوندون د لوس فرایلس,翁东德洛斯夫赖莱斯	03078	60	A	03078	
2516685	Holguera	holguera	ES	10829	770	Europe/Madrid	39.89916	-6.34999		Holguera	10099	57	CC	10099	
2516692	Hirmes	hirmes	ES	04769	0	Europe/Madrid	36.89225	-2.9991				51	AL	04029	
2516693	Hinojosas de Calatrava	hinojosas-de-calatrava	ES	13590	712	Europe/Madrid	38.61446	-4.13979		Hinojosa,Hinojosas	13048	54	CR	13048	
2516694	Hinojosa del Valle	hinojosa-del-valle	ES	06226	561	Europe/Madrid	38.48333	-6.18333		Hinojosa del Valle	06068	57	BA	06068	
2516695	Hinojosa del Duque	hinojosa-del-duque	ES	14270	7555	Europe/Madrid	38.50057	-5.14651		Hinojosa del Duque,Inokhosa-del'-Duke,hynwkhwsa dyl dwkwy  qrtbt,yi nuo huo sa de er du ke,Інохоса-дель-Дуке,Инохоса-дель-Дуке,هينوخوسا ديل دوكوي، قرطبة,伊诺霍萨德尔杜克	14035	51	CO	14035	
2516697	Hinojos	hinojos	ES	21740	3751	Europe/Madrid	37.29173	-6.37872		Hinojos		51	H	21005	
2516700	Hinojares	hinojares	ES	23486	497	Europe/Madrid	37.71586	-2.99769		Hinojares	23042	51	J	23042	
2516704	Hinojales	hinojales	ES	21388	0	Europe/Madrid	38	-6.58333		Hinojales	21039	51	H	21039	
2516705	Hinojal	hinojal	ES	10192	458	Europe/Madrid	39.709	-6.35567	365	Hinojal	10098	57	CC	10098	
2516707	Hijar	hijar	ES	18110	0	Europe/Madrid	38.54291	-2.02149				54	AB	02044	
2516708	Híjar	hijar	ES	18110	0	Europe/Madrid	37.14923	-3.67776		Cortijada Hijar		51	GR	18905	
2516709	Higueruelas	higueruelas	ES	46162	519	Europe/Madrid	39.78333	-0.85		Figueroles,Higueruelas	46141	60	V	46141	
2516712	Higueruela	higueruela	ES	02694	0	Europe/Madrid	39.86667	-1.21667		Higueruela,Higueruelas,Las Higueruelas		54	CU	16194	
2516713	Higueruela	higueruela	ES	02694	1351	Europe/Madrid	38.96371	-1.4437	1041	Higueruela	02039	54	AB	02039	
2516714	Higueruela	higueruela	ES	02694	0	Europe/Madrid	37.98051	-3.68994		Casa de la Higueruela,Casas Higueruela,Higueruela		51	J	23085	
2516722	Higueras	higueras	ES	12449	91	Europe/Madrid	39.98333	-0.5		Higueras	12069	60	CS	12069	
2516723	Higuera la Real	higuera-la-real	ES	06350	2496	Europe/Madrid	38.14088	-6.68922		Higuera,Higuera la Real,Igera la Real,Igera-la-Real',hyghwyra la ryal,hygra la ryal,yi ge la la lei ya er,Ігера-ла-Реаль,Игера ла Реал,Игера-ла-Реаль,هيغويرا لا ريال,هیگرا لا رئال,伊格拉拉雷亚尔	06067	57	BA	06067	
2516726	Higueral	higueral	ES	04887	0	Europe/Madrid	37.80338	-3.08191		Caserios Higueral,Caseríos Higueral,Higueral		51	J	23073	
2516727	Higueral	higueral	ES	04887	0	Europe/Madrid	37.38552	-2.49905		Higueral		51	AL	04092	
2516728	Higuera de Vargas	higuera-de-vargas	ES	06132	2168	Europe/Madrid	38.447	-6.97517		Higuera de Vargas	06066	57	BA	06066	
2516729	Higuera de Llerena	higuera-de-llerena	ES	06445	401	Europe/Madrid	38.37504	-5.99922		Higuera de Llerena		57	BA	06139	
2516730	Higuera de la Sierra	higuera-de-la-sierra	ES	21220	0	Europe/Madrid	37.83333	-6.45		Higuera,Higuera de Aracena,Higuera de la Sierra	21038	51	H	21038	
2516731	Higuera de la Serena	higuera-de-la-serena	ES	06441	1112	Europe/Madrid	38.64616	-5.74129		Higuera de la Serena	06064	57	BA	06064	
2516732	Higuera de Calatrava	higuera-de-calatrava	ES	23611	709	Europe/Madrid	37.79848	-4.15737		Higuera de Calatrava	23041	51	J	23041	
2516742	Higuera	higuera	ES	10359	97	Europe/Madrid	39.72551	-5.66692		Higuera	10097	57	CC	10097	
2516755	Herreruela de Oropesa	herreruela-de-oropesa	ES	45588	520	Europe/Madrid	39.88928	-5.24279		Herreruela de Oropesa	45073	54	TO	45073	
2516756	Herreruela	herreruela	ES	10560	410	Europe/Madrid	39.46265	-6.90615		Herreruela		57	CC	10032	
2516768	Herrera del Duque	herrera-del-duque	ES	06670	3616	Europe/Madrid	39.1684	-5.05049		Ehrrera-del'-Duke,Erera del Duke,Errera-del'-Duke,Herrera del Duque,ai lei la de er du ke,hrra dl dwkh,hyryra dyl dwkwy,Ерера дел Дуке,Еррера-дель-Дуке,Эррера-дель-Дуке,Էռերա դել Դուկե,هررا دل دوکه,هيريرا ديل دوكوي,埃雷拉德尔杜克	06063	57	BA	06063	
2516769	Herrera de Alcántara	herrera-de-alcantara	ES	10512	281	Europe/Madrid	39.63865	-7.40619		Herrera de Alcantara,Herrera de Alcántara	10094	57	CC	10094	
2516772	Herrera	herrera	ES	09221	0	Europe/Madrid	38.13534	-3.18088		Cortijo Herrera,Herrera		51	J	23095	
2516773	Herrera	herrera	ES	09221	6230	Europe/Madrid	37.36396	-4.84979		Ehrrera,Erera,Errera,Herrer,Herrera,ai lei la,Еррера,Эррера,Էռերա,埃雷拉	41050	51	SE	41050	
2516779	Hernán-Valle	hernan-valle	ES	18880	0	Europe/Madrid	37.37358	-3.06385		Hernan-Valle,Hernán-Valle		51	GR	18089	
2516785	Hermigua	hermigua	ES	38820	2195	Atlantic/Canary	28.16766	-17.19051		Ehrmigua,Ermigua,Hermigua,Hermigva,ai er mi gua,armyghwa,hrmygwa,Ермігуа,Эрмигуа,إرميغوا,هرمیگوا,埃尔米瓜	38021	53	TF	38021	
2516789	Herguijuela	herguijuela	ES	10230	368	Europe/Madrid	39.37452	-5.76001	485	Herguijuela	10092	57	CC	10092	
2516790	Herencia	herencia	ES	13640	7879	Europe/Madrid	39.36616	-3.35735			13047	54	CR	13047	
2516793	Henares	henares	ES	30890	0	Europe/Madrid	37.60638	-1.91902		Caserio Henares,Caserío Henares		51	AL	04099	
2516794	Henarejos	henarejos	ES	16312	244	Europe/Madrid	39.86667	-1.48333		Henarejos	16097	54	CU	16097	
2516797	Hellín	hellin	ES	02400	30976	Europe/Madrid	38.5106	-1.70096	590	Ehl'in,Ehl'ine,El'in,Hellin,Hellín,ai lin,ayyn,hyyn,Ельїн,Эльин,Эльине,إيين,هیین,埃林	02037	54	AB	02037	
2516804	Haza del Trigo	haza-del-trigo	ES	18750	0	Europe/Madrid	36.75834	-3.3111		Cortijada Haza del Trigo,Haza del Trigo		51	GR	18162	
2516833	Gútar	gutar	ES	23339	0	Europe/Madrid	38.21077	-2.97551		Caserio Gutar,Caserío Gutar,Gutar,Gútar		51	J	23097	
2516838	Guisguey	guisguey	ES	35612	0	Atlantic/Canary	28.55528	-13.88098		Guisguey		53	GC	35017	
2516843	Guinea	guinea	ES	01428	0	Atlantic/Canary	27.77176	-18.00385		Guinea,Jinama		53	TF	38013	
2516847	Guinate	guinate	ES	35541	0	Atlantic/Canary	29.18092	-13.49473		Guinate		53	GC	35010	
2516848	Güime	guime	ES	35559	0	Atlantic/Canary	28.97471	-13.61167		Guime,Güime		53	GC	35018	
2516852	Güimar	guimar	ES	38500	17662	Atlantic/Canary	28.31122	-16.41276		Guimar,Güimar		53	TF	38020	
2516855	Guillena	guillena	ES	41210	11109	Europe/Madrid	37.54262	-6.05626			41049	51	SE	41049	
2516860	Guía de Isora	guia-de-isora	ES	38680	20536	Atlantic/Canary	28.21154	-16.77947		Gia-de-Isora,Gija-de-Isora,Guia,Guia de Isora,Guia de Izara,Guía,Guía de Isora,ghya dy aswra,gwya d aysra,ji ya de suo la,Гия-де-Исора,Гіа-де-Ісора,غيا دي إسورا,گویا د ایسرا,吉亚德索拉	38019	53	TF	38019	
2516861	Guia	guia	ES	35450	14031	Atlantic/Canary	28.13974	-15.63294		Guia de Gran Canaria,Guía de Gran Canaria		53	GC	35009	
2516863	Guía	guia	ES	35450	0	Atlantic/Canary	28.43983	-16.46312				53	TF	38025	
2516865	Güevéjar	guevejar	ES	18212	1943	Europe/Madrid	37.25759	-3.59691			18095	51	GR	18095	
2516873	Güéjar-Sierra	guejar-sierra	ES	18160	3009	Europe/Madrid	37.15994	-3.43863				51	GR	18094	
2516879	Guazamara	guazamara	ES	04619	601	Europe/Madrid	37.35	-1.78333		Caserio Guazamara,Caserío Guazamara,Guazamara		51	AL	04035	
2516881	Guayedra	guayedra	ES	35489	0	Atlantic/Canary	28.08183	-15.7065				53	GC	35001	
2516883	Guatiza	guatiza	ES	35544	812	Atlantic/Canary	29.07409	-13.47934		Gualiza,Guatiza		53	GC	35024	
2516886	Guarros	guarros	ES	04479	0	Europe/Madrid	37.00488	-2.94374		Barriada Guarros		51	AL	04073	
2516887	Guarromán	guarroman	ES	23210	2955	Europe/Madrid	38.18282	-3.68697		Guarroman,Guarromán	23039	51	J	23039	
2516896	Guareña	guarena	ES	05540	7330	Europe/Madrid	38.85952	-6.09987		Guarena,Guareña		57	BA	06094	
2516902	Guardamar del Segura	guardamar-del-segura	ES	03140	16329	Europe/Madrid	38.09031	-0.65556		Guardamar,Guardamar de la Safor,Guardamar de la Segura,Guardamar del Segura	03076	60	A	03076	
2516907	Guarazoca	guarazoca	ES	38916	0	Atlantic/Canary	27.81145	-17.97432				53	TF	38048	
2516912	Guamasa	guamasa	ES	38330	0	Atlantic/Canary	28.48333	-16.35		Guamasa		53	TF	38023	
2516915	Gualchos	gualchos	ES	18614	2559	Europe/Madrid	36.74467	-3.39079		Gualchos	18093	51	GR	18093	
2516916	Guájar Fondón	guajar-fondon	ES	18615	0	Europe/Madrid	36.83535	-3.57909		Guajar Fondon,Guájar Fondón		51	GR	18906	
2516917	Guájar-Faragüit	guajar-faraguit	ES	18615	0	Europe/Madrid	36.84074	-3.58518		Guajar-Faraguit,Guájar-Faragüit		51	GR	18906	
2516920	Guájar Alto	guajar-alto	ES	18615	0	Europe/Madrid	36.85434	-3.625		Guajar Alto,Guájar Alto		51	GR	18906	
2516922	Guainos Altos	guainos-altos	ES	04778	0	Europe/Madrid	36.76007	-3.06484				51	AL	04003	
2516925	Guadix	guadix	ES	18500	20395	Europe/Madrid	37.29932	-3.13922		Acci,Guadiks,Guadis,Guadix,Gvadiks,Quadix,gua di si,guadikusu,wady ash,Гвадикс,Гуадис,Гуадікс,وادي آش,グアディクス,瓜迪斯	18089	51	GR	18089	
2516932	Guadiaro	guadiaro	ES	11311	0	Europe/Madrid	36.30027	-5.30309				51	CA	11033	
2516934	Guadiana del Caudillo	guadiana-del-caudillo	ES	06186	0	Europe/Madrid	38.92937	-6.69092		Guadiana del Caudillo		57	BA	06903	
2516944	Guadassuar	guadassuar	ES	46610	5568	Europe/Madrid	39.18663	-0.47859		Guadassuar,Guadasuar	46139	60	V	46139	
2516945	Guadasequies	guadasequies	ES	46839	385	Europe/Madrid	38.92539	-0.48585		Guadasequies,Guadassequies,Guadassèquies	46138	60	V	46138	
2516957	Guadamur	guadamur	ES	45160	1737	Europe/Madrid	39.81178	-4.14885		Guadamur,Gvadamur,gua da mu er,Гвадамур,Гуадамур,瓜达穆尔	45070	54	TO	45070	
2516970	Guadalupe	guadalupe	ES	10140	2252	Europe/Madrid	39.4508	-5.32588		Guadalupe,Guadalupi,Gundalupe,Gvadalupe,ghwadalwby,gua da lu pei,guadarupe,Гвадалупе,Гуадалупе,Գվադալուպե,غوادالوبي,グアダルーペ,瓜达卢佩	10087	57	CC	10087	
2516971	Guadalupe	guadalupe	ES	10140	0	Europe/Madrid	38.08434	-3.39052		Caserio Guadalupe,Caserío Guadalupe,Cortijada de Guadalupe,Guadalupe		51	J	23092	
2516972	Guadalupe	guadalupe	ES	10140	0	Europe/Madrid	38.00029	-1.17152		Guadalupe de Maciascoque,Maciascoque		31	MU	30030	
2516981	Guadalmez	guadalmez	ES	13490	0	Europe/Madrid	38.72665	-4.97104		Guadalmez	13046	54	CR	13046	
2517004	Guadalcázar	guadalcazar	ES	14130	1234	Europe/Madrid	37.75738	-4.94387		Guadalcazar,Guadalcázar	14033	51	CO	14033	
2517006	Guadalcanal	guadalcanal	ES	41390	0	Europe/Madrid	38.1	-5.81667		Guadal'kanal',Guadalcanal,Guadalkanal,Gvadal'kanal',gua da er ka na er,Гвадальканаль,Гуадальканаль,Գուադալկանալ,瓜达尔卡纳尔	41048	51	SE	41048	
2517014	Guadajoz	guadajoz	ES	41339	0	Europe/Madrid	37.57815	-5.66679		Cortijo de Guadajoz,Estacion de Guadajoz,Estación de Guadajoz,Guadajos,Guadajoz		51	SE	41024	
2517023	Guadahortuna	guadahortuna	ES	18560	2004	Europe/Madrid	37.55711	-3.39859		Guadahortuna		51	J	23044	
2517038	Grimaldo	grimaldo	ES	10829	0	Europe/Madrid	39.8389	-6.35065		Grimaldo		57	CC	10045	
2517039	Grima	grima	ES	04619	0	Europe/Madrid	37.33312	-1.75829		Cortijada Grima,Cortijada de Grima,Grima		51	AL	04035	
2517049	Grazalema	grazalema	ES	11610	2160	Europe/Madrid	36.76018	-5.36839		Grazalema	11019	51	CA	11019	
2517056	Gran Tarajal	gran-tarajal	ES	35620	0	Atlantic/Canary	28.21131	-14.02122		Puerto de Gran Tarajal		53	GC	35030	
2517059	Granja de Torrehermosa	granja-de-torrehermosa	ES	06910	2475	Europe/Madrid	38.31667	-5.58333		Granja de Torrehermosa	06059	57	BA	06059	
2517060	Granja de Rocamora	granja-de-rocamora	ES	03348	2117	Europe/Madrid	38.15157	-0.8917		Granja de Rocamora	03074	60	A	03074	
2517108	Granátula de Calatrava	granatula-de-calatrava	ES	13360	999	Europe/Madrid	38.7969	-3.74337		Granatula,Granatula de Calatrava,Granátula,Granátula de Calatrava		54	CR	13013	
2517117	Granada	granada	ES	18001	234325	Europe/Madrid	37.18817	-3.60667		GRX,Girnata,Grana,Granada,Granada - Grenada,Granado,Granata,Graná,Grenada,Grenade,Grenado,Grenayd,Gırnata,Lungsod ng Granada,Qranada,ge la na da,ge lin na da,geulanada,ghrnatt,granada,grndh,guranada,gurenada,jranada,jrynada,kiranata,kran a da,Γρανάδα,Гранада,Гренада,גרנדה,جرانادا,جرينادا,غرناطة,غرناطہ,ګرېنادا,گرانادا,گرېنادا,ग्रानादा,গ্রানাডা,கிரனாதா,กรานาดา,გრანადა,ግራናዳ,グラナダ,グレナダ,格拉纳达,格林纳达,그라나다	GR	51	GR	18087	
2517123	Graja de Iniesta	graja-de-iniesta	ES	16251	444	Europe/Madrid	39.51667	-1.66667		Graja de Iniesta	16096	54	CU	16096	
2517124	Graja de Campalbo	graja-de-campalbo	ES	16339	129	Europe/Madrid	39.9	-1.26667		Graja de Campalbo	16095	54	CU	16095	
2517142	Gorga	gorga	ES	03811	266	Europe/Madrid	38.71896	-0.35589		Gorga	03073	60	A	03073	
2517173	Gorafe	gorafe	ES	18890	534	Europe/Madrid	37.48014	-3.04206		Gorafe		51	GR	18089	
2517175	Gor	gor	ES	18870	1025	Europe/Madrid	37.36937	-2.97016		Gor	18085	51	GR	18085	
2517179	Gontar	gontar	ES	02489	0	Europe/Madrid	38.23333	-2.43333		El Gontar,Gontar		54	AB	02086	
2517181	Goñar	gonar	ES	04690	0	Europe/Madrid	37.49355	-1.8779		Gonar,Goñar		51	AL	04053	
2517189	Golosalvo	golosalvo	ES	02253	114	Europe/Madrid	39.23333	-1.63333		Golosalvo	02036	54	AB	02036	
2517195	Golco	golco	ES	18450	0	Europe/Madrid	36.9728	-3.15093				51	GR	18904	
2517197	Gójar	gojar	ES	18150	5024	Europe/Madrid	37.10456	-3.60565		Gojar,Gójar	18084	51	GR	18084	
2517199	Godelleta	godelleta	ES	46388	2597	Europe/Madrid	39.41667	-0.68333		Godelleta	46136	60	V	46136	
2517200	Godella	godella	ES	33758	13240	Europe/Madrid	39.53333	-0.41667		Godella	46135	60	V	46135	
2517202	Gobernador	gobernador	ES	18563	313	Europe/Madrid	37.47845	-3.32119		Gobernador	18083	51	GR	18083	
2517203	Gobantes	gobantes	ES	09512	0	Europe/Madrid	36.95	-4.8		Gobantes		51	MA	29032	
2517217	Gines	gines	ES	41960	12934	Europe/Madrid	37.38647	-6.07729		Gines		51	SE	41047	
2517221	Gilma	gilma	ES	04549	0	Europe/Madrid	37.18033	-2.67589		Gilma,Gilma Moderno		51	AL	04065	
2517223	Gilet	gilet	ES	46149	2118	Europe/Madrid	39.68333	-0.31667		Gilet	46134	60	V	46134	
2517225	Gilena	gilena	ES	41565	3811	Europe/Madrid	37.2515	-4.91442		Gilena	41046	51	SE	41046	
2517236	Gibraleón	gibraleon	ES	21500	12258	Europe/Madrid	37.37628	-6.96895		Gibraleon,Gibraleón,Khibraleon,Xibraleon,xi fu la lai weng,Хибралеон,Хібралеон,Խիբրալեոն,جبل العيون,希夫拉莱翁	21035	51	H	21035	
2517241	Gestalgar	gestalgar	ES	46166	714	Europe/Madrid	39.6	-0.83333		Gestalgar,Xestalgar	46133	60	V	46133	
2517242	Gerindote	gerindote	ES	45518	2157	Europe/Madrid	39.96594	-4.30278		Gerindote	45069	54	TO	45069	
2517247	Gérgal	gergal	ES	04550	1080	Europe/Madrid	37.11886	-2.54012		Gergal,Gérgal	04050	51	AL	04050	
2517249	Gerena	gerena	ES	01196	5803	Europe/Madrid	37.52957	-6.15479		Gerena	41045	51	SE	41045	
2517252	Genovés	genoves	ES	38459	2567	Europe/Madrid	38.98915	-0.46992		Genoves,Genovés	46132	60	V	46132	
2517253	Genovés	genoves	ES	38459	0	Atlantic/Canary	28.3655	-16.74368		Genoves,Genovés		53	TF	38015	
2517259	Génave	genave	ES	23392	592	Europe/Madrid	38.43062	-2.7331		Genave,Génave	23037	51	J	23037	
2517260	Genalguacil	genalguacil	ES	29492	551	Europe/Madrid	36.54546	-5.23572		Genalguacil	29057	51	MA	29057	
2517262	Gelves	gelves	ES	41120	7897	Europe/Madrid	37.33481	-6.02601		Gelves	41044	51	SE	41044	
2517264	Geldo	geldo	ES	12412	739	Europe/Madrid	39.83333	-0.46667		Geldo,Khel'do,Xeldo,he er duo,jyldw,Хельдо,Խելդո,جيلدو,赫尔多	12067	60	CS	12067	
2517266	Gebas	gebas	ES	30848	0	Europe/Madrid	37.89688	-1.45549		Caserio Gebas,Caserío Gebas,Gebas		31	MU	30008	
2517283	Gaucín	gaucin	ES	29480	1847	Europe/Madrid	36.51784	-5.31581		Gaucin,Gaucín	29056	51	MA	29056	
2517284	Gátova	gatova	ES	46169	432	Europe/Madrid	39.76667	-0.51667		Gatova,Gàtova,Gátova		60	CS	12012	
2517298	Gata de Gorgos	gata-de-gorgos	ES	03740	5281	Europe/Madrid	38.77443	0.08538		Gata,Gata de Gorgos	03071	60	A	03071	
2517307	Garvín	garvin	ES	10333	104	Europe/Madrid	39.71984	-5.34678		Garvin,Garvín	10083	57	CC	10083	
2517310	Garrucha	garrucha	ES	04630	6920	Europe/Madrid	37.18141	-1.82252		Garrucha,Garrucho,La Garrucha	04049	51	AL	04049	
2517322	Garlitos	garlitos	ES	06656	721	Europe/Madrid	38.88022	-5.04759		Garlitos	06057	57	BA	06057	
2517326	Gargantilla	gargantilla	ES	10749	0	Europe/Madrid	39.58707	-4.97691		Gargantilla		54	TO	45162	
2517327	Gargantiel	gargantiel	ES	13414	0	Europe/Madrid	38.80885	-4.70692		Gargantiel		54	CR	13012	
2517335	Garcíez	garciez	ES	23539	0	Europe/Madrid	37.87409	-3.45892		Garciez,Garcíez		51	J	23902	
2517336	Garcíez	garciez	ES	23539	0	Europe/Madrid	37.84323	-3.86196		Cortijada Garciez,Cortijada Garciéz,Garciez,Garcíez		51	J	23086	
2517338	Garcíaz	garciaz	ES	10250	909	Europe/Madrid	39.41287	-5.62821		Garciaz,Garcíaz		57	CC	10077	
2517341	Garbayuela	garbayuela	ES	06690	542	Europe/Madrid	39.04956	-4.99856		Garbayuela	06056	57	BA	06056	
2517346	Garafía	garafia	ES	38787	1929	Atlantic/Canary	28.81667	-17.93333		Garafia,Garafia vald,Garafija,Garafía,Garafía vald,Santo Domingo,gharafya,jia la fei ya,Гарафиа,Гарафія,غارافيا,加拉菲亚	38016	53	TF	38016	
2517349	Garachico	garachico	ES	38450	6000	Atlantic/Canary	28.77807	-17.76459		Garachico,Garachiko,Гарачико		53	TF	38033	
2517350	Garachico	garachico	ES	38450	6000	Atlantic/Canary	28.37365	-16.76342		Garachico,Garachiko,Garachiro,Гарачико	38015	53	TF	38015	
2517355	Garaballa	garaballa	ES	16312	119	Europe/Madrid	39.81667	-1.36667		Garaballa	16093	54	CU	16093	
2517356	Gañuelas	ganuelas	ES	30877	0	Europe/Madrid	37.81691	-1.35278		Caserio Ganuela,Caserío Gañuela,Ganuelas,Gañuelas		31	MU	30008	
2517357	Gañuelas	ganuelas	ES	30877	0	Europe/Madrid	37.65895	-1.40892		Ganuelas,Gañuelas		31	MU	30026	
2517365	Gando	gando	ES	35219	0	Atlantic/Canary	27.94968	-15.39425				53	GC	35026	
2517367	Gandia	gandia	ES	46700	80020	Europe/Madrid	38.96667	-0.18333		Gandia,Gandie,Gandija,Gandía,Гандия	46131	60	V	46131	
2517372	Gamonoso	gamonoso	ES	13117	0	Europe/Madrid	39.39938	-4.88009		Gamonero,Gamonoso,Gamoso		54	CR	13017	
2517379	Gamonal	gamonal	ES	33989	976	Europe/Madrid	39.96068	-4.96181		Gamonal		54	TO	45165	
2517383	Gálvez	galvez	ES	45164	3363	Europe/Madrid	39.70208	-4.27239		Galvez,Gálvez	45067	54	TO	45067	
2517395	Gallegos	gallegos	ES	38727	0	Atlantic/Canary	28.82519	-17.84021		Gallegos		53	TF	38007	
2517404	Gallego	gallego	ES	02439	0	Europe/Madrid	38.41284	-2.01042		Caserio Gallego,Caserío Gallego,Gallego		54	AB	02030	
2517409	Galisteo	galisteo	ES	10691	2030	Europe/Madrid	39.97642	-6.26782		Galisteo,Galisteu,jalystyw,jia li si te ao,Галистео,Галістео,جاليستيو,加利斯特奥	10076	57	CC	10076	
2517411	Galilea	galilea	ES	07195	305	Europe/Madrid	39.60856	2.50523		Galilea		07	PM	07045	
2517412	Galifa	galifa	ES	30393	0	Europe/Madrid	37.60672	-1.0764		Caserio Cuesta de Galifa,Caserío Cuesta de Galifa,Cuesta de Galifa		31	MU	30016	
2517419	Galeras	galeras	ES	03700	0	Europe/Madrid	37.48333	-2.15				51	AL	04006	
2517432	Galera	galera	ES	18840	1112	Europe/Madrid	37.74262	-2.55175			18082	51	GR	18082	
2517440	Galaroza	galaroza	ES	21291	0	Europe/Madrid	37.92864	-6.7073		Galaroza	21034	51	H	21034	
2517448	Galapagar	galapagar	ES	28260	0	Europe/Madrid	37.85677	-3.68523		Caserios Galapagar,Caseríos Galapagar,Galapagar		51	J	23050	
2517454	Gaibiel	gaibiel	ES	12415	205	Europe/Madrid	39.93333	-0.48333		Gaibiel	12065	60	CS	12065	
2517455	Gafarillos	gafarillos	ES	04277	0	Europe/Madrid	37.05768	-2.01997		Gafarillos		51	AL	04086	
2517460	Gádor	gador	ES	04560	3002	Europe/Madrid	36.95322	-2.49254		Gador,Gádor	04047	51	AL	04047	
2517462	Gacia Bajo	gacia-bajo	ES	04277	0	Europe/Madrid	37.071	-2.01055		Cortijada Gacia Bajo,Gacia Bajo		51	AL	04086	
2517463	Gacia Alto	gacia-alto	ES	04277	0	Europe/Madrid	37.1	-2		Cortijada Gacia Alto,Gacia Alto		51	AL	04093	
2517464	Gacia	gacia	ES	04694	0	Europe/Madrid	37.41705	-1.85116		Caserio Gacia,Caserío Gacia,Gacia		51	AL	04053	
2517469	Gabia la Grande	gabia-la-grande	ES	18110	0	Europe/Madrid	37.13459	-3.6681		Gabia Grande,Gabia la Grande,La Grande Gabia		51	GR	18905	
2517470	Gabia la Chica	gabia-la-chica	ES	18110	0	Europe/Madrid	37.12419	-3.65493		Gabia Chica		51	GR	18905	
2517473	Gavarda	gavarda	ES	46267	1178	Europe/Madrid	39.08333	-0.55		Gabarda,Gavarda	46130	60	V	46130	
2517476	Gabaldón	gabaldon	ES	16214	198	Europe/Madrid	39.61667	-1.93333		Gabaldon,Gabaldón	16092	54	CU	16092	
2517482	Fuerte del Rey	fuerte-del-rey	ES	23180	1220	Europe/Madrid	37.87492	-3.88389		Fuerte del Rey	23035	51	J	23035	
2517491	Fuente Victoria	fuente-victoria	ES	04479	0	Europe/Madrid	36.98497	-2.87712		Fuente Victoria		51	AL	04046	
2517493	Fuente Vaqueros	fuente-vaqueros	ES	18340	3955	Europe/Madrid	37.22019	-3.78294		Fuente Vagueros,Fuente Vaqueros	18079	51	GR	18079	
2517494	Fuente-Tójar	fuente-tojar	ES	14815	807	Europe/Madrid	37.51095	-4.14631			14031	51	CO	14031	
2517495	Fuentes Nuevas	fuentes-nuevas	ES	24411	0	Europe/Madrid	37.76667	-2.85		Caserio Fuente Nueva,Caserío Fuente Nueva,Cortijos de Fuentenuevas,Fuentes Nuevas		51	GR	18046	
2517498	Fuentes de León	fuentes-de-leon	ES	06280	2652	Europe/Madrid	38.06866	-6.53884		Fuentes de Leon,Fuentes de León	06055	57	BA	06055	
2517499	Fuentes de Cesna	fuentes-de-cesna	ES	18295	0	Europe/Madrid	37.27146	-4.22922		Fuente de Cesna		51	GR	18012	
2517500	Fuentes de Andalucía	fuentes-de-andalucia	ES	41420	7344	Europe/Madrid	37.46409	-5.34615		Fuentes de Andalucia,Fuentes de Andalucía	41042	51	SE	41042	
2517502	Fuente Santa	fuente-santa	ES	04550	0	Europe/Madrid	37.05655	-2.53946		Canada de Fuente Santa,Caserio Fuente Santa,Caserío Fuente Santa,Cañada de Fuente Santa,Fuente Santa		51	AL	04050	
2517505	Fuentes	fuentes	ES	16193	503	Europe/Madrid	39.96667	-2.01667		Fuentes	16089	54	CU	16089	
2517506	Fuentes	fuentes	ES	16193	0	Europe/Madrid	39.67139	-5.06249				54	TO	45065	
2517507	Fuentes	fuentes	ES	16193	0	Europe/Madrid	38.36501	-2.38226				54	AB	02086	
2517509	Fuenterrobles	fuenterrobles	ES	46314	737	Europe/Madrid	39.58333	-1.35		Fuenterrobles	46129	60	V	46129	
2517512	Fuente Palmera	fuente-palmera	ES	14120	10788	Europe/Madrid	37.70494	-5.09965		Fuente Palmera	14030	51	CO	14030	
2517515	Fuente Obejuna	fuente-obejuna	ES	14290	5451	Europe/Madrid	38.26667	-5.41667		Fuente Obejuna,Fuenteovejuna	14029	51	CO	14029	
2517518	Fuente Librilla	fuente-librilla	ES	30178	0	Europe/Madrid	37.9183	-1.41538		Caserio Fuente Librilla,Caserío Fuente Librilla,Fuente Librilla,Fuente de Librilla		31	MU	30029	
2517519	Fuentelespino de Moya	fuentelespino-de-moya	ES	16311	163	Europe/Madrid	39.91667	-1.46667		Fuentelespino de Moya	16088	54	CU	16088	
2517520	Fuentelespino de Haro	fuentelespino-de-haro	ES	16647	312	Europe/Madrid	39.68934	-2.66869		Fuentelespino de Haro	16087	54	CU	16087	
2517522	Fuente la Lancha	fuente-la-lancha	ES	14260	437	Europe/Madrid	38.41667	-5.03333		Fuente la Lancha	14028	51	CO	14028	
2517523	La Font de la Figuera	la-font-de-la-figuera	ES	46630	2139	Europe/Madrid	38.8	-0.88333		Fuente la Higuera,La Font de la Figuera		60	V	46128	
2517526	Fuente-Higuera	fuente-higuera	ES	02449	0	Europe/Madrid	38.49545	-2.24362		Casas de Fuente-Higuera,Contijo Fuente-Higuera,Fuente-Higuera		54	AB	02049	
2517527	Fuenteheridos	fuenteheridos	ES	21292	0	Europe/Madrid	37.90545	-6.66108		Fuenteheridos	21033	51	H	21033	
2517529	Fuente el Negro	fuente-el-negro	ES	41450	0	Europe/Madrid	37.85	-5.63333		Caserios Fuente el Negro,Caseríos Fuente el Negro,Fuente el Negro		51	SE	41033	
2517530	Fuente el Fresno	fuente-el-fresno	ES	13680	3454	Europe/Madrid	39.22839	-3.77487		Fuente del Fresno,Fuente el Fresno		54	CR	13096	
2517535	Fuente de Pedro Naharro	fuente-de-pedro-naharro	ES	16411	1280	Europe/Madrid	39.92438	-3.00916		Fuente de Pedro Naharro	16086	54	CU	16086	
2517542	Fuente del Pino	fuente-del-pino	ES	02129	0	Europe/Madrid	38.67126	-2.12636		Fuente del Pino		54	AB	02006	
2517543	Fuente del Pino	fuente-del-pino	ES	02129	0	Europe/Madrid	38.54215	-1.2916		Fuente del Pino		31	MU	30022	
2517544	Fuente del Pino	fuente-del-pino	ES	02129	0	Europe/Madrid	37.36667	-1.98333		Caserio Fuente del Pino,Caserío Fuente del Pino,Fuente del Pino		51	AL	04053	
2517546	Fuente del Oro	fuente-del-oro	ES	21359	0	Europe/Madrid	37.87306	-6.74001		Fuente de Oro,Fuente del Oro		51	H	21067	
2517547	Fuente del Maestre	fuente-del-maestre	ES	06360	6748	Europe/Madrid	38.52656	-6.44782		Fuente del Maestre	06054	57	BA	06054	
2517555	Fuente del Arco	fuente-del-arco	ES	06980	732	Europe/Madrid	38.15	-5.9		Fuente del Arco		57	BA	06034	
2517558	Fuente de la Corcha	fuente-de-la-corcha	ES	21609	0	Europe/Madrid	37.48584	-6.85978		Caserio Fuente de la Corcha,Caserío Fuente de la Corcha,Fuente de la Corcha		51	H	21011	
2517560	Fuente de Cantos	fuente-de-cantos	ES	06240	4952	Europe/Madrid	38.25	-6.3		Fuente de Cantos	06052	57	BA	06052	
2517563	Fuente Carreteros	fuente-carreteros	ES	14110	0	Europe/Madrid	37.66968	-5.15595		Fuente Carreteros		51	CO	14030	
2517564	Fuente Carrasca	fuente-carrasca	ES	02449	0	Europe/Madrid	38.50107	-2.204		Cortijo Fuente Carrasca,Fuente Carrasca		54	AB	02049	
2517565	Fuente Carrasca	fuente-carrasca	ES	02449	0	Europe/Madrid	38.44665	-2.67253				51	J	23091	
2517569	Fuente Blanca	fuente-blanca	ES	30629	0	Europe/Madrid	38.25	-1.16667		Caserio Fuente-Blanca,Caserío Fuente-Blanca,Fuente Blanca,La Fuenteblanca		31	MU	30020	
2517572	Fuente Amarga	fuente-amarga	ES	04693	0	Europe/Madrid	37.70677	-0.94652		Caserio Fuente Amarga,Caserío Fuente Amarga,Fuente Amarga		31	MU	30016	
2517573	Fuentealbilla	fuentealbilla	ES	02260	1942	Europe/Madrid	39.26667	-1.55		Fuentealbilla	02034	54	AB	02034	
2517576	Fuente-Álamo	fuente-alamo	ES	02651	2746	Europe/Madrid	38.69288	-1.43158		Fuente-Alamo,Fuente-Álamo	02033	54	AB	02033	
2517577	Fuente-Álamo	fuente-alamo	ES	02651	0	Europe/Madrid	37.4769	-4.03404				51	CO	14004	
2517581	Fuensanta de Martos	fuensanta-de-martos	ES	23610	3231	Europe/Madrid	37.64756	-3.90846		Fuensanta de Martos	23034	51	J	23034	
2517585	Fuensanta	fuensanta	ES	02637	319	Europe/Madrid	39.23333	-2.06667		Fuensanta	02032	54	AB	02032	
2517586	Fuensanta	fuensanta	ES	02637	0	Europe/Madrid	37.94063	-1.11544		Caserio Ermita de la Fuensanta,Caserío Ermita de la Fuensanta,Ermita de la Fuensanta,Fuensanta		31	MU	30030	
2517587	Fuensanta	fuensanta	ES	02637	0	Europe/Madrid	37.72975	-1.89055				31	MU	30024	
2517589	Fuenllana	fuenllana	ES	13333	274	Europe/Madrid	38.7559	-2.95814		Fuenllana	13043	54	CR	13043	
2517591	Fuenlabrada de los Montes	fuenlabrada-de-los-montes	ES	06660	1929	Europe/Madrid	39.13288	-4.93513		Fuenlabrada de los Montes,Fuentelabrada de los Montes	06051	57	BA	06051	
2517593	Fuenlabrada	fuenlabrada	ES	02127	0	Europe/Madrid	38.66015	-2.18186		Caserio Fuenlabrada,Caserío Fuenlabrada,Fuenlabrada		54	AB	02059	
2517595	Fuengirola	fuengirola	ES	29640	71482	Europe/Madrid	36.53998	-4.62473		FGR,Fuehnkhirola,Fuengirola,Fuenkhirola,feng xi luo la,fu en ji luo la,fwynkhyrwla,shyl,Фуенхирола,Фуенхірола,Фуэнхирoла,Фуэнхирола,سهيل,فوينخيرولا,丰希罗拉,福恩吉罗拉	29054	51	MA	29054	
2517597	Fuencaliente y Calera	fuencaliente-y-calera	ES	04897	0	Europe/Madrid	37.35832	-2.56064		Barriada Fuencaliente y Calera,Fuencaliente y Calera		51	AL	04083	
2517602	Fuencaliente	fuencaliente	ES	13130	0	Europe/Madrid	39.6	-1.38333				54	CU	16126	
2517603	Fuencaliente	fuencaliente	ES	13130	1235	Europe/Madrid	39.18624	-4.02576		Fuencaliente,La Fuencaliente		54	CR	13052	
2517604	Fuencaliente	fuencaliente	ES	13130	0	Europe/Madrid	38.40602	-4.30492			13042	54	CR	13042	
2517611	Frontera	frontera	ES	38911	4010	Atlantic/Canary	27.75404	-18.00367		Frontera,La Frontera,Las Lapas,Фронтера	38013	53	TF	38013	
2517618	Frigiliana	frigiliana	ES	29788	2560	Europe/Madrid	36.78747	-3.89441		Frigiliana	29053	51	MA	29053	
2517626	Fresnedoso de Ibor	fresnedoso-de-ibor	ES	10328	349	Europe/Madrid	39.68418	-5.50899		Fresnedoso de Ibor	10075	57	CC	10075	
2517634	Fresneda de Altarejos	fresneda-de-altarejos	ES	16781	85	Europe/Madrid	39.92577	-2.31498		Fresneda de Altarejos	16083	54	CU	16083	
2517641	Freila	freila	ES	18812	1051	Europe/Madrid	37.5299	-2.90828		Freila	18078	51	GR	18078	
2517642	Fregenite	fregenite	ES	18710	0	Europe/Madrid	36.83203	-3.36077		Fegenite,Fregenite		51	GR	18147	
2517643	Fregenal de la Sierra	fregenal-de-la-sierra	ES	06340	5207	Europe/Madrid	38.16922	-6.6537		Fregenal,Fregenal de la Siera,Fregenal de la Sierra,Frekhenal'-de-la-S'erra,fryjynal dy la sayra,fu lei he na er de la xie la,Фрегенал де ла Сиера,Фрехеналь-де-ла-Сьерра,Фрехеналь-де-ла-Сьєрра,فريجينال دي لا سايرا,ፍሬኄናል ዴ ላ ሲዬራ,夫雷赫纳尔德拉谢拉		57	BA	06067	
2517659	Frailes	frailes	ES	23690	1790	Europe/Madrid	37.48617	-3.83743		Frailes	23033	51	J	23033	
2517675	Foios	foios	ES	46134	6035	Europe/Madrid	39.53333	-0.35		Foios,Foyos	46126	60	V	46126	
2517676	Foyes Blanques	foyes-blanques	ES	03749	0	Europe/Madrid	38.58333	-0.08333		Caserio Foyes Blanques,Caserío Foyes Blanques,Foyes Blanques		60	A	03011	
2517679	Fortuna	fortuna	ES	30620	7943	Europe/Madrid	38.1814	-1.1259		Fortuna	30020	31	MU	30020	
2517682	Fortaleny	fortaleny	ES	46418	1010	Europe/Madrid	39.18333	-0.3		Fortaleny	46125	60	V	46125	
2517683	Fornes	fornes	ES	18127	0	Europe/Madrid	36.95442	-3.85772		Fornes		51	GR	18020	
2517684	Fornalutx	fornalutx	ES	07109	698	Europe/Madrid	39.78232	2.74107	139	Fornalutx	07025	07	PM	07025	
2517685	Forna	forna	ES	03786	0	Europe/Madrid	38.8751	-0.1708		Forna		60	A	03001	
2517695	Fontilles	fontilles	ES	03791	0	Europe/Madrid	38.77625	-0.08744		Fontilles		60	A	03091	
2517699	Fontanosas	fontanosas	ES	13473	0	Europe/Madrid	38.7644	-4.54672		Fontanosas		54	CR	13015	
2517702	Fontanars dels Alforins	fontanars-dels-alforins	ES	46635	996	Europe/Madrid	38.78423	-0.78667	628	Fontanares,Fontanars dels Alforins	46124	60	V	46124	
2517703	Fontanares	fontanares	ES	30811	0	Europe/Madrid	37.76719	-3.72912		Caseria de los Fontanares,Caserio Fontanares,Casería de los Fontanares,Caserío Fontanares,Fontanares		51	J	23050	
2517704	Fontanarejo	fontanarejo	ES	13193	291	Europe/Madrid	39.22014	-4.51753		Fontanarejo	13041	54	CR	13041	
2517705	Fontanar de las Viñas	fontanar-de-las-vinas	ES	02129	0	Europe/Madrid	38.67725	-2.01959		Fontanar de las Vinas,Fontanar de las Viñas		54	AB	02060	
2517707	Fontanar	fontanar	ES	19290	0	Europe/Madrid	37.67426	-2.97207		Fontanar		51	J	23070	
2517711	Fonelas	fonelas	ES	18515	1158	Europe/Madrid	37.41042	-3.17158		Fonelas	18076	51	GR	18076	
2517712	Fondón	fondon	ES	04460	947	Europe/Madrid	36.9802	-2.85957		Fondon,Fondón	04046	51	AL	04046	
2517715	Fleix	fleix	ES	03791	0	Europe/Madrid	38.77685	-0.10836		Fleix		60	A	03137	
2517719	Finestrat	finestrat	ES	03509	3908	Europe/Madrid	38.56737	-0.21235		Finestrat,faynstrat,fei nei si te la te,fynstrat,Финестрат,Фінестрат,فاينسترات,فینسترات,菲内斯特拉特	03069	60	A	03069	
2517720	Fines	fines	ES	04869	1955	Europe/Madrid	37.36074	-2.2581		Fines	04044	51	AL	04044	
2517722	Fiñana	finana	ES	04500	2413	Europe/Madrid	37.1715	-2.84011		Finana,Fiñana,Pinana,Piñana	04045	51	AL	04045	
2517733	Ferreries	ferreries	ES	07750	4416	Europe/Madrid	39.98324	4.01181		Ferrerias,Ferreries,Ferrerías	07023	07	PM	07023	
2517736	Ferreirola	ferreirola	ES	18414	0	Europe/Madrid	36.92979	-3.31392				51	GR	18901	
2517737	Ferreira	ferreira	ES	18513	336	Europe/Madrid	37.17247	-3.03539		Ferreira	18074	51	GR	18074	
2517740	Fernán-Núñez	fernan-nunez	ES	14520	9374	Europe/Madrid	37.67044	-4.7264		Fernan Nunez,Fernan-Nun'es,Fernan-Nunez,Fernán Núñez,Fernán-Núñez,fei er nan-nu nie si,fyrnan-nwnyyz  qrtbt,Фернан-Нуньес,Фернан-Нуньєс,فيرنان-نونييز، قرطبة,费尔南-努涅斯	14027	51	CO	14027	
2517744	Feria	feria	ES	06390	1383	Europe/Madrid	38.51151	-6.56416		Feria,Ferija,fei li ya,frya  aspanya,fyraya,Ферия,Ферија,Ферія,Ֆերիա,فریا، اسپانیا,فيرايا,费里亚	06049	57	BA	06049	
2517745	Férez	ferez	ES	02436	804	Europe/Madrid	38.35	-2		Ferez,Férez	02031	54	AB	02031	
2517747	Femés	femes	ES	35570	0	Atlantic/Canary	28.91205	-13.77887		Femes,Femés		53	GC	35034	
2517748	Félix	felix	ES	04728	567	Europe/Madrid	36.86911	-2.65845		Felix,Félix		51	AL	04013	
2517750	Felanitx	felanitx	ES	07200	18270	Europe/Madrid	39.4696	3.14831		Felanitx	07022	07	PM	07022	
2517753	Favara	favara	ES	46614	1855	Europe/Madrid	39.11667	-0.28333		Favara,Favareta	46123	60	V	46123	
2517755	Faura	faura	ES	46512	2743	Europe/Madrid	39.71667	-0.25		Faura		60	V	46220	
2517762	Fátaga	fataga	ES	35108	0	Atlantic/Canary	27.88718	-15.56454				53	GC	35019	
2517763	Fasnia	fasnia	ES	38570	2777	Atlantic/Canary	28.23638	-16.43886		Fasnea,Fasnia	38012	53	TF	38012	
2517772	Faraján	farajan	ES	29461	242	Europe/Madrid	36.61695	-5.18839		Farajan,Faraján	29052	51	MA	29052	
2517778	Famorca	famorca	ES	03813	61	Europe/Madrid	38.73101	-0.24726		Famorca	03068	60	A	03068	
2517782	Falcones	falcones	ES	03640	0	Europe/Madrid	38.38333	-0.88333		Caserio Falcones,Caserío Falcones,Falcones		60	A	03089	
2517791	Facinas	facinas	ES	11391	0	Europe/Madrid	36.14411	-5.70017		Facinas		51	CA	11035	
2517792	Facheca	facheca	ES	03813	97	Europe/Madrid	38.73501	-0.26766		Facheca,Fageca	03067	60	A	03067	
2517803	Estubeny	estubeny	ES	46817	183	Europe/Madrid	39.01792	-0.62379		Estubeny	46121	60	V	46121	
2517810	Estorninos	estorninos	ES	10990	0	Europe/Madrid	39.74014	-6.93298		Estorninos		57	CC	10008	
2517812	Estivella	estivella	ES	46590	1164	Europe/Madrid	39.71667	-0.35		Estivella	46120	60	V	46120	
2517816	Estepona	estepona	ES	29680	65592	Europe/Madrid	36.42764	-5.14589	69	EVO,Ehstepona,Estepona,ai si te bo na,astybwna,esutepona,Естепона,Эстепона,إستيبونا,エステポナ,埃斯特波纳	29051	51	MA	29051	
2517820	Estepa	estepa	ES	41560	12632	Europe/Madrid	37.29263	-4.87896		Ehstepa,Estepa,ai si te pa,astbt,Естепа,Эстепа,إستبة,埃斯特帕	41041	51	SE	41041	
2517827	Estellencs	estellencs	ES	07192	386	Europe/Madrid	39.65338	2.4813		Estellencs	07021	07	PM	07021	
2517846	Estación de Los Valles	estacion-de-los-valles	ES	46513	0	Europe/Madrid	39.71667	-0.23333		Estacion de Los Valles,Estación de Los Valles		60	V	46220	
2517880	Esporles	esporles	ES	07190	4457	Europe/Madrid	39.66794	2.57867		Esporles	07020	07	PM	07020	
2517884	Espinoso del Rey	espinoso-del-rey	ES	45650	599	Europe/Madrid	39.65333	-4.78371		Espinoso del Rey	45063	54	TO	45063	
2517886	Espino	espino	ES	29711	0	Europe/Madrid	36.93878	-4.11374				51	GR	18013	
2517891	Espinardo	espinardo	ES	30100	0	Europe/Madrid	38.01037	-1.15603				31	MU	30030	
2517894	Espiel	espiel	ES	14220	2332	Europe/Madrid	38.2	-5.01667		Espiel	14026	51	CO	14026	
2517897	Espera	espera	ES	11648	3810	Europe/Madrid	36.87446	-5.806		Espera	11017	51	CA	11017	
2517898	Espelúy	espeluy	ES	23628	771	Europe/Madrid	38.0318	-3.86309		Espeluy,Espelúy	23032	51	J	23032	
2517900	Espejo	espejo	ES	01423	3796	Europe/Madrid	37.6798	-4.55355		Espejo	14025	51	CO	14025	
2517903	Espartinas	espartinas	ES	41807	12648	Europe/Madrid	37.38154	-6.12578		Espartinas	41040	51	SE	41040	
2517909	Esparragosa de la Serena	esparragosa-de-la-serena	ES	06439	1118	Europe/Madrid	38.651	-5.60657		Esparragosa de la Serena	06047	57	BA	06047	
2517910	Esparragosa de Lares	esparragosa-de-lares	ES	06620	1054	Europe/Madrid	38.97517	-5.26968		Ehsparragosa-de-Lares,Esparagosa de Lares,Esparragosa de Lares,Esparragosa-de-Lares,ai si pa la ge sa de la lei si,asbarjwza dy lars,Еспарагоса де Ларес,Еспаррагоса-де-Ларес,Эспаррагоса-де-Ларес,إسبارجوزا دي لارس,埃斯帕拉戈萨德拉雷斯	06048	57	BA	06048	
2517913	Esparragalejo	esparragalejo	ES	06860	1524	Europe/Madrid	38.9433	-6.43549		Esparragalejo	06046	57	BA	06046	
2517923	Eslida	eslida	ES	12528	856	Europe/Madrid	39.88333	-0.3		Eslida	12057	60	CS	12057	
2517924	Esfiliana	esfiliana	ES	18511	0	Europe/Madrid	37.2672	-3.10218		Esfiliana		51	GR	18907	
2517925	Escúzar	escuzar	ES	18130	745	Europe/Madrid	37.06219	-3.76126		Escuzar,Escúzar	18072	51	GR	18072	
2517926	Escurial	escurial	ES	10133	883	Europe/Madrid	39.16857	-5.88465		Escurial	10073	57	CC	10073	
2517928	Escúllar	escullar	ES	04532	0	Europe/Madrid	37.1777	-2.73536		Escullar,Escúllar		51	AL	04901	
2517932	Escóznar	escoznar	ES	18293	0	Europe/Madrid	37.23817	-3.84493		Escoznar,Escóznar		51	GR	18102	
2517936	Escorca	escorca	ES	07315	293	Europe/Madrid	39.82138	2.86941		Escorca	07019	07	PM	07019	
2517951	Escañuela	escanuela	ES	23657	930	Europe/Madrid	37.87885	-4.03376		Escanuela,Escañuela	23031	51	J	23031	
2517955	Escalonilla	escalonilla	ES	45517	1458	Europe/Madrid	39.9257	-4.35095		Escalonilla	45062	54	TO	45062	
2517958	Escalona	escalona	ES	22363	0	Atlantic/Canary	28.11908	-16.67089				53	TF	38052	
2517961	Los Giles	los-giles	ES	04289	0	Atlantic/Canary	28.11514	-15.47476				53	GC	35016	
2517963	Escalada	escalada	ES	09145	0	Europe/Madrid	37.84535	-6.76218				51	H	21004	
2517964	Escacena del Campo	escacena-del-campo	ES	21870	2156	Europe/Madrid	37.40837	-6.3887		Escacena,Escacena del Campo	21032	51	H	21032	
2517965	Erustes	erustes	ES	45540	212	Europe/Madrid	39.95667	-4.49656		Erustes	45060	54	TO	45060	
2517967	Erque	erque	ES	38869	0	Atlantic/Canary	28.08542	-17.26883		Erque		53	TF	38050	
2517972	Erjos	erjos	ES	38435	0	Atlantic/Canary	28.31667	-16.78333		Erjos		53	TF	38044	
2517973	Erese	erese	ES	38916	0	Atlantic/Canary	27.81433	-17.9623				53	TF	38048	
2517976	Era-Alta	era-alta	ES	03169	0	Europe/Madrid	37.96795	-1.16863		Era-Alta		31	MU	30030	
2517980	Entrín Bajo	entrin-bajo	ES	06197	591	Europe/Madrid	38.71855	-6.71349		Entrin Bajo,Entrín Bajo	06045	57	BA	06045	
2517981	Entrín Alto	entrin-alto	ES	06197	0	Europe/Madrid	38.69102	-6.70918		Entrin Alto,Entrín Alto		57	BA	06045	
2518008	Enix	enix	ES	04729	330	Europe/Madrid	36.87732	-2.6018		Enix	04041	51	AL	04041	
2518009	Enguídanos	enguidanos	ES	16372	454	Europe/Madrid	39.66667	-1.6		Enguidamos,Enguidanos,Enguídanos	16082	54	CU	16082	
2518011	Enguera	enguera	ES	46810	5484	Europe/Madrid	38.97974	-0.68683		Enguera,Ènguera,Énguera	46118	60	V	46118	
2518019	Encinas Reales	encinas-reales	ES	14913	2439	Europe/Madrid	37.27419	-4.48828		Encinas Reales	14024	51	CO	14024	
2518020	Encinasola	encinasola	ES	21390	0	Europe/Madrid	38.13413	-6.86675		Encinasola,Encinosola	21031	51	H	21031	
2518022	Encinares	encinares	ES	05696	0	Europe/Madrid	38.45	-6.11667		Cortijo Encinares,Encinares		57	BA	06136	
2518026	Encinacaída	encinacaida	ES	13117	0	Europe/Madrid	39.49677	-4.82003		Encinacaida,Encinacaída		54	CR	13017	
2518033	Emperador	emperador	ES	46135	260	Europe/Madrid	39.55	-0.33333		Emperador	46117	60	V	46117	
2518040	El Viso del Alcor	el-viso-del-alcor	ES	41520	18351	Europe/Madrid	37.39106	-5.71993		El Viso del Alcor,Viso del Alcor		51	SE	41102	
2518041	El Viso	el-viso	ES	02214	0	Europe/Madrid	39.26667	-1.23333		El Viso		54	AB	02013	
2518042	El Viso	el-viso	ES	02214	2846	Europe/Madrid	38.48333	-4.95		El Viso		51	CO	14023	
2518043	El Villar	el-villar	ES	02459	0	Europe/Madrid	39.10564	-1.87122				54	AB	02003	
2518044	El Villar	el-villar	ES	02459	0	Europe/Madrid	38.64224	-4.0139		El Villar		54	CR	13071	
2518045	El Villar	el-villar	ES	02459	0	Europe/Madrid	38.5073	-2.44051		Caserio El Villar,Caserío El Villar,El Villar		54	AB	02067	
2518046	El Villar	el-villar	ES	02459	0	Europe/Madrid	37.69364	-6.73867		El Villar		51	H	21078	
2518047	El Villar	el-villar	ES	02459	0	Europe/Madrid	37.51413	-2.20209		Caserio El Villar,Caserío El Villar,El Villar		51	AL	04070	
2518052	El Varadero	el-varadero	ES	18613	2000	Europe/Madrid	36.72521	-3.52183	4	Barriada El Varadero,El Varadero,Varadero		51	GR	18140	
2518053	El Valle	el-valle	ES	04897	0	Europe/Madrid	37.93171	-2.92742		Casa El Valle,El Valle		51	J	23028	
2518054	El Valle	el-valle	ES	04897	0	Europe/Madrid	37.6	-5.8		Caserios El Valle,Caseríos El Valle,El Valle		51	SE	41023	
2518056	El Vado	el-vado	ES	09513	0	Europe/Madrid	37.62085	-1.68017				31	MU	30024	
2518058	El Turro	el-turro	ES	18129	0	Europe/Madrid	37.13358	-3.9411		El Turro		51	GR	18034	
2518060	El Trocadero	el-trocadero	ES	11519	0	Europe/Madrid	36.51667	-6.23333		El Trocadero,Trocadero		51	CA	11028	
2518061	El Trincheto	el-trincheto	ES	13129	0	Europe/Madrid	39.21529	-4.17232		El Trincheto		54	CR	13065	
2518069	El Toro	el-toro	ES	07180	294	Europe/Madrid	39.98333	-0.75		Ehl'-Toro,El Toro,El'-Toro,Lo Toro,Toro,ai er tuo luo,al twrw,el Toro,Ель-Торо,Эль-Торо,Էլ Տորո,إل تورو,埃尔托罗		60	CS	12115	
2518070	El Torno	el-torno	ES	10617	0	Europe/Madrid	39.25459	-4.25732		El Torno		54	CR	13065	
2518072	El Toril	el-toril	ES	04778	0	Europe/Madrid	37.60521	-4.81933		Casa El Toril,El Toril		51	CO	14060	
2518075	El Tomillar	el-tomillar	ES	04618	0	Europe/Madrid	37.30235	-1.76691		Caserio El Tomillar,Caserío El Tomillar,El Tomillar		51	AL	04035	
2518078	El Toboso	el-toboso	ES	45820	2156	Europe/Madrid	39.51333	-2.99726		Ehl'-Toboso,El Toboso,El'-Toboso,ai er tuo wo suo,altwbwsw,Ель-Тобосо,Эль-Тобосо,التوبوسو,埃尔托沃索		54	TO	45167	
2518080	El Tesoro	el-tesoro	ES	04277	0	Europe/Madrid	37.27038	-2.72458		Canada del Tesorero,Cañada del Tesorero,El Tesorero,El Tesoro		51	GR	18023	
2518081	El Tesoro	el-tesoro	ES	04277	0	Europe/Madrid	37.09225	-2.05616		Cortijada El Tesoro,El Tesoro		51	AL	04086	
2518085	El Tejar	el-tejar	ES	14915	0	Europe/Madrid	37.238	-4.5462		El Tejar		51	CO	14010	
2518088	El Tarajal	el-tarajal	ES	14814	0	Europe/Madrid	37.49338	-4.19369				51	CO	14055	
2518089	El Tarahal	el-tarahal	ES	35414	0	Europe/Madrid	37.31667	-1.76667		Caserio El Tarahal,Caserío El Tarahal,El Tarahal,Molino del Tarahal		51	AL	04035	
2518090	El Tallón Bajo	el-tallon-bajo	ES	04212	0	Europe/Madrid	37.16607	-2.49051		Caserio Tallon Bajo,Caserío Tallón Bajo,El Tallon Bajo,El Tallón Bajo		51	AL	04068	
2518093	El Tablero	el-tablero	ES	38107	0	Atlantic/Canary	28.42132	-16.32217		El Tabero,El Tablero,Tablero		53	TF	38038	
2518094	El Tablado	el-tablado	ES	38591	0	Atlantic/Canary	28.82911	-17.87768		El Tablado,Tablado de la Montaneta,Tablado de la Montañeta		53	TF	38016	
2518095	El Soto	el-soto	ES	05515	0	Europe/Madrid	37.26667	-2.25		Cortijada El Soto,El Soto		51	AL	04036	
2518534	El Collado	el-collado	ES	26132	0	Europe/Madrid	37.86667	-6.66667				51	H	21001	
2518099	El Solete Alto	el-solete-alto	ES	11400	0	Europe/Madrid	36.65	-6.16667		Caserio El Solete Alto,Caserío El Solete Alto,El Solete Alto		51	CA	11020	
2518100	El Socorro	el-socorro	ES	38712	0	Atlantic/Canary	28.32811	-16.36521				53	TF	38020	
2518104	El Simarro	el-simarro	ES	16709	0	Europe/Madrid	39.36946	-2.27729		El Simarro		54	CU	16238	
2518113	El Saucejo	el-saucejo	ES	41650	4321	Europe/Madrid	37.07237	-5.09818		El Saucejo,Saucejo		51	SE	41090	
2518114	El Sauce	el-sauce	ES	38310	0	Atlantic/Canary	28.36667	-16.48333		El Sauce		53	TF	38026	
2518116	El Saltador Bajo	el-saltador-bajo	ES	04149	0	Europe/Madrid	37.02599	-1.92947		Cortijada El Saltador Bajo		51	AL	04032	
2518118	El Salse	el-salse	ES	03469	0	Europe/Madrid	38.70696	-0.73647		El Salse		60	A	03023	
2518122	El Salado	el-salado	ES	14800	0	Europe/Madrid	38.23804	-1.06392		Caserio Salado,Caserío Salado,El Salado,Salado		31	MU	30001	
2518125	El Sahuco	el-sahuco	ES	02127	0	Europe/Madrid	38.72187	-2.144		El Sahuco		54	AB	02060	
2518126	El Sahuco	el-sahuco	ES	02127	0	Europe/Madrid	37.5033	-2.47526		Cortijos del Sauco,El Sahuco		51	AL	04061	
2518127	El Sabinar	el-sabinar	ES	30441	0	Europe/Madrid	38.20698	-2.15461		El Sabinar,Sabinar		31	MU	30028	
2518129	El Rubio	el-rubio	ES	41568	3557	Europe/Madrid	37.35617	-4.98896		El Rubio		51	SE	41084	
2518131	El Royo	el-royo	ES	02129	0	Europe/Madrid	38.69168	-2.0258		El Royo		54	AB	02060	
2518143	El Roque	el-roque	ES	38629	0	Atlantic/Canary	28.74932	-17.9728				53	TF	38029	
2518144	El Roque	el-roque	ES	38629	0	Atlantic/Canary	28.50675	-16.20132				53	TF	38038	
2518145	El Roque	el-roque	ES	38629	0	Atlantic/Canary	28.09243	-16.6345				53	TF	38035	
2518146	El Ronquillo	el-ronquillo	ES	41880	1378	Europe/Madrid	37.72628	-6.1762		El Ronquillo,Ronquillo		51	SE	41083	
2518147	El Rompido	el-rompido	ES	21459	1729	Europe/Madrid	37.21773	-7.12206		El Rompido		51	H	21021	
2518149	El Romero	el-romero	ES	11400	0	Europe/Madrid	37.71415	-1.36974				31	MU	30026	
2518152	El Romeral	el-romeral	ES	29130	0	Europe/Madrid	38.03519	-3.88762		Casa del Romeral,Caserio El Romeral,Caserío El Romeral,El Romeral		51	J	23032	
2518157	El Rocío	el-rocio	ES	21750	0	Europe/Madrid	37.12994	-6.48485				51	H	21005	
2518158	El Robledo	el-robledo	ES	13114	1074	Europe/Madrid	39.21898	-4.28099		El Robledo		54	CR	13901	
2518161	El Río Grande	el-rio-grande	ES	04769	0	Europe/Madrid	36.82014	-3.02519		Barriada Rio Grande,Barriada Río Grande		51	AL	04029	
2518163	El Río Chico	el-rio-chico	ES	04769	0	Europe/Madrid	36.79444	-2.99515		Barriada Rio Chico,Barriada Río Chico		51	AL	04029	
2518167	El Río	el-rio	ES	26326	0	Europe/Madrid	37.35	-1.95		Caserio El Rio,Caserío El Río,El Rio,El Río		51	AL	04053	
2518168	El Río	el-rio	ES	26326	0	Atlantic/Canary	28.1414	-16.52375				53	TF	38005	
2518170	El Rinconcillo	el-rinconcillo	ES	14100	0	Europe/Madrid	37.6685	-4.88208		El Rinconcillo		51	CO	14017	
2518171	El Rincón	el-rincon	ES	10690	0	Europe/Madrid	38.93142	-1.65947		Caserio El Rincon,Caserío El Rincón,El Rincon,El Rincón		54	AB	02029	
2518172	El Rincón	el-rincon	ES	10690	0	Europe/Madrid	37.86359	-1.8888		Caserio Rincon,Caserío Rincón,El Rincon,El Rincón		31	MU	30024	
2518173	El Rincón	el-rincon	ES	10690	0	Europe/Madrid	37.28333	-1.8		Caserio El Rincon,Caserío El Rincón,El Rincon,El Rincón		51	AL	04035	
2518174	El Rincón	el-rincon	ES	10690	0	Europe/Madrid	37.24891	-7.05417		Albergues El Rincon,Albergues El Rincón,El Rincon,El Rincón		51	H	21060	
2518175	El Rincón	el-rincon	ES	10690	0	Atlantic/Canary	28.41277	-16.51872				53	TF	38026	
2518176	El Rincón	el-rincon	ES	10690	0	Atlantic/Canary	28.00903	-15.61415				53	GC	35025	
2518177	El Reul Alto	el-reul-alto	ES	04867	0	Europe/Madrid	37.28408	-2.35073		Caserio Reul Alto,Caserío Reul Alto,El Reul Alto		51	AL	04056	
2518181	El Repilado	el-repilado	ES	21360	0	Europe/Madrid	37.92773	-6.7694		El Repilado		51	H	21043	
2518184	El Realengo	el-realengo	ES	03339	0	Europe/Madrid	39.05861	-0.42308		Caserio El Realenco,Caserío El Realenco,El Realengo		60	V	46145	
2518185	El Realengo	el-realengo	ES	03339	399	Europe/Madrid	37.29729	-1.88487		Cortijada El Realengo,El Realengo		51	AL	04035	
2518187	El Real de la Jara	el-real-de-la-jara	ES	41250	0	Europe/Madrid	37.95	-6.15		El Real de la Jara		51	H	21069	
2518191	El Raposo	el-raposo	ES	06392	0	Europe/Madrid	37.28333	-2.85				51	GR	18069	
2518193	El Raal	el-raal	ES	30139	0	Europe/Madrid	38.03333	-1.01667		Caserio El Raal,Caserío El Raal,El Raal,Huerta Del Raal,Raal,Torre Teatinos		31	MU	30030	
2519066	Quartell	quartell	ES	46510	1395	Europe/Madrid	39.73751	-0.26458		Cuartell,Quartell		60	V	46058	
2518207	El Puerto de Santa María	el-puerto-de-santa-maria	ES	11500	87696	Europe/Madrid	36.59389	-6.23298		Ehl'-Puehrto-de-Santa-Marija,El Puerto,El Puerto de Santa Maria,El Puerto de Santa María,El'-Puerto-de-Santa-Marija,PXS,Portus Sanctae Mariae,Pto. de Sta. Maria,Pto. de Sta. María,Puerto,Puerto de Santa Maria,Puerto de Santa Marija,Puerto de Santa María,al bwyrtw dy santa marya,elpueleutodesantamalia,sheng ma li ya gang,xelpwyr to de san ta ma ri xa,Ель-Пуерто-де-Санта-Марія,Пуерто де Санта Марија,Эль-Пуэрто-де-Санта-Мария,إل بويرتو دي سانتا ماريا,เอลปวยร์โตเดซานตามารีอา,エル・プエルト・デ・サンタ・マリア,圣玛丽亚港,엘푸에르토데산타마리아		51	CA	11027	
2518208	El Puerto	el-puerto	ES	14192	0	Europe/Madrid	39.86683	-0.07257				60	CS	12032	
2518211	El Puerto	el-puerto	ES	14192	0	Europe/Madrid	38.6797	-2.15929		Caserio El Puerto,Caserío El Puerto,El Puerto		54	AB	02022	
2518212	El Puerto	el-puerto	ES	14192	0	Europe/Madrid	37.97296	-6.87444				51	H	21008	
2518214	El Puerto	el-puerto	ES	14192	0	Europe/Madrid	37.1	-1.98333		Caserio El Puerto,Caserío El Puerto,El Puerto		51	AL	04093	
2518215	El Puerto	el-puerto	ES	14192	0	Europe/Madrid	36.75745	-2.61028		Barriada El Puerto		51	AL	04079	
2518216	El Puerto	el-puerto	ES	14192	0	Atlantic/Canary	28.39944	-16.33408				53	TF	38032	
2518218	El Puertito	el-puertito	ES	38360	0	Atlantic/Canary	28.55	-16.33333		El Puertito		53	TF	38023	
2518219	El Puertecico	el-puertecico	ES	04693	0	Europe/Madrid	37.51516	-1.98393		El Puertecico		51	AL	04053	
2518220	El Puente del Río	el-puente-del-rio	ES	04779	0	Europe/Madrid	36.75649	-2.98433		Barriada El Puente del Rio,Barriada El Puente del Río		51	AL	04003	
2518221	El Puente del Arzobispo	el-puente-del-arzobispo	ES	45570	1478	Europe/Madrid	39.80174	-5.17178		El Puente del Arzobispo,Puente del Arzobispo		54	TO	45138	
2518223	El Pueblo	el-pueblo	ES	33785	0	Atlantic/Canary	28.76667	-17.98333				53	TF	38029	
2518224	El Provencio	el-provencio	ES	16670	2668	Europe/Madrid	39.3774	-2.57448		El Provencio		54	CU	16171	
2518228	El Prado	el-prado	ES	39805	0	Europe/Madrid	37.38173	-2.31573		Caserio El Prado,Caserío El Prado,El Prado		51	AL	04069	
2518229	El Prado	el-prado	ES	39805	0	Europe/Madrid	37.24285	-2.81619		Caserio El Prado,Caserío El Prado,El Prado		51	GR	18023	
2518231	El Pozuelo	el-pozuelo	ES	16812	0	Europe/Madrid	38.52853	-2.15289		Caserio El Pozuelo,Caserío El Pozuelo,El Pozuelo		54	AB	02011	
2518232	El Pozuelo	el-pozuelo	ES	16812	0	Europe/Madrid	37.61053	-6.68408		El Pozuelo		51	H	21078	
2518233	El Pozuelo	el-pozuelo	ES	16812	0	Europe/Madrid	36.74862	-3.15388		El Pozuelo		51	GR	18006	
2518238	El Pósito	el-posito	ES	38714	0	Europe/Madrid	37.94299	-3.22124		Cortijada El Posito,Cortijada El Pósito,Cortijo del Posito,Cortijo del Pósito,El Posito,El Pósito		51	J	23066	
2518242	Llucalcari	llucalcari	ES	07179	0	Europe/Madrid	39.76595	2.6562		Llucalcari		07	PM	07018	
2518244	Port de Sóller	port-de-soller	ES	07108	2909	Europe/Madrid	39.79759	2.69637		Port de Soller,Port de Soller (Mallorca),Port de Sóller,Port de Sóller (Mallorca),Puerto de Soller,Puerto de Sóller		07	PM	07061	
2518245	El Porrosillo	el-porrosillo	ES	23239	0	Europe/Madrid	38.22342	-3.41635		El Porrosillo,Porrosillo		51	J	23008	
2518250	El Pinillo	el-pinillo	ES	35479	0	Atlantic/Canary	28.71667	-17.95		El Pinillo		53	TF	38047	
2518251	El Pinar	el-pinar	ES	04288	0	Atlantic/Canary	28.66484	-17.86932		El Pinar		53	TF	38027	
2518255	El Pilar	el-pilar	ES	04271	0	Europe/Madrid	37.1889	-2.10122		Cortijada El Pilar y Providenias,Cortijada El Pilar y Provincias,El Pilar		51	AL	04086	
2518256	El Pilar	el-pilar	ES	04271	0	Atlantic/Canary	28.42282	-16.31836		El Pilar		53	TF	38038	
2518259	El Picazo	el-picazo	ES	16211	742	Europe/Madrid	39.45	-2.08333		El Picazo		54	CU	16158	
2518263	El Perelló	el-perello	ES	17180	2903	Europe/Madrid	39.27718	-0.27569				60	V	46235	
2518264	El Peralejo	el-peralejo	ES	41898	0	Europe/Madrid	37.71497	-6.41449		El Paralejo,El Peralejo		51	SE	41031	
2518265	El Peral	el-peral	ES	16240	738	Europe/Madrid	39.5	-1.9		El Peral		54	CU	16155	
2518266	El Peñón	el-penon	ES	29130	0	Europe/Madrid	38.18333	-2.25		Caserio El Penon,Caserío El Peñón,Cortijo de El Penon,Cortijo de El Peñón,El Penon,El Peñón		54	AB	02055	
2518267	El Peñón	el-penon	ES	29130	0	Europe/Madrid	37.59734	-3.20388		Cortijada El Penon,Cortijada El Peñón,El Penon,El Peñón		51	GR	18002	
2518270	El Pedroso	el-pedroso	ES	41360	0	Europe/Madrid	37.85	-5.76667		El Pedroso,Pedroso		51	SE	41073	
2518273	El Pedernoso	el-pedernoso	ES	16638	1289	Europe/Madrid	39.4858	-2.74642		El Pedernoso		54	CU	16153	
2518274	El Patronato	el-patronato	ES	23290	0	Europe/Madrid	38.04327	-2.64979		Caserio Patronato,Caserio del Patronato,Caserío Patronato,Caserío del Patronato,El Patronato		51	GR	18098	
2518277	El Paso	el-paso	ES	38750	7053	Atlantic/Canary	28.65007	-17.88274		Ehl'-Paso,El Paso,El'-Paso,Paso,ai er pa suo,al basw  santa krwth dy tynyryfh,Ель-Пасо,Эль-Пасо,إل باسو، سانتا كروث دي تينيريفه,埃尔帕索		53	TF	38027	
2518281	El Pardo	el-pardo	ES	28048	0	Europe/Madrid	37.90579	-1.79159		Caserio El Pardo,Caserío El Pardo,El Pardo		31	MU	30024	
2518282	El Pardo	el-pardo	ES	28048	0	Europe/Madrid	36.77024	-2.95429		Barriada El Pardo		51	AL	04904	
2518283	El Pardal	el-pardal	ES	02449	0	Europe/Madrid	38.48414	-2.28509		El Pardal		54	AB	02049	
2518285	El Palomar	el-palomar	ES	04869	0	Europe/Madrid	37.95754	-2.97138		Caserio Palomar,Caserío Palomar,Cortijada de Palomar,El Palomar		51	J	23047	
2518286	El Palomar	el-palomar	ES	04869	0	Europe/Madrid	36.8	-3.16667				51	GR	18006	
2518287	El Palo	el-palo	ES	35423	0	Europe/Madrid	36.72127	-4.35814		El Palo		51	MA	29067	
2518292	El Palmar de Troya	el-palmar-de-troya	ES	41719	0	Europe/Madrid	37.06154	-5.80471		El Palmar de Troya,Palmar de Troya		51	SE	41095	
2518293	El Palmar	el-palmar	ES	03700	0	Europe/Madrid	39.31305	-0.3174		Caserio El Palmar,Caserío El Palmar,El Palmar		60	V	46235	
2518294	El Palmar	el-palmar	ES	03700	0	Europe/Madrid	37.93939	-1.16095				31	MU	30030	
2518295	El Palmar	el-palmar	ES	03700	0	Atlantic/Canary	28.83556	-17.93153				53	TF	38016	
2518297	El Palacés	el-palaces	ES	04662	0	Europe/Madrid	37.34789	-2.00856		Caserio El Palaces,Caserío El Palaces,El Palaces,El Palacés		51	AL	04103	
2518298	El Oro	el-oro	ES	46199	0	Europe/Madrid	39.3	-0.91667		Caserio El Oro,Caserío El Oro,El Oro		60	V	46099	
2518299	El Olivar	el-olivar	ES	04869	0	Europe/Madrid	38.15903	-1.65384		Cortijada del Olivar,El Olivar		31	MU	30017	
2518300	El Ojuelo	el-ojuelo	ES	23293	0	Europe/Madrid	38.54291	-2.5353		Caserio El Ojuelo,Caserío El Ojuelo,El Ojuelo		54	AB	02070	
2518301	El Ojuelo	el-ojuelo	ES	23293	0	Europe/Madrid	38.2576	-2.70124		Cortijo del Ojuelo,El Ojuelo		51	J	23081	
2518304	El Noguerón	el-nogueron	ES	02459	0	Europe/Madrid	38.51399	-2.45708		Caserio El Nogueron,Caserío El Noguerón,El Nogueron,El Noguerón		54	AB	02067	
2518307	El Nido	el-nido	ES	03170	0	Europe/Madrid	38.09302	-0.77261		Barrio de El Nido,El Nido		60	A	03015	
2518535	El Collado	el-collado	ES	26132	0	Europe/Madrid	37.73185	-1.76003		Caserio El Collado,Caserío El Collado,El Collado		31	MU	30024	
2518317	El Moral	el-moral	ES	30413	0	Europe/Madrid	38.48333	-6.25		Cortijo El Moral,Cortijo del Moral,El Moral		57	BA	06122	
2518318	El Moral	el-moral	ES	30413	0	Europe/Madrid	37.99907	-2.21048		Caserio El Moral,Caserío El Moral,El Moral,Moral		31	MU	30015	
2518324	El Monastil	el-monastil	ES	03600	0	Europe/Madrid	38.5	-0.78333		Casas El Monastil,El Monastil		60	A	03104	
2518327	El Molino	el-molino	ES	30442	0	Europe/Madrid	37.42195	-1.73143		Caserio El Molino,Caserío El Molino,El Molino		51	AL	04075	
2518328	El Molino	el-molino	ES	30442	0	Europe/Madrid	36.76849	-3.87743		Caserio El Molino,Caserío El Molino,El Molino		51	MA	29075	
2518330	El Molinillo	el-molinillo	ES	13194	139	Europe/Madrid	39.4661	-4.21392		El Molinillo,Molinillo,Molinos Dalgurrea		54	CR	13072	
2518331	El Molinillo	el-molinillo	ES	13194	0	Europe/Madrid	37.66042	-1.66972		Caserio El Molinillo,Caserío El Molinillo,El Molinillo		31	MU	30024	
2518332	El Molinillo	el-molinillo	ES	13194	0	Europe/Madrid	37.30485	-3.42887		Caserio Molinillo,Caserío Molinillo,El Molinillo		51	GR	18099	
2518333	El Molinar	el-molinar	ES	02129	0	Europe/Madrid	38.68333	-0.46667		El Molinar,Fabricas El Molinar,Fábricas El Molinar		60	A	03009	
2518334	El Molinar	el-molinar	ES	02129	0	Europe/Madrid	38.67753	-2.0633		El Molinar		54	AB	02006	
2518335	El Molar	el-molar	ES	23469	0	Europe/Madrid	37.98053	-3.14982		El Molar		51	J	23028	
2518336	El Mojón	el-mojon	ES	35539	0	Europe/Madrid	37.85	-0.76667				60	A	03902	
2518337	El Mojón	el-mojon	ES	35539	0	Europe/Madrid	37.57635	-1.21442		Casas del Mojon,Casas del Mojón,Caserio El Mojon,Caserío El Mojón		31	MU	30016	
2518338	El Mojón	el-mojon	ES	35539	0	Atlantic/Canary	29.06312	-13.51747		El Mojon,El Mojón		53	GC	35024	
2518341	El Mingrano	el-mingrano	ES	30335	0	Europe/Madrid	37.63792	-1.22857		Caserio El Mingrano,Caserío El Mingrano,El Mingrano		31	MU	30026	
2518345	El Membrillo	el-membrillo	ES	45663	0	Europe/Madrid	39.83951	-4.82568		El Membrillo		54	TO	45072	
2518346	El Médano	el-medano	ES	38612	1000	Atlantic/Canary	28.04615	-16.53631		Ehl' Medano,El Medano,Puerto Medano,Эль Медано		53	TF	38017	
2518347	El Mayordomo	el-mayordomo	ES	04279	0	Europe/Madrid	37.12026	-2.12111		Cortijada El Mayordomo,El Mayordomo		51	AL	04086	
2518350	El Martinete	el-martinete	ES	04618	0	Europe/Madrid	37.21444	-3.81154		Caserio El Martinete,Caserío El Martinete,El Martinete		51	GR	18079	
2518355	El Mármol	el-marmol	ES	23412	0	Europe/Madrid	38.06006	-3.43321		El Marmol,El Mármol,Marmol,Mármol		51	J	23074	
2518356	El Margen	el-margen	ES	04811	0	Europe/Madrid	37.523	-2.2349		Barriada El Margen,El Margen		51	AL	04070	
2518364	El Mamí	el-mami	ES	04120	0	Europe/Madrid	36.85449	-2.42317		Barriada El Mami,Barriada El Mamí		51	AL	04013	
2518367	El Majuelo	el-majuelo	ES	35369	0	Atlantic/Canary	28.00395	-15.62239				53	GC	35025	
2518369	El Madroño	el-madrono	ES	41897	0	Europe/Madrid	38.75858	-2.09519				54	AB	02065	
2518370	El Madroño	el-madrono	ES	41897	0	Europe/Madrid	38.65528	-6.14926		Caserio del Madrono,Caserío del Madroño,Cortijadas El Madrono,Cortijadas El Madroño,El Madrono,El Madroño		57	BA	06104	
2518371	El Madroño	el-madrono	ES	41897	0	Europe/Madrid	37.74731	-4.05976		Caserio El Madrono,Caserío El Madroño,El Madrono,El Madroño		51	J	23060	
2518372	El Madroño	el-madrono	ES	41897	0	Europe/Madrid	37.64579	-6.51376		El Madrono,El Madroño		51	SE	41057	
2518376	El Lugar Nuevo	el-lugar-nuevo	ES	02459	0	Europe/Madrid	38.5	-2.38333		Caserio El Lugar Nuevo,Caserío El Lugar Nuevo,El Lugar Nuevo		54	AB	02067	
2518385	El Llano de Don Antonio	el-llano-de-don-antonio	ES	04149	0	Europe/Madrid	37.00102	-1.93562		Cortijada El Llano de Don Antonio,El Llano de Don Antonio		51	AL	04032	
2518388	El Laminador	el-laminador	ES	02459	0	Europe/Madrid	38.489	-2.39832		Caserio El Laminador,Caserío El Laminador,El Laminador		54	AB	02067	
2518393	El Juncal	el-juncal	ES	35368	0	Atlantic/Canary	27.95498	-15.64985		El Juncal de Tejeda		53	GC	35025	
2518397	El Jau	el-jau	ES	18329	0	Europe/Madrid	37.19629	-3.74102		Cortijada El Jau		51	GR	18175	
2518399	El Jardín	el-jardin	ES	02340	0	Europe/Madrid	38.8122	-2.32351		El Jardin,El Jardín		54	AB	02008	
2518400	El Jaral	el-jaral	ES	11687	0	Europe/Madrid	37.43333	-2.3		Caserio El Jaral,Caserío El Jaral,Cortijo del Jaral,El Jaral		51	AL	04070	
2518401	El Jaral	el-jaral	ES	11687	0	Atlantic/Canary	28.20221	-16.75734		El Jaral		53	TF	38019	
2518405	El Islote	el-islote	ES	35559	0	Atlantic/Canary	29.00984	-13.64104		El Islote		53	GC	35018	
2518410	El Hoyo	el-hoyo	ES	05696	0	Europe/Madrid	38.40847	-3.92016		El Hoyo		54	CR	13055	
2518411	El Hoyo	el-hoyo	ES	05696	0	Europe/Madrid	38.23333	-5.28333		El Hoyo		51	CO	14009	
2518412	El Hoyo	el-hoyo	ES	05696	0	Europe/Madrid	37.3	-3.96667				51	GR	18135	
2518418	El Horcajo	el-horcajo	ES	02314	0	Europe/Madrid	38.72053	-2.47062		El Horcajo		54	AB	02008	
2518419	El Horcajo	el-horcajo	ES	02314	0	Europe/Madrid	38.51337	-4.44182		El Horcajo,Horcajo		54	CR	13015	
2518426	El Hito	el-hito	ES	16441	225	Europe/Madrid	39.85927	-2.71536		El Hito		54	CU	16101	
2518427	El Higuerón	el-higueron	ES	14193	0	Europe/Madrid	37.87057	-4.84921		El Higueron,El Higuerón		51	CO	14021	
2518428	El Higueral	el-higueral	ES	14979	0	Europe/Madrid	37.31745	-4.25599		El Higueral		51	CO	14037	
2518429	El Herrumblar	el-herrumblar	ES	16290	758	Europe/Madrid	39.4	-1.61667		El Herrumblar		54	CU	16098	
2518430	El Haza del Riego	el-haza-del-riego	ES	04532	0	Europe/Madrid	37.21986	-2.7436		Caserio El Haza del Riego,Caserío El Haza del Riego,El Haza del Riego		51	GR	18023	
2518435	El Guincho	el-guincho	ES	35413	0	Atlantic/Canary	28.36667	-16.71667				53	TF	38022	
2518436	El Guincho	el-guincho	ES	35413	0	Atlantic/Canary	28.05387	-16.73672		El Guincho,Salinas del Guincho		53	TF	38006	
2518438	El Guijo	el-guijo	ES	14413	0	Europe/Madrid	38.36667	-6.66667		Casas El Guijo,El Guijo		57	BA	06070	
2518439	El Guijo	el-guijo	ES	14413	0	Europe/Madrid	37.47078	-6.59356		Caserio El Guijo,Caserío El Guijo,El Guijo		51	H	21053	
2518440	El Guijo	el-guijo	ES	14413	0	Europe/Madrid	36.73758	-5.85693		Caserio El Guijo,Caserío El Guijo,El Guijo,Guijo		51	CA	11006	
2518443	El Griego	el-griego	ES	02139	0	Europe/Madrid	38.59502	-2.12073		Caserio El Griego,Caserío El Griego,El Griego		54	AB	02011	
2518447	El Granado	el-granado	ES	21594	612	Europe/Madrid	37.51976	-7.41605		El Granado		51	H	21037	
2518451	El Gordo	el-gordo	ES	10392	315	Europe/Madrid	39.8656	-5.34343		El Gordo		57	CC	10085	
2518452	El Gollizo	el-gollizo	ES	02459	0	Europe/Madrid	38.51006	-2.41256		Caserio El Gollizo,Caserío El Gollizo,El Gollizo		54	AB	02067	
2518455	El Gastor	el-gastor	ES	11687	1945	Europe/Madrid	36.85478	-5.32334		El Gastor		51	CA	11018	
2518456	El Garrobo	el-garrobo	ES	30879	788	Europe/Madrid	37.62612	-6.1723		El Garrobo		51	SE	41043	
2518458	El Garabato	el-garabato	ES	14100	0	Europe/Madrid	37.68147	-4.97826		El Garabato		51	CO	14017	
2518461	El Galeón	el-galeon	ES	41370	0	Europe/Madrid	38	-5.88333		Colonia Agricola El Galeon,Colonia Agricola El Galeón,El Galeon,El Galeón		51	SE	41032	
2518466	El Fonte	el-fonte	ES	04271	0	Europe/Madrid	37.16604	-2.11088		Cortijada El Fonte,El Fonte		51	AL	04086	
2518536	El Collado	el-collado	ES	26132	0	Europe/Madrid	36.8336	-3.14749		Caserio El Collado,Caserío El Collado,El Collado		51	GR	18141	
2518474	El Espinillo	el-espinillo	ES	35368	0	Europe/Madrid	38.94126	-2.68493		Caserio El Espinillo,Caserío El Espinillo,El Espinillo		54	AB	02057	
2518475	El Espinillo	el-espinillo	ES	35368	0	Atlantic/Canary	27.98576	-15.64693				53	GC	35025	
2518476	El Espinar	el-espinar	ES	19223	0	Europe/Madrid	37.71882	-1.15549		Casas El Espinar,Caserio El Espinar,Caserío El Espinar,El Espinar		31	MU	30021	
2518478	El Esparragal	el-esparragal	ES	14816	0	Europe/Madrid	37.52576	-6.10476		Caserios El Esparragal,Caseríos El Esparragal,El Esparragal		51	SE	41045	
2518479	El Esparragal	el-esparragal	ES	14816	0	Europe/Madrid	37.50237	-4.21463		Esparragal,Torreon del Esparragal,Torreón del Esparragal		51	CO	14055	
2518480	El Esparragal	el-esparragal	ES	14816	0	Europe/Madrid	37.2074	-1.86905		Casas El Esparragal,El Esparragal		51	AL	04100	
2518482	El Escorial	el-escorial	ES	28280	0	Europe/Madrid	38.57783	-2.4515		Caserio El Escorial,Caserío El Escorial,Escorial		54	AB	02008	
2518483	El Escobonal	el-escobonal	ES	35339	0	Atlantic/Canary	28.26062	-16.42975		El Escobonal		53	TF	38020	
2518485	El Entredicho	el-entredicho	ES	14209	0	Europe/Madrid	37.99587	-2.2598		Caserio El Entredicho,Caserío El Entredicho,El Entredicho		31	MU	30015	
2518494	El Ejido	el-ejido	ES	04700	84227	Europe/Madrid	36.77629	-2.81456		Barriada El Ejido,Ehl'-Ehkhido,Ejido,Ekhido,El Edzido,El Ejido,El'-Ekhido,ai lai xi duo,al akhydw,alayjaydw,Ел Еџидо,Ель-Ехідо,Ехидо,Эль-Эхидо,إلإيجايدو,ال اخیدو,エル・エヒド,埃莱希多		51	AL	04013	
2518496	El Durazno	el-durazno	ES	38314	0	Atlantic/Canary	28.40437	-16.53261		El Durazno		53	TF	38026	
2518498	El Draguito	el-draguito	ES	38617	0	Atlantic/Canary	28.11253	-16.56593		El Draguito		53	TF	38017	
2518499	El Draguillo	el-draguillo	ES	38129	0	Atlantic/Canary	28.57668	-16.17622		El Draguillo		53	TF	38038	
2518501	El Donadio	el-donadio	ES	23509	0	Europe/Madrid	37.92694	-3.36397		Caserio El Donadio,Caserío El Donadio,Cortijo del Donadio,El Donadio		51	J	23092	
2518505	Elda	elda	ES	03600	55168	Europe/Madrid	38.47783	-0.79157		Ehl'da,El'da,Elda,ai er da,alda,xe lda,Елда,Ельда,Эльда,Էլդա,إلدا,الدا,เอลดา,埃尔达	03066	60	A	03066	
2518507	El Cumbrero	el-cumbrero	ES	04149	0	Europe/Madrid	37.02092	-1.92278		Cortijada El Cumbrero		51	AL	04032	
2518510	El Cuervo	el-cuervo	ES	41749	7745	Europe/Madrid	36.85298	-6.03785		Caserio El Cuervo,Caserío El Cuervo		51	SE	41903	
2518511	El Cuchillo	el-cuchillo	ES	35560	0	Atlantic/Canary	29.08143	-13.66541		El Cuchillo		53	GC	35029	
2518512	El Cucador	el-cucador	ES	04661	0	Europe/Madrid	37.35733	-2.02758		Caserio El Cucador,Caserío El Cucador,Cucador		51	AL	04103	
2518513	El Cubillo	el-cubillo	ES	16315	0	Europe/Madrid	38.77546	-2.41718				54	AB	02068	
2518521	El Coronil	el-coronil	ES	41760	5011	Europe/Madrid	37.07955	-5.6341		El Coronil,El Goronil		51	SE	41011	
2518524	El Convoy	el-convoy	ES	04647	0	Europe/Madrid	37.39725	-1.76278		Caserio El Convoy,Caserío El Convoy,El Convoy		51	AL	04075	
2518527	El Contador	el-contador	ES	04825	0	Europe/Madrid	37.5903	-2.36292		Contador,El Contador		51	AL	04037	
2518529	El Congosto	el-congosto	ES	16771	0	Europe/Madrid	39.85181	-2.57349		El Congosto		54	CU	16269	
2518532	El Colmenar	el-colmenar	ES	28500	0	Europe/Madrid	38.73515	-2.11548				54	AB	02060	
2518533	El Collado	el-collado	ES	26132	0	Europe/Madrid	39.96667	-1.03333				60	V	46036	
2518538	El Cocón	el-cocon	ES	04648	0	Europe/Madrid	37.40119	-1.66984		Caserio El Cocon,Caserío El Cocón,El Cocon,El Cocón		31	MU		
2518543	El Chuche	el-chuche	ES	04410	0	Europe/Madrid	36.9	-2.43333		Barriada El Chuche,El Chuche		51	AL	04074	
2518544	El Chorro	el-chorro	ES	29552	242	Europe/Madrid	36.90914	-4.75734		Ehl'-Chorro,El Chorro,Эль-Чорро		51	MA	29012	
2518545	El Chorrito	el-chorrito	ES	35330	0	Europe/Madrid	37.95	-6.83333		Caserio El Chorrito,Caserío El Chorrito,El Chorrito		51	H	21025	
2518547	El Chorrillo	el-chorrillo	ES	03600	0	Europe/Madrid	36.95109	-2.40318				51	AL	04074	
2518548	El Chorrillo	el-chorrillo	ES	03600	0	Atlantic/Canary	27.98223	-15.65823		Chorrillo,El Chorrillo		53	GC	35025	
2518549	El Chopo	el-chopo	ES	04660	0	Europe/Madrid	39.9	-0.98333		El Chopo		60	V	46036	
2518551	El Chive	el-chive	ES	04271	0	Europe/Madrid	37.17751	-2.0734		El Chive		51	AL	04059	
2518555	Elche de la Sierra	elche-de-la-sierra	ES	02430	3894	Europe/Madrid	38.45123	-2.0476		Elche Sierra,Elche de la Sierra	02030	54	AB	02030	
2518561	El Charcón	el-charcon	ES	30889	0	Europe/Madrid	37.55088	-2.60462		Caserio El Charcon,Caserío El Charcón,El Charcon,El Charcón		51	GR	18056	
2518563	El Charco	el-charco	ES	30594	0	Atlantic/Canary	28.51667	-17.85		El Charco		53	TF	38014	
2518564	El Charco	el-charco	ES	30594	0	Atlantic/Canary	28.23606	-14.02117		Charco,El Charco		53	GC	35030	
2518569	El Chaparral	el-chaparral	ES	11391	0	Europe/Madrid	37.17803	-3.94203		Caserio El Chaparral,Caserío El Chaparral		51	GR	18138	
2518575	El Cerro de Andévalo	el-cerro-de-andevalo	ES	21320	2639	Europe/Madrid	37.73537	-6.93692		El Cerro,El Cerro de Andevalo,El Cerro de Andévalo		51	H	21023	
2518577	El Cerro	el-cerro	ES	37720	0	Europe/Madrid	36.89505	-4.12895		Caserio El Cerro,Caserío El Cerro,El Cerro		51	GR	18013	
2518582	El Cerezo	el-cerezo	ES	14445	0	Europe/Madrid	38.06319	-2.6344		Caserio El Cerezo,Caserio del Cerezo,Caserío El Cerezo,Caserío del Cerezo,El Cerezo		51	GR	18098	
2518587	El Centenillo	el-centenillo	ES	10319	0	Europe/Madrid	38.33711	-3.72923		Caserio de El Centenillo,Caserío de El Centenillo,Centenillo,Cielo Abierto,El Centenillo		51	J	23011	
2518591	El Castillo de las Guardas	el-castillo-de-las-guardas	ES	41890	1633	Europe/Madrid	37.69314	-6.31503		El Castello de las Guardas,El Castillo de las Guardas		51	SE	41031	
2518593	El Castellar	el-castellar	ES	14817	0	Europe/Madrid	38.00698	-1.13792		Casa de El Castellar,Caserio El Castellar,Caserío El Castellar,El Castellar		31	MU	30030	
2518594	El Castaño	el-castano	ES	48190	0	Europe/Madrid	38.05	-6.43333		Caserio del Castano,Caserío del Castaño,El Castano,El Castaño		51	H	21009	
2518595	El Castaño	el-castano	ES	48190	0	Europe/Madrid	37.50986	-6.7189		Caserio El Castano,Caserío El Castaño,El Castano,El Castaño		51	H	21072	
2518596	El Castañar	el-castanar	ES	37715	0	Europe/Madrid	39.58333	-4.13333		Dehesa El Castanar,Dehesa El Castañar,El Castanar,El Castañar		54	TO	45096	
2518597	El Casar	el-casar	ES	19170	10031	Europe/Madrid	38.53089	-5.92513		Cortijo El Casar,El Casar		57	BA	06029	
2518600	El Carretón	el-carreton	ES	38550	0	Europe/Madrid	37.71561	-3.6094		Caseria del Carreton,Caserio El Carreton,Casería del Carretón,Caserío El Carretón,El Carreton,El Carretón		51	J	23067	
2518601	El Carretón	el-carreton	ES	38550	0	Atlantic/Canary	28.32845	-16.38309		El Carreton,El Carretón		53	TF	38004	
2518603	El Carrascalejo	el-carrascalejo	ES	06894	70	Europe/Madrid	39.02282	-6.33732		El Carrascalejo		57	BA	06032	
2518604	El Carrascal	el-carrascal	ES	09316	0	Europe/Madrid	36.73333	-6.11667		Caserio El Carrascal,Caserío El Carrascal,El Carrascal		51	CA	11020	
2518606	El Carpio de Tajo	el-carpio-de-tajo	ES	45533	2181	Europe/Madrid	39.88796	-4.45388		El Carpio de Tajo		54	TO	45037	
2518607	El Carpio	el-carpio	ES	14620	4483	Europe/Madrid	37.94085	-4.49696		El Carpio		51	CO	14018	
2518610	El Carmen	el-carmen	ES	04230	0	Europe/Madrid	39.27715	-2.07436				54	AB	02069	
2518612	El Carche	el-carche	ES	30529	0	Europe/Madrid	38.45452	-1.21395		Casas de Abajo,Caserio El Carche,Caserío El Carche,El Carche		31	MU	30022	
2518615	El Cañuelo	el-canuelo	ES	41889	0	Europe/Madrid	37.6639	-6.22405		El Canuelo,El Cañuelo		51	SE	41031	
2518616	El Cañuelo	el-canuelo	ES	41889	0	Europe/Madrid	37.50836	-4.16348				51	CO	14055	
2518617	El Cañuelo	el-canuelo	ES	41889	0	Europe/Madrid	36.82596	-2.68014		Barriada El Canuelo,Barriada El Cañuelo,El Canuelo,El Cañuelo		51	AL	04043	
2518618	El Cantón	el-canton	ES	30648	0	Europe/Madrid	38.30138	-0.98273		Canton,Cantón,Caserio El Canton,Caserío El Cantón,El Canton,El Cantón		31	MU	30001	
2518622	El Cantal	el-cantal	ES	04825	0	Europe/Madrid	37.5577	-2.21041		Cantal de Arriba,Caserio El Cantal,Caserío El Cantal,El Cantal		51	AL	04037	
2518623	El Cantal	el-cantal	ES	04825	0	Europe/Madrid	37.49552	-1.48016		Caserio El Cantal,Caserío El Cantal,El Cantal,El Cantar		31	MU	30024	
2518629	El Cañavate	el-canavate	ES	16738	206	Europe/Madrid	39.54285	-2.30342		El Canavate,El Cañavate		54	CU	16049	
2518630	El Cañar	el-canar	ES	02437	0	Europe/Madrid	38.35328	-1.88564				54	AB	02072	
2518631	El Cañar	el-canar	ES	02437	13	Europe/Madrid	37.61667	-1.16667		Caserio El Canar,Caserío El Cañar,El Canar,El Cañar		31	MU	30016	
2518634	El Campo	el-campo	ES	34847	0	Europe/Madrid	39.2	-5.76667				57	CC	10043	
2518635	El Campo	el-campo	ES	34847	0	Europe/Madrid	36.75411	-2.68282		Barraca El Campo,El Campo,Mojonera		51	AL	04903	
2518637	El Campillo del Moro	el-campillo-del-moro	ES	04720	0	Europe/Madrid	36.81066	-2.5878		Caserio El Campillo del Moro,Caserío El Campillo del Moro		51	AL	04079	
2518638	El Campillo de la Jara	el-campillo-de-la-jara	ES	45578	448	Europe/Madrid	39.58918	-5.05532		Campillo de la Jara,El Campillo de la Jara		54	TO	45033	
2518639	El Campillo	el-campillo	ES	19495	0	Europe/Madrid	38.274	-3.0457		El Campillo		51	J	23029	
2518640	El Campillo	el-campillo	ES	19495	0	Europe/Madrid	38.04752	-1.0763		Caserio El Campillo,Caserío El Campillo,El Campillo		31	MU	30030	
2518641	El Campillo	el-campillo	ES	19495	0	Europe/Madrid	37.69454	-6.6298		El Campillo		51	H	21018	
2518642	El Campillo	el-campillo	ES	19495	0	Europe/Madrid	37.55399	-6.26722		Caserios El Campillo,Caseríos El Campillo,El Campillo		51	SE	41013	
2518643	El Campillo	el-campillo	ES	19495	0	Europe/Madrid	37.55489	-2.19933		Campillo,Caserio El Campillo,Caserío El Campillo,El Campillo		51	AL	04037	
2518644	El Campillo	el-campillo	ES	19495	0	Europe/Madrid	37.54484	-5.21741				51	SE	41056	
2518645	El Campillo	el-campillo	ES	19495	0	Europe/Madrid	37.43493	-7.0559		Casas El Campillo,El Campillo		51	H	21063	
2518646	El Campillo	el-campillo	ES	19495	0	Europe/Madrid	37.44035	-2.35765		El Campillo		51	AL	04076	
2518647	El Campillo	el-campillo	ES	19495	0	Europe/Madrid	37.25855	-2.23965		Cortijada El Campillo,El Campillo		51	AL	04009	
2518648	El Campillo	el-campillo	ES	19495	0	Europe/Madrid	36.75677	-2.99343		Barriada El Campillo		51	AL	04003	
2518649	El Campillo	el-campillo	ES	19495	0	Europe/Madrid	36.65	-6.31667		Caserio El Campillo,Caserío El Campillo,El Campillo		51	CA	11030	
2518650	El Campico	el-campico	ES	04288	0	Europe/Madrid	37.19956	-2.00952		Cortijada El Campico,El Campico		51	AL	04022	
2518651	El Campico	el-campico	ES	04288	0	Europe/Madrid	37.0645	-2.04457		Cortijada El Campico,El Campico		51	AL	04086	
2518654	El Camino Real	el-camino-real	ES	04510	0	Europe/Madrid	37.14957	-2.7817		Cortijada El Camino Real,El Camino Real		51	AL	04001	
2518655	El Camino de Catral	el-camino-de-catral	ES	03169	0	Europe/Madrid	38.11678	-0.79715		Barrio El Camino de Catral,Barrio del Camino de Catral,El Camino de Catral		60	A	03015	
2518657	El Calvario	el-calvario	ES	41610	0	Europe/Madrid	39.28333	-1.46667		Caserio El Calvario,Caserío El Calvario,El Calvario		54	AB	02024	
2518667	El Cabo de Gata	el-cabo-de-gata	ES	04150	500	Europe/Madrid	36.78234	-2.24198		Cabo de Gata,El Cabo,Kabo de Gata,San Miguel,Кабо де Гата		51	AL	04013	
2518675	El Buitrón	el-buitron	ES	21647	0	Europe/Madrid	37.64021	-6.73867		Buitron,Buitrón,El Buitron,El Buitrón		51	H	21078	
2518678	El Brosquil	el-brosquil	ES	46409	0	Europe/Madrid	39.12006	-0.24337		Caserio El Brosquil,Caserío El Brosquil,El Brosquil		60	V	46105	
2518682	El Bosque	el-bosque	ES	11670	1984	Europe/Madrid	36.75828	-5.50535				51	CA	11011	
2518683	El Boquerón	el-boqueron	ES	30559	0	Europe/Madrid	38.29791	-1.26647		Casas del Boqueron,Casas del Boquerón,Caserio El Boqueron,Caserío El Boquerón,El Boqueron,El Boquerón		31	MU	30002	
2518684	El Bonillo	el-bonillo	ES	02610	3161	Europe/Madrid	38.95048	-2.54048		Bonillo,El Bonillo		54	AB	02019	
2518685	El Bonal	el-bonal	ES	13129	0	Europe/Madrid	39.25754	-4.19072		El Bonal		54	CR	13065	
2518689	El Bobar	el-bobar	ES	04120	0	Europe/Madrid	36.82014	-2.42069		Caserio El Bobar,Caserío El Bobar,El Bobar		51	AL	04013	
2518691	El Berrueco	el-berrueco	ES	28192	0	Europe/Madrid	37.86606	-3.9382		Cortijada El Berrueco,Cortijada del Burrueco,El Berrueco		51	J	23086	
2518692	El Berro	el-berro	ES	30848	0	Europe/Madrid	37.88566	-1.49106		Berro,El Berro		31	MU	30008	
2518697	El Batán	el-batan	ES	10692	0	Europe/Madrid	38.76452	-2.24351		Batan,Batán,El Batan,El Batán		54	AB	02022	
2518698	El Batán	el-batan	ES	10692	0	Europe/Madrid	38.28589	-2.66521		Cortijo del Batan,Cortijo del Batán		51	J	23081	
2518699	El Batán	el-batan	ES	10692	0	Europe/Madrid	37.82249	-2.77865		Casa El Batan,Casa El Batán,Cortijo del Batan,Cortijo del Batán,El Batan,El Batán		51	J	23028	
2518700	El Batán	el-batan	ES	10692	0	Europe/Madrid	37	-2.88333		Caserio El Batan,Caserío El Batán,El Batan,El Batán		51	AL	04057	
2518706	El Barranco del Infierno	el-barranco-del-infierno	ES	04858	0	Europe/Madrid	37.30357	-2.14707		Caserio El Barranco del Infierno,Caserío El Barranco del Infierno,El Barranco del Infierno		51	AL	04004	
2518713	El Ballestero	el-ballestero	ES	02614	514	Europe/Madrid	38.84179	-2.45608		Ballestero,Ballestro,El Ballestero		54	AB	02014	
2518717	El Arroyo Franco y Estella	el-arroyo-franco-y-estella	ES	04867	0	Europe/Madrid	37.2602	-2.346		Caserio El Arroyo Franco y Estella,Caserío El Arroyo Franco y Estella,El Arroyo Franco y Estella		51	AL	04056	
2518719	El Arroyo Aceituno	el-arroyo-aceituno	ES	04850	0	Europe/Madrid	37.35	-2.06667		Caserio El Arroyo Aceituno,Caserío El Arroyo Aceituno,El Arroyo Aceituno		51	AL	04017	
2518721	El Arrabal	el-arrabal	ES	16338	0	Europe/Madrid	39.95	-1.36667		Arrabal,Barrio El Arrabal,El Arrabal		54	CU	16135	
2518724	El Arenal	el-arenal	ES	05416	0	Europe/Madrid	38.06768	-1.00227		Casa del Arenal,Cortijo El Arenal,El Arenal		60	A	03099	
2518728	El Aral	el-aral	ES	41989	0	Europe/Madrid	37.47427	-6.00334		El Aral		51	SE	41007	
2518733	El Amparo	el-amparo	ES	38438	0	Atlantic/Canary	28.35389	-16.71444		El Amparo		53	TF	38022	
2518736	El Altet	el-altet	ES	03195	5323	Europe/Madrid	38.27299	-0.5397		El Alted,El Altet		60	A	03065	
2518737	El Alquián	el-alquian	ES	04130	0	Europe/Madrid	36.85263	-2.35313		Caserio El Alquian,Caserío El Alquián		51	AL	04013	
2518738	El Almicerán	el-almiceran	ES	23485	0	Europe/Madrid	37.8	-2.86667		Cortijada El Almiceran,Cortijada El Almicerán,El Almiceran,El Almicerán		51	J	23028	
2518739	El Almicerán	el-almiceran	ES	23485	0	Europe/Madrid	37.78333	-2.86667				51	GR	18046	
2518740	El Almendro	el-almendro	ES	21593	0	Europe/Madrid	37.50756	-7.27038		El Almendro		51	H	21003	
2518741	El Almendral	el-almendral	ES	04559	0	Europe/Madrid	36.98558	-4.12782				51	GR	18192	
2518745	El Alhanchete	el-alhanchete	ES	04619	0	Europe/Madrid	37.31	-1.88308		Cortijada El Alhanchete,El Alhanchete		51	AL	04035	
2518752	El Alcornocal	el-alcornocal	ES	13113	0	Europe/Madrid	38.18333	-5.33333		El Alcornocal		51	CO	14029	
2518753	El Albarico	el-albarico	ES	04288	0	Europe/Madrid	37.1826	-2.01358		Cortijada El Albarico,Cortijada El Alberico,El Albarico		51	AL	04022	
2518755	El Álamo	el-alamo	ES	28607	0	Europe/Madrid	37.63563	-6.4332		Alamo,El Alamo,El Álamo		51	SE	41057	
2518756	El Alamillo	el-alamillo	ES	11391	0	Europe/Madrid	37.57793	-1.25266		Caserio El Alamillo,Caserío El Alamillo,El Alamillo		31	MU	30026	
2518759	El Águila	el-aguila	ES	14740	0	Europe/Madrid	38.3	-5.01667		El Aguila,El Águila		51	CO	14070	
2518761	El Agua del Medio	el-agua-del-medio	ES	04638	0	Europe/Madrid	37.07093	-1.86304		Cortijada El Agua del Medio		51	AL	04064	
2518765	El Acebrón	el-acebron	ES	16412	267	Europe/Madrid	39.90866	-2.98321		El Acebron,El Acebrón		54	CU	16002	
2518770	Écija	ecija	ES	41400	40400	Europe/Madrid	37.5422	-5.0826		Ecija,Ehsikha,Esikha,Exija,ai xi ha,astjt,Écija,Есіха,Эсиха,إستجة,埃西哈	41039	51	SE	41039	
2518774	Dúrcal	durcal	ES	18650	6913	Europe/Madrid	36.98788	-3.56601			18071	51	GR	18071	
2518782	Dúdar	dudar	ES	18192	289	Europe/Madrid	37.18579	-3.48347		Dudar,Dúdar	18070	51	GR	18070	
2518791	Dos Torres	dos-torres	ES	14460	2628	Europe/Madrid	38.45	-4.9		Dos Torres	14023	51	CO	14023	
2518794	Dos Hermanas	dos-hermanas	ES	41089	122943	Europe/Madrid	37.28287	-5.92088		Dos Ermanas,Dos Hermanas,Дос Ерманас	41038	51	SE	41038	
2518797	Dos Aguas	dos-aguas	ES	46198	441	Europe/Madrid	39.28333	-0.8		Dos Aguas,Dos-Aguas,Dosaiguees,Dosaigües,duo sa gua si,Дос-Агуас,多萨瓜斯	46115	60	V	46115	
2518811	Don Gonzalo	don-gonzalo	ES	30812	0	Europe/Madrid	37.88825	-1.8638		Caserio Don Gonzalo,Caserío Don Gonzalo,Don Gonzalo		31	MU	30024	
2518819	Don Benito	don-benito	ES	06400	0	Europe/Madrid	39.6989	-2.28781				54	CU	16072	
2518820	Don Benito	don-benito	ES	06400	35791	Europe/Madrid	38.95627	-5.86162		Don Benito,Don Benitu,Don-Benito,dong wei ni tuo,dwn bynaytw,Дон Бенито,Дон-Бенито,Дон-Беніто,دون بينايتو,ドン・ベニート,东韦尼托	06044	57	BA	06044	
2518822	Doña Rama	dona-rama	ES	14209	0	Europe/Madrid	38.21667	-5.26667		Dona Rama,Doña Rama		51	CO	14009	
2518825	Doña Mencía	dona-mencia	ES	14860	5019	Europe/Madrid	37.55346	-4.35602		Dona Mencia,Doña Mencía	14022	51	CO	14022	
2518828	Don Álvaro	don-alvaro	ES	06820	625	Europe/Madrid	38.84837	-6.27475		Don Alvaro,Don Álvaro	06043	57	BA	06043	
2518829	Doña Inés	dona-ines	ES	30812	0	Europe/Madrid	37.92608	-1.83981		Dona Ines,Doña Inés		31	MU	30024	
2518837	Domingo Pérez	domingo-perez	ES	18567	501	Europe/Madrid	39.97661	-4.50554		Domingo Perez,Domingo Pérez	45058	54	TO	45058	
2518838	Domingo Pérez	domingo-perez	ES	18567	0	Europe/Madrid	37.49591	-3.50929		Domingo Perez,Domingo Pérez	18105	51	GR	18105	
2518840	Domeño	domeno	ES	31454	568	Europe/Madrid	39.66115	-0.67077		Domeno,Domenyo,Domeño	46114	60	V	46114	
2518842	Dolores	dolores	ES	03150	7132	Europe/Madrid	38.14002	-0.77088		Dolores,Dolors	03064	60	A	03064	
2518843	Dolores	dolores	ES	03150	0	Europe/Madrid	37.77831	-0.86998				31	MU	30037	
2518844	Dólar	dolar	ES	18512	580	Europe/Madrid	37.17968	-2.9911		Dolar,Dólar		51	GR	18069	
2518849	Dílar	dilar	ES	18152	1659	Europe/Madrid	37.07282	-3.60134		Dilar,Dílar	18068	51	GR	18068	
2518850	Diezma	diezma	ES	18180	811	Europe/Madrid	37.31982	-3.33256		Diezma	18067	51	GR	18067	
2518859	Deià	deia	ES	07179	656	Europe/Madrid	39.74806	2.64823		Deia,Deià	07018	07	PM	07018	
2518869	Derramador	derramador	ES	46390	0	Europe/Madrid	39.5	-1.15		Derramador		60	V	46213	
2518870	Derramador	derramador	ES	46390	0	Europe/Madrid	38.43184	-0.94214		Caserio Derramador,Caserío Derramador,Derramador		60	A	03089	
2518871	Derramador	derramador	ES	46390	0	Europe/Madrid	38.19497	-0.7123		Caserio Derramador,Caserío Derramador,Derramador		60	A	03065	
2518876	Derde	derde	ES	04830	0	Europe/Madrid	37.79933	-2.16374		Caserio Derde,Caserío Derde,Derde		51	AL	04098	
2518878	Denia	denia	ES	03700	44464	Europe/Madrid	38.84078	0.10574		Denia,Denija,Dénia,Дения		60	A	03063	
2518879	Delgadillo	delgadillo	ES	18540	0	Europe/Madrid	37.46516	-3.26053		Cortijada Delgadillo,Delgadillo		51	GR	18083	
2518881	Deleitosa	deleitosa	ES	10370	836	Europe/Madrid	39.64359	-5.64576		Deleitosa	10070	57	CC	10070	
2518882	Deifontes	deifontes	ES	18570	2424	Europe/Madrid	37.3262	-3.59568		Deifontes	18066	51	GR	18066	
2518884	Dehesilla de Algar	dehesilla-de-algar	ES	11639	0	Europe/Madrid	36.6749	-5.64899		Caserio Dehesilla de Algar,Caserío Dehesilla de Algar,Dehesilla de Algar		51	CA	11020	
2518892	Dehesas Viejas	dehesas-viejas	ES	18567	0	Europe/Madrid	37.47414	-3.55225		Dehesas Viejas	18105	51	GR	18105	
2518893	Dehesas de Guadix	dehesas-de-guadix	ES	18538	562	Europe/Madrid	37.58876	-3.10317		Deehsas-de-Guadiks,Deesas-de-Guadiks,Deesas-de-Gvadiks,Dehesas de Guadix,de ai sa si de gua di si,dyyysas dy ghwadyks,Деесас-де-Гвадикс,Деесас-де-Гуадікс,Деэсас-де-Гуадикс,Դեեսաս դե Գուադիքս,ديئيساس دي غواديكس,德埃萨斯德瓜迪斯	18064	51	GR	18064	
2518912	Daya Vieja	daya-vieja	ES	03177	295	Europe/Madrid	38.1048	-0.73804		Daia Vella,Daya Vieja	03062	60	A	03062	
2518913	Daya Nueva	daya-nueva	ES	03159	1490	Europe/Madrid	38.11313	-0.76028		Daia Nova,Daya Nueva	03061	60	A	03061	
2518917	Darro	darro	ES	18181	1500	Europe/Madrid	37.34987	-3.29465		Darro	18063	51	GR	18063	
2518918	Darrícal	darrical	ES	04768	544	Europe/Madrid	36.91984	-3.02914				51	AL	04007	
2518921	Dalías	dalias	ES	04750	3688	Europe/Madrid	36.82179	-2.87138		Dalias,da li ya si,dalyas,dlayt,Далиас,Даліас,دالیاس,دلاية,达利亚斯		51	AL	04013	
2518923	Daimús	daimus	ES	46710	2242	Europe/Madrid	38.96667	-0.15		Daimus,Daimuz,Daimús	46113	60	V	46113	
2518924	Daimiel	daimiel	ES	13250	18527	Europe/Madrid	39.07004	-3.61498		Daimiel,Dajm'el',Dajmel',dai mi ye er,daymyl  sywdad ryal,Даймьель,Даймєль,دايميل، سيوداد ريال,代米耶尔	13039	54	CR	13039	
2518931	Cútar	cutar	ES	29718	638	Europe/Madrid	36.83134	-4.22739		Cutar,Cútar	29050	51	MA	29050	
2518942	Cumbres Mayores	cumbres-mayores	ES	21380	0	Europe/Madrid	38.06194	-6.64565		Cumbres Mayores	21029	51	H	21029	
2518943	Cumbres de San Bartolomé	cumbres-de-san-bartolome	ES	21386	0	Europe/Madrid	38.07803	-6.74446		Cumbres de San Bartolome,Cumbres de San Bartolomé		51	H	21028	
2518949	Cullera	cullera	ES	46400	24121	Europe/Madrid	39.16667	-0.25		Cullera,Kul'era,ku lie la,Кульера,Кульєра,库列拉	46105	60	V	46105	
2518950	Cúllar-Vega	cullar-vega	ES	18195	5487	Europe/Madrid	37.15361	-3.67072				51	GR	18057	
2518953	Culebrón	culebron	ES	03658	0	Europe/Madrid	38.42168	-0.99396		Caserio Culebron,Caserío Culebrón,Culebron,Culebrón		60	A	03105	
2518969	Cuevas de San Marcos	cuevas-de-san-marcos	ES	29210	3955	Europe/Madrid	37.26666	-4.41432		Cuevas de San Marcos	29049	51	MA	29049	
2519243	Corcoya	corcoya	ES	41599	0	Europe/Madrid	37.27027	-4.68811		Corcoya		51	SE	41014	
2518972	Cuevas de Reyllo	cuevas-de-reyllo	ES	30333	0	Europe/Madrid	37.73461	-1.24241		Cuevas de Reyllo		31	MU	30021	
2518976	Cuevas del Norte	cuevas-del-norte	ES	30834	0	Europe/Madrid	37.91436	-1.24998		Caserio Cuevas del Norte,Caserío Cuevas del Norte,Cuevas del Norte		31	MU	30030	
2518981	Cuevas del Campo	cuevas-del-campo	ES	18813	2040	Europe/Madrid	37.60755	-2.92938		Cuevas del Campo	18912	51	GR	18912	
2518982	Cuevas del Becerro	cuevas-del-becerro	ES	29470	1859	Europe/Madrid	36.87537	-5.04488		Cuevas del Becerro	29048	51	MA	29048	
2518988	Cuevas del Almanzora	cuevas-del-almanzora	ES	04610	13025	Europe/Madrid	37.29678	-1.88218		Cuevas de Almanzora,Cuevas de Vera,Cuevas del Almanzora,Kevas del Almazora,Kuehvas-del'-Al'mansora,Kuevas-del'-Al'mansora,khwf almnswrt,ku ai wa si de la er man suo la,kwybas dl almanswra,Кевас дел Алмазора,Куевас-дель-Альмансора,Куэвас-дель-Альмансора,كهوف المنصورة,کوئباس دل آلمانسورا,クエバス・デル・アルマンソーラ,库埃瓦斯德拉尔曼索拉		51	AL	04035	
2518991	Cuevas de Ambrosio	cuevas-de-ambrosio	ES	23289	0	Europe/Madrid	38.25792	-2.83552		Cuevas de Ambrosio		51	J	23012	
2518993	Cuevas Bajas	cuevas-bajas	ES	29220	1476	Europe/Madrid	37.23526	-4.48714		Cuevas Bajas	29047	51	MA	29047	
2519003	Cueva Grande	cueva-grande	ES	35329	0	Atlantic/Canary	27.99141	-15.56808				53	GC	35033	
2519007	Cueva de la Mora	cueva-de-la-mora	ES	21330	0	Europe/Madrid	37.77994	-6.80346		Caserio Cueva de la Mora,Caserío Cueva de la Mora		51	H	21004	
2519010	Cueva Bermeja	cueva-bermeja	ES	35260	0	Atlantic/Canary	28.49589	-16.21635		Cueva Bermeja		53	TF	38038	
2519021	Cuesta Blanca	cuesta-blanca	ES	14812	0	Europe/Madrid	37.6426	-1.09562		Caserio Cuesta Blanca,Caserío Cuesta Blanca,Cuesta Blanca		31	MU	30016	
2519028	Cuerva	cuerva	ES	45126	1349	Europe/Madrid	39.66374	-4.21085		Aebura,Cuerva,Libora	45055	54	TO	45055	
2519036	Cuenca	cuenca	ES	14297	0	Europe/Madrid	37.73541	-2.97031				51	J	23042	
2519043	Cucharal	cucharal	ES	02329	0	Europe/Madrid	38.75373	-2.23651		Cucharal		54	AB	02022	
2519056	Cubas	cubas	ES	39793	0	Europe/Madrid	39.15	-1.58333		Cubas		54	AB	02041	
2519061	Quatretonda	quatretonda	ES	46837	2529	Europe/Madrid	38.95	-0.4		Cuatretonda,Quatretonda	46104	60	V	46104	
2519068	Quart de Poblet	quart-de-poblet	ES	46930	25499	Europe/Madrid	39.48139	-0.43937		Cuart de Poblet,Kuart-de-Poblet,Quart de Poblet,Куарт-де-Поблет	46102	60	V	46102	
2519069	Quart de les Valls	quart-de-les-valls	ES	46515	1087	Europe/Madrid	39.73333	-0.26667		Cuart de les Valls,Quart de les Valls		60	V	46058	
2519072	Cruz Santa	cruz-santa	ES	38413	0	Atlantic/Canary	28.36667	-16.53333		Cruz Santa		53	TF	38026	
2519105	Cristina	cristina	ES	06479	568	Europe/Madrid	38.83745	-6.09867		Cristina	06041	57	BA	06041	
2519118	Cózar	cozar	ES	13345	1305	Europe/Madrid	38.66219	-3.07205			13037	54	CR	13037	
2519119	Coy	coy	ES	30812	0	Europe/Madrid	37.94886	-1.81236		Coy		31	MU	30024	
2519120	Cox	cox	ES	03350	6411	Europe/Madrid	38.14164	-0.88736		Coix,Cox	03058	60	A	03058	
2519134	Cotillas	cotillas	ES	02461	163	Europe/Madrid	38.43115	-2.5055		Cotillas	02028	54	AB	02028	
2519137	Cotes	cotes	ES	46294	363	Europe/Madrid	39.0701	-0.57449		Cotes	46100	60	V	46100	
2519139	Costitx	costitx	ES	07144	1001	Europe/Madrid	39.65675	2.94953		Costitx	07017	07	PM	07017	
2519149	Corvera	corvera	ES	30153	0	Europe/Madrid	37.83102	-1.1573		Cortijo Corvera,Corvera,Covera,RMU		31	MU	30030	
2519150	Corumbela	corumbela	ES	29753	0	Europe/Madrid	36.98333	-4		Corrumbela,Corumbela		51	GR	18013	
2519156	Cortijos Nuevos	cortijos-nuevos	ES	23293	0	Europe/Madrid	38.24733	-2.72666		Cortijos Nuevos		51	J	23081	
2519169	Cortijo de Tortas	cortijo-de-tortas	ES	02137	0	Europe/Madrid	38.57231	-2.40328		Cortijo de Tortas		54	AB	02058	
2519174	Cortijo del Marqués	cortijo-del-marques	ES	41550	0	Europe/Madrid	36.88333	-2.41667		Caserio Cortijo del Marques,Caserío Cortijo del Marqués,Cortijo del Marques,Cortijo del Marqués		51	AL	04101	
2519187	Cortijillos	cortijillos	ES	11379	0	Europe/Madrid	37.77364	-3.08462		Barrio Cortijillos,Cortijillos		51	J	23045	
2519197	Cortes de Pallás	cortes-de-pallas	ES	46199	999	Europe/Madrid	39.25	-0.93333		Cortes de Pallas,Cortes de Pallás,Cortez de Pallas	46099	60	V	46099	
2519198	Cortes de la Frontera	cortes-de-la-frontera	ES	29380	3579	Europe/Madrid	36.6171	-5.34266		Cortes de la Frontera	29046	51	MA	29046	
2519199	Cortes de Baza	cortes-de-baza	ES	18814	2354	Europe/Madrid	37.65514	-2.77167		Cortes de Baza	18053	51	GR	18053	
2519201	Cortes	cortes	ES	09193	0	Europe/Madrid	37.31667	-3.21667		Barriada Cortes,Cortes		51	GR	18054	
2519202	Corterrangel	corterrangel	ES	21208	0	Europe/Madrid	37.93864	-6.60077		Corterrangel		51	H	21007	
2519203	Cortelazor	cortelazor	ES	21208	0	Europe/Madrid	37.93639	-6.62462		Cortelazor	21026	51	H	21026	
2519205	Cortegana	cortegana	ES	06196	0	Europe/Madrid	38.74906	-6.6209		Cortegana		57	BA	06126	
2519206	Cortegana	cortegana	ES	06196	0	Europe/Madrid	37.91116	-6.82045			21025	51	H	21025	
2519207	Corte de Peleas	corte-de-peleas	ES	06196	1255	Europe/Madrid	38.72631	-6.67035		Corte de Peleas	06040	57	BA	06040	
2519208	Corteconcepción	corteconcepcion	ES	21209	0	Europe/Madrid	37.9	-6.5		Corteconcepcion,Corteconcepción	21024	51	H	21024	
2519211	Corral-Rubio	corral-rubio	ES	02693	425	Europe/Madrid	38.83462	-1.46034		Corral-Rubio	02027	54	AB	02027	
2519212	Corral Rubio	corral-rubio	ES	02693	0	Europe/Madrid	38.08843	-3.52521		Caserio Corral Rubio,Caserío Corral Rubio,Corral Rubio		51	J	23046	
2519215	Corrales	corrales	ES	21120	0	Europe/Madrid	37.27429	-6.99072		Corrales		51	H	21002	
2519217	Corralejo	corralejo	ES	09127	13618	Atlantic/Canary	28.73079	-13.86749		Corralejo,Koral'ekho,QFU,Коральехо		53	GC	35014	
2519219	Corral de Calatrava	corral-de-calatrava	ES	13190	1261	Europe/Madrid	38.85793	-4.0814		Corral de Calatrava	13035	54	CR	13035	
2519221	Corral de Almaguer	corral-de-almaguer	ES	45880	5743	Europe/Madrid	39.75987	-3.16452		Corral de Almaguer	45054	54	TO	45054	
2519232	Coripe	coripe	ES	41780	1411	Europe/Madrid	36.97335	-5.44022		Coripe	41035	51	SE	41035	
2519233	Coria del Río	coria-del-rio	ES	41100	28100	Europe/Madrid	37.28766	-6.0541		Coria del Rio,Coria del Río,Koria-del'-Rio,Кориа-дель-Рио,コリア・デル・リオ	41034	51	SE	41034	
2519234	Coria	coria	ES	10800	12896	Europe/Madrid	39.98406	-6.53603	192	Coria	10067	57	CC	10067	
2519235	Cordovilla	cordovilla	ES	02513	0	Europe/Madrid	38.56771	-1.63424		Cordovilla		54	AB	02074	
2519237	Cordobilla de Lácara	cordobilla-de-lacara	ES	06487	1062	Europe/Madrid	39.14763	-6.43619		Cordobilla de Lacara,Cordobilla de Lácara,Kordobil'ja-de-Lakara,Kordobila de Lakara,ke er duo wei li ya de la ka la,kwrdwbayla dy lakara,Кордобила де Лакара,Кордобилья-де-Лакара,Кордобілья-де-Лакара,كوردوبايلا دي لاكارا,科尔多维利亚德拉卡拉	06038	57	BA	06038	
2519240	Córdoba	cordoba	ES	14001	328428	Europe/Madrid	37.89155	-4.77275		Cardoue,Cordoa,Cordoba,Cordoba i Spania,Cordoue,Cordova,Corduba,Còrdoa,Còrdova,Córdoba,Córdoba i Spania,Córdova,Córduba,Kordava,Kordoba,Kordova,Kordovo,Kordowa,ODB,ge duo hua,ke er duo wa,koleudoba,kordoba,korudoba,kurtupa,kwrdwba,kxr do ba,kۆrdۆba,qrtbh,qrtbt,qwrdwbh,Κόρδοβα,Кордава,Кордоба,Кордова,Կորդովա,קארדאבע,קורדובה,قرطبة,قرطبه,قرطبہ,كوردوبا,کوردوبا,کۆردۆبا,कोर्दोबा,குர்துபா,กอร์โดบา,კორდობა,コルドバ,哥多華,科爾多瓦,코르도바	CO	51	CO	14021	
2519246	Corcolilla	corcolilla	ES	46178	0	Europe/Madrid	39.91667	-1.01667		Corcolilla		60	V	46036	
2519251	Corchuela	corchuela	ES	45569	0	Europe/Madrid	39.98764	-5.18152		Barrio Corchuela,Corchuela		54	TO	45125	
2519252	Corchuela	corchuela	ES	45569	0	Europe/Madrid	38.83576	-7.03254		Caserio Corchuela,Caserío Corchuela,Corazon de Jesus,Corazón de Jesús,Corchuela		57	BA	06015	
2519264	Corbera	corbera	ES	46612	3057	Europe/Madrid	39.15	-0.35		Corbera,Corbera de Alcira	46098	60	V	46098	
2519270	Cope	cope	ES	30889	0	Europe/Madrid	37.43663	-1.48453		Caserio Cope,Caserío Cope		31	MU	30003	
2519273	Contreras	contreras	ES	09613	0	Europe/Madrid	39.53333	-1.5				54	CU	16125	
2519277	Consuegra	consuegra	ES	45700	10932	Europe/Madrid	39.46246	-3.608		Aebura,Consuegra,Konsuegra,Konsuehgra,kong su ai ge la,Консуегра,Консуэгра,孔苏埃格拉	45053	54	TO	45053	
2519278	Constantina	constantina	ES	41450	6757	Europe/Madrid	37.86667	-5.61667		Constantina,Konstantina,Laconimurgi,kong si tan di na,Константина,Константіна,孔斯坦蒂纳	41033	51	SE	41033	
2519283	Consell	consell	ES	07330	2877	Europe/Madrid	39.66861	2.81267		Consell	07016	07	PM	07016	
2519284	Conquista de la Sierra	conquista-de-la-sierra	ES	10240	238	Europe/Madrid	39.3507	-5.73464		Conquista de la Sierra,Konkista-de-la-S'erra,kong ji si ta de la xie la,kwnkwysta dy la sayra,Конкиста-де-ла-Сьерра,Конкіста-де-ла-Сьєрра,كونكويستا دي لا سايرا,孔基斯塔德拉谢拉	10066	57	CC	10066	
2519286	Conquista	conquista	ES	06410	494	Europe/Madrid	38.4	-4.5		Conquista	14020	51	CO	14020	
2519289	Conil de la Frontera	conil-de-la-frontera	ES	11140	20984	Europe/Madrid	36.27719	-6.0885		Conil,Conil de la Frontera	11014	51	CA	11014	
2519290	Conil	conil	ES	35572	0	Atlantic/Canary	28.96614	-13.67203		Conil		53	GC	35028	
2519293	Confrides	confrides	ES	03517	285	Europe/Madrid	38.68451	-0.2689		Confrides,Konfrides,kong fu li de si,kwnfarydz,kwnfryds,Конфридес,Конфрідес,كونفاريدز,کونفریدس,孔夫里德斯	03057	60	A	03057	
2519312	Cónchar	conchar	ES	18659	0	Europe/Madrid	36.96593	-3.58882		Conchar,Cónchar		51	GR	18908	
2519319	Cómpeta	competa	ES	29754	3832	Europe/Madrid	36.83352	-3.9743		Competa,Cómpeta	29045	51	MA	29045	
2519325	Comares	comares	ES	29195	1463	Europe/Madrid	36.84929	-4.24664		Comares	29044	51	MA	29044	
2519338	Colònia de Sant Pere	colonia-de-sant-pere	ES	07579	0	Europe/Madrid	39.73755	3.2768		Colonia de Sant Pere,Colònia de Sant Pere		07	PM	07006	
2519340	Colònia de Sant Jordi	colonia-de-sant-jordi	ES	07638	2900	Europe/Madrid	39.3181	2.99197		Colonia Sant Jordi,Colonia de Sant Jordi,Colònia de Sant Jordi		07	PM	07059	
2519343	Colomera	colomera	ES	18564	1544	Europe/Madrid	37.37156	-3.71393		Colomera	18051	51	GR	18051	
2519352	Colmenar	colmenar	ES	29170	3227	Europe/Madrid	36.90519	-4.33557			29043	51	MA	29043	
2519359	Collado	collado	ES	10414	0	Europe/Madrid	38.36771	-0.84242		Caserio Collado,Caserío Collado,Collado		60	A	03114	
2519366	Cojáyar	cojayar	ES	18492	0	Europe/Madrid	36.90833	-3.09765		Cojayar,Cojáyar,Gojayar		51	GR	18141	
2519367	Coín	coin	ES	29100	21866	Europe/Madrid	36.65947	-4.75639			29042	51	MA	29042	
2519369	Cogollos Vega	cogollos-vega	ES	18211	0	Europe/Madrid	37.27631	-3.57262				51	GR	18050	
2519370	Cogollos de Guadix	cogollos-de-guadix	ES	18518	727	Europe/Madrid	37.22521	-3.16094		Cogollos de Guadix	18049	51	GR	18049	
2519373	Cofrentes	cofrentes	ES	46625	948	Europe/Madrid	39.22926	-1.06061		Cofrentes,Cofrents,Kofrentes,ke fu lun te si,Кофрентес,科夫伦特斯	46097	60	V	46097	
2519378	Cocón del Peral	cocon-del-peral	ES	04275	0	Europe/Madrid	37.14511	-2.30334		Caserio Cocon del Peral,Caserío Cocón del Peral,Cocon del Peral,Cocón del Peral		51	AL	04090	
2519382	Cocentaina	cocentaina	ES	03820	11467	Europe/Madrid	38.73975	-0.43976		Cocentaina,Kosentajna,ke sen tai na,kwkyntayna,kwsntayna,Косентайна,كوكينتاينا,کوسنتاینا,科森泰纳	03056	60	A	03056	
2519385	Cobisa	cobisa	ES	45111	2868	Europe/Madrid	39.80425	-4.02528		Cobisa	45052	54	TO	45052	
2519387	Cóbdar	cobdar	ES	04859	251	Europe/Madrid	37.26166	-2.21098		Cobdar,Cóbdar	04034	51	AL	04034	
2519389	Cobatillas	cobatillas	ES	30163	0	Europe/Madrid	38.44286	-1.84317		Caserio Cobatillas,Caserío Cobatillas,Cobatillas,Ermita de Cobatillas		54	AB	02037	
2519390	Cobatillas	cobatillas	ES	30163	1842	Europe/Madrid	38.05545	-1.07683		Caserio Cobatillas,Caserío Cobatillas,Cobatillas		31	MU	30030	
2519530	Cheles	cheles	ES	06105	1313	Europe/Madrid	38.51225	-7.28177		Cheles	06042	57	BA	06042	
2519391	Cobatillas	cobatillas	ES	30163	0	Europe/Madrid	37.91667	-3.28333		Caserio Cobatillas,Caserío Cobatillas,Cobatillas,Cortijo de Cobatillas		51	J	23092	
2519392	Cobaticas	cobaticas	ES	30385	0	Europe/Madrid	37.60974	-0.75806		Caserio Covaticas,Caserío Covaticas,Covaticas		31	MU	30016	
2519402	Ciudad Real	ciudad-real	ES	13001	74014	Europe/Madrid	38.98626	-3.92907		CQM,Cidade Real,Ciuda Real,Ciudad Real,Ciudá Real,S'judad-Real',S'judad-Rehal',Sijudad Real,Villa-Real,lei a er cheng,siudadeuleal,sywdad ryal,thywdad ryal,Сијудад Реал,Сьюдад-Реаль,Сьюдад-Рэаль,סיודאד ריאל,ثيوداد ريال,سیوداد رئال,シウダー・レアル,雷阿爾城,시우다드레알	CR	54	CR	13034	
2519403	Ciudad Jardín	ciudad-jardin	ES	11379	0	Europe/Madrid	37.61139	-0.9859				31	MU	30016	
2519405	Ciudad Jardín	ciudad-jardin	ES	11379	0	Europe/Madrid	38.37255	-0.49584		Barrio Ciudad Jardin,Barrio Ciudad Jardín		60	A	03014	
2519409	Ciruelos	ciruelos	ES	45314	412	Europe/Madrid	39.93881	-3.61383			45050	54	TO	45050	
2519419	Cilleruelo	cilleruelo	ES	02314	0	Europe/Madrid	38.70526	-2.34411		Cilleruelo		54	AB	02047	
2519420	Cilanco	cilanco	ES	02215	0	Europe/Madrid	39.33333	-1.3		Casas de Cilanco,Cilanco		54	AB	02023	
2519421	Cijuela	cijuela	ES	18339	1941	Europe/Madrid	37.198	-3.81174			18048	51	GR	18048	
2519425	Cieza	cieza	ES	30530	35200	Europe/Madrid	38.23998	-1.41987		Cieza,S'esa,Siesa,sysa,thytha,xi ye sa,Сьеса,Сьєса,Սիեսա,ثيثا,سیسا,希耶萨	30019	31	MU	30019	
2519436	Churriana de la Vega	churriana-de-la-vega	ES	18194	12001	Europe/Madrid	37.14499	-3.64617		Churriana	18062	51	GR	18062	
2519441	Chumillas	chumillas	ES	16216	67	Europe/Madrid	39.76667	-2.03333		Chumillas	16081	54	CU	16081	
2519444	Chulilla	chulilla	ES	46167	772	Europe/Madrid	39.65	-0.88333		Chulilla,Xulella	46112	60	V	46112	
2519445	Chueca	chueca	ES	45113	228	Europe/Madrid	39.73191	-3.94365		Chueca	45057	54	TO	45057	
2519447	Chucena	chucena	ES	21891	1988	Europe/Madrid	37.36305	-6.39304		Chucena	21030	51	H	21030	
2519450	Chóvar	chovar	ES	12499	339	Europe/Madrid	39.85	-0.31667		Chovar,Chóvar,Xovar	12056	60	CS	12056	
2519464	Chiva	chiva	ES	46370	14167	Europe/Madrid	39.46667	-0.71667		Chiva,Xiva de Bunyol,qi wa,Чива,奇瓦	46111	60	V	46111	
2519465	Chite	chite	ES	18656	0	Europe/Madrid	36.93816	-3.55579				51	GR	18119	
2519466	Xirivella	xirivella	ES	46950	30691	Europe/Madrid	39.46588	-0.42589		Chirivel'ja,Чиривелья		60	V	46110	
2519468	Chirivel	chirivel	ES	04825	1816	Europe/Madrid	37.59527	-2.26844		Chirivel	04037	51	AL	04037	
2519471	Chirche	chirche	ES	38688	0	Atlantic/Canary	28.2178	-16.76078		Chirche		53	TF	38019	
2519472	Chircales	chircales	ES	23159	0	Europe/Madrid	37.60056	-3.84838		Casas Chircales,Chircales		51	J	23093	
2519473	Chirán	chiran	ES	04769	0	Europe/Madrid	36.90078	-2.93882		Barriada Chiran,Barriada Chirán,Chiran,Chirán		51	AL	04029	
2519477	Chipiona	chipiona	ES	11550	18583	Europe/Madrid	36.73663	-6.43703		Chipiana,Chipiona,chipiona,qi pi ao na,tshaybywna,Чипиона,Чипіона,تشايبيونا,奇皮奥纳,치피오나	11016	51	CA	11016	
2519478	Chío	chio	ES	38689	0	Atlantic/Canary	28.23531	-16.79712		Chio,Chío		53	TF	38019	
2519483	Chinchilla de Monte Aragón	chinchilla-de-monte-aragon	ES	02520	3355	Europe/Madrid	38.92088	-1.72018		Chinchilla,Chinchilla de Monte Aragon,Chinchilla de Monte Aragón		54	AB	02029	
2519488	Chinamada	chinamada	ES	38294	0	Atlantic/Canary	28.56072	-16.29133		Chinamada		53	TF	38023	
2519490	Chimiche	chimiche	ES	38594	0	Atlantic/Canary	28.12941	-16.52937		Chimiche		53	TF	38017	
2519491	Chimeneas	chimeneas	ES	18329	1472	Europe/Madrid	37.13125	-3.8213		Chimeneas	18061	51	GR	18061	
2519495	Chilluévar	chilluevar	ES	23477	1693	Europe/Madrid	38.00088	-3.0324		Chilluevar,Chilluévar	23030	51	J	23030	
2519497	Chillón	chillon	ES	13412	0	Europe/Madrid	38.79595	-4.86628		Chillon,Chillón	13038	54	CR	13038	
2519501	Chilegua	chilegua	ES	35627	0	Atlantic/Canary	28.25242	-14.17772		Aldea de Chilegua,Chilegua,Cortijo de Chilegua		53	GC	35015	
2519503	Chilches	chilches	ES	29790	2615	Europe/Madrid	39.78238	-0.18742		Chilches,Xilxes		60	CS	12011	
2519504	Chilches	chilches	ES	29790	0	Europe/Madrid	36.72643	-4.22433				51	MA	29094	
2519505	Chiguergue	chiguergue	ES	38688	0	Atlantic/Canary	28.22508	-16.78339		Chiguergue		53	TF	38019	
2519512	Chiclana de Segura	chiclana-de-segura	ES	23264	1238	Europe/Madrid	38.31187	-3.04219		Chiclana,Chiclana de Segura	23029	51	J	23029	
2519513	Chiclana de la Frontera	chiclana-de-la-frontera	ES	11130	77293	Europe/Madrid	36.41976	-6.14367	42	Chiclana,Chiclana de la Frontera,Chiklana-de-la-Frontera,Чиклана-де-ла-Фронтера	11015	51	CA	11015	
2519522	Cheste	cheste	ES	46380	7255	Europe/Madrid	39.48333	-0.68333		Cheste,Xest	46109	60	V	46109	
2519524	Cherín	cherin	ES	18494	0	Europe/Madrid	36.96759	-3.01317				51	AL	04007	
2519525	Chercos	chercos	ES	04859	285	Europe/Madrid	37.2545	-2.26657		Chercos	04036	51	AL	04036	
2519526	Chera	chera	ES	19353	525	Europe/Madrid	39.6	-0.96667		Chera,Xera	46108	60	V	46108	
2519528	Chelva	chelva	ES	46176	1986	Europe/Madrid	39.7493	-0.99684		Chel'va,Chelva,Xelva,qie er wa,Чельва,Չելվա,切尔瓦	46106	60	V	46106	
2519529	Chella	chella	ES	46821	2618	Europe/Madrid	39.04203	-0.65916		Chella,Xella	46107	60	V	46107	
2519534	Chauchina	chauchina	ES	18330	4357	Europe/Madrid	37.19977	-3.77157			18059	51	GR	18059	
2519540	Charilla	charilla	ES	23687	0	Europe/Madrid	37.4954	-3.90738		Charilla		51	J	23002	
2519552	Charco del Pino	charco-del-pino	ES	38595	0	Atlantic/Canary	28.10831	-16.59359		Charco del Pino		53	TF	38017	
2519557	Charches	charches	ES	18511	0	Europe/Madrid	37.29398	-2.95654		Charches		51	GR	18907	
2519565	Chaparral	chaparral	ES	14280	0	Europe/Madrid	38.22616	-3.25828		Caserio Chaparral,Caserío Chaparral,Chaparral		51	J	23079	
2519566	Chaparral	chaparral	ES	14280	0	Europe/Madrid	37.7	-2.91667		Casas Chaparral,Chaparral		51	J	23070	
2519569	Chamorga	chamorga	ES	38129	0	Atlantic/Canary	28.56884	-16.16091		Chamorga,Chamorgo		53	TF	38038	
2519579	Ceuti	ceuti	ES	30562	10174	Europe/Madrid	38.07859	-1.27467		Ceuti		31	MU	30018	
2519584	Cervera del Llano	cervera-del-llano	ES	16444	294	Europe/Madrid	39.78312	-2.42019		Cervera del Llano	16073	54	CU	16073	
2519623	Cerdà	cerda	ES	46813	291	Europe/Madrid	38.98333	-0.56667		Cerda,Cerdà,Cerdá	46096	60	V	46096	
2519632	Cenizate	cenizate	ES	02247	1204	Europe/Madrid	39.3	-1.65		Cenizate	02026	54	AB	02026	
2519634	Cenes de la Vega	cenes-de-la-vega	ES	18190	6295	Europe/Madrid	37.16006	-3.53548		Cenes de la Vega	18047	51	GR	18047	
2519639	Celín	celin	ES	04750	0	Europe/Madrid	36.83191	-2.8677		Barriada Celin,Barriada Celín,Celin,Celín		51	AL	04038	
2519644	Cela de Núñez	cela-de-nunez	ES	03839	0	Europe/Madrid	38.78893	-0.42754		Cela de Nunez,Cela de Núñez		60	A	03092	
2519647	Cela	cela	ES	04887	0	Europe/Madrid	37.37421	-2.44762		Caserio Cela,Caserío Cela,Cela		51	AL	04061	
2519651	Cehegín	cehegin	ES	30430	16235	Europe/Madrid	38.09242	-1.7985		Cehegin,Cehegín		31	MU	30028	
2519656	Cedillo	cedillo	ES	10513	574	Europe/Madrid	39.65099	-7.49817		Cedillo	10062	57	CC	10062	
2519659	Ceclavín	ceclavin	ES	10870	2076	Europe/Madrid	39.82231	-6.77329		Ceclavin,Ceclavín	10061	57	CC	10061	
2519672	Cazorla	cazorla	ES	23470	8039	Europe/Madrid	37.91495	-3.00342		Cazorla,Kasorla,ka suo er la,kasrla,kathwrla  khayn,Касорла,كاثورلا، خاين,کاسرلا,卡索尔拉	23028	51	J	23028	
2519673	Cazorla	cazorla	ES	23470	0	Europe/Madrid	37.83396	-1.83902		Casas de Cazorla,Caserio Cazorla,Caserío Cazorla,Cazorla		31	MU	30024	
2519675	Cazalla de la Sierra	cazalla-de-la-sierra	ES	41370	0	Europe/Madrid	37.93333	-5.75		Cazalla,Cazalla de la Sierra	41032	51	SE	41032	
2519676	Cazalla	cazalla	ES	30818	0	Europe/Madrid	37.62181	-3.61475		Casas Cazalla,Cazalla		51	J	23901	
2519677	Cazalilla	cazalilla	ES	23628	817	Europe/Madrid	37.98389	-3.88295		Cazalilla	23027	51	J	23027	
2519680	Cautivador	cautivador	ES	03530	0	Europe/Madrid	38.60818	-0.09547		Caserio Cautivador,Caserío Cautivador,Cautivador		60	A	03094	
2519682	Caudiel	caudiel	ES	12440	700	Europe/Madrid	39.95	-0.56667		Caudiel		60	CS	12071	
2519683	Caudete de las Fuentes	caudete-de-las-fuentes	ES	46315	795	Europe/Madrid	39.55965	-1.27853		Caudete de las Fuentes	46095	60	V	46095	
2519685	Caudete	caudete	ES	02660	10330	Europe/Madrid	38.70679	-0.98723		Cabdet,Caudete	02025	54	AB	02025	
2519687	Catral	catral	ES	03158	0	Europe/Madrid	38.16105	-0.80127		Catral		60	A	03055	
2519688	Catral	catral	ES	03158	6147	Europe/Madrid	38.16061	-0.80209		Barrio de Catral,Barrio de Catral y Callosa,Catral,Katral',ka te la er,katral,Катраль,كاترال,کاترال,卡特拉尔	03055	60	A	03055	
2519690	Catarroja	catarroja	ES	46470	27035	Europe/Madrid	39.4	-0.4		Catarroja,Katarrokh,Катаррох	46094	60	V	46094	
2519691	Catamarruch	catamarruch	ES	03828	0	Europe/Madrid	38.78093	-0.32062		Catamarruch		60	A	03106	
2519694	Catadau	catadau	ES	46196	2487	Europe/Madrid	39.26667	-0.56667		Catadau	46093	60	V	46093	
2519696	Castuera	castuera	ES	06420	6824	Europe/Madrid	38.73204	-5.5439		Castuera,Kastuehra,Kastuera,ka si tu ai la,kastwyra,Кастуера,Кастуэра,كاستويرا,卡斯图埃拉		57	BA	06087	
2519697	Castro del Río	castro-del-rio	ES	14840	8065	Europe/Madrid	37.69125	-4.48058		Castro del Rio,Castro del Río,Kastro-del'-Rio,ka si te luo de er li ao,kastrw dyl ryw  qrtbt,Кастро-дель-Рио,Кастро-дель-Ріо,كاسترو ديل ريو، قرطبة,卡斯特罗德尔里奥	14019	51	CO	14019	
2519698	Castro de Filabres	castro-de-filabres	ES	04212	158	Europe/Madrid	37.18484	-2.44024		Castro de Filabres	04033	51	AL	04033	
2519700	Castro	castro	ES	38611	0	Atlantic/Canary	28.08225	-16.55899		Castro		53	TF	38017	
2519703	Castril	castril	ES	18816	2547	Europe/Madrid	37.79581	-2.78002		Castril,Kastril',ka si te li er,kastryl  ghrnatt,Кастриль,Кастріль,كاستريل، غرناطة,卡斯特里尔	18046	51	GR	18046	
2519707	Castillo de la Duquesa	castillo-de-la-duquesa	ES	29692	0	Europe/Madrid	36.3505	-5.23366		Castillo de Sabinillas,Castillo de la Duquesa,Castillo de la Sabinilla,La Duquesa		51	MA	29068	
2519709	Castillo del Romeral	castillo-del-romeral	ES	35107	0	Atlantic/Canary	27.79964	-15.46077		Castillo Romeral,El Castillo del Romeral		53	GC	35019	
2519711	Castillo de Locubín	castillo-de-locubin	ES	23670	5052	Europe/Madrid	37.52858	-3.9422			23026	51	J	23026	
2519713	Castillo de Garcimuñoz	castillo-de-garcimunoz	ES	16623	188	Europe/Madrid	39.65928	-2.3803		Castillo de Garcimunoz,Castillo de Garcimuñoz	16072	54	CU	16072	
2519714	Castillo de Baños	castillo-de-banos	ES	18750	0	Europe/Madrid	36.74081	-3.29953		Caserio Castillo de Banos,Caserío Castillo de Baños,Castillo Banos,Castillo Baños,Castillo de Banos,Castillo de Baños		51	GR	18162	
2519725	Castillo	castillo	ES	01194	0	Europe/Madrid	37.98333	-3.06667		Casas Castillo,Castillo,Cortijo del Castillo		51	J	23030	
2519730	Castillejo de Iniesta	castillejo-de-iniesta	ES	16250	194	Europe/Madrid	39.53333	-1.76667		Castillejo de Iniesta	16068	54	CU	16068	
2519736	Castilléjar	castillejar	ES	18818	1600	Europe/Madrid	37.71697	-2.6406		Castillejar,Castilléjar	18045	51	GR	18045	
2519737	Castilleja del Campo	castilleja-del-campo	ES	41810	640	Europe/Madrid	37.38627	-6.33443		Castilleja del Campo	41030	51	SE	41030	
2519738	Castilleja de la Cuesta	castilleja-de-la-cuesta	ES	41950	17150	Europe/Madrid	37.38594	-6.05258		Castilleja,Castilleja de la Cuesta	41029	51	SE	41029	
2519739	Castilleja de Guzmán	castilleja-de-guzman	ES	41908	2405	Europe/Madrid	37.40955	-6.05515		Castilleja de Guzman,Castilleja de Guzmán	41028	51	SE	41028	
2519744	Castil de Campos	castil-de-campos	ES	14815	0	Europe/Madrid	37.49189	-4.14356				51	CO	14055	
2519745	Castilblanques	castilblanques	ES	46199	0	Europe/Madrid	39.31667	-1.01667		Caserio Castilblanques,Caserío Castilblanques,Castilblanques		60	V	46099	
2519746	Castilblanco de los Arroyos	castilblanco-de-los-arroyos	ES	41230	4709	Europe/Madrid	37.67576	-5.98886		Castilblanco,Castilblanco de los Arroyos	41027	51	SE	41027	
2519747	Castilblanco	castilblanco	ES	05357	1167	Europe/Madrid	39.28487	-5.09098		Castilblanco,Kastil'blanko,Kastilblanko,ka si di er fu lan ke,kastylblankw,Кастилбланко,Кастильбланко,Кастільбланко,كاستيلبلانكو,卡斯蒂尔夫兰科	06035	57	BA	06035	
2519749	Castellonet de la Conquesta	castellonet-de-la-conquesta	ES	46726	172	Europe/Madrid	38.91667	-0.26667		Castellonet,Castellonet de la Conquesta	46091	60	V	46091	
2519751	Castelló de Rugat	castello-de-rugat	ES	46841	2301	Europe/Madrid	38.88333	-0.36667		Castello de Rugat,Castellon de Rugat,Castelló de Rugat,Castellón de Rugat	46090	60	V	46090	
2519753	Castellnovo	castellnovo	ES	12413	998	Europe/Madrid	39.86667	-0.45		Castellnou de Sogorb,Castellnovo	12039	60	CS	12039	
2519757	Castell de Ferro	castell-de-ferro	ES	18740	2964	Europe/Madrid	36.72569	-3.355		Castell de Ferro		51	GR	18093	
2519758	Castell de Castells	castell-de-castells	ES	03793	482	Europe/Madrid	38.72555	-0.19242		Castell de Castells,Castells de Castells	03054	60	A	03054	
2519762	Castellar de Santiago	castellar-de-santiago	ES	13750	2175	Europe/Madrid	38.53928	-3.27573		Castellar de Santiago	13033	54	CR	13033	
2519763	Castellar de la Frontera	castellar-de-la-frontera	ES	11350	2932	Europe/Madrid	36.31736	-5.45407		Castellar,Castellar de la Frontera,Kastel'jar-de-la-Frontera,ka si te li ya er de la fu long te la,kastylar dy la frwntyra,Кастельяр-де-ла-Фронтера,كاستيلار دي لا فرونتيرا,卡斯特利亚尔德拉夫龙特拉	11013	51	CA	11013	
2519770	Cástaras	castaras	ES	18439	238	Europe/Madrid	36.93164	-3.25406		Castaras,Cástaras	18044	51	GR	18044	
2519771	Castañuelo	castanuelo	ES	21208	0	Europe/Madrid	37.93723	-6.58409		Castanuelo,Castañuelo		51	H	21007	
2519780	Castañar de Ibor	castanar-de-ibor	ES	10340	1179	Europe/Madrid	39.62843	-5.41709		Castanar de Ibor,Castañar de Ibor		57	CC	10132	
2519996	Casa Nueva	casa-nueva	ES	18291	0	Europe/Madrid	37.25595	-3.78891				51	GR	18158	
2519783	Castalla	castalla	ES	03420	10327	Europe/Madrid	38.59694	-0.67207		Castalla,Kastal'ja,ka si ta li ya,kastala,kastaya,Касталья,كاستالا,کاستایا,卡斯塔利亚	03053	60	A	03053	
2519784	Castala	castala	ES	04760	0	Europe/Madrid	36.888	-2.92562		Barriada Castala		51	AL	04029	
2519786	Casinos	casinos	ES	46171	2382	Europe/Madrid	39.7	-0.7		Casinos	46089	60	V	46089	
2519790	Casillas de Ranera	casillas-de-ranera	ES	16321	0	Europe/Madrid	39.78333	-1.25		Caserio Casillas de Ranera,Caserío Casillas de Ranera,Casillas de Ranera		54	CU	16202	
2519791	Casillas de Morales	casillas-de-morales	ES	35638	0	Atlantic/Canary	28.37692	-14.00829		Casilla de Morales,Casillas de Morales		53	GC	35003	
2519794	Casillas del Ángel	casillas-del-angel	ES	35611	0	Atlantic/Canary	28.48981	-13.96592		Casillas del Angel,Casillas del Ángel		53	GC	35017	
2519795	Casillas de Coria	casillas-de-coria	ES	10818	492	Europe/Madrid	39.96543	-6.63711		Casillas de Coria	10059	57	CC	10059	
2519799	Casicas del Río Segura	casicas-del-rio-segura	ES	23297	0	Europe/Madrid	38.18893	-2.55496		Casicas,Casicas de Rio Segura,Casicas de Río Segura,Casicas del Rio Segura,Casicas del Río Segura,Las Casicas		51	J	23904	
2519802	Casica del Madroño	casica-del-madrono	ES	02327	0	Europe/Madrid	38.76578	-2.09457		Casica del Madrono,Casica del Madroño		54	AB	02065	
2519853	Cascante	cascante	ES	31520	0	Europe/Madrid	38.6729	-0.83164		Casa de Cascante,Casas Cascante,Cascante		60	A	03140	
2519861	Casatejada	casatejada	ES	10520	1390	Europe/Madrid	39.88642	-5.68193		Casatejada		57	CC	10173	
2519869	Casas Nuevas	casas-nuevas	ES	03749	0	Europe/Madrid	37.92409	-1.59777		Casas Nuevas,Caserio Casas Nuevas,Caserío Casas Nuevas,Cuevas Nuevas		31	MU	30029	
2519870	Casas Nuevas	casas-nuevas	ES	03749	0	Europe/Madrid	37.8774	-0.86594		Casas Nuevas,Caserio Casas Nuevas,Caserío Casas Nuevas		31	MU	30030	
2519871	Casas Nuevas	casas-nuevas	ES	03749	0	Europe/Madrid	37.83512	-1.69666		Casas Nuevas,Caserio Casas Nuevas,Caserío Casas Nuevas		31	MU	30024	
2520003	Casalgordo	casalgordo	ES	45109	0	Europe/Madrid	39.64225	-3.96721		Casalgordo		54	TO	45163	
2519872	Casas Nuevas	casas-nuevas	ES	03749	0	Europe/Madrid	37.69938	-1.00348		Casas Nuevas,Caserio Casas Nuevas,Caserío Casas Nuevas,Las Casas Nuevas		31	MU	30016	
2519879	Casasimarro	casasimarro	ES	16239	3051	Europe/Madrid	39.36667	-2.03333		Casasimarro,Kasasimarro,ka sa xi ma luo,kasasymarw,Касасимарро,Касасімарро,كاساسيمارو,卡萨西马罗	16066	54	CU	16066	
2519880	Casas Ibáñez	casas-ibanez	ES	02200	4375	Europe/Madrid	39.28333	-1.46667		Casas Ibanez,Casas Ibáñez		54	AB	02024	
2519882	Casas de Ves	casas-de-ves	ES	02212	801	Europe/Madrid	39.25	-1.33333		Casas de Ves	02023	54	AB	02023	
2519886	Casas de Sotos	casas-de-sotos	ES	46355	0	Europe/Madrid	39.33333	-1.06667		Casas de Sotos,Caserio Casas de Sotos,Caserío Casas de Sotos		60	V	46213	
2519887	Casas de Santa Cruz	casas-de-santa-cruz	ES	16234	0	Europe/Madrid	39.4	-1.85		Casas de Santa Cruz		54	CU	16251	
2519888	Casas de Roldán	casas-de-roldan	ES	16612	0	Europe/Madrid	39.28787	-2.37674		Casas de Roldan,Casas de Roldán		54	CU	16065	
2519889	Casas de Reina	casas-de-reina	ES	06960	192	Europe/Madrid	38.2	-5.96667		Casas de Reina,Las Casas	06034	57	BA	06034	
2519891	Casas de Pradas	casas-de-pradas	ES	46310	0	Europe/Madrid	39.45	-1.33333		Casas de Pradas		60	V	46254	
2519895	Casas de Moya	casas-de-moya	ES	46310	0	Europe/Madrid	39.46667	-1.4		Casas de Moya		60	V	46254	
2519896	Casas de Moya	casas-de-moya	ES	46310	0	Europe/Madrid	38.13232	-2.08573		Casas de Moya,Caserio Casas de Moya,Caserío Casas de Moya		31	MU	30028	
2519898	Casas de Miravete	casas-de-miravete	ES	10360	196	Europe/Madrid	39.72687	-5.74363		Casas de Miravete	10057	57	CC	10057	
2519899	Casas de Millán	casas-de-millan	ES	10592	709	Europe/Madrid	39.81757	-6.32966	439	Casas de Millan,Casas de Millán	10056	57	CC	10056	
2519901	Casas de Madrona	casas-de-madrona	ES	46621	0	Europe/Madrid	38.97733	-1.07553		Casas de Madrona,Caserio Casas de Madrona,Caserío Casas de Madrona		60	V	46044	
2519904	Casas del Río	casas-del-rio	ES	03469	0	Europe/Madrid	39.3	-1.13333		Casas del Rio,Casas del Río,Les Cases del Riu		60	V	46097	
2519905	Casas del Río	casas-del-rio	ES	03469	0	Europe/Madrid	39.18333	-1.95		Casa del Rio,Casa del Río,Casas del Rio,Casas del Río		54	AB	02073	
2519906	Casas del Río	casas-del-rio	ES	03469	0	Europe/Madrid	38.36667	-1.81667		Casas del Rio,Casas del Río,Caserio Casas del Rio,Caserío Casas del Río		54	AB	02072	
2519907	Casas del Rey	casas-del-rey	ES	05621	0	Europe/Madrid	39.48333	-1.38333		Casas del Rey		60	V	46254	
2519908	Casas de los Pinos	casas-de-los-pinos	ES	16612	528	Europe/Madrid	39.33375	-2.36984		Casas de los Pinos	16065	54	CU	16065	
2519913	Casas del Olmo	casas-del-olmo	ES	16238	0	Europe/Madrid	39.3	-1.76667		Casas del Olmo		54	CU	16244	
2519916	Casas del Monte	casas-del-monte	ES	10730	0	Atlantic/Canary	27.8	-17.95		Casas del Monte		53	TF	38048	
2519923	Casas del Cura	casas-del-cura	ES	30590	0	Europe/Madrid	37.83882	-1.02594		Casas del Cura,Caserio Casas del Cura,Caserío Casas del Cura		31	MU	30030	
2519925	Casas del Cerro	casas-del-cerro	ES	02211	0	Europe/Madrid	39.18333	-1.41667		Casas del Cerro		54	AB	02007	
2519927	Casas de Lázaro	casas-de-lazaro	ES	02329	413	Europe/Madrid	38.77056	-2.24044		Casas de Lazaro,Casas de Lázaro	02022	54	AB	02022	
2519997	Casa Nueva	casa-nueva	ES	18291	0	Atlantic/Canary	28.65	-17.93333				53	TF	38024	
2519937	Casas de Juan Núñez	casas-de-juan-nunez	ES	02151	1322	Europe/Madrid	39.1019	-1.55821		Casas de Juan Nunez,Casas de Juan Núñez	02021	54	AB	02021	
2519938	Casas de Juan Gil	casas-de-juan-gil	ES	02153	0	Europe/Madrid	39.12791	-1.24102		Casas de Juan Gil		54	AB	02020	
2519941	Casas de Ibáñez	casas-de-ibanez	ES	03657	0	Europe/Madrid	38.40493	-1.0816		Casa de Ibanez,Casa de Ibáñez,Casas de Ibanez,Casas de Ibáñez		60	A	03105	
2519943	Casas de Haro	casas-de-haro	ES	16611	837	Europe/Madrid	39.33355	-2.27273		Casas de Haro	16064	54	CU	16064	
2519944	Casas de Guijarro	casas-de-guijarro	ES	16708	130	Europe/Madrid	39.35	-2.16667		Casas de Guijarro	16063	54	CU	16063	
2519945	Casas de Garcimolina	casas-de-garcimolina	ES	16338	35	Europe/Madrid	40	-1.41667		Casas de Garcimolina	16062	54	CU	16062	
2519946	Casas de Fernando Alonso	casas-de-fernando-alonso	ES	16610	1315	Europe/Madrid	39.35065	-2.32402		Casas de Fernando Alonso,Casas de los Teatinos	16061	54	CU	16061	
2519949	Casas de Don Pedro	casas-de-don-pedro	ES	06770	1658	Europe/Madrid	39.10822	-5.33077				57	BA	06127	
2519950	Casas de Don Pedro	casas-de-don-pedro	ES	06770	0	Europe/Madrid	39.00984	-1.35373		Casas de Don Pedro,Caserio Casas de Don Pedro,Caserío Casas de Don Pedro		54	AB	02010	
2519952	Casas de Don Antonio	casas-de-don-antonio	ES	10162	209	Europe/Madrid	39.23578	-6.29143		Casas de Don Antonio	10052	57	CC	10052	
2519954	Casas de Benítez	casas-de-benitez	ES	16707	1058	Europe/Madrid	39.36667	-2.13333		Casas de Benitez,Casas de Benítez	16060	54	CU	16060	
2519959	Casas de Abajo	casas-de-abajo	ES	02326	0	Europe/Madrid	38.77894	-2.15761		Casas de Abajo		54	AB	02071	
2519960	Casas de Abajo	casas-de-abajo	ES	02326	0	Europe/Madrid	38.06214	-1.43763		Casas de Abajo,Caserio Casas de Abajo,Caserío Casas de Abajo,Las Casas de Abajo		31	MU	30029	
2519961	Casas de Abajo	casas-de-abajo	ES	02326	0	Atlantic/Canary	28.52486	-16.15521				53	TF	38038	
2519967	Casasbuenas	casasbuenas	ES	45124	209	Europe/Madrid	39.76117	-4.12558		Casasbuenas	45042	54	TO	45042	
2519970	Casas Altas	casas-altas	ES	30398	0	Europe/Madrid	37.38333	-1.75		Barriada Casas Altas,Casas Altas		51	AL	04075	
2519979	Casariche	casariche	ES	41580	5389	Europe/Madrid	37.29389	-4.75972		Casariche,Kasariche,ka sa li qie,Касариче,Касаріче,卡萨里切	41026	51	SE	41026	
2519980	Casares	casares	ES	09515	4021	Europe/Madrid	36.44689	-5.2858		Casares,Kasares,ka sa lei si,kasars,kasarys,Касарес,Կասարես,كاساريس,کاسارس,卡萨雷斯	29041	51	MA	29041	
2519984	Casar de Talavera	casar-de-talavera	ES	45614	0	Europe/Madrid	39.96295	-4.91798		Casar de Talavera		54	TO	45165	
2519985	Casar de Cáceres	casar-de-caceres	ES	10190	4721	Europe/Madrid	39.56106	-6.41944		Casal de Cacris,Casal de Caçris,Casar de Caceres,Casar de Cáceres,Kasar de Kaseres,Kasar-de-Kaseres,ka sa er de ka sai lei si,kasar dy qsrsh,Касар-де-Касерес,Կասար դե Կասերես,كاسار دي قصرش,卡萨尔德卡塞雷斯		57	CC	10037	
2519988	Casarabonela	casarabonela	ES	29566	2490	Europe/Madrid	36.78616	-4.84276		Casarabonela	29040	51	MA	29040	
2519995	Casa Nueva	casa-nueva	ES	18291	0	Europe/Madrid	39.08333	-2.53333		Casa Nueva,Caserio Casa Nueva,Caserío Casa Nueva		54	AB	02053	
2520018	Casa de la Cabeza	casa-de-la-cabeza	ES	02536	0	Europe/Madrid	38.19221	-2.30587		Casa de la Cabeza		54	AB	02055	
2520028	Casa Cañete	casa-canete	ES	02127	0	Europe/Madrid	38.79575	-2.02149		Casa Canete,Casa Cañete		54	AB	02060	
2520030	Casablanquilla	casablanquilla	ES	29510	0	Europe/Madrid	37.51667	-5.86667		Casablanquilla,Caserios Casablanquilla,Caseríos Casablanquilla		51	SE	41081	
2520037	Casablanca	casablanca	ES	02124	0	Europe/Madrid	38.29924	-1.29769		Casablanca,Caserio Casablanca,Caserío Casablanca		31	MU	30002	
2520039	Casablanca	casablanca	ES	02124	0	Europe/Madrid	37.70368	-2.27408		Casablanca,Caserio Casablanca,Caserío Casablanca		51	AL	04063	
2520040	Casablanca	casablanca	ES	02124	0	Europe/Madrid	37.34362	-5.68595		Casablanca,Caserio de Casa Blanca,Caserío de Casa Blanca		51	SE	41058	
2520041	Casablanca	casablanca	ES	02124	0	Europe/Madrid	36.82693	-6.08333		Casablanca,Caserio Casablanca,Caserío Casablanca		51	CA	11020	
2520042	Casablanca	casablanca	ES	02124	0	Europe/Madrid	36.813	-2.69611		Cortijada Casablanca		51	AL	04102	
2520043	Casablanca	casablanca	ES	02124	0	Atlantic/Canary	28.31667	-16.38333				53	TF	38020	
2520044	Casablanca	casablanca	ES	02124	0	Atlantic/Canary	28.1271	-15.55707				53	GC	35008	
2520045	Casabermeja	casabermeja	ES	29160	3274	Europe/Madrid	36.8926	-4.42938	432	Casabermeja	29039	51	MA	29039	
2520052	Cartaya	cartaya	ES	21450	17905	Europe/Madrid	37.28114	-7.15071		Cartaya	21021	51	H	21021	
2520055	Cártama	cartama	ES	29570	21313	Europe/Madrid	36.71068	-4.63297		Kartama,ka er ta ma,kartama,Картама,كارتاما,卡尔塔马	29038	51	MA	29038	
2520056	Cartajima	cartajima	ES	29452	260	Europe/Madrid	36.64548	-5.1541		Cartajima	29037	51	MA	29037	
2520192	Capilla	capilla	ES	06612	192	Europe/Madrid	38.82037	-5.08417		Capilla,Kapil'ja,Kapila,ka pi li ya,kabayla,kapyya,Капила,Капилья,Капілья,كابايلا,کاپییا,卡皮利亚	06030	57	BA	06030	
2520193	Capilla	capilla	ES	06612	0	Europe/Madrid	38.28333	-3.08333		Capilla,Caserio Capilla,Caserío Capilla		51	J	23029	
2520058	Cartagena	cartagena	ES	30200	211996	Europe/Madrid	37.60512	-0.98623		Cartachena,Cartagena,Cartagena i Spania,Cartaxena,Carthagene,Carthago Nova,Carthagène,Kartachena,Kartagena,Kartagina,Kartagjena,Kartahena,Kartaheno,Kartakhena,Kartaĥeno,Karthageni,XUF,ka ta he na,kaleutahena,kartagna,kartajena,kartajina,kartakhyna,kartygana,karutahena,qrthnh,Καρθαγένη,Картагена,Картагина,Картахена,קרטחנה,كارتاخينا,کارتاگنا,کارتیگانا,कार्टाजेना,कार्ताजिना,კარტახენა,ካርታሔና,カルタヘナ,卡塔赫纳,카르타헤나	30016	31	MU	30016	
2520064	Carrizosa	carrizosa	ES	13329	1556	Europe/Madrid	38.84204	-2.9925		Carrizosa	13032	54	CR	13032	
2520071	Carrión de los Céspedes	carrion-de-los-cespedes	ES	41820	2285	Europe/Madrid	37.37007	-6.32923		Carrion de los Cespedes,Carrión de los Céspedes	41025	51	SE	41025	
2520072	Carrión de Calatrava	carrion-de-calatrava	ES	13150	2669	Europe/Madrid	39.01897	-3.81683		Carrion,Carrion de Calatrava,Carrión,Carrión de Calatrava	13031	54	CR	13031	
2520077	Carrícola	carricola	ES	46869	79	Europe/Madrid	38.84133	-0.4726		Carricola,Carrícola	46086	60	V	46086	
2520078	Carriches	carriches	ES	45532	312	Europe/Madrid	39.96417	-4.45864		Carriches	45039	54	TO	45039	
2520083	Carratraca	carratraca	ES	29551	849	Europe/Madrid	36.8529	-4.81998		Carratraca	29036	51	MA	29036	
2520087	Carrascosa de Haro	carrascosa-de-haro	ES	16649	141	Europe/Madrid	39.59757	-2.54182		Carrascosa de Haro	16058	54	CU	16058	
2520092	Carrascalejo	carrascalejo	ES	05580	0	Europe/Madrid	39.63333	-5.21667		Carrascalejo	10048	57	CC	10048	
2520093	Carrascalejo	carrascalejo	ES	05580	0	Europe/Madrid	38.5515	-1.03117		Carrascalejo,Caserio Carrascalejo,Caserío Carrascalejo		31	MU	30043	
2520114	Carmonita	carmonita	ES	06488	622	Europe/Madrid	39.15455	-6.33864		Carmonita	06031	57	BA	06031	
2520117	Carmona	carmona	ES	39558	0	Europe/Madrid	37.87248	-1.45891		Carmona,Caserio Carmona,Caserío Carmona		31	MU	30008	
2520118	Carmona	carmona	ES	39558	28344	Europe/Madrid	37.47125	-5.64608		Carmona,Karmona,Кармона	41024	51	SE	41024	
2520119	Carmena	carmena	ES	45531	858	Europe/Madrid	39.95562	-4.40149		Carmena	45036	54	TO	45036	
2520121	Carlet	carlet	ES	46240	15527	Europe/Madrid	39.2266	-0.52142		Carlet,Karlet,ka er lai te,Карлет,卡尔莱特	46085	60	V	46085	
2520131	Cardenete	cardenete	ES	16373	735	Europe/Madrid	39.76667	-1.68333		Cardenete	16056	54	CU	16056	
2520133	Cárdenas	cardenas	ES	26311	0	Europe/Madrid	37.29034	-6.94382		Cardenas,Cardeñas,Caserio Cardenas,Caserío Cardeñas,Cárdenas		51	H	21041	
2520134	Cardeña	cardena	ES	14445	1786	Europe/Madrid	38.27023	-4.32358	759	Cardena,Cardenas,Cardeña,Cárdenas	14016	51	CO	14016	
2520139	Carchelejo	carchelejo	ES	23192	0	Europe/Madrid	37.63596	-3.64058		Carchelejo		51	J	23901	
2520140	Carchel	carchel	ES	23191	0	Europe/Madrid	37.65269	-3.63581		Carchel		51	J	23901	
2520144	Càrcer	carcer	ES	46294	2026	Europe/Madrid	39.06667	-0.56667		Carcer,Càrcer,Cárcer	46084	60	V	46084	
2520145	Carcelén	carcelen	ES	02153	669	Europe/Madrid	39.10202	-1.30879		Carcelen,Carcelén	02020	54	AB	02020	
2520150	Carcaixent	carcaixent	ES	46740	21735	Europe/Madrid	39.1218	-0.44812		Carcagente,Carcaixen,Carcaixent,Carcaixén,Karkakhente,Каркахенте	46083	60	V	46083	
2520151	Carcabuey	carcabuey	ES	14810	2857	Europe/Madrid	37.4442	-4.27471			14015	51	CO	14015	
2520155	Carboneros	carboneros	ES	23211	704	Europe/Madrid	38.22958	-3.63139		Carboneros	23021	51	J	23021	
2520156	Carboneras de Guadazaón	carboneras-de-guadazaon	ES	16350	918	Europe/Madrid	39.88333	-1.8		Carbon,Carboneras,Carboneras de Guadazaon,Carboneras de Guadazaón	16055	54	CU	16055	
2520162	Carboneras	carboneras	ES	04140	0	Europe/Madrid	37.91802	-6.54648		Carboneras		51	H	21007	
2520163	Carboneras	carboneras	ES	04140	7199	Europe/Madrid	36.99666	-1.89651		Karboneras,ka er wo nei la si,karbwnras,karbwnyras,Карбонерас,كاربونيراس,کاربونراس,卡尔沃内拉斯	04032	51	AL	04032	
2520166	Carbonera	carbonera	ES	26588	0	Europe/Madrid	38.59098	-0.11353		Carbonera,Caserio Carbonera,Caserío Carbonera		60	A	03011	
2520169	Carbajo	carbajo	ES	10511	248	Europe/Madrid	39.60333	-7.19565		Carbajo	10046	57	CC	10046	
2520171	Caravaca	caravaca	ES	29170	26415	Europe/Madrid	38.10558	-1.86343		Caravaca		31	MU	30028	
2520172	Carataunas	carataunas	ES	18410	206	Europe/Madrid	36.92204	-3.40834		Caratauna,Caratáuna	18043	51	GR	18043	
2520179	Caracuel	caracuel	ES	29593	167	Europe/Madrid	38.84522	-4.06339		Caracuel,Caracuel de Calatrava		54	CR	13030	
2520188	Caprala	caprala	ES	03610	0	Europe/Madrid	38.53037	-0.76078		Caprala,Caserio Caprala,Caserío Caprala		60	A	03104	
2520194	Capileira	capileira	ES	18413	585	Europe/Madrid	36.96148	-3.35864			18042	51	GR	18042	
2520196	Capellanía	capellania	ES	03657	0	Europe/Madrid	37.91441	-2.11926		Capellania,Capellanía,Casas de las Capellanias,Caserio Capellania,Caserío Capellanía		31	MU	30015	
2520200	Capdepera	capdepera	ES	07580	11911	Europe/Madrid	39.70237	3.43532		Capdepera,Kapdepera,ka pu de pei la,kabdybyra,Капдепера,كابديبيرا,卡普德佩拉	07014	07	PM	07014	
2520203	Caparacena	caparacena	ES	18290	0	Europe/Madrid	37.26505	-3.71366		Caparacena		51	GR	18022	
2520209	Cantoria	cantoria	ES	04850	3502	Europe/Madrid	37.35146	-2.19209		Cantoria	04031	51	AL	04031	
2520214	Cantoblanco	cantoblanco	ES	02214	0	Europe/Madrid	39.25	-1.25		Cantoblanco		54	AB	02013	
2520215	Cantillana	cantillana	ES	41320	10627	Europe/Madrid	37.61032	-5.82472		Cantillana	41023	51	SE	41023	
2520230	Cánovas	canovas	ES	30338	0	Europe/Madrid	37.7356	-1.27947		Canovas,Caserio Canovas,Caserío Cánovas,Cánovas		31	MU	30021	
2520235	Canor	canor	ES	03720	0	Europe/Madrid	38.71667	0.06667		Canor,Casas Canor		60	A	03041	
2520248	Canjáyar	canjayar	ES	04450	1568	Europe/Madrid	37.00959	-2.73943		Canjayar,Canjáyar,Lanjavar	04030	51	AL	04030	
2520253	Canillas de Albaida	canillas-de-albaida	ES	29755	797	Europe/Madrid	36.84665	-3.98678		Canillas de Albaida	29034	51	MA	29034	
2520254	Canillas de Aceituno	canillas-de-aceituno	ES	29716	2241	Europe/Madrid	36.87303	-4.08254		Canillas,Canillas de Aceituna,Kanil'jas-de-Asejtuno,ka ni li ya si de ya sai tu nuo,kanyas dy athytwnw,Канильяс-де-Асейтуно,Канільяс-де-Асейтуно,كانياس دي أثيتونو,卡尼利亚斯德亚塞图诺	29033	51	MA	29033	
2520260	Caniles	caniles	ES	18810	0	Europe/Madrid	37.83852	-3.54131		Caniles,Fabrica Caniles		51	J	23052	
2520261	Caniles	caniles	ES	18810	4851	Europe/Madrid	37.43671	-2.72482		Caniles		51	GR	18023	
2520266	Cañete la Real	canete-la-real	ES	29340	2069	Europe/Madrid	36.95154	-5.0244		Aebura,Kan'ete-la-Real',Kaniete la Real,Sabora,ka nie te la lei ya er,kanyth la ryal,kanyty la ryal,Каньете-ла-Реаль,Каньєте-ла-Реаль,Կանիետե լա Ռեալ,كانيتي لا ريال,کانیته لا ریال,卡涅特拉雷亚尔	29035	51	MA	29035	
2520268	Cañete de las Torres	canete-de-las-torres	ES	14660	3192	Europe/Madrid	37.86717	-4.31835		Canete de las Torres,Cañete de las Torres	14014	51	CO	14014	
2520271	Canet d'En Berenguer	canet-d-en-berenguer	ES	46529	3669	Europe/Madrid	39.68333	-0.21667		Canet d'En Berenguer,Canet de Berenguer	46082	60	V	46082	
2520272	Canena	canena	ES	23420	2093	Europe/Madrid	38.0493	-3.4831		Canena	23020	51	J	23020	
2520274	Caneja	caneja	ES	30410	0	Europe/Madrid	38.02658	-1.9586		Caneja,Caserio Caneja,Caserío Caneja		31	MU	30015	
2520278	Candón	candon	ES	21639	0	Europe/Madrid	37.39058	-6.73892		Candon,Candón,Caserio de Candon,Caserío de Candón		51	H	21011	
2520279	Candón	candon	ES	21639	0	Europe/Madrid	37.32615	-6.76346		Candon,Candón,Caserio Candon,Caserio Candón		51	H	21064	
2520283	Candelaria	candelaria	ES	35350	24319	Atlantic/Canary	28.3548	-16.37268		Cancelaria,Candelaria,Kandelaria,Kandelarii,Kandelarija,kan de la li ya,kanderaria,kandylarya  santa krwth dy tynyryfh,Κανδελάρια,Канделарии,Канделария,Канделарія,קאנדלאריה,كانديلاريا، سانتا كروث دي تينيريفه,カンデラリア,坎德拉里亚	38011	53	TF	38011	
2520290	Cancarix	cancarix	ES	02499	0	Europe/Madrid	38.42055	-1.5714		Cancarix		54	AB	02037	
2520292	Cañaveral de León	canaveral-de-leon	ES	21388	0	Europe/Madrid	38.01667	-6.51667		Canaveral de Leon,Cañaveral de León	21020	51	H	21020	
2520295	Cañaveral	canaveral	ES	10820	1271	Europe/Madrid	39.79198	-6.3913		Canaveral,Cañaveral	10045	57	CC	10045	
2520296	Cañaveral	canaveral	ES	10820	0	Europe/Madrid	37.16667	-3.61667				51	GR	18087	
2520311	Canara	canara	ES	30439	0	Europe/Madrid	38.14046	-1.7688		Canara,Caserio Canara,Caserío Canara		31	MU	30017	
2520312	Cáñar	canar	ES	18418	337	Europe/Madrid	36.92684	-3.42808			18040	51	GR	18040	
2520314	Cañamero	canamero	ES	10136	1626	Europe/Madrid	39.37995	-5.38857		Canamera,Canamero,Cañamera,Cañamero,Kan'jamero,ka ni ya mei luo,kanyamyrw,Каньямеро,كانياميرو,卡尼亚梅罗	10044	57	CC	10044	
2520319	Cañamares	canamares	ES	13331	0	Europe/Madrid	38	-3		Canamares,Casas Canamares,Casas Cañamares,Cañamares		51	J	23030	
2520320	Canals	canals	ES	46650	13941	Europe/Madrid	38.96251	-0.58443		Canals,Canals de Canolas,Canals de Cañolas	46081	60	V	46081	
2520321	La Canalosa	la-canalosa	ES	03688	0	Europe/Madrid	38.30509	-0.93521		Canalosa,Caserio Canalosa Alta,Caserío Canalosa Alta		60	A	03078	
2520326	Canales	canales	ES	05212	0	Europe/Madrid	39.85	-0.75				60	V	46038	
2520327	Canales	canales	ES	05212	0	Europe/Madrid	37.16061	-3.46705		Barriada Canales,Canales,Las Canales		51	GR	18094	
2520333	Canaleja	canaleja	ES	02312	0	Europe/Madrid	38.69879	-2.53187		Canaleja		54	AB	02008	
2520334	Canaleja	canaleja	ES	02312	0	Europe/Madrid	37.90467	-6.77878				51	H	21004	
2520343	Cañadas	canadas	ES	02534	0	Europe/Madrid	38.08787	-2.41453		Canadas,Canadas de Abajo,Cañadas,Cañadas de Abajo		54	AB	02055	
2520344	Cañada Rosal	canada-rosal	ES	41439	3071	Europe/Madrid	37.59924	-5.21016		Canada Rosal,Cañada Rosal	41901	51	SE	41901	
2520345	Cañada Roja	canada-roja	ES	03649	0	Europe/Madrid	38.45085	-0.94383		Canada Roja,Caserio Canada Roja,Caserío Cañada Roja,Cañada Roja		60	A	03089	
2520346	Cañada Morales	canada-morales	ES	23292	0	Europe/Madrid	38.2115	-2.75641				51	J	23904	
2520349	Cañada Juncosa	canada-juncosa	ES	02326	0	Europe/Madrid	38.77215	-2.15937		Canada Juncosa,Cañada Juncosa		54	AB	02071	
2520359	Cañada de Morote	canada-de-morote	ES	02449	0	Europe/Madrid	38.47966	-2.27248		Canada de Morote,Cañada de Morote		54	AB	02049	
2520362	Cañada del Trigo	canada-del-trigo	ES	03659	0	Europe/Madrid	38.34756	-1.08966		Canada del Trigo		31	MU	30022	
2520368	Cañada del Rabadán	canada-del-rabadan	ES	14113	0	Europe/Madrid	37.65553	-5.08348				51	SE	41039	
2520369	Cañada del Provencio	canada-del-provencio	ES	02448	0	Europe/Madrid	38.52192	-2.33412		Canada del Provencio,Cañada del Provencio		54	AB	02049	
2520373	Cañada del Hoyo	canada-del-hoyo	ES	16340	321	Europe/Madrid	39.96667	-1.9		Canada del Hoyo,Cañada del Hoyo	16046	54	CU	16046	
2520374	Cañada del Gamo	canada-del-gamo	ES	14299	0	Europe/Madrid	38.2	-5.38333		Canada del Gamo,Cañada del Gamo		51	CO	14029	
2520379	Cañada de la Jara	canada-de-la-jara	ES	11380	0	Europe/Madrid	37.75	-5.61515				51	SE	41033	
2520380	Cañada de la Cruz	canada-de-la-cruz	ES	30414	0	Europe/Madrid	38.03101	-2.28057		Canada de la Cruz,Cañada de la Cruz		31	MU	30028	
2520391	Cañada Catena	canada-catena	ES	23289	0	Europe/Madrid	38.27538	-2.77645				51	J	23012	
2520397	Cañada	canada	ES	03409	0	Europe/Madrid	38.6739	-0.8133		Canada,Cañada,La Canyada	03052	60	A	03052	
2520398	Cañada	canada	ES	03409	0	Europe/Madrid	38.39711	-0.5831		Canada,Caserio Canada,Caserío Cañada,Cañada		60	A	03014	
2520399	Camuñas	camunas	ES	45720	1812	Europe/Madrid	39.42704	-3.45503				54	TO	45087	
2520400	Campules	campules	ES	30648	0	Europe/Madrid	38.24266	-1.0841		Campules,Caserio Campules,Caserío Campules		31	MU	30001	
2520401	Campotéjar	campotejar	ES	18565	1410	Europe/Madrid	37.48235	-3.61771		Campotejar,Campotéjar	18038	51	GR	18038	
2520402	Campos del Río	campos-del-rio	ES	30191	2065	Europe/Madrid	38.03966	-1.35306		Campos del Rio,Campos del Río	30014	31	MU	30014	
2520403	Campos	campos	ES	07630	9765	Europe/Madrid	39.43099	3.01935		Campos	07013	07	PM	07013	
2520405	Camporrobles	camporrobles	ES	46330	1372	Europe/Madrid	39.65	-1.4		Camporrobles,Camporrobres,Kamporrobles,kan bo luo fu lai si,Кампорроблес,坎波罗夫莱斯	46080	60	V	46080	
2520406	Camporredondo	camporredondo	ES	22280	0	Europe/Madrid	38.27544	-3.00443		Camporredondo		51	J	23029	
2520408	Campo-Nubes	campo-nubes	ES	14814	0	Europe/Madrid	37.54444	-4.16193				51	CO	14055	
2520409	Campomanes	campomanes	ES	33620	0	Europe/Madrid	38.97954	-6.19328		Campomanes,Casa Campomanes		57	BA	06119	
2520410	Campofrío	campofrio	ES	21668	0	Europe/Madrid	37.76652	-6.57363		Campofrio,Campofrío	21019	51	H	21019	
2520529	Calera de León	calera-de-leon	ES	06292	1051	Europe/Madrid	38.1	-6.33333		Calera de Leon,Calera de León	06026	57	BA	06026	
2520535	La Calera	la-calera	ES	10137	0	Atlantic/Canary	28.09758	-17.33301		Calera,La Calera		53	TF	38049	
2520413	Campo de Criptana	campo-de-criptana	ES	13610	15006	Europe/Madrid	39.40463	-3.12492		Kampo-de-Kriptana,kambw dy kraybtana,kan bo de ke li pu ta na,Кампо-де-Криптана,Кампо-де-Кріптана,كامبو دي كرايبتانا,坎波德克里普塔纳	13028	54	CR	13028	
2520417	Campo Bajo	campo-bajo	ES	30395	0	Europe/Madrid	37.66667	-0.93333		Campo Bajo,Caserio de Campo Bajo,Caserío de Campo Bajo		31	MU	30016	
2520418	Campo Bajo	campo-bajo	ES	30395	0	Europe/Madrid	37.38333	-2.36667		Campo Bajo,Cortijada Campo Bajo		51	AL	04096	
2520419	Campo Arcís	campo-arcis	ES	46352	0	Europe/Madrid	39.43333	-1.16667		Campo Arcis,Campo Arcís		60	V	46213	
2520425	Campiña	campina	ES	14600	67904	Europe/Madrid	38.21896	-2.98069		Campina,Campiña,Caserio Campina,Caserío Campiña		51	J	23084	
2520426	Campillo y Suertes	campillo-y-suertes	ES	30438	0	Europe/Madrid	38.06687	-1.79345		Campillo y Suertes,Caserio Campillos y Suertes,Caserío Campillos y Suertes		31	MU	30017	
2520427	Campillos-Paravientos	campillos-paravientos	ES	16311	132	Europe/Madrid	39.98333	-1.55		Campillos-Paravientos	16043	54	CU	16043	
2520428	Campillos	campillos	ES	29320	8014	Europe/Madrid	37.04826	-4.86308			29032	51	MA	29032	
2520429	Campillo de los Jiménez	campillo-de-los-jimenez	ES	30439	0	Europe/Madrid	38.14473	-1.7471		Campillo de los Jimenez,Campillo de los Jiménez,Caserio Campillo de los Jimenez,Caserío Campillo de los Jiménez,El Campillo de los Gimenez		31	MU	30017	
2520430	Campillo de Llerena	campillo-de-llerena	ES	06443	1631	Europe/Madrid	38.50196	-5.83139		Campillo de Llerena	06029	57	BA	06029	
2520432	Campillo de las Doblas	campillo-de-las-doblas	ES	02511	0	Europe/Madrid	38.76374	-1.82928		Campillo de las Doblas		54	AB	02003	
2520433	Campillo de Deleitosa	campillo-de-deleitosa	ES	10329	124	Europe/Madrid	39.70297	-5.57436		Campillo de Deleitosa	10042	57	CC	10042	
2520435	Campillo de Arenas	campillo-de-arenas	ES	23130	2079	Europe/Madrid	37.55535	-3.63552		Campillo de Arenas		51	J	23019	
2520436	Campillo de Altobuey	campillo-de-altobuey	ES	16210	1702	Europe/Madrid	39.6	-1.8		Campillo de Altobuey	16042	54	CU	16042	
2520437	Campillo de Adentro	campillo-de-adentro	ES	30868	0	Europe/Madrid	37.56343	-1.1491		Caserio Campillo de Adentro,Caserío Campillo de Adentro		31	MU	30016	
2520443	Campillo	campillo	ES	02462	0	Europe/Madrid	38.42707	-2.56726		Campillo		54	AB		
2520447	El Campello	el-campello	ES	03560	26511	Europe/Madrid	38.42885	-0.39774		Campello,El Campello		60	A	03050	
2520448	Campell	campell	ES	03791	0	Europe/Madrid	38.78026	-0.10397		Campell		60	A	03137	
2520450	Campano	campano	ES	11130	0	Europe/Madrid	36.35	-6.13333		Campano,Caserio de Campano,Caserío de Campano		51	CA	11015	
2520453	Campanet	campanet	ES	07310	2515	Europe/Madrid	39.7747	2.96506		Campanet	07012	07	PM	07012	
2520456	Campanario	campanario	ES	06460	5522	Europe/Madrid	38.8644	-5.61744		Campanario,Kampanario,kampanaryw,kan pa na li ao,Кампанарио,Кампанаріо,کامپاناریو,坎帕纳里奥	06028	57	BA	06028	
2520476	Cambil	cambil	ES	23120	3061	Europe/Madrid	37.67934	-3.56537		Cambil,Cambril	23018	51	J	23018	
2520477	Camas	camas	ES	33529	26015	Europe/Madrid	37.40202	-6.03314		Camas,Kamas,ka ma si,Камас,Կամաս,卡马斯	41021	51	SE	41021	
2520481	Camarillas	camarillas	ES	03658	0	Europe/Madrid	38.36667	-1.63333				54	AB	02037	
2520485	Cámara	camara	ES	03600	0	Europe/Madrid	38.50501	-0.83864		Camara,Casas Camara,Casas Cámara,Cámara		60	A	03066	
2520490	Calzadilla de Los Barros	calzadilla-de-los-barros	ES	06249	870	Europe/Madrid	38.3	-6.31667		Calzadilla de Los Barros		57	BA	06027	
2520493	Calvià	calvia	ES	07184	51774	Europe/Madrid	39.5657	2.50621		Calvia,Calvià,Calviá,Kal'vija,Kalvia,Kalvija,ka er wei ya,kalbi xa,kalbya,kalfya,karubia,Калвиа,Калвија,Кальвия,Кальвія,كالفيا,کالبیا,กัลบีอา,カルビア,卡尔维亚	07011	07	PM	07011	
2520496	Calp	calp	ES	03710	29666	Europe/Madrid	38.6447	0.0445		Calp,Calpe,Kal'p,Kalp,ka er pei,kalby,kalp,Калп,Кальп,كالبي,کالپ,卡尔佩		60	A	03047	
2520497	Calonge	calonge	ES	07669	1079	Europe/Madrid	39.40039	3.20335		Calonge		07	PM	07057	
2520711	Burjulú	burjulu	ES	04618	0	Europe/Madrid	37.27856	-1.81781		Caserio Burjulu,Caserío Burjulú		51	AL	04035	
2520712	Burjassot	burjassot	ES	46100	38433	Europe/Madrid	39.50984	-0.41327		Bujursot,Burjassot,Burkhasot,Бурхасот	46078	60	V	46078	
2520502	Callosa de Segura	callosa-de-segura	ES	03360	17924	Europe/Madrid	38.12497	-0.87822		Callosa de Segura,Kal'josa-de-Segura,Kal'osa-de-Segura,Kalyosa de Segura,ka e sa de sai gu la,kalwsa dy swjwra,kaywsa d sgwra,Кальйоса-де-Сегура,Кальоса-де-Сегура,Կալյոսա դե Սեգուրա,كالوسا دي سوجورا,کایوسا د سگورا,卡略萨德塞古拉	03049	60	A	03049	
2520503	Callosa d'En Sarrià	callosa-d-en-sarria	ES	03510	0	Europe/Madrid	38.65	-0.11667		Callosa d'En Sarria,Callosa d'En Sarrià,Callosa de Ensarria,Callosa de Ensarriá	03048	60	A	03048	
2520505	Calles	calles	ES	46175	384	Europe/Madrid	39.72118	-0.97057		Calles	46079	60	V	46079	
2520512	Calicasas	calicasas	ES	18290	553	Europe/Madrid	37.2713	-3.61345		Calicasas	18037	51	GR	18037	
2520526	Caleruela	caleruela	ES	23312	296	Europe/Madrid	39.87483	-5.25693		Caleruela	45029	54	TO	45029	
2521131	Benamaurel	benamaurel	ES	18817	2293	Europe/Madrid	37.60826	-2.7025		Benamaurel	18029	51	GR	18029	
2520543	Calderón	calderon	ES	46390	0	Europe/Madrid	39.53333	-1.18333		Calderon,Calderón		60	V	46213	
2520544	Calderón	calderon	ES	46390	0	Europe/Madrid	38.64143	-6.98488		Calderon,Calderón,Cortijo Calderon,Cortijo Calderón		57	BA	06143	
2520558	Calasparra	calasparra	ES	30420	10759	Europe/Madrid	38.22997	-1.69986		Calasparra,Kalasparra,ka la si pa la,kalasbara,Каласпарра,كالاسبارا,卡拉斯帕拉	30013	31	MU	30013	
2520563	Calar de la Santa	calar-de-la-santa	ES	30441	0	Europe/Madrid	38.17935	-2.1707		Calar de la Santa,Caserio Calar de la Santa,Caserío Calar de la Santa		31	MU	30028	
2520566	Calañas	calanas	ES	21300	4506	Europe/Madrid	37.65568	-6.8805		Calanas,Calañas	21017	51	H	21017	
2520568	Calamonte	calamonte	ES	06810	6117	Europe/Madrid	38.88861	-6.38791		Calamonte	06025	57	BA	06025	
2520570	Cala Millor	cala-millor	ES	07560	0	Europe/Madrid	39.60496	3.38671		Cala Millor		07	PM	07062	
2520573	Calahonda	calahonda	ES	18730	0	Europe/Madrid	36.70243	-3.41437		Calahonda		51	GR	18140	
2520580	Calabazares	calabazares	ES	21342	0	Europe/Madrid	37.86104	-6.75329		Calabazares		51	H	21004	
2520583	Calabardina	calabardina	ES	30889	0	Europe/Madrid	37.4331	-1.50098		Calabardina,Caserio Calabardina,Caserío Calabardina		31	MU	30003	
2520590	Cala	cala	ES	21270	0	Europe/Madrid	37.96667	-6.31667		Cala,Minas de Cala	21016	51	H	21016	
2520592	Cájar	cajar	ES	18199	4002	Europe/Madrid	37.13381	-3.57274		Cajar,Cájar	18036	51	GR	18036	
2520593	Caimari	caimari	ES	07314	0	Europe/Madrid	39.77133	2.90343		Caimari		07	PM	07058	
2520600	Cadiz	cadiz	ES	11001	126766	Europe/Madrid	36.52672	-6.2891		CDZ,Cadice,Cadis,Cadix,Cadiz,Cai,Càdice,Cádice,Cádis,Cádiz,Gadeira,Gades,Gadir,Gaðes,Iungadir,Kadis,Kadisas,Kadiz,Kadizo,Kadyks,Kantith,La tacita de plata,jia de si,kadi s,kadiseu,kadisu,kads,kadydh,kadys,qads,qdys,Κάντιθ,Кадиз,Кадис,Кадіс,קדיס,قادس,كاديذ,کادس,کادیس,กาดิซ,კადისი,ካዲዝ,カディス,加的斯,카디스	CA	51	CA	11012	
2520601	Cádiar	cadiar	ES	18440	1511	Europe/Madrid	36.94591	-3.1802			18035	51	GR	18035	
2520604	Cachorrilla	cachorrilla	ES	10881	87	Europe/Madrid	39.91557	-6.66909		Cachorrilla	10038	57	CC	10038	
2520611	Cáceres	caceres	ES	10001	93131	Europe/Madrid	39.47649	-6.37224		Caceres,Caceres i Spania,Cacris,Caçris,Càceres,Cáceres,Cáceres i Spania,Kaserehs,Kaseres,Kaseresa,Kaseresas,Katheres,Norba Caesarina,QUQ,ka sai lei si,ka se res,ka sha li si,kakeresa,kakyrys,kaseleseu,kaseresu,kasrs,kasyrys,katheresa,kathyrs,kathyrys,qshrsh,qsrs,qsrsh,Κάθερες,Касерес,Касерэс,קסרס,قشرش,قصرش,كاثيرس,كاثيريس,کاسرس,کاسیریس,کاکیریس,काकेरेस,ਕਾਥੇਰੇਸ,กาเซเรส,კასერესი,カセレス,卡塞雷斯,卡沙利斯,카세레스	CC	57	CC	10037	
2520620	Cabrillas	cabrillas	ES	29700	0	Europe/Madrid	36.77802	-4.15232		Cabrillas,Caserio Cabrillas,Caserío Cabrillas		51	MA	29094	
2520644	Cabra	cabra	ES	14940	0	Europe/Madrid	38.18093	-6.71042		Cabra,Caserio Cabra,Caserío Cabra		57	BA	06067	
2520645	Cabra	cabra	ES	14940	21352	Europe/Madrid	37.47249	-4.44206		Cabra,Kabra,Кабра	14013	51	CO	14013	
2520646	Cabo Verde	cabo-verde	ES	35422	0	Atlantic/Canary	28.13755	-15.58454				53	GC	35013	
2520648	Cabo de Palos	cabo-de-palos	ES	30370	0	Europe/Madrid	37.63298	-0.6924		Cabo de Palos,Caserio Cabo de Palos,Caserío Cabo de Palos		31	MU	30016	
2520649	Cabo Blanco	cabo-blanco	ES	38627	0	Atlantic/Canary	28.06844	-16.67265		Cabo Blanco		53	TF	38006	
2520651	Cabezo de Torres	cabezo-de-torres	ES	30110	0	Europe/Madrid	38.02531	-1.12421		Cabezo de Torres		31	MU	30030	
2520657	Cabezas Rubias	cabezas-rubias	ES	21580	873	Europe/Madrid	37.7266	-7.08738			21015	51	H	21015	
2520659	Cabezarrubias del Puerto	cabezarrubias-del-puerto	ES	13591	599	Europe/Madrid	38.61508	-4.18452		Cabezarrubias,Cabezarrubias del Puerto		54	CR	13048	
2520661	Cabezarados	cabezarados	ES	13192	372	Europe/Madrid	38.84469	-4.2983		Cabezarados	13025	54	CR	13025	
2520663	Cabezamesada	cabezamesada	ES	45890	500	Europe/Madrid	39.8163	-3.10236		Cabezamesada	45027	54	TO	45027	
2520666	Cabeza la Vaca	cabeza-la-vaca	ES	06293	1553	Europe/Madrid	38.08333	-6.41667		Cabeza la Vaca	06024	57	BA	06024	
2520672	Cabeza del Buey	cabeza-del-buey	ES	06600	5590	Europe/Madrid	38.72227	-5.21946		Cabeza de Buey,Cabeza del Buey,Cabezabuei,Kabesa-del'-Buehj,Kabesa-del'-Buej,Kabeza del Bej,ka wei sa de er wu ai,kabyza dyl by,Кабеза дел Беј,Кабеса-дель-Буей,Кабеса-дель-Буэй,كابيزا ديل بي,卡韦萨德尔武埃	06023	57	BA	06023	
2520673	Cabañas de Yepes	cabanas-de-yepes	ES	45312	277	Europe/Madrid	39.89051	-3.53502			45026	54	TO	45026	
2520674	Cabañas del Castillo	cabanas-del-castillo	ES	10373	518	Europe/Madrid	39.54804	-5.51203		Cabanas,Cabanas del Castillo,Cabañas,Cabañas del Castillo	10033	57	CC	10033	
2520696	Buzanada	buzanada	ES	38627	0	Atlantic/Canary	28.06854	-16.65514		Buzanada		53	TF	38006	
2520697	Busquístar	busquistar	ES	18416	339	Europe/Madrid	36.93796	-3.29444			18033	51	GR	18033	
2520698	Busot	busot	ES	03111	2272	Europe/Madrid	38.48206	-0.41918		Busot,Buzot,bu suo te,bwswt,Бузот,Бусот,Բուսոտ,بوسوت,布索特	03046	60	A	03046	
2520699	Burunchel	burunchel	ES	23479	0	Europe/Madrid	37.9464	-2.9537		Burunchel,Caserio Burunchel,Caserío Burunchel		51	J	23047	
2520702	Burrueco	burrueco	ES	02127	0	Europe/Madrid	38.6681	-2.16592		Burrueco		54	AB	02059	
2520709	Burriana	burriana	ES	12530	34565	Europe/Madrid	39.88901	-0.08499		Borriana,Burriana,bu li ya na,bwrayna,Борріана,Бурриана,بوراينا,布里亚纳	12032	60	CS	12032	
2520713	Burguillos de Toledo	burguillos-de-toledo	ES	45112	1708	Europe/Madrid	39.79635	-3.99254		Burguillos,Burguillos de Toledo	45023	54	TO	45023	
2520714	Burguillos del Cerro	burguillos-del-cerro	ES	06370	3170	Europe/Madrid	38.38008	-6.59037		Burguillos,Burguillos del Cerro	06022	57	BA	06022	
2520715	Burguillos	burguillos	ES	41220	4116	Europe/Madrid	37.5844	-5.96654		Burguillos	41019	51	SE	41019	
2520720	Burete	burete	ES	30439	0	Europe/Madrid	38.04955	-1.77734		Burete,Caserio Burete,Caserío Burete		31	MU	30017	
2520724	Bunyola	bunyola	ES	07110	5475	Europe/Madrid	39.69634	2.69955		Bunyola	07010	07	PM	07010	
2520726	Buñol	bunol	ES	46360	10062	Europe/Madrid	39.41667	-0.78333		Bun'jol',Bun'ol',Bunol,Bunyol,Buñol,bu ni ao er,bunyol,bunyoru,Буньйоль,Буньоль,ブニョール,布尼奥尔,부뇰		60	V	46012	
2520727	Bullas	bullas	ES	30180	12493	Europe/Madrid	38.04667	-1.67227		Abula,Aebura,Bullas,Bulles	30012	31	MU	30012	
2520735	Bujalance	bujalance	ES	14650	7848	Europe/Madrid	37.89556	-4.38074		Bujalance,Bukhalanse,bu ha lan sai,bwkhalanky  qrtbt,Бухалансе,بوخالانكي، قرطبة,布哈兰塞	14012	51	CO	14012	
2520740	Buitrago	buitrago	ES	42162	0	Europe/Madrid	37.4821	-5.84028		Buitrago,Caserio Buitrago,Caserío Buitrago		51	SE	41081	
2520745	Búger	buger	ES	07311	1016	Europe/Madrid	39.75809	2.98349		Buger,Buzher,Búger,bu he er,bwghyr,bwkhr,Бужер,بوخر,بوغير,布赫尔	07009	07	PM	07009	
2520748	Bugarra	bugarra	ES	46165	860	Europe/Madrid	39.61667	-0.76667		Bugarra	46076	60	V	46076	
2520751	Bufali	bufali	ES	46891	199	Europe/Madrid	38.86775	-0.51617		Bufali,Bufalí,Bufatl,bu fa li,bwfaly,Буфали,Буфалі,بوفالی,布法利	46075	60	V	46075	
2520760	Buenavista del Norte	buenavista-del-norte	ES	38480	5231	Atlantic/Canary	28.37458	-16.86098		Buehnavista-del'-Norte,Buenavista,Buenavista del Norte,Buenavista-del'-Norte,bu ai na wei si ta de er nuo er te,bwynafysta dyl nwrty,Буенавіста-дель-Норте,Буэнависта-дель-Норте,بوينافيستا ديل نورتي,布埃纳维斯塔德尔诺尔特	38010	53	TF	38010	
2520761	Buenavista de Arriba	buenavista-de-arriba	ES	38713	0	Atlantic/Canary	28.67501	-17.78811		Buenavista de Arriba		53	TF	38008	
2520762	Buenavista de Abajo	buenavista-de-abajo	ES	38713	0	Atlantic/Canary	28.66853	-17.78045		Buenavista de Abajo		53	TF	38008	
2520766	Buenavista	buenavista	ES	35468	0	Europe/Madrid	38.51667	-6.78333		Barrio Buenavista,Buenavista		57	BA	06116	
2520767	Buenavista	buenavista	ES	35468	0	Europe/Madrid	39.8774	-4.03784		Buenavista,Palacio Buenavista		54	TO	45168	
2520768	Buenavista	buenavista	ES	35468	0	Europe/Madrid	38.23333	-6.93333		Buenavista,Caserio Buenavista,Caserío Buenavista,Cortijo de Buenavista		57	BA	06093	
2520769	Buenavista	buenavista	ES	35468	0	Europe/Madrid	37.34273	-3.81311		Caserio Buena Vista,Caserío Buena Vista		51	GR	18132	
2520770	Buenavista	buenavista	ES	35468	0	Europe/Madrid	37.23935	-3.73372		Casas de Buenavista,Caserio Buenavista,Caserío Buenavista		51	GR	18158	
2520771	Buenavista	buenavista	ES	35468	0	Europe/Madrid	36.78333	-3.1		Buenavista,Caserio Buenavista,Caserío Buenavista		51	AL	04003	
2520774	Buenasbodas	buenasbodas	ES	45673	0	Europe/Madrid	39.64279	-4.94885		Buenasbodas		54	TO	45162	
2520775	Buenache de Alarcón	buenache-de-alarcon	ES	16114	632	Europe/Madrid	39.65	-2.16667		Buenache,Buenache de Alarcon,Buenache de Alarcón,Buenoche de Alarcon,Buenoche de Alarcón	16039	54	CU	16039	
2520781	Bubión	bubion	ES	18412	0	Europe/Madrid	36.949	-3.35615			18032	51	GR	18032	
2520782	Bruñel Bajo	brunel-bajo	ES	23488	0	Europe/Madrid	37.88385	-3.08284		Brunel Bajo,Bruñel Bajo,Casa Brunel Bajo,Casa Bruñel Bajo		51	J	23073	
2520783	Bruñel Alto	brunel-alto	ES	23488	0	Europe/Madrid	37.87668	-3.03863		Brunel Alto,Bruñel Alto,Casa Brunel Alto,Casa Bruñel Alto		51	J	23073	
2520790	Brozas	brozas	ES	10950	2100	Europe/Madrid	39.61278	-6.7777		Brosas,Brozas,brwzas,bu luo sa si,Бросас,بروزاس,布罗萨斯		57	CC	10008	
2520798	Brenes	brenes	ES	41310	12460	Europe/Madrid	37.54944	-5.87139		Brenes,bu lei nei si,Бренес,布雷内斯	41018	51	SE	41018	
2520800	Breña Alta	brena-alta	ES	38710	7092	Atlantic/Canary	28.65	-17.78333		Brena Alta,Breña Alta	38008	53	TF	38008	
2520802	Breña	brena	ES	04271	0	Atlantic/Canary	28.63358	-17.7869				53	TF	38009	
2520805	Brazatortas	brazatortas	ES	13450	1115	Europe/Madrid	38.65869	-4.29368		Brazatortas	13024	54	CR	13024	
2520813	Brácana	bracana	ES	14813	0	Europe/Madrid	37.41216	-4.04572		Bracana,Brácana,Caserio Bracana,Caserío Brácana		51	CO	14004	
2520814	Brácana	bracana	ES	14813	0	Europe/Madrid	37.22739	-3.94504				51	GR	18102	
2520818	Bótoa	botoa	ES	06193	0	Europe/Madrid	39.05	-6.9		Botoa,Bótoa,Caserio Botoa,Caserío Bótoa,Cortijo de Botoa,Cortijo de Bótoa		57	BA	06015	
2520819	Botija	botija	ES	10188	150	Europe/Madrid	39.34498	-6.07318		Botija	10031	57	CC	10031	
2520821	Botazo	botazo	ES	38713	0	Atlantic/Canary	28.66665	-17.79551		Botazo		53	TF	38008	
2520832	Bornos	bornos	ES	11640	8105	Europe/Madrid	36.81677	-5.74448		Bornos		51	CA	11020	
2520833	Bormujos	bormujos	ES	41930	18590	Europe/Madrid	37.37358	-6.07233		Bormujos	41017	51	SE	41017	
2520834	Bormate	bormate	ES	02249	0	Europe/Madrid	39.18333	-1.58333		Bormate		54	AB	02041	
2520844	Bonrepòs i Mirambell	bonrepos-i-mirambell	ES	46131	0	Europe/Madrid	39.51667	-0.36667		Bonrepos,Bonrepós	46074	60	V	46074	
2520845	Boniches	boniches	ES	16311	167	Europe/Madrid	39.98333	-1.61667		Boniches	16036	54	CU	16036	
2520849	Bonete	bonete	ES	02691	1252	Europe/Madrid	38.87136	-1.34851		Bonete	02018	54	AB	02018	
2520850	Bonares	bonares	ES	21830	5257	Europe/Madrid	37.32423	-6.68073		Bonares	21014	51	H	21014	
2520855	Bonanza	bonanza	ES	11540	0	Europe/Madrid	36.79839	-6.3358		Bonanza,Caserio Bonanza,Caserío Bonanza		51	CA	11032	
2520864	Bolulla	bolulla	ES	03518	355	Europe/Madrid	38.67529	-0.11184		Bolulla	03045	60	A	03045	
2520868	Bolnuevo	bolnuevo	ES	30877	0	Europe/Madrid	37.56349	-1.31536	1	Bolnuevo,Caserio Bolnuevo,Caserío Bolnuevo		31	MU	30026	
2520869	Bollullos par del Condado	bollullos-par-del-condado	ES	21710	13891	Europe/Madrid	37.34127	-6.5397		Bollullos,Bollullos par del Condado		51	H	21013	
2520870	Bollullos de la Mitación	bollullos-de-la-mitacion	ES	41110	6499	Europe/Madrid	37.34014	-6.13719		Bollullos de la Mitacion,Bollullos de la Mitación		51	SE		
2520874	Bolbaite	bolbaite	ES	46822	1458	Europe/Madrid	39.06041	-0.67466		Bol'bajte,Bolbait,Bolbaite,blbayth,bo er wa yi te,Больбайте,بلبایته,博尔瓦伊特		60	V	46107	
2520875	Bolaños de Calatrava	bolanos-de-calatrava	ES	13260	12490	Europe/Madrid	38.9069	-3.66345		Bolan'jos-de-Kalatrava,Bolan'os-de-Kalatrava,Bolanos,Bolanos de Calatrava,Bolaños,Bolaños de Calatrava,bo la ni ao si de ka la te la wa,bwlanyws dy kalatrafa,Боланьйос-де-Калатрава,Боланьос-де-Калатрава,بولانيوس دي كالاترافا,博拉尼奥斯德卡拉特拉瓦	13023	54	CR	13023	
2520878	Bohonal de Ibor	bohonal-de-ibor	ES	10320	546	Europe/Madrid	39.78457	-5.485		Bohonal de Ibor	10030	57	CC	10030	
2520880	Bohonal	bohonal	ES	13110	0	Europe/Madrid	39.32493	-4.77731		Bohonal		57	BA	06062	
2520882	Bogarre	bogarre	ES	18562	0	Europe/Madrid	37.41023	-3.37381		Bogarre		51	GR	18159	
2520885	Bogarra	bogarra	ES	02130	1140	Europe/Madrid	38.58139	-2.2129		Bogarra		54	AB	02008	
2520887	Bodonal de la Sierra	bodonal-de-la-sierra	ES	06394	1170	Europe/Madrid	38.14751	-6.5595		Bodonal de la Sierra		57	BA	06124	
2520898	Bocairent	bocairent	ES	46880	4496	Europe/Madrid	38.76667	-0.61667		Bocairent,Bocairente	46072	60	V	46072	
2520904	Bobadilla	bobadilla	ES	26321	0	Europe/Madrid	37.19205	-3.6436		Barriada Bobadilla		51	GR	18087	
2520905	Bobadilla	bobadilla	ES	26321	0	Europe/Madrid	37.04192	-4.69588		Bobadilla,Bobadilla Pueblo		51	MA	29015	
2520940	Blanca	blanca	ES	30540	6054	Europe/Madrid	38.1791	-1.37473		Blanca	30011	31	MU	30011	
2520943	Binissalem	binissalem	ES	07350	8143	Europe/Madrid	39.68744	2.84396		Binissalem,bnw salm,bnw slam,bny salm,bynysalym,بنو سالم,بنو سلام,بني سالم,بينيساليم	07008	07	PM	07008	
2520949	Biniaraix	biniaraix	ES	07101	0	Europe/Madrid	39.77106	2.73474		Biniaraix		07	PM	07061	
2520952	Biniali	biniali	ES	07143	0	Europe/Madrid	39.83333	4.25				07	PM	07052	
2520953	Biniali	biniali	ES	07143	0	Europe/Madrid	39.64102	2.85949		Biniali		07	PM	07047	
2520955	Bigastro	bigastro	ES	03380	5770	Europe/Madrid	38.06237	-0.89841		Bigastre,Bigastro	03044	60	A	03044	
2520957	Bienvenida	bienvenida	ES	06250	2368	Europe/Madrid	38.3	-6.2		B'envenida,Benvenida,Bienvenida,Bjenvenida,baynfynayda,bi en wei ni da,bynbnyda,Бьенвенида,Бєнвеніда,Бјенвенида,Բիենվենիդա,باينفينايدا,بینبنیدا,比恩韦尼达	06020	57	BA	06020	
2520959	Bienservida	bienservida	ES	02360	797	Europe/Madrid	38.51716	-2.61087		Bienservida	02016	54	AB	02016	
2520962	Bicorp	bicorp	ES	46825	645	Europe/Madrid	39.13215	-0.7872		Bicorb,Bicorp	46071	60	V	46071	
2520964	Biar	biar	ES	03410	3592	Europe/Madrid	38.63117	-0.76458		B'jar,Biar,bi ya er,byar,Бьяр,Біар,بيار,بیار,比亚尔	03043	60	A	03043	
2520965	Béznar	beznar	ES	18656	0	Europe/Madrid	36.92739	-3.54155				51	GR	18119	
2520968	Bétera	betera	ES	46117	20740	Europe/Madrid	39.59111	-0.46151		Betera,Bétera	46070	60	V	46070	
2520971	Betancuría	betancuria	ES	35637	775	Atlantic/Canary	28.42328	-14.05564		Betancuria,Betancuría,Santa Maria de Betancuria,Santa María de Betancuria		53	GC	35007	
2520974	Berzocana	berzocana	ES	10129	504	Europe/Madrid	39.43673	-5.46121		Bersokana,Berzocana,bei er suo ka na,byrzwkana,Берсокана,بيرزوكانا,贝尔索卡纳		57	CC	10044	
2520977	Berrocalejo	berrocalejo	ES	10392	118	Europe/Madrid	39.81948	-5.34951		Berro del Calejo,Berrocalejo	10028	57	CC	10028	
2520979	Berrocal	berrocal	ES	21647	369	Europe/Madrid	37.60863	-6.54147		Berrocal	21012	51	H	21012	
2520981	Berro	berro	ES	02127	0	Europe/Madrid	38.71932	-2.17501		Berro		54	AB	02022	
2520983	Bernúy	bernuy	ES	45693	0	Europe/Madrid	39.922	-4.59765		Bernuy,Bernúy		54	TO	45089	
2520993	Bermúdez	bermudez	ES	38729	0	Atlantic/Canary	28.79512	-17.77579				53	TF	38033	
2521015	Berlanga	berlanga	ES	06930	2627	Europe/Madrid	38.28333	-5.81667		Berlanga	06019	57	BA	06019	
2521016	Berja	berja	ES	04760	15035	Europe/Madrid	36.84693	-2.94966		Berdza,Berha,Berkha,Vergis,bei er ha,brjt,brkha,Берха,Берџа,برجة,برخا,贝尔哈	04029	51	AL	04029	
2521019	Berfull	berfull	ES	46666	0	Europe/Madrid	39.05533	-0.4652		Berfull		60	V	46209	
2521022	Berdica	berdica	ES	03720	0	Europe/Madrid	38.71667	0.06667		Berdica,Casas Berdica		60	A	03041	
2521025	Bérchules	berchules	ES	18451	803	Europe/Madrid	36.97678	-3.19067			18030	51	GR	18030	
2521030	Benzal	benzal	ES	04647	0	Europe/Madrid	37.41743	-1.77488		Benzal,Casa Benzal		51	AL	04075	
2521031	Bentarique	bentarique	ES	04569	275	Europe/Madrid	36.98823	-2.61991		Bentarique	04028	51	AL	04028	
2521032	Benquerencia de la Serena	benquerencia-de-la-serena	ES	06429	964	Europe/Madrid	38.70007	-5.49512		Benquerencia de la Serena		57	BA	06087	
2521034	Benquerencia	benquerencia	ES	10185	100	Europe/Madrid	39.30994	-6.08465		Benquerencia,Bona Querencia	10027	57	CC	10027	
2521036	Benizalón	benizalon	ES	04276	300	Europe/Madrid	37.21213	-2.2418		Benizalon,Benizalón	04027	51	AL	04027	
2521037	Benitorafe	benitorafe	ES	04275	0	Europe/Madrid	37.23942	-2.29063		Benitorafe		51	AL	04090	
2521042	Benitandús	benitandus	ES	12222	0	Europe/Madrid	39.95	-0.33333		Benitandus,Benitandús		60	CS	12108	
2521043	Benitagla	benitagla	ES	04276	64	Europe/Madrid	37.23138	-2.23935		Benitagla	04026	51	AL	04026	
2521045	Benisuera	benisuera	ES	46839	194	Europe/Madrid	38.9132	-0.47784		Benissuera,Benisuera	46069	60	V	46069	
2521049	Benisanó	benisano	ES	46181	1974	Europe/Madrid	39.61667	-0.56667		Benisano,Benisanó,Benissano,Benissanó	46067	60	V	46067	
2521050	Benissa	benissa	ES	03720	13221	Europe/Madrid	38.71492	0.04849		Benissa	03041	60	A	03041	
2521055	Beniparrell	beniparrell	ES	46469	1780	Europe/Madrid	39.38333	-0.41667		Beniparrell	46065	60	V	46065	
2521058	Benínar	beninar	ES	04769	0	Europe/Madrid	36.88368	-3.02648		Beninar,Benínar		51	AL	04029	
2521059	Benimuslem	benimuslem	ES	46611	583	Europe/Madrid	39.13162	-0.49288		Benimuslem	46064	60	V	46064	
2521060	Benimodo	benimodo	ES	46291	2019	Europe/Madrid	39.21403	-0.52679		Benimodo		60	V	46139	
2521061	Benimeli	benimeli	ES	03769	0	Europe/Madrid	38.82362	-0.04221		Benimeli,bei ni mei li,bnymly,bynaymylay,Бенимели,Бенімелі,بنیملی,بينايميلاي,贝尼梅利	03040	60	A	03040	
2521062	Benimaurell	benimaurell	ES	03791	0	Europe/Madrid	38.77306	-0.12677				60	A	03137	
2521063	Benimassot	benimassot	ES	03812	134	Europe/Madrid	38.75	-0.28333		Benimasot,Benimassot	03039	60	A	03039	
2521064	Benimarfull	benimarfull	ES	03827	467	Europe/Madrid	38.7759	-0.39079		Benimarfull	03038	60	A	03038	
2521065	Benimantell	benimantell	ES	03516	454	Europe/Madrid	38.67709	-0.21057		Benimantell	03037	60	A	03037	
2521066	Benimamet	benimamet	ES	46035	0	Europe/Madrid	39.5	-0.41667		Benimamet		60	V	46250	
2521068	Benimagrell	benimagrell	ES	03550	0	Europe/Madrid	38.39347	-0.4325		Caserio Benimagrell,Caserío Benimagrell		60	A	03050	
2521070	Benillup	benillup	ES	03827	93	Europe/Madrid	38.75397	-0.37991		Benillup	03036	60	A	03036	
2521071	Benilloba	benilloba	ES	03810	881	Europe/Madrid	38.70012	-0.38998		Benil'joba,Benil'oba,Benilloba,bei ni e wa,bnyywba,bynaylwba,Бенильоба,Бенільйоба,بنییوبا,بينايلوبا,贝尼略瓦	03035	60	A	03035	
2521072	Benijofar	benijofar	ES	03178	3467	Europe/Madrid	38.07785	-0.7368		Benijofar,Benijófar	03034	60	A	03034	
2521075	Benigànim	beniganim	ES	46830	5720	Europe/Madrid	38.95	-0.43333		Beniganim,Benigànim,Benigánim		60	V	46062	
2521076	Beniflá	benifla	ES	46722	238	Europe/Madrid	38.92813	-0.17816		Benifla,Beniflà,Beniflá	46061	60	V	46061	
2521080	Benifaió	benifaio	ES	46450	12204	Europe/Madrid	39.28439	-0.42598		Banifaio,Banifaió,Benifayo,Benifayó	46060	60	V	46060	
2521081	Benifató	benifato	ES	03517	177	Europe/Madrid	38.67395	-0.2292		Benifato,Benifató		60	A	03033	
2521083	Benifallim	benifallim	ES	03816	126	Europe/Madrid	38.66259	-0.39994		Benifallim	03032	60	A	03032	
2521085	Benifairó de les Valls	benifairo-de-les-valls	ES	46511	1907	Europe/Madrid	39.73333	-0.26667		Benifairo de Les Valls,Benifairo de les Valls,Benifairó de Les Valls,Benifairó de les Valls	46058	60	V	46058	
2521086	Beniel	beniel	ES	30130	10933	Europe/Madrid	38.04636	-1.00233		Beniel		31	MU	30010	
2521088	Benidorm	benidorm	ES	03500	71034	Europe/Madrid	38.53816	-0.13098		Benidorm,Benidormo,bei ni duo er mu,benidoleum,benidorumu,bnydwrm,Бенидорм,Бенідорм,Բենիդորմ,بنيدورم,بنیدورم,ベニドルム,贝尼多尔姆,베니도름	03031	60	A	03031	
2521089	Benidoleig	benidoleig	ES	03759	1021	Europe/Madrid	38.79278	-0.02992		Benidoleig	03030	60	A	03030	
2521090	Benicull de Xúquer	benicull-de-xuquer	ES	46689	784	Europe/Madrid	39.18333	-0.38333		Barrio Benicull,Benicull,Benicull de Xuquer,Benicull de Xúquer		60	V	46017	
2521091	Benicolet	benicolet	ES	46838	517	Europe/Madrid	38.91987	-0.34694		Benicolet	46057	60	V	46057	
2521095	Beniatjar	beniatjar	ES	46844	240	Europe/Madrid	38.84754	-0.41736		Beniatjar	46056	60	V	46056	
2521096	Beniarrés	beniarres	ES	03850	1339	Europe/Madrid	38.82019	-0.37741		Ben'jarres,Beniarres,Beniarrés,bei ni ya lei si,bnyars,bynyarys,Бениаррес,Беньяррес,Беніаррес,بنیارس,بينياريس,贝尼亚雷斯	03028	60	A	03028	
2521097	Beniarjó	beniarjo	ES	46722	1432	Europe/Madrid	38.93249	-0.18634		Beniarjo,Beniarjó	46055	60	V	46055	
2521099	Beniardá	beniarda	ES	03517	186	Europe/Madrid	38.68433	-0.21629		Beniarda,Beniardà,Beniardá	03027	60	A	03027	
2521100	Beniarbeig	beniarbeig	ES	03778	1538	Europe/Madrid	38.82232	-0.0021		Beniarbeig	03026	60	A	03026	
2521102	Benialfaquí	benialfaqui	ES	03828	0	Europe/Madrid	38.77259	-0.33791		Benialfaqui,Benialfaquí		60	A	03106	
2521103	Beniaján	beniajan	ES	30570	0	Europe/Madrid	37.9739	-1.07062		Beniajan,Beniaján		31	MU	30030	
2521104	Benferri	benferri	ES	03316	1494	Europe/Madrid	38.14129	-0.96212		Benferri,ben fei li,bnfry,bynfyrray,Бенферри,Бенферрі,بنفری,بينفيرراي,本费里	03025	60	A	03025	
2521105	Benetússer	benetusser	ES	46910	15313	Europe/Madrid	39.42265	-0.39686			46054	60	V	46054	
2521106	Benejúzar	benejuzar	ES	03390	5295	Europe/Madrid	38.07728	-0.83942		Benejusser,Benejuzar,Benejússer,Benejúzar	03024	60	A	03024	
2521108	Beneixama	beneixama	ES	03460	1956	Europe/Madrid	38.7	-0.76667		Beneixama,Benejama	03023	60	A	03023	
2521109	Beneixida	beneixida	ES	46293	609	Europe/Madrid	39.06667	-0.55		Benegida,Beneixida	46053	60	V	46053	
2521110	Benchijigua	benchijigua	ES	38811	0	Atlantic/Canary	28.09193	-17.21834		Benchijigua		53	TF	38036	
2521114	Benavites	benavites	ES	46514	649	Europe/Madrid	39.73333	-0.25		Benavites	46052	60	V	46052	
2521117	Benavente	benavente	ES	06519	0	Europe/Madrid	39.9	-6.81667		Benavente,Casas Benavente		57	CC	10218	
2521118	Benatae	benatae	ES	23390	0	Europe/Madrid	38.35323	-2.65121		Benatae	23016	51	J	23016	
2521119	Benatae	benatae	ES	23390	591	Europe/Madrid	38.18897	-3.13505		Benatae,Caserio Benalae,Caserío Benalae		51	J	23025	
2521120	Benasau	benasau	ES	03814	241	Europe/Madrid	38.69047	-0.34278		Benasau	03022	60	A	03022	
2521121	Benarrabá	benarraba	ES	29490	550	Europe/Madrid	36.5512	-5.27608		Benarraba,Benarrabá,bny rbah,bynaraba,بني رباح,بينارابا	29029	51	MA	29029	
2521123	Benaoján	benaojan	ES	29370	1661	Europe/Madrid	36.71929	-5.2522		Benaojan,Benaoján	29028	51	MA	29028	
2521124	Benaocaz	benaocaz	ES	11612	728	Europe/Madrid	36.70069	-5.42222		Benaocaz	11009	51	CA	11009	
2521128	Benamocarra	benamocarra	ES	29719	2904	Europe/Madrid	36.79075	-4.16146		Benamocarra	29027	51	MA	29027	
2521129	Benamer	benamer	ES	03839	0	Europe/Madrid	38.78421	-0.41547		Benamer		60	A	03092	
2521130	Benamejí	benameji	ES	14910	4922	Europe/Madrid	37.26833	-4.54123		Benameji,Benamejí	14010	51	CO	14010	
2521132	Benamargosa	benamargosa	ES	29718	1547	Europe/Madrid	36.83499	-4.19362		Benam,Benamargosa	29026	51	MA	29026	
2521133	Benamahoma	benamahoma	ES	11679	0	Europe/Madrid	36.76505	-5.46656		Benamahoma		51	CA	11019	
2521136	Benalúa de las Villas	benalua-de-las-villas	ES	18566	1386	Europe/Madrid	37.42742	-3.68346		Benalua de las Villas,Benalúa de las Villas	18028	51	GR	18028	
2521142	Benalauría	benalauria	ES	29491	469	Europe/Madrid	36.59445	-5.26099		Benalauria,Benalauría	29024	51	MA	29024	
2521146	Benahavís	benahavis	ES	29679	2275	Europe/Madrid	36.52361	-5.04631		Benahavis,Benahavís	29023	51	MA	29023	
2521147	Benahadux	benahadux	ES	04410	3132	Europe/Madrid	36.92493	-2.45941		Benahadur,Benahadux	04024	51	AL	04024	
2521148	Benaguasil	benaguasil	ES	46180	11011	Europe/Madrid	39.6	-0.58333		Benaguacil,Benaguasil	46051	60	V	46051	
2521149	Benagéber	benageber	ES	46173	177	Europe/Madrid	39.71667	-1.1		Benagebe,Benageber,Benagever,Benagébe,Benagéber,Benagéver,Benaixep,Benaixeve,Benakheber,bei na he wei er,bnakhbr,Бенахебер,بناخبر,贝纳赫韦尔	46050	60	V	46050	
2521151	Benagalbón	benagalbon	ES	29738	0	Europe/Madrid	36.73778	-4.24536				51	MA	29082	
2521152	Benafer	benafer	ES	12449	145	Europe/Madrid	39.93333	-0.56667		Benafer		60	CS	12071	
2521153	Benadalid	benadalid	ES	29493	0	Europe/Madrid	37.6	-5.26667		Benadalid		51	CO	14049	
2521154	Benacazón	benacazon	ES	41805	5698	Europe/Madrid	37.35289	-6.19663		Benacazon,Benacazón	41015	51	SE	41015	
2521156	Benablón	benablon	ES	30410	0	Europe/Madrid	38.06039	-1.93417		Benablon,Benablón,Caserio Benablon,Caserío Benablón		31	MU	30015	
2521158	Belvis de Monroy	belvis-de-monroy	ES	10394	593	Europe/Madrid	39.81913	-5.60915		Belvis de Monroy		57	CC	10026	
2521159	Belvis de la Jara	belvis-de-la-jara	ES	45660	1774	Europe/Madrid	39.75768	-4.94932		Belvis de la Jara		54	TO	45020	
2521161	Belvis	belvis	ES	13379	0	Europe/Madrid	38.62704	-3.86609		Belvis		54	CR	13094	
2521163	Belmontejo	belmontejo	ES	16779	201	Europe/Madrid	39.82212	-2.34467		Belmontejo	16034	54	CU	16034	
2521165	Belmonte	belmonte	ES	16640	2360	Europe/Madrid	39.55746	-2.70461			16033	54	CU	16033	
2521166	Bélmez de la Moraleda	belmez-de-la-moraleda	ES	23568	1859	Europe/Madrid	37.72382	-3.38207			23015	51	J	23015	
2521167	Bélmez	belmez	ES	14240	3467	Europe/Madrid	38.26667	-5.2		Belmez,Bélmez		51	CO	14009	
2521168	Bélmez	belmez	ES	14240	0	Europe/Madrid	37.74669	-3.38483		Belmez,Bélmez,Cortijada Belmez,Cortijada Bélmez		51	J	23015	
2521170	Bellús	bellus	ES	46839	383	Europe/Madrid	38.9458	-0.48697		Bellus,Bellús	46049	60	V	46049	
2521173	Bellotar	bellotar	ES	02460	0	Europe/Madrid	38.46667	-2.53333		Bellotar		54	AB	02084	
2521174	Belicena	belicena	ES	18101	0	Europe/Madrid	37.17229	-3.69089				51	GR	18911	
2521175	Bèlgida	belgida	ES	46868	719	Europe/Madrid	38.85	-0.46667		Belgida,Bèlgida,Bélgida	46047	60	V	46047	
2521179	Belén	belen	ES	10292	0	Europe/Madrid	39.48141	-5.84435		Belen,Belén		57	CC	10195	
2521183	Belalcázar	belalcazar	ES	14280	3562	Europe/Madrid	38.57566	-5.16653		Balalcazar,Belal'kasar,Belalcazar,Belalcázar,bei la er ka sa er,blal qsr,blalkzar,Белалькасар,بلال قصر,بلالكزار,贝拉尔卡萨尔	14008	51	CO	14008	
2521185	El Bejarin	el-bejarin	ES	18515	0	Europe/Madrid	37.33891	-3.18005		Berajin,Berajín		51	GR	18167	
2521190	Beires	beires	ES	04458	120	Europe/Madrid	37.01237	-2.79134		Beires	04023	51	AL	04023	
2521192	Begíjar	begijar	ES	23520	3098	Europe/Madrid	37.98492	-3.53094		Begijar,Begíjar	23014	51	J	23014	
2521193	Beg	beg	ES	02536	0	Europe/Madrid	38.24918	-2.30112		Beg		54	AB	02055	
2521195	Bedmar	bedmar	ES	23537	0	Europe/Madrid	37.82185	-3.41142		Bedmar		51	J	23902	
2521197	Bédar	bedar	ES	04288	786	Europe/Madrid	37.19389	-1.98166		Bedar,Bédar	04022	51	AL	04022	
2521198	Betxí	betxi	ES	12549	5902	Europe/Madrid	39.93333	-0.2		Bechi,Betxi	12021	60	CS	12021	
2521207	Beas de Segura	beas-de-segura	ES	23280	5251	Europe/Madrid	38.2524	-2.88875		Beas de Segura,Beas-de-Segura,bei ya si de sai gu la,byas d sgwra,byas dy syghwra,Беас-де-Сегура,بئاس د سگورا,بياس دي سيغورا,贝亚斯德塞古拉	23012	51	J	23012	
2521208	Beas de Guadix	beas-de-guadix	ES	18516	377	Europe/Madrid	37.27861	-3.20579		Beas de Guadix	18025	51	GR	18025	
2521209	Beas de Granada	beas-de-granada	ES	18184	1074	Europe/Madrid	37.21803	-3.48095			18024	51	GR	18024	
2521212	Beas	beas	ES	21630	4207	Europe/Madrid	37.4257	-6.79318		Beas,bei ya si,byas,Беас,Բեաս,بياس,贝亚斯	21011	51	H	21011	
2521215	Baza	baza	ES	18800	23359	Europe/Madrid	37.49073	-2.77259		Baza,База	18023	51	GR	18023	
2521219	Bayarque	bayarque	ES	04888	257	Europe/Madrid	37.33062	-2.4361		Bayarque	04021	51	AL	04021	
2521221	Bayárcal	bayarcal	ES	04479	296	Europe/Madrid	37.03073	-2.99606		Bayarcal,Bayárcal	04020	51	AL	04020	
2521222	Bayacas	bayacas	ES	18410	0	Europe/Madrid	36.91922	-3.41546				51	GR	18147	
2521224	Baúl	baul	ES	18860	0	Europe/Madrid	37.42799	-2.92905		Baul,Baúl,Cortijada Venta del Baul,Cortijada Venta del Baúl,El Baul,Venta del Baul,Venta del Baúl		51	GR	18023	
2521226	Baterno	baterno	ES	06659	358	Europe/Madrid	38.95578	-4.91039		Baterno	06017	57	BA	06017	
2521230	Batán del Puerto	batan-del-puerto	ES	02137	0	Europe/Madrid	38.57293	-2.32924		Batan del Puerto,Batán del Puerto,Cortijo Batan del Puerto		54	AB	02058	
2521231	Batán de Arriba	batan-de-arriba	ES	38294	0	Atlantic/Canary	28.53795	-16.28369		Batan de Arriba,Batán de Arriba		53	TF	38023	
2521232	Batán de Abajo	batan-de-abajo	ES	38294	0	Atlantic/Canary	28.54474	-16.29796		Batan de Abajo,Batán de Abajo		53	TF	38023	
2521244	Barrio Nuevo	barrio-nuevo	ES	11149	0	Atlantic/Canary	28.46667	-16.26667				53	TF	38038	
2521253	Barrio de la Vega	barrio-de-la-vega	ES	18193	0	Europe/Madrid	37.13678	-3.5591		Barrio de la Vega		51	GR	18134	
2521259	Barrio de Jarana	barrio-de-jarana	ES	11518	0	Europe/Madrid	36.49864	-6.13827		Barrio Jarana,Barrio de Jarana		51	CA	11028	
2521265	Barrio Arroyo	barrio-arroyo	ES	46390	0	Europe/Madrid	39.51667	-1.16667		Barrio Arroyo,Caserio Barrio Arroyo,Caserío Barrio Arroyo		60	V	46213	
2521269	Barrial	barrial	ES	35469	0	Atlantic/Canary	28.65451	-17.86754				53	TF	38027	
2521273	Barrax	barrax	ES	02639	1993	Europe/Madrid	39.04607	-2.20152		Barrax	02015	54	AB	02015	
2521279	Barranda	barranda	ES	30412	0	Europe/Madrid	38.04838	-1.9635		Barranda		31	MU	30015	
2521286	Barranco Hondo	barranco-hondo	ES	30814	0	Atlantic/Canary	28.40342	-16.34987		Barranco Hondo		53	TF	38032	
2521287	Barranco Grande	barranco-grande	ES	38107	0	Atlantic/Canary	28.43449	-16.3063		Barranco Grande		53	TF	38038	
2521290	Barranco de los Lobos	barranco-de-los-lobos	ES	04279	0	Europe/Madrid	37.46596	-1.54173		Barranco de los Lobos,Caserio Barranco de los Lobos,Caserío Barranco de los Lobos		31	MU	30003	
2521292	Barranco de los Asensios	barranco-de-los-asensios	ES	30876	4	Europe/Madrid	37.48333	-1.65		Barranco de los Asensios,Caserio Barranco de los Asensios,Caserío Barranco de los Asensios		31	MU	30003	
2521306	Barqueros	barqueros	ES	30179	0	Europe/Madrid	37.94113	-1.37004		Barqueros,Caserio Barqueros,Caserío Barqueros		31	MU	30030	
2521309	Barlovento	barlovento	ES	38726	2334	Atlantic/Canary	28.82708	-17.80377			38007	53	TF	38007	
2521310	Barinas	barinas	ES	30648	0	Europe/Madrid	38.27006	-1.05773				31	MU	30001	
2521311	Barx	barx	ES	46758	1423	Europe/Madrid	39.01667	-0.3		Barig,Barx,Bárig	46046	60	V	46046	
2521313	Bargis	bargis	ES	18710	0	Europe/Madrid	36.82888	-3.33212		Bargis,Barjis		51	GR	18147	
2521316	Bargas	bargas	ES	45593	7731	Europe/Madrid	39.94113	-4.01979			45019	54	TO	45019	
2521323	Barchín del Hoyo	barchin-del-hoyo	ES	16118	115	Europe/Madrid	39.66667	-2.06667		Barchin del Hoyo,Barchín del Hoyo	16029	54	CU	16029	
2521325	Barxeta	barxeta	ES	46667	1619	Europe/Madrid	39.01667	-0.41667		Barcheta,Barxeta	46045	60	V	46045	
2521329	Barcarrota	barcarrota	ES	06160	3643	Europe/Madrid	38.51473	-6.84923		Barcarrota	06016	57	BA	06016	
2521335	Barbate	barbate	ES	11160	22912	Europe/Madrid	36.19237	-5.92186		Barbate,Barbate de Franco		51	CA	11007	
2521339	Barbarroja	barbarroja	ES	03689	0	Europe/Madrid	38.27619	-0.96285		Caserio Barbarroja,Caserío Barbarroja		60	A	03099	
2521342	Barbalimpia	barbalimpia	ES	16196	0	Europe/Madrid	39.98588	-2.32806		Barbalimpia		54	CU	16263	
2521351	Baños de la Encina	banos-de-la-encina	ES	23711	2749	Europe/Madrid	38.17379	-3.77477		Ban'jos-de-la-Ensina,Ban'os-de-la-Ehnsina,Banios de la Ensita,Banos de Encina,Banos de la Encina,Baños de Encina,Baños de la Encina,ba ni ao si de lai en xi na,banys d la ansyna,banyws dy la anthyna,Баньйос-де-ла-Енсіна,Баньос-де-ла-Энсина,Բանիոս դե լա Էնսիտա,بانيوس دي لا إنثينا,بانیس د لا انسینا,巴尼奥斯德莱恩西纳		51	J	23039	
2521357	Banyeres de Mariola	banyeres-de-mariola	ES	03450	0	Europe/Madrid	38.71667	-0.65		Banyeres,Banyeres de Mariola		60	A	03021	
2521359	Banda de las Rosas	banda-de-las-rosas	ES	38849	0	Atlantic/Canary	28.15375	-17.27116		Banda de las Rosas		53	TF	38050	
2521361	Banyalbufar	banyalbufar	ES	07191	568	Europe/Madrid	39.68734	2.51409		Banyalbufar	07007	07	PM	07007	
2521365	Balsicas	balsicas	ES	30591	0	Europe/Madrid	37.81818	-0.95637		Balsicas		31	MU	30037	
2521368	Balsa de Ves	balsa-de-ves	ES	02214	244	Europe/Madrid	39.26667	-1.2		Balsa de Ves	02013	54	AB	02013	
2521373	Balones	balones	ES	03812	169	Europe/Madrid	38.73726	-0.34324		Balones	03020	60	A	03020	
2521382	Balerma	balerma	ES	04712	0	Europe/Madrid	36.73146	-2.88649		Balerina,Barriada Balerma,Belerma		51	AL	04902	
2521390	Balazote	balazote	ES	02320	2656	Europe/Madrid	38.88444	-2.1518		Balazote	02012	54	AB	02012	
2521405	Bajamar	bajamar	ES	38250	0	Atlantic/Canary	28.55422	-16.34594				53	TF	38023	
2521410	Bailén	bailen	ES	23710	18785	Europe/Madrid	38.09639	-3.77786		Bailen,Bailèn,Bailén,Bajlen,bai lun,baillen,bayln,baylyn,Байлен,بايلين,بایلن,拜伦,바일렌	23010	51	J	23010	
2521413	Baeza	baeza	ES	23440	16253	Europe/Madrid	37.99384	-3.47103		Baeza	23009	51	J	23009	
2521415	Baena	baena	ES	14850	20915	Europe/Madrid	37.6167	-4.32245		Baehna,Baena,bai na,byant,Баена,Баэна,بيانة,拜纳	14007	51	CO	14007	
2521417	Badolatosa	badolatosa	ES	41570	3184	Europe/Madrid	37.30785	-4.67296		Badolatosa	41014	51	SE	41014	
2521420	Badajoz	badajoz	ES	06001	148334	Europe/Madrid	38.87789	-6.97061		Ara Pacis Augustalis,BJZ,Badahozo,Badajos,Badajoz,Badakhos,Badaĥozo,badahosu,badakhws,badakhwz,btlyws,Бадахос,باداخوز,باداخوس,بطليوس,バダホス	06015	57	BA	06015	
2521422	Bácor	bacor	ES	18860	0	Europe/Madrid	37.53004	-2.95247		Bacor,Bácor,Cortijada Bacor,Cortijada Bácor		51	GR	18089	
2521424	Bacarot	bacarot	ES	03114	0	Europe/Madrid	38.31991	-0.55836		Caserio Bacarot,Caserío Bacarot		60	A	03065	
2521426	Bacarés	bacares	ES	04889	303	Europe/Madrid	37.25984	-2.45308		Bacares,Bacarés		51	AL	04019	
2521429	Azután	azutan	ES	45571	324	Europe/Madrid	39.78564	-5.1273		Azutan,Azután	45017	54	TO	45017	
2521433	Azuel	azuel	ES	14447	0	Europe/Madrid	38.3261	-4.32817		Azuel		51	CO	14016	
2521434	Azuébar	azuebar	ES	12490	357	Europe/Madrid	39.83333	-0.36667		Assuevar,Assuévar,Azuebar,Azuébar	12018	60	CS	12018	
2521436	Azuaga	azuaga	ES	06920	8242	Europe/Madrid	38.26667	-5.68333		Asuaga,Azuaga,a su a jia,aswaga,azwagha,Азуага,Асуага,آسواگا,أزواغا,阿苏阿加	06014	57	BA	06014	
2521437	Azores	azores	ES	14815	0	Europe/Madrid	37.48092	-2.57253		Azores,Caserio Azores,Caserío Azores		51	GR	18056	
2521439	Aznalcóllar	aznalcollar	ES	41870	5839	Europe/Madrid	37.51914	-6.26988		Aznacollar,Aznacóllar,Aznalcollar,Aznalcóllar	41013	51	SE	41013	
2521440	Aznalcázar	aznalcazar	ES	41849	3647	Europe/Madrid	37.30422	-6.24963		Aznalcazar,Aznalcázar		51	SE	41015	
2521441	Azaraque	azaraque	ES	30848	0	Europe/Madrid	37.83712	-1.46911		Azaraque,Caserio Azaraque,Caserío Azaraque		31	MU	30008	
2521451	Ayora	ayora	ES	46620	5508	Europe/Madrid	39.05852	-1.05635		Aiora,Ajora,Ayora,ai ao la,ayra,Айора,آیرا,艾奥拉		60	V	46239	
2521452	Ayódar	ayodar	ES	12224	227	Europe/Madrid	40	-0.36667		Aioder,Ayodar,Ayódar	12017	60	CS	12017	
2521453	Ayna	ayna	ES	02125	943	Europe/Madrid	38.55	-2.08333		Aina,Ajna,Ayna,Aýna,ai na,ayn,ayna,Айна,Аїна,آینا,أين,艾納,艾纳	02011	54	AB	02011	
2521454	Aielo de Rugat	aielo-de-rugat	ES	46842	207	Europe/Madrid	38.88333	-0.03333		Aielo de Rugat,Ayelo de Rugat		60	A	03063	
2521455	Aielo de Malferit	aielo-de-malferit	ES	46812	4320	Europe/Madrid	38.88333	-0.58333		Aielo de Malferit,Ayelo de Malferit	46042	60	V	46042	
2521456	Ayamonte	ayamonte	ES	21400	20334	Europe/Madrid	37.21329	-7.40807		Ajamonte,Ajjamonte,Ayamonte,ai a meng te,ayamwnty,Айямонте,Аямонте,أيامونتي,艾阿蒙特	21010	51	H	21010	
2521457	Ayacor	ayacor	ES	46659	0	Europe/Madrid	38.97283	-0.57533		Ayacor		60	V	46081	
2521462	Avileses	avileses	ES	30592	0	Europe/Madrid	37.84873	-0.94336		Avileses,Caserio Avileses,Caserío Avileses		31	MU	30030	
2521463	Avilés	aviles	ES	30812	0	Europe/Madrid	37.90606	-1.79835		Aviles,Avilés		31	MU	30024	
2521473	Aulago	aulago	ES	04549	0	Europe/Madrid	37.1605	-2.62588		Aulago		51	AL	04050	
2521481	Atogo	atogo	ES	38611	0	Atlantic/Canary	28.05983	-16.58825		Atogo		53	TF	38017	
2521485	Atarfe	atarfe	ES	18230	15399	Europe/Madrid	37.22479	-3.68686			18022	51	GR	18022	
2521486	Atamaría	atamaria	ES	30385	30000	Europe/Madrid	37.59989	-0.80682		Atamaria,Atamarija,Atamaría,Caserio Atamaria,Caserío Atamaría,Атамария		31	MU	30016	
2521487	Atalbéitar	atalbeitar	ES	18414	0	Europe/Madrid	36.93453	-3.30903				51	GR	18901	
2521491	Atalaya del Cañavate	atalaya-del-canavate	ES	16710	115	Europe/Madrid	39.51864	-2.25175		Atalaya del Canavate,Atalaya del Cañavate	16026	54	CU	16026	
2521500	Atalaya	atalaya	ES	06329	338	Europe/Madrid	38.33333	-6.46667		Atalaya	06013	57	BA	06013	
2521504	Atajate	atajate	ES	29494	170	Europe/Madrid	36.64017	-5.24606		Atajate	29021	51	MA	29021	
2521510	Aspe	aspe	ES	03680	20180	Europe/Madrid	38.34511	-0.76721		Asp,Aspe,a si pei,asby,asph,Аспе,آسپه,أسبي,阿斯佩	03019	60	A	03019	
2521518	Arure	arure	ES	38892	0	Atlantic/Canary	28.13155	-17.32368		Arure,Vega de Arure		53	TF	38049	
2521520	Artesa	artesa	ES	12220	0	Europe/Madrid	39.95	-0.28333		Artesa		60	CS	12084	
2521521	Artenara	artenara	ES	35350	1565	Atlantic/Canary	28.02055	-15.64693		Artenara	35005	53	GC	35005	
2521526	Arteaga	arteaga	ES	02137	0	Europe/Madrid	38.66269	-2.2646		Arteaga		54	AB	02059	
2521528	Artana	artana	ES	12527	1850	Europe/Madrid	39.89104	-0.25758		Arlana	12016	60	CS	12016	
2521530	Artaj	artaj	ES	46162	0	Europe/Madrid	39.8	-0.78333		Artaj		60	V	46038	
2521534	Artà	arta	ES	07570	6649	Europe/Madrid	39.69315	3.34979		Arta,Artà,Artá,a er ta,arta  jzr alblyar,Арта,ארטה,أرتا، جزر البليار,阿尔塔	07006	07	PM	07006	
2521545	Arroyomolinos de León	arroyomolinos-de-leon	ES	21280	0	Europe/Madrid	38.01667	-6.41667		Arroyomolinos de Leon,Arroyomolinos de León	21009	51	H	21009	
2521548	Arroyofrío	arroyofrio	ES	02462	0	Europe/Madrid	38.41667	-2.53333		Arroyofrio,Arroyofrío,Caserio Arroyofrio,Caserío Arroyofrío		54	AB	02067	
2521549	Arroyo de San Serván	arroyo-de-san-servan	ES	06850	4048	Europe/Madrid	38.85443	-6.45402		Arroyo de San Servan,Arroyo de San Serván	06012	57	BA	06012	
2521550	Arroyo del Ojanco	arroyo-del-ojanco	ES	23340	2656	Europe/Madrid	38.32065	-2.89486		Arroyo del Ojanco	23905	51	J	23905	
2521553	Arroyo de la Plata	arroyo-de-la-plata	ES	41889	0	Europe/Madrid	37.67822	-6.25385		Arroyo de la Plata		51	SE	41031	
2521554	Arroyo de la Miel	arroyo-de-la-miel	ES	29631	17763	Europe/Madrid	36.60326	-4.54242				51	MA	29025	
2521555	Arroyo de la Luz	arroyo-de-la-luz	ES	10900	6671	Europe/Madrid	39.48511	-6.58401		Arrojo-de-la-Lus,Arroyo de la Luz,Arroyo del Puerco,a luo yue de la lu si,arwyw dy la lwz,Арройо-де-ла-Лус,أرويو دي لا لوز,阿罗约德拉卢斯	10021	57	CC	10021	
2521558	Arroyo	arroyo	ES	34347	0	Europe/Madrid	37.9	-6.8				51	H	21004	
2521559	Arroturas	arroturas	ES	23300	0	Europe/Madrid	38.05823	-3.0418		Arroturas,Cortijada Arroturas		51	J	23095	
2521563	Arrieta	arrieta	ES	01206	300	Atlantic/Canary	29.13246	-13.45959		Arrieta		53	GC	35010	
2521566	Arriate	arriate	ES	29350	3821	Europe/Madrid	36.80005	-5.1408		Arriate	29020	51	MA	29020	
2521569	Arrecife	arrecife	ES	35500	0	Europe/Madrid	37.70049	-4.89297				51	CO	14017	
2521570	Arrecife	arrecife	ES	35500	59127	Atlantic/Canary	28.96302	-13.54769		ACE,Aresife,Arrecife,Аресифе	35004	53	GC	35004	
2521577	Arquillos	arquillos	ES	23230	1979	Europe/Madrid	38.18148	-3.42827		Arquillos	23008	51	J	23008	
2521582	Arona	arona	ES	38640	78614	Atlantic/Canary	28.09962	-16.68102		Aron,Arona,Arona pa Tenerife,Arona på Tenerife,a luo na,arwna  asbanya,Арон,Арона,أرونا، إسبانيا,阿罗纳	38006	53	TF	38006	
2521585	Aroche	aroche	ES	21240	0	Europe/Madrid	37.94213	-6.9576		Aroche	21008	51	H	21008	
2521587	Arneva	arneva	ES	03312	0	Europe/Madrid	38.05543	-0.94091		Arneva,Caserio Arneva,Caserío Arneva		60	A	03099	
2521589	Armuña de Almanzora	armuna-de-almanzora	ES	04888	315	Europe/Madrid	37.3503	-2.4115			04018	51	AL	04018	
2521590	Armilla	armilla	ES	18100	21380	Europe/Madrid	37.14386	-3.62534		Armil'ja,Armilya,a er mi li ya,armya,Армилья,Армілья,Արմիլյա,أرميا,阿尔米利亚	18021	51	GR	18021	
2521593	Arjonilla	arjonilla	ES	23750	3910	Europe/Madrid	37.97422	-4.10677		Arjonilla	23007	51	J	23007	
2521594	Arjona	arjona	ES	23760	5645	Europe/Madrid	37.93493	-4.05478		Arjona,Arkhona,Arxona,a er huo na,arkhna,arkhwna,Архона,Արխոնա,آرخنا,أرخونا,阿尔霍纳	23006	51	J	23006	
2521596	Arisgotas	arisgotas	ES	45109	0	Europe/Madrid	39.62588	-3.94146		Arisgotas		54	TO	45124	
2521597	Aripe	aripe	ES	38688	0	Atlantic/Canary	28.21539	-16.76795		Aripe		53	TF	38019	
2521602	Cruce de Arinaga	cruce-de-arinaga	ES	35118	2700	Atlantic/Canary	27.87656	-15.42798		Puerto de Arinaga		53	GC	35002	
2521605	Arico el Nuevo	arico-el-nuevo	ES	38589	0	Atlantic/Canary	28.17705	-16.48296		Arico,Arico Nuevo,Arico el Nuevo		53	TF	38005	
2521606	Ariany	ariany	ES	07529	750	Europe/Madrid	39.65048	3.11055		Ariany	07901	07	PM	07901	
2521607	Arguisuelas	arguisuelas	ES	16360	160	Europe/Madrid	39.83333	-1.81667		Arguisuelas	16024	54	CU	16024	
2521609	Arguellite	arguellite	ES	02484	0	Europe/Madrid	38.33528	-2.42895		Arguellite		54	AB	02086	
2521610	Arguayo	arguayo	ES	38690	0	Atlantic/Canary	28.25	-16.78333		Arguayo		53	TF	38019	
2521611	Arguamul	arguamul	ES	38850	0	Atlantic/Canary	28.19697	-17.29573		Arguamul		53	TF	38050	
2521612	Argual	argual	ES	38760	0	Atlantic/Canary	28.65	-17.91667		Argual		53	TF	38024	
2521615	Argés	arges	ES	09558	0	Europe/Madrid	39.80625	-4.05702		Arges,Argés,Arkhes,Arxes,a er he si,arkhs,Архес,Արխես,آرخس,阿尔赫斯		54	TO	45016	
2521618	Argamasón	argamason	ES	02327	0	Europe/Madrid	38.85234	-2.02738		Argamason,Argamasón		54	AB	02003	
2521619	Argamasilla de Calatrava	argamasilla-de-calatrava	ES	13440	5371	Europe/Madrid	38.72985	-4.07627			13020	54	CR	13020	
2521620	Argamasilla de Alba	argamasilla-de-alba	ES	13710	6902	Europe/Madrid	39.12917	-3.09247		Argamasilla de Alba		54	CR	13019	
2521624	Argallón	argallon	ES	14298	0	Europe/Madrid	38.2	-5.48333		Argallon,Argallón		51	CO	14029	
2521627	Ares	ares	ES	15624	0	Europe/Madrid	38.68728	-0.32802				60	A	03022	
2521636	Arenas de San Juan	arenas-de-san-juan	ES	13679	1083	Europe/Madrid	39.21861	-3.50211		Arenas de San Juan	13018	54	CR	13018	
2521637	Arenas del Rey	arenas-del-rey	ES	18126	1978	Europe/Madrid	36.95799	-3.89362		Arenas del Rey	18020	51	GR	18020	
2521645	San Cristobal	san-cristobal	ES	14029	0	Atlantic/Canary	28.07675	-15.41493				53	GC	35016	
2521646	Arenales	arenales	ES	33195	0	Europe/Madrid	37.31862	-3.64692		Arenales,Caserio Arenales,Caserío Arenales		51	GR	18003	
2521656	Arecida	arecida	ES	38780	0	Atlantic/Canary	28.68325	-17.94815		Arecida		53	TF	38047	
2521661	Ardales	ardales	ES	29550	2631	Europe/Madrid	36.87804	-4.84694			29018	51	MA	29018	
2521664	Arcos de las Salinas	arcos-de-las-salinas	ES	44421	126	Europe/Madrid	39.98333	-1.03333		Arcos de las Salinas,Arkos-de-las-Salinas,a er ke si de la sa li na si,arks d las salynas,Аркос-де-лас-Салинас,Аркос-де-лас-Салінас,آرکس د لاس سالیناس,阿尔科斯德拉萨利纳斯	44026	52	TE	44026	
2521861	Almonacid del Marquesado	almonacid-del-marquesado	ES	16431	523	Europe/Madrid	39.82344	-2.7677			16018	54	CU	16018	
2521665	Arcos de la Frontera	arcos-de-la-frontera	ES	11630	31210	Europe/Madrid	36.75075	-5.81056		Arcos,Arcos de la Frontera,Arkos-de-la-Frontera,a er ke si-de la fu long te la,aleukoseudelapeulontela,arkws dyla frwntyra,Аркос-де-ла-Фронтера,أركوس ديلا فرونتيرا,アルコス・デ・ラ・フロンテーラ,阿尔科斯-德拉弗龙特拉,아르코스데라프론테라	11006	51	CA	11006	
2521670	Archivel	archivel	ES	30195	0	Europe/Madrid	38.07282	-2.00605		Archivel		31	MU	30015	
2521672	Archidona	archidona	ES	29300	0	Europe/Madrid	37.71458	-6.28747		Archidona		51	SE	41031	
2521673	Archidona	archidona	ES	29300	8506	Europe/Madrid	37.09654	-4.38869		Archidona,a er qi duo na,arshdhwnt,Арчидона,أرشذونة,阿尔奇多纳	29017	51	MA	29017	
2521674	Árchez	archez	ES	29753	432	Europe/Madrid	36.83992	-3.99208		Archez,Árchez	29016	51	MA	29016	
2521676	Archena	archena	ES	30600	18202	Europe/Madrid	38.11631	-1.30043		Archena	30009	31	MU	30009	
2521680	Arcas	arcas	ES	16123	0	Europe/Madrid	39.98333	-2.11667		Arcas		54	CU	16905	
2521682	Arbuniel	arbuniel	ES	23193	0	Europe/Madrid	37.62793	-3.53684		Arbuniel		51	J	23018	
2521683	Arboleas	arboleas	ES	04660	2614	Europe/Madrid	37.35024	-2.07384			04017	51	AL	04017	
2521689	Araya	araya	ES	12119	0	Atlantic/Canary	28.36042	-16.39554		Araya		53	TF	38011	
2521690	Aras de los Olmos	aras-de-los-olmos	ES	46179	427	Europe/Madrid	39.91667	-1.13333		Aras,Aras de Alpuente,Aras de los Olmos,Ares d'Alpont		60	V	46041	
2521692	Arafo	arafo	ES	38550	5375	Atlantic/Canary	28.33971	-16.42244		Arafo,Arato	38004	53	TF	38004	
2521694	Aracena	aracena	ES	21200	7351	Europe/Madrid	37.89396	-6.56116		Aracena,Arasena,a la sai na,arathyna,Арасена,أراثينا,阿拉塞纳	21007	51	H	21007	
2521710	Antequera	antequera	ES	29200	45168	Europe/Madrid	37.01938	-4.56123		Anteguera,Antekera,Antequera,an te ke la,antqyrt,Антекера,أنتقيرة,安特克拉	29015	51	MA	29015	
2521712	Antella	antella	ES	46266	1498	Europe/Madrid	39.07977	-0.59195		Antella	46040	60	V	46040	
2521714	Antas	antas	ES	04628	3166	Europe/Madrid	37.24536	-1.9176		Antas		51	AL	04016	
2521718	Añover de Tajo	anover-de-tajo	ES	45250	5075	Europe/Madrid	39.98873	-3.76579		Anover de Tajo,Añover de Tajo	45014	54	TO	45014	
2521721	Añora	anora	ES	14450	1521	Europe/Madrid	38.41667	-4.9		Anora,Añora		51	CO	14023	
2521722	Anna	anna	ES	46820	2775	Europe/Madrid	39.02029	-0.64621		Anna	46039	60	V	46039	
2521723	Añina	anina	ES	11400	0	Europe/Madrid	36.70705	-6.20344		Anina,Añina,Caserio Anina,Caserío Añina		51	CA	11020	
2521736	Angosto de Arriba	angosto-de-arriba	ES	04897	0	Europe/Madrid	37.34023	-2.54877		Angosto de Arriba,Cortijada Angosto de Arriba		51	AL	04083	
2521738	Andújar	andujar	ES	23740	39111	Europe/Madrid	38.03922	-4.05077		Anducharas,Andujar,Andukhar,Andújar,an du ha er,ando~uharu,andwjr,andwkhar,Андухар,آندوخار,أندوجر,アンドゥハル,安杜哈尔	23005	51	J	23005	
2521741	Andratx	andratx	ES	07150	11685	Europe/Madrid	39.57553	2.42017		Andratx	07005	07	PM	07005	
2521744	Andilla	andilla	ES	46162	384	Europe/Madrid	39.83333	-0.8		Andilla	46038	60	V	46038	
2521757	Anchuras	anchuras	ES	13117	0	Europe/Madrid	39.48059	-4.83381		Anchuras	13017	54	CR	13017	
2521765	Anahuir	anahuir	ES	46800	0	Europe/Madrid	38.97591	-0.56513		Anahuir		60	V	46145	
2521775	Ambroz	ambroz	ES	18102	0	Europe/Madrid	37.16463	-3.66257				51	GR	18911	
2521790	Alumbres	alumbres	ES	30351	0	Europe/Madrid	37.60607	-0.91616				31	MU	30016	
2521793	Altura	altura	ES	12410	3242	Europe/Madrid	39.85	-0.51667		Al'tura,Altura,altwra,Альтура,التورا	12012	60	CS	12012	
2521801	Altea la Vella	altea-la-vella	ES	03599	0	Europe/Madrid	38.63333	-0.01667		Altea la Vella		60	A	03018	
2521804	Altea	altea	ES	03590	23780	Europe/Madrid	38.59885	-0.05139		Altea	03018	60	A	03018	
2521807	Altarejos	altarejos	ES	16780	340	Europe/Madrid	39.91258	-2.35692		Altarejos	16019	54	CU	16019	
2521820	Alsodux	alsodux	ES	04568	127	Europe/Madrid	37.00247	-2.59476		Alsodux	04015	51	AL	04015	
2521822	Alquife	alquife	ES	18518	813	Europe/Madrid	37.18024	-3.11553		Alquife	18018	51	GR	18018	
2521823	Alquerías	alquerias	ES	30580	0	Europe/Madrid	38.01196	-1.03127				31	MU	30030	
2521830	Alpuente	alpuente	ES	46178	861	Europe/Madrid	39.86667	-1.01667		Alpont,Alpuente	46036	60	V	46036	
2521836	Alpera	alpera	ES	02690	2328	Europe/Madrid	38.95866	-1.23052		Alpera	02010	54	AB	02010	
2521837	Alpandeire	alpandeire	ES	29460	285	Europe/Madrid	36.63402	-5.20216		Alpandeire	29014	51	MA	29014	
2521838	Alozaina	alozaina	ES	29567	2251	Europe/Madrid	36.72736	-4.85761		Alozaina	29013	51	MA	29013	
2521839	Alosno	alosno	ES	21520	4341	Europe/Madrid	37.54861	-7.1147		Alosno	21006	51	H	21006	
2521840	Alora	alora	ES	29500	13395	Europe/Madrid	36.82358	-4.70575		Alora,Iluro,Álora		51	MA	29012	
2521842	Alomartes	alomartes	ES	18350	0	Europe/Madrid	37.26353	-3.91302				51	GR	18102	
2521843	Alojera	alojera	ES	38852	0	Atlantic/Canary	28.16378	-17.32931		Alojera		53	TF	38050	
2521845	Almussafes	almussafes	ES	46440	7459	Europe/Madrid	39.28333	-0.41667		Almusafes,Almussafes	46035	60	V	46035	
2521846	Almuradiel	almuradiel	ES	13760	964	Europe/Madrid	38.51325	-3.49776		Almuradiel		54	CR	13098	
2521847	Almuñécar	almunecar	ES	18690	27696	Europe/Madrid	36.73393	-3.69072		Al'mun'ekar,Almunecar,Almuñécar,Sexi Firmum Iulium,a er mu nie ka er,almnkb,almunyekaleu,arumunyekaru,Альмуньекар,Альмуньєкар,المنكب,アルムニェーカル,阿尔穆涅卡尔,알무녜카르	18017	51	GR	18017	
2521850	Almudaina	almudaina	ES	03827	113	Europe/Madrid	38.75999	-0.35149		Almudaina	03016	60	A	03016	
2521853	Almorchón	almorchon	ES	06614	0	Europe/Madrid	38.69455	-5.29329				57	BA	06023	
2521855	Almoradí	almoradi	ES	03160	19147	Europe/Madrid	38.10879	-0.79197		Al'moradi,Almoradi,Almoradí,Almordi,a er mo la di,almwrady,Альморади,Альмораді,آلمورادی,ألمورادي,阿尔莫拉迪		60	A	03099	
2521857	Almonte	almonte	ES	21730	21782	Europe/Madrid	37.2647	-6.51667		Al'monte,Almonte,a er meng te,almwnt  aspanya,almwnty,Альмонте,Ալմոնտե,ألمونتي,المونت، اسپانیا,阿尔蒙特	21005	51	H	21005	
2521859	Almonaster la Real	almonaster-la-real	ES	21350	0	Europe/Madrid	37.87396	-6.78872		Almonaster,Almonaster la Real		51	H	21004	
2521860	Almonacid de Toledo	almonacid-de-toledo	ES	45420	848	Europe/Madrid	39.75445	-3.85242				54	TO	45190	
2521863	Almoines	almoines	ES	46723	1668	Europe/Madrid	38.94325	-0.18155		Almoines	46034	60	V	46034	
2521864	Almoharín	almoharin	ES	10132	2040	Europe/Madrid	39.17685	-6.04283		Almoharin,Almoharín	10020	57	CC	10020	
2521865	Almoguera	almoguera	ES	19115	0	Europe/Madrid	39.25355	-3.83801		Almoguera,Caserio Almoguera,Caserío Almoguera		54	CR	13044	
2521866	Almogía	almogia	ES	29150	4231	Europe/Madrid	36.8255	-4.5407		Almogia,Almogía,Almojia	29011	51	MA	29011	
2521867	Almodóvar del Río	almodovar-del-rio	ES	14720	7486	Europe/Madrid	37.8107	-5.02037		Almodovar del Rio,Almodóvar del Río	14005	51	CO	14005	
2521868	Almodóvar del Pinar	almodovar-del-pinar	ES	16215	512	Europe/Madrid	39.71667	-1.88333		Almodovar del Pinar,Almodóvar del Pinar	16017	54	CU	16017	
2521869	Almodóvar del Campo	almodovar-del-campo	ES	13580	6893	Europe/Madrid	38.70936	-4.17908		Almodovar,Almodovar del Campo,Almodóvar del Campo	13015	54	CR	13015	
2521871	Almócita	almocita	ES	04458	167	Europe/Madrid	37.00262	-2.79051		Almocita,Almorcita,Almócita,Almórcita	04014	51	AL	04014	
2521872	Almocáizar	almocaizar	ES	04289	0	Europe/Madrid	37.13761	-2.01547		Almocaizar,Almocáizar,Cortijada Almocaizar,Cortijada Almocáizar		51	AL	04048	
2521873	Almiserà	almisera	ES	46726	262	Europe/Madrid	38.91667	-0.28333		Almisera,Almiserat,Almiserà	46033	60	V	46033	
2521886	Almería	almeria	ES	04001	188810	Europe/Madrid	36.83814	-2.45974		Al'meri,Al'merija,Al'meryja,Almeria,Almerija,Almerio,Almería,LEI,Unci,a er mei li ya,almelia,almeriya,almrya,almryt,almyrya,arumeria,Αλμερία,Алмерия,Алмерија,Альмери,Альмерия,Альмерыя,Альмерія,Ալմերիա,אלמריה,آلمریا,ألمرية,المریہ,المیریا,अल्मेरिया,आल्मेरिया,அல்மேரீயா,アルメリア,阿尔梅里亚,알메리아	AL	51	AL	04013	
2521887	Almensilla	almensilla	ES	41111	4883	Europe/Madrid	37.31099	-6.10998		Almensilla	41010	51	SE	41010	
2521888	Almendros	almendros	ES	16420	290	Europe/Madrid	39.92093	-2.88469		Almendros		54	CU	16270	
2521892	Almendricos	almendricos	ES	30893	1855	Europe/Madrid	37.47256	-1.77468		Almendricos		31	MU	30024	2521892
2521893	Almendralejo	almendralejo	ES	06200	33588	Europe/Madrid	38.68316	-6.40747		Al'mendralekho,Almendralechas,Almendralejo,Almendraleju,Almendralekho,a er men de la lai huo,almndralykhw,Алмендралехо,Альмендралехо,ألمندراليخو,阿尔门德拉莱霍	06011	57	BA	06011	
2521894	Almendral	almendral	ES	06171	1327	Europe/Madrid	38.61418	-6.82097		Al'mendral',Almendral,a er men de la er,almndral,almyndral,Алмендрал,Альмендраль,آلمندرال,الميندرال,阿尔门德拉尔	06010	57	BA	06010	
2521899	Almenara	almenara	ES	12590	5031	Europe/Madrid	39.75	-0.21667			12011	60	CS	12011	
2521900	Almenara	almenara	ES	12590	0	Europe/Madrid	37.89973	-3.73755		Almenara,Caserios Almenara,Caseríos Almenara		51	J	23050	
2521903	Almegíjar	almegijar	ES	18438	479	Europe/Madrid	36.90258	-3.30122		Almegijar,Almegíjar	18016	51	GR	18016	
2521905	Almedinilla	almedinilla	ES	14812	2561	Europe/Madrid	37.43902	-4.09052			14004	51	CO	14004	
2521906	Almedina	almedina	ES	13328	697	Europe/Madrid	38.62453	-2.95382		Almedina	13014	54	CR	13014	
2521908	Almedíjar	almedijar	ES	12413	267	Europe/Madrid	39.86667	-0.4		Almedijar,Almedíjar	12010	60	CS	12010	
2521911	Almayate Bajo	almayate-bajo	ES	29749	0	Europe/Madrid	36.73146	-4.12919		Caserio Almayate Bajo,Caserío Almayate Bajo		51	MA	29094	
2521912	Almayate Alto	almayate-alto	ES	29749	0	Europe/Madrid	36.74254	-4.1523		Almayate Alto,Caserio Almayate Alto,Caserío Almayate Alto		51	MA	29094	
2521913	Almargen	almargen	ES	29330	2054	Europe/Madrid	37.0021	-5.02178		Almargen	29010	51	MA	29010	
2521917	Almaraz	almaraz	ES	10350	1306	Europe/Madrid	39.81416	-5.67698		Almaraz	10019	57	CC	10019	
2521922	Almansa	almansa	ES	02640	0	Europe/Madrid	39.33695	-5.1747		Almansa,Caserio Almansa,Caserío Almansa		57	BA	06127	
2521923	Almansa	almansa	ES	02640	25727	Europe/Madrid	38.86917	-1.09713		Al'mansa,Almansa,a er man sa,almansa,almnsy,yan man sha,Альманса,آلمانسا,المنسى,阿尔曼萨,顏曼莎	02009	54	AB	02009	
2521928	Almagro	almagro	ES	13270	8546	Europe/Madrid	38.88941	-3.71131		Almagro	13013	54	CR	13013	
2521936	Almadenejos	almadenejos	ES	13480	0	Europe/Madrid	38.73851	-4.71073		Almadenejos		54	CR	13012	
2521937	Almadén de la Plata	almaden-de-la-plata	ES	41240	0	Europe/Madrid	37.87221	-6.08085		Almaden de la Plata,Almadén de la Plata	41009	51	SE	41009	
2521938	Almadén	almaden	ES	13400	0	Europe/Madrid	38.77541	-4.83156		Al'maden,Almaden,Almadenas,Almadén,a er ma deng,almadeni,almadn,Альмаден,المادن,ალმადენი,阿尔马登	13011	54	CR	13011	
2521942	Almáciga	almaciga	ES	38129	0	Atlantic/Canary	28.57011	-16.19803		Almaciga,Almáciga		53	TF	38038	
2521945	Almáchar	almachar	ES	29718	1909	Europe/Madrid	36.80892	-4.21614		Almachar,Almáchar	29009	51	MA	29009	
2521946	Almàssera	almassera	ES	46132	0	Europe/Madrid	39.5104	-0.35693				60	V	46032	
2521948	Aljucer	aljucer	ES	30152	0	Europe/Madrid	37.95577	-1.15299		Aljucer		31	MU	30030	
2521950	Aljucén	aljucen	ES	06894	246	Europe/Madrid	39.04425	-6.33109		Aljucen,Aljucén	06009	57	BA	06009	
2521951	Aljube	aljube	ES	02512	0	Europe/Madrid	38.60739	-1.63827		Aljube		54	AB	02074	
2521962	Aljariz	aljariz	ES	04629	0	Europe/Madrid	37.2509	-1.93535		Aljariz,Cortijada Aljariz		51	AL	04016	
2521964	Aljaraque	aljaraque	ES	21110	17960	Europe/Madrid	37.26989	-7.02313		Aljaraque	21002	51	H	21002	
2521972	Aliseda	aliseda	ES	10550	1894	Europe/Madrid	39.42329	-6.69228		Aliseda	10018	57	CC	10018	
2521974	Alicún de Ortega	alicun-de-ortega	ES	18538	566	Europe/Madrid	37.60898	-3.13648		Alicun de Ortega,Alicún de Ortega	18015	51	GR	18015	
2521975	Alicún	alicun	ES	04409	251	Europe/Madrid	36.9658	-2.60212		Alicun,Alicún	04012	51	AL	04012	
2521980	Aliaguilla	aliaguilla	ES	16313	828	Europe/Madrid	39.74143	-1.32567		Aliaguilla	16014	54	CU	16014	
2521981	Alía	alia	ES	10137	1169	Europe/Madrid	39.44803	-5.21754		Alia,Alija,Alía,a li ya,alya,Алиа,Алія,أليا,阿利亚	10017	57	CC	10017	
2521984	Alhendín	alhendin	ES	18620	4899	Europe/Madrid	37.10879	-3.64557			18014	51	GR	18014	
2522058	Alfacar	alfacar	ES	18170	4949	Europe/Madrid	37.23744	-3.56807			18011	51	GR	18011	
2522061	Aledo	aledo	ES	30859	1078	Europe/Madrid	37.79341	-1.57356		Aledo		31	MU	30039	
2522063	Aldeire	aldeire	ES	04897	742	Europe/Madrid	37.16012	-3.07204		Aldeire	18010	51	GR	18010	
2521985	Alhaurín el Grande	alhaurin-el-grande	ES	29120	23319	Europe/Madrid	36.643	-4.68728		Al'khaurin-ehl'-Grande,Alaurin-ehl'-Grande,Alaurin-el'-Grande,Alhaurin el Grande,Alhaurín el Grande,a er ao li nei er ge lan de,alawryn la ghrandy,Алаурин-эль-Гранде,Алаурін-ель-Гранде,Альхаурин-эль-Гранде,ألاورين لا غراندي,阿尔奥里内尔格兰德	29008	51	MA	29008	
2521986	Alhaurín de la Torre	alhaurin-de-la-torre	ES	29130	35114	Europe/Madrid	36.66401	-4.56139		Al'khaurin-de-la-Torre,Alaurin de la Tore,Alaurin-de-la-Torre,a er ao lin de la tuo lei,alhaywryn dw la twr,brj alhwaryyn,Алаурин-де-ла-Торре,Алаурін-де-ла-Торре,Альхаурин-де-ла-Торре,Ալաուրին դե լա Տոռե,الهائورین دو لا تور,برج الهواريين,阿尔奥林德拉托雷		51	MA	29007	
2521991	Alhambra	alhambra	ES	13248	1177	Europe/Madrid	38.89925	-3.05333		Alhambra	13010	54	CR	13010	
2521992	Alhama de Murcia	alhama-de-murcia	ES	30840	19860	Europe/Madrid	37.85103	-1.42507		Al'khama-de-Mursija,Alama-de-Mursija,Alfama de Murcia,Alhama,Alhama de Murcia,Alhama de Múrcia,a er a ma de mu er xi ya,alama dy mrsyt,Алама-де-Мурсія,Альхама-де-Мурсия,ألاما دي مرسية,阿尔阿马德穆尔西亚	30008	31	MU	30008	
2521993	Alhama de Granada	alhama-de-granada	ES	18120	6080	Europe/Madrid	37.00689	-3.98963		Al'khama-de-Granada,Alama-de-Granada,Alhama,Alhama de Granada,a er a ma de ge la na da,alama dy ghranada,Алама-де-Гранада,Альхама-де-Гранада,ألاما دي غرانادا,阿尔阿马德格拉纳达	18013	51	GR	18013	
2522072	Aldea del Rey	aldea-del-rey	ES	13380	2024	Europe/Madrid	38.7383	-3.84017		Aldea del Rey	13009	54	CR	13009	
2522073	Aldea del Cano	aldea-del-cano	ES	10163	746	Europe/Madrid	39.28874	-6.31806		Aldea del Cano	10012	57	CC	10012	
2521994	Alhama de Almería	alhama-de-almeria	ES	04400	3374	Europe/Madrid	36.95692	-2.56861		Al'khama-de-Al'meria,Alama-de-Al'merija,Alhama,Alhama de Almeria,Alhama de Almería,Alkhama de Almerija,a er a ma de ya er mei li ya,alama d almrya,hmt almryt,Алама-де-Альмерія,Алхама де Алмерија,Альхама-де-Альмериа,آلاما د آلمریا,حمة المرية,阿尔阿马德亚尔梅里亚	04011	51	AL	04011	
2521998	Alhabia	alhabia	ES	04567	681	Europe/Madrid	36.99003	-2.58655		Alhabia	04010	51	AL	04010	
2521999	Algueña	alguena	ES	03668	1453	Europe/Madrid	38.33905	-1.00433		Al'gen'ja,Alguena,Algueña,L'Alguenya,LAlguenya,a er ge ni ya,alghynya,algwynya,Альгенья,آلگوئنیا,ألغينيا,阿尔格尼亚	03013	60	A	03013	
2522000	Alguazas	alguazas	ES	30560	7725	Europe/Madrid	38.05356	-1.25051		Alguazas	30007	31	MU	30007	
2522001	Algorfa	algorfa	ES	03169	2111	Europe/Madrid	38.08636	-0.79646		Al'gorfa,Algorfa,a er ge er fa,alghrft,algwrfa,Альгорфа,آلگورفا,الغرفة,阿尔戈尔法	03012	60	A	03012	
2522005	Algodonales	algodonales	ES	11680	5672	Europe/Madrid	36.88044	-5.40536			11005	51	CA	11005	
2522007	Alginet	alginet	ES	46230	13226	Europe/Madrid	39.26667	-0.46667		Alginet	46031	60	V	46031	
2522008	Algimia de Almonacid	algimia-de-almonacid	ES	12414	267	Europe/Madrid	39.91667	-0.43333		Algimia d'Almonesir,Algimia de Almonacid	12008	60	CS	12008	
2522009	Algimia de Alfara	algimia-de-alfara	ES	46148	959	Europe/Madrid	39.75	-0.36667		Algimia de Alfara,Algimia de la Baronia	46030	60	V	46030	
2522011	Algezares	algezares	ES	30157	0	Europe/Madrid	37.94422	-1.11135		Algezares,Aljezares		31	MU	30030	
2522012	Algemesí	algemesi	ES	46680	28308	Europe/Madrid	39.19042	-0.43572		Al'khemesi,Aldzhemezi,Algemesi,Algemesí,a er he mei xi,Алджемезі,Альхемеси,阿尔赫梅西	46029	60	V	46029	
2522013	Algeciras	algeciras	ES	11200	116209	Europe/Madrid	36.13326	-5.45051		AEI,Al Jezita,Al'khesiras,Alchesirasas,Alchethiras,Alchezira,Algeciras,Algecires,Algesiras,Algesires,Algésiras,Alkhesiras,Alxeciras,a er he xi la si,alghykras,alhesilaseu,alkhythyras,aruheshirasu,Αλχεθίρας,Алхесирас,Альхесирас,Альхесірас,الجزيرة الخضراء,الخيثيراس,الغیکراس,アルヘシラス,阿尔赫西拉斯,알헤시라스	11004	51	CA	11004	
2522014	Algatocín	algatocin	ES	29491	934	Europe/Madrid	36.57356	-5.27554			29006	51	MA	29006	
2522019	Algarrobo	algarrobo	ES	29750	5073	Europe/Madrid	36.77388	-4.03952		Algarrobe,Algarrobo	29005	51	MA	29005	
2522022	Algarra	algarra	ES	16338	37	Europe/Madrid	40	-1.43333		Algarra	16013	54	CU	16013	
2522023	Algarinejo	algarinejo	ES	18280	4243	Europe/Madrid	37.32526	-4.1585		Algarmejo	18012	51	GR	18012	
2522025	Algar	algar	ES	11639	461	Europe/Madrid	39.78333	-0.36667		Algar,Algar de Palancia		60	V	46220	
2522030	Algar	algar	ES	11639	0	Europe/Madrid	37.6474	-0.86699		Algar,El Algar		31	MU	30016	
2522031	Algar	algar	ES	11639	1637	Europe/Madrid	36.65748	-5.65558		Algar	11003	51	CA	11003	
2522032	Algámitas	algamitas	ES	41661	1335	Europe/Madrid	37.01516	-5.14949		Algamitas,Algámitas	41008	51	SE	41008	
2522036	Algaida	algaida	ES	07210	4258	Europe/Madrid	39.55899	2.89541		Algaida	07004	07	PM	07004	
2522037	Algaida	algaida	ES	07210	0	Europe/Madrid	38.10798	-1.2874				31	MU	30009	
2522038	Algaida	algaida	ES	07210	0	Europe/Madrid	36.8	-2.6		Algaida,Caserio La Algaida,Caserío La Algaida,La Ribera de Algaida		51	AL	04079	
2522041	Alfornón	alfornon	ES	18710	0	Europe/Madrid	36.81835	-3.27834		Alfornon,Alfornón		51	GR	18177	
2522044	Alfondeguilla	alfondeguilla	ES	12609	858	Europe/Madrid	39.83333	-0.26667		Alfondeguilla,Fondeguilla	12007	60	CS	12007	
2522046	Alfarrasí	alfarrasi	ES	46893	1272	Europe/Madrid	38.9	-0.5		Alfarrasi,Alfarrassi,Alfarrassí,Alfarrasí	46027	60	V	46027	
2522047	Alfarp	alfarp	ES	46197	1369	Europe/Madrid	39.28333	-0.55		Al'farp,Alfarb,Alfarp,a er fa er pu,alfarp,Альфарп,آلفارپ,阿尔法尔普	46026	60	V	46026	
2522049	Alfarnatejo	alfarnatejo	ES	29194	397	Europe/Madrid	36.9957	-4.26064			29004	51	MA	29004	
2522050	Alfarnate	alfarnate	ES	29194	1420	Europe/Madrid	36.99426	-4.25929		Alfarnate	29003	51	MA	29003	
2522052	Alfara del Patriarca	alfara-del-patriarca	ES	46115	2779	Europe/Madrid	39.55	-0.38333		Alfara,Alfara del Patriarca	46025	60	V	46025	
2522054	Alfaíx	alfaix	ES	04288	0	Europe/Madrid	37.14198	-1.9602		Caserio Alfaiz,Caserío Alfaiz		51	AL	04048	
2522055	Alfauir	alfauir	ES	46725	381	Europe/Madrid	38.93333	-0.25		Alfahuir,Alfauir	46023	60	V	46023	
2522056	Alfafara	alfafara	ES	03838	437	Europe/Madrid	38.77339	-0.55551		Alfafara,Alfarara	03010	60	A	03010	
2522057	Alfafar	alfafar	ES	46910	20853	Europe/Madrid	39.41667	-0.38333		Al'fafar,Alfafar,a er fa fa er,Алфафар,Альфафар,阿尔法法尔	46022	60	V	46022	
2522065	Aldeaquemada	aldeaquemada	ES	23215	529	Europe/Madrid	38.41215	-3.37137		Aldeaquemada	23004	51	J	23004	
2522066	Aldeanueva de San Bartolomé	aldeanueva-de-san-bartolome	ES	45575	517	Europe/Madrid	39.63608	-5.11307		Aldeanueva de San Bartolome,Aldeanueva de San Bartolomé	45010	54	TO	45010	
2522067	Aldeanueva de Barbarroya	aldeanueva-de-barbarroya	ES	45661	733	Europe/Madrid	39.75934	-5.02287		Aldeanueva de Barbarroya	45009	54	TO	45009	
2522068	Aldea Moret	aldea-moret	ES	10195	0	Europe/Madrid	39.45	-6.38333		Aldea Moret,Minas de Fosfatos		57	CC	10037	
2522074	Aldeacentenera	aldeacentenera	ES	10251	904	Europe/Madrid	39.52725	-5.62936		Aldeacentenera	10011	57	CC	10011	
2522076	Aldea Blanca	aldea-blanca	ES	35119	0	Atlantic/Canary	27.84166	-15.47338				53	GC	35019	
2522077	Aldaia	aldaia	ES	46960	29914	Europe/Madrid	39.46569	-0.46005		Al'dajja,Aldaia,Aldaya,Альдайя	46021	60	V	46021	
2522079	Alcuéscar	alcuescar	ES	10160	3057	Europe/Madrid	39.18091	-6.22917		Alcuescar,Alcuéscar	10010	57	CC	10010	
2522081	Alcudia de Veo	alcudia-de-veo	ES	12222	206	Europe/Madrid	39.91667	-0.35		Alcudia de Veo	12006	60	CS	12006	
2522082	Alcudia de Monteagud	alcudia-de-monteagud	ES	04276	175	Europe/Madrid	37.23529	-2.2665		Alcudia de Monteagud	04009	51	AL	04009	
2522083	Alcudia de Guadix	alcudia-de-guadix	ES	18511	0	Europe/Madrid	37.25666	-3.09789		Alcudia,Alcudia de Guadix		51	GR	18907	
2522091	Alcúdia	alcudia	ES	03820	19071	Europe/Madrid	39.85316	3.12138		Alcudia,Alcúdia	07003	07	PM	07003	
2522092	Alcudia	alcudia	ES	03820	0	Europe/Madrid	38.75907	-0.42943		Alcudia		60	A	03056	
2522094	Alcublas	alcublas	ES	46172	794	Europe/Madrid	39.8	-0.7		Alcublas,Les Alcubles	46018	60	V	46018	
2522096	Alcubillas	alcubillas	ES	13391	685	Europe/Madrid	38.75312	-3.13407		Alcubillas	13008	54	CR	13008	
2522097	Alcoyes	alcoyes	ES	03108	0	Europe/Madrid	38.62151	-0.40364		Alcoyes,Casa Alcoyes		60	A	03132	
2522108	Alcóntar	alcontar	ES	04897	669	Europe/Madrid	37.33647	-2.59725		Alcontar,Alcóntar	04008	51	AL	04008	
2522110	Alconera	alconera	ES	06393	767	Europe/Madrid	38.4	-6.46667		Alconera	06008	57	BA	06008	
2522111	Alconchel de la Estrella	alconchel-de-la-estrella	ES	16433	172	Europe/Madrid	39.71963	-2.57366		Alconchel de la Estrella	16012	54	CU	16012	
2522112	Alconchel	alconchel	ES	06131	1980	Europe/Madrid	38.51648	-7.07161		Alconchel	06007	57	BA	06007	
2522114	Alcollarín	alcollarin	ES	10135	300	Europe/Madrid	39.2447	-5.73924		Alcollarin,Alcollarín	10009	57	CC	10009	
2522116	Alcolea de Tajo	alcolea-de-tajo	ES	45571	822	Europe/Madrid	39.80966	-5.14738		Alcolea de Tajo	45007	54	TO	45007	
2522117	Alcolea del Río	alcolea-del-rio	ES	41449	3339	Europe/Madrid	37.61506	-5.66694		Alcolea,Alcolea del Rio,Alcolea del Río	41006	51	SE	41006	
2522118	Alcolea de Calatrava	alcolea-de-calatrava	ES	13107	1634	Europe/Madrid	38.9868	-4.11597		Alcolea de Calatrava	13007	54	CR	13007	
2522120	Alcolea	alcolea	ES	04480	0	Europe/Madrid	37.94258	-4.67566		Alcolea		51	CO	14021	
2522121	Alcolea	alcolea	ES	04480	1012	Europe/Madrid	36.97458	-2.9615			04007	51	AL	04007	
2522124	Alcocer de Planes	alcocer-de-planes	ES	03841	189	Europe/Madrid	38.79501	-0.40244		Alcocer de Planes,Alcosser de Planes	03007	60	A	03007	
2522129	Alzira	alzira	ES	46600	44690	Europe/Madrid	39.15	-0.43333		Al'sira,Alchezira,Alcira,Alsira,Alzira,a er xi la,alzyra,alzyra  walnsya,jzyrt shqr,Алзіра,Альсира,Ալսիրա,الزیرا,الزیرا، والنسیا,جزيرة شقر,阿尔西拉	46017	60	V	46017	
2522131	Alcázar de San Juan	alcazar-de-san-juan	ES	13600	30675	Europe/Madrid	39.39011	-3.20827	644	Al'kasar-de-San-Khuan,Alcazar,Alcazar de Consuegra,Alcázar,Alcázar de Consuegra,a er ka sa er de sheng hu an,alkzar dy san khwan,Алькасар-де-Сан-Хуан,الكزار دي سان خوان,阿尔卡萨尔德圣胡安	13005	54	CR	13005	
2522133	Alcázar	alcazar	ES	18710	0	Europe/Madrid	36.8505	-3.341		Alcazar,Alcázar		51	GR	18147	
2522137	Alcaudete	alcaudete	ES	23660	11135	Europe/Madrid	37.59091	-4.08237		Alcaudete	23003	51	J	23003	
2522138	Alcaucín	alcaucin	ES	29711	1697	Europe/Madrid	36.90301	-4.11406			29002	51	MA	29002	
2522143	Alcaraz	alcaraz	ES	02300	1761	Europe/Madrid	38.6668	-2.49105		Al'karas,Alcaraz,alkaras,alkrz  albsyt,Алькарас,آلکاراس,الكرز، البسيط	02008	54	AB	02008	
2522146	Alcaracejos	alcaracejos	ES	14480	1458	Europe/Madrid	38.38333	-4.96667		Al'karasekhos,Alcaracejos,Alcaraces,Alcarazejos,a er ka la sai huo si,alkarakykhws  qrtbt,Алькарасехос,الكاراكيخوس، قرطبة,阿尔卡拉塞霍斯	14003	51	CO	14003	
2522151	Alcantarilla	alcantarilla	ES	02489	0	Europe/Madrid	38.30349	-2.44534		Alcantarilla		54	AB	02086	
2522152	Alcantarilla	alcantarilla	ES	02489	41084	Europe/Madrid	37.96939	-1.21714		Al'kantaril'ja,Alcantarilla,Алькантарилья	30005	31	MU	30005	
2522153	Alcàntera de Xúquer	alcantera-de-xuquer	ES	46293	1380	Europe/Madrid	39.06667	-0.55		Alcantara de Jucar,Alcantera de Xuquer,Alcàntera de Xúquer,Alcántara de Júcar	46016	60	V	46016	
2522155	Alcántara	alcantara	ES	10980	1713	Europe/Madrid	39.71895	-6.88375		Al'kantara,Alcantara,Alcántara,Alcântara,Alkantara,Bruecke von Alcantara,Brücke von Alcántara,a er kan ta la,alkantala,alkntara,arukantara,Αλκάνταρα,Алькантара,الكنتارا,アルカンタラ,阿尔坎塔拉,알칸타라	10008	57	CC	10008	
2522156	Alcántara	alcantara	ES	10980	0	Europe/Madrid	36.68773	-5.9965		Alcantara,Alcántara,Caserio Alcantara,Caserío Alcántara		51	CA	11020	
2522159	Alcalalí	alcalali	ES	03728	1299	Europe/Madrid	38.75038	-0.04013		Al'kalali,Alcalali,Alcalalí,Alkalali,a er ka la li,alkalaly,benarossa gardens,Алкалалі,Алькалали,آلکالالی,ألكالالي,阿尔卡拉利	03006	60	A	03006	
2522160	Alcalá la Real	alcala-la-real	ES	23680	22783	Europe/Madrid	37.4614	-3.92301		Aebura,Al'kala-la-Real',Alcala la Real,Alcalá la Real,Ebora,a er ka la la lei ya er,alkala la ryal,Алькала-ла-Реаль,آلکالا لا رئال,ألكالا لا ريال,アルカラ・ラ・レアル,阿尔卡拉拉雷亚尔	23002	51	J	23002	
2522161	Alcalá del Valle	alcala-del-valle	ES	11693	5323	Europe/Madrid	36.90448	-5.1724		Al'kala-del'-Val'e,Alcala del Valle,Alcalá del Valle,Alkala del Valye,alkala dl wal,alkala dyl faly,ba lie bao,Алькала-дель-Валье,Алькала-дель-Вальє,Ալկալա դել Վալյե,الكالا ديل فالي,الکالا دل وال,巴列堡	11002	51	CA	11002	
2522162	Alcalá de los Gazules	alcala-de-los-gazules	ES	11180	5639	Europe/Madrid	36.46212	-5.72382		Alcala de los Gazules,Alcalá de los Gazules	11001	51	CA	11001	
2522163	Alcalá del Júcar	alcala-del-jucar	ES	02210	1397	Europe/Madrid	39.19313	-1.43017		Alcala de Jucar,Alcala del Jucar,Alcalá de Jucar,Alcalá del Júcar	02007	54	AB	02007	
2522164	Alcalá de la Jovada	alcala-de-la-jovada	ES	03788	0	Europe/Madrid	38.79477	-0.25138		Alcala de la Jovada,Alcalá de la Jovada		60	A	03134	
2522165	Alcalá de Guadaira	alcala-de-guadaira	ES	41500	70155	Europe/Madrid	37.33791	-5.83951		Al'kala-de-Gvadaira,Alcala de Guadaira,Alcalá de Guadaira,Alcalá de Guadaíra,Алькала-де-Гвадаира		51	SE	41004	
2522171	Alcalá	alcala	ES	38686	0	Atlantic/Canary	28.20201	-16.82779				53	TF	38019	
2522176	Alcahozo	alcahozo	ES	16290	0	Europe/Madrid	39.41667	-1.63333				54	AB	02079	
2522177	Alcadozo	alcadozo	ES	02124	789	Europe/Madrid	38.64916	-1.97998		Alcadozo	02006	54	AB	02006	
2522179	Alcàsser	alcasser	ES	46290	8188	Europe/Madrid	39.36791	-0.44447		alqsr,القصر		60	V	46015	
2522183	Alburquerque	alburquerque	ES	06510	5619	Europe/Madrid	39.22076	-7.00234		Alburquerque	06006	57	BA	06006	
2522185	Albuñuelas	albunuelas	ES	18659	1063	Europe/Madrid	36.92828	-3.63184			18007	51	GR	18007	
2522187	Albuñol	albunol	ES	18700	6157	Europe/Madrid	36.79203	-3.205			18006	51	GR	18006	
2522188	Albuñán	albunan	ES	18518	467	Europe/Madrid	37.22708	-3.13321		Albunan,Albuñán	18005	51	GR	18005	
2522190	El Albujón	el-albujon	ES	30330	0	Europe/Madrid	37.71665	-1.04815		Albujon,Albujón		31	MU	30016	
2522191	Albuixech	albuixech	ES	46550	3443	Europe/Madrid	39.55	-0.31667		Albuixec,Albuixech	46014	60	V	46014	
2522197	Albudeite	albudeite	ES	30190	1502	Europe/Madrid	38.02895	-1.38664		Albudeite	30004	31	MU	30004	
2522198	Alboy	alboy	ES	46894	0	Europe/Madrid	38.97259	-0.48838		Alboy,Caserio Alboy,Caserío Alboy		60	V	46132	
2522200	Albox	albox	ES	04800	11178	Europe/Madrid	37.38856	-2.14949	420		04006	51	AL	04006	
2522202	Alborea	alborea	ES	02215	795	Europe/Madrid	39.28333	-1.38333		Alborea	02005	54	AB	02005	
2522203	Alboraya	alboraya	ES	46120	22405	Europe/Madrid	39.5	-0.35		Al'boraja,Al'borajja,Alboraia,Alboraya,a er wo lai a,albraya,Альборайя,Альборая,Ալբորայա,آلبرایا,阿尔沃赖阿	46013	60	V	46013	
2522206	Alborache	alborache	ES	46369	948	Europe/Madrid	39.38333	-0.76667		Alborache,Alboraig	46012	60	V	46012	
2522207	Albondón	albondon	ES	18708	916	Europe/Madrid	36.8277	-3.21144			18004	51	GR	18004	
2522208	Albolote	albolote	ES	18220	17089	Europe/Madrid	37.23088	-3.6551			18003	51	GR	18003	
2522209	Albolodúy	alboloduy	ES	04531	763	Europe/Madrid	37.03346	-2.62164		Alboloduy,Albolodúy		51	AL	04005	
2522221	Alberite	alberite	ES	26141	0	Europe/Madrid	36.81862	-5.63517		Alberite,Caserio Alberite,Caserío Alberite		51	CA	11041	
2522222	Alberic	alberic	ES	46260	11175	Europe/Madrid	39.11667	-0.51667		Alberic,Alberique	46011	60	V	46011	
2522225	Albendín	albendin	ES	14859	0	Europe/Madrid	37.67032	-4.23849		Albendin,Albendín		51	CO	14007	
2522228	Albatera	albatera	ES	03340	11745	Europe/Madrid	38.17902	-0.87059		Al'batera,Albatera,a er wa te la,albatra,albatyra,Альбатера,آلباترا,ألباتيرا,阿尔瓦特拉	03005	60	A	03005	
2522229	Albatana	albatana	ES	02653	855	Europe/Madrid	38.57057	-1.5221		Albatana	02004	54	AB	02004	
2522239	Albanchez de Mágina	albanchez-de-magina	ES	23538	0	Europe/Madrid	37.79263	-3.46833		Albanchez de Magina,Albanchez de Mágina,Albanchez de Ubeda,Albanchez de Úbeda		51	J	23001	
2522242	Albánchez	albanchez	ES	04857	747	Europe/Madrid	37.28361	-2.18229		Albanchez,Albánchez	04004	51	AL	04004	
2522244	Albalat dels Sorells	albalat-dels-sorells	ES	46135	3493	Europe/Madrid	39.53333	-0.35		Albalat dels Sorells	46009	60	V	46009	
2522245	Albalat de la Ribera	albalat-de-la-ribera	ES	46687	3444	Europe/Madrid	39.2	-0.38333		Al'balat-de-la-Ribera,Albalat de la Ribera,Albalat-de-la-Ribera,a er wa la te de la li wei la,albalat d la rybra,albalat dy la rybyra,Албалат-де-ла-Рібера,Альбалат-де-ла-Рибера,آلبالات د لا ریبرا,ألبالات دي لا ريبيرا,阿尔瓦拉特德拉里韦拉	46008	60	V	46008	
2522246	Albaladejo del Cuende	albaladejo-del-cuende	ES	16111	376	Europe/Madrid	39.80684	-2.22903		Albaladejo,Albaladejo del Cuende	16004	54	CU	16004	
2522247	Albaladejo	albaladejo	ES	13340	1570	Europe/Madrid	38.61887	-2.80784		Albadalejo,Albaladejo	13004	54	CR	13004	
2522248	Albaladejo	albaladejo	ES	13340	0	Europe/Madrid	36.69726	-6.10072		Albadalejo,Albaladejo,Caserio Albadalejo,Caserío Albadalejo		51	CA	11020	
2522249	Albalá	albala	ES	10187	899	Europe/Madrid	39.25592	-6.18528		Albala,Albalá	10007	57	CC	10007	
2522250	Albal	albal	ES	46470	15443	Europe/Madrid	39.4	-0.41667		Albal	46007	60	V	46007	
2522251	Albaida del Aljarafe	albaida-del-aljarafe	ES	41809	2268	Europe/Madrid	37.42354	-6.16675		Albaida del Aljarafe	41003	51	SE	41003	
2522253	Albaida	albaida	ES	46860	6257	Europe/Madrid	38.83798	-0.51721		Albaida	46006	60	V	46006	
2522254	Albaida	albaida	ES	46860	0	Europe/Madrid	37.91663	-4.01868		Albaida,Casas Albaida		51	J	23006	
2522258	Albacete	albacete	ES	02001	169716	Europe/Madrid	38.99424	-1.85643		ABC,Al'basete,Al'baseteh,Albacet,Albacete,Albasete,Albasetė,a er wa sai te,albasete,albasth,albasyty,albsyt,arubasete,bsyt,Албасете,Альбасете,Альбасетэ,אלבסטה,آلباسته,الباسيتي,الباچیتے,البسيط,بسيط,アルバセテ,阿尔瓦塞特,阿爾瓦塞特,알바세테	AB	54	AB	02003	
2522259	Alaior	alaior	ES	07730	8671	Europe/Madrid	39.93034	4.14039		Alaior,Alayor	07002	07	PM	07002	
2522260	Alatoz	alatoz	ES	02152	585	Europe/Madrid	39.09495	-1.36098		Alatoz	02002	54	AB	02002	
2522261	Alaró	alaro	ES	07340	4707	Europe/Madrid	39.70441	2.79181		Alaro,Alaró	07001	07	PM	07001	
2522265	Alarcón	alarcon	ES	16214	187	Europe/Madrid	39.55	-2.08333		Alarcon,Alarcón	16003	54	CU	16003	
2522267	Alanís	alanis	ES	41380	0	Europe/Madrid	38.03333	-5.71667		Alanis,Alanís	41002	51	SE	41002	
2522268	Alange	alange	ES	06840	2018	Europe/Madrid	38.78495	-6.24574		Alange		57	BA	06083	
2522284	Alamillo	alamillo	ES	13413	0	Europe/Madrid	38.67842	-4.79008		Alamillo	13003	54	CR	13003	
2522286	Alamedilla	alamedilla	ES	18520	815	Europe/Madrid	37.58232	-3.24241		Alamedilla	18002	51	GR	18002	
2522291	Alameda	alameda	ES	13379	5241	Europe/Madrid	37.2087	-4.6586		Alameda	29001	51	MA	29001	
2522293	Alajeró	alajero	ES	38812	2066	Atlantic/Canary	28.06205	-17.24073		Alajero,Alajeró		53	TF	38003	
2522294	Alájar	alajar	ES	21340	0	Europe/Madrid	37.87408	-6.66536		Alajar,Alájar	21001	51	H	21001	
2522297	Alaquàs	alaquas	ES	46970	30392	Europe/Madrid	39.45568	-0.461		Alacuas,Alacuás,Alakuas,Alaquas,Alaquàs,Алакуас	46005	60	V	46005	
2522299	Ajofrín	ajofrin	ES	45110	2183	Europe/Madrid	39.71088	-3.9822			45001	54	TO	45001	
2522312	Ahillones	ahillones	ES	06940	1101	Europe/Madrid	38.26667	-5.85		Ahillones	06003	57	BA	06003	
2522314	Ahillas	ahillas	ES	46176	0	Europe/Madrid	39.81667	-0.96667		Ahillas		60	V	46106	
2522318	Agulo	agulo	ES	38830	1252	Atlantic/Canary	28.18778	-17.19678		Agulo	38002	53	TF	38002	
2522319	Agullent	agullent	ES	46890	2352	Europe/Madrid	38.82273	-0.54833		Agullent	46004	60	V	46004	
2522333	Águilas	aguilas	ES	30880	34533	Europe/Madrid	37.4063	-1.58289	23	Agilas,Agudas,Aguilas,a ji la si,aghylas,agillaseu,agirasu,Águilas,Агилас,Агілас,أغيلاس,アギラス,阿吉拉斯,아길라스	30003	31	MU	30003	
2522335	Aguilar	aguilar	ES	22461	13509	Europe/Madrid	37.51476	-4.65717		Aguilar de la Frontera	14002	51	CO	14002	
2522359	Agudo	agudo	ES	13410	0	Europe/Madrid	38.98183	-4.87133		Agudo	13002	54	CR	13002	
2522378	Aguamansa	aguamansa	ES	38310	0	Atlantic/Canary	28.35867	-16.49634		Aguamansa		53	TF	38026	
2522381	Agua-García	agua-garcia	ES	38355	0	Atlantic/Canary	28.46386	-16.40765		Agua-Garcia,Agua-García		53	TF	38043	
2522383	Aguafría	aguafria	ES	21290	0	Europe/Madrid	37.88498	-6.74026		Aguafria,Aguafría		51	H	21004	
2522387	Aguadulce	aguadulce	ES	04720	1989	Europe/Madrid	37.25273	-4.99269		Aguadulce	41001	51	SE	41001	
2522388	Aguadulce	aguadulce	ES	04720	13886	Europe/Madrid	36.81409	-2.57235		Barriada de Aguadulce		51	AL	04079	
2522393	Agua de Bueyes	agua-de-bueyes	ES	35638	0	Atlantic/Canary	28.37062	-14.02857		Agua Bueyes,Agua de Bueyes		53	GC	35003	
2522412	Agrón	agron	ES	18132	300	Europe/Madrid	37.03023	-3.8287		Agron,Agrón	18001	51	GR	18001	
2522416	Agres	agres	ES	03837	709	Europe/Madrid	38.78333	-0.51667		Agres,a ge lei si,aghrys,agrs,Агрес,آگرس,أغريس,阿格雷斯	03003	60	A	03003	
2522418	Agramón	agramon	ES	02490	0	Europe/Madrid	38.42188	-1.63747		Agramon,Agramón		54	AB	02037	
2522419	Agost	agost	ES	03698	4593	Europe/Madrid	38.44003	-0.63836		Agost,a ge si te,aghwst,dhstan agst,Агост,Ագոստ,أغوست,دهستان آگست,阿戈斯特	03002	60	A	03002	
2522425	Atzeneta d'Albaida	atzeneta-d-albaida	ES	46869	1344	Europe/Madrid	38.83333	-0.5		Adzaneta de Albaida,Atzeneta d'Albaida	46003	60	V	46003	
2522430	Adra	adra	ES	04770	24373	Europe/Madrid	36.74831	-3.02076		Abdera,Adra,Адра	04003	51	AL	04003	
2522432	Ador	ador	ES	46729	1346	Europe/Madrid	38.91823	-0.22247		Ador	46002	60	V	46002	
2522438	Adamuz	adamuz	ES	14430	4383	Europe/Madrid	38.02674	-4.52231		Adamuz	14001	51	CO	14001	
2522439	Solana	solana	ES	04829	0	Atlantic/Canary	27.98758	-15.65912				53	GC	35025	
2522443	Acojeja	acojeja	ES	38688	0	Atlantic/Canary	28.195	-16.76619		Acojeja		53	TF	38019	
2522446	Aceuchal	aceuchal	ES	06207	5408	Europe/Madrid	38.64627	-6.48636		Acebuchal,Acenchal,Aceuchal	06002	57	BA	06002	
2522451	Acequias	acequias	ES	18656	0	Europe/Madrid	36.96786	-3.53974				51	GR	18119	
2522459	Acehuche	acehuche	ES	10879	876	Europe/Madrid	39.8026	-6.63372		Acehuche		57	CC	10004	
2522460	Acedera	acedera	ES	06730	844	Europe/Madrid	39.07678	-5.57384			06001	57	BA	06001	
2522461	Aceca	aceca	ES	45292	0	Europe/Madrid	39.95	-3.85		Aceca,Barrio Aceca		54	TO	45196	
2522467	Acebuche	acebuche	ES	21342	0	Europe/Madrid	38.82376	-2.0318		Acebuche,Casa Acebuche		54	AB	02065	
2522470	Acebuchal	acebuchal	ES	23211	0	Europe/Madrid	36.81667	-3.95		Acebuchal,Caserio Acebuchal,Caserío Acebuchal		51	MA	29045	
2522473	Acardece	acardece	ES	38892	0	Atlantic/Canary	28.1382	-17.31271		Acardece		53	TF	38049	
2522474	Alcalá del Río	alcala-del-rio	ES	41200	10869	Europe/Madrid	37.5178	-5.98185		Alcala,Alcala del Rio,Alcalá,Alcalá del Río	41005	51	SE	41005	
2522476	Abrucena	abrucena	ES	04520	1379	Europe/Madrid	37.13226	-2.79711		Abrucena	04002	51	AL	04002	
2522477	Abriojal	abriojal	ES	04260	0	Europe/Madrid	36.95398	-2.46775		Abriojal,Barriada Abriojal		51	AL	04078	
2522483	Abla	abla	ES	04510	1480	Europe/Madrid	37.14245	-2.77808		Abla,Abula,Aebura	04001	51	AL	04001	
2522484	Abió	abio	ES	03100	0	Europe/Madrid	38.54997	-0.45124		Abio,Abió,Casa Abio		60	A	03083	
2522486	Abertura	abertura	ES	10262	509	Europe/Madrid	39.24352	-5.81394		Abertura	10002	57	CC	10002	
2522488	Abenójar	abenojar	ES	13180	1683	Europe/Madrid	38.88032	-4.35702		Abenojar,Abenójar	13001	54	CR	13001	
2522490	Abengibre	abengibre	ES	02250	991	Europe/Madrid	39.21667	-1.53333		Abengibre	02001	54	AB	02001	
2522493	Abejuela	abejuela	ES	02439	76	Europe/Madrid	39.91039	-0.89444				52	TE	44002	
2522494	Abejuela	abejuela	ES	02439	0	Europe/Madrid	38.36559	-2.04025		Abejuela		54	AB	02042	
2522495	Abejuela	abejuela	ES	02439	0	Europe/Madrid	37.51113	-1.9067		Abejuela,Caserio Abejuela,Caserío Abejuela		51	AL	04053	
2522496	Abdet	abdet	ES	03517	0	Europe/Madrid	38.69422	-0.25726		Abdet,Caserio Abdet,Caserío Abdet		60	A	03057	
2522499	Abarán	abaran	ES	30550	12991	Europe/Madrid	38.20551	-1.39907		Abaran,Abarán,Albaran		31	MU	30011	
2522505	Abanilla	abanilla	ES	30640	6510	Europe/Madrid	38.20537	-1.04153		Abanil'ja,Abanilla,Albanilla,Avanigia,Fabaniella,Favanella,La Zarza de Abanilla,a wa ni li ya,abanya,Αβανίγια,Абанилья,Абанілья,أبانيا,阿瓦尼利亚	30001	31	MU	30001	
2565056	Punta Umbría	punta-umbria	ES	21100	14708	Europe/Madrid	37.18213	-6.96605		Punta Umbria,Punta Umbría	21060	51	H	21060	
2565078	El Alamillo	el-alamillo	ES	11391	0	Europe/Madrid	37.08776	-6.56421				51	H	21005	
2565079	Las Casillas	las-casillas	ES	05516	0	Europe/Madrid	37.08361	-6.62194				51	H	21005	
2565086	San Vicente	san-vicente	ES	31448	0	Europe/Madrid	37.07835	-6.55422				51	H	21005	
2565176	El Torviscal	el-torviscal	ES	06719	0	Europe/Madrid	37.08419	-5.85628				51	SE	41095	
2565187	Santa Isabel	santa-isabel	ES	48003	0	Europe/Madrid	36.5825	-6.26667				51	CA	11027	
2565191	San Felipe Neri	san-felipe-neri	ES	03158	0	Europe/Madrid	36.515	-6.28361				51	CA	11012	
2566918	El Mármol	el-marmol	ES	23412	0	Europe/Madrid	37.17509	-6.11121				51	SE	41079	
2566921	El Hoyuelo	el-hoyuelo	ES	41880	0	Europe/Madrid	37.18139	-6.08333		El Hoyuelo		51	SE	41079	
2567179	Taraguilla	taraguilla	ES	11369	0	Europe/Madrid	36.20528	-5.42167				51	CA	11033	
2567224	Bolonia	bolonia	ES	11391	0	Europe/Madrid	36.089	-5.77426		Bolonia,Cortijada de Bolonia		51	CA	11035	
3104200	Zuzones	zuzones	ES	09491	0	Europe/Madrid	41.62237	-3.45876		Zuzones		55	BU	09421	
3104205	Zurita	zurita	ES	22569	0	Europe/Madrid	43.34337	-3.99532		Zurita		39	S	39052	
3104206	Zuriáin	zuriain	ES	31699	0	Europe/Madrid	42.88035	-1.56611		Zuriain,Zuriáin		32	NA	31098	
3104208	Zureda	zureda	ES	33629	0	Europe/Madrid	43.09094	-5.8492		Zureda		34	O	33033	
3104209	Zurbao / Zurbano	zurbano	ES	01520	0	Europe/Madrid	42.87066	-2.61809		Zurbano,Zurbao		59	VI	01008	
3104213	Zúñiga	zuniga	ES	30814	191	Europe/Madrid	42.69247	-2.29982			31265	32	NA	31265	
3104214	Zuñeda	zuneda	ES	09245	61	Europe/Madrid	42.60501	-3.22632		Zuneda,Zuñeda	09485	55	BU	09485	
3104215	Zumeltzu	zumeltzu	ES	01195	0	Europe/Madrid	42.808	-2.75602		Zumeltzu,Zumelzu		59	VI	01059	
3104217	Zumel	zumel	ES	09150	0	Europe/Madrid	42.44858	-3.81467		Zumel		55	BU	09902	
3104218	Zumaia	zumaia	ES	20750	8751	Europe/Madrid	43.29469	-2.25341		Zumaia,Zumaya	20081	59	SS	20081	
3104219	Zumarraga	zumarraga	ES	20700	10104	Europe/Madrid	43.08858	-2.31408		Sumaraga,Sumarraga,Zumarraga,Zumárraga,su ma la jia,sumalaga,sumaraga,thwmaragha,Сумарага,Сумаррага,Սումառագա,ثوماراغا,スマラガ,苏马拉加,수마라가	20080	59	SS	20080	
3104220	Zulueta	zulueta	ES	31470	0	Europe/Madrid	42.74506	-1.57928				32	NA	31088	
3104223	Zugarramurdi	zugarramurdi	ES	31710	227	Europe/Madrid	43.26964	-1.54113		Zugarramurdi	31264	32	NA	31264	
3104224	Zufía	zufia	ES	31241	0	Europe/Madrid	42.66641	-2.10371				32	NA	31168	
3104226	Zuera	zuera	ES	50800	6098	Europe/Madrid	41.86775	-0.78984		Suehra,Suera,Zuera,su ai la,thwyra,Суера,Суэра,ثويرا,苏埃拉	50298	52	Z	50298	
3104227	Zudaire	zudaire	ES	31272	820	Europe/Madrid	42.77295	-2.13363		Amescoa Baja,Amezcoa Baja,Améscoa Baja,Zudaire		32	NA	31013	
3104228	Zucaina	zucaina	ES	12125	196	Europe/Madrid	40.11667	-0.41667		Sucaina,Zucaina	12142	60	CS	12142	
3104229	Zubiri	zubiri	ES	31630	0	Europe/Madrid	42.93134	-1.50341		Zubiri		32	NA	31098	
3104230	Zubillaga	zubillaga	ES	01213	0	Europe/Madrid	43.06078	-2.43938		Zubillaga		59	SS	20059	
3104231	Zubillaga	zubillaga	ES	01213	0	Europe/Madrid	43.05716	-2.0874		Zubillaga		59	SS	20071	
3104232	Zubieta	zubieta	ES	31746	0	Europe/Madrid	43.27049	-2.03496		Zubieta		59	SS	20069	
3104233	Zubieta	zubieta	ES	31746	292	Europe/Madrid	43.12473	-1.74219			31263	32	NA	31263	
3104234	Zubielqui	zubielqui	ES	31241	0	Europe/Madrid	42.6789	-2.06766				32	NA	31011	
3104239	Zubialde	zubialde	ES	20749	0	Europe/Madrid	43.14819	-2.85076		Zubialde		59	BI	48025	
3104240	Zubero	zubero	ES	48380	0	Europe/Madrid	43.28847	-2.5579		Zubero		59	BI	48070	
3104241	Zuhatzu	zuhatzu	ES	01195	0	Europe/Madrid	42.90954	-1.87695		Zuazu,Zuhatzu		32	NA	31025	
3104243	Zuhatzu / Zuazo de Vitoria	zuazo-de-vitoria	ES	01195	0	Europe/Madrid	42.8398	-2.72207		Zuazo,Zuazo de Vitoria,Zuhatzu		59	VI	01059	
3104247	Zuhatza / Zuaza	zuaza	ES	01477	0	Europe/Madrid	43.1	-3.05		Zuaza,Zuhatza		59	VI	01010	
3104249	Zuares del Páramo	zuares-del-paramo	ES	24249	0	Europe/Madrid	42.32841	-5.68313		Zuares,Zuares del Paramo,Zuares del Páramo		55	LE	24017	
3104252	Zotes del Páramo	zotes-del-paramo	ES	24249	572	Europe/Madrid	42.27268	-5.73617		Zotes del Paramo,Zotes del Páramo	24230	55	LE	24230	
3104253	Zos	zos	ES	32695	0	Europe/Madrid	42.04035	-7.66435		Zos		58	OR	32082	
3104257	Zorraquín	zorraquin	ES	26288	53	Europe/Madrid	42.32565	-3.03925		Zorraquin,Zorraquín	26183	27	LO	26183	
3104258	Zorita del Páramo	zorita-del-paramo	ES	34407	0	Europe/Madrid	42.60323	-4.35943		Zorita del Paramo,Zorita del Páramo		55	P	34122	
3104259	Zorita de los Molinos	zorita-de-los-molinos	ES	05163	0	Europe/Madrid	40.76918	-4.69898		Zorita de los Molinos		55	AV	05128	
3104260	Zorita de los Canes	zorita-de-los-canes	ES	19119	99	Europe/Madrid	40.33052	-2.88764		Zorita de los Canes	19335	54	GU	19335	
3104261	Zorita del Maestrazgo	zorita-del-maestrazgo	ES	12311	132	Europe/Madrid	40.72817	-0.16667		Sorita,Zorita,Zorita del Maestrazgo	12141	60	CS	12141	
3104262	Zorita de la Loma	zorita-de-la-loma	ES	47609	0	Europe/Madrid	42.23825	-5.0225				55	P	34206	
3104263	Zorita de la Frontera	zorita-de-la-frontera	ES	37408	256	Europe/Madrid	41.01453	-5.19659		Zorita de la Frontera	37382	55	SA	37382	
3104266	Zorita	zorita	ES	10130	0	Europe/Madrid	41.04233	-5.75646		Zorita		55	SA	37342	
3104270	Zollo-Elexalde	zollo-elexalde	ES	48499	0	Europe/Madrid	43.2	-2.93333		Zollo,Zollo Elexalde,Zollo-Elejalde		59	BI	48009	
3104271	Zolle	zolle	ES	27183	0	Europe/Madrid	42.88776	-7.63801		Zolle		58	LU	27023	
3104272	Zolina	zolina	ES	31192	0	Europe/Madrid	42.76754	-1.58499		Zolina		32	NA	31088	
3104274	Zenzano	zenzano	ES	26131	0	Europe/Madrid	42.31279	-2.369		Zenzano		27	LO	26083	
3104275	Zazuar	zazuar	ES	09490	269	Europe/Madrid	41.69528	-3.55451			09483	55	BU	09483	
3104276	Zayuelas	zayuelas	ES	42351	0	Europe/Madrid	41.69544	-3.22582		Zayuelas		55	SO	42085	
3104277	Zayas de Torre	zayas-de-torre	ES	42329	0	Europe/Madrid	41.66812	-3.31947		Zayas de Torre		55	SO	42103	
3104278	Zayas de Báscones	zayas-de-bascones	ES	42351	0	Europe/Madrid	41.68464	-3.27015		Zayas de Bascones,Zayas de Báscones		55	SO	42007	
3104284	Zarzuela del Pinar	zarzuela-del-pinar	ES	40293	553	Europe/Madrid	41.26018	-4.18457		Zarzuela del Pinar	40234	55	SG	40234	
3104285	Zarzuela del Monte	zarzuela-del-monte	ES	40152	510	Europe/Madrid	40.80888	-4.33613		Zarzuela del Monte	40233	55	SG	40233	
3104286	Zarzuela de Jadraque	zarzuela-de-jadraque	ES	19237	49	Europe/Madrid	41.06838	-3.04436		Zarzuela de Jadraque	19334	54	GU	19334	
3104287	Zarzuela de Galve	zarzuela-de-galve	ES	19238	0	Europe/Madrid	41.13494	-3.22223		Zarzuela de Galve		54	GU	19311	
3104289	Zarzuela	zarzuela	ES	16146	262	Europe/Madrid	40.25902	-2.11034		Zarzuela	16280	54	CU	16280	
3104294	Zarzosa	zarzosa	ES	26586	14	Europe/Madrid	42.18294	-2.34297		Zarzosa	26181	27	LO	26181	
3104296	Zarzalejo	zarzalejo	ES	28293	1327	Europe/Madrid	40.54811	-4.18176			28183	29	M	28183	
3104297	Zarza de Tajo	zarza-de-tajo	ES	16470	267	Europe/Madrid	40.01591	-3.12877		Zarza de Tajo	16279	54	CU	16279	
3104298	Zarza de Granadilla	zarza-de-granadilla	ES	10710	1744	Europe/Madrid	40.23723	-6.0485		Zarza de Granadilla	10216	57	CC	10216	
3104301	Zarratón	zarraton	ES	26291	248	Europe/Madrid	42.51649	-2.88094		Zarraton,Zarratón	26180	27	LO	26180	
3104302	Zarrantz	zarrantz	ES	31869	0	Europe/Madrid	42.94505	-1.78391		Zarrantz,Zarranz		32	NA	31126	
3104304	Zarracós	zarracos	ES	32839	0	Europe/Madrid	42.18452	-7.87806				58	OR	32047	
3104307	Olabe	zarra	ES	46621	0	Europe/Madrid	43.28333	-2.63333				59	BI	48062	
3104309	Zariquiegui	zariquiegui	ES	31190	0	Europe/Madrid	42.74848	-1.72262		Zariquiegui		32	NA	31076	
3104310	Zarimutz	zarimutz	ES	20530	0	Europe/Madrid	43.00353	-2.5641		Zarimutz,Zarimuz		59	SS	20034	
3104313	Zardón	zardon	ES	33556	0	Europe/Madrid	43.38327	-5.04651		Zardon,Zardón		34	O	33012	
3104314	Zardaín	zardain	ES	33873	0	Europe/Madrid	43.39248	-6.55072		Zardain,Zardaín		34	O	33073	
3104316	Zarautz	zarautz	ES	20800	22627	Europe/Madrid	43.28444	-2.16992		Zarautz,Zarauz	20079	59	SS	20079	
3104317	Zarate	zarate	ES	01139	0	Europe/Madrid	42.96459	-2.78572		Zarate,Zárate		59	VI	01063	
3104318	Zaratán	zaratan	ES	37170	2395	Europe/Madrid	41.65971	-4.78417		Zaratan,Zaratán	47231	55	VA	47231	
3104319	Zaratán	zaratan	ES	37170	0	Europe/Madrid	41.02413	-5.81498		Zaratan,Zaratán		55	SA	37253	
3104320	Zaratamo	zaratamo	ES	48480	1643	Europe/Madrid	43.21667	-2.86667		Zaratamo,Zarátamo	48097	59	BI	48097	
3104321	Zarapicos	zarapicos	ES	37170	111	Europe/Madrid	41.0383	-5.84526		Zarapicos	37380	55	SA	37380	
3104322	Zaramillo	zaramillo	ES	48820	0	Europe/Madrid	43.23333	-3.01667		Zaramillo		59	BI	48045	
3104324	Zaragoza	zaragoza	ES	50001	674317	Europe/Madrid	41.65606	-0.87734		Caesaraugusta,Caesarea Augusta,Caragoca,Salduba,Salduie,Saragoca,Saragosa,Saragosae,Saragoso,Saragossa,Saragosse,Saragoza,Saragozza,Saragoça,Saragòssa,Saraqosa,ZAZ,ZGZ,Zaragosa,Zaragoza,Zaragozo,Zargoza,sa la ge sa,sa ra ko sa,salagosa,saragosa,saragwsa,sarajwsa,srgwsh,srqstt,sەrەgۆsa,taragota,Çaragoça,Żaragoża,Σαραγόσα,Сарагосæ,Сарагоса,Сарагосо,Սարագոսա,סאראגאסא,סרגוסה,ساراجوسا,ساراگوسا,سرقسطة,سەرەگۆسا,सारागोसा,ਤਾਰਾਗੋਤਾ,ซาราโกซา,სარაგოსა,サラゴサ,萨拉戈萨,사라고사	52	52	Z	50297	
3104325	Zárabes	zarabes	ES	42127	0	Europe/Madrid	41.56032	-2.18864		Zarabes,Zárabes		55	SO	42021	
3104327	Zapeaus	zapeaus	ES	32654	0	Europe/Madrid	42.07364	-7.8645		Zapeaus		58	OR	32067	
3104329	Zaparín	zaparin	ES	32211	1	Europe/Madrid	42.21667	-8.11667		Zaparin,Zaparín		58	OR	32027	
3104330	Zapardiel de la Ribera	zapardiel-de-la-ribera	ES	05631	123	Europe/Madrid	40.35554	-5.32826		Zapardiel de la Ribera	05267	55	AV	05267	
3104331	Zapardiel de la Cañada	zapardiel-de-la-canada	ES	05154	157	Europe/Madrid	40.60648	-5.33791		Zapardiel de la Canada,Zapardiel de la Cañada	05266	55	AV	05266	
3104333	Zaorejas	zaorejas	ES	19495	195	Europe/Madrid	40.76209	-2.2012		Zaorejas	19333	54	GU	19333	
3104334	Zanzabornín	zanzabornin	ES	33439	0	Europe/Madrid	43.56881	-5.82612		Zanzabarnin,Zanzabornin,Zanzabornín		34	O	33025	
3104335	Zangandez	zangandez	ES	09211	0	Europe/Madrid	42.7045	-3.2663		Zangandez		55	BU	09238	
3104336	Zanfoga	zanfoga	ES	27671	0	Europe/Madrid	42.67031	-7.04928		Zanfoga		58	LU	27045	
3104342	Zamora	zamora	ES	35349	66293	Europe/Madrid	41.50633	-5.74456		Samora,ZOB,Zamora,Zamoro,samora,thamora,zamwra,Самора,زامورا,থামোরা,サモラ	ZA	55	ZA	49275	
3104345	Zambrana	zambrana	ES	01212	367	Europe/Madrid	42.66102	-2.87909		Zambrana,Zanbrana	01062	59	VI	01062	
3104347	Zamayón	zamayon	ES	37110	190	Europe/Madrid	41.14861	-5.83054		Zamayon,Zamayón	37379	55	SA	37379	
3104348	Zamarramala	zamarramala	ES	40196	0	Europe/Madrid	40.9663	-4.13443		Zamarramala		55	SG	40194	
3104349	Zamarra	zamarra	ES	37591	136	Europe/Madrid	40.51893	-6.45248		Samarra,Zamarra	37378	55	SA	37378	
3104351	Zamajón	zamajon	ES	42128	0	Europe/Madrid	41.61595	-2.33517		Zamajon,Zamajón		55	SO	42183	
3104356	Zalduendo	zalduendo	ES	09199	0	Europe/Madrid	42.34613	-3.48499		Zalduendo		55	BU	09026	
3104359	Zaldibar	zaldibar	ES	48250	0	Europe/Madrid	43.16667	-2.53333		Zaldibar,Zaldivar,Zaldua,Zaldívar	48095	59	BI	48095	
3104360	Zaldierna	zaldierna	ES	26289	0	Europe/Madrid	42.28167	-3.02643		Zaldierna		27	LO	26061	
3104362	Zalba	zalba	ES	31484	0	Europe/Madrid	42.8346	-1.4501		Zalba		32	NA	31156	
3104363	Zalamillas	zalamillas	ES	24207	0	Europe/Madrid	42.25192	-5.41686		Zalamillas		55	LE	24099	
3104365	Zaláin	zalain	ES	31789	0	Europe/Madrid	43.27556	-1.70909		Zalain,Zaláin		32	NA	31153	
3104368	Zaidín	zaidin	ES	22530	1721	Europe/Madrid	41.60402	0.26429		Saidi,Saidi / Zaidin,Saidí,Saidí / Zaidín,Zaidin,Zaidín		52	HU	22254	
3104370	Zafrón	zafron	ES	37130	0	Europe/Madrid	41.03408	-6.02282		Zafron,Zafrón		55	SA	37116	
3104372	Zafrilla	zafrilla	ES	16317	126	Europe/Madrid	40.2	-1.61667		Zafrilla	16278	54	CU	16278	
3104373	Zafara	zafara	ES	49214	0	Europe/Madrid	41.39116	-6.23848		Zafara		55	ZA	49064	
3104374	Zael	zael	ES	09339	126	Europe/Madrid	42.10587	-3.82623		Zael	09480	55	BU	09480	
3104376	Zacos	zacos	ES	24396	0	Europe/Madrid	42.56648	-6.08391		Zacos		55	LE	24093	
3104384	Zabaldika	zabaldika	ES	31699	0	Europe/Madrid	42.85	-1.58333		Zabaldica,Zabaldika		32	NA	31086	
3104385	Zabalceta	zabalceta	ES	31422	0	Europe/Madrid	42.73242	-1.50848		Zabalceta		32	NA	31237	
3104387	Zábal	zabal	ES	31292	0	Europe/Madrid	42.70981	-2.00174		Zabal,Zábal		32	NA	31260	
3104389	Yuso	yuso	ES	39360	0	Europe/Madrid	43.40221	-4.08986		Yuso		39	S	39076	
3104390	Iurreta	iurreta	ES	48215	0	Europe/Madrid	43.18333	-2.63333		Iurreta,Ixorreta,Yurreta	48910	59	BI	48910	
3104391	Igorre	igorre	ES	48140	0	Europe/Madrid	43.16667	-2.76667		Igorre,Ihurre,Yurre		59	BI	48003	
3104394	Yunquera de Henares	yunquera-de-henares	ES	19210	2420	Europe/Madrid	40.75139	-3.1626		Yunquera,Yunquera de Henares,Yunqueria de Henares,Yunquería de Henares	19331	54	GU	19331	
3104395	Yuncos	yuncos	ES	45210	5615	Europe/Madrid	40.0859	-3.87106		Yuncos	45205	54	TO	45205	
3104397	Yuncler	yuncler	ES	45529	2467	Europe/Madrid	40.04079	-3.89979		Yuncler	45203	54	TO	45203	
3104398	Yugueros	yugueros	ES	24879	0	Europe/Madrid	42.80984	-5.17498		Yugueros		55	LE	24068	
3104400	Yudego	yudego	ES	09123	0	Europe/Madrid	42.36343	-4.00503				55	BU	09363	
3104402	Yosa de Sobremonte	yosa-de-sobremonte	ES	22638	0	Europe/Madrid	42.62297	-0.35028				52	HU	22059	
3104406	Yeste	yeste	ES	02480	0	Europe/Madrid	42.38333	-0.68333		Yeste		52	HU	22173	
3104407	Yéspola	yespola	ES	22622	0	Europe/Madrid	42.36918	-0.34082		Yespola,Yéspola		52	HU	22199	
3104408	Yésero	yesero	ES	22639	76	Europe/Madrid	42.61911	-0.2502		Yesero,Yésero	22253	52	HU	22253	
3104412	Yesa	yesa	ES	31410	259	Europe/Madrid	42.62025	-1.2036			31261	32	NA	31261	
3104414	Yernes	yernes	ES	33826	0	Europe/Madrid	43.27987	-6.10977		Yernes		34	O	33078	
3104416	Yermo	yermo	ES	39460	0	Europe/Madrid	43.30729	-4.08293		Yermo		39	S	39018	
3104418	Yeres	yeres	ES	24386	0	Europe/Madrid	42.43919	-6.76768		Yeres		55	LE	24122	
3104420	Yera	yera	ES	39685	0	Europe/Madrid	43.13333	-3.76667		Yera		39	S	39097	
3104421	Yéqueda	yequeda	ES	22193	0	Europe/Madrid	42.1844	-0.43578		Yequeda,Yéqueda		52	HU	22127	
3104423	Yelz	yelz	ES	31485	0	Europe/Madrid	42.79742	-1.51268				32	NA	31156	
3104425	Yelo	yelo	ES	42230	57	Europe/Madrid	41.21667	-2.51667		Yelo	42219	55	SO	42219	
3104427	Yeles	yeles	ES	45220	2967	Europe/Madrid	40.12035	-3.80487			45201	54	TO	45201	
3104428	Yélamos de Arriba	yelamos-de-arriba	ES	19143	119	Europe/Madrid	40.64008	-2.8434		Yelamos de Arriba,Yélamos de Arriba	19330	54	GU	19330	
3104429	Yélamos de Abajo	yelamos-de-abajo	ES	19143	81	Europe/Madrid	40.63092	-2.85803		Yelamos de Abajo,Yélamos de Abajo	19329	54	GU	19329	
3104430	Yela	yela	ES	19413	0	Europe/Madrid	40.8248	-2.78226		Yela		54	GU	19053	
3104435	Yecla de Yeltes	yecla-de-yeltes	ES	37219	331	Europe/Madrid	40.95917	-6.48904		Yecla,Yecla de Yeltes	37377	55	SA	37377	
3104436	Yebra de Basa	yebra-de-basa	ES	22610	165	Europe/Madrid	42.48647	-0.28178		Aebura	22252	52	HU	22252	
3104437	Yebra	yebra	ES	19111	0	Europe/Madrid	42.40467	-6.68144		Aebura,Yebra		55	LE	24016	
3104438	Yebra	yebra	ES	19111	515	Europe/Madrid	40.35702	-2.9663		Aebura,Yebra	19327	54	GU	19327	
3104439	Yebes	yebes	ES	19141	246	Europe/Madrid	40.53162	-3.10782		Yebes	19326	54	GU	19326	
3104440	Yeba	yeba	ES	22375	0	Europe/Madrid	42.52595	0.01581		Yeba		52	HU	22107	
3104441	Yaso	yaso	ES	22141	0	Europe/Madrid	42.20222	-0.12867	680	Yaso		52	HU	22058	
3104443	Yanguas de Eresma	yanguas-de-eresma	ES	40493	202	Europe/Madrid	41.07201	-4.23905		Yanguas de Eresma	40231	55	SG	40231	
3104444	Yanguas	yanguas	ES	42172	129	Europe/Madrid	42.10171	-2.33986		Janguas,Jangvas,Yangua,Yanguas,yi an gua si,Янгвас,Янгуас,伊安瓜斯	42218	55	SO	42218	
3104445	Igantzi	igantzi	ES	31790	0	Europe/Madrid	43.22526	-1.70048		Igantzi,Yanci	31259	32	NA	31259	
3104447	Ihaben	ihaben	ES	31869	0	Europe/Madrid	42.98732	-1.80725		Ihaben,Yaben		32	NA	31049	
3104455	Wamba	wamba	ES	47190	372	Europe/Madrid	41.67525	-4.91748		Wamba	47230	55	VA	47230	
3104459	Voznuevo	voznuevo	ES	24859	0	Europe/Madrid	42.86218	-5.29379		Voznuevo		55	LE	24021	
3104460	Vozmediano	vozmediano	ES	24859	0	Europe/Madrid	42.87559	-5.22826		Vozmediano		55	LE	24021	
3104461	Vozmediano	vozmediano	ES	24859	44	Europe/Madrid	41.83752	-1.8558		Vosmediano,Vozmediano,bo si mei di ya nuo,Восмедиано,Восмедіано,博斯梅迪亚诺	42217	55	SO	42217	
3104464	Voces	voces	ES	24444	0	Europe/Madrid	42.46164	-6.71701		Voces		55	LE	24022	
3104466	Vizmanos	vizmanos	ES	42173	36	Europe/Madrid	42.02342	-2.40869		Vizmanos	42216	55	SO	42216	
3104467	Vizmalo	vizmalo	ES	34260	0	Europe/Madrid	42.16608	-4.10025		Vizmalo		55	BU	09316	
3104470	Vizcaínos	vizcainos	ES	09613	54	Europe/Madrid	42.10359	-3.26698		Vizcainos,Vizcaínos	09478	55	BU	09478	
3104471	Viyao	viyao	ES	33534	0	Europe/Madrid	43.39588	-5.34245				34	O	33049	
3104472	Vivinera	vivinera	ES	49514	0	Europe/Madrid	41.6869	-6.31572		Vivinera		55	ZA	49003	
3104473	Vivigo	vivigo	ES	33156	0	Europe/Madrid	43.57631	-6.24192		Vivigo		34	O	33021	
3104478	Viver de Vicort	viver-de-vicort	ES	50324	0	Europe/Madrid	41.33975	-1.4545		Viver de Vicort		52	Z	50046	
3104479	Viver de la Sierra	viver-de-la-sierra	ES	50249	0	Europe/Madrid	41.47473	-1.63742		Viver de la Sierra		52	Z	50243	
3104480	Viver	viver	ES	12460	0	Europe/Madrid	41.95757	1.81503				56	B	08308	
3104481	Vivente	vivente	ES	33875	0	Europe/Madrid	43.24347	-8.23099				58	C	15902	
3104485	Vivedro	vivedro	ES	33718	0	Europe/Madrid	43.47136	-6.73741		Vivedro		34	O	33018	
3104486	Viveda	viveda	ES	39314	0	Europe/Madrid	43.37911	-4.064		Viveda,Vivera		39	S	39076	
3104488	Vivar del Cid	vivar-del-cid	ES	09140	0	Europe/Madrid	42.42308	-3.68008				55	BU	09301	
3104490	Biure	biure	ES	17723	0	Europe/Madrid	42.33734	2.89513		Biure	17234	56	GI	17234	
3104495	Víu	viu	ES	22450	0	Europe/Madrid	42.45488	0.34326		Viu,Víu		52	HU	22111	
3104501	Vitigudino	vitigudino	ES	37210	2961	Europe/Madrid	41.00912	-6.43404		Vitigudino,bi di gu di nuo,Витигудино,Вітігудіно,比蒂古迪诺	37376	55	SA	37376	
3104504	Vita	vita	ES	05146	96	Europe/Madrid	40.81178	-5.00583		Vita	05265	55	AV	05265	
3104505	Visuña	visuna	ES	27328	0	Europe/Madrid	42.60667	-7.06627				58	LU	27017	
3104508	Vistahermosa	vistahermosa	ES	32002	0	Europe/Madrid	40.93912	-5.69977				55	SA	37023	
3104509	Vistabella del Maestrazgo	vistabella-del-maestrazgo	ES	12135	416	Europe/Madrid	40.29617	-0.29435		Vistabella,Vistabella de Maestrazgo,Vistabella del Maestrat,Vistabella del Maestrazgo	12139	60	CS	12139	
3104510	Vistabella	vistabella	ES	50482	33	Europe/Madrid	41.2185	-1.15358		Vistabella	50295	52	Z	50295	
3104511	Vistabella	vistabella	ES	50482	0	Europe/Madrid	41.2098	1.26522		Vistabella		56	T	43144	
3104512	Vistalegre	vista-alegre	ES	30399	0	Europe/Madrid	43.26638	-3.10685				59	BI	48037	
3104513	Vispieres	vispieres	ES	39360	0	Europe/Madrid	43.37377	-4.09752		Vispieres		39	S	39076	
3104520	Visiedo	visiedo	ES	44164	186	Europe/Madrid	40.68558	-1.09709		Visedo,Visiedo,Viziedo	44266	52	TE	44266	
3104525	Vis	vis	ES	33559	0	Europe/Madrid	43.29443	-5.12793		Vis		34	O	33003	
3104527	Virués	virues	ES	09213	0	Europe/Madrid	42.80992	-3.35238		Virues,Virués		55	BU	09394	
3104528	Virtus	virtus	ES	09572	0	Europe/Madrid	42.98152	-3.83277		Virtus		55	BU	09413	
3104530	Virís	viris	ES	27373	0	Europe/Madrid	43.15	-7.7		Santa Elena,Viris,Virís		58	LU	27007	
3104541	Vior	vior	ES	33778	0	Europe/Madrid	43.45523	-6.93174		Vior		34	O	33017	
3104543	Vioño	viono	ES	33449	0	Europe/Madrid	43.59936	-5.86088		Viono,Vioño		34	O	33025	
3104544	Vioño	viono	ES	33449	0	Europe/Madrid	43.3639	-3.96923		Viono,Vioño		39	S	39052	
3104547	Viodo	viodo	ES	33448	0	Europe/Madrid	43.63971	-5.84284		San Bartolome de Viodo,San Bartolomé de Viodo		34	O	33025	
3104548	Viobes	viobes	ES	33529	0	Europe/Madrid	43.38121	-5.50667		Viobes		34	O	33040	
3104549	Vío	vio	ES	22375	0	Europe/Madrid	42.54505	0.05717		Bio,Bió,Vio,Vío		52	HU	22189	
3104551	Vinuesa	vinuesa	ES	42150	1022	Europe/Madrid	41.91032	-2.76483		Vinuehsa,Vinuesa,bi nu ai sa,Винуэса,Вінуеса,比努埃萨	42215	55	SO	42215	
3104555	Viñuelas	vinuelas	ES	19184	117	Europe/Madrid	40.79229	-3.34036		Vinuelas,Viñuelas	19325	54	GU	19325	
3104556	Viñuela de Sayago	vinuela-de-sayago	ES	49177	0	Europe/Madrid	41.24737	-5.95781		Vinuela de Sayago,Viñuela de Sayago		55	ZA	49005	
3104562	Viñón	vinon	ES	33310	0	Europe/Madrid	43.42718	-5.42398		San Julian,San Julián		34	O	33009	
3104563	Viñón	vinon	ES	33310	0	Europe/Madrid	43.18535	-4.63937		Vinon,Viñón		39	S	39022	
3104564	Vinyols i els Arcs	vinyols-i-els-arcs	ES	43391	0	Europe/Madrid	41.11667	1.03333		Vinols y Archs,Vinyols i els Arcs,Viñols y Archs		56	T	43129	
3104565	Viñoás	vinoas	ES	32448	0	Europe/Madrid	42.42749	-7.74118		Vinoas,Viñoás		58	OR	32052	
3104566	Viniegra de Arriba	viniegra-de-arriba	ES	26329	45	Europe/Madrid	42.09513	-2.83304		Viniegra de Arriba	26179	27	LO	26179	
3104567	Viniegra de Abajo	viniegra-de-abajo	ES	26329	110	Europe/Madrid	42.15055	-2.8893		Viniegra de Abajo	26178	27	LO	26178	
3104568	Viñegra de Moraña	vinegra-de-morana	ES	05309	81	Europe/Madrid	40.85074	-4.92115		Vinegra de Morana,Viñegra de Moraña	05264	55	AV	05264	
3104570	Vinebre	vinebre	ES	43792	448	Europe/Madrid	41.18464	0.58945		Vinebre	43177	56	T	43177	
3104573	Vindel	vindel	ES	16812	30	Europe/Madrid	40.58743	-2.3806		Vindel	16275	54	CU	16275	
3104576	Viñayo	vinayo	ES	24123	0	Europe/Madrid	42.79443	-5.77026		Vinayo,Viñayo		55	LE	24040	
3104584	Vinaròs	vinaros	ES	12500	28273	Europe/Madrid	40.47033	0.47559		Vinaros,Vinarose,Vinaroz,Винаросе	12138	60	CS	12138	
3104588	Viñales	vinales	ES	24319	0	Europe/Madrid	42.63499	-6.42396		Vinales,Viñales		55	LE	24014	
3104590	Vinaixa	vinaixa	ES	25440	574	Europe/Madrid	41.43333	0.98333			25255	56	L	25255	
3104591	Vinaderos	vinaderos	ES	05216	0	Europe/Madrid	41.01129	-4.74386		Vinaderos		55	AV	05152	
3104595	Viña	vina	ES	33638	0	Europe/Madrid	43.40982	-5.09621		Vina,Viña		34	O	33012	
3104596	Viña	vina	ES	33638	0	Europe/Madrid	43.3	-8.08333		Santa Eulalia,Vina,Viña		58	C	15039	
3104597	Viña	vina	ES	33638	0	Europe/Madrid	42.46068	-7.92306		San Roman,San Román,Vina,Viña		58	OR	32076	
3104600	Vimianzo	vimianzo	ES	15129	0	Europe/Madrid	43.10988	-9.03351			15092	58	C	15092	
3104601	Vimianzo	vimianzo	ES	15129	0	Europe/Madrid	42.88244	-8.00512				58	C	15079	
3104602	Vime de Sanabria	vime-de-sanabria	ES	49322	0	Europe/Madrid	42.06872	-6.5435		Vime de Sanabria		55	ZA	49143	
3104603	Vimbodí	vimbodi	ES	43430	1030	Europe/Madrid	41.40069	1.05056		Vimbodi,Vimbodí	43176	56	T	43176	
3104605	Vilviestre de Muñó	vilviestre-de-muno	ES	09230	0	Europe/Madrid	42.29077	-3.93362				55	BU	09125	
3104606	Vilviestre del Pinar	vilviestre-del-pinar	ES	09690	742	Europe/Madrid	41.95033	-3.07803		Vil'v'estre-del'-Pinar,Vil'vestre-del'-Pinar,Vilviestre del Pinar,bi er wei ye si te lei de er pi na er,fylfystry dyl baynar,Вильвьестре-дель-Пинар,Вільвєстре-дель-Пінар,فيلفيستري ديل باينار,比尔维耶斯特雷德尔皮纳尔	09425	55	BU	09425	
3104607	Vilviestre de los Nabos	vilviestre-de-los-nabos	ES	42153	0	Europe/Madrid	41.87934	-2.65349		Vilviestre de los Nabos		55	SO	42160	
3104608	Vilvestre	vilvestre	ES	37258	527	Europe/Madrid	41.10636	-6.72725		Vil'vestre,Vilvestre,bi er wei si te lei,Вильвестре,Вільвестре,比尔韦斯特雷	37350	55	SA	37350	
3104609	Vilobí d'Onyar	vilobi-d-onyar	ES	17185	0	Europe/Madrid	41.88333	2.75		Vilobi d'Onyar,Vilobí d'Onyar,Vilovi de Onar,Vilovi de Oñar,Viloví de Oñar	17233	56	GI	17233	
3104611	Vilobí del Penedès	vilobi-del-penedes	ES	08735	0	Europe/Madrid	41.38333	1.65		Vilobi del Penedes,Vilobí del Penedès,Vilovi,Viloví	08304	56	B	08304	
3104614	Vilouriz	vilouriz	ES	32160	0	Europe/Madrid	42.94239	-7.93281				58	C	15083	
3104616	el Vilosell	el-vilosell	ES	25457	0	Europe/Madrid	41.38333	0.95		Vilosell,el Vilosell		56	L	25169	
3104618	Viloria de Rioja	viloria-de-rioja	ES	09259	61	Europe/Madrid	42.42608	-3.10056		Viloria de Rioja	09424	55	BU	09424	
3104621	Viloria	viloria	ES	01426	0	Europe/Madrid	42.71091	-2.2351		Viloria		32	NA	31139	
3104622	Viloria	viloria	ES	01426	0	Europe/Madrid	42.60285	-6.40896		Viloria		55	LE	24049	
3104623	Viloria	viloria	ES	01426	389	Europe/Madrid	41.44604	-4.38356		Viloria	47194	55	VA	47194	
3104624	Vilopriu	vilopriu	ES	17466	183	Europe/Madrid	42.1	3			17232	56	GI	17232	
3104625	Viloíde	viloide	ES	27560	0	Europe/Madrid	42.73497	-7.80678		Veloide,Viloide,Viloíde		58	LU	27032	
3104627	Villusto	villusto	ES	09124	0	Europe/Madrid	42.56368	-4.06067		Villusto		55	BU	09427	
3104630	Villovieco	villovieco	ES	34449	105	Europe/Madrid	42.29478	-4.48122		Villovieco	34246	55	P	34246	
3104631	Villoviado	villoviado	ES	09348	0	Europe/Madrid	41.98028	-3.70295		Villoviado		55	BU	09194	
3104632	Villovela de Pirón	villovela-de-piron	ES	40393	0	Europe/Madrid	41.11492	-4.11995		Villovela de Piron,Villovela de Pirón		55	SG	40075	
3104633	Villovela de Esgueva	villovela-de-esgueva	ES	09310	0	Europe/Madrid	41.81388	-3.97194		Villovela de Esgueva		55	BU	09391	
3104634	Villotilla	villotilla	ES	34129	0	Europe/Madrid	42.35946	-4.67934		Villotilla		55	P	34236	
3104635	Villota del Páramo	villota-del-paramo	ES	34112	402	Europe/Madrid	42.55234	-4.84893		Villota del Paramo,Villota del Páramo	34245	55	P	34245	
3104636	Villota del Duque	villota-del-duque	ES	34118	0	Europe/Madrid	42.49039	-4.60335		Villota del Duque		55	P	34903	
3104638	Villota	villota	ES	09511	0	Europe/Madrid	42.9825	-3.17496		Villota		55	BU	09908	
3104639	Villoslada de Cameros	villoslada-de-cameros	ES	26125	398	Europe/Madrid	42.11383	-2.67413		Villoslada,Villoslada de Cameros	26177	27	LO	26177	
3104640	Villoslada	villoslada	ES	40449	0	Europe/Madrid	40.99107	-4.41948		Villoslada		55	SG	40185	
3104642	Villosilla de la Vega	villosilla-de-la-vega	ES	34111	0	Europe/Madrid	42.59651	-4.81523		Villosilla de la Vega		55	P	34245	
3104643	Villoruela	villoruela	ES	37338	983	Europe/Madrid	41.0086	-5.39381		Villoruela	37375	55	SA	37375	
3104644	Villoruebo	villoruebo	ES	09640	70	Europe/Madrid	42.16874	-3.44159		Villoruebo	09476	55	BU	09476	
3104645	Villorquite del Páramo	villorquite-del-paramo	ES	34117	0	Europe/Madrid	42.56521	-4.72887		Villorquite del Paramo,Villorquite del Páramo		55	P	34157	
3104646	Villorquite de Herrera	villorquite-de-herrera	ES	34409	0	Europe/Madrid	42.49944	-4.44487		Villorquite de Herrera		55	P	34222	
3104648	Villoría de Órbigo	villoria-de-orbigo	ES	24358	0	Europe/Madrid	42.41056	-5.88075		Villoria de Orbigo,Villoría de Órbigo		55	LE	24223	
3104650	Villoría	villoria	ES	33986	0	Europe/Madrid	43.21629	-5.56576		Villoria,Villoría		34	O	33032	
3104651	Villoría	villoria	ES	33986	0	Europe/Madrid	42.41131	-6.98021				58	OR	32009	
3104652	Villoría	villoria	ES	33986	1390	Europe/Madrid	40.99435	-5.37363		Villoria,Villoría		55	SA	37374	
3104653	Villores	villores	ES	12311	52	Europe/Madrid	40.67478	-0.20023		Villores	12137	60	CS	12137	
3104654	Villorejo	villorejo	ES	09133	0	Europe/Madrid	42.43157	-3.92461				55	BU	09181	
3104655	Villómar	villomar	ES	24218	0	Europe/Madrid	42.5186	-5.35971		Villomar,Villómar		55	LE	24094	
3104656	Villoldo	villoldo	ES	34131	432	Europe/Madrid	42.24782	-4.59592		Villoldo	34243	55	P	34243	
3104657	Villodrigo	villodrigo	ES	34257	146	Europe/Madrid	42.14436	-4.09527		Villadrigo,Villodrigo	34242	55	P	34242	
3104658	Villodre	villodre	ES	34466	34	Europe/Madrid	42.21161	-4.24484			34241	55	P	34241	
3104659	Billoda / Víllodas	villodas	ES	01195	0	Europe/Madrid	42.8328	-2.7882		Billoda,Biloda,Villodas,Víllodas		59	VI	01901	
3104660	Villibañe	villibane	ES	24250	0	Europe/Madrid	42.38229	-5.63145		Villibane,Villibañe		55	LE	24187	
3104661	Villimer	villimer	ES	24163	0	Europe/Madrid	42.58093	-5.41385		Villimer		55	LE	24225	
3104663	Villiguer	villiguer	ES	24219	0	Europe/Madrid	42.52663	-5.38349		Villiguer		55	LE	24225	
3104664	Villeza	villeza	ES	24324	0	Europe/Madrid	42.33151	-5.20061		Villeza		55	LE	24191	
3104670	Villemar	villemar	ES	34349	0	Europe/Madrid	42.31521	-4.9275				55	P	34206	
3104671	Villelga	villelga	ES	34349	0	Europe/Madrid	42.29871	-4.93617				55	P	34206	
3104672	Villel de Mesa	villel-de-mesa	ES	19332	221	Europe/Madrid	41.12616	-1.99072		Villel,Villel de Mesa	19324	54	GU	19324	
3104673	Villela	villela	ES	34492	0	Europe/Madrid	42.68486	-4.28085		Villela		55	BU	09306	
3104674	Villel	villel	ES	44131	361	Europe/Madrid	40.23463	-1.18611		Villel	44264	52	TE	44264	
3104675	Vileiriz	vileiriz	ES	27363	0	Europe/Madrid	42.81293	-7.55109		Vileiriz		58	LU	27043	
3104676	Villeirín	villeirin	ES	33159	0	Europe/Madrid	43.52643	-6.1975		Villeirin,Villeirín		34	O	33021	
3104677	Villeguillo	villeguillo	ES	40496	137	Europe/Madrid	41.2529	-4.57951		Villeguillo	40230	55	SG	40230	
3104678	Villegas	villegas	ES	09128	112	Europe/Madrid	42.46866	-4.01759		Villegas	09473	55	BU	09473	
3104679	Villegar	villegar	ES	39699	0	Europe/Madrid	43.22304	-3.94853		Villecar,Villegar		39	S	39026	
3104680	Villazopeque	villazopeque	ES	09226	77	Europe/Madrid	42.19845	-4.01688			09472	55	BU	09472	
3104681	Villazón	villazon	ES	33868	0	Europe/Madrid	43.4	-6.2		Santiago,Villazon,Villazón		34	O	33059	
3104682	Villazanzo de Valderaduey	villazanzo-de-valderaduey	ES	24328	657	Europe/Madrid	42.53592	-4.96462		Villazanzo de Valderaduey	24229	55	LE	24229	
3104683	Villazala	villazala	ES	24763	928	Europe/Madrid	42.36146	-5.856		Villazala	24228	55	LE	24228	
3104684	Vilaza	vilaza	ES	32618	0	Europe/Madrid	42.11667	-8.75				58	PO	36021	
3104686	Villayuste	villayuste	ES	24126	0	Europe/Madrid	42.79264	-5.89573		Villayuste		55	LE	24167	
3104690	Villayo	villayo	ES	33427	0	Europe/Madrid	43.4735	-5.93973		Villayo		34	O	33035	
3104692	Villayandre	villayandre	ES	24989	0	Europe/Madrid	42.89466	-5.14645		Villayandre		55	LE	24060	
3104693	Villaviudas	villaviudas	ES	34249	406	Europe/Madrid	41.96227	-4.342		Villaviudas	34238	55	P	34238	
3104694	Villavieja de Yeltes	villavieja-de-yeltes	ES	37260	1043	Europe/Madrid	40.87573	-6.46792		Villarieja,Villavieja,Villavieja de Yeltes	37373	55	SA	37373	
3104695	Villavieja de Muñó	villavieja-de-muno	ES	09239	0	Europe/Madrid	42.25959	-3.89294				55	BU	09125	
3104697	Villavieja del Cerro	villavieja-del-cerro	ES	47113	0	Europe/Madrid	41.53302	-5.03719		Villavieja del Cerro		55	VA	47165	
3104698	Villavieja	villavieja	ES	24446	0	Europe/Madrid	42.48353	-6.68371		Villavieja		55	LE	24119	
3104699	Vilavella	vilavella	ES	27632	0	Europe/Madrid	42.03722	-7.01492		Santa Maria de Villavieja,Santa María de Villavieja,Villavieja		58	OR	32048	
3104700	Villavidel	villavidel	ES	24225	0	Europe/Madrid	42.44023	-5.54089		Villavidel		55	LE	24033	
3104701	Villaviciosa de Tajuña	villaviciosa-de-tajuna	ES	19413	0	Europe/Madrid	40.78526	-2.8373		Villaviciosa de Tajuna,Villaviciosa de Tajuña		54	GU	19053	
3104703	Villaviciosa de Odón	villaviciosa-de-odon	ES	28670	26475	Europe/Madrid	40.3581	-3.9043		Vil'javisiosa-de-Odon,Villaviciosa de Odon,Villaviciosa de Odón,Вильявисиоса-де-Одон	28181	29	M	28181	
3104704	Villaviciosa de la Ribera	villaviciosa-de-la-ribera	ES	24271	0	Europe/Madrid	42.66303	-5.85379		Villaviciosa de la Ribera		55	LE	24092	
3104707	Villaviciosa	villaviciosa	ES	05130	14775	Europe/Madrid	43.48126	-5.43574			33076	34	O	33076	
3104708	Villaviciosa	villaviciosa	ES	05130	0	Europe/Madrid	40.53651	-4.89845		Villaviciosa		55	AV	05238	
3104709	Villavicencio de los Caballeros	villavicencio-de-los-caballeros	ES	47676	294	Europe/Madrid	42.05893	-5.23566		Villavicencio de los Caballeros	47229	55	VA	47229	
3104710	Villaviad	villaviad	ES	39776	0	Europe/Madrid	43.38408	-3.38035		Villaviad		39	S	39036	
3104711	Villaveza de Valverde	villaveza-de-valverde	ES	49697	129	Europe/Madrid	41.94516	-5.84849		Villaveza,Villaveza de Valverde	49272	55	ZA	49272	
3104712	Villaveza del Agua	villaveza-del-agua	ES	49760	262	Europe/Madrid	41.91922	-5.67871		Villaveza del Agua	49271	55	ZA	49271	
3104713	Villaveta	villaveta	ES	09109	0	Europe/Madrid	42.77121	-1.39853				32	NA	31158	
3104714	Villaveta	villaveta	ES	09109	0	Europe/Madrid	42.33688	-4.15545				55	BU	09091	
3104715	Villavés	villaves	ES	09557	0	Europe/Madrid	42.97087	-3.72042				55	BU	09216	
3104716	Villaverde-Peñahorada	villaverde-penahorada	ES	09591	0	Europe/Madrid	42.46368	-3.67022		Villaverde-Penahorada,Villaverde-Peñahorada		55	BU	09906	
3104717	Villaverde-Mogina	villaverde-mogina	ES	09226	104	Europe/Madrid	42.16041	-4.05024		Villaverde-Mogina	09467	55	BU	09467	
3104718	Villaverde de la Chiquita	villaverde-de-la-chiquita	ES	24930	0	Europe/Madrid	42.58117	-5.19331		Villaverde de la Chiquita		55	LE	24180	
3104719	Villaverde de Sandoval	villaverde-de-sandoval	ES	24217	0	Europe/Madrid	42.50179	-5.46693		Villaverde de Sandoval		55	LE	24095	
3104720	Villaverde de Rioja	villaverde-de-rioja	ES	26321	78	Europe/Madrid	42.32051	-2.8137		Villaverde de Rioja	26176	27	LO	26176	
3104721	Villaverde de Pontones	villaverde-de-pontones	ES	39793	0	Europe/Madrid	43.41228	-3.70162		Villaverde,Villaverde Pontones		39	S	39062	
3104722	Villaverde de Montejo	villaverde-de-montejo	ES	40542	56	Europe/Madrid	41.52225	-3.65452		Villaverde de Montejo	40229	55	SG	40229	
3104723	Villaverde de Medina	villaverde-de-medina	ES	47465	598	Europe/Madrid	41.30687	-5.02625		Villaverde de Medina	47228	55	VA	47228	
3104724	Villaverde de los Cestos	villaverde-de-los-cestos	ES	24314	0	Europe/Madrid	42.60075	-6.47209		Villaverde de los Cestos		55	LE	24049	
3104725	Villaverde del Monte	villaverde-del-monte	ES	09339	160	Europe/Madrid	42.16075	-3.81421		Villaverde del Monte	09466	55	BU	09466	
3104726	Villaverde del Monte	villaverde-del-monte	ES	09339	0	Europe/Madrid	41.81313	-2.6722		Villaverde del Monte		55	SO	42061	
3104728	Villaverde del Ducado	villaverde-del-ducado	ES	19261	0	Europe/Madrid	41.00118	-2.49115		Villaverde del Ducado		54	GU	19011	
3104729	Villaverde de la Peña	villaverde-de-la-pena	ES	34869	0	Europe/Madrid	42.83333	-4.61667		Villaverde de la Pena,Villaverde de la Peña		55	P	34049	
3104730	Villaverde de la Cuerna	villaverde-de-la-cuerna	ES	24844	0	Europe/Madrid	43.00287	-5.39344		Villaverde de la Cuerna		55	LE	24177	
3104731	Villaverde de la Abadía	villaverde-de-la-abadia	ES	24390	0	Europe/Madrid	42.52705	-6.71328		Villaverde de la Abadia,Villaverde de la Abadía		55	LE	24038	
3104732	Villaverde de Iscar	villaverde-de-iscar	ES	40219	672	Europe/Madrid	41.30662	-4.52753		Villaverde de Iscar		55	SG	40228	
3104733	Villaverde de Guareña	villaverde-de-guarena	ES	37428	203	Europe/Madrid	41.06406	-5.52492		Villaverde de Guarena,Villaverde de Guareña	37372	55	SA	37372	
3104734	Villaverde de Arriba	villaverde-de-arriba	ES	24890	0	Europe/Madrid	42.68893	-5.52041		Villaverde de Arriba		55	LE	24076	
3104735	Villaverde de Arcayos	villaverde-de-arcayos	ES	24171	0	Europe/Madrid	42.60692	-5.03804		Villaverde de Arcayos		55	LE	24004	
3104736	Villaverde de Abajo	villaverde-de-abajo	ES	24890	0	Europe/Madrid	42.67917	-5.52368		Villaverde de Abajo		55	LE	24076	
3104737	Villaverde	villaverde	ES	01118	0	Europe/Madrid	43.5401	-5.51243		San Pedro,Villaverde		34	O	33076	
3104738	Villaverde	villaverde	ES	01118	0	Europe/Madrid	43.50679	-5.39463				34	O	33076	
3104739	Villaverde	villaverde	ES	01118	0	Europe/Madrid	43.47675	-5.67555				34	O	33024	
3104740	Villaverde	villaverde	ES	01118	0	Europe/Madrid	43.31612	-6.27847				34	O	33005	
3104741	Villaverde	villaverde	ES	01118	0	Europe/Madrid	43.25899	-5.1435				34	O	33003	
3104742	Villaverde	villaverde	ES	01118	0	Europe/Madrid	43.22493	-6.60845		Villaverde		34	O	33001	
3104743	Villaverde	villaverde	ES	01118	0	Europe/Madrid	43.19039	-3.55915				39	S	39083	
3104744	Villaverde	villaverde	ES	01118	0	Europe/Madrid	43.08118	-4.68404				39	S	39096	
3104745	Villaverde	villaverde	ES	01118	0	Europe/Madrid	42.92801	-7.00463				58	LU	27034	
3104746	Villaverde	villaverde	ES	01118	0	Europe/Madrid	42.78174	-6.0969				55	LE	24132	
3104747	Villaverde	villaverde	ES	01118	0	Europe/Madrid	42.62487	-2.56617				59	VI	01030	
3104748	Villaverde	villaverde	ES	01118	126802	Europe/Madrid	40.35	-3.7				29	M	28079	17
3104750	Villaventín	villaventin	ES	09510	0	Europe/Madrid	43.02206	-3.35518		Villaventin,Villaventín		55	BU	09189	
3104751	Villavente	villavente	ES	24195	0	Europe/Madrid	42.61774	-5.50723		Villavente		55	LE	24175	
3104752	Villavendimio	villavendimio	ES	49870	197	Europe/Madrid	41.57812	-5.34287		Villavendimio	49270	55	ZA	49270	
3104753	Villavellid	villavellid	ES	47883	81	Europe/Madrid	41.69218	-5.2763		Villavellid	47227	55	VA	47227	
3104754	Villavelayo	villavelayo	ES	26329	80	Europe/Madrid	42.13084	-2.98565		Villavelayo	26175	27	LO	26175	
3104755	Villavelasco de Valderaduey	villavelasco-de-valderaduey	ES	24327	0	Europe/Madrid	42.50883	-4.97098		Villarvelasco de Valderaduey,Villavelasco de Valderaduey		55	LE	24229	
3104758	Villavega de Aguilar	villavega-de-aguilar	ES	34810	0	Europe/Madrid	42.85388	-4.25791		Villavega de Aguilar		55	P	34004	
3104760	Villavega	villavega	ES	34478	0	Europe/Madrid	42.46389	-4.47976		Villavega		55	P	34052	
3104761	Villavedón	villavedon	ES	09124	0	Europe/Madrid	42.59152	-4.10074		Villavedon,Villavedón		55	BU	09427	
3104762	Villavedeo	villavedeo	ES	09515	0	Europe/Madrid	42.85619	-3.40614		Villavedeo		55	BU	09213	
3104763	Villavaser	villavaser	ES	33889	0	Europe/Madrid	43.25	-6.56667		Villavaser		34	O	33073	
3104764	Villavaquerín	villavaquerin	ES	47329	211	Europe/Madrid	41.66357	-4.46287		Villavaquerin,Villavaquerín	47226	55	VA	47226	
3104765	Villavante	villavante	ES	24393	0	Europe/Madrid	42.46228	-5.83589				55	LE	24159	
3104766	Villavaler	villavaler	ES	33128	0	Europe/Madrid	43.48333	-6.18333		Santa Maria,Santa María,Villavaler		34	O	33051	
3104767	Villaux	villaux	ES	33841	0	Europe/Madrid	43.14945	-6.25171		Villaux		34	O	33068	
3104768	Villaute	villaute	ES	09125	0	Europe/Madrid	42.54347	-3.9592				55	BU	09427	
3104770	Villaumbrales	villaumbrales	ES	34192	796	Europe/Madrid	42.08873	-4.61384		Villaumbrales	34237	55	P	34237	
3104773	Villaturiel	villaturiel	ES	24226	1748	Europe/Madrid	42.51819	-5.48615		Vil'jatur'el',Vil'jaturel',Villaturiel,bi li ya tu lie er,Вильятурьель,Вільятурєль,比利亚图列尔	24227	55	LE	24227	
3104774	Villaturde	villaturde	ES	34129	220	Europe/Madrid	42.37769	-4.67085		Villaturde	34236	55	P	34236	
3104776	Villatuerta	villatuerta	ES	31132	1026	Europe/Madrid	42.66022	-1.99247			31257	32	NA	31257	
3104943	Villarín	villarin	ES	33785	0	Europe/Madrid	43.48302	-6.8685				34	O	33023	
3104777	Villatuelda	villatuelda	ES	09310	63	Europe/Madrid	41.81499	-3.88054		Villatuelda	09464	55	BU	09464	
3104778	Villatresmil	villatresmil	ES	33879	0	Europe/Madrid	43.38857	-6.44361		Villatresmil		34	O	33073	
3104780	Villatoro	villatoro	ES	05560	0	Europe/Madrid	42.37491	-3.69295				55	BU	09059	
3104781	Villatoro	villatoro	ES	05560	247	Europe/Madrid	40.55609	-5.11262		Villatoro,Villatoros	05263	55	AV	05263	
3104782	Villatoquite	villatoquite	ES	34307	0	Europe/Madrid	42.20739	-4.77828		Villatoquite		55	P	34902	
3104783	Villatomil	villatomil	ES	09512	0	Europe/Madrid	42.9633	-3.44628		Villatomil		55	BU	09209	
3104784	Villate	villate	ES	09512	0	Europe/Madrid	42.96341	-3.38107		Villate		55	BU	09209	
3104785	Villatarás	villataras	ES	09514	0	Europe/Madrid	43.02699	-3.44164				55	BU	09189	
3104786	Villasuso de Mena	villasuso-de-mena	ES	09589	0	Europe/Madrid	43.08516	-3.3165		Villasuso de Mena		55	BU	09410	
3104791	Villasur de Herreros	villasur-de-herreros	ES	09199	324	Europe/Madrid	42.30764	-3.3942		Villasur,Villasur de Herreros		55	BU	09177	
3104792	Villasur	villasur	ES	34115	0	Europe/Madrid	42.58203	-4.69909		Villasur		55	P	34157	
3104793	Villasumil	villasumil	ES	24433	0	Europe/Madrid	42.81978	-6.69473		Villasumil		55	LE	24036	
3104795	Vilaster	vilaster	ES	27390	0	Europe/Madrid	42.41667	-7.2				58	LU	27050	
3104796	Villastar	villastar	ES	44130	503	Europe/Madrid	40.28102	-1.15139		Villastar	44263	52	TE	44263	
3104798	Villasrubias	villasrubias	ES	37522	281	Europe/Madrid	40.33822	-6.6392		Villasrubias	37371	55	SA	37371	
3104799	Villaspesa	villaspesa	ES	44190	0	Europe/Madrid	40.29904	-1.1237		Barrio de Villaspesa,Villaespesa		52	TE	44216	
3104802	Villasopliz	villasopliz	ES	09558	0	Europe/Madrid	42.92425	-3.69656				55	BU	09409	
3104803	Villasonte	villasonte	ES	33887	0	Europe/Madrid	43.19122	-6.76467		Villasonte		34	O	33001	
3104808	Villasinta	villasinta	ES	24193	0	Europe/Madrid	42.66394	-5.55326		Villasinta		55	LE	24222	
3104809	Villasinde	villasinde	ES	24521	0	Europe/Madrid	42.64816	-6.95431		Villasinde		55	LE	24198	
3104810	Villasimpliz	villasimpliz	ES	24670	0	Europe/Madrid	42.9134	-5.65674		Villasimpliz		55	LE	24114	
3104811	Villasilos	villasilos	ES	09109	0	Europe/Madrid	42.33127	-4.1379				55	BU	09091	
3104812	Villasila de Valdavia	villasila-de-valdavia	ES	34475	91	Europe/Madrid	42.53192	-4.55884		Villasila,Villasila de Valdavia	34234	55	P	34234	
3104813	Villasidro	villasidro	ES	09123	0	Europe/Madrid	42.43782	-4.07291		Villasidro		55	BU	09363	
3104814	Villasexmir	villasexmir	ES	47134	108	Europe/Madrid	41.63943	-5.0647		Villasexmir	47225	55	VA	47225	
3104815	Villasevil	villasevil	ES	39698	0	Europe/Madrid	43.25637	-3.93243		Villasevil		39	S	39078	
3104816	Villaselán	villaselan	ES	24344	0	Europe/Madrid	43.54444	-7.04498		Santa Maria,Santa María		58	LU	27051	
3104817	Villaselán	villaselan	ES	24344	0	Europe/Madrid	42.56105	-5.0482		Villaselan,Villaselán	24226	55	LE	24226	
3104818	Villaseco de los Reyes	villaseco-de-los-reyes	ES	37150	415	Europe/Madrid	41.16262	-6.18426		Villaseco de los Reyes	37370	55	SA	37370	
3104819	Villaseco de los Gamitos	villaseco-de-los-gamitos	ES	37114	203	Europe/Madrid	41.03621	-6.11323		Villaseco de los Gamitos	37369	55	SA	37369	
3104820	Vilaseco da Serra	vilaseco-da-serra	ES	32555	0	Europe/Madrid	42.09399	-7.04506				58	OR	32086	
3104825	Villasecino	villasecino	ES	24144	0	Europe/Madrid	42.95237	-6.02027		Villasecino		55	LE	24145	
3104826	Villaseca de Uceda	villaseca-de-uceda	ES	19184	77	Europe/Madrid	40.81827	-3.34904		Villaseca de Uceda	19323	54	GU	19323	
3104827	Villaseca de la Sobarriba	villaseca-de-la-sobarriba	ES	24228	0	Europe/Madrid	42.58871	-5.47734		Villaseca de la Sobarriba		55	LE	24175	
3104828	Villaseca de Laciana	villaseca-de-laciana	ES	24140	0	Europe/Madrid	42.94478	-6.25085		Villaseca de Laciana		55	LE	24202	
3104829	Villaseca de Henares	villaseca-de-henares	ES	19294	56	Europe/Madrid	40.9606	-2.79775		Villaseca de Henares	19322	54	GU	19322	
3104830	Villaseca de Arciel	villaseca-de-arciel	ES	42132	39	Europe/Madrid	41.6243	-2.16176		Villaseca de Arciel	42213	55	SO	42213	
3104832	Villaseca	villaseca	ES	16144	0	Europe/Madrid	43.36185	-7.28182				58	LU	27054	
3104833	Villaseca	villaseca	ES	16144	0	Europe/Madrid	42.59844	-2.97863		Villaseca		27	LO	26063	
3104834	Villaseca	villaseca	ES	16144	0	Europe/Madrid	42.05592	-7.60511				58	OR	32082	
3104835	Villaseca	villaseca	ES	16144	0	Europe/Madrid	41.31614	-3.82568		Villaseca		55	SG	40195	
3104836	Villaseca	villaseca	ES	16144	0	Europe/Madrid	40.31929	-2.21299		Villaseca		54	CU	16909	
3104837	Villasdardo	villasdardo	ES	37468	18	Europe/Madrid	41.00449	-6.16303		Villasdardo	37368	55	SA	37368	
3104838	Villasbuenas de Gata	villasbuenas-de-gata	ES	10858	491	Europe/Madrid	40.17879	-6.62641		Villasbuenas de Gata	10215	57	CC	10215	
3104839	Villasbuenas	villasbuenas	ES	37256	269	Europe/Madrid	41.06263	-6.59662		Villasbuenas	37367	55	SA	37367	
3104840	Villasayas	villasayas	ES	42214	94	Europe/Madrid	41.35291	-2.61011		Villasayas	42212	55	SO	42212	
3104841	Villasarracino	villasarracino	ES	34132	218	Europe/Madrid	42.41207	-4.49633		Villasarracino	34233	55	P	34233	
3104842	Villasante	villasante	ES	09569	0	Europe/Madrid	43.0655	-3.47417				55	BU	09214	
3104843	Villasante	villasante	ES	09569	0	Europe/Madrid	42.86779	-7.52237				58	LU	27043	
3104844	Villasante	villasante	ES	09569	0	Europe/Madrid	42.81292	-7.04758				58	LU	27012	
3104846	Villasandino	villasandino	ES	09109	235	Europe/Madrid	42.37072	-4.10975			09460	55	BU	09460	
3104847	Villasana de Mena	villasana-de-mena	ES	09580	3427	Europe/Madrid	43.10017	-3.28253		Valle de Mena,Villasana de Mena,Villasana de Mona		55	BU	09410	
3104848	Villasabariego de Ucieza	villasabariego-de-ucieza	ES	34127	0	Europe/Madrid	42.38034	-4.57285		Villasabariego de Ucieza		55	P	34192	
3104849	Villasabariego	villasabariego	ES	24219	1139	Europe/Madrid	42.53288	-5.41322		Villasabariego	24225	55	LE	24225	
3104850	Villartoso	villartoso	ES	42173	0	Europe/Madrid	42.05133	-2.43939		Villartoso		55	SO	42166	
3104851	Villartorey	villartorey	ES	33718	0	Europe/Madrid	43.47414	-6.68483		Villartorey		34	O	33077	
3104853	Villarta-Quintana	villarta-quintana	ES	26259	179	Europe/Madrid	42.42998	-3.0484		Villarta-Quintana	26174	27	LO	26174	
3104857	Villarrubín	villarrubin	ES	24566	0	Europe/Madrid	42.44879	-7.80587				58	OR	32059	
3104859	Villarroya de los Pinares	villarroya-de-los-pinares	ES	44144	187	Europe/Madrid	40.52917	-0.669		Villarroya de los Pinares	44262	52	TE	44262	
3104860	Villarroya del Campo	villarroya-del-campo	ES	50368	82	Europe/Madrid	41.14309	-1.32416		Villarroya,Villarroya del Campo	50294	52	Z	50294	
3104861	Villarroya de la Sierra	villarroya-de-la-sierra	ES	50310	612	Europe/Madrid	41.46346	-1.7835		Villarroya,Villarroya de la Sierra	50293	52	Z	50293	
3104862	Villarroya	villarroya	ES	26587	9	Europe/Madrid	42.13053	-2.06896		Villarrolla,Villarroya	26173	27	LO	26173	
3104865	Villarroquel	villarroquel	ES	24273	0	Europe/Madrid	42.66739	-5.8193		Villarroquel		55	LE	24055	
3104867	Villarrodrigo de Ordás	villarrodrigo-de-ordas	ES	24276	0	Europe/Madrid	42.70912	-5.82966		Villarrodrigo de Ordas,Villarrodrigo de Ordás		55	LE	24158	
3104868	Villarrodrigo de las Regueras	villarrodrigo-de-las-regueras	ES	24197	0	Europe/Madrid	42.63501	-5.53369		Villarrodrigo de las Regueras		55	LE	24222	
3104869	Villarrobejo	villarrobejo	ES	34112	0	Europe/Madrid	42.48492	-4.80261				55	P	34169	
3104870	Villarroañe	villarroane	ES	24226	0	Europe/Madrid	42.48304	-5.51238		Villarroane,Villarroañe		55	LE	24227	
3104871	Villarrín del Páramo	villarrin-del-paramo	ES	24252	0	Europe/Madrid	42.39247	-5.74903		Villarin,Villarín		55	LE	24174	
3104872	Villarrín de Campos	villarrin-de-campos	ES	49137	563	Europe/Madrid	41.79522	-5.63898		Villarrin de Campos,Villarrín de Campos	49268	55	ZA	49268	
3104873	Villarrica	villarrica	ES	33312	0	Europe/Madrid	43.42954	-5.51319		Villarrica		34	O	33076	
3104874	Villarriba	villarriba	ES	33535	0	Europe/Madrid	43.36702	-5.41782		Villarriba		34	O	33049	
3104875	Urretxu	urretxu	ES	20700	0	Europe/Madrid	43.091	-2.31701		Urretxu,Villarreal de Urrechu,Villarreal de Urrechua	20077	59	SS	20077	
3104876	Villarreal de Huerva	villarreal-de-huerva	ES	50490	197	Europe/Madrid	41.19034	-1.28983		Villareal,Villarreal de Huerva	50292	52	Z	50292	
3104878	Villarratel	villarratel	ES	24165	0	Europe/Madrid	42.60198	-5.34523		Villarratel		55	LE	24079	
3104880	Villarraso	villarraso	ES	42181	0	Europe/Madrid	41.89188	-2.20962		Villarraso		55	SO	42107	
3104881	Villarrando	villarrando	ES	24441	0	Europe/Madrid	42.49953	-6.78763		Villarrando		55	LE	24041	
3104882	Villarramiel	villarramiel	ES	34350	991	Europe/Madrid	42.04301	-4.91215		Villarramiel	34232	55	P	34232	
3104883	Villarrabines	villarrabines	ES	24238	0	Europe/Madrid	42.19036	-5.56813		Villarrabines		55	LE	24211	
3104884	Villarrabé	villarrabe	ES	34113	242	Europe/Madrid	42.4209	-4.78445		Villarrabe,Villarrabé	34231	55	P	34231	
3104885	Villarraba	villarraba	ES	33868	0	Europe/Madrid	43.40107	-6.20019		Villarraba		34	O	33059	
3104886	Villarquille	villarquille	ES	33777	0	Europe/Madrid	43.22574	-6.95401		Villarquille		34	O	33061	
3104887	Villarquemado	villarquemado	ES	44380	943	Europe/Madrid	40.5175	-1.265		Villarquemado	44261	52	TE	44261	
3104889	Villarpille	villarpille	ES	33777	0	Europe/Madrid	43.26667	-6.91667				34	O	33061	
3104890	Villarpedre	villarpedre	ES	33887	0	Europe/Madrid	43.18697	-6.85219		Villarpedre		34	O	33027	
3104891	Vilarpandín	vilarpandin	ES	27659	0	Europe/Madrid	42.95309	-7.00198				58	LU	27034	
3104892	Villarpadrid	villarpadrid	ES	33875	0	Europe/Madrid	43.3105	-6.50356		Villarpadrid,Villarpadriz		34	O	33073	
3104895	Areatza	areatza	ES	01129	0	Europe/Madrid	43.11667	-2.76667		Areatza,Villaro	48093	59	BI	48093	
3104898	Villarmún	villarmun	ES	24164	0	Europe/Madrid	42.57552	-5.37235		Barrio Villarmun,Barrio Villarmún,Villarmun,Villarmún		55	LE	24079	
3104899	Villarmuerto	villarmuerto	ES	37217	51	Europe/Madrid	41.0562	-6.36294		Villarmuerto	37366	55	SA	37366	
3104901	Villarmor	villarmor	ES	33891	19	Europe/Madrid	43.43333	-6.26667		Villarmor		34	O	33059	
3104902	Villarmil	villarmil	ES	33193	0	Europe/Madrid	43.35175	-5.94555		Villarmil		34	O	33044	
3104903	Villarmienzo	villarmienzo	ES	34114	0	Europe/Madrid	42.50049	-4.6864		Villarmienzo		55	P	34143	
3104907	Villarmero	villarmero	ES	09197	0	Europe/Madrid	42.39475	-3.71595				55	BU	09907	
3104908	Villarmeriel	villarmeriel	ES	24397	0	Europe/Madrid	42.68043	-6.01934		Villarmeriel		55	LE	24123	
3104909	Villarmentero de Esgueva	villarmentero-de-esgueva	ES	47172	127	Europe/Madrid	41.68515	-4.54636		Villarmentero de Esgueva	47224	55	VA	47224	
3104910	Villarmentero de Campos	villarmentero-de-campos	ES	34447	16	Europe/Madrid	42.29777	-4.49992		Villarmentero de Campos	34230	55	P	34230	
3104911	Villarmentero	villarmentero	ES	09131	0	Europe/Madrid	42.37364	-3.82341				55	BU	09297	
3104912	Villarmental	villarmental	ES	33817	0	Europe/Madrid	43.09979	-6.49168		Villarmental		34	O	33011	
3104913	Villarmeirín	villarmeirin	ES	33812	9	Europe/Madrid	42.95191	-6.70915		Villameirin,Villameirín,Villarmeirin,Villarmeirín		34	O	33028	
3104917	Villarmayor	villarmayor	ES	33730	0	Europe/Madrid	43.34841	-8.148		San Pedro,Vilarmaior,Villarmayor		58	C	15091	
3104918	Villarmayor	villarmayor	ES	33730	0	Europe/Madrid	43.23356	-6.91396		Villarmayor		34	O	33027	
3104919	Villarmayor	villarmayor	ES	33730	212	Europe/Madrid	41.01514	-5.97151		Villarmayor	37365	55	SA	37365	
3104920	Villarmarín	villarmarin	ES	24525	0	Europe/Madrid	42.71667	-6.95		Villarmarin,Villarmarín		55	LE	24009	
3104921	Villarluengo	villarluengo	ES	44559	212	Europe/Madrid	40.64842	-0.53066		Villarluengo	44260	52	TE	44260	
3104925	Villarino Tras la Sierra	villarino-tras-la-sierra	ES	49518	0	Europe/Madrid	41.67531	-6.49001		Villarino Tras la Sierra		55	ZA	49223	
3104926	Villariños	villarinos	ES	24525	0	Europe/Madrid	42.72743	-6.91382		Villarinos,Villariños		55	LE	24009	
3104928	Villarino de Sanabria	villarino-de-sanabria	ES	49358	0	Europe/Madrid	42.1081	-6.63577		Villarino de Sanabria		55	ZA	49224	
3104930	Villarino de los Aires	villarino-de-los-aires	ES	37160	1078	Europe/Madrid	41.27102	-6.46847		Vil'jarino-de-los-Ajres,Villarino,Villarino de los Aires,Villarino dels Aires,Villarino dos Ares,bi li ya li nuo de luo sai lei si,Вильярино-де-лос-Айрес,Вільяріно-де-лос-Айрес,比利亚里诺德洛赛雷斯	37364	55	SA	37364	
3104931	Villarino de Limés	villarino-de-limes	ES	33817	0	Europe/Madrid	43.14808	-6.52358		Villarino de Limes,Villarino de Limés		34	O	33011	
3104932	Vilariño de Conso	vilarino-de-conso	ES	32557	0	Europe/Madrid	42.16667	-7.18333		San Martin de Villarino de Conso	32092	58	OR	32092	
3104942	Villarín	villarin	ES	33785	0	Europe/Madrid	43.52194	-6.31347		Villarin,Villarín		34	O	33034	
3104944	Villarín	villarin	ES	33785	0	Europe/Madrid	43.48333	-6.23333				34	O	33059	
3104945	Villarín	villarin	ES	33785	0	Europe/Madrid	43.40807	-6.94738				34	O	33017	
3104946	Villarín	villarin	ES	33785	0	Europe/Madrid	43.35	-5.96667				34	O	33044	
3104947	Villarín	villarin	ES	33785	0	Europe/Madrid	43.28333	-7.18333				58	LU	27048	
3104948	Villarín	villarin	ES	33785	0	Europe/Madrid	43.09828	-6.19865				34	O	33068	
3104949	Villarín	villarin	ES	33785	0	Europe/Madrid	43.05721	-7.20882				58	LU	27004	
3104950	Villarín	villarin	ES	33785	0	Europe/Madrid	42.97413	-7.18109				58	LU	27004	
3104951	Villarín	villarin	ES	33785	0	Europe/Madrid	42.96674	-6.76199				34	O	33028	
3104952	Villarín	villarin	ES	33785	0	Europe/Madrid	42.88333	-7.2				58	LU	27006	
3104953	Villarín	villarin	ES	33785	0	Europe/Madrid	42.8894	-6.97716				58	LU	27034	
3104956	Villarigán	villarigan	ES	33129	40	Europe/Madrid	43.5	-6.15		Villarigan,Villarigán		34	O	33051	
3104957	Villariezo	villariezo	ES	09195	414	Europe/Madrid	42.26965	-3.73272		Villariezo	09458	55	BU	09458	
3104958	Villarías	villarias	ES	09513	0	Europe/Madrid	42.91667	-3.53333		Villarias,Villarías		55	BU	09903	
3104959	Villargusán	villargusan	ES	24144	0	Europe/Madrid	42.99577	-5.98615		Villargusan,Villargusán		55	LE	24145	
3104963	Villargordo	villargordo	ES	23630	0	Europe/Madrid	41.08026	-6.32807		Villargordo		55	SA	37366	
3104965	Villargomil	villargomil	ES	33747	0	Europe/Madrid	43.54339	-6.88139		Villargomil		34	O	33070	
3104967	Villares de Yeltes	villares-de-yeltes	ES	37267	162	Europe/Madrid	40.86594	-6.413		Villares de Yeltes	37363	55	SA	37363	
3104968	Villares de Órbigo	villares-de-orbigo	ES	24288	843	Europe/Madrid	42.46955	-5.91002		Villares de Orbigo,Villares de Órbigo	24224	55	LE	24224	
3104969	Villares de la Reina	villares-de-la-reina	ES	37184	4079	Europe/Madrid	41.00832	-5.64881		Villares de la Reina	37362	55	SA	37362	
3104970	Villares de Jadraque	villares-de-jadraque	ES	19243	51	Europe/Madrid	41.10169	-3.02558		Villares de Jadraque	19321	54	GU	19321	
3104971	Villares de Arriba	villares-de-arriba	ES	33812	20	Europe/Madrid	42.92644	-6.77616		Villares de Arriba		34	O	33028	
3104972	Villares de Abajo	villares-de-abajo	ES	33812	117	Europe/Madrid	42.92588	-6.77529		Vilares d'Abaxo,Villares de Abajo		34	O	33028	
3104973	Villares	villares	ES	02439	0	Europe/Madrid	43.40702	-5.45801				34	O	33009	
3104974	Villares	villares	ES	02439	0	Europe/Madrid	43.23333	-7.85		San Vicente,Villares		58	LU	27022	
3104975	Villarente	villarente	ES	24226	0	Europe/Madrid	43.3	-7.46667		San Juan,Villarente		58	LU	27001	
3104976	Villarente	villarente	ES	24226	0	Europe/Madrid	42.54452	-5.45557		Villarente		55	LE	24225	
3104978	Villarejo-Sobrehuerta	villarejo-sobrehuerta	ES	16195	0	Europe/Madrid	40.01907	-2.48681		Villarejo-Sobrehuerta		54	CU	16211	
3104979	Villarejo de Salvanés	villarejo-de-salvanes	ES	28590	6420	Europe/Madrid	40.16663	-3.27277		Villarejo de Salvanes,Villarejo de Salvanés		29	M	28110	
3104980	Villarejo de Órbigo	villarejo-de-orbigo	ES	24358	3280	Europe/Madrid	42.44559	-5.90462		Villarejo de Orbigo,Villarejo de Órbigo	24223	55	LE	24223	
3104981	Villarejo de Medina	villarejo-de-medina	ES	19445	0	Europe/Madrid	40.95225	-2.33719		Villarejo de Medina		54	GU	19032	
3104982	Villarejo del Valle	villarejo-del-valle	ES	05413	476	Europe/Madrid	40.28638	-4.99674		Villarejo del Valle	05262	55	AV	05262	
3104983	Villarejo del Espartal	villarejo-del-espartal	ES	16843	0	Europe/Madrid	40.25795	-2.4624		Villarejo del Espartal		54	CU	16272	
3104984	Villarejo de la Sierra	villarejo-de-la-sierra	ES	49342	0	Europe/Madrid	42.12379	-6.45412		Villarejo de la Sierra		55	ZA	49181	
3104985	Villarejo de la Peñuela	villarejo-de-la-penuela	ES	16541	34	Europe/Madrid	40.08745	-2.40996		Villarejo de la Penuela,Villarejo de la Peñuela	16265	54	CU	16265	
3104989	Villarejo	villarejo	ES	05120	41	Europe/Madrid	42.37417	-2.88712		Villarejo	26172	27	LO	26172	
3104990	Villarejo	villarejo	ES	05120	0	Europe/Madrid	41.19422	-3.57748		Villarejo		55	SG	40191	
3104991	Villarejo	villarejo	ES	05120	0	Europe/Madrid	40.47306	-6.45635				55	SA	37378	
3104992	Villarejo	villarejo	ES	05120	0	Europe/Madrid	40.46635	-4.82168		Villarejo		55	AV	05212	
3104993	Villarede	villarede	ES	33775	0	Europe/Madrid	43.39863	-7.06404		Villarede		34	O	33071	
3104998	Villardondiego	villardondiego	ES	49871	120	Europe/Madrid	41.58483	-5.37707		Villardondiego	49267	55	ZA	49267	
3104999	Villárdiga	villardiga	ES	49129	100	Europe/Madrid	41.8195	-5.46439		Villardiga,Villárdiga	49266	55	ZA	49266	
3105000	Villardiegua del Sierro	villardiegua-del-sierro	ES	49178	0	Europe/Madrid	41.29274	-5.8213		Caserio de Villardiegua del Sierro,Caserío de Villardiegua del Sierro,Villardiegua del Sierro		55	ZA	49031	
3105001	Villardiegua de la Ribera	villardiegua-de-la-ribera	ES	49250	158	Europe/Madrid	41.53543	-6.18327		Villardiegua de la Ribera	49265	55	ZA	49265	
3105003	Villar de Zuepos	villar-de-zuepos	ES	33844	0	Europe/Madrid	43.21572	-6.28462		Villar de Zuepos		34	O	33005	
3105006	Villar de Vildas	villar-de-vildas	ES	33842	0	Europe/Madrid	43.08952	-6.33677		Villar de Vildas		34	O	33068	
3105007	Villardeveyo	villardeveyo	ES	33422	0	Europe/Madrid	43.46667	-5.83333		San Miguel,Villardevello,Villardeveyo		34	O	33035	
3105009	Villar de Torre	villar-de-torre	ES	26325	259	Europe/Madrid	42.37133	-2.86411		Villar de Torre	26171	27	LO	26171	
3105010	Villar de Sobrepeña	villar-de-sobrepena	ES	40317	0	Europe/Madrid	41.28152	-3.80795		Villar de Sobrepena,Villar de Sobrepeña		55	SG	40195	
3105134	Villar	villar	ES	39210	0	Europe/Madrid	43.02632	-5.78485				34	O	33033	
3105012	Villar de Serandinas	villar-de-serandinas	ES	33726	0	Europe/Madrid	43.45025	-6.74581		Villar de Serandinas		34	O	33007	
3105015	Villar de Santiago	villar-de-santiago	ES	24138	0	Europe/Madrid	43.36667	-7.26667				58	LU	27054	
3105016	Villar de Santiago	villar-de-santiago	ES	24138	0	Europe/Madrid	42.91697	-6.24626		Villar de Santiago		55	LE	24202	
3105017	Villar de San Pedro	villar-de-san-pedro	ES	33728	0	Europe/Madrid	43.39621	-6.86479		Villar de San Pedro		34	O	33007	
3105018	Villar de Samaniego	villar-de-samaniego	ES	37217	114	Europe/Madrid	41.11667	-6.43333		Villar de Samaniego	37361	55	SA	37361	
3105022	Villar de Plasencia	villar-de-plasencia	ES	10720	242	Europe/Madrid	40.13773	-6.0279		Villar de Plasencia	10214	57	CC	10214	
3105023	Villar de Peralonso	villar-de-peralonso	ES	37147	318	Europe/Madrid	41.03223	-6.22284		Villar de Peralonso	37360	55	SA	37360	
3105024	Villar de Otero	villar-de-otero	ES	24434	0	Europe/Madrid	42.76353	-6.67675		Villar de Otero		55	LE	24196	
3105027	Villar de Omaña	villar-de-omana	ES	24133	0	Europe/Madrid	42.79252	-6.09458		Villar de Omana,Villar de Omaña		55	LE	24132	
3105028	Villar de Olalla	villar-de-olalla	ES	16196	1028	Europe/Madrid	40.01496	-2.19561		Villar de Olalla,Villar de Ollala	16263	54	CU	16263	
3105029	Villar de Naviego	villar-de-naviego	ES	33818	0	Europe/Madrid	43.07619	-6.53767		Villar de Naviego		34	O	33011	
3105032	Villar de Mazarife	villar-de-mazarife	ES	24392	0	Europe/Madrid	42.48433	-5.72823		Villar de Mazarife		55	LE	24065	
3105033	Villar de Maya	villar-de-maya	ES	42173	0	Europe/Madrid	42.08476	-2.40953		Villar de Maya		55	SO	42209	
3105034	Villar de Matacabras	villar-de-matacabras	ES	05220	0	Europe/Madrid	41.06096	-5.01945		Villar de Matacabras		55	AV	05114	
3105035	Villar del Yermo	villar-del-yermo	ES	24249	0	Europe/Madrid	42.35169	-5.68812		Villar del Yermo		55	LE	24017	
3105037	Villar del Saz de Navalón	villar-del-saz-de-navalon	ES	16190	0	Europe/Madrid	40.14759	-2.35241		Villar del Saz de Navalon,Villar del Saz de Navalón		54	CU	16904	
3105038	Villar del Salz	villar-del-salz	ES	44311	102	Europe/Madrid	40.682	-1.49967		Villar del Salz	44258	52	TE	44258	
3105039	Villar del Río	villar-del-rio	ES	42173	175	Europe/Madrid	42.07574	-2.35082		Vil'jar-del'-Rio,Villar del Rio,Villar del Río,bi li ya er de er li ao,Вильяр-дель-Рио,Вільяр-дель-Ріо,比利亚尔德尔里奥	42209	55	SO	42209	
3105040	Villar del Rey	villar-del-rey	ES	06192	0	Europe/Madrid	40.7635	-6.5673		Caserio Villar del Rey,Caserío Villar del Rey,Villar del Rey		55	SA	37096	
3105041	Villar del Puerto	villar-del-puerto	ES	24836	0	Europe/Madrid	42.89154	-5.59911		Villar del Puerto		55	LE	24194	
3105042	Villar del Profeta	villar-del-profeta	ES	37609	0	Europe/Madrid	40.69492	-6.00264		Villar de Arofeta,Villar del Profeta		55	SA	37050	
3105043	Villar de los Pisones	villar-de-los-pisones	ES	49324	0	Europe/Madrid	42.0725	-6.51124		Villar de los Pisones		55	ZA	49017	
3105044	Villar de los Navarros	villar-de-los-navarros	ES	50156	145	Europe/Madrid	41.15949	-1.04199		Villar de los Navarros	50291	52	Z	50291	
3105045	Villar de los Álamos	villar-de-los-alamos	ES	37460	0	Europe/Madrid	40.88	-5.99574		Villar de los Alamos,Villar de los Álamos		55	SA	37270	
3105046	Villar del Olmo	villar-del-olmo	ES	28512	1835	Europe/Madrid	40.33468	-3.23399		Villar del Olmo	28179	29	M	28179	
3105047	Villar del Monte	villar-del-monte	ES	24738	0	Europe/Madrid	42.23235	-6.32797		Villar del Monte		55	LE	24172	
3105048	Villar del Maestre	villar-del-maestre	ES	16542	0	Europe/Madrid	40.1216	-2.40151		Villar del Maestre		54	CU	16910	
3105049	Villar del Infantado	villar-del-infantado	ES	16813	50	Europe/Madrid	40.45514	-2.47905		Villar del Infantado	16259	54	CU	16259	
3105051	Villar del Horno	villar-del-horno	ES	16162	0	Europe/Madrid	40.06543	-2.45503		Villar del Horno		54	CU	16211	
3105052	Villar del Cobo	villar-del-cobo	ES	44114	224	Europe/Madrid	40.39475	-1.67332		Villar del Cobo	44257	52	TE	44257	
3105053	Villar del Campo	villar-del-campo	ES	42112	36	Europe/Madrid	41.78881	-2.14955		Villar del Campo	42208	55	SO	42208	
3105054	Villar del Buey	villar-del-buey	ES	49240	790	Europe/Madrid	41.33024	-6.18935		Villar del Buey	49264	55	ZA	49264	
3105055	Villar de la Yegua	villar-de-la-yegua	ES	37488	269	Europe/Madrid	40.72554	-6.70364		Villar de la Yegua	37359	55	SA	37359	
3105056	Villar de las Traviesas	villar-de-las-traviesas	ES	24458	0	Europe/Madrid	42.72098	-6.46273		Villar de las Traviesas		55	LE	24169	
3105058	Villar del Ala	villar-del-ala	ES	42165	54	Europe/Madrid	41.91638	-2.56651		Villar del Ala	42207	55	SO	42207	
3105059	Villardejusto	villardejusto	ES	33886	0	Europe/Madrid	43.22876	-6.74149		Villardejusto		34	O	33001	
3105060	Villar de Huergo	villar-de-huergo	ES	33584	0	Europe/Madrid	43.35988	-5.2422		Villar		34	O	33049	
3105062	Villar de Golfer	villar-de-golfer	ES	24721	0	Europe/Madrid	42.35092	-6.18991		Villar de Golfer		55	LE	24091	
3105064	Villar de Gallimazo	villar-de-gallimazo	ES	37320	186	Europe/Madrid	40.95367	-5.28819		Villar de Gallimazo	37358	55	SA	37358	
3105065	Villar de Gallegos	villar-de-gallegos	ES	33615	0	Europe/Madrid	43.21952	-5.82878		Villar de Gallegos		34	O	33037	
3105066	Villardefrades	villardefrades	ES	47860	212	Europe/Madrid	41.72358	-5.25513		Villardefrades	47223	55	VA	47223	
3105068	Villar de Farfón	villar-de-farfon	ES	49330	0	Europe/Madrid	41.97876	-6.16987		Villar,Villar de Farfon,Villar de Farfón		55	ZA	49177	
3105069	Villar de Fallaves	villar-de-fallaves	ES	49132	94	Europe/Madrid	41.92503	-5.34039		Villar de Fallaves	49263	55	ZA	49263	
3105071	Villar de Domingo García	villar-de-domingo-garcia	ES	16840	272	Europe/Madrid	40.23732	-2.29136		Villar de Domingo Garcia,Villar de Domingo García	16254	54	CU	16254	
3105072	Villar de Corrales	villar-de-corrales	ES	24523	0	Europe/Madrid	42.61727	-6.90973		Villar de Corrales		55	LE	24171	
3105073	Villar de Corneja	villar-de-corneja	ES	05516	72	Europe/Madrid	40.47462	-5.43307		Villar de Corneja	05261	55	AV	05261	
3105075	Villar de Cobeta	villar-de-cobeta	ES	19444	0	Europe/Madrid	40.8243	-2.18293		Villar de Cobeta		54	GU	19333	
3105077	Villardeciervos	villardeciervos	ES	49562	514	Europe/Madrid	41.94206	-6.28647		Villardeciervos	49262	55	ZA	49262	
3105078	Villardeciervos	villardeciervos	ES	49562	0	Europe/Madrid	41.87893	-7.38265				58	OR	32091	
3105081	Villardecendías	villardecendias	ES	33810	0	Europe/Madrid	42.96978	-6.72199		Villardecencias,Villardecencías,Villardecendias,Villardecendías		34	O	33028	
3105083	Villar de Carcedo	villar-de-carcedo	ES	33784	0	Europe/Madrid	43.49243	-6.41266		Villar de Carcedo		34	O	33034	
3105085	Villar de Bullaso	villar-de-bullaso	ES	33731	0	Europe/Madrid	43.35968	-6.8202		Villar de Bullaso		34	O	33029	
3105086	Villar de Bimeda	villar-de-bimeda	ES	33818	0	Europe/Madrid	43.09917	-6.52045		Villar de Bimeda		34	O	33011	
3105087	Villar de Bergame	villar-de-bergame	ES	33814	0	Europe/Madrid	43.13149	-6.62187		Villar de Bergame		34	O	33011	
3105089	Villar de Ayones	villar-de-ayones	ES	33782	0	Europe/Madrid	43.44	-6.37723		Villar de Ayones		34	O	33034	
3105090	Villar de Adralés	villar-de-adrales	ES	33819	0	Europe/Madrid	43.17493	-6.5778		Villar de Adrales,Villar de Adralés		34	O	33011	
3105091	Villar de Acero	villar-de-acero	ES	24511	0	Europe/Madrid	42.72454	-6.80422		Villar de Acero		55	LE	24209	
3105092	Vilardá	vilarda	ES	32779	0	Europe/Madrid	42.41667	-7.35				58	OR	32070	
3105093	Villarcebollín	villarcebollin	ES	33810	0	Europe/Madrid	43.02342	-6.84639		Villarcebollin,Villarcebollín		34	O	33028	
3105094	Villarcazo	villarcazo	ES	33584	0	Europe/Madrid	43.31667	-5.25		Villarcazo		34	O	33049	
3105095	Villarcayo	villarcayo	ES	09550	0	Europe/Madrid	42.93845	-3.5733				55	BU	09903	
3105098	Villarbón	villarbon	ES	24433	0	Europe/Madrid	42.78003	-6.70955		Vilarbon,Vilarbón,Villarbon,Villarbón		55	LE	24036	
3105102	Villarán	villaran	ES	09515	0	Europe/Madrid	42.87462	-3.38734		Villaran,Villarán		55	BU	09209	
3105103	Villaralbo	villaralbo	ES	49159	1672	Europe/Madrid	41.49224	-5.68359		Villaralbo	49261	55	ZA	49261	
3105104	Vilaragunte	vilaragunte	ES	27611	0	Europe/Madrid	42.75742	-7.55185		Vilaragunte,Villaregunte		58	LU	27042	
3105111	Villar	villar	ES	39210	0	Europe/Madrid	43.54171	-5.7493				34	O	33014	
3105112	Villar	villar	ES	39210	0	Europe/Madrid	43.54507	-5.40925				34	O	33076	
3105113	Villar	villar	ES	39210	0	Europe/Madrid	43.5125	-6.91922				34	O	33070	
3105114	Villar	villar	ES	39210	0	Europe/Madrid	43.52086	-6.83507				34	O	33023	
3105115	Villar	villar	ES	39210	0	Europe/Madrid	43.50739	-5.7557				34	O	33024	
3105116	Vilar	vilar	ES	33778	0	Europe/Madrid	43.48333	-8.23333		San Pedro		58	C	15036	
3105117	Villar	villar	ES	39210	0	Europe/Madrid	43.48999	-6.74347				34	O	33018	
3105118	Villar	villar	ES	39210	0	Europe/Madrid	43.49266	-5.39712				34	O	33076	
3105119	Villar	villar	ES	39210	0	Europe/Madrid	43.45363	-7.2093				58	LU	27061	
3105120	Villar	villar	ES	39210	0	Europe/Madrid	43.43241	-6.03602				34	O	33010	
3105121	Villar	villar	ES	39210	0	Europe/Madrid	43.44295	-5.46329				34	O	33076	
3105122	Villar	villar	ES	39210	0	Europe/Madrid	43.4177	-5.56781				34	O	33065	
3105123	Villar	villar	ES	39210	0	Europe/Madrid	43.41191	-5.23868				34	O	33045	
3105124	Vilar	vilar	ES	33778	0	Europe/Madrid	43.4	-8.16667		San Pedro		58	C	15069	
3105125	Villar	villar	ES	39210	0	Europe/Madrid	43.34791	-7.22152				58	LU	27048	
3105126	Villar	villar	ES	39210	0	Europe/Madrid	43.33717	-4.98161				34	O	33043	
3105127	Villar	villar	ES	39210	0	Europe/Madrid	43.28093	-5.89585				34	O	33038	
3105128	Villar	villar	ES	39210	0	Europe/Madrid	43.21152	-5.79631				34	O	33037	
3105129	Villar	villar	ES	39210	0	Europe/Madrid	43.17806	-3.53262				39	S	39083	
3105130	Vilar	vilar	ES	33778	0	Europe/Madrid	43.13333	-7.9		Santa Maria,Santa María		58	LU	27022	
3105131	Villar	villar	ES	39210	0	Europe/Madrid	43.11025	-8.95842				58	C	15093	
3105132	Villar	villar	ES	39210	0	Europe/Madrid	43.1244	-5.65987				34	O	33002	
3105133	Villar	villar	ES	39210	0	Europe/Madrid	43.0853	-5.57204				34	O	33002	
3105135	Villar	villar	ES	39210	0	Europe/Madrid	43.01967	-4.26446		Villar		39	S	39032	
3105136	Villar	villar	ES	39210	0	Europe/Madrid	42.83333	-7.41667		Santa Maria,Santa María,Villar		58	LU	27057	
3105137	Villar	villar	ES	39210	0	Europe/Madrid	42.7	-8.21667		San Martin,San Martín,Villar		58	PO	36052	
3105138	Villar	villar	ES	39210	0	Europe/Madrid	42.40302	-5.96319				55	LE	24182	
3105139	Vilar	vilar	ES	33778	0	Europe/Madrid	42.25	-8.61667		San Martin,San Martín,Villar		58	PO	36045	
3105140	Villar	villar	ES	39210	0	Europe/Madrid	42.16667	-8.21667		San Jorge,Villar		58	PO	36014	
3105141	Vilar	vilar	ES	33778	0	Europe/Madrid	42.0259	-7.92612				58	OR	32006	
3105142	Villar	villar	ES	39210	0	Europe/Madrid	41.58303	-4.71301		Caserio Villar,Caserío Villar,Villar		55	VA	47076	
3105143	Villar	villar	ES	39210	0	Europe/Madrid	41.16148	-3.70337				55	SG	40162	
3105144	Villaquirán de los Infantes	villaquiran-de-los-infantes	ES	09118	175	Europe/Madrid	42.22744	-4.00864		Villaquiran,Villaquirán	09456	55	BU	09456	
3105145	Villaquirán de la Puebla	villaquiran-de-la-puebla	ES	09119	54	Europe/Madrid	42.28287	-4.10037			09455	55	BU	09455	
3105148	Villaquilambre	villaquilambre	ES	24193	17013	Europe/Madrid	42.64685	-5.55835		Vil'jakilambre,Villaquilambre,bi li ya ji lan fu lei,Вильякиламбре,Вільякіламбре,比利亚基兰夫雷	24222	55	LE	24222	
3105149	Villaquejida	villaquejida	ES	24235	1019	Europe/Madrid	42.145	-5.59699		Villaquejida	24221	55	LE	24221	
3105150	Villapún	villapun	ES	34112	0	Europe/Madrid	42.52657	-4.82103		Villapun,Villapún		55	P	34169	
3105151	Villaproviano	villaproviano	ES	34128	0	Europe/Madrid	42.44624	-4.64373		Villaproviano		55	P	34143	
3105152	Villaprovedo	villaprovedo	ES	34491	82	Europe/Madrid	42.51674	-4.39645		Villaprovedo	34229	55	P	34229	
3105153	Villapresente	villapresente	ES	39539	0	Europe/Madrid	43.36539	-4.10655		Villapresente		39	S	39060	
3105156	Villapodambre	villapodambre	ES	24124	0	Europe/Madrid	42.75564	-5.8355		Villapodambre		55	LE	24158	
3105157	Villapérez	villaperez	ES	33194	0	Europe/Madrid	43.4	-5.83333		Villaperez,Villapérez		34	O	33044	
3105161	Villapedre	villapedre	ES	33793	690	Europe/Madrid	43.54596	-6.64901	70	La Llamiella,Parroquia de Santiago de Villapedre,Villapedre		34	O	33041	
3105162	Villapedre	villapedre	ES	33793	0	Europe/Madrid	43.40073	-7.6591		San Mamed,Villapedre		58	LU	27065	
3105165	Villapeceñil	villapecenil	ES	24175	0	Europe/Madrid	42.41071	-5.02656		Villapecenil,Villapeceñil		55	LE	24215	
3105166	Villapanillo	villapanillo	ES	09515	0	Europe/Madrid	42.84578	-3.39331		Villapanillo		55	BU	09213	
3105168	Villapadierna	villapadierna	ES	24940	0	Europe/Madrid	42.70769	-5.15276		Villapadierna		55	LE	24063	
3105169	Villapaderne	villapaderne	ES	39292	0	Europe/Madrid	43.02108	-4.07189		Villapaderne		39	S	39017	
3105171	Vilaosende	vilaosende	ES	27712	0	Europe/Madrid	43.48476	-7.06751		Santa Eulalia,Vilaosende		58	LU	27051	
3105173	Villaornate	villaornate	ES	24222	0	Europe/Madrid	42.18451	-5.54946		Villaornate		55	LE	24902	
3105174	Villaorille	villaorille	ES	33118	0	Europe/Madrid	43.19611	-6.00882		Villagrille,Villaorille		34	O	33053	
3105180	Villaobispo de Otero	villaobispo-de-otero	ES	24719	649	Europe/Madrid	42.50065	-6.05809		Villaobispo,Villaobispo de Otero	24219	55	LE	24219	
3105330	Villanañe	villanane	ES	01426	0	Europe/Madrid	42.83612	-3.07042		Villanane,Villanañe		59	VI	01055	
3105181	Villaobispo de las Regueras	villaobispo-de-las-regueras	ES	24195	0	Europe/Madrid	42.6135	-5.54742		Villaobispo de las Regueras		55	LE	24222	
3105182	Villanuño de Valdavia	villanuno-de-valdavia	ES	34477	108	Europe/Madrid	42.50775	-4.51887		Villanuno de Valdavia,Villanuño de Valdavia	34228	55	P	34228	
3105184	Vilanova i la Geltrú	vilanova-i-la-geltru	ES	08800	65890	Europe/Madrid	41.22392	1.72511		Vilanova,Vilanova i la Geltru,Vilanova i la Geltrú		56	B	08307	
3105186	Villanueva-Soportilla	villanueva-soportilla	ES	09214	0	Europe/Madrid	42.74601	-3.07448		Villanueva-Soportilla		55	BU	09054	
3105187	Villanueva-Rampalay	villanueva-rampalay	ES	09146	0	Europe/Madrid	42.83853	-3.73201		Villanueva de Rampalay,Villanueva-Rampalay		55	BU	09416	
3105188	Villanueva-Matamala	villanueva-matamala	ES	09239	0	Europe/Madrid	42.2425	-3.78565				55	BU	09023	
3105190	Villanueva la Blanca	villanueva-la-blanca	ES	09555	0	Europe/Madrid	42.98782	-3.58601				55	BU	09903	
3105191	Villanueva de Zamajón	villanueva-de-zamajon	ES	42128	0	Europe/Madrid	41.60377	-2.30388		Villanueva,Villanueva de Zamajon,Villanueva de Zamajón		55	SO	42183	
3105192	Villanueva de Viver	villanueva-de-viver	ES	12428	68	Europe/Madrid	40.05	-0.65		Vilanova de la Reina,Villanueva de Viver	12133	60	CS	12133	
3105193	Villanueva de Valrojo	villanueva-de-valrojo	ES	49337	0	Europe/Madrid	41.95079	-6.21882		Villallueva,Villanueva de Valrojo		55	ZA	49067	
3105194	Villanueva de Valdueza	villanueva-de-valdueza	ES	24415	0	Europe/Madrid	42.49133	-6.58411		Villanueva de Valdueza		55	LE	24115	
3105195	Villanueva de Valdegovía	villanueva-de-valdegovia	ES	01426	1080	Europe/Madrid	42.84777	-3.09883		Uribarri Gaubea,Valdegobia,Valdegovia,Villanueva de Valdegovia,Villanueva de Valdegovía		59	VI	01055	
3105196	Villanueva de Teba	villanueva-de-teba	ES	09219	56	Europe/Madrid	42.6489	-3.16313		Villanueva de Teba	09454	55	BU	09454	
3105197	Villanueva de Sorriba	villanueva-de-sorriba	ES	33876	0	Europe/Madrid	43.27823	-6.43729		Villanueva de Sorriba		34	O	33073	
3105198	Villanueva de Sigena	villanueva-de-sigena	ES	22231	533	Europe/Madrid	41.71576	-0.00897			22251	52	HU	22251	
3105199	Villanueva de San Mancio	villanueva-de-san-mancio	ES	47813	125	Europe/Madrid	41.92842	-5.012		Villanueva de San Mancio	47222	55	VA	47222	
3105200	Villanueva de Río-Ubierna	villanueva-de-rio-ubierna	ES	09197	0	Europe/Madrid	42.43476	-3.72706		Villanueva de Rio-Ubierna,Villanueva de Río-Ubierna		55	BU	09906	
3105201	Villanueva de Puerta	villanueva-de-puerta	ES	09125	0	Europe/Madrid	42.5934	-3.96367		Villanueva de Puerta		55	BU	09427	
3105203	Villanueva de Perales	villanueva-de-perales	ES	28609	960	Europe/Madrid	40.34541	-4.09891		Villanueva de Perales	28178	29	M	28178	
3105205	Villanueva de Oscos	villanueva-de-oscos	ES	33777	411	Europe/Madrid	43.31144	-6.98645		Vil'januehva-de-Oskos,Vil'janueva-de-Oskos,Vilanova dOzcos,Vilanova de Ozcos,Villanueva de Oscos,ao si ke si xin zhen,byyanwyba d asks,fyanwyfa dy awskws,Вильянуэва-де-Оскос,Вільянуева-де-Оскос,بییانوئبا د اسکس,فيانويفا دي أوسكوس,奥斯科斯新镇	33075	34	O	33075	
3105206	Villanueva de Omaña	villanueva-de-omana	ES	24135	0	Europe/Madrid	42.81951	-6.1379		Villanueva de Omana,Villanueva de Omaña		55	LE	24101	
3105207	Villanueva de Odra	villanueva-de-odra	ES	09128	0	Europe/Madrid	42.50929	-4.11544		Villanueva de Odra		55	BU	09427	
3105208	Villanueva de Mena	villanueva-de-mena	ES	09587	0	Europe/Madrid	43.10182	-3.30154		Villanueva de Mena		55	BU	09410	
3105209	Villanueva del Río	villanueva-del-rio	ES	34131	0	Europe/Madrid	42.28452	-4.6116		Villanueva del Rio,Villanueva del Río		55	P	34243	
3105211	Villanueva del Rebollar	villanueva-del-rebollar	ES	34309	105	Europe/Madrid	42.24114	-4.74288		Villanueva del Rebollar	34227	55	P	34227	
3105214	Villanueva del Pardillo	villanueva-del-pardillo	ES	28229	15087	Europe/Madrid	40.49014	-3.96383		Villanueva del Pardillo	28177	29	M	28177	
3105215	Villanueva de los Pavones	villanueva-de-los-pavones	ES	37428	0	Europe/Madrid	41.09215	-5.45134		Villanueva de los Pavones		55	SA	37224	
3105216	Villanueva de los Nabos	villanueva-de-los-nabos	ES	34129	0	Europe/Madrid	42.37518	-4.64559		Villanueva de los Nabos,Villanueva de los Navos		55	P	34236	
3105217	Villanueva de los Montes	villanueva-de-los-montes	ES	09593	0	Europe/Madrid	42.75111	-3.34063		Villanueva de los Montes		55	BU	09238	
3105218	Villanueva de los Infantes	villanueva-de-los-infantes	ES	13320	139	Europe/Madrid	41.70293	-4.48313		Villanueva de los Infantes		55	VA	47226	
3105219	Villanueva de los Escuderos	villanueva-de-los-escuderos	ES	16194	0	Europe/Madrid	40.04246	-2.30268		Villanueva de los Escuderos		54	CU	16078	
3105220	Villanueva de los Corchos	villanueva-de-los-corchos	ES	49165	0	Europe/Madrid	41.59289	-5.99974		Villanueva de los Corchos		55	ZA	49237	
3105221	Villanueva de los Caballeros	villanueva-de-los-caballeros	ES	47850	244	Europe/Madrid	41.75916	-5.24786		Villanueva de los Caballeros	47220	55	VA	47220	
3105223	Villanueva del Monte	villanueva-del-monte	ES	34115	0	Europe/Madrid	42.53422	-4.66463		Villanueva del Monte		55	P	34157	
3105224	Villanueva del Huerva	villanueva-del-huerva	ES	50153	564	Europe/Madrid	41.35325	-1.0365		Villanueva,Villanueva de Huerva,Villanueva del Huerva		52	Z	50290	
3105226	Villanueva del Conde	villanueva-del-conde	ES	37658	222	Europe/Madrid	40.51039	-6.0121		Villanueva del Conde	37355	55	SA	37355	
3105227	Villanueva del Condado	villanueva-del-condado	ES	24154	0	Europe/Madrid	42.65834	-5.37209		Villanueva del Condado		55	LE	24201	
3105228	Villanueva del Carnero	villanueva-del-carnero	ES	24391	0	Europe/Madrid	42.52888	-5.61769				55	LE	24162	
3105229	Villanueva del Campo	villanueva-del-campo	ES	49100	1065	Europe/Madrid	41.98492	-5.4066		Villanueva,Villanueva del Campo	49260	55	ZA	49260	
3105230	Villanueva del Campillo	villanueva-del-campillo	ES	05591	165	Europe/Madrid	40.57646	-5.18002		Villanueva del Campillo	05260	55	AV	05260	
3105231	Villanueva de la Vera	villanueva-de-la-vera	ES	10470	2171	Europe/Madrid	40.12998	-5.4625		Vil'januehva-de-la-Vera,Vil'janueva-de-la-Vera,Villanueva de la Vera,bei la xin zhen,fylanywfa dy lafyra,Вильянуэва-де-ла-Вера,Вільянуева-де-ла-Вера,فيلانيوفا دي لافيرا,贝拉新镇		57	CC	10204	
3105232	Villanueva de la Torre	villanueva-de-la-torre	ES	19209	0	Europe/Madrid	42.87159	-4.35683		Villanueva de la Torre		55	P	34027	
3105233	Villanueva de la Torre	villanueva-de-la-torre	ES	19209	4892	Europe/Madrid	40.58216	-3.29764		Villanueva de la Torre	19319	54	GU	19319	
3105234	Villanueva de la Tercia	villanueva-de-la-tercia	ES	24689	0	Europe/Madrid	42.96153	-5.66901		Villanueva de la Tercia		55	LE	24901	
3105235	Villanueva de las Peras	villanueva-de-las-peras	ES	49333	161	Europe/Madrid	41.93478	-5.97942		Villanueva de las Peras	49259	55	ZA	49259	
3105236	Villanueva de las Manzanas	villanueva-de-las-manzanas	ES	24217	556	Europe/Madrid	42.47264	-5.48043		Villanueva de las Manzanas	24218	55	LE	24218	
3105237	Villanueva de la Sierra	villanueva-de-la-sierra	ES	10812	0	Europe/Madrid	42.06332	-7.0037		Villanueva de la Sierra		55	ZA	49154	
3105238	Villanueva de la Sierra	villanueva-de-la-sierra	ES	10812	563	Europe/Madrid	40.20163	-6.40611		Villanueva de la Sierra,Villanueva de la Sierre	10211	57	CC	10211	
3105239	Villanueva de las Carretas	villanueva-de-las-carretas	ES	09226	0	Europe/Madrid	42.22645	-3.99194				55	BU	09456	
3105240	Vilanova de la Sal	vilanova-de-la-sal	ES	25612	0	Europe/Madrid	41.88333	0.78333		Vilanova de la Sal,Vilanova de les Avellanes		56	L	25156	
3105241	Villanueva del Árbol	villanueva-del-arbol	ES	24197	0	Europe/Madrid	42.65891	-5.52922		Villanueva del Arbol,Villanueva del Árbol		55	LE	24222	
3105242	Villanueva de la Peña	villanueva-de-la-pena	ES	34859	0	Europe/Madrid	43.31686	-4.19236		Villanueva de la Pena,Villanueva de la Peña		39	S	39041	
3105243	Villanueva de la Peña	villanueva-de-la-pena	ES	34859	0	Europe/Madrid	42.8295	-4.6244		Villanueva de la Pena,Villanueva de la Peña		55	P	34049	
3105244	Villanueva de la Nía	villanueva-de-la-nia	ES	39250	0	Europe/Madrid	42.80376	-4.04713		Villanueva de la Nia,Villanueva de la Nía,Villanueva la Nia,Villanueva la Nía		39	S	39094	
3105245	Villanueva de la Condesa	villanueva-de-la-condesa	ES	47608	45	Europe/Madrid	42.14914	-5.0955		Villanueva de la Condesa	47219	55	VA	47219	
3105246	Villanueva del Aceral	villanueva-del-aceral	ES	05212	164	Europe/Madrid	41.04095	-4.85419		Villanueva del Aceral	05259	55	AV	05259	
3105247	Villanueva de la Cañada	villanueva-de-la-canada	ES	28691	16804	Europe/Madrid	40.44689	-4.00428		Villanueva de la Canada,Villanueva de la Cañada	28176	29	M	28176	
3105248	Vilanova de la Barca	vilanova-de-la-barca	ES	25690	0	Europe/Madrid	41.68333	0.73333				56	L	25120	
3105249	Villanueva de Jiloca	villanueva-de-jiloca	ES	50370	80	Europe/Madrid	41.07625	-1.3896		Villanueva	50289	52	Z	50289	
3105250	Villanueva de Jamuz	villanueva-de-jamuz	ES	24762	0	Europe/Madrid	42.23431	-5.85652		Villanueva,Villanueva de Jamuz		55	LE	24154	
3105252	Villanueva de Henares	villanueva-de-henares	ES	34811	0	Europe/Madrid	42.84877	-4.16133		Villanueva de Henares		55	P	34004	
3105253	Villanueva de Gumiel	villanueva-de-gumiel	ES	09450	285	Europe/Madrid	41.73778	-3.62658		Villanueva de Gumiel	09451	55	BU	09451	
3105255	Villanueva de Gormaz	villanueva-de-gormaz	ES	42311	22	Europe/Madrid	41.4674	-3.06223		Villanueva de Gormaz	42206	55	SO	42206	
3105256	Villanueva de Gómez	villanueva-de-gomez	ES	05166	142	Europe/Madrid	40.88269	-4.7165		Villanueva,Villanueva de Gomez,Villanueva de Gómez	05258	55	AV	05258	
3105257	Villanueva de Gállego	villanueva-de-gallego	ES	50830	3809	Europe/Madrid	41.76917	-0.8235		Villanueva de Gallego,Villanueva de Gállego,Villanueva del Gallego,Villanueva del Gállego	50288	52	Z	50288	
3105258	Villanueva de Duero	villanueva-de-duero	ES	47239	1103	Europe/Madrid	41.51946	-4.86671		Villanueva de Duero	47218	55	VA	47218	
3105259	Villanueva de Carrizo	villanueva-de-carrizo	ES	24270	0	Europe/Madrid	42.5804	-5.81655		Villanueva de Carrizo		55	LE	24039	
3105260	Villanueva de Carazo	villanueva-de-carazo	ES	09611	24	Europe/Madrid	41.98275	-3.32428		Villanueva de Carazo	09450	55	BU	09450	
3105262	Villanueva de Cañedo	villanueva-de-canedo	ES	37799	0	Europe/Madrid	41.157	-5.6704		Villanueva de Canedo,Villanueva de Cañedo		55	SA	37323	
3105263	Villanueva de Campeán	villanueva-de-campean	ES	49708	167	Europe/Madrid	41.35447	-5.7702		Villanueva de Campean,Villanueva de Campeán	49258	55	ZA	49258	
3105264	Villanueva de Cameros	villanueva-de-cameros	ES	26123	104	Europe/Madrid	42.16719	-2.6504		Villanueva,Villanueva de Cameros	26169	27	LO	26169	
3105265	Villanueva de Azoague	villanueva-de-azoague	ES	49699	310	Europe/Madrid	41.97607	-5.664		Villanueva de Azoague	49257	55	ZA	49257	
3105266	Villanueva de Arriba	villanueva-de-arriba	ES	34879	0	Europe/Madrid	42.79264	-4.77986		Villanueva de Arriba		55	P	34171	
3105267	Vilanova de Arousa	vilanova-de-arousa	ES	36620	10719	Europe/Madrid	42.564	-8.82797		Villanueva		58	PO	36061	
3105268	Villanueva de Argecilla	villanueva-de-argecilla	ES	19246	48	Europe/Madrid	40.90257	-2.91431		Villanueva de Argecilla	19318	54	GU	19318	
3105269	Villanueva de Argaño	villanueva-de-argano	ES	09652	124	Europe/Madrid	42.38045	-3.93353			09449	55	BU	09449	
3105271	Villanueva de Alcorón	villanueva-de-alcoron	ES	19460	296	Europe/Madrid	40.67956	-2.25145		Villanueva de Alcoron,Villanueva de Alcorón	19317	54	GU	19317	
3105274	Villanueva de Abajo	villanueva-de-abajo	ES	34878	0	Europe/Madrid	42.7248	-4.69306		Villanueva de Abajo		55	P	34062	
3105310	Villanubla	villanubla	ES	47620	1365	Europe/Madrid	41.69877	-4.84173		Villanubla	47217	55	VA	47217	
3105311	Villanúa	villanua	ES	22870	411	Europe/Madrid	42.6797	-0.53769	944	Bellanuga,Vil'janua,Villanua,Villanuga,Villanúa,bi li ya nu a,Вильянуа,Вільянуа,比利亚努阿	22250	52	HU	22250	
3105312	Villantodrigo	villantodrigo	ES	34114	0	Europe/Madrid	42.49324	-4.66341		Villantodrigo		55	P	34143	
3105314	Villanovilla	villanovilla	ES	22710	0	Europe/Madrid	42.61772	-0.48711		Villanovilla		52	HU	22130	
3105315	Villanoño	villanono	ES	09128	0	Europe/Madrid	42.49155	-4.0199				55	BU	09473	
3105316	Villanófar	villanofar	ES	24161	0	Europe/Madrid	42.65122	-5.21568		Villanofar,Villanófar		55	LE	24079	
3105320	Villaño	villano	ES	09511	0	Europe/Madrid	42.96805	-3.12294		Villano,Villaño		55	BU	09908	
3105321	Villangómez	villangomez	ES	09339	315	Europe/Madrid	42.17961	-3.77419		Villangomez,Villangómez	09448	55	BU	09448	
3105322	Villaneceriel	villaneceriel	ES	34407	0	Europe/Madrid	42.5962	-4.39898		Villaneceriel		55	P	34122	
3105324	Villandiego	villandiego	ES	09123	0	Europe/Madrid	42.36831	-4.02769				55	BU	09363	
3105325	Villán de Tordesillas	villan-de-tordesillas	ES	47131	174	Europe/Madrid	41.59311	-4.92214		Villan de Tordesillas,Villán de Tordesillas	47216	55	VA	47216	
3105326	Villandás	villandas	ES	33827	0	Europe/Madrid	43.30581	-6.17097		Villandas,Villandás		34	O	33026	
3105327	Villanázar	villanazar	ES	49697	355	Europe/Madrid	41.97398	-5.78043		Villanazar,Villanázar	49256	55	ZA	49256	
3105328	Villanasur Río de Oca	villanasur-rio-de-oca	ES	09258	0	Europe/Madrid	42.43675	-3.32094		Villanasur Rio de Oca,Villanasur Río de Oca		55	BU	09411	
3105331	Villamuriel de Cerrato	villamuriel-de-cerrato	ES	34190	5437	Europe/Madrid	41.94935	-4.51584		Villamuriel de Cerrato	34225	55	P	34225	
3105332	Villamuriel de Campos	villamuriel-de-campos	ES	47814	83	Europe/Madrid	41.9469	-5.20717		Villamuriel de Campos	47215	55	VA	47215	
3105333	Villamuñío	villamunio	ES	24344	0	Europe/Madrid	42.47558	-5.19363		Villamunio,Villamuñío		55	LE	24024	
3105334	Villamuera de la Cueza	villamuera-de-la-cueza	ES	34309	61	Europe/Madrid	42.25843	-4.6886		Villamuera de la Cueza	34224	55	P	34224	
3105335	Villamudria	villamudria	ES	09269	0	Europe/Madrid	42.33036	-3.29127		Villamudria		55	BU	09303	
3105338	Villamoros de Mansilla	villamoros-de-mansilla	ES	24217	0	Europe/Madrid	42.53466	-5.44536		Villamoros de Mansilla		55	LE	24095	
3105339	Villamoros de las Regueras	villamoros-de-las-regueras	ES	24195	0	Europe/Madrid	42.62037	-5.5352		Villamores de las Regueras,Villamoros de las Regueras		55	LE	24222	
3105340	Villamoronta	villamoronta	ES	34126	313	Europe/Madrid	42.40337	-4.69899		Villamoronta	34223	55	P	34223	
3105341	Villamorón	villamoron	ES	09128	0	Europe/Madrid	42.47286	-4.02537				55	BU	09473	
3105342	Villamorisca	villamorisca	ES	24888	0	Europe/Madrid	42.75548	-4.99665		Villamorisca		55	LE	24183	
3105343	Villamórico	villamorico	ES	09199	0	Europe/Madrid	42.34591	-3.43873		Villamorico,Villamórico		55	BU	09026	
3105344	Villamorey	villamorey	ES	33993	0	Europe/Madrid	43.21687	-5.46846		Villamorey		34	O	33067	
3105346	Villamor de Órbigo	villamor-de-orbigo	ES	24393	0	Europe/Madrid	42.48297	-5.8757		Villamor de Orbigo,Villamor de Órbigo		55	LE	24159	
3105347	Villamor de los Escuderos	villamor-de-los-escuderos	ES	49719	557	Europe/Madrid	41.25244	-5.57485		Villamor de los Escuderos	49255	55	ZA	49255	
3105348	Villamor de la Ladre	villamor-de-la-ladre	ES	49215	0	Europe/Madrid	41.40693	-6.16098		Villamor de la Ladre		55	ZA	49023	
3105350	Villamor de Cadozos	villamor-de-cadozos	ES	49211	0	Europe/Madrid	41.31763	-6.11176		Villamor de Cadozos		55	ZA	49023	
3105351	Villamorco	villamorco	ES	34127	0	Europe/Madrid	42.40802	-4.60091		Villamorco		55	P	34192	
3105352	Villamoratiel de las Matas	villamoratiel-de-las-matas	ES	24339	172	Europe/Madrid	42.39755	-5.30064		Villamoratiel de las Matas	24217	55	LE	24217	
3105353	Villamor	villamor	ES	09512	0	Europe/Madrid	43.45708	-7.3345		Santa Maria,Santa María,Villamor		58	LU	27030	
3105354	Villamor	villamor	ES	09512	0	Europe/Madrid	43.14047	-6.22091		Villamor		34	O	33068	
3105355	Villamor	villamor	ES	09512	0	Europe/Madrid	42.97172	-3.40058		Villamor		55	BU	09209	
3105358	Villamontán de la Valduerna	villamontan-de-la-valduerna	ES	24766	962	Europe/Madrid	42.30962	-5.99656		Villamontan,Villamontan de la Valduerna,Villamontán,Villamontán de la Valduerna	24216	55	LE	24216	
3105359	Villamoñico	villamonico	ES	39250	0	Europe/Madrid	42.78031	-4.06284		Villamonico,Villamoñico		39	S	39094	
3105360	Villamondrín de Rueda	villamondrin-de-rueda	ES	24930	0	Europe/Madrid	42.57647	-5.28306		Villamondrin de Rueda,Villamondrín de Rueda		55	LE	24180	
3105362	Villamol	villamol	ES	24175	216	Europe/Madrid	42.42766	-5.04832		Villamol	24215	55	LE	24215	
3105363	Villamizar	villamizar	ES	24344	0	Europe/Madrid	42.53058	-5.13023		Villamizar		55	LE	24156	
3105364	Villamil	villamil	ES	33749	0	Europe/Madrid	43.5507	-6.98256		Villamil		34	O	33070	
3105365	Villamiel de Muñó	villamiel-de-muno	ES	09196	0	Europe/Madrid	42.26651	-3.78736				55	BU	09093	
3105366	Villamiel de la Sierra	villamiel-de-la-sierra	ES	09649	39	Europe/Madrid	42.19124	-3.41771		Villamiel de la Sierra	09447	55	BU	09447	
3105367	Villamiel	villamiel	ES	10893	611	Europe/Madrid	40.18635	-6.78425		Villamiel	10210	57	CC	10210	
3105369	Villamezán	villamezan	ES	09514	0	Europe/Madrid	42.96138	-3.47248		Villamezan,Villamezán		55	BU	09209	
3105370	Villameriel	villameriel	ES	34408	137	Europe/Madrid	42.52822	-4.47572		Villameriel	34222	55	P	34222	
3105371	Villamelendro	villamelendro	ES	34475	0	Europe/Madrid	42.53788	-4.57293		Villamelendro		55	P	34234	
3105372	Villamejín	villamejin	ES	33114	0	Europe/Madrid	43.23955	-6.01241		San Martin,Villamejil,Villamejin,Villamejíl,Villamejín		34	O	33052	
3105373	Villamejil	villamejil	ES	24711	862	Europe/Madrid	42.56205	-6.02514		Villamejil	24214	55	LE	24214	
3105374	Villameján	villamejan	ES	33129	0	Europe/Madrid	43.49316	-6.17455		Villamejan,Villameján		34	O	33051	
3105375	Villameitide	villameitide	ES	33778	0	Europe/Madrid	43.44965	-7.03514		Villameitide		34	O	33074	
3105377	Villamedianilla	villamedianilla	ES	34260	23	Europe/Madrid	42.1607	-4.14592		Villamedianilla	09446	55	BU	09446	
3105378	Villamediana de San Román	villamediana-de-san-roman	ES	09571	0	Europe/Madrid	42.96667	-3.88333		Villamediana,Villamediana de San Roman,Villamediana de San Román		55	BU	09413	
3105381	Villamediana de Iregua	villamediana-de-iregua	ES	26142	3807	Europe/Madrid	42.42658	-2.41943		Vil'jamed'jana-de-Iregua,Vil'jamediana-de-Iregua,Vil'jamediana-de-Iregva,Viliamediana de Iregua,Villamediana de Iregua,bi li ya mei di ya na de lei gua,Вильямедиана-де-Ирегва,Вильямедьяна-де-Ирегуа,Вільямедіана-де-Ірегуа,Վիլիամեդիանա դե Իրեգուա,比利亚梅迪亚纳德雷瓜	26168	27	LO	26168	
3105382	Villamediana	villamediana	ES	34239	228	Europe/Madrid	42.05024	-4.36115			34221	55	P	34221	
3105384	Villameca	villameca	ES	24397	0	Europe/Madrid	42.64003	-6.07191		Villameca		55	LE	24123	
3105387	Villameá	villamea	ES	33777	0	Europe/Madrid	43.33424	-7.2078				58	LU	27048	
3105388	Villameá	villamea	ES	33777	0	Europe/Madrid	42.92016	-7.68761				58	LU	27023	
3105389	Villambroz	villambroz	ES	34113	0	Europe/Madrid	42.41066	-4.82437				55	P	34231	
3105390	Villambrán de Cea	villambran-de-cea	ES	34347	0	Europe/Madrid	42.42776	-4.89364		Villabran de Cea,Villabrán de Cea,Villambran		55	P	34091	
3105391	Villambístia	villambistia	ES	09258	65	Europe/Madrid	42.40543	-3.26192		Villambistia,Villambístia		55	BU	09445	
3105392	Villamayor de Treviño	villamayor-de-trevino	ES	09128	91	Europe/Madrid	42.46048	-4.11923		Villamayor de Trevino,Villamayor de Treviño	09444	55	BU	09444	
3105394	Villamayor de Monjardín	villamayor-de-monjardin	ES	31242	144	Europe/Madrid	42.62937	-2.10503		Villamayor de Monjardin,Villamayor de Monjardín	31255	32	NA	31255	
3105395	Villamayor del Río	villamayor-del-rio	ES	09259	0	Europe/Madrid	42.42743	-3.13589		Villamayor del Rio,Villamayor del Río		55	BU	09130	
3105396	Villamayor de los Montes	villamayor-de-los-montes	ES	09339	218	Europe/Madrid	42.10565	-3.76542		Villamayor de los Montes	09443	55	BU	09443	
3105397	Villamayor del Condado	villamayor-del-condado	ES	24155	0	Europe/Madrid	42.65387	-5.43011		Villamayor del Condado		55	LE	24201	
3105398	Vilamaior da Boullosa	vilamaior-da-boullosa	ES	32633	0	Europe/Madrid	41.92442	-7.75584				58	OR	32005	
3105399	Villamayor de Campos	villamayor-de-campos	ES	49131	477	Europe/Madrid	41.8987	-5.35963		Villamayor de Campos	49252	55	ZA	49252	
3105401	Villamayor	villamayor	ES	05301	0	Europe/Madrid	43.35951	-5.30494				34	O	33049	
3105402	Villamayor	villamayor	ES	05301	0	Europe/Madrid	43.17792	-7.08256				58	LU	27018	
3105403	Villamayor	villamayor	ES	05301	0	Europe/Madrid	43.19494	-6.13923		San Pedro,Villamayor		34	O	33072	
3105405	Villamayor	villamayor	ES	05301	0	Europe/Madrid	43.04944	-8.72912		Santa Maria,Santa María,Villamayor		58	C	15077	
3105406	Villamayor	villamayor	ES	05301	0	Europe/Madrid	43.05484	-7.05006				58	LU	27018	
3105407	Villamayor	villamayor	ES	05301	10	Europe/Madrid	43.03333	-6.85		Villamayor		34	O	33028	
3105408	Vilamaior	vilamaior	ES	27613	0	Europe/Madrid	42.72961	-7.5143		Vilamaior		58	LU	27057	
3105409	Villamayor	villamayor	ES	05301	0	Europe/Madrid	42.55	-6.75		Villamayor		55	LE	24206	
3105410	Villamayor	villamayor	ES	05301	0	Europe/Madrid	42.35266	-7.36818				58	OR	32023	
3105411	Villamayor	villamayor	ES	05301	4538	Europe/Madrid	40.99939	-5.69579		Villamayor	37354	55	SA	37354	
3105412	Villamayor	villamayor	ES	05301	0	Europe/Madrid	40.93554	-5.02657		Villamayor		55	AV	05142	
3105417	Villamartín de Villadiego	villamartin-de-villadiego	ES	09124	0	Europe/Madrid	42.66534	-4.12986		Villamartin de Villadiego,Villamartín de Villadiego		55	BU	09175	
3105418	Villamartín de Sotoscueva	villamartin-de-sotoscueva	ES	09568	0	Europe/Madrid	43.02228	-3.68514		Villamartin,Villamartín		55	BU	09215	
3105419	Villamartín del Sil	villamartin-del-sil	ES	24469	173	Europe/Madrid	42.76457	-6.52006		Villamartin del Sil,Villamartín del Sil		55	LE	24110	
3105420	Villamartín de Don Sancho	villamartin-de-don-sancho	ES	24344	180	Europe/Madrid	42.56943	-5.06056		Villamartin de Don Sancho,Villamartín de Don Sancho	24213	55	LE	24213	
3105421	Villamartín de Campos	villamartin-de-campos	ES	34170	129	Europe/Madrid	42.01598	-4.66414		Villamartin de Campos,Villamartín de Campos	34220	55	P	34220	
3105422	Villamartín	villamartin	ES	03189	0	Europe/Madrid	43.24324	-7.03145				34	O	33062	
3105423	Villamartín	villamartin	ES	03189	0	Europe/Madrid	42.56511	-6.74721				55	LE	24038	
3105426	Villamarín	villamarin	ES	27415	0	Europe/Madrid	43.26269	-6.15686		Santa Maria,Villamarin,Villamarín		34	O	33026	
3105427	Vilamarín	vilamarin	ES	32101	0	Europe/Madrid	42.48562	-7.4387				58	LU	27031	
3105428	Vilamarín	vilamarin	ES	32101	0	Europe/Madrid	42.46488	-7.89119			32087	58	OR	32087	
3105429	Villamar de Abajo	villamar-de-abajo	ES	33868	0	Europe/Madrid	43.41202	-6.23532		Villamar,Villamar de Abajo		34	O	33059	
3105430	Villamarco	villamarco	ES	24345	0	Europe/Madrid	42.45038	-5.3075		Villamarco		55	LE	24160	
3105431	Villamarciel	villamarciel	ES	47132	0	Europe/Madrid	41.53133	-4.88402				55	VA	47186	
3105432	Villamarcel	villamarcel	ES	33116	0	Europe/Madrid	43.14234	-5.9704		Villamarcel		34	O	33053	
3105433	Villamar	villamar	ES	33191	0	Europe/Madrid	43.49691	-7.27371				58	LU	27005	
3105434	Villamar	villamar	ES	33191	0	Europe/Madrid	43.36735	-5.90496		Villamar		34	O	33044	
3105435	Villamar	villamar	ES	33191	0	Europe/Madrid	42.93333	-3.46667		Villamar		55	BU	09209	
3105436	Villamantilla	villamantilla	ES	28609	567	Europe/Madrid	40.33846	-4.12986		Villamantilla	28175	29	M	28175	
3105437	Villamanta	villamanta	ES	28610	1901	Europe/Madrid	40.29858	-4.1088			28174	29	M	28174	
3105438	Villamanrique de Tajo	villamanrique-de-tajo	ES	28598	664	Europe/Madrid	40.06617	-3.23668		Villamanrique de Tajo	28173	29	M	28173	
3105439	Villamanín	villamanin	ES	24680	1129	Europe/Madrid	42.93864	-5.65669		Vil'jamanin,Villamanin,Villamanín,bi li ya ma ning,bijamanin,Вильяманин,Вільяманін,ビジャマニン,比利亚马宁	24901	55	LE	24901	
3105440	Villamañe	villamane	ES	33777	0	Europe/Madrid	43.26667	-6.93333		Villamane,Villamañe,Villarmane,Villarmañe		34	O	33061	
3105441	Villamane	villamane	ES	33777	0	Europe/Madrid	42.91763	-7.11141		Santa Maria,Santa María,Villamane		58	LU	27006	
3105442	Villamandos	villamandos	ES	24238	356	Europe/Madrid	42.18058	-5.59397		Villamandos	24211	55	LE	24211	
3105443	Villamañán	villamanan	ES	24234	1252	Europe/Madrid	42.32198	-5.58195		Vil'jaman'jan,Villamanan,Villamañan,Villamañán,bi li ya ma ni yang,Вильяманьян,Вільяманьян,比利亚马尼扬	24212	55	LE	24212	
3105445	Villamaderne	villamaderne	ES	01423	0	Europe/Madrid	42.82257	-3.04131		Villamaderne		59	VI	01055	
3105446	Villalvite	villalvite	ES	27299	0	Europe/Madrid	43.05	-7.68333		San Pedro,Villalvite		58	LU	27020	
3105447	Villalvite	villalvite	ES	27299	0	Europe/Madrid	42.96196	-7.52448				58	LU	27028	
3105450	Villalverde	villalverde	ES	49343	0	Europe/Madrid	42.14189	-6.2327		Villalverde,Villaverde		55	ZA	49097	
3105451	Villálvaro	villalvaro	ES	42351	0	Europe/Madrid	41.66092	-3.2162		Villalvaro,Villálvaro		55	SO	42162	
3105453	Villaluz	villaluz	ES	33878	0	Europe/Madrid	42.86176	-7.03449				58	LU	27012	
3105454	Villalumbroso	villalumbroso	ES	34307	0	Europe/Madrid	42.19068	-4.77231		Villalumbroso		55	P	34902	
3105455	Villaluenga de la Vega	villaluenga-de-la-vega	ES	34111	671	Europe/Madrid	42.52386	-4.76489			34218	55	P	34218	
3105456	Villaluenga	villaluenga	ES	01428	0	Europe/Madrid	42.95999	-3.26365		Villaluenga		55	BU	09908	
3105457	Villaluenga	villaluenga	ES	01428	0	Europe/Madrid	40.02493	-3.91008		Villaluenga		54	TO	45188	
3105458	Villalube	villalube	ES	49539	250	Europe/Madrid	41.61005	-5.54545		Villalube	49251	55	ZA	49251	
3105459	Villalta	villalta	ES	09559	0	Europe/Madrid	42.71107	-3.61372		Villalta		55	BU	09014	
3105460	Villalquite	villalquite	ES	24218	0	Europe/Madrid	42.53895	-5.31333		Villalquite		55	LE	24180	
3105462	Villalpando	villalpando	ES	49630	1611	Europe/Madrid	41.86517	-5.41231		Vil'jal'pando,Villalpando,Villapando,bi li ya er pan duo,Вильяльпандо,Вільяльпандо,比利亚尔潘多	49250	55	ZA	49250	
3105733	Villabuena	villabuena	ES	24548	0	Europe/Madrid	41.71742	-2.63006		Villabuena		55	SO	42095	
3105463	Villalonso	villalonso	ES	49860	111	Europe/Madrid	41.59767	-5.29769		Villalonso	49249	55	ZA	49249	
3105465	Villalonga	villalonga	ES	46720	0	Europe/Madrid	43.54576	-6.72049				34	O	33041	
3105466	Villalonga	villalonga	ES	46720	0	Europe/Madrid	42.43333	-8.83333		San Pedro,Vilalonga,Villalonga		58	PO	36051	
3105467	Villalón de Campos	villalon-de-campos	ES	47600	2051	Europe/Madrid	42.09994	-5.0344		Villalon,Villalon de Campos,Villalón,Villalón de Campos	47214	55	VA	47214	
3105468	Villalómez	villalomez	ES	09258	0	Europe/Madrid	42.42921	-3.31316		Villalomez,Villalómez		55	BU	09411	
3105469	Villalobos	villalobos	ES	49134	288	Europe/Madrid	41.94567	-5.47517		Villalobos	49248	55	ZA	49248	
3105471	Villalobón	villalobon	ES	34419	734	Europe/Madrid	42.03037	-4.5034		Villalobon,Villalobón	34217	55	P	34217	
3105472	Villalobar de Rioja	villalobar-de-rioja	ES	26256	91	Europe/Madrid	42.49123	-2.96404		Villalobar de Rioja	26167	27	LO	26167	
3105473	Villalobar	villalobar	ES	24233	0	Europe/Madrid	42.39617	-5.57495		Villalobar		55	LE	24006	
3105474	Villalmonte	villalmonte	ES	24887	0	Europe/Madrid	42.84702	-5.00182		Villalmonte		55	LE	24183	
3105475	Villalmóndar	villalmondar	ES	09258	0	Europe/Madrid	42.45228	-3.33689		Villalmondar,Villalmóndar		55	BU	09411	
3105476	Villalmarzo	villalmarzo	ES	33759	0	Europe/Madrid	43.50634	-6.85192		Villalmarzo		34	O	33023	
3105477	Villalmanzo	villalmanzo	ES	09390	464	Europe/Madrid	42.0484	-3.74195		Villalmanzo	09442	55	BU	09442	
3105478	Villalmán	villalman	ES	24326	0	Europe/Madrid	42.41313	-4.9944				55	LE	24139	
3105479	Villallano	villallano	ES	34815	0	Europe/Madrid	42.76563	-4.23715		Villallano		55	P	34135	
3105480	Villallana	villallana	ES	33695	0	Europe/Madrid	43.18384	-5.81346		Villallana		34	O	33033	
3105482	Villalibre de Somoza	villalibre-de-somoza	ES	24717	0	Europe/Madrid	42.38642	-6.2375		Villalibre de Somoza		55	LE	24091	
3105484	Villalibado	villalibado	ES	09129	0	Europe/Madrid	42.52538	-3.97568				55	BU	09427	
3105485	Villalfeide	villalfeide	ES	24836	0	Europe/Madrid	42.87918	-5.51599		Villalfeide		55	LE	24098	
3105486	Villalengua	villalengua	ES	50216	388	Europe/Madrid	41.43548	-1.84125		Villalengua	50287	52	Z	50287	
3105488	Villalebrín	villalebrin	ES	24326	0	Europe/Madrid	42.39373	-4.98067				55	LE	24139	
3105489	Villaldín	villaldin	ES	33826	0	Europe/Madrid	43.28455	-6.1444		Villaldin,Villaldín		34	O	33026	
3105490	Villaldemiro	villaldemiro	ES	09227	68	Europe/Madrid	42.24719	-3.98534		Villaldemiro	09441	55	BU	09441	
3105491	Villaldavín	villaldavin	ES	34310	0	Europe/Madrid	42.15976	-4.57209		Villaldavin,Villaldavín		55	P	34127	
3105492	Villalcón	villalcon	ES	34347	84	Europe/Madrid	42.29287	-4.85527			34216	55	P	34216	
3105493	Villalcázar de Sirga	villalcazar-de-sirga	ES	34449	209	Europe/Madrid	42.31662	-4.54278		Villalcazar de Sirga,Villalcázar de Sirga	34215	55	P	34215	
3105494	Villalcampo	villalcampo	ES	49166	612	Europe/Madrid	41.52229	-6.04801		Villalcampo	49247	55	ZA	49247	
3105495	Villalbos	villalbos	ES	09258	0	Europe/Madrid	42.44495	-3.33006		Villalbos		55	BU	09411	
3105496	Villalboñe	villalbone	ES	24228	0	Europe/Madrid	42.63128	-5.45607		Villalbone,Villalboñe		55	LE	24175	
3105501	Villalbilla	villalbilla	ES	28810	8055	Europe/Madrid	40.43044	-3.29904		Villalbilla	28172	29	M	28172	
3105502	Villalbilla	villalbilla	ES	28810	0	Europe/Madrid	40.2079	-2.29121		Villalbilla,Villalvilla		54	CU	16254	
3105503	Vilalba Sasserra	vilalba-sasserra	ES	08455	0	Europe/Madrid	41.65	2.45		Vilalba Sasserra,Villalba Saserra		56	B	08106	
3105504	Villalbarba	villalbarba	ES	47113	152	Europe/Madrid	41.60389	-5.21281		Villalbarba,Villarbarba	47213	55	VA	47213	
3105505	Villalba de Rioja	villalba-de-rioja	ES	26292	174	Europe/Madrid	42.60967	-2.88687		Villalba de Rioja	26166	27	LO	26166	
3105507	Villalba del Rey	villalba-del-rey	ES	16535	658	Europe/Madrid	40.34653	-2.63902		Villalba del Rey	16246	54	CU	16246	
3105508	Villalba de los Morales	villalba-de-los-morales	ES	44359	0	Europe/Madrid	40.86667	-1.41375		Villalba de los Morales		52	TE	44056	
3105509	Villalba de los Llanos	villalba-de-los-llanos	ES	37446	182	Europe/Madrid	40.8002	-5.9758		Villalba de los Llanos	37353	55	SA	37353	
3105510	Vilalba dels Arcs	vilalba-dels-arcs	ES	43782	0	Europe/Madrid	41.11667	0.41667		Vilalba dels Arcs,Villalba,Villalba de los Arcos,Villalva de los Arcos	43175	56	T	43175	
3105511	Villalba de los Alcores	villalba-de-los-alcores	ES	47639	530	Europe/Madrid	41.86361	-4.86063		Villalba de los Alcores	47212	55	VA	47212	
3105512	Villalba de Losa	villalba-de-losa	ES	09511	0	Europe/Madrid	42.93525	-3.08812		Villalba de Losa		55	BU	09190	
3105513	Villalba de la Sierra	villalba-de-la-sierra	ES	16140	659	Europe/Madrid	40.23437	-2.08929		Villalba de la Sierra	16245	54	CU	16245	
3105514	Villalba de la Loma	villalba-de-la-loma	ES	47689	45	Europe/Madrid	42.17472	-5.19023		Villalba de la Loma	47211	55	VA	47211	
3105515	Villalba de la Lampreana	villalba-de-la-lampreana	ES	49126	292	Europe/Madrid	41.74327	-5.64094		Villalba de la Lampreana	49246	55	ZA	49246	
3105516	Villalba de Guardo	villalba-de-guardo	ES	34889	232	Europe/Madrid	42.72229	-4.82328		Villalba de Guardo	34214	55	P	34214	
3105517	Villalba de Duero	villalba-de-duero	ES	09443	603	Europe/Madrid	41.68243	-3.74443		Vil'jal'ba-de-Duehro,Vil'jal'ba-de-Duero,Villalba de Duero,Vilyalba de Duero,bi li ya er wa de du ai luo,byyalba d dwyrw,fylaalba dy dwyrw,Вильяльба-де-Дуэро,Вільяльба-де-Дуеро,Վիլյալբա դե Դուերո,بییالبا د دوئرو,فيلاألبا دي دويرو,比利亚尔瓦德杜埃罗	09438	55	BU	09438	
3105518	Villalba de Adaja	villalba-de-adaja	ES	47237	0	Europe/Madrid	41.38659	-4.77629		Villalba de Adaja		55	VA	47082	
3105519	Villalba Baja	villalba-baja	ES	44162	0	Europe/Madrid	40.42395	-1.07735				52	TE	44216	
3105520	Villalba Alta	villalba-alta	ES	44161	0	Europe/Madrid	40.618	-0.96559		Villalba Alta		52	TE	44182	
3105523	Villalba	villalba	ES	42223	0	Europe/Madrid	43.21503	-7.05598				58	LU	27018	
3105524	Villalba	villalba	ES	42223	0	Europe/Madrid	41.46125	-2.48285		Villalba		55	SO	42068	
3105525	Villalba	villalba	ES	42223	0	Europe/Madrid	40.13122	-6.83282		Caserio Villalba,Caserío Villalba,Villalba		57	CC	10210	
3105526	Villalázara	villalazara	ES	09569	0	Europe/Madrid	43.04016	-3.49709				55	BU	09214	
3105527	Villalazán	villalazan	ES	49158	368	Europe/Madrid	41.49414	-5.5891		Villalazan,Villalazán	49245	55	ZA	49245	
3105528	Villalar de los Comuneros	villalar-de-los-comuneros	ES	47111	436	Europe/Madrid	41.54966	-5.1381		Villalar,Villalar de los Comuneros	47210	55	VA	47210	
3105529	Villalar	villalar	ES	33819	0	Europe/Madrid	43.199	-6.49805		Villalar		34	O	33011	
3105530	Villalangua	villalangua	ES	22822	0	Europe/Madrid	42.41929	-0.80254		Villalangua		52	HU	22173	
3105531	Villalán de Campos	villalan-de-campos	ES	47675	51	Europe/Madrid	42.01484	-5.23642		Villalan de Campos,Villalon de Campos,Villalán de Campos,Villalón de Campos	47209	55	VA	47209	
3105532	Villalambrús	villalambrus	ES	09511	0	Europe/Madrid	42.94544	-3.17077		Villalambrus,Villalambrús		55	BU	09908	
3105533	Villalaín	villalain	ES	09554	0	Europe/Madrid	43.12163	-6.81301		Villalain,Villalaín		34	O	33001	
3105534	Villalaín	villalain	ES	09554	0	Europe/Madrid	42.90953	-3.58333		Villalain,Villalaín		55	BU	09903	
3105535	Villalafuente	villalafuente	ES	34115	0	Europe/Madrid	42.53803	-4.71631				55	P	34157	
3105536	Villalacre	villalacre	ES	09514	0	Europe/Madrid	43.0206	-3.39806		Villalacre		55	BU	09189	
3105538	Villalaco	villalaco	ES	34261	74	Europe/Madrid	42.15569	-4.2594		Villalaco	34213	55	P	34213	
3105541	Villajimena	villajimena	ES	34419	0	Europe/Madrid	42.08517	-4.43404		Villajimena		55	P	34108	
3105542	Villajimada	villajimada	ES	33819	0	Europe/Madrid	43.18451	-6.49641		Villajimada		34	O	33011	
3105544	Villajane	villajane	ES	33811	0	Europe/Madrid	43.07215	-6.88293		Villajane		34	O	33028	
3105548	Villahoz	villahoz	ES	09343	340	Europe/Madrid	42.07587	-3.9129		Villahoz	09437	55	BU	09437	
3105549	Villahormes	villahormes	ES	33593	0	Europe/Madrid	43.44171	-4.9017		Villahormes		34	O	33036	
3105550	Villahizán de Treviño	villahizan-de-trevino	ES	09128	0	Europe/Madrid	42.47821	-4.10534		Villabrizan de Trevino,Villabrizán de Treviño,Villahizan de Trevina,Villahizan de Trevino,Villahizán de Treviña,Villahizán de Treviño		55	BU	09427	
3105552	Villahibiera	villahibiera	ES	24930	0	Europe/Madrid	42.60388	-5.22199		Villahibiera		55	LE	24180	
3105553	Villaherreros	villaherreros	ES	34469	254	Europe/Madrid	42.38964	-4.46254		Villaherreros	34211	55	P	34211	
3105554	Villahernando	villahernando	ES	09125	0	Europe/Madrid	42.55915	-3.96967				55	BU	09427	
3105555	Villahermosa del Río	villahermosa-del-rio	ES	12124	432	Europe/Madrid	40.20268	-0.4199		Vilafermosa,Villahermosa,Villahermosa del Rio,Villahermosa del Río	12130	60	CS	12130	
3105556	Villahermosa del Campo	villahermosa-del-campo	ES	44494	107	Europe/Madrid	41.10942	-1.24692		Villahermosa,Villahermosa del Campo	44252	52	TE	44252	
3105558	Villahán	villahan	ES	34257	117	Europe/Madrid	42.05031	-4.13104		Villahan,Villahan de Palenzuela,Villahán,Villahán de Palenzuela	34210	55	P	34210	
3105559	Villagutiérrez	villagutierrez	ES	09230	0	Europe/Madrid	42.30753	-3.9071				55	BU	09125	
3105562	Villagrufe	villagrufe	ES	33889	0	Europe/Madrid	43.24397	-6.59915		Villagrufe		34	O	33001	
3105563	Villagroy	villagroy	ES	24517	0	Europe/Madrid	42.58928	-6.84901		Villagroy		55	LE	24059	
3105564	Villagonzalo-Pedernales	villagonzalo-pedernales	ES	09195	1110	Europe/Madrid	42.30145	-3.73539		Villagonzalo-Pedernales		55	BU	09434	
3105565	Villagonzalo de Tormes	villagonzalo-de-tormes	ES	37893	233	Europe/Madrid	40.89221	-5.49664		Villagonzalo de Tormes	37352	55	SA	37352	
3105566	Villagonzalo de Coca	villagonzalo-de-coca	ES	40496	0	Europe/Madrid	41.1997	-4.57775		Villagonzalo de Coca		55	SG	40057	
3105567	Villagómez la Nueva	villagomez-la-nueva	ES	47608	85	Europe/Madrid	42.15592	-5.14208		Villagomez la Nueva,Villagómez la Nueva	47208	55	VA	47208	
3105569	Villagime	villagime	ES	33116	0	Europe/Madrid	43.13321	-5.96086		Villagime		34	O	33053	
3105571	Villager de Laciana	villager-de-laciana	ES	24112	0	Europe/Madrid	42.94166	-6.33251		Villager de Laciana		55	LE	24202	
3105572	Villagatón	villagaton	ES	24367	701	Europe/Madrid	42.63413	-6.16184		Villagaton,Villagatón	24210	55	LE	24210	
3105573	Villagarcía de la Vega	villagarcia-de-la-vega	ES	24795	0	Europe/Madrid	42.39099	-5.92798		Villagarcia,Villagarcia de la Vega,Villagarcía,Villagarcía de la Vega		55	LE	24144	
3105574	Villagarcía de Campos	villagarcia-de-campos	ES	47840	414	Europe/Madrid	41.78032	-5.19242		Villagarcia de Campos,Villagarcía de Campos	47207	55	VA	47207	
3105575	Vilagarcía de Arousa	vilagarcia-de-arousa	ES	36600	37576	Europe/Madrid	42.59631	-8.76426		Vilagarcia,Vilagarcía	36060	58	PO	36060	
3105576	Villagarcía	villagarcia	ES	33826	0	Europe/Madrid	43.33304	-6.10296		Villagarcia,Villagarcía		34	O	33026	
3105577	Villagarcía	villagarcia	ES	33826	0	Europe/Madrid	42.98651	-7.11636				58	LU	27004	
3105579	Villagallegos	villagallegos	ES	24250	0	Europe/Madrid	42.39522	-5.65345		Villagallegos		55	LE	24187	
3105580	Villagalijo	villagalijo	ES	09268	85	Europe/Madrid	42.34872	-3.19203		Villagalijo	09433	55	BU	09433	
3105581	Villafufre	villafufre	ES	39638	1109	Europe/Madrid	43.26557	-3.8937		Villafufre		39	S	39078	
3105582	Villafuertes	villafuertes	ES	09339	0	Europe/Madrid	42.17658	-3.80147		Villafuertes		55	BU	09448	
3105583	Villafuerte	villafuerte	ES	47180	145	Europe/Madrid	41.73431	-4.32365			47206	55	VA	47206	
3105585	Villafruela	villafruela	ES	09344	0	Europe/Madrid	42.18081	-4.5712		Villafruela		55	P	34127	
3105586	Villafruela	villafruela	ES	09344	248	Europe/Madrid	41.91647	-3.91371		Villafruela	09432	55	BU	09432	
3105587	Villafruel	villafruel	ES	34117	0	Europe/Madrid	42.5747	-4.73148		Villafruel		55	P	34157	
3105588	Villafrontú	villafrontu	ES	33889	0	Europe/Madrid	43.27226	-6.59828		Villafrontu,Villafrontú		34	O	33001	
3105591	Villafría de San Zadornil	villafria-de-san-zadornil	ES	01427	0	Europe/Madrid	42.83527	-3.19525		Villafria de San Zadornil,Villafría de San Zadornil		55	BU	09192	
3105593	Villafría	villafria	ES	01118	0	Europe/Madrid	43.512	-6.15471		Villafria,Villafría		34	O	33051	
3105594	Villafría	villafria	ES	01118	0	Europe/Madrid	42.83013	-4.71191				55	P	34171	
3105595	Vìllafría	villafria	ES	01118	0	Europe/Madrid	42.62423	-2.5399				59	VI	01016	
3105596	Villafrechós	villafrechos	ES	47810	520	Europe/Madrid	41.8929	-5.21859		Villafrechos,Villafrechós	47205	55	VA	47205	
3105597	Villafrea de la Reina	villafrea-de-la-reina	ES	24913	0	Europe/Madrid	42.97693	-4.91195		Villafrea de la Reina		55	LE	24020	
3105598	Villafranca-Montes de Oca	villafranca-montes-de-oca	ES	09257	168	Europe/Madrid	42.38781	-3.30949		Villafranca-Montes de Oca		55	BU	09431	
3105600	Vilafranca del Penedès	vilafranca-del-penedes	ES	08720	38425	Europe/Madrid	41.34618	1.69713		Vil'jafranka-del'-Penedes,Vilafranca Penedes,Vilafranca del Penedes,Vilafranca del Penedès,Vilafranca do Penedes - Vilafranca del Penedes,Vilafranca do Penedés - Vilafranca del Penedès,Villafranca del Panades,Villafranca del Panadés,Вильяфранка-дель-Пенедес	08305	56	B	08305	
3105601	Villafranca del Cid	villafranca-del-cid	ES	12150	2562	Europe/Madrid	40.42885	-0.25775		Vilafranca del Maestrat,Villafranca del Cid		60	CS	12129	
3105602	Villafranca del Campo	villafranca-del-campo	ES	44394	365	Europe/Madrid	40.69545	-1.34722		Villafranca del Campo	44251	52	TE	44251	
3105603	Villafranca del Bierzo	villafranca-del-bierzo	ES	24500	3733	Europe/Madrid	42.60601	-6.81069		Villafranca del Bierzo	24209	55	LE	24209	
3105604	Villafranca de la Sierra	villafranca-de-la-sierra	ES	05571	172	Europe/Madrid	40.49806	-5.23005		Vil'jafranka-de-la-S'erra,Vilafranka de la Siera,Villafranca de la Sierra,byyafranka d la syra,fyafranka dy la syyra,xie la zi you zhen,Вилафранка де ла Сиера,Вильяфранка-де-ла-Сьерра,Вільяфранка-де-ла-Сьєрра,بییافرانکا د لا سیرا,فيافرانكا دي لا سييرا,谢拉自由镇	05257	55	AV	05257	
3105605	Villafranca de Ebro	villafranca-de-ebro	ES	50174	692	Europe/Madrid	41.57473	-0.65039		Villafranca de Ebro	50285	52	Z	50285	
3105606	Villafranca de Duero	villafranca-de-duero	ES	47529	394	Europe/Madrid	41.4331	-5.30192		Villafranca de Duero	47204	55	VA	47204	
3105608	Villafranca	villafranca	ES	01193	0	Europe/Madrid	42.83741	-2.56932		Villafranca		59	VI	01059	
3105609	Villafranca	villafranca	ES	01193	2780	Europe/Madrid	42.27933	-1.74628		Villafranca	31254	32	NA	31254	
3105610	Villafranca	villafranca	ES	01193	0	Europe/Madrid	41.24115	-3.7435				55	SG	40060	
3105612	Vilaframil	vilaframil	ES	27797	0	Europe/Madrid	43.20716	-7.06939		Vilaframil		58	LU	27018	
3105613	Villafrades de Campos	villafrades-de-campos	ES	47606	101	Europe/Madrid	42.07853	-4.97125		Villafrades de Campos	47203	55	VA	47203	
3105614	Vilaformán	vilaforman	ES	27767	0	Europe/Madrid	43.4049	-7.18694		San Juan,Vilaforman,Vilaformán		58	LU	27061	
3105616	Villaflores	villaflores	ES	37406	390	Europe/Madrid	41.08397	-5.23436		Villaflores	37351	55	SA	37351	
3105617	Villaflores	villaflores	ES	37406	0	Europe/Madrid	40.60442	-3.10763		Caserio Villaflores,Caserío Villaflores,Villaflores		54	GU	19130	
3105619	Villaflor	villaflor	ES	05357	0	Europe/Madrid	41.58021	-5.99147		Villaflor		55	ZA	49135	
3105620	Villaflor	villaflor	ES	05357	143	Europe/Madrid	40.75865	-4.87379		Villaflor	05256	55	AV	05256	
3105623	Villaferrueña	villaferruena	ES	49695	154	Europe/Madrid	42.0983	-5.85802		Villaferruena,Villaferrueña	49243	55	ZA	49243	
3105624	Villafer	villafer	ES	24236	0	Europe/Madrid	42.12202	-5.57194				55	ZA	49113	
3105627	Villafeliche	villafeliche	ES	50391	219	Europe/Madrid	41.19509	-1.50983		Villafeliche	50284	52	Z	50284	
3105628	Villafeile	villafeile	ES	24525	0	Europe/Madrid	42.68585	-6.91543		Villafeile,Villajeile		55	LE	24009	
3105629	Villafañé	villafane	ES	24162	0	Europe/Madrid	42.55185	-5.42789		Villafane,Villafañé		55	LE	24225	
3105631	Villafalé	villafale	ES	24219	0	Europe/Madrid	42.51613	-5.40456		Villafale,Villafalé,Villajale,Villajalé		55	LE	24225	
3105632	Villafáfila	villafafila	ES	49136	629	Europe/Madrid	41.84692	-5.61527		Villafafila,Villafáfila	49242	55	ZA	49242	
3105634	Villaestrigo	villaestrigo	ES	24249	0	Europe/Madrid	42.24288	-5.71653		Villaestrigo		55	LE	24230	
3105635	Villaestremerí	villaestremeri	ES	33615	0	Europe/Madrid	43.2114	-5.83458		Villaestremeri,Villaestremerí,Villastremeri		34	O	33037	
3105639	Villaesper	villaesper	ES	47811	0	Europe/Madrid	41.87499	-5.14853		Villaesper		55	VA	47197	
3105640	Villaespasa	villaespasa	ES	09650	21	Europe/Madrid	42.09991	-3.40436		Villaespasa	09430	55	BU	09430	
3105641	Villaescusa la Sombría	villaescusa-la-sombria	ES	09292	65	Europe/Madrid	42.41518	-3.4184		Villaescusa la Sombria,Villaescusa la Sombría	09429	55	BU	09429	
3105642	Villaescusa la Solana	villaescusa-la-solana	ES	09292	0	Europe/Madrid	42.42636	-3.42008		Villaescusa la Solana		55	BU	09429	
3105643	Villaescusa de Tobalina	villaescusa-de-tobalina	ES	09212	0	Europe/Madrid	42.79204	-3.20996		Villaescusa de Tobalina		55	BU	09412	
3105644	Villaescusa de Roa	villaescusa-de-roa	ES	09314	129	Europe/Madrid	41.72727	-4.0172		Villaescusa de Roa	09428	55	BU	09428	
3105645	Villaescusa de Palositos	villaescusa-de-palositos	ES	19493	0	Europe/Madrid	40.59336	-2.53098		Villaescusa de Palositos		54	GU	19217	
3105646	Villaescusa de las Torres	villaescusa-de-las-torres	ES	34815	0	Europe/Madrid	42.75871	-4.25265		Villaescusa de las Torres		55	P	34135	
3105647	Villaescusa de Ecla	villaescusa-de-ecla	ES	34486	0	Europe/Madrid	42.72775	-4.37456		Villaescusa de Ecla		55	P	34170	
3105648	Villaescusa de Ebro	villaescusa-de-ebro	ES	39232	0	Europe/Madrid	42.82994	-3.83304		Villaescusa,Villaescusa de Ebro		39	S	39094	
3105649	Villaescusa de Butrón	villaescusa-de-butron	ES	09559	0	Europe/Madrid	42.76748	-3.65265		Villaescusa de Butron,Villaescusa de Butrón		55	BU	09014	
3105650	Villaescusa	villaescusa	ES	49430	0	Europe/Madrid	43.467	-5.32717				34	O	33019	
3105651	Villaescusa	villaescusa	ES	49430	3434	Europe/Madrid	42.96262	-4.16706		Vil'jaehskusa,Villaescusa,Вильяэскуса		39	S	39032	
3105652	Villaescusa	villaescusa	ES	49430	353	Europe/Madrid	41.20617	-5.46406		Villaescusa	49241	55	ZA	49241	
3105654	Villaeles de Valdavia	villaeles-de-valdavia	ES	34475	71	Europe/Madrid	42.56556	-4.58318		Villaeles de Valdavia	34208	55	P	34208	
3105655	Villadún	villadun	ES	33794	0	Europe/Madrid	43.54838	-7.00618		Villadun,Villadún		34	O	33017	
3105657	Villadoz	villadoz	ES	50490	95	Europe/Madrid	41.16234	-1.288		Villadoz	50283	52	Z	50283	
3105659	Villadiezma	villadiezma	ES	34469	0	Europe/Madrid	42.39602	-4.40968		Villadiezma		55	P	34901	
3105660	Villadiego de Cea	villadiego-de-cea	ES	24327	0	Europe/Madrid	42.51177	-4.91988		Villadiego de Cea		55	LE	24229	
3105661	Villadiego	villadiego	ES	09120	1907	Europe/Madrid	42.51589	-4.00958		Vil'jad'ego,Vil'jadiego,bi li ya die ge,fyladyyghw,Вильядьего,Вільядієго,فيلادييغو,比利亚迭戈	09427	55	BU	09427	
3105663	Villa de Sub	villa-de-sub	ES	33111	0	Europe/Madrid	43.10549	-6.03936		Villa de Sub		34	O	33072	
3105664	Villadestre	villadestre	ES	33816	0	Europe/Madrid	43.2204	-6.46686		Villadestre		34	O	33011	
3105668	Villadepera	villadepera	ES	49250	269	Europe/Madrid	41.547	-6.13305		Villadepera	49240	55	ZA	49240	
3105669	Villadepán	villadepan	ES	24133	0	Europe/Madrid	42.81581	-6.08446		Villadepan,Villadepán		55	LE	24132	
3105670	Villadepalos	villadepalos	ES	24565	0	Europe/Madrid	42.53984	-6.74966		Villadepalos		55	LE	24038	
3105671	Villademoros	villademoros	ES	33788	0	Europe/Madrid	43.54863	-6.39886		Villademoros		34	O	33034	
3105673	Villademor de la Vega	villademor-de-la-vega	ES	24237	458	Europe/Madrid	42.26964	-5.56808		Villademor de la Vega	24207	55	LE	24207	
3105674	Villademar	villademar	ES	33159	365	Europe/Madrid	43.55	-6.15		Villademar		34	O	33021	
3105675	Villa del Prado	villa-del-prado	ES	28630	5385	Europe/Madrid	40.27852	-4.30534		Villa del Prado	28171	29	M	28171	
3105676	Villa del Campo	villa-del-campo	ES	10814	615	Europe/Madrid	40.14223	-6.42679		Vil'ja-del'-Kampo,Villa del Campo,Villa el Campu,fyla dyl kambw,kan bo zhen,Вилья-дель-Кампо,Вілья-дель-Кампо,فيلا ديل كامبو,坎波镇	10207	57	CC	10207	
3105679	Villadecanes	villadecanes	ES	24530	2124	Europe/Madrid	42.57973	-6.75971		Villadecanes		55	LE	24209	
3105681	Villadangos del Páramo	villadangos-del-paramo	ES	24392	1035	Europe/Madrid	42.51672	-5.76737		Villadangos del Paramo,Villadangos del Páramo	24205	55	LE	24205	
3105684	Villada	villada	ES	34340	1165	Europe/Madrid	42.25111	-4.96708		Villada	34206	55	P	34206	
3105685	Villacuende	villacuende	ES	34129	0	Europe/Madrid	42.38118	-4.69838		Villacuende		55	P	34236	
3105686	Villacreces	villacreces	ES	47609	0	Europe/Madrid	42.27771	-5.02482				55	VA	47153	
3105687	Villacorza	villacorza	ES	19269	0	Europe/Madrid	41.16592	-2.67202		Villacorza		54	GU	19257	
3105690	Villacorta	villacorta	ES	24882	0	Europe/Madrid	42.80764	-4.9393		Villacorta		55	LE	24183	
3105691	Villacorta	villacorta	ES	24882	0	Europe/Madrid	41.32589	-3.36298		Villacorta		55	SG	40170	
3105692	Villacontilde	villacontilde	ES	24219	0	Europe/Madrid	42.52804	-5.37352		Villacontilde		55	LE	24225	
3105693	Villaconejos de Trabaque	villaconejos-de-trabaque	ES	16860	486	Europe/Madrid	40.40064	-2.31956		Villaconejos,Villaconejos de Trabaque	16242	54	CU	16242	
3105694	Villaconejos	villaconejos	ES	28360	3010	Europe/Madrid	40.10139	-3.48258		Villaconejos	28170	29	M	28170	
3105695	Villacondide	villacondide	ES	33796	0	Europe/Madrid	43.50084	-6.74699		Santos Cosme y Damian de Villacondide,Santos Cosme y Damián de Villacondide,Villacondide		34	O	33018	
3105696	Villaconancio	villaconancio	ES	34247	84	Europe/Madrid	41.87174	-4.22379		Villaconancio	34205	55	P	34205	
3105697	Villacomparada de Rueda	villacomparada-de-rueda	ES	09553	0	Europe/Madrid	42.95176	-3.55674		Villacomparada de Rueda		55	BU	09903	
3105698	Villacomparada	villacomparada	ES	09515	0	Europe/Madrid	42.91754	-3.4806		Villacomparada		55	BU	09209	
3105699	Villaco	villaco	ES	47181	113	Europe/Madrid	41.74022	-4.26817		Villaco	47200	55	VA	47200	
3105700	Villacintor	villacintor	ES	24344	0	Europe/Madrid	42.49185	-5.15939		Villacintor		55	LE	24156	
3105701	Villacín	villacin	ES	33875	0	Europe/Madrid	43.28901	-6.53006		Villacin,Villacín		34	O	33073	
3105703	Villaciervos	villaciervos	ES	42192	116	Europe/Madrid	41.76227	-2.62678		Villaciervos	42205	55	SO	42205	
3105704	Villaciervitos	villaciervitos	ES	42192	0	Europe/Madrid	41.75279	-2.63946		Villaciervitos		55	SO	42205	
3105705	Villacienzo	villacienzo	ES	09195	0	Europe/Madrid	42.32687	-3.75797		Villacienzo		55	BU	09439	
3105706	Villacid de Campos	villacid-de-campos	ES	47607	102	Europe/Madrid	42.0825	-5.12498		Villacid de Campos	47199	55	VA	47199	
3105707	Villacidayo	villacidayo	ES	24161	0	Europe/Madrid	42.66429	-5.20091		Villacidayo		55	LE	24079	
3105708	Villacidaler	villacidaler	ES	34349	72	Europe/Madrid	42.22168	-4.97668		Villacidaler	34204	55	P	34204	
3105709	Villacibrán	villacibran	ES	33818	0	Europe/Madrid	43.06465	-6.52326		Villacibran,Villacibrán		34	O	33011	
3105710	Villacibio	villacibio	ES	34492	0	Europe/Madrid	42.72683	-4.24021				55	BU	09306	
3105711	Villacián	villacian	ES	09511	0	Europe/Madrid	42.96895	-3.16591		Villacian,Villacián		55	BU	09908	
3105714	Villacete	villacete	ES	24227	0	Europe/Madrid	42.56377	-5.46929		Villacete		55	LE	24175	
3105715	Villacerán	villaceran	ES	24344	0	Europe/Madrid	42.52357	-5.03393		Villaceran,Villacerán		55	LE	24226	
3105716	Villacelama	villacelama	ES	24217	0	Europe/Madrid	42.48231	-5.45534		Villacelama		55	LE	24218	
3105717	Villaceid	villaceid	ES	24125	0	Europe/Madrid	42.76765	-5.90361		Villaceid		55	LE	24167	
3105718	Villacedré	villacedre	ES	24009	0	Europe/Madrid	42.56092	-5.5889		Villacedre,Villacedré		55	LE	24162	
3105719	Villacé	villace	ES	24234	0	Europe/Madrid	42.34338	-5.59372		Villace,Villacé		55	LE	24212	
3105720	Villacastín	villacastin	ES	40150	1619	Europe/Madrid	40.7796	-4.41357		Vil'jakastin,Villacastin,Villacastín,bi li ya ka si ting,Вильякастин,Вільякастін,比利亚卡斯廷	40225	55	SG	40225	
3105721	Villacarriedo	villacarriedo	ES	39640	1711	Europe/Madrid	43.22851	-3.81057		Vil'jakarr'edo,Vil'jakarredo,Villacarriedo,bi li ya ka lie duo,fylakaraydw,Вильякаррьедо,Вільякаррєдо,فيلاكارايدو,比利亚卡列多	39098	39	S	39098	
3105722	Villacarralón	villacarralon	ES	47609	85	Europe/Madrid	42.18999	-5.04324		Villacarralon,Villacarralón	47198	55	VA	47198	
3105723	Villacantid	villacantid	ES	39210	0	Europe/Madrid	43.00098	-4.20733		Villacantid		39	S	39032	
3105724	Villacanes	villacanes	ES	09556	0	Europe/Madrid	42.94725	-3.57519				55	BU	09903	
3105726	Villacalbiel	villacalbiel	ES	24234	0	Europe/Madrid	42.35785	-5.60509		Villacalbiel		55	LE	24212	
3105727	Villacalabuey	villacalabuey	ES	24172	0	Europe/Madrid	42.48577	-5.06444				55	LE	24215	
3105728	Vilacaiz	vilacaiz	ES	27546	0	Europe/Madrid	42.70319	-7.63138				58	LU	27058	
3105729	Villacadima	villacadima	ES	19274	0	Europe/Madrid	41.28139	-3.21596		Villacadima		54	GU	19065	
3105730	Villabuena del Puente	villabuena-del-puente	ES	49820	874	Europe/Madrid	41.38074	-5.40787		Villabuena del Puente	49239	55	ZA	49239	
3105731	Eskuernaga / Villabuena de Álava	villabuena-de-alava	ES	01307	311	Europe/Madrid	42.54787	-2.66552		Eskuernaga,Uriona,Villabuena de Alava,Villabuena de Álava	01057	59	VI	01057	
3105732	Villabuena	villabuena	ES	24548	0	Europe/Madrid	42.63521	-6.7377		Villabuena		55	LE	24030	
3105734	Villabrille	villabrille	ES	33735	0	Europe/Madrid	43.27001	-6.85282		Villabrille		34	O	33048	
3105735	Villabre	villabre	ES	33826	0	Europe/Madrid	43.25133	-6.12749		Villabre		34	O	33078	
3105736	Villabrázaro	villabrazaro	ES	49770	376	Europe/Madrid	42.05394	-5.72748		Villabrazaro,Villabrázaro	49238	55	ZA	49238	
3105737	Villabraz	villabraz	ES	24206	141	Europe/Madrid	42.24658	-5.44593		Villabraz	24203	55	LE	24203	
3105738	Villabrágima	villabragima	ES	47820	1176	Europe/Madrid	41.82178	-5.11546		Villabragima,Villabrágima	47197	55	VA	47197	
3105739	Villabona	villabona	ES	20150	0	Europe/Madrid	43.53393	-6.64447				34	O	33041	
3105740	Villabona	villabona	ES	20150	0	Europe/Madrid	43.46246	-5.82564		Villabona		34	O	33035	
3105741	Villabona	villabona	ES	20150	0	Europe/Madrid	43.32917	-6.32727				34	O	33073	
3105742	Villabona	villabona	ES	20150	5822	Europe/Madrid	43.1854	-2.05304		Villabona	20075	59	SS	20075	
3105748	Villablino	villablino	ES	24100	10660	Europe/Madrid	42.93932	-6.31943		Vil'jablino,Villablino,bi li ya fu li nuo,Вильяблино,Вільябліно,比利亚夫利诺		55	LE	24109	
3105750	Villabellaco	villabellaco	ES	34828	0	Europe/Madrid	42.8925	-4.31072		Villabellaco		55	P	34027	
3105751	Villabazal	villabazal	ES	33610	0	Europe/Madrid	43.21204	-5.74707		Villabazal		34	O	33037	
3105754	Villabasil	villabasil	ES	09510	0	Europe/Madrid	43.03004	-3.29859		Villabasil		55	BU	09908	
3105755	Villabáscones de Bezana	villabascones-de-bezana	ES	09572	0	Europe/Madrid	42.96823	-3.7429				55	BU	09413	
3105757	Villabaruz de Campos	villabaruz-de-campos	ES	47815	50	Europe/Madrid	42.01099	-4.99624		Villabaruz,Villabaruz de Campos	47196	55	VA	47196	
3105758	Villabáñez	villabanez	ES	39660	0	Europe/Madrid	43.32119	-3.9623		Villabanes,Villabanez,Villabañes,Villabáñez		39	S	39056	
3105759	Villabáñez	villabanez	ES	39660	485	Europe/Madrid	41.63097	-4.52192		Villabanez,Villabáñez	47195	55	VA	47195	
3105760	Villabandín	villabandin	ES	24136	0	Europe/Madrid	42.86234	-6.14033		Villabandin,Villabandín		55	LE	24101	
3105761	Villabalter	villabalter	ES	24191	0	Europe/Madrid	42.62187	-5.61977		Villabalter		55	LE	24142	
3105762	Villabajo	villabajo	ES	33535	0	Europe/Madrid	43.36842	-5.40689		Villabajo		34	O	33049	
3105763	Atarrabia	atarrabia	ES	31610	10341	Europe/Madrid	42.8323	-1.60735		Atarrabia,Villava		32	NA	31086	
3105770	Viliella	viliella	ES	25726	0	Europe/Madrid	42.4156	1.69584				56	L	25127	
3105771	Vilers	vilers	ES	17462	0	Europe/Madrid	41.9899	2.94936		Caserio Vilers,Caserío Vilers,Vilers		56	GI	17097	
3105772	Vileña	vilena	ES	09249	29	Europe/Madrid	42.62227	-3.32293		Vilena,Vileña	09423	55	BU	09423	
3105773	Vilelos	vilelos	ES	27547	0	Europe/Madrid	42.62701	-7.67103				58	LU	27058	
3105774	la Vilella Baixa	la-vilella-baixa	ES	43374	0	Europe/Madrid	41.21667	0.76667		Vilella Baja,la Vilella Baixa		56	T	43035	
3105775	la Vilella Alta	la-vilella-alta	ES	43375	0	Europe/Madrid	41.21667	0.78333		Vilella Alta,la Vilella Alta		56	T	43096	
3105776	Vilela	vilela	ES	24516	0	Europe/Madrid	43.50973	-7.10027				58	LU	27051	
3105777	Vilela	vilela	ES	24516	0	Europe/Madrid	43.26801	-8.64778				58	C	15019	
3105778	Vilela	vilela	ES	24516	0	Europe/Madrid	43.13333	-7.55		Santiago,Vilela,Vilella		58	LU	27039	
3105779	Vilela	vilela	ES	24516	0	Europe/Madrid	43.02284	-9.24767				58	C	15052	
3105780	Vilela	vilela	ES	24516	0	Europe/Madrid	42.9956	-7.1417				58	LU	27004	
3105781	Vilela	vilela	ES	24516	0	Europe/Madrid	42.88769	-7.00503				58	LU	27034	
3105782	Vilela	vilela	ES	24516	0	Europe/Madrid	42.70007	-7.88466		Vilela,Vilella		58	PO	36047	
3105783	Vilela	vilela	ES	24516	0	Europe/Madrid	42.68262	-7.76901		San Miguel		58	LU	27060	
3105784	Vilela	vilela	ES	24516	0	Europe/Madrid	42.67078	-7.13961				58	LU	27017	
3105785	Vilela	vilela	ES	24516	0	Europe/Madrid	42.59027	-6.8033		Vilela		55	LE	24209	
3105786	Vilela	vilela	ES	24516	0	Europe/Madrid	42.4	-7.11667				58	OR	32072	
3105787	Vilela	vilela	ES	24516	0	Europe/Madrid	42.38333	-8.01667		Santa Maria,Santa María,Vilela		58	OR	32065	
3105788	Vilela	vilela	ES	24516	0	Europe/Madrid	41.96609	-7.62033				58	OR	32028	
3105789	Vilecha	vilecha	ES	24192	0	Europe/Madrid	42.54402	-5.56585		Vilecha		55	LE	24105	
3105790	Bildosola	bildosola	ES	48142	0	Europe/Madrid	43.13333	-2.78333		Bildosola,Vildosola,Vildósola		59	BI	48023	
3105791	Vilde	vilde	ES	33590	0	Europe/Madrid	43.3685	-4.53907				34	O	33055	
3105792	Vildé	vilde	ES	33590	0	Europe/Madrid	41.49519	-3.05334		Vilde,Vildé		55	SO	42043	
3105793	Vilaverd	vilaverd	ES	43490	0	Europe/Madrid	41.33333	1.18333		Vilaverd,Vilavert		56	T	43086	
3105794	Vilavella	vilavella	ES	27632	0	Europe/Madrid	43.44156	-7.86633		Vilavella		58	C	15070	
3105795	Vilavella	vilavella	ES	27632	0	Europe/Madrid	42.75962	-7.21201				58	LU	27062	
3105796	Vilavedelle	vilavedelle	ES	33778	0	Europe/Madrid	43.49099	-7.03637		Vilavedelle		34	O	33017	
3105798	Vilatenim	vilatenim	ES	17484	0	Europe/Madrid	42.27035	2.99412		Vilatenim		56	GI	17066	
3105799	Vilatán	vilatan	ES	27547	0	Europe/Madrid	42.60364	-7.67142				58	LU	27058	
3105803	Vila-seca	vila-seca	ES	43480	20866	Europe/Madrid	41.11118	1.14764		Vila-seca,Vilaseca,Vilaseca de Solcina		56	T	43123	
3105804	Vilaseca	vilaseca	ES	32696	0	Europe/Madrid	43.11028	-6.89611				58	LU	27035	
3105805	Vilaseca	vilaseca	ES	32696	17305	Europe/Madrid	42.06174	2.25528		Vila-seka,Vilaseca,Вила-сека		56	B	08150	
3105806	Vilasantar	vilasantar	ES	15807	1546	Europe/Madrid	43.07106	-8.12163		Santiago,Vilasantar	15090	58	C	15090	
3105807	Vila-sacra	vila-sacra	ES	17485	0	Europe/Madrid	42.26578	3.01839		Vila-sacra	17230	56	GI	17230	
3105809	Vilarrodona	vilarrodona	ES	17851	0	Europe/Madrid	41.31233	1.35904		Vilarrodona,Villarodona		56	T	43170	
3105810	Vila-robau	vila-robau	ES	17475	0	Europe/Madrid	42.16468	3.00848		Vila-robau		56	GI	17210	
3105813	Vilarig	vilarig	ES	17741	0	Europe/Madrid	42.28675	2.83336		Vilarig		56	GI	17051	
3105838	Vilar de Lor	vilar-de-lor	ES	27329	0	Europe/Madrid	42.50951	-7.30489		Vilar de Lor		58	LU	27050	
3105845	Vilar de Céltigos	vilar-de-celtigos	ES	15845	0	Europe/Madrid	43.03928	-8.87684		Vilar de Celtigos,Vilar de Céltigos		58	C	15077	
3105853	Vilar	vilar	ES	33778	0	Europe/Madrid	43.41944	-7.26808				58	LU	27027	
3105854	Vilar	vilar	ES	33778	0	Europe/Madrid	43.36131	-7.14953				58	LU	27048	
3105855	Vilar	vilar	ES	33778	0	Europe/Madrid	43.23333	-7.11667				58	LU	27018	
3105856	Vilar	vilar	ES	33778	0	Europe/Madrid	43.12776	-9.12385				58	C	15092	
3105857	Vilar	vilar	ES	33778	11	Europe/Madrid	43.13333	-6.86667				58	LU	27035	
3105858	Vilar	vilar	ES	33778	0	Europe/Madrid	42.98719	-7.23341				58	LU	27004	
3105859	Vilar	vilar	ES	33778	0	Europe/Madrid	42.93333	-9.21667				58	C	15023	
3105860	Vilar	vilar	ES	33778	0	Europe/Madrid	42.91667	-9.01667		Vilar,Vilar de Coiro		58	C	15045	
3105861	Vilar	vilar	ES	33778	0	Europe/Madrid	42.90198	-8.85745		Vilar		58	C	15056	
3105862	Vilar	vilar	ES	33778	0	Europe/Madrid	42.88307	-9.06336				58	C	15045	
3105863	Vilar	vilar	ES	33778	0	Europe/Madrid	42.88691	-8.89721		Vilar de Banzas		58	C	15062	
3105864	Vilar	vilar	ES	33778	0	Europe/Madrid	42.85479	-9.09129				58	C	15020	
3105865	Vilar	vilar	ES	33778	0	Europe/Madrid	42.85621	-6.92127				58	LU	27012	
3105866	Vilar	vilar	ES	33778	0	Europe/Madrid	42.817	-9.09257				58	C	15020	
3105867	Vilar	vilar	ES	33778	0	Europe/Madrid	42.7684	-8.36686				58	C	15012	
3105868	Vilar	vilar	ES	33778	0	Europe/Madrid	42.81835	-7.09469		Vila,Vilar		58	LU	27037	
3105869	Vilar	vilar	ES	33778	0	Europe/Madrid	42.75165	-7.19913				58	LU	27062	
3105870	Vilar	vilar	ES	33778	0	Europe/Madrid	42.70627	-9.00913				58	C	15071	
3105871	Vilar	vilar	ES	33778	5	Europe/Madrid	42.55	-7.23333				58	LU	27017	
3105872	Vilar	vilar	ES	33778	0	Europe/Madrid	42.43333	-7.85				58	OR	32026	
3105873	Vilar	vilar	ES	33778	0	Europe/Madrid	42.3741	-7.88178				58	OR	32054	
3105874	Vilar	vilar	ES	33778	7	Europe/Madrid	42.24777	-7.40665				58	OR	32029	
3105875	Vilar	vilar	ES	33778	0	Europe/Madrid	42.23333	-8.48333		San Mamed,Vilar		58	PO	36030	
3105876	Vilaplana	vilaplana	ES	25747	0	Europe/Madrid	42.4668	0.60225				52	HU	22143	
3105877	Vilaplana	vilaplana	ES	25747	564	Europe/Madrid	41.228	1.03325		Vilaplana	43169	56	T	43169	
3105878	Vilanuñe	vilanune	ES	27579	0	Europe/Madrid	42.7634	-7.85093				58	LU	27003	
3105880	Vilanoveta	vilanoveta	ES	08812	0	Europe/Madrid	41.60399	0.64308		Caserio Vilanoveta,Caserío Vilanoveta,Pla de Vilanoveta,Vilanoveta		56	L	25120	
3105881	Vilanova de Segrià	vilanova-de-segria	ES	25133	755	Europe/Madrid	41.71667	0.61667		Vilanova,Vilanova de Segria,Vilanova de Segriá		56	L	25120	
3105882	Vilanova de Sau	vilanova-de-sau	ES	08519	342	Europe/Madrid	41.947	2.3844	557	Vilanova de Sau	08303	56	B	08303	08303
3105883	Vilanova de Prades	vilanova-de-prades	ES	43439	167	Europe/Madrid	41.3485	0.95667		Vilanova de Prades	43168	56	T	43168	43168
3105884	Vilanova de Meià	vilanova-de-meia	ES	25735	433	Europe/Madrid	41.9965	1.02482	608	Vilanova de Meia,Vilanova de Meià		56	L	25034	
3105885	Vilanova del Camí	vilanova-del-cami	ES	08788	12649	Europe/Madrid	41.57165	1.63751		Vilanova del Cami,Vilanova del Camí		56	B	08250	
3105887	Vilanova de la Muga	vilanova-de-la-muga	ES	17492	0	Europe/Madrid	42.28052	3.04323		Vilanova de la Muga		56	GI	17132	
3105888	Vilanova de l'Aguda	vilanova-de-l-aguda	ES	25749	248	Europe/Madrid	41.91667	1.25	410	Vilanova de l'Aguda		56	L	25907	
3105889	Vilanova d'Escornalbou	vilanova-d-escornalbou	ES	43311	0	Europe/Madrid	41.11667	0.93333		Vilanova d'Escornalbou,Vilanova de Escornalbou	43167	56	T	43167	
3105890	Vilanova de Bellpuig	vilanova-de-bellpuig	ES	25264	1121	Europe/Madrid	41.61379	0.96432		Vilanova de Bellpuig	25248	56	L	25248	
3105899	Vilanant	vilanant	ES	17743	327	Europe/Madrid	42.25471	2.88923		Vilanant	17228	56	GI	17228	
3105900	Vilamós	vilamos	ES	25551	174	Europe/Madrid	42.7475	0.72689		Vilamos,Vilamós		56	L	25243	
3105901	Vilamorell	vilamorell	ES	17770	0	Europe/Madrid	42.22372	2.94168		Vilamorell		56	GI	17026	
3105902	Vilamitjana	vilamitjana	ES	25654	0	Europe/Madrid	42.34836	1.37884		Vilamitjana		56	L	25140	
3105903	Vilamitjana	vilamitjana	ES	25654	0	Europe/Madrid	42.1471	0.91858		Vilamitjana		56	L	25234	
3105904	Vilamerelle	vilamerelle	ES	27211	14	Europe/Madrid	42.86667	-7.65		Vilamerelle		58	LU	27023	
3105905	Vilameñe	vilamene	ES	27558	0	Europe/Madrid	42.73842	-7.75483		Vilamene,Vilameñe,Villamene,Villameñe		58	LU	27060	
3105907	Vilamaniscle	vilamaniscle	ES	17781	170	Europe/Madrid	42.37522	3.06755		Vilamaniscle	17227	56	GI	17227	
3105908	Vilamalla	vilamalla	ES	17469	885	Europe/Madrid	42.2172	2.97009		Vilamalla	17226	56	GI	17226	
3105909	Vilamacolum	vilamacolum	ES	17474	299	Europe/Madrid	42.19618	3.05662		Vilamacolum	17225	56	GI	17225	
3105911	Vilallonga de Ter	vilallonga-de-ter	ES	17869	414	Europe/Madrid	42.32998	2.31652		Vilallonga de Ter		56	GI	17039	
3105912	Vilallonga del Camp	vilallonga-del-camp	ES	43141	0	Europe/Madrid	41.20927	1.20465		Vilallonga,Vilallonga del Camp,Vilallonga del Campo		56	T	43103	
3105913	Vilaller	vilaller	ES	25552	583	Europe/Madrid	42.47624	0.71686	998	Villaller		56	L	25245	
3105915	Vilalle	vilalle	ES	27124	0	Europe/Madrid	43.02262	-7.29894		Vilalle		58	LU	27011	
3105916	Vilaleo	vilaleo	ES	27367	0	Europe/Madrid	42.86973	-7.388		Santa Maria,Santa María,Vilaleo		58	LU	27026	
3105917	Vilajuïga	vilajuiga	ES	17493	1057	Europe/Madrid	42.32533	3.09302		Vilajuiga,Vilajuïga	17223	56	GI	17223	
3105918	Vilajoan	vilajoan	ES	17773	0	Europe/Madrid	42.16566	2.9347		Vilajoan		56	GI	17075	
3105921	Vilagrassa	vilagrassa	ES	25330	0	Europe/Madrid	41.65	1.15		Vilagrasa,Vilagrassa		56	L	25217	
3105922	Vilafant	vilafant	ES	17740	4818	Europe/Madrid	42.24668	2.9382		Vilafant	17221	56	GI	17221	
3105923	Viladrau	viladrau	ES	17406	1005	Europe/Madrid	41.84746	2.39019			17220	56	GI	17220	17220
3105924	Viladordis	viladordis	ES	08240	0	Europe/Madrid	41.72498	1.86303		Viladordis		56	B	08213	
3105925	Viladonja	viladonja	ES	17513	0	Europe/Madrid	42.16524	2.06781	1168	Viladonia,Viladonja		56	GI	17096	
3105931	Viladasens	viladasens	ES	17464	0	Europe/Madrid	42.08333	2.93333		Viladasens,Viladesens,Viladeséns	17216	56	GI	17216	
3105932	Vilademuls	vilademuls	ES	17468	772	Europe/Madrid	42.1389	2.88819		Vilademuls	17218	56	GI	17218	
3105933	Vilademires	vilademires	ES	17746	0	Europe/Madrid	42.22931	2.794		Vilademires		56	GI	17031	
3105934	Viladamat	viladamat	ES	17137	0	Europe/Madrid	42.13299	3.07555		Viladamat		56	GI	17217	
3105935	Viladecans	viladecans	ES	08840	63489	Europe/Madrid	41.31405	2.01427		Biladakans,Viladekans,bi la de kan si,fyladykans,Біладаканс,Виладеканс,فيلاديكانس,比拉德坎斯		56	B	08089	
3105936	Viladecavalls	viladecavalls	ES	08232	0	Europe/Madrid	41.55	1.95		Viladecaballs,Viladecavalls	08300	56	B	08300	
3105937	Vilada	vilada	ES	08613	0	Europe/Madrid	42.13695	1.93162		Vilada	08299	56	B	08299	
3105938	Vilacova	vilacova	ES	32212	0	Europe/Madrid	42.77927	-8.80571		Vilacoba,Vilacova		58	C	15042	
3105940	Vilacolum	vilacolum	ES	17474	0	Europe/Madrid	42.19427	3.03738		Vilacolum		56	GI	17198	
3105943	Vilachá de Mera	vilacha-de-mera	ES	27231	0	Europe/Madrid	43	-7.66667		San Julian,San Julián,Vilacha de Mera,Vilachá de Mera		58	LU	27028	
3105950	Vilac	vilac	ES	25537	0	Europe/Madrid	42.71667	0.8				56	L	25243	
3105955	Vilablareix	vilablareix	ES	17180	2194	Europe/Madrid	41.95746	2.77377		Vilablareix	17215	56	GI	17215	
3105956	Vilabertran	vilabertran	ES	17760	842	Europe/Madrid	42.28255	2.98144		Vilabertran	17214	56	GI	17214	
3105957	Vilabella	vilabella	ES	43886	772	Europe/Madrid	41.24779	1.33019		Vilabella	43165	56	T	43165	
3105963	Vila	vila	ES	25537	0	Europe/Madrid	43.05221	-8.91798				58	C	15093	
3105964	Vila	vila	ES	25537	0	Europe/Madrid	42.43333	-6.86667				58	OR	32017	
3105965	Vilá	vila	ES	25537	0	Europe/Madrid	41.99016	-7.86743				58	OR	32016	
3105968	Viguria	viguria	ES	31291	0	Europe/Madrid	42.75684	-1.90905				32	NA	31120	
3105969	Viguera	viguera	ES	26121	416	Europe/Madrid	42.30934	-2.53334		Vigera,Viguera,bi ge la,bqyrt,Вигера,Вігера,Վիգերա,بقيرة,比格拉	26165	27	LO	26165	
3105971	Vigo	vigo	ES	33790	0	Europe/Madrid	43.5639	-6.62824		Vigo,Виго		34	O	33041	
3105973	Vigo	vigo	ES	33790	0	Europe/Madrid	43.27067	-8.13471				58	C	15064	
3105974	Vigo	vigo	ES	33790	0	Europe/Madrid	43.25	-8.3		San Vicente,Vigo,Виго		58	C	15021	
3105975	Vigo	vigo	ES	33790	0	Europe/Madrid	42.86051	-8.45193		Santa Eulalia,Vigo,Виго		58	C	15012	
3105976	Vigo	vigo	ES	33790	297332	Europe/Madrid	42.23282	-8.72264		Bigo,VGO,Viga,Vigas,Vigo,Vigo shaary,Vigu,bi ko,bigo,bygw,fyghw,vigo,wei ge,wgw,wygw,Βίγο,Виго,Виго шаары,Віга,Віго,Վիգո,ויגו,بیگو,فيغو,وگو,ویگو,वीगो,บีโก,ვიგო,ビーゴ,維戈,비고	36057	58	PO	36057	
3105979	Vigil	vigil	ES	33519	0	Europe/Madrid	43.38354	-5.63918		Vigil		34	O	33066	
3105980	Vigidel	vigidel	ES	33111	0	Europe/Madrid	43.14209	-6.14007		Vigidel		34	O	33072	
3105981	Vigaña de Arcello	vigana-de-arcello	ES	33838	0	Europe/Madrid	43.25475	-6.24717		Vigana de Arcello,Vigaña de Arcello		34	O	33005	
3105982	Vigaña	vigana	ES	33827	0	Europe/Madrid	43.3036	-6.18496		Vigana,Vigaña		34	O	33026	
3105983	Viforcos	viforcos	ES	24722	0	Europe/Madrid	42.51869	-6.24013		Viforcos		55	LE	24152	
3105987	Viérnoles	viernoles	ES	39315	0	Europe/Madrid	43.32064	-4.05422		Viernoles,Viérnoles		39	S	39087	
3105988	Vierlas	vierlas	ES	50513	94	Europe/Madrid	41.92708	-1.68123		Vierlas	50281	52	Z	50281	
3105989	Viérgol	viergol	ES	09588	0	Europe/Madrid	43.13005	-3.20681				55	BU	09410	
3105993	Viella	viella	ES	33429	0	Europe/Madrid	43.39314	-5.7801				34	O	33066	
3106009	Viego	viego	ES	24856	0	Europe/Madrid	43.19765	-5.123		Viego		34	O	33050	
3106010	Viego	viego	ES	24856	0	Europe/Madrid	42.94386	-5.18111		Viego		55	LE	24129	
3106019	Vidrieros	vidrieros	ES	34887	0	Europe/Madrid	42.94252	-4.66424		Vidrieros		55	P	34185	
3106021	Vidreres	vidreres	ES	17411	0	Europe/Madrid	41.78333	2.78333		Vidreras,Vidreres	17213	56	GI	17213	
3106022	Vidrà	vidra	ES	17515	165	Europe/Madrid	42.12285	2.30977		Vidra,Vidrà,Vidrá	17212	56	GI	17212	08233
3106025	Vidiago	vidiago	ES	33597	0	Europe/Madrid	43.39785	-4.6648		Vidiago		34	O	33036	
3106026	Videmala	videmala	ES	49164	225	Europe/Madrid	41.61299	-6.04056		Videmala	49237	55	ZA	49237	
3106027	Videferre	videferre	ES	32613	0	Europe/Madrid	41.84918	-7.58529		Videferre		58	OR	32053	
3106028	Vide de Alba	vide-de-alba	ES	49541	0	Europe/Madrid	41.66667	-6.1		Vide de Alba		55	ZA	49098	
3106032	Vidayanes	vidayanes	ES	49135	100	Europe/Madrid	41.91011	-5.57424		Vidayanes	49236	55	ZA	49236	
3106034	Vidaurre	vidaurre	ES	31176	0	Europe/Madrid	42.77688	-1.91282				32	NA	31120	
3106037	Vidanes	vidanes	ES	24950	0	Europe/Madrid	42.7639	-5.14034		Vidanes		55	LE	24056	
3106039	Vidal	vidal	ES	33811	0	Europe/Madrid	43.47006	-7.16899		San Mateo,Vidal		58	LU	27061	
3106040	Vidal	vidal	ES	33811	0	Europe/Madrid	43.02907	-6.57007		Vidal		34	O	33011	
3106043	Bikuña	bikuna	ES	01207	0	Europe/Madrid	42.85095	-2.33552		Bikuna,Bikuna / Vicuna,Bikuña,Bikuña / Vicuña,Vicuna,Vicuña		59	VI	01053	
3106046	Vicolozano	vicolozano	ES	05194	0	Europe/Madrid	40.68156	-4.63259		Vicolozano		55	AV	05019	
3106048	Vicinte	vicinte	ES	27157	0	Europe/Madrid	43.07599	-7.69299		Vicinte		58	LU	27039	
3106050	Vic	vic	ES	08500	39844	Europe/Madrid	41.93012	2.25486	490	Vic,a'usa,আউসা	08298	56	B	08298	
3106057	Vibaño	vibano	ES	33508	0	Europe/Madrid	43.40085	-4.89612		San Pedro,Vibano,Vibaño		34	O	33036	
3106058	Viavélez	viavelez	ES	33750	0	Europe/Madrid	43.56415	-6.84248		Viavelez,Viavélez		34	O	33023	
3106060	Viariz	viariz	ES	24515	0	Europe/Madrid	42.57978	-6.8649		Viariz		55	LE	24059	
3106062	Viandar de la Vera	viandar-de-la-vera	ES	10492	306	Europe/Madrid	40.12191	-5.53593		Viandar de la Vera	10206	57	CC	10206	
3106063	Viana de Mondéjar	viana-de-mondejar	ES	19492	0	Europe/Madrid	40.64925	-2.56206		Viana de Mondejar,Viana de Mondéjar		54	GU	19291	
3106064	Viana do Bolo	viana-do-bolo	ES	32550	0	Europe/Madrid	42.1795	-7.11219				58	OR	32086	
3106065	Viana de Jadraque	viana-de-jadraque	ES	19295	42	Europe/Madrid	41.02577	-2.76966		Viana de Jadraque	19314	54	GU	19314	
3106066	Viana de Duero	viana-de-duero	ES	42218	73	Europe/Madrid	41.53406	-2.46099		Viana,Viana de Duero,Viana-de-Duehro,Viana-de-Duero,bi ya na de du ai luo,Виана-де-Дуэро,Віана-де-Дуеро,比亚纳德杜埃罗	42204	55	SO	42204	
3106067	Viana de Cega	viana-de-cega	ES	47150	1794	Europe/Madrid	41.52927	-4.75245			47193	55	VA	47193	
3106069	Viaña	viana	ES	31230	0	Europe/Madrid	43.18954	-4.2589				39	S	39014	
3106070	Viaña	viana	ES	31230	0	Europe/Madrid	43.15	-3.8				39	S	39097	
3106071	Viana	viana	ES	31230	0	Europe/Madrid	42.6	-7.83333				58	LU	27016	
3106072	Viana	viana	ES	31230	0	Europe/Madrid	42.58333	-7.85		Viana		58	LU	27016	
3106073	Viana	viana	ES	31230	0	Europe/Madrid	42.51552	-2.37123		Viana	31251	32	NA	31251	
3106075	Viadangos de Arbas	viadangos-de-arbas	ES	24688	0	Europe/Madrid	42.95292	-5.74468		Viadangos,Viadangos de Arbas		55	LE	24901	
3106076	Viabaño	viabano	ES	33585	0	Europe/Madrid	43.35	-5.2		Santa Maria,Santa María,Viabano,Viabaño		34	O	33045	
3106077	Vezdemarbán	vezdemarban	ES	49840	629	Europe/Madrid	41.6548	-5.36609		Vezdemarban,Vezdemarbán	49235	55	ZA	49235	
3106080	Vespella de Gaià	vespella-de-gaia	ES	43763	249	Europe/Madrid	41.2	1.36667		Vespella,Vespella de Gaia,Vespella de Gaià,Vespellá		56	T	43043	
3106081	Vertavillo	vertavillo	ES	34219	214	Europe/Madrid	41.83281	-4.32707		Vertavillo	34201	55	P	34201	
3106083	Vernejo	vernejo	ES	39500	0	Europe/Madrid	43.30126	-4.22232		Verdejo,Vernejo		39	S	39012	
3106085	Veriña	verina	ES	33691	0	Europe/Madrid	43.53333	-5.71667		Santa Maria,Santa María,Verina,Veriña		34	O	33024	
3106086	Verín	verin	ES	32600	14391	Europe/Madrid	41.94149	-7.43809			32085	58	OR	32085	
3106087	Verí	veri	ES	22470	0	Europe/Madrid	42.46885	0.52489		Veri,Verí		52	HU	22062	
3106088	Verguizas	verguizas	ES	42173	0	Europe/Madrid	42.03333	-2.6				27	LO	26091	
3106089	Verges	verges	ES	17142	1166	Europe/Madrid	42.06283	3.04579			17211	56	GI	17211	
3106090	Bergara	bergara	ES	20570	14707	Europe/Madrid	43.1151	-2.4175	185	Bergara,Vergara		59	SS	20074	
3106091	Vergaño	vergano	ES	34839	0	Europe/Madrid	42.90081	-4.42955		Vergano,Vergaño		55	P	34160	
3106092	Vergalijo	vergalijo	ES	31254	0	Europe/Madrid	42.47225	-1.80478		Vergalijo		32	NA	31171	
3106097	Verdú	verdu	ES	25340	1057	Europe/Madrid	41.61057	1.14284			25242	56	L	25242	
3106098	Verdicio	verdicio	ES	33448	0	Europe/Madrid	43.63333	-5.85		San Cristobal,San Cristobal de Verdicio,San Cristóbal,San Cristóbal de Verdicio,Verdicio		34	O	33025	
3106099	Verdiago	verdiago	ES	24960	0	Europe/Madrid	42.86315	-5.13906		Verdiago		55	LE	24060	
3106104	Verdeña	verdena	ES	34846	0	Europe/Madrid	42.94267	-4.46168		Verdena,Verdeña		55	P	34056	
3106105	Verdelpino de Huete	verdelpino-de-huete	ES	16540	0	Europe/Madrid	40.12369	-2.60915		Valderpino de Huete,Verdelpino de Huete		54	CU	16112	
3106108	Verbios	verbios	ES	34828	0	Europe/Madrid	42.88009	-4.34836		Verbios		55	P	34027	
3106111	Vera de Moncayo	vera-de-moncayo	ES	50580	419	Europe/Madrid	41.824	-1.68799		Vera,Vera de Moncayo	50280	52	Z	50280	
3106112	Bera	bera	ES	31780	3685	Europe/Madrid	43.28177	-1.68632		Bera,Vera,Vera de Bidasoa		32	NA	31153	
3106113	Ver	ver	ES	27349	11	Europe/Madrid	43.11667	-7.28333				58	LU	27046	
3106114	Ver	ver	ES	27349	80	Europe/Madrid	42.61667	-7.48333		San Vicente,Ver		58	LU	27008	
3106116	Venturada	venturada	ES	28729	1193	Europe/Madrid	40.79717	-3.61974		Venturada	28169	29	M	28169	
3106118	Ventrosa	ventrosa	ES	26329	76	Europe/Madrid	42.15705	-2.85044		Ventrosa	26164	27	LO	26164	
3106121	Ventoso	ventoso	ES	33776	0	Europe/Madrid	43.25349	-7.04593		Ventoso		34	O	33062	
3106123	Ventosilla de San Juan	ventosilla-de-san-juan	ES	42189	0	Europe/Madrid	41.80626	-2.3907		Ventosilla de San Juan,Ventosillas de San Juan		55	SO	42154	
3106124	Ventosilla	ventosilla	ES	09443	0	Europe/Madrid	41.71739	-3.82184		Granja de Ventosilla,Ventosilla		55	BU	09152	
3106125	Ventosilla	ventosilla	ES	09443	0	Europe/Madrid	41.18151	-3.6949		Ventosilla		55	SG	40224	
3106129	Ventosa de San Pedro	ventosa-de-san-pedro	ES	42174	0	Europe/Madrid	42.01259	-2.26624		Ventosa de San Pedro		55	SO	42165	
3106130	Ventosa del Río Almar	ventosa-del-rio-almar	ES	37329	128	Europe/Madrid	40.92728	-5.34838		Ventosa del Rio Almar,Ventosa del Río Almar	37348	55	SA	37348	
3106131	Ventosa de la Sierra	ventosa-de-la-sierra	ES	42161	0	Europe/Madrid	41.93232	-2.36657		Ventosa de la Sierra		55	SO	42027	
3106132	Ventosa de la Cuesta	ventosa-de-la-cuesta	ES	05154	129	Europe/Madrid	41.4111	-4.82932		Ventosa de la Cuesta	47192	55	VA	47192	
3106133	Ventosa de Fuentepinilla	ventosa-de-fuentepinilla	ES	42291	0	Europe/Madrid	41.61839	-2.72355		Ventosa de Fuentepinilla		55	SO	42144	
3106136	Ventosa	ventosa	ES	19392	0	Europe/Madrid	43.55	-6.93333				34	O	33070	
3106137	Ventosa	ventosa	ES	19392	135	Europe/Madrid	43.46667	-6		San Juan Bautista,Ventosa		34	O	33010	
3106138	Ventosa	ventosa	ES	19392	0	Europe/Madrid	43.26176	-6.91155				34	O	33061	
3106139	Ventosa	ventosa	ES	19392	0	Europe/Madrid	42.94808	-6.93257				58	LU	27034	
3106140	Ventosa	ventosa	ES	19392	5	Europe/Madrid	42.73333	-7.98333		Santa Maria,Santa María,Ventosa		58	PO	36020	
3106141	Ventosa	ventosa	ES	19392	137	Europe/Madrid	42.40495	-2.62651		Ventosa,ben tuo sa,Вентоса,Վենտոսա,本托萨	26163	27	LO	26163	
3106142	Ventosa	ventosa	ES	19392	0	Europe/Madrid	40.82509	-1.9686		Ventosa		54	GU	19099	
3106150	Ventas del Baño	ventas-del-bano	ES	26527	0	Europe/Madrid	42.05702	-1.909		Ventas del Bano,Ventas del Baño,Ventos del Bano,Ventos del Baño		27	LO	26047	
3106152	Ventas de Garriel	ventas-de-garriel	ES	37607	0	Europe/Madrid	40.62635	-6.06869		Ventas de Garriel		55	SA	37268	
3106155	Ventas Blancas	ventas-blancas	ES	26131	0	Europe/Madrid	42.35004	-2.30189		Ventas Blancas		27	LO	26083	
3106156	Venta Nueva	venta-nueva	ES	04779	0	Europe/Madrid	43.06667	-6.6				34	O	33011	
3106157	Ventanilla	ventanilla	ES	34844	0	Europe/Madrid	42.87914	-4.55981		Ventanilla		55	P	34056	
3106158	Ventalló	ventallo	ES	17473	675	Europe/Madrid	42.14921	3.02635		Ventallo,Ventalló	17210	56	GI	17210	
3106160	Ventajola	ventajola	ES	17520	0	Europe/Madrid	42.4168	1.91239				56	GI	17141	17141
3106164	Ventas de Geria	ventas-de-geria	ES	47131	0	Europe/Madrid	41.55895	-4.87175		Ventas de Geria		55	VA	47071	
3106166	Venta de Baños	venta-de-banos	ES	34200	5918	Europe/Madrid	41.9211	-4.49089		Venta de Banos,Venta de Baños,Venta-de-Ban'jos,Venta-de-Ban'os,ben ta de wa ni ao si,Вента-де-Баньйос,Вента-де-Баньос,本塔德瓦尼奥斯	34023	55	P	34023	
3106173	Venialbo	venialbo	ES	49153	496	Europe/Madrid	41.38957	-5.53596		Venialbo	49234	55	ZA	49234	
3106175	Veneros	veneros	ES	24858	0	Europe/Madrid	43.49267	-6.05334				34	O	33069	
3106176	Veneros	veneros	ES	24858	0	Europe/Madrid	43.17929	-5.33322				34	O	33015	
3106177	Veneros	veneros	ES	24858	0	Europe/Madrid	42.83443	-5.27104		Veneros		55	LE	24021	
3106180	El Vendrell	el-vendrell	ES	43700	35821	Europe/Madrid	41.21667	1.53333		El Vendrell,Vendrel',Vendrell,el Vendrell,Вендрель		56	T	43163	
3106181	Vendejo	vendejo	ES	39572	0	Europe/Madrid	43.05715	-4.54463		Vendejo		39	S	39050	
3106183	Vences	vences	ES	32624	0	Europe/Madrid	41.99074	-7.46086		Vences		58	OR	32050	
3106189	Vellosillo	vellosillo	ES	40312	0	Europe/Madrid	42.09609	-2.37788				55	SO	42218	
3106190	Vellosillo	vellosillo	ES	40312	0	Europe/Madrid	41.26703	-3.70623		Vellosillo		55	SG	40195	
3106192	Velliza	velliza	ES	47131	139	Europe/Madrid	41.57918	-4.94655		Velliza	47191	55	VA	47191	
3106193	Vellisca	vellisca	ES	16510	163	Europe/Madrid	40.12965	-2.81444		Vellisca	16240	54	CU	16240	
3106195	Velle	velle	ES	32960	0	Europe/Madrid	42.36187	-7.84351		Santa Maria,Santa María		58	OR	32054	
3106196	Velillas del Duque	velillas-del-duque	ES	34114	0	Europe/Madrid	42.47717	-4.69466		Velillas del Duque		55	P	34143	
3106198	Velillas	velillas	ES	22122	0	Europe/Madrid	42.12056	-0.2058		Velillas		52	HU	22027	
3106199	Velilla de Valderaduey	velilla-de-valderaduey	ES	24327	0	Europe/Madrid	42.55747	-4.96886		Velilla de Valderaduey		55	LE	24229	
3106201	Velilla de San Esteban	velilla-de-san-esteban	ES	42320	0	Europe/Madrid	41.59127	-3.30393		Velilla de San Esteban		55	SO	42162	
3106202	Velilla de San Antonio	velilla-de-san-antonio	ES	28891	11553	Europe/Madrid	40.36516	-3.48484		Velilla de San Antonio	28167	29	M	28167	
3106203	Velilla de Medinaceli	velilla-de-medinaceli	ES	42257	0	Europe/Madrid	41.16624	-2.34061		Velilla de Medinaceli		55	SO	42025	
3106204	Velilla del Río Carrión	velilla-del-rio-carrion	ES	34886	1591	Europe/Madrid	42.82611	-4.84626		Velil'ja-del'-Rio-Karrion,Velilla de Guardo,Velilla del Rio Carrion,Velilla del Río Carrión,bei li li ya de er li ao ka li weng,Велилья-дель-Рио-Каррион,Велілья-дель-Ріо-Карріон,贝利利亚德尔里奥卡里翁		55	P	34080	
3106205	Velilla de los Oteros	velilla-de-los-oteros	ES	24224	0	Europe/Madrid	42.37565	-5.47423		Velilla de los Oteros		55	LE	24107	
3106206	Velilla de los Ajos	velilla-de-los-ajos	ES	42225	40	Europe/Madrid	41.49058	-2.25579		Velilla de los Ajos	42202	55	SO	42202	
3106207	Velilla de la Valduerna	velilla-de-la-valduerna	ES	24721	0	Europe/Madrid	42.3267	-6.14443		Velilla,Velilla de la Valduerna		55	LE	24044	
3106208	Velilla de la Tercia	velilla-de-la-tercia	ES	24689	0	Europe/Madrid	42.94748	-5.63699		Velilla de la Tercia		55	LE	24901	
3106209	Velilla de la Reina	velilla-de-la-reina	ES	24272	0	Europe/Madrid	42.5505	-5.79461		Velilla de la Reina		55	LE	24055	
3106210	Velilla de Jiloca	velilla-de-jiloca	ES	50343	111	Europe/Madrid	41.27509	-1.60396		Velilla de Jiloca	50279	52	Z	50279	
3106211	Velilla de Ebro	velilla-de-ebro	ES	50760	260	Europe/Madrid	41.37416	-0.43483		Velilla de Ebro	50278	52	Z	50278	
3106213	Velilla	velilla	ES	26133	130	Europe/Madrid	41.5592	-5.00454		Velilla	47190	55	VA	47190	
3106214	Veldedo	veldedo	ES	24715	0	Europe/Madrid	42.54276	-6.19521		Veldedo		55	LE	24023	
3106217	Velayos	velayos	ES	05292	276	Europe/Madrid	40.84157	-4.62324		Velayos	05254	55	AV	05254	
3106219	Velasco	velasco	ES	26213	0	Europe/Madrid	42.49944	-3.0244		Velasco		27	LO	26073	
3106220	Velasco	velasco	ES	26213	0	Europe/Madrid	41.61681	-2.97389				55	SO	42043	
3106221	Velascálvaro	velascalvaro	ES	47463	188	Europe/Madrid	41.23028	-4.97242		Velascalvaro,Velascálvaro	47189	55	VA	47189	
3106222	Velamazán	velamazan	ES	42210	122	Europe/Madrid	41.44895	-2.69935		Velamasan,Velamazan,Velamazán,Vilamazan,Vilamazán,bei la ma sang,Веламасан,贝拉马桑	42200	55	SO	42200	
3106225	Vejorís	vejoris	ES	39689	0	Europe/Madrid	43.20573	-3.91946		Vejoris,Vejorís		39	S	39078	
3106226	Vejo	vejo	ES	39577	0	Europe/Madrid	43.09051	-4.7008		Vejo		39	S	39096	
3106230	Veigas	veigas	ES	33840	0	Europe/Madrid	43.32921	-7.085		Veigas		34	O	33071	
3106231	Veigas	veigas	ES	33840	0	Europe/Madrid	43.10357	-6.21425		Veigas		34	O	33068	
3106234	Veiga	veiga	ES	33159	0	Europe/Madrid	43.67898	-7.89412		San Adrian,San Adrian de Veiga,San Adrian de Viega,San Adrián,San Adrián de Veiga,Veiga,Viega		58	C	15061	
3106235	Veiga	veiga	ES	33159	0	Europe/Madrid	43.68333	-7.88333				58	C	15061	
3106236	Veiga	veiga	ES	33159	0	Europe/Madrid	43.25	-8.41667		San Silvestre,Veiga		58	C	15031	
3106237	Veiga	veiga	ES	33159	0	Europe/Madrid	42.93333	-7.2				58	LU	27901	
3106238	Veiga	veiga	ES	33159	0	Europe/Madrid	42.63641	-7.77888				58	LU	27016	
3106239	Veiga	veiga	ES	33159	0	Europe/Madrid	42.6	-7.4		San Julian,San Julián,Veiga		58	LU	27047	
3106240	Veïnat de Sant Llorenç	veinat-de-sant-llorenc	ES	17240	0	Europe/Madrid	41.82353	2.89464		Caserio Vehinat de San Lorenzo,Caserío Vehinat de San Lorenzo,San Lorenzo		56	GI	17089	
3106249	Veguillas	veguillas	ES	19238	0	Europe/Madrid	40.99443	-3.06849		Veguillas		54	GU	19092	
3106253	Veguellina de Órbigo	veguellina-de-orbigo	ES	24350	0	Europe/Madrid	42.43712	-5.88508		Veguellina,Veguellina de Orbigo,Veguellina de Órbigo		55	LE	24223	
3106254	Veguellina de Fondo	veguellina-de-fondo	ES	24358	0	Europe/Madrid	42.36982	-5.87679		Veguellina,Veguellina de Fondo		55	LE	24144	
3106255	Veguellina	veguellina	ES	33685	0	Europe/Madrid	42.70347	-6.7822				55	LE	24209	
3106257	Vegas de Matute	vegas-de-matute	ES	40423	259	Europe/Madrid	40.79476	-4.27762		Vegas de Matute	40223	55	SG	40223	
3106259	Vegas de Domingo Rey	vegas-de-domingo-rey	ES	37510	0	Europe/Madrid	40.44289	-6.39735		Vegas de Domingo Rey		55	SA	37002	
3106260	Vegas de Coria	vegas-de-coria	ES	10623	0	Europe/Madrid	40.38526	-6.18252		Caserio Vegas de Coria,Caserío Vegas de Coria,Vegas de Coria		57	CC	10135	
3106266	Vegarienza	vegarienza	ES	24132	0	Europe/Madrid	42.78791	-6.0457		Vegarienza		55	LE	24132	
3106268	Vegaquemada	vegaquemada	ES	24152	477	Europe/Madrid	42.8187	-5.33242		Vegaquemada	24199	55	LE	24199	
3106269	Vegapujín	vegapujin	ES	24133	0	Europe/Madrid	42.8002	-6.20211		Vegapujin,Vegapujín		55	LE	24101	
3106271	Veganzones	veganzones	ES	40395	296	Europe/Madrid	41.19308	-3.99329		Beganzones,Veganzones	40222	55	SG	40222	
3106272	Veigamuiños	veigamuinos	ES	32317	0	Europe/Madrid	42.41667	-7				58	OR	32009	
3106274	Vegameoro	vegameoro	ES	33818	0	Europe/Madrid	43.03427	-6.46823		Vegameoro		34	O	33011	
3106275	Vegalatrave	vegalatrave	ES	49542	147	Europe/Madrid	41.70026	-6.10675		Vegalatrave	49233	55	ZA	49233	
3106276	Vegafría	vegafria	ES	40220	0	Europe/Madrid	41.41922	-4.12362		Vegafria,Vegafría		55	SG	40149	
3106277	Vega de Yeres	vega-de-yeres	ES	24386	0	Europe/Madrid	42.41742	-6.7822		Vega,Vega de Yeres		55	LE	24122	
3106278	Vega de Villalobos	vega-de-villalobos	ES	49133	150	Europe/Madrid	41.97057	-5.46324		Vega de Villalobos	49232	55	ZA	49232	
3106279	Vega de Valdetronco	vega-de-valdetronco	ES	47133	160	Europe/Madrid	41.59364	-5.11319		Vega de Valdetronco	47188	55	VA	47188	
3106280	Vega de Valcarce	vega-de-valcarce	ES	24520	802	Europe/Madrid	42.66068	-6.93785		A Veiga de Valcarce,Vega de Valcarce,Vega-de-Val'karse,bei jia de wa er ka er sai,Вега-де-Валькарсе,ベガ・デ・バルカルセ,贝加德瓦尔卡尔塞	24198	55	LE	24198	
3106281	Vega de Tirados	vega-de-tirados	ES	37170	286	Europe/Madrid	41.02543	-5.88667		Vega de Tirados	37345	55	SA	37345	
3106282	Vega de Tera	vega-de-tera	ES	49331	457	Europe/Madrid	41.99759	-6.125		Vega de Tera	49231	55	ZA	49231	
3106285	Vega de Santa María	vega-de-santa-maria	ES	05292	126	Europe/Madrid	40.83618	-4.64287		Vega de Santa Maria,Vega de Santa María	05253	55	AV	05253	
3106286	Vega de Ruiponce	vega-de-ruiponce	ES	47609	134	Europe/Madrid	42.18808	-5.11477		Vega de Ruiponce	47187	55	VA	47187	
3106287	Vega de Riacos	vega-de-riacos	ES	34878	4	Europe/Madrid	42.75464	-4.67539		Vega de Riacos		55	P	34151	
3106288	Vega de Rengos	vega-de-rengos	ES	33813	0	Europe/Madrid	43.04691	-6.61596		Vega de Rengos		34	O	33011	
3106289	Vega de Poja	vega-de-poja	ES	33519	0	Europe/Madrid	43.4	-5.63333		San Martin,San Martín,Vega de Poja		34	O	33066	
3106290	Vega de Peridiello	vega-de-peridiello	ES	33829	0	Europe/Madrid	43.35	-6.01667		Peridiello,Vega de Peridiello		34	O	33026	
3106291	Vega de Pas	vega-de-pas	ES	39685	947	Europe/Madrid	43.15692	-3.78316		Vega de Pas,Vega-de-Pas,bei jia de pa si,fyja dy bas,Вега-де-Пас,فيجا دي باس,贝加德帕斯	39097	39	S	39097	
3106292	Vega de Ouría	vega-de-ouria	ES	33729	0	Europe/Madrid	43.44087	-6.88294		Vega de Ouria,Vega de Ouría		34	O	33007	
3106293	Vegadeo	vegadeo	ES	33770	4427	Europe/Madrid	43.46834	-7.0539		A Veiga,Vegadeo,bei jia de ao,bgadyw,fyghadyw,Вегадео,بگادئو,فيغاديو,贝加德奥	33074	34	O	33074	
3106294	Vega de Nuez	vega-de-nuez	ES	49524	0	Europe/Madrid	41.8081	-6.45204		Vega de Nuez		55	ZA	49273	
3106295	Vega de Muñalén	vega-de-munalen	ES	33873	0	Europe/Madrid	43.40949	-6.50068		Vega de Munalen,Vega de Muñalén		34	O	33073	
3106296	Vega de Monasterio	vega-de-monasterio	ES	24940	0	Europe/Madrid	42.6714	-5.18282		Vega de Monasterio		55	LE	24063	
3106299	Vega del Rey	vega-del-rey	ES	33637	0	Europe/Madrid	43.33389	-6.50192		Vega de Rey,Vega del Rey		34	O	33073	
3106300	Vega del Rey	vega-del-rey	ES	33637	0	Europe/Madrid	43.12703	-5.81673		Vega del Rey		34	O	33033	
3106303	Vega del Ciego	vega-del-ciego	ES	33637	0	Europe/Madrid	43.13954	-5.82499		Vega del Ciego		34	O	33033	
3106305	Vega del Castillo	vega-del-castillo	ES	49341	0	Europe/Madrid	42.15968	-6.40861		Vega del Castillo		55	ZA	49062	
3106306	Vega del Carro	vega-del-carro	ES	33776	0	Europe/Madrid	43.26667	-7				34	O	33075	
3106308	Vega de Lara	vega-de-lara	ES	09640	0	Europe/Madrid	42.13894	-3.46357		Vega de Lara		55	BU	09191	
3106309	Vega de Infanzones	vega-de-infanzones	ES	24346	846	Europe/Madrid	42.48116	-5.53295		Vega,Vega de Infanzones	24197	55	LE	24197	
3106310	Vega de Hórreo	vega-de-horreo	ES	33818	0	Europe/Madrid	43.10388	-6.67957		Vega de Horreo,Vega de Hórreo		34	O	33011	
3106311	Vega de Gordón	vega-de-gordon	ES	24607	0	Europe/Madrid	42.87072	-5.66161		Vega de Gordon,Vega de Gordón		55	LE	24114	
3106313	Vega de Espinareda	vega-de-espinareda	ES	24430	2647	Europe/Madrid	42.72537	-6.65439		A Veiga de Espinareda,A Veiga de Espiñareda,Vega de Espinareda,Vega del Espinareda,Vega-de-Ehspinareda,Vega-de-Espinareda,bei jia de ai si pi na lei da,Вега-де-Еспінареда,Вега-де-Эспинареда,ベガ・デ・エスピナレーダ,贝加德埃斯皮纳雷达	24196	55	LE	24196	
3106314	Vega de Doña Olimpa	vega-de-dona-olimpa	ES	34115	0	Europe/Madrid	42.52465	-4.64266		Vega de Dona Olimpa,Vega de Doña Olimpa		55	P	34157	
3106317	Vega de Bur	vega-de-bur	ES	34485	0	Europe/Madrid	42.75108	-4.46729		Vega de Bur		55	P	34114	
3106319	Vega de Antoñán	vega-de-antonan	ES	24281	0	Europe/Madrid	42.51872	-5.93917		Vega de Antonan,Vega de Antoñán		55	LE	24015	
3106320	Vegacervera	vegacervera	ES	24836	335	Europe/Madrid	42.88808	-5.53549		Vegacervera	24194	55	LE	24194	
3106321	Vegacerneja	vegacerneja	ES	24917	0	Europe/Madrid	43.03545	-5.01242		Vegacerneja		55	LE	24025	
3106322	Vegacebrón	vegacebron	ES	33866	0	Europe/Madrid	43.47891	-6.28725		Vegacebron,Vegacebrón		34	O	33059	
3106353	Veiga	veiga	ES	33159	0	Europe/Madrid	42.82204	-7.3805				58	LU	27057	
3106354	Veiga	veiga	ES	33159	0	Europe/Madrid	42.8	-7.38333		San Xulian,San Xulián		58	LU	27057	
3106356	Vedra	vedra	ES	15885	5069	Europe/Madrid	42.77817	-8.47636		Santa Eulalia,Vedra	15089	58	C	15089	
3106357	Bedia	bedia	ES	48390	0	Europe/Madrid	43.21667	-2.8		Bedia,Vedia,Vedia-Elejalde,Vedía		59	BI	48036	
3106359	Vecinos	vecinos	ES	37456	302	Europe/Madrid	40.77875	-5.87815		Vecinos	37344	55	SA	37344	
3106361	Vecilla de la Vega	vecilla-de-la-vega	ES	24768	0	Europe/Madrid	42.35284	-5.88208		Vecilla de la Vega		55	LE	24166	
3106362	Vecilla de la Polvorosa	vecilla-de-la-polvorosa	ES	49693	0	Europe/Madrid	42.07154	-5.75085		Vecilla de la Polvorosa		55	ZA	49128	
3106373	Vargas	vargas	ES	35269	0	Europe/Madrid	43.32003	-3.95955		Vargas		39	S	39056	
3106376	Varé	vare	ES	33189	0	Europe/Madrid	43.44714	-5.70609		Vare,Varé		34	O	33066	
3106383	Vanidodes	vanidodes	ES	24396	0	Europe/Madrid	42.54026	-6.11133		Vanidodes		55	LE	24093	
3106385	Vandellós	vandellos	ES	43891	0	Europe/Madrid	41.01985	0.83065		Vandellos,Vandellós		56	T	43150	
3106386	Valvieja	valvieja	ES	40514	0	Europe/Madrid	41.37168	-3.38618		Valvieja		55	SG	40024	
3106388	Valverdón	valverdon	ES	37115	294	Europe/Madrid	41.04691	-5.76955		Valverdon,Valverdón	37342	55	SA	37342	
3106389	Valverdín	valverdin	ES	24837	0	Europe/Madrid	42.95137	-5.54579		Valverdin,Valverdín		55	LE	24037	
3106390	Valverde-Enrique	valverde-enrique	ES	24292	208	Europe/Madrid	42.30459	-5.2999		Valverde-Enrique	24190	55	LE	24190	
3107065	Valcabado	valcabado	ES	49192	337	Europe/Madrid	41.54863	-5.74916		Valcabado	49227	55	ZA	49227	
3106391	Valverde de Valdelacasa	valverde-de-valdelacasa	ES	37791	64	Europe/Madrid	40.48155	-5.78145		Valverde de Valdelacasa	37341	55	SA	37341	
3106392	Valverde de Miranda	valverde-de-miranda	ES	09293	0	Europe/Madrid	42.65167	-2.9996		Valverde de Miranda		55	BU	09219	
3106393	Valverde de los Arroyos	valverde-de-los-arroyos	ES	19224	102	Europe/Madrid	41.1293	-3.23333		Valverde de los Arroyos	19311	54	GU	19311	
3106394	Valverde de los Ajos	valverde-de-los-ajos	ES	42366	0	Europe/Madrid	41.56075	-2.86525		Valverde de los Ajos		55	SO	42033	
3106395	Valverde del Majano	valverde-del-majano	ES	40140	586	Europe/Madrid	40.95689	-4.23468		Valverde del Majano	40216	55	SG	40216	
3106396	Valverde del Fresno	valverde-del-fresno	ES	10890	2563	Europe/Madrid	40.2221	-6.87848		Valverde del Fresno	10205	57	CC	10205	
3106397	Valverde de la Virgen	valverde-de-la-virgen	ES	24391	4732	Europe/Madrid	42.56823	-5.68461		Val'verde-de-la-Virkhen,Valverde de la Virgen,ba er wei er de de la wei er heng,Вальверде-де-ла-Вирхен,Вальверде-де-ла-Вірхен,巴尔韦尔德德拉维尔亨	24189	55	LE	24189	
3106398	Valverde de la Vera	valverde-de-la-vera	ES	10490	706	Europe/Madrid	40.12268	-5.49541		Valverde de la Vera	10204	57	CC	10204	
3106400	Valverde de la Sierra	valverde-de-la-sierra	ES	24911	0	Europe/Madrid	42.92948	-4.84173		Valverde de la Sierra		55	LE	24020	
3106402	Valverde de Campos	valverde-de-campos	ES	47690	120	Europe/Madrid	41.8351	-5.03674		Valverde,Valverde de Campos	47185	55	VA	47185	
3106403	Valverde de Alcalá	valverde-de-alcala	ES	28812	346	Europe/Madrid	40.41667	-3.29631		Valverde de Alcala,Valverde de Alcalá	28166	29	M	28166	
3106406	Valverde de Curueño	valverde-de-curueno	ES	24837	50	Europe/Madrid	42.95	-5.43333	1345	Valverde		55	LE	24177	
3106407	Valverde	valverde	ES	09410	0	Europe/Madrid	42.70126	-6.95298		Valverde		55	LE	24009	
3106408	Valverde	valverde	ES	09410	0	Europe/Madrid	42.5722	-7.48401		Valverde		58	LU	27031	
3106409	Valverde	valverde	ES	09410	0	Europe/Madrid	41.97976	-1.8616		Valverde		27	LO	26047	
3106410	Valverde	valverde	ES	09410	0	Europe/Madrid	41.9145	-1.8857				55	SO	42004	
3106411	Valverde	valverde	ES	09410	0	Europe/Madrid	41.72076	-3.4173		Valverde		55	BU	09019	
3106412	Valverde	valverde	ES	09410	0	Europe/Madrid	40.98492	-1.19783		Valverde		52	TE	44050	
3106413	Valvenedizo	valvenedizo	ES	42315	0	Europe/Madrid	41.30383	-3.05959		Valvenedizo		55	SO	42155	
3106415	Valvaler	valvaler	ES	33810	0	Europe/Madrid	43.08981	-6.81365		Valvaler		34	O	33028	
3106416	Valujera	valujera	ES	09549	0	Europe/Madrid	42.87079	-3.34692		Valujera		55	BU	09412	
3106417	Valtuille de Arriba	valtuille-de-arriba	ES	24547	0	Europe/Madrid	42.61626	-6.76408		Valtuille de Arriba		55	LE	24209	
3106418	Valtuille de Abajo	valtuille-de-abajo	ES	24530	0	Europe/Madrid	42.5958	-6.76443		Valtuille de Abajo		55	LE	24209	
3106420	Valtueña	valtuena	ES	42220	0	Europe/Madrid	41.41492	-2.25327		Valtuena,Valtueña		55	SO	42119	
3106423	Valtravieso	valtravieso	ES	33791	0	Europe/Madrid	40.10604	-6.14329		Caserio Valtravieso,Caserio de Valtravieso,Caserío Valtravieso,Caserío de Valtravieso,Valtravieso		57	CC	10136	
3106424	Valtorres	valtorres	ES	50219	117	Europe/Madrid	41.29855	-1.7408		Valtorres	50277	52	Z	50277	
3106428	Valtierra de Ríopisuerga	valtierra-de-riopisuerga	ES	09108	0	Europe/Madrid	42.47605	-4.24072		Valtierra de Riopisuerga,Valtierra de Ríopisuerga		55	BU	09211	
3106429	Valtierra de Albacastro	valtierra-de-albacastro	ES	34492	0	Europe/Madrid	42.68086	-4.16515		Valtierra de Albacastro		55	BU	09306	
3106430	Valtierra	valtierra	ES	31514	2435	Europe/Madrid	42.19653	-1.63459		Valtierra	31249	32	NA	31249	
3106431	Valtiendas	valtiendas	ES	40314	157	Europe/Madrid	41.47851	-3.91766		Valtiendas	40215	55	SG	40215	
3106432	Valtajeros	valtajeros	ES	42181	28	Europe/Madrid	41.93808	-2.22289		Val'takheros,Valtajeros,ba er ta he luo si,Вальтахерос,巴尔塔赫罗斯	42198	55	SO	42198	
3106435	Valtablado del Río	valtablado-del-rio	ES	19492	20	Europe/Madrid	40.7142	-2.40225		Valtablado del Rio,Valtablado del Río	19310	54	GU	19310	
3106438	Valsoredo	valsoredo	ES	33877	0	Europe/Madrid	43.42341	-6.36637		Valsoredo		34	O	33073	
3106439	Valsera	valsera	ES	33191	35	Europe/Madrid	43.4	-5.95		Valsera		34	O	33054	
3106440	Valsemana	valsemana	ES	24620	0	Europe/Madrid	42.73516	-5.67167		Valsemana		55	LE	24061	
3106443	Valseco	valseco	ES	24495	0	Europe/Madrid	42.83854	-6.38748		Valseco		55	LE	24109	
3106444	Valseca	valseca	ES	40390	327	Europe/Madrid	40.99933	-4.17514		Valseca	40214	55	SG	40214	
3106445	Valsalobre	valsalobre	ES	16879	0	Europe/Madrid	40.81945	-1.90889		Valsalobre		54	GU	19099	
3106446	Valsalobre	valsalobre	ES	16879	65	Europe/Madrid	40.61742	-2.09297		Valsalobre	16234	54	CU	16234	
3106448	Valsalabroso	valsalabroso	ES	37214	189	Europe/Madrid	41.10962	-6.50269		Valsalabroso	37340	55	SA	37340	
3106449	Valsadornín	valsadornin	ES	34846	0	Europe/Madrid	42.8795	-4.47456		Valsadornin,Valsadornín		55	P	34056	
3106451	Valpuesta	valpuesta	ES	01427	0	Europe/Madrid	42.86592	-3.12475		Valpuesta		55	BU	09050	
3106452	Valporquero de Torío	valporquero-de-torio	ES	24837	0	Europe/Madrid	42.90881	-5.56163		Valporquero de Torio,Valporquero de Torío		55	LE	24194	
3106453	Valporquero de Rueda	valporquero-de-rueda	ES	24878	0	Europe/Madrid	42.7508	-5.23776		Valporquero de Rueda		55	LE	24068	
3106456	Valparaíso de Arriba	valparaiso-de-arriba	ES	16550	0	Europe/Madrid	40.06885	-2.6148		Valparaiso de Arriba,Valparaíso de Arriba		54	CU	16901	
3106457	Valparaíso de Abajo	valparaiso-de-abajo	ES	16550	0	Europe/Madrid	40.05294	-2.63824		Valparaiso de Abajo,Valparaíso de Abajo		54	CU	16901	
3106460	Valparaíso	valparaiso	ES	43881	0	Europe/Madrid	41.99183	-6.30179		Valparaiso,Valparaíso		55	ZA	49121	
3106461	Valpalmas	valpalmas	ES	50615	166	Europe/Madrid	42.15821	-0.85481		Valpalmas	50276	52	Z	50276	
3106462	Valoria la Buena	valoria-la-buena	ES	47200	674	Europe/Madrid	41.79966	-4.53055		Valoria,Valoria la Buena,Valoria la Bueno,Viloria la Buena	47184	55	VA	47184	
3106463	Valoria del Alcor	valoria-del-alcor	ES	34191	0	Europe/Madrid	41.89945	-4.80389		Valoria del Alcor		55	P	34010	
3106464	Valoria de Aguilar	valoria-de-aguilar	ES	34815	0	Europe/Madrid	42.76745	-4.27536		Valoria de Aguilar		55	P	34004	
3106465	Valongo	valongo	ES	32213	0	Europe/Madrid	42.43333	-8.45		San Andres,San Andrés,Valongo		58	PO	36902	
3107314	Ulés	ules	ES	33194	0	Europe/Madrid	43.37899	-5.88239		Ules,Ulés		34	O	33044	
3106466	Valonga	valonga	ES	22533	0	Europe/Madrid	41.7212	0.25269		Caserio Valonga,Caserío Valonga		52	HU	22052	
3106471	Valmojado	valmojado	ES	45940	2887	Europe/Madrid	40.20444	-4.09146			45180	54	TO	45180	
3106472	Valmeo	valmeo	ES	39575	0	Europe/Madrid	43.13333	-4.63244		Valmeo		39	S	39096	
3106474	Valmayor de Cuesta-Urría	valmayor-de-cuesta-urria	ES	09594	0	Europe/Madrid	42.90534	-3.42062		Valmayor de Cuesta-Urria,Valmayor de Cuesta-Urría		55	BU	09213	
3106476	Valmayor	valmayor	ES	33817	0	Europe/Madrid	43.10706	-6.4517		Valmayor		34	O	33011	
3106477	Balmaseda	balmaseda	ES	48800	0	Europe/Madrid	43.2	-3.2		Balmaseda,Valmaseda	48090	59	BI	48090	
3106478	Valmartino	valmartino	ES	24816	0	Europe/Madrid	42.79037	-5.10854		Valmartino		55	LE	24056	
3106480	Valmala	valmala	ES	09268	32	Europe/Madrid	42.3059	-3.25456		Valmala	09407	55	BU	09407	
3106482	Valmadrid	valmadrid	ES	50138	102	Europe/Madrid	41.44351	-0.88482		Valmadrid	50275	52	Z	50275	
3106486	Vallunquera	vallunquera	ES	09119	0	Europe/Madrid	42.24104	-4.10966				55	BU	09091	
3106488	Valluércanes	valluercanes	ES	09219	103	Europe/Madrid	42.5722	-3.12113		Valluercanes,Valluércanes	09419	55	BU	09419	
3106489	Valluerca	valluerca	ES	01427	0	Europe/Madrid	42.90891	-3.16857		Valluerca		59	VI	01055	
3106492	Valls	valls	ES	43800	25092	Europe/Madrid	41.28612	1.24993		Val's,Valls,Вальс	43161	56	T	43161	
3106493	Vallromanes	vallromanes	ES	08188	0	Europe/Madrid	41.53333	2.3		Vallromanas,Vallromanes	08296	56	B	08296	
3106497	Valloria	valloria	ES	42173	0	Europe/Madrid	43.43061	-6.29591		Balloria,Valloria		34	O	33059	
3106498	Valloría	valloria	ES	42173	0	Europe/Madrid	42.00654	-2.38569		Valloria,Valloría		55	SO	42014	
3106500	Ballongo	ballongo	ES	33825	0	Europe/Madrid	43.33013	-6.03931		Ballongo		34	O	33026	
3106501	Vallobal	vallobal	ES	33583	0	Europe/Madrid	43.38216	-5.31395				34	O	33049	
3106504	Vallmoll	vallmoll	ES	43144	1415	Europe/Madrid	41.24311	1.249		Vallmoll		56	T	43144	
3106510	Vall-Llobrega	vall-llobrega	ES	17253	651	Europe/Madrid	41.88055	3.12641		Vall-Llobrega		56	GI	17209	
3106511	Vall-Llebrera	vall-llebrera	ES	25738	0	Europe/Madrid	41.93333	1.08333	358	Vall-Llebrera		56	L	25034	
3106515	Vallirana	vallirana	ES	08759	14066	Europe/Madrid	41.38676	1.93205		Vallirana	08295	56	B	08295	
3106517	Vallinaferrera	vallinaferrera	ES	33873	0	Europe/Madrid	43.38614	-6.60956		Vallinaferrera,Vallineferrera		34	O	33073	
3106518	Vallinadosa	vallinadosa	ES	33889	0	Europe/Madrid	43.25	-6.7		Vallinadosa		34	O	33001	
3106523	Vallibona	vallibona	ES	12315	84	Europe/Madrid	40.603	0.04642		Vallibana,Vallibona	12127	60	CS	12127	
3106526	Vallgorguina	vallgorguina	ES	08471	1827	Europe/Madrid	41.64822	2.50996		Vallgorguina	08294	56	B	08294	
3106528	Vallfogona de Balaguer	vallfogona-de-balaguer	ES	25680	1538	Europe/Madrid	41.75211	0.81385		Vallfogona de Balaguer		56	L	25040	
3106531	Vallespinoso de Cervera	vallespinoso-de-cervera	ES	34839	0	Europe/Madrid	42.87418	-4.42798		Vallespinoso de Cervera		55	P	34056	
3106533	Vallespinosa	vallespinosa	ES	43428	0	Europe/Madrid	41.44475	1.34922		Vallespinosa		56	T	43113	
3106534	Valles de Valdavia	valles-de-valdavia	ES	34115	0	Europe/Madrid	42.58135	-4.63814		Valles de Valdavia		55	P	34190	
3106535	Valles de Palenzuela	valles-de-palenzuela	ES	09338	100	Europe/Madrid	42.12019	-4.0775		Valles de Palenzuela	09418	55	BU	09418	
3106538	Vallesa de la Guareña	vallesa-de-la-guarena	ES	49450	161	Europe/Madrid	41.13532	-5.32611		Vallesa de la Guarena,Vallesa de la Guareña	49230	55	ZA	49230	
3106541	Vallés	valles	ES	39590	0	Europe/Madrid	43.43559	-5.35236		San Martin,San Martín,Valles,Vallés		34	O	33076	
3106542	Valles	valles	ES	39590	0	Europe/Madrid	43.36718	-5.31478				34	O	33049	
3106543	Valles	valles	ES	39590	0	Europe/Madrid	43.35155	-4.11565		Valles		39	S	39060	
3106544	Valleruela de Sepúlveda	valleruela-de-sepulveda	ES	40176	70	Europe/Madrid	41.18794	-3.77277		Valleruela de Sepulveda,Valleruela de Sepúlveda	40221	55	SG	40221	
3106545	Valleruela de Pedraza	valleruela-de-pedraza	ES	40174	65	Europe/Madrid	41.17937	-3.80717		Valleruela de Pedraza	40220	55	SG	40220	
3106550	Valleluengo	valleluengo	ES	49326	0	Europe/Madrid	42.02634	-6.23165				55	ZA	49177	
3106551	Vallelado	vallelado	ES	40213	826	Europe/Madrid	41.40436	-4.42662		Vallelado	40219	55	SG	40219	
3106552	Vallejuelo	vallejuelo	ES	09589	0	Europe/Madrid	43.07077	-3.32671		Vallejuelo		55	BU	09410	
3106554	Vallejo de Mena	vallejo-de-mena	ES	09589	0	Europe/Madrid	43.08465	-3.30194		Vallejo de Mena		55	BU	09410	
3106557	Vallejo	vallejo	ES	24250	0	Europe/Madrid	43.13838	-4.72775				39	S	39015	
3106558	Vallejo	vallejo	ES	24250	0	Europe/Madrid	43.1373	-4.03316				39	S	39046	
3106559	Vallejo	vallejo	ES	24250	0	Europe/Madrid	43.04581	-3.68978				55	BU	09215	
3106560	Vallejo	vallejo	ES	24250	0	Europe/Madrid	42.87781	-3.72654				55	BU	09409	
3106561	Vallejo	vallejo	ES	24250	0	Europe/Madrid	42.39155	-5.64007		Vallejo		55	LE	24187	
3106562	Vallejimeno	vallejimeno	ES	09614	0	Europe/Madrid	42.11751	-3.18453		Vallejimeno		55	BU	09414	
3106563	Vallejera de Riofrío	vallejera-de-riofrio	ES	37717	70	Europe/Madrid	40.4091	-5.71943		Vallejera de Riofrio,Vallejera de Riofrío	37343	55	SA	37343	
3106564	Vallehondo	vallehondo	ES	05696	0	Europe/Madrid	40.38492	-5.513		Vallehondo		55	AV	05214	
3106571	Valle de Vegacervera	valle-de-vegacervera	ES	24836	0	Europe/Madrid	42.89118	-5.57928		Valle de Vegacervera		55	LE	24194	
3106572	Valle de Tabladillo	valle-de-tabladillo	ES	40331	144	Europe/Madrid	41.36304	-3.83966		Valle de Tabladillo	40218	55	SG	40218	
3106574	Valle de Santullán	valle-de-santullan	ES	34828	0	Europe/Madrid	42.90503	-4.34514		Valle de Santullan,Valle de Santullán		55	P	34160	
3106575	Valle de San Pedro	valle-de-san-pedro	ES	40171	0	Europe/Madrid	41.08451	-3.85992		Val de San Pedro,Valle de San Pedro		55	SG	40206	
3106581	Valle de Mansilla	valle-de-mansilla	ES	24219	0	Europe/Madrid	42.54124	-5.35309		Valle de Mansilla		55	LE	24225	
3106586	Valle de la Valduerna	valle-de-la-valduerna	ES	24765	0	Europe/Madrid	42.31981	-5.99519		Valle de la Valduerna		55	LE	24216	
3106588	Valle de Lago	valle-de-lago	ES	33840	0	Europe/Madrid	43.07252	-6.19932		Valle de Lago		34	O	33068	
3106590	Valle de Finolledo	valle-de-finolledo	ES	24435	0	Europe/Madrid	42.71753	-6.69287		Valle de Finolledo		55	LE	24196	
3106591	Valle de Cerrato	valle-de-cerrato	ES	34209	112	Europe/Madrid	41.88045	-4.36243		Valle de Cerrato	34196	55	P	34196	
3106600	Vallecillo	vallecillo	ES	24324	145	Europe/Madrid	42.35604	-5.21088		Vallecillo	24191	55	LE	24191	
3106606	Valleancho	valleancho	ES	33707	0	Europe/Madrid	43.44965	-6.63168		Valleancho		34	O	33034	
3106634	Valle	valle	ES	27861	0	Europe/Madrid	43.39498	-6.72324		Valle		34	O	33077	
3106635	Valle	valle	ES	27861	0	Europe/Madrid	43.33999	-5.33374				34	O	33049	
3106636	Valle	valle	ES	27861	0	Europe/Madrid	43.27689	-3.52661		Valle Ruesga,Valle de Ruesga		39	S	39067	
3106637	Valle	valle	ES	27861	0	Europe/Madrid	43.22572	-4.30039		Cabuerniga,Cabuérniga,Valle,Valle de Cabuerniga,Valle de Cabuérniga		39	S	39014	
3106638	Valle	valle	ES	27861	0	Europe/Madrid	43.09576	-5.85614		El Valle,Valle		34	O	33033	
3106655	Vall d'Alba	vall-d-alba	ES	12194	0	Europe/Madrid	40.17534	-0.03567		Vall d'Alba		60	CS	12124	
3106656	Vallclara	vallclara	ES	43439	114	Europe/Madrid	41.37958	0.98342		Vallclara	43158	56	T	43158	43158
3106658	Vallcebre	vallcebre	ES	08699	0	Europe/Madrid	42.20347	1.81815		Valcebre,Vallcebre	08293	56	B	08293	
3106663	Vallbona de les Monges	vallbona-de-les-monges	ES	25268	0	Europe/Madrid	41.52631	1.08872		Vallbona de les Monges	25238	56	L	25238	
3106664	Vallbona d'Anoia	vallbona-d-anoia	ES	08785	0	Europe/Madrid	41.51667	1.71667		Vallbona,Vallbona d'Anoia		56	B	08028	
3106665	Vallarta de Bureba	vallarta-de-bureba	ES	09245	60	Europe/Madrid	42.58864	-3.20457		Vallarta de Bureba	09408	55	BU	09408	
3106669	Vallanca	vallanca	ES	46145	190	Europe/Madrid	40.06667	-1.33333		Vallanca	46252	60	V	46252	
3106670	Vallamonte	vallamonte	ES	33879	0	Europe/Madrid	43.32156	-6.36641				34	O	33073	
3106672	Valladolid	valladolid	ES	47001	317864	Europe/Madrid	41.65518	-4.72372		Lungsod ng Valladolid,Pincia,Pucela,VLL,Vagiadolid,Val'jadalid,Val'jadolid,Valadoli,Valadolid,Valadolido,Valdoletum,Valhadolid,Valjadolid,Valjadolida,Valjadolidas,Valladolid,Valladolis,Valladolit,Valladolíd,Valladolís,Vallis Tolitum,Valyadolid,Vayadolid,Vaładołì,ba li ya duo li de,ba ya do lid,baryadoriddo,bayadollideu,bld alwlyd,fayadwlydh,valiadolidi,vayadolida,wayadwlyd,wʼyʼdwlyd,Βαγιαδολίδ,Вальядалід,Вальядолид,Вальядолід,Валядолид,Ваљадолид,ואיאדוליד,بلد الوليد,فايادوليذ,والاڈولڈ,وایادولید,ڤایادۆلید,वायादोलिद,บายาโดลิด,ვალიადოლიდი,バリャドリッド,巴利亚多利德,바야돌리드	55	55	VA	47186	
3106673	Vallado	vallado	ES	33818	0	Europe/Madrid	43.04795	-6.46442		Vallado		34	O	33011	
3106682	Valjunquera	valjunquera	ES	44595	414	Europe/Madrid	40.9525	0.02575		Valjunquera,Valljunquera	44247	52	TE	44247	
3106688	Valiña	valina	ES	24441	0	Europe/Madrid	43.42353	-7.26563				58	LU	27027	
3106689	Valiña	valina	ES	24441	0	Europe/Madrid	43.11657	-9.04678		Valina,Valinas,Valiña,Valiñas		58	C	15092	
3106690	Valiña	valina	ES	24441	0	Europe/Madrid	42.83306	-7.12702				58	LU	27006	
3106691	Valiña	valina	ES	24441	0	Europe/Madrid	42.51261	-6.80731		Valina,Valiña		55	LE	24206	
3106698	Valhermoso	valhermoso	ES	19390	43	Europe/Madrid	40.7859	-1.96121		Valhermoso	19309	54	GU	19309	
3106700	Valgañón	valganon	ES	26288	156	Europe/Madrid	42.31782	-3.06725		Val'gan'jon,Val'gan'on,Valganion,Valganon,Valgañón,ba er jia ni weng,Вальганьйон,Вальганьон,Վալգանիոն,巴尔加尼翁	26162	27	LO	26162	
3106703	Valfermoso de Tajuña	valfermoso-de-tajuna	ES	19411	93	Europe/Madrid	40.61902	-2.95407		Valfermoso de Tajuna,Valfermoso de Tajuña	19308	54	GU	19308	
3106704	Valfermoso de las Monjas	valfermoso-de-las-monjas	ES	19196	0	Europe/Madrid	40.87084	-2.88365		Valfermoso de las Monjas		54	GU	19159	
3106705	Valfarta	valfarta	ES	22223	86	Europe/Madrid	41.55726	-0.13304		Valfarta	22242	52	HU	22242	
3106710	Valero	valero	ES	37764	448	Europe/Madrid	40.53533	-5.94307			37339	55	SA	37339	
3106711	Valeri	valeri	ES	33312	0	Europe/Madrid	43.44412	-5.51383		Valeri		34	O	33076	
3106712	Valer	valer	ES	49559	0	Europe/Madrid	41.76291	-6.17967		Valer		55	ZA	49087	
3106715	Valenoso	valenoso	ES	34115	0	Europe/Madrid	42.54707	-4.64578		Valenoso		55	P	34157	
3106718	Valencia de Don Juan	valencia-de-don-juan	ES	24200	4184	Europe/Madrid	42.29374	-5.5172		Valencia de Don Juan,Valensija-de-Don-Khuan,ba lun xi ya de dong hu an,Валенсия-де-Дон-Хуан,Валенсія-де-Дон-Хуан,巴伦西亚德东胡安	24188	55	LE	24188	
3106719	València d'Àneu	valencia-d-aneu	ES	25587	0	Europe/Madrid	42.63418	1.10945				56	L	25024	
3106720	Valencia	valencia	ES	46001	0	Europe/Madrid	43.19236	-8.81047				58	C	15029	
3106721	Valencia	valencia	ES	46001	0	Europe/Madrid	42.40223	-7.07571				58	OR	32088	
3106724	Vale	vale	ES	27689	0	Europe/Madrid	42.84526	-7.24872		Vale		58	LU	27901	
3106726	Valdunquillo	valdunquillo	ES	47672	204	Europe/Madrid	42.04232	-5.31339		Valdunquillo	47183	55	VA	47183	
3106727	Valduno	valduno	ES	33190	38	Europe/Madrid	43.4	-6		Valduno		34	O	33054	
3106728	Valdunciel	valdunciel	ES	37798	102	Europe/Madrid	41.08544	-5.67217		Valdunciel	37338	55	SA	37338	
3106729	Valduérteles	valduerteles	ES	42173	0	Europe/Madrid	42.0541	-2.36508		Valduerteles,Valduérteles		55	SO	42209	
3106731	Valdredo	valdredo	ES	33157	0	Europe/Madrid	43.57059	-6.25875		Valdredo		34	O	33021	
3106732	Valdoviño	valdovino	ES	15552	6838	Europe/Madrid	43.6	-8.13333		Santa Eulalia,Valdovino,Valdoviño	15087	58	C	15087	
3106734	Valdorros	valdorros	ES	09320	182	Europe/Madrid	42.17232	-3.70938		Valdorros	09406	55	BU	09406	
3106735	Valdorria	valdorria	ES	24846	0	Europe/Madrid	42.88999	-5.41852		Valdorria		55	LE	24179	
3106736	Valdoré	valdore	ES	24970	0	Europe/Madrid	42.87008	-5.16299		Valdore,Valdoré		55	LE	24060	
3106739	Valdomar	valdomar	ES	27372	0	Europe/Madrid	43.15	-7.66667		San Juan,Valdomar		58	LU	27007	
3106740	Valdín	valdin	ES	32369	0	Europe/Madrid	42.22303	-6.97256		Valdin,Valdín		58	OR	32083	
3106742	Valdilecha	valdilecha	ES	28511	2347	Europe/Madrid	40.2953	-3.30233		Valdilecha	28165	29	M	28165	
3106744	Valdició	valdicio	ES	39728	0	Europe/Madrid	43.22636	-3.68206		Valdicio,Valdició		39	S	39083	
3106745	Valdezate	valdezate	ES	09318	178	Europe/Madrid	41.60231	-3.93045		Valdezate	09405	55	BU	09405	
3106831	Valdepiélago	valdepielago	ES	24847	431	Europe/Madrid	42.86895	-5.39763		Valdepielago,Valdepiélago	24179	55	LE	24179	
3106748	Valdevimbre	valdevimbre	ES	24230	1089	Europe/Madrid	42.41959	-5.61975		Val'devimbre,Valdevimbre,ba er de wen fu lei,Вальдевимбре,Вальдевімбре,巴尔德温夫雷	24187	55	LE	24187	
3106751	Valdeviejas	valdeviejas	ES	24718	0	Europe/Madrid	42.4624	-6.07848		Valdeviejas		55	LE	24008	
3106753	Valdevarnés	valdevarnes	ES	40553	0	Europe/Madrid	41.4691	-3.55636		Valdevarnes,Valdevarnés		55	SG	40039	
3106754	Valdevacas de Montejo	valdevacas-de-montejo	ES	40542	28	Europe/Madrid	41.52068	-3.63571		Valdevacas de Montejo	40212	55	SG	40212	
3106759	Valdetorres de Jarama	valdetorres-de-jarama	ES	28150	3139	Europe/Madrid	40.69366	-3.51156		Valdetorres de Jarama	28164	29	M	28164	
3106760	Valdeteja	valdeteja	ES	24837	0	Europe/Madrid	42.92886	-5.42515		Valdeteja		55	LE	24177	
3106763	Valdestillas	valdestillas	ES	47240	1683	Europe/Madrid	41.47697	-4.77116		Valdestillas	47182	55	VA	47182	
3106764	Valdespino Vaca	valdespino-vaca	ES	24324	0	Europe/Madrid	42.30295	-5.15522		Valdespino,Valdespino Vaca,Valdespino de Baca		55	LE	24086	
3106765	Valdespino de Somoza	valdespino-de-somoza	ES	24717	0	Europe/Madrid	42.40445	-6.14481		Valdespino,Valdespino de Somoza		55	LE	24161	
3106766	Valdespino Cerón	valdespino-ceron	ES	24207	0	Europe/Madrid	42.25927	-5.35992		Valdespino Ceron,Valdespino Cerón		55	LE	24099	
3106768	Valdespino	valdespino	ES	49357	0	Europe/Madrid	42.09812	-6.62215		Valdespino		55	ZA	49179	
3106769	Valdespina	valdespina	ES	34419	0	Europe/Madrid	42.13183	-4.42623		Valdespina		55	P	34011	
3106770	Valdespina	valdespina	ES	34419	0	Europe/Madrid	41.57958	-2.44102		Valdespina		55	SO	42038	
3106771	Valdesotos	valdesotos	ES	19225	23	Europe/Madrid	40.95546	-3.32542		Valdesotos	19307	54	GU	19307	
3106774	Valdesogo de Arriba	valdesogo-de-arriba	ES	24226	0	Europe/Madrid	42.54739	-5.51382		Valdesogo de Arriba		55	LE	24227	
3106775	Valdesogo de Abajo	valdesogo-de-abajo	ES	24226	0	Europe/Madrid	42.53637	-5.50777		Valdesogo de Abajo		55	LE	24227	
3106776	Valdesimonte	valdesimonte	ES	40389	0	Europe/Madrid	41.23708	-3.84886		Valdesimonte		55	SG	40040	
3106777	Valdescorriel	valdescorriel	ES	49680	191	Europe/Madrid	42.02233	-5.50998		Valdescorriel	49229	55	ZA	49229	
3106778	Valdescapa	valdescapa	ES	24172	0	Europe/Madrid	42.53333	-4.98333		Valdescapa		55	LE	24229	
3106779	Valdesaz de los Oteros	valdesaz-de-los-oteros	ES	24208	0	Europe/Madrid	42.32384	-5.4264		Valdesaz,Valdesaz de los Oteros		55	LE	24107	
3106780	Valdesaz	valdesaz	ES	19412	0	Europe/Madrid	41.23087	-3.77127		Valdesaz		55	SG	40060	
3106781	Valdesaz	valdesaz	ES	19412	0	Europe/Madrid	40.73076	-2.94757		Valdesaz		54	GU	19053	
3106784	Val de Santa María	val-de-santa-maria	ES	49337	0	Europe/Madrid	41.96552	-6.21184		Santa Maria de la Vega,Santa María de la Vega,Val de Santa Maria,Val de Santa María		55	ZA	49139	
3106785	Val de San Román	val-de-san-roman	ES	24717	0	Europe/Madrid	42.42787	-6.13386		Val de San Roman,Val de San Román		55	LE	24185	
3106786	Val de San Martín	val-de-san-martin	ES	50372	83	Europe/Madrid	41.05787	-1.44934			50274	52	Z	50274	
3106787	Val de San Lorenzo	val-de-san-lorenzo	ES	24717	659	Europe/Madrid	42.41819	-6.12391		Val de San Lorenzo	24185	55	LE	24185	
3106789	Valdesangil	valdesangil	ES	37717	0	Europe/Madrid	40.40485	-5.74911		Valdesangil		55	SA	37046	
3106790	Val de San García	val-de-san-garcia	ES	19429	0	Europe/Madrid	40.79615	-2.58398		Val de San Garcia,Val de San García		54	GU	19086	
3106791	Valdesandinas	valdesandinas	ES	24763	0	Europe/Madrid	42.34933	-5.86666		Valdesandinas		55	LE	24228	
3106793	Valdesamario	valdesamario	ES	24127	211	Europe/Madrid	42.72094	-5.95104		Val'desamario,Valdesamario,ba er de sa ma li ao,Вальдесамарио,Вальдесамаріо,巴尔德萨马里奥	24184	55	LE	24184	
3106797	Valderrueda	valderrueda	ES	24882	1100	Europe/Madrid	42.81558	-4.94731		Valderrueda	24183	55	LE	24183	
3106798	Valderrueda	valderrueda	ES	24882	0	Europe/Madrid	41.54498	-2.77166		Valderrueda		55	SO	42090	
3106799	Valderromán	valderroman	ES	42344	0	Europe/Madrid	41.35572	-3.12614		Valderroman,Valderromán		55	SO	42120	
3106800	Valderrodrigo	valderrodrigo	ES	37256	173	Europe/Madrid	41.06524	-6.50878		Valderrodrigo	37337	55	SA	37337	
3106801	Valderrodilla	valderrodilla	ES	42294	111	Europe/Madrid	41.56346	-2.80777		Val'derrodil'ja,Valderrodilla,ba er de luo di li ya,Вальдерродилья,Вальдерроділья,巴尔德罗迪利亚	42197	55	SO	42197	
3106802	Valderrodero	valderrodero	ES	33867	0	Europe/Madrid	43.4586	-6.27153		Valderrodero		34	O	33059	
3106803	Valderrobres	valderrobres	ES	44580	2077	Europe/Madrid	40.87209	0.15431		Baldecaxicos,Valderrobres,Vall-de-roures,Vallderroures	44246	52	TE	44246	
3106804	Valderrey	valderrey	ES	24793	567	Europe/Madrid	42.39408	-6.02151		Valderrey	24182	55	LE	24182	
3106805	Valderrebollo	valderrebollo	ES	19490	46	Europe/Madrid	40.81035	-2.72887		Valderrebollo	19306	54	GU	19306	
3106806	Valderrama	valderrama	ES	09211	0	Europe/Madrid	42.73168	-3.25287		Valderrama		55	BU	09255	
3106807	Valderrábano	valderrabano	ES	34473	60	Europe/Madrid	42.60674	-4.65584		Valderrabano,Valderrábano	34190	55	P	34190	
3106808	Valderilla de Torío	valderilla-de-torio	ES	24891	0	Europe/Madrid	42.72633	-5.53817		Valderilla de Torio,Valderilla de Torío		55	LE	24076	
3106809	Valderías	valderias	ES	39232	0	Europe/Madrid	42.86252	-3.89829		Valderias,Valderías		55	BU	09011	
3106812	Valderas	valderas	ES	24220	2036	Europe/Madrid	42.0783	-5.44355		Val'deras,Valderas,ba er de la si,waldras,Вальдерас,والدراس,巴尔德拉斯	24181	55	LE	24181	
3106818	Valdeprados	valdeprados	ES	40423	64	Europe/Madrid	40.81766	-4.25734		Valdeprados	40211	55	SG	40211	
3106819	Valdeprado del Río	valdeprado-del-rio	ES	39419	336	Europe/Madrid	42.87136	-4.08836		Valdeprado del Rio,Valdeprado del Río		39	S	39094	
3106820	Valdeprado	valdeprado	ES	39574	0	Europe/Madrid	43.07503	-4.49455		Valdeprado		39	S	39050	
3106821	Valdeprado	valdeprado	ES	39574	0	Europe/Madrid	42.89388	-6.50171				55	LE	24109	
3106822	Valdeprado	valdeprado	ES	39574	21	Europe/Madrid	41.93768	-2.10915		Valdeprado	42196	55	SO	42196	
3106826	Valdepolo	valdepolo	ES	24930	1451	Europe/Madrid	42.57686	-5.22513		Valdepolo	24180	55	LE	24180	
3106827	Valdepinillos	valdepinillos	ES	19238	0	Europe/Madrid	41.16667	-3.18333		Valdepinillos		54	GU	19146	
3106830	Valdepiélagos	valdepielagos	ES	28170	414	Europe/Madrid	40.75842	-3.46163		Valdepielagos,Valdepiélagos	28163	29	M	28163	
3106832	Valdeperillo	valdeperillo	ES	26527	0	Europe/Madrid	42.07828	-2.11179		Valdeperillo		27	LO	26054	
3106833	Valdeperdices	valdeperdices	ES	49182	0	Europe/Madrid	41.58224	-5.90094		Valdeperdices		55	ZA	49194	
3106836	Valdepeñas de la Sierra	valdepenas-de-la-sierra	ES	19184	187	Europe/Madrid	40.90562	-3.38414		Val'depen'jas-de-la-S'erra,Valdepenas de la Sierra,Valdepeñas de la Sierra,ba er de pei ni ya si de la xie la,Вальдепеньяс-де-ла-Сьерра,Вальдепеньяс-де-ла-Сьєрра,巴尔德佩尼亚斯德拉谢拉	19305	54	GU	19305	
3106838	Valdepares	valdepares	ES	33746	0	Europe/Madrid	43.55993	-6.85801		Valdepares		34	O	33023	
3106843	Valdeolmos	valdeolmos	ES	28130	2207	Europe/Madrid	40.63708	-3.45064		Valdeolmos		29	M	28162	
3106844	Valdeolmillos	valdeolmillos	ES	34239	84	Europe/Madrid	42.04123	-4.40015		Valdeolmillos	34189	55	P	34189	
3106846	Valdeolivas	valdeolivas	ES	16813	268	Europe/Madrid	40.506	-2.44532		Valdeolivas	16228	54	CU	16228	
3106848	Valdeobispo	valdeobispo	ES	10672	774	Europe/Madrid	40.08297	-6.24757		Valdeobispo	10202	57	CC	10202	
3106849	Valdenuño-Fernández	valdenuno-fernandez	ES	19185	234	Europe/Madrid	40.75981	-3.3768		Valdenuno-Fernandez,Valdenuño-Fernández		54	GU	19304	
3106851	Valdenoches	valdenoches	ES	19197	0	Europe/Madrid	40.68183	-3.08633		Valdenoches		54	GU	19130	
3106852	Valdenoceda	valdenoceda	ES	09559	0	Europe/Madrid	42.84564	-3.60493		Valdenoceda		55	BU	09217	
3106855	Valdenebro de los Valles	valdenebro-de-los-valles	ES	47816	219	Europe/Madrid	41.8569	-4.97005		Valdenebro de los Valles	47181	55	VA	47181	
3106856	Valdenebro	valdenebro	ES	42313	149	Europe/Madrid	41.57167	-2.96424		Valdenebro	42195	55	SO	42195	
3106862	Valdemoro-Sierra	valdemoro-sierra	ES	16316	168	Europe/Madrid	40.1	-1.76667		Valdemoro de la Sierra,Valdemoro-Sierra	16227	54	CU	16227	
3106865	Valdemoro del Rey	valdemoro-del-rey	ES	16521	0	Europe/Madrid	40.24678	-2.62263		Valdemoro del Rey		54	CU	16112	
3106868	Valdemoro	valdemoro	ES	28340	62750	Europe/Madrid	40.19081	-3.67887		Val'demoro,Valdemoro,Vallis Mauri,ba er de mo luo,fladymwrw,Валдеморо,Вальдеморо,فلاديمورو,巴尔德莫罗	28161	29	M	28161	
3106869	Valdemorillo de la Sierra	valdemorillo-de-la-sierra	ES	16340	79	Europe/Madrid	40.03333	-1.78333		Valdemorillo,Valdemorillo de la Sierra	16225	54	CU	16225	
3106870	Valdemorillo	valdemorillo	ES	28210	11045	Europe/Madrid	40.50064	-4.0671		Valdemorillo	28160	29	M	28160	
3106871	Valdemorilla	valdemorilla	ES	24293	0	Europe/Madrid	42.22169	-5.31471		Valdemorilla		55	LE	24084	
3106875	Valdemora	valdemora	ES	24206	0	Europe/Madrid	43.47366	-6.06214				34	O	33010	
3106876	Valdemora	valdemora	ES	24206	96	Europe/Madrid	42.19541	-5.42747		Valdemora	24178	55	LE	24178	
3106877	Valdemolinos	valdemolinos	ES	05154	0	Europe/Madrid	40.51548	-5.41679		Valdemolinos		55	AV	05225	
3106880	Valdemierque	valdemierque	ES	37891	47	Europe/Madrid	40.82176	-5.58225		Valdemierque	37336	55	SA	37336	
3106882	Valdemerilla	valdemerilla	ES	49317	0	Europe/Madrid	42.01459	-6.37828		Valdemerilla		55	ZA	49048	
3106886	Valdemeca	valdemeca	ES	16152	96	Europe/Madrid	40.22367	-1.74358		Valdemeca	16224	54	CU	16224	
3106888	Valdemaqueda	valdemaqueda	ES	28295	775	Europe/Madrid	40.51201	-4.29722		Valdemaqueda	28159	29	M	28159	
3106889	Valdemanzanas	valdemanzanas	ES	24722	0	Europe/Madrid	42.43544	-6.2851		Valdemanzanas		55	LE	24152	
3106890	Valdemanco	valdemanco	ES	28729	840	Europe/Madrid	40.87039	-3.65873		Valdemanco	28158	29	M	28158	
3107087	Valacloche	valacloche	ES	44191	26	Europe/Madrid	40.19092	-1.09134		Valacloche	44239	52	TE	44239	
3106891	Valdemaluque	valdemaluque	ES	42318	244	Europe/Madrid	41.67377	-3.04643		Val'demaluke,Valdemaluque,ba er de ma lu ke,Вальдемалуке,巴尔德马卢克	42194	55	SO	42194	
3106893	Valdemadera	valdemadera	ES	26532	10	Europe/Madrid	41.98408	-2.07403		Valdemadera	26161	27	LO	26161	
3106894	Valdelubiel	valdelubiel	ES	42318	0	Europe/Madrid	41.63987	-3.05		Valdelubiel,Valdeluviel		55	SO	42043	
3106895	Valdeltormo	valdeltormo	ES	44620	344	Europe/Madrid	40.98716	0.08342		Valdeltormo,Valldeltormo	44245	52	TE	44245	
3106897	Valdelosa	valdelosa	ES	37799	547	Europe/Madrid	41.17157	-5.7839		Valdelosa	37335	55	SA	37335	
3106901	Valdelinares	valdelinares	ES	42318	0	Europe/Madrid	41.69274	-3.05662		Valdelinares		55	SO	42194	
3106902	Valdelinares	valdelinares	ES	42318	149	Europe/Madrid	40.39114	-0.60593		Valdelinares	44244	52	TE	44244	
3106903	Valdelcubo	valdelcubo	ES	19269	78	Europe/Madrid	41.22637	-2.67588		Valdelcubo	19303	54	GU	19303	
3106905	Valdelateja	valdelateja	ES	09145	0	Europe/Madrid	42.7747	-3.76733		Valdelateja		55	BU	09905	
3106907	Val de la Sabina	val-de-la-sabina	ES	46140	0	Europe/Madrid	40.05	-1.23333		El Val,Val de la Sabina		60	V	46001	
3106909	Valdelamatanza	valdelamatanza	ES	37724	0	Europe/Madrid	40.29013	-5.92418		Valdelamatanza		55	SA	37102	
3106912	Valdelaloba	valdelaloba	ES	24459	0	Europe/Madrid	42.66636	-6.53339		Valdelaloba		55	LE	24169	
3106915	Valdelaguna	valdelaguna	ES	05592	0	Europe/Madrid	42.34757	-5.06444		Caserio Valdelaguna,Caserío Valdelaguna		55	LE	24031	
3106916	Valdelaguna	valdelaguna	ES	05592	0	Europe/Madrid	40.43861	-5.36904		Valdelaguna		55	AV	05228	
3106917	Valdelagua del Cerro	valdelagua-del-cerro	ES	42113	15	Europe/Madrid	41.88825	-2.11538		Val'delagua-del'-Serro,Val'delagva-del'-Serro,Valdelagua del Cerro,ba er de la gua de er sai luo,baldlagwa dl srw,Вальделагва-дель-Серро,Вальделагуа-дель-Серро,بالدلاگوا دل سرو,巴尔德拉瓜德尔塞罗	42193	55	SO	42193	
3106919	Valdelagua	valdelagua	ES	19133	0	Europe/Madrid	40.67691	-2.74682		Valdelagua		54	GU	19054	
3106920	Valdelageve	valdelageve	ES	37724	106	Europe/Madrid	40.36949	-5.99078		Valdelageve	37334	55	SA	37334	
3106921	Valdelafuente	valdelafuente	ES	24227	0	Europe/Madrid	42.56993	-5.51331		Valdelafuente		55	LE	24175	
3106925	Valdelacuesta	valdelacuesta	ES	09515	0	Europe/Madrid	42.85854	-3.48397		Valdelacuesta		55	BU	09213	
3106926	Valdelacasa	valdelacasa	ES	37791	317	Europe/Madrid	40.50631	-5.76354		Valdelacasa	37333	55	SA	37333	
3106931	Valdeiglesias	valdeiglesias	ES	24288	0	Europe/Madrid	42.46695	-5.93428		Valdeiglesias		55	LE	24224	
3106933	Valdehuesa	valdehuesa	ES	24854	0	Europe/Madrid	42.93615	-5.32712		Valdehuesa		55	LE	24021	
3106934	Valdehorna	valdehorna	ES	50371	49	Europe/Madrid	41.07275	-1.42376			50273	52	Z	50273	
3106936	Valdehijaderos	valdehijaderos	ES	37713	108	Europe/Madrid	40.41916	-5.84792		Valdehijaderos	37332	55	SA	37332	
3106940	Valdegutur	valdegutur	ES	26529	0	Europe/Madrid	41.97446	-1.90417		Valdegutur		27	LO	26047	
3106941	Valdegrulla	valdegrulla	ES	42350	0	Europe/Madrid	41.65249	-3.12853		Valdegrulla		55	SO	42043	
3106942	Valdegrudas	valdegrudas	ES	19412	63	Europe/Madrid	40.71125	-3.01209		Valdegrudas	19302	54	GU	19302	
3106946	Valdegama	valdegama	ES	34492	0	Europe/Madrid	42.72513	-4.21807				55	BU	09306	
3106947	Valdefuentes de Sangusín	valdefuentes-de-sangusin	ES	37680	297	Europe/Madrid	40.46578	-5.83286		Valdefuentes de Sangusin,Valdefuentes de Sangusín	37331	55	SA	37331	
3106948	Valdefuentes del Páramo	valdefuentes-del-paramo	ES	24253	377	Europe/Madrid	42.3237	-5.83097		Valdefuentes del Paramo,Valdefuentes del Páramo	24176	55	LE	24176	
3106953	Valdefuentes	valdefuentes	ES	10180	0	Europe/Madrid	42.07411	-5.40261				55	LE	24181	
3106955	Valdefresno	valdefresno	ES	24228	1911	Europe/Madrid	42.59492	-5.49355		Val'defresno,Valdefresno,ba er de fu lei si nuo,barudefuresuno,Вальдефресно,バルデフレスノ,巴尔德夫雷斯诺	24175	55	LE	24175	
3106956	Valdefrancos	valdefrancos	ES	24415	0	Europe/Madrid	42.48488	-6.56729		Valdefrancos		55	LE	24115	
3106958	Valdefinjas	valdefinjas	ES	49882	90	Europe/Madrid	41.45172	-5.45232		Valdefinjas	49228	55	ZA	49228	
3106967	Valdecuenca	valdecuenca	ES	44122	48	Europe/Madrid	40.29776	-1.40829		Valdecuenca	44243	52	TE	44243	
3106969	Valdeconejos	valdeconejos	ES	44779	0	Europe/Madrid	40.77667	-0.86855		Valdeconejos		52	TE	44099	
3106970	Valdeconejos	valdeconejos	ES	44779	0	Europe/Madrid	40.46775	-3.72077		Barrio Valdeconejos,Valdeconejos		29	M	28079	9
3106971	Valdeconcha	valdeconcha	ES	19132	49	Europe/Madrid	40.45643	-2.87663		Valdeconcha	19301	54	GU	19301	
3106974	Valdecilla	valdecilla	ES	39724	0	Europe/Madrid	43.38347	-3.73158				39	S	39042	
3106976	Valdecebro	valdecebro	ES	44193	0	Europe/Madrid	40.35832	-1.04078				52	TE	44216	
3106979	Valdecastillo	valdecastillo	ES	24853	0	Europe/Madrid	42.90754	-5.31545		Valdecastillo		55	LE	24021	
3106980	Valdecasa	valdecasa	ES	05143	88	Europe/Madrid	40.65931	-5.01183		Val'dekasa,Valdecasa,Valdekasa,ba er de ka sa,baldkasa,faldykasa,Валдекаса,Вальдекаса,بالدکاسا,فالديكاسا,巴尔德卡萨	05252	55	AV	05252	
3106985	Valdecarros	valdecarros	ES	37881	397	Europe/Madrid	40.77007	-5.42219		Valdecarros	37330	55	SA	37330	
3106989	Valdecañas de Cerrato	valdecanas-de-cerrato	ES	34249	0	Europe/Madrid	41.99257	-4.18747		Valdecanas de Cerrato,Valdecañas de Cerrato		55	P	34022	
3106991	Valdecañas	valdecanas	ES	16843	0	Europe/Madrid	40.22718	-2.33457		Valdecanas,Valdecañas		54	CU	16272	
3106993	Valdecañada	valdecanada	ES	24415	0	Europe/Madrid	42.50145	-6.60994		Valdecanada,Valdecañada		55	LE	24115	
3106997	Valdecabras	valdecabras	ES	16146	0	Europe/Madrid	40.15	-2.03333		Valdecabras		54	CU	16078	
3107000	Valdebueyes	valdebueyes	ES	33811	0	Europe/Madrid	43.0498	-6.75769		Valdebueyes		34	O	33028	
3107005	Valdeaveruelo	valdeaveruelo	ES	19174	570	Europe/Madrid	40.63473	-3.31367		Valdeaveruelo	19300	54	GU	19300	
3107006	Valdeavero	valdeavero	ES	28816	790	Europe/Madrid	40.6298	-3.33001		Valdeavero	28156	29	M	28156	
3107007	Valdeavellano de Ucero	valdeavellano-de-ucero	ES	42317	0	Europe/Madrid	41.70708	-3.0261		Valdeavellano de Ucero		55	SO	42194	
3107008	Valdeavellano de Tera	valdeavellano-de-tera	ES	42165	222	Europe/Madrid	41.94229	-2.57634		Valdeavellano de Tera	42191	55	SO	42191	
3107009	Valdeavellano	valdeavellano	ES	19142	104	Europe/Madrid	40.6656	-2.96977		Valdeavellano	19299	54	GU	19299	
3107010	Val de Asón	val-de-ason	ES	39813	0	Europe/Madrid	43.24861	-3.6086		Val de Ason,Val de Asón		39	S	39007	
3107012	Valdearnedo	valdearnedo	ES	09592	0	Europe/Madrid	42.57264	-3.54144		Valdearnedo		55	BU	09071	
3107014	Valdearenas	valdearenas	ES	14970	89	Europe/Madrid	40.80939	-2.99218		Valdearenas	19298	54	GU	19298	
3107015	Valdearcos de la Vega	valdearcos-de-la-vega	ES	47317	110	Europe/Madrid	41.6426	-4.04845		Valdearcos de la Vega	47180	55	VA	47180	
3107017	Valdearcos	valdearcos	ES	24330	0	Europe/Madrid	42.45856	-5.38818		Valdearcos		55	LE	24160	
3107019	Valdeande	valdeande	ES	09453	123	Europe/Madrid	41.83302	-3.52792		Valdeande	09403	55	BU	09403	
3107022	Valdealvillo	valdealvillo	ES	42193	0	Europe/Madrid	41.64965	-2.88885		Valdealvillo		55	SO	42158	
3107023	Valdealmendras	valdealmendras	ES	19269	0	Europe/Madrid	41.1455	-2.65696		Valdealmendras		54	GU	19257	
3107024	Valdealiso	valdealiso	ES	24165	0	Europe/Madrid	42.6303	-5.2843		Valdealiso		55	LE	24079	
3107026	Valdealgorfa	valdealgorfa	ES	44594	731	Europe/Madrid	40.99066	-0.03433		Valdealgorfa	44241	52	TE	44241	
3107027	Valdealcón	valdealcon	ES	24160	0	Europe/Madrid	42.65012	-5.2544		Valdealcon,Valdealcón		55	LE	24079	
3107028	Valdealbín	valdealbin	ES	42141	0	Europe/Madrid	41.68288	-3.12626		Valdealbin,Valdealbín		55	SO	42127	
3107030	Valdeajos	valdeajos	ES	09144	0	Europe/Madrid	42.74219	-3.90877		Valdeajos		55	BU	09361	
3107034	Valdazo	valdazo	ES	09248	0	Europe/Madrid	42.52464	-3.36245		Valdazo		55	BU	09056	
3107035	Valdavido	valdavido	ES	24740	0	Europe/Madrid	42.24075	-6.42199		Valdavida,Valdavido		55	LE	24172	
3107036	Valdavida	valdavida	ES	24171	0	Europe/Madrid	42.58892	-5.00798		Valdavida		55	LE	24226	
3107038	Valdastillas	valdastillas	ES	10614	317	Europe/Madrid	40.13293	-5.87932		Valdastillas	10196	57	CC	10196	
3107040	Valdarachas	valdarachas	ES	19141	28	Europe/Madrid	40.5171	-3.12652		Valdarachas	19297	54	GU	19297	
3107041	Valdaracete	valdaracete	ES	28594	630	Europe/Madrid	40.2077	-3.19101		Valdaracete	28155	29	M	28155	
3107043	Valdanzuelo	valdanzuelo	ES	42328	0	Europe/Madrid	41.51575	-3.39758		Valdanzuelo		55	SO	42103	
3107044	Valdanzo	valdanzo	ES	42328	0	Europe/Madrid	41.55364	-3.40176		Valdanzo		55	SO	42103	
3107045	Valdanta	valdanta	ES	32373	0	Europe/Madrid	42.27586	-7.09186		Valdanta		58	OR	32015	
3107051	Valcuende	valcuende	ES	24889	0	Europe/Madrid	42.76344	-4.925		Valcuende		55	LE	24183	
3107061	Valcárcel	valcarcel	ES	33841	0	Europe/Madrid	43.16957	-6.24162		Valcarcel,Valcárcel		34	O	33068	
3107062	Valcarca	valcarca	ES	22511	0	Europe/Madrid	41.83734	0.23676				52	HU	22158	
3107064	Valcabo	valcabo	ES	33816	0	Europe/Madrid	43.23528	-6.4294		Valcabo		34	O	33011	
3107066	Valcabadillo	valcabadillo	ES	34117	0	Europe/Madrid	42.57481	-4.75872		Valcabadillo,Valcavadillo		55	P	34157	
3107067	Valcaba	valcaba	ES	39806	0	Europe/Madrid	43.17575	-3.56658		Valcaba		39	S	39083	
3107068	Valbuxán	valbuxan	ES	32375	0	Europe/Madrid	42.28333	-7.1				58	OR	32015	
3107069	Valbueno	valbueno	ES	19185	0	Europe/Madrid	42.80309	-6.08028		Valbueno		55	LE	24132	
3107070	Valbueno	valbueno	ES	19185	0	Europe/Madrid	40.63473	-3.26003		Caserio Valbueno,Caserío Valbueno,Valbueno		54	GU	19058	
3107071	Valbuena de Pisuerga	valbuena-de-pisuerga	ES	34465	66	Europe/Madrid	42.14584	-4.2401		Valbuena,Valbuena de Pisuerga	34186	55	P	34186	
3107072	Valbuena del Roblo	valbuena-del-roblo	ES	24991	0	Europe/Madrid	42.93926	-5.1492		Valbuena del Roblo		55	LE	24060	
3107073	Valbuena de la Encomienda	valbuena-de-la-encomienda	ES	24369	0	Europe/Madrid	42.62004	-6.14913		Valbuena de la Encomienda		55	LE	24210	
3107074	Valbuena de Duero	valbuena-de-duero	ES	47359	497	Europe/Madrid	41.64323	-4.29271		Valbuena de Duero	47179	55	VA	47179	
3107075	Valbuena	valbuena	ES	37718	0	Europe/Madrid	43.42893	-5.4063				34	O	33009	
3107076	Valbuena	valbuena	ES	37718	0	Europe/Madrid	40.38034	-5.86207		Valbuena		55	SA	37013	
3107077	Valbucar	valbucar	ES	33311	0	Europe/Madrid	43.46395	-5.44261				34	O	33076	
3107080	Valbonilla	valbonilla	ES	09119	0	Europe/Madrid	42.19842	-4.18686				55	BU	09091	
3107082	Valbona	valbona	ES	44430	0	Europe/Madrid	43.26178	-6.59161				34	O	33001	
3107083	Valbona	valbona	ES	44430	0	Europe/Madrid	43.27071	-6.27376				34	O	33005	
3107084	Valbona	valbona	ES	44430	220	Europe/Madrid	40.22877	-0.81079	950	Valbona	44240	52	TE	44240	
3107085	Valberzoso	valberzoso	ES	34829	0	Europe/Madrid	42.91331	-4.24216		Valberzoso		55	P	34036	
3107102	Vadocondes	vadocondes	ES	09491	412	Europe/Madrid	41.63925	-3.57378		Vadocondes	09400	55	BU	09400	
3107105	Vadillo de la Sierra	vadillo-de-la-sierra	ES	05560	119	Europe/Madrid	40.60634	-5.12506		Vadillo de la Sierra	05251	55	AV	05251	
3107106	Vadillo de la Guareña	vadillo-de-la-guarena	ES	49420	351	Europe/Madrid	41.28242	-5.353		Vadillo de la Guarena,Vadillo de la Guareña	49226	55	ZA	49226	
3107109	Vadillo	vadillo	ES	42148	136	Europe/Madrid	41.79111	-3.00845		Vadillo	42190	55	SO	42190	
3107111	Vada	vada	ES	39577	0	Europe/Madrid	43.08333	-4.66667		Vada		39	S	39096	
3107112	Rivas-Vaciamadrid	rivas-vaciamadrid	ES	28521	68405	Europe/Madrid	40.32605	-3.51089		Vaciamadrid,Vasiamadrid,Васиамадрид		29	M	28123	
3107114	Vacarisses	vacarisses	ES	08233	0	Europe/Madrid	41.6	1.91667		Vacarisses		56	B	08291	
3107121	Uztegi	uztegi	ES	31891	80	Europe/Madrid	43.02442	-2.00685		Uztegi,Uztegui		32	NA	31020	
3107125	Uzkiano	uzquiano	ES	09217	0	Europe/Madrid	42.99661	-2.94313		Uzkiano,Uzquiano		59	VI	01054	
3107126	Uzquiano	uzquiano	ES	09217	0	Europe/Madrid	42.74058	-2.68547		Uzkio		55	BU	09109	
3107127	Uznayo	uznayo	ES	39556	0	Europe/Madrid	43.09172	-4.40217		Uznayo		39	S	39053	
3107130	Uyarra	uyarra	ES	26270	0	Europe/Madrid	42.34941	-2.9659		Uyarra		27	LO	26110	
3107133	Utrillas	utrillas	ES	44760	3219	Europe/Madrid	40.81267	-0.84545		Utrella,Utrillas	44238	52	TE	44238	
3107134	Utrilla	utrilla	ES	42258	0	Europe/Madrid	41.29025	-2.32074		Utrilla		55	SO	42025	
3107136	Utrera de la Encomienda	utrera-de-la-encomienda	ES	49345	0	Europe/Madrid	42.10331	-6.40542		Ultrera,Utrera de la Encomienda		55	ZA	49062	
3107138	Uterga	uterga	ES	31133	170	Europe/Madrid	42.70981	-1.76004			31246	32	NA	31246	
3107139	Utebo	utebo	ES	50180	17677	Europe/Madrid	41.70826	-0.99916		Utebo	50272	52	Z	50272	
3107140	Utande	utande	ES	19196	52	Europe/Madrid	40.84832	-2.9277		Utande	19296	54	GU	19296	
3107141	Usurbil	usurbil	ES	20170	5559	Europe/Madrid	43.27164	-2.04912		Usurbil,Usúrbil	20073	59	SS	20073	
3107142	Usún	usun	ES	31454	0	Europe/Madrid	42.6659	-1.22009		Usun,Usún		32	NA	31209	
3107143	Ustés	ustes	ES	31451	0	Europe/Madrid	42.753	-1.09924		Ustes,Ustés		32	NA	31181	
3107146	Usón	uson	ES	22210	0	Europe/Madrid	41.93864	-0.22335		Uson,Usón		52	HU	22124	
3107148	Used	used	ES	50374	0	Europe/Madrid	42.32415	-0.19173		Used		52	HU	22199	
3107149	Used	used	ES	50374	355	Europe/Madrid	41.05554	-1.55954			50271	52	Z	50271	
3107151	Usansolo	usansolo	ES	48960	0	Europe/Madrid	43.22166	-2.81567		Usansolo,Usánsolo		59	BI	48036	
3107152	Usanos	usanos	ES	19182	0	Europe/Madrid	40.71196	-3.26752		Usanos		54	GU	19130	
3107157	Uruñuela	urunuela	ES	26313	778	Europe/Madrid	42.4431	-2.70749		Urunuela,Uruñuela	26160	27	LO	26160	
3107159	Urueñas	uruenas	ES	40317	124	Europe/Madrid	41.35589	-3.77391		Uruenas,Urueñas	40210	55	SG	40210	
3107160	Urueña	uruena	ES	47862	211	Europe/Madrid	41.72738	-5.20304		Uruena,Urueña	47178	55	VA	47178	
3107161	Urturi	urturi	ES	01118	0	Europe/Madrid	42.65719	-2.50694				59	VI	01016	
3107162	Urteta	urteta	ES	20800	0	Europe/Madrid	43.26385	-2.16794		Urteta		59	SS	20079	
3107163	Urtasun	urtasun	ES	31639	0	Europe/Madrid	42.96274	-1.51523		Urtasun		32	NA	31098	
3107165	Urrutia	urrutia	ES	48289	0	Europe/Madrid	43.33569	-2.50607		Urrutia		59	BI	48004	
3107166	Urrunaga	urrunaga	ES	01170	0	Europe/Madrid	42.95448	-2.65285				59	VI	01058	
3107169	Urroz	urroz	ES	31420	394	Europe/Madrid	42.77799	-1.45911		Urroz		32	NA	31243	
3107173	Urritzola	urritzola	ES	31868	0	Europe/Madrid	42.96667	-1.65		Urritzola,Urrizola,Urrizola-Galain,Urrizola-Galáin		32	NA	31236	
3107175	Urritza	urritza	ES	31869	0	Europe/Madrid	42.96667	-1.83333		Urritza,Urriza		32	NA	31144	
3107178	Urriola	urriola	ES	48380	0	Europe/Madrid	43.28581	-2.56324		Urriola		59	BI	48070	
3107180	Urriés	urries	ES	50685	56	Europe/Madrid	42.51943	-1.13022			50270	52	Z	50270	
3107182	Urria	urria	ES	09515	0	Europe/Madrid	43.17272	-6.15393		Urria		34	O	33072	
3107183	Urria	urria	ES	09515	0	Europe/Madrid	43.08816	-6.23655				34	O	33068	
3107184	Urría	urria	ES	09515	0	Europe/Madrid	42.84611	-3.45349		Urria,Urría		55	BU	09213	
3107185	Urrez	urrez	ES	09199	0	Europe/Madrid	42.2702	-3.40172		Urrez		55	BU	09463	
3107186	Urrestilla	urrestilla	ES	20738	0	Europe/Madrid	43.15771	-2.24456		Urrestilla		59	SS	20018	
3107187	Urresti	urresti	ES	48110	0	Europe/Madrid	43.36343	-2.91905		Urresti		59	BI	48053	
3107190	Urrea de Jalón	urrea-de-jalon	ES	50296	343	Europe/Madrid	41.66715	-1.2342		Urrea de Jalon,Urrea de Jalón	50269	52	Z	50269	
3107191	Urrea de Gaen	urrea-de-gaen	ES	44593	0	Europe/Madrid	41.16062	-0.4701		Urrea de Gaen		52	TE	44237	
3107193	Urrasun	urrasun	ES	31715	0	Europe/Madrid	43.18333	-1.48333		Urrasun,Urrasun de Azpilcueta		32	NA	31050	
3107194	Urraca-Miguel	urraca-miguel	ES	05195	0	Europe/Madrid	40.67271	-4.52299		Urraca-Miguel		55	AV	05019	
3107196	Urkizu	urkizu	ES	20400	0	Europe/Madrid	43.18333	-2.76667		Urkizu,Urquizu		59	BI	48094	
3107200	Urkiola	urkiola	ES	48211	0	Europe/Madrid	43.1	-2.63333		Parc naturel dUrkiola,Pargue Natural dUrkiola,Parque natural de Urkiola,Urkiola,Urkiolako natura parkea,Urquiola		59	BI	48001	
3107202	Urones de Castroponce	urones-de-castroponce	ES	47671	145	Europe/Madrid	42.09911	-5.28222		Urones de Castroponce	47177	55	VA	47177	
3107204	Urnieta	urnieta	ES	20130	5827	Europe/Madrid	43.24727	-1.99084			20072	59	SS	20072	
3107206	Urmella	urmella	ES	22466	0	Europe/Madrid	42.51299	0.52959		Urmella		52	HU	22062	
3107208	Urizar	urizar	ES	48620	0	Europe/Madrid	42.9	-2.55		Urizahar,Urizar		59	VI	01013	
3107213	Uriondo	uriondo	ES	48499	0	Europe/Madrid	43.22124	-2.86924		Uriondo		59	BI	48097	
3107214	Urigoiti	urigoiti	ES	48419	0	Europe/Madrid	43.08838	-2.84475		Urigoiti		59	BI	48075	
3107216	Uribarri	uribarri	ES	01169	0	Europe/Madrid	43.31667	-2.58333		Uribarri		59	BI	48909	
3107217	Uribarri	uribarri	ES	01169	0	Europe/Madrid	43.06157	-2.49738		Uribarri		59	SS	20055	
3107218	Uribarri	uribarri	ES	01169	0	Europe/Madrid	43.01542	-2.42321		Uribarri		59	SS	20059	
3107224	Ures	ures	ES	19265	0	Europe/Madrid	43.2088	-8.95909				58	C	15014	
3107225	Ures	ures	ES	19265	0	Europe/Madrid	41.10482	-2.67427		Ures		54	GU	19257	
3107226	Urdués	urdues	ES	22732	0	Europe/Madrid	42.71284	-0.716				52	HU	22901	
3107229	Urdiales del Páramo	urdiales-del-paramo	ES	24248	593	Europe/Madrid	42.37034	-5.77297			24174	55	LE	24174	
3107230	Urdiales de Colinas	urdiales-de-colinas	ES	24313	0	Europe/Madrid	42.77416	-6.37814		Urdiales de Colinas		55	LE	24083	
3107233	Urdiales	urdiales	ES	39688	0	Europe/Madrid	43.38805	-3.22983				39	S	39020	
3107234	Urdiales	urdiales	ES	39688	0	Europe/Madrid	43.12644	-3.92147		Urdiales		39	S	39039	
3107235	Urdiáin	urdiain	ES	31810	609	Europe/Madrid	42.88829	-2.13667				32	NA	31240	
3107236	Urdazubi / Urdax	urdazubi-urdax	ES	31711	367	Europe/Madrid	43.26727	-1.50389		Urdax,Urdazubi	31050	32	NA	31050	
3107238	Urdanta	urdanta	ES	26289	0	Europe/Madrid	42.27846	-2.98752		Urdanta		27	LO	26061	
3107239	Urdánoz	urdanoz	ES	31172	0	Europe/Madrid	42.82533	-1.88468		Urdanoz,Urdánoz		32	NA	31118	
3107247	Urbiola	urbiola	ES	31243	0	Europe/Madrid	42.61648	-2.10324		Urbiola		32	NA	31125	
3107248	Urbina	urbina	ES	01510	0	Europe/Madrid	42.94436	-2.6465				59	VI	01058	
3107249	Urbicáin	urbicain	ES	31421	0	Europe/Madrid	42.72243	-1.38805				32	NA	31132	
3107250	Urbi	urbi	ES	48970	0	Europe/Madrid	43.23971	-2.87057		Urbi		59	BI	48036	
3107251	Urbel del Castillo	urbel-del-castillo	ES	09125	100	Europe/Madrid	42.62044	-3.84418		Urbel		55	BU	09398	
3107256	Urarte	urarte	ES	01216	0	Europe/Madrid	42.69972	-2.59449				59	VI	01016	
3107257	Urabain	urabain	ES	01260	0	Europe/Madrid	42.86288	-2.29425				59	VI	01009	
3107258	Ura	ura	ES	09347	0	Europe/Madrid	42.01345	-3.55145		Ura		55	BU	09113	
3107259	Unzué	unzue	ES	31396	143	Europe/Madrid	42.65252	-1.62598			31238	32	NA	31238	
3107262	Unquera	unquera	ES	39560	0	Europe/Madrid	43.37557	-4.51706		Unquera		39	S	39095	
3107265	Ungo	ungo	ES	09585	0	Europe/Madrid	43.1412	-3.26534				55	BU	09410	
3107266	Ungilde	ungilde	ES	49393	0	Europe/Madrid	42.029	-6.6172		Ungilde		55	ZA	49166	
3107267	Undurraga	undurraga	ES	48144	0	Europe/Madrid	43.08114	-2.73771		Undurraga,Undúrraga		59	BI	48024	
3107268	Undués-Pintano	undues-pintano	ES	50685	0	Europe/Madrid	42.5379	-1.04473				52	Z	50210	
3107269	Undués de Lerda	undues-de-lerda	ES	50689	63	Europe/Madrid	42.56572	-1.16944			50268	52	Z	50268	
3107272	Unciti	unciti	ES	31422	229	Europe/Madrid	42.74801	-1.50123		Unciti		32	NA	31132	
3107275	Uncastillo	uncastillo	ES	50678	852	Europe/Madrid	42.35963	-1.12842		Uncastiello,Uncastillo,Unkastil'jo,Unkastil'o,awnkastyw,wen ka si di e,Ункастильо,Ункастільйо,أونكاستيو,温卡斯蒂略	50267	52	Z	50267	
3107277	Unanu	unanu	ES	31829	0	Europe/Madrid	42.88333	-2.01667		Unanu,Unanua		32	NA	31091	
3107278	Uña de Quintana	una-de-quintana	ES	49327	210	Europe/Madrid	42.08662	-6.14475		Una de Quintana,Uña de Quintana	49225	55	ZA	49225	
3107280	Unha	unha	ES	25598	0	Europe/Madrid	42.71095	0.90367				56	L	25243	
3107281	Uña	una	ES	16152	138	Europe/Madrid	40.2241	-1.97788		Una,Uña	16219	54	CU	16219	
3107283	Umbrías	umbrias	ES	05693	149	Europe/Madrid	40.3153	-5.58037		Umbrias,Umbrías	05249	55	AV	05249	
3107287	Umbría	umbria	ES	30648	0	Europe/Madrid	40.5	-0.38333		Casas de la Umbria,Caserio Umbria,Caserío Umbría,Umbria,Umbría		52	TE	44059	
3107289	Umbralejo	umbralejo	ES	19238	0	Europe/Madrid	41.13333	-3.16667		Umbralejo		54	GU	19146	
3107291	Ultzurrun	ultzurrun	ES	31172	0	Europe/Madrid	42.85	-1.85		Ultzurrun,Ulzurrun		32	NA	31118	
3107293	Ultramort	ultramort	ES	17133	193	Europe/Madrid	42.0364	3.03455		Ultramort	17203	56	GI	17203	
3107294	Ulloa	ulloa	ES	27205	0	Europe/Madrid	42.92108	-7.86991		San Vicente,Ulloa		58	LU	27040	
3107301	Ullastret	ullastret	ES	17114	0	Europe/Madrid	42	3.06667		Ullastret,Ullestret	17205	56	GI	17205	
3107302	Ulle	ulle	ES	22712	0	Europe/Madrid	42.54208	-0.50271				52	HU	22130	
3107303	Ulldemolins	ulldemolins	ES	43363	472	Europe/Madrid	41.32216	0.8765		Ulldemolins	43157	56	T	43157	43157
3107305	Ulldecona	ulldecona	ES	43550	6273	Europe/Madrid	40.59734	0.44718	133		43156	56	T	43156	
3107306	Ullastrell	ullastrell	ES	08231	1467	Europe/Madrid	41.52643	1.95537		Ullastrell		56	B	08290	
3107309	Ullà	ulla	ES	17140	943	Europe/Madrid	42.04964	3.10754		Ulla,Ullà,Ullá	17204	56	GI	17204	
3107310	Ulizarna	ulizarna	ES	26270	0	Europe/Madrid	42.34856	-2.98159		Ulizarna		27	LO	26110	
3107312	Ulibarri	ulibarri	ES	31283	0	Europe/Madrid	42.72322	-2.24493		Ulibarri		32	NA	31139	
3107315	Uldá	ulda	ES	39438	0	Europe/Madrid	43.13499	-4.02954		Ulda,Uldá		39	S	39046	
3107316	Ujué	ujue	ES	31496	239	Europe/Madrid	42.5	-1.5		Ujue,Ujué,Ukhue,Ukhueh,Uxue,Uxué,wu hu ai,Ухуе,Ухуэ,乌胡埃	31235	32	NA	31235	
3107317	Ujo	ujo	ES	33640	0	Europe/Madrid	43.20554	-5.79061		Santa Eulalia,Ujo		34	O	33037	
3107318	Ujados	ujados	ES	19276	32	Europe/Madrid	41.23526	-3.00482		Ujados	19294	54	GU	19294	
3107320	Ugena	ugena	ES	45217	2950	Europe/Madrid	40.15572	-3.87603			45176	54	TO	45176	
3107323	Ugarte	ugarte	ES	20268	0	Europe/Madrid	43.2914	-3.01474		Ugarte		59	BI	48080	
3107324	Ugarte	ugarte	ES	20268	0	Europe/Madrid	43.1277	-2.77808		Ugarte		59	BI	48023	
3107325	Ugarte	ugarte	ES	20268	0	Europe/Madrid	43.05	-2.96667				59	VI	01002	
3107326	Ugarana	ugarana	ES	48141	0	Europe/Madrid	43.14329	-2.75157		Ugarana		59	BI	48026	
3107327	Ugaran	ugaran	ES	48289	0	Europe/Madrid	42.99246	-2.45238		Ugaran,Ugarán		59	SS	20059	
3107328	Ugar	ugar	ES	31177	0	Europe/Madrid	42.73226	-1.97531		Ugar,Úgar		32	NA	31260	
3107330	Ufones	ufones	ES	49519	0	Europe/Madrid	41.73348	-6.30665		Ufones		55	ZA	49172	
3107331	Udrión	udrion	ES	33119	0	Europe/Madrid	43.35929	-5.96751				34	O	33044	
3107334	Udabe	udabe	ES	31869	0	Europe/Madrid	42.9742	-1.8257		Udabe,Udave		32	NA	31049	
3107335	Udalla	udalla	ES	39850	0	Europe/Madrid	43.31619	-3.4507		Udalla		39	S	39002	
3107337	Udala	udala	ES	20500	0	Europe/Madrid	43.07778	-2.51249		Udala		59	SS	20055	
3107338	Ucio	ucio	ES	33569	0	Europe/Madrid	43.45167	-5.09062				34	O	33056	
3107345	Ucero	ucero	ES	42317	97	Europe/Madrid	41.71685	-3.05154		Ucero,Usero,wu sai luo,Усеро,乌塞罗	42189	55	SO	42189	
3107347	Ucedo	ucedo	ES	24369	0	Europe/Madrid	42.58852	-6.19423		Ucedo		55	LE	24210	
3107348	Uceda	uceda	ES	19187	1763	Europe/Madrid	40.83944	-3.4604		Uceda	19293	54	GU	19293	
3107349	Úcar	ucar	ES	31154	159	Europe/Madrid	42.67667	-1.70528				32	NA	31234	
3107351	Ubriendes	ubriendes	ES	33640	0	Europe/Madrid	43.20106	-5.8056		Ubriendes		34	O	33037	
3107355	Ubierna	ubierna	ES	09141	0	Europe/Madrid	42.4921	-3.69587				55	BU	09906	
3107356	Ubiergo	ubiergo	ES	22439	0	Europe/Madrid	42.15749	0.26667		Ubiergo		52	HU	22214	
3107357	Ubiarco	ubiarco	ES	39360	0	Europe/Madrid	43.41149	-4.10206		Ubiarco		39	S	39076	
3107358	Ubera	ubera	ES	20579	0	Europe/Madrid	43.13444	-2.46045		Ubera		59	SS	20074	
3107360	Úbeda	ubeda	ES	03658	0	Europe/Madrid	43.33333	-7.36667		San Juan,Ubeda,Úbeda		58	LU	27044	
3107361	Ubani	ubani	ES	31174	0	Europe/Madrid	42.77258	-1.78413		Ubani		32	NA	31262	
3107362	Ubago	ubago	ES	31219	0	Europe/Madrid	42.61702	-2.26479		Ubago		32	NA	31166	
3107363	Tuyo	tuyo	ES	01428	0	Europe/Madrid	42.78316	-2.84672		Tuiu,Tuyo		59	VI	01046	
3107366	Turzo	turzo	ES	09146	0	Europe/Madrid	42.83554	-3.75892		Turzo		55	BU	09905	
3107367	Turza	turza	ES	26289	0	Europe/Madrid	42.31907	-2.96621		Turza		27	LO	26061	
3107371	Turuelles	turuelles	ES	33782	0	Europe/Madrid	43.45585	-6.36792		Turuelles		34	O	33034	
3107373	Turrubuelo	turrubuelo	ES	40560	0	Europe/Madrid	41.32522	-3.59164		Turrubuelo		55	SG	40032	
3107374	Turrientes	turrientes	ES	09292	0	Europe/Madrid	42.4182	-3.36133		Turrientes		55	BU	09100	
3107375	Turra de Alba	turra-de-alba	ES	37871	0	Europe/Madrid	40.80213	-5.40599		Turra de Alba		55	SA	37236	
3107378	Turmiel	turmiel	ES	19287	0	Europe/Madrid	41.00949	-2.06281		Turmiel		54	GU	19170	
3107379	Turiso	turiso	ES	01213	0	Europe/Madrid	42.7564	-2.94978		Turiso		59	VI	01902	
3107380	Turienzo de los Caballeros	turienzo-de-los-caballeros	ES	24722	0	Europe/Madrid	42.44995	-6.26436		Turienzo de los Caballeros		55	LE	24152	
3107381	Turienzo Castañero	turienzo-castanero	ES	24316	0	Europe/Madrid	42.578	-6.43323		Turienzo Castanero,Turienzo Castañero		55	LE	24049	
3107383	Turieno	turieno	ES	39586	0	Europe/Madrid	43.15837	-4.6488		Turieno		39	S	39015	
3107385	Turia	turia	ES	33775	0	Europe/Madrid	43.3148	-7.08065		Turia		34	O	33071	
3107386	Turégano	turegano	ES	40370	1151	Europe/Madrid	41.1561	-4.00696		Turegano,Turégano	40208	55	SG	40208	
3107387	Turcia	turcia	ES	24285	1194	Europe/Madrid	42.53431	-5.87844		Turcia	24173	55	LE	24173	
3107390	Turbiás	turbias	ES	25712	0	Europe/Madrid	42.38098	1.32266		Turbias,Turbiás		56	L	25140	
3107391	Turanzas	turanzas	ES	33594	0	Europe/Madrid	43.42304	-4.87122		Turanzas		34	O	33036	
3107392	Tuñón	tunon	ES	33115	0	Europe/Madrid	43.29196	-5.98176		Tunon,Tuñón		34	O	33064	
3107394	Tuña	tuna	ES	33876	0	Europe/Madrid	43.2722	-6.37106		Tuna,Tuña		34	O	33073	
3107396	Tulebras	tulebras	ES	31522	106	Europe/Madrid	41.97695	-1.67618		Tulebras	31233	32	NA	31233	
3107397	Tuxe	tuxe	ES	32375	0	Europe/Madrid	42.25	-7.13333				58	OR	32044	
3107403	Tuimil	tuimil	ES	27343	0	Europe/Madrid	42.65274	-7.45357		Toimil,Tuimil		58	LU	27008	
3107404	Tuilla	tuilla	ES	33935	0	Europe/Madrid	43.32932	-5.64676		Tuilla		34	O	33031	
3107406	Tuesta	tuesta	ES	01423	0	Europe/Madrid	42.80973	-3.02512		Tosta,Tuesta		59	VI	01055	
3107411	Tudes	tudes	ES	39575	0	Europe/Madrid	43.12017	-4.61061		Tudes		39	S	39096	
3107412	Tudera	tudera	ES	49214	0	Europe/Madrid	41.41667	-6.21066		Tudera		55	ZA	49064	
3107413	Tudelilla	tudelilla	ES	26512	377	Europe/Madrid	42.30023	-2.11749		Tudelilla	26158	27	LO	26158	
3107414	Tudela de Segre	tudela-de-segre	ES	25739	0	Europe/Madrid	41.86667	1.08333		Tudela de Segre		56	L	25034	
3107415	Tudela de Duero	tudela-de-duero	ES	47320	6302	Europe/Madrid	41.5845	-4.58093		Tudela,Tudela de Duera,Tudela de Duero	47175	55	VA	47175	
3107418	Tudela	tudela	ES	31500	34717	Europe/Madrid	42.06166	-1.60452		EEL,Tudela,Тудела	31232	32	NA	31232	
3107419	Tudanca	tudanca	ES	09146	0	Europe/Madrid	43.15198	-4.37262		Tudanca		39	S	39089	
3107420	Tudanca	tudanca	ES	09146	0	Europe/Madrid	42.86327	-3.70306		Tudanca		55	BU	09014	
3107423	Tubilleja	tubilleja	ES	09146	0	Europe/Madrid	42.8521	-3.71497		Tubilleja		55	BU	09014	
3107424	Tubilla del Lago	tubilla-del-lago	ES	09453	168	Europe/Madrid	41.80154	-3.58625		Tubilla del Lago	09396	55	BU	09396	
3107539	Tredós	tredos	ES	25598	0	Europe/Madrid	42.70187	0.91459		Tredos,Tredós		56	L	25025	
3107425	Tubilla del Agua	tubilla-del-agua	ES	09143	232	Europe/Madrid	42.70932	-3.80116		Tubil'ja-del'-Agua,Tubil'ja-del'-Agva,Tubilla del Agua,tu wei li ya de la gua,twbayla dyl aghwa,Тубилья-дель-Агва,Тубілья-дель-Агуа,توبايلا ديل أغوا,图维利亚德拉瓜	09395	55	BU	09395	
3107426	Tubilla	tubilla	ES	09557	0	Europe/Madrid	42.94248	-3.61794				55	BU	09903	
3107428	Truébano	truebano	ES	24144	0	Europe/Madrid	43.45508	-5.82329				34	O	33035	
3107429	Truébano	truebano	ES	24144	0	Europe/Madrid	43.32199	-6.3864				34	O	33073	
3107430	Truébano	truebano	ES	24144	0	Europe/Madrid	42.94503	-6.01382		Truebano,Truébano		55	LE	24145	
3107433	Truchillas	truchillas	ES	24740	0	Europe/Madrid	42.23594	-6.46242		Truchillas		55	LE	24172	
3107438	Truchas	truchas	ES	24740	647	Europe/Madrid	42.26093	-6.43605		Truchas,Trueitas,te lu cha si,Тручас,特鲁查斯	24172	55	LE	24172	
3107440	Trubia	trubia	ES	33100	0	Europe/Madrid	43.50059	-5.7458		Trubia		34	O	33024	
3107441	Trubia	trubia	ES	33100	0	Europe/Madrid	43.3377	-5.99395		Trubia		34	O	33044	
3107442	Troya	troya	ES	35468	0	Europe/Madrid	40.25	-0.75		Barrio Troya,Troya		52	TE	44158	
3107443	Trones	trones	ES	33815	0	Europe/Madrid	43.18714	-6.59883		Trones		34	O	33011	
3107444	Tronchón	tronchon	ES	44141	108	Europe/Madrid	40.62091	-0.39833		Tronchon,Tronchón	44236	52	TE	44236	
3107445	Troncedo	troncedo	ES	22438	0	Europe/Madrid	43.36958	-6.50568				34	O	33073	
3107446	Troncedo	troncedo	ES	22438	0	Europe/Madrid	42.30575	0.29818				52	HU	22113	
3107447	Tronceda	tronceda	ES	32766	0	Europe/Madrid	42.86667	-8.18333		Santa Maria,Santa María,Tronceda		58	C	15006	
3107454	Trobajo del Cerecedo	trobajo-del-cerecedo	ES	24192	0	Europe/Madrid	42.56294	-5.5788		Trobajo del Cerecedo		55	LE	24089	
3107457	Trives	trives	ES	32780	0	Europe/Madrid	42.3462	-7.25813				58	OR	32063	
3107458	Trives	trives	ES	32780	0	Europe/Madrid	42.33808	-7.28776		San Mamed,Trives		58	LU	27050	
3107459	Trives	trives	ES	32780	0	Europe/Madrid	42.33333	-7.26667		San Lorenzo,Trives		58	LU	27050	
3107460	Triufé	triufe	ES	49320	0	Europe/Madrid	42.06178	-6.59377		Triufe,Triufé		55	ZA	49179	
3107462	Triste	triste	ES	22820	0	Europe/Madrid	42.38731	-0.71865		Triste		52	HU	22173	
3107465	Triongo	triongo	ES	33547	0	Europe/Madrid	43.39738	-5.14564				34	O	33012	
3107466	Triollo	triollo	ES	34887	82	Europe/Madrid	42.92456	-4.6813		Triollo	34185	55	P	34185	
3107473	Trillo	trillo	ES	19450	0	Europe/Madrid	42.29741	0.26007				52	HU	22113	
3107474	Trillo	trillo	ES	19450	1353	Europe/Madrid	40.70086	-2.59265		Tril'jo,Tril'o,Trillo,Trilyo,te li e,Трильо,Трільйо,Տրիլյո,特里略	19291	54	GU	19291	
3107475	Trijueque	trijueque	ES	19192	1055	Europe/Madrid	40.77426	-2.99253		Trijeque,Trijueque	19290	54	GU	19290	
3107476	Trigueros del Valle	trigueros-del-valle	ES	47282	343	Europe/Madrid	41.83049	-4.65179		Trigueros del Valle	47174	55	VA	47174	
3107481	Tricio	tricio	ES	26312	373	Europe/Madrid	42.40223	-2.71912		Tritium	26157	27	LO	26157	
3107483	Tribierto	tribierto	ES	33559	0	Europe/Madrid	43.25556	-5.20469		Tribierto		34	O	33050	
3107484	Tribás	tribas	ES	27549	0	Europe/Madrid	42.57473	-7.6237		Tribas,Tribás		58	LU	27041	
3107485	Trías	trias	ES	33310	0	Europe/Madrid	43.45203	-5.52628		Trias,Trías		34	O	33076	
3107489	Triabá	triaba	ES	27267	0	Europe/Madrid	43.18333	-7.51667		San Pedro,Triaba,Triabá		58	LU	27010	
3107490	Trez	trez	ES	32621	0	Europe/Madrid	42.07212	-7.41127		Trez		58	OR	32039	
3107491	Treviño	trevino	ES	09215	0	Europe/Madrid	43.12167	-4.72682		Trevino,Treviño		39	S	39015	
3107492	Treviño	trevino	ES	09215	0	Europe/Madrid	42.73422	-2.74761		Trebinu,Trebiñu,Trevino,Treviño		55	BU	09109	
3107494	Trevijano	trevijano	ES	26132	0	Europe/Madrid	42.3008	-2.42785		Trevijano		27	LO	26146	
3107495	Trevías	trevias	ES	33780	0	Europe/Madrid	43.50312	-6.43732		Trevias,Trevías		34	O	33034	
3107496	Treviana	treviana	ES	26215	228	Europe/Madrid	42.55901	-3.05032		Treviana	26155	27	LO	26155	
3107497	Trevejo	trevejo	ES	10894	0	Europe/Madrid	40.17284	-6.77893		Trevejo		57	CC	10210	
3107499	Treto	treto	ES	39760	0	Europe/Madrid	43.39348	-3.47025		Treto		39	S	39009	
3107500	Treto	treto	ES	39760	0	Europe/Madrid	43.22259	-3.40633				59	BI	48022	
3107501	Tresviso	tresviso	ES	33554	0	Europe/Madrid	43.25753	-4.66768		Tresviso	39088	39	S	39088	
3107502	Trasponte / Trespuentes	trespuentes	ES	01191	0	Europe/Madrid	42.84705	-2.78514		Trasponte,Tresponde,Trespuentes		59	VI	01901	
3107504	Trespaderne	trespaderne	ES	09540	1059	Europe/Madrid	42.80221	-3.38989		Trespaderne,te lei si pa de er nei,trspadrnh,Треспадерне,ترسپادرنه,特雷斯帕德尔内	09394	55	BU	09394	
3107506	Tresmonte	tresmonte	ES	33586	0	Europe/Madrid	43.42781	-5.10935		Tresmonte		34	O	33056	
3107508	Tresgrandas	tresgrandas	ES	33590	0	Europe/Madrid	43.37885	-4.6104				34	O	33036	
3107509	Trescasas	trescasas	ES	40194	305	Europe/Madrid	40.96442	-4.0359		Trescasas	40207	55	SG	40207	
3107510	Trescares	trescares	ES	33576	0	Europe/Madrid	43.31868	-4.7091				34	O	33046	
3107511	Tresano	tresano	ES	33589	0	Europe/Madrid	43.3743	-5.07611				55	LE	33012	
3107513	Tresali	tresali	ES	33529	0	Europe/Madrid	43.36038	-5.47472		Tresali		34	O	33040	
3107514	Tresabuela	tresabuela	ES	39557	0	Europe/Madrid	43.08625	-4.42787		Tresabuela		39	S	39053	
3107519	Tremp	tremp	ES	25620	5639	Europe/Madrid	42.16703	0.89487		Tremp	25234	56	L	25234	
3107520	Tremor de Arriba	tremor-de-arriba	ES	24377	0	Europe/Madrid	42.7262	-6.21029		Tremor de Arriba		55	LE	24083	
3107521	Tremor de Abajo	tremor-de-abajo	ES	24374	0	Europe/Madrid	42.64434	-6.27023		Tremor de Abajo		55	LE	24170	
3107524	Tremedal de Tormes	tremedal-de-tormes	ES	37148	36	Europe/Madrid	41.07423	-6.18164		Tremedal de Tormes	37329	55	SA	37329	
3107527	Tremaya	tremaya	ES	34849	0	Europe/Madrid	42.98038	-4.46158		Tremaya		55	P	34904	
3107529	Tremado de Carballo	tremado-de-carballo	ES	33817	0	Europe/Madrid	43.12162	-6.50375		Tremado de Carballo		34	O	33011	
3107534	Trelle	trelle	ES	32920	0	Europe/Madrid	42.27802	-7.95257		Trelle		58	OR	32081	
3107535	Trejo	trejo	ES	33411	0	Europe/Madrid	43.499	-5.97924		Trejo		34	O	33030	
3107538	Trefacio	trefacio	ES	49359	251	Europe/Madrid	42.12165	-6.65407		Trefacio	49224	55	ZA	49224	
3107540	Treceño	treceno	ES	39592	0	Europe/Madrid	43.31667	-4.3		Treceno,Treceño		39	S	39091	
3107542	Trebuesto	trebuesto	ES	39880	0	Europe/Madrid	43.33269	-3.3122		Trebuesto		39	S	39030	
3107546	Trazo	trazo	ES	15687	3592	Europe/Madrid	43.01667	-8.53333		Santa Maria,Santa María,Trac,Trazo,Traç	15086	58	C	15086	
3107549	Travesseres	travesseres	ES	25726	0	Europe/Madrid	42.37567	1.68769		Traveseras		56	L	25127	
3107550	Travesera	travesera	ES	33536	0	Europe/Madrid	43.2972	-5.42793				34	O	33049	
3107555	Trasvia	trasvia	ES	39528	0	Europe/Madrid	43.3839	-4.31462				39	S	39024	
3107558	Traspinedo	traspinedo	ES	47330	948	Europe/Madrid	41.57509	-4.47569		Traspinedo	47173	55	VA	47173	
3107560	Traspeña	traspena	ES	34859	0	Europe/Madrid	42.81864	-4.6016		Traspena,Traspeña		55	P	34049	
3107561	Trasparga	trasparga	ES	27305	0	Europe/Madrid	43.19035	-7.84097		Trasparga		58	LU	27022	
3107562	Traspando	traspando	ES	33518	0	Europe/Madrid	43.36667	-5.6		Traspando		34	O	33066	
3107563	Trasona	trasona	ES	33468	0	Europe/Madrid	43.55	-5.86667		San Vicente,San Vicente de Trasona,Trasona		34	O	33020	
3107564	Trasobares	trasobares	ES	50268	175	Europe/Madrid	41.64308	-1.64192		Trasobares	50266	52	Z	50266	
3107566	Trasmoz	trasmoz	ES	50583	65	Europe/Madrid	41.82599	-1.72279		Trasmoz	50265	52	Z	50265	
3107567	Trasmonte de Arriba	trasmonte-de-arriba	ES	33814	0	Europe/Madrid	43.04772	-6.55913		Trasmonte de Arriba		34	O	33011	
3107568	Trasmonte de Abajo	trasmonte-de-abajo	ES	33814	0	Europe/Madrid	43.04577	-6.55822		Trasmonte de Abajo		34	O	33011	
3107569	Trasmonte	trasmonte	ES	27226	0	Europe/Madrid	43.46667	-5.98333		San Juan,Trasmonte		34	O	33054	
3107570	Trasmonte	trasmonte	ES	27226	0	Europe/Madrid	43.1	-7.8		Santiago,Trasmonte		58	LU	27020	
3107571	Trasmonte	trasmonte	ES	27226	0	Europe/Madrid	43.01667	-8.45		San Esteban,Trasmonte		58	C	15060	
3107572	Trasmonte	trasmonte	ES	27226	0	Europe/Madrid	42.88994	-8.6849				58	C	15002	
3107576	Trasliste	trasliste	ES	27366	0	Europe/Madrid	42.9	-7.36667		San Juan,Trasliste		58	LU	27026	
3107577	Traslaviña	traslavina	ES	48879	0	Europe/Madrid	43.24078	-3.21527		Traslavina,Traslaviña		59	BI	48008	
3107581	Trasierra	trasierra	ES	06909	0	Europe/Madrid	43.38995	-4.23016		Trasierra		39	S	39068	
3107587	Trasdacorda	trasdacorda	ES	33774	0	Europe/Madrid	43.38399	-7.16361		Trasdacorda		34	O	33063	
3107588	Trascastro de Luna	trascastro-de-luna	ES	24127	0	Europe/Madrid	42.74507	-5.94445		Trascastro de Luna		55	LE	24132	
3107589	Trascastro	trascastro	ES	24429	0	Europe/Madrid	43.0294	-6.46308		Trascastro		34	O	33011	
3107590	Trascastro	trascastro	ES	24429	21	Europe/Madrid	43	-7.28333				58	LU	27011	
3107591	Trascastro	trascastro	ES	24429	0	Europe/Madrid	42.88283	-6.64283		Trascastro		55	LE	24112	
3107592	Trascastro	trascastro	ES	24429	0	Europe/Madrid	42.67682	-7.26124				58	LU	27055	
3107593	Trascastro	trascastro	ES	24429	0	Europe/Madrid	42.64459	-7.33097		Tracastro,Trascastro		58	LU	27024	
3107594	Trasariz	trasariz	ES	32459	0	Europe/Madrid	42.32476	-8.07261				58	OR	32025	
3107601	Trapa	trapa	ES	27112	0	Europe/Madrid	43.45016	-7.22269		Trapa		58	LU	27061	
3107604	Tramaced	tramaced	ES	22268	116	Europe/Madrid	41.97318	-0.29752		Tramaced	22239	52	HU	22239	
3107605	Tramacastilla de Tena	tramacastilla-de-tena	ES	22663	0	Europe/Madrid	42.71429	-0.31629		Tramakastil'ja-de-Tena,Трамакастилья-де-Тена		52	HU	22204	
3107607	Tramacastilla	tramacastilla	ES	44112	136	Europe/Madrid	40.43059	-1.57466		Tramacastilla	44235	52	TE	44235	
3107608	Tramacastiel	tramacastiel	ES	44133	115	Europe/Madrid	40.18842	-1.24081		Tramacastiel	44234	52	TE	44234	
3107610	Traiguera	traiguera	ES	12330	1531	Europe/Madrid	40.52511	0.29023		Traiguera	12121	60	CS	12121	
3107611	Traid	traid	ES	19312	65	Europe/Madrid	40.66817	-1.80971		Traid		54	GU	19289	
3107612	Traibuenas	traibuenas	ES	31315	0	Europe/Madrid	42.36839	-1.62782		Traibuenas		32	NA	31178	
3107613	Tregurà de Dalt	tregura-de-dalt	ES	17869	0	Europe/Madrid	42.35	2.28333	1423	Tregura de Dalt,Tregurà de Dalt		56	GI	17224	
3107614	Tregurà de Baix	tregura-de-baix	ES	17869	0	Europe/Madrid	42.33333	2.28333				56	GI	17224	
3107618	Tragacete	tragacete	ES	16150	335	Europe/Madrid	40.35011	-1.85102		Tragacete		54	CU	16078	
3107619	Trado	trado	ES	32235	0	Europe/Madrid	42.17336	-8.14495		San Pelagio		58	OR	32064	
3107624	Trabazos	trabazos	ES	24745	0	Europe/Madrid	42.28195	-7.18662				58	OR	32044	
3107625	Trabazos	trabazos	ES	24745	0	Europe/Madrid	42.28402	-6.59631		Trabazos		55	LE	24067	
3107626	Trabazos	trabazos	ES	24745	0	Europe/Madrid	41.74793	-6.49094		Trabazos	49223	55	ZA	49223	
3107627	Trabazo	trabazo	ES	33879	0	Europe/Madrid	43.4174	-6.44989		Trabazo		34	O	33073	
3107632	Trabanca	trabanca	ES	37173	267	Europe/Madrid	41.23278	-6.38484		Trabanca	37328	55	SA	37328	
3107633	Trabadillo	trabadillo	ES	37149	0	Europe/Madrid	41.1243	-6.15081		Trabadillo		55	SA	37329	
3107634	Trabadelo	trabadelo	ES	24523	0	Europe/Madrid	42.96908	-6.9435				58	LU	27034	
3107635	Trabadelo	trabadelo	ES	24523	0	Europe/Madrid	42.64874	-6.88		Trabadelo,te la wa de luo,torabadero,Трабадело,トラバデーロ,特拉瓦德洛	24171	55	LE	24171	
3107640	Trabaces	trabaces	ES	33887	0	Europe/Madrid	43.14636	-6.77009		Trabaces		34	O	33001	
3107643	Tozalmoro	tozalmoro	ES	42112	0	Europe/Madrid	41.74923	-2.28253		Tozalmoro		55	SO	42024	
3107644	Tox	tox	ES	33793	0	Europe/Madrid	43.55616	-6.63466		Tox		34	O	33041	
3107648	Touville	touville	ES	27693	0	Europe/Madrid	42.83782	-7.3446		Touville		58	LU	27026	
3107653	Touro	touro	ES	15822	4574	Europe/Madrid	42.86812	-8.30764		San Juan,Touro,touro,twarw,twrw,Тоуро,توارو,تورو,トウロ	15085	58	C	15085	
3107657	Totorika	totorika	ES	48381	0	Europe/Madrid	43.26667	-2.58333		Totorica,Totorika		59	BI	48007	
3107658	Totero	totero	ES	39694	0	Europe/Madrid	43.29956	-3.84069		Totero		39	S	39074	
3107661	Tossa de Mar	tossa-de-mar	ES	17320	5001	Europe/Madrid	41.71667	2.93333		Tossa,Tossa de Mar	17202	56	GI	17202	
3107664	Tospe	tospe	ES	33546	0	Europe/Madrid	43.33311	-5.20037		Tospe		34	O	33045	
3107665	Tosos	tosos	ES	50154	224	Europe/Madrid	41.31542	-1.07292		Tosos	50264	52	Z	50264	
3107667	Toses	toses	ES	17536	0	Europe/Madrid	42.32162	2.01582			17201	56	GI	17201	
3107668	Tosantos	tosantos	ES	09258	64	Europe/Madrid	42.41368	-3.24286		Tosantos	09392	55	BU	09392	
3107675	Tortuera	tortuera	ES	19338	221	Europe/Madrid	40.97181	-1.79764		Tortuera	19287	54	GU	19287	
3107677	Tortosa	tortosa	ES	43500	35143	Europe/Madrid	40.81249	0.5216		Tortosa,Tortoza,Turtoza,to~urutoza,trtwsht,tuo er tuo sa,twrtwsh,Тортоса,Туртоза,טורטוסה,طرطوشة,トゥルトーザ,托尔托萨	43155	56	T	43155	
3107679	Tortonda	tortonda	ES	19261	0	Europe/Madrid	40.97127	-2.52791		Tortonda		54	GU	19011	
3107681	Tórtoles	tortoles	ES	05514	0	Europe/Madrid	41.91842	-1.72276		Tortoles,Tórtoles		52	Z	50251	
3107682	Tórtoles	tortoles	ES	05514	92	Europe/Madrid	40.5612	-5.2612		Tortoles,Tórtoles	05246	55	AV	05246	
3107684	Tórtola de Henares	tortola-de-henares	ES	19198	487	Europe/Madrid	40.70425	-3.12316		Tortola,Tortola de Henares,Tórtola de Henares	19286	54	GU	19286	
3107686	Tortes	tortes	ES	27647	0	Europe/Madrid	42.82872	-7.18543		Tortes		58	LU	27006	
3107687	Tortellà	tortella	ES	17853	740	Europe/Madrid	42.23333	2.63333		Tortella,Tortellà,Tortellá		56	GI	17109	
3107689	Tortajada	tortajada	ES	44162	0	Europe/Madrid	40.40625	-1.07358		Tortajada		52	TE	44216	
3107693	Torrubia de Soria	torrubia-de-soria	ES	42138	75	Europe/Madrid	41.63045	-2.09151		Torrubia de Soria	42187	55	SO	42187	
3107694	Torrubia	torrubia	ES	19337	39	Europe/Madrid	40.96581	-1.90064		Torrubia	19285	54	GU	19285	
3107699	Torroja del Priorat	torroja-del-priorat	ES	43737	0	Europe/Madrid	41.21667	0.81667		Torroja,Torroja del Priorat		56	T	43096	
3107700	Torroella de Montgrí	torroella-de-montgri	ES	17257	11598	Europe/Madrid	42.04254	3.12703		Torroella,Torroella de Montgri,Torroella de Montgrí	17199	56	GI	17199	
3107701	Torroella de Fluvià	torroella-de-fluvia	ES	17474	449	Europe/Madrid	42.17522	3.04025		Torroella de Fluvia,Torroella de Fluvià	17198	56	GI	17198	
3107702	Torrijo del Campo	torrijo-del-campo	ES	44393	540	Europe/Madrid	40.82575	-1.33766		Torrijo del Campo	44232	52	TE	44232	
3107703	Torrijo de la Cañada	torrijo-de-la-canada	ES	50217	338	Europe/Madrid	41.47304	-1.87441		Torrijo,Torrijo de la Canada,Torrijo de la Cañada	50263	52	Z	50263	
3107705	Torrijas	torrijas	ES	44421	85	Europe/Madrid	40.01667	-0.95		Torrijas	44231	52	TE	44231	
3107707	Torrevicente	torrevicente	ES	42315	0	Europe/Madrid	41.33491	-2.94804		Torrevicente		55	SO	42155	
3107708	Torrevelilla	torrevelilla	ES	44641	193	Europe/Madrid	40.902	-0.10977		Torrevelilla,la Torre de Vilella	44230	52	TE	44230	
3107709	Torrevega	torrevega	ES	33508	0	Europe/Madrid	43.38979	-4.90978		Torrevega		34	O	33036	
3107710	Torre Val de San Pedro	torre-val-de-san-pedro	ES	40171	198	Europe/Madrid	41.07534	-3.87116		Torre Val de San Pedro	40206	55	SG	40206	
3107711	Torretejera	torretejera	ES	33312	0	Europe/Madrid	43.52447	-5.52526		Forretejera		34	O	33076	
3107712	Torresuso	torresuso	ES	42344	0	Europe/Madrid	41.36229	-3.18345		Torresuso		55	SO	42120	
3107713	Torrestío	torrestio	ES	24144	0	Europe/Madrid	43.04656	-6.04893		Torrestio,Torrestío		55	LE	24145	
3107714	Torresmenudas	torresmenudas	ES	37110	207	Europe/Madrid	41.10249	-5.78475		Torresmenudas	37327	55	SA	37327	
3107715	Torre-serona	torre-serona	ES	25131	0	Europe/Madrid	41.66667	0.63333		Torre-serona,Torreserona		56	L	25120	
3107717	Torres de Segre	torres-de-segre	ES	25170	1982	Europe/Madrid	41.53399	0.5142		Torres de Segre,Torres del Segre		56	L	25120	
3107718	Torres de Montes	torres-de-montes	ES	22134	0	Europe/Madrid	42.09173	-0.19351		Torres de Montes		52	HU	22064	
3107719	Torres del Río	torres-del-rio	ES	31229	171	Europe/Madrid	42.55162	-2.27285		Torres del Rio,Torres del Río	31231	32	NA	31231	
3107720	Torres del Obispo	torres-del-obispo	ES	22588	0	Europe/Madrid	42.13095	0.37868		Torres del Bisbe		52	HU	22117	
3107721	Torres del Carrizal	torres-del-carrizal	ES	49122	500	Europe/Madrid	41.61701	-5.67173		Torres del Carrizal	49222	55	ZA	49222	
3107722	Torres de la Alameda	torres-de-la-alameda	ES	28813	5811	Europe/Madrid	40.40264	-3.35767		Torres de la Alameda	28154	29	M	28154	
3107723	Torres de Berrellén	torres-de-berrellen	ES	50693	1471	Europe/Madrid	41.75797	-1.0655		Torres de Berellen,Torres de Berellén,Torres de Berrellen,Torres de Berrellén		52	Z	50297	
3107724	Torres de Barbués	torres-de-barbues	ES	22255	332	Europe/Madrid	41.9605	-0.4335		Torres de Barbues,Torres de Barbués	22236	52	HU	22236	
3107725	Torres de Alcanadre	torres-de-alcanadre	ES	22132	123	Europe/Madrid	41.96727	-0.11096		Torres de Alcanadre	22235	52	HU	22235	
3107726	Torres de Albarracín	torres-de-albarracin	ES	44111	141	Europe/Madrid	40.42709	-1.53242		Torres de Albarracin,Torres de Albarracín	44229	52	TE	44229	
3107727	Torres de Abajo	torres-de-abajo	ES	09572	0	Europe/Madrid	42.95902	-3.79109		Torres de Abajo		55	BU	09413	
3107728	Torrescárcela	torrescarcela	ES	47313	166	Europe/Madrid	41.48455	-4.3192		Torrescarcela,Torrescárcela	47172	55	VA	47172	
3107729	Torresandino	torresandino	ES	09310	796	Europe/Madrid	41.8292	-3.90981		Torresandino	09390	55	BU	09390	
3107733	Torres	torres	ES	09512	0	Europe/Madrid	43.35	-8.1		San Jorge,Torres		58	C	15091	
3107734	Torres	torres	ES	09512	0	Europe/Madrid	43.35539	-4.067				39	S	39087	
3107735	Torres	torres	ES	09512	0	Europe/Madrid	42.94564	-3.46609		Torres		55	BU	09209	
3107736	Torres	torres	ES	09512	0	Europe/Madrid	42.73384	-1.59628				32	NA	31088	
3107737	Torres	torres	ES	09512	0	Europe/Madrid	41.33583	-1.56275		Torres		52	Z	50286	
3107741	Torrepadre	torrepadre	ES	09345	91	Europe/Madrid	42.04388	-3.93701		Torrepadre		55	BU	09437	
3107742	Torrepadierne	torrepadierne	ES	09226	0	Europe/Madrid	42.23748	-3.95216				55	BU	09250	
3107746	Torrent	torrent	ES	17123	176	Europe/Madrid	41.95243	3.12684			17197	56	GI	17197	
3107747	Torrenostra	torrenostra	ES	12596	0	Europe/Madrid	40.19367	0.22151		Barrio Torrenostra,Torrenostra		60	CS	12117	
3107749	Torremuña	torremuna	ES	26133	0	Europe/Madrid	42.20075	-2.41807		Torremuna,Torremuña		27	LO	26004	
3107750	Torremormojón	torremormojon	ES	34305	78	Europe/Madrid	41.96018	-4.77765		Torremormojon,Torremormojón	34184	55	P	34184	
3107751	Torremontalbo	torremontalbo	ES	26359	21	Europe/Madrid	42.5	-2.68333		Torremontalbo	26154	27	LO	26154	
3107752	Torremochuela	torremochuela	ES	19391	19	Europe/Madrid	40.76528	-1.8419		Torremochuela	19284	54	GU	19284	
3107753	Torremocha del Pinar	torremocha-del-pinar	ES	19345	56	Europe/Madrid	40.88954	-2.04497		Torremocha del Pinar	19283	54	GU	19283	
3107754	Torremocha del Campo	torremocha-del-campo	ES	19268	251	Europe/Madrid	40.97819	-2.61881		Torremocha del Campo	19282	54	GU	19282	
3107755	Torremocha de Jiloca	torremocha-de-jiloca	ES	44381	160	Europe/Madrid	40.59001	-1.29659		Torremocha,Torremocha de Jiloca		52	TE	44226	
3107757	Torremocha de Jadraque	torremocha-de-jadraque	ES	19245	22	Europe/Madrid	41.01881	-2.89918		Torremocha de Jadraque	19281	54	GU	19281	
3107758	Torremocha de Ayllón	torremocha-de-ayllon	ES	42342	0	Europe/Madrid	41.44608	-3.25132		Torremocha de Ayllon,Torremocha de Ayllón		55	SO	42162	
3107761	Torremocha	torremocha	ES	10184	0	Europe/Madrid	40.724	-0.25816		Caserio Torremocha,Caserío Torremocha,Torremocha		52	TE	44071	
3107762	Torremenga	torremenga	ES	10413	616	Europe/Madrid	40.04658	-5.77471		Torremenga	10191	57	CC	10191	
3107763	Torremediana	torremediana	ES	42216	0	Europe/Madrid	41.39084	-2.51178		Torremediana		55	SO	42083	
3107764	Torre los Negros	torre-los-negros	ES	44358	97	Europe/Madrid	40.85308	-1.09782		Torre los Negros	44227	52	TE	44227	
3107765	Torrelodones	torrelodones	ES	28250	21781	Europe/Madrid	40.57654	-3.92658			28152	29	M	28152	
3107766	Torrelobatón	torrelobaton	ES	47134	590	Europe/Madrid	41.64942	-5.02526		Tarrelobaton,Tarrelobatón,Torrelobaton,Torrelobatón	47171	55	VA	47171	
3107768	Torrelles de Llobregat	torrelles-de-llobregat	ES	08629	4535	Europe/Madrid	41.35	1.98333		Torrellas de Llobregat,Torrelles,Torrelles de Llobregat		56	B	08204	
3107769	Torrelles de Foix	torrelles-de-foix	ES	08737	0	Europe/Madrid	41.38333	1.56667		Torrellas de Foix,Torrelles de Foix		56	T	43090	
3107770	Torrellas	torrellas	ES	50512	315	Europe/Madrid	41.89444	-1.77139		Torrellas	50261	52	Z	50261	
3107773	Torrelisa	torrelisa	ES	22338	0	Europe/Madrid	42.46045	0.18625				52	HU	22190	
3107775	Torrelavega	torrelavega	ES	39300	55297	Europe/Madrid	43.34943	-4.04785		Torelavega,Torrelavega,torerabega,tuo lei la wei jia,twrylafyja,Торелавега,Торрелавега,Տոռելավեգա,توريلافيجا,ٹوریلاویگا,トレラベーガ,托雷拉韦加		39	S	39087	
3107776	Torrelara	torrelara	ES	09645	27	Europe/Madrid	42.16673	-3.51689		Torrelara	09388	55	BU	09388	
3107777	Torrelapaja	torrelapaja	ES	50316	42	Europe/Madrid	41.58133	-1.95181		Torrelapaja	50260	52	Z	50260	
3107778	Torrelameu	torrelameu	ES	25138	0	Europe/Madrid	41.7	0.7		Torrelameo,Torrelameu		56	L	25120	
3107779	Torrelaguna	torrelaguna	ES	28180	4012	Europe/Madrid	40.82764	-3.53683		Torrelaguna,tuo lei la gu na,twrylajwna,Торрелагуна,توريلاجونا,托雷拉古纳	28151	29	M	28151	
3107781	Torrejón de Velasco	torrejon-de-velasco	ES	28990	3207	Europe/Madrid	40.18746	-3.77681			28150	29	M	28150	
3107782	Torrejón del Rey	torrejon-del-rey	ES	19174	2877	Europe/Madrid	40.64325	-3.33376		Torrejon,Torrejon del Rey,Torrejón del Rey	19280	54	GU	19280	
3107783	Torrejón de la Calzada	torrejon-de-la-calzada	ES	28991	5339	Europe/Madrid	40.19886	-3.797		Torrejon de la Calzada,Torrejón de la Calzada	28149	29	M	28149	
3107784	Torrejón de Ardoz	torrejon-de-ardoz	ES	28850	118162	Europe/Madrid	40.45535	-3.46973		Torechon de Ardosas,Torekhon de Ardos,Torrejon de Ardoz,Torrejón de Ardoz,Torrekhon-de-Ardos,Turricula Ardozensis,tuo lei hong de ya er duo si,Торехон де Ардос,Торрехон-де-Ардос,トレホン・デ・アルドス,托雷洪德亚尔多斯	28148	29	M	28148	
3107786	Torrejón	torrejon	ES	37892	0	Europe/Madrid	40.25	-1.2		Barrio Torrejon,Barrio Torrejón,Torrejon,Torrejón		52	TE	44264	
3107787	Torreiglesias	torreiglesias	ES	40192	384	Europe/Madrid	41.10236	-4.0328		Torreiglesias	40205	55	SG	40205	
3107788	Torrehermosa	torrehermosa	ES	42269	98	Europe/Madrid	41.23767	-2.128		Torrehermosa	50259	52	Z	50259	
3107789	Torregutiérrez	torregutierrez	ES	40211	0	Europe/Madrid	41.4075	-4.3606		Torregutierrez,Torregutiérrez		55	SG	40063	
3107792	Torregamones	torregamones	ES	49252	322	Europe/Madrid	41.487	-6.18335		Torregamones	49221	55	ZA	49221	
3107793	Torregalindo	torregalindo	ES	09493	121	Europe/Madrid	41.58299	-3.75222		Torregalindo	09387	55	BU	09387	
3107794	Torrefrades	torrefrades	ES	49216	0	Europe/Madrid	41.34621	-6.05455		Torrefrades		55	ZA	49023	
3107796	Torrefeta	torrefeta	ES	25211	0	Europe/Madrid	41.75393	1.27355		Torrefeta		56	L	25907	
3107797	Torrefarrera	torrefarrera	ES	25123	2270	Europe/Madrid	41.67318	0.60671		Torrefarrera		56	L	25120	
3107798	Torre en Cameros	torre-en-cameros	ES	26134	15	Europe/Madrid	42.24133	-2.51805		Torre en Cameros	26153	27	LO	26153	
3107800	Torre de Velayos	torre-de-velayos	ES	37609	0	Europe/Madrid	40.69936	-6.05341		Torre de Velayos		55	SA	37050	
3107801	Torre de Valdealmendras	torre-de-valdealmendras	ES	19269	0	Europe/Madrid	41.15	-2.65		Torre de Valdea,Torre de Valdealmendras		54	GU	19257	
3107804	Torre de Peñafiel	torre-de-penafiel	ES	47319	54	Europe/Madrid	41.53646	-4.08833		Torre de Penafiel,Torre de Peñafiel	47170	55	VA	47170	
3107805	Torre de Obato	torre-de-obato	ES	22438	0	Europe/Madrid	42.23326	0.34442		Torre de Obato		52	HU	22117	
3107807	Torredembarra	torredembarra	ES	43830	15272	Europe/Madrid	41.14505	1.39861		Torredembara	43153	56	T	43153	
3107809	Torre de los Molinos	torre-de-los-molinos	ES	34131	0	Europe/Madrid	42.28829	-4.6328				55	P	34047	
3107810	la Torre de l'Espanyol	la-torre-de-l-espanyol	ES	43792	0	Europe/Madrid	41.18333	0.63333		Torre de l'Espanyol,Torre del Espanol,Torre del Español		56	T	43177	
3107811	Torre del Compte	torre-del-compte	ES	44597	166	Europe/Madrid	40.93625	0.10934		Torre del Compte,Torre del Comte	44225	52	TE	44225	
3107812	Torre del Burgo	torre-del-burgo	ES	19197	122	Europe/Madrid	40.79176	-3.07723		Torre del Burgo	19279	54	GU	19279	
3107813	Torre del Bierzo	torre-del-bierzo	ES	24370	2613	Europe/Madrid	42.60769	-6.36675		Albares,Albares de la Ribera,Torre del Bierzo	24170	55	LE	24170	
3107814	Torre de las Arcas	torre-de-las-arcas	ES	44709	37	Europe/Madrid	40.84166	-0.71783		Torre de las Arcas	44224	52	TE	44224	
3107815	Torre de la Sal	torre-de-la-sal	ES	12595	0	Europe/Madrid	40.13542	0.16627		Caserio Torre de la Sal,Caserío Torre de la Sal,Torre de la Sal		60	CS	12033	
3107816	la Torre de Fontaubella	la-torre-de-fontaubella	ES	43774	0	Europe/Madrid	41.11667	0.86667		Torre de Fontaubella,la Torre de Fontaubella		56	T	43045	
3107817	Torre de Esgueva	torre-de-esgueva	ES	47183	97	Europe/Madrid	41.76821	-4.20003		Torre de Esgueva	47169	55	VA	47169	
3107818	Torre de Esera	torre-de-esera	ES	22436	0	Europe/Madrid	42.21338	0.3539		Torre de Esera		52	HU	22117	
3107821	Torre de Don Miguel	torre-de-don-miguel	ES	10864	608	Europe/Madrid	40.22333	-6.57686		Torre de Don Miguel	10187	57	CC	10187	
3107822	la Torre de Cabdella	la-torre-de-cabdella	ES	25515	0	Europe/Madrid	42.42216	0.98238		la Torre de Cabdella		56	L	25227	
3107823	Torre de Arcas	torre-de-arcas	ES	44653	96	Europe/Madrid	40.75137	-0.06892		Torre de Arcas	44223	52	TE	44223	
3107824	Torrecuadradilla	torrecuadradilla	ES	19431	51	Europe/Madrid	40.85364	-2.53215		Torrecuadradilla	19278	54	GU	19278	
3107825	Torrecuadrada de Molina	torrecuadrada-de-molina	ES	19355	25	Europe/Madrid	40.74947	-1.80707		Torrecuadrada de Molina	19277	54	GU	19277	
3107826	Torrecuadrada de los Valles	torrecuadrada-de-los-valles	ES	19491	0	Europe/Madrid	40.89304	-2.58248		Torrecuadrada de los Valles		54	GU	19282	
3107828	Torrecillo	torrecillo	ES	24133	0	Europe/Madrid	42.79268	-6.18229		Torrecillo		55	LE	24101	
3107829	Torrecilla sobre Alesanco	torrecilla-sobre-alesanco	ES	26224	53	Europe/Madrid	42.40825	-2.83379		Torrecilla	26152	27	LO	26152	
3107830	Torrecilla en Cameros	torrecilla-en-cameros	ES	26100	596	Europe/Madrid	42.25532	-2.63109		Toresilia en Kameros,Torreciella en Cameros,Torrecilla de Cameros,Torrecilla en Cameros,Torresil'ja-ehn-Kameros,Torresil'ja-en-Kameros,tuo lei xi li ai en ka mei luo si,Торресилья-эн-Камерос,Торресілья-ен-Камерос,Տոռեսիլիա էն Կամերոս,托雷西利艾恩卡梅罗斯	26151	27	LO	26151	
3107831	Torrecilla de Valmadrid	torrecilla-de-valmadrid	ES	50139	0	Europe/Madrid	41.50251	-0.85576		Torrecilla de Valmadrid		52	Z	50297	
3107832	Torrecilla del Valle	torrecilla-del-valle	ES	47509	0	Europe/Madrid	41.37214	-5.01244		Torrecilla del Valle		55	VA	47139	
3107834	Torrecilla del Rebollar	torrecilla-del-rebollar	ES	44222	173	Europe/Madrid	40.90978	-1.07244		Torrecilla del Rebollar	44222	52	TE	44222	
3107835	Torrecilla del Pinar	torrecilla-del-pinar	ES	19392	285	Europe/Madrid	41.3736	-4.03838		Torrecilla del Pinar	40204	55	SG	40204	
3107836	Torrecilla del Pinar	torrecilla-del-pinar	ES	19392	0	Europe/Madrid	40.83526	-2.09179		Torrecilla,Torrecilla del Pinar		54	GU	19099	
3107837	Torrecilla de los Ángeles	torrecilla-de-los-angeles	ES	10869	705	Europe/Madrid	40.24788	-6.41606		Torrecilla de los Angeles,Torrecilla de los Ángeles	10185	57	CC	10185	
3107838	Torrecilla del Monte	torrecilla-del-monte	ES	09390	92	Europe/Madrid	42.0949	-3.69356		Torrecilla del Monte	09386	55	BU	09386	
3107839	Torrecilla del Ducado	torrecilla-del-ducado	ES	19269	0	Europe/Madrid	41.2	-2.6		Torrecilla,Torrecilla del Ducado		54	GU	19256	
3107840	Torrecilla de la Torre	torrecilla-de-la-torre	ES	47129	30	Europe/Madrid	41.66716	-5.04982		Torrecilla de la Torre	47168	55	VA	47168	
3107841	Torrecilla de la Orden	torrecilla-de-la-orden	ES	47513	326	Europe/Madrid	41.21885	-5.22384		Torrecilla de la Orden	47167	55	VA	47167	
3107842	Torrecilla de la Abadesa	torrecilla-de-la-abadesa	ES	47114	320	Europe/Madrid	41.48498	-5.08762		Torrecilla de la Abadesa	47166	55	VA	47166	
3107843	Torrecilla de Alcañiz	torrecilla-de-alcaniz	ES	44640	474	Europe/Madrid	40.96056	-0.09077		Torrecilla de Alcaniz,Torrecilla de Alcañiz	44221	52	TE	44221	
3107844	Torrecilla	torrecilla	ES	14600	0	Europe/Madrid	41.2591	-3.73719				55	SG	40060	
3107845	Torrecilla	torrecilla	ES	14600	0	Europe/Madrid	40.29225	-2.20351		Torrecilla		54	CU	16909	
3107846	Torrechiva	torrechiva	ES	12232	100	Europe/Madrid	40.05	-0.4		Torre-xiva,Torrechiva	12118	60	CS	12118	
3107848	Torrecaballeros	torrecaballeros	ES	40160	840	Europe/Madrid	40.99211	-4.0247		Torrecaballeros	40203	55	SG	40203	
3107849	Torreblanca	torreblanca	ES	12596	5626	Europe/Madrid	40.22033	0.1965		Torreblanca	12117	60	CS	12117	
3107850	Torreblacos	torreblacos	ES	42193	32	Europe/Madrid	41.66927	-2.87881		Torreblacos	42185	55	SO	42185	
3107851	Torrebesses	torrebesses	ES	25176	0	Europe/Madrid	41.43333	0.6		Torrebeses,Torrebesses	25226	56	L	25226	
3107852	Torrebeleña	torrebelena	ES	19229	0	Europe/Madrid	40.89829	-3.15321		Torrebelena,Torrebeleña		54	GU	19092	
3107853	Torrebarrio	torrebarrio	ES	24144	0	Europe/Madrid	43.00615	-5.99502				55	LE	24145	
3107856	Torrearévalo	torrearevalo	ES	42161	0	Europe/Madrid	41.95928	-2.38863		Torrearevalo,Torrearévalo		55	SO	42027	
3107857	Torreandaluz	torreandaluz	ES	42294	0	Europe/Madrid	41.58561	-2.82951		Torreandaluz		55	SO	42197	
3107859	Torreadrada	torreadrada	ES	40313	113	Europe/Madrid	41.44474	-3.84		Torreadrada	40202	55	SG	40202	
3107861	Torre	torre	ES	09217	0	Europe/Madrid	43.24697	-7.71768		Santa Maria,Santa María,Torre		58	LU	27065	
3107862	Torre	torre	ES	09217	0	Europe/Madrid	42.83333	-7.51667		San Martin,San Martín,Torre		58	LU	27043	
3107863	Torre	torre	ES	09217	0	Europe/Madrid	42.75	-7.76667				58	LU	27060	
3107864	Torre	torre	ES	09217	0	Europe/Madrid	42.69392	-2.67345				55	BU	09109	
3107866	Torraño	torrano	ES	42342	0	Europe/Madrid	41.43162	-3.32556		Torrano,Torraño		55	SG	40024	
3107867	Torralbilla	torralbilla	ES	50368	70	Europe/Madrid	41.21009	-1.338		Torralbilla	50258	52	Z	50258	
3107868	Torralba de Ribota	torralba-de-ribota	ES	50311	184	Europe/Madrid	41.41803	-1.68429		Torralba de Ribota	50257	52	Z	50257	
3107869	Torralba de los Sisones	torralba-de-los-sisones	ES	44359	214	Europe/Madrid	40.89084	-1.45866		Torralba de los Sisones	44220	52	TE	44220	
3107870	Torralba de los Frailes	torralba-de-los-frailes	ES	50374	84	Europe/Madrid	41.03622	-1.66046		Torralba de los Frailes	50256	52	Z	50256	
3107872	Torralba del Burgo	torralba-del-burgo	ES	42193	0	Europe/Madrid	41.63756	-2.9262		Torralba del Burgo		55	SO	42043	
3107873	Torralba de Arciel	torralba-de-arciel	ES	42132	0	Europe/Madrid	41.62104	-2.26017		Torralba de Arciel		55	SO	42096	
3107874	Torralba de Aragón	torralba-de-aragon	ES	22254	113	Europe/Madrid	41.93487	-0.51053		Torralba de Aragon,Torralba de Aragón	22232	52	HU	22232	
3107876	Torralba	torralba	ES	16842	181	Europe/Madrid	40.30253	-2.28546		Torralba	16209	54	CU	16209	
3107877	Torquiendo	torquiendo	ES	39788	0	Europe/Madrid	43.37925	-3.33582		Torguiendo,Torquiendo		39	S	39030	
3107878	Torquemada	torquemada	ES	34230	1068	Europe/Madrid	42.0349	-4.31841		Torquemada	34182	55	P	34182	
3107880	Toroyes	toroyes	ES	33316	0	Europe/Madrid	43.47809	-5.36193				34	O	33076	
3107885	Toro	toro	ES	32621	0	Europe/Madrid	42.09512	-7.43499		Toro		58	OR	32039	
3107886	Toro	toro	ES	32621	9556	Europe/Madrid	41.52417	-5.39534		Toro,Toro  Zamora	49219	55	ZA	49219	
3107888	Tornos	tornos	ES	44230	237	Europe/Madrid	40.96188	-1.43389			44219	52	TE	44219	
3107889	Tornón	tornon	ES	33316	0	Europe/Madrid	43.5	-5.4		San Cosme,Tornon,Tornón		34	O	33076	
3107890	Torno	torno	ES	32892	0	Europe/Madrid	41.93194	-8.05998		Torno		58	OR	32042	
3107891	Tornín	tornin	ES	33557	0	Europe/Madrid	43.316	-5.12881				34	O	33012	
3107894	Torneros del Bernesga	torneros-del-bernesga	ES	24347	0	Europe/Madrid	42.52855	-5.55968		Torneros de Bernesga,Torneros del Bernesga		55	LE	24105	
3107895	Torneros de la Valdería	torneros-de-la-valderia	ES	24736	0	Europe/Madrid	42.20829	-6.24753		Torneros,Torneros de la Valderia,Torneros de la Valdería		55	LE	24047	
3107896	Torneros de Jamuz	torneros-de-jamuz	ES	24733	0	Europe/Madrid	42.27429	-6.14473		Torneros de Jamuz		55	LE	24125	
3107898	Torneiros	torneiros	ES	27280	0	Europe/Madrid	43.18333	-7.33333		San Lorenzo,Torneiros		58	LU	27046	
3107899	Torneiros	torneiros	ES	27280	0	Europe/Madrid	42.15	-8.63333		San Salvador,Torneiros		58	PO	36039	
3107900	Torneiros	torneiros	ES	27280	0	Europe/Madrid	42.15036	-7.7815				58	OR	32001	
3107902	Tornavacas	tornavacas	ES	10611	1279	Europe/Madrid	40.25498	-5.68876		Tornavacas	10183	57	CC	10183	
3107903	Tornadizos de Ávila	tornadizos-de-avila	ES	05196	367	Europe/Madrid	40.62757	-4.61426			05245	55	AV	05245	
3107904	Tornadizos de Arévalo	tornadizos-de-arevalo	ES	05215	0	Europe/Madrid	41.07919	-4.76124		Tornadizos de Arevalo,Tornadizos de Arévalo		55	AV	05178	
3107906	Tornadizos	tornadizos	ES	37453	0	Europe/Madrid	40.8233	-5.81695		Tornadizos		55	SA	37291	
3107907	Tornadijo	tornadijo	ES	09320	0	Europe/Madrid	42.15486	-3.64706		Tornadijo		55	BU	09196	
3107908	Tornabous	tornabous	ES	25331	820	Europe/Madrid	41.70117	1.05384		Tornabous	25225	56	L	25225	
3107912	Tormón	tormon	ES	44134	41	Europe/Madrid	40.20266	-1.35406		Tormon,Tormón	44218	52	TE	44218	
3107916	Tormellas	tormellas	ES	05697	88	Europe/Madrid	40.30404	-5.51185		Tormellas	05244	55	AV	05244	
3107917	Torme	torme	ES	09555	0	Europe/Madrid	42.98983	-3.563				55	BU	09903	
3107919	Tormantos	tormantos	ES	26213	197	Europe/Madrid	42.49431	-3.07446			26150	27	LO	26150	
3107920	Tormaleo	tormaleo	ES	33812	423	Europe/Madrid	42.94098	-6.74338		Tormaleo		34	O	33028	
3107922	Torlengua	torlengua	ES	42220	93	Europe/Madrid	41.45483	-2.16183		Torlengua	42184	55	SO	42184	
3107923	Torla	torla	ES	22376	311	Europe/Madrid	42.62802	-0.11209				52	HU	22199	
3107925	Torío	torio	ES	33589	0	Europe/Madrid	43.33333	-5.08333		Torio,Torío		34	O	33012	
3107928	Torín	torin	ES	33583	0	Europe/Madrid	43.35371	-5.30459				34	O	33049	
3107930	Toril	toril	ES	10521	0	Europe/Madrid	40.24889	-1.48599				52	TE	44217	
3107932	Torija	torija	ES	19190	619	Europe/Madrid	40.74251	-3.0283		Torija	19274	54	GU	19274	
3107933	Toriezo	toriezo	ES	33117	0	Europe/Madrid	43.18429	-6.00082		Toriezo		34	O	33053	
3107935	Torices	torices	ES	39571	0	Europe/Madrid	43.13422	-4.54721		Torices		39	S	39013	
3107936	Torible	torible	ES	27230	0	Europe/Madrid	43.01402	-7.69204		Torible		58	LU	27028	
3107937	Torga	torga	ES	33810	0	Europe/Madrid	42.95814	-6.77542		Torga		34	O	33028	
3107939	Torete	torete	ES	19392	0	Europe/Madrid	40.81527	-2.05621		Torete		54	GU	19099	
3107940	Toreno	toreno	ES	24450	3661	Europe/Madrid	42.69955	-6.51236		Toreno,Torenu,tuo lei nuo,Торено,托雷诺	24169	55	LE	24169	
3107941	Torelló	torello	ES	08570	13808	Europe/Madrid	42.04627	2.26679	537	Torel'o,Torello,Torelló,tuo lei e,twrylw,Торельо,توريلو,托雷略		56	B	08150	
3107943	Tordueles	tordueles	ES	09347	0	Europe/Madrid	42.01866	-3.62622		Tordueles		55	BU	09901	
3107945	Tordómar	tordomar	ES	09341	338	Europe/Madrid	42.0463	-3.86514		Tordomar,Tordómar	09384	55	BU	09384	
3107947	Tordillos	tordillos	ES	37840	514	Europe/Madrid	40.85266	-5.35278		Tordillos	37324	55	SA	37324	
3107950	Tordesilos	tordesilos	ES	19323	158	Europe/Madrid	40.67074	-1.59372		Tordesilos	19272	54	GU	19272	
3107952	Tordesillas	tordesillas	ES	47100	8277	Europe/Madrid	41.50202	-5.00146		Tordesil'jas,Tordesilas,Tordesilhas,Tordesillas,toleudesiyaseu,torudeshiryasu,tuo er de xi li ya si,Тордесильяс,Тордесиљас,Тордесільяс,トルデシリャス,托尔德西利亚斯,토르데시야스	47165	55	VA	47165	
3107955	Tordera	tordera	ES	08490	15345	Europe/Madrid	41.69914	2.71888		Tordera	08284	56	B	08284	
3107956	Tordelrábano	tordelrabano	ES	19277	12	Europe/Madrid	41.21827	-2.75792		Tordelrabano,Tordelrábano	19270	54	GU	19270	
3107957	Tordelpalo	tordelpalo	ES	19351	0	Europe/Madrid	40.82734	-1.79636		Tordelpalo		54	GU	19190	
3107958	Tordelloso	tordelloso	ES	19276	0	Europe/Madrid	41.20643	-2.91999		Tordelloso		54	GU	19185	
3107959	Tordellego	tordellego	ES	19325	59	Europe/Madrid	40.72165	-1.67036		Tordel'ego,Tordellego,Тордельего	19271	54	GU	19271	
3107960	Tordehumos	tordehumos	ES	47830	498	Europe/Madrid	41.81531	-5.15811		Tordehumos	47164	55	VA	47164	
3107962	Tórdea	tordea	ES	27125	0	Europe/Madrid	42.96816	-7.34825		Tordea,Tórdea		58	LU	27011	
3107963	Torcollano	torcollano	ES	39860	0	Europe/Madrid	43.28341	-3.37317		Torcollano		39	S	39058	
3107968	Torbeo	torbeo	ES	27317	0	Europe/Madrid	42.44259	-7.37899		Santa Maria,Santa María		58	LU	27052	
3107969	Torazo	torazo	ES	33310	0	Europe/Madrid	43.39507	-5.39995				34	O	33009	
3107970	Torayo	torayo	ES	33876	0	Europe/Madrid	43.25273	-6.3601		Torayo		34	O	33073	
3107971	Torás	toras	ES	12431	0	Europe/Madrid	43.25667	-8.5847		Santa Maria,Santa María,Toras,Torás		58	C	15041	
3107974	Torán	toran	ES	32690	0	Europe/Madrid	42.23119	-7.83026		Toran,Torán		58	OR	32079	
3107977	Toralino	toralino	ES	24794	0	Europe/Madrid	42.37712	-5.97171		Toralino,Toralino de la Vega		55	LE	24131	
3107978	Toral de Merayo	toral-de-merayo	ES	24448	0	Europe/Madrid	42.52427	-6.63553		Toral de Merayo		55	LE	24115	
3107979	Toral de los Vados	toral-de-los-vados	ES	24560	0	Europe/Madrid	42.54311	-6.7771		Toral de los Vados		55	LE	24206	
3107980	Toral de los Guzmanes	toral-de-los-guzmanes	ES	24237	646	Europe/Madrid	42.24274	-5.56771		Toral de los Guzmanes	24168	55	LE	24168	
3107984	Tor	tor	ES	25574	0	Europe/Madrid	42.56598	-7.57311				58	LU	27031	
3107985	Tor	tor	ES	25574	0	Europe/Madrid	42.57102	1.39707		Tor		56	L	25017	
3107986	Tor	tor	ES	25574	0	Europe/Madrid	42.55	-7.56667		San Julian,San Julián,Tor		58	LU	27031	
3107988	Toporías	toporias	ES	39507	0	Europe/Madrid	43.33459	-4.22911		Toporias,Toporías		39	S	39090	
3107989	Topas	topas	ES	37799	681	Europe/Madrid	41.15759	-5.63402		Topas	37323	55	SA	37323	
3107990	Tonín	tonin	ES	24699	0	Europe/Madrid	43.00703	-5.68396		Tonin,Tonín		55	LE	24901	
3107992	Tondos	tondos	ES	16191	0	Europe/Madrid	40.16368	-2.21794		Tondos		54	CU	16078	
3107993	Tondeluna	tondeluna	ES	26270	0	Europe/Madrid	42.38183	-3.02172		Tondeluna		27	LO	26110	
3107995	Toñanes	tonanes	ES	39329	0	Europe/Madrid	43.39478	-4.1952		Tonanes,Toñanes		39	S	39001	
3107996	Tonyà	tonya	ES	17476	0	Europe/Madrid	42.20578	2.97935		Tonya,Tonyà		56	GI	17075	
3107997	Tona	tona	ES	08551	6955	Europe/Madrid	41.84789	2.22808	601	Tona	08283	56	B	08283	
3107999	Tomonde	tomonde	ES	15880	0	Europe/Madrid	42.58333	-8.38333				58	PO	36018	
3108002	Tomentosa	tomentosa	ES	33778	0	Europe/Madrid	43.48222	-6.9668		Tomentosa		34	O	33017	
3108003	Tomellosa	tomellosa	ES	19411	0	Europe/Madrid	40.65107	-2.92556		Tomellosa		54	GU	19053	
3108004	Tombrio de Arriba	tombrio-de-arriba	ES	24438	0	Europe/Madrid	42.71684	-6.57983		Tombrio de Arriba		55	LE	24169	
3108005	Tombrio de Abajo	tombrio-de-abajo	ES	24438	0	Europe/Madrid	42.70965	-6.55245		Tombrio de Abajo		55	LE	24169	
3108008	Tolosa	tolosa	ES	02211	18044	Europe/Madrid	43.13484	-2.07801		Tolosa	20071	59	SS	20071	
3108009	Toloriu	toloriu	ES	25723	1009	Europe/Madrid	42.3621	1.62761				56	L	25030	
3108011	Tolocirio	tolocirio	ES	40467	58	Europe/Madrid	41.13425	-4.65121		Tolocirio	40201	55	SG	40201	
3108013	Tollo	tollo	ES	39575	0	Europe/Madrid	43.1104	-4.61864		Tollo		39	S	39096	
3108016	Tolilla	tolilla	ES	49512	0	Europe/Madrid	41.72928	-6.21894		Tolilla		55	ZA	49087	
3108017	Tolibia de Arriba	tolibia-de-arriba	ES	24845	0	Europe/Madrid	42.97275	-5.38255		Tolibia de Arriba,Tolivia de Arriba		55	LE	24177	
3108018	Tolibia de Abajo	tolibia-de-abajo	ES	24845	0	Europe/Madrid	42.9664	-5.40331		Tolibia de Abajo,Tolivia de Abajo		55	LE	24177	
3108019	Toleiras	toleiras	ES	33776	0	Europe/Madrid	43.3107	-7.0424		Toleiras		34	O	33075	
3108020	Toledillo	toledillo	ES	42190	0	Europe/Madrid	41.80563	-2.58277		Toledillo		55	SO	42173	
3108024	Toldanos	toldanos	ES	24226	0	Europe/Madrid	42.5486	-5.48212		Toldanos		55	LE	24227	
3108026	Tolbaños de Arriba	tolbanos-de-arriba	ES	09614	0	Europe/Madrid	42.09513	-3.10342		Tolbanos de Arriba,Tolbaños de Arriba		55	BU	09414	
3108027	Tolbaños de Abajo	tolbanos-de-abajo	ES	09614	0	Europe/Madrid	42.0992	-3.14038		Tolbanos de Abajo,Tolbaños de Abajo		55	BU	09414	
3108028	Tolbaños	tolbanos	ES	05289	107	Europe/Madrid	40.75168	-4.58191		Tolbanos,Tolbaños	05243	55	AV	05243	
3108029	Tola	tola	ES	49525	0	Europe/Madrid	41.74542	-6.38616		Tola		55	ZA	49173	
3108030	Tol	tol	ES	33794	0	Europe/Madrid	43.53246	-6.95662		Tol		34	O	33017	
3108034	Toirán	toiran	ES	27366	0	Europe/Madrid	42.9	-7.33333		El Salvador,Toiran,Toirán		58	LU	27026	
3108035	Toga	toga	ES	12230	91	Europe/Madrid	40.05	-0.36667		Toga	12113	60	CS	12113	
3108036	Toén	toen	ES	32930	2611	Europe/Madrid	42.31765	-7.95435		Toen,Toén	32081	58	OR	32081	
3108038	Todolella	todolella	ES	12312	133	Europe/Madrid	40.64675	-0.24675		Todolella	12112	60	CS	12112	
3108040	Tobillos	tobillos	ES	19286	0	Europe/Madrid	40.98858	-2.15139		Tobillos		54	GU	19033	
3108042	Tobía	tobia	ES	26321	80	Europe/Madrid	42.29846	-2.81399		Tobia,Tobía	26149	27	LO	26149	
3108043	Tobes	tobes	ES	09591	0	Europe/Madrid	43.5	-3.56667		Tobes,Tobes y Rahedo		39	S	39006	
3108044	Tobes	tobes	ES	09591	0	Europe/Madrid	43.31777	-4.62816		Tobes		34	O	33047	
3108045	Tobes	tobes	ES	09591	0	Europe/Madrid	41.19286	-2.66071				54	GU	19256	
3108046	Tobera	tobera	ES	01211	0	Europe/Madrid	42.75011	-3.30547		Tobera		55	BU	09134	
3108047	Tobera	tobera	ES	01211	0	Europe/Madrid	42.67581	-2.7851		Tobera		59	VI	01014	
3108048	Tobed	tobed	ES	50325	249	Europe/Madrid	41.33866	-1.39975		Tobed	50255	52	Z	50255	
3108049	Tobar	tobar	ES	09133	41	Europe/Madrid	42.48384	-3.93984			09382	55	BU	09382	
3108050	Tobalinilla	tobalinilla	ES	09212	0	Europe/Madrid	42.75909	-3.15973		Tobalinilla		55	BU	09412	
3108051	Toba de Valdivielso	toba-de-valdivielso	ES	09559	0	Europe/Madrid	42.82234	-3.56201		Toba de Valdivielso		55	BU	09217	
3108056	Tizneros	tizneros	ES	40191	0	Europe/Madrid	40.99115	-4.05589		Tizneros		55	SG	40077	
3108057	Tivissa	tivissa	ES	43746	0	Europe/Madrid	41.03333	0.73333		Tivisa,Tivissa	43150	56	T	43150	
3108058	Tivenys	tivenys	ES	43511	868	Europe/Madrid	40.90787	0.51236		Tivenys	43149	56	T	43149	
3108059	Tiurana	tiurana	ES	25791	41	Europe/Madrid	41.97527	1.25608		Tiurana	25222	56	L	25222	
3108060	Titulcia	titulcia	ES	28359	945	Europe/Madrid	40.13537	-3.56763		Titulcia	28147	29	M	28147	
3108062	Tírvia	tirvia	ES	25595	134	Europe/Madrid	42.51667	1.25		Tirvia,Tírvia		56	L	25089	
3108066	Tirimol	tirimol	ES	27298	0	Europe/Madrid	43.06667	-7.58333		San Juan,Tirimol		58	LU	27028	
3108068	Tirig	tirig	ES	12179	588	Europe/Madrid	40.42316	0.07792		Tirig		60	CS	12111	
3108069	Tirgo	tirgo	ES	26211	280	Europe/Madrid	42.54587	-2.9494		Tirgo,di er ge,Тирго,Тірго,Տիրգո,蒂尔戈	26148	27	LO	26148	
3108071	Tirapu	tirapu	ES	31154	54	Europe/Madrid	42.6574	-1.70263		Tirapu	31229	32	NA	31229	
3108076	Tíos	tios	ES	33629	0	Europe/Madrid	43.09757	-5.83207		Tios,Tíos		34	O	33033	
3108078	Tioira	tioira	ES	32707	0	Europe/Madrid	42.26307	-7.6148		Tioira		58	OR	32043	
3108082	Tiñosillos	tinosillos	ES	05165	785	Europe/Madrid	40.934	-4.72767		Tinosillos,Tiñosillos	05242	55	AV	05242	
3108085	Tines	tines	ES	15126	0	Europe/Madrid	43.11071	-8.97375				58	C	15092	
3108087	Tineo	tineo	ES	33870	11146	Europe/Madrid	43.33765	-6.41452		Tineo,Tineu,Tinéu,di nei ao,tynyw,Тинео,Тінео,تينيو,تینئو,蒂内奥	33073	34	O	33073	
3108088	Tiñana	tinana	ES	33199	0	Europe/Madrid	43.36667	-5.75		Nuestra Senora de la Visitacion,Nuestra Señora de la Visitación,Tinana,Tiñana		34	O	33066	
3108092	Tinajas	tinajas	ES	16522	369	Europe/Madrid	40.32547	-2.58228		Tinajas	16206	54	CU	16206	
3108096	Tierzo	tierzo	ES	19390	50	Europe/Madrid	40.74925	-1.93069		Tierzo	19268	54	GU	19268	
3108097	Tierz	tierz	ES	22192	314	Europe/Madrid	42.13356	-0.35489		Tierz	22228	52	HU	22228	
3108098	Tierrantona	tierrantona	ES	22336	0	Europe/Madrid	42.36964	0.27183				52	HU	22113	
3108102	Tiermas	tiermas	ES	50682	0	Europe/Madrid	42.61713	-1.12376		Tiermas		52	Z	50245	
3108103	Tielve	tielve	ES	33554	0	Europe/Madrid	43.26241	-4.77482		Tielve		34	O	33008	
3108104	Tielmes	tielmes	ES	28550	2359	Europe/Madrid	40.24652	-3.31461			28146	29	M	28146	
3108105	Tiedra	tiedra	ES	47870	387	Europe/Madrid	41.65239	-5.26688		Tiedra	47163	55	VA	47163	
3108106	Tiebas	tiebas	ES	31398	0	Europe/Madrid	42.69389	-1.63969		Tiebas		32	NA	31228	
3108110	Tiana	tiana	ES	08391	7052	Europe/Madrid	41.48201	2.26702		Tiana		56	B	08282	
3108112	Tezanos	tezanos	ES	39649	0	Europe/Madrid	43.22131	-3.82404		Tezanes,Tezanos		39	S	39098	
3108113	Tezangos	tezangos	ES	33588	0	Europe/Madrid	43.4442	-5.08821				34	O	33056	
3108116	Teià	teia	ES	08329	5805	Europe/Madrid	41.49804	2.32206	128	Teia,Teià		56	B	08281	
3108124	Terzaga	terzaga	ES	19312	27	Europe/Madrid	40.69508	-1.90386		Terzaga	19267	54	GU	19267	
3108126	Teruel	teruel	ES	44001	35396	Europe/Madrid	40.3456	-1.10646		Provincia Terulium,TEJ,TEV,Tehruehl',Tergueel,Tergüel,Terol,Teruehl',Teruel,Teruel',Teruelis,Teruelo,Terulium,Teròl,te lu ai er,teluel,terueru,trwyl,tyrwal,tyrwyl,Теруел,Теруель,Теруэль,Тэруэль,تروئل,تيروال,تیرویل,ტერუელი,テルエル,特鲁埃尔,테루엘	TE	52	TE	44216	
3108128	Terroso	terroso	ES	32616	0	Europe/Madrid	42.03674	-6.72014		Terroso		55	ZA	49050	
3108129	Terroso	terroso	ES	32616	0	Europe/Madrid	41.87624	-7.28682		Terroso		58	OR	32091	
3108131	Terroba	terroba	ES	26132	29	Europe/Madrid	42.25809	-2.44375		Terroba	26147	27	LO	26147	
3108132	Terriente	terriente	ES	44120	190	Europe/Madrid	40.29741	-1.50399		Terriente	44215	52	TE	44215	
3108135	Terrer	terrer	ES	50293	515	Europe/Madrid	41.32811	-1.71329		Terrer	50253	52	Z	50253	
3108137	Terrazas	terrazas	ES	09613	0	Europe/Madrid	42.04868	-3.24873		Terrazas		55	BU	09330	
3108138	Terraza	terraza	ES	19392	0	Europe/Madrid	40.8232	-1.94797		Terraza		54	GU	19099	
3108141	Terradillos de Templarios	terradillos-de-templarios	ES	34349	0	Europe/Madrid	42.36317	-4.89012		Terradillos		55	P	34109	
3108142	Terradillos de Sedano	terradillos-de-sedano	ES	09142	0	Europe/Madrid	42.65189	-3.82084				55	BU	09905	
3108143	Terradillos de Esgueva	terradillos-de-esgueva	ES	09442	129	Europe/Madrid	41.81885	-3.84318		Terradillos de Esgueva	09380	55	BU	09380	
3108144	Terradillos	terradillos	ES	37882	3232	Europe/Madrid	40.83836	-5.5416		Terradillos	37322	55	SA	37322	
3108147	Terrades	terrades	ES	17731	0	Europe/Madrid	42.31032	2.83855		Terrades	17196	56	GI	17196	
3108148	Teroleja	teroleja	ES	19390	0	Europe/Madrid	40.80118	-1.94607		Teroleja,Terroleja		54	GU	19099	
3108150	Terminón	terminon	ES	09593	0	Europe/Madrid	42.72087	-3.44985		Terminon,Terminón		55	BU	09238	
3108155	Térmens	termens	ES	25670	1467	Europe/Madrid	41.71667	0.76667		Termens,Térmens	25220	56	L	25220	
3108157	Tereñes	terenes	ES	33347	0	Europe/Madrid	43.47173	-5.09542				34	O	33056	
3108163	Tera	tera	ES	42164	0	Europe/Madrid	41.91239	-2.48038		Tera		55	SO	42019	
3108165	Teo	teo	ES	15886	17807	Europe/Madrid	42.75	-8.5		Santa Maria,Santa María,Teo	15082	58	C	15082	
3108166	Tenzuela	tenzuela	ES	40180	0	Europe/Madrid	41.05953	-3.98494		Tenzuela		55	SG	40157	
3108169	Tenebrón	tenebron	ES	37589	207	Europe/Madrid	40.62449	-6.3545		El Tenebron,Tenebron,Tenebrono,Tenebrón,Tenebróno	37321	55	SA	37321	
3108171	Tene	tene	ES	33118	0	Europe/Madrid	43.20842	-5.99634		Tene		34	O	33053	
3108172	Tendilla	tendilla	ES	19134	345	Europe/Madrid	40.54379	-2.95782		Tendilla	19266	54	GU	19266	
3108175	Tendal	tendal	ES	24195	0	Europe/Madrid	42.60334	-5.49609		Tendal		55	LE	24175	
3108182	Temiño	temino	ES	09591	0	Europe/Madrid	42.47501	-3.5491				55	BU	09904	
3108183	Temía	temia	ES	33829	0	Europe/Madrid	43.33108	-6.07531		Temia,Temía		34	O	33026	
3108184	Temes	temes	ES	27528	0	Europe/Madrid	42.45	-7.75				58	OR	32059	
3108186	Telleriarte	telleriarte	ES	20220	0	Europe/Madrid	43.02934	-2.33899		Telleriarte		59	SS	20051	
3108187	Telleri	telleria	ES	31711	0	Europe/Madrid	43.04207	-2.24949		Telleri,Telleria,Tellería		59	SS	20062	
3108189	Telledo	telledo	ES	33628	0	Europe/Madrid	43.02329	-5.84505		Telledo		34	O	33033	
3108191	Tella	tella	ES	22364	0	Europe/Madrid	43.25	-8.88333		San Eleuterio,Tella		58	C	15068	
3108192	Tella	tella	ES	22364	0	Europe/Madrid	42.57405	0.18241		Tella		52	HU	22227	
3108195	Teleña	telena	ES	33556	0	Europe/Madrid	43.33244	-5.0481		Telena,Teleña		34	O	33012	
3108198	Tejero	tejero	ES	33875	0	Europe/Madrid	43.30291	-6.52573		Tejero		34	O	33073	
3108199	Tejerizas	tejerizas	ES	42211	0	Europe/Madrid	41.50492	-2.56619		Tejerizas		55	SO	42020	
3108200	Tejerina	tejerina	ES	24885	0	Europe/Madrid	42.91336	-5.00452		Tejerina		55	LE	24120	
3108202	Tejeira	tejeira	ES	24511	0	Europe/Madrid	42.75873	-6.85701				55	LE	24209	
3108203	Tejedo del Sil	tejedo-del-sil	ES	24497	0	Europe/Madrid	42.91611	-6.38659		Tejedo del Sil		55	LE	24109	
3108204	Tejedo de Ancares	tejedo-de-ancares	ES	24433	0	Europe/Madrid	42.84174	-6.76323		Tejedo de Ancares		55	LE	24036	
3108205	Tejedo	tejedo	ES	33826	0	Europe/Madrid	43.30104	-6.12737		Tejedo		34	O	33026	
3108206	Tejedo	tejedo	ES	33826	0	Europe/Madrid	42.65268	-6.37839				55	LE	24071	
3108207	Tejeda y Segoyuela	tejeda-y-segoyuela	ES	37607	113	Europe/Madrid	40.63155	-6.02311		Tejeda y Segoyuela	37320	55	SA	37320	
3108218	Tejados	tejados	ES	24732	0	Europe/Madrid	42.36831	-6.03861		Tejados		55	LE	24182	
3108219	Tejado	tejado	ES	42128	184	Europe/Madrid	41.58887	-2.26721		Tejado,Tekhado,te ha duo,Техадо,特哈多	42183	55	SO	42183	
3108222	Tejadillos	tejadillos	ES	16317	176	Europe/Madrid	40.13333	-1.63333		Tejadillos	16205	54	CU	16205	
3108223	Tejadillo	tejadillo	ES	37460	0	Europe/Madrid	40.82852	-6.09806		Tejadillo		55	SA	37025	
3108228	Tejada	tejada	ES	09616	41	Europe/Madrid	41.95249	-3.53514		Tejada	09378	55	BU	09378	
3108232	Teixido	teixido	ES	32373	0	Europe/Madrid	43.41474	-8.02699		Teixido		58	C	15018	
3108236	Teilán	teilan	ES	27359	0	Europe/Madrid	42.65	-7.5		Santa Eulalia,Teilan,Teilán		58	LU	27008	
3108237	Teijois	teijois	ES	33775	0	Europe/Madrid	43.3415	-7.07928		Teijois		34	O	33071	
3108238	Teijo	teijo	ES	33775	0	Europe/Madrid	43.34884	-7.05821		Teijo		34	O	33071	
3108239	Teijo	teijo	ES	33775	0	Europe/Madrid	42.75	-7.18333				58	LU	27062	
3108240	Teixido	teixido	ES	32373	0	Europe/Madrid	42.28333	-7.06667				58	OR	32015	
3108242	Teixeiro	teixeiro	ES	27289	0	Europe/Madrid	43.13882	-8.03616		Barrio de Rincon,Barrio de Rincón		58	C	15032	
3108243	Teixeiro	teixeiro	ES	27289	0	Europe/Madrid	43.08333	-7.48333				58	LU	27028	
3108248	Teixeira	teixeira	ES	27687	0	Europe/Madrid	42.69657	-7.16815				58	LU	27017	
3108253	Teifaros	teifaros	ES	33719	0	Europe/Madrid	43.55459	-6.69609		Teifaros		34	O	33041	
3108259	Tebongo	tebongo	ES	33816	0	Europe/Madrid	43.23942	-6.50358		Tebongo		34	O	33011	
3108264	Tazones	tazones	ES	33315	0	Europe/Madrid	43.55	-5.43333		San Miguel,Tazones		34	O	33076	
3108266	Tavertet	tavertet	ES	08511	153	Europe/Madrid	41.99572	2.41859	927	Tavertet	08280	56	B	08280	
3108267	Tavalles	tavalles	ES	33528	0	Europe/Madrid	43.31971	-5.57445		Taballes,Tavalles		34	O	33006	
3108269	Tauste	tauste	ES	50660	7334	Europe/Madrid	41.91804	-1.25343		Deustia,Tauest,Taust,Tauste,Taüst,tao si te,tawsty,Таусте,تاوستي,陶斯特	50252	52	Z	50252	
3108271	Tartareu	tartareu	ES	25611	0	Europe/Madrid	41.92125	0.7172		Tartareu		56	L	25156	
3108272	Tartanedo	tartanedo	ES	19333	172	Europe/Madrid	40.99347	-1.92459		Tartanedo	19265	54	GU	19265	
3108274	Tartalés de los Montes	tartales-de-los-montes	ES	09559	0	Europe/Madrid	42.82407	-3.48786		Tartales de los Montes,Tartalés de los Montes		55	BU	09217	
3108275	Tartalés de Cilla	tartales-de-cilla	ES	09540	0	Europe/Madrid	42.79265	-3.42148		Tartales de Cilla,Tartalés de Cilla		55	BU	09394	
3108276	Tarrueza	tarrueza	ES	39777	0	Europe/Madrid	43.39205	-3.40227		Tarrueza,Tarruza		39	S	39035	
3108277	El Tarròs	el-tarros	ES	25331	0	Europe/Madrid	41.7	1.03333				56	L	25225	
3108278	Tarroja de Segarra	tarroja-de-segarra	ES	25211	0	Europe/Madrid	41.73333	1.28333		Tarroja,Tarroja de Segarra		56	L	25072	
3108279	Tarrío	tarrio	ES	27560	0	Europe/Madrid	42.85332	-7.82364		Tarrio,Tarrío		58	LU	27032	
3108280	Tarrío	tarrio	ES	27560	0	Europe/Madrid	42.69585	-9.01081				58	C	15071	
3108281	Tarrío	tarrio	ES	27560	0	Europe/Madrid	42.6731	-9.02369				58	C	15071	
3108284	Tarrés	tarres	ES	25480	126	Europe/Madrid	41.42279	1.02166		Tarres,Tarrés		56	T	43176	
3108285	Tàrrega	tarrega	ES	25300	16539	Europe/Madrid	41.64704	1.13957		Tarrega,Tàrrega	25217	56	L	25217	
3108286	Terrassa	terrassa	ES	08220	210941	Europe/Madrid	41.56667	2.01667		Terasa,Terrassa,telasa,terrasa,Τεράσα,Террасса,テッラーサ,테라사		56	B	08279	
3108288	Tarragona	tarragona	ES	43001	140323	Europe/Madrid	41.11667	1.25		QGN,Taragono,Tarraco,Tarrago,Tarragona,Tarragone,taragona,taragwna,trgwnh,Таррагона,טרגונה,تاراگونا,タラゴナ	T	56	T	43148	
3108291	Taroda	taroda	ES	42216	75	Europe/Madrid	41.34798	-2.43318		Taroda	42182	55	SO	42182	
3108298	Tardobispo	tardobispo	ES	49170	0	Europe/Madrid	41.4362	-5.79669		Tardobispo		55	ZA	49151	
3108299	Tardienta	tardienta	ES	22240	1062	Europe/Madrid	41.97781	-0.53731		Tardienta	22226	52	HU	22226	
3108300	Tardesillas	tardesillas	ES	42162	0	Europe/Madrid	41.82887	-2.45885		Tardesillas		55	SO	42094	
3108301	Tardemézar	tardemezar	ES	49618	0	Europe/Madrid	42.07523	-5.98806				55	ZA	49206	
3108302	Tardelcuende	tardelcuende	ES	42294	598	Europe/Madrid	41.59402	-2.64439		Tardel'kuehnde,Tardel'kuende,Tardelcuende,ta er de er kun de,Тарделькуенде,Тарделькуэнде,塔尔德尔昆德	42181	55	SO	42181	
3108303	Tardajos de Duero	tardajos-de-duero	ES	42191	0	Europe/Madrid	41.66871	-2.41802		Tardajos de Duero		55	SO	42149	
3108304	Tardajos	tardajos	ES	09130	642	Europe/Madrid	42.34909	-3.817		Tardajos	09377	55	BU	09377	
3108305	Tardáguila	tardaguila	ES	37429	230	Europe/Madrid	41.11493	-5.57423		Tardaguila,Tardáguila	37318	55	SA	37318	
3108308	Tarazona	tarazona	ES	50500	11211	Europe/Madrid	41.90475	-1.72678		Taracona,Tarasona,Tarassona,Tarazona,Tarazona de Aragon,Tarazona de Aragón,Taraçona,Turiasso,ta la suo na,tarasona,tarathwna,Тарасона,تاراثونا,タラソナ,塔拉索纳		52	Z	50251	
3108309	Taravilla	taravilla	ES	19314	63	Europe/Madrid	40.69743	-1.96817		Taravilla	19264	54	GU	19264	
3108310	Taravero	taravero	ES	09218	0	Europe/Madrid	42.6913	-2.73563		Taravero		55	BU	09109	
3108312	Tárano	tarano	ES	33470	0	Europe/Madrid	43.43333	-6.25		Taramo,Tarano,Táramo,Tárano		34	O	33059	
3108313	Tárano	tarano	ES	33470	0	Europe/Madrid	43.3635	-5.03981		Taramo,Táramo		34	O	33012	
3108314	Taranilla	taranilla	ES	24887	0	Europe/Madrid	42.79656	-4.98022		Taranilla		55	LE	24183	
3108315	Taranes	taranes	ES	33557	0	Europe/Madrid	43.20031	-5.21158		Taranes		34	O	33050	
3108316	Tarancueña	tarancuena	ES	42315	0	Europe/Madrid	41.33807	-3.05918		Tarancuena,Tarancueña		55	SO	42155	
3108317	Tarancón	tarancon	ES	16400	15651	Europe/Madrid	40.00851	-3.00731		Tarancon,Tarancón,Tarankon,ta lan kong,tarankwn,Таранкон,تارانكون,塔兰孔	16203	54	CU	16203	
3108318	Taranco	taranco	ES	09587	0	Europe/Madrid	43.10863	-3.32731				55	BU	09410	
3108319	Taraña	tarana	ES	33519	0	Europe/Madrid	43.42806	-5.66435		Tarana,Taraña		34	O	33066	
3108320	Taramundi	taramundi	ES	33775	828	Europe/Madrid	43.3602	-7.10828		Taramundi,ta la meng di,taramwndy,Тарамунди,Тарамунді,تاراموندي,تاراموندی,塔拉蒙迪	33071	34	O	33071	
3108322	Tarallé	taralle	ES	33890	0	Europe/Madrid	43.21783	-6.57803		Taralle,Tarallé		34	O	33001	
3108323	Taragudo	taragudo	ES	19227	0	Europe/Madrid	41.19051	-5.58521		Caserio Taragudo,Caserío Taragudo,Taragudo		55	SA	37017	
3108324	Taragudo	taragudo	ES	19227	39	Europe/Madrid	40.82106	-3.0768		Taragudo	19263	54	GU	19263	
3108327	Taradell	taradell	ES	08552	5577	Europe/Madrid	41.87495	2.28662	636	Taradell	08278	56	B	08278	
3108328	Taracena	taracena	ES	19193	0	Europe/Madrid	40.65352	-3.12703				54	GU	19130	
3108329	Taravaus	taravaus	ES	17741	0	Europe/Madrid	42.24463	2.89013		Taravaus		56	GI	17228	
3108331	Tapioles	tapioles	ES	49639	206	Europe/Madrid	41.85741	-5.49623		Tapioles	49216	55	ZA	49216	
3108332	Tapiela	tapiela	ES	42128	0	Europe/Madrid	41.63108	-2.31546		Tapiela		55	SO	42009	
3108334	Tapia de la Ribera	tapia-de-la-ribera	ES	24275	0	Europe/Madrid	42.7472	-5.78024		Tapia de la Ribera		55	LE	24133	
3108335	Tapia de Casariego	tapia-de-casariego	ES	33740	4317	Europe/Madrid	43.57019	-6.94383		Tapia,Tapia-de-Kasar'ego,Tapija-de-Kasarego,ta pi ya de ka sa lie ge,tabya dy kasaryyghw,tapya d kasarygw,Тапиа-де-Касарьего,Тапія-де-Касарєго,تابيا دي كاسارييغو,تاپیا د کاساریگو,塔皮亚德卡萨列戈	33070	34	O	33070	
3108336	Tapia	tapia	ES	09124	0	Europe/Madrid	42.93333	-8.65		San Cristobal,San Cristóbal,Tapia		58	C	15002	
3108337	Tapia	tapia	ES	09124	0	Europe/Madrid	42.51998	-4.07466		Tapia		55	BU	09427	
3108339	Tanos	tanos	ES	39300	0	Europe/Madrid	43.33514	-4.04009		Tanos		39	S	39087	
3108340	Taniñe	tanine	ES	42174	0	Europe/Madrid	42.04414	-2.27082		Tanine,Taniñe		55	SO	42165	
3108341	Tanes	tanes	ES	33994	0	Europe/Madrid	43.20661	-5.40046		Tanes		34	O	33015	
3108343	Tandes	tandes	ES	33816	0	Europe/Madrid	43.23084	-6.45115		Tandes		34	O	33011	
3108344	Tanda	tanda	ES	33557	0	Europe/Madrid	43.19787	-5.20307		Tanda		34	O	33050	
3108346	Tanarro	tanarro	ES	40312	0	Europe/Madrid	41.23687	-3.69968		Tanarro		55	SG	40195	
3108347	Tanarrio	tanarrio	ES	39587	0	Europe/Madrid	43.15794	-4.70824		Tanarrio		39	S	39015	
3108348	Tañabueyes	tanabueyes	ES	09640	0	Europe/Madrid	42.16713	-3.39768		Tanabueyes,Tañabueyes		55	BU	09381	
3108349	Tamón	tamon	ES	33469	0	Europe/Madrid	43.53333	-5.83333		San Juan,San Juan de Tamon,San Juan de Tamón,Tamon,Tamón		34	O	33014	
3108351	Támoga	tamoga	ES	27379	0	Europe/Madrid	43.2	-7.6		San Julian,San Julián,Tamoga,Támoga		58	LU	27015	
3108357	Tamarón	tamaron	ES	09227	43	Europe/Madrid	42.27386	-3.99154		Tamaron,Tamarón	09375	55	BU	09375	
3108358	Tamariz de Campos	tamariz-de-campos	ES	47815	95	Europe/Madrid	41.97706	-5.02335		Tamariz,Tamariz de Campos	47162	55	VA	47162	
3108361	Tamargo	tamargo	ES	33191	0	Europe/Madrid	43.40181	-5.9461		Tamargo		34	O	33054	
3108363	Tamames	tamames	ES	37600	984	Europe/Madrid	40.65725	-6.10536		Tamames	37316	55	SA	37316	
3108364	Tamame	tamame	ES	49176	0	Europe/Madrid	41.32296	-5.88531		Tamame		55	ZA	49149	
3108365	Tamallancos	tamallancos	ES	32102	0	Europe/Madrid	42.41667	-7.9		Tamallancos		58	OR	32002	
3108366	Tamajón	tamajon	ES	19222	216	Europe/Madrid	40.99914	-3.24743		Tamajon,Tamajón,Tamakhon,ta ma hong,Тамахон,塔马洪	19262	54	GU	19262	
3108367	Tamaguelos	tamaguelos	ES	32697	0	Europe/Madrid	41.87083	-7.44195		Tamaguelos		58	OR	32085	
3108368	Tamagos	tamagos	ES	32697	0	Europe/Madrid	41.89685	-7.42916				58	OR	32085	
3108369	Tamagordas	tamagordas	ES	33731	0	Europe/Madrid	43.29199	-6.82531		Tamagordas		34	O	33029	
3108370	Tama	tama	ES	39584	0	Europe/Madrid	43.17767	-4.60061				39	S	39022	
3108371	Talveila	talveila	ES	42148	184	Europe/Madrid	41.78379	-2.96653		Tal'vejla,Talveila,ta er wei la,Тальвейла,塔尔韦拉		55	SO	42173	
3108372	Talltendre	talltendre	ES	25721	0	Europe/Madrid	42.40334	1.76549				56	L	25051	
3108375	Tallo	tallo	ES	25721	0	Europe/Madrid	43.24815	-8.8471				58	C	15068	
3108376	Talledo	talledo	ES	39707	0	Europe/Madrid	43.31643	-3.17317		Talledo		39	S	39020	
3108381	Talaveruela	talaveruela	ES	10491	0	Europe/Madrid	40.12186	-5.51835		Talaveruela		57	CC	10179	
3108382	Talavero	talavero	ES	33556	0	Europe/Madrid	43.33904	-4.97475				34	O	33043	
3108383	Talarn	talarn	ES	25630	333	Europe/Madrid	42.18575	0.90068		Talarn		56	L	25234	
3108384	Talarén	talaren	ES	33719	0	Europe/Madrid	43.52534	-6.70861		Talaren,Talarén		34	O	33041	
3108386	Talamillo del Tozo	talamillo-del-tozo	ES	09125	0	Europe/Madrid	42.65	-3.96667		Talamillo del Tozo		55	BU	09045	
3108388	Talamantes	talamantes	ES	50546	70	Europe/Madrid	41.73051	-1.67857		Talamantes	50250	52	Z	50250	
3108390	Talamanca	talamanca	ES	08278	116	Europe/Madrid	41.7374	1.97791		Talamanca	08277	56	B	08277	
3108392	Taladrid	taladrid	ES	33812	62	Europe/Madrid	42.9594	-6.72824		Taladrid,Teladrid		34	O	33028	
3108396	Tajueco	tajueco	ES	42365	106	Europe/Madrid	41.53641	-2.84845		Tajueco	42177	55	SO	42177	
3108402	Tajahuerce	tajahuerce	ES	42112	37	Europe/Madrid	41.73991	-2.15069		Tajahuerce	42176	55	SO	42176	
3108403	Taja	taja	ES	33111	0	Europe/Madrid	43.17053	-6.17278		Taja		34	O	33072	
3108404	Tainás	tainas	ES	33819	0	Europe/Madrid	43.18584	-6.4467		Tainas,Tainás		34	O	33011	
3108408	Tagle	tagle	ES	39360	0	Europe/Madrid	43.42345	-4.07846		Tagle		39	S	39085	
3108409	Tagarrosa	tagarrosa	ES	09108	0	Europe/Madrid	42.49048	-4.2081		Tagarrosa		55	BU	09211	
3108410	Tagarabuena	tagarabuena	ES	49836	0	Europe/Madrid	41.5415	-5.3884		Tagarabuena		55	ZA	49219	
3108411	Tagamanent	tagamanent	ES	08593	265	Europe/Madrid	41.73747	2.2672	608	Tagamanent	08276	56	B	08276	
3108412	Tafalla	tafalla	ES	31300	11394	Europe/Madrid	42.52687	-1.67446		Tafal'ja,Tafalla,Tubalia,ta fa li ya,tafarya,Тафалья,ታፋላ,タファリャ,塔法利亚	31227	32	NA	31227	
3108415	Tabuyuelo de Jamuz	tabuyuelo-de-jamuz	ES	24767	0	Europe/Madrid	42.276	-5.99739		Tabuyuelo de Jamuz		55	LE	24125	
3108416	Tabuyo del Monte	tabuyo-del-monte	ES	24721	0	Europe/Madrid	42.31323	-6.20249		Tabuyo del Monte		55	LE	24091	
3108417	Tabuenca	tabuenca	ES	50547	446	Europe/Madrid	41.695	-1.54335		Tabuenca	50249	52	Z	50249	
3108427	Tablizo	tablizo	ES	33780	0	Europe/Madrid	43.55015	-6.34718		Tablizo		34	O	33034	
3108429	Tablado de Riviella	tablado-de-riviella	ES	33874	0	Europe/Madrid	43.37637	-6.46208		Tablado,Tablado de Riviella		34	O	33073	
3108436	Tabladillo	tabladillo	ES	19129	0	Europe/Madrid	42.4334	-6.23268		Tabladillo		55	LE	24152	
3108437	Tabladillo	tabladillo	ES	19129	0	Europe/Madrid	41.0386	-4.36569		Tabladillo		55	SG	40185	
3108438	Tabladillo	tabladillo	ES	19129	0	Europe/Madrid	40.53119	-2.67063		Tabladillo		54	GU	19211	
3108439	Tabladas	tabladas	ES	24368	0	Europe/Madrid	42.6879	-6.14655		Tabladas		55	LE	24210	
3108440	Tablada de Villadiego	tablada-de-villadiego	ES	09125	0	Europe/Madrid	42.5527	-3.99671				55	BU	09427	
3108441	Tablada del Rudrón	tablada-del-rudron	ES	09143	0	Europe/Madrid	42.72545	-3.84339		Tablada del Rudron,Tablada del Rudrón		55	BU	09395	
3108446	Tabes	tabes	ES	33778	0	Europe/Madrid	43.46008	-6.97201		Tabes		34	O	33017	
3108447	Tavèrnoles	tavernoles	ES	08519	0	Europe/Madrid	41.95592	2.32533	636	Tavernoles,Tavèrnoles		56	B	08083	
3108448	Tabernas de Isuela	tabernas-de-isuela	ES	22196	0	Europe/Madrid	42.0557	-0.41117		Tabernas de Isuela		52	HU	22125	
3108449	Tabera de Arriba	tabera-de-arriba	ES	37460	0	Europe/Madrid	40.90688	-6.0276		Tabera de Arriba		55	SA	37314	
3108450	Tabera de Abajo	tabera-de-abajo	ES	37130	104	Europe/Madrid	40.91021	-6.00227		Tabera de Abajo	37314	55	SA	37314	
3108456	Tabazoa de Hedroso	tabazoa-de-hedroso	ES	32556	0	Europe/Madrid	42.21902	-7.07709		Tabazoa de Hedroso		58	OR	32086	
3108457	Tabaza	tabaza	ES	33469	0	Europe/Madrid	43.53682	-5.83543		Tabaza		34	O	33014	
3108458	Tábara	tabara	ES	49140	931	Europe/Madrid	41.82458	-5.9642		Tabara,Tábara,ta wa la,Табара,塔瓦拉	49214	55	ZA	49214	
3108460	Tabar	tabar	ES	31449	0	Europe/Madrid	42.66958	-1.3455		Tabar		32	NA	31242	
3108461	Tabanera la Luenga	tabanera-la-luenga	ES	40291	76	Europe/Madrid	41.09647	-4.23937		Tabanera la Luenga	40200	55	SG	40200	
3108462	Tabanera de Valdavia	tabanera-de-valdavia	ES	34473	48	Europe/Madrid	42.64728	-4.69414		Tabanera de Valdavia	34179	55	P	34179	
3108463	Tabanera del Monte	tabanera-del-monte	ES	40194	0	Europe/Madrid	40.93847	-4.06581		Tabanera del Monte		55	SG	40155	
3108464	Tabanera de Cerrato	tabanera-de-cerrato	ES	34257	140	Europe/Madrid	42.02469	-4.12361		Tabanera de Cerrato	34178	55	P	34178	
3108466	Tabanedo	tabanedo	ES	24837	0	Europe/Madrid	42.91667	-5.51667		Tabanedo		55	LE	24037	
3108470	Suzana	suzana	ES	09219	0	Europe/Madrid	42.70933	-2.99003		Suzana		55	BU	09219	
3108474	Susqueda	susqueda	ES	17166	115	Europe/Madrid	41.97776	2.51652		Suskeda,Susqueda,su si ke da,swskda,swskyda,Сускеда,Սուսկեդա,سوسكيدا,سوسکدا,苏斯克达	17194	56	GI	17194	
3108475	Susinos del Páramo	susinos-del-paramo	ES	09133	118	Europe/Madrid	42.47108	-3.92555			09374	55	BU	09374	
3108479	Susañe del Sil	susane-del-sil	ES	24489	0	Europe/Madrid	42.83986	-6.4998		Susane del Sil,Susañe del Sil		55	LE	24109	
3108484	Surri	surri	ES	25572	0	Europe/Madrid	42.56531	1.22217		Surri		56	L	25901	
3108485	Surp	surp	ES	25594	0	Europe/Madrid	42.45334	1.12665		Surp		56	L	25209	
3108487	Súria	suria	ES	08260	6230	Europe/Madrid	41.83333	1.75		Suria,Súria		56	B	08229	
3108492	Suñide	sunide	ES	27635	0	Europe/Madrid	42.71735	-7.37097				58	LU	27055	
3108493	Sunyer	sunyer	ES	25174	0	Europe/Madrid	41.52268	0.59197		Sune,Sunyer,Suñé	25212	56	L	25212	
3108497	Sunbilla	sunbilla	ES	31791	0	Europe/Madrid	43.16667	-1.66667		Sumbilla,Sunbilla	31226	32	NA	31226	
3108498	Suils	suils	ES	22473	0	Europe/Madrid	42.4736	0.60215		Suils		52	HU	22143	
3108503	Suesa	suesa	ES	39150	0	Europe/Madrid	43.44357	-3.71762		Suesa		39	S	39061	
3108504	Suertes	suertes	ES	24433	0	Europe/Madrid	42.83768	-6.73234		Suertes		55	LE	24036	
3108505	Sueros	sueros	ES	33618	0	Europe/Madrid	43.26139	-5.77761				34	O	33037	
3108506	Sueros	sueros	ES	33618	0	Europe/Madrid	42.6	-6.03333				55	LE	24214	
3108508	Suelves	suelves	ES	22320	0	Europe/Madrid	42.21494	0.10791		Suelves		52	HU	22051	
3108509	Suellacabras	suellacabras	ES	42189	30	Europe/Madrid	41.85298	-2.22398		Suehl'jakabras,Suel'jakabras,Suellacabras,su ai li ya ka fu la si,Суельякабрас,Суэльякабрас,苏埃利亚卡夫拉斯	42175	55	SO	42175	
3108510	Sueiro	sueiro	ES	33759	0	Europe/Madrid	43.52847	-6.87092		Sueiro		34	O	33023	
3108511	Sueiro	sueiro	ES	33759	0	Europe/Madrid	43.26667	-8.38333		San Esteban,Sueiro		58	C	15031	
3108515	Sudanell	sudanell	ES	25173	805	Europe/Madrid	41.55663	0.56708		Sudanell		56	L	25120	
3108516	Sucs	sucs	ES	25113	0	Europe/Madrid	41.70214	0.41182		Sucs		56	L	25120	
3108519	Subiza	subiza	ES	31191	0	Europe/Madrid	42.7177	-1.67172				32	NA	31109	
3108520	Subirats	subirats	ES	08739	2801	Europe/Madrid	41.4	1.83333		Subirats	08273	56	B	08273	
3108522	Sobrànigues	sobranigues	ES	17464	0	Europe/Madrid	42.06667	2.96667				56	GI	17166	
3108523	Subillana Gasteiz / Subijana de Álava	subijana-de-alava	ES	01195	0	Europe/Madrid	42.80724	-2.77765		Subijana de Alava,Subijana de Álava,Subilana Gasteiz,Subilla Gasteiz,Subillana Gasteiz		59	VI	01059	
3108529	Suarias	suarias	ES	33579	0	Europe/Madrid	43.31181	-4.58997				34	O	33047	
3108530	Suares	suares	ES	33528	0	Europe/Madrid	43.34448	-5.58851		Suares		34	O	33006	
3108531	Suarbol	suarbol	ES	24433	0	Europe/Madrid	42.86716	-6.85118				58	LU	27012	
3108532	Suar	suar	ES	27611	0	Europe/Madrid	42.78006	-7.57745		Suar		58	LU	27042	
3108533	Suano	suano	ES	39213	0	Europe/Madrid	42.98	-4.20923		Suano		39	S	39032	
3108534	Suances	suances	ES	39340	6984	Europe/Madrid	43.43341	-4.04338		Suances	39085	39	S	39085	
3108536	Sovilla	sovilla	ES	39409	0	Europe/Madrid	43.28081	-4.05222		Sovilla		39	S	39069	
3108540	Soutopenedo	soutopenedo	ES	32910	0	Europe/Madrid	42.25829	-7.87793		San Miguel,Soutopenedo		58	OR	32075	
3108541	Soutomel	soutomel	ES	32812	0	Europe/Madrid	42.17023	-7.90554				58	OR	32014	
3108543	Souto de Torres	souto-de-torres	ES	27146	0	Europe/Madrid	43.0197	-7.36504		Souto,Souto de Torres		58	LU	27011	
3108546	Souto	souto	ES	33776	0	Europe/Madrid	43.30653	-8.20507				58	C	15064	
3108547	Souto	souto	ES	33776	0	Europe/Madrid	43.08307	-7.03622				58	LU	27018	
3108548	Souto	souto	ES	33776	0	Europe/Madrid	42.94284	-7.1284				58	LU	27006	
3108549	Souto	souto	ES	33776	13	Europe/Madrid	42.91667	-7.21667				58	LU	27901	
3108550	Souto	souto	ES	33776	0	Europe/Madrid	42.83333	-7.35				58	LU	27026	
3108551	Souto	souto	ES	33776	0	Europe/Madrid	42.61097	-8.46377		Santo Andre de Souto,Santo André de Souto,Souto		58	PO	36017	
3108552	Souto	souto	ES	33776	0	Europe/Madrid	42.59915	-8.58328				58	PO	36032	
3108553	Souto	souto	ES	33776	0	Europe/Madrid	42.48333	-7.75		San Cristobal,San Cristóbal,Souto		58	OR	32059	
3108554	Souto	souto	ES	33776	0	Europe/Madrid	42.46667	-7.23333				58	LU	27050	
3108555	Souto	souto	ES	33776	0	Europe/Madrid	42.4367	-7.96801				58	OR	32076	
3108556	Souto	souto	ES	33776	0	Europe/Madrid	42	-7.91667		Santa Maria,Santa María,Souto		58	OR	32051	
3108557	Soutipedre	soutipedre	ES	32785	14	Europe/Madrid	42.3	-7.16667		Soutipedre		58	OR	32044	
3108558	Soutelo	soutelo	ES	33777	0	Europe/Madrid	43.30477	-7.27354				58	LU	27054	
3108559	Soutelo	soutelo	ES	33777	0	Europe/Madrid	43.30039	-6.92352		Soutelo		34	O	33061	
3108560	Soutelo	soutelo	ES	33777	0	Europe/Madrid	43.19487	-7.20104		Seutelo,Soutelo		58	LU	27053	
3108561	Soutelo	soutelo	ES	33777	0	Europe/Madrid	42.30058	-7.23755				58	OR	32044	
3108562	Soutelo	soutelo	ES	33777	0	Europe/Madrid	42.15753	-7.19256				58	OR	32092	
3108563	Soutelo	soutelo	ES	33777	0	Europe/Madrid	42.08333	-8.6		San Vicente,Soutelo		58	PO	36049	
3108565	Soutadoiro	soutadoiro	ES	32336	11	Europe/Madrid	42.31667	-6.85		Soutadoiro		58	OR	32017	
3108568	Soulecín	soulecin	ES	32314	0	Europe/Madrid	42.38789	-6.98505		Soulecin,Soulecín		58	OR	32009	
3108569	Sotrondio	sotrondio	ES	33950	0	Europe/Madrid	43.2757	-5.6049		Sotrondio		34	O	33060	
3108571	Sotresgudo	sotresgudo	ES	09135	626	Europe/Madrid	42.57935	-4.17725		Sotresgudo	09373	55	BU	09373	
3108572	Sotres	sotres	ES	33554	0	Europe/Madrid	43.233	-4.74901		Sotres		34	O	33008	
3108573	Sotragero	sotragero	ES	09197	199	Europe/Madrid	42.40996	-3.71312			09372	55	BU	09372	
3108574	Soto y Amío	soto-y-amio	ES	24125	980	Europe/Madrid	42.77477	-5.88693		Soto y Amio,Soto y Amío	24167	55	LE	24167	
3108575	Sotovellanos	sotovellanos	ES	09135	0	Europe/Madrid	42.60001	-4.26565		Sotovellanos		55	BU	09373	
3108576	Sotoserrano	sotoserrano	ES	37657	715	Europe/Madrid	40.43499	-6.03261		Sotoserrano,suo tuo sai la nuo,Сотосеррано,索托塞拉诺	37313	55	SA	37313	
3108578	Sotos del Burgo	sotos-del-burgo	ES	42318	0	Europe/Madrid	41.65724	-3.06144		Sotos del Burgo		55	SO	42194	
3108579	Sotosalbos	sotosalbos	ES	40170	118	Europe/Madrid	41.03537	-3.94115		Sotosalbos,Sotosalvos	40199	55	SG	40199	
3108580	Sotos	sotos	ES	16143	0	Europe/Madrid	40.19498	-2.16456		Sotos		54	CU	16909	
3108583	Sotoparada	sotoparada	ES	24523	0	Europe/Madrid	42.62274	-6.89794		Sotoparada		55	LE	24171	
3108584	Sotopalacios	sotopalacios	ES	09140	0	Europe/Madrid	42.43817	-3.67849		Sotopalacios		55	BU	09906	
3108587	Soutomaior	soutomaior	ES	32690	0	Europe/Madrid	42.33333	-8.56667		San Salvador		58	PO	36053	
3108592	Sotogrande	sotogrande	ES	11310	0	Europe/Madrid	42.15162	-7.19311		Sotogrande		58	OR	32092	
3108593	Sotogayoso	sotogayoso	ES	24524	0	Europe/Madrid	42.64993	-6.92009		Sotogayoso		55	LE	24198	
3108595	Sotodosos	sotodosos	ES	19445	67	Europe/Madrid	40.92149	-2.39211		Sotodosos	19261	54	GU	19261	
3108596	Soto de Valderrueda	soto-de-valderrueda	ES	24882	0	Europe/Madrid	42.80173	-4.95191		Soto de Valderrueda		55	LE	24183	
3108597	Soto de Valdeón	soto-de-valdeon	ES	24914	0	Europe/Madrid	43.14565	-4.93406				55	LE	24116	
3108598	Soto de San Esteban	soto-de-san-esteban	ES	42345	0	Europe/Madrid	41.58175	-3.2813		Soto de San Esteban		55	SO	42162	
3108603	Soto de Luiña	soto-de-luina	ES	33156	0	Europe/Madrid	43.56007	-6.21971		Soto de Luina,Soto de Luiña		34	O	33021	
3108604	Soto de los Infantes	soto-de-los-infantes	ES	33869	0	Europe/Madrid	43.3601	-6.27032		Soto		34	O	33059	
3108605	Soto de Lorío	soto-de-lorio	ES	33992	0	Europe/Madrid	43.23262	-5.50072		Soto,Soto de Lorio,Soto de Lorío		34	O	33032	
3108606	Soto del Barco	soto-del-barco	ES	33126	4108	Europe/Madrid	43.53288	-6.06984		San Pedro,Soto,Soto del Barco,Soto-del'-Barko,Sotu'l Barcu,Sotul Barcu,stw dl barkw,suo tuo de er wa er ke,swtw dyl barkw,Сото-дель-Барко,ستو دل بارکو,سوتو ديل باركو,索托德尔瓦尔科	33069	34	O	33069	
3108607	Soto de la Vega	soto-de-la-vega	ES	24768	1923	Europe/Madrid	42.33227	-5.88225		Soto de la Vega	24166	55	LE	24166	
3108609	Soto de la Marina	soto-de-la-marina	ES	39110	0	Europe/Madrid	43.46509	-3.89758		La Marina,Soto de la Marina,Soto la Marina		39	S	39073	
3108611	Soto de la Barca	soto-de-la-barca	ES	33876	0	Europe/Madrid	43.29196	-6.40887		Soto de la Barca		34	O	33073	
3108612	Soto de Dego	soto-de-dego	ES	33559	0	Europe/Madrid	43.34372	-5.13413				34	O	33045	
3108613	Soto de Cerrato	soto-de-cerrato	ES	34209	207	Europe/Madrid	41.95312	-4.42998		Soto de Cerrato	34177	55	P	34177	
3108614	Soto de Cangas	soto-de-cangas	ES	33589	0	Europe/Madrid	43.34553	-5.08341		Soto		34	O	33012	
3108615	Soto de Bureba	soto-de-bureba	ES	09244	0	Europe/Madrid	42.67604	-3.29549		Soto de Bureba		55	BU	09283	
3108616	Sotoca de Tajo	sotoca-de-tajo	ES	19429	0	Europe/Madrid	40.73333	-2.56667		Sotoca de Tajo		54	GU	19086	
3108617	Sotoca	sotoca	ES	16190	0	Europe/Madrid	40.18133	-2.33528		Sotoca		54	CU	16904	
3108618	Sotobañado y Priorato	sotobanado-y-priorato	ES	34407	175	Europe/Madrid	42.58987	-4.44185		Sotobanado y Priorato,Sotobañado y Priorato	34176	55	P	34176	
3108631	Sotillo de Sanabria	sotillo-de-sanabria	ES	49395	0	Europe/Madrid	42.09103	-6.72312		Sotillo de Sanabria		55	ZA	49050	
3108632	Sotillo de Rioja	sotillo-de-rioja	ES	09259	0	Europe/Madrid	42.46132	-3.08931		Sotillo de Rioja		55	BU	09308	
3108633	Sotillo del Rincón	sotillo-del-rincon	ES	42165	239	Europe/Madrid	41.9322	-2.60297		Sotillo del Rincon,Sotillo del Rincón	42174	55	SO	42174	
3108634	Sotillo de las Palomas	sotillo-de-las-palomas	ES	45635	215	Europe/Madrid	40.10359	-4.82736		Sotillo de las Palomas	45164	54	TO	45164	
3108635	Sotillo de la Ribera	sotillo-de-la-ribera	ES	09441	602	Europe/Madrid	41.77717	-3.82525		Sotillo de la Ribera,Sotillo de la Rivera	09369	55	BU	09369	
3108636	Sotillo de la Adrada	sotillo-de-la-adrada	ES	05420	4188	Europe/Madrid	40.2912	-4.58385		Sotil'jo-de-la-Adrada,Sotil'o-de-la-Adrada,Sotillo de la Adrada,Sotilo de la Adrada,styyw d la adrada,suo di e de la de la da,swtyw dy la adrada,Сотило де ла Адрада,Сотильо-де-ла-Адрада,Сотільйо-де-ла-Адрада,ستییو د لا آدرادا,سوتيو دي لا أدرادا,索蒂略德拉德拉达	05240	55	AV	05240	
3108637	Sotillo de Cea	sotillo-de-cea	ES	24328	0	Europe/Madrid	42.43052	-4.97393		Sotillo		55	LE	24139	
3108638	Sotillo de Cabrera	sotillo-de-cabrera	ES	24389	0	Europe/Madrid	42.4	-6.73333		Sotillo,Sotillo de Cabrera		55	LE	24016	
3108639	Sotillo de Boedo	sotillo-de-boedo	ES	34407	0	Europe/Madrid	42.61067	-4.40776		Sotillo de Boedo		55	P	34176	
3108647	Sotillo	sotillo	ES	39419	0	Europe/Madrid	42.87759	-4.1154		Sotillo		39	S	39093	
3108648	Sotillo	sotillo	ES	39419	38	Europe/Madrid	41.25846	-3.63729		Sotillo	40198	55	SG	40198	
3108651	Sótico	sotico	ES	24347	0	Europe/Madrid	42.52895	-5.5526		Sotico,Sótico		55	LE	24105	
3108652	Sotelo	sotelo	ES	24523	0	Europe/Madrid	42.67568	-6.83629		Sotelo		55	LE	24171	
3108653	Soutelo de Montes	soutelo-de-montes	ES	36560	0	Europe/Madrid	42.53683	-8.30378				58	PO	36018	
3108654	Sotalbo	sotalbo	ES	05198	267	Europe/Madrid	40.5417	-4.84548		Sota Albo,Sotalbo,Sotalvo	05239	55	AV	05239	
3108655	Soses	soses	ES	25181	1583	Europe/Madrid	41.53333	0.48333				56	L	25120	
3108656	Sos del Rey Católico	sos-del-rey-catolico	ES	50680	737	Europe/Madrid	42.49686	-1.21514		Sause,Sos,Sos del Rey Catolico,Sos del Rey Católico	50248	52	Z	50248	
3108657	Sosas de Laciana	sosas-de-laciana	ES	24139	0	Europe/Madrid	42.94946	-6.30024		Sosas de Laciana		55	LE	24202	
3108658	Sosas del Cumbral	sosas-del-cumbral	ES	24132	0	Europe/Madrid	42.83184	-6.08393		Sosas del Cumbral		55	LE	24132	
3108661	Sos	sos	ES	22467	0	Europe/Madrid	42.53972	0.48204		Sos		52	HU	22221	
3108662	Sorzano	sorzano	ES	26191	252	Europe/Madrid	42.34307	-2.52872		Sorzano	26144	27	LO	26144	
3108663	Sort	sort	ES	25560	2073	Europe/Madrid	42.41319	1.13045		Sor,Sort,suo er te,Σορτ,Сор,Сорт,Սորտ,索尔特		56	L	25039	
3108664	Sorrodiles	sorrodiles	ES	33817	0	Europe/Madrid	43.06954	-6.44889		Sorrodiles		34	O	33011	
3108666	Sorripas	sorripas	ES	22666	0	Europe/Madrid	42.55397	-0.34749				52	HU	22199	
3108667	Sorribos de Alba	sorribos-de-alba	ES	24649	0	Europe/Madrid	42.80066	-5.66634		Sorribos de Alba		55	LE	24134	
3108668	Sorribas	sorribas	ES	24550	0	Europe/Madrid	43.36837	-5.25627				34	O	33049	
3108669	Sorribas	sorribas	ES	24550	0	Europe/Madrid	43.32728	-6.14286		Sorribas		34	O	33026	
3108670	Sorribas	sorribas	ES	24550	0	Europe/Madrid	43.13525	-5.83094				34	O	33033	
3108671	Sorribas	sorribas	ES	24550	0	Europe/Madrid	42.79107	-8.67789				58	C	15074	
3108672	Sorribas	sorribas	ES	24550	0	Europe/Madrid	42.58609	-6.74086		Sorribas		55	LE	24206	
3108673	Sorriba	sorriba	ES	33876	0	Europe/Madrid	43.28582	-6.45143		Sorriba		34	O	33073	
3108674	Sorriba	sorriba	ES	33876	0	Europe/Madrid	42.78679	-5.12572				55	LE	24056	
3108675	Sorré	sorre	ES	25567	0	Europe/Madrid	42.45251	1.09807		Sorre,Sorré		56	L	25209	
3108676	Sorpe	sorpe	ES	25587	0	Europe/Madrid	42.65237	1.07944		Sorpe		56	L	25024	
3108678	Sorlada	sorlada	ES	31219	38	Europe/Madrid	42.61507	-2.21525		Sorlada	31225	32	NA	31225	
3108679	Sorihuela	sorihuela	ES	37777	357	Europe/Madrid	40.44378	-5.67818		Sorihuela	37312	55	SA	37312	
3108681	Soria	soria	ES	35128	39528	Europe/Madrid	41.76401	-2.46883		Soria,Sorija,Sorio,Soriya,Soryja,Sòria,Sória,XJO,solia,soria,srya,suo li ya,swryh,Сория,Сорија,Сорыя,Сорія,סוריה,سریا,ソリア,索里亚,소리아	SO	55	SO	42173	
3108682	Sorga	sorga	ES	32812	0	Europe/Madrid	42.11667	-7.91667		San Mamed,Sorga		58	OR	32014	
3108683	Sordillos	sordillos	ES	09128	32	Europe/Madrid	42.46197	-4.10726		Sordillos	09368	55	BU	09368	
3108684	Sorbeira	sorbeira	ES	24433	0	Europe/Madrid	42.81028	-6.71604		Sorbeira		55	LE	24036	
3108685	Sorbeda	sorbeda	ES	24478	163	Europe/Madrid	42.80715	-6.55099		Sorbeda		55	LE	24110	
3108687	Sorauren	sorauren	ES	31194	0	Europe/Madrid	42.86766	-1.60941				32	NA	31101	
3108688	Sora	sora	ES	08588	0	Europe/Madrid	42.11236	2.16083		Sora	08272	56	B	08272	08272
3108692	Sopenilla	sopenilla	ES	39409	0	Europe/Madrid	43.28448	-4.0447		Sopenilla		39	S	39069	
3108693	Sopeñas	sopenas	ES	33313	0	Europe/Madrid	43.45	-5.53333		Sopenas,Sopeñas		34	O	33076	
3108694	Sopeñano	sopenano	ES	09589	0	Europe/Madrid	43.07362	-3.33487		Sopenano,Sopeñano		55	BU	09410	
3108695	Sopeña de Curueño	sopena-de-curueno	ES	24848	0	Europe/Madrid	42.80942	-5.40517		Sopena de Curueno,Sopeña de Curueño		55	LE	24193	
3108697	Sopeña	sopena	ES	33438	0	Europe/Madrid	43.38816	-3.37345				39	S	39036	
3108698	Sopeña	sopena	ES	33438	0	Europe/Madrid	43.22984	-4.29214				39	S	39014	
3108699	Sopeña	sopena	ES	33438	0	Europe/Madrid	42.95072	-4.13982				39	S	39027	
3108700	Sopeña	sopena	ES	33438	0	Europe/Madrid	42.22978	-3.58332				55	BU	09030	
3108703	Sonsoto	sonsoto	ES	40194	0	Europe/Madrid	40.95468	-4.0405		Sonsoto		55	SG	40207	
3108708	Son del Puerto	son-del-puerto	ES	44712	0	Europe/Madrid	40.75987	-0.94401		Son del Puerto		52	TE	44195	
3108709	Son	son	ES	25589	0	Europe/Madrid	42.61667	1.1		Son del Pi		56	L	25024	
3108710	Soncillo	soncillo	ES	09572	0	Europe/Madrid	42.97029	-3.78639		Soncillo		55	BU	09413	
3108711	Soñar	sonar	ES	27180	0	Europe/Madrid	42.96702	-7.55399		Sonar,Soñar		58	LU	27028	
3108713	Soña	sona	ES	32515	0	Europe/Madrid	43.38278	-4.00241		Sona,Soña		39	S	39054	
3108714	Son	son	ES	25589	0	Europe/Madrid	42.96667	-9.2				58	C	15023	
3108715	Son	son	ES	25589	0	Europe/Madrid	42.91052	-7.0188		San Martin,Son		58	LU	27034	
3108716	Porto do Son	porto-do-son	ES	15970	9613	Europe/Madrid	42.72482	-9.00527		Son	15071	58	C	15071	
3108723	Somosierra	somosierra	ES	28756	0	Europe/Madrid	41.13269	-3.58237		Somosierra	28143	29	M	28143	
3108726	Somorto	somorto	ES	33719	0	Europe/Madrid	43.5277	-6.66095		Somorto		34	O	33041	
3108729	Somolinos	somolinos	ES	19275	36	Europe/Madrid	41.24606	-3.06004			19259	54	GU	19259	
3108731	Somo	somo	ES	39140	0	Europe/Madrid	43.45126	-3.73468		Somo		39	S	39061	
3108733	Somines	somines	ES	33829	0	Europe/Madrid	43.36743	-6.00976				34	O	33026	
3108736	Somballe	somballe	ES	39490	0	Europe/Madrid	43.0417	-4.06504		Somballe		39	S	39077	
3108737	Somarriba	somarriba	ES	39718	0	Europe/Madrid	43.35712	-3.79548		Somarriba		39	S	39037	
3108738	Somanés	somanes	ES	22752	0	Europe/Madrid	42.5917	-0.69574				52	HU	22208	
3108739	Somahoz	somahoz	ES	39400	0	Europe/Madrid	43.24648	-4.06235		Somahoz		39	S	39025	
3108740	Somaén	somaen	ES	42257	0	Europe/Madrid	41.19349	-2.3145		Somaen,Somaén		55	SO	42025	
3108741	Somado	somado	ES	33139	0	Europe/Madrid	43.53462	-6.11984		Somado		34	O	33051	
3108747	Solsona	solsona	ES	25280	8343	Europe/Madrid	41.99395	1.51706		Solsona		56	L	25151	
3108749	Solosancho	solosancho	ES	05130	1021	Europe/Madrid	40.55294	-4.90479		Solosancho,slsanchw,suo luo sang qiao,swlwsantshw,Солосанчо,سلسانچو,سولوسانتشو,索洛桑乔	05238	55	AV	05238	
3108750	Solórzano	solorzano	ES	39738	1081	Europe/Madrid	43.38233	-3.58785		Solorzano,Solórzano	39084	39	S	39084	
3108753	Solmayor	solmayor	ES	33774	0	Europe/Madrid	43.42039	-7.11993		Solmayor		34	O	33063	
3108755	Solleiros	solleiros	ES	15240	0	Europe/Madrid	42.79477	-8.98843		Solleiros		58	C	15053	
3108756	Solle	solle	ES	24857	0	Europe/Madrid	42.98282	-5.2337		Solle		55	LE	24121	
3108760	Solivella	solivella	ES	43412	0	Europe/Madrid	41.45505	1.17824				56	T	43029	
3108761	Solíus	solius	ES	17246	0	Europe/Madrid	41.81495	2.96246		Caserio Solius,Caserío Solius,Solius,Solíus		56	GI	17181	
3108762	Solís	solis	ES	33470	0	Europe/Madrid	43.5	-5.85		Santa Maria,Santa María,Solis,Solís		34	O	33020	
3108763	Solipueyo	solipueyo	ES	22337	0	Europe/Madrid	42.37567	0.29818				52	HU	22113	
3108764	Soliedra	soliedra	ES	42223	38	Europe/Madrid	41.46932	-2.38164		Soliedra	42172	55	SO	42172	
3108766	el Soleràs	el-soleras	ES	25163	0	Europe/Madrid	41.41667	0.68333		el Soleras,el Soleràs		56	L	25101	
3108768	Solduengo	solduengo	ES	09249	0	Europe/Madrid	42.66146	-3.34237		Solduengo		55	BU	09043	
3108772	Solchaga	solchaga	ES	31395	0	Europe/Madrid	42.62007	-1.61259				32	NA	31192	
3108773	Ventolà	ventola	ES	25529	0	Europe/Madrid	42.31667	2.13333	1320	Ventola,Ventolà		56	GI	17145	
3108775	Solares	solares	ES	39710	0	Europe/Madrid	43.46046	-5.39755				34	O	33076	
3108776	Solares	solares	ES	39710	0	Europe/Madrid	43.38334	-3.73861				39	S	39042	
3108777	Solares	solares	ES	39710	0	Europe/Madrid	43.39041	-6.75703				34	O	33077	
3108778	Solarana	solarana	ES	09348	102	Europe/Madrid	41.97168	-3.65876		Solarana	09366	55	BU	09366	
3108780	Solano	solano	ES	29170	0	Europe/Madrid	42.52008	-3.92407				55	BU	09166	
3108781	Solanillos del Extremo	solanillos-del-extremo	ES	19491	120	Europe/Madrid	40.75088	-2.69799		Solanillos del Extremo	19258	54	GU	19258	
3108782	Solanilla	solanilla	ES	02314	0	Europe/Madrid	42.62364	-5.44609		Solanilla		55	LE	24175	
3108784	Solanas de Valdelucio	solanas-de-valdelucio	ES	09127	0	Europe/Madrid	42.68473	-4.04904		Solanas de Valdelucio		55	BU	09415	
3108786	Solana de Ríoalmar	solana-de-rioalmar	ES	05149	257	Europe/Madrid	40.73892	-5.01159		Solana de Rioalmar,Solana de Ríoalmar		55	AV	05237	
3108787	Solana de Fenar	solana-de-fenar	ES	24648	0	Europe/Madrid	42.82655	-5.54733		Solana de Fenar		55	LE	24134	
3108793	Solana	solana	ES	04829	0	Europe/Madrid	43.28333	-6.88333				34	O	33048	
3108794	Solana	solana	ES	04829	0	Europe/Madrid	43.26626	-3.73531				39	S	39045	
3108796	Solad	solad	ES	33187	0	Europe/Madrid	43.36298	-5.73102		Solad		34	O	33066	
3108799	Sojuela	sojuela	ES	26376	113	Europe/Madrid	42.36988	-2.54525		Sojuela	26143	27	LO	26143	
3108801	Soxo / Sojo	sojo	ES	01478	0	Europe/Madrid	43.09152	-3.12283		Sojo,Soxo		59	VI	01010	
3108802	Soirana	soirana	ES	33790	0	Europe/Madrid	43.56192	-6.65962		Soirana		34	O	33041	
3108804	Soguillo del Páramo	soguillo-del-paramo	ES	24249	0	Europe/Madrid	42.30818	-5.7432		Soguillo del Paramo,Soguillo del Páramo,Soguillos		55	LE	24087	
3108808	Sofuentes	sofuentes	ES	50696	0	Europe/Madrid	42.43303	-1.31541		Sofuentes		52	Z	50248	
3108812	Sodupe	sodupe	ES	48830	0	Europe/Madrid	43.20447	-3.04769		Sodupe		59	BI	48045	
3108813	Socueva	socueva	ES	39813	0	Europe/Madrid	43.26419	-3.60891		Socueva		39	S	39007	
3108815	Socobio	socobio	ES	39660	0	Europe/Madrid	43.31963	-3.94603		Socobio		39	S	39019	
3108816	Socil	socil	ES	24127	0	Europe/Madrid	42.79673	-5.96144		Socil		55	LE	24132	
3108819	Sobrón	sobron	ES	01423	0	Europe/Madrid	42.75866	-3.0844		Sobron,Sobrón		59	VI	01902	
3108821	Sobrevilla	sobrevilla	ES	33111	0	Europe/Madrid	43.15762	-6.08403		Sobrevilla		34	O	33072	
3108822	Sobrestany	sobrestany	ES	17141	0	Europe/Madrid	42.07855	3.12009		Caserio Sobrestany,Caserío Sobrestany,Sobrestany		56	GI	17199	
3108823	Sobrerriba	sobrerriba	ES	33859	0	Europe/Madrid	43.40451	-6.16184		Sobrerriba		34	O	33059	
3108824	Sobrerriba	sobrerriba	ES	33859	15	Europe/Madrid	42.83333	-7.26667				58	LU	27026	
3108826	Sobrepiedra	sobrepiedra	ES	33559	0	Europe/Madrid	43.36887	-5.15173				34	O	33045	
3108827	Sobrepenilla	sobrepenilla	ES	39250	0	Europe/Madrid	42.77862	-3.99166		Sobrepenilla		39	S	39094	
3108828	Sobrepeña	sobrepena	ES	09557	0	Europe/Madrid	42.98254	-3.65425		Sobrepena,Sobrepeña		55	BU	09215	
3108829	Sobrepeña	sobrepena	ES	09557	0	Europe/Madrid	42.81658	-5.23494		Sobrepena,Sobrepeña		55	LE	24068	
3108830	Sobrepeña	sobrepena	ES	09557	0	Europe/Madrid	42.78613	-3.96186		Sobrepena,Sobrepeña		39	S	39094	
3108832	Sobremunt	sobremunt	ES	08589	86	Europe/Madrid	42.03597	2.16502		Sobremunt		56	B	08201	
3108833	Sobremazas	sobremazas	ES	39718	0	Europe/Madrid	43.37582	-3.74559		Sobremazas		39	S	39042	
3108834	Sobrelapeña	sobrelapena	ES	39550	0	Europe/Madrid	43.25265	-4.48391		Sobrelapena,Sobrelapeña		39	S	39034	
3108838	Sobrefoz	sobrefoz	ES	33557	0	Europe/Madrid	43.17065	-5.17685		Sobrefoz		34	O	33050	
3108839	Sobredo	sobredo	ES	24569	0	Europe/Madrid	42.61369	-7.19313				58	LU	27017	
3108840	Sobredo	sobredo	ES	24569	0	Europe/Madrid	42.5401	-6.90639		Sobredo		55	LE	24165	
3108841	Sobreda	sobreda	ES	27546	0	Europe/Madrid	42.67007	-7.59576				58	LU	27058	
3108842	Sobrecedo	sobrecedo	ES	27596	0	Europe/Madrid	42.66421	-7.75654		Santiago,Sobrecedo		58	LU	27060	
3108843	Sebrayo	sebrayo	ES	33311	0	Europe/Madrid	43.49944	-5.37935		Caserio Sebrayo,Caserío Sebrayo,Sebrayo		34	O	33076	
3108845	Sobrado do Bispo	sobrado-do-bispo	ES	32890	0	Europe/Madrid	42.28333	-7.9		Santa Maria,Santa María,Sobrado do Bispo		58	OR	32008	
3108846	Sobrado	sobrado	ES	15813	0	Europe/Madrid	43.31387	-6.53146		Sobrado		34	O	33073	
3108847	Sobrado	sobrado	ES	15813	2327	Europe/Madrid	43.03882	-8.02784		Sobrado	15080	58	C	15080	
3108848	Sobrado	sobrado	ES	15813	0	Europe/Madrid	42.91985	-7.33097		Sobrado,Sobredo		58	LU	27901	
3108849	Sobrado	sobrado	ES	15813	0	Europe/Madrid	42.51667	-6.85			24165	55	LE	24165	
3108850	Sobrado	sobrado	ES	15813	0	Europe/Madrid	42.43219	-6.82355		Sobrado,Sobredo		58	OR	32073	
3108851	Sobrado	sobrado	ES	15813	0	Europe/Madrid	42.31565	-7.24022		Sobrado		58	OR	32063	
3108852	Sobradillo de Palomares	sobradillo-de-palomares	ES	49174	0	Europe/Madrid	41.37352	-5.89834		Sobradillo de Palomares		55	ZA	49152	
3108854	Sobradillo	sobradillo	ES	37246	323	Europe/Madrid	40.91754	-6.79729		Sobradillo	37311	55	SA	37311	
3108855	Sobradiel	sobradiel	ES	50629	754	Europe/Madrid	41.73875	-1.03765		Sobradiel	50247	52	Z	50247	
3108859	Sobrada	sobrada	ES	27150	0	Europe/Madrid	43.13333	-7.53333		Santa Maria Magdalena,Santa María Magdalena,Sobrada		58	LU	27039	
3108860	Sobrada	sobrada	ES	27150	0	Europe/Madrid	42.01667	-8.66667		San Salvador,Sobrada		58	PO	36054	
3108861	Soberrón	soberron	ES	33596	0	Europe/Madrid	43.39875	-4.75721		Soberron,Soberrón		34	O	33036	
3108864	Sobás	sobas	ES	22611	0	Europe/Madrid	42.4871	-0.2605				52	HU	22252	
3108869	Soano	soano	ES	39193	0	Europe/Madrid	43.48232	-3.54464				39	S	39006	
3108875	Sitrama de Tera	sitrama-de-tera	ES	49624	245	Europe/Madrid	42.00597	-5.90258	720	Sitrama de Tera,Sitramina		55	ZA	49205	
3108877	Sitges	sitges	ES	08870	27668	Europe/Madrid	41.23506	1.81193		Sitges,Sitzhes,Ситжес	08270	56	B	08270	
3108880	Sistín	sistin	ES	32765	0	Europe/Madrid	42.34224	-7.48508				58	OR	32080	
3108881	Sisterna	sisterna	ES	33812	32	Europe/Madrid	42.95667	-6.66519		Sisterna,Sistierna		34	O	33028	
3108882	Sistallo	sistallo	ES	27377	0	Europe/Madrid	43.25	-7.56667		San Juan,Sistallo		58	LU	27015	
3108891	Sisamón	sisamon	ES	50227	56	Europe/Madrid	41.17124	-2.00386		Sisamon,Sisamón	50246	52	Z	50246	
3108893	Sirviella	sirviella	ES	33556	0	Europe/Madrid	43.3416	-4.98118				34	O	33043	
3108895	Sirgueiros	sirgueiros	ES	27346	0	Europe/Madrid	42.66899	-7.36191		San Juan,Sirgueiros		58	LU	27024	
3108896	Sirgal	sirgal	ES	27568	0	Europe/Madrid	42.78822	-7.82117		Sirgal,Sirigal		58	LU	27032	
3108897	Siresa	siresa	ES	22790	0	Europe/Madrid	42.75722	-0.75119		Siresa,Ziresa		52	HU	22901	
3108898	Sipán	sipan	ES	22141	0	Europe/Madrid	42.17852	-0.26766		Sipan,Sipán		52	HU	22150	
3108899	Siós	sios	ES	27430	0	Europe/Madrid	42.5	-7.6		San Martin,San Martín,Sios,Siós		58	LU	27041	
3108903	Sinués	sinues	ES	22860	0	Europe/Madrid	42.65349	-0.64908		Sinues,Sinués		52	HU	22006	
3108904	Sinovas	sinovas	ES	09450	0	Europe/Madrid	41.70129	-3.66463				55	BU	09018	
3108906	Sinlabajos	sinlabajos	ES	05215	173	Europe/Madrid	41.0765	-4.83242		Sinlabajos	05235	55	AV	05235	
3108907	Singra	singra	ES	44382	97	Europe/Madrid	40.65508	-1.31158		Singra	44213	52	TE	44213	
3108908	Singla	singla	ES	30410	0	Europe/Madrid	43.44675	-5.44433				34	O	33076	
3108909	Siñeriz	sineriz	ES	33707	0	Europe/Madrid	43.4526	-6.63819		Sineriz,Siñeriz		34	O	33034	
3108910	Sindrán	sindran	ES	27412	0	Europe/Madrid	42.51667	-7.41667		San Pedro,Sindran,Sindrán		58	LU	27031	
3108912	Sinariega	sinariega	ES	33586	0	Europe/Madrid	43.41639	-5.13812		Sinariega		34	O	33045	
3108914	Sin	sin	ES	22366	0	Europe/Madrid	42.57946	0.27641		Sin		52	HU	22227	
3108917	Simancas	simancas	ES	47130	4611	Europe/Madrid	41.59072	-4.82796		Simancas	47161	55	VA	47161	
3108924	Silvón	silvon	ES	33727	0	Europe/Madrid	43.38148	-6.82411		Silvon,Silvón		34	O	33007	
3108927	Silvela	silvela	ES	27228	0	Europe/Madrid	43.03609	-7.89658		Silvela		58	LU	27020	
3108928	Silvela	silvela	ES	27228	0	Europe/Madrid	42.74471	-7.07323				58	LU	27037	
3108933	Silván	silvan	ES	24388	0	Europe/Madrid	42.34004	-6.66866		Silvan,Silván		55	LE	24016	
3108934	Silvamayor	silvamayor	ES	33783	0	Europe/Madrid	43.5249	-6.38674		Silvamayor		34	O	33034	
3108941	Silva	silva	ES	27270	0	Europe/Madrid	43.26717	-6.41175				34	O	33073	
3108942	Silva	silva	ES	27270	0	Europe/Madrid	43.1507	-7.35417		Silva		58	LU	27046	
3108943	Silva	silva	ES	27270	0	Europe/Madrid	42.7475	-8.94323				58	C	15071	
3108944	Silva	silva	ES	27270	0	Europe/Madrid	41.94475	-7.22056				58	OR	32071	
3108945	Sils	sils	ES	17410	3869	Europe/Madrid	41.80842	2.74507		Sils	17193	56	GI	17193	
3108952	Silió	silio	ES	39438	0	Europe/Madrid	43.14813	-4.01728		Silio,Silió		39	S	39046	
3108953	Silanes	silanes	ES	09252	0	Europe/Madrid	42.67138	-3.17735		Silanes		55	BU	09220	
3108956	Sigüeya	sigueya	ES	24388	0	Europe/Madrid	42.36651	-6.67207		Sigueya,Sigüeya		55	LE	24016	
3108958	Sigueruelo	sigueruelo	ES	40590	0	Europe/Madrid	41.17427	-3.63644		Sigueruelo		55	SG	40191	
3108959	Siguero	siguero	ES	40590	0	Europe/Madrid	41.18173	-3.61635		Siguero		55	SG	40191	
3108961	Sigüenza	siguenza	ES	19250	4818	Europe/Madrid	41.06892	-2.64308		Segontia,Sigueenza,Siguehnsa,Siguensa,Siguenza,Sigvenco,Sigüenza,shiguensa,xi gong sa,Сигуэнса,Сігуенса,シグエンサ,西贡萨	19257	54	GU	19257	
3108967	Sigeres	sigeres	ES	05357	76	Europe/Madrid	40.79939	-4.93361		Sigeres	05234	55	AV	05234	
3108970	Sietes	sietes	ES	33311	0	Europe/Madrid	43.43292	-5.36709		Sietes		34	O	33076	
3108974	Siete Iglesias de Trabancos	siete-iglesias-de-trabancos	ES	47511	548	Europe/Madrid	41.35223	-5.18488		Siete Iglesias,Siete Iglesias de Trabancos	47160	55	VA	47160	
3108976	Sieteiglesias	sieteiglesias	ES	28753	0	Europe/Madrid	42.8	-7.81667				58	LU	27032	
3108977	Sieteiglesias	sieteiglesias	ES	28753	0	Europe/Madrid	40.91254	-3.58583		Siete Iglesias,Sieteiglesias		29	M	28901	
3108980	Siétamo	sietamo	ES	22120	517	Europe/Madrid	42.12392	-0.28066		Sietamo,Sietemo,Siétamo	22222	52	HU	22222	
3108981	Sieste	sieste	ES	22349	0	Europe/Madrid	42.43083	0.0675		Sieste		52	HU	22066	
3108986	Sierrapando	sierrapando	ES	39300	0	Europe/Madrid	43.34352	-4.03661		Sierrapando		39	S	39087	
3108987	Sierra-Engarcerán	sierra-engarceran	ES	12182	1068	Europe/Madrid	40.26929	-0.01892		Sierra-Engarceran,Sierra-Engarcerán		60	CS	12105	
3108989	Sierra de Luna	sierra-de-luna	ES	50612	286	Europe/Madrid	42.04818	-0.91025		Sierra de Luna	50244	52	Z	50244	
3108991	Sierra de Ibio	sierra-de-ibio	ES	39509	0	Europe/Madrid	43.31578	-4.16063		Sierra de Ibio		39	S	39041	
3108997	Sierra	sierra	ES	02513	0	Europe/Madrid	43.38903	-4.24265		Sierra		39	S	39068	
3108998	Sierra	sierra	ES	02513	0	Europe/Madrid	43.36757	-5.54965				34	O	33040	
3108999	Sierra	sierra	ES	02513	0	Europe/Madrid	43.31275	-5.36675				34	O	33049	
3109000	Sierra	sierra	ES	02513	0	Europe/Madrid	43.20964	-3.36899		Sierra		59	BI	48022	
3109001	Sierra	sierra	ES	02513	0	Europe/Madrid	42.76333	-7.05315				58	LU	27037	
3109003	Siero de la Reina	siero-de-la-reina	ES	24911	0	Europe/Madrid	42.9362	-4.89523		Siero de la Reina		55	LE	24020	
3109007	Sieres	sieres	ES	33583	0	Europe/Madrid	43.39657	-5.31481				34	O	33049	
3109009	Sienes	sienes	ES	19269	76	Europe/Madrid	41.20096	-2.65332		Sienes	19256	54	GU	19256	
3109010	Siejo	siejo	ES	33579	0	Europe/Madrid	43.32799	-4.58593				34	O	33047	
3109012	Sidamon	sidamon	ES	25222	0	Europe/Madrid	41.63333	0.83333		Sidamon,Sidamunt	25205	56	L	25205	
3109014	Siavo	siavo	ES	15288	0	Europe/Madrid	42.8047	-8.94398		Siabo,Siavo		58	C	15062	
3109017	Sexmiro	sexmiro	ES	37497	0	Europe/Madrid	40.67045	-6.69702		Sexmiro		55	SA	37356	
3109018	Sevilla La Nueva	sevilla-la-nueva	ES	28609	6445	Europe/Madrid	40.34775	-4.02727		Sevilla La Nueva		29	M	28141	
3109020	Sevares	sevares	ES	33584	0	Europe/Madrid	43.363	-5.26116				34	O	33049	
3109023	Seva	seva	ES	08553	2949	Europe/Madrid	41.83831	2.28007	742	Seva		56	B	08269	
3109024	Setiles	setiles	ES	19324	149	Europe/Madrid	40.73419	-1.6172		Setiles	19255	54	GU	19255	
3109025	Setienes	setienes	ES	33791	98	Europe/Madrid	43.51667	-6.51667		Setienes		34	O	33034	
3109026	Setién	setien	ES	39719	0	Europe/Madrid	43.42188	-3.7326				39	S	39040	
3109032	Sesué	sesue	ES	22467	129	Europe/Madrid	42.55131	0.47212		Sesue,Sesué	22221	52	HU	22221	
3109033	Sestrica	sestrica	ES	50248	464	Europe/Madrid	41.48595	-1.59501		Sestrica	50243	52	Z	50243	
3109035	Sestorraso	sestorraso	ES	33813	0	Europe/Madrid	43.1	-6.58333		Sestorraso		34	O	33011	
3109039	Sestiello	sestiello	ES	33829	0	Europe/Madrid	43.40116	-6.04509		Sestiello		34	O	33026	
3109041	Sestao	sestao	ES	48910	29476	Europe/Madrid	43.30975	-3.00716		Sestao,sai si tao,systaw,Сестао,سيستاو,塞斯陶	48084	59	BI	48084	
3109043	Sesnández	sesnandez	ES	49550	0	Europe/Madrid	41.80761	-6.07705		Sesnandez,Sesnández		55	ZA	49068	
3109045	Sesma	sesma	ES	31293	1366	Europe/Madrid	42.47748	-2.08353		Sesma	31224	32	NA	31224	
3109047	Sesga	sesga	ES	46140	0	Europe/Madrid	40.03333	-1.18333		Sesga		60	V	46001	
3109048	Seseña Nuevo	sesena-nuevo	ES	45224	0	Europe/Madrid	40.10611	-3.64918		Sesena,Seseña		54	TO	45161	
3109052	Sésamo	sesamo	ES	24434	0	Europe/Madrid	43.28333	-8.38333		San Martin,San Martín,Sesamo,Sésamo		58	C	15031	
3109053	Sésamo	sesamo	ES	24434	0	Europe/Madrid	42.73844	-6.65689		Sesamo,Sésamo		55	LE	24196	
3109054	Sesa	sesa	ES	22110	238	Europe/Madrid	41.99484	-0.24511		Sesa	22220	52	HU	22220	
3109057	Serviz	serviz	ES	24521	0	Europe/Madrid	42.61355	-6.94552		Serviz,Serviz Barrio		55	LE	24011	
3109058	Servillejas	servillejas	ES	39292	0	Europe/Madrid	43.02834	-4.00761		Servillejas		39	S	39017	
3109059	Servillas	servillas	ES	39292	0	Europe/Madrid	43.02892	-3.99065		Servillas		39	S	39017	
3109062	Serveto	serveto	ES	22366	0	Europe/Madrid	42.58137	0.29493		Serbeto,Serveto		52	HU	22182	
3109064	Serué	serue	ES	22625	0	Europe/Madrid	42.37295	-0.42851		Serue,Serué		52	HU	22072	
3109067	Serrilla	serrilla	ES	24836	0	Europe/Madrid	42.874	-5.52493		Serrilla		55	LE	24098	
3109069	Serres	serres	ES	15259	0	Europe/Madrid	42.78801	-9.07224		Serres		58	C	15053	
3109071	Serrate	serrate	ES	22451	0	Europe/Madrid	42.38313	0.49377		Seret,Serrate		52	HU	22244	
3109073	Serrapio	serrapio	ES	33685	0	Europe/Madrid	43.16587	-5.63138		Serrapio		34	O	33002	
3109074	Serrapio	serrapio	ES	33685	0	Europe/Madrid	42.53632	-8.44325				58	PO	36902	
3109077	Serranillos del Valle	serranillos-del-valle	ES	28979	2710	Europe/Madrid	40.20211	-3.88187		Serranillos,Serranillos del Valle	28140	29	M	28140	
3109079	Serranillos	serranillos	ES	05115	359	Europe/Madrid	40.33625	-4.91165		Serranillos	05233	55	AV	05233	
3109080	Serranillo	serranillo	ES	37497	0	Europe/Madrid	40.7028	-6.66996		Serranillo		55	SA	37359	
3109081	Serranía	serrania	ES	05691	0	Europe/Madrid	40.34883	-5.59034		Serrania,Serranía		55	AV	05236	
3109086	Serradilla del Llano	serradilla-del-llano	ES	37530	217	Europe/Madrid	40.49996	-6.35701		Serradilla del Llano	37307	55	SA	37307	
3109087	Serradilla del Arroyo	serradilla-del-arroyo	ES	37531	387	Europe/Madrid	40.52133	-6.36008		Serradilla del Arroyo	37306	55	SA	37306	
3109088	Serra de Daró	serra-de-daro	ES	17133	179	Europe/Madrid	42.02877	3.07222			17191	56	GI	17191	
3109090	Serrada de la Fuente	serrada-de-la-fuente	ES	28195	0	Europe/Madrid	40.98719	-3.53387		Serrada de la Fuente		29	M	28902	
3109091	Serrada	serrada	ES	47231	1133	Europe/Madrid	41.45722	-4.86279		Serrada	47159	55	VA	47159	
3109092	Serracines	serracines	ES	28815	0	Europe/Madrid	40.62191	-3.39882		Serracines		29	M	28057	
3109093	Serracín	serracin	ES	40510	0	Europe/Madrid	41.29892	-3.3408		Serracin,Serracín		55	SG	40170	
3109097	Serpiedo	serpiedo	ES	33535	0	Europe/Madrid	43.36506	-5.40111		Serpiedo		34	O	33049	
3109099	Seròs	seros	ES	25183	1881	Europe/Madrid	41.46667	0.41667		Seros,Seròs,Serós	25204	56	L	25204	
3109101	Seroiro	seroiro	ES	33810	0	Europe/Madrid	43.06012	-6.82188		Seroiro		34	O	33028	
3109102	Serode	serode	ES	27437	0	Europe/Madrid	42.49045	-7.64141		San Julian,San Julián,Serode		58	LU	27041	
3109104	Serinyà	serinya	ES	17852	0	Europe/Madrid	42.17021	2.74392		Serinya,Serinyà		56	GI	17190	
3109106	Serín	serin	ES	33697	0	Europe/Madrid	43.5	-5.78333		San Miguel,Serin,Serín		34	O	33024	
3109107	Sergude	sergude	ES	32455	0	Europe/Madrid	43.24254	-8.34244		San Julian,San Julián,Sergude		58	C	15021	
3109108	Sergude	sergude	ES	32455	0	Europe/Madrid	42.83333	-8.46667		San Verisimo,San Verísimo,Sergude		58	C	15012	
3109110	Serén	seren	ES	27299	0	Europe/Madrid	43.01164	-7.73238		Seren,Serén		58	LU	27020	
3109112	Serdió	serdio	ES	39549	0	Europe/Madrid	43.36301	-4.44949		Serdio,Serdió		39	S	39095	
3109114	Cerc	cerc	ES	25718	0	Europe/Madrid	42.33958	1.49337				56	L	25005	
3109115	Serantes	serantes	ES	32428	0	Europe/Madrid	43.54584	-6.96698		Serantes		34	O	33070	
3109116	Serantes	serantes	ES	32428	0	Europe/Madrid	43.5	-8.23333		San Salvador,Serantes		58	C	15036	
3109117	Serantes	serantes	ES	32428	0	Europe/Madrid	43.49857	-5.62413				34	O	33024	
3109118	Serantes	serantes	ES	32428	0	Europe/Madrid	43.38222	-8.33176		San Xian de Serantes,San Xián de Serantes		58	C	15058	
3109119	Serantes	serantes	ES	32428	48	Europe/Madrid	43.08333	-9.2		Serante,Serantes		58	C	15052	
3109120	Serantes	serantes	ES	32428	0	Europe/Madrid	42.86874	-8.03488				58	C	15079	
3109121	Serantes	serantes	ES	32428	0	Europe/Madrid	42.80798	-8.91792				58	C	15062	
3109122	Serantes	serantes	ES	32428	0	Europe/Madrid	42.5519	-8.73454				58	PO	36061	
3109124	Serandinas	serandinas	ES	33726	0	Europe/Madrid	43.46095	-6.72737		Serandinas		34	O	33007	
3109125	Serandi	serandi	ES	33114	0	Europe/Madrid	43.25699	-5.99449		Serandi		34	O	33052	
3109126	Serán	seran	ES	33736	10	Europe/Madrid	43.26667	-6.85				34	O	33048	
3109131	Sequeros	sequeros	ES	37650	234	Europe/Madrid	40.51295	-6.02495		Sequeros	37305	55	SA	37305	
3109132	Sequera de Fresno	sequera-de-fresno	ES	40517	42	Europe/Madrid	41.3664	-3.54612		Sequera de Fresno	40196	55	SG	40196	
3109133	Sequeiros	sequeiros	ES	27329	0	Europe/Madrid	42.44715	-7.24338		Sequeiros		58	LU	27050	
3109134	Sequeiro	sequeiro	ES	33718	0	Europe/Madrid	43.56667	-8.16667		Santa Maria,Santa María,Sequeiro		58	C	15087	
3109135	Sequeiro	sequeiro	ES	33718	0	Europe/Madrid	43.48024	-6.74781		Sequeiro		34	O	33018	
3109136	Sequeiro	sequeiro	ES	33718	0	Europe/Madrid	43.46326	-7.11337				58	LU	27061	
3109137	Sequeiro	sequeiro	ES	33718	0	Europe/Madrid	43.23322	-7.12801				58	LU	27018	
3109138	Sepúlveda de la Sierra	sepulveda-de-la-sierra	ES	42167	0	Europe/Madrid	41.9008	-2.45263		Sepulveda de la Sierra,Sepúlveda de la Sierra		55	SO	42019	
3109139	Sepúlveda	sepulveda	ES	40300	1361	Europe/Madrid	41.29695	-3.74221		Sepulveda,Sepúlveda,Valleruca de Sepulveda	40195	55	SG	40195	
3109140	Sepúlveda	sepulveda	ES	40300	0	Europe/Madrid	40.73475	-6.31513		Dehesa Sepulveda,Dehesa Sepúlveda,Sepulveda,Sepúlveda		55	SA	37097	
3109141	Sepulcro Hilario	sepulcro-hilario	ES	37638	248	Europe/Madrid	40.69929	-6.18662		Sepulcro Hilario		55	SA	37304	
3109143	La Seu d'Urgell	la-seu-d-urgell	ES	25700	13063	Europe/Madrid	42.35877	1.46144	700	LEU,La Seo d'Urgel,La Seo de Urgel,La Seu d'Urgell,La Seu de Urgell,Orgellis civitas,Orgellum,Seo de Urgel,Urgelitana sedes,Urgellum,la Seu d'Urgell		56	L	25203	
3109145	Seoane de Arriba	seoane-de-arriba	ES	32560	0	Europe/Madrid	42.14319	-7.09009		Seoane de Arriba		58	OR	32086	
3109147	Seoane	seoane	ES	33739	0	Europe/Madrid	43.16667	-6.91667		Seoane		34	O	33027	
3109148	Seoane	seoane	ES	33739	0	Europe/Madrid	42.63333	-7.15		Caurel,Courel,Seoane		58	LU	27017	
3109149	Seoane	seoane	ES	33739	0	Europe/Madrid	42.55429	-7.5539		El Salvador,Seoane		58	LU	27031	
3109151	Seoane	seoane	ES	33739	0	Europe/Madrid	42.22772	-6.94736				58	OR	32083	
3109152	Seoane	seoane	ES	33739	0	Europe/Madrid	42.16643	-7.83986				58	OR	32001	
3109153	Seoane	seoane	ES	33739	0	Europe/Madrid	41.99724	-7.66944		San Juan,Seoane		58	OR	32032	
3109154	Señuela	senuela	ES	42216	0	Europe/Madrid	41.38058	-2.442		Sanuela,Sañuela,Senuela,Senuelas,Señuela,Señuelas		55	SO	42123	
3109156	Senra	senra	ES	24136	0	Europe/Madrid	43.65	-7.85		San Julian,San Julián,Senra		58	C	15061	
3109157	Senra	senra	ES	24136	0	Europe/Madrid	43.01667	-9.13333				58	C	15034	
3109158	Senra	senra	ES	24136	0	Europe/Madrid	42.99848	-8.3621				58	C	15060	
3109159	Senra	senra	ES	24136	0	Europe/Madrid	42.62069	-7.93698		San Pelayo,Senra		58	PO	36047	
3109161	Senosiáin	senosiain	ES	31172	0	Europe/Madrid	42.86682	-1.86388		Senosiain,Senosiáin		32	NA	31194	
3109164	Seno	seno	ES	44561	46	Europe/Madrid	40.81225	-0.33816		Seno	44212	52	TE	44212	
3109165	Sentmenat	sentmenat	ES	08181	7633	Europe/Madrid	41.60862	2.13532	213	Sentmenat		56	B	08033	
3109167	Sentfores	sentfores	ES	08505	0	Europe/Madrid	41.91667	2.21667		Sentfores		56	B	08129	
3109169	Senet	senet	ES	25553	90	Europe/Madrid	42.55801	0.75222	1340			56	L	25245	
3109170	Senés de Alcubierre	senes-de-alcubierre	ES	22253	48	Europe/Madrid	41.90731	-0.48906		Senes de Alcubierre,Senés de Alcubierre	22218	52	HU	22218	
3109171	Señés	senes	ES	04213	0	Europe/Madrid	42.58529	0.28758				52	HU	22182	
3109172	Senegüé	senegue	ES	22666	0	Europe/Madrid	42.54843	-0.3444				52	HU	22199	
3109179	Sendadiano	sendadiano	ES	01439	0	Europe/Madrid	42.88923	-2.90875		Sendadiano		59	VI	01020	
3109180	Senan	senan	ES	43449	0	Europe/Madrid	41.46994	1.08541		Senan,Senant	43146	56	T	43146	43146
3109181	Senande	senande	ES	15124	0	Europe/Madrid	43.04016	-9.14616		Senande		58	C	15052	
3109182	Senande	senande	ES	15124	44	Europe/Madrid	42.78333	-7.86667		Senande		58	LU	27003	
3109183	Sena de Luna	sena-de-luna	ES	24145	436	Europe/Madrid	42.92906	-5.95267		Sena de Luna	24164	55	LE	24164	
3109184	Seña	sena	ES	22230	0	Europe/Madrid	43.38545	-3.41126		Sena,Seña		39	S	39038	
3109185	Sena	sena	ES	22230	0	Europe/Madrid	43.05148	-6.95172		Sena		34	O	33028	
3109186	Sena	sena	ES	22230	534	Europe/Madrid	41.71587	-0.04234		Sena		52	HU	22213	
3109188	Semillas	semillas	ES	19237	52	Europe/Madrid	41.05857	-3.11945		Semillas	19901	54	GU	19901	
3109191	Selviella	selviella	ES	33845	0	Europe/Madrid	43.3233	-6.22176		Selviella		34	O	33005	
3109192	Selviejo	selviejo	ES	39687	0	Europe/Madrid	43.09268	-3.92828		Selviejo		39	S	39039	
3109193	la Selva de Mar	la-selva-de-mar	ES	17489	0	Europe/Madrid	42.32416	3.18698		la Selva de Mar		56	GI	17188	
3109195	Selorio	selorio	ES	33316	0	Europe/Madrid	43.51584	-5.36525		Santa Eulalia,Selorio		34	O	33076	
3109198	Sello	sello	ES	33318	0	Europe/Madrid	42.70938	-8.11767		Sello		58	PO	36024	
3109202	el Sallent	el-sallent	ES	17811	58	Europe/Madrid	42.15	2.61667				56	GI	17184	
3109203	Sellaño	sellano	ES	33557	0	Europe/Madrid	43.25699	-5.2008		Sellano,Sellaño		34	O	33050	
3109205	Selgua	selgua	ES	22415	0	Europe/Madrid	41.92929	0.11999				52	HU	22158	
3109208	Selga de Ordás	selga-de-ordas	ES	24275	0	Europe/Madrid	42.75461	-5.79145		Selga de Ordas,Selga de Ordás		55	LE	24158	
3109210	Sel de la Carrera	sel-de-la-carrera	ES	39687	0	Europe/Madrid	43.14473	-3.92658		Sel de la Carrera		39	S	39039	
3109211	Selaya	selaya	ES	39696	1991	Europe/Madrid	43.21376	-3.80563		Selaya	39082	39	S	39082	
3109212	Selas	selas	ES	19346	0	Europe/Madrid	43.28921	-7.23979		Selas		58	LU	27048	
3109213	Selas	selas	ES	19346	64	Europe/Madrid	40.9515	-2.10203		Selas	19254	54	GU	19254	
3109217	Sejo de Abajo	sejo-de-abajo	ES	39593	0	Europe/Madrid	43.36211	-4.34936		Sejo de Abajo		39	S	39091	
3109219	Sejas de Sanabria	sejas-de-sanabria	ES	49317	0	Europe/Madrid	42.06371	-6.36872		Sejas de Sanabria		55	ZA	49112	
3109220	Sejas de Aliste	sejas-de-aliste	ES	49515	0	Europe/Madrid	41.73116	-6.45371		Sejas de Aliste		55	ZA	49173	
3109223	Seiró	seiro	ES	32702	0	Europe/Madrid	42.18414	-7.62829				58	OR	32089	
3109224	Seira	seira	ES	22463	0	Europe/Madrid	43.14604	-6.88798				58	LU	27035	
3109225	Seira	seira	ES	22463	0	Europe/Madrid	42.76419	-8.67316				58	C	15074	
3109226	Seira	seira	ES	22463	167	Europe/Madrid	42.47696	0.43127		Seira	22215	52	HU	22215	
3109235	Seixas	seixas	ES	27375	0	Europe/Madrid	43.53333	-7.88333				58	C	15081	
3109236	Seijas	seijas	ES	33768	0	Europe/Madrid	43.23333	-7.6		San Pedro,Seijas		58	LU	27015	
3109238	Segurilla	segurilla	ES	45621	1132	Europe/Madrid	40.02386	-4.86418		Segurilla	45160	54	TO	45160	
3109239	Segura de Toro	segura-de-toro	ES	10739	194	Europe/Madrid	40.22427	-5.94836		Segura de Toro	10174	57	CC	10174	
3109242	Segura	segura	ES	20214	1234	Europe/Madrid	43.00753	-2.254		Segura	20070	59	SS	20070	
3109243	Segura	segura	ES	20214	0	Europe/Madrid	41.54357	1.26517		Segura		56	T	43143	43143
3109249	Seguín	seguin	ES	27419	0	Europe/Madrid	42.49815	-7.65016		Seguin,Seguín		58	LU	27041	
3109250	Següenco	seguenco	ES	33559	0	Europe/Madrid	43.32099	-5.10804				34	O	33012	
3109253	Segoviela	segoviela	ES	42167	0	Europe/Madrid	41.92444	-2.41666		Segoviela		55	SO	42019	
3109255	Segovia	segovia	ES	40001	0	Europe/Madrid	42.98515	-7.45234		Segovia,Segovija,Сеговия		58	LU	27014	
3109256	Segovia	segovia	ES	40001	56660	Europe/Madrid	40.94808	-4.11839		Segovia,Segovie,Segovija,Segovio,Segowia,Segòvia,Segóvia,Segóvía,Senkovia,Ségovie,XOU,sai ge wei ya,se ko beiy,segobia,segovi'a,segovia,sgwbya,sgwbyh,shqwbyt,syjwvya,Σεγκόβια,Сеговия,Сеговија,Сеговія,סגוביה,سيجوڤيا,سگوبیا,شقوبية,सेगोविआ,เซโกเบีย,სეგოვია,セゴビア,塞哥维亚,세고비아	SG	55	SG	40194	
3109259	Segán	segan	ES	27545	0	Europe/Madrid	42.67658	-7.69356		Santa Maria,Santa María		58	LU	27060	
3109261	Sediles	sediles	ES	50334	88	Europe/Madrid	41.34613	-1.53177		Sediles	50242	52	Z	50242	
3109264	Sedano	sedano	ES	09142	534	Europe/Madrid	42.71667	-3.75		Sedano		55	BU	09905	
3109279	Seceda	seceda	ES	27325	0	Europe/Madrid	42.62514	-7.22558		Seceda		58	LU	27017	
3109280	Secastilla	secastilla	ES	22439	140	Europe/Madrid	42.18112	0.26736		Secastilla	22214	52	HU	22214	
3109281	Secarejo	secarejo	ES	24273	0	Europe/Madrid	42.65063	-5.81405		Secarejo		55	LE	24055	
3109283	Secadura	secadura	ES	39764	0	Europe/Madrid	43.35472	-3.53615		Secadura		39	S	39102	
3109288	Sebúlcor	sebulcor	ES	40380	299	Europe/Madrid	41.27091	-3.88398		Sebulcor,Sebúlcor	40193	55	SG	40193	
3109289	Sebreño	sebreno	ES	33567	0	Europe/Madrid	43.46157	-5.08443		Sebreno,Sebreño		34	O	33056	
3109291	Sebrango	sebrango	ES	39582	0	Europe/Madrid	43.14048	-4.71756		Sebrango		39	S	39015	
3109294	Seaza	seaza	ES	33827	0	Europe/Madrid	43.32579	-6.1671		Seaza		34	O	33026	
3109296	Seares	seares	ES	33778	0	Europe/Madrid	43.48182	-7.02321		Seares		34	O	33017	
3109299	Seana	seana	ES	25262	0	Europe/Madrid	43.25347	-5.7889		Seana		34	O	33037	
3109300	Seana	seana	ES	25262	0	Europe/Madrid	41.67478	1.01714		Seana		56	L	25050	
3109301	Seadur	seadur	ES	32358	0	Europe/Madrid	42.37681	-7.1628		Seadur		58	OR	32038	
3109305	Sayatón	sayaton	ES	19119	131	Europe/Madrid	40.37635	-2.85253		Sayaton,Sayatón	19252	54	GU	19252	
3109313	Savallà del Comtat	savalla-del-comtat	ES	43427	0	Europe/Madrid	41.53333	1.3		Savalla del Comtat,Savalla del Condado,Savallà del Comtat,Savallá del Condado		56	T	43046	
3109314	Saús	saus	ES	17467	0	Europe/Madrid	43.34573	-5.60822		Saus,Saús		34	O	33066	
3109315	Saus	saus	ES	17467	719	Europe/Madrid	42.1324	2.97742		Saus		56	GI	17187	
3109316	Sauri	sauri	ES	25567	0	Europe/Madrid	42.44554	1.07328		Sauri		56	L	25209	
3109317	Sauquillo de Paredes	sauquillo-de-paredes	ES	42315	0	Europe/Madrid	41.36757	-2.97696		Sauquillo de Paredes		55	SO	42155	
3109318	Sauquillo del Campo	sauquillo-del-campo	ES	42216	0	Europe/Madrid	41.38235	-2.4745		Sauquillo,Sauquillo del Campo		55	SO	42003	
3109319	Sauquillo de Cabezas	sauquillo-de-cabezas	ES	40351	226	Europe/Madrid	41.19422	-4.06884		Sauquillo de Cabezas	40192	55	SG	40192	
3109320	Sauquillo de Boñices	sauquillo-de-bonices	ES	42218	0	Europe/Madrid	41.58367	-2.33857		Sauquillo de Bonices,Sauquillo de Boñices		55	SO	42183	
3109321	Sauquillo de Alcázar	sauquillo-de-alcazar	ES	42138	0	Europe/Madrid	41.60883	-2.06521		Sauquillo,Sauquillo de Alcazar,Sauquillo de Alcázar		55	SO	42187	
3109325	Saucelle	saucelle	ES	37257	384	Europe/Madrid	41.04769	-6.75328		Saucelle,Sausel'e,shao sai lie,Сауселье,Саусельє,绍塞列	37302	55	SA	37302	
3109326	Sauceda	sauceda	ES	10639	0	Europe/Madrid	40.30389	-6.35889		Caserio Sauceda,Caserío Sauceda,Sauceda		57	CC	10146	
3109328	Saúca	sauca	ES	19262	70	Europe/Madrid	41.03098	-2.52905		Sauca,Saúca	19251	54	GU	19251	
3109336	Sástago	sastago	ES	50780	1287	Europe/Madrid	41.32166	-0.35075		Sastago,Sástago	50240	52	Z	50240	
3109337	Sáseta	saseta	ES	09216	0	Europe/Madrid	42.71965	-2.59552		Saseta		55	BU	09109	
3109340	Sas do Monte	sas-do-monte	ES	32751	0	Europe/Madrid	42.30804	-7.44701		San Pedro,Sas do Monte		58	OR	32049	
3109341	Sás de Penelas	sas-de-penelas	ES	32794	0	Europe/Madrid	42.36667	-7.35				58	OR	32023	
3109344	Sasamón	sasamon	ES	09123	1309	Europe/Madrid	42.41687	-4.04288			09363	55	BU	09363	
3109345	Sasal	sasal	ES	22714	0	Europe/Madrid	42.52462	-0.40546				52	HU	22199	
3109346	Sasa del Abadiado	sasa-del-abadiado	ES	22192	0	Europe/Madrid	42.18578	-0.32875		Sasa del Abadiado		52	HU	22150	
3109348	Sarzol	sarzol	ES	33731	0	Europe/Madrid	43.32641	-6.82292		Sarzol		34	O	33029	
3109349	Sarvisé	sarvise	ES	22374	0	Europe/Madrid	42.57837	-0.11355		Sarbise,Sarbisé,Sarvise		52	HU	22069	
3109352	Sartajada	sartajada	ES	45632	134	Europe/Madrid	40.2132	-4.79427		Sartajada	45159	54	TO	45159	
3109353	Sartaguda	sartaguda	ES	31589	1361	Europe/Madrid	42.38333	-2.05709		Sartaguda	31223	32	NA	31223	
3109354	Sarsamarcuello	sarsamarcuello	ES	22809	0	Europe/Madrid	42.31216	-0.66949		Sarsamarcuello		52	HU	22149	
3109355	Sarsa de Surta	sarsa-de-surta	ES	22149	0	Europe/Madrid	42.31751	0.01545		Sarsa de Surta		52	HU	22907	
3109357	Sarroqueta	sarroqueta	ES	25554	0	Europe/Madrid	42.44342	0.72373		Sarroqueta		56	L	25173	
3109358	Sarroca de Lleida	sarroca-de-lleida	ES	25175	0	Europe/Madrid	41.45	0.56667		Sarroca de Lleida		56	L	25226	
3109360	Sarrión	sarrion	ES	44460	1062	Europe/Madrid	40.14175	-0.81533		Sarrion,Sarrión	44210	52	TE	44210	
3109364	Sarrià de Ter	sarria-de-ter	ES	17840	4001	Europe/Madrid	42.01667	2.83333		Sarria de Ter,Sarrià de Ter,Sarriá de Ter	17186	56	GI	17186	
3109368	Sarria	sarria	ES	01139	0	Europe/Madrid	42.96578	-2.82546		Sarria,Sarría		59	VI	01063	
3109369	Sarria	sarria	ES	01139	13508	Europe/Madrid	42.78148	-7.41431		Sarria,Sarrija,Sorria,sa li ya,saria,Сарриа,Саррія,サリア,萨里亚	27057	58	LU	27057	
3109370	Sarreaus	sarreaus	ES	32631	1768	Europe/Madrid	42.08784	-7.60348			32078	58	OR	32078	
3109371	Sarral	sarral	ES	43424	0	Europe/Madrid	41.44485	1.24806		Sarral,Sarreal		56	T	43021	
3109373	Sarratillo	sarratillo	ES	22330	0	Europe/Madrid	42.35611	0.09068		Sarratillo		52	HU	22907	
3109374	Sarratella	sarratella	ES	12184	93	Europe/Madrid	40.31284	0.0315		Sarratella	12103	60	CS	12103	
3109375	Sarracín de Aliste	sarracin-de-aliste	ES	49591	0	Europe/Madrid	41.84336	-6.19036		Sarracin,Sarracin de Aliste,Sarracín de Aliste		55	ZA	49176	
3109376	Sarracín	sarracin	ES	09620	303	Europe/Madrid	42.25813	-3.68608			09362	55	BU	09362	
3109377	Sarón	saron	ES	39620	0	Europe/Madrid	43.32571	-3.85179		Saron,Sarón		39	S	39074	
3109378	Saro	saro	ES	39639	519	Europe/Madrid	43.25961	-3.84283		Saro	39081	39	S	39081	
3109380	Sariñena	sarinena	ES	22200	4056	Europe/Madrid	41.79128	-0.15804		Sarinena,Sariñena	22213	52	HU	22213	
3109384	Sargentes de la Lora	sargentes-de-la-lora	ES	09144	204	Europe/Madrid	42.76917	-3.87278		Sargentes,Sargentes de la Lora,Sarkhentes-de-la-Lora,sa er heng te si de la luo la,sarjyntys dy la lwra,Сархентес-де-ла-Лора,سارجينتيس دي لا لورا,萨尔亨特斯德拉洛拉	09361	55	BU	09361	
3109385	Sargadelos	sargadelos	ES	27891	0	Europe/Madrid	43.66305	-7.39995		Sagardelos,Sargadelos		58	LU	27013	
3109386	Sardonedo	sardonedo	ES	24393	0	Europe/Madrid	42.53402	-5.84504		Sardonedo		55	LE	24159	
3109387	Sardón de los Frailes	sardon-de-los-frailes	ES	37172	84	Europe/Madrid	41.21373	-6.27101		Sardon de los Frailes,Sardón de los Frailes	37301	55	SA	37301	
3109388	Sardón de los Álamos	sardon-de-los-alamos	ES	37148	0	Europe/Madrid	41.05413	-6.18735		Sardon de los Alamos,Sardón de los Álamos		55	SA	37360	
3109389	Sardón de Duero	sardon-de-duero	ES	47340	671	Europe/Madrid	41.60847	-4.43397		Sardon de Duero,Sardón de Duero	47157	55	VA	47157	
3109397	Sardín	sardin	ES	33173	0	Europe/Madrid	43.2962	-5.84559		Sardin,Sardín		34	O	33057	
3109399	Sardedo	sardedo	ES	33567	0	Europe/Madrid	43.43996	-5.1215				34	O	33056	
3109400	Sardeda	sardeda	ES	33583	0	Europe/Madrid	43.39189	-5.27447				34	O	33049	
3109401	Sardas	sardas	ES	22613	0	Europe/Madrid	42.50703	-0.3368				52	HU	22199	
3109402	Cerdanyola del Vallès	cerdanyola-del-valles	ES	08290	58747	Europe/Madrid	41.49109	2.14079		Cerdanyola,Cerdanyola del Valles,Cerdanyola del Vallès		56	B	08266	
3109404	Sardalla	sardalla	ES	33569	0	Europe/Madrid	43.44538	-5.07551				34	O	33056	
3109405	Sarceda	sarceda	ES	39555	0	Europe/Madrid	43.37527	-6.80986				34	O	33007	
3109406	Sarceda	sarceda	ES	39555	0	Europe/Madrid	43.18919	-4.35774		Sarceda		39	S	39089	
3109409	Saravillo	saravillo	ES	22366	0	Europe/Madrid	42.55463	0.25866		Sarabillo,Saravillo		52	HU	22182	
3109410	Saraso	saraso	ES	09216	0	Europe/Madrid	42.71562	-2.66298		Saratsu		55	BU	09109	
3109418	Saratxo	saratxo	ES	01468	0	Europe/Madrid	43.02426	-3.01073				59	VI	01002	
3109420	Saqués	saques	ES	22665	0	Europe/Madrid	42.70262	-0.31998				52	HU	22059	
3109424	Sapinas	sapinas	ES	33787	0	Europe/Madrid	43.50184	-6.5075		Sapinas		34	O	33034	
3109425	Sapeira	sapeira	ES	22583	0	Europe/Madrid	42.2542	0.78862		Sapeira		56	L	25234	
3109426	Saornil de Voltoya	saornil-de-voltoya	ES	05289	0	Europe/Madrid	40.76693	-4.58828		Saornil de Voltoya		55	AV	05243	
3109427	Sanzoles	sanzoles	ES	49152	636	Europe/Madrid	41.43235	-5.5671		Sanzoles	49210	55	ZA	49210	
3109428	Sanzo	sanzo	ES	33736	0	Europe/Madrid	43.25007	-6.86403		Sanzo		34	O	33048	
3109429	San Zadornil	san-zadornil	ES	01427	0	Europe/Madrid	42.84309	-3.15819		San Zadornil		55	BU	09192	
3109430	Sanvitul	sanvitul	ES	24566	0	Europe/Madrid	42.55859	-7.00739		Sanvitul		55	LE	24103	
3109433	San Vitero	san-vitero	ES	49523	668	Europe/Madrid	41.7774	-6.34877		San Vitero	49209	55	ZA	49209	
3109435	San Victorián	san-victorian	ES	22338	0	Europe/Madrid	42.46667	0.23333		San Victorian,San Victorián		52	HU	22190	
3109436	San Vicentejo	san-vicentejo	ES	09217	0	Europe/Madrid	42.74979	-2.67929				55	BU	09109	
3109437	San Vicente de Villamezán	san-vicente-de-villamezan	ES	09571	0	Europe/Madrid	42.9798	-3.92932		San Vicente de Villamezan,San Vicente de Villamezán		55	BU	09413	
3109438	Sant Vicenç de Torelló	sant-vicenc-de-torello	ES	08571	0	Europe/Madrid	42.07478	2.29683		San Vicenc de Torello,San Vicenç de Torelló		56	B	08233	
3109439	San Vicente de Toranzo	san-vicente-de-toranzo	ES	39699	0	Europe/Madrid	43.2083	-3.93823		San Vicente de Toranca,San Vicente de Toranzo		39	S	39026	
3109440	Sant Vicenç de Montalt	sant-vicenc-de-montalt	ES	08394	6007	Europe/Madrid	41.57853	2.50879		San Vicente de Mont-Alt,Sant Vicenc de Montalt,Sant Vicenç de Montalt		56	B	08197	
3109441	San Vicente del Valle	san-vicente-del-valle	ES	09268	61	Europe/Madrid	42.33756	-3.1621		San Vicente del Valle	09360	55	BU	09360	
3109442	Sant Vicenç dels Horts	sant-vicenc-dels-horts	ES	08620	27701	Europe/Madrid	41.39317	2.00689		Sant Vicenc dels Horts,Sant Vicenç dels Horts	08263	56	B	08263	
3109443	San Vicente del Palacio	san-vicente-del-palacio	ES	47493	232	Europe/Madrid	41.21901	-4.85158		San Vicente del Palacio	47156	55	VA	47156	
3109444	San Vicente del Monte	san-vicente-del-monte	ES	39592	0	Europe/Madrid	43.28723	-4.30578		San Vicente del Monte		39	S	39091	
3109445	San Vicente de León	san-vicente-de-leon	ES	39450	0	Europe/Madrid	43.17861	-4.09424		San Vicente,San Vicente de Leon,San Vicente de León		39	S	39004	
3109446	San Vicente del Condado	san-vicente-del-condado	ES	24154	0	Europe/Madrid	42.64213	-5.3693		San Vicente del Condado		55	LE	24201	
3109527	Santoña	santona	ES	39740	11569	Europe/Madrid	43.44386	-3.45757		Santon'ja,Santona,Santonija,Santoña,sang tuo ni ya,santwnya,Сантония,Сантонья,سانتونيا,桑托尼亚	39079	39	S	39079	
3109743	Santa Marina	santa-marina	ES	26132	0	Europe/Madrid	43.37886	-3.70784				39	S	39028	
3109447	San Vicente de la Sonsierra	san-vicente-de-la-sonsierra	ES	26338	1212	Europe/Madrid	42.56321	-2.76071		San Vicente,San Vicente de la Sonsierra,San Vincente de la Sonsierra,San Visente de la Sonsiera,San-Visente-de-la-Sons'erra,sheng bi sen te de la song xie la,Сан-Висенте-де-ла-Сонсьерра,Сан-Вісенте-де-ла-Сонсьєрра,Սան Վիսենտե դե լա Սոնսիեռա,圣比森特德拉松谢拉	26142	27	LO	26142	
3109448	San Vicente de la Cabeza	san-vicente-de-la-cabeza	ES	49592	543	Europe/Madrid	41.80696	-6.24993		San Vicente de la Cabeza	49208	55	ZA	49208	
3109450	San Vicente de la Barquera	san-vicente-de-la-barquera	ES	39540	4475	Europe/Madrid	43.38509	-4.39934		San Vicente,San Vicente de la Barquera,San Vicente la Barquera,San-Visente-de-la-Barkera,san faysynt dy la barjwyra,sheng bi sen te de la wa er ke la,Сан-Висенте-де-ла-Баркера,Сан-Вісенте-де-ла-Баркера,سان فايسينت دي لا بارجويرا,圣比森特德拉瓦尔克拉	39080	39	S	39080	
3109451	Sant Vicenç de Castellet	sant-vicenc-de-castellet	ES	08295	8096	Europe/Madrid	41.66667	1.86667		San Vicente de Castellet,Sant Vicenc de Castellet,Sant Vicenç de Castellet		56	B	08053	
3109452	Sant Vicenç de Calders	sant-vicenc-de-calders	ES	43880	0	Europe/Madrid	41.2	1.51667		Sant Vicenc de Calders,Sant Vicenç de Calders		56	T	43163	
3109453	Barakaldo	barakaldo	ES	48900	98460	Europe/Madrid	43.29639	-2.98813		Baracaldo,Barakaldo,Done Bikendi,San Bizente,San Bizenti-Barakaldo,San Vicente de Baracaldo,Sanbi	48013	59	BI	48013	
3109454	San Vicente de Arévalo	san-vicente-de-arevalo	ES	05217	223	Europe/Madrid	40.96773	-4.80194		San Vicente de Arevalo,San Vicente de Arévalo	05231	55	AV	05231	
3109455	Done Bikendi Harana / San Vicente de Arana	san-vicente-de-arana	ES	01117	0	Europe/Madrid	42.74424	-2.36204		Done Bikendi Harana,San Vicente de Arana		59	VI	01056	
3109460	San Vicente	san-vicente	ES	31448	0	Europe/Madrid	43.31817	-5.36945				34	O	33049	
3109461	San Vicente	san-vicente	ES	31448	0	Europe/Madrid	43.15797	-3.10266				59	VI	01010	
3109462	San Vicente	san-vicente	ES	31448	0	Europe/Madrid	42.68711	-6.69017				55	LE	24007	
3109463	San Vicente	san-vicente	ES	31448	0	Europe/Madrid	42.68647	-1.32608		San-Visente,Сан-Висенте		32	NA	31242	
3109464	San Vicente	san-vicente	ES	31448	0	Europe/Madrid	42.63959	-4.30521		Barrio de San Vicente,El San Vicente,San Vicente,San-Visente,Сан-Висенте		55	P	34005	
3109465	San Vicente	san-vicente	ES	31448	0	Europe/Madrid	42.4688	0.10763				52	HU	22133	
3109466	San Vicente	san-vicente	ES	31448	0	Europe/Madrid	42.45082	-7.06078		Leira,San-Visente,Сан-Висенте		58	OR	32088	
3109467	San Vicente	san-vicente	ES	31448	0	Europe/Madrid	42.37826	-0.45367				52	HU	22072	
3109468	San Vicente	san-vicente	ES	31448	0	Europe/Madrid	42.2634	-2.27267				27	LO	26126	
3109469	San Vicente	san-vicente	ES	31448	0	Europe/Madrid	42.19749	-2.29852				27	LO	26098	
3109470	San Vicente	san-vicente	ES	31448	0	Europe/Madrid	40.90581	-5.38923		Alqueria San Vicente,Alquería San Vicente,San Vicente,San-Visente,Сан-Висенте		55	SA	37012	
3109471	San Vicente	san-vicente	ES	31448	0	Europe/Madrid	40.13333	-0.5				60	CS	12048	
3109475	Santurxo	santurxo	ES	32314	0	Europe/Madrid	42.41667	-6.96667				58	OR	32009	
3109476	Santurio	santurio	ES	33394	0	Europe/Madrid	43.5	-5.61667		San Jorge,San Jorge de Santurio,Santurio		34	O	33024	
3109477	Santurdejo	santurdejo	ES	26261	177	Europe/Madrid	42.37696	-2.95437		Santurdejo	26141	27	LO	26141	
3109478	Santurde	santurde	ES	01211	0	Europe/Madrid	42.98117	-3.47975				55	BU	09209	
3109479	Santurde	santurde	ES	01211	0	Europe/Madrid	42.6828	-2.79431		Santurde		59	VI	01014	
3109480	Santurde	santurde	ES	01211	0	Europe/Madrid	42.38994	-2.9804		Santurde		27	LO	26140	
3109481	Santurtzi	santurtzi	ES	48980	46978	Europe/Madrid	43.32842	-3.03248		Santurce,Santurce-Antiguo,Santurtzi	48082	59	BI	48082	
3109489	Santullán	santullan	ES	39706	0	Europe/Madrid	43.34682	-3.21034		Santullan,Santullán		39	S	39020	
3109491	Sant Salvador	sant-salvador	ES	08790	0	Europe/Madrid	41.45604	1.86201		San Salvador		56	B	08091	08091
3109499	Santoyo	santoyo	ES	34490	260	Europe/Madrid	42.21473	-4.34296		Santoyo	34174	55	P	34174	
3109501	Santovenia de Pisuerga	santovenia-de-pisuerga	ES	47155	2691	Europe/Madrid	41.69457	-4.69029		Santovenia de Pisuerga	47155	55	VA	47155	
3109502	Santovenia de Oca	santovenia-de-oca	ES	09199	0	Europe/Madrid	42.35676	-3.46218		Santovenia de Oca		55	BU	09026	
3109503	Santovenia del Monte	santovenia-del-monte	ES	24195	0	Europe/Madrid	42.65821	-5.47958		Santovenia del Monte		55	LE	24175	
3109504	Santovenia	santovenia	ES	40135	0	Europe/Madrid	42.75285	-5.88369				55	LE	24167	
3109505	Santovenia	santovenia	ES	40135	354	Europe/Madrid	41.87857	-5.71003		Santovenia	49207	55	ZA	49207	
3109506	Santovenia	santovenia	ES	40135	0	Europe/Madrid	40.96659	-4.47467		Santovenia		55	SG	40185	
3109508	Santo Tomé de Zabarcos	santo-tome-de-zabarcos	ES	05357	112	Europe/Madrid	40.78726	-4.91048		Santo Tome de Zabarcos,Santo Tomé de Zabarcos	05230	55	AV	05230	
3109509	Santo Tomé de Rozados	santo-tome-de-rozados	ES	37183	0	Europe/Madrid	40.84723	-5.7283		Santo Tome de Rozados,Santo Tome de Rozales,Santo Tomé de Rozados,Santo Tomé de Rozales		55	SA	37209	
3109510	Santo Tomé	santo-tome	ES	23311	0	Europe/Madrid	42.84353	-7.07443				58	LU	27012	
3109511	Santo Tomé	santo-tome	ES	23311	0	Europe/Madrid	42.27169	-8.02653				58	OR	32020	
3109512	Santo Tomás de las Ollas	santo-tomas-de-las-ollas	ES	24416	0	Europe/Madrid	42.55877	-6.57819		Santo Tomas de las Ollas,Santo Tomás de las Ollas		55	LE	24115	
3109513	Sant Tomàs de Fluvià	sant-tomas-de-fluvia	ES	17474	0	Europe/Madrid	42.18207	3.00927		Sant Tomas de Fluvia,Sant Tomàs de Fluvià		56	GI	17198	
3109515	Santotís	santotis	ES	09549	0	Europe/Madrid	43.16667	-4.33333		Santotis,Santotís		39	S	39014	
3109516	Santotís	santotis	ES	09549	0	Europe/Madrid	42.816	-3.36623		Santotis,Santotís		55	BU	09394	
3109517	Santotís	santotis	ES	09549	0	Europe/Madrid	41.02641	-3.13665				54	GU	19042	
3109518	Santoseso	santoseso	ES	33828	0	Europe/Madrid	43.46412	-6.09469		Santoseso		34	O	33010	
3109522	San Torcuato	san-torcuato	ES	26291	122	Europe/Madrid	42.48219	-2.88923		San Torcuato	26139	27	LO	26139	
3109523	San Torcuato	san-torcuato	ES	26291	0	Europe/Madrid	42.17953	-7.84407				58	OR	32001	
3109524	Santorcaz	santorcaz	ES	28818	729	Europe/Madrid	40.47176	-3.23462			28136	29	M	28136	
3109532	Santo Domingo de Silos	santo-domingo-de-silos	ES	09610	286	Europe/Madrid	41.964	-3.4174		Santo Domingo de Silos,Santo Domingo de los Silos	09358	55	BU	09358	
3109533	Santo Domingo de Pirón	santo-domingo-de-piron	ES	40180	65	Europe/Madrid	41.04104	-3.98933		Santo Domingo de Piron,Santo Domingo de Pirón	40190	55	SG	40190	
3109534	Santo Domingo de las Posadas	santo-domingo-de-las-posadas	ES	05292	93	Europe/Madrid	40.812	-4.63383		Santo Domingo de las Posadas	05229	55	AV	05229	
3109535	Santo Domingo de la Calzada	santo-domingo-de-la-calzada	ES	26250	6223	Europe/Madrid	42.44015	-2.95365		Ozkabarte,Santo Domingo de la Calzada,Santo Domingo de la Kalsada,Santo-Domingo-de-la-Kal'sada,santodoming-godelakalsada,sheng duo ming ge-de la ka er sa da,Санто-Доминго-де-ла-Кальсада,Санто-Домінго-де-ла-Кальсада,Սանտո Դոմինգո դե լա Կալսադա,サント・ドミンゴ・デ・ラ・カルサーダ,圣多明各-德拉卡尔萨达,산토도밍고데라칼사다	26138	27	LO	26138	
3109536	Santo Domingo de Herguijuela	santo-domingo-de-herguijuela	ES	37759	0	Europe/Madrid	40.59822	-5.8969		Santo Domingo de Herguijuela		55	SA	37159	
3109540	Santocildes	santocildes	ES	09213	0	Europe/Madrid	42.78753	-3.30022		Santocildes		55	BU	09412	
3109546	Sant Just Desvern	sant-just-desvern	ES	08960	15811	Europe/Madrid	41.38389	2.06758	109	Sant Just Desvern	08221	56	B	08221	
3109547	Sant Just d'Ardèvol	sant-just-d-ardevol	ES	25287	0	Europe/Madrid	41.9	1.51667				56	L	25167	
3109549	Sant Julià de Vilatorta	sant-julia-de-vilatorta	ES	08504	0	Europe/Madrid	41.92189	2.32447	606	Sant Julia,Sant Julia de Vilatorta,Sant Julià,Sant Julià de Vilatorta	08220	56	B	08220	
3109550	Sant Joan les Fonts	sant-joan-les-fonts	ES	17857	2615	Europe/Madrid	42.21186	2.51291		Sant Joan les Fonts		56	GI	17208	
3109551	Sant Joan de Vilatorrada	sant-joan-de-vilatorrada	ES	08250	10779	Europe/Madrid	41.74549	1.80476		San Joan de Vilatorrada		56	B	08113	
3109553	Santiz	santiz	ES	37110	291	Europe/Madrid	41.20579	-5.89654		Santiz,Sontiz	37299	55	SA	37299	
3109554	Santiuste de San Juan Bautista	santiuste-de-san-juan-bautista	ES	40460	740	Europe/Madrid	41.15593	-4.57202		Santiuste de San Juan Bautista	40189	55	SG	40189	
3109556	Santiuste	santiuste	ES	05592	0	Europe/Madrid	43.45274	-3.48747		Santiuste		39	S	39005	
3109557	Santiuste	santiuste	ES	05592	0	Europe/Madrid	42.24679	-3.92083				55	BU	09250	
3109558	Santiuste	santiuste	ES	05592	0	Europe/Madrid	41.61864	-2.95116		Santiuste		55	SO	42043	
3109559	Santiuste	santiuste	ES	05592	23	Europe/Madrid	41.08462	-2.80953		Santiuste	19250	54	GU	19250	
3109560	Santiuste	santiuste	ES	05592	0	Europe/Madrid	40.43576	-5.35223		Santiuste		55	AV	05228	
3109561	Santiurde de Toranzo	santiurde-de-toranzo	ES	39698	1349	Europe/Madrid	43.23819	-3.93947		Santiurde de Toranzo,Santiurde-de-Toranso,sang di wu er de de tuo lan suo,santaywrdy dy twranzw,Сантиурде-де-Торансо,Сантіурде-де-Торансо,سانتايوردي دي تورانزو,桑蒂乌尔德德托兰索	39078	39	S	39078	
3109562	Santiurde de Reinosa	santiurde-de-reinosa	ES	39490	362	Europe/Madrid	43.06144	-4.08351		Santiurde de Reinosa	39077	39	S	39077	
3109563	Santiso	santiso	ES	15808	0	Europe/Madrid	43.01969	-6.91247		Santirso,Santiso		34	O	33028	
3109564	Santiso	santiso	ES	15808	0	Europe/Madrid	42.87388	-8.05497		Santa Maria,Santa María,Santiso	15079	58	C	15079	
3109565	Santiso	santiso	ES	15808	0	Europe/Madrid	42.76631	-7.85884				58	LU	27003	
3109566	Santiso	santiso	ES	15808	0	Europe/Madrid	42.69407	-8.16307		Santiso		58	PO	36024	
3109577	Santillán de la Vega	santillan-de-la-vega	ES	34126	0	Europe/Madrid	42.44047	-4.71106		Santillan de la Vega,Santillán de la Vega		55	P	34147	
3109578	Santillana de Campos	santillana-de-campos	ES	34469	0	Europe/Madrid	42.36569	-4.38262		Santillana,Santillana de Campos,Santillano de Campos		55	P	34901	
3109582	Santillana	santillana	ES	04532	4042	Europe/Madrid	43.38903	-4.10844		Santillana,Santillana del Mar		39	S	39076	
3109583	Santillán	santillan	ES	09347	0	Europe/Madrid	43.38319	-4.4382		Santillan,Santillán		39	S	39095	
3109584	Santillán	santillan	ES	09347	0	Europe/Madrid	43.27292	-5.14246		Santillan,Santillán		34	O	33003	
3109585	Santillán	santillan	ES	09347	0	Europe/Madrid	42.0326	-3.73339		Santillan,Santillán		55	BU	09194	
3109588	Santibáñez-Zarzaguda	santibanez-zarzaguda	ES	09150	554	Europe/Madrid	42.48034	-3.78269		Santibanez,Santibanez-Zarzaguda,Santibáñez,Santibáñez-Zarzaguda		55	BU	09902	
3109589	Santibáñez el Bajo	santibanez-el-bajo	ES	10666	900	Europe/Madrid	40.17637	-6.22441		Santibanez el Bajo,Santibáñez el Bajo	10172	57	CC	10172	
3109590	Santibáñez el Alto	santibanez-el-alto	ES	10859	487	Europe/Madrid	40.18525	-6.54782		Santibanez el Alto,Santibáñez el Alto	10171	57	CC	10171	
3109591	Santibáñez de Vidriales	santibanez-de-vidriales	ES	49610	1251	Europe/Madrid	42.07362	-6.01549		Santibanez de Vidriales,Santibáñez de Vidriales	49206	55	ZA	49206	
3109592	Santibáñez de Valdeiglesias	santibanez-de-valdeiglesias	ES	24288	0	Europe/Madrid	42.45824	-5.93113		Santibanez de Valdeiglesias,Santibazez,Santibázez,Santibáñez de Valdeiglesias		55	LE	24224	
3109593	Santibáñez de Valcorba	santibanez-de-valcorba	ES	47331	190	Europe/Madrid	41.56983	-4.44938		Santibanez de Valcorba,Santibanez de Valcorva,Santibáñez de Valcorba,Santibáñez de Valcorva	47154	55	VA	47154	
3109594	Santibáñez de Tera	santibanez-de-tera	ES	49625	592	Europe/Madrid	41.98563	-5.92257	720	Santibanez de Tera,Santibáñez de Tera	49205	55	ZA	49205	
3109595	Santibáñez de Rueda	santibanez-de-rueda	ES	24815	0	Europe/Madrid	42.71889	-5.17079		Santibanez de Rueda,Santibáñez de Rueda		55	LE	24056	
3109596	Santibáñez de Resoba	santibanez-de-resoba	ES	34844	0	Europe/Madrid	42.90884	-4.60821		Santibanez de Resoba,Santibáñez de Resoba		55	P	34056	
3109597	Santibáñez de Porma	santibanez-de-porma	ES	24156	0	Europe/Madrid	42.58717	-5.42558		Santibanez de Porma,Santibáñez de Porma		55	LE	24175	
3109598	Santibáñez de Ordás	santibanez-de-ordas	ES	24276	0	Europe/Madrid	42.73147	-5.81306		Santibanez de Ordas,Santibáñez de Ordás		55	LE	24158	
3109599	Santibáñez de Murias	santibanez-de-murias	ES	33676	0	Europe/Madrid	43.11306	-5.65406		Santibanez,Santibanez de Murias,Santibáñez,Santibáñez de Murias		34	O	33002	
3109600	Santibáñez de Montes	santibanez-de-montes	ES	24379	0	Europe/Madrid	42.56742	-6.28163		Santibanez de Montes,Santibáñez de Montes		55	LE	24170	
3109601	Santibáñez del Val	santibanez-del-val	ES	09617	72	Europe/Madrid	41.97354	-3.48142		Santibanez del Val,Santibáñez del Val	09356	55	BU	09356	
3109603	Santibáñez del Río	santibanez-del-rio	ES	37129	0	Europe/Madrid	40.9775	-5.7217		Santibanez del Rio,Santibáñez del Río		55	SA	37117	
3109604	Santibáñez de la Sierra	santibanez-de-la-sierra	ES	37670	242	Europe/Madrid	40.49464	-5.91576		Santibanez de la Sierra,Santibáñez de la Sierra	37298	55	SA	37298	
3109605	Santibáñez de la Peña	santibanez-de-la-pena	ES	34870	1365	Europe/Madrid	42.80929	-4.73026		Santiban'es-de-la-Pen'ja,Santibanez de la Pena,Santibáñez de la Peña,sang di wa nie si de la pei ni ya,Сантибаньес-де-ла-Пенья,Сантібаньєс-де-ла-Пенья,桑蒂瓦涅斯德拉佩尼亚	34171	55	P	34171	
3109606	Santibáñez de la Lomba	santibanez-de-la-lomba	ES	24127	0	Europe/Madrid	42.76259	-5.99814		Santibanez de la Lomba,Santibáñez de la Lomba		55	LE	24132	
3109607	Santibáñez de la Isla	santibanez-de-la-isla	ES	24795	0	Europe/Madrid	42.37431	-5.93438		Santibanez de la Isla,Santibáñez de la Isla		55	LE	24155	
3109608	Santibáñez de la Fuente	santibanez-de-la-fuente	ES	33680	0	Europe/Madrid	43.12467	-5.56002		Santibanez de la Fuente,Santibáñez de la Fuente		34	O	33002	
3109609	Santibáñez de Ecla	santibanez-de-ecla	ES	34486	82	Europe/Madrid	42.70784	-4.37263		Santibanez de Ecla,Santibáñez de Ecla	34170	55	P	34170	
3109610	Santibáñez de Béjar	santibanez-de-bejar	ES	37740	606	Europe/Madrid	40.48785	-5.6111		Santiban'es-de-Bekhar,Santibanez de Bejar,Santibáñez de Béjar,sang di wa nie si de wei ha er,Сантибаньес-де-Бехар,Сантібаньєс-де-Бехар,桑蒂瓦涅斯德韦哈尔	37297	55	SA	37297	
3109611	Santibáñez de Ayllón	santibanez-de-ayllon	ES	40512	0	Europe/Madrid	41.33543	-3.282		Santibanez de Ayllon,Santibáñez de Ayllón		55	SG	40024	
3109612	Santibáñez de Arienza	santibanez-de-arienza	ES	24132	0	Europe/Madrid	42.79749	-6.02763		Santibanez de Arienza,Santibáñez de Arienza		55	LE	24132	
3109618	Santianes de Ola	santianes-de-ola	ES	33556	0	Europe/Madrid	43.38997	-5.0498		Santianes de Ola		34	O	33012	
3109619	Santianes de Molenes	santianes-de-molenes	ES	33826	0	Europe/Madrid	43.29466	-6.15029		Santianes,Santianes de Molenes		34	O	33026	
3109620	Santianes	santianes	ES	33537	0	Europe/Madrid	43.50423	-6.09297		Santianes		34	O	33051	
3109621	Santianes	santianes	ES	33537	0	Europe/Madrid	43.42421	-5.0601		Santianes		34	O	33056	
3109622	Santianes	santianes	ES	33537	0	Europe/Madrid	43.40038	-5.55339				34	O	33065	
3109623	Santianes	santianes	ES	33537	0	Europe/Madrid	43.3396	-5.36854				34	O	33049	
3109624	Santianes	santianes	ES	33537	0	Europe/Madrid	43.30908	-5.81789				34	O	33044	
3109625	Santianes	santianes	ES	33537	0	Europe/Madrid	43.3121	-5.7141				34	O	33031	
3109626	Santianes	santianes	ES	33537	0	Europe/Madrid	43.28984	-6.38489				34	O	33073	
3109627	Santianes	santianes	ES	33537	0	Europe/Madrid	43.17725	-6.1236		Santianes		34	O	33072	
3109631	Santiago de Tudela	santiago-de-tudela	ES	09588	0	Europe/Madrid	43.09497	-3.18432				55	BU	09410	
3109632	Santiago de Sierra	santiago-de-sierra	ES	33816	0	Europe/Madrid	43.21317	-6.44236		Santiago,Santiago de Sierra,Santiago de la Sierra,Sierra		34	O	33011	
3109633	Santiago del Val	santiago-del-val	ES	34490	0	Europe/Madrid	42.20779	-4.35731		Santiago del Val		55	P	34174	
3109635	Santiago del Molinillo	santiago-del-molinillo	ES	24273	0	Europe/Madrid	42.66469	-5.82946		Santiago del Molinillo		55	LE	24104	
3109637	Santiago del Collado	santiago-del-collado	ES	05592	257	Europe/Madrid	40.43326	-5.35631		Santiago del Collado	05228	55	AV	05228	
3109638	Santiago de las Villas	santiago-de-las-villas	ES	24123	0	Europe/Madrid	42.80085	-5.73681		Santiago de las Villas		55	LE	24040	
3109639	Santiago del Arroyo	santiago-del-arroyo	ES	47164	0	Europe/Madrid	41.45125	-4.51915		Santiago del Arroyo		55	VA	47145	
3109640	Santiago de la Requejada	santiago-de-la-requejada	ES	49323	0	Europe/Madrid	42.10166	-6.55652		Santiago de la Requejada		55	ZA	49181	
3109641	Santiago de la Puebla	santiago-de-la-puebla	ES	37311	472	Europe/Madrid	40.80132	-5.28073		Santiago de la Puebla	37296	55	SA	37296	
3109642	Santiago de Compostela	santiago-de-compostela	ES	15701	95092	Europe/Madrid	42.88052	-8.54569		Compostela,Compostelako Donejakue,Compostella,Compostèla,Lungsod ng Santiago de Compostela,SCQ,Saint-Jacques-de-Compostelle,Sant'jago-de-Kompostela,Sant'jago-de-Kompostelae,Santiago,Santiago de Compostela,Santiago de Compostella,Santiago de Compostel·la,Santiago de Kompostela,Santiago di Compostela,Santiago nte Kompostela,Santiagu de Compostela,Santiaqo de Kompostela,Santijago de Kompostela,Santjaga-deh-Kampastehla,Santjago de Kompostela,Sint-Djake-el-Galice,Sint-Djåke-el-Galice,cantiyako te kompocutela,kong bo si te la de sheng de ya ge,san teiy ko dek xm po s te la,santi'ago de komaposatela,santi'ago de kompostela,santiagodekomposeutella,santiyago de kompostela,santyaghw dy kwmbwstyla,santyagw d kmpwstla,santyajw dy kwmbwstyla,sheng de ya ge jin bo si te la,sheng de ya ge-de kong bo si te la,Σαντιάγο ντε Κομποστέλα,Сантијаго де Компостела,Сантьяго-де-Компостелæ,Сантьяго-де-Компостела,Сантяга-дэ-Кампастэла,Сантяго де Компостела,Сантјаго де Компостела,Սանտիագո դե Կոմպոստելա,סאנטיאגא דע קאמפאסטעלא,סנטיאגו דה קומפוסטלה,سانتياجو دى كومبوستيلا,سانتياغو دي كومبوستيلا,سانتیاگو د کمپوستلا,سانتیاگو دے کومپوستیلا,सांतिआगो दे कोम्पोस्तेला,सांतियागो दे कोंपोस्तेला,ਸਾਂਤੀਆਗੋ ਦੇ ਕੋਮਪੋਸਤੇਲਾ,சாந்தியாகோ தே கோம்போசுதேலா,සන්තියාගෝ ඩි කොම්පොස්ටෙලා,ซานเตียโกเดกอมโปสเตลา,სანტიაგო-დე-კომპოსტელა,サンティアゴ・デ・コンポステーラ,孔波斯特拉的聖地牙哥,聖地亞哥-德孔波斯特拉,聖地亞哥金波斯特拉,산티아고데콤포스텔라	58	58	C	15078	
3109643	Santiago de Cerredo	santiago-de-cerredo	ES	33879	0	Europe/Madrid	43.33374	-6.57842		Cerredo,Santiago de Cerredo		34	O	33073	
3109644	Santiago de Cartes	santiago-de-cartes	ES	39311	0	Europe/Madrid	43.33612	-4.06603		Santiago de Cartes		39	S	39018	
3109646	Santiago	santiago	ES	33791	0	Europe/Madrid	42.61619	-3.93531				55	BU	09427	
3109647	Santiago	santiago	ES	33791	0	Europe/Madrid	43.53162	-6.55718		Iglesia de Santiago,Santiago		34	O	33034	
3109648	Santiago	santiago	ES	33791	0	Europe/Madrid	43.39037	-3.78811				39	S	39042	
3109649	Santiago	santiago	ES	33791	0	Europe/Madrid	43.10942	-2.58428		Santiago		59	BI	48091	
3109651	Sant Guim de la Plana	sant-guim-de-la-plana	ES	25211	192	Europe/Madrid	41.76285	1.3237		Sant Guim de la Plana		56	L	25907	
3109653	Doneztebe-Santesteban	doneztebe-santesteban	ES	31740	1506	Europe/Madrid	43.13333	-1.66667		Doneztebe,Doneztebe-Santesteban,Santesteban	31221	32	NA	31221	
3109655	Santervás del Burgo	santervas-del-burgo	ES	42141	0	Europe/Madrid	41.71604	-3.15053		Santervas,Santervas del Burgo,Santervás,Santervás del Burgo		55	SO	42085	
3109656	Santervás de la Vega	santervas-de-la-vega	ES	34112	507	Europe/Madrid	42.50677	-4.80002		Santervas de la Vega,Santervás de la Vega	34169	55	P	34169	
3109742	Santa Marina	santa-marina	ES	26132	0	Europe/Madrid	43.55769	-6.31057				34	O	33021	
3109657	Santervás de la Sierra	santervas-de-la-sierra	ES	42153	0	Europe/Madrid	41.87304	-2.5675		Santervas,Santervas de la Sierra,Santervás de la Sierra		55	SO	42094	
3109658	Santervás de Campos	santervas-de-campos	ES	47609	144	Europe/Madrid	42.2182	-5.10027		Santervas de Campos,Santervás de Campos	47153	55	VA	47153	
3109660	Santelices	santelices	ES	09574	0	Europe/Madrid	43.31331	-3.11952		Sanfelices		59	BI	48071	
3109661	Santelices	santelices	ES	09574	0	Europe/Madrid	43.24586	-3.20222				59	BI	48008	
3109662	Santelices	santelices	ES	09574	0	Europe/Madrid	43.00327	-3.74268		Santelices		55	BU	09216	
3109664	Santed	santed	ES	50373	75	Europe/Madrid	41.03172	-1.51028			50239	52	Z	50239	
3109665	Santecilla	santecilla	ES	09585	0	Europe/Madrid	43.25929	-3.3554		Santecilla		59	BI	48022	
3109666	Santecilla	santecilla	ES	09585	0	Europe/Madrid	43.15548	-3.23702				55	BU	09410	
3109670	Sant Climenç	sant-climenc	ES	25286	0	Europe/Madrid	41.95	1.41667				56	L	25129	
3109679	Santa Susanna	santa-susanna	ES	08398	0	Europe/Madrid	41.73333	2.4				56	B	08234	
3109680	Santa Susanna	santa-susanna	ES	08398	3019	Europe/Madrid	41.63333	2.71667		Santa Susana,Santa Susanna,Santa-Susanna,Санта-Сусанна	08261	56	B	08261	
3109681	Santas Martas	santas-martas	ES	24330	958	Europe/Madrid	42.4322	-5.37066		Santa Martas,Santas Martas	24160	55	LE	24160	
3109683	Santes Creus	santes-creus	ES	43815	0	Europe/Madrid	41.34645	1.36314		Santes Creus		56	T	43001	
3109689	Santa Perpètua de Mogoda	santa-perpetua-de-mogoda	ES	08130	25048	Europe/Madrid	41.53333	2.18333		Santa Perpetua de Mogoda,Santa Perpetua de Moguda,Santa Perpètua de Mogoda	08260	56	B	08260	
3109690	Santa Perpètua de Gaià	santa-perpetua-de-gaia	ES	43421	0	Europe/Madrid	41.46667	1.4		Santa Perpetua,Santa Perpetua de Gaia,Santa Perpètua,Santa Perpètua de Gaià		56	T	43120	
3109692	Santa Pau	santa-pau	ES	17811	1541	Europe/Madrid	42.1443	2.57123			17184	56	GI	17184	
3109693	Santa Oliva	santa-oliva	ES	43710	2761	Europe/Madrid	41.25357	1.55086		Santa Oliva		56	T	43024	
3109694	Santa Olaya	santa-olaya	ES	33557	0	Europe/Madrid	43.53333	-5.68333		Santa Olaya		34	O	33024	
3109696	Santa Olalla de Yeltes	santa-olalla-de-yeltes	ES	37690	0	Europe/Madrid	40.77703	-6.22842		Santa Olalla de Yeltes		55	SA	37135	
3109697	Santa Olalla de Valdivielso	santa-olalla-de-valdivielso	ES	09559	0	Europe/Madrid	42.83009	-3.57588		Santa Olalla de Valdivielso		55	BU	09217	
3109698	Santa Olalla del Valle	santa-olalla-del-valle	ES	09268	0	Europe/Madrid	42.33834	-3.17384		Santa Olalla del Valle		55	BU	09433	
3109699	Santa Olalla de Bureba	santa-olalla-de-bureba	ES	09292	31	Europe/Madrid	42.47721	-3.44109		Santa Olalla de Bureba	09354	55	BU	09354	
3109700	Santa Olalla de Aguayo	santa-olalla-de-aguayo	ES	39491	0	Europe/Madrid	43.07021	-4.03165		Santa Olalla de Aguayo		39	S	39070	
3109702	Santa Olalla	santa-olalla	ES	09567	0	Europe/Madrid	43.13673	-4.04717				39	S	39046	
3109703	Santa Olalla	santa-olalla	ES	09567	0	Europe/Madrid	43.07447	-3.56412				55	BU	09124	
3109704	Santa Olalla	santa-olalla	ES	09567	0	Europe/Madrid	42.93263	-4.20167		Santa Olalla		39	S	39092	
3109705	Santa Olalla	santa-olalla	ES	09567	3024	Europe/Madrid	40.02348	-4.43025		Santa Olalla,Santa Olalla de Toledo	45158	54	TO	45158	
3109707	Santa Olaja de la Vega	santa-olaja-de-la-vega	ES	34112	0	Europe/Madrid	42.54054	-4.78395		Santa Olaja de la Vega		55	P	34218	
3109708	Santa Olaja de la Varga	santa-olaja-de-la-varga	ES	24813	0	Europe/Madrid	42.83718	-5.1175		Santa Olaja de la Varga		55	LE	24056	
3109709	Santa Olaja de la Ribera	santa-olaja-de-la-ribera	ES	24199	0	Europe/Madrid	42.55855	-5.554		Santa Olaja de la Ribera		55	LE	24227	
3109710	Santa Olaja de la Acción	santa-olaja-de-la-accion	ES	24892	0	Europe/Madrid	42.75403	-5.04411		Santa Olaja de la Accion,Santa Olaja de la Acción		55	LE	24052	
3109711	Santa Olaja de Eslonza	santa-olaja-de-eslonza	ES	24164	0	Europe/Madrid	42.58016	-5.35414		Santa Olaja de Eslonza		55	LE	24079	
3109712	Santa Olaja	santa-olaja	ES	09588	0	Europe/Madrid	43.07757	-3.19977		Santa Olaja		55	BU	09410	
3109713	Sant Antolí i Vilanova	sant-antoli-i-vilanova	ES	25213	0	Europe/Madrid	41.61667	1.35				56	L	25216	
3109714	Sant Aniol de Finestres	sant-aniol-de-finestres	ES	17154	0	Europe/Madrid	42.09023	2.58688		Sant Aniol de Finestres	17183	56	GI	17183	
3109718	Santander	santander	ES	39001	182700	Europe/Madrid	43.46472	-3.80444		Portus Victoriae Iuliobrigensium,SDR,Sanandere,Santandehr,Santandel,Santander,Santandera,Santanderas,Santandero,Santandèr,Santandér,cantanter,sang tan de,santandeleu,santandera,santanderu,santandr,santandyr,sntndr,Сантандер,Сантандэр,סנטנדר,سانتاندر,سانتاندير,سانٹانڈر,सांतांदेर,சான்தான்தேர்,サンタンデール,桑坦德,산탄데르	39	39	S	39075	
3109719	Santa Mera	santa-mera	ES	33316	0	Europe/Madrid	43.52652	-5.34176				34	O	33076	
3109720	Santamera	santamera	ES	19269	0	Europe/Madrid	41.1283	-2.77673		Santamera,Santomera		54	GU	19238	
3109721	Santa Marta de Tormes	santa-marta-de-tormes	ES	37900	14630	Europe/Madrid	40.95065	-5.62723		Santa Marta de Tormes	37294	55	SA	37294	
3109722	Santa Marta de Tera	santa-marta-de-tera	ES	49626	0	Europe/Madrid	41.99518	-5.97371		Santa Marta,Santa Marta de Tera		55	ZA	49033	
3109725	Santa Marta del Cerro	santa-marta-del-cerro	ES	40310	53	Europe/Madrid	41.21843	-3.68582		Santa Marta del Cerro	40186	55	SG	40186	
3109727	Santa Marta	santa-marta	ES	02639	0	Europe/Madrid	43.29539	-6.3652				34	O	33073	
3109728	Santa Marta	santa-marta	ES	02639	0	Europe/Madrid	43.02242	-7.71554				58	LU	27020	
3109729	Santa Marta	santa-marta	ES	02639	0	Europe/Madrid	42.2	-7.13333				58	OR	32086	
3109731	Santa Marina de Valdeón	santa-marina-de-valdeon	ES	24915	0	Europe/Madrid	43.13406	-4.88816		Santa Marina de Valdeon,Santa Marina de Valdeón		55	LE	24116	
3109732	Santa Marina de Torre	santa-marina-de-torre	ES	24378	0	Europe/Madrid	42.58414	-6.33564		Santa Marina de Torre		55	LE	24170	
3109733	Santa Marina de Somoza	santa-marina-de-somoza	ES	24722	0	Europe/Madrid	42.46294	-6.26882		Santa Marina de Somoza		55	LE	24152	
3109735	Santa Marina del Sil	santa-marina-del-sil	ES	24493	0	Europe/Madrid	42.66501	-6.50096		Santa Marina del Sil		55	LE	24169	
3109736	Santa Marina del Rey	santa-marina-del-rey	ES	24393	2281	Europe/Madrid	42.51334	-5.86065		Santa Marina del Rey	24159	55	LE	24159	
3109741	Santa Marina	santa-marina	ES	26132	0	Europe/Madrid	43.56252	-6.64051				34	O	33041	
3109745	Santa Marina	santa-marina	ES	26132	0	Europe/Madrid	43.30401	-6.29047				34	O	33005	
3109746	Santa Marina	santa-marina	ES	26132	0	Europe/Madrid	43.18294	-9.12661				58	C	15016	
3109747	Santa Marina	santa-marina	ES	26132	0	Europe/Madrid	43.14994	-5.96209				34	O	33053	
3109748	Argisain (Santa Marina)	argisain-santa-marina	ES	20737	0	Europe/Madrid	43.10647	-2.17461		Argisain,Santa Marina		59	SS	20066	
3109749	Santa Marina	santa-marina	ES	26132	0	Europe/Madrid	43.04571	-9.19238				58	C	15052	
3109750	Santa Marina	santa-marina	ES	26132	0	Europe/Madrid	42.95669	-8.91861				58	C	15045	
3109751	Santa Mariña	santa-marina	ES	26132	0	Europe/Madrid	42.70321	-7.19913				58	LU	27055	
3109752	Santa Mariña	santa-marina	ES	26132	0	Europe/Madrid	42.38928	-7.01461				58	OR	32009	
3109754	Santa María-Tajadura	santa-maria-tajadura	ES	09131	0	Europe/Madrid	42.38406	-3.83309		Santa Maria-Tajadura,Santa María-Tajadura		55	BU	09297	
3109755	Santa María-Ribarredonda	santa-maria-ribarredonda	ES	09219	120	Europe/Madrid	42.64048	-3.18046		Santa Maria de Ribarredonda,Santa Maria-Ribarredonda,Santa María de Ribarredonda,Santa María-Ribarredonda		55	BU	09353	
3109799	Santa Maria de Corcó	santa-maria-de-corco	ES	08511	2171	Europe/Madrid	42.03333	2.36667	740	Santa Maria de Corco,Santa Maria de Corcó,l'Esquirol		56	B	08280	
3110294	San Miguel	san-miguel	ES	01213	0	Europe/Madrid	43.15208	-5.72717				34	O	33002	
3109756	Santa María la Real de Nieva	santa-maria-la-real-de-nieva	ES	40440	1310	Europe/Madrid	41.06998	-4.40709		Santa Maria de la Nieva,Santa Maria la Real de Nieva,Santa María la Real de Nieva,Santa-Maria de Nieva,Santa-Marija-la-Real'-de-N'eva,Santa-María de Nieva,sheng ma li ya la lei ya er de nie wa,Санта-Мария-ла-Реаль-де-Ньева,Санта-Марія-ла-Реаль-де-Ньєва,圣马里亚拉雷亚尔德涅瓦	40185	55	SG	40185	
3109759	Santa Maria de Vilalba	santa-maria-de-vilalba	ES	08630	0	Europe/Madrid	41.51078	1.93219		Santa Maria de Vilalba		56	B	08001	
3109760	Santa María de Valverde	santa-maria-de-valverde	ES	39419	93	Europe/Madrid	41.93479	-5.9356		Santa Maria de Valverde,Santa María de Valverde	49204	55	ZA	49204	
3109761	Santa María de Sando	santa-maria-de-sando	ES	37468	158	Europe/Madrid	40.97909	-6.12904		Santa Maria de Sando,Santa María de Sando	37293	55	SA	37293	
3109762	Santa María de Riaza	santa-maria-de-riaza	ES	40594	0	Europe/Madrid	41.41416	-3.40493		Santa Maria de Riaza,Santa María de Riaza		55	SG	40024	
3109763	Santa María de Redondo	santa-maria-de-redondo	ES	34849	0	Europe/Madrid	42.99095	-4.43451		Santa Maria de Redondo,Santa María de Redondo		55	P	34904	
3109764	Santa Maria de Palautordera	santa-maria-de-palautordera	ES	08460	7739	Europe/Madrid	41.69417	2.44566			08259	56	B	08259	
3109766	Santa María de Ordás	santa-maria-de-ordas	ES	24276	364	Europe/Madrid	42.72653	-5.82301		Santa Maria,Santa Maria de Ordas,Santa María de Ordás	24158	55	LE	24158	
3109767	Santa Maria d'Oló	santa-maria-d-olo	ES	08273	1044	Europe/Madrid	41.86667	2.03333	542	Santa Maria d'Olo,Santa Maria d'Oló		56	B	08012	
3109768	Santa María de Nava	santa-maria-de-nava	ES	34828	0	Europe/Madrid	42.88285	-4.30861		Santa Maria de Nava,Santa María de Nava		55	P	34027	
3109770	Santa Maria de Meià	santa-maria-de-meia	ES	25736	0	Europe/Madrid	41.99395	0.9922	691	Meia,Meià,Santa Maria de Meia,Santa Maria de Meià		56	L	25034	
3109772	Santa María de Mave	santa-maria-de-mave	ES	34492	0	Europe/Madrid	42.72311	-4.27428		Santa Maria de Mave,Santa María de Mave		55	P	34004	
3109773	Santa Maria de Martorelles	santa-maria-de-martorelles	ES	08106	0	Europe/Madrid	41.51667	2.25		Santa Maria de Martorellas de Arriba,Santa Maria de Martorelles,Santa María de Martorellas de Arriba		56	B	08209	
3109774	Santa Maria de Merlès	santa-maria-de-merles	ES	08517	0	Europe/Madrid	42	1.98333				56	B	08188	
3109775	Santa María del Val	santa-maria-del-val	ES	16878	96	Europe/Madrid	40.50439	-2.04115		Santa Maria del Val,Santa María del Val	16197	54	CU	16197	
3109776	Santa María del Río	santa-maria-del-rio	ES	24344	0	Europe/Madrid	42.52781	-5.04736		Santa Maria del Rio,Santa María del Río		55	LE	24226	
3109778	Santa María del Páramo	santa-maria-del-paramo	ES	24240	3120	Europe/Madrid	42.35512	-5.75151		Santa Maria,Santa-Marija-del'-Paramo,sheng ma li ya de er pa la mo,Санта-Мария-дель-Парамо,Санта-Марія-дель-Парамо,圣马里亚德尔帕拉莫	24157	55	LE	24157	
3109779	Santa María de los Oteros	santa-maria-de-los-oteros	ES	24291	0	Europe/Madrid	42.35066	-5.38328		Santa Maria de los Oteros,Santa María de los Oteros		55	LE	24097	
3109780	Santa María de los Llanos	santa-maria-de-los-llanos	ES	16639	0	Europe/Madrid	40.47617	-5.92017		Santa Maria de los Llanos,Santa María de los Llanos		55	SA	37298	
3109781	Santa María de los Caballeros	santa-maria-de-los-caballeros	ES	05580	114	Europe/Madrid	40.38925	-5.45112		Santa Maria de los Caballeros,Santa María de los Caballeros	05226	55	AV	05226	
3109785	Santa María del Invierno	santa-maria-del-invierno	ES	09292	70	Europe/Madrid	42.44288	-3.43782		Santa Maria del Invierno,Santa María del Invierno	09351	55	BU	09351	
3109787	Lezama	lezama	ES	01450	0	Europe/Madrid	43.26667	-2.83333		Lezama,Santa Maria de Lezama,Santa María de Lezama,Txoriherri-Lezama		59	BI	48905	
3109788	Santa María del Campo	santa-maria-del-campo	ES	09342	677	Europe/Madrid	42.13304	-3.97283		Santa Maria,Santa Maria del Campo,Santa María del Campo,Santo Maria del Campo	09350	55	BU	09350	
3109790	Santa María del Berrocal	santa-maria-del-berrocal	ES	05510	514	Europe/Madrid	40.50845	-5.40483		Santa Maria del Berrocal,Santa María del Berrocal	05225	55	AV	05225	
3109791	Santa María de la Vega	santa-maria-de-la-vega	ES	49696	478	Europe/Madrid	42.08497	-5.80851			49203	55	ZA	49203	
3109792	Santa María de las Hoyas	santa-maria-de-las-hoyas	ES	42141	191	Europe/Madrid	41.77145	-3.14172		Santa Maria de las Hoyas,Santa María de las Hoyas	42168	55	SO	42168	
3109793	Santa María de la Isla	santa-maria-de-la-isla	ES	24795	624	Europe/Madrid	42.35533	-5.9287		Santa Maria de la Isla,Santa María de la Isla	24155	55	LE	24155	
3109794	Santa María de la Alameda	santa-maria-de-la-alameda	ES	28296	992	Europe/Madrid	40.59492	-4.25772			28135	29	M	28135	
3109795	Santa María de Huerta	santa-maria-de-huerta	ES	42260	405	Europe/Madrid	41.26667	-2.16667		Santa Maria de Huert,Santa Maria de Huerta,Santa Maria de Huerto,Santa María de Huerta	42167	55	SO	42167	
3109797	Santa María de Garoña	santa-maria-de-garona	ES	09212	0	Europe/Madrid	42.76483	-3.20582		Santa Maria de Garona,Santa María de Garoña		55	BU	09412	
3109889	Santa Eulalia	santa-eulalia	ES	01439	0	Europe/Madrid	43.08878	-4.44381		Santa Eulalia		39	S	39053	
3109800	Santa María de Cayón	santa-maria-de-cayon	ES	39694	6710	Europe/Madrid	43.30849	-3.8368		Santa Maria de Cayon,Santa María de Cayón,Santa-Marija-de-Kajon,santa marya dy kaywn,sheng ma li ya de kai weng,Санта-Мария-де-Кайон,Санта-Марія-де-Кайон,سانتا ماريا دي كايون,圣马里亚德凯翁	39074	39	S	39074	
3109801	Santa María de Camós	santa-maria-de-camos	ES	17834	0	Europe/Madrid	42.07823	2.77619		Santa Maria de Camo,Santa Maria de Camos,Santa María de Camo,Santa María de Camós		56	GI	17035	
3109804	Barberà del Vallès	barbera-del-valles	ES	08210	31144	Europe/Madrid	41.5159	2.12457		Barbera Del Valles,Barbera del Valles,Barberà del Vallès,Santa Maria de Barbera,Santa María de Barberà		56	B	08252	
3109805	Santa María de Aguayo	santa-maria-de-aguayo	ES	39491	0	Europe/Madrid	43.07085	-4.03711		Santa Maria,Santa Maria de Aguayo,Santa María,Santa María de Aguayo		39	S	39070	
3109806	Santa María-Ananúñez	santa-maria-ananunez	ES	09108	0	Europe/Madrid	42.48323	-4.20902		Santa Maria de Ananunez,Santa Maria-Ananunez,Santa María de Ananúñez,Santa María-Ananúñez		55	BU	09211	
3109821	Santa Margarida de Montbui	santa-margarida-de-montbui	ES	08710	0	Europe/Madrid	41.55	1.61667				56	B	08048	
3109824	Santa Magdalena de Pulpis	santa-magdalena-de-pulpis	ES	12597	836	Europe/Madrid	40.35625	0.30258		Santa Magdalena de Pulpis	12102	60	CS	12102	
3109828	Santa Lucía de la Sierra	santa-lucia-de-la-sierra	ES	05691	0	Europe/Madrid	40.35153	-5.58538		Santa Lucia de la Sierra,Santa Lucía de la Sierra		55	AV	05236	
3109831	Santa Lucía	santa-lucia	ES	03700	0	Europe/Madrid	42.87582	-5.63562		Santa Lucia,Santa Lucía		55	LE	24114	
3109832	Santa Lucía	santa-lucia	ES	03700	0	Europe/Madrid	42.70679	-0.79084				52	HU	22901	
3109833	Santa Lucía	santa-lucia	ES	03700	0	Europe/Madrid	42.31209	-2.26281		Santa Lucia,Santa Lucía		27	LO	26108	
3109834	Santa Lucía	santa-lucia	ES	03700	0	Europe/Madrid	42.22783	0.35443				52	HU	22117	
3109835	Santa Lucía	santa-lucia	ES	03700	0	Europe/Madrid	40.25	-0.75		Barrio Santa Lucia,Barrio Santa Lucía,Santa Lucia,Santa Lucía		52	TE	44158	
3109836	Santalla	santalla	ES	24445	0	Europe/Madrid	43.48588	-7.0694				58	LU	27051	
3109837	Santalla	santalla	ES	24445	0	Europe/Madrid	43.46299	-6.99102		Santalla		34	O	33017	
3109838	Santalla	santalla	ES	24445	0	Europe/Madrid	43.32376	-7.20256				58	LU	27048	
3109840	Santalla	santalla	ES	24445	0	Europe/Madrid	43.09738	-6.89336				58	LU	27035	
3109841	Santalla	santalla	ES	24445	0	Europe/Madrid	42.87605	-6.99585				58	LU	27012	
3109842	Santalla	santalla	ES	24445	0	Europe/Madrid	42.77255	-7.22577				58	LU	27062	
3109844	Santalla	santalla	ES	24445	0	Europe/Madrid	42.6675	-7.08427				58	LU	27045	
3109845	Santalla	santalla	ES	24445	0	Europe/Madrid	42.5	-6.68333		Santalla		55	LE	24119	
3109846	Santa Linya	santa-linya	ES	25612	0	Europe/Madrid	41.93333	0.8		Santa Linya		56	L	25156	
3109847	Santa Liestra y San Quílez	santa-liestra-y-san-quilez	ES	22461	0	Europe/Madrid	42.30703	0.36486		Santa Liestra y San Quilez,Santa Liestra y San Quílez		52	HU	22212	
3109849	Santa Llogaia d'Àlguema	santa-llogaia-d-alguema	ES	17771	0	Europe/Madrid	42.23332	2.95238		Santa Llogaia d'Alguema,Santa Llogaia d'Àlguema		56	GI	17182	
3109851	Santa Leocadia	santa-leocadia	ES	24469	0	Europe/Madrid	43.21667	-7.41667		San Pedro,Santa Leocadia		58	LU	27010	
3109852	Santalecina	santalecina	ES	22411	0	Europe/Madrid	41.77982	0.1127		Santa Lecina,Santalecina		52	HU	22903	
3109853	Santalavilla	santalavilla	ES	24388	0	Europe/Madrid	42.4218	-6.66142		Santalavilla		55	LE	24016	
3109857	Santa Juliana	santa-juliana	ES	48500	0	Europe/Madrid	43.08333	-7.06667				58	LU	27018	
3109859	Santa Isabel	santa-isabel	ES	48003	0	Europe/Madrid	41.66704	-0.82915				52	Z	50297	
3109861	Santa Inés	santa-ines	ES	09390	183	Europe/Madrid	42.04013	-3.70322		Santa Ines,Santa Inés	09348	55	BU	09348	
3109863	Santa Gadea del Cid	santa-gadea-del-cid	ES	09219	168	Europe/Madrid	42.71531	-3.05885		Santa Gadea del Cid	09347	55	BU	09347	
3109865	Santa Gadea	santa-gadea	ES	33749	0	Europe/Madrid	42.95602	-3.95188				55	BU	09012	
3109866	Santa Fe del Penedès	santa-fe-del-penedes	ES	08792	0	Europe/Madrid	41.38333	1.71667		Santa Fe del Panades,Santa Fe del Panadés,Santa Fe del Penedes,Santa Fe del Penedès		56	B	08094	
3109867	Santa Fe	santa-fe	ES	50411	0	Europe/Madrid	41.78333	2.46667		Caserio Santa Fe,Caserío Santa Fé,Santa Fe		56	B	08081	
3109868	Santa Eulalia la Mayor	santa-eulalia-la-mayor	ES	22192	0	Europe/Madrid	42.21131	-0.29644		Santa Eulalia la Mayor		52	HU	22150	
3109869	Santa Eulalia de Tineo	santa-eulalia-de-tineo	ES	33877	0	Europe/Madrid	43.34756	-6.39276		Santa Eulalia de Tineo		34	O	33073	
3109870	Santa Eulalia de Tábara	santa-eulalia-de-tabara	ES	49148	0	Europe/Madrid	41.80707	-5.84613		Santa Eulalia,Santa Eulalia de Tabara,Santa Eulalia de Tábara		55	ZA	49133	
3109871	Santa Eulàlia de Ronçana	santa-eulalia-de-roncana	ES	08187	5814	Europe/Madrid	41.65	2.23333	155		08248	56	B	08248	
3109872	Santa Eulàlia de Riuprimer	santa-eulalia-de-riuprimer	ES	08505	862	Europe/Madrid	41.91058	2.18903		Santa Eulalia de Riuprimer,Santa Eulàlia de Riuprimer		56	B	08129	
3109875	Santa Eulalia de Oscos	santa-eulalia-de-oscos	ES	33776	565	Europe/Madrid	43.2595	-7.01895		Santa Eulalia,Santa Eulalia de Oscos	33062	34	O	33062	
3109877	Santa Eulalia de la Peña	santa-eulalia-de-la-pena	ES	22193	0	Europe/Madrid	42.26208	-0.40662		Santa Eulalia de la Pena,Santa Eulalia de la Peña		52	HU	22163	
3109878	Santa Eulalia de Gállego	santa-eulalia-de-gallego	ES	22806	133	Europe/Madrid	42.287	-0.76065		Santa Eulalia de Gallego,Santa Eulalia de Gállego,Santolaria de Galligo	50238	52	Z	50238	
3109880	Santa Eulalia de Cabrera	santa-eulalia-de-cabrera	ES	24745	0	Europe/Madrid	42.25231	-6.58565		Santa Eulalia de Cabrera		55	LE	24067	
3109881	Santa Eulalia Bajera	santa-eulalia-bajera	ES	26585	130	Europe/Madrid	42.2096	-2.19174		Santa Eulalia Bajera	26136	27	LO	26136	
3109884	Santa Eulalia	santa-eulalia	ES	01439	0	Europe/Madrid	43.53333	-5.78333		Santa Eulalia,Santa Eulalia del Valle,Valle		34	O	33014	
3109885	Santa Eulalia	santa-eulalia	ES	01439	0	Europe/Madrid	43.45215	-5.60782				34	O	33024	
3109886	Santa Eulalia	santa-eulalia	ES	01439	0	Europe/Madrid	43.43665	-6.80779				34	O	33007	
3109887	Santa Eulalia	santa-eulalia	ES	01439	1063	Europe/Madrid	43.41621	-5.41128		Cabranes		34	O	33009	
3109888	Santa Eulalia	santa-eulalia	ES	01439	0	Europe/Madrid	43.31803	-5.81359				34	O	33044	
3109890	Santa Eulalia	santa-eulalia	ES	01439	0	Europe/Madrid	42.36614	-7.05111				58	OR	32060	
3109891	Santa Eulalia	santa-eulalia	ES	01439	1158	Europe/Madrid	40.56742	-1.31354		Santa Eulalia	44209	52	TE	44209	
3109894	Santa Eugènia de Berga	santa-eugenia-de-berga	ES	08507	2035	Europe/Madrid	41.9	2.28333	567	Santa Eugenia de Berga,Santa Eugènia de Berga		56	B	08298	
3109895	Santa Eugenia	santa-eugenia	ES	07142	0	Europe/Madrid	43.46806	-5.35901				34	O	33076	
3109897	Santa Uxía de Ribeira	santa-uxia-de-ribeira	ES	15960	27159	Europe/Madrid	42.55352	-8.99094		Reviera,Ribeira,Riveira,Santa Eugenia de Reviera,Santa Eugenia de Ribeira,Santa Eugenia de Riveira		58	C	15073	
3109900	Santa Eufemia del Arroyo	santa-eufemia-del-arroyo	ES	47811	139	Europe/Madrid	41.89505	-5.26575		Santa Eufemia del Arroyo	47152	55	VA	47152	
3109902	Santa Eufemia	santa-eufemia	ES	14491	0	Europe/Madrid	43.39635	-6.17627				34	O	33059	
3109903	Santa Eufemia	santa-eufemia	ES	14491	3	Europe/Madrid	42.98333	-7.81667				58	LU	27020	
3109904	Santa Eufemia	santa-eufemia	ES	14491	0	Europe/Madrid	42.95866	-7.60572				58	LU	27028	
3109906	Santa Eufemia	santa-eufemia	ES	14491	0	Europe/Madrid	42.56987	-7.19647				58	LU	27017	
3109908	Santa Engracia	santa-engracia	ES	22751	0	Europe/Madrid	42.59694	-0.78501				52	HU	22902	
3109909	Santa Engracia	santa-engracia	ES	22751	0	Europe/Madrid	42.3153	-2.30593		Santa Engracia		27	LO	26135	
3109910	Santa Engracia	santa-engracia	ES	22751	0	Europe/Madrid	42.31461	-0.64465				52	HU	22149	
3109911	Santa Elena de Jamuz	santa-elena-de-jamuz	ES	24762	1296	Europe/Madrid	42.26064	-5.88762		Santa Elena de Jamuz	24154	55	LE	24154	
3109914	Santa Cruz de Yanguas	santa-cruz-de-yanguas	ES	42173	63	Europe/Madrid	42.0625	-2.44894		Santa Cruz de Yanguas,Santa-Krus-de-Janguas,Santa-Krus-de-Jangvas,sheng ke lu si de an gua si,Санта-Крус-де-Янгвас,Санта-Крус-де-Янгуас,圣克鲁斯德安瓜斯	42166	55	SO	42166	
3109915	Santa Cruz de Pinares	santa-cruz-de-pinares	ES	05268	196	Europe/Madrid	40.54265	-4.58036		Santa Cruz de Pinares	05222	55	AV	05222	
3109916	Santa Cruz de Paniagua	santa-cruz-de-paniagua	ES	10661	379	Europe/Madrid	40.19167	-6.34003		Santa Cruz de Paniagua	10167	57	CC	10167	
3109917	Santa Cruz de Nogueras	santa-cruz-de-nogueras	ES	44497	30	Europe/Madrid	41.11475	-1.08933		Santa Cruz de Nogueras	44208	52	TE	44208	
3109918	Santa Cruz de Montes	santa-cruz-de-montes	ES	24379	0	Europe/Madrid	42.58285	-6.31202		Santa Cruz de Montes		55	LE	24170	
3109919	Santa Cruz de Moncayo	santa-cruz-de-moncayo	ES	50513	112	Europe/Madrid	41.8824	-1.75637		Santa Cruz de Moncayo	50237	52	Z	50237	
3109920	Santa Cruz de Mena	santa-cruz-de-mena	ES	09585	0	Europe/Madrid	43.11667	-3.23333		Santa Cruz de Mena		55	BU	09410	
3109921	Santa Cruz del Valle Urbión	santa-cruz-del-valle-urbion	ES	09268	113	Europe/Madrid	42.30558	-3.2214		Santa Cruz del Valle Urbion,Santa Cruz del Valle Urbión	09346	55	BU	09346	
3109922	Santa Cruz del Valle	santa-cruz-del-valle	ES	05413	492	Europe/Madrid	40.2516	-5.00133		Santa Cruz del Valle	05221	55	AV	05221	
3109923	Santa Cruz del Tozo	santa-cruz-del-tozo	ES	09125	0	Europe/Madrid	42.64713	-3.88333		Santa Cruz del Tozo		55	BU	09045	
3109924	Santa Cruz del Sil	santa-cruz-del-sil	ES	24494	156	Europe/Madrid	42.78099	-6.51334		Santa Cruz del Sil		55	LE	24110	
3109926	Santa Cruz de los Cuérragos	santa-cruz-de-los-cuerragos	ES	49593	0	Europe/Madrid	41.9415	-6.52717		Santa Cruz,Santa Cruz de los Cuerragos,Santa Cruz de los Cuérragos		55	ZA	49110	
3109927	Santa Cruz del Monte	santa-cruz-del-monte	ES	34409	0	Europe/Madrid	42.49795	-4.45953		Santa Cruz del Monte		55	P	34222	
3109928	Santa Cruz del Fierro	santa-cruz-del-fierro	ES	01212	0	Europe/Madrid	42.65682	-2.86054		Santa Cruz del Fierro		59	VI	01014	
3109929	Santa Cruz de la Serós	santa-cruz-de-la-seros	ES	22792	160	Europe/Madrid	42.52271	-0.67515		Santa Cruz d'as Serors,Santa Cruz de la Seros,Santa Cruz de la Serós	22209	52	HU	22209	
3109930	Santa Cruz de la Salceda	santa-cruz-de-la-salceda	ES	09471	184	Europe/Madrid	41.59591	-3.59317		Santa Cruz de la Salceda	09345	55	BU	09345	
3109931	Santa Cruz de Juarros	santa-cruz-de-juarros	ES	09198	0	Europe/Madrid	42.25208	-3.47412		Santa Cruz de Juarros		55	BU	09177	
3109933	Santikurutze Kanpezu / Santa Cruz de Campezo	santa-cruz-de-campezo	ES	01110	0	Europe/Madrid	42.66968	-2.35115		Santa Cruz,Santa Cruz de Campezo,Santa Kurutze Kanpezu,Santikurutze Kanpezu		59	VI	01017	
3109934	Santa Cruz de Boedo	santa-cruz-de-boedo	ES	34491	49	Europe/Madrid	42.52531	-4.37398		Santa Cruz de Boedo	34168	55	P	34168	
3109935	Santa Cruz de Bezana	santa-cruz-de-bezana	ES	39100	11279	Europe/Madrid	43.4437	-3.90324		Santa-Krus-de-Besana,santa krwz dy byzana,sheng ke lu si de wei sa na,Санта-Крус-де-Бесана,سانتا كروز دي بيزانا,圣克鲁斯德韦萨纳	39073	39	S	39073	
3109936	Santa Cruz de Andino	santa-cruz-de-andino	ES	09513	0	Europe/Madrid	42.92256	-3.55295		Santa Cruz de Andino		55	BU	09903	
3109937	Santa Cruz de Abranes	santa-cruz-de-abranes	ES	49392	0	Europe/Madrid	41.9767	-6.67047		Santa Cruz de Abranes		55	ZA	49145	
3109940	Santa Cruz	santa-cruz	ES	14820	0	Europe/Madrid	42.62286	-3.93771				55	BU	09427	
3109941	Santa Cruz	santa-cruz	ES	14820	478	Europe/Madrid	43.53333	-5.86667				34	O	33020	
3109942	Santa Cruz	santa-cruz	ES	14820	0	Europe/Madrid	43.37192	-3.32824				39	S	39030	
3109943	Santa Cruz	santa-cruz	ES	14820	0	Europe/Madrid	43.29996	-3.40749				39	S	39058	
3109944	Santa Cruz	santa-cruz	ES	14820	0	Europe/Madrid	43.26623	-3.23381		Santa Cruz		59	BI	48008	
3109945	Santa Cruz	santa-cruz	ES	14820	0	Europe/Madrid	43.16562	-4.04129				39	S	39046	
3109947	Santikurutz	santa-cruz	ES	14820	0	Europe/Madrid	43	-2.46667				59	SS	20059	
3109948	Santa Cruz	santa-cruz	ES	14820	0	Europe/Madrid	42.63207	-7.6949				58	LU	27058	
3109949	Santa Cruz	santa-cruz	ES	14820	0	Europe/Madrid	42.37159	-6.87834				58	OR	32017	
3109950	Santa Cruz	santa-cruz	ES	14820	0	Europe/Madrid	42.30405	-7.13082				58	OR	32015	
3109951	Santa Cruz	santa-cruz	ES	14820	0	Europe/Madrid	41.30097	-3.73442				55	SG	40195	
3109953	Santa Croya de Tera	santa-croya-de-tera	ES	49626	399	Europe/Madrid	41.98334	-5.97725		Santa Croya de Tera	49201	55	ZA	49201	
3109954	Santa Cristina de Valmadrigal	santa-cristina-de-valmadrigal	ES	24290	328	Europe/Madrid	42.35446	-5.30929		Santa Cristina de Valmadrigal	24153	55	LE	24153	
3110026	Santa Ana	santa-ana	ES	02328	0	Europe/Madrid	42.41468	-5.96801		Barrio Nuevo,Barrio Santa Ana,Santa Ana		55	LE	24182	
3109955	Santa Cristina del Páramo	santa-cristina-del-paramo	ES	24249	0	Europe/Madrid	42.31131	-5.72622		Santa Cristina del Paramo,Santa Cristina del Páramo		55	LE	24087	
3109956	Santa Cristina de la Polvorosa	santa-cristina-de-la-polvorosa	ES	49620	1213	Europe/Madrid	41.99985	-5.71355		Santa Cristina de la Polvorosa	49200	55	ZA	49200	
3109957	Santa Cristina d'Aro	santa-cristina-d-aro	ES	17246	5089	Europe/Madrid	41.81667	3		Santa Cristina d'Aro,Santa Cristina de Aro	17181	56	GI	17181	
3109959	Santa Cristina	santa-cristina	ES	16891	0	Europe/Madrid	43.23333	-7.53333		San Julian,San Julián,Santa Cristina		58	LU	27015	
3109960	Santa Cristina	santa-cristina	ES	16891	0	Europe/Madrid	43.08509	-9.07914				58	C	15092	
3109961	Santa Cristina	santa-cristina	ES	16891	0	Europe/Madrid	42.26625	-7.0464				58	OR	32083	
3109962	Santa Cristina	santa-cristina	ES	16891	0	Europe/Madrid	40.55439	-2.22851		Caserio Santa Cristina,Caserío Santa Cristina,Santa Cristina		54	CU	16057	
3109966	Santa Comba	santa-comba	ES	15841	10487	Europe/Madrid	43.03306	-8.80925		Santa Comba	15077	58	C	15077	
3109967	Santa Comba	santa-comba	ES	15841	0	Europe/Madrid	43.02053	-9.02317				58	C	15092	
3109968	Santa Comba	santa-comba	ES	15841	0	Europe/Madrid	42.95453	-7.49254		Santa Comba		58	LU	27028	
3109969	Santa Comba	santa-comba	ES	15841	0	Europe/Madrid	42.78333	-8.06667		Santa Comba		58	PO	36020	
3109970	Santa Comba	santa-comba	ES	15841	0	Europe/Madrid	41.97383	-8.00095				58	OR	32006	
3109971	Santa Colomba de Somoza	santa-colomba-de-somoza	ES	24722	510	Europe/Madrid	42.44466	-6.24483		Santa Colomba de Somoza	24152	55	LE	24152	
3109972	Santa Colomba de Sanabria	santa-colomba-de-sanabria	ES	49394	0	Europe/Madrid	42.05869	-6.70936		Santa Colomba,Santa Colomba de Sanabria		55	ZA	49050	
3109973	Santa Colomba de la Vega	santa-colomba-de-la-vega	ES	24764	0	Europe/Madrid	42.32324	-5.90748		Santa Colomba de la Vega		55	LE	24166	
3109974	Santa Colomba de las Monjas	santa-colomba-de-las-monjas	ES	49699	316	Europe/Madrid	41.95833	-5.68389		Santa Colomba de las Monjas	49199	55	ZA	49199	
3109975	Santa Colomba de las Carabias	santa-colomba-de-las-carabias	ES	49691	0	Europe/Madrid	42.07174	-5.60639		Santa Colomba de las Carabias		55	ZA	49187	
3109976	Santa Colomba de las Arrimadas	santa-colomba-de-las-arrimadas	ES	24877	0	Europe/Madrid	42.81583	-5.30599		Santa Colomba de las Arrimadas		55	LE	24068	
3109977	Santa Colomba de Curueño	santa-colomba-de-curueno	ES	24848	582	Europe/Madrid	42.75058	-5.41201		Santa Colomba de Curueno,Santa Colomba de Curueño	24151	55	LE	24151	
3109978	Santa Colomba	santa-colomba	ES	33778	0	Europe/Madrid	43.45796	-6.91894		Santa Colomba		34	O	33017	
3109979	Santa Coloma de Queralt	santa-coloma-de-queralt	ES	43420	0	Europe/Madrid	41.53333	1.38333		Santa Coloma,Santa Coloma de Queralt	43139	56	T	43139	
3109980	Santa Coloma del Rudrón	santa-coloma-del-rudron	ES	09143	0	Europe/Madrid	42.68805	-3.87596		Santa Coloma del Rudron,Santa Coloma del Rudrón		55	BU	09361	
3109981	Santa Coloma de Gramenet	santa-coloma-de-gramenet	ES	08920	119717	Europe/Madrid	41.45152	2.2081		Santa Coloma de Gramenet,Santa-Koloma-de-Gramanet,Санта-Колома-де-Граманет		56	B	08125	
3109982	Santa Coloma de Farners	santa-coloma-de-farners	ES	17430	11739	Europe/Madrid	41.86667	2.66667		Santa Colama de Farnes,Santa Colama de Farnés,Santa Coloma de Farners,Santa Coloma de Farnes,Santa Coloma de Farnés	17180	56	GI	17180	
3109983	Santa Coloma de Cervelló	santa-coloma-de-cervello	ES	08690	7086	Europe/Madrid	41.36736	2.01426	16	Santa Coloma,Santa Coloma de Cervello,Santa Coloma de Cervelló,Santa Colomba de Cervello,Santa Colomba de Cervelló	08244	56	B	08244	
3109985	Santa Coloma	santa-coloma	ES	09212	0	Europe/Madrid	43.29587	-6.72557		Santa Coloma		34	O	33001	
3109986	Santa Koloma	santa-koloma	ES	01478	0	Europe/Madrid	43.13832	-3.15805		Santa Koloma		59	VI	01004	
3109987	Santa Coloma	santa-coloma	ES	09212	0	Europe/Madrid	42.83326	-3.291		Santa Coloma		55	BU	09213	
3109988	Santa Coloma	santa-coloma	ES	09212	121	Europe/Madrid	42.36717	-2.65598		Santa Coloma	26134	27	LO	26134	
3109989	Santa Clara de Avedillo	santa-clara-de-avedillo	ES	49707	232	Europe/Madrid	41.33877	-5.67692		Santa Clara de Avedillo	49197	55	ZA	49197	
3109993	Santa Clara	santa-clara	ES	19411	0	Europe/Madrid	42.92236	-3.48827				55	BU	09209	
3109994	Santa Clara	santa-clara	ES	19411	0	Europe/Madrid	40.71667	-2.85		Colonia de Santa Clara,Santa Clara		54	GU	19053	
3109995	Santa Clara	santa-clara	ES	19411	0	Europe/Madrid	40.24742	-6.77177		Caserio Santa Clara,Caserío Santa Clara,Santa Clara		55	SA	37234	
3109997	Santa Cilia	santa-cilia	ES	22791	0	Europe/Madrid	42.23425	-0.16858		Santa Cilia		52	HU	22081	
3109999	Santa Cecília de Voltregà	santa-cecilia-de-voltrega	ES	08509	206	Europe/Madrid	42	2.23333		Santa Cecilia de Voltrega,Santa Cecília de Voltregà	08243	56	B	08243	
3110000	Santa Cecilia del Alcor	santa-cecilia-del-alcor	ES	34191	149	Europe/Madrid	41.93227	-4.65546		Santa Cecilia del Alcor	34167	55	P	34167	
3110001	Santa Cecilia	santa-cecilia	ES	09341	0	Europe/Madrid	43.47801	-5.66199				34	O	33024	
3110002	Santa Cecilia	santa-cecilia	ES	09341	0	Europe/Madrid	42.30684	-2.33836		Santa Cecilia		27	LO	26135	
3110003	Santa Cecilia	santa-cecilia	ES	09341	0	Europe/Madrid	42.07559	-2.41855		Santa Cecilia		55	SO	42209	
3110004	Santa Cecilia	santa-cecilia	ES	09341	117	Europe/Madrid	42.05225	-3.80345		Santa Cecilia	09343	55	BU	09343	
3110005	Santa Catalina de Somoza	santa-catalina-de-somoza	ES	24718	0	Europe/Madrid	42.4557	-6.1591		Santa Catalina de Somoza		55	LE	24008	
3110010	Santacara	santacara	ES	31314	1017	Europe/Madrid	42.37549	-1.54778		Santacara		32	NA	31178	
3110014	Santa Bárbara	santa-barbara	ES	04662	0	Europe/Madrid	43.25456	-5.62055		Santa Barbara,Santa Bárbara		34	O	33060	
3110015	Santa Bàrbara de Pruneres	santa-barbara-de-pruneres	ES	17856	0	Europe/Madrid	42.26667	2.56667		Caserio Santa Barbara,Caserío Santa Barbara		56	GI	17109	
3110016	Santa Bárbara	santa-barbara	ES	04662	3689	Europe/Madrid	40.71542	0.49292		Santa Barbara,Santa Bárbara		56	T	43063	
3110018	Santaballa	santaballa	ES	27830	0	Europe/Madrid	43.32775	-7.7178		San Pedro,Santaballa		58	LU	27065	
3110022	Santa Ana	santa-ana	ES	02328	0	Europe/Madrid	43.53945	-5.53432				34	O	33076	
3110023	Santa Ana	santa-ana	ES	02328	0	Europe/Madrid	43.35275	-2.98973		Santa Ana,Santa Ana de Bolueta		59	BI	48016	
3110024	Santa Ana	santa-ana	ES	02328	0	Europe/Madrid	43.28333	-5.65				34	O	33031	
3110025	Santa Ana	santa-ana	ES	02328	0	Europe/Madrid	42.62014	-6.64017				55	LE	24027	
3110027	Santa Ana	santa-ana	ES	02328	0	Europe/Madrid	41.68928	-6.41333		Santa Ana		55	ZA	49003	
3110028	Santa Ana	santa-ana	ES	02328	0	Europe/Madrid	40.11667	-0.45		Caserio Santa Ana,Caserío Santa Ana,Santa Ana		60	CS	12142	
3110030	Gesalibar	santa-agueda	ES	33171	0	Europe/Madrid	43.06345	-2.53038		Gesalibar,Santa Ageda,Santa Agueda Guesalibar,Santa Águeda Guesalíbar		59	SS	20055	
3110031	Sansol	sansol	ES	31220	0	Europe/Madrid	42.55362	-2.26676		Sansol	31219	32	NA	31219	
3110032	Santsoena	santsoena	ES	48940	0	Europe/Madrid	43.33398	-2.97409				59	BI	48054	
3110040	San Sebastián de los Reyes	san-sebastian-de-los-reyes	ES	28700	75912	Europe/Madrid	40.55555	-3.62733		S.S. de los Reyes,SS de los Reyes,San Sebastian de los Rejesas,San Sebastian de los Reyes,San Sebastijan de los Rejes,San Sebastián de los Reyes,San-Sebast'jan-de-los-Rees,San-Sebastian-de-los-Rejes,Sanctus Sebastianus Regum,Sanse,san sbastyan dy lws ryys,sheng sai wa si di an de luo si lei ai si,Сан Себастијан де лос Рејес,Сан-Себастиан-де-лос-Рейес,Сан-Себастьян-де-лос-Реєс,سان سباستيان دي لوس رييس,サン・セバスティアン・デ・ロス・レイエス,圣塞瓦斯蒂安德洛斯雷埃斯	28134	29	M	28134	
3110043	San Sebastián	san-sebastian	ES	32455	28	Europe/Madrid	43.56667	-5.9		San Sebastian,San Sebastián		34	O	33004	
3110044	Donostia / San Sebastián	san-sebastian	ES	32455	185357	Europe/Madrid	43.31283	-1.97499		Donosti,Donostia,Donostia / San Sebastian,Donostia / San Sebastián,Donostio,EAS,La Bella Easo,Saint-Sebastien,Saint-Sébastien,San Sebastian,San Sebastián,San-Sebast'jan,Sanse,Sant Sebastia,Sant Sebastià,Sao Sebastiao,São Sebastião,san sbastyan,sheng sai wa si ti an,Сан-Себастьян,סן סבסטיאן,سان سباستيان,サン・セバスティアン,圣塞瓦斯提安	SS	59	SS	20069	
3110045	San Sebastián	san-sebastian	ES	32455	0	Europe/Madrid	43.20059	-4.42319				39	S	39063	
3110047	Sant Sadurní d'Osormort	sant-sadurni-d-osormort	ES	08504	0	Europe/Madrid	41.9	2.38333		Sant Sadurni d'Osormort,Sant Sadurní d'Osormort		56	B	08241	
3110048	San Sadurniño	san-sadurnino	ES	15560	0	Europe/Madrid	43.53333	-8.06667			15076	58	C	15076	
3110050	San Salvador de Palazuelo	san-salvador-de-palazuelo	ES	49325	0	Europe/Madrid	42.02175	-6.43978		San Salvador de Palazuelo		55	ZA	49048	
3110053	San Salvador de Cantamuda	san-salvador-de-cantamuda	ES	34847	0	Europe/Madrid	42.96451	-4.49768		San Salvador de Cantamuda		55	P	34904	
3110057	San Salvador	san-salvador	ES	47134	0	Europe/Madrid	43.39263	-3.80598				39	S	39042	
3110058	San Salvador	san-salvador	ES	47134	0	Europe/Madrid	43.16373	-5.97929				34	O	33053	
3110059	San Salvador	san-salvador	ES	47134	0	Europe/Madrid	43.1555	-6.80488				34	O	33001	
3110060	San Salvador	san-salvador	ES	47134	0	Europe/Madrid	43.1343	-6.07369				34	O	33072	
3110061	San Salvador	san-salvador	ES	47134	9	Europe/Madrid	42.96667	-8.78333				58	C	15007	
3110062	San Salvador	san-salvador	ES	47134	0	Europe/Madrid	42.78311	-7.2191				58	LU	27062	
3110063	San Salvador	san-salvador	ES	47134	0	Europe/Madrid	41.6206	-5.08713			47151	55	VA	47151	
3110064	Sant Sadurní d'Anoia	sant-sadurni-d-anoia	ES	08770	12237	Europe/Madrid	41.42555	1.78519		Sant Sadurni,Sant Sadurni d'Anoia,Sant Sadurní,Sant Sadurní d'Anoia		56	B	08273	
3110066	San Roque de Ríomiera	san-roque-de-riomiera	ES	39728	455	Europe/Madrid	43.23473	-3.7018				39	S	39072	
3110067	San Roque	san-roque	ES	03360	542	Europe/Madrid	43.2	-8.75				58	C	15029	
3110068	San Roque	san-roque	ES	03360	0	Europe/Madrid	41.30025	-4.9087		Caserio San Roque,Caserío San Roque,San Roque		55	VA	47085	
3110070	San Román de Sanabria	san-roman-de-sanabria	ES	49395	0	Europe/Madrid	42.08188	-6.6933		San Roman de Sanabria,San Román de Sanabria		55	ZA	49050	
3110071	San Román del Valle	san-roman-del-valle	ES	49782	0	Europe/Madrid	42.0742	-5.71958		San Roman del Valle,San Román del Valle		55	ZA	49238	
3110072	San Román de los Oteros	san-roman-de-los-oteros	ES	24209	0	Europe/Madrid	42.39192	-5.39229		San Roman,San Roman de los Oteros,San Román,San Román de los Oteros		55	LE	24081	
3110073	San Román de los Infantes	san-roman-de-los-infantes	ES	49281	0	Europe/Madrid	41.45323	-5.86681		San Roman de los Infantes,San Román de los Infantes		55	ZA	49152	
3110074	San Román de los Caballeros	san-roman-de-los-caballeros	ES	24271	0	Europe/Madrid	42.64823	-5.84055		San Roman de los Caballeros,San Román de los Caballeros		55	LE	24092	
3110075	San Román de la Vega	san-roman-de-la-vega	ES	24710	0	Europe/Madrid	42.47017	-6.02214		San Roman de la Vega,San Román de la Vega		55	LE	24148	
3110076	San Román de la Cuba	san-roman-de-la-cuba	ES	34347	108	Europe/Madrid	42.26257	-4.85724			34165	55	P	34165	
3110078	Durruma Kanpezu / San Román de Campezo	san-roman-de-campezo	ES	01128	0	Europe/Madrid	42.67012	-2.44405		Durruma Kanpezu,San Roman de Campezo,San Román de Campezo		59	VI	01016	
3110079	San Román de Cameros	san-roman-de-cameros	ES	26133	154	Europe/Madrid	42.23255	-2.47436		San Roman de Cameros,San Roman de Kameros,San Román de Cameros,San-Roman-de-Kameros,sheng luo man de ka mei luo si,Сан-Роман-де-Камерос,Սան Ռոման դե Կամերոս,圣罗曼德卡梅罗斯	26132	27	LO	26132	
3110080	San Román de Bembibre	san-roman-de-bembibre	ES	24318	0	Europe/Madrid	42.62208	-6.43394		San Roman de Bembibre,San Román de Bembibre		55	LE	24014	
3110082	San Román	san-roman	ES	01409	0	Europe/Madrid	43.46908	-3.86025				39	S	39075	
3110083	San Román	san-roman	ES	01409	0	Europe/Madrid	43.45159	-6.07578		San Roman,San Román		34	O	33010	
3110084	San Román	san-roman	ES	01409	0	Europe/Madrid	43.41191	-5.50827				34	O	33065	
3110085	San Román	san-roman	ES	01409	0	Europe/Madrid	43.35938	-5.32828				34	O	33049	
3110086	San Román	san-roman	ES	01409	0	Europe/Madrid	43.30497	-3.9122				39	S	39074	
3110087	San Román	san-roman	ES	01409	0	Europe/Madrid	43.25676	-5.08907		San Roman,San Román		34	O	33003	
3110088	San Román	san-roman	ES	01409	0	Europe/Madrid	43.08946	-7.28102				58	LU	27004	
3110089	San Román	san-roman	ES	01409	0	Europe/Madrid	42.96667	-8.65		San Roman,San Román,Santa Marina		58	C	15088	
3110090	San Román	san-roman	ES	01409	0	Europe/Madrid	42.9	-8.08333		San Pedro,San Roman,San Román		58	C	15079	
3110091	San Román	san-roman	ES	01409	0	Europe/Madrid	42.89119	-7.57006		San Roman,San Román		58	LU	27028	
3110092	San Román	san-roman	ES	01409	1987	Europe/Madrid	42.86932	-7.06261		Cervantes,San Roman,San Román		58	LU	27012	
3110556	San Juan	san-juan	ES	15339	0	Europe/Madrid	43.47186	-5.43626				34	O	33076	
3110093	Durruma / San Román de San Millán	san-roman	ES	01409	0	Europe/Madrid	42.86467	-2.31256		Durruma,San Roman,San Roman de San Millan,San Román,San Román de San Millán		59	VI	01053	
3110094	San Román	san-roman	ES	01409	0	Europe/Madrid	42.21667	-7.11667				58	OR	32086	
3110095	San Román	san-roman	ES	01409	4	Europe/Madrid	42.17585	-0.11697	670			52	HU	22058	
3110096	San Román	san-roman	ES	01409	0	Europe/Madrid	40.06929	-4.7321		San Roman,San Román		54	TO	45154	
3110099	San Rafael	san-rafael	ES	33195	0	Europe/Madrid	40.71311	-4.19051		Fonda de San Rafael,Venta de San Rafael		55	SG	40076	
3110100	Sant Quirze Safaja	sant-quirze-safaja	ES	08189	0	Europe/Madrid	41.73333	2.15		San Quirico Safaja,San Quírico Safaja,Sant Quirze Safaja	08239	56	B	08239	
3110101	Sant Quirze del Vallès	sant-quirze-del-valles	ES	08192	18462	Europe/Madrid	41.53333	2.08333		San Quirico de Tarrasa,San Quírico de Tarrasa,Sant Quirze del Valles,Sant Quirze del Vallès	08238	56	B	08238	
3110102	Sant Quirze de Besora	sant-quirze-de-besora	ES	08580	0	Europe/Madrid	42.1	2.23333		San Quirico de Besora,San Quírico de Besora,Sant Quirze de Besora		56	B	08253	08237
3110106	Sant Quintí de Mediona	sant-quinti-de-mediona	ES	08777	0	Europe/Madrid	41.46235	1.66391		San Quintin de Mediona,San Quintín de Mediona,Sant Quinti de Mediona,Sant Quintí de Mediona		56	B	08085	
3110108	Sant Privat d'en Bas	sant-privat-d-en-bas	ES	17178	885	Europe/Madrid	42.14985	2.40901		Sant Privat,Sant Privat d'en Bas		56	GI	17207	
3110109	Sant Ponç	sant-ponc	ES	25290	0	Europe/Madrid	41.71667	2.68333				56	B	08284	
3110110	Sant Pol de Mar	sant-pol-de-mar	ES	08395	5076	Europe/Madrid	41.60177	2.61741	15	San Pol de Mar,Sant Pol de Mar,Сант Пол де Мар	08235	56	B	08235	
3110114	San Pelegrín	san-pelegrin	ES	22145	0	Europe/Madrid	42.18677	0.00788		San Pelegrin,San Pelegrín		52	HU	22024	
3110119	San Pelayo	san-pelayo	ES	47129	0	Europe/Madrid	43.50645	-6.56409				34	O	33034	
3110120	San Pelayo	san-pelayo	ES	47129	0	Europe/Madrid	43.46667	-5.66667				34	O	33024	
3110122	San Pelayo	san-pelayo	ES	47129	0	Europe/Madrid	43.25206	-6.92606				34	O	33061	
3110123	San Pelayo	san-pelayo	ES	47129	0	Europe/Madrid	43.15627	-4.68438				39	S	39015	
3110124	San Pelayo	san-pelayo	ES	47129	0	Europe/Madrid	43.10694	-3.43494				55	BU	09214	
3110125	San Pelayo	san-pelayo	ES	47129	0	Europe/Madrid	42.41045	-5.86946				55	LE	24228	
3110126	San Pelayo	san-pelayo	ES	47129	40	Europe/Madrid	41.68033	-5.03403			47149	55	VA	47149	
3110127	San Pelayo	san-pelayo	ES	47129	0	Europe/Madrid	41.5044	-5.60808		Casa de San Pelayo,Caserio de San Pelayo,Caserío de San Pelayo,San Pelayo		55	ZA	49053	
3110128	San Pedro Samuel	san-pedro-samuel	ES	09131	0	Europe/Madrid	42.44357	-3.87732				55	BU	09259	
3110129	Sant Pere Pescador	sant-pere-pescador	ES	17470	0	Europe/Madrid	42.18812	3.08212		Sant Pere Pescador	17178	56	GI	17178	
3110130	San Pedro Palmiches	san-pedro-palmiches	ES	16813	92	Europe/Madrid	40.42956	-2.40602		San Pedro Palmiches	16193	54	CU	16193	
3110132	San Pedro Manrique	san-pedro-manrique	ES	42174	536	Europe/Madrid	42.0286	-2.23104		San Pedro Manrique,San-Pedro-Manrike,sheng pei de luo man li ke,Сан-Педро-Манрике,Сан-Педро-Манріке,圣佩德罗曼里克	42165	55	SO	42165	
3110133	San Pedro Mallo	san-pedro-mallo	ES	24469	0	Europe/Madrid	42.74902	-6.5166		San Pedro Mallo		55	LE	24169	
3110135	San Pedro de Zamudia	san-pedro-de-zamudia	ES	49697	0	Europe/Madrid	41.95051	-5.87992		San Pedro de Zamudia		55	ZA	49130	
3110136	Sant Pere de Vilamajor	sant-pere-de-vilamajor	ES	08458	0	Europe/Madrid	41.68333	2.38333		San Pedro de Vilamajor,Sant Pere de Vilamajor	08234	56	B	08234	
3110137	San Pedro de Valderaduey	san-pedro-de-valderaduey	ES	24328	0	Europe/Madrid	42.46482	-4.97342				55	LE	24051	
3110138	San Pedro de Trones	san-pedro-de-trones	ES	24385	0	Europe/Madrid	42.39946	-6.8016		San Pedro de Trones		55	LE	24122	
3110139	Sant Pere de Torelló	sant-pere-de-torello	ES	08572	0	Europe/Madrid	42.08333	2.3		Sant Pere de Torello,Sant Pere de Torelló		56	B	08254	
3110141	San Pedro de Rozados	san-pedro-de-rozados	ES	37183	343	Europe/Madrid	40.79008	-5.73716		San Pedro de Rozados	37291	55	SA	37291	
3110142	Sant Pere de Riudebitlles	sant-pere-de-riudebitlles	ES	08776	2113	Europe/Madrid	41.45	1.7		Sant Pere de Riudebitlles		56	B	08287	
3110143	Sant Pere de Ribes	sant-pere-de-ribes	ES	08810	28353	Europe/Madrid	41.26045	1.77391		San Pedro de Ribas,Sant Pere de Ribes		56	B	08270	
3110144	Premià de Dalt	premia-de-dalt	ES	08338	0	Europe/Madrid	41.5	2.35		Premia de Dalt,Premià de Dalt,Premiá de Dalt		56	B	08230	
3110145	San Pedro de Pegas	san-pedro-de-pegas	ES	24356	0	Europe/Madrid	42.45038	-5.8745		San Pedro de Pegas		55	LE	24026	
3110146	San Pedro de Paredes	san-pedro-de-paredes	ES	33785	0	Europe/Madrid	43.46119	-6.47739		Paredes,San Pedro de Paredes		34	O	33034	
3110147	San Pedro de Paradela	san-pedro-de-paradela	ES	24429	0	Europe/Madrid	42.81341	-6.61832		San Pedro de Paradela		55	LE	24070	
3110148	San Pedro de Olleros	san-pedro-de-olleros	ES	24436	0	Europe/Madrid	42.69739	-6.7188		San Pedro de Olleros		55	LE	24196	
3110149	San Pedro de Moarves	san-pedro-de-moarves	ES	34486	0	Europe/Madrid	42.7	-4.4		San Pedro de Moarves		55	P	34114	
3110150	San Pedro del Valle	san-pedro-del-valle	ES	37170	125	Europe/Madrid	41.03332	-5.86025		San Pedro del Valle	37290	55	SA	37290	
3110152	San Pedro del Romeral	san-pedro-del-romeral	ES	39686	579	Europe/Madrid	43.11514	-3.8186		San Pedro del Romeral	39071	39	S	39071	
3110153	San Pedro de los Oteros	san-pedro-de-los-oteros	ES	24291	0	Europe/Madrid	42.35203	-5.39447		San Pedro de los Oteros		55	LE	24097	
3110154	San Pedro dos Nabos	san-pedro-dos-nabos	ES	32373	0	Europe/Madrid	42.3	-7.08333		San Pedro		58	OR	32015	
3110155	San Pedro del Monte	san-pedro-del-monte	ES	09259	0	Europe/Madrid	42.41586	-3.1107		San Pedro del Monte		55	BU	09046	
3110157	San Pedro de la Viña	san-pedro-de-la-vina	ES	49619	0	Europe/Madrid	42.09937	-6.01906		San Pedro de la Vina,San Pedro de la Viña		55	ZA	49206	
3110158	San Pedro de Latarce	san-pedro-de-latarce	ES	47851	611	Europe/Madrid	41.73556	-5.32592		San Pedro de Latarce	47148	55	VA	47148	
3110160	San Pedro de las Herrerías	san-pedro-de-las-herrerias	ES	49560	0	Europe/Madrid	41.90279	-6.38055		San Pedro de las Herrerias,San Pedro de las Herrerías		55	ZA	49104	
3110296	San Miguel	san-miguel	ES	01213	0	Europe/Madrid	42.75519	-6.98422				58	LU	27012	
3110164	San Pedro de las Cuevas	san-pedro-de-las-cuevas	ES	49145	0	Europe/Madrid	41.70864	-5.8596		San Pedro de las Cuevas		55	ZA	49202	
3110165	San Pedro del Arroyo	san-pedro-del-arroyo	ES	05350	499	Europe/Madrid	40.80213	-4.87075		San Pedro del Arroyo	05220	55	AV	05220	
3110166	San Pedro de la Ribera	san-pedro-de-la-ribera	ES	33156	0	Europe/Madrid	43.5726	-6.22192		San Pedro,San Pedro de la Ribera		34	O	33021	
3110171	San Pedro de Gaíllos	san-pedro-de-gaillos	ES	40389	368	Europe/Madrid	41.22662	-3.80921		San Pedro de Gaillos,San Pedro de Gaíllos	40184	55	SG	40184	
3110173	San Pedro de Corias	san-pedro-de-corias	ES	33816	0	Europe/Madrid	43.20826	-6.53045		San Pedro de Corias		34	O	33011	
3110174	San Pedro de Coliema	san-pedro-de-coliema	ES	33816	0	Europe/Madrid	43.23582	-6.47734		San Pedro de Coliema		34	O	33011	
3110175	San Pedro de Ceque	san-pedro-de-ceque	ES	49628	636	Europe/Madrid	42.04334	-6.07242		San Pedro de Ceque	49193	55	ZA	49193	
3110176	Boroa	boroa	ES	48340	0	Europe/Madrid	43.23923	-2.75009		San Pedro,San Pedro de Boroa		59	BI	48003	
3110178	San Pedro de Ahío	san-pedro-de-ahio	ES	33734	0	Europe/Madrid	43.30806	-6.9194		San Pedro de Ahio,San Pedro de Ahío		34	O	33061	
3110179	San Pedro Castañero	san-pedro-castanero	ES	24316	0	Europe/Madrid	42.58623	-6.40929		San Pedro Castanero,San Pedro Castañero		55	LE	24049	
3110181	San Pedro Bercianos	san-pedro-bercianos	ES	24252	337	Europe/Madrid	42.39145	-5.71341			24150	55	LE	24150	
3110193	San Pedro	san-pedro	ES	02326	0	Europe/Madrid	43.46762	-5.10152				34	O	33056	
3110194	San Pedro	san-pedro	ES	02326	0	Europe/Madrid	43.45	-5.51667				34	O	33076	
3110195	San Pedro	san-pedro	ES	02326	0	Europe/Madrid	43.42988	-5.69592				34	O	33066	
3110196	San Pedro	san-pedro	ES	02326	0	Europe/Madrid	43.33333	-7.23333				58	LU	27048	
3110197	San Pedro	san-pedro	ES	02326	0	Europe/Madrid	43.28333	-5.58333		Caserio San Pedro,Caserío San Pedro,San Pedro		34	O	33060	
3110198	San Pedro	san-pedro	ES	02326	0	Europe/Madrid	43.26959	-5.56844		San Pedro,San Pedro de Tirana,San Pedro de Tiraña		34	O	33032	
3110199	San Pedro	san-pedro	ES	02326	0	Europe/Madrid	43.26817	-6.72605				34	O	33001	
3110200	San Pedro	san-pedro	ES	02326	0	Europe/Madrid	43.21876	-3.52906				39	S	39083	
3110201	San Pedro	san-pedro	ES	02326	0	Europe/Madrid	43.18045	-4.5672				39	S	39022	
3110202	San Pedro	san-pedro	ES	02326	0	Europe/Madrid	43.15403	-7.08085				58	LU	27018	
3110203	San Pedro	san-pedro	ES	02326	0	Europe/Madrid	43.15	-6.25				34	O	33068	
3110204	San Pedro	san-pedro	ES	02326	0	Europe/Madrid	43.03333	-7.11667				58	LU	27018	
3110205	Idotorbe (San Pedro)	idotorbe-san-pedro	ES	20870	0	Europe/Madrid	43.21415	-2.43939		Idotorbe,San Pedro,San Pedro de Idotorbe		59	SS	20032	
3110206	San Pedro	san-pedro	ES	02326	0	Europe/Madrid	42.89348	-7.18488				58	LU	27006	
3110207	San Pedro	san-pedro	ES	02326	0	Europe/Madrid	42.81748	-7.0209				58	LU	27012	
3110208	San Pedro	san-pedro	ES	02326	0	Europe/Madrid	42.73398	-7.04622				58	LU	27037	
3110209	San Pedro	san-pedro	ES	02326	0	Europe/Madrid	42.3	-7.21667				58	OR	32044	
3110210	San Pedro	san-pedro	ES	02326	0	Europe/Madrid	41.07758	-4.26832		Barrio San Pedro,San Pedro		55	SG	40231	
3110212	San Paio	san-paio	ES	27155	0	Europe/Madrid	43.30182	-7.15195				58	LU	27048	
3110213	San Paio	san-paio	ES	27155	0	Europe/Madrid	43.18333	-8.3				58	C	15001	
3110214	San Paio	san-paio	ES	27155	0	Europe/Madrid	43.08333	-7.2				58	LU	27004	
3110215	San Paio	san-paio	ES	27155	0	Europe/Madrid	42.3	-7.2				58	OR	32044	
3110217	San Pascual	san-pascual	ES	03339	48	Europe/Madrid	40.88141	-4.75612		San Pascual	05219	55	AV	05219	
3110218	San Pantaleón del Páramo	san-pantaleon-del-paramo	ES	09125	0	Europe/Madrid	42.56414	-3.80333				55	BU	09172	
3110219	San Pantaleón de Losa	san-pantaleon-de-losa	ES	09512	0	Europe/Madrid	42.93129	-3.28799		San Pantaleon de Losa,San Pantaleón de Losa		55	BU	09908	
3110220	San Pantaleón de Aras	san-pantaleon-de-aras	ES	39766	0	Europe/Madrid	43.34454	-3.49692		San Pantaleon de Aras,San Pantaleón de Aras		39	S	39102	
3110222	Sant Pau de Segúries	sant-pau-de-seguries	ES	17864	626	Europe/Madrid	42.26108	2.36579				56	GI	17177	
3110223	San Pablo de la Moraleja	san-pablo-de-la-moraleja	ES	47219	167	Europe/Madrid	41.161	-4.77761		San Pablo de la Moraleja	47147	55	VA	47147	
3110225	San Nicolás del Real Camino	san-nicolas-del-real-camino	ES	34349	0	Europe/Madrid	42.36425	-4.95252		San Nicolas,San Nicolás		55	P	34109	
3110229	San Muñoz	san-munoz	ES	37208	316	Europe/Madrid	40.78334	-6.12758		Munoz,Muñoz,San Munoz,San Muñoz	37289	55	SA	37289	
3110230	Sant Mori	sant-mori	ES	17467	0	Europe/Madrid	42.1559	2.98946		Sant Mori	17176	56	GI	17176	
3110231	San Morales	san-morales	ES	37340	238	Europe/Madrid	40.99358	-5.50234		San Morales	37288	55	SA	37288	
3110233	San Millán de Yécora	san-millan-de-yecora	ES	26216	74	Europe/Madrid	42.54705	-3.09681		San Millan de Yecora,San Millán de Yécora	26131	27	LO	26131	
3110234	San Millán de San Zadornil	san-millan-de-san-zadornil	ES	01427	0	Europe/Madrid	42.85213	-3.13907		San Millan de San Zadornil,San Millán de San Zadornil		55	BU	09192	
3110295	San Miguel	san-miguel	ES	01213	0	Europe/Madrid	42.93333	-3.46667		El Puente,Puente,San Miguel		55	BU	09209	
3110235	San Millán de los Caballeros	san-millan-de-los-caballeros	ES	24237	173	Europe/Madrid	42.2852	-5.56107		San Millan de los Caballeros,San Millán de los Caballeros	24149	55	LE	24149	
3110236	San Millán de Lara	san-millan-de-lara	ES	09640	83	Europe/Madrid	42.13621	-3.34515		San Millan de Lara,San Millán de Lara	09340	55	BU	09340	
3110237	San Millán de la Cogolla	san-millan-de-la-cogolla	ES	26326	303	Europe/Madrid	42.32974	-2.86185		Donemiliaga Kukula,San Milian de la Kogolia,San Millan,San Millán,San-Mil'jan-de-la-Kogol'ja,Sveti Milan od Kogole,sheng mi liang de la ke ge li ya,Сан-Мильян-де-ла-Коголья,Сан-Мільян-де-ла-Коголья,Свети Миљан од Когоље,Սան Միլիան դե լա Կոգոլիա,圣米良德拉科戈利亚	26130	27	LO	26130	
3110238	San Millán de Juarros	san-millan-de-juarros	ES	09198	0	Europe/Madrid	42.31962	-3.54273		San Millan de Juarros,San Millán de Juarros		55	BU	09177	
3110244	San Miguel de Valero	san-miguel-de-valero	ES	37763	382	Europe/Madrid	40.54361	-5.9228		San Miguel de Valero	37287	55	SA	37287	
3110245	San Miguel de Serrezuela	san-miguel-de-serrezuela	ES	05150	174	Europe/Madrid	40.67064	-5.28857		San Miguel,San Miguel de Serrezuela	05218	55	AV	05218	
3110248	San Miguel de Pedroso	san-miguel-de-pedroso	ES	09258	0	Europe/Madrid	42.39562	-3.21471		San Miguel de Pedroso		55	BU	09048	
3110253	San Miguel de Montañán	san-miguel-de-montanan	ES	24324	0	Europe/Madrid	42.3025	-5.18927		San Miguel,San Miguel de Montanan,San Miguel de Montañán		55	LE	24086	
3110254	San Miguel de Meruelo	san-miguel-de-meruelo	ES	39192	1398	Europe/Madrid	43.46211	-3.58877		Meruelo,San Miguel de Meruelo		39	S	39006	
3110255	San Miguel del Valle	san-miguel-del-valle	ES	49680	212	Europe/Madrid	42.02985	-5.49625		San Miguel del Valle		55	VA	47134	
3110256	San Miguel de Luena	san-miguel-de-luena	ES	39687	0	Europe/Madrid	43.09483	-3.92515		San Miguel de Luena		39	S	39039	
3110257	San Miguel del Río	san-miguel-del-rio	ES	33693	0	Europe/Madrid	43.0156	-5.78487		San Miguel del Rio,San Miguel del Río		34	O	33033	
3110258	San Miguel del Pino	san-miguel-del-pino	ES	47132	212	Europe/Madrid	41.50941	-4.91149			47146	55	VA	47146	
3110259	San Miguel de Lomba	san-miguel-de-lomba	ES	49396	0	Europe/Madrid	42.06333	-6.68228		San Miguel de Lomba		55	ZA	49050	
3110260	San Miguel de Linares	san-miguel-de-linares	ES	48879	0	Europe/Madrid	43.25126	-3.22067		San Miguel de Linares		59	BI	48008	
3110261	San Miguel del Esla	san-miguel-del-esla	ES	49691	0	Europe/Madrid	42.07795	-5.6017		San Miguel del Esla		55	ZA	49187	
3110263	San Miguel del Camino	san-miguel-del-camino	ES	24391	0	Europe/Madrid	42.5609	-5.69954		San Miguel del Camino		55	LE	24189	
3110264	San Miguel de las Dueñas	san-miguel-de-las-duenas	ES	24398	0	Europe/Madrid	42.59004	-6.51691		San Miguel de las Duenas,San Miguel de las Dueñas		55	LE	24057	
3110265	San Miguel del Arroyo	san-miguel-del-arroyo	ES	47164	792	Europe/Madrid	41.44328	-4.4599		San Miguel del Arroyo	47145	55	VA	47145	
3110266	San Miguel de la Ribera	san-miguel-de-la-ribera	ES	49717	371	Europe/Madrid	41.33301	-5.57689		San Miguel de la Ribera	49191	55	ZA	49191	
3110267	Sant Miquel de Pineda	sant-miquel-de-pineda	ES	17175	0	Europe/Madrid	42.09746	2.4939		Sant Miquel de Pineda		56	GI	17161	
3110268	San Miguel de Langre	san-miguel-de-langre	ES	24438	0	Europe/Madrid	42.73591	-6.5781		San Miguel de Langre		55	LE	24019	
3110270	Sant Miquel de Fluvià	sant-miquel-de-fluvia	ES	17475	0	Europe/Madrid	42.172	2.99259		Sant Miquel de Fluvia,Sant Miquel de Fluvià	17175	56	GI	17175	
3110271	San Miguel de Escalada	san-miguel-de-escalada	ES	24166	0	Europe/Madrid	42.56202	-5.31276		San Miguel de Escalada		55	LE	24079	
3110272	Sant Miquel de Cruïlles	sant-miquel-de-cruilles	ES	17117	0	Europe/Madrid	41.95	3				56	GI	17901	
3110273	San Miguel de Cornezuelo	san-miguel-de-cornezuelo	ES	09572	0	Europe/Madrid	42.89536	-3.72805		San Miguel de Cornezuelo		55	BU	09409	
3110274	San Miguel de Corneja	san-miguel-de-corneja	ES	05514	100	Europe/Madrid	40.48722	-5.28654		San Miguel de Corneja	05217	55	AV	05217	
3110275	Sant Miquel de Campmajor	sant-miquel-de-campmajor	ES	17831	0	Europe/Madrid	42.13333	2.68333		San Miguel de Campmajor,Sant Miquel de Campmajor	17174	56	GI	17174	
3110276	San Miguel de Bernúy	san-miguel-de-bernuy	ES	40332	209	Europe/Madrid	41.39884	-3.95228		San Miguel de Bernuy,San Miguel de Bernúy		55	SG	40183	
3110278	San Miguel de Arganza	san-miguel-de-arganza	ES	24546	0	Europe/Madrid	42.65004	-6.68686		San Miguel de Arganza		55	LE	24007	
3110279	San Miguel de Aras	san-miguel-de-aras	ES	39766	0	Europe/Madrid	43.32885	-3.50697		San Miguel de Aras		39	S	39102	
3110280	San Miguel de Aguayo	san-miguel-de-aguayo	ES	39491	148	Europe/Madrid	43.05383	-4.0255		San Miguel de Aguayo	39070	39	S	39070	
3110288	San Miguel	san-miguel	ES	01213	0	Europe/Madrid	42.61421	-3.92739				55	BU	09427	
3110289	San Miguel	san-miguel	ES	01213	0	Europe/Madrid	43.51139	-5.55236				34	O	33076	
3110290	San Miguel	san-miguel	ES	01213	0	Europe/Madrid	43.50555	-5.63244				34	O	33024	
3110291	San Miguel	san-miguel	ES	01213	0	Europe/Madrid	43.295	-6.12654				34	O	33026	
3110292	San Miguel	san-miguel	ES	01213	0	Europe/Madrid	43.30365	-5.713				34	O	33031	
3110293	San Miguel	san-miguel	ES	01213	0	Europe/Madrid	43.30638	-4.10663		San Miguel		39	S	39018	
3110297	San Miguel	san-miguel	ES	01213	0	Europe/Madrid	42.26888	-7.18649				58	OR	32044	
3110298	San Miguel	san-miguel	ES	01213	0	Europe/Madrid	41.86651	-4.53319		Granja San Miguel,San Miguel		55	P	34069	
3110300	San Medel	san-medel	ES	09199	0	Europe/Madrid	42.33317	-3.59665				55	BU	09074	
3110301	San Medel	san-medel	ES	09199	0	Europe/Madrid	40.4901	-5.75894		San Medel		55	SA	37259	
3110305	San Mateo de Gállego	san-mateo-de-gallego	ES	50840	2461	Europe/Madrid	41.83043	-0.76578		San Mateo de Gallego,San Mateo de Gállego	50235	52	Z	50235	
3110306	Sant Mateu de Bages	sant-mateu-de-bages	ES	08263	0	Europe/Madrid	41.8	1.73333		Sant Mateu de Bages		56	B	08084	
3110309	San Mateo	san-mateo	ES	35320	0	Europe/Madrid	43.27322	-4.0779		San Mateo		39	S	39025	
3110310	San Mateo	san-mateo	ES	35320	0	Europe/Madrid	40.46534	0.1785		San Mateo,Sant Mateu		60	CS	12098	
3110311	Sant Martí Vell	sant-marti-vell	ES	17462	0	Europe/Madrid	42.01667	2.93333		San Martivell,San Martívell,Sant Marti Vell,Sant Martí Vell	17173	56	GI	17173	
3110312	Sant Martí Sescorts	sant-marti-sescorts	ES	08569	0	Europe/Madrid	42.00619	2.33082	473	Sant Marti Sescorts,Sant Martí Sescorts		56	B	08254	
3110313	Sant Martí Sesgueioles	sant-marti-sesgueioles	ES	08282	0	Europe/Madrid	41.68333	1.5		San Martin Sasgayolas,San Martín Sasgayolas,Sant Marti Sesgueioles,Sant Martí Sesgueioles		56	B	08297	
3110314	Sant Martí Sesserres	sant-marti-sesserres	ES	17746	0	Europe/Madrid	42.25991	2.77443		Sant Marti Sesserres,Sant Martí Sesserres		56	GI	17031	
3110315	Sant Martí Sarroca	sant-marti-sarroca	ES	08731	3142	Europe/Madrid	41.38576	1.61121		Sant Marti Sarroca,Sant Martí Sarroca	08227	56	B	08227	
3110317	Sant Martí Sacalm	sant-marti-sacalm	ES	17171	0	Europe/Madrid	42.0141	2.54436		Sant Marti Sacalm,Sant Martí Sacalm		56	GI	17194	
3110318	San Martino	san-martino	ES	33695	0	Europe/Madrid	43.18251	-5.82352		San Martino		34	O	33033	
3110321	San Martín de Valvení	san-martin-de-valveni	ES	47209	108	Europe/Madrid	41.75336	-4.56724		San Martin de Valveni,San Martín de Valvení	47144	55	VA	47144	
3110322	San Martín de Valledor	san-martin-de-valledor	ES	33887	0	Europe/Madrid	43.17933	-6.77363		San Martin de Valledor,San Martín de Valledor,Valledor		34	O	33001	
3110323	San Martín de Valdetuéjar	san-martin-de-valdetuejar	ES	24887	0	Europe/Madrid	42.80917	-4.99283		San Martin de Valdetuejar,San Martín de Valdetuéjar		55	LE	24183	
3110324	San Martín de Valderaduey	san-martin-de-valderaduey	ES	49129	0	Europe/Madrid	41.81414	-5.47249		San Martin de Valderaduey,San Martín de Valderaduey	49190	55	ZA	49190	
3110325	San Martín de Valdelomar	san-martin-de-valdelomar	ES	39419	0	Europe/Madrid	42.79647	-4.14657				39	S	39094	
3110326	San Martín de Valdeiglesias	san-martin-de-valdeiglesias	ES	28680	6965	Europe/Madrid	40.36185	-4.39831		San Martin de Valdeiglesias,San Martin de Valdieglesias,San-Martin-de-Val'deiglesias,San-Martin-de-Val'dejgles'jas,san martn dy faldyjlysyas,sheng ma ding-de ba er dai ge lai xi ya si,Сан-Мартин-де-Вальдейглесьяс,Сан-Мартін-де-Вальдеіглесіас,Սան Մարտին դե Վալդեիգլեսիաս,سان مارتن دي فالديجليسياس,圣马丁-德巴尔代格莱西亚斯	28133	29	M	28133	
3110327	San Martín de Unx	san-martin-de-unx	ES	31495	431	Europe/Madrid	42.52473	-1.56091		San Martin de Unx,San Martín de Unx	31217	32	NA	31217	
3110328	San Martín de Ubierna	san-martin-de-ubierna	ES	09141	0	Europe/Madrid	42.50615	-3.70708		San Martin de Ubierna,San Martín de Ubierna		55	BU	09906	
3110329	San Martín de Trevejo	san-martin-de-trevejo	ES	10892	965	Europe/Madrid	40.21241	-6.79535		San Martin de Trevejo,San Martín de Trevejo	10164	57	CC	10164	
3110330	Sant Martí de Tous	sant-marti-de-tous	ES	08712	0	Europe/Madrid	41.55	1.51667		San Martin de Tous,San Martín de Tous,Sant Marti de Tous,Sant Martí de Tous	08226	56	B	08226	
3110331	San Martín de Torres	san-martin-de-torres	ES	24769	0	Europe/Madrid	42.27117	-5.85161		San Martin de Torres,San Martín de Torres		55	LE	24053	
3110332	San Martín de Terroso	san-martin-de-terroso	ES	49394	0	Europe/Madrid	42.04447	-6.72637		San Martin de Terroso,San Martín de Terroso		55	ZA	49050	
3110333	San Martín de Tábara	san-martin-de-tabara	ES	49540	0	Europe/Madrid	41.75467	-5.99263		San Martin,San Martin de Tabara,San Martín,San Martín de Tábara		55	ZA	49138	
3110334	San Martín de Suarna	san-martin-de-suarna	ES	27118	0	Europe/Madrid	43.11806	-7.0365		San Martin de Suarna,San Martín de Suarna		58	LU	27018	
3110335	San Martín de Semproniana	san-martin-de-semproniana	ES	33875	0	Europe/Madrid	43.32095	-6.50378		San Martin de Semproniana,San Martín de Semproniana,Semproniana		34	O	33073	
3110336	San Martín de Rubiales	san-martin-de-rubiales	ES	09317	212	Europe/Madrid	41.64191	-3.99134		San Martin de Rubiales,San Martín de Rubiales	09339	55	BU	09339	
3110337	Calldetenes	calldetenes	ES	08506	0	Europe/Madrid	41.92527	2.28378		Calldetenes		56	B	08083	
3110338	San Martín de Porres	san-martin-de-porres	ES	09574	0	Europe/Madrid	43.02022	-3.73364		San Martin de Porres,San Martín de Porres		55	BU	09216	
3110339	San Martín de Perapertú	san-martin-de-perapertu	ES	34839	0	Europe/Madrid	42.90593	-4.36842		San Martin de Perapertu,San Martín de Perapertú		55	P	34160	
3110340	San Martín de Oscos	san-martin-de-oscos	ES	33777	471	Europe/Madrid	43.26587	-6.96241		San Martin,San Martin de Oscos,San Martín de Oscos	33061	34	O	33061	
3110341	San Martín de Moreda	san-martin-de-moreda	ES	24436	0	Europe/Madrid	42.73166	-6.71411		San Martin de Moreda,San Martín de Moreda		55	LE	24196	
3110344	San Martín del Valle	san-martin-del-valle	ES	34116	0	Europe/Madrid	42.43622	-4.78528		San Martin		55	P	34231	
3110345	San Martín del Rojo	san-martin-del-rojo	ES	09558	0	Europe/Madrid	42.91559	-3.66576		San Martin del Rojo,San Martín del Rojo		55	BU	09409	
3110346	San Martín del Río	san-martin-del-rio	ES	44390	248	Europe/Madrid	41.06633	-1.38733		San Martin del Rio,San Martín del Río	44207	52	TE	44207	
3110348	San Martín del Pimpollar	san-martin-del-pimpollar	ES	05132	274	Europe/Madrid	40.3683	-5.05443		San Martin del Pimpollar,San Martín del Pimpollar	05216	55	AV	05216	
3110350	San Martín de los Herreros	san-martin-de-los-herreros	ES	34844	0	Europe/Madrid	42.89142	-4.59299		San Martin de los Herreros,San Martín de los Herreros		55	P	34056	
3110351	San Martín de Losa	san-martin-de-losa	ES	09511	0	Europe/Madrid	42.9586	-3.18861		San Martin de Losa,San Martín de Losa		55	BU	09908	
3110352	San Martín de Lodón	san-martin-de-lodon	ES	33846	0	Europe/Madrid	43.35	-6.2		Lodon,Lodón,San Martin de Lodon,San Martín de Lodón		34	O	33005	
3110353	San Martín del Obispo	san-martin-del-obispo	ES	34111	0	Europe/Madrid	42.51584	-4.75446		San Martin del Obispo,San Martín del Obispo		55	P	34157	
3110354	San Martín del Monte	san-martin-del-monte	ES	34407	0	Europe/Madrid	42.56698	-4.48494		San Martin del Monte,San Martín del Monte		55	P	34222	
3110356	San Martín del Castañar	san-martin-del-castanar	ES	37659	272	Europe/Madrid	40.52264	-6.06387		San Martin del Castanar,San Martín del Castañar	37286	55	SA	37286	
3110357	San Martín del Camino	san-martin-del-camino	ES	24393	0	Europe/Madrid	42.49488	-5.80935		San Martin del Camino,San Martín del Camino		55	LE	24159	
3110358	Sant Martí d'Albars	sant-marti-d-albars	ES	08515	0	Europe/Madrid	42.03333	2.08333		San Martin del Bas,San Martín del Bas,Sant Marti d'Albars,Sant Martí d'Albars		56	B	08109	
3110360	San Martín de la Vega	san-martin-de-la-vega	ES	28330	18256	Europe/Madrid	40.20735	-3.57063		San Martin de la Vega,San Martín de la Vega,San-Martin-de-la-Vega,san martyn dy la fygha,sheng ma er ting de la wei jia,Сан-Мартин-де-ла-Вега,Сан-Мартін-де-ла-Вега,سان مارتين دي لا فيغا,圣马尔廷德拉韦加	28132	29	M	28132	
3110362	San Martín de la Tercia	san-martin-de-la-tercia	ES	24688	0	Europe/Madrid	42.94629	-5.72318		San Martin de la Tercia,San Martín de la Tercia		55	LE	24901	
3110363	San Martín de las Ollas	san-martin-de-las-ollas	ES	09574	0	Europe/Madrid	42.99059	-3.74823		San Martin de las Hollas,San Martín de las Hollas		55	BU	09216	
3110365	San Martín de las Cabezas	san-martin-de-las-cabezas	ES	05357	0	Europe/Madrid	40.76813	-4.97284		San Martin de las Cabezas,San Martín de las Cabezas		55	AV	05088	
3110367	San Martín del Agostedo	san-martin-del-agostedo	ES	24720	0	Europe/Madrid	42.43749	-6.17475		San Martin del Agostedo,San Martín del Agostedo		55	LE	24152	
3110368	San Martín de la Falamosa	san-martin-de-la-falamosa	ES	24273	0	Europe/Madrid	42.69566	-5.87894		San Martin de la Falamosa,San Martín de la Falamosa		55	LE	24104	
3110371	San Martín de Humada	san-martin-de-humada	ES	09124	0	Europe/Madrid	42.65604	-4.03606		San Martin de Humada,San Martín de Humada		55	BU	09175	
3110372	San Martín de Hoyos	san-martin-de-hoyos	ES	39418	0	Europe/Madrid	42.93207	-4.15341		San Martin de Hoyos,San Martín de Hoyos		39	S	39092	
3110373	San Martín de Galvarín	san-martin-de-galvarin	ES	09217	0	Europe/Madrid	42.68094	-2.68962		San Martin Galbarin,San Martin de Galvarin,San Martín de Galvarín		55	BU	09109	
3110374	San Martín de Elines	san-martin-de-elines	ES	39232	1258	Europe/Madrid	42.82864	-3.86865		San Martin,San Martin de Elines,San Martín de Elines,Valderredible		39	S	39094	
3110557	San Juan	san-juan	ES	15339	0	Europe/Madrid	43.21527	-3.46185				39	S	39083	
3110375	San Martín de Eiros	san-martin-de-eiros	ES	33811	0	Europe/Madrid	43.03044	-6.61132		San Martin de Eiros,San Martín de Eiros		34	O	33011	
3110376	San Martín de Don	san-martin-de-don	ES	09212	0	Europe/Madrid	42.7707	-3.17849		San Martin de Don,San Martín de Don		55	BU	09412	
3110377	Sant Martí de Centelles	sant-marti-de-centelles	ES	08592	898	Europe/Madrid	41.76617	2.20566	420	Sant Marti de Centelles,Sant Martí de Centelles	08224	56	B	08224	
3110378	San Martín de Castañeda	san-martin-de-castaneda	ES	49361	0	Europe/Madrid	42.13645	-6.72187		San Martin de Castaneda,San Martín de Castañeda		55	ZA	49085	
3110379	San Martín de Beduledo	san-martin-de-beduledo	ES	33890	20	Europe/Madrid	43.23333	-6.58333		San Martin de Beduledo,San Martín de Beduledo		34	O	33001	
3110380	San Martiño de Arriba	san-martino-de-arriba	ES	32815	0	Europe/Madrid	42.91947	-9.27315		San Martino de Buio,San Martiño de Buio		58	C	15037	
3110389	San Martín	san-martin	ES	20211	0	Europe/Madrid	43.5	-6.41667				34	O	33034	
3110390	San Martín	san-martin	ES	20211	0	Europe/Madrid	43.44969	-7.09543				34	O	33074	
3110391	San Martín	san-martin	ES	20211	0	Europe/Madrid	43.43541	-5.35275				34	O	33076	
3110392	San Martín	san-martin	ES	20211	0	Europe/Madrid	43.41181	-6.2525				34	O	33059	
3110393	San Martín	san-martin	ES	20211	0	Europe/Madrid	43.35	-5				34	O	33012	
3110394	San Martín	san-martin	ES	20211	0	Europe/Madrid	43.31412	-5.39446				34	O	33049	
3110395	San Martín	san-martin	ES	20211	0	Europe/Madrid	43.25894	-3.87768				39	S	39100	
3110396	San Martín	san-martin	ES	20211	0	Europe/Madrid	43.24666	-6.00365		San Martin,San Martín		34	O	33052	
3110397	San Martin	san-martin	ES	20211	0	Europe/Madrid	43.17562	-2.3113		San Martin,San Martín		59	SS	20017	
3110398	San Martín	san-martin	ES	20211	0	Europe/Madrid	43.23631	-6.45542				34	O	33011	
3110399	San Martín	san-martin	ES	20211	0	Europe/Madrid	43.24427	-6.21319				34	O	33005	
3110400	San Martín	san-martin	ES	20211	0	Europe/Madrid	43.22002	-3.9316				39	S	39078	
3110401	San Martín	san-martin	ES	20211	0	Europe/Madrid	43.19774	-3.55449				39	S	39083	
3110402	San Martín	san-martin	ES	20211	0	Europe/Madrid	43.16177	-6.096				34	O	33072	
3110403	San Martín	san-martin	ES	20211	0	Europe/Madrid	43.13534	-4.04021				39	S	39046	
3110404	Albizuelexaga	san-martin	ES	20211	0	Europe/Madrid	43.10428	-2.88019				59	BI	48075	
3110405	San Martin	san-martin	ES	20211	0	Europe/Madrid	43.00612	-2.17663		Elbarren,San Martin,San Martín		59	SS	20015	
3110406	San Martín	san-martin	ES	20211	0	Europe/Madrid	42.89672	-7.06286				58	LU	27012	
3110407	San Martín	san-martin	ES	20211	0	Europe/Madrid	42.78832	-6.94724				58	LU	27012	
3110408	San Martín	san-martin	ES	20211	0	Europe/Madrid	42.76702	-2.1687				32	NA	31013	
3110409	San Martín	san-martin	ES	20211	11	Europe/Madrid	42.47039	0.51047	1302			52	HU	22062	
3110410	San Martín	san-martin	ES	20211	0	Europe/Madrid	42.40592	-6.95247				58	OR	32009	
3110411	San Martín	san-martin	ES	20211	0	Europe/Madrid	42.33724	-7.08338				58	LU	27050	
3110412	Puimolar	puimolar	ES	22583	0	Europe/Madrid	42.3016	0.65725				52	HU	22035	
3110414	San Martín	san-martin	ES	20211	0	Europe/Madrid	42.18057	-7.07088				58	OR	32086	
3110416	San Martín	san-martin	ES	20211	0	Europe/Madrid	41.22612	-4.30924		Barrio San Martin,Barrio San Martín,San Martin,San Martín		55	SG	40182	
3110417	San Martín	san-martin	ES	20211	0	Europe/Madrid	41.02233	-6.92388				55	SA	37132	
3110424	San Marcial	san-marcial	ES	49722	0	Europe/Madrid	41.39846	-5.78276		San Marcial		55	ZA	49151	
3110425	San Marcelo	san-marcelo	ES	33858	0	Europe/Madrid	43.3895	-6.1346		San Marcelo		34	O	33059	
3110427	San Mamés de Zalima	san-mames-de-zalima	ES	34830	0	Europe/Madrid	42.83909	-4.3566		San Mames de Zalima,San Mamés de Zalima		55	P	34158	
3110428	San Mamés de Meruelo	san-mames-de-meruelo	ES	39192	0	Europe/Madrid	43.44608	-3.56505		San Mames de Meruelo,San Mamés de Meruelo		39	S	39043	
3110429	San Mamés de Campos	san-mames-de-campos	ES	34127	89	Europe/Madrid	42.35512	-4.56565		San Mames de Campos,San Mamés de Campos	34163	55	P	34163	
3110430	San Mamés de Burgos	san-mames-de-burgos	ES	09230	285	Europe/Madrid	42.33685	-3.79397			09338	55	BU	09338	
3110431	San Mamés de Aras	san-mames-de-aras	ES	39764	0	Europe/Madrid	43.35446	-3.50499		San Mames de Aras,San Mamés de Aras		39	S	39102	
3110432	San Mamés de Abar	san-mames-de-abar	ES	09126	0	Europe/Madrid	42.68112	-4.00781		San Mames de Abar,San Mamés de Abar		55	BU	09045	
3110434	San Mamés	san-mames	ES	28739	0	Europe/Madrid	43.11296	-4.43537				39	S	39053	
3110435	San Mamés	san-mames	ES	28739	0	Europe/Madrid	42.31667	-5.91667				55	LE	24010	
3110436	San Mamés	san-mames	ES	28739	0	Europe/Madrid	40.99056	-3.70578		San Mames,San Mamés		29	M	28097	
3110441	San Mamed	san-mamed	ES	33777	0	Europe/Madrid	43.35609	-7.17665				58	LU	27048	
3110442	San Mamed	san-mamed	ES	33777	0	Europe/Madrid	43.26667	-6.98333				34	O	33075	
3110443	San Mamed	san-mamed	ES	33777	0	Europe/Madrid	43.07305	-7.12159				58	LU	27018	
3110444	San Mamed	san-mamed	ES	33777	0	Europe/Madrid	43.05547	-7.25962				58	LU	27004	
3110446	San Mamed	san-mamed	ES	33777	0	Europe/Madrid	42.21265	-7.10055				58	OR	32086	
3110447	San Mamed	san-mamed	ES	33777	0	Europe/Madrid	41.69148	-6.47047		San Mamed		55	ZA	49173	
3110449	San Lorién	san-lorien	ES	22338	0	Europe/Madrid	42.4764	0.17269				52	HU	22190	
3110450	Sant Llorenç Savall	sant-llorenc-savall	ES	08212	0	Europe/Madrid	41.67968	2.05766		Sant Llorenc Savall,Sant Llorenç Savall		56	B	08223	
3110451	San Lorenzo de Tormes	san-lorenzo-de-tormes	ES	05696	58	Europe/Madrid	40.36984	-5.48848		Lorenzo de Tormes,San Lorenzo de Tormes	05214	55	AV	05214	
3110452	Sant Llorenç de Morunys	sant-llorenc-de-morunys	ES	25282	0	Europe/Madrid	42.13333	1.6		Sant Llorenc de Morunys,Sant Llorenc dels Piteus,Sant Llorenç de Morunys,Sant Llorenç dels Piteus		56	L	25111	
3110453	Mesterika	mesterika	ES	48120	0	Europe/Madrid	43.36667	-2.8		Menaca,Menaka,Mesterika,Meñaca,Meñaka,San Lorenzo de Mesterica		59	BI	48064	
3110454	Ergoien	ergoien	ES	20180	0	Europe/Madrid	43.38333	-2.86667		Ergoien,San Lorenzo de Maruri		59	BI	48040	
3110456	Sant Llorenç de la Muga	sant-llorenc-de-la-muga	ES	17732	0	Europe/Madrid	42.31976	2.78888		Sant Llorenc de la Muga,Sant Llorenç de la Muga	17171	56	GI	17171	
3110457	Sant Llorenç d'Hortons	sant-llorenc-d-hortons	ES	08791	0	Europe/Madrid	41.46667	1.83333		San Lorenzo de Hortons,San Lorenzo de Hortóns,Sant Llorenc d'Hortons,Sant Llorenç d'Hortons	08222	56	B	08222	
3110458	San Lorenzo de El Escorial	san-lorenzo-de-el-escorial	ES	28200	17889	Europe/Madrid	40.59144	-4.14738		El Escorial,Eskorialo,San Lorenzo,San Lorenzo del Escorial,San-Lorenso-de-Ehl'-Ehskorial',San-Lorenso-de-El'-Eskorial',san lwrnzw dy sh alaskwryal,sanlolensodeel-eseukolial,sheng luo lun suo de ai lai si ke li ya er,Сан-Лоренсо-де-Ель-Ескоріаль,Сан-Лоренсо-де-Эль-Эскориаль,سان لورنزو دي ش الإسكوريال,圣洛伦索德埃莱斯科里亚尔,산로렌소데엘에스코리알	28131	29	M	28131	
3110465	San Lorenzo	san-lorenzo	ES	24415	0	Europe/Madrid	43.54944	-5.62944				34	O	33024	
3110466	San Lorenzo	san-lorenzo	ES	24415	0	Europe/Madrid	43.43333	-7.25				58	LU	27027	
3110468	San Lorenzo	san-lorenzo	ES	24415	0	Europe/Madrid	42.52384	-6.5917		San Lorenzo		55	LE	24115	
3110471	San Lorenzo	san-lorenzo	ES	24415	0	Europe/Madrid	41.99842	-7.2113				58	OR	32034	
3110472	San Lorenzo	san-lorenzo	ES	24415	0	Europe/Madrid	41.83028	-5.96937		Barrio San Lorenzo,San Lorenzo		55	ZA	49214	
3110473	San Llorente del Páramo	san-llorente-del-paramo	ES	34113	0	Europe/Madrid	42.39498	-4.7677		San Llorente del Paramo,San Llorente del Páramo		55	P	34231	
3110474	San Llorente de la Vega	san-llorente-de-la-vega	ES	09121	0	Europe/Madrid	42.43765	-4.25737		San Llorente		55	BU	09211	
3110475	San Llorente	san-llorente	ES	14029	0	Europe/Madrid	42.96922	-3.2417		San Llorente		55	BU	09908	
3110476	San Llorente	san-llorente	ES	14029	170	Europe/Madrid	41.68631	-4.066		San Llorente	47143	55	VA	47143	
3110479	San Leonardo de Yagüe	san-leonardo-de-yague	ES	42140	2354	Europe/Madrid	41.83034	-3.0688		Leonardo,San Leonardo,San Leonardo de Yague,San Leonardo de Yaguee,San Leonardo de Yagüe,San-Leonardo-de-Jague,San-Leonardo-de-Jagueh,sheng lai ao na er duo de a ge,Сан-Леонардо-де-Ягуе,Сан-Леонардо-де-Ягуэ,圣莱奥纳尔多德阿格	42164	55	SO	42164	
3110481	San Justo de los Oteros	san-justo-de-los-oteros	ES	24225	0	Europe/Madrid	42.40329	-5.46666		San Justo de los Oteros		55	LE	24058	
3110482	San Justo de la Vega	san-justo-de-la-vega	ES	24710	2077	Europe/Madrid	42.45696	-6.01825		San Justo de la Vega,San-Khusto-de-la-Vega,sheng hu si tuo de la wei jia,Сан-Хусто-де-ла-Вега,圣胡斯托德拉韦加	24148	55	LE	24148	
3110483	San Justo de las Regueras	san-justo-de-las-regueras	ES	24226	0	Europe/Madrid	42.50188	-5.48673		San Justo de las Regueras		55	LE	24227	
3110484	San Justo de Cabanillas	san-justo-de-cabanillas	ES	24319	0	Europe/Madrid	42.6937	-6.36391		San Justo de Cabanillas		55	LE	24102	
3110497	San Julián de Muskiz	san-julian-de-muskiz	ES	48550	0	Europe/Madrid	43.33333	-3.1		Muskiz,Musques,Muzquiz,San Julian de Muskiz,San Julian de Musques,San Julián de Musques	48071	59	BI	48071	
3110499	Sant Julià de Cerdanyola	sant-julia-de-cerdanyola	ES	08694	1212	Europe/Madrid	42.2235	1.89308				56	B	08099	
3110501	Sant Julià de Boada	sant-julia-de-boada	ES	17256	0	Europe/Madrid	41.98489	3.12201				56	GI	17121	
3110502	San Julián de Basa	san-julian-de-basa	ES	22611	0	Europe/Madrid	42.47691	-0.25397				52	HU	22252	
3110507	San Julián	san-julian	ES	24526	0	Europe/Madrid	43.50327	-6.86487				34	O	33023	
3110508	San Julián	san-julian	ES	24526	0	Europe/Madrid	43.34194	-5.5646		San Julian,San Julián		34	O	33006	
3110509	San Julián	san-julian	ES	24526	0	Europe/Madrid	43.25807	-7.00095				34	O	33062	
3110510	San Julián	san-julian	ES	24526	0	Europe/Madrid	42.8278	-9.02761				58	C	15053	
3110511	San Julián	san-julian	ES	24526	0	Europe/Madrid	42.6617	-6.98834				55	LE	24198	
3110512	San Julián	san-julian	ES	24526	0	Europe/Madrid	42.65	-6.98333		San Julian,San Julián		55	LE	24198	
3110515	San Juanico el Nuevo	san-juanico-el-nuevo	ES	49627	0	Europe/Madrid	42.02853	-6.05391		San Juanico el Nuevo		55	ZA	49033	
3110516	Vilassar de Mar	vilassar-de-mar	ES	08340	19482	Europe/Madrid	41.50507	2.39227		Vilassar de Mar,Vilassar del Mar		56	B	08219	
3110517	San Juan de Torres	san-juan-de-torres	ES	24769	0	Europe/Madrid	42.24586	-5.839		San Juan de Torres		55	LE	24053	
3110519	Sant Joan Despí	sant-joan-despi	ES	08970	32030	Europe/Madrid	41.36718	2.0574		Sant Joan Despi,Sant Joan Despí		56	B	08019	
3110521	San Juan de Raicedo	san-juan-de-raicedo	ES	39451	0	Europe/Madrid	43.19086	-4.04504		San Juan de Raicedo		39	S	39004	
3110522	San Juan de Plan	san-juan-de-plan	ES	22367	146	Europe/Madrid	42.58818	0.34504		San Chuan de Plan,San Juan de Plan		52	HU	22182	
3110523	San Juan de Paluezas	san-juan-de-paluezas	ES	24443	0	Europe/Madrid	42.50526	-6.72389		San Juan de Palienzas,San Juan de Paluezas,San Juan de Paluezos		55	LE	24022	
3110524	Sant Joan de Palamós	sant-joan-de-palamos	ES	17230	0	Europe/Madrid	41.86667	3.13333				56	GI	17118	
3110525	San Juan de Ortega	san-juan-de-ortega	ES	09199	0	Europe/Madrid	42.37546	-3.43537		San Juan de Ortega		55	BU	09044	
3110526	San Juan de Nieva	san-juan-de-nieva	ES	33417	0	Europe/Madrid	43.58809	-5.93561		San Juan de Nieva		34	O	33016	
3110529	Sant Joan de Mollet	sant-joan-de-mollet	ES	17463	0	Europe/Madrid	42.05	2.95		San Juan de Mollet,Sant Joan de Mollet	17168	56	GI	17168	
3110530	San Juan del Rebollar	san-juan-del-rebollar	ES	49525	0	Europe/Madrid	41.7479	-6.35237		San Juan del Rebollar		55	ZA	49209	
3110531	San Juan del Monte	san-juan-del-monte	ES	09490	168	Europe/Madrid	41.68313	-3.52337		San Juan del Monte	09337	55	BU	09337	
3110532	San Juan del Molinillo	san-juan-del-molinillo	ES	05120	315	Europe/Madrid	40.45909	-4.81711		San Juan del Molinillo	05212	55	AV	05212	
3110533	Sant Joan de les Abadesses	sant-joan-de-les-abadesses	ES	17860	3593	Europe/Madrid	42.23332	2.28524		Sant Joan de les Abadesses		56	GI	17147	
3110535	San Juan de la Nava	san-juan-de-la-nava	ES	05111	626	Europe/Madrid	40.4788	-4.68238		San Juan de la Nava	05211	55	AV	05211	
3110536	San Juan de la Mata	san-juan-de-la-mata	ES	24545	0	Europe/Madrid	42.64608	-6.6661		San Juan de la Mata		55	LE	24007	
3110538	San Juan de la Encinilla	san-juan-de-la-encinilla	ES	05358	121	Europe/Madrid	40.8302	-4.83957		San Juan de la Encinilla	05210	55	AV	05210	
3110539	San Juan de la Cuesta	san-juan-de-la-cuesta	ES	49321	0	Europe/Madrid	42.1062	-6.6026		San Juan de la Cuesta		55	ZA	49179	
3110554	San Juan	san-juan	ES	15339	0	Europe/Madrid	43.54858	-6.15684				34	O	33021	
3110555	San Juan	san-juan	ES	15339	0	Europe/Madrid	43.48979	-5.26374		San Juan de Duz		34	O	33019	
3110558	San Juan	san-juan	ES	15339	0	Europe/Madrid	42.81667	-1.65		Donibane,San Juan		32	NA	31201	
3110560	San Juan	san-juan	ES	15339	0	Europe/Madrid	42.45161	0.28011				52	HU	22190	
3110562	San Juan	san-juan	ES	15339	0	Europe/Madrid	42.22409	-3.58941				55	BU	09030	
3110563	San Juan	san-juan	ES	15339	0	Europe/Madrid	40.51667	-0.48333		Caserio San Juan,Caserío San Juan,San Juan		52	TE	44106	
3110568	San Jorge	san-jorge	ES	22283	0	Europe/Madrid	43.21865	-7.20876		Piquin,San Jorge		58	LU	27053	
3110569	Sant Jordi	sant-jordi	ES	07199	637	Europe/Madrid	40.50982	0.33208		San Jorge,Sant Jordi del Maestrat	12099	60	CS	12099	
3110570	Sant Jordi Desvalls	sant-jordi-desvalls	ES	17464	0	Europe/Madrid	42.06667	2.95		San Jordi Desvalls,Sant Jordi Desvalls	17166	56	GI	17166	
3110573	Sant Jaume dels Domenys	sant-jaume-dels-domenys	ES	43713	0	Europe/Madrid	41.3	1.56667		San Jaime dels Domenys,Sant Jaume dels Domenys	43137	56	T	43137	
3110574	Sant Jaume de Llierca	sant-jaume-de-llierca	ES	17854	725	Europe/Madrid	42.21667	2.61667		Palau de Montagut		56	GI	17109	
3110575	Sant Jaume de Frontanyà	sant-jaume-de-frontanya	ES	08607	0	Europe/Madrid	42.18742	2.02389		Sant Jaume de Frontanya,Sant Jaume de Frontanyà		56	GI	17096	
3110579	Sanín	sanin	ES	32415	0	Europe/Madrid	42.31667	-8.06667		Sanin,Sanín		58	OR	32022	
3110582	San Inazio	san-inazio	ES	48330	0	Europe/Madrid	43.21667	-2.76667		San Ignacio,San Ignazio,San Inazio		59	BI	48055	
3110583	Sant Hipòlit de Voltregà	sant-hipolit-de-voltrega	ES	08512	0	Europe/Madrid	42.0141	2.24018		Sant Hipolit,Sant Hipolit de Voltrega,Sant Hipòlit,Sant Hipòlit de Voltregà,Voltrega,Voltregà		56	B	08117	
3110584	Sant Hilari Sacalm	sant-hilari-sacalm	ES	17403	0	Europe/Madrid	41.88333	2.51667		San Hilario Sacalm,Sant Hilari Sacalm	17164	56	GI	17164	
3110592	Sangrices	sangrices	ES	48895	0	Europe/Madrid	43.21405	-3.42544		Sangrices		59	BI	48022	
3110593	Sangreña	sangrena	ES	33128	0	Europe/Madrid	43.50568	-6.21333		Sangrena,Sangreña		34	O	33051	
3110596	San Gregorio	san-gregorio	ES	20211	0	Europe/Madrid	42.97801	-2.18167		Arrate,San Gregorio		59	SS	20015	
3110598	Sangoñedo	sangonedo	ES	33878	0	Europe/Madrid	43.3159	-6.54964		Sagonedo,Sagoñedo,Sangonedo,Sangoñedo		34	O	33073	
3110601	Vilassar de Dalt	vilassar-de-dalt	ES	08339	0	Europe/Madrid	41.51667	2.36667		Vilassar de Dalt		56	B	08230	
3110604	Sant Genís de Palafolls	sant-genis-de-palafolls	ES	08389	0	Europe/Madrid	41.65	2.71667		San Gines de Palafolls,San Ginés de Palafólls		56	B	08155	
3110611	Sangarrén	sangarren	ES	22100	278	Europe/Madrid	42.01921	-0.43323		Sangarren,Sangarrén	22206	52	HU	22206	
3110612	San García de Ingelmos	san-garcia-de-ingelmos	ES	05146	135	Europe/Madrid	40.76912	-5.11523		San Garcia de Ingelmos,San García de Ingelmos	05209	55	AV	05209	
3110613	Sangarcía	sangarcia	ES	40134	445	Europe/Madrid	40.95023	-4.41085		Sangarcia,Sangarcía	40180	55	SG	40180	
3110615	Sant Fruitós de Bages	sant-fruitos-de-bages	ES	08272	0	Europe/Madrid	41.75	1.86667		San Fructuoso,San Fructuoso de Bages,San Fructuoso de Bagés,San Frutos,Sant Fruitos de Bages,Sant Fruitós de Bages	08213	56	B	08213	
3110616	San Fructuoso	san-fructuoso	ES	33874	0	Europe/Madrid	43.38812	-6.50081		San Fructos,San Fructuoso		34	O	33073	
3110621	San Fiz do Seo	san-fiz-do-seo	ES	24523	0	Europe/Madrid	42.64021	-6.91684				55	LE	24011	
3110625	Sant Ferriol	sant-ferriol	ES	17850	61	Europe/Madrid	42.2	2.66667		San Ferreol,Sant Ferriol	17162	56	GI	17162	
3110627	San Fernando de Henares	san-fernando-de-henares	ES	28830	40981	Europe/Madrid	40.42386	-3.53261		San Fernando de Enares,San Fernando de Henares,San-Fernando de Henaro,San-Fernando-de-Ehnares,San-Fernando-de-Enares,ai na lei si he pan sheng fei er nan duo,san frnandw dy hynarys,Сан-Фернандо-де-Енарес,Сан-Фернандо-де-Энарес,Սան Ֆերնանդո դե Էնարես,سان فرناندو دي هيناريس,埃纳雷斯河畔圣费尔南多	28130	29	M	28130	
3110628	San Feliz de Torío	san-feliz-de-torio	ES	24890	0	Europe/Madrid	42.68446	-5.53598		San Feliz de Torio,San Feliz de Torío		55	LE	24076	
3110629	San Feliz de Órbigo	san-feliz-de-orbigo	ES	24287	0	Europe/Madrid	42.47666	-5.89672		San Felix de Orbigo,San Feliz de Orbigo,San Feliz de Órbigo,San Félix de Orbigo		55	LE	24224	
3110632	San Feliz de las Lavanderas	san-feliz-de-las-lavanderas	ES	24397	0	Europe/Madrid	42.68776	-5.98083		San Felix de las Lavanderas,San Feliz de las Lavanderas,San Félix de las Lavanderas		55	LE	24123	
3110633	San Feliz	san-feliz	ES	33785	0	Europe/Madrid	43.54271	-5.46243		San Feliz		34	O	33076	
3110634	San Feliz	san-feliz	ES	33785	0	Europe/Madrid	43.45417	-5.34905				34	O	33076	
3110635	San Félix de Arce	san-felix-de-arce	ES	24143	0	Europe/Madrid	42.95782	-6.13461		San Felix de Arce,San Félix de Arce		55	LE	24029	
3110638	Sant Feliu Sasserra	sant-feliu-sasserra	ES	08274	0	Europe/Madrid	41.95	2.03333		San Feliu Saserra,San Felíu Saserra,Sant Feliu Sasserra	08212	56	B	08212	
3110639	Sant Feliu de Pallerols	sant-feliu-de-pallerols	ES	17174	0	Europe/Madrid	42.07708	2.50935		Sant Feliu de Pallerols	17161	56	GI	17161	
3110640	Sant Feliu del Racó	sant-feliu-del-raco	ES	08211	0	Europe/Madrid	41.61667	2.06667		Sant Feliu del Raco,Sant Felíu del Racó		56	B	08279	
3110642	Sant Feliu de Llobregat	sant-feliu-de-llobregat	ES	08980	42919	Europe/Madrid	41.38333	2.05	81	Feliu-de-L'obregat,San Feliu de Llobregat,San Feliú de Llobregat,Sant Feliu,Sant Feliu de Llobregat,Фелиу-де-Льобрегат	08211	56	B	08211	
3110643	Sant Feliu de Guíxols	sant-feliu-de-guixols	ES	17220	21977	Europe/Madrid	41.78333	3.03333		San Feliu de Gisols,San Feliu de Guixols,San Felíu de Guixols,San-Faliu-da-Gishuls,San-Feliu-de-Gishol's,Sant Feliu de Guixols,Sant Feliu de Guíxols,san fylyw dy ghykswls,sant flyw d gyksls,sheng fei liu-de ji ke suo er si,Сан-Фаліу-да-Ґішулс,Сан-Фелиу-де-Гишольс,Սան Ֆելիու դե Գիշոլս,سان فيليو دي غيكسولس,سانت فلیو د گیکسلس,圣费柳-德吉克索尔斯	17160	56	GI	17160	
3110644	Sant Feliu de Codines	sant-feliu-de-codines	ES	08182	0	Europe/Madrid	41.7	2.16667		San Feliu de Codinas,San Felíu de Codinas,Sant Feliu de Codines	08210	56	B	08210	
3110645	Sant Feliu de Buixalleu	sant-feliu-de-buixalleu	ES	17451	0	Europe/Madrid	41.78333	2.58333		Sant Feliu de Buixalleu		56	GI	17009	
3110646	Sant Feliu de Boada	sant-feliu-de-boada	ES	17256	0	Europe/Madrid	41.96667	3.13333		San Feliu		56	GI	17121	
3110650	San Felices de los Gallegos	san-felices-de-los-gallegos	ES	37270	579	Europe/Madrid	40.84954	-6.70804		San Felices,San Felices de Gallegos,San Felices de los Gallegos	37285	55	SA	37285	
3110651	San Felices de Castillería	san-felices-de-castilleria	ES	34846	0	Europe/Madrid	42.92524	-4.44691		San Felices de Castilleria,San Felices de Castillería		55	P	34056	
3110652	San Felices	san-felices	ES	09143	0	Europe/Madrid	42.75315	-3.80304		San Felices		55	BU	09395	
3110653	San Felices	san-felices	ES	09143	0	Europe/Madrid	42.50296	-0.01429				52	HU	22109	
3110654	San Felices	san-felices	ES	09143	0	Europe/Madrid	42.45376	-0.02746				52	HU	22109	
3110655	San Felices	san-felices	ES	09143	0	Europe/Madrid	42.37545	-0.82418				52	Z	50901	
3110656	San Felices	san-felices	ES	09143	0	Europe/Madrid	41.93708	-2.02638			42163	55	SO	42163	
3110657	Sant Fost de Campsentelles	sant-fost-de-campsentelles	ES	08105	0	Europe/Madrid	41.51667	2.23333		Sant Fost de Campsentelles		56	B	08209	
3110659	San Facundo	san-facundo	ES	24378	0	Europe/Madrid	42.56106	-6.37076		San Facundo		55	LE	24170	
3110661	Sant Esteve Sesrovires	sant-esteve-sesrovires	ES	08635	0	Europe/Madrid	41.49341	1.8833		San Esteban Sasroviras,Sant Esteve Sesrovires		56	B	08114	
3110662	San Esteban de Zapardiel	san-esteban-de-zapardiel	ES	05229	57	Europe/Madrid	41.0927	-4.90049		San Esteban de Zapardiel		55	AV	05208	
3110663	San Esteban de Villacalbiel	san-esteban-de-villacalbiel	ES	24234	0	Europe/Madrid	42.36668	-5.61507		San Esteban,San Esteban de Villacalbiel		55	LE	24212	
3110665	San Esteban de Valdueza	san-esteban-de-valdueza	ES	24415	0	Europe/Madrid	42.5049	-6.58188		San Esteban de Valdueza		55	LE	24115	
3110666	San Esteban de Treviño	san-esteban-de-trevino	ES	09294	0	Europe/Madrid	42.73333	-3.48333		San Esteban de Trevino,San Esteban de Treviño		55	BU	09006	
3110667	San Esteban de Pravia	san-esteban-de-pravia	ES	33130	657	Europe/Madrid	43.5538	-6.08745		San Esteban,San Esteban de Pravia		34	O	33039	
3110668	Sant Esteve de Palautordera	sant-esteve-de-palautordera	ES	08461	0	Europe/Madrid	41.7062	2.43153		San Esteban de Palautordera,Sant Esteve de Palautordera		56	B	08259	
3110669	San Esteban de Nogales	san-esteban-de-nogales	ES	24760	351	Europe/Madrid	42.15995	-5.93065		San Esteban de Nogales	24146	55	LE	24146	
3110670	San Esteban del Valle	san-esteban-del-valle	ES	05412	855	Europe/Madrid	40.2751	-4.98215		San Esteban del Valle	05207	55	AV	05207	
3110672	San Esteban de los Patos	san-esteban-de-los-patos	ES	05289	36	Europe/Madrid	40.74705	-4.62413		San Esteban de los Patos	05206	55	AV	05206	
3110673	San Esteban del Molar	san-esteban-del-molar	ES	49650	168	Europe/Madrid	41.93717	-5.55158		San Esteban del Molar	49188	55	ZA	49188	
3110676	San Esteban de la Sierra	san-esteban-de-la-sierra	ES	37671	415	Europe/Madrid	40.5068	-5.90619		San Esteban de la Sierra	37284	55	SA	37284	
3110678	San Esteban de Gormaz	san-esteban-de-gormaz	ES	42330	3268	Europe/Madrid	41.57436	-3.20418		San Esteban de Gormaz,San-Ehsteban-de-Gormas,San-Esteban-de-Gormas,sheng ai si te wan de ge er ma si,shnt ashtybn,Сан-Естебан-де-Гормас,Сан-Эстебан-де-Гормас,شنت إشتيبن,圣埃斯特万德戈尔马斯	42162	55	SO	42162	
3110695	San Emiliano	san-emiliano	ES	24144	0	Europe/Madrid	43.25946	-6.83275		San Emiliano		34	O	33001	
3110696	San Emiliano	san-emiliano	ES	24144	762	Europe/Madrid	42.97164	-6.00075		San Emiliano	24145	55	LE	24145	
3110700	Sandoval de la Reina	sandoval-de-la-reina	ES	09124	0	Europe/Madrid	42.55913	-4.10541		Sandoval de la Reina		55	BU	09427	
3110703	Sandiniés	sandinies	ES	22664	0	Europe/Madrid	42.72312	-0.31423				52	HU	22204	
3110704	Sandín	sandin	ES	49594	0	Europe/Madrid	42.00724	-6.47778		Sandin,Sandín		55	ZA	49110	
3110706	Sandiche	sandiche	ES	33828	0	Europe/Madrid	43.42668	-6.06247		Sandiche		34	O	33010	
3110707	Sandiás	sandias	ES	32692	0	Europe/Madrid	42.43799	-0.26924		Sandianes,Sandias,Sandiás		52	HU	22199	
3110708	Sandiás	sandias	ES	32692	0	Europe/Madrid	42.1123	-7.75678				58	OR	32077	
3110713	Sandamías	sandamias	ES	33129	0	Europe/Madrid	43.45159	-6.16323		Sandamias,Sandamías		34	O	33051	
3110717	Sant Cugat Sesgarrigues	sant-cugat-sesgarrigues	ES	08798	0	Europe/Madrid	41.36667	1.75		San Cugat Sasgarrigas,Sant Cugat Sesgarrigues		56	B	08094	
3110718	Sant Cugat del Vallès	sant-cugat-del-valles	ES	08171	79253	Europe/Madrid	41.47063	2.08611		Sant Cugat,Sant Cugat del Valles,Sant Cugat del Vallès	08205	56	B	08205	
3110720	Sancti Spíritus	sancti-spiritus	ES	06655	961	Europe/Madrid	40.70577	-6.4003		Sancti Spiritus,Sancti Spíritus,Sancti-Espiritus,Santi-Spiritus		55	SA	37107	
3110722	San Cristóbal de Valdueza	san-cristobal-de-valdueza	ES	24414	0	Europe/Madrid	42.46292	-6.5192		San Cristobal de Valdueza,San Cristóbal de Valdueza		55	LE	24115	
3110723	San Cristóbal de Segovia	san-cristobal-de-segovia	ES	40197	2437	Europe/Madrid	40.95225	-4.07652		San Cristobal de Segovia,San Cristóbal de Segovia	40906	55	SG	40906	
3110724	San Cristóbal del Monte	san-cristobal-del-monte	ES	09259	0	Europe/Madrid	42.83038	-4.12337				39	S	39094	
3110725	San Cristóbal del Monte	san-cristobal-del-monte	ES	09259	0	Europe/Madrid	42.39927	-3.14491		San Cristobal del Monte,San Cristóbal del Monte		55	BU	09130	
3110726	San Cristóbal de la Vega	san-cristobal-de-la-vega	ES	40465	139	Europe/Madrid	41.11214	-4.64448		San Cristobal de la Vega,San Cristóbal de la Vega	40178	55	SG	40178	
3110727	San Cristóbal de la Polantera	san-cristobal-de-la-polantera	ES	24795	939	Europe/Madrid	42.39041	-5.90732		San Cristobal de la Polantera,San Cristóbal de la Polantera	24144	55	LE	24144	
3110728	San Cristóbal de la Cuesta	san-cristobal-de-la-cuesta	ES	37439	567	Europe/Madrid	41.02919	-5.61771		San Cristobal de la Cuesta,San Cristóbal de la Cuesta	37278	55	SA	37278	
3110729	San Cristóbal de Entreviñas	san-cristobal-de-entrevinas	ES	49690	1642	Europe/Madrid	42.04575	-5.63468		San Cristobal de Entrevinas,San Cristóbal de Entreviñas	49187	55	ZA	49187	
3110730	San Cristóbal de Cuéllar	san-cristobal-de-cuellar	ES	40212	201	Europe/Madrid	41.40591	-4.40445		San Cristobal de Cuellar,San Cristóbal de Cuéllar	40177	55	SG	40177	
3110732	San Cristóbal de Boedo	san-cristobal-de-boedo	ES	34491	37	Europe/Madrid	42.54194	-4.35325		San Cristobal de Boedo,San Cristóbal de Boedo	34161	55	P	34161	
3110733	San Cristóbal de Almendres	san-cristobal-de-almendres	ES	09515	0	Europe/Madrid	42.88786	-3.43432		San Cristobal de Almendres,San Cristóbal de Almendres		55	BU	09213	
3110734	San Cristóbal de Aliste	san-cristobal-de-aliste	ES	49523	0	Europe/Madrid	41.8048	-6.38123		San Cristobal de Aliste,San Cristóbal de Aliste		55	ZA	49209	
3110740	San Cristóbal	san-cristobal	ES	14029	0	Europe/Madrid	43.55036	-6.41711				34	O	33034	
3110741	San Cristóbal	san-cristobal	ES	14029	0	Europe/Madrid	43.52248	-6.16753				34	O	33021	
3110742	San Cristóbal	san-cristobal	ES	14029	0	Europe/Madrid	43.50539	-6.9703				34	O	33017	
3110743	San Cristóbal	san-cristobal	ES	14029	0	Europe/Madrid	43.46849	-6.24203				34	O	33059	
3110744	San Cristóbal	san-cristobal	ES	14029	0	Europe/Madrid	43.34245	-6.95889		San Cristobal,San Cristóbal,Villanueva		34	O	33075	
3110745	San Cristóbal	san-cristobal	ES	14029	0	Europe/Madrid	43.19206	-4.07717		San Cristobal,San Cristóbal		39	S	39004	
3110746	San Cristóbal	san-cristobal	ES	14029	0	Europe/Madrid	42.85952	-8.9869				58	C	15045	
3110747	San Cristóbal	san-cristobal	ES	14029	0	Europe/Madrid	42.75	-7.26667				58	LU	27055	
3110748	San Cristóbal	san-cristobal	ES	14029	0	Europe/Madrid	42.68333	-7.23333				58	LU	27055	
3110749	San Cristóbal	san-cristobal	ES	14029	0	Europe/Madrid	42.5	-7.2				58	LU	27050	
3110750	San Cristóbal	san-cristobal	ES	14029	0	Europe/Madrid	42.31467	-7.37024				58	OR	32029	
3110751	San Cristóbal	san-cristobal	ES	14029	0	Europe/Madrid	42.18677	-7.17864				58	OR	32092	
3110752	San Cristóbal	san-cristobal	ES	14029	0	Europe/Madrid	41.91381	2.87919				56	GI	17090	
3110753	San Cristóbal	san-cristobal	ES	14029	0	Europe/Madrid	41.90087	-7.57113				58	OR	32050	
3110754	San Cristóbal	san-cristobal	ES	14029	0	Europe/Madrid	41.61588	-4.70927		Caserio San Cristobal,Caserío San Cristobal,San Cristobal,San Cristóbal		55	VA	47186	
3110755	San Cristóbal	san-cristobal	ES	14029	0	Europe/Madrid	40.11667	-0.81667		Caserio San Cristobal,Caserío San Cristóbal,San Cristobal,San Cristóbal		52	TE	44210	
3110766	Sant Climent Sescebes	sant-climent-sescebes	ES	17751	0	Europe/Madrid	42.36888	2.97996		Sant Climent Sescebes		56	GI	17158	
3110769	San Clemente del Valle	san-clemente-del-valle	ES	09268	0	Europe/Madrid	42.36707	-3.1881		San Clemente del Valle		55	BU	09360	
3110770	Sant Climent de Llobregat	sant-climent-de-llobregat	ES	08849	0	Europe/Madrid	41.33333	2		San Clemente de Llobregat,Sant Climent de Llobregat,Sant Climent del Llobregat		56	B	08301	
3110771	Amer	amer	ES	17170	0	Europe/Madrid	42.01053	2.60204		Amer		56	GI	17007	
3110773	San Clemente	san-clemente	ES	16600	0	Europe/Madrid	43.54409	-5.57859		San Clemente,San Clemente de Quintueles		34	O	33076	
3110774	San Clemente	san-clemente	ES	16600	0	Europe/Madrid	42.98735	-6.80915		San Clemente		34	O	33028	
3110775	San Clemente	san-clemente	ES	16600	0	Europe/Madrid	42.63082	-6.7477		San Clemente		55	LE	24030	
3110776	San Claudio	san-claudio	ES	33191	0	Europe/Madrid	43.65	-7.86667		San Claudio,Santa Maria,Santa María		58	C	15061	
3110777	San Claudio	san-claudio	ES	33191	534	Europe/Madrid	43.35	-5.91667		San Claudio		34	O	33044	
3110778	Sant Cebrià de Vallalta	sant-cebria-de-vallalta	ES	08396	0	Europe/Madrid	41.61667	2.6		San Cipriano de Vallalta,Sant Cebria de Vallalta,Sant Cebrià de Vallalta		56	B	08203	
3110779	San Cipriano del Condado	san-cipriano-del-condado	ES	24154	0	Europe/Madrid	42.64304	-5.3801		San Cipriano del Condado		55	LE	24201	
3110780	San Ciprián	san-cipriano	ES	48891	0	Europe/Madrid	43.22428	-3.39495		San Cipriano		59	BI	48022	
3110781	San Cipriano	san-cipriano	ES	48891	0	Europe/Madrid	42.16647	-7.12493				58	OR	32086	
3110791	San Cibrián de Ardón	san-cibrian-de-ardon	ES	24232	0	Europe/Madrid	42.45949	-5.60445				55	LE	24006	
3110793	San Cibrían	san-cibrian	ES	09572	0	Europe/Madrid	42.97112	-3.76007				55	BU	09413	
3110795	Sanchoviejo	sanchoviejo	ES	37183	0	Europe/Madrid	40.91409	-5.70038		Sanchoviejo		55	SA	37023	
3110796	Sanchotello	sanchotello	ES	37794	282	Europe/Madrid	40.43812	-5.75394		Sanchotello	37282	55	SA	37282	
3110798	Sanchorreja	sanchorreja	ES	05141	138	Europe/Madrid	40.66475	-4.91494		Sanchorreja	05205	55	AV	05205	
3110799	Sanchopedro	sanchopedro	ES	40176	0	Europe/Madrid	41.15683	-3.74152		Sanchopedro		55	SG	40150	
3110800	Sanchonuño	sanchonuno	ES	40297	837	Europe/Madrid	41.32325	-4.30531		Sanchonuno,Sanchonuño	40179	55	SG	40179	
3110801	Sanchón de la Sagrada	sanchon-de-la-sagrada	ES	37466	49	Europe/Madrid	40.74287	-6.02502		Sanchon de la Sagrada,Sanchón de la Sagrada	37281	55	SA	37281	
3110802	Sanchón de la Ribera	sanchon-de-la-ribera	ES	37217	110	Europe/Madrid	41.08844	-6.41314		Sanchon de la Ribera,Sanchon de la Rivera,Sanchón de la Ribera,Sanchón de la Rivera	37280	55	SA	37280	
3110804	Sanchogómez	sanchogomez	ES	37452	0	Europe/Madrid	40.68462	-5.90546		Sanchogomez,Sanchogómez		55	SA	37211	
3110809	Sanchidrián	sanchidrian	ES	05290	763	Europe/Madrid	40.89347	-4.58132			05204	55	AV	05204	
3110810	Sanchicorto	sanchicorto	ES	05520	0	Europe/Madrid	40.62766	-4.95319		Barrio Sanchicorto,Sanchicorto		55	AV	05247	
3110813	Sant Celoni	sant-celoni	ES	08470	16860	Europe/Madrid	41.68921	2.48965		San Celoni,Sant Celoni	08202	56	B	08202	
3110814	Sancedo	sancedo	ES	24439	0	Europe/Madrid	43.0644	-7.01576				58	LU	27018	
3110815	Sancedo	sancedo	ES	24439	0	Europe/Madrid	42.66666	-6.63456		Sancedo	24143	55	LE	24143	
3110816	San Cebrián de Mudá	san-cebrian-de-muda	ES	34839	184	Europe/Madrid	42.89261	-4.38719		San Cebrian de Muda,San Cebrián de Mudá	34160	55	P	34160	
3110817	San Cebrián de Mazote	san-cebrian-de-mazote	ES	47129	192	Europe/Madrid	41.68022	-5.14847			47142	55	VA	47142	
3110818	San Cebrián de Castro	san-cebrian-de-castro	ES	49144	326	Europe/Madrid	41.70632	-5.75605		San Cebrian de Castro,San Cebrián de Castro	49186	55	ZA	49186	
3110819	San Cebrián de Campos	san-cebrian-de-campos	ES	34429	452	Europe/Madrid	42.20063	-4.53127		San Cebrian,San Cebrian de Campos,San Cebrián,San Cebrián de Campos	34159	55	P	34159	
3110821	Sant Carles de la Ràpita	sant-carles-de-la-rapita	ES	43540	15511	Europe/Madrid	40.61667	0.6		San Carlos des la Rapida,San-Karlos-de-la-Rapita,Sant Carles de la Rapita,Sant Carles de la Ràpita,Сан-Карлос-де-ла-Рапита	43136	56	T	43136	
3110823	San Blas	san-blas	ES	20400	0	Europe/Madrid	41.79487	-6.46002		San Blas		55	ZA	49273	
3110824	San Blas	san-blas	ES	20400	0	Europe/Madrid	40.36016	-1.17868		Barrio de San Blas,San Blas		52	TE	44216	
3110825	San Bernardo	san-bernardo	ES	33611	0	Europe/Madrid	41.6307	-4.26393		Caserio San Bernardo,Caserío San Bernardo,San Bernardo		55	VA	47179	
3110833	Sant Boi de Lluçanès	sant-boi-de-llucanes	ES	08589	0	Europe/Madrid	42.05	2.15		San Baudilio de Llusanes,San Baudilio de Llusanés,San baudilio de Llusanes,San baudilio de Llusanés,Sant Boi de Llucanes,Sant Boi de Lluçanès	08201	56	B	08201	
3110834	Sant Boi de Llobregat	sant-boi-de-llobregat	ES	08830	82428	Europe/Madrid	41.34357	2.03659		Sant Boi de Llobregat		56	B	08200	
3110835	San Bartolomé de Tormes	san-bartolome-de-tormes	ES	05631	0	Europe/Madrid	40.3712	-5.27612		San Bartolome de Tormes,San Bartolomé de Tormes		55	AV	05901	
3110836	San Bartolomé de Rueda	san-bartolome-de-rueda	ES	24878	0	Europe/Madrid	42.72975	-5.21889		San Bartolome de Rueda,San Bartolomé de Rueda		55	LE	24079	
3110837	San Bartolomé de Pinares	san-bartolome-de-pinares	ES	05267	693	Europe/Madrid	40.54332	-4.54031		San Bartolome de Pinares,San Bartolomé de Pinares		55	AV	05245	
3110839	San Bartolomé de los Montes	san-bartolome-de-los-montes	ES	39766	0	Europe/Madrid	43.32381	-3.4863		San Bartolome de los Montes,San Bartolomé de los Montes		39	S	39102	
3110840	Sant Bartomeu del Grau	sant-bartomeu-del-grau	ES	08503	0	Europe/Madrid	41.98333	2.18333		Sant Bartomeu del Grau		56	B	08199	
3110841	Sant Bartomeu de la Quadra	sant-bartomeu-de-la-quadra	ES	08750	0	Europe/Madrid	41.41667	2.03333		Sant Bartomeu de la Quadra		56	B	08205	
3110842	San Bartolomé de Corneja	san-bartolome-de-corneja	ES	05516	74	Europe/Madrid	40.49257	-5.38519		San Bartolome de Corneja,San Bartolomé de Corneja	05200	55	AV	05200	
3110843	San Bartolomé de Béjar	san-bartolome-de-bejar	ES	05619	52	Europe/Madrid	40.40783	-5.66261		San Bartolome de Bejar,San Bartolomé de Béjar	05199	55	AV	05199	
3110846	San Bartolomé	san-bartolome	ES	03314	0	Europe/Madrid	43.50157	-6.19335		San Bartolome,San Bartolomé		34	O	33051	
3110847	San Bartolomé	san-bartolome	ES	03314	0	Europe/Madrid	43.37523	-2.70229		Amunategui		59	BI	48021	
3110850	San Asensio	san-asensio	ES	26340	1281	Europe/Madrid	42.49677	-2.75057		San Asensio,San-Asensio,sheng a sen xi ao,Сан-Асенсио,Сан-Асенсіо,Սան Ասենսիո,圣阿森西奥	26129	27	LO	26129	
3110852	Sant Antoni de Vilamajor	sant-antoni-de-vilamajor	ES	08459	0	Europe/Madrid	41.66667	2.4		San Antonio de Vilamajor,Sant Antoni de Vilamajor		56	B	08106	
3110854	Sant Antoni de Calonge	sant-antoni-de-calonge	ES	17252	0	Europe/Madrid	41.84565	3.09969		Sant Antoni,Sant Antoni de Calonge		56	GI	17034	
3110859	San Antonio	san-antonio	ES	14620	0	Europe/Madrid	43.50655	-5.60461				34	O	33024	
3110860	San Antonio	san-antonio	ES	14620	0	Europe/Madrid	43.30865	-6.46933		Relamiego,Relamiego San Antonio,San Antonio		34	O	33073	
3110861	San Antonio	san-antonio	ES	14620	0	Europe/Madrid	43.1107	-2.41201	185			59	SS	20074	
3110866	San Antón	san-anton	ES	26289	0	Europe/Madrid	42.26916	-3.03759		San Anton,San Antón		27	LO	26061	
3110870	San Antolín	san-antolin	ES	27690	1925	Europe/Madrid	43.03849	-6.87376		Ibias,San Antolin,San Antolin de Ibias,San Antolín		34	O	33028	
3110871	San Antolín	san-antolin	ES	27690	0	Europe/Madrid	42.80925	-7.346		San Antolin,San Antolín		58	LU	27057	
3110927	Sanavastre	sanavastre	ES	17538	0	Europe/Madrid	42.38533	1.85012				56	GI	17061	17061
3110873	San Andrés de Valdelomar	san-andres-de-valdelomar	ES	39419	0	Europe/Madrid	42.80239	-4.15768				39	S	39094	
3110874	San Andrés de Soria	san-andres-de-soria	ES	42169	0	Europe/Madrid	41.9457	-2.47934		San Andres de Soria,San Andrés de Soria		55	SO	42019	
3110875	San Andrés de San Pedro	san-andres-de-san-pedro	ES	42172	0	Europe/Madrid	41.97103	-2.25353		San Andres de San Pedro,San Andrés de San Pedro		55	SO	42135	
3110877	San Andrés de Montejos	san-andres-de-montejos	ES	24491	0	Europe/Madrid	42.58586	-6.5992		San Andres de Montejos,San Andrés de Montejos		55	LE	24115	
3110878	San Andrés de Montearados	san-andres-de-montearados	ES	09144	0	Europe/Madrid	42.71335	-3.91068		San Andres de Montearados,San Andrés de Montearados		55	BU	09361	
3110879	San Andrés del Rey	san-andres-del-rey	ES	19143	46	Europe/Madrid	40.63837	-2.8202		San Andres del Rey,San Andrés del Rey	19249	54	GU	19249	
3110881	Sant Andreu de Llavaneres	sant-andreu-de-llavaneres	ES	08392	10181	Europe/Madrid	41.56667	2.48333				56	B	08121	
3110882	San Andrés del Congosto	san-andres-del-congosto	ES	19237	79	Europe/Madrid	40.99775	-3.02423		San Andres del Congosto,San Andrés del Congosto	19248	54	GU	19248	
3110884	San Andrés de la Regla	san-andres-de-la-regla	ES	34112	0	Europe/Madrid	42.55292	-4.89848				55	LE	24051	
3110885	Sant Andreu de la Barca	sant-andreu-de-la-barca	ES	08740	26401	Europe/Madrid	41.44659	1.97187		San Andres de la Barca,San Andrés de la Barca,Sant Andreu de la Barca		56	B	08054	
3110891	San Andres	san-andres	ES	26126	0	Europe/Madrid	43.41667	-2.75		San Andres,San Andrés		59	BI	48017	
3110892	San Andrés	san-andres	ES	26126	0	Europe/Madrid	43.40715	-7.15783				34	O	33063	
3110893	San Andrés	san-andres	ES	26126	0	Europe/Madrid	43.39813	-5.19344				34	O	33045	
3110894	San Andrés	san-andres	ES	26126	0	Europe/Madrid	43.35947	-6.52702				34	O	33073	
3110895	San Andrés	san-andres	ES	26126	0	Europe/Madrid	43.31307	-5.98775				34	O	33044	
3110896	San Andrés	san-andres	ES	26126	0	Europe/Madrid	43.11791	-4.53644				39	S	39013	
3110897	San Andrés	san-andres	ES	26126	0	Europe/Madrid	43.07416	-5.73984				34	O	33033	
3110898	San Andres	san-andres	ES	26126	0	Europe/Madrid	43.0544	-2.49583		San Andres,San Andrés		59	SS	20055	
3110899	San Andrés	san-andres	ES	26126	0	Europe/Madrid	42.91313	-4.08455				39	S	39093	
3110900	San Andrés	san-andres	ES	26126	0	Europe/Madrid	42.87362	-7.5506				58	LU	27043	
3110901	San Andrés	san-andres	ES	26126	0	Europe/Madrid	42.82098	-7.09807				58	LU	27037	
3110902	San Andrés	san-andres	ES	26126	0	Europe/Madrid	42.33309	-2.84899				27	LO	26060	
3110903	San Andrés	san-andres	ES	26126	0	Europe/Madrid	42.09399	-2.58458		San Andres,San Andrés		27	LO	26091	
3110904	San Andrés	san-andres	ES	26126	0	Europe/Madrid	41.75095	-4.52151		Aldea de San Andres,Aldea de San Andrés,San Andres,San Andrés		55	VA	47144	
3110905	San Andrés	san-andres	ES	26126	0	Europe/Madrid	40.26667	-5.86667		Barrio San Andres,Barrio San Andrés,San Andres,San Andrés		57	CC	10096	
3110909	San Agustín del Pozo	san-agustin-del-pozo	ES	49135	206	Europe/Madrid	41.88613	-5.59351		San Agustin del Pozo,San Agustín del Pozo	49185	55	ZA	49185	
3110910	Sant Agustí de Lluçanès	sant-agusti-de-llucanes	ES	08586	0	Europe/Madrid	42.08333	2.13333		San Agustin de Llusanes,San Agustín de Llusanés,Sant Agusti de Llucanes,Sant Agustí de Lluçanès		56	B	08272	
3110911	San Agustín del Guadalix	san-agustin-del-guadalix	ES	28750	11133	Europe/Madrid	40.67882	-3.61639		San Agustin,San Agustin del Guadalix,San Agustín,San Agustín del Guadalix		29	M	28045	
3110913	San Agustin	san-agustin	ES	04717	0	Europe/Madrid	43.13162	-2.56342		San Agustin,San Agustín		59	BI	48032	
3110914	San Agustín	san-agustin	ES	04717	0	Europe/Madrid	42.15445	-7.05947				58	OR	32086	
3110915	San Agustín	san-agustin	ES	04717	119	Europe/Madrid	40.05929	-0.69254		San Agustin,San Agustín	44206	52	TE	44206	
3110918	San Adrián de Valdueza	san-adrian-de-valdueza	ES	24415	0	Europe/Madrid	42.46245	-6.60235		San Adrian de Valdueza,San Adrián de Valdueza		55	LE	24115	
3110919	San Adrián del Valle	san-adrian-del-valle	ES	24797	129	Europe/Madrid	42.13033	-5.72905		San Adrian del Valle,San Adrián del Valle	24141	55	LE	24141	
3110920	San Adrián de Juarros	san-adrian-de-juarros	ES	09198	52	Europe/Madrid	42.27427	-3.47551		San Adrian de Juarros,San Adrián de Juarros	09335	55	BU	09335	
3110921	Sant Adrià de Besòs	sant-adria-de-besos	ES	08930	33761	Europe/Madrid	41.43073	2.21855		San Adrian de Besos,San Adrián de Besós,Sant Adria,Sant Adria de Besos,Sant Adrià,Sant Adrià de Besòs,Sant Adrià de Besós,Sant-Adria-da-Bazos,san adryan dy byzws,sang ta de li ya de wei suo si,Сант-Адріа-да-Базос,سان أدريان دي بيزوس,サント・アドリアー・ダ・バゾス,桑塔德里亚德韦索斯		56	B	08019	
3110924	San Adrián	san-adrian	ES	31570	6076	Europe/Madrid	42.33433	-1.93509		San Adrian,San Adrián	31215	32	NA	31215	
3110925	Sant Iscle de Vallalta	sant-iscle-de-vallalta	ES	08359	0	Europe/Madrid	41.61667	2.56667		San Acisclo de Vallalta,Sant Iscle de Vallalta	08193	56	B	08193	
3110926	Sant Iscle de Colltort	sant-iscle-de-colltort	ES	17174	0	Europe/Madrid	42.11667	2.53333		Caserio San Acisclo de Colltort,Caserío San Acisclo de Colltort		56	GI	17161	
3110928	Samprón	sampron	ES	24520	0	Europe/Madrid	42.67784	-6.96043		Sampron,Samprón		55	LE	24198	
3110929	Sampol	sampol	ES	33727	0	Europe/Madrid	43.39128	-6.77898		Sampol		34	O	33007	
3110930	Sampil	sampil	ES	32817	0	Europe/Madrid	42.08203	-6.61542		Sampil		55	ZA	49179	
3110932	Samper de Calanda	samper-de-calanda	ES	44520	985	Europe/Madrid	41.18933	-0.38883		Samper de Calanda,Samper de Galanda	44205	52	TE	44205	
3110933	Samper	samper	ES	22452	0	Europe/Madrid	42.42941	0.28938				52	HU	22190	
3110934	Santpedor	santpedor	ES	08251	0	Europe/Madrid	41.78309	1.84673		Sampedor,Sanpedor,Santpedor	08192	56	B	08192	
3110940	Samir de los Caños	samir-de-los-canos	ES	49513	221	Europe/Madrid	41.6728	-6.16415		Samir de los Canos,Samir de los Caños	49184	55	ZA	49184	
3110944	Samiano	samiano	ES	09216	0	Europe/Madrid	42.6924	-2.66521				55	BU	09109	
3110945	Sames	sames	ES	33558	0	Europe/Madrid	43.2707	-5.12825		Sames		34	O	33003	
3110949	Samboal	samboal	ES	40442	547	Europe/Madrid	41.25758	-4.41727		Samboal	40176	55	SG	40176	
3110950	Samblismo	samblismo	ES	33878	0	Europe/Madrid	43.31667	-6.56667		Samblismo,San Brismo		34	O	33073	
3110953	Samarugo	samarugo	ES	27842	0	Europe/Madrid	43.36193	-7.58988		Samarugo,Santiago		58	LU	27065	
3110954	Sámano	samano	ES	39709	0	Europe/Madrid	43.35774	-3.24086		Samano,Sámano		39	S	39020	
3110955	Samaniego	samaniego	ES	01307	321	Europe/Madrid	42.56854	-2.67974		Samaniego	01052	59	VI	01052	
3110957	Samalús	samalus	ES	08445	333	Europe/Madrid	41.68333	2.31667		Samalus,Samalús		56	B	08086	
3110959	Samagán	samagan	ES	33778	0	Europe/Madrid	43.45304	-7.00142		Samagan,Samagán		34	O	33017	
3110960	Sama de Abajo	sama-de-abajo	ES	33470	0	Europe/Madrid	43.50753	-5.87289		Sama de Abajo		34	O	33020	
3110964	Salvatierra de Tormes	salvatierra-de-tormes	ES	37779	67	Europe/Madrid	40.59007	-5.59763		Salvatierra,Salvatierra de Tormes	37277	55	SA	37277	
3110966	Salvatierra de Esca	salvatierra-de-esca	ES	50684	267	Europe/Madrid	42.67002	-1.00475		Salvatierra,Salvatierra de Esca	50232	52	Z	50232	
3110967	Agurain / Salvatierra	salvatierra	ES	01200	4139	Europe/Madrid	42.85162	-2.39123		Agurain,Salvatierra		59	VI	01051	
3110969	Salvador de Zapardiel	salvador-de-zapardiel	ES	47219	186	Europe/Madrid	41.11696	-4.87486		Salvador de Zapardiel	47141	55	VA	47141	
3110971	Salvador	salvador	ES	33810	0	Europe/Madrid	43.02264	-6.94341				58	LU	27034	
3110972	Salvadiós	salvadios	ES	05380	107	Europe/Madrid	40.87836	-5.09629		Salvadios,Salvadiós	05198	55	AV	05198	
3110974	Salvacañete	salvacanete	ES	16318	337	Europe/Madrid	40.1	-1.5		Salvacanete,Salvacañete	16189	54	CU	16189	
3110975	Saludes de Castroponce	saludes-de-castroponce	ES	24796	0	Europe/Madrid	42.15653	-5.74583		Saludes,Saludes de Castroponce		55	LE	24117	
3110983	Salt	salt	ES	17190	29985	Europe/Madrid	41.97489	2.79281		Salt	17155	56	GI	17155	
3110986	Salou	salou	ES	43840	26649	Europe/Madrid	41.07663	1.14163		Salou,sa luo,salw,sarou,Салоу,سالو,サロウ,萨洛		56	T	43171	
3110989	Salomó	salomo	ES	43885	341	Europe/Madrid	41.22955	1.37445		Salomo,Salomó	43135	56	T	43135	
3110991	Salobralejo	salobralejo	ES	05530	0	Europe/Madrid	40.58601	-4.90512		Salobralejo		55	AV	05138	
3110992	Salobral	salobral	ES	05520	118	Europe/Madrid	40.61179	-4.81013		Salobral	05197	55	AV	05197	
3110994	Salmoral	salmoral	ES	37314	257	Europe/Madrid	40.80137	-5.2191		Salmoral	37276	55	SA	37276	
3110995	Salmeroncillos de Arriba	salmeroncillos-de-arriba	ES	16813	0	Europe/Madrid	40.51988	-2.52771		Salmeroncillos de Arriba		54	CU	16188	
3110996	Salmeroncillos de Abajo	salmeroncillos-de-abajo	ES	16813	172	Europe/Madrid	40.50418	-2.52173		Salmeroncillos,Salmeroncillos de Abajo		54	CU	16188	
3110998	Salmerón	salmeron	ES	19126	217	Europe/Madrid	40.54529	-2.49315		Salmeron,Salmerón	19247	54	GU	19247	
3111000	Salmantón	salmanton	ES	01479	0	Europe/Madrid	43.05276	-3.08918		Salmanton,Salmantón		59	VI	01010	
3111075	Salcedillo	salcedillo	ES	34829	0	Europe/Madrid	42.94171	-4.27182		Salcedillo		55	P	34036	
3111076	Salcedillo	salcedillo	ES	34829	8	Europe/Madrid	40.962	-1.00433		Salcedillo	44203	52	TE	44203	
3111001	Sallent de Gállego	sallent-de-gallego	ES	22640	1281	Europe/Madrid	42.77127	-0.33448		Sal'ent-de-Gal'ego,Sallen de Galligo,Sallent,Sallent de Gallego,Sallent de Galligo,Sallén de Galligo,sa lian te de jia lie ge,Сальент-де-Гальего,Сальєнт-де-Гальєго,萨连特德加列戈	22204	52	HU	22204	
3111002	Sallent	sallent	ES	08650	0	Europe/Madrid	42.17876	1.22819				56	L	25077	
3111003	Sallent	sallent	ES	08650	7107	Europe/Madrid	41.82602	1.8955		Sallent,Sallent de Llobregat	08191	56	B	08191	
3111004	Salitja	salitja	ES	17184	100	Europe/Madrid	41.90783	2.74727		Salitja,Salitkha,Салитха		56	GI	17233	
3111008	Salinillas de Bureba	salinillas-de-bureba	ES	09247	51	Europe/Madrid	42.55243	-3.38753		Salinillas de Bureba	09334	55	BU	09334	
3111009	Gatzaga Buradon / Salinillas de Buradón	salinillas-de-buradon	ES	01212	0	Europe/Madrid	42.63413	-2.83128		Buradon Gatzaga,Gatzaga Buradon,Salinillas de Buradon,Salinillas de Buradón		59	VI	01028	
3111010	Salinas de Trillo	salinas-de-trillo	ES	22438	0	Europe/Madrid	42.30277	0.27522				52	HU	22113	
3111012	Salinas de Pisuerga	salinas-de-pisuerga	ES	34830	351	Europe/Madrid	42.85046	-4.37783		Salinas de Pisuerga	34158	55	P	34158	
3111013	Salinas de Pamplona	salinas-de-pamplona	ES	31191	0	Europe/Madrid	42.75342	-1.65024		Salinas de Pamplona		32	NA	31109	
3111015	Salinas de Medinaceli	salinas-de-medinaceli	ES	42240	0	Europe/Madrid	41.15482	-2.41028		Salinas de Medinaceli		55	SO	42113	
3111016	Salinas del Manzano	salinas-del-manzano	ES	16317	107	Europe/Madrid	40.08333	-1.55		Salinas del Manzano	16187	54	CU	16187	
3111017	Leintz-Gatzaga	leintz-gatzaga	ES	20530	0	Europe/Madrid	42.98684	-2.56851		Gatzaga,Leintz Gatzaga,Salinas de Leniz,Salinas de Léniz	20068	59	SS	20068	
3111018	Salinas de Jaca	salinas-de-jaca	ES	22822	0	Europe/Madrid	42.4127	-0.79037				52	Z	50901	
3111020	Salinas de Hoz	salinas-de-hoz	ES	22312	0	Europe/Madrid	42.16881	0.12056		Salinas de Hoz		52	HU	22908	
3111028	Salinas	salinas	ES	03638	0	Europe/Madrid	43.57669	-5.95575		Salinas		34	O	33016	
3111030	Salillas de Jalón	salillas-de-jalon	ES	50294	341	Europe/Madrid	41.56789	-1.32344		Salillas de Jalon,Salillas de Jalón	50231	52	Z	50231	
3111031	Salillas	salillas	ES	22110	113	Europe/Madrid	41.99498	-0.22278		Salillas	22203	52	HU	22203	
3111032	Salientes	salientes	ES	24495	0	Europe/Madrid	43.45622	-5.60559		Salientes		34	O	33024	
3111033	Salientes	salientes	ES	24495	0	Europe/Madrid	42.84942	-6.31388		Salientes		55	LE	24109	
3111036	Saliencia	saliencia	ES	33840	0	Europe/Madrid	43.08638	-6.1412		Saliencia		34	O	33068	
3111038	Salgüero de Juarros	salguero-de-juarros	ES	09198	0	Europe/Madrid	42.2948	-3.48982		Salguero de Juarros,Salgüero de Juarros		55	BU	09177	
3111040	Salgueiros	salgueiros	ES	27568	0	Europe/Madrid	43.0201	-9.17578				58	C	15034	
3111041	Salgueiros	salgueiros	ES	27568	0	Europe/Madrid	42.83443	-7.76585		Salgueiros,Santa Maria,Santa María		58	LU	27032	
3111042	Salgueiros	salgueiros	ES	27568	0	Europe/Madrid	42.82021	-8.26408		San Pedro		58	PO	36059	
3111044	Salgueiras	salgueiras	ES	33776	0	Europe/Madrid	43.31871	-7.02478		Salgueiras		34	O	33075	
3111045	Salgueiras	salgueiras	ES	33776	0	Europe/Madrid	42.42765	-8.56698				58	PO	36038	
3111049	Sales	sales	ES	33327	0	Europe/Madrid	43.48749	-5.28674				34	O	33019	
3111050	Sales	sales	ES	33327	0	Europe/Madrid	42.81667	-8.5		Sales,San Julian,San Julián		58	C	15089	
3111051	Sales	sales	ES	33327	0	Europe/Madrid	42.8	-8.48333		Sales		58	C	15089	
3111053	Salentinos	salentinos	ES	24479	0	Europe/Madrid	42.81392	-6.37533		Salentinos		55	LE	24110	
3111054	Salduero	salduero	ES	42156	196	Europe/Madrid	41.88946	-2.7967		Salduero	42161	55	SO	42161	
3111055	Saldón	saldon	ES	44122	34	Europe/Madrid	40.32513	-1.42782		Saldon,Saldón	44204	52	TE	44204	
3111057	Saldías	saldias	ES	31747	121	Europe/Madrid	43.08858	-1.77946		Saldias,Saldías	31213	32	NA	31213	
3111060	Saldes	saldes	ES	08697	0	Europe/Madrid	42.23333	1.73333			08190	56	B	08190	
3111061	Saldeana	saldeana	ES	37259	153	Europe/Madrid	41.02068	-6.64015		Saldeana	37275	55	SA	37275	
3111063	Saldaña de Burgos	saldana-de-burgos	ES	09620	128	Europe/Madrid	42.25838	-3.69707			09332	55	BU	09332	
3111064	Saldaña de Ayllón	saldana-de-ayllon	ES	40514	0	Europe/Madrid	41.38528	-3.4231		Saldana de Ayllon,Saldaña de Ayllón		55	SG	40024	
3111065	Saldaña	saldana	ES	33936	2989	Europe/Madrid	42.52146	-4.73605		Sal'dan'ja,Saldanya,sa er da ni ya,Сальданья,萨尔达尼亚	34157	55	P	34157	
3111067	Salcido	salcido	ES	33774	0	Europe/Madrid	43.42495	-7.15204		Salcido		34	O	33063	
3111068	Salces	salces	ES	39212	0	Europe/Madrid	43.00689	-4.16806		Salces		39	S	39032	
3111069	Salcedo	salcedo	ES	01213	0	Europe/Madrid	43.53037	-6.70404				34	O	33041	
3111070	Salcedo	salcedo	ES	01213	0	Europe/Madrid	43.48787	-5.74035				34	O	33024	
3111071	Salcedo	salcedo	ES	01213	0	Europe/Madrid	42.82832	-3.94919				39	S	39094	
3111072	Salcedo	salcedo	ES	01213	0	Europe/Madrid	42.73429	-2.96368		Salcedo,Saratsu		59	VI	01902	
3111073	Salcedo	salcedo	ES	01213	0	Europe/Madrid	42.54329	-7.33758		Salcedo		58	LU	27047	
3111074	Salcedo	salcedo	ES	01213	0	Europe/Madrid	42.4	-8.63333		Salcedo,San Martin de Afuera,San Martín de Afuera		58	PO	36038	
3111419	Rois	rois	ES	15911	0	Europe/Madrid	43.30496	-8.24556				58	C	15008	
3111080	Salceda	salceda	ES	39557	0	Europe/Madrid	43.07991	-4.45809		Salceda		39	S	39053	
3111081	Salceda	salceda	ES	39557	0	Europe/Madrid	42.11667	-8.56667		Salceda,San Jorge		58	PO	36049	
3111084	Salce	salce	ES	24132	0	Europe/Madrid	42.84253	-6.01986		Salce		55	LE	24132	
3111085	Salce	salce	ES	24132	127	Europe/Madrid	41.26996	-6.21875		Salce	49183	55	ZA	49183	
3111086	Salazar de Amaya	salazar-de-amaya	ES	09136	0	Europe/Madrid	42.618	-4.20378		Salazar de Amaya		55	BU	09373	
3111088	Salazar	salazar	ES	09556	0	Europe/Madrid	42.97677	-3.61828				55	BU	09903	
3111090	Sant Pere Sallavinera	sant-pere-sallavinera	ES	08281	0	Europe/Madrid	41.73333	1.58333		Salavinera,San Pedro Sallavinera,Sant Pere Sallavinera		56	B	08170	
3111092	Salas de los Infantes	salas-de-los-infantes	ES	09600	2072	Europe/Madrid	42.02242	-3.28631		Salas-de-los-Infantes,sa la si de luo xin fan te si,salas dy lws anfants,Салас-де-лос-Інфантес,Салас-де-лос-Инфантес,سالاس دي لوس إنفانتس,萨拉斯德洛辛凡特斯	09330	55	BU	09330	
3111093	Salas de los Barrios	salas-de-los-barrios	ES	24414	0	Europe/Madrid	42.51704	-6.55612		Salas de los Barrios		55	LE	24115	
3111094	Sales de Llierca	sales-de-llierca	ES	17853	92	Europe/Madrid	42.23333	2.65		Salas de Llierca,Sales de Llierca	17154	56	GI	17154	
3111095	Salas de la Ribera	salas-de-la-ribera	ES	24384	0	Europe/Madrid	42.43614	-6.81626		Salas,Salas de la Ribera		55	LE	24122	
3111096	Salas de Bureba	salas-de-bureba	ES	09593	140	Europe/Madrid	42.6919	-3.47359		Salas de Bureba	09329	55	BU	09329	
3111097	Salas Bajas	salas-bajas	ES	22314	160	Europe/Madrid	42.10046	0.08349		Salas Bajas	22202	52	HU	22202	
3111098	Salas Altas	salas-altas	ES	22314	357	Europe/Madrid	42.11407	0.06821		Salas Altas	22201	52	HU	22201	
3111101	Salas	salas	ES	33860	6350	Europe/Madrid	43.4118	-6.26023		Salas	33059	34	O	33059	
3111102	Salarzón	salarzon	ES	39583	0	Europe/Madrid	43.18804	-4.5716		Salarzon,Salarzón		39	S	39022	
3111103	Salardú	salardu	ES	25598	0	Europe/Madrid	42.70742	0.90059		Salardu,Salardú		56	L	25025	
3111104	Salamonde	salamonde	ES	32453	0	Europe/Madrid	42.36667	-8.03333		Salamonde,Santa Maria,Santa María		58	OR	32074	
3111105	Salamón	salamon	ES	24991	0	Europe/Madrid	42.94609	-5.13195		Salamon,Salamón		55	LE	24060	
3111106	Salamir	salamir	ES	33155	0	Europe/Madrid	43.57356	-6.21425		Salamir		34	O	33021	
3111108	Salamanca	salamanca	ES	37001	155619	Europe/Madrid	40.96882	-5.66388		Helmantica,SLM,Salamanca,Salamanka,Salamanko,Salamanque,Salmantica,saramanka,slmnqt,Саламанка,سلمنقة,サラマンカ	SA	55	SA	37274	
3111120	Sajazarra	sajazarra	ES	26212	121	Europe/Madrid	42.58884	-2.96124		Sajazarra	26128	27	LO	26128	
3111123	Saja	saja	ES	39517	0	Europe/Madrid	43.14624	-4.28487		Saja		39	S	39086	
3111130	Sahechores	sahechores	ES	24161	0	Europe/Madrid	42.62849	-5.2055		Sahechores		55	LE	24063	
3111131	Sahagún	sahagun	ES	24320	2846	Europe/Madrid	42.37085	-5.02942		Saagun,Safagun,Safagún,Sahagun,Sahagún,Sant Fagund,sa a gong,saagun,sahagwn,Саагун,ساهاگون,سہاگن، اسپین,サアグン,萨阿贡	24139	55	LE	24139	
3111134	Sagüés	sagues	ES	31190	0	Europe/Madrid	42.7853	-1.72316		Sagues,Sagüés		32	NA	31076	
3111135	Sagüera de Luna	saguera-de-luna	ES	24149	0	Europe/Madrid	42.8433	-5.82403		Saguera,Saguera de Luna,Sagüera,Sagüera de Luna		55	LE	24012	
3111139	Sagra	sagra	ES	03795	5	Europe/Madrid	42.4	-8.1		Sagra		58	OR	32019	
3111140	Sagides	sagides	ES	42259	0	Europe/Madrid	41.14968	-2.27748		Sagides		55	SO	42025	
3111143	Sagàs	sagas	ES	08517	135	Europe/Madrid	42.05	1.96667		Sagas,Sagàs,Sagás	08188	56	B	08188	
3111145	Sagallos	sagallos	ES	49594	0	Europe/Madrid	41.97663	-6.41496		Sagallos		55	ZA	49110	
3111146	Saelices el Chico	saelices-el-chico	ES	37592	153	Europe/Madrid	40.66998	-6.63271		Saelices,Saelices el Chico	37272	55	SA	37272	
3111147	Saelices de Sabero	saelices-de-sabero	ES	24812	0	Europe/Madrid	42.83473	-5.16438		Saelices de Sabero		55	LE	24137	
3111148	Saelices de Mayorga	saelices-de-mayorga	ES	47689	173	Europe/Madrid	42.21206	-5.20534		Saelices de Mayorga	47140	55	VA	47140	
3111151	Saelices de la Sal	saelices-de-la-sal	ES	19443	70	Europe/Madrid	40.90723	-2.32325		Saelices de la Sal	19246	54	GU	19246	
3111152	Sadurnín	sadurnin	ES	32454	0	Europe/Madrid	42.3278	-8.08536		Sadurnin,Sadurnín,San Juan de Sadurnin,San Juan de Sadurnín,San Xoan de Sadurnin,San Xoan de Sadurnín		58	OR	32025	
3111155	Sadernes	sadernes	ES	17853	19	Europe/Madrid	42.2705	2.59621		Sadernes		56	GI	17109	
3111157	Sádaba	sadaba	ES	50670	1914	Europe/Madrid	42.2818	-1.26951		Sadaba,Sádaba	50230	52	Z	50230	
3111158	Sada	sada	ES	15160	14487	Europe/Madrid	43.35619	-8.25796		Sada,Sada da Area,Santa Maria de Sada,Santa María de Sada	15075	58	C	15075	
3111159	Sacramenia	sacramenia	ES	40237	540	Europe/Madrid	41.49419	-3.9621		Sacramenia	40174	55	SG	40174	
3111164	Sacedón	sacedon	ES	19120	1674	Europe/Madrid	40.48076	-2.73337		Sacedon,Sacedón	19245	54	GU	19245	
3111165	Saceda-Trasierra	saceda-trasierra	ES	16463	101	Europe/Madrid	40.15525	-2.85369		Saceda-Trasierra	16185	54	CU	16185	
3111166	Saceda del Río	saceda-del-rio	ES	16532	0	Europe/Madrid	40.21082	-2.61516		Saceda del Rio,Saceda del Río		54	CU	16112	
3111169	Sacecorbo	sacecorbo	ES	19432	153	Europe/Madrid	40.8328	-2.41838		Sacecorbo	19244	54	GU	19244	
3111176	Sabugo	sabugo	ES	24134	0	Europe/Madrid	43.55178	-6.60747				34	O	33034	
3111177	Sabugo	sabugo	ES	24134	0	Europe/Madrid	42.82843	-6.11232		Sabugo		55	LE	24101	
3111185	Sabiñánigo	sabinanigo	ES	22600	10378	Europe/Madrid	42.51924	-0.36607	790	Sabin'janigo,Sabinanigo,Sabiñánigo,Samianigo,sa wei ni ya ni ge,Сабиньяниго,Сабіньяніго,萨维尼亚尼戈		52	HU	22199	
3111187	Sabero	sabero	ES	24810	1555	Europe/Madrid	42.83593	-5.14875		Sabero	24137	55	LE	24137	
3111188	Sabayés	sabayes	ES	22193	0	Europe/Madrid	42.24985	-0.42301		Sabayes,Sabayés		52	HU	22163	
3111189	Sabariz	sabariz	ES	33718	0	Europe/Madrid	42.10854	-7.84132				58	OR	32067	
3111192	Sabando	sabando	ES	01129	0	Europe/Madrid	42.75	-2.4		Sabando		59	VI	01037	
3111195	Sabadelle	sabadelle	ES	32711	0	Europe/Madrid	42.87205	-7.04597				58	LU	27012	
3111196	Sabadelle	sabadelle	ES	32711	0	Europe/Madrid	42.78077	-7.63583				58	LU	27049	
3111197	Sabadelle	sabadelle	ES	32711	0	Europe/Madrid	42.65	-7.73333		Sabadelle,Santa Maria,Santa María		58	LU	27016	
3111198	Sabadelle	sabadelle	ES	32711	0	Europe/Madrid	42.35973	-7.81888		Sabadella,Sabadelle,San Martin,San Martín		58	OR	32058	
3111199	Sabadell	sabadell	ES	08200	206493	Europe/Madrid	41.54329	2.10942		QSA,Sabadell	08187	56	B	08187	
3111202	Saavedra	saavedra	ES	27375	0	Europe/Madrid	43.15	-7.63333		Saavedra,Santa Maria,Santa María		58	LU	27007	
3111211	Ruyales del Páramo	ruyales-del-paramo	ES	09150	0	Europe/Madrid	42.53333	-3.46667		Ruyales del Paramo,Ruyales del Páramo		55	BU	09327	
3111212	Ruyales del Agua	ruyales-del-agua	ES	09341	0	Europe/Madrid	42.0356	-3.80559		Ruyales del Agua		55	BU	09194	
3111217	Rus	rus	ES	23430	0	Europe/Madrid	43.15	-8.66667		Rus,Santa Maria,Santa María		58	C	15019	
3111218	Rupit	rupit	ES	08569	219	Europe/Madrid	42.02398	2.46581	845	Rupit,Рупит		56	B	08901	08901
3111219	Rupià	rupia	ES	17131	210	Europe/Madrid	42.01667	3.01667		Rupia,Rupià,Rupiá	17153	56	GI	17153	
3111220	Rupelo	rupelo	ES	09640	0	Europe/Madrid	42.12466	-3.3947		Rupelo		55	BU	09430	
3111223	Rumoroso	rumoroso	ES	39312	0	Europe/Madrid	43.38615	-3.99745		Rumoroso		39	S	39054	
3111227	Ruitelán	ruitelan	ES	24520	0	Europe/Madrid	42.67628	-6.96218		Ruitelan,Ruitelán		55	LE	24198	
3111228	Ruiseñada	ruisenada	ES	39528	0	Europe/Madrid	43.36473	-4.29086		Ruisenada,Ruiseñada		39	S	39024	
3111230	Ruilobuca	ruilobuca	ES	39527	0	Europe/Madrid	43.37411	-4.25858				39	S	39068	
3111231	Ruijas	ruijas	ES	39230	0	Europe/Madrid	42.82057	-3.91822		Ruijas		39	S	39094	
3111232	Ruiforco de Torío	ruiforco-de-torio	ES	24891	0	Europe/Madrid	42.73445	-5.5103		Ruiforco de Torio,Ruiforco de Torío		55	LE	24076	
3111236	Ruguilla	ruguilla	ES	19429	0	Europe/Madrid	40.75193	-2.58033		Ruguilla		54	GU	19086	
3111237	Rufrancos	rufrancos	ES	09212	0	Europe/Madrid	42.85075	-3.28188		Rufrancos		55	BU	09412	
3111240	Ruesga	ruesga	ES	34844	1120	Europe/Madrid	42.86413	-4.52942		Ruesga		55	P	34056	
3111241	Ruesca	ruesca	ES	50331	85	Europe/Madrid	41.2835	-1.48142		Ruesca	50229	52	Z	50229	
3111242	Rúerrero	ruerrero	ES	39232	0	Europe/Madrid	42.83245	-3.90442		Ruerrero,Rúerrero		39	S	39094	
3111243	Ruente	ruente	ES	39513	992	Europe/Madrid	43.25826	-4.26791		Ruente	39066	39	S	39066	
3111244	Ruenes	ruenes	ES	33576	0	Europe/Madrid	43.33205	-4.74232				34	O	33046	
3111245	Ruedes	ruedes	ES	33392	0	Europe/Madrid	43.4671	-5.70101		Ruedes		34	O	33024	
3111246	Rueda de la Sierra	rueda-de-la-sierra	ES	19339	55	Europe/Madrid	40.91795	-1.85439		Rueda de la Sierra	19243	54	GU	19243	
3111247	Rueda del Almirante	rueda-del-almirante	ES	24166	0	Europe/Madrid	42.58737	-5.28752		Rueda del Almirante		55	LE	24079	
3111248	Rueda de Jalón	rueda-de-jalon	ES	50295	356	Europe/Madrid	41.63362	-1.2744		Rueda,Rueda de Jalon,Rueda de Jalón		52	Z	50099	
3111250	Rueda	rueda	ES	33677	0	Europe/Madrid	42.85672	-4.41663				55	P	34056	
3111251	Rueda	rueda	ES	33677	1476	Europe/Madrid	41.41231	-4.95885		Rueda,Ruehda,Руеда,Руэда,Ռուեդա	47139	55	VA	47139	
3111253	Rudilla	rudilla	ES	44212	0	Europe/Madrid	41.00033	-1.01309		Rudilla		52	TE	44125	
3111254	Rudaguera	rudaguera	ES	39539	0	Europe/Madrid	43.36096	-4.15119		Rudaguera		39	S	39001	
3111258	Rucayo	rucayo	ES	24854	0	Europe/Madrid	42.96772	-5.32081		Rucayo		55	LE	24021	
3111259	Rucandio	rucandio	ES	09593	0	Europe/Madrid	43.34306	-3.71922				39	S	39064	
3111260	Rucandio	rucandio	ES	09593	0	Europe/Madrid	42.90746	-3.86744		Rucandio		39	S	39094	
3111261	Rucandio	rucandio	ES	09593	76	Europe/Madrid	42.75111	-3.54166		Rucandio	09328	55	BU	09328	
3111263	Rublacedo de Arriba	rublacedo-de-arriba	ES	09592	0	Europe/Madrid	42.53274	-3.51024		Rublacedo de Arriba		55	BU	09327	
3111264	Rublacedo de Abajo	rublacedo-de-abajo	ES	09592	43	Europe/Madrid	42.55332	-3.50236		Rublacedo de Abajo	09327	55	BU	09327	
3111266	Rubiós	rubios	ES	32611	0	Europe/Madrid	42.11667	-8.41667		Rubios,Rubiós,San Juan,San Juan de Rubios,San Juan de Rubiós		58	PO	36034	
3111267	Rubiós	rubios	ES	32611	45	Europe/Madrid	41.95	-7.3		Rubios,Rubiós		58	OR	32071	
3111272	Rubín	rubin	ES	27614	0	Europe/Madrid	42.81657	-7.37564		Rubin,Rubín		58	LU	27057	
3111273	Rubín	rubin	ES	27614	0	Europe/Madrid	42.69719	-8.4129		Rubin,Rubín,Santa Maria,Santa María		58	PO	36017	
3111274	Rubielos de Mora	rubielos-de-mora	ES	44415	662	Europe/Madrid	40.18894	-0.65307		Rubielos,Rubielos de Mora,Rubiols	44201	52	TE	44201	
3111275	Rubielos de la Cérida	rubielos-de-la-cerida	ES	44166	53	Europe/Madrid	40.77058	-1.21291		Rubielos de la Cerida,Rubielos de la Cérida	44200	52	TE	44200	
3111277	Rubí de Bracamonte	rubi-de-bracamonte	ES	47494	304	Europe/Madrid	41.21421	-4.92491		Rubi de Bracamonte,Rubí de Bracamonte	47138	55	VA	47138	
3111278	Rubiás	rubias	ES	27191	0	Europe/Madrid	43.06667	-7.5		Rubias,Rubiás,San Julian,San Julián		58	LU	27028	
3111279	Rubiás	rubias	ES	27191	0	Europe/Madrid	42.16347	-8.03225				58	OR	32068	
3111280	Rubiás	rubias	ES	27191	0	Europe/Madrid	41.90863	-7.83185		Rubias,Rubiás		58	OR	32016	
3111281	Rubiano	rubiano	ES	33826	0	Europe/Madrid	43.31667	-6.1		Rubiano		34	O	33026	
3111287	Rubiales	rubiales	ES	44121	0	Europe/Madrid	42.67785	-7.03763				58	LU	27045	
3111288	Rubiales	rubiales	ES	44121	0	Europe/Madrid	42.15475	-7.05288		Rubiales,San Ciprian de Rubiales,San Ciprían de Rubiales		58	OR	32086	
3111289	Rubiales	rubiales	ES	44121	64	Europe/Madrid	40.27623	-1.27167		Rubiales	44199	52	TE	44199	
3111290	Rubiacós	rubiacos	ES	32160	0	Europe/Madrid	42.38688	-7.70316		Rubiacos,Rubiacós		58	OR	32052	
3111294	Rubí	rubi	ES	08191	72987	Europe/Madrid	41.49226	2.03305		Rubi,Rubí,Руби	08184	56	B	08184	
3111295	Rubena	rubena	ES	09199	176	Europe/Madrid	42.38746	-3.57485			09326	55	BU	09326	
3111296	Rubayo	rubayo	ES	39719	0	Europe/Madrid	43.42176	-3.75526				39	S	39040	
3111297	Rubalcaba	rubalcaba	ES	39727	0	Europe/Madrid	43.32368	-3.74152		Rubalcaba		39	S	39037	
3111299	Rúanales	ruanales	ES	39232	0	Europe/Madrid	42.89851	-3.91285		Ruanales,Rúanales		39	S	39094	
3111303	Rozuelo	rozuelo	ES	24315	0	Europe/Madrid	42.65208	-6.34471		Rozuelo		55	LE	24071	
3111305	Rozas de Puerto Real	rozas-de-puerto-real	ES	28649	0	Europe/Madrid	40.31667	-4.48333		Rozas de Puerto Real	28128	29	M	28128	
3111307	Rozas	rozas	ES	49357	0	Europe/Madrid	43.21504	-3.48931				39	S	39083	
3111308	Rozas	rozas	ES	49357	0	Europe/Madrid	43.02699	-3.7319				55	BU	09216	
3111309	Rozas	rozas	ES	49357	0	Europe/Madrid	42.11254	-6.61917		Rozas		55	ZA	49189	
3111310	Rozapanera	rozapanera	ES	33537	0	Europe/Madrid	43.28727	-5.37437				34	O	33049	
3111311	Rozagás	rozagas	ES	33576	0	Europe/Madrid	43.32769	-4.76702		Rozagas,Rozagás		34	O	33046	
3111312	Rozadío	rozadio	ES	39559	0	Europe/Madrid	43.22335	-4.38683		Rozadio,Rozadío		39	S	39063	
3111313	Rozadas	rozadas	ES	32141	0	Europe/Madrid	43.46667	-5.51667		Rozadas,Santa Maria,Santa María		34	O	33076	
3111314	Rozadas	rozadas	ES	32141	0	Europe/Madrid	43.44056	-6.85724				34	O	33007	
3111315	Rozada	rozada	ES	33948	0	Europe/Madrid	43.28333	-5.63333		Rozada		34	O	33060	
3111318	Rozabales	rozabales	ES	27413	0	Europe/Madrid	42.48333	-7.41667		Rozabales		58	LU	27031	
3111319	Rozabales	rozabales	ES	27413	0	Europe/Madrid	42.3	-7.21667				58	OR	32044	
3111323	Royuela	royuela	ES	44125	222	Europe/Madrid	40.37846	-1.51337			44198	52	TE	44198	
3111325	El Rourell	el-rourell	ES	43142	0	Europe/Madrid	41.21667	1.21667		Rourell,Rourells,el Rourell		56	T	43103	
3111330	Roturas	roturas	ES	10373	32	Europe/Madrid	41.66791	-4.11901		Roturas	47137	55	VA	47137	
3111333	Rosuero	rosuero	ES	40590	0	Europe/Madrid	41.19914	-3.57009		Rosuero		55	SG	40191	
3111336	Rosío	rosio	ES	09514	0	Europe/Madrid	42.99008	-3.40267				55	BU	09209	
3111337	Rosinos de Vidriales	rosinos-de-vidriales	ES	49618	0	Europe/Madrid	42.0895	-5.98223				55	ZA	49206	
3111343	Rosselló	rossello	ES	25124	322	Europe/Madrid	41.69374	0.59515		Rosello,Roselló,Rossello,Rosselló		56	L	25120	
3111348	Roses	roses	ES	17480	20197	Europe/Madrid	42.26199	3.17689		Rhode,Rosas,Roses,Росас	17152	56	GI	17152	
3111350	Rosales	rosales	ES	09514	0	Europe/Madrid	42.94129	-3.43531		Rosales		55	BU	09209	
3111351	Rosales	rosales	ES	09514	0	Europe/Madrid	42.76879	-6.0362		Rosales		55	LE	24132	
3111352	Rosales	rosales	ES	09514	0	Europe/Madrid	40.35066	-3.6783		Barrio Rosales,Rosales		29	M	28079	17
3111357	Ros	ros	ES	09150	0	Europe/Madrid	42.48526	-3.80951				55	BU	09902	
3111358	Roquetes	roquetes	ES	43520	0	Europe/Madrid	40.8203	0.50262		Roquetas,Roquetes		56	T	43155	
3111361	Roperuelos del Páramo	roperuelos-del-paramo	ES	24791	725	Europe/Madrid	42.2378	-5.78235		Roperuelos del Paramo,Roperuelos del Páramo	24136	55	LE	24136	
3111366	Ronfe	ronfe	ES	27369	0	Europe/Madrid	42.84052	-7.41674				58	LU	27026	
3111368	Ronderos	ronderos	ES	33116	0	Europe/Madrid	43.12787	-5.97098		Ronderos		34	O	33053	
3111369	Ronda	ronda	ES	29400	0	Europe/Madrid	43.40559	-6.87959				34	O	33007	
3111375	Ron	ron	ES	33777	0	Europe/Madrid	43.27536	-6.94692		Ron		34	O	33061	
3111378	Romillo	romillo	ES	33546	0	Europe/Madrid	43.36406	-5.18546				34	O	33045	
3111382	Romelle	romelle	ES	27628	0	Europe/Madrid	42.75256	-7.3447		Romelle		58	LU	27055	
3111384	Romeán	romean	ES	27141	0	Europe/Madrid	43.01667	-7.41667		Romean,Romeán,San Pedro		58	LU	27028	
3111386	Romariz	romariz	ES	27737	0	Europe/Madrid	43.4	-7.46667		Romariz,San Juan		58	LU	27001	
3111389	Romanyà de la Selva	romanya-de-la-selva	ES	17240	0	Europe/Madrid	41.85	2.98333		Romanya de la Selva,Romanyà de la Selva		56	GI	17181	
3111390	Romanos	romanos	ES	50491	114	Europe/Madrid	41.12636	-1.27502		Romanos	50227	52	Z	50227	
3111391	Romanones	romanones	ES	19143	131	Europe/Madrid	40.57149	-2.99072		Romanones	19242	54	GU	19242	
3111392	Romanillos de Medinaceli	romanillos-de-medinaceli	ES	42213	0	Europe/Madrid	41.25913	-2.59655		Romanillos de Medinaceli		55	SO	42029	
3111393	Romanillos de Atienza	romanillos-de-atienza	ES	19276	59	Europe/Madrid	41.26667	-2.9		Romanillos de Atienza	19241	54	GU	19241	
3111396	Romancos	romancos	ES	19411	0	Europe/Madrid	40.68815	-2.88369		Romancos		54	GU	19053	
3111400	Román	roman	ES	27841	0	Europe/Madrid	43.3017	-7.58828		Roman,Román,Santa Eulalia		58	LU	27065	
3111403	Roma	roma	ES	46390	0	Europe/Madrid	43.06037	-8.96576				58	C	15093	
3111407	Rollán	rollan	ES	37447	538	Europe/Madrid	40.9623	-5.91753		Rollan,Rollán	37271	55	SA	37271	
3111408	Rollamienta	rollamienta	ES	42165	49	Europe/Madrid	41.92592	-2.53125		Rollamienta	42159	55	SO	42159	
3111412	Rojas	rojas	ES	09246	0	Europe/Madrid	43.34179	-7.22126				58	LU	27048	
3111413	Rojas	rojas	ES	09246	81	Europe/Madrid	42.57781	-3.44195		Rojas	09323	55	BU	09323	
3111414	Rojals	rojals	ES	43415	0	Europe/Madrid	41.33827	1.11161		Rojals		56	T	43086	
3111416	Erroitegi / Róitegui	roitegui	ES	01129	0	Europe/Madrid	42.77908	-2.3836		Erroitegi,Roitegui,Róitegui		59	VI	01037	
3111420	Rois	rois	ES	15911	0	Europe/Madrid	42.76295	-8.70528		Rois	15074	58	C	15074	
3111421	Roimil	roimil	ES	27229	0	Europe/Madrid	43.06667	-7.83333		Raimil,Roimil,San Julian,San Julián		58	LU	27020	
3111428	Rodrigatos de las Regueras	rodrigatos-de-las-regueras	ES	24375	0	Europe/Madrid	42.7052	-6.24169		Rodrigatos de las Regueras		55	LE	24083	
3111433	Rodonyà	rodonya	ES	43812	0	Europe/Madrid	41.28333	1.4		Rodona,Rodonya,Rodonyà,Rodoñá		56	T	43089	
3111438	Rodillo	rodillo	ES	37449	0	Europe/Madrid	40.90607	-5.81889		Rodillo		55	SA	37087	
3111439	Rodillazo	rodillazo	ES	24837	0	Europe/Madrid	42.92243	-5.50356		Rodillazo		55	LE	24037	
3111443	Rodilana	rodilana	ES	47492	0	Europe/Madrid	41.37059	-4.87798		Rodilana		55	VA	47085	
3111445	Rodiezmo	rodiezmo	ES	24687	0	Europe/Madrid	42.9375	-5.68657		Rodiezmo		55	LE	24901	
3111446	Rodicol	rodicol	ES	24134	0	Europe/Madrid	42.84461	-6.11556		Rodicol		55	LE	24101	
3111450	Rodezno	rodezno	ES	26222	335	Europe/Madrid	42.52576	-2.84597			26127	27	LO	26127	
3111451	Rodezas	rodezas	ES	39507	0	Europe/Madrid	43.34327	-4.23138		Rodezas		39	S	39090	
3111452	Roderos	roderos	ES	24226	0	Europe/Madrid	42.49562	-5.48717		Roderos		55	LE	24227	
3111454	Ródenas	rodenas	ES	44310	91	Europe/Madrid	40.64076	-1.51617		Rodenas,Ródenas	44197	52	TE	44197	
3111455	Rodén	roden	ES	50741	0	Europe/Madrid	41.49553	-0.65416		Roden,Rodén		52	Z	50115	
3111456	Rodellar	rodellar	ES	22144	0	Europe/Madrid	42.28249	-0.07858		Rodellar		52	HU	22058	
3111464	Rodanillo	rodanillo	ES	24318	0	Europe/Madrid	42.64362	-6.44342		Rodanillo		55	LE	24014	
3111465	Roda de Ter	roda-de-ter	ES	08510	0	Europe/Madrid	41.98246	2.31125	483	Roda,Roda de Ter		56	B	08275	
3111466	Roda de Isábena	roda-de-isabena	ES	22482	0	Europe/Madrid	42.29142	0.52845		Roda,Roda de Isabana,Roda de Isabaña,Roda de Isabena,Roda de Isábena		52	HU	22129	
3111467	Roda de Eresma	roda-de-eresma	ES	40290	128	Europe/Madrid	41.02852	-4.1813		Roda de Eresma	40173	55	SG	40173	
3111468	Roda de Barà	roda-de-bara	ES	43883	4464	Europe/Madrid	41.18645	1.45893		Roda de Bara,Roda de Barà,Roda de Bará,Roda de Bera,Roda de Berà,Roda-de-Bara,luo da de wa la,rda d bara,Рода-де-Бара,Ռոդա դե Բարա,ردا د بارا,罗达德瓦拉	43131	56	T	43131	
3111474	Rocías	rocias	ES	39813	0	Europe/Madrid	43.26264	-3.5941		Rocias,Rocías		39	S	39007	
3111475	Rocha	rocha	ES	27228	0	Europe/Madrid	43.05	-7.85		Rocha,San Cosme		58	LU	27020	
3111482	Rocamundo	rocamundo	ES	39250	0	Europe/Madrid	42.80641	-3.94033		Rocamundo		39	S	39094	
3111483	Rocallaura	rocallaura	ES	25269	0	Europe/Madrid	41.50665	1.14842		Rocallaura,Rocalloura		56	L	25238	
3111484	Rocaforte	rocaforte	ES	31409	0	Europe/Madrid	42.59164	-1.28866				32	NA	31216	
3111486	Rocafort de Queralt	rocafort-de-queralt	ES	43426	0	Europe/Madrid	41.46667	1.28333		Rocafort de Queralt		56	T	43142	
3111487	Rocafort	rocafort	ES	46111	0	Europe/Madrid	41.71552	1.93483				56	B	08182	
3111490	Roca	roca	ES	27305	0	Europe/Madrid	43.18153	-7.80509		Roca		58	LU	27022	
3111491	Robriguero	robriguero	ES	33579	0	Europe/Madrid	43.31519	-4.6225				34	O	33047	
3111492	Robres del Castillo	robres-del-castillo	ES	26131	39	Europe/Madrid	42.27593	-2.29245		Robres del Castillo,Robres del Kastilio,Robres-del'-Kastil'jo,Robres-del'-Kastil'o,luo fu lei si de er ka si di e,Робрес-дель-Кастильо,Робрес-дель-Кастільйо,Ռոբրես դել Կաստիլիո,罗夫雷斯德尔卡斯蒂略	26126	27	LO	26126	
3111493	Robres	robres	ES	22252	664	Europe/Madrid	41.86746	-0.46094		Robre,Robres	22197	52	HU	22197	
3111494	Robregordo	robregordo	ES	28755	0	Europe/Madrid	41.10657	-3.59369		Robregordo	28126	29	M	28126	
3111495	Robredo-Temiño	robredo-temino	ES	09591	0	Europe/Madrid	42.46842	-3.58051				55	BU	09904	
3111496	Robredo-Sobresierra	robredo-sobresierra	ES	09141	0	Europe/Madrid	42.5436	-3.67493				55	BU	09906	
3111497	Robredo de Losa	robredo-de-losa	ES	09512	0	Europe/Madrid	42.98016	-3.28612		Robredo de Losa		55	BU	09209	
3111498	Robredo de las Pueblas	robredo-de-las-pueblas	ES	09573	0	Europe/Madrid	43.01372	-3.80989		Robredo de las Pueblas		55	BU	09216	
3111501	Robliza de Cojos	robliza-de-cojos	ES	37130	221	Europe/Madrid	40.86766	-5.97786		Robliza de Cojos,Robliza de los Cojos	37270	55	SA	37270	
3111504	Robles de la Valcueva	robles-de-la-valcueva	ES	24839	0	Europe/Madrid	42.83797	-5.50736		Robledo de la Valcueva,Robles de la Valcueva		55	LE	24098	
3111505	Robles de Laciana	robles-de-laciana	ES	24139	0	Europe/Madrid	42.94126	-6.27581		Robles de Laciana		55	LE	24202	
3111507	Robleluengo	robleluengo	ES	19223	0	Europe/Madrid	41.10503	-3.31956		Robleluengo		54	GU	19060	
3111508	Roblelacasa	roblelacasa	ES	19223	0	Europe/Madrid	41.07414	-3.32638		Roblelacasa		54	GU	19060	
3111510	Robledondo	robledondo	ES	28297	0	Europe/Madrid	40.5768	-4.20682				29	M	28135	
3111511	Robledo Hermoso	robledo-hermoso	ES	37217	0	Europe/Madrid	41.10816	-6.42043		Robledo Hermoso		55	SA	37361	
3111513	Robledo de Torío	robledo-de-torio	ES	24197	0	Europe/Madrid	42.65139	-5.52878		Robledo de Torio,Robledo de Torío		55	LE	24222	
3111514	Robledo de Tainás	robledo-de-tainas	ES	33819	0	Europe/Madrid	43.17295	-6.44665		Robledo de Tainas,Robledo de Tainás		34	O	33011	
3111516	Robledo de Sobrecastro	robledo-de-sobrecastro	ES	24387	0	Europe/Madrid	42.41559	-6.7392		Robledo de Sobrecastro		55	LE	24122	
3111517	Robledo de Omaña	robledo-de-omana	ES	24127	0	Europe/Madrid	42.81149	-5.99295		Robledo de Omana,Robledo de Omaña		55	LE	24132	
3111518	Robledo de Losada	robledo-de-losada	ES	24744	0	Europe/Madrid	42.28596	-6.54403		Robledo de Losada		55	LE	24067	
3111519	Robledo de la Valduerna	robledo-de-la-valduerna	ES	24730	0	Europe/Madrid	42.32779	-6.05915		Robledo,Robledo de la Valduerna		55	LE	24066	
3111520	Robledo de la Valdoncina	robledo-de-la-valdoncina	ES	24391	0	Europe/Madrid	42.55026	-5.70387		Robledo de la Valdoncina		55	LE	24189	
3111521	Robledo de las Traviesas	robledo-de-las-traviesas	ES	24458	0	Europe/Madrid	42.71388	-6.43204		Robledo de las Traviesas		55	LE	24102	
3111522	Robledo de la Guzpeña	robledo-de-la-guzpena	ES	24893	0	Europe/Madrid	42.76667	-5.01667		Robledo,Robledo de la Cuzpena,Robledo de la Cuzpeña,Robledo de la Guzpena,Robledo de la Guzpeña		55	LE	24052	
3111523	Robledo de Fenar	robledo-de-fenar	ES	24648	0	Europe/Madrid	42.82922	-5.53913		Robledo de Fenar		55	LE	24098	
3111524	Robledo de Corpes	robledo-de-corpes	ES	19243	107	Europe/Madrid	41.11838	-2.95		Robledo de Corpes	19240	54	GU	19240	
3111525	Robledo de Chavela	robledo-de-chavela	ES	28294	3239	Europe/Madrid	40.50062	-4.23635		Robledo-de-Chavela,luo fu lai duo de cha wei la,rwblydw dy tshafyla,Робледо-де-Чавела,روبليدو دي تشافيلا,罗夫莱多德查韦拉	28125	29	M	28125	
3111526	Robledo de Caldas	robledo-de-caldas	ES	24146	0	Europe/Madrid	42.93796	-5.91505		Robledo de Caldas		55	LE	24164	
3111528	Robledo	robledo	ES	02340	0	Europe/Madrid	43.48333	-5.75				34	O	33024	
3111529	Robledo	robledo	ES	02340	0	Europe/Madrid	43.45644	-5.80455				34	O	33035	
3111530	Robledo	robledo	ES	02340	0	Europe/Madrid	43.40648	-5.33592				34	O	33049	
3111531	Robledo	robledo	ES	02340	0	Europe/Madrid	43.39582	-5.25327				34	O	33049	
3111532	Robledo	robledo	ES	02340	0	Europe/Madrid	43.36667	-5.53333				34	O	33040	
3111533	Robledo	robledo	ES	02340	0	Europe/Madrid	43.33039	-6.49018				34	O	33073	
3111534	Robledo	robledo	ES	02340	0	Europe/Madrid	43.31844	-6.1466				34	O	33026	
3111535	Robledo	robledo	ES	02340	0	Europe/Madrid	43.20349	-6.87816				34	O	33027	
3111536	Robledo	robledo	ES	02340	0	Europe/Madrid	43.1861	-6.76559				34	O	33001	
3111537	Robledo	robledo	ES	02340	0	Europe/Madrid	43.14944	-6.33511				34	O	33068	
3111538	Robledo	robledo	ES	02340	0	Europe/Madrid	42.97468	-6.07414				55	LE	24145	
3111539	Robledo	robledo	ES	02340	0	Europe/Madrid	42.94065	-6.87197				58	LU	27034	
3111540	Robledo	robledo	ES	02340	0	Europe/Madrid	42.84801	-6.91674				58	LU	27012	
3111541	Robledo	robledo	ES	02340	0	Europe/Madrid	42.79554	-7.11478				58	LU	27037	
3111542	Robledo	robledo	ES	02340	0	Europe/Madrid	42.48531	-6.90372				58	OR	32073	
3111543	Robledo	robledo	ES	02340	0	Europe/Madrid	42.39051	-6.90451		Robledo,Robledo de Domiz		58	OR	32017	
3111544	Robledo	robledo	ES	02340	0	Europe/Madrid	42.00806	-6.57195				55	ZA	49166	
3111545	Robledo	robledo	ES	02340	0	Europe/Madrid	40.44694	-6.2924		Caserio Robledo,Caserío Robledo,Robledo		57	CC	10051	
3111546	Robledo	robledo	ES	02340	0	Europe/Madrid	40.3292	-6.33881		Caserio Robledo,Caserío Robledo,Robledo		57	CC	10146	
3111548	Robledillo de Mohernando	robledillo-de-mohernando	ES	19227	122	Europe/Madrid	40.85118	-3.23162		Robledillo de Mohernando	19239	54	GU	19239	
3111549	Robledillo de la Vera	robledillo-de-la-vera	ES	10493	314	Europe/Madrid	40.10093	-5.58896		Robledillo de la Vera	10157	57	CC	10157	
3111550	Robledillo de la Jara	robledillo-de-la-jara	ES	28194	102	Europe/Madrid	40.95054	-3.52181		Robledillo de la Jara	28124	29	M	28124	
3111551	Robledillo de Gata	robledillo-de-gata	ES	10867	150	Europe/Madrid	40.32234	-6.47129			10156	57	CC	10156	
3111553	Robledillo	robledillo	ES	05130	0	Europe/Madrid	40.54263	-4.92831				55	AV	05238	
3111557	Robleda	robleda	ES	37521	533	Europe/Madrid	40.38469	-6.60726		Robleda	37269	55	SA	37269	
3111558	Robladillo de Ucieza	robladillo-de-ucieza	ES	34127	0	Europe/Madrid	42.39888	-4.57546		Robladillo de Ucieza		55	P	34192	
3111559	Robladillo	robladillo	ES	47131	106	Europe/Madrid	41.60838	-4.90992		Robladillo	47135	55	VA	47135	
3111562	Roás	roas	ES	27378	0	Europe/Madrid	43.23333	-7.5		Roas,Roás,San Miguel		58	LU	27015	
3111564	Roales	roales	ES	49192	238	Europe/Madrid	42.03012	-5.47428				55	LE	24181	
3111565	Roales	roales	ES	49192	0	Europe/Madrid	41.5517	-5.77211		Roales	49178	55	ZA	49178	
3111567	Roa	roa	ES	09300	2251	Europe/Madrid	41.69699	-3.92782		Roa,Roa de Duero,luo a,rwa  brghsh,Роа,روا، برغش,罗阿	09321	55	BU	09321	
3111569	Rivilla de Barajas	rivilla-de-barajas	ES	05309	0	Europe/Madrid	40.9021	-4.98836		Rivilla de Barajas	05196	55	AV	05196	
3111570	Rivilla de Barajas	rivilla-de-barajas	ES	05309	0	Europe/Madrid	40.79986	-4.76256		Barrio Rivilla,Rivilla,Rivilla de Barajas		55	AV	05027	
3111574	Rivera-Oveja	rivera-oveja	ES	10649	0	Europe/Madrid	40.30516	-6.22188		Ribera-Oveja,Rivera-Oreja,Rivera-Oveja		57	CC	10050	
3111589	Riumors	riumors	ES	17469	154	Europe/Madrid	42.22726	3.0419		Riumors	17151	56	GI	17151	
3111590	Riudoms	riudoms	ES	43330	5679	Europe/Madrid	41.13333	1.05		Riudors,Ruidoms,Ruidons	43129	56	T	43129	
3111592	Riudellots de la Selva	riudellots-de-la-selva	ES	17457	1770	Europe/Madrid	41.89327	2.80452			17150	56	GI	17150	
3111598	Riudecanyes	riudecanyes	ES	43771	0	Europe/Madrid	41.13333	0.96667		Riudecanas,Riudecanyes,Riudecañas,Ruidecana,Ruidecaña,Ríudecañas	43127	56	T	43127	
3111602	Riudarenes	riudarenes	ES	17421	0	Europe/Madrid	41.81667	2.71667		Riudarenas,Riudarenes	17148	56	GI	17148	
3111605	Ripollet	ripollet	ES	08291	37088	Europe/Madrid	41.49686	2.15739		Ripol'et,Ripollet,Ripolyet,Ripul'et,li bo lie te,rybwlyt,rypyt,Рипольет,Ріпульєт,Ռիպոլյետ,ريبوليت,ریپیت,里波列特	08180	56	B	08180	
3111607	Ripoll	ripoll	ES	17500	11057	Europe/Madrid	42.20064	2.19033		Ripoll,Rivipolli,Rivipullo		56	GI	17096	
3111608	Rípodas	ripodas	ES	31448	0	Europe/Madrid	42.68676	-1.30701		Ripodas,Rípodas		32	NA	31242	
3111609	Riparape	riparape	ES	33939	0	Europe/Madrid	43.3024	-5.67275		Riparape		34	O	33031	
3111619	Ríoseras	rioseras	ES	09591	0	Europe/Madrid	42.45449	-3.63922				55	BU	09904	
3111620	Ríosequino de Torío	riosequino-de-torio	ES	24890	0	Europe/Madrid	42.70329	-5.56874		Riosequino de Torio,Ríosequino de Torío		55	LE	24076	
3111624	Ríosequillo	riosequillo	ES	24326	0	Europe/Madrid	42.3931	-4.952				55	LE	24139	
3111625	Ríoseco de Tapia	rioseco-de-tapia	ES	24275	490	Europe/Madrid	42.7296	-5.79016		Rioseco de Tapia,Ríoseco de Tapia		55	LE	24133	
3111627	Ríoseco	rioseco	ES	09558	0	Europe/Madrid	43.47018	-5.60002				34	O	33024	
3111628	Ríoseco	rioseco	ES	09558	0	Europe/Madrid	43.36425	-3.31787		Rioseco de Guriezo		39	S	39030	
3111629	Ríoseco	rioseco	ES	09558	0	Europe/Madrid	43.25212	-4.41251				39	S	39063	
3111630	Rioseco	rioseco	ES	09558	0	Europe/Madrid	43.2511	-3.37108		Rioseco		59	BI	48022	
3111631	Ríoseco	rioseco	ES	09558	0	Europe/Madrid	43.22097	-5.45477				34	O	33067	
3111632	Ríoseco	rioseco	ES	09558	0	Europe/Madrid	43.18629	-5.88298				34	O	33058	
3111633	Ríoseco	rioseco	ES	09558	0	Europe/Madrid	43.07892	-4.09413				39	S	39077	
3111634	Ríoseco	rioseco	ES	09558	0	Europe/Madrid	41.93778	-7.86277				58	OR	32016	
3111635	Ríoseco	rioseco	ES	09558	0	Europe/Madrid	41.64146	-2.84028				55	SO	42158	
3111636	Ríoscuro	rioscuro	ES	24139	0	Europe/Madrid	42.93232	-6.28859		Rioscuro,Ríoscuro		55	LE	24202	
3111637	Ríosapero	riosapero	ES	39612	0	Europe/Madrid	43.35162	-3.88623		Riosapero,Ríosapero		39	S	39099	
3111638	Ríosalido	riosalido	ES	19269	0	Europe/Madrid	41.13333	-2.68333		Riosalido,Ríosalido		54	GU	19257	
3111641	Río-Quintanilla	rio-quintanilla	ES	09593	0	Europe/Madrid	42.7312	-3.5084		Rio-Quintanilla,Río-Quintanilla		55	BU	09006	
3111643	Ríopinoso	riopinoso	ES	33707	0	Europe/Madrid	43.47344	-6.57761		Riopinoso,Ríopinoso		34	O	33034	
3111644	Ríoparaíso	rioparaiso	ES	09124	0	Europe/Madrid	42.60135	-4.06681		Rioparaiso,Ríoparaíso		55	BU	09427	
3111645	Ríopanero	riopanero	ES	39232	0	Europe/Madrid	42.87048	-3.91822		Riopanero,Ríopanero		39	S	39094	
3111646	Ríonegro del Puente	rionegro-del-puente	ES	49326	381	Europe/Madrid	42.00489	-6.22789		Rionegro del Puente,Ríonegro del Puente		55	ZA	49177	
3111647	Ríonegrito	rionegrito	ES	49322	0	Europe/Madrid	42.07679	-6.53103		Rionegrito,Ríonegrito		55	ZA	49181	
3111649	Ríomolín	riomolin	ES	33818	0	Europe/Madrid	43.01947	-6.49171		Riomolin,Ríomolín		34	O	33011	
3111651	Ríomao	riomao	ES	32368	0	Europe/Madrid	42.80113	-7.15381				58	LU	27037	
3111652	Ríomao	riomao	ES	32368	0	Europe/Madrid	42.34153	-7.00905		Riomao,Ríomao		58	OR	32083	
3111653	Ríomanzanas	riomanzanas	ES	49521	0	Europe/Madrid	41.89829	-6.5366		Riomanzanas,Ríomanzanas		55	ZA	49069	
3111733	Errigoiti	errigoiti	ES	48309	0	Europe/Madrid	43.31667	-2.71667		Errigoiti,Rigoitia	48079	59	BI	48079	
3111656	Ríomalo de Arriba	riomalo-de-arriba	ES	10625	0	Europe/Madrid	40.45	-6.25		Caserio Riomalo de Arriba,Caserío Ríomalo de Arriba,Riomalo de Arriba,Ríomalo de Arriba		57	CC	10135	
3111657	Ríomalo de Abajo	riomalo-de-abajo	ES	10624	0	Europe/Madrid	40.40472	-6.08514		Caserio Riomalo de Abajo,Caserío Ríomalo de Abajo,Riomalo de Abajo,Ríomalo de Abajo		57	CC	10041	
3111659	Ríolastras	riolastras	ES	39791	0	Europe/Madrid	43.38152	-3.54792		Riolastra,Riolastras,Ríolastra,Ríolastras		39	S	39031	
3111660	Ríolago	riolago	ES	24143	0	Europe/Madrid	42.94685	-6.0744		Riolago,Ríolago		55	LE	24145	
3111663	Ríofrío de Riaza	riofrio-de-riaza	ES	40515	54	Europe/Madrid	41.24687	-3.44992		Riofrio de Riaza,Ríofrío de Riaza		55	SG	40172	
3111664	Ríofrío del Llano	riofrio-del-llano	ES	19269	60	Europe/Madrid	41.13762	-2.82405		Riofrio,Riofrio del Llano,Ríofrío del Llano		54	GU	19238	
3111665	Ríofrío de Aliste	riofrio-de-aliste	ES	49591	1008	Europe/Madrid	41.81724	-6.17741		Riofrio,Riofrio de Aliste,Ríofrío de Aliste		55	ZA	49176	
3111667	Ríofrío	riofrio	ES	05190	0	Europe/Madrid	42.61019	-5.9344		Riofrio,Ríofrío		55	LE	24123	
3111668	Ríofrío	riofrio	ES	05190	321	Europe/Madrid	40.54866	-4.77796		Riofrio,Ríofrío		55	AV	05195	
3111670	Ríofraguas	riofraguas	ES	05696	0	Europe/Madrid	40.43776	-5.42402		Riofraguas,Ríofraguas		55	AV	05097	
3111672	Ríofabar	riofabar	ES	33537	0	Europe/Madrid	43.27814	-5.35163				34	O	33049	
3111674	Ríodolas	riodolas	ES	32336	0	Europe/Madrid	42.34986	-6.85307		Riodolas,Ríodolas		58	OR	32017	
3111677	Riodeva	riodeva	ES	44133	193	Europe/Madrid	40.11667	-1.15		Riodeva	44196	52	TE	44196	
3111678	Río de Porto	rio-de-porto	ES	27113	0	Europe/Madrid	43.17979	-6.87294		Rio de Porto,Río de Porto,San Blas,San Brais da Barqueiria de Rio de Porto,San Brais da Barqueiría de Río de Porto,San Jose,San José		58	LU	27035	
3111679	Ríodeporcos	riodeporcos	ES	33811	0	Europe/Madrid	43.08333	-6.93333		Riodeporcos,Ríodeporcos		34	O	33028	
3111680	Río de Losa	rio-de-losa	ES	09512	0	Europe/Madrid	42.94952	-3.27538		Rio de Losa,Río de Losa		55	BU	09908	
3111681	Ríodecoba	riodecoba	ES	33731	0	Europe/Madrid	43.3	-6.78333		Riodecoba,Riodecova,Ríodecoba,Ríodecova		34	O	33029	
3111684	Ríocorvo	riocorvo	ES	39460	0	Europe/Madrid	43.31059	-4.07169		Riocorbo,Riocorvo,Ríocorvo		39	S	39018	
3111685	Ríoconejos	rioconejos	ES	49348	0	Europe/Madrid	42.07345	-6.46099		Rioconejos,Ríoconejos		55	ZA	49017	
3111688	Ríocerezo	riocerezo	ES	09191	0	Europe/Madrid	42.44423	-3.59047				55	BU	09904	
3111691	Riocabado	riocabado	ES	05164	184	Europe/Madrid	40.8314	-4.8043		Riocabado,Riocavado		55	AV	05210	
3111692	Ríocastrillo de Ordás	riocastrillo-de-ordas	ES	24277	0	Europe/Madrid	42.74442	-5.85685		Riocastrillo de Ordas,Ríocastrillo de Ordás		55	LE	24158	
3111693	Ríocastiello	riocastiello	ES	33874	0	Europe/Madrid	43.35226	-6.56388		Riocastiello,Ríocastiello		34	O	33073	
3111696	Ríocabo	riocabo	ES	33794	0	Europe/Madrid	43.46792	-6.83089		Riocabo,Ríocabo		34	O	33023	
3111701	Ríobarba	riobarba	ES	27868	0	Europe/Madrid	43.67176	-7.6692		Riobarba,Ríobarba,San Pablo		58	C	15044	
3111709	Río	rio	ES	38294	0	Europe/Madrid	43.24433	-4.48909				39	S	39034	
3111710	Río	rio	ES	38294	0	Europe/Madrid	42.83333	-7.73333		Rio,Río,San Mamed		58	LU	27049	
3111711	Río	rio	ES	38294	11	Europe/Madrid	42.8	-7.31667				58	LU	27026	
3111712	Río	rio	ES	38294	0	Europe/Madrid	42.65	-7.93333		Rio,Río,Santa Maria,Santa María		58	PO	36047	
3111713	Río	rio	ES	38294	0	Europe/Madrid	42.36667	-7.3		Rio,Río,San Juan		58	LU	27050	
3111715	Rinlo	rinlo	ES	27715	0	Europe/Madrid	43.55627	-7.10369		Rinlo,Rinto		58	LU	27051	
3111717	Rincón de Soto	rincon-de-soto	ES	26550	3544	Europe/Madrid	42.23475	-1.85214		Rinkon de Soto,Rinkon-de-Soto,lin kong de suo tuo,Ринкон-де-Сото,Рінкон-де-Сото,Ռինկոն դե Սոտո,林孔德索托	26125	27	LO	26125	
3111723	Rimor	rimor	ES	24448	0	Europe/Madrid	42.50387	-6.64971		Rimor		55	LE	24115	
3111724	Rillo de Gallo	rillo-de-gallo	ES	19340	73	Europe/Madrid	40.86635	-1.9374		Rillo de Gallo	19237	54	GU	19237	
3111725	Rillo	rillo	ES	44710	121	Europe/Madrid	40.72233	-0.99623		Rillo	44195	52	TE	44195	
3111727	Rihonor de Castilla	rihonor-de-castilla	ES	49391	0	Europe/Lisbon	41.94277	-6.61874		Rihanor,Rihonor de Castilla		55	ZA	49145	
3111734	Riglos	riglos	ES	22808	0	Europe/Madrid	42.34896	-0.72663		Riglos		52	HU	22173	
3111744	Riensena	riensena	ES	33592	0	Europe/Madrid	43.40025	-5.0065		Riensena		34	O	33036	
3111745	Rienda	rienda	ES	19269	0	Europe/Madrid	41.2277	-2.71649		Rienda		54	GU	19210	
3111748	Riells i Viabrea	riells-i-viabrea	ES	17404	0	Europe/Madrid	41.78333	2.51667		Riells,Riells i Viabrea	17146	56	GI	17146	
3111749	Riello	riello	ES	24127	0	Europe/Madrid	43.14523	-6.0862		R'el'o,Rel'jo,Riello,lie e,Рьельо,Рєльйо,列略		34	O	33072	
3111753	Riego de Lomba	riego-de-lomba	ES	49396	0	Europe/Madrid	42.07171	-6.67478		Riego,Riego de Lomba		55	ZA	49050	
3111754	Riego del Monte	riego-del-monte	ES	24225	0	Europe/Madrid	42.44239	-5.47042		Riego del Monte		55	LE	24218	
3111755	Riego del Camino	riego-del-camino	ES	49742	0	Europe/Madrid	41.76073	-5.76511		Riego del Camino		55	ZA	49108	
3111756	Riego de la Vega	riego-de-la-vega	ES	24794	993	Europe/Madrid	42.39138	-5.98102		Riego de la Vega	24131	55	LE	24131	
3111757	Riego de Ambros	riego-de-ambros	ES	24413	0	Europe/Madrid	42.52241	-6.48059		Riego de Ambros		55	LE	24100	
3111765	Ridera	ridera	ES	33819	0	Europe/Madrid	43.16873	-6.39982		Ridera		34	O	33011	
3111768	Ricobayo	ricobayo	ES	49165	0	Europe/Madrid	41.53466	-5.98667		Ricobayo		55	ZA	49135	
3111769	Ricla	ricla	ES	50270	2623	Europe/Madrid	41.5058	-1.40468		Ricla	50225	52	Z	50225	
3111772	Ribota de Ordunte	ribota-de-ordunte	ES	09587	0	Europe/Madrid	43.1397	-3.30414				55	BU	09410	
3111774	Ribota	ribota	ES	33987	0	Europe/Madrid	43.14348	-5.05405				55	LE	24106	
3111775	Ribota	ribota	ES	33987	50	Europe/Madrid	41.36477	-3.42964		Ribota	40171	55	SG	40171	
3111776	Ribono	ribono	ES	33618	0	Europe/Madrid	43.24533	-5.78542		Ribono		34	O	33037	
3111778	Ribón	ribon	ES	27655	0	Europe/Madrid	43.03722	-7.0685		Ribon,Ribón		58	LU	27018	
3111779	Ribón	ribon	ES	27655	0	Europe/Madrid	42.93802	-6.97274		Ribon,Ribón		58	LU	27034	
3111781	Ribesalbes	ribesalbes	ES	12210	1316	Europe/Madrid	40.01667	-0.26667		Ribesalbes	12095	60	CS	12095	
3111782	Riberos de la Cueza	riberos-de-la-cueza	ES	34309	88	Europe/Madrid	42.27881	-4.72503		Riberos de la Cueza	34156	55	P	34156	
3111790	Ribera de la Polvorosa	ribera-de-la-polvorosa	ES	24796	0	Europe/Madrid	42.18726	-5.64875		Ribera de Grajal,Ribera de la Polvorosa		55	LE	24005	
3111791	Ribera de Cardós	ribera-de-cardos	ES	25570	0	Europe/Madrid	42.56403	1.22498		Ribera de Cardos,Ribera de Cardós		56	L	25901	
3111796	Ribera	ribera	ES	01427	0	Europe/Madrid	42.84882	-7.57076				58	LU	27043	
3111798	Ribeira	ribeira	ES	15960	0	Europe/Madrid	42.13333	-8.23333		Santa Marina		58	PO		
3111805	Ribeira	ribeira	ES	15960	0	Europe/Madrid	42.92122	-7.79718		Berbetoros,Ribeira		58	LU	27040	
3111806	Ribeira	ribeira	ES	15960	0	Europe/Madrid	42.85	-8.33333		Ribeira,Riveira,San Pedro		58	PO	36059	
3111807	Ribeira	ribeira	ES	15960	27518	Europe/Madrid	42.73809	-8.44106		Ribeira		58	PO	36017	
3111808	Ribeira	ribeira	ES	15960	0	Europe/Madrid	42.23609	-7.71148		Ribeira,San Pedro		58	OR	32007	
3111809	Ribatejada	ribatejada	ES	28815	437	Europe/Madrid	40.6642	-3.38976		Ribatejada	28122	29	M	28122	
3111810	Ribatajadilla	ribatajadilla	ES	16145	0	Europe/Madrid	40.31922	-2.15076		Ribatajadilla		54	CU	16909	
3111811	Ribatajada	ribatajada	ES	16145	0	Europe/Madrid	40.33771	-2.17397		Ribatajada,Ribatejada		54	CU	16909	
3111814	Ribaseca	ribaseca	ES	24391	0	Europe/Madrid	42.53708	-5.60107		Ribaseca		55	LE	24162	
3111815	Ribas de Tereso	ribas-de-tereso	ES	26339	0	Europe/Madrid	42.60345	-2.75053		Ribas de Tereso,Rivas de Tereso		27	LO	26142	
3111822	Luintra	luintra	ES	32160	1283	Europe/Madrid	42.40964	-7.72682		San Estebo		58	OR	32052	
3111823	Ribas de la Valduerna	ribas-de-la-valduerna	ES	24766	0	Europe/Madrid	42.30632	-5.95377		Ribas,Ribas de la Valduerna		55	LE	24108	
3111825	Ribes de Freser	ribes-de-freser	ES	17534	2033	Europe/Madrid	42.30417	2.16757	1077	Ribes de Freser	17145	56	GI	17145	
3111826	Ribas de Campos	ribas-de-campos	ES	34411	177	Europe/Madrid	42.15249	-4.51649		Ribas,Ribas de Campos	34155	55	P	34155	
3111836	Ribarroya	ribarroya	ES	42134	0	Europe/Madrid	41.64187	-2.35361		Ribarroya		55	SO	42009	
3111837	Riba-roja d'Ebre	riba-roja-d-ebre	ES	43790	0	Europe/Madrid	41.25	0.48333		Riba-roja d'Ebre,Ribarroja,Ribarroja de Ebro		56	T	43060	
3111838	Ribarredonda	ribarredonda	ES	19441	0	Europe/Madrid	40.87487	-2.30846		Ribarredonda		54	GU	19235	
3111839	Ribao	ribao	ES	33155	0	Europe/Madrid	43.52952	-6.26824		Ribao		34	O	33034	
3111841	Ribalagua	ribalagua	ES	33717	0	Europe/Madrid	43.45215	-6.72758		Ribalagua		34	O	33077	
3111844	Ribagorda	ribagorda	ES	16144	0	Europe/Madrid	40.3329	-2.23054		Ribagorda		54	CU	16909	
3111845	Ribaforada	ribaforada	ES	31550	3412	Europe/Madrid	41.99814	-1.51272		Ribaforada	31208	32	NA	31208	
3111846	Ribafrecha	ribafrecha	ES	26130	998	Europe/Madrid	42.35539	-2.39		Ribaflecha,Ribafrecha		27	LO	26124	
3111855	Ribadesella	ribadesella	ES	33560	6245	Europe/Madrid	43.46145	-5.05955		Ribadesel'ja,Ribadeselja,Ribadesella,Ribesella,Ribeseya,li wa de sai li ya,rybadsya,rybadysya,Рибадеселья,Рібадеселья,ريباديسيا,ریبادسیا,里瓦德塞利亚	33056	34	O	33056	
3111856	Riba de Santiuste	riba-de-santiuste	ES	19269	0	Europe/Madrid	41.19315	-2.70782		Riba de Santiuste		54	GU	19257	
3111857	Riba de Saelices	riba-de-saelices	ES	19441	177	Europe/Madrid	40.91145	-2.29715		Riba de Saelices	19235	54	GU	19235	
3111863	Ribadavia	ribadavia	ES	32400	5495	Europe/Madrid	42.28804	-8.14362		Abobrica,Adobriga	32069	58	OR	32069	
3111864	Ribabellosa	ribabellosa	ES	26100	0	Europe/Madrid	42.71189	-2.918		Ribabellosa		59	VI	01047	
3111867	Riaza	riaza	ES	40500	2054	Europe/Madrid	41.27826	-3.47787		Riasa,Riaza,Riofrio de Riaza,li ya sa,Риаса,Ріаса,里亚萨	40170	55	SG	40170	
3111869	Riatas	riatas	ES	05198	0	Europe/Madrid	40.55061	-4.85957		Barrio Riatas,Riatas		55	AV	05239	
3111873	Riaño de Ibio	riano-de-ibio	ES	39509	0	Europe/Madrid	43.31636	-4.1736		Riano de Ibio,Riaño de Ibio		39	S	39041	
3111875	Riaño	riano	ES	09572	0	Europe/Madrid	43.35017	-3.59808				39	S	39084	
3111876	Riaño	riano	ES	09572	0	Europe/Madrid	43.32805	-5.71838				34	O	33031	
3111877	Riaño	riano	ES	09572	0	Europe/Madrid	42.98792	-3.80572		Riano,Riaño		55	BU	09413	
3111878	Riaño	riano	ES	09572	531	Europe/Madrid	42.97705	-5.00352		Riano,Riaño	24130	55	LE	24130	
3111879	Rianxo	rianxo	ES	15920	11769	Europe/Madrid	42.64977	-8.81763		Rianxo	15072	58	C	15072	
3111880	Riancho	riancho	ES	39809	0	Europe/Madrid	43.26802	-3.43377		Riancho		39	S	39057	
3111884	Rialp	rialp	ES	25594	276	Europe/Madrid	42.44354	1.13537		Rialb,Rialp		56	L	25209	
3111890	Riahuelas	riahuelas	ES	40518	0	Europe/Madrid	41.40203	-3.51842		Riahuelas		55	SG	40079	
3111891	Riaguas de San Bartolomé	riaguas-de-san-bartolome	ES	40529	78	Europe/Madrid	41.4264	-3.48893		Riaguas de San Bartolome,Riaguas de San Bartolomé	40168	55	SG	40168	
3111895	Reznos	reznos	ES	42126	42	Europe/Madrid	41.5909	-2.02779		Reznos	42156	55	SO	42156	
3111897	Rezmondo	rezmondo	ES	09108	24	Europe/Madrid	42.51565	-4.23877		Rezmondo	09317	55	BU	09317	
3111904	Revoqueira	revoqueira	ES	33777	0	Europe/Madrid	43.27601	-6.93683		Revoqueira		34	O	33061	
3111909	Revillarruz	revillarruz	ES	09620	180	Europe/Madrid	42.23006	-3.65246		Revillarruz	09315	55	BU	09315	
3111910	Revillalcón	revillalcon	ES	09247	0	Europe/Madrid	42.56158	-3.36017		Revillalcon,Revillalcón		55	BU	09334	
3111911	Revillagodos	revillagodos	ES	09292	0	Europe/Madrid	42.48682	-3.40014		Revillagodos		55	BU	09056	
3111912	Revilla de Santullán	revilla-de-santullan	ES	34828	0	Europe/Madrid	42.89194	-4.29387		Revilla de Santullan,Revilla de Santullán		55	P	34027	
3111913	Revilla de Pomar	revilla-de-pomar	ES	34813	0	Europe/Madrid	42.77155	-4.15237		Revilla de Pomar		55	P	34135	
3111914	Revilla de Pienza	revilla-de-pienza	ES	09514	0	Europe/Madrid	43.0137	-3.48259		Revilla de Pienza		55	BU	09214	
3111915	Revilla del Campo	revilla-del-campo	ES	09194	149	Europe/Madrid	42.21081	-3.54289		Revilla del Campo	09314	55	BU	09314	
3111916	Revilla de Collazos	revilla-de-collazos	ES	34407	77	Europe/Madrid	42.6296	-4.50343		Revilla de Collazos	34154	55	P	34154	
3111917	Revilla de Campos	revilla-de-campos	ES	34170	0	Europe/Madrid	42.00694	-4.71181		Revilla,Revilla de Campos		55	P	34220	
3111918	Revilla-Cabriada	revilla-cabriada	ES	09348	0	Europe/Madrid	42.00113	-3.70272		Revilla-Cabriada		55	BU	09194	
3111921	Revilla	revilla	ES	22364	0	Europe/Madrid	43.40642	-3.86616				39	S	39016	
3111922	Revilla	revilla	ES	22364	0	Europe/Madrid	42.59888	0.14683		Revilla		52	HU	22227	
3111923	Revilla	revilla	ES	22364	0	Europe/Madrid	41.15891	-3.76522				55	SG	40150	
3111924	Revilla	revilla	ES	22364	0	Europe/Madrid	41.07865	-5.29098		Alqueria Revilla,Alquería Revilla,Revilla		55	SA	37082	
3111926	Revenga de Campos	revenga-de-campos	ES	34447	179	Europe/Madrid	42.28401	-4.48218		Revenga de Campos	34152	55	P	34152	
3111927	Revenga	revenga	ES	09228	0	Europe/Madrid	42.15827	-3.86357		Revenga		55	BU	09466	
3111928	Revenga	revenga	ES	09228	0	Europe/Madrid	40.87291	-4.10286		Revenga		55	SG	40194	
3111929	Revellinos	revellinos	ES	49135	301	Europe/Madrid	41.88982	-5.56871		Revellinos	49175	55	ZA	49175	
3111930	Revelillas	revelillas	ES	39250	0	Europe/Madrid	42.77759	-4.07661		Revelillas		39	S	39094	
3111933	Reus	reus	ES	43200	107118	Europe/Madrid	41.15612	1.10687		REU,Reus,Реус	43123	56	T	43123	
3111935	Retuerto	retuerto	ES	24917	0	Europe/Madrid	43.06915	-5.03214		Retuerto		55	LE	24025	
3111940	Retuerta	retuerta	ES	05693	61	Europe/Madrid	42.02945	-3.50679		Retuerta	09311	55	BU	09311	
3111941	Retuerta	retuerta	ES	05693	0	Europe/Madrid	41.61599	-4.40949		Caserio Retuerta,Caserio de Retuerta,Caserío Retuerta,Caserío de Retuerta,Retuerta		55	VA	47157	
3111942	Retuerta	retuerta	ES	05693	0	Europe/Madrid	40.32492	-5.58203		Retuerta		55	AV	05249	
3111943	Retrullés	retrulles	ES	33695	0	Europe/Madrid	43.1918	-5.82362		Retrulles,Retrullés		34	O	33033	
3112049	Remesar	remesar	ES	27359	0	Europe/Madrid	42.66993	-7.52594				58	LU	27042	
3112053	Relloso	relloso	ES	09510	0	Europe/Madrid	43.43592	-6.47174				34	O	33073	
3111944	Retortillo de Soria	retortillo-de-soria	ES	42315	246	Europe/Madrid	41.31092	-2.98228		Retortil'jo-de-Sorija,Retortil'o-de-Sorija,Retortillo,Retortillo de Soria,lei tuo er di e de suo li ya,Ретортильо-де-Сория,Ретортільйо-де-Сорія,雷托尔蒂略德索里亚	42155	55	SO	42155	
3111947	Retortillo	retortillo	ES	37495	181	Europe/Madrid	42.98416	-4.11512		Retortillo		39	S	39027	
3111948	Retortillo	retortillo	ES	37495	265	Europe/Madrid	40.80132	-6.35951		Retortillo	37267	55	SA	37267	
3111954	Retiendas	retiendas	ES	19225	47	Europe/Madrid	40.96835	-3.27229		Retiendas	19234	54	GU	19234	
3111956	Retes Llanteno	retes-de-llanteno	ES	01477	0	Europe/Madrid	43.09146	-3.10089		Erretes		59	VI	01010	
3111957	Retascón	retascon	ES	50367	104	Europe/Madrid	41.1435	-1.38376			50224	52	Z	50224	
3111961	Restrepo	restrepo	ES	33776	0	Europe/Madrid	43.38082	-7.01295		Restrepo		34	O	33074	
3111962	Restiello	restiello	ES	33827	0	Europe/Madrid	43.28869	-6.1806		Restiello		34	O	33026	
3111966	Respenda de la Peña	respenda-de-la-pena	ES	34870	219	Europe/Madrid	42.76512	-4.6854		Respenda de la Pena,Respenda de la Peña	34151	55	P	34151	
3111967	Respenda de Aguilar	respenda-de-aguilar	ES	34813	0	Europe/Madrid	42.74816	-4.10332		Respenda de Aguilar		55	P	34135	
3111969	Arespalditza / Respaldiza	respaldiza	ES	01476	0	Europe/Madrid	43.07842	-3.04338		Arespalditza,Respaldiza		59	VI	01002	
3111970	Resoba	resoba	ES	34844	0	Europe/Madrid	42.90306	-4.56009		Resoba		55	P	34056	
3111971	Resconorio	resconorio	ES	39681	0	Europe/Madrid	43.06951	-3.86081		Resconorio		39	S	39039	
3111972	Requijada	requijada	ES	40173	0	Europe/Madrid	41.11667	-3.86667		Requijada		55	SG	40188	
3111973	Requiás	requias	ES	32880	0	Europe/Madrid	41.90655	-7.93406		Requias,Requiás		58	OR	32051	
3111976	Requena de Campos	requena-de-campos	ES	34469	39	Europe/Madrid	42.30796	-4.34304		Requena de Campos	34149	55	P	34149	
3111978	Requejo y Corús	requejo-y-corus	ES	24368	0	Europe/Madrid	42.63874	-6.13798		Requejo y Corus,Requejo y Corús		55	LE	24210	
3111980	Requejo de Pradorrey	requejo-de-pradorrey	ES	24714	0	Europe/Madrid	42.49234	-6.1068		Requejo,Requejo de Pradorrey		55	LE	24023	
3111983	Requejo	requejo	ES	49394	0	Europe/Madrid	43.46964	-7.17409				58	LU	27061	
3111984	Requeixo	requeixo	ES	15108	0	Europe/Madrid	43.44957	-6.95331		Requeixo		34	O	33074	
3111985	Requejo	requejo	ES	49394	0	Europe/Madrid	43.36667	-6.15				34	O	33005	
3111986	Requejo	requejo	ES	49394	0	Europe/Madrid	43.00289	-4.11756				39	S	39027	
3111987	Requejo	requejo	ES	49394	0	Europe/Madrid	42.52047	-6.80532		Requejo,Requejo de Portela		55	LE	24165	
3111988	Requejo	requejo	ES	49394	0	Europe/Madrid	42.26526	-7.20871				58	OR	32044	
3111989	Requeixo	requeixo	ES	15108	0	Europe/Madrid	42.25	-6.95				58	OR	32083	
3111990	Requejo	requejo	ES	49394	0	Europe/Madrid	42.03044	-6.74227		Requejo	49174	55	ZA	49174	
3111993	Requejada	requejada	ES	39312	0	Europe/Madrid	43.39025	-4.02816		La Requejada,Requejada,Requejeda		39	S	39054	
3111994	Requeixo	requeixo	ES	15108	0	Europe/Madrid	42.8	-7.4		San Martin,San Martín		58	LU	27057	
3111995	Requeixo	requeixo	ES	15108	0	Europe/Madrid	42.61408	-7.86471		Santiago		58	LU	27016	
3111996	Requeixo	requeixo	ES	15108	0	Europe/Madrid	42.2294	-7.3583				58	OR	32029	
3111997	Repudio	repudio	ES	39232	0	Europe/Madrid	42.84552	-3.89306		Repudio		39	S	39094	
3111999	Represa del Condado	represa-del-condado	ES	24155	28	Europe/Madrid	42.64311	-5.42141	855	Represa del Condado		55	LE	24201	
3112003	Repollés	repolles	ES	33129	0	Europe/Madrid	43.44418	-6.13807		Repolles,Repollés		34	O	33051	
3112005	Reparada	reparada	ES	32898	0	Europe/Madrid	43.13884	-8.99793				58	C	15092	
3112007	Reocín de los Molinos	reocin-de-los-molinos	ES	39419	0	Europe/Madrid	42.86131	-4.05381		Reocin de los Molinos,Reocín de los Molinos		39	S	39093	
3112008	Reocín	reocin	ES	39538	7230	Europe/Madrid	43.33915	-4.09403		Reocin,Reocín	39060	39	S	39060	
3112009	Renuncio	renuncio	ES	09195	0	Europe/Madrid	42.31544	-3.75353		Renuncio		55	BU	09439	
3112010	Errenteria	errenteria	ES	20100	0	Europe/Madrid	43.31667	-2.43333		Errenteria,Renteria,Rentería		59	BI	48018	
3112011	Errenteria	errenteria	ES	20100	38767	Europe/Madrid	43.31195	-1.90234		Errenteria,Orereta,Renteria,Rentería		59	SS	20067	
3112013	Renieblas	renieblas	ES	42189	121	Europe/Madrid	41.82009	-2.37236		Renieblas	42154	55	SO	42154	
3112014	Renera	renera	ES	19145	65	Europe/Madrid	40.48976	-3.01367		Renera	19233	54	GU	19233	
3112015	Renedo de Zalima	renedo-de-zalima	ES	34830	0	Europe/Madrid	42.83242	-4.34109		Renedo de Zalima		55	P	34158	
3112017	Renedo de Valderaduey	renedo-de-valderaduey	ES	24327	0	Europe/Madrid	42.58838	-4.94643		Renedo de Valderaduey		55	LE	24229	
3112018	Renedo de Valdavia	renedo-de-valdavia	ES	34473	0	Europe/Madrid	42.59311	-4.59671		Renedo de Valdavia		55	P	34037	
3112019	Renedo del Monte	renedo-del-monte	ES	34115	0	Europe/Madrid	42.6	-4.6		Renedo del Monte		55	P	34037	
3112020	Renedo de la Vega	renedo-de-la-vega	ES	34126	256	Europe/Madrid	42.45348	-4.70298		Renedo de la Vega	34147	55	P	34147	
3112021	Renedo de la Inera	renedo-de-la-inera	ES	34815	0	Europe/Madrid	42.76101	-4.21545		Renedo de la Inera		55	P	34004	
3112022	Renedo de la Escalera	renedo-de-la-escalera	ES	09127	0	Europe/Madrid	42.72092	-4.14543		Renedo de la Escalera		55	BU	09415	
3112023	Renedo de Bricia	renedo-de-bricia	ES	39232	0	Europe/Madrid	42.92337	-3.8393		Renedo de Bricia		39	S	39094	
3112028	Rendar	rendar	ES	27346	42	Europe/Madrid	42.66667	-7.36667		Rendar,Santa Maria,Santa María		58	LU	27024	
3112033	Renau	renau	ES	43886	103	Europe/Madrid	41.22448	1.31083		Renau	43122	56	T	43122	
3112034	Renales	renales	ES	19432	0	Europe/Madrid	40.91163	-2.52727		Renales		54	GU	19282	
3112039	Remondo	remondo	ES	40216	329	Europe/Madrid	41.341	-4.4839		Remondo	40166	55	SG	40166	
3112040	Remonde	remonde	ES	27203	0	Europe/Madrid	42.86697	-7.95281		Remonde		58	LU	27040	
3112042	Remolinos	remolinos	ES	50637	1188	Europe/Madrid	41.83946	-1.17768		Remolinos	50223	52	Z	50223	
3112045	Remolina	remolina	ES	24990	0	Europe/Madrid	42.91428	-5.05916		Remolina		55	LE	24060	
3112048	Remesar	remesar	ES	27359	0	Europe/Madrid	42.7292	-8.39275		Remesar,San Cristobal,San Cristóbal		58	PO	36017	
3112054	Relloso	relloso	ES	09510	0	Europe/Madrid	43.05823	-3.2343		Relloso		55	BU	09908	
3112056	Rello	rello	ES	42368	32	Europe/Madrid	41.33297	-2.74925		Rello	42153	55	SO	42153	
3112057	Rellinars	rellinars	ES	08299	0	Europe/Madrid	41.63333	1.91667		Rellinars,Rellinas,Rellinás		56	B	08291	
3112059	Rellanos	rellanos	ES	33873	0	Europe/Madrid	43.39305	-6.62385		Rellanos		34	O	33073	
3112061	Reliegos	reliegos	ES	24339	0	Europe/Madrid	42.47426	-5.35488		Reliegos		55	LE	24160	
3112064	Rejas de Ucero	rejas-de-ucero	ES	42141	0	Europe/Madrid	41.70705	-3.10567		Rejas de Ucero		55	SO	42127	
3112065	Rejas de San Esteban	rejas-de-san-esteban	ES	42320	0	Europe/Madrid	41.62201	-3.26338		Rejas de San Esteban		55	SO	42162	
3112068	Reiriz	reiriz	ES	33747	0	Europe/Madrid	43.54637	-7.3105		Reiriz,Rieriz		58	LU	27019	
3112069	Reiriz	reiriz	ES	33747	0	Europe/Madrid	43.50653	-6.92357		Reiriz		34	O	33070	
3112070	Reiriz	reiriz	ES	33747	0	Europe/Madrid	42.75	-7.35				58	LU	27055	
3112071	Reiriz	reiriz	ES	33747	0	Europe/Madrid	42.71667	-7.66667		Rairiz,Reiriz,Santa Maria,Santa María		58	LU	27058	
3112072	Reinoso de Cerrato	reinoso-de-cerrato	ES	34208	63	Europe/Madrid	41.97624	-4.38337		Reinoso de Cerrato	34146	55	P	34146	
3112073	Reinoso	reinoso	ES	09248	21	Europe/Madrid	42.50915	-3.38466		Reinoso	09310	55	BU	09310	
3112074	Reinosilla	reinosilla	ES	39418	0	Europe/Madrid	42.91785	-4.2038		Reinosilla		39	S	39092	
3112075	Reinosa	reinosa	ES	39200	10307	Europe/Madrid	42.99959	-4.13801		Reinosa,Rejnosa,lei nuo sa,raynwsa,reinosa,Рейноса,راينوسا,レイノーサ,雷诺萨	39059	39	S	39059	
3112080	Reimóndez	reimondez	ES	27618	0	Europe/Madrid	42.7576	-7.41972		Reimondez,Reimóndez,San Felix,San Félix		58	LU	27057	
3112084	Reigada	reigada	ES	27411	0	Europe/Madrid	43.28333	-6.65				34	O	33001	
3112085	Reigada	reigada	ES	27411	0	Europe/Madrid	42.54037	-7.47405				58	LU	27031	
3112086	Rehoyos	rehoyos	ES	39808	0	Europe/Madrid	43.17805	-3.4964		Rehoyos,Reoyos		39	S	39083	
3112088	Regumiel de la Sierra	regumiel-de-la-sierra	ES	09693	466	Europe/Madrid	41.95623	-2.98843		Regumiel de la Sierra	09309	55	BU	09309	
3112089	Regules	regules	ES	39808	0	Europe/Madrid	43.20226	-3.50395		Regules		39	S	39083	
3112096	Regueras de Arriba	regueras-de-arriba	ES	24763	358	Europe/Madrid	42.29414	-5.85958			24127	55	LE	24127	
3112097	Regueras de Abajo	regueras-de-abajo	ES	24763	0	Europe/Madrid	42.28677	-5.8594				55	LE	24127	
3112115	Regolfo	regolfo	ES	39738	0	Europe/Madrid	43.35819	-3.5876		Regolfo		39	S	39084	
3112116	Regoelle	regoelle	ES	15151	0	Europe/Madrid	43.00919	-9.02826		Regoelle		58	C	15034	
3112117	Regodeigón	regodeigon	ES	32416	0	Europe/Madrid	42.30823	-8.12164		Regodeigon,Regodeigón,San Cristobal,San Cristóbal		58	OR	32069	
3112121	Regla de Perandones	regla-de-perandones	ES	33814	0	Europe/Madrid	43.14444	-6.58289		Regla,Regla de Perandones,Santa Maria,Santa María		34	O	33011	
3112122	Regla de Naviego	regla-de-naviego	ES	33818	0	Europe/Madrid	43.07311	-6.55161		Regla de Naviego		34	O	33011	
3112123	Regla de Cibea	regla-de-cibea	ES	33817	0	Europe/Madrid	43.06627	-6.45317		Regla de Cibea		34	O	33011	
3112124	Errezil	errezil	ES	20737	0	Europe/Madrid	43.16505	-2.17395		Errezil,Regil,Régil	20066	59	SS	20066	
3112141	Refojos	refojos	ES	33779	0	Europe/Madrid	43.42753	-7.09797		Refojos		34	O	33074	
3112143	Refojos	refojos	ES	33779	0	Europe/Madrid	42.2047	-8.14057				58	OR	32027	
3112146	Redueña	reduena	ES	28721	227	Europe/Madrid	40.81685	-3.59837		Reduena,Redueña	28121	29	M	28121	
3112150	Redondo	redondo	ES	09568	0	Europe/Madrid	43.06544	-3.60755				55	BU	09215	
3112151	Redondo	redondo	ES	09568	0	Europe/Madrid	42.98947	-4.44899		Redondo,San Juan de Redondo		55	P	34904	
3112161	Redo	redo	ES	39587	0	Europe/Madrid	43.15106	-4.70852		Redo		39	S	39015	
3112162	Redipuertas	redipuertas	ES	24844	0	Europe/Madrid	43.01287	-5.44391		Redipuertas		55	LE	24177	
3112163	Redipollos	redipollos	ES	24855	0	Europe/Madrid	43.0027	-5.25524				55	LE	24121	
3112165	Redilluera	redilluera	ES	24843	0	Europe/Madrid	42.97131	-5.46089		Redilluera		55	LE	24177	
3112166	Redelga de la Valduerna	redelga-de-la-valduerna	ES	24765	0	Europe/Madrid	42.31596	-5.96454		Redelga de la Valduerna,Redelgas		55	LE	24216	
3112167	Redecilla del Campo	redecilla-del-campo	ES	09270	79	Europe/Madrid	42.46675	-3.11531		Redecilla del Campo	09308	55	BU	09308	
3112168	Redecilla del Camino	redecilla-del-camino	ES	09259	143	Europe/Madrid	42.43804	-3.06547		Redecilla del Camino	09307	55	BU	09307	
3112169	Recuevo	recuevo	ES	33129	0	Europe/Madrid	43.51899	-6.1355		Recuevo		34	O	33051	
3112171	Recuerda	recuerda	ES	42313	114	Europe/Madrid	41.47408	-2.9946		Recuerda,Rekuehrda,Rekuerda,lei ku ai er da,Рекуерда,Рекуэрда,雷库埃尔达	42152	55	SO	42152	
3112172	Recuenco	recuenco	ES	09514	0	Europe/Madrid	43.00039	-3.45255		Recuenco		55	BU	09209	
3112178	Recimil	recimil	ES	27140	0	Europe/Madrid	42.98062	-7.48518		Recimil		58	LU	27028	
3112188	Recas	recas	ES	45211	2877	Europe/Madrid	40.05286	-3.9909		Recas	45145	54	TO	45145	
3112192	Recajo	recajo	ES	26160	0	Europe/Madrid	42.46667	-2.33333		Recajo		27	LO	26002	
3112194	Reboredo	reboredo	ES	27577	0	Europe/Madrid	43.21667	-8.15		Reboredo,Santiago		58	C	15902	
3112195	Reboredo	reboredo	ES	27577	0	Europe/Madrid	43.11851	-9.00493				58	C	15092	
3112196	Reboredo	reboredo	ES	27577	0	Europe/Madrid	42.90005	-9.09183				58	C	15045	
3112197	Reboredo	reboredo	ES	27577	78	Europe/Madrid	42.9	-8.48333				58	C	15078	
3112198	Reboredo	reboredo	ES	27577	0	Europe/Madrid	42.8	-7.93333		Reboredo,Santiago		58	LU	27003	
3112199	Reboredo	reboredo	ES	27577	0	Europe/Madrid	42.47549	-8.89724				58	PO	36022	
3112202	Rebordondo	rebordondo	ES	32689	0	Europe/Madrid	41.99305	-7.54126		San Martin,San Martín,San Matin,San Matín		58	OR	32028	
3112206	Rebordechao	rebordechao	ES	32702	0	Europe/Madrid	42.17892	-7.4992				58	OR	32089	
3112212	Rebollosa de Pedro	rebollosa-de-pedro	ES	42344	0	Europe/Madrid	41.33005	-3.21361				55	SG	40024	
3112214	Rebollosa de Jadraque	rebollosa-de-jadraque	ES	19245	32	Europe/Madrid	41.0904	-2.84201		Rebollosa de Jadraque	19231	54	GU	19231	
3112215	Rebollosa de Hita	rebollosa-de-hita	ES	19197	0	Europe/Madrid	40.76667	-3.03269		Rebollosa de Hita		54	GU	19274	
3112216	Rebollosa	rebollosa	ES	37617	0	Europe/Madrid	40.4141	-6.09551		Rebollosa		55	SA	37158	
3112218	Rebollo de Duero	rebollo-de-duero	ES	42210	0	Europe/Madrid	41.48433	-2.73044		Rebollo de Duero		55	SO	42200	
3112219	Rebollo	rebollo	ES	40184	0	Europe/Madrid	43.32134	-6.71109				34	O	33001	
3112220	Rebollo	rebollo	ES	40184	130	Europe/Madrid	41.19318	-3.85771		Rebollo	40165	55	SG	40165	
3112221	Rebolledo de Traspeña	rebolledo-de-traspena	ES	09124	0	Europe/Madrid	42.68203	-4.13291		Rebolledo de Traspena,Rebolledo de Traspeña		55	BU	09175	
3112222	Rebolledo de la Torre	rebolledo-de-la-torre	ES	34492	168	Europe/Madrid	42.68931	-4.22693		Rebol'edo-de-la-Torre,Rebolledo de la Torre,lei wo lie duo de la tuo lei,rybwlydw dy la twry,Ребольедо-де-ла-Торре,Ребольєдо-де-ла-Торре,ريبوليدو دي لا توري,雷沃列多德拉托雷	09306	55	BU	09306	
3112223	Rebolledo de la Inera	rebolledo-de-la-inera	ES	34813	0	Europe/Madrid	42.76428	-4.20137		Rebolledo de la Inera		55	P	34135	
3112224	Rebolledo	rebolledo	ES	39418	0	Europe/Madrid	42.89325	-4.1582		Rebolledo		39	S	39092	
3112225	Rebollas	rebollas	ES	33814	0	Europe/Madrid	43.13523	-6.59659		Rebollas		34	O	33011	
3112226	Rebollar de los Oteros	rebollar-de-los-oteros	ES	24225	0	Europe/Madrid	42.4123	-5.44971		Rebollar,Rebollar de los Oteros		55	LE	24058	
3112227	Rebollar de Ebro	rebollar-de-ebro	ES	39250	0	Europe/Madrid	42.79403	-3.95436		Rebollar,Rebollar de Ebro		39	S	39094	
3112228	Rebollar	rebollar	ES	10617	0	Europe/Madrid	43.39616	-5.6546				34	O	33066	
3112229	Rebollar	rebollar	ES	10617	0	Europe/Madrid	43.31016	-5.55263				34	O	33006	
3112230	Rebollar	rebollar	ES	10617	0	Europe/Madrid	42.94431	-6.60715		Rebollar		34	O	33022	
3112231	Rebollar	rebollar	ES	10617	54	Europe/Madrid	41.91395	-2.50583		Rebol'jar,Rebollar,Ребольяр		55	SO	42019	
3112232	Rebollar	rebollar	ES	10617	0	Europe/Madrid	41.22905	-3.83258		Rebollar		55	SG	40184	
3112233	Rebollar	rebollar	ES	10617	222	Europe/Madrid	40.15389	-5.89956		Rebollar		57	CC	10196	
3112242	Rebanal de las Llantas	rebanal-de-las-llantas	ES	34844	0	Europe/Madrid	42.89126	-4.62599		Rebanal de las Llantas		55	P	34056	
3112243	Reascos	reascos	ES	27362	0	Europe/Madrid	42.83669	-7.55775		Reascos		58	LU	27043	
3112245	Real	real	ES	46194	0	Europe/Madrid	42.73655	-7.31595		San Martin,San Martín		58	LU	27055	
3112246	Real	real	ES	46194	0	Europe/Madrid	42.47725	-6.89375				58	OR	32073	
3112251	Razo da Costa	razo-da-costa	ES	15107	0	Europe/Madrid	43.28542	-8.71985		Razo da Costa		58	C	15019	
3112254	Razbona	razbona	ES	19229	0	Europe/Madrid	40.85396	-3.17577		Razbona		54	GU	19151	
3112255	Razamonde	razamonde	ES	32459	0	Europe/Madrid	42.33155	-8.05268		Razamonde,Santa Maria de Razamonde,Santa María de Razamonde		58	OR	32025	
3112256	Raimat	raimat	ES	25111	489	Europe/Madrid	41.67785	0.47842		Raimat		56	L	25120	
3112264	Rasueros	rasueros	ES	05298	287	Europe/Madrid	41.02344	-5.07377		Rasueros	05193	55	AV	05193	
3112265	Rasquera	rasquera	ES	43513	868	Europe/Madrid	41.00267	0.59967		Rasquera	43121	56	T	43121	
3112268	Rasines	rasines	ES	39860	942	Europe/Madrid	43.30505	-3.42919		Rasines	39058	39	S	39058	
3112271	Rasgada	rasgada	ES	39419	0	Europe/Madrid	42.83691	-4.05109		Rasgada		39	S	39094	
3112272	Raset	raset	ES	17464	0	Europe/Madrid	42.07181	2.92434		Caserio Raset,Caserío Raset,Raset		56	GI	17050	
3112275	Rascón	rascon	ES	39849	0	Europe/Madrid	43.3323	-3.39035		Rascon,Rascón		39	S	39002	
3112276	Rascafría	rascafria	ES	28740	1588	Europe/Madrid	40.90407	-3.87898		Rascafria,Rascafría,Raskafria,Raskafrija,Raskafrio,la si ka fu li ya,raskafra,Раскафриа,Раскафрія,راسكافرا,拉斯卡夫里亚	28120	29	M	28120	
3112278	Rasal	rasal	ES	22821	0	Europe/Madrid	42.37557	-0.58219		Rasal		52	HU	22173	
3112281	Rapún	rapun	ES	22621	0	Europe/Madrid	42.49183	-0.38463				52	HU	22199	
3112282	Rapariegos	rapariegos	ES	40466	245	Europe/Madrid	41.09498	-4.65271		Rapariegos	40164	55	SG	40164	
3112284	Rao	rao	ES	27652	0	Europe/Madrid	42.95165	-6.87083				58	LU	27034	
3112285	Rante	rante	ES	32910	0	Europe/Madrid	42.27335	-7.86091		Rante		58	OR	32075	
3112286	Ranón	ranon	ES	33787	1722	Europe/Madrid	43.55362	-6.06487		Ranon,Ranón,Santiago		34	O	33069	
3112287	Ranón	ranon	ES	33787	63	Europe/Madrid	43.53333	-6.41667		Ranon,Ranón		34	O	33034	
3112288	Rano	rano	ES	33117	0	Europe/Madrid	43.15255	-5.95402		Rano		34	O	33053	
3112289	Rañín	ranin	ES	22337	0	Europe/Madrid	42.38014	0.31247				52	HU	22113	
3112293	Ranero	ranero	ES	39788	0	Europe/Madrid	43.35626	-3.29641				39	S	39030	
3112294	Ranero	ranero	ES	39788	0	Europe/Madrid	43.26161	-3.37108		Ranero		59	BI	48022	
3112295	Ranera	ranera	ES	09211	0	Europe/Madrid	42.72692	-3.29781		Ranera		55	BU	09255	
3112296	Ranedo de Curueño	ranedo-de-curueno	ES	24847	0	Europe/Madrid	42.8647	-5.39137		Ranedo,Ranedo de Curueno,Ranedo de Curueño		55	LE	24179	
3112298	Ranedo	ranedo	ES	09212	0	Europe/Madrid	42.81431	-3.2463		Ranedo		55	BU	09412	
3112299	Rañeces de Sierra	raneces-de-sierra	ES	33819	33	Europe/Madrid	43.15	-6.43333		Raneces de Sierra,Rañeces de Sierra		34	O	33011	
3112304	Randín	randin	ES	32646	0	Europe/Madrid	41.90537	-7.87483		Randin,Randín		58	OR	32016	
3112310	Ramiro	ramiro	ES	47453	71	Europe/Madrid	41.22845	-4.78608		Ramiro	47132	55	VA	47132	
3112312	Ramilo	ramilo	ES	32558	0	Europe/Madrid	42.19203	-6.99334		Ramilo		58	OR	32086	
3112319	Ramelle	ramelle	ES	27228	0	Europe/Madrid	43.0357	-7.81867		Ramelle,Remelle		58	LU	27020	
3112325	Ramales de la Victoria	ramales-de-la-victoria	ES	39800	2294	Europe/Madrid	43.2572	-3.46516		Ramales,Ramales de la Victoria,Ramales-de-la-Viktoria,Ramales-de-la-Viktorija,la ma lai si de la wei ke tuo li ya,ramalys dy la fyktwrya,Рамалес-де-ла-Викториа,Рамалес-де-ла-Вікторія,راماليس دي لا فيكتوريا,拉马莱斯德拉维克托里亚	39057	39	S	39057	
3112328	Ramacastañas	ramacastanas	ES	05418	0	Europe/Madrid	40.18602	-5.04678		Ramacastanas,Ramacastañas		55	AV	05014	
3112329	Ralí	rali	ES	33318	0	Europe/Madrid	43.41415	-5.44913				34	O	33076	
3112332	Raxoá	raxoa	ES	32314	0	Europe/Madrid	42.41014	-6.9473				58	OR	32009	
3112336	Rajadell	rajadell	ES	08256	499	Europe/Madrid	41.72802	1.70621		Rajadell	08178	56	B	08178	
3112338	Rairiz de Veiga	rairiz-de-veiga	ES	32652	1798	Europe/Madrid	42.08364	-7.83503		Rairiz de Veiga	32067	58	OR	32067	
3112342	Rágama	ragama	ES	37318	268	Europe/Madrid	40.99768	-5.12724		Ragama,Rágama	37265	55	SA	37265	
3112344	Ráfales	rafales	ES	44589	175	Europe/Madrid	40.8377	0.01923		Rafales,Rafels,Ráfales,Ráfels	44194	52	TE	44194	
3112345	Radona	radona	ES	42213	0	Europe/Madrid	41.26991	-2.44999		Radona		55	SO	42008	
3112347	Radiquero	radiquero	ES	22145	0	Europe/Madrid	42.17293	-0.00466		Radiquero		52	HU	22024	
3112348	Rades de Abajo	rades-de-abajo	ES	40172	0	Europe/Madrid	41.13253	-3.77622		Rades de Abajo		55	SG	40156	
3112350	Rada	rada	ES	31383	0	Europe/Madrid	43.36746	-3.49236		Rada		39	S	39102	
3112362	Rabé de los Escuderos	rabe-de-los-escuderos	ES	09349	0	Europe/Madrid	41.97842	-3.73949		Rabe de los Escuderos,Rabé de los Escuderos		55	BU	09194	
3112363	Rabé de las Calzadas	rabe-de-las-calzadas	ES	09130	146	Europe/Madrid	42.34065	-3.83414		Rabe de las Calzadas,Rabé de las Calzadas	09304	55	BU	09304	
3112366	Rábanos	rabanos	ES	09268	154	Europe/Madrid	42.31971	-3.27029		Rabanos,Rábanos	09303	55	BU	09303	
3112367	Rábano de Sanabria	rabano-de-sanabria	ES	49358	0	Europe/Madrid	42.14407	-6.60865		Rabano de Sanabria,Rábano de Sanabria		55	ZA	49189	
3112368	Rábano de Aliste	rabano-de-aliste	ES	49515	444	Europe/Madrid	41.7443	-6.43302		Rabano de Aliste,Rábano de Aliste	49173	55	ZA	49173	
3112369	Rábano	rabano	ES	47319	249	Europe/Madrid	41.53314	-4.06214		Rabano,Rábano	47131	55	VA	47131	
3112371	Rabanillo	rabanillo	ES	49360	0	Europe/Madrid	42.09357	-6.65325				55	ZA	49085	
3112372	Rabanera del Pinar	rabanera-del-pinar	ES	09660	144	Europe/Madrid	41.89375	-3.19665		Rabanera del Pinar,Rabanera-del'-Pinar,la wa nei la de er pi na er,rabanyra dyl baynar,Рабанера-дель-Пинар,Рабанера-дель-Пінар,رابانيرا ديل باينار,拉瓦内拉德尔皮纳尔	09302	55	BU	09302	
3112373	Rabanera del Campo	rabanera-del-campo	ES	42191	0	Europe/Madrid	41.64223	-2.42066		Rabanera del Campo		55	SO	42071	
3112374	Rabanera	rabanera	ES	26133	38	Europe/Madrid	42.18955	-2.48654		Rabanera	26121	27	LO	26121	
3112375	Rabanal Viejo	rabanal-viejo	ES	24722	0	Europe/Madrid	42.49501	-6.27109		Rabanal Viejo		55	LE	24152	
3112376	Rabanales	rabanales	ES	49519	753	Europe/Madrid	41.74287	-6.27674		Rabanales	49172	55	ZA	49172	
3112377	Rabanal de los Caballeros	rabanal-de-los-caballeros	ES	34846	0	Europe/Madrid	42.89637	-4.47522		Rabanal de los Caballeros		55	P	34056	
3112378	Rabanal del Camino	rabanal-del-camino	ES	24722	0	Europe/Madrid	42.48176	-6.28414		Rabanal del Camino		55	LE	24152	
3112379	Rabanal de Fenar	rabanal-de-fenar	ES	24648	0	Europe/Madrid	42.81025	-5.57616		Rabanal de Fenar		55	LE	24134	
3112391	Quismondo	quismondo	ES	45514	1525	Europe/Madrid	40.10533	-4.32394		Quismondo	45143	54	TO	45143	
3112393	Quiruelas de Vidriales	quiruelas-de-vidriales	ES	49622	926	Europe/Madrid	42.01762	-5.82947		Quiruelas de Vidriales	49171	55	ZA	49171	
3112398	Quinzano	quinzano	ES	22810	0	Europe/Madrid	42.24733	-0.60359		Quinzano		52	HU	22904	
3112399	Quinzanas	quinzanas	ES	33129	0	Europe/Madrid	43.45728	-6.1187		Quinzanas		34	O	33051	
3112403	Quinto	quinto	ES	50770	2020	Europe/Madrid	41.42378	-0.49592		Quinto	50222	52	Z	50222	
3112405	Quintes	quintes	ES	33314	0	Europe/Madrid	43.53229	-5.5418		Quintes,San Fabian y San Sebastian,San Fabian y San Sebastian de Quintes,San Fabián y San Sebastián,San Fabián y San Sebastián de Quintes		34	O	33076	
3112406	Quintela do Pando	quintela-do-pando	ES	32557	0	Europe/Madrid	42.18999	-7.1285		Quintela de Pando		58	OR	32086	
3112409	Quintela de Hedroso	quintela-de-hedroso	ES	32558	0	Europe/Madrid	42.19117	-7.07888		Quintela de Hedroso		58	OR	32086	
3112410	Quintela	quintela	ES	27258	17	Europe/Madrid	43.2	-7.43333		Quintela,Santa Maria,Santa María		58	LU	27010	
3112411	Quintela	quintela	ES	27258	0	Europe/Madrid	42.68816	-6.92885				55	LE	24009	
3112412	Quintela	quintela	ES	27258	0	Europe/Madrid	42.60181	-7.00404				55	LE	24011	
3112414	Quintela	quintela	ES	27258	0	Europe/Madrid	42.15	-8.21667		Quintela,San Cayetano		58	PO	36014	
3112424	Quintanilleja	quintanilleja	ES	09196	0	Europe/Madrid	42.18833	-3.7424				55	BU	09448	
3112425	Quintanilla-Vivar	quintanilla-vivar	ES	09140	592	Europe/Madrid	42.41585	-3.68849		Quintanilla Morocisla		55	BU	09301	
3112427	Quintanilla-Sotoscueva	quintanilla-sotoscueva	ES	09568	0	Europe/Madrid	43.04757	-3.68257		Quintanilla de Sotoscueva		55	BU	09215	
3112428	Quintanilla-Sopeña	quintanilla-sopena	ES	09569	0	Europe/Madrid	43.07265	-3.46378				55	BU	09214	
3112429	Quintanilla-Somuñó	quintanilla-somuno	ES	09239	0	Europe/Madrid	42.24351	-3.87551		Quintanilla de Somuno,Quintanilla de Somuñó		55	BU	09125	
3112430	Quintanilla-Socigüenza	quintanilla-sociguenza	ES	09556	0	Europe/Madrid	42.94474	-3.5836				55	BU	09903	
3112431	Quintanilla-Sobresierra	quintanilla-sobresierra	ES	09141	0	Europe/Madrid	42.57217	-3.71389				55	BU	09906	
3112432	Quintanilla-San García	quintanilla-san-garcia	ES	09271	94	Europe/Madrid	42.5485	-3.19321		Quintanilla-San Garcia,Quintanilla-San García		55	BU	09298	
3112435	Quintanilla-Pedro Abarca	quintanilla-pedro-abarca	ES	09125	0	Europe/Madrid	42.56528	-3.81346				55	BU	09172	
3112436	Quintanilla-Montecabezas	quintanilla-montecabezas	ES	09549	0	Europe/Madrid	42.8705	-3.2921		Quintanilla-Montecabezas		55	BU	09213	
3112438	Quintanilla-Escalada	quintanilla-escalada	ES	09145	0	Europe/Madrid	42.80147	-3.76991		Quintanilla-Escalada		55	BU	09905	
3112439	Quintanilla de Yuso	quintanilla-de-yuso	ES	24738	0	Europe/Madrid	42.24175	-6.37732		Quintanilla,Quintanilla de Yuso		55	LE	24172	
3112441	Quintanilla de Urz	quintanilla-de-urz	ES	49622	139	Europe/Madrid	42.0329	-5.84866		Quintanilla de Urz	49170	55	ZA	49170	
3112443	Quintanilla de Trigueros	quintanilla-de-trigueros	ES	47283	120	Europe/Madrid	41.85449	-4.65931		Quintanilla,Quintanilla de Trigueros	47130	55	VA	47130	
3112444	Quintanilla de Tres Barrios	quintanilla-de-tres-barrios	ES	42351	0	Europe/Madrid	41.59456	-3.1673		Quintanilla de Tres Barrios		55	SO	42162	
3112445	Quintanilla de Somoza	quintanilla-de-somoza	ES	24717	0	Europe/Madrid	42.37422	-6.25828		Quintanilla de Somoza		55	LE	24091	
3112446	Quintanilla de Sollamas	quintanilla-de-sollamas	ES	24271	0	Europe/Madrid	42.60608	-5.82198		Quintanilla de Sollamas		55	LE	24092	
3112447	Quintanilla de Siones	quintanilla-de-siones	ES	09589	0	Europe/Madrid	43.06581	-3.3072		Quintanilla de Siones,Siones		55	BU	09410	
3112448	Quintanilla de Santa Gadea	quintanilla-de-santa-gadea	ES	09571	0	Europe/Madrid	42.96413	-3.96177		Quintanilla de Santa Gadea		55	BU	09012	
3112449	Quintanilla de San Román	quintanilla-de-san-roman	ES	09571	0	Europe/Madrid	42.96628	-3.87297		Quintanilla de San Roman,Quintanilla de San Román		55	BU	09413	
3112450	Quintanilla de Rueda	quintanilla-de-rueda	ES	24940	0	Europe/Madrid	42.68332	-5.16508		Quintanilla de Rueda		55	LE	24063	
3112451	Quintanilla de Ríofresno	quintanilla-de-riofresno	ES	09135	0	Europe/Madrid	42.54068	-4.20798		Quintanilla de Riofresno,Quintanilla de Ríofresno		55	BU	09373	
3112452	Quintanilla de Pienza	quintanilla-de-pienza	ES	09514	0	Europe/Madrid	43.00189	-3.48061				55	BU	09214	
3112453	Quintanilla de Onsoña	quintanilla-de-onsona	ES	34114	220	Europe/Madrid	42.46937	-4.66385		Kintanil'ja-de-Onson'ja,Kintanil'ja-de-Onsonija,Quintanilla de Onsona,Quintanilla de Onsoña,jin ta ni li ya de weng suo ni ya,Кинтанилья-де-Онсония,Кінтанілья-де-Онсонья,金塔尼利亚德翁索尼亚	34143	55	P	34143	
3112454	Quintanilla de Onésimo	quintanilla-de-onesimo	ES	47350	1147	Europe/Madrid	41.6249	-4.36291		Quintanilla de Abajo,Quintanilla de Olivares,Quintanilla de Onesimo,Quintanilla de Onésimo	47129	55	VA	47129	
3112455	Quintanilla de Nuño Pedro	quintanilla-de-nuno-pedro	ES	42141	0	Europe/Madrid	41.75449	-3.26532		Quintanilla de Nuno Pedro,Quintanilla de Nuño Pedro		55	SO	42080	
3112456	Quintanilla del Valle	quintanilla-del-valle	ES	24281	0	Europe/Madrid	42.50966	-5.93223		Quintanilla del Valle		55	LE	24015	
3112457	Quintanilla del Rebollar	quintanilla-del-rebollar	ES	09568	0	Europe/Madrid	43.05697	-3.62463				55	BU	09215	
3112459	Quintanilla de los Adrianos	quintanilla-de-los-adrianos	ES	09513	0	Europe/Madrid	42.94423	-3.54481				55	BU	09903	
3112460	Quintanilla de Losada	quintanilla-de-losada	ES	24743	0	Europe/Madrid	42.27784	-6.5575		Quintanilla,Quintanilla de Losada		55	LE	24067	
3112461	Quintanilla del Olmo	quintanilla-del-olmo	ES	49638	47	Europe/Madrid	41.90561	-5.40726		Quintanilla del Olmo	49169	55	ZA	49169	
3112463	Quintanilla del Monte	quintanilla-del-monte	ES	24285	0	Europe/Madrid	42.58058	-5.92685		Quintanilla del Monte		55	LE	24015	
3112464	Quintanilla del Monte	quintanilla-del-monte	ES	24285	0	Europe/Madrid	42.4382	-3.13182				55	BU	09308	
3112465	Quintanilla del Monte	quintanilla-del-monte	ES	24285	129	Europe/Madrid	41.86812	-5.34928		Quintanilla,Quintanilla del Monte	49168	55	ZA	49168	
3112466	Quintanilla del Molar	quintanilla-del-molar	ES	47673	86	Europe/Madrid	41.98935	-5.44928		Quintanilla del Molar	47128	55	VA	47128	
3112467	Quintanilla del Coco	quintanilla-del-coco	ES	09348	104	Europe/Madrid	41.98333	-3.51667		Quintanilla del Coco	09295	55	BU	09295	
3112468	Quintanilla de las Viñas	quintanilla-de-las-vinas	ES	09642	0	Europe/Madrid	42.12441	-3.48105		Quintanilla de las Vinas,Quintanilla de las Viñas		55	BU	09200	
3112469	Quintanilla de las Torres	quintanilla-de-las-torres	ES	34811	0	Europe/Madrid	42.81987	-4.1977		Quintanilla,Quintanilla de las Torres,Quintanilla las Torres		55	P	34135	
3112470	Quintanilla de las Carretas	quintanilla-de-las-carretas	ES	09230	0	Europe/Madrid	42.32879	-3.80814		Quintanilleja		55	BU	09338	
3112471	Quintanilla de la Presa	quintanilla-de-la-presa	ES	09129	0	Europe/Madrid	42.58785	-3.92443		Quintanilla de la Presa		55	BU	09427	
3112472	Quintanilla de la Mata	quintanilla-de-la-mata	ES	09349	153	Europe/Madrid	41.98855	-3.76756		Quintanilla de la Mata	09294	55	BU	09294	
3112474	Quintanilla de la Cueza	quintanilla-de-la-cueza	ES	34309	0	Europe/Madrid	42.29917	-4.7941		Quintanilla de la Cueza		55	P	34055	
3112476	Quintanilla de Flórez	quintanilla-de-florez	ES	24733	0	Europe/Madrid	42.25508	-6.10297		Quintanilla de Flores,Quintanilla de Florez,Quintanilla de Flórez		55	LE	24125	
3112477	Quintanilla de Combarros	quintanilla-de-combarros	ES	24715	0	Europe/Madrid	42.52717	-6.1634		Quintanilla de Combarros		55	LE	24023	
3112478	Quintanilla de Arriba	quintanilla-de-arriba	ES	47360	230	Europe/Madrid	41.61974	-4.21774		Quintanilla de Arriba	47127	55	VA	47127	
3112479	Quintanilla de An	quintanilla-de-an	ES	39250	0	Europe/Madrid	42.79713	-3.97426		Quintanilla de An,Quintanilla del An		39	S	39094	
3112480	Quintanilla de Almanza	quintanilla-de-almanza	ES	24888	0	Europe/Madrid	42.75	-5		Quintanilla de Almanza		55	LE	24183	
3112481	Quintanilla-Colina	quintanilla-colina	ES	09146	0	Europe/Madrid	42.83724	-3.72253		Quintanilla-Colina		55	BU	09014	
3112482	Quintanilla-Cabrera	quintanilla-cabrera	ES	09640	0	Europe/Madrid	42.16628	-3.41491		Quintanilla-Cabrera		55	BU	09476	
3112483	Quintanilla Cabe Soto	quintanilla-cabe-soto	ES	09244	0	Europe/Madrid	42.67194	-3.2914		Quintanilla Cabe Soto		55	BU	09283	
3112484	Quintanilla Cabe Rojas	quintanilla-cabe-rojas	ES	09246	0	Europe/Madrid	42.59079	-3.43913		Quintanilla Cabe Rojas		55	BU	09323	
3112485	Quintanillabón	quintanillabon	ES	09249	0	Europe/Madrid	42.59226	-3.30656		Quintanillabon,Quintanillabón		55	BU	09056	
3112487	Quintanilla	quintanilla	ES	24124	0	Europe/Madrid	43.25147	-4.47558				39	S	39034	
3112488	Quintanilla	quintanilla	ES	24124	0	Europe/Madrid	42.7787	-5.84567				55	LE	24167	
3112489	Quintanilla	quintanilla	ES	24124	0	Europe/Madrid	42.72572	-2.8884				59	VI	01006	
3112490	Quintanilla	quintanilla	ES	24124	0	Europe/Madrid	42.22803	-3.59897				55	BU	09030	
3112491	Quintanilla	quintanilla	ES	24124	0	Europe/Madrid	42.15308	-6.27853				55	ZA	49097	
3112492	Quintana y Congosto	quintana-y-congosto	ES	24767	673	Europe/Madrid	42.25585	-6.03636		Quintana y Congosto	24125	55	LE	24125	
3112493	Quintanavides	quintanavides	ES	09292	165	Europe/Madrid	42.48084	-3.42449		Quintanavides	09292	55	BU	09292	
3112495	Quintanatello de Ojeda	quintanatello-de-ojeda	ES	34485	0	Europe/Madrid	42.73238	-4.45668		Quintanatello de Ojeda		55	P	34114	
3112496	Quintanas Rubias de Arriba	quintanas-rubias-de-arriba	ES	42345	0	Europe/Madrid	41.43556	-3.15256		Quintanas Rubias de Arriba		55	SO	42162	
3112497	Quintanas Rubias de Abajo	quintanas-rubias-de-abajo	ES	42345	0	Europe/Madrid	41.44859	-3.16195		Quintanas Rubias de Abajo		55	SO	42162	
3112499	Quintanaseca	quintanaseca	ES	09211	0	Europe/Madrid	42.77168	-3.3216		Quintanaseca		55	BU	09134	
3112500	Quintanas de Valdelucio	quintanas-de-valdelucio	ES	09127	0	Europe/Madrid	42.71762	-4.11961		Quintanas de Valdelucio		55	BU	09415	
3112501	Quintanas de Hormiguera	quintanas-de-hormiguera	ES	34811	0	Europe/Madrid	42.86205	-4.15187		Quintanas de Hormiguera		55	P	34004	
3113159	Porrimán	porriman	ES	33161	0	Europe/Madrid	43.26547	-5.8653		Porriman,Porrimán		34	O	33038	
3112502	Quintanas de Gormaz	quintanas-de-gormaz	ES	42313	196	Europe/Madrid	41.50926	-2.97631		Quintanas de Gormaz	42145	55	SO	42145	
3112504	Quintanarruz	quintanarruz	ES	09141	0	Europe/Madrid	42.56674	-3.59098				55	BU	09906	
3112505	Quintanarrío	quintanarrio	ES	09141	0	Europe/Madrid	42.54688	-3.68917				55	BU	09906	
3112506	Quintanarraya	quintanarraya	ES	09454	0	Europe/Madrid	41.78702	-3.33855		Quintanarraya		55	BU	09174	
3112507	Quintana Redonda	quintana-redonda	ES	42291	559	Europe/Madrid	41.63905	-2.61449		Kintana-Redonda,Quintana Redonda,jin ta na lei dong da,Кинтана-Редонда,Кінтана-Редонда,金塔纳雷东达	42144	55	SO	42144	
3112508	Quintanar de Rioja	quintanar-de-rioja	ES	26259	0	Europe/Madrid	42.40913	-3.09347		Quintanar de Rioja		27	LO	26174	
3112509	Quintanar de la Sierra	quintanar-de-la-sierra	ES	09670	1831	Europe/Madrid	41.98288	-3.03765		Quintanar de la Sierra	09289	55	BU	09289	
3112512	Quintanapalla	quintanapalla	ES	09290	116	Europe/Madrid	42.40914	-3.53296			09288	55	BU	09288	
3112513	Quintanaortuño	quintanaortuno	ES	09140	158	Europe/Madrid	42.45	-3.68333		Quintanaortuno,Quintanaortuño	09287	55	BU	09287	
3112515	Quintana-Martín Galíndez	quintana-martin-galindez	ES	09210	0	Europe/Madrid	42.79315	-3.26984		Quintana-Martin Galindez,Quintana-Martín Galíndez		55	BU	09412	
3112517	Quintanamanvirgo	quintanamanvirgo	ES	09314	0	Europe/Madrid	41.74691	-3.95815		Quintanamanvirgo		55	BU	09256	
3112518	Quintanamanil	quintanamanil	ES	39292	0	Europe/Madrid	43.01342	-3.99315		Quintanamanil		39	S	39017	
3112519	Quintanaluengos	quintanaluengos	ES	34839	0	Europe/Madrid	42.85347	-4.425		Quintanaluengos		55	P	34056	
3112520	Quintanaloranco	quintanaloranco	ES	09248	0	Europe/Madrid	42.4965	-3.22041				55	BU	09048	
3112521	Quintanalara	quintanalara	ES	09647	0	Europe/Madrid	42.17376	-3.53455		Quintanalara		55	BU	09314	
3112522	Quintanalacuesta	quintanalacuesta	ES	09515	0	Europe/Madrid	42.86707	-3.49599		Quintanalacuesta		55	BU	09213	
3112526	Quintana-Entrepeñas	quintana-entrepenas	ES	09549	0	Europe/Madrid	42.88182	-3.32433		Quintana-Entrepanas,Quintana-Entrepañas,Quintana-Entrepenas,Quintana-Entrepeñas		55	BU	09213	
3112528	Quintanaélez	quintanaelez	ES	09244	81	Europe/Madrid	42.66921	-3.29877		Quintanaelez,Quintanaélez	09283	55	BU	09283	
3112530	Quintanadueñas	quintanaduenas	ES	09197	0	Europe/Madrid	42.38494	-3.73533		Quintanaduenas,Quintanadueñas		55	BU	09907	
3112531	Quintanadiez de la Vega	quintanadiez-de-la-vega	ES	34113	0	Europe/Madrid	42.49723	-4.75219				55	P	34218	
3112532	Quintana de Valdivielso	quintana-de-valdivielso	ES	09559	0	Europe/Madrid	42.84128	-3.59807		Quintana de Valdivielso		55	BU	09217	
3112533	Quintana de Sanabria	quintana-de-sanabria	ES	49395	0	Europe/Madrid	42.09355	-6.68081		Quintana de Sanabria		55	ZA	49050	
3112534	Quintana de Rueda	quintana-de-rueda	ES	24930	0	Europe/Madrid	42.57789	-5.26293		Quintana de Rueda		55	LE	24180	
3112535	Quintana de Raneros	quintana-de-raneros	ES	24391	0	Europe/Madrid	42.54955	-5.63883		Quintana de Raneros		55	LE	24162	
3112536	Quintana del Puente	quintana-del-puente	ES	34250	243	Europe/Madrid	42.08471	-4.20649		Quintana del Puente	34141	55	P	34141	
3112537	Quintana del Pidio	quintana-del-pidio	ES	09370	181	Europe/Madrid	41.75886	-3.75121		Quintana del Pidio	09281	55	BU	09281	
3112538	Quintana de los Prados	quintana-de-los-prados	ES	09569	0	Europe/Madrid	43.07585	-3.51502				55	BU	09124	
3112539	Quintana del Monte	quintana-del-monte	ES	24930	0	Europe/Madrid	42.58333	-5.26667		Quintana del Monte		55	LE	24180	
3112540	Quintana del Marco	quintana-del-marco	ES	24762	503	Europe/Madrid	42.2067	-5.8503		Quintana del Marco	24124	55	LE	24124	
3112541	Quintana del Castillo	quintana-del-castillo	ES	24397	1018	Europe/Madrid	42.65987	-6.04978		Quintana del Castillo	24123	55	LE	24123	
3112542	Quintana de la Peña	quintana-de-la-pena	ES	24816	0	Europe/Madrid	42.79087	-5.07701		Quintana de la Pena,Quintana de la Peña		55	LE	24056	
3112543	Quintana de Fuseros	quintana-de-fuseros	ES	24319	0	Europe/Madrid	42.70592	-6.32977		Quintana de Fuseros		55	LE	24083	
3112544	Quintana de Fon	quintana-de-fon	ES	24712	0	Europe/Madrid	42.53004	-6.03579		Quintana de Fon		55	LE	24214	
3112545	Quintanabureba	quintanabureba	ES	09246	37	Europe/Madrid	42.58665	-3.36685		Quintanabureba	09280	55	BU	09280	
3112546	Quintanabaldo	quintanabaldo	ES	09574	0	Europe/Madrid	42.98254	-3.7309		Quintanabaldo		55	BU	09216	
3112548	Quintana	quintana	ES	26259	0	Europe/Madrid	43.63191	-5.81936				34	O	33025	
3112549	Quintana	quintana	ES	26259	0	Europe/Madrid	43.45	-5.61667				34	O	33024	
3112550	Quintana	quintana	ES	26259	0	Europe/Madrid	43.42356	-4.84723				34	O	33036	
3112551	Quintana	quintana	ES	26259	0	Europe/Madrid	43.26804	-6.30679		Quintana		34	O	33005	
3112552	Quintana	quintana	ES	26259	0	Europe/Madrid	43.23409	-3.98254				39	S	39026	
3112553	Quintana	quintana	ES	26259	0	Europe/Madrid	43.014	-4.04756				39	S	39017	
3112554	Quintana	quintana	ES	26259	0	Europe/Madrid	42.69543	-3.67367		Quintana,Quintanaloma		55	BU	09905	
3112555	Quintana	quintana	ES	26259	0	Europe/Madrid	42.6582	-2.47673		Kinta,Quintana		59	VI	01016	
3112556	Quintana	quintana	ES	26259	0	Europe/Madrid	42.4227	-3.04765		Quintana		27	LO	26174	
3112557	Quintana	quintana	ES	26259	0	Europe/Madrid	40.47229	-3.50976		Casa de Quintana,Quintana		29	M	28104	
3112558	Quintá de Lor	quinta-de-lor	ES	27391	0	Europe/Madrid	42.5	-7.33333		Quinta de Lor,Quintá de Lor,Santa Maria,Santa Maria de Quinta de Lor,Santa María,Santa María de Quinta de Lor		58	LU	27050	
3112559	Quintá	quinta	ES	38390	0	Europe/Madrid	42.97692	-7.2201				58	LU	27004	
3112560	Quintá	quinta	ES	38390	0	Europe/Madrid	42.94655	-7.09527		Quinta,Quintá,Santa Eulalia		58	LU	27006	
3112561	Quintá	quinta	ES	38390	0	Europe/Madrid	42.94489	-6.95865				58	LU	27034	
3112562	Quintá	quinta	ES	38390	0	Europe/Madrid	42.79693	-7.1298				58	LU	27037	
3112563	Quiñones del Río	quinones-del-rio	ES	24283	0	Europe/Madrid	42.55575	-5.84747		Quinones del Rio,Quiñones del Río		55	LE	24039	
3112567	Quindimil	quindimil	ES	27208	3	Europe/Madrid	42.9	-7.88333				58	LU	27040	
3112568	Quincoces de Yuso	quincoces-de-yuso	ES	09510	0	Europe/Madrid	42.98926	-3.24261		Quincoces de Yuso		55	BU	09908	
3112569	Quilós	quilos	ES	24548	0	Europe/Madrid	42.63169	-6.72243		Quilos,Quilós		55	LE	24030	
3112570	Quiloño	quilono	ES	33459	0	Europe/Madrid	43.55	-5.96667		Quilono,Quiloño,San Miguel		34	O	33016	
3112571	Quilmas	quilmas	ES	15295	0	Europe/Madrid	42.87301	-9.14037				58	C	15020	
3112573	Quijorna	quijorna	ES	28693	2127	Europe/Madrid	40.42763	-4.05683		Quijorna	28119	29	M	28119	
3112574	Quijas	quijas	ES	39590	0	Europe/Madrid	43.35005	-4.13371		Quijas		39	S	39060	
3112577	Quicena	quicena	ES	22191	271	Europe/Madrid	42.14797	-0.36049			22195	52	HU	22195	
3112580	Ques	ques	ES	33539	0	Europe/Madrid	43.35	-5.38333		Ques,Santa Eulalia		34	O	33049	
3112581	Querúas	queruas	ES	33789	0	Europe/Madrid	43.54958	-6.44176		Queruas,Querúas		34	O	33034	
3112582	Querol	querol	ES	43816	327	Europe/Madrid	41.42293	1.39684		Querol	43120	56	T	43120	43120
3112583	Querol	querol	ES	43816	0	Europe/Madrid	40.56908	-0.02558		Caserio Querol,Caserío Querol,Masia de Querol,Masía de Querol,Querol		60	CS	12080	
3112586	Quer	quer	ES	19209	1008	Europe/Madrid	40.60532	-3.2753		Quer	19230	54	GU	19230	
3112588	Quende	quende	ES	27738	0	Europe/Madrid	43.36631	-7.46086		Quende,Santiago		58	LU	27001	
3112592	Quemada	quemada	ES	09454	257	Europe/Madrid	41.70073	-3.57476			09279	55	BU	09279	
3112593	Quel	quel	ES	26570	2018	Europe/Madrid	42.22979	-2.05196		Kel,Kel',Quel,Кель,Կել	26120	27	LO	26120	
3112595	Quejo	quejo	ES	01427	0	Europe/Madrid	43.49667	-3.54806				39	S	39006	
3112596	Quejo	quejo	ES	01427	0	Europe/Madrid	43.37714	-5.94097		Quejo		34	O	33054	
3112597	Quejigal	quejigal	ES	02448	0	Europe/Madrid	40.88342	-5.96909		Anejigal,Quejigal		55	SA	37079	
3112598	Kexaa / Quejana	quejana	ES	01477	0	Europe/Madrid	43.07729	-3.07325		Kexaa,Quejana		59	VI	01010	
3112609	Queixeiro	queixeiro	ES	27578	0	Europe/Madrid	42.75	-7.88333		San Pedro		58	LU	27003	
3112610	Queixas	queixas	ES	17746	0	Europe/Madrid	43.15	-8.46667		Santa Maria,Santa María		58	C	15024	
3112613	Queixa	queixa	ES	32768	0	Europe/Madrid	42.24342	-7.42507		Queija,Santa Cruz		58	OR	32029	
3112620	Puyarruego	puyarruego	ES	22363	0	Europe/Madrid	42.50713	0.1266				52	HU	22189	
3112621	Pusmazán	pusmazan	ES	32336	0	Europe/Madrid	42.3645	-6.86717		Pusmazan,Pusmazán		58	OR	32017	
3112622	Purujosa	purujosa	ES	50268	60	Europe/Madrid	41.68259	-1.76519		Purujosa	50221	52	Z	50221	
3112629	Purón	puron	ES	33596	0	Europe/Madrid	43.38545	-4.70787		Puron,Purón		34	O	33036	
3112630	Puras de Villafranca	puras-de-villafranca	ES	09258	0	Europe/Madrid	42.37843	-3.24261		Puras de Villafranca		55	BU	09048	
3112631	Puras	puras	ES	47419	62	Europe/Madrid	41.18333	-4.65		Puras	47126	55	VA	47126	
3112632	Puntarás	puntaras	ES	33818	0	Europe/Madrid	43.08236	-6.55171		Puntaras,Puntarás		34	O	33011	
3112644	Pumarín	pumarin	ES	24525	33	Europe/Madrid	43.55	-7.16667				58	LU	27005	
3112645	Pumarín	pumarin	ES	24525	0	Europe/Madrid	43.52584	-5.67654				34	O	33024	
3112646	Pumarín	pumarin	ES	24525	0	Europe/Madrid	43.46651	-5.18168				34	O	33013	
3112647	Pumarín	pumarin	ES	24525	0	Europe/Madrid	43.36667	-5.7		Pumarin,Pumarín		34	O	33066	
3112648	Pumarín	pumarin	ES	24525	0	Europe/Madrid	42.70313	-6.90358		Pumarin,Pumarín		55	LE	24009	
3112650	Pumareña	pumarena	ES	39583	0	Europe/Madrid	43.18355	-4.58243		Pumarena,Pumareña		39	S	39022	
3112651	Pumarejo de Tera	pumarejo-de-tera	ES	49626	0	Europe/Madrid	41.97277	-6.02919		Pumarejo,Pumarejo de Tera		55	ZA	49116	
3112655	Pumarada	pumarada	ES	33865	0	Europe/Madrid	43.2163	-5.5481		Pomarada,Pumarada		34	O	33032	
3112658	Pujayo	pujayo	ES	39420	0	Europe/Madrid	43.12562	-4.08638		Pujayo		39	S	39010	
3112659	Pujarnol	pujarnol	ES	17834	0	Europe/Madrid	42.10143	2.71174		Pujarnol		56	GI	17137	
3112661	Pujalt	pujalt	ES	08282	197	Europe/Madrid	41.7171	1.42088		Pujalt	08176	56	B	08176	
3112662	Pujals dels Pagesos	pujals-dels-pagesos	ES	17844	0	Europe/Madrid	42.11138	2.81924		Pujals dels Pagesos		56	GI	17056	
3112663	Pujals dels Cavallers	pujals-dels-cavallers	ES	17844	0	Europe/Madrid	42.10542	2.81867		Pujals dels Cavallers		56	GI	17056	
3112668	Puigverd de Lleida	puigverd-de-lleida	ES	25153	0	Europe/Madrid	41.53333	0.73333		Puigverd de Lleida,Puigvert de Lerida,Puigvert de Lèrida,Puigvert de Lérida		56	L	25067	
3112669	Puigverd d'Agramunt	puigverd-d-agramunt	ES	25318	0	Europe/Madrid	41.76667	1.13333		Puigverd d'Agramunt,Puigvert de Agramunt		56	L	25157	
3112670	Puig-reig	puig-reig	ES	08692	0	Europe/Madrid	41.96667	1.88333		Puig-reig,Puigreig	08175	56	B	08175	
3112671	Puigpelat	puigpelat	ES	43812	765	Europe/Madrid	41.27899	1.29713		Puigpelat	43119	56	T	43119	
3112672	Puigmoltó	puigmolto	ES	08810	0	Europe/Madrid	41.24989	1.76892		Puigmolto,Puigmoltó		56	B	08270	
3112674	Puiggròs	puiggros	ES	25420	0	Europe/Madrid	41.55	0.9		Puig-Gros,Puig-Grós,Puiggros,Puiggròs		56	L	25029	
3112677	Puigdelfí	puigdelfi	ES	43155	0	Europe/Madrid	41.19479	1.23637		Puigdelfi,Puigdelfí		56	T	43144	
3112678	Puigdàlber	puigdalber	ES	08797	0	Europe/Madrid	41.4	1.7		Puigdalba,Puigdalber,Puigdàlber		56	B	08304	
3112679	Puigcerver	puigcerver	ES	25514	0	Europe/Madrid	42.31871	0.9462		Puigcerver		56	L	25234	
3112680	Puigcerdà	puigcerda	ES	17520	8845	Europe/Madrid	42.4316	1.92819	1521	Puigcerda,Puigcerdà	17141	56	GI	17141	17141
3112681	Puibolea	puibolea	ES	22161	0	Europe/Madrid	42.25199	-0.51071		Puibolea		52	HU	22904	
3112683	Puga	puga	ES	32940	0	Europe/Madrid	42.32733	-8.00779		Puga		58	OR	32081	
3112684	Pueyo de Santa Cruz	pueyo-de-santa-cruz	ES	22416	326	Europe/Madrid	41.85799	0.1566		Puidemoros	22193	52	HU	22193	
3112685	Pueyo de Marguillén	pueyo-de-marguillen	ES	22588	0	Europe/Madrid	42.1419	0.36191				52	HU	22117	
3112686	Pueyo de Fañanás	pueyo-de-fananas	ES	22135	0	Europe/Madrid	42.06468	-0.26056		Pueyo de Fananas,Pueyo de Fañanás		52	HU	22015	
3112687	Pueyo	pueyo	ES	31394	321	Europe/Madrid	42.56506	-1.64826		Pueyo	31207	32	NA	31207	
3112689	Puerto Seguro	puerto-seguro	ES	37488	99	Europe/Madrid	40.82718	-6.76109		Puerto Seguro	37264	55	SA	37264	
3112691	Puertomingalvo	puertomingalvo	ES	44411	197	Europe/Madrid	40.2643	-0.45756		Puertomingalvo	44193	52	TE	44193	
3112694	Puértolas	puertolas	ES	22362	226	Europe/Madrid	42.54748	0.13214			22189	52	HU	22189	
3112794	Puebla de Arenoso	puebla-de-arenoso	ES	12428	155	Europe/Madrid	40.1	-0.58333		La Pobla d'Arenos,Puebla de Arenoso	12092	60	CS	12092	
3112697	Puerto de Vega	puerto-de-vega	ES	33790	0	Europe/Madrid	43.56376	-6.64778		La Vega,Puerto de Vega,Santa Maria de Puerto de Vega,Santa María de Puerto de Vega,Vega,Vega de Pas		34	O	33041	
3112699	Porto do Barqueiro	porto-do-barqueiro	ES	15337	0	Europe/Madrid	43.73724	-7.70459		Barquero,El Barquero,Puerto del Barquero		58	C	15044	
3112700	el Port de la Selva	el-port-de-la-selva	ES	17489	980	Europe/Madrid	42.33691	3.20492		El Port de la Selva,el Port de la Selva		56	GI	17140	
3112701	Puerto de la Calderilla	puerto-de-la-calderilla	ES	37607	0	Europe/Madrid	40.63606	-6.06231		Caserio Puerto de la Calderilla,Caserío Puerto de la Calderilla,Puerto de la Calderilla		55	SA	37320	
3112702	Puerto de Béjar	puerto-de-bejar	ES	37720	424	Europe/Madrid	40.35052	-5.83756		Puerto de Bejar,Puerto de Béjar	37263	55	SA	37263	
3112703	Puerto Castilla	puerto-castilla	ES	05621	145	Europe/Madrid	40.288	-5.62366		Puerto Castilla	05192	55	AV	05192	
3112708	Puerto	puerto	ES	15177	0	Europe/Madrid	43.31919	-5.93476				34	O	33044	
3112709	Puerto	puerto	ES	15177	0	Europe/Madrid	43.15	-9.11667		Puerto,San Pedro		58	C	15016	
3112710	Puertas	puertas	ES	37159	0	Europe/Madrid	43.39903	-4.68604				34	O	33036	
3112711	Puertas	puertas	ES	37159	0	Europe/Madrid	43.32992	-4.8787				34	O	33008	
3112712	Puertas	puertas	ES	37159	83	Europe/Madrid	41.09681	-6.28752		Puertas	37262	55	SA	37262	
3112714	Puercas	puercas	ES	49559	0	Europe/Madrid	41.75011	-6.12158		Puercas		55	ZA	49087	
3112717	Puente Viesgo	puente-viesgo	ES	39670	2558	Europe/Madrid	43.29815	-3.96817		Puehnte-V'esgo,Puente Viesgo,Puente-Vesgo,bwynty faysjw,peng te wei ye si ge,Пуенте-Вєсго,Пуэнте-Вьесго,بوينتي فايسجو,蓬特维耶斯戈	39056	39	S	39056	
3112720	Puentetoma	puentetoma	ES	34813	0	Europe/Madrid	42.74597	-4.17119		Puentetoma		55	P	34004	
3112722	Puentes de Amaya	puentes-de-amaya	ES	09136	0	Europe/Madrid	42.65685	-4.1968		Puentes de Amaya		55	BU	09373	
3112723	Puente San Miguel	puente-san-miguel	ES	39530	0	Europe/Madrid	43.36151	-4.08623		Puente de San Miguel		39	S	39060	
3112725	Puente Pumar	puente-pumar	ES	39556	0	Europe/Madrid	43.10976	-4.40447		Puente Pomar,Puente Pumar		39	S	39053	
3112727	Puente Nuevo	puente-nuevo	ES	05278	0	Europe/Madrid	43.39704	-4.91204		Puente Nuevo		34	O	33036	
3112728	Puente Nuevo	puente-nuevo	ES	05278	3199	Europe/Madrid	43.34948	-7.19458		A Pontenova,Puente Nuevo		58	LU	27048	
3112730	Puentenansa	puentenansa	ES	39554	0	Europe/Madrid	43.25348	-4.4067		Puentenansa		39	S	39063	
3112732	Puente la Reina	puente-la-reina	ES	22753	2577	Europe/Madrid	42.67291	-1.81412		Gares,Pons Reginae,Pont de la Reina,Puehnte-la-Rejna,Puent de la Reina,Puente La Reina,Puente La Reina – Gares,Puente de la Reina,Puente la Reina-Gares,Puente-la-Rejna,peng te la lei na,Пуенте-ла-Рейна,Пуэнте-ла-Рейна,プエンテ・ラ・レイナ,蓬特拉雷纳		32	NA	31206	
3112734	Puentedura	puentedura	ES	09347	116	Europe/Madrid	42.04134	-3.58227		Puentedura	09277	55	BU	09277	
3112735	Puente Duero	puente-duero	ES	47152	0	Europe/Madrid	41.55407	-4.79217		Puente Duero		55	VA	47186	
3112736	Puentedey	puentedey	ES	09557	0	Europe/Madrid	42.9745	-3.68582		Puentedey		55	BU	09216	
3112739	Pontedeume	pontedeume	ES	15600	0	Europe/Madrid	43.40779	-8.17211				58	C	15069	
3112740	Puente de Sabiñánigo	puente-de-sabinanigo	ES	22609	0	Europe/Madrid	42.50096	-0.36397		El Puente de Sabinanigo,El Puente de Sabiñanigo,El Puente de Sardas		52	HU	22199	
3112744	Puente de los Fierros	puente-de-los-fierros	ES	33693	0	Europe/Madrid	43.07012	-5.76861		Puente Los Fierros,Puente de los Fierros,Veguellina		34	O	33033	
3112745	Puente del Congosto	puente-del-congosto	ES	37748	270	Europe/Madrid	40.49041	-5.52628		Puente del Congosto	37261	55	SA	37261	
3112751	Puente de Alba	puente-de-alba	ES	24649	0	Europe/Madrid	42.81953	-5.62782		Puente de Alba		55	LE	24134	
3112754	Ponteceso	ponteceso	ES	15110	0	Europe/Madrid	43.24326	-8.90081				58	C	15068	
3112755	Puentecastro	puentecastro	ES	33876	0	Europe/Madrid	43.23948	-6.35457		Puentecastro		34	O	33073	
3112759	Puente-Avios	puente-avios	ES	39350	0	Europe/Madrid	43.40708	-4.07635		Puente-Avios		39	S	39085	
3112762	Puente-Almuhey	puente-almuhey	ES	24880	0	Europe/Madrid	42.78671	-4.97306		Puente-Almuhey		55	LE	24183	
3112763	Puente Agüero	puente-aguero	ES	39719	0	Europe/Madrid	43.4053	-3.7169				39	S	39028	
3112770	Puendeluna	puendeluna	ES	50614	67	Europe/Madrid	42.15252	-0.7577		Puen de Luna,Puendeluna		52	Z	50220	
3112771	Puelles	puelles	ES	33312	0	Europe/Madrid	43.44733	-5.51317		Puelles		34	O	33076	
3112774	Pueblica de Valverde	pueblica-de-valverde	ES	49697	267	Europe/Madrid	41.91843	-5.89975		Pueblica de Valverde	49167	55	ZA	49167	
3112777	Puebla de Yeltes	puebla-de-yeltes	ES	37606	217	Europe/Madrid	40.62528	-6.1815		Puebla de Yeltes	37260	55	SA	37260	
3112778	Puebla de Vallés	puebla-de-valles	ES	19225	90	Europe/Madrid	40.92532	-3.30018		Puebla de Valles,Puebla de Vallés		54	GU	19229	
3112781	Puebla de San Miguel	puebla-de-san-miguel	ES	46140	68	Europe/Madrid	40.05	-1.13333		La Pobla de Sant Miquel,La Puebla de Sant Miguel,Puebla de San Miguel,Puebla-de-San-Migel',Puehbla-de-San-Migel',pu ai fu la de sheng mi ge er,Пуебла-де-Сан-Мігель,Пуэбла-де-Сан-Мигель,普埃夫拉德圣米格尔	46201	60	V	46201	
3112782	Puebla de San Medel	puebla-de-san-medel	ES	37791	53	Europe/Madrid	40.51073	-5.73673		Puebla de San Medel	37259	55	SA	37259	
3112784	Puebla de Sanabria	puebla-de-sanabria	ES	49300	1615	Europe/Madrid	42.05401	-6.6335		Pobra de Seabra,Puebla de Sanabria,Puebla-de-Sanabrija,Puehbla-de-Sanabria,pu ai fu la de sa na fu li ya,Пуебла-де-Санабрія,Пуэбла-де-Санабриа,プエブラ・デ・サナブリア,普埃夫拉德萨纳夫里亚	49166	55	ZA	49166	
3112785	Puebla de Pedraza	puebla-de-pedraza	ES	40184	90	Europe/Madrid	41.20557	-3.91378		Puebla de Pedraza	40163	55	SG	40163	
3112786	Puebla de Lillo	puebla-de-lillo	ES	24855	673	Europe/Madrid	43.00691	-5.27387		Lillo	24121	55	LE	24121	
3112789	Puebla de Eca	puebla-de-eca	ES	42222	0	Europe/Madrid	41.36182	-2.33781		Puebla de Eca		55	SO	42018	
3112792	Puebla de Beleña	puebla-de-belena	ES	19229	55	Europe/Madrid	40.88794	-3.21624		Puebla de Belena,Puebla de Beleña	19228	54	GU	19228	
3112793	Puebla de Azaba	puebla-de-azaba	ES	37553	253	Europe/Madrid	40.44732	-6.74616		Puebla de Azaba,Puebla-de-Asaba,Puehbla-de-Asaba,pu ai fu la de ya sa wa,Пуебла-де-Асаба,Пуэбла-де-Асаба,普埃夫拉德亚萨瓦	37258	55	SA	37258	
3112796	Puebla de Albortón	puebla-de-alborton	ES	50137	150	Europe/Madrid	41.38517	-0.85558		Aebura,Ebora,Puebla de Alborton,Puebla de Albortón	50218	52	Z	50218	
3112801	Púbol	pubol	ES	17120	141	Europe/Madrid	42.0136	2.98262		Pubol,Púbol		56	GI	17130	
3112805	Pruneda	pruneda	ES	33529	0	Europe/Madrid	43.37547	-5.47332		Pruneda		34	O	33040	
3112806	Prunales	prunales	ES	33585	0	Europe/Madrid	43.36517	-5.21926		Prunales		34	O	33045	
3112807	Prullans	prullans	ES	25727	231	Europe/Madrid	42.37877	1.73773	1082			56	L	25051	
3112808	Pruit	pruit	ES	08569	0	Europe/Madrid	42.04282	2.45476		Pruit		56	B	08901	08901
3112810	Pronga	pronga	ES	33129	0	Europe/Madrid	43.46682	-6.10281		Pronga		34	O	33051	
3112813	Progo	progo	ES	32611	0	Europe/Madrid	41.94122	-7.28491		Progo		58	OR	32071	
3112814	Prógalo	progalo	ES	27233	0	Europe/Madrid	42.98333	-7.66667		Progalo,Prógalo,Santiago		58	LU	27028	
3112816	Proendos	proendos	ES	27460	0	Europe/Madrid	42.45124	-7.58284		Proendos		58	LU	27059	
3112819	Proaza	proaza	ES	33114	789	Europe/Madrid	43.25178	-6.01633		Proasa,Proaza,brwatha,pryasa,pu luo a sa,Проаса,برواثا,پرئاسا,普罗阿萨	33052	34	O	33052	
3112820	Proaño	proano	ES	39210	0	Europe/Madrid	43.02949	-4.25368		Proano,Proaño		39	S	39032	
3112821	Proacina	proacina	ES	33114	0	Europe/Madrid	43.23913	-6.04469		Proacina		34	O	33052	
3112822	Prioro	prioro	ES	24885	433	Europe/Madrid	42.89481	-4.96349		Prioro	24120	55	LE	24120	
3112828	Prío	prio	ES	39569	0	Europe/Madrid	43.3655	-4.49753				39	S	39095	
3112831	Primout	primout	ES	24479	0	Europe/Madrid	42.79695	-6.42343		Primout		55	LE	24110	
3112834	Primajas	primajas	ES	24856	0	Europe/Madrid	42.92993	-5.19179		Primajas		55	LE	24129	
3112837	Priesca	priesca	ES	33557	0	Europe/Madrid	43.48512	-5.35858		San Salvador		34	O	33076	
3112838	Priesca	priesca	ES	33557	0	Europe/Madrid	43.25298	-5.19295		Priesca		34	O	33050	
3112839	Priero	priero	ES	33867	0	Europe/Madrid	43.43458	-6.25197		Priero		34	O	33059	
3112841	Priego	priego	ES	16800	1055	Europe/Madrid	40.44936	-2.31435		Priego	16170	54	CU	16170	
3112842	Priede	priede	ES	33584	0	Europe/Madrid	43.34362	-5.26058		Priede		34	O	33049	
3112843	Priaranza del Bierzo	priaranza-del-bierzo	ES	24448	844	Europe/Madrid	42.50978	-6.67017		Priaranza del Bierzo	24119	55	LE	24119	
3112844	Priaranza de la Valduerna	priaranza-de-la-valduerna	ES	24721	0	Europe/Madrid	42.33181	-6.19851		Priaranza de la Valduerna,Prioranza de la Valduerna		55	LE	24091	
3112845	Prianes	prianes	ES	33119	0	Europe/Madrid	43.37608	-5.96897		Prianes		34	O	33044	
3112846	Priandi	priandi	ES	33528	0	Europe/Madrid	43.35	-5.51667		Priandi,Santo Tomas,Santo Tomás		34	O	33040	
3112847	Pría	pria	ES	33591	0	Europe/Madrid	43.44518	-4.97454		Pria,Pría,San Pedro		34	O	33036	
3112848	Prezanes	prezanes	ES	39108	0	Europe/Madrid	43.45373	-3.90995		Prezanes		39	S	39073	
3112849	Prevesos	prevesos	ES	27257	0	Europe/Madrid	43.21245	-7.3678		Prevesos,San Esteban		58	LU	27010	
3112853	Presqueira	presqueira	ES	32701	0	Europe/Madrid	42.21704	-7.67889		Pesqueira		58	OR	32007	
3112854	Presno	presno	ES	33778	0	Europe/Madrid	43.46244	-6.99638		Presno		34	O	33017	
3112855	Presillas	presillas	ES	09233	0	Europe/Madrid	42.85354	-3.88063		Presillas		55	BU	09011	
3112856	Presencio	presencio	ES	09228	224	Europe/Madrid	42.18656	-3.90135			09275	55	BU	09275	
3112861	Presa	presa	ES	48891	0	Europe/Madrid	43.20122	-3.39715		Presa		59	BI	48022	
3112862	Prendonés	prendones	ES	33759	35	Europe/Madrid	43.53333	-6.86667		Prendones,Prendonés		34	O	33023	
3112863	Prendes	prendes	ES	33438	0	Europe/Madrid	43.56667	-5.75		Prendes,Santa Maria,Santa Maria de Prendes,Santa María,Santa María de Prendes		34	O	33014	
3112864	Premoño	premono	ES	33190	0	Europe/Madrid	43.39565	-5.99319		Premono,Premoño		34	O	33054	
3112865	Premió	premio	ES	33190	0	Europe/Madrid	43.4684	-5.94768		Premio,Premió		34	O	33035	
3112866	Premià de Mar	premia-de-mar	ES	08330	27399	Europe/Madrid	41.49206	2.36524		Premia de Mar,Premija-de-Mar,Premià de Mar,Премия-де-Мар	08172	56	B	08172	
3112867	Prelo	prelo	ES	33728	0	Europe/Madrid	43.40846	-6.80633		Prelo		34	O	33007	
3112868	Prellezo	prellezo	ES	39548	0	Europe/Madrid	43.38688	-4.44819		Prellezo		39	S	39095	
3112869	Préjano	prejano	ES	26589	191	Europe/Madrid	42.18648	-2.17998		Prejano,Préjano	26119	27	LO	26119	
3112870	Preixens	preixens	ES	25316	509	Europe/Madrid	41.7964	1.05057		Preixens		56	L	25003	
3112871	Preixana	preixana	ES	25263	403	Europe/Madrid	41.60748	1.03831		Preixana,Reixana		56	L	25050	
3112875	Pravia	pravia	ES	33120	0	Europe/Madrid	43.48861	-6.1117		Pravia,Pravija,brafya,prabya,pu la wei ya,Правиа,Правія,برافيا,پرابیا,普拉维亚	33051	34	O	33051	
3112876	Praves	praves	ES	39730	0	Europe/Madrid	43.4125	-3.6006		Praves		39	S	39031	
3112878	Prats de Lluçanès	prats-de-llucanes	ES	08513	0	Europe/Madrid	42.01667	2.03333		Prat de Llusanes,Prat de Llusanés,Prats de Llucanes,Prats de Llusanas,Prats de Llusanes,Prats de Llusanás,Prats de Llusanés,Prats de Lluçanès	08171	56	B	08171	
3112879	Pratdip	pratdip	ES	43320	675	Europe/Madrid	41.05191	0.87135				56	T	43150	
3112881	Prat de Comte	prat-de-comte	ES	43595	0	Europe/Madrid	40.98333	0.4		Prat de Compte,Prat de Comte		56	T	43032	
3112882	Prases	prases	ES	39697	0	Europe/Madrid	43.2457	-3.9477		Prases		39	S	39026	
3112883	Prámaro	pramaro	ES	33156	0	Europe/Madrid	43.55237	-6.22806		Pramaro,Prámaro		34	O	33021	
3112891	Prados Redondos	prados-redondos	ES	19352	149	Europe/Madrid	40.78505	-1.79329		Prados Redondos	19227	54	GU	19227	
3112893	Pradosegar	pradosegar	ES	05560	230	Europe/Madrid	40.5502	-5.07015		Pradosegar	05191	55	AV	05191	
3112903	Pradorrey	pradorrey	ES	24714	0	Europe/Madrid	42.4959	-6.12007				55	LE	24023	
3112906	Pradomao	pradomao	ES	32748	0	Europe/Madrid	42.34061	-7.52918		Pradomao		58	OR	32057	
3112907	Pradoluengo	pradoluengo	ES	09260	1643	Europe/Madrid	42.32484	-3.20284		Pradoluengo	09274	55	BU	09274	
3112909	Pradolongo	pradolongo	ES	32368	0	Europe/Madrid	42.24891	-7.08253		Pradolongo		58	OR	32083	
3112910	Pradolamata	pradolamata	ES	09515	0	Europe/Madrid	42.87671	-3.45813		Pradolamata		55	BU	09213	
3113011	Pozo de Guadalajara	pozo-de-guadalajara	ES	19161	752	Europe/Madrid	40.49533	-3.1814		Pozo de Guadalajara	19225	54	GU	19225	
3112916	Prado de la Guzpeña	prado-de-la-guzpena	ES	24893	131	Europe/Madrid	42.78309	-5.02554		Prado,Prado de la Guzpena,Prado de la Guzpeña	24118	55	LE	24118	
3112919	Pradocabalos	pradocabalos	ES	32560	0	Europe/Madrid	42.12627	-7.12826		Pradocabalos,Santa Maria de Pradocabalos,Santa María de Pradocabalos		58	OR	32086	
3112930	Prado	prado	ES	03658	0	Europe/Madrid	43.46177	-5.18889				34	O	33013	
3112931	Prado	prado	ES	03658	0	Europe/Madrid	43.38405	-7.17515				34	O	33063	
3112932	Prado	prado	ES	03658	0	Europe/Madrid	43.31667	-4.86667		Prado,San Roque		34	O	33008	
3112933	Prado	prado	ES	03658	0	Europe/Madrid	43.18364	-6.1116				34	O	33072	
3112934	Prado	prado	ES	03658	0	Europe/Madrid	43.04624	-9.21067				58	C	15052	
3112935	Prado	prado	ES	03658	0	Europe/Madrid	43.01667	-7.81667		Prado,San Martin,San Martín		58	LU	27020	
3112936	Prado	prado	ES	03658	161	Europe/Madrid	42.68333	-8.18333				58	PO	36024	
3112937	Prado	prado	ES	03658	0	Europe/Madrid	42.321	-8.05788				58	OR	32022	
3112938	Prado	prado	ES	03658	0	Europe/Madrid	42.28333	-8.3		Prado,San Salvador		58	PO	36013	
3112939	Prado	prado	ES	03658	98	Europe/Madrid	42.25879	-7.00073		Prado,Prados		58	OR	32083	
3112940	Prado	prado	ES	03658	0	Europe/Madrid	42.2	-8.5		Prado,San Nicolas,San Nicolás		58	PO	36042	
3112941	Prado	prado	ES	03658	0	Europe/Madrid	42.13451	-7.5222				58	OR	32089	
3112942	Prado	prado	ES	03658	0	Europe/Madrid	41.93429	-7.98878				58	OR	32051	
3112943	Prado	prado	ES	03658	0	Europe/Madrid	41.92077	-5.42027		Prado	49165	55	ZA	49165	
3112945	Pradillo	pradillo	ES	26122	63	Europe/Madrid	42.1766	-2.64185		Pradillo	26118	27	LO	26118	
3112946	Pradilla de Hoz de Arreba	pradilla-de-hoz-de-arreba	ES	09572	0	Europe/Madrid	42.92614	-3.74994				55	BU	09413	
3112947	Pradilla de Ebro	pradilla-de-ebro	ES	50668	644	Europe/Madrid	41.86111	-1.26325		Pradilla de Ebro	50217	52	Z	50217	
3112949	Pradilla	pradilla	ES	19391	0	Europe/Madrid	42.65853	-6.53275		Pradilla		55	LE	24169	
3112950	Pradilla	pradilla	ES	19391	0	Europe/Madrid	40.79186	-1.82905		Pradilla		54	GU	19227	
3112952	Pradiás	pradias	ES	33810	0	Europe/Madrid	43.0504	-6.81463		Pradias,Pradiás		34	O	33028	
3112953	Prades	prades	ES	43364	0	Europe/Madrid	41.30983	0.98866		Prades	43116	56	T	43116	
3112955	Pradenilla	pradenilla	ES	40165	0	Europe/Madrid	41.16213	-3.68349		Pradenilla		55	SG	40162	
3112956	Prádena del Rincón	pradena-del-rincon	ES	28191	115	Europe/Madrid	41.04414	-3.54075		Pradena del Rincon,Prádena del Rincón	28117	29	M	28117	
3112957	Prádena de Atienza	pradena-de-atienza	ES	19243	48	Europe/Madrid	41.17245	-3.00728		Pradena de Atienza,Prádena de Atienza	19226	54	GU	19226	
3112959	Prádena	pradena	ES	40165	542	Europe/Madrid	41.13911	-3.68823		Pradena,Prádena	40162	55	SG	40162	
3112960	Pradell	pradell	ES	25316	0	Europe/Madrid	41.79736	1.03175		Pradell,Pradell de Sio,Pradell de Sió		56	L	25003	
3112961	Pradell de la Teixeta	pradell-de-la-teixeta	ES	43774	0	Europe/Madrid	41.15659	0.87616				56	T	43115	
3112963	Pradela	pradela	ES	24523	0	Europe/Madrid	42.66125	-6.86492		Pradela		55	LE	24171	
3112966	Pradejón	pradejon	ES	26510	3546	Europe/Madrid	42.33446	-2.06851		Pradejon,Pradejón,Pradekhon,Pradexon,pu la de hong,Прадехон,Պրադեխոն,普拉德洪	26117	27	LO	26117	
3112968	Prádanos de Ojeda	pradanos-de-ojeda	ES	34486	204	Europe/Madrid	42.68156	-4.34659		Pradanos de Ojeda,Prádanos de Ojeda	34139	55	P	34139	
3112969	Prádanos del Tozo	pradanos-del-tozo	ES	09126	0	Europe/Madrid	42.7	-4.11667		Pradanos del Tozo,Prádanos del Tozo		55	BU	09415	
3112970	Prádanos de Bureba	pradanos-de-bureba	ES	09248	61	Europe/Madrid	42.50264	-3.34752		Pradanos de Bureba,Prádanos de Bureba	09273	55	BU	09273	
3112972	Pradales	pradales	ES	40540	59	Europe/Madrid	41.45555	-3.70753		Pradales	40161	55	SG	40161	
3112981	Pozuelos del Rey	pozuelos-del-rey	ES	34349	0	Europe/Madrid	42.26788	-4.9805				55	P	34206	
3112982	Pozuelo de Zarzón	pozuelo-de-zarzon	ES	10813	598	Europe/Madrid	40.14805	-6.41458		Pocuelu Carcon,Posuehlo-de-Sarson,Posuelo-de-Sarson,Pozuelo de Zarzon,Pozuelo de Zarzón,Poçuelu Çarçón,bo su ai luo de sa er song,bwzylw dy zarzwn,Посуело-де-Сарсон,Посуэло-де-Сарсон,بوزيلو دي زارزون,波苏埃洛德萨尔松	10152	57	CC	10152	
3112983	Pozuelo de Vidriales	pozuelo-de-vidriales	ES	49621	0	Europe/Madrid	42.04279	-5.96081		Pozuelo de Vidriales		55	ZA	49206	
3112984	Pozuelo de Tábara	pozuelo-de-tabara	ES	49148	211	Europe/Madrid	41.78502	-5.89455		Pozuelo de Tabara,Pozuelo de Tábara	49164	55	ZA	49164	
3112985	Pozuelo del Rey	pozuelo-del-rey	ES	28813	323	Europe/Madrid	40.36463	-3.31699		Pozuelo del Rey	28116	29	M	28116	
3112986	Pozuelo del Páramo	pozuelo-del-paramo	ES	24796	537	Europe/Madrid	42.17101	-5.76813		Pozuelo del Paramo,Pozuelo del Páramo	24117	55	LE	24117	
3112987	Pozuelo de la Orden	pozuelo-de-la-orden	ES	47831	78	Europe/Madrid	41.82138	-5.25891		Pozuelo de la Orden	47125	55	VA	47125	
3112988	Pozuelo de Aragón	pozuelo-de-aragon	ES	50529	332	Europe/Madrid	41.7643	-1.42305		Pozuelo de Aragon,Pozuelo de Aragón	50216	52	Z	50216	
3112989	Pozuelo de Alarcón	pozuelo-de-alarcon	ES	28223	82428	Europe/Madrid	40.43293	-3.81338		Posuehlo-de-Alarkon,Posuelo-de-Alarkon,Pozolum,Pozuelo,Pozuelo de Alarcon,Pozuelo de Alarcón,Pozuelo de Alarkon,bo su ai luo de ya la er kong,bwzwylw dy alarkwn,posuellodeallaleukon,Позуело де Аларкон,Посуело-де-Аларкон,Посуэло-де-Аларкон,بوزويلو دي الاركون,波苏埃洛德亚拉尔孔,포수엘로데알라르콘	28115	29	M	28115	
3112994	Pozuelo	pozuelo	ES	02327	0	Europe/Madrid	41.40838	-3.05945				55	SO	42053	
3112995	Pozuel del Campo	pozuel-del-campo	ES	44315	111	Europe/Madrid	40.77125	-1.50575		Pozuel del Campo	44190	52	TE	44190	
3112996	Pozuel de Ariza	pozuel-de-ariza	ES	42269	31	Europe/Madrid	41.35	-2.15		Pozuel de Ariza,Pozuelo de Ariza	50215	52	Z	50215	
3113001	Pozos de Hinojo	pozos-de-hinojo	ES	37216	62	Europe/Madrid	40.91303	-6.41144		Pozos de Hinojo	37257	55	SA	37257	
3113003	Pozos	pozos	ES	24738	0	Europe/Madrid	42.28053	-6.32821		Pozos		55	LE	24172	
3113005	Pozo Negro	pozo-negro	ES	35639	5	Europe/Madrid	42.65	-9.03333				58	C	15071	
3113006	Pozondón	pozondon	ES	44368	100	Europe/Madrid	40.56112	-1.47033		Pozondon,Pozondón	44189	52	TE	44189	
3113009	Pozo de Urama	pozo-de-urama	ES	34347	45	Europe/Madrid	42.25438	-4.89389			34137	55	P	34137	
3113012	Pozo de Almoguera	pozo-de-almoguera	ES	19112	152	Europe/Madrid	40.3403	-3.02638		Pozo de Almoguera	19224	54	GU	19224	
3113013	Pozobal	pozobal	ES	33909	0	Europe/Madrid	43.28001	-5.68948		Pozobal		34	O	33031	
3113014	Pozoantiguo	pozoantiguo	ES	49835	293	Europe/Madrid	41.5973	-5.4366		Pozoantiguo	49163	55	ZA	49163	
3113021	Pozán de Vero	pozan-de-vero	ES	22313	241	Europe/Madrid	42.08219	0.03066		Pozan de Vero,Pozán de Vero	22186	52	HU	22186	
3113022	Pozancos	pozancos	ES	19265	0	Europe/Madrid	42.71477	-4.22894		Pozancos		55	BU	09306	
3113023	Pozancos	pozancos	ES	19265	0	Europe/Madrid	41.11163	-2.66124		Pozancos		54	GU	19257	
3113025	Pozanco	pozanco	ES	05292	51	Europe/Madrid	40.80095	-4.66772		Pozanco	05190	55	AV	05190	
3113026	Pozalmuro	pozalmuro	ES	42112	101	Europe/Madrid	41.77449	-2.10215		Pozalmuro	42142	55	SO	42142	
3113028	Pozáldez	pozaldez	ES	47220	496	Europe/Madrid	41.37154	-4.84418		Pozaldez,Pozáldez		55	VA	47124	
3113029	Pozal de Gallinas	pozal-de-gallinas	ES	47450	505	Europe/Madrid	41.31831	-4.83936		Pozal de Gallinas	47123	55	VA	47123	
3113030	Poza de la Vega	poza-de-la-vega	ES	34111	266	Europe/Madrid	42.57823	-4.79845		Poza de la Vega	34136	55	P	34136	
3113031	Poza de la Sal	poza-de-la-sal	ES	09246	383	Europe/Madrid	42.66542	-3.5014		Posa-de-la-Sal',Poza de la Sal,Poza de la Sol,bo sa de la sa er,bwza dy la sal,Поса-де-ла-Саль,بوزا دي لا سال,波萨德拉萨尔	09272	55	BU	09272	
3113037	Poyatos	poyatos	ES	16878	106	Europe/Madrid	40.42327	-2.04954		Poyalos,Poyatos		54	CU	16078	
3113038	Poyales del Hoyo	poyales-del-hoyo	ES	05492	616	Europe/Madrid	40.17254	-5.16597		Poyales del Hoyo	05189	55	AV	05189	
3113040	Poveda de la Sierra	poveda-de-la-sierra	ES	19463	173	Europe/Madrid	40.64329	-2.02905		Poveda,Poveda de la Sierra,Povedo de la Sierra	19223	54	GU	19223	
3113041	Poveda de las Cintas	poveda-de-las-cintas	ES	37406	303	Europe/Madrid	41.04596	-5.26019		Poveda de las Cintas	37256	55	SA	37256	
3113044	Poveda	poveda	ES	05560	80	Europe/Madrid	40.56799	-5.07909		Poveda	05188	55	AV	05188	
3113045	Poutomillos	poutomillos	ES	27233	0	Europe/Madrid	42.96667	-7.66667		Poutomillos,San Martin,San Martín		58	LU	27028	
3113061	Potes	potes	ES	39570	1481	Europe/Madrid	43.15457	-4.62055		Potes,bo te si,bwtys,Потес,بوتيس,波特斯	39055	39	S	39055	
3113066	Posadorio	posadorio	ES	33677	0	Europe/Madrid	43.28333	-6.23333		Pasadorio,Posadoiro,Posadorio		34	O	33005	
3113068	Posadillo	posadillo	ES	39313	0	Europe/Madrid	43.37605	-4.01752		Posadillo		39	S	39054	
3113070	Posadilla de la Vega	posadilla-de-la-vega	ES	24795	0	Europe/Madrid	42.40116	-5.94388		Posadilla de la Vega		55	LE	24144	
3113073	Posadas	posadas	ES	14730	0	Europe/Madrid	42.24395	-3.03859		Posadas,Posatas		27	LO	26061	
3113074	Posada de Valdeón	posada-de-valdeon	ES	24915	503	Europe/Madrid	43.15154	-4.92102			24116	55	LE	24116	
3113075	Posada de Rengos	posada-de-rengos	ES	33811	0	Europe/Madrid	43.05326	-6.61248		Posada de Rengos		34	O	33011	
3113076	Posada de Omaña	posada-de-omana	ES	24133	0	Europe/Madrid	42.79789	-6.18432		Posada de Omana,Posada de Omaña		55	LE	24101	
3113082	Portugalete	portugalete	ES	48920	48105	Europe/Madrid	43.32099	-3.02064		Portu,Portugalete,Portugaleto,Portus Gallorum,bo er tu jia lai te,bwrtghalyty,la villa jarrillera,poruto~ugarete,Португалете,بورتغاليتي,ポルトゥガレテ,波尔图加莱特	48078	59	BI	48078	
3113083	Portugalete	portugalete	ES	48920	0	Europe/Madrid	42.78405	-9.06576		Portugalete		58	C	15053	
3113085	Portosin	portosin	ES	15999	630	Europe/Madrid	42.75802	-8.94911		Portosin		58	C	15071	
3113090	Portomourisco	portomourisco	ES	32371	0	Europe/Madrid	42.34004	-7.13027		Portomourisco		58	OR	32060	
3113095	Portocelo	portocelo	ES	27877	0	Europe/Madrid	43.72262	-7.53352		Portocelo		58	LU	27025	
3113096	Portocamba	portocamba	ES	32626	0	Europe/Madrid	42.06846	-7.36518		Portocamba		58	OR	32021	
3113100	Porto	porto	ES	33796	0	Europe/Madrid	43.51124	-6.73393		Porto		34	O	33018	
3113101	Porto	porto	ES	33796	0	Europe/Madrid	43.43198	-8.16856		Porto,San Martin,San Martín		58	C	15015	
3113102	Porto	porto	ES	33796	0	Europe/Madrid	42.65151	-7.71262				58	LU	27058	
3113103	Porto	porto	ES	33796	0	Europe/Madrid	42.48256	-6.89786		Porto,San Cristobal,San Cristóbal		58	OR	32073	
3113104	Porto	porto	ES	33796	0	Europe/Madrid	42.16737	-6.89934		Porto	49162	55	ZA	49162	
3113105	Porto	porto	ES	33796	0	Europe/Madrid	42.06667	-8.53333		Porto,San Pablo		58	PO	36050	
3113109	Portillo de Soria	portillo-de-soria	ES	42138	17	Europe/Madrid	41.63504	-2.12142		Portillo de Soria	42140	55	SO	42140	
3113111	Portillo	portillo	ES	47160	0	Europe/Madrid	43.3489	-4.441		Portillo		39	S	39095	
3113112	Portillo	portillo	ES	47160	2620	Europe/Madrid	41.47867	-4.58967		Portillo	47122	55	VA	47122	
3113113	Portillo	portillo	ES	47160	0	Europe/Madrid	40.78025	-5.52611		Portillo		55	SA	37118	
3113115	Portillejo	portillejo	ES	34114	0	Europe/Madrid	42.48087	-4.64086		Portillejo		55	P	34143	
3113117	Portilla de Luna	portilla-de-luna	ES	24149	0	Europe/Madrid	42.83327	-5.80948		Portilla de Luna		55	LE	24012	
3113118	Portilla de la Reina	portilla-de-la-reina	ES	24913	0	Europe/Madrid	43.03965	-4.84974		Portilla de la Reina		55	LE	24020	
3113120	Zabalate / Portilla	portilla	ES	01212	0	Europe/Madrid	42.67287	-2.83918		Portilla,Zabalate		59	VI	01062	
3113121	Portilla	portilla	ES	01212	101	Europe/Madrid	40.28957	-2.08178		Portilla	16163	54	CU	16163	
3113127	Portelrubio	portelrubio	ES	42162	0	Europe/Madrid	41.87242	-2.43813		Portelrubio		55	SO	42089	
3113128	Portell de Morella	portell-de-morella	ES	12318	246	Europe/Madrid	40.53267	-0.26249		Portell de Morella	12091	60	CS	12091	
3113129	la Portella	la-portella	ES	25134	0	Europe/Madrid	41.73333	0.65		la Portella		56	L	25008	
3113130	Portell	portell	ES	17832	0	Europe/Madrid	41.74211	1.38405		Portell		56	B	08176	
3113131	Portelárbol	portelarbol	ES	42167	0	Europe/Madrid	41.89841	-2.41277		Portelarbol,Portelárbol		55	SO	42019	
3113139	Portela de Aguiar	portela-de-aguiar	ES	24569	0	Europe/Madrid	42.50663	-6.87423				55	LE	24165	
3113144	Portbou	portbou	ES	17497	1400	Europe/Madrid	42.4265	3.15805		Portbou,Portbu,Портбу		56	GI	17138	
3113149	Portalrubio	portalrubio	ES	44730	0	Europe/Madrid	40.81833	-1.02859		Portalrubio		52	TE	44177	
3113153	Porrúa	porrua	ES	33509	0	Europe/Madrid	43.41179	-4.80143		Porrua,Porrúa		34	O	33036	
3113161	Porrera	porrera	ES	43739	506	Europe/Madrid	41.18883	0.85608		Porrera		56	T	43055	
3113165	Porqueriza	porqueriza	ES	33936	0	Europe/Madrid	40.97299	-5.96735		Porqueriza		55	SA	37186	
3113166	Porqueres	porqueres	ES	17834	0	Europe/Madrid	42.11682	2.74143		Porqueras,Porqueres	17137	56	GI	17137	
3113167	Porquera de Santullán	porquera-de-santullan	ES	34828	0	Europe/Madrid	42.89145	-4.28654		Porquera de Santullan,Porquera de Santullán		55	P	34027	
3113168	Porquera de los Infantes	porquera-de-los-infantes	ES	34813	0	Europe/Madrid	42.79655	-4.21819		Porquera de los Infantes		55	P	34135	
3113170	Porqueira	porqueira	ES	33778	0	Europe/Madrid	42.01667	-7.85		Santa Maria,Santa María	32062	58	OR	32062	
3113171	Porqueira	porqueira	ES	33778	0	Europe/Madrid	42.01667	-7.83333		San Martin,San Martín		58	OR	32062	
3113172	Porqueirós	porqueiros	ES	32880	0	Europe/Madrid	41.94741	-7.95476		Porqueiros,Porqueirós		58	OR	32051	
3113173	Porqueira	porqueira	ES	33778	0	Europe/Madrid	43.44438	-6.97331		Porqueira		34	O	33017	
3113176	Porley	porley	ES	33819	0	Europe/Madrid	43.18505	-6.46005		Porley		34	O	33011	
3113177	Poreño	poreno	ES	33316	0	Europe/Madrid	43.42674	-5.44716				34	O	33076	
3113179	Porcío	porcio	ES	33160	0	Europe/Madrid	43.24469	-5.90009		Porcio,Porcío		34	O	33058	
3113185	Porcía	porcia	ES	33746	0	Europe/Madrid	43.55792	-6.88421		Porcia,Porcía		34	O	33070	
3113186	Porceyo	porceyo	ES	33392	0	Europe/Madrid	43.5	-5.7		Porceyo,San Felix,San Felix de Porceyo,San Félix		34	O	33024	
3113187	Porcarizas	porcarizas	ES	24511	0	Europe/Madrid	42.76	-6.8286				55	LE	24209	
3113191	Ponzano	ponzano	ES	22124	0	Europe/Madrid	42.06651	-0.07728		Ponzano		52	HU	22141	
3113192	Pontós	pontos	ES	17773	209	Europe/Madrid	42.18665	2.91706		Pontos,Pontós	17136	56	GI	17136	
3113194	Pontóns	pontons	ES	08738	485	Europe/Madrid	41.41313	1.51458		Pontons,Pontóns		56	B	08168	
3113195	Pontones	pontones	ES	23291	0	Europe/Madrid	43.42176	-3.68308				39	S	39062	
3113201	Pontils	pontils	ES	43421	0	Europe/Madrid	41.47734	1.38772		Fontils,Pontils	43141	56	T	43141	
3113206	Ponticiella	ponticiella	ES	33718	0	Europe/Madrid	43.39349	-6.74201		Ponticiella		34	O	33077	
3113355	Pivierda	pivierda	ES	33326	0	Europe/Madrid	43.45236	-5.33421		San Pelayo		34	O	33019	
3113209	Pontevedra	pontevedra	ES	36001	81576	Europe/Madrid	42.431	-8.64435		PTE,Pontevedra,Pontevedro,pontebedora,Понтеведра,ポンテベドラ	PO	58	PO	36038	
3113216	Pontejos	pontejos	ES	39618	0	Europe/Madrid	43.40759	-3.8009		Pontejos		39	S	39040	
3113217	Pontejos	pontejos	ES	39618	0	Europe/Madrid	41.43539	-5.70371		Pontejos		55	ZA	49127	
3113218	Pontedo	pontedo	ES	24838	0	Europe/Madrid	42.96667	-5.65		Pontedo		55	LE	24901	
3113225	el Pont de Suert	el-pont-de-suert	ES	25520	0	Europe/Madrid	42.40815	0.74171		El Pont de Suert,el Pont de Suert		56	L	25173	
3113226	Pont de Molins	pont-de-molins	ES	17706	443	Europe/Madrid	42.3144	2.92996		Pont de Molins	17135	56	GI	17135	
3113228	El Pont d'Armentera	el-pont-d-armentera	ES	43817	0	Europe/Madrid	41.38333	1.36667				56	T	43001	
3113231	Ponts	ponts	ES	25740	2361	Europe/Madrid	41.91607	1.18515		Ponts,Ponts-sous-Avranches		56	L	25907	
3113233	Ponjos	ponjos	ES	24127	0	Europe/Madrid	42.72499	-6.03233		Ponjos		55	LE	24184	
3113236	Ponferrada	ponferrada	ES	24400	68736	Europe/Madrid	42.54664	-6.59619		PFE,Pomeriada,Ponferada,Ponferado,Ponferrada,bwnfyrada,peng fei la da,ponferada,ponpelada,Понферада,Понферрада,بونفيرادا,ポンフェラーダ,蓬费拉达,폰페라다	24115	55	LE	24115	
3113237	Pondal	pondal	ES	33690	0	Europe/Madrid	43.44392	-5.82615		Pondal		34	O	33035	
3113239	Pomer	pomer	ES	50259	35	Europe/Madrid	41.63765	-1.84104		Pomer	50214	52	Z	50214	
3113240	Pombriego	pombriego	ES	24389	0	Europe/Madrid	42.42303	-6.70327		Pombriego		55	LE	24016	
3113241	Pombeiro	pombeiro	ES	27470	7	Europe/Madrid	42.45	-7.7		Pombeiro,San Vicente		58	OR	32052	
3113243	Pomar de Valdivia	pomar-de-valdivia	ES	34813	521	Europe/Madrid	42.77437	-4.16756		Pomar de Valdivia,Pomar-de-Val'divia,Pomar-de-Val'divija,bo ma er de wa er di wei ya,Помар-де-Вальдивиа,Помар-де-Вальдівія,波马尔德瓦尔迪维亚	34135	55	P	34135	
3113244	Pomar	pomar	ES	09513	0	Europe/Madrid	43.36244	-3.31281				39	S	39030	
3113245	Pomar	pomar	ES	09513	0	Europe/Madrid	42.94129	-3.47782		Pomar		55	BU	09209	
3113246	Pomar de Cinca	pomar-de-cinca	ES	22413	0	Europe/Madrid	41.85128	0.12956		Pomar,Pomar de Cinca		52	HU	22903	
3113247	Pomaluengo	pomaluengo	ES	39660	0	Europe/Madrid	43.30953	-3.92992		Pomaluengo		39	S	39019	
3113249	Polvoredo	polvoredo	ES	24995	0	Europe/Madrid	43.05461	-5.09697		Polvoredo		55	LE	24025	
3113251	Pollos	pollos	ES	47116	781	Europe/Madrid	41.44406	-5.12491		Pollos	47121	55	VA	47121	
3113252	Pollayo	pollayo	ES	39577	0	Europe/Madrid	43.08838	-4.66392		Pollayo		39	S	39096	
3113254	Polinyà	polinya	ES	08213	6176	Europe/Madrid	41.55	2.15		Polinya,Polinya del Valles,Polinyà,Polinyà del Vallès,Polinyá	08167	56	B	08167	
3113255	Polientes	polientes	ES	39220	0	Europe/Madrid	42.80641	-3.94033		Polientes		39	S	39094	
3113257	Poles	poles	ES	33868	0	Europe/Madrid	43.40061	-6.27008		Poles		34	O	33059	
3113258	Polentinos	polentinos	ES	34846	75	Europe/Madrid	42.93932	-4.52887		Polentinos	34134	55	P	34134	
3113259	Poleñino	polenino	ES	22216	250	Europe/Madrid	41.86972	-0.31009		Polenino,Poleñino	22184	52	HU	22184	
3113261	Polavieja	polavieja	ES	33719	0	Europe/Madrid	43.53855	-6.66166		Polavieja,San Bartolome de Polavieja,San Bartolomé de Polavieja		34	O	33041	
3113263	Polanava	polanava	ES	33581	0	Europe/Madrid	43.35573	-5.48952		Polanava		34	O	33040	
3113264	Poladura de la Tercia	poladura-de-la-tercia	ES	24688	0	Europe/Madrid	42.95	-5.71667		Poladura de la Tercia		55	LE	24901	
3113267	Pola de Somiedo	pola-de-somiedo	ES	33840	1512	Europe/Madrid	43.0929	-6.25629		Pola de Somieda,Pola de Somiedo,Somiedo		34	O	33068	
3113268	Pola de Siero	pola-de-siero	ES	33510	12615	Europe/Madrid	43.39228	-5.66335		La Pola Siero,Pola de Siero,Pola-de-S'ero,Siero,Пола-де-Сьеро		34	O	33066	
3113270	Pola de Lena	pola-de-lena	ES	33630	12766	Europe/Madrid	43.16089	-5.82878		La Pola,Lena,Llena,Pola de Lena,Pola de Llena		34	O	33033	
3113271	Pola de Laviana	pola-de-laviana	ES	33980	14210	Europe/Madrid	43.24538	-5.5629		Labiana,Laviana,Llaviana,Pola de Labiana,Pola de Laviana		34	O	33032	
3113272	Pola de Allande	pola-de-allande	ES	33880	2223	Europe/Madrid	43.27307	-6.62152		Allande,La Puela,La Puela d'Ayande,Pola de Allande		34	O	33001	
3113275	Pojos	pojos	ES	33718	0	Europe/Madrid	43.37091	-6.739		Pojos		34	O	33077	
3113276	Poedo	poedo	ES	32701	0	Europe/Madrid	42.19203	-7.68974				58	OR	32007	
3113277	Podes	podes	ES	33418	0	Europe/Madrid	43.61667	-5.88333		Podes,San Martin,San Martin de Podes,San Martín,San Martín de Podes		34	O	33025	
3113278	Podentes	podentes	ES	32812	0	Europe/Madrid	42.16054	-7.89617				58	OR	32014	
3113281	Poboleda	poboleda	ES	43376	339	Europe/Madrid	41.23483	0.84534		Poboleda		56	T	43096	
3113282	Poboeiros	poboeiros	ES	32769	0	Europe/Madrid	42.38333	-7.46667		Poboeiros,San Juan		58	OR	32080	
3113286	Pobladura de Valderaduey	pobladura-de-valderaduey	ES	49127	62	Europe/Madrid	41.70009	-5.54189		Pobladura de Valderaduey	49160	55	ZA	49160	
3113287	Pobladura de Sotiedra	pobladura-de-sotiedra	ES	47881	0	Europe/Madrid	41.65315	-5.28388		Pobladura,Pobladura de Sotiedra		55	VA	47163	
3113288	Pobladura de Somoza	pobladura-de-somoza	ES	24512	0	Europe/Madrid	42.64882	-6.77563		Pobladura de Somoza		55	LE	24209	
3113289	Pobladura de Pelayo García	pobladura-de-pelayo-garcia	ES	24249	532	Europe/Madrid	42.30602	-5.6856		Pobladura de Pelayo Garcia,Pobladura de Pelayo García	24113	55	LE	24113	
3113290	Pobladura del Valle	pobladura-del-valle	ES	49780	339	Europe/Madrid	42.10257	-5.73333		Pobladura del Valle	49159	55	ZA	49159	
3113291	Pobladura de los Oteros	pobladura-de-los-oteros	ES	24223	0	Europe/Madrid	42.35342	-5.47369		Pobladura,Pobladura de los Oteros		55	LE	24107	
3113292	Pobladura de las Regueras	pobladura-de-las-regueras	ES	24375	0	Europe/Madrid	42.69747	-6.22992		Pobladura de las Regueras		55	LE	24083	
3113293	Pobladura de la Sierra	pobladura-de-la-sierra	ES	24724	0	Europe/Madrid	42.41993	-6.44878		Pobladura de la Sierra		55	LE	24090	
3113294	Pobladura de Fontecha	pobladura-de-fontecha	ES	24250	0	Europe/Madrid	42.43334	-5.6789		Pobladura		55	LE	24187	
3113295	Pobladura de Bernesga	pobladura-de-bernesga	ES	24121	0	Europe/Madrid	42.66043	-5.64129		Pobladura de Bernesga		55	LE	24163	
3113296	Pobladura de Aliste	pobladura-de-aliste	ES	49522	0	Europe/Madrid	41.84913	-6.3334		Pobladura,Pobladura de Aliste		55	ZA	49104	
3113298	la Pobla de Segur	la-pobla-de-segur	ES	25500	0	Europe/Madrid	42.25	0.96667		Pobla de Segur,la Pobla de Segur		56	L	25234	
3113299	la Pobla de Montornès	la-pobla-de-montornes	ES	43761	0	Europe/Madrid	41.17768	1.41389		Pobla de Montornes,Pobla de Montornés,la Pobla de Montornes,la Pobla de Montornès		56	T	43050	
3113300	la Pobla de Massaluca	la-pobla-de-massaluca	ES	43783	0	Europe/Madrid	41.18333	0.35		Pobla de Masaluca,la Pobla de Massaluca	43110	56	T	43110	
3113301	Bellaguarda	bellaguarda	ES	25177	307	Europe/Madrid	41.33741	0.736	640	Bellaguarda		56	L	25170	
3113303	Población de Valdivielso	poblacion-de-valdivielso	ES	09559	0	Europe/Madrid	42.82256	-3.53989		Poblacion de Valdivielso,Población de Valdivielso		55	BU	09217	
3113304	Población de Soto	poblacion-de-soto	ES	34128	0	Europe/Madrid	42.38067	-4.62951		Poblacion de Soto,Población de Soto		55	P	34112	
3113305	Población de Cerrato	poblacion-de-cerrato	ES	34219	138	Europe/Madrid	41.79298	-4.42874		Poblacion de Cerrato,Población de Cerrato	34133	55	P	34133	
3113306	Población de Campos	poblacion-de-campos	ES	34449	173	Europe/Madrid	42.26994	-4.44744		Poblacion de Campos,Población de Campos	34132	55	P	34132	
3113307	Población de Arroyo	poblacion-de-arroyo	ES	34347	87	Europe/Madrid	42.33675	-4.87398			34131	55	P	34131	
3113308	Población de Arriba	poblacion-de-arriba	ES	39230	0	Europe/Madrid	42.87264	-3.94555		Poblacion de Arriba,Población de Arriba		39	S	39094	
3113309	Población de Arreba	poblacion-de-arreba	ES	09572	0	Europe/Madrid	42.88952	-3.77264		Poblacion de Arreba,Población de Arreba		55	BU	09409	
3113310	Población de Abajo	poblacion-de-abajo	ES	39230	0	Europe/Madrid	42.84157	-3.92709		Poblacion de Abajo,Población de Abajo		39	S	39094	
3113311	Pobes	pobes	ES	01420	0	Europe/Madrid	42.80204	-2.90992		Pobes,Poves		59	VI	01046	
3113312	Pobellá	pobella	ES	25512	0	Europe/Madrid	42.39779	0.98903				56	L	25227	
3113313	Pobar	pobar	ES	42181	0	Europe/Madrid	41.89092	-2.23435		Pobar		55	SO	42107	
3113314	el Poal	el-poal	ES	25143	0	Europe/Madrid	41.68333	0.86667		Poal,el Poal	25168	56	L	25168	
3113317	Plou	plou	ES	44213	49	Europe/Madrid	40.99274	-0.85441		Plou	44184	52	TE	44184	
3113320	Plentzia	plentzia	ES	48620	0	Europe/Madrid	43.4053	-2.94794		Gaminiz,Plencia,Plentzia	48077	59	BI	48077	
3113321	Plenas	plenas	ES	50143	127	Europe/Madrid	41.11209	-0.96442		Plenas	50213	52	Z	50213	
3113322	Pleitas	pleitas	ES	50297	62	Europe/Madrid	41.71135	-1.20251		Pleitas	50212	52	Z	50212	
3113323	Palau-solità i Plegamans	palau-solita-i-plegamans	ES	08184	0	Europe/Madrid	41.58569	2.17709	123			56	B	08156	
3113325	Herriko Plaza	herriko-plaza	ES	48142	686	Europe/Madrid	43.13333	-2.78333		Castillo-Elejabeitia,Plaza de Castillo-Elejabeitia		59	BI	48023	
3113326	Platja d'Aro	platja-d-aro	ES	17250	0	Europe/Madrid	41.81667	3.06667		Barrio de Fanals,Platja d'Aro,Playa de Aro		56	GI	17048	
3113328	Plasencia del Monte	plasencia-del-monte	ES	22810	0	Europe/Madrid	42.22738	-0.58081		Plasencia del Monte		52	HU	22904	
3113329	Plasencia de Jalón	plasencia-de-jalon	ES	50296	366	Europe/Madrid	41.68154	-1.22996		Plasencia,Plasencia de Jalon,Plasencia de Jalón	50211	52	Z	50211	
3113331	Plasencia	plasencia	ES	10600	41148	Europe/Madrid	40.03116	-6.08845		Plasence,Plasencia,Plasencio,Plasensia,Plasensija,Plasentia,Plasència,Prasencia,Praséncia,blasynthya,plasnsya,pu la sen xi ya,purasenshia,Пласенсиа,Пласенсия,Пласенсія,بلاسينثيا,پلاسنسیا,プラセンシア,普拉森西亞	10148	57	CC	10148	
3113333	Planoles	planoles	ES	17535	0	Europe/Madrid	42.31667	2.1		Planolas,Planoles	17134	56	GI	17134	
3113335	Planillo	planillo	ES	22371	0	Europe/Madrid	42.45238	-0.03757		Planillo		52	HU	22109	
3113343	Plan	plan	ES	22367	311	Europe/Madrid	42.58126	0.33742		Plan	22182	52	HU	22182	
3113345	Plágaro	plagaro	ES	09212	0	Europe/Madrid	42.79872	-3.18449		Plagaro,Plágaro		55	BU	09412	
3113348	el Pla del Penedès	el-pla-del-penedes	ES	08733	0	Europe/Madrid	41.41667	1.71667		Pla de Panades,Pla de Panadés,Pla del Panades,Pla del Panadés,el Pla del Penedes,el Pla del Penedès	08164	56	B	08164	
3113349	El Pla de Santa Maria	el-pla-de-santa-maria	ES	43810	2371	Europe/Madrid	41.36336	1.29152	381			56	T	43108	
3113350	Placín	placin	ES	32785	0	Europe/Madrid	42.27825	-7.20554		Placin,Placín		58	OR	32044	
3113353	Pizarral	pizarral	ES	37795	79	Europe/Madrid	40.6145	-5.65238		Pizarral	37255	55	SA	37255	
3113356	Piugos	piugos	ES	27294	0	Europe/Madrid	42.98855	-7.57076		Piugos,Puigos		58	LU	27028	
3113360	Pitillas	pitillas	ES	31392	636	Europe/Madrid	42.42172	-1.62017		Pitilias,Pitillas	31205	32	NA	31205	
3113361	Pitiegua	pitiegua	ES	37490	233	Europe/Madrid	41.0621	-5.46647		Pitiegua	37254	55	SA	37254	
3113362	Pitelos	pitelos	ES	32813	0	Europe/Madrid	42.0981	-7.89179				58	OR	32084	
3113365	Pitarque	pitarque	ES	44555	118	Europe/Madrid	40.6485	-0.59324		Pitarque	44183	52	TE	44183	
3113370	Pisueña	pisuena	ES	39696	0	Europe/Madrid	43.18961	-3.76179		Bisuena,Bisueña,Pisuena,Pisueña		39	S	39082	
3113374	Pisón de Ojeda	pison-de-ojeda	ES	34485	0	Europe/Madrid	42.77206	-4.47558		Pison de Ojeda,Pisón de Ojeda		55	P	34114	
3113375	Pisón de Castrejón	pison-de-castrejon	ES	34858	0	Europe/Madrid	42.80755	-4.62502		Pison de Castrejon,Pisón de Castrejón		55	P	34049	
3113378	Pis	pis	ES	33327	0	Europe/Madrid	43.47796	-5.30283		Pis		34	O	33019	
3113383	Piracés	piraces	ES	22268	103	Europe/Madrid	42.00448	-0.31769		Piraces,Piracés	22181	52	HU	22181	
3113385	Pira	pira	ES	43423	461	Europe/Madrid	41.4231	1.20176				56	T	43021	
3113391	Piqueras	piqueras	ES	19325	63	Europe/Madrid	40.66367	-1.72202		Piqueras	19221	54	GU	19221	
3113392	Piquera de San Esteban	piquera-de-san-esteban	ES	42342	0	Europe/Madrid	41.50802	-3.25809		Piquera de San Esteban		55	SO	42162	
3113393	Pipaona	pipaona	ES	26147	0	Europe/Madrid	42.31451	-2.22119		Pipaona		27	LO	26108	
3113394	Pipaon	pipaon	ES	01211	0	Europe/Madrid	42.61489	-2.64359				59	VI	01030	
3113395	Pioz	pioz	ES	19162	969	Europe/Madrid	40.46153	-3.17234		Pioz	19220	54	GU	19220	
3113396	Piorno	piorno	ES	33777	0	Europe/Madrid	43.30943	-6.94628		Piorno		34	O	33061	
3113397	Piornedo	piornedo	ES	24838	0	Europe/Madrid	42.85608	-6.87555				58	LU	27012	
3113398	Piornedo	piornedo	ES	24838	0	Europe/Madrid	42.7	-7.26667				58	LU	27055	
3113399	Piornedo	piornedo	ES	24838	0	Europe/Madrid	42.01378	-7.334				58	OR	32021	
3113400	Piornedo	piornedo	ES	24838	0	Europe/Madrid	43.00268	-5.58462				55	LE	24037	
3113402	Piornal	piornal	ES	10615	1528	Europe/Madrid	40.11731	-5.84787		Piornal	10147	57	CC	10147	
3113407	Pinza	pinza	ES	32554	0	Europe/Madrid	42.77699	-7.52153				58	LU	27057	
3113408	Pinza	pinza	ES	32554	0	Europe/Madrid	42.16206	-7.09704		Pinza,Santa Maria de Pinza,Santa María de Pinza		58	OR	32086	
3113411	Piñuel	pinuel	ES	49216	0	Europe/Madrid	41.34923	-6.01807		Pinuel,Piñuel		55	ZA	49023	
3113413	Pintueles	pintueles	ES	33534	0	Europe/Madrid	43.37561	-5.35541				34	O	33049	
3113414	Pintoria	pintoria	ES	33119	0	Europe/Madrid	43.34268	-5.9488		Pintoria,Santa Maria,Santa María		34	O	33044	
3113415	Pinto	pinto	ES	28320	43501	Europe/Madrid	40.24147	-3.69999		Pinto,Пинто	28113	29	M	28113	
3113418	Pintano	pintano	ES	50685	0	Europe/Madrid	42.5288	-1.02173				52	Z	50210	
3113420	Pinseque	pinseque	ES	50298	2367	Europe/Madrid	41.73657	-1.10041		Pinseque	50209	52	Z	50209	
3113421	Pinos	pinos	ES	03720	0	Europe/Madrid	42.98163	-5.97946		Pinos		55	LE	24145	
3113428	Pinol	pinol	ES	27422	0	Europe/Madrid	42.4	-7.55		Pinol,San Vicente		58	OR	32057	
3113429	Pinofranqueado	pinofranqueado	ES	10630	1649	Europe/Madrid	40.30351	-6.33181		Pinofrankeado,Pinofranqueado,Pinofranqueau,bynwfrankwyadw,pi nuo fu lan ke a duo,Пинофранкеадо,Пінофранкеадо,بينوفرانكويادو,皮诺夫兰克阿多		57	CC	10050	
3113430	Pino de Viduerna	pino-de-viduerna	ES	34879	0	Europe/Madrid	42.78333	-4.68333		Pino de Viduerna		55	P	34171	
3113431	Pino del Río	pino-del-rio	ES	34110	265	Europe/Madrid	42.64504	-4.80795		Pino del Rio,Pino del Río	34129	55	P	34129	
3113432	Pino de Bureba	pino-de-bureba	ES	09246	0	Europe/Madrid	42.70545	-3.43215		Pino de Bureba		55	BU	09238	
3113436	Pinillos de Polendos	pinillos-de-polendos	ES	40397	0	Europe/Madrid	41.07877	-4.12539		Pinillos de Polendos		55	SG	40075	
3113437	Pinillos de Esgueva	pinillos-de-esgueva	ES	09440	0	Europe/Madrid	41.82221	-3.83599		Pinillos de Esgueva		55	BU	09369	
3113438	Pinillos	pinillos	ES	26111	21	Europe/Madrid	42.19951	-2.59709		Pinillos	26115	27	LO	26115	
3113439	Pinilla-Trasmonte	pinilla-trasmonte	ES	09354	210	Europe/Madrid	41.87324	-3.61971		Pinilla-Trasmonte		55	BU	09270	
3113440	Pinilla de Toro	pinilla-de-toro	ES	49850	334	Europe/Madrid	41.62783	-5.36414		Pinilla de Toro	49156	55	ZA	49156	
3113441	Pinilla de Molina	pinilla-de-molina	ES	19312	26	Europe/Madrid	40.67969	-1.88034		Pinilla de Molina	19219	54	GU	19219	
3113442	Pinilla del Valle	pinilla-del-valle	ES	28749	162	Europe/Madrid	40.92448	-3.81688		Pinilla del Valle	28112	29	M	28112	
3113443	Pinilla de los Moros	pinilla-de-los-moros	ES	09613	42	Europe/Madrid	42.06815	-3.32706		Pinilla de los Moros	09269	55	BU	09269	
3113444	Pinilla de los Barruecos	pinilla-de-los-barruecos	ES	09612	134	Europe/Madrid	41.91791	-3.30371		Pinilla de los Barruecos	09268	55	BU	09268	
3113445	Pinilla del Olmo	pinilla-del-olmo	ES	42214	0	Europe/Madrid	41.31793	-2.59443		Pinilla del Olmo		55	SO	42029	
3113520	Pinedas	pinedas	ES	37712	177	Europe/Madrid	40.44493	-5.96025		Pinedas	37252	55	SA	37252	
3113446	Pinilla del Campo	pinilla-del-campo	ES	42112	21	Europe/Madrid	41.71691	-2.0835		Pinilla del Campo	42139	55	SO	42139	
3113447	Pinilla de la Valdería	pinilla-de-la-valderia	ES	24734	0	Europe/Madrid	42.19319	-6.0875		Pinilla,Pinilla de la Valderia,Pinilla de la Valdería		55	LE	24047	
3113448	Pinilla de Jadraque	pinilla-de-jadraque	ES	19246	80	Europe/Madrid	41.01988	-2.94254		Pinilla de Jadraque	19218	54	GU	19218	
3113449	Pinilla de Fermoselle	pinilla-de-fermoselle	ES	49231	0	Europe/Madrid	41.37116	-6.37973		Pinilla de Fermoselle		55	ZA	49264	
3113450	Pinilla de Buitrago	pinilla-de-buitrago	ES	28739	0	Europe/Madrid	40.97926	-3.68869		Pinilla de Buitrago		29	M	28063	
3113451	Pinilla Ambroz	pinilla-ambroz	ES	40122	0	Europe/Madrid	41.05233	-4.3536		Pinilla Ambroz		55	SG	40185	
3113457	Piñeres	pineres	ES	39580	0	Europe/Madrid	43.44282	-4.9544				34	O	33036	
3113458	Piñeres	pineres	ES	39580	0	Europe/Madrid	43.2439	-4.56159		Pineres,Piñeres		39	S	39049	
3113459	Piñeres	pineres	ES	39580	0	Europe/Madrid	43.16667	-5.7				34	O	33002	
3113472	Piñel de Arriba	pinel-de-arriba	ES	47316	136	Europe/Madrid	41.69923	-4.12808		Pinel de Arriba,Piñel de Arriba	47119	55	VA	47119	
3113473	Piñel de Abajo	pinel-de-abajo	ES	47316	189	Europe/Madrid	41.67459	-4.14655		Pinel de Abajo,Piñel de Abajo	47118	55	VA	47118	
3113474	Pinel	pinel	ES	27413	0	Europe/Madrid	42.51667	-7.4		Pinel,Santa Maria,Santa María		58	LU	27047	
3113480	Piñeiro	pineiro	ES	33775	0	Europe/Madrid	43.66667	-8.03333		Pineiro,Piñeiro,San Cosme		58	C	15022	
3113481	Piñeiro	pineiro	ES	33775	0	Europe/Madrid	43.44065	-8.20239		Pineiro,Piñeiro,San Juan		58	C	15051	
3113482	Piñeiro	pineiro	ES	33775	0	Europe/Madrid	43.39476	-7.85093		Pineiro,Piñeiro,San Martin,San Martín		58	C	15070	
3113483	Piñeiro	pineiro	ES	33775	0	Europe/Madrid	43.37219	-7.09211		Pineiro,Piñeiro		34	O	33071	
3113484	Piñeiro	pineiro	ES	33775	0	Europe/Madrid	43.23995	-7.29787				58	LU	27029	
3113485	Piñeiro	pineiro	ES	33775	0	Europe/Madrid	43.24256	-7.20389				58	LU	27029	
3113486	Piñeiro	pineiro	ES	33775	0	Europe/Madrid	43.17144	-8.92257				58	C	15014	
3113487	Piñeiro	pineiro	ES	33775	0	Europe/Madrid	43	-7.41667				58	LU	27011	
3113488	Piñeiro	pineiro	ES	33775	0	Europe/Madrid	42.97189	-7.03665				58	LU	27034	
3113489	Piñeiro	pineiro	ES	33775	0	Europe/Madrid	42.93333	-8.65		Pineiro,Piñeiro,San Mamed		58	C	15002	
3113490	Piñeiro	pineiro	ES	33775	0	Europe/Madrid	42.91003	-7.54139				58	LU	27028	
3113491	Piñeiro	pineiro	ES	33775	0	Europe/Madrid	42.84716	-7.52419				58	LU	27043	
3113492	Piñeiro	pineiro	ES	33775	0	Europe/Madrid	42.75	-8.31667		Pineiro,Piñeiro,San Julian,San Julián		58	PO	36052	
3113493	Piñeiro	pineiro	ES	33775	0	Europe/Madrid	42.63727	-8.56983		Pineiro,Piñeiro,San Mamed		58	PO	36015	
3113494	Piñeiro	pineiro	ES	33775	0	Europe/Madrid	42.62206	-7.65699		Pineiro,Piñeiro,San Saturnino		58	LU	27058	
3113495	Piñeiro	pineiro	ES	33775	33	Europe/Madrid	42.41667	-7.98333				58	OR	32045	
3113496	Piñeiro	pineiro	ES	33775	0	Europe/Madrid	42.35	-8.71667		Pineiro,Piñeiro,Santo Tome,Santo Tomé		58	PO	36026	
3113497	Piñeiro	pineiro	ES	33775	0	Europe/Madrid	42.28333	-8.38333		Pineiro,Piñeiro,San Juan		58	PO	36013	
3113498	Piñeiro	pineiro	ES	33775	0	Europe/Madrid	42.01667	-8.7		Pineiro,Piñeiro,San Salvador		58	PO	36054	
3113499	Piñeira Seca	pineira-seca	ES	32631	0	Europe/Madrid	42.08835	-7.63198				58	OR	32032	
3113500	Piñeiras	pineiras	ES	27186	0	Europe/Madrid	42.85381	-7.60702		Pineiras,Piñeiras		58	LU	27023	
3113501	Piñeira de Arriba	pineira-de-arriba	ES	32693	0	Europe/Madrid	42.43071	-7.22454				58	LU	27052	
3113502	Piñeira de Arriba	pineira-de-arriba	ES	32693	0	Europe/Madrid	42.13827	-7.76175				58	OR	32077	
3113504	Piñeira de Abaixo	pineira-de-abaixo	ES	32693	0	Europe/Madrid	42.14046	-7.75931				58	OR	32077	
3113515	Pinedo	pinedo	ES	01427	0	Europe/Madrid	42.87454	-3.14702		Pinedo		59	VI	01055	
3113517	Pinedillo	pinedillo	ES	09345	0	Europe/Madrid	42.00208	-3.88635		Caserio de Pinedillo,Caserío de Pinedillo,Pinedillo		55	BU	09032	
3113521	Pineda de la Sierra	pineda-de-la-sierra	ES	09199	126	Europe/Madrid	42.2156	-3.2969		Pineda de la Sierra	09266	55	BU	09266	
3113522	Pineda de Gigüela	pineda-de-giguela	ES	16541	136	Europe/Madrid	40.08546	-2.54368		Pineda,Pineda de Giguela,Pineda de Gigüela	16160	54	CU	16160	
3113525	Pineda	pineda	ES	33841	0	Europe/Madrid	43.13916	-6.27627		Pineda		34	O	33068	
3113526	Pineda de Mar	pineda-de-mar	ES	08397	26203	Europe/Madrid	41.62763	2.6889		Pineda,Pineda de Mar,Пинеда де Мар	08163	56	B	08163	
3113532	El Pinetell	el-pinetell	ES	43459	0	Europe/Madrid	41.31242	1.1255		Pinatell,Pinatell de Rojals		56	T	43091	
3113534	Pinarnegrillo	pinarnegrillo	ES	40294	158	Europe/Madrid	41.19098	-4.20967		Pinarnegrillo	40160	55	SG	40160	
3113536	Piñares	pinares	ES	33314	0	Europe/Madrid	43.52538	-5.53185		Pinares,Piñares		34	O	33076	
3113539	Pinarejos	pinarejos	ES	40296	167	Europe/Madrid	41.2595	-4.29364		Pinarejos	40159	55	SG	40159	
3113547	Pina de Montalgrao	pina-de-montalgrao	ES	12429	146	Europe/Madrid	40.01667	-0.65		Pina,Pina de Montalgrao,Pina de Montolgrao,Pina-de-Montal'grao,bayna dyl mwntaljraw,pi na de meng ta er ge lao,Пина-де-Монтальграо,Піна-де-Монтальграо,باينا ديل مونتالجراو,皮纳德蒙塔尔格劳	12090	60	CS	12090	
3113548	Piña de Esgueva	pina-de-esgueva	ES	47175	349	Europe/Madrid	41.72843	-4.42823	753	Pina,Pina de Esgueva,Piña,Piña de Esgueva	47117	55	VA	47117	
3113549	Pina de Ebro	pina-de-ebro	ES	50750	2374	Europe/Madrid	41.48846	-0.5312		Pina,Pina de Ebro		52	Z	50222	
3113550	Piña de Campos	pina-de-campos	ES	34430	281	Europe/Madrid	42.21326	-4.43657		Pina de Campos,Piña de Campos	34130	55	P	34130	
3113551	Pimiango	pimiango	ES	33590	0	Europe/Madrid	43.3888	-4.54035		Pimiango		34	O	33055	
3113553	Piloñeta	piloneta	ES	33529	0	Europe/Madrid	43.3449	-5.50287		Piloneta,Piloñeta		34	O	33040	
3113556	Pillarno	pillarno	ES	33456	0	Europe/Madrid	43.53333	-5.96667		Pillarno,San Cipriano		34	O	33016	
3113565	Pilas	pilas	ES	39806	0	Europe/Madrid	43.18455	-3.48868		Pilas		39	S	39083	
3113571	Pigüeña	piguena	ES	33842	0	Europe/Madrid	43.13685	-6.33003		Piguena,Pigüeña		34	O	33068	
3113572	Pigüeces	pigueces	ES	33842	0	Europe/Madrid	43.14979	-6.31439		Piguece,Pigueces,Pigüece,Pigüeces		34	O	33068	
3113573	Pígara	pigara	ES	27372	0	Europe/Madrid	43.2	-7.73333		Pigara,Pígara,San Pedro		58	LU	27022	
3113574	Piérnigas	piernigas	ES	09246	38	Europe/Madrid	42.5903	-3.41337		Piernigas,Piérnigas	09265	55	BU	09265	
3113575	Pieragullano	pieragullano	ES	39849	0	Europe/Madrid	43.35	-3.43333		Pieragullano		39	S	39002	
3113576	Piera	piera	ES	08784	14324	Europe/Madrid	41.52232	1.75076		Piera		56	B	08028	
3113579	Piedratajada	piedratajada	ES	50616	166	Europe/Madrid	42.12124	-0.80373		Piedratajada	50207	52	Z	50207	
3113580	Piedrasluengas	piedrasluengas	ES	34849	0	Europe/Madrid	43.03708	-4.45717		Piedrasluengas		55	P	34904	
3113581	Piedrasecha	piedrasecha	ES	24123	0	Europe/Madrid	42.82444	-5.77759		Piedrasecha		55	LE	24040	
3113582	Piedras Blancas	piedras-blancas	ES	33450	9510	Europe/Madrid	43.55913	-5.97558		Piedras Blancas		34	O	33016	
3113583	Piedras Albas	piedras-albas	ES	10991	0	Europe/Madrid	42.41843	-6.36779				55	LE	24090	
3113586	Piedramorrera	piedramorrera	ES	22807	0	Europe/Madrid	42.23841	-0.73342		Piedramorrera		52	HU	22063	
3113587	Piedramillera	piedramillera	ES	31219	61	Europe/Madrid	42.632	-2.20416		Piedramillera	31204	32	NA	31204	
3113589	Piedralba	piedralba	ES	24731	0	Europe/Madrid	42.42318	-6.07118		Piedralba		55	LE	24161	
3113590	Piedralaves	piedralaves	ES	05440	2135	Europe/Madrid	40.31721	-4.70025		P'edralaves,Pedralaves,Piedralaves,bi de la la wei si,bydralafys,pydralabs,Пиедралавес,Пьедралавес,Пєдралавес,بيدرالافيس,پیدرالابس,彼德拉拉韦斯	05187	55	AV	05187	
3113591	Piedrahita de Muñó	piedrahita-de-muno	ES	09613	0	Europe/Madrid	42.07555	-3.30804		Piedrahita de Muno,Piedrahita de Muñó		55	BU	09269	
3113592	Piedrahita de Juarros	piedrahita-de-juarros	ES	09292	0	Europe/Madrid	42.42935	-3.43547		Piedrahita de Juarros		55	BU	09351	
3113593	Piedrahita de Castro	piedrahita-de-castro	ES	49143	134	Europe/Madrid	41.68089	-5.72886		Piedrahita de Castro	49155	55	ZA	49155	
3113594	Piedrahita	piedrahita	ES	05500	0	Europe/Madrid	43.45772	-3.47812		Pidrahita,Piedrahita		39	S	39079	
3113595	Piedrahita	piedrahita	ES	05500	0	Europe/Madrid	41.03283	-1.08933		Piedrahita		52	TE	44138	
3113596	Piedrahita	piedrahita	ES	05500	0	Europe/Madrid	40.46475	-5.32831		Piedrahita		55	AV	05186	
3113597	Piedrafita de Jaca	piedrafita-de-jaca	ES	22665	0	Europe/Madrid	42.69613	-0.32521				52	HU	22059	
3113603	Pedrafita	pedrafita	ES	32765	0	Europe/Madrid	43.13543	-7.76663		Pedrafita,San Mamed de Piedrafita,San Mamede de Pedrafita		58	LU	27022	
3113608	Pedrafita	pedrafita	ES	32765	0	Europe/Madrid	42.66667	-7.21667				58	LU	27055	
3113610	Pedrafita	pedrafita	ES	32765	0	Europe/Madrid	42.35672	-7.49332				58	OR	32080	
3113611	Piedraceda	piedraceda	ES	33638	0	Europe/Madrid	43.15266	-5.85101		Piedracea,Piedraceda		34	O	33033	
3113615	Piedeloro	piedeloro	ES	33439	0	Europe/Madrid	43.56667	-5.8		Piedeloro,Santa Maria,Santa Maria de Piedeloro,Santa María,Santa María de Piedeloro		34	O	33014	
3113616	Pie de Concha	pie-de-concha	ES	39420	0	Europe/Madrid	43.12358	-4.06434		Pie de Concha		39	S	39010	
3113619	Pidre	pidre	ES	27207	0	Europe/Madrid	42.83006	-7.92274		Pidre		58	LU	27040	
3113620	Pido	pido	ES	39588	0	Europe/Madrid	43.12741	-4.7934		Pido		39	S	39015	
3113625	Picón	picon	ES	13196	0	Europe/Madrid	43.29126	-3.08089				59	BI	48002	
3113626	Picones	picones	ES	33592	0	Europe/Madrid	43.45305	-4.93162		Picones		34	O	33036	
3113627	Picones	picones	ES	33592	0	Europe/Madrid	41.00171	-6.54531		Picones		55	SA	37123	
3113635	Picazo	picazo	ES	19133	0	Europe/Madrid	40.70789	-2.74904		Picazo		54	GU	19054	
3113638	Picamoíxons	picamoixons	ES	43491	0	Europe/Madrid	41.3025	1.20206		Picamoixons,Picamoíxons		56	T	43161	
3113643	Piasca	piasca	ES	39573	0	Europe/Madrid	43.11876	-4.58111		Piasca		39	S	39013	
3113645	Pías	pias	ES	27290	0	Europe/Madrid	43.06667	-7.56667		Pias,Pías,San Vicente		58	LU	27028	
3113646	Pías	pias	ES	27290	0	Europe/Madrid	42.21667	-8.48333		Pias,Pías,Santa Marina		58	PO	36042	
3113647	Pías	pias	ES	27290	0	Europe/Madrid	42.08333	-7			49154	55	ZA	49154	
3113648	Piantón	pianton	ES	33778	0	Europe/Madrid	43.46036	-7.02803		Pianton,Piantón		34	O	33074	
3113653	Pezuela de las Torres	pezuela-de-las-torres	ES	28812	481	Europe/Madrid	40.41613	-3.17363		Pezuela de las Torres	28111	29	M	28111	
3113663	Petín	petin	ES	32356	1088	Europe/Madrid	42.38191	-7.12899		Petin,Petín	32060	58	OR	32060	
3113668	Pesués	pesues	ES	39548	0	Europe/Madrid	43.37558	-4.48755		Pesues,Pesués		39	S	39095	
3113671	Pesquerín	pesquerin	ES	33583	0	Europe/Madrid	43.33731	-5.28787		Pesquerin,Pesquerín		34	O	33049	
3113673	Pesquera de Ebro	pesquera-de-ebro	ES	09146	0	Europe/Madrid	42.80133	-3.72072		Pesquera de Ebro		55	BU	09905	
3113674	Pesquera de Duero	pesquera-de-duero	ES	47315	535	Europe/Madrid	41.64171	-4.1559		Pesquera,Pesquera de Duero		55	VA	47114	
3113675	Pesquera	pesquera	ES	05515	84	Europe/Madrid	43.08223	-4.07932		Pesquera,Pesquero	39051	39	S	39051	
3113676	Pesquera	pesquera	ES	05515	0	Europe/Madrid	42.73075	-5.15658		Pesquera		55	LE	24056	
3113677	Pesqueiras	pesqueiras	ES	27516	0	Europe/Madrid	42.62531	-7.70189		Santa Maria,Santa María		58	LU	27058	
3113678	Pesqueiras	pesqueiras	ES	27516	0	Europe/Madrid	42.11667	-8.48333		Pesqueiras,Santa Marina		58	PO	36050	
3113681	Pesoz	pesoz	ES	33735	214	Europe/Madrid	43.25	-6.86667		Pesoz	33048	34	O	33048	
3113693	Pervera	pervera	ES	33492	0	Europe/Madrid	43.55	-5.73333		Pervera,San Juan,San Juan de Pernera		34	O	33014	
3113698	Pertusa	pertusa	ES	22132	127	Europe/Madrid	42.00214	-0.12732		Pertusa	22178	52	HU	22178	
3113702	Perrelos	perrelos	ES	32631	0	Europe/Madrid	43.0227	-7.25816				58	LU	27004	
3113706	Perosillo	perosillo	ES	40354	25	Europe/Madrid	41.39294	-4.14115		Perosillo	40158	55	SG	40158	
3113707	Perorrubio	perorrubio	ES	40310	0	Europe/Madrid	41.24561	-3.70878		Perorrubio		55	SG	40195	
3113708	Peroniel del Campo	peroniel-del-campo	ES	42130	0	Europe/Madrid	41.71165	-2.21991		Peroniel del Campo		55	SO	42022	
3113709	Peromingo	peromingo	ES	37791	0	Europe/Madrid	40.89149	-4.54589		Caserio Peromingo,Caserío Peromingo,Peromingo		55	SG	40135	
3113710	Peromingo	peromingo	ES	37791	145	Europe/Madrid	40.46386	-5.77238		Peromingo	37251	55	SA	37251	
3113711	Perogordo	perogordo	ES	40154	0	Europe/Madrid	40.92853	-4.14934		Perogordo		55	SG	40194	
3113712	Peroblasco	peroblasco	ES	26586	0	Europe/Madrid	42.19852	-2.25764		Peroblasco		27	LO	26017	
3113713	Pernús	pernus	ES	33327	0	Europe/Madrid	43.4789	-5.32485				34	O	33019	
3113715	Permisán	permisan	ES	22415	0	Europe/Madrid	41.97216	0.07336				52	HU	22128	
3113716	Perlunes	perlunes	ES	33840	0	Europe/Madrid	43.08968	-6.28302		Perlunes		34	O	33068	
3113717	Perluces	perluces	ES	33875	0	Europe/Madrid	43.29786	-6.48538		Perluces		34	O	33073	
3113718	Perlora	perlora	ES	33491	0	Europe/Madrid	43.58333	-5.75		Perlora,San Salvador,San Salvador de Perlora		34	O	33014	
3113719	Perlleces	perlleces	ES	33589	0	Europe/Madrid	43.35577	-5.08023				55	LE	33012	
3113720	Perlio	perlio	ES	15500	0	Europe/Madrid	43.46819	-8.16199		Perlio,San Esteban		58	C	15035	
3113721	Perlín	perlin	ES	33119	0	Europe/Madrid	43.33287	-5.97702		Perlin,Perlín		34	O	33044	
3113723	Perlavia	perlavia	ES	33119	0	Europe/Madrid	43.32286	-6.00392		Perlavia		34	O	33044	
3113724	Perillo	perillo	ES	15172	0	Europe/Madrid	43.33816	-8.37356		Santa Locaia de Alfoz de Perillo,Santa Locaia de Perillo		58	C	15058	
3113725	Perilla de Castro	perilla-de-castro	ES	49145	219	Europe/Madrid	41.7254	-5.87636		Perilla de Castro	49153	55	ZA	49153	
3113727	Periedo	periedo	ES	39591	0	Europe/Madrid	43.32853	-4.18195		Periedo		39	S	39012	
3113728	Pericalvo	pericalvo	ES	37449	0	Europe/Madrid	40.95863	-5.83289		Pericalvo		55	SA	37142	
3113730	Pereruela	pereruela	ES	49280	660	Europe/Madrid	41.4165	-5.87812		Pereruehla,Pereruela,pei lei lu ai la,Переруела,Переруэла,佩雷鲁埃拉	49152	55	ZA	49152	
3113733	El Perelló	el-perello	ES	17180	2895	Europe/Madrid	40.87431	0.71125	142	El Perello,El Perelló,Perello,Perelló	43104	56	T	43104	
3113734	Peralada	peralada	ES	17491	0	Europe/Madrid	42.30823	3.0091		Peralada	17132	56	GI	17132	
3113736	Pereje	pereje	ES	24522	0	Europe/Madrid	42.61667	-6.83333		Pereje		55	LE	24209	
3113745	Pereira	pereira	ES	33775	0	Europe/Madrid	42.15545	-8.63802		Pereira,San Miguel		58	PO	36039	
3113746	Pereiramá	pereirama	ES	27143	0	Europe/Madrid	43.00506	-7.33538		Pereirama,Pereiramá		58	LU	27011	
3113748	Pereira	pereira	ES	33775	0	Europe/Madrid	43.33562	-7.10696		Pereira		34	O	33071	
3113749	Pereira	pereira	ES	33775	13	Europe/Madrid	43.15	-7.05				58	LU	27018	
3113750	Pereira	pereira	ES	33775	14	Europe/Madrid	43.05	-8.4		Pereira,Santa Eulalia		58	C	15059	
3113751	Pereira	pereira	ES	33775	0	Europe/Madrid	43.04671	-7.26271				58	LU	27004	
3113752	Pereira	pereira	ES	33775	0	Europe/Madrid	42.97313	-7.26741				58	LU	27011	
3113753	Pereira	pereira	ES	33775	0	Europe/Madrid	42.97291	-7.14842				58	LU	27004	
3113754	Pereira	pereira	ES	33775	0	Europe/Madrid	42.89162	-8.3956				58	C	15066	
3113755	Pereira	pereira	ES	33775	0	Europe/Madrid	42.84144	-7.03084				58	LU	27012	
3113756	Pereira	pereira	ES	33775	0	Europe/Madrid	42.63333	-8.31667		Pereira		58	PO	36018	
3113757	Pereira	pereira	ES	33775	0	Europe/Madrid	42.56667	-7.78333		Pereira,San Mamed		58	LU	27016	
3113758	Pereira	pereira	ES	33775	0	Europe/Madrid	42.23544	-7.95303				58	OR	32047	
3113759	Pereira	pereira	ES	33775	0	Europe/Madrid	41.95596	-8.15066				58	OR	32030	
3113762	Peredilla	peredilla	ES	24609	0	Europe/Madrid	42.82545	-5.64162		Peredilla		55	LE	24114	
3113763	Pereda de Sangoñedo	pereda-de-sangonedo	ES	33878	0	Europe/Madrid	43.3163	-6.55036		Pereda,Pereda de Sangonedo,Pereda de Sangoñedo		34	O	33073	
3113764	Pereda de Ancares	pereda-de-ancares	ES	24433	0	Europe/Madrid	42.8251	-6.74546		Pereda de Ancares		55	LE	24036	
3113765	Pereda	pereda	ES	09568	0	Europe/Madrid	43.43333	-6.38333		Pereda		34	O	33034	
3113766	Pereda	pereda	ES	09568	0	Europe/Madrid	43.36077	-6.10685		Pereda		34	O	33026	
3113767	Pereda	pereda	ES	09568	0	Europe/Madrid	43.31965	-5.85773				34	O	33044	
3113768	Pereda	pereda	ES	09568	0	Europe/Madrid	43.01532	-3.57571				55	BU	09215	
3113769	Pereda	pereda	ES	09568	0	Europe/Madrid	42.45192	-7.96484				58	OR	32076	
3113774	Perdiguera	perdiguera	ES	50161	610	Europe/Madrid	41.75458	-0.63148		Perdiguera	50206	52	Z	50206	
3113775	Perdigueiros	perdigueiros	ES	33777	0	Europe/Madrid	43.24052	-6.95451		Perdigueiros		34	O	33061	
3113778	Perdices	perdices	ES	42218	0	Europe/Madrid	41.48163	-2.45538		Perdices		55	SO	42204	
3113784	Peratallada	peratallada	ES	17113	0	Europe/Madrid	41.97812	3.08999				56	GI	17902	
3113786	Perapertú	perapertu	ES	34839	0	Europe/Madrid	42.91736	-4.36827		Perapertu,Perapertú		55	P	34160	
3113787	Peranzanes	peranzanes	ES	24429	331	Europe/Madrid	42.87725	-6.63383		Peranzanes	24112	55	LE	24112	
3113789	Perandones	perandones	ES	33814	0	Europe/Madrid	42.5732	-6.77294		Parandones,Perandones		55	LE	24206	
3113792	Peramola	peramola	ES	25790	381	Europe/Madrid	42.05771	1.26767		Peramola		56	L	25044	
3113794	Peramato	peramato	ES	37493	0	Europe/Madrid	40.84083	-6.20568		Peramato		55	SA	37241	
3113795	Peralveche	peralveche	ES	19493	101	Europe/Madrid	40.61078	-2.44957		Peralveche	19217	54	GU	19217	
3113796	Peraltilla	peraltilla	ES	22311	183	Europe/Madrid	42.05407	-0.0184		Peraltilla	22176	52	HU	22176	
3113797	Peralta de la Sal	peralta-de-la-sal	ES	22513	0	Europe/Madrid	41.99242	0.3862		Peralta de la Sal		52	HU	22175	
3113798	Peralta de Alcofea	peralta-de-alcofea	ES	22210	663	Europe/Madrid	41.93153	-0.0677		Peralta de Alcofea,Peralta de Alcofen		52	HU	22235	
3113801	Perales de Tajuña	perales-de-tajuna	ES	28540	2462	Europe/Madrid	40.2313	-3.35021		Perales de Tajuna,Perales de Tajuña,Tajuna,Tajuña	28110	29	M	28110	
3113804	Perales del Puerto	perales-del-puerto	ES	10896	976	Europe/Madrid	40.15596	-6.68192		Perales del Puerto	10142	57	CC	10142	
3113809	Perales	perales	ES	34133	103	Europe/Madrid	42.19398	-4.58105			34127	55	P	34127	
3113810	Peralejos de Solís	peralejos-de-solis	ES	37609	0	Europe/Madrid	40.71392	-5.94849		Peralejos de Solis,Peralejos de Solís		55	SA	37211	
3113811	Peralejos de las Truchas	peralejos-de-las-truchas	ES	19313	167	Europe/Madrid	40.59336	-1.90953		Peralejos de las Truchas	19216	54	GU	19216	
3113812	Peralejos de Arriba	peralejos-de-arriba	ES	37216	60	Europe/Madrid	41.0041	-6.33362		Peralejos de Arriba	37249	55	SA	37249	
3113813	Peralejos de Abajo	peralejos-de-abajo	ES	37216	186	Europe/Madrid	41.00469	-6.36238		Peralejos de Abajo	37248	55	SA	37248	
3113814	Peralejos	peralejos	ES	44162	87	Europe/Madrid	40.48433	-1.03408		Peralejos	44181	52	TE	44181	
3113815	Peralejo de los Escuderos	peralejo-de-los-escuderos	ES	42315	0	Europe/Madrid	41.29908	-3.10311		Peralejo,Peralejo de los Escuderos		55	SO	42155	
3113816	Peralejo	peralejo	ES	28211	0	Europe/Madrid	40.53957	-4.12562				29	M	28054	
3113818	Peral de Arlanza	peral-de-arlanza	ES	09342	219	Europe/Madrid	42.07612	-4.07733		Peral de Arlanza	09262	55	BU	09262	
3113820	Perafort	perafort	ES	43152	777	Europe/Madrid	41.19161	1.2555		Perafort		56	T	43100	
3113822	Perafita	perafita	ES	08589	377	Europe/Madrid	42.04226	2.10703		Perafita		56	B	08201	
3113823	Peracense	peracense	ES	44369	108	Europe/Madrid	40.64099	-1.47075		Peracense	44180	52	TE	44180	
3113824	Peracamps	peracamps	ES	25281	0	Europe/Madrid	41.91378	1.44318		Peracamps		56	L	25129	
3113840	Peque	peque	ES	49318	171	Europe/Madrid	42.07297	-6.27489		Peque	49150	55	ZA	49150	
3113842	Pepín	pepin	ES	32625	0	Europe/Madrid	43.54225	-6.15373		Pepin,Pepín		34	O	33021	
3113843	Pepín	pepin	ES	32625	0	Europe/Madrid	42.00757	-7.41687		Pepin,Pepín		58	OR	32021	
3113847	Peón	peon	ES	33314	49	Europe/Madrid	43.48333	-5.53333		Peon,Peón,Santiago		34	O	33076	
3113848	Penzol	penzol	ES	33778	0	Europe/Madrid	43.42911	-6.95433		Penzol		34	O	33074	
3113850	Peñueco	penueco	ES	33536	0	Europe/Madrid	43.30382	-5.41643				34	O	33049	
3113856	Penosiños	penosinos	ES	32811	0	Europe/Madrid	42.18333	-8.05		Penosinos,Penosiños,San Andres,San Andrés		58	OR	32068	
3113857	Penosiños	penosinos	ES	32811	0	Europe/Madrid	42.16667	-8.05		Penosinos,Penosiños,San Salvador		58	OR	32068	
3113858	Penoselo	penoselo	ES	24437	0	Europe/Madrid	42.75803	-6.75368		Penoselo		55	LE	24196	
3113860	Peníscola	peniscola	ES	12598	6006	Europe/Madrid	40.3574	0.40692		Penhiscola,Penhíscola,Peniscola,Peníscola,Peñíscola		60	CS	12089	
3113865	Peñerudes	penerudes	ES	33162	0	Europe/Madrid	43.28333	-5.93333		Penerudes,Peñerudes,San Pedro		34	O	33038	
3113867	Penelles	penelles	ES	25335	0	Europe/Madrid	41.75	0.96667		Penelles	25164	56	L	25164	
3113868	Peñella	penella	ES	03870	0	Europe/Madrid	43.3884	-5.40605				34	O	33009	
3113869	Penela	penela	ES	33749	0	Europe/Madrid	42.49005	-7.48013		Penela,Santa Maria,Santa María		58	LU	27031	
3113870	Penela	penela	ES	33749	0	Europe/Madrid	42.19854	-7.98934		Santiago		58	OR	32020	
3113875	Peneda	peneda	ES	33810	0	Europe/Madrid	43.05	-6.91667		Peneda		34	O	33028	
3113877	Pendueles	pendueles	ES	33598	0	Europe/Madrid	43.39726	-4.63545		Pendueles		34	O	33036	
3113878	Pendosén	pendosen	ES	33875	0	Europe/Madrid	43.28596	-6.53921		Pendosen,Pendosén		34	O	33073	
3113879	Pendones	pendones	ES	33997	0	Europe/Madrid	43.14941	-5.2552		Pendones		34	O	33015	
3113880	Pendilla	pendilla	ES	24699	0	Europe/Madrid	43.02592	-5.70254		Pendilla		55	LE	24901	
3113881	Pendes	pendes	ES	39584	0	Europe/Madrid	43.20142	-4.6104				39	S	39022	
3113883	Pende	pende	ES	33891	0	Europe/Madrid	43.45745	-6.33971		Pende		34	O	33059	
3113884	Pendás	pendas	ES	33549	0	Europe/Madrid	43.39819	-5.18546				34	O	33045	
3113885	Penches	penches	ES	09593	0	Europe/Madrid	42.72722	-3.37455		Penches		55	BU	09238	
3113886	Peñausende	penausende	ES	49178	490	Europe/Madrid	41.28662	-5.86755		Pen'jausende,Penausade,Penausende,Peñausade,Peñausende,pei ni ao sen de,Пеньяусенде,佩尼奥森德	49149	55	ZA	49149	
3113887	Peñaullán	penaullan	ES	33127	0	Europe/Madrid	43.49324	-6.09562		Penaullan,Peñaullán		34	O	33051	
3113898	Peñas	penas	ES	27568	0	Europe/Madrid	43.1105	-6.6319				34	O	33011	
3113899	Penas	penas	ES	27568	15	Europe/Madrid	42.80627	-7.79567		Penas,San Miguel		58	LU	27032	
3113900	Penas	penas	ES	27568	0	Europe/Madrid	42.6969	-9.01034				58	C	15071	
3113902	Peña Rubia	pena-rubia	ES	33929	0	Europe/Madrid	43.32227	-5.72205		La Pena,La Peña,Pena Rubia,Peña Rubia		34	O	33031	
3113903	Penarrubia	penarrubia	ES	02486	0	Europe/Madrid	42.94512	-7.2191		Penarrubia		58	LU	27901	
3113904	Peñarroyas	penarroyas	ES	44709	0	Europe/Madrid	40.85566	-0.75733		Penarroyas,Peñarroyas		52	TE	44155	
3113905	Peñarroya de Tastavíns	penarroya-de-tastavins	ES	44586	522	Europe/Madrid	40.75616	0.03983		Penarroya de Tastavins,Peñarroya de Tastavíns		52	TE	44179	
3113908	Peñarandilla	penarandilla	ES	37820	256	Europe/Madrid	40.88348	-5.3936		Penarandilla,Peñarandilla	37247	55	SA	37247	
3113909	Peñaranda de Duero	penaranda-de-duero	ES	09410	587	Europe/Madrid	41.68849	-3.47863		Penaranda,Peñaranda	09261	55	BU	09261	
3113910	Peñaranda de Bracamonte	penaranda-de-bracamonte	ES	37300	6260	Europe/Madrid	40.90108	-5.20026		Pen'jaranda-de-Brakamonte,Penaranda de Bracamonte,Peñaranda de Bracamonte,pei ni ya lan da de fu la ka meng te,Пеньяранда-де-Бракамонте,ペニャランダ・デ・ブラカモンテ,佩尼亚兰达德夫拉卡蒙特	37246	55	SA	37246	
3113912	Peñaparda	penaparda	ES	37523	439	Europe/Madrid	40.32093	-6.66948		Penaparda,Peñaparda	37245	55	SA	37245	
3113913	Peñanes	penanes	ES	33162	0	Europe/Madrid	43.28722	-5.8934		Penanes,Peñanes		34	O	33038	
3113917	Peñamil	penamil	ES	27659	0	Europe/Madrid	42.9408	-7.05788		Penamil,Peñamil,Santiago		58	LU	27034	
3113920	Peñalver	penalver	ES	19134	204	Europe/Madrid	40.5814	-2.8889		Penalver,Peñalver	19215	54	GU	19215	
3113923	Peñaloscintos	penaloscintos	ES	26124	0	Europe/Madrid	42.17298	-2.68166		Penaloscintos,Peñaloscintos		27	LO	26112	
3113926	Peñalén	penalen	ES	19462	125	Europe/Madrid	40.6656	-2.06999		Penalen,Peñalén	19214	54	GU	19214	
3113929	Peñalba de Santiago	penalba-de-santiago	ES	24415	0	Europe/Madrid	42.42693	-6.54064		Penalba de Santiago,Peñalba de Santiago		55	LE	24115	
3113930	Peñalba de San Esteban	penalba-de-san-esteban	ES	42345	0	Europe/Madrid	41.53734	-3.26104		Penalba de San Esteban,Peñalba de San Esteban		55	SO	42162	
3113931	Peñalba de Manzanedo	penalba-de-manzanedo	ES	09558	0	Europe/Madrid	42.9077	-3.71729		Penalba de Manzanedo,Peñalba de Manzanedo		55	BU	09409	
3113933	Peñalba de la Sierra	penalba-de-la-sierra	ES	28190	0	Europe/Madrid	41.14329	-3.39083		Penalba de la Sierra,Peñalba de la Sierra		54	GU	19067	
3113935	Peñalba de Castro	penalba-de-castro	ES	09454	0	Europe/Madrid	41.78808	-3.36648		Clunia,Colonia Clunia Sulpicia,Penalba de Castro,Peñalba de Castro		55	BU	09112	
3113936	Peñalba de Ávila	penalba-de-avila	ES	05163	130	Europe/Madrid	40.77266	-4.74595		Penalba de Avila,Peñalba de Ávila	05185	55	AV	05185	
3113937	Peñalba	penalba	ES	12414	723	Europe/Madrid	41.50087	-0.03798		Penalba,Peñalba	22172	52	HU	22172	
3113941	Peñahorada	penahorada	ES	09591	0	Europe/Madrid	42.49919	-3.64643				55	BU	09906	
3113944	Penagos	penagos	ES	39627	1704	Europe/Madrid	43.35216	-3.81382		Penagos	39048	39	S	39048	
3113948	Peñafurada	penafurada	ES	33739	0	Europe/Madrid	43.15	-6.93333		Penafurada,Peñafurada		34	O	33027	
3113949	Peñafuente	penafuente	ES	33739	0	Europe/Madrid	43.16351	-6.93576		Penafuente,Peñafuente		34	O	33027	
3113951	Peñafolgueros	penafolgueros	ES	33879	0	Europe/Madrid	43.39788	-6.43523		Penafolgueros,Peñafolgueros		34	O	33073	
3113952	Peñaflor de Hornija	penaflor-de-hornija	ES	47640	409	Europe/Madrid	41.71159	-4.98333		Penaflor,Penaflor de Hornija,Peñaflor,Peñaflor de Hornija	47115	55	VA	47115	
3113955	Peñaflor	penaflor	ES	32666	261	Europe/Madrid	43.4023	-6.04609				34	O	33026	
3113956	Peñaflor	penaflor	ES	32666	0	Europe/Madrid	41.76056	-0.79741				52	Z	50297	
3113957	Peñafiel	penafiel	ES	38290	5455	Europe/Madrid	41.60165	-4.11418		Penafiel,Peñafiel	47114	55	VA	47114	
3113958	Peñaferruz	penaferruz	ES	33392	0	Europe/Madrid	43.45558	-5.73459		Penaferruz,Peñaferruz		34	O	33024	
3113967	Peña de Cabra	pena-de-cabra	ES	37609	0	Europe/Madrid	40.73336	-5.93285		Pena de Cabra,Peña de Cabra		55	SA	37211	
3113971	Peñacoba	penacoba	ES	09610	0	Europe/Madrid	41.93863	-3.40426		Penacoba,Penacova,Peñacoba,Peñacova		55	BU	09358	
3113972	Urizaharra / Peñacerrada	penacerrada	ES	01212	264	Europe/Madrid	42.64356	-2.70796		Penacerrada,Peñacerrada,Urizaharra		59	VI	01044	
3113976	Peñacaballera	penacaballera	ES	37727	184	Europe/Madrid	40.34353	-5.86121			37244	55	SA	37244	
3114005	Pembes	pembes	ES	39582	0	Europe/Madrid	43.12955	-4.74558		Pembes		39	S	39015	
3114006	Pelúgano	pelugano	ES	33686	0	Europe/Madrid	43.15196	-5.58222		Pelugano,Pelúgano		34	O	33002	
3114007	Pelou	pelou	ES	33730	0	Europe/Madrid	43.16076	-6.90145		Pelou		34	O	33027	
3114008	Pelorde	pelorde	ES	33735	14	Europe/Madrid	43.26667	-6.83333				34	O	33048	
3114010	Pelogra	pelogra	ES	33747	0	Europe/Madrid	43.52807	-6.89515		Pelogra		34	O	33070	
3114012	Pelilla	pelilla	ES	37116	0	Europe/Madrid	41.18381	-6.05481		Pelilla		55	SA	37170	
3114014	Pelegrina	pelegrina	ES	19268	0	Europe/Madrid	41.01474	-2.63986		Pelegrina		54	GU	19257	
3114015	Peleas de Arriba	peleas-de-arriba	ES	49706	0	Europe/Madrid	41.32219	-5.73692		Peleas de Arriba		55	ZA	49054	
3114016	Peleas de Abajo	peleas-de-abajo	ES	49191	254	Europe/Madrid	41.3926	-5.68966		Peleas de Abajo	49148	55	ZA	49148	
3114017	Peleagonzalo	peleagonzalo	ES	49880	380	Europe/Madrid	41.48175	-5.48304		Peleagonzalo	49147	55	ZA	49147	
3114018	Pelayos del Arroyo	pelayos-del-arroyo	ES	40170	62	Europe/Madrid	41.05086	-3.94104		Pelayos del Arroyo	40157	55	SG	40157	
3114019	Pelayos de la Presa	pelayos-de-la-presa	ES	28696	2197	Europe/Madrid	40.36051	-4.33462			28109	29	M	28109	
3114020	Pelayos	pelayos	ES	37787	131	Europe/Madrid	40.64985	-5.5758		Pelayos	37242	55	SA	37242	
3114024	Pelarrodríguez	pelarrodriguez	ES	37209	193	Europe/Madrid	40.88723	-6.21271		Pelarrodriguez,Pelarrodríguez	37241	55	SA	37241	
3114025	Pelahustán	pelahustan	ES	45918	364	Europe/Madrid	40.17599	-4.59842			45131	54	TO	45131	
3114032	Pelabravo	pelabravo	ES	37181	919	Europe/Madrid	40.93658	-5.57916		Pelabravo	37240	55	SA	37240	
3114036	Peites	peites	ES	27318	0	Europe/Madrid	42.40244	-7.23034		Peites		58	LU	27052	
3114037	Peirones	peirones	ES	33728	0	Europe/Madrid	43.41504	-6.8253		Peirones		34	O	33007	
3114040	Peibás	peibas	ES	27579	0	Europe/Madrid	42.75243	-7.86819				58	LU	27003	
3114041	Peguerinos	peguerinos	ES	05239	346	Europe/Madrid	40.6262	-4.23154			05184	55	AV	05184	
3114045	Pedruzo	pedruzo	ES	09217	0	Europe/Madrid	42.71435	-2.6932				55	BU	09109	
3114047	Pedruño	pedruno	ES	33193	44	Europe/Madrid	43.35	-5.91667		Pedruno,Pedruño		34	O	33044	
3114048	Pedrún de Torío	pedrun-de-torio	ES	24820	0	Europe/Madrid	42.78647	-5.49856		Pedrun de Torio,Pedrún de Torío		55	LE	24076	
3114051	Pedroveya	pedroveya	ES	33115	0	Europe/Madrid	43.26823	-5.96791		Pedroveya		34	O	33053	
3114057	Pedrotoro	pedrotoro	ES	37595	0	Europe/Madrid	40.60957	-6.46491		Caserio Pedrotoro,Caserío Pedrotoro,Pedrotoro		55	SA	37107	
3114058	Pedroso de la Carballeda	pedroso-de-la-carballeda	ES	49594	0	Europe/Madrid	41.95944	-6.4745		Pedroso de la Carballeda		55	ZA	49110	
3114059	Pedroso de la Abadesa	pedroso-de-la-abadesa	ES	47132	0	Europe/Madrid	41.55317	-4.93658		El Pedroso,El Pedroso la Abadesa,Pedroso de la Abadesa		55	VA	47165	
3114064	Pedroso	pedroso	ES	26321	0	Europe/Madrid	43.53333	-8.1		Pedroso,San Salvador		58	C	15054	
3114065	Pedroso	pedroso	ES	26321	0	Europe/Madrid	43.34896	-4.93775				34	O	33043	
3114066	Pedroso	pedroso	ES	26321	0	Europe/Madrid	43.22776	-3.84268		Pedroso		39	S	39098	
3114067	Pedroso	pedroso	ES	26321	0	Europe/Madrid	42.68333	-7.98333		Pedroso,San Julian,San Julián		58	PO	36047	
3114068	Pedroso	pedroso	ES	26321	99	Europe/Madrid	42.29959	-2.71889		Pedroso,pei de luo suo,Педросо,Պեդրոսո,佩德罗索	26114	27	LO	26114	
3114069	Pedrosillo el Ralo	pedrosillo-el-ralo	ES	37427	124	Europe/Madrid	41.06305	-5.54794		Pedrosillo el Ralo	37238	55	SA	37238	
3114070	Pedrosillo de los Aires	pedrosillo-de-los-aires	ES	37788	401	Europe/Madrid	40.71524	-5.70511		Pedrosillo de los Aires	37237	55	SA	37237	
3114071	Pedrosillo de Alba	pedrosillo-de-alba	ES	37871	216	Europe/Madrid	40.82277	-5.39506		Pedrosillo de Alba	37236	55	SA	37236	
3114074	Pedrosa de Tobalina	pedrosa-de-tobalina	ES	09549	0	Europe/Madrid	42.85163	-3.33467		Pedrosa de Tobalina		55	BU	09412	
3114075	Pedrosa de Río-Urbel	pedrosa-de-rio-urbel	ES	09131	269	Europe/Madrid	42.40964	-3.82215		Pedrosa de Rio-Urbel,Pedrosa de Río-Urbel		55	BU	09259	
3114076	Pedrosa de Muñó	pedrosa-de-muno	ES	09239	0	Europe/Madrid	42.22699	-3.81277				55	BU	09125	
3114077	Pedrosa del Rey	pedrosa-del-rey	ES	47112	0	Europe/Madrid	42.96667	-4.96667				55	LE	24020	
3114078	Pedrosa del Rey	pedrosa-del-rey	ES	47112	217	Europe/Madrid	41.55617	-5.20466		Pedrosa del Rey	47113	55	VA	47113	
3114079	Pedrosa del Príncipe	pedrosa-del-principe	ES	09119	206	Europe/Madrid	42.24918	-4.19849		Pedrosa del Principe,Pedrosa del Príncipe	09258	55	BU	09258	
3114080	Pedrosa del Páramo	pedrosa-del-paramo	ES	09133	99	Europe/Madrid	42.44208	-3.9719			09257	55	BU	09257	
3114081	Pedrosa de la Vega	pedrosa-de-la-vega	ES	34116	361	Europe/Madrid	42.48159	-4.74678			34126	55	P	34126	
3114082	Pedrosa de Duero	pedrosa-de-duero	ES	09314	498	Europe/Madrid	41.71289	-3.98804		Pedrosa de Duero	09256	55	BU	09256	
3114084	Pedrosa	pedrosa	ES	24837	0	Europe/Madrid	43.41371	-5.5322				34	O	33065	
3114085	Pedrosa	pedrosa	ES	24837	0	Europe/Madrid	43.00896	-3.74232				55	BU	09216	
3114086	Pedrosa	pedrosa	ES	24837	0	Europe/Madrid	42.95069	-5.52829		Pedrosa		55	LE	24037	
3114089	Pedro Rodríguez	pedro-rodriguez	ES	05165	222	Europe/Madrid	40.93727	-4.78571		Pedro Rodriguez,Pedro Rodríguez		55	AV	05183	
3114092	Pedro Muñoz	pedro-munoz	ES	10630	0	Europe/Madrid	40.29067	-6.3338		Caserio Pedro Munoz,Caserío Pedro Muñoz,Pedro Munoz,Pedro Muñoz		57	CC	10050	
3114097	Pedrola	pedrola	ES	50690	2945	Europe/Madrid	41.79102	-1.21357		Pedrola	50204	52	Z	50204	
3114101	Pedro Bernardo	pedro-bernardo	ES	05470	1243	Europe/Madrid	40.24214	-4.90963		Pedro Bernardo,Pedro-Bernardo,bydrw byrnardw,pdrw brnardw,pei de luo wei er na er duo,Педро Бернардо,Педро-Бернардо,بيدرو بيرناردو,پدرو برناردو,佩德罗韦尔纳尔多	05182	55	AV	05182	
3114102	Pedro Alvaro	pedro-alvaro	ES	37267	0	Europe/Madrid	40.89092	-6.43672		Pedro Alvaro		55	SA	37363	
3114106	Pedro	pedro	ES	42344	0	Europe/Madrid	41.31677	-3.19329		Pedro		55	SO	42120	
3114112	Pedrezuela	pedrezuela	ES	28723	2571	Europe/Madrid	40.74277	-3.5998		Pedrezuela	28108	29	M	28108	
3114114	Pedrera	pedrera	ES	41566	0	Europe/Madrid	43.49026	-5.69719				34	O	33024	
3114115	Pedrera	pedrera	ES	41566	0	Europe/Madrid	43.38008	-5.58987				34	O	33066	
3114116	Pedreo	pedreo	ES	39554	0	Europe/Madrid	43.25363	-4.4165		Pedreo		39	S	39063	
3114118	Pedreña	pedrena	ES	39130	0	Europe/Madrid	43.43927	-3.76944		Pedrena,Pedreña		39	S	39040	
3114123	Pedregal	pedregal	ES	24273	0	Europe/Madrid	42.6702	-5.84433		Pedregal		55	LE	24104	
3114124	Pedredo	pedredo	ES	24720	0	Europe/Madrid	42.44635	-6.20109		Pedredo		55	LE	24152	
3114125	Pedreda	pedreda	ES	27191	0	Europe/Madrid	43.0415	-7.50187		Pedreda		58	LU	27028	
3114126	Pedre	pedre	ES	33737	0	Europe/Madrid	42.52975	-8.43535				58	PO	36902	
3114128	Pedrazales	pedrazales	ES	49361	0	Europe/Madrid	42.11722	-6.66946		Pedrazales		55	ZA	49085	
3114129	Pedraza de Yeltes	pedraza-de-yeltes	ES	37496	0	Europe/Madrid	40.72381	-6.34021		Dehesa Pedraza de Yeltes,Pedraza de Yeltes		55	SA	37097	
3114130	Pedraza de Campos	pedraza-de-campos	ES	34170	116	Europe/Madrid	41.98419	-4.73524		Pedraza de Campos	34125	55	P	34125	
3114131	Pedraza de Alba	pedraza-de-alba	ES	37882	279	Europe/Madrid	40.75502	-5.37524		Pedraza de Alba	37235	55	SA	37235	
3114132	Pedraza	pedraza	ES	40172	30	Europe/Madrid	42.819	-7.86521				58	LU	27032	
3114133	Pedraza	pedraza	ES	40172	0	Europe/Madrid	41.86669	-2.39469		Pedraza		55	SO	42089	
3114134	Pedraza	pedraza	ES	40172	497	Europe/Madrid	41.13092	-3.81116		Pedraza,Pedraza de la Sierra	40156	55	SG	40156	
3114137	Pedralba de la Pradería	pedralba-de-la-praderia	ES	49392	272	Europe/Madrid	42.02476	-6.69556		Pedralba,Pedralba de la Praderia,Pedralba de la Pradería		55	ZA	49050	
3114138	Pedrajas de San Esteban	pedrajas-de-san-esteban	ES	47430	3349	Europe/Madrid	41.34145	-4.58225		Pedrajas de San Esteban	47112	55	VA	47112	
3114140	Pedrajas	pedrajas	ES	42190	0	Europe/Madrid	41.82589	-2.57541		Pedrajas		55	SO	42173	
3114141	Pedraja de San Esteban	pedraja-de-san-esteban	ES	42391	0	Europe/Madrid	41.54963	-3.14693		Pedraja de San Esteban		55	SO	42162	
3114143	Pedrafigueira	pedrafigueira	ES	15293	0	Europe/Madrid	42.83298	-9.09006		Pedrafigueira		58	C	15020	
3114148	Pedernal	pedernal	ES	37148	0	Europe/Madrid	41.05852	-6.23375		Pedernal		55	SA	37126	
3114149	Peciña	pecina	ES	26339	0	Europe/Madrid	42.58812	-2.72543		Pecina,Peciña		27	LO	26142	
3114151	Pechón	pechon	ES	39594	0	Europe/Madrid	43.38984	-4.49009		Pechon,Pechón		39	S	39095	
3114153	Pecharromán	pecharroman	ES	40238	0	Europe/Madrid	41.47864	-3.95251		Pecharroman,Pecharromán		55	SG	40215	
3114158	Pazuengos	pazuengos	ES	26261	42	Europe/Madrid	42.31776	-2.92539		Pazuengos	26113	27	LO	26113	
3114161	Pazos de Arriba	pazos-de-arriba	ES	32456	0	Europe/Madrid	43.26268	-8.81878				58	C	15068	
3114163	Pazos	pazos	ES	15614	0	Europe/Madrid	43.26667	-8.81667		Pazos,San Salvador		58	C	15068	
3114164	Pazos	pazos	ES	15614	0	Europe/Madrid	43.14535	-8.90405				58	C	15093	
3114165	Pazos	pazos	ES	15614	0	Europe/Madrid	43.12177	-8.96577				58	C	15093	
3114166	Pazos	pazos	ES	15614	0	Europe/Madrid	42.98333	-9				58	C	15045	
3114167	Pazos	pazos	ES	15614	0	Europe/Madrid	42.79369	-8.46772				58	C	15012	
3114169	Pazos	pazos	ES	15614	0	Europe/Madrid	42.68305	-8.41426				58	PO	36017	
3114170	Pazos	pazos	ES	15614	0	Europe/Madrid	42.66725	-8.894				58	C	15011	
3114171	Pazos	pazos	ES	15614	0	Europe/Madrid	42.39982	-8.15023		Pazos,San Salvador		58	OR	32013	
3114172	Pazos	pazos	ES	15614	0	Europe/Madrid	42.30016	-7.80254				58	OR	32075	
3114173	Pazos	pazos	ES	15614	0	Europe/Madrid	41.93977	-7.45345				58	OR	32085	
3114178	Pagoeta / Payueta	payueta	ES	01211	0	Europe/Madrid	42.65176	-2.72701		Pagoeta,Payueta		59	VI	01044	
3114179	Payo de Ojeda	payo-de-ojeda	ES	34485	84	Europe/Madrid	42.71859	-4.47752		Payo de Ojeda	34124	55	P	34124	
3114184	Pavierna	pavierna	ES	33691	0	Europe/Madrid	43.53613	-5.73903		Pavierna		34	O	33024	
3114186	Paúls	pauls	ES	25512	0	Europe/Madrid	42.39652	0.9826				56	L	25227	
3114188	Paúles de Lara	paules-de-lara	ES	09640	0	Europe/Madrid	42.14914	-3.46673		Paules de Lara,Paúles de Lara		55	BU	09191	
3114189	Paúles del Agua	paules-del-agua	ES	09345	0	Europe/Madrid	42.00966	-3.85096		Paules del Agua,Paúles del Agua		55	BU	09032	
3114191	Paúles	paules	ES	02489	0	Europe/Madrid	43.25256	-3.33345		Paules		59	BI	48022	
3114192	Paúles	paules	ES	02489	0	Europe/Madrid	42.3063	0.0405				52	HU	22907	
3114193	Paúles	paules	ES	02489	0	Europe/Madrid	42.09911	-0.98117				52	Z	50100	
3114196	Paúl	paul	ES	01420	0	Europe/Madrid	42.72177	-4.15916				55	BU	09415	
3114198	Pau	pau	ES	17494	446	Europe/Madrid	42.31607	3.11621		Pau	17128	56	GI	17128	
3114199	Patones	patones	ES	28189	378	Europe/Madrid	40.85563	-3.4849		Patones,Patones de Abajo	28107	29	M	28107	
3114201	Paternáin	paternain	ES	31190	0	Europe/Madrid	42.78521	-1.74395		Paternain,Paternáin		32	NA	31076	
3114203	Pastur	pastur	ES	33734	0	Europe/Madrid	43.33599	-6.91479		Pastur		34	O	33029	
3114204	Pastrana	pastrana	ES	19100	1081	Europe/Madrid	40.41902	-2.92256		Pastrana	19212	54	GU	19212	
3114212	Pascualgrande	pascualgrande	ES	05309	0	Europe/Madrid	40.88916	-4.96398		Pascualgrande		55	AV	05065	
3114213	Pascuales	pascuales	ES	40122	0	Europe/Madrid	41.0538	-4.38097		Pascuales		55	SG	40185	
3114214	Pascualcobo	pascualcobo	ES	05150	0	Europe/Madrid	40.83618	-4.8082		Barrio Pascualcobo,Pascualcobo		55	AV	05194	
3114215	Pascualcobo	pascualcobo	ES	05150	0	Europe/Madrid	40.65637	-5.27733		Pascualcobo	05181	55	AV	05181	
3114216	Pascáis	pascais	ES	27628	0	Europe/Madrid	42.73144	-7.3441				58	LU	27057	
3114217	Pasarón	pasaron	ES	33776	0	Europe/Madrid	43.3196	-7.011		Pasaron,Pasarón		34	O	33075	
3114218	Pasarón	pasaron	ES	33776	0	Europe/Madrid	40.05175	-5.82123		Pasaron,Pasaron de la Vera,Pasarón,Pasarón de la Vera		57	CC	10138	
3114219	Pasarilla del Rebollar	pasarilla-del-rebollar	ES	05143	0	Europe/Madrid	40.679	-5.00617		Pasarilla del Rebollar		55	AV	05252	
3114220	Pasariegos	pasariegos	ES	49240	0	Europe/Madrid	41.34059	-6.15195		Pasariegos		55	ZA	49264	
3114222	Pasarela	pasarela	ES	15129	0	Europe/Madrid	43.14566	-9.04777		Pasarela		58	C	15092	
3114226	Passanant	passanant	ES	43425	0	Europe/Madrid	41.5316	1.19699		Pasanant,Passanant		56	T	43101	43101
3114227	Pasai San Pedro	pasai-san-pedro	ES	20110	0	Europe/Madrid	43.32442	-1.93016		Pasai San Pedro,Pasajes,Pasajes de San Pedro,San Pedro		59	SS	20064	
3114237	Parzán	parzan	ES	22365	0	Europe/Madrid	42.66093	0.20783		Parzan,Parzán		52	HU	22057	
3114238	Partovia	partovia	ES	32515	81	Europe/Madrid	42.4	-8.08333		Partovia		58	OR	32019	
3114239	Partearroyo	partearroyo	ES	09587	0	Europe/Madrid	43.14755	-3.28436		Partearroyo		55	BU	09410	
3114242	Parrillas	parrillas	ES	45611	407	Europe/Madrid	40.06225	-5.0639		Parrillas	45130	54	TO	45130	
3114254	Parlero	parlero	ES	33717	0	Europe/Madrid	43.40227	-6.67119		Parlero		34	O	33077	
3114255	Parlavà	parlava	ES	17133	0	Europe/Madrid	42.02163	3.03197		Parlaba,Parlabá,Parlava,Parlavà	17126	56	GI	17126	
3114256	Parla	parla	ES	28980	115611	Europe/Madrid	40.23604	-3.76752		Parla,barla,pa er la,Парла,بارلا,帕尔拉	28106	29	M	28106	
3114257	Páriza	pariza	ES	09216	0	Europe/Madrid	42.69303	-2.61835		Pariza		55	BU	09109	
3114266	Parets d'Empordà	parets-d-emporda	ES	17468	0	Europe/Madrid	42.16667	2.9		Parets		56	GI	17218	
3114267	Parets del Vallès	parets-del-valles	ES	08150	17632	Europe/Madrid	41.57481	2.23306		Parets del Valles,Parets del Vallès,Sant Esteve de Parets		56	B	08107	
3114269	Paresotas	paresotas	ES	09512	0	Europe/Madrid	42.98945	-3.33031				55	BU	09209	
3114270	Pareja	pareja	ES	19129	482	Europe/Madrid	40.55578	-2.64882		Pareja	19211	54	GU	19211	
3114271	Paredesroyas	paredesroyas	ES	42132	0	Europe/Madrid	41.63626	-2.27855		Paredesroyas		55	SO	42096	
3114272	Paredes de Sigüenza	paredes-de-siguenza	ES	19277	42	Europe/Madrid	41.24283	-2.73376		Paredes,Paredes de Siguenza,Paredes de Sigüenza	19210	54	GU	19210	
3114273	Paredes de Nava	paredes-de-nava	ES	34300	2274	Europe/Madrid	42.15367	-4.69193		Paredes,Paredes de Nava	34123	55	P	34123	
3114275	Paredes de Escalona	paredes-de-escalona	ES	45908	107	Europe/Madrid	40.20472	-4.4305		Paredes,Paredes de Escalona	45129	54	TO	45129	
3114276	Paredes de Buitrago	paredes-de-buitrago	ES	28196	0	Europe/Madrid	41.00562	-3.56173		Paredes de Buitrago		29	M	28902	
3114277	Paredes	paredes	ES	16465	0	Europe/Madrid	43.22063	-7.28581				58	LU	27029	
3114278	Paredes	paredes	ES	16465	0	Europe/Madrid	42.26797	-7.4601				58	OR	32049	
3114279	Paredes	paredes	ES	16465	0	Europe/Madrid	42.25	-8.51667		Paredes,San Ciprian,San Ciprián		58	PO	36042	
3114280	Paredes	paredes	ES	16465	81	Europe/Madrid	40.06578	-2.854		Paredes	16151	54	CU	16151	
3114282	Pardos	pardos	ES	19336	0	Europe/Madrid	41.14051	-1.66517				52	Z	50001	
3114283	Pardos	pardos	ES	19336	0	Europe/Madrid	40.94818	-1.92555		Pardos	19209	54	GU	19209	
3114284	Pardinilla	pardinilla	ES	22714	0	Europe/Madrid	42.54309	-0.41602				52	HU	22199	
3114285	Pardiñas	pardinas	ES	33775	0	Europe/Madrid	43.09386	-9.14142				58	C	15052	
3114286	Pardines	pardines	ES	17534	0	Europe/Madrid	42.31312	2.21375		Pardines		56	GI	17145	
3114290	Pardilla	pardilla	ES	09462	124	Europe/Madrid	41.55183	-3.71089		Pardilla,Pardillo	09253	55	BU	09253	
3114292	Pardesivil	pardesivil	ES	24848	0	Europe/Madrid	42.7887	-5.41544		Pardesivil		55	LE	24151	
3114293	Parderrubias	parderrubias	ES	32830	0	Europe/Madrid	42.23678	-7.92067				58	OR	32047	
3114294	Parderrubias	parderrubias	ES	32830	0	Europe/Madrid	42.09981	-8.57282		Parderrubias,Santo Tome,Santo Tomé		58	PO	36049	
3114297	Pardavedra	pardavedra	ES	32812	0	Europe/Madrid	42.16121	-7.87484				58	OR	32014	
3114298	Pardavé	pardave	ES	24820	0	Europe/Madrid	42.80759	-5.50489		Pardave,Pardavé		55	LE	24098	
3114300	Pardamaza	pardamaza	ES	24457	0	Europe/Madrid	42.7573	-6.4643		Pardamaza		55	LE	24169	
3114302	Parda	parda	ES	33547	0	Europe/Madrid	43.3798	-5.10323		Parda		34	O	33012	
3114303	Parbayón	parbayon	ES	39612	0	Europe/Madrid	43.3762	-3.89147		Parbayon,Parbayón		39	S	39052	
3114304	Parayuelo	parayuelo	ES	09212	0	Europe/Madrid	42.823	-3.28436		Parayuelo		55	BU	09412	
3114312	Páramo del Sil	paramo-del-sil	ES	24470	754	Europe/Madrid	42.82056	-6.48747		Paramo,Paramo del Sil,Páramo,Páramo del Sil	24110	55	LE	24110	
3114313	Páramo del Arroyo	paramo-del-arroyo	ES	09131	0	Europe/Madrid	42.38784	-3.77526				55	BU	09907	
3114314	Páramo de Boedo	paramo-de-boedo	ES	34407	110	Europe/Madrid	42.57842	-4.40042		Paramo de Boedo,Páramo de Boedo	34122	55	P	34122	
3114316	Páramo	paramo	ES	33111	0	Europe/Madrid	43.10069	-6.04226		Paramo,Páramo		34	O	33072	
3114319	Paramíos	paramios	ES	32141	0	Europe/Madrid	43.38333	-7.01667		Paramios,Paramíos,Santa Maria,Santa María		34	O	33074	
3114320	Paramio	paramio	ES	49321	0	Europe/Madrid	42.07869	-6.57978		Paramio		55	ZA	49179	
3114322	Paralacuesta	paralacuesta	ES	09515	0	Europe/Madrid	42.8928	-3.49907		Paralacuesta		55	BU	09213	
3114323	Parajís	parajis	ES	24525	0	Europe/Madrid	42.72245	-6.95519		Parajis,Parajís		55	LE	24009	
3114328	Paraes	paraes	ES	33529	80	Europe/Madrid	43.36667	-5.5		Paraes		34	O	33040	
3114329	Paradinas de San Juan	paradinas-de-san-juan	ES	37318	569	Europe/Madrid	40.98325	-5.15418		Paradinas de San Juan	37232	55	SA	37232	
3114331	Paradinas	paradinas	ES	40123	0	Europe/Madrid	41.01252	-4.38993		Paradinas		55	SG	40185	
3114332	Paradiña	paradina	ES	24512	0	Europe/Madrid	42.67902	-6.7546		Paradina,Paradiña		55	LE	24209	
3114333	Paradilla de la Sobarriba	paradilla-de-la-sobarriba	ES	24228	0	Europe/Madrid	42.5765	-5.46723		Paradilla de la Sobarriba		55	LE	24175	
3114334	Paradilla de Gordón	paradilla-de-gordon	ES	24608	0	Europe/Madrid	42.88427	-5.73597		Paradilla,Paradilla de Gordon,Paradilla de Gordón		55	LE	24114	
3114335	Paradiella	paradiella	ES	33873	0	Europe/Madrid	43.36169	-6.65456		Paradiella		34	O	33073	
3114337	Paradela de Muces	paradela-de-muces	ES	24446	0	Europe/Madrid	42.47924	-6.71016		Paradela de Muces		55	LE	24119	
3114338	Paradela del Río	paradela-del-rio	ES	24569	0	Europe/Madrid	42.53135	-6.80074		Paradela del Rio,Paradela del Río		55	LE	24206	
3114339	Paradela de Arriba	paradela-de-arriba	ES	24569	0	Europe/Madrid	42.27611	-7.24227				58	OR	32044	
3114340	Paradela de Abeleda	paradela-de-abeleda	ES	32643	0	Europe/Madrid	42.00556	-7.88604				58	OR	32062	
3114356	Paradavella	paradavella	ES	27135	0	Europe/Madrid	43.07877	-7.17081		Paradavella,San Juan		58	LU	27018	
3114358	Paradasolana	paradasolana	ES	24413	0	Europe/Madrid	42.54102	-6.45536		Paradasolana		55	LE	24100	
3114359	Paradaseca	paradaseca	ES	24510	0	Europe/Madrid	42.68433	-6.80264		Paradaseca		55	LE	24209	
3114360	Paradaseca	paradaseca	ES	24510	0	Europe/Madrid	42.4624	-7.21469		Paradaseca		58	LU	27050	
3114362	Paradas	paradas	ES	33887	0	Europe/Madrid	43.18827	-6.81728		Paradas		34	O	33001	
3114366	Parada La Vieja	parada-la-vieja	ES	33819	0	Europe/Madrid	43.14155	-6.41432		Parada La Vieja		34	O	33011	
3114367	Parada dos Montes	parada-dos-montes	ES	27339	0	Europe/Madrid	42.57331	-7.27278				58	LU	27017	
3114368	Parada de Ventosa	parada-de-ventosa	ES	32896	0	Europe/Madrid	41.93518	-8.03897		Parada de Ventosa		58	OR	32051	
3114369	Parada de Soto	parada-de-soto	ES	24523	0	Europe/Madrid	42.62844	-6.88772		Parada de Soto		55	LE	24171	
3114370	Parada de Rubiales	parada-de-rubiales	ES	37419	311	Europe/Madrid	41.14818	-5.43638		Parada de Rubiales	37231	55	SA	37231	
3114372	Parada de Outeiro	parada-de-outeiro	ES	32651	0	Europe/Madrid	42.103	-7.81068		Santa Maria,Santa María		58	OR	32090	
3114375	Parada de Laviote	parada-de-laviote	ES	32537	0	Europe/Madrid	42.49838	-8.17007		Parada de Labiote,Parada de Laviote,San Julian,San Julián		58	OR	32035	
3114377	Parada de Arriba	parada-de-arriba	ES	37129	237	Europe/Madrid	40.98655	-5.79332		Parada de Arriba	37230	55	SA	37230	
3114395	Paracuellos de la Ribera	paracuellos-de-la-ribera	ES	50299	223	Europe/Madrid	41.42273	-1.56245		Pacuellos,Paracuellos de la Ribera	50202	52	Z	50202	
3114396	Paracuellos de Jiloca	paracuellos-de-jiloca	ES	50342	514	Europe/Madrid	41.31378	-1.64029		Paracuellos de Jiloca	50201	52	Z	50201	
3114397	Paracuellos de Jarama	paracuellos-de-jarama	ES	28860	14329	Europe/Madrid	40.50353	-3.52775		Paracuellos de Jarama	28104	29	M	28104	
3114398	Para	para	ES	09567	0	Europe/Madrid	43.32337	-4.63151				34	O	33047	
3114399	Para	para	ES	09567	0	Europe/Madrid	43.07064	-3.58395				55	BU	09124	
3114403	El Papiol	el-papiol	ES	08754	0	Europe/Madrid	41.43333	2.01667		Papiol,el Papiol		56	B	08205	
3114405	Papatrigo	papatrigo	ES	05358	292	Europe/Madrid	40.8679	-4.83399		Papatrigo	05179	55	AV	05179	
3114406	Paones	paones	ES	42368	0	Europe/Madrid	41.42046	-2.88909		Paones		55	SO	42035	
3114407	Panzares	panzares	ES	26121	0	Europe/Madrid	42.29058	-2.56695		Panzares		27	LO	26165	
3114408	Panzano	panzano	ES	22141	0	Europe/Madrid	42.20947	-0.16697		Panzano		52	HU	22081	
3114411	Pantoja	pantoja	ES	45290	3071	Europe/Madrid	40.04336	-3.8328		Pantoja	45128	54	TO	45128	
3114417	Pano	pano	ES	22438	0	Europe/Madrid	42.25779	0.28234		Pano		52	HU	22117	
3114419	Panizares	panizares	ES	09559	0	Europe/Madrid	42.79978	-3.47131		Panizares		55	BU	09217	
3114421	Panizal	panizal	ES	33829	0	Europe/Madrid	43.35814	-6.05128		Panizal		34	O	33026	
3114422	Paniza	paniza	ES	50480	728	Europe/Madrid	41.284	-1.21224		Paniza	50200	52	Z	50200	
3114423	Panillo	panillo	ES	22438	0	Europe/Madrid	42.23685	0.30069		Paniello,Panillo		52	HU	22117	
3114424	Paniceros	paniceros	ES	33874	0	Europe/Madrid	43.40065	-6.49222		Paniceros		34	O	33073	
3114427	Panicera	panicera	ES	33826	0	Europe/Madrid	43.32183	-6.08574		Panicera		34	O	33026	
3114428	Pangusión	pangusion	ES	09212	0	Europe/Madrid	42.76821	-3.23481		Pangusion,Pangusión		55	BU	09412	
3114429	Pangua	pangua	ES	09294	0	Europe/Madrid	42.73865	-2.82703		Pangua		55	BU	09109	
3114431	Panes	panes	ES	33570	0	Europe/Madrid	43.32206	-4.58422				34	O	33047	
3114432	Pañeda Vieja	paneda-vieja	ES	33189	0	Europe/Madrid	43.41692	-5.71646		Paneda Vieja,Pañeda Vieja		34	O	33066	
3114433	Pañeda Nueva	paneda-nueva	ES	33189	0	Europe/Madrid	43.42356	-5.71344		Paneda Nueva,Pañeda Nueva		34	O	33066	
3114434	Pandozales	pandozales	ES	48800	0	Europe/Madrid	43.20035	-3.21392		Pandozales,Virgen de Gracia y Pandozales		59	BI	48090	
3114457	Pandenes	pandenes	ES	33529	0	Europe/Madrid	43.40873	-5.46879				34	O	33009	
3114460	Pandavenes	pandavenes	ES	33584	0	Europe/Madrid	43.31649	-5.24516		Pandavenes		34	O	33049	
3114463	Pancrudo	pancrudo	ES	44720	125	Europe/Madrid	40.76223	-1.02967		Pancrudo	44177	52	TE	44177	
3114464	Pancorbo	pancorbo	ES	09280	463	Europe/Madrid	42.63418	-3.1118		Pancorbo,Pancorvo	09251	55	BU	09251	
3114467	Pancar	pancar	ES	33509	0	Europe/Madrid	43.41184	-4.76214				34	O	33036	
3114473	Pampliega	pampliega	ES	09220	405	Europe/Madrid	42.20582	-3.98666			09250	55	BU	09250	
3114477	Pambley	pambley	ES	33816	0	Europe/Madrid	43.25034	-6.4652		Pambley		34	O	33011	
3114479	Pals	pals	ES	17256	2366	Europe/Madrid	41.97102	3.14814		Pais,Palls,Pals	17124	56	GI	17124	
3114481	Palou	palou	ES	25211	0	Europe/Madrid	41.58105	2.28333		Palou		56	B	08096	
3114486	Palomero	palomero	ES	10660	503	Europe/Madrid	40.24688	-6.27706		Palomero	10137	57	CC	10137	
3114488	Palomera	palomera	ES	16192	192	Europe/Madrid	40.06667	-2.05		Palomera		54	CU	16078	
3114489	Palomeque	palomeque	ES	45213	835	Europe/Madrid	40.11966	-3.96403		Palomeque	45127	54	TO	45127	
3114493	Palomares Alto	palomares-alto	ES	37700	0	Europe/Madrid	40.39032	-5.72574		Barrio Palomares Alto,Palomares Alto		55	SA	37046	
3114495	Palomares	palomares	ES	04617	0	Europe/Madrid	40.85172	-5.52798				55	SA	37008	
3114496	Palomares	palomares	ES	04617	0	Europe/Madrid	40.39039	-5.74146		Palomares		55	SA	37046	
3114499	Palomar de Arroyos	palomar-de-arroyos	ES	44708	218	Europe/Madrid	40.77911	-0.75055		Palomar de Arroyos	44176	52	TE	44176	
3114501	Palol de Revardit	palol-de-revardit	ES	17843	0	Europe/Madrid	42.06667	2.8		Palol de Rebardit,Palol de Revardit	17123	56	GI	17123	
3114502	Palol d'Onyar	palol-d-onyar	ES	17241	0	Europe/Madrid	41.95406	2.84203				56	GI	17142	
3114506	Palo	palo	ES	22337	29	Europe/Madrid	42.3227	0.24376			22168	52	HU	22168	
3114509	Palmerola	palmerola	ES	17514	0	Europe/Madrid	42.15657	2.0339		Palmerola		56	B	08024	
3114513	Pálmaces de Jadraque	palmaces-de-jadraque	ES	19245	68	Europe/Madrid	41.0561	-2.9106		Palmaces de Jadraque,Pálmaces de Jadraque	19208	54	GU	19208	
3114514	Pallide	pallide	ES	24856	0	Europe/Madrid	42.95674	-5.22298		Pallide		55	LE	24129	
3114516	Pallejà	palleja	ES	08780	11134	Europe/Madrid	41.42394	1.99505		Palleja,Pallejà	08157	56	B	08157	
3114519	Pallaruelo de Monegros	pallaruelo-de-monegros	ES	22221	0	Europe/Madrid	41.70439	-0.20898		Pallaruelo de Monegros		52	HU	22213	
3114528	Palenzuela	palenzuela	ES	34257	266	Europe/Madrid	42.09518	-4.13039		Palenzuela	34121	55	P	34121	
3114529	Palencia de Negrilla	palencia-de-negrilla	ES	37426	0	Europe/Madrid	41.09439	-5.60168		Palencia de Negrilla	37229	55	SA	37229	
3114531	Palencia	palencia	ES	34001	82651	Europe/Madrid	42.00955	-4.52406		Liste del villagies locata in Palencia,PCI,Palencia,Palencio,Palensija,Palentzia,Pallantia,Palència,Paléncia,Palência,balnthya,pa lun xi ya,pallensia,palnsya,parenshia,Паленсия,Паленсија,Паленсія,بالنثيا,پالنسیا,パレンシア,帕伦西亚,팔렌시아	P	55	P	34120	
3114532	Palazuelos de Villadiego	palazuelos-de-villadiego	ES	09124	0	Europe/Madrid	42.59296	-4.07129		Palazuelos de Villadiego		55	BU	09427	
3114533	Palazuelos de Muñó	palazuelos-de-muno	ES	09226	0	Europe/Madrid	42.19692	-3.98984			09249	55	BU	09249	
3114534	Palazuelos de la Sierra	palazuelos-de-la-sierra	ES	09649	72	Europe/Madrid	42.21162	-3.46014		Palazuelos de la Sierra	09248	55	BU	09248	
3114535	Palazuelos de Eresma	palazuelos-de-eresma	ES	40194	2751	Europe/Madrid	40.93055	-4.06071		Palazuelos de Eresma	40155	55	SG	40155	
3114537	Palazuelos	palazuelos	ES	19266	0	Europe/Madrid	41.09096	-2.69096		Palazuelo,Palazuelos		54	GU	19257	
3114538	Palazuelo de Vedija	palazuelo-de-vedija	ES	47812	235	Europe/Madrid	41.92966	-5.14534		Palazuelo de Vedija	47109	55	VA	47109	
3114539	Palazuelo de Torío	palazuelo-de-torio	ES	24890	0	Europe/Madrid	42.70653	-5.53173		Palazuelo de Torio,Palazuelo de Torío		55	LE	24076	
3114540	Palazuelo de Sayago	palazuelo-de-sayago	ES	49213	0	Europe/Madrid	41.38646	-6.28158		Palazuelo de Sayago		55	ZA	49064	
3114541	Palazuelo de Órbigo	palazuelo-de-orbigo	ES	24285	0	Europe/Madrid	42.52626	-5.88023		Palazuelo de Orbigo,Palazuelo de Órbigo		55	LE	24173	
3114543	Palazuelo de las Cuevas	palazuelo-de-las-cuevas	ES	49592	0	Europe/Madrid	41.82043	-6.27591		Palazuelo de las Cuevas		55	ZA	49208	
3114544	Palazuelo de Eslonza	palazuelo-de-eslonza	ES	24163	0	Europe/Madrid	42.5665	-5.39573		Palazuelo de Eslonza		55	LE	24225	
3114545	Palazuelo de Boñar	palazuelo-de-bonar	ES	24869	0	Europe/Madrid	42.83529	-5.33203		Palazuelo de Bonar,Palazuelo de Boñar		55	LE	24199	
3114548	Palau-sator	palau-sator	ES	17256	282	Europe/Madrid	41.98897	3.11016			17121	56	GI	17121	
3114550	Palau-saverdera	palau-saverdera	ES	17495	0	Europe/Madrid	42.30778	3.14685		Palau-saverdera		56	GI	17120	
3114552	Palau de Noguera	palau-de-noguera	ES	25633	0	Europe/Madrid	42.14733	0.89542		Palau de Noguera		56	L	25234	
3114553	el Palau d'Anglesola	el-palau-d-anglesola	ES	25243	0	Europe/Madrid	41.65	0.88333		Palau de Anglesola,el Palau d'Anglesola		56	L	25252	
3114556	Palanquinos	palanquinos	ES	24225	0	Europe/Madrid	42.45726	-5.5064		Palanquinos		55	LE	24218	
3114557	Palanques	palanques	ES	12311	29	Europe/Madrid	40.718	-0.17941		Palanques	12087	60	CS	12087	
3114561	Palancares	palancares	ES	19225	0	Europe/Madrid	41.07916	-3.2045		Palancares		54	GU	19262	
3114566	Palamós	palamos	ES	17230	18161	Europe/Madrid	41.84843	3.12912		Palamos,Palamós	17118	56	GI	17118	
3114567	Palafrugell	palafrugell	ES	17200	22365	Europe/Madrid	41.91738	3.1631		Palafrugell,Palafruzhel',Палафружель	17117	56	GI	17117	
3114568	Palafolls	palafolls	ES	08389	0	Europe/Madrid	41.66667	2.75		Palafolls	08155	56	B	08155	
3114569	Paladinos del Valle	paladinos-del-valle	ES	49781	0	Europe/Madrid	42.08098	-5.72854		Paladinos del Valle		55	ZA	49220	
3114570	Paladín	paladin	ES	24127	0	Europe/Madrid	42.7199	-5.91937		Paladin,Paladín		55	LE	24184	
3114571	Paladeperre	paladeperre	ES	33707	0	Europe/Madrid	43.48464	-6.57763		Paladeperre		34	O	33034	
3114575	Palacios Rubios	palacios-rubios	ES	05216	0	Europe/Madrid	41.02255	-4.76549		Palacios Rubios		55	AV	05152	
3114576	Palaciosmil	palaciosmil	ES	24397	0	Europe/Madrid	42.66529	-6.06246		Palaciosmil		55	LE	24123	
3114577	Palacios de Sanabria	palacios-de-sanabria	ES	49322	321	Europe/Madrid	42.05901	-6.52362		Palacios de Sanabria	49143	55	ZA	49143	
3114578	Palacios de Salvatierra	palacios-de-salvatierra	ES	37795	0	Europe/Madrid	40.59757	-5.70945		Palacios de Salvatierra		55	SA	37156	
3114579	Palacios de Rueda	palacios-de-rueda	ES	24940	0	Europe/Madrid	42.69331	-5.15599		Palacio de Rueda,Palacios de Rueda		55	LE	24063	
3114580	Palacios de Ríopisuerga	palacios-de-riopisuerga	ES	09107	29	Europe/Madrid	42.34395	-4.25686				55	BU	09247	
3114581	Palacios del Sil	palacios-del-sil	ES	24495	1343	Europe/Madrid	42.87601	-6.4315		Palacios,Palacios del Sil	24109	55	LE	24109	
3114582	Palacios del Pan	palacios-del-pan	ES	49162	225	Europe/Madrid	41.60242	-5.87773		Palacios del Pan	49142	55	ZA	49142	
3114583	Palacios de la Valduerna	palacios-de-la-valduerna	ES	24764	485	Europe/Madrid	42.32773	-5.9383		Palacios de la Valduerna	24108	55	LE	24108	
3114584	Palacios de la Sierra	palacios-de-la-sierra	ES	09680	875	Europe/Madrid	41.96392	-3.12788		Palacios de la Sierra	09246	55	BU	09246	
3114585	Palacios del Arzobispo	palacios-del-arzobispo	ES	37111	193	Europe/Madrid	41.16655	-5.88933		Palacios del Arzobispo	37226	55	SA	37226	
3114586	Palacios del Alcor	palacios-del-alcor	ES	34490	0	Europe/Madrid	42.17853	-4.37154		Palacios del Alcor		55	P	34017	
3114587	Palacios de Jamuz	palacios-de-jamuz	ES	24767	0	Europe/Madrid	42.25183	-6.0763		Palacios,Palacios de Jamuz		55	LE	24125	
3114589	Palacios de Goda	palacios-de-goda	ES	05215	447	Europe/Madrid	41.11798	-4.78496		Palacios de Goda	05178	55	AV	05178	
3114590	Palacios de Fontecha	palacios-de-fontecha	ES	24250	0	Europe/Madrid	42.41834	-5.65895		Palacios,Palacios de Fontecha		55	LE	24187	
3114591	Palacios de Corneja	palacios-de-corneja	ES	05516	0	Europe/Madrid	40.48564	-5.38205		Palacios de Corneja		55	AV	05200	
3114592	Palacios de Compludo	palacios-de-compludo	ES	24414	0	Europe/Madrid	42.45574	-6.46443		Palacios de Compludo		55	LE	24115	
3114593	Palacios de Campos	palacios-de-campos	ES	47816	0	Europe/Madrid	41.90692	-4.94603		Palacios de Campos		55	VA	47086	
3114594	Palacios de Benaver	palacios-de-benaver	ES	09654	0	Europe/Madrid	42.39316	-3.89568				55	BU	09181	
3114595	Palacios de Becedas	palacios-de-becedas	ES	05694	0	Europe/Madrid	40.39885	-5.60534		Palacios de Becedas		55	AV	05024	
3114599	Palación	palacion	ES	33128	0	Europe/Madrid	43.48931	-6.19504		Palacion,Palación		34	O	33051	
3114600	Palacio de Valdellorma	palacio-de-valdellorma	ES	24878	0	Europe/Madrid	42.77544	-5.22901		Palacio de Valdellorma		55	LE	24068	
3114601	Palacio de Torío	palacio-de-torio	ES	24891	0	Europe/Madrid	42.7103	-5.5147		Palacio de Torio,Palacio de Torío		55	LE	24076	
3114604	Palacio	palacio	ES	05198	0	Europe/Madrid	43.48326	-3.53056				39	S	39047	
3114605	Palacio	palacio	ES	05198	0	Europe/Madrid	43.3847	-4.93468				34	O	33036	
3114606	Palacio	palacio	ES	05198	0	Europe/Madrid	43.25675	-3.26362				39	S	39101	
3114607	Palacio	palacio	ES	05198	0	Europe/Madrid	40.53863	-4.85719		Barrio Palacio,Palacio		55	AV	05239	
3114615	Pajares de los Oteros	pajares-de-los-oteros	ES	24209	409	Europe/Madrid	42.3301	-5.47313		Pajares de los Oteros	24107	55	LE	24107	
3114616	Pajares de la Lampreana	pajares-de-la-lampreana	ES	49142	495	Europe/Madrid	41.71551	-5.69351		Pajares de la Lampreana	49141	55	ZA	49141	
3114617	Pajares de la Laguna	pajares-de-la-laguna	ES	37428	146	Europe/Madrid	41.08754	-5.50888		Pajares de la Laguna	37225	55	SA	37225	
3114618	Pajares de Fresno	pajares-de-fresno	ES	40518	0	Europe/Madrid	41.36338	-3.47804		Pajares de Fresno		55	SG	40079	
3114619	Pajares de Adaja	pajares-de-adaja	ES	05214	185	Europe/Madrid	40.92398	-4.64048		Pajares de Adaja	05177	55	AV	05177	
3114624	Pajares	pajares	ES	09212	0	Europe/Madrid	42.8	-3.2		Pajares		55	BU	09412	
3114625	Pajares	pajares	ES	09212	0	Europe/Madrid	42.08333	-2.6				27	LO	26091	
3114626	Pajares	pajares	ES	09212	0	Europe/Madrid	40.73419	-2.83269		Pajares		54	GU	19053	
3114627	Pajares	pajares	ES	09212	0	Europe/Madrid	40.54061	-4.16459		Barrio Pajares		29	M	28183	
3114628	Pajares	pajares	ES	09212	0	Europe/Madrid	40.31668	-2.19436		Pajares		54	CU	16909	
3114629	Pajarejos	pajarejos	ES	05571	37	Europe/Madrid	41.38994	-3.58997		Pajarejos,Pajareros	40154	55	SG	40154	
3114630	Pajarejos	pajarejos	ES	05571	0	Europe/Madrid	40.54317	-5.21363		Pajarejos		55	AV	05038	
3114633	Paizás	paizas	ES	32811	0	Europe/Madrid	42.16986	-8.01002				58	OR	32068	
3114638	Páganos	paganos	ES	01309	0	Europe/Madrid	42.55921	-2.60443		Paganos,Páganos		59	VI	01031	
3114640	Padrones de Bureba	padrones-de-bureba	ES	09593	58	Europe/Madrid	42.70582	-3.53296		Padrones de Bureba	09244	55	BU	09244	
3114642	Padrón	padron	ES	15900	0	Europe/Madrid	43.11785	-7.07769		Padron,Padrón		58	LU	27018	
3114643	Padrón	padron	ES	15900	9039	Europe/Madrid	42.73875	-8.66057		Padron,Padrón	15065	58	C	15065	
3114653	Padreda	padreda	ES	32702	0	Europe/Madrid	42.17892	-7.63773		Pedreda		58	OR	32089	
3114654	Padraira	padraira	ES	33737	0	Europe/Madrid	43.19307	-6.92166		Padraira		34	O	33027	
3114655	Padornelo	padornelo	ES	49574	0	Europe/Madrid	42.8955	-7.04583				58	LU	27012	
3114656	Padornelo	padornelo	ES	49574	0	Europe/Madrid	42.71144	-7.12207		Padornelo		58	LU	27045	
3114657	Padornelo	padornelo	ES	49574	0	Europe/Madrid	42.03301	-6.83612		Padornela,Padornelo		55	ZA	49100	
3114658	Padilla del Ducado	padilla-del-ducado	ES	19445	0	Europe/Madrid	40.95268	-2.36431		Padilla,Padilla del Ducado		54	GU	19032	
3114659	Padilla de Hita	padilla-de-hita	ES	19246	0	Europe/Madrid	40.86613	-2.98483		Padilla de Hita		54	GU	19138	
3114660	Padilla de Duero	padilla-de-duero	ES	47314	0	Europe/Madrid	41.61237	-4.16315		Padilla de Duero		55	VA	47114	
3114661	Padilla de Arriba	padilla-de-arriba	ES	09108	102	Europe/Madrid	42.43803	-4.19094			09243	55	BU	09243	
3114662	Padilla de Abajo	padilla-de-abajo	ES	09109	102	Europe/Madrid	42.40774	-4.17652			09242	55	BU	09242	
3114664	Padiernos	padiernos	ES	05520	220	Europe/Madrid	40.62168	-4.84523		Pad'ernos,Padiernos,badyrnws,pa die er nuo si,padyrns,Падиернос,Падьернос,Падьєрнос,باديرنوس,پادیرنس,帕迭尔诺斯	05176	55	AV	05176	
3114666	Paderne	paderne	ES	15314	0	Europe/Madrid	43.5442	-6.70313				34	O	33041	
3114667	Paderne	paderne	ES	15314	0	Europe/Madrid	43.28567	-8.17415		Paderne	15064	58	C	15064	
3114668	Paderne	paderne	ES	15314	0	Europe/Madrid	43.18333	-8.26667		Paderne,Santiago		58	C	15902	
3114669	Paderne	paderne	ES	15314	0	Europe/Madrid	43.007	-7.40431		Paderne		58	LU	27011	
3114670	Paderne	paderne	ES	15314	0	Europe/Madrid	42.65848	-7.18964				58	LU	27017	
3114673	Pacios da Serra	pacios-da-serra	ES	27328	0	Europe/Madrid	42.55	-7.16667				58	LU	27050	
3114685	Ozuela	ozuela	ES	24415	0	Europe/Madrid	42.50162	-6.62497		Ozuela		55	LE	24115	
3114688	Ozanes	ozanes	ES	33546	0	Europe/Madrid	43.3703	-5.18332				34	O	33045	
3114689	Ozana	ozana	ES	09217	0	Europe/Madrid	42.7118	-2.79352		Ozana		55	BU	09109	
3114690	Ozaeta	ozaeta	ES	01206	0	Europe/Madrid	43.10742	-2.41964		Ozaeta		59	SS	20074	
3114697	Oion / Oyón	oyon	ES	01320	2778	Europe/Madrid	42.50571	-2.43638		Oion,Oyon,Oyón		59	VI	01043	
3114698	Oieregi	oieregi	ES	31720	51	Europe/Madrid	43.13726	-1.61814				32	NA	31054	
3114700	Oiartzun	oiartzun	ES	20180	0	Europe/Madrid	43.29828	-1.86129		Oiartzun,Oyarzun		59	SS	20063	
3114704	Ovío	ovio	ES	33592	0	Europe/Madrid	43.44885	-4.93073		Orio,Ovio,Ovío		34	O	33036	
3114706	Oville	oville	ES	24853	0	Europe/Madrid	42.90851	-5.34915		Oville		55	LE	24021	
3114707	Ovilla	ovilla	ES	09589	0	Europe/Madrid	43.09149	-3.25894		Ovilla		55	BU	09410	
3114708	Ovies	ovies	ES	33449	0	Europe/Madrid	43.62443	-5.85013				34	O	33025	
3114709	Ovienes	ovienes	ES	33785	0	Europe/Madrid	43.44289	-6.50943		Ovienes		34	O	33034	
3114820	Otano	otano	ES	31470	0	Europe/Madrid	42.71341	-1.56838				32	NA	31088	
3114821	Otañes	otanes	ES	39707	0	Europe/Madrid	43.32888	-3.19054		Otanes,Otañes		39	S	39020	
3114824	Ossó de Sió	osso-de-sio	ES	25318	220	Europe/Madrid	41.75485	1.159		Osso de Sio,Ossó de Sió	25157	56	L	25157	
3114711	Oviedo	oviedo	ES	33001	224005	Europe/Madrid	43.36029	-5.84476		Aueda,OVD,Ov'edo,Ovedo,Ovetum,Oviedo,Oviedu,Ovieu,Ovijedo,Ovjedas,Ovjedo,Uvieu,Uviéu,abydw,ao wei ye duo,awfyydw,awwydw,obiedo,ovhiyedo,oviedo,oviyeto,xo beiy do,Аўеда,Овиедо,Овиједо,Овьедо,Овєдо,אוביידו,أوفييدو,ابیدو,اوویدو,ओव्हियेदो,ஒவியேதோ,โอเบียโด,ოვიედო,オビエド,奥维耶多,오비에도	34	34	O	33044	
3114713	Ovés	oves	ES	33891	0	Europe/Madrid	43.40849	-6.33638		Oves,Ovés		34	O	33059	
3114714	Ovellariza	ovellariza	ES	33777	0	Europe/Madrid	43.31015	-6.98045		Ovellariza		34	O	33075	
3114715	Ovejuela	ovejuela	ES	10639	0	Europe/Madrid	40.31155	-6.43868		Caserio Ovejuela,Caserío Ovejuela,Ovejuela		57	CC	10146	
3114717	Ovanes	ovanes	ES	33859	0	Europe/Madrid	43.37108	-6.23401		Oubanes,Ouvanes,Ovanes		34	O	33059	
3114720	Ouviaño	ouviano	ES	27113	0	Europe/Madrid	43.10168	-6.91404		Ouviano,Ouviaño,Santiago		58	LU	27035	
3114725	Outón	outon	ES	32228	0	Europe/Madrid	42.83179	-8.94446				58	C	15062	
3114726	Outes	outes	ES	15230	7902	Europe/Madrid	42.86189	-8.90181		Outes,awatys,awtys,ou te si,outesu,Оутес,أوتيس,اواتیس,オウテス,欧特斯	15062	58	C	15062	
3114741	Ousón	ouson	ES	27647	0	Europe/Madrid	42.83304	-7.14162		Ouson,Ousón		58	LU	27006	
3114742	Ousende	ousende	ES	27546	0	Europe/Madrid	42.614	-7.57314				58	LU	27058	
3114743	Ousá	ousa	ES	27156	0	Europe/Madrid	43.08333	-7.71667		Ousa,Ousá,San Julian,San Julián		58	LU	27020	
3114749	Ourantes	ourantes	ES	32452	0	Europe/Madrid	42.35252	-8.02362				58	OR	32065	
3114753	Oulego	oulego	ES	32312	0	Europe/Madrid	42.50381	-6.9334		San Miguel		58	OR	32073	
3114759	Otura	otura	ES	18630	0	Europe/Madrid	43.25697	-5.8774				34	O	33038	
3114760	Otur	otur	ES	33792	375	Europe/Madrid	43.53333	-6.58333		Iglesia de Otur,Otur,San Bartolome,San Bartolomé		34	O	33034	
3114763	Otones de Benjumea	otones-de-benjumea	ES	40394	0	Europe/Madrid	41.13558	-4.05578		Otones,Otones de Benjumea		55	SG	40205	
3114764	Oto	oto	ES	22370	0	Europe/Madrid	42.5989	-0.12815				52	HU	22069	
3114765	Otiñano	otinano	ES	31219	0	Europe/Madrid	42.62676	-2.29786				32	NA	31230	
3114767	Otilla	otilla	ES	19356	0	Europe/Madrid	40.73922	-1.78365		Otilla		54	GU	19277	
3114770	Oteruelos	oteruelos	ES	42190	0	Europe/Madrid	41.83783	-2.60289		Oteruelos		55	SO	42173	
3114771	Oteruelo del Valle	oteruelo-del-valle	ES	28749	0	Europe/Madrid	40.91292	-3.85214		Oteruelo del Valle		29	M	28120	
3114772	Oteruelo de la Vega	oteruelo-de-la-vega	ES	24768	0	Europe/Madrid	42.36262	-5.88257		Oteruelo de la Vega		55	LE	24166	
3114773	Oteruelo de la Valduerna	oteruelo-de-la-valduerna	ES	24731	0	Europe/Madrid	42.42047	-6.08622		Oteruelo,Oteruelo de la Valduerna		55	LE	24161	
3114774	Oteruelo de la Valdoncina	oteruelo-de-la-valdoncina	ES	24009	0	Europe/Madrid	42.58018	-5.60421		Oteruelo de la Valdoncina		55	LE	24089	
3114776	Oteros de Boedo	oteros-de-boedo	ES	34406	0	Europe/Madrid	42.65526	-4.49047		Oteros de Boedo		55	P	34061	
3114778	Otero de Sariegos	otero-de-sariegos	ES	49136	0	Europe/Madrid	41.82214	-5.60611		Otero de Sariegos		55	ZA	49242	
3114779	Otero de Sanabria	otero-de-sanabria	ES	49320	0	Europe/Madrid	42.04968	-6.57416		Otero de Sanabria		55	ZA	49143	
3114781	Otero de Naraguantes	otero-de-naraguantes	ES	24428	0	Europe/Madrid	42.76696	-6.60894		Otero de Naraguantes		55	LE	24070	
3114783	Otero de las Dueñas	otero-de-las-duenas	ES	24123	0	Europe/Madrid	42.7868	-5.76927		Otero de las Duenas,Otero de las Dueñas		55	LE	24040	
3114784	Otero de Herreros	otero-de-herreros	ES	40422	885	Europe/Madrid	40.82016	-4.2099		Otero de Herreros	40152	55	SG	40152	
3114785	Otero de Guardo	otero-de-guardo	ES	34888	0	Europe/Madrid	42.87973	-4.80783				55	LE	24020	
3114786	Otero de Escarpizo	otero-de-escarpizo	ES	24719	0	Europe/Madrid	42.51577	-6.06194		Otero de Escarpizo		55	LE	24219	
3114787	Otero de Curueño	otero-de-curueno	ES	24847	0	Europe/Madrid	42.8566	-5.39508		Otero de Curueno,Otero de Curueño		55	LE	24179	
3114788	Otero de Centenos	otero-de-centenos	ES	49319	0	Europe/Madrid	42.04865	-6.32019		Otero de Centenos		55	ZA	49112	
3114789	Otero de Bodas	otero-de-bodas	ES	49336	219	Europe/Madrid	41.93868	-6.15024		Oter de Bodas,Otero,Otero de Bodas,Otero de Bodos	49139	55	ZA	49139	
3114791	Otero	otero	ES	24415	0	Europe/Madrid	43.54352	-6.16099				34	O	33021	
3114792	Otero	otero	ES	24415	0	Europe/Madrid	43.44561	-6.10992				34	O	33010	
3114793	Otero	otero	ES	24415	0	Europe/Madrid	43.43184	-5.96802				34	O	33054	
3114794	Otero	otero	ES	24415	0	Europe/Madrid	43.43515	-5.65036				34	O	33066	
3114795	Otero	otero	ES	24415	0	Europe/Madrid	43.39383	-6.24291				34	O	33059	
3114796	Otero	otero	ES	24415	0	Europe/Madrid	43.25	-7.41667		Otero,Santa Maria,Santa María		58	LU	27010	
3114797	Otero	otero	ES	24415	0	Europe/Madrid	43.22557	-6.55677		Otero		34	O	33001	
3114798	Otero	otero	ES	24415	0	Europe/Madrid	43.14199	-5.83365				34	O	33033	
3114799	Otero	otero	ES	24415	0	Europe/Madrid	43.15	-5.7				34	O	33002	
3114800	Otero	otero	ES	24415	0	Europe/Madrid	43.05805	-6.48484				34	O	33011	
3114801	Otero	otero	ES	24415	0	Europe/Madrid	42.82781	-4.03046				39	S	39094	
3114802	Otero	otero	ES	24415	0	Europe/Madrid	42.5668	-6.78198				55	LE	24206	
3114804	Otero	otero	ES	24415	0	Europe/Madrid	42.53509	-6.59651		Otero		55	LE	24115	
3114806	Otero	otero	ES	24415	0	Europe/Madrid	42.37978	-7.09242				58	LU	27050	
3114808	Oterico	oterico	ES	24126	0	Europe/Madrid	42.7753	-5.92455		Oterico		55	LE	24132	
3114809	Oter	oter	ES	19431	0	Europe/Madrid	40.75129	-2.45		Oter		54	GU	19086	
3114810	Oteo	oteo	ES	01117	0	Europe/Madrid	43.00039	-3.31589		Junta de Oteo,Oleo,Oteo		55	BU	09209	
3114811	Oteo	oteo	ES	01117	0	Europe/Madrid	42.71667	-2.36667		Oteo		59	VI	01017	
3114813	Oteiza	oteiza	ES	31250	0	Europe/Madrid	42.61905	-1.95385		Oteiza de la Solana	31200	32	NA	31200	
3114814	Otzerinmendi	otzerinmendi	ES	48144	0	Europe/Madrid	43.1	-2.75		Ocerinmendi,Ocerinmendio,Otceremendi,Otzerinmendi		59	BI	48024	
3114815	Otazu	otazu	ES	01194	0	Europe/Madrid	42.83179	-2.62899				59	VI	01059	
3114816	Otazu	otazu	ES	01194	0	Europe/Madrid	42.7845	-1.79032		Otazu		32	NA	31085	
3114817	Otás	otas	ES	33813	0	Europe/Madrid	43.12229	-6.59276		Otas,Otás		34	O	33011	
3114825	Osso de Cinca	osso-de-cinca	ES	22532	764	Europe/Madrid	41.66631	0.1914	164	Osso,Osso de Cinca,Ossó de Cinca		52	HU	22052	
3114826	Osorno	osorno	ES	34460	0	Europe/Madrid	42.40576	-4.35557		Osorno		55	P	34901	
3114827	Osornillo	osornillo	ES	34468	82	Europe/Madrid	42.37047	-4.29153			34116	55	P	34116	
3114828	Osor	osor	ES	17161	456	Europe/Madrid	41.94596	2.55535	390	Osor		56	GI	17164	
3114830	Osonilla	osonilla	ES	42291	0	Europe/Madrid	41.60497	-2.67226		Osonilla		55	SO	42181	
3114831	Osona	osona	ES	42294	0	Europe/Madrid	41.57512	-2.72735		Osona		55	SO	42090	
3114833	Osmo	osmo	ES	32454	0	Europe/Madrid	42.36347	-8.10027		Osmo,San Miguel de Osmo		58	OR	32025	
3114834	Osma	osma	ES	01426	0	Europe/Madrid	43.19615	-2.55293		Osma		59	BI	48058	
3114835	Osma	osma	ES	01426	0	Europe/Madrid	42.89077	-3.06401		Osma		59	VI	01055	
3114836	Osma	osma	ES	01426	0	Europe/Madrid	41.58377	-3.08234		Osma		55	SO	42043	
3114838	Osia	osia	ES	22830	0	Europe/Madrid	42.45218	-0.63577		Osia		52	HU	22130	
3114841	Osera	osera	ES	50175	0	Europe/Madrid	41.53345	-0.57922		Osera		52	Z	50199	
3114843	Oseja de Sajambre	oseja-de-sajambre	ES	24916	327	Europe/Madrid	43.13671	-5.03786		Oseja de Sajambre	24106	55	LE	24106	
3114844	Oseja	oseja	ES	50258	56	Europe/Madrid	41.59564	-1.70026		Oseja	50198	52	Z	50198	
3114848	Os de Civís	os-de-civis	ES	25788	0	Europe/Madrid	42.51121	1.44076		Os de Civis,Os de Civís		56	L	25239	
3114849	Os de Balaguer	os-de-balaguer	ES	25610	800	Europe/Madrid	41.87314	0.72017		Os,Os de Balaguer,Os de Ballaguer	25156	56	L	25156	
3114850	Oskotz	oskotz	ES	31869	0	Europe/Madrid	42.96667	-1.75		Oscotz,Oskotz		32	NA	31049	
3114852	Osán	osan	ES	22611	0	Europe/Madrid	42.4999	-0.31777				52	HU	22199	
3114855	Orzonaga	orzonaga	ES	24839	0	Europe/Madrid	42.85258	-5.54241		Orzonaga		55	LE	24098	
3114859	Orzales	orzales	ES	39292	0	Europe/Madrid	43.00631	-4.06628		Orzales		39	S	39017	
3114860	Orviz	orviz	ES	33189	0	Europe/Madrid	43.41709	-5.69662		Orviz		34	O	33066	
3114862	Orús	orus	ES	22611	0	Europe/Madrid	42.46823	-0.23706				52	HU	22252	
3114869	Ortoá	ortoa	ES	27612	18	Europe/Madrid	42.78333	-7.45		Ortoa,Ortoá		58	LU	27057	
3114872	Ortilla	ortilla	ES	22811	0	Europe/Madrid	42.16201	-0.62599		Ortilla		52	HU	22905	
3114874	Ortigueira	ortigueira	ES	15330	0	Europe/Madrid	43.55987	-6.74324		Ortigueira,Ortiqueira		34	O	33018	
3114875	Ortigosa de Tormes	ortigosa-de-tormes	ES	05631	0	Europe/Madrid	40.36561	-5.30388		Ortigosa de Tormes		55	AV	05162	
3114878	Ortigosa del Monte	ortigosa-del-monte	ES	40421	457	Europe/Madrid	40.84182	-4.17724		Ortigosa del Monte	40901	55	SG	40901	
3114881	Ortells	ortells	ES	12311	0	Europe/Madrid	40.69184	-0.17575		Ortells		60	CS	12080	
3114887	Òrrius	orrius	ES	08317	307	Europe/Madrid	41.55	2.35		Orrius,Òrrius	08153	56	B	08153	
3114888	Orrios	orrios	ES	44161	178	Europe/Madrid	40.58945	-0.98614		Orrios	44175	52	TE	44175	
3114890	Orriols	orriols	ES	17468	0	Europe/Madrid	42.12461	2.90689		Orriols		56	GI	17016	
3114894	Órrea	orrea	ES	27744	0	Europe/Madrid	43.45342	-7.23023				58	LU	27061	
3114895	Orrea	orrea	ES	27744	0	Europe/Madrid	43.32292	-6.54533		Orrea		34	O	33073	
3114896	Órrea	orrea	ES	27744	0	Europe/Madrid	43.26946	-7.24811		Orrea,Órrea		58	LU	27054	
3114897	Orrea	orrea	ES	27744	0	Europe/Madrid	42.8	-8.06667		Orrea		58	PO	36020	
3114900	Orpí	orpi	ES	08787	202	Europe/Madrid	41.5187	1.57536		Orpi,Orpí	08152	56	B	08152	
3114901	Orozketa	orozketa	ES	48215	0	Europe/Madrid	43.16667	-2.65		Orozketa,Orozqueta,Orózqueta		59	BI	48910	
3114906	Orós Bajo	oros-bajo	ES	22636	0	Europe/Madrid	42.59227	-0.31054		Oros Bajo,Oros Baxo		52	HU	22199	
3114907	Orós Alto	oros-alto	ES	22637	0	Europe/Madrid	42.6075	-0.31423				52	HU	22059	
3114908	Orosa	orosa	ES	27204	0	Europe/Madrid	42.88333	-7.93333		Orosa,San Andres,San Andrés		58	LU	27040	
3114909	Ororbia	ororbia	ES	31171	779	Europe/Madrid	42.81637	-1.74786		Ororbia		32	NA	31193	
3114910	Orokieta	orokieta	ES	31866	0	Europe/Madrid	43.01299	-1.75756		Orokieta,Oroquieta		32	NA	31049	
3114913	Oronz	oronz	ES	31451	56	Europe/Madrid	42.86873	-1.09683			31198	32	NA	31198	
3114915	Orones	orones	ES	24857	0	Europe/Madrid	42.96348	-5.23771		Orones		55	LE	24021	
3114917	Orón	oron	ES	09219	0	Europe/Madrid	42.67081	-2.98166		Oron,Orón		55	BU	09219	
3114926	Orna de Gállego	orna-de-gallego	ES	22620	0	Europe/Madrid	42.45109	-0.43616		Orna de Gallego,Orna de Gállego		52	HU	22199	
3114927	Ormijana	ormijana	ES	01428	0	Europe/Madrid	42.83405	-2.93196		Ormijana,Urbilana		59	VI	01046	
3114929	Ormas	ormas	ES	39210	0	Europe/Madrid	43.02854	-4.23438		Hormas,Ormas		39	S	39032	
3114931	Orlé	orle	ES	33990	0	Europe/Madrid	43.19736	-5.32492		Orle,Orlé		34	O	33015	
3114934	Orizón	orizon	ES	27271	0	Europe/Madrid	43.09181	-7.43988		Orizon,Orizón		58	LU	27010	
3114935	Oriz	oriz	ES	31119	0	Europe/Madrid	42.72552	-1.61516				32	NA	31088	
3114936	Oristà	orista	ES	08518	591	Europe/Madrid	41.93333	2.06667			08151	56	B	08151	
3114937	Orísoain	orisoain	ES	31395	83	Europe/Madrid	42.60122	-1.60403		Orisoain,Orísoain	31197	32	NA	31197	
3114938	Orís	oris	ES	08573	0	Europe/Madrid	42.05967	2.22066		Caserio Oris,Caserío Oris,Oris,Orís	08150	56	B	08150	
3114942	Orio	orio	ES	20810	4586	Europe/Madrid	43.2787	-2.12537		Orio	20061	59	SS	20061	
3114944	Oriñón	orinon	ES	39798	0	Europe/Madrid	43.39602	-3.32277		Orinon,Oriñón		39	S	39020	
3114948	Orillares	orillares	ES	42142	0	Europe/Madrid	41.79091	-3.21061		Orillares		55	SO	42080	
3114949	Orilla del Río	orilla-del-rio	ES	33469	0	Europe/Madrid	43.52557	-5.82386		Orilla del Rio,Orilla del Río		34	O	33014	
3114950	Orihuela del Tremedal	orihuela-del-tremedal	ES	44366	590	Europe/Madrid	40.55	-1.65		Orihuela del Tremedal	44174	52	TE	44174	
3114951	Oricin	oricin	ES	31396	0	Europe/Madrid	42.64444	-1.61825				32	NA	31192	
3114953	Oricáin	oricain	ES	31194	0	Europe/Madrid	42.85174	-1.61971		Orikain		32	NA	31101	
3114957	Oria	oria	ES	04810	17842	Europe/Madrid	43.25541	-2.01873		Oria		59	SS	20902	
3114958	Organyà	organya	ES	25794	0	Europe/Madrid	42.21667	1.33333		Organa,Organya,Organyà,Orgañá		56	L	25077	
3114961	Orés	ores	ES	50619	103	Europe/Madrid	42.27765	-1.0015		Ores,Orés	50197	52	Z	50197	
3114962	Orera	orera	ES	50331	132	Europe/Madrid	41.29842	-1.47849		Orera	50196	52	Z	50196	
3114965	Ourense	ourense	ES	32001	107742	Europe/Madrid	42.33669	-7.86407		OUQ,Orance,Orense,Orenso,Ourense,ourense,Оренсе,オウレンセ	OR	58	OR	32054	
3114967	Orendain	orendain	ES	20269	164	Europe/Madrid	43.07896	-2.11201		Orendain,Orendáin	20905	59	SS	20905	
3114968	Oreña	orena	ES	39525	0	Europe/Madrid	43.39498	-4.13462		Orena,Oreña		39	S	39001	
3114969	Orellán	orellan	ES	24444	77	Europe/Madrid	42.68333	-8.96667		Orellan,Orellana,Orellán		58	C	15071	
3114970	Orellán	orellan	ES	24444	0	Europe/Madrid	42.46525	-6.74744		Orellan,Orellán		55	LE	24022	
3114971	Orejo	orejo	ES	39719	0	Europe/Madrid	43.40854	-3.74969				39	S	39040	
3114974	Oreitia	oreitia	ES	01192	0	Europe/Madrid	42.85666	-2.55904		Oreitia		59	VI	01059	
3114976	Orea	orea	ES	19311	263	Europe/Madrid	40.55725	-1.72738		Orea	19204	54	GU	19204	
3114977	Ore	ore	ES	33783	0	Europe/Madrid	43.47126	-6.42011		Ore		34	O	33034	
3114983	Erdoñana / Ordoñana	ordonana	ES	01208	0	Europe/Madrid	42.87445	-2.37717		Erdonana,Erdoñana,Ordonana,Ordoñana		59	VI	01053	
3114985	Ordis	ordis	ES	17772	328	Europe/Madrid	42.2183	2.90705		Ordis	17115	56	GI	17115	
3114987	Ordial de la Barca	ordial-de-la-barca	ES	33879	0	Europe/Madrid	43.32496	-6.35486				34	O	33073	
3114990	Ordes	ordes	ES	15680	8	Europe/Madrid	42.95	-7.98333		Ordes		58	C	15083	
3114992	Ordes	ordes	ES	15680	12757	Europe/Madrid	43.07654	-8.409				58	C	15059	
3114993	Ordejón de Arriba	ordejon-de-arriba	ES	09124	0	Europe/Madrid	42.63024	-4.05052		Ordejon de Arriba,Ordejón de Arriba,San Juan		55	BU	09175	
3114994	Ordejón de Abajo	ordejon-de-abajo	ES	09124	0	Europe/Madrid	42.63967	-4.07219		Ordejon de Abajo,Ordejón de Abajo,Santa Maria,Santa María		55	BU	09175	
3114997	Orkoien	orkoien	ES	31160	2087	Europe/Madrid	42.8238	-1.70485		Orcoyen,Orkoen,Orkoien,Orkojen,ao er ke yan,Оркойен,Оркоєн,奥尔科延		32	NA	31193	
3114998	Orcajo	orcajo	ES	50366	36	Europe/Madrid	41.10975	-1.48933			50195	52	Z	50195	
3115000	Orbó	orbo	ES	34829	0	Europe/Madrid	42.87994	-4.25531		Orbo,Orbó		55	P	34036	
3115001	Orbita	orbita	ES	05296	102	Europe/Madrid	40.99846	-4.64833		Orbita	05174	55	AV	05174	
3115002	Orbiso	orbiso	ES	01117	0	Europe/Madrid	42.69566	-2.33546		Orbiso,Urbisu		59	VI	01017	
3115006	Orbara	orbara	ES	31671	57	Europe/Madrid	42.96728	-1.24213		Orbara	31196	32	NA	31196	
3115008	Orbaneja del Castillo	orbaneja-del-castillo	ES	09145	0	Europe/Madrid	42.83548	-3.79305		Orbaneja del Castillo		55	BU	09905	
3115014	Orbaelle	orbaelle	ES	33726	0	Europe/Madrid	43.46173	-6.75358		Orbaelle		34	O	33018	
3115017	Orante	orante	ES	22714	0	Europe/Madrid	42.54954	-0.46074				52	HU	22130	
3115020	Orallo	orallo	ES	24113	0	Europe/Madrid	42.96926	-6.35463		Orallo		55	LE	24202	
3115022	Oquillas	oquillas	ES	09350	75	Europe/Madrid	41.83085	-3.70564		Oquillas	09239	55	BU	09239	
3115026	Opio	opio	ES	09585	0	Europe/Madrid	43.1402	-3.23238				55	BU	09410	
3115028	Onzonilla	onzonilla	ES	24231	1566	Europe/Madrid	42.52435	-5.5816		Onsonil'ja,Onzonilla,onsonija,weng suo ni li ya,Онсонилья,Онсонілья,オンソニージャ,翁索尼利亚	24105	55	LE	24105	
3115032	Ontoria	ontoria	ES	39500	0	Europe/Madrid	43.30785	-4.2142		Ontoria		39	S	39012	
3115034	Ontón	onton	ES	39706	0	Europe/Madrid	43.35087	-3.17277		Onton,Ontón		39	S	39020	
3115037	Ontiñena	ontinena	ES	22232	611	Europe/Madrid	41.67663	0.08858			22165	52	HU	22165	
3115038	Ontinar de Salz	ontinar-de-salz	ES	50810	771	Europe/Madrid	41.93537	-0.7571		Ontinar del Salz		52	Z	50298	
3115040	Ontaneda	ontaneda	ES	39680	0	Europe/Madrid	43.19925	-3.92386		Ontaneda		39	S	39026	
3115041	Ontalvilla de Valcorba	ontalvilla-de-valcorba	ES	42134	0	Europe/Madrid	41.75768	-2.37289		Ontalbilla de Valcorba,Ontalvilla de Valcorba		55	SO	42006	
3115047	Erroeta / Onraita	onraita	ES	01129	0	Europe/Madrid	42.79513	-2.39628		Erroeta,Laminoria,Onraita		59	VI	01037	
3115050	Ongoz	ongoz	ES	31448	0	Europe/Madrid	42.7985	-1.23841		Ongoz		32	NA	31241	
3115051	Ongayo	ongayo	ES	39360	0	Europe/Madrid	43.41481	-4.06492		Ongayo		39	S	39085	
3115052	Oneta	oneta	ES	33717	0	Europe/Madrid	43.46464	-6.6689		Oneta		34	O	33077	
3115053	Ondes	ondes	ES	33839	0	Europe/Madrid	43.25809	-6.21658		Ondes		34	O	33005	
3115056	Ondarroa	ondarroa	ES	48700	9546	Europe/Madrid	43.31667	-2.41667		Ondarroa,Ondárroa	48073	59	BI	48073	
3115058	Oncins	oncins	ES	22338	0	Europe/Madrid	42.46513	0.20651				52	HU	22190	
3115059	Oncina de la Valdoncina	oncina-de-la-valdoncina	ES	24391	0	Europe/Madrid	42.55218	-5.66194		Oncina de la Valdoncina		55	LE	24189	
3115061	Oncala	oncala	ES	42172	107	Europe/Madrid	41.97021	-2.31493		Oncala	42135	55	SO	42135	
3115064	Oñarte	onarte	ES	48115	0	Europe/Madrid	43.29929	-2.76288		Onarte,Oñarte		59	BI	48066	
3115065	Onao	onao	ES	33589	0	Europe/Madrid	43.3602	-5.08573				34	O	33012	
3115068	Oña	ona	ES	09530	1452	Europe/Madrid	42.734	-3.41459		On'ja,Ona,Onija,Oña,ao ni ya,awnya,Ония,Онья,أونيا,奥尼亚	09238	55	BU	09238	
3115070	Omoño	omono	ES	39793	0	Europe/Madrid	43.42724	-3.65905				39	S	39062	
3115071	Omente	omente	ES	33810	0	Europe/Madrid	42.9778	-6.74631		Omente		34	O	33028	
3115072	Omeñaca	omenaca	ES	42112	0	Europe/Madrid	41.76296	-2.24106		Omenaca,Omeñaca		55	SO	42024	
3115076	Omedas	omedas	ES	33128	14	Europe/Madrid	43.5	-6.18333				34	O	33051	
3115078	Omañón	omanon	ES	24134	0	Europe/Madrid	42.80537	-6.09807		Omanon,Omañón		55	LE	24132	
3115080	Oma	oma	ES	48315	0	Europe/Madrid	43.33638	-2.61676		Oma		59	BI	48907	
3115083	Olvés	olves	ES	50341	130	Europe/Madrid	41.23965	-1.64647		Olves,Olvés	50194	52	Z	50194	
3115084	Olvena	olvena	ES	22439	0	Europe/Madrid	40.1	0.26667		Olvena		52			
3115088	Olvega	olvega	ES	42110	3346	Europe/Madrid	41.77901	-1.98391		Olvega		55	SO	42134	
3115089	Olveda	olveda	ES	27579	0	Europe/Madrid	42.73333	-7.83333		Olveda,Santa Maria,Santa María		58	LU	27003	
3115091	Olsón	olson	ES	22394	0	Europe/Madrid	42.27324	0.12737		Olson,Olsón		52	HU	22907	
3115092	Olp	olp	ES	25568	0	Europe/Madrid	42.43019	1.11435	1100	Olp		56	L	25209	
3115093	Olot	olot	ES	17800	33524	Europe/Madrid	42.18096	2.49012		Olot,ao luo te,awlwt,Олот,أولوت,奥洛特	17114	56	GI	17114	
3115094	Olost	olost	ES	08516	1187	Europe/Madrid	41.9854	2.09457		Olost		56	B	08151	
3115096	Olopte	olopte	ES	17539	0	Europe/Madrid	42.39342	1.81437				56	GI	17084	25051
3115097	Olombrada	olombrada	ES	40220	781	Europe/Madrid	41.41492	-4.16071		Olombrada	40149	55	SG	40149	
3115098	Olocau del Rey	olocau-del-rey	ES	12312	132	Europe/Madrid	40.63775	-0.34041		Olocau del Rei,Olocau del Rey,Olokau-del'-Rej,ao luo kao de er lei,awlwkaw dyl ry,Олокау-дель-Рей,أولوكاو ديل ري,奥洛考德尔雷	12083	60	CS	12083	
3115099	Olmos de Pisuerga	olmos-de-pisuerga	ES	34405	0	Europe/Madrid	42.48481	-4.26781				55	BU	09211	
3115100	Olmos de Peñafiel	olmos-de-penafiel	ES	47318	79	Europe/Madrid	41.57142	-4.04316		Olmos de Penafiel,Olmos de Peñafiel	47106	55	VA	47106	
3115101	Olmos de Ojeda	olmos-de-ojeda	ES	34488	287	Europe/Madrid	42.72274	-4.42446		Olmos de Ojeda	34114	55	P	34114	
3115102	Olmos de la Picaza	olmos-de-la-picaza	ES	09133	0	Europe/Madrid	42.48102	-3.97909				55	BU	09427	
3115103	Olmos de Esgueva	olmos-de-esgueva	ES	47173	210	Europe/Madrid	41.68815	-4.52255		Olmos de Esgueva	47105	55	VA	47105	
3115104	Olmos de Atapuerca	olmos-de-atapuerca	ES	09199	0	Europe/Madrid	42.39215	-3.53279				55	BU	09029	
3115111	Olmillos de Valverde	olmillos-de-valverde	ES	49698	0	Europe/Madrid	41.90695	-5.75555		Olmillos de Valverde		55	ZA	49029	
3115112	Olmillos de Sasamón	olmillos-de-sasamon	ES	09123	0	Europe/Madrid	42.39633	-4.03662				55	BU	09363	
3115113	Olmillos de Muñó	olmillos-de-muno	ES	09228	39	Europe/Madrid	42.20322	-3.93911			09236	55	BU	09236	
3115114	Olmillos de Castro	olmillos-de-castro	ES	49147	368	Europe/Madrid	41.73179	-5.96791		Olmillos de Castro	49138	55	ZA	49138	
3115115	Olmillos	olmillos	ES	42345	0	Europe/Madrid	41.53219	-3.15728		Olmillos		55	SO	42162	
3115117	Olmedo de Camaces	olmedo-de-camaces	ES	37292	137	Europe/Madrid	40.87967	-6.6236		Olmedo de Camaces	37223	55	SA	37223	
3115118	Olmedo	olmedo	ES	47410	3570	Europe/Madrid	41.28706	-4.68878		Olmedo	47104	55	VA	47104	
3115119	Olmedillo de Roa	olmedillo-de-roa	ES	09311	186	Europe/Madrid	41.78362	-3.93419		Olmedillo de Roa	09235	55	BU	09235	
3115120	Olmedillas	olmedillas	ES	19264	0	Europe/Madrid	41.16667	-2.58333		Olmedillas		54	GU	19257	
3115121	Olmedilla del Campo	olmedilla-del-campo	ES	16550	0	Europe/Madrid	40.0555	-2.69188		Olmedilla del Campo		54	CU	16901	
3115122	Olmedilla de Eliz	olmedilla-de-eliz	ES	16853	30	Europe/Madrid	40.30232	-2.41952		Olmedilla de Eliz	16143	54	CU	16143	
3115124	Olmeda del Extremo	olmeda-del-extremo	ES	19413	0	Europe/Madrid	40.7656	-2.73847		Olmeda del Extremo		54	GU	19053	
3115125	Olmeda de la Cuesta	olmeda-de-la-cuesta	ES	16852	43	Europe/Madrid	40.31088	-2.47592		Olmeda de la Cuesta	16140	54	CU	16140	
3115126	Olmeda de Cobeta	olmeda-de-cobeta	ES	19444	112	Europe/Madrid	40.85971	-2.1828		Olmeda de Cobeta	19201	54	GU	19201	
3115128	Olloniego	olloniego	ES	33660	0	Europe/Madrid	43.29878	-5.82357		Olloniego		34	O	33044	
3115129	Ollogoyen	ollogoyen	ES	31241	0	Europe/Madrid	42.68685	-2.14714				32	NA	31168	
3115130	Ollobarren	ollobarren	ES	31241	0	Europe/Madrid	42.68748	-2.13444				32	NA	31168	
3115135	Olleros de Tera	olleros-de-tera	ES	49331	0	Europe/Madrid	41.9837	-6.10165		Olleros,Olleros de Tera		55	ZA	49032	
3115136	Olleros de Sabero	olleros-de-sabero	ES	24811	0	Europe/Madrid	42.83031	-5.18034		Olleros de Sabero		55	LE	24137	
3115137	Olleros de Pisuerga	olleros-de-pisuerga	ES	34815	0	Europe/Madrid	42.74426	-4.28651		Olleros de Pisuerga		55	P	34004	
3115138	Olleros de Paredes Rubias	olleros-de-paredes-rubias	ES	39250	0	Europe/Madrid	42.77994	-4.00973		Olleros de Paredes Rubias		55	P	34032	
3115139	Olleros de Alba	olleros-de-alba	ES	24649	0	Europe/Madrid	42.80154	-5.6979		Olleros de Alba		55	LE	24134	
3115141	Olleros	olleros	ES	33874	0	Europe/Madrid	40.78942	-6.0677		Alqueria Olleros,Alquería Olleros,Olleros		55	SA	37088	
3115142	Olabarri / Ollávarre	ollavarre	ES	01428	0	Europe/Madrid	42.81853	-2.83688		Olabarri,Ollavarre,Ollávarre		59	VI	01901	
3115143	Ollauri	ollauri	ES	26220	299	Europe/Madrid	42.54256	-2.83448		Ollauri	26111	27	LO	26111	
3115150	Olivella	olivella	ES	08818	2264	Europe/Madrid	41.31667	1.81667		Olivella	08148	56	B	08148	
3115155	Olivares de Duero	olivares-de-duero	ES	47359	326	Europe/Madrid	41.63755	-4.36547		Olivares de Duero	47103	55	VA	47103	
3115157	Oliván	olivan	ES	22636	0	Europe/Madrid	42.5754	-0.30341		Oliban,Olibán,Olivan		52	HU	22199	
3115158	Oliván	olivan	ES	22636	0	Europe/Madrid	42.23495	-2.30842				27	LO	26126	
3115159	Oliva de Plasencia	oliva-de-plasencia	ES	10667	260	Europe/Madrid	40.11227	-6.08648		Oliva,Oliva de Plasencia	10136	57	CC	10136	
3115161	Olius	olius	ES	25286	632	Europe/Madrid	42.01035	1.5646			25151	56	L	25151	
3115163	Oliola	oliola	ES	25749	270	Europe/Madrid	41.87566	1.17631		Oliola		56	L	25907	
3115165	Oliete	oliete	ES	44548	474	Europe/Madrid	40.99791	-0.67429			44172	52	TE	44172	
3115167	Olicio	olicio	ES	33547	0	Europe/Madrid	43.38271	-5.11534		Olicio		34	O	33012	
3115170	Oliana	oliana	ES	25790	1866	Europe/Madrid	42.06895	1.31353		Oliana		56	L	25044	
3115171	Olesa de Montserrat	olesa-de-montserrat	ES	08640	23301	Europe/Madrid	41.54372	1.89407		Olesa,Olesa de Montserrat		56	B	08076	
3115172	Olesa de Bonesvalls	olesa-de-bonesvalls	ES	08795	1396	Europe/Madrid	41.35435	1.84907		Olesa de Bonesvall,Olesa de Bonesvalls		56	B	08020	
3115173	Oles	oles	ES	33315	26	Europe/Madrid	43.53333	-5.43333		Oles		34	O	33076	
3115176	Olejua	olejua	ES	31281	55	Europe/Madrid	42.62329	-2.14202		Olejua	31190	32	NA	31190	
3115184	Olea de Boedo	olea-de-boedo	ES	34407	42	Europe/Madrid	42.6099	-4.4504		Olea de Boedo	34113	55	P	34113	
3115185	Olea	olea	ES	39418	0	Europe/Madrid	42.93931	-4.17922		Olea		39	S	39092	
3115186	Olcoz	olcoz	ES	31398	0	Europe/Madrid	42.66509	-1.68105		Olcoz		32	NA	31056	
3115187	Olvan	olvan	ES	08611	0	Europe/Madrid	42.06667	1.9		Olban,Olbán,Olvan	08144	56	B	08144	
3115188	Olba	olba	ES	44479	242	Europe/Madrid	40.13333	-0.61667		Olba	44171	52	TE	44171	
3115189	Olaz-Subiza	olaz-subiza	ES	31191	0	Europe/Madrid	42.71	-1.65954				32	NA	31109	
3115194	Olabe	olave	ES	31799	0	Europe/Madrid	43.16667	-2.56667				59	BI	48019	
3115195	Olabe	olabe	ES	48382	0	Europe/Madrid	42.88464	-1.60263		Olabe,Olave		32	NA	31101	
3115197	Olás	olas	ES	32839	0	Europe/Madrid	43.1	-8.3		Olas,Olás,San Lorenzo		58	C	15047	
3115198	Olarra	olarra	ES	48140	0	Europe/Madrid	43.14876	-2.78923		Olarra		59	BI	48006	
3115199	Olano	olano	ES	01138	0	Europe/Madrid	43.06031	-2.10065		Olano		59	SS	20071	
3115200	Olalla	olalla	ES	44211	0	Europe/Madrid	40.96758	-1.16033		Olalla		52	TE	44050	
3115201	Olagüe	olague	ES	31798	0	Europe/Madrid	42.96343	-1.6192		Olague,Olagüe		32	NA	31017	
3115204	Olakueta	olakueta	ES	48240	0	Europe/Madrid	43.16667	-2.56667		Olacueta,Olakueta		59	BI	48019	
3115205	Olabezar	olabezar	ES	01479	0	Europe/Madrid	43.06954	-3.01348		Olabezahar,Olabezar,Olábezar		59	VI	01010	
3115206	Olaberria	olaberria	ES	20212	930	Europe/Madrid	43.02726	-2.20349		Olaberria,Olaberría	20058	59	SS	20058	
3115207	Olabe	olabe	ES	48382	0	Europe/Madrid	43.36667	-2.58333		Olabe		59	BI	48028	
3115209	Olabarri	olabarri	ES	01428	0	Europe/Madrid	43.16353	-2.77875		Olabarri,Olavarri		59	BI	48094	
3115210	Ola	ola	ES	22135	0	Europe/Madrid	42.10741	-0.30153		Ola		52	HU	22015	
3115212	Ojuel	ojuel	ES	42130	0	Europe/Madrid	41.716	-2.27629		Ojuel		55	SO	42044	
3115213	Ojos Negros	ojos-negros	ES	44313	526	Europe/Madrid	40.7375	-1.49875		Ojos Negros	44169	52	TE	44169	
3115214	Ojos-Albos	ojos-albos	ES	05193	58	Europe/Madrid	40.70596	-4.51633		Ojos-Albos	05173	55	AV	05173	
3115217	Ojacastro	ojacastro	ES	26270	218	Europe/Madrid	42.3472	-3.0049		Ojacastro,Okhakastro,Oxakastro,ao ha ka si te luo,Охакастро,Օխակաստրո,奥哈卡斯特罗	26110	27	LO	26110	
3115219	Oitz	oitz	ES	31751	130	Europe/Madrid	43.11667	-1.68333		Oitz,Oiz	31187	32	NA	31187	
3115222	Oitura	oitura	ES	50297	0	Europe/Madrid	41.72881	-1.1935		Oitura		52	Z	50043	
3115233	Oimbra	oimbra	ES	32613	1977	Europe/Madrid	41.88554	-7.47216				58	OR	32050	
3115235	Ogueta	ogueta	ES	09216	0	Europe/Madrid	42.71196	-2.64547		Ogeta,Ogueta		55	BU	09109	
3115238	Ogern	ogern	ES	25289	0	Europe/Madrid	42.02373	1.34051		Ogern		56	L	25044	
3115239	Ogassa	ogassa	ES	17861	264	Europe/Madrid	42.27159	2.23148		Ogassa		56	GI	17167	
3115241	Ogarrio	ogarrio	ES	39812	0	Europe/Madrid	43.28806	-3.53914		Ogarrio		39	S	39067	
3115244	Oencia	oencia	ES	24566	579	Europe/Madrid	42.54758	-6.96859			24103	55	LE	24103	
3115248	Odón	odon	ES	44233	257	Europe/Madrid	40.88417	-1.56792		Odon,Odón	44168	52	TE	44168	
3115249	Odollo	odollo	ES	24742	0	Europe/Madrid	42.34619	-6.59214		Odollo		55	LE	24043	
3115250	Odiaga	odiaga	ES	48289	0	Europe/Madrid	43.31667	-2.51667		Odiaga		59	BI	48004	
3115252	Òdena	odena	ES	08711	2910	Europe/Madrid	41.6	1.65		Odena,Òdena	08143	56	B	08143	
3115256	Ocón de Villafranca	ocon-de-villafranca	ES	09258	0	Europe/Madrid	42.40485	-3.31417		Ocon de Villafranca,Ocón de Villafranca		55	BU	09431	
3115257	Ocón	ocon	ES	26148	401	Europe/Madrid	42.29898	-2.24019		Econ,Ecón,Ocon,Ocón,Okon,ao kong,Окон,奥孔	26108	27	LO	26108	
3115259	Oco	oco	ES	05520	71	Europe/Madrid	42.63828	-2.16476		Oco	31184	32	NA	31184	
3115260	Oco	oco	ES	05520	0	Europe/Madrid	40.62519	-4.97027		Barrio Oco,Oco		55	AV	05247	
3115261	Ocio	ocio	ES	01212	0	Europe/Madrid	42.65673	-2.8226		Ocio		59	VI	01062	
3115262	Ocilla	ocilla	ES	09294	0	Europe/Madrid	42.7634	-2.78057		Ozilla		55	BU	09109	
3115264	Ochánduri	ochanduri	ES	26213	76	Europe/Madrid	42.52525	-3.00415		Ochanduri,Ochánduri	26109	27	LO	26109	
3115265	Ochando	ochando	ES	40136	0	Europe/Madrid	41.05071	-4.4364		Ochando		55	SG	40185	
3115266	Otxandio	otxandio	ES	48210	0	Europe/Madrid	43.03333	-2.65		Ochandiano,Otxandio	48072	59	BI	48072	
3115267	Ochagavía	ochagavia	ES	31680	646	Europe/Madrid	42.90543	-1.09112		Ochagavia,Ochagavía,Otxagabia		32	NA	31093	
3115268	Ocero	ocero	ES	24439	0	Europe/Madrid	42.7003	-6.62807		Ocero		55	LE	24143	
3115269	Ocentejo	ocentejo	ES	19432	36	Europe/Madrid	40.77234	-2.39764		Ocentejo	19199	54	GU	19199	
3115270	Oceño	oceno	ES	33576	0	Europe/Madrid	43.29745	-4.73674				34	O	33046	
3115271	Ocenilla	ocenilla	ES	42145	0	Europe/Madrid	41.80464	-2.62065		Ocenilla		55	SO	42061	
3115272	Ocejo de la Peña	ocejo-de-la-pena	ES	24813	0	Europe/Madrid	42.86428	-5.08519		Ocejo de la Pena,Ocejo de la Peña		55	LE	24056	
3115273	Ocejo	ocejo	ES	39682	0	Europe/Madrid	43.17734	-3.87157		Ocejo		39	S	39039	
3115274	Oceja de Valdellorma	oceja-de-valdellorma	ES	24870	0	Europe/Madrid	42.81487	-5.20461		Oceja de Valdellorma		55	LE	24068	
3115283	Obregón	obregon	ES	39690	0	Europe/Madrid	43.34552	-3.86132		Obregon,Obregón		39	S	39099	
3115287	Obona	obona	ES	33874	0	Europe/Madrid	43.34353	-6.47905		Obona		34	O	33073	
3115288	Obón	obon	ES	44792	70	Europe/Madrid	40.9045	-0.723		Obon,Obón	44167	52	TE	44167	
3115292	Obeso	obeso	ES	39554	0	Europe/Madrid	43.25444	-4.42323		Obeso		39	S	39063	
3115293	Oveix	oveix	ES	25511	0	Europe/Madrid	42.39443	0.94912				56	L	25202	
3115294	Obekuri	obecuri	ES	01118	0	Europe/Madrid	43.282	-3.15086				59	BI	48086	
3115295	Obécuri	obecuri	ES	01118	0	Europe/Madrid	42.64929	-2.53112		Obecuri,Obekuri,Obécuri		55	BU	09109	
3115296	Obaya	obaya	ES	33311	0	Europe/Madrid	43.44793	-5.45325				34	O	33076	
3115298	Obanza	obanza	ES	33778	0	Europe/Madrid	43.44033	-6.93191		Obanza		34	O	33017	
3115299	Obanos	obanos	ES	31151	897	Europe/Madrid	42.68071	-1.78493		Obanos	31183	32	NA	31183	
3115300	Oballo	oballo	ES	33811	0	Europe/Madrid	43.0579	-6.64543		Oballo		34	O	33011	
3115301	Oba	oba	ES	48141	0	Europe/Madrid	43.13866	-2.71971		Oba		59	BI	48026	
3115303	Nuñomoral	nunomoral	ES	10626	1540	Europe/Madrid	40.40692	-6.24636		Nun'jomoral',Nun'omoral',Nunomoral,Nuñomoral,nu ni ao mo la er,nwnywmawral,Нуньйомораль,Нуньомораль,نونيومأورال,努尼奥莫拉尔	10135	57	CC	10135	
3115304	Nuño Gómez	nuno-gomez	ES	45644	204	Europe/Madrid	40.11383	-4.61978		Nuno Gomez,Nuño Gómez	45120	54	TO	45120	
3115305	Núñez	nunez	ES	33470	0	Europe/Madrid	43.51433	-5.88592		Nunez,Núñez		34	O	33020	
3115307	Numancia de la Sagra	numancia-de-la-sagra	ES	45230	3707	Europe/Madrid	40.07395	-3.85118		Azana,Azaña,Numancia de la Sagra	45119	54	TO	45119	
3115308	Nulles	nulles	ES	43887	355	Europe/Madrid	41.24893	1.29472		Nulles		56	T	43165	
3115311	Nuez de Ebro	nuez-de-ebro	ES	50173	637	Europe/Madrid	41.58957	-0.66774		Nuez de Ebro	50193	52	Z	50193	
3115314	Nuevo Baztán	nuevo-baztan	ES	28514	5503	Europe/Madrid	40.36731	-3.24125		Nuehvo-Bastan,Nuevo Baztan,Nuevo Baztán,Nuevo-Bastan,nwfw baztan,xin ba si tan,Нуево-Бастан,Нуэво-Бастан,نوفو بازتان,新巴斯坦	28100	29	M	28100	
3115317	Nueva Villa de las Torres	nueva-villa-de-las-torres	ES	47464	386	Europe/Madrid	41.26762	-5.05685		Nueva Villa de las Torres	47102	55	VA	47102	
3115319	Nuévalos	nuevalos	ES	50210	384	Europe/Madrid	41.21185	-1.78954		Nuevalos,Nuévalos	50192	52	Z	50192	
3115326	Nueros	nueros	ES	44220	0	Europe/Madrid	40.92721	-1.12816		Nueros		52	TE	44050	
3115327	Nueno	nueno	ES	22193	451	Europe/Madrid	42.26697	-0.43906		Nueno	22163	52	HU	22163	
3115328	Nubledo	nubledo	ES	33416	0	Europe/Madrid	43.52461	-5.87322		Nubledo		34	O	33020	
3115329	Nuarbe	nuarbe	ES	20738	0	Europe/Madrid	43.1343	-2.23243		Nuarbe		59	SS	20018	
3115331	Noia	noia	ES	15200	0	Europe/Madrid	42.78583	-8.88734			15057	58	C	15057	
3115332	Novoa	novoa	ES	32412	0	Europe/Madrid	42.30474	-8.17377		Novoa,San Esteban		58	OR	32018	
3115334	Novillas	novillas	ES	50530	664	Europe/Madrid	41.93334	-1.39412		Novillas	50191	52	Z	50191	
3115335	Noviercas	noviercas	ES	42132	212	Europe/Madrid	41.71194	-2.03433		Noviercas	42132	55	SO	42132	
3115336	Noviales	noviales	ES	42341	0	Europe/Madrid	41.35399	-3.2483				55	SG	40024	
3115337	Novés de Segre	noves-de-segre	ES	25795	0	Europe/Madrid	42.2945	1.34186		Noves,Noves de Segre,Novés,Novés de Segre		56	L	25906	
3115339	Novés	noves	ES	22712	0	Europe/Madrid	42.5941	-0.62931				52	HU	22130	
3115340	Novelúa	novelua	ES	27568	0	Europe/Madrid	42.82805	-7.79516		Novelua,Novelúa,San Cristobal,San Cristóbal		58	LU	27032	
3115341	Novellana	novellana	ES	33157	0	Europe/Madrid	43.56438	-6.28478		Novellana		34	O	33021	
3115346	Novallas	novallas	ES	50510	804	Europe/Madrid	41.95	-1.7		Novallas	50190	52	Z	50190	
3115347	Novales	novales	ES	22113	0	Europe/Madrid	43.44339	-5.38914				34	O	33076	
3115348	Novales	novales	ES	22113	0	Europe/Madrid	43.37825	-4.17927		Novales		39	S	39001	
3115349	Novales	novales	ES	22113	198	Europe/Madrid	42.03201	-0.287		Novales	22162	52	HU	22162	
3115360	Noriega	noriega	ES	33590	0	Europe/Madrid	43.36431	-4.57357				39	S	33055	
3115363	Noreña	norena	ES	33180	4647	Europe/Madrid	43.39364	-5.70662		Noren'ja,Norenija,nrnya,nuo lei ni ya,nwrynya,Норения,Норенья,نرنیا,نورينيا,诺雷尼亚	33042	34	O	33042	
3115369	Nonide	nonide	ES	33776	0	Europe/Madrid	43.21617	-6.99381		Nonide		34	O	33062	
3115370	Nonaspe	nonaspe	ES	50794	1041	Europe/Madrid	41.20881	0.24775		Nonaspe	50189	52	Z	50189	
3115371	Nomparedes	nomparedes	ES	42128	0	Europe/Madrid	41.55152	-2.31228		Nomparedes		55	SO	42183	
3115372	Nombrevilla	nombrevilla	ES	50369	47	Europe/Madrid	41.1073	-1.35904			50188	52	Z	50188	
3115373	Nombela	nombela	ES	45917	998	Europe/Madrid	40.1553	-4.50223		Nombela	45117	54	TO	45117	
3115374	Nolay	nolay	ES	42223	88	Europe/Madrid	41.52721	-2.35061		Nolaj,Nolay,Nolay i Spania,nuo lai,Нолай,诺莱	42131	55	SO	42131	
3115376	Noja	noja	ES	39180	2255	Europe/Madrid	43.48917	-3.52306		Noja	39047	39	S	39047	
3115377	Nois	nois	ES	27893	0	Europe/Madrid	43.61433	-7.31334		Nois,San Julian,San Julián		58	LU	27019	
3115379	Noheda	noheda	ES	16191	0	Europe/Madrid	40.17974	-2.25399		Nobeda,Noceda,Noheda		54	CU	16254	
3115380	Noharre	noharre	ES	05216	0	Europe/Madrid	41.00159	-4.78856		Nobarre,Noharre		55	AV	05152	
3115381	Nohales	nohales	ES	16191	0	Europe/Madrid	40.08333	-2.16667		Nohales		54	CU	16078	
3115383	Nogueruelas	nogueruelas	ES	44414	230	Europe/Madrid	40.23622	-0.63606		Nogueroles,Nogueruelas	44165	52	TE	44165	
3115386	Nogueras	nogueras	ES	44497	17	Europe/Madrid	41.13475	-1.06708		Nogueras	44164	52	TE	44164	
3115392	Nogueirón	nogueiron	ES	33730	0	Europe/Madrid	43.18057	-6.9002		Nogueiron,Nogueirón		34	O	33027	
3115394	Nogueira de Ramuín	nogueira-de-ramuin	ES	32160	2559	Europe/Madrid	42.41712	-7.74982		Nogueira,Nogueira de Ramuin,Nogueira de Ramuín	32052	58	OR	32052	
3115395	Nogueira	nogueira	ES	33775	16	Europe/Madrid	43.01667	-8.01667				58	C	15080	
3115396	Nogueira	nogueira	ES	33775	0	Europe/Madrid	42.55	-7.71667		Nogueira,Santa Maria,Santa María		58	LU	27016	
3115397	Nogueira	nogueira	ES	33775	0	Europe/Madrid	42.51121	-8.6937		Nogueira,San Lorenzo		58	PO	36028	
3115399	Nogueira	nogueira	ES	33775	0	Europe/Madrid	42.51058	-8.6998		Santo Tome,Santo Tomé		58	PO	36028	
3115400	Nogueira	nogueira	ES	33775	10	Europe/Madrid	42.45	-7.31667				58	LU	27052	
3115401	Nogueira	nogueira	ES	33775	0	Europe/Madrid	42.29444	-7.51553				58	OR	32049	
3115402	Nogueira	nogueira	ES	33775	0	Europe/Madrid	42.12086	-8.5129		Nogueira,San Salvador		58	PO	36042	
3115403	Nograro	nograro	ES	01426	0	Europe/Madrid	42.82392	-3.11204		Nograro		59	VI	01055	
3115404	Nograles	nograles	ES	42315	0	Europe/Madrid	41.40027	-3.00071		Nograles		55	SO	42152	
3115405	Nogarejas	nogarejas	ES	24734	0	Europe/Madrid	42.18744	-6.13916		Nogarejas		55	LE	24047	
3115406	Nogar	nogar	ES	24744	0	Europe/Madrid	42.29914	-6.50905		Nogar		55	LE	24043	
3115407	Nogales de Pisuerga	nogales-de-pisuerga	ES	34492	0	Europe/Madrid	42.67047	-4.30548		Nogales de Pisuerga		55	P	34005	
3115408	Nogales	nogales	ES	06173	0	Europe/Madrid	42.5091	-5.46333				55	LE	24095	
3115409	Nogal de las Huertas	nogal-de-las-huertas	ES	34128	59	Europe/Madrid	42.39255	-4.64156		Nogal de las Huertas	34112	55	P	34112	
3115410	Nogal	nogal	ES	05592	0	Europe/Madrid	40.42973	-5.37868		Nogal		55	AV	05228	
3115411	Nofuentes	nofuentes	ES	09515	0	Europe/Madrid	42.84247	-3.41826		Nofuentes		55	BU	09213	
3115412	Nodar	nodar	ES	27229	0	Europe/Madrid	43.07259	-7.86849		Nodar		58	LU	27020	
3115413	Nódalo	nodalo	ES	42193	0	Europe/Madrid	41.68894	-2.76388		Nodalo,Nódalo		55	SO	42095	
3115414	Nocito	nocito	ES	22150	0	Europe/Madrid	42.32117	-0.25351		Nocito,Nozito		52	HU	22199	
3115415	Nocina	nocina	ES	39788	0	Europe/Madrid	43.37718	-3.31868		Nocina		39	S	39030	
3115416	Noche	noche	ES	27812	0	Europe/Madrid	43.2581	-7.67381		Noche,San Martin,San Martín		58	LU	27065	
3115417	Nocelo da Pena	nocelo-da-pena	ES	32696	0	Europe/Madrid	42.06191	-7.57902				58	OR	32078	
3115419	Nocedo de Curueño	nocedo-de-curueno	ES	24846	0	Europe/Madrid	42.98333	-5.48333	1060	Nocedo de Curueno,Nocedo de Curueño		55	LE	24177	
3115421	Nocedo	nocedo	ES	09142	0	Europe/Madrid	43.44095	-5.09826				34	O	33056	
3115422	Nocedo	nocedo	ES	09142	0	Europe/Madrid	41.98727	-7.7152				58	OR	32012	
3115425	Noceda de Cabrera	noceda-de-cabrera	ES	24744	0	Europe/Madrid	42.34537	-6.5156		Noceda,Noceda de Cabrera		55	LE	24043	
3115426	Noceda	noceda	ES	24319	0	Europe/Madrid	43.52292	-7.15819				58	LU	27051	
3115427	Noceda	noceda	ES	24319	0	Europe/Madrid	43.24008	-6.17151				34	O	33026	
3115428	Noceda	noceda	ES	24319	0	Europe/Madrid	43.19559	-6.61804				34	O	33001	
3115429	Noceda	noceda	ES	24319	0	Europe/Madrid	43.18038	-7.06555				58	LU	27018	
3115430	Noceda	noceda	ES	24319	0	Europe/Madrid	43.04944	-6.58418				34	O	33011	
3115431	Noceda	noceda	ES	24319	0	Europe/Madrid	42.83333	-5.65				55	LE	24114	
3115432	Noceda	noceda	ES	24319	0	Europe/Madrid	42.77457	-6.94866				58	LU	27012	
3115433	Noceda	noceda	ES	24319	0	Europe/Madrid	42.75799	-7.07672				58	LU	27037	
3115434	Nocedo	nocedo	ES	09142	0	Europe/Madrid	42.75	-3.71667				55	BU	09905	
3115435	Noceda	noceda	ES	24319	0	Europe/Madrid	42.71392	-6.39993		Noceda		55	LE	24102	
3115436	Noceda	noceda	ES	24319	0	Europe/Madrid	42.6983	-8.92516				58	C	15011	
3115437	Noceda	noceda	ES	24319	0	Europe/Madrid	42.69615	-8.19516		Noceda,Santa Maria,Santa María		58	PO	36024	
3115438	Noceda	noceda	ES	24319	0	Europe/Madrid	42.68333	-7.45		Noceda,San Juan		58	LU	27024	
3115439	Noceda	noceda	ES	24319	0	Europe/Madrid	42.67504	-7.13033				58	LU	27017	
3115440	Noceco	noceco	ES	09569	0	Europe/Madrid	43.0915	-3.48042		Noceco		55	BU	09214	
3115444	Noales	noales	ES	22474	0	Europe/Madrid	42.45905	0.66247		Noales		52	HU	22157	
3115445	Noal	noal	ES	33946	0	Europe/Madrid	42.73103	-8.9851				58	C	15071	
3115446	Noáin	noain	ES	31110	0	Europe/Madrid	42.76239	-1.63448		Noain,Noain Elortzibar,Noajn,Noáin,Ноайн		32	NA	31088	
3115449	Nistal	nistal	ES	24395	0	Europe/Madrid	42.42295	-6.00694		Nistal		55	LE	24148	
3115450	Niseiros	niseiros	ES	33778	0	Europe/Madrid	43.43991	-6.91704		Niseiros		34	O	33017	
3115451	Nío	nio	ES	33775	0	Europe/Madrid	43.35132	-7.11026		Nio,Nío		34	O	33071	
3115456	Nine	nine	ES	15991	0	Europe/Madrid	42.66994	-8.84703		Nine		58	C	15011	
3115459	Niharra	niharra	ES	05191	178	Europe/Madrid	40.58945	-4.83895		Niharra	05172	55	AV	05172	
3115461	Nigüella	niguella	ES	50269	92	Europe/Madrid	41.53621	-1.5245		Niguella,Nigüella	50187	52	Z	50187	
3115556	Naves	naves	ES	25286	0	Europe/Madrid	43.44085	-4.88829		Naves		34	O	33036	
3115557	Naves	naves	ES	25286	0	Europe/Madrid	43.33632	-5.79477				34	O	33044	
3115466	Nieves	nieves	ES	33990	0	Europe/Madrid	43.21308	-5.33667		Nieves		34	O	33015	
3115467	Nieves	nieves	ES	33990	0	Europe/Madrid	42.08729	-8.41387		Nieves		58	PO	36034	
3115469	Nieva de Cameros	nieva-de-cameros	ES	26124	156	Europe/Madrid	42.21835	-2.667		Nieva de Cameros	26107	27	LO	26107	
3115470	Nieva de Calderuela	nieva-de-calderuela	ES	42112	0	Europe/Madrid	41.8013	-2.21966		Nieva de Calderuela		55	SO	42024	
3115471	Nieva	nieva	ES	33418	0	Europe/Madrid	43.59541	-5.92954		Nieva		34	O	33025	
3115472	Nieva	nieva	ES	33418	0	Europe/Madrid	42.35	-8.26667		Nieva,Santa Maria,Santa María		58	OR	32004	
3115473	Nieva	nieva	ES	33418	349	Europe/Madrid	41.08191	-4.42501		Nieva	40148	55	SG	40148	
3115474	Nieres	nieres	ES	33879	0	Europe/Madrid	43.32561	-6.33654				34	O	33073	
3115475	Niembro	niembro	ES	33595	0	Europe/Madrid	43.43815	-4.8424				34	O	33036	
3115476	Nieda	nieda	ES	33559	0	Europe/Madrid	43.3411	-5.1119				34	O	33012	
3115477	Nidáguila	nidaguila	ES	09142	0	Europe/Madrid	42.63712	-3.77329				55	BU	09905	
3115478	Niao	niao	ES	33310	0	Europe/Madrid	43.43204	-5.41729				34	O	33009	
3115482	Nevares	nevares	ES	33548	0	Europe/Madrid	43.38741	-5.22737		Nevares,San Antonio		34	O	33045	
3115483	Nete	nete	ES	27811	0	Europe/Madrid	43.24643	-7.66433		Nete,San Cosme		58	LU	27065	
3115484	Nestares	nestares	ES	26110	0	Europe/Madrid	43.00104	-4.15228		Nestares		39	S	39027	
3115485	Nestares	nestares	ES	26110	0	Europe/Madrid	42.27014	-2.61993		Nestares	26106	27	LO	26106	
3115491	Nerín	nerin	ES	22375	0	Europe/Madrid	42.57436	0.01739		Nerin,Nerín		52	HU	22107	
3115492	Nepas	nepas	ES	42218	82	Europe/Madrid	41.52639	-2.39866		Nepas	42130	55	SO	42130	
3115493	Nenín	nenin	ES	33759	0	Europe/Madrid	43.53081	-6.84253		Nenin,Nenín		34	O	33023	
3115497	Nembro	nembro	ES	33449	0	Europe/Madrid	43.60514	-5.82181		Nembro,Santa Eulalia de Nembro		34	O	33025	
3115499	Nela	nela	ES	09557	0	Europe/Madrid	42.97489	-3.65765		Nela		55	BU	09215	
3115500	Neiras	neiras	ES	27468	0	Europe/Madrid	42.46667	-7.55		Neiras,San Salvador		58	LU	27059	
3115505	Neila de San Miguel	neila-de-san-miguel	ES	05619	99	Europe/Madrid	40.42372	-5.6509		Neila de San Miguel	05171	55	AV	05171	
3115508	Neila	neila	ES	09679	249	Europe/Madrid	42.06016	-2.99691		Neila,Nejla,nayla,nei la,Нейла,نايلا,内拉	09232	55	BU	09232	
3115509	Neguillas	neguillas	ES	42223	0	Europe/Madrid	41.46241	-2.42951		Neguillas		55	SO	42068	
3115513	Negrón	negron	ES	46145	0	Europe/Madrid	40.03333	-1.35		El Negron,Negron,Negrón		60	V	46252	
3115519	Negrilla de Palencia	negrilla-de-palencia	ES	37426	118	Europe/Madrid	41.09185	-5.59165		Negrilla de Palencia	37222	55	SA	37222	
3115523	Negreira	negreira	ES	15830	7079	Europe/Madrid	42.90402	-8.74273		Negreira		58	C	15013	
3115524	Negredo	negredo	ES	19245	21	Europe/Madrid	41.02737	-2.85878		Negredo	19198	54	GU	19198	
3115537	Neda	neda	ES	15510	0	Europe/Madrid	43.49955	-8.15935		Neda,Santa Maria,Santa María		58	C	15055	
3115538	Neda	neda	ES	15510	0	Europe/Madrid	43.33333	-8.15				58	C	15055	
3115539	Nebreda	nebreda	ES	09348	92	Europe/Madrid	41.96881	-3.6343		Nebreda	09231	55	BU	09231	
3115543	Nazar	nazar	ES	31282	57	Europe/Madrid	42.63686	-2.27966			31182	32	NA	31182	
3115544	Navío	navio	ES	32455	0	Europe/Madrid	42.36667	-8.08333		Navio,Navío,San Felix,San Félix		58	OR	32074	
3115545	Naviego	naviego	ES	33818	0	Europe/Madrid	43.06527	-6.54287		Naviego		34	O	33011	
3115546	Navidiello	navidiello	ES	33692	0	Europe/Madrid	43.07187	-5.72761		Navidiello,Naviedallo		34	O	33033	
3115547	Navianos de Valverde	navianos-de-valverde	ES	49697	254	Europe/Madrid	41.95319	-5.81781		Navianos de Valverde	49137	55	ZA	49137	
3115548	Navianos de Alba	navianos-de-alba	ES	49146	0	Europe/Madrid	41.7427	-5.92014		Navianos,Navianos de Alba		55	ZA	49138	
3115553	Navia	navia	ES	33710	9006	Europe/Madrid	43.53544	-6.71935		Navia	33041	34	O	33041	
3115554	Navia	navia	ES	33710	0	Europe/Madrid	42.2	-8.76667		Navia,San Pelayo		58	PO	36057	
3115558	Navès	naves	ES	25286	0	Europe/Madrid	41.99162	1.63877		Naves,Navès,Navés		56	B	08132	
3115560	Naveros de Pisuerga	naveros-de-pisuerga	ES	34405	0	Europe/Madrid	42.47295	-4.26516		Naveros,Naveros de Pisuerga		55	BU	09211	
3115562	Navelgas	navelgas	ES	33873	0	Europe/Madrid	43.40505	-6.55196		Navelgas		34	O	33073	
3115563	Navedo	navedo	ES	33693	0	Europe/Madrid	43.31941	-6.77775				34	O	33029	
3115564	Navedo	navedo	ES	33693	0	Europe/Madrid	43.25234	-4.5795		Navedo		39	S	39049	
3115566	Naveda	naveda	ES	33310	0	Europe/Madrid	43.40442	-5.43368				34	O	33009	
3115567	Naveda	naveda	ES	33310	0	Europe/Madrid	43.01632	-4.24467				39	S	39032	
3115568	Naveces	naveces	ES	33457	0	Europe/Madrid	43.57103	-6.01368		San Roman,San Román		34	O	33016	
3115573	Navaz	navaz	ES	31193	0	Europe/Madrid	42.89273	-1.6773		Navaz		32	NA	31136	
3115574	Navatejera	navatejera	ES	24193	0	Europe/Madrid	42.62842	-5.56435		Navatejera		55	LE	24222	
3115575	Navatejares	navatejares	ES	05697	81	Europe/Madrid	40.33602	-5.5322		Navatejares	05170	55	AV	05170	
3115576	Navatalgordo	navatalgordo	ES	05122	302	Europe/Madrid	40.4152	-4.87155		Navatalgordo	05169	55	AV	05169	
3115577	Navata	navata	ES	17744	857	Europe/Madrid	42.22353	2.8611		Navata	17111	56	GI	17111	
3115579	Navasilla	navasilla	ES	22714	0	Europe/Madrid	42.53126	-0.46718				52	HU	22130	
3115580	Navasfrías	navasfrias	ES	37542	623	Europe/Madrid	40.29679	-6.81975		Navasfrias,Navasfrías	37221	55	SA	37221	
3115581	Navas de San Antonio	navas-de-san-antonio	ES	40408	352	Europe/Madrid	40.7604	-4.33052		Navas de San Antonio		55	SG	40076	
3115582	Navas de Ríofrío	navas-de-riofrio	ES	40420	370	Europe/Madrid	40.86708	-4.1346		Navas de Riofrio,Navas de Ríofrío		55	SG	40904	
3115583	Navas de Quejigal	navas-de-quejigal	ES	37491	0	Europe/Madrid	40.90438	-5.96031		Navas de Anejigal,Navas de Quejigal		55	SA	37079	
3115584	Navas de Oro	navas-de-oro	ES	40470	1435	Europe/Madrid	41.19627	-4.43754		Navas de Oro	40145	55	SG	40145	
3115585	Navas del Rey	navas-del-rey	ES	28695	2342	Europe/Madrid	40.3861	-4.25117		Navas del Rey	28099	29	M	28099	
3115586	Navas del Pinar	navas-del-pinar	ES	09619	0	Europe/Madrid	41.85375	-3.22654		Navas del Pinar		55	BU	09163	
3115588	Navas de Bureba	navas-de-bureba	ES	09249	45	Europe/Madrid	42.6809	-3.32698		Navas de Bureba	09230	55	BU	09230	
3115589	Navascués	navascues	ES	31450	198	Europe/Madrid	42.71758	-1.11744		Navascues,Navascués	31181	32	NA	31181	
3115590	Navasa	navasa	ES	22714	0	Europe/Madrid	42.53177	-0.48297				52	HU	22130	
3115593	Navàs	navas	ES	08670	5696	Europe/Madrid	41.89998	1.87763		Navars,Navas,Navàs		56	B	08018	
3115594	Navas	navas	ES	08670	0	Europe/Madrid	40.04032	-6.84171		Caserio Navas,Caserío Navas,Navas		57	CC	10064	
3115597	Navarri	navarri	ES	22452	0	Europe/Madrid	42.38207	0.38963				52	HU	22111	
3115598	Navarrevisca	navarrevisca	ES	05115	411	Europe/Madrid	40.36417	-4.89352		Navarrevisca	05167	55	AV	05167	
3115599	Navarrete del Río	navarrete-del-rio	ES	44496	0	Europe/Madrid	40.93008	-1.25658		Navarrete,Navarrete del Rio,Navarrete del Río		52	TE	44050	
3115601	Navarrete	navarrete	ES	26370	0	Europe/Madrid	42.63712	-2.52394		Navarrete		59	VI	01016	
3115602	Navarrete	navarrete	ES	26370	0	Europe/Madrid	42.43068	-2.56466			26105	27	LO	26105	
3115603	Navarregadilla	navarregadilla	ES	05580	0	Europe/Madrid	40.38722	-5.43763		Navarregadilla		55	AV	05226	
3115604	Navarredondilla	navarredondilla	ES	05120	0	Europe/Madrid	40.45416	-4.82199		Navarredondilla	05166	55	AV	05166	
3115605	Navarredonda de Salvatierra	navarredonda-de-salvatierra	ES	37766	0	Europe/Madrid	40.6542	-5.74782		Navarredonda de Salvatierra		55	SA	37131	
3115607	Navarredonda de la Rinconada	navarredonda-de-la-rinconada	ES	37607	269	Europe/Madrid	40.60657	-6.01169		Navarredonda de la Rinconada	37219	55	SA	37219	
3115608	Navarredonda	navarredonda	ES	41659	148	Europe/Madrid	40.98815	-3.72337		Navarredonda		29	M	28097	
3115611	Navaridas	navaridas	ES	01309	207	Europe/Madrid	42.54566	-2.6265		Nabaridas,Navaridas	01041	59	VI	01041	
3115612	Navares de las Cuevas	navares-de-las-cuevas	ES	40532	29	Europe/Madrid	41.41431	-3.75076		Navares de las Cuevas	40144	55	SG	40144	
3115613	Navares de Enmedio	navares-de-enmedio	ES	40532	129	Europe/Madrid	41.38096	-3.72283		Navares de Enmedio	40143	55	SG	40143	
3115614	Navares de Ayuso	navares-de-ayuso	ES	40531	71	Europe/Madrid	41.37447	-3.70745		Navares de Ayuso	40142	55	SG	40142	
3115615	Navardún	navardun	ES	50686	54	Europe/Madrid	42.51255	-1.14822		Navardun,Navardún	50186	52	Z	50186	
3115616	Navarcles	navarcles	ES	08270	5548	Europe/Madrid	41.75171	1.90357		Navarcles		56	B	08213	
3115617	Navaquesera	navaquesera	ES	05122	47	Europe/Madrid	40.42558	-4.91108		Navaquesera	05164	55	AV	05164	
3115618	Navapalos	navapalos	ES	42311	0	Europe/Madrid	41.50275	-3.09874		Navapalos		55	SO	42043	
3115619	Navandrinal	navandrinal	ES	05120	0	Europe/Madrid	40.46765	-4.84968		Navandrinal		55	AV	05212	
3115620	Navamures	navamures	ES	05697	0	Europe/Madrid	40.31237	-5.50289		Navamures		55	AV	05244	
3115621	Navamuñana	navamunana	ES	05592	0	Europe/Madrid	40.40814	-5.37407		Navamunana,Navamuñana		55	AV	05228	
3115622	Navamuel	navamuel	ES	39419	0	Europe/Madrid	42.84138	-4.08201		Navamuel		39	S	39094	
3115623	Navamorisca	navamorisca	ES	05692	0	Europe/Madrid	40.38005	-5.52498		Navamorisca		55	AV	05112	
3115624	Navamorcuende	navamorcuende	ES	45630	702	Europe/Madrid	40.15659	-4.78625		Navamorcuende	45114	54	TO	45114	
3115625	Navamorales	navamorales	ES	37749	127	Europe/Madrid	40.47618	-5.47893		Navamorales	37218	55	SA	37218	
3115626	Navamojada	navamojada	ES	05690	0	Europe/Madrid	40.32147	-5.46146		Navamojada		55	AV	05037	
3115628	Navamediana	navamediana	ES	05630	0	Europe/Madrid	40.31712	-5.41402		Navamediana		55	AV	05037	
3115629	Navaluenga	navaluenga	ES	05100	2118	Europe/Madrid	40.41123	-4.70897		Navaluenga	05163	55	AV	05163	
3115630	Navalsaz	navalsaz	ES	26586	0	Europe/Madrid	42.12177	-2.20848		Navalsaz		27	LO	26058	
3115631	Navalquejigo	navalquejigo	ES	28292	3000	Europe/Madrid	40.60705	-4.04966	900	Los Arroyos		29	M	28054	
3115632	Navalpotro	navalpotro	ES	19268	0	Europe/Madrid	40.92862	-2.59829		Navalpotro		54	GU	19282	
3115633	Navalperal de Tormes	navalperal-de-tormes	ES	05631	134	Europe/Madrid	40.3528	-5.30084		Navalperal de Tormes	05162	55	AV	05162	
3115634	Navalperal de Pinares	navalperal-de-pinares	ES	05240	1174	Europe/Madrid	40.59398	-4.41149		Navalperal,Navalperal de Pinares	05161	55	AV	05161	
3115635	Navalosa	navalosa	ES	05123	405	Europe/Madrid	40.40212	-4.92999		Navalesa,Navalosa,Navalosal	05160	55	AV	05160	
3115636	Navalonguilla	navalonguilla	ES	05697	403	Europe/Madrid	40.27835	-5.50042		Navalonguilla		55	AV	05037	
3115637	Navalón	navalon	ES	16190	0	Europe/Madrid	43.57352	-6.03008		Navalon,Navalón		34	O	33016	
3115638	Navalón	navalon	ES	16190	0	Europe/Madrid	40.1223	-2.29194		Navalon,Navalón		54	CU	16904	
3115639	Navalmoro	navalmoro	ES	05620	0	Europe/Madrid	40.33333	-5.51667		Barrio Navalmoro,Navalmoro		55	AV	05113	
3115640	Navalmoral de Béjar	navalmoral-de-bejar	ES	37794	63	Europe/Madrid	40.42264	-5.7831		Navalmoral de Bejar,Navalmoral de Béjar	37217	55	SA	37217	
3115641	Navalmoral	navalmoral	ES	05120	491	Europe/Madrid	40.46028	-4.76859		Naval'moral',Navalmoral,na wa er mo la er,nabalmral,nafalmwral,Навалморал,Навальмораль,نابالمرال,نافالمورال,纳瓦尔莫拉尔	05158	55	AV	05158	
3115642	Navalmanzano	navalmanzano	ES	40280	1179	Europe/Madrid	41.21594	-4.25631		Navalmanzano	40141	55	SG	40141	
3115643	Navalmahillo	navalmahillo	ES	05592	0	Europe/Madrid	40.43363	-5.34023		Navalmahillo		55	AV	05228	
3115646	Navallo	navallo	ES	33775	0	Europe/Madrid	43.3323	-7.09417		Navallo		34	O	33071	
3115647	Navallo	navallo	ES	33775	0	Europe/Madrid	43.25821	-7.20308				58	LU	27048	
3115648	Navallo	navallo	ES	33775	0	Europe/Madrid	41.99194	-7.25574				58	OR	32071	
3115650	Navalilla	navalilla	ES	40331	137	Europe/Madrid	41.34146	-3.93211		Navalilla	40140	55	SG	40140	
3115652	Navalguijo	navalguijo	ES	05697	0	Europe/Madrid	40.25809	-5.52209		Navalguijo		55	AV	05159	
3115654	Navalgrande	navalgrande	ES	05294	0	Europe/Madrid	40.61667	-4.53333		Barrio Navalgrande,Canto del Pico,Navalgrande		55	AV	05245	
3115655	Navalespino	navalespino	ES	28296	0	Europe/Madrid	40.58834	-4.26604				29	M	28135	
3115657	Navaleno	navaleno	ES	42149	997	Europe/Madrid	41.8383	-3.00418		Navaleno,na wa lai nuo,nawalnw,Навалено,ناوالنو,纳瓦莱诺	42129	55	SO	42129	
3115659	Navalcarnero	navalcarnero	ES	28600	21584	Europe/Madrid	40.28908	-4.01197		Naval'karnero,Navalcarnero,Navalkarnero,na wa er ka er nei luo,nabalkarnyrw,Навалькарнеро,نابالكارنيرو,纳瓦尔卡尔内罗	28096	29	M	28096	
3115660	Navalcán	navalcan	ES	45610	2227	Europe/Madrid	40.06667	-5.08333		Navalacan,Navalcan,Navalcán	45110	54	TO	45110	
3115661	Navalcaballo	navalcaballo	ES	42290	0	Europe/Madrid	41.68285	-2.53184		Navalcaballo,Navalcaballos		55	SO	42149	
3115665	Navalagamella	navalagamella	ES	28212	1700	Europe/Madrid	40.46894	-4.12334		Navalagamella	28095	29	M	28095	
3115666	Navalafuente	navalafuente	ES	28729	765	Europe/Madrid	40.82063	-3.67266		Navalafuente	28094	29	M	28094	
3115667	Navalacruz	navalacruz	ES	05134	271	Europe/Madrid	40.43993	-4.93122		Navalacruz	05157	55	AV	05157	
3115668	Naval	naval	ES	22320	295	Europe/Madrid	42.19503	0.15183		Nabal,Naval	22160	52	HU	22160	
3115669	Navajún	navajun	ES	26533	18	Europe/Madrid	41.96667	-2.1			26104	27	LO	26104	
3115671	Navajeda	navajeda	ES	39715	0	Europe/Madrid	43.3649	-3.70098		Navajeda		39	S	39028	
3115673	Navahondilla	navahondilla	ES	05429	211	Europe/Madrid	40.3251	-4.49661		Navahondilla	05156	55	AV	05156	
3115676	Navahombela	navahombela	ES	37753	0	Europe/Madrid	40.59651	-5.49243				55	AV	05144	
3115677	Navahermosa de Corneja	navahermosa-de-corneja	ES	05154	0	Europe/Madrid	40.51512	-5.38786		Navahermosa de Corneja		55	AV	05225	
3115683	Navafría	navafria	ES	24156	0	Europe/Madrid	42.60334	-5.44973		Navafria,Navafría		55	LE	24175	
3115684	Navafría	navafria	ES	24156	345	Europe/Madrid	41.05514	-3.82478		Navafria,Navafría	40139	55	SG	40139	
3115685	Navaescurial	navaescurial	ES	05514	73	Europe/Madrid	40.47163	-5.27756		Navaescurial	05155	55	AV	05155	
3115686	Navadijos	navadijos	ES	05134	57	Europe/Madrid	40.42524	-5.08285		Navadijos	05154	55	AV	05154	
3115687	Nava de Sotrobal	nava-de-sotrobal	ES	37850	197	Europe/Madrid	40.89039	-5.28562		Nava de Sotrobal	37215	55	SA	37215	
3115688	Nava de Santullán	nava-de-santullan	ES	34828	0	Europe/Madrid	42.87773	-4.31629		Nava de Santullan,Nava de Santullán		55	P	34027	
3115689	Nava de Roa	nava-de-roa	ES	09318	240	Europe/Madrid	41.61326	-3.96442		Nava Cega,Nava de Roa	09229	55	BU	09229	
3115690	Nava de Ordunte	nava-de-ordunte	ES	09586	0	Europe/Madrid	43.15456	-3.27066		Nava de Ordunte		55	BU	09410	
3115691	Nava del Rey	nava-del-rey	ES	47500	2110	Europe/Madrid	41.33036	-5.08095		Nava del Rey	47101	55	VA	47101	
3115693	Nava de los Oteros	nava-de-los-oteros	ES	24225	0	Europe/Madrid	42.39348	-5.46518		Nava de los Oteros		55	LE	24058	
3115694	Nava de los Caballeros	nava-de-los-caballeros	ES	24160	0	Europe/Madrid	42.6246	-5.24493		Nava de los Caballeros		55	LE	24079	
3115696	Nava de la Asunción	nava-de-la-asuncion	ES	40450	2662	Europe/Madrid	41.15586	-4.48751		Nava de la Asuncion,Nava de la Asunción	40138	55	SG	40138	
3115697	Nava de Francia	nava-de-francia	ES	37659	149	Europe/Madrid	40.53572	-6.11628		Nava de Francia	37214	55	SA	37214	
3115698	Nava de Béjar	nava-de-bejar	ES	37776	111	Europe/Madrid	40.47518	-5.67856		Nava de Bejar,Nava de Béjar	37213	55	SA	37213	
3115699	Nava de Arévalo	nava-de-arevalo	ES	05216	934	Europe/Madrid	40.97803	-4.77573		Nava de Arevalo,Nava de Arévalo	05152	55	AV	05152	
3115700	Navaconcejo	navaconcejo	ES	10613	2121	Europe/Madrid	40.17712	-5.83108		Navaconcejo	10130	57	CC	10130	
3115704	Navacerrada	navacerrada	ES	13189	2402	Europe/Madrid	40.72905	-4.01696			28093	29	M	28093	
3115705	Navacepedilla de Corneja	navacepedilla-de-corneja	ES	05571	155	Europe/Madrid	40.48602	-5.1838		Navacepedilla de Corneja	05151	55	AV	05151	
3116001	Mourence	mourence	ES	27820	0	Europe/Madrid	43.30593	-7.6944		Mourence		58	LU	27065	
3115706	Navacepeda de Tormes	navacepeda-de-tormes	ES	05633	0	Europe/Madrid	40.36008	-5.24897		Navacepeda de Tormes		55	AV	05901	
3115707	Navacarros	navacarros	ES	37716	143	Europe/Madrid	40.39776	-5.71425		Navacarros	37212	55	SA	37212	
3115721	Nava	nava	ES	14600	0	Europe/Madrid	43.37327	-6.19534				34	O	33059	
3115722	Nava	nava	ES	14600	0	Europe/Madrid	43.3581	-5.51064		Nava	33040	34	O	33040	
3115723	Nevà	neva	ES	17536	0	Europe/Madrid	42.31667	2.08333				56	GI	17134	
3115726	Nates	nates	ES	39761	0	Europe/Madrid	43.3783	-3.49129		Nates		39	S	39102	
3115728	Narbarte	narbarte	ES	31793	298	Europe/Madrid	43.13372	-1.62844				32	NA	31054	
3115730	Narros de Saldueña	narros-de-salduena	ES	05358	142	Europe/Madrid	40.87268	-4.86909		Narros de Salduena,Narros de Saldueña	05149	55	AV	05149	
3115731	Narros de Matalayegua	narros-de-matalayegua	ES	37609	260	Europe/Madrid	40.6988	-5.92658		Narros de Matalayegua	37211	55	SA	37211	
3115732	Narros del Puerto	narros-del-puerto	ES	05131	43	Europe/Madrid	40.54131	-4.99291		Narros del Puerto	05148	55	AV	05148	
3115733	Narros del Castillo	narros-del-castillo	ES	05369	208	Europe/Madrid	40.85869	-5.0601		Narros del Castillo	05147	55	AV	05147	
3115734	Narros de Cuéllar	narros-de-cuellar	ES	40443	0	Europe/Madrid	41.30033	-4.40786		Narros de Cuellar,Narros de Cuéllar		55	SG	40176	
3115735	Narros	narros	ES	42189	52	Europe/Madrid	41.84923	-2.29474		Narros	42128	55	SO	42128	
3115736	Narrillos de San Leonardo	narrillos-de-san-leonardo	ES	05160	0	Europe/Madrid	40.69498	-4.72349		Narrillos de San Leonardo		55	AV	05019	
3115737	Narrillos del Rebollar	narrillos-del-rebollar	ES	05141	65	Europe/Madrid	40.66488	-4.96577		Narrillos del Rebollar	05145	55	AV	05145	
3115738	Narrillos del Álamo	narrillos-del-alamo	ES	05154	136	Europe/Madrid	40.56673	-5.46584		Narrillos del Alamo,Narrillos del Álamo	05144	55	AV	05144	
3115739	Narón	naron	ES	15570	37712	Europe/Madrid	43.50175	-8.19082		Naron,Narón,San Julian,San Julian de Naron,Нарон	15054	58	C	15054	
3115740	Narón	naron	ES	15570	0	Europe/Madrid	42.81806	-7.74263		Naron,Narón		58	LU	27049	
3115741	Narón	naron	ES	15570	0	Europe/Madrid	42.80087	-7.20159				58	LU	27006	
3115743	Narla	narla	ES	27226	0	Europe/Madrid	43.05	-7.76667		Narla,San Pedro		58	LU	27020	
3115746	Narganes	narganes	ES	33579	0	Europe/Madrid	43.33685	-4.55503				34	O	33047	
3115747	Naredo de Fenar	naredo-de-fenar	ES	24839	0	Europe/Madrid	42.82872	-5.5247		Naredo de Fenar		55	LE	24098	
3115748	Narea	narea	ES	48380	0	Europe/Madrid	43.30271	-2.5681		Narea		59	BI	48070	
3115749	Nardués-Andurra	nardues-andurra	ES	31448	0	Europe/Madrid	42.71145	-1.28798				32	NA	31242	
3115750	Nardués-Aldunate	nardues-aldunate	ES	31449	0	Europe/Madrid	42.65185	-1.36492		Nardues-Aldunate,Nardues-Andurra,Nardués-Aldunate,Nardués-Andurra		32	NA	31242	
3115751	Narcué	narcue	ES	31283	0	Europe/Madrid	42.72483	-2.25744		Narcue,Narcué		32	NA	31139	
3115752	Narciandi	narciandi	ES	33589	0	Europe/Madrid	43.34834	-5.09903				55	LE	33012	
3115754	Narayola	narayola	ES	24410	0	Europe/Madrid	42.57793	-6.69449		Narayola		55	LE	24034	
3115755	Naraval	naraval	ES	33874	0	Europe/Madrid	43.42428	-6.53509		Naraval		34	O	33073	
3115760	Naraido	naraido	ES	33774	0	Europe/Madrid	43.41168	-7.17006		Naraido		34	O	33063	
3115762	Naón	naon	ES	33429	0	Europe/Madrid	43.39923	-5.79444		Naon,Naón		34	O	33066	
3115768	Nando	nando	ES	33816	0	Europe/Madrid	43.20532	-6.44025		Nando		34	O	33011	
3115771	Langraiz Oka / Nanclares de la Oca	nanclares-de-la-oca	ES	01230	0	Europe/Madrid	42.81844	-2.80949		Langraiz Oka,Nanclares de la Oca		59	VI	01901	
3115774	Nalió	nalio	ES	33825	0	Europe/Madrid	43.3768	-6.00526		Nalio,Nalió		34	O	33026	
3115775	Nalec	nalec	ES	25341	0	Europe/Madrid	41.55	1.11667		Nalec,Nalech	25145	56	L	25145	
3115776	Nalda	nalda	ES	26190	960	Europe/Madrid	42.33467	-2.4871		Nal'da,Nalda,na er da,Нальда,Նալդա,纳尔达	26103	27	LO	26103	
3115777	Najurieta	najurieta	ES	31422	0	Europe/Madrid	42.73135	-1.4828				32	NA	31237	
3115780	Nájera	najera	ES	26300	7789	Europe/Madrid	42.41822	-2.72865		Nachera,Naiara,Naiera,Najera,Nakhera,Nájera,na he la,nahera,najrt,nʼhrh,Нáхера,Нахера,נאחרה,ناجرة,ナヘラ,纳赫拉	26102	27	LO	26102	
3115781	Naharros de Valdunciel	naharros-de-valdunciel	ES	37798	0	Europe/Madrid	41.08389	-5.64359		Alqueria Naharros de Valduciel,Alquería Naharros de Valduciel,Naharros de Valdunciel		55	SA	37338	
3115783	Naharros	naharros	ES	16162	0	Europe/Madrid	41.16217	-2.91442		Naharros		54	GU	19185	
3115784	Naharros	naharros	ES	16162	0	Europe/Madrid	40.05324	-2.51003		Naharros		54	CU	16211	
3115785	Nagore	nagore	ES	31438	0	Europe/Madrid	42.85203	-1.37555		Nagore		32	NA	31028	
3115786	Nafría la Llana	nafria-la-llana	ES	42193	0	Europe/Madrid	41.66264	-2.77415		Nafria la Llana,Nafría la Llana		55	SO	42095	
3115920	Munárriz	munarriz	ES	31172	0	Europe/Madrid	42.81615	-1.89969		Munarriz,Munárriz		32	NA	31118	
3115787	Nafría de Ucero	nafria-de-ucero	ES	42141	79	Europe/Madrid	41.72273	-3.09499		Nafria de Ucero,Nafria-de-Usero,Nafrija-de-Usero,Nafriá de Ucero,Nafría de Ucero,na fu li ya de wu sai luo,Нафриа-де-Усеро,Нафрія-де-Усеро,纳夫里亚德乌塞罗	42127	55	SO	42127	
3115789	Nafarea	nafarea	ES	33779	0	Europe/Madrid	43.40572	-6.99615		Nafarea		34	O	33074	
3115792	Natxitua	natxitua	ES	48311	0	Europe/Madrid	43.38097	-2.61346		Nachitua,Natxitua		59	BI	48028	
3115798	Mutiloa	mutiloa	ES	20214	154	Europe/Madrid	43.02288	-2.27257		Mutiloa	20057	59	SS	20057	
3115801	Musitu	musitu	ES	01129	0	Europe/Madrid	42.77766	-2.42171		Musitu		59	VI	01037	
3115806	Mosqueroles	mosqueroles	ES	08479	0	Europe/Madrid	41.73333	2.45				56	B	08081	08081
3115811	Muruzábal de Andión	muruzabal-de-andion	ES	31150	0	Europe/Madrid	42.60381	-1.85523		Muruzabal de Andion,Muruzábal de Andión		32	NA	31167	
3115812	Muruzábal	muruzabal	ES	31152	304	Europe/Madrid	42.69051	-1.76931			31180	32	NA	31180	
3115813	Murugarren	murugarren	ES	31292	0	Europe/Madrid	42.7025	-2.0093		Murugarren		32	NA	31260	
3115814	Murueta	murueta	ES	48394	0	Europe/Madrid	43.35433	-2.68461		Murueta		59	BI	48908	
3115815	Murueta	murueta	ES	48394	0	Europe/Madrid	43.1262	-2.92989				59	BI	48075	
3115816	Muru-Astráin	muru-astrain	ES	31190	0	Europe/Madrid	42.76522	-1.74098		Muro-Astrain,Muru-Astrain,Muru-Astráin		32	NA	31076	
3115817	Muruarte de Reta	muruarte-de-reta	ES	31398	0	Europe/Madrid	42.66775	-1.66368		Muruarte de Reta		32	NA	31228	
3115818	Murua	murua	ES	01138	0	Europe/Madrid	42.97552	-2.73585				59	VI	01018	
3115824	Muros	muros	ES	15250	9999	Europe/Madrid	42.77617	-9.06032		Aebura,Ebora,Muros	15053	58	C	15053	
3115825	Murolas	murolas	ES	33778	0	Europe/Madrid	43.46188	-6.90149		Murolas		34	O	33017	
3115829	Muro de Aguas	muro-de-aguas	ES	26587	59	Europe/Madrid	42.13364	-2.11175		Muro de Aguas,Muro de Ambas Aguas,Muro-de-Aguas,Muro-de-Agvas,mu luo de ya gua si,Муро-де-Агвас,Муро-де-Агуас,Մուրո դե Ագուաս,穆罗德亚瓜斯	26100	27	LO	26100	
3115831	Muro	muro	ES	07440	0	Europe/Madrid	42.85	-7.4		Muro,San Juan		58	LU	27026	
3115832	Muro	muro	ES	07440	0	Europe/Madrid	42.61667	-9.01667		Muro,San Pedro		58	C	15071	
3115833	Muro	muro	ES	07440	0	Europe/Madrid	42.49001	-0.07357				52	HU	22109	
3115834	Múrita	murita	ES	09511	0	Europe/Madrid	42.92834	-3.05978		Murita,Múrita		55	BU	09190	
3115835	Murillo el Fruto	murillo-el-fruto	ES	31313	747	Europe/Madrid	42.39272	-1.46034		Murillo el Fruto	31179	32	NA	31179	
3115836	Murillo el Cuende	murillo-el-cuende	ES	31391	662	Europe/Madrid	42.39643	-1.62962		Moriello del Cuende,Muril'jo-el'-Kuende,Muril'o-ehl'-Kuehnde,Murillo El Cuende,Murillo el Cuende,mu li e ai er kun de,Мурильо-эль-Куэнде,Мурільйо-ель-Куенде,穆里略埃尔昆德		32	NA	31205	
3115837	Murillo de Río Leza	murillo-de-rio-leza	ES	26143	1231	Europe/Madrid	42.40099	-2.32464		Muriello de Rio Leza,Muriello de Río Leza,Muril'jo-de-Rio-Lesa,Muril'o-de-Rio-Lesa,Murilio de Rio Lesa,Murillo,lai sa he pan mu li e,Мурильо-де-Рио-Леса,Мурільйо-де-Ріо-Леса,Մուրիլիո դե Ռիո Լեսա,莱萨河畔穆里略	26099	27	LO	26099	
3115841	Murillo de Gállego	murillo-de-gallego	ES	22808	189	Europe/Madrid	42.33662	-0.75301		Morillo de Galligo,Murillo de Gallego,Murillo de Gállego,Murrillo de Gallego,Murrillo de Gállego		52	HU	22173	
3115842	Murillo de Calahorra	murillo-de-calahorra	ES	26500	0	Europe/Madrid	42.3369	-1.99499		Murillo de Calahorra		27	LO	26036	
3115843	Murillo-Berroya	murillo-berroya	ES	31454	0	Europe/Madrid	42.70212	-1.26205				32	NA	31209	
3115845	Murieta	murieta	ES	31280	272	Europe/Madrid	42.65618	-2.15452			31177	32	NA	31177	
3115847	Muriel Viejo	muriel-viejo	ES	42148	67	Europe/Madrid	41.78261	-2.91522		Mur'el'-V'ekho,Murel'-Vekho,Muriel Viejo,mu lie er wei ye huo,Мурьель-Вьехо,Мурєль-Вєхо,穆列尔维耶霍	42125	55	SO	42125	
3115853	Muriel de la Fuente	muriel-de-la-fuente	ES	42193	97	Europe/Madrid	41.7232	-2.86		Mur'el'-de-la-Fuehnte,Murel'-de-la-Fuente,Muriel de la Fuente,mu lie er de la feng te,Мурьель-де-ла-Фуэнте,Мурєль-де-ла-Фуенте,穆列尔德拉丰特	42124	55	SO	42124	
3115854	Muriel	muriel	ES	19225	0	Europe/Madrid	40.98162	-3.19201		Muriel		54	GU	19262	
3115855	Muriedas	muriedas	ES	39600	0	Europe/Madrid	43.42964	-3.85929		Muriedas		39	S	39016	
3115857	Murias de Rechivaldo	murias-de-rechivaldo	ES	24718	0	Europe/Madrid	42.45986	-6.10632		Murias de Rechivaldo		55	LE	24008	
3115858	Murias de Ponjos	murias-de-ponjos	ES	24127	0	Europe/Madrid	42.7196	-6.07693		Murias de Ponjos		55	LE	24184	
3115859	Murias de Pedredo	murias-de-pedredo	ES	24720	0	Europe/Madrid	42.43373	-6.2014		Murias de Pedredo,Murias de Polvazares		55	LE	24152	
3115860	Murias de Paredes	murias-de-paredes	ES	24130	568	Europe/Madrid	42.85027	-6.19164		Murias de Paredes,Murias-de-Paredes,mu li ya si de pa lei de si,Муриас-де-Паредес,Муріас-де-Паредес,穆里亚斯德帕雷德斯	24101	55	LE	24101	
3115861	Murias	murias	ES	49359	0	Europe/Madrid	43.44527	-6.93988				34	O	33017	
3115862	Murias	murias	ES	49359	0	Europe/Madrid	43.43036	-6.04685		Murias		34	O	33010	
3115863	Murias	murias	ES	49359	0	Europe/Madrid	43.34921	-6.48757				34	O	33073	
3115864	Murias	murias	ES	49359	0	Europe/Madrid	43.27611	-7.05711				34	O	33062	
3115865	Murias	murias	ES	49359	0	Europe/Madrid	43.24626	-6.83283				34	O	33001	
3115866	Murias	murias	ES	49359	0	Europe/Madrid	43.25	-6.03333				34	O	33052	
3115867	Murias	murias	ES	49359	0	Europe/Madrid	43.23745	-7.2453				58	LU	27029	
3115868	Murias	murias	ES	49359	0	Europe/Madrid	43.15226	-5.93766				34	O	33053	
3115869	Murias	murias	ES	49359	0	Europe/Madrid	43.13702	-7.22556				58	LU	27004	
3115870	Murias	murias	ES	49359	0	Europe/Madrid	43.13053	-5.67205		Murias		34	O	33002	
3115871	Murias	murias	ES	49359	0	Europe/Madrid	42.92535	-7.11299				58	LU	27006	
3115872	Murias	murias	ES	49359	0	Europe/Madrid	42.92658	-6.87229				58	LU	27012	
3115873	Murias	murias	ES	49359	0	Europe/Madrid	42.14078	-6.66519		Murias		55	ZA	49224	
3115875	Murga	murga	ES	01479	0	Europe/Madrid	43.07568	-3.02539		Murga		59	VI	01010	
3115876	Murero	murero	ES	50366	139	Europe/Madrid	41.15967	-1.48275		Murero	50184	52	Z	50184	
3115878	Murchante	murchante	ES	31521	3320	Europe/Madrid	42.03185	-1.65582		Murchante	31176	32	NA	31176	
3115881	Mura	mura	ES	08278	204	Europe/Madrid	41.69943	1.97612		Mura	08139	56	B	08139	
3115884	Muñoz	munoz	ES	37493	0	Europe/Madrid	40.81452	-6.1992		Munoz,Muñoz,QLM		55	SA	37135	
3115885	Muñoyerro	munoyerro	ES	05357	0	Europe/Madrid	40.75535	-4.83729		Munoyerro,Muñoyerro		55	AV	05040	
3115886	Muñoveros	munoveros	ES	40183	196	Europe/Madrid	41.17234	-3.95161		Munoveros,Muñoveros	40136	55	SG	40136	
3115887	Muñotello	munotello	ES	05560	106	Europe/Madrid	40.54236	-5.04187		Munotello,Muñotello	05143	55	AV	05143	
3115888	Muñosancho	munosancho	ES	05301	140	Europe/Madrid	40.92097	-5.03559		Munosancho,Muñosancho	05142	55	AV	05142	
3115889	Muñorrodero	munorrodero	ES	39594	0	Europe/Madrid	43.36518	-4.48163		Munorrodero,Muñorrodero		39	S	39095	
3115890	Muñopepe	munopepe	ES	05192	102	Europe/Madrid	40.63408	-4.81876		Munopepe,Muñopepe	05141	55	AV	05141	
3115891	Muñopedro	munopedro	ES	40145	381	Europe/Madrid	40.88804	-4.47213		Munopedro,Muñopedro	40135	55	SG	40135	
3115892	Muñón Fondero	munon-fondero	ES	33639	0	Europe/Madrid	43.17143	-5.83399		Munon Fondero,Muñón Fondero		34	O	33033	
3115893	Muñón Cimero	munon-cimero	ES	33639	0	Europe/Madrid	43.19101	-5.84924		Munon Cimero,Muñón Cimero		34	O	33033	
3115894	Muñomer del Peco	munomer-del-peco	ES	05358	121	Europe/Madrid	40.85878	-4.87992		Munomer del Peco,Muñomer del Peco	05140	55	AV	05140	
3115895	Muñogrande	munogrande	ES	05309	93	Europe/Madrid	40.82181	-4.92223		Munegrande,Munogrande,Muñogrande	05139	55	AV	05139	
3115896	Muñogalindo	munogalindo	ES	05530	435	Europe/Madrid	40.60324	-4.89895		Munogalindo,Muñogalindo	05138	55	AV	05138	
3115897	Muñochas	munochas	ES	05520	0	Europe/Madrid	40.61683	-4.87097		Munochas,Muñochas		55	AV	05176	
3115898	Muñó	muno	ES	33519	0	Europe/Madrid	43.43333	-5.65		Muno,Muñó,San Juan		34	O	33066	
3115899	Muñís	munis	ES	27652	0	Europe/Madrid	42.96905	-6.9729		Munis,Muñís		58	LU	27034	
3115900	Munilla	munilla	ES	26586	124	Europe/Madrid	42.189	-2.29506		Muniella,Munil'ja,Munilia,Munilla,mu ni li ya,Мунилья,Мунілья,Մունիլիա,穆尼利亚	26098	27	LO	26098	
3115902	Muniesa	muniesa	ES	44780	719	Europe/Madrid	41.03308	-0.81141		Muniesa	44161	52	TE	44161	
3115904	Muñico	munico	ES	05145	126	Europe/Madrid	40.70678	-5.02717		Munico,Muñico	05136	55	AV	05136	
3115905	Muniáin de la Solana	muniain-de-la-solana	ES	31264	0	Europe/Madrid	42.62221	-2.01221				32	NA	31005	
3115907	Mungia	mungia	ES	48100	16209	Europe/Madrid	43.35461	-2.84524		Mungia,Munguia,Munguía	48069	59	BI	48069	
3115908	Múnez	munez	ES	05540	0	Europe/Madrid	40.60983	-4.99839		Munez,Múnez		55	AV	05135	
3115909	Muneta	muneta	ES	31290	0	Europe/Madrid	42.71334	-2.0989				32	NA	31011	
3115910	Muñera	munera	ES	02612	0	Europe/Madrid	43.23609	-5.52549		Munera,Muñera		34	O	33032	
3115911	Muñecas	munecas	ES	42142	0	Europe/Madrid	41.7711	-3.17005		Munecas,Muñecas		55	SO	42168	
3115913	Munébrega	munebrega	ES	50219	436	Europe/Madrid	41.25203	-1.70557		Munebrega,Munébrega	50183	52	Z	50183	
3115914	Mundilla	mundilla	ES	09127	0	Europe/Madrid	42.72854	-4.05479		Mundilla		55	BU	09415	
3115916	Mundaka	mundaka	ES	48360	1893	Europe/Madrid	43.40804	-2.69852		Mundaca,Mundaka	48068	59	BI	48068	
3115917	Muncó	munco	ES	33519	0	Europe/Madrid	43.41657	-5.64406		Munco,Muncó		34	O	33066	
3115918	Muñás de Abajo	munas-de-abajo	ES	33784	0	Europe/Madrid	43.47917	-6.41341		Munas de Abajo,Muñás de Abajo		34	O	33034	
3115921	Muñana	munana	ES	05540	530	Europe/Madrid	40.59042	-5.01447		Munana,Muñana	05135	55	AV	05135	
3115922	Muñalén	munalen	ES	33873	0	Europe/Madrid	43.41127	-6.51591		Munalen,Muñalén		34	O	33073	
3115923	Munain	munain	ES	01207	0	Europe/Madrid	42.84705	-2.35609		Munain,Munaín		59	VI	01053	
3115925	Mumayor	mumayor	ES	33155	0	Europe/Madrid	43.55262	-6.20774		Mumayor,Numayor		34	O	33021	
3115936	Muimenta	muimenta	ES	27377	375	Europe/Madrid	43.25	-7.43333		Moimenta,Muimenta,Santa Marina		58	LU	27015	
3115937	Muimenta	muimenta	ES	27377	0	Europe/Madrid	42.72984	-8.06399				58	PO	36024	
3115938	Muimenta	muimenta	ES	27377	0	Europe/Madrid	42.55488	-8.52578		Moimenta,Santa Maria de Moimenta,Santa María de Moimenta		58	PO	36007	
3115939	Muimenta	muimenta	ES	27377	0	Europe/Madrid	42.33031	-8.18664				58	OR	32018	
3115940	Mugiro	mugiro	ES	31878	0	Europe/Madrid	43	-2.88333		Mugiro,Muguiro		59	VI	01063	
3115942	Mugares	mugares	ES	32930	0	Europe/Madrid	42.32581	-7.93337				58	OR	32081	
3115943	Mugardos	mugardos	ES	15620	5514	Europe/Madrid	43.4604	-8.25507		Mugardos,mu jia er duo si,mugarudosu,mwgardws,mwghradws,Мугардос,Մուգարդոս,موغرادوس,موگاردوس,ムガルドス,穆加尔多斯	15051	58	C	15051	
3115945	Muga de Sayago	muga-de-sayago	ES	49212	460	Europe/Madrid	41.38779	-6.19777		Muga de Sayago	49136	55	ZA	49136	
3115946	Muga de Alba	muga-de-alba	ES	49543	0	Europe/Madrid	41.67378	-6.04171		Muga de Alba		55	ZA	49098	
3115949	Muez	muez	ES	31176	0	Europe/Madrid	42.75476	-1.93362		Muez		32	NA	31120	
3115950	Mues	mues	ES	31219	112	Europe/Madrid	42.60571	-2.22666		Mues		32	NA	31204	
3115953	Muergas	muergas	ES	09215	0	Europe/Madrid	42.72704	-2.80531		Morgas,Muergas		55	BU	09109	
3115955	Muelas del Pan	muelas-del-pan	ES	49167	837	Europe/Madrid	41.52098	-5.97032		Muelas del Pan		55	ZA	49152	
3115956	Muelas de los Caballeros	muelas-de-los-caballeros	ES	49341	247	Europe/Madrid	42.12843	-6.33719		Muelas de los Caballeros	49134	55	ZA	49134	
3115958	Muel	muel	ES	50450	1149	Europe/Madrid	41.46633	-1.08503		Muehl',Muel,Muel',mu ai er,mwyl,Муель,Муэль,مويل,穆埃尔	50181	52	Z	50181	
3115961	Muduex	muduex	ES	19196	129	Europe/Madrid	40.8293	-2.95899		Muduex	19196	54	GU	19196	
3115962	Mudrián	mudrian	ES	40295	0	Europe/Madrid	41.22356	-4.332		Mudrian,Mudrián		55	SG	40182	
3115965	Mudá	muda	ES	34839	100	Europe/Madrid	42.8753	-4.39426		Muda,Mudá	34110	55	P	34110	
3115966	Mucientes	mucientes	ES	47194	639	Europe/Madrid	41.74278	-4.76191		Mucientes	47098	55	VA	47098	
3115967	Mozuelos	mozuelos	ES	09142	0	Europe/Madrid	42.68626	-3.75636		Mozuelos		55	BU	09905	
3115968	Mozota	mozota	ES	50440	122	Europe/Madrid	41.4841	-1.06807		Mozota	50180	52	Z	50180	
3115969	Mozos de Cea	mozos-de-cea	ES	24172	0	Europe/Madrid	42.54112	-5.00814		Mozos,Mozos de Cea		55	LE	24229	
3115970	Mozóndiga	mozondiga	ES	24250	0	Europe/Madrid	42.46902	-5.70934		Mozondiga,Mozóndiga		55	LE	24065	
3115971	Mozoncillo de Oca	mozoncillo-de-oca	ES	09258	0	Europe/Madrid	42.41174	-3.33224		Mozoncillo de Oca		55	BU	09411	
3115972	Mozoncillo de Juarros	mozoncillo-de-juarros	ES	09198	0	Europe/Madrid	42.30704	-3.51471		Mozoncillo de Juarros		55	BU	09177	
3115973	Mozoncillo	mozoncillo	ES	40250	997	Europe/Madrid	41.14539	-4.18753		Mozoncillo	40134	55	SG	40134	
3115976	Mozares	mozares	ES	09555	0	Europe/Madrid	42.96949	-3.56369				55	BU	09903	
3115977	Mozárbez	mozarbez	ES	37796	400	Europe/Madrid	40.85652	-5.65144		Mozarbez,Mozarvez,Mozárbez,Mozárvez	37209	55	SA	37209	
3115982	Moyuela	moyuela	ES	50143	310	Europe/Madrid	41.12792	-0.92225		Moyoela,Moyuela	50179	52	Z	50179	
3115984	Moya	moya	ES	35420	0	Europe/Madrid	42.92907	-6.938				58	LU	27034	
3115985	Moià	moia	ES	08180	5086	Europe/Madrid	41.81112	2.09839				56	B	08138	
3115986	Movilla	movilla	ES	09246	0	Europe/Madrid	42.61164	-3.42899		Monvilla,Movilla		55	BU	09195	
3115989	Moutas	moutas	ES	33827	0	Europe/Madrid	43.35735	-6.12639		Moutas		34	O	33026	
3115990	Mouruso	mouruso	ES	33787	0	Europe/Madrid	43.54367	-6.46086		Mouruso		34	O	33034	
3115997	Mourillós	mourillos	ES	32817	0	Europe/Madrid	42.15399	-7.9426				58	OR	32024	
3115998	Mouricios	mouricios	ES	27510	0	Europe/Madrid	42.63311	-7.84114		Mouricios		58	LU	27016	
3116002	Mourelos	mourelos	ES	27548	0	Europe/Madrid	42.57499	-7.70632		Mourelos		58	LU	27058	
3116006	Mourazos	mourazos	ES	32697	0	Europe/Madrid	42.83804	-8.04409				58	C	15079	
3116007	Mourazos	mourazos	ES	32697	0	Europe/Madrid	41.88337	-7.43397		Mourazos		58	OR	32085	
3116014	Mougán	mougan	ES	27185	0	Europe/Madrid	42.86631	-7.60114		Mougan,Mougán		58	LU	27023	
3116018	Mutriku	mutriku	ES	20830	4736	Europe/Madrid	43.30643	-2.38517		Motrico,Mutriku	20056	59	SS	20056	
3116020	Motos	motos	ES	19320	0	Europe/Madrid	40.59068	-1.6141		Motos		54	GU	19027	
3116021	Mota del Marqués	mota-del-marques	ES	47120	412	Europe/Madrid	41.63247	-5.17681		Mota del Marques,Mota del Marqués	47097	55	VA	47097	
3116024	Mota	mota	ES	33318	0	Europe/Madrid	42.88333	-7.55		Mota,San Esteban		58	LU	27023	
3116025	Móstoles	mostoles	ES	28930	206478	Europe/Madrid	40.32234	-3.86496		Monsteles,Mostales,Mostoles,Mostolesas,Mostolo,mo si tuo lai si,moseutolleseu,mosutoresu,mwstwls,mwstwlys,Мосталес,Мостолес,מוסטולס,موستولس,موستوليس,მოსტოლესი,モストレス,莫斯托莱斯,모스톨레스	28092	29	M	28092	
3116026	Mosteiros	mosteiros	ES	24521	0	Europe/Madrid	42.59566	-6.95063		Mosteiros		55	LE	24011	
3116027	Mosteirón	mosteiron	ES	32141	0	Europe/Madrid	43.35	-8.28333		Mosteiron,Mosteirón,San Nicolao de Mosteiron,San Nicolao de Mosteirón		58	C	15075	
3116045	Mosqueruela	mosqueruela	ES	44410	730	Europe/Madrid	40.36133	-0.4489		Mosqueroles,Mosqueruela,Mosqueruelas	44160	52	TE	44160	
3116046	Moslares de la Vega	moslares-de-la-vega	ES	34126	0	Europe/Madrid	42.46225	-4.71575		Moslares de la Vega		55	P	34147	
3116052	Moscas del Páramo	moscas-del-paramo	ES	24791	0	Europe/Madrid	42.25145	-5.8041		Moscas del Paramo,Moscas del Páramo		55	LE	24136	
3116054	Moscardón	moscardon	ES	44124	49	Europe/Madrid	40.33295	-1.53683		Moscardon,Moscardón	44159	52	TE	44159	
3116055	Moscán	moscan	ES	27364	0	Europe/Madrid	42.86483	-7.45937				58	LU	27043	
3116056	Mosarejos	mosarejos	ES	42315	0	Europe/Madrid	41.43161	-3.02249		Mosarejos		55	SO	42152	
3116057	Mos	mos	ES	27268	14650	Europe/Madrid	43.15667	-7.55047		Mos		58	LU	27010	
3116059	Morzó	morzo	ES	33817	0	Europe/Madrid	43.11311	-6.53681		Morzo,Morzó		34	O	33011	
3116060	Morvís	morvis	ES	33318	0	Europe/Madrid	43.44809	-5.53458		Morvis,Morvís		34	O	33076	
3116062	Mortesante	mortesante	ES	39723	0	Europe/Madrid	43.31235	-3.71414		Mortesante		39	S	39045	
3116063	Mortera	mortera	ES	39120	0	Europe/Madrid	43.44432	-3.9233		Mortera		39	S	39052	
3116067	Morriondo	morriondo	ES	24397	0	Europe/Madrid	42.64152	-5.96703		Morriondo		55	LE	24123	
3116070	Morrano	morrano	ES	22141	46	Europe/Madrid	42.19809	-0.11016	640	Morrano		52	HU	22058	
3116076	Moros	moros	ES	50215	525	Europe/Madrid	41.39775	-1.82839		Moros	50178	52	Z	50178	
3116077	Moronta	moronta	ES	37258	114	Europe/Madrid	40.97688	-6.43103		Moronta	37208	55	SA	37208	
3116078	Morón de Almazán	moron-de-almazan	ES	42223	246	Europe/Madrid	41.41361	-2.41317		Moron,Moron de Almazan,Moron-de-Al'masan,Morón de Almazán,mo long de ya er ma sang,Морон-де-Альмасан,莫龙德亚尔马桑	42123	55	SO	42123	
3116087	Morlongo	morlongo	ES	33777	0	Europe/Madrid	43.33317	-6.97605		Morlongo		34	O	33075	
3116091	Moriscos	moriscos	ES	37430	119	Europe/Madrid	41.00818	-5.58184		Moriscos	37207	55	SA	37207	
3116093	Moriñigo	morinigo	ES	37337	134	Europe/Madrid	40.97004	-5.41458		Morinigo,Moriñigo		55	SA	37206	
3116094	Morillo de Tou	morillo-de-tou	ES	22395	0	Europe/Madrid	42.37655	0.15398				52	HU	22907	
3116095	Morillo de San Pietro	morillo-de-san-pietro	ES	22347	0	Europe/Madrid	42.49564	0.07622				52	HU	22066	
3116096	Morillo de Monclús	morillo-de-monclus	ES	22336	0	Europe/Madrid	42.35	0.28333		Morillo de Monclus,Morillo de Monclús		52	HU	22113	
3116097	Morillejo	morillejo	ES	19492	0	Europe/Madrid	40.68826	-2.4748		Morillejo		54	GU	19291	
3116098	Morille	morille	ES	37183	240	Europe/Madrid	40.80693	-5.69833		Morille	37205	55	SA	37205	
3116100	Morillas	morillas	ES	01428	0	Europe/Madrid	42.82543	-2.90018		Morillas		59	VI	01046	
3116101	Morillas	morillas	ES	01428	0	Europe/Madrid	42.5493	-8.49902				58	PO	36007	
3116102	Morilla de los Oteros	morilla-de-los-oteros	ES	24223	0	Europe/Madrid	42.35026	-5.49912		Morilla,Morilla de los Oteros		55	LE	24107	
3116103	Morilla	morilla	ES	22415	0	Europe/Madrid	41.94121	0.04101		Morilla		52	HU	22128	
3116104	Moriana	moriana	ES	09219	0	Europe/Madrid	42.68987	-3.07129		Moriana		55	BU	09120	
3116105	Morgovejo	morgovejo	ES	24884	0	Europe/Madrid	42.84481	-4.9584		Morgovejo		55	LE	24183	
3116106	Morgaondo	morgaondo	ES	48115	0	Europe/Madrid	43.30678	-2.74836		Morgaondo		59	BI	48066	
3116112	Morés	mores	ES	50240	413	Europe/Madrid	41.47326	-1.56491		Mores,Morés	50177	52	Z	50177	
3116113	Moreruela de Tábara	moreruela-de-tabara	ES	49148	472	Europe/Madrid	41.79588	-5.86849		Moreruela de Tabara,Moreruela de Tábara	49133	55	ZA	49133	
3116114	Moreruela de los Infanzones	moreruela-de-los-infanzones	ES	49731	420	Europe/Madrid	41.63118	-5.70614		Moreruela de los Infanzones	49132	55	ZA	49132	
3116116	Morentin	morentin	ES	31264	175	Europe/Madrid	42.61286	-2.01393			31174	32	NA	31174	
3116117	Morente	morente	ES	14659	0	Europe/Madrid	43.33205	-5.83877		Morente		34	O	33044	
3116118	Morentán	morentan	ES	33810	0	Europe/Madrid	43.09386	-6.83226		Morentan,Morentán		34	O	33028	
3116120	Morenilla	morenilla	ES	19328	51	Europe/Madrid	40.78687	-1.70717		Morenilla	19195	54	GU	19195	
3116121	Morella	morella	ES	12300	2797	Europe/Madrid	40.61966	-0.09892		Morella	12080	60	CS	12080	
3116122	el Morell	el-morell	ES	43760	0	Europe/Madrid	41.2	1.21667		Morell,el Morell		56	T	43103	
3116129	Moreira	moreira	ES	27142	0	Europe/Madrid	43.0699	-7.09169				58	LU	27018	
3116130	Moreira	moreira	ES	27142	21	Europe/Madrid	43.01667	-7.35		Moreira,Moreiras		58	LU	27011	
3116131	Moreira	moreira	ES	27142	0	Europe/Madrid	42.87011	-6.88302				58	LU	27012	
3116132	Moreira	moreira	ES	27142	0	Europe/Madrid	42.71137	-8.44584		Moreira,San Miguel		58	PO	36017	
3116133	Moreira	moreira	ES	27142	0	Europe/Madrid	42.15	-8.5		Moreira,San Martin,San Martín		58	PO	36042	
3116135	Moredo	moredo	ES	27205	0	Europe/Madrid	42.92663	-7.89983		Moredo		58	LU	27040	
3116136	Moreda Araba / Moreda de Álava	moreda-de-alava	ES	01322	275	Europe/Madrid	42.52571	-2.40828		Moreda Araba,Moreda de Alava,Moreda de Álava,Moreta	01039	59	VI	01039	
3116138	Moreda	moreda	ES	18540	0	Europe/Madrid	43.16761	-5.73785		Moreda		34	O	33002	
3116139	Moreda	moreda	ES	18540	0	Europe/Madrid	42.71051	-7.78012		Santa Maria,Santa María		58	LU	27060	
3116140	Moreda	moreda	ES	18540	0	Europe/Madrid	42.72599	-6.7264		Moreda		55	LE	24196	
3116141	Moreda	moreda	ES	18540	0	Europe/Madrid	42.62745	-7.12146				58	LU	27017	
3116142	Moreda	moreda	ES	18540	0	Europe/Madrid	42.53333	-7.6		Moreda,San Roman,San Román		58	LU	27041	
3116143	Moreda	moreda	ES	18540	0	Europe/Madrid	42.53333	-7.58333		El Salvador,Moreda,San Salvador		58	LU	27031	
3116145	Morcuera	morcuera	ES	42340	0	Europe/Madrid	41.46468	-3.21663				55	SG	40024	
3116146	Morcillo	morcillo	ES	10811	425	Europe/Madrid	40.01884	-6.39746		Morcillo	10129	57	CC	10129	
3116147	Morcelle	morcelle	ES	27678	0	Europe/Madrid	42.82766	-7.13631		Mocelle,Morcelle		58	LU	27006	
3116149	Moraza	moraza	ES	01211	0	Europe/Madrid	42.6743	-2.72172		Moraza		55	BU	09109	
3116152	Moratinos	moratinos	ES	34349	76	Europe/Madrid	42.36191	-4.92831			34109	55	P	34109	
3116153	Moratilla de los Meleros	moratilla-de-los-meleros	ES	19144	101	Europe/Madrid	40.50182	-2.94276		Moratilla de los Meleros	19194	54	GU	19194	
3116154	Moratilla de Henares	moratilla-de-henares	ES	19267	0	Europe/Madrid	41.04325	-2.6763		Moratilla de Henares		54	GU	19257	
3116157	Morata de Tajuña	morata-de-tajuna	ES	28530	6159	Europe/Madrid	40.2268	-3.43269		Morata,Morata de Tajuna,Morata de Tajuña	28091	29	M	28091	
3116158	Morata de Jiloca	morata-de-jiloca	ES	50344	296	Europe/Madrid	41.24797	-1.58665		Morata de Jiloca	50176	52	Z	50176	
3116159	Morata de Jalón	morata-de-jalon	ES	50260	1365	Europe/Madrid	41.47348	-1.47628		Morata de Jalon,Morata de Jalón	50175	52	Z	50175	
3116161	Morasverdes	morasverdes	ES	37590	380	Europe/Madrid	40.60019	-6.27503		Morasverdes	37204	55	SA	37204	
3116163	Morás	moras	ES	04279	0	Europe/Madrid	43.71667	-7.48333		Moras,Morás,San Clemente		58	LU	27025	
3116164	Morás	moras	ES	04279	0	Europe/Madrid	43.28875	-8.4691		Moras,Morás,San Esteban		58	C	15041	
3116166	Morañuela	moranuela	ES	05350	0	Europe/Madrid	40.77654	-4.87847		Moranuela,Morañuela		55	AV	05220	
3116167	Moranchel	moranchel	ES	19491	0	Europe/Madrid	40.81817	-2.6672		Moranchel		54	GU	19086	
3116172	Moraña	morana	ES	33828	4272	Europe/Madrid	42.55	-8.58333		Morana,Moraña,San Lorenzo		58	PO	36007	
3116174	Morán	moran	ES	22806	0	Europe/Madrid	41.91667	-8.81667				58	PO	36048	
3116175	Moralzarzal	moralzarzal	ES	28411	11582	Europe/Madrid	40.67816	-3.9707			28090	29	M	28090	
3116176	Moralina	moralina	ES	49253	342	Europe/Madrid	41.49001	-6.1367		Moralina	49131	55	ZA	49131	
3116177	Morales de Valverde	morales-de-valverde	ES	49697	266	Europe/Madrid	41.93643	-5.89255		Morales de Valverde	49130	55	ZA	49130	
3116178	Morales de Toro	morales-de-toro	ES	49810	1094	Europe/Madrid	41.53737	-5.30642		Morales de Toro	49129	55	ZA	49129	
3116179	Morales del Vino	morales-del-vino	ES	49190	2160	Europe/Madrid	41.44736	-5.7307		Morales del Vino,Morales-del'-Vino,mo la lai si de er wei nuo,Моралес-дель-Вино,Моралес-дель-Віно,莫拉莱斯德尔维诺	49127	55	ZA	49127	
3116180	Morales del Rey	morales-del-rey	ES	49693	0	Europe/Madrid	42.06765	-5.78662		Morales del Rey		55	ZA	49128	
3116181	Morales del Arcediano	morales-del-arcediano	ES	24731	0	Europe/Madrid	42.42111	-6.09775		Morales,Morales del Arcediano		55	LE	24161	
3116182	Morales de Campos	morales-de-campos	ES	47811	172	Europe/Madrid	41.86068	-5.17252		Morales de Campos	47096	55	VA	47096	
3116184	Morales	morales	ES	26259	0	Europe/Madrid	42.42528	-3.01085		Morales		27	LO	26055	
3116185	Morales	morales	ES	26259	0	Europe/Madrid	41.47627	-2.93627		Morales		55	SO	42035	
3116187	Moraleja de Sayago	moraleja-de-sayago	ES	49177	288	Europe/Madrid	41.16916	-6.00369		Moraleja de Sayago	49126	55	ZA	49126	
3116188	Moraleja de Matacabras	moraleja-de-matacabras	ES	05299	63	Europe/Madrid	41.10732	-4.95717		Moraleja de Matacabras	05134	55	AV	05134	
3116189	Moraleja del Vino	moraleja-del-vino	ES	49150	1330	Europe/Madrid	41.46385	-5.65631		Moraleja del Vino	49125	55	ZA	49125	
3116191	Moraleja de Enmedio	moraleja-de-enmedio	ES	28950	4111	Europe/Madrid	40.26125	-3.85963			28089	29	M	28089	
3116192	Moraleja de Cuéllar	moraleja-de-cuellar	ES	40233	0	Europe/Madrid	41.41217	-4.19551		Moraleja de Cuellar,Moraleja de Cuéllar		55	SG	40149	
3116193	Moraleja de Coca	moraleja-de-coca	ES	40461	0	Europe/Madrid	41.11424	-4.55086		Moraleja de Coca		55	SG	40138	
3116198	Moraleja	moraleja	ES	10840	7995	Europe/Madrid	40.06682	-6.65983		Moraleja	10128	57	CC	10128	
3116199	Moral de Valcarce	moral-de-valcarce	ES	24523	0	Europe/Madrid	42.60676	-6.89688		Moral de Valcarce		55	LE	24171	
3116200	Moral de Sayago	moral-de-sayago	ES	49254	341	Europe/Madrid	41.47019	-6.1006		Moral de Sayago	49124	55	ZA	49124	
3116201	Moral de Órbigo	moral-de-orbigo	ES	24287	0	Europe/Madrid	42.48243	-5.91042		Moral de Orbigo,Moral de Órbigo		55	LE	24224	
3116202	Moral del Condado	moral-del-condado	ES	24155	0	Europe/Madrid	42.62965	-5.39792		Moral,Moral del Condado		55	LE	24201	
3116203	Moral de la Reina	moral-de-la-reina	ES	47691	267	Europe/Madrid	41.98611	-5.07208		Moral de la Paz,Moral de la Reina	47094	55	VA	47094	
3116205	Móra la Nova	mora-la-nova	ES	43770	0	Europe/Madrid	41.1	0.65		Mora la Nova,Mora la Nueva,Móra la Nova		56	T	43093	
3116211	Morados	morados	ES	33873	0	Europe/Madrid	43.39222	-6.54592		Morados		34	O	33073	
3116212	Moradillo de Sedano	moradillo-de-sedano	ES	09142	0	Europe/Madrid	42.70295	-3.70169		Moradillo de Sedano		55	BU	09905	
3116213	Moradillo de Roa	moradillo-de-roa	ES	09462	211	Europe/Madrid	41.55164	-3.79118		Moradillo de Roa	09228	55	BU	09228	
3116214	Moradillo del Castillo	moradillo-del-castillo	ES	09143	0	Europe/Madrid	42.68864	-3.89004		Moradillo del Castillo		55	BU	09361	
3116215	Mora de Rubielos	mora-de-rubielos	ES	44400	1468	Europe/Madrid	40.2502	-0.75249		Mora de Rubielos	44158	52	TE	44158	
3116216	Móra d'Ebre	mora-d-ebre	ES	43740	0	Europe/Madrid	41.08333	0.63333		Mora,Mora d'Ebre,Mora de Ebro,Móra d'Ebre		56	T	43026	
3116320	Monterrey	monterrey	ES	33127	0	Europe/Madrid	41.94685	-7.44942		Monterey,Monterrei		58	OR	32050	
3116223	Monzón de Campos	monzon-de-campos	ES	34410	685	Europe/Madrid	42.11604	-4.49283		Monson-de-Kampos,Monzon,Monzon de Campos,Monzón,Monzón de Campos,meng song de kan bo si,Монсон-де-Кампос,蒙松德坎波斯	34108	55	P	34108	
3116224	Monzón	monzon	ES	22400	17042	Europe/Madrid	41.91084	0.19406		Montso,Montsó,Monzon,Monzón	22158	52	HU	22158	
3116226	Monzalbarba	monzalbarba	ES	50120	0	Europe/Madrid	41.70357	-0.966		Monzalbarba		52	Z	50297	
3116227	Moñux	monux	ES	42218	0	Europe/Madrid	41.51324	-2.43758		Monux,Moñux		55	SO	42204	
3116228	Monumenta	monumenta	ES	49215	0	Europe/Madrid	41.43721	-6.16253		Monumenta		55	ZA	49101	
3116229	Montuerto	montuerto	ES	24846	0	Europe/Madrid	42.88443	-5.3936		Montuerto		55	LE	24179	
3116230	Montuenga de Soria	montuenga-de-soria	ES	42259	0	Europe/Madrid	41.2247	-2.21228		Montuenga,Montuenga de Soria		55	SO	42025	
3116231	Montuenga	montuenga	ES	09390	0	Europe/Madrid	42.15563	-3.74574		Montuenga		55	BU	09197	
3116232	Montuenga	montuenga	ES	09390	0	Europe/Madrid	41.04698	-4.62802		Montuenga		55	SG	40058	
3116237	Montseny	montseny	ES	08469	318	Europe/Madrid	41.75726	2.39944	881	Montseny		56	B	08234	
3116244	Montrondo	montrondo	ES	24130	0	Europe/Madrid	42.84978	-6.21194		Montrondo		55	LE	24101	
3116246	Mont-roig del Camp	mont-roig-del-camp	ES	43300	12906	Europe/Madrid	41.08675	0.95925		Mont-roig del Camp,Montroig		56	T	43167	
3116247	Mont-ral	mont-ral	ES	43364	0	Europe/Madrid	41.28333	1.1		Mont-ral,Montreal	43091	56	T	43091	
3116248	Mont-ras	mont-ras	ES	17253	0	Europe/Madrid	41.9	3.15		Mont-ras		56	GI	17110	
3116250	Montovo	montovo	ES	33839	0	Europe/Madrid	43.20488	-6.22307		Montovo		34	O	33005	
3116253	Montouto	montouto	ES	27737	0	Europe/Madrid	43.43642	-7.02769		Montouto		34	O	33074	
3116254	Montouto	montouto	ES	27737	0	Europe/Madrid	43.41667	-7.56667		Montouto,Santa Maria,Santa María		58	LU	27001	
3116255	Montouto	montouto	ES	27737	0	Europe/Madrid	43.21667	-8.33333		Montouto,Santa Cristina		58	C	15001	
3116256	Montouto	montouto	ES	27737	0	Europe/Madrid	43.09796	-7.13169				58	LU	27018	
3116257	Montouto	montouto	ES	27737	0	Europe/Madrid	43.03634	-8.77837				58	C	15077	
3116258	Montoto de Ojeda	montoto-de-ojeda	ES	34488	0	Europe/Madrid	42.76768	-4.44306		Montoto de Ojeda		55	P	34114	
3116259	Montoto	montoto	ES	09572	0	Europe/Madrid	43.48095	-5.42038				34	O	33076	
3116260	Montoto	montoto	ES	09572	0	Europe/Madrid	42.96876	-3.81871		Montoto		55	BU	09413	
3116261	Montoro de Mezquita	montoro-de-mezquita	ES	44559	0	Europe/Madrid	40.69102	-0.59539		Montoro de Mezquita		52	TE	44260	
3116262	Montornès del Vallès	montornes-del-valles	ES	08170	15509	Europe/Madrid	41.54206	2.26748		Montornes del Valles,Montornès del Vallès	08136	56	B	08136	
3116263	Montornès de Segarra	montornes-de-segarra	ES	25340	0	Europe/Madrid	41.6	1.23333		Montornes,Montornes de Segarra,Montornès,Montornès de Segarra,Montornés		56	L	25141	
3116264	Montorio	montorio	ES	09125	177	Europe/Madrid	42.58469	-3.77724			09227	55	BU	09227	
3116265	Montoria	montoria	ES	01212	0	Europe/Madrid	42.62297	-2.71019				59	VI	01044	
3116268	Montón	monton	ES	50391	155	Europe/Madrid	41.20667	-1.5155			50174	52	Z	50174	
3116269	Montoliu de Lleida	montoliu-de-lleida	ES	25172	491	Europe/Madrid	41.56667	0.6				56	L	25120	
3116272	Montoedo	montoedo	ES	32765	0	Europe/Madrid	42.38232	-7.47166		Montoedo		58	OR	32080	
3116274	Montnegre	montnegre	ES	17242	0	Europe/Madrid	41.95542	2.93233		Montnegre		56	GI	17142	
3116275	Montmesa	montmesa	ES	22811	0	Europe/Madrid	42.14878	-0.65619		Montmesa		52	HU	22905	
3116276	Montmeló	montmelo	ES	08160	8717	Europe/Madrid	41.55002	2.2419		Montmelo,Montmeló		56	B	08159	
3116278	Montmaneu	montmaneu	ES	08717	200	Europe/Madrid	41.62588	1.41502		Montmaneu		56	B	08008	
3116279	Montmajor	montmajor	ES	08612	459	Europe/Madrid	42.01748	1.73502		Montmajor		56	B	08308	
3116280	Montmagastre	montmagastre	ES	25738	0	Europe/Madrid	41.98333	1.13333	594	Montmagastre		56	L	25042	
3116285	Montjoi	montjoi	ES	17480	0	Europe/Madrid	42.25146	3.22715	3	Montjoi		56	GI	17152	
3116286	Montiró	montiro	ES	17472	0	Europe/Madrid	42.15499	3.06978		Montiro,Montiró		56	GI	17210	
3116287	Montiquín	montiquin	ES	33527	0	Europe/Madrid	43.35	-5.56667		Montiquin,Montiquín		34	O	33006	
3116290	Monticelo	monticelo	ES	33776	0	Europe/Madrid	43.38616	-7.01226		Monticelo		34	O	33074	
3116292	Montfullá	montfulla	ES	17162	0	Europe/Madrid	41.96774	2.76117		Montfulla,Montfullá		56	GI	17020	
3116293	Montferri	montferri	ES	43812	239	Europe/Madrid	41.26545	1.36517		Montferri	43089	56	T	43089	
3116294	Montferrer	montferrer	ES	25711	0	Europe/Madrid	42.34154	1.42862		Montferrer		56	L	25185	
3116299	Montesquiu	montesquiu	ES	08585	0	Europe/Madrid	42.11667	2.21667		Montesquiu,Montesquíu	08131	56	B	08131	08272
3116302	Monteserín Pequeño	monteserin-pequeno	ES	33739	0	Europe/Madrid	43.17585	-6.94538		Monteserin Pequeno,Monteserín Pequeño		34	O	33027	
3116303	Monteserín Grande	monteserin-grande	ES	33739	0	Europe/Madrid	43.17648	-6.93748		Monteserin Grande,Monteserín Grande		34	O	33027	
3116304	Monteseiro	monteseiro	ES	27113	0	Europe/Madrid	43.11579	-6.98069		Monteseiro		58	LU	27018	
3116305	Montes de Valdueza	montes-de-valdueza	ES	24415	0	Europe/Madrid	42.4463	-6.57181		Montes de Valdueza		55	LE	24115	
3116307	Montesclaros	montesclaros	ES	28412	427	Europe/Madrid	40.10646	-4.93849		Montesclaros	45105	54	TO	45105	
3116308	Montescladó	montesclado	ES	25595	0	Europe/Madrid	42.50471	1.24457		Montesclado,Montescladó		56	L	25089	
3116313	Monterrubio de la Sierra	monterrubio-de-la-sierra	ES	37781	151	Europe/Madrid	40.75592	-5.69329		Monterrubio de la Sierra	37203	55	SA	37203	
3116315	Monterrubio de Armuña	monterrubio-de-armuna	ES	37798	673	Europe/Madrid	41.02651	-5.64389		Monterrubio de Armuna,Monterrubio de Armuña	37202	55	SA	37202	
3116316	Monterrubio	monterrubio	ES	40142	0	Europe/Madrid	42.10235	-6.49042		Monterrubio		55	ZA	49181	
3116317	Monterrubio	monterrubio	ES	40142	87	Europe/Madrid	40.84914	-4.35001		Monterrubio	40131	55	SG	40131	
3116318	Monterroso	monterroso	ES	29150	4238	Europe/Madrid	42.7925	-7.83425		Monterroso,meng te luo suo,monteroso,Монтерросо,モンテローソ,蒙特罗索	27032	58	LU	27032	
3116319	Monterrey	monterrey	ES	33127	0	Europe/Madrid	43.50259	-6.07539		Monterrey		34	O	33069	
3116323	Monterizo	monterizo	ES	33874	0	Europe/Madrid	43.42876	-6.55863		Monterizo		34	O	33073	
3116324	Monteril	monteril	ES	33418	0	Europe/Madrid	43.61332	-5.89802		Monteril		34	O	33025	
3116325	Monterde de Albarracín	monterde-de-albarracin	ES	44368	57	Europe/Madrid	40.49708	-1.49216		Monterde,Monterde de Albarracin,Monterde de Albarracín	44157	52	TE	44157	
3116327	Monterde	monterde	ES	50213	235	Europe/Madrid	41.17434	-1.73505		Monterde	50173	52	Z	50173	
3116328	Monteoscuro	monteoscuro	ES	33877	0	Europe/Madrid	43.40529	-6.37912		Monteobscuro,Monteoscuro		34	O	33073	
3116329	Montenegro de Cameros	montenegro-de-cameros	ES	26127	97	Europe/Madrid	42.08924	-2.75406		Montenegro,Montenegro de Cameras,Montenegro de Cameros	42121	55	SO	42121	
3116330	Montenegro de Ágreda	montenegro-de-agreda	ES	42113	0	Europe/Madrid	41.85451	-2.06913		Montenegro de Agreda,Montenegro de Ágreda		55	SO	42110	
3116333	Montemediano	montemediano	ES	26124	0	Europe/Madrid	42.19585	-2.66945		Montemediano		27	LO	26107	
3116334	Montemayor de Pililla	montemayor-de-pililla	ES	47320	1042	Europe/Madrid	41.50874	-4.45745		Montemayor de Pililla	47093	55	VA	47093	
3116335	Montemayor del Río	montemayor-del-rio	ES	37727	334	Europe/Madrid	40.34836	-5.89427		Montemayor,Montemayor del Rio,Montemayor del Río	37201	55	SA	37201	
3116338	Montellá	montella	ES	25725	0	Europe/Madrid	42.35457	1.70493		Montella,Montellá		56	L	25139	
3116339	Monte la Reina	monte-la-reina	ES	49881	0	Europe/Madrid	41.50678	-5.50977		Campamento Monte la Reina,Monte la Reina		55	ZA	49219	
3116341	Montejos del Camino	montejos-del-camino	ES	24282	0	Europe/Madrid	42.58443	-5.68982		Montejos,Montejos del Camino		55	LE	24189	
3116342	Montejo de Tiermes	montejo-de-tiermes	ES	42341	250	Europe/Madrid	41.36838	-3.20016		Montejo de Liceras,Montejo de Tiermes,Montekho-de-T'ermes,meng te huo de tie er mei si,Монтехо-де-Тьермес,Монтехо-де-Тьєрмес,蒙特霍德铁尔梅斯	42120	55	SO	42120	
3116343	Montejo de San Miguel	montejo-de-san-miguel	ES	09211	0	Europe/Madrid	42.76497	-3.2719		Montejo de San Miguel		55	BU	09412	
3116345	Montejo de la Sierra	montejo-de-la-sierra	ES	28190	0	Europe/Madrid	41.05955	-3.52993		Montejo de la Sierra	28088	29	M	28088	
3116347	Montejo de Bricia	montejo-de-bricia	ES	09571	20	Europe/Madrid	42.93732	-3.89946	965			55	BU	09011	
3116348	Montejo de Arévalo	montejo-de-arevalo	ES	40468	258	Europe/Madrid	41.14027	-4.66414		Montejo de Arevalo,Montejo de Arévalo	40129	55	SG	40129	
3116349	Montejo	montejo	ES	37795	221	Europe/Madrid	40.63246	-5.62287		Montejo	37200	55	SA	37200	
3116351	Montehermoso	montehermoso	ES	10810	5693	Europe/Madrid	40.08796	-6.34984		Monteermoso,Montehermosa,Montehermoso,Montelmosou,Montelmosu,meng te ai er mo suo,mnthrmsw,monteerumoso,mwntyhyrmwsw,Μοντελμόσου,Монтеермосо,منتهرمسو,مونتيهيرموسو,ሞንቴርሞሶ,モンテエルモーソ,蒙特埃尔莫索	10127	57	CC	10127	
3116355	Montefurado	montefurado	ES	27390	0	Europe/Madrid	43.17948	-7.20442		Montefurado		58	LU	27053	
3116359	Montederramo	montederramo	ES	32750	1085	Europe/Madrid	42.27554	-7.50138		Montederramo	32049	58	OR	32049	
3116368	Montecillo	montecillo	ES	09569	0	Europe/Madrid	43.0823	-3.50584		Montecillos		55	BU	09214	
3116369	Montecillo	montecillo	ES	09569	0	Europe/Madrid	42.77514	-3.97536		Montecillo		39	S	39094	
3116372	Monteavaro	monteavaro	ES	33778	0	Europe/Madrid	43.43516	-6.92377		Monteavaro		34	O	33017	
3116373	Monteana	monteana	ES	33691	0	Europe/Madrid	43.52088	-5.74913		Monteana		34	O	33024	
3116374	Monte Alto	monte-alto	ES	14100	0	Europe/Madrid	41.11667	-5.11667		Caserio Monte Alto,Caserío Monte Alto,Monte Alto		55	AV	05114	
3116375	Montealegre	montealegre	ES	24379	0	Europe/Madrid	42.59199	-6.27307		Montealegre		55	LE	24210	
3116376	Montealegre	montealegre	ES	24379	132	Europe/Madrid	41.90201	-4.89891				55	VA	47212	
3116377	Monteagudo del Castillo	monteagudo-del-castillo	ES	44146	69	Europe/Madrid	40.45656	-0.81781		Monteagudo del Castillo	44156	52	TE	44156	
3116465	Monistrol de Calders	monistrol-de-calders	ES	08275	685	Europe/Madrid	41.76043	2.01685				56	B	08034	
3116466	Monistrol de Montserrat	monistrol-de-montserrat	ES	08691	3027	Europe/Madrid	41.61667	1.85		Monistrol,Monistrol de Montserrat,Monistrol'-de-Monserrat,Монистроль-де-Монсеррат		56	B	08053	
3116378	Monteagudo de las Vicarías	monteagudo-de-las-vicarias	ES	42269	262	Europe/Madrid	41.36485	-2.1696		Monteagudo,Monteagudo de las Vicarias,Monteagudo de las Vicarías,Monteagudo-de-las-Vikarias,meng te ya gu duo de la si wei ka li ya si,Монтеагудо-де-лас-Викариас,Монтеагудо-де-лас-Вікаріас,蒙特亚古多德拉斯维卡里亚斯	42119	55	SO	42119	
3116381	Monteagudo	monteagudo	ES	30160	0	Europe/Madrid	43.39793	-6.19595				34	O	33059	
3116382	Monteagudo	monteagudo	ES	30160	0	Europe/Madrid	43.28333	-8.58333		Monteagudo,Santo Tomas,Santo Tomás		58	C	15005	
3116383	Monteagudo	monteagudo	ES	30160	0	Europe/Madrid	41.96667	-1.68333			31173	32	NA	31173	
3116393	Monte	monte	ES	33350	0	Europe/Madrid	43.61667	-7.5		Monte,San Isidoro		58	LU	27025	
3116394	Monte	monte	ES	33350	0	Europe/Madrid	43.56667	-8.1		Monte,Santa Marina		58	C	15076	
3116395	Santiago del Monte	santiago-del-monte	ES	33459	302	Europe/Madrid	43.54956	-6.02721		Santiago		34	O	33016	
3116396	Monte	monte	ES	33350	0	Europe/Madrid	43.46983	-3.825		Monte		39	S	39075	
3116397	Monte	monte	ES	33350	0	Europe/Madrid	43.45323	-5.66224		Monte		34	O	33066	
3116398	Monte	monte	ES	33350	0	Europe/Madrid	43.32874	-3.65679				39	S	39064	
3116399	Monte	monte	ES	33350	0	Europe/Madrid	43.01028	-7.36392				58	LU	27011	
3116400	Monte	monte	ES	33350	0	Europe/Madrid	42.96667	-7.98333		Monte,Santa Epifania,Santa Eufemia		58	C	15083	
3116401	Monte	monte	ES	33350	0	Europe/Madrid	42.96245	-7.9555		Monte,San Julian,San Julián		58	C	15083	
3116402	Monte	monte	ES	33350	0	Europe/Madrid	42.93329	-8.73288		Monte,San Mamed		58	C	15007	
3116403	Monte	monte	ES	33350	0	Europe/Madrid	42.77851	-7.24412				58	LU	27062	
3116404	Monte	monte	ES	33350	0	Europe/Madrid	42.66769	-7.86845		Monte,San Miguel		58	LU	27016	
3116405	Monte	monte	ES	33350	0	Europe/Madrid	42.53771	-8.81473				58	PO	36061	
3116406	Monte	monte	ES	33350	0	Europe/Madrid	42.5	-7.46667		Monte,Santa Marina		58	LU	27031	
3116408	Montbrió del Camp	montbrio-del-camp	ES	43340	0	Europe/Madrid	41.11667	1		Montbrio de Tarragona,Montbrio del Camp,Montbrió de Tarragona,Montbrió del Camp		56	T	43092	
3116409	Montbrió de la Marca	montbrio-de-la-marca	ES	43425	0	Europe/Madrid	41.46667	1.3		Mombrio de la Marca,Mombrió de la Marca,Montbrio de la Marca,Montbrió de la Marca		56	T	43142	
3116410	Montblanquet	montblanquet	ES	25268	0	Europe/Madrid	41.49383	1.1135		Montblanquet		56	L	25238	
3116411	Montblanc	montblanc	ES	43400	6632	Europe/Madrid	41.37636	1.16163		Monblan,Montblanc,Montblanch,Монблан	43086	56	T	43086	
3116413	Montaves	montaves	ES	42174	0	Europe/Madrid	42.00467	-2.30501		Montaves		55	SO	42209	
3116415	Montarrón	montarron	ES	19229	41	Europe/Madrid	40.90675	-3.11495		Montarron,Montarrón	19193	54	GU	19193	
3116421	Muntanyola	muntanyola	ES	08529	0	Europe/Madrid	41.88333	2.18333		Muntanyola	08129	56	B	08129	
3116425	Montanejos	montanejos	ES	12448	499	Europe/Madrid	40.06667	-0.51667		Montanejos	12079	60	CS	12079	
3116426	Montañana	montanana	ES	09219	0	Europe/Madrid	42.72663	-3.01786		Montanana,Montañana		55	BU	09219	
3116428	Montañana	montanana	ES	09219	0	Europe/Madrid	41.6847	-0.82672		Montanana,Montariana,Montañana		52	Z	50297	
3116434	Montán	montan	ES	12447	0	Europe/Madrid	42.76728	-7.29874				58	LU	27055	
3116435	Montán	montan	ES	12447	332	Europe/Madrid	40.03333	-0.55		Montan,Montant,Montán	12078	60	CS	12078	
3116436	Montamarta	montamarta	ES	49149	608	Europe/Madrid	41.64724	-5.80402		Montamarta	49123	55	ZA	49123	
3116441	Montalbán	montalban	ES	44700	1472	Europe/Madrid	40.83278	-0.80178		Montalban,Montalbán	44155	52	TE	44155	
3116446	Mont	mont	ES	25537	0	Europe/Madrid	42.72737	0.79633		Mont		56	L	25243	
3116449	Monsalupe	monsalupe	ES	05163	69	Europe/Madrid	40.76953	-4.78131		Monsalupe	05133	55	AV	05133	
3116450	Monsagro	monsagro	ES	37532	189	Europe/Madrid	40.50343	-6.2711		Monsagro	37199	55	SA	37199	
3116452	Monroyo	monroyo	ES	44652	316	Europe/Madrid	40.78775	-0.0355		Monroyo	44154	52	TE	44154	
3116454	Monreal del Campo	monreal-del-campo	ES	44300	2383	Europe/Madrid	40.788	-1.35541		Monreal del Campo	44153	52	TE	44153	
3116455	Monreal de Ariza	monreal-de-ariza	ES	50291	248	Europe/Madrid	41.29165	-2.10493		Monreal de Ariza	50172	52	Z	50172	
3116456	Monreal	monreal	ES	31471	369	Europe/Madrid	42.70421	-1.50785		Elo,Monreal,Monreal',Mont-reyal,meng lei ya er,Монреаль,蒙雷亚尔	31172	32	NA	31172	
3116457	Monón	monon	ES	24520	0	Europe/Madrid	43.29468	-6.73752		Monon,Monón		34	O	33001	
3116458	Moñón	monon	ES	24520	0	Europe/Madrid	42.67753	-6.93498		Monon,Moñón		55	LE	24198	
3116460	Monleras	monleras	ES	37171	267	Europe/Madrid	41.18704	-6.22622		Monleras	37198	55	SA	37198	
3116462	Monleón	monleon	ES	37765	119	Europe/Madrid	40.58192	-5.84312		Monleon,Monleón	37197	55	SA	37197	
3116467	Moñío	monio	ES	33583	0	Europe/Madrid	43.38927	-5.31361				34	O	33049	
3116473	Montgai	montgai	ES	25616	793	Europe/Madrid	41.8	0.96667		Montgai		56	L	25138	
3116474	Montgat	montgat	ES	08390	10270	Europe/Madrid	41.46859	2.28001		Montgat	08126	56	B	08126	
3116475	Monga	monga	ES	33529	0	Europe/Madrid	43.36822	-5.48859		Monga		34	O	33040	
3116477	Monforte de Moyuela	monforte-de-moyuela	ES	44493	76	Europe/Madrid	41.05512	-1.01411		Monforte de Moyuela	44152	52	TE	44152	
3116479	Monforte de la Sierra	monforte-de-la-sierra	ES	37618	91	Europe/Madrid	40.48264	-6.05671		Monforte de la Sierra	37196	55	SA	37196	
3116480	Monflorite	monflorite	ES	22111	0	Europe/Madrid	42.09446	-0.35637				52	HU	22156	
3116484	Monfarracinos	monfarracinos	ES	49121	782	Europe/Madrid	41.55468	-5.70795		Monfarracinos	49122	55	ZA	49122	
3116486	Moneva	moneva	ES	50144	115	Europe/Madrid	41.12817	-0.83591		Moneva	50171	52	Z	50171	
3116488	Mones	mones	ES	32357	0	Europe/Madrid	43.50672	-6.33897		Mones		34	O	33034	
3116489	Mones	mones	ES	32357	0	Europe/Madrid	43.35677	-5.28688				34	O	33049	
3116490	Mones	mones	ES	32357	0	Europe/Madrid	42.36667	-7.1		Mones		58	OR	32060	
3116491	Moneo	moneo	ES	09515	0	Europe/Madrid	42.89321	-3.46562		Moneo		55	BU	09209	
3116492	Monells	monells	ES	17121	0	Europe/Madrid	41.97516	2.99914				56	GI	17901	
3116496	Monegro	monegro	ES	33669	0	Europe/Madrid	43.01225	-4.03629		Monegro		39	S	39017	
3116498	Monegrillo	monegrillo	ES	50164	516	Europe/Madrid	41.63856	-0.4157		Monegrillo	50170	52	Z	50170	
3116501	Mondriz	mondriz	ES	27271	0	Europe/Madrid	43.11667	-7.45		Mondrid,Mondriz		58	LU	27010	
3116502	Mondreganes	mondreganes	ES	24892	0	Europe/Madrid	42.69755	-5.0212		Mondreganes		55	LE	24052	
3116503	Arrasate / Mondragón	arrasate-mondragon	ES	20500	22064	Europe/Madrid	43.06441	-2.48977		Arrasate,Arrasate / Mondragon,Arrasate / Mondragón,Mondragoe,Mondragon,Mondrague,Mondragón,Montdragon		59	SS	20055	
3116510	Mondéjar	mondejar	ES	19110	2621	Europe/Madrid	40.32095	-3.10686		Mondejar,Mondéjar	19192	54	GU	19192	
3116513	Mondariz-Balneario	mondariz-balneario	ES	36890	712	Europe/Madrid	42.22686	-8.46728			36031	58	PO	36031	
3116525	Moncalvillo	moncalvillo	ES	09691	104	Europe/Madrid	41.95413	-3.19886		Moncalvillo	09225	55	BU	09225	
3116526	Moncalián	moncalian	ES	39791	0	Europe/Madrid	43.40094	-3.5496		Moncalian,Moncalián		39	S	39009	
3116527	Montcada i Reixac	montcada-i-reixac	ES	08110	33453	Europe/Madrid	41.48333	2.18333		Moncada i Reixac,Montcada,Montcada i Reixac		56	B	08125	
3116528	Monasterioguren	monasterioguren	ES	01194	0	Europe/Madrid	42.80452	-2.64378		Monasterioguren		59	VI	01059	
3116529	Monasterio de Vega	monasterio-de-vega	ES	47688	109	Europe/Madrid	42.23015	-5.18095		Monasterio de Vega	47091	55	VA	47091	
3116530	Monasterio de Rodilla	monasterio-de-rodilla	ES	09292	219	Europe/Madrid	42.45775	-3.46965		Monasterio,Monasterio de Rodilla	09224	55	BU	09224	
3116531	Monasterio del Coto	monasterio-del-coto	ES	33814	0	Europe/Madrid	43.09703	-6.72651		Monasterio del Coto		34	O	33011	
3116532	Monasterio de la Sierra	monasterio-de-la-sierra	ES	09613	46	Europe/Madrid	42.0518	-3.19314		Monasterio de la Sierra	09223	55	BU	09223	
3116533	Monasterio	monasterio	ES	19239	0	Europe/Madrid	43.00644	-7.00178				58	LU	27034	
3116534	Monasterio	monasterio	ES	19239	0	Europe/Madrid	41.65864	-2.69692		Monasterio		55	SO	42144	
3116535	Monasterio	monasterio	ES	19239	27	Europe/Madrid	40.98547	-3.09711			19191	54	GU	19191	
3116536	Mon	mon	ES	33777	0	Europe/Madrid	43.27006	-6.91434		Mon		34	O	33061	
3116538	Mompía	mompia	ES	39108	0	Europe/Madrid	43.44156	-3.91866		Mompia,Mompía		39	S	39073	
3116540	Momediano	momediano	ES	09512	0	Europe/Madrid	42.979	-3.35		Momediano		55	BU	09209	
3116541	Momeán	momean	ES	33747	0	Europe/Madrid	43.48746	-6.90524		Momean,Momeán		34	O	33070	
3116542	Mombuey	mombuey	ES	49310	415	Europe/Madrid	42.02283	-6.33027		Mombuey	49121	55	ZA	49121	
3116543	Momblona	momblona	ES	42225	36	Europe/Madrid	41.4442	-2.3466		Momblona	42118	55	SO	42118	
3116544	Mombeltrán	mombeltran	ES	05410	1152	Europe/Madrid	40.25987	-5.01749		Mombel'tran,Mombeltran,Mombeltrán,meng wei er te lan,mmbltran,mwmbyltran,Момбелтран,Момбельтран,ممبلتران,مومبيلتران,蒙韦尔特兰		55	AV	05014	
3116549	Molpeceres	molpeceres	ES	47313	0	Europe/Madrid	41.5532	-4.14744		Molpeceres		55	VA	47170	
3116551	Molló	mollo	ES	17868	350	Europe/Madrid	42.34719	2.40506				56	GI	17039	
3116552	Mollet de Peralada	mollet-de-peralada	ES	17752	174	Europe/Madrid	42.35959	3.00034		Mollet,Mollet de Peralada	17106	56	GI	17106	
3116553	Mollet del Vallès	mollet-del-valles	ES	08100	52484	Europe/Madrid	41.54026	2.21306		Mollet del Valles,Mollet del Vallès,Mollet del Vallés		56	B	08125	
3116554	Mollerussa	mollerussa	ES	25230	14319	Europe/Madrid	41.63333	0.9		Mollerusa,Mollerussa,Morellusa	25137	56	L	25137	
3116555	Molledo	molledo	ES	38690	0	Europe/Madrid	43.35704	-5.69463		Molledo		34	O	33066	
3116556	Molledo	molledo	ES	38690	1858	Europe/Madrid	43.14974	-4.04239		Molledo	39046	39	S	39046	
3116557	Molleda	molleda	ES	33416	0	Europe/Madrid	43.53333	-5.91667		Molleda,San Esteban de Molleda		34	O	33004	
3116558	Molleda	molleda	ES	33416	0	Europe/Madrid	43.36624	-4.51764		Molleda		39	S	39095	
3116562	Molins de Rei	molins-de-rei	ES	08750	24067	Europe/Madrid	41.41667	2.01667		Molins,Molins de Rei		56	B	08205	
3116564	Molinos de Razón	molinos-de-razon	ES	42165	0	Europe/Madrid	41.94901	-2.60182		Molinos de Razon,Molinos de Razón		55	SO	42174	
3116566	Molinos de Duero	molinos-de-duero	ES	42156	186	Europe/Madrid	41.88603	-2.78682		Molinos de Duero	42117	55	SO	42117	
3116574	Molinos	molinos	ES	25512	0	Europe/Madrid	43.08349	-9.18883				58	C	15052	
3116576	Molinos	molinos	ES	25512	0	Europe/Madrid	42.08807	-0.38196				52	HU	22156	
3116577	Molinos	molinos	ES	25512	319	Europe/Madrid	40.821	-0.45017		Molinos	44151	52	TE	44151	
3116586	Molinillo	molinillo	ES	37683	67	Europe/Madrid	40.46898	-5.94493		Molinillo	37195	55	SA	37195	
3116589	Molinaseca	molinaseca	ES	24413	735	Europe/Madrid	42.53829	-6.51997		Molinaseca,Molinaseka,mo li na sai ka,morinaseka,Молинасека,Молінасека,モリーナセカ,莫利纳塞卡	24100	55	LE	24100	
3116592	Molinar	molinar	ES	48890	0	Europe/Madrid	43.24175	-3.36417		Molinar		59	BI	48022	
3116593	Molinar	molinar	ES	48890	0	Europe/Madrid	43.18022	-3.07432				59	VI	01042	
3116594	Molinaferrera	molinaferrera	ES	24724	0	Europe/Madrid	42.39518	-6.36658		Molinaferrera		55	LE	24090	
3116595	Molina de Aragón	molina-de-aragon	ES	19300	3536	Europe/Madrid	40.84358	-1.88762		Molina,Molina d'Aragon,Molina dAragon,Molina dAragón,Molina de Aragao,Molina de Aragon,Molina de Aragão,Molina de Aragón,Molina-de-Aragon,Molino de Aragon,Molino de Aragón,mo li na de ya la gong,Молина-де-Арагон,Моліна-де-Арагон,莫利纳德亚拉贡	19190	54	GU	19190	
3116600	Molezuelas de la Carballeda	molezuelas-de-la-carballeda	ES	49327	81	Europe/Madrid	42.08166	-6.18723		Molezuelas de la Carballeda	49120	55	ZA	49120	
3116603	Molejón	molejon	ES	33779	0	Europe/Madrid	43.40146	-6.98975		Molejon,Molejón		34	O	33074	
3116604	Moldones	moldones	ES	49521	0	Europe/Madrid	41.84173	-6.48534		Moldones		55	ZA	49069	
3116605	Moldes	moldes	ES	24521	0	Europe/Madrid	43.51804	-7.02017		Moldes,San Juan		34	O	33017	
3116606	Moldes	moldes	ES	24521	0	Europe/Madrid	42.88333	-8.03333		Moldes		58	C	15046	
3116607	Moldes	moldes	ES	24521	0	Europe/Madrid	42.63352	-6.96117		Moldes		55	LE	24011	
3116608	Moldes	moldes	ES	24521	83	Europe/Madrid	42.41667	-8.13333		Modes,Moldes		58	OR	32013	
3116610	Molacillos	molacillos	ES	49120	290	Europe/Madrid	41.58269	-5.66046		Molacillos	49119	55	ZA	49119	
3116613	el Molar	el-molar	ES	23469	302	Europe/Madrid	41.16321	0.70604		Ehl'-Molar,Mola,Molá,el Molar,Эль-Молар		56	T	43065	
3116617	Mojares	mojares	ES	19264	0	Europe/Madrid	41.13333	-2.58333		Mojares		54	GU	19257	
3116619	Mojados	mojados	ES	47250	3054	Europe/Madrid	41.43237	-4.6649			47090	55	VA	47090	
3116625	Mohorte	mohorte	ES	16193	0	Europe/Madrid	40.01667	-2.06667		Mohorta,Mohorte		54	CU	16078	
3116626	Mohías	mohias	ES	33716	0	Europe/Madrid	43.55633	-6.74138		Mohias,Mohías		34	O	33018	
3116627	Mohernando	mohernando	ES	19226	155	Europe/Madrid	40.80129	-3.17234		Mohernando	19189	54	GU	19189	
3116629	Mogrovejo	mogrovejo	ES	39582	0	Europe/Madrid	43.14567	-4.71015		Mogrovejo		39	S	39015	
3116630	Mogro	mogro	ES	39310	0	Europe/Madrid	43.4276	-3.97626		Mogro		39	S	39044	
3116633	Mogobio	mogobio	ES	33318	0	Europe/Madrid	43.43415	-5.48322		Mogobio		34	O	33076	
3116635	Mogátar	mogatar	ES	49174	0	Europe/Madrid	41.35296	-5.92238		Mogatar,Mogátar		55	ZA	49077	
3116637	Moeche	moeche	ES	15563	1445	Europe/Madrid	43.55	-8.01667		Moeche,San Juan		58	C	15076	
3116638	Moeche	moeche	ES	15563	0	Europe/Madrid	43.55	-7.98333		Moeche,San Jorge		58	C	15049	
3116639	Moeche	moeche	ES	15563	0	Europe/Madrid	43.55	-7.95		Moeche,Santa Cruz		58	C	15049	
3116640	Modúbar de San Cibrián	modubar-de-san-cibrian	ES	09194	0	Europe/Madrid	42.25237	-3.58568		Modubar de San Cibrian,Modúbar de San Cibrián		55	BU	09177	
3116641	Modúbar de la Emparedada	modubar-de-la-emparedada	ES	09620	383	Europe/Madrid	42.26118	-3.65965			09221	55	BU	09221	
3116642	Modúbar de la Cuesta	modubar-de-la-cuesta	ES	09194	0	Europe/Madrid	42.26346	-3.62909				55	BU	09072	
3116645	Modino	modino	ES	24815	0	Europe/Madrid	42.75923	-5.15331		Modino		55	LE	24056	
3116646	Modamio	modamio	ES	42315	0	Europe/Madrid	41.36761	-2.99931		Modamio		55	SO	42155	
3116647	Mociños	mocinos	ES	32813	0	Europe/Madrid	42.12563	-8.10514		Mocinos,Mociños		58	OR	32066	
3116649	Mochales	mochales	ES	19332	86	Europe/Madrid	41.09647	-2.0156		Mochales	19188	54	GU	19188	
3116650	Moarves de Ojeda	moarves-de-ojeda	ES	34486	0	Europe/Madrid	42.70481	-4.41134		Moarves de Ojeda		55	P	34114	
3116652	Moanes	moanes	ES	33791	64	Europe/Madrid	43.53333	-6.58333		Moanes		34	O	33034	
3116655	Moal	moal	ES	33811	0	Europe/Madrid	43.04707	-6.64061		Moal		34	O	33011	
3116663	Miudes	miudes	ES	33758	0	Europe/Madrid	43.53421	-6.81157		Miudes		34	O	33023	
3116664	Miúdeira	miudeira	ES	33758	0	Europe/Madrid	43.54066	-6.80882		Miudeira,Miúdeira		34	O	33023	
3116670	Mirones	mirones	ES	39723	0	Europe/Madrid	43.29576	-3.70377		Mirones		39	S	39045	
3116671	Mironcillo	mironcillo	ES	05191	136	Europe/Madrid	40.55435	-4.82449		Mironcillo	05130	55	AV	05130	
3116678	Miravet	miravet	ES	43747	797	Europe/Madrid	41.0393	0.59665		Miravet	43084	56	T	43084	
3116679	Miraveche	miraveche	ES	09252	103	Europe/Madrid	42.67396	-3.19947		Mirabetxe,Miraveche	09220	55	BU	09220	
3116681	Ugao / Miraballes	ugao-miraballes	ES	48490	0	Europe/Madrid	43.18333	-2.9		Miraballes,Miravalles,Ugao		59	BI	48065	
3116686	Mirandela	mirandela	ES	27144	0	Europe/Madrid	42.96683	-7.30736		Mirandela		58	LU	27011	
3116687	Mirandela	mirandela	ES	27144	0	Europe/Madrid	42.59303	-8.94949		Mirandela		58	C	15067	
3116688	Miranda del Castañar	miranda-del-castanar	ES	37660	558	Europe/Madrid	40.48448	-5.99581		Miranda del Castanar,Miranda del Castañar	37193	55	SA	37193	
3116689	Miranda de Ebro	miranda-de-ebro	ES	09200	39264	Europe/Madrid	42.6865	-2.94695		Miranda,Miranda Ebro,Miranda dEbro,Miranda de Ebro,Miranda del Ebro,Miranda-de-Ebro,Miranda-de-Ehbro,ai bu luo he pan mi lan da,milandadeebeulo,myranda dy aybrw,Миранда-де-Эбро,Міранда-де-Ебро,ميراندا دي إيبرو,ሚራንዳ ዴ ኤብሮ,ミランダ・デ・エブロ,埃布罗河畔米兰达,미란다데에브로	09219	55	BU	09219	
3116690	Miranda de Duero	miranda-de-duero	ES	42191	0	Europe/Madrid	41.65068	-2.41374		Miranda de Duero		55	SO	42149	
3116691	Miranda de Azán	miranda-de-azan	ES	37187	384	Europe/Madrid	40.88752	-5.68182		Miranda de Azan,Miranda de Azán	37192	55	SA	37192	
3116692	Miranda de Arga	miranda-de-arga	ES	31253	993	Europe/Madrid	42.48337	-1.82759	311	Miranda de Arga	31171	32	NA	31171	
3116695	Miranda	miranda	ES	27144	0	Europe/Madrid	43.53333	-5.93333		Miranda,Santo Domingo de Miranda		34	O	33020	
3116696	Miranda	miranda	ES	27144	0	Europe/Madrid	43.35442	-6.17282		Miranda,San Bartolome,San Bartolomé		34	O	33005	
3116697	Miranda	miranda	ES	27144	0	Europe/Madrid	42.96646	-7.32311		Miranda		58	LU	27011	
3116699	Mirambel	mirambel	ES	44141	132	Europe/Madrid	40.58733	-0.34266		Mirambel,Mirambell	44149	52	TE	44149	
3116701	Miralsot	miralsot	ES	22529	0	Europe/Madrid	41.55343	0.29346		Miralsot		52	HU	22112	
3116702	Miralrío	miralrio	ES	19246	68	Europe/Madrid	40.88901	-2.9434		Miralrio,Miralrío	19187	54	GU	19187	
3116704	Mirallo de Arriba	mirallo-de-arriba	ES	33875	0	Europe/Madrid	43.2833	-6.51537		Mirallo,Mirallo de Arriba		34	O	33073	
3116705	Miralcampo	miralcampo	ES	19200	0	Europe/Madrid	40.55747	-3.28104		Casa de Miralcampo,Caserio Miralcampo,Caserío Miralcampo,Miralcampo		54	GU	19046	
3116706	Miralcamp	miralcamp	ES	25242	1307	Europe/Madrid	41.60516	0.87987		Miralcamp	25135	56	L	25135	
3116707	Mirafuentes	mirafuentes	ES	31219	60	Europe/Madrid	42.62297	-2.27966			31170	32	NA	31170	
3116708	Miraflores de la Sierra	miraflores-de-la-sierra	ES	28792	5105	Europe/Madrid	40.8155	-3.76213			28085	29	M	28085	
3116710	Mirabueno	mirabueno	ES	19268	106	Europe/Madrid	40.94479	-2.72438		Mirabueno	19186	54	GU	19186	
3116714	Mira	mira	ES	16393	0	Europe/Madrid	43.10399	-8.90004		Mira,Santa Maria,Santa María		58	C	15093	
3116716	Mipanas	mipanas	ES	22320	0	Europe/Madrid	42.21361	0.21392		Mipanas		52	HU	22160	
3116717	Mioú	miou	ES	33779	0	Europe/Madrid	43.45	-7.16667		Miou,Mioú		34	O		
3116718	Mioño	miono	ES	39709	0	Europe/Madrid	43.35993	-3.20212		Miano,Miaño,Miono,Mioño		39	S	39020	
3116719	Mioma	mioma	ES	01427	0	Europe/Madrid	42.89163	-3.11191		Mioma		59	VI	01055	
3116720	Miñotos	minotos	ES	27865	0	Europe/Madrid	43.56667	-7.58333		Minotos,Miñotos,San Pedro		58	LU	27038	
3116724	Miñón	minon	ES	09513	0	Europe/Madrid	42.46404	-3.79794		Minon,Miñón		55	BU	09902	
3116725	Miño de San Esteban	mino-de-san-esteban	ES	42328	76	Europe/Madrid	41.53584	-3.34579		Mino de San Esteban,Miño de San Esteban	42116	55	SO	42116	
3116728	Miño	mino	ES	15630	0	Europe/Madrid	43.39596	-6.53099		Mino,Miño		34	O	33073	
3116729	Miño	mino	ES	15630	5092	Europe/Madrid	43.35	-8.2		Mino,Miño,Santa Maria,Santa María	15048	58	C	15048	
3116736	Mingorría	mingorria	ES	05280	465	Europe/Madrid	40.75192	-4.66583		Mingorria,Mingorría	05128	55	AV	05128	
3116739	Miñarzo	minarzo	ES	15292	0	Europe/Madrid	42.7989	-9.13254		Minarzo,Minarzos,Miñarzo,Miñarzos		58	C	15020	
3116742	Miñanes	minanes	ES	34127	0	Europe/Madrid	42.42247	-4.57071		Minanes,Miñanes		55	P	34192	
3116743	Miñana	minana	ES	42126	0	Europe/Madrid	41.52114	-2.09719		Minana,Miñana		55	SO	42076	
3116745	Miñagón	minagon	ES	33798	0	Europe/Madrid	43.43634	-6.75837		Minagon,Miñagón		34	O	33007	
3116749	Milmarcos	milmarcos	ES	19287	116	Europe/Madrid	41.08622	-1.87652		Milmarcos	19183	54	GU	19183	
3116753	Milles de la Polvorosa	milles-de-la-polvorosa	ES	49699	263	Europe/Madrid	41.92339	-5.73309		Milles de la Polvorosa	49118	55	ZA	49118	
3116757	Millarouso	millarouso	ES	32314	0	Europe/Madrid	42.41667	-6.95				58	OR	32009	
3116758	Millaró	millaro	ES	24689	0	Europe/Madrid	42.98333	-5.63333		Millaro,Millaró		55	LE	24901	
3116759	Millares	millares	ES	46198	0	Europe/Madrid	43.07489	-7.26687				58	LU	27004	
3116761	Millana	millana	ES	19127	165	Europe/Madrid	40.50717	-2.57116		Millana	19184	54	GU	19184	
3116762	Millán	millan	ES	27466	0	Europe/Madrid	42.46667	-7.58333		Millan,Millán,San Nicolas,San Nicolás		58	LU	27059	
3116763	Milla de Tera	milla-de-tera	ES	49330	0	Europe/Madrid	42.00772	-6.16917		La Milla		55	ZA	49231	
3116769	Milagros	milagros	ES	09460	494	Europe/Madrid	41.575	-3.69907		Milagros	09218	55	BU	09218	
3116770	Milagro	milagro	ES	31320	3016	Europe/Madrid	42.2416	-1.76588		Milagro,Miraglo,mi la ge luo,Милагро,Мілагро,米拉格罗	31169	32	NA	31169	
3116771	el Milà	el-mila	ES	43143	0	Europe/Madrid	41.25	1.2		Mila,Milá,el Mila,el Milà		56	T	43161	
3116772	Mijarojos	mijarojos	ES	39311	0	Europe/Madrid	43.33828	-4.08121		Mijarojos		39	S	39018	
3116776	Mijares	mijares	ES	05461	0	Europe/Madrid	43.36787	-4.07791		Mijares		39	S	39076	
3116777	Mijares	mijares	ES	05461	906	Europe/Madrid	40.29655	-4.83651		Mijares	05127	55	AV	05127	
3116779	Mijangos	mijangos	ES	09515	0	Europe/Madrid	42.83018	-3.42578		Mijangos		55	BU	09213	
3116780	Mijancas	mijancas	ES	01211	0	Europe/Madrid	42.69504	-2.81631		Mijancas,Mixankas		59	VI	01014	
3116781	Mijala	mijala	ES	09511	0	Europe/Madrid	42.95712	-3.08036		Mijala		55	BU	09190	
3116783	Miguel-Ibáñez	miguel-ibanez	ES	40494	0	Europe/Madrid	41.08826	-4.35127		Miguel-Ibanez,Miguel-Ibáñez		55	SG	40185	
3116785	Migueláñez	miguelanez	ES	40441	171	Europe/Madrid	41.12155	-4.3641		Miguelanez,Migueláñez	40128	55	SG	40128	
3116786	Mieza	mieza	ES	37254	325	Europe/Madrid	41.16424	-6.69137		M'esa,Mesa,Mieza,Mieza de la Ribera,mi ye sa,Мьеса,Мєса,米耶萨	37190	55	SA	37190	
3116787	Mieses	mieses	ES	39586	0	Europe/Madrid	43.1519	-4.64063		Mieses		39	S	39015	
3116788	Mieres	mieres	ES	17830	0	Europe/Madrid	43.36128	-5.77371				34	O	33066	
3116789	Mieres	mieres	ES	17830	44070	Europe/Madrid	43.25	-5.76667		M'eres,Mieres,Mieres del Camin,Mieres del Camino,Mieres del Camín,Мьерес	33037	34	O	33037	
3116791	Mieres	mieres	ES	17830	0	Europe/Madrid	42.12247	2.6385		Mieras,Mieres	17105	56	GI	17105	
3116793	Mier	mier	ES	33577	0	Europe/Madrid	43.31412	-4.67374				39	S	33046	
3116794	Miengo	miengo	ES	39310	3914	Europe/Madrid	43.42861	-3.99866		Miengo	39044	39	S	39044	
3116795	Mieldes	mieldes	ES	33816	0	Europe/Madrid	43.21829	-6.40037		Mieldes		34	O	33011	
3116797	Miedes de Atienza	miedes-de-atienza	ES	19276	103	Europe/Madrid	41.26672	-2.96375		Miedes,Miedes de Atienza,Miedes de Pela	19181	54	GU	19181	
3116799	Micieces de Ojeda	micieces-de-ojeda	ES	34485	102	Europe/Madrid	42.69078	-4.46166		Micieces de Ojeda	34107	55	P	34107	
3116800	Micereces de Tera	micereces-de-tera	ES	49624	571	Europe/Madrid	41.98886	-5.87133		Micereces de Tera	49117	55	ZA	49117	
3116802	Mianos	mianos	ES	50683	45	Europe/Madrid	42.58544	-0.95478			50168	52	Z	50168	
3116804	Mezquita de Loscos	mezquita-de-loscos	ES	44493	0	Europe/Madrid	41.07383	-1.05992		Mezquita de Loscos		52	TE	44138	
3116805	Mezquita de Jarque	mezquita-de-jarque	ES	44169	118	Europe/Madrid	40.721	-0.867		Mezquita de Jarque	44148	52	TE	44148	
3116808	Mezquetillas	mezquetillas	ES	42213	0	Europe/Madrid	41.25953	-2.55886		Mezquetillas		55	SO	42008	
3116810	Mezana	mezana	ES	33717	0	Europe/Madrid	43.43406	-6.74742		Mezana		34	O	33007	
3116811	Mezalocha	mezalocha	ES	50152	287	Europe/Madrid	41.42581	-1.08276		Mezalocha	50167	52	Z	50167	
3116812	Metauten	metauten	ES	31241	297	Europe/Madrid	42.67714	-2.13015			31168	32	NA	31168	
3116821	Mestas de Con	mestas-de-con	ES	33556	0	Europe/Madrid	43.34185	-5.01517				34	O	33012	
3116826	Mesones de Isuela	mesones-de-isuela	ES	50267	334	Europe/Madrid	41.55119	-1.53858		Mesones de Isuela	50166	52	Z	50166	
3116827	Mesones	mesones	ES	02449	0	Europe/Madrid	40.76281	-3.41292				54	GU	19071	
3116829	Mesia	mesia	ES	15685	3189	Europe/Madrid	43.1	-8.26667		Mesia,San Cristobal,San Cristóbal		58	C	15047	
3116831	Mesegar de Corneja	mesegar-de-corneja	ES	05514	95	Europe/Madrid	40.50209	-5.30131		Mesegar de Corneja	05126	55	AV	05126	
3116833	Mesegal	mesegal	ES	10638	0	Europe/Madrid	40.31308	-6.31715		Caserio Mesegal,Caserío Mesegal,Mesegal		57	CC	10146	
3116839	Merujal	merujal	ES	33988	0	Europe/Madrid	43.21892	-5.61716		Merujal		34	O	33032	
3116840	Meruja	meruja	ES	33838	0	Europe/Madrid	43.29306	-6.20328		Meruja		34	O	33005	
3116841	Meroy	meroy	ES	24141	0	Europe/Madrid	42.97486	-6.21935		Meroy		55	LE	24029	
3116842	Merou	merou	ES	33727	0	Europe/Madrid	43.40358	-6.79912		Merou		34	O	33007	
3116844	Merodio	merodio	ES	33579	0	Europe/Madrid	43.31889	-4.5401		Merodio		34	O	33047	
3116852	Merillés	merilles	ES	33876	0	Europe/Madrid	43.27745	-6.35606		Merilles,Merillés		34	O	33073	
3116855	Merika	merika	ES	48312	0	Europe/Madrid	43.31667	-2.58333		Merica,Merika		59	BI	48909	
3116857	Meréns	merens	ES	32213	0	Europe/Madrid	42.23515	-8.16441		Merens,Meréns		58	OR	32027	
3116861	Meredo	meredo	ES	33779	0	Europe/Madrid	43.42923	-7.00408		Meredo,Santa Marina		34	O	33074	
3116862	Meré	mere	ES	33508	0	Europe/Madrid	43.37467	-4.91369		Mere,Meré		34	O	33036	
3116868	Mercadillo	mercadillo	ES	05154	0	Europe/Madrid	43.2622	-3.15404		Mercadillo		59	BI	48086	
3116869	Mercadillo	mercadillo	ES	05154	0	Europe/Madrid	40.83105	-6.18725				55	SA	37135	
3116870	Mercadillo	mercadillo	ES	05154	0	Europe/Madrid	40.57955	-5.43201		Mercadillo		55	AV	05144	
3116871	Mercadal	mercadal	ES	39311	0	Europe/Madrid	43.32397	-4.10074		Mercadal		39	S	39018	
3116872	Merás	meras	ES	33785	0	Europe/Madrid	43.47437	-6.48084		Meras,Merás		34	O	33034	
3116876	Mera	mera	ES	27233	277	Europe/Madrid	43.66667	-7.9		Mera,Santiago		58	C	15061	
3116877	Mera	mera	ES	27233	0	Europe/Madrid	43.63302	-7.89788		Mera,Santa Maria,Santa María		58	C	15061	
3116878	Mera	mera	ES	27233	0	Europe/Madrid	42.97809	-6.98862				58	LU	27034	
3116879	Mera	mera	ES	27233	0	Europe/Madrid	42.96667	-7.71667		Mera,San Pedro		58	LU	27028	
3116884	Méntrida	mentrida	ES	45930	3143	Europe/Madrid	40.23899	-4.19337		Mentrida,Méntrida,men te li da,Ментрида,Ментріда,门特里达	45099	54	TO	45099	
3116885	Mentera-Barruelo	mentera-barruelo	ES	39812	0	Europe/Madrid	43.2807	-3.50781				39	S	39067	
3116887	Mens	mens	ES	15113	0	Europe/Madrid	43.29947	-8.87034		Mens		58	C	15043	
3116892	Mengamuñoz	mengamunoz	ES	05131	67	Europe/Madrid	40.50006	-4.99983		Mengamunoz,Mengamuñoz	05125	55	AV	05125	
3116894	Meneses de Campos	meneses-de-campos	ES	34305	143	Europe/Madrid	41.94142	-4.91927		Meneses de Campos	34106	55	P	34106	
3116898	Mendraka	mendraka	ES	48230	0	Europe/Madrid	43.15	-2.53333		Mendraca,Mendraka		59	BI	48032	
3116899	Mendoza	mendoza	ES	01191	0	Europe/Madrid	42.85991	-2.78027		Mendoza		59	VI	01059	
3116903	Mendibil	mendivil	ES	31395	0	Europe/Madrid	42.90678	-2.62899		Mendibil,Mendivil,Mendívil		59	VI	01008	
3116904	Mendívil	mendivil	ES	31395	0	Europe/Madrid	42.62114	-1.63713				32	NA	31192	
3116908	Mendiola	mendiola	ES	01194	0	Europe/Madrid	43.37195	-2.5671		Mendiola		59	BI	48049	
3116909	Mendiola	mendiola	ES	01194	0	Europe/Madrid	43.01559	-2.5003		Mendiola		59	SS	20034	
3116910	Mendiola	mendiola	ES	01194	0	Europe/Madrid	42.81845	-2.65251				59	VI	01059	
3116911	Mendilibarri	mendilibarri	ES	31280	0	Europe/Madrid	42.65896	-2.17014				32	NA	31014	
3116914	Mendigorría	mendigorria	ES	31150	1044	Europe/Madrid	42.62822	-1.8345		Mendigorria,Mendigorría	31167	32	NA	31167	
3116915	Mendieta	mendieta	ES	01478	0	Europe/Madrid	43.13333	-3.1278		Mendieta		59	VI	01004	
3116919	Mendeika	mendeika	ES	48460	0	Europe/Madrid	43.03176	-3.02948		Mendeica,Mendeika		59	BI	48074	
3116920	Mendaza	mendaza	ES	31282	343	Europe/Madrid	42.64166	-2.2352				32	NA	31204	
3116921	Mendavia	mendavia	ES	31587	3725	Europe/Madrid	42.44335	-2.20087		Mondaria	31165	32	NA	31165	
3116924	Mendaro	mendaro	ES	20850	1650	Europe/Madrid	43.25326	-2.38568		Mendaro	20901	59	SS	20901	
3116927	Menaza	menaza	ES	34810	0	Europe/Madrid	42.83094	-4.21516		Menaza		55	P	34004	
3116928	Menàrguens	menarguens	ES	25139	837	Europe/Madrid	41.73333	0.75		Menarguens,Menàrguens		56	L	25040	
3116929	Menamayor	menamayor	ES	09585	0	Europe/Madrid	43.12191	-3.25023		Menamayor		55	BU	09410	
3116931	Mena	mena	ES	24142	0	Europe/Madrid	42.94649	-6.13878		Mena		55	LE	24029	
3116932	Membrillera	membrillera	ES	19247	111	Europe/Madrid	40.94807	-2.97969		Membrillera	19179	54	GU	19179	
3116933	Membrillar	membrillar	ES	34115	0	Europe/Madrid	42.55862	-4.69385		Membrillar		55	P	34157	
3116934	Membribe de la Sierra	membribe-de-la-sierra	ES	37766	109	Europe/Madrid	40.69123	-5.80568		Membribe,Membribe de la Sierra	37189	55	SA	37189	
3116936	Membibre de la Hoz	membibre-de-la-hoz	ES	40234	57	Europe/Madrid	41.44958	-4.09571		Membibre de la Hoz	40127	55	SG	40127	
3116937	Meluerda	meluerda	ES	33568	0	Europe/Madrid	43.44488	-5.03208				34	O	33056	
3116938	Melque de Cercos	melque-de-cercos	ES	40444	0	Europe/Madrid	41.05166	-4.46944		Melque	40126	55	SG	40126	
3116939	Melón	melon	ES	32410	1569	Europe/Madrid	42.26016	-8.214		Melon,Melón	32046	58	OR	32046	
3116942	Melide	melide	ES	15800	0	Europe/Madrid	42.91382	-8.01496		Mel'id,Melide,Mellid,mei li de,meride,mylydy  la krwnya,Мелиде,Мельид,Меліде,ميليدي، لا كرونيا,メリーデ,梅利德	15046	58	C	15046	
3116943	Mellanzos	mellanzos	ES	24165	0	Europe/Madrid	42.59421	-5.32914		Mellanzos		55	LE	24079	
3116944	Mellanes	mellanes	ES	49512	0	Europe/Madrid	41.71437	-6.24186		Mellanes		55	ZA	49172	
3116946	Mélida	melida	ES	31382	766	Europe/Madrid	42.35869	-1.54888		Melida,Mélida	31164	32	NA	31164	
3116947	Mélida	melida	ES	31382	0	Europe/Madrid	41.58032	-4.07785		Melida,Mélida		55	VA	47114	
3116950	Melgosa de Villadiego	melgosa-de-villadiego	ES	09129	0	Europe/Madrid	42.55207	-3.94692				55	BU	09427	
3116953	Melgar de Yuso	melgar-de-yuso	ES	34467	345	Europe/Madrid	42.25381	-4.25394			34104	55	P	34104	
3116954	Melgar de Tera	melgar-de-tera	ES	49626	514	Europe/Madrid	41.96618	-6.0139		Melgar de Tera	49116	55	ZA	49116	
3116955	Melgar de Fernamental	melgar-de-fernamental	ES	09100	1932	Europe/Madrid	42.40445	-4.24484		Mel'gar-de-Fernamental',mei er jia er de fei er na men ta er,mylghar dy fyrnamyntal,Мельгар-де-Фернаменталь,ميلغار دي فيرنامينتال,梅尔加尔德费尔纳门塔尔	09211	55	BU	09211	
3116956	Melgar de Arriba	melgar-de-arriba	ES	47686	259	Europe/Madrid	42.26806	-5.09712		Melgar de Arriba	47089	55	VA	47089	
3116957	Melgar de Abajo	melgar-de-abajo	ES	47687	166	Europe/Madrid	42.24344	-5.14216		Melgar de Abajo	47088	55	VA	47088	
3116959	Melezna	melezna	ES	24515	0	Europe/Madrid	42.5753	-6.8998		Melezna		55	LE	24059	
3116960	Melendreros	melendreros	ES	33528	0	Europe/Madrid	43.31161	-5.53316		Melendreros		34	O	33006	
3116962	Melarde	melarde	ES	33583	0	Europe/Madrid	43.34428	-5.32373				34	O	33049	
3116963	Mejorada del Campo	mejorada-del-campo	ES	28840	22488	Europe/Madrid	40.39283	-3.48194		Mejorada del Campo	28084	29	M	28084	
3116964	Mejorada	mejorada	ES	45622	1272	Europe/Madrid	40.00991	-4.88506		Mejorada	45097	54	TO	45097	
3116966	Méizara	meizara	ES	24250	0	Europe/Madrid	42.45164	-5.69718				55	LE	24065	
3116972	Meiro	meiro	ES	33719	0	Europe/Madrid	43.52202	-6.75731		Meiro		34	O	33018	
3116977	Meiraos	meiraos	ES	27324	0	Europe/Madrid	42.65337	-7.15592		Meiraos		58	LU	27017	
3116978	Meirama	meirama	ES	15188	278	Europe/Madrid	43.21667	-8.43333		Meirama,San Andres,San Andrés		58	C	15024	
3116988	Meixide	meixide	ES	27204	0	Europe/Madrid	42.26667	-6.93333				58	OR	32083	
3116989	Meixente	meixente	ES	27612	0	Europe/Madrid	42.78333	-7.46667				58	LU	27057	
3116992	Megina	megina	ES	19315	54	Europe/Madrid	40.63911	-1.87041		Megina	19178	54	GU	19178	
3116993	Megeces	megeces	ES	47440	435	Europe/Madrid	41.40828	-4.56166		Megeces	47087	55	VA	47087	
3116995	Medrano	medrano	ES	26374	201	Europe/Madrid	42.38361	-2.55394		Medrano	26096	27	LO	26096	
3116996	Medranda	medranda	ES	19246	105	Europe/Madrid	40.98333	-2.93719		Medranda	19177	54	GU	19177	
3116997	Medos	medos	ES	32779	0	Europe/Madrid	42.39987	-7.33766		Medos		58	OR	32070	
3117000	Mediona	mediona	ES	08773	1870	Europe/Madrid	41.47798	1.61222		Mediona	08122	56	B	08122	
3117006	Medinilla de la Dehesa	medinilla-de-la-dehesa	ES	09230	0	Europe/Madrid	42.30149	-3.88264		Medinilla,Medinilla de la Dehesa		55	BU	09125	
3117007	Medinilla	medinilla	ES	05619	161	Europe/Madrid	40.43967	-5.61772		Medinilla	05124	55	AV	05124	
3117008	Medina de Ríoseco	medina-de-rioseco	ES	47800	5059	Europe/Madrid	41.88327	-5.04405		Medina de Rioseco,Medina de Ríoseco		55	VA	47086	
3117009	Medina de Pomar	medina-de-pomar	ES	09500	5524	Europe/Madrid	42.92938	-3.48804		Medina de Pomar,Medina-de-Pomar,mei di na de bo ma er,mydayna dy bwmar,Медина-де-Помар,Медіна-де-Помар,ميداينا دي بومار,梅迪纳德波马尔	09209	55	BU	09209	
3117010	Medina del Campo	medina-del-campo	ES	47400	21540	Europe/Madrid	41.31239	-4.91413		Medina del Campo,Medina-del'-Kampo,mei di na de er kan bo,Медина-дель-Кампо,Медіна-дель-Кампо,メディナ・デル・カンポ,梅迪纳德尔坎波	47085	55	VA	47085	
3117011	Medinaceli	medinaceli	ES	42240	674	Europe/Madrid	41.17224	-2.43476		Medina,Medinaceli,Medinaseli,Occilis,mdynt salm,medinaseri,mei di na sai li,Мединасели,Медінаселі,مدينة سالم,メディナセリ,梅迪纳塞利	42113	55	SO	42113	
3117012	Medinyà	medinya	ES	17482	0	Europe/Madrid	42.05	2.86667				56	GI	17169	
3117021	Mediano	mediano	ES	22394	0	Europe/Madrid	42.31096	0.19295				52	HU	22907	
3117024	Mediana de Voltoya	mediana-de-voltoya	ES	05194	108	Europe/Madrid	40.70104	-4.56341		Mediana,Mediana de Voltoya	05123	55	AV	05123	
3117029	Mediadoro	mediadoro	ES	39419	0	Europe/Madrid	42.90752	-4.0068		Mediadoro		39	S	39093	
3117033	Medeiros	medeiros	ES	32618	0	Europe/Madrid	41.90368	-7.54383				58	OR	32050	
3117036	Medal	medal	ES	33716	0	Europe/Madrid	43.5547	-6.75484		Medal		34	O	33018	
3117037	Meda	meda	ES	32368	0	Europe/Madrid	43.06104	-7.40086				58	LU	27011	
3117038	Meda	meda	ES	32368	0	Europe/Madrid	42.29904	-7.00682		Meda		58	OR	32083	
3117041	Meco	meco	ES	28880	12419	Europe/Madrid	40.55274	-3.32894			28083	29	M	28083	
3117042	Metxika	metxika	ES	48309	0	Europe/Madrid	43.33333	-2.73333		Mechicas,Metxika		59	BI	48079	
3117044	Mecerreyes	mecerreyes	ES	09346	278	Europe/Madrid	42.09536	-3.57393		Mecerreyes	09208	55	BU	09208	
3117046	Meanos	meanos	ES	15857	0	Europe/Madrid	43.05819	-8.94797		Meanos		58	C	15093	
3117047	Meano	meano	ES	31227	0	Europe/Madrid	42.60352	-2.47639				32	NA	31141	
3117048	Meaño	meano	ES	31227	5505	Europe/Madrid	42.44661	-8.78122		Meano,Meaño,San Juan		58	PO	36051	
3117051	Meakaur	meakaur	ES	48115	0	Europe/Madrid	43.31667	-2.75		Meacaur de Morga,Meakaur		59	BI	48066	
3117053	Meaka	meaka	ES	48115	0	Europe/Madrid	43.31667	-2.75		Meaca,Meacaur de Morga,Meacáur de Morga,Meaka		59	BI	48066	
3117056	Mazuelo de Muñó	mazuelo-de-muno	ES	09239	0	Europe/Madrid	42.23894	-3.84745				55	BU	09125	
3117058	Mazuela	mazuela	ES	09228	75	Europe/Madrid	42.20767	-3.9192			09206	55	BU	09206	
3117059	Mazuecos de Valdeginate	mazuecos-de-valdeginate	ES	34306	119	Europe/Madrid	42.16814	-4.84059		Mazuecos de Valdeginate	34103	55	P	34103	
3117060	Mazuecos	mazuecos	ES	19114	359	Europe/Madrid	40.2602	-3.00755		Mazuecos	19176	54	GU	19176	
3117069	Mazo	mazo	ES	38730	0	Europe/Madrid	43.30814	-7.27006				58	LU	27054	
3117070	Mazo	mazo	ES	38730	0	Europe/Madrid	42.88333	-6.88333				58	LU	27012	
3117071	Mazmela	mazmela	ES	20530	0	Europe/Madrid	43.01287	-2.55801		Mazmela		59	SS	20034	
3117072	Mazaterón	mazateron	ES	42126	0	Europe/Madrid	41.534	-2.12272		Mazateron,Mazaterón		55	SO	42021	
3117073	Mazarulleque	mazarulleque	ES	16510	0	Europe/Madrid	40.18402	-2.7691		Mazarulleque		54	CU	16173	
3117074	Mazariegos	mazariegos	ES	34170	0	Europe/Madrid	42.11471	-3.52951				55	BU	09208	
3117075	Mazariegos	mazariegos	ES	34170	268	Europe/Madrid	42.02691	-4.71542		Mazariegos	34102	55	P	34102	
3117076	Mazaricos	mazaricos	ES	15256	5523	Europe/Madrid	42.94033	-8.97187		Mazaricos	15045	58	C	15045	
3117077	Mazarete	mazarete	ES	19286	66	Europe/Madrid	41.00086	-2.15921		Mazarate,Mazare,Mazarete	19175	54	GU	19175	
3117079	Mazandrero	mazandrero	ES	39210	0	Europe/Madrid	43.00385	-4.27148		Mazandrero		39	S	39032	
3117081	Mazalvete	mazalvete	ES	42130	0	Europe/Madrid	41.71003	-2.26237		Mazalvete		55	SO	42049	
3117082	Mazalinos	mazalinos	ES	05691	0	Europe/Madrid	40.3374	-5.60534		Mazalinos		55	AV	05236	
3117083	Mazaleón	mazaleon	ES	44621	577	Europe/Madrid	41.05056	0.1029		Mazaleon,Mazaleón	44147	52	TE	44147	
3117086	Mazagatos	mazagatos	ES	40556	0	Europe/Madrid	41.44044	-3.40199		Maragatos,Mazagatos		55	SG	40109	
3117090	Maza	maza	ES	33535	0	Europe/Madrid	43.31667	-5.41667		Maza,Santa Ana		34	O	33049	
3117091	Mayorga	mayorga	ES	47680	2034	Europe/Madrid	42.16687	-5.26304		Majorga,Mayorga,mai ao er jia,Майорга,Մայորգա,迈奥尔加	47084	55	VA	47084	
3117107	Maianca	maianca	ES	15177	0	Europe/Madrid	43.37461	-8.32446		San Cosme de Maianca		58	C	15058	
3117108	Maials	maials	ES	25179	0	Europe/Madrid	41.36667	0.5		Maials,Mayal,Mayals	25133	56	L	25133	
3117109	Mayalde	mayalde	ES	49718	222	Europe/Madrid	41.2508	-5.79767		Mayalde	49115	55	ZA	49115	
3117110	Amaiur / Maya	amaiur-maya	ES	31715	0	Europe/Madrid	43.20184	-1.47849		Maya		32	NA	31050	
3117112	Mave	mave	ES	34492	0	Europe/Madrid	42.73574	-4.27499		Mave		55	P	34004	
3117117	Matute de la Sierra	matute-de-la-sierra	ES	42167	0	Europe/Madrid	41.90125	-2.43617		Matute de la Sierra		55	SO	42019	
3117118	Matute de Almazán	matute-de-almazan	ES	42211	0	Europe/Madrid	41.4896	-2.61393		Matute,Matute de Almazan,Matute de Almazán		55	SO	42111	
3117119	Matute	matute	ES	26321	164	Europe/Madrid	42.29888	-2.79564		Matute	26095	27	LO	26095	
3117120	Maturana	maturana	ES	01206	0	Europe/Madrid	42.89571	-2.51793		Matura,Maturana		59	VI	01013	
3117121	Matueca de Torío	matueca-de-torio	ES	24820	0	Europe/Madrid	42.77223	-5.51074		Matueca de Torio,Matueca de Torío		55	LE	24076	
3117132	Matillas	matillas	ES	19294	178	Europe/Madrid	40.94415	-2.8359		Matillas	19174	54	GU	19174	
3117133	Matilla la Seca	matilla-la-seca	ES	49590	60	Europe/Madrid	41.57935	-5.5003		Matilla la Seca	49114	55	ZA	49114	
3117135	Matilla de los Caños	matilla-de-los-canos	ES	37450	113	Europe/Madrid	41.54818	-4.96761		Matilla de los Canos,Matilla de los Caños	47083	55	VA	47083	
3117137	Matilla de Arzón	matilla-de-arzon	ES	49692	243	Europe/Madrid	42.10499	-5.64156		Matilla,Matilla de Arzon,Matilla de Arzón	49113	55	ZA	49113	
3117139	Matienzo	matienzo	ES	39812	0	Europe/Madrid	43.31512	-3.58519		Matienzo		39	S	39067	
3117140	Matienzo	matienzo	ES	39812	0	Europe/Madrid	43.23821	-3.38095		Matienzo,Motienzo		59	BI	48022	
3117142	Matiella	matiella	ES	33439	0	Europe/Madrid	43.58449	-5.77353		Martiella		34	O	33014	
3117144	Matellanes	matellanes	ES	49519	0	Europe/Madrid	41.72006	-6.3181		Matellanes		55	ZA	49172	
3117146	Matela	matela	ES	27150	0	Europe/Madrid	43.12801	-7.58762		Matela		58	LU	27039	
3117147	Matela	matela	ES	27150	0	Europe/Madrid	42.92357	-7.23192				58	LU	27901	
3117155	Matasejún	matasejun	ES	42175	0	Europe/Madrid	41.98818	-2.23392		Matasejun,Matasejún		55	SO	42165	
3117161	Matarrubia	matarrubia	ES	19227	57	Europe/Madrid	40.86463	-3.28944		Matarrubia	19173	54	GU	19173	
3117162	Matarrepudio	matarrepudio	ES	39418	0	Europe/Madrid	42.89537	-4.14697		Matarrepudio		39	S	39092	
3117164	Mataró	mataro	ES	08300	121722	Europe/Madrid	41.54211	2.4445		Iluro,Mataro,Mataró,ma ta luo,matalo,mataro,matarw  brshlwnt,Матаро,ماتارو، برشلونة,मातारो,マタロー,马塔罗,마타로	08121	56	B	08121	
3117165	Matapozuelos	matapozuelos	ES	47230	1030	Europe/Madrid	41.41423	-4.79122		Matapozuelos	47082	55	VA	47082	
3117166	Mataporquera	mataporquera	ES	39410	1323	Europe/Madrid	42.87486	-4.16276		Mataporquera,Valdeolea		39	S	39092	
3117168	Mataotero	mataotero	ES	24496	0	Europe/Madrid	42.89593	-6.38747		Mataotero		55	LE	24109	
3117169	Matanza de Soria	matanza-de-soria	ES	42351	0	Europe/Madrid	41.63542	-3.2125		Matanza de Soria		55	SO	42162	
3117176	Matamorosa	matamorosa	ES	39200	0	Europe/Madrid	42.98177	-4.14933		Matamorosa		39	S	39027	
3117178	Matamorisca	matamorisca	ES	34810	0	Europe/Madrid	42.84256	-4.30902		Matamorisca		55	P	34004	
3117179	Matamargó	matamargo	ES	25287	0	Europe/Madrid	41.85	1.61667				56	B	08229	
3117180	Matamala de Almazán	matamala-de-almazan	ES	42211	364	Europe/Madrid	41.50563	-2.64122		Matamala,Matamala de Almazan,Matamala de Almazán,Matamala-de-Al'masan,ma ta ma la de ya er ma sang,Матамала-де-Альмасан,马塔马拉德亚尔马桑	42111	55	SO	42111	
3117181	Matamala	matamala	ES	40163	0	Europe/Madrid	41.09904	-3.74904		Matamala		55	SG	40123	
3117184	Mataluenga	mataluenga	ES	24273	0	Europe/Madrid	42.6768	-5.83261		Mataluenga		55	LE	24104	
3117185	Matalobos del Páramo	matalobos-del-paramo	ES	24248	0	Europe/Madrid	42.41828	-5.81636		Matalobos del Paramo,Matalobos del Páramo		55	LE	24026	
3117187	Matallana de Valmadrigal	matallana-de-valmadrigal	ES	24290	0	Europe/Madrid	42.33333	-5.3		Matallana,Matallana de Valmadrigal,Matallanas		55	LE	24153	
3117192	Matalebreras	matalebreras	ES	42113	116	Europe/Madrid	41.84116	-2.04644		Matalebreras,ma ta lai fu lei la si,Маталебрерас,马塔莱夫雷拉斯	42110	55	SO	42110	
3117193	Matalbaniega	matalbaniega	ES	34810	0	Europe/Madrid	42.83675	-4.26258		Matalbaniega		55	P	34004	
3117194	Matalavilla	matalavilla	ES	24495	0	Europe/Madrid	42.84864	-6.42803		Matalavilla		55	LE	24109	
3117196	Matafoyada	matafoyada	ES	33747	0	Europe/Lisbon	40.51667	-6.88333				34			
3117199	Mata de Quintanar	mata-de-quintanar	ES	40392	0	Europe/Madrid	41.02703	-4.11113		Mata de Quintanar		55	SG	40035	
3117200	Matadepera	matadepera	ES	08230	7970	Europe/Madrid	41.59886	2.02648		Matadepera		56	B	08279	
3117201	Matadeón de los Oteros	matadeon-de-los-oteros	ES	24291	277	Europe/Madrid	42.33776	-5.36887		Matadeon,Matadeon de los Oteros,Matadeón de los Oteros	24097	55	LE	24097	
3117203	Mata de Hoz	mata-de-hoz	ES	39418	0	Europe/Madrid	42.93374	-4.21803		Mata de Hoz		39	S	39092	
3117204	Mata de Cuéllar	mata-de-cuellar	ES	40214	296	Europe/Madrid	41.39655	-4.47167		Mata de Cuellar,Mata de Cuéllar	40124	55	SG	40124	
3117205	Matachana	matachana	ES	24314	0	Europe/Madrid	42.60412	-6.43952		Matachana		55	LE	24049	
3117207	Matabuena	matabuena	ES	34829	0	Europe/Madrid	42.86632	-4.29487		Matabuena		55	P	34027	
3117208	Matabuena	matabuena	ES	34829	221	Europe/Madrid	41.0959	-3.75827		Matabuena	40123	55	SG	40123	
3117212	Mata	mata	ES	09141	0	Europe/Madrid	43.27889	-4.02884		Mata		39	S	39069	
3117213	Mata	mata	ES	09141	0	Europe/Madrid	42.53702	-3.69381				55	BU	09906	
3117214	Masueco	masueco	ES	37251	414	Europe/Madrid	41.20352	-6.58938		Masueco,Masuecu,Masuehko,Masueko,ma su ai ke,Масуеко,Масуэко,马苏埃科	37184	55	SA	37184	
3117218	Maçanet de la Selva	macanet-de-la-selva	ES	17412	0	Europe/Madrid	41.78333	2.73333		Macanet de la Selva,Maçanet de la Selva	17103	56	GI	17103	
3117219	Maçanet de Cabrenys	macanet-de-cabrenys	ES	17720	0	Europe/Madrid	42.38597	2.74806		Macanet de Cabrenys,Maçanet de Cabrenys	17102	56	GI	17102	
3117221	Massanes	massanes	ES	17452	0	Europe/Madrid	41.76536	2.65324		Macanes,Massanes,Maçanes	17101	56	GI	17101	
3117223	el Masroig	el-masroig	ES	43736	0	Europe/Madrid	41.13333	0.73333		Masroig,el Masroig	43082	56	T	43082	
3117225	Masquefa	masquefa	ES	08783	7150	Europe/Madrid	41.50353	1.81136		Masquefa	08119	56	B	08119	
3117227	Maspujols	maspujols	ES	43382	527	Europe/Madrid	41.18225	1.04534		Maspujols		56	T	43007	
3117228	Masoucos	masoucos	ES	27124	0	Europe/Madrid	42.99612	-7.27825		Masoucos,Santiago		58	LU	27011	
3117229	Massoteres	massoteres	ES	25211	0	Europe/Madrid	41.8	1.31667		Masoteras,Massoteres,masoteras		56	L	25907	
3117232	El Masnou	el-masnou	ES	08320	22288	Europe/Madrid	41.47978	2.3188	27	el Masnou		56	B	08118	
3117235	Masllorenç	masllorenc	ES	43718	0	Europe/Madrid	41.26667	1.41667		Masllorenc,Masllorens,Masllorenç		56	T	43089	
3117274	Mases	mases	ES	33310	0	Europe/Madrid	43.40895	-5.41047		Mases		34	O	33009	
3117277	Masegoso de Tajuña	masegoso-de-tajuna	ES	19490	95	Europe/Madrid	40.82552	-2.69532		Masegoso de Tajuna,Masegoso de Tajuña	19172	54	GU	19172	
3117278	Masegoso	masegoso	ES	02314	0	Europe/Madrid	40.24876	-1.5015				52	TE	44217	
3117279	Masegosa	masegosa	ES	16878	116	Europe/Madrid	40.54689	-2.02588		Masegosa	16123	54	CU	16123	
3117281	Masdenverge	masdenverge	ES	43878	1014	Europe/Madrid	40.716	0.53009		Masdenverge		56	T	43138	
3117283	Mas d'en Rieres	mas-d-en-rieres	ES	12185	0	Europe/Madrid	40.38333	0.15		Mas d'en Rieres		60	CS	12098	
3117288	Mas del Olmo	mas-del-olmo	ES	46140	0	Europe/Madrid	40.06667	-1.16667		Mas del Olmo		60	V	46201	
3117289	Mas de las Matas	mas-de-las-matas	ES	44564	1442	Europe/Madrid	40.83408	-0.24292		Mas de las Matas	44145	52	TE	44145	
3117291	Mas de la Cabrera	mas-de-la-cabrera	ES	44132	0	Europe/Madrid	40.15	-1.23333		Mas de la Cabrera		52	TE	44135	
3117292	Mas de Jacinto	mas-de-jacinto	ES	46144	0	Europe/Madrid	40.13333	-1.25		Mas Jacinto,Mas de Jacinto,Más Jacinto		60	V	46092	
3117296	Mas de Barberans	mas-de-barberans	ES	43514	678	Europe/Madrid	40.73333	0.36667	340		43077	56	T	43077	
3117300	Masdavall	masdavall	ES	12119	0	Europe/Madrid	40.12859	-0.17148		Barrio Masdavall,Masdavall		60	CS	12049	
3117306	Masarbonés	masarbones	ES	43718	0	Europe/Madrid	41.26021	1.43847		Caserio Masarbones,Caserío Masarbonés,Masarbones,Masarbonés		56	T	43030	
3117307	Masarac	masarac	ES	17763	0	Europe/Madrid	42.3509	2.97296		Masarac	17100	56	GI	17100	
3117313	Masa	masa	ES	09142	0	Europe/Madrid	42.62663	-3.71784				55	BU	09906	
3117318	Martzaa	marzana	ES	48291	0	Europe/Madrid	43.12181	-2.58552		Marzana		59	BI	48091	
3117319	Marzán	marzan	ES	24133	0	Europe/Madrid	42.87945	-7.74377		Marzan,Marzán		58	LU	27032	
3117320	Marzán	marzan	ES	24133	0	Europe/Madrid	42.77992	-6.10821		Marzan,Marzán		55	LE	24132	
3117322	Marzales	marzales	ES	47133	63	Europe/Madrid	41.58644	-5.13455		Marzales	47081	55	VA	47081	
3117323	Marzá	marza	ES	17493	0	Europe/Madrid	42.86069	-7.86334		Marza,Marzá		58	LU	27040	
3117326	Marugán	marugan	ES	40142	513	Europe/Madrid	40.89943	-4.38383		Marugan,Marugán	40122	55	SG	40122	
3117328	Martul	martul	ES	27155	0	Europe/Madrid	43.25	-6.98333		Martul		34	O	33061	
3117329	Martul	martul	ES	27155	0	Europe/Madrid	43.08654	-7.63697		Martul		58	LU	27039	
3117330	Martorelles	martorelles	ES	08107	0	Europe/Madrid	41.53333	2.23333		Martorelles		56	B	08124	
3117331	Martorell	martorell	ES	08760	26681	Europe/Madrid	41.47402	1.93062		Martorel',Martorell,Martorelle,Marturel',ma er tuo lei li,martwrl,martwryl,Марторелле,Марторель,Мартурель,مارتورل,مارتوريل,马尔托雷利	08114	56	B	08114	
3117333	Martioda	martioda	ES	01191	0	Europe/Madrid	42.87533	-2.77951		Martioda,Mártioda		59	VI	01059	
3117570	Mancilleros	mancilleros	ES	24226	0	Europe/Madrid	42.51071	-5.49184		Mancilleros		55	LE	24227	
3117334	Martintorín	martintorin	ES	33718	0	Europe/Madrid	43.45514	-6.69932		Martintorin,Martintorín		34	O	33077	
3117336	Martín Muñoz de las Posadas	martin-munoz-de-las-posadas	ES	40446	420	Europe/Madrid	40.99546	-4.59672		Martin Munoz de las Posadas,Martín Muñoz de las Posadas	40121	55	SG	40121	
3117337	Martín Muñoz de la Dehesa	martin-munoz-de-la-dehesa	ES	40466	186	Europe/Madrid	41.06652	-4.68676		Martin Munoz de la Dehesa,Martín Muñoz de la Dehesa	40120	55	SG	40120	
3117338	Martín Muñoz de Ayllón	martin-munoz-de-ayllon	ES	40510	0	Europe/Madrid	41.2961	-3.4014		Martin Munoz de Ayllon,Martín Muñoz de Ayllón		55	SG	40170	
3117339	Martín Miguel	martin-miguel	ES	40130	178	Europe/Madrid	40.9522	-4.27166		Martin Miguel,Martín Miguel	40119	55	SG	40119	
3117340	Martínez	martinez	ES	05151	187	Europe/Madrid	40.63046	-5.34801		Martinez,Martínez	05122	55	AV	05122	
3117341	Martinet	martinet	ES	25724	0	Europe/Madrid	42.35956	1.69584				56	L	25139	
3117346	Martín de Yeltes	martin-de-yeltes	ES	37494	515	Europe/Madrid	40.77594	-6.29162		Martin de Yeltes,Martín de Yeltes	37183	55	SA	37183	
3117347	Martín del Río	martin-del-rio	ES	44750	472	Europe/Madrid	40.84459	-0.89549		Martin del Rio,Martín del Río	44144	52	TE	44144	
3117348	Martincano	martincano	ES	40162	0	Europe/Madrid	41.06948	-3.7904		Martincano		55	SG	40007	
3117349	Martinamor	martinamor	ES	37891	68	Europe/Madrid	40.80676	-5.59913		Martinamor	37182	55	SA	37182	
3117355	Martimporra	martimporra	ES	33527	0	Europe/Madrid	43.33241	-5.5687		Martimporra,Martinporra,Martínporra		34	O	33006	
3117356	Martillué	martillue	ES	22714	0	Europe/Madrid	42.54692	-0.4352				52	HU	22130	
3117357	Martillán	martillan	ES	37497	0	Europe/Madrid	40.68602	-6.68197		Martillan,Martillán		55	SA	37356	
3117358	Martilandrán	martilandran	ES	10627	0	Europe/Madrid	40.39924	-6.29549		Caserio Martilandran,Caserío Martilandrán,Martilandran,Martilandrán		57	CC	10135	
3117360	Martiherrero	martiherrero	ES	05140	202	Europe/Madrid	40.67392	-4.78156		Martiherrero	05121	55	AV	05121	
3117361	Martialay	martialay	ES	42134	0	Europe/Madrid	41.74386	-2.35699		Martialay		55	SO	42006	
3117362	Martiago	martiago	ES	37510	361	Europe/Madrid	40.4542	-6.4901		Martiago	37181	55	SA	37181	
3117363	Martés	martes	ES	22772	30	Europe/Madrid	42.57259	-0.89151		Martes		52	HU	22076	
3117365	Marzà	marza	ES	17493	0	Europe/Madrid	42.31089	3.0678		Marza,Marzà		56	GI	17129	
3117369	Marrubio	marrubio	ES	24744	0	Europe/Madrid	42.32409	-6.53728		Marrubio		55	LE	24043	
3117370	Marrubio	marrubio	ES	24744	0	Europe/Madrid	42.3	-7.46667		Marrubio,San Andres,San Andrés		58	OR	32049	
3117371	Marrube	marrube	ES	27547	0	Europe/Madrid	42.6	-7.65		Marrube,Santa Maria,Santa María		58	LU	27058	
3117373	Marrón	marron	ES	39849	0	Europe/Madrid	43.34857	-3.43519		Marron,Marrón		39	S	39002	
3117376	Marracos	marracos	ES	50616	106	Europe/Madrid	42.08826	-0.77587			50902	52	Z	50902	
3117379	Márquiz de Alba	marquiz-de-alba	ES	49147	0	Europe/Madrid	41.70813	-5.97363		Marquiz de Alba,Márquiz de Alba		55	ZA	49138	
3117380	Markio	markio	ES	48480	0	Europe/Madrid	43.2	-2.91667		Markio,Marquio		59	BI	48065	
3117383	Markina-Xemein	markina-xemein	ES	48270	0	Europe/Madrid	43.26667	-2.5		Markina,Markina-Khemejn,Markina-Shemejn,Markina-Xemein,Marquina-Jemein,Marquina-Jeméin,ma er ji na-ke sai men,markayna-kzymayn,Маркина-Хемейн,Маркіна-Шемейн,ماركاينا-كزيماين,马尔基纳-克塞门	48060	59	BI	48060	
3117384	Markina	markina	ES	01139	0	Europe/Madrid	43.26667	-2.5		Markina,Marquina		59	BI	48060	
3117388	Maroño	marono	ES	01479	0	Europe/Madrid	43.05174	-3.05886				59	VI	01010	
3117392	Marne	marne	ES	24226	0	Europe/Madrid	42.53117	-5.46946		Marne		55	LE	24227	
3117393	Marmiz	marmiz	ES	48382	0	Europe/Madrid	43.29981	-2.64819		Marmiz		59	BI	48062	
3117394	Marmellar de Arriba	marmellar-de-arriba	ES	09131	0	Europe/Madrid	42.42707	-3.77698		Marmellar de Arriba		55	BU	09907	
3117395	Marmellar de Abajo	marmellar-de-abajo	ES	09131	0	Europe/Madrid	42.40577	-3.79539		Marmellar,Marmellar de Abajo		55	BU	09259	
3117398	Marlofa	marlofa	ES	50692	0	Europe/Madrid	41.73969	-1.06846		Marlofa		52	Z	50132	
3117401	Mariz	mariz	ES	32212	0	Europe/Madrid	43.14122	-7.90698				58	LU	27022	
3117402	Mariz	mariz	ES	32212	0	Europe/Madrid	42.64127	-7.80314				58	LU	27016	
3117408	Marin	marin	ES	20530	0	Europe/Madrid	43.00182	-2.59		Marin,Marín		59	SS	20034	
3117409	Marín	marin	ES	20530	25969	Europe/Madrid	42.39145	-8.70136		Marin,Marín,San Xiao Ancorados		58	PO	36026	
3117410	Marín	marin	ES	20530	0	Europe/Madrid	42.39216	-8.70297		Marin,Marín,San Julian,San Julian de Afuera,San Julián,San Julián de Afuera		58	PO	36026	
3117418	Mariana	mariana	ES	16143	306	Europe/Madrid	40.16717	-2.14601		Mariana	16122	54	CU	16122	
3117419	Marialba de la Ribera	marialba-de-la-ribera	ES	24199	0	Europe/Madrid	42.53762	-5.54408		Marialba de la Ribera		55	LE	24227	
3117420	María de Huerva	maria-de-huerva	ES	50430	2562	Europe/Madrid	41.5388	-0.99615		Maria,Maria de Huerva,María de Huerva	50163	52	Z	50163	
3117422	Margudgued	margudgued	ES	22349	0	Europe/Madrid	42.43282	0.08462		Margudgued		52	HU	22066	
3117423	Margolles	margolles	ES	33587	0	Europe/Madrid	43.4	-5.11667		Margolles,San Martin,San Martín		34	O	33012	
3117424	Margarita	margarita	ES	01195	0	Europe/Madrid	42.84791	-2.75561		Margarita		59	VI	01059	
3117425	Margarida	margarida	ES	03828	0	Europe/Madrid	43.1808	-8.88548				58	C	15014	
3117429	Margalef	margalef	ES	43371	128	Europe/Madrid	41.28496	0.75331		Margalef	43075	56	T	43075	43060
3117432	Mareo de Arriba	mareo-de-arriba	ES	33390	0	Europe/Madrid	43.49855	-5.67718		Mareo de Arriba		34	O	33024	
3117433	Mareo de Abajo	mareo-de-abajo	ES	33390	0	Europe/Madrid	43.49237	-5.68038		Mareo de Abajo		34	O	33024	
3117434	Marentes	marentes	ES	27113	0	Europe/Madrid	43.08111	-6.89981		Marentes		34	O	33028	
3117437	Mardana	mardana	ES	33988	0	Europe/Madrid	43.2401	-5.57295		Mardana		34	O	33032	
3117440	Marcillo	marcillo	ES	09244	0	Europe/Madrid	42.6705	-3.27965		Marcillo		55	BU	09283	
3117441	Marcilla de Campos	marcilla-de-campos	ES	34469	62	Europe/Madrid	42.3177	-4.3967		Marcilla de Campos	34101	55	P	34101	
3117442	Marcilla	marcilla	ES	31340	2637	Europe/Madrid	42.32794	-1.73714		Marcilla	31163	32	NA	31163	
3117443	Marchamalo	marchamalo	ES	19180	4698	Europe/Madrid	40.66677	-3.19914		Marchamalo		54	GU	19171	
3117444	Marchagaz	marchagaz	ES	10662	281	Europe/Madrid	40.26769	-6.27485		Marchagaz	10117	57	CC	10117	
3117445	Marcenado	marcenado	ES	33519	0	Europe/Madrid	43.4	-5.61667		Marcenado,Santa Cruz		34	O	33066	
3117446	Marcén	marcen	ES	22268	0	Europe/Madrid	41.93333	-0.28333				52	HU	22136	
3117447	Marcelle	marcelle	ES	27416	0	Europe/Madrid	42.98333	-8.75		Marcelle,Santa Cristina		58	C	15007	
3117448	Marcelle	marcelle	ES	27416	0	Europe/Madrid	42.45	-7.48333		Marcelle,San Miguel		58	LU	27031	
3117452	Marcaláin	marcalain	ES	31193	0	Europe/Madrid	42.89791	-1.69526		Marcalain,Marcaláin		32	NA	31136	
3117454	Marazuela	marazuela	ES	40133	57	Europe/Madrid	40.97912	-4.36506		Marazuela	40118	55	SG	40118	
3117455	Marazovel	marazovel	ES	42213	0	Europe/Madrid	41.30264	-2.72851		Marazobel,Marazovel		55	SO	42023	
3117456	Marazoleja	marazoleja	ES	40130	122	Europe/Madrid	40.96086	-4.33882		Marazoleja	40903	55	SG	40903	
3117457	Marauri	marauri	ES	09216	0	Europe/Madrid	42.72217	-2.64187				55	BU	09109	
3117458	Marantes	marantes	ES	38727	0	Europe/Madrid	42.9533	-8.4645		Marantes		58	C	15078	
3117460	Marañón	maranon	ES	31227	62	Europe/Madrid	42.62941	-2.43931		Maran'jon,Maran'on,Maranon,Maranoni jogi,Maranyon,Maranyón,Marañon,Marañón,Marañóni jõgi,Rio Maranon,Rio Marañón,Río Marañón,ma la ni weng,mrnywn,Мараньйон,Мараньон,מרניון,马拉尼翁	31162	32	NA	31162	
3117461	Meranges	meranges	ES	17539	0	Europe/Madrid	42.44518	1.78777		Maranges,Meranges	17099	56	GI	17099	17082
3117462	Maranchón	maranchon	ES	19280	244	Europe/Madrid	41.04754	-2.20482		Maranchon,Maranchón,ma lan qiong,Маранчон,马兰琼	19170	54	GU	19170	
3117463	Maraña	marana	ES	24996	164	Europe/Madrid	43.04991	-5.17726		Marana,Maraña	24096	55	LE	24096	
3117464	Maramuñiz	maramuniz	ES	33639	0	Europe/Madrid	43.17986	-5.86135		Maramuniz,Maramuñiz		34	O	33033	
3117465	Mara	mara	ES	50331	194	Europe/Madrid	41.2895	-1.51842		Mara	50162	52	Z	50162	
3117470	Mar	mar	ES	39318	0	Europe/Madrid	43.56667	-6		Mar,Santa Maria,Santa María		34	O	33016	
3117471	Mar	mar	ES	39318	0	Europe/Madrid	43.51837	-5.40682		San Martin,San Martín		34	O	33076	
3117472	Mar	mar	ES	39318	0	Europe/Madrid	43.4002	-4.00938		Mar		39	S	39054	
3117476	Maqueda	maqueda	ES	45515	513	Europe/Madrid	40.06614	-4.37066		Maqueda	45091	54	TO	45091	
3117481	Mao	mao	ES	07700	0	Europe/Madrid	42.69341	-7.32548		Santa Maria,Santa María		58	LU	27024	
3117482	Mao	mao	ES	07700	0	Europe/Madrid	42.7	-7.31667		Mao,San Roman,San Román,San Roque		58	LU	27024	
3117483	Mao	mao	ES	07700	0	Europe/Madrid	42.70023	-7.30711		El Salvador,Mao,San Salvador		58	LU	27024	
3117484	Manzanos	manzanos	ES	01220	0	Europe/Madrid	42.74185	-2.8757		Manzanos,Sagastieta		59	VI	01047	
3117489	Manzanillo	manzanillo	ES	47314	46	Europe/Madrid	41.58617	-4.18826		Manzanillo	47080	55	VA	47080	
3117490	Manzanera	manzanera	ES	44420	460	Europe/Madrid	40.05	-0.83333		Macanera,Manzanera,Maçanera	44143	52	TE	44143	
3117491	Manzanedo de Valdueza	manzanedo-de-valdueza	ES	24415	0	Europe/Madrid	42.45732	-6.52407		Manzanedo de Valdueza		55	LE	24115	
3117492	Manzanedo	manzanedo	ES	09558	0	Europe/Madrid	43.52949	-5.4657		Manzanedo		34	O	33076	
3117493	Manzanedo	manzanedo	ES	09558	0	Europe/Madrid	42.89887	-3.69177		Manzanedo		55	BU	09409	
3117494	Manzaneda de Torío	manzaneda-de-torio	ES	24891	0	Europe/Madrid	42.75171	-5.50576		Manzaneda de Torio,Manzaneda de Torío		55	LE	24076	
3118198	Lluçà	lluca	ES	03739	0	Europe/Madrid	42.05	2.03333				56	B	08109	
3117496	Manzaneda de Omaña	manzaneda-de-omana	ES	24132	0	Europe/Madrid	42.81965	-6.04901		Manzaneda de Omana,Manzaneda de Omaña,Manzanedo de Omana,Manzanedo de Omaña		55	LE	24132	
3117497	Manzaneda de Biáñez	manzaneda-de-bianez	ES	48890	0	Europe/Madrid	43.23839	-3.33467		Manzaneda de Bianez,Manzaneda de Biáñez		59	BI	48022	
3117498	Manzaneda	manzaneda	ES	32781	0	Europe/Madrid	43.6	-5.86667		Manzaneda,San Jorge,San Jorge de Manzaneda		34	O	33025	
3117499	Manzaneda	manzaneda	ES	32781	0	Europe/Madrid	43.31241	-5.82618				34	O	33044	
3117500	Manzaneda	manzaneda	ES	32781	0	Europe/Madrid	43.22944	-3.47996				39	S	39083	
3117501	Manzaneda	manzaneda	ES	32781	1139	Europe/Madrid	42.30962	-7.23209		Mazaneda	32044	58	OR	32044	
3117502	Manzaneda	manzaneda	ES	32781	0	Europe/Madrid	42.26092	-6.31834				55	LE	24172	
3117503	Manzanares el Real	manzanares-el-real	ES	28410	6231	Europe/Madrid	40.72627	-3.86265		Mansanares-ehl'-Real',Mansanares-el'-Real',Manzanares el Real,man sa na lei sai er lei ya er,manzanarys sh ryal,Мансанарес-ель-Реаль,Мансанарес-эль-Реаль,مانزاناريس ش ريال,曼萨纳雷塞尔雷亚尔	28082	29	M	28082	
3117504	Manzanares de Rioja	manzanares-de-rioja	ES	26258	99	Europe/Madrid	42.3961	-2.8959		Manzanares de Rioja	26094	27	LO	26094	
3117508	Manzanares	manzanares	ES	13200	0	Europe/Madrid	41.31088	-3.13463				55	SO	42155	
3117509	Manzanal del Puerto	manzanal-del-puerto	ES	24369	0	Europe/Madrid	42.59056	-6.22119		Manzanal,Manzanal del Puerto		55	LE	24210	
3117510	Manzanal de los Infantes	manzanal-de-los-infantes	ES	49317	178	Europe/Madrid	42.05428	-6.38288		Manzanal de los Infantes	49112	55	ZA	49112	
3117511	Manzanal del Barco	manzanal-del-barco	ES	49163	194	Europe/Madrid	41.63501	-5.94671		Manzanal del Barco	49111	55	ZA	49111	
3117512	Manzanal de Arriba	manzanal-de-arriba	ES	49594	429	Europe/Madrid	41.99217	-6.44012		Manzanal de Arriba	49110	55	ZA	49110	
3117514	Manzalvos	manzalvos	ES	32548	0	Europe/Madrid	41.96555	-7.01894		Manzalvos		58	OR	32048	
3117517	Manurga	manurga	ES	01138	0	Europe/Madrid	42.96572	-2.75456		Manurga,Maurga		59	VI	01018	
3117522	Mantinos	mantinos	ES	34889	169	Europe/Madrid	42.75259	-4.84213		Mantinos	34100	55	P	34100	
3117523	Mantiel	mantiel	ES	19128	73	Europe/Madrid	40.61892	-2.66324		Mantiel	19169	54	GU	19169	
3117524	Mántaras	mantaras	ES	33747	0	Europe/Madrid	43.26667	-8.08333		Mantaras,Mántaras,Santa Maria,Santa María		58	C	15039	
3117525	Mansilla Mayor	mansilla-mayor	ES	24217	380	Europe/Madrid	42.50943	-5.44271		Mansilla Mayor	24095	55	LE	24095	
3117526	Mansilla del Páramo	mansilla-del-paramo	ES	24248	0	Europe/Madrid	42.38657	-5.79091		Mansilla		55	LE	24174	
3117527	Mansilla de las Mulas	mansilla-de-las-mulas	ES	24210	1847	Europe/Madrid	42.49886	-5.41738		Mansilla de las Mulas,Mansillas de las Mulas	24094	55	LE	24094	
3117529	Mansilla	mansilla	ES	09150	52	Europe/Madrid	42.15342	-2.94502		Mansilla,Mansilla de la Sierra		27	LO	26175	
3117530	Mansilla	mansilla	ES	09150	0	Europe/Madrid	41.22229	-3.61675		Mansilla		55	SG	40053	
3117533	Manresa	manresa	ES	08240	76558	Europe/Madrid	41.72815	1.82399		Manresa,Манреса		56	B	08213	
3117534	Manquillos	manquillos	ES	34429	62	Europe/Madrid	42.20518	-4.56841		Manquillos	34099	55	P	34099	
3117535	Mañores	manores	ES	33879	0	Europe/Madrid	43.33165	-6.42606		Manores,Mañores		34	O	33073	
3117536	Mañón	manon	ES	15337	0	Europe/Madrid	43.65	-7.73333		Manon,Mañón,Santa Maria,Santa María	15044	58	C	15044	
3117539	Manlleu	manlleu	ES	08560	20647	Europe/Madrid	42.00228	2.28476		Manl'eu,Manlleu,man lie wu,manlyw,Манльеу,مانليو,曼列乌	08112	56	B	08112	
3117543	Manjarrés	manjarres	ES	26315	127	Europe/Madrid	42.39152	-2.67512		Manjarres,Manjarrés	26092	27	LO	26092	
3117545	Manjabálago	manjabalago	ES	05145	53	Europe/Madrid	40.66441	-5.07719		Manjabalago,Manjabálago	05119	55	AV	05119	
3117548	Manín	manin	ES	32870	23	Europe/Madrid	41.88333	-8.11667		Manin,Manín		58	OR	32042	
3117553	Manganeses de la Polvorosa	manganeses-de-la-polvorosa	ES	49694	799	Europe/Madrid	42.03563	-5.74694		Manganeses de la Polvorosa	49109	55	ZA	49109	
3117554	Manganeses de la Lampreana	manganeses-de-la-lampreana	ES	49130	679	Europe/Madrid	41.75085	-5.71048		Manganes de la Lampreana,Manganeses,Manganeses de la Lampreana	49108	55	ZA	49108	
3117556	Mañeru	maneru	ES	31130	378	Europe/Madrid	42.67001	-1.86297		Maneru,Mañeru	31161	32	NA	31161	
3117557	Mañente	manente	ES	27419	0	Europe/Madrid	42.5	-7.56667		Manente,Mañente		58	LU	27041	
3117562	Mandín	mandin	ES	15168	0	Europe/Madrid	41.8497	-7.41845		Mandin,Mandín		58	OR	32085	
3117566	Mandayona	mandayona	ES	19294	394	Europe/Madrid	40.9561	-2.75021		Mandayona	19168	54	GU	19168	
3117568	Mandaluiz	mandaluiz	ES	48116	0	Europe/Madrid	43.35	-2.78333		Mandaluiz,Mandaluniz,Mandalúniz		59	BI	48035	
3117571	Manciles	manciles	ES	09133	32	Europe/Madrid	42.45728	-3.94461			09202	55	BU	09202	
3117573	Manchones	manchones	ES	50366	146	Europe/Madrid	41.15	-1.46667		Manchones	50161	52	Z	50161	
3117574	Manceras	manceras	ES	37159	0	Europe/Madrid	41.12723	-6.27403		Manceras		55	SA	37262	
3117575	Mancera de Arriba	mancera-de-arriba	ES	05146	116	Europe/Madrid	40.79139	-5.14772		Mancera de Arriba	05118	55	AV	05118	
3117576	Mancera de Abajo	mancera-de-abajo	ES	37315	316	Europe/Madrid	40.83974	-5.19933		Mancera de Abajo	37179	55	SA	37179	
3117578	Mañaria	manaria	ES	48212	449	Europe/Madrid	43.13819	-2.66104		Manaria,Mañaria	48059	59	BI	48059	
3117583	Mamorana	mamorana	ES	33637	0	Europe/Madrid	43.14105	-5.83247		Mamorana		34	O	33033	
3117584	Mámoles	mamoles	ES	49213	0	Europe/Madrid	41.4024	-6.3068		Mamoles,Mámoles		55	ZA	49064	
3117585	Mamolar	mamolar	ES	09612	62	Europe/Madrid	41.92762	-3.36228		Mamolar	09201	55	BU	09201	
3117588	Mamillas	mamillas	ES	50596	0	Europe/Madrid	42.44377	-1.27098		Mamillas		52	Z	50248	
3117589	Mambrillas de Lara	mambrillas-de-lara	ES	09640	68	Europe/Madrid	42.09446	-3.46195		Mambrillas de Lara	09200	55	BU	09200	
3117590	Mambrilla de Castrejón	mambrilla-de-castrejon	ES	09317	133	Europe/Madrid	41.66634	-3.98448		Mambrilla de Castrejon,Mambrilla de Castrejón	09199	55	BU	09199	
3117593	Mamblas	mamblas	ES	05298	258	Europe/Madrid	41.01925	-5.00873		Mamblas	05117	55	AV	05117	
3117598	Malvedo	malvedo	ES	33694	0	Europe/Madrid	43.10696	-5.79995		Malvedo		34	O	33033	
3117600	Malva	malva	ES	49832	207	Europe/Madrid	41.65467	-5.48657		Malva	49107	55	ZA	49107	
3117602	Maluenda	maluenda	ES	50340	1018	Europe/Madrid	41.28772	-1.61603		Maluenda	50159	52	Z	50159	
3117604	Maltrana	maltrana	ES	09585	0	Europe/Madrid	43.12755	-3.26431				55	BU	09410	
3117605	Malpica de Arba	malpica-de-arba	ES	50695	0	Europe/Madrid	42.30048	-1.12054		Malpica de Arba		52	Z	50051	
3117606	Malpica	malpica	ES	15113	6832	Europe/Madrid	43.3228	-8.81052		Malpica de Bergantinos,Malpica de Bergantiños		58	C	15043	
3117611	Malpartida de Corneja	malpartida-de-corneja	ES	05153	177	Europe/Madrid	40.52208	-5.35026		Malpartida de Corneja	05116	55	AV	05116	
3117612	Malpartida	malpartida	ES	37313	140	Europe/Madrid	40.76269	-5.23149			37178	55	SA	37178	
3117613	Malón	malon	ES	50511	422	Europe/Madrid	41.95235	-1.67199		Malon,Malón	50157	52	Z	50157	
3117621	Mallo de Luna	mallo-de-luna	ES	24148	0	Europe/Madrid	42.87406	-5.88968		Mallo,Mallo de Luna		55	LE	24012	
3117622	Malleza	malleza	ES	33866	0	Europe/Madrid	43.46667	-6.21667		Malleza		34	O	33051	
3117623	Mallén	mallen	ES	50550	3361	Europe/Madrid	41.90064	-1.41994		Mallen,Mallén	50160	52	Z	50160	
3117624	Mallecina	mallecina	ES	33867	0	Europe/Madrid	43.44901	-6.25641		Mallecina		34	O	33059	
3117625	Mallecín	mallecin	ES	33869	0	Europe/Madrid	43.40421	-6.25066		Mallecin,Mallecín		34	O	33059	
3117626	Mallayo	mallayo	ES	33875	0	Europe/Madrid	43.28816	-6.50655		Mallayo		34	O	33073	
3117630	Malla	malla	ES	08522	272	Europe/Madrid	41.89461	2.2437	544	Malla		56	B	08298	
3117631	Malillos	malillos	ES	24339	0	Europe/Madrid	42.44019	-5.42252		Malillos		55	LE	24160	
3117632	Malillos	malillos	ES	24339	0	Europe/Madrid	41.38558	-5.95113		Malillos		55	ZA	49152	
3117635	Maliaño	maliano	ES	39600	0	Europe/Madrid	43.41833	-3.83616		Maliano,Maliaño		39	S	39016	
3117636	Malgrat de Mar	malgrat-de-mar	ES	08380	18472	Europe/Madrid	41.64662	2.74135		Malgrat de Mar	08110	56	B	08110	
3117638	Maleján	malejan	ES	50549	284	Europe/Madrid	41.82762	-1.54906		Malejan,Maleján	50156	52	Z	50156	
3117639	Maldà	malda	ES	25266	296	Europe/Madrid	41.55	1.03333		Malda,Maldà		56	L	25902	
3117641	Malats	malats	ES	48380	0	Europe/Madrid	43.28333	-2.53333		Malats,Malax		59	BI	48070	
3117644	Malataja	malataja	ES	39417	0	Europe/Madrid	42.92654	-3.99983		Malataja		39	S	39093	
3117647	Malanquilla	malanquilla	ES	50315	130	Europe/Madrid	41.56856	-1.87481		Malanquilla	50155	52	Z	50155	
3117648	Malaguilla	malaguilla	ES	19219	136	Europe/Madrid	40.81956	-3.2545		Malaguilla	19167	54	GU	19167	
3117651	Málaga del Fresno	malaga-del-fresno	ES	19219	196	Europe/Madrid	40.7874	-3.24465		Malaga del Fresno,Málaga del Fresno	19166	54	GU	19166	
3117654	Malacuera	malacuera	ES	19413	0	Europe/Madrid	40.75407	-2.83005		Malacuera		54	GU	19053	
3117655	Majuges	majuges	ES	37250	0	Europe/Madrid	41.03537	-6.42277		Majuges		55	SA	37376	
3117660	Majones	majones	ES	22771	0	Europe/Madrid	42.65719	-0.87307				52	Z	50232	
3117664	Maján	majan	ES	42225	15	Europe/Madrid	41.46888	-2.30268		Majan,Maján	42108	55	SO	42108	
3117665	Majaelrayo	majaelrayo	ES	19223	74	Europe/Madrid	41.1126	-3.30257		Majaelrayo	19165	54	GU	19165	
3117667	Majadahonda	majadahonda	ES	28220	68110	Europe/Madrid	40.47353	-3.87182		Majadahonda,Makhadaonda,Maxadahonda,ma ha da weng da,majadahwnda,Махадаонда,ماجاداهوندا,马哈达翁达	28080	29	M	28080	
3117669	Maire de Castroponce	maire-de-castroponce	ES	49783	227	Europe/Madrid	42.11283	-5.78475		Maire de Castroponce	49105	55	ZA	49105	
3117672	Mainar	mainar	ES	50368	164	Europe/Madrid	41.19275	-1.30292		Mainar	50154	52	Z	50154	
3117676	Maicas	maicas	ES	44791	39	Europe/Madrid	40.96708	-0.89041		Maicas	44142	52	TE	44142	
3117678	Mahide	mahide	ES	49522	476	Europe/Madrid	41.86917	-6.37784		Mahide	49104	55	ZA	49104	
3117679	Mahave	mahave	ES	26311	0	Europe/Madrid	42.36975	-2.74627		Mahave		27	LO	26037	
3117680	Mahamud	mahamud	ES	09228	155	Europe/Madrid	42.11981	-3.9406		Mahamud	09198	55	BU	09198	
3117681	Mahallos	mahallos	ES	09128	0	Europe/Madrid	42.45064	-4.11014		Mahallos		55	BU	09368	
3117699	Magazos	magazos	ES	05216	0	Europe/Madrid	43.65	-7.6		Magazos,Santa Maria,Santa María		58	LU	27066	
3117700	Magazos	magazos	ES	05216	0	Europe/Madrid	41.00403	-4.80687		Magazos		55	AV	05152	
3117701	Magaz de Cepeda	magaz-de-cepeda	ES	24396	448	Europe/Madrid	42.53967	-6.0717		Magaz de Cepeda	24093	55	LE	24093	
3117702	Magaz de Arriba	magaz-de-arriba	ES	24410	0	Europe/Madrid	42.61667	-6.66667		Magaz de Arriba		55	LE	24007	
3117703	Magaz de Abajo	magaz-de-abajo	ES	24410	0	Europe/Madrid	42.60003	-6.68119		Magaz de Abajo		55	LE	24034	
3117705	Magarín	magarin	ES	33875	0	Europe/Madrid	43.31183	-6.49612		Magarin,Magarín		34	O	33073	
3117706	Magaña	magana	ES	42181	104	Europe/Madrid	41.90089	-2.16269		Magan'ja,Magana,Maganija,Magaña,ma jia ni ya,Магания,Маганья,马加尼亚	42107	55	SO	42107	
3117708	Magallón	magallon	ES	50520	1142	Europe/Madrid	41.83248	-1.45979		Magallon,Magallón	50153	52	Z	50153	
3117709	Magadán	magadan	ES	33730	0	Europe/Madrid	43.23475	-6.92794		Magadan,Magadán		34	O	33027	
3117710	Mafalla	mafalla	ES	33785	0	Europe/Madrid	43.53223	-6.29779		Mafalla		34	O	33034	
3117711	Mafalla	mafalla	ES	33785	0	Europe/Madrid	43.47538	-6.02243				34	O	33010	
3117714	Maello	maello	ES	05291	684	Europe/Madrid	40.80929	-4.51186		Maello	05115	55	AV	05115	
3117715	Maella	maella	ES	50710	1995	Europe/Madrid	41.12251	0.13926		Maella	50152	52	Z	50152	
3117717	Madruédano	madruedano	ES	42315	0	Europe/Madrid	41.37345	-3.03072		Madruedano,Madruédano		55	SO	42155	
3117719	Madroñal	madronal	ES	14600	160	Europe/Madrid	40.46407	-6.06271			37176	55	SA	37176	
3117720	Madrona	madrona	ES	25286	0	Europe/Madrid	41.96769	1.33763		Madrona		56	L	25166	
3117721	Madrona	madrona	ES	25286	0	Europe/Madrid	40.90105	-4.17493		Madrona		55	SG	40194	
3117723	Madriguera	madriguera	ES	40510	0	Europe/Madrid	41.31484	-3.33142		Madriguera		55	SG	40170	
3117725	Madrigalejo del Monte	madrigalejo-del-monte	ES	09390	212	Europe/Madrid	42.12442	-3.72509		Madrigalejo del Monte	09197	55	BU	09197	
3117726	Madrigal del Monte	madrigal-del-monte	ES	09320	220	Europe/Madrid	42.14464	-3.67571		Madrigal del Monte	09196	55	BU	09196	
3117727	Madrigal de la Vera	madrigal-de-la-vera	ES	10480	1722	Europe/Madrid	40.1476	-5.36818		Madrigal de la Vera	10111	57	CC	10111	
3117728	Madrigal de las Altas Torres	madrigal-de-las-altas-torres	ES	05220	1803	Europe/Madrid	41.08968	-4.99863		Madrigal,Madrigal de las Altas Torres,Madrigal de las Atlas Tores,Madrigal'-de-las-Al'tas-Torres,ma de li jia er de la sa er ta si tuo lei si,madrayghal dy las altas twrys,madrygal d las altas trs,Мадригал де лас Атлас Торес,Мадригаль-де-лас-Альтас-Торрес,Мадрігаль-де-лас-Альтас-Торрес,مادرايغال دي لاس ألتاس توريس,مادریگال د لاس آلتاس ترس,马德里加尔德拉萨尔塔斯托雷斯	05114	55	AV	05114	
3117729	Madrigal	madrigal	ES	19277	0	Europe/Madrid	41.23772	-2.81199		Madrigal		54	GU	19044	
3117731	Madridanos	madridanos	ES	49157	529	Europe/Madrid	41.47967	-5.60459		Madridanos	49103	55	ZA	49103	
3117735	Madrid	madrid	ES	04810	3255944	Europe/Madrid	40.4165	-3.70256		La Villa y Corte de Madrid,Los Madriles,Lungsod ng Madrid,MAD,Ma-daik-li,Ma-tet-li,Madrid,Madrid osh,Madridas,Madride,Madridi,Madrido,Madrids,Madril,Madrit,Madrite,Madryd,Madryt,Madríd,Madrîd,Magerit,Maidrid,Mairil,Makelika,Matritum,Mâ-tet-lî,Mā-dáik-lī,ma de li,madarida,madeulideu,madorido,madorido shi,madri,madrid,madrida,madridi,madryd,matrit,mdryd,myadrida,mydrd,Μαδρίτη,Мaдрид,Мадрид,Мадрид ош,Мадрыд,Мадрід,Մադրիդ,מאדריד,מדריד,مادرىد,مادرید,مدريد,میدرد,مەدرید,ܡܕܪܝܕ,मद्रिद,मद्रिद्,माद्रिद,माद्री,म्याड्रिड,মাদ্রিদ,ਮਾਦਰੀਦ,ମାଡ୍ରିଦ,மத்ரித்,ಮಡ್ರಿಡ್,മാഡ്രിഡ്,มาดริด,མ་ད་རིད།,မဒရစ်မြို့,მადრიდი,ማድሪድ,マドリード,マドリード市,馬德里,马德里,마드리드		29	M	28079	
3117736	Madremanya	madremanya	ES	17462	0	Europe/Madrid	41.98333	2.96667		Madremana,Madremanya,Madremaña	17097	56	GI	17097	
3117745	Madotz	madotz	ES	31879	0	Europe/Madrid	42.93795	-1.87677		Madotz,Madoz		32	NA	31025	
3117746	Madiedo	madiedo	ES	33310	0	Europe/Madrid	43.41546	-5.39309				34	O	33009	
3117747	Maderuelo	maderuelo	ES	40554	141	Europe/Madrid	41.48644	-3.52218		Maderuelo	40115	55	SG	40115	
3117752	Madelos	madelos	ES	27229	0	Europe/Madrid	43.05	-7.83333		Madelos,Santa Eulalia		58	LU	27020	
3117755	Macotera	macotera	ES	37310	1525	Europe/Madrid	40.83105	-5.28526		Macotera,Makotera,ma ke te la,Макотера,马科特拉	37174	55	SA	37174	
3117759	Machacón	machacon	ES	37894	517	Europe/Madrid	40.92623	-5.5243		Machacon,Machacón	37175	55	SA	37175	
3117765	Maceira	maceira	ES	32810	0	Europe/Madrid	42.66157	-8.0501		Maceira,Mazeira		58	PO	36024	
3117766	Maceira	maceira	ES	32810	0	Europe/Madrid	42.25	-8.35		Maceira,San Salvador		58	PO	36013	
3117768	Maceda	maceda	ES	32700	0	Europe/Madrid	42.95235	-8.07058				58	C	15046	
3117769	Maceda	maceda	ES	32700	18	Europe/Madrid	42.91667	-7.88333				58	LU	27040	
3117770	Maceda	maceda	ES	32700	0	Europe/Madrid	42.88392	-7.44925				58	LU	27014	
3117771	Maceda	maceda	ES	32700	3232	Europe/Madrid	42.26972	-7.65052			32043	58	OR	32043	
3117775	Luzuriaga	luzuriaga	ES	01208	0	Europe/Madrid	42.8854	-2.39365				59	VI	01053	
3117776	Luzón	luzon	ES	19285	80	Europe/Madrid	41.02691	-2.27691		Luzon,Luzón	19163	54	GU	19163	
3117778	Lluçars	llucars	ES	25736	0	Europe/Madrid	42.15551	0.57704		Llucars,Lluçars,Luzas,Luzás		52	HU	22053	
3117779	Luzaga	luzaga	ES	19261	105	Europe/Madrid	40.97337	-2.44497		Luzaga	19162	54	GU	19162	
3117782	Luiaondo	luiaondo	ES	01408	0	Europe/Madrid	43.1016	-2.99729				59	VI	01010	
3117783	Lusio	lusio	ES	24568	0	Europe/Madrid	42.51678	-6.97409				55	LE	24103	
3117785	Lusa	lusa	ES	39706	0	Europe/Madrid	43.35	-3.86667				39	S	39099	
3117786	Lusa	lusa	ES	39706	0	Europe/Madrid	43.35265	-3.20562		Lusa		39	S	39020	
3117787	Luriezo	luriezo	ES	39571	0	Europe/Madrid	43.15417	-4.539		Luriezo		39	S	39013	
3117788	Luquín	luquin	ES	31243	141	Europe/Madrid	42.61215	-2.09904		Luquin,Luquín		32	NA	31160	
3117790	Lupiñén	lupinen	ES	22811	0	Europe/Madrid	42.17461	-0.58257		Lopinen,Lopinén,Lupinen,Lupiñén		52	HU	22905	
3117791	Lupiana	lupiana	ES	19142	221	Europe/Madrid	40.60846	-3.05118		Lupiana	19161	54	GU	19161	
3117796	Luna	luna	ES	01439	0	Europe/Madrid	42.89056	-2.98142		Luna		59	VI	01020	
3117797	Luna	luna	ES	01439	884	Europe/Madrid	42.1676	-0.93292		Luna	50151	52	Z	50151	
3117798	Lumpiaque	lumpiaque	ES	50295	871	Europe/Madrid	41.62953	-1.30156		Lumpiaque	50150	52	Z	50150	
3117799	Lumias	lumias	ES	42368	0	Europe/Madrid	41.34863	-2.89415		Lumias		55	SO	42035	
3117800	Lumeras	lumeras	ES	24433	0	Europe/Madrid	42.79391	-6.67192		Lumeras		55	LE	24036	
3117802	Lumbreras	lumbreras	ES	26126	131	Europe/Madrid	42.10477	-2.62189		Lumbreras,lun fu lei la si,Лумбрерас,Լումբրերաս,伦夫雷拉斯	26091	27	LO	26091	
3117803	Lumbrales	lumbrales	ES	37240	2018	Europe/Madrid	40.93501	-6.71948		Llimiares,Lumbrales,lun fu la lai si,Лумбралес,伦夫拉莱斯	37173	55	SA	37173	
3117804	Lumbier	lumbier	ES	31440	1435	Europe/Madrid	42.65303	-1.30669		Ilunberri,Lumbier	31159	32	NA	31159	
3117805	Lumajo	lumajo	ES	24140	0	Europe/Madrid	42.98458	-6.25855		Lumajo		55	LE	24202	
3117810	Lugueros	lugueros	ES	24843	0	Europe/Madrid	42.97272	-5.41232		Lugueros		55	LE	24177	
3117811	Lugones	lugones	ES	33420	14000	Europe/Madrid	43.40272	-5.81215	165	Llugones,Lugones,Lugones/Llugones		34	O	33066	
3117814	Lugo	lugo	ES	27001	96678	Europe/Madrid	43.00992	-7.55602		LUY,Lugo,lwghw,rugo,Луго,لوغو,ルーゴ	LU	58	LU	27028	
3117816	Lugás	lugas	ES	33311	0	Europe/Madrid	43.45	-5.41667		Lugas,Lugás,Santa Maria,Santa María		34	O	33076	
3117818	Lugarejos	lugarejos	ES	35350	0	Europe/Madrid	43.36561	-3.34044		Lugarejo,Lugarejos		39	S	39030	
3117822	Luezas	luezas	ES	26132	0	Europe/Madrid	42.28845	-2.47365		Luezas		27	LO	26146	
3117823	Luey	luey	ES	39594	0	Europe/Madrid	43.34961	-4.48402		Luey		39	S	39095	
3117824	Luesma	luesma	ES	50151	41	Europe/Madrid	41.16583	-1.14575		Luesma	50149	52	Z	50149	
3117827	Luesia	luesia	ES	50619	371	Europe/Madrid	42.36974	-1.02421		Luesia	50148	52	Z	50148	
3117828	Luerces	luerces	ES	33129	24	Europe/Madrid	43.43333	-6.15		Luerces		34	O	33051	
3117829	Luengos	luengos	ES	24339	0	Europe/Madrid	42.44977	-5.39628		Luengos		55	LE	24160	
3117830	Luelmo	luelmo	ES	49215	222	Europe/Madrid	41.4403	-6.13338		Luelmo	49101	55	ZA	49101	
3117832	Lué	lue	ES	33340	0	Europe/Madrid	43.49677	-5.32425				34	O	33019	
3117833	Ludrio	ludrio	ES	27271	0	Europe/Madrid	43.11667	-7.43333		Ludrio,Santa Maria,Santa María		58	LU	27010	
3117834	Ludiente	ludiente	ES	12123	201	Europe/Madrid	40.08333	-0.36667		Lludient,Ludiente	12073	60	CS	12073	
3117835	Luco de Jiloca	luco-de-jiloca	ES	44391	0	Europe/Madrid	40.98841	-1.30691		Luco,Luco de Jiloca,Luco del Giloca		52	TE	44050	
3117836	Luco de Bordón	luco-de-bordon	ES	44563	0	Europe/Madrid	40.70075	-0.29424		Luco de Bordon,Luco de Bordón		52	TE	44071	
3117840	Lucillo	lucillo	ES	24723	470	Europe/Madrid	42.40964	-6.30394		Lucillo		55	LE	24090	
3117841	Luciernas	luciernas	ES	33874	0	Europe/Madrid	43.37522	-6.5037		Luciernas		34	O	33073	
3117846	Luces	luces	ES	33328	0	Europe/Madrid	43.51768	-5.2912				34	O	33019	
3117848	Lucenza	lucenza	ES	32688	0	Europe/Madrid	41.95343	-7.62105		Lucenza		58	OR	32028	
3117849	Luceni	luceni	ES	50640	1045	Europe/Madrid	41.82857	-1.23889		Luceni	50147	52	Z	50147	
3117850	Lucena del Cid	lucena-del-cid	ES	12120	1545	Europe/Madrid	40.13333	-0.28333		Llucena,Lucena del Cid	12072	60	CS	12072	
3117851	Lucena de Jalón	lucena-de-jalon	ES	50294	258	Europe/Madrid	41.55301	-1.31305		Lucena de Jalon,Lucena de Jalón	50146	52	Z	50146	
3117853	Lubrió	lubrio	ES	33191	0	Europe/Madrid	43.38684	-5.9186		Lubrio,Lubrió		34	O	33044	
3117855	Lubiano	lubiano	ES	01192	0	Europe/Madrid	42.88105	-2.57991		Lubiano,Lubinao,Lubiñao		59	VI	01059	
3117856	Lubián	lubian	ES	49570	368	Europe/Madrid	42.03569	-6.90541		Lubian,Lubián	49100	55	ZA	49100	
3117857	Lubia	lubia	ES	42290	0	Europe/Madrid	41.65	-2.50638		Lubia		55	SO	42071	
3117858	Luberio	luberio	ES	33814	0	Europe/Madrid	43.11592	-6.64206		Luberio		34	O	33011	
3117860	Luarca	luarca	ES	33700	0	Europe/Madrid	43.54343	-6.53986		Lluarca,Luarca		34	O	33034	
3117862	Luanco	luanco	ES	33440	10672	Europe/Madrid	43.61517	-5.79344		Gozon,Lluancu,Luanco,Luanzo,Santa Maria de Luanco,Santa María de Luanco		34	O	33025	
3117865	Luaces	luaces	ES	27270	0	Europe/Madrid	43.12653	-7.34944		Luaces		58	LU	27046	
3117866	Lúa	lua	ES	27247	0	Europe/Madrid	43.16569	-7.24885		Lua,Lúa,San Martin,San Martín		58	LU	27046	
3117867	Lozoyuela	lozoyuela	ES	28752	0	Europe/Madrid	40.92596	-3.61742				29	M	28901	
3117872	Lozares de Tobalina	lozares-de-tobalina	ES	09213	0	Europe/Madrid	42.80287	-3.32632		Lozares,Lozares de Tobalina		55	BU	09412	
3117874	Lozana	lozana	ES	33537	0	Europe/Madrid	43.32586	-5.36731		Lozana		34	O	33049	
3117875	Loza	loza	ES	01212	0	Europe/Madrid	43.55918	-6.7703		Loza		34	O	33018	
3117877	Loza	loza	ES	01212	0	Europe/Madrid	42.6433	-2.68307		Lotza		59	VI	01044	
3117879	Loiola	loiola	ES	20730	0	Europe/Madrid	43.30547	-1.96466		Loiola,Loyola		59	SS	20069	
3117880	Loiola	loiola	ES	20730	0	Europe/Madrid	43.16331	-2.2832		Loiola,Loyola		59	SS	20018	
3117884	Lobios	lobios	ES	27423	0	Europe/Madrid	41.87493	-8.08783		San Miguel	32042	58	OR	32042	
3117885	Lovingos	lovingos	ES	40231	0	Europe/Madrid	41.40672	-4.22294		Lovingos		55	SG	40063	
3117888	Lousame	lousame	ES	15214	3862	Europe/Madrid	42.76477	-8.84926		Lousame,Lusam,luo sa mei,lwzamy,rousame,Лоусаме,Лусам,لوزامي,ロウサーメ,洛萨梅		58	C	15042	
3117889	Lousadela	lousadela	ES	27617	0	Europe/Madrid	42.87264	-7.69943				58	LU	27023	
3117890	Lousadela	lousadela	ES	27617	0	Europe/Madrid	42.83406	-7.4047		Lousedela		58	LU	27057	
3117898	Louro	louro	ES	15291	0	Europe/Madrid	42.76142	-9.0842		Louro		58	C	15053	
3117899	Louro	louro	ES	15291	0	Europe/Madrid	42.69045	-8.65903		Santa Columba		58	PO	36056	
3117900	Lourizán	lourizan	ES	36153	0	Europe/Madrid	42.41667	-8.66667		Lourizan,Lourizán,San Andres,San Andrés		58	PO	36038	
3117917	Louredo	louredo	ES	27547	0	Europe/Madrid	42.85627	-9.07345				58	C	15020	
3117918	Louredo	louredo	ES	27547	0	Europe/Madrid	42.60377	-7.6979				58	LU	27058	
3117919	Louredo	louredo	ES	27547	0	Europe/Madrid	42.4399	-7.98465				58	OR	32045	
3117920	Louredo	louredo	ES	27547	0	Europe/Madrid	42.23333	-8.6		Louredo,San Salvador		58	PO	36033	
3117921	Louredo	louredo	ES	27547	93	Europe/Madrid	42.21667	-8.13333				58	OR	32027	
3117927	Loujedo	loujedo	ES	33777	0	Europe/Madrid	43.28642	-6.95826		Loujedo		34	O	33061	
3117929	Los Villares de Soria	los-villares-de-soria	ES	42180	119	Europe/Madrid	41.86497	-2.3551		Los Villares de Soria,Los-Vil'jares-de-Sorija,luo si wei li ya lei si de suo li ya,Лос-Вильярес-де-Сория,Лос-Вільярес-де-Сорія,洛斯维利亚雷斯德索里亚		55	SO	42211	
3117934	Los Valles	los-valles	ES	35539	0	Europe/Madrid	43.21667	-5.75				34	O	33037	
3117937	Los Tremellos	los-tremellos	ES	09150	0	Europe/Madrid	42.51745	-3.83262		Los Tremellos		55	BU	09902	
3117942	Los Tojos	los-tojos	ES	39518	408	Europe/Madrid	43.15483	-4.25352		Los Tojos		39	S	39086	
3117944	Los Sauces	los-sauces	ES	05696	0	Europe/Madrid	40.40716	-5.5009		Los Sauces		55	AV	05097	
3117945	Los Santos de la Humosa	los-santos-de-la-humosa	ES	28817	1454	Europe/Madrid	40.49968	-3.25332		Los Santos de la Humosa		29	M	28137	
3117946	Los Santos	los-santos	ES	14900	770	Europe/Madrid	40.54444	-5.79774		Los Santos		55	SA	37300	
3117947	Los Santos	los-santos	ES	14900	0	Europe/Madrid	40.1	-1.28333		Los Santos		60	V	46092	
3117950	Los Rábanos	los-rabanos	ES	42191	488	Europe/Madrid	41.71803	-2.47647		Los Rabanos,Los Rábanos		55	SO	42149	
3117952	Los Prietos	los-prietos	ES	33196	0	Europe/Madrid	43.33991	-5.84735		Los Prietos		34	O	33044	
3117954	Los Prados	los-prados	ES	14800	0	Europe/Madrid	40.61667	-0.38333		Los Prados,Masias Los Prados,Masías Los Prados		52	TE	44236	
3117955	Los Pontones	los-pontones	ES	33785	0	Europe/Madrid	43.49057	-6.44663		Los Pontones		34	O	33034	
3117956	Los Pontones	los-pontones	ES	33785	0	Europe/Madrid	43.33398	-6.38872				34	O	33073	
3117958	Los Perales	los-perales	ES	04277	0	Europe/Madrid	40.42663	-1.9247		Barrio Los Perales,Los Perales		54	CU	16239	
3117963	Los Pandos	los-pandos	ES	39687	0	Europe/Madrid	43.10279	-3.90569		Los Pandos		39	S	39039	
3117965	Los Pajares	los-pajares	ES	41320	0	Europe/Madrid	40.1	-1.25				60	V	46001	
3117969	Los Olmos	los-olmos	ES	02437	0	Europe/Madrid	40.8775	-0.48741		Los Olmos		52	TE	44173	
3117970	Los Olmos	los-olmos	ES	02437	0	Europe/Madrid	40.06667	-0.91667		Barrio Los Olmos,Los Olmos		52	TE	44143	
3117972	Los Nogales	los-nogales	ES	29260	0	Europe/Madrid	42.80996	-7.1073		Los Nogales		58	LU	27037	
3117974	Los Narros	los-narros	ES	05621	0	Europe/Madrid	40.3273	-5.59824		Los Narros		55	AV	05236	
3117975	Los Morales	los-morales	ES	04274	0	Europe/Madrid	40.08333	-0.85		Caserio Los Morales,Caserío Los Morales,Los Morales		52	TE	44143	
3117976	Los Montes de la Ermita	los-montes-de-la-ermita	ES	24313	0	Europe/Madrid	42.77792	-6.339		Los Montes de la Ermita		55	LE	24083	
3117978	Los Molinos de Ocón	los-molinos-de-ocon	ES	26145	0	Europe/Madrid	42.31418	-2.20902		Los Molinos,Los Molinos de Ocon,Los Molinos de Ocón		27	LO	26108	
3117979	Los Molinos	los-molinos	ES	04828	0	Europe/Madrid	43.4	-3.81667				39	S	39008	
3117980	Los Molinos	los-molinos	ES	04828	0	Europe/Madrid	42.45107	0.20308				52	HU	22190	
3117981	Los Molinos	los-molinos	ES	04828	0	Europe/Madrid	42.40475	0.97436		Los Molinos,Os Molins		56	L	25227	
3117982	Los Molinos	los-molinos	ES	04828	4452	Europe/Madrid	40.71578	-4.07402		Los Molinos		29	M	28087	
3117984	Los Mazos	los-mazos	ES	33799	0	Europe/Madrid	42.5723	-6.896		Caserio Los Mazos,Caserío Los Mazos,Los Mazos		55	LE	24059	
3117990	Los Loros	los-loros	ES	05691	0	Europe/Madrid	40.34761	-5.59805		Los Loros		55	AV	05236	
3117991	Los Lodos	los-lodos	ES	33827	0	Europe/Madrid	43.31848	-6.19482		Los Lodos		34	O	33026	
3117992	Los Llazos	los-llazos	ES	34849	0	Europe/Madrid	42.99131	-4.47743		Los Llazos		55	P	34904	
3117993	Los Llares	los-llares	ES	39450	0	Europe/Madrid	43.18404	-4.10412		Los Llares		39	S	39004	
3117994	Los Llaós	los-llaos	ES	39547	0	Europe/Madrid	43.38545	-4.33879		Los Llaos,Los Llaós		39	S	39080	
3117995	Los Llanos de Tormes	los-llanos-de-tormes	ES	05690	108	Europe/Madrid	40.32773	-5.50016		Los Llanos de Tormes		55	AV	05113	
3117996	Los Llanos	los-llanos	ES	14940	0	Europe/Madrid	43.15177	-6.39998				34	O	33011	
3117997	Los Llanos	los-llanos	ES	14940	0	Europe/Madrid	43.15456	-4.91616				55	LE	24116	
3117998	Los Llanos	los-llanos	ES	14940	0	Europe/Madrid	43.13833	-4.71197				39	S	39015	
3117999	Los Llanos	los-llanos	ES	14940	0	Europe/Madrid	43.11511	-6.6287				34	O	33011	
3118000	Los Llamosos	los-llamosos	ES	42291	0	Europe/Madrid	41.65751	-2.58278		Los Llamosos		55	SO	42144	
3118002	Losilla	losilla	ES	49161	0	Europe/Madrid	41.68618	-5.95223		Losilla		55	ZA	49202	
3118003	Los Huertos	los-huertos	ES	03300	156	Europe/Madrid	41.01004	-4.21877		Los Huertos		55	SG	40103	
3118004	Los Hueros	los-hueros	ES	28810	0	Europe/Madrid	40.4438	-3.34958		Barrio Los Hueros,Los Hueros		29	M	28172	
3118008	Los Guijuelos	los-guijuelos	ES	05690	0	Europe/Madrid	40.31559	-5.4825		Los Guijuelos		55	AV	05037	
3118009	Los Giles	los-giles	ES	04289	0	Europe/Madrid	40.11667	-0.65		Caserio Los Giles,Caserío Los Giles,Los Giles		52	TE	44171	
3118010	Los Fornos	los-fornos	ES	33949	30	Europe/Madrid	43.38333	-6.1		Los Fornos		34	O	33026	
3118012	Los Fayos	los-fayos	ES	50513	172	Europe/Madrid	41.87849	-1.78218		Los Fayos		52	Z	50106	
3118019	Los Cuartos	los-cuartos	ES	05580	0	Europe/Madrid	40.37123	-5.451		Los Cuartos		55	AV	05226	
3118021	Loscos	loscos	ES	44493	179	Europe/Madrid	41.08108	-1.04433		Loscos	44138	52	TE	44138	
3118022	Los Cortos	los-cortos	ES	40312	0	Europe/Madrid	41.22173	-3.65257		Cortos,Los Cortos		55	SG	40070	
3118024	Los Corrales de Buelna	los-corrales-de-buelna	ES	39400	11519	Europe/Madrid	43.26358	-4.07262		Corrales,Los Corrales,Los Corrales de Buelna,Los-Korrales-de-Buehl'na,Los-Korrales-de-Buel'na,luo si ke la lai si de wu ai er na,lws kwrals dy bwylna,Лос-Корралес-де-Буельна,Лос-Корралес-де-Буэльна,لوس كورالس دي بويلنا,洛斯科拉莱斯德武埃尔纳		39	S	39025	
3118025	Loscorrales	loscorrales	ES	22809	113	Europe/Madrid	42.25451	-0.64296		Loscorrales	22151	52	HU	22151	
3118026	Loscertales	loscertales	ES	22141	0	Europe/Madrid	42.18639	-0.25772		Loscertales		52	HU	22150	
3118027	Los Cerezos	los-cerezos	ES	03739	0	Europe/Madrid	40.03333	-0.85		Barrio Los Cerezos,Los Cerezos		52	TE	44143	
3118032	Los Cantos	los-cantos	ES	12428	0	Europe/Madrid	40.11667	-0.6		Caserio Los Cantos,Caserío Los Cantos,Los Cantos		60	CS	12092	
3118034	Los Campos	los-campos	ES	42173	0	Europe/Madrid	43.53326	-5.88454		Los Campos		34	O	33020	
3118035	Los Campos	los-campos	ES	42173	0	Europe/Madrid	41.98632	-2.35367		Los Campos		55	SO	42014	
3118036	Los Campos	los-campos	ES	42173	0	Europe/Madrid	40.83911	-6.2533				55	SA	37059	
3118037	Los Campillos	los-campillos	ES	03339	0	Europe/Madrid	40.29685	-0.75975		Caserio Los Campillos,Caserío Los Campillos,Los Campillos		52	TE	44158	
3118039	Los Caminos	los-caminos	ES	33310	0	Europe/Madrid	43.44357	-5.41677				34	O	33076	
3118040	Los Calpes	los-calpes	ES	12428	0	Europe/Madrid	40.06667	-0.58333		Caserio Los Calpes,Caserío Los Calpes,Los Calpes		60	CS	12092	
3118041	Los Callejos	los-callejos	ES	33507	0	Europe/Madrid	43.4009	-4.91493		Los Callejos		34	O	33036	
3118043	Los Cabos	los-cabos	ES	33129	0	Europe/Madrid	43.5147	-6.09813		Los Cabos		34	O	33051	
3118199	Llueves	llueves	ES	33559	0	Europe/Madrid	43.36357	-5.13182				34	O	33012	
3118045	Los Bayos	los-bayos	ES	24137	0	Europe/Madrid	42.89443	-6.20811		Los Bayos		55	LE	24101	
3118046	Los Barrios de Nistoso	los-barrios-de-nistoso	ES	24368	0	Europe/Madrid	42.69406	-6.12555		Los Barrios,Los Barrios de Nistoso,Los Barrios de Nistosos		55	LE	24210	
3118047	Los Barrios de Luna	los-barrios-de-luna	ES	24148	317	Europe/Madrid	42.84399	-5.86233		Los Barrios,Los Barrios de Luna		55	LE	24012	
3118052	Los Balbases	los-balbases	ES	09119	352	Europe/Madrid	42.21507	-4.06481				55	BU	09034	
3118055	Los Artos	los-artos	ES	33946	0	Europe/Madrid	43.30505	-5.59518		Los Artos		34	O	33060	
3118057	Losar de la Vera	losar-de-la-vera	ES	10460	3146	Europe/Madrid	40.12158	-5.60454		Losar de la Vera,Losar-de-la-Vera,luo sa er de la wei la,lwsar dy lafyra,Лосар-де-ла-Вера,لوسار دي لافيرا,洛萨尔德拉韦拉	10110	57	CC	10110	
3118058	Los Arcos	los-arcos	ES	31210	1295	Europe/Madrid	42.57076	-2.19275		Los Arcos		32	NA	31029	
3118060	Losanglis	losanglis	ES	22807	0	Europe/Madrid	42.24916	-0.71463		Losanglis		52	HU	22039	
3118061	Losana de Pirón	losana-de-piron	ES	40192	0	Europe/Madrid	41.06838	-4.02309		Losana de Piron,Losana de Pirón		55	SG	40205	
3118062	Losana	losana	ES	42315	0	Europe/Madrid	41.30562	-3.08681		Losana		55	SO	42155	
3118067	Losada	losada	ES	24318	0	Europe/Madrid	42.66405	-6.44191		Losada		55	LE	24014	
3118070	Losacio	losacio	ES	49540	0	Europe/Madrid	41.71092	-6.04059		Losacio	49099	55	ZA	49099	
3118071	Losacino	losacino	ES	49541	291	Europe/Madrid	41.68084	-6.07986		Losacino	49098	55	ZA	49098	
3118074	Loroñe	lorone	ES	33342	0	Europe/Madrid	43.46731	-5.2282				34	O	33019	
3118075	Loro	loro	ES	33128	0	Europe/Madrid	43.47901	-6.20304		Loro		34	O	33051	
3118076	Loris	loris	ES	33868	0	Europe/Madrid	43.41719	-6.20439		Loris		34	O	33059	
3118077	Lorío	lorio	ES	33991	0	Europe/Madrid	43.22934	-5.52044		Lorio,Lorío		34	O	33032	
3118079	Loriana	loriana	ES	33191	0	Europe/Madrid	43.38042	-5.92659		Loriana		34	O	33044	
3118081	Lores	lores	ES	34848	0	Europe/Madrid	42.42903	-8.78554				58	PO	36027	
3118083	Lorenzana	lorenzana	ES	24122	0	Europe/Madrid	43.45	-7.28333		Lorenzana,San Jorge		58	LU	27027	
3118084	Lorenzana	lorenzana	ES	24122	0	Europe/Madrid	43.43333	-7.26667		Lorenzana,Santo Tome,Santo Tomé		58	LU	27027	
3118085	Lorenzana	lorenzana	ES	24122	0	Europe/Madrid	43.43333	-7.21667		Lorenzana,San Adriano		58	LU	27061	
3118086	Lorenzana	lorenzana	ES	24122	0	Europe/Madrid	42.66877	-5.633		Lorenzana,Lorenzano		55	LE	24061	
3118087	Loredo	loredo	ES	39160	0	Europe/Madrid	43.46108	-3.72033				39	S	39061	
3118089	Loredo	loredo	ES	39160	0	Europe/Madrid	43.40278	-6.74479				34	O	33077	
3118090	Loredo	loredo	ES	39160	0	Europe/Madrid	43.32249	-6.06527				34	O	33026	
3118091	Lordemanos	lordemanos	ES	24239	0	Europe/Madrid	42.08192	-5.59997				55	ZA	49113	
3118092	Lorca	lorca	ES	30800	0	Europe/Madrid	42.66667	-1.93333		Lorca,Lorka		32	NA	31257	
3118094	Loranquillo	loranquillo	ES	09272	0	Europe/Madrid	42.48049	-3.19971		Loranguillo,Loranquillo		55	BU	09048	
3118095	Loranca de Tajuña	loranca-de-tajuna	ES	19141	711	Europe/Madrid	40.44368	-3.11082		Loranca de Tajuna,Loranca de Tajuña	19160	54	GU	19160	
3118096	Loranca del Campo	loranca-del-campo	ES	16550	0	Europe/Madrid	40.0727	-2.71022		Loranca del Campo		54	CU	16901	
3118100	Loporzano	loporzano	ES	22192	529	Europe/Madrid	42.16137	-0.32337			22150	52	HU	22150	
3118102	Lopidana	lopidana	ES	01196	0	Europe/Madrid	42.87295	-2.71189		Lopida,Lopidana		59	VI	01059	
3118104	Longrey	longrey	ES	33785	0	Europe/Madrid	43.45193	-6.50135		Longrey		34	O	33034	
3118107	Longoria	longoria	ES	33865	0	Europe/Madrid	43.35205	-6.18944		Longoria		34	O	33005	
3118108	Longás	longas	ES	50688	57	Europe/Madrid	42.48092	-0.9342		Longas,Longás	50144	52	Z	50144	
3118109	Longares	longares	ES	50460	850	Europe/Madrid	41.40308	-1.16876		Longares	50143	52	Z	50143	
3118110	Lóngara	longara	ES	33750	0	Europe/Madrid	43.55186	-6.82266		Longara,Lóngara		34	O	33023	
3118117	Lon	lon	ES	39587	0	Europe/Madrid	43.16744	-4.68253		Lon		39	S	39015	
3118120	Lominchar	lominchar	ES	45212	1453	Europe/Madrid	40.09061	-3.96713		Lominchar	45085	54	TO	45085	
3118121	Lomilla	lomilla	ES	34815	0	Europe/Madrid	42.76332	-4.29855		Lomilla		55	P	34004	
3118122	Lomes	lomes	ES	33890	0	Europe/Madrid	43.21466	-6.57096		Lomes		34	O	33001	
3118123	Lomeña-Basieda	lomena-basieda	ES	39572	0	Europe/Madrid	43.08722	-4.56784		Lomena-Baseda,Lomena-Basieda,Lomeña-Baseda,Lomeña-Basieda		39	S	39050	
3118125	Lombraña	lombrana	ES	39557	0	Europe/Madrid	43.10078	-4.41366		Lombrana,Lombraña		39	S	39053	
3118126	Lombera	lombera	ES	39860	0	Europe/Madrid	43.31841	-3.40492		Lombera		39	S	39058	
3118127	Lombatín	lombatin	ES	33731	0	Europe/Madrid	43.36861	-6.82954		Lombatin,Lombatín		34	O	33029	
3118128	Lombal	lombal	ES	33774	0	Europe/Madrid	43.39968	-7.1374		Lombal		34	O	33063	
3118130	Lomba	lomba	ES	24388	0	Europe/Madrid	43.53333	-6.96667		Lomba		34	O	33070	
3118131	Lomba	lomba	ES	24388	260	Europe/Madrid	42.61667	-8.91667				58	C	15067	
3118132	Lomba	lomba	ES	24388	0	Europe/Madrid	42.35965	-6.67591		Lomba		55	LE	24016	
3118133	Loma Somera	loma-somera	ES	39419	0	Europe/Madrid	42.87269	-4.02352		Loma Somera		39	S	39094	
3118134	Lomas de Villamediana	lomas-de-villamediana	ES	39232	0	Europe/Madrid	42.89232	-3.87836		Lomas de Villamediana		55	BU	09011	
3118135	Lomas	lomas	ES	34449	54	Europe/Madrid	42.27362	-4.55095		Lomas,Lomas de Campos,lmas,luo ma si,Ломас,لماس,洛马斯	34096	55	P	34096	
3118136	Lomana	lomana	ES	09213	0	Europe/Madrid	42.79543	-3.31186		Lomana		55	BU	09412	
3118137	Loma de Montija	loma-de-montija	ES	09569	0	Europe/Madrid	43.06005	-3.49897				55	BU	09214	
3118138	Loma de Castrejón	loma-de-castrejon	ES	34859	0	Europe/Madrid	42.79752	-4.58308		Loma de Castrejon,Loma de Castrejón		55	P	34049	
3118142	Lois	lois	ES	15380	0	Europe/Madrid	42.98324	-5.14664		Lois		55	LE	24060	
3118143	Lois	lois	ES	15380	0	Europe/Madrid	42.53333	-8.71667		Lois,San Felix,San Félix		58	PO	36046	
3118144	Loiro	loiro	ES	32890	0	Europe/Madrid	42.26981	-7.90708		Loiro,San Martin,San Martín		58	OR	32008	
3118150	Logroño	logrono	ES	26001	152107	Europe/Madrid	42.46667	-2.45		Lagron'ja,Logron'jo,Logron'o,Logronh,Logronio,Logronjas,Logronjo,Logrono,Logronu,Logronyo,Logroño,Logroñu,Lucronium,RJL,lgrnyw,lo koryo,logeulonyo,logron'yo,logronyo,luo ge luo ni ao,lwghrwnyw,lwgrwnw,lwgrwnyw,roguronyo,Λογρόνιο,Лагронья,Логроньйо,Логроньо,Логроњо,Լոգրոնյո,לוגרוניו,لوغرونيو,لوگرونو,لگرنیو,लोग्रोंयो,लोग्रोन्यो,โลโกรโญ,ログローニョ,洛格罗尼奥,로그로뇨	27	27	LO	26089	
3118153	Loentia	loentia	ES	27266	0	Europe/Madrid	43.15	-7.46667		Loentia,San Esteban		58	LU	27010	
3118155	Loeches	loeches	ES	28890	4805	Europe/Madrid	40.38343	-3.4146		Loeches	28075	29	M	28075	
3118156	Lodoso	lodoso	ES	09131	8	Europe/Madrid	42.83742	-7.8097		Lodoso		58	LU	27032	
3118157	Lodoso	lodoso	ES	09131	0	Europe/Madrid	42.4297	-3.8235		Lodoso		55	BU	09259	
3118159	Lodoselo	lodoselo	ES	32696	0	Europe/Madrid	42.07121	-7.5931				58	OR	32078	
3118161	Lodosa	lodosa	ES	31580	4721	Europe/Madrid	42.42269	-2.07741		Lodosa	31157	32	NA	31157	
3118162	Lodeña	lodena	ES	33535	0	Europe/Madrid	43.37729	-5.3791				34	O	33049	
3118166	Lodares de Osma	lodares-de-osma	ES	42313	0	Europe/Madrid	41.57002	-3.01074		Lodares de Osma		55	SO	42043	
3118167	Lodares del Monte	lodares-del-monte	ES	42212	0	Europe/Madrid	41.41106	-2.60516		Lodares,Lodares del Monte		55	SO	42020	
3118171	Loboso	loboso	ES	27287	0	Europe/Madrid	43.32804	-7.39582		Loboso,San Andres,San Andrés		58	LU	27044	
3118175	Lobios	lobios	ES	27423	2512	Europe/Madrid	42.40746	-7.53164				58	LU	27059	
3118176	Lobeznos	lobeznos	ES	49392	0	Europe/Madrid	42.03741	-6.66889		Lobeznos		55	ZA	49145	
3118178	Lobera de Onsella	lobera-de-onsella	ES	50687	66	Europe/Madrid	42.47848	-1.02208		Lobera,Lobera de Onsella	50142	52	Z	50142	
3118181	Lober	lober	ES	49512	0	Europe/Madrid	41.72381	-6.20078		Lober		55	ZA	49087	
3118183	Lobelle	lobelle	ES	27527	0	Europe/Madrid	42.55183	-7.82023		Lobelle,San Cristobal,San Cristóbal		58	LU	27009	
3118194	Loarre	loarre	ES	22809	412	Europe/Madrid	42.31432	-0.62588		Loarre,Lobarre	22149	52	HU	22149	
3118201	Llovio	llovio	ES	33569	0	Europe/Madrid	43.43815	-5.05508				34	O	33056	
3118203	Lloberola	lloberola	ES	25753	0	Europe/Madrid	41.88333	1.36667		Lloberola		56	L	25223	
3118206	Llosoiro	llosoiro	ES	33795	0	Europe/Madrid	43.49421	-6.77405		Llosoiro		34	O	33018	
3118208	Lloses	lloses	ES	33312	0	Europe/Madrid	43.44251	-5.48999				34	O	33076	
3118212	Lloret de Mar	lloret-de-mar	ES	17310	39363	Europe/Madrid	41.69993	2.84565		L'oret-de-Mar,Ljoret de Mar,Lloret de Mar,Љорет де Мар,Льорет-де-Мар	17095	56	GI	17095	
3118214	Llorenç del Penedès	llorenc-del-penedes	ES	43712	0	Europe/Madrid	41.28333	1.55		Llorenc del Penedes,Llorens,Llorens del Panades,Llorens del Panadés,Llorenç del Penedès,Lloréns del Panadés		56	T	43020	
3118215	Lloréns	llorens	ES	17851	0	Europe/Madrid	41.53454	1.0678				56	L	25238	
3118216	Llorengoz	llorengoz	ES	09511	0	Europe/Madrid	42.98227	-3.10191		Llorengoz		55	BU	09908	
3118217	Lloreda	lloreda	ES	39694	0	Europe/Madrid	43.61243	-5.89784		Lloreda		34	O	33025	
3118218	Lloreda	lloreda	ES	39694	0	Europe/Madrid	43.52638	-5.92948				34	O	33020	
3118219	Lloreda	lloreda	ES	39694	0	Europe/Madrid	43.29434	-3.82102		Lloreda		39	S	39074	
3118220	Llordón	llordon	ES	33547	0	Europe/Madrid	43.41665	-5.08975		Llordon,Llordón		34	O	33012	
3118221	Llorà	llora	ES	17152	0	Europe/Madrid	42.01667	2.71667				56	GI	17172	
3118222	el Llor	el-llor	ES	25211	0	Europe/Madrid	41.75	1.31667				56	L	25907	
3118225	Llonín	llonin	ES	33578	0	Europe/Madrid	43.33535	-4.65065				34	O	33046	
3118226	Llombera	llombera	ES	24609	0	Europe/Madrid	42.84321	-5.59109		Llombera		55	LE	24114	
3118227	Llofriu	llofriu	ES	17124	0	Europe/Madrid	41.93333	3.13333				56	GI	17117	
3118230	Llodares	llodares	ES	33456	0	Europe/Madrid	43.53764	-5.99967		Llodares		34	O	33016	
3118236	Llívia	llivia	ES	17527	0	Europe/Madrid	42.46462	1.9807		Llivia,Llívia	17094	56	GI	17094	17094
3118237	Lliçà de Vall	llica-de-vall	ES	08185	0	Europe/Madrid	41.59054	2.24121		Llica de Vall,Lliçà de Vall	08107	56	B	08107	
3118238	Lliçà d'Amunt	llica-d-amunt	ES	08186	14143	Europe/Madrid	41.61667	2.23333		Llica d'Amunt,Llissa de Munt,Llissá de Munt,Lliçà d'Amunt		56	B	08107	
3118240	Llinars del Vallès	llinars-del-valles	ES	08450	0	Europe/Madrid	41.63333	2.4		Llinars,Llinars del Valles,Llinars del Vallès,Llinas,Llinás	08106	56	B	08106	
3118241	Llimiana	llimiana	ES	25639	178	Europe/Madrid	42.07476	0.91621		Llimiana	25128	56	L	25128	
3118242	Lligordà	lligorda	ES	17850	20	Europe/Madrid	42.21667	2.71667				56	GI	17021	
3118247	Llesp	llesp	ES	25526	0	Europe/Madrid	42.45652	0.75788				56	L	25173	
3118249	Llert	llert	ES	22451	0	Europe/Madrid	42.43507	0.46429		Llert		52	HU	22243	
3118250	Llers	llers	ES	17730	1126	Europe/Madrid	42.29571	2.91183		Llers	17093	56	GI	17093	
3118253	Llerices	llerices	ES	33589	0	Europe/Madrid	43.31943	-5.06986		Llerices		34	O	33012	
3118255	Lleret	lleret	ES	25576	0	Europe/Madrid	42.61888	1.23555		Lleret		56	L	25901	
3118257	Legina	llerana	ES	39639	0	Europe/Madrid	43.26667	-2.8				59	BI	48052	
3118258	Llenín	llenin	ES	33556	0	Europe/Madrid	43.36063	-5.02891				34	O	33012	
3118266	Lledó	lledo	ES	44624	183	Europe/Madrid	40.95498	0.27749		Lledo,Lledó	44141	52	TE	44141	43071
3118267	Lledías	lledias	ES	33594	0	Europe/Madrid	43.41643	-4.86322		Lledias,Lledías		34	O	33036	
3118270	Llavorsí	llavorsi	ES	25595	361	Europe/Madrid	42.49515	1.21101		Llavorsi,Llavorsí		56	L	25183	
3118271	Llabià	llabia	ES	17257	0	Europe/Madrid	42.01946	3.08742				56	GI	17070	
3118272	Llaves	llaves	ES	39582	0	Europe/Madrid	43.13569	-4.73051		Llaves		39	S	39015	
3118273	Llaberia	llaberia	ES	43320	0	Europe/Madrid	41.08568	0.84182		Llaberia		56	T	43150	
3118277	Llares	llares	ES	33534	0	Europe/Madrid	43.41789	-5.35541				34	O	33049	
3118278	Llardecáns	llardecans	ES	25186	572	Europe/Madrid	41.37429	0.54969		Llardecans,Llardecáns		56	L	25133	
3118280	Llanuces	llanuces	ES	33117	0	Europe/Madrid	43.15608	-5.92375		Llanuces		34	O	33053	
3118281	Llantrales	llantrales	ES	33829	56	Europe/Madrid	43.36667	-6.06667		Llantrales		34	O	33026	
3118282	Llantones	llantones	ES	33390	0	Europe/Madrid	43.4746	-5.68771		Llantones		34	O	33024	
3118283	Llanteno	llanteno	ES	01478	0	Europe/Madrid	43.10863	-3.09505				59	VI	01010	
3118287	Llançà	llanca	ES	17490	5000	Europe/Madrid	42.36241	3.15213		L'janssa,Llanca,Llançà,Льянсса		56	GI	17092	
3118288	Llanos de Somerón	llanos-de-someron	ES	33694	0	Europe/Madrid	43.04163	-5.78994		Llanos de Someron,Llanos de Somerón		34	O	33033	
3118289	Llanos de Alba	llanos-de-alba	ES	24649	0	Europe/Madrid	42.80606	-5.64289		Llanos de Alba		55	LE	24134	
3118290	Llanos	llanos	ES	33687	0	Europe/Madrid	43.32471	-3.79904				39	S	39048	
3118291	Llanos	llanos	ES	33687	0	Europe/Madrid	43.11961	-5.54265		Llanos		34	O	33002	
3118292	Zaldu	zaldu	ES	48194	0	Europe/Madrid	43.17727	-3.03118		Llano de Zaldu,Zaldu		59	BI	48042	
3118293	Llano de Olmedo	llano-de-olmedo	ES	47418	79	Europe/Madrid	41.26727	-4.61386		Llano de Olmedo	47079	55	VA	47079	
3118294	Llano de Bureba	llano-de-bureba	ES	09246	81	Europe/Madrid	42.62435	-3.4589		Llano de Bureba,Solas de Bureba	09195	55	BU	09195	
3118298	Llano	llano	ES	48191	0	Europe/Madrid	43.27632	-4.05543				39	S	39069	
3118299	Llano	llano	ES	48191	0	Europe/Madrid	43.15836	-6.56213				34	O	33011	
3118300	Llano	llano	ES	48191	0	Europe/Madrid	43.10941	-3.8896				39	S	39039	
3118301	Llano	llano	ES	48191	0	Europe/Madrid	42.98875	-3.98764				39	S	39065	
3118303	Llánez	llanez	ES	39764	0	Europe/Madrid	43.36704	-3.51273		Llanez,Llánez		39	S	39102	
3118304	Llanes	llanes	ES	33500	14013	Europe/Madrid	43.41982	-4.75485		L'janes,Llanes,li ya nei si,ryanesu,yans,yanys,Льянес,يانيس,یانس,リャネス,利亚内斯	33036	34	O	33036	
3118305	Llanes	llanes	ES	33500	0	Europe/Madrid	42.08778	-6.66063				55	ZA	49085	
3118307	Llanera	llanera	ES	25751	13776	Europe/Madrid	43.46189	-5.9311		Llanera,Santa Cruz		34	O	33054	
3118308	Llanera	llanera	ES	25751	0	Europe/Madrid	43.43333	-5.88333		Llanera,San Cucufate	33035	34	O	33035	
3118309	Llanera	llanera	ES	25751	0	Europe/Madrid	41.86793	1.48089		Llanera		56	L	25223	
3118310	Llanelo	llanelo	ES	33812	6	Europe/Madrid	42.93959	-6.70867		Llanelo		34	O	33028	
3118311	Llaneces de la Barca	llaneces-de-la-barca	ES	33879	0	Europe/Madrid	43.30213	-6.35392				34	O	33073	
3118312	Llaneces	llaneces	ES	33312	0	Europe/Madrid	43.28519	-6.74237				34	O	33001	
3118313	Llandepereira	llandepereira	ES	33739	0	Europe/Madrid	43.18655	-6.94391		Llandepereira		34	O	33027	
3118314	Llánaves de la Reina	llanaves-de-la-reina	ES	24912	0	Europe/Madrid	43.05426	-4.80032		Llanaves de la Reina,Llánaves de la Reina		55	LE	24020	
3118315	Llanars	llanars	ES	17869	420	Europe/Madrid	42.31667	2.35		Llanars,Llanas,Llanás		56	GI	17039	
3118318	Llan	llan	ES	33775	0	Europe/Madrid	43.36405	-7.09935		Llan		34	O	33071	
3118319	Llampaies	llampaies	ES	17465	0	Europe/Madrid	42.12142	2.93665		Llampaies		56	GI	17187	
3118320	Llamoso	llamoso	ES	33839	0	Europe/Madrid	43.22518	-6.2196		Llamoso		34	O	33005	
3118321	Llamo	llamo	ES	33160	0	Europe/Madrid	43.19178	-5.88372		Llamo		34	O	33058	
3118322	Llamigo	llamigo	ES	33592	36	Europe/Madrid	43.41667	-4.81667		Llamigo		34	O	33036	
3118325	Llamero	llamero	ES	33829	0	Europe/Madrid	43.45367	-6.03294		Llamero,Llanero		34	O	33010	
3118326	Llamera	llamera	ES	24869	0	Europe/Madrid	43.05502	-6.44632				34	O	33011	
3118327	Llamera	llamera	ES	24869	0	Europe/Madrid	42.83746	-5.34863		Llamera		55	LE	24199	
3118328	Llambilles	llambilles	ES	17243	0	Europe/Madrid	41.92106	2.85078		Llambillas,Llambilles	17090	56	GI	17090	
3118329	Llamazares	llamazares	ES	24843	0	Europe/Madrid	42.96839	-5.44592		Llamazares		55	LE	24177	
3118330	Llamas de Rueda	llamas-de-rueda	ES	24161	0	Europe/Madrid	42.6309	-5.13931		Llamas de Rueda		55	LE	24063	
3118332	Llamas de la Ribera	llamas-de-la-ribera	ES	24271	1084	Europe/Madrid	42.63504	-5.82524		Llamas,Llamas de la Ribera	24092	55	LE	24092	
3118334	Llamas de Cabrera	llamas-de-cabrera	ES	24388	0	Europe/Madrid	42.39892	-6.62992		Llamas de Cabrera		55	LE	24016	
3118337	Llamaoscura	llamaoscura	ES	33170	0	Europe/Madrid	43.32928	-5.86139		Ceramica,Cerámica,Llamaoscura,Llamaoscura Ceramica,Llamaoscura Cerámica		34	O	33044	
3118338	Llama de Colle	llama-de-colle	ES	24858	0	Europe/Madrid	42.83333	-5.25		Llama de Colle		55	LE	24021	
3118339	Llaguno	llaguno	ES	39880	0	Europe/Madrid	43.30148	-3.26501		Llaguno		39	S	39030	
3118340	Llagostera	llagostera	ES	17240	6713	Europe/Madrid	41.82688	2.89365		Llagostera	17089	56	GI	17089	
3118342	Llafranc	llafranc	ES	17211	316	Europe/Madrid	41.89448	3.19462		Llafranc		56	GI	17117	
3118343	Lladrós	lladros	ES	25576	0	Europe/Madrid	42.60514	1.2414		Lladros,Lladrós		56	L	25901	
3118346	Lladorre	lladorre	ES	25576	208	Europe/Madrid	42.62138	1.24893		Lladorre		56	L	25017	
3118347	Lladó	llado	ES	17745	580	Europe/Madrid	42.24769	2.81373		Llado,Lladó,Lledo,Lledó	17088	56	GI	17088	
3118350	Lizoáin	lizoain	ES	31482	300	Europe/Madrid	42.79868	-1.46753			31156	32	NA	31156	
3118351	Lizasoáin	lizasoain	ES	31171	0	Europe/Madrid	42.83494	-1.7699		Lizasoain,Lizasoáin		32	NA	31193	
3118352	Lizaso	lizaso	ES	31799	0	Europe/Madrid	42.96855	-1.68603		Lizaso		32	NA	31236	
3118356	Lituénigo	lituenigo	ES	50581	124	Europe/Madrid	41.83533	-1.76196		Lituenigo,Lituénigo	50141	52	Z	50141	
3118357	Litos	litos	ES	49334	0	Europe/Madrid	41.90474	-6.01541		Litos		55	ZA	49066	
3118360	Litago	litago	ES	50582	192	Europe/Madrid	41.81407	-1.75276		Litago	50140	52	Z	50140	
3118363	Lirí	liri	ES	22466	0	Europe/Madrid	42.53553	0.50601		Liri,Lirí,Llire		52	HU	22084	
3118368	Linto	linto	ES	39728	0	Europe/Madrid	43.2748	-3.70174		Linto		39	S	39045	
3118370	Linyola	linyola	ES	25240	2587	Europe/Madrid	41.7	0.91667		Linola,Linyola,Liñola	25122	56	L	25122	
3118378	Lindota	lindota	ES	33818	0	Europe/Madrid	43.05917	-6.47557		Lindota		34	O	33011	
3118379	Lindoso	lindoso	ES	24526	0	Europe/Madrid	42.6676	-7.00193		Lindoso		55	LE	24198	
3118380	Lindín	lindin	ES	27742	0	Europe/Madrid	43.41667	-7.33333		Lindin,Lindín,Santiago		58	LU	27030	
3118381	Lindes	lindes	ES	33116	0	Europe/Madrid	43.08541	-5.90447		Lindes		34	O	33053	
3118382	Líncora	lincora	ES	27514	0	Europe/Madrid	42.58797	-7.74854		San Pedro		58	LU	27016	
3118385	Linás de Marcuello	linas-de-marcuello	ES	22809	0	Europe/Madrid	42.3171	-0.6966		Linas de Marcuello,Linás de Marcuello		52	HU	22149	
3118386	Linás de Broto	linas-de-broto	ES	22378	0	Europe/Madrid	42.61981	-0.16926				52	HU	22230	
3118388	Linares de Riofrío	linares-de-riofrio	ES	37760	1011	Europe/Madrid	40.58338	-5.92091		Linares,Linares de Riofrio,Linares de Riofrío	37172	55	SA	37172	
3118389	Linares de Mora	linares-de-mora	ES	44412	335	Europe/Madrid	40.32159	-0.57468		Linares,Linares de Mora,Llinars	44137	52	TE	44137	
3118392	Linares de Bricia	linares-de-bricia	ES	39232	0	Europe/Madrid	42.8723	-3.88808		Linares de Bricia		55	BU	09011	
3118398	Linares	linares	ES	09557	0	Europe/Madrid	43.47633	-5.63684				34	O	33024	
3118399	Liñares	linares	ES	09557	0	Europe/Madrid	43.44959	-7.25913				58	LU	27027	
3118400	Linares	linares	ES	09557	0	Europe/Madrid	43.45	-6.21667		Linares,San Miguel		34	O	33059	
3118401	Linares	linares	ES	09557	0	Europe/Madrid	43.4513	-5.13997				34	O	33056	
3118402	Linares	linares	ES	09557	0	Europe/Madrid	43.2816	-6.02494				34	O	33052	
3118403	Linares	linares	ES	09557	0	Europe/Madrid	43.25528	-4.58705		Linares		39	S	39049	
3118404	Linares	linares	ES	09557	0	Europe/Madrid	43.23584	-6.56271		Linares		34	O	33001	
3118405	Linares	linares	ES	09557	0	Europe/Madrid	43.21667	-5.73333				34	O	33037	
3118406	Linares	linares	ES	09557	0	Europe/Madrid	43.10572	-5.77046				34	O	33033	
3118407	Linares	linares	ES	09557	0	Europe/Madrid	43.02417	-6.89137				34	O	33028	
3118408	Linares	linares	ES	09557	0	Europe/Madrid	43.01511	-7.03614				58	LU	27034	
3118409	Liñares	linares	ES	09557	19	Europe/Madrid	42.88333	-8.05				58	C	15079	
3118410	Linares	linares	ES	09557	0	Europe/Madrid	42.69833	-7.072				58	LU	27045	
3118411	Liñares	linares	ES	09557	0	Europe/Madrid	42.49507	-7.39845		Linares,Liñares		58	LU	27047	
3118412	Liñares	linares	ES	09557	0	Europe/Madrid	42.08333	-8.43333		Linares,Liñares,Santa Maria,Santa María		58	PO	36034	
3118413	Linarejos	linarejos	ES	49593	0	Europe/Madrid	41.93762	-6.48933		Linarejos		55	ZA	49110	
3118414	Liñarán	linaran	ES	27469	0	Europe/Madrid	42.45	-7.56667		Linaran,Liñarán,San Martin,San Martín		58	LU	27059	
3118415	Limpias	limpias	ES	39820	1487	Europe/Madrid	43.36402	-3.41778		Limpias,Rucoba	39038	39	S	39038	
3118421	Limianos de Sanabria	limianos-de-sanabria	ES	49395	0	Europe/Madrid	42.09302	-6.70814		Limianos de Sanabria		55	ZA	49050	
3118423	Limés	limes	ES	33817	0	Europe/Madrid	43.15152	-6.53759		Limes,Limés		34	O	33011	
3118425	Limanes	limanes	ES	33199	0	Europe/Madrid	43.36667	-5.78333		Limanes,Nuestra Senora de la O,Nuestra Señora de la O		34	O	33066	
3118427	Lillo del Bierzo	lillo-del-bierzo	ES	24428	0	Europe/Madrid	42.78526	-6.61251		Lillo del Bierzo,Lino del Bierzo		55	LE	24070	
3118428	Lillo	lillo	ES	45870	0	Europe/Madrid	43.38333	-5.86667				34	O	33044	
3118430	Lilla	lilla	ES	43414	0	Europe/Madrid	41.3485	1.2124		Lilla		56	T	43086	
3118434	Ligüérzana	liguerzana	ES	34839	0	Europe/Madrid	42.8573	-4.45854		Liguerzana,Ligüérzana		55	P	34056	
3118435	Ligüerre de Cinca	liguerre-de-cinca	ES	22393	0	Europe/Madrid	42.28616	0.21522		Ligueerre d'a Zinca,Liguerre de Cinca,Ligüerre d'a Zinca,Ligüerre de Cinca		52	HU	22907	
3118438	Ligos	ligos	ES	42342	0	Europe/Madrid	41.40849	-3.3171		Ligos		55	SO	42120	
3118439	Ligonde	ligonde	ES	27568	0	Europe/Madrid	42.85881	-7.77883		Ligonde		58	LU	27032	
3118440	Lierta	lierta	ES	22161	0	Europe/Madrid	42.24626	-0.49189		Lierta		52	HU	22904	
3118442	Liermo	liermo	ES	39793	0	Europe/Madrid	43.43422	-3.64403				39	S	39062	
3118444	Lieres	lieres	ES	33580	0	Europe/Madrid	43.38333	-5.56667		Lieres,Santa Maria,Santa María		34	O	33066	
3118445	Lier	lier	ES	27610	0	Europe/Madrid	42.76324	-7.37097				58	LU	27057	
3118447	Liencres	liencres	ES	39120	0	Europe/Madrid	43.46015	-3.92906		Liencres,Liengres		39	S	39052	
3118451	Liegos	liegos	ES	24994	0	Europe/Madrid	43.02481	-5.07533		Liegos		55	LE	24001	
3118452	Liédena	liedena	ES	31487	341	Europe/Madrid	42.61943	-1.27579			31155	32	NA	31155	
3118454	Lidón	lidon	ES	44164	78	Europe/Madrid	40.71725	-1.1125		Lidon,Lidón	44136	52	TE	44136	
3118455	Likoa	likoa	ES	48289	0	Europe/Madrid	43.35	-2.48333		Licona,Likoa		59	BI	48063	
3118456	Licín	licin	ES	27548	0	Europe/Madrid	42.5716	-7.64208		Licin,Licín		58	LU	27058	
3118457	Liceras	liceras	ES	42341	59	Europe/Madrid	41.37939	-3.24371		Liceras	42105	55	SO	42105	
3118458	Libros	libros	ES	44132	147	Europe/Madrid	40.16311	-1.23361		Libros	44135	52	TE	44135	
3118460	Librán	libran	ES	24457	0	Europe/Madrid	42.72816	-6.50377		Libran,Librán		55	LE	24169	
3118463	Libardón	libardon	ES	33325	0	Europe/Madrid	43.43023	-5.31266				34	O	33019	
3118467	Liaño	liano	ES	39692	0	Europe/Madrid	43.37962	-3.84172		Liano,Liaño		39	S	39099	
3118468	Liandres	liandres	ES	39527	0	Europe/Madrid	43.39122	-4.2515		Liandres		39	S	39068	
3118469	Lezo	lezo	ES	20100	5867	Europe/Madrid	43.32142	-1.89739		Lezo	20053	59	SS	20053	
3118470	Lezáun	lezaun	ES	31177	257	Europe/Madrid	42.77739	-1.99385			31154	32	NA	31154	
3118471	Lezana de Mena	lezana-de-mena	ES	09589	0	Europe/Madrid	43.08259	-3.34246		Lezama de Mena,Lezana de Mena		55	BU	09410	
3118472	Lezama	lezama	ES	01450	2261	Europe/Madrid	43.02799	-2.97257		Lexama		59	VI	01002	
3118473	Leza de Río Leza	leza-de-rio-leza	ES	26132	69	Europe/Madrid	42.32952	-2.40606		Leza de Rio Leza,Leza de Río Leza	26088	27	LO	26088	
3118475	Leza	leza	ES	01309	229	Europe/Madrid	42.56552	-2.63324		Leza	01034	59	VI	01034	
3118476	Levinco	levinco	ES	33686	0	Europe/Madrid	43.15179	-5.60214		Levinco		34	O	33002	
3118477	Leva	leva	ES	09557	0	Europe/Madrid	42.95831	-3.70497				55	BU	09216	
3118479	Letux	letux	ES	50136	416	Europe/Madrid	41.25512	-0.80269		Letux	50139	52	Z	50139	
3118480	Letrillas	letrillas	ES	49346	0	Europe/Madrid	42.1011	-6.41197		Letrillas		55	ZA	49062	
3118488	Lestedo	lestedo	ES	15881	0	Europe/Madrid	42.87329	-7.81473		Lestedo		58	LU	27040	
3118489	Lestedo	lestedo	ES	15881	0	Europe/Madrid	42.8	-8.46667		Lestedo		58	C	15012	
3118502	Lesaka	lesaka	ES	31770	2741	Europe/Madrid	43.25	-1.7		Lesaca,Lesaka	31153	32	NA	31153	
3118504	Les	les	ES	25540	0	Europe/Madrid	43.34744	-7.11964		Les		34	O	33071	
3118505	Les	les	ES	25540	755	Europe/Madrid	42.81076	0.7105		Les	25121	56	L	25121	
3118506	Lérruz	lerruz	ES	31482	0	Europe/Madrid	42.78809	-1.49466				32	NA	31156	
3118508	Lerones	lerones	ES	39574	0	Europe/Madrid	43.09898	-4.55939		Lerones		39	S	39050	
3118509	Lermilla	lermilla	ES	09141	0	Europe/Madrid	42.57685	-3.58841				55	BU	09906	
3118510	Lermanda	lermanda	ES	01195	0	Europe/Madrid	42.84638	-2.74532		Lermanda		59	VI	01059	
3118511	Lerma	lerma	ES	09340	2647	Europe/Madrid	42.02609	-3.75978		Lerma,Lermo,lyrma,Лерма,ليرما	09194	55	BU	09194	
3118512	Lerín	lerin	ES	31260	1807	Europe/Madrid	42.48318	-1.97184		Lerin,Lerín	31152	32	NA	31152	
3118514	Lleida	lleida	ES	25001	135919	Europe/Madrid	41.61674	0.62218	155	ILD,Ilerda,Ilerdo,Lerida,Lheida,Lhèida,Ljeida,Lleida,Lérida,lyydh,rerida,ryeida,Љеида,Лерида,ליידה,リェイダ,レリダ	L	56	L	25120	
3118516	Lerga	lerga	ES	31494	75	Europe/Madrid	42.56781	-1.5011		Lerga	31151	32	NA	31151	
3118519	Lerés	leres	ES	22621	0	Europe/Madrid	42.58307	-0.44954		Leres,Lerés		52	HU	22130	
3118520	Lerate	lerate	ES	31291	0	Europe/Madrid	42.71852	-1.93558		Lerate		32	NA	31120	
3118522	Lekerika	lekerika	ES	48312	0	Europe/Madrid	43.31667	-2.58333		Lekerika,Lequerica		59	BI	48909	
3118523	Lekeitio	lekeitio	ES	48280	7254	Europe/Madrid	43.36417	-2.50492		Lekeitio,Lequeitio	48057	59	BI	48057	
3118526	Leorio	leorio	ES	33390	0	Europe/Madrid	43.48333	-5.68333		Leorio,Santa Maria,Santa María		34	O	33024	
3118531	León	leon	ES	24001	0	Europe/Madrid	42.83182	-7.62943		Leon,León,Леон		58	LU	27049	
3118532	León	leon	ES	24001	134305	Europe/Madrid	42.60003	-5.57032		Ciuda de Llion,Ciudá de Llión,LEN,Leon,Leono,León,Lleo,Lleon,Lleó,Lleón,lywn,reon,Леон,ليون,レオン	LE	55	LE	24089	
3118533	León	leon	ES	24001	0	Europe/Madrid	42.46667	-7.86667		Leon,León,Santa Eulalia,Леон		58	OR	32087	
3118536	Lentelláis	lentellais	ES	32372	0	Europe/Madrid	42.31667	-7.11667				58	OR	32015	
3118542	Lendequintana	lendequintana	ES	33718	0	Europe/Madrid	43.39776	-6.6956		Lendequintana		34	O	33077	
3118543	Lendepeña	lendepena	ES	33785	0	Europe/Madrid	43.50338	-6.29901		Lendepena,Lendepeña		34	O	33034	
3118545	Lences	lences	ES	09592	0	Europe/Madrid	42.63105	-3.49144		Lences		55	BU	09272	
3118548	Lemorieta	lemorieta	ES	48330	0	Europe/Madrid	43.21124	-2.77057		Lemorieta		59	BI	48055	
3118554	Leioa	leioa	ES	48940	31197	Europe/Madrid	43.32686	-2.98884		Leioa,Lejoa,Lejona,Lekhona,lai ao a,layaywa,reioa,Лейоа,Лехона,لايايوا,レイオア,莱奥阿		59	BI	48054	
3118557	Leiz-Miñota	leiz-miota	ES	48230	0	Europe/Madrid	43.14914	-2.55247		Leiz-Minota,Leiz-Miota,Leiz-Miñota		59	BI	48032	
3118561	Leiva	leiva	ES	26213	273	Europe/Madrid	42.50281	-3.04701		Leiva	26087	27	LO	26087	
3118565	Leiroso	leiroso	ES	24566	0	Europe/Madrid	42.55424	-7.00412		Caserio Leiroso,Caserío Leiroso,Leiroso		55	LE	24103	
3118566	Leirosa	leirosa	ES	33873	0	Europe/Madrid	43.37273	-6.64293		Leirosa		34	O	33073	
3118568	Leiro	leiro	ES	32420	79	Europe/Madrid	43.35	-8.18333				58	C	15048	
3118569	Leiro	leiro	ES	32420	0	Europe/Madrid	43.2	-8.28333		Leiro,Santa Eulalia		58	C	15001	
3118570	Leiro	leiro	ES	32420	0	Europe/Madrid	42.65	-8.78333		Leiro,Santa Maria		58	C	15072	
3118571	Leiro	leiro	ES	32420	0	Europe/Madrid	42.53196	-8.74924		San Juan		58	PO	36028	
3118572	Leirío	leirio	ES	33778	0	Europe/Madrid	43.39671	-6.96375		Leirio,Leirío		34	O	33017	
3118573	Leiriella	leiriella	ES	33708	0	Europe/Madrid	43.4674	-6.53033		Leiriella		34	O	33034	
3118575	Leiras	leiras	ES	33775	0	Europe/Madrid	43.23518	-7.27375				58	LU	27029	
3118585	Leiguarda	leiguarda	ES	33845	0	Europe/Madrid	43.32984	-6.23185		Leiguarda,Lleiguarda		34	O	33005	
3118586	Legorreta	legorreta	ES	20250	1357	Europe/Madrid	43.08464	-2.15017		Legorreta	20052	59	SS	20052	
3118589	Legasa	legasa	ES	31792	263	Europe/Madrid	43.12973	-1.64492		Legasa		32	NA	31054	
3118590	Legaria	legaria	ES	31281	123	Europe/Madrid	42.64924	-2.17392			31148	32	NA	31148	
3118591	Legarda	legarda	ES	01196	0	Europe/Madrid	42.89504	-2.7379		Legarda		59	VI	01059	
3118592	Legarda	legarda	ES	01196	125	Europe/Madrid	42.71183	-1.76846			31147	32	NA	31147	
3118593	Leganiel	leganiel	ES	16461	244	Europe/Madrid	40.16568	-2.94966		Leganiel	16119	54	CU	16119	
3118594	Leganés	leganes	ES	28910	186066	Europe/Madrid	40.32718	-3.7635		Legamar,Leganes,Leganesas,Leganés,lai jia nei si,leganeseu,lyjanys,reganesu,Леганес,ليجانيس,レガネス,萊加內斯,레가네스	28074	29	M	28074	
3118595	Ledrado	ledrado	ES	42173	0	Europe/Madrid	42.02096	-2.38511		Ledrado		55	SO	42014	
3118596	Ledrada	ledrada	ES	37730	570	Europe/Madrid	40.46878	-5.72038		Ledrada	37171	55	SA	37171	
3118597	Ledoño	ledono	ES	15199	0	Europe/Madrid	43.26546	-8.41736		Ledono,Ledoño		58	C	15031	
3118600	Ledigos	ledigos	ES	34347	92	Europe/Madrid	42.3548	-4.8648			34094	55	P	34094	
3118601	Ledesma de Soria	ledesma-de-soria	ES	42127	0	Europe/Madrid	41.59739	-2.20867		Ledesma de Soria		55	SO	42096	
3118602	Ledesma de la Cogolla	ledesma-de-la-cogolla	ES	26321	25	Europe/Madrid	42.32032	-2.719		Ledesma de la Cogolla	26086	27	LO	26086	
3118604	Ledesma	ledesma	ES	15882	0	Europe/Madrid	42.8	-8.33333				58	PO	36059	
3118605	Ledesma	ledesma	ES	15882	1853	Europe/Madrid	41.08829	-6.00178		Ledesma	37170	55	SA	37170	
3118606	Ledantes	ledantes	ES	39577	0	Europe/Madrid	43.07003	-4.69157		Ledantes		39	S	39096	
3118607	Ledanca	ledanca	ES	19196	124	Europe/Madrid	40.86881	-2.8434		Ledanca	19159	54	GU	19159	
3118608	Lekunberri	lekunberri	ES	31870	0	Europe/Madrid	43.0005	-1.89257		Lecumberri,Lekunberri	31908	32	NA	31908	
3119677	Lago	lago	ES	33783	0	Europe/Madrid	42.91667	-7.15				58	LU	27006	
3118609	Leciñena	lecinena	ES	50160	1267	Europe/Madrid	41.79868	-0.61174		Lecinena,Leciñena	50137	52	Z	50137	
3118610	Leciñana de Tobalina	lecinana-de-tobalina	ES	09210	0	Europe/Madrid	42.80886	-3.27625		Lecinana de Tobalina,Leciñana de Tobalina		55	BU	09412	
3118612	Leziñana / Leciñana del Camino	lecinana-del-camino	ES	01213	0	Europe/Madrid	42.74322	-2.98397		Lecinana del Camino,Leciñana del Camino,Lezinana,Leziñana		59	VI	01902	
3118613	Leciñana de la Oca	lecinana-de-la-oca	ES	01220	0	Europe/Madrid	42.75932	-2.86259		Lecinana de la Oca,Leciñana de la Oca		59	VI	01046	
3118614	Lecina	lecina	ES	22148	0	Europe/Madrid	42.22944	0.03578		Lecina		52	HU	22051	
3118615	Lechón	lechon	ES	50369	57	Europe/Madrid	41.08633	-1.28483		Lechon,Lechón	50138	52	Z	50138	
3118616	Lechedo	lechedo	ES	09549	0	Europe/Madrid	42.88194	-3.34559		Lechedo		55	BU	09213	
3118617	Lechago	lechago	ES	44495	0	Europe/Madrid	40.95849	-1.27275		Lechago		52	TE	44050	
3118618	Leces	leces	ES	33347	0	Europe/Madrid	43.46413	-5.11019		San Esteban		34	O	33056	
3118619	Lécera	lecera	ES	50131	766	Europe/Madrid	41.20491	-0.71133		Lecera,Lécera	50136	52	Z	50136	
3118621	Lekaroz	lekaroz	ES	31795	341	Europe/Madrid	43.14636	-1.53973		Lecaroz,Lecároz,Lekaroz		32	NA	31050	
3118622	Lekamaña	lekamana	ES	01450	0	Europe/Madrid	43.02112	-2.99635		Lecamana,Lecámaña		59	VI	01002	
3118625	Lebrancón	lebrancon	ES	19392	0	Europe/Madrid	40.78654	-2.04565		Lebrancon,Lebrancón		54	GU	19099	
3118628	Lebosende	lebosende	ES	32428	85	Europe/Madrid	42.36667	-8.13333		Lebosende,San Miguel		58	OR	32040	
3118630	Leboreiro	leboreiro	ES	32790	0	Europe/Madrid	42.88807	-7.96663		Leboreiro,Lebureiro		58	C	15046	
3118631	Lebeña	lebena	ES	39583	0	Europe/Madrid	43.21525	-4.58638		Lebena,Lebeña		39	S	39022	
3118633	Lebanza	lebanza	ES	34847	0	Europe/Madrid	42.96847	-4.52757		Lebanza		55	P	34904	
3118634	Learza	learza	ES	31281	0	Europe/Madrid	42.61676	-2.17951		Learza		32	NA	31099	
3118635	Leagi	leagi	ES	48289	0	Europe/Madrid	43.34927	-2.49201		Leagi,Leagui		59	BI	48063	
3118636	Leache	leache	ES	31460	48	Europe/Madrid	42.60718	-1.40728			31146	32	NA	31146	
3118637	Leaburu	leaburu	ES	20491	365	Europe/Madrid	43.12188	-2.0543		Leaburu,Leaburu-Txarama	20050	59	SS	20050	
3118641	La Zoma	la-zoma	ES	44707	26	Europe/Madrid	40.78411	-0.61944		La Zoma		52	TE	44268	
3118645	La Zarza de Pumareda	la-zarza-de-pumareda	ES	37253	165	Europe/Madrid	41.16191	-6.62747		La Zarza de Pumareda		55	SA	37381	
3118646	La Zarza	la-zarza	ES	02327	156	Europe/Madrid	41.26201	-4.77072		La Zarza		55	VA	47232	
3118647	La Zarza	la-zarza	ES	02327	0	Europe/Madrid	40.32116	-5.63427		La Zarza		55	AV	05236	
3118649	Lazana	lazana	ES	33190	0	Europe/Madrid	43.41497	-5.98428		Lazana		34	O	33054	
3118650	La Zaida	la-zaida	ES	50784	548	Europe/Madrid	41.32757	-0.42909		La Zaida		52	Z	50296	
3118651	Lazagurría	lazagurria	ES	31588	205	Europe/Madrid	42.49286	-2.24018		Lazagurria,Lazagurría	31145	32	NA	31145	
3118652	Lazado	lazado	ES	24136	0	Europe/Madrid	42.8565	-6.16425		Lazado		55	LE	24101	
3118654	La Yunta	la-yunta	ES	19361	140	Europe/Madrid	40.91506	-1.68387		La Yunta		54	GU	19332	
3118656	Layna	layna	ES	42240	0	Europe/Madrid	41.09914	-2.30439		Laina,Layna		55	SO	42025	
3118657	Layés	layes	ES	22621	0	Europe/Madrid	42.41249	-0.42169				52	HU	22199	
3118659	Layana	layana	ES	50679	115	Europe/Madrid	42.29546	-1.24483		Layana	50135	52	Z	50135	
3118660	Laia	laya	ES	09587	0	Europe/Madrid	43.2583	-3.09089				59	BI	48037	
3118661	Laya	laya	ES	09587	0	Europe/Madrid	42.90323	-7.87784				58	LU	27040	
3118662	La Vita	la-vita	ES	33549	0	Europe/Madrid	43.42082	-5.18898				34	O	33045	
3118664	La Virgen del Camino	la-virgen-del-camino	ES	24198	0	Europe/Madrid	42.58058	-5.64108		La Virgen del Camino		55	LE	24189	
3118668	Lavio	lavio	ES	33891	0	Europe/Madrid	43.44486	-6.34146		Lavio		34	O	33059	
3118669	La Viña	la-vina	ES	35215	0	Europe/Madrid	43.43333	-5.5				34	O	33076	
3118670	La Viña	la-vina	ES	35215	0	Europe/Madrid	43.11239	-6.663				34	O	33011	
3118671	Lavín	lavin	ES	39806	0	Europe/Madrid	43.18516	-3.55902		Lavin,Lavín		39	S	39083	
3118672	La Vilueña	la-viluena	ES	50219	106	Europe/Madrid	41.27266	-1.72609		La Viluena,La Vilueña		52	Z	50282	
3118673	La Vilortera	la-vilortera	ES	33581	0	Europe/Madrid	43.35704	-5.46234		La Vilortera,La Vitortera		34	O	33040	
3118679	La Vídola	la-vidola	ES	37214	152	Europe/Madrid	41.15434	-6.48733		La Vidola,La Vídola		55	SA	37349	
3118681	La Vid de Bureba	la-vid-de-bureba	ES	09249	27	Europe/Madrid	42.63068	-3.30074		La Vid de Bureba		55	BU	09422	
3118682	La Vid	la-vid	ES	09471	323	Europe/Madrid	41.63158	-3.49162		La Vid		55	BU	09421	
3118688	La Vereda	la-vereda	ES	35110	0	Europe/Madrid	41.021	-3.34522				54	GU	19060	
3118692	La Ventosa	la-ventosa	ES	16843	351	Europe/Madrid	40.20483	-2.43276		La Ventosa		54	CU	16272	
3118693	La Vellés	la-velles	ES	37427	448	Europe/Madrid	41.07399	-5.56824		La Velles,La Vellés		55	SA	37347	
3118695	La Velilla	la-velilla	ES	24127	0	Europe/Madrid	42.75483	-5.93196		La Velilla		55	LE	24132	
3118697	La Velilla	la-velilla	ES	24127	0	Europe/Madrid	41.14341	-3.82606		La Velilla		55	SG	40156	
3118702	La Veguilla	la-veguilla	ES	33816	0	Europe/Madrid	43.35919	-4.09977		La Vegailla,La Veguilla,Veguilla		39	S	39060	
3118705	La Vega de Robledo	la-vega-de-robledo	ES	24146	0	Europe/Madrid	42.92472	-5.89421		La Vega de Robledo		55	LE	24164	
3118707	La Vega de los Viejos	la-vega-de-los-viejos	ES	24141	0	Europe/Madrid	42.97026	-6.21307		La Vega de los Viejos		55	LE	24029	
3118710	La Vega	la-vega	ES	04211	0	Europe/Madrid	43.51046	-5.36038				34	O	33076	
3118711	La Vega	la-vega	ES	04211	0	Europe/Madrid	43.47927	-5.13405				34	O	33056	
3118712	La Vega	la-vega	ES	04211	0	Europe/Madrid	43.4629	-6.47707		La Vega		34	O	33034	
3118713	La Vega	la-vega	ES	04211	0	Europe/Madrid	43.4536	-5.12949				34	O	33056	
3118714	La Vega	la-vega	ES	04211	0	Europe/Madrid	43.4106	-5.55878				34	O	33065	
3118715	La Vega	la-vega	ES	04211	0	Europe/Madrid	43.38466	-5.51144				34	O	33040	
3118716	La Vega	la-vega	ES	04211	0	Europe/Madrid	43.36363	-5.15267				34	O	33045	
3118717	La Vega	la-vega	ES	04211	0	Europe/Madrid	43.33342	-3.74438				39	S	39037	
3118718	La Vega	la-vega	ES	04211	0	Europe/Madrid	43.2767	-6.32099				34	O	33005	
3118719	La Vega	la-vega	ES	04211	0	Europe/Madrid	43.28783	-6.16968				34	O	33026	
3118720	La Vega	la-vega	ES	04211	0	Europe/Madrid	43.28333	-5.65				34	O	33031	
3118721	La Vega	la-vega	ES	04211	0	Europe/Madrid	43.23333	-6.58333				34	O	33001	
3118722	La Vega	la-vega	ES	04211	0	Europe/Madrid	43.18028	-5.8204				34	O	33033	
3118723	La Vega	la-vega	ES	04211	0	Europe/Madrid	43.09963	-4.64662				39	S	39096	
3118726	La Vega	la-vega	ES	04211	0	Europe/Madrid	42.12508	-2.33458		La Vega,La Vega y Leria,La Vega y Lería		55	SO	42218	
3118727	La Vega	la-vega	ES	04211	0	Europe/Madrid	40.41667	-1.43333		Caserio La Vega,Caserío La Vega,La Vega		52	TE	44009	
3118728	La Vecilla de Curueño	la-vecilla-de-curueno	ES	24840	420	Europe/Madrid	42.84852	-5.40643		La Vecilla,La Vecilla de Curueno,La Vecilla de Curueño,Vecilla de Curueno,Vecilla de Curueño		55	LE	24193	
3118732	Lavares	lavares	ES	33311	0	Europe/Madrid	43.48721	-5.89641		Lavares		34	O	33035	
3118733	Lavares	lavares	ES	33311	0	Europe/Madrid	43.28868	-5.95918		Lavares		34	O	33064	
3118736	Lavandera	lavandera	ES	24837	0	Europe/Madrid	43.47204	-5.64734				34	O	33024	
3118737	Lavandera	lavandera	ES	24837	0	Europe/Madrid	43.35	-6.55				34	O	33073	
3118738	Lavandera	lavandera	ES	24837	0	Europe/Madrid	42.9499	-5.51399		Lavandera		55	LE	24037	
3118739	Lavandelo	lavandelo	ES	27568	0	Europe/Madrid	42.81481	-7.80646		Lavandelo,Santiago		58	LU	27032	
3118743	La Vallençana	la-vallencana	ES	08110	0	Europe/Madrid	41.47614	2.21362				56	B	08125	
3118744	La Valle	la-valle	ES	22348	0	Europe/Madrid	42.42986	0.07026		El Valle,La Valle		52	HU	22066	
3118745	la Vall de Santa Creu	la-vall-de-santa-creu	ES	17489	0	Europe/Madrid	42.33482	3.16655		la Vall de Santa Creu		56	GI	17140	
3118749	La Válgoma	la-valgoma	ES	24410	0	Europe/Madrid	42.59277	-6.6666		La Valgoma,La Válgoma		55	LE	24034	
3118754	La Utrera	la-utrera	ES	24127	0	Europe/Madrid	42.70909	-5.91859		La Utrera		55	LE	24184	
3118755	La Urz	la-urz	ES	24127	0	Europe/Madrid	42.81681	-5.95514		La Urz		55	LE	24132	
3118758	La Unión de Campos	la-union-de-campos	ES	47670	331	Europe/Madrid	42.0776	-5.32607		La Union de Campos,La Unión de Campos		55	VA	47176	
3118759	La Uña	la-una	ES	24996	0	Europe/Madrid	43.06434	-5.13757		La Una,La Uña		55	LE	24001	
3118760	La Tuda	la-tuda	ES	49173	0	Europe/Madrid	41.38235	-5.85815		La Tuda		55	ZA	49152	
3118762	Latre	latre	ES	22624	0	Europe/Madrid	42.41256	-0.48532		Latre		52	HU	22072	
3118763	Latrás	latras	ES	22620	0	Europe/Madrid	42.43834	-0.45954		Latras,Latrás		52	HU	22199	
3118767	La Torresaviñan	la-torresavinan	ES	19268	0	Europe/Madrid	40.98215	-2.59147		La Torresavinan,La Torresaviñan		54	GU	19282	
3118770	La Torre del Valle	la-torre-del-valle	ES	49781	184	Europe/Madrid	42.09056	-5.72366		La Torre del Valle		55	ZA	49220	
3118771	La Torre de Esteban Hambrán	la-torre-de-esteban-hambran	ES	45920	1678	Europe/Madrid	40.16935	-4.21549		La Torre de Esteban Hambran,La Torre de Esteban Hambrán		54	TO	45171	
3118772	Latorrecilla	latorrecilla	ES	22349	0	Europe/Madrid	42.40316	0.08594		Latorrecilla		52	HU	22907	
3118774	La Torre	la-torre	ES	05540	0	Europe/Madrid	43.515	-5.99813				34	O	33016	
3118775	La Torre	la-torre	ES	05540	0	Europe/Madrid	43.4637	-5.12881				34	O	33056	
3118776	La Torre	la-torre	ES	05540	0	Europe/Madrid	43.15722	-6.13809				34	O	33072	
3118780	La Torre	la-torre	ES	05540	0	Europe/Madrid	40.5916	-4.96491		La Tore,La Torre,La Ture,La-Torre,la trh,la twry,Ла Туре,Ла-Торре,Լա Տոռե,لا تره,لا توري		55	AV	05247	
3118782	Latores	latores	ES	33193	325	Europe/Madrid	43.33333	-5.86667		Latores		34	O	33044	
3118786	La Toba	la-toba	ES	19243	0	Europe/Madrid	43.25957	-3.22616				59	BI	48008	
3118787	La Toba	la-toba	ES	19243	0	Europe/Madrid	43.25656	-3.72881		La Toba		39	S	39045	
3118788	La Toba	la-toba	ES	19243	120	Europe/Madrid	41.00482	-2.98012		La Toba		54	GU	19269	
3118789	La Toba	la-toba	ES	19243	0	Europe/Madrid	40.21667	-1.93333		Caserio La Toba,Caserío La Toba,La Toba		54	CU	16219	
3118792	La Tejera	la-tejera	ES	33829	33	Europe/Madrid	41.96594	-6.84442	1100	La Tejera		55	ZA	49094	
3118794	Latedo	latedo	ES	49516	0	Europe/Madrid	41.6994	-6.52543		Latedo		55	ZA	49223	
3118798	Latas	latas	ES	22613	0	Europe/Madrid	42.52578	-0.33098				52	HU	22199	
3118799	la Tallada d'Empordà	la-tallada-d-emporda	ES	17134	0	Europe/Madrid	42.0802	3.05583		La Tallada,la Tallada,la Tallada d'Emporda,la Tallada d'Empordà	17195	56	GI	17195	
3118800	Atalaya	atalaya	ES	06329	0	Europe/Madrid	43.5608	-6.14046				34	O	33021	
3118801	La Tala	la-tala	ES	37752	116	Europe/Madrid	40.58944	-5.53719		La Tala		55	SA	37315	
3118803	La Tabla	la-tabla	ES	49741	0	Europe/Madrid	43.51212	-6.18677				34	O	33021	
3118810	Las Viadas	las-viadas	ES	09212	0	Europe/Madrid	42.83667	-3.25973		Las Viadas		55	BU	09412	
3118811	Las Vesgas	las-vesgas	ES	09249	0	Europe/Madrid	42.6354	-3.34735		Las Vesgas		55	BU	09043	
3118812	Las Ventas de Retamosa	las-ventas-de-retamosa	ES	45183	1432	Europe/Madrid	40.15526	-4.11455		Ventas de Retamosa		54	TO	45183	
3118813	Las Veguillas	las-veguillas	ES	37454	302	Europe/Madrid	40.71583	-5.8327		Las Veguillas		55	SA	37346	
3118819	Las Uces	las-uces	ES	37217	0	Europe/Madrid	41.09228	-6.47183		Las Uces		55	SA	37340	
3118820	Lastrilla	lastrilla	ES	39419	0	Europe/Madrid	40.35941	-5.40144				55	AV	05904	
3118822	Lastres	lastres	ES	33330	0	Europe/Madrid	43.51401	-5.26983				34	O	33019	
3118823	Lastras de Teza	lastras-de-teza	ES	09511	0	Europe/Madrid	42.97605	-3.21224		Lastras de Teza		55	BU	09908	
3118824	Lastras del Pozo	lastras-del-pozo	ES	40142	88	Europe/Madrid	40.8792	-4.34658		Lastras del Pozo	40111	55	SG	40111	
3118825	Lastras de la Torre	lastras-de-la-torre	ES	09510	0	Europe/Madrid	43.01128	-3.26825		Lastras de la Torre		55	BU	09908	
3118826	Lastras de Cuéllar	lastras-de-cuellar	ES	40352	469	Europe/Madrid	41.29762	-4.1067		Lastras de Cuellar,Lastras de Cuéllar	40110	55	SG	40110	
3118830	Las Torres de Aliste	las-torres-de-aliste	ES	49522	0	Europe/Madrid	41.83929	-6.30971		Las Torres,Las Torres de Aliste		55	ZA	49104	
3118831	Las Torres	las-torres	ES	37796	0	Europe/Madrid	40.90658	-5.65349		Las Torres		55	SA	37032	
3118832	Las Torres	las-torres	ES	37796	0	Europe/Madrid	40.26667	-0.56667		Casas Las Torres,Las Torres		52	TE	44137	
3118838	Lastanosa	lastanosa	ES	22215	0	Europe/Madrid	41.8507	-0.08289		Lastanosa		52	HU	22213	
3118839	Las Tablas	las-tablas	ES	04559	0	Europe/Madrid	43.25315	-5.39768				34	O	33015	
3118840	Las Tabiernas	las-tabiernas	ES	33879	0	Europe/Madrid	43.37003	-6.40913		Las Tabiernas		34	O	33073	
3118845	Las Salas	las-salas	ES	24990	0	Europe/Madrid	42.93519	-5.10426		Las Salas		55	LE	24060	
3118846	Las Ruedas de Ocón	las-ruedas-de-ocon	ES	26145	0	Europe/Madrid	42.29225	-2.22103		Las Ruedas de Ocon,Las Ruedas de Ocón		27	LO	26108	
3118847	Las Rubias	las-rubias	ES	33891	0	Europe/Madrid	43.42728	-6.34957		Las Rubias		34	O	33059	
3118848	Las Rozas de Madrid	las-rozas-de-madrid	ES	28230	86340	Europe/Madrid	40.49292	-3.87371		Las Rozas,Las Rozas de Madrid,Las-Rosas-de-Madrid,Rozae Matritenses,Rozas de Madrid,la si luo sa si de ma de li de,las rwzas dy mdryd,Лас-Росас-де-Мадрид,Розас де Мадрид,لاس روزاس دي مدريد,拉斯罗萨斯德马德里德		29	M	28127	
3118849	Las Rozas	las-rozas	ES	04610	0	Europe/Madrid	43.3753	-5.15053				34	O	33045	
3118850	Las Rozas	las-rozas	ES	04610	331	Europe/Madrid	42.97402	-4.03289		Las Rozas		39	S	39065	
3118852	Las Rebolledas	las-rebolledas	ES	09150	0	Europe/Madrid	42.45811	-3.75975		Las Rebolledas		55	BU	09902	
3118853	Las Quintanillas	las-quintanillas	ES	09131	0	Europe/Madrid	42.89219	-4.20553				39	S	39092	
3118854	Las Quintanillas	las-quintanillas	ES	09131	376	Europe/Madrid	42.37224	-3.84307				55	BU	09297	
3118855	Las Quintanas	las-quintanas	ES	35488	0	Europe/Madrid	43.32625	-5.75977				34	O	33044	
3118856	Las Quintanas	las-quintanas	ES	35488	0	Europe/Madrid	43.29254	-5.5712				34	O	33060	
3118857	Las Quintanas	las-quintanas	ES	35488	0	Europe/Madrid	41.533	-6.16965				55	ZA	49265	
3118859	Laspuña	laspuna	ES	22361	270	Europe/Madrid	42.50374	0.15441		L'Espuna,Laspuna	22144	52	HU	22144	
3118860	Las Puentes	las-puentes	ES	33692	0	Europe/Madrid	43.07592	-5.76678		Las Puentes		34	O	33033	
3118861	Las Presillas	las-presillas	ES	39679	0	Europe/Madrid	43.33017	-3.9864		Las Presillas		39	S	39056	
3118864	Las Porquerizas	las-porquerizas	ES	39727	0	Europe/Madrid	43.30957	-3.77046		Las Porquerizas		39	S	39037	
3118870	Las Piñeras	las-pineras	ES	33128	0	Europe/Madrid	43.45784	-6.2105		Las Pineras,Las Piñeras,Pineras,Piñeras		34	O	33051	
3118872	Las Pilas	las-pilas	ES	39793	0	Europe/Madrid	43.42355	-3.64052		Las Pilas		39	S	39062	
3118875	Las Pedrosas	las-pedrosas	ES	33693	93	Europe/Madrid	42.03813	-0.87631		Las Pedrosas		52	Z	50205	
3118876	Laspaúles	laspaules	ES	22471	272	Europe/Madrid	42.47136	0.59698		Laspaules,Laspaúles	22143	52	HU	22143	
3118877	Las Parras de Martín	las-parras-de-martin	ES	44769	0	Europe/Madrid	40.79384	-0.93083		Las Parras de Martin,Las Parras de Martín		52	TE	44238	
3118878	Las Parras de Castellote	las-parras-de-castellote	ES	44566	89	Europe/Madrid	40.77544	-0.24426		Las Parras de Castellote,Parras de Castellote		52	TE	44178	
3118881	La Sota de Valderrueda	la-sota-de-valderrueda	ES	24882	0	Europe/Madrid	42.82479	-4.95126		La Sota de Valderrueda		55	LE	24183	
3118882	La Sota	la-sota	ES	33317	0	Europe/Madrid	43.48954	-5.85		La Sota		34	O	33020	
3118883	La Sota	la-sota	ES	33317	0	Europe/Madrid	43.12891	-3.84955				39	S	39071	
3118886	Las Omañas	las-omanas	ES	24273	363	Europe/Madrid	42.68145	-5.87141		Las Omanas,Las Omañas		55	LE	24104	
3118888	Las Navas del Marqués	las-navas-del-marques	ES	05230	5005	Europe/Madrid	40.60244	-4.33449	1300	Las Navas,Las Navas del Markez,Las Navas del Marques,Las Navas del Marqués,Las-Navas-del'-Markes,Navas del Marques,la si na wa si de er ma er ke si,las nabas dl marks,las nafas dyl markys,Лас Навас дел Маркез,Лас-Навас-дель-Маркес,لاس ناباس دل مارکس,لاس نافاس ديل ماركيس,拉斯纳瓦斯德尔马尔克斯		55	AV	05168	
3118890	Las Navas	las-navas	ES	05593	0	Europe/Madrid	40.40431	-5.40171		Las Navas		55	AV	05010	
3118891	Las Murias	las-murias	ES	24142	0	Europe/Madrid	43.49586	-6.3098		Las Murias		34	O	33034	
3118892	Las Murias	las-murias	ES	24142	0	Europe/Madrid	43.30896	-6.08061				34	O	33026	
3119678	Lago	lago	ES	33783	0	Europe/Madrid	42.78704	-5.91757				55	LE	24167	
3118893	Las Murias	las-murias	ES	24142	0	Europe/Madrid	42.95683	-6.16245		Las Murias		55	LE	24029	
3118894	Las Muñecas	las-munecas	ES	24886	0	Europe/Madrid	42.85275	-5.02749		Las Munecas,Las Muñecas		55	LE	24183	
3118895	Las Morteras	las-morteras	ES	33841	0	Europe/Madrid	43.15295	-6.23518		Las Morteras		34	O	33068	
3118896	Las Monas	las-monas	ES	33629	0	Europe/Madrid	43.06938	-5.84354		Las Monas		34	O	33033	
3118897	Las Mestas	las-mestas	ES	10624	0	Europe/Madrid	40.42549	-6.14604		Caserio Las Mestas,Caserío Las Mestas		57	CC	10108	
3118898	Las Médulas	las-medulas	ES	24442	0	Europe/Madrid	42.45842	-6.76844		As Medulas,As Médulas		55	LE	24041	
3118905	Las Majadas	las-majadas	ES	16142	371	Europe/Madrid	40.29732	-2.02146		Las Majadas,Majadas		54	CU	16121	
3118911	Las Inviernas	las-inviernas	ES	19491	102	Europe/Madrid	40.87234	-2.6702		Las Inviernas		54	GU	19154	
3118913	La Silva	la-silva	ES	24379	0	Europe/Madrid	42.6024	-6.26609		La Silva		55	LE	24210	
3118914	Las Ilces	las-ilces	ES	39588	0	Europe/Madrid	43.11484	-4.76923		Las Ilces		39	S	39015	
3118915	Lasieso	lasieso	ES	22621	0	Europe/Madrid	42.42314	-0.43748				52	HU	22199	
3118916	La Sierra	la-sierra	ES	33199	0	Europe/Madrid	43.25375	-5.50509		La Sierra		34	O	33032	
3118917	La Sierra	la-sierra	ES	33199	0	Europe/Madrid	42.98483	-6.83254				34	O	33028	
3118918	La Sierpe	la-sierpe	ES	11630	49	Europe/Madrid	40.64584	-5.85656		La Sierpe		55	SA	37309	
3118921	Las Herrerías	las-herrerias	ES	04618	0	Europe/Madrid	42.67051	-6.98318		Las Herrerias de Valcarce,Las Herrerías de Valcarce		55	LE	24198	
3118922	Las Herrerías	las-herrerias	ES	04618	0	Europe/Madrid	42.65728	-6.91629				55	LE	24198	
3118923	Las Heras	las-heras	ES	33191	0	Europe/Madrid	42.80095	-4.74908				55	P	34171	
3118924	Las Hedradas	las-hedradas	ES	49573	0	Europe/Madrid	42.04611	-6.95427		Hedradas,Las Hedradas		55	ZA	49100	
3118926	Las Gallinas	las-gallinas	ES	33891	0	Europe/Madrid	43.44422	-6.29868		Las Gallinas		34	O	33059	
3118927	Las Fuesas	las-fuesas	ES	42175	0	Europe/Madrid	41.95914	-2.17118		Las Fuesas		55	SO	42060	
3118928	Las Fuentes de San Pedro	las-fuentes-de-san-pedro	ES	42174	0	Europe/Madrid	42.03449	-2.30586		Las Fuentes de San Pedro		55	SO	42165	
3118930	Las Fraguas	las-fraguas	ES	39450	0	Europe/Madrid	43.19523	-4.05499				39	S	39004	
3118931	Las Fraguas	las-fraguas	ES	39450	0	Europe/Madrid	41.69491	-2.71774		Las Fraguas		55	SO	42095	
3118934	Las Estacas	las-estacas	ES	33836	0	Europe/Madrid	43.27746	-6.27111		Las Estacas		34	O	33005	
3118940	La Serrada	la-serrada	ES	05192	134	Europe/Madrid	40.63169	-4.79284		La Serrada		55	AV	05232	
3118941	La Serna del Monte	la-serna-del-monte	ES	28737	107	Europe/Madrid	41.03108	-3.62502		La Serna del Monte		29	M	28138	
3118942	La Serna	la-serna	ES	24879	0	Europe/Madrid	43.17304	-4.04457				39	S	39004	
3118943	La Serna	la-serna	ES	24879	0	Europe/Madrid	43.0308	-4.21421				39	S	39032	
3118944	La Serna	la-serna	ES	24879	112	Europe/Madrid	42.88007	-3.94873		La Serna,Serna		39	S	39094	
3118945	La Serna	la-serna	ES	24879	0	Europe/Madrid	42.80116	-5.20798		La Serna		55	LE	24068	
3118946	La Serna	la-serna	ES	24879	0	Europe/Madrid	42.41631	-4.66399		La Serna		55	P	34175	
3118947	Las Ermitas	las-ermitas	ES	14029	0	Europe/Madrid	42.29216	-7.13141				58	OR	32015	
3118948	Las Eras	las-eras	ES	02214	0	Europe/Madrid	43.04593	-3.437				55	BU	09189	
3118949	La Sequera de Haza	la-sequera-de-haza	ES	09462	50	Europe/Madrid	41.56398	-3.81715		La Sequera de Haza		55	BU	09365	
3118950	Las Enillas	las-enillas	ES	49172	0	Europe/Madrid	41.40397	-5.83604		Las Enillas		55	ZA	49152	
3118952	La Selva del Camp	la-selva-del-camp	ES	43470	4746	Europe/Madrid	41.21484	1.13883		La Selva,La Selva del Camp,La Selva del Campo,Selva		56	T	43145	
3118954	la Cellera de Ter	la-cellera-de-ter	ES	17165	0	Europe/Madrid	41.96919	2.62402		la Cellera,la Cellera de Ter	17189	56	GI	17189	
3118958	La Secuita	la-secuita	ES	43765	1177	Europe/Madrid	41.2046	1.27996		La Secuita		56	T	43043	
3118959	La Seca	la-seca	ES	24630	0	Europe/Madrid	42.74617	-5.63471		La Seca		55	LE	24061	
3118960	La Seca	la-seca	ES	24630	0	Europe/Madrid	41.59698	-2.71015		La Seca		55	SO	42144	
3118961	La Seca	la-seca	ES	24630	1075	Europe/Madrid	41.41364	-4.90552		La Seca		55	VA	47158	
3118963	Las Cuevas de Soria	las-cuevas-de-soria	ES	42291	0	Europe/Madrid	41.67829	-2.63171		Las Cuevas de Soria		55	SO	42144	
3118966	Las Cuerlas	las-cuerlas	ES	50373	92	Europe/Madrid	40.96007	-1.55062				52	Z	50091	
3118967	Lascuarre	lascuarre	ES	22586	143	Europe/Madrid	42.19611	0.5201		Lascuarra,Lascuarre,Lasquarri,Llascuarri	22142	52	HU	22142	
3118970	Las Cruces	las-cruces	ES	24521	0	Europe/Madrid	43.52778	-6.30669		Las Cruces		34	O	33034	
3118971	Las Cruces	las-cruces	ES	24521	0	Europe/Madrid	43.45537	-5.9635				34	O	33054	
3118972	Las Cruces	las-cruces	ES	24521	0	Europe/Madrid	43.33333	-5.81667				34	O	33044	
3118973	Lascorz	lascorz	ES	22337	0	Europe/Madrid	42.39881	0.31723				52	HU	22113	
3118977	Las Colladas	las-colladas	ES	22452	0	Europe/Madrid	43.31025	-6.32718				34	O	33073	
3118982	Lascellas	lascellas	ES	22124	0	Europe/Madrid	42.07759	-0.0828		Lascellas		52	HU	22141	
3118983	Las Celadas	las-celadas	ES	09150	0	Europe/Madrid	42.48412	-3.82949		Las Celadas		55	BU	09902	
3118984	Las Casillas	las-casillas	ES	05516	0	Europe/Madrid	40.45327	-5.52965		Barrio Las Casillas,Las Casillas		55	AV	05097	
3118987	Las Casas de Nuevo	las-casas-de-nuevo	ES	22810	0	Europe/Madrid	42.20023	-0.59687		Caserio Las Casas de Nuevo,Caserío Las Casas de Nuevo,Las Casas de Nuevo		52	HU	22905	
3118989	Las Casas del Conde	las-casas-del-conde	ES	37659	77	Europe/Madrid	40.50753	-6.04089		Las Casas del Conde		55	SA	37090	
3118990	Las Casas del Camino	las-casas-del-camino	ES	05516	0	Europe/Madrid	40.45494	-5.41789		Las Casas del Camino		55	AV	05103	
3118992	Las Casas Altas	las-casas-altas	ES	38357	0	Europe/Madrid	41.18644	-3.68312		Las Casas Altas		55	SG	40224	
3118993	Lascasas	lascasas	ES	22196	0	Europe/Madrid	42.07143	-0.38488				52	HU	22125	
3118994	Las Casas	las-casas	ES	04829	0	Europe/Madrid	41.77925	-2.48377				55	SO	42173	
3118995	Las Cárcobas	las-carcobas	ES	39777	0	Europe/Madrid	43.40696	-3.40247		Las Carcobas,Las Cárcobas		39	S	39035	
3118998	Las Canteras	las-canteras	ES	07209	0	Europe/Madrid	41.65286	2.15443		Caserio Las Canteras,Caserío Las Canteras,Las Canteras		56	B	08033	
3119000	Las Cañadas	las-canadas	ES	30849	0	Europe/Madrid	40.28603	-5.87989		Casas Las Canadas,Casas Las Cañadas,Las Canadas,Las Cañadas		57	CC	10096	
3119003	Las Calizas	las-calizas	ES	48500	0	Europe/Madrid	43.30045	-3.07797				59	BI	48002	
3119005	Las Caldas de Besaya	las-caldas-de-besaya	ES	39408	0	Europe/Madrid	43.29895	-4.07124		Caldas de Besaya,Las Caldas de Besaya		39	S	39069	
3119006	Las Caldas	las-caldas	ES	33174	0	Europe/Madrid	42.35	-7.86667				58	OR	32054	
3119009	Las Cabañas de Castilla	las-cabanas-de-castilla	ES	34469	0	Europe/Madrid	42.35328	-4.36421		Las Cabanas,Las Cabanas de Castilla,Las Cabañas,Las Cabañas de Castilla		55	P	34901	
3119016	Las Bodas	las-bodas	ES	24860	0	Europe/Madrid	42.8458	-5.29745		Las Bodas		55	LE	24021	
3119019	Las Bellostas	las-bellostas	ES	22149	0	Europe/Madrid	42.35527	-0.01086		Las Bellostas		52	HU	22907	
3119021	Las Bárzanas	las-barzanas	ES	33456	0	Europe/Madrid	43.54178	-5.98272		Las Barzanas,Las Bárzanas		34	O	33016	
3119025	Las Barracas	las-barracas	ES	30385	0	Europe/Madrid	40.33228	-0.65732		Casas Las Barracas,Las Barracas,Mas de las Barracas		52	TE	44012	
3119027	Lasarte	lasarte	ES	01194	17782	Europe/Madrid	43.26774	-2.02169		Lasarte,Lasarte-Oria		59	SS	20902	
3119028	Lasarte	lasarte	ES	01194	0	Europe/Madrid	42.81883	-2.69028				59	VI	01059	
3119033	La Santa	la-santa	ES	35560	0	Europe/Madrid	42.21329	-2.352		La Santa		27	LO	26098	
3119037	Las Almunias	las-almunias	ES	22144	0	Europe/Madrid	42.25581	-0.06873		Las Almunias		52	HU	22058	
3119038	Las Alhambras	las-alhambras	ES	44423	0	Europe/Madrid	40.06667	-0.9		Caserio Las Alhambras,Caserío Las Alhambras,Las Alambras,Las Alhambras		52	TE	44143	
3119039	Las Aldehuelas	las-aldehuelas	ES	42173	104	Europe/Madrid	41.9947	-2.36499		Aldehuelas,Las Aldehuelas,Las-Al'deuehlas,Las-Al'deuelas,la sa er de wei la si,Лас-Альдеуелас,Лас-Альдеуэлас,拉萨尔德韦拉斯		55	SO	42014	
3119040	La Salceda	la-salceda	ES	40171	0	Europe/Madrid	41.05728	-3.89529		La Salceda		55	SG	40206	
3119046	La Sagrada	la-sagrada	ES	37465	0	Europe/Madrid	41.15	-6.13333		La Sagrada		55	SA	37370	
3119047	La Sagrada	la-sagrada	ES	37465	0	Europe/Madrid	40.74399	-6.07195		La Sagrada		55	SA	37273	
3119048	Latsaga	latsaga	ES	31745	477	Europe/Madrid	43.12792	-1.71176		Lasaga,Latsaga,Lazaga		32	NA	31129	
3119050	Larués	larues	ES	22761	0	Europe/Madrid	42.51657	-0.84813		Larues,Larués		52	HU	22044	
3119052	La Rubia	la-rubia	ES	42162	0	Europe/Madrid	41.88248	-2.37988		La Rubia		55	SO	42211	
3119055	Larteme	larteme	ES	39528	0	Europe/Madrid	43.36552	-4.33118		Larteme		39	S	39091	
3119061	Larrodrigo	larrodrigo	ES	37865	277	Europe/Madrid	40.73722	-5.44895		Larrodrigo	37169	55	SA	37169	
3119062	Larrión	larrion	ES	31290	0	Europe/Madrid	42.70873	-2.07568		Larrion,Larrión		32	NA	31011	
3119064	Larrino	larrino	ES	20550	0	Europe/Madrid	43.03479	-2.47399		Larrino,Larrino Elizaurrea		59	SS	20013	
3119067	Larriba	larriba	ES	26586	0	Europe/Madrid	42.17377	-2.37181		Larriba		27	LO	26004	
3119068	Larrés	larres	ES	22612	0	Europe/Madrid	42.5612	-0.38296				52	HU	22199	
3119069	Lárrede	larrede	ES	22666	0	Europe/Madrid	42.55402	-0.31759		Larrede,Lárrede		52	HU	22199	
3119070	Larrea	larrea	ES	01208	0	Europe/Madrid	43.24373	-3.10712				59	BI	48037	
3119071	Larrea	larrea	ES	01208	0	Europe/Madrid	43.16997	-2.04549		Larrea		59	SS	20075	
3119073	Larraya	larraya	ES	31174	0	Europe/Madrid	42.77709	-1.76404		Larraya		32	NA	31076	
3119075	Larraul	larraul	ES	20159	184	Europe/Madrid	43.18773	-2.10202		Larraul	20048	59	SS	20048	
3119077	Larrasoaña	larrasoana	ES	31698	0	Europe/Madrid	42.90219	-1.54112		Larrasoana,Larrasoaña		32	NA	31098	
3119078	Larraona	larraona	ES	31270	140	Europe/Madrid	42.7797	-2.25682		Larraona	31143	32	NA	31143	
3119081	Larraga	larraga	ES	31251	1959	Europe/Madrid	42.55841	-1.84954		Larraga	31142	32	NA	31142	
3119082	Larrabetzu	larrabetzu	ES	48195	0	Europe/Madrid	43.26117	-2.79572		Larrabezua,Larrabezus,Larrabezúa,Larrebetzu		59	BI	48052	
3119090	La Ronda	la-ronda	ES	33791	0	Europe/Madrid	43.54998	-6.84883				34	O	33023	
3119091	La Ronda	la-ronda	ES	33791	0	Europe/Madrid	43.48641	-6.76604		La Ronda		34	O	33018	
3119092	Larón	laron	ES	33813	0	Europe/Madrid	42.98634	-6.63036		Laron,Larón		34	O	33011	
3119094	La Roda	la-roda	ES	02630	0	Europe/Madrid	43.53167	-6.8992		La Roda		34	O	33070	
3119099	La Roca del Vallès	la-roca-del-valles	ES	08430	10214	Europe/Madrid	41.58333	2.33333		La Roca del Valles,La Roca del Vallès		56	B	08181	
3119100	La Robla	la-robla	ES	24640	4656	Europe/Madrid	42.80302	-5.62904		La Robla,La-Robla,la luo fu la,Ла-Робла,拉罗夫拉		55	LE	24134	
3119101	Laroá	laroa	ES	32632	0	Europe/Madrid	42.01667	-4.7		Laroa,Laroá,San Pedro		55	P	34220	
3119102	Laroá	laroa	ES	32632	0	Europe/Madrid	42.00615	-7.69929		Laroa,Laroá		58	OR	32032	
3119104	Larna	larna	ES	33813	0	Europe/Madrid	43.07519	-6.62031		Larna		34	O	33011	
3119109	Lario	lario	ES	24995	0	Europe/Madrid	43.03987	-5.09348		Lario		55	LE	24025	
3119110	Lariño	larino	ES	15292	0	Europe/Madrid	42.77694	-9.11599				58	C	15020	
3119116	La Riera	la-riera	ES	24143	0	Europe/Madrid	43.47497	-5.28391				34	O	33019	
3119117	La Riera	la-riera	ES	24143	0	Europe/Madrid	43.31918	-5.07045				34	O	33012	
3119118	La Riera	la-riera	ES	24143	0	Europe/Madrid	43.15982	-6.26182		La Riera		34	O	33068	
3119119	La Riera	la-riera	ES	24143	0	Europe/Madrid	42.96708	-6.12785		La Riera		55	LE	24029	
3119120	la Riera de Gaià	la-riera-de-gaia	ES	43762	0	Europe/Madrid	41.16667	1.36667		La Riera,la Riera,la Riera de Gaia,la Riera de Gaià		56	T	43012	
3119124	La Ribera	la-ribera	ES	05571	0	Europe/Madrid	42.61667	-6.33333				55	LE	24071	
3119127	La Riba de Escalote	la-riba-de-escalote	ES	42368	25	Europe/Madrid	41.35182	-2.79629		La Riba de Escalote		55	SO	42157	
3119128	La Riba	la-riba	ES	09514	0	Europe/Madrid	43.34494	-5.55348		La Riba		34	O	33006	
3119129	La Riba	la-riba	ES	09514	0	Europe/Madrid	42.99146	-3.44301				55	BU	09209	
3119131	La Riba	la-riba	ES	09514	0	Europe/Madrid	42.71654	-5.02047		La Riba		55	LE	24052	
3119132	La Riba	la-riba	ES	09514	673	Europe/Madrid	41.31973	1.17453		La Riba		56	T	43086	
3119142	La Redonda	la-redonda	ES	04710	96	Europe/Madrid	40.90856	-6.74872		La Redonda		55	SA	37266	
3119145	Laredo	laredo	ES	39770	12591	Europe/Madrid	43.4098	-3.41613		Laredo	39035	39	S	39035	
3119146	La Red de Valdetuéjar	la-red-de-valdetuejar	ES	24886	0	Europe/Madrid	42.87067	-5.02567		La Red,La Red de Valdetuejar,La Red de Valdetuéjar		55	LE	24183	
3119147	La Rebolleda	la-rebolleda	ES	34492	0	Europe/Madrid	42.73163	-4.2568		La Rebolleda		55	BU	09306	
3119152	Lardiés	lardies	ES	22373	0	Europe/Madrid	42.49833	-0.13276		Lardies,Lardiés		52	HU	22109	
3119153	Lardero	lardero	ES	26140	6214	Europe/Madrid	42.42686	-2.46153		Lardero,la er de luo,Лардеро,Լարդերո,لارڈیرو,拉尔德罗	26084	27	LO	26084	
3119155	Lardeira	lardeira	ES	32337	0	Europe/Madrid	42.37156	-6.80496		Lardeira		58	OR	32017	
3119157	La Rasa	la-rasa	ES	42310	0	Europe/Madrid	41.53756	-3.10511		La Rasa		55	SO	42043	
3119158	La Ràpita	la-rapita	ES	25617	0	Europe/Madrid	41.3	1.65				56	B	08058	
3119159	Laranueva	laranueva	ES	19268	0	Europe/Madrid	40.94176	-2.54672		Laranueva		54	GU	19282	
3119161	La Ramera	la-ramera	ES	33456	0	Europe/Madrid	43.53333	-6		La Ramera		34	O	33016	
3119169	La Rades	la-rades	ES	40590	0	Europe/Madrid	41.18119	-3.59554		La Rades		55	SG	40191	
3119170	Lara de los Infantes	lara-de-los-infantes	ES	09651	0	Europe/Madrid	42.12338	-3.44546		Lara de los Infantes		55	BU	09191	
3119171	La Rad	la-rad	ES	37449	0	Europe/Madrid	42.67308	-3.9146				55	BU	09045	
3119172	Laracha	laracha	ES	15145	11171	Europe/Madrid	43.25375	-8.58535		A Laracha,Laracha		58	C	15019	
3119173	La Rabia	la-rabia	ES	39528	0	Europe/Madrid	43.37954	-4.3166		Larrabia		39	S	39024	
3119177	La Quintana de Rueda	la-quintana-de-rueda	ES	09555	0	Europe/Madrid	42.96296	-3.57416				55	BU	09903	
3119181	La Quieva	la-quieva	ES	39727	0	Europe/Madrid	43.31031	-3.7554		La Quieva,Quieva		39	S	39037	
3119183	la Quar	la-quar	ES	08606	0	Europe/Madrid	42.1	1.98333		la Quar		56	B	08177	
3119185	La Puerta	la-puerta	ES	19492	0	Europe/Madrid	43.42007	-5.43111				34	O	33009	
3119186	La Puerta	la-puerta	ES	19492	0	Europe/Madrid	42.98333	-5				55	LE	24130	
3119187	La Puerta	la-puerta	ES	19492	0	Europe/Madrid	40.63483	-2.58901		La Puerta		54	GU	19291	
3119188	La Puebla de Valverde	la-puebla-de-valverde	ES	44450	513	Europe/Madrid	40.22409	-0.92783		La Puebla de Valverde		52	TE	44192	
3119189	La Puebla de Valdavia	la-puebla-de-valdavia	ES	34470	147	Europe/Madrid	42.67454	-4.60926		La Puebla de Valdavia		55	P	34140	
3119190	La Puebla de Roda	la-puebla-de-roda	ES	22482	0	Europe/Madrid	42.30327	0.54235		La Puebla de Roda		52	HU	22129	
3119192	Lapuebla de Labarca	lapuebla-de-labarca	ES	01306	836	Europe/Madrid	42.49455	-2.57341			01033	59	VI	01033	
3119193	La Puebla de Híjar	la-puebla-de-hijar	ES	44510	994	Europe/Madrid	41.22216	-0.44091		La Puebla,La Puebla de Hijar,La Puebla de Híjar,Puebla de Hijar		52	TE	44191	
3119194	La Puebla de Fantova	la-puebla-de-fantova	ES	22437	0	Europe/Madrid	42.25979	0.39687		La Puebla de Fantova		52	HU	22117	
3119195	La Puebla de Castro	la-puebla-de-castro	ES	22435	392	Europe/Madrid	42.14595	0.2877		La Puebla de Castro		52	HU	22187	
3119196	La Puebla de Arganzón	la-puebla-de-arganzon	ES	09294	491	Europe/Madrid	42.76622	-2.83059		Argantzun,La Puebla de Arganzon,La Puebla de Arganzón,Puebla de Arganzon,Puebla de Arganzón		55	BU	09276	
3119201	La Prada	la-prada	ES	09212	0	Europe/Madrid	42.84166	-3.27175		La Prada		55	BU	09412	
3119202	La Poveda de Soria	la-poveda-de-soria	ES	42169	130	Europe/Madrid	42.01226	-2.50444		La Poveda de Soria		55	SO	42141	
3119204	La Poveda	la-poveda	ES	28500	0	Europe/Madrid	40.3	-3.46667		Barrio La Poveda,Casa de la Poveda,La Poveda		29	M	28014	
3119206	La Portilla	la-portilla	ES	04619	0	Europe/Madrid	43.41265	-4.75433				34	O	33036	
3119207	La Portilla	la-portilla	ES	04619	0	Europe/Madrid	43.38816	-3.38275		La Portilla,La Tortilla		39	S	39036	
3119208	La Portellada	la-portellada	ES	44589	271	Europe/Madrid	40.882	0.05476		La Portellada		52	TE	44187	
3119209	La Portela de Valcarce	la-portela-de-valcarce	ES	24524	0	Europe/Madrid	42.6606	-6.92167		La Portela,La Portela de Valcarce		55	LE	24198	
3119211	La Porquera	la-porquera	ES	33888	1	Europe/Madrid	43.31667	-6.71667		La Porquera,Porquera		34	O	33001	
3119212	La Pola de Gordón	la-pola-de-gordon	ES	24600	4241	Europe/Madrid	42.85658	-5.66768		La Pola de Gordon,La Pola de Gordón,La-Pola-de-Gordon,la bo la de ge er dong,Ла-Пола-де-Гордон,拉波拉德戈尔东		55	LE	24114	
3119214	la Pobla de Mafumet	la-pobla-de-mafumet	ES	43140	1405	Europe/Madrid	41.18333	1.21667		La Pobla de Mafumet,Pobla de Mafumet,la Pobla de Mafumet		56	T	43047	
3119215	La Pobla de Lillet	la-pobla-de-lillet	ES	08696	0	Europe/Madrid	42.2449	1.97405		La Pobla,La Pobla de Lillet		56	B	08166	
3119216	La Pobla de Claramunt	la-pobla-de-claramunt	ES	08787	2004	Europe/Madrid	41.55423	1.67712		Claramunt,La Pobla de Claramunt,Pobla de Claramunt		56	B	08165	
3119218	La Población	la-poblacion	ES	39294	0	Europe/Madrid	43.02985	-3.94634				39	S	39017	
3119219	Lapoblación	lapoblacion	ES	31227	170	Europe/Madrid	42.60478	-2.46008		La Poblacion,La Población,Lapoblas'jon,Lapoblas'on,la bo fu la xi weng,Лапобласьйон,Лапобласьон,拉波夫拉西翁	31141	32	NA	31141	
3119220	La Plaza	la-plaza	ES	39592	2029	Europe/Madrid	43.16397	-6.09943		La Plaza,Teberga,Teverga		34	O	33072	
3119225	La Plana	la-plana	ES	43461	0	Europe/Madrid	41.29507	1.19592				56	T	43161	
3119227	Lapio	lapio	ES	27163	0	Europe/Madrid	42.88733	-7.48304		Lapio		58	LU	27014	
3119228	La Penilla	la-pinilla	ES	30335	0	Europe/Madrid	43.18333	-3.2				59	BI	48090	
3119231	La Pineda	la-pineda	ES	43481	17305	Europe/Madrid	41.07625	1.18515		La Pineda,Ла Пинеда		56	B	08056	
3119233	La Piedra	la-piedra	ES	09125	0	Europe/Madrid	42.63481	-3.87617		La Piedra		55	BU	09045	
3119235	La Pesquera	la-pesquera	ES	16269	0	Europe/Madrid	43.40357	-3.43192		La Pesquera,Pesquera		39	S	39035	
3119236	La Pesga	la-pesga	ES	10649	1162	Europe/Madrid	40.3263	-6.17603				57	CC	10144	
3119240	La Perera	la-perera	ES	42315	0	Europe/Madrid	41.40761	-3.03184		La Perera		55	SO	42152	
3119243	Laperdiguera	laperdiguera	ES	22126	103	Europe/Madrid	41.99053	-0.04657		Laperdiguera	22139	52	HU	22139	
3119245	La Peraleja	la-peraleja	ES	16532	132	Europe/Madrid	40.23527	-2.55611		La Peraleia,La Peraleja		54	CU	16156	
3119249	La Pera	la-pera	ES	17120	443	Europe/Madrid	42.02052	2.97409		La Pera		56	GI	17130	
3119253	Lapenilla	lapenilla	ES	22337	0	Europe/Madrid	42.25061	0.24412		Lapenilla		52	HU	22113	
3119255	La Peña	la-pena	ES	11380	0	Europe/Madrid	43.42568	-6.29844				34	O	33059	
3119258	La Peña	la-pena	ES	11380	138	Europe/Madrid	41.1748	-6.51938		A Penha,La Pena,La Peña,La-Pen'ja,La-Penija,la pei ni ya,Ла-Пения,Ла-Пенья,拉佩尼亚		55	SA	37243	
3119261	La Pedrera	la-pedrera	ES	35412	0	Europe/Madrid	43.40664	-5.83051				34	O	33044	
3119262	La Pedraja de Portillo	la-pedraja-de-portillo	ES	47196	1048	Europe/Madrid	41.47124	-4.64639		La Pedraja de Portillo		55	VA	47006	
3119264	La Paúl	la-paul	ES	22281	0	Europe/Madrid	41.98515	-0.78643				52	Z	50298	
3119266	La Parte de Sotoscueva	la-parte-de-sotoscueva	ES	09568	0	Europe/Madrid	43.04374	-3.69724				55	BU	09215	
3119267	La Parte de Bureba	la-parte-de-bureba	ES	09249	0	Europe/Madrid	42.67744	-3.38562		La Parte de Bureba		55	BU	09238	
3119268	La Parte	la-parte	ES	09133	0	Europe/Madrid	43.38095	-5.67955				34	O	33066	
3119269	La Parte	la-parte	ES	09133	0	Europe/Madrid	43.34253	-5.39454				34	O	33049	
3119270	La Parte	la-parte	ES	09133	0	Europe/Madrid	42.52627	-3.92735				55	BU	09166	
3119271	La Parrilla	la-parrilla	ES	29311	623	Europe/Madrid	41.53633	-4.5336		La Parrilla		55	VA	47110	
3119272	La Parra	la-parra	ES	05400	0	Europe/Madrid	40.22414	-5.05705		La Parra		55	AV	05014	
3119273	La Pared	la-pared	ES	02213	0	Europe/Madrid	43.23757	-3.45064		La Pared		39	S	39057	
3119275	La Paraya	la-paraya	ES	33681	0	Europe/Madrid	43.0695	-5.57227		La Paraya		34	O	33002	
3119278	La Palma	la-palma	ES	18314	0	Europe/Madrid	41.41313	1.96909		La Palma		56	B	08068	
3119281	La Oteda	la-oteda	ES	33876	49	Europe/Madrid	43.36667	-6.48333		La Oteda		34	O	33073	
3119282	La Orden	la-orden	ES	09549	0	Europe/Madrid	42.84849	-3.33182		La Orden		55	BU	09412	
3119283	La Orconera	la-orconera	ES	48530	0	Europe/Madrid	43.30001	-3.05935		Orconera		59	BI	48083	
3119284	La Orbada	la-orbada	ES	37428	279	Europe/Madrid	41.10285	-5.48315		La Orbada		55	SA	37224	
3119285	La Omañuela	la-omanuela	ES	24131	0	Europe/Madrid	42.77761	-5.98935				55	LE	24132	
3119289	La Olmeda	la-olmeda	ES	16336	0	Europe/Madrid	41.54682	-3.07396		La Olmeda		55	SO	42043	
3119295	Lanzuela	lanzuela	ES	44491	29	Europe/Madrid	41.0985	-1.20616		Lanzuela	44133	52	TE	44133	
3119299	Lanzasagudas	lanzas-agudas	ES	48891	0	Europe/Madrid	43.1806	-3.36063				59	BI	48022	
3119301	Lanzahita	lanzahita	ES	05490	993	Europe/Madrid	40.20499	-4.93548		Lanzahita		55	AV	05110	
3119305	Lantz	lantz	ES	31798	0	Europe/Madrid	43	-1.61667		Lantz,Lanz	31140	32	NA	31140	
3119307	La Nuez de Arriba	la-nuez-de-arriba	ES	09125	0	Europe/Madrid	42.60061	-3.80779				55	BU	09398	
3119308	La Nuez de Abajo	la-nuez-de-abajo	ES	09159	0	Europe/Madrid	42.45775	-3.8111		La Nuez de Abajo		55	BU	09902	
3119309	Lantueno	lantueno	ES	39490	0	Europe/Madrid	43.04969	-4.08233		Lantueno		39	S	39077	
3119310	Lantoira	lantoira	ES	33769	0	Europe/Madrid	43.49793	-7.01991		Lantoira		34	O	33017	
3119313	Lanteiro	lanteiro	ES	33778	0	Europe/Madrid	43.45056	-6.98096		Lanteiro		34	O	33017	
3119316	Lantadilla	lantadilla	ES	34468	442	Europe/Madrid	42.34078	-4.27866			34092	55	P	34092	
3119317	Lanseros	lanseros	ES	49317	0	Europe/Madrid	42.06624	-6.40982		Lanseros		55	ZA	49112	
3119318	La Nou de Gaia	la-nou-de-gaia	ES	43763	0	Europe/Madrid	41.18333	1.38333				56	T	43111	
3119319	la Nou de Berguedà	la-nou-de-bergueda	ES	08698	0	Europe/Madrid	42.16667	1.88333		la Nou de Bergueda,la Nou de Berguedà		56	B	08268	
3119320	La Nora	la-nora	ES	30830	0	Europe/Madrid	42.16617	-5.82572				55	LE	24003	
3119323	Laño	lano	ES	09216	0	Europe/Madrid	42.66363	-2.62178		Lanu,Lañu		55	BU	09109	
3119327	Languilla	languilla	ES	40556	116	Europe/Madrid	41.44926	-3.42438		Languilla	40109	55	SG	40109	
3119332	Langre	langre	ES	24438	0	Europe/Madrid	43.47355	-3.69904		Langre		39	S	39061	
3119333	Langre	langre	ES	24438	0	Europe/Madrid	42.73547	-6.56573		Langre		55	LE	24019	
3119334	Langosto	langosto	ES	42159	0	Europe/Madrid	41.88603	-2.61514		Langosto		55	SO	42160	
3119336	Langayo	langayo	ES	47314	392	Europe/Madrid	41.56986	-4.19866		Langayo	47077	55	VA	47077	
3119338	Langa del Castillo	langa-del-castillo	ES	50367	177	Europe/Madrid	41.212	-1.3985		Langa,Langa del Castillo	50134	52	Z	50134	
3119339	Langa de Duero	langa-de-duero	ES	42320	876	Europe/Madrid	41.60985	-3.40061		Langa,Langa de Duero,Langa-de-Duehro,Langa-de-Duero,Larga de Duero,lan jia de du ai luo,Ланга-де-Дуеро,Ланга-де-Дуэро,兰加德杜埃罗	42103	55	SO	42103	
3119340	Langa	langa	ES	05213	550	Europe/Madrid	41.0055	-4.85946		Langa	05109	55	AV	05109	
3119341	Lanestosa	lanestosa	ES	48895	0	Europe/Madrid	43.21986	-3.4392		Lanestosa	48051	59	BI	48051	
3119342	Láneo	laneo	ES	33865	0	Europe/Madrid	43.36667	-6.15		Laneo,Láneo		34	O	33005	
3119346	Landraves	landraves	ES	09572	0	Europe/Madrid	42.91407	-3.74256				55	BU	09413	
3119348	Landoiro	landoiro	ES	24513	0	Europe/Madrid	42.62713	-6.80726		Landoiro		55	LE	24209	
3119350	Landeral	landeral	ES	39788	0	Europe/Madrid	43.33584	-3.33212		Landeral		39	S	39030	
3119353	Landarbaso	landarbaso	ES	20100	0	Europe/Madrid	43.25817	-1.90672		Landarbaso,Landerbaso		59	SS	20069	
3119354	Landa	landa	ES	01520	0	Europe/Madrid	42.93257	-2.59542		Landa		59	VI	01008	
3119355	Lantziego / Lanciego	lanciego	ES	01308	640	Europe/Madrid	42.56248	-2.51343		Lanciego,Lantziego		59	VI	01032	
3119358	Lanchares	lanchares	ES	39294	0	Europe/Madrid	43.04059	-3.97224		Lanchares		39	S	39017	
3119359	Lancharejo	lancharejo	ES	05620	0	Europe/Madrid	40.34848	-5.56412		Barrio Lancharejo,Lancharejo		55	AV	05051	
3119362	La Nave	la-nave	ES	09219	0	Europe/Madrid	42.6936	-2.97307		La Nave,Nave de Albura		55	BU	09219	
3119363	Lanave	lanave	ES	22621	0	Europe/Madrid	42.41807	-0.39439				52	HU	22199	
3119364	La Nava de Jadraque	la-nava-de-jadraque	ES	19238	0	Europe/Madrid	41.08687	-3.13729		La Nava de Jadraque		54	GU	19203	
3119366	La Nava	la-nava	ES	21291	0	Europe/Madrid	43.32733	-5.66752				34	O	33031	
3119367	La Nava	la-nava	ES	21291	0	Europe/Madrid	41.25996	-3.74893		La Nava,Nava		55	SG	40060	
3119374	Lanaja	lanaja	ES	22250	1465	Europe/Madrid	41.77063	-0.33095		Lanaja	22137	52	HU	22137	
3119376	La Muria	la-muria	ES	22470	0	Europe/Madrid	42.45707	0.53282		La Muria		52	HU	22062	
3119381	La Muera	la-muera	ES	22338	0	Europe/Madrid	42.45715	0.22247				52	HU	22190	
3119382	La Muela	la-muela	ES	23296	0	Europe/Madrid	43.18333	-5.85707		La Muela		34	O	33033	
3119383	La Muela	la-muela	ES	23296	0	Europe/Madrid	41.62909	-2.77835		La Muela		55	SO	42095	
3119384	La Muela	la-muela	ES	23296	0	Europe/Madrid	41.58014	-1.11719		La Muela,La-Muehla,La-Muela,la mu ai la,la mwyla,Ла-Муела,Ла-Муэла,لا مويلا,لا مویلا,拉穆埃拉		52	Z	50182	
3119385	La Mudarra	la-mudarra	ES	47630	254	Europe/Madrid	41.77988	-4.94506		La Mudarra		55	VA	47099	
3119396	La Mortera	la-mortera	ES	33785	0	Europe/Madrid	43.3223	-6.58237		La Mortera		34	O	33073	
3119397	la Morera de Montsant	la-morera-de-montsant	ES	43361	160	Europe/Madrid	41.26529	0.84157		La-Morera-de-Montsant,la Morera,la Morera de Montsant,Ла-Морера-де-Монтсант	43096	56	T	43096	
3119399	La Moralita	la-moralita	ES	37216	0	Europe/Madrid	40.93808	-6.23408		La Moralita		55	SA	37106	
3119401	La Monzona	la-monzona	ES	12428	0	Europe/Madrid	40.11667	-0.6		Caserio La Monzona,Caserío La Monzona,La Monzona,La Monzora		60	CS	12092	
3119402	La Montaña	la-montana	ES	33734	0	Europe/Madrid	43.45	-6.61667		La Montana,La Montaña,Montanas,Montañas,San Salvador		34	O	33034	
3119403	La Montaña	la-montana	ES	33734	0	Europe/Madrid	43.32199	-4.01612		La Montana,La Montaña		39	S	39087	
3119404	La Monjía	la-monjia	ES	42190	0	Europe/Madrid	42.23421	-2.36938		La Monjia,La Monjía		27	LO	26098	
3119407	La Molina	la-molina	ES	17537	0	Europe/Madrid	43.35455	-4.28031				39	S	39024	
3119408	La Molina	la-molina	ES	17537	0	Europe/Madrid	43.32049	-4.8993				34	O	33008	
3119409	La Molina	la-molina	ES	17537	0	Europe/Madrid	43.2767	-3.98132				39	S	39056	
3119412	Lamisqueira	lamisqueira	ES	33779	0	Europe/Madrid	43.42495	-7.06257		Lamisqueira		34	O	33071	
3119413	La Miñosa	la-minosa	ES	19278	57	Europe/Madrid	41.17948	-2.93226		La Minosa,La Miñosa		54	GU	19185	
3119414	Lamindao	lamindao	ES	48141	0	Europe/Madrid	43.11667	-2.76667		Lamindano,Lamindao,Lamíndano		59	BI	48026	
3119416	La Miña	la-mina	ES	14512	0	Europe/Madrid	43.02093	-4.16145				39	S	39032	
3119417	La Milla del Río	la-milla-del-rio	ES	24283	0	Europe/Madrid	42.5712	-5.84522		La Milla del Rio,La Milla del Río		55	LE	24039	
3119418	La Milla del Páramo	la-milla-del-paramo	ES	24393	0	Europe/Madrid	42.46736	-5.79988		La Milla del Paramo,La Milla del Páramo		55	LE	24026	
3119419	La Miliana	la-miliana	ES	43559	38	Europe/Madrid	40.63333	0.41667		La Miliana		56	T	43156	
3119420	La Milana	la-milana	ES	33969	0	Europe/Madrid	41.49783	-2.47824		La Milana		55	SO	42204	
3119421	La Mierla	la-mierla	ES	19225	27	Europe/Madrid	40.93518	-3.23277		La Mierla		54	GU	19182	
3119423	La Miana	la-miana	ES	17850	0	Europe/Madrid	42.18133	2.62898		La Miana		56	GI	17162	
3119426	La Mesa	la-mesa	ES	33887	0	Europe/Madrid	43.22023	-6.80239		La Mesa		34	O	33027	
3119429	La Melgosa	la-melgosa	ES	16193	0	Europe/Madrid	40.03333	-2.08333		La Melgosa		54	CU	16078	
3119434	Lamedo	lamedo	ES	39573	0	Europe/Madrid	43.10872	-4.49611		Lamedo		39	S	39013	
3119438	La Maya	la-maya	ES	37780	256	Europe/Madrid	40.68711	-5.61307		La Maya		55	SA	37188	
3119439	La Matosa	la-matosa	ES	33584	0	Europe/Madrid	43.31756	-5.26209		La Matosa,Matosa		34	O	33049	
3119440	La Matilla	la-matilla	ES	35613	114	Europe/Madrid	41.19115	-3.79436		La Matilla		55	SG	40125	
3119441	La Matanza	la-matanza	ES	03316	0	Europe/Madrid	43.24483	-3.26457				39	S	39101	
3119443	La Mata de Monteagudo	la-mata-de-monteagudo	ES	24887	0	Europe/Madrid	42.83847	-5.04758		La Mata de Monteagudo		55	LE	24183	
3119444	La Mata del Páramo	la-mata-del-paramo	ES	24252	0	Europe/Madrid	42.42358	-5.74302		La Mata		55	LE	24150	
3119445	La Mata de los Olmos	la-mata-de-los-olmos	ES	44557	262	Europe/Madrid	40.86592	-0.52116		La Mata de los Olmos		52	TE	44146	
3119448	La Mata de la Bérbula	la-mata-de-la-berbula	ES	24847	0	Europe/Madrid	42.86653	-5.40955		La Mata de la Berbula,La Mata de la Bérbula		55	LE	24179	
3119449	La Mata de Curueño	la-mata-de-curueno	ES	24848	0	Europe/Madrid	42.77813	-5.41172		La Mata de Curueno,La Mata de Curueño		55	LE	24151	
3119451	La Mata	la-mata	ES	09589	0	Europe/Madrid	43.54073	-6.56137				34	O	33034	
3119452	La Mata	la-mata	ES	09589	1	Europe/Madrid	43.38333	-6.05		La Mata,Santa Eulalia		34	O	33026	
3119453	Lamata	lamata	ES	22393	0	Europe/Madrid	42.2789	0.1773		Lamata		52	HU	22002	
3119454	La Mata	la-mata	ES	09589	0	Europe/Madrid	41.11076	-3.72237				55	SG	40020	
3119455	La Mata	la-mata	ES	09589	0	Europe/Madrid	41.09072	-3.88633				55	SG	40188	
3119458	la Masó	la-maso	ES	43143	288	Europe/Madrid	41.23333	1.21667		La Maso,La Masó,Maso,Masó,la Maso,la Masó		56	T	43166	
3119459	Lamas de Moreira	lamas-de-moreira	ES	27117	0	Europe/Madrid	43.05959	-7.07561		Lamas de Moreira		58	LU	27018	
3119460	Lamas de Campos	lamas-de-campos	ES	27113	0	Europe/Madrid	43.18884	-7.00447				58	LU	27018	
3119462	La Masanti	la-masanti	ES	33518	0	Europe/Madrid	43.39679	-5.57049		La Masanti		34	O	33065	
3119484	La Marea	la-marea	ES	33536	0	Europe/Madrid	43.27441	-5.42194		La Marea		34	O	33049	
3119489	La Maluenga	la-maluenga	ES	24722	0	Europe/Madrid	42.49995	-6.28443		La Maluenga		55	LE	24152	
3119491	La Mallona	la-mallona	ES	42192	0	Europe/Madrid	41.71455	-2.71836		La Mallona		55	SO	42095	
3119495	La Majua	la-majua	ES	24144	0	Europe/Madrid	42.98048	-6.02484		La Majua		55	LE	24145	
3119498	Lamagrande	lamagrande	ES	24525	0	Europe/Madrid	42.68446	-6.91024		Lamagrande		55	LE	24009	
3119500	La Magdalena	la-magdalena	ES	03370	0	Europe/Madrid	43.46676	-5.39057				34	O	33076	
3119501	La Magdalena	la-magdalena	ES	03370	0	Europe/Madrid	43.35403	-3.33508		La Magdalena		39	S	39030	
3119503	La Magdalena	la-magdalena	ES	03370	0	Europe/Madrid	40.44714	-5.5386		Barrio La Magdalena,La Magdalena		55	SA	37319	
3119504	Lamadrid	lamadrid	ES	39593	0	Europe/Madrid	43.35385	-4.3632		Lamadrid		39	S	39091	
3119505	La Madrera	la-madrera	ES	33310	0	Europe/Madrid	43.43815	-5.4027				34	O	33076	
3119507	Lama	lama	ES	27367	0	Europe/Madrid	42.82836	-7.33702		Lama		58	LU	27026	
3119508	Lama	lama	ES	27367	0	Europe/Madrid	42.5	-7.88333		Lama,Lamas		58	OR	32087	
3119509	Lama	lama	ES	27367	2864	Europe/Madrid	42.4	-8.43333		Lama,San Salvador		58	PO	36025	
3119510	La Lurda	la-lurda	ES	37810	0	Europe/Madrid	40.84886	-5.41991		La Lurda		55	SA	37148	
3119512	Lalueza	lalueza	ES	22214	0	Europe/Madrid	41.83967	-0.25493		Lalueza	22136	52	HU	22136	
3119513	Laluenga	laluenga	ES	22125	246	Europe/Madrid	42.00703	-0.04715		Laluenga	22135	52	HU	22135	
3119515	La Losilla	la-losilla	ES	04829	16	Europe/Madrid	41.8726	-2.27853		La Losilla		55	SO	42106	
3119516	La Losa	la-losa	ES	16707	470	Europe/Madrid	40.8536	-4.16387		La Losa		55	SG	40113	
3119518	La Longa	la-longa	ES	33785	0	Europe/Madrid	43.27183	-5.74112		La Longa		34	O	33037	
3119520	La Lomba	la-lomba	ES	39210	0	Europe/Madrid	43.01132	-4.28778		La Lomba		39	S	39032	
3119521	La Loma	la-loma	ES	04693	0	Europe/Madrid	42.93834	-4.20481		La Loma		39	S	39092	
3119522	La Loma	la-loma	ES	04693	0	Europe/Madrid	40.88034	-2.27755		La Loma		54	GU	19235	
3119531	La Llagosta	la-llagosta	ES	08120	13820	Europe/Madrid	41.51435	2.19297		La Llagosta		56	B	08125	
3119532	La Llacuna	la-llacuna	ES	08779	873	Europe/Madrid	41.47145	1.53241		La Llacuna,Llacuna		56	B	08104	
3119541	La Lastrilla	la-lastrilla	ES	05630	2359	Europe/Madrid	40.96817	-4.10468		La Lastrilla		55	SG	40112	
3119542	La Lastra del Cano	la-lastra-del-cano	ES	05630	0	Europe/Madrid	40.35398	-5.40669		La Lastra del Cano		55	AV	05904	
3119543	La Lastra	la-lastra	ES	05592	0	Europe/Madrid	43.15036	-4.38171				39	S	39089	
3119544	La Lastra	la-lastra	ES	05592	0	Europe/Madrid	42.91506	-4.66978		La Lastra		55	P	34185	
3119545	Lalastra	lalastra	ES	01427	0	Europe/Madrid	42.87555	-3.23101		Lalastra		59	VI	01055	
3119546	La Lastra	la-lastra	ES	05592	0	Europe/Madrid	40.41697	-5.35852		La Lastra		55	AV	05228	
3119547	La Langa	la-langa	ES	16550	0	Europe/Madrid	40.08996	-2.65983		La Langa,Langa		54	CU	16112	
3119551	La Laguna	la-laguna	ES	39556	0	Europe/Madrid	42.70143	-7.01979				55	LE	24198	
3119552	La Laguna	la-laguna	ES	39556	0	Europe/Madrid	42.05538	-2.42424		La Laguna		55	SO	42209	
3119559	la Jonquera	la-jonquera	ES	17700	0	Europe/Madrid	42.41728	2.87363		la Jonquera	17086	56	GI	17086	
3119560	La Juncar	la-juncar	ES	33160	0	Europe/Madrid	43.22551	-5.86387		La Juncar		34	O	33058	
3119561	La Joyosa	la-joyosa	ES	50692	0	Europe/Madrid	41.74449	-1.07463		La Joyosa		52	Z	50132	
3119568	Laxe	laxe	ES	15117	0	Europe/Madrid	42.61667	-7.66667		San Felix,San Félix		58	LU	27058	
3119569	Laxe	laxe	ES	15117	0	Europe/Madrid	42.60006	-8.55425		San Martin,San Martín		58	PO	36032	
3119572	Laiz de las Arrimadas	laiz-de-las-arrimadas	ES	24877	0	Europe/Madrid	42.81571	-5.31789		Laiz de las Arrimadas		55	LE	24068	
3119576	La Isla	la-isla	ES	33341	0	Europe/Madrid	43.48089	-5.22786				34	O	33019	
3119579	La Isabela	la-isabela	ES	23214	0	Europe/Madrid	40.43333	-2.68333				54	CU	16051	
3119584	La Iglesuela del Cid	la-iglesuela-del-cid	ES	44142	513	Europe/Madrid	40.48312	-0.31938		Iglesuela del Cid,La Iglesuela	44126	52	TE	44126	
3119585	La Iglesuela	la-iglesuela	ES	45633	435	Europe/Madrid	40.23277	-4.75162		La Iglesuela		54	TO	45079	
3119586	Polanco	polanco	ES	39313	1000	Europe/Madrid	43.38524	-4.01642	50		39054	39	S	39054	
3119587	La Iglesia	la-iglesia	ES	48880	0	Europe/Madrid	43.27237	-3.25688		La Iglesia		59	BI	48087	
3119590	La Huérfana	la-huerfana	ES	37114	0	Europe/Madrid	41.07164	-6.09061		La Huerfana,La Huérfana		55	SA	37150	
3119591	La Huerce	la-huerce	ES	19238	46	Europe/Madrid	41.15	-3.16667		La Huerce		54	GU	19146	
3119592	La Huelga	la-huelga	ES	04289	0	Europe/Madrid	43.4391	-5.53655				34	O	33076	
3119593	La Hoz de La Vieja	la-hoz-de-la-vieja	ES	44791	106	Europe/Madrid	40.92391	-0.84299		La Hoz de La Vieja		52	TE	44124	
3119595	Lahoz	lahoz	ES	01427	0	Europe/Madrid	42.88345	-3.24234		Lahoz		59	VI	01055	
3119596	La Hoya	la-hoya	ES	37716	0	Europe/Madrid	40.66667	-0.46667		Caserio La Hoya,Caserío La Hoya,La Hoya		52	TE	44260	
3119597	La Hoya	la-hoya	ES	37716	0	Europe/Madrid	40.57002	-4.23429				29	M	28135	
3119598	La Hoya	la-hoya	ES	37716	32	Europe/Madrid	40.40723	-5.69884		La Hoya		55	SA	37163	
3119599	La Hortezuela de Océn	la-hortezuela-de-ocen	ES	19445	77	Europe/Madrid	40.95203	-2.41645		La Hortezuela de Ocen,La Hortezuela de Océn		54	GU	19011	
3119600	La Horra	la-horra	ES	09311	406	Europe/Madrid	41.74139	-3.8756		La Horra		55	BU	09168	
3119601	La Horcajada	la-horcajada	ES	05695	678	Europe/Madrid	40.43674	-5.46615		La Horcajada,La Orkakhada,La-Orkakhada,la ao er ka ha da,la awrkakhada,la hrkakhada,Ла Оркахада,Ла-Оркахада,لا أوركاخادا,لا هرکاخادا,拉奥尔卡哈达		55	AV	05097	
3119602	La Horcajada	la-horcajada	ES	05695	0	Europe/Madrid	40.41202	-6.20222		Caserio La Horcajada,Caserío La Horcajada,La Horcajada		57	CC	10135	
3119603	La Hiruela	la-hiruela	ES	28191	0	Europe/Madrid	41.07787	-3.4549		La Hiruela		29	M	28069	
3119604	La Hinojosa	la-hinojosa	ES	16435	0	Europe/Madrid	41.8006	-3.26444		La Hinojosa		55	SO	42080	
3119605	La Hiniesta	la-hiniesta	ES	49192	356	Europe/Madrid	41.55241	-5.79885		La Hiniesta		55	ZA	49095	
3119606	La Hija de Dios	la-hija-de-dios	ES	05131	95	Europe/Madrid	40.53013	-4.96734		La Hija de Dios		55	AV	05096	
3119607	La Higuera	la-higuera	ES	02693	0	Europe/Madrid	41.01624	-4.08091		La Higuera		55	SG	40077	
3119608	La Higuera	la-higuera	ES	02693	0	Europe/Madrid	40.18773	-4.99548		Caserio La Higuera,Caserío La Higuera,La Higuera		55	AV	05132	
3119609	La Higuera	la-higuera	ES	02693	0	Europe/Madrid	40.01667	-1.01667		Caserio La Higuera,Caserío La Higuera,La Higuera		52	TE	44026	
3119610	La Herrería	la-herreria	ES	02124	0	Europe/Madrid	43.28246	-4.4353				39	S	39063	
3119611	Herrera	herrera	ES	09221	0	Europe/Madrid	43.20361	-3.16497		Herrera,La Herrera		59	BI	48096	
3119612	La Herrera	la-herrera	ES	02162	0	Europe/Madrid	42.83333	-5.16667				55	LE	24137	
3119613	La Herrán	la-herran	ES	39718	0	Europe/Madrid	43.35541	-3.77642		La Herran,La Herrán		39	S	39037	
3119614	La Hermida	la-hermida	ES	39580	0	Europe/Madrid	43.25521	-4.61413		La Hermida		39	S	39049	
3119615	La Herguijuela	la-herguijuela	ES	05631	0	Europe/Madrid	40.39524	-5.25458		La Herguijuela		55	AV	05901	
3119617	La Gurueba	la-gurueba	ES	39686	0	Europe/Madrid	43.16908	-3.8428		Gurueba,La Gurueba		39	S	39097	
3119620	Lagunilla de la Vega	lagunilla-de-la-vega	ES	34116	0	Europe/Madrid	42.43816	-4.75458		Lagunilla,Lagunilla de la Vega		55	P	34038	
3119622	Lagunilla	lagunilla	ES	37724	557	Europe/Madrid	40.32491	-5.97132		Lagunilla	37168	55	SA	37168	
3119623	Lagunaseca	lagunaseca	ES	16878	130	Europe/Madrid	40.531	-2.01956		Lagunaseca	16116	54	CU	16116	
3119624	Lagunas de Somoza	lagunas-de-somoza	ES	24717	0	Europe/Madrid	42.38087	-6.19252		Laguna de Somoza,Lagunas,Lagunas de Somoza		55	LE	24185	
3119626	Lagunarrota	lagunarrota	ES	22131	0	Europe/Madrid	41.92597	-0.00999		Lagunarrota		52	HU	22174	
3119627	Laguna-Rodrigo	laguna-rodrigo	ES	40136	0	Europe/Madrid	40.97953	-4.45835		Laguna-Rodrigo		55	SG	40185	
3119629	Laguna de Negrillos	laguna-de-negrillos	ES	24234	1340	Europe/Madrid	42.23889	-5.66066		Laguna de Negrillos,Laguna-de-Negril'jos,Laguna-de-Negril'os,la gu na de nei ge li e si,Лагуна-де-Негрильос,Лагуна-де-Негрільйос,拉古纳德内格里略斯	24088	55	LE	24088	
3119630	Laguna del Marquesado	laguna-del-marquesado	ES	16316	74	Europe/Madrid	40.17749	-1.67167		La Laguna del Marquesado,Laguna del Marquesado	16115	54	CU	16115	
3119631	Laguna de Duero	laguna-de-duero	ES	47140	21762	Europe/Madrid	41.58151	-4.72332		Laguna de Duero,Laguna-de-Duehro,Лагуна-де-Дуэро	47076	55	VA	47076	
3119632	Laguna de Contreras	laguna-de-contreras	ES	40236	154	Europe/Madrid	41.49513	-4.02874		Laguna de Contreras	40108	55	SG	40108	
3119633	Laguna de Cameros	laguna-de-cameros	ES	26135	163	Europe/Madrid	42.17455	-2.54282		Laguna de Cameros	26082	27	LO	26082	
3119634	Laguna Dalga	laguna-dalga	ES	24248	845	Europe/Madrid	42.33192	-5.7522		Laguna Dalga	24087	55	LE	24087	
3119637	Laguillos	laguillos	ES	39417	0	Europe/Madrid	42.92352	-4.01412		Laguillos		39	S	39093	
3119638	Lagueruela	lagueruela	ES	44492	54	Europe/Madrid	41.0425	-1.19283		Lagueruela	44132	52	TE	44132	
3119640	Lagüeiro	lagueiro	ES	33810	0	Europe/Madrid	43.01667	-6.86667		Lagueiro,Lagüeiro		34	O	33028	
3119642	Laguarta	laguarta	ES	22623	0	Europe/Madrid	42.41346	-0.11808		Laguarta		52	HU	22199	
3119645	Laguardia	laguardia	ES	01300	1498	Europe/Madrid	42.55461	-2.58528		Biasteri,Guardia,La Gardia,Laguardia,Laguardija,Lagvardija,la gua er di ya,laghwardya,lagwardya,Ла Гардиа,Лагвардија,Лагуардія,لاغوارديا,لاگواردیا,拉瓜尔迪亚	01031	59	VI	01031	
3119647	La Guàrdia	la-guardia	ES	45760	0	Europe/Madrid	41.72105	1.05601				56	L	25225	
3119649	La Granja de San Vicente	la-granja-de-san-vicente	ES	24378	0	Europe/Madrid	42.60943	-6.29212		La Granja de San Vicente		55	LE	24170	
3119650	La Granja	la-granja	ES	10711	0	Europe/Madrid	40.97688	-5.61915		Caserio La Granja,Caserío La Granja,Casilla de la Granja,La Granja		55	SA	37067	
3119651	La Granja	la-granja	ES	10711	0	Europe/Madrid	40.88677	-5.43763		Caserio La Granja,Caserío La Granja,La Granja		55	SA	37148	
3119652	La Granja	la-granja	ES	10711	0	Europe/Madrid	40.23935	-5.99481		La Granja		57	CC	10086	
3119653	La Granja	la-granja	ES	10711	0	Europe/Madrid	40.15566	-6.88673		Caserio de la Granja,Caserío de la Granja,Colonia la Granja,La Granja		57	CC	10205	
3119655	La Granada	la-granada	ES	08792	1566	Europe/Madrid	41.37816	1.71902		La Granada		56	B	08305	
3119658	Lagrán	lagran	ES	01118	197	Europe/Madrid	42.62625	-2.58385		Lagran,Lagrán	01030	59	VI	01030	
3119662	Lagos	lagos	ES	18616	5	Europe/Madrid	42.81667	-7.3				58	LU	27026	
3119663	Lago de Carucedo	lago-de-carucedo	ES	24440	0	Europe/Madrid	42.49333	-6.78884		Lago de Carucedo		55	LE	24041	
3119671	Lago	lago	ES	33783	0	Europe/Madrid	43.7	-7.48333		Lago,Santa Eulalia		58	LU	27025	
3119672	Lago	lago	ES	33783	0	Europe/Madrid	43.6	-8.16667		Lago,Santiago		58	C	15087	
3119673	Lago	lago	ES	33783	0	Europe/Madrid	43.50448	-6.46648		Lago		34	O	33034	
3119674	Lago	lago	ES	33783	0	Europe/Madrid	43.3346	-5.18545				34	O	33045	
3119675	Lago	lago	ES	33783	0	Europe/Madrid	43.25333	-6.73224		Lago		34	O	33001	
3119676	Lago	lago	ES	33783	0	Europe/Madrid	42.96221	-8.97432				58	C	15045	
3119679	Lago	lago	ES	33783	0	Europe/Madrid	42.4	-8.05		Lago,San Martin,San Martín		58	OR	32045	
3119681	La Gloria	la-gloria	ES	11391	0	Europe/Madrid	40.38449	-5.80967		Caserio La Gloria,Caserío La Gloria,La Gloria		55	SA	37046	
3119683	La Ginebrosa	la-ginebrosa	ES	44643	236	Europe/Madrid	40.86991	-0.13525		La Ginebrosa,la Ginebrosa	44118	52	TE	44118	
3119687	Laxe	laxe	ES	15117	0	Europe/Madrid	43.22019	-9.0063			15040	58	C	15040	
3119688	Lagata	lagata	ES	50134	124	Europe/Madrid	41.2397	-0.80487		Lagata	50133	52	Z	50133	
3119689	Lagartos	lagartos	ES	34347	136	Europe/Madrid	42.40578	-4.90454			34091	55	P	34091	
3119694	la Garriga	la-garriga	ES	03170	14991	Europe/Madrid	41.68333	2.28333		la Garriga		56	B	08086	
3119696	La Garganta	la-garganta	ES	10759	562	Europe/Madrid	40.32888	-5.82321		La Garganta		57	CC	10078	
3119697	Lagarejos de la Carballeda	lagarejos-de-la-carballeda	ES	49325	0	Europe/Madrid	42.05327	-6.44494		Lagarejos de la Carballeda		55	ZA	49017	
3119699	La Gallega	la-gallega	ES	09612	86	Europe/Madrid	41.89861	-3.26406		La Gallega		55	BU	09144	
3119700	La Galguera	la-galguera	ES	33596	0	Europe/Madrid	43.39975	-4.74887		La Galguera		34	O	33036	
3119701	La Galera	la-galera	ES	03599	790	Europe/Madrid	40.68149	0.46342		La Galera		56	T	43156	
3119704	La Fuliola	la-fuliola	ES	25332	1238	Europe/Madrid	41.71358	1.01746		Fuliola,La Fuliola,la Fuliola		56	L	25096	
3119705	La Fuente de San Esteban	la-fuente-de-san-esteban	ES	37200	1453	Europe/Madrid	40.80161	-6.25852		Fuente San Esteban,Fuentes de San Esteban,La Fuente de San Esteban		55	SA	37135	
3119708	La Fuente	la-fuente	ES	04647	0	Europe/Madrid	43.1282	-5.55476				34	O	33002	
3119709	La Fuensaviñán	la-fuensavinan	ES	19268	0	Europe/Madrid	40.96495	-2.58387		La Fuensavinan,La Fuensaviñán		54	GU	19282	
3119710	La Fueja	la-fueja	ES	33827	0	Europe/Madrid	43.33805	-6.15289		La Fueja		34	O	33026	
3119711	La Frontera	la-frontera	ES	16144	204	Europe/Madrid	40.40161	-2.21699		La Frontera	16085	54	CU	16085	
3119712	La Fresneda	la-fresneda	ES	44596	454	Europe/Madrid	40.92817	0.07417		La Fresneda,la Fresneda		52	TE	44108	
3119714	La Frecha	la-frecha	ES	39587	0	Europe/Madrid	43.33773	-5.24202				34	O	33049	
3119715	La Frecha	la-frecha	ES	39587	0	Europe/Madrid	43.15118	-4.67661		La Frecha		39	S	39015	
3119716	La Frecha	la-frecha	ES	39587	0	Europe/Madrid	43.09688	-5.80042				34	O	33033	
3119717	La Franca	la-franca	ES	33590	0	Europe/Madrid	43.3861	-4.56978		La Franca		34	O	33055	
3119723	Florida	la-florida	ES	08130	0	Europe/Madrid	43.26972	-1.97156		Florida,La Florida		59	SS	20069	
3119724	La Florida	la-florida	ES	08130	0	Europe/Madrid	41.51988	2.19029		La Florida		56	B	08260	
3119726	La Flecha	la-flecha	ES	33610	0	Europe/Madrid	41.61667	-4.76667		Caserio La Flecha,Caserío La Flecha,La Flecha		55	VA	47186	
3119727	La Flecha	la-flecha	ES	33610	0	Europe/Madrid	40.98039	-5.57362		Caserio Flecha,Caserío Flecha,Flecha y Rivas,La Flecha		55	SA	37067	
3119730	La Figuerina	la-figuerina	ES	33887	0	Europe/Madrid	43.23523	-6.79948		Figuerina,La Figuerina		34	O	33001	
3119731	La Figuera	la-figuera	ES	43736	316	Europe/Madrid	41.21617	0.73075		La Figuera		56	T	43060	
3119740	La Fanosa	la-fanosa	ES	33874	0	Europe/Madrid	43.34507	-6.57436		La Fanosa		34	O	33073	
3119743	La Faba	la-faba	ES	24526	0	Europe/Madrid	42.68485	-7.00637		La Faba		55	LE	24198	
3119745	La Estrella	la-estrella	ES	35212	0	Europe/Madrid	40.36619	-0.29453				52	TE	44160	
3119772	La Espina	la-espina	ES	24889	0	Europe/Madrid	43.41733	-5.45334				34	O	33076	
3119773	La Espina	la-espina	ES	24889	0	Europe/Madrid	43.39736	-6.33212		Espina,La Espina		34	O	33059	
3119774	La Espina	la-espina	ES	24889	0	Europe/Madrid	42.79012	-4.90529		La Espina		55	LE	24183	
3119778	La Escaleruela	la-escaleruela	ES	44424	43	Europe/Madrid	40.14231	-0.76097		Escaleruela,La Escaleruela		52	TE	44210	
3119781	La Ercina	la-ercina	ES	24870	678	Europe/Madrid	42.81348	-5.2184		La Ercina		55	LE	24068	
3119783	La Encina	la-encina	ES	37515	0	Europe/Madrid	43.31961	-3.86599		La Encina		39	S	39074	
3119784	La Encina	la-encina	ES	37515	151	Europe/Madrid	40.4991	-6.53059		La Encina		55	SA	37119	
3119785	La Encarnada	la-encarnada	ES	33946	0	Europe/Madrid	43.30999	-5.60091		La Encarnada		34	O	33060	
3119788	La Edilla	la-edilla	ES	39860	0	Europe/Madrid	43.31209	-3.4051		La Edilla		39	S	39058	
3119790	La Dueña de Abajo	la-duena-de-abajo	ES	37458	0	Europe/Madrid	40.67567	-5.72999		Alqueria La Duena de Abajo,Alquería La Dueña de Abajo,La Duena de Abajo,La Dueña de Abajo		55	SA	37237	
3119791	Ladruñán	ladrunan	ES	44562	0	Europe/Madrid	40.74175	-0.40142		Ladrunan,Ladruñán		52	TE	44071	
3119793	Ladrillar	ladrillar	ES	10625	269	Europe/Madrid	40.46576	-6.22427		El Ladrillar	10108	57	CC	10108	
3119802	La Devesa de Boñar	la-devesa-de-bonar	ES	24860	0	Europe/Madrid	42.82137	-5.29671		La Devesa de Bonar,La Devesa de Boñar		55	LE	24199	
3119804	La Depata	la-depata	ES	33616	0	Europe/Madrid	43.26667	-5.75				34	O	33037	
3119805	La Dehesilla	la-dehesilla	ES	34160	0	Europe/Madrid	40.32912	-6.28336		Caserio La Dehesilla,Caserío La Dehesilla,La Dehesilla		57	CC	10041	
3119806	La Dehesilla	la-dehesilla	ES	34160	0	Europe/Madrid	40.19007	-6.30488				57	CC	10167	
3119808	La Curriquera	la-curriquera	ES	33891	0	Europe/Madrid	43.38127	-6.30417		La Curriquera		34	O	33059	
3119809	Lakuntza	lakuntza	ES	31830	0	Europe/Madrid	42.92249	-2.02337		Lacunza,Lakuntza	31138	32	NA	31138	
3119810	La Cueva de Roa	la-cueva-de-roa	ES	09319	108	Europe/Madrid	41.66683	-3.94117		La Cueva de Roa		55	BU	09117	
3119811	La Cueva	la-cueva	ES	30160	0	Europe/Madrid	43.33333	-5.75				34	O	33031	
3119812	La Cueva	la-cueva	ES	30160	0	Europe/Madrid	43.31667	-3.9		La Cueva		39	S	39019	
3119813	La Cueva	la-cueva	ES	30160	0	Europe/Madrid	40.43317	-1.92892		Barrio La Cueva,La Cueva		54	CU	16239	
3119815	La Cueta	la-cueta	ES	24141	0	Europe/Madrid	43.01494	-6.18692		La Cueta		55	LE	24029	
3119816	La Cuesta	la-cuesta	ES	24740	0	Europe/Madrid	43.61667	-5.8				34	O	33025	
3119817	La Cuesta	la-cuesta	ES	24740	0	Europe/Madrid	43.55	-5.73333				34	O	33014	
3119818	La Cuesta	la-cuesta	ES	24740	0	Europe/Madrid	43.41683	-5.55007				34	O	33065	
3119820	La Cuesta	la-cuesta	ES	24740	0	Europe/Madrid	42.2588	-6.42122		La Cuesta		55	LE	24172	
3119821	La Cuesta	la-cuesta	ES	24740	0	Europe/Madrid	42.06091	-2.31413				55	SO	42209	
3119822	La Cuesta	la-cuesta	ES	24740	5000	Europe/Madrid	41.0828	-3.96017		Cuesta,La Cuesta,La Kosta,Ла Коста		55	SG	40208	
3119823	La Cuenca	la-cuenca	ES	42192	15	Europe/Madrid	41.73803	-2.74112	1098	La Cuenca		55	SO	42095	
3119824	La Cuba	la-cuba	ES	33160	0	Europe/Madrid	40.25	-0.75		Barrio La Cuba,La Cuba		52	TE	44158	
3119825	La Cuba	la-cuba	ES	33160	0	Europe/Madrid	40.59166	-0.29707		La Cuba		52	TE	44088	
3119826	Lacuadrada	lacuadrada	ES	22132	0	Europe/Madrid	41.97189	-0.07121		Lacuadrada		52	HU	22235	
3119830	Kurtzea	la-cruz	ES	14650	0	Europe/Madrid	43.23038	-2.83514				59	BI	48036	
3119831	La Cruz	la-cruz	ES	14650	0	Europe/Madrid	43.02307	-5.8704				34	O	33033	
3119832	la Creueta	la-creueta	ES	17241	0	Europe/Madrid	41.96667	2.85				56	GI	17142	
3119835	La Costana	la-costana	ES	39292	0	Europe/Madrid	43.0162	-4.00105		La Costana		39	S	39017	
3119836	La Costa	la-costa	ES	11380	0	Europe/Madrid	41.74665	2.41724		La Costa		56	B	08234	
3119837	Lacorzana	lacorzana	ES	01211	0	Europe/Madrid	42.18333	-2.88333				27	LO	26178	
3119838	Lacorvilla	lacorvilla	ES	50615	0	Europe/Madrid	42.19362	-0.8635		Lacorvilla		52	Z	50151	
3119950	La Bodega	la-bodega	ES	39791	0	Europe/Madrid	40.23991	-0.07067		Caserio La Bodega,Caserío La Bodega,La Bodega		60	CS	12105	
3119952	la Bisbal d'Empordà	la-bisbal-d-emporda	ES	17100	10385	Europe/Madrid	41.95	3.05		La Bisbal,La Bisbal d'Emporda,La Bisbal d'Empordà,La Bisbal del Ampurdan,La Bisbal del Ampurdán,la  Bisbal,la Bisbal,la Bisbal d'Emporda,la Bisbal d'Empordà	17022	56	GI	17022	
3119953	Labio	labio	ES	27293	0	Europe/Madrid	43.0485	-7.46301		Labio		58	LU	27028	
3119841	A Coruña	a-coruna	ES	15001	246056	Europe/Madrid	43.37135	-8.396		A Coruna,A Coruña,A Cruna,A Cruña,A Koruna,A-Korun'ja,Akoruna,Akoruņa,Caronium,Coruna,Corunako,Corunha,Corunya,Coruña,Coruñako,Corùna,In Coruna,In Coruña,Koruna,Korunjo,LCG,La Corogne,La Coronha,La Coruna,La Coruña,La Koruna,La Korunja,La Korunya,La-Karun'ja,La-Korun'ja,La-Korunya,The Groyne,la ke lu ni ya,la kwrwnya,lakolunya,lakrwnya,xa ko ruya,А Коруња,А-Корунья,Коруња,Ла Коруня,Ла-Карунья,Ла-Корунья,Լա Կորունա,א קורוניה,اے کرونا,لا كورونيا,لا کۆرونیا,لاکرونیا,อาโกรูญา,ლა-კორუნია,ア・コルーニャ,拉科魯尼亞,라코루냐	15030	58	C	15030	
3119846	la Coromina	la-coromina	ES	08261	0	Europe/Madrid	41.90946	1.69413		la Coromina		56	B	08047	
3119850	La Concha	la-concha	ES	39728	0	Europe/Madrid	43.36988	-3.85216		La Concha		39	S	39099	
3119851	La Concha	la-concha	ES	39728	0	Europe/Madrid	43.20226	-3.69791		La Concha		39	S	39072	
3119852	La Collada	la-collada	ES	39738	0	Europe/Madrid	43.34007	-3.62608		Collado,La Collada		39	S	39028	
3119853	La Colilla	la-colilla	ES	05192	270	Europe/Madrid	40.64753	-4.76595		La Colilla,La Kolilja,La-Kolil'ja,la ke li li ya,la kwlya,lakwlya,Ла Колилја,Ла-Колилья,Ла-Колілья,لا كوليا,لاکولیا,拉科利利亚		55	AV	05061	
3119854	La Codoñera	la-codonera	ES	44640	343	Europe/Madrid	40.93367	-0.08578		La Codonera,La Codoñera,la Codonyera		52	TE	44080	
3119857	La Cierva	la-cierva	ES	11650	49	Europe/Madrid	40.05	-1.85		Cierva,La Cierva		54	CU	16074	
3119860	La Chana	la-chana	ES	24444	0	Europe/Madrid	42.48181	-6.72472		La Chana		55	LE	24022	
3119861	Lacervilla	lacervilla	ES	01220	0	Europe/Madrid	42.71268	-2.8398		Lacervilla,Lizeriuri		59	VI	01014	
3119863	La Cernada	la-cernada	ES	24526	0	Europe/Madrid	42.69619	-7.03304		La Cernada		55	LE	24198	
3119864	La Cerca	la-cerca	ES	09514	0	Europe/Madrid	43.22307	-3.31418				59	BI	48022	
3119865	La Cerca	la-cerca	ES	09514	0	Europe/Madrid	42.97248	-3.427		La Cerca		55	BU	09209	
3119867	la Sènia	la-senia	ES	43560	0	Europe/Madrid	40.63333	0.28333		Cenia		56	T	43044	
3119872	La Cavada	la-cavada	ES	39720	0	Europe/Madrid	43.35127	-3.70377				39	S	39064	
3119874	La Casería	la-caseria	ES	33616	0	Europe/Madrid	43.2725	-5.74445		La Caseria,La Casería		34	O	33037	
3119880	La Carrera de Otero	la-carrera-de-otero	ES	24711	0	Europe/Madrid	42.51667	-6.03333		La Carrera de Otero		55	LE	24214	
3119881	La Carrera	la-carrera	ES	05620	0	Europe/Madrid	43.38333	-5.68333		La Carrera,San Martin,San Martín		34	O	33066	
3119882	La Carrera	la-carrera	ES	05620	0	Europe/Madrid	43.12847	-5.69928				34	O	33002	
3119883	La Carrera	la-carrera	ES	05620	0	Europe/Madrid	40.45594	-5.42654				55	AV	05103	
3119884	La Carrera	la-carrera	ES	05620	0	Europe/Madrid	40.34777	-5.55474		La Carrera	05051	55	AV	05051	
3119885	La Caridad	la-caridad	ES	33750	0	Europe/Madrid	43.55311	-6.83157		La Caridad		34	O	33023	
3119886	La Cárcoba	la-carcoba	ES	39723	0	Europe/Madrid	43.27811	-3.69913		La Carcoba,La Cárcoba		39	S	39045	
3119888	La Cantolla	la-cantolla	ES	39723	0	Europe/Madrid	43.29448	-3.70784		La Cantolla		39	S	39045	
3119889	La Canonja	la-canonja	ES	43110	5807	Europe/Madrid	41.1211	1.18065		La Canonja,La Kanondzha,Ла Канонджа		56	T	43123	
3119892	La Cándana de Curueño	la-candana-de-curueno	ES	24848	0	Europe/Madrid	42.8269	-5.4106		La Candana de Curueno,La Cándana de Curueño		55	LE	24193	
3119896	La Canal	la-canal	ES	04274	0	Europe/Madrid	43.30978	-5.25733				34	O	33049	
3119897	La Canal	la-canal	ES	04274	0	Europe/Madrid	43.24967	-3.85821				39	S	39100	
3119898	La Cañadilla	la-canadilla	ES	44158	0	Europe/Madrid	40.73951	-0.62199		La Canadilla,La Cañadilla		52	TE	44017	
3119899	La Cañada de Verich	la-canada-de-verich	ES	44643	101	Europe/Madrid	40.87133	-0.09992		La Canada de Verich,La Cañada de Verich,la Canyada de Beric		52	TE	44061	
3119901	La Cañada	la-canada	ES	03699	0	Europe/Madrid	40.59985	-4.49589		Barrio La Canada,Barrio La Cañada,La Canada,La Cañada,Villanueva de la Canada,Villanueva de la Cañada		55	AV	05093	
3119902	La Cañada	la-canada	ES	03699	0	Europe/Madrid	40.45717	-5.32313				55	AV	05186	
3119903	La Cañada	la-canada	ES	03699	0	Europe/Madrid	40.42483	-3.53702		Caserio La Canada,Caserío La Cañada,La Canada,La Cañada		29	M	28130	
3119909	La Calzada de Béjar	la-calzada-de-bejar	ES	37714	91	Europe/Madrid	40.41182	-5.81809		La Calzada de Bejar,La Calzada de Béjar		55	SA	37071	
3119910	La Calzada	la-calzada	ES	33868	0	Europe/Madrid	43.53333	-5.7		La Calzada		34	O	33024	
3119911	La Calzada	la-calzada	ES	33868	0	Europe/Madrid	43.41667	-3.95				39	S	39052	
3119912	La Calera del Prado	la-calera-del-prado	ES	48895	0	Europe/Madrid	43.16332	-3.42831		La Calera del Prado		59	BI	48022	
3119916	La Cadena	la-cadena	ES	48890	0	Europe/Madrid	43.25075	-3.382		La Cadena		59	BI	48022	
3119917	La Cabrera	la-cabrera	ES	19267	0	Europe/Madrid	41.00842	-2.67766		La Cabrera		54	GU	19257	
3119918	La Cabrera	la-cabrera	ES	19267	2265	Europe/Madrid	40.86386	-3.61265		La Cabrera		29	M	28030	
3119919	La Cabezonada	la-cabezonada	ES	22452	0	Europe/Madrid	42.43619	0.30293		La Cabezonada		52	HU	22113	
3119920	La Cabeza de Béjar	la-cabeza-de-bejar	ES	37773	85	Europe/Madrid	40.49574	-5.66259		La Cabeza de Bejar,La Cabeza de Béjar		55	SA	37063	
3119923	La Busta	la-busta	ES	33316	0	Europe/Madrid	43.36667	-5.31667		La Busta		34	O	33049	
3119924	La Busta	la-busta	ES	33316	0	Europe/Madrid	43.34924	-4.17777		La Busta		39	S	39001	
3119926	Labuerda	labuerda	ES	22360	164	Europe/Madrid	42.45234	0.13561			22133	52	HU	22133	
3119927	Labros	labros	ES	19333	0	Europe/Madrid	41.04732	-1.94115		Labros		54	GU	19265	
3119928	Labraza	labraza	ES	01322	0	Europe/Madrid	42.56667	-2.41667		Labraza		59	VI	01043	
3119939	Labra	labra	ES	33556	0	Europe/Madrid	43.36113	-5.05706				34	O	33012	
3119940	La Bóveda de Toro	la-boveda-de-toro	ES	49155	872	Europe/Madrid	41.34441	-5.40995		La Boveda,La Boveda de Toro,La Bóveda,La Bóveda de Toro		55	ZA	49024	
3119941	La Bouza	la-bouza	ES	37488	66	Europe/Madrid	40.83626	-6.79551			37056	55	SA	37056	
3119942	La Borra	la-borra	ES	33891	0	Europe/Madrid	43.43483	-6.28001		La Borra		34	O	33059	
3119949	La Bodera	la-bodera	ES	19278	43	Europe/Madrid	41.13547	-2.88719		La Bodera		54	GU	19052	
3119954	Labiarón	labiaron	ES	33777	0	Europe/Madrid	43.29446	-6.94817		Labiaron,Labiarón		34	O	33061	
3119955	Labiano	labiano	ES	31192	0	Europe/Madrid	42.75754	-1.54847				32	NA	31023	
3119960	Labeaga	labeaga	ES	31241	0	Europe/Madrid	42.64962	-2.10714				32	NA	31125	
3119964	Labata	labata	ES	22142	0	Europe/Madrid	42.18761	-0.16292		Labata		52	HU	22081	
3119965	Bastida / Labastida	labastida	ES	01330	1363	Europe/Madrid	42.58974	-2.79568		Bastida,Labastida	01028	59	VI	01028	
3119966	La Bastida	la-bastida	ES	37621	34	Europe/Madrid	40.58536	-6.0589		La Bastida		55	SA	37045	
3119967	La Baseta	la-baseta	ES	12193	0	Europe/Madrid	40.15825	-0.07025		Caserio La Baseta,Caserío La Baseta,La Baseta,La Basseta		60	CS	12124	
3119971	La Barosa	la-barosa	ES	24441	0	Europe/Madrid	42.50027	-6.82552		La Barosa		55	LE	24041	
3119972	La Barona	la-barona	ES	12193	0	Europe/Madrid	40.16617	-0.06367		La Barona		60	CS	12124	
3119974	Labarces	labarces	ES	39595	0	Europe/Madrid	43.32531	-4.39304		Labarces		39	S	39091	
3119976	La Barbolla	la-barbolla	ES	19269	0	Europe/Madrid	41.63681	-2.73971		La Barbolla		55	SO	42144	
3119977	La Barbolla	la-barbolla	ES	19269	0	Europe/Madrid	41.16667	-2.71178		La Barbolla		54	GU	19257	
3119978	Labaniego	labaniego	ES	24319	0	Europe/Madrid	42.66798	-6.40629		Labaniego		55	LE	24014	
3119979	La Bañeza	la-baneza	ES	24750	11057	Europe/Madrid	42.30026	-5.89772		La Baneza,La Bañeza,La-Ban'esa,la wa nie sa,Ла-Баньеса,Ла-Баньєса,拉瓦涅萨		55	LE	24010	
3119983	La Baña	la-bana	ES	24746	0	Europe/Madrid	42.26911	-6.67158		La Bana,La Baña		55	LE	24067	
3119984	Laballós	laballos	ES	24526	0	Europe/Madrid	42.70391	-6.9894		Laballos,Laballós		55	LE	24198	
3119986	Labajos	labajos	ES	40146	148	Europe/Madrid	40.84335	-4.52005		Labajos,Labajoz	40107	55	SG	40107	
3119987	la Vajol	la-vajol	ES	17707	0	Europe/Madrid	42.4038	2.80016		la Vajol		56	GI	17014	
3119992	La Atalaya	la-atalaya	ES	05279	0	Europe/Madrid	43.53579	-5.40802				34	O	33076	
3119993	La Atalaya	la-atalaya	ES	05279	0	Europe/Madrid	40.50255	-6.41456		La Atalaya		55	SA	37037	
3119997	San Juan de la Arena	san-juan-de-la-arena	ES	33125	1445	Europe/Madrid	43.559	-6.07432		Arena,La Arena,San Juan de la Arena		34	O	33069	
3119998	La Arena	la-arena	ES	33448	0	Europe/Madrid	43.34915	-3.11531				59	BI	48913	
3120000	La Antigua	la-antigua	ES	24796	0	Europe/Madrid	43.41906	-7.13638				34	O	33063	
3120001	La Antigua	la-antigua	ES	24796	534	Europe/Madrid	42.17861	-5.68984		La Antigua		55	LE	24005	
3120002	La Angostura	la-angostura	ES	05631	0	Europe/Madrid	40.33709	-5.34903		Angostura,La Angostura		55	AV	05267	
3120008	La Altura	la-altura	ES	39880	0	Europe/Madrid	43.22598	-3.2721				39	S	39101	
3120009	La Alquería	la-alqueria	ES	12448	0	Europe/Madrid	40.06667	-0.5		La Alqueria,La Alquería		60	CS	12013	
3120011	La Almunia del Romeral	la-almunia-del-romeral	ES	22141	0	Europe/Madrid	42.20703	-0.28071		La Almunia del Romeral		52	HU	22150	
3120012	La Almunia de Doña Godina	la-almunia-de-dona-godina	ES	50100	6646	Europe/Madrid	41.4767	-1.37451		Almunia de Dona Godina,Almunia de Doña Godina,La Almunia,La Almunia de Dona Godina,La Almunia de Doña Godina		52	Z	50025	
3120014	La Almolda	la-almolda	ES	50178	650	Europe/Madrid	41.55339	-0.21152		La Almolda		52	Z	50022	
3120015	La Almohalla	la-almohalla	ES	05515	0	Europe/Madrid	40.4596	-5.37247		La Almohalla		55	AV	05186	
3120016	La Aliseda de Tormes	la-aliseda-de-tormes	ES	05630	0	Europe/Madrid	40.33012	-5.39835		Aliseda de Tormes,La Aliseda de Tormes		55	AV	05904	
3120018	La Aldehuela	la-aldehuela	ES	05593	0	Europe/Madrid	40.41092	-5.40983		La Aldehuela		55	AV	05010	
3120019	La Aldehuela	la-aldehuela	ES	05593	0	Europe/Madrid	40.29924	-3.5936		Aldehuela,Caserio La Aldehuela,Caserío La Aldehuela,La Aldehuela		29	M	28065	
3120021	La Aldea del Portillo de Busto	la-aldea-del-portillo-de-busto	ES	09211	0	Europe/Madrid	42.70309	-3.27632		La Aldea del Portillo de Busto,La Aldea del Portillo del Busto		55	BU	09238	
3120022	La Aldea	la-aldea	ES	09554	0	Europe/Madrid	42.89592	-3.53226		La Aldea		55	BU	09903	
3120025	La Alberguería de Argañán	la-albergueria-de-arganan	ES	37555	186	Europe/Madrid	40.41302	-6.81482		La Albergueria de Arganan,La Alberguería de Argañán		55	SA	37011	
3120027	La Alberca	la-alberca	ES	30150	1085	Europe/Madrid	40.48908	-6.11107		Alberca,La Alberca,Las Alberca		55	SA	37010	
3120029	La Alamedilla	la-alamedilla	ES	37554	200	Europe/Madrid	40.47245	-6.82845		La Alamedilla		55	SA	37006	
3120032	La Alameda de Gardón	la-alameda-de-gardon	ES	37497	133	Europe/Madrid	40.65071	-6.75841		La Alameda de Gardon,La Alameda de Gardón		55	SA	37005	
3120033	La Alameda	la-alameda	ES	04271	0	Europe/Madrid	41.51626	-2.01519		La Alameda		55	SO	42076	
3120034	La Alameda	la-alameda	ES	04271	0	Europe/Madrid	41.1602	-3.80241				55	SG	40150	
3120035	La Alameda	la-alameda	ES	04271	0	Europe/Madrid	40.4669	-5.40859		La Alameda		55	AV	05103	
3120036	La Aguilera	la-aguilera	ES	09370	0	Europe/Madrid	42.96413	-4.04698		La Aguilera		39	S	39065	
3120037	La Aguilera	la-aguilera	ES	09370	0	Europe/Madrid	41.73169	-3.76921		La Aguilera		55	BU	09018	
3120038	La Adrada	la-adrada	ES	05430	2265	Europe/Madrid	40.29953	-4.63589		La Adrada,La-Adrada,la adrada,la de la da,Ла Адрада,Ла-Адрада,لا آدرادا,لا أدرادا,拉德拉达		55	AV	05002	
3120046	La Acebeda	la-acebeda	ES	28755	0	Europe/Madrid	41.08711	-3.62454		La Acebeda		29	M	28001	
3120049	La Abadilla	la-abadilla	ES	39626	0	Europe/Madrid	43.31466	-3.8548		Abadilla,La Abadilla		39	S	39074	
3120050	Juzbado	juzbado	ES	37115	186	Europe/Madrid	41.07791	-5.8614		Juzbado	37167	55	SA	37167	
3120051	Juià	juia	ES	17462	0	Europe/Madrid	42.01667	2.91667		Juia,Juià,Juya,Juyá	17087	56	GI	17087	
3120053	Xuvencos	xuvencos	ES	27547	0	Europe/Madrid	42.63626	-7.65593				58	LU	27058	
3120056	Justel	justel	ES	49340	148	Europe/Madrid	42.14861	-6.29594			49097	55	ZA	49097	
3120060	Juseu	juseu	ES	22588	0	Europe/Madrid	42.09303	0.3768		Juseu,Juseu (Jusseu),Jusseu		52	HU	22117	
3120061	Xurenzás	xurenzas	ES	32522	0	Europe/Madrid	42.46667	-8.13333				58	OR	32019	
3120063	Junzano	junzano	ES	22142	0	Europe/Madrid	42.13677	-0.12858		Junzano		52	HU	22081	
3120064	Junquera de Tera	junquera-de-tera	ES	49330	0	Europe/Madrid	42.00065	-6.15874		Junquera de Tera		55	ZA	49231	
3120073	Juneda	juneda	ES	25430	3048	Europe/Madrid	41.54847	0.82451		Juneda	25119	56	L	25119	
3120075	Juncosa	juncosa	ES	25165	0	Europe/Madrid	41.37033	0.7765		Juncosa	25118	56	L	25118	
3120076	Juncosa	juncosa	ES	25165	0	Europe/Madrid	41.31549	1.45332				56	T	43028	
3120080	Junco	junco	ES	33569	0	Europe/Madrid	43.44018	-5.07084		Junco		34	O	33056	
3120082	Junciana	junciana	ES	05694	81	Europe/Madrid	40.41076	-5.55698		Junciana	05108	55	AV	05108	
3120088	Juinyà	juinya	ES	17850	0	Europe/Madrid	42.18333	2.71667				56	GI	17162	
3120089	Jugo	jugo	ES	01139	0	Europe/Madrid	42.94436	-2.80417				59	VI	01063	
3120093	Judes	judes	ES	42259	0	Europe/Madrid	41.1268	-2.17705		Judes		55	SO	42025	
3120100	Jubera	jubera	ES	26131	0	Europe/Madrid	42.29991	-2.29237		Jubera		27	LO	26135	
3120101	Jubera	jubera	ES	26131	0	Europe/Madrid	41.20121	-2.36747		Jubera		55	SO	42025	
3120102	Juarros de Voltoya	juarros-de-voltoya	ES	40445	270	Europe/Madrid	41.03097	-4.51922		Juarros de Voltoya	40106	55	SG	40106	
3120103	Juarros de Ríomoros	juarros-de-riomoros	ES	40130	76	Europe/Madrid	40.94644	-4.30811		Juarros de Riomoros,Juarros de Ríomoros		55	SG	40105	
3120108	Joanetes	joanetes	ES	17176	267	Europe/Madrid	42.12147	2.42009				56	GI	17207	
3120110	Xuances	xuances	ES	27877	0	Europe/Madrid	43.7	-7.55		San Pedro		58	LU	27066	
3120114	Xove	xove	ES	27870	0	Europe/Madrid	43.68656	-7.5113			27025	58	LU	27025	
3120118	Josa	josa	ES	44792	28	Europe/Madrid	40.9555	-0.76683		Josa	44131	52	TE	44131	
3120121	Jorcas	jorcas	ES	44156	38	Europe/Madrid	40.54275	-0.75308		Jorcas	44130	52	TE	44130	
3120122	Jorba	jorba	ES	08719	665	Europe/Madrid	41.60193	1.5475		Jorba	08103	56	B	08103	
3120124	Jodra del Pinar	jodra-del-pinar	ES	19262	0	Europe/Madrid	41.04454	-2.55942		Jodra del Pinar		54	GU	19251	
3120125	Jodra de Cardos	jodra-de-cardos	ES	42216	0	Europe/Madrid	41.33695	-2.55577		Jodra de Cardos		55	SO	42029	
3120130	Joarilla de las Matas	joarilla-de-las-matas	ES	24324	404	Europe/Madrid	42.28755	-5.17855		Joarilla de las Matas	24086	55	LE	24086	
3120131	Joara	joara	ES	24326	0	Europe/Madrid	42.42453	-4.96831				55	LE	24139	
3120132	Joanet	joanet	ES	17402	0	Europe/Madrid	41.844	2.52827		Joanet		56	GI	17164	
3120133	Jirueque	jirueque	ES	19245	87	Europe/Madrid	40.96431	-2.90289		Jirueque	19157	54	GU	19157	
3120134	Jiménez de Jamuz	jimenez-de-jamuz	ES	24767	0	Europe/Madrid	42.26569	-5.92888		Jimenez,Jimenez de Jamuz,Jiménez,Jiménez de Jamuz		55	LE	24154	
3120141	Jerte	jerte	ES	10612	1312	Europe/Madrid	40.22271	-5.75011		Jerte	10107	57	CC	10107	
3120144	Jemingómez	jemingomez	ES	37810	0	Europe/Madrid	40.8826	-5.41902		Caserio Jemingomez,Caserío Jemingomez,Jemingomez,Jemingómez		55	SA	37148	
3120145	Jemenuño	jemenuno	ES	40135	0	Europe/Madrid	40.94754	-4.49434		Jemenuno,Jemenuño		55	SG	40185	
3120149	Javierrelatre	javierrelatre	ES	22624	0	Europe/Madrid	42.40658	-0.53614		Javierrelatre		52	HU	22072	
3120150	Javierregay	javierregay	ES	22750	0	Europe/Madrid	42.58822	-0.7348		Javierregay,Xabierregai		52	HU	22902	
3120151	Javierre del Obispo	javierre-del-obispo	ES	22613	0	Europe/Madrid	42.53653	-0.31596				52	HU	22059	
3120154	Javier	javier	ES	31411	68	Europe/Madrid	42.59119	-1.20884			31135	32	NA	31135	
3120160	Jauntsarats	jauntsarats	ES	31866	0	Europe/Madrid	43	-1.8		Jaunsaras,Jauntsarats		32	NA	31049	
3120161	Jaulín	jaulin	ES	50141	322	Europe/Madrid	41.45198	-0.99256		Jaulin,Jaulín	50131	52	Z	50131	
3120162	Jatiel	jatiel	ES	44592	72	Europe/Madrid	41.22008	-0.38183		Jatiel	44129	52	TE	44129	
3120164	Jasa	jasa	ES	22731	138	Europe/Madrid	42.6948	-0.66605		Chasa,Jasa	22131	52	HU	22131	
3120165	Jarrio	jarrio	ES	33719	0	Europe/Madrid	43.53802	-6.74658		Jarrio		34	O	33018	
3120168	Jarque de la Val	jarque-de-la-val	ES	44169	94	Europe/Madrid	40.70283	-0.80083		Jarque de la Val	44128	52	TE	44128	
3120169	Jarque	jarque	ES	50258	558	Europe/Madrid	41.55613	-1.67563		Jarque	50130	52	Z	50130	
3120170	Jarlata	jarlata	ES	22714	0	Europe/Madrid	42.53259	-0.43576				52	HU	22130	
3120171	Jarilla	jarilla	ES	10728	0	Europe/Madrid	40.17156	-6.00281		Jarilla	10106	57	CC	10106	
3120172	Jarias	jarias	ES	33747	0	Europe/Madrid	43.49787	-6.93454		Jarias		34	O	33070	
3120174	Xares	xares	ES	32365	0	Europe/Madrid	42.24421	-6.93194				58	OR	32083	
3120177	Jarceley	jarceley	ES	33816	0	Europe/Madrid	43.25508	-6.45982		Jarceley		34	O	33011	
3120181	Jaramillo Quemado	jaramillo-quemado	ES	09640	15	Europe/Madrid	42.08568	-3.35868		Jaramillo,Jaramillo Quemado	09184	55	BU	09184	
3120182	Jaramillo de la Fuente	jaramillo-de-la-fuente	ES	09640	52	Europe/Madrid	42.11472	-3.31239		Jaramillo de la Fuente	09183	55	BU	09183	
3120186	Jaraíz de la Vera	jaraiz-de-la-vera	ES	10400	6672	Europe/Madrid	40.06005	-5.75426		Jaraiz,Jaraiz de la Vera,Jaraíz de la Vera		57	CC	10104	
3120187	Jaraices	jaraices	ES	05217	0	Europe/Madrid	40.94052	-4.90476		Jaraices		55	AV	05064	
3120188	Jaraba	jaraba	ES	50237	311	Europe/Madrid	41.19083	-1.8844		Jaraba	50129	52	Z	50129	
3120191	Jánovas	janovas	ES	22371	0	Europe/Madrid	42.46525	-0.00424		Janovas,Jánovas,Xanobas		52	HU	22109	
3120195	Jambrina	jambrina	ES	49191	213	Europe/Madrid	41.39196	-5.66411		Jambrina	49096	55	ZA	49096	
3120196	Jalón de Cameros	jalon-de-cameros	ES	26134	46	Europe/Madrid	42.21804	-2.49004		Jalon de Cameros,Jalón de Cameros	26081	27	LO	26081	
3120198	Jalón	jalon	ES	33811	0	Europe/Madrid	43.01956	-6.59379		Jalon,Jalón		34	O	33011	
3120204	Jaín	jain	ES	39409	0	Europe/Madrid	43.27092	-4.05097		Jain,Jaín		39	S	39069	
3120205	Jaganta	jaganta	ES	44566	0	Europe/Madrid	40.78233	-0.2685		Jaganta		52	TE	44178	
3120206	Jafre	jafre	ES	17143	368	Europe/Madrid	42.07254	3.01062			17085	56	GI	17085	
3120209	Jadraque	jadraque	ES	19240	1370	Europe/Madrid	40.92454	-2.92468		Jadraque	19156	54	GU	19156	
3120211	Jaca	jaca	ES	22700	13396	Europe/Madrid	42.56898	-0.54987		Chaca,Chaka,Hako,Jaca,Jaka,Khaka,ha ka,haka,Ĥako,Χάκα,Хака,ハカ,哈卡,하카	22130	52	HU	22130	
3120214	Jabares de los Oteros	jabares-de-los-oteros	ES	24224	0	Europe/Madrid	42.41307	-5.51135		Jabares de los Oteros,Javares		55	LE	24028	
3120215	Jabaloyas	jabaloyas	ES	44122	81	Europe/Madrid	40.2401	-1.40886		Jabaloyas	44127	52	TE	44127	
3120216	Jabalera	jabalera	ES	16512	0	Europe/Madrid	40.29115	-2.77381		Jabalera		54	CU	16173	
3120217	Jábaga	jabaga	ES	16194	0	Europe/Madrid	40.08632	-2.26338		Jabaga,Jábaga		54	CU	16904	
3120220	Izurzu	izurzu	ES	31175	0	Europe/Madrid	42.78243	-1.86544				32	NA	31120	
3120221	Izurtza	izurtza	ES	48213	266	Europe/Madrid	43.15	-2.63333		Izurtza,Izurza,Izurza Eleizalde	48050	59	BI	48050	
3120222	Izurieta	izurieta	ES	20550	0	Europe/Madrid	43.04213	-2.50863		Izurieta		59	SS	20013	
3120223	Izu	izu	ES	31173	0	Europe/Madrid	42.82721	-1.78932		Izu		32	NA	31193	
3120225	Izoria	izoria	ES	01479	0	Europe/Madrid	43.06149	-3.03686				59	VI	01010	
3120228	Izco	izco	ES	31473	0	Europe/Madrid	42.65683	-1.42873		Izco		32	NA	31124	
3120230	Izcala	izcala	ES	37799	0	Europe/Madrid	41.21593	-5.70564		Izcala		55	SA	37323	
3120231	Izartza	izartza	ES	01194	0	Europe/Madrid	43.28333	-2.91667		Izartza,Izarza		59	BI	48904	
3120234	Izarra	izarra	ES	01440	0	Europe/Madrid	42.95409	-2.90257		Izarra		59	VI	01054	
3120240	Izagre	izagre	ES	24293	207	Europe/Madrid	42.2241	-5.25727		Izagre	24084	55	LE	24084	
3120243	Iturriotz	iturriotz	ES	20180	0	Europe/Madrid	43.29164	-1.86576		Iturriotz,Iturrioz		59	SS	20063	
3120248	Iturmendi	iturmendi	ES	31810	384	Europe/Madrid	42.88993	-2.11916			31130	32	NA	31130	
3120250	Iturgoyen	iturgoyen	ES	31176	0	Europe/Madrid	42.77613	-1.95436				32	NA	31120	
3120251	Ituren	ituren	ES	31745	474	Europe/Madrid	43.12897	-1.70714		Ituren	31129	32	NA	31129	
3120252	Ituero y Lama	ituero-y-lama	ES	40151	112	Europe/Madrid	40.80066	-4.37917		Ituero,Ituero y Lama	40104	55	SG	40104	
3120253	Ituero de Huebra	ituero-de-huebra	ES	37281	0	Europe/Madrid	40.88529	-6.35375		Ituero de Huebra		55	SA	37113	
3120254	Ituero de Azaba	ituero-de-azaba	ES	37551	277	Europe/Madrid	40.48487	-6.69272		Ituero de Azaba	37166	55	SA	37166	
3120255	Ituero	ituero	ES	02314	0	Europe/Madrid	41.62359	-2.38632		Ituero		55	SO	42071	
3120256	Ituerino	ituerino	ES	37281	0	Europe/Madrid	40.88908	-6.37914		Ituerino		55	SA	37257	
3120257	Itero Seco	itero-seco	ES	34477	0	Europe/Madrid	42.46168	-4.55729		Itero Seco		55	P	34903	
3120258	Itero del Castillo	itero-del-castillo	ES	09107	104	Europe/Madrid	42.28988	-4.24441			09182	55	BU	09182	
3120259	Itero de la Vega	itero-de-la-vega	ES	34468	213	Europe/Madrid	42.28804	-4.25677			34089	55	P	34089	
3120262	Isún de Basa	isun-de-basa	ES	22613	0	Europe/Madrid	42.51179	-0.30857		Isun de Basa,Isún de Basa		52	HU	22199	
3120263	Isuerre	isuerre	ES	50687	51	Europe/Madrid	42.48729	-1.054			50128	52	Z	50128	
3120269	Isongo	isongo	ES	33559	0	Europe/Madrid	43.3396	-5.075				55	LE	33012	
3120270	Isona	isona	ES	25650	0	Europe/Madrid	42.11758	1.04618		Isona		56	L	25098	
3120272	Isòvol	isovol	ES	17539	0	Europe/Madrid	42.37763	1.81807		Isobol,Isovol,Isòvol,Isóbol	17084	56	GI	17084	25051
3120273	Isoba	isoba	ES	24855	0	Europe/Madrid	43.05541	-5.32562				55	LE	24121	
3120275	Islares	islares	ES	39798	0	Europe/Madrid	43.40442	-3.29988		Islares		39	S	39020	
3120276	Islallana	islallana	ES	26121	0	Europe/Madrid	42.3249	-2.51491		Islallana		27	LO	26103	
3120283	Isla	isla	ES	39195	0	Europe/Madrid	43.49371	-3.56904		Isla		39	S	39006	
3120285	Isil	isil	ES	25586	0	Europe/Madrid	42.67931	1.08538		Isil		56	L	25024	
3120286	Iseca Vieja	iseca-vieja	ES	39776	0	Europe/Madrid	43.40159	-3.3712		Iseca Vieja		39	S	39036	
3120287	Iseca Nueva	iseca-nueva	ES	39776	0	Europe/Madrid	43.38185	-3.37102		Iseca Nueva		39	S	39036	
3120288	Iscar	iscar	ES	47420	6567	Europe/Madrid	41.36117	-4.53348		Iscar		55	VA	47075	
3120292	Isar	isar	ES	09653	382	Europe/Madrid	42.3614	-3.9304			09181	55	BU	09181	
3120296	Iruz	iruz	ES	39691	0	Europe/Madrid	43.26825	-3.93563		Iruz		39	S	39078	
3120298	Irurtzun	irurtzun	ES	31860	0	Europe/Madrid	42.91667	-1.83333		Irurtzun,Irurzun	31904	32	NA	31904	
3120299	Irurre	irurre	ES	31291	0	Europe/Madrid	42.71385	-1.92724				32	NA	31120	
3120300	Irurozqui	irurozqui	ES	31448	0	Europe/Madrid	42.7578	-1.2558		Irurozqui		32	NA	31241	
3120301	Irurita	irurita	ES	31730	794	Europe/Madrid	43.13124	-1.54758		Irurita		32	NA	31050	
3120302	Irura	irura	ES	20271	1125	Europe/Madrid	43.16651	-2.06746		Irura	20046	59	SS	20046	
3120303	Iruñela	irunela	ES	31177	0	Europe/Madrid	42.73333	-2.01667		Irunela,Iruñela		32	NA	31260	
3120304	Irun	irun	ES	20300	60951	Europe/Madrid	43.33904	-1.78938		Irun,Irun-Uranzu,Irún,Irún-Uranzu,yi lun,Ирун,伊倫	20045	59	SS	20045	
3120306	Irujo	irujo	ES	31176	0	Europe/Madrid	42.7668	-1.92638				32	NA	31120	
3120307	Irueste	irueste	ES	19143	61	Europe/Madrid	40.61206	-2.89072		Irueste	19155	54	GU	19155	
3120310	Iruelos	iruelos	ES	37217	54	Europe/Madrid	41.14135	-6.32808		Iruelos	37165	55	SA	37165	
3120312	Iruela	iruela	ES	24741	0	Europe/Madrid	42.26237	-6.50221		Iruela		55	LE	24172	
3120313	Iruecha	iruecha	ES	42269	0	Europe/Madrid	41.10778	-2.09222		Iruecha		55	SO	42025	
3120318	Irrondo de Besullo	irrondo-de-besullo	ES	33815	0	Europe/Madrid	43.16958	-6.62794		Irrondo de Besullo		34	O	33011	
3120320	Irotz	irotz	ES	31699	0	Europe/Madrid	42.86667	-1.56667		Irotz,Iroz		32	NA	31086	
3120322	Irixoa	irixoa	ES	15313	0	Europe/Madrid	43.45	-7.68333		San Julian,San Julián		58	LU	27033	
3120323	Irixoa	irixoa	ES	15313	0	Europe/Madrid	43.2847	-8.05916		San Lorenzo	15039	58	C	15039	
3120325	Iriépal	iriepal	ES	19150	0	Europe/Madrid	40.63858	-3.12055				54	GU	19130	
3120326	Iribas	iribas	ES	31879	0	Europe/Madrid	42.98895	-1.90561				32	NA	31144	
3120328	Irgo	irgo	ES	25529	0	Europe/Madrid	42.44496	0.77238		Irgo		56	L	25173	
3120330	Irede de Luna	irede-de-luna	ES	24148	0	Europe/Madrid	42.84474	-5.90688		Irede,Irede de Luna		55	LE	24012	
3120331	Ircio	ircio	ES	09219	0	Europe/Madrid	42.65434	-2.89973		Ircio		55	BU	09219	
3120334	Irauregi	irauregi	ES	48810	0	Europe/Madrid	43.24758	-2.98794		Irauregi,Irauregui,Iráuregui		59	BI	48912	
3120336	Irañeta	iraneta	ES	31849	169	Europe/Madrid	42.92287	-1.94595			31127	32	NA	31127	
3120337	Irán	iran	ES	25529	0	Europe/Madrid	42.45918	0.78003				56	L	25245	
3120339	Iragi	iragi	ES	31639	0	Europe/Madrid	42.96667	-1.55		Iragi,Iragui		32	NA	31017	
3120340	Iraeta	iraeta	ES	20749	0	Europe/Madrid	43.25479	-2.26065		Iraeta		59	SS	20027	
3120341	Iracheta	iracheta	ES	31395	0	Europe/Madrid	42.6404	-1.53517				32	NA	31150	
3120343	Ipiñaburu	ipinaburu	ES	48144	0	Europe/Madrid	43.06981	-2.74732		Ipinaburu,Ipiñaburu		59	BI	48024	
3120344	Ipas	ipas	ES	22714	0	Europe/Madrid	42.58734	-0.51078		Ypas		52	HU	22130	
3120347	Intza	intza	ES	31891	0	Europe/Madrid	43.01381	-1.99565		Intza,Inza		32	NA	31020	
3120348	Iñurrieta	inurrieta	ES	01439	0	Europe/Madrid	42.97066	-2.57809				59	SS	20068	
3120349	Intriago	intriago	ES	33556	0	Europe/Madrid	43.3421	-5.04024				34	O	33012	
3120366	Inogés	inoges	ES	50323	0	Europe/Madrid	41.37983	-1.46375		Inoges,Inogés		52	Z	50110	
3120369	Iñigo-Blasco	inigo-blasco	ES	37754	0	Europe/Madrid	40.58751	-5.46782				55	AV	05144	
3120371	Iniéstola	iniestola	ES	19283	16	Europe/Madrid	40.994	-2.37063		Iniestola,Iniéstola	19153	54	GU	19153	
3120372	Inicio	inicio	ES	24127	0	Europe/Madrid	42.75587	-5.96282		Inicio		55	LE	24132	
3120373	Inguanzo	inguanzo	ES	33555	0	Europe/Madrid	43.3095	-4.86514				34	O	33008	
3120376	Infiesto	infiesto	ES	33530	0	Europe/Madrid	43.34821	-5.36407		Infiesta,Pilona,Piloña		34	O	33049	
3120382	Inestrillas	inestrillas	ES	26531	0	Europe/Madrid	41.9701	-1.98429		Inestrillas		27	LO	26003	
3120384	Inés	ines	ES	42345	0	Europe/Madrid	41.50385	-3.14695		Ines,Inés		55	SO	42162	
3120387	Induráin	indurain	ES	31421	0	Europe/Madrid	42.69505	-1.36248				32	NA	31132	
3120390	Inclán	inclan	ES	33128	17	Europe/Madrid	43.48333	-6.16667		Inclan,Inclán		34	O	33051	
3120393	Incinillas	incinillas	ES	09558	0	Europe/Madrid	42.89445	-3.5916		Incinillas		55	BU	09903	
3120401	Imón	imon	ES	19269	0	Europe/Madrid	41.16099	-2.73483		Imon,Imón		54	GU	19257	
3120402	Imiruri	imiruri	ES	09217	0	Europe/Madrid	42.74424	-2.67534				55	BU	09109	
3120403	Imárcoain	imarcoain	ES	31119	0	Europe/Madrid	42.73749	-1.61516				32	NA	31088	
3120405	Iltzarbe	iltzarbe	ES	31172	0	Europe/Madrid	42.86667	-1.83333		Iltzarbe,Ilzarbe		32	NA	31118	
3120407	Illueca	illueca	ES	50250	3375	Europe/Madrid	41.53818	-1.62747		Illueca	50126	52	Z	50126	
3120410	Illescas	illescas	ES	45200	21264	Europe/Madrid	40.12213	-3.84704		Il'eskas,Illescas,Ilyeskas,ayyskas,yi lie si ka si,Ільєскас,Ильескас,Իլյեսկաս,اییسکاس,伊列斯卡斯	45081	54	TO	45081	
3120411	Illaso	illaso	ES	33718	0	Europe/Madrid	43.42193	-6.73114		Illaso		34	O	33077	
3120413	Illano	illano	ES	33734	565	Europe/Madrid	43.33385	-6.8656		Eilao,Il'jano,Illano,ayanw,ayyanw,yi li ya nuo,Ільяно,إيانو,اییانو,伊利亚诺	33029	34	O	33029	
3120414	Illana	illana	ES	19119	756	Europe/Madrid	40.18442	-2.90889		Illana	19152	54	GU	19152	
3120415	Illán	illan	ES	27373	0	Europe/Madrid	43.16667	-7.66667		Illan,Illán,Santiago		58	LU	27007	
3120417	Ilche	ilche	ES	22415	258	Europe/Madrid	41.95702	0.05728		Ilche	22128	52	HU	22128	
3120419	Ilarregi	ilarregi	ES	31797	0	Europe/Madrid	43	-1.73333		Ilarregi,Ilarregui		32	NA	31049	
3120423	Igúzquiza	iguzquiza	ES	31241	369	Europe/Madrid	42.64545	-2.08551			31125	32	NA	31125	
3120426	Iguria	iguria	ES	48230	0	Europe/Madrid	43.11324	-2.52858		Iguria		59	BI	48032	
3120427	Igüeña	iguena	ES	24312	1633	Europe/Madrid	42.72853	-6.27738		Iguena,Igüeña	24083	55	LE	24083	
3120430	Igeldo	igeldo	ES	20008	0	Europe/Madrid	43.30882	-2.03643		Igeldo,Igueldo		59	SS	20069	
3120431	Igualada	igualada	ES	08700	38918	Europe/Madrid	41.58098	1.6172		Igualada,Игуалада		56	B	08250	
3120432	Igriés	igries	ES	22193	396	Europe/Madrid	42.21443	-0.43201		Igries,Igriés	22127	52	HU	22127	
3120434	Igoa	igoa	ES	31866	0	Europe/Madrid	43.03182	-1.78588				32	NA	31049	
3120435	Iglesias	iglesias	ES	09227	153	Europe/Madrid	42.29807	-3.98932			09180	55	BU	09180	
3120436	Iglesiarrubia	iglesiarrubia	ES	09345	60	Europe/Madrid	41.97383	-3.84701		Iglesiarrubia	09179	55	BU	09179	
3120437	Iglesiapinta	iglesiapinta	ES	09640	0	Europe/Madrid	42.14955	-3.32333		Iglesiapinta		55	BU	09340	
3120439	Eirexafeita	eirexafeita	ES	27547	0	Europe/Madrid	42.65909	-7.63593		San Vicente		58	LU	27058	
3120444	Igena	igena	ES	33556	0	Europe/Madrid	43.39455	-5.01867		Igena		34	O	33012	
3120445	Igea	igea	ES	26525	726	Europe/Madrid	42.06777	-2.01094		Igea	26080	27	LO	26080	
3120446	Igartua	igartua	ES	48110	0	Europe/Madrid	43.37773	-2.88769		Igartua		59	BI	48040	
3120451	Idocin	idocin	ES	31473	0	Europe/Madrid	42.68898	-1.47008		Idocin		32	NA	31124	
3120453	Idiazabal	idiazabal	ES	20213	2174	Europe/Madrid	43.01189	-2.23356		Idiazabal,Idiazábal	20043	59	SS	20043	
3120455	Idarga	idarga	ES	33891	0	Europe/Madrid	43.36572	-6.32654				34	O	33059	
3120458	Itsaso	itsaso	ES	20709	0	Europe/Madrid	42.99128	-1.82193		Ichaso,Itsaso		32	NA	31049	
3120462	Ibrillos	ibrillos	ES	09259	89	Europe/Madrid	42.45431	-3.08238		Ibrillos	09178	55	BU	09178	
3120463	Iboyo	iboyo	ES	33815	0	Europe/Madrid	43.21089	-6.63458		Iboyo		34	O	33001	
3120465	Ibort	ibort	ES	22620	0	Europe/Madrid	42.47722	-0.40637				52	HU	22199	
3120466	Ivorra	ivorra	ES	25216	0	Europe/Madrid	41.76667	1.4		Iborra,Ivorra	25114	56	L	25114	
3120470	Ibio	ibio	ES	39509	0	Europe/Madrid	43.31278	-4.17698		Ibio		39	S	39041	
3120472	Ibieca	ibieca	ES	22122	120	Europe/Madrid	42.16079	-0.20855		Ibieca	22126	52	HU	22126	
3120474	Íbero	ibero	ES	31173	0	Europe/Madrid	42.80288	-1.77506		Ibero,Íbero		32	NA	31193	
3120476	Ibeas de Juarros	ibeas-de-juarros	ES	09198	1279	Europe/Madrid	42.33088	-3.53519			09177	55	BU	09177	
3120477	Ibdes	ibdes	ES	50236	550	Europe/Madrid	41.21667	-1.83333		Ibdes	50125	52	Z	50125	
3120478	Ivars d'Urgell	ivars-d-urgell	ES	25260	0	Europe/Madrid	41.68019	0.98696		Ibars de Urgel,Ivars d'Urgell	25113	56	L	25113	
3120479	Ivars de Noguera	ivars-de-noguera	ES	25122	349	Europe/Madrid	41.85	0.6		Ivars de Noguera		56	L	25015	
3120480	Ibarruri	ibarruri	ES	48391	0	Europe/Madrid	43.25	-2.66667		Ibarruri,Ibárruri		59	BI	48067	
3120481	Ibarrola	ibarrola	ES	48380	0	Europe/Madrid	43.29315	-2.57784		Ibarrola		59	BI	48070	
3120482	Ibarrangelu	ibarrangelu	ES	48311	541	Europe/Madrid	43.39027	-2.63423		Elejalde,Ibarrangelu,Ibarranguelua	48048	59	BI	48048	
3120483	Ibarra	ibarra	ES	01160	0	Europe/Madrid	43.21667	-2.71667				59	BI	48003	
3120484	Ibarra	ibarra	ES	01160	0	Europe/Madrid	43.17759	-3.0799				59	BI	48042	
3120577	Hozalla	hozalla	ES	09511	0	Europe/Madrid	42.91901	-3.11869		Hozalla		55	BU	09908	
3120485	Ibarra	ibarra	ES	01160	0	Europe/Madrid	43.13127	-2.06487		Campo Ibarra,Ibarra	20042	59	SS	20042	
3120486	Ibarra	ibarra	ES	01160	0	Europe/Madrid	43.09448	-2.86132				59	BI	48075	
3120487	Ibarra	ibarra	ES	01160	0	Europe/Madrid	43.04981	-2.56591		Ibarra		59	VI	01003	
3120488	Ibarguren	ibarguren	ES	01260	0	Europe/Madrid	42.86049	-2.27743				59	VI	01009	
3120492	Hustias	hustias	ES	05693	0	Europe/Madrid	40.3091	-5.58213		Hustias		55	AV	05249	
3120493	Husillos	husillos	ES	34419	200	Europe/Madrid	42.09054	-4.52709		Husillos	34088	55	P	34088	
3120494	Hurtumpascual	hurtumpascual	ES	05147	102	Europe/Madrid	40.692	-5.11379		Hurtumpascual	05107	55	AV	05107	
3120495	Hurones	hurones	ES	09191	71	Europe/Madrid	42.40571	-3.61588			09176	55	BU	09176	
3120498	Humienta	humienta	ES	09620	0	Europe/Madrid	42.227	-3.67986		Humienta		55	BU	09315	
3120501	Humanes de Madrid	humanes-de-madrid	ES	28970	18098	Europe/Madrid	40.25038	-3.83062			28073	29	M	28073	
3120503	Humada	humada	ES	09124	173	Europe/Madrid	42.66667	-4.08333		Humada,Umada,hwmada,wu ma da,Умада,هومادا,乌马达	09175	55	BU	09175	
3120504	Huidobro	huidobro	ES	09559	0	Europe/Madrid	42.76733	-3.69254		Huidobro		55	BU	09014	
3120505	Uitzi	uitzi	ES	31877	0	Europe/Madrid	43.04041	-1.91814		Huici,Uitzi		32	NA	31144	
3120506	Hueva	hueva	ES	19119	146	Europe/Madrid	40.46221	-2.96039		Hueva	19150	54	GU	19150	
3120507	Huetre	huetre	ES	10628	0	Europe/Madrid	40.4436	-6.30543		Caserio Huetre,Caserío Huetre,Huetre		57	CC	10051	
3120508	Huetos	huetos	ES	19429	0	Europe/Madrid	40.75032	-2.53676		Huetos		54	GU	19086	
3120511	Huete	huete	ES	16500	2075	Europe/Madrid	40.14526	-2.69026		Huet,Huete,Uehte,Uete,hwyty  qwnkt,wei te,Уете,Уэте,هويتي، قونكة,韦特	16112	54	CU	16112	
3120514	Huesca	huesca	ES	22001	52059	Europe/Madrid	42.13615	-0.4087		Gueesca,Güesca,HSK,Huesca,Hueska,Osca,Oska,Oueska,Uehska,Uesca,Ueska,hwyska,ueseuka,uesuka,wei si ka,wshqt,Òsca,ʼwʼsqh,Ουέσκα,Уеска,Уэска,אואסקה,هوئسکا,وشقة,ウエスカ,韦斯卡,우에스카	HU	52	HU	22125	
3120515	Huesa del Común	huesa-del-comun	ES	44213	107	Europe/Madrid	41.01053	-0.91882		Huesa del Comun,Huesa del Común,Huesca del Comun,Huesca del Común	44125	52	TE	44125	
3120517	Huerto	huerto	ES	22210	257	Europe/Madrid	41.93128	-0.16684		Huerto	22124	52	HU	22124	
3120518	Huérteles	huerteles	ES	42174	0	Europe/Madrid	42.01907	-2.3286		Huerteles,Huérteles		55	SO	42209	
3120522	Huertapelayo	huertapelayo	ES	19461	0	Europe/Madrid	40.78405	-2.27787		Huertapelayo		54	GU	19333	
3120525	Huertahernando	huertahernando	ES	19441	66	Europe/Madrid	40.82348	-2.28697		Huertahernando	19148	54	GU	19148	
3120526	Huerta de Vero	huerta-de-vero	ES	22313	0	Europe/Madrid	42.11499	0.01468		Huerta de Vero,Huerta del Vero		52	HU	22906	
3120529	Huerta del Marquesado	huerta-del-marquesado	ES	16316	237	Europe/Madrid	40.15	-1.68333		Huerta del Marquesado	16111	54	CU	16111	
3120530	Huerta de Arriba	huerta-de-arriba	ES	09614	171	Europe/Madrid	42.11672	-3.08211		Huerta de Arriba	09173	55	BU	09173	
3120531	Huerta de Abajo	huerta-de-abajo	ES	09614	0	Europe/Madrid	42.11425	-3.14722		Huerta de Abajo		55	BU	09414	
3120534	Huerta	huerta	ES	10629	0	Europe/Madrid	41.13462	-3.7294		Huerta		55	SG	40020	
3120535	Huerta	huerta	ES	10629	0	Europe/Madrid	40.96843	-5.46769		Huerta	37164	55	SA	37164	
3120536	Huerta	huerta	ES	10629	0	Europe/Madrid	40.33665	-6.27877		Caserio Huerta,Caserío Huerta,Huerta		57	CC	10041	
3120537	Huerrios	huerrios	ES	22194	0	Europe/Madrid	42.14358	-0.45741		Huerrios		52	HU	22125	
3120538	Huerno	huerno	ES	33469	0	Europe/Madrid	43.52324	-5.81399		Huerno		34	O	33014	
3120540	Huérmeda	huermeda	ES	50336	0	Europe/Madrid	41.38181	-1.59257		Huermeda,Huérmeda		52	Z	50067	
3120541	Huérmeces del Cerro	huermeces-del-cerro	ES	19295	52	Europe/Madrid	41.05332	-2.79711		Huermeces del Cerro,Huérmeces del Cerro	19147	54	GU	19147	
3120542	Huérmeces	huermeces	ES	09150	127	Europe/Madrid	42.5225	-3.77072		Huermeces,Huérmeces	09172	55	BU	09172	
3120543	Huérguina	huerguina	ES	16311	94	Europe/Madrid	40.03333	-1.6		Huerguina,Huérguina	16109	54	CU	16109	
3120544	Huergo	huergo	ES	33189	0	Europe/Madrid	43.4414	-5.72654		Huergo		34	O	33066	
3120545	Huergas de Gordón	huergas-de-gordon	ES	24609	0	Europe/Madrid	42.84465	-5.65412		Huergas,Huergas de Gordon,Huergas de Gordón,Huergas y El Millar		55	LE	24114	
3120547	Huerga del Río	huerga-del-rio	ES	24283	0	Europe/Madrid	42.55993	-5.84375		Huerga del Rio,Huerga del Río		55	LE	24039	
3120548	Huerga de Garaballes	huerga-de-garaballes	ES	24768	0	Europe/Madrid	42.33955	-5.9001		Huerga,Huerga de Garaballes		55	LE	24166	
3120549	Huerga de Frailes	huerga-de-frailes	ES	24356	0	Europe/Madrid	42.38985	-5.84673		Huerga de Frailes,Huergas		55	LE	24228	
3120553	Huércanos	huercanos	ES	26314	891	Europe/Madrid	42.428	-2.69589		Huercanos,Huércanos,Owerkanos,Uehrkanos,Uerkanos,Уерканос,Уэрканос,Ուերկանոս	26079	27	LO	26079	
3120555	Huelves	huelves	ES	16465	57	Europe/Madrid	40.04282	-2.88444		Huelves	16108	54	CU	16108	
3120558	Huélamo	huelamo	ES	16152	125	Europe/Madrid	40.27658	-1.80957		Huelamo,Huelamos,Huélamo	16107	54	CU	16107	
3120559	Huélaga	huelaga	ES	10849	192	Europe/Madrid	40.05582	-6.61568		Huelaga,Huélaga	10101	57	CC	10101	
3120563	Huecas	huecas	ES	45511	526	Europe/Madrid	40.0123	-4.19541		Huecas	45077	54	TO	45077	
3120567	Huarte-Uharte	huarte-uharte	ES	31620	3879	Europe/Madrid	42.83035	-1.59087		Huarte,Uharte	31122	32	NA	31122	
3120569	Hoz de Valdivielso	hoz-de-valdivielso	ES	09559	0	Europe/Madrid	42.81667	-3.48333		Hoz de Valdivielso		55	BU	09217	
3120570	Hoz de Mena	hoz-de-mena	ES	09587	0	Europe/Madrid	43.10756	-3.33907				55	BU	09410	
3120571	Hoz de Marrón	hoz-de-marron	ES	39849	0	Europe/Madrid	43.33801	-3.44113		Hoz de Marron,Hoz de Marrón		39	S	39002	
3120572	Hoz de Jaca	hoz-de-jaca	ES	22662	75	Europe/Madrid	42.69045	-0.3065		Hoz de Jaca,Oz de Chaca	22122	52	HU	22122	
3120573	Hoz de Barbastro	hoz-de-barbastro	ES	22312	0	Europe/Madrid	42.14021	0.13297		Hoz de Barbastro		52	HU	22908	
3120574	Hoz de Arriba	hoz-de-arriba	ES	42341	0	Europe/Madrid	41.38784	-3.1384		Hoz de Arriba		55	SO	42120	
3120575	Hoz de Anero	hoz-de-anero	ES	39794	0	Europe/Madrid	43.40711	-3.66205				39	S	39062	
3120576	Hoz de Abajo	hoz-de-abajo	ES	42341	0	Europe/Madrid	41.3979	-3.12811		Hoz de Abajo		55	SO	42120	
3120578	Hozabejas	hozabejas	ES	09593	0	Europe/Madrid	42.72957	-3.53223		Hozabejas		55	BU	09328	
3120593	Hoyuelos de la Sierra	hoyuelos-de-la-sierra	ES	09615	0	Europe/Madrid	42.08921	-3.2579		Hoyuelos de la Sierra		55	BU	09330	
3120594	Hoyuelos	hoyuelos	ES	40136	0	Europe/Madrid	41.00463	-4.46789		Hoyuelos		55	SG	40185	
3120596	Hoyos de Miguel Muñoz	hoyos-de-miguel-munoz	ES	05132	50	Europe/Madrid	40.39237	-5.06713		Hoyos de Miguel Munoz,Hoyos de Miguel Muñoz	05106	55	AV	05106	
3120597	Hoyos del Tozo	hoyos-del-tozo	ES	09126	0	Europe/Madrid	42.70833	-3.94661		Hoyos del Tozo		55	BU	09045	
3120598	Hoyos del Espino	hoyos-del-espino	ES	05634	453	Europe/Madrid	40.35623	-5.17505		Hoyos,Hoyos del Espino	05105	55	AV	05105	
3120599	Hoyos del Collado	hoyos-del-collado	ES	05634	38	Europe/Madrid	40.35945	-5.20027		Hoyos del Collado	05104	55	AV	05104	
3120602	Hoyos	hoyos	ES	10850	0	Europe/Madrid	42.94098	-4.14797		Hoyos		39	S	39092	
3120603	Hoyos	hoyos	ES	10850	963	Europe/Madrid	40.17154	-6.72092		Hoyos	10100	57	CC	10100	
3120604	Hoyorredondo	hoyorredondo	ES	05516	107	Europe/Madrid	40.4627	-5.41097		Hoyorredondo	05103	55	AV	05103	
3120605	Hoyo de Manzanares	hoyo-de-manzanares	ES	28240	7093	Europe/Madrid	40.62265	-3.90733			28072	29	M	28072	
3120606	Hoyo de la Guija	hoyo-de-la-guija	ES	05239	0	Europe/Madrid	40.61434	-4.25729		Hoyo la Guija		55	AV	05184	
3120608	Hoyocasero	hoyocasero	ES	05123	365	Europe/Madrid	40.3989	-4.97455		Hoyocasero	05101	55	AV	05101	
3120613	Hoyales de Roa	hoyales-de-roa	ES	09316	269	Europe/Madrid	41.65893	-3.86202		Hoyales de Roa	09170	55	BU	09170	
3120614	Hoya del Peral	hoya-del-peral	ES	16318	0	Europe/Madrid	40.11667	-1.46667		Caserio Hoya del Peral,Caserío Hoya del Peral,Hoya del Peral		54	CU	16189	
3120616	Hostalric	hostalric	ES	17450	3442	Europe/Madrid	41.75	2.63333		Hostalric	17083	56	GI	17083	
3120618	Hostafrancs	hostafrancs	ES	25211	0	Europe/Madrid	41.73333	1.25		Hostafranco		56	L	25072	
3120621	Hospital de Órbigo	hospital-de-orbigo	ES	24286	1060	Europe/Madrid	42.46354	-5.88636		Hospital de Orbigo,Hospital de Órbigo	24082	55	LE	24082	
3120631	Hortigüela	hortiguela	ES	09640	126	Europe/Madrid	42.06842	-3.42578		Hortiguela,Hortigüela	09169	55	BU	09169	
3120632	Hortigal	hortigal	ES	39549	0	Europe/Madrid	43.35828	-4.42462		Hortigal		39	S	39080	
3120633	Hortezuelos	hortezuelos	ES	09610	0	Europe/Madrid	41.93315	-3.4525		Hortezuelos		55	BU	09358	
3120634	Hortezuela	hortezuela	ES	42366	0	Europe/Madrid	41.49477	-2.87018		Hortezuela		55	SO	42035	
3120636	Horta de Sant Joan	horta-de-sant-joan	ES	43596	0	Europe/Madrid	40.95	0.31667		Horta,Horta de San Juan,Horta de Sant Joan	43071	56	T	43071	
3120637	Horta	horta	ES	24516	26676	Europe/Madrid	41.43628	2.15725		Horta		56	B	08019	07
3120638	Horta	horta	ES	24516	0	Europe/Madrid	42.84176	-7.13687				58	LU	27006	
3120639	Horta	horta	ES	24516	0	Europe/Madrid	42.83071	-7.03586				58	LU	27012	
3120640	Horta	horta	ES	24516	0	Europe/Madrid	42.57319	-6.79878		Horta		55	LE	24059	
3120641	Hórreos	horreos	ES	27328	0	Europe/Madrid	42.58254	-7.05202				58	LU	27017	
3120642	Hornos de Moncalvillo	hornos-de-moncalvillo	ES	26372	94	Europe/Madrid	42.39198	-2.5855		Hornos de Moncalvillo	26078	27	LO	26078	
3120645	Hornillos del Camino	hornillos-del-camino	ES	09230	70	Europe/Madrid	42.33863	-3.9256			09167	55	BU	09167	
3120646	Hornillos de Cerrato	hornillos-de-cerrato	ES	34249	119	Europe/Madrid	41.98772	-4.27207		Hornillos de Cerrato	34087	55	P	34087	
3120647	Hornillos de Cameros	hornillos-de-cameros	ES	26133	15	Europe/Madrid	42.21001	-2.4196		Hornillos de Cameros	26077	27	LO	26077	
3120648	Hornillos	hornillos	ES	04116	196	Europe/Madrid	41.36646	-4.71877				55	VA	47104	
3120649	Hornillayuso	hornillayuso	ES	09568	0	Europe/Madrid	43.01607	-3.59596				55	BU	09215	
3120651	Hornillalastra	hornillalastra	ES	09568	0	Europe/Madrid	43.03013	-3.59304				55	BU	09215	
3120654	Hornija	hornija	ES	24515	0	Europe/Madrid	42.57121	-6.86458		Hornija		55	LE	24059	
3120655	Hornes	hornes	ES	09587	0	Europe/Madrid	43.13056	-3.31753				55	BU	09410	
3120656	Hornedo	hornedo	ES	39716	0	Europe/Madrid	43.36571	-3.63124		Hornedo		39	S	39028	
3120658	Horna	horna	ES	02691	0	Europe/Madrid	42.97974	-4.09295				39	S	39027	
3120659	Horna	horna	ES	02691	0	Europe/Madrid	42.9284	-3.57347				55	BU	09903	
3120660	Horna	horna	ES	02691	0	Europe/Madrid	41.13333	-2.53333		Horna		54	GU	19257	
3120661	Hormilleja	hormilleja	ES	26223	179	Europe/Madrid	42.45628	-2.73155		Hormilleja	26076	27	LO	26076	
3120662	Hormilla	hormilla	ES	26323	435	Europe/Madrid	42.43828	-2.77447		Hormilla	26075	27	LO	26075	
3120663	Hormiguera	hormiguera	ES	39419	0	Europe/Madrid	42.87454	-4.13128		Hormiguera		39	S	39093	
3120665	Hormigos	hormigos	ES	45919	492	Europe/Madrid	40.09778	-4.44473		Hormigos	45076	54	TO	45076	
3120668	Hormazuela	hormazuela	ES	09129	0	Europe/Madrid	42.55036	-3.89673		Hormazuela		55	BU	09427	
3120671	Hormaza	hormaza	ES	09230	0	Europe/Madrid	42.32264	-3.92075				55	BU	09125	
3120672	Horche	horche	ES	19140	1853	Europe/Madrid	40.56399	-3.0611		Horche	19143	54	GU	19143	
3120673	Horcajuelo de la Sierra	horcajuelo-de-la-sierra	ES	28191	0	Europe/Madrid	41.06019	-3.5464		Horcajuelo de la Sierra	28071	29	M	28071	
3120674	Horcajuelo	horcajuelo	ES	05357	0	Europe/Madrid	40.76836	-4.91608		Horcajuelo		55	AV	05039	
3120677	Horcajo-Medianero	horcajo-medianero	ES	37860	348	Europe/Madrid	40.63976	-5.40584		Horcajo-Medianero		55	SA	37162	
3120678	Horcajo de Montemayor	horcajo-de-montemayor	ES	37712	196	Europe/Madrid	40.42265	-5.89427		Horcajo de Montemayor	37161	55	SA	37161	
3120679	Horcajo de las Torres	horcajo-de-las-torres	ES	05210	709	Europe/Madrid	41.06497	-5.09092		Horcajo de las Torres	05099	55	AV	05099	
3120680	Horcajo de la Sierra	horcajo-de-la-sierra	ES	28755	0	Europe/Madrid	41.06723	-3.58534		Horcajo de la Sierra	28070	29	M	28070	
3120681	Horcajo de la Ribera	horcajo-de-la-ribera	ES	05630	0	Europe/Madrid	40.35876	-5.36561		Horcajo de la Ribera		55	AV	05904	
3120687	Horcajo	horcajo	ES	10638	0	Europe/Madrid	40.3625	-6.3609		Caserio Horcajo,Caserío Horcajo,Horcajo		57	CC	10146	
3120688	Horcajada de la Torre	horcajada-de-la-torre	ES	16162	0	Europe/Madrid	40.03973	-2.56819		Horcajada de la Torre		54	CU	16211	
3121021	Guasa	guasa	ES	22714	0	Europe/Madrid	42.56768	-0.51275				52	HU	22130	
3120690	Hontoria de Valdearados	hontoria-de-valdearados	ES	09450	256	Europe/Madrid	41.74488	-3.51983		Hontoria de Valdearados	09164	55	BU	09164	
3120691	Hontoria del Pinar	hontoria-del-pinar	ES	09660	786	Europe/Madrid	41.84838	-3.16245		Hontoria del Pinar	09163	55	BU	09163	
3120692	Hontoria de la Cantera	hontoria-de-la-cantera	ES	09351	141	Europe/Madrid	42.18879	-3.64251		Hontoria de la Cantera	09162	55	BU	09162	
3120693	Hontoria de Cerrato	hontoria-de-cerrato	ES	34209	111	Europe/Madrid	41.91061	-4.44209		Hontoria de Cerrato	34086	55	P	34086	
3120694	Hontoria	hontoria	ES	33593	0	Europe/Madrid	43.44667	-4.9111		Hontoria		34	O	33036	
3120695	Hontoria	hontoria	ES	33593	0	Europe/Madrid	40.90764	-4.12421		Hontoria		55	SG	40194	
3120696	Hontomín	hontomin	ES	09141	0	Europe/Madrid	42.57154	-3.63802				55	BU	09906	
3120697	Hontoba	hontoba	ES	19119	229	Europe/Madrid	40.45385	-3.03858		Hontoba	19142	54	GU	19142	
3120701	Hontangas	hontangas	ES	09462	129	Europe/Madrid	41.58216	-3.7955		Hontangas	09160	55	BU	09160	
3120702	Hontanas	hontanas	ES	09227	72	Europe/Madrid	42.31312	-4.04529			09159	55	BU	09159	
3120703	Hontanares de Eresma	hontanares-de-eresma	ES	40490	288	Europe/Madrid	40.98273	-4.20439		Hontanares de Eresma	40101	55	SG	40101	
3120704	Hontanares	hontanares	ES	05418	0	Europe/Madrid	40.85278	-2.76035		Hontanares		54	GU	19053	
3120705	Hontanares	hontanares	ES	05418	0	Europe/Madrid	40.14204	-4.9817		Hontanares		55	AV	05014	
3120710	Hontalbilla	hontalbilla	ES	40353	382	Europe/Madrid	41.34551	-4.12149		Hontalbilla	40100	55	SG	40100	
3120711	Honrubia de la Cuesta	honrubia-de-la-cuesta	ES	40541	121	Europe/Madrid	41.50998	-3.70453		Honrubia de la Cuesta	40099	55	SG	40099	
3120714	Hondura	hondura	ES	37607	0	Europe/Madrid	40.64196	-5.91461		Hondura		55	SA	37041	
3120721	Honcalada	honcalada	ES	47219	0	Europe/Madrid	41.15346	-4.85161		Honcalada		55	VA	47141	
3120728	Hombrados	hombrados	ES	19328	47	Europe/Madrid	40.80118	-1.68558		Hombrados	19139	54	GU	19139	
3120741	Hita	hita	ES	19248	300	Europe/Madrid	40.82149	-3.0454		Hita	19138	54	GU	19138	
3120743	Hinojosas del Cerro	hinojosas-del-cerro	ES	40317	0	Europe/Madrid	41.35156	-3.8453		Hinojosas del Cerro		55	SG	40195	
3120744	Hinojosa de San Vicente	hinojosa-de-san-vicente	ES	45645	487	Europe/Madrid	40.10463	-4.72269		Hinojosa,Hinojosa de San Vicente	45074	54	TO	45074	
3120745	Hinojosa del Campo	hinojosa-del-campo	ES	42112	40	Europe/Madrid	41.73844	-2.09946		Hinojosa de Campo,Hinojosa del Campo,Inokhosa-del'-Kampo,hynkhsa dl kampw,yi nuo huo sa de er kan bo,Інохоса-дель-Кампо,Инохоса-дель-Кампо,هینخسا دل کامپو,伊诺霍萨德尔坎波	42100	55	SO	42100	
3120746	Hinojosa de la Sierra	hinojosa-de-la-sierra	ES	42153	0	Europe/Madrid	41.86971	-2.59991		Hinojosa,Hinojosa de la Sierra		55	SO	42160	
3120747	Hinojosa de Jarque	hinojosa-de-jarque	ES	44157	152	Europe/Madrid	40.69049	-0.78541		Hinojosa de Jarque	44123	52	TE	44123	
3120748	Hinojosa de Duero	hinojosa-de-duero	ES	37230	779	Europe/Madrid	40.98674	-6.79529		Hinojosa de Duero	37160	55	SA	37160	
3120749	Hinojosa	hinojosa	ES	19334	0	Europe/Madrid	41.03344	-1.92502		Hinojosa		54	GU	19265	
3120750	Hinojedo	hinojedo	ES	39350	0	Europe/Madrid	43.39632	-4.04918		Hinojedo		39	S	39085	
3120751	Hinojar del Rey	hinojar-del-rey	ES	09454	0	Europe/Madrid	41.76836	-3.32981		Hinojar del Rey		55	BU	09174	
3120752	Hinojar de Cervera	hinojar-de-cervera	ES	09610	0	Europe/Madrid	41.94691	-3.45276		Hinojar de Cervera		55	BU	09358	
3120754	Hiniestra	hiniestra	ES	09199	0	Europe/Madrid	42.39304	-3.44407		Hiniestra		55	BU	09044	
3120755	Hinestrosa	hinestrosa	ES	09119	0	Europe/Madrid	42.27445	-4.16064				55	BU	09091	
3120758	Ixona / Hijona	hijona	ES	01193	0	Europe/Madrid	42.8156	-2.5469		Hijona,Ixona		59	VI	01021	
3120760	Hijas	hijas	ES	39670	0	Europe/Madrid	43.28213	-3.98791		Hijas		39	S	39056	
3120763	Híjar	hijar	ES	18110	1919	Europe/Madrid	41.17429	-0.45112		Hijar,Híjar	44122	52	TE	44122	
3120764	Higuera de las Dueñas	higuera-de-las-duenas	ES	05427	300	Europe/Madrid	40.23903	-4.60361		Higuera de las Duenas,Higuera de las Dueñas	05095	55	AV	05095	
3120768	Higón	higon	ES	09571	0	Europe/Madrid	42.94191	-3.90864		Higon,Higón		55	BU	09012	
3120771	Hiendelaencina	hiendelaencina	ES	19242	143	Europe/Madrid	41.08373	-3.00337		Endelaensina,Hiendelaencina,Iendelaehnsina,yan de lai en xi na,Єнделаенсіна,Иенделаэнсина,延德莱恩西纳	19135	54	GU	19135	
3120773	Hervías	hervias	ES	26257	131	Europe/Madrid	42.44781	-2.88714		Hervias,Hervías	26074	27	LO	26074	
3120775	Hervededo	hervededo	ES	24410	0	Europe/Madrid	42.60341	-6.65522		Hervededo		55	LE	24034	
3120776	Hervás	hervas	ES	10700	3823	Europe/Madrid	40.27081	-5.86721		Ehrvas,Ervas,Ervás,Hervas,Hervás,ai er wa si,hyrfas,Ервас,Эрвас,هيرفاس,埃尔瓦斯	10096	57	CC	10096	
3120777	Herrín de Campos	herrin-de-campos	ES	47607	184	Europe/Madrid	42.12476	-4.95239		Herrin de Campos,Herrín de Campos	47073	55	VA	47073	
3120778	Herrezuelo	herrezuelo	ES	37864	0	Europe/Madrid	40.75275	-5.48169		Herrezuelo		55	SA	37029	
3120779	Herreruela de Castillería	herreruela-de-castilleria	ES	34846	0	Europe/Madrid	42.92786	-4.41161		Herreruela de Castilleria,Herreruela de Castillería		55	P	34056	
3120780	Herreros de Suso	herreros-de-suso	ES	05146	191	Europe/Madrid	40.80361	-5.03892		Herreros de Suso	05094	55	AV	05094	
3120782	Herreros de Rueda	herreros-de-rueda	ES	24161	0	Europe/Madrid	42.60724	-5.187		Herreros de Rueda		55	LE	24063	
3120783	Herreros de Jamuz	herreros-de-jamuz	ES	24767	0	Europe/Madrid	42.26233	-5.98445		Herreros de Jamuz		55	LE	24125	
3120785	Herreros	herreros	ES	42145	0	Europe/Madrid	41.81801	-2.71394		Herreros		55	SO	42061	
3120786	Herreros	herreros	ES	42145	0	Europe/Madrid	41.47567	-5.073		Caserio Herreros,Caserío Herreros,Herreros		55	VA	47121	
3120787	Herreros	herreros	ES	42145	0	Europe/Madrid	40.72574	-5.91901		Alqueria Herreros,Alquería Herreros,Herreros		55	SA	37211	
3120789	Herrería	herreria	ES	19342	33	Europe/Madrid	40.88815	-1.96014		Herreria,Herrería	19134	54	GU	19134	
3120791	Herrera de Valdecañas	herrera-de-valdecanas	ES	34259	176	Europe/Madrid	42.04828	-4.20004		Herrera de Valdecanas,Herrera de Valdecañas	34084	55	P	34084	
3120792	Herrera de Soria	herrera-de-soria	ES	42148	20	Europe/Madrid	41.76269	-3.01243		Ehrrera-de-Sorija,Errera-de-Sorija,Herrera de Soria,ai lei la de suo li ya,Еррера-де-Сорія,Эррера-де-Сория,埃雷拉德索里亚	42098	55	SO	42098	
3120793	Herrera de Pisuerga	herrera-de-pisuerga	ES	34400	2440	Europe/Madrid	42.59492	-4.33034		Ehrrera-de-Pisuehrga,Errera-de-Pisuerga,Herrera,Herrera de Pisuerga,ai lei la de pi su ai er jia,Еррера-де-Пісуерга,Эррера-де-Писуэрга,埃雷拉德皮苏埃尔加	34083	55	P	34083	
3120794	Herrera de los Navarros	herrera-de-los-navarros	ES	50150	645	Europe/Madrid	41.21024	-1.08271		Herrera,Herrera de los Navarros	50124	52	Z	50124	
3120795	Herrera de Ibio	herrera-de-ibio	ES	39509	0	Europe/Madrid	43.30004	-4.17911		Herrera de Ibio		39	S	39041	
3120796	Herrera de Duero	herrera-de-duero	ES	47161	0	Europe/Madrid	41.56412	-4.65405		Herrera de Duero		55	VA	47175	
3120799	Herrera	herrera	ES	09221	0	Europe/Madrid	43.42386	-3.87364				39	S	39016	
3120801	Herrán	herran	ES	09212	0	Europe/Madrid	43.38494	-4.11265		Herran,Herrán		39	S	39076	
3120802	Herrán	herran	ES	09212	0	Europe/Madrid	42.82352	-3.22949		Herran,Herrán		55	BU	09412	
3120803	Herramélluri	herramelluri	ES	26213	130	Europe/Madrid	42.50295	-3.01954		Ehrramel'juri,Ehrramel'uri,Erramel'juri,Herramelluri,Herramélluri,ai la mei liu li,Еррамельюрі,Эррамельури,Эррамельюри,埃拉梅柳里	26073	27	LO	26073	
3120808	Hernialde	hernialde	ES	20494	314	Europe/Madrid	43.15446	-2.08521		Hernialde	20041	59	SS	20041	
3120809	Hernansancho	hernansancho	ES	05164	223	Europe/Madrid	40.85753	-4.73045			05092	55	AV	05092	
3120810	Hernán-Pérez	hernan-perez	ES	10868	503	Europe/Madrid	40.21246	-6.46479		Ehrnan-Peres,Ernan-Peres,Hernan-Perez,Hernán-Pérez,ai er nan-pei lei si,hyrnan-byryz,Ернан-Перес,Эрнан-Перес,هيرنان-بيريز,埃尔南-佩雷斯	10093	57	CC	10093	
3120811	Hernani	hernani	ES	20120	19289	Europe/Madrid	43.26615	-1.97615	42	Ehrnani,Ernani,Hernani,ai er na ni,arnany  asbanya,Ернани,Ернані,Эрнани,إرناني، إسبانيا,埃尔纳尼		59	SS	20040	
3120813	Hermunde	hermunde	ES	27280	0	Europe/Madrid	43.17553	-7.33284		Hermunde		58	LU	27046	
3120814	Hermua	hermua	ES	01208	0	Europe/Madrid	42.91721	-2.4781				59	VI	01013	
3120815	Hermosillo	hermosillo	ES	05690	0	Europe/Madrid	40.3349	-5.47372		Hermosillo		55	AV	05113	
3120816	Hermosilla	hermosilla	ES	09246	0	Europe/Madrid	42.65768	-3.4346		Hermosilla,Hermosillo		55	BU	09238	
3120817	Hermosa	hermosa	ES	39724	0	Europe/Madrid	43.36245	-3.73231		Hermosa		39	S	39042	
3120818	Hermisende	hermisende	ES	49572	367	Europe/Madrid	41.96898	-6.89616		Hermisende	49094	55	ZA	49094	
3120821	Hermide	hermide	ES	24521	0	Europe/Madrid	42.63697	-6.9565		Hermide		55	LE	24011	
3120826	Hérmedes de Cerrato	hermedes-de-cerrato	ES	34247	123	Europe/Madrid	41.81972	-4.17361		Hermedes de Cerrato,Hérmedes de Cerrato	34082	55	P	34082	
3120831	Hería	heria	ES	33310	0	Europe/Madrid	43.39108	-5.42253				34	O	33009	
3120832	Herguijuela del Campo	herguijuela-del-campo	ES	37759	117	Europe/Madrid	40.63102	-5.86398		Herguijuela del Campo	37159	55	SA	37159	
3120833	Herguijuela de la Sierra	herguijuela-de-la-sierra	ES	37619	294	Europe/Madrid	40.44535	-6.07445		Herguijuela de la Sierra	37158	55	SA	37158	
3120834	Herguijuela de Ciudad Rodrigo	herguijuela-de-ciudad-rodrigo	ES	37516	154	Europe/Madrid	40.4586	-6.52075		Herguijuela de Ciudad Rodrigo	37157	55	SA	37157	
3120835	Heres	heres	ES	33448	0	Europe/Madrid	43.62138	-5.81969		Heres,San Jorge,San Jorge de Heres		34	O	33025	
3120836	Hereña	herena	ES	01420	0	Europe/Madrid	42.7774	-2.90478		Herena,Hereña		59	VI	01046	
3120837	Heredia	heredia	ES	01206	0	Europe/Madrid	42.87857	-2.4419		Heredia		59	VI	01013	
3120838	Herce	herce	ES	26584	356	Europe/Madrid	42.21423	-2.16488		Herce	26072	27	LO	26072	
3120839	Herboso	herboso	ES	48890	0	Europe/Madrid	43.24925	-3.3255		Herboso		59	BI	48022	
3120840	Herbosa	herbosa	ES	09571	0	Europe/Madrid	42.9746	-3.9016		Herbosa		55	BU	09413	
3120844	Herbeset	herbeset	ES	12319	0	Europe/Madrid	40.66199	-0.01933		Herberet,Herbeset		60	CS	12080	
3120845	Herbés	herbes	ES	12317	81	Europe/Madrid	40.721	-0.00441		Herbers,Herbes,Herbés	12068	60	CS	12068	
3120848	Heras	heras	ES	10628	0	Europe/Madrid	43.39538	-3.76792		Heras		39	S	39042	
3120849	Heras	heras	ES	10628	0	Europe/Madrid	40.78822	-3.097				54	GU	19133	
3120852	Henche	henche	ES	19491	119	Europe/Madrid	40.71474	-2.70746		Henche	19132	54	GU	19132	
3120857	Helguero	helguero	ES	39809	0	Europe/Madrid	43.25645	-3.49053		Helguero		39	S	39057	
3120858	Helgueras	helgueras	ES	33559	0	Europe/Madrid	43.35027	-4.50517				39	S	39095	
3120862	Helecha de Valdivia	helecha-de-valdivia	ES	34813	0	Europe/Madrid	42.79631	-4.16882		Elecha de Valdivia,Helecha de Valdivia		55	P	34135	
3120863	Hedroso	hedroso	ES	32558	0	Europe/Madrid	42.19799	-7.0742		Hedroso		58	OR	32086	
3120864	Hedroso	hedroso	ES	32558	0	Europe/Madrid	42.0468	-6.88579		Hedroso		55	ZA	49100	
3120865	Hedeso	hedeso	ES	09212	0	Europe/Madrid	42.83038	-3.29497		Hedeso		55	BU	09412	
3120868	Hazas de Cesto	hazas-de-cesto	ES	39738	1284	Europe/Madrid	43.39653	-3.58916		Hazas de Cesto	39031	39	S	39031	
3120871	Haza	haza	ES	09463	36	Europe/Madrid	41.61667	-3.81667		Asa,Haza,hasa,Аса,هاسا	09155	55	BU	09155	
3120874	Haro	haro	ES	26200	12261	Europe/Madrid	42.57634	-2.8476		Haro	26071	27	LO	26071	
3120877	Haedo de Linares	haedo-de-linares	ES	09557	0	Europe/Madrid	43.00278	-3.65464		Haedo de Linares		55	BU	09215	
3120881	Haedo de Angulo	haedo-de-angulo	ES	09588	0	Europe/Madrid	43.03744	-3.17186		Angulo,Haedo de Angulo		55	BU	09410	
3120883	Haedillo	haedillo	ES	09585	0	Europe/Madrid	42.3425	-3.31101		Haedillo		55	BU	09303	
3120885	Hacinas	hacinas	ES	09611	182	Europe/Madrid	41.98514	-3.28709		Hacinas	09154	55	BU	09154	
3120888	Guzparras	guzparras	ES	39682	0	Europe/Madrid	43.18475	-3.8586		Gusparras,Guzparras		39	S	39097	
3120889	Guzmán	guzman	ES	09314	0	Europe/Madrid	41.75645	-3.99623		Guzman,Guzmán		55	BU	09256	
3120892	Gutiolo	gutiolo	ES	48480	0	Europe/Madrid	43.2	-2.86574		Gutiolo		59	BI	48097	
3120893	Gutierre-Muñoz	gutierre-munoz	ES	05296	119	Europe/Madrid	40.98295	-4.63839		Gutierre-Muno,Gutierre-Munoz,Gutierre-Muño,Gutierre-Muñoz	05090	55	AV	05090	
3120894	Gustei	gustei	ES	32100	0	Europe/Madrid	42.39072	-7.85368				58	OR	32026	
3120895	Gusendos de los Oteros	gusendos-de-los-oteros	ES	24209	173	Europe/Madrid	42.37818	-5.43088		Gusendos de los Oteros	24081	55	LE	24081	
3120896	Gusándanos	gusandanos	ES	49324	0	Europe/Madrid	42.09734	-6.46726		Gusandanos,Gusandonos,Gusándanos,Gusándonos		55	ZA	49181	
3120897	Gurullés	gurulles	ES	33829	0	Europe/Madrid	43.36667	-6.03333		Gurulles,Gurullés,San Martin,San Martín		34	O	33026	
3120898	Gurrea de Gállego	gurrea-de-gallego	ES	22280	1742	Europe/Madrid	42.01541	-0.7615		Gurrea,Gurrea de Gallego,Gurrea de Gállego	22119	52	HU	22119	
3120903	Guntín	guntin	ES	32634	0	Europe/Madrid	42.88702	-7.69259			27023	58	LU	27023	
3120904	Guntín	guntin	ES	32634	70	Europe/Madrid	42.61667	-7.45		Guntin,Guntín,San Cristobal,San Cristóbal		58	LU	27008	
3120905	Guntín	guntin	ES	32634	0	Europe/Madrid	42.47588	-7.54462				58	LU	27059	
3120906	Guntín	guntin	ES	32634	0	Europe/Madrid	41.97879	-7.75563		Guntin,Guntín		58	OR	32012	
3120908	Gundriz	gundriz	ES	27623	0	Europe/Madrid	42.7	-7.21667		Gundriz		58	LU	27055	
3120911	Gumuzio	gumuzio	ES	48960	0	Europe/Madrid	43.23333	-2.78333		Gumucio,Gumuzio		59	BI	48036	
3120912	Gumiel del Mercado	gumiel-del-mercado	ES	09443	379	Europe/Madrid	41.75589	-3.8027		Gumiel de Mercado,Gumiel del Mercado		55	BU	09369	
3120913	Gumiel de Izán	gumiel-de-izan	ES	09370	698	Europe/Madrid	41.77303	-3.68755		Gumiel de Hizan,Gumiel de Hizán		55	BU	09151	
3120915	Guma	guma	ES	09491	0	Europe/Madrid	41.64267	-3.51551		Guma		55	BU	09421	
3120918	Gullade	gullade	ES	27416	6	Europe/Madrid	42.5	-7.5		Gullade,San Acisclo		58	LU	27031	
3120920	Guldriz	guldriz	ES	27299	0	Europe/Madrid	43.01861	-7.75058		Guldriz,Gundriz,Santiago		58	LU	27020	
3120924	Gizaburuaga	gizaburuaga	ES	48289	141	Europe/Madrid	43.33333	-2.53333		Gizaburuaga,Guizaburuaga		59	BI	48004	
3120929	Guissona	guissona	ES	25210	0	Europe/Madrid	41.78333	1.3		Guisona,Guissona		56	L	25907	
3120930	Guisatecha	guisatecha	ES	24131	0	Europe/Madrid	42.78744	-6.00825		Guisatecha		55	LE	24132	
3120931	Guisando	guisando	ES	05417	635	Europe/Madrid	40.22225	-5.1395		Guisando	05089	55	AV	05089	
3120934	Guirguillano	guirguillano	ES	31291	96	Europe/Madrid	42.71725	-1.87798			31121	32	NA	31121	
3120936	Guinicio	guinicio	ES	09219	0	Europe/Madrid	42.73262	-3.02608		Guinicio		55	BU	09219	
3120939	Ginea	guinea	ES	01428	0	Europe/Madrid	42.85361	-3.01603		Ginea,Guinea		59	VI	01055	
3120941	Güin	guin	ES	32847	0	Europe/Madrid	42.02284	-7.90016				58	OR	32006	
3120943	Güimil	guimil	ES	24521	0	Europe/Madrid	42.61144	-6.94533		Guimil,Güimil		55	LE	24011	
3120944	Guimerà	guimera	ES	25341	370	Europe/Madrid	41.5645	1.18528		Guimera,Guimerà	25109	56	L	25109	
3120949	Guimara	guimara	ES	24429	0	Europe/Madrid	42.89888	-6.69088		Guimara		55	LE	24112	
3120950	Guimara	guimara	ES	24429	0	Europe/Madrid	41.9	-3.75		Caserio de Guimar,Caserío de Guimar,Guimar,Guimara		55	BU	09127	
3120951	Guils de Cerdanya	guils-de-cerdanya	ES	17528	0	Europe/Madrid	42.4474	1.88012		Guils de Cerdana,Guils de Cerdanya,Guils de Cerdaña	17082	56	GI	17082	17082
3120954	Guillén	guillen	ES	27649	0	Europe/Madrid	42.82062	-7.15658		Guillen,Guillén		58	LU	27006	
3120960	Guillamil	guillamil	ES	32655	0	Europe/Madrid	42.12235	-7.83291				58	OR	32067	
3120963	Guijuelo	guijuelo	ES	37770	5221	Europe/Madrid	40.55757	-5.67067		Gikhuehlo,Gikhuelo,Guijuelo,ji hu ai luo,Гихуэло,Гіхуело,吉胡埃洛	37156	55	SA	37156	
3120964	Guijosa	guijosa	ES	19263	0	Europe/Madrid	41.75806	-3.23432		Guijosa		55	SO	42080	
3120965	Guijosa	guijosa	ES	19263	0	Europe/Madrid	41.09829	-2.57405		Guijosa		54	GU	19257	
3120966	Guijo de Santa Bárbara	guijo-de-santa-barbara	ES	10459	429	Europe/Madrid	40.1541	-5.65414		Guijo de Santa Barbara,Guijo de Santa Bárbara	10091	57	CC	10091	
3120967	Guijo de Granadilla	guijo-de-granadilla	ES	10665	674	Europe/Madrid	40.19351	-6.16339		Guijo de Granadilla	10090	57	CC	10090	
3120968	Guijo de Galisteo	guijo-de-galisteo	ES	10816	1547	Europe/Madrid	40.09383	-6.41007		Guijo de Galisteo	10089	57	CC	10089	
3120969	Guijo de Coria	guijo-de-coria	ES	10815	254	Europe/Madrid	40.10098	-6.46383		Guijo de Coria	10088	57	CC	10088	
3120970	Guijo de Ávila	guijo-de-avila	ES	37774	109	Europe/Madrid	40.53078	-5.6397		Guijo de Avila,Guijo de Ávila	37155	55	SA	37155	
3120972	Guijasalbas	guijasalbas	ES	40423	0	Europe/Madrid	40.81916	-4.28058		Guijasalbas		55	SG	40211	
3120977	Guiar	guiar	ES	33779	0	Europe/Madrid	43.41114	-7.09223		Guiar		34	O	33074	
3120980	Guialmons	guialmons	ES	43429	0	Europe/Madrid	41.51224	1.36574		Guialmons		56	T	43105	
3120983	Gezala	gezala	ES	48499	0	Europe/Madrid	43.13333	-2.83333		Gezala,Guezala		59	BI	48025	
3120985	Getaria	getaria	ES	20808	2530	Europe/Madrid	43.30326	-2.20444		Cetaria,Getaria,Getarija,Guetaria,getaria,ghytarya,he ta li ya,Гетария,Гетарія,غيتاريا,ゲタリア,赫塔里亚	20039	59	SS	20039	
3120987	Gerrikaitz	gerrikaitz	ES	48381	0	Europe/Madrid	43.26667	-2.58333		Gerrikaitz,Guerricaiz		59	BI	48007	
3120988	Gerrika	gerrika	ES	48381	0	Europe/Madrid	43.26667	-2.56667		Gerrika,Guerrica		59	BI	48007	
3120989	Gernika-Lumo	gernika-lumo	ES	48300	16244	Europe/Madrid	43.31667	-2.68333		Gernika,Gernika-Lumo,Guernica,Guernica y Luno	48046	59	BI	48046	
3120994	Gerea	gerea	ES	48269	0	Europe/Madrid	43.21667	-2.55		Gerea,Guerena		59	BI	48058	
3120996	Gerediaga	gerediaga	ES	48220	0	Europe/Madrid	43.16667	-2.6		Gerediaga,Guerediaga,Guerediagagana,Guerediagana		59	BI	48001	
3120998	Güeñes	guenes	ES	48840	6147	Europe/Madrid	43.21252	-3.09497		Gueenes,Guehn'es,Guen'es,Guenes,Gueñes,Güeñes,ge nie si,ghynays,Гуеньєс,Гуэньес,غينايس,格涅斯		59	BI	48045	
3121001	Güemes	guemes	ES	39191	0	Europe/Madrid	43.45593	-3.63529		Guemes,Güemes		39	S	39011	
3121005	Gueimonde	gueimonde	ES	27248	0	Europe/Madrid	43.26555	-7.30913		Gueimonde		58	LU	27044	
3121007	Getxo	getxo	ES	48930	80770	Europe/Madrid	43.35689	-3.01146		Getxo		59	BI	48044	
3121011	Gudín	gudin	ES	32637	0	Europe/Madrid	41.96936	-7.64475		Gudin,Gudín		58	OR	32032	
3121012	Gudillos	gudillos	ES	40419	0	Europe/Madrid	40.71435	-4.16263		Caserio Gudillos,Caserío Gudillos,Gudillos		55	SG	40076	
3121014	Gúdar	gudar	ES	44433	80	Europe/Madrid	40.44107	-0.72048		Gudar,Gúdar	44121	52	TE	44121	
3121015	Guaza de Campos	guaza-de-campos	ES	34306	69	Europe/Madrid	42.13365	-4.90949		Guaza,Guaza de Campos	34081	55	P	34081	
3121019	Guaso	guaso	ES	22349	0	Europe/Madrid	42.4168	0.09743		Guaso		52	HU	22907	
3121020	Guasillo	guasillo	ES	22713	0	Europe/Madrid	42.58469	-0.57661				52	HU	22130	
3121023	Guarrate	guarrate	ES	49156	362	Europe/Madrid	41.28985	-5.44224		Guarrate		55	ZA	49081	
3121024	Guarnizo	guarnizo	ES	39611	0	Europe/Madrid	43.39329	-3.85534		Guarnizo		39	S	39008	
3121028	Guareña	guarena	ES	05540	0	Europe/Madrid	40.6086	-4.9763		Guarena,Guareña		55	AV	05247	
3121029	Guardo	guardo	ES	34880	7920	Europe/Madrid	42.78966	-4.84823		Cuardo,Guardo,Gvardo,gua er duo,Гвардо,Гуардо,瓜尔多	34080	55	P	34080	
3121030	Guardiola de Berguedà	guardiola-de-bergueda	ES	08694	0	Europe/Madrid	42.2349	1.87716		Guardiola,Guardiola de Berga,Guardiola de Bergueda,Guardiola de Berguedà	08099	56	B	08099	
3121032	Sant Salvador de Guardiola	sant-salvador-de-guardiola	ES	08253	3146	Europe/Madrid	41.68333	1.76667		Guardiola,Sant Salvador de Guardiola	08098	56	B	08098	
3121034	Guàrdia de Tremp	guardia-de-tremp	ES	25632	0	Europe/Madrid	42.09167	0.87707		Guardia de Noguera,Guardia de Tremp		56	L	25904	
3121035	La Guàrdia dels Prats	la-guardia-dels-prats	ES	43410	0	Europe/Madrid	41.39722	1.1709				56	T	43086	
3121036	Guardia	guardia	ES	22312	0	Europe/Madrid	42.11193	0.15651		Guardia		52	HU	22908	
3121037	Guardamino	guardamino	ES	39809	0	Europe/Madrid	43.26061	-3.4447		Guardamino		39	S	39057	
3121040	Guamil	guamil	ES	32701	0	Europe/Madrid	42.20487	-7.67704				58	OR	32007	
3121041	la Serra de Rialb	la-serra-de-rialb	ES	25747	0	Europe/Madrid	41.94894	1.17644		Gualter		56	L	25042	
3121042	Gualtares de Órbigo	gualtares-de-orbigo	ES	24287	0	Europe/Madrid	42.48727	-5.8974		Gualtares,Gualtares de Orbigo,Gualtares de Órbigo		55	LE	24015	
3121044	Gualta	gualta	ES	17257	338	Europe/Madrid	42.02953	3.10312			17081	56	GI	17081	
3121046	Gualda	gualda	ES	19459	0	Europe/Madrid	40.68055	-2.68655		Gualda		54	GU	19086	
3121051	Guadramiro	guadramiro	ES	37219	191	Europe/Madrid	41.01703	-6.49369		Guadramiro	37154	55	SA	37154	
3121052	Guadilla de Villamar	guadilla-de-villamar	ES	09135	0	Europe/Madrid	42.52703	-4.17466		Guadilla de Villamar		55	BU	09373	
3121058	Guadarrama	guadarrama	ES	28440	14800	Europe/Madrid	40.6727	-4.08949		Guadarram	28068	29	M	28068	
3121060	Guadapero	guadapero	ES	37596	0	Europe/Madrid	40.5621	-6.35781		Guadapero		55	SA	37306	
3121065	Guadalix de la Sierra	guadalix-de-la-sierra	ES	28794	4970	Europe/Madrid	40.78496	-3.69347			28067	29	M	28067	
3121068	Guadalaviar	guadalaviar	ES	44115	273	Europe/Madrid	40.38824	-1.71803		Guadalaviar	44120	52	TE	44120	
3121070	Guadalajara	guadalajara	ES	19001	83039	Europe/Madrid	40.62862	-3.16185		GDU,Guadalajara,Gvadalaharo,Gvadalakhara,guadarahara,Гвадалахара,グアダラハラ	GU	54	GU	19130	
3121071	Gúa	gua	ES	33840	0	Europe/Madrid	43.08038	-6.26068		Gua,Gúa		34	O	33068	
3121074	Grullos	grullos	ES	33829	0	Europe/Madrid	43.43256	-6.05187		Grullos,Santa Maria,Santa María		34	O	33010	
3121076	Grulleros	grulleros	ES	24346	0	Europe/Madrid	42.50268	-5.54967		Grulleros		55	LE	24197	
3121094	Grolos	grolos	ES	27183	0	Europe/Madrid	42.88263	-7.61698		Grolos		58	LU	27023	
3121099	Grisuela del Páramo	grisuela-del-paramo	ES	24248	0	Europe/Madrid	42.41332	-5.78507				55	LE	24026	
3121100	Grisuela	grisuela	ES	49519	0	Europe/Madrid	41.76133	-6.30003		Grisuela		55	ZA	49172	
3121101	Grisén	grisen	ES	50297	475	Europe/Madrid	41.74524	-1.1626		Grisen,Grisén	50123	52	Z	50123	
3121102	Grisel	grisel	ES	50513	59	Europe/Madrid	41.87109	-1.72794		Grisel	50122	52	Z	50122	
3121103	Grisaleña	grisalena	ES	09245	43	Europe/Madrid	42.59122	-3.26416		Grisalena,Grisaleña	09149	55	BU	09149	
3121105	Griñón	grinon	ES	28971	7484	Europe/Madrid	40.21249	-3.85482		Grinon,Griñón	28066	29	M	28066	
3121106	Grilo	grilo	ES	33778	0	Europe/Madrid	43.48599	-6.96064		Grilo		34	O	33017	
3121107	Grillero	grillero	ES	33612	29	Europe/Madrid	43.2	-5.76667		Grillero		34	O	33037	
3121108	Grijota	grijota	ES	34192	1047	Europe/Madrid	42.05289	-4.58309		Grijota	34079	55	P	34079	
3121116	Grijalba de Vidriales	grijalba-de-vidriales	ES	49621	0	Europe/Madrid	42.0523	-5.94163		Grijalba de Vidriales		55	ZA	49092	
3121118	Grijalba	grijalba	ES	09128	124	Europe/Madrid	42.43002	-4.11896		Grijalba	09148	55	BU	09148	
3121120	Griegos	griegos	ES	44114	140	Europe/Madrid	40.42722	-1.71201		Griegos	44119	52	TE	44119	
3121121	Griébal	griebal	ES	22339	0	Europe/Madrid	42.38246	0.20248		Griebal,Griébal		52	HU	22907	
3121130	Gredilla la Polera	gredilla-la-polera	ES	09141	0	Europe/Madrid	42.51931	-3.67561				55	BU	09906	
3121131	Gredilla de Sedano	gredilla-de-sedano	ES	09142	0	Europe/Madrid	42.72008	-3.72015		Gredilla de Sedano		55	BU	09905	
3121133	Grazanes	grazanes	ES	33556	0	Europe/Madrid	43.35	-5		Grazanes		34	O	33012	
3121134	Grávalos	gravalos	ES	26587	236	Europe/Madrid	42.10836	-1.99874		Bravalos,Gravalos,Grávalos	26070	27	LO	26070	
3121135	Graus	graus	ES	22430	3436	Europe/Madrid	42.18885	0.33749		Graus,ge lao si,Граус,格劳斯	22117	52	HU	22117	
3121138	Gratallops	gratallops	ES	43737	221	Europe/Madrid	41.1932	0.77702		Gratallops		56	T	43055	
3121140	Grases	grases	ES	33313	0	Europe/Madrid	43.46656	-5.4778		San Vicente		34	O	33076	
3121141	Grasa	grasa	ES	22622	0	Europe/Madrid	42.37626	-0.31521		Grasa		52	HU	22199	
3121142	Granucillo	granucillo	ES	49621	224	Europe/Madrid	42.05209	-5.92777		Granucillo	49092	55	ZA	49092	
3121143	Grañón	granon	ES	26259	360	Europe/Madrid	42.44992	-3.02767		Gran'jon,Gran'on,Granion,Granon,Grañón,ge la ni weng,Граньйон,Граньон,Գրանիոն,格拉尼翁	26069	27	LO	26069	
3121144	Granollers de Rocacorba	granollers-de-rocacorba	ES	17153	0	Europe/Madrid	42.06838	2.65203		Granollers de Rocacorba		56	GI	17172	
3121145	Granollers	granollers	ES	08400	60658	Europe/Madrid	41.60797	2.28773		Granollers		56	B	08181	
3121149	Granja de Moreruela	granja-de-moreruela	ES	49740	329	Europe/Madrid	41.81026	-5.73893		Granja de Moreruela	49091	55	ZA	49091	
3121150	la Granja d'Escarp	la-granja-d-escarp	ES	25185	0	Europe/Madrid	41.41667	0.36667		Granja de Escarpe,la Granja d'Escarp	25102	56	L	25102	
3121157	Grañeras	graneras	ES	24343	0	Europe/Madrid	42.39709	-5.21498		Graneras,Grañeras		55	LE	24024	
3121158	Granera	granera	ES	08183	80	Europe/Madrid	41.72741	2.05924		Granera	08095	56	B	08095	
3121159	Granyena de les Garrigues	granyena-de-les-garrigues	ES	25160	0	Europe/Madrid	41.43333	0.65		Granyena,Granyena de les Garrigues		56	L	25105	
3121160	Granyena de Segarra	granyena-de-segarra	ES	25217	0	Europe/Madrid	41.61667	1.25		Granena de Cervera,Granyena de Segarra,Grañena de Cervera		56	L	25141	
3121161	Grañén	granen	ES	22260	1991	Europe/Madrid	41.94104	-0.36941		Granen,Grañén	22116	52	HU	22116	
3121162	Grandoso	grandoso	ES	24858	0	Europe/Madrid	42.84927	-5.27657		Grandoso		55	LE	24021	
3121163	Grandíval	grandival	ES	09217	0	Europe/Madrid	42.71437	-2.78245		Grandival,Grandíval		55	BU	09109	
3121167	Grandes	grandes	ES	05357	0	Europe/Madrid	40.98004	-6.21543				55	SA	37106	
3121168	Grandes	grandes	ES	05357	0	Europe/Madrid	40.75533	-4.95652		Grandes		55	AV	05088	
3121197	Grandas de Salime	grandas-de-salime	ES	33730	1203	Europe/Madrid	43.21554	-6.8757		Crandas de Salime,Grandas,Grandas de Salime,Grandas-de-Salime,ge lan da si de sa li mei,ghrandas dy salymy,grandas d salymh,Грандас-де-Салиме,Грандас-де-Саліме,غرانداس دي ساليمي,گرانداس د سالیمه,格兰达斯德萨利梅	33027	34	O	33027	
3121198	Grandallana	grandallana	ES	33778	0	Europe/Madrid	43.48382	-7.00607		Grandallana		34	O	33017	
3121214	Granadilla	granadilla	ES	14950	0	Europe/Madrid	40.26796	-6.10663		Granadilla		57	CC	10216	
3121216	la Granadella	la-granadella	ES	25177	792	Europe/Madrid	41.35	0.66667		Granadella,La Granadella,la Granadella	25101	56	L	25101	
3121218	Graña	grana	ES	27730	0	Europe/Madrid	43.28333	-7.48333		Grana,Graña,Santa Maria Magdalena,Santa María Magdalena		58	LU	27001	
3121219	Graña	grana	ES	27730	0	Europe/Madrid	43.25	-8.88333		Grana,Graña,San Vicente		58	C	15068	
3121220	Graña	grana	ES	27730	0	Europe/Madrid	42.53512	-9.02896		Frana,Fraña		58	C	15073	
3121221	Graña	grana	ES	27730	0	Europe/Madrid	42.31667	-8.31667		Grana,Graña,San Bernabe,San Bernabé		58	OR	32004	
3121222	Gramedo	gramedo	ES	34846	0	Europe/Madrid	43.41384	-5.37995		San Julian,San Julián		34	O	33009	
3121223	Gramedo	gramedo	ES	34846	0	Europe/Madrid	43.19309	-5.7658				34	O	33037	
3121224	Gramedo	gramedo	ES	34846	0	Europe/Madrid	42.88387	-4.45385		Gramedo		55	P	34056	
3121225	Gramedo	gramedo	ES	34846	0	Europe/Madrid	42.10692	-6.36039		Gramedo		55	ZA	49134	
3121227	Grallas	grallas	ES	27363	0	Europe/Madrid	42.80257	-7.56873		Grallas		58	LU	27043	
3121230	Grajera	grajera	ES	40569	107	Europe/Madrid	41.37319	-3.61304		Grajera	40097	55	SG	40097	
3121231	Grajalejo de las Matas	grajalejo-de-las-matas	ES	24339	0	Europe/Madrid	42.40082	-5.34319		Grajalejo,Grajalejo de las Matas		55	LE	24217	
3121233	Grajal de Campos	grajal-de-campos	ES	24340	275	Europe/Madrid	42.32073	-5.01938		Grajal	24080	55	LE	24080	
3121235	Gradura	gradura	ES	33111	0	Europe/Madrid	43.17992	-6.10297		Gradura		34	O	33072	
3121236	Grado del Pico	grado-del-pico	ES	40512	0	Europe/Madrid	41.30378	-3.24832		Grado del Pico		55	SG	40024	
3121238	Grado	grado	ES	33820	11033	Europe/Madrid	43.38801	-6.07433		Grado,Grao,Grau,Grau/Grado,ge la duo,ghradw  astwryas,gradw,Градо,غرادو، أستورياس,گرادو,格拉多		34	O	33026	
3121239	Grado	grado	ES	33820	0	Europe/Madrid	43.38811	-5.96849		Grado,Santa Maria,Santa María		34	O	33054	
3121241	Gradefes	gradefes	ES	24160	1175	Europe/Madrid	42.62396	-5.22691		Gradefes		55	LE	24079	
3121242	Gradátila	gradatila	ES	33529	0	Europe/Madrid	43.34513	-5.51195		Gradatila,Gradátila		34	O	33040	
3121243	Gracionépel	gracionepel	ES	22714	0	Europe/Madrid	42.56449	-0.45336				52	HU	22130	
3121249	Gozón de Ucieza	gozon-de-ucieza	ES	34128	0	Europe/Madrid	42.44832	-4.60949		Gozon de Ucieza,Gozón de Ucieza		55	P	34903	
3121263	Goián	goian	ES	27614	0	Europe/Madrid	41.95	-8.76667		Goian,Goián		58	PO	36054	
3121267	Govezanes	govezanes	ES	33990	0	Europe/Madrid	43.21004	-5.36091		Gobezanes,Govezanes		34	O	33015	
3121268	Gotor	gotor	ES	50257	381	Europe/Madrid	41.54583	-1.64915		Gotor	50121	52	Z	50121	
3121270	Gotarrendura	gotarrendura	ES	05163	189	Europe/Madrid	40.82652	-4.7409		Gotarrendura	05087	55	AV	05087	
3121271	Gósol	gosol	ES	25716	220	Europe/Madrid	42.23697	1.6601		Gosol,Gósol	25100	56	L	25100	
3121272	Gosende	gosende	ES	32101	0	Europe/Madrid	42.88784	-8.95672				58	C	15062	
3121273	Gosende	gosende	ES	32101	0	Europe/Madrid	42.8725	-9.05332				58	C	15045	
3121275	Gorriti	gorriti	ES	31877	0	Europe/Madrid	43.0507	-1.95522				32	NA	31144	
3121284	Gornazo	gornazo	ES	39310	0	Europe/Madrid	43.41309	-3.98332		Cornazo,Gornazo		39	S	39044	
3121285	Gormaz	gormaz	ES	42313	19	Europe/Madrid	41.49232	-3.005		Gormas,Gormaz,ge er ma si,Гормас,戈尔马斯	42097	55	SO	42097	
3121288	Górgolas	gorgolas	ES	48879	0	Europe/Madrid	43.22538	-3.26036		Gorgolas,Górgolas		59	BI	48008	
3121290	Gordoncillo	gordoncillo	ES	24294	637	Europe/Madrid	42.13557	-5.40181		Gordoncillo,Gordonsil'jo,Gordonsil'o,ge er dong xi e,gwrdwnsyyw,Гордонсильо,Гордонсільйо,گوردونسییو,戈尔东西略	24078	55	LE	24078	
3121291	Gordón	gordon	ES	48880	0	Europe/Madrid	43.28429	-3.24692		Gordon,Gordón		59	BI	48087	
3121292	Gordoa	gordoa	ES	01208	0	Europe/Madrid	42.902	-2.38295		Gordoa		59	VI	01009	
3121295	Gordaliza del Pino	gordaliza-del-pino	ES	24325	301	Europe/Madrid	42.34357	-5.15731		Gordaliza	24077	55	LE	24077	
3121296	Gordaliza de la Loma	gordaliza-de-la-loma	ES	47608	0	Europe/Madrid	42.13315	-5.13581		Gordaliza de la Loma		55	VA	47026	
3121303	Goó	goo	ES	27346	0	Europe/Madrid	42.68098	-7.39075				58	LU	27024	
3121311	Goñi	goni	ES	31172	202	Europe/Madrid	42.85167	-1.90358		Goni,Goñi	31118	32	NA	31118	
3121312	Góngora	gongora	ES	31192	0	Europe/Madrid	42.76157	-1.53053				32	NA	31023	
3121313	Gondulfes	gondulfes	ES	32626	0	Europe/Madrid	41.99047	-7.39429		Gondulfes		58	OR	32021	
3121314	Gondulfe	gondulfe	ES	27555	0	Europe/Madrid	42.70091	-7.80408		Gondulfe		58	LU	27060	
3121318	Gondel	gondel	ES	27270	0	Europe/Madrid	43.11667	-7.31667		Gondel,San Cosme		58	LU	27046	
3121319	Gondar	gondar	ES	27293	0	Europe/Madrid	43.02291	-7.42236		Gondar		58	LU	27028	
3121320	Gondar	gondar	ES	27293	0	Europe/Madrid	42.43492	-8.82777		Santo Tome,Santo Tomé		58	PO	36051	
3121322	Gondaísque	gondaisque	ES	27821	0	Europe/Madrid	43.3	-7.71667		Gondaisque,Gondaísque,Santa Maria,Santa María		58	LU	27065	
3121323	Gómezserracín	gomezserracin	ES	40240	727	Europe/Madrid	41.28961	-4.32613		Gomezserracin,Gómezserracín		55	SG	40095	
3121325	Gomeznarro	gomeznarro	ES	40518	0	Europe/Madrid	41.25035	-4.8432		Gomeznarro		55	VA	47085	
3121326	Gomelle	gomelle	ES	27210	0	Europe/Madrid	42.94162	-7.66956		Gomelle		58	LU	27023	
3121327	Gomeciego	gomeciego	ES	37216	0	Europe/Madrid	41.02607	-6.31291		Gomeciego		55	SA	37249	
3121329	Gomecello	gomecello	ES	37420	509	Europe/Madrid	41.0428	-5.53585		Gomecello	37152	55	SA	37152	
3121330	Gomeán	gomean	ES	27164	0	Europe/Madrid	42.9327	-7.39665		Gomean,Gomeán		58	LU	27014	
3121331	Gombrèn	gombren	ES	17531	0	Europe/Madrid	42.25	2.1		Gombren,Gombrèn		56	GI	17036	
3121333	Gómara	gomara	ES	42120	416	Europe/Madrid	41.62347	-2.22493		Gomara,Gómara,ge ma la,Гомара,Գոմարա,戈马拉	42096	55	SO	42096	
3121339	Golpejas	golpejas	ES	37170	182	Europe/Madrid	40.99981	-5.90687		Golpejas	37151	55	SA	37151	
3121340	Golpejar de la Tercia	golpejar-de-la-tercia	ES	24689	0	Europe/Madrid	42.95251	-5.65353		Golpejar de la Tercia		55	LE	24901	
3121341	Golpejar de la Sobarriba	golpejar-de-la-sobarriba	ES	24195	0	Europe/Madrid	42.60086	-5.51536		Golpejar de la Sobarriba		55	LE	24175	
3121344	Golmés	golmes	ES	25241	1456	Europe/Madrid	41.63354	0.93125		Golmes,Golmés	25099	56	L	25099	
3121345	Golmayo	golmayo	ES	42190	1358	Europe/Madrid	41.7662	-2.52267		Gol'majo,Golmayo,ge er mai ao,Гольмайо,戈尔迈奥	42095	55	SO	42095	
3121347	Gollano	gollano	ES	31272	0	Europe/Madrid	42.7777	-2.11093		Gollano		32	NA	31013	
3121349	Golernio	golernio	ES	09215	0	Europe/Madrid	42.76441	-2.75568				55	BU	09109	
3121351	Golbardo	golbardo	ES	39590	0	Europe/Madrid	43.34464	-4.15939		Golbardo		39	S	39060	
3121353	Agolada	agolada	ES	36520	0	Europe/Madrid	42.7617	-8.0206	582	Golada		58	LU	27012	
3121355	Goje	goje	ES	33774	0	Europe/Madrid	43.38333	-7.08333		Goje		34	O	33071	
3121356	Goje	goje	ES	33774	0	Europe/Madrid	43.10612	-7.17925				58	LU	27018	
3121357	Goizueta	goizueta	ES	31754	782	Europe/Madrid	43.17187	-1.86411		Boizueta,Coizueta,Goizueta,Gojsuehta,Gojsueta,ge yi su ai ta,Гойсуета,Гойсуэта,戈伊苏埃塔	31117	32	NA	31117	
3121358	Goitioltza	goitioltza	ES	48196	0	Europe/Madrid	43.28333	-2.81667		Goitioltza,Goitiolza		59	BI	48081	
3121359	Goita	goita	ES	48269	0	Europe/Madrid	43.2	-2.53333		Goitaa,Goitana		59	BI	48058	
3121361	Goiriz	goiriz	ES	27840	0	Europe/Madrid	43.31667	-7.61667		Goiriz,Santiago		58	LU	27065	
3121365	Godos	godos	ES	33119	0	Europe/Madrid	42.58333	-8.7		Godos,Santa Maria,Santa María		58	PO	36005	
3121366	Godos	godos	ES	33119	0	Europe/Madrid	40.91123	-1.10178		Godos		52	TE	44222	
3121368	Godón	godon	ES	33791	0	Europe/Madrid	43.50461	-6.57066		Godon,Godón		34	O	33034	
3121369	Godón	godon	ES	33791	0	Europe/Madrid	42.91254	-8.97893		Godon,Godón		58	C	15045	
3121370	Godojos	godojos	ES	50238	55	Europe/Madrid	41.26838	-1.8641		Godojos	50120	52	Z	50120	
3121371	Godina	godina	ES	33129	0	Europe/Madrid	43.50914	-6.17176		Godina		34	O	33051	
3121372	Godella	godella	ES	33758	0	Europe/Madrid	43.52905	-6.82647		Godella		34	O	33023	
3121374	Godán	godan	ES	33869	0	Europe/Madrid	43.39076	-6.24532		Godan,Godán		34	O	33059	
3121376	Godall	godall	ES	43516	736	Europe/Madrid	40.65516	0.46858	168	Godall		56	T	43156	
3121377	Gobiendes	gobiendes	ES	33342	0	Europe/Madrid	43.4675	-5.23902				34	O	33019	
3121379	Goberno	goberno	ES	27259	0	Europe/Madrid	43.18333	-7.4		Goberno,San Martin,San Martín		58	LU	27010	
3121380	Gobeo	gobeo	ES	01191	0	Europe/Madrid	42.86324	-2.71648		Gobeo,Gobeu		59	VI	01059	
3121382	Gobantes	gobantes	ES	09512	0	Europe/Madrid	42.95629	-3.35697		Gobantes		55	BU	09209	
3121383	Goás	goas	ES	27730	0	Europe/Madrid	43.33333	-7.5		Goas,Goás,San Pedro		58	LU	27001	
3121384	Goá	goa	ES	27378	0	Europe/Madrid	43.26667	-7.51667		Goa,Goas,Goá		58	LU	27015	
3121394	Gistaín	gistain	ES	22367	158	Europe/Madrid	42.5911	0.33478		Chisten,Chistén,Gistain,Gistaín	22114	52	HU	22114	
3121397	Gironella	gironella	ES	08680	4867	Europe/Madrid	42.03433	1.88019		Gironella		56	B	08049	
3121400	Giranes	giranes	ES	33310	0	Europe/Madrid	43.41845	-5.37446				34	O	33076	
3121403	Gío	gio	ES	33733	0	Europe/Madrid	43.35841	-6.84322		Gio,Gío		34	O	33029	
3121404	Xinzo de Limia	xinzo-de-limia	ES	32630	10161	Europe/Madrid	42.0635	-7.72459		Xinzo	32032	58	OR	32032	
3121409	Ginestarre	ginestarre	ES	25571	0	Europe/Madrid	42.597	1.26288		Ginestarre		56	L	25017	
3121410	Ginestar	ginestar	ES	17151	0	Europe/Madrid	42.01531	2.71767		Ginestar		56	GI	17163	
3121411	Ginestar	ginestar	ES	17151	963	Europe/Madrid	41.04184	0.6329		Ginestar	43067	56	T	43067	
3121414	Ginasté	ginaste	ES	22487	15	Europe/Madrid	42.49495	0.71368	999	Ginast		52	HU	22157	25245
3121415	Gimileo	gimileo	ES	26221	139	Europe/Madrid	42.54992	-2.82237			26068	27	LO	26068	
3121416	Gimialcón	gimialcon	ES	05380	108	Europe/Madrid	40.87705	-5.12308		Gimialcon,Gimialcón	05086	55	AV	05086	
3121418	Gillón	gillon	ES	33811	0	Europe/Madrid	43.02532	-6.5508		Gillon,Gillón		34	O	33011	
3121424	Gijón	gijon	ES	33200	277554	Europe/Madrid	43.53573	-5.66152		Chichonas,Gigia,Gijon,Gijon/Xixon,Gijón,Gijón/Xixón,Hihono,Khikhon,Kixoi,QIJ,Xixon,Xixón,gyjwn,hihon,hyhwn,khi khxn,khikhoni,khykhn,khykhwn,kikon,xi hong,Ĥiĥono,Хихон,Хіхон,חיחון,خيخون,خیخن,خیخۆن,گیجون,கிகோன்,คีคอน,ხიხონი,ヒホン,希洪,히혼	33024	34	O	33024	
3121425	Gijano	gijano	ES	09585	0	Europe/Madrid	43.16087	-3.24509				55	BU	09410	
3121426	Gigosos de los Oteros	gigosos-de-los-oteros	ES	24224	0	Europe/Madrid	42.38008	-5.51414		Gigosos de los Oteros		55	LE	24062	
3121427	Gibaja	gibaja	ES	39809	0	Europe/Madrid	43.27723	-3.43473		Gibaja		39	S	39057	
3121429	Xián	xian	ES	27557	0	Europe/Madrid	42.74443	-7.69034				58	LU	27060	
3121431	Xiá	xia	ES	27227	0	Europe/Madrid	43.01667	-7.83333				58	LU	27020	
3121434	Getino	getino	ES	24837	0	Europe/Madrid	42.93687	-5.5415		Getino		55	LE	24037	
3121435	Gete	gete	ES	09612	0	Europe/Madrid	42.93206	-5.5562		Gete		55	LE	24037	
3121436	Gete	gete	ES	09612	0	Europe/Madrid	41.94846	-3.31098		Gete		55	BU	09268	
3121696	Gallinal	gallinal	ES	33697	0	Europe/Madrid	43.48275	-5.79903		Gallinal		34	O	33024	
3121697	Gallifa	gallifa	ES	08146	218	Europe/Madrid	41.69243	2.11346		Gallifa	08087	56	B	08087	
3121437	Getafe	getafe	ES	28900	167164	Europe/Madrid	40.30571	-3.73295	623	Chetafe,Chetafė,Getafe,Khetafe,Khetafeh,Tituacia,Xetafe,he ta fei,hetafe,hetape,khe tafe,khytafy,Χετάφε,Хетафе,Хетафэ,خيتافي,เคตาเฟ,ヘタフェ,赫塔费,헤타페	28065	29	M	28065	
3121440	Gestoso	gestoso	ES	24568	0	Europe/Madrid	43.35	-7.91667		Gestoso,Santa Maria,Santa María		58	C	15050	
3121441	Gestoso	gestoso	ES	24568	0	Europe/Madrid	43.31551	-7.03516		Gestoso,Villanueva		34	O	33075	
3121442	Gestoso	gestoso	ES	24568	0	Europe/Madrid	43.3	-7.96667		Gestoso,San Pedro,San Pedro del Valle		58	C	15050	
3121443	Gestoso	gestoso	ES	24568	0	Europe/Madrid	43	-7.2				58	LU	27004	
3121445	Gestoso	gestoso	ES	24568	0	Europe/Madrid	42.54752	-7.03803		Paso difusion de Magarzo		55	LE	24103	
3121448	Xesteda	xesteda	ES	15185	0	Europe/Madrid	43.13333	-8.5		Santa Columba		58	C	15024	
3121450	Gessa	gessa	ES	25598	0	Europe/Madrid	42.70571	0.89024				56	L	25243	
3121451	Gésera	gesera	ES	22622	0	Europe/Madrid	42.37962	-0.29273		Gesera,Gésera		52	HU	22199	
3121454	Gerb	gerb	ES	25614	0	Europe/Madrid	41.82276	0.80446		Gerb		56	L	25156	
3121456	Girona	girona	ES	17001	96188	Europe/Madrid	41.98311	2.82493		GRO,Gerona,Gerone,Girona,Girono,Gérone,Kherona,Zherona,jirona,Ĝirono,Жерона,Херона,ジローナ	GI	56	GI	17079	
3121461	Geria	geria	ES	47131	474	Europe/Madrid	41.57868	-4.87663		Geria	47071	55	VA	47071	
3121463	Xerdiz	xerdiz	ES	27865	0	Europe/Madrid	43.55	-7.61667		Santa Maria,Santa María		58	LU	27038	
3121466	Gera	gera	ES	33875	0	Europe/Madrid	43.30467	-6.4946		Gera		34	O	33073	
3121467	Ger	ger	ES	17539	0	Europe/Madrid	42.41059	1.84536			17078	56	GI	17078	17084
3121468	Genicera	genicera	ES	24837	0	Europe/Madrid	42.95251	-5.49366		Genicera		55	LE	24037	
3121469	Genevilla	genevilla	ES	31227	100	Europe/Madrid	42.6452	-2.39021			31116	32	NA	31116	
3121470	Genestoso	genestoso	ES	33817	0	Europe/Madrid	43.06522	-6.39634		Genestoso		34	O	33011	
3121471	Genestosa	genestosa	ES	24144	0	Europe/Madrid	43.3963	-6.5138		Genestosa		34	O	33073	
3121472	Genestosa	genestosa	ES	24144	0	Europe/Madrid	43.00584	-6.00997		Genestosa		55	LE	24145	
3121473	Genestaza	genestaza	ES	33876	0	Europe/Madrid	43.20966	-6.35478		Genestaza		34	O	33073	
3121474	Genestacio	genestacio	ES	24792	0	Europe/Madrid	42.19203	-5.85617		Genestacio		55	LE	24124	
3121480	Gemuño	gemuno	ES	05197	187	Europe/Madrid	40.59159	-4.78178		Gemuno,Gemuño	05083	55	AV	05083	
3121482	Gema	gema	ES	37219	271	Europe/Madrid	41.41855	-5.64906		Gema	49090	55	ZA	49090	
3121483	Gema	gema	ES	37219	0	Europe/Madrid	40.97553	-6.52192		Gema		55	SA	37377	
3121485	Gelsa	gelsa	ES	50786	1218	Europe/Madrid	41.40766	-0.46158		Gelsa		52	Z	50045	
3121486	Gelida	gelida	ES	08790	5750	Europe/Madrid	41.43333	1.86667			08091	56	B	08091	
3121490	Gejuelo del Barro	gejuelo-del-barro	ES	37114	50	Europe/Madrid	41.07633	-6.12332		Gejuelo del Barro	37150	55	SA	37150	
3121493	Gédrez	gedrez	ES	33811	0	Europe/Madrid	43.01371	-6.6083		Gedrez,Gédrez		34	O	33011	
3121495	Gea de Albarracín	gea-de-albarracin	ES	44110	428	Europe/Madrid	40.41114	-1.34823		Gea	44117	52	TE	44117	
3121498	Gaztelu	gaztelu	ES	01194	151	Europe/Madrid	43.11622	-2.02439		Gaztelu	20907	59	SS	20907	
3121499	Gaztelu	gaztelu	ES	01194	115	Europe/Madrid	43.12108	-1.65646		Gaztelu		32	NA	31081	
3121504	Gayangos	gayangos	ES	09569	0	Europe/Madrid	43.00741	-3.52043				55	BU	09214	
3121506	Gaià	gaia	ES	08672	0	Europe/Madrid	41.91667	1.93333		Gaia,Gaià		56	B	08090	
3121507	Gabiria	gabiria	ES	20217	0	Europe/Madrid	43.04934	-2.27962		Gabiria,Gaviria	20038	59	SS	20038	
3121509	Gavín	gavin	ES	22639	0	Europe/Madrid	42.61912	-0.29689		Gabin,Gabín,Gavin		52	HU	22059	
3121512	Gavilanes	gavilanes	ES	05460	0	Europe/Madrid	42.51828	-5.88194		Gabilanes,Gavilanes		55	LE	24173	
3121513	Gavilanes	gavilanes	ES	05460	686	Europe/Madrid	40.27791	-4.85321		Gavilanes	05082	55	AV	05082	
3121519	Gavà	gava	ES	08850	45994	Europe/Madrid	41.30605	2.00123		Gava,Gavà,Гава	08089	56	B	08089	
3121520	Gausac	gausac	ES	25538	0	Europe/Madrid	42.70761	0.79175				56	L	25243	
3121521	Gauna	gauna	ES	01193	0	Europe/Madrid	42.82448	-2.49531		Gauna		59	VI	01027	
3121522	Gatón de Campos	gaton-de-campos	ES	47606	43	Europe/Madrid	42.04984	-4.98078		Gaton,Gaton de Campos,Gatón,Gatón de Campos	47070	55	VA	47070	
3121527	Gatika	gatika	ES	48110	1376	Europe/Madrid	43.36313	-2.87294		Gatica,Gatika,Santa Maria de Gatica,Santa María de Gatica	48040	59	BI	48040	
3121529	Gata	gata	ES	10860	1788	Europe/Madrid	40.23758	-6.59684		Gata	10084	57	CC	10084	
3121531	Gastiáin	gastiain	ES	31283	0	Europe/Madrid	42.72092	-2.28316		Gastiain,Gastiáin		32	NA	31139	
3121532	Gaztelu	gaztelu	ES	01194	0	Europe/Madrid	43.28333	-2.95		Gastelu,Gaztelu		59	BI	48020	
3121533	Gascueña de Bornova	gascuena-de-bornova	ES	19243	54	Europe/Madrid	41.14243	-3.01924		Gascuena de Bornova,Gascueña de Bornova	19129	54	GU	19129	
3121534	Gascueña	gascuena	ES	16532	150	Europe/Madrid	40.29937	-2.51856		Gascuena,Gascueña	16094	54	CU	16094	
3121535	Gascones	gascones	ES	28737	178	Europe/Madrid	41.01843	-3.64217		Gascones	28064	29	M	28064	
3121539	Gartzain	gartzain	ES	31730	229	Europe/Madrid	43.13006	-1.53733				32	NA	31050	
3121541	Garvelles	garvelles	ES	33391	0	Europe/Madrid	43.48333	-5.75		Garvelles		34	O	33024	
3121542	Garueña	garuena	ES	24132	0	Europe/Madrid	42.8014	-6.05994		Garuena,Garueña		55	LE	24132	
3121545	Garriguella	garriguella	ES	17780	727	Europe/Madrid	42.34392	3.06506		Garriguella	17077	56	GI	17077	
3121546	Garrigoles	garrigoles	ES	17466	0	Europe/Madrid	42.1	3.03333		Garrigolas,Garrigoles	17076	56	GI	17076	
3121548	Garrigàs	garrigas	ES	17476	327	Europe/Madrid	42.19343	2.95438		Garrigas,Garrigàs	17075	56	GI	17075	
3121549	Garray	garray	ES	42162	506	Europe/Madrid	41.81617	-2.44592		Garraj,Гаррай	42094	55	SO	42094	
3121550	Garrapinillos	garrapinillos	ES	50190	0	Europe/Madrid	41.68366	-1.02682		Garrapinillos		52	Z	50297	
3121554	Garralda	garralda	ES	31693	190	Europe/Madrid	42.94818	-1.28624		Garralda	31115	32	NA	31115	
3121700	Galleguillos de Campos	galleguillos-de-campos	ES	24329	0	Europe/Madrid	42.30512	-5.06616				55	LE	24139	
3121891	Fuenteodra	fuenteodra	ES	09124	0	Europe/Madrid	42.67921	-4.10943		Fuenteodra		55	BU	09175	
3121555	Garrafe de Torío	garrafe-de-torio	ES	24891	1101	Europe/Madrid	42.73285	-5.5236		Carrafe de Torio,Garrafe,Garrafe de Torio,Garrafe de Torío,Garrafe-de-Torio,jia la fei de tuo li ao,Гаррафе-де-Торио,Гаррафе-де-Торіо,加拉费德托里奥	24076	55	LE	24076	
3121559	Garòs	garos	ES	25539	0	Europe/Madrid	42.70023	0.84745				56	L	25243	
3121564	Garoña	garona	ES	09212	0	Europe/Madrid	42.76652	-3.21969		Garona,Garoña		55	BU	09412	
3121567	Garísoain	garisoain	ES	31291	0	Europe/Madrid	42.7199	-1.91093				32	NA	31120	
3121569	Garínoain	garinoain	ES	31395	462	Europe/Madrid	42.60036	-1.64434			31114	32	NA	31114	
3121570	Garin	garin	ES	20218	0	Europe/Madrid	43.07811	-2.22596		Garin		59	SS	20019	
3121575	Gargüera	garguera	ES	10696	160	Europe/Madrid	40.0613	-5.92781		Garguera,Gargüera	10081	57	CC	10081	
3121576	Gárgoles de Arriba	gargoles-de-arriba	ES	19459	0	Europe/Madrid	40.75	-2.63333		Gargoles de Arriba,Gárgoles de Arriba		54	GU	19086	
3121577	Gárgoles de Abajo	gargoles-de-abajo	ES	19459	0	Europe/Madrid	40.73312	-2.62609		Gargoles de Abajo,Gárgoles de Abajo		54	GU	19086	
3121578	Gargantós	gargantos	ES	32910	0	Europe/Madrid	42.25	-7.86667		Gargantos,Gargantós,Santa Comba		58	OR	32075	
3121582	Gargantilla	gargantilla	ES	10749	444	Europe/Madrid	40.24835	-5.92068		Gargantilla	10080	57	CC	10080	
3121586	Garganta la Olla	garganta-la-olla	ES	10412	1154	Europe/Madrid	40.11049	-5.77665		Garganta la Olla	10079	57	CC	10079	
3121589	Garganta del Villar	garganta-del-villar	ES	05134	55	Europe/Madrid	40.44965	-5.1042		Garganta del Villar	05081	55	AV	05081	
3121590	Garganta de los Montes	garganta-de-los-montes	ES	28743	365	Europe/Madrid	40.91992	-3.68375		Garganta de los Montes	28062	29	M	28062	
3121591	Garganta de los Hornos	garganta-de-los-hornos	ES	05571	0	Europe/Madrid	40.49438	-5.17025		Garganta de los Hornos		55	AV	05151	
3121596	Garganchón	garganchon	ES	09268	0	Europe/Madrid	42.32689	-3.22696		Carganchon,Carganchón,Garganchon,Garganchón		55	BU	09274	
3121598	Gargallo	gargallo	ES	44558	107	Europe/Madrid	40.83583	-0.58442		Gargallo,Gargayo	44116	52	TE	44116	
3121599	Garfín	garfin	ES	24160	0	Europe/Madrid	42.67739	-5.24569		Garfin,Garfín		55	LE	24079	
3121602	Garde	garde	ES	31414	175	Europe/Madrid	42.78937	-0.92589		Garde	31113	32	NA	31113	
3121605	Garcirrey	garcirrey	ES	37460	96	Europe/Madrid	40.90049	-6.1312		Garcirrey	37149	55	SA	37149	
3121606	Garciotún	garciotun	ES	45643	156	Europe/Madrid	40.09926	-4.64647		Garciotun,Garciotún		54	TO	45068	
3121607	Garcinarro	garcinarro	ES	16510	0	Europe/Madrid	40.22473	-2.75902		Garcinarro		54	CU	16173	
3121608	Garcillán	garcillan	ES	40120	382	Europe/Madrid	40.97771	-4.26577		Garcillan,Garcillán	40094	55	SG	40094	
3121609	Garcihernández	garcihernandez	ES	37810	579	Europe/Madrid	40.86096	-5.43567		Garcihernandez,Garcihernández	37148	55	SA	37148	
3121610	Garcibuey	garcibuey	ES	37658	228	Europe/Madrid	40.51552	-5.99439		Garcibuey	37147	55	SA	37147	
3121611	Garcia	garcia	ES	33416	496	Europe/Madrid	41.13333	0.65		Garcia,García	43065	56	T	43065	
3121615	Garbajosa	garbajosa	ES	19283	0	Europe/Madrid	41.04786	-2.43087		Garbajosa		54	GU	19011	
3121617	Garaioa	garaioa	ES	31692	0	Europe/Madrid	42.93333	-1.23333		Garaioa,Garayoa	31112	32	NA	31112	
3121619	Garai	garai	ES	48200	0	Europe/Madrid	43.36667	-2.86667		Garai,Garay		59	BI	48040	
3121622	Garai	garai	ES	48200	0	Europe/Madrid	43.17791	-2.75847				59	BI	48094	
3121623	Garaño	garano	ES	24120	0	Europe/Madrid	42.79215	-5.8107		Garano,Garaño		55	LE	24167	
3121640	Gandullas	gandullas	ES	28737	0	Europe/Madrid	41.01257	-3.60273		Gandullas		29	M	28114	
3121642	Gandesa	gandesa	ES	43780	2957	Europe/Madrid	41.05375	0.4385		Gandesa,Grandesa	43064	56	T	43064	
3121644	Gandarilla	gandarilla	ES	39549	0	Europe/Madrid	43.33874	-4.42495		Gandarilla		39	S	39080	
3121653	Gancedo	gancedo	ES	33317	0	Europe/Madrid	43.47672	-5.37489				34	O	33076	
3121655	Gáname	ganame	ES	49255	0	Europe/Madrid	41.40147	-6.04213		Ganame,Gáname		55	ZA	49023	
3121658	Gamones	gamones	ES	33780	0	Europe/Madrid	43.5051	-6.42175		Gamones		34	O	33034	
3121659	Gamones	gamones	ES	33780	105	Europe/Madrid	41.4669	-6.17621		Gamones	49088	55	ZA	49088	
3121663	Gamonal	gamonal	ES	33989	60000	Europe/Madrid	42.35664	-3.67321		Gamonal,Gamonal de Riopico,Gamonal de Ríopico		55	BU	09059	
3121665	Gamonal	gamonal	ES	33989	0	Europe/Madrid	40.68333	-5.08333				55	AV	05119	
3121668	Gamiz	gamiz	ES	01194	0	Europe/Madrid	43.33529	-2.81679		Gamiz,Gámiz		59	BI	48069	
3121669	Gamiz	gamiz	ES	01194	0	Europe/Madrid	42.8187	-2.61941		Gamiz,Gámiz		59	VI	01059	
3121672	Gamarra Gutxia / Gamarra Menor	gamarra-menor	ES	01510	0	Europe/Madrid	42.88333	-2.65		Gamarra Gutxia,Gamarra Menor,Gamarragutxia		59	VI	01059	
3121673	Gamarra Nagusia / Gamarra Mayor	gamarra-mayor	ES	01013	0	Europe/Madrid	42.88038	-2.65618		Gamarra,Gamarra Mayor,Gamarra Nagusia		59	VI	01059	
3121675	Gama	gama	ES	34815	0	Europe/Madrid	42.74796	-4.20675		Barcena de Cicero,Gama		55	P	34004	
3121677	Galve de Sorbe	galve-de-sorbe	ES	19275	133	Europe/Madrid	41.21667	-3.18333		Galve,Galve de Sorba,Galve de Sorbe	19127	54	GU	19127	
3121678	Galve	galve	ES	44168	137	Europe/Madrid	40.65591	-0.88217		Galve	44115	52	TE	44115	
3121679	Gallur	gallur	ES	50650	2925	Europe/Madrid	41.8683	-1.31577		Gallur	50118	52	Z	50118	
3121682	Gallocanta	gallocanta	ES	50373	148	Europe/Madrid	40.99624	-1.50774			50117	52	Z	50117	
3121687	Gallipienzo	gallipienzo	ES	31493	155	Europe/Madrid	42.5245	-1.41115		Gallipienzo	31110	32	NA	31110	
3121689	Gallinero de Rioja	gallinero-de-rioja	ES	26258	0	Europe/Madrid	42.39816	-2.9222		Gallinero de Rioja		27	LO	26094	
3121690	Gallinero de Cameros	gallinero-de-cameros	ES	26122	23	Europe/Madrid	42.17229	-2.61793		Gallinero de Cameros	26067	27	LO	26067	
3121691	Gallinero de Barcia	gallinero-de-barcia	ES	33708	0	Europe/Madrid	43.46667	-6.51667		Gallinero de Barcia		34	O	33034	
3121692	Gallinero de Arcallana	gallinero-de-arcallana	ES	33780	0	Europe/Madrid	43.54025	-6.34135		Gallinero,Gallinero de Arcallana		34	O	33034	
3121693	Gallinero	gallinero	ES	42161	0	Europe/Madrid	43.53042	-6.22474				34	O	33021	
3121694	Gallinero	gallinero	ES	42161	0	Europe/Madrid	43.49028	-6.27179				34	O	33059	
3121695	Gallinero	gallinero	ES	42161	0	Europe/Madrid	41.94861	-2.44521		Gallinero		55	SO	42019	
3121701	Gallegos de Solmirón	gallegos-de-solmiron	ES	37751	159	Europe/Madrid	40.53626	-5.44713		Gallegos de Solmiron,Gallegos de Solmirón		55	AV	05225	
3121702	Gallegos de Sobrinos	gallegos-de-sobrinos	ES	05147	91	Europe/Madrid	40.71693	-5.11224		Gallegos de Sobrinos	05080	55	AV	05080	
3121703	Gallegos de San Vicente	gallegos-de-san-vicente	ES	05289	0	Europe/Madrid	40.72364	-4.60853		Gallegos de San Vicente		55	AV	05243	
3121704	Gallegos del Río	gallegos-del-rio	ES	49559	722	Europe/Madrid	41.73497	-6.17435		Gallegos del Rio,Gallegos del Río	49087	55	ZA	49087	
3121705	Gallegos del Pan	gallegos-del-pan	ES	49539	161	Europe/Madrid	41.59985	-5.58117		Gallegos del Pan	49086	55	ZA	49086	
3121706	Gallegos del Campo	gallegos-del-campo	ES	49521	0	Europe/Madrid	41.82725	-6.40697		Gallegos del Campo		55	ZA	49069	
3121707	Gallegos de Hornija	gallegos-de-hornija	ES	47134	153	Europe/Madrid	41.6098	-5.09768		Gallegos de Hornija	47069	55	VA	47069	
3121708	Gallegos de Curueño	gallegos-de-curueno	ES	24151	0	Europe/Madrid	42.73687	-5.4075		Gallegos de Curueno,Gallegos de Curueño		55	LE	24151	
3121709	Gallegos de Argañán	gallegos-de-arganan	ES	37497	359	Europe/Madrid	40.63146	-6.70246		Gallegos de Arganan,Gallegos de Argañán	37145	55	SA	37145	
3121710	Gallegos de Altamiros	gallegos-de-altamiros	ES	05141	104	Europe/Madrid	40.70634	-4.90643		Gallegos de Altamiros		55	AV	05040	
3121712	Gallegos	gallegos	ES	38727	0	Europe/Madrid	43.39022	-5.93356				34	O	33044	
3121713	Galegos	galegos	ES	15880	0	Europe/Madrid	43.05	-8.33333		San Martin,San Martín		58	C	15038	
3121714	Gallegos	gallegos	ES	38727	0	Europe/Madrid	42.82508	-7.30634				58	LU	27026	
3121715	Gallegos	gallegos	ES	38727	100	Europe/Madrid	41.07508	-3.78591			40093	55	SG	40093	
3121720	Gallartu	gallartu	ES	48419	0	Europe/Madrid	43.09933	-2.83714		Gallartu		59	BI	48075	
3121721	Gallarta	gallarta	ES	48500	0	Europe/Madrid	43.32118	-3.07282				59	BI	48002	
3121727	Galizano	galizano	ES	39160	0	Europe/Madrid	43.46926	-3.67156		Galizano		39	S	39061	
3121728	Galisancho	galisancho	ES	37891	459	Europe/Madrid	40.74418	-5.55471		Galisancho	37144	55	SA	37144	
3121729	Galiñeiros	galineiros	ES	33775	0	Europe/Madrid	43.38119	-7.06316		Galineiros,Galiñeiros		34	O	33071	
3121731	Galinduste	galinduste	ES	37785	531	Europe/Madrid	40.66266	-5.54003		Galinduste	37143	55	SA	37143	
3121732	Galindo y Perahuy	galindo-y-perahuy	ES	37449	537	Europe/Madrid	40.94397	-5.8741		Galindo y Perahuy	37142	55	SA	37142	
3121734	Galindo-Salcedillo	galindo-salcedillo	ES	48510	0	Europe/Madrid	43.30488	-2.99532				59	BI	48080	
3121735	Galíndez	galindez	ES	40162	0	Europe/Madrid	41.08087	-3.81463		Galindez,Galindo,Galíndez		55	SG	40007	
3121736	Galilea	galilea	ES	07195	307	Europe/Madrid	42.34703	-2.23605		Galilea	26066	27	LO	26066	
3121740	Gález	galez	ES	32860	0	Europe/Madrid	41.91869	-8.10145		Galez,Gález		58	OR	32030	
3121744	Galende	galende	ES	49360	1336	Europe/Madrid	42.1044	-6.66252			49085	55	ZA	49085	
3121745	Galegos	galegos	ES	15880	0	Europe/Madrid	43.26356	-7.21059				58	LU	27054	
3121746	Galegos	galegos	ES	15880	0	Europe/Madrid	42.76998	-8.12918				58	PO	36024	
3121750	Galdeano	galdeano	ES	31290	0	Europe/Madrid	42.72495	-2.09255				32	NA	31011	
3121751	Galdakao	galdakao	ES	48960	29226	Europe/Madrid	43.23073	-2.8429		Gal'dakano,Galdacan,Galdacano,Galdacon,Galdakao,Galdácano,Гальдакано	48036	59	BI	48036	
3121752	Galbárruli	galbarruli	ES	26212	69	Europe/Madrid	42.62181	-2.96087		Gabalruli,Gabálruli,Galbarruli,Galbárruli	26065	27	LO	26065	
3121753	Galbarros	galbarros	ES	09247	30	Europe/Madrid	42.52729	-3.43827		Galbarros	09143	55	BU	09143	
3121754	Galbarra	galbarra	ES	31283	0	Europe/Madrid	42.70914	-2.24911		Galbarra		32	NA	31139	
3121755	Galartza	galartza	ES	20550	0	Europe/Madrid	43.04397	-2.52193		Galartza,Galarza		59	SS	20013	
3121757	Galarreta	galarreta	ES	01208	0	Europe/Madrid	43.27699	-1.9864		Galarreta		59	SS	20069	
3121761	Galarde	galarde	ES	09199	0	Europe/Madrid	42.33753	-3.41108		Galarde		55	BU	09026	
3121762	Galar	galar	ES	31191	1368	Europe/Madrid	42.76147	-1.69881		Cendea de Galar,Galar,Galar Zendea,jia la er,Галар,加拉尔	31109	32	NA	31109	
3121763	Galápagos	galapagos	ES	19174	833	Europe/Madrid	40.69347	-3.33537		Galapagos,Galápagos	19126	54	GU	19126	
3121765	Galapagares	galapagares	ES	42315	0	Europe/Madrid	41.42724	-2.99702		Galapagares		55	SO	42152	
3121766	Galapagar	galapagar	ES	28260	31820	Europe/Madrid	40.5783	-4.00426		Galapagar,jalabajar,jia la pa jia er,Галапагар,جالاباجار,加拉帕加尔	28061	29	M	28061	
3121769	Gajates	gajates	ES	37874	187	Europe/Madrid	40.78254	-5.36506		Gajates	37141	55	SA	37141	
3121771	Gajano	gajano	ES	39792	0	Europe/Madrid	43.41015	-3.76561		Gajano		39	S	39040	
3121772	Gajanejos	gajanejos	ES	19192	64	Europe/Madrid	40.84147	-2.89229		Gajanejos	19125	54	GU	19125	
3121782	Gazeta	gazeta	ES	01192	0	Europe/Madrid	43.12636	-2.52394		Gaceta,Gazeta,Gáceta		59	BI	48032	
3121785	Gabín	gabin	ES	32750	0	Europe/Madrid	42.26775	-7.48545		Gabin,Gabín		58	OR	32049	
3121790	Gabás	gabas	ES	22470	0	Europe/Madrid	42.48281	0.49034		Gabas,Gabás		52	HU	22062	
3121791	Gabarret	gabarret	ES	22486	0	Europe/Madrid	42.41615	0.70896		Gabarret		52	HU	22067	25173
3121795	Gabanes	gabanes	ES	09212	0	Europe/Madrid	42.79727	-3.23083		Gabanes		55	BU	09412	
3121796	Fustiñana	fustinana	ES	31510	2550	Europe/Madrid	42.02087	-1.48526		Fustinana,Fustiñana	31108	32	NA	31108	
3121797	Fustans	fustans	ES	32212	0	Europe/Madrid	42.19864	-8.11053				58	OR	32033	
3121798	Fustanyà	fustanya	ES	17534	0	Europe/Madrid	42.33977	2.17263	1178	Fustanya,Fustanyà		56	GI	17145	
3121800	Furís de Arriba	furis-de-arriba	ES	27123	0	Europe/Madrid	42.97124	-7.28048		Furis de Arriba,Furís de Arriba		58	LU	27011	
3121806	Funes	funes	ES	31360	2406	Europe/Madrid	42.31562	-1.80017		Funes	31107	32	NA	31107	
3121813	Fulleda	fulleda	ES	25411	114	Europe/Madrid	41.46334	1.02395		Fulleda	25097	56	L	25097	25097
3121815	Fuidio	fuidio	ES	09216	0	Europe/Madrid	42.69266	-2.64839				55	BU	09109	
3121816	Fufín	fufin	ES	27215	0	Europe/Madrid	42.83398	-7.83038		Fufin,Fufín		58	LU	27032	
3121818	Fuertescusa	fuertescusa	ES	16890	126	Europe/Madrid	40.47552	-2.1762		Fuerte-Escusa,Fuertescusa	16091	54	CU	16091	
3121819	Fuentidueña de Tajo	fuentiduena-de-tajo	ES	28597	1673	Europe/Madrid	40.11574	-3.15718		Fuentiduena de Tajo,Fuentidueña de Tajo	28060	29	M	28060	
3121820	Fuentidueña	fuentiduena	ES	14859	158	Europe/Madrid	41.44226	-3.97899		Fuehntiduehn'ja,Fuentiduen'ja,Fuentiduena,Fuentidueña,feng di du ai ni ya,Фуентідуенья,Фуэнтидуэнья,丰蒂杜埃尼亚	40092	55	SG	40092	
3121824	Fuentetoba	fuentetoba	ES	42190	0	Europe/Madrid	41.77636	-2.56094		Fuentetoba		55	SO	42095	
3121825	Fuentetecha	fuentetecha	ES	42134	0	Europe/Madrid	41.74879	-2.31696		Fuentetecha		55	SO	42049	
3121826	Fuentestrún	fuentestrun	ES	42113	87	Europe/Madrid	41.87466	-2.08283		Fuentestrun,Fuentestrur,Fuentestrún,Fuentestrúr	42093	55	SO	42093	
3121828	Fuentespreadas	fuentespreadas	ES	49714	369	Europe/Madrid	41.32627	-5.62798		Fuentespreadas	49084	55	ZA	49084	
3121829	Fuentespina	fuentespina	ES	09471	667	Europe/Madrid	41.63079	-3.68475		Fuentespina	09141	55	BU	09141	
3121830	Fuentespalda	fuentespalda	ES	44587	379	Europe/Madrid	40.80666	0.06517		Fondespatla,Fontespala,Fuentespalda	44114	52	TE	44114	
3121831	Fuentesoto	fuentesoto	ES	40314	165	Europe/Madrid	41.45664	-3.91835		Fuentesoto	40091	55	SG	40091	
3121834	Fuentesecas	fuentesecas	ES	49833	82	Europe/Madrid	41.63077	-5.47252		Fuentesecas	49083	55	ZA	49083	
3121835	Fuentes de Valdepero	fuentes-de-valdepero	ES	34419	232	Europe/Madrid	42.07532	-4.5005		Fuentes de Valdepero	34077	55	P	34077	
3121836	Fuentes de Sando	fuentes-de-sando	ES	37468	0	Europe/Madrid	40.94333	-6.1125		Fuentes de Sando		55	SA	37283	
3121837	Fuentes de Rubielos	fuentes-de-rubielos	ES	44415	129	Europe/Madrid	40.16667	-0.61667		Fonts de Rubiols,Fuentes de Rubielos	44113	52	TE	44113	
3121838	Fuentes de Ropel	fuentes-de-ropel	ES	49670	563	Europe/Madrid	42.00377	-5.54532		Fuentes,Fuentes de Ropel	49082	55	ZA	49082	
3121839	Fuentes de Peñacorada	fuentes-de-penacorada	ES	24813	0	Europe/Madrid	42.83555	-5.09046		Fuentes de Penacorada,Fuentes de Peñacorada		55	LE	24056	
3121840	Fuentes de Oñoro	fuentes-de-onoro	ES	37481	1538	Europe/Madrid	40.59102	-6.81144		Fuentes de Onoro,Fuentes de Oñoro	37140	55	SA	37140	
3121841	Fuentes de Nava	fuentes-de-nava	ES	34337	767	Europe/Madrid	42.08333	-4.78333		Fuentes de Nava	34076	55	P	34076	
3121842	Fuentes de Masueco	fuentes-de-masueco	ES	37214	0	Europe/Madrid	41.16459	-6.55145		Fuentes de Masueco		55	SA	37065	
3121843	Fuentes de Magaña	fuentes-de-magana	ES	42181	80	Europe/Madrid	41.93521	-2.1795		Fuehntes-de-Maganija,Fuentes de Magana,Fuentes de Magaña,Fuentes-de-Magan'ja,feng te si de ma jia ni ya,Фуентес-де-Маганья,Фуэнтес-де-Магания,丰特斯德马加尼亚	42092	55	SO	42092	
3121844	Fuentes de los Oteros	fuentes-de-los-oteros	ES	24209	0	Europe/Madrid	42.34875	-5.41633		Fuentes de los Oteros		55	LE	24107	
3121845	Fuentes de las Montañas	fuentes-de-las-montanas	ES	33815	0	Europe/Madrid	43.15168	-6.68974		Fuentes de las Montanas,Fuentes de las Montañas		34	O	33011	
3121846	Fuentes de la Alcarria	fuentes-de-la-alcarria	ES	19412	0	Europe/Madrid	40.7531	-2.94336		Fuentes de la Alcarria		54	GU	19053	
3121847	Fuentes de Jiloca	fuentes-de-jiloca	ES	50390	300	Europe/Madrid	41.22859	-1.53616		Fuentes de Jiloca	50116	52	Z	50116	
3121849	Fuentes de Ebro	fuentes-de-ebro	ES	50740	4150	Europe/Madrid	41.5125	-0.63159		Fuentes de Ebro	50115	52	Z	50115	
3121851	Fuentes de Cuéllar	fuentes-de-cuellar	ES	40232	0	Europe/Madrid	41.41488	-4.21509		Fuentes de Cuellar,Fuentes de Cuéllar		55	SG	40063	
3121853	Fuentes de Carbajal	fuentes-de-carbajal	ES	24206	0	Europe/Madrid	42.17776	-5.44606		Fuentes de Carbajal	24074	55	LE	24074	
3121854	Fuentes de Béjar	fuentes-de-bejar	ES	37790	289	Europe/Madrid	40.50815	-5.6927		Fuehntes-de-Bekhar,Fuentes de Bejar,Fuentes de Béjar,Fuentes-de-Bekhar,feng te si de wei ha er,Фуентес-де-Бехар,Фуэнтес-де-Бехар,丰特斯德韦哈尔	37139	55	SA	37139	
3121855	Fuentes de Ayódar	fuentes-de-ayodar	ES	12225	96	Europe/Madrid	40.03333	-0.41667		Fuentes de Ayodar,Fuentes de Ayódar	12064	60	CS	12064	
3121856	Fuentes de Año	fuentes-de-ano	ES	05212	173	Europe/Madrid	41.01769	-4.89907		Fuentes de Ano,Fuentes de Año	05078	55	AV	05078	
3121857	Fuentes de Ágreda	fuentes-de-agreda	ES	42107	0	Europe/Madrid	41.80667	-1.92136		Fuentes de Agreda,Fuentes de Ágreda		55	SO	42004	
3121858	Fuentesclaras del Chillarón	fuentesclaras-del-chillaron	ES	16191	0	Europe/Madrid	40.15666	-2.28887		Fuentesclaras,Fuentesclaras del Chillaron,Fuentesclaras del Chillarón		54	CU	16904	
3121860	Fuentes Claras	fuentes-claras	ES	44340	554	Europe/Madrid	40.86375	-1.32266		Fuentes Claras	44112	52	TE	44112	
3121862	Fuentes Calientes	fuentes-calientes	ES	44711	132	Europe/Madrid	40.7	-0.96667		Fuentes Calientes	44111	52	TE	44111	
3121864	Fuentesbuenas	fuentesbuenas	ES	16843	0	Europe/Madrid	40.26238	-2.44078		Fuentesbuenas		54	CU	16272	
3121865	Fuentesaúco de Fuentidueña	fuentesauco-de-fuentiduena	ES	40355	310	Europe/Madrid	41.42445	-4.06215		Fuentesauco de Fuentiduena,Fuentesaúco de Fuentidueña	40089	55	SG	40089	
3121866	Fuentesaúco	fuentesauco	ES	49400	0	Europe/Madrid	41.76628	-2.33748		Fuensauco Lugar,Fuensaúco Lugar,Fuentesauco,Fuentesaúco		55	SO	42154	
3121867	Fuentesaúco	fuentesauco	ES	49400	1879	Europe/Madrid	41.23043	-5.49722		Fuentesauco,Fuentesaúco	49081	55	ZA	49081	
3121868	Fuentesaúco	fuentesauco	ES	49400	0	Europe/Madrid	40.18333	-3.18333		Casas Labor Fuentesauco,Casas Labor Fuentesaúco,Fuentesauco,Fuentesaúco		29	M	28155	
3121873	Fuentes	fuentes	ES	16193	0	Europe/Madrid	43.46828	-5.41604				34	O	33076	
3121874	Fuentes	fuentes	ES	16193	0	Europe/Madrid	43.42648	-6.59715				34	O	33073	
3121876	Fuentes	fuentes	ES	16193	0	Europe/Madrid	41.1256	-4.29642		Barrio Fuentes,Fuentes,Fuentes de Carbonero		55	SG	40043	
3121877	Fuenterroble de Salvatierra	fuenterroble-de-salvatierra	ES	37768	262	Europe/Madrid	40.56466	-5.73379		Fuenterroble de Salvatierra	37138	55	SA	37138	
3121880	Fuenterrebollo	fuenterrebollo	ES	40330	453	Europe/Madrid	41.3	-3.93333				55	SG	40088	
3121885	Fuentepinilla	fuentepinilla	ES	42294	143	Europe/Madrid	41.56683	-2.76288		Fuehntepinil'ja,Fuentepinil'ja,Fuentepinilla,feng te pi ni li ya,Фуентепінілья,Фуэнтепинилья,丰特皮尼利亚	42090	55	SO	42090	
3121886	Fuentepiñel	fuentepinel	ES	40358	142	Europe/Madrid	41.39892	-4.04295		Fuentepinel,Fuentepiñel	40087	55	SG	40087	
3121887	Fuentepelayo	fuentepelayo	ES	40260	979	Europe/Madrid	41.22249	-4.1757		Fuentepelayo	40086	55	SG	40086	
3121890	Fuente Olmedo	fuente-olmedo	ES	47418	51	Europe/Madrid	41.24397	-4.6474		Fuente Olmedo		55	VA	47068	
3121892	Fuentenovilla	fuentenovilla	ES	19113	378	Europe/Madrid	40.36248	-3.09102		Fuentenovilla	19124	54	GU	19124	
3121893	Fuentenebro	fuentenebro	ES	09461	165	Europe/Madrid	41.52873	-3.75449		Fuentenebro	09140	55	BU	09140	
3121895	Fuentemolinos	fuentemolinos	ES	09315	113	Europe/Madrid	41.60477	-3.85005		Fuentemolinos	09139	55	BU	09139	
3121896	Fuentemizarra	fuentemizarra	ES	40552	0	Europe/Madrid	41.45816	-3.56194		Fuentemizarra		55	SG	40039	
3121897	Fuentemilanos	fuentemilanos	ES	40153	0	Europe/Madrid	40.87489	-4.22803		Fuentemilanos		55	SG	40194	
3121899	Fuentelviejo	fuentelviejo	ES	19144	54	Europe/Madrid	40.52637	-2.9843		Fuentelviejo	19123	54	GU	19123	
3121900	Fuentelsaz de Soria	fuentelsaz-de-soria	ES	42162	50	Europe/Madrid	41.86586	-2.41525		Fuehntel'sas-de-Sorija,Fuentel'sas-de-Sorija,Fuentelsaz de Soria,feng te er sa si de suo li ya,Фуентельсас-де-Сорія,Фуэнтельсас-де-Сория,丰特尔萨斯德索里亚	42089	55	SO	42089	
3121904	Fuentelisendo	fuentelisendo	ES	09318	109	Europe/Madrid	41.62274	-3.90129		Fuentelisendo,Fuentelisendro	09138	55	BU	09138	
3121905	Fuenteliante	fuenteliante	ES	37291	114	Europe/Madrid	40.8747	-6.57306		Fuenteliante		55	SA	37223	
3121906	Fuentelfresno	fuentelfresno	ES	42172	0	Europe/Madrid	41.90071	-2.38778		Fuentelfresno		55	SO	42028	
3121909	Fuentelencina	fuentelencina	ES	19144	237	Europe/Madrid	40.51781	-2.88226		Fuentelaencina,Fuentelencina	19121	54	GU	19121	
3121910	Fuentelcésped	fuentelcesped	ES	09471	205	Europe/Madrid	41.59162	-3.64064		Fuentelcesped,Fuentelcésped	09137	55	BU	09137	
3121911	Fuentelcarro	fuentelcarro	ES	42211	0	Europe/Madrid	41.51399	-2.55401		Fuentelcarro		55	SO	42020	
3121913	Fuente la Reina	fuente-la-reina	ES	03660	42	Europe/Madrid	40.06667	-0.6		Fuente la Reina,La Font de la Reina	12063	60	CS	12063	
3121914	Fuentelárbol	fuentelarbol	ES	42294	0	Europe/Madrid	41.60325	-2.77303		Fuentelarbol,Fuentelárbol		55	SO	42144	
3121916	Fuentelapeña	fuentelapena	ES	49410	920	Europe/Madrid	41.25144	-5.38325		Fuentelapena,Fuentelapeña	49080	55	ZA	49080	
3121917	Fuentelahiguera de Albatages	fuentelahiguera-de-albatages	ES	19182	166	Europe/Madrid	40.78312	-3.30492		Fuentelahiguera de Albatages	19120	54	GU	19120	
3121921	Fuenteguinaldo	fuenteguinaldo	ES	37540	858	Europe/Madrid	40.42876	-6.67528		Fuenteguinaldo	37136	55	SA	37136	
3121922	Fuentegelmes	fuentegelmes	ES	42214	0	Europe/Madrid	41.36366	-2.65913		Fuentegelmes		55	SO	42212	
3121923	Fuentefría	fuentefria	ES	33438	0	Europe/Madrid	42.38834	-7.93704				58	OR	32002	
3121924	Fuente Encalada	fuente-encalada	ES	49618	128	Europe/Madrid	42.11011	-5.99622		Fuente Encalada	49079	55	ZA	49079	
3121925	Fuente el Sol	fuente-el-sol	ES	47494	280	Europe/Madrid	41.17603	-4.9343		Fuente el Sol	47067	55	VA	47067	
3121927	Fuente el Sauz	fuente-el-sauz	ES	05212	255	Europe/Madrid	40.97771	-4.90825		Fuente el Sauz		55	AV	05077	
3121928	Fuente el Olmo de Iscar	fuente-el-olmo-de-iscar	ES	40218	95	Europe/Madrid	41.28104	-4.49341		Fuente el Olmo de Iscar		55	SG	40084	
3121929	Fuente el Olmo de Fuentidueña	fuente-el-olmo-de-fuentiduena	ES	40359	117	Europe/Madrid	41.37929	-4.00086		Fuente el Olmo,Fuente el Olmo de Fuentiduena,Fuente el Olmo de Fuentidueña	40083	55	SG	40083	
3121930	Fuente el Carnero	fuente-el-carnero	ES	49706	0	Europe/Madrid	41.32535	-5.70738		Fuente el Carnero		55	ZA	49054	
3121932	Fuente de Santa Cruz	fuente-de-santa-cruz	ES	40496	159	Europe/Madrid	41.20972	-4.6353		Fuente de Santa Cruz	40082	55	SG	40082	
3121941	Fuentecén	fuentecen	ES	09315	294	Europe/Madrid	41.62852	-3.86867		Fuehntesen,Fuenecen,Fuenecén,Fuentecen,Fuentecén,Fuentesen,feng te sen,fwyntsn,fwyntysyn,Фуентесен,Фуэнтесен,فوئنتسن,فوينتيسين,丰特森	09136	55	BU	09136	
3121943	Fuentecantos	fuentecantos	ES	42162	56	Europe/Madrid	41.84929	-2.42846		Fuentecantos	42087	55	SO	42087	
3121944	Fuentecantales	fuentecantales	ES	42317	0	Europe/Madrid	41.71812	-2.98932		Fuentecantales		55	SO	42178	
3121945	Fuentecambrón	fuentecambron	ES	42342	54	Europe/Madrid	41.50579	-3.32872		Fuehntekambron,Fuentecambron,Fuentecambrón,Fuentekambron,feng te kan fu long,Фуентекамброн,Фуэнтекамброн,丰特坎夫龙	42086	55	SO	42086	
3121947	Fuentebureba	fuentebureba	ES	09244	72	Europe/Madrid	42.634	-3.2351		Fuentebureba	09135	55	BU	09135	
3121948	Fuentebuena	fuentebuena	ES	37793	0	Europe/Madrid	40.41896	-5.77748		Fuentebuena		55	SA	37046	
3121950	Fuentearmegil	fuentearmegil	ES	42141	282	Europe/Madrid	41.71496	-3.18362		Fuehntearmekhil',Fuentearmegil,Fuentearmekhil',feng te ya er mei xi er,Фуентеармехіль,Фуэнтеармехиль,丰特亚尔梅希尔	42085	55	SO	42085	
3121956	Fuensalida	fuensalida	ES	45510	10967	Europe/Madrid	40.05288	-4.20718		Fuensalida	45066	54	TO	45066	
3121957	Fuensaldaña	fuensaldana	ES	47194	1177	Europe/Madrid	41.70617	-4.76547		Fuensaldana,Fuensaldaña	47066	55	VA	47066	
3121959	Fuenmayor	fuenmayor	ES	26360	2827	Europe/Madrid	42.46729	-2.56153		Fuehnmajor,Fuenmajor,Fuenmayor,feng mai ao er,Фуенмайор,Фуэнмайор,Ֆուենմայոր,丰迈奥尔	26064	27	LO	26064	
3121960	Fuenlabrada	fuenlabrada	ES	02127	197836	Europe/Madrid	40.28419	-3.79415		Fons Laborata,Fuehnlabrada,Fuenlabrada,feng la fu la da,fuenraburada,fwynlabrada,Фуенлабрада,Фуэнлабрада,פואנלברדה,فوينلابرادا,フエンラブラダ,丰拉夫拉达	28058	29	M	28058	
3121963	Fuenferrada	fuenferrada	ES	44741	46	Europe/Madrid	40.86923	-1.01179		Fuenferrada	44110	52	TE	44110	
3121964	Fuendetodos	fuendetodos	ES	50142	175	Europe/Madrid	41.34245	-0.95988		Fuendetodos	50114	52	Z	50114	
3121965	Fuendejalón	fuendejalon	ES	50529	750	Europe/Madrid	41.7605	-1.47213		Fuendejalon,Fuendejalón	50113	52	Z	50113	
3121966	Fuendecampo	fuendecampo	ES	22452	0	Europe/Madrid	42.41237	0.2659				52	HU	22113	
3121967	Fuencivil	fuencivil	ES	09129	0	Europe/Madrid	42.59892	-3.92935		Fuenciovil,Fuencivil		55	BU	09427	
3121968	Fuencemillán	fuencemillan	ES	19237	103	Europe/Madrid	40.92063	-3.09818		Fuencemillan,Fuencemillán	19119	54	GU	19119	
3121970	Fuencaliente de Puerta	fuencaliente-de-puerta	ES	09124	0	Europe/Madrid	42.65221	-4.01024		Fuencalenteja,Fuencaliente de Puerta		55	BU	09175	
3121972	Fuencaliente de Lucio	fuencaliente-de-lucio	ES	09127	0	Europe/Madrid	42.73894	-4.1492		Fuencaliente de Lucio		55	BU	09415	
3121973	Fuencaliente del Burgo	fuencaliente-del-burgo	ES	42141	0	Europe/Madrid	41.73669	-3.18808		Fuencaliente,Fuencaliente del Burgo		55	SO	42085	
3121974	Fuencalderas	fuencalderas	ES	50619	0	Europe/Madrid	42.35967	-0.89322		Fuencalderas		52	Z	50901	
3121975	Fuembellida	fuembellida	ES	19390	14	Europe/Madrid	40.75589	-1.99861		Fuembellida	19118	54	GU	19118	
3121978	Fuejo (Grado)	fuejo-grado	ES	33825	0	Europe/Madrid	43.36538	-5.99064		Fuejo,Fuexu		34	O	33026	
3121979	Fuejo (Tineo)	fuejo-tineo	ES	33879	27	Europe/Madrid	43.32393	-6.43395		Fuejo,Fuejo (Tineo)		34	O	33073	
3121980	Fruiz	fruiz	ES	48116	369	Europe/Madrid	43.33333	-2.78333		Fruiz,Fruniz,Frúniz		59	BI	48069	
3121981	Frumales	frumales	ES	40298	172	Europe/Madrid	41.38333	-4.18631		Frumales	40081	55	SG	40081	
3121982	Frula	frula	ES	22269	0	Europe/Madrid	41.91043	-0.44801		Frula		52	HU	22023	
3121992	Froseira	froseira	ES	33731	0	Europe/Madrid	43.36667	-6.83333		Froseira		34	O	33029	
3121993	Frontón	fronton	ES	27437	0	Europe/Madrid	42.4461	-7.66897				58	LU	27041	
3121995	Frómista	fromista	ES	34440	920	Europe/Madrid	42.26667	-4.40546		Fromista,Frómista	34074	55	P	34074	
3121996	Frolláis	frollais	ES	27638	0	Europe/Madrid	42.75218	-7.37972				58	LU	27057	
3122001	Friolfe	friolfe	ES	27363	26	Europe/Madrid	42.81667	-7.53333		Friolfe		58	LU	27043	
3122008	Frieres	frieres	ES	33929	0	Europe/Madrid	43.32405	-5.74018				34	O	33031	
3122010	Friera de Valverde	friera-de-valverde	ES	49698	240	Europe/Madrid	41.91214	-5.84153		Friera de Valverde	49078	55	ZA	49078	
3122011	Friera	friera	ES	24567	0	Europe/Madrid	43.5	-5.95				34	O	33030	
3122012	Friera	friera	ES	24567	0	Europe/Madrid	42.5128	-6.83625		Friera		55	LE	24165	
3122014	Frías de Albarracín	frias-de-albarracin	ES	44126	170	Europe/Madrid	40.33754	-1.6147		Frias de Albarracin,Frías de Albarracín	44109	52	TE	44109	
3122015	Frías	frias	ES	09211	354	Europe/Madrid	42.76225	-3.29394		Frias,Frías,Trias	09134	55	BU	09134	
3122021	Fresno El Viejo	fresno-el-viejo	ES	47480	1168	Europe/Madrid	41.19752	-5.14413		Fresno El Viejo		55	VA	47065	
3122022	Fresno de Torote	fresno-de-torote	ES	28815	1723	Europe/Madrid	40.5904	-3.41003		Fresno de Torote	28057	29	M	28057	
3122023	Fresno de Sayago	fresno-de-sayago	ES	49216	232	Europe/Madrid	41.31848	-5.97129		Fresno de Sayago	49077	55	ZA	49077	
3122024	Fresno de Rodilla	fresno-de-rodilla	ES	09290	44	Europe/Madrid	42.42054	-3.48507			09133	55	BU	09133	
3122026	Fresno del Río	fresno-del-rio	ES	34889	0	Europe/Madrid	43.01737	-4.14362		Fresno del Rio,Fresno del Río		39	S	39027	
3122027	Fresno del Río	fresno-del-rio	ES	34889	0	Europe/Madrid	42.68176	-4.81734		Fresno del Rio,Fresno del Río	34073	55	P	34073	
3122028	Fresno de Losa	fresno-de-losa	ES	09511	0	Europe/Madrid	42.94405	-3.15287		Fresno de Losa		55	BU	09908	
3122029	Fresno del Camino	fresno-del-camino	ES	24391	0	Europe/Madrid	42.56287	-5.65179		Fresno del Camino		55	LE	24189	
3122030	Fresno de la Vega	fresno-de-la-vega	ES	24223	637	Europe/Madrid	42.34545	-5.53587		Fresno de la Vega	24073	55	LE	24073	
3122031	Fresno de la Valduerna	fresno-de-la-valduerna	ES	24765	0	Europe/Madrid	42.33218	-6.01336		Fresno,Fresno de la Valduerna		55	LE	24216	
3122033	Fresno de la Polvorosa	fresno-de-la-polvorosa	ES	49693	198	Europe/Madrid	42.0831	-5.76969		Fresno de la Polvorosa	49075	55	ZA	49075	
3122034	Fresno de la Fuente	fresno-de-la-fuente	ES	40540	83	Europe/Madrid	41.39243	-3.64491		Fresno de la Fuente	40080	55	SG	40080	
3122035	Fresno de la Carballeda	fresno-de-la-carballeda	ES	49318	0	Europe/Madrid	41.99999	-6.34699		Fresno de la Carballeda		55	ZA	49121	
3122036	Fresno de Caracena	fresno-de-caracena	ES	42311	38	Europe/Madrid	41.45247	-3.09123		Fresno de Caracena	42084	55	SO	42084	
3122037	Fresno de Cantespino	fresno-de-cantespino	ES	40516	285	Europe/Madrid	41.3682	-3.4995		Fresno de Cantespino	40079	55	SG	40079	
3122038	Fresno-Alhándiga	fresno-alhandiga	ES	37789	275	Europe/Madrid	40.71316	-5.61642		El Fresno,Fresno,Fresno-Alhandiga,Fresno-Alhándiga		55	SA	37134	
3122041	Fresno	fresno	ES	39860	0	Europe/Madrid	43.51667	-5.73333		Fresno,San Pedro de Fresno		34	O	33024	
3122042	Fresno	fresno	ES	39860	0	Europe/Madrid	43.45659	-5.10203				34	O	33056	
3122043	Fresno	fresno	ES	39860	0	Europe/Madrid	43.39648	-5.43282				34	O	33009	
3122044	Fresno	fresno	ES	39860	0	Europe/Madrid	42.92952	-6.7606				34	O	33028	
3122045	Fresnillo de las Dueñas	fresnillo-de-las-duenas	ES	09491	375	Europe/Madrid	41.647	-3.64558		Fresnillo,Fresnillo de Duero,Fresnillo de las Duenas,Fresnillo de las Dueñas	09131	55	BU	09131	
3122046	Fresnidiello	fresnidiello	ES	33585	0	Europe/Madrid	43.32799	-5.23649		Fresnidiello		34	O	33045	
3122048	Fresneña	fresnena	ES	09259	106	Europe/Madrid	42.41366	-3.13453		Fresnena,Fresneña	09130	55	BU	09130	
3122049	Fresnellino del Monte	fresnellino-del-monte	ES	24232	0	Europe/Madrid	42.44273	-5.62012		Fresnellino,Fresnellino del Monte		55	LE	24006	
3122050	Fresnedoso	fresnedoso	ES	37775	129	Europe/Madrid	40.43619	-5.70969		Fresnedoso	37133	55	SA	37133	
3122051	Fresnedo de Valdellorma	fresnedo-de-valdellorma	ES	24878	0	Europe/Madrid	42.79571	-5.22696		Fresnedo de Valdellorma		55	LE	24068	
3122052	Fresnedo	fresnedo	ES	09553	0	Europe/Madrid	43.39803	-5.44351		Fresnedo		34	O	33009	
3122053	Fresnedo	fresnedo	ES	09553	0	Europe/Madrid	43.36621	-3.56957				39	S	39084	
3122054	Fresnedo	fresnedo	ES	09553	0	Europe/Madrid	43.29221	-6.24076				34	O	33005	
3122055	Fresnedo	fresnedo	ES	09553	0	Europe/Madrid	43.18891	-3.47451				39	S	39083	
3122056	Fresnedo	fresnedo	ES	09553	0	Europe/Madrid	43.1712	-6.0079				34	O	33053	
3122057	Fresnedo	fresnedo	ES	09553	0	Europe/Madrid	43.12703	-6.06333				34	O	33072	
3122058	Fresnedo	fresnedo	ES	09553	0	Europe/Madrid	42.9887	-3.54223				55	BU	09903	
3122059	Fresnedo	fresnedo	ES	09553	0	Europe/Madrid	42.67908	-6.58168		Fresnedo		55	LE	24064	
3122061	Fresnedilla	fresnedilla	ES	05427	99	Europe/Madrid	40.23233	-4.62201		Fresnedil'ja,Fresnedila,Fresnedilla,Fresnedillas,Fresnedilya,frsndyya,frysnydya,fu lei si nei di li ya,Фреснедила,Фреснедилья,Фреснеділья,Ֆրեսնեդիլյա,فرسندییا,فريسنيديا,夫雷斯内迪利亚	05075	55	AV	05075	
3122062	Fresnedilla	fresnedilla	ES	05427	0	Europe/Madrid	40.16517	-6.09275		Caserio Dehesa Fresedilla,Caserio Fresnedilla,Caserío Dehesa Fresedilla,Caserío Fresnedilla,Fresnedilla		57	CC	10136	
3122063	Fresnedelo	fresnedelo	ES	24429	0	Europe/Madrid	42.82878	-6.63479		Fresnedelo		55	LE	24112	
3122065	Fresneda de Sepúlveda	fresneda-de-sepulveda	ES	40311	0	Europe/Madrid	41.25675	-3.66913		Fresneda de Sepulveda,Fresneda de Sepúlveda		55	SG	40198	
3122066	Fresneda de la Sierra Tirón	fresneda-de-la-sierra-tiron	ES	09267	113	Europe/Madrid	42.31535	-3.13596		Fresneda de la Sierra Tiron,Fresneda de la Sierra Tirón	09129	55	BU	09129	
3122067	Fresneda de la Sierra	fresneda-de-la-sierra	ES	16141	73	Europe/Madrid	40.39101	-2.14233		Fresneda de la Sierra	16084	54	CU	16084	
3122159	Frades de la Sierra	frades-de-la-sierra	ES	37766	256	Europe/Madrid	40.65687	-5.78223		Frades de la Sierra	37131	55	SA	37131	
3122068	Fresneda de Cuéllar	fresneda-de-cuellar	ES	40217	216	Europe/Madrid	41.31905	-4.44938		Fresneda de Cuellar,Fresneda de Cuéllar	40078	55	SG	40078	
3122070	Fresneda	fresneda	ES	01426	0	Europe/Madrid	43.40603	-5.79402				34	O	33066	
3122071	Fresneda	fresneda	ES	01426	0	Europe/Madrid	43.17923	-4.29794		Fresneda		39	S	39014	
3122072	Fresneda	fresneda	ES	01426	0	Europe/Madrid	42.87464	-3.0551		Fresneda		59	VI	01055	
3122074	Fresnadillo	fresnadillo	ES	49255	0	Europe/Madrid	41.41268	-6.07573		Fresnadillo		55	ZA	49023	
3122077	Fréscano	frescano	ES	50562	235	Europe/Madrid	41.88333	-1.45		Frescano,Fréscano	50111	52	Z	50111	
3122078	Frejulfe	frejulfe	ES	33719	0	Europe/Madrid	43.55158	-6.68216		Frejulfe		34	O	33041	
3122079	Frejulfe	frejulfe	ES	33719	0	Europe/Madrid	43.52219	-7.46769		Frejulfe,Santa Eulalia		58	LU	27063	
3122082	Freixenet de Dalt	freixenet-de-dalt	ES	17867	0	Europe/Madrid	42.33333	2.38333		Freixanet,Vehinat de Freixanet		56	GI	17039	
3122102	Freije	freije	ES	33775	0	Europe/Madrid	43.37647	-7.04531		Freije		34	O	33071	
3122105	Freginals	freginals	ES	43558	397	Europe/Madrid	40.67133	0.51967		Freginals		56	T	43156	
3122106	Fredes	fredes	ES	12599	0	Europe/Madrid	40.70543	0.17085		Fredes		60	CS	12093	
3122107	Frechilla de Almazán	frechilla-de-almazan	ES	42216	34	Europe/Madrid	41.42656	-2.51444		Frechilla,Frechilla de Almazan,Frechilla de Almazán	42083	55	SO	42083	
3122108	Frechilla	frechilla	ES	34306	250	Europe/Madrid	42.13768	-4.84112		Flechilla,Frechilla	34072	55	P	34072	
3122110	Freán	frean	ES	27547	0	Europe/Madrid	42.83955	-9.08769				58	C	15020	
3122111	Freán	frean	ES	27547	0	Europe/Madrid	42.596	-7.67811				58	LU	27058	
3122112	Freal	freal	ES	33719	0	Europe/Madrid	43.54568	-6.68102		Freal		34	O	33041	
3122120	Franza	franza	ES	15626	512	Europe/Madrid	43.45	-8.21667		Franza,Santiago		58	C	15051	
3122122	Franqueán	franquean	ES	27164	0	Europe/Madrid	42.93664	-7.37643		Franquean,Franqueán		58	LU	27014	
3122123	Frandovínez	frandovinez	ES	09230	95	Europe/Madrid	42.31032	-3.83783		Frandevinez	09128	55	BU	09128	
3122124	Francos	francos	ES	39788	0	Europe/Madrid	43.36061	-6.49109				34	O	33073	
3122125	Francos	francos	ES	39788	0	Europe/Madrid	43.26298	-6.87014				34	O	33048	
3122126	Francos	francos	ES	39788	0	Europe/Madrid	43.11667	-7.66667				58	LU	27039	
3122127	Francos	francos	ES	39788	0	Europe/Madrid	42.83972	-7.57157		El Salvador,Francos		58	LU	27023	
3122128	Francos	francos	ES	39788	0	Europe/Madrid	42.85	-7.28333				58	LU	27901	
3122129	Francos	francos	ES	39788	0	Europe/Madrid	42.78333	-7.55				58	LU	27042	
3122130	Francos	francos	ES	39788	0	Europe/Madrid	41.38333	-3.35		Francos		55	SG	40024	
3122131	Francos	francos	ES	39788	0	Europe/Madrid	40.91667	-5.48333				55	SA	37175	
3122134	Franco	franco	ES	09215	0	Europe/Madrid	42.72192	-2.71105		Franku		55	BU	09109	
3122138	Frameán	framean	ES	27569	0	Europe/Madrid	42.77499	-7.82424		Framian,Framián		58	LU	27032	
3122139	Frama	frama	ES	39574	0	Europe/Madrid	43.14875	-4.59356		Frama		39	S	39013	
3122140	Fragén	fragen	ES	22377	0	Europe/Madrid	42.61261	-0.14179				52	HU	22230	
3122147	Fraguas	fraguas	ES	33813	0	Europe/Madrid	40.91611	-5.78897				55	SA	37087	
3122150	Fragosa	fragosa	ES	10627	0	Europe/Madrid	40.39724	-6.30047		Caserio Fragosa,Caserío Fragosa,Fragosa		57	CC	10135	
3122156	Fraga	fraga	ES	22520	0	Europe/Madrid	42.03324	-8.05569				58	OR	32041	
3122157	Fraga	fraga	ES	22520	14302	Europe/Madrid	41.52294	0.34894		Fraga	22112	52	HU	22112	
3122158	Fraella	fraella	ES	22268	0	Europe/Madrid	41.9482	-0.27854		Fraella		52	HU	22116	
3122160	Frades	frades	ES	15686	0	Europe/Madrid	43.05011	-8.29391		Frades,San Martin,San Martín	15038	58	C	15038	
3122161	Frades	frades	ES	15686	8	Europe/Madrid	42.8	-7.45		Frades		58	LU	27057	
3122162	Frades	frades	ES	15686	0	Europe/Madrid	42.71616	-8.56819				58	PO	36017	
3122163	Frades	frades	ES	15686	0	Europe/Madrid	42.25	-8.46667		Frades,San Martin,San Martín		58	PO	36030	
3122164	Fradelo	fradelo	ES	32557	0	Europe/Madrid	42.17037	-7.14781		Fradelo		58	OR	32086	
3122165	Fradellos	fradellos	ES	49519	0	Europe/Madrid	41.7585	-6.22068		Fradellos		55	ZA	49172	
3122166	Fradé	frade	ES	27554	0	Europe/Madrid	42.71869	-7.79311		Frade,Fradé		58	LU	27060	
3122167	Foz-Calanda	foz-calanda	ES	44579	289	Europe/Madrid	40.92208	-0.26483		Foz de Calanda,Foz-Calanda	44107	52	TE	44107	
3122169	Fozana	fozana	ES	33199	199	Europe/Madrid	43.36667	-5.73333		Fozana		34	O	33066	
3122174	Foyedo	foyedo	ES	33785	0	Europe/Madrid	43.53373	-6.28474		Foyedo		34	O	33034	
3122175	Foyedo	foyedo	ES	33785	0	Europe/Madrid	43.41141	-6.57533				34	O	33073	
3122177	Fosado	fosado	ES	22452	0	Europe/Madrid	42.42795	0.25088				52	HU	22190	
3122180	Forua	forua	ES	48393	1017	Europe/Madrid	43.33343	-2.67504		Forua	48906	59	BI	48906	
3122182	Fortià	fortia	ES	17469	558	Europe/Madrid	42.2432	3.03881		Fortia,Fortià	17074	56	GI	17074	
3122184	Fortanete	fortanete	ES	44143	215	Europe/Madrid	40.50533	-0.52283		Fortanate,Fortanete	44106	52	TE	44106	
3122186	Foronda	foronda	ES	01196	0	Europe/Madrid	42.89936	-2.72787				59	VI	01059	
3122188	Fórnoles	fornoles	ES	44650	105	Europe/Madrid	40.89359	-0.00383		Fornoles,Fornols,Fornols del Tossal,Fórnoles,Fórnols,Fórnols del Tossal	44105	52	TE	44105	
3122192	Fornillos de Fermoselle	fornillos-de-fermoselle	ES	49232	0	Europe/Madrid	41.36359	-6.33021		Fornillos de Fermoselle		55	ZA	49264	
3122193	Fornillos de Aliste	fornillos-de-aliste	ES	49513	0	Europe/Madrid	41.65642	-6.19139		Fornillos,Fornillos de Aliste		55	ZA	49071	
3122331	Foncubierta	foncubierta	ES	33126	98	Europe/Madrid	43.53333	-6.05		Foncubierta		34	O	33069	
3122199	Fornelos de Filloás	fornelos-de-filloas	ES	32562	0	Europe/Madrid	42.12481	-7.17894		Fornelos de Filloas,Fornelos de Filloás,Santa Maria de Fornelos de Filloas,Santa María de Fornelos de Filloás		58	OR	32086	
3122205	Fornells de la Selva	fornells-de-la-selva	ES	17458	1823	Europe/Madrid	41.93159	2.80907			17073	56	GI	17073	
3122208	Fornells	fornells	ES	07748	0	Europe/Madrid	40.05649	4.1315		Fornell		07	PM	07037	
3122209	Fornelas	fornelas	ES	27334	0	Europe/Madrid	42.56667	-7.43333		Fornelas,Santa Comba		58	LU	27047	
3122214	Forna	forna	ES	03786	0	Europe/Madrid	42.27839	-6.63184		Forna		55	LE	24067	
3122217	Formigueiros	formigueiros	ES	27636	0	Europe/Madrid	42.7095	-7.35622		Formigueiros		58	LU	27055	
3122219	Formigones	formigones	ES	24124	0	Europe/Madrid	42.75715	-5.84169		Formigones		55	LE	24158	
3122220	Formigales	formigales	ES	22336	0	Europe/Madrid	42.33278	0.29708		Formigales,Fornigals		52	HU	22113	
3122222	Formiche Bajo	formiche-bajo	ES	44441	0	Europe/Madrid	40.28849	-0.87572		Formiche Bajo		52	TE	44103	
3122223	Formiche Alto	formiche-alto	ES	44440	186	Europe/Madrid	40.32367	-0.89241		Formiche Alto	44103	52	TE	44103	
3122224	Formariz	formariz	ES	49230	0	Europe/Madrid	41.34639	-6.29072		Formariz		55	ZA	49264	
3122231	Forès	fores	ES	43425	0	Europe/Madrid	41.48333	1.23333		Fores,Forès,Forés	43061	56	T	43061	
3122232	Forcinas	forcinas	ES	33129	0	Europe/Madrid	43.48784	-6.11317		Forcinas,Porcinas		34	O	33051	
3122234	Forcas	forcas	ES	32748	0	Europe/Madrid	42.73171	-7.1323				58	LU	27037	
3122235	Forcas	forcas	ES	32748	0	Europe/Madrid	42.35801	-7.51326				58	OR	32057	
3122238	Forcall	forcall	ES	12310	532	Europe/Madrid	40.64542	-0.19992		Forcall,Forcallo,Forkal',fu er ka li,fwrkal,Форкаль,فوركال,福尔卡利	12061	60	CS	12061	
3122251	Fonzaleche	fonzaleche	ES	26211	163	Europe/Madrid	42.58114	-3.01218		Fonzaleche	26063	27	LO	26063	
3122252	Fonz	fonz	ES	22422	1050	Europe/Madrid	42.01015	0.25878		Fons,Fonts,feng si,Фонс,丰斯	22110	52	HU	22110	
3122255	Fontoria de Cepeda	fontoria-de-cepeda	ES	24711	0	Europe/Madrid	42.51687	-6.04221		Fontoria de Cepeda		55	LE	24214	
3122256	Fontoria	fontoria	ES	24434	0	Europe/Madrid	43.52493	-6.52933		Fontoria		34	O	33034	
3122257	Fontoria	fontoria	ES	24434	0	Europe/Madrid	42.76065	-6.65483		Fontoria		55	LE	24070	
3122258	Fontiveros	fontiveros	ES	05310	935	Europe/Madrid	40.92997	-4.96445		Fontiveros,feng di wei luo si,fntybrs,fwntyfyrws,Фонтиверос,Фонтіверос,فنتیبرس,فونتيفيروس,丰蒂韦罗斯	05074	55	AV	05074	
3122260	Fontioso	fontioso	ES	09349	65	Europe/Madrid	41.94273	-3.73872		Fontioso	09127	55	BU	09127	
3122261	Fontihoyuelo	fontihoyuelo	ES	47609	43	Europe/Madrid	42.16192	-5.05791		Fontihoyuelo	47064	55	VA	47064	
3122263	Fontibre	fontibre	ES	39212	0	Europe/Madrid	43.01714	-4.18647		Fontibre		39	S	39032	
3122266	Fonteta	fonteta	ES	17110	0	Europe/Madrid	43.13574	-6.80701		Fonteta		34	O	33001	
3122267	Fonteta	fonteta	ES	17110	0	Europe/Madrid	41.95043	3.0571		Fonteta		56	GI	17902	
3122269	Fonteo	fonteo	ES	27278	0	Europe/Madrid	43.0657	-7.26386		Fonteo		58	LU	27004	
3122271	Fontellas	fontellas	ES	22809	810	Europe/Madrid	42.02694	-1.57648		Fontellas	31106	32	NA	31106	
3122274	Fonteita	fonteita	ES	27163	0	Europe/Madrid	42.95	-7.36667		Fonteita,Santiago		58	LU	27014	
3122275	Fonteita	fonteita	ES	27163	0	Europe/Madrid	42.3083	-7.37584		Fonteita,San Andres,San Andrés		58	OR	32029	
3122279	Fontecha	fontecha	ES	01423	0	Europe/Madrid	43.03078	-4.14914		Fontecha		39	S	39027	
3122280	Fontecha	fontecha	ES	01423	22	Europe/Madrid	42.74384	-4.72197		Fontecha,Fontecha De La Pena,Fontecha De La Peña		55	P	34151	
3122281	Fontecha	fontecha	ES	01423	0	Europe/Madrid	42.74601	-3.02799		Fontecha,Fontetxa = Iturriestaria		59	VI	01902	
3122282	Fontecha	fontecha	ES	01423	0	Europe/Madrid	42.44037	-5.69315				55	LE	24065	
3122286	Fontebona	fontebona	ES	33828	0	Europe/Madrid	43.4803	-6.07077		Fontebona		34	O	33010	
3122288	Fontcoberta	fontcoberta	ES	17833	0	Europe/Madrid	42.13333	2.8		Fontcoberta,Fontcuberta	17071	56	GI	17071	
3122289	Fontclara	fontclara	ES	17256	0	Europe/Madrid	41.99401	3.12201				56	GI	17121	
3122291	Fontao	fontao	ES	27610	0	Europe/Madrid	43.14073	-7.29822		Fontao		58	LU	27046	
3122292	Fontao	fontao	ES	27610	0	Europe/Madrid	42.76102	-8.22765		Fontao,Santiago		58	PO	36059	
3122293	Fontanos de Torío	fontanos-de-torio	ES	24891	0	Europe/Madrid	42.75509	-5.53994		Fontanos de Torio,Fontanos de Torío		55	LE	24076	
3122296	Fontanillas de Castro	fontanillas-de-castro	ES	49743	0	Europe/Madrid	41.73385	-5.78064		Fontanillas de Castro		55	ZA	49186	
3122297	Fontanilles	fontanilles	ES	17257	0	Europe/Madrid	42.01117	3.10776		Fontanillas,Fontanilles	17070	56	GI	17070	
3122298	Fontanil de los Oteros	fontanil-de-los-oteros	ES	24291	0	Europe/Madrid	42.36222	-5.3879		Fontanil de los Oteros		55	LE	24097	
3122304	Fontanar	fontanar	ES	19290	1393	Europe/Madrid	40.72466	-3.17309		Fontanar	19117	54	GU	19117	
3122308	Fontalba	fontalba	ES	33878	0	Europe/Madrid	43.29163	-6.56033		Fontalba		34	O	33073	
3122309	Fontaciera	fontaciera	ES	33392	0	Europe/Madrid	43.48156	-5.71501		Fontaciera		34	O	33024	
3122315	Fonollosa	fonollosa	ES	08259	1239	Europe/Madrid	41.76303	1.66867		Fonollosa		56	B	08002	
3122317	Fonfría	fonfria	ES	24378	0	Europe/Madrid	43.47921	-5.55115				34	O	33076	
3122318	Fonfría	fonfria	ES	24378	0	Europe/Madrid	42.79097	-7.05841				58	LU	27037	
3122319	Fonfría	fonfria	ES	24378	0	Europe/Madrid	42.73004	-7.15549				58	LU	27045	
3122320	Fonfría	fonfria	ES	24378	0	Europe/Madrid	42.54349	-6.32685		Fonfria,Fonfría		55	LE	24170	
3122321	Fonfría	fonfria	ES	24378	1029	Europe/Madrid	41.63493	-6.14081		Fonfria,Fonfrija,Fonfría,feng fu li ya,Фонфрия,Фонфрія,丰夫里亚	49071	55	ZA	49071	
3122322	Fonfría	fonfria	ES	24378	29	Europe/Madrid	40.99566	-1.08475		Fonfria,Fonfría	44102	52	TE	44102	
3122323	Fondujo	fondujo	ES	33314	0	Europe/Madrid	43.50905	-5.52822		Fondujo		34	O	33076	
3122326	Fondodevilla	fondodevilla	ES	33810	0	Europe/Madrid	42.93572	-6.75343		Fondodevilla		34	O	33028	
3122328	Fondo	fondo	ES	33438	0	Europe/Madrid	42.81416	-9.04674				58	C	15053	
3122330	Fondarella	fondarella	ES	25244	761	Europe/Madrid	41.63469	0.87343		Fondarella		56	L	25137	
3122333	Foncebadón	foncebadon	ES	24722	0	Europe/Madrid	42.49117	-6.34368		Foncebadon,Foncebadón		55	LE	24152	
3122334	Foncea	foncea	ES	26211	103	Europe/Madrid	42.61529	-3.03897		Foncea	26062	27	LO	26062	
3122335	Foncastín	foncastin	ES	47492	0	Europe/Madrid	41.43562	-5.01819		Foncastin,Foncastín		55	VA	47139	
3122338	Fompedraza	fompedraza	ES	47311	140	Europe/Madrid	41.53541	-4.14483		Fompedraza	47063	55	VA	47063	
3122339	Fombuena	fombuena	ES	50491	13	Europe/Madrid	41.14442	-1.19266		Fombuena	50108	52	Z	50108	
3122340	Fombermeja	fombermeja	ES	33987	0	Europe/Madrid	43.2026	-5.52346		Fombermeja		34	O	33032	
3122341	Fombellida	fombellida	ES	39213	0	Europe/Madrid	42.934	-4.11998		Fombellida		39	S	39027	
3122342	Fombellida	fombellida	ES	39213	245	Europe/Madrid	41.76693	-4.18409		Fombellida	47062	55	VA	47062	
3122345	Folloso	folloso	ES	24127	0	Europe/Madrid	42.77128	-6.01687		Folloso		55	LE	24132	
3122347	Folledo	folledo	ES	24608	0	Europe/Madrid	42.89657	-5.72279		Folledo		55	LE	24114	
3122350	Folguerinas	folguerinas	ES	33850	11	Europe/Madrid	43.41667	-6.16667		Folguerinas		34	O	33059	
3122351	Folgueras del Río	folgueras-del-rio	ES	33874	0	Europe/Madrid	43.44796	-6.58223		Folgueras del Rio,Folgueras del Río		34	O	33073	
3122352	Folgueras de Cornás	folgueras-de-cornas	ES	33874	0	Europe/Madrid	43.37095	-6.537		Folgueras de Cornas,Folgueras de Cornás		34	O	33073	
3122359	Folguerajú	folgueraju	ES	33818	0	Europe/Madrid	43.08693	-6.56461		Folgueraju,Folguerajú		34	O	33011	
3122361	Folgueiras de Boiro	folgueiras-de-boiro	ES	33810	0	Europe/Madrid	42.98879	-6.85431		Folgueiras de Boiro		34	O	33028	
3122363	Folgueiras	folgueiras	ES	27659	0	Europe/Madrid	43.41707	-7.02967				34	O	33074	
3122364	Folgueiras	folgueiras	ES	27659	0	Europe/Madrid	42.78333	-7.18333		Folgueiras		58	LU	27037	
3122365	Folgueira	folgueira	ES	27150	0	Europe/Madrid	43.13333	-7.56667		Folgueira,San Nicolas,San Nicolás		58	LU	27039	
3122366	Folgoso del Monte	folgoso-del-monte	ES	24413	0	Europe/Madrid	42.51411	-6.43237		Folgoso del Monte		55	LE	24100	
3122367	Folgoso de la Ribera	folgoso-de-la-ribera	ES	24311	1284	Europe/Madrid	42.64693	-6.32035		Folgoso de la Ribera	24071	55	LE	24071	
3122368	Folgoso de la Carballeda	folgoso-de-la-carballeda	ES	49594	0	Europe/Madrid	41.95895	-6.43543		Folgoso de la Carballeda		55	ZA	49110	
3122369	Folgoso	folgoso	ES	27325	0	Europe/Madrid	43.2	-8.31667		Folgoso,Santa Dorotea		58	C	15001	
3122370	Folgoso	folgoso	ES	27325	0	Europe/Madrid	43.04904	-6.87624		Folgoso		34	O	33028	
3122371	Folgoso	folgoso	ES	27325	0	Europe/Madrid	43.03333	-8.08333		Folgoso,Santa Cristina		58	C	15080	
3122372	Folgoso	folgoso	ES	27325	0	Europe/Madrid	42.79746	-6.97751				58	LU	27012	
3122374	Folgoso	folgoso	ES	27325	0	Europe/Madrid	42.55	-8.35		Folgoso,Santa Maria,Santa María		58	PO	36902	
3122375	Folgoso	folgoso	ES	27325	0	Europe/Madrid	42.38333	-7.35709				58	OR	32023	
3122376	Folgoso	folgoso	ES	27325	0	Europe/Madrid	42.22381	-7.8066				58	OR	32001	
3122377	Folgosa	folgosa	ES	33739	0	Europe/Madrid	43.17349	-6.96571		Folgosa		34	O	33027	
3122378	Folgosa	folgosa	ES	33739	0	Europe/Madrid	42.93333	-7.33333		Folgosa,San Esteban		58	LU	27014	
3122379	Folgosa	folgosa	ES	33739	20	Europe/Madrid	42.93333	-7.3		Folgosa,San Martin,San Martín		58	LU	27901	
3122380	Folgueroles	folgueroles	ES	08519	0	Europe/Madrid	41.93881	2.31741	562	Folgueroles		56	B	08083	
3122381	Foldada	foldada	ES	34810	0	Europe/Madrid	42.78671	-4.35191		Foldada		55	P	34004	
3122382	Fojos	fojos	ES	33716	0	Europe/Madrid	42.73412	-7.06997				58	LU	27045	
3122383	Fojo	fojo	ES	33826	0	Europe/Madrid	43.13333	-6.88333				58	LU	27035	
3122384	Fojedo	fojedo	ES	24392	0	Europe/Madrid	42.5	-5.73333		Fojedo		55	LE	24205	
3122385	Fojas	fojas	ES	33774	0	Europe/Madrid	43.36227	-7.19567				58	LU	27048	
3122386	Fojas	fojas	ES	33774	0	Europe/Madrid	42.95205	-8.94439				58	C	15045	
3122391	Foilebar	foilebar	ES	27346	0	Europe/Madrid	42.68399	-7.29992		Foilebar		58	LU	27024	
3122393	Fogars de Montclús	fogars-de-montclus	ES	08479	0	Europe/Madrid	41.73333	2.45		Caserio Fogas de Montclus,Caserío Fogas de Montclús,Fogars de Montclus,Fogars de Montclús,Fogas de Monclus,Fogás de Monclús	08081	56	B	08081	
3122399	Florida de Liébana	florida-de-liebana	ES	37129	289	Europe/Madrid	41.02361	-5.76252		Florida de Liebana,Florida de Liébana	37129	55	SA	37129	
3122400	la Floresta	la-floresta	ES	25413	0	Europe/Madrid	41.51667	0.91667		Floresta,la Floresta		56	L	25058	
3122401	Flores de Ávila	flores-de-avila	ES	05370	398	Europe/Madrid	40.93358	-5.07914		Flores de Avila,Flores de Ávila	05073	55	AV	05073	
3122402	Flores	flores	ES	49559	0	Europe/Madrid	43.29864	-2.75371				59	BI	48066	
3122403	Flores	flores	ES	49559	0	Europe/Madrid	41.74709	-6.18589		Flores		55	ZA	49087	
3122404	Florejacs	florejacs	ES	25211	0	Europe/Madrid	41.8	1.21667				56	L	25907	
3122405	Flor de Acebos	flor-de-acebos	ES	33693	0	Europe/Madrid	43.03104	-5.78095		Flor de Acebos		34	O	33033	
3122407	Flix	flix	ES	43750	3975	Europe/Madrid	41.23074	0.55008		Flix	43060	56	T	43060	
3122408	Flechas	flechas	ES	49520	0	Europe/Madrid	41.90376	-6.44421		Flechas		55	ZA	49069	
3122409	Flaçà	flaca	ES	17463	0	Europe/Madrid	42.06667	2.96667		Flaca,Flasa,Flassa,Flassá,Flaçà	17067	56	GI	17067	
3122410	Flariz	flariz	ES	32618	0	Europe/Madrid	41.92744	-7.55842				58	OR	32050	
3122413	Fitoria	fitoria	ES	33194	0	Europe/Madrid	43.38132	-5.84618		Fitoria		34	O	33044	
3122414	Fitoiro	fitoiro	ES	32767	0	Europe/Madrid	42.31766	-7.39072		Fitoiro,San Pelagio		58	OR	32029	
3122415	Fitero	fitero	ES	31593	2202	Europe/Madrid	42.0577	-1.85756		Fitero	31105	32	NA	31105	
3122416	Fisteus	fisteus	ES	27328	0	Europe/Madrid	43.1	-8.1		Fisteus,Santa Maria,Santa María		58	C	15032	
3122417	Fistéus	fisteus	ES	27328	0	Europe/Madrid	42.49574	-7.20459				58	LU	27050	
3122418	Fiscal	fiscal	ES	22373	308	Europe/Madrid	42.49561	-0.12094			22109	52	HU	22109	
3122419	Fíos	fios	ES	33548	0	Europe/Madrid	43.40311	-5.23627				34	O	33045	
3122421	Fión	fion	ES	27548	3	Europe/Madrid	42.56667	-7.66667		Fion,Fión		58	LU	27058	
3122424	Finolledo	finolledo	ES	24492	0	Europe/Madrid	42.65276	-6.55879		Finolledo		55	LE	24064	
3122426	Fisterra	fisterra	ES	15155	5005	Europe/Madrid	42.90492	-9.26289		Finisterra,Fisterra,Фистерра		58	C	15037	
3122427	Filiel	filiel	ES	24723	0	Europe/Madrid	42.3783	-6.33445		Filiel		55	LE	24090	
3122432	Filgueira	filgueira	ES	27205	0	Europe/Madrid	43.5	-8.2		Filgueira,San Juan		58	C	15054	
3122433	Filgueira	filgueira	ES	27205	0	Europe/Madrid	42.96844	-9.10719		Figueiroa,Filgueira		58	C	15034	
3122434	Filgueira	filgueira	ES	27205	42	Europe/Madrid	42.88333	-7.85		Filgueira		58	LU	27040	
3122435	Filgueira	filgueira	ES	27205	0	Europe/Madrid	42.75353	-8.86782				58	C	15042	
3122436	Filgueira	filgueira	ES	27205	0	Europe/Madrid	42.69072	-8.13459				58	PO	36024	
3122437	Filgueira	filgueira	ES	27205	0	Europe/Madrid	42.21667	-8.21667		Filgueira,San Pedro		58	PO	36014	
3122438	Fijuecas	fijuecas	ES	33787	0	Europe/Madrid	43.52998	-6.44586		Fijuecas		34	O	33034	
3122440	Figueruelas	figueruelas	ES	22194	1135	Europe/Madrid	41.76651	-1.17473		Figueruelas	50107	52	Z	50107	
3122441	Figueruela de Sayago	figueruela-de-sayago	ES	49177	0	Europe/Madrid	41.28887	-5.93876		Figueruela de Sayago		55	ZA	49149	
3122442	Figueruela de Arriba	figueruela-de-arriba	ES	49520	477	Europe/Madrid	41.86867	-6.44454		Figeruehla-de-Arriba,Figeruela-de-Arriba,Figueruela de Arriba,shang fei ge lu ai la,Фигеруэла-де-Арриба,Фігеруела-де-Арріба,上菲格鲁埃拉	49069	55	ZA	49069	
3122443	Figueruela de Abajo	figueruela-de-abajo	ES	49520	0	Europe/Madrid	41.86433	-6.44898		Figueruela de Abajo		55	ZA	49069	
3122444	la Figuerosa	la-figuerosa	ES	25351	0	Europe/Madrid	41.7	1.16667				56	L	25217	
3122445	Figueroles	figueroles	ES	12122	545	Europe/Madrid	40.11667	-0.23333		Figueroles	12060	60	CS	12060	
3122453	Figueres	figueres	ES	17600	43330	Europe/Madrid	42.26645	2.96163		Figeras,Figeres,Figueres,Фигерeс,Фигерас	17066	56	GI	17066	
3122457	Figueiroa	figueiroa	ES	27425	0	Europe/Madrid	43.09372	-9.21187				58	C	15052	
3122458	Figueiroa	figueiroa	ES	27425	0	Europe/Madrid	42.99142	-9.11476		Figueiroa,Figueroa		58	C	15034	
3122459	Figueiroa	figueiroa	ES	27425	0	Europe/Madrid	42.97345	-9.11702				58	C	15034	
3122460	Figueiroá	figueiroa	ES	27425	0	Europe/Madrid	42.43333	-7.56667		Figueiroa,Figueiroá		58	LU	27059	
3122461	Figueiroá	figueiroa	ES	27425	0	Europe/Madrid	42.26667	-7.73333		Figueiroa,Figueiroá,San Julian,San Julián		58	OR	32055	
3122468	Figueiras	figueiras	ES	32172	0	Europe/Madrid	43.46667	-7.41667		Elgueiras,Figueiras,San Martin,San Martín		58	LU	27030	
3122469	Figueiras	figueiras	ES	32172	0	Europe/Madrid	43.16667	-7.2				58	LU	27053	
3122470	Figueiras	figueiras	ES	32172	0	Europe/Madrid	42.93022	-8.60782		Figueiras,Santa Maria,Santa María		58	C	15002	
3122475	Figaredo	figaredo	ES	33683	0	Europe/Madrid	43.41933	-6.04982				34	O	33010	
3122476	Figaredo	figaredo	ES	33683	0	Europe/Madrid	43.21128	-5.7794		Figaredo,Figueredo		34	O	33037	
3122477	Figaredo	figaredo	ES	33683	77	Europe/Madrid	43.15	-9.08333				58	C	15092	
3122489	Ferroy	ferroy	ES	33889	0	Europe/Madrid	43.27973	-6.60267		Ferroy		34	O	33001	
3122491	Ferroy	ferroy	ES	33889	0	Europe/Madrid	42.88333	-7.55		Ferroy,Santa Maria,Santa María		58	LU	27023	
3122493	Ferroñes	ferrones	ES	33470	0	Europe/Madrid	43.47917	-5.87324		Ferrones,Ferroñes		34	O	33035	
3122495	Ferreruela de Huerva	ferreruela-de-huerva	ES	44490	74	Europe/Madrid	41.06325	-1.2335		Ferreruela,Ferreruela de Huerva	44101	52	TE	44101	
3122496	Ferreruela	ferreruela	ES	49550	580	Europe/Madrid	41.76673	-6.07215		Ferreruela	49068	55	ZA	49068	
3122497	Ferreros	ferreros	ES	49321	0	Europe/Madrid	43.46065	-6.02194				34	O	33010	
3122498	Ferreros	ferreros	ES	49321	0	Europe/Madrid	43.31757	-5.87359				34	O	33057	
3122499	Ferreros	ferreros	ES	49321	0	Europe/Madrid	42.07122	-6.57141		Ferreros		55	ZA	49179	
3122502	Ferreras del Puerto	ferreras-del-puerto	ES	24886	0	Europe/Madrid	42.86411	-5.05376		Ferreras del Puerto		55	LE	24183	
3122503	Ferreras de Arriba	ferreras-de-arriba	ES	49335	513	Europe/Madrid	41.89878	-6.19461		Ferreras de Arriba	49067	55	ZA	49067	
3122504	Ferreras de Abajo	ferreras-de-abajo	ES	49335	618	Europe/Madrid	41.89651	-6.07904		Ferreras de Abajo	49066	55	ZA	49066	
3122514	Ferreirós de Arriba	ferreiros-de-arriba	ES	27325	0	Europe/Madrid	42.60427	-7.15897				58	LU	27017	
3122515	Ferreirós de Abaixo	ferreiros-de-abaixo	ES	27325	0	Europe/Madrid	42.61667	-7.16667				58	LU	27017	
3122529	Ferreirola	ferreirola	ES	18414	0	Europe/Madrid	43.10957	-7.14696				58	LU	27018	
3122532	Ferreiravella	ferreiravella	ES	27744	0	Europe/Madrid	43.55408	-7.31583				58	LU	27019	
3122533	Ferreiravella	ferreiravella	ES	27744	0	Europe/Madrid	43.3	-7.25		Ferreiravella,San Julian,San Julián		58	LU	27048	
3122536	Ferreira de Pallares	ferreira-de-pallares	ES	27211	0	Europe/Madrid	42.88333	-7.66667		Ferreira de Pallares,Santa Maria,Santa María		58	LU	27023	
3122541	Ferreira	ferreira	ES	18513	0	Europe/Madrid	43.55128	-7.44081				58	LU	27063	
3122542	Ferreira	ferreira	ES	18513	0	Europe/Madrid	43.51667	-8.03333		Ferreira,San Pelayo		58	C	15076	
3122543	Ferreira	ferreira	ES	18513	0	Europe/Madrid	43.52664	-6.82181				34	O	33023	
3122544	Ferreira	ferreira	ES	18513	7	Europe/Madrid	43.41667	-7.25				58	LU	27027	
3122545	Ferreira	ferreira	ES	18513	7	Europe/Madrid	43.23333	-6.98333				34	O	33062	
3122546	Ferreira	ferreira	ES	18513	0	Europe/Madrid	43.15276	-8.77881				58	C	15029	
3122547	Ferreira	ferreira	ES	18513	0	Europe/Madrid	42.93333	-7.81667				58	LU	27040	
3122548	Ferreira	ferreira	ES	18513	0	Europe/Madrid	42.51667	-7.61667		Ferreira,Santa Maria,Santa María		58	LU	27041	
3122549	Ferreira	ferreira	ES	18513	0	Europe/Madrid	42.41245	-7.17899		Ferreira,Ferreiras		58	LU	27050	
3122552	Ferrán	ferran	ES	25216	0	Europe/Madrid	41.14544	1.35904				56	T	43148	
3122554	Ferral del Bernesga	ferral-del-bernesga	ES	24282	0	Europe/Madrid	42.61544	-5.66026		Ferral de Bernesga,Ferral del Bernesga		55	LE	24142	
3122558	Fermoselle	fermoselle	ES	49220	1538	Europe/Madrid	41.31738	-6.39584		Fermosel'e,Fermoselle,fei er mo sai lie,Фермоселье,Фермосельє,费尔莫塞列	49065	55	ZA	49065	
3122559	Fente	fente	ES	27569	0	Europe/Madrid	42.7627	-7.83454				58	LU	27032	
3122560	Fenolleda	fenolleda	ES	33828	0	Europe/Madrid	43.46464	-6.08646		Fenolleda		34	O	33010	
3122562	Fenigonte	fenigonte	ES	33867	32	Europe/Madrid	43.43333	-6.23333		Fenigonte		34	O	33059	
3122564	Fene	fene	ES	15500	14165	Europe/Madrid	43.45	-8.15		Fene,San Salvador	15035	58	C	15035	
3122568	Felpós	felpos	ES	27205	11	Europe/Madrid	42.93333	-7.88333		Felpos,Felpós		58	LU	27040	
3122569	Felmín	felmin	ES	24837	0	Europe/Madrid	42.91772	-5.5389		Felmin,Felmín		55	LE	24037	
3122570	Felmil	felmil	ES	27375	0	Europe/Madrid	43.16667	-7.61667		Felmil,Santiago		58	LU	27007	
3122573	Felechosas	felechosas	ES	33946	0	Europe/Madrid	43.31836	-5.61078		Felechosas		34	O	33060	
3122574	Felechosa	felechosa	ES	33688	0	Europe/Madrid	43.1039	-5.50831				34	O	33002	
3122577	Felechas	felechas	ES	24858	0	Europe/Madrid	42.84587	-5.23343		Felechas		55	LE	24021	
3122578	Felechares de la Valdería	felechares-de-la-valderia	ES	24760	0	Europe/Madrid	42.19301	-6.04356		Felechares,Felechares de la Valderia,Felechares de la Valdería		55	LE	24046	
3122583	Fechaladrona	fechaladrona	ES	33986	0	Europe/Madrid	43.20634	-5.56525		Fachaladrona,Fechaladrona		34	O	33032	
3122586	Feces de Cima	feces-de-cima	ES	32698	0	Europe/Madrid	41.8539	-7.38166		Feces de Cima		58	OR	32085	
3122588	la Febró	la-febro	ES	43364	0	Europe/Madrid	41.26667	1		Febro,Febró,la Febro,la Febró		56	T	43169	
3122593	Feá	fea	ES	32940	57	Europe/Madrid	42.33333	-8		Fea,Feá		58	OR	32081	
3122595	Fayón	fayon	ES	50795	404	Europe/Madrid	41.23851	0.33302		Faio,Faio / Fayon,Faió,Faió / Fayón,Fayon,Fayón	50105	52	Z	50105	
3122600	la Fatarella	la-fatarella	ES	43781	0	Europe/Madrid	41.16667	0.48333		Fatarella,la Fatarella	43056	56	T	43056	
3122601	Fastias	fastias	ES	33879	0	Europe/Madrid	43.40519	-6.44268		Fastias		34	O	33073	
3122603	Fasgar	fasgar	ES	24133	0	Europe/Madrid	42.8087	-6.22436		Fasgar		55	LE	24101	
3122606	Farrera	farrera	ES	25595	105	Europe/Madrid	42.49654	1.27216		Farrera	25089	56	L	25089	
3122616	Faro	faro	ES	24429	0	Europe/Madrid	43.70269	-7.57971				58	LU	27066	
3122617	Faro	faro	ES	24429	0	Europe/Madrid	42.86269	-6.59609		Faro		55	LE	24112	
3122621	Farlete	farlete	ES	50163	436	Europe/Madrid	41.68122	-0.50678		Farlete	50104	52	Z	50104	
3122622	Fariza	fariza	ES	49213	689	Europe/Madrid	41.41667	-6.26667		Farisa,Fariza,Fariza de Sayago,fa li sa,Фариса,Фаріса,法里萨	49064	55	ZA	49064	
3122623	La Farga de Moles	la-farga-de-moles	ES	25799	0	Europe/Madrid	42.43144	1.46652		Farga de Moles,La Farga de Moles		56	L	25239	
3122625	Farena	farena	ES	43459	0	Europe/Madrid	41.31174	1.08591		Farena		56	T	43091	
3122630	Farasdués	farasdues	ES	50619	0	Europe/Madrid	42.22528	-1.09702		Farasdues,Farasduos,Farasdués,Farasduós		52	Z	50095	
3122637	Faramontanos de la Sierra	faramontanos-de-la-sierra	ES	49342	0	Europe/Madrid	42.13039	-6.39425		Faramontanos de la Sierra		55	ZA	49062	
3122641	Fanzara	fanzara	ES	12230	273	Europe/Madrid	40.01667	-0.31667		Fanzara	12059	60	CS	12059	
3122648	Fanlillo	fanlillo	ES	22611	0	Europe/Madrid	42.47684	-0.23071				52	HU	22252	
3122651	Fanes	fanes	ES	33427	0	Europe/Madrid	43.47615	-5.92293		Fanes		34	O	33035	
3122652	Fañanás	fananas	ES	22135	0	Europe/Madrid	42.07646	-0.27583		Fananas,Fañanás		52	HU	22015	
3122656	Falset	falset	ES	43730	2662	Europe/Madrid	41.14576	0.81979		Falset		56	T	43076	
3122660	Falgons	falgons	ES	17831	0	Europe/Madrid	42.1	2.66667		Caserio Falgons,Caserío Falgons		56	GI	17174	
3122667	Falces	falces	ES	31370	2605	Europe/Madrid	42.38966	-1.79321		Falces	31104	32	NA	31104	
3122671	Fago	fago	ES	22729	33	Europe/Madrid	42.7344	-0.88131			22106	52	HU	22106	
3122674	Fáfilas	fafilas	ES	24206	0	Europe/Madrid	42.254	-5.46695		Fafilas,Fáfilas		55	LE	24203	
3122675	Fafián	fafian	ES	27610	0	Europe/Madrid	42.76667	-7.4		Fafian,Fafián,San Juan		58	LU	27057	
3122676	Fafián	fafian	ES	27610	15	Europe/Madrid	42.65	-7.9				58	PO	36047	
3122688	Fadón	fadon	ES	49260	0	Europe/Madrid	41.39283	-6.01008		Fadon,Fadón		55	ZA	49023	
3122691	Facha	facha	ES	27577	0	Europe/Madrid	42.8	-7.95		Facha		58	LU	27003	
3122694	Fabert	fabert	ES	17868	6	Europe/Madrid	42.37725	2.41596				56	GI	17107	
3122695	Fabero	fabero	ES	24420	5150	Europe/Madrid	42.76803	-6.62651		Fabero	24070	55	LE	24070	
3122696	Fabares	fabares	ES	33313	0	Europe/Madrid	43.44386	-5.53944		Fabares		34	O	33076	
3122697	Fabara	fabara	ES	50793	1188	Europe/Madrid	41.1775	0.16908		Fabara,Favara de Matarranya	50102	52	Z	50102	
3122703	Ezquerra	ezquerra	ES	09268	0	Europe/Madrid	42.36924	-3.21212		Ezquerra		55	BU	09433	
3122707	Ezkurra	ezkurra	ES	31749	0	Europe/Madrid	43.08333	-1.81667		Ezcurra,Ezkurra	31102	32	NA	31102	
3122709	Ezcaray	ezcaray	ES	26280	2109	Europe/Madrid	42.32536	-3.01309		Ehskaraj,Eskaraj,Eskaray,Ezcaray,Ezkarai,ai si ka lai,Ескарай,Эскарай,Էսկարայ,埃斯卡赖	26061	27	LO	26061	
3122711	Extremera	extremera	ES	39727	0	Europe/Madrid	43.32355	-3.72725		Extremera		39	S	39037	
3122712	Extramiana	extramiana	ES	09549	0	Europe/Madrid	42.84721	-3.30981		Extramiana		55	BU	09213	
3122717	Eulz	eulz	ES	31290	0	Europe/Madrid	42.69619	-2.07504				32	NA	31011	
3122718	Eulate	eulate	ES	31271	339	Europe/Madrid	42.77641	-2.20638		Eulace,Eulate	31100	32	NA	31100	
3122719	Eugi	eugi	ES	31638	0	Europe/Madrid	42.98333	-1.5		Eugi,Eugui		32	NA	31098	
3122720	Etura	etura	ES	01206	0	Europe/Madrid	42.89131	-2.49132				59	VI	01013	
3122721	Etuláin	etulain	ES	31798	0	Europe/Madrid	42.94032	-1.60574		Etulain,Etuláin		32	NA	31017	
3122722	Etreros	etreros	ES	40134	0	Europe/Madrid	40.94612	-4.43267		Etreros		55	SG	40180	
3122723	Eterna	eterna	ES	09267	0	Europe/Madrid	42.35042	-3.12343		Eterna		55	BU	09048	
3122724	Etayo	etayo	ES	31281	95	Europe/Madrid	42.61695	-2.15447		Etayo	31099	32	NA	31099	
3122727	Estriégana	estriegana	ES	19262	24	Europe/Madrid	41.05821	-2.52363		Estriegana,Estriégana	19116	54	GU	19116	
3122730	Estremera	estremera	ES	28595	1180	Europe/Madrid	40.18333	-3.1			28055	29	M	28055	
3122734	Estraxiz	estraxiz	ES	27628	0	Europe/Madrid	42.75886	-7.33964				58	LU	27057	
3122735	Estrada	estrada	ES	39549	0	Europe/Madrid	43.35773	-4.4402		Estrada		39	S	39095	
3122736	Estrada	estrada	ES	39549	0	Europe/Madrid	42.84825	-7.07859				58	LU	27012	
3122740	Estollo	estollo	ES	26328	129	Europe/Madrid	42.32953	-2.85092		Estollo	26060	27	LO	26060	
3122744	Estiche de Cinca	estiche-de-cinca	ES	22412	0	Europe/Madrid	41.81802	0.1236		Estiche,Estiche de Cinca		52	HU	22903	
3122746	Estevesiños	estevesinos	ES	32624	0	Europe/Madrid	41.97968	-7.45724		Estevesinos,Estevesiños		58	OR	32050	
3122748	Estet	estet	ES	22487	0	Europe/Madrid	42.52253	0.71463				52	HU	22157	25245
3122749	Esterri de Cardós	esterri-de-cardos	ES	25571	70	Europe/Madrid	42.59254	1.2626		Esterri de Cardos,Esterri de Cardós		56	L	25017	
3122750	Esterri d'Àneu	esterri-d-aneu	ES	25580	0	Europe/Madrid	42.63333	1.13333	949	Esterri d'Aneu,Esterri d'Àneu,Esterri de Aneo,Esterri de Aneu		56	L	25024	
3122752	Estercuel	estercuel	ES	44558	312	Europe/Madrid	40.855	-0.63208		Estercuel	44100	52	TE	44100	
3122754	Esteras de Lubia	esteras-de-lubia	ES	42130	0	Europe/Madrid	41.71755	-2.18143		Esteras de Lubia		55	SO	42022	
3122758	Estépar	estepar	ES	09230	786	Europe/Madrid	42.27731	-3.89946			09125	55	BU	09125	
3122759	Estepa de San Juan	estepa-de-san-juan	ES	42180	11	Europe/Madrid	41.92661	-2.33322		Estepa de San Juan	42082	55	SO	42082	
3122760	Esténoz	estenoz	ES	31291	0	Europe/Madrid	42.74424	-1.92278				32	NA	31120	
3122761	Estelo	estelo	ES	33779	0	Europe/Madrid	43.439	-7.04163		Estelo		34	O	33074	
3122762	Estella-Lizarra	estella-lizarra	ES	31200	14238	Europe/Madrid	42.67182	-2.03226		Ehstel'ja,Estel'ja,Estela,Estella,Estella - Lizarra,Estella-Lizarra,Lizarra,Stella,ai si te li ya,esuterya,Естела,Естелья,Эстелья,エステーリャ,埃斯特利亚		32	NA	31097	
3122763	Estelí	esteli	ES	33537	0	Europe/Madrid	43.33779	-5.37352				34	O	33049	
3122765	Estela	estela	ES	33731	0	Europe/Madrid	43.2952	-6.79774		Estela		34	O	33029	
3122769	Estebanvela	estebanvela	ES	40514	0	Europe/Madrid	41.36245	-3.3324		Estebanvela		55	SG	40024	
3122770	Estébanez de la Calzada	estebanez-de-la-calzada	ES	24288	0	Europe/Madrid	42.44107	-5.94181		Estebanez de la Calzada,Estébanez de la Calzada		55	LE	24223	
3122772	Estavillo	estavillo	ES	01220	0	Europe/Madrid	42.7282	-2.86204		Estabelu,Estavillo		59	VI	01006	
3122778	Estarrona	estarrona	ES	01191	0	Europe/Madrid	42.86476	-2.74819		Estarroa,Estarrona		59	VI	01059	
3122786	Estanyol	estanyol	ES	17182	0	Europe/Madrid	41.93333	2.75				56	GI	17020	
3122790	Estallo	estallo	ES	22625	0	Europe/Madrid	42.4	-0.48333		Estallo		52	HU	22072	
3122792	Estalaya	estalaya	ES	34846	0	Europe/Madrid	42.92786	-4.47487		Estalaya		55	P	34056	
3122794	Estadilla	estadilla	ES	22423	831	Europe/Madrid	42.05657	0.24343		Estadella,Estadilla	22103	52	HU	22103	
3122795	Estada	estada	ES	22424	197	Europe/Madrid	42.07201	0.23219		Estada	22102	52	HU	22102	
3122801	Estacas	estacas	ES	37116	0	Europe/Madrid	42.77459	-7.18213				58	LU	27037	
3122802	Estacas	estacas	ES	37116	0	Europe/Madrid	42.63333	-8.6		Estacas,San Felix,San Félix		58	PO	36015	
3122803	Estacas	estacas	ES	37116	0	Europe/Madrid	42.33973	-8.417				58	PO	36019	
3122806	Establés	estables	ES	19287	52	Europe/Madrid	41.00767	-2.02438		Estables,Establés	19115	54	GU	19115	
3122807	Esquivias	esquivias	ES	45221	4634	Europe/Madrid	40.1044	-3.76677			45064	54	TO	45064	
3122811	Eskerika	eskerika	ES	48115	0	Europe/Madrid	43.28333	-2.75		Eskerika,Esquerica		59	BI	48066	
3122815	Espuéndolas	espuendolas	ES	22714	0	Europe/Madrid	42.56285	-0.43087				52	HU	22130	
3122816	Espronceda	espronceda	ES	31228	160	Europe/Madrid	42.59707	-2.30524			31096	32	NA	31096	
3122817	Espot	espot	ES	25597	388	Europe/Madrid	42.57838	1.08666		Espot	25082	56	L	25082	
3122822	Esponzues	esponzues	ES	39699	0	Europe/Madrid	43.20561	-3.95471		Esponzues		39	S	39026	
3122823	Esponellà	esponella	ES	17832	434	Europe/Madrid	42.16667	2.8		Esponella,Esponellà,Esponellá	17065	56	GI	17065	
3122824	Espolla	espolla	ES	17753	385	Europe/Madrid	42.3912	3.00064		Espolla	17064	56	GI	17064	
3122825	Esplús	esplus	ES	22535	734	Europe/Madrid	41.7987	0.27586		Esplucs,Esplus,Esplús	22099	52	HU	22099	
3122826	Esplugues de Llobregat	esplugues-de-llobregat	ES	08950	46862	Europe/Madrid	41.37732	2.08809		Esplugues de Llobregat		56	B	08019	
3122829	Espluga	espluga	ES	22451	0	Europe/Madrid	42.38193	0.44772		Espluga		52	HU	22111	
3122830	Esplegares	esplegares	ES	19445	52	Europe/Madrid	40.8565	-2.37084		Esplegares	19114	54	GU	19114	
3122832	Espirdo	espirdo	ES	40191	422	Europe/Madrid	40.99764	-4.07331		Espira Otero,Espirdo	40077	55	SG	40077	
3122835	Espiñoso	espinoso	ES	32826	0	Europe/Madrid	42.21667	-7.93333		Espinoso,Espiñoso,San Miguel		58	OR	32047	
3122836	Espinosilla de San Bartolomé	espinosilla-de-san-bartolome	ES	09150	0	Europe/Madrid	42.53298	-3.87044		Espinosilla de San Bartolome,Espinosilla de San Bartolomé		55	BU	09166	
3122837	Espinosa de Villagonzalo	espinosa-de-villagonzalo	ES	34491	221	Europe/Madrid	42.47949	-4.37218		Espinosa de Villagonzalo	34071	55	P	34071	
3122838	Espinosa de los Monteros	espinosa-de-los-monteros	ES	09560	1970	Europe/Madrid	43.07754	-3.55365		Ehspinosa-de-los-Monteros,Espinosa-de-los-Monteros,ai si pi nuo sa de luo si meng te luo si,asbaynwza dy lws mwntyrws,Еспіноса-де-лос-Монтерос,Эспиноса-де-лос-Монтерос,إسباينوزا دي لوس مونتيروس,埃斯皮诺萨德洛斯蒙特罗斯		55	BU	09215	
3122839	Espinosa de los Caballeros	espinosa-de-los-caballeros	ES	05296	0	Europe/Madrid	41.0087	-4.6537		Espinosa de los Caballeros		55	AV	05072	
3122840	Espinosa del Monte	espinosa-del-monte	ES	09268	0	Europe/Madrid	42.35269	-3.15747		Espinosa del Monte		55	BU	09360	
3122841	Espinosa del Camino	espinosa-del-camino	ES	09258	35	Europe/Madrid	42.4059	-3.28019		Espinosa del Camino	09123	55	BU	09123	
3122842	Espinosa de la Ribera	espinosa-de-la-ribera	ES	24274	0	Europe/Madrid	42.69727	-5.81494		Espinosa de la Ribera		55	LE	24133	
3122843	Espinosa de Juarros	espinosa-de-juarros	ES	09198	0	Europe/Madrid	42.28758	-3.55435		Espinosa de Juarros		55	BU	09177	
3122844	Espinosa de Henares	espinosa-de-henares	ES	19292	668	Europe/Madrid	40.90053	-3.06956		Espinosa de Henares	19113	54	GU	19113	
3122845	Espinosa de Cervera	espinosa-de-cervera	ES	09610	97	Europe/Madrid	41.89683	-3.46858		Espinosa de Cervera	09122	55	BU	09122	
3122846	Espinosa de Cerrato	espinosa-de-cerrato	ES	34248	208	Europe/Madrid	41.96679	-3.95346		Espinosa de Cerrato	34070	55	P	34070	
3122847	Espinosa de Bricia	espinosa-de-bricia	ES	39232	0	Europe/Madrid	42.87234	-3.86206		Espinosa de Bricia		39	S	39094	
3122848	Espinosa de Almanza	espinosa-de-almanza	ES	24888	0	Europe/Madrid	42.69527	-5.00338		Espinosa,Espinosa de Almanza		55	LE	24004	
3122849	Espinosa	espinosa	ES	17536	0	Europe/Madrid	43.46484	-6.07814		Espinosa		34	O	33010	
3122850	Espino de la Orbada	espino-de-la-orbada	ES	37419	311	Europe/Madrid	41.10693	-5.42515		Espino de la Orbada	37128	55	SA	37128	
3122851	Espiño	espino	ES	29711	0	Europe/Madrid	42.26667	-6.98333				58	OR	32083	
3122852	Espinilla	espinilla	ES	39210	0	Europe/Madrid	43.02109	-4.22577		Espinilla		39	S	39032	
3122855	Espinelves	espinelves	ES	17405	0	Europe/Madrid	41.86667	2.41667		Espinelvas,Espinelves		56	GI	17009	
3122861	Espinavessa	espinavessa	ES	17747	0	Europe/Madrid	42.18889	2.84436		Espinavessa		56	GI	17031	
3122862	Espinavell	espinavell	ES	17868	47	Europe/Madrid	42.37855	2.39993		Espinavell		56	GI	17107	
3122866	Espinareda de Vega	espinareda-de-vega	ES	24439	0	Europe/Madrid	42.71085	-6.65179		Espinareda de Vega		55	LE	24196	
3122867	Espinareda de Ancares	espinareda-de-ancares	ES	24433	0	Europe/Madrid	42.83232	-6.72374		Espinareda de Ancares,Espineireda,Espiñeireda		55	LE	24036	
3122871	Espinama	espinama	ES	39588	0	Europe/Madrid	43.1279	-4.7864		Espinama		39	S	39015	
3122873	Espina de Tremor	espina-de-tremor	ES	24376	0	Europe/Madrid	42.72718	-6.15286		Espina de Tremor		55	LE	24083	
3122880	Espierre	espierre	ES	22637	0	Europe/Madrid	42.60099	-0.28848				52	HU	22059	
3122881	Espierba	espierba	ES	22351	0	Europe/Madrid	42.65462	0.15851		Espierba		52	HU	22057	
3122882	Espiells	espiells	ES	08770	0	Europe/Madrid	41.4404	1.81014		Caserio de Espiells,Caserío de Espiells,Espiells		56	B	08091	
3122883	Espés Alto	espes-alto	ES	22472	0	Europe/Madrid	42.44762	0.58757		Espes Alto,Espés Alto		52	HU	22143	
3122884	Espés	espes	ES	22472	0	Europe/Madrid	42.43937	0.58577		Espes,Espés		52	HU	22143	
3122892	Espejón	espejon	ES	42142	200	Europe/Madrid	41.83023	-3.25936		Ehspekhon,Espejon,Espejón,Espekhon,ai si pei hong,Еспехон,Эспехон,埃斯佩洪	42081	55	SO	42081	
3122893	Espejo de Tera	espejo-de-tera	ES	42164	0	Europe/Madrid	41.8847	-2.48653		Espejo de Tera		55	SO	42019	
3122894	Espejo	espejo	ES	01423	0	Europe/Madrid	42.80877	-3.04649		Espejo		59	VI	01055	
3122895	Espeja de San Marcelino	espeja-de-san-marcelino	ES	42142	237	Europe/Madrid	41.80227	-3.2223		Ehspekha-de-San-Marselino,Espeja,Espeja de San Marcelino,Espekha-de-San-Marselino,ai si pei ha de sheng ma er sai li nuo,Еспеха-де-Сан-Марселіно,Эспеха-де-Сан-Марселино,埃斯佩哈德圣马尔塞利诺	42080	55	SO	42080	
3122897	Espeja	espeja	ES	37497	272	Europe/Madrid	40.56565	-6.71582		Espeja	37127	55	SA	37127	
3122900	Espasantes	espasantes	ES	27450	0	Europe/Madrid	42.46667	-7.61667		Espasantes,San Esteban		58	LU	27059	
3122902	Espasande	espasande	ES	33774	0	Europe/Madrid	43.39175	-7.13696		Espasande		34	O	33063	
3122903	Espasande	espasande	ES	33774	0	Europe/Madrid	43.33333	-7.26667		Espasande,Santa Maria,Santa María		34	O		
3122904	Espasande	espasande	ES	33774	0	Europe/Madrid	42.99134	-7.34625				58	LU	27011	
3122909	Esparta	esparta	ES	48142	0	Europe/Madrid	43.1303	-2.78544		Esparta		59	BI	48023	
3122912	Esparreguera	esparreguera	ES	08292	21855	Europe/Madrid	41.53809	1.87025		Esparreguera	08076	56	B	08076	
3122915	Espanillo	espanillo	ES	24546	0	Europe/Madrid	42.67658	-6.70395		Espanillo		55	LE	24007	
3122917	Espadilla	espadilla	ES	12230	58	Europe/Madrid	40.03333	-0.35		Espadella,Espadilla	12058	60	CS	12058	
3122918	Espadañedo	espadanedo	ES	49342	185	Europe/Madrid	42.11618	-6.39419		Espadanedo,Espadañedo	49062	55	ZA	49062	
3122920	Espadaña	espadana	ES	37148	47	Europe/Madrid	41.06085	-6.28457		Espadana,Espadaña	37126	55	SA	37126	
3122922	Esnotz	esnotz	ES	31697	0	Europe/Madrid	42.93333	-1.41667		Esnotz,Esnoz		32	NA	31028	
3122924	Esmoriz	esmoriz	ES	32227	0	Europe/Madrid	42.57635	-7.86594				58	PO	36047	
3122925	Esmeriz	esmeriz	ES	27513	0	Europe/Madrid	42.6	-7.86667		Esmeriz,Santa Marina		58	PO	36047	
3122928	Esles	esles	ES	39694	0	Europe/Madrid	43.28171	-3.80372		Esles		39	S	39074	
3122929	Eslava	eslava	ES	31494	154	Europe/Madrid	42.56459	-1.45947			31094	32	NA	31094	
3122930	Eslabayo	eslabayo	ES	33325	0	Europe/Madrid	43.42843	-5.29979				34	O	33019	
3122934	Esguevillas de Esgueva	esguevillas-de-esgueva	ES	47176	342	Europe/Madrid	41.75018	-4.38062		Esguevillas de Esgueva	47061	55	VA	47061	
3122936	Esgos	esgos	ES	32720	1294	Europe/Madrid	42.32549	-7.69691				58	OR	32031	
3122937	Esgos	esgos	ES	32720	0	Europe/Madrid	42.31667	-7.68333		Esgos,Santa Eulalia		58	OR	32031	
3122940	Ese de Calleras	ese-de-calleras	ES	33873	0	Europe/Madrid	43.42316	-6.47523		Ese de Calleras		34	O	33073	
3122946	Escurial de la Sierra	escurial-de-la-sierra	ES	37762	294	Europe/Madrid	40.61731	-5.9552		Escurial,Escurial de la Sierra	37125	55	SA	37125	
3122947	Escuredo	escuredo	ES	24397	0	Europe/Madrid	42.69088	-5.94681		Escuredo		55	LE	24123	
3122948	Escuredo	escuredo	ES	24397	0	Europe/Madrid	42.1721	-6.5716		Escuredo		55	ZA	49181	
3122949	Escunhau	escunhau	ES	25539	0	Europe/Madrid	42.6971	0.8241				56	L	25243	
3122951	Escuernavacas	escuernavacas	ES	37216	0	Europe/Madrid	40.94812	-6.41566		Escuernavacas		55	SA	37208	
3122952	Escuer	escuer	ES	22636	0	Europe/Madrid	42.59499	-0.32933				52	HU	22059	
3122958	Escudeiros	escudeiros	ES	32811	0	Europe/Madrid	42.20659	-8.07753				58	OR	32068	
3122959	Escucha	escucha	ES	44770	1097	Europe/Madrid	40.79467	-0.81012		Escucha	44099	52	TE	44099	
3122960	Escuaín	escuain	ES	22362	0	Europe/Madrid	42.59611	0.12911		Escuain,Escuaín		52	HU	22189	
3122961	Escuadro	escuadro	ES	49177	35	Europe/Madrid	42.68333	-8.3				58	PO	36052	
3122965	Escoureda	escoureda	ES	27163	0	Europe/Madrid	42.8774	-7.44388		Escoureda		58	LU	27014	
3122966	Axkoeta / Escota	escota	ES	01428	0	Europe/Madrid	42.83716	-2.94523		Axkoeta,Escota,Haizkoeta		59	VI	01046	
3122968	Escornabois	escornabois	ES	32696	0	Europe/Madrid	42.0419	-7.59155				58	OR	32082	
3122969	Escorihuela	escorihuela	ES	44161	200	Europe/Madrid	40.544	-0.97078		Escorihuela	44097	52	TE	44097	
3122970	Eskoriatza	eskoriatza	ES	20540	4000	Europe/Madrid	43.01829	-2.52598		Ehskoriasa,Escoriaza,Eskoriatza,Эскориаса	20034	59	SS	20034	
3122973	Escoredo	escoredo	ES	33129	0	Europe/Madrid	43.5037	-6.14222		Escoredo		34	O	33051	
3122974	Escopete	escopete	ES	19119	74	Europe/Madrid	40.41324	-3.0046		Escopete	19112	54	GU	19112	
3122977	Escobosa de Almazán	escobosa-de-almazan	ES	42223	36	Europe/Madrid	41.48626	-2.3714		Escobosa,Escobosa de Almazan,Escobosa de Almazán	42079	55	SO	42079	
3122981	Escober	escober	ES	49540	0	Europe/Madrid	41.78294	-5.98635		Escober		55	ZA	49068	
3122985	Escobar de Polendos	escobar-de-polendos	ES	40393	245	Europe/Madrid	41.09079	-4.13117		Escobar,Escobar de Polendos	40075	55	SG	40075	
3122986	Escobar de Campos	escobar-de-campos	ES	24341	70	Europe/Madrid	42.31337	-4.96573		Escobar	24069	55	LE	24069	
3122989	Escóbados de Arriba	escobados-de-arriba	ES	09559	0	Europe/Madrid	42.75125	-3.59218		Escobados de Arriba,Escóbados de Arriba		55	BU	09014	
3122990	Escóbados de Abajo	escobados-de-abajo	ES	09559	0	Europe/Madrid	42.74285	-3.58105		Escobados de Abajo,Escóbados de Abajo		55	BU	09014	
3122992	Escó	esco	ES	50682	0	Europe/Madrid	42.61858	-1.05719		Esco,Escó		52	Z	50245	
3122994	Esclanyà	esclanya	ES	17213	0	Europe/Madrid	41.93333	3.18333				56	GI	17013	
3122995	Escatrón	escatron	ES	50790	1145	Europe/Madrid	41.29149	-0.32308		Escatron,Escatrón	50101	52	Z	50101	
3122998	Escarrilla	escarrilla	ES	22660	0	Europe/Madrid	42.73535	-0.3132				52	HU	22204	
3123001	Escariche	escariche	ES	19119	222	Europe/Madrid	40.40553	-3.0531		Escariche	19111	54	GU	19111	
3123003	Escardén	escarden	ES	33874	0	Europe/Madrid	43.44529	-6.55444		Escarden,Escardén		34	O	33073	
3123004	Escarabote	escarabote	ES	15992	0	Europe/Madrid	42.63505	-8.90552		Escarabote		58	C	15011	
3123005	Escarabajosa de Cuéllar	escarabajosa-de-cuellar	ES	40210	0	Europe/Madrid	41.40324	-4.2785		Escarabajosa de Cabezas,Escarabajosa de Cuellar,Escarabajosa de Cuéllar		55	SG	40063	
3123006	Escarabajosa de Cabezas	escarabajosa-de-cabezas	ES	40291	357	Europe/Madrid	41.1047	-4.19411		Escarabajosa de Cabezas	40074	55	SG	40074	
3123007	Santa María del Tiétar	santa-maria-del-tietar	ES	05429	0	Europe/Madrid	40.30337	-4.55411		Escarabajosa		55	AV	05227	
3123009	Escaño	escano	ES	09557	0	Europe/Madrid	42.95806	-3.63253				55	BU	09903	
3123010	Escanlares	escanlares	ES	33730	0	Europe/Madrid	43.20705	-6.88775		Escanlares		34	O	33027	
3123012	Escanilla	escanilla	ES	22393	0	Europe/Madrid	42.26819	0.19794		Escanilla		52	HU	22002	
3123013	Escané	escane	ES	22474	0	Europe/Madrid	42.45565	0.67627		Escane,Escané		52	HU	22157	
3123017	Escamilla	escamilla	ES	19127	104	Europe/Madrid	40.54979	-2.56292		Escamilla	19110	54	GU	19110	
3123019	Escalonilla	escalonilla	ES	45517	0	Europe/Madrid	40.76171	-4.61372		Escalonilla		55	AV	05243	
3123020	Escalonilla	escalonilla	ES	45517	0	Europe/Madrid	40.54656	-4.78594		Barrio Escalonilla,Escalonilla		55	AV	05195	
3123021	Escalona del Prado	escalona-del-prado	ES	40350	628	Europe/Madrid	41.16682	-4.12272		Escalona,Escalona del Prado	40073	55	SG	40073	
3123023	Escalona	escalona	ES	22363	0	Europe/Madrid	42.49792	0.14214				52	HU	22189	
3123024	Escalona	escalona	ES	22363	2700	Europe/Madrid	40.1669	-4.40484		Escalona,Escalona del Alberche	45061	54	TO	45061	
3123029	Escalera	escalera	ES	19390	0	Europe/Madrid	40.77041	-2.02695		Escalera		54	GU	19309	
3123034	Escalante	escalante	ES	39795	763	Europe/Madrid	43.43678	-3.51347		Escalante	39029	39	S	39029	
3123035	Escalada	escalada	ES	09145	0	Europe/Madrid	43.55019	-6.22952				34	O	33021	
3123036	Escalada	escalada	ES	09145	0	Europe/Madrid	42.81099	-3.7761		Escalada		55	BU	09905	
3123043	Esblada	esblada	ES	43816	0	Europe/Madrid	41.44458	1.44008		Esblada		56	T	43120	43120
3123045	Esanos	esanos	ES	39584	0	Europe/Madrid	43.18122	-4.57323		Esanos		39	S	39022	
3123047	Erbiti	erbiti	ES	31866	0	Europe/Madrid	42.99931	-1.76648		Erbiti,Erviti		32	NA	31049	
3123051	Errotz	errotz	ES	31868	0	Europe/Madrid	42.9	-1.81667		Errotz,Erroz		32	NA	31025	
3123058	Erratzu	erratzu	ES	31714	0	Europe/Madrid	43.18333	-1.45				32	NA	31050	
3123059	Errazkin	errazkin	ES	31891	0	Europe/Madrid	43.00653	-1.96157		Errazkin,Errazquin		32	NA	31144	
3123061	Eroso-Ugarte	eroso-ugarte	ES	48390	0	Europe/Madrid	43.20866	-2.81427		Eroso,Eroso-Ugarte		59	BI	48092	
3123062	Ernes	ernes	ES	27113	0	Europe/Madrid	43.15964	-6.85541		Ernes		58	LU	27035	
3123063	Ermua	ermua	ES	48260	16252	Europe/Madrid	43.18725	-2.50261		Ehrmua,Ermua,ai er mu a,ayrmwa,Ермуа,Эрмуа,إيرموا,埃尔穆阿	48034	59	BI	48034	
3123068	Erla	erla	ES	50611	432	Europe/Madrid	42.11732	-0.95019		Erla	50100	52	Z	50100	
3123070	Eriste	eriste	ES	22469	0	Europe/Madrid	42.58987	0.49267		Eriste,Grist		52	HU	22200	
3123073	Erill-Castell	erill-castell	ES	25529	0	Europe/Madrid	42.4141	0.80919		Erill-Castell		56	L	25173	
3123075	Erill la Vall	erill-la-vall	ES	25528	0	Europe/Madrid	42.52462	0.82586		Erill la Vall		56	L	25043	
3123076	Eriete	eriete	ES	31174	0	Europe/Madrid	42.78724	-1.7705		Eriete		32	NA	31076	
3123078	Eribe	eribe	ES	01138	0	Europe/Madrid	42.95561	-2.71028				59	VI	01018	
3123079	Erías	erias	ES	10638	0	Europe/Madrid	40.37016	-6.39421		Caserio Erias,Caserío Erías,Erias,Erías		57	CC	10146	
3123082	Ergoien	ergoien	ES	20180	0	Europe/Madrid	43.33333	-2.81667		Ergoien,Ergoyen		59	BI	48069	
3123083	Ergoien	ergoien	ES	20180	0	Europe/Madrid	43.28787	-1.83651		Ergoien,Ergoyen		59	SS	20063	
3123085	Eresué	eresue	ES	22467	0	Europe/Madrid	42.55125	0.48333		Eresue,Eresué		52	HU	22200	
3123087	Ereño	ereno	ES	48313	259	Europe/Madrid	43.19206	-2.82521		Ereno,Ereño		59	BI	48036	
3123098	Eraul	eraul	ES	31290	0	Europe/Madrid	42.71697	-2.04983		Eraul		32	NA	31260	
3123100	Eratsun	eratsun	ES	31748	0	Europe/Madrid	43.08333	-1.8		Erasun,Eratsun	31090	32	NA	31090	
3123101	Eraso	eraso	ES	31869	0	Europe/Madrid	42.94995	-1.80596				32	NA	31126	
3123104	Erandio	erandio	ES	48950	24262	Europe/Madrid	43.30438	-2.97352		Ehrandio,Erandio,ai lan di ao,ayrandayw,erandio,Ерандіо,Эрандио,إيراندايو,エランディオ,埃兰迪奥	48902	59	BI	48902	
3123106	Épila	epila	ES	50290	4114	Europe/Madrid	41.60045	-1.28007		Ehpila,Epila,abyla,ai pi la,Épila,Епіла,Эпила,إبيلا,埃皮拉	50099	52	Z	50099	
3123108	Epároz	eparoz	ES	31448	0	Europe/Madrid	42.77284	-1.25157		Eparoz,Epároz		32	NA	31241	
3123110	Enviny	enviny	ES	25568	0	Europe/Madrid	42.40187	1.10395		Enviny		56	L	25039	
3123114	Entreviñas	entrevinas	ES	32810	0	Europe/Madrid	43.56667	-5.93333		Entrevinas,Entreviñas,San Cristobal,San Cristobal de Entrevinas,San Cristóbal,San Cristóbal de Entreviñas		34	O	33004	
3123119	Entrerríos	entrerrios	ES	06710	0	Europe/Madrid	43.33431	-6.90662				34	O	33029	
3123121	Entrepeñas	entrepenas	ES	19131	0	Europe/Madrid	43.33333	-5.75				34	O	33031	
3123122	Entrepeñas	entrepenas	ES	19131	0	Europe/Madrid	43.14198	-5.57854				34	O	33002	
3123123	Entrepeñas	entrepenas	ES	19131	0	Europe/Madrid	42.0326	-6.47391		Entrepenas,Entrepeñas		55	ZA	49017	
3123124	Entrena	entrena	ES	26375	1248	Europe/Madrid	42.38782	-2.53066		Atiliana,Ehntrena,Entrena,antrna,en te lai na,en te lei na,enteulena,entorena,Ентрена,Энтрена,Էնտրենա,אנטרנה,إنترنا,انترنا,ኤንትረና,ᐫᑦᕂᓇ,エントレナ,恩特萊納,恩特雷纳,엔트레나	26059	27	LO	26059	
3123127	Entrecinsa	entrecinsa	ES	32552	0	Europe/Madrid	42.13297	-7.20646		Entrecinsa		58	OR	32092	
3123128	Entrambosríos	entrambosrios	ES	09568	0	Europe/Madrid	43.06667	-3.71667		Entrambosrios,Entrambosríos		55	BU	09215	
3123129	Entrambosríos	entrambosrios	ES	09568	0	Europe/Madrid	42.19295	-7.89193				58	OR	32047	
3123130	Entrambasmestas	entrambasmestas	ES	39682	0	Europe/Madrid	43.16535	-3.90062		Entrambasmestas		39	S	39039	
3123131	Entrambasaguas	entrambasaguas	ES	09585	0	Europe/Madrid	43.37846	-3.68072		Entrambasaguas	39028	39	S	39028	
3123132	Entrambasaguas	entrambasaguas	ES	09585	0	Europe/Madrid	43.11587	-3.26478		Entrambasaguas		55	BU	09410	
3123133	Entrambasaguas	entrambasaguas	ES	09585	0	Europe/Madrid	43.00926	-4.27999				39	S	39032	
3123134	Entralgo	entralgo	ES	33987	0	Europe/Madrid	43.2333	-5.55567		Entralgo		34	O	33032	
3123135	Entralgo	entralgo	ES	33987	10	Europe/Madrid	43.15	-6.85				58	LU	27035	
3123136	Entrala	entrala	ES	49721	159	Europe/Madrid	41.43006	-5.75556		Entrala	49061	55	ZA	49061	
3123139	Entorcisa	entorcisa	ES	33775	0	Europe/Madrid	43.38402	-7.05872		Entorcisa		34	O	33071	
3123140	Entoma	entoma	ES	32336	0	Europe/Madrid	42.42187	-6.93712		Entoma		58	OR	32009	
3123145	Enterrías	enterrias	ES	39577	0	Europe/Madrid	43.09748	-4.67981		Enterrias,Enterrías		39	S	39096	
3123149	Eno	eno	ES	33557	0	Europe/Madrid	43.2595	-5.17919		Eno		34	O	33003	
3123155	Enfesta	enfesta	ES	08281	0	Europe/Madrid	42.93181	-8.46396		Enfesta,San Cristobal,San Cristóbal		58	C	15078	
3123161	Éndriga	endriga	ES	33840	0	Europe/Madrid	43.09215	-6.15682		Endriga,Éndriga		34	O	33068	
3123168	Enciso	enciso	ES	26586	150	Europe/Madrid	42.14946	-2.26953		Ehnsiso,Enciso,Ensiso,en xi suo,Енсісо,Энсисо,Էնսիսո,恩西索	26058	27	LO	26058	
3123169	Encío	encio	ES	09219	46	Europe/Madrid	42.67115	-3.0868		Encio,Encío	09120	55	BU	09120	
3123170	Encinillas	encinillas	ES	40391	88	Europe/Madrid	41.01809	-4.15784		Encinilla,Encinillas	40072	55	SG	40072	
3123173	Encinedo	encinedo	ES	24745	949	Europe/Madrid	42.27049	-6.59368		Encinedo	24067	55	LE	24067	
3123174	Encinasola de los Comendadores	encinasola-de-los-comendadores	ES	37256	253	Europe/Madrid	41.03089	-6.53261		Encinasola de los Comendadores	37123	55	SA	37123	
3123175	Encinas de Esgueva	encinas-de-esgueva	ES	47186	342	Europe/Madrid	41.75653	-4.10357		Encinas de Esgueva	47060	55	VA	47060	
3123176	Encinas de Arriba	encinas-de-arriba	ES	37892	275	Europe/Madrid	40.7712	-5.55661		Encinas de Arriba	37122	55	SA	37122	
3123177	Encinas de Abajo	encinas-de-abajo	ES	37893	648	Europe/Madrid	40.93493	-5.47037		Encinas de Abajo	37121	55	SA	37121	
3123179	Encinas	encinas	ES	40531	69	Europe/Madrid	41.37511	-3.66762		Encinas	40071	55	SG	40071	
3123180	Encinares	encinares	ES	05696	0	Europe/Madrid	40.41783	-5.48977		Encinares		55	AV	05097	
3123181	Encina de San Silvestre	encina-de-san-silvestre	ES	37114	122	Europe/Madrid	41.01442	-6.09268		Encina de San Silvestre	37120	55	SA	37120	
3123182	Encinacorba	encinacorba	ES	50470	283	Europe/Madrid	41.28516	-1.27516		Encinacorba	50098	52	Z	50098	
3123189	Enate	enate	ES	22312	0	Europe/Madrid	42.08035	0.21957		Enate		52	HU	22115	
3123191	Ena	ena	ES	22830	0	Europe/Madrid	42.44758	-0.69396		Ena		52	HU	22173	
3123195	Empalme	empalme	ES	32100	0	Europe/Madrid	42.41667	-7.86667		Empalme		58	OR	32026	
3123197	Embún	embun	ES	22740	0	Europe/Madrid	42.62701	-0.72338				52	HU	22901	
3123198	Embid de la Ribera	embid-de-la-ribera	ES	50299	0	Europe/Madrid	41.42283	-1.59685		Embid de la Ribera		52	Z	50067	
3123199	Embid de Ariza	embid-de-ariza	ES	50239	75	Europe/Madrid	41.3783	-1.97373		Embid de Ariza	50096	52	Z	50096	
3123200	Embid	embid	ES	19339	59	Europe/Madrid	40.97256	-1.71206		Embid	19109	54	GU	19109	
3123201	Embid	embid	ES	19339	0	Europe/Madrid	40.13333	-2.13333		Caserio Embid,Caserío Embid,Embid		54	CU	16078	
3123204	Eltzaburu	eltzaburu	ES	31797	0	Europe/Madrid	43.01667	-1.71667		Eltzaburu,Elzaburu		32	NA	31236	
3123206	El Viso de San Juan	el-viso-de-san-juan	ES	45215	1992	Europe/Madrid	40.14154	-3.91817		El Viso de San Juan		54	TO	45199	
3123207	El Viso	el-viso	ES	02214	0	Europe/Madrid	43.56323	-6.94293				34	O	33070	
3123208	El Viso	el-viso	ES	02214	0	Europe/Madrid	43.31737	-5.74359				34	O	33031	
3123210	El Villarejo	el-villarejo	ES	02139	0	Europe/Madrid	40.86254	-1.17622				52	TE	44050	
3123211	El Villarejo	el-villarejo	ES	02139	0	Europe/Madrid	40.26986	-1.52742				52	TE	44215	
3123212	El Villar de Arnedo	el-villar-de-arnedo	ES	26511	639	Europe/Madrid	42.32092	-2.09533		El Villar de Arnedo		27	LO	26170	
3123213	El Villar	el-villar	ES	02459	0	Europe/Madrid	43.51667	-5.35		El Villar,Villar		34	O	33076	
3123214	El Villar	el-villar	ES	02459	0	Europe/Madrid	43.32612	-7.00183				34	O	33075	
3123215	Bilar / Elvillar	elvillar	ES	01309	372	Europe/Madrid	42.56994	-2.54502		Bilar,Elvillar		59	VI	01023	
3123216	El Villar	el-villar	ES	02459	0	Europe/Madrid	42.13602	-2.24198		El Villar,El Villar de Enciso		27	LO	26058	
3123217	El Vigo	el-vigo	ES	09589	0	Europe/Madrid	43.06855	-3.30342		El Vigo		55	BU	09410	
3123218	Elbete	elbete	ES	31700	294	Europe/Madrid	43.14936	-1.51286				32	NA	31050	
3123219	El Vellón	el-vellon	ES	28722	1293	Europe/Madrid	40.76495	-3.57969		El Vellon,El Vellón		29	M	28168	
3123220	El Vallín	el-vallin	ES	33791	0	Europe/Madrid	43.27232	-5.91499		El Vallin,El Vallín		34	O	33038	
3123224	El Vallecillo	el-vallecillo	ES	44123	65	Europe/Madrid	40.23408	-1.56686		El Vallecillo		52	TE	44249	
3123225	El Valle	el-valle	ES	04897	0	Europe/Madrid	43.48333	-5.53333				34	O	33076	
3123226	El Valle	el-valle	ES	04897	93	Europe/Madrid	43.46667	-6.03333		El Valle,Santa Maria,Santa María		34	O	33010	
3123227	El Valle	el-valle	ES	04897	0	Europe/Madrid	43.34047	-3.08171		El Valle		59	BI	48913	
3123228	El Valle	el-valle	ES	04897	0	Europe/Madrid	43.28619	-6.2983				34	O	33005	
3123229	El Valle	el-valle	ES	04897	0	Europe/Madrid	43.15939	-5.81755				34	O	33033	
3123230	El Valle	el-valle	ES	04897	0	Europe/Madrid	42.64853	-6.36748		El Valle		55	LE	24071	
3123232	El Vado	el-vado	ES	09513	0	Europe/Madrid	42.90761	-3.51382		El Vado		55	BU	09209	
3123233	El Vado	el-vado	ES	09513	0	Europe/Madrid	41.02653	-3.30596		El Vado		54	GU	19060	
3123236	El Torno	el-torno	ES	10617	0	Europe/Madrid	43.15131	-5.66252		El Torno,Tornos		34	O	33002	
3123237	El Torno	el-torno	ES	10617	936	Europe/Madrid	40.13604	-5.94426		El Torno		57	CC	10184	
3123238	El Tornadizo	el-tornadizo	ES	37765	117	Europe/Madrid	40.54296	-5.8915		El Tornadizo		55	SA	37325	
3123239	El Torn	el-torn	ES	17830	0	Europe/Madrid	42.16007	2.646		El Torn		56	GI	17162	
3123240	El Tormo	el-tormo	ES	12232	0	Europe/Madrid	40.06667	-0.41667		El Tormo		60	CS	12046	
3123241	El Tormillo	el-tormillo	ES	22215	0	Europe/Madrid	41.86996	-0.03239		El Tormillo,Tormillo		52	HU	22174	
3123243	El Tojo	el-tojo	ES	39517	0	Europe/Madrid	43.15908	-4.28463		El Tojo		39	S	39086	
3123244	El Tobar	el-tobar	ES	16879	0	Europe/Madrid	40.55161	-2.06335		El Tobar		54	CU	16035	
3123246	El Tiemblo	el-tiemblo	ES	05270	3837	Europe/Madrid	40.41533	-4.50156		Ehl'-T'emblo,El Tiembio,El'-T'emblo,ai er di en fu luo,al tymblw,Ел Тиембио,Ель-Тьємбло,Эль-Тьембло,إل تيمبلو,ال تیمبلو,埃尔蒂恩夫洛		55	AV	05241	
3123248	El Temple	el-temple	ES	22281	0	Europe/Madrid	41.97489	-0.75128				52	Z	50298	
3123250	El Tejo	el-tejo	ES	39528	0	Europe/Madrid	43.37493	-4.33724		El Tejo		39	S	39091	
3123251	El Tejado	el-tejado	ES	37440	0	Europe/Madrid	40.87379	-5.89097		El Tejado		55	SA	37072	
3123252	El Tejado	el-tejado	ES	37440	0	Europe/Madrid	40.44246	-5.53923		El Tejado		55	SA	37319	
3123255	El Sur	el-sur	ES	33313	0	Europe/Madrid	43.47384	-5.4394		El Sur		34	O	33076	
3123257	El Soto	el-soto	ES	05515	0	Europe/Madrid	40.47897	-5.29959		El Soto		55	AV	05186	
3123258	El Sotillo	el-sotillo	ES	13429	50	Europe/Madrid	40.88151	-2.6359		El Sotillo,Sotillo		54	GU	19260	
3123259	El Sotillo	el-sotillo	ES	13429	0	Europe/Madrid	40.61667	-3.11667		Casa del Sotillo,El Sotillo		54	GU	19130	
3123260	El Sordán	el-sordan	ES	33614	0	Europe/Madrid	43.26018	-5.71308		El Sordan,El Sordán		34	O	33037	
3123263	Molins	molins	ES	03322	0	Europe/Madrid	42.3157	2.92161		Molins		56	GI	17135	
3123271	Vilaplana	vilaplana	ES	25747	0	Europe/Madrid	42.30117	0.66753		Seret		52	HU	22035	
3123280	El Run	el-run	ES	22465	0	Europe/Madrid	42.50342	0.47701		El Run		52	HU	22084	
3123282	El Royo	el-royo	ES	02129	311	Europe/Madrid	41.90871	-2.64619		El Royo		55	SO	42160	
3123283	El Romeral	el-romeral	ES	29130	0	Europe/Madrid	42.48752	-2.56867				27	LO	26064	
3123284	El Romeral	el-romeral	ES	29130	0	Europe/Madrid	40.21902	-0.44749		Caserio El Romeral,Caserío El Romeral,El Romeral		60	CS	12130	
3123286	El Rollo	el-rollo	ES	33619	0	Europe/Madrid	43.27185	-5.795		El Rollo		34	O	33037	
3123288	El Río	el-rio	ES	26326	0	Europe/Madrid	43.28011	-5.91893				34	O	33038	
3123290	El Río	el-rio	ES	26326	0	Europe/Madrid	42.31143	-2.88093		El Rio,El Río		27	LO	26130	
3123294	El Remedio	el-remedio	ES	33529	0	Europe/Madrid	43.37404	-5.54731		El Remedio		34	O	33040	
3123295	El Rellano	el-rellano	ES	30627	0	Europe/Madrid	43.31405	-3.73116		El Rellano		39	S	39037	
3123298	El Redal	el-redal	ES	26146	187	Europe/Madrid	42.33746	-2.20204		El Redal		27	LO	26123	
3123299	El Recuenco	el-recuenco	ES	19492	90	Europe/Madrid	40.61538	-2.33965		El Recuenca,El Recuenco,Recuenco		54	GU	19232	
3123300	El Rebollar	el-rebollar	ES	09568	0	Europe/Madrid	43.0608	-3.62077				55	BU	09215	
3123304	El Raso	el-raso	ES	05489	0	Europe/Madrid	40.17062	-5.33926		Casas de El Raso,El Raso		55	AV	05047	
3123313	El Puig	el-puig	ES	46540	0	Europe/Madrid	41.43612	1.84707		Caserio El Puig,Caserío El Puig,El Puig		56	B	08091	
3123314	El Pueyo de Jaca	el-pueyo-de-jaca	ES	22662	0	Europe/Madrid	42.71927	-0.30006				52	HU	22170	
3123315	El Pueyo de Araguás	el-pueyo-de-araguas	ES	22338	157	Europe/Madrid	42.44233	0.16119				52	HU	22190	
3123318	El Puerto	el-puerto	ES	14192	0	Europe/Madrid	43.35	-3.08333		El Puerto		59	BI	48913	
3123319	El Puerto	el-puerto	ES	14192	0	Europe/Madrid	43	-6.41667		El Puerto		34	O	33011	
3123324	El Pueblo	el-pueblo	ES	33785	12	Europe/Madrid	43.51667	-6.31667		El Pueblo		34	O	33034	
3123325	El Pueblo	el-pueblo	ES	33785	0	Europe/Madrid	43.35	-5.81667				34	O	33044	
3123326	El Pueblo	el-pueblo	ES	33785	0	Europe/Madrid	43.01667	-6.61667				34	O	33011	
3123327	El Provo	el-provo	ES	33887	0	Europe/Madrid	43.2	-6.75		El Provo,Provo		34	O	33001	
3123329	El Prat de Llobregat	el-prat-de-llobregat	ES	08820	63418	Europe/Madrid	41.32784	2.09472		Al-Prat-da-Ljubragat,Ehl' Prat,Ehl'-Prat-de-L'obregat,El Prat de Llobregat,Prat de LJobregat,Prat de Llobregat,Prat del Llobregat,ai er pu la te de e fu lei jia te,al bart dy ywbryghat,el Prat,el Prat de Llobregat,Ал-Прат-да-Любрагат,Прат де Љобрегат,Эль Прат,Эль-Прат-де-Льобрегат,إل بارت دي يوبريغات,アル・プラ・ダ・リョブレガート,埃尔普拉特德略夫雷加特		56	B	08169	
3123330	El Pozuelo	el-pozuelo	ES	16812	116	Europe/Madrid	40.61964	-2.27646		El Pozuelo		54	CU	16169	
3123331	El Poyo	el-poyo	ES	44392	0	Europe/Madrid	41.7844	-6.40953		El Payo,El Poyo		55	ZA	49209	
3123332	El Poyo	el-poyo	ES	44392	0	Europe/Madrid	40.88491	-1.33333		El Poyo		52	TE	44050	
3123335	El Portillo	el-portillo	ES	33969	0	Europe/Madrid	43.35399	-3.58261				39	S	39084	
3123340	El Pontón	el-ponton	ES	46357	0	Europe/Madrid	43.5	-5.86667				34	O	33020	
3123341	El Pontón-Urarte	el-ponton	ES	46357	0	Europe/Madrid	43.17584	-3.08748				59	BI	48042	
3123344	El Pobo de Dueñas	el-pobo-de-duenas	ES	19326	148	Europe/Madrid	40.77669	-1.64979		El Pobo,El Pobo de Duenas,El Pobo de Dueñas,Pobo		54	GU	19222	
3123345	El Pobo	el-pobo	ES	44155	137	Europe/Madrid	40.508	-0.861		El Pobo		52	TE	44185	
3123348	El Plano	el-plano	ES	22338	0	Europe/Madrid	40.25	-0.71667		Barrio El Plano,El Plano		52	TE	44158	
3123349	El Plano	el-plano	ES	22338	0	Europe/Madrid	42.4535	0.21815		El Plano		52	HU	22190	
3123351	Santa Maria de Besora	santa-maria-de-besora	ES	08584	0	Europe/Madrid	42.12705	2.25848	975	Santa Maria de Besora		56	B	08253	08253
3123353	El Pito	el-pito	ES	33154	108	Europe/Madrid	43.55	-6.13333		El Pito		34	O	33021	
3123354	El Pino de Tormes	el-pino-de-tormes	ES	37170	183	Europe/Madrid	41.0394	-5.79347		El Pino de Tormes		55	SA	37253	
3123355	El Pino	el-pino	ES	10514	0	Europe/Madrid	43.52589	-5.90286				34	O	33020	
3123356	El Pino	el-pino	ES	10514	0	Europe/Madrid	43.10634	-5.51929		El Pino,Pino		34	O	33002	
3123358	El Piñero	el-pinero	ES	49715	278	Europe/Madrid	41.3532	-5.58841		El Pinero,El Piñero		55	ZA	49158	
3123362	El Perelló	el-perello	ES	17180	0	Europe/Madrid	41.95278	2.79379		Caserio el Perello,Caserío el Perelló,El Perello,El Perelló,Perello,Perelló		56	GI	17215	
3123364	El Perdigón	el-perdigon	ES	35415	779	Europe/Madrid	41.41267	-5.75277		El Perdigon,El Perdigón		55	ZA	49151	
3123367	El Pego	el-pego	ES	49154	404	Europe/Madrid	41.334	-5.46711		El Pego		55	ZA	49146	
3123368	El Pedroso de la Armuña	el-pedroso-de-la-armuna	ES	37410	268	Europe/Madrid	41.08074	-5.39901		El Pedroso de la Armuna,El Pedroso de la Armuña		55	SA	37239	
3123369	El Pedregal	el-pedregal	ES	19327	0	Europe/Madrid	43.37312	-6.36688		El Pedregal		34	O	33073	
3123370	El Pedregal	el-pedregal	ES	19327	105	Europe/Madrid	40.77934	-1.57033		El Pedregal		54	GU	19213	
3123372	El Payo	el-payo	ES	37524	432	Europe/Madrid	40.28681	-6.72701		El Payo		55	SA	37234	
3123373	El Paúl	el-paul	ES	44422	0	Europe/Madrid	40.03333	-0.8		Barrio El Paul,El Paul,El Paúl		52	TE	44143	
3123374	El Pato	el-pato	ES	33728	0	Europe/Madrid	43.38758	-6.88949		El Pato		34	O	33029	
3123375	El Pasteral	el-pasteral	ES	17166	0	Europe/Madrid	41.98583	2.61567		El Pasteral		56	GI	17189	
3123377	El Parral	el-parral	ES	05146	121	Europe/Madrid	40.79858	-4.98994		El Parral		55	AV	05180	
3123378	El Parral	el-parral	ES	05146	0	Europe/Madrid	40.28308	-0.04291		Caserio El Parral,Caserío El Parral,El Parral		60	CS	12105	
3123381	El Pardo	el-pardo	ES	28048	3656	Europe/Madrid	40.51454	-3.77253	685	Ehl'-Pardo,El Pardo,Эль-Пардо		29	M	28079	8
3123391	El Otero de Valdetuéjar	el-otero-de-valdetuejar	ES	24887	0	Europe/Madrid	42.83013	-5.01596		El Otero,El Otero de Valdetuejar,El Otero de Valdetuéjar		55	LE	24183	
3123394	Elosua	elosua	ES	20570	0	Europe/Madrid	43.13972	-2.36082		Elosu,Elosua,Elusu		59	SS	20074	
3123395	Elosu	elosu	ES	01170	0	Europe/Madrid	42.97526	-2.67929				59	VI	01058	
3123396	El Oso	el-oso	ES	05164	217	Europe/Madrid	40.83984	-4.76964		El Oso		55	AV	05175	
3123399	Elorrio	elorrio	ES	48230	7041	Europe/Madrid	43.12924	-2.54056		Elorrio	48032	59	BI	48032	
3123401	Elorriaga	elorriaga	ES	01192	0	Europe/Madrid	42.85038	-2.64142		Elorriaga		59	VI	01059	
3123402	El Ordial	el-ordial	ES	19244	45	Europe/Madrid	41.13333	-3.11667		El Ordial		54	GU	19203	
3123403	El Olmo	el-olmo	ES	40530	0	Europe/Madrid	41.30238	-3.66226		El Olmo		55	SG	40025	
3123404	El Olivar	el-olivar	ES	04869	0	Europe/Madrid	43.52111	-5.36983				34	O	33076	
3123405	El Olivar	el-olivar	ES	04869	153	Europe/Madrid	40.60664	-2.74957		El Olivar		54	GU	19200	
3123406	Loiu	loiu	ES	48180	0	Europe/Madrid	43.31667	-2.93333		Elochelerri,Errotxelerri,Loiu,Lujua		59	BI	48902	
3123407	El Negredo	el-negredo	ES	40512	0	Europe/Madrid	41.3268	-3.31436		El Negredo,Negredo		55	SG	40170	
3123409	El Muyo	el-muyo	ES	40510	0	Europe/Madrid	41.2834	-3.3172		El Muyo		55	SG	40170	
3123411	El Moro	el-moro	ES	33536	0	Europe/Madrid	43.27571	-5.396		Moro		34	O	33049	
3123419	El Molino	el-molino	ES	30442	0	Europe/Madrid	43.51667	-5.65		El Molino,El Molinon		34	O	33024	
3123420	El Molino	el-molino	ES	30442	0	Europe/Madrid	40.43602	-1.93686		Barrio El Molino,El Molino		54	CU	16239	
3123421	El Molar	el-molar	ES	23469	5051	Europe/Madrid	40.73215	-3.57969		Ehl'-Molar,El Molar,El'-Molar,almwlar,Ель-Молар,Эль-Молар,Էլ Մոլար,ألمولار		29	M	28045	
3123422	El Mirón	el-miron	ES	05154	207	Europe/Madrid	40.53322	-5.40552		El Miron,El Mirón		55	AV	05129	
3123425	El Mejorito	el-mejorito	ES	37478	0	Europe/Madrid	40.67347	-6.34996		Dehesa el Mejorcito,El Mejorito		55	SA	37009	
3123426	El Mazuco	el-mazuco	ES	33507	0	Europe/Madrid	43.38195	-4.85088		El Mazuco		34	O	33036	
3123428	El Mazo	el-mazo	ES	33889	0	Europe/Madrid	43.3308	-4.5534				34	O	33047	
3123429	El Mazo	el-mazo	ES	33889	0	Europe/Madrid	43.29058	-7.0049				34	O	33075	
3123433	El Manzano	el-manzano	ES	37171	107	Europe/Madrid	41.17421	-6.2886		El Manzano		55	SA	37180	
3123434	El Manto	el-manto	ES	33159	0	Europe/Madrid	43.55222	-6.16336		El Manto,El Mato		34	O	33021	
3123435	El Maillo	el-maillo	ES	37621	383	Europe/Madrid	40.56611	-6.18083		El Maillo		55	SA	37177	
3123437	El Maderal	el-maderal	ES	33909	260	Europe/Madrid	41.28177	-5.62312		El Maderal		55	ZA	49102	
3123438	El Losar	el-losar	ES	05692	125	Europe/Madrid	40.39325	-5.53981		El Losar		55	AV	05112	
3123445	Éller	eller	ES	25721	1535	Europe/Madrid	42.41636	1.79223				56	L	25051	
3123449	Eljas	eljas	ES	10891	1125	Europe/Madrid	40.21648	-6.84616		As Ellas,Ehl'khas,El'khas,Elijas,Eljas,ai er ha si,alkhas,Ельхас,Эльхас,إلخاس,埃尔哈斯	10072	57	CC	10072	
3123450	Elizondo	elizondo	ES	31700	3456	Europe/Madrid	43.14829	-1.51785		Elizondo		32	NA	31050	
3123451	Elizalde	elizalde	ES	20180	0	Europe/Madrid	43.29828	-1.86129		Elizalde		59	SS	20063	
3123455	El Hoyo de Pinares	el-hoyo-de-pinares	ES	05250	2429	Europe/Madrid	40.50084	-4.42357		El Hoyo de Pinares,Hoyo de Pinares		55	AV	05102	
3123456	El Hoyo	el-hoyo	ES	05696	0	Europe/Madrid	43.4443	-3.723		El Hoyo,Latas		39	S	39061	
3123457	El Hoyo	el-hoyo	ES	05696	0	Europe/Madrid	40.40896	-5.49192		El Hoyo		55	AV	05097	
3123458	El Hospital	el-hospital	ES	28755	0	Europe/Madrid	41.3471	1.84664		Barrio El Hospital,El Hospital		56	B	08020	
3123459	El Hornillo	el-hornillo	ES	05415	392	Europe/Madrid	40.24994	-5.10356		El Hornillo		55	AV	05100	
3123460	El Horcajo	el-horcajo	ES	02314	0	Europe/Madrid	42.12321	-2.59559		El Horcajo		27	LO	26091	
3123462	Gurb	gurb	ES	08503	2196	Europe/Madrid	41.95419	2.23537		Gurb		56	B	08100	08129
3123468	Elgeta	elgeta	ES	20690	0	Europe/Madrid	43.13703	-2.48862		Elgeta,Elgueta	20033	59	SS	20033	
3123469	Elguero	elguero	ES	48510	0	Europe/Madrid	43.3	-3		Elguero		59	BI	48080	
3123472	El Groo	el-groo	ES	37159	0	Europe/Madrid	41.10989	-6.2298		El Groo		55	SA	37262	
3123473	Empuriabrava	empuriabrava	ES	17487	8000	Europe/Madrid	42.24691	3.12059		Ehmpuriabrava,Empuriabrava,Эмпуриабрава		56	GI	17047	
3123474	El Grado	el-grado	ES	22390	0	Europe/Madrid	42.4113	0.10562		El Grado		52	HU	22907	
3123475	El Grado	el-grado	ES	22390	0	Europe/Madrid	42.15191	0.22247		El Grado,Lo Grau		52	HU	22115	
3123476	Elgorriaga	elgorriaga	ES	31744	229	Europe/Madrid	43.13858	-1.68657		Elgorriaga	31087	32	NA	31087	
3123478	Elgoibar	elgoibar	ES	20870	11220	Europe/Madrid	43.21601	-2.41334		Elgoibar,Elgóibar	20032	59	SS	20032	
3123480	El Gasco	el-gasco	ES	10627	0	Europe/Madrid	40.39785	-6.31918		Caserio El Gasco,Caserío El Gasco,El Gasco		57	CC	10135	
3123481	El Ganso	el-ganso	ES	24718	0	Europe/Madrid	42.46553	-6.2047		El Ganso		55	LE	24023	
3123482	El Ganso	el-ganso	ES	24718	0	Europe/Madrid	40.05975	-6.0063		Caserio El Ganso,Caserío El Ganso,El Ganso		57	CC	10148	
3123483	El Fresno	el-fresno	ES	05197	0	Europe/Madrid	43.43333	-5.6				34	O	33066	
3123484	El Fresno	el-fresno	ES	05197	0	Europe/Madrid	43.38333	-6.11667		El Fresno		34	O	33026	
3123485	El Fresno	el-fresno	ES	05197	490	Europe/Madrid	40.61572	-4.75746		El Fresno		55	AV	05076	
3123486	El Fresno	el-fresno	ES	05197	0	Europe/Madrid	40.11736	-6.60059		Caserio El Fresno,Caserío El Fresno,El Fresno		57	CC	10084	
3123487	El Frasno	el-frasno	ES	50320	524	Europe/Madrid	41.414	-1.49577		El Frasno		52	Z	50110	
3123488	El Franco	el-franco	ES	33746	4071	Europe/Madrid	43.55522	-6.8662		Ehl'-Franko,El Franco,El'-Franko,ai er fu lan ke,al frankw,Ель-Франко,Эль-Франко,إل فرانكو,ال فرانکو,埃尔夫兰科		34	O	33023	
3123489	El Frago	el-frago	ES	50610	115	Europe/Madrid	42.27371	-0.93211		El Frago		52	Z	50109	
3123493	Ferrol	ferrol	ES	15401	74273	Europe/Madrid	43.48451	-8.23293		El Ferrol,Ferrol	15036	58	C	15036	
3123496	El Espino	el-espino	ES	09219	0	Europe/Madrid	42.71862	-6.64987		El Espino		55	LE	24196	
3123497	El Espino	el-espino	ES	09219	0	Europe/Madrid	41.84705	-2.18456		El Espino		55	SO	42175	
3123498	El Espinar	el-espinar	ES	19223	0	Europe/Madrid	41.07229	-3.30739		El Espinar,Espinar		54	GU	19060	
3123499	El Espinar	el-espinar	ES	19223	0	Europe/Madrid	40.71884	-4.24724		Ehl'-Ehspinar,El Espinar,El'-Espinar,Espinar,ai lai si pi na er,Ель-Еспінар,Эль-Эспинар,埃莱斯皮纳尔		55	SG	40076	
3123503	El Espartal	el-espartal	ES	28722	0	Europe/Madrid	40.76656	-3.5329		El Espartal		29	M	28168	
3123504	El Escorial	el-escorial	ES	28280	14979	Europe/Madrid	40.58254	-4.12846		Ehl'-Ehskaryjal',Ehl'-Ehskorial',El Eskorial,El'-Eskorial',Escorial,L'Escurial,ai er ai si ke li ya er,al askwryal,alyskwryal,el-eseukolial,Ελ Εσκοριάλ,Ель-Ескоріаль,Эль-Эскарыяль,Эль-Эскориаль,Էլ Էսկորիալ,إليسكوريال,ال اسکوریال,エル・エスコリアル,埃尔埃斯科里亚尔,엘에스코리알		29	M	28054	
3123507	El Encín	el-encin	ES	28805	0	Europe/Madrid	40.53034	-3.29562		Casa del Encin,Casa del Encín,Casas Labor El Encin,Casas Labor El Encín,El Encin,El Encín		29	M	28083	
3123509	Elexalde-Zeeta	elexalde-zeeta	ES	48313	0	Europe/Madrid	43.35549	-2.62302		Elejalde,Elexalde-Zeeta,Ereno,Ereño		59	BI	48033	
3123513	Elechas	elechas	ES	39130	0	Europe/Madrid	43.42489	-3.77268		Elechas		39	S	39040	
3123516	Eldua	eldua	ES	20493	0	Europe/Madrid	43.14534	-2.01271		Eldua		59	SS	20022	
3123517	Desierto	el-desierto	ES	38616	0	Europe/Madrid	43.3	-2.98333		Desertu Barakaldo,Desierto		59	BI	48013	
3123518	El Cueto	el-cueto	ES	33610	0	Europe/Madrid	43.50849	-5.49164		Cueto,El Cueto		34	O	33076	
3123519	El Cueto	el-cueto	ES	33610	0	Europe/Madrid	43.37611	-4.91019				34	O	33036	
3123520	El Cuervo	el-cuervo	ES	41749	107	Europe/Madrid	40.15	-1.31667		El Cuervo		52	TE	44092	
3123521	El Cubo de Tierra del Vino	el-cubo-de-tierra-del-vino	ES	49710	439	Europe/Madrid	41.25575	-5.71052		El Cubo,El Cubo de Tierra del Vino,El Cubo del Vino		55	ZA	49058	
3123522	El Cubo de Don Sancho	el-cubo-de-don-sancho	ES	37281	529	Europe/Madrid	40.89089	-6.30536		El Cubo de Don Sancho		55	SA	37113	
3123523	El Cubillo de Uceda	el-cubillo-de-uceda	ES	19186	119	Europe/Madrid	40.82159	-3.40375		El Cubillo,El Cubillo de Uceda		54	GU	19102	
3123524	El Cubillo	el-cubillo	ES	16315	0	Europe/Madrid	40.01667	-1.5		El Cubillo		54	CU	16008	
3123525	El Cuadrón	el-cuadron	ES	28749	0	Europe/Madrid	40.94126	-3.65725		El Cuadron,El Cuadrón		29	M	28062	
3123526	El Cuadro	el-cuadro	ES	33456	0	Europe/Madrid	43.52604	-5.98026		El Cuadro		34	O	33016	
3123527	El Cuadro	el-cuadro	ES	33456	0	Europe/Madrid	43.20766	-3.35616				59	BI	48022	
3123528	El Crucero	el-crucero	ES	33877	0	Europe/Madrid	43.31667	-3.11667		Crucero,El Crucero		59	BI	48071	
3123530	El Cortijo	el-cortijo	ES	35432	0	Europe/Madrid	42.49363	-2.52209				27	LO	26089	
3123533	El Convento de Duruelo	el-convento-de-duruelo	ES	05146	0	Europe/Madrid	40.8332	-5.12683		El Convento de Duruelo		55	AV	05033	
3123538	Santalde	el-collado	ES	26132	0	Europe/Madrid	42.98333	-2.28333				59	SS	20025	
3123539	El Collado	el-collado	ES	26132	0	Europe/Madrid	42.27358	-2.34241		El Collado		27	LO	26135	
3123540	El Collado	el-collado	ES	26132	0	Europe/Madrid	40.76667	-6.35		Dehesa El Collado,El Collado		55	SA	37183	
3123541	El Collado	el-collado	ES	26132	0	Europe/Madrid	40.43147	-5.35867				55	AV	05228	
3123547	Elciego	elciego	ES	01340	914	Europe/Madrid	42.51569	-2.61897		Elciego,Eltziego	01022	59	VI	01022	
3123548	El Cid	el-cid	ES	03610	0	Europe/Madrid	40.47734	-0.30216		Caserio El Cid,Caserío El Cid,El Cid		52	TE	44126	
3123549	El Chorrillo	el-chorrillo	ES	03600	0	Europe/Madrid	43.38333	-3.21667		Chorrillo,El Chorrillo		39	S	39020	
3123552	El Cerro	el-cerro	ES	37720	524	Europe/Madrid	40.31667	-5.91667		El Cerro		55	SA	37102	
3123560	El Castro	el-castro	ES	24526	0	Europe/Madrid	43.40358	-7.05807				34	O	33071	
3123561	El Castro	el-castro	ES	24526	0	Europe/Madrid	43.13394	-6.25665		Castro,El Castro		34	O	33068	
3123562	El Castro	el-castro	ES	24526	0	Europe/Madrid	42.71265	-7.00736		El Castro		55	LE	24198	
3123568	El Castillo	el-castillo	ES	24132	0	Europe/Madrid	42.78963	-6.02727		El Castillo		55	LE	24132	
3123569	El Castillo	el-castillo	ES	24132	0	Europe/Madrid	40.47061	-5.40196				55	AV	05103	
3123573	El Castellar	el-castellar	ES	14817	0	Europe/Madrid	41.78175	-1.05496		Castellar,El Castellar,Ermita del Castellar		52	Z	50297	
3123574	El Castellar	el-castellar	ES	14817	0	Europe/Madrid	40.36531	-0.81734		El Castellar	44070	52	TE	44070	
3123575	El Castaño	el-castano	ES	48190	0	Europe/Madrid	43.2786	-3.16506		El Castano,El Castaño		59	BI	48086	
3123576	El Castañar	el-castanar	ES	37715	0	Europe/Madrid	40.37915	-5.7551		Barrio El Castanar,Barrio El Castañar,El Castanar,El Castañar		55	SA	37046	
3123579	El Casar de Escalona	el-casar-de-escalona	ES	45542	1367	Europe/Madrid	40.0464	-4.52507		El Casar de Escalona		54	TO	45040	
3123580	El Carril	el-carril	ES	33694	0	Europe/Madrid	42.50773	-6.83137		El Carril		55	LE	24041	
3123586	El Carmen	el-carmen	ES	04230	0	Europe/Madrid	43.4	-3.86667				39	S	39016	
3123587	El Carmen	el-carmen	ES	04230	0	Europe/Madrid	43.29988	-5.73773				34	O	33031	
3123588	El Cardoso de la Sierra	el-cardoso-de-la-sierra	ES	28190	72	Europe/Madrid	41.09668	-3.46517		Ehl'-Kardoso-de-la-S'erra,El Cardoso de la Sierra,El'-Kardoso-de-la-S'erra,ai er ka er duo suo de la xie la,Ель-Кардосо-де-ла-Сьєрра,Эль-Кардосо-де-ла-Сьерра,埃尔卡尔多索德拉谢拉		54	GU	19067	
3123598	El Cañal	el-canal	ES	11150	0	Europe/Madrid	40.69687	-3.16402		Caserio El Canar,Caserío El Cañar,El Canal,El Cañal		54	GU	19130	
3123599	El Campo de Peñaranda	el-campo-de-penaranda	ES	37317	352	Europe/Madrid	40.98491	-5.25799		El Campo de Penaranda,El Campo de Peñaranda		55	SA	37077	
3123600	El Campo de Ledesma	el-campo-de-ledesma	ES	37140	0	Europe/Madrid	41.11358	-6.10211		Campo de Ledesma,El Campo de Ledesma		55	SA	37370	
3123601	El Campo	el-campo	ES	34847	0	Europe/Madrid	43.43333	-6.05				34	O	33010	
3123602	El Campo	el-campo	ES	34847	0	Europe/Madrid	43.3	-6.53333				34	O	33073	
3123603	El Campo	el-campo	ES	34847	0	Europe/Madrid	43.27355	-5.71834				34	O	33037	
3123604	El Campo	el-campo	ES	34847	0	Europe/Madrid	43.01289	-5.89684				34	O	33033	
3123605	El Campo	el-campo	ES	34847	0	Europe/Madrid	42.97705	-4.50846		El Campo		55	P	34904	
3123606	El Campillo	el-campillo	ES	19495	0	Europe/Madrid	41.88313	-0.78525		Barrio El Campillo,El Campillo,San Bartolome,San Bartolomé		52	Z	50298	
3123607	El Campillo	el-campillo	ES	19495	0	Europe/Madrid	41.25793	-5.01487				55	VA	47031	
3123608	Campamento	campamento	ES	04240	0	Europe/Madrid	40.38644	-3.79818		Campamento,El Campamento		29	M	28079	10
3123610	El Callejo	el-callejo	ES	39770	0	Europe/Madrid	43.23403	-3.34088		El Callejo		59	BI	48022	
3123616	El Cabañín	el-cabanin	ES	33787	0	Europe/Madrid	43.25366	-5.73088		Cabanin,Cabañín,El Cabanin,El Cabañín		34	O	33037	
3123617	El Cabaco	el-cabaco	ES	37621	317	Europe/Madrid	40.56552	-6.12848		Ehl'-Kabako,El'-Kabako,ai er ka wa ke,Ель-Кабако,Эль-Кабако,埃尔卡瓦科		55	SA	37061	
3123618	El Busto	el-busto	ES	31229	83	Europe/Madrid	42.54876	-2.24085		El Busto		32	NA	31061	
3123620	El Buste	el-buste	ES	50548	96	Europe/Madrid	41.88565	-1.60168		El Buste		52	Z	50063	
3123621	El Burgo Ranero	el-burgo-ranero	ES	24343	891	Europe/Madrid	42.42225	-5.21919				55	LE	24024	
3123622	El Burgo de Osma	el-burgo-de-osma	ES	42300	5054	Europe/Madrid	41.58619	-3.06522		Burgo de Osma,El Burgo de Osma		55	SO	42043	
3123623	El Burgo de Ebro	el-burgo-de-ebro	ES	50730	1887	Europe/Madrid	41.57157	-0.74128		El Burgo de Ebro,El Burgos de Ebro		52	Z	50062	
3123625	Burgelu / Elburgo	elburgo	ES	01192	470	Europe/Madrid	42.84972	-2.54513		Burgelu,Burgu,Elburgo		59	VI	01021	
3123627	El Burgo	el-burgo	ES	29420	0	Europe/Madrid	40.80491	-4.76335				55	AV	05027	
3123630	El Brull	el-brull	ES	08559	207	Europe/Madrid	41.81657	2.30531	1070	el Brull		56	B	08026	
3123631	El Bruc	el-bruc	ES	08294	0	Europe/Madrid	41.58333	1.78333		El Bruc,el Bruc		56	B	08025	
3123632	El Bronco	el-bronco	ES	10661	0	Europe/Madrid	40.21957	-6.31572		El Bronco		57	CC	10167	
3123633	El Bosque	el-bosque	ES	11670	0	Europe/Madrid	43.39451	-3.7157				39	S	39028	
3123636	El Bohodón	el-bohodon	ES	05165	160	Europe/Madrid	40.91612	-4.73		El Bohodon,El Bohodón		55	AV	05036	
3123639	El Bodón	el-bodon	ES	37520	315	Europe/Madrid	40.48791	-6.57522		El Bodon,El Bodón		55	SA	37054	
3123640	El Bocal	el-bocal	ES	31512	0	Europe/Madrid	42.01832	-1.55686		El Bocal		32	NA	31106	
3123642	El Berrueco	el-berrueco	ES	28192	498	Europe/Madrid	40.88569	-3.55803		El Berrueco		29	M	28021	
3123644	El Batán	el-batan	ES	10692	0	Europe/Madrid	41.73301	-0.81246		Caserio Batan,Caserío Batán,El Batan,El Batán,Torre del Batan		52	Z	50297	
3123651	El Barrio	el-barrio	ES	05514	0	Europe/Madrid	43.44871	-6.24623				34	O	33059	
3123652	El Barrio	el-barrio	ES	05514	0	Europe/Madrid	42.48093	-3.93791				55	BU	09374	
3123653	El Barrio	el-barrio	ES	05514	0	Europe/Madrid	40.4784	-5.26887		El Barrio		55	AV	05155	
3123654	Elbarrena	elbarrena	ES	20150	0	Europe/Madrid	43.19113	-2.06019		Elbarrena		59	SS	20028	
3123656	El Barquillo	el-barquillo	ES	05692	0	Europe/Madrid	40.41879	-5.50652		El Barquillo		55	AV	05112	
3123659	El Barco de Ávila	el-barco-de-avila	ES	05600	2415	Europe/Madrid	40.3571	-5.52365		Barco de Avila,Ehl'-Barko-de-Avila,El Barco dAvila,El Barco de Avila,El Barco de Avile,El Barco de Ávila,El Barco de Ávile,El Barco dÁvila,El Brako de Avila,El'-Barko-de-Avila,ai er wa er ke de ya wei la,al barkw d abyla,al barkw dy afyla,Ел Брако де Авила,Ель-Барко-де-Авіла,Эль-Барко-де-Авила,إل باركو دي أفيلا,ال بارکو د آبیلا,埃尔瓦尔科德亚维拉		55	AV	05021	
3123660	El Barcenal	el-barcenal	ES	39549	0	Europe/Madrid	43.34146	-4.38565		El Barcenal		39	S	39080	
3123661	El Bao	el-bao	ES	39790	16	Europe/Madrid	42.95462	-6.67508		El Bao		34	O	33028	
3123664	El Avellanal	el-avellanal	ES	39813	0	Europe/Madrid	43.28333	-3.65		El Avellanal		39	S	39007	
3123665	El Atazar	el-atazar	ES	28189	108	Europe/Madrid	40.93237	-3.46849		Atazar,El Atazar		29	M	28016	
3123666	El Atance	el-atance	ES	19266	0	Europe/Madrid	41.0859	-2.77288		El Atance		54	GU	19257	
3123674	El Arenal	el-arenal	ES	05416	0	Europe/Madrid	41.1645	-3.7804		El Arenal,El Trenal		55	SG	40150	
3123675	El Arenal	el-arenal	ES	05416	0	Europe/Madrid	40.26619	-5.08617		Ehl'-Arenal',El Arenal,El'-Arenal',ai la lei na er,al arnal,al arynal,Ел Аренал,Ель-Ареналь,Эль-Ареналь,إل أرينال,ال آرنال,埃拉雷纳尔		55	AV	05013	
3123676	El Arco	el-arco	ES	37110	172	Europe/Madrid	41.1109	-5.82451		El Arco		55	SA	37034	
3123677	Elantxobe	elantxobe	ES	48310	0	Europe/Madrid	43.40243	-2.63912		Elanchove,Elantxobe	48031	59	BI	48031	
3123680	El Almiñé	el-almine	ES	09559	0	Europe/Madrid	42.83083	-3.59705		El Almine,El Almiñé		55	BU	09217	
3123682	El Álamo	el-alamo	ES	28607	6754	Europe/Madrid	40.23066	-3.99447		El Alamo,El Álamo		29	M	28004	
3123683	El Ajo	el-ajo	ES	05370	0	Europe/Madrid	40.96588	-5.08054		El Ajo		55	AV	05073	
3123686	Ejulve	ejulve	ES	44559	229	Europe/Madrid	40.77633	-0.55344		Ejulve	44096	52	TE	44096	
3123687	Ejeme	ejeme	ES	37891	159	Europe/Madrid	40.76685	-5.53828		Ejeme	37118	55	SA	37118	
3123688	Ejea de los Caballeros	ejea-de-los-caballeros	ES	50600	17331	Europe/Madrid	42.12632	-1.13716		Egea de los Caballeros,Ehkhea-de-los-Kabal'eros,Eixea,Ejea,Ejea de los Caballeros,Ekhea-de-los-Kabal'eros,Exea,Exeya dos Caballers,Exeya dos Cavallers,ai he ya de luo si ka wa lie luo si,aykhya dy lws kabayyrws,Ехеа-де-лос-Кабальєрос,Эхеа-де-лос-Кабальерос,إيخيا دي لوس كاباييروس,埃赫亚德洛斯卡瓦列罗斯	50095	52	Z	50095	
3123690	Eitzaga	eitzaga	ES	20808	0	Europe/Madrid	43.18333	-2.5		Eitzaga,Eizaga		59	BI	48095	
3123698	Eirexalba	eirexalba	ES	27345	0	Europe/Madrid	42.66667	-7.4		San Esteban		58	LU	27024	
3123699	Eiré	eire	ES	27439	0	Europe/Madrid	42.5153	-7.64913		Eire,Eiré,San Julian,San Julián		58	LU	27041	
3123704	Eilale	eilale	ES	33774	0	Europe/Madrid	43.40037	-7.15072		Eilale		34	O	33063	
3123792	Duález	dualez	ES	39300	0	Europe/Madrid	43.35903	-4.05494		Dualez,Duález		39	S	39087	
3123709	Eibar	eibar	ES	20600	27419	Europe/Madrid	43.18493	-2.47158		Ehibar,Ehjbar,Eibar,Eybar,Heivar,Heybar,Villanueva de San Andres,Villanueva de San Andres de Heybar,Villanueva de San Andrés,Villanueva de San Andrés de Heybar,Éibar,Эйбар	20030	59	SS	20030	
3123715	Egilatz / Eguilaz	eguilaz	ES	01207	0	Europe/Madrid	42.86389	-2.33477		Egilatz,Egiraz,Eguilaz		59	VI	01053	
3123716	Egiarreta	egiarreta	ES	31868	0	Europe/Madrid	42.92475	-1.86338		Egiarreta,Eguiarreta		32	NA	31025	
3123720	Egozkue	egozkue	ES	31798	0	Europe/Madrid	42.96667	-1.56667		Egozcue,Egozkue		32	NA	31017	
3123729	Etxeberri	etxeberri	ES	31868	0	Europe/Madrid	42.92288	-1.84186		Echeverri,Etxeberri		32	NA	31025	
3123739	Etxarri	etxarri	ES	31878	0	Europe/Madrid	43.01036	-1.8766		Echarri,Etxarri		32	NA	31144	
3123743	Etxano	etxano	ES	48340	0	Europe/Madrid	43.13333	-2.65		Echano,Etxano		59	BI	48001	
3123744	Etxaleku	etxaleku	ES	31869	0	Europe/Madrid	42.9693	-1.79094		Echalecu,Etxaleku		32	NA	31126	
3123745	Etxalar	etxalar	ES	31760	813	Europe/Madrid	43.23376	-1.63671		Echalar,Etxalar	31082	32	NA	31082	
3123749	Ekai	ekai	ES	31868	0	Europe/Madrid	42.9	-1.86667		Ecay,Ekai		32	NA	31025	
3123751	Ecala	ecala	ES	31272	0	Europe/Madrid	42.76206	-2.18395		Ecala		32	NA	31013	
3123759	Ea	ea	ES	48287	1756	Europe/Madrid	43.37985	-2.58556		Ea	48028	59	BI	48028	
3123761	Duyos	duyos	ES	33343	0	Europe/Madrid	43.45734	-5.20477				34	O	33013	
3123765	Duruelo de la Sierra	duruelo-de-la-sierra	ES	42158	1384	Europe/Madrid	41.95448	-2.93086		Duruehlo-de-la-S'erra,Duruelo,Duruelo de la Sierra,Duruelo-de-la-S'erra,du lu ai luo de la xie la,Дуруело-де-ла-Сьєрра,Дуруэло-де-ла-Сьерра,杜鲁埃洛德拉谢拉	42078	55	SO	42078	
3123766	Duruelo	duruelo	ES	05140	140	Europe/Madrid	41.23622	-3.64914		Duruelo	40070	55	SG	40070	
3123767	Duruelo	duruelo	ES	05140	0	Europe/Madrid	40.65134	-4.80298		Duruelo		55	AV	05053	
3123768	Durro	durro	ES	25527	0	Europe/Madrid	42.49855	0.82071				56	L	25245	
3123770	Durón	duron	ES	19133	184	Europe/Madrid	40.6253	-2.72662		Duron,Durón	19108	54	GU	19108	
3123772	Duratón	duraton	ES	40312	0	Europe/Madrid	41.284	-3.67982		Duraton,Duratón		55	SG	40195	
3123773	Durango	durango	ES	48200	28229	Europe/Madrid	43.17124	-2.6338		Durango,Tavira,Дуранго	48027	59	BI	48027	
3123774	Durana	durana	ES	01520	0	Europe/Madrid	42.89068	-2.63947				59	VI	01008	
3123776	Duña	duna	ES	39507	0	Europe/Madrid	43.33574	-4.21734		Duna,Duña		39	S	39012	
3123777	Dumpín	dumpin	ES	27289	0	Europe/Madrid	43.11667	-7.48333		Dumpin,Dumpín,Santa Eulalia		58	LU	27010	
3123779	Dumbría	dumbria	ES	15151	4062	Europe/Madrid	43.00836	-9.11328		Dumbria,Dumbría,Santa Eulalia	15034	58	C	15034	
3123783	Duesos	duesos	ES	33343	0	Europe/Madrid	43.4675	-5.20949				34	O	33013	
3123786	Dueñas	duenas	ES	34210	3066	Europe/Madrid	41.87717	-4.54714		Duehn'jas,Duen'jas,Duenias,du ai ni ya si,Дуеньяс,Дуэньяс,Դուենիաս,杜埃尼亚斯	34069	55	P	34069	
3123789	Duarría	duarria	ES	27269	0	Europe/Madrid	43.13333	-7.48333		Duarria,Duarría,Santiago		58	LU	27010	
3123790	Duáñez	duanez	ES	42134	0	Europe/Madrid	41.73865	-2.33374		Duanez,Duáñez		55	SO	42049	
3123791	Duancos	duancos	ES	27271	0	Europe/Madrid	43.1	-7.45		Duancos,Santa Maria,Santa María		58	LU	27010	
3123793	Driebes	driebes	ES	19116	360	Europe/Madrid	40.24498	-3.04165			19107	54	GU	19107	
3123794	Dragonte	dragonte	ES	24517	0	Europe/Madrid	42.6066	-6.86048		Dragonte		55	LE	24059	
3123795	Drados	drados	ES	32767	0	Europe/Madrid	42.31667	-7.41667		Drados		58	OR	32029	
3123796	Dradelo	dradelo	ES	32558	0	Europe/Madrid	42.10532	-7.05035		Dradelo		58	OR	32086	
3123798	Dou	dou	ES	33810	0	Europe/Madrid	43.06212	-6.84579		Don,Dou		34	O	33028	
3123799	Dos Torres de Mercader	dos-torres-de-mercader	ES	44562	0	Europe/Madrid	40.776	-0.386		Dos Torres de Mercader		52	TE	44071	
3123801	Dosrius	dosrius	ES	08319	4016	Europe/Madrid	41.58333	2.41667		Dosrius,Dosríus,dsryws,duo si liu si,dwsrayws,دسریوس,دوسرايوس,多斯留斯		56	B	08009	
3123806	Dosante	dosante	ES	09574	0	Europe/Madrid	43.01455	-3.75604		Cidad Dosente,Dosante		55	BU	09216	
3123807	Dosango	dosango	ES	33115	0	Europe/Madrid	43.27216	-5.97125		Dosango		34	O	33064	
3123810	Dòrria	dorria	ES	17536	0	Europe/Madrid	42.33333	2.06667				56	GI	17201	
3123811	Dorra	dorra	ES	27579	21	Europe/Madrid	42.78333	-7.86667		Dorra		58	LU	27003	
3123812	Doroño	dorono	ES	09215	0	Europe/Madrid	42.77613	-2.72993		Doronu,Doroñu		55	BU	09109	
3123814	Dornillas	dornillas	ES	49319	0	Europe/Madrid	42.08311	-6.3567		Dornillas		55	ZA	49112	
3123818	Dormón	dormon	ES	33491	0	Europe/Madrid	43.57461	-5.74743		Dormon,Dormón		34	O	33014	
3123822	Dordóniz	dordoniz	ES	09217	0	Europe/Madrid	42.71667	-2.73493		Dordoniz,Dordóniz		55	BU	09109	
3123828	Donvidas	donvidas	ES	05215	69	Europe/Madrid	41.08954	-4.80634		Donvidas	05070	55	AV	05070	
3123832	Donjimeno	donjimeno	ES	05217	128	Europe/Madrid	40.95978	-4.84627		Donjimeno	05069	55	AV	05069	
3123834	Doñinos de Salamanca	doninos-de-salamanca	ES	37120	835	Europe/Madrid	40.95978	-5.74349		Doninos de Salamanca,Doñinos de Salamanca	37117	55	SA	37117	
3123835	Doñinos de Ledesma	doninos-de-ledesma	ES	37130	98	Europe/Madrid	41.01251	-6.03412		Doninos de Ledesma,Doñinos de Ledesma	37116	55	SA	37116	
3123839	Donillas	donillas	ES	24397	0	Europe/Madrid	42.63648	-6.05979		Donillas		55	LE	24123	
3123840	Donhierro	donhierro	ES	40469	93	Europe/Madrid	41.11642	-4.6967		Donhierro	40069	55	SG	40069	
3123842	Doney de la Requejada	doney-de-la-requejada	ES	49323	0	Europe/Madrid	42.13735	-6.56418		Doney de la Requejada		55	ZA	49181	
3123843	Doncos	doncos	ES	27676	0	Europe/Madrid	42.78239	-7.09482		Doncos		58	LU	27037	
3123844	Doña Santos	dona-santos	ES	09451	0	Europe/Madrid	41.89117	-3.39841		Dona Santos,Doña Santos		55	BU	09020	
3123848	Donamaría	donamaria	ES	31750	421	Europe/Madrid	43.11172	-1.67372		Donamaria,Donamaría		32	NA	31081	
3123851	Donado	donado	ES	49344	0	Europe/Madrid	42.12573	-6.35814		Donado		55	ZA	49134	
3123852	Donadillo	donadillo	ES	49319	0	Europe/Madrid	42.0934	-6.32774		Donadillo		55	ZA	49112	
3123855	Domingo Señor	domingo-senor	ES	37609	0	Europe/Madrid	40.73078	-5.9828		Alqueria Domingo Senor,Alquería Domingo Señor,Domingo Senor,Domingo Señor		55	SA	37050	
3123856	Domingo García	domingo-garcia	ES	40495	48	Europe/Madrid	41.11528	-4.37927		Domingo Garcia,Domingo García	40068	55	SG	40068	
3123859	Domez	domez	ES	49542	0	Europe/Madrid	41.71393	-6.14416		Domez		55	ZA	49087	
3123862	Domeño	domeno	ES	31454	0	Europe/Madrid	42.67579	-1.23951		Domeno,Domeño		32	NA	31209	
3123864	Dombellas	dombellas	ES	42153	0	Europe/Madrid	41.85631	-2.54534		Dombellas		55	SO	42094	
3123869	Dolia	dolia	ES	33838	0	Europe/Madrid	43.26303	-6.19676		Dolia		34	O	33005	
3123870	Doiras	doiras	ES	33731	0	Europe/Madrid	43.39355	-6.83023		Doiras		34	O	33007	
3123871	Dodro	dodro	ES	15981	0	Europe/Madrid	42.93897	-8.23454		Dodro,Santa Maria,Santa María		58	C	15006	
3123872	Dodro	dodro	ES	15981	0	Europe/Madrid	42.71855	-8.68683		Dodro,Santa Maria,Santa María		58	PO	36056	
3123874	Dobro	dobro	ES	09551	0	Europe/Madrid	42.80737	-3.63319		Dobro		55	BU	09014	
3123875	Dobres	dobres	ES	39575	0	Europe/Madrid	43.06667	-4.63333		Dobres		39	S	39096	
3123878	Dobarganes	dobarganes	ES	39577	0	Europe/Madrid	43.10251	-4.69349		Dobarganes		39	S	39096	
3123879	Doade	doade	ES	27424	0	Europe/Madrid	42.60637	-8.14265		Doada,Doade		58	PO	36024	
3123880	Doade	doade	ES	27424	0	Europe/Madrid	42.41493	-7.4801				58	LU	27059	
3123881	Diustes	diustes	ES	42172	0	Europe/Madrid	42.10449	-2.41426		Diustes		55	SO	42209	
3123882	Distriz	distriz	ES	32514	0	Europe/Madrid	43.3	-7.73333		Distriz,San Martin,San Martín		58	LU	27065	
3123883	Distriz	distriz	ES	32514	109	Europe/Madrid	42.5	-7.55				58	LU	27031	
3123886	Diomondi	diomondi	ES	27548	0	Europe/Madrid	42.5942	-7.71189				58	LU	27058	
3123891	Diego Álvaro	diego-alvaro	ES	05151	0	Europe/Madrid	40.66418	-5.3247		Diego Alvaro,Diego Álvaro		55	AV	05903	
3123894	Dicastillo	dicastillo	ES	31263	701	Europe/Madrid	42.59647	-2.02666		Dicastillo	31080	32	NA	31080	
3123897	Deza	deza	ES	42126	343	Europe/Madrid	41.46373	-2.02046		Desa,Deza,de sa,Деса,德萨	42076	55	SO	42076	
3123900	Devesa de Curueño	devesa-de-curueno	ES	24150	0	Europe/Madrid	42.70249	-5.37181		Devesa de Curueno,Devesa de Curueño		55	LE	24151	
3123901	Devesa	devesa	ES	03580	0	Europe/Madrid	43.53333	-7.13333		Debesa,Devesa,Santa Eulalia		58	LU	27051	
3123902	Devesa	devesa	ES	03580	0	Europe/Madrid	43.09963	-9.0953				58	C	15092	
3123903	Devesa	devesa	ES	03580	0	Europe/Madrid	43.03333	-7.75		Debesa,Devesa,Santa Eulalia		58	LU	27020	
3123909	Deva	deva	ES	33394	0	Europe/Madrid	43.5	-5.6		Deva,San Salvador,San Salvador de Deva		34	O	33024	
3123910	Deba	deba	ES	20820	5253	Europe/Madrid	43.29571	-2.35213		Deba,Deva,de wa,dyfa  ghybwthkwa,Деба,Дева,ديفا، غيبوثكوا,德瓦	20029	59	SS	20029	
3123911	Deva	deva	ES	33394	0	Europe/Madrid	42.79685	-6.91306				58	LU	27012	
3123913	Destriana	destriana	ES	24730	712	Europe/Madrid	42.32729	-6.09573		Destriana	24066	55	LE	24066	
3123915	Desteriz	desteriz	ES	32236	0	Europe/Madrid	42.15	-8.18333		Desteriz,Destriz,San Miguel		58	PO	36014	
3123916	Desojo	desojo	ES	31229	123	Europe/Madrid	42.5879	-2.27438		Desojo	31079	32	NA	31079	
3123919	Descargamaría	descargamaria	ES	10866	285	Europe/Madrid	40.30446	-6.48666		Descargamaria,Descargamaría	10071	57	CC	10071	
3123920	Derroñadas	derronadas	ES	42153	0	Europe/Madrid	41.89791	-2.63643		Derronadas,Derroñadas		55	SO	42160	
3123921	Derio	derio	ES	48160	4905	Europe/Madrid	43.30544	-2.88116			48901	59	BI	48901	
3123925	Denúy	denuy	ES	22474	0	Europe/Madrid	42.49657	0.63326		Denuy,Denúy		52	HU	22143	
3123928	Demués	demues	ES	33556	0	Europe/Madrid	43.31896	-4.99093		Demues,Demués		34	O	33043	
3123935	Dexo	dexo	ES	15177	0	Europe/Madrid	43.39569	-8.32335		Santa Maria de Dexo,Santa María de Dexo		58	C	15058	
3123939	Dehesas	dehesas	ES	24390	0	Europe/Madrid	42.51979	-6.69189		Dehesas		55	LE	24115	
3123940	Dehesa Mayor	dehesa-mayor	ES	40230	0	Europe/Madrid	41.38438	-4.24007		Dehesa Mayor		55	SG	40063	
3123941	Dehesa de Romanos	dehesa-de-romanos	ES	34406	42	Europe/Madrid	42.63876	-4.43518		Dehesa de Romanos	34068	55	P	34068	
3123942	Dehesa de Montejo	dehesa-de-montejo	ES	34484	188	Europe/Madrid	42.81939	-4.51019			34067	55	P	34067	
3123944	Dehesa de Cordovilla	dehesa-de-cordovilla	ES	34259	0	Europe/Madrid	42.06943	-4.25723		Caserio Dehesa de Cordovilla,Caserio de la Dehesa de Cordovilla,Caserío Dehesa de Cordovilla,Dehesa de Cordovilla		55	P	34063	
3123959	Dego	dego	ES	33559	0	Europe/Madrid	43.33436	-5.13937				34	O	33045	
3123960	Degaña	degana	ES	33812	1270	Europe/Madrid	42.93969	-6.56935		Degan'ja,Degana,Deganija,Degaña,de jia ni ya,dganya,dyghanya,Дегания,Деганья,ديغانيا,دگانیا,德加尼亚	33022	34	O	33022	
3123962	Debodes	debodes	ES	33507	0	Europe/Madrid	43.37869	-4.89816		Debodes		34	O	33036	
3123965	Deade	deade	ES	27437	8	Europe/Madrid	42.5	-7.61667		Deade,San Vicente		58	LU	27041	
3123966	Das	das	ES	17538	0	Europe/Madrid	42.36143	1.87051			17061	56	GI	17061	17006
3123967	Daroca de Rioja	daroca-de-rioja	ES	26373	48	Europe/Madrid	42.36667	-1.58333		Daroca de Rioja		27	LO		
3123969	Daroca	daroca	ES	50360	2185	Europe/Madrid	41.11475	-1.41492		Daroca	50094	52	Z	50094	
3123971	Darnius	darnius	ES	17722	514	Europe/Madrid	42.36667	2.83333		Darnius	17060	56	GI	17060	
3123972	Darmós	darmos	ES	43746	0	Europe/Madrid	41.09766	0.70734		Darmos,Darmós		56	T	43150	
3123974	Daner	daner	ES	33867	0	Europe/Madrid	43.44057	-6.24812		Daner		34	O	33059	
3123976	Damil	damil	ES	32635	0	Europe/Madrid	43.16667	-7.63333		Daimil,Damil,El Salvador		58	LU	27007	
3123977	Damil	damil	ES	32635	0	Europe/Madrid	42.03809	-7.70993		Damil		58	OR	32032	
3123979	Dallo	dallo	ES	01206	0	Europe/Madrid	42.87304	-2.46762		Dallo		59	VI	01013	
3123980	Dagüeño	dagueno	ES	33816	0	Europe/Madrid	43.19973	-6.38689		Dagueno,Dagüeño		34	O	33011	
3123981	Daganzo de Arriba	daganzo-de-arriba	ES	28814	7242	Europe/Madrid	40.54293	-3.45457		Daganzo de Arriba	28053	29	M	28053	
3123982	Dadín	dadin	ES	32536	0	Europe/Madrid	42.50136	-8.11512		Dadin,Dadín		58	OR	32035	
3123983	Dadín	dadin	ES	32536	0	Europe/Madrid	42.43822	-8.81799				58	PO	36027	
3123985	Cuzcurrita de Río Tirón	cuzcurrita-de-rio-tiron	ES	26214	0	Europe/Madrid	42.54151	-2.96421		Cuzcurrita-Rio Tiron,Cuzcurrita-Río Tirón	26056	27	LO	26056	
3123986	Cuzcurrita de Juarros	cuzcurrita-de-juarros	ES	09198	0	Europe/Madrid	42.29156	-3.53292		Cuzcurrita de Juarros		55	BU	09177	
3123989	Cutiellos	cutiellos	ES	33683	0	Europe/Madrid	43.36259	-6.15332		Cutiellos		34	O	33005	
3123990	Cutián	cutian	ES	27577	0	Europe/Madrid	43.2	-8.25		Cutian,Cutián,Santa Maria,Santa Maria de Culian,Santa María,Santa María de Culián		58	C	15902	
3123991	Cutián	cutian	ES	27577	0	Europe/Madrid	42.8	-7.95		Cutian,Cutián		58	LU	27003	
3123993	Cutanda	cutanda	ES	44210	0	Europe/Madrid	40.93483	-1.18368		Cutanda		52	TE	44050	
3123999	Curueña	curuena	ES	24127	0	Europe/Madrid	42.83455	-5.98234		Curuena,Curueña		55	LE	24132	
3124001	Curtis	curtis	ES	15310	0	Europe/Madrid	43.12374	-8.14818		Curtis,Santa Eulalia	15032	58	C	15032	
3124010	Curra	curra	ES	32366	0	Europe/Madrid	42.90271	-9.07922				58	C	15045	
3124011	Curra	curra	ES	32366	0	Europe/Madrid	42.86603	-9.13728		Curras,Currás		58	C	15020	
3124012	Curra	curra	ES	32366	0	Europe/Madrid	42.28593	-6.98641		Curra		58	OR	32083	
3124013	Curillas	curillas	ES	24732	0	Europe/Madrid	42.37441	-6.07479		Curillas		55	LE	24182	
3124014	Curiel de Duero	curiel-de-duero	ES	47316	93	Europe/Madrid	41.64327	-4.1011		Curiel,Curiel de Duero	47059	55	VA	47059	
3124018	Curbián	curbian	ES	27204	42	Europe/Madrid	42.86667	-7.9		Curbian,Curbián		58	LU	27040	
3124024	Cunquilla de Vidriales	cunquilla-de-vidriales	ES	49622	0	Europe/Madrid	42.0463	-5.89844		Cunquilla de Vidriales		55	ZA	49092	
3124026	Cunit	cunit	ES	43881	12279	Europe/Madrid	41.19829	1.63645		Kunit,ku ni te,kwnyt,Кунит,Куніт,كونيت,库尼特	43051	56	T	43051	
3124028	Cunchillos	cunchillos	ES	50513	0	Europe/Madrid	41.9091	-1.69015		Cunchillos		52	Z	50251	
3124030	Cunas	cunas	ES	24738	0	Europe/Madrid	42.25442	-6.38028		Cunas		55	LE	24172	
3124031	Cuñaba	cunaba	ES	33579	0	Europe/Madrid	43.28932	-4.63589		Cunaba,Cuñaba		34	O	33047	
3124032	Cuña	cuna	ES	33111	0	Europe/Madrid	43.12378	-6.10296		Cuna,Cuña		34	O	33072	
3124040	Culmieiros	culmieiros	ES	33778	0	Europe/Madrid	43.4837	-6.98455		Culmieiros		34	O	33017	
3124041	Culleredo	culleredo	ES	15189	28227	Europe/Madrid	43.28788	-8.38858		Culleredo,Kul'eredo,Kuleredo,San Esteban,ku lie lei duo,kujeredo,kwlyrydw,Кулередо,Кульередо,Кульєредо,كوليريدو,クジェレード,库列雷多	15031	58	C	15031	
3124042	Culla	culla	ES	12163	677	Europe/Madrid	40.3365	-0.16569		Cuellar,Culla,Cuéllar,Kul'ja,ku li ya,kwlla,Кулья,كوللا,库利亚	12051	60	CS	12051	
3124043	Culebros	culebros	ES	24368	0	Europe/Madrid	42.6417	-6.10377		Culebros		55	LE	24210	
3124046	Culebras	culebras	ES	16843	0	Europe/Madrid	40.21567	-2.3821		Culebras		54	CU	16272	
3124049	Cuinya	cuinya	ES	33318	0	Europe/Madrid	43.42338	-5.47317		Cuina,Cuiña,Guinya		34	O	33076	
3124050	Cuiñas	cuinas	ES	27116	0	Europe/Madrid	43.2269	-7.21092		Cuinas,Cuiñas		58	LU	27053	
3124051	Cuiñas	cuinas	ES	27116	0	Europe/Madrid	43.08439	-7.0656				58	LU	27018	
3124057	Cuillas del Valle	cuillas-del-valle	ES	39250	0	Europe/Madrid	42.78915	-4.00921		Cuillas del Valle		55	P	34032	
3124058	Cuezva	cuezva	ES	09211	0	Europe/Madrid	42.76092	-3.23186		Cuerva,Cuezva		55	BU	09412	
3124062	Cuevas Minadas	cuevas-minadas	ES	19392	0	Europe/Madrid	40.80054	-2.0292		Cuevas Minadas		54	GU	19099	
3124063	Cuevas Labradas	cuevas-labradas	ES	19392	0	Europe/Madrid	40.80236	-2.09126		Cuevas Labradas		54	GU	19099	
3124064	Cuevas Labradas	cuevas-labradas	ES	19392	170	Europe/Madrid	40.4535	-1.05008		Cuevas Labradas	44094	52	TE	44094	
3124066	Cuevas de Viñayo	cuevas-de-vinayo	ES	24123	0	Europe/Madrid	42.81575	-5.75266		Cuevas,Cuevas de Vinayo,Cuevas de Viñayo		55	LE	24040	
3124067	Cuevas de Velasco	cuevas-de-velasco	ES	16542	0	Europe/Madrid	40.14964	-2.41794		Cuevas de Velasco		54	CU	16910	
3124068	Cuevas de San Clemente	cuevas-de-san-clemente	ES	09641	56	Europe/Madrid	42.13009	-3.5684		Cuevas de San Clemente	09119	55	BU	09119	
3124069	Cuevas de Provanco	cuevas-de-provanco	ES	40239	174	Europe/Madrid	41.54209	-3.96203		Cuevas de Provanco	40905	55	SG	40905	
3124070	Cuevas de Portalrubio	cuevas-de-portalrubio	ES	44730	0	Europe/Madrid	40.8185	-0.98958		Cuevas de Portalrubio		52	TE	44177	
3124071	Cuevas del Valle	cuevas-del-valle	ES	05414	570	Europe/Madrid	40.29418	-5.00938		Cuevas del Valle	05066	55	AV	05066	
3124072	Cuevas del Sil	cuevas-del-sil	ES	24496	0	Europe/Madrid	42.89336	-6.39176		Cuevas del Sil		55	LE	24109	
3124073	Cuevas de Ayllón	cuevas-de-ayllon	ES	42342	0	Europe/Madrid	41.38958	-3.31007				55	SG	40024	
3124074	Cuevas de Amaya	cuevas-de-amaya	ES	09136	0	Europe/Madrid	42.64155	-4.23912		Cuevas de Amaya		55	BU	09373	
3124075	Cuevas de Almudén	cuevas-de-almuden	ES	44169	123	Europe/Madrid	40.71342	-0.82958		Cuevas de Almuden,Cuevas de Almudén	44093	52	TE	44093	
3124084	Cueva de Manzanedo	cueva-de-manzanedo	ES	09558	0	Europe/Madrid	42.90289	-3.7102		Cueva de Manzanedo		55	BU	09409	
3124085	Cueva del Hierro	cueva-del-hierro	ES	16879	50	Europe/Madrid	40.58258	-2.03612		Cueva del Hierro	16079	54	CU	16079	
3124086	Cueva de Juarros	cueva-de-juarros	ES	09198	0	Europe/Madrid	42.27683	-3.53622		Cueva de Juarros		55	BU	09177	
3124087	Cueva de Ágreda	cueva-de-agreda	ES	42107	102	Europe/Madrid	41.7631	-1.88818		Cueva de Agreda,Cueva de Ágreda	42073	55	SO	42073	
3124088	Cueva-Cardiel	cueva-cardiel	ES	09258	0	Europe/Madrid	42.46026	-3.34538		Cueva-Cardiel		55	BU	09411	
3124099	Cueto	cueto	ES	24545	0	Europe/Madrid	43.48299	-3.80049		Cueto		39	S	39075	
3124100	Cueto	cueto	ES	24545	0	Europe/Madrid	43.36667	-6.05				34	O	33026	
3124101	Cueto	cueto	ES	24545	0	Europe/Madrid	43.27359	-3.26702		Cueto		59	BI	48087	
3124102	Cueto	cueto	ES	24545	0	Europe/Madrid	42.63325	-6.65494		Cueto		55	LE	24143	
3124104	Cuesta del Rato	cuesta-del-rato	ES	46141	0	Europe/Madrid	40.15	-1.3		Cuesta del Rato		60	V	46092	
3124118	Cuero	cuero	ES	33829	178	Europe/Madrid	43.40985	-6.05295		Cuero,San Nicolas de Bari,San Nicolás de Barí		34	O	33010	
3124123	Cuérigo	cuerigo	ES	33680	0	Europe/Madrid	43.12061	-5.56869		Cuerigo,Cuérigo		34	O	33002	
3124127	Cuenco	cuenco	ES	33547	0	Europe/Madrid	43.40116	-5.11489		Cuenco		34	O	33012	
3124128	Cuenca de Campos	cuenca-de-campos	ES	47650	256	Europe/Madrid	42.05927	-5.05539		Cuenca,Cuenca de Campos	47058	55	VA	47058	
3124129	Cuencabuena	cuencabuena	ES	44495	0	Europe/Madrid	41.00508	-1.2495		Cuencabuena		52	TE	44050	
3124132	Cuenca	cuenca	ES	14297	55866	Europe/Madrid	40.06667	-2.13333		CEJ,Conca,Cuenca,Cuenca i Spania,Kouen'ka,Kuehnka,Kuenka,Kvenko,ke wng ka,ku'ainaka,ku'ainka,kuengka,kuenka,kun ka,kwynka,qwnkt,Κουένκα,Куенка,Куэнка,Կուենկա,קואנקה,قونكة,کوئنکا,کوینکا، ہسپانیہ,कुऐनका,ਕੁਐਂਕਾ,เกวงกา,კუენკა,クエンカ,昆卡,쿠엥카	CU	54	CU	16078	
3124133	Cuénabres	cuenabres	ES	24917	0	Europe/Madrid	43.06618	-4.98909		Cuenabres,Cuénabres		55	LE	24025	
3124134	Cuena	cuena	ES	39418	0	Europe/Madrid	42.85659	-4.21069		Cuena		39	S	39092	
3124135	Cuéllar de la Sierra	cuellar-de-la-sierra	ES	42172	0	Europe/Madrid	41.90846	-2.34721		Cuellar de la Sierra,Cuéllar de la Sierra		55	SO	42028	
3124136	Cuéllar	cuellar	ES	40200	9588	Europe/Madrid	41.40155	-4.31474		Cuellar,Cuéllar,Kuehl'jar,Kuel'jar,ku ai li ya er,kueryaru,Куельяр,Куэльяр,クエリャル,库埃利亚尔	40063	55	SG	40063	
3124137	Cuéllar	cuellar	ES	40200	0	Europe/Madrid	40.63986	-6.65726		Cuellar,Cuéllar,Dehesa Cuellar		55	SA	37145	
3124138	Cueli	cueli	ES	33317	0	Europe/Madrid	43.48269	-5.38176				34	O	33076	
3124139	Cuelgamures	cuelgamures	ES	49717	132	Europe/Madrid	41.30738	-5.65769		Cuelgamures	49059	55	ZA	49059	
3124140	Cue	cue	ES	33509	0	Europe/Madrid	43.41191	-4.73476				34	O	33036	
3124141	Cudón	cudon	ES	39318	0	Europe/Madrid	43.41551	-4.01521		Cudon,Cudón		39	S	39044	
3124142	Cudillero	cudillero	ES	33150	5986	Europe/Madrid	43.56217	-6.14589		Cudillero,Cuideiru,Kudil'ero,ku di lie luo,kwdyyrw,Кудильеро,Кудільєро,كودييرو,کودییرو,库迪列罗	33021	34	O	33021	
3124143	Cudeiro	cudeiro	ES	32103	399	Europe/Madrid	42.36667	-7.85		Cudeiro		58	OR	32054	
3124145	Cucho	cucho	ES	09215	0	Europe/Madrid	42.73732	-2.77251		Cucho,Kutxu		55	BU	09109	
3124146	Cuchia	cuchia	ES	39318	0	Europe/Madrid	43.43831	-4.01799		Cuchia		39	S	39044	
3124148	Cucayo	cucayo	ES	39575	0	Europe/Madrid	43.05585	-4.63788		Cucayo		39	S	39096	
3124150	Cucalón	cucalon	ES	44491	88	Europe/Madrid	41.08608	-1.21475		Cucalon,Cucalón	44090	52	TE	44090	
3124152	Cubo de la Solana	cubo-de-la-solana	ES	42191	225	Europe/Madrid	41.60224	-2.42179		Cubo de la Solana,Kubo-de-la-Solana,ku wo de la suo la na,Кубо-де-ла-Солана,库沃德拉索拉纳	42071	55	SO	42071	
3124153	Cubo de la Sierra	cubo-de-la-sierra	ES	42167	0	Europe/Madrid	41.91607	-2.43955		Cubo de la Sierra		55	SO	42019	
3124154	Cubo de Hogueras	cubo-de-hogueras	ES	42134	0	Europe/Madrid	41.72545	-2.35004		Cubo de Hogueras		55	SO	42006	
3124155	Cubo de Bureba	cubo-de-bureba	ES	09251	119	Europe/Madrid	42.64011	-3.20626		Cubo,Cubo de Bureba	09115	55	BU	09115	
3124156	Cubo de Benavente	cubo-de-benavente	ES	49327	153	Europe/Madrid	42.1249	-6.16342		Cubo de Benavente	49057	55	ZA	49057	
3124161	Cubla	cubla	ES	44191	49	Europe/Madrid	40.20978	-1.07917		Cubla	44089	52	TE	44089	
3124162	Cubillos del Sil	cubillos-del-sil	ES	24492	1431	Europe/Madrid	42.62519	-6.5636		Cubillos del Sil	24064	55	LE	24064	
3124163	Cubillos del Rojo	cubillos-del-rojo	ES	09572	0	Europe/Madrid	42.93243	-3.72324		Cubillos del Rojo		55	BU	09413	
3124166	Cubillos	cubillos	ES	42148	392	Europe/Madrid	41.57436	-5.7392		Cubillos	49056	55	ZA	49056	
3124167	Cubillo de Ojeda	cubillo-de-ojeda	ES	34488	0	Europe/Madrid	42.80279	-4.43674		Cubillo de Ojeda		55	P	34056	
3124168	Cubillo del César	cubillo-del-cesar	ES	09642	0	Europe/Madrid	42.15229	-3.54496		Cubillo del Cesar,Cubillo del César		55	BU	09030	
3124169	Cubillo del Campo	cubillo-del-campo	ES	09352	74	Europe/Madrid	42.16854	-3.61025		Cubillo del Campo	09114	55	BU	09114	
3124171	Cubillo de Ebro	cubillo-de-ebro	ES	39250	0	Europe/Madrid	42.80871	-4.03238		Cubillo de Ebro		39	S	39094	
3124172	Cubillo de Castrejón	cubillo-de-castrejon	ES	34859	0	Europe/Madrid	42.80863	-4.56884		Cubillo de Castrejon,Cubillo de Castrejón		55	P	34049	
3124178	Cubillo	cubillo	ES	02340	59	Europe/Madrid	41.12138	-3.90878		Cubillo	40062	55	SG	40062	
3124179	Cubillinos	cubillinos	ES	24492	0	Europe/Madrid	42.64017	-6.56434		Cubillinos		55	LE	24064	
3124180	Cubillejo del Sitio	cubillejo-del-sitio	ES	19363	0	Europe/Madrid	40.89079	-1.80385		Cubillejo del Sitio		54	GU	19190	
3124181	Cubillejo de la Sierra	cubillejo-de-la-sierra	ES	19362	0	Europe/Madrid	40.88515	-1.77459		Cubillejo de la Sierra		54	GU	19190	
3124183	Cubilledo	cubilledo	ES	27278	0	Europe/Madrid	43.06302	-7.22018		Cubilledo,Santiago		58	LU	27004	
3124184	Cubillas de Santa Marta	cubillas-de-santa-marta	ES	47290	292	Europe/Madrid	41.83358	-4.61463		Cubillas de Santa Marta	47057	55	VA	47057	
3124185	Cubillas de Rueda	cubillas-de-rueda	ES	24940	581	Europe/Madrid	42.65626	-5.17528		Cubillas de Rueda	24063	55	LE	24063	
3124186	Cubillas del Pinar	cubillas-del-pinar	ES	19263	0	Europe/Madrid	41.10546	-2.54233		Cubillas,Cubillas del Pinar		54	GU	19257	
3124187	Cubillas de los Oteros	cubillas-de-los-oteros	ES	24224	185	Europe/Madrid	42.37199	-5.50877		Cubillas de los Oteros	24062	55	LE	24062	
3124188	Cubillas de Cerrato	cubillas-de-cerrato	ES	34219	76	Europe/Madrid	41.79844	-4.4672		Cubillas de Cerrato	34066	55	P	34066	
3124189	Cubillas de Arbas	cubillas-de-arbas	ES	24688	0	Europe/Madrid	42.92825	-5.80577		Cubillas de Arbas		55	LE	24901	
3124193	Cubilla	cubilla	ES	42148	0	Europe/Madrid	42.71667	-3.16667				55	BU	09255	
3124194	Cubilla	cubilla	ES	42148	59	Europe/Madrid	41.74905	-2.93717		Cubilla	42070	55	SO	42070	
3124195	Cubía	cubia	ES	33826	0	Europe/Madrid	43.3206	-6.11823		Cubia,Cubía		34	O	33026	
3124198	Cubelo	cubelo	ES	49360	0	Europe/Madrid	42.9	-7.78333				58	LU	27040	
3124199	Cubelo	cubelo	ES	49360	0	Europe/Madrid	42.87382	-9.0599				58	C	15020	
3124200	Cubells	cubells	ES	25737	389	Europe/Madrid	41.85062	0.959		Cubells	25079	56	L	25079	
3124201	Cubelles	cubelles	ES	08880	13711	Europe/Madrid	41.20772	1.67267	44	Cubelles	08074	56	B	08074	
3124205	Cubel	cubel	ES	50376	191	Europe/Madrid	41.09604	-1.63729		Cubel	50090	52	Z	50090	
3124208	Cubas	cubas	ES	39793	0	Europe/Madrid	43.42456	-3.70857				39	S	39062	
3124209	Cubas	cubas	ES	39793	2868	Europe/Madrid	40.189	-3.83526		Cubas		29	M	28050	
3124215	Cuarte de Huerva	cuarte-de-huerva	ES	50410	2913	Europe/Madrid	41.59466	-0.93268		Cuarte de Huerva	50089	52	Z	50089	
3124216	Cuarte	cuarte	ES	22197	0	Europe/Madrid	42.11766	-0.47079		Cuarte		52	HU	22125	
3124219	Cualedro	cualedro	ES	32689	2254	Europe/Madrid	41.98897	-7.59464			32028	58	OR	32028	
3124220	Cuadroveña	cuadrovena	ES	33548	0	Europe/Madrid	43.38321	-5.20348		Cuadrovena,Cuadroveña		34	O	33045	
3124221	Cuadros	cuadros	ES	03740	1810	Europe/Madrid	42.71163	-5.63828		Cuadros	24061	55	LE	24061	
3124225	Cuadriellas de Villaláez	cuadriellas-de-villalaez	ES	33817	0	Europe/Madrid	43.12924	-6.49865		Cuadriellas de Villalaez,Cuadriellas de Villaláez		34	O	33011	
3124234	Cúa	cua	ES	33584	0	Europe/Madrid	43.36874	-5.24005				34	O	33049	
3124236	Cruzul	cruzul	ES	27679	0	Europe/Madrid	42.84827	-7.14465		Cruzul		58	LU	27006	
3124248	Cruïlles	cruilles	ES	17116	1234	Europe/Madrid	41.95	3.01667				56	GI	17901	
3124261	Crivillén	crivillen	ES	44557	110	Europe/Madrid	40.88325	-0.57666		Crivillen,Crivillén	44087	52	TE	44087	
3124262	Cristosende	cristosende	ES	32765	0	Europe/Madrid	42.38682	-7.48784				58	OR	32080	
3124264	Cristóbal	cristobal	ES	37684	210	Europe/Madrid	40.46923	-5.88967			37112	55	SA	37112	
3124276	Cretas	cretas	ES	44623	564	Europe/Madrid	40.92807	0.21166		Cretas,Cretes,Queretes		52	TE	44246	
3124278	Crespos	crespos	ES	05300	0	Europe/Madrid	42.13333	-8.15		Crespos,San Juan		58	OR	32056	
3124279	Crespos	crespos	ES	05300	632	Europe/Madrid	40.87128	-4.97094		Crespos	05065	55	AV	05065	
3124280	Crespià	crespia	ES	17832	224	Europe/Madrid	42.18333	2.8		Crespia,Crespià,Crespiá	17058	56	GI	17058	
3124281	Creo	creo	ES	15240	0	Europe/Madrid	42.78887	-8.97945		Creo		58	C	15053	
3124283	Crémenes	cremenes	ES	24980	867	Europe/Madrid	42.90357	-5.14374		Cremenes,Crémenes	24060	55	LE	24060	
3124285	Creixell	creixell	ES	17770	2510	Europe/Madrid	41.16618	1.44032		Creixell	43050	56	T	43050	
3124287	Crecente	crecente	ES	27246	0	Europe/Madrid	43.25	-7.33333		Crecente,San Salvador		58	LU	27044	
3124289	Cozuelos de Ojeda	cozuelos-de-ojeda	ES	34488	0	Europe/Madrid	42.75453	-4.39572		Cozuelos de Ojeda		55	P	34004	
3124290	Cozuelos de Fuentidueña	cozuelos-de-fuentiduena	ES	40354	161	Europe/Madrid	41.39086	-4.09564		Cozuelos,Cozuelos de Fuentiduena,Cozuelos de Fuentidueña	40902	55	SG	40902	
3124291	Cozcurrita	cozcurrita	ES	49214	0	Europe/Madrid	41.44297	-6.28279		Cozcurrita		55	ZA	49064	
3124292	Coya	coya	ES	33535	0	Europe/Madrid	43.36667	-5.41667		Coya,Santa Eulalia		34	O	33049	
3124295	Covides	covides	ES	09589	0	Europe/Madrid	43.09863	-3.26372		Covides		55	BU	09410	
3124312	Covarrubias	covarrubias	ES	09346	621	Europe/Madrid	42.05927	-3.51956		Covarrubias	09113	55	BU	09113	
3124313	Covarrubias	covarrubias	ES	09346	0	Europe/Madrid	41.4478	-2.5701		Covarrubias		55	SO	42020	
3124314	Covanera	covanera	ES	09143	0	Europe/Madrid	42.73429	-3.80184		Covanera		55	BU	09395	
3124316	Covaleda	covaleda	ES	42157	2030	Europe/Madrid	41.93493	-2.88325		Covaleda,Dovaleda,Kovaleda,ke wa lai da,Коваледа,科瓦莱达	42069	55	SO	42069	
3124324	Cova	cova	ES	27532	0	Europe/Madrid	43.37446	-7.18828				58	LU	27048	
3124325	Cova	cova	ES	27532	0	Europe/Madrid	42.48333	-7.7		Coba,Cova,San Juan		58	LU	27041	
3124331	Couto	couto	ES	33877	0	Europe/Madrid	43.50061	-7.2433				58	LU	27005	
3124332	Couto	couto	ES	33877	0	Europe/Madrid	43.05	-7.16667				58	LU	27018	
3124333	Couto	couto	ES	33877	0	Europe/Madrid	43.03227	-8.95253				58	C	15093	
3124334	Couto	couto	ES	33877	0	Europe/Madrid	42.75	-7.31667		Couto,San Mamed		58	LU	27055	
3124335	Couto	couto	ES	33877	0	Europe/Madrid	42.73367	-7.78143		Couto,San Martin,San Martín		58	LU	27060	
3124336	Couto	couto	ES	33877	0	Europe/Madrid	42.18333	-8.25		Couto,San Bartolome,San Bartolomé		58	PO	36009	
3124338	Couso de Limia	couso-de-limia	ES	32692	0	Europe/Madrid	42.10045	-7.76871		Santa Maria,Santa María		58	OR	32077	
3124350	Couselo	couselo	ES	32120	0	Europe/Madrid	42.6733	-8.56553		Conselo,Couselo		58	PO	36015	
3124353	Couxil	couxil	ES	32824	0	Europe/Madrid	42.2391	-7.98938				58	OR	32020	
3124357	Couces	couces	ES	33775	0	Europe/Madrid	43.31893	-7.06842		Couces		34	O	33071	
3124360	Cotorrio	cotorrio	ES	48500	0	Europe/Madrid	43.31106	-3.11042				59	BI	48002	
3124373	Cotillos	cotillos	ES	39557	0	Europe/Madrid	43.09013	-4.45723		Cotillos		39	S	39053	
3124384	Cotarelo	cotarelo	ES	33777	0	Europe/Madrid	43.28259	-7.29026				58	LU	27044	
3124385	Cotarelo	cotarelo	ES	33777	0	Europe/Madrid	43.29543	-7.02486		Cotarelo		34	O	33075	
3124387	Cótar	cotar	ES	09192	0	Europe/Madrid	42.38733	-3.60472				55	BU	09059	
3124388	Cotanillo	cotanillo	ES	40162	0	Europe/Madrid	41.06667	-3.8		Cotanillo		55	SG	40007	
3124390	Cotá	cota	ES	27299	0	Europe/Madrid	43.04479	-7.72101		Cota,Cotá		58	LU	27020	
3124391	Cosuenda	cosuenda	ES	50409	387	Europe/Madrid	41.36559	-1.29867		Cosuenda	50088	52	Z	50088	
3124392	Costur	costur	ES	12119	474	Europe/Madrid	40.11971	-0.17385		Costur	12049	60	CS	12049	
3124393	Opellora / Costera	costera	ES	01477	0	Europe/Madrid	43.10274	-3.10329		Costera,Opellora		59	VI	01010	
3124394	Costeán	costean	ES	22312	0	Europe/Madrid	42.08624	0.17631		Caserio Costean,Caserío Costeán,Costean,Costeán		52	HU	22908	
3124399	Costa	costa	ES	35413	0	Europe/Madrid	42.8	-8.7		Costa,San Miguel		58	C	15074	
3124404	Cospedal	cospedal	ES	24143	0	Europe/Madrid	42.97263	-6.05269		Cospedal		55	LE	24145	
3124407	Coso	coso	ES	49358	0	Europe/Madrid	42.15784	-6.63938		Coso		55	ZA	49189	
3124408	Coslada	coslada	ES	28820	90280	Europe/Madrid	40.42378	-3.56129		Coslada,Coslata,Koslada,Koslado,ke si la da,kosurada,kwslada,Кослада,كوسلادا,コスラーダ,科斯拉达	28049	29	M	28049	
3124410	Coscurita	coscurita	ES	42216	127	Europe/Madrid	41.43483	-2.47571		Coscurita,Koskurita,ke si ku li ta,Коскурита,Коскуріта,科斯库里塔	42068	55	SO	42068	
3124411	Coscullano	coscullano	ES	22141	0	Europe/Madrid	42.19297	-0.23814		Coscullano		52	HU	22150	
3124415	Coscojuela de Sobrarbe	coscojuela-de-sobrarbe	ES	22395	0	Europe/Madrid	42.36146	0.15587		Coscajuela de Sobrarbe,Sobrarbe		52	HU	22907	
3124416	Coscojuela de Fantova	coscojuela-de-fantova	ES	22312	0	Europe/Madrid	42.14334	0.16758		Coscojuela de Fantova		52	HU	22115	
3124418	Cosa	cosa	ES	44358	98	Europe/Madrid	40.83392	-1.1365		Cosa	44085	52	TE	44085	
3124419	Cos	cos	ES	39592	0	Europe/Madrid	43.28953	-4.22395		Cos		39	S	39041	
3124420	Cos	cos	ES	39592	0	Europe/Madrid	43.23333	-8.23333		Cos,San Esteban		58	C	15902	
3124428	Corvio	corvio	ES	34810	0	Europe/Madrid	42.82188	-4.2794		Corvio		55	P	34004	
3124429	Corvillón	corvillon	ES	32839	0	Europe/Madrid	42.17539	-7.85793				58	OR	32047	
3124432	Corvera	corvera	ES	30153	250	Europe/Madrid	43.26697	-3.9471		Corvera		39	S	39026	
3124437	Coruño	coruno	ES	33428	0	Europe/Madrid	43.4271	-5.83854		Coruno,Coruño		34	O	33035	
3124439	Coruña del Conde	coruna-del-conde	ES	09410	158	Europe/Madrid	41.76566	-3.39059		Cluna,Clunia,Cluña,Coruna,Coruna del Conde,Coruña,Coruña del Conde,Cruna,Crunna,Crunnia,Cruña,Curuna,Curuña	09112	55	BU	09112	
3124441	Corullón	corullon	ES	24514	1130	Europe/Madrid	42.57896	-6.81925		Corullon,Corullón	24059	55	LE	24059	
3124449	Cortos de la Sierra	cortos-de-la-sierra	ES	37452	0	Europe/Madrid	40.7327	-5.8823		Cortos de la Sierra		55	SA	37211	
3124450	Cortos	cortos	ES	05289	0	Europe/Madrid	41.81082	-2.25963		Cortos		55	SO	42024	
3124451	Cortos	cortos	ES	05289	0	Europe/Madrid	40.719	-4.5893		Cortos		55	AV	05243	
3124452	Cortines	cortines	ES	33507	0	Europe/Madrid	43.37852	-4.87574		Cortines		34	O	33036	
3124454	Cortina	cortina	ES	33783	0	Europe/Madrid	43.51364	-6.42971		Cortina		34	O	33034	
3124455	Cortina	cortina	ES	33783	0	Europe/Madrid	43.2	-5.78333				34	O	33037	
3124458	Cortiguera	cortiguera	ES	09146	0	Europe/Madrid	43.41526	-4.04248		Cortiguera		39	S	39085	
3124459	Cortiguera	cortiguera	ES	09146	0	Europe/Madrid	42.78466	-3.72757		Cortiguera		55	BU	09905	
3124460	Cortiguera	cortiguera	ES	09146	0	Europe/Madrid	42.60315	-6.6288		Cortiguera		55	LE	24027	
3124462	Kortezubi	kortezubi	ES	48315	0	Europe/Madrid	43.33333	-2.65		Cortezubi,Cortézubi,Kortezubi	48907	59	BI	48907	
3124463	Cortes de Tajuña	cortes-de-tajuna	ES	19261	0	Europe/Madrid	40.9439	-2.47819		Cortes,Cortes de Tajuna,Cortes de Tajuña		54	GU	19011	
3124465	Cortes de Arenoso	cortes-de-arenoso	ES	12127	394	Europe/Madrid	40.18812	-0.54195		Cortes d'Arenos,Cortes de Arenoso	12048	60	CS	12048	
3124466	Cortes de Aragón	cortes-de-aragon	ES	44791	107	Europe/Madrid	40.97366	-0.83575		Cortes de Aragon,Cortes de Aragón	44084	52	TE	44084	
3124468	Cortés	cortes	ES	09193	0	Europe/Madrid	43.3762	-6.22528				34	O	33059	
3124469	Cortes	cortes	ES	09193	0	Europe/Madrid	43.09723	-5.91081				34	O	33053	
3124470	Cortes	cortes	ES	09193	0	Europe/Madrid	42.78333	-7.6				58	LU	27042	
3124471	Cortes	cortes	ES	09193	0	Europe/Madrid	42.61345	-7.24931				58	LU	27017	
3124472	Cortes	cortes	ES	09193	0	Europe/Madrid	42.32809	-3.66497				55	BU	09059	
3124473	Cortes	cortes	ES	09193	0	Europe/Madrid	41.92269	-1.42045		Cortes	31078	32	NA	31078	
3124487	Corçà	corca	ES	17121	0	Europe/Madrid	41.98333	3.01667		Corca,Corsa,Corsá,Corçà	17057	56	GI	17057	
3124499	Corro	corro	ES	01427	0	Europe/Madrid	42.88006	-3.17123		Corro		59	VI	01055	
3124501	Correpoco	correpoco	ES	39518	0	Europe/Madrid	43.16781	-4.27379		Correpoco		39	S	39086	
3124508	Correcillas	correcillas	ES	24849	0	Europe/Madrid	42.88525	-5.45393		Correcillas		55	LE	24179	
3124513	Corralinos	corralinos	ES	33129	32	Europe/Madrid	43.48333	-6.11667		Corralinos		34	O	33051	
3124515	Corrales de Duero	corrales-de-duero	ES	47317	116	Europe/Madrid	41.67205	-4.04817		Corrales de Duero	47056	55	VA	47056	
3124518	Corrales	corrales	ES	21120	0	Europe/Madrid	42.6017	-6.94048				55	LE	24011	
3124519	Corrales	corrales	ES	21120	1029	Europe/Madrid	41.358	-5.72479		Corrales	49054	55	ZA	49054	
3124520	Corralejo	corralejo	ES	09127	0	Europe/Madrid	42.70523	-4.05486		Corralejo		55	BU	09415	
3124521	Corralejo	corralejo	ES	09127	0	Europe/Madrid	41.29547	-3.64319		Corbalejo,Corralejo		55	SG	40025	
3124522	Corralejo	corralejo	ES	09127	0	Europe/Madrid	41.08904	-3.36683		Corralejo		54	GU	19067	
3124524	Corral de Duratón	corral-de-duraton	ES	40312	0	Europe/Madrid	41.28786	-3.69744		Corral de Duraton,Corral de Duratón		55	SG	40195	
3124525	Corral de Ayllón	corral-de-ayllon	ES	40529	96	Europe/Madrid	41.39081	-3.45856		Corral de Ayllon,Corral de Ayllón	40061	55	SG	40061	
3124527	Corral	corral	ES	33116	0	Europe/Madrid	43.30392	-4.0999		Corral		39	S	39018	
3124529	Corporario	corporario	ES	37251	0	Europe/Madrid	41.21417	-6.6017		Corporario		55	SA	37014	
3124530	Corporales	corporales	ES	24740	0	Europe/Madrid	42.59871	-6.96885				55	LE	24011	
3124531	Corporales	corporales	ES	24740	48	Europe/Madrid	42.43208	-2.99535		Corporales	26055	27	LO	26055	
3124532	Corporales	corporales	ES	24740	0	Europe/Madrid	42.30905	-6.45629		Corporales		55	LE	24172	
3124533	Corpa	corpa	ES	28811	547	Europe/Madrid	40.42327	-3.26003		Corpa	28048	29	M	28048	
3124538	Coroneles	coroneles	ES	39250	0	Europe/Madrid	42.82315	-4.07654		Coroneles		39	S	39094	
3124539	Corondeño	corondeno	ES	33887	0	Europe/Madrid	43.26448	-6.77024		Corondeno,Corondeño		34	O	33001	
3124547	Corollos	corollos	ES	33159	0	Europe/Madrid	43.52643	-6.18728		Corollos		34	O	33021	
3124549	Coro	coro	ES	33310	0	Europe/Madrid	43.45	-5.4		Coro,Santo Tomas,Santo Tomás		34	O	33076	
3124550	Coro	coro	ES	33310	0	Europe/Madrid	42.93672	-6.87982				58	LU	27034	
3124551	Cornudilla	cornudilla	ES	09246	0	Europe/Madrid	42.6823	-3.42654		Cornudilla		55	BU	09238	
3124552	Cornudella de Montsant	cornudella-de-montsant	ES	43360	981	Europe/Madrid	41.26558	0.9052	542	Cornudella,Cornudella de Montsant		56	B	08058	
3124555	Cornoncillo	cornoncillo	ES	34878	8	Europe/Madrid	42.70612	-4.67002		Cornoncillo		55	P	34062	
3124557	Cornombre	cornombre	ES	24132	0	Europe/Madrid	42.82715	-6.03784		Cornombre		55	LE	24132	
3124558	Cornollo	cornollo	ES	33887	0	Europe/Madrid	43.16667	-6.81667		Cornollo		34	O	33001	
3124559	Cornoces	cornoces	ES	32170	101	Europe/Madrid	42.41667	-7.95		Cornoces		58	OR	32002	
3124561	Corniero	corniero	ES	24980	0	Europe/Madrid	42.91269	-5.17422		Corniero		55	LE	24060	
3124562	Corniella	corniella	ES	33876	24	Europe/Madrid	43.28333	-6.46667		Corniella		34	O	33073	
3124567	Cornellana	cornellana	ES	25717	0	Europe/Madrid	43.41384	-6.15914		Cornellana		34	O	33059	
3124568	Cornellà del Terri	cornella-del-terri	ES	17844	0	Europe/Madrid	42.08333	2.81667		Cornella de Terri	17056	56	GI	17056	
3124569	Cornellà de Llobregat	cornella-de-llobregat	ES	08940	86519	Europe/Madrid	41.35	2.08333		Cornella de Llobregat,Cornellà de Llobregat		56	B	08019	
3124576	Córneas	corneas	ES	27131	0	Europe/Madrid	42.97135	-7.13398		Corneas,Córneas		58	LU	27004	
3124577	Córneas	corneas	ES	27131	0	Europe/Madrid	42.66953	-7.65112				58	LU	27058	
3124580	Cornás	cornas	ES	33874	0	Europe/Madrid	43.36809	-6.54564		Cornas,Cornás		34	O	33073	
3124582	Cornago	cornago	ES	26526	535	Europe/Madrid	42.06444	-2.09486		Cornago,Kornago,ke er na ge,Корнаго,Կորնագո,科尔纳戈	26054	27	LO	26054	
3124587	Cormenzana	cormenzana	ES	09210	0	Europe/Madrid	42.7989	-3.27838		Cormenzana		55	BU	09412	
3124589	Coristanco	coristanco	ES	15147	7674	Europe/Madrid	43.2	-8.75		Coristanco,San Pelayo	15029	58	C	15029	
3124593	Córgomo	corgomo	ES	32348	0	Europe/Madrid	42.42687	-7.035		Corgomo,Córgomo		58	OR	32088	
3124595	Coreses	coreses	ES	49530	1145	Europe/Madrid	41.54794	-5.62252		Coreses	49053	55	ZA	49053	
3124597	Cores	cores	ES	33842	0	Europe/Madrid	43.28527	-8.86196		Cores		58	C	15068	
3124598	Corés	cores	ES	33842	0	Europe/Madrid	43.10918	-6.32035		Cores,Corés		34	O	33068	
3124599	Corera	corera	ES	26144	260	Europe/Madrid	42.34344	-2.22023		Corera	26053	27	LO	26053	
3124600	Corella	corella	ES	31591	7576	Europe/Madrid	42.11507	-1.78563		Corella,Corello,Korel'ja,ke lei li ya,Корелья,科雷利亚	31077	32	NA	31077	
3124602	Corduente	corduente	ES	19341	421	Europe/Madrid	40.84304	-1.97841		Corduente	19099	54	GU	19099	
3124605	Cordovín	cordovin	ES	26311	217	Europe/Madrid	42.38557	-2.815		Cordovin,Cordovín	26052	27	LO	26052	
3124606	Cordovilla la Real	cordovilla-la-real	ES	34259	115	Europe/Madrid	42.07961	-4.25988		Cordovilla la Real	34063	55	P	34063	
3124607	Cordovilla de Aguilar	cordovilla-de-aguilar	ES	34810	0	Europe/Madrid	42.85785	-4.23703				55	P	34004	
3124608	Cordovilla	cordovilla	ES	02513	133	Europe/Madrid	40.95095	-5.40725		Cordovilla	37110	55	SA	37110	
3124609	Cordovero	cordovero	ES	33128	16	Europe/Madrid	43.46667	-6.21667		Cordovero		34	O	33051	
3124611	Cordiñanes	cordinanes	ES	24915	0	Europe/Madrid	43.16708	-4.90392		Cordinanes,Cordiñanes		55	LE	24116	
3124612	Cordido	cordido	ES	27892	0	Europe/Madrid	43.60971	-7.35102		Cordido,San Julian,San Julián		58	LU	27019	
3124614	Corcubión	corcubion	ES	15130	1941	Europe/Madrid	42.94414	-9.1926		Corcubion,Corcubión	15028	58	C	15028	
3124616	Corcos	corcos	ES	24170	0	Europe/Madrid	42.69213	-5.08366		Corcos		55	LE	24052	
3124617	Corcos	corcos	ES	24170	264	Europe/Madrid	41.80946	-4.6927			47055	55	VA	47055	
3124619	Corconte	corconte	ES	39294	0	Europe/Madrid	43.041	-3.89503		Corconte		39	S	39017	
3124620	Córcoles	corcoles	ES	19127	0	Europe/Madrid	40.48451	-2.66114		Corcoles,Córcoles		54	GU	19245	
3124623	Corbón del Sil	corbon-del-sil	ES	24480	0	Europe/Madrid	42.82563	-6.50553		Carbon del Sil,Carbón del Sil,Corbon del Sil,Corbón del Sil		55	LE	24109	
3124624	Corbins	corbins	ES	25137	1164	Europe/Madrid	41.68333	0.7				56	L	25120	
3124625	Corbillos de los Oteros	corbillos-de-los-oteros	ES	24225	253	Europe/Madrid	42.40769	-5.45963		Corbillos de los Oteros	24058	55	LE	24058	
3124626	Corbillos de la Sobarriba	corbillos-de-la-sobarriba	ES	24228	0	Europe/Madrid	42.58107	-5.51377		Corbillos de la Sobarriba		55	LE	24175	
3124628	Corbera de Llobregat	corbera-de-llobregat	ES	08757	13843	Europe/Madrid	41.41702	1.9197		Corbera,Corbera Baja,Corbera de Llobregat,Corbera del Llobregat	08072	56	B	08072	
3124630	Corbera	corbera	ES	46612	0	Europe/Madrid	41.07733	0.47667				56	T	43064	
3124634	Corbatón	corbaton	ES	44721	0	Europe/Madrid	40.7781	-1.08766		Corbaton,Corbatón		52	TE	44085	
3124635	Corbalán	corbalan	ES	44193	86	Europe/Madrid	40.40308	-0.98525		Corbalan,Corbalán	44082	52	TE	44082	
3124636	Corbacera	corbacera	ES	37456	0	Europe/Madrid	40.79564	-5.91834		Alqueria Corbacera,Alquería Corbacera,Corbacera		55	SA	37344	
3124637	Corao-Castillo	corao-castillo	ES	33556	0	Europe/Madrid	43.34965	-5.05835				34	O	33012	
3124638	Corao	corao	ES	33556	0	Europe/Madrid	43.34665	-5.06676				34	O	33012	
3124640	Corachar	corachar	ES	12599	0	Europe/Madrid	40.68983	0.08458		Corachar,Coratxa,Coratxar		60	CS	12093	
3124642	Coquilla de Huebra	coquilla-de-huebra	ES	37609	0	Europe/Madrid	40.68904	-6.01698		Coquilla de Huebra		55	SA	37050	
3124643	Copóns	copons	ES	08289	283	Europe/Madrid	41.63662	1.51809		Copons,Copóns		56	B	08008	
3124644	Copernal	copernal	ES	19292	21	Europe/Madrid	40.86463	-3.05396		Copernal	19098	54	GU	19098	
3124645	Coomonte	coomonte	ES	49783	294	Europe/Madrid	42.11546	-5.81316		Coomonte	49052	55	ZA	49052	
3124646	Coó	coo	ES	39408	0	Europe/Madrid	43.27476	-4.10648		Coo,Coó		39	S	39025	
3124649	Contreras	contreras	ES	09613	98	Europe/Madrid	42.02004	-3.41084		Contreras	09110	55	BU	09110	
3124654	Conto	conto	ES	33873	0	Europe/Madrid	43.4085	-6.57684		Conto		34	O	33073	
3124657	Contamina	contamina	ES	50239	47	Europe/Madrid	41.30535	-1.91731		Contamina	50087	52	Z	50087	
3124658	Consuegra de Murera	consuegra-de-murera	ES	40389	0	Europe/Madrid	41.25878	-3.78076		Consuegra de Murera		55	SG	40195	
3124659	Constanzana	constanzana	ES	05217	163	Europe/Madrid	40.93821	-4.87515		Constanzana	05064	55	AV	05064	
3124660	Constantín	constantin	ES	27685	0	Europe/Madrid	42.89248	-7.24181		Constantin,Constantín		58	LU	27901	
3124661	Constantí	constanti	ES	43120	5597	Europe/Madrid	41.15392	1.21262		Constanti,Constantí	43047	56	T	43047	
3124664	Conso	conso	ES	32551	0	Europe/Madrid	42.17881	-7.17308		Conso		58	OR	32092	
3124665	Conquezuela	conquezuela	ES	42230	0	Europe/Madrid	41.2	-2.58333		Conquezuela		55	SO	42115	
3124667	Conques	conques	ES	25656	0	Europe/Madrid	42.11881	1.01231		Conques		56	L	25098	
3124672	Congostrina	congostrina	ES	19243	48	Europe/Madrid	41.03719	-2.98569		Congostrina	19097	54	GU	19097	
3124673	Congosto de Valdavia	congosto-de-valdavia	ES	34882	231	Europe/Madrid	42.71584	-4.63366		Congosto de Valdavia	34062	55	P	34062	
3124674	Congosto	congosto	ES	09124	0	Europe/Madrid	42.62891	-4.09779		Congosto		55	BU	09175	
3124675	Congosto	congosto	ES	09124	1656	Europe/Madrid	42.61755	-6.52048		Congosto	24057	55	LE	24057	
3124676	Congostinas	congostinas	ES	33694	0	Europe/Madrid	43.09531	-5.76795		Congostina,Congostinas		34	O	33033	
3124681	Congarna	congarna	ES	39586	0	Europe/Madrid	43.15599	-4.66127		Congarna		39	S	39015	
3124682	Conforto	conforto	ES	27728	0	Europe/Madrid	43.35248	-7.15913		Conforto		58	LU	27048	
3124683	Conforcos	conforcos	ES	24234	0	Europe/Madrid	43.10995	-5.59022		Conforcos		34	O	33002	
3124684	Conforcos	conforcos	ES	24234	0	Europe/Madrid	42.20797	-5.63955		Conforcos		55	LE	24088	
3124685	Conesa	conesa	ES	43427	0	Europe/Madrid	41.51667	1.3		Conesa	43046	56	T	43046	
3124689	Condres	condres	ES	33449	0	Europe/Madrid	43.59491	-5.79636		Codres		34	O	33025	
3124692	Condes	condes	ES	27235	0	Europe/Madrid	42.9896	-7.78958		Condes,San Martin,San Martín		58	LU	27020	
3124693	Condemios de Arriba	condemios-de-arriba	ES	19275	187	Europe/Madrid	41.21644	-3.12543		Condemios de Arriba	19096	54	GU	19096	
3124694	Condemios de Abajo	condemios-de-abajo	ES	19275	30	Europe/Madrid	41.21667	-3.1		Condemios de Abajo	19095	54	GU	19095	
3124699	Concud	concud	ES	44397	0	Europe/Madrid	40.37956	-1.14755		Barrio de Concud,Concud		52	TE	44216	
3124701	Conchel	conchel	ES	22414	0	Europe/Madrid	41.88314	0.14407				52	HU	22158	
3124705	Concha	concha	ES	19287	0	Europe/Madrid	43.38596	-4.26603		Concha		39	S	39068	
3124706	Concha	concha	ES	19287	0	Europe/Madrid	43.22248	-3.3572		Concha		59	BI	48022	
3124707	Concha	concha	ES	19287	0	Europe/Madrid	41.00853	-1.9687		Concha		54	GU	19265	
3124714	Concabella	concabella	ES	25211	0	Europe/Madrid	41.75136	1.23505		Concabella		56	L	25907	
3124720	Con	con	ES	33556	11	Europe/Madrid	43.33333	-5.01667		Con		34	O	33012	
3124721	Komunioi / Comunión	comunion	ES	01213	0	Europe/Madrid	42.71667	-2.96667		Comunion,Comunión,Komunioi		59	VI	01902	
3124725	Compludo	compludo	ES	24414	0	Europe/Madrid	42.47602	-6.46563		Compludo		55	LE	24115	
3124727	Comillas	comillas	ES	39520	2439	Europe/Madrid	43.38603	-4.29162		Comillas,Komil'jas,Комильяс		39	S	39024	
3124734	Combo	combo	ES	33814	0	Europe/Madrid	43.09066	-6.70525		Combo		34	O	33011	
3124735	Combarros	combarros	ES	24715	0	Europe/Madrid	42.51919	-6.12569		Combarros		55	LE	24023	
3124736	Combarro	combarro	ES	33813	1786	Europe/Madrid	42.43188	-8.70649		Kombarro,Комбарро		58	PO	36041	
3124737	Combarcio	combarcio	ES	33876	0	Europe/Madrid	43.28565	-6.34786		Combarcio		34	O	33073	
3124749	Colungo	colungo	ES	22148	133	Europe/Madrid	42.17125	0.06812		Colungo	22090	52	HU	22090	
3124751	Colunga	colunga	ES	33320	3868	Europe/Madrid	43.48531	-5.27009		Kolunga,ke lun jia,klwnga,kwlwngha,Колунга,كولونغا,کلونگا,科伦加	33019	34	O	33019	
3124752	Columbrianos	columbrianos	ES	24490	0	Europe/Madrid	42.57322	-6.61107		Columbrianos		55	LE	24115	
3124753	Columbiello	columbiello	ES	33637	0	Europe/Madrid	43.14285	-5.81846		Columbiello		34	O	33033	
3124760	Colomers	colomers	ES	17144	0	Europe/Madrid	42.08333	2.98333		Colomers,Colomes,Colomés	17055	56	GI	17055	
3124761	Colombres	colombres	ES	33590	0	Europe/Madrid	43.37492	-4.54207				34	O	33055	
3124765	Colmenar Viejo	colmenar-viejo	ES	28770	43700	Europe/Madrid	40.65909	-3.76762		Kol'menar-V'ekho,Kol'menar-Vekho,Kolmenar Viexo,jiu ke er mei na er,kwlmnar wygw,kwlmynar fyjw,Кольменар-Вьехо,Кольменар-Вєхо,Կոլմենար Վիեխո,קולמנאר וייחו,كولمينار فيجو,کولمنار ویگو,旧科尔梅纳尔	28045	29	M	28045	
3124768	Colmenarejo	colmenarejo	ES	28270	7173	Europe/Madrid	40.56063	-4.01713			28044	29	M	28044	
3124769	Colmenar de Oreja	colmenar-de-oreja	ES	28380	6968	Europe/Madrid	40.10675	-3.38547		Colmenar de Oreja	28043	29	M	28043	
3124770	Colmenar de Montemayor	colmenar-de-montemayor	ES	37711	239	Europe/Madrid	40.39957	-5.95618		Colmenar de Montemayor,Montegrande del Colmenar	37109	55	SA	37109	
3124771	Colmenar de la Sierra	colmenar-de-la-sierra	ES	28190	0	Europe/Madrid	41.07959	-3.38944		Colmenar de la Sierra		54	GU	19067	
3124772	Colmenar del Arroyo	colmenar-del-arroyo	ES	28213	1174	Europe/Madrid	40.41897	-4.19845		Colmenar del Arroyo	28042	29	M	28042	
3124775	Collsuspina	collsuspina	ES	08178	308	Europe/Madrid	41.8258	2.17546		Collsuspina	08070	56	B	08070	
3124777	Colliguilla	colliguilla	ES	16194	0	Europe/Madrid	40.0513	-2.2258		Colliguilla		54	CU	16078	
3124778	Cólliga	colliga	ES	16194	0	Europe/Madrid	40.0455	-2.26079		Colliga,Cólliga		54	CU	16078	
3124779	Collía	collia	ES	33549	0	Europe/Madrid	43.40916	-5.19018				34	O	33045	
3124780	Collera	collera	ES	33568	0	Europe/Madrid	43.44831	-5.04161				34	O	33056	
3124781	Colle	colle	ES	24858	0	Europe/Madrid	42.84024	-5.25101		Colle		55	LE	24021	
3124783	Coll de Nargó	coll-de-nargo	ES	25793	601	Europe/Madrid	42.17473	1.31694		Coll de Nargo,Coll de Nargó	25077	56	L	25077	
3124784	Colldejou	colldejou	ES	43310	196	Europe/Madrid	41.0997	0.88717		Colldejou	43045	56	T	43045	
3124786	Collbató	collbato	ES	08293	3290	Europe/Madrid	41.57009	1.82712		Collbato,Collbató		56	B	08076	
3124787	Collazos de Boedo	collazos-de-boedo	ES	34407	157	Europe/Madrid	42.62009	-4.48294		Collazos de Boedo	34061	55	P	34061	
3124794	Collado-Villalba	collado-villalba	ES	28400	55027	Europe/Madrid	40.63506	-4.00486		Collado Villalba,Kol'jado-Vil'jal'ba,Кольядо-Вильяльба		29	M	28047	
3124795	Collados	collados	ES	16143	0	Europe/Madrid	40.99008	-1.164		Collados		52	TE	44050	
3124796	Collados	collados	ES	16143	0	Europe/Madrid	40.25911	-2.19865		Collados		54	CU	16909	
3124798	Collado Mediano	collado-mediano	ES	28450	5973	Europe/Madrid	40.69326	-4.0228			28046	29	M	28046	
3124799	Collado Hermoso	collado-hermoso	ES	40170	152	Europe/Madrid	41.03869	-3.91859		Collado Hermoso	40059	55	SG	40059	
3124800	Collado del Mirón	collado-del-miron	ES	05153	62	Europe/Madrid	40.55307	-5.35398		Collado del Miron,Collado del Mirón	05063	55	AV	05063	
3124802	Collado de Contreras	collado-de-contreras	ES	05309	249	Europe/Madrid	40.88743	-4.9314		Collado de Contreras	05062	55	AV	05062	
3124804	Collado	collado	ES	10414	0	Europe/Madrid	43.45969	-5.57065				34	O	33076	
3124805	Collado	collado	ES	10414	0	Europe/Madrid	43.38333	-5.58333		Collado,San Cristobal,San Cristóbal		34	O	33066	
3124806	Collado	collado	ES	10414	0	Europe/Madrid	43.35	-3.41667				39	S	39002	
3124807	Collado	collado	ES	10414	0	Europe/Madrid	43.23996	-4.09645				39	S	39021	
3124808	Collado	collado	ES	10414	0	Europe/Madrid	40.43879	-1.9408		Barrio Collado,Collado		54	CU	16239	
3124809	Collado	collado	ES	10414	0	Europe/Madrid	40.39814	-5.46784				55	AV	05226	
3124810	Collado	collado	ES	10414	0	Europe/Madrid	40.05729	-5.72052		Collado	10065	57	CC	10065	
3124812	Colladillo	colladillo	ES	40164	0	Europe/Madrid	41.11902	-3.75021		Colladillo		55	SG	40020	
3124819	Coll	coll	ES	25526	0	Europe/Madrid	42.47283	0.7709				56	L	25245	
3124820	Colio	colio	ES	39584	0	Europe/Madrid	43.19391	-4.63288				39	S	39022	
3124821	Colindres	colindres	ES	39750	7179	Europe/Madrid	43.39667	-3.45361		Colindres,Kolindres,ke lin de lei si,kwlyndrys,Колиндрес,Коліндрес,كوليندريس,科林德雷斯	39023	39	S	39023	
3124824	Colinas de Arriba	colinas-de-arriba	ES	33878	0	Europe/Madrid	43.31397	-6.59453		Colinas de Arriba		34	O	33073	
3124825	Colinas de Abajo	colinas-de-abajo	ES	33878	0	Europe/Madrid	43.31312	-6.58989		Colinas de Abajo		34	O	33073	
3124826	Colinas	colinas	ES	33782	0	Europe/Madrid	43.44478	-6.3899		Colinas		34	O	33034	
3124831	Coladilla	coladilla	ES	24836	0	Europe/Madrid	42.88405	-5.55943		Coladilla		55	LE	24194	
3124835	Cojóbar	cojobar	ES	09620	0	Europe/Madrid	42.24644	-3.66926				55	BU	09221	
3124837	Coirós	coiros	ES	15316	1689	Europe/Madrid	43.25	-8.16667		Coiros,Coirós,San Julian,San Julián	15027	58	C	15027	
3124841	Coiras	coiras	ES	32137	15	Europe/Madrid	42.55	-7.98333		Coiras		58	OR	32061	
3124843	Cohiño	cohino	ES	39450	0	Europe/Madrid	43.28469	-3.98861		Cogino,Cogiño,Cohino,Cohiño		39	S	39056	
3124844	Cohiño	cohino	ES	39450	0	Europe/Madrid	43.18936	-4.07992		Cohino,Cohiño		39	S	39004	
3124845	Cogullos	cogullos	ES	09557	0	Europe/Madrid	42.99541	-3.66071		Cogullos		55	BU	09215	
3124847	el Cogul	el-cogul	ES	25152	0	Europe/Madrid	41.46667	0.68333		Cogul,Cogull,Gogull,el Cogul	25076	56	L	25076	
3124848	Cogorderos	cogorderos	ES	24712	0	Europe/Madrid	42.54197	-6.029		Cogorderos		55	LE	24214	
3124849	Cogolludo	cogolludo	ES	19230	633	Europe/Madrid	40.94691	-3.0893			19092	54	GU	19092	
3124850	Cogolls	cogolls	ES	17173	0	Europe/Madrid	42.08583	2.54115		Cogolls		56	GI	17133	
3124852	Cogollos	cogollos	ES	09320	397	Europe/Madrid	42.19982	-3.70005		Cogollos	09108	55	BU	09108	
3124853	Cogollor	cogollor	ES	19490	39	Europe/Madrid	40.84818	-2.74425		Cogollor	19091	54	GU	19091	
3124857	Cogeces del Monte	cogeces-del-monte	ES	47313	856	Europe/Madrid	41.5103	-4.31721		Cogeces del Monte	47054	55	VA	47054	
3124858	Cogeces de Iscar	cogeces-de-iscar	ES	47440	160	Europe/Madrid	41.40617	-4.54539		Cogeces de Iscar		55	VA	47053	
3124859	Cofita	cofita	ES	22417	0	Europe/Madrid	41.9895	0.19503		Cofita		52	HU	22110	
3124862	Cofiñal	cofinal	ES	24857	0	Europe/Madrid	43.03075	-5.26837				55	LE	24121	
3124863	Coeses	coeses	ES	27181	0	Europe/Madrid	42.95	-7.53333		Coeses,Santa Maria Magdalena,Santa María Magdalena		58	LU	27028	
3124871	Coea	coea	ES	27258	0	Europe/Madrid	43.21039	-7.43224		Coea		58	LU	27010	
3124872	Coea	coea	ES	27258	0	Europe/Madrid	43.04621	-6.96918		Coca,Coea		58	LU	27034	
3124874	Codos	codos	ES	50326	273	Europe/Madrid	41.29266	-1.37425		Codos	50086	52	Z	50086	
3124875	Codorniz	codorniz	ES	40463	456	Europe/Madrid	41.06745	-4.60021		Codorniz	40058	55	SG	40058	
3124876	Codornillos	codornillos	ES	24342	0	Europe/Madrid	42.40239	-5.05362		Codornillos		55	LE	24031	
3124878	Codo	codo	ES	50132	221	Europe/Madrid	41.33333	-0.75		Codo		52	Z	50023	
3124883	Codesido	codesido	ES	27825	0	Europe/Madrid	43.31667	-7.75		Codesido,San Martin,San Martín		58	LU	27065	
3124884	Codeseda	codeseda	ES	32170	13	Europe/Madrid	42.61667	-8.43333		Codeseda,Codoseda		58	PO	36017	
3124885	Codesal	codesal	ES	49594	0	Europe/Madrid	41.96938	-6.38143		Codesal		55	ZA	49110	
3124887	Codes	codes	ES	19281	0	Europe/Madrid	41.0783	-2.1217		Codes		54	GU	19170	
3124889	Coculina	coculina	ES	09129	0	Europe/Madrid	42.57957	-3.89251				55	BU	09398	
3124891	Coceña	cocena	ES	33342	0	Europe/Madrid	43.47373	-5.25146				34	O	33019	
3124892	Cocaño	cocano	ES	33946	0	Europe/Madrid	43.3	-5.6		Cocano,Cocaño		34	O	33060	
3124893	Coca de Huebra	coca-de-huebra	ES	37609	0	Europe/Madrid	40.69879	-5.97385		Coca de Huebra		55	SA	37050	
3124894	Coca de Alba	coca-de-alba	ES	37830	124	Europe/Madrid	40.87833	-5.36537		Coca de Alba	37108	55	SA	37108	
3124895	Coca	coca	ES	40480	2042	Europe/Madrid	41.21767	-4.52145		Cauca,Coca,Koka,Kokao,ke ka,Кока,科卡	40057	55	SG	40057	
3124898	Cobreros	cobreros	ES	49396	650	Europe/Madrid	42.07323	-6.70053		Cobreros	49050	55	ZA	49050	
3124899	Cóbreces	cobreces	ES	39320	0	Europe/Madrid	43.38745	-4.21361		Cobreces,Cóbreces		39	S	39001	
3124978	Cirujales	cirujales	ES	24133	0	Europe/Madrid	42.78351	-6.08023		Cirujales		55	LE	24132	
3124902	Cobos de Segovia	cobos-de-segovia	ES	40144	0	Europe/Madrid	40.92251	-4.43952		Cobos de Segovia		55	SG	40180	
3124903	Cobos de Fuentidueña	cobos-de-fuentiduena	ES	40332	56	Europe/Madrid	41.38265	-3.92723		Cobos de Fuentiduena,Cobos de Fuentidueña	40056	55	SG	40056	
3124904	Cobos de Cerrato	cobos-de-cerrato	ES	34248	213	Europe/Madrid	42.02808	-4.00251		Cobos de Cerrato	34060	55	P	34060	
3124908	Cobeta	cobeta	ES	19443	111	Europe/Madrid	40.8656	-2.14211		Cobeta	19090	54	GU	19090	
3124909	Cobertelada	cobertelada	ES	42212	0	Europe/Madrid	41.42214	-2.5626		Cobertelada		55	SO	42020	
3124910	Cobeña	cobena	ES	28863	0	Europe/Madrid	43.19326	-4.58393		Cobena,Cobeña		39	S	39022	
3124911	Cobeña	cobena	ES	28863	3933	Europe/Madrid	40.56667	-3.5		Cobena,Cobeña	28041	29	M	28041	
3124914	Cobeja	cobeja	ES	45291	2037	Europe/Madrid	40.02076	-3.85599		Cobeja	45051	54	TO	45051	
3124915	Cobayas	cobayas	ES	33538	0	Europe/Madrid	43.32137	-5.42381				34	O	33049	
3124916	Cobatillas	cobatillas	ES	30163	0	Europe/Madrid	40.67158	-0.74241		Cobatillas		52	TE	44123	
3124920	Coballes	coballes	ES	33995	0	Europe/Madrid	43.19081	-5.38609		Coballes		34	O	33015	
3124925	Coaña	coana	ES	33795	3440	Europe/Madrid	43.51392	-6.75527		Coana,Coano,Coaña,Coaño,Cuana,Cuaña,Cuina,Cuiña,Koan'ja,Koanija,ke a ni ya,kwanya,kyanya,Коания,Коанья,كوانيا,کئانیا,科阿尼亚	33018	34	O	33018	
3124926	Coalla	coalla	ES	33829	0	Europe/Madrid	43.33436	-6.05483		Coalla		34	O	33026	
3124935	Clavillas	clavillas	ES	33841	0	Europe/Madrid	43.1725	-6.25798		Clavillas		34	O	33068	
3124936	Clavijo	clavijo	ES	26130	263	Europe/Madrid	42.34897	-2.42666		Clavijo,Clavillo,Klavikho,Klavixo,ke la wei huo,Клавихо,Клавіхо,Կլավիխո,克拉维霍	26051	27	LO	26051	
3124938	Clariana de Cardener	clariana-de-cardener	ES	25290	147	Europe/Madrid	41.93333	1.63333		Clariana de Cardener		56	B	08047	
3124940	Clarés de Ribota	clares-de-ribota	ES	50314	99	Europe/Madrid	41.52957	-1.83773		Clares de Ribota,Clarés de Ribota	50084	52	Z	50084	
3124941	Clares	clares	ES	19281	0	Europe/Madrid	41.03365	-2.1434		Clares		54	GU	19170	
3124943	Claravalls	claravalls	ES	25353	0	Europe/Madrid	41.70282	1.12512		Claravalls		56	L	25217	
3124945	Clarà	clara	ES	25289	0	Europe/Madrid	41.15	1.41667				56	T	43153	
3124946	Clamosa	clamosa	ES	22438	0	Europe/Madrid	42.26506	0.23539		Clamosa		52	HU	22113	
3124952	Cladells	cladells	ES	17444	0	Europe/Madrid	41.85728	2.56353		Cladells		56	GI	17164	
3124954	Cizur Menor	cizur-menor	ES	31190	0	Europe/Madrid	42.78665	-1.6773		Zizur txikia		32	NA	31907	
3124956	Civís	civis	ES	25799	0	Europe/Madrid	42.46481	1.42316		Civis,Civís		56	L	25140	
3124959	Ciutadilla	ciutadilla	ES	25341	256	Europe/Madrid	41.56113	1.13935		Ciutadilla	25074	56	L	25074	
3124962	Siurana	siurana	ES	17469	155	Europe/Madrid	42.20916	2.99392		Siurana,Сиурана	17052	56	GI	17052	
3124963	Ciudad Rodrigo	ciudad-rodrigo	ES	37500	14080	Europe/Madrid	40.6	-6.53333		Ciarrodrigu,Cidade Rodrigo,Ciudad Rodrigo,Ciudad-Rodrigo,S'judad-Rodrigo,Siudad-Rodrigo,luo de li ge cheng,Сьюдад-Родриго,Сьюдад-Родріго,シウダ・ロドリーゴ,罗德里戈城	37107	55	SA	37107	
3124969	Citores del Páramo	citores-del-paramo	ES	09123	0	Europe/Madrid	42.3943	-3.98357				55	BU	09363	
3124970	Cistierna	cistierna	ES	24800	3897	Europe/Madrid	42.80344	-5.12664		Cistierna,Sist'erna,thystyrna,xi si tie er na,Систьерна,Сістьєрна,ثيستيرنا,西斯铁尔纳	24056	55	LE	24056	
3124972	Cistella	cistella	ES	17741	233	Europe/Madrid	42.2687	2.8478		Cistella	17051	56	GI	17051	
3124974	Cisneros	cisneros	ES	34320	543	Europe/Madrid	42.22046	-4.85807		Cisneros,Sisneros,xi si nei luo si,Сиснерос,Сіснерос,西斯内罗斯	34059	55	P	34059	
3124975	Cisla	cisla	ES	05211	173	Europe/Madrid	40.96662	-5.01405		Cisla	05060	55	AV	05060	
3124977	Cirujales del Río	cirujales-del-rio	ES	42180	40	Europe/Madrid	41.86691	-2.32549		Chujales del Rio,Chujales del Río,Cirujales del Rio,Cirujales del Río	42065	55	SO	42065	
3124979	Cirugeda	cirugeda	ES	44158	0	Europe/Madrid	40.74634	-0.68044		Cirugeda		52	TE	44017	
3124980	Cirueña	ciruena	ES	26258	115	Europe/Madrid	42.41214	-2.89593		Ciruena,Cirueña	26050	27	LO	26050	
3124981	Ciruelos de Coca	ciruelos-de-coca	ES	40496	0	Europe/Madrid	41.22433	-4.58134		Ciruelos de Coca		55	SG	40057	
3124982	Ciruelos de Cervera	ciruelos-de-cervera	ES	09610	139	Europe/Madrid	41.90562	-3.53015		Ciruelos de Cervera	09105	55	BU	09105	
3124985	Ciruelos	ciruelos	ES	45314	0	Europe/Madrid	41.44182	-3.70347				55	SG	40161	
3124986	Ciruelos	ciruelos	ES	45314	47	Europe/Madrid	41.00842	-2.22042				54	GU	19170	
3124988	Ciruelas	ciruelas	ES	19197	98	Europe/Madrid	40.75021	-3.0858		Ciruelas	19088	54	GU	19088	
3124989	Ciruela	ciruela	ES	42367	0	Europe/Madrid	41.44228	-2.82015		Ciruela		55	SO	42035	
3124990	Cirueches	cirueches	ES	19266	0	Europe/Madrid	41.10401	-2.74273		Cirueches		54	GU	19257	
3124991	Ciriza	ciriza	ES	31174	70	Europe/Madrid	42.79019	-1.82822		Ciriza	31075	32	NA	31075	
3124992	Cirión	cirion	ES	09588	0	Europe/Madrid	43.0996	-3.13797				55	BU	09410	
3124993	Cirio	cirio	ES	27273	0	Europe/Madrid	43.1086	-7.38074		Cirio		58	LU	27046	
3124994	Ciriñuela	cirinuela	ES	26258	0	Europe/Madrid	42.42249	-2.89261		Cirinuela,Ciriñuela		27	LO	26050	
3124995	Cirieño	cirieno	ES	33557	0	Europe/Madrid	43.26667	-5.2				34	O	33003	
3124997	Ciria	ciria	ES	42138	100	Europe/Madrid	41.61831	-1.96578		Ciria	42064	55	SO	42064	
3124998	Cires	cires	ES	22486	0	Europe/Madrid	43.24292	-4.49985		Cires		39	S	39034	
3125002	Cirat	cirat	ES	12231	304	Europe/Madrid	40.05	-0.45		Cinat,Ciral,Cirat	12046	60	CS	12046	
3125006	Cipérez	ciperez	ES	37216	376	Europe/Madrid	40.9621	-6.26552		Ciperez,Cipérez	37106	55	SA	37106	
3125007	Ziordia	ziordia	ES	31809	0	Europe/Madrid	42.87068	-2.22954		Ciordia,Ziordia	31073	32	NA	31073	
3125008	Cional	cional	ES	49563	0	Europe/Madrid	41.9587	-6.33925		Cional		55	ZA	49262	
3125009	Cintruénigo	cintruenigo	ES	31592	6708	Europe/Madrid	42.07937	-1.80458		Cintruenico,Cintruenigo,Cintruénico,Cintruénigo,Zentroniko	31072	32	NA	31072	
3125015	Ciñera	cinera	ES	24660	0	Europe/Madrid	42.88527	-5.63496		Cinera,Ciñera		55	LE	24114	
3125016	Cinctorres	cinctorres	ES	12318	512	Europe/Madrid	40.58333	-0.21667		Cinctorres	12045	60	CS	12045	
3125017	Cincovillas	cincovillas	ES	19277	0	Europe/Madrid	41.33217	-3.45478		Cincovillas		55	SG	40079	
3125018	Cincovillas	cincovillas	ES	19277	39	Europe/Madrid	41.20501	-2.81834			19087	54	GU	19087	
3125019	Cinco Villas	cinco-villas	ES	28754	0	Europe/Madrid	40.95589	-3.60896		Cinco Villas		29	M	28902	
3125020	Cinco Olivas	cinco-olivas	ES	50782	122	Europe/Madrid	41.33966	-0.37116		Cinco Olivas	50083	52	Z	50083	
3125023	Cimiano	cimiano	ES	33579	0	Europe/Madrid	43.32474	-4.5752				34	O	33047	
3125024	Cimballa	cimballa	ES	50213	135	Europe/Madrid	41.10118	-1.77352		Cimballa	50082	52	Z	50082	
3125025	Cimanes del Tejar	cimanes-del-tejar	ES	24272	872	Europe/Madrid	42.61789	-5.80506		Cimanes del Tejar	24055	55	LE	24055	
3125026	Cimanes de la Vega	cimanes-de-la-vega	ES	24239	615	Europe/Madrid	42.11646	-5.59851			24054	55	LE	24054	
3125036	Zilbeti	zilbeti	ES	31639	0	Europe/Madrid	42.98333	-1.46667		Cilbeti,Cilveti,Zilbeti		32	NA	31092	
3125038	Cilloruelo	cilloruelo	ES	37874	0	Europe/Madrid	40.91133	-5.4726		Caserio Cilloruelo,Caserío Cilloruelo,Cilloruelo		55	SA	37121	
3125039	Cilleruelo de San Mamés	cilleruelo-de-san-mames	ES	40551	45	Europe/Madrid	41.4322	-3.56614		Cilleruelo de San Mames,Cilleruelo de San Mamés	40055	55	SG	40055	
3125040	Cilleruelo de Bricia	cilleruelo-de-bricia	ES	09572	0	Europe/Madrid	42.89462	-3.84772		Cilleruelo de Bricia		55	BU	09011	
3125041	Cilleruelo de Bezana	cilleruelo-de-bezana	ES	09572	0	Europe/Madrid	42.97341	-3.84892		Cilleruela,Cilleruelo de Bezana,Gilleruelo de Bezana,Valle de Hoz de Arriba		55	BU	09413	
3125042	Cilleruelo de Arriba	cilleruelo-de-arriba	ES	09349	68	Europe/Madrid	41.90487	-3.66102		Cilleruelo,Cilleruelo de Arriba	09104	55	BU	09104	
3125043	Cilleruelo de Abajo	cilleruelo-de-abajo	ES	09349	283	Europe/Madrid	41.88405	-3.79723		Cilleruelo de Abajo	09103	55	BU	09103	
3125044	Cilleros el Hondo	cilleros-el-hondo	ES	37183	0	Europe/Madrid	40.84905	-5.70796		Cilleros el Hondo		55	SA	37209	
3125045	Cilleros de la Bastida	cilleros-de-la-bastida	ES	37621	35	Europe/Madrid	40.57614	-6.06094		Cilleros de la Bastida	37104	55	SA	37104	
3125047	Cilleros	cilleros	ES	10895	1964	Europe/Madrid	40.11486	-6.79256		Cilleros,Cillerus,Sil'eros,kaylyrws,xi lie luo si,Сильерос,Сільєрос,كايليروس,西列罗斯	10064	57	CC	10064	
3125050	Cillas	cillas	ES	19339	0	Europe/Madrid	42.53031	-0.21097				52	HU	22252	
3125051	Cillas	cillas	ES	19339	0	Europe/Madrid	40.9425	-1.84732		Cillas		54	GU	19243	
3125053	Cillanueva	cillanueva	ES	24251	0	Europe/Madrid	42.46912	-5.61976				55	LE	24006	
3125054	Cillán	cillan	ES	05149	131	Europe/Madrid	40.70675	-4.98135		Cillan,Cillán	05059	55	AV	05059	
3125055	Cillamayor	cillamayor	ES	34829	0	Europe/Madrid	42.86165	-4.27868		Cillamayor		55	P	34027	
3125058	Cihuri	cihuri	ES	26210	170	Europe/Madrid	42.56499	-2.92287		Cihuri,Zihuri	26049	27	LO	26049	
3125059	Cihuela	cihuela	ES	42126	80	Europe/Madrid	41.40721	-1.99989		Cihuela	42063	55	SO	42063	
3125060	Ciguñuela	cigunuela	ES	47191	397	Europe/Madrid	41.64064	-4.85688		Cigunuela,Ciguñuela	47051	55	VA	47051	
3125062	Ciguera	ciguera	ES	24991	0	Europe/Madrid	42.96271	-5.14578		Ciguera		55	LE	24060	
3125063	Cigüenza	ciguenza	ES	09556	0	Europe/Madrid	43.38791	-4.18054		Ciguenza,Cigüenza		39	S	39001	
3125064	Cigüenza	ciguenza	ES	09556	0	Europe/Madrid	42.94197	-3.59888				55	BU	09903	
3125066	Cigüedres	ciguedres	ES	33844	0	Europe/Madrid	43.23074	-6.27606		Ciguedres,Cigüedres		34	O	33005	
3125067	Cigudosa	cigudosa	ES	42113	54	Europe/Madrid	41.93333	-2.05		Cigudosa	42062	55	SO	42062	
3125068	Cigales	cigales	ES	47270	3482	Europe/Madrid	41.7578	-4.69848		Cigales	47050	55	VA	47050	
3125069	Ziga	ziga	ES	31796	184	Europe/Madrid	43.11875	-1.57154		Ziga		32	NA	31050	
3125070	Cifuentes de Rueda	cifuentes-de-rueda	ES	24166	0	Europe/Madrid	42.60575	-5.25916		Cifuentes de Rueda		55	LE	24079	
3125072	Cifuentes	cifuentes	ES	19420	2026	Europe/Madrid	40.78622	-2.62245		Cifuentes,Sifuehntes,Sifuentes,xi feng te si,Сифуэнтес,Сіфуентес,Սիֆուենտես,西丰特斯	19086	54	GU	19086	
3125077	Zierbena	zierbena	ES	48508	9418	Europe/Madrid	43.35	-3.08333		Ciervana,Ciervana-Abanto,Ciérvana,Ciérvana-Abanto,La Cuesta,La Cuesta-Ciervana,La Cuesta-Ciérvana,Zierbena	48913	59	BI	48913	
3125080	Cienfuegos	cienfuegos	ES	33116	0	Europe/Madrid	43.13457	-5.93165		Cienfuegos		34	O	33053	
3125081	Cien	cien	ES	33558	0	Europe/Madrid	43.2465	-5.10206		Cien		34	O	33003	
3125082	Ciempozuelos	ciempozuelos	ES	28350	22132	Europe/Madrid	40.15913	-3.62103			28040	29	M	28040	
3125083	Cidones	cidones	ES	42145	367	Europe/Madrid	41.81444	-2.63991		Cidones,Sidones,xi duo nei si,Сидонес,Сідонес,西多内斯	42061	55	SO	42061	
3125084	Cidamón	cidamon	ES	26291	33	Europe/Madrid	42.49518	-2.87834		Cidamon,Cidamón	26048	27	LO	26048	
3125085	Cidad de Valdeporres	cidad-de-valdeporres	ES	09574	0	Europe/Madrid	43.00768	-3.75672		Cidad,Cidad de Valdeporres		55	BU	09216	
3125086	Cidad de Ebro	cidad-de-ebro	ES	09558	0	Europe/Madrid	42.89092	-3.71376		Cidad de Ebro		55	BU	09409	
3125089	Zekuiano / Cicujano	cicujano	ES	01129	0	Europe/Madrid	42.75381	-2.43865		Cicujano,Zekuiano		59	VI	01037	
3125090	Cicero	cicero	ES	39790	0	Europe/Madrid	43.40457	-3.48914		Cicero		39	S	39009	
3125092	Cicera	cicera	ES	39580	0	Europe/Madrid	43.2354	-4.55034		Cicera		39	S	39049	
3125093	Cibuyo	cibuyo	ES	33813	0	Europe/Madrid	43.12279	-6.57777		Cibuyo		34	O	33011	
3125094	Cibrán	cibran	ES	32101	0	Europe/Madrid	43.05124	-9.13263		Cibran,Cibrian,Cibrián,Cibrán		58	C	15052	
3125096	Cibanal	cibanal	ES	49230	0	Europe/Madrid	41.30955	-6.30709		Cibanal		55	ZA	49264	
3125097	Ciáurriz	ciaurriz	ES	31799	0	Europe/Madrid	42.92814	-1.63699		Ciaurriz,Ciáurriz,Ziaurritz		32	NA	31186	
3125098	Ciaño	ciano	ES	33900	0	Europe/Madrid	43.28876	-5.6692		Gano		34	O	33031	
3125099	Ciadoncha	ciadoncha	ES	09228	93	Europe/Madrid	42.15814	-3.93235		Ciadoncha	09101	55	BU	09101	
3125100	Cía	cia	ES	31867	0	Europe/Madrid	42.92853	-1.77592				32	NA	31131	
3125107	Soto del Real	soto-del-real	ES	28791	0	Europe/Madrid	40.75257	-3.78019		Chozas de la Sierra		29	M	28144	
3125108	Chozas de Canales	chozas-de-canales	ES	45960	1912	Europe/Madrid	40.10014	-4.04333		Chozas de Canales	45056	54	TO	45056	
3125109	Chozas de Arriba	chozas-de-arriba	ES	24392	0	Europe/Madrid	42.52062	-5.70016		Chozas de Arriba		55	LE	24065	
3125110	Chozas de Abajo	chozas-de-abajo	ES	24392	1976	Europe/Madrid	42.50657	-5.68656		Chozas de Abajo	24065	55	LE	24065	
3125115	Chouzán	chouzan	ES	27532	0	Europe/Madrid	42.51667	-7.71667		Chouzan,Chouzán		58	LU	27041	
3125131	Chorente	chorente	ES	27392	0	Europe/Madrid	43.09594	-9.20344		Chorente		58	C	15052	
3125132	Chorente	chorente	ES	27392	0	Europe/Madrid	42.71667	-7.45		Chorente,San Julian,San Julián		58	LU	27057	
3125134	Chodes	chodes	ES	50269	156	Europe/Madrid	41.48696	-1.48012		Chodes	50093	52	Z	50093	
3125139	Chisagüés	chisagues	ES	22365	0	Europe/Madrid	42.66489	0.18595		Chisagues,Chisagüés		52	HU	22057	
3125142	Chiprana	chiprana	ES	50792	355	Europe/Madrid	41.26317	-0.12741		Chiprana	50092	52	Z	50092	
3125144	Chinchón	chinchon	ES	28370	4886	Europe/Madrid	40.1402	-3.42267		Chinchon,Chinchón,Cincono,qin qiong,tshyntshwn,Ĉinĉono,Чинчон,تشينتشون,钦琼	28052	29	M	28052	
3125147	Chimillas	chimillas	ES	22194	310	Europe/Madrid	42.17033	-0.45168		Chimillas	22096	52	HU	22096	
3125149	Chiloeches	chiloeches	ES	19160	1791	Europe/Madrid	40.57038	-3.16003		Chiloeches	19105	54	GU	19105	
3125150	Chillarón del Rey	chillaron-del-rey	ES	19128	120	Europe/Madrid	40.59818	-2.69126		Chillaron del Rey,Chillarón del Rey	19106	54	GU	19106	
3125151	Chillarón de Cuenca	chillaron-de-cuenca	ES	16190	474	Europe/Madrid	40.10539	-2.22181		Chillaron,Chillarón	16023	54	CU	16023	
3125159	Chibluco	chibluco	ES	22192	0	Europe/Madrid	42.21219	-0.3577		Chibluco		52	HU	22150	
3125161	Chía	chia	ES	22465	114	Europe/Madrid	42.5208	0.46563		Chia,Chía,Gia	22095	52	HU	22095	
3125162	Xerta	xerta	ES	43592	0	Europe/Madrid	40.9	0.5		Cherta,Xerta		56	T	43149	
3125165	Chércoles	chercoles	ES	42222	0	Europe/Madrid	41.37138	-2.3009		Chercoles,Chércoles		55	SO	42018	
3125166	Xerallo	xerallo	ES	25555	0	Europe/Madrid	42.36983	0.86522		Xerallo		56	L	25234	
3125167	Chera	chera	ES	19353	0	Europe/Madrid	40.79051	-1.77224		Chera		54	GU	19227	
3125168	Chequilla	chequilla	ES	19310	19	Europe/Madrid	40.606	-1.82787		Chequilla	19104	54	GU	19104	
3125174	Checa	checa	ES	19310	349	Europe/Madrid	40.58614	-1.79056	1378	Checa	19103	54	GU	19103	
3125178	Chavín	chavin	ES	27864	0	Europe/Madrid	43.61667	-7.58333		Chavin,Chavín,Santa Maria,Santa María		58	LU	27066	
3125179	Chavida	chavida	ES	40171	0	Europe/Madrid	41.07862	-3.88344		Charida,Chavida		55	SG	40188	
3125180	Chaveán	chavean	ES	32767	0	Europe/Madrid	42.33089	-7.35757		Chavean,Chaveán		58	OR	32029	
3125184	Txabarri	txabarri	ES	48191	0	Europe/Madrid	43.24245	-3.10055		Chavarri,Chávarri,Txabarri		59	BI	48037	
3125186	Chavaler	chavaler	ES	42153	0	Europe/Madrid	41.85446	-2.47051		Chavaler		55	SO	42094	
3125187	Chavaga	chavaga	ES	27411	0	Europe/Madrid	42.53333	-7.43333		Chavaga,San Juan		58	LU	27031	
3125188	Chatún	chatun	ES	40241	0	Europe/Madrid	41.29031	-4.34706		Chatun,Chatún		55	SG	40063	
3125194	Charo	charo	ES	22336	0	Europe/Madrid	42.38885	0.25947				52	HU	22113	
3125198	Chapinería	chapineria	ES	28694	1832	Europe/Madrid	40.37891	-4.21009		Chapineria,Chapinería	28051	29	M	28051	
3125204	Chaorna	chaorna	ES	42259	0	Europe/Madrid	41.14657	-2.2328		Chaorna		55	SO	42025	
3125207	Chao de Castro	chao-de-castro	ES	32375	0	Europe/Madrid	42.27556	-7.10335		Chao de Castro		58	OR	32015	
3125208	Chao das Donas	chao-das-donas	ES	32373	0	Europe/Madrid	42.29132	-7.09079		Chao das Donas		58	OR	32015	
3125213	Chanos	chanos	ES	49573	0	Europe/Madrid	42.03993	-6.92678		Chanos		55	ZA	49100	
3125214	Chano de Canero	chano-de-canero	ES	33787	0	Europe/Madrid	43.54313	-6.44622		Chano de Canero,Xano de Canero		34	O	33034	
3125215	Chano	chano	ES	24429	0	Europe/Madrid	42.88356	-6.66982		Chano		55	LE	24112	
3125216	Chañe	chane	ES	40216	714	Europe/Madrid	41.33834	-4.42764		Chane,Chañe	40065	55	SG	40065	
3125219	Chandoiro	chandoiro	ES	32372	0	Europe/Madrid	42.32251	-7.15729		Chandoiro		58	OR	32015	
3125220	Chan de Villar	chan-de-villar	ES	24525	0	Europe/Madrid	42.71955	-6.92516		Chan de Villar		55	LE	24009	
3125228	Chanca	chanca	ES	27618	0	Europe/Madrid	42.73797	-7.44881		Chanca		58	LU	27057	
3125229	Chana de Somoza	chana-de-somoza	ES	24723	0	Europe/Madrid	42.39708	-6.3435		Chana,Chana de Somoza		55	LE	24090	
3125316	Cerulleda	cerulleda	ES	24844	0	Europe/Madrid	42.99994	-5.42431		Cerulleda		55	LE	24177	
3125243	Chalamera	chalamera	ES	22233	156	Europe/Madrid	41.66567	0.16299			22094	52	HU	22094	
3125252	Chagarcia Medianero	chagarcia-medianero	ES	37861	112	Europe/Madrid	40.64964	-5.38201		Chagarcia Medianero		55	SA	37114	
3125261	Cézura	cezura	ES	34813	0	Europe/Madrid	43.21725	-3.33571				59	BI	48022	
3125262	Cezura	cezura	ES	34813	0	Europe/Madrid	42.81354	-4.17293		Cezura		55	P	34135	
3125263	Cezana	cezana	ES	33837	0	Europe/Madrid	43.27984	-6.23283		Cezana		34	O	33005	
3125264	Ceyanes	ceyanes	ES	33310	0	Europe/Madrid	43.45535	-5.38459				34	O	33076	
3125266	Cevico Navero	cevico-navero	ES	34247	251	Europe/Madrid	41.86112	-4.18498		Cevico Navero	34058	55	P	34058	
3125267	Cevico de la Torre	cevico-de-la-torre	ES	34218	562	Europe/Madrid	41.85113	-4.40973		Cevico de la Torre	34057	55	P	34057	
3125269	Cetina	cetina	ES	50292	715	Europe/Madrid	41.29208	-1.96281		Cetina	50081	52	Z	50081	
3125270	Cesures	cesures	ES	32315	0	Europe/Madrid	42.40194	-7.01677		Cesures		58	OR	32009	
3125271	Cesuras	cesuras	ES	15391	2422	Europe/Madrid	43.17282	-8.20061		Cesuras,Dordano,Dordaño,Sesuras,kyswras,sai su la si,sesurasu,syswras,Сесурас,سیسوراس,كيسوراس,セスーラス,塞苏拉斯		58	C	15902	
3125275	Cespedosa de Agadones	cespedosa-de-agadones	ES	37510	0	Europe/Madrid	40.42995	-6.50214		Cespedosa de Agadones		55	SA	37157	
3125277	Céspedes	cespedes	ES	09553	0	Europe/Madrid	42.97351	-3.51665				55	BU	09903	
3125278	César	cesar	ES	27618	0	Europe/Madrid	42.96667	-8.41667		Cesar,César,Santa Maria,Santa María		58	C	15078	
3125279	César	cesar	ES	27618	0	Europe/Madrid	42.74793	-7.41467		Cesar,César		58	LU	27057	
3125280	César	cesar	ES	27618	0	Europe/Madrid	42.65	-8.61667				58	PO	36005	
3125281	César	cesar	ES	27618	0	Europe/Madrid	42.61862	-8.87701				58	C	15011	
3125282	César	cesar	ES	27618	0	Europe/Madrid	42.61667	-8.61667		Cesar,César,San Andres,San Andrés		58	PO	36005	
3125287	Cervo	cervo	ES	27891	4908	Europe/Madrid	43.67019	-7.41013		Cervo	27013	58	LU	27013	
3125288	Cervillego de la Cruz	cervillego-de-la-cruz	ES	47494	137	Europe/Madrid	41.18783	-4.94966		Cervillego de la Cruz	47049	55	VA	47049	
3125292	Cervià de Ter	cervia-de-ter	ES	17464	756	Europe/Madrid	42.0665	2.90743		Cervia de Ter,Cervià de Ter	17050	56	GI	17050	
3125293	Cervià de les Garrigues	cervia-de-les-garrigues	ES	25460	0	Europe/Madrid	41.41667	0.86667		Cervia de les Garrigues,Cervià de les Garrigues		56	L	25073	
3125294	Cerveruela	cerveruela	ES	50368	32	Europe/Madrid	41.21567	-1.21525		Cerveruela	50080	52	Z	50080	
3125296	Cervera de Pisuerga	cervera-de-pisuerga	ES	34840	2699	Europe/Madrid	42.86676	-4.49796		Cervera,Cervera de Pisuerga,Servera-de-Pisuehrga,Servera-de-Pisuerga,sai er wei la de pi su ai er jia,Сервера-де-Писуэрга,Сервера-де-Пісуерга,塞尔韦拉德皮苏埃尔加	34056	55	P	34056	
3125297	Cervera del Río Alhama	cervera-del-rio-alhama	ES	26520	3099	Europe/Madrid	42.00517	-1.95531		Cervera de Rio Alhama,Cervera del Rio Alhama,Cervera del Rio Alhambra,Cervera del Río Alhama,Cervera del Río Alhambra,Servera del Rio Alama,Servera-del'-Rio-Al'khama,Servera-del'-Rio-Alama,a er a ma he pan sai er wei la de er,Сервера-дель-Рио-Алама,Сервера-дель-Рио-Альхама,Сервера-дель-Ріо-Алама,Սերվերա դել Ռիո Ալամա,阿尔阿马河畔塞尔韦拉德尔	26047	27	LO	26047	
3125298	Cervera del Rincón	cervera-del-rincon	ES	44720	0	Europe/Madrid	40.76867	-0.96508		Cervera del Rincon,Cervera del Rincón		52	TE	44177	
3125299	Cervera de los Montes	cervera-de-los-montes	ES	45637	346	Europe/Madrid	40.05182	-4.81072		Cervera,Cervera de los Montes	45049	54	TO	45049	
3125300	Cervera del Maestre	cervera-del-maestre	ES	12578	627	Europe/Madrid	40.45366	0.27659		Cervera,Cervera del Maestrat,Cervera del Maestre	12044	60	CS	12044	
3125301	Cervera de la Cañada	cervera-de-la-canada	ES	50312	328	Europe/Madrid	41.43301	-1.73568		Cervera de la Canada,Cervera de la Cañada	50079	52	Z	50079	
3125302	Cervera de Buitrago	cervera-de-buitrago	ES	28193	130	Europe/Madrid	40.91988	-3.52702		Cervera de Buitrago	28039	29	M	28039	
3125307	Cervera	cervera	ES	25200	0	Europe/Madrid	43.40517	-5.38545				34	O	33009	
3125308	Cervera	cervera	ES	25200	8724	Europe/Madrid	41.67003	1.2721				56	L	25905	
3125309	Cervelló	cervello	ES	08758	7151	Europe/Madrid	41.39587	1.95917			08068	56	B	08068	
3125312	Cervatos de la Cueza	cervatos-de-la-cueza	ES	34309	334	Europe/Madrid	42.29054	-4.76947		Cervatos,Cervatos de la Cueza	34055	55	P	34055	
3125313	Cervatos	cervatos	ES	39213	0	Europe/Madrid	42.95568	-4.14735		Cervatos		39	S	39027	
3125315	Cervantes	cervantes	ES	49321	0	Europe/Madrid	42.09541	-6.59004		Cervantes		55	ZA	49179	
3125324	Cerrazo	cerrazo	ES	39539	0	Europe/Madrid	43.36486	-4.1231		Cerrazo		39	S	39060	
3125328	Cerralbo	cerralbo	ES	37291	231	Europe/Madrid	40.97347	-6.5871		Cerralbo	37101	55	SA	37101	
3125336	Seró	sero	ES	25739	0	Europe/Madrid	41.86667	1.11667		Sero,Seró		56	L	25150	
3125337	Cernías	cernias	ES	33731	0	Europe/Madrid	43.28333	-6.81667		Cernias,Cernías		34	O	33029	
3125339	Cernégula	cernegula	ES	09141	0	Europe/Madrid	42.63977	-3.62429				55	BU	09906	
3125340	Cernego	cernego	ES	32348	0	Europe/Madrid	42.44092	-7.07393		Cernego,San Victor		58	OR	32088	
3125342	Cernecina	cernecina	ES	49271	0	Europe/Madrid	41.37011	-5.94305		Cernecina		55	ZA	49152	
3125343	Cernado	cernado	ES	32785	31	Europe/Madrid	43.18333	-9.03333				58	C	15040	
3125344	Cernado	cernado	ES	32785	0	Europe/Madrid	42.23978	-7.22296		Cernado		58	OR	32044	
3125345	Cernadilla	cernadilla	ES	49325	173	Europe/Madrid	42.02083	-6.41701		Cernadilla	49048	55	ZA	49048	
3125347	Cermuño	cermuno	ES	33310	0	Europe/Madrid	43.44428	-5.4085		Cemuno,Cemuño,Cermuno,Cermuño		34	O	33076	
3125348	Cermoño	cermono	ES	33859	0	Europe/Madrid	43.37787	-6.20867		Cermono,Cermoño		34	O	33059	
3125352	Cerezo de Río Tirón	cerezo-de-rio-tiron	ES	09270	0	Europe/Madrid	42.4914	-3.136		Cerezo,Sereso-de-Rio-Tiron,sai lei suo de li ao di long,syryzw dy rayw tayrwn,Сересо-де-Рио-Тирон,Сересо-де-Ріо-Тірон,سيريزو دي رايو تايرون,塞雷索德里奥蒂龙	09098	55	BU	09098	
3125353	Cerezo de Mohernando	cerezo-de-mohernando	ES	19229	0	Europe/Madrid	40.87181	-3.12223		Cerezo de Mohernando		54	GU	19151	
3125354	Cerezo de Arriba	cerezo-de-arriba	ES	40592	186	Europe/Madrid	41.2389	-3.55846		Cerezo de Arriba	40054	55	SG	40054	
3125355	Cerezo de Abajo	cerezo-de-abajo	ES	40591	200	Europe/Madrid	41.21817	-3.59126		Cerezo de Abajo	40053	55	SG	40053	
3125357	Cerezo	cerezo	ES	09585	197	Europe/Madrid	40.23678	-6.22764		Cerezo	10063	57	CC	10063	
3125358	Cerezaliz	cerezaliz	ES	33819	0	Europe/Madrid	43.15602	-6.42712		Cerezaliz		34	O	33011	
3125359	Cerezales del Condado	cerezales-del-condado	ES	24150	76	Europe/Madrid	42.71405	-5.35758	880	Cerezales del Condado		55	LE	24201	
3125360	Cerezal de Tremor	cerezal-de-tremor	ES	24374	0	Europe/Madrid	42.61667	-6.28333		Cerezal de Tremor		55	LE	24170	
3125361	Cerezal de Sanabria	cerezal-de-sanabria	ES	49325	0	Europe/Madrid	42.06561	-6.44626		Cerezal de Sanabria		55	ZA	49017	
3125362	Cerezal de Puertas	cerezal-de-puertas	ES	37159	0	Europe/Madrid	41.08499	-6.25521		Cerezal de Puertas		55	SA	37262	
3125363	Cerezal de Peñahorcada	cerezal-de-penahorcada	ES	37253	127	Europe/Madrid	41.13071	-6.65357		Cerezal de Penahorcada,Cerezal de Peñahorcada	37100	55	SA	37100	
3125364	Cerezal de Aliste	cerezal-de-aliste	ES	49164	0	Europe/Madrid	41.58668	-6.04905		Cerezal de Aliste		55	ZA	49135	
3125365	Cerezal	cerezal	ES	10627	0	Europe/Madrid	43.49833	-6.59105				34	O	33034	
3125366	Cerezal	cerezal	ES	10627	0	Europe/Madrid	43.36906	-6.44257				34	O	33073	
3125367	Cerezal	cerezal	ES	10627	0	Europe/Madrid	42.87315	-7.1744				58	LU	27006	
3125368	Cerezal	cerezal	ES	10627	0	Europe/Madrid	42.78333	-5				55	LE	24118	
3125370	Cerésola	ceresola	ES	22623	0	Europe/Madrid	42.43613	-0.24324				52	HU	22199	
3125371	Ceresa	ceresa	ES	22361	0	Europe/Madrid	42.50855	0.17801		Ceresa,Zeresa		52	HU	22190	
3125378	Cereixa	cereixa	ES	27334	0	Europe/Madrid	42.55	-7.41667		San Pedro		58	LU	27031	
3125380	Cerecinos del Carrizal	cerecinos-del-carrizal	ES	49125	157	Europe/Madrid	41.68384	-5.65303		Cerecinos,Cerecinos del Carrizal	49047	55	ZA	49047	
3125381	Cerecinos de Campos	cerecinos-de-campos	ES	49640	388	Europe/Madrid	41.90017	-5.48605		Cerecinos,Cerecinos de Campos	49046	55	ZA	49046	
3125382	Cerecedo del Monte	cerecedo-del-monte	ES	33878	0	Europe/Madrid	43.36915	-6.59548		Cerecedo del Monte		34	O	33073	
3125386	Cereceda de la Sierra	cereceda-de-la-sierra	ES	37621	97	Europe/Madrid	40.56627	-6.0914		Cereceda de la Sierra	37099	55	SA	37099	
3125387	Cereceda	cereceda	ES	05620	0	Europe/Madrid	43.38191	-5.24846		Cereceda		34	O	33049	
3125388	Cereceda	cereceda	ES	05620	0	Europe/Madrid	43.31758	-3.41793		Cereceda		39	S	39058	
3125389	Cereceda	cereceda	ES	05620	0	Europe/Madrid	43.25893	-6.60591				34	O	33001	
3125390	Cereceda	cereceda	ES	05620	0	Europe/Madrid	42.78145	-3.47037		Cereceda		55	BU	09238	
3125391	Cereceda	cereceda	ES	05620	0	Europe/Madrid	40.62202	-2.6359		Cereceda		54	GU	19211	
3125392	Cereceda	cereceda	ES	05620	0	Europe/Madrid	40.35349	-5.56142		Barrio Cereceda,Cereceda		55	AV	05051	
3125394	Cerébanes	cerebanes	ES	33579	0	Europe/Madrid	43.32099	-4.61589		Serebanes,Serébanes		34	O	33047	
3125395	Cerdillo	cerdillo	ES	49359	0	Europe/Madrid	42.13942	-6.65883		Cerdillo		55	ZA	49224	
3125396	Cérdigo	cerdigo	ES	39798	0	Europe/Madrid	43.39942	-3.26624		Cerdigo,Cérdigo		39	S	39020	
3125397	Cerdido	cerdido	ES	15530	1535	Europe/Madrid	43.62063	-7.99959		Cerdido,San Martin,San Martín	15025	58	C	15025	
3125399	Cerdeiras	cerdeiras	ES	27373	0	Europe/Madrid	43.13333	-7.7		Cerdeiras,San Pedro Felix,San Pedro Félix		58	LU	27007	
3125402	Cerdedelo	cerdedelo	ES	32621	0	Europe/Madrid	42.08692	-7.39648		Cerdedelo		58	OR	32039	
3125408	Cercedilla	cercedilla	ES	28470	6747	Europe/Madrid	40.74101	-4.05644			28038	29	M	28038	
3125410	Cerceda	cerceda	ES	15185	0	Europe/Madrid	43.18333	-8.48333		Cerceda,San Martin,San Martín	15024	58	C	15024	
3125411	Cerceda	cerceda	ES	15185	0	Europe/Madrid	42.91532	-8.31881		Cerceda		58	C	15066	
3125412	Cerceda	cerceda	ES	15185	0	Europe/Madrid	42.87208	-7.51428				58	LU	27014	
3125413	Cerceda	cerceda	ES	15185	0	Europe/Madrid	40.69893	-3.93365		Cerceda		29	M	28023	
3125414	Cercadillo	cercadillo	ES	19269	0	Europe/Madrid	41.16335	-2.79211		Cercadillo		54	GU	19257	
3125415	Cerbón	cerbon	ES	42181	45	Europe/Madrid	41.92934	-2.16895		Cerbon,Cerbón	42060	55	SO	42060	
3125423	Cepedelo	cepedelo	ES	32558	0	Europe/Madrid	42.12543	-7.00372		Cepedelo,Santa Maria de Cepedelo,Santa María de Cepedelo		58	OR	32086	
3125424	Cepeda la Mora	cepeda-la-mora	ES	05132	106	Europe/Madrid	40.4578	-5.04833		Cepeda la Mora	05058	55	AV	05058	
3125426	Cepeda	cepeda	ES	37656	0	Europe/Madrid	42.29144	-8.5952		Cepeda,San Pedro		58	PO	36045	
3125427	Cepeda	cepeda	ES	37656	471	Europe/Madrid	40.466	-6.041		Cepeda,Sepeda,sai pei da,Сепеда,Սեպեդա,塞佩达	37098	55	SA	37098	
3125435	Centenero	centenero	ES	22830	0	Europe/Madrid	42.42598	-0.66513		Centenero		52	HU	22173	
3125436	Centenera del Campo	centenera-del-campo	ES	42216	0	Europe/Madrid	41.40343	-2.50101		Centenera,Centenera del Campo		55	SO	42068	
3125437	Centenera de Andaluz	centenera-de-andaluz	ES	42211	23	Europe/Madrid	41.50679	-2.71813		Centenera de Andaluz,Sentenera-de-Andalus,sen te nei la de ya en da lu si,Сентенера-де-Андалус,森特内拉德亚恩达卢斯	42059	55	SO	42059	
3125440	Centenera	centenera	ES	19151	98	Europe/Madrid	40.65064	-3.0512		Centenera	19082	54	GU	19082	
3125441	Centenales	centenales	ES	33811	0	Europe/Madrid	43.02169	-6.80227		Centenales		34	O	33028	
3125442	Centelles	centelles	ES	08540	6493	Europe/Madrid	41.79746	2.21902	466	Centelles		56	B	08067	
3125445	Cenlle	cenlle	ES	32454	1555	Europe/Madrid	42.34183	-8.08982		Cenlle	32025	58	OR	32025	
3125447	Zeinka-Zearregi	zeinka-zearregi	ES	48278	0	Europe/Madrid	43.25657	-2.55295				59	BI	48915	
3125448	Cenicientos	cenicientos	ES	28650	0	Europe/Madrid	40.26459	-4.46683		Cenicientos	28037	29	M	28037	
3125449	Cenicero	cenicero	ES	26350	2020	Europe/Madrid	42.4813	-2.64412		Cenicero,Ceracero	26046	27	LO	26046	
3125451	Cenero	cenero	ES	33393	0	Europe/Madrid	43.5	-5.73333		Cenero,San Juan,San Juan de Cenero		34	O	33024	
3125453	Cenera	cenera	ES	33615	0	Europe/Madrid	43.2173	-5.81859				34	O	33037	
3125454	Cenegro	cenegro	ES	42342	0	Europe/Madrid	41.49978	-3.35655		Cenegro		55	SO	42086	
3125455	Cendejas del Padrastro	cendejas-del-padrastro	ES	19245	0	Europe/Madrid	40.99051	-2.87744		Cendejas del Padrastro		54	GU	19080	
3125456	Cendejas de la Torre	cendejas-de-la-torre	ES	19245	64	Europe/Madrid	40.97916	-2.85053		Cendejas de la Torre	19081	54	GU	19081	
3125460	Ceñal	cenal	ES	33519	0	Europe/Madrid	43.43593	-5.6139		Cenal,Ceñal		34	O	33066	
3125461	Cembrero	cembrero	ES	34407	0	Europe/Madrid	42.56178	-4.43609		Cembrero		55	P	34222	
3125462	Cembranos	cembranos	ES	24231	0	Europe/Madrid	42.48596	-5.58869				55	LE	24065	
3125463	Cemboráin	cemborain	ES	31422	0	Europe/Madrid	42.73838	-1.51955		Cembarain,Cembaráin		32	NA	31237	
3125465	Celucos	celucos	ES	39553	0	Europe/Madrid	43.27552	-4.43335		Celucos		39	S	39063	
3125466	Céltigos	celtigos	ES	27614	0	Europe/Madrid	43.71667	-7.78333		Celtigos,Céltigos,San Julian,San Julián		58	C	15061	
3125467	Céltigos	celtigos	ES	27614	0	Europe/Madrid	43.03333	-8.2		Celligos,Celtigos,Célligos,Céltigos,San Julian,San Julián		58	C	15038	
3125468	Céltigos	celtigos	ES	27614	0	Europe/Madrid	42.83406	-7.38934				58	LU	27057	
3125469	Celrà	celra	ES	17460	3372	Europe/Madrid	42.03333	2.88333		Celra,Celrà,Celrá	17049	56	GI	17049	
3125472	Celón	celon	ES	33889	0	Europe/Madrid	43.23959	-6.58528		Celon,Celón		34	O	33001	
3125473	Cellorigo	cellorigo	ES	26212	23	Europe/Madrid	42.62703	-3.00016		Cellorigo	26045	27	LO	26045	
3125476	Celles	celles	ES	33519	0	Europe/Madrid	43.41667	-5.68333		Celles,San Juan		34	O	33066	
3125477	Celleruelo	celleruelo	ES	33991	0	Europe/Madrid	43.23864	-5.53758		Celleruelo		34	O	33032	
3125478	Cellán de Mosteiro	cellan-de-mosteiro	ES	27143	0	Europe/Madrid	42.99261	-7.32546		Cellan de Mosteiro,Cellán de Mosteiro		58	LU	27011	
3125479	Cellán de Calvos	cellan-de-calvos	ES	27143	0	Europe/Madrid	43.00368	-7.3151		Cellan de Calvos,Cellán de Calvos		58	LU	27011	
3125480	Cella	cella	ES	44370	2820	Europe/Madrid	40.45325	-1.2875		Cella	44076	52	TE	44076	
3125481	Celis	celis	ES	39553	0	Europe/Madrid	43.28294	-4.43335		Celis		39	S	39063	
3125484	Zelaieta	zelaieta	ES	48314	0	Europe/Madrid	43.35	-2.65		Celayeta,Celayetas,Zelaieta		59	BI	48041	
3125486	Celavente	celavente	ES	32372	0	Europe/Madrid	42.3316	-7.0916		Celavente		58	OR	32015	
3125488	Celanova	celanova	ES	32800	6089	Europe/Madrid	42.15303	-7.95513			32024	58	OR	32024	
3125490	Celadilla-Sotobrín	celadilla-sotobrin	ES	09140	0	Europe/Madrid	42.45676	-3.72549		Celadilla-Sotobrin,Celadilla-Sotobrín		55	BU	09906	
3125491	Celadilla del Río	celadilla-del-rio	ES	34111	0	Europe/Madrid	42.60766	-4.79494		Celadilla del Rio,Celadilla del Río		55	P	34129	
3125492	Celadilla del Páramo	celadilla-del-paramo	ES	24392	0	Europe/Madrid	42.51909	-5.80294		Celadilla del Paramo,Celadilla del Páramo		55	LE	24205	
3125493	Celadas	celadas	ES	44194	420	Europe/Madrid	40.47542	-1.15013				52	TE	44216	
3125494	Celada-Marlantes	celada-marlantes	ES	39213	0	Europe/Madrid	42.94691	-4.10387		Celada-Marlantes,Celada-Marlantes-Enmedio,Celada-Marsantes		39	S	39027	
3125495	Celada de Roblecedo	celada-de-roblecedo	ES	34846	0	Europe/Madrid	42.94521	-4.43192		Celada de Roblecedo,Celada de Robledo		55	P	34056	
3125496	Celada de los Calderones	celada-de-los-calderones	ES	39210	0	Europe/Madrid	43.01579	-4.25238		Celada de los Calderones		39	S	39032	
3125497	Celada del Camino	celada-del-camino	ES	09226	102	Europe/Madrid	42.26359	-3.93362			09095	55	BU	09095	
3125498	Celada de la Torre	celada-de-la-torre	ES	09591	0	Europe/Madrid	42.42979	-3.63819				55	BU	09904	
3125499	Celada de Cea	celada-de-cea	ES	24326	0	Europe/Madrid	42.42789	-4.94638		Celada		55	LE	24139	
3125500	Celada	celada	ES	24395	0	Europe/Madrid	43.42525	-5.46012				34	O	33076	
3125501	Celada	celada	ES	24395	0	Europe/Madrid	42.42902	-6.02984		Celada		55	LE	24148	
3125502	Cela	cela	ES	04887	0	Europe/Madrid	43.28333	-8.33333		Cela,San Julian,San Julián		58	C	15017	
3125503	Cela	cela	ES	04887	0	Europe/Madrid	43.24853	-6.87964		Cela		34	O	33048	
3125504	Cela	cela	ES	04887	0	Europe/Madrid	43.15	-7.58333		Cela,Santa Maria,Santa María		58	LU	27039	
3125505	Cela	cela	ES	04887	0	Europe/Madrid	42.86667	-7.5				58	LU	27014	
3125506	Cela	cela	ES	04887	0	Europe/Madrid	42.82661	-7.12525				58	LU	27006	
3125507	Cela	cela	ES	04887	0	Europe/Madrid	42.80404	-6.94699				58	LU	27012	
3125508	Cela	cela	ES	04887	0	Europe/Madrid	42.68451	-6.82674		Cela		55	LE	24209	
3125509	Cela	cela	ES	04887	0	Europe/Madrid	42.31667	-8.73333		Cela,Santa Maria,Santa María		58	PO	36029	
3125510	Cela	cela	ES	04887	0	Europe/Madrid	42.16667	-8.66667		Cela,San Pedro		58	PO	36033	
3125511	Cela	cela	ES	04887	0	Europe/Madrid	41.91667	-8.03333				58	OR	32051	
3125515	Cexo	cexo	ES	32813	0	Europe/Madrid	42.10485	-8.01281		Santa Maria,Santa María		58	OR	32084	
3125516	Cejancas	cejancas	ES	39232	0	Europe/Madrid	42.87853	-3.90729		Cejancas		39	S	39094	
3125517	Ceinos de Campos	ceinos-de-campos	ES	47692	273	Europe/Madrid	42.03284	-5.15007		Ceinos,Ceinos de Campos	47048	55	VA	47048	
3125521	Ceguilla	ceguilla	ES	40162	0	Europe/Madrid	41.06434	-3.80675		Ceguilla		55	SG	40007	
3125522	Cegoñal	cegonal	ES	24889	0	Europe/Madrid	42.78699	-4.93984		Cegonal,Cegoñal		55	LE	24183	
3125525	Cefontes	cefontes	ES	33394	0	Europe/Madrid	43.51653	-5.61563		Cefontes		34	O	33024	
3125526	Cee	cee	ES	15270	7381	Europe/Madrid	42.95466	-9.188		Cee,See,Seeh,sai ai,se,sy,sy galysya,Сее,Сеэ,سي,سی گالیسیا,セー,塞埃	15023	58	C	15023	
3125527	Cedrón	cedron	ES	27692	0	Europe/Madrid	42.83333	-7.3		Cedron,Cedrón		58	LU	27026	
3125529	Cedrillas	cedrillas	ES	44147	515	Europe/Madrid	40.43708	-0.8515		Cedrillas	44074	52	TE	44074	
3125530	Cedramán	cedraman	ES	12123	0	Europe/Madrid	40.15	-0.38333		Caserio Cedraman,Caserío Cedraman,Cedraman,Cedramán		60	CS	12041	
3125531	Cedofeita	cedofeita	ES	27711	0	Europe/Madrid	43.49352	-7.12293		Cedofeita,Santa Maria Magdalena,Santa María Magdalena		58	LU	27051	
3125533	Cedillo del Condado	cedillo-del-condado	ES	45214	2070	Europe/Madrid	40.1126	-3.92127		Cedillo del Condado	45047	54	TO	45047	
3125534	Cedillo de la Torre	cedillo-de-la-torre	ES	40550	105	Europe/Madrid	41.42482	-3.60577		Cedillo de la Torre	40052	55	SG	40052	
3125535	Cedemonio	cedemonio	ES	33732	0	Europe/Madrid	43.3757	-6.8388		Cedemonio		34	O	33029	
3125537	Cedeira	cedeira	ES	15350	7455	Europe/Madrid	43.66044	-8.05719		Cedeira,Sedeira,Sedejra,sai de la,sedeira,sydyra,sydyrya,Седеира,Седейра,سيديريا,سیدیرا,セデイラ,塞德拉	15022	58	C	15022	
3125538	Cedeira	cedeira	ES	15350	0	Europe/Madrid	42.28333	-8.61667		Cedeira,San Andres,San Andrés		58	PO	36045	
3125540	Cecos	cecos	ES	33811	0	Europe/Madrid	43.02058	-6.85876		Cecos		34	O	33028	
3125542	Ceceño	ceceno	ES	39528	0	Europe/Madrid	43.38153	-4.32775				39	S	39091	
3125543	Ceceñas	cecenas	ES	39724	0	Europe/Madrid	43.37361	-3.7163				39	S	39028	
3125547	Cebrones del Río	cebrones-del-rio	ES	24769	633	Europe/Madrid	42.25726	-5.82622		Cebrones del Rio,Cebrones del Río	24053	55	LE	24053	
3125548	Cebreros	cebreros	ES	05260	3226	Europe/Madrid	40.45835	-4.46433		Cebreros	05057	55	AV	05057	
3125550	Cebreiro	cebreiro	ES	27671	0	Europe/Madrid	42.88333	-8.31667		Cebreiro,San Julian,San Julián		58	C	15066	
3125551	Cebreiro	cebreiro	ES	27671	0	Europe/Madrid	42.73296	-7.87746		Cebreiro,Cibreiro		58	PO	36047	
3125552	Cebrecos	cebrecos	ES	09348	64	Europe/Madrid	41.98408	-3.59661		Cebrecos	09094	55	BU	09094	
3125554	Ceboliño	cebolino	ES	32004	0	Europe/Madrid	42.33993	-7.82574				58	OR	32054	
3125555	Cebolleros	cebolleros	ES	09515	0	Europe/Madrid	42.86132	-3.42125		Cebolleros		55	BU	09213	
3125560	Cebanico	cebanico	ES	24892	221	Europe/Madrid	42.72526	-5.02568		Cebanco,Cebanico	24052	55	LE	24052	
3125563	Zeanuri	zeanuri	ES	48144	1163	Europe/Madrid	43.1	-2.75		Ceanuri,Ceanuri Alto,Ceánuri,Ceánuri Alto,Elexondo,Zeanuri	48024	59	BI	48024	
3125564	Ceadea	ceadea	ES	49512	0	Europe/Madrid	41.68306	-6.25246		Ceadea		55	ZA	49071	
3125565	Ceacal	ceacal	ES	33935	0	Europe/Madrid	43.32309	-5.62554		Ceacal		34	O	33031	
3125568	Cea	cea	ES	24174	0	Europe/Madrid	42.59878	-8.7383				58	PO	36060	
3125569	Cea	cea	ES	24174	2960	Europe/Madrid	42.4749	-7.98739		Cea,San Cristobal,San Cristobal de Cea,San Cristóbal,San Cristóbal de Cea		58	OR	32076	
3125570	Cea	cea	ES	24174	617	Europe/Madrid	42.46278	-5.01152		Cea,Sea,sai ya,sea,Сеа,セア,塞亚		55	LE	24051	
3125571	Cazurra	cazurra	ES	49191	88	Europe/Madrid	41.41583	-5.70454		Cazurra	49044	55	ZA	49044	
3125573	Cazo	cazo	ES	33557	0	Europe/Madrid	43.26205	-5.2112		Cazo		34	O	33050	
3125575	Cazás	cazas	ES	27824	0	Europe/Madrid	43.31667	-7.76667		Cazas,Cazás,San Julian,San Julián		58	LU	27065	
3125576	Cazanuecos	cazanuecos	ES	24796	0	Europe/Madrid	42.18727	-5.70204		Cazanuecos		55	LE	24005	
3125577	Cazanes	cazanes	ES	33311	0	Europe/Madrid	43.47503	-5.45772				34	O	33076	
3125581	Cayuela	cayuela	ES	09239	127	Europe/Madrid	42.27223	-3.81895			09093	55	BU	09093	
3125583	Cayés	cayes	ES	33428	0	Europe/Madrid	43.41667	-5.83333		Cayes,Cayés,San Martin,San Martín		34	O	33035	
3125584	Cayarga	cayarga	ES	33586	0	Europe/Madrid	43.41348	-5.14488		Cayarga,Santa Maria Magdalena,Santa María Magdalena		34	O	33045	
3125585	Cayado	cayado	ES	33310	0	Europe/Madrid	43.45242	-5.41317				34	O	33076	
3125588	Caviedes	caviedes	ES	39593	0	Europe/Madrid	43.33816	-4.32642		Caviedes		39	S	39091	
3125591	Cavandi	cavandi	ES	33579	0	Europe/Madrid	43.33055	-4.62713				34	O	33047	
3125597	Caudé	caude	ES	44396	0	Europe/Madrid	40.51958	-0.76249		Cande,Candé,Caserio Caude,Caserío Caudé,Caude,Caudé,Masia de Caude,Masía de Caudé		52	TE	44021	
3125598	Caudé	caude	ES	44396	0	Europe/Madrid	40.41062	-1.19339		Caudete		52	TE	44216	
3125600	Caúcia	caucia	ES	33986	0	Europe/Madrid	43.21448	-5.589		Caucia,Caúcia		34	O	33032	
3125604	el Catllar	el-catllar	ES	43764	0	Europe/Madrid	41.16667	1.31667		Catllar,el Catllar	43043	56	T	43043	
3125605	Catí	cati	ES	03610	847	Europe/Madrid	40.47156	0.02275			12042	60	CS	12042	
3125612	Castroviejo	castroviejo	ES	26315	50	Europe/Madrid	42.33333	-1.65				32	NA	31065	
3125613	Castrovido	castrovido	ES	09613	0	Europe/Madrid	42.03966	-3.27055		Castrovido		55	BU	09330	
3125614	Castroverde de Cerrato	castroverde-de-cerrato	ES	47182	268	Europe/Madrid	41.75609	-4.22151		Castroverde de Cerrato	47047	55	VA	47047	
3125615	Castroverde de Campos	castroverde-de-campos	ES	49110	406	Europe/Madrid	41.97049	-5.31434		Castroverde,Castroverde de Campos	49043	55	ZA	49043	
3125616	Castroverde	castroverde	ES	32901	3218	Europe/Madrid	43.0302	-7.32428		Castroverde	27011	58	LU	27011	
3125617	Castroverde	castroverde	ES	32901	0	Europe/Madrid	40.70977	-5.87179		Castroverde		55	SA	37211	
3125680	Castroceniza	castroceniza	ES	09348	0	Europe/Madrid	41.99932	-3.53378		Castroceniza		55	BU	09295	
3125618	Castrovega de Valmadrigal	castrovega-de-valmadrigal	ES	24323	0	Europe/Madrid	42.3234	-5.28696		Castrovega,Castrovega de Valmadrigal		55	LE	24190	
3125621	Castro-Urdiales	castro-urdiales	ES	39700	31670	Europe/Madrid	43.38285	-3.22043		Castro Urdiales,Castro-Urdiales,Urdialaitz	39020	39	S	39020	
3125622	Castrotierra de la Valduerna	castrotierra-de-la-valduerna	ES	24765	0	Europe/Madrid	42.32835	-5.99424		Castrotierra,Castrotierra de la Valduerna		55	LE	24131	
3125624	Castrosín	castrosin	ES	33819	0	Europe/Madrid	43.21908	-6.51551		Castrosin,Castrosín		34	O	33011	
3125625	Castroserracín	castroserracin	ES	40315	52	Europe/Madrid	41.39329	-3.80196		Castroserracin,Castroserracín	40051	55	SG	40051	
3125626	Castroserna de Arriba	castroserna-de-arriba	ES	40318	0	Europe/Madrid	41.19029	-3.71603		Castroserna de Arriba		55	SG	40162	
3125627	Castroserna de Abajo	castroserna-de-abajo	ES	40318	46	Europe/Madrid	41.20835	-3.73387		Castroserna de Abajo	40049	55	SG	40049	
3125628	Castrosante	castrosante	ES	27332	0	Europe/Madrid	42.57672	-7.40238				58	LU	27047	
3125629	Castroquilame	castroquilame	ES	24389	0	Europe/Madrid	42.423	-6.74348		Castroquilame		55	LE	24122	
3125632	Castropol	castropol	ES	33760	0	Europe/Madrid	43.52777	-7.03048		Kastropol',ka si te luo bo er,kastrpl,kastrwbwl,Кастрополь,كاستروبول,کاسترپل,卡斯特罗波尔	33017	34	O	33017	
3125633	Castropodame	castropodame	ES	24314	1829	Europe/Madrid	42.57943	-6.46837		Castropodame	24049	55	LE	24049	
3125634	Castropetre	castropetre	ES	24569	0	Europe/Madrid	42.52912	-6.94304		Castropetre		55	LE	24103	
3125635	Castropepe	castropepe	ES	49660	0	Europe/Madrid	41.97183	-5.63513		Castropepe		55	ZA	49257	
3125636	Castronuño	castronuno	ES	47520	1057	Europe/Madrid	41.38918	-5.26408		Castronuno,Castronuño	47045	55	VA	47045	
3125637	Castronuevo de Esgueva	castronuevo-de-esgueva	ES	47171	346	Europe/Madrid	41.6818	-4.58866		Castronuevo de Esgueva	47044	55	VA	47044	
3125639	Castroncelos	castroncelos	ES	27334	0	Europe/Madrid	42.54271	-7.37972				58	LU	27047	
3125640	Castroncán	castroncan	ES	27635	0	Europe/Madrid	42.72659	-7.36032				58	LU	27057	
3125642	Castromudarra	castromudarra	ES	24171	0	Europe/Madrid	42.61228	-5.06197		Castromudarra		55	LE	24004	
3125643	Castromourán	castromouran	ES	33776	0	Europe/Madrid	43.41111	-7.0273		Castromouran,Castromourán		34	O	33074	
3125644	Castromorca	castromorca	ES	09133	0	Europe/Madrid	42.49824	-3.98735				55	BU	09427	
3125645	Castromonte	castromonte	ES	47641	389	Europe/Madrid	41.77355	-5.03909		Castromonte	47043	55	VA	47043	
3125646	Castromocho	castromocho	ES	34305	260	Europe/Madrid	42.03104	-4.82404		Castromocho	34053	55	P	34053	
3125647	Castromil	castromil	ES	32548	0	Europe/Madrid	42.00268	-6.97593		Castromil,Nuestra Senora de la Encarnacion de Castromil,Nuestra Señora de la Encarnación de Castromil		58	OR	32048	
3125648	Castromil	castromil	ES	32548	0	Europe/Madrid	42	-6.96667		Castromil		55	ZA	49094	
3125649	Castromembibre	castromembibre	ES	47882	79	Europe/Madrid	41.67246	-5.30473		Castromembibre,Castromembribe	47042	55	VA	47042	
3125653	Castromarigo	castromarigo	ES	32368	0	Europe/Madrid	42.27266	-7.03257		Castromarigo		58	OR	32083	
3125656	Castrojimeno	castrojimeno	ES	40315	38	Europe/Madrid	41.39659	-3.84726		Castrojimeno	40048	55	SG	40048	
3125657	Castrohinojo	castrohinojo	ES	24743	0	Europe/Madrid	42.28367	-6.57154		Castrohinojo		55	LE	24067	
3125658	Castrogonzalo	castrogonzalo	ES	49660	533	Europe/Madrid	41.99099	-5.60301		Castrogonzalo	49041	55	ZA	49041	
3125660	Castrofuerte	castrofuerte	ES	24222	0	Europe/Madrid	42.21086	-5.53373		Castrofuerte		55	LE	24902	
3125664	Castrodeza	castrodeza	ES	47192	228	Europe/Madrid	41.64921	-4.95888		Castrodeza	47041	55	VA	47041	
3125666	Castro de Sanabria	castro-de-sanabria	ES	49396	0	Europe/Madrid	42.06691	-6.64941		Castro de Sanabria		55	ZA	49050	
3125670	Castro de Limés	castro-de-limes	ES	33817	0	Europe/Madrid	43.1551	-6.53055		Castro de Limes,Castro de Limés		34	O	33011	
3125671	Castro del Condado	castro-del-condado	ES	24153	37	Europe/Madrid	42.69316	-5.39177	990	Castro del Condado		55	LE	24201	
3125672	Castro de Fuentidueña	castro-de-fuentiduena	ES	40315	69	Europe/Madrid	41.42044	-3.85528		Castro de Fuentiduena,Castro de Fuentidueña	40047	55	SG	40047	
3125673	Castro de Escuadro	castro-de-escuadro	ES	32706	0	Europe/Madrid	42.2238	-7.57066		Castro de Escuadro		58	OR	32043	
3125674	Castro de Cepeda	castro-de-cepeda	ES	24397	0	Europe/Madrid	42.65696	-6.02848		Castro de Cepeda		55	LE	24123	
3125679	Castrocontrigo	castrocontrigo	ES	24735	1065	Europe/Madrid	42.18363	-6.19022		Castrocontigo,Castrocontrigo	24047	55	LE	24047	
3125682	Castrocalbón	castrocalbon	ES	24760	1221	Europe/Madrid	42.19706	-5.98226		Castrocalbon,Castrocalbón	24046	55	LE	24046	
3125683	Castrobol	castrobol	ES	47689	101	Europe/Madrid	42.13717	-5.31423		Castrobol	47040	55	VA	47040	
3125684	Castrobarto	castrobarto	ES	09514	0	Europe/Madrid	43.04092	-3.38739				55	BU	09189	
3125685	Castroañe	castroane	ES	24344	0	Europe/Madrid	42.54754	-5.05445		Castroane,Castroañe		55	LE	24226	
3125692	Castro	castro	ES	38611	14	Europe/Madrid	43.55	-8.18333		Castro,Santa Maria,Santa María		58	C	15054	
3125693	Castro	castro	ES	38611	0	Europe/Madrid	43.4485	-7.13897				58	LU	27061	
3125694	Castro	castro	ES	38611	0	Europe/Madrid	43.4426	-6.92104				34	O	33017	
3125695	Castro	castro	ES	38611	0	Europe/Madrid	43.42558	-6.39442				34	O	33034	
3125696	Castro	castro	ES	38611	0	Europe/Madrid	43.41401	-5.80403				34	O	33035	
3125697	Castro	castro	ES	38611	117	Europe/Madrid	43.36667	-8.18333				58	C	15048	
3125698	Castro	castro	ES	38611	0	Europe/Madrid	43.19977	-6.92223				34	O	33027	
3125699	Castro	castro	ES	38611	0	Europe/Madrid	43.1971	-4.60293		Cillorigo-Castro,Puebla de Castro		39	S	39022	
3125700	Castro	castro	ES	38611	0	Europe/Madrid	43.18131	-8.79745				58	C	15029	
3125701	Castro	castro	ES	38611	0	Europe/Madrid	43.15	-7.71667		Castro,Santa Maria,Santa María		58	LU	27007	
3125702	Castro	castro	ES	38611	0	Europe/Madrid	43.13541	-8.91535				58	C	15093	
3125703	Castro	castro	ES	38611	0	Europe/Madrid	43.10854	-8.9992				58	C	15092	
3125704	Castro	castro	ES	38611	0	Europe/Madrid	43.10469	-7.07809				58	LU	27018	
3125705	Castro	castro	ES	38611	0	Europe/Madrid	43.0904	-8.92379				58	C	15093	
3125706	Castro	castro	ES	38611	0	Europe/Madrid	43.06667	-8.16667		Castro,San Sebastian,San Sebastián		58	C	15047	
3125707	Castro	castro	ES	38611	0	Europe/Madrid	42.95	-7.56667				58	LU	27028	
3125708	Castro	castro	ES	38611	0	Europe/Madrid	42.92817	-9.27856				58	C	15037	
3125709	Castro	castro	ES	38611	0	Europe/Madrid	42.91667	-8.01667				58	C	15046	
3125711	Castro	castro	ES	38611	0	Europe/Madrid	42.77923	-8.38658				58	PO	36017	
3125712	Castro	castro	ES	38611	0	Europe/Madrid	42.77817	-7.59545		Castro,San Martin,San Martín		58	LU	27042	
3125713	Castro	castro	ES	38611	5822	Europe/Madrid	42.76667	-7.58333				58	LU	27042	
3125714	Castro	castro	ES	38611	0	Europe/Madrid	42.61667	-8.88333		Castro,Santa Maria,Santa María		58	C	15011	
3125715	Castro	castro	ES	38611	0	Europe/Madrid	42.55	-8.41667		Castro,Santa Eulalia		58	PO	36902	
3125716	Castro	castro	ES	38611	0	Europe/Madrid	42.59434	-7.86206		Castro,Santa Marina		58	LU	27016	
3125717	Castro	castro	ES	38611	0	Europe/Madrid	42.53126	-7.78399				58	LU	27009	
3125718	Castro	castro	ES	38611	0	Europe/Madrid	42.31667	-7.28333				58	OR	32063	
3125719	Castro	castro	ES	38611	0	Europe/Madrid	42.08682	-7.48892				58	OR	32039	
3125720	Castro	castro	ES	38611	0	Europe/Madrid	41.30025	-3.03434		Castro		55	SO	42155	
3125722	Castrillo-Tejeriego	castrillo-tejeriego	ES	47329	232	Europe/Madrid	41.7034	-4.37142		Castrillo-Tejeriego	47039	55	VA	47039	
3125723	Castrillón	castrillon	ES	27164	195	Europe/Madrid	43.39788	-6.79217				34	O	33007	
3125724	Castrillón	castrillon	ES	27164	10	Europe/Madrid	42.93333	-7.38333		Castrillon,Castrillón		58	LU	27014	
3125726	Castrillo de Villavega	castrillo-de-villavega	ES	34478	245	Europe/Madrid	42.45463	-4.48069		Castrillo de Villavega	34052	55	P	34052	
3125727	Castrillo de Valderaduey	castrillo-de-valderaduey	ES	24327	0	Europe/Madrid	42.58041	-4.95889		Castrillo de Valderaduey		55	LE	24229	
3125728	Castrillo de Valdelomar	castrillo-de-valdelomar	ES	39419	7	Europe/Madrid	42.79616	-4.12524				39	S	39094	
3125729	Castrillo de Solarana	castrillo-de-solarana	ES	09348	0	Europe/Madrid	41.97936	-3.66828		Castrillo de Solarana		55	BU	09194	
3125730	Castrillo de Sepúlveda	castrillo-de-sepulveda	ES	40317	0	Europe/Madrid	41.33787	-3.78942		Castrillo de Sepulveda,Castrillo de Sepúlveda		55	SG	40195	
3125731	Castrillo de San Pelayo	castrillo-de-san-pelayo	ES	24356	0	Europe/Madrid	42.42829	-5.86986		Castrillo de San Pelayo		55	LE	24228	
3125732	Castrillo de Rucios	castrillo-de-rucios	ES	09141	0	Europe/Madrid	42.53828	-3.72196				55	BU	09906	
3125734	Castrillo del Condado	castrillo-del-condado	ES	24163	70	Europe/Madrid	42.60812	-5.38766	822	Castrillo de Porma		55	LE	24201	
3125735	Castrillo de Onielo	castrillo-de-onielo	ES	34219	153	Europe/Madrid	41.8582	-4.30125		Castrillo de Onielo	34051	55	P	34051	
3125736	Castrillo de Murcia	castrillo-de-murcia	ES	09109	0	Europe/Madrid	42.35905	-4.06177				55	BU	09363	
3125737	Castrillo del Val	castrillo-del-val	ES	09193	513	Europe/Madrid	42.31401	-3.58501		Castrillo del Val,Kastril'jo-del'-Val',Kastril'o-del'-Val',ka si te li e de er wa er,kastylrylw dyl fal,Кастрильо-дель-Валь,Кастрільйо-дель-Валь,كاستيلريلو ديل فال,卡斯特里略德尔瓦尔	09086	55	BU	09086	
3125738	Castrillo de los Polvazares	castrillo-de-los-polvazares	ES	24718	0	Europe/Madrid	42.46667	-6.13333				55	LE	24008	
3125739	Castrillo del Monte	castrillo-del-monte	ES	24398	0	Europe/Madrid	42.52409	-6.40631		Castrillo del Monte,Castrillos del Monte		55	LE	24100	
3125740	Castrillo de la Vega	castrillo-de-la-vega	ES	09391	604	Europe/Madrid	41.65166	-3.78089		Castrillo de la Vega	09085	55	BU	09085	
3125741	Castrillo de la Valduerna	castrillo-de-la-valduerna	ES	24721	188	Europe/Madrid	42.32393	-6.13455		Castrillo de la Valduerna	24044	55	LE	24044	
3125742	Castrillo de las Piedras	castrillo-de-las-piedras	ES	24793	0	Europe/Madrid	42.40986	-5.99436		Castrillo de las Piedras		55	LE	24182	
3125743	Castrillo de la Reina	castrillo-de-la-reina	ES	09691	248	Europe/Madrid	41.98714	-3.2356		Castrillo de la Reina	09084	55	BU	09084	
3125744	Castrillo de la Guareña	castrillo-de-la-guarena	ES	49419	147	Europe/Madrid	41.23043	-5.3255		Castrillo de la Guarena,Castrillo de la Guareña	49040	55	ZA	49040	
3125746	Castrillo de Duero	castrillo-de-duero	ES	47318	157	Europe/Madrid	41.57494	-4.01547		Castrillo de Duero	47038	55	VA	47038	
3125747	Castrillo de Don Juan	castrillo-de-don-juan	ES	34246	298	Europe/Madrid	41.79086	-4.07031		Castrillo de Don Juan	34050	55	P	34050	
3125748	Castrillo de Cepeda	castrillo-de-cepeda	ES	24711	0	Europe/Madrid	42.58306	-6.01743		Castrillo de Cepeda		55	LE	24214	
3125749	Castrillo de Cabrera	castrillo-de-cabrera	ES	24742	156	Europe/Madrid	42.34036	-6.54451		Castrillo de Cabrera	24043	55	LE	24043	
3125750	Castrillo de Bezana	castrillo-de-bezana	ES	09572	0	Europe/Madrid	42.99494	-3.7958		Castrillo de Bezana		55	BU	09413	
3125752	Castrillino	castrillino	ES	24197	0	Europe/Madrid	42.65447	-5.5107		Castrillino		55	LE	24222	
3125753	Castrillejo de la Olma	castrillejo-de-la-olma	ES	34131	0	Europe/Madrid	42.24865	-4.6221		Castrillejo de la Olma,Castrillejos del Olmo		55	P	34243	
3125755	Castresana	castresana	ES	09510	0	Europe/Madrid	43.02598	-3.33143				55	BU	09908	
3125756	Castrelos	castrelos	ES	49571	0	Europe/Madrid	42.2	-8.7		Castrelos,Santa Maria,Santa María		58	PO	36057	
3125757	Castrelos	castrelos	ES	49571	0	Europe/Madrid	42.00146	-6.89884		Castrelos		55	ZA	49094	
3125760	Castrelo de Cima	castrelo-de-cima	ES	32610	0	Europe/Madrid	41.96445	-7.20559		Castrelo de Cima		58	OR	32071	
3125771	Castrejón de la Peña	castrejon-de-la-pena	ES	34850	564	Europe/Madrid	42.80795	-4.59901		Castrejon de la Pena,Castrejón de la Peña	34049	55	P	34049	
3125772	Castrejón	castrejon	ES	37440	255	Europe/Madrid	41.25322	-5.17031				55	VA	47004	
3125773	Castrejón	castrejon	ES	37440	0	Europe/Madrid	40.91336	-5.87822		Castrejon,Castrejón		55	SA	37040	
3125774	Castrecías	castrecias	ES	34492	0	Europe/Madrid	42.7083	-4.20474		Castrecias,Castrecías		55	BU	09306	
3125775	Castraz	castraz	ES	37496	56	Europe/Madrid	40.70517	-6.33383		Castraz	37097	55	SA	37097	
3125777	Castralvo	castralvo	ES	44192	0	Europe/Madrid	40.30977	-1.0758				52	TE	44216	
3125783	Castiltierra	castiltierra	ES	40518	0	Europe/Madrid	41.38531	-3.53297		Castiltierra		55	SG	40079	
3125784	Castilseco	castilseco	ES	26212	0	Europe/Madrid	42.61063	-2.95945		Castilseco		27	LO	26065	
3125785	Castilsabás	castilsabas	ES	22192	0	Europe/Madrid	42.19639	-0.30619		Castilsabas,Castilsabás		52	HU	22150	
3125786	Castilruiz	castilruiz	ES	42113	274	Europe/Madrid	41.87678	-2.0593		Castilruiz,Kastil'ruis,Kastil'rujs,ka si di er lu yi si,Кастильруйс,Кастільруїс,卡斯蒂尔鲁伊斯	42057	55	SO	42057	
3125787	Castilnuevo	castilnuevo	ES	19391	11	Europe/Madrid	40.81431	-1.85782		Castilnuevo	19079	54	GU	19079	
3125788	Castilmoure	castilmoure	ES	33819	0	Europe/Madrid	43.14288	-6.47408		Castilmoure		34	O	33011	
3125789	Castilmimbre	castilmimbre	ES	19413	0	Europe/Madrid	40.71827	-2.77438		Castilmimbre		54	GU	19053	
3125790	Castillo-Pedroso	castillo-pedroso	ES	39699	0	Europe/Madrid	43.21576	-3.97089		Castillo-Pedroso		39	S	39026	
3125791	Castillonuevo	castillonuevo	ES	31454	21	Europe/Madrid	42.6827	-1.03121		Castillonuevo	31071	32	NA	31071	
3125795	Castillo de Villamalefa	castillo-de-villamalefa	ES	12123	111	Europe/Madrid	40.13333	-0.38333		Castillo de Villamalefa,Castillo de Villamaleja,Castillo de Villamaleta,Castillon de Villamatefa,el Castell de Vilamalefa	12041	60	CS	12041	
3125797	Castelo dos Infantes	castelo-dos-infantes	ES	27610	0	Europe/Madrid	42.76671	-7.38148		Santiago		58	LU	27057	
3125799	Castillo de Bayuela	castillo-de-bayuela	ES	45641	1103	Europe/Madrid	40.10032	-4.68562		Castillo de Bayuela	45043	54	TO	45043	
3125874	Castelnou	castelnou	ES	44592	110	Europe/Madrid	41.22892	-0.36434		Castelnou	44067	52	TE	44067	
3125803	Castillo-Albaráñez	castillo-albaranez	ES	16854	22	Europe/Madrid	40.29869	-2.39277		Castillo de Albaranez,Castillo de Albarañez,Castillo-Albaranez,Castillo-Albaráñez	16071	54	CU	16071	
3125809	Castillo	castillo	ES	01194	0	Europe/Madrid	43.45731	-3.55388		Castillo		39	S	39006	
3125810	Castillo	castillo	ES	01194	0	Europe/Madrid	43.15885	-8.22331				58	C	15902	
3125811	Gaztelu / Castillo	castillo	ES	01194	0	Europe/Madrid	42.80576	-2.66941		Castillo,Gaztelu		59	VI	01059	
3125812	Castillo	castillo	ES	01194	0	Europe/Madrid	40.35492	-6.37979		Caserio Castillo,Caserío Castillo,Castillo		57	CC	10146	
3125814	Castillejo-Sierra	castillejo-sierra	ES	16141	44	Europe/Madrid	40.37477	-2.1404		Castillejo-Sierra	16070	54	CU	16070	
3125816	Castillejo de Robledo	castillejo-de-robledo	ES	42328	148	Europe/Madrid	41.55867	-3.49689		Castillejo de Robledo	42058	55	SO	42058	
3125817	Castillejo de Mesleón	castillejo-de-mesleon	ES	40593	153	Europe/Madrid	41.281	-3.60137		Castillejo de Mesleon,Castillejo de Mesleón	40046	55	SG	40046	
3125819	Castillejo del Romeral	castillejo-del-romeral	ES	16541	0	Europe/Madrid	40.14564	-2.49741		Castillejo del Romeral		54	CU	16112	
3125821	Castillejo de Dos Casas	castillejo-de-dos-casas	ES	37488	0	Europe/Madrid	40.6987	-6.77141		Castillejo de Dos Casas		55	SA	37015	
3125822	Castillejo de Azaba	castillejo-de-azaba	ES	37552	0	Europe/Madrid	40.45518	-6.70328		Castillejo de Azaba		55	SA	37258	
3125823	Castillejo	castillejo	ES	28311	0	Europe/Madrid	41.1126	-3.72577				55	SG	40020	
3125824	Castillazuelo	castillazuelo	ES	22313	235	Europe/Madrid	42.06774	0.06491		Castillazuelo	22088	52	HU	22088	
3125827	Castiliscar	castiliscar	ES	50696	401	Europe/Madrid	42.37662	-1.27326		Castiliscar	50078	52	Z	50078	
3125828	Castilfrío de la Sierra	castilfrio-de-la-sierra	ES	42180	26	Europe/Madrid	41.91929	-2.30497		Caltilfrio de la Sierra,Caltilfrío de la Sierra,Castilfrio de la Sierra,Castilfrío de la Sierra,Kastil'frio-de-la-S'erra,ka si di er fu li ao de la xie la,Кастильфрио-де-ла-Сьерра,Кастільфріо-де-ла-Сьєрра,卡斯蒂尔夫里奥德拉谢拉	42056	55	SO	42056	
3125829	Castilforte	castilforte	ES	19127	52	Europe/Madrid	40.55735	-2.43226		Castilforte	19078	54	GU	19078	
3125830	Castilfalé	castilfale	ES	24206	86	Europe/Madrid	42.21991	-5.42122		Castilfale,Castilfalé	24042	55	LE	24042	
3125831	Castil de Vela	castil-de-vela	ES	34304	85	Europe/Madrid	41.98461	-4.9592		Castil de Vela	34048	55	P	34048	
3125832	Castil de Tierra	castil-de-tierra	ES	42128	0	Europe/Madrid	41.56976	-2.27862		Castil de Tierra		55	SO	42183	
3125833	Castil de Peones	castil-de-peones	ES	09258	26	Europe/Madrid	42.48347	-3.38461		Castil de Peones	09083	55	BU	09083	
3125834	Castildelgado	castildelgado	ES	09259	65	Europe/Madrid	42.43756	-3.08389		Castildelgado,Villaipun,Villaipún	09082	55	BU	09082	
3125835	Castil de Lences	castil-de-lences	ES	09592	0	Europe/Madrid	42.64078	-3.54549				55	BU	09272	
3125836	Castil de Carrias	castil-de-carrias	ES	09248	0	Europe/Madrid	42.46809	-3.27037		Castil de Carrias		55	BU	09048	
3125837	Castilblanco de Henares	castilblanco-de-henares	ES	19246	0	Europe/Madrid	40.95466	-2.93887		Castilblanco de Henares		54	GU	19156	
3125838	Castilblanco	castilblanco	ES	05357	0	Europe/Madrid	40.80425	-4.95573		Castilblanco		55	AV	05139	
3125839	Castigaleu	castigaleu	ES	22587	117	Europe/Madrid	42.20374	0.57944		Castigaleu	22087	52	HU	22087	
3125840	Castiello de la Barca	castiello-de-la-barca	ES	33876	0	Europe/Madrid	43.29639	-6.37138		Barca,Castillo de la Barca		34	O	33073	
3125841	Castiello de Jaca	castiello-de-jaca	ES	22710	212	Europe/Madrid	42.62964	-0.5502		Castiello de Jaca	22086	52	HU	22086	
3125843	Castiello	castiello	ES	33693	0	Europe/Madrid	43.5	-5.51667		Castiello,San Juan		34	O	33076	
3125844	Castiello	castiello	ES	33693	0	Europe/Madrid	43.46667	-5.83333				34	O	33035	
3125845	Castiello	castiello	ES	33693	0	Europe/Madrid	43.45441	-5.48793		Castiello de Arriba		34	O	33076	
3125846	Castiello	castiello	ES	33693	0	Europe/Madrid	43.40474	-5.40107				34	O	33009	
3125847	Castiello	castiello	ES	33693	0	Europe/Madrid	43.36928	-5.63514		Castiello		34	O	33066	
3125848	Castiello	castiello	ES	33693	0	Europe/Madrid	43.36613	-5.22935				34	O	33045	
3125849	Castiello	castiello	ES	33693	0	Europe/Madrid	43.20078	-6.44711				34	O	33011	
3125851	Castielfabib	castielfabib	ES	46141	284	Europe/Madrid	40.13076	-1.30396		Castellfabib,Castielfabib	46092	60	V	46092	
3125853	Castelserás	castelseras	ES	44630	808	Europe/Madrid	40.98133	-0.14666		Castelseras,Castelserás	44068	52	TE	44068	
3125855	Casteloais	casteloais	ES	32768	0	Europe/Madrid	42.27155	-7.39421		Casteloais,San Pedro		58	OR	32029	
3125876	Castellví de Rosanes	castellvi-de-rosanes	ES	08769	1321	Europe/Madrid	41.45	1.9		Castellvi de Rosanes,Castellví de Rosanes,Castellví de Rosanés	08066	56	B	08066	
3125877	Castellvell del Camp	castellvell-del-camp	ES	43392	0	Europe/Madrid	41.17549	1.10155		Castellvell,Castellvell del Camp		56	T	43123	
3125878	Castellterçol	castelltercol	ES	08183	0	Europe/Madrid	41.75	2.11667		Castelltercol,Castelltersol,Castellterçol	08064	56	B	08064	
3125879	Castellserà	castellsera	ES	25334	1114	Europe/Madrid	41.75	1		Castellsera,Castellserà	25070	56	L	25070	
3125880	Castellote	castellote	ES	19392	785	Europe/Madrid	40.8	-0.31975		Castellot,Castellote,Kastel'jote,Kastel'ote,ka si te e te,Кастельйоте,Кастельоте,卡斯特略特	44071	52	TE	44071	
3125882	Castellolí	castelloli	ES	08719	461	Europe/Madrid	41.59829	1.70057		Castelloli,Castellolí	08063	56	B	08063	
3125883	Castelló de Farfanya	castello-de-farfanya	ES	25136	0	Europe/Madrid	41.81667	0.73333		Castello de Farfanya,Castelló de Farfanya	25069	56	L	25069	
3125884	Castelló d'Empúries	castello-d-empuries	ES	17486	12111	Europe/Madrid	42.25673	3.07446		Castello d'Empuries,Castelló d'Empúries		56	GI	17047	
3125887	Castellnou de Seana	castellnou-de-seana	ES	25265	720	Europe/Madrid	41.64802	0.97093		Castellnou de Seana	25068	56	L	25068	
3125888	Castellnou d'Oluges	castellnou-d-oluges	ES	25214	0	Europe/Madrid	41.7	1.3				56	L	25072	
3125889	Castellnou de Bassella	castellnou-de-bassella	ES	25792	0	Europe/Madrid	41.98333	1.3		Castellnou de Bassella		56	L	25166	
3125891	Castellfollit de Riubregós	castellfollit-de-riubregos	ES	08283	0	Europe/Madrid	41.76667	1.43333		Castellfollit de Riubregos,Castellfollit de Riubregós,Castellfullit de Riubregos,Castellfullit de Riubregós	08060	56	B	08060	08060
3125892	Castellfollit del Boix	castellfollit-del-boix	ES	08255	0	Europe/Madrid	41.66667	1.7		Castellfollit de Boix,Castellfollit del Boix	08059	56	B	08059	
3125893	Castellfollit de la Roca	castellfollit-de-la-roca	ES	17856	964	Europe/Madrid	42.21968	2.54947		Castellfollit de la Roca		56	GI	17046	
3125894	Castellfort	castellfort	ES	12159	216	Europe/Madrid	40.50208	-0.19133		Castellfort	12038	60	CS	12038	
3125896	Castell de l'Areny	castell-de-l-areny	ES	08604	0	Europe/Madrid	42.17291	1.94529		Castell de l'Areny,Castell del Areny		56	B	08299	
3125897	Castelldefels	castelldefels	ES	08860	62080	Europe/Madrid	41.27794	1.97033		Castelldefels	08056	56	B	08056	
3125898	Castell de Cabres	castell-de-cabres	ES	12319	20	Europe/Madrid	40.66058	0.04217		Castell de Cabres	12037	60	CS	12037	
3125899	Castelldans	castelldans	ES	25154	951	Europe/Madrid	41.5	0.76667		Castelldans		56	L	25119	
3125900	Castellciutat	castellciutat	ES	25710	0	Europe/Madrid	42.35314	1.44175		Castellciutat		56	L	25005	
3125901	Castellcir	castellcir	ES	08183	546	Europe/Madrid	41.76074	2.16128		Castellcir	08055	56	B	08055	
3125903	Castellbó	castellbo	ES	25712	0	Europe/Madrid	42.37331	1.35831		Castellbo,Castellbó,Valle de Castellbo,Valle de Castellbó		56	L	25906	
3125904	Castellbisbal	castellbisbal	ES	08755	11977	Europe/Madrid	41.47534	1.98174		Castelbisbal,Kastel'bisbal,Kastelbisbal,bi si wa er bao,kastybysbal,kastylbaysbal,Кастельбісбал,Կաստելբիսբալ,كاستيلبايسبال,کاستیبیسبال,比斯瓦尔堡	08054	56	B	08054	
3125906	Castellazo	castellazo	ES	22149	0	Europe/Madrid	42.33341	0.0591		Castellazo		52	HU	22907	
3125907	Castellar de N'Hug	castellar-de-n-hug	ES	08696	184	Europe/Madrid	42.28333	2.01667	1418	Castellar de N'Hug		56	B	08052	08052
3125909	Castellar de la Selva	castellar-de-la-selva	ES	17242	0	Europe/Madrid	41.94779	2.87998		Castellar de la Selva		56	GI	17142	
3125910	Castellar de la Muela	castellar-de-la-muela	ES	19328	41	Europe/Madrid	40.81902	-1.75932		Castellar,Castellar de la Muela	19076	54	GU	19076	
3125914	Castellar	castellar	ES	23260	0	Europe/Madrid	42.52046	-0.04512				52	HU	22109	
3125915	Castellar del Vallès	castellar-del-valles	ES	08211	23002	Europe/Madrid	41.61667	2.08333				56	B	08051	
3125916	Castellanos de Zapardiel	castellanos-de-zapardiel	ES	05229	138	Europe/Madrid	41.0845	-4.90984		Castellanos de Zapardiel	05056	55	AV	05056	
3125918	Castellanos de Moriscos	castellanos-de-moriscos	ES	37439	441	Europe/Madrid	41.01917	-5.59065		Castellanos de Moriscos	37092	55	SA	37092	
3125919	Castellanos de Castro	castellanos-de-castro	ES	09227	64	Europe/Madrid	42.32806	-4.03417			09079	55	BU	09079	
3125920	Castellanos de Bureba	castellanos-de-bureba	ES	09593	0	Europe/Madrid	42.70501	-3.45361		Castellanos de Bureba		55	BU	09238	
3125921	Castellanos	castellanos	ES	24343	0	Europe/Madrid	42.46348	-5.12424		Castellanos		55	LE	24156	
3125922	Castellanos	castellanos	ES	24343	0	Europe/Madrid	42.07382	-6.61681		Castellanos		55	ZA	49166	
3125925	Castelladral	castelladral	ES	08671	0	Europe/Madrid	41.89893	1.77998		Castelladral		56	B	08141	
3125932	Castelflorite	castelflorite	ES	22215	124	Europe/Madrid	41.80273	-0.02169		Castelflorite	22085	52	HU	22085	
3125933	Castel de Cabra	castel-de-cabra	ES	44706	143	Europe/Madrid	40.80255	-0.696		Castel de Cabra	44066	52	TE	44066	
3125937	Castejón de Valdejasa	castejon-de-valdejasa	ES	50612	312	Europe/Madrid	41.98204	-0.99393		Castejon,Castejon de Valdejasa,Castejon de Valdejosa,Castejón de Valdejasa	50077	52	Z	50077	
3125938	Castejón de Tornos	castejon-de-tornos	ES	44231	91	Europe/Madrid	40.99726	-1.42805			44065	52	TE	44065	
3125939	Castejón de Sos	castejon-de-sos	ES	22466	781	Europe/Madrid	42.51235	0.49241		Castejon de Sos,Castejón de Sos,Castillo de Sos,Castilló de Sos	22084	52	HU	22084	
3125940	Castejón de Sobrarbe	castejon-de-sobrarbe	ES	22394	0	Europe/Madrid	42.3198	0.13799		Castejon de Sobrarbe,Castejón de Sobrarbe		52	HU	22907	
3125941	Castejón de Monegros	castejon-de-monegros	ES	22222	675	Europe/Madrid	41.61802	-0.24013		Castejon de Monegros,Castejón de Monegros	22083	52	HU	22083	
3125942	Castejón del Puente	castejon-del-puente	ES	22310	447	Europe/Madrid	41.96179	0.15883			22082	52	HU	22082	
3125943	Castejón del Campo	castejon-del-campo	ES	42130	0	Europe/Madrid	41.69102	-2.14486		Castejon del Campo,Castejón del Campo		55	SO	42022	
3125944	Castejón de las Armas	castejon-de-las-armas	ES	50211	94	Europe/Madrid	41.30976	-1.81084		Castejon de las Armas,Castejón de las Armas	50076	52	Z	50076	
3125945	Castejón de Henares	castejon-de-henares	ES	19294	108	Europe/Madrid	40.93762	-2.78665		Castejon de Henares,Castejón de Henares	19075	54	GU	19075	
3125946	Castejón de Arbaniés	castejon-de-arbanies	ES	22121	0	Europe/Madrid	42.14733	-0.26438		Castejon de Arbanies,Castejón de Arbaniés		52	HU	22222	
3125947	Castejón de Alarba	castejon-de-alarba	ES	50346	96	Europe/Madrid	41.18365	-1.63612		Castejon de Alarba,Castejón de Alarba	50075	52	Z	50075	
3125951	Castejón	castejon	ES	16856	3615	Europe/Madrid	42.16912	-1.68951		Castejon,Castejón		32	NA	31070	
3125952	Castejón	castejon	ES	16856	215	Europe/Madrid	40.38124	-2.5202		Castejon,Castejón		54	CU	16045	
3125953	Castaosa	castaosa	ES	33810	0	Europe/Madrid	43.03623	-6.91334		Castaosa		34	O	33028	
3125955	Castañoso	castanoso	ES	24525	0	Europe/Madrid	43.15989	-7.13584				58	LU	27018	
3125956	Castañoso	castanoso	ES	24525	0	Europe/Madrid	42.72615	-6.90269		Castanoso,Castañoso		55	LE	24009	
3125959	Castanesa	castanesa	ES	22474	0	Europe/Madrid	42.49774	0.66189		Castanesa		52	HU	22157	
3125960	Castañeras	castaneras	ES	33157	0	Europe/Madrid	43.56216	-6.29712		Castaneras,Castañeras		34	O	33021	
3125961	Castañera	castanera	ES	33429	0	Europe/Madrid	43.43991	-5.82802		Castanera,Castañera		34	O	33035	
3125962	Castañera	castanera	ES	33429	0	Europe/Madrid	43.45004	-6.69514				34	O	33077	
3125963	Castañera	castanera	ES	33429	0	Europe/Madrid	43.39164	-5.18864				34	O	33045	
3125964	Castañera	castanera	ES	33429	0	Europe/Madrid	43.30975	-6.41996		Castaneda,Castañeda		34	O	33073	
3125965	Castañera	castanera	ES	33429	0	Europe/Madrid	43.31163	-5.54474				34	O	33006	
3125966	Castañera	castanera	ES	33429	0	Europe/Madrid	43.23692	-6.24889				34	O	33005	
3125967	Castañeirúa	castaneirua	ES	33778	0	Europe/Madrid	43.49393	-6.97112		Castaneirua,Castañeirúa		34	O	33017	
3125968	Castañeiras	castaneiras	ES	24525	0	Europe/Madrid	42.73679	-6.9625		Castaneiras,Castañeiras		55	LE	24009	
3125970	Castañedo del Monte	castanedo-del-monte	ES	33115	0	Europe/Madrid	43.28944	-6.00066		Castanedo del Monte,Castañedo del Monte		34	O	33064	
3125971	Castañedo	castanedo	ES	27658	0	Europe/Madrid	43.54928	-6.21165				34	O	33021	
3125972	Castañedo	castanedo	ES	27658	0	Europe/Madrid	43.45184	-6.35461				34	O	33034	
3125973	Castañedo	castanedo	ES	27658	0	Europe/Madrid	43.44972	-3.69862		Castanedo,Castañedo		39	S	39061	
3125974	Castañedo	castanedo	ES	27658	251	Europe/Madrid	43.4	-6.06667		Castanedo,Castañedo,San Vicente		34	O	33026	
3125975	Castañedo	castanedo	ES	27658	0	Europe/Madrid	43.36347	-6.22534				34	O	33005	
3125976	Castanedo	castanedo	ES	27658	0	Europe/Madrid	43.3499	-6.75182		Castanedo		34	O	33077	
3125977	Castanedo	castanedo	ES	27658	0	Europe/Madrid	43.26881	-6.71187				34	O	33001	
3125978	Castañedo	castanedo	ES	27658	0	Europe/Madrid	43.15996	-5.66879				34	O	33002	
3125979	Castañedo	castanedo	ES	27658	0	Europe/Madrid	43.11005	-6.58907		Castanedo,Castañedo		34	O	33011	
3125980	Castañedo	castanedo	ES	27658	0	Europe/Madrid	43.04658	-7.00044		Castanedo,Castañedo		58	LU	27034	
3125981	Castañeda	castaneda	ES	33394	0	Europe/Madrid	42.91667	-8.1		Castaneda,Castañeda,Santa Maria,Santa María		58	C	15006	
3125985	Castañares de Rioja	castanares-de-rioja	ES	26240	408	Europe/Madrid	42.51248	-2.93148		Castanares,Castanares de Rioja,Castañares,Castañares de Rioja	26043	27	LO	26043	
3125986	Castañares de las Cuevas	castanares-de-las-cuevas	ES	26121	0	Europe/Madrid	42.31086	-2.55416		Castanares de las Cuevas,Castañares de las Cuevas		27	LO	26165	
3125987	Castañares	castanares	ES	09199	0	Europe/Madrid	42.34364	-3.62591		Castanares,Castañares		55	BU	09059	
3125991	Cassà de la Selva	cassa-de-la-selva	ES	17244	8504	Europe/Madrid	41.88784	2.87524		Cassa de la Selva,Cassà de la Selva	17044	56	GI	17044	
3125992	Caspueñas	caspuenas	ES	19412	96	Europe/Madrid	40.69497	-2.97941		Caspuenas,Caspueñas	19074	54	GU	19074	
3125994	Caspe	caspe	ES	50700	8054	Europe/Madrid	41.23402	-0.03945		Casp,Caspe,Kaspe,ka si pei,kasby,Каспе,كاسبي,卡斯佩	50074	52	Z	50074	
3125996	Casoio	casoio	ES	32336	0	Europe/Madrid	42.37554	-6.85727				58	OR	32017	
3125998	Casomera	casomera	ES	33681	0	Europe/Madrid	43.08096	-5.57811		Casomera		34	O	33002	
3126000	Casla	casla	ES	40590	174	Europe/Madrid	41.16602	-3.65643		Casla	40045	55	SG	40045	
3126002	Casillas de Flores	casillas-de-flores	ES	37541	222	Europe/Madrid	40.38108	-6.75602		Casilla de Flores,Casillas de Flores	37091	55	SA	37091	
3126003	Casillas de Chicapierna	casillas-de-chicapierna	ES	05153	0	Europe/Madrid	40.54941	-5.33454		Casillas de Chicapierna		55	AV	05025	
3126004	Casillas de Berlanga	casillas-de-berlanga	ES	42367	0	Europe/Madrid	41.42939	-2.79644		Casillas de Berlanga		55	SO	42048	
3126007	Casillas	casillas	ES	05428	0	Europe/Madrid	42.95931	-3.61124				55	BU	09903	
3126008	Casillas	casillas	ES	05428	0	Europe/Madrid	41.258	-2.86197		Casillas		54	GU	19044	
3126009	Casillas	casillas	ES	05428	838	Europe/Madrid	40.3261	-4.57182		Casillas	05055	55	AV	05055	
3126012	Casiellas	casiellas	ES	33787	0	Europe/Madrid	43.53646	-6.43996		Casiellas		34	O	33034	
3126015	Casetas	casetas	ES	50620	0	Europe/Madrid	41.71967	-1.02812		Casetas,Las Casetas		52	Z	50297	
3126017	Casserres	casserres	ES	08693	0	Europe/Madrid	42.01263	1.84416		Caserres,Casserres		56	B	08049	
3126024	Caseres	caseres	ES	43787	0	Europe/Madrid	41.03333	0.25		Caseras,Caseres	43041	56	T	43041	
3126027	Cáseda	caseda	ES	31490	1028	Europe/Madrid	42.52255	-1.36636		Caseda,Cáseda	31069	32	NA	31069	
3126029	Casdenodres	casdenodres	ES	32366	0	Europe/Madrid	42.25471	-7.02529		Casdenodres		58	OR	32083	
3126030	Cascantes	cascantes	ES	24630	0	Europe/Madrid	42.76549	-5.63717		Cascantes		55	LE	24061	
3126031	Cascante del Río	cascante-del-rio	ES	44191	96	Europe/Madrid	40.19652	-1.11414		Carrasconte,Cascante,Cascante del Rio,Cascante del Río	44064	52	TE	44064	
3126032	Cascante	cascante	ES	31520	0	Europe/Madrid	41.99769	-1.68098		Cascante,Cascanto	31068	32	NA	31068	
3126033	Cascajosa	cascajosa	ES	42294	0	Europe/Madrid	41.58534	-2.6798		Cascajosa		55	SO	42181	
3126034	Cascajares de la Sierra	cascajares-de-la-sierra	ES	09640	29	Europe/Madrid	42.06177	-3.39936		Cascajares de la Sierra	09078	55	BU	09078	
3126035	Cascajares de Bureba	cascajares-de-bureba	ES	09253	53	Europe/Madrid	42.67884	-3.23768		Cascajares de Bureba	09077	55	BU	09077	
3126036	Cascajares	cascajares	ES	40518	0	Europe/Madrid	41.3899	-3.49769		Cascajares		55	SG	40079	
3126038	Casbas de Huesca	casbas-de-huesca	ES	22142	296	Europe/Madrid	42.1555	-0.1399		Casbas de Huesca	22081	52	HU	22081	
3126040	Casavieja	casavieja	ES	05450	1459	Europe/Madrid	40.28325	-4.7667		Casavieja	05054	55	AV	05054	
3126041	Casavells	casavells	ES	17121	0	Europe/Madrid	42	3.03333		Casavells		56	GI	17057	
3126042	Casavegas	casavegas	ES	34849	0	Europe/Madrid	43.02234	-4.51272		Casavegas		55	P	34904	
3126045	Casasuertes	casasuertes	ES	24917	0	Europe/Madrid	43.05983	-4.95173		Casasuertes		55	LE	24025	
3126046	Casasola de Rueda	casasola-de-rueda	ES	24166	0	Europe/Madrid	42.59755	-5.27362		Casasola de Rueda		55	LE	24079	
3126047	Casasola del Campo	casasola-del-campo	ES	37452	0	Europe/Madrid	40.75163	-5.90328		Alqueria Casasola del Campo,Alquería Casasola del Campo,Casasola del Campo		55	SA	37344	
3126049	Casasola de Arión	casasola-de-arion	ES	47110	359	Europe/Madrid	41.57825	-5.24076		Casasola de Arion,Casasola de Arión	47036	55	VA	47036	
3126050	Casasola	casasola	ES	02124	0	Europe/Madrid	43.3887	-4.26857				39	S	39068	
3126051	Casasola	casasola	ES	02124	0	Europe/Madrid	42.88333	-5.88333				55	LE	24012	
3126052	Casasola	casasola	ES	02124	3	Europe/Madrid	42.36667	-7.13333				58	OR	32060	
3126053	Casasola	casasola	ES	02124	0	Europe/Madrid	42.26667	-7.11667				58	OR	32015	
3126054	Casas Nuevas	casas-nuevas	ES	03749	0	Europe/Madrid	40.1	-1.45		Casas Nuevas,Caserio Casas Nuevas,Caserío Casas Nuevas		54	CU	16189	
3126057	Casaseca de las Chanas	casaseca-de-las-chanas	ES	49151	369	Europe/Madrid	41.4387	-5.67547		Casaseca de las Chanas	49039	55	ZA	49039	
3126058	Casaseca de Campeán	casaseca-de-campean	ES	49708	131	Europe/Madrid	41.37429	-5.74648		Casaseca de Campean,Casaseca de Campeán	49038	55	ZA	49038	
3126061	Casas de San Galindo	casas-de-san-galindo	ES	19246	32	Europe/Madrid	40.87234	-2.9575		Casas de Galindo,Casas de San Galindo	19073	54	GU	19073	
3126062	Casas de Navancuerda	casas-de-navancuerda	ES	05592	0	Europe/Madrid	40.44013	-5.33152		Casas de Navancuerda		55	AV	05228	
3126063	Casas de Monleón	casas-de-monleon	ES	37765	0	Europe/Madrid	40.56767	-5.83615		Casas de Monleon,Casas de Monleón		55	SA	37124	
3126064	Casas de Maripedro	casas-de-maripedro	ES	05693	0	Europe/Madrid	40.3108	-5.57675		Casas de Maripedro		55	AV	05249	
3126065	Casas del Puerto de Villatoro	casas-del-puerto-de-villatoro	ES	05571	109	Europe/Madrid	40.52869	-5.1974		Casas del Puerto de Villatoro		55	AV	05052	
3126066	Casas del Monte	casas-del-monte	ES	10730	887	Europe/Madrid	40.2032	-5.96152		Casas del Monte	10055	57	CC	10055	
3126068	Casas del Castañar	casas-del-castanar	ES	10616	661	Europe/Madrid	40.10785	-5.90509		Casas del Castanar,Casas del Castañar	10054	57	CC	10054	
3126069	Casas de la Vega	casas-de-la-vega	ES	05692	0	Europe/Madrid	40.38958	-5.54951		Casas de la Vega		55	AV	05112	
3126070	Casas de la Sierra	casas-de-la-sierra	ES	05620	0	Europe/Madrid	40.35684	-5.59149		Casas de la Sierra		55	AV	05236	
3126071	Casas del Abad	casas-del-abad	ES	05693	0	Europe/Madrid	40.30815	-5.58919		Casas del Abad		55	AV	05249	
3126075	Casas de Don Gómez	casas-de-don-gomez	ES	10818	353	Europe/Madrid	40.00932	-6.60073		Casas de Don Gomez,Casas de Don Gómez	10053	57	CC	10053	
3126076	Casas Bajas	casas-bajas	ES	46146	243	Europe/Madrid	40.01667	-1.26667		Casas Bajas	46088	60	V	46088	
3126077	Casasana	casasana	ES	19129	0	Europe/Madrid	40.53237	-2.63323		Casasana		54	GU	19211	
3126078	Casas Altas	casas-altas	ES	30398	158	Europe/Madrid	40.03333	-1.26667		Casas Altas	46087	60	V	46087	
3126082	Casarrubuelos	casarrubuelos	ES	28977	2155	Europe/Madrid	40.17146	-3.83105			28036	29	M	28036	
3126083	Casarrubios del Monte	casarrubios-del-monte	ES	45950	4102	Europe/Madrid	40.18697	-4.03644		Casarrubios del Monte	45041	54	TO	45041	
3126084	Casariego	casariego	ES	33748	0	Europe/Madrid	43.5528	-6.94512		Casariego		34	O	33070	
3126085	Casares de las Hurdes	casares-de-las-hurdes	ES	10628	596	Europe/Madrid	40.43333	-6.28333		Casares de las Hurdes	10051	57	CC	10051	
3126086	Casares de Arbas	casares-de-arbas	ES	24688	0	Europe/Madrid	42.93921	-5.77795		Casares,Casares de Arbas		55	LE	24901	
3126088	Casares	casares	ES	09515	0	Europe/Madrid	43.57798	-7.9199		Casares,San Juan		58	C	15025	
3126089	Casares	casares	ES	09515	0	Europe/Madrid	43.29355	-6.40771				34	O	33073	
3126090	Casares	casares	ES	09515	0	Europe/Madrid	43.203	-5.8109				34	O	33037	
3126091	Casares	casares	ES	09515	0	Europe/Madrid	43.1793	-5.99129		Casares		34	O	33053	
3126092	Casares	casares	ES	09515	0	Europe/Madrid	43.14604	-6.62445				34	O	33011	
3126093	Casares	casares	ES	09515	0	Europe/Madrid	42.92385	-7.09185				58	LU	27006	
3126094	Casares	casares	ES	09515	0	Europe/Madrid	42.38677	-7.21891				58	LU	27052	
3126095	Casarejos	casarejos	ES	42148	252	Europe/Madrid	41.79651	-3.03251		Casarejos	42055	55	SO	42055	
3126096	Casar de Palomero	casar-de-palomero	ES	10640	1267	Europe/Madrid	40.29483	-6.25698		Casar,Casar de Palomero	10050	57	CC	10050	
3126098	Casar de Periedo	casar-de-periedo	ES	39591	0	Europe/Madrid	43.33563	-4.17816				39	S	39012	
3126100	Casapapío	casapapio	ES	33989	0	Europe/Madrid	43.25107	-5.5446		Casapapio,Casapapío		34	O	33032	
3126101	Casanova	casanova	ES	09490	0	Europe/Madrid	41.68487	-3.44858		Casanova		55	BU	09261	
3126104	Casamaría	casamaria	ES	39551	0	Europe/Madrid	43.31802	-4.51311		Casamaria,Casamaría		39	S	39033	
3126107	Casalarreina	casalarreina	ES	26230	1336	Europe/Madrid	42.54911	-2.90994		Casalareina,Casalarreina,Kasalareyna,Kasalarrejna,Nafarruri,ka sa la lei na,Касаларрейна,Կասալառեյնա,卡萨拉雷纳	26042	27	LO	26042	
3126114	Casafranca	casafranca	ES	37767	80	Europe/Madrid	40.59267	-5.76039		Casafranca	37089	55	SA	37089	
3126117	Casa de Uceda	casa-de-uceda	ES	19184	114	Europe/Madrid	40.84115	-3.36849		Casa de Uceda	19070	54	GU	19070	
3126121	Casa de la Vega	casa-de-la-vega	ES	50239	0	Europe/Madrid	40.03479	-2.92355				54	CU	16108	
3126126	Casablanca	casablanca	ES	02124	0	Europe/Madrid	41.62965	-0.90719				52	Z	50297	
3126132	Carzoá	carzoa	ES	32689	0	Europe/Madrid	41.96455	-7.58462		Carzoa,Carzoá		58	OR	32028	
3126135	Carucedo	carucedo	ES	24442	639	Europe/Madrid	42.49029	-6.76565		Carucedo	24041	55	LE	24041	
3126136	Cartuja Baja	cartuja-baja	ES	50720	0	Europe/Madrid	41.62366	-3.69141		Cartuja,Cartuja de Miraflores,La Cartuja		55	BU	09141	
3126138	Cartirana	cartirana	ES	22612	0	Europe/Madrid	42.53177	-0.38197				52	HU	22199	
3126139	Cartes	cartes	ES	39311	3780	Europe/Madrid	43.32596	-4.06893		Cartes,Kartes,ka er te si,kartys,Картес,كارتيس,卡尔特斯	39018	39	S	39018	
3126140	Cartelos	cartelos	ES	27527	0	Europe/Madrid	42.5661	-7.85522				58	LU	27009	
3126142	Cartellà	cartella	ES	17199	0	Europe/Madrid	42.01667	2.76667				56	GI	17163	
3126143	Carteire	carteire	ES	27217	0	Europe/Madrid	42.9	-7.76667				58	LU	27040	
3126145	Cartavio	cartavio	ES	33719	0	Europe/Madrid	43.54741	-6.78862		Cartavio,Santa Maria de Cartavio,Santa María de Cartavio		34	O	33018	
3126146	Carrugueiro	carrugueiro	ES	33728	0	Europe/Madrid	43.41292	-6.84596		Carrugueiro		34	O	33007	
3126151	Carrocera	carrocera	ES	24123	0	Europe/Madrid	43.16147	-5.68526		Carrocera,Carroceta		34	O	33002	
3126152	Carrocera	carrocera	ES	24123	559	Europe/Madrid	42.79605	-5.74374		Carrocera	24040	55	LE	24040	
3126155	Carrizo de la Ribera	carrizo-de-la-ribera	ES	24270	2581	Europe/Madrid	42.58395	-5.82881		Carrizo,Carrizo de la Ribera		55	LE	24039	
3126161	Carrión de los Condes	carrion-de-los-condes	ES	34120	2350	Europe/Madrid	42.3413	-4.60071		Carrion de los Condes,Carrión de los Condes,Karrion-de-los-Kondes,Lacobriga,ka li weng de luo si kong de si,Каррион-де-лос-Кондес,Карріон-де-лос-Кондес,卡里翁德洛斯孔德斯	34047	55	P	34047	
3126169	Carril	carril	ES	24441	0	Europe/Madrid	42.61394	-8.77619		Santiago		58	PO	36060	
3126170	Karrika	karrika	ES	20180	0	Europe/Madrid	43.28348	-1.85345		Carrica,Karrika		59	SS	20063	
3126172	Carrias	carrias	ES	09248	40	Europe/Madrid	42.48141	-3.28319		Carrias	09076	55	BU	09076	
3126180	Carrejo	carrejo	ES	39592	0	Europe/Madrid	43.29416	-4.23754		Carrejo		39	S	39012	
3126186	Carrea	carrea	ES	33111	0	Europe/Madrid	43.14457	-6.07133		Carrea		34	O	33072	
3126188	Carrasquedo	carrasquedo	ES	09588	0	Europe/Madrid	43.11136	-3.25017		Carrasquedo		55	BU	09410	
3126190	Carrascosa de Tajo	carrascosa-de-tajo	ES	19431	0	Europe/Madrid	40.72498	-2.4838		Carracosa,Carrascosa de Tajo		54	GU	19086	
3126191	Carrascosa del Campo	carrascosa-del-campo	ES	16555	0	Europe/Madrid	40.0377	-2.73675		Carrascosa,Carrascosa del Campo		54	CU	16901	
3126192	Carrascosa de la Sierra	carrascosa-de-la-sierra	ES	42180	14	Europe/Madrid	41.89535	-2.28003		Carrascosa de la Sierra	42054	55	SO	42054	
3126193	Carrascosa de Henares	carrascosa-de-henares	ES	19247	0	Europe/Madrid	40.9061	-3.00842				54	GU	19113	
3126194	Carrascosa de Arriba	carrascosa-de-arriba	ES	42344	0	Europe/Madrid	41.35877	-3.13986		Carrascosa de Arriba		55	SO	42120	
3126195	Carrascosa de Abajo	carrascosa-de-abajo	ES	42311	32	Europe/Madrid	41.42338	-3.08955		Carrascosa de Abajo	42053	55	SO	42053	
3126197	Carrascosa	carrascosa	ES	16879	113	Europe/Madrid	40.59092	-2.16305		Carrascosa,Carrascosa-Sierra	16057	54	CU	16057	
3126198	Carrasco	carrasco	ES	04277	0	Europe/Madrid	41.10551	-6.38633		Carrasco		55	SA	37280	
3126199	Carrascalino	carrascalino	ES	37170	0	Europe/Madrid	40.87218	-5.78936		Carrascalino		55	SA	37040	
3126200	Carrascalejo	carrascalejo	ES	05580	0	Europe/Madrid	40.40239	-5.435		Carrascalejo		55	AV	05226	
3126202	Carrascal de San Miguel	carrascal-de-san-miguel	ES	39687	0	Europe/Madrid	43.0928	-3.91824		Carrascal de San Miguel		39	S	39039	
3126203	Carrascal de Sanchiricones	carrascal-de-sanchiricones	ES	37453	0	Europe/Madrid	40.81355	-5.87392		Carrascal de Sanchiricones		55	SA	37187	
3126204	Carrascal de Pericalvo	carrascal-de-pericalvo	ES	37449	0	Europe/Madrid	40.96483	-5.82812		Carrascal de Pericalvo		55	SA	37230	
3126205	Carrascal del Río	carrascal-del-rio	ES	40331	0	Europe/Madrid	41.36801	-3.89819		Carrascal del Rio,Carrascal del Río	40044	55	SG	40044	
3126206	Carrascal de la Cuesta	carrascal-de-la-cuesta	ES	40181	0	Europe/Madrid	41.09533	-3.9873		Carrascal		55	SG	40208	
3126207	Carrascal del Obispo	carrascal-del-obispo	ES	37451	229	Europe/Madrid	40.76376	-5.99913		Carrascal,Carrascal del Obispo	37088	55	SA	37088	
3126208	Carrascal de Cocejón	carrascal-de-cocejon	ES	39687	0	Europe/Madrid	43.08931	-3.87259		Carrascal de Cocejon,Carrascal de Cocejón		39	S	39039	
3126209	Carrascal de Barregas	carrascal-de-barregas	ES	37129	567	Europe/Madrid	40.97868	-5.76227		Carrascal de Barregas	37087	55	SA	37087	
3126210	Carrascal	carrascal	ES	49027	0	Europe/Madrid	41.48478	-5.8121		Carrascal		55	ZA	49275	
3126214	Carranque	carranque	ES	45216	2494	Europe/Madrid	40.16976	-3.90092			45038	54	TO	45038	
3126215	Carrandi	carrandi	ES	33329	0	Europe/Madrid	43.46164	-5.27181				34	O	33019	
3126217	Carraluz	carraluz	ES	33629	0	Europe/Madrid	43.06663	-5.82186		Carraluz		34	O	33033	
3126222	Carral	carral	ES	15175	5525	Europe/Madrid	43.2286	-8.35545		Carral	15021	58	C	15021	
3126223	Carral	carral	ES	15175	0	Europe/Madrid	43.13333	-7.65		Carral,San Martin,San Martín		58	LU	27007	
3126224	Carral	carral	ES	15175	0	Europe/Madrid	42.40663	-5.97306		Carral		55	LE	24182	
3126226	Carraxo	carraxo	ES	32622	0	Europe/Madrid	42.08606	-7.53156				58	OR	32039	
3126229	Carracedo da Serra	carracedo-da-serra	ES	32547	0	Europe/Madrid	42.08501	-7.2013				58	OR	32034	
3126230	Carracedo de Compludo	carracedo-de-compludo	ES	24414	0	Europe/Madrid	42.4674	-6.43531		Carracedo de Compludo		55	LE	24115	
3126231	Carracedo	carracedo	ES	27367	0	Europe/Madrid	43.12651	-7.08886				58	LU	27018	
3126232	Carracedo	carracedo	ES	27367	0	Europe/Madrid	42.86857	-7.37344		Carracedo		58	LU	27026	
3126233	Carracedo	carracedo	ES	27367	0	Europe/Madrid	42.65	-8.63333		Carracedo,Santa Marina		58	PO	36005	
3126234	Carracedo	carracedo	ES	27367	0	Europe/Madrid	42.43285	-7.76848				58	OR	32059	
3126235	Carracedo	carracedo	ES	27367	0	Europe/Madrid	42.25228	-7.06298				58	OR	32083	
3126236	Carracedo	carracedo	ES	27367	0	Europe/Madrid	42.10189	-6.03438				55	ZA	49018	
3126237	Carracedelo	carracedelo	ES	24549	3481	Europe/Madrid	42.55602	-6.73317		Carracedelo	24038	55	LE	24038	
3126240	Carpio-Medianero	carpio-medianero	ES	05151	0	Europe/Madrid	40.66194	-5.35724		Carpio-Medianero		55	AV	05903	
3126241	Carpio de Azaba	carpio-de-azaba	ES	37497	98	Europe/Madrid	40.59602	-6.6468		Carpio de Azaba	37086	55	SA	37086	
3126242	Carpio-Bernardo	carpio-bernardo	ES	37893	0	Europe/Madrid	40.87196	-5.51799		Carpio-Bernardo		55	SA	37352	
3126243	Carpio	carpio	ES	47470	249	Europe/Madrid	41.21329	-5.10907		Carpio,Corpie	47035	55	VA	47035	
3126245	Carpazás	carpazas	ES	32846	0	Europe/Madrid	42.03501	-7.9135				58	OR	32006	
3126246	Caroyas	caroyas	ES	33787	0	Europe/Madrid	43.54772	-6.47784		Caroyas		34	O	33034	
3126253	Carnota	carnota	ES	15293	0	Europe/Madrid	42.85508	-9.09179		San Mamed		58	C	15053	
3126254	Carnota	carnota	ES	15293	5171	Europe/Madrid	42.8233	-9.08913			15020	58	C	15020	
3126259	Carnero	carnero	ES	37440	0	Europe/Madrid	40.88903	-5.86582		Carnero		55	SA	37072	
3126261	Carmona	carmona	ES	39558	0	Europe/Madrid	43.25422	-4.35862		Carmona		39	S	39014	
3126263	Cármenes	carmenes	ES	24838	425	Europe/Madrid	42.95863	-5.57346		Carmenes,Cármenes	24037	55	LE	24037	
3126266	Carme	carme	ES	08787	725	Europe/Madrid	41.53198	1.62074		Carme		56	B	08286	
3126267	Carlín	carlin	ES	27229	0	Europe/Madrid	43.084	-7.82892		Carlin,Carlín,Cartin		58	LU	27020	
3126271	Carlangas	carlangas	ES	33787	0	Europe/Madrid	43.50923	-6.49412		Carlangas		34	O	33034	
3126273	Cariseda	cariseda	ES	24429	0	Europe/Madrid	42.85701	-6.61947		Cariseda		55	LE	24112	
3126276	Cariño	carino	ES	15360	4779	Europe/Madrid	43.74134	-7.86715		Carino,Cariño	15901	58	C	15901	
3126278	Cariñena	carinena	ES	50400	3591	Europe/Madrid	41.33733	-1.22444		Carinena,Cariñena	50073	52	Z	50073	
3126282	Careses	careses	ES	33519	0	Europe/Madrid	43.41136	-5.62149		Careses		34	O	33066	
3126285	Careñes	carenes	ES	33314	0	Europe/Madrid	43.55	-5.5		Carenes,Careñes,Santa Eulalia		34	O	33076	
3126286	Carenas	carenas	ES	50212	244	Europe/Madrid	41.27755	-1.79754		Carenas	50072	52	Z	50072	
3126290	Cardús	cardus	ES	33867	0	Europe/Madrid	43.43333	-6.21667		Candus,Candús,Cardus,Cardús		34	O	33059	
3126293	Cardona	cardona	ES	08261	5226	Europe/Madrid	41.91371	1.67855		Cardona		56	B	08141	
3126295	Cardo	cardo	ES	33449	0	Europe/Madrid	43.58333	-5.83333		Cardo,San Martin,San Martin de Cardo,San Martín,San Martín de Cardo		34	O	33025	
3126296	Cardiel de los Montes	cardiel-de-los-montes	ES	45642	236	Europe/Madrid	40.06348	-4.65488		Cardiel de los Montes	45035	54	TO	45035	
3126300	Cardeo	cardeo	ES	32813	0	Europe/Madrid	43.2759	-5.80561				34	O	33037	
3126301	Cardeñuela-Ríopico	cardenuela-riopico	ES	09192	110	Europe/Madrid	42.36019	-3.5582				55	BU	09075	
3126302	Cardeñosa de Volpejera	cardenosa-de-volpejera	ES	34309	51	Europe/Madrid	42.23214	-4.70197		Cardenosa de Volpejera,Cardeñosa de Volpejera	34046	55	P	34046	
3126303	Cardeñosa	cardenosa	ES	05320	0	Europe/Madrid	41.11688	-2.84582		Cardenosa,Cardeñosa		54	GU	19238	
3126304	Cardeñosa	cardenosa	ES	05320	532	Europe/Madrid	40.7424	-4.74579		Cardenosa,Cardeñosa	05049	55	AV	05049	
3126306	Cárdenas	cardenas	ES	26311	186	Europe/Madrid	42.37464	-2.76726		Cardenas,Cárdenas	26041	27	LO	26041	
3126308	Cardeñajimeno	cardenajimeno	ES	09193	650	Europe/Madrid	42.33038	-3.62103			09074	55	BU	09074	
3126310	Cardeñadijo	cardenadijo	ES	09194	685	Europe/Madrid	42.30217	-3.66779		Cardenadijo,Cardeñadijo	09073	55	BU	09073	
3126314	Cardelle	cardelle	ES	32523	0	Europe/Madrid	42.42607	-8.23109		Cardelle		58	OR	32013	
3126315	Cardejón	cardejon	ES	42138	0	Europe/Madrid	41.66454	-2.12025		Cardejon,Cardejón		55	SO	42022	
3126317	Cardedeu	cardedeu	ES	08440	16596	Europe/Madrid	41.63976	2.35739		Cardedeu		56	B	08181	
3126318	Cardaño de Arriba	cardano-de-arriba	ES	34888	0	Europe/Madrid	42.97074	-4.75707		Cardano de Arriba,Cardaño de Arriba		55	P	34199	
3126319	Cardaño de Abajo	cardano-de-abajo	ES	34888	0	Europe/Madrid	42.92102	-4.76404		Cardano de Abajo,Cardaño de Abajo		55	P	34199	
3126322	Carda	carda	ES	33316	0	Europe/Madrid	43.49079	-5.42095		Carda		34	O	33076	
3126323	Carcedo de Burgos	carcedo-de-burgos	ES	09193	252	Europe/Madrid	42.28696	-3.62274			09072	55	BU	09072	
3126324	Carcedo de Bureba	carcedo-de-bureba	ES	09592	45	Europe/Madrid	42.57818	-3.49831		Carcedo de Bureba	09071	55	BU	09071	
3126328	Carcediel	carcediel	ES	33875	0	Europe/Madrid	43.30072	-6.58905		Carcediel		34	O	33073	
3126331	Carcastillo	carcastillo	ES	31310	2657	Europe/Madrid	42.37908	-1.44376		Carcastillo	31067	32	NA	31067	
3126332	Cárcar	carcar	ES	31579	1059	Europe/Madrid	42.39314	-1.97904		Carcar,Cárcar	31066	32	NA	31066	
3126335	Carcaboso	carcaboso	ES	10670	1019	Europe/Madrid	40.04968	-6.21375		Carcaboso	10047	57	CC	10047	
3126341	Carbueiro	carbueiro	ES	33810	0	Europe/Madrid	43.01667	-6.85		Carbueiro		34	O	33028	
3126344	Carbonero el Mayor	carbonero-el-mayor	ES	40270	2495	Europe/Madrid	41.12257	-4.26478		Carbonero,Carbonero el Mavor,Carbonero el Mayor	40043	55	SG	40043	
3126345	Carbonero de Ahusín	carbonero-de-ahusin	ES	40491	0	Europe/Madrid	41.03912	-4.23677		Carbonero de Ahusin,Carbonero de Ahusín		55	SG	40022	
3126347	Carbonera de Frentes	carbonera-de-frentes	ES	42190	0	Europe/Madrid	41.75379	-2.55227		Carbonera de Frentes		55	SO	42095	
3126351	Carbonera	carbonera	ES	26588	0	Europe/Madrid	42.59262	-4.73634		Carbonera		55	P	34157	
3126352	Carbonera	carbonera	ES	26588	0	Europe/Madrid	42.2828	-2.18028		Carbonera		27	LO	26028	
3126360	Carbellino	carbellino	ES	49211	243	Europe/Madrid	41.22975	-6.14901		Carbellino,Carbellinu,Karbel'ino,ka er wei li nuo,Карбельино,Карбельїно,卡尔韦利诺	49037	55	ZA	49037	
3126362	Carbayal	carbayal	ES	33527	0	Europe/Madrid	43.5	-5.9		Carbayal		34	O	33020	
3126363	Carbayal	carbayal	ES	33527	0	Europe/Madrid	43.44628	-6.88063				34	O	33007	
3126364	Carbayal	carbayal	ES	33527	0	Europe/Madrid	43.34252	-6.90793				34	O	33029	
3126369	Carballo	carballo	ES	15100	30990	Europe/Madrid	43.213	-8.69104		Carballo,Karbal'o,Карбальо	15019	58	C	15019	
3126370	Carballo	carballo	ES	15100	0	Europe/Madrid	43.11583	-6.48853		Carballo		34	O	33011	
3126371	Carballo	carballo	ES	15100	19	Europe/Madrid	43.03333	-7.85				58	LU	27020	
3126372	Carballo	carballo	ES	15100	0	Europe/Madrid	42.71271	-7.76536		Santo Tome,Santo Tomé		58	LU	27060	
3126381	Carballedo	carballedo	ES	27528	0	Europe/Madrid	42.93333	-7.2				58	LU	27901	
3126382	Carballedo	carballedo	ES	27528	0	Europe/Madrid	42.52191	-7.8284			27009	58	LU	27009	
3126383	Carballedo	carballedo	ES	27528	0	Europe/Madrid	42.46667	-8.46667		Carballedo,San Miguel		58	PO	36902	
3126384	Carballeda de Avia	carballeda-de-avia	ES	32413	1603	Europe/Madrid	42.3214	-8.16456			32018	58	OR	32018	
3126397	Carbajosa de la Sagrada	carbajosa-de-la-sagrada	ES	37188	3467	Europe/Madrid	40.93305	-5.65026		Carbajosa de la Sagrada	37085	55	SA	37085	
3126398	Carbajosa de Armuña	carbajosa-de-armuna	ES	37798	0	Europe/Madrid	41.07364	-5.6161		Carbajosa de Armuna,Carbajosa de Armuña		55	SA	37185	
3126399	Carbajosa	carbajosa	ES	24195	0	Europe/Madrid	42.63609	-5.4738		Carbajosa		55	LE	24175	
3126400	Carbajosa	carbajosa	ES	24195	0	Europe/Madrid	41.53871	-6.0924		Carbajosa		55	ZA	49247	
3126401	Carbajalinos	carbajalinos	ES	49324	0	Europe/Madrid	42.13028	-6.5018		Carbajalinos		55	ZA	49181	
3126402	Carbajales de la Encomienda	carbajales-de-la-encomienda	ES	49347	0	Europe/Madrid	42.09124	-6.41803		Carbajales de la Encomienda		55	ZA	49062	
3126403	Carbajales de Alba	carbajales-de-alba	ES	49160	690	Europe/Madrid	41.65347	-5.99706		Carbajales,Carbajales de Alba	49036	55	ZA	49036	
3126404	Carbajal de Valderaduey	carbajal-de-valderaduey	ES	24328	0	Europe/Madrid	42.54111	-4.96408		Carbajal de Valderaduey,Carvajal de Valderaduey		55	LE	24229	
3126405	Carbajal de Rueda	carbajal-de-rueda	ES	24161	0	Europe/Madrid	42.69351	-5.18433		Carbajal de Rueda		55	LE	24079	
3126406	Carbajal de la Legua	carbajal-de-la-legua	ES	24196	0	Europe/Madrid	42.65581	-5.60699		Carbajal de la Legua		55	LE	24163	
3126407	Carbajal de Fuentes	carbajal-de-fuentes	ES	24206	123	Europe/Madrid	42.18263	-5.45806		Carbajal,Carbajal de Fuentes		55	LE	24074	
3126412	Carbaínos	carbainos	ES	33392	0	Europe/Madrid	43.46629	-5.75078		Carbaino,Carbainos,Carbaínos		34	O	33024	
3126414	Carazuelo	carazuelo	ES	42134	0	Europe/Madrid	41.72422	-2.31406		Carazuelo		55	SO	42049	
3126416	Carazo	carazo	ES	09611	0	Europe/Madrid	43.1	-7.41667		Carazo,San Pedro		58	LU	27046	
3126417	Carazo	carazo	ES	09611	45	Europe/Madrid	41.96832	-3.3531		Carazo	09070	55	BU	09070	
3126418	Caraviés	caravies	ES	33690	0	Europe/Madrid	43.44627	-5.84253		Caravies,Caraviés		34	O	33035	
3126421	Cáraves	caraves	ES	33576	0	Europe/Madrid	43.31519	-4.72936				34	O	33046	
3126422	Caravedo	caravedo	ES	33393	0	Europe/Madrid	43.4981	-5.72696		Caravedo		34	O	33024	
3126423	Carasa	carasa	ES	39762	0	Europe/Madrid	43.37123	-3.46108		Carasa		39	S	39102	
3126428	Caraño	carano	ES	27270	0	Europe/Madrid	43.13009	-7.30333		San Martin		58	LU	27046	
3126430	Caranga	caranga	ES	33114	0	Europe/Madrid	43.21891	-6.03795		Caranga,San Pedro		34	O	33052	
3126431	Carandía	carandia	ES	39479	0	Europe/Madrid	43.33518	-3.97566		Carandia,Carandía		39	S	39052	
3126432	Carande	carande	ES	24918	0	Europe/Madrid	42.94724	-5.01763		Carande		55	LE	24130	
3126433	Caranceja	caranceja	ES	39591	0	Europe/Madrid	43.33733	-4.16784		Caranceja,Carranceja		39	S	39060	
3126434	Caranca	caranca	ES	01426	0	Europe/Madrid	42.86656	-3.07464		Caranca,Karanka		59	VI	01055	
3126437	Queralbs	queralbs	ES	17534	157	Europe/Madrid	42.34928	2.16285		Keral'bs,Queralbs,Керальбс		56	GI	17043	
3126440	Caracenilla	caracenilla	ES	16540	0	Europe/Madrid	40.14102	-2.56872		Caracenilla		54	CU	16112	
3126443	Caracena	caracena	ES	42311	17	Europe/Madrid	41.38321	-3.09146		Caracena	42052	55	SO	42052	
3126444	Carabusino	carabusino	ES	10628	0	Europe/Madrid	40.4479	-6.28443		Carabocino,Carabusino,Caserio Carabusino,Caserío Carabusino		57	CC	10051	
3126447	Carabias	carabias	ES	19266	0	Europe/Madrid	41.44271	-3.67423		Carabias,Carabias Carrapradates		55	SG	40161	
3126448	Carabias	carabias	ES	19266	0	Europe/Madrid	41.09024	-2.71827		Carabias		54	GU	19257	
3126449	Cárabanzo	carabanzo	ES	33638	0	Europe/Madrid	43.18584	-5.78619		Carabanzo,Cárabanzo		34	O	33033	
3126450	Carabantes	carabantes	ES	42126	31	Europe/Madrid	41.55211	-1.9981		Carabantes	42051	55	SO	42051	
3126451	Carabaño	carabano	ES	33310	0	Europe/Madrid	43.41315	-5.41866				34	O	33009	
3126454	Carabaña	carabana	ES	28560	1491	Europe/Madrid	40.25424	-3.23572		Carabana,Carabaña	28035	29	M	28035	
3126458	Capçanes	capcanes	ES	43776	0	Europe/Madrid	41.1	0.78333		Capcanes,Capsanes,Capçanes		56	T	43150	
3126462	Capmany	capmany	ES	17750	487	Europe/Madrid	42.37351	2.92026		Campmany,Capmany	17042	56	GI	17042	
3126463	Capillas	capillas	ES	34305	100	Europe/Madrid	42.01362	-4.89051		Capillas	34045	55	P	34045	
3126466	Capellades	capellades	ES	08786	5187	Europe/Madrid	41.53005	1.68651		Capellades	08044	56	B	08044	
3126467	Capella	capella	ES	22480	386	Europe/Madrid	42.19635	0.39637		Capella	22080	52	HU	22080	
3126473	Capdesaso	capdesaso	ES	22212	155	Europe/Madrid	41.84287	-0.18316		Capdesaso	22079	52	HU	22079	
3126474	Cabdella	cabdella	ES	25515	0	Europe/Madrid	42.47396	0.99195		Cabdella		56	L	25227	
3126476	Caparroso	caparroso	ES	31380	2528	Europe/Madrid	42.34129	-1.64962		Caparroso	31065	32	NA	31065	
3126479	Capafonts	capafonts	ES	43364	0	Europe/Madrid	41.3	1.03333		Capafons,Capafonts	43039	56	T	43039	
3126484	Canyelles	canyelles	ES	08811	0	Europe/Madrid	41.28333	1.73333		Canyellas,Canyelles		56	B	08145	
3126497	Cantiveros	cantiveros	ES	05211	183	Europe/Madrid	40.95215	-4.95455		Cantiveros	05048	55	AV	05048	
3126498	Cantimpalos	cantimpalos	ES	40360	1297	Europe/Madrid	41.07406	-4.15988		Cantimpalos	40041	55	SG	40041	
3126501	Cantejeira	cantejeira	ES	24525	0	Europe/Madrid	42.70686	-6.89553		Cantejeira		55	LE	24009	
3126503	Cantavieja	cantavieja	ES	44140	750	Europe/Madrid	40.52642	-0.40558		Cantavieja	44059	52	TE	44059	
3126505	Cantarranas	cantarranas	ES	11179	0	Europe/Madrid	40.56881	-6.47497		Cantarranas,Caserio Cantarranas,Caserío Cantarranas		55	SA	37107	
3126506	Cantaracillo	cantaracillo	ES	37319	245	Europe/Madrid	40.90376	-5.16291		Cantaracillo	37083	55	SA	37083	
3126507	Cantalucia	cantalucia	ES	42148	0	Europe/Madrid	41.74107	-2.9745		Cantalucia		55	SO	42178	
3126510	Cantalpino	cantalpino	ES	37405	1055	Europe/Madrid	41.05341	-5.33045		Cantalpino	37082	55	SA	37082	
3126511	Cantalojas	cantalojas	ES	19275	142	Europe/Madrid	41.23472	-3.24629		Cantalojas	19065	54	GU	19065	
3126512	Cantallops	cantallops	ES	17708	269	Europe/Madrid	42.42216	2.92524		Cantallops	17041	56	GI	17041	
3126513	Cantalejo	cantalejo	ES	40320	3690	Europe/Madrid	41.2576	-3.92791		Cantalejo,Cantalojos,Kantalekho,kan ta lai huo,Канталехо,坎塔莱霍	40040	55	SG	40040	
3126515	Cantalapiedra	cantalapiedra	ES	37400	1225	Europe/Madrid	41.1263	-5.18351		Cantalapiedra	37081	55	SA	37081	
3126516	Cantagallo	cantagallo	ES	37716	248	Europe/Madrid	40.37239	-5.8189		Cantagallo	37080	55	SA	37080	
3126522	Cantabrana	cantabrana	ES	09593	37	Europe/Madrid	42.73422	-3.46704		Cantabrana	09068	55	BU	09068	
3126523	Canseco	canseco	ES	24838	0	Europe/Madrid	42.98691	-5.52868		Canseco		55	LE	24037	
3126527	Canredondo de la Sierra	canredondo-de-la-sierra	ES	42153	0	Europe/Madrid	41.86427	-2.51673		Canredondo de la Sierra		55	SO	42094	
3126528	Canredondo	canredondo	ES	19431	120	Europe/Madrid	40.81257	-2.49377		Canredondo	19064	54	GU	19064	
3126534	Canovelles	canovelles	ES	08420	16023	Europe/Madrid	41.61667	2.28333		Canovellas,Canovelles		56	B	08086	
3126539	Canos	canos	ES	42180	0	Europe/Madrid	41.82827	-2.31725		Canos		55	SO	42013	
3126543	Cañón	canon	ES	32817	0	Europe/Madrid	42.13334	-7.95376				58	OR	32024	
3126549	Cañizo	canizo	ES	49128	314	Europe/Madrid	41.76955	-5.50199		Canizo,Cañizo	49035	55	ZA	49035	
3126550	Cañizares	canizares	ES	16891	595	Europe/Madrid	40.5187	-2.19201		Canizares,Cañizares	16053	54	CU	16053	
3126552	Cañizar del Olivar	canizar-del-olivar	ES	44707	110	Europe/Madrid	40.81622	-0.64567		Canizar del Olivar,Cañizar del Olivar	44063	52	TE	44063	
3126553	Cañizar	canizar	ES	19197	104	Europe/Madrid	40.76763	-3.06399		Canizar,Cañizar	19066	54	GU	19066	
3126554	Cañizal de Rueda	canizal-de-rueda	ES	24165	0	Europe/Madrid	42.62799	-5.35333		Canizal de Rueda,Cañizal de Rueda		55	LE	24079	
3126555	Cañizal	canizal	ES	49440	590	Europe/Madrid	41.16654	-5.36828		Canizal,Cañizal	49034	55	ZA	49034	
3126558	Canillejas	canillejas	ES	37448	0	Europe/Madrid	40.44838	-3.60849				29	M	28079	20
3126559	Canillas de Torneros	canillas-de-torneros	ES	37450	0	Europe/Madrid	40.84199	-5.88166		Canillas de Torneros		55	SA	37187	
3126560	Canillas de Río Tuerto	canillas-de-rio-tuerto	ES	26325	0	Europe/Madrid	42.3995	-2.84091			26039	27	LO	26039	
3126561	Canillas de Esgueva	canillas-de-esgueva	ES	47185	104	Europe/Madrid	41.75464	-4.12502		Canillas de Esgueva	47034	55	VA	47034	
3126562	Canillas de Abajo	canillas-de-abajo	ES	37448	101	Europe/Madrid	40.92266	-5.92905		Canillas de Abajo	37079	55	SA	37079	
3126564	Caniego	caniego	ES	09587	0	Europe/Madrid	43.11289	-3.30191				55	BU	09410	
3126566	Canicosa de la Sierra	canicosa-de-la-sierra	ES	09692	565	Europe/Madrid	41.93673	-3.04089		Canicosa,Canicosa de la Sierra,Kanikosa-de-la-S'erra,ka ni ke sa de la xie la,kwnayshwsa dy la sayra,Каникоса-де-ла-Сьерра,Канікоса-де-ла-Сьєрра,كونايشوسا دي لا سايرا,卡尼科萨德拉谢拉	09067	55	BU	09067	
3126567	Cañícosa	canicosa	ES	40163	0	Europe/Madrid	41.10493	-3.76763		Canicosa,Cañícosa		55	SG	40123	
3126568	Cañicera	canicera	ES	42315	0	Europe/Madrid	41.34061	-3.10705		Canicera,Cañicera		55	SO	42155	
3126569	Caniás	canias	ES	22713	0	Europe/Madrid	42.59865	-0.61				52	HU	22130	
3126644	Candamil	candamil	ES	27832	0	Europe/Madrid	43.35	-7.76667		Candamil,San Miguel		58	LU	27021	
3126571	Cangas de Onís	cangas-de-onis	ES	33550	6623	Europe/Madrid	43.3514	-5.12916		Cangas de Onis,Cangas de Onís,Cangues d'Onis,Cangues d'Onís,Cangues dOnis,Cangues dOnís,Kangas-de-Onis,kan jia si de ao ni si,kangas d anys,kanghas dy awnys,Кангас-де-Онис,Кангас-де-Оніс,كانغاس دي أونيس,کانگاس د انیس,カンガス・デ・オニス,坎加斯德奥尼斯	33012	34	O	33012	
3126577	Cangas do Morrazo	cangas-do-morrazo	ES	36940	25748	Europe/Madrid	42.26413	-8.78463		Cangas,Cangas do Morrazo	36008	58	PO	36008	
3126581	Canet lo Roig	canet-lo-roig	ES	12350	903	Europe/Madrid	40.55142	0.24308		Canet lo Roig,Carnet lo Roig	12036	60	CS	12036	
3126582	Cañete	canete	ES	16300	872	Europe/Madrid	40.05	-1.65		Canete,Cañete	16052	54	CU	16052	
3126584	Canet de Mar	canet-de-mar	ES	08360	14123	Europe/Madrid	41.59054	2.58116		Canet de Mar	08040	56	B	08040	
3126585	Canet d'Adri	canet-d-adri	ES	17199	0	Europe/Madrid	42.03333	2.73333		Canet d'Adri,Canet de Adri		56	GI	17040	
3126587	Canero	canero	ES	33787	0	Europe/Madrid	43.55	-6.45		Caneiru,Canero		34	O	33034	
3126593	Caneján	canejan	ES	25548	110	Europe/Madrid	42.83836	0.739		Canejan,Caneján		56	L	25063	
3126596	Canedo	canedo	ES	24546	0	Europe/Madrid	43.54982	-6.57549				34	O	33034	
3126597	Cañedo	canedo	ES	24546	0	Europe/Madrid	43.48536	-6.13943				34	O	33051	
3126598	Cañedo	canedo	ES	24546	0	Europe/Madrid	43.34973	-6.10263				34	O	33026	
3126599	Cañedo	canedo	ES	24546	0	Europe/Madrid	43.18233	-3.56863		Canedo,Cañedo		39	S	39083	
3126600	Canedó	canedo	ES	24546	0	Europe/Madrid	42.84558	-9.0839				58	C	15020	
3126601	Canedo	canedo	ES	24546	0	Europe/Madrid	42.646	-6.70472		Canedo		55	LE	24007	
3126602	Canedo	canedo	ES	24546	0	Europe/Madrid	42.61667	-7.41667		Canedo,San Miguel		58	LU	27047	
3126603	Canedo	canedo	ES	24546	0	Europe/Madrid	42.35	-7.9		Canedo,San Miguel		58	OR	32054	
3126605	Cañeda	caneda	ES	39491	0	Europe/Madrid	43.01868	-4.11907		Caneda,Cañeda		39	S	39027	
3126606	Caneda	caneda	ES	39491	0	Europe/Madrid	42.51667	-7.45		Caneda,Santa Eulalia		58	LU	27031	
3126607	Canduela	canduela	ES	34811	0	Europe/Madrid	42.8342	-4.1861		Canduela		55	P	34004	
3126610	Candolias	candolias	ES	39685	0	Europe/Madrid	43.15753	-3.79824		Candolia,Candolias		39	S	39097	
3126615	Candín	candin	ES	24433	0	Europe/Madrid	43.34786	-5.62396		Candin,Candín		34	O	33066	
3126616	Candín	candin	ES	24433	394	Europe/Madrid	42.81695	-6.72848		Candin,Candín	24036	55	LE	24036	
3126617	Candilichera	candilichera	ES	42134	198	Europe/Madrid	41.70434	-2.30123		Candilechera,Candilichera,Kandilichera,kan di li qie la,Кандиличера,Канділічера,坎迪利切拉	42049	55	SO	42049	
3126618	Candia	candia	ES	27849	0	Europe/Madrid	43.35	-7.5		Candia,San Pedro		58	LU	27001	
3126619	Candenosa	candenosa	ES	39419	0	Europe/Madrid	42.85238	-4.12244		Candenosa		39	S	39093	
3126620	Candemuela	candemuela	ES	24144	0	Europe/Madrid	42.98546	-5.99846		Candemuela,Candemuelas		55	LE	24145	
3126622	Candeleda	candeleda	ES	05480	5062	Europe/Madrid	40.15521	-5.24045		Candaleda,Candeleda,Kandeleda,kan de lai da,kandlda,kandlyda,Канделеда,كاندليدا,کاندلدا,坎德莱达	05047	55	AV	05047	
3126624	Candelario	candelario	ES	37710	1026	Europe/Madrid	40.36806	-5.74499			37078	55	SA	37078	
3126631	Candasnos	candasnos	ES	22591	449	Europe/Madrid	41.50213	0.06425		Candasnos	22077	52	HU	22077	
3126633	Candás	candas	ES	33430	7193	Europe/Madrid	43.58922	-5.76735		Carreno,Carreño		34	O	33014	
3126634	Candás	candas	ES	33430	0	Europe/Madrid	42.08919	-7.87631		Candas,Candás		58	OR	32067	
3126635	Candaosa	candaosa	ES	33778	0	Europe/Madrid	43.47643	-6.91579		Candaosa		34	O	33017	
3126637	Candanedo de Fenar	candanedo-de-fenar	ES	24648	0	Europe/Madrid	42.8174	-5.55941		Candanedo de Fenar		55	LE	24134	
3126638	Candanedo de Boñar	candanedo-de-bonar	ES	24152	0	Europe/Madrid	42.8022	-5.33925		Candanedo de Bonar,Candanedo de Boñar		55	LE	24199	
3126650	Cancienes	cancienes	ES	33470	0	Europe/Madrid	43.51307	-5.87179		Cancienes		34	O	33020	
3126654	Cances Grande	cances-grande	ES	15107	0	Europe/Madrid	43.24725	-8.73481		Cances Grande		58	C	15019	
3126657	Cancelos	cancelos	ES	33775	0	Europe/Madrid	43.36979	-7.12439		Cancelos,Caucellos,Caucelos		34	O	33071	
3126658	Cancelo	cancelo	ES	27634	0	Europe/Madrid	42.77109	-7.20506				58	LU	27062	
3126660	Cancela	cancela	ES	24567	0	Europe/Madrid	42.50061	-6.8385		Cancela		55	LE	24165	
3126663	Cañaveruelas	canaveruelas	ES	16537	197	Europe/Madrid	40.40024	-2.63719		Canaveruelas,Cañaveruelas	16051	54	CU	16051	
3126664	Cañaveras	canaveras	ES	16850	397	Europe/Madrid	40.35994	-2.39611		Canaveras,Cañaveras	16050	54	CU	16050	
3126665	Canaval	canaval	ES	27440	0	Europe/Madrid	42.47873	-7.58695		Canabal,Canaval		58	LU	27059	
3126667	Cañás	canas	ES	26325	0	Europe/Madrid	43.23369	-8.32557		Canas,Cañás		58	C	15021	
3126668	Cañas	canas	ES	26325	142	Europe/Madrid	42.3924	-2.84649			26040	27	LO	26040	
3126672	Cañamares	canamares	ES	13331	0	Europe/Madrid	41.21014	-2.94925		Canamares,Cañamares		54	GU	19185	
3126673	Cañamares	canamares	ES	13331	623	Europe/Madrid	40.45203	-2.23983		Canamares,Cañamares	16048	54	CU	16048	
3126674	Cañamaque	canamaque	ES	42220	43	Europe/Madrid	41.44453	-2.23792		Canamaque,Cañamaque	42050	55	SO	42050	
3126681	Canales de Molina	canales-de-molina	ES	19343	0	Europe/Madrid	40.90161	-1.9777		Canales de Molina		54	GU	19099	
3126682	Canales del Ducado	canales-del-ducado	ES	19432	0	Europe/Madrid	40.80949	-2.35874		Canales del Ducado		54	GU	19244	
3126683	Canales de la Sierra	canales-de-la-sierra	ES	26329	90	Europe/Madrid	42.14233	-3.02458		Canales,Canales de la Sierra	26038	27	LO	26038	
3126688	Canales	canales	ES	05212	0	Europe/Madrid	43.34533	-4.27002				39	S	39090	
3126689	La Magdalena	la-magdalena	ES	03370	0	Europe/Madrid	42.78333	-5.8		Canales,Cañales		55	LE	24167	
3126690	Canales	canales	ES	05212	54	Europe/Madrid	41.00331	-4.90163		Canales	05046	55	AV	05046	
3126691	Canalejas de Peñafiel	canalejas-de-penafiel	ES	47311	308	Europe/Madrid	41.52513	-4.11546		Canalejas de Penafiel,Canalejas de Peñafiel	47033	55	VA	47033	
3126692	Canalejas del Arroyo	canalejas-del-arroyo	ES	16857	398	Europe/Madrid	40.3685	-2.49408		Canalejas,Canalejas del Arroyo	16045	54	CU	16045	
3126693	Canalejas	canalejas	ES	24170	0	Europe/Madrid	42.6715	-4.98524		Canalejas		55	LE	24004	
3126695	Canaleja	canaleja	ES	02312	0	Europe/Madrid	42.66205	-5.51905		Canaleja		55	LE	24222	
3126696	Canaleja	canaleja	ES	02312	0	Europe/Madrid	40.33296	-5.56904				55	AV	05249	
3126698	Canal	canal	ES	33528	0	Europe/Madrid	43.41988	-5.55953		Canal		34	O	33065	
3126701	Cañada Vellida	canada-vellida	ES	44168	50	Europe/Madrid	40.70811	-0.91489		Canada Vellida,Cañada Vellida	44062	52	TE	44062	
3126705	Cañada de Benatanduz	canada-de-benatanduz	ES	44140	67	Europe/Madrid	40.57934	-0.53682		Canada de Benatanduz,Cañada de Benatanduz	44060	52	TE	44060	
3126718	Camuño	camuno	ES	33867	0	Europe/Madrid	43.41667	-6.21667		Camuno,Camuño,San Bartolome,San Bartolomé		34	O	33059	
3126719	Campuzano	campuzano	ES	39300	0	Europe/Madrid	43.34216	-4.05765		Campuzano		39	S	39087	
3126722	Camprodon	camprodon	ES	17867	2435	Europe/Madrid	42.31185	2.36506		Camprodon,Camprodón	17039	56	GI	17039	
3126727	Camposo	camposo	ES	27163	0	Europe/Madrid	42.87837	-7.47735		Camposo		58	LU	27014	
3126735	Camposalinas	camposalinas	ES	24125	0	Europe/Madrid	42.73949	-5.89309		Camposalinas		55	LE	24167	
3126738	Campos	campos	ES	07630	0	Europe/Madrid	43.03912	-9.27926				58	C	15052	
3126739	Campos	campos	ES	07630	0	Europe/Madrid	42.46667	-7.75				58	OR	32059	
3126740	Campos	campos	ES	07630	0	Europe/Madrid	40.71689	-0.72555		Campos		52	TE	44017	
3126741	Camporrotuno	camporrotuno	ES	22395	0	Europe/Madrid	42.34567	0.1608				52	HU	22907	
3126742	Camporrells	camporrells	ES	22570	223	Europe/Madrid	41.95856	0.52136		Camporrells	22075	52	HU	22075	
3126743	Camporredondo de Alba	camporredondo-de-alba	ES	34888	0	Europe/Madrid	42.89572	-4.7463		Camporredonde,Camporredondo,Camporredondo de Alba		55	P	34199	
3126745	Camporredondo	camporredondo	ES	22280	0	Europe/Madrid	42.96272	-7.22038				58	LU	27901	
3126746	Camporredondo	camporredondo	ES	22280	0	Europe/Madrid	42.3205	-8.10937				58	OR	32069	
3126747	Camporredondo	camporredondo	ES	22280	0	Europe/Madrid	42.10435	-2.39717				55	SO	42209	
3126748	Camporredondo	camporredondo	ES	22280	200	Europe/Madrid	41.47333	-4.50503		Camporredondo	47032	55	VA	47032	
3126749	Camporramiro	camporramiro	ES	27514	0	Europe/Madrid	42.58639	-7.75343		Campo Ramiro,Santa Maria,Santa María		58	LU	27009	
3126750	Campo Real	campo-real	ES	28510	3772	Europe/Madrid	40.33333	-3.38333		Campo Real,Camporreal	28033	29	M	28033	
3126754	Camponaraya	camponaraya	ES	24410	3500	Europe/Madrid	42.57799	-6.66709		Camponaraya	24034	55	LE	24034	
3126755	Campomojado	campomojado	ES	33986	0	Europe/Madrid	43.21281	-5.54963		Campomojado		34	O	33032	
3126757	Campomanes	campomanes	ES	33620	0	Europe/Madrid	43.10509	-5.81798		Campomanes		34	O	33033	
3126760	Campollo	campollo	ES	39577	0	Europe/Madrid	43.12141	-4.65456		Campollo		39	S	39096	
3126761	Campolara	campolara	ES	09650	96	Europe/Madrid	42.11953	-3.4274		Campolara	09066	55	BU	09066	
3126764	Campohermoso	campohermoso	ES	04110	0	Europe/Madrid	42.85679	-5.42879		Campohermoso		55	LE	24193	
3126765	Campogrande de Aliste	campogrande-de-aliste	ES	49592	0	Europe/Madrid	41.82149	-6.22609		Campogrande de Aliste		55	ZA	49208	
3126767	Campo de Villavidel	campo-de-villavidel	ES	24225	275	Europe/Madrid	42.43906	-5.52808		Campo de Villavidel	24033	55	LE	24033	
3126768	Campo de San Pedro	campo-de-san-pedro	ES	40551	350	Europe/Madrid	41.42992	-3.54599		Campo de San Pedro	40039	55	SG	40039	
3126772	Campo de la Lomba	campo-de-la-lomba	ES	24127	0	Europe/Madrid	42.76667	-6.13333		Campo de la Lomba		55	LE	24132	
3126774	Campo del Agua	campo-del-agua	ES	24511	0	Europe/Madrid	42.77543	-6.82551				55	LE	24209	
3126775	Campo de Ebro	campo-de-ebro	ES	39250	0	Europe/Madrid	42.79565	-3.96608		Campo,Campo de Ebro		39	S	39094	
3126776	Campo de Cuéllar	campo-de-cuellar	ES	40242	0	Europe/Madrid	41.31488	-4.36514		Campo de Cuellar,Campo de Cuéllar		55	SG	40063	
3126777	Campo de Caso	campo-de-caso	ES	33990	2071	Europe/Madrid	43.1831	-5.34476		Campo de Caso,Caso,Casu,San Juan el Real		34	O	33015	
3126778	Campodarbe	campodarbe	ES	22348	0	Europe/Madrid	42.42219	0.01609		Campodarbe		52	HU	22066	
3126779	Campocerrado	campocerrado	ES	37494	0	Europe/Madrid	40.74053	-6.25814		Campocerrado		55	SA	37183	
3126780	Campobecerros	campobecerros	ES	32626	0	Europe/Madrid	42.06732	-7.33172		Campobecerros		58	OR	32021	
3126784	Campo	campo	ES	09555	0	Europe/Madrid	43.37023	-5.73074				34	O	33066	
3126785	Campo	campo	ES	09555	0	Europe/Madrid	43.03333	-8.48333		Campo,San Juan		58	C	15086	
3126786	Campo	campo	ES	09555	0	Europe/Madrid	42.98333	-8.21667		Campo,San Esteban		58	C	15006	
3126787	Campo	campo	ES	09555	0	Europe/Madrid	42.98928	-5.5796				55	LE	24037	
3126788	Campo	campo	ES	09555	0	Europe/Madrid	42.91667	-7.55		Campo,San Juan		58	LU	27028	
3126789	Campo	campo	ES	09555	0	Europe/Madrid	42.69303	-7.77291		San Julian,San Julián		58	LU	27060	
3126790	Campo	campo	ES	09555	0	Europe/Madrid	42.53841	-6.56384		Campo		55	LE	24115	
3126791	Campo	campo	ES	09555	0	Europe/Madrid	42.40956	0.39615		Campo,Pole	22074	52	HU	22074	
3126792	Campo	campo	ES	09555	0	Europe/Madrid	42.37405	-7.77381		San Miguel		58	OR	32052	
3126793	Campo	campo	ES	09555	0	Europe/Madrid	42.36667	-8.71667		Campo,Santa Maria,Santa María		58	PO	36026	
3126794	Campo	campo	ES	09555	0	Europe/Madrid	42.28333	-8.31667		Campo,Capo		58	PO	36013	
3126795	Camplongo	camplongo	ES	24699	0	Europe/Madrid	42.98333	-5.68333		Camplongo		55	LE	24901	
3126797	Camplengo	camplengo	ES	39360	0	Europe/Madrid	43.39397	-4.09283		Camplengo		39	S	39076	
3126799	Campisábalos	campisabalos	ES	19275	67	Europe/Madrid	41.26667	-3.13333		Campisabalos,Campisábalos	19061	54	GU	19061	
3126800	Campins	campins	ES	08472	353	Europe/Madrid	41.71667	2.46667			08039	56	B	08039	08202
3126802	Campillos-Sierra	campillos-sierra	ES	16316	76	Europe/Madrid	40.1	-1.7		Campillo-Sierra,Campillos-Sierra	16044	54	CU	16044	
3126804	Campillo de Salvatierra	campillo-de-salvatierra	ES	37778	0	Europe/Madrid	40.57102	-5.67674		Campillo de Salvatierra		55	SA	37156	
3126805	Campillo de Ranas	campillo-de-ranas	ES	19223	199	Europe/Madrid	41.08601	-3.31431		Campillo de Ranas,Kampil'jo-de-Ranas,Kampil'o-de-Ranas,kan pi e de la na si,Кампильо-де-Ранас,Кампільйо-де-Ранас,坎皮略德拉纳斯	19060	54	GU	19060	
3126806	Campillo de Mena	campillo-de-mena	ES	09587	0	Europe/Madrid	43.11746	-3.35864				55	BU	09410	
3126808	Campillo de Dueñas	campillo-de-duenas	ES	19360	108	Europe/Madrid	40.88376	-1.68505		Campillo de Duenas,Campillo de Dueñas	19059	54	GU	19059	
3126809	Campillo de Azaba	campillo-de-azaba	ES	37550	245	Europe/Madrid	40.50951	-6.68705		Campillo de Azaba	37074	55	SA	37074	
3126810	Campillo de Aranda	campillo-de-aranda	ES	09493	186	Europe/Madrid	41.61015	-3.73017		Campillo de Aranda	09065	55	BU	09065	
3126811	Campillo de Aragón	campillo-de-aragon	ES	50214	169	Europe/Madrid	41.12648	-1.84393		Campillo,Campillo de Aragon,Campillo de Aragón	50071	52	Z	50071	
3126812	Campillo	campillo	ES	02462	0	Europe/Madrid	42.93333	-5.3				55	LE	24021	
3126813	Campillo	campillo	ES	02462	0	Europe/Madrid	41.58347	-5.96261				55	ZA	49194	
3126814	Campillo	campillo	ES	02462	0	Europe/Madrid	40.86211	-4.24883		Campillo,Caserio Campillo,Caserío Campillo		55	SG	40194	
3126815	Campillo	campillo	ES	02462	0	Europe/Madrid	40.31736	-1.23526				52	TE	44216	
3126817	Campillejo	campillejo	ES	19223	0	Europe/Madrid	41.06402	-3.29024		Campillejo		54	GU	19060	
3126819	Campijo	campijo	ES	01478	0	Europe/Madrid	43.38333	-3.23333				39	S	39020	
3126820	Campiellos	campiellos	ES	33993	0	Europe/Madrid	43.23175	-5.46096		Campiellos		34	O	33067	
3126825	Campelo	campelo	ES	24546	0	Europe/Madrid	42.95602	-9.05865				58	C	15045	
3126826	Campelo	campelo	ES	24546	0	Europe/Madrid	42.89689	-8.78168				58	C	15056	
3126827	Campelo	campelo	ES	24546	0	Europe/Madrid	42.64564	-6.69512		Campelo		55	LE	24007	
3126828	Campelo	campelo	ES	24546	0	Europe/Madrid	42.63604	-7.10862		Campelo		58	LU	27017	
3126829	Campelo	campelo	ES	24546	0	Europe/Madrid	42.36667	-7.23333				58	LU	27050	
3126831	Campelles	campelles	ES	17534	0	Europe/Madrid	42.29471	2.1407	1345	Campelles		56	GI	17145	
3126835	Campdevànol	campdevanol	ES	17530	3349	Europe/Madrid	42.22445	2.1686	803	Campdevanol,Campdevànol		56	GI	17147	
3126837	Campazas	campazas	ES	24221	151	Europe/Madrid	42.14219	-5.49349		Campazas	24032	55	LE	24032	
3126838	Campaspero	campaspero	ES	47310	1475	Europe/Madrid	41.49208	-4.19608		Campaspero,Kampaspero,kampasprw,kan pa si pei luo,Кампасперо,Կամպասպերո,کامپاسپرو,坎帕斯佩罗	47030	55	VA	47030	
3126840	Camparañón	camparanon	ES	42290	0	Europe/Madrid	41.70581	-2.5796		Camparanon,Camparañón		55	SO	42095	
3126843	Campañones	campanones	ES	33470	0	Europe/Madrid	43.49081	-5.83496		Campanones,Campañones		34	O	33020	
3126844	Campañó	campano	ES	11130	0	Europe/Madrid	42.46988	-8.66976		San Pedro		58	PO	36038	
3126846	Kanpantxu	kanpantxu	ES	48320	0	Europe/Madrid	43.3	-2.66667		Campanchu,Kanpantxu		59	BI	48911	
3126847	Campanas	campanas	ES	31397	0	Europe/Madrid	42.68969	-1.65207				32	NA	31056	
3126854	Landa	landa	ES	01520	3190	Europe/Madrid	43.38333	-2.95		Campa,La Campa,Landa,Urduliz,Urdúliz		59	BI	48089	
3126857	Camos	camos	ES	17834	0	Europe/Madrid	42.15	-8.76667		Camos,Santa Eulalia		58	PO	36035	
3126858	Camós	camos	ES	17834	660	Europe/Madrid	42.08776	2.76288		Camos,Camós	17035	56	GI	17035	
3126860	Camoira	camoira	ES	27299	0	Europe/Madrid	43.04297	-7.65372		Camoira		58	LU	27028	
3126861	Camoca de Arriba	camoca-de-arriba	ES	33312	0	Europe/Madrid	43.45952	-5.47935		Camoca		34	O	33076	
3126862	Camoca de Abajo	camoca-de-abajo	ES	33312	0	Europe/Madrid	43.46276	-5.46767		Camoca		34	O	33076	
3126863	Caminreal	caminreal	ES	44350	757	Europe/Madrid	40.83883	-1.32416		Camin Reyal,Caminreal,Camín Reyal,Kaminreal',ka ming lei ya er,Каминреаль,Камінреаль,卡明雷亚尔	44056	52	TE	44056	
3126864	Caminomorisco	caminomorisco	ES	10620	1257	Europe/Madrid	40.32719	-6.28923		Caminomorisco,Caminomoriscu,Kaminomorisko,ka mi nuo mo li si ke,kamaynwmwrayskw,Каминомориско,Каміноморіско,كاماينومورايسكو,卡米诺莫里斯科		57	CC	10050	
3126871	Caminayo	caminayo	ES	24883	0	Europe/Madrid	42.87619	-4.92001		Caminayo		55	LE	24183	
3126873	Camijanes	camijanes	ES	39594	0	Europe/Madrid	43.3282	-4.48355		Camijanes		39	S	39033	
3126875	Camesa	camesa	ES	39418	0	Europe/Madrid	42.8946	-4.1651		Camesa		39	S	39092	
3126876	Camesa	camesa	ES	39418	0	Europe/Madrid	42.78625	-4.23898				55	P	34004	
3126879	Cameno	cameno	ES	09245	0	Europe/Madrid	42.5691	-3.29786		Cameno		55	BU	09056	
3126881	Camelle	camelle	ES	15121	0	Europe/Madrid	43.18368	-9.0925		Camelle		58	C	15016	
3126882	Cameixa	cameixa	ES	32514	0	Europe/Madrid	42.41667	-8.16667				58	OR	32013	
3126885	Cambroncino	cambroncino	ES	10629	0	Europe/Madrid	40.34376	-6.23359		Cambroncino,Cambroncinos,Caserio Cambroncino,Caserío Cambroncino		57	CC	10041	
3126887	Cambrón	cambron	ES	10629	0	Europe/Madrid	40.34567	-6.26018		Cambron,Cambrón,Caserio Cambron,Caserío Cambrón		57	CC	10041	
3126888	Cambrils	cambrils	ES	43850	32422	Europe/Madrid	41.06997	1.05949		Cambrils,Kambril's,Kambrils,kan fu li er si,kanburisu,kmbrylz,Камбрилс,Камбрильс,Камбрілс,کمبریلز,カンブリス,坎夫里尔斯		56	T	43038	
3126889	Cambre	cambre	ES	15660	0	Europe/Madrid	43.28331	-8.76727		Cambre		58	C	15043	
3126890	Cambre	cambre	ES	15660	23231	Europe/Madrid	43.29438	-8.34736		Cambre	15017	58	C	15017	
3126892	Cambeo	cambeo	ES	32100	0	Europe/Madrid	42.41238	-7.867		Cambeo		58	OR	32026	
3126897	Cambarco	cambarco	ES	39571	0	Europe/Madrid	43.15059	-4.56326		Cambarco		39	S	39013	
3126907	Camasobres	camasobres	ES	34849	0	Europe/Madrid	43.01541	-4.48822		Camasobres		55	P	34904	
3126908	Camás	camas	ES	33529	0	Europe/Madrid	43.3917	-5.45531				34	O	33009	
3126912	Camarmeña	camarmena	ES	33554	0	Europe/Madrid	43.25958	-4.83587				34	O	33008	
3126913	Camarma de Esteruelas	camarma-de-esteruelas	ES	28816	5032	Europe/Madrid	40.55032	-3.37295		Camarma de Esteruelas	28032	29	M	28032	
3126915	Camariñas	camarinas	ES	15123	6440	Europe/Madrid	43.13115	-9.18172		Camarinas,Camarines,Camariñas,Kamarin'jas,Kamarinas,ka ma li ni ya si,kamarinyasu,kamarynas,kamarynyas,Камариньяс,Камарињас,Камаріньяс,كامارينياس,کاماریناس,カマリーニャス,卡马里尼亚斯	15016	58	C	15016	
3126916	Camarillas	camarillas	ES	03658	101	Europe/Madrid	40.61242	-0.75416		Camarillas,Camarillos	44055	52	TE	44055	
3126917	Camargo	camargo	ES	39609	31404	Europe/Madrid	43.40744	-3.88498		Camargo,Kamargo,Камарго		39	S	39052	
3126918	Camarenilla	camarenilla	ES	45181	512	Europe/Madrid	40.01672	-4.07624		Camarenilla	45032	54	TO	45032	
3126919	Camarena de la Sierra	camarena-de-la-sierra	ES	44459	166	Europe/Madrid	40.15	-1.03333		Camarena,Camarena de la Sierra	44054	52	TE	44054	
3126922	Camarena	camarena	ES	45180	2704	Europe/Madrid	40.09311	-4.11927		Camarena	45031	54	TO	45031	
3126923	Camarasa	camarasa	ES	25613	916	Europe/Madrid	41.87486	0.87814	322	Camarasa,Camarassa	25062	56	L	25062	
3126925	Cámara	camara	ES	03600	0	Europe/Madrid	43.41977	-6.82362				34	O	33007	
3126927	Camango	camango	ES	33568	0	Europe/Madrid	43.44241	-5.01526		Camango		34	O	33056	
3126928	Camañas	camanas	ES	44167	152	Europe/Madrid	40.64308	-1.13752		Camanas,Camañas	44053	52	TE	44053	
3126930	Camales	camales	ES	33119	0	Europe/Madrid	43.33118	-6.00774		Camales		34	O	33044	
3126931	Camaleño	camaleno	ES	39587	0	Europe/Madrid	43.15078	-4.69376		Camaleno,Camaleño,Kamalen'jo,Kamalen'o,ka ma lai ni ao,kamalynyw,Камаленьйо,Камаленьо,كامالينيو,卡马莱尼奥	39015	39	S	39015	
3126935	Calzadilla de Tera	calzadilla-de-tera	ES	49331	459	Europe/Madrid	41.97899	-6.08243		Calzadilla de Tera	49032	55	ZA	49032	
3126936	Calzadilla de los Hermanillos	calzadilla-de-los-hermanillos	ES	24343	0	Europe/Madrid	42.43385	-5.15705				55	LE	24024	
3126938	Calzadilla de la Valmuza	calzadilla-de-la-valmuza	ES	37120	0	Europe/Madrid	40.93496	-5.78207		Calzadilla de Valmuza,Calzadilla de la Valmuza		55	SA	37087	
3126939	Calzadilla de la Cueza	calzadilla-de-la-cueza	ES	34309	0	Europe/Madrid	42.32938	-4.80372		Calzadilla de la Cueza		55	P	34055	
3126940	Calzadilla	calzadilla	ES	10817	476	Europe/Madrid	40.06014	-6.53328		Calzadilla	10040	57	CC	10040	
3126944	Calzada de Valdunciel	calzada-de-valdunciel	ES	37797	683	Europe/Madrid	41.08663	-5.70219		Calzada de Valdunciel	37073	55	SA	37073	
3126945	Calzada de Tera	calzada-de-tera	ES	49329	0	Europe/Madrid	41.98535	-6.07624		Calzada de Tera		55	ZA	49231	
3126946	Calzada de los Molinos	calzada-de-los-molinos	ES	34129	374	Europe/Madrid	42.32724	-4.65293		Calzada de los Molinos	34042	55	P	34042	
3126947	Calzada del Coto	calzada-del-coto	ES	24342	284	Europe/Madrid	42.38613	-5.07809			24031	55	LE	24031	
3126948	Calzada de la Valdería	calzada-de-la-valderia	ES	24760	0	Europe/Madrid	42.19436	-6.0068		Barrio de Calzada,Calzada,Calzada de la Valderia,Calzada de la Valdería		55	LE	24046	
3126949	Calzada de Don Diego	calzada-de-don-diego	ES	37448	221	Europe/Madrid	40.905	-5.90279		Calzada de Don Diego	37072	55	SA	37072	
3126950	Calzada de Bureba	calzada-de-bureba	ES	09244	0	Europe/Madrid	42.62862	-3.24772		Calzada de Bureba		55	BU	09135	
3126961	Calbinyà	calbinya	ES	25798	0	Europe/Madrid	42.37789	1.46796				56	L	25239	
3126962	Calvera	calvera	ES	22485	0	Europe/Madrid	42.38822	0.61372		Calvera		52	HU	22246	
3126967	Calvarrasa de Arriba	calvarrasa-de-arriba	ES	37191	671	Europe/Madrid	40.90672	-5.59199		Calvarrasa de Arriba	37070	55	SA	37070	
3126968	Calvarrasa de Abajo	calvarrasa-de-abajo	ES	37181	1003	Europe/Madrid	40.94638	-5.55258		Calvarrasa de Abajo	37069	55	SA	37069	
3126971	Caltojar	caltojar	ES	42367	109	Europe/Madrid	41.40226	-2.76436		Caltojar,Kal'tokhar,ka er tuo ha er,Кальтохар,卡尔托哈尔	42048	55	SO	42048	
3126974	Calonge	calonge	ES	07669	10637	Europe/Madrid	41.85869	3.07926			17034	56	GI	17034	
3126975	Calomarde	calomarde	ES	44126	73	Europe/Madrid	40.37264	-1.57435		Calomarde	44052	52	TE	44052	
3126977	Caloca	caloca	ES	39572	0	Europe/Madrid	43.04189	-4.56155		Caloca		39	S	39050	
3126984	Calmarza	calmarza	ES	50238	78	Europe/Madrid	41.1581	-1.91196		Calmarza	50070	52	Z	50070	
3126990	Calleras	calleras	ES	33873	0	Europe/Madrid	43.42254	-6.47059		Calleras		34	O	33073	
3126991	Callén	callen	ES	22255	0	Europe/Madrid	41.99284	-0.36564		Callen,Callén		52	HU	22116	
3126992	Callejo de Ordás	callejo-de-ordas	ES	24277	0	Europe/Madrid	42.72921	-5.84067		Callejo de Ordas,Callejo de Ordás		55	LE	24158	
3126997	Càlig	calig	ES	12589	1663	Europe/Madrid	40.46262	0.35521			12034	60	CS	12034	
3126999	Calgar	calgar	ES	39727	0	Europe/Madrid	43.34838	-3.74177		Calgar		39	S	39037	
3127000	Calga	calga	ES	39451	0	Europe/Madrid	43.20025	-4.02029		Calga		39	S	39003	
3127002	Caleruega	caleruega	ES	09451	487	Europe/Madrid	41.82548	-3.48593		Calaroga,Caleruega,Kaleruega,Kaleruehga,ka lai lu ai jia,kalrwyga,kalyrwygha,Калеруега,Калеруэга,كاليرويغا,کالروئگا,卡莱鲁埃加	09064	55	BU	09064	
3127003	Calera	calera	ES	33492	0	Europe/Madrid	43.56692	-5.74966		Calera,Calero		34	O	33014	
3127005	Calella	calella	ES	08370	0	Europe/Madrid	43.55	-6.56667				34	O	33034	
3127006	Calella de Palafrugell	calella-de-palafrugell	ES	17210	747	Europe/Madrid	41.89199	3.18659		Calella,Calella de Palafrugell,Kalejja de Palafruzhel',Калейя де Палафружель		56	GI	17117	
3127007	Calella	calella	ES	08370	18627	Europe/Madrid	41.61381	2.65423		Calella,Callella	08035	56	B	08035	
3127009	Caleao	caleao	ES	33995	0	Europe/Madrid	43.15662	-5.41194		Caleao		34	O	33015	
3127010	Caldueño	caldueno	ES	33507	0	Europe/Madrid	43.38333	-4.86667		Caldueno,Caldueño,San Juan		34	O	33036	
3127011	Caldueñín	calduenin	ES	33507	0	Europe/Madrid	43.37952	-4.86642		Calduenin,Caldueñín		34	O	33036	
3127012	Caldones	caldones	ES	33391	138	Europe/Madrid	43.48333	-5.75		Caldones		34	O	33024	
3127014	Caldevilla de Rengos	caldevilla-de-rengos	ES	33811	0	Europe/Madrid	43.05613	-6.60616		Caldevilla de Rengos		34	O	33011	
3127015	Caldevilla de Arbás	caldevilla-de-arbas	ES	33818	0	Europe/Madrid	43.062	-6.49309		Caldevilla de Arbas,Caldevilla de Arbás		34	O	33011	
3127016	Caldevilla de Acio	caldevilla-de-acio	ES	33814	0	Europe/Madrid	43.13494	-6.56976		Caldevilla de Acio		34	O	33011	
3127017	Caldevilla	caldevilla	ES	24914	0	Europe/Madrid	43.35388	-5.23974		Caldevilla		34	O	33049	
3127018	Caldevilla	caldevilla	ES	24914	0	Europe/Madrid	43.14135	-4.93833		Caldevilla		55	LE	24116	
3127019	Caldevilla	caldevilla	ES	24914	0	Europe/Madrid	43.05	-6.88333				34	O	33028	
3127020	Caldesinos	caldesinos	ES	32554	0	Europe/Madrid	42.15002	-7.10655		Caldesinos,Santa Cristina de Caldesinos		58	OR	32086	
3127022	Calderuela	calderuela	ES	42112	0	Europe/Madrid	41.79574	-2.23482		Calderuela		55	SO	42024	
3127024	Calders	calders	ES	08275	820	Europe/Madrid	41.7889	1.98672		Calders		56	B	08010	
3127028	Caldelas	caldelas	ES	32425	0	Europe/Madrid	42.78872	-8.39778		Caldelas,Caldeles		58	C	15089	
3127029	Caldelas	caldelas	ES	32425	0	Europe/Lisbon	42.05	-8.56667		Caldelas,San Martin,San Martín		58	PO	36055	
3127031	Caldebarcos	caldebarcos	ES	15295	0	Europe/Madrid	42.84948	-9.12586				58	C	15020	
3127033	Calde	calde	ES	27210	0	Europe/Madrid	42.95	-7.61667		Calde,San Pedro		58	LU	27028	
3127035	Caldes de Montbui	caldes-de-montbui	ES	08140	16885	Europe/Madrid	41.63333	2.16667		Caldes de Montbui,Caldes de Montbuy	08033	56	B	08033	
3127036	Caldes de Malavella	caldes-de-malavella	ES	17455	0	Europe/Madrid	41.83333	2.81667		Caldas de Malavella,Caldes de Malavella,Kal'das-de-Malavel'ja,Кальдас-де-Малавелья	17033	56	GI	17033	
3127037	Caldas de Luna	caldas-de-luna	ES	24146	0	Europe/Madrid	42.92913	-5.86621		Caldas de Luna		55	LE	24164	
3127038	Caldes d'Estrac	caldes-d-estrac	ES	08393	0	Europe/Madrid	41.56667	2.53333		Caldas de Estrach,Caldes d'Estrac	08032	56	B	08032	
3127042	Calcena	calcena	ES	50268	66	Europe/Madrid	41.65515	-1.71764		Calcena	50069	52	Z	50069	
3127044	Calaveras de Arriba	calaveras-de-arriba	ES	24170	0	Europe/Madrid	42.71203	-4.96858		Calaveras de Arriba		55	LE	24004	
3127045	Calaveras de Abajo	calaveras-de-abajo	ES	24170	0	Europe/Madrid	42.6904	-4.98504		Calaveras de Abajo		55	LE	24004	
3127046	Calatorao	calatorao	ES	50280	3047	Europe/Madrid	41.52228	-1.34702		Calatorao	50068	52	Z	50068	
3127047	Calatayud	calatayud	ES	50300	21933	Europe/Madrid	41.35353	-1.64318		Calataiud,Calatayu,Calatayud,Calatayú,Kalatajud,ka la tai wu de,kalataywd,karatayu,Калатаюд,قلعة أيوب,کالاتایود,カラタユー,卡拉泰乌德	50067	52	Z	50067	
3127048	Calatañazor	calatanazor	ES	42193	60	Europe/Madrid	41.69879	-2.81837		Calatanazor,Calatañazor	42046	55	SO	42046	
3127049	Calasanz	calasanz	ES	22514	273	Europe/Madrid	42.0211	0.37371		Calasanz,Calassanc,Calassanç		52	HU	22175	
3127052	Calanda	calanda	ES	44570	3630	Europe/Madrid	40.94153	-0.23243			44051	52	TE	44051	
3127058	Calamocos	calamocos	ES	24398	0	Europe/Madrid	42.57625	-6.50765		Calamocos		55	LE	24049	
3127059	Calamocha	calamocha	ES	44200	4313	Europe/Madrid	40.91933	-1.2975		Calamocha,Kalamocha,ka la mo cha,Каламоча,卡拉莫查	44050	52	TE	44050	
3127060	Calambre	calambre	ES	33749	0	Europe/Madrid	43.55575	-6.95676		Calambre		34	O	33070	
3127063	Calahorra de Boedo	calahorra-de-boedo	ES	34407	123	Europe/Madrid	42.57409	-4.38485		Calahorra,Calahorra de Boedo	34041	55	P	34041	
3127065	Calahorra	calahorra	ES	26500	24787	Europe/Madrid	42.30506	-1.96521		Calagorra,Calagurris,Calahorra,Kalagorria,Kalaora,Kalaorra,ka la ao la,karaora,qlhrt,Калаорра,Կալաոռա,قلهرة,カラオラ,卡拉奥拉	26036	27	LO	26036	
3127066	Calafell	calafell	ES	43820	24265	Europe/Madrid	41.19997	1.5683		Calafell	43037	56	T	43037	
3127068	Calaf	calaf	ES	08280	3306	Europe/Madrid	41.73289	1.51375			08031	56	B	08031	08170
3127069	Caladrones	caladrones	ES	22589	0	Europe/Madrid	42.07316	0.52477		Caladrones,Calladrons		52	HU	22053	
3127071	Calaceite	calaceite	ES	44610	1134	Europe/Madrid	41.01625	0.18876		Calaceit,Calaceite	44049	52	TE	44049	
3127072	Calabuig	calabuig	ES	17483	0	Europe/Madrid	42.152	2.9249		Calabuig		56	GI	17016	
3127075	Calabor	calabor	ES	49392	0	Europe/Madrid	41.9556	-6.71808		Calabor		55	ZA	49145	
3127078	Calabazos	calabazos	ES	33873	0	Europe/Madrid	43.31483	-6.31402		Calabazos		34	O	33073	
3127080	Calabazas	calabazas	ES	47451	59	Europe/Madrid	41.44502	-4.01013				55	SG	40092	
3127081	Calabazas	calabazas	ES	47451	0	Europe/Madrid	41.33737	-4.76724		Calabazas		55	VA	47104	
3127082	Calabazanos	calabazanos	ES	34190	0	Europe/Madrid	41.94349	-4.50455		Calabazanos		55	P	34225	
3127086	Cajigar	cajigar	ES	22587	0	Europe/Madrid	42.26046	0.59717		Cajigar		52	HU	22155	
3127087	Queixans	queixans	ES	17538	0	Europe/Madrid	42.39814	1.92149				56	GI	17069	17069
3127088	Queixàs	queixas	ES	17746	0	Europe/Madrid	42.21418	2.79787		Queixas,Queixàs		56	GI	17031	
3127091	Caín	cain	ES	24915	0	Europe/Madrid	43.21667	-4.9		Cain,Caín		55	LE	24116	
3127093	Cahecho	cahecho	ES	39571	0	Europe/Madrid	43.16069	-4.55367		Cahecho		39	S	39013	
3127094	Caxide	caxide	ES	32749	0	Europe/Madrid	42.37636	-7.58512				58	OR	32057	
3127096	Caés	caes	ES	33314	0	Europe/Madrid	43.47952	-5.47325		Caen		34	O	33076	
3127098	Cadrijuela	cadrijuela	ES	33816	0	Europe/Madrid	43.19859	-6.40911		Cadrijuela		34	O	33011	
3127099	Cadrete	cadrete	ES	50420	2296	Europe/Madrid	41.55575	-0.96013		Cadrete	50066	52	Z	50066	
3127100	Cadreita	cadreita	ES	31515	2191	Europe/Madrid	42.21667	-1.68333		Cadreita	31064	32	NA	31064	
3127107	Cadollo	cadollo	ES	33708	0	Europe/Madrid	43.50727	-6.523		Cadollo		34	O	33034	
3127108	Cadoalla	cadoalla	ES	27648	0	Europe/Madrid	42.86616	-7.17089		Cadoalla		58	LU	27006	
3127109	Cadiñanos	cadinanos	ES	09549	0	Europe/Madrid	42.82996	-3.34906		Cadinanos,Cadiñanos		55	BU	09394	
3127112	Cades	cades	ES	39550	0	Europe/Madrid	43.30372	-4.47052		Cades		39	S	39033	
3127113	Cadeliña	cadelina	ES	32768	2	Europe/Madrid	42.28333	-7.41667		Cadelina,Cadeliña		58	OR	32029	
3127114	Cádavos	cadavos	ES	32548	0	Europe/Madrid	41.97767	-7.0105		Cadavos,Cádavos		58	OR	32048	
3127115	Cadavedo	cadavedo	ES	27287	0	Europe/Madrid	43.55187	-6.38481		Cadavedo,Cadaveu,Cadavéu		34	O	33034	
3127117	Cadaqués	cadaques	ES	17488	2894	Europe/Madrid	42.28856	3.27706		Cadaques,Cadaqués,Kadakes,Кадакес	17032	56	GI	17032	
3127118	Cadapereda	cadapereda	ES	33536	0	Europe/Madrid	43.30459	-5.4029		Cadapereda,Canapereda		34	O	33049	
3127119	Cadanes	cadanes	ES	33534	0	Europe/Madrid	43.37735	-5.33798				34	O	33049	
3127120	Cadamancio	cadamancio	ES	33314	0	Europe/Madrid	43.50721	-5.48128		Cadamancio		34	O	33076	
3127121	Cadalso de los Vidrios	cadalso-de-los-vidrios	ES	28640	0	Europe/Madrid	40.30067	-4.43348		Cadalso,Cadalso de los Vidrios	28031	29	M	28031	
3127122	Cadalso	cadalso	ES	10865	553	Europe/Madrid	40.23743	-6.54083		Cadalso	10039	57	CC	10039	
3127124	Cadagua	cadagua	ES	09589	0	Europe/Madrid	43.07311	-3.35011		Cadagua,Cadagufa		55	BU	09410	
3127125	Cadafresnas	cadafresnas	ES	24517	0	Europe/Madrid	42.59432	-6.90495		Cadafresnas		55	LE	24059	
3127130	Cacicedo	cacicedo	ES	39608	0	Europe/Madrid	43.4325	-3.88336		Cacicedo		39	S	39016	
3127131	Cacheiras	cacheiras	ES	15883	0	Europe/Madrid	42.8226	-8.54644		Cacheiras		58	C	15082	
3127132	Cachafol	cachafol	ES	33734	0	Europe/Madrid	43.34863	-6.85018		Cachafol		34	O	33029	
3127134	Caces	caces	ES	33140	0	Europe/Madrid	43.33284	-5.93653		Caces		34	O	33044	
3127135	Cacabelos	cacabelos	ES	24540	5120	Europe/Madrid	42.60021	-6.72373		Cacabelos	24030	55	LE	24030	
3127136	Cacabelos	cacabelos	ES	24540	110	Europe/Madrid	42.51667	-8.8				58	PO	36006	
3127137	Cacabellos	cacabellos	ES	33719	0	Europe/Madrid	43.50452	-6.7277		Cacabellos		34	O	33041	
3127138	Cabueñes	cabuenes	ES	33394	0	Europe/Madrid	43.52347	-5.60569		Santa Eulalia,Santa Eulalia de Cabuenes,Santa Eulalia de Cabueñes		34	O	33024	
3127140	Cabruñana	cabrunana	ES	33829	0	Europe/Madrid	43.39898	-6.12123		Cabrunana,Cabruñana		34	O	33026	
3127147	Cabrils	cabrils	ES	08348	6306	Europe/Madrid	41.5276	2.36996		Cabrils		56	B	08214	
3127150	Cabrillas	cabrillas	ES	29700	476	Europe/Madrid	40.73977	-6.17873		Cabrillas	37068	55	SA	37068	
3127151	Cabrillanes	cabrillanes	ES	24142	966	Europe/Madrid	42.95343	-6.14849		Cabrillanes	24029	55	LE	24029	
3127153	Cabrianes	cabrianes	ES	08650	0	Europe/Madrid	41.8	1.91667				56	B	08191	
3127154	Cabría	cabria	ES	34811	0	Europe/Madrid	42.80675	-4.22274		Cabria,Cabría		55	P	34004	
3127155	Cabretón	cabreton	ES	26529	0	Europe/Madrid	41.99733	-1.90609		Cabreton,Cabretón		27	LO	26047	
3127156	Cabreros del Río	cabreros-del-rio	ES	24224	510	Europe/Madrid	42.40205	-5.54154		Cabreros del Rio,Cabreros del Río	24028	55	LE	24028	
3127157	Cabreros del Monte	cabreros-del-monte	ES	47832	84	Europe/Madrid	41.84906	-5.27016		Cabreros del Monte	47029	55	VA	47029	
3127158	Cabrero	cabrero	ES	10616	363	Europe/Madrid	40.11324	-5.89293		Cabrero	10036	57	CC	10036	
3127159	Cabrerizos	cabrerizos	ES	37193	2919	Europe/Madrid	40.97808	-5.60907		Cabrerizos	37067	55	SA	37067	
3127161	Cabrera de Mar	cabrera-de-mar	ES	08349	4044	Europe/Madrid	41.51667	2.4	104	Cabrera de Mar		56	B	08219	
3127163	Cabrera de Almanza	cabrera-de-almanza	ES	24888	0	Europe/Madrid	42.7235	-5.00305		Cabrera,Cabrera de Almanza		55	LE	24004	
3127173	Cabrejas del Pinar	cabrejas-del-pinar	ES	42146	511	Europe/Madrid	41.79596	-2.84945		Cabrejas del Pinar	42045	55	SO	42045	
3127174	Cabrejas del Campo	cabrejas-del-campo	ES	42130	78	Europe/Madrid	41.68096	-2.26964		Cabrejas del Campo,Kabrekhas-del'-Kampo,ka fu lei ha si de er kan bo,Кабрехас-дель-Кампо,卡夫雷哈斯德尔坎波	42044	55	SO	42044	
3127178	Cabreiros	cabreiros	ES	27834	0	Europe/Madrid	43.40419	-7.76438		Cabreiros		58	LU	27021	
3127179	Cabreiroá	cabreiroa	ES	32600	0	Europe/Madrid	41.91646	-7.42744				58	OR	32085	
3127182	Cabredo	cabredo	ES	31227	106	Europe/Madrid	42.62966	-2.41133			31063	32	NA	31063	
3127186	Cabral	cabral	ES	33889	2	Europe/Madrid	43.28333	-6.7		Cabral		34	O	33001	
3127187	Cabral	cabral	ES	33889	0	Europe/Madrid	42.21667	-8.65		Cabral,Santa Marina		58	PO	36057	
3127190	Cabra de Mora	cabra-de-mora	ES	44409	126	Europe/Madrid	40.31696	-0.80678		Cabra de Mora	44048	52	TE	44048	
3127191	Cabra del Camp	cabra-del-camp	ES	43811	0	Europe/Madrid	41.4	1.28333		Cabra del Camp,Cabra del Campo	43036	56	T	43036	
3127194	Caborredondo	caborredondo	ES	09247	0	Europe/Madrid	42.50388	-3.48155		Caborredondo		55	BU	09143	
3127196	Caborno	caborno	ES	33792	0	Europe/Madrid	43.46667	-6.26667				34	O	33059	
3127197	Caborno	caborno	ES	33792	0	Europe/Madrid	43.45588	-6.53135		Caborno		34	O	33034	
3127198	Cabornera	cabornera	ES	24608	0	Europe/Madrid	42.875	-5.71359		Cabornera		55	LE	24114	
3127200	Caborana	caborana	ES	33684	0	Europe/Madrid	43.17492	-5.75158		Caborana		34	O	33002	
3127203	Cabolafuente	cabolafuente	ES	50228	66	Europe/Madrid	41.21053	-2.04133		Cabolafuente	50065	52	Z	50065	
3127204	Caboalles de Arriba	caboalles-de-arriba	ES	24111	0	Europe/Madrid	42.94985	-6.39701		Caboalles de Arriba		55	LE	24202	
3127205	Caboalles de Abajo	caboalles-de-abajo	ES	24110	0	Europe/Madrid	42.95238	-6.37015		Caboalles de Abajo		55	LE	24202	
3127208	Cabo	cabo	ES	25794	0	Europe/Madrid	43.13875	-5.6969		Cabo,Cabo de Arriba		34	O	33002	
3127209	Cabizuela	cabizuela	ES	05165	122	Europe/Madrid	40.9009	-4.80212		Cabizuela	05045	55	AV	05045	
3127212	Cabida	cabida	ES	28190	0	Europe/Madrid	41.1217	-3.38997		Cabida		54	GU	19067	
3127216	Cabezuela de Salvatierra	cabezuela-de-salvatierra	ES	37795	0	Europe/Madrid	40.5921	-5.66972		Cabezuela de Salvatierra		55	SA	37156	
3127217	Cabezuela del Valle	cabezuela-del-valle	ES	10610	2200	Europe/Madrid	40.19364	-5.8065		Cabezuela,Cabezuela del Valle	10035	57	CC	10035	
3127219	Cabezuela	cabezuela	ES	30412	722	Europe/Madrid	41.2359	-3.93173		Cabezuela	40036	55	SG	40036	
3127221	Cabezón de Valderaduey	cabezon-de-valderaduey	ES	47689	52	Europe/Madrid	42.16793	-5.15892		Cabezon de Valderaduey,Cabezón de Valderaduey	47028	55	VA	47028	
3127222	Cabezón de Liébana	cabezon-de-liebana	ES	39571	0	Europe/Madrid	43.13437	-4.5763		Cabezon de Liebana,Cabezón de Liébana,Kabeson-de-L'ebana,ka wei song de lie wa na,kabyzwn dy ybana,Кабесон-де-Льебана,Кабесон-де-Льєбана,كابيزون دي يبانا,卡韦松德列瓦纳	39013	39	S	39013	
3127223	Cabezón de la Sierra	cabezon-de-la-sierra	ES	09612	64	Europe/Madrid	41.93434	-3.24153		Cabezon de la Sierra,Cabezón de la Sierra,Kabeson de la Siera,Kabeson-de-la-S'erra,ka wei song de la xie la,kabsn d la syra,kabyzwn dy la sayra,Кабесон-де-ла-Сьерра,Кабесон-де-ла-Сьєрра,Կաբեսոն դե լա Սիեռա,كابيزون دي لا سايرا,کابسن د لا سیرا,卡韦松德拉谢拉	09062	55	BU	09062	
3127224	Cabezón de la Sal	cabezon-de-la-sal	ES	39500	8057	Europe/Madrid	43.30824	-4.23571		Cabezon de la Sal,Cabezón de la Sal,Kabeson-de-la-Sal',ka wei song de la sa er,kabyzwn dy la sal,Кабесон-де-ла-Саль,كابيزون دي لا سال,卡韦松德拉萨尔	39012	39	S	39012	
3127225	Cabezón de Cameros	cabezon-de-cameros	ES	26135	28	Europe/Madrid	42.19716	-2.51989		Cabezon de Cameros,Cabezón de Cameros	26035	27	LO	26035	
3127226	Cabezón	cabezon	ES	33692	2540	Europe/Madrid	41.73369	-4.6451		Cabezon,Cabezón		55	VA	47186	
3127229	Cabezo	cabezo	ES	10625	0	Europe/Madrid	40.44945	-6.18759		Cabezo		57	CC	10108	
3127230	Cabezas del Villar	cabezas-del-villar	ES	05148	419	Europe/Madrid	40.71557	-5.20956		Cabezas del Villar	05044	55	AV	05044	
3127231	Cabezas del Pozo	cabezas-del-pozo	ES	05211	120	Europe/Madrid	41.00139	-4.95453		Cabezas del Pozo	05043	55	AV	05043	
3127232	Cabezas de Bonilla	cabezas-de-bonilla	ES	05514	0	Europe/Madrid	40.56175	-5.24595		Cabezas de Bonilla		55	AV	05038	
3127233	Cabezas de Alambre	cabezas-de-alambre	ES	05217	191	Europe/Madrid	40.94218	-4.84184		Cabezas de Alambre	05042	55	AV	05042	
3127234	Cabezas Bajas	cabezas-bajas	ES	05697	0	Europe/Madrid	40.32641	-5.53514		Cabezas Bajas		55	AV	05170	
3127235	Cabezas Altas	cabezas-altas	ES	05697	0	Europe/Madrid	40.31464	-5.54428		Cabezas Altas		55	AV	05170	
3127241	Cabeza de Framontanos	cabeza-de-framontanos	ES	37174	0	Europe/Madrid	41.2155	-6.43728		Cabeza de Framontanos		55	SA	37364	
3127242	Cabeza de Diego Gómez	cabeza-de-diego-gomez	ES	37460	0	Europe/Madrid	40.92715	-6.07007		Cabeza de Diego Gomez,Cabeza de Diego Gómez		55	SA	37283	
3127243	Cabeza de Campo	cabeza-de-campo	ES	24567	0	Europe/Madrid	42.54583	-6.88113		Cabeza de Campo		55	LE	24165	
3127244	Cabezabellosa de la Calzada	cabezabellosa-de-la-calzada	ES	37490	123	Europe/Madrid	41.04395	-5.48866		Cabezabellosa de la Calzada,Cabezavellosa de la Calzada	37062	55	SA	37062	
3127245	Cabezabellosa	cabezabellosa	ES	10729	437	Europe/Madrid	40.13763	-6.00086		Cabezabellosa	10034	57	CC	10034	
3127256	Cabarcos	cabarcos	ES	24569	0	Europe/Madrid	43.50216	-7.24061		Cabarcos,San Julian,San Julián		58	LU	27005	
3127257	Cabarcos	cabarcos	ES	24569	0	Europe/Madrid	43.48333	-7.26667		Cabarcos,San Justo		58	LU	27005	
3127258	Cabarcos	cabarcos	ES	24569	0	Europe/Madrid	42.52012	-6.90938		Cabarcos		55	LE	24165	
3127259	Cabarceno	cabarceno	ES	39627	0	Europe/Madrid	43.35803	-3.82229		Cabarceno		39	S	39048	
3127260	Cabanzón	cabanzon	ES	39551	0	Europe/Madrid	43.32162	-4.49911		Cabanzon,Cabanzón		39	S	39033	
3127265	Cabanillas de San Justo	cabanillas-de-san-justo	ES	24319	0	Europe/Madrid	42.69313	-6.34949		Cabanillas de San Justo		55	LE	24102	
3127266	Cabanillas del Monte	cabanillas-del-monte	ES	40160	0	Europe/Madrid	40.97652	-4.03166		Cabanillas del Monte		55	SG	40203	
3127267	Cabanillas del Campo	cabanillas-del-campo	ES	19171	7194	Europe/Madrid	40.63376	-3.22937		Cabanillas del Campo,Kabanil'jas-del'-Kampo,ka wa ni li ya si de er kan bo,Кабанильяс-дель-Кампо,Кабанільяс-дель-Кампо,卡瓦尼利亚斯德尔坎波	19058	54	GU	19058	
3127268	Cabanillas de la Sierra	cabanillas-de-la-sierra	ES	28721	621	Europe/Madrid	40.82009	-3.62438		Cabanillas de la Sierra	28029	29	M	28029	
3127271	Cabanillas	cabanillas	ES	24620	0	Europe/Madrid	42.72888	-5.63191		Cabanillas		55	LE	24061	
3127272	Cabanillas	cabanillas	ES	24620	0	Europe/Madrid	42.03249	-1.52591		Cabanillas	31062	32	NA	31062	
3127273	Cabanillas	cabanillas	ES	24620	0	Europe/Madrid	41.39371	-2.37651		Cabanillas		55	SO	42015	
3127274	Cabañes de Esgueva	cabanes-de-esgueva	ES	09350	236	Europe/Madrid	41.83023	-3.78824		Cabanes de Esgueva,Cabañes de Esgueva	09061	55	BU	09061	
3127276	Cabañes	cabanes	ES	12180	0	Europe/Madrid	43.2123	-4.6171		Cabanes,Cabañes		39	S	39022	
3127277	Cabanes	cabanes	ES	12180	2609	Europe/Madrid	40.156	0.04325		Cabanes	12033	60	CS	12033	
3127279	Cabañeros	cabaneros	ES	24234	0	Europe/Madrid	42.19985	-5.6429		Cabaneros,Cabañeros		55	LE	24088	
3127280	Cabanelles	cabanelles	ES	17746	0	Europe/Madrid	42.23068	2.81997		Cabanelles	17031	56	GI	17031	
3127281	Cabanella	cabanella	ES	33719	0	Europe/Madrid	43.52713	-6.6931		Cabanella		34	O	33041	
3127285	Cabañas de Tera	cabanas-de-tera	ES	49627	0	Europe/Madrid	42.01032	-6.0428		Cabanas de Tera,Cabañas de Tera		55	ZA	49033	
3127286	Cabañas de Sayago	cabanas-de-sayago	ES	49709	172	Europe/Madrid	41.33333	-5.78333		Cabanas de Sayago,Cabañas de Sayago	49031	55	ZA	49031	
3127287	Cabañas de Polendos	cabanas-de-polendos	ES	40392	123	Europe/Madrid	41.06667	-4.1101		Cabanas de Polendos,Cabañas de Polendos	40035	55	SG	40035	
3127288	Cabañas de la Sagra	cabanas-de-la-sagra	ES	45592	1767	Europe/Madrid	40.0061	-3.9456		Cabanas de la Sagra,Cabañas de la Sagra	45025	54	TO	45025	
3127289	Cabañas de la Dornilla	cabanas-de-la-dornilla	ES	24492	0	Europe/Madrid	42.63329	-6.57802		Cabanas de la Dormina,Cabanas de la Dornilla,Cabaninas,Cabañas de la Dormiña,Cabañas de la Dornilla,Cabañinas		55	LE	24064	
3127290	Cabañas de Ebro	cabanas-de-ebro	ES	50638	523	Europe/Madrid	41.8	-1.2		Cabanas de Ebro,Cabañas de Ebro	50064	52	Z	50064	
3127291	Cabañas de Aliste	cabanas-de-aliste	ES	49592	0	Europe/Madrid	41.85628	-6.24433		Cabanas de Aliste,Cabañas de Aliste		55	ZA	49176	
3127294	Cabanas	cabanas	ES	05190	0	Europe/Madrid	43.61667	-7.68333		Cabanas,Santa Maria,Santa María		58	LU	27064	
3127295	Cabanas	cabanas	ES	05190	2	Europe/Madrid	43.6	-7.7		Cabanas,San Pantaleon,San Pantaleón		58	LU	27038	
3127296	Cabanas	cabanas	ES	05190	0	Europe/Madrid	43.41759	-8.15925		Cabanas		58	C	15015	
3127297	Cabanas	cabanas	ES	05190	0	Europe/Madrid	43.26666	-7.09835				58	LU	27018	
3127298	Cabanas	cabanas	ES	05190	113	Europe/Madrid	43.21667	-8.31667		Cabanas,San Julian,San Julián		58	C	15001	
3127299	Cabanas	cabanas	ES	05190	0	Europe/Madrid	42.98137	-8.71132				58	C	15007	
3127300	Cabanas	cabanas	ES	05190	0	Europe/Madrid	42.4	-7.26667		Cabanas,San Pelagio		58	LU	27050	
3127301	Cabañas	cabanas	ES	05190	0	Europe/Madrid	42.31666	-5.53404		Cabanas,Cabañas		55	LE	24188	
3127302	Cabañas	cabanas	ES	05190	0	Europe/Madrid	42.23088	-3.44201				55	BU	09177	
3127303	Cabañas	cabanas	ES	05190	0	Europe/Madrid	40.56196	-4.76429		Cabanas,Cabañas		55	AV	05195	
3127304	Cabañaquinta	cabanaquinta	ES	33686	0	Europe/Madrid	43.16148	-5.62344		Aller,Ayer,Cabanaquinla,Cabanaquinta,Cabañaquinta		34	O	33002	
3127310	Cabanabona	cabanabona	ES	25748	134	Europe/Madrid	41.8515	1.21579		Cabanabona		56	L	25907	
3127329	Caballar	caballar	ES	40182	109	Europe/Madrid	41.12159	-3.9642		Caballar	40034	55	SG	40034	
3127338	Cabacés	cabaces	ES	43373	335	Europe/Madrid	41.24856	0.73514		Cabaces,Cabacés		56	T	43060	
3127342	Caamaño	caamano	ES	15996	0	Europe/Madrid	42.65437	-9.03028		Caamano,Caamaño		58	C	15071	
3127345	Buyezo	buyezo	ES	39571	0	Europe/Madrid	43.11961	-4.51068		Buyezo		39	S	39013	
3127346	Buyeres	buyeres	ES	33529	0	Europe/Madrid	43.34975	-5.48299		Buyeres		34	O	33040	
3127347	Buyelgas	buyelgas	ES	22470	0	Europe/Madrid	42.47123	0.54123		Buyelgas		52	HU	22062	
3127350	Butroe	butroe	ES	48110	0	Europe/Madrid	43.36667	-2.91667		Butroe,Butron,Butrón		59	BI	48040	
3127351	Butrera	butrera	ES	09568	0	Europe/Madrid	43.0004	-3.58741		Butrera		55	BU	09215	
3127353	Busvidal	busvidal	ES	33887	0	Europe/Madrid	43.20099	-6.81747		Busvidal		34	O	33001	
3127355	Bustriguado	bustriguado	ES	39593	0	Europe/Madrid	43.29428	-4.35083		Bustriguado		39	S	39091	
3127357	Bustoto	bustoto	ES	33891	0	Europe/Madrid	43.43622	-6.31923		Bustoto		34	O	33059	
3127358	Bustos	bustos	ES	24793	0	Europe/Madrid	42.37686	-6.02018		Bustos		55	LE	24182	
3127360	Busto de Treviño	busto-de-trevino	ES	09215	0	Europe/Madrid	42.74928	-2.76169		Bustu		55	BU	09109	
3127361	Busto de Bureba	busto-de-bureba	ES	09244	213	Europe/Madrid	42.6591	-3.26512		Busto de Bureba	09060	55	BU	09060	
3127362	Bustoburniego	bustoburniego	ES	33879	0	Europe/Madrid	43.39248	-6.46684		Bustoburniego		34	O	33073	
3127374	Bustiyerro	bustiyerro	ES	39686	0	Europe/Madrid	43.11565	-3.84109		Bustiyerro		39	S	39071	
3127375	Bustillo de Villarcayo	bustillo-de-villarcayo	ES	09515	0	Europe/Madrid	42.90587	-3.47956		Bustillo de Villarcayo		55	BU	09209	
3127376	Bustillo de Santullán	bustillo-de-santullan	ES	34828	0	Europe/Madrid	42.87102	-4.34839		Bustillo de Santullan,Bustillo de Santullán		55	P	34027	
3127377	Bustillo del Páramo de Carrión	bustillo-del-paramo-de-carrion	ES	34129	79	Europe/Madrid	42.35509	-4.7398		Bustillo,Bustillo del Paramo de Carrion,Bustillo del Páramo de Carrión	34039	55	P	34039	
3127378	Bustillo del Páramo	bustillo-del-paramo	ES	09129	0	Europe/Madrid	42.55221	-3.87954		Bustillo del Paramo,Bustillo del Páramo		55	BU	09427	
3127379	Bustillo del Páramo	bustillo-del-paramo	ES	09129	1630	Europe/Madrid	42.44126	-5.7928			24026	55	LE	24026	
3127380	Bustillo del Oro	bustillo-del-oro	ES	49831	135	Europe/Madrid	41.6746	-5.46158		Bustillo del Oro	49030	55	ZA	49030	
3127381	Bustillo del Monte	bustillo-del-monte	ES	39419	0	Europe/Madrid	42.85332	-4.01011		Bustillo del Monte		39	S	39094	
3127382	Bustillo de la Vega	bustillo-de-la-vega	ES	34116	359	Europe/Madrid	42.45605	-4.74115		Bustillo de la Vega	34038	55	P	34038	
3127383	Bustillo de Chaves	bustillo-de-chaves	ES	47608	96	Europe/Madrid	42.13114	-5.09169		Bustillo de Chaves	47026	55	VA	47026	
3127384	Bustillo de Cea	bustillo-de-cea	ES	24172	0	Europe/Madrid	42.4803	-5.03324		Bustillo de Cea		55	LE	24051	
3127387	Bustiello de Paredes	bustiello-de-paredes	ES	33785	0	Europe/Madrid	43.45	-6.5		Bustiello de Paredes		34	O	33034	
3127395	Bustidoño	bustidono	ES	39417	0	Europe/Madrid	42.92203	-3.99013		Bustidono,Bustidoño		39	S	39093	
3127396	Bustelo de Fistéus	bustelo-de-fisteus	ES	27328	0	Europe/Madrid	42.50644	-7.18708		Bustelo de Fisteus,Bustelo de Fistéus		58	LU	27050	
3127403	Bustellán	bustellan	ES	33879	0	Europe/Madrid	43.38678	-6.4031		Bustellan,Bustellán		34	O	33073	
3127404	Bustelfollado	bustelfollado	ES	33718	0	Europe/Madrid	43.38736	-6.70727		Bustelfollado		34	O	33077	
3127407	Bustarviejo	bustarviejo	ES	28720	1727	Europe/Madrid	40.8572	-3.70766		Bustarv'ekho,Bustarvekho,Bustarviejo,bu si ta er wei ye huo,bwstarfyjw,Бустарвьехо,Бустарвєхо,بوستارفيجو,布斯塔尔维耶霍	28028	29	M	28028	
3127408	Bustariega	bustariega	ES	33841	0	Europe/Madrid	43.18418	-6.23971		Bustariega		34	O	33068	
3127409	Bustarga	bustarga	ES	24437	2	Europe/Madrid	42.76122	-6.71395	920	A Bustarga,Bustarga		55	LE	24196	
3127410	Bustares	bustares	ES	19243	98	Europe/Madrid	41.13333	-3.06667		Bustares	19057	54	GU	19057	
3127411	Bustapena	bustapena	ES	33776	0	Europe/Madrid	43.33404	-6.98507		Bustapena		34	O	33075	
3127412	Bustantigo	bustantigo	ES	33888	0	Europe/Madrid	43.35624	-6.69117		Bustantigo		34	O	33001	
3127413	Bustantegua	bustantegua	ES	39696	0	Europe/Madrid	43.21475	-3.75645		Bustantegua		39	S	39082	
3127415	Bustamante	bustamante	ES	39292	0	Europe/Madrid	43.00639	-4.00714		Bustamante		39	S	39017	
3127416	Bustaleguín	bustaleguin	ES	39686	0	Europe/Madrid	43.10976	-3.7916		Bustalegin,Bustaleguin,Bustaleguín,Bustalegín		39	S	39071	
3127418	Bustabernego	bustabernego	ES	33795	0	Europe/Madrid	43.4698	-6.75899		Bustabarnego,Bustabernego,Bustaberniego		34	O	33018	
3127424	Busnela	busnela	ES	09573	0	Europe/Madrid	43.03394	-3.7819		Busnela		55	BU	09216	
3127425	Busnadiego	busnadiego	ES	24724	0	Europe/Madrid	42.41793	-6.34785		Busnadiego		55	LE	24090	
3127426	Busmeón	busmeon	ES	33879	0	Europe/Madrid	43.4241	-6.44953		Busmeon,Busmeón		34	O	33073	
3127427	Busmente	busmente	ES	33717	0	Europe/Madrid	43.4259	-6.69433		Busmente		34	O	33077	
3127428	Busmayor	busmayor	ES	24521	0	Europe/Madrid	43.37093	-6.72526				34	O	33077	
3127429	Busmayor	busmayor	ES	24521	0	Europe/Madrid	42.62699	-7.0177		Busmayor		55	LE	24011	
3127430	Busmarzo	busmarzo	ES	33780	0	Europe/Madrid	43.53323	-6.3591		Busmarzo		34	O	33034	
3127431	Busmartín	busmartin	ES	33879	0	Europe/Madrid	43.32405	-6.32353				34	O	33073	
3127432	Busmargalí	busmargali	ES	33719	0	Europe/Madrid	43.51591	-6.65948		Busmargali,Busmargalí		34	O	33041	
3127433	Busloñe	buslone	ES	33161	0	Europe/Madrid	43.25736	-5.92114		Buslone,Busloñe		34	O	33038	
3127434	Buslad	buslad	ES	33310	0	Europe/Madrid	43.43678	-5.38613		Bustad		34	O	33076	
3127435	Busindre	busindre	ES	33708	0	Europe/Madrid	43.47214	-6.51872		Busindre		34	O	33034	
3127436	Businán	businan	ES	33874	0	Europe/Madrid	43.43724	-6.56477		Businan,Businán		34	O	33073	
3127438	Busfrío	busfrio	ES	33155	0	Europe/Madrid	43.51168	-6.25282		Busfrio,Busfrío		34	O	33021	
3127440	Busdongo	busdongo	ES	24690	0	Europe/Madrid	42.98333	-5.7		Busdongo		55	LE	24901	
3127441	Busdemouros	busdemouros	ES	33776	0	Europe/Madrid	43.35856	-7.01183		Busdemouros		34	O	33075	
3127443	Buscabrero	buscabrero	ES	33891	0	Europe/Madrid	43.45	-6.3		Buscabrero		34	O	33059	
3127445	Busante	busante	ES	33810	0	Europe/Madrid	42.97469	-6.80375		Busante		34	O	33028	
3127446	Buruyosa	buruyosa	ES	33528	12	Europe/Madrid	43.35	-5.53333		Buruyosa		34	O	33040	
3127450	Burón	buron	ES	24994	372	Europe/Madrid	43.02486	-5.05119		Buron,Burón	24025	55	LE	24025	
3127458	Burgueta	burgueta	ES	09294	0	Europe/Madrid	42.74015	-2.84502		Burgeta,Burgueta		55	BU	09109	
3127461	Burgos	burgos	ES	09001	178966	Europe/Madrid	42.34106	-3.70184		Bourgos,Burgas,Burgi,Burgos,Burgosa,Burgosas,Burgoso,Burgus,Burqos,RGS,brghsh,brgws,bu er ge si,buleugoseu,bur kos,burgosa,burugosu,bwrgws,Μπούργος,Бургас,Бургос,Բուրգոս,בורגוס,برغش,برگوس,بورگوس,बुर्गोस,บูร์โกส,ブルゴス,布尔戈斯,부르고스	BU	55	BU	09059	
3127462	Burgomillodo	burgomillodo	ES	40331	0	Europe/Madrid	41.33913	-3.88653		Burgomillodo		55	SG	40044	
3127463	Burgohondo	burgohondo	ES	05113	1180	Europe/Madrid	40.41416	-4.78509		Burgohondo,Burgokhondo,Burgoondo,bu er ge weng duo,bwrghwhwndw,bwrgwhwndw,Бургоондо,Бургохондо,بورغوهوندو,بورگوهوندو,布尔戈翁多	05041	55	AV	05041	
3127468	Burgazal	burgazal	ES	33873	0	Europe/Madrid	43.39791	-6.63295		Burgazal		34	O	33073	
3127470	Burgás	burgas	ES	27832	0	Europe/Madrid	43.33333	-7.78333		Burgas,Burgás,Santa Eulalia		58	LU	27065	
3127471	Burganes de Valverde	burganes-de-valverde	ES	49698	845	Europe/Madrid	41.9213	-5.78244		Burganes de Valverde	49029	55	ZA	49029	
3127473	Bureta	bureta	ES	50547	297	Europe/Madrid	41.81572	-1.48819		Bureta	50061	52	Z	50061	
3127481	Burtzeña	burcena	ES	09587	0	Europe/Madrid	43.2801	-2.97801		Burtzena,Burtzeña		59	BI	48013	
3127482	Burceña	burcena	ES	09587	0	Europe/Madrid	43.12843	-3.33607				55	BU	09410	
3127483	Burceat	burceat	ES	22315	0	Europe/Madrid	42.08142	0.11178		Burceat		52	HU	22048	
3127484	Burbustu-Altamira	burbustu-altamira	ES	48480	0	Europe/Madrid	43.20214	-2.87552		Burbustu,Burbustu-Altamira		59	BI	48097	
3127486	Burbia	burbia	ES	24437	0	Europe/Madrid	42.79262	-6.77815		Burbia		55	LE	24196	
3127487	Burbáguena	burbaguena	ES	44330	334	Europe/Madrid	41.01783	-1.33825		Burbaguena,Burbáguena	44047	52	TE	44047	
3127489	Buñuel	bunuel	ES	31540	2402	Europe/Madrid	41.98009	-1.44503		Bunuel,Buñuel	31057	32	NA	31057	
3127491	Buniel	buniel	ES	09230	269	Europe/Madrid	42.31197	-3.8223			09058	55	BU	09058	
3127492	Buñales	bunales	ES	22196	0	Europe/Madrid	42.04654	-0.40682		Bunales,Buñales		52	HU	22125	
3127493	Bulso	bulso	ES	27422	0	Europe/Madrid	42.43333	-7.53333		Bulso,San Pedro		58	LU	27059	
3127494	Bulse	bulse	ES	33857	0	Europe/Madrid	43.4153	-6.13212		Bulse		34	O	33059	
3127495	Bulnes	bulnes	ES	33554	0	Europe/Madrid	43.2351	-4.82006		Bulnes		34	O	33008	
3127498	Bullimeiro	bullimeiro	ES	33717	0	Europe/Madrid	43.40584	-6.68429		Bullimeiro		34	O	33077	
3127499	Bullaso	bullaso	ES	33731	0	Europe/Madrid	43.35031	-6.82752		Bullaso		34	O	33029	
3127501	Bullacente	bullacente	ES	33873	0	Europe/Madrid	43.42025	-6.61481		Bullacente		34	O	33073	
3127503	Bulco	bulco	ES	39850	0	Europe/Madrid	43.31048	-3.44817		Bulco		39	S	39002	
3127504	Bulbuente	bulbuente	ES	50546	232	Europe/Madrid	41.8197	-1.60238		Bulbuente	50060	52	Z	50060	
3127506	Bujarrabal	bujarrabal	ES	19263	0	Europe/Madrid	41.0955	-2.50803		Bujarrabal		54	GU	19257	
3127507	Bujaraloz	bujaraloz	ES	50177	997	Europe/Madrid	41.49806	-0.1529		Bujaraloz	50059	52	Z	50059	
3127509	Bujanda	bujanda	ES	01128	0	Europe/Madrid	42.67455	-2.40704		Bujanda,Buxanda		59	VI	01017	
3127515	Bujalcayado	bujalcayado	ES	19266	0	Europe/Madrid	41.1283	-2.71517		Bujalcayado		54	GU	19257	
3127516	Bujalaro	bujalaro	ES	19247	80	Europe/Madrid	40.93687	-2.88333		Bujalaro	19055	54	GU	19055	
3127517	Buiza	buiza	ES	24608	0	Europe/Madrid	42.89474	-5.68391		Buiza		55	LE	24114	
3127522	Buitrago	buitrago	ES	42162	55	Europe/Madrid	41.84735	-2.40858		Buitrago,Bujtrago,bu yi te la ge,Буйтраго,Буїтраго,布伊特拉戈	42042	55	SO	42042	
3127525	Buisán	buisan	ES	22375	0	Europe/Madrid	43.03333	-7.1				58	LU	27018	
3127526	Buisán	buisan	ES	22375	0	Europe/Madrid	42.93066	-7.07147				58	LU	27006	
3127527	Buisán	buisan	ES	22375	0	Europe/Madrid	42.58116	-0.00937		Buisan,Buisán		52	HU	22107	
3127529	Bugedo	bugedo	ES	09293	150	Europe/Madrid	42.64912	-3.01786		Bugedo,Bujedo	09057	55	BU	09057	
3127539	Buetas	buetas	ES	22337	0	Europe/Madrid	42.36806	0.28642				52	HU	22113	
3127540	Buesa	buesa	ES	22375	0	Europe/Madrid	42.58551	-0.10832				52	HU	22069	
3127542	Buerba	buerba	ES	22375	0	Europe/Madrid	42.5376	0.04941		Buarba,Buerba		52	HU	22107	
3127543	Bueras	bueras	ES	39766	0	Europe/Madrid	43.33994	-3.47911		Bueras		39	S	39102	
3127544	Buera	buera	ES	22146	0	Europe/Madrid	42.14143	0.04068		Buera		52	HU	22906	
3127547	Buendía	buendia	ES	16512	474	Europe/Madrid	40.36643	-2.75645		Buehndia,Buendija,ben di ya,bwyndya,Буендія,Буэндиа,بوينديا,本迪亚	16041	54	CU	16041	
3127549	Buenavista de Valdavia	buenavista-de-valdavia	ES	34470	431	Europe/Madrid	42.63788	-4.61446		Buenavista de Valdavia	34037	55	P	34037	
3127550	Buenavista	buenavista	ES	35468	157	Europe/Madrid	40.76763	-5.61139		Buenavista	37060	55	SA	37060	
3127551	Buenaventura	buenaventura	ES	45634	500	Europe/Madrid	40.17705	-4.85003		Buenaventura	45022	54	TO	45022	
3127552	Buenamadre	buenamadre	ES	37209	152	Europe/Madrid	40.85705	-6.24987		Buenamadre	37059	55	SA	37059	
3127553	Buenafuente del Sistal	buenafuente-del-sistal	ES	19443	0	Europe/Madrid	40.82221	-2.21281		Buenafuente del Sistal,La Buenafuente		54	GU	19201	
3127554	Buenache de la Sierra	buenache-de-la-sierra	ES	16192	116	Europe/Madrid	40.13333	-2		Buenache de la Sierra		54	CU	16078	
3127555	Bueña	buena	ES	44394	73	Europe/Madrid	40.70881	-1.26742		Buena,Bueña	44046	52	TE	44046	
3127556	Buelna	buelna	ES	33598	0	Europe/Madrid	43.39301	-4.61649				34	O	33036	
3127557	Buelles	buelles	ES	33694	0	Europe/Madrid	43.33585	-4.53495				39	S	33047	
3127563	Budia	budia	ES	19133	271	Europe/Madrid	40.62734	-2.75846		Budia	19054	54	GU	19054	
3127567	Buciello	buciello	ES	33684	0	Europe/Madrid	43.17494	-5.7427		Buciello		34	O	33002	
3127568	Buciegas	buciegas	ES	16851	62	Europe/Madrid	40.33622	-2.4625		Buciegas	16038	54	CU	16038	
3127572	Bucarrero	bucarrero	ES	39718	0	Europe/Madrid	43.35347	-3.7624		Bucarrero		39	S	39037	
3127574	Bubierca	bubierca	ES	50239	91	Europe/Madrid	41.31482	-1.85386		Bubierca	50058	52	Z	50058	
3127575	Buberos	buberos	ES	42132	43	Europe/Madrid	41.64692	-2.19406		Buberos	42041	55	SO	42041	
3127582	Boadella d'Empordà	boadella-d-emporda	ES	17723	0	Europe/Madrid	42.33003	2.85638		Boadella,Boadella d'Emporda,Boadella d'Empordà		56	GI	17029	
3127587	Brunyola	brunyola	ES	17441	0	Europe/Madrid	41.9	2.68333		Brunola,Brunyola,Bruñola	17028	56	GI	17028	
3127588	Brunete	brunete	ES	28690	7799	Europe/Madrid	40.40532	-3.9985		Brunete	28026	29	M	28026	
3127593	Brullés	brulles	ES	09129	0	Europe/Madrid	42.56603	-3.92343		Brulles,Brullés		55	BU	09427	
3127594	Brul	brul	ES	33794	0	Europe/Madrid	43.5381	-6.94019		Brul		34	O	33017	
3127595	Bruicedo	bruicedo	ES	27135	0	Europe/Madrid	43.09331	-7.18062		Bruicedo		58	LU	27018	
3127597	Brugos de Fenar	brugos-de-fenar	ES	24648	0	Europe/Madrid	42.8071	-5.58659		Brugos de Fenar		55	LE	24134	
3127601	Brués	brues	ES	32521	210	Europe/Madrid	42.45	-8.15		Brues,Brués,San Pedro Felix,San Pedro Félix		58	OR	32013	
3127605	Broto	broto	ES	22370	509	Europe/Madrid	42.60434	-0.12351			22069	52	HU	22069	
3127608	Bronchales	bronchales	ES	44367	452	Europe/Madrid	40.51171	-1.58821			44045	52	TE	44045	
3127610	Brizuela	brizuela	ES	09557	0	Europe/Madrid	42.96667	-3.66667		Brizuela		55	BU	09216	
3127611	Briviesca	briviesca	ES	09240	6880	Europe/Madrid	42.54993	-3.32315		Bribiesca,Briv'eska,Briveska,Briviesca,brayfayska,bu li wei ye si ka,Бривьеска,Брівєска,برايفايسكا,布里维耶斯卡	09056	55	BU	09056	
3127614	Briones	briones	ES	26330	848	Europe/Madrid	42.54397	-2.78572		Briones,bu li ao nei si,Брионес,Бріонес,Բրիոնես,布里奥内斯	26034	27	LO	26034	
3127617	Brion	brion	ES	15865	0	Europe/Madrid	43.48333	-8.26667				58	C	15036	
3127618	Brion	brion	ES	15865	0	Europe/Madrid	42.86716	-8.67783		Brion,Brión,San Felix,San Félix		58	C	15013	
3127619	Brion	brion	ES	15865	0	Europe/Madrid	42.65	-8.88333				58	C	15011	
3127621	Brincones	brincones	ES	37217	87	Europe/Madrid	41.11339	-6.34865		Brincones	37058	55	SA	37058	
3127623	Briñas	brinas	ES	26290	231	Europe/Madrid	42.60106	-2.83192		Brinas,Briñas	26033	27	LO	26033	
3127625	Brime de Urz	brime-de-urz	ES	49622	147	Europe/Madrid	42.03794	-5.87326	760	Brime de Urz,San Esteban	49028	55	ZA	49028	
3127626	Brime de Sog	brime-de-sog	ES	49629	203	Europe/Madrid	42.06162	-6.04791		Brime de Sog	49027	55	ZA	49027	
3127627	Brimeda	brimeda	ES	24719	0	Europe/Madrid	42.48879	-6.06691		Brimeda		55	LE	24219	
3127628	Brihuega	brihuega	ES	19400	2776	Europe/Madrid	40.76049	-2.86966		Brihuega,Briuega,Briuehga,Бриуэга,Бріуега	19053	54	GU	19053	
3127629	Brieves	brieves	ES	33784	0	Europe/Madrid	43.48354	-6.4347		Brieves		34	O	33034	
3127631	Brieva de Cameros	brieva-de-cameros	ES	26322	72	Europe/Madrid	42.16462	-2.7945		Brieva de Cameros	26032	27	LO	26032	
3127633	Brieva	brieva	ES	05194	66	Europe/Madrid	41.03483	-4.05364		Brieva	40033	55	SG	40033	
3127634	Brieva	brieva	ES	05194	0	Europe/Madrid	40.69395	-4.62764		Brieva		55	AV	05019	
3127635	Bricia	bricia	ES	09572	0	Europe/Madrid	43.42917	-4.86149		Bricia		34	O	33036	
3127636	Bricia	bricia	ES	09572	0	Europe/Madrid	42.91505	-3.81939		Bricia		55	BU	09011	
3127639	Brías	brias	ES	42368	0	Europe/Madrid	41.39878	-2.95236		Brias,Brías		55	SO	42035	
3127642	Brez	brez	ES	33583	0	Europe/Madrid	43.16296	-4.69841		Brez		39	S	39015	
3127643	Bretún	bretun	ES	42173	0	Europe/Madrid	42.06197	-2.38807				55	SO	42209	
3127644	Bretoña	bretona	ES	27286	243	Europe/Madrid	43.33333	-7.31667		Bretona,Bretoña,Santa Maria,Santa María		58	LU	27044	
3127645	Bretocino	bretocino	ES	49698	284	Europe/Madrid	41.8843	-5.75473		Bretocino	49026	55	ZA	49026	
3127646	Bretó	breto	ES	49751	236	Europe/Madrid	41.87917	-5.73902		Breto,Bretó	49025	55	ZA	49025	
3127648	Bresmaus	bresmaus	ES	32636	0	Europe/Madrid	42.12649	-7.60803				58	OR	32078	
3127649	Bres	bres	ES	33775	0	Europe/Madrid	43.36901	-7.06418		Bres		34	O	33071	
3127655	Breda	breda	ES	17400	3599	Europe/Madrid	41.74833	2.55964			17027	56	GI	17027	17146
3127656	Breceña	brecena	ES	33310	0	Europe/Madrid	43.44762	-5.3857				34	O	33076	
3127658	Brea de Tajo	brea-de-tajo	ES	28596	481	Europe/Madrid	40.23333	-3.1		Brea,Brea de Tajo	28025	29	M	28025	
3127659	Brea de Aragón	brea-de-aragon	ES	50246	2022	Europe/Madrid	41.52387	-1.60261		Brea,Brea de Aragon,Brea de Aragón	50057	52	Z	50057	
3127662	Brazuelo	brazuelo	ES	24716	328	Europe/Madrid	42.49702	-6.15734		Brazuelo	24023	55	LE	24023	
3127665	Brazacorta	brazacorta	ES	09490	87	Europe/Madrid	41.71737	-3.36711		Brazacorta	09055	55	BU	09055	
3127667	Bravos	bravos	ES	05357	0	Europe/Madrid	43.60061	-7.65361		Brabos,Bravos,Santiago		58	LU	27038	
3127670	Braojos	braojos	ES	28737	193	Europe/Madrid	41.0404	-3.64329		Braojos	28024	29	M	28024	
3127672	Brañuelas	branuelas	ES	24360	0	Europe/Madrid	42.63323	-6.19943		Branuelas,Brañuelas		55	LE	24210	
3127673	Brañúas	branuas	ES	33717	0	Europe/Madrid	43.47549	-6.65456		Branuas,Brañúas		34	O	33077	
3127676	Brañosera	branosera	ES	34829	269	Europe/Madrid	42.9362	-4.30833		Bran'josera,Bran'osera,Branosera,Brañosera,bu la ni ao sai la,Браньйосера,Браньосера,布拉尼奥塞拉	34036	55	P	34036	
3127683	Brandilanes	brandilanes	ES	49511	0	Europe/Madrid	41.62061	-6.21172		Brandilanes		55	ZA	49071	
3127687	Brañaverniza	branaverniza	ES	33780	0	Europe/Madrid	43.51142	-6.45721		Branaverniza,Brañaverniza		34	O	33034	
3127689	Brañavella	branavella	ES	33776	0	Europe/Madrid	43.3	-6.88333		Branavella,Brañavella		34	O	33048	
3127690	Brañavara	branavara	ES	33728	0	Europe/Madrid	43.39858	-6.90759		Branavara,Brañavara		34	O	33007	
3127691	Brañatuille	branatuille	ES	33778	0	Europe/Madrid	43.41931	-6.93597		Branatuille,Brañatuille		34	O	33017	
3127693	Brañasivil	branasivil	ES	33891	0	Europe/Madrid	43.46725	-6.32184		Branasivil,Brañasivil		34	O	33059	
3127694	Brañaseca	branaseca	ES	33155	0	Europe/Madrid	43.51546	-6.24807		Branaseca,Brañaseca		34	O	33021	
3127696	Brañas de Arriba	branas-de-arriba	ES	33818	0	Europe/Madrid	43.01106	-6.44521		Branas de Arriba,Brañas de Arriba		34	O	33011	
3127697	Brañas de Abajo	branas-de-abajo	ES	33818	0	Europe/Madrid	43.01771	-6.45299		Branas de Abajo,Brañas de Abajo		34	O	33011	
3127702	Brañarronda	branarronda	ES	33785	0	Europe/Madrid	43.50428	-6.32409		Branarronda,Brañarronda		34	O	33034	
3127706	Brañalonga	branalonga	ES	33877	0	Europe/Madrid	43.39643	-6.34843		Branalonga,Brañalonga		34	O	33059	
3127707	Brañalibel	branalibel	ES	33729	0	Europe/Madrid	43.4243	-6.89373		Branalibel,Brañalibel		34	O	33007	
3127708	Brañaivente	branaivente	ES	33866	0	Europe/Madrid	43.4697	-6.27924		Branaivente,Brañaivente		34	O	33059	
3127709	Brañadesella	branadesella	ES	33728	0	Europe/Madrid	43.41164	-6.87571		Branadesella,Brañadesella		34	O	33007	
3127721	Bràfim	brafim	ES	43812	619	Europe/Madrid	41.26667	1.33333		Brafim,Bràfim,Bráfim		56	T	43165	
3127724	Bra	bra	ES	27229	0	Europe/Madrid	43.09406	-7.83096		Bra		58	LU	27020	
3127725	Bozoo	bozoo	ES	09219	106	Europe/Madrid	42.72687	-3.08644		Bozoo		55	BU	09054	
3127726	Bozate	bozate	ES	31713	0	Europe/Madrid	43.18333	-1.46667		Bozate,Bozate de Arizcun		32	NA	31050	
3127727	Bozanes	bozanes	ES	33311	0	Europe/Madrid	43.46139	-5.45342				34	O	33076	
3127728	Boya	boya	ES	49561	0	Europe/Madrid	41.92276	-6.35635		Boya		55	ZA	49104	
3127730	Bóveda del Río Almar	boveda-del-rio-almar	ES	37316	290	Europe/Madrid	40.85719	-5.2103		Boveda del Rio Almar,Bóveda del Río Almar	37057	55	SA	37057	
3127731	Bóveda de la Ribera	boveda-de-la-ribera	ES	09514	0	Europe/Madrid	42.9325	-3.40174		Boveda de la Ribera,Boveda de la Rivera,Bóveda de la Ribera,Bóveda de la Rivera		55	BU	09209	
3127732	Bóveda	boveda	ES	01427	0	Europe/Madrid	43.15978	-7.7325				58	LU	27007	
3127733	Bóveda	boveda	ES	01427	0	Europe/Madrid	43	-7.5				58	LU	27028	
3127734	Bóveda	boveda	ES	01427	0	Europe/Madrid	42.98333	-7.68333		Boveda,Bóveda		58	LU	27028	
3127735	Bóveda	boveda	ES	01427	0	Europe/Madrid	42.90587	-3.20424		Boveda,Bóveda		59	VI	01055	
3127736	Bóveda	boveda	ES	01427	0	Europe/Madrid	42.6246	-7.4767			27008	58	LU	27008	
3127737	Bóveda	boveda	ES	01427	354	Europe/Madrid	42.4	-7.88333		Boveda,Bóveda,San Pelagio		58	OR	32002	
3127738	Bóveda	boveda	ES	01427	129	Europe/Madrid	42.16667	-7.63333				58	OR	32089	
3127741	Bouzas	bouzas	ES	24414	0	Europe/Madrid	42.44174	-6.50311		Bouzas		55	LE	24115	
3127742	Bouzas	bouzas	ES	24414	0	Europe/Madrid	42.23333	-8.75				58	PO	36057	
3127747	Bousoño	bousono	ES	33777	0	Europe/Madrid	43.3039	-6.89962		Bousono,Bousoño		34	O	33061	
3127748	Bousés	bouses	ES	32613	0	Europe/Madrid	41.85378	-7.54196		Bouses,Bousés		58	OR	32053	
3127750	Bourio	bourio	ES	33794	0	Europe/Madrid	43.51159	-6.95671		Bourio		34	O	33017	
3127757	Botorrita	botorrita	ES	50441	474	Europe/Madrid	41.50706	-1.03104		Botorrita	50056	52	Z	50056	
3127761	Botaya	botaya	ES	22711	0	Europe/Madrid	42.49362	-0.653				52	HU	22130	
3127762	Botarell	botarell	ES	43772	933	Europe/Madrid	41.13627	0.98919		Botarell	43033	56	T	43033	
3127763	Bot	bot	ES	43785	768	Europe/Madrid	41.00916	0.38392		Bot	43032	56	T	43032	
3127764	Bostronizo	bostronizo	ES	39451	0	Europe/Madrid	43.20553	-4.04765		Bostronizo		39	S	39004	
3127769	Bossòst	bossost	ES	25550	0	Europe/Madrid	42.78333	0.7		Bosost,Bossost,Bossòst		56	L	25243	
3127773	Borriol	borriol	ES	12190	4321	Europe/Madrid	40.04249	-0.07025		Borriol	12031	60	CS	12031	
3127775	Borres	borres	ES	22612	0	Europe/Madrid	43.33562	-6.56008		Borres		34	O	33073	
3127776	Borrés	borres	ES	22612	0	Europe/Madrid	42.55928	-0.40512				52	HU	22199	
3127777	Borreras	borreras	ES	33859	0	Europe/Madrid	43.38333	-6.18333		Borreras		34	O	33059	
3127778	Borrenes	borrenes	ES	24443	452	Europe/Madrid	42.49019	-6.72338		Borrenes	24022	55	LE	24022	
3127779	Borredà	borreda	ES	08619	0	Europe/Madrid	42.13564	1.99428		Borreda,Borredà	08024	56	B	08024	08024
3127780	Borrastre	borrastre	ES	22373	0	Europe/Madrid	42.48892	-0.11268		Borrastre		52	HU	22109	
3127781	Borrassà	borrassa	ES	17770	581	Europe/Madrid	42.22316	2.9261		Borrassa,Borrassà	17026	56	GI	17026	
3127785	Borox	borox	ES	45222	2596	Europe/Madrid	40.06795	-3.73804		Borox	45021	54	TO	45021	
3127786	Boroñes	borones	ES	33992	0	Europe/Madrid	43.24564	-5.50112		Borones,Boroñes		34	O	33032	
3127787	Borondes	borondes	ES	33825	0	Europe/Madrid	43.35	-6		Borondes		34	O	33026	
3127788	Boronas	boronas	ES	33792	0	Europe/Madrid	43.52791	-6.62107		Boronas		34	O	33034	
3127790	Borobia	borobia	ES	42107	340	Europe/Madrid	41.66481	-1.89615		Borobia,Borobija,bo luo wei ya,Боробиа,Боробія,博罗维亚	42039	55	SO	42039	
3127794	Bornazal	bornazal	ES	33819	0	Europe/Madrid	43.15936	-6.47514		Bornazal		34	O	33011	
3127796	Borleña	borlena	ES	39699	0	Europe/Madrid	43.23571	-3.95279		Borlena,Borleña		39	S	39026	
3127799	Borjabad	borjabad	ES	42218	56	Europe/Madrid	41.55245	-2.36625		Borjabad	42038	55	SO	42038	
3127800	Borja	borja	ES	50540	4375	Europe/Madrid	41.83412	-1.53271		Borja	50055	52	Z	50055	
3127803	Borines	borines	ES	33583	0	Europe/Madrid	43.39332	-5.32288				34	O	33049	
3127804	Borgonyà	borgonya	ES	17844	0	Europe/Madrid	42.06667	2.25		Borgonua,Borgonuá		56	B	08265	
3127805	Borgonyà	borgonya	ES	17844	0	Europe/Madrid	42.1	2.8				56	GI	17056	
3127806	Bores	bores	ES	33579	0	Europe/Madrid	43.32056	-4.6479				34	O	33047	
3127807	Bores	bores	ES	33579	0	Europe/Madrid	43.0946	-4.66615		Bores		39	S	39096	
3127809	Borducedo	borducedo	ES	33866	0	Europe/Madrid	43.48436	-6.28511		Borducedo		34	O	33059	
3127813	Bordón	bordon	ES	44563	142	Europe/Madrid	40.6865	-0.32216	828	Bordon,Bordón	44044	52	TE	44044	
3127814	Bordils	bordils	ES	17462	1434	Europe/Madrid	42.04336	2.91088		Bordils	17025	56	GI	17025	
3127815	Bordejé	bordeje	ES	42216	0	Europe/Madrid	41.44912	-2.50512		Bordeje,Bordejé		55	SO	42068	
3127816	Bordecorex	bordecorex	ES	42367	0	Europe/Madrid	41.37823	-2.72475		Bordecorex		55	SO	42048	
3127817	Bordalba	bordalba	ES	50229	92	Europe/Madrid	41.41667	-2.06667		Bordalba	50054	52	Z	50054	
3127818	Borcos	borcos	ES	09133	0	Europe/Madrid	42.52536	-3.90562		Borcos		55	BU	09166	
3127819	Borchicayada	borchicayada	ES	42223	0	Europe/Madrid	41.4475	-2.41154		Borchicayada		55	SO	42172	
3127823	Borau	borau	ES	22860	74	Europe/Madrid	42.65858	-0.58846			22068	52	HU	22068	
3127826	Boquiñeni	boquineni	ES	50641	1026	Europe/Madrid	41.84804	-1.25246		Boquineni,Boquiñeni	50053	52	Z	50053	
3127830	Boquerizo	boquerizo	ES	33590	0	Europe/Madrid	43.36219	-4.59398				34	O	33055	
3127833	Boo	boo	ES	33675	0	Europe/Madrid	43.43102	-3.94588		Boo,Boo de Pielangos		39	S	39052	
3127834	Boo	boo	ES	33675	0	Europe/Madrid	43.41103	-3.84324				39	S	39008	
3127835	Boo	boo	ES	33675	0	Europe/Madrid	43.17114	-5.76493		Boo		34	O	33002	
3127836	Bono	bono	ES	22487	0	Europe/Madrid	42.53575	0.72484				52	HU	22157	25245
3127838	Bonillos	bonillos	ES	24714	0	Europe/Madrid	42.48928	-6.09099		Bonillos		55	LE	24023	
3127839	Bonilla de la Sierra	bonilla-de-la-sierra	ES	05514	161	Europe/Madrid	40.53063	-5.26452		Bonilla,Bonilla de la Sierra	05038	55	AV	05038	
3127842	Bonilla	bonilla	ES	16540	0	Europe/Madrid	40.1937	-2.5495		Bonilla		54	CU	16112	
3127843	Bonielles	bonielles	ES	33426	0	Europe/Madrid	43.45457	-5.90499		Bonielles		34	O	33035	
3127845	Bonestarre	bonestarre	ES	25572	0	Europe/Madrid	42.57549	1.21732		Bonestarre		56	L	25901	
3127846	Bones	bones	ES	33347	0	Europe/Madrid	43.46108	-5.12169				34	O	33056	
3127847	Bonella	bonella	ES	24127	0	Europe/Madrid	42.79837	-5.93386		Bonella		55	LE	24132	
3127849	Bonastre	bonastre	ES	43884	459	Europe/Madrid	41.22031	1.43936		Bonastre	43030	56	T	43030	
3127850	Boñar	bonar	ES	24850	2299	Europe/Madrid	42.8668	-5.32386		Bonar,Boñar	24021	55	LE	24021	
3127851	Bonansa	bonansa	ES	22486	106	Europe/Madrid	42.42691	0.66692		Bonansa	22067	52	HU	22067	
3127854	Bolvir	bolvir	ES	17539	0	Europe/Madrid	42.41775	1.87986			17024	56	GI	17024	17024
3127858	Boltaña	boltana	ES	22340	897	Europe/Madrid	42.4455	0.06802		Bol'tan'ja,Bol'tanija,Boltanya,bo er ta ni ya,borutanya,bwltanya,Больтания,Больтанья,بولتانيا,ボルターニャ,博尔塔尼亚	22066	52	HU	22066	
3127859	Bolmir	bolmir	ES	39213	0	Europe/Madrid	42.98864	-4.12528		Bolmir		39	S	39027	
3127860	Bolmente	bolmente	ES	27425	0	Europe/Madrid	42.4226	-7.58966				58	LU	27059	
3127861	Bólliga	bolliga	ES	16843	0	Europe/Madrid	40.2562	-2.38137		Bolliga,Bólliga		54	CU	16272	
3127863	Bollain	bollain	ES	48890	0	Europe/Madrid	43.24576	-3.35801		Bollain,Bollaín		59	BI	48022	
3127864	Bollacín	bollacin	ES	39681	0	Europe/Madrid	43.08467	-3.89175		Bollacin,Bollacín		39	S	39039	
3127865	Bolibar-Ugazua	bolibar-ugazua	ES	20530	0	Europe/Madrid	43.00345	-2.52742		Bolibar,Bolivar,Bolíbar,Bolívar,Puebla de Bolibar,Puebla de Bolíbar,Ugazua		59	SS	20034	
3127868	Bolgues	bolgues	ES	33190	58	Europe/Madrid	43.4	-6.01667		Bolgues		34	O	33054	
3127869	Bolea	bolea	ES	22160	0	Europe/Madrid	42.25917	-0.55229		Bolea,Boleya		52	HU	22904	
3127870	Boldú	boldu	ES	25332	0	Europe/Madrid	41.7194	1.00478		Boldu,Boldú		56	L	25096	
3127875	Bolarque	bolarque	ES	19119	0	Europe/Madrid	40.36357	-2.82961		Bolarque,Caserio Bolarque,Caserío Bolarque		54	GU	19022	
3127876	Bolaños de Campos	bolanos-de-campos	ES	47675	410	Europe/Madrid	42.0068	-5.28428		Bolanos de Campos,Bolaños de Campos	47024	55	VA	47024	
3127877	Bolaño	bolano	ES	27122	48	Europe/Madrid	43.05	-7.33333		Bolano,Bolaño		58	LU	27011	
3127879	Bojo	bojo	ES	33888	0	Europe/Madrid	43.25	-6.78333		Bojo		34	O	33001	
3127880	Bojes	bojes	ES	33590	0	Europe/Madrid	43.37542	-4.58473				34	O	33055	
3127883	Boizán	boizan	ES	27813	0	Europe/Madrid	43.28408	-7.71129		Boizan,Boizán,Santiago		58	LU	27065	
3127884	Boixols	boixols	ES	25652	0	Europe/Madrid	42.17087	1.1627		Boixols		56	L	25001	
3127887	Boisán	boisan	ES	24717	0	Europe/Madrid	42.37033	-6.28968		Boisan,Boisán		55	LE	24090	
3127888	Boiro	boiro	ES	15930	0	Europe/Madrid	42.99875	-6.85089		Boiro		34	O	33028	
3127889	Boiro	boiro	ES	15930	18883	Europe/Madrid	42.64725	-8.88459		Boiro	15011	58	C	15011	
3127890	Boinás	boinas	ES	33836	0	Europe/Madrid	43.27208	-6.3057		Boinas,Boinás		34	O	33005	
3127891	Boimorto	boimorto	ES	15818	2470	Europe/Madrid	43	-8.13333		Boimorto,Santiago		58	C	15006	
3127892	Boimorto	boimorto	ES	15818	0	Europe/Madrid	42.43882	-7.90456				58	OR	32087	
3127894	Boimente	boimente	ES	27864	0	Europe/Madrid	43.60192	-7.56208		Boimente		58	LU	27066	
3127896	Bohoyo	bohoyo	ES	05690	402	Europe/Madrid	40.31584	-5.44294		Bohoyo	05037	55	AV	05037	
3127897	Bohiles	bohiles	ES	33829	0	Europe/Madrid	43.443	-6.02939		Bohiles		34	O	33010	
3127898	Boí	boi	ES	25528	0	Europe/Madrid	42.52247	0.83616				56	L	25043	
3127900	Bogajo	bogajo	ES	37291	194	Europe/Madrid	40.9071	-6.53065		Bogajo	37055	55	SA	37055	
3127903	Boeza	boeza	ES	24312	0	Europe/Madrid	42.68453	-6.29414		Boeza		55	LE	24071	
3127913	Boecillo	boecillo	ES	47151	2575	Europe/Madrid	41.5409	-4.6994			47023	55	VA	47023	
3127915	Bodia	bodia	ES	39587	0	Europe/Madrid	43.14114	-4.67437		Bodia		39	S	39015	
3127916	Bodes	bodes	ES	33548	0	Europe/Madrid	43.41901	-5.20314				34	O	33045	
3127917	Bodenaya	bodenaya	ES	33891	0	Europe/Madrid	43.40395	-6.31644		Bodenaya		34	O	33059	
3127919	Bode	bode	ES	33549	0	Europe/Madrid	43.39837	-5.16744				34	O	33045	
3127921	Bocos de Duero	bocos-de-duero	ES	47317	72	Europe/Madrid	41.62339	-4.07048			47022	55	VA	47022	
3127922	Bocos	bocos	ES	09553	0	Europe/Madrid	42.96924	-3.54721				55	BU	09903	
3127923	Bocines	bocines	ES	33449	0	Europe/Madrid	43.6	-5.8		Bocines,San Martin,San Martin de Bocines,San Martín,San Martín de Bocines		34	O	33025	
3127924	Bocigas de Perales	bocigas-de-perales	ES	42329	0	Europe/Madrid	41.66351	-3.36178		Bocigas de Perales		55	SO	42103	
3127925	Bocigas	bocigas	ES	47419	128	Europe/Madrid	41.2307	-4.68128		Bocigas	47021	55	VA	47021	
3127926	Bocígano	bocigano	ES	28190	0	Europe/Madrid	41.11442	-3.41017		Bocigano,Bocígano		54	GU	19067	
3127927	Bochones	bochones	ES	19276	0	Europe/Madrid	41.24807	-2.8546		Bochones		54	GU	19044	
3127929	Boceguillas	boceguillas	ES	40560	678	Europe/Madrid	41.33641	-3.63828		Boceguillas,Bosegil'jas,bo sai ji li ya si,Босегильяс,Босегільяс,博塞吉利亚斯	40032	55	SG	40032	
3127930	Bocamaos	bocamaos	ES	27296	0	Europe/Madrid	43.04015	-7.60987		Bocamaos		58	LU	27028	
3127933	Boca de Huérgano	boca-de-huergano	ES	24911	564	Europe/Madrid	42.97287	-4.92419		Boca de Huergano,Boca de Huérgano	24020	55	LE	24020	
3127934	Bocacara	bocacara	ES	37593	0	Europe/Madrid	40.67415	-6.4032		Bocacara		55	SA	37107	
3127935	Boborás	boboras	ES	32514	3154	Europe/Madrid	42.43332	-8.14431		Boboras,Boborás	32013	58	OR	32013	
3127940	Bobia	bobia	ES	24124	0	Europe/Madrid	43.46173	-5.63532				34	O	33024	
3127941	Bobia	bobia	ES	24124	0	Europe/Madrid	43.35862	-6.95782				34	O	33075	
3127942	Bobia	bobia	ES	24124	0	Europe/Madrid	42.78053	-5.85815		Bobia		55	LE	24167	
3127943	Bobes	bobes	ES	33429	0	Europe/Madrid	43.3963	-5.77177		Bobes		34	O	33066	
3127944	Bovera	bovera	ES	25178	0	Europe/Madrid	41.31667	0.65		Bobera,Bovera	25056	56	L	25056	
3127945	Bobadilla del Campo	bobadilla-del-campo	ES	47462	379	Europe/Madrid	41.20432	-5.02294		Bobadilla del Campo	47020	55	VA	47020	
3127946	Bobadilla	bobadilla	ES	26321	136	Europe/Madrid	42.31873	-2.75992		Bobadilla	26031	27	LO	26031	
3127949	Boazo	boazo	ES	32765	11	Europe/Madrid	42.37077	-7.46394		Boazo		58	OR	32080	
3127954	Boal	boal	ES	33720	470	Europe/Madrid	43.432	-6.81513	459	Boal,Boal',Boal/Bual,Bual,bo a er,bwal,byal,Боаль,بئال,بوال,博阿尔	33007	34	O	33007	
3127955	Boado	boado	ES	32631	0	Europe/Madrid	43.03333	-8.18333		Boado,Santiago		58	C	15047	
3127956	Boado	boado	ES	32631	0	Europe/Madrid	42.06717	-7.68285		Boado		58	OR	32032	
3127957	Boadilla de Ríoseco	boadilla-de-rioseco	ES	34349	153	Europe/Madrid	42.17954	-4.96983		Boadilla de Rioseco,Boadilla de Ríoseco		55	P	34035	
3127958	Boadilla del Monte	boadilla-del-monte	ES	28660	43414	Europe/Madrid	40.405	-3.87835		Boadil'ja-del'-Monte,Boadilla del Monte,bo a di li ya de er meng te,bwadyla dyl mwnty,Боадилья-дель-Монте,Боаділья-дель-Монте,בואדייה דל מונטה,بواديلا ديل مونتي,博阿迪利亚德尔蒙特	28022	29	M	28022	
3127959	Boadilla del Camino	boadilla-del-camino	ES	34468	160	Europe/Madrid	42.25934	-4.34525		Boadilla del Camino	34034	55	P	34034	
3127960	Boadilla	boadilla	ES	37208	0	Europe/Madrid	40.79659	-6.22074		Boadilla		55	SA	37135	
3127961	Boada de Villadiego	boada-de-villadiego	ES	09125	0	Europe/Madrid	42.57261	-3.96627		Boada de Villadiego		55	BU	09427	
3127962	Boada de Roa	boada-de-roa	ES	09314	0	Europe/Madrid	41.73079	-3.97408		Boada de Roa,Bohada de Roa		55	BU	09256	
3127963	Boada de Campos	boada-de-campos	ES	34305	22	Europe/Madrid	41.98957	-4.8773		Boada de Campos	34033	55	P	34033	
3127964	Boada	boada	ES	25736	359	Europe/Madrid	40.81569	-6.30611		Boada,bo a da,Боада,博阿达	37052	55	SA	37052	
3127966	Blocona	blocona	ES	42248	0	Europe/Madrid	41.22956	-2.44775		Blocona		55	SO	42113	
3127967	Bliecos	bliecos	ES	42128	42	Europe/Madrid	41.5279	-2.27135		Bliecos	42037	55	SO	42037	
3127968	Blesa	blesa	ES	44790	144	Europe/Madrid	41.0515	-0.885		Blesa	44043	52	TE	44043	
3127970	Blecua	blecua	ES	22133	0	Europe/Madrid	42.05733	-0.18771		Blecua		52	HU	22064	
3127972	Blascosancho	blascosancho	ES	05290	134	Europe/Madrid	40.87744	-4.63743			05035	55	AV	05035	
3127973	Blasconuño de Matacabras	blasconuno-de-matacabras	ES	05299	17	Europe/Madrid	41.12367	-4.98983		Blascomuno de Matacabras,Blascomuño de Matacabras,Blasconuno de Matacabras,Blasconuño de Matacabras		55	AV	05034	
3127974	Blascomillán	blascomillan	ES	05146	257	Europe/Madrid	40.80146	-5.08703		Blascomillan,Blascomillán	05033	55	AV	05033	
3127975	Blascojimeno	blascojimeno	ES	05147	0	Europe/Madrid	40.70485	-5.1082		Blascojimeno		55	AV	05080	
3127976	Blascoeles	blascoeles	ES	05193	0	Europe/Madrid	40.75364	-4.49683		Blascoeles		55	AV	05902	
3127978	Blanes	blanes	ES	17300	40047	Europe/Madrid	41.67419	2.79036		Blanes,Бланес	17023	56	GI	17023	
3127983	Blancas	blancas	ES	44314	165	Europe/Madrid	40.81392	-1.48208		Blancas	44042	52	TE	44042	
3127990	Blacos	blacos	ES	42193	57	Europe/Madrid	41.6809	-2.85826		Blacos	42036	55	SO	42036	
3127991	Blacha	blacha	ES	05540	0	Europe/Madrid	40.56256	-4.9833		Blacha		55	AV	05247	
3127994	Biville	biville	ES	27612	13	Europe/Madrid	42.76667	-7.5		Bibille,Biville		58	LU	27057	
3127995	Biurrun	biurrun	ES	31398	0	Europe/Madrid	42.69234	-1.67893				32	NA	31056	
3127998	Bítem	bitem	ES	43510	0	Europe/Madrid	40.85096	0.53224				56	T	43155	
3128000	Bisjueces	bisjueces	ES	09554	0	Europe/Madrid	42.89433	-3.56956		Bisjueces		55	BU	09903	
3128001	Bisimbre	bisimbre	ES	50561	115	Europe/Madrid	41.85607	-1.44268		Bisimbre	50052	52	Z	50052	
3128003	Biscarrués	biscarrues	ES	22807	233	Europe/Madrid	42.22867	-0.74967		Biscarrues,Biscarrués	22063	52	HU	22063	
3128004	Biscarri	biscarri	ES	25657	0	Europe/Madrid	42.10596	1.09924		Biscarri		56	L	25115	
3128005	la Bisbal del Penedès	la-bisbal-del-penedes	ES	43717	0	Europe/Madrid	41.28333	1.48333		Bisbal del Panades,Bisbal del Panadés,la Bisbal del Penedes,la Bisbal del Penedès	43028	56	T	43028	
3128006	la Bisbal de Falset	la-bisbal-de-falset	ES	43372	240	Europe/Madrid	41.26667	0.71667		Bisbal de Falset,La Bisbal de Falset,la Bisbal de Falset		56	T	43027	43060
3128008	Bisaurri	bisaurri	ES	22470	259	Europe/Madrid	42.49677	0.50647		Bisagorri,Bisaurri,Bissauerri,Bissaürri	22062	52	HU	22062	
3128009	Biota	biota	ES	50695	1158	Europe/Madrid	42.26214	-1.18735		Biota,bi ao ta,bywta,Биота,Біота,Բիոտա,بيوتا,比奥塔	50051	52	Z	50051	
3128010	Biosca	biosca	ES	25752	236	Europe/Madrid	41.84186	1.35889		Biosca		56	L	25223	
3128011	Biobra	biobra	ES	32311	0	Europe/Madrid	42.48083	-6.86199		San Miguel		58	OR	32073	
3128012	Binué	binue	ES	22620	0	Europe/Madrid	42.50824	-0.45181				52	HU	22130	
3128014	Biniés	binies	ES	22773	0	Europe/Madrid	42.62234	-0.81831				52	HU	22076	
3128015	Binéfar	binefar	ES	22500	8890	Europe/Madrid	41.85141	0.29433		Binefar,Binèfar,Binéfar	22061	52	HU	22061	
3128016	Binacua	binacua	ES	22791	0	Europe/Madrid	42.54657	-0.69883				52	HU	22209	
3128017	Binaced	binaced	ES	22510	1607	Europe/Madrid	41.82564	0.20084		Binaced,Binazed	22060	52	HU	22060	
3128020	Bimeda	bimeda	ES	33818	0	Europe/Madrid	43.09284	-6.53022		Bimeda		34	O	33011	
3128021	Billela	billela	ES	48100	0	Europe/Madrid	43.37074	-2.85656		Billela		59	BI	48069	
3128026	Bilbao	bilbao	ES	48001	354860	Europe/Madrid	43.26271	-2.92528		BIO,Bil'baa,Bil'bao,Bilbao,Bilbau,Bilbaum,Bilbaw,Bilbo,Bilbo / Bilbao,Bilmpao,El Bocho,bi er ba e,bil ba xo,bilba'o,bilbao,birubao,blbaw,bylbaw,bylbayw,Μπιλμπάο,Билбао,Бильбао,Більбаа,Більбао,Բիլբաո,בילבאו,بلباو,بیلبائو,بیلباو,बिल्बाओ,บิลบาโอ,ბილბაო,ビルバオ,毕尔巴鄂,빌바오	BI	59	BI	48020	
3128027	Bijuesca	bijuesca	ES	50316	99	Europe/Madrid	41.54083	-1.92039		Bijuesca	50050	52	Z	50050	
3128028	Bigüézal	biguezal	ES	31454	0	Europe/Madrid	42.68523	-1.1506		Biguezal,Bigüézal		32	NA	31209	
3128032	Biescas	biescas	ES	22630	0	Europe/Madrid	43.46647	-6.35058				34	O	33034	
3128033	Biescas	biescas	ES	22630	0	Europe/Madrid	43.21401	-6.49669				34	O	33011	
3128034	Biescas	biescas	ES	22630	0	Europe/Madrid	42.62897	-0.32135		B'eskas,Beskas,Biescas,bi si ka si,bieseukaseu,Бьескас,Бєскас,毕斯卡斯,비에스카스	22059	52	HU	22059	
3128035	Biescas	biescas	ES	22630	0	Europe/Madrid	42.41763	0.42241				52	HU	22243	
3128037	Bierge	bierge	ES	22144	247	Europe/Madrid	42.16216	-0.08326	602	Biarche,Bierge	22058	52	HU	22058	
3128038	Bierces	bierces	ES	33539	0	Europe/Madrid	43.33386	-5.40708				34	O	33049	
3128039	Bielsa	bielsa	ES	22350	462	Europe/Madrid	42.63347	0.21858		Bielsa	22057	52	HU	22057	
3128041	Biel	biel	ES	50619	215	Europe/Madrid	42.38763	-0.94154		B'el',Bel',Biel,bie er,byyl,Бьель,Бєль,بييل,别尔	50901	52	Z	50901	
3128046	Bibioj	bibioj	ES	12124	0	Europe/Madrid	40.2006	-0.38816		Bibioj,Caserio Bibioj,Caserío Bibíoj		60	CS	12130	
3128047	Bíbiles	bibiles	ES	22486	0	Europe/Madrid	42.4402	0.67315		Bibiles,Bíbiles		52	HU	22067	
3128049	Biáñez	bianez	ES	48890	0	Europe/Madrid	43.24141	-3.34611		Bianez,Biáñez		59	BI	48022	
3128051	Bezas	bezas	ES	44121	78	Europe/Madrid	40.33076	-1.32511		Bezas	44041	52	TE	44041	
3128052	Bezares	bezares	ES	09614	0	Europe/Madrid	42.37036	-2.67076		Bezares	26030	27	LO	26030	
3128053	Bezares	bezares	ES	09614	0	Europe/Madrid	42.12975	-3.1475		Bezares		55	BU	09414	
3128054	Bezanes	bezanes	ES	33996	0	Europe/Madrid	43.15102	-5.29123		Bezane,Bezanes		34	O	33015	
3128055	Bezana	bezana	ES	09572	0	Europe/Madrid	42.95857	-3.83639		Bezana		55	BU	09413	
3128057	Beveraso	beveraso	ES	33888	0	Europe/Madrid	43.27824	-6.79833		Berveraso,Beveraso		34	O	33001	
3128059	Beuda	beuda	ES	17850	77	Europe/Madrid	42.23722	2.70942			17021	56	GI	17021	
3128060	Betren	betren	ES	25539	0	Europe/Madrid	42.69748	0.8096				56	L	25243	
3128062	Betorz	betorz	ES	22148	0	Europe/Madrid	42.2597	0.02454		Betorz		52	HU	22051	
3128063	Betoño	betono	ES	01013	0	Europe/Madrid	42.86267	-2.65514		Betono,Betonu,Betoño,Betoñu		59	VI	01059	
3128064	Betolaza	betolaza	ES	01510	0	Europe/Madrid	42.93902	-2.66479		Betolatza,Betolaza		59	VI	01008	
3128065	Betlán	betlan	ES	25537	0	Europe/Madrid	42.72817	0.78749		Betlan,Betlán		56	L	25243	
3128066	Beteta	beteta	ES	16870	402	Europe/Madrid	40.57191	-2.07588		Beteta	16035	54	CU	16035	
3128068	Betelu	betelu	ES	31890	338	Europe/Madrid	43.02555	-1.98029			31055	32	NA	31055	
3128071	Betanzos	betanzos	ES	15300	13680	Europe/Madrid	43.28042	-8.21467		Betanzos	15009	58	C	15009	
3128072	Betán	betan	ES	32704	17	Europe/Madrid	42.25	-7.7		Betan,Betán		58	OR	32007	
3128073	Besullo	besullo	ES	33815	0	Europe/Madrid	43.18615	-6.63369		Besullo		34	O	33011	
3128075	Bestué	bestue	ES	22362	0	Europe/Madrid	42.56119	0.10935		Bestue,Bestué		52	HU	22189	
3128077	Bestar	bestar	ES	27379	0	Europe/Madrid	43.18333	-7.55		Bestar,Santa Maria,Santa María		58	LU	27015	
3128078	Bespén	bespen	ES	22133	0	Europe/Madrid	42.05811	-0.15382		Bespen,Bespén		52	HU	22027	
3128079	Besoy	besoy	ES	39582	0	Europe/Madrid	43.13004	-4.72024		Besoy		39	S	39015	
3128085	Besiáns	besians	ES	22460	0	Europe/Madrid	42.28211	0.35433		Besians,Besiáns		52	HU	22177	
3128088	Bescós de Garcipollera	bescos-de-garcipollera	ES	22710	0	Europe/Madrid	42.62667	-0.50378		Bescos de Garcipollera,Bescós de Garcipollera		52	HU	22130	
3128090	Bescanó	bescano	ES	17162	3767	Europe/Madrid	41.96603	2.73922		Bescano,Bescanó	17020	56	GI	17020	
3128093	Besapié	besapie	ES	33878	0	Europe/Madrid	43.33408	-6.6437		Besapie,Besapié		34	O	33073	
3128095	Besande	besande	ES	24885	0	Europe/Madrid	42.89697	-4.88669		Besande		55	LE	24020	
3128096	Besalú	besalu	ES	17850	2213	Europe/Madrid	42.19893	2.69953		Besalu,Besalú,Бесалу	17019	56	GI	17019	
3128097	Berzosilla	berzosilla	ES	39250	62	Europe/Madrid	42.78053	-4.03753		Berzosilla	34032	55	P	34032	
3128098	Berzosa de los Hidalgos	berzosa-de-los-hidalgos	ES	34485	0	Europe/Madrid	42.67229	-4.44941		Berzosa de los Hidalgos		55	P	34107	
3128100	Berzosa de Bureba	berzosa-de-bureba	ES	09245	46	Europe/Madrid	42.62678	-3.26652		Berzosa de Bureba	09052	55	BU	09052	
3128101	Berzosa	berzosa	ES	42351	0	Europe/Madrid	41.65962	-3.16084		Berzosa		55	SO	42043	
3128102	Berzana	berzana	ES	33876	0	Europe/Madrid	43.31231	-6.40503				34	O	33073	
3128104	Beruete	beruete	ES	31866	0	Europe/Madrid	43.02624	-1.82639				32	NA	31049	
3128107	Berselos	berselos	ES	27686	0	Europe/Madrid	42.84744	-7.28599		Berselos		58	LU	27901	
3128108	Berrueño	berrueno	ES	33111	0	Europe/Madrid	43.1517	-6.08289		Berrueno,Berrueño		34	O	33072	
3128109	Berrueces	berrueces	ES	47813	102	Europe/Madrid	41.94606	-5.09693		Berrueces	47019	55	VA	47019	
3128118	Berroeta	berroeta	ES	31796	122	Europe/Madrid	43.10469	-1.58991		Berroeta		32	NA	31050	
3128121	Berrocalejo de Aragona	berrocalejo-de-aragona	ES	05194	50	Europe/Madrid	40.69436	-4.59474		Berrocalejo de Aragona	05030	55	AV	05030	
3128122	Berrocal de Salvatierra	berrocal-de-salvatierra	ES	37795	120	Europe/Madrid	40.63331	-5.69005		Berrocal de Salvatierra	37051	55	SA	37051	
3128124	Berrocal de Huebra	berrocal-de-huebra	ES	37609	105	Europe/Madrid	40.71864	-6.00054		Berrocal de Huebra	37050	55	SA	37050	
3128125	Berrocal	berrocal	ES	21647	0	Europe/Madrid	41.07277	-3.96945		Berrocal		55	SG	40208	
3128127	Berrobi	berrobi	ES	20493	575	Europe/Madrid	43.14518	-2.02623		Berrobi	20023	59	SS	20023	
3128128	Berrizáun	berrizaun	ES	31790	0	Europe/Madrid	43.22966	-1.67605		Berrizaun,Berrizáun		32	NA	31259	
3128129	Berriz	berriz	ES	48240	4496	Europe/Madrid	43.16667	-2.56667		Berriz,Bérriz	48019	59	BI	48019	
3128136	Berriatua	berriatua	ES	48710	1123	Europe/Madrid	43.31667	-2.46667		Berriatua,Berriatúa	48018	59	BI	48018	
3128140	Berreño	berreno	ES	48381	0	Europe/Madrid	43.27418	-2.61162		Berreno,Berreño		59	BI	48007	
3128146	Berrande	berrande	ES	32617	0	Europe/Madrid	41.91705	-7.21965		Berrande		58	OR	32091	
3128149	Berodia	berodia	ES	33555	0	Europe/Madrid	43.31094	-4.88128				34	O	33008	
3128150	Bernúy-Zapardiel	bernuy-zapardiel	ES	05211	187	Europe/Madrid	40.9757	-4.94468		Bernuy-Zapardiel,Bernúy-Zapardiel		55	AV	05029	
3128151	Bernúy-Salinero	bernuy-salinero	ES	05195	0	Europe/Madrid	40.6677	-4.59669		Bernuy-Salinero,Bernúy-Salinero		55	AV	05019	
3128152	Bernúy de Porreros	bernuy-de-porreros	ES	40190	422	Europe/Madrid	40.99842	-4.11804		Bernuy de Porreros,Bernúy de Porreros		55	SG	40031	
3128153	Bernúy de Coca	bernuy-de-coca	ES	40460	0	Europe/Madrid	41.17777	-4.60613		Bernuy de Coca,Bernúy de Coca		55	SG	40189	
3128154	Bernúy	bernuy	ES	45693	0	Europe/Madrid	42.44794	1.08333				56	L	25209	
3128155	Bernués	bernues	ES	22711	0	Europe/Madrid	42.47995	-0.58571				52	HU	22130	
3128156	Bernueces	bernueces	ES	33394	0	Europe/Madrid	43.51129	-5.6323		Bernueces,San Pedro de Bernueces		34	O	33024	
3128158	Berninches	berninches	ES	19133	122	Europe/Madrid	40.57106	-2.80121		Berninches	19051	54	GU	19051	
3128162	Bernedo	bernedo	ES	01118	534	Europe/Madrid	42.62663	-2.49784		Bernedo		59	VI	01016	
3128163	Bernardos	bernardos	ES	40430	658	Europe/Madrid	41.12787	-4.35119		Bernardos	40030	55	SG	40030	
3128164	Bernales	bernales	ES	39849	0	Europe/Madrid	43.33631	-3.4083		Bernales		39	S	39002	
3128165	Bernales	bernales	ES	39849	0	Europe/Madrid	43.19855	-3.3439		Bernales		59	BI	48022	
3128166	Bernagoitia	bernagoitia	ES	48340	0	Europe/Madrid	43.18169	-2.69154		Bernagoilia,Bernagoilía,Bernagoitia		59	BI	48003	
3128169	Bermún	bermun	ES	27513	0	Europe/Madrid	42.58333	-7.88333				58	PO	36047	
3128170	Bermillo de Sayago	bermillo-de-sayago	ES	49200	1308	Europe/Madrid	41.36648	-6.11223		Bermiellu de Seyagu,Bermil'jo-de-Sajago,Bermil'o-de-Sajjago,Bermillo de Sayago,bei er mi e de sai a ge,Бермильо-де-Сайяго,Бермільйо-де-Саяго,贝尔米略德赛阿戈	49023	55	ZA	49023	
3128171	Bermillo de Alba	bermillo-de-alba	ES	49168	0	Europe/Madrid	41.61958	-6.08763		Bermillo de Alba		55	ZA	49071	
3128172	Bermiego	bermiego	ES	33118	0	Europe/Madrid	43.20044	-5.97922		Bermiego		34	O	33053	
3128174	Bermeo	bermeo	ES	48370	16937	Europe/Madrid	43.42088	-2.72152		Bermeo,Bermeu,Bermeum,Bermio,bei er mei ao,berumeo,byrmyw,Бермео,بيرميو,ベルメオ,贝尔梅奥	48017	59	BI	48017	
3128176	Bermellar	bermellar	ES	37291	190	Europe/Madrid	40.99918	-6.67014		Bermellar	37049	55	SA	37049	
3128179	Berlangas de Roa	berlangas-de-roa	ES	09316	219	Europe/Madrid	41.68913	-3.87284		Berlangas de Roa	09051	55	BU	09051	
3128180	Berlanga del Bierzo	berlanga-del-bierzo	ES	24438	412	Europe/Madrid	42.73104	-6.60565		Berlanga del Bierzo	24019	55	LE	24019	
3128181	Berlanga de Duero	berlanga-de-duero	ES	42360	1091	Europe/Madrid	41.4656	-2.86147		Berlanga,Berlanga de Duero,Berlanga del Duero,Berlanga-de-Duehro,Berlanga-de-Duero,bei er lan jia de du ai luo,Берланга-де-Дуеро,Берланга-де-Дуэро,贝尔兰加德杜埃罗	42035	55	SO	42035	
3128184	Beriáin	beriain	ES	31191	3156	Europe/Madrid	42.73347	-1.64448		Beriain,Beriáin	31905	32	NA	31905	
3128185	Berguño	berguno	ES	33813	0	Europe/Madrid	43.11724	-6.57081		Berguno,Berguño		34	O	33011	
3128186	Bergonda / Bergüenda	berguenda	ES	01423	0	Europe/Madrid	42.77775	-3.04577		Bergonda,Bergueenda,Bergüenda		59	VI	01902	
3128188	Bergua	bergua	ES	22373	0	Europe/Madrid	42.53373	-0.17023		Bergua		52	HU	22069	
3128190	Bergondo	bergondo	ES	15165	6446	Europe/Madrid	43.31667	-8.23333		Bergondo,San Salvador	15008	58	C	15008	
3128191	Berge	berge	ES	44556	247	Europe/Madrid	40.85791	-0.42709		Berge	44040	52	TE	44040	
3128192	Bergazo	bergazo	ES	27163	60	Europe/Madrid	42.95	-7.38333		Bergazo		58	LU	27014	
3128193	Bergasillas Bajera	bergasillas-bajera	ES	26588	31	Europe/Madrid	42.24462	-2.1583		Bergasilla Bajera,Bergasillas Bajera	26029	27	LO	26029	
3128194	Bergasa	bergasa	ES	26588	150	Europe/Madrid	42.25285	-2.13221		Bergasa	26028	27	LO	26028	
3128195	Berganzo	berganzo	ES	01212	0	Europe/Madrid	42.64991	-2.78185		Bergantzu,Berganzo		59	VI	01062	
3128199	Berganciano	berganciano	ES	37159	0	Europe/Madrid	41.14654	-6.231		Berganciano		55	SA	37370	
3128201	Berga	berga	ES	08600	17160	Europe/Madrid	42.10429	1.84628		Berga		56	B	08022	
3128204	Berdún	berdun	ES	22770	398	Europe/Madrid	42.60415	-0.85882				52	HU	22076	
3128207	Berducedo	berducedo	ES	33887	0	Europe/Madrid	43.23286	-6.76991		Berducedo		34	O	33001	
3128213	Berdejo	berdejo	ES	50316	68	Europe/Madrid	41.56133	-1.94431		Berdejo	50047	52	Z	50047	
3128215	Berció	bercio	ES	33119	0	Europe/Madrid	43.3646	-5.98055				34	O	33026	
3128218	Bercimuel	bercimuel	ES	40550	85	Europe/Madrid	41.39925	-3.57051			40029	55	SG	40029	
3128219	Bercianos de Vidriales	bercianos-de-vidriales	ES	49618	0	Europe/Madrid	42.0743	-5.96334				55	ZA	49206	
3128220	Bercianos de Valverde	bercianos-de-valverde	ES	49333	0	Europe/Madrid	41.93159	-5.95111		Bercianos de Valverde		55	ZA	49167	
3128221	Bercianos del Real Camino	bercianos-del-real-camino	ES	24325	205	Europe/Madrid	42.38732	-5.14462		Bercianos del Real Camino	24018	55	LE	24018	
3128222	Bercianos del Páramo	bercianos-del-paramo	ES	24252	742	Europe/Madrid	42.38017	-5.70834		Bercianos	24017	55	LE	24017	
3128223	Bercianos de Aliste	bercianos-de-aliste	ES	49592	0	Europe/Madrid	41.78734	-6.22982		Bercianos de Aliste		55	ZA	49208	
3128225	Bercial de Zapardiel	bercial-de-zapardiel	ES	05229	278	Europe/Madrid	41.04675	-4.9691		Bercial de Zapardiel	05026	55	AV	05026	
3128226	Bercial	bercial	ES	40144	116	Europe/Madrid	40.90711	-4.43638		Bercial	40028	55	SG	40028	
3128227	Berceruelo	berceruelo	ES	47115	41	Europe/Madrid	41.58033	-5.03267		Berceruelo	47018	55	VA	47018	
3128228	Bercero	bercero	ES	47115	243	Europe/Madrid	41.56397	-5.0558		Bercero	47017	55	VA	47017	
3128229	Berceo	berceo	ES	26327	0	Europe/Madrid	42.33906	-2.85239		Berceo	26027	27	LO	26027	
3128230	Bercedo	bercedo	ES	09569	0	Europe/Madrid	43.08481	-3.45168				55	BU	09214	
3128231	Bercedo	bercedo	ES	09569	0	Europe/Madrid	42.86667	-4.1919		Bercedo		39	S	39092	
3128234	Berbinzana	berbinzana	ES	31252	726	Europe/Madrid	42.52779	-1.83419		Berbinzana	31053	32	NA	31053	
3128236	Berbes	berbes	ES	33346	0	Europe/Madrid	43.4726	-5.15353				34	O	33056	
3128237	Berberana	berberana	ES	09511	80	Europe/Madrid	42.91784	-3.06063		Berberana	09050	55	BU	09050	
3128239	Berbeguera	berbeguera	ES	33717	0	Europe/Madrid	43.43537	-6.72312		Berbeguera		34	O	33077	
3128240	Berbegal	berbegal	ES	22131	456	Europe/Madrid	41.95959	-0.00326		Barbegal,Berbedel,Berbegal	22055	52	HU	22055	
3128241	Berbedel	berbedel	ES	50294	0	Europe/Madrid	41.56095	-1.30932		Berbedel,Berdedel		52	Z	50146	
3128243	Beratón	beraton	ES	42107	47	Europe/Madrid	41.71749	-1.81092		Beraton,Beratón,bei la tong,Бератон,贝拉通	42034	55	SO	42034	
3128247	Berantevilla	berantevilla	ES	01211	454	Europe/Madrid	42.68254	-2.85832		Berantevilla,Beranturi	01014	59	VI	01014	
3128248	Berango	berango	ES	48640	6064	Europe/Madrid	43.365	-2.99601		Berango	48016	59	BI	48016	
3128249	Beranga	beranga	ES	39730	0	Europe/Madrid	43.41418	-3.57847		Beranga,Beronga		39	S	39031	
3128251	Berán	beran	ES	32425	200	Europe/Madrid	42.35	-8.13333		Beran,Berán,San Verisimo,San Verísimo		58	OR	32040	
3128252	Beramendi	beramendi	ES	31869	0	Europe/Madrid	42.98023	-1.8233				32	NA	31049	
3128253	Bekea	bekea	ES	48960	0	Europe/Madrid	43.23333	-2.81667		Bekea,Bequea		59	BI	48036	
3128255	Beortegui	beortegui	ES	31483	0	Europe/Madrid	42.80302	-1.43517				32	NA	31156	
3128256	Beorburu	beorburu	ES	31193	0	Europe/Madrid	42.91539	-1.73249				32	NA	31136	
3128259	Benuza	benuza	ES	24389	719	Europe/Madrid	42.39941	-6.70969		Benuza	24016	55	LE	24016	
3128260	Bentué de Rasal	bentue-de-rasal	ES	22150	0	Europe/Madrid	42.33555	-0.5172		Bentue de Rasal,Bentué de Rasal		52	HU	22037	
3128261	Bentué de Nocito	bentue-de-nocito	ES	22150	0	Europe/Madrid	42.32515	-0.21705		Bentue de Nocito,Bentué de Nocito		52	HU	22199	
3128262	Bentretea	bentretea	ES	09593	0	Europe/Madrid	42.72521	-3.45796		Bentretea		55	BU	09238	
3128265	Benquerencia	benquerencia	ES	10185	0	Europe/Madrid	43.55	-7.2		Benquerencia,San Pedro		58	LU	27005	
3128266	Benos	benos	ES	25551	0	Europe/Madrid	42.73964	0.7282		Benos		56	L	25243	
3128267	Benlloch	benlloch	ES	12181	841	Europe/Madrid	40.21075	0.02717		Bell-lloc del Pla,Benlloch,Benltoch,Bennloch	12029	60	CS	12029	
3128268	Benllera	benllera	ES	24123	0	Europe/Madrid	42.77102	-5.75704		Benllera		55	LE	24040	
3128270	Benissanet	benissanet	ES	43747	0	Europe/Madrid	41.05	0.63333		Benisanet,Benissanet		56	T	43067	
3128271	Benifallet	benifallet	ES	43512	804	Europe/Madrid	40.97422	0.51767		Benifallet	43025	56	T	43025	
3128272	Benicàssim	benicassim	ES	12560	18098	Europe/Madrid	40.05	0.06667		Benicasim,Benicassim,Benicàssim,Benicásim,bnw qasm,بنو قاسم		60	CS	12028	
3128273	Benicarló	benicarlo	ES	12580	26655	Europe/Madrid	40.4165	0.42709		Benicarlo,Benicarló,Benikarlo,Беникарло	12027	60	CS	12027	
3128274	Benia	benia	ES	33556	0	Europe/Madrid	43.33617	-4.96728		Benia de Onis,Benia de Onís		34	O	33043	
3128276	Bengoetxea	bengoetxea	ES	48419	0	Europe/Madrid	43.11667	-2.9		Bengoechea,Bengoetxea		59	BI	48075	
3128279	Benés	benes	ES	25555	0	Europe/Madrid	42.40536	0.86205		Benes,Benés		56	L	25173	
3128281	Benegiles	benegiles	ES	49123	399	Europe/Madrid	41.627	-5.63479		Benegiles	49022	55	ZA	49022	
3128282	Bendones	bendones	ES	33195	0	Europe/Madrid	43.33653	-5.80637		Bendones		34	O	33044	
3128283	Bendón	bendon	ES	33888	5	Europe/Madrid	43.28333	-6.75		Bendon,Bendón		34	O	33001	
3128287	Bendilló	bendillo	ES	27329	0	Europe/Madrid	42.43695	-7.20753		Bendillo,Bendilló		58	LU	27050	
3128288	Bendía	bendia	ES	27289	0	Europe/Madrid	43.16667	-7.46667		Bendia,Bendía,San Andres,San Andrés		58	LU	27010	
3128289	Benazolve	benazolve	ES	24233	0	Europe/Madrid	42.40523	-5.58286		Benazolve		55	LE	24006	
3128291	Benavente	benavente	ES	06519	19119	Europe/Madrid	42.00249	-5.67826		Benavente	49021	55	ZA	49021	
3128292	Benavent de Segrià	benavent-de-segria	ES	25132	0	Europe/Madrid	41.69615	0.63365		Benavent de Lerida,Benavent de Lérida,Benavent de Segria,Benavent de Segrià		56	L	25120	
3128296	Benasque	benasque	ES	22440	2231	Europe/Madrid	42.60528	0.52305		Benas,Benasc,Benaske,Benasque,Benasque-Benas,Benasque-Benás,Benás,Venasque,bei na si ke,Μπενάσκε,Бенаске,贝纳斯克	22054	52	HU	22054	
3128298	Benamira	benamira	ES	42230	0	Europe/Madrid	41.09315	-2.42299		Benamira		55	SO	42113	
3128299	Benamariel	benamariel	ES	24233	0	Europe/Madrid	42.36351	-5.5661		Benamariel		55	LE	24212	
3128300	Benamarías	benamarias	ES	24396	0	Europe/Madrid	42.54413	-6.09082		Benamarias,Benamarías		55	LE	24093	
3128301	Benafigos	benafigos	ES	12134	180	Europe/Madrid	40.27641	-0.20772		Benafigos	12025	60	CS	12025	
3128302	Benafarces	benafarces	ES	47880	123	Europe/Madrid	41.62133	-5.29285		Benafarces	47016	55	VA	47016	
3128306	Bembibre	bembibre	ES	15873	0	Europe/Madrid	43.02487	-8.66358		Bembibre		58	C	15088	
3128307	Bembibre	bembibre	ES	15873	0	Europe/Madrid	42.72343	-7.75978		San Pedro		58	LU	27060	
3128308	Bembibre	bembibre	ES	15873	10071	Europe/Madrid	42.61771	-6.41545		Bembibire,Bembibre,Bembibro,Bembribe,ben wei fu lei,benbibure,Бембибре,Бембібре,ベンビブレ,本维夫雷	24014	55	LE	24014	
3128309	Bembibre	bembibre	ES	15873	0	Europe/Madrid	42.13851	-7.13911		Bembibre,San Andres de Bembibre,San Andrés de Bembibre		58	OR	32086	
3128311	Belvis de Jarama	belvis-de-jarama	ES	28862	0	Europe/Madrid	40.56076	-3.54763		Belvis,Belvis de Jarama,Caserio Belvis,Caserío Belvis		29	M	28104	
3128312	Belver de los Montes	belver-de-los-montes	ES	49830	423	Europe/Madrid	41.72284	-5.45182		Belver de los Montes	49020	55	ZA	49020	
3128313	Belver de Cinca	belver-de-cinca	ES	22533	1381	Europe/Madrid	41.69272	0.17827		Bellver de Cinca	22052	52	HU	22052	
3128314	Beluntza	beluntza	ES	01449	0	Europe/Madrid	42.95937	-2.89129		Beluntza,Belunza		59	VI	01054	
3128315	Beltejar	beltejar	ES	42248	0	Europe/Madrid	41.22349	-2.4649		Beltejar		55	SO	42113	
3128316	Belsué	belsue	ES	22150	0	Europe/Madrid	42.31438	-0.38012		Belsue,Belsué		52	HU	22163	
3128317	Belsierre	belsierre	ES	22363	0	Europe/Madrid	42.51248	0.13287				52	HU	22189	
3128320	Belorado	belorado	ES	09250	2104	Europe/Madrid	42.42048	-3.19133		Belfuratus,Belorado,Bilforato,bei luo la duo,bylwradw,Белорадо,بيلورادو,贝洛拉多	09048	55	BU	09048	
3128321	Beloño	belono	ES	33393	0	Europe/Madrid	43.49286	-5.74207		Belono,Beloño		34	O	33024	
3128322	Beloncio	beloncio	ES	33538	0	Europe/Madrid	43.33333	-5.38333		Beloncio		34	O	33049	
3128323	Belmonte de Tajo	belmonte-de-tajo	ES	28390	1199	Europe/Madrid	40.13162	-3.3358		Belmonte de Tajo	28019	29	M	28019	
3128325	Belmonte de Campos	belmonte-de-campos	ES	34304	33	Europe/Madrid	41.94255	-4.98659		Belmonte de Campos	34031	55	P	34031	
3128327	Belmonte	belmonte	ES	16640	0	Europe/Madrid	43.44021	-4.98007				34	O	33036	
3128328	Belmonte	belmonte	ES	16640	2011	Europe/Madrid	43.28245	-6.21818		Miranda		34	O	33005	
3128329	Belmonte	belmonte	ES	16640	0	Europe/Madrid	43.10744	-4.4453		Belmonte		39	S	39053	
3128331	Bellvís	bellvis	ES	25142	2263	Europe/Madrid	41.67269	0.81768		Bellvis,Bellvís	25052	56	L	25052	
3128332	Bellvei	bellvei	ES	25211	0	Europe/Madrid	41.23333	1.58333		Bellvei,Bellvey		56	T	43037	
3128333	Bellver de Cerdanya	bellver-de-cerdanya	ES	25720	1809	Europe/Madrid	42.36667	1.78333	1025			56	L	25051	
3128334	Bellveí	bellvei	ES	25211	0	Europe/Madrid	41.75	1.3				56	L	25907	
3128335	Belltall	belltall	ES	43413	0	Europe/Madrid	41.5	1.18333		Belltall		56	T	43101	43101
3128336	Bellpuig	bellpuig	ES	25250	4269	Europe/Madrid	41.62595	1.01144		Bellpuig,Belpuig	25050	56	L	25050	
3128337	Bellprat	bellprat	ES	43421	89	Europe/Madrid	41.51695	1.43333		Bellprat	08021	56	B	08021	
3128339	Bello	bello	ES	44232	0	Europe/Madrid	43.32019	-6.23649				34	O	33005	
3128340	Bello	bello	ES	44232	0	Europe/Madrid	43.14053	-5.61093		Bello		34	O	33002	
3128341	Bello	bello	ES	44232	346	Europe/Madrid	40.92266	-1.4985		Bello	44039	52	TE	44039	
3128343	Bellmunt d'Urgell	bellmunt-d-urgell	ES	25336	0	Europe/Madrid	41.58333	1.4		Bellmunt,Bellmunt d'Urgell		56	T	43139	
3128345	Bell-lloc d'Urgell	bell-lloc-d-urgell	ES	25220	0	Europe/Madrid	41.63333	0.78333		Bell Loch,Belloch		56	L	25004	
3128348	Bellcaire d'Urgell	bellcaire-d-urgell	ES	25337	1218	Europe/Madrid	41.75	0.91667		Bellcaire d'Urgell		56	L	25164	
3128349	Bellcaire d'Empordà	bellcaire-d-emporda	ES	17141	0	Europe/Madrid	42.08012	3.09493		Bellcaire,Bellcaire d'Emporda,Bellcaire d'Empordà		56	GI	17018	
3128350	Bellavista	bellavista	ES	07609	0	Europe/Madrid	41.26103	1.27605				56	T	43098	
3128351	Belinchón	belinchon	ES	16470	356	Europe/Madrid	40.04603	-3.05517		Belinchon,Belinchón	16032	54	CU	16032	
3128352	Belianes	belianes	ES	25266	608	Europe/Madrid	41.56025	1.01602		Belianes		56	L	25902	
3128355	Belesar	belesar	ES	32950	0	Europe/Madrid	43.27958	-7.74933		Belesar,San Martin,San Martín		58	LU	27065	
3128356	Belesar	belesar	ES	32950	0	Europe/Madrid	42.59126	-7.72386				58	LU	27058	
3128357	Belesar	belesar	ES	32950	0	Europe/Madrid	42.1	-8.81667		Belesar,San Lorenzo		58	PO	36003	
3128358	Belerda	belerda	ES	18515	0	Europe/Madrid	43.16094	-5.31485		Belerda		34	O	33015	
3128359	Beleño	beleno	ES	33557	0	Europe/Madrid	43.19068	-5.16387		Beleno,Beleño		34	O	33050	
3128360	Beleña de Sorbe	belena-de-sorbe	ES	19237	0	Europe/Madrid	40.92325	-3.18598		Belena,Belena de Sorbe,Beleña,Beleña de Sorbe		54	GU	19092	
3128361	Beleña	belena	ES	37789	177	Europe/Madrid	40.75067	-5.62713		Belena,Beleña	37047	55	SA	37047	
3128364	Beldredo	beldredo	ES	33327	0	Europe/Madrid	43.47578	-5.31532				34	O	33019	
3128365	Belchite	belchite	ES	50130	1568	Europe/Madrid	41.306	-0.754		Bel'chite,Belchit,Belchite,Belgit,bei er qi te,byltshyty,Бельчите,بيلتشيتي,贝尔奇特		52	Z	50045	
3128366	Belbimbre	belbimbre	ES	09226	80	Europe/Madrid	42.16873	-4.0128		Belbimbre	09047	55	BU	09047	
3128369	Belascoáin	belascoain	ES	31174	122	Europe/Madrid	42.75619	-1.83227		Belascoain,Belascoáin	31052	32	NA	31052	
3128372	Belante	belante	ES	27612	0	Europe/Madrid	42.78333	-7.5		Belante		58	LU	27057	
3128374	Belandia	belandia	ES	48460	0	Europe/Madrid	43.03088	-3.04596				59	BI	48074	
3128377	Bel	bel	ES	12512	0	Europe/Madrid	40.62391	0.16342		Bel		60	CS	12096	
3128378	Bejes	bejes	ES	39580	0	Europe/Madrid	43.24312	-4.64636		Beges,Bejes		39	S	39022	
3128382	Béjar	bejar	ES	37700	15007	Europe/Madrid	40.38641	-5.76341		Bejar,Bekhar,Bexa,Béjar,bei ha er,Бехар,贝哈尔	37046	55	SA	37046	
3128384	Beizama	beizama	ES	20739	165	Europe/Madrid	43.13385	-2.20001		Beizama	20020	59	SS	20020	
3128388	Beire	beire	ES	31393	319	Europe/Madrid	42.45415	-1.62101		Beire	31051	32	NA	31051	
3128389	Labaien	labaien	ES	31753	0	Europe/Madrid	43.08333	-1.75		Beintza-Labaien,Beinza-Labayen,Labaien,Labayen		32	NA	31137	
3128391	Beifar	beifar	ES	33129	0	Europe/Madrid	43.47682	-6.08935		Beifar		34	O	33051	
3128392	Beiciella	beiciella	ES	33155	45	Europe/Madrid	43.55	-6.21667		Beiciella		34	O	33021	
3128394	Begonte	begonte	ES	27373	3675	Europe/Madrid	43.15121	-7.68643		Begonte,San Pedro	27007	58	LU	27007	
3128397	Begega	begega	ES	33836	0	Europe/Madrid	43.29146	-6.29901		Begega		34	O	33005	
3128398	Begues	begues	ES	08859	5538	Europe/Madrid	41.33333	1.93333		Begas,Begues	08020	56	B	08020	
3128399	Bedures	bedures	ES	33877	11	Europe/Madrid	43.38333	-6.35		Bedures		34	O	33073	
3128401	Bedriñana	bedrinana	ES	33315	0	Europe/Madrid	43.5	-5.43333		Bedrinana,Bedriñana,San Andres,San Andrés		34	O	33076	
3128402	Bedoña	bedona	ES	20500	0	Europe/Madrid	43.04533	-2.48329		Bedona,Bedoña		59	SS	20055	
3128404	Bedón	bedon	ES	09568	0	Europe/Madrid	43.01582	-3.54755				55	BU	09215	
3128405	Bedicó	bedico	ES	39311	0	Europe/Madrid	43.3239	-4.09124		Bedico,Bedicó		39	S	39018	
3128407	Bedaroa	bedaroa	ES	48287	0	Europe/Madrid	43.37773	-2.57089		Bedaroa,Bedarona		59	BI	48028	
3128408	Becín	becin	ES	27305	0	Europe/Madrid	43.15904	-7.85445		Becin,Becín		58	LU	27022	
3128409	Becilla de Valderaduey	becilla-de-valderaduey	ES	47670	359	Europe/Madrid	42.09905	-5.21805		Becilla de Valderaduey	47015	55	VA	47015	
3128410	Bezi	bezi	ES	48870	0	Europe/Madrid	43.23333	-3.18333		Beci,Bezi		59	BI	48086	
3128412	Becharro	becharro	ES	33768	39	Europe/Madrid	43.53333	-6.98333		Becharro		34	O	33017	
3128414	Becerril del Carpio	becerril-del-carpio	ES	34487	0	Europe/Madrid	42.71199	-4.30191		Becerril,Becerril del Carpio		55	P	34005	
3128415	Becerril de la Sierra	becerril-de-la-sierra	ES	28490	4610	Europe/Madrid	40.71699	-3.98858		Becerril de la Sierra	28018	29	M	28018	
3128416	Becerril de Campos	becerril-de-campos	ES	34310	1021	Europe/Madrid	42.10841	-4.64152		Becerril,Becerril de Campos,Beseril de Kampos,Beserril'-de-Kampos,bei sai li er de kan bo si,bsryl d kamps,Бесерриль-де-Кампос,Бесерріль-де-Кампос,Բեսեռիլ դե Կամպոս,بسریل د کامپس,贝塞里尔德坎波斯	34029	55	P	34029	
3128417	Becerril	becerril	ES	37148	0	Europe/Madrid	41.2897	-3.36461		Becerril		55	SG	40170	
3128418	Becerril	becerril	ES	37148	0	Europe/Madrid	41.03385	-6.26677		Becerril		55	SA	37126	
3128420	Becerrales	becerrales	ES	33816	0	Europe/Madrid	43.21973	-6.41998		Becerrales		34	O	33011	
3128422	Beceña	becena	ES	33556	0	Europe/Madrid	43.35533	-5.01234				34	O	33012	
3128426	Becedillas	becedillas	ES	05153	156	Europe/Madrid	40.53821	-5.32561		Becedillas	05025	55	AV	05025	
3128428	Becedas	becedas	ES	05610	338	Europe/Madrid	40.40369	-5.63577		Becedas	05024	55	AV	05024	
3128430	Beberino	beberino	ES	24608	0	Europe/Madrid	42.86538	-5.68062		Beberino		55	LE	24114	
3128432	Bebares	bebares	ES	33876	0	Europe/Madrid	43.28968	-6.34353		Bebares		34	O	33073	
3128436	Beasain	beasain	ES	20200	13557	Europe/Madrid	43.05017	-2.20087		Beasain,Beasáin	20019	59	SS	20019	
3128437	Beartzun	beartzun	ES	31700	0	Europe/Madrid	43.11667	-1.46667				32	NA	31050	
3128438	Beáriz	beariz	ES	32525	0	Europe/Madrid	42.46866	-8.27328		Beariz,Beáriz,Santa Maria,Santa María		58	OR	32011	
3128439	Beariz	beariz	ES	32525	0	Europe/Madrid	42.36667	-8.06667		Beariz,San Martin,San Martín		58	OR	32074	
3128440	Bearín	bearin	ES	31179	0	Europe/Madrid	42.69203	-2.02784		Bearin		32	NA	31260	
3128441	Beares	beares	ES	39587	0	Europe/Madrid	43.15696	-4.66974		Beares		39	S	39015	
3128443	Beamud	beamud	ES	16152	94	Europe/Madrid	40.18645	-1.8288		Beamud	16031	54	CU	16031	
3128447	Bea	bea	ES	44492	39	Europe/Madrid	41.03633	-1.14725		Bea	44036	52	TE	44036	
3128455	Bayubas de Arriba	bayubas-de-arriba	ES	42366	69	Europe/Madrid	41.5575	-2.88731		Bajubas-de-Arriba,Bayubas de Arriba,bai wu wa si de ya li wa,Баюбас-де-Арриба,Баюбас-де-Арріба,拜乌瓦斯德亚里瓦	42033	55	SO	42033	
3128942	Balmonte	balmonte	ES	27259	0	Europe/Madrid	43.44385	-6.9418		Balmonte		34	O	33017	
3128456	Bayubas de Abajo	bayubas-de-abajo	ES	42366	237	Europe/Madrid	41.52747	-2.89586		Bajubas-de-Abakho,Bayubas de Abajo,bai wu wa si de ya wa huo,Баюбас-де-Абахо,拜乌瓦斯德亚瓦霍	42032	55	SO	42032	
3128460	Bayones	bayones	ES	33317	0	Europe/Madrid	43.4675	-5.37309				34	O	33076	
3128464	Baio Grande	baio-grande	ES	15150	0	Europe/Madrid	43.14803	-8.96124				58	C	15093	
3128470	Bayas	bayas	ES	09218	0	Europe/Madrid	43.57655	-6.02449		Bayas,San Felix,San Félix		34	O	33016	
3128471	Bayas	bayas	ES	09218	0	Europe/Madrid	42.68422	-2.92233		Bayas		55	BU	09219	
3128473	Bausén	bausen	ES	25549	51	Europe/Madrid	42.83454	0.71687		Bausen,Bausén		56	L	25045	
3128474	Baúro	bauro	ES	33425	0	Europe/Madrid	43.44759	-5.8854		Bauro,Baúro		34	O	33035	
3128476	Batribán	batriban	ES	33776	0	Europe/Madrid	43.31547	-7.04592		Batriban,Batribán		34	O	33075	
3128477	Batres	batres	ES	28976	1398	Europe/Madrid	40.20981	-3.92331		Batres	28017	29	M	28017	
3128478	Batiao	batiao	ES	33393	0	Europe/Madrid	43.48519	-5.77293		Batiao		34	O	33024	
3128480	Baterna	baterna	ES	05130	0	Europe/Madrid	40.55385	-4.93405		Baterna		55	AV	05238	
3128482	Batea	batea	ES	43786	2086	Europe/Madrid	41.09434	0.311		Batea	43022	56	T	43022	
3128493	Bastida	bastida	ES	01330	0	Europe/Madrid	43.13333	-7.08333				58	LU	27018	
3128499	Basozabal	basozabal	ES	48100	0	Europe/Madrid	43.34025	-2.84343				59	BI	48069	
3128500	Basozabal	basozabal	ES	48100	0	Europe/Madrid	43.2972	-2.92743				59	BI	48904	
3128505	Bassella	bassella	ES	25289	0	Europe/Madrid	42.01667	1.3		Bassella		56	L	25044	
3128506	Baselgas	baselgas	ES	33825	0	Europe/Madrid	43.30967	-6.06522		Baselgas		34	O	33026	
3128507	Basetxeta	basetxeta	ES	48314	0	Europe/Madrid	43.36806	-2.63895		Basechetas,Basetxeta		59	BI	48041	
3128508	Basetxeta-Atxoste	basetxeta-atxoste	ES	48313	0	Europe/Madrid	43.36667	-2.61667				59	BI	48028	
3128509	Bascuñuelos	bascunuelos	ES	09213	0	Europe/Madrid	42.81151	-3.33436		Bascunuelos,Bascuñuelos		55	BU	09412	
3128510	Bascuñana de San Pedro	bascunana-de-san-pedro	ES	16191	36	Europe/Madrid	40.21322	-2.22812		Bascunana,Bascunana de San Pedro,Bascuñana,Bascuñana de San Pedro	16030	54	CU	16030	
3128512	Bascuñana	bascunana	ES	09259	61	Europe/Madrid	42.42548	-3.08231		Bascunana,Bascuñana	09046	55	BU	09046	
3128513	Bascuas	bascuas	ES	27146	0	Europe/Madrid	43.01908	-7.44496		Bascuas		58	LU	27028	
3128514	Bascuas	bascuas	ES	27146	0	Europe/Madrid	42.77953	-8.29459		Santa Marina		58	PO	36052	
3128516	Bascós	bascos	ES	27412	0	Europe/Madrid	42.53333	-7.45		Bascos,Bascós,San Martin,San Martín		58	LU	27031	
3128518	Báscones de Zamanzas	bascones-de-zamanzas	ES	09146	0	Europe/Madrid	42.86932	-3.7823		Bascones de Lamanzas,Bascones de Zamanzas,Báscones de Lamanzas,Báscones de Zamanzas		55	BU	09416	
3128519	Báscones de Valdivia	bascones-de-valdivia	ES	34813	0	Europe/Madrid	42.76614	-4.18489		Bascones de Valdivia,Báscones de Valdivia		55	P	34135	
3128520	Báscones de Ojeda	bascones-de-ojeda	ES	34406	196	Europe/Madrid	42.67064	-4.52693		Bascones de Ojeda,Báscones de Ojeda	34028	55	P	34028	
3128521	Báscones de Ebro	bascones-de-ebro	ES	39250	0	Europe/Madrid	42.79786	-4.0112		Bascones de Ebro,Báscones de Ebro		55	P	34032	
3128522	Báscones	bascones	ES	33825	0	Europe/Madrid	43.36026	-5.99999				34	O	33026	
3128587	Barrio de Muñó	barrio-de-muno	ES	09226	32	Europe/Madrid	42.17584	-4.00715		Barrio de Muno,Barrio de Muñó	09041	55	BU	09041	
3128523	Basconcillos del Tozo	basconcillos-del-tozo	ES	09126	361	Europe/Madrid	42.70236	-3.98937		Basconcillos,Basconcillos del Tozo,Baskonsil'jos-del'-Toso,Baskonsil'os-del'-Toso,ba si kong xi e si de er tuo suo,baskwnsaylws dyl twzw,Басконсильос-дель-Тосо,Басконсільйос-дель-Тосо,باسكونسايلوس ديل توزو,巴斯孔西略斯德尔托索	09045	55	BU	09045	
3128525	Bascois	bascois	ES	32336	0	Europe/Madrid	42.37355	-6.88533		Bascois		58	OR	32017	
3128526	Bàscara	bascara	ES	17483	894	Europe/Madrid	42.15998	2.91028		Bascara,Bàscara,Báscara	17016	56	GI	17016	
3128529	Basardilla	basardilla	ES	40180	176	Europe/Madrid	41.02737	-4.02598		Basardilla	40026	55	SG	40026	
3128531	Basalgo	basalgo	ES	20570	0	Europe/Madrid	43.14252	-2.43182		Basalgo		59	SS	20074	
3128533	Basabe	basabe	ES	01427	0	Europe/Madrid	42.89373	-3.1445		Basabe		59	VI	01055	
3128535	Sant Esteve d'en Bas	sant-esteve-d-en-bas	ES	17176	1451	Europe/Madrid	42.11809	2.45682		Bas,Sant Esteve d'en Bas		56	GI	17207	
3128537	Barzanallana	barzanallana	ES	33873	0	Europe/Madrid	43.40899	-6.59285		Barzanallana		34	O	33073	
3128544	Barués	barues	ES	50596	0	Europe/Madrid	42.43116	-1.21281		Barues,Barués		52	Z	50248	
3128545	Barruera	barruera	ES	25527	707	Europe/Madrid	42.50463	0.80056		Barruera		56	L	25245	
3128546	Barruelo de Santullán	barruelo-de-santullan	ES	34820	1574	Europe/Madrid	42.90641	-4.28593		Barruehlo-de-Santul'jan,Barruelo,Barruelo de Santullan,Barruelo de Santullán,Barruelo-de-Santul'jan,ba lu ai luo de sang tu liang,Барруело-де-Сантульян,Барруэло-де-Сантульян,巴鲁埃洛德桑图良	34027	55	P	34027	
3128551	Barruecopardo	barruecopardo	ES	37255	519	Europe/Madrid	41.07215	-6.66423		Barruecopardo,Barruecupardu,Barruehkopardo,Barruekopardo,ba lu ai ke pa er duo,Барруекопардо,Барруэкопардо,巴鲁埃科帕尔多	37044	55	SA	37044	
3128553	Barrosas	barrosas	ES	24521	0	Europe/Madrid	42.6056	-7.02945				55	LE	24011	
3128557	Barros	barros	ES	33930	0	Europe/Madrid	43.31968	-5.70669				34	O	33031	
3128558	Barros	barros	ES	33930	0	Europe/Madrid	43.27915	-4.07733		Barros		39	S	39025	
3128559	Barrón	barron	ES	01428	0	Europe/Madrid	42.84617	-2.99258		Barboa,Barron,Barrón		59	VI	01046	
3128560	Barromán	barroman	ES	05229	221	Europe/Madrid	41.06536	-4.93066		Barroman,Barromán	05023	55	AV	05023	
3128567	Barriosuso	barriosuso	ES	09553	0	Europe/Madrid	42.98707	-3.51614				55	BU	09903	
3128568	Barriosuso	barriosuso	ES	09553	0	Europe/Madrid	42.64473	-4.62973		Barriosuso		55	P	34037	
3128569	Barriosuso	barriosuso	ES	09553	0	Europe/Madrid	41.95792	-3.48535				55	BU	09356	
3128570	Barrios de Villadiego	barrios-de-villadiego	ES	09124	0	Europe/Madrid	42.58639	-4.0272		Barrios de Villadiego		55	BU	09427	
3128571	Barrios de la Vega	barrios-de-la-vega	ES	34111	0	Europe/Madrid	42.55067	-4.78635		Barrios de la Vega		55	P	34218	
3128572	Barrios de Colina	barrios-de-colina	ES	09199	75	Europe/Madrid	42.39595	-3.46001			09044	55	BU	09044	
3128574	Barriopedro	barriopedro	ES	19490	33	Europe/Madrid	40.79026	-2.75246		Barriopedro	19050	54	GU	19050	
3128575	Barrio-Panizares	barrio-panizares	ES	09126	0	Europe/Madrid	42.71696	-3.96142		Barrio-Panizares,Barrios-Panizares		55	BU	09045	
3128579	Barrionuevo	barrionuevo	ES	33794	0	Europe/Madrid	40.46701	-5.333				55	AV	05186	
3128580	Barriomartín	barriomartin	ES	42169	0	Europe/Madrid	41.99728	-2.49342		Barriomartin,Barriomartín		55	SO	42141	
3128582	Barrio de Santa María	barrio-de-santa-maria	ES	34810	0	Europe/Madrid	42.81248	-4.37998		Barrio de Santa Maria,Barrio de Santa María		55	P	34004	
3128583	Barrio de San Pedro	barrio-de-san-pedro	ES	34810	0	Europe/Madrid	42.80391	-4.37196		Barrio de San Pedro		55	P	34004	
3128585	Barrio de Rábano	barrio-de-rabano	ES	49358	0	Europe/Madrid	42.1496	-6.62008		Barrio de Rabano,Barrio de Rábano		55	ZA	49189	
3128586	Barrio de Nuestra Señora	barrio-de-nuestra-senora	ES	24150	0	Europe/Madrid	42.70843	-5.37803		Barrio de Nuestra Senora,Barrio de Nuestra Señora		55	LE	24151	
3128588	Barrio de Lomba	barrio-de-lomba	ES	49396	0	Europe/Madrid	42.07504	-6.66999				55	ZA	49050	
3128590	Barrio de las Ollas	barrio-de-las-ollas	ES	24852	0	Europe/Madrid	42.86538	-5.33481		Barrio de las Ollas		55	LE	24021	
3128592	Barrio de la Puente	barrio-de-la-puente	ES	24133	0	Europe/Madrid	42.78942	-6.15998		Barrio de la Puente		55	LE	24101	
3128597	Barrio de Díaz Ruiz	barrio-de-diaz-ruiz	ES	09249	0	Europe/Madrid	42.64823	-3.35845		Barrio de Diaz Ruiz,Barrio de Díaz Ruiz		55	BU	09043	
3128598	Barrio de Bricia	barrio-de-bricia	ES	09572	0	Europe/Madrid	42.90744	-3.84801		Barrio de Bricia		55	BU	09011	
3128606	Gorrebusto / Barriobusto	barriobusto	ES	01322	0	Europe/Madrid	42.568	-2.43181		Barriobusto,Gorrebusto		59	VI	01043	
3128607	Barrio	barrio	ES	01423	0	Europe/Madrid	43.11655	-6.0997		Barrio		34	O	33072	
3128608	Barrio	barrio	ES	01423	0	Europe/Madrid	43.07305	-4.67741				39	S	39096	
3128609	Barrio	barrio	ES	01423	0	Europe/Madrid	43.00812	-4.23079				39	S	39032	
3128610	Barrio	barrio	ES	01423	0	Europe/Madrid	42.80845	-3.089		Barrio		59	VI	01055	
3128611	Barrio	barrio	ES	01423	0	Europe/Madrid	42.44829	-6.88225				58	OR	32073	
3128612	Barrillos de las Arrimadas	barrillos-de-las-arrimadas	ES	24877	0	Europe/Madrid	42.81103	-5.28434		Barrillos de las Arrimadas		55	LE	24068	
3128615	Barrientos	barrientos	ES	24394	0	Europe/Madrid	42.41288	-5.97321		Barrientos		55	LE	24182	
3128617	Barres	barres	ES	33794	0	Europe/Madrid	43.53703	-7.0031		Barres		34	O	33017	
3128619	Barreras	barreras	ES	37256	0	Europe/Madrid	41.02627	-6.58965		Barreras		55	SA	37367	
3128639	Barrasa	barrasa	ES	09587	0	Europe/Madrid	43.10355	-3.32165				55	BU	09410	
3128644	Barranca de Paramíos	barranca-de-paramios	ES	33776	0	Europe/Madrid	43.39348	-7.00402		Barranca,Barranca de Paramios,Barranca de Paramíos		34	O	33074	
3128651	Barrado	barrado	ES	10696	515	Europe/Madrid	40.08477	-5.88068		Barrado	10025	57	CC	10025	
3128654	Barrachina	barrachina	ES	44220	170	Europe/Madrid	40.89688	-1.13858		Barrachina	44035	52	TE	44035	
3128656	Barracas	barracas	ES	12420	183	Europe/Madrid	40.01667	-0.68333		Barracas,Barraques	12020	60	CS	12020	
3128661	Barquilla	barquilla	ES	37488	0	Europe/Madrid	40.69194	-6.73018		Barquilla		55	SA	37359	
3128664	Barós	baros	ES	22712	0	Europe/Madrid	42.54714	-0.527				52	HU	22130	
3128665	Gualter	gualter	ES	25747	274	Europe/Madrid	41.93182	1.19489		la Baronia de Rialb		56	L	25115	
3128666	Baroncelle	baroncelle	ES	27845	0	Europe/Madrid	43.31667	-7.51667		Baroncelle,Santiago		58	LU	27001	
3128668	Baroja	baroja	ES	01211	0	Europe/Madrid	42.66527	-2.69165		Baroja,Barola		59	VI	01044	
3128669	Baró	baro	ES	09510	0	Europe/Madrid	43.15324	-4.68211		Baro,Baró		39	S	39015	
3128670	Baró	baro	ES	09510	0	Europe/Madrid	42.99001	-3.19015		Baro,Baró		55	BU	09908	
3128671	Barniedo de la Reina	barniedo-de-la-reina	ES	24913	0	Europe/Madrid	42.9931	-4.89128		Barniedo de la Reina		55	LE	24020	
3128672	Barluenga	barluenga	ES	22192	0	Europe/Madrid	42.20023	-0.33944		Barluenga		52	HU	22150	
3128675	Barjas	barjas	ES	24521	355	Europe/Madrid	42.61182	-6.97979		Barjas	24011	55	LE	24011	
3128676	Barjas	barjas	ES	24521	0	Europe/Madrid	42.52564	-7.18005				58	LU	27050	
3128678	Barxa de Lor	barxa-de-lor	ES	27338	0	Europe/Madrid	42.51667	-7.33333		Santa Marina		58	LU	27050	
3128679	Barjacoba	barjacoba	ES	49582	0	Europe/Madrid	42.11815	-6.957		Barjacoba		55	ZA	49154	
3128686	Barizo	barizo	ES	15113	0	Europe/Madrid	43.31667	-8.86667		Barizo,San Pedro		58	C	15043	
3128687	Bariones de la Vega	bariones-de-la-vega	ES	24239	0	Europe/Madrid	42.0929	-5.59738		Bariones,Bariones de la Vega		55	ZA	49113	
3128688	Baríndano	barindano	ES	31272	0	Europe/Madrid	42.76578	-2.13061		Barindano,Baríndano		32	NA	31013	
3128689	Barinaga	barinaga	ES	48278	0	Europe/Madrid	43.23714	-2.49323		Barinaga		59	BI	48060	
3128690	Barillas	barillas	ES	31523	212	Europe/Madrid	41.96667	-1.63333		Barillas	31048	32	NA	31048	
3128691	Bargota	bargota	ES	31229	377	Europe/Madrid	42.55982	-2.31067		Bargota	31047	32	NA	31047	
3128693	Bargelas	bargelas	ES	24526	0	Europe/Madrid	42.67813	-7.00775		Bargelas		55	LE	24198	
3128694	Barganiza	barganiza	ES	33192	0	Europe/Madrid	43.4401	-5.74629		Barganiza		34	O	33066	
3128695	Bargaedo	bargaedo	ES	33535	0	Europe/Madrid	43.37724	-5.39593		Bargaedo		34	O	33049	
3128696	Bareyo	bareyo	ES	39170	1893	Europe/Madrid	43.46686	-3.60083		Bareyo	39011	39	S	39011	
3128698	Bares	bares	ES	15337	0	Europe/Madrid	43.77159	-7.68485		Santa Maria,Santa María		58	C	15044	
3128705	Bardauri	bardauri	ES	09219	0	Europe/Madrid	42.67026	-2.95072		Bardauri		55	BU	09219	
3128711	Bardallur	bardallur	ES	50296	270	Europe/Madrid	41.68423	-1.21183		Bardallur	50044	52	Z	50044	
3128714	Barcones	barcones	ES	42368	41	Europe/Madrid	41.29146	-2.8163		Barcones	42031	55	SO	42031	
3128716	Barcina de los Montes	barcina-de-los-montes	ES	09593	0	Europe/Madrid	42.71306	-3.32234		Barcina de los Montes		55	BU	09238	
3128717	Barcina del Barco	barcina-del-barco	ES	09212	0	Europe/Madrid	42.77759	-3.22013		Barcina del Barco		55	BU	09412	
3128720	Barcial del Barco	barcial-del-barco	ES	49760	305	Europe/Madrid	41.93353	-5.66268		Barcial del Barco	49019	55	ZA	49019	
3128721	Barcial de la Loma	barcial-de-la-loma	ES	47674	152	Europe/Madrid	41.95139	-5.28353		Barcial de la Loma	47013	55	VA	47013	
3128729	Barceo	barceo	ES	37217	53	Europe/Madrid	41.06108	-6.45175		Barceo	37042	55	SA	37042	
3128738	Bárcena de Pienza	barcena-de-pienza	ES	09514	0	Europe/Madrid	43.00678	-3.49348				55	BU	09214	
3128797	Barbaruéns	barbaruens	ES	22464	0	Europe/Madrid	42.50245	0.3958		Barbaruens,Barbaruéns		52	HU	22215	
3128799	Barbarín	barbarin	ES	31243	92	Europe/Madrid	42.60197	-2.10203		Barbarin,Barbarín		32	NA	31046	
3128741	Bárcena del Monasterio	barcena-del-monasterio	ES	33874	0	Europe/Madrid	43.36429	-6.51854		Barcena del Monasterio,Bárcena del Monasterio		34	O	33073	
3128742	Bárcena de la Abadía	barcena-de-la-abadia	ES	24429	0	Europe/Madrid	42.7888	-6.63142		Barcena de la Abadia,Bárcena de la Abadía		55	LE	24070	
3128743	Bárcena de Ebro	barcena-de-ebro	ES	39419	0	Europe/Madrid	42.85243	-4.03748		Barcena de Ebro,Bárcena de Ebro		39	S	39094	
3128744	Bárcena de Cudón	barcena-de-cudon	ES	39318	0	Europe/Madrid	43.41085	-3.99643		Barcena de Cudon,Bárcena de Cudón		39	S	39044	
3128745	Bárcena de Cicero	barcena-de-cicero	ES	39790	3003	Europe/Madrid	43.4216	-3.5103		Barcena,Barcena de Cicero,Barsena-de-Sisero,Bárcena,Bárcena de Cicero,ba er sai na de xi sai luo,barsyna dy saysyrw,Барсена-де-Сисеро,Барсена-де-Сісеро,بارسينا دي سايسيرو,巴尔塞纳德西塞罗	39009	39	S	39009	
3128746	Bárcena de Carriedo	barcena-de-carriedo	ES	39649	0	Europe/Madrid	43.24361	-3.82805		Barcena de Carriedo,Bárcena de Carriedo		39	S	39098	
3128747	Bárcena de Campos	barcena-de-campos	ES	34477	59	Europe/Madrid	42.48428	-4.49875		Barcena de Campos,Bárcena de Campos	34025	55	P	34025	
3128749	Barcenaciones	barcenaciones	ES	39590	0	Europe/Madrid	43.34724	-4.1451		Barcenaciones		39	S	39060	
3128760	Barcelona	barcelona	ES	08001	1621537	Europe/Madrid	41.38879	2.15899	15	BCN,Barcellona,Barcellonn-a,Barcelona,Barcelone,Barcelono,Barceluna,Barcelůna,Barcełona,Barcillona,Barcino,Barkelone,Barseloana,Barselon,Barselona,Barselonae,Barselono,Barseluna,Barseluona,Barselóna,Barslon-a,Barsélona,Bartzellona,Bartzelona,Barzelona,Barçellonn-a,Barċellona,Lungsod ng Barcelona,ba sa long na,ba sai luo na,baleusellona,balsaleana,bar se lon a,barasilona,barselona,barsilona,barslwn,barslwna,barsylwna,barsێlۆna,baruserona,brshlwnt,brshlwnہ,brzlwnh,la Ciudad Condal,parcelona,Βαρκελώνη,Барселон,Барселонæ,Барселона,Барселоно,Բարսելոնա,בארצעלאנע,ברצלונה,بارسلون,بارسلونا,بارسیلونا,بارسێلۆنا,برشلونة,برشلونہ,बार्सिलोना,बार्सेलोना,বার্সেলোনা,ਬਾਰਸੀਲੋਨਾ,பார்செலோனா,ബാഴ്സലോണ,บาร์เซโลนา,ບາກເຊໂລນ,བྷར་སེ་ལོ་ནཱ།,ဘာစီလိုနာမြို့,ბარსელონა,ባርሴሎና,バルセロナ,巴塞罗那,巴薩隆拿,바르셀로나	56	56	B	08019	
3128762	Barcellina	barcellina	ES	33700	0	Europe/Madrid	43.53996	-6.51193		Barcellina		34	O	33034	
3128763	Barcela	barcela	ES	27113	3	Europe/Madrid	43.13333	-6.88333		Barcela,San Miguel		58	LU	27035	
3128764	Barcela	barcela	ES	27113	0	Europe/Madrid	43.04547	-7.06373		Barcela		58	LU	27018	
3128765	Barcela	barcela	ES	27113	0	Europe/Madrid	42.1	-8.33333		Barcela,San Juan		58	PO	36001	
3128766	Barceino	barceino	ES	37217	0	Europe/Madrid	41.07926	-6.46244		Barceino		55	SA	37042	
3128767	Barcebalejo	barcebalejo	ES	42318	0	Europe/Madrid	41.62694	-3.05167		Barcebalejo		55	SO	42043	
3128768	Barcebal	barcebal	ES	42318	0	Europe/Madrid	41.64287	-3.00717		Barcebal		55	SO	42043	
3128774	Bárcabo	barcabo	ES	22148	100	Europe/Madrid	42.24219	0.06934		Barcabo,Bárcabo	22051	52	HU	22051	
3128776	Barca	barca	ES	42210	0	Europe/Madrid	43.38495	-6.15428		Barca,Santiago		34	O	33059	
3128777	Barca	barca	ES	42210	115	Europe/Madrid	41.4549	-2.62217		Barca,Barka,ba er ka,baleuka,Барка,巴尔卡,바르카	42030	55	SO	42030	
3128778	Barbuñales	barbunales	ES	22132	117	Europe/Madrid	42.02563	-0.08659		Barbunales,Barbuñales	22050	52	HU	22050	
3128779	Barbués	barbues	ES	22255	105	Europe/Madrid	41.98085	-0.41949		Barbues,Barbués	22049	52	HU	22049	
3128783	Barbolla	barbolla	ES	40530	247	Europe/Madrid	41.32567	-3.67361		Barbolla,Barboya	40025	55	SG	40025	
3128784	Bárboles	barboles	ES	50297	312	Europe/Madrid	41.70898	-1.18594		Barboles,Bárboles	50043	52	Z	50043	
3128786	Barbenuta	barbenuta	ES	22637	0	Europe/Madrid	42.59745	-0.29594				52	HU	22059	
3128787	Barbens	barbens	ES	25262	834	Europe/Madrid	41.6784	1.01731				56	L	25041	
3128794	Barbatona	barbatona	ES	19262	0	Europe/Madrid	41.06003	-2.57819		Barbatona		54	GU	19257	
3128795	Barbastro	barbastro	ES	22300	16924	Europe/Madrid	42.03565	0.12686		Balbastro,Barbastras,Barbastre,Barbastro,Barmpastro,ba er wa si te luo,barubasutoro,brbshtr,Μπαρμπάστρο,Барбастро,بربشتر,バルバストロ,巴尔瓦斯特罗	22048	52	HU	22048	
3128801	Barberà de la Conca	barbera-de-la-conca	ES	43422	0	Europe/Madrid	41.4	1.23333				56	T	43021	
3128807	Barbalos	barbalos	ES	37607	100	Europe/Madrid	40.67678	-5.94258		Barbalos	37041	55	SA	37041	
3128811	Barbadillo del Pez	barbadillo-del-pez	ES	09614	99	Europe/Madrid	42.11879	-3.22803		Barbadillo del Pez	09039	55	BU	09039	
3128812	Barbadillo del Mercado	barbadillo-del-mercado	ES	09613	166	Europe/Madrid	42.03858	-3.35669		Barbadillo del Mercado	09038	55	BU	09038	
3128813	Barbadillo de Herreros	barbadillo-de-herreros	ES	09615	151	Europe/Madrid	42.14974	-3.17702		Barbadillo,Barbadillo de Herreros	09037	55	BU	09037	
3128814	Barbadillo	barbadillo	ES	37440	497	Europe/Madrid	40.92983	-5.88016	234	Barbadillo		55	SA	37087	
3128815	Barbadelo	barbadelo	ES	27616	0	Europe/Madrid	42.76667	-7.45		Barbadelo,Santiago		58	LU	27057	
3128819	Barásoain	barasoain	ES	31395	572	Europe/Madrid	42.60339	-1.64658		Barasoain,Barasoajn,ba la suo a yin,Барасоайн,Բարասոաին,巴拉索阿因	31045	32	NA	31045	
3128820	Barantes	barantes	ES	27421	0	Europe/Madrid	42.42105	-7.58142		San Xoan		58	LU	27059	
3128822	Barandón	barandon	ES	33718	0	Europe/Madrid	43.34089	-6.75538		Barandon,Barandón		34	O	33077	
3128823	Baranda	baranda	ES	39795	0	Europe/Madrid	43.0226	-3.50807				55	BU	09214	
3128825	Barán	baran	ES	27612	0	Europe/Madrid	42.75851	-7.53215		Baran,Barán		58	LU	27042	
3128826	Baranbio	baranbio	ES	01450	0	Europe/Madrid	43.04896	-2.92086				59	VI	01002	
3128829	Barajuen	barajuen	ES	01169	0	Europe/Madrid	43.04705	-2.55875		Barajuen		59	VI	01003	
3128831	Barajas de Melo	barajas-de-melo	ES	16460	805	Europe/Madrid	40.1234	-2.91675		Barajas de Melo	16027	54	CU	16027	
3128833	Barajas	barajas	ES	05635	0	Europe/Madrid	40.36352	-5.14454		Barajas		55	AV	05165	
3128835	Baráibar	baraibar	ES	31879	0	Europe/Madrid	42.98996	-1.92329				32	NA	31144	
3128836	Barahona de Fresno	barahona-de-fresno	ES	40517	0	Europe/Madrid	41.35356	-3.56961		Barahona,Barahona de Fresno,Barahona del Fresno		55	SG	40170	
3128837	Barahona	barahona	ES	42213	0	Europe/Madrid	41.29493	-2.65637		Barahona		55	SO	42029	
3128838	Baraguás	baraguas	ES	22714	0	Europe/Madrid	42.57912	-0.487				52	HU	22130	
3128839	Bárago	barago	ES	39575	0	Europe/Madrid	43.07094	-4.61605		Barago,Bárago		39	S	39096	
3128840	Baradal	baradal	ES	33879	0	Europe/Madrid	43.3244	-6.36332				34	O	33073	
3128843	Bara	bara	ES	22150	0	Europe/Madrid	42.33081	-0.12637		Bara		52	HU	22199	
3128845	Baquerín de Campos	baquerin-de-campos	ES	34305	23	Europe/Madrid	42.016	-4.78185		Baquerin de Campos,Baquerín de Campos	34024	55	P	34024	
3128846	Baquedano	baquedano	ES	31272	0	Europe/Madrid	42.78381	-2.11982		Baquedano		32	NA	31013	
3128848	Baos	baos	ES	33155	0	Europe/Madrid	43.5	-6.26667				34	O	33021	
3128849	Baos	baos	ES	33155	0	Europe/Madrid	43.18333	-7.16667				58	LU	27053	
3128850	Baos	baos	ES	33155	0	Europe/Madrid	43	-9		Baos,Santo Tome,Santo Tomé		58	C	15034	
3128852	Baones	baones	ES	33391	0	Europe/Madrid	43.51091	-5.64921		Baones		34	O	33024	
3128856	Banuncias	banuncias	ES	24251	0	Europe/Madrid	42.47292	-5.63633				55	LE	24065	
3128858	Bañugues	banugues	ES	33448	0	Europe/Madrid	43.63333	-5.81667		Banuegues,Banugues,Bañuegues,Bañugues,San Martin,San Martín		34	O	33025	
3128860	Bañuelos de Bureba	banuelos-de-bureba	ES	09248	41	Europe/Madrid	42.50258	-3.27957		Banuelos de Bureba,Bañuelos de Bureba	09036	55	BU	09036	
3128865	Bañuelos	banuelos	ES	19276	20	Europe/Madrid	41.28601	-2.91477		Banuelos,Bañuelos	19049	54	GU	19049	
3128868	Baños de Valdearados	banos-de-valdearados	ES	09450	413	Europe/Madrid	41.7701	-3.55589		Banos de Valdearados,Baños de Valdearados	09035	55	BU	09035	
3128869	Baños de Tajo	banos-de-tajo	ES	19390	30	Europe/Madrid	40.71667	-1.96667		Banos de Tajo,Baños de Tajo	19048	54	GU	19048	
3128870	Baños de Río Tobía	banos-de-rio-tobia	ES	26320	1698	Europe/Madrid	42.33533	-2.76099		Banos de Rio Tobia,Baños de Río Tobía	26026	27	LO	26026	
3128871	Baños de Rioja	banos-de-rioja	ES	26241	93	Europe/Madrid	42.5123	-2.94635		Ban'jos-de-Riokha,Ban'os-de-Riokha,Banios de Rioxa,Banos de Rioja,Baños de Rioja,ba ni ao si de li ao ha,Баньйос-де-Ріоха,Баньос-де-Риоха,Բանիոս դե Ռիոխա,巴尼奥斯德里奥哈	26025	27	LO	26025	
3128874	Baños de Montemayor	banos-de-montemayor	ES	10750	643	Europe/Madrid	40.31671	-5.86009			10024	57	CC	10024	
3128875	Baños de Molgas	banos-de-molgas	ES	32701	1992	Europe/Madrid	42.24148	-7.67223			32007	58	OR	32007	
3128876	Baños de la Peña	banos-de-la-pena	ES	34878	26	Europe/Madrid	42.72646	-4.64998		Banos de la Pena,Baños de la Peña		55	P	34151	
3128877	Mañueta / Baños de Ebro	banos-de-ebro	ES	01307	330	Europe/Madrid	42.52997	-2.67924		Banos de Ebro,Baños de Ebro,Manueta,Manueta / Banos de Ebro,Mañueta,Mañueta / Baños de Ebro		59	VI	01011	
3128965	Balde	balde	ES	32433	0	Europe/Madrid	42.36409	-8.20408		San Martin,San Martín		58	OR	32018	
3128878	Baños de Cerrato	banos-de-cerrato	ES	34200	0	Europe/Madrid	41.92084	-4.476		Banos,Banos de Cerrato,Baños,Baños de Cerrato		55	P	34023	
3128880	Baños	banos	ES	30626	0	Europe/Madrid	42.2335	-7.00952				58	OR	32083	
3128881	Baños	banos	ES	30626	0	Europe/Madrid	41.98333	-7.96667				58	OR	32051	
3128882	Baños	banos	ES	30626	0	Europe/Madrid	40.3188	-5.85771				57	CC	10024	
3128883	Bañón	banon	ES	44357	179	Europe/Madrid	40.83825	-1.19091		Banon,Bañón	44034	52	TE	44034	
3128885	Banyoles	banyoles	ES	17820	18327	Europe/Madrid	42.11667	2.76667		Banolas,Banyoles,Bañolas	17015	56	GI	17015	
3128886	Bañobárez	banobarez	ES	37271	356	Europe/Madrid	40.84825	-6.61311		Banobarez,Bañobárez	37039	55	SA	37039	
3128890	Baniel	baniel	ES	42218	0	Europe/Madrid	41.52634	-2.49045		Baniel		55	SO	42204	
3128894	Banga	banga	ES	32516	0	Europe/Madrid	42.4	-8.11667		Banga,Santa Eulalia		58	OR	32019	
3128896	Banyeres del Penedès	banyeres-del-penedes	ES	43711	0	Europe/Madrid	41.28333	1.58333		Baneras,Banyeres del Penedes,Banyeres del Penedès,Bañeras		56	T	43020	
3128897	Banecidas	banecidas	ES	24343	0	Europe/Madrid	42.47478	-5.09603		Banecidas		55	LE	24156	
3128902	Bande	bande	ES	27367	0	Europe/Madrid	42.87628	-7.39217				58	LU	27026	
3128903	Bande	bande	ES	27367	2310	Europe/Madrid	42.0312	-7.97489		Bande	32006	58	OR	32006	
3128904	Bandaliés	bandalies	ES	22140	0	Europe/Madrid	42.16354	-0.29733		Bandalies,Bandaliés		52	HU	22150	
3128905	Bandadas	bandadas	ES	05198	0	Europe/Madrid	40.54621	-4.84703		Bandadas,Barrio Bandadas		55	AV	05239	
3128906	Bances	bances	ES	33129	0	Europe/Madrid	43.50215	-6.11236		Bances		34	O	33051	
3128907	Banastás	banastas	ES	22194	260	Europe/Madrid	42.18089	-0.45191		Banastas,Banastás	22047	52	HU	22047	
3128908	Banariés	banaries	ES	22194	0	Europe/Madrid	42.13618	-0.46942		Banaries,Banariés		52	HU	22125	
3128909	Bañares	banares	ES	26257	352	Europe/Madrid	42.46838	-2.9101		Ban'jares,Banares,Baniares,Bañares,ba ni ya lei si,Баньярес,Բանիարես,巴尼亚雷斯	26024	27	LO	26024	
3128911	Banaguás	banaguas	ES	22713	0	Europe/Madrid	42.58039	-0.58545				52	HU	22130	
3128916	Bamba	bamba	ES	49157	0	Europe/Madrid	41.46025	-5.62136		Bamba		55	ZA	49103	
3128918	Baltezana	baltezana	ES	39706	0	Europe/Madrid	43.34094	-3.17108		Baltezana		39	S	39020	
3128921	Baltar	baltar	ES	27246	0	Europe/Madrid	43.2456	-7.35631		Baltar		58	LU	27044	
3128922	Baltar	baltar	ES	27246	0	Europe/Madrid	42.97217	-8.11999				58	C	15046	
3128923	Baltar	baltar	ES	27246	1166	Europe/Madrid	41.952	-7.71581		Baltar	32005	58	OR	32005	
3128924	Baltanás	baltanas	ES	34240	1426	Europe/Madrid	41.93775	-4.24656		Baltanas,Baltanás	34022	55	P	34022	
3128926	Balsera	balsera	ES	33780	0	Europe/Madrid	43.507	-6.43016		Balsera		34	O	33034	
3128928	Balsareny	balsareny	ES	08660	3233	Europe/Madrid	41.86311	1.87356		Balsareny	08018	56	B	08018	
3128937	Balouta	balouta	ES	24433	0	Europe/Madrid	42.88926	-6.80495		Balouta		55	LE	24036	
3128943	Balmonte	balmonte	ES	27259	0	Europe/Madrid	43.16667	-7.4		Balmonte,Belmonte,El Salvador		58	LU	27010	
3128944	Balluncar	balluncar	ES	42212	0	Europe/Madrid	41.42585	-2.54496		Balluncar		55	SO	42020	
3128948	Ballobar	ballobar	ES	22234	1021	Europe/Madrid	41.62106	0.192		Ballobar,Vallobar	22046	52	HU	22046	
3128951	Ballestar	ballestar	ES	12599	0	Europe/Madrid	40.66386	0.17571		Ballestar		60	CS	12093	
3128955	Balisa	balisa	ES	40449	0	Europe/Madrid	41.02183	-4.41879		Balisa		55	SG	40185	
3128956	Baliarrain	baliarrain	ES	20259	104	Europe/Madrid	43.06928	-2.12781		Baliarrain,Baliarráin	20904	59	SS	20904	
3128960	Baldriz	baldriz	ES	32680	0	Europe/Madrid	42.03241	-7.53009		Baldriz		58	OR	32028	
3128963	Baldomar	baldomar	ES	25737	0	Europe/Madrid	41.91667	1.01667	358	Baldomar		56	L	25034	
3128967	Balconete	balconete	ES	19411	0	Europe/Madrid	40.64272	-2.89832		Balconete		54	GU	19053	
3128968	Balconchán	balconchan	ES	50366	15	Europe/Madrid	41.08737	-1.45998		Valconchan,Valconchán	50042	52	Z	50042	
3128969	Balboa	balboa	ES	06195	0	Europe/Madrid	43.4608	-7.12489		Balboa,Santa Maria Magdalena,Santa María Magdalena		58	LU	27061	
3128970	Balboa	balboa	ES	06195	0	Europe/Madrid	42.75787	-8.39339				58	PO	36017	
3128971	Balboa	balboa	ES	06195	0	Europe/Madrid	42.75123	-7.82411		Balboa,El Salvador		58	LU	27032	
3128972	Balboa	balboa	ES	06195	395	Europe/Madrid	42.70608	-6.92222		Balboa	24009	55	LE	24009	
3128973	Balbín	balbin	ES	33448	0	Europe/Madrid	43.61411	-5.81691		Balbin,Balbín		34	O	33025	
3128974	Balbarda	balbarda	ES	05520	0	Europe/Madrid	40.6345	-4.97371		Balbarda		55	AV	05247	
3128975	Balbacil	balbacil	ES	19281	0	Europe/Madrid	41.04379	-2.10782		Balbacil		54	GU	19170	
3128976	Balbacienta	balbacienta	ES	39788	0	Europe/Madrid	43.35861	-3.31161		Balbacienta		39	S	39030	
3128978	Balaguer	balaguer	ES	25600	16779	Europe/Madrid	41.79117	0.81094	220	Balaguer	25040	56	L	25040	
3128987	Bajauri	bajauri	ES	01118	0	Europe/Madrid	42.65363	-2.56835		Bajauri,Baxauri		55	BU	09109	
3128993	Baíñas	bainas	ES	15127	0	Europe/Madrid	43.02912	-9.01772				58	C	15092	
3128994	Baiña	baina	ES	33682	0	Europe/Madrid	43.2754	-5.83071		Baina,Baiña		34	O	33037	
3128995	Baiña	baina	ES	33682	0	Europe/Madrid	42.8193	-8.06375		San Pedro		58	PO	36020	
3128996	Bailo	bailo	ES	22760	243	Europe/Madrid	42.50906	-0.81136		Bajlo,bai luo,Байло,拜洛	22044	52	HU	22044	
3128997	Baíllo	baillo	ES	09515	0	Europe/Madrid	42.87578	-3.51138		Baillo,Baíllo		55	BU	09213	
3128998	Baillo	baillo	ES	09515	0	Europe/Madrid	42.28334	-6.46269		Baillo		55	LE	24172	
3129000	Baides	baides	ES	19295	59	Europe/Madrid	41.00685	-2.7762		Baides	19047	54	GU	19047	
3129001	Bahinas	bahinas	ES	33780	15	Europe/Madrid	43.51667	-6.41667		Bahinas		34	O	33034	
3129002	Baíña	baina	ES	33682	0	Europe/Madrid	42.1	-8.85		Baina,Baíña		58	PO	36003	
3129003	Bahillo	bahillo	ES	34127	0	Europe/Madrid	42.44211	-4.57881		Bahilio,Bahillo		55	P	34903	
3129004	Bahabón de Esgueva	bahabon-de-esgueva	ES	09350	120	Europe/Madrid	41.86162	-3.7298		Bahabon de Esgueva,Bahabón de Esgueva	09033	55	BU	09033	
3129005	Bahabón	bahabon	ES	47312	202	Europe/Madrid	41.48141	-4.27941		Bahabon,Bahabón	47012	55	VA	47012	
3129007	Begur	begur	ES	17255	3981	Europe/Madrid	41.95	3.21667		Bagur,Begur	17013	56	GI	17013	
3129009	Bagüés	bagues	ES	50685	42	Europe/Madrid	42.54935	-0.94577			50041	52	Z	50041	
3129010	Báguena	baguena	ES	44320	395	Europe/Madrid	41.04181	-1.35767			44033	52	TE	44033	
3129014	Beget	beget	ES	17867	27	Europe/Madrid	42.32099	2.48068		Beget		56	GI	17039	
3129017	Bagà	baga	ES	08695	2178	Europe/Madrid	42.25289	1.86098	785	Baga,Bagà,Bagá,Бага		56	B	08099	
3129019	Baells	baells	ES	22569	0	Europe/Madrid	41.95325	0.45956		Baells	22043	52	HU	22043	
3129020	Badules	badules	ES	50491	105	Europe/Madrid	41.13901	-1.25366		Badules	50040	52	Z	50040	
3129021	Badostáin	badostain	ES	31192	0	Europe/Madrid	42.79904	-1.59564		Badostain,Badostáin		32	NA	31023	
3129022	Badilla	badilla	ES	49214	0	Europe/Madrid	41.45006	-6.25251		Badilla		55	ZA	49064	
3129024	Bádenas	badenas	ES	44491	20	Europe/Madrid	41.09216	-1.12241		Badenas,Bádenas	44032	52	TE	44032	
3129025	Badarán	badaran	ES	26310	695	Europe/Madrid	42.36794	-2.81079		Badaran,Badarán	26023	27	LO	26023	
3129026	Bádames	badames	ES	39764	0	Europe/Madrid	43.35509	-3.49702		Badames,Bádames		39	S	39102	
3129028	Badalona	badalona	ES	08910	219547	Europe/Madrid	41.45004	2.24741		Badalona,ba da lon a,ba da luo na,badallona,badalona,badalwna,badarona,Μπαδαλόνα,Бадалона,Բադալոնա,بادالونا,बाडालोना,บาดาโลนา,ბადალონა,バダロナ,巴达洛纳,바달로나	08015	56	B	08015	
3129029	Badaín	badain	ES	22364	0	Europe/Madrid	42.54268	0.19375		Badain,Badaín		52	HU	22227	
3129031	Bada	bada	ES	33559	0	Europe/Madrid	43.35121	-5.15834				34	O	33045	
3129032	Bacurín	bacurin	ES	27232	0	Europe/Madrid	42.96328	-7.68829		Bacurin,Bacurín		58	LU	27028	
3129034	Bachicabo	bachicabo	ES	01423	0	Europe/Madrid	42.78931	-3.07161		Bachicabo,Bachícabo,Batxikabo		59	VI	01055	
3129036	Bacamorta	bacamorta	ES	22462	0	Europe/Madrid	42.36245	0.41265		Bacamorta		52	HU	22111	
3129037	Bakaiku	bakaiku	ES	31810	0	Europe/Madrid	42.89244	-2.10251		Bacaicoa,Bacáicoa,Bakaiku	31044	32	NA	31044	
3129039	Babilafuente	babilafuente	ES	37330	998	Europe/Madrid	40.97704	-5.42554		Babilafuente	37038	55	SA	37038	
3129041	Baamorto	baamorto	ES	27417	0	Europe/Madrid	42.56667	-7.53333		Baamorto		58	LU	27031	
3129042	Baamonde	baamonde	ES	27371	0	Europe/Madrid	43.17476	-7.75756		Baamonde,Baamud		58	LU	27007	
3129046	Azuqueca de Henares	azuqueca-de-henares	ES	19200	32744	Europe/Madrid	40.56566	-3.26753		Asukeka-de-Ehnares,Asukeka-de-Enares,Azuqueca,Azuqueca de Henares,a su ke ka de ai na lei si,Асукека-де-Енарес,Асукека-де-Энарес,阿苏克卡德埃纳雷斯	19046	54	GU	19046	
3129048	Azúmara	azumara	ES	27257	0	Europe/Madrid	43.18527	-7.38277		Azumara,Azúmara		58	LU	27010	
3129049	Azuelo	azuelo	ES	31228	43	Europe/Madrid	42.60844	-2.34987			31043	32	NA	31043	
3129051	Azuara	azuara	ES	50140	672	Europe/Madrid	41.25822	-0.87078		Azuara	50039	52	Z	50039	
3129053	Aztiria	aztiria	ES	20220	0	Europe/Madrid	43.03345	-2.31079		Aztiria		59	SS	20038	
3129055	Azqueta	azqueta	ES	31241	0	Europe/Madrid	42.63552	-2.08698		Azqueta		32	NA	31125	
3129058	Azpilkueta	azpilkueta	ES	31715	0	Europe/Madrid	43.18333	-1.5		Azpilcueta,Azpilkueta		32	NA	31050	
3129059	Azpeitia	azpeitia	ES	20730	14375	Europe/Madrid	43.18246	-2.26693		Aspejtia,Aspejtija,Azpeitia,a si pei di ya,asupeitia,athbytya,Аспейтиа,Аспейтія,أثبيتيا,アスペイティア,阿斯佩蒂亚	20018	59	SS	20018	
3129060	Azparren	azparren	ES	31439	25	Europe/Madrid	42.87644	-1.28094	920	Azparren		32	NA	31028	
3129061	Azpa	azpa	ES	31486	0	Europe/Madrid	42.80604	-1.52221				32	NA	31086	
3129063	Azorera	azorera	ES	33876	0	Europe/Madrid	43.20076	-6.35912		Azorera		34	O	33073	
3129064	Azoños	azonos	ES	39108	0	Europe/Madrid	43.42905	-3.90998		Azonos,Azoños		39	S	39073	
3129065	Azofra	azofra	ES	26323	280	Europe/Madrid	42.424	-2.80086		Asofra,Azofra,a suo fu la,Асофра,Ասոֆրա,阿索夫拉	26022	27	LO	26022	
3129066	Azlor	azlor	ES	22311	151	Europe/Madrid	42.09427	-0.04594		Aflor,Azlor	22042	52	HU	22042	
3129071	Azkoitia	azkoitia	ES	20720	11266	Europe/Madrid	43.17744	-2.31129		Azcoitia,Azkoitia	20017	59	SS	20017	
3129073	Azkoaga	azkoaga	ES	01169	0	Europe/Madrid	43.03333	-2.55		Azcoaga,Azkoaga		59	VI	01003	
3129077	Azcamellas	azcamellas	ES	42230	0	Europe/Madrid	41.13162	-2.41806		Almacellas,Azcamellas		55	SO	42113	
3129078	Azarrulla	azarrulla	ES	26289	0	Europe/Madrid	42.26591	-3.0315		Azarrulla		27	LO	26061	
3129079	Azares del Páramo	azares-del-paramo	ES	24253	0	Europe/Madrid	42.29201	-5.83075		Azares del Paramo,Azares del Páramo		55	LE	24176	
3129081	Azara	azara	ES	22311	194	Europe/Madrid	42.07033	-0.02921		Azara	22041	52	HU	22041	
3129083	Azanuy	azanuy	ES	22421	0	Europe/Madrid	41.9726	0.31096		Acanui,Azanuy,Azanúy,Açanui,Sanui		52	HU	22040	
3129084	Azañón	azanon	ES	19492	0	Europe/Madrid	40.68655	-2.54393		Azanon,Azañón		54	GU	19291	
3129085	Azaila	azaila	ES	44590	170	Europe/Madrid	41.2912	-0.49414		Azaila		52	Z	50045	
3129086	Azagra	azagra	ES	31560	3756	Europe/Madrid	42.3	-1.9		Azagra	31042	32	NA	31042	
3129087	Azadón	azadon	ES	24272	0	Europe/Madrid	42.63135	-5.80941		Azadon,Azadón		55	LE	24055	
3129088	Azadinos	azadinos	ES	24121	0	Europe/Madrid	42.63721	-5.61661		Azadinos		55	LE	24163	
3129091	Azabal	azabal	ES	10649	0	Europe/Madrid	40.29729	-6.2995		Azabal,Caserio Azabal,Caserío Azabal		57	CC	10050	
3129095	Ayuelas	ayuelas	ES	09219	0	Europe/Madrid	42.69649	-3.03868		Ayuelas		55	BU	09219	
3129096	Ayuela	ayuela	ES	34473	0	Europe/Madrid	43.33642	-4.26833				39	S	39090	
3129097	Ayuela	ayuela	ES	34473	65	Europe/Madrid	42.62618	-4.65979		Ayuela	34020	55	P	34020	
3129099	Aitona	aitona	ES	25182	2273	Europe/Madrid	41.48333	0.46667		Aitona,Aytona		56	L	25204	
3129101	Ayoó de Vidriales	ayoo-de-vidriales	ES	49619	422	Europe/Madrid	42.13042	-6.0655		Ayoo de Vidriales,Ayoó de Vidriales	49018	55	ZA	49018	
3129104	Ayoluengo	ayoluengo	ES	09144	0	Europe/Madrid	42.74816	-3.866		Ayoluengo		55	BU	09361	
3129106	Ayllón	ayllon	ES	40520	1227	Europe/Madrid	41.41899	-3.37537		Ayllon,Ayllón	40024	55	SG	40024	
3129107	Aylagas	aylagas	ES	42317	0	Europe/Madrid	41.72286	-3.01089		Aylagas		55	SO	42194	
3129108	Aiguafreda	aiguafreda	ES	08591	2308	Europe/Madrid	41.76807	2.25051	524	Aiguafreda		56	B	08026	
3129109	Ayesa	ayesa	ES	31492	0	Europe/Madrid	42.57154	-1.42204				32	NA	31103	
3129111	Ayerbe	ayerbe	ES	22800	1096	Europe/Madrid	42.27267	-0.68844		Aerbe,Ayerbe,a ye wei,ai~erube,ayeleube,Аербе,Аєрбе,アイェルベ,阿耶韦,아예르베		52	HU	22149	
3129112	Ayera	ayera	ES	22140	0	Europe/Madrid	42.17538	-0.29954		Ayera		52	HU	22150	
3129119	Ayabarrena	ayabarrena	ES	26289	0	Europe/Madrid	42.25216	-3.04651		Ayabarrena		27	LO	26061	
3129122	Axpe-San Bartolome	axpe-san-bartolome	ES	48350	1699	Europe/Madrid	43.38355	-2.69772		Axpe de Busturia,Busturi-Axpe		59	BI	48021	
3129126	Avión	avion	ES	32520	2753	Europe/Madrid	42.38333	-8.25		Avion,Avión,San Justo,Santos Justo y Pastor	32004	58	OR	32004	
3129127	Avinyonet del Penedès	avinyonet-del-penedes	ES	08793	0	Europe/Madrid	41.35	1.78333		Avinyonet,Avinyonet del Penedes,Avinyonet del Penedès	08013	56	B	08013	
3129128	Avinyó	avinyo	ES	08279	2093	Europe/Madrid	41.86367	1.97095		Avinyo,Avinyó	08012	56	B	08012	
3129129	Avinyonet de Puigventós	avinyonet-de-puigventos	ES	17742	0	Europe/Madrid	42.24984	2.91509		Avinyonet de Puigventos,Avinyonet de Puigventós	17012	56	GI	17012	
3129130	Avín	avin	ES	33556	0	Europe/Madrid	43.33548	-4.952				34	O	33043	
3129131	Avililla de la Sierra	avililla-de-la-sierra	ES	37609	0	Europe/Madrid	40.68479	-6.04403		Avililla de la Sierra		55	SA	37316	
3129135	Avilés	aviles	ES	30812	84242	Europe/Madrid	43.55473	-5.92483		Aviles,Avilesas,Avileso,Avilés,a wei lai si,abilleseu,abiresu,abyls,afylys,awyls,Авилес,Авілес,آبیلس,أفيليس,اویلس,アビレス,阿维莱斯,아빌레스		34	O	33004	
3129136	Ávila	avila	ES	05001	56855	Europe/Madrid	40.65724	-4.69951		AVJ,Abela,Abila,Abula,Aebura,Albicella,Avela,Avila,Avila de los Caballeros,Avila de los Leales,Avila de los Santos,Avila del Rey,Avilo,Obila,abira,Àvila,Ávila,Ávila de los Caballeros,Ávila de los Leales,Ávila de los Santos,Ávila del Rey,Авила,アビラ	AV	55	AV	05019	
3129140	Aviados	aviados	ES	24849	0	Europe/Madrid	42.85939	-5.44323		Aviados		55	LE	24179	
3129142	Avià	avia	ES	08610	0	Europe/Madrid	42.06667	1.85		Avia,Avià,Aviá	08011	56	B	08011	
3129145	Aveno	aveno	ES	33519	0	Europe/Madrid	43.40691	-5.60769		Aveno		34	O	33066	
3129147	Avellanosa de Rioja	avellanosa-de-rioja	ES	09267	0	Europe/Madrid	42.36266	-3.09349		Avellanosa de Rioja		55	BU	09048	
3129148	Avellanosa de Muñó	avellanosa-de-muno	ES	09345	142	Europe/Madrid	41.98349	-3.82553		Avellanosa de Muno,Avellanosa de Muñó	09032	55	BU	09032	
3129149	Avellanosa del Páramo	avellanosa-del-paramo	ES	09131	0	Europe/Madrid	42.45991	-3.87753				55	BU	09902	
3129152	Avellanedo	avellanedo	ES	39572	0	Europe/Madrid	43.07318	-4.52405		Avellanedo		39	S	39050	
3129155	Avellaneda	avellaneda	ES	05580	0	Europe/Madrid	42.17173	-2.41753				27	LO	26132	
3129156	Avellaneda	avellaneda	ES	05580	41	Europe/Madrid	40.38909	-5.38811		Avellaneda	05018	55	AV	05018	
3129161	Aveinte	aveinte	ES	05357	109	Europe/Madrid	40.78227	-4.83649		Aveinte	05017	55	AV	05017	
3129382	Arranotegi	arranotegi	ES	48370	0	Europe/Madrid	43.39837	-2.7562		Arronategi		59	BI	48017	
3129162	Avedillo de Sanabria	avedillo-de-sanabria	ES	49396	0	Europe/Madrid	42.07087	-6.71731		Avedillo de Sanabria		55	ZA	49050	
3129165	Auza	auza	ES	31797	0	Europe/Madrid	42.98333	-2.7				59	VI	01018	
3129169	Autol	autol	ES	26560	4002	Europe/Madrid	42.21661	-2.00525		Autol	26021	27	LO	26021	
3129170	Autillo de Campos	autillo-de-campos	ES	34338	196	Europe/Madrid	42.08725	-4.83376		Autillo de Campos	34019	55	P	34019	
3129171	Autilla del Pino	autilla-del-pino	ES	34191	240	Europe/Madrid	41.99207	-4.63393		Autilla del Pino	34018	55	P	34018	
3129175	Ausejo de la Sierra	ausejo-de-la-sierra	ES	42172	65	Europe/Madrid	41.89462	-2.37394		Ausejo de la Sierra	42028	55	SO	42028	
3129176	Ausejo	ausejo	ES	26513	877	Europe/Madrid	42.3421	-2.1671		Ausejo,Ausekho,Ausexo,ao sai huo,Аусехо,Աուսեխո,奥塞霍	26020	27	LO	26020	
3129178	Aurín	aurin	ES	22609	0	Europe/Madrid	42.52418	-0.35015				52	HU	22199	
3129182	Auñón	aunon	ES	19130	254	Europe/Madrid	40.51752	-2.7925		Aunon,Auñón	19045	54	GU	19045	
3129185	Aulesti	aulesti	ES	48380	0	Europe/Madrid	43.3	-2.56667		Aulesti,Aulestia	48070	59	BI	48070	
3129188	Audanzas del Valle	audanzas-del-valle	ES	24796	0	Europe/Madrid	42.16851	-5.71302		Andanzas del Valle,Audanzas,Audanzas del Valle		55	LE	24005	
3129190	Aubert	aubert	ES	25537	0	Europe/Madrid	42.73105	0.77799		Aubert		56	L	25243	
3129194	Atondo	atondo	ES	31868	0	Europe/Madrid	42.87955	-1.81485		Atondo		32	NA	31131	
3129197	Atienza	atienza	ES	19270	433	Europe/Madrid	41.19722	-2.87129		At'ensa,Atientha,a di en sa,atyntha,Ατιένθα,Атьенса,Атьєнса,أتينثا,阿蒂恩萨	19044	54	GU	19044	
3129198	Atiaga / Atiega	atiega	ES	01423	0	Europe/Madrid	42.82807	-3.00702		Atiaga,Atiega		59	VI	01049	
3129199	Ateca	ateca	ES	50200	2055	Europe/Madrid	41.33092	-1.79353		Ateca	50038	52	Z	50038	
3129200	Atea	atea	ES	50348	171	Europe/Madrid	41.16059	-1.55533		Atea	50037	52	Z	50037	
3129201	Atauta	atauta	ES	42345	0	Europe/Madrid	41.53055	-3.21205		Atauta		55	SO	42162	
3129202	Atauri	atauri	ES	01128	0	Europe/Madrid	42.72704	-2.42738		Atauri		59	VI	01037	
3129203	Ataun	ataun	ES	20211	1508	Europe/Madrid	43.00612	-2.17663		Ataun,Atáun	20015	59	SS	20015	
3129204	Atarés	atares	ES	22715	0	Europe/Madrid	42.53294	-0.62386		Atares,Atarés		52	HU	22130	
3129205	Ataquines	ataquines	ES	47210	808	Europe/Madrid	41.18247	-4.80319		Ataquines	47011	55	VA	47011	
3129206	Atapuerca	atapuerca	ES	09199	201	Europe/Madrid	42.37757	-3.5079			09029	55	BU	09029	
3129208	Atán	atan	ES	27419	0	Europe/Madrid	42.50659	-7.69764		Atan,Atán,San Esteban		58	LU	27041	
3129209	Atallu	atallu	ES	31891	0	Europe/Madrid	43.05	-1.98333		Atallo,Atallu		32	NA	31020	
3129216	Atalaya	atalaya	ES	06329	0	Europe/Madrid	40.13333	-0.73333		Atalaya,Caserio Atalaya,Caserío Atalaya		52	TE	44010	
3129220	Asua	asua	ES	48950	0	Europe/Madrid	43.30188	-2.94657				59	BI	48902	
3129222	Asturianos	asturianos	ES	49325	327	Europe/Madrid	42.05201	-6.4894		Asturianos	49017	55	ZA	49017	
3129223	Astureses	astureses	ES	32512	0	Europe/Madrid	42.45	-8.1		Astureses,San Julian,San Julián		58	OR	32019	
3129225	Astudillo	astudillo	ES	34450	1185	Europe/Madrid	42.1933	-4.29394			34017	55	P	34017	
3129226	Astrana	astrana	ES	39806	0	Europe/Madrid	43.20213	-3.5618		Astrana		39	S	39083	
3129227	Astráin	astrain	ES	31190	0	Europe/Madrid	42.75618	-1.7406		Astrain,Astráin		32	NA	31076	
3129228	Astrabudua	astrabudua	ES	48950	0	Europe/Madrid	43.31667	-2.98333		Astrabudua,Astrabudúa		59	BI	48902	
3129231	Astorga	astorga	ES	24700	12078	Europe/Madrid	42.45879	-6.05601		Astorga,Asturica Augusta,Асторга	24008	55	LE	24008	
3129235	Astitz	astitz	ES	31879	0	Europe/Madrid	42.96667	-2.88333		Astitz,Astiz		59	VI	01054	
3129238	Astigarreta	astigarreta	ES	20218	0	Europe/Madrid	43.08285	-2.2393		Astigarreta		59	SS	20019	
3129239	Astigarraga	astigarraga	ES	20115	4254	Europe/Madrid	43.28174	-1.94634		Astigarraga	20903	59	SS	20903	
3129240	Asterrika	asterrika	ES	48710	0	Europe/Madrid	43.31667	-2.45		Asterrica,Asterrika		59	BI	48018	
3129241	Astell	astell	ES	25511	0	Europe/Madrid	42.40315	0.9654		Astell		56	L	25227	
3129244	Asteasu	asteasu	ES	20159	1371	Europe/Madrid	43.19436	-2.09818		Asteasu	20014	59	SS	20014	
3129246	Astariz	astariz	ES	32430	0	Europe/Madrid	42.32387	-8.04047		Astariz		58	OR	32022	
3129248	Asque	asque	ES	22148	0	Europe/Madrid	42.1753	0.05275		Asque		52	HU	22090	
3129249	Aspurz	aspurz	ES	31454	0	Europe/Madrid	42.72273	-1.15516		Aspurz		32	NA	31181	
3129250	Axpuru	axpuru	ES	01208	0	Europe/Madrid	42.91153	-2.44761		Aspuru,Axpuru		59	VI	01053	
3129254	Aspariegos	aspariegos	ES	49124	306	Europe/Madrid	41.67458	-5.59955		Aspariegos	49016	55	ZA	49016	
3129255	Aspa	aspa	ES	25151	273	Europe/Madrid	41.49472	0.67277		Aspa	25036	56	L	25036	
3129256	Asso-Veral	asso-veral	ES	50683	0	Europe/Madrid	42.6183	-0.92611		Asoberal,Asso Veral		52	HU	22076	
3129259	Asón	ason	ES	39806	0	Europe/Madrid	43.22853	-3.60341		Ason,Asón		39	S	39083	
3129260	Aso de Sobremonte	aso-de-sobremonte	ES	22638	0	Europe/Madrid	42.63251	-0.36384				52	HU	22059	
3129261	Asnurri	asnurri	ES	25799	0	Europe/Madrid	42.44504	1.42216		Asnurri		56	L	25140	
3129269	Asín de Broto	asin-de-broto	ES	22372	0	Europe/Madrid	42.53449	-0.12978		Asin de Brote,Asín de Brote		52	HU	22069	
3129271	Asieso	asieso	ES	22713	0	Europe/Madrid	42.58209	-0.56202				52	HU	22130	
3129272	Asiego	asiego	ES	33555	0	Europe/Madrid	43.32605	-4.86325				34	O	33008	
3129273	Asiáin	asiain	ES	31171	0	Europe/Madrid	42.83224	-1.78732		Asiain,Asiáin		32	NA	31193	
3129275	Asenso	asenso	ES	15238	0	Europe/Madrid	42.89968	-8.96609		Asenso		58	C	15045	
3129277	Ascó	asco	ES	43791	1625	Europe/Madrid	41.18333	0.56667		Asco,Ascó	43019	56	T	43019	
3129278	Ascaso	ascaso	ES	22347	0	Europe/Madrid	42.47774	0.04762		Ascaso		52	HU	22066	
3129279	Askartza	ascarza	ES	09215	0	Europe/Madrid	42.84237	-2.6132		Ascarza,Askartza		59	VI	01059	
3129280	Ascarza	ascarza	ES	09215	0	Europe/Madrid	42.76138	-2.70796		Askartza		55	BU	09109	
3129282	Ascara	ascara	ES	22715	0	Europe/Madrid	42.56838	-0.65369				52	HU	22130	
3129283	Asarta	asarta	ES	31282	0	Europe/Madrid	42.64596	-2.25924				32	NA	31166	
3129287	Asadur	asadur	ES	32708	9	Europe/Madrid	42.28333	-7.6		Asadur		58	OR	32043	
3129290	Arzubiaga	arzubiaga	ES	01520	0	Europe/Madrid	42.88153	-2.61952		Artzubiaga,Arzubiaga		59	VI	01008	
3129291	Altzuaga	altzuaga	ES	48144	0	Europe/Madrid	43.08333	-2.75		Altzuaga,Arzuaga		59	BI	48024	
3129292	Arzúa	arzua	ES	15810	0	Europe/Madrid	42.9281	-8.1641		Arzua,Arzúa,Santa Maria,Santa María		58	C	15006	
3129293	Arzúa	arzua	ES	15810	6597	Europe/Madrid	42.93333	-8.15		Arzua,Arzúa		58	C	15006	
3129294	Arzoz	arzoz	ES	31291	0	Europe/Madrid	42.746	-1.89892				32	NA	31120	
3129296	Arzoá	arzoa	ES	32617	0	Europe/Madrid	41.93255	-7.21282		Arzoa,Arzoá		58	OR	32091	
3129299	Arviza	arviza	ES	26270	0	Europe/Madrid	42.37521	-3.00284		Arviza,Arviza Barrena		27	LO	26110	
3129304	Artomaña	artomana	ES	01468	0	Europe/Madrid	42.98354	-2.98195		Artomana,Artomaña,Artómaña		59	VI	01002	
3129306	Artó	arto	ES	22620	0	Europe/Madrid	42.45019	-0.41396				52	HU	22199	
3129309	Artika	artika	ES	48370	0	Europe/Madrid	43.41571	-2.72839		Artigas,Artika,Artike		59	BI	48017	
3129310	Artieta	artieta	ES	09588	0	Europe/Madrid	43.1164	-3.18792				55	BU	09410	
3129311	Artiés	arties	ES	25599	0	Europe/Madrid	42.7006	0.87088				56	L	25243	
3129312	Artieda	artieda	ES	31480	0	Europe/Madrid	42.7136	-1.32454				32	NA	31242	
3129313	Artieda	artieda	ES	31480	0	Europe/Madrid	42.58538	-0.98422			50035	52	Z	50035	
3129314	Artikutza	artikutza	ES	31754	0	Europe/Madrid	43.21325	-1.79654		Articuza,Artikutza		32	NA	31117	
3129316	Artika	artika	ES	48370	0	Europe/Madrid	42.83333	-1.65		Artica,Artika		32	NA	31902	
3129320	Arteta	arteta	ES	31172	0	Europe/Madrid	42.86214	-1.87011		Arteta		32	NA	31194	
3129322	Artesa de Segre	artesa-de-segre	ES	25730	3657	Europe/Madrid	41.89467	1.04625	369	Artesa de Segre	25034	56	L	25034	
3129323	Artesa de Lleida	artesa-de-lleida	ES	25150	0	Europe/Madrid	41.55	0.7		Artesa de Lerida,Artesa de Lleida,Artesa de Lérida		56	L	25120	
3129324	Artes	artes	ES	08271	0	Europe/Madrid	43.2	-8.66667		Artes,San Jorge		58	C	15019	
3129325	Artes	artes	ES	08271	0	Europe/Madrid	42.58333	-9		Artes,San Julian,San Julián		58	C	15073	
3129326	Artés	artes	ES	08271	4951	Europe/Madrid	41.798	1.95428		Artes,Artés		56	B	08191	
3129327	Arteos	arteos	ES	33685	0	Europe/Madrid	43.18289	-5.69726		Arteos		34	O	33002	
3129330	Artedosa	artedosa	ES	33536	0	Europe/Madrid	43.3	-5.4		Artedosa,Nuestra Senora de la Asuncion,Nuestra Señora de la Asunción		34	O	33049	
3129331	Artedo	artedo	ES	33155	0	Europe/Madrid	43.53333	-6.21667		Artedo		34	O	33021	
3129333	Arteaga	arteaga	ES	02137	0	Europe/Madrid	42.6871	-2.11212				32	NA	31168	
3129334	Artazu	artazu	ES	31109	100	Europe/Madrid	42.69228	-1.83954		Artazu	31039	32	NA	31039	
3129335	Artázcoz	artazcoz	ES	31173	0	Europe/Madrid	42.81882	-1.7817		Artazcoz,Artázcoz		32	NA	31193	
3129336	Artatza / Artaza	artaza	ES	01428	0	Europe/Madrid	42.84596	-2.96784		Artatza,Artaza		59	VI	01046	
3129337	Artaza	artaza	ES	01428	0	Europe/Madrid	42.76956	-2.10918		Artaza		32	NA	31013	
3129338	Artavia	artavia	ES	31290	0	Europe/Madrid	42.73317	-2.08304		Artabia,Artavia		32	NA	31011	
3129339	Artasona	artasona	ES	22390	0	Europe/Madrid	42.13509	0.24068		Artasona		52	HU	22115	
3129342	Artariáin	artariain	ES	31395	0	Europe/Madrid	42.61653	-1.57671				32	NA	31150	
3129343	Artajona	artajona	ES	31140	1639	Europe/Madrid	42.58867	-1.76504		Artajona,Artaxoa	31038	32	NA	31038	
3129345	Artaiz	artaiz	ES	31422	0	Europe/Madrid	42.74807	-1.47033		Artaiz		32	NA	31237	
3129346	Arta	arta	ES	07570	0	Europe/Madrid	43.24342	-2.53628		Arta		59	BI	48915	
3129348	Arruitz	arruitz	ES	31878	0	Europe/Madrid	43	-2.85		Arruitz,Arruiz		59	VI	01063	
3129349	Arrubial	arrubial	ES	27166	0	Europe/Madrid	42.94843	-7.28588		Arrubial		58	LU	27011	
3129350	Arrúbal	arrubal	ES	26151	501	Europe/Madrid	42.43485	-2.25143		Arrubal,Arrúbal	26019	27	LO	26019	
3129351	Arruazu	arruazu	ES	31840	103	Europe/Madrid	42.92186	-2.00157			31037	32	NA	31037	
3129352	Arroyuelos	arroyuelos	ES	39232	0	Europe/Madrid	42.84002	-3.85851		Arroyuelos		39	S	39094	
3129353	Arroyuelo	arroyuelo	ES	09549	0	Europe/Madrid	42.83515	-3.38165		Arroyuelo		55	BU	09394	
3129355	Arroyomolinos de la Vera	arroyomolinos-de-la-vera	ES	10410	553	Europe/Madrid	40.05277	-5.85111		Arabo,Arroyomolinos de la Vera	10022	57	CC	10022	
3129356	Arroyomolinos	arroyomolinos	ES	10161	13835	Europe/Madrid	40.26951	-3.91946		Aorroyomolinos,Aroyomolinos,Arrojomolinos,aloyomollinoseu,Арройомолинос,Арройомолінос,Առոյոմոլինոս,아로요몰리노스		29	M	28015	
3129357	Arroyofrío	arroyofrio	ES	02462	0	Europe/Madrid	40.23325	-1.48274		Arroyofrio,Arroyofrío		52	TE	44127	
3129358	Arroyo de Valdivielso	arroyo-de-valdivielso	ES	09559	0	Europe/Madrid	42.82565	-3.52811		Arroyo de Valdivielso		55	BU	09217	
3129359	Arroyo de San Zadornil	arroyo-de-san-zadornil	ES	01427	0	Europe/Madrid	42.85281	-3.17815		Arroyo de San Zadornil		55	BU	09192	
3129360	Arroyo de Salas	arroyo-de-salas	ES	09615	0	Europe/Madrid	42.07017	-3.26883		Arroyo de Salas		55	BU	09330	
3129361	Arroyo de Muñó	arroyo-de-muno	ES	09239	0	Europe/Madrid	42.24885	-3.8968				55	BU	09125	
3129363	Arroyo de Cuéllar	arroyo-de-cuellar	ES	40215	0	Europe/Madrid	41.33446	-4.36967		Arroyo de Cuellar,Arroyo de Cuéllar		55	SG	40063	
3129364	Arroyo Cerezo	arroyo-cerezo	ES	46140	0	Europe/Madrid	40.11667	-1.41667		Arroyo Cerezo		60	V	46092	
3129365	Arroyo	arroyo	ES	34347	0	Europe/Madrid	43.49523	-5.77334				34	O	33024	
3129366	Arroyo	arroyo	ES	34347	0	Europe/Madrid	43.48169	-5.70478				34	O	33024	
3129367	Arroyo	arroyo	ES	34347	0	Europe/Madrid	43.41538	-5.83711				34	O	33035	
3129368	Arroyo	arroyo	ES	34347	0	Europe/Madrid	43.40368	-4.12652				39	S	39076	
3129369	Arroyo	arroyo	ES	34347	0	Europe/Madrid	42.97286	-4.0542				39	S	39065	
3129370	Arroyo	arroyo	ES	34347	0	Europe/Madrid	42.31169	-4.85651				55	P	34131	
3129371	Arroyo de la Encomienda	arroyo-de-la-encomienda	ES	47195	11716	Europe/Madrid	41.60956	-4.79692				55	VA	47010	
3129376	Arrós	arros	ES	25537	0	Europe/Madrid	42.73812	0.76183				56	L	25243	
3129377	Arrós	arros	ES	25537	0	Europe/Madrid	42.59254	1.24886				56	L	25017	
3129380	Arróniz	arroniz	ES	31243	1168	Europe/Madrid	42.58823	-2.09237		Arroitz,Arroniz,Arróniz	31036	32	NA	31036	
3129384	Arrolobos	arrolobos	ES	10623	0	Europe/Madrid	40.37894	-6.16486		Arrolobos,Caserio Arrolobos,Caserío Arrolobos		57	CC	10041	
3129391	Arrojiña	arrojina	ES	33777	0	Europe/Madrid	42.93468	-7.06309				58	LU	27034	
3129395	Arró	arro	ES	22336	0	Europe/Madrid	42.74452	0.71265		Arro,Arró		56	L	25243	
3129396	Arro	arro	ES	22336	0	Europe/Madrid	42.40739	0.22389				52	HU	22907	
3129397	Arrizala	arrizala	ES	01207	0	Europe/Madrid	42.8282	-2.37207		Arrizabalaga,Arrizala,Arrízala		59	VI	01051	
3129399	Arriondo	arriondo	ES	33310	0	Europe/Madrid	43.41002	-5.41608		Arriondo		34	O	33009	
3129406	Arrigorriaga	arrigorriaga	ES	48480	12435	Europe/Madrid	43.21006	-2.88562		Arrigorriaga,Arrigunaga,a li ge li ya jia,arayghwrygha,Арригорриага,Аррігорріага,أرايغوريغا,阿里戈里亚加	48011	59	BI	48011	
3129408	Arrieta	arrieta	ES	01206	0	Europe/Madrid	42.9246	-1.37088		Arrieta		32	NA	31028	
3129409	Arrieta	arrieta	ES	01206	0	Europe/Madrid	42.85772	-2.47571		Arrieta		59	VI	01027	
3129410	Arrieta	arrieta	ES	01206	0	Europe/Madrid	42.76693	-2.72461				55	BU	09109	
3129413	Arriba	arriba	ES	33314	2030	Europe/Madrid	43.51615	-5.53511		Arriba		34	O	33076	
3129414	Arribe	arribe	ES	31891	0	Europe/Madrid	43.03753	-1.98509		Arriba,Arribe		32	NA	31020	
3129415	Arriba	arriba	ES	33314	0	Europe/Madrid	42.58333	-7.73333				58	LU	27016	
3129416	Arriaran	arriaran	ES	20218	0	Europe/Madrid	43.0603	-2.23785		Arriaran,Arriarán		59	SS	20019	
3129417	Arriaga	arriaga	ES	01013	0	Europe/Madrid	43.29976	-2.97094				59	BI	48902	
3129418	Arriaga	arriaga	ES	01013	0	Europe/Madrid	42.86676	-2.67742		Arriaga		59	VI	01059	
3129419	Arresa	arresa	ES	22372	0	Europe/Madrid	42.49146	-0.0991		Arresa		52	HU	22109	
3129420	Arres	arres	ES	22751	0	Europe/Madrid	42.75	0.73333		Arres,Arrés		56	L	25243	
3129421	Arrés	arres	ES	22751	0	Europe/Madrid	42.55637	-0.82775				52	HU	22044	
3129422	Arredondo	arredondo	ES	39813	572	Europe/Madrid	43.27325	-3.60031		Arredondo	39007	39	S	39007	
3129423	Arredondas	arredondas	ES	33775	0	Europe/Madrid	43.38122	-7.12605		Arredondas		34	O	33071	
3129424	Arreba	arreba	ES	09572	0	Europe/Madrid	42.88974	-3.75744		Arreba		55	BU	09409	
3129425	Arre	arre	ES	31194	0	Europe/Madrid	42.84295	-1.61347		Arre		32	NA	31101	
3129426	Arrazola	arrazola	ES	48291	0	Europe/Madrid	43.10019	-2.5818		Arrazola,Arrázola		59	BI	48091	
3129428	Arraioz	arraioz	ES	31794	244	Europe/Madrid	43.14032	-1.56454		Arraioz,Arrayoz,Arráyoz		32	NA	31050	
3129429	Arraya de Oca	arraya-de-oca	ES	09292	50	Europe/Madrid	42.41488	-3.39781		Arraya de Oca	09027	55	BU	09027	
3129434	Arrancacepas	arrancacepas	ES	16855	39	Europe/Madrid	40.3032	-2.35899		Arrancacepas	16025	54	CU	16025	
3129436	Arraiza	arraiza	ES	31174	0	Europe/Madrid	42.76791	-1.80631		Arraiza		32	NA	31262	
3129437	Arraibi	arraibi	ES	48330	0	Europe/Madrid	43.2058	-2.77542		Arraibi		59	BI	48055	
3129440	Arrabal de Portillo	arrabal-de-portillo	ES	47160	0	Europe/Madrid	41.47452	-4.595		Arrabal de Portillo		55	VA	47122	
3129443	Jesús	jesus	ES	43590	0	Europe/Madrid	40.82715	0.50823		Jesus,Jesús		56	T	43155	
3129444	Arrabalde	arrabalde	ES	49696	351	Europe/Madrid	42.1076	-5.89441		Arrabalde,Arrabalde de Vidriales	49015	55	ZA	49015	
3129445	Arrabal	arrabal	ES	33311	0	Europe/Madrid	41.66078	-0.87615				52	Z	50297	
3129447	Arquillinos	arquillinos	ES	49126	155	Europe/Madrid	41.7099	-5.65708		Arquillinos	49014	55	ZA	49014	
3129448	Arquillina	arquillina	ES	33784	0	Europe/Madrid	43.51048	-6.28888		Arquillina		34	O	33034	
3129450	Arou	arou	ES	15121	0	Europe/Madrid	43.18427	-9.10924		Arou		58	C	15016	
3129452	Aróstegui	arostegui	ES	31867	0	Europe/Madrid	42.9375	-1.68474		Arostegui,Aróstegui		32	NA	31040	
3129456	Arobes	arobes	ES	33546	0	Europe/Madrid	43.36531	-5.19859				34	O	33045	
3129460	Arnuero	arnuero	ES	39195	0	Europe/Madrid	43.47756	-3.56959		Arnuehro,Arnuero,a er nu ai luo,arnyrw,Арнуеро,Арнуэро,أرنيرو,阿尔努埃罗	39006	39	S	39006	
3129469	Arnes	arnes	ES	43597	519	Europe/Madrid	40.91046	0.26105		Arnes		56	T	43008	
3129475	Arnedo	arnedo	ES	26580	0	Europe/Madrid	42.96507	-3.89668				55	BU	09413	
3129476	Arnedo	arnedo	ES	26580	14457	Europe/Madrid	42.228	-2.10083		Arnedo,a er nei duo,aleunedo,arnydw,arunedo,Арнедо,Արնեդո,أرنيدو,アルネド,阿尔内多,아르네도		27	LO	26018	
3129477	Arnedillo	arnedillo	ES	26589	483	Europe/Madrid	42.21221	-2.23602		Arnediello,Arnedil'jo,Arnedil'o,Arnedilio,a er nei di e,Арнедильо,Арнедільйо,Արնեդիլիո,阿尔内迪略	26017	27	LO	26017	
3129480	Arnao	arnao	ES	33450	0	Europe/Madrid	43.57554	-5.97992		Arnao		34	O	33016	
3129482	Arnado	arnado	ES	24568	0	Europe/Madrid	42.53658	-7.01348				55	LE	24103	
3129483	Arnado	arnado	ES	24568	0	Europe/Madrid	42.40841	-7.02583				58	OR	32088	
3129484	Arnadelo	arnadelo	ES	24567	0	Europe/Madrid	42.55555	-6.90782		Arnadelo		55	LE	24103	
3129485	Armunia	armunia	ES	24009	0	Europe/Madrid	42.57723	-5.58947		Armunia		55	LE	24089	
3129487	Armuña de Tajuña	armuna-de-tajuna	ES	19135	129	Europe/Madrid	40.52884	-3.02819		Armuna de Tajuna,Armuña de Tajuña	19041	54	GU	19041	
3129488	Armuña	armuna	ES	40494	244	Europe/Madrid	41.07715	-4.31949		Armuna,Armuña	40022	55	SG	40022	
3129491	Armintza	armintza	ES	48620	0	Europe/Madrid	43.43333	-2.9		Armintza,Arminza		59	BI	48056	
3129492	Armiñón	arminon	ES	01220	157	Europe/Madrid	42.72313	-2.87172		Araminon,Aramiñon,Arminon,Armiñón	01006	59	VI	01006	
3129493	Armillas	armillas	ES	44742	0	Europe/Madrid	40.89791	-0.88916		Armillas		52	TE	44267	
3129494	Armilda	armilda	ES	33730	0	Europe/Madrid	43.15	-6.91667		Armilda,Caserio Armilda,Caserío Armilda		34	O	33027	
3129495	Armilda	armilda	ES	33730	0	Europe/Madrid	43.12422	-6.97369				58	LU	27018	
3129502	Armentia	armentia	ES	01007	0	Europe/Madrid	42.83333	-2.7		Armentia		59	VI	01059	
3129503	Armentia	armentia	ES	01007	0	Europe/Madrid	42.71372	-2.70367				55	BU	09109	
3129504	Armenteros	armenteros	ES	37755	305	Europe/Madrid	40.5932	-5.44806		Armenteros	37035	55	SA	37035	
3129509	Armental	armental	ES	32120	0	Europe/Madrid	43.51733	-6.72484		Armental		34	O	33041	
3129510	Armental	armental	ES	32120	0	Europe/Madrid	43.06667	-8.08333		Armental,San Martin,San Martín		58	C	15090	
3129511	Armental	armental	ES	32120	0	Europe/Madrid	42.46667	-7.83333		Armental,San Ciprian,San Cipriano,San Ciprián		58	OR	32059	
3129512	Armental	armental	ES	32120	0	Europe/Madrid	42.46667	-7.81667				58	OR	32059	
3129513	Armenande	armenande	ES	33886	0	Europe/Madrid	43.23468	-6.73899		Armenande		34	O	33001	
3129514	Armellada	armellada	ES	24284	0	Europe/Madrid	42.55205	-5.86311		Armellada		55	LE	24173	
3129517	Armea	armea	ES	32668	0	Europe/Madrid	43.27325	-8.18427		Armea		58	C	15027	
3129518	Armea	armea	ES	32668	0	Europe/Madrid	42.85017	-7.35844		Armea,San Pedro		58	LU	27026	
3129519	Armayor	armayor	ES	33159	0	Europe/Madrid	43.53382	-6.15771		Armayor		34	O	33021	
3129523	Armaño	armano	ES	39584	0	Europe/Madrid	43.17647	-4.60942		Armano,Armaño		39	S	39022	
3129524	Armañanzas	armananzas	ES	31228	78	Europe/Madrid	42.55963	-2.28476		Armanantzas,Armananzas,Armañantzas,Armañanzas	31035	32	NA	31035	
3129526	Armallones	armallones	ES	19461	60	Europe/Madrid	40.7358	-2.30257		Armallones	19040	54	GU	19040	
3129527	Armal	armal	ES	33725	0	Europe/Madrid	43.4351	-6.81156		Armal		34	O	33007	
3129529	Armada	armada	ES	33638	0	Europe/Madrid	43.15665	-5.87452		Armada		34	O	33033	
3129530	Armada	armada	ES	33638	0	Europe/Madrid	43.02459	-5.86388				34	O	33033	
3129531	Armada	armada	ES	33638	0	Europe/Madrid	42.95731	-5.27126				55	LE	24021	
3129533	Arlós	arlos	ES	33427	0	Europe/Madrid	43.48333	-5.9		Arlos,Arlós,Santiago		34	O	33035	
3129536	Arlegui	arlegui	ES	31191	0	Europe/Madrid	42.74293	-1.67649		Arlegui		32	NA	31109	
3129541	Arlanzón	arlanzon	ES	09199	421	Europe/Madrid	42.32267	-3.45784		Arlanson,Arlanzon,Arlanzón,arlansn,arlanzwn,Арлансон,Արլանսոն,آرلانسن,أرلانزون	09026	55	BU	09026	
3129543	Arlanza	arlanza	ES	24319	0	Europe/Madrid	42.66383	-6.41766		Arlanza		55	LE	24014	
3129544	Aritzu	aritzu	ES	31798	0	Europe/Madrid	42.98333	-1.61667		Aritzu,Arizu		32	NA	31017	
3129546	Arizgoiti	arizgoiti	ES	48970	0	Europe/Madrid	43.23685	-2.88114		Arizgoiti		59	BI	48015	
3129547	Arizkun	arizkun	ES	31713	0	Europe/Madrid	43.17439	-1.48367		Arizcun,Arizkun		32	NA	31050	
3129550	Ariza	ariza	ES	50220	1302	Europe/Madrid	41.31442	-2.05332		Ariza	50034	52	Z	50034	
3129551	Aribe	aribe	ES	31671	0	Europe/Madrid	42.95	-1.25		Aribe,Arive	31034	32	NA	31034	
3129553	Arístregui	aristregui	ES	31892	0	Europe/Madrid	42.89577	-1.73704				32	NA	31136	
3129554	Aristot	aristot	ES	25722	0	Europe/Madrid	42.37919	1.62334		Aristot		56	L	25030	
3129555	Aristébano	aristebano	ES	33874	0	Europe/Madrid	43.44543	-6.53135		Aristebano,Aristébano		34	O	33034	
3129559	Arintero	arintero	ES	24845	0	Europe/Madrid	42.94732	-5.36307		Arintero		55	LE	24177	
3129561	Ariño	arino	ES	44547	902	Europe/Madrid	41.03019	-0.59206			44029	52	TE	44029	
3129562	Ariñiz / Aríñez	arinez	ES	01195	0	Europe/Madrid	42.82802	-2.75416		Arinez,Ariz,Aríñez		59	VI	01059	
3129565	Arija	arija	ES	09570	198	Europe/Madrid	42.9935	-3.94497		Arija	09025	55	BU	09025	
3129566	Ariéstolas	ariestolas	ES	22417	0	Europe/Madrid	41.96354	0.19316		Arriestola,Arriéstola		52	HU	22022	
3129567	Arienza	arienza	ES	24132	0	Europe/Madrid	42.81749	-6.00929		Arienza		55	LE	24132	
3129568	Ariego de Arriba	ariego-de-arriba	ES	24127	0	Europe/Madrid	42.7891	-5.97794				55	LE	24132	
3129569	Ariego de Abajo	ariego-de-abajo	ES	24127	0	Europe/Madrid	42.78658	-5.96274				55	LE	24132	
3129572	Aria	aria	ES	31671	68	Europe/Madrid	42.95283	-1.26584		Aria	31033	32	NA	31033	
3129574	Argumoso	argumoso	ES	33787	0	Europe/Madrid	43.51551	-6.46723		Argumoso		34	O	33034	
3129575	Argul	argul	ES	33735	0	Europe/Madrid	43.27414	-6.86948		Argul		34	O	33048	
3129576	Argujillo	argujillo	ES	49716	344	Europe/Madrid	41.31156	-5.58763		Argujillo	49013	55	ZA	49013	
3129577	Arguisal	arguisal	ES	22636	0	Europe/Madrid	42.58652	-0.32907				52	HU	22199	
3129579	Arguis	arguis	ES	22150	60	Europe/Madrid	42.31476	-0.43967		Arguis	22037	52	HU	22037	
3129580	Arguiol	arguiol	ES	33778	0	Europe/Madrid	43.46653	-7.00584		Arguiol		34	O	33017	
3129581	Arguiñáriz	arguinariz	ES	31174	0	Europe/Madrid	42.74298	-1.86098				32	NA	31121	
3129582	Arguiñano	arguinano	ES	31176	0	Europe/Madrid	42.7755	-1.9245		Arquinano,Arquiñano		32	NA	31120	
3129583	Arguijo	arguijo	ES	42169	0	Europe/Madrid	41.98823	-2.5123		Arguijo		55	SO	42141	
3129584	Argüeso	argueso	ES	39212	0	Europe/Madrid	43.0311	-4.20009		Argueso,Argüeso		39	S	39032	
3129585	Argüero	arguero	ES	33314	0	Europe/Madrid	43.5409	-5.46985		Arguero,Argüero,San Mames,San Mamés		34	O	33076	
3129586	Argüelles	arguelles	ES	33188	0	Europe/Madrid	43.38333	-5.71667		Arguelles,Argüelles,San Martin,San Martín		34	O	33066	
3129587	Arguedes	arguedes	ES	39593	0	Europe/Madrid	43.34821	-4.35245		Arguedes		39	S	39091	
3129588	Arguedas	arguedas	ES	31513	2380	Europe/Madrid	42.17759	-1.59719		Argedas,Arguedas,Arketas,a er ge da si,Аргедас,阿尔格达斯	31032	32	NA	31032	
3129589	Arguebanes	arguebanes	ES	39586	0	Europe/Madrid	43.17275	-4.66184		Arguebanes		39	S	39015	
3129590	Argozón	argozon	ES	27511	0	Europe/Madrid	42.66152	-7.86997		Argozon,Argozón,San Vicente		58	PO	36047	
3129591	Argovejo	argovejo	ES	24989	0	Europe/Madrid	42.90249	-5.11687		Argovejo		55	LE	24060	
3129592	Argote	argote	ES	09217	0	Europe/Madrid	42.70262	-2.67431				55	BU	09109	
3129593	Argoños	argonos	ES	39197	1380	Europe/Madrid	43.4574	-3.49013		Argon'jos,Argon'os,Argonos,Argoños,a er ge ni ao si,arghwnyws,Аргоньйос,Аргоньос,أرغونيوس,阿尔戈尼奥斯	39005	39	S	39005	
3129596	Argomedo	argomedo	ES	09572	0	Europe/Madrid	42.98288	-3.76599		Argomedo		55	BU	09413	
3129598	Argomaniz	argomaniz	ES	01192	0	Europe/Madrid	42.86733	-2.54294		Argomaiz,Argomaniz,Argómaniz		59	VI	01021	
3129599	Argollanes	argollanes	ES	33919	0	Europe/Madrid	43.3374	-5.7636		Argollanes		34	O	33044	
3129600	Argolibio	argolibio	ES	33558	0	Europe/Madrid	43.25098	-5.12051		Argolibio		34	O	33003	
3129601	Argolellas	argolellas	ES	33718	0	Europe/Madrid	43.40939	-6.72513		Argolellas		34	O	33077	
3129602	Argolell	argolell	ES	25799	0	Europe/Madrid	42.43569	1.44714		Argolell		56	L	25239	
3129603	Arxiz	arxiz	ES	27558	0	Europe/Madrid	42.7605	-7.79214				58	LU	27060	
3129605	Argestues	argestues	ES	25795	0	Europe/Madrid	42.32726	1.31124		Argestues		56	L	25185	
3129606	Argés	arges	ES	09558	0	Europe/Madrid	42.89524	-3.6759		Arges,Argés		55	BU	09409	
3129607	Argentona	argentona	ES	08310	11633	Europe/Madrid	41.55336	2.40114		Argentona	08009	56	B	08009	
3129610	Argenteiro	argenteiro	ES	24526	0	Europe/Madrid	42.67845	-7.03024		Argenteiro		55	LE	24198	
3129611	Argente	argente	ES	44165	254	Europe/Madrid	40.68841	-1.16217		Argente	44028	52	TE	44028	
3129615	Argelita	argelita	ES	12230	120	Europe/Madrid	40.05	-0.35		Argeleta,Argelita	12015	60	CS	12015	
3129616	Argelaguer	argelaguer	ES	17853	371	Europe/Madrid	42.21563	2.64193			17010	56	GI	17010	
3129617	Argecilla	argecilla	ES	19196	98	Europe/Madrid	40.88151	-2.82181		Argecilla	19039	54	GU	19039	
3129618	Argayo	argayo	ES	24478	103	Europe/Madrid	42.81125	-6.57591		Argayo		55	LE	24112	
3129619	Argavieso	argavieso	ES	22135	125	Europe/Madrid	42.05275	-0.27834		Argavieso	22036	52	HU	22036	
3129623	Arganzúa	arganzua	ES	33890	0	Europe/Madrid	43.23859	-6.53978		Arganzua,Arganzúa		34	O	33001	
3129625	Arganza	arganza	ES	24546	0	Europe/Madrid	43.26538	-6.49468		Arganza		34	O	33073	
3129626	Arganza	arganza	ES	24546	861	Europe/Madrid	42.64077	-6.68627		Arganza	24007	55	LE	24007	
3129627	Arganza	arganza	ES	24546	0	Europe/Madrid	41.81698	-3.08737		Arganza		55	SO	42164	
3129629	Argañoso	arganoso	ES	24722	0	Europe/Madrid	43.45107	-5.57381		Arganoso,Argañoso		34	O	33076	
3129630	Argañoso	arganoso	ES	24722	0	Europe/Madrid	42.51281	-6.26563		Arganoso,Argañoso		55	LE	24152	
3129631	Argañosa	arganosa	ES	33829	0	Europe/Madrid	43.48609	-6.01032		Arganosa,Argañosa		34	O	33010	
3129633	Argañín	arganin	ES	49251	86	Europe/Madrid	41.43948	-6.20827		Arganin,Argañín	49012	55	ZA	49012	
3129634	Argandoña	argandona	ES	01193	0	Europe/Madrid	42.83971	-2.58262		Argandona,Argandoña		59	VI	01059	
3129635	Argandenes	argandenes	ES	33539	0	Europe/Madrid	43.36313	-5.33206				34	O	33049	
3129638	Argamé	argame	ES	33163	0	Europe/Madrid	43.30034	-5.88415		Argame,Argamé		34	O	33038	
3129642	Arfa	arfa	ES	25713	0	Europe/Madrid	42.33105	1.41538		Arfa		56	L	25185	
3129643	Arévalo de la Sierra	arevalo-de-la-sierra	ES	42161	95	Europe/Madrid	41.94723	-2.40033		Arevalo de la Sierra,Arevalo-de-la-S'erra,Arévalo de la Sierra,a lei wa luo de la xie la,Аревало-де-ла-Сьерра,Аревало-де-ла-Сьєрра,阿雷瓦洛德拉谢拉	42027	55	SO	42027	
3129644	Arévalo	arevalo	ES	05200	7689	Europe/Madrid	41.06255	-4.72042		Arevalo,Arévalo,a lei wa luo,arbalw,arebaro,aryfalw,Аревало,آربالو,أريفالو,アレバロ,阿雷瓦洛	05016	55	AV	05016	
3129645	Arevalillo de Cega	arevalillo-de-cega	ES	40185	41	Europe/Madrid	41.16174	-3.88911		Arevalillo de Cega	40021	55	SG	40021	
3129650	Areso	areso	ES	31876	298	Europe/Madrid	43.08209	-1.95198		Areso	31031	32	NA	31031	
3129655	Ares	ares	ES	15624	5342	Europe/Madrid	43.42995	-8.24254			15004	58	C	15004	
3129658	Arenzana de Arriba	arenzana-de-arriba	ES	26312	32	Europe/Madrid	42.38745	-2.69494		Arenzana de Arriba	26016	27	LO	26016	
3129659	Arenzana de Abajo	arenzana-de-abajo	ES	26311	252	Europe/Madrid	42.38599	-2.7194		Arenzana de Abajo	26015	27	LO	26015	
3129660	Arenys de Munt	arenys-de-munt	ES	08358	7394	Europe/Madrid	41.61424	2.53972		Arenys de Munt		56	B	08007	
3129661	Arenys de Mar	arenys-de-mar	ES	08350	15307	Europe/Madrid	41.5819	2.54936		Aren's-de-Mar,Aren'sh-da-Mar,Arenis de Mar,Arenys de Mar,aleniseudemaleu,arnys d mar,arynys dy mar,bin hai a lei ni si,Ареньс-де-Мар,Ареньш-да-Мар,Արենիս դե Մար,آرنیس د مار,أرينيس دي مار,滨海阿雷尼斯,아레니스데마르		56	B	08006	
3129662	Arenys d'Empordà	arenys-d-emporda	ES	17476	0	Europe/Madrid	42.16787	2.95517		Arenys d'Emporda,Arenys d'Empordà		56	GI	17075	
3129666	Areños	arenos	ES	34849	0	Europe/Madrid	43.11395	-4.72874		Arenas,Arenos,Areños		39	S	39015	
3129667	Areños	arenos	ES	34849	0	Europe/Madrid	42.99247	-4.48998		Arenos,Areños		55	P	34904	
3129669	Arenillas de Villadiego	arenillas-de-villadiego	ES	09133	0	Europe/Madrid	42.53006	-3.98538				55	BU	09427	
3129670	Arenillas de Valderaduey	arenillas-de-valderaduey	ES	24329	0	Europe/Madrid	42.27873	-5.05906		Arenill,Arenillas de Valderaduey		55	LE	24139	
3129671	Arenillas de San Pelayo	arenillas-de-san-pelayo	ES	34473	0	Europe/Madrid	42.58029	-4.59883		Arenillas de San Pelayo		55	P	34037	
3129672	Arenillas de Ríopisuerga	arenillas-de-riopisuerga	ES	09107	219	Europe/Madrid	42.35728	-4.23523				55	BU	09024	
3129673	Arenillas de Nuño Pérez	arenillas-de-nuno-perez	ES	34477	0	Europe/Madrid	42.51651	-4.53199		Arenillas de Nuno Perez,Arenillas de Nuño Pérez,Arenillas de Perez Nuno,Arenillas de Perez Nuño		55	P	34228	
3129674	Arenillas de Muñó	arenillas-de-muno	ES	09239	0	Europe/Madrid	42.22203	-3.8477				55	BU	09125	
3129675	Arenillas	arenillas	ES	42368	0	Europe/Madrid	42.81792	-3.91017				39	S	39094	
3129676	Arenillas	arenillas	ES	42368	29	Europe/Madrid	41.34706	-2.84618		Arenillas	42026	55	SO	42026	
3129677	Areantza	arenaza	ES	01129	0	Europe/Madrid	43.01708	-2.48734		Areantza,Areatza,Arenaza,Arientza		59	SS	20013	
3129678	Arenas de San Pedro	arenas-de-san-pedro	ES	05400	6539	Europe/Madrid	40.21041	-5.08694		Arenas de San Pedro,Arenas-de-San-Pedro,a lei na si de sheng pei de luo,arnas d san pdrw,arynas dy san bydrw,Аренас де Сан Педро,Аренас-де-Сан-Педро,آرناس د سان پدرو,أريناس دي سان بيدرو,阿雷纳斯德圣佩德罗	05014	55	AV	05014	
3129679	Arenas de Iguña	arenas-de-iguna	ES	39450	1906	Europe/Madrid	43.18293	-4.04729		Arenas de Iguna,Arenas de Iguña,Arenas-de-Igun'ja,Arenas-de-Igunija,Las Arenas,a lei na si de gu ni ya,arynas dy aghwynya,Аренас-де-Ігунья,Аренас-де-Игуния,أريناس دي أغوينيا,阿雷纳斯德古尼亚	39004	39	S	39004	
3129685	Arenal	arenal	ES	03738	0	Europe/Madrid	43.3322	-3.81776		Arenal		39	S	39048	
3129687	Arén	aren	ES	22583	359	Europe/Madrid	42.26667	-0.73333		Aren,Arén		52	HU	22151	
3129688	Arellano	arellano	ES	31263	186	Europe/Madrid	42.60598	-2.04653		Arellano	31030	32	NA	31030	
3129689	Arexola	arexola	ES	01169	0	Europe/Madrid	43.05	-2.58333		Arejola,Arexola,Aréjola		59	VI	01003	
3129690	Areitio	areitio	ES	48269	0	Europe/Madrid	43.01667	-2.51667		Areitio		59	SS	20034	
3129692	Aretxabaleta	aretxabaleta	ES	01194	6319	Europe/Madrid	43.03414	-2.50456		Arechavaleta,Aretxabaleta	20013	59	SS	20013	
3129694	Aretxalde	aretxalde	ES	48196	0	Europe/Madrid	43.26667	-2.83333		Arechalde,Aretxalde		59	BI	48081	
3129695	Areas	areas	ES	27578	22	Europe/Madrid	42.75	-7.9		Areas,Santa Cristina		58	LU	27003	
3129696	Áreas	areas	ES	27578	0	Europe/Madrid	42.18333	-8.53333		Areas,Santa Maria,Áreas		58	PO	36042	
3129697	Areas	areas	ES	27578	0	Europe/Madrid	42.03333	-8.65		Areas,Santa Marina		58	PO	36055	
3129702	Ardoncino	ardoncino	ES	24251	0	Europe/Madrid	42.48879	-5.64377		Ardoncino		55	LE	24065	
3129703	Ardón	ardon	ES	24232	637	Europe/Madrid	42.43629	-5.56048		Ardon,Ardón	24006	55	LE	24006	
3129705	Ardisana	ardisana	ES	33507	0	Europe/Madrid	43.38687	-4.94358		Ardisana		34	O	33036	
3129707	Ardines	ardines	ES	33569	0	Europe/Madrid	43.4584	-5.07268				34	O	33056	
3129711	Ardesaldo	ardesaldo	ES	33891	0	Europe/Madrid	43.42734	-6.28187		Ardesaldo		34	O	33059	
3129712	Ardenya	ardenya	ES	43762	0	Europe/Madrid	41.16951	1.34368		Ardena,Ardenya,Ardeña		56	T	43043	
3129718	Ardaitz	ardaitz	ES	31697	0	Europe/Madrid	42.9	-1.45		Ardaitz,Ardaiz		32	NA	31092	
3129719	Arcusa	arcusa	ES	22149	0	Europe/Madrid	42.31667	-0.08333		Arcusa		52	HU	22058	
3129720	Arcos de la Sierra	arcos-de-la-sierra	ES	16141	109	Europe/Madrid	40.34664	-2.1131		Arcos de la Sierra	16022	54	CU	16022	
3129721	Arcos de la Polvorosa	arcos-de-la-polvorosa	ES	49699	274	Europe/Madrid	41.94389	-5.69731		Arcos de la Polvorosa	49011	55	ZA	49011	
3129722	Arcos de la Cantera	arcos-de-la-cantera	ES	16191	0	Europe/Madrid	40.12694	-2.22317		Arcos de la Cantera		54	CU	16023	
3129723	Arcos de Jalón	arcos-de-jalon	ES	42250	1867	Europe/Madrid	41.21592	-2.2747		Arcos,Arcos de Jalon,Arcos de Jalón,Arcos de Xalon,Arcos de Xalón,Arkos-de-Khalon,a er ke si de ha long,Аркос-де-Халон,阿尔科斯德哈隆	42025	55	SO	42025	
3129740	Arcones	arcones	ES	40164	266	Europe/Madrid	41.11817	-3.72384		Arcones	40020	55	SG	40020	
3129741	Arconcillos	arconcillos	ES	40164	0	Europe/Madrid	41.12138	-3.73119		Arconcillos		55	SG	40020	
3129742	Arconada	arconada	ES	09592	0	Europe/Madrid	42.59661	-3.52116		Arconada		55	BU	09071	
3129743	Arconada	arconada	ES	09592	50	Europe/Madrid	42.32774	-4.49617		Arconada	34015	55	P	34015	
3129747	Arkotxa	arkotxa	ES	48480	0	Europe/Madrid	43.3	-3.01667		Arcocha,Arkotxa		59	BI	48080	
3129753	Arcillo	arcillo	ES	49272	0	Europe/Madrid	41.41862	-5.94531		Arcillo		55	ZA	49152	
3129754	Arcillera	arcillera	ES	49514	0	Europe/Madrid	41.69186	-6.27789		Arcillera		55	ZA	49071	
3129755	Arcillá	arcilla	ES	27379	0	Europe/Madrid	43.16667	-7.58333		Arcilla,Arcillá,San Pelayo		58	LU	27015	
3129756	Arcicóllar	arcicollar	ES	45182	662	Europe/Madrid	40.05517	-4.11638		Arcicollar,Arcicóllar	45015	54	TO	45015	
3129760	Archilla	archilla	ES	19411	0	Europe/Madrid	40.68473	-2.91656		Archilla		54	GU	19053	
3129761	Arcera	arcera	ES	39419	0	Europe/Madrid	42.8756	-4.0474		Arcera		39	S	39093	
3129762	Arceo	arceo	ES	09587	0	Europe/Madrid	43.10549	-3.36379				55	BU	09410	
3129763	Arceo	arceo	ES	09587	0	Europe/Madrid	43.03333	-8.16667		Arceo,San Vicente		58	C	15010	
3129764	Arcenillas	arcenillas	ES	49151	310	Europe/Madrid	41.45641	-5.68512		Arcenillas	49010	55	ZA	49010	
3129766	Arcediano	arcediano	ES	37429	104	Europe/Madrid	41.09379	-5.56055		Arcediano	37033	55	SA	37033	
3129768	Arce	arce	ES	09218	0	Europe/Madrid	43.40953	-3.94221		Arce		39	S	39052	
3129769	Arce	arce	ES	09218	0	Europe/Madrid	43.25982	-3.13676		Arce,Artze		59	BI	48086	
3129770	Arce	arce	ES	09218	102	Europe/Madrid	43.10712	-1.67638				32	NA	31081	
3129771	Arce	arce	ES	09218	0	Europe/Madrid	42.86496	-1.37796		Arce,Arce - Artzi,Arce-Artzi,Arse,Artzi,Artzibar,a er sai,Арсе,阿尔塞		32	NA	31028	
3129772	Arcayos	arcayos	ES	24171	0	Europe/Madrid	42.59228	-5.04443		Arcayos		55	LE	24226	
3129779	Arcallana	arcallana	ES	33785	0	Europe/Madrid	43.52078	-6.30783		Arcallana,Areallana		34	O	33034	
3129781	Arcahueja	arcahueja	ES	24227	0	Europe/Madrid	42.56645	-5.49708		Arcahueja		55	LE	24175	
3129784	Arcavell	arcavell	ES	25799	0	Europe/Madrid	42.43076	1.48233		Arcabell,Arcavell		56	L	25239	
3129785	Arca	arca	ES	39430	0	Europe/Madrid	42.9	-8.36667		Arca,Area,Santa Eulalia		58	C	15066	
3129786	Arca	arca	ES	39430	0	Europe/Madrid	42.62398	-8.49216		Arca,San Miguel		58	PO	36017	
3129787	Arbulu	arbulu	ES	01192	0	Europe/Madrid	42.87533	-2.56572		Arbulo,Arbulu		59	VI	01021	
3129788	Arbujuelo	arbujuelo	ES	42240	0	Europe/Madrid	41.13162	-2.3792		Arbujuelo		55	SO	42113	
3129789	Arbués	arbues	ES	22760	0	Europe/Madrid	42.50697	-0.78424				52	HU	22044	
3129791	Arbúcies	arbucies	ES	17401	0	Europe/Madrid	41.81667	2.51667		Arbucies,Arbúcies	17009	56	GI	17009	
3129794	Arboniés	arbonies	ES	31454	0	Europe/Madrid	42.6799	-1.25348		Arbonies,Arboniés		32	NA	31209	
3129795	Arbón	arbon	ES	33718	0	Europe/Madrid	43.48436	-6.7087		Arbon,Arbón		34	O	33077	
3129797	Arbolí	arboli	ES	43365	0	Europe/Madrid	41.23333	-0.95		Arboli,Arbolí		56	T	43015	
3129798	Arboleya	arboleya	ES	33310	0	Europe/Madrid	43.41347	-5.43059				34	O	33009	
3129801	Arboces	arboces	ES	33757	0	Europe/Madrid	43.54796	-6.81337		Arboces		34	O	33023	
3129803	Arbizu	arbizu	ES	31839	973	Europe/Madrid	42.91545	-2.03917		Arbizu	31027	32	NA	31027	
3129807	Arbeteta	arbeteta	ES	19492	59	Europe/Madrid	40.66999	-2.40236		Arbeteta	19038	54	GU	19038	
3129808	Arbeiza	arbeiza	ES	31241	0	Europe/Madrid	42.67537	-2.06354				32	NA	31011	
3129809	Arbeca	arbeca	ES	25140	2058	Europe/Madrid	41.54153	0.92457		Arbeca	25029	56	L	25029	
3129811	Arbaniés	arbanies	ES	22121	0	Europe/Madrid	42.16247	-0.24863		Arbanies,Arbaniés		52	HU	22222	
3129813	Arbancón	arbancon	ES	19237	197	Europe/Madrid	40.96434	-3.11505			19037	54	GU	19037	
3129822	Araia	araya	ES	12119	1583	Europe/Madrid	42.89345	-2.31314		Araia,Araya,Asparren,Asparrena,Aspárrena		59	VI	01009	
3129823	Araya	araya	ES	12119	0	Europe/Madrid	40.06667	-0.28333		Araia,Araya,Caserio Araya,Caserío Araya		60	CS	12072	
3129828	Arauzo de Torre	arauzo-de-torre	ES	09451	106	Europe/Madrid	41.79818	-3.42314		Arauzo de Torre	09022	55	BU	09022	
3129829	Arauzo de Salce	arauzo-de-salce	ES	09451	76	Europe/Madrid	41.81919	-3.41191		Arauzo de Salce	09021	55	BU	09021	
3129830	Arauzo de Miel	arauzo-de-miel	ES	09451	354	Europe/Madrid	41.85878	-3.38773		Arauzo de Miel	09020	55	BU	09020	
3129835	Aratzerreka	aratz-erreka	ES	20738	0	Europe/Madrid	43.1328	-2.27361		Aratz Erreka		59	SS	20018	
3129836	Aratorés	aratores	ES	22860	0	Europe/Madrid	42.65758	-0.56515		Aratores,Aratorés		52	HU	22086	
3129838	Arasán	arasan	ES	22466	0	Europe/Madrid	42.52422	0.5106		Arasan,Arasán		52	HU	22062	
3129839	Aras	aras	ES	31239	221	Europe/Madrid	42.56172	-2.356		Aras,Tres Aras	31026	32	NA	31026	
3129841	Arapiles	arapiles	ES	37796	509	Europe/Madrid	40.89366	-5.64494		Arapiles	37032	55	SA	37032	
3129843	Aranzueque	aranzueque	ES	19141	394	Europe/Madrid	40.49094	-3.07448		Aranzueque	19036	54	GU	19036	
3129846	Arantzazu	arantzazu	ES	20567	0	Europe/Madrid	42.9793	-2.39889		Arantzazu,Aranzazu,Aránzazu		59	SS	20059	
3129847	Aranza	aranza	ES	27689	0	Europe/Madrid	42.8726	-7.26953		Aranza		58	LU	27901	
3129848	Arañuel	aranuel	ES	12232	187	Europe/Madrid	40.06667	-0.48333		Aranuel,Aranyel,Arañuel	12013	60	CS	12013	
3129850	Arantiones	arantiones	ES	39220	0	Europe/Madrid	42.82381	-3.97035		Arantiones		39	S	39094	
3129851	Arante	arante	ES	27714	0	Europe/Madrid	43.49104	-7.1778		Arante,San Pedro		58	LU	27051	
3129852	Aransís	aransis	ES	25638	0	Europe/Madrid	42.08616	0.95521		Aransis,Aransís		56	L	25128	
3129853	Arànser	aranser	ES	25726	0	Europe/Madrid	42.40774	1.66288				56	L	25127	
3129855	Arano	arano	ES	31754	0	Europe/Madrid	43.19956	-1.89569		Arano	31024	32	NA	31024	
3129856	Araño	arano	ES	31754	0	Europe/Madrid	42.7	-8.8		Arano,Araño,Santa Eulalia		58	C	15072	
3129857	Aranjuez	aranjuez	ES	28300	54055	Europe/Madrid	40.03108	-3.60246		Aranchuesas,Aranguesia,Aranjuez,Arankhuehs,Arankhues,Arankhuez,a lan hu ai si,alanhueseu,aranfuesu,arnkhwyth,Аранхуез,Аранхуес,Аранхуэс,ארנחואס,آرنخويث,アランフエス,阿兰胡埃斯,아란후에스	28013	29	M	28013	
3129858	Araniego	araniego	ES	33815	0	Europe/Madrid	43.1981	-6.58081		Araniege,Araniego		34	O	33011	
3129859	Aranguren	aranguren	ES	31192	0	Europe/Madrid	43.21148	-3.09665		Aranguren		59	BI	48096	
3129860	Aranguren	aranguren	ES	31192	0	Europe/Madrid	43.09714	-2.87028				59	BI	48075	
3129861	Arangiz	arangiz	ES	01196	0	Europe/Madrid	42.88838	-2.69979		Arangiz,Aranguiz,Aránguiz		59	VI	01059	
3129862	Arangas	arangas	ES	33554	0	Europe/Madrid	43.32716	-4.79936		Arangas		34	O	33008	
3129864	Aranga	aranga	ES	15317	2246	Europe/Madrid	43.23469	-8.01705		Aranga,San Pelayo	15003	58	C	15003	
3129866	Arandojo	arandojo	ES	33810	0	Europe/Madrid	42.96618	-6.83748		Arandojo		34	O	33028	
3129869	Arandilla del Arroyo	arandilla-del-arroyo	ES	16812	36	Europe/Madrid	40.51056	-2.38355		Arandilla,Arandilla del Arroyo	16020	54	CU	16020	
3129872	Arandilla	arandilla	ES	09410	188	Europe/Madrid	41.73778	-3.42914		Arandilla	09019	55	BU	09019	
3129875	Arándiga	arandiga	ES	50266	481	Europe/Madrid	41.50872	-1.50074		Arandiga,Arándiga	50032	52	Z	50032	
3129876	Aranda de Moncayo	aranda-de-moncayo	ES	50259	214	Europe/Madrid	41.57749	-1.79171		Aranda de Moncayo	50031	52	Z	50031	
3129877	Aranda de Duero	aranda-de-duero	ES	09400	32928	Europe/Madrid	41.67041	-3.6892		Aranda,Aranda de Duero,Aranda-de-Duehro,Aranda-de-Duero,aranda dy dwyrw,du luo he pan a lan da,Аранда-де-Дуеро,Аранда-де-Дуэро,أراندا دي دويرو,アランダ・デ・ドゥエロ,杜罗河畔阿兰达	09018	55	BU	09018	
3129879	Arancón	arancon	ES	42180	108	Europe/Madrid	41.80017	-2.28141		Arancon,Aranconi vald,Arancón,Arancóni vald,Arankon,Arankona,Arankonas,a lan kong,arankon,arankwn,Аранкон,آرانکون,アランコン,阿兰孔	42024	55	SO	42024	
3129880	Arancedo	arancedo	ES	33756	0	Europe/Madrid	43.50543	-6.82389		Arancedo,San Cipriano de Arancedo		34	O	33023	
3129881	Arantza	arantza	ES	31790	0	Europe/Madrid	43.19623	-1.72494		Aranatz,Aranaz,Arantza	31022	32	NA	31022	
3129884	Arana	arana	ES	09215	0	Europe/Madrid	43.30304	-2.68486		Arana		59	BI	48046	
3129885	Arana	arana	ES	09215	324	Europe/Madrid	42.70071	-2.71844		Arana		55	BU	09109	
3129887	Aramunt	aramunt	ES	25518	0	Europe/Madrid	42.2	-1				56	L	25161	
3129890	Aramil	aramil	ES	33518	0	Europe/Madrid	43.38601	-5.61894		Abajo,Aramil		34	O	33066	
3129891	Aramendía	aramendia	ES	31290	0	Europe/Madrid	42.71133	-2.1056				32	NA	31011	
3129892	Arama	arama	ES	20248	161	Europe/Madrid	43.06335	-2.1654		Arama	20012	59	SS	20012	
3129893	Aralla	aralla	ES	24146	0	Europe/Madrid	42.9	-5.83333				55	LE	24164	
3129895	Arahuetes	arahuetes	ES	40173	58	Europe/Madrid	41.13762	-3.85664		Arahuetes	40019	55	SG	40019	
3129897	Aragüés del Puerto	aragues-del-puerto	ES	22730	143	Europe/Madrid	42.70641	-0.66999			22032	52	HU	22032	
3129898	Araguás del Solano	araguas-del-solano	ES	22713	0	Europe/Madrid	42.60288	-0.62837				52	HU	22130	
3129899	Araguás	araguas	ES	22338	0	Europe/Madrid	42.47362	0.16188				52	HU	22190	
3129900	Aragosa	aragosa	ES	19294	0	Europe/Madrid	40.97063	-2.71174		Aragosa		54	GU	19168	
3129903	Aragoneses	aragoneses	ES	40123	0	Europe/Madrid	41.02752	-4.38465		Aragoneses		55	SG	40185	
3129904	Aragoncillo	aragoncillo	ES	19344	0	Europe/Madrid	40.93483	-2.04575		Aragoncillo,Arangocillo		54	GU	19099	
3129908	Araduenga	araduenga	ES	09588	0	Europe/Madrid	43.09647	-3.17162				55	BU	09410	
3129909	Aradillos	aradillos	ES	39212	0	Europe/Madrid	43.03002	-4.13348		Aradillos		39	S	39027	
3129910	Arada	arada	ES	27568	7	Europe/Madrid	42.8	-7.81667		Arada		58	LU	27032	
3129917	Ara	ara	ES	22620	0	Europe/Madrid	42.49469	-0.46675				52	HU	22130	
3129918	Aquilué	aquilue	ES	22625	0	Europe/Madrid	42.38122	-0.48891		Aquilue,Aquilué		52	HU	22072	
3129925	Apotzaga	apotzaga	ES	20530	0	Europe/Madrid	43.03047	-2.52355		Apotza,Apotzaga,Apozaga,Apózaga		59	SS	20034	
3129928	Apiés	apies	ES	22195	0	Europe/Madrid	42.22522	-0.40418		Apies,Apiés		52	HU	22125	
3129932	Apatamonasterio	apatamonasterio	ES	48291	0	Europe/Madrid	43.13067	-2.58457		Apatamonasterio		59	BI	48091	
3129935	Aoslos	aoslos	ES	28755	0	Europe/Madrid	41.05538	-3.59715		Aorlos,Aoslos,Roslos		29	M	28070	
3129936	Aós	aos	ES	31481	0	Europe/Madrid	42.75697	-1.38496		Aos		32	NA	31158	
3129939	Anzo	anzo	ES	09589	0	Europe/Madrid	43.39587	-6.0284				34	O	33026	
3129940	Anzó	anzo	ES	09589	0	Europe/Madrid	42.71667	-8.2		Anzo,Anzó,San Juan		58	PO	36024	
3129941	Anzas	anzas	ES	33878	0	Europe/Madrid	43.49892	-7.09093				58	LU	27051	
3129942	Anzás	anzas	ES	33878	0	Europe/Madrid	43.35137	-6.52257		Anzas,Anzás		34	O	33073	
3129943	Anzánigo	anzanigo	ES	22830	0	Europe/Madrid	42.40259	-0.65024		Anzanigo,Anzánigo		52	HU	22072	
3129945	Anuntzeta / Anúcita	anucita	ES	01428	0	Europe/Madrid	42.80133	-2.89839		Anucita,Anuntzeta,Anuzita,Anúcita		59	VI	01046	
3129946	Añua	anua	ES	01192	0	Europe/Madrid	42.8328	-2.53776		Anua,Añua		59	VI	01021	
3129947	Antrialgo	antrialgo	ES	33583	0	Europe/Madrid	43.37005	-5.28228				34	O	33049	
3129948	Antoñanes del Páramo	antonanes-del-paramo	ES	24248	0	Europe/Madrid	42.40419	-5.78988				55	LE	24026	
3129949	Antoñán del Valle	antonan-del-valle	ES	24281	0	Europe/Madrid	42.52316	-5.94957		Antonan del Valle,Antoñán del Valle		55	LE	24015	
3129950	Antoñana	antonana	ES	01128	0	Europe/Madrid	43.32746	-6.27339		Antonana,Antoñana		34	O	33005	
3129951	Antoñana	antonana	ES	01128	0	Europe/Madrid	42.69336	-2.39619		Antonana,Antoñana		59	VI	01017	
3129952	Antimio de Arriba	antimio-de-arriba	ES	24391	0	Europe/Madrid	42.51406	-5.64632		Antimio de Arriba		55	LE	24065	
3129953	Antimio de Abajo	antimio-de-abajo	ES	24251	0	Europe/Madrid	42.49556	-5.61141		Antimio de Abajo		55	LE	24105	
3129954	Antillón	antillon	ES	22133	168	Europe/Madrid	42.03639	-0.16239		Antillon,Antillón	22029	52	HU	22029	
3129955	Antigüedad	antiguedad	ES	34248	400	Europe/Madrid	41.94681	-4.12058		Antiguedad,Antigüedad	34012	55	P	34012	
3129957	Antezana de la Ribera	antezana-de-la-ribera	ES	01220	0	Europe/Madrid	42.77127	-2.87676		Antezana,Antezana de la Ribera		59	VI	01046	
3129960	Andaparaluzeta	andaparaluzeta	ES	48210	0	Europe/Madrid	43.06667	-2.65		Andaparaluzeta,Anteparaluceta		59	BI	48072	
3129964	Antas	antas	ES	04628	0	Europe/Madrid	42.40923	-8.4244				58	PO	36025	
3129966	Anta de Ríoconejos	anta-de-rioconejos	ES	49349	0	Europe/Madrid	42.07565	-6.4739		Anta,Anta de Rioconejos,Anta de Ríoconejos		55	ZA	49181	
3129968	Ansó	anso	ES	22728	519	Europe/Madrid	42.75785	-0.82947		Anso,Ansó,Berari,an suo,Ансо,安索	22028	52	HU	22028	
3129970	Anserall	anserall	ES	25798	0	Europe/Madrid	42.37896	1.45678				56	L	25239	
3129971	Ansemil	ansemil	ES	32817	38	Europe/Madrid	42.73333	-8.26667		Ansemil		58	PO	36052	
3129973	Ansemar	ansemar	ES	27259	0	Europe/Madrid	43.16667	-7.41667		Ansemar,El Salvador		58	LU	27010	
3129974	Anseán	ansean	ES	27163	0	Europe/Madrid	42.96428	-9.09037		Ansean,Anseán		58	C	15034	
3129975	Anseán	ansean	ES	27163	0	Europe/Madrid	42.91667	-7.45		Ansean,Anseán,Santa Catalina		58	LU	27014	
3129976	Anseán	ansean	ES	27163	0	Europe/Madrid	42.65	-8.2		Ansean,Anseán		58	PO	36024	
3129979	Anroig	anroig	ES	12370	0	Europe/Madrid	40.51259	0.11759		Anroig,Caserio Anroig,Caserío Anroig		60	CS	12052	
3129980	Anquela del Pedregal	anquela-del-pedregal	ES	19357	21	Europe/Madrid	40.74336	-1.73697		Anquela del Pedregal	19034	54	GU	19034	
3129981	Anquela del Ducado	anquela-del-ducado	ES	19287	87	Europe/Madrid	40.97084	-2.13066		Anquela del Ducado	19033	54	GU	19033	
3129982	Añoza	anoza	ES	34307	0	Europe/Madrid	42.22452	-4.78456		Anoza,Añoza		55	P	34902	
3129983	Anotz	anotz	ES	31172	0	Europe/Madrid	42.86667	-1.81667		Anotz,Anoz		32	NA	31194	
3129984	Añover de Tormes	anover-de-tormes	ES	37111	100	Europe/Madrid	41.13658	-5.91585		Anover de Tormes,Añover de Tormes	37030	55	SA	37030	
3129987	Añorbe	anorbe	ES	31154	0	Europe/Madrid	42.65732	-1.7149			31018	32	NA	31018	
3129989	Anoeta	anoeta	ES	20270	0	Europe/Madrid	43.16241	-2.07107		Anoeta	20010	59	SS	20010	
3129990	Anocíbar	anocibar	ES	31799	0	Europe/Madrid	42.92006	-1.63951		Anocibar,Anocíbar		32	NA	31186	
3129993	Anlló	anllo	ES	32455	0	Europe/Madrid	42.45	-7.61667		Anllo,Anlló,San Esteban		58	LU	27059	
3129994	Anlló	anllo	ES	32455	0	Europe/Madrid	42.45	-7.6		Anllo,Anlló,San Martin,San Martín		58	LU	27059	
3129995	Anllo	anllo	ES	32455	0	Europe/Madrid	42.38875	-8.09044		Anllo		58	OR	32074	
3129998	Anleo	anleo	ES	33719	0	Europe/Madrid	43.51017	-6.69262		Anleo,San Miguel de Anleo		34	O	33041	
3129999	Aniz	aniz	ES	31796	79	Europe/Madrid	43.11213	-1.58137		Aniz		32	NA	31050	
3130000	Aniñon	aninon	ES	50313	827	Europe/Madrid	41.44481	-1.70434		Aninon,Aniñon		52	Z	50029	
3130003	Aniezo	aniezo	ES	39571	0	Europe/Madrid	43.15	-4.51667		Aniezo		39	S	39013	
3130004	Anieves	anieves	ES	33919	0	Europe/Madrid	43.32438	-5.78889		Anieves		34	O	33044	
3130005	Aniés	anies	ES	22162	0	Europe/Madrid	42.30408	-0.57808		Anies,Aniés		52	HU	22904	
3130007	Añides	anides	ES	33778	0	Europe/Madrid	43.43077	-6.96655		Anides,Añides		34	O	33017	
3130008	Aniago	aniago	ES	47239	0	Europe/Madrid	41.53499	-4.85553		Caserio Aniago,Caserío Aniago		55	VA	47186	
3130009	Ania	ania	ES	33190	0	Europe/Madrid	43.40663	-5.97905		Ania		34	O	33054	
3130010	Anguta	anguta	ES	26288	0	Europe/Madrid	42.33832	-3.09149		Anguta		27	LO	26162	
3130014	Anguix	anguix	ES	09313	138	Europe/Madrid	41.75331	-3.93125		Anguix	09017	55	BU	09017	
3130015	Anguix	anguix	ES	09313	0	Europe/Madrid	40.43269	-2.80653				54	CU	16041	
3130016	Anguita	anguita	ES	19283	254	Europe/Madrid	41.02659	-2.36849		Anguita	19032	54	GU	19032	
3130020	Anguiano	anguiano	ES	26322	531	Europe/Madrid	42.26381	-2.76463		Angiano,Anguiano,an ji ya nuo,Ангиано,Ангіано,Անգիանո,安吉亚诺	26014	27	LO	26014	
3130021	Angüés	angues	ES	22123	419	Europe/Madrid	42.11109	-0.15298		Angues,Angüés	22027	52	HU	22027	
3130025	Anguciana	anguciana	ES	26210	335	Europe/Madrid	42.57421	-2.90124		Anguciana	26013	27	LO	26013	
3130027	Angosto	angosto	ES	09514	0	Europe/Madrid	43.01741	-3.41678		Angosto		55	BU	09209	
3130028	Angostina	angostina	ES	01118	0	Europe/Madrid	43.33537	-3.32528		Angostina		39	S	39030	
3130029	Angostina	angostina	ES	01118	0	Europe/Madrid	42.63528	-2.46994		Angostina		59	VI	01016	
3130031	Anglesola	anglesola	ES	25320	1313	Europe/Madrid	41.65649	1.08286		Anglesola	25027	56	L	25027	
3130032	Anglès	angles	ES	17160	5159	Europe/Madrid	41.95617	2.63603	183	Angles,Anglès		56	GI	17008	
3130034	Anxeriz	anxeriz	ES	27229	0	Europe/Madrid	43.1	-7.83333				58	LU	27022	
3130043	Anfeoz	anfeoz	ES	32825	0	Europe/Madrid	42.20271	-7.99852		Santa Eulalia		58	OR	32020	
3130045	Añézcar	anezcar	ES	31195	0	Europe/Madrid	42.86414	-1.7191		Anezkar,Añezkar		32	NA	31902	
3130047	Aneto	aneto	ES	22487	0	Europe/Madrid	42.55808	0.74553				52	HU	22157	25245
3130049	Anés	anes	ES	01477	0	Europe/Madrid	43.41667	-5.7		Anes,Anés,San Martin,San Martín		34	O	33066	
3130050	Añes	anes	ES	01477	0	Europe/Madrid	43.05911	-3.13351				59	VI	01010	
3130051	Anero	anero	ES	39794	0	Europe/Madrid	43.39756	-3.6521				39	S	39062	
3130052	Anento	anento	ES	50369	200	Europe/Madrid	41.06958	-1.33375		Anento	50028	52	Z	50028	
3130053	Añe	ane	ES	40492	124	Europe/Madrid	41.03702	-4.29462		Ane,Añe	40018	55	SG	40018	
3130055	Anduerga	anduerga	ES	33427	0	Europe/Madrid	43.45863	-5.92392		Anduerga		34	O	33035	
3130056	Andrín	andrin	ES	33596	0	Europe/Madrid	43.40661	-4.71674				34	O	33036	
3130059	Andreade	andreade	ES	27611	0	Europe/Madrid	42.73898	-7.55894				58	LU	27042	
3130064	Andraka	andraka	ES	48620	0	Europe/Madrid	43.4	-2.9		Andracas,Andraka,Andrakas		59	BI	48056	
3130066	Andosilla	andosilla	ES	31261	2830	Europe/Madrid	42.38144	-1.67305		Andosilla		32	NA	31191	
3130067	Andorra	andorra	ES	44500	7890	Europe/Madrid	40.97655	-0.44721		Andorra	44025	52	TE	44025	
3130068	Andollu	andollu	ES	01193	0	Europe/Madrid	42.8305	-2.56906		Andollu		59	VI	01059	
3130069	Andoin	andoin	ES	01260	0	Europe/Madrid	42.85923	-2.26559				59	VI	01009	
3130070	Andoain	andoain	ES	20140	14679	Europe/Madrid	43.21658	-2.0253		Andoain,Andoaín,Andoáin	20009	59	SS	20009	
3130071	Andiñuela	andinuela	ES	24722	0	Europe/Madrid	42.45703	-6.31566		Andinuela,Andiñuela		55	LE	24152	
3130072	Andino	andino	ES	09554	0	Europe/Madrid	42.91604	-3.56372		Andino		55	BU	09903	
3130075	Andikoa	andikoa	ES	48240	0	Europe/Madrid	43.18333	-2.58333		Andicona,Andicona-Elizondo,Andikoa,Elizondo		59	BI	48019	
3130077	Andés	andes	ES	33719	0	Europe/Madrid	43.54754	-6.70502		Andes,Andés,San Pedro,San Pedro de Andes,San Pedro de Andés		34	O	33041	
3130079	Andeo	andeo	ES	33810	0	Europe/Madrid	43.04818	-6.83409		Andeo		34	O	33028	
3130082	Andavias	andavias	ES	49162	446	Europe/Madrid	41.59702	-5.85646		Andavias		55	ZA	49009	
3130083	Andarraso	andarraso	ES	24127	0	Europe/Madrid	42.74671	-6.00941		Andarraso		55	LE	24132	
3130085	Andaluz	andaluz	ES	42365	0	Europe/Madrid	41.51995	-2.80925		Andaluz		55	SO	42035	
3130088	Anda	anda	ES	01439	0	Europe/Madrid	42.91838	-2.89542		Anda		59	VI	01020	
3130093	Ancillo	ancillo	ES	39197	0	Europe/Madrid	43.45016	-3.49109		Ancillo		39	S	39005	
3130094	Anciles	anciles	ES	22469	0	Europe/Madrid	42.96679	-5.07358				55	LE	24130	
3130095	Anciles	anciles	ES	22469	0	Europe/Madrid	42.59252	0.51001				52	HU	22054	
3130097	Anchuelo	anchuelo	ES	28818	540	Europe/Madrid	40.46527	-3.26838		Anchuelo	28012	29	M	28012	
3130098	Anchuela del Pedregal	anchuela-del-pedregal	ES	19350	0	Europe/Madrid	40.84336	-1.80899		Anchuela del Pedregal		54	GU	19190	
3130099	Anchuela del Campo	anchuela-del-campo	ES	19287	0	Europe/Madrid	41.02734	-2.00728		Anchuela del Campo		54	GU	19115	
3130107	Anaz	anaz	ES	39718	0	Europe/Madrid	43.36226	-3.7529		Anaz		39	S	39042	
3130108	Anayo	anayo	ES	33534	0	Europe/Madrid	43.4	-5.33333		Amayo,Anayo,Santa Maria,Santa María		34	O	33049	
3130109	Anaya de Alba	anaya-de-alba	ES	37863	277	Europe/Madrid	40.72828	-5.49266		Anaya de Alba	37029	55	SA	37029	
3130110	Anaya	anaya	ES	40121	137	Europe/Madrid	40.99184	-4.3095		Anaya	40017	55	SG	40017	
3130111	Añavieja	anavieja	ES	42108	0	Europe/Madrid	41.88101	-1.98506		Anavieja,Añavieja		55	SO	42057	
3130112	Añastro	anastro	ES	09215	0	Europe/Madrid	42.74166	-2.78997		Anastro,Añastro		55	BU	09109	
3130114	Anás	anas	ES	25572	0	Europe/Madrid	42.57595	1.21231		Anas,Anás		56	L	25901	
3130118	Anafreita	anafreita	ES	27229	0	Europe/Madrid	43.08333	-7.88333		Anafreita,San Pedro		58	LU	27020	
3130119	Anadón	anadon	ES	44212	19	Europe/Madrid	40.98225	-0.98367		Anadon,Anadón	44024	52	TE	44024	
3130122	Amusquillo	amusquillo	ES	47177	162	Europe/Madrid	41.74853	-4.30117		Amusquillo	47009	55	VA	47009	
3130123	Amusco	amusco	ES	34420	494	Europe/Madrid	42.17306	-4.47018		Amusco	34011	55	P	34011	
3130124	Amurrio	amurrio	ES	01470	10089	Europe/Madrid	43.05	-3		Amurio,Amurrio,a mu li ao,amwryw,Амурио,Амуррио,Амурріо,آموریو,أموريو,阿穆里奥	01002	59	VI	01002	
3130125	Amunartia	amunartia	ES	26270	0	Europe/Madrid	42.35252	-3.03616		Amunartia		27	LO	26110	
3130126	Amunarrizqueta	amunarrizqueta	ES	31395	0	Europe/Madrid	42.62903	-1.56178				32	NA	31150	
3130128	Ampuero	ampuero	ES	39840	3713	Europe/Madrid	43.34268	-3.41667		Ampuehro,Ampuero,ambyrw,ampwyrw,an pu ai luo,Ампуеро,Ампуэро,أمبيرو,امپوئرو,安普埃罗	39002	39	S	39002	
3130130	Ampudia	ampudia	ES	34191	677	Europe/Madrid	41.91608	-4.78033		Ampudia	34010	55	P	34010	
3130131	Amposta	amposta	ES	43870	21240	Europe/Madrid	40.70995	0.57856		Amposta	43014	56	T	43014	
3130133	Amoroto	amoroto	ES	48289	364	Europe/Madrid	43.32634	-2.51349		Amoroto	48004	59	BI	48004	
3130134	Amoroce	amoroce	ES	32817	0	Europe/Madrid	42.1454	-7.97891				58	OR	32024	
3130141	Amoeiro	amoeiro	ES	32170	2354	Europe/Madrid	42.41667	-7.95		Amoeiro	32002	58	OR	32002	
3130144	Amillano	amillano	ES	31290	0	Europe/Madrid	42.71855	-2.07322		Amillano		32	NA	31011	
3130146	Amieva	amieva	ES	33558	873	Europe/Madrid	43.24403	-5.0746		Am'eva,Ameva,Amieva,a mi ye wa,amyba,amyfa,Амьева,Амєва,آمیبا,أميفا,阿米耶瓦	33003	34	O	33003	
3130149	Ametzola	ametzola	ES	48499	0	Europe/Madrid	43.23333	-2.88333		Ametzola,Amezola,Amézola		59	BI	48020	
3130153	Ameyugo	ameyugo	ES	09219	98	Europe/Madrid	42.65617	-3.0617		Ameyugo	09016	55	BU	09016	
3130155	Amés	ames	ES	15864	26983	Europe/Madrid	42.90426	-8.65551		Ames,Ehjmsa,Santo Tomas,Santo Tomás,Эймса		58	C	15013	
3130157	Amer	amer	ES	17170	0	Europe/Madrid	42.01667	-2.6				27	LO	26091	
3130161	Ambroz	ambroz	ES	18102	0	Europe/Madrid	40.40993	-3.61416		Casas Labor Ambroz,Casas Labor Ambróz		29	M	28079	19
3130162	Ambrosero	ambrosero	ES	39791	0	Europe/Madrid	43.41546	-3.54925		Ambrosero		39	S	39009	
3130164	Ambrona	ambrona	ES	42230	0	Europe/Madrid	41.1657	-2.50835		Ambrona		55	SO	42115	
3130166	Ambrés	ambres	ES	33819	0	Europe/Madrid	43.17797	-6.42133		Ambres,Ambrés		34	O	33011	
3130172	Ambite	ambite	ES	28580	381	Europe/Madrid	40.3319	-3.18034		Ambite	28011	29	M	28011	
3130173	Ambingue	ambingue	ES	33557	0	Europe/Madrid	43.26091	-5.22323		Ambigue,Ambingue		34	O	33050	
3130175	Ambía	ambia	ES	32704	1885	Europe/Madrid	42.20578	-7.73707		Ambia,Ambía,San Esteban		58	OR	32036	
3130176	Ambel	ambel	ES	50546	332	Europe/Madrid	41.79472	-1.6152		Ambel	50027	52	Z	50027	
3130177	Ambasmestas	ambasmestas	ES	24524	0	Europe/Madrid	42.66363	-6.94649		Ambasmestas		55	LE	24198	
3130178	Ambasaguas	ambasaguas	ES	26586	0	Europe/Madrid	42.71667	-5.36667				55	LE	24151	
3130180	Ambasaguas	ambasaguas	ES	26586	0	Europe/Madrid	42.27215	-6.55706		Ambasaguas,Barrio de Ambasaguas		55	LE	24067	
3130185	Amayuelas de Ojeda	amayuelas-de-ojeda	ES	34485	0	Europe/Madrid	42.78434	-4.49215		Amayuelas de Ojeda		55	P	34114	
3130186	Amayuelas de Arriba	amayuelas-de-arriba	ES	34429	38	Europe/Madrid	42.21108	-4.4888		Amayuelas de Arriba	34009	55	P	34009	
3130187	Amayuelas de Abajo	amayuelas-de-abajo	ES	34429	0	Europe/Madrid	42.2048	-4.49575		Amayuelas de Abajo		55	P	34159	
3130188	Amayas	amayas	ES	19332	0	Europe/Madrid	41.06977	-1.98048		Amayas		54	GU	19265	
3130189	Amaya	amaya	ES	09136	0	Europe/Madrid	42.6428	-4.16279		Amaya		55	BU	09373	
3130191	Amavida	amavida	ES	05560	190	Europe/Madrid	40.57371	-5.06541		Amavida	05012	55	AV	05012	
3130192	Amatriáin	amatriain	ES	31395	0	Europe/Madrid	42.58646	-1.5683				32	NA	31150	
3130193	Amatos de Alba	amatos-de-alba	ES	37890	0	Europe/Madrid	40.84862	-5.48564		Amatos,Amatos de Alba		55	SA	37008	
3130194	Amasa	amasa	ES	20150	0	Europe/Madrid	43.18261	-2.0473		Amasa		59	SS	20075	
3130195	Amarita	amarita	ES	01520	0	Europe/Madrid	42.91545	-2.62925		Amarita,Amárita		59	VI	01059	
3130202	Amandi	amandi	ES	27423	0	Europe/Madrid	43.46843	-5.44398		San Juan		34	O	33076	
3130203	Amandi	amandi	ES	27423	0	Europe/Madrid	42.39915	-7.51576				58	LU	27059	
3130205	Altzusta	altzusta	ES	48144	0	Europe/Madrid	43.1	-2.75		Alsusta,Altzusta,Alzusta		59	BI	48024	
3130206	Alzórriz	alzorriz	ES	31472	0	Europe/Madrid	42.71421	-1.47556		Alzorriz,Alzórriz		32	NA	31237	
3130216	Alvidrón	alvidron	ES	27579	12	Europe/Madrid	42.8	-7.9		Alvidron,Alvidrón		58	LU	27003	
3130219	Alustante	alustante	ES	19320	278	Europe/Madrid	40.61442	-1.6591		Alustante	19027	54	GU	19027	
3130220	Aluenda	aluenda	ES	50322	0	Europe/Madrid	41.39689	-1.51967		Aluenda		52	Z	50110	
3130225	Altrón	altron	ES	25567	0	Europe/Madrid	42.45045	1.1035		Altron,Altrón		56	L	25209	
3130229	Altobar de la Encomienda	altobar-de-la-encomienda	ES	24792	0	Europe/Madrid	42.16339	-5.81407		Altobar de la Encomienda		55	LE	24117	
3130233	Altet	altet	ES	25350	0	Europe/Madrid	41.6838	1.14202		Altet		56	L	25217	
3130236	Altamiros	altamiros	ES	05141	0	Europe/Madrid	40.71162	-4.91123		Altamiros		55	AV	05079	
3130238	Altamira	altamira	ES	20200	0	Europe/Madrid	43.36852	-2.70243		Altamira		59	BI	48021	
3130239	Altamira	altamira	ES	20200	0	Europe/Madrid	42.45	-8.81667		Altamira		58	PO	36027	
3130240	Altafulla	altafulla	ES	43893	3975	Europe/Madrid	41.14286	1.37269			43012	56	T	43012	
3130241	Altable	altable	ES	09219	60	Europe/Madrid	42.60276	-3.07719		Altable	09013	55	BU	09013	
3130243	Alta	alta	ES	27230	0	Europe/Madrid	42.99999	-7.64481		Alta		58	LU	27028	
3130247	Alquité	alquite	ES	40510	0	Europe/Madrid	41.30876	-3.40423		Alquite,Alquité		55	SG	40170	
3130248	Alquézar	alquezar	ES	22145	307	Europe/Madrid	42.17268	0.02586		Alquezar,Alquezra	22024	52	HU	22024	
3130249	Alpicat	alpicat	ES	25110	5020	Europe/Madrid	41.6657	0.55564		Alpicat		56	L	25120	
3130251	Alpens	alpens	ES	08587	0	Europe/Madrid	42.1193	2.10135			08004	56	B	08004	08109
3130252	Alpeñés	alpenes	ES	44721	26	Europe/Madrid	40.79958	-1.06625		Alpenes,Alpeñés	44020	52	TE	44020	
3130253	Alpedroches	alpedroches	ES	19276	0	Europe/Madrid	41.23301	-2.92416		Alpedroches		54	GU	19044	
3130254	Alpedrete de la Sierra	alpedrete-de-la-sierra	ES	19184	0	Europe/Madrid	40.90779	-3.40498		Alpedrete de la Sierra		54	GU	19305	
3130255	Alpedrete	alpedrete	ES	28430	12797	Europe/Madrid	40.65889	-4.02512			28010	29	M	28010	
3130257	Alpartir	alpartir	ES	50109	604	Europe/Madrid	41.42253	-1.38061		Alpartir	50026	52	Z	50026	
3130258	Alparrache	alparrache	ES	42218	0	Europe/Madrid	41.57035	-2.35259		Alparrache		55	SO	42183	
3130259	Alpanseque	alpanseque	ES	42213	99	Europe/Madrid	41.26505	-2.67064		Alpanseque	42023	55	SO	42023	
3130261	Alp	alp	ES	17538	0	Europe/Madrid	42.37256	1.88699			17006	56	GI	17006	17006
3130262	Alovera	alovera	ES	19208	10734	Europe/Madrid	40.59368	-3.24529		Alovera	19024	54	GU	19024	
3130264	Alòs de Balaguer	alos-de-balaguer	ES	25737	166	Europe/Madrid	41.91667	0.96667	386	Alos de Balaguer,Alòs de Balaguer		56	L	25034	
3130265	Aloria	aloria	ES	01468	0	Europe/Madrid	42.99598	-2.98159				59	VI	01002	
3130267	Alonsotegi	alonsotegi	ES	48810	0	Europe/Madrid	43.24483	-2.98759		Alonsotegi,Alonsotegui,Alonsótegui	48912	59	BI	48912	
3130268	Aloños	alonos	ES	39649	0	Europe/Madrid	43.22925	-3.87504		Alonos,Aloños		39	S	39098	
3130269	Alongos	alongos	ES	32940	0	Europe/Madrid	42.31667	-7.95		Alongos,San Martin,San Martín		58	OR	32081	
3130271	Alocén	alocen	ES	19133	181	Europe/Madrid	40.57455	-2.74993		Alocen,Alocén	19023	54	GU	19023	
3130272	Alobras	alobras	ES	44134	86	Europe/Madrid	40.18169	-1.38731		Alobras	44019	52	TE	44019	
3130274	Almuzara	almuzara	ES	24838	0	Europe/Madrid	42.95221	-5.55962		Almuzara		55	LE	24037	
3130275	Almurfe	almurfe	ES	33843	0	Europe/Madrid	43.19161	-6.28199		Almurfe		34	O	33005	
3130276	Almuniente	almuniente	ES	22255	569	Europe/Madrid	41.94949	-0.41173		Almuniente	22023	52	HU	22023	
3130277	Almuña	almuna	ES	33700	0	Europe/Madrid	43.53171	-6.52647		Almuna,Almuña		34	O	33034	
3130279	Almudévar	almudevar	ES	22270	2433	Europe/Madrid	42.04255	-0.58141		Almudebar,Almudevar,Almudébar		52	HU	22021	
3130280	Almudáfar	almudafar	ES	22531	0	Europe/Madrid	41.64425	0.20617				52	HU	22046	
3130282	Almoster	almoster	ES	43393	1086	Europe/Madrid	41.19758	1.11167		Almoster		56	T	43145	
3130283	Almorox	almorox	ES	45900	2319	Europe/Madrid	40.23423	-4.39044		Almora,Almorox	45013	54	TO	45013	
3130284	Almonacid de Zorita	almonacid-de-zorita	ES	19118	825	Europe/Madrid	40.32932	-2.8504		Almonacid de Zorita	19022	54	GU	19022	
3130285	Almonacid de la Sierra	almonacid-de-la-sierra	ES	50108	904	Europe/Madrid	41.39754	-1.32394			50024	52	Z	50024	
3130287	Almonacid de la Cuba	almonacid-de-la-cuba	ES	50133	300	Europe/Madrid	41.28067	-0.79266		Almonacid de la Cuba	50023	52	Z	50023	
3130288	Almoite	almoite	ES	32704	0	Europe/Madrid	42.25816	-7.67704				58	OR	32007	
3130291	Almohaja	almohaja	ES	44369	26	Europe/Madrid	40.60489	-1.438		Almohaja	44018	52	TE	44018	
3130292	Almoguera	almoguera	ES	19115	0	Europe/Madrid	40.29713	-2.9824		Almoguera	19021	54	GU	19021	
3130296	Almochuel	almochuel	ES	44591	49	Europe/Madrid	41.27992	-0.55067		Almochuel	50021	52	Z	50021	
3130297	Almiruete	almiruete	ES	19225	0	Europe/Madrid	41.047	-3.22652		Almiruete		54	GU	19262	
3130299	Almendres	almendres	ES	09515	0	Europe/Madrid	42.89222	-3.41365		Almendres		55	BU	09213	
3130300	Almendral de la Cañada	almendral-de-la-canada	ES	45631	375	Europe/Madrid	40.18456	-4.74173		Almendral de la Canada,Almendral de la Cañada	45011	54	TO	45011	
3130301	Almendra	almendra	ES	37176	0	Europe/Madrid	41.59226	-5.9215		Almendra		55	ZA	49194	
3130302	Almendra	almendra	ES	37176	226	Europe/Madrid	41.22922	-6.34068		Almendra	37028	55	SA	37028	
3130304	Almenara de Tormes	almenara-de-tormes	ES	37115	260	Europe/Madrid	41.0639	-5.8235		Almenara de Tormes	37027	55	SA	37027	
3130305	Almenara de Adaja	almenara-de-adaja	ES	47419	40	Europe/Madrid	41.21406	-4.67824		Almenara de Adaja	47008	55	VA	47008	
3130306	Almenar	almenar	ES	25126	3540	Europe/Madrid	41.79604	0.56834		Almenar	25021	56	L	25021	
3130310	Almazul	almazul	ES	42126	137	Europe/Madrid	41.574	-2.1462		Al'masul',Almazul,a er ma su er,Альмасуль,阿尔马苏尔	42021	55	SO	42021	
3130311	Almazorre	almazorre	ES	22148	0	Europe/Madrid	42.26369	0.05857		Almazorre		52	HU	22051	
3130312	Almázcara	almazcara	ES	24398	0	Europe/Madrid	42.59401	-6.50391		Almazcara,Almázcara		55	LE	24057	
3130313	Almazán	almazan	ES	42200	5773	Europe/Madrid	41.48648	-2.53088		Adnamantia,Al'masan,Al'mazan,Almasan,Almasana,Almasanas,Almasans,Almathan,Almazan,Almazani vald,Almazán,Almazáni vald,a lei ma sang,ai er ma shan zhen,ai er ma zhan zhen,almaZAN,almajana,almajhana,almasan,almasani,almazan,almazyn,arumasan,xal ma san,Αλμαθάν,Алмазан,Алмасан,Альмазан,Альмасан,אלמסאן,آلمازان,آلماسان,المازين,ܐܠܡܐܙܢ,अल्माजान,आल्माझान,അൽമസാൻ,අල්මසාන්,อัลมาซัน,ალმასანი,አልማዛን,アルマサン,愛爾瑪詹鎮,艾爾瑪善鎮,阿嘞玛桑,𐌰𐌻𐌼𐌰𐌶𐌰𐌽	42020	55	SO	42020	
3130314	Almatret	almatret	ES	25187	0	Europe/Madrid	41.30556	0.42418				56	L	25020	
3130315	Almarza de Cameros	almarza-de-cameros	ES	26111	27	Europe/Madrid	42.2165	-2.59873		Almarza de Cameros	26012	27	LO	26012	
3130316	Almarza	almarza	ES	42169	620	Europe/Madrid	41.94678	-2.469		Al'marsa,Almarsa,Almarza,a er ma sa,almaleusa,almarza,arumarusa,Альмарса,آلمارزا,アルマルサ,阿尔马萨,알마르사	42019	55	SO	42019	
3130318	Almaraz de Duero	almaraz-de-duero	ES	49180	440	Europe/Madrid	41.47505	-5.91654		Almaraz de Duero	49007	55	ZA	49007	
3130319	Almarail	almarail	ES	42191	0	Europe/Madrid	41.58097	-2.38021		Almarail		55	SO	42071	
3130322	Almanza	almanza	ES	24170	644	Europe/Madrid	42.65825	-5.0362		Al'mansa,Almanza,a er man sa,Альманса,阿尔曼萨	24004	55	LE	24004	
3130323	Almántiga	almantiga	ES	42212	0	Europe/Madrid	41.44275	-2.56071		Almantiga,Almántiga		55	SO	42020	
3130324	Almándoz	almandoz	ES	31796	180	Europe/Madrid	43.09194	-1.60613		Almandoz,Almándoz		32	NA	31050	
3130325	Almaluez	almaluez	ES	42258	243	Europe/Madrid	41.28932	-2.26871		Almaluez	42018	55	SO	42018	
3130327	Almajano	almajano	ES	42180	185	Europe/Madrid	41.85095	-2.3383		Almajano	42017	55	SO	42017	
3130329	Almagarinos	almagarinos	ES	24374	0	Europe/Madrid	42.66969	-6.25349		Almagarinos		55	LE	24083	
3130330	Almadrones	almadrones	ES	19490	116	Europe/Madrid	40.90096	-2.77406		Almadrones	19020	54	GU	19020	
3130331	Almacelles	almacelles	ES	25100	5623	Europe/Madrid	41.73216	0.43722		Almacelles		56	L	25120	
3130332	Allueva	allueva	ES	44492	12	Europe/Madrid	40.98533	-1.04258		Allueva	44023	52	TE	44023	
3130333	Allué	allue	ES	22610	0	Europe/Madrid	42.48438	-0.31294				52	HU	22199	
3130335	Alloza	alloza	ES	44509	679	Europe/Madrid	40.96942	-0.52941		Alloza	44022	52	TE	44022	
3130343	Allo	allo	ES	31262	1088	Europe/Madrid	42.56738	-2.02052		Allo	31012	32	NA	31012	
3130344	Alli	alli	ES	31879	0	Europe/Madrid	42.99021	-1.89566				32	NA	31144	
3130345	Alles	alles	ES	33578	0	Europe/Madrid	43.33448	-4.70756				34	O	33046	
3130347	Allepuz	allepuz	ES	44145	151	Europe/Madrid	40.49295	-0.72478		Allepuz	44021	52	TE	44021	
3130348	Allén del Hoyo	allen-del-hoyo	ES	39232	0	Europe/Madrid	42.92963	-3.88273		Allen del Hoyo,Allén del Hoyo		39	S	39094	
3130349	Allendelagua	allendelagua	ES	39798	0	Europe/Madrid	43.39544	-3.24825		Allendelagua		39	S	39020	
3130354	Allariz	allariz	ES	32660	5392	Europe/Madrid	42.19044	-7.80175		Allariz	32001	58	OR	32001	
3130357	Aliud	aliud	ES	42132	31	Europe/Madrid	41.65412	-2.25314		Aliud	42016	55	SO	42016	
3130360	Alique	alique	ES	19129	38	Europe/Madrid	40.58671	-2.64441		Alique	19019	54	GU	19019	
3130361	Alió	alio	ES	43813	403	Europe/Madrid	41.29422	1.30585		Alio,Alió	43010	56	T	43010	
3130362	Alíns del Monte	alins-del-monte	ES	22421	0	Europe/Madrid	42.0188	0.33648		Alins,Alins de Llitera,Alins del Monte		52	HU	22040	
3130363	Alíns	alins	ES	22473	245	Europe/Madrid	42.43475	0.62784		Alins,Alíns		52	HU	22143	
3130364	Alixo	alixo	ES	32314	0	Europe/Madrid	42.40306	-6.95605				58	OR	32009	
3130366	Alija de la Ribera	alija-de-la-ribera	ES	24199	0	Europe/Madrid	42.52228	-5.53336		Alija de la Ribera		55	LE	24227	
3130369	Alienes	alienes	ES	33782	0	Europe/Madrid	43.44467	-6.37468		Alienes		34	O	33034	
3130372	Aliaga	aliaga	ES	44150	388	Europe/Madrid	40.67411	-0.70333		Aliaga	44017	52	TE	44017	
3130373	Ehari / Ali	ali	ES	01010	0	Europe/Madrid	42.85476	-2.7017		Ali,Ehari		59	VI	01059	
3130374	Alhóndiga	alhondiga	ES	19132	242	Europe/Madrid	40.52669	-2.82438		Alhondiga,Alhóndiga	19018	54	GU	19018	
3130376	Alhama de Aragón	alhama-de-aragon	ES	50230	1150	Europe/Madrid	41.29657	-1.89358		Alhama,Alhama de Aragon,Alhama de Aragón	50020	52	Z	50020	
3130378	Alguerdo	alguerdo	ES	33810	0	Europe/Madrid	42.98768	-6.77605		Alguerdo		34	O	33028	
3130379	Alguaire	alguaire	ES	25125	2984	Europe/Madrid	41.73703	0.5845		Alguaire		56	L	25120	
3130381	Algora	algora	ES	19268	109	Europe/Madrid	40.96324	-2.66688		Algora	19017	54	GU	19017	
3130382	Algodre	algodre	ES	49539	182	Europe/Madrid	41.56631	-5.60406		Algodre	49006	55	ZA	49006	
3130383	Algete	algete	ES	28110	20204	Europe/Madrid	40.59711	-3.49743		Algete	28009	29	M	28009	
3130385	Algerri	algerri	ES	25130	495	Europe/Madrid	41.81482	0.63633		Algerri	25015	56	L	25015	
3130389	Algar de Mesa	algar-de-mesa	ES	19332	72	Europe/Madrid	41.13494	-1.95964		Algar de Mesa	19016	54	GU	19016	
3130391	Algadefe	algadefe	ES	24238	336	Europe/Madrid	42.21931	-5.58419		Algadefe	24002	55	LE	24002	
3130393	Alforque	alforque	ES	50783	82	Europe/Madrid	41.32942	-0.38525		Alforque	50019	52	Z	50019	
3130395	Alforja	alforja	ES	43365	1493	Europe/Madrid	41.21108	0.97542		Alforja	43009	56	T	43009	
3130396	Alfocea	alfocea	ES	50120	0	Europe/Madrid	41.72468	-0.95149		Alfocea		52	Z	50297	
3130397	Alfés	alfes	ES	25161	314	Europe/Madrid	41.52143	0.6205		Alfes,Alfés	25014	56	L	25014	
3130398	Alfarràs	alfarras	ES	25120	3335	Europe/Madrid	41.81667	0.58333		Alfarras,Alfarràs		56	L	25021	
3130399	Alfaro	alfaro	ES	26540	9574	Europe/Madrid	42.18032	-1.75016		Alfaro	26011	27	LO	26011	
3130400	Alfaraz	alfaraz	ES	33410	190	Europe/Madrid	41.22749	-5.98371		Alfaraz		55	ZA	49005	
3130401	Alfara de Carles	alfara-de-carles	ES	43528	394	Europe/Madrid	40.87366	0.40017		Alfara,Alfara de Carles		56	T	43155	
3130402	el Far d'Empordà	el-far-d-emporda	ES	17469	0	Europe/Madrid	42.25195	2.99588		el Far d'Emporda,el Far d'Empordà		56	GI	17005	
3130405	Alfántega	alfantega	ES	22416	117	Europe/Madrid	41.82832	0.14823			22020	52	HU	22020	
3130406	Alfamén	alfamen	ES	50461	1523	Europe/Madrid	41.43919	-1.24458		Alfamen,Alfamén	50018	52	Z	50018	
3130408	Alfambra	alfambra	ES	44160	648	Europe/Madrid	40.54638	-1.03314		Alfambra	44016	52	TE	44016	
3130409	Alfajarín	alfajarin	ES	50172	1855	Europe/Madrid	41.614	-0.7037		Alfajarin,Alfajarín	50017	52	Z	50017	
3130412	Alevia	alevia	ES	33579	0	Europe/Madrid	43.33507	-4.59704				34	O	33047	
3130413	Alesón	aleson	ES	26315	118	Europe/Madrid	42.40554	-2.68938		Aleson,Alesón	26010	27	LO	26010	
3130414	Alesanco	alesanco	ES	26324	423	Europe/Madrid	42.41409	-2.81666		Alesanco	26009	27	LO	26009	
3130415	Alerre	alerre	ES	22194	234	Europe/Madrid	42.16468	-0.46369		Alerre	22019	52	HU	22019	
3130416	Alentorn	alentorn	ES	25736	0	Europe/Madrid	41.92587	1.06166	321	Alentorn		56	L	25034	
3130417	Alentisque	alentisque	ES	42225	47	Europe/Madrid	41.42059	-2.33189		Alentisque	42015	55	SO	42015	
3130420	Alen	alen	ES	48870	0	Europe/Madrid	43.27285	-3.20087		Alen,Alén,Lalen,Lalén		59	BI	48086	
3130422	Alella	alella	ES	08328	8859	Europe/Madrid	41.49379	2.29451		Alella	08003	56	B	08003	
3130423	Alejico	alejico	ES	24960	0	Europe/Madrid	42.84785	-5.13042		Alejico		55	LE	24137	
3130424	Aleje	aleje	ES	24960	0	Europe/Madrid	42.85024	-5.12623		Aleje		55	LE	24060	
3130431	Aleas	aleas	ES	19237	0	Europe/Madrid	40.92266	-3.14422		Aleas		54	GU	19092	
3130432	Alea	alea	ES	33345	0	Europe/Madrid	43.4422	-5.15997				34	O	33056	
3130435	Aldunate	aldunate	ES	31449	0	Europe/Madrid	42.65503	-1.37102		Aldunate		32	NA	31242	
3130436	Aldueso	aldueso	ES	39292	0	Europe/Madrid	43.018	-4.08769		Aldueso		39	S	39027	
3130437	Aldover	aldover	ES	43591	832	Europe/Madrid	40.87952	0.49996				56	T	43155	
3130438	Aldosende	aldosende	ES	27611	0	Europe/Madrid	42.74682	-7.6361				58	LU	27042	
3130444	Aldín	aldin	ES	33787	52	Europe/Madrid	43.51667	-6.51667		Aldin,Aldín		34	O	33034	
3130446	Aldeyuso	aldeyuso	ES	47313	0	Europe/Madrid	41.56093	-4.13462		Aldeyuso		55	VA	47114	
3130447	Aldeonte	aldeonte	ES	40531	93	Europe/Madrid	41.35092	-3.67847		Aldeonte	40016	55	SG	40016	
3130448	Aldeonsancho	aldeonsancho	ES	40380	0	Europe/Madrid	41.2515	-3.87106		Aldeonsancho		55	SG	40040	
3130450	Aldehuela de Yeltes	aldehuela-de-yeltes	ES	37639	243	Europe/Madrid	40.66254	-6.24332		Al'deuehla-de-El'tes,Al'deuela-de-El'tes,Aldehuela de Yeltes,a er de wei la de ai er te si,Альдеуела-де-Єльтес,Альдеуэла-де-Ельтес,阿尔德韦拉德埃尔特斯	37026	55	SA	37026	
3130451	Aldehuela de Grío	aldehuela-de-grio	ES	50324	0	Europe/Madrid	41.35566	-1.43342		Aldehuela,Aldehuela de Santa Cruz		52	Z	50236	
3130452	Aldehuela de Periañez	aldehuela-de-perianez	ES	42180	57	Europe/Madrid	41.8077	-2.30671		Aldehuela de Perianez,Aldehuela de Periañez		55	SO	42013	
3130453	Aldehuela del Rincón	aldehuela-del-rincon	ES	42166	0	Europe/Madrid	41.92413	-2.583		Aldehuela,Aldehuela de Rincon,Aldehuela de Rincón,Aldehuela del Rincon,Aldehuela del Rincón		55	SO	42174	
3130455	Aldehuela de Liestos	aldehuela-de-liestos	ES	50374	31	Europe/Madrid	41.0641	-1.70107		Aldehuela de Liestos	50016	52	Z	50016	
3130456	Aldehuela del Codonal	aldehuela-del-codonal	ES	40462	0	Europe/Madrid	41.05504	-4.53863		Aldehuela del Codonal	40015	55	SG	40015	
3130457	Aldehuela del Codonal	aldehuela-del-codonal	ES	40462	0	Europe/Madrid	41.00064	-4.01988		Aldehuela,Aldehuela del Codonal		55	SG	40203	
3130458	Aldehuela de la Bóveda	aldehuela-de-la-boveda	ES	37460	336	Europe/Madrid	40.85077	-6.0526		Aldehuela de Boveda,Aldehuela de Bóveda,Aldehuela de la Boveda,Aldehuela de la Bóveda	37025	55	SA	37025	
3130459	Aldehuela de Calatañazor	aldehuela-de-calatanazor	ES	42193	0	Europe/Madrid	41.71557	-2.78369		Aldehuela de Calatanazor,Aldehuela de Calatañazor		55	SO	42046	
3130460	Aldehuela de Ágreda	aldehuela-de-agreda	ES	42107	0	Europe/Madrid	41.82679	-1.883		Aldehuela de Agreda,Aldehuela de Ágreda		55	SO	42004	
3130462	Aldehuela	aldehuela	ES	10638	0	Europe/Madrid	41.33333	-3.81667				55	SG	40195	
3130463	Aldehuela	aldehuela	ES	10638	0	Europe/Madrid	41.24957	-3.64575				55	SG	40198	
3130464	Aldehuela	aldehuela	ES	10638	0	Europe/Madrid	40.8066	-1.78569		Aldehuela		54	GU	19227	
3130465	Aldehuela	aldehuela	ES	10638	0	Europe/Madrid	40.79432	-4.76378		Aldehuela,Barrio Aldehuela		55	AV	05027	
3130466	Aldehuela	aldehuela	ES	10638	0	Europe/Madrid	40.38325	-6.38823		Aldehuela,Caserio Aldehuela,Caserío Aldehuela		57	CC	10146	
3130467	Aldehuela	aldehuela	ES	10638	0	Europe/Madrid	40.26862	-1.05801		Aldehuela		52	TE	44216	
3130468	Aldehuela	aldehuela	ES	10638	0	Europe/Madrid	40.04307	-3.42438		Aldehuela,Caserio Aldehuela,Caserío Aldehuela		29	M	28043	
3130469	Aldehorno	aldehorno	ES	40533	58	Europe/Madrid	41.51275	-3.77821		Aldehorno		55	BU	09140	
3130471	Aldeavieja de Tormes	aldeavieja-de-tormes	ES	37779	131	Europe/Madrid	40.58307	-5.61705		Aldeavieja de Tormes	37024	55	SA	37024	
3130472	Aldeavieja	aldeavieja	ES	05193	0	Europe/Madrid	40.80457	-6.21194				55	SA	37135	
3130473	Aldeavieja	aldeavieja	ES	05193	0	Europe/Madrid	40.74311	-4.47096		Aldeavieja		55	AV	05902	
3130475	Aldeatejada	aldeatejada	ES	37187	873	Europe/Madrid	40.92168	-5.69273		Aldeatejada	37023	55	SA	37023	
3130476	Aldeasoña	aldeasona	ES	40235	77	Europe/Madrid	41.47285	-4.05711		Aldeasona,Aldeasoña	40013	55	SG	40013	
3130477	Aldeaseca de la Frontera	aldeaseca-de-la-frontera	ES	37317	327	Europe/Madrid	40.94161	-5.20719		Aldeaseca de la Frontera	37022	55	SA	37022	
3130479	Aldeaseca de Alba	aldeaseca-de-alba	ES	37870	104	Europe/Madrid	40.81909	-5.44699		Aldeaseca de Alba	37021	55	SA	37021	
3130480	Aldeaseca	aldeaseca	ES	05212	308	Europe/Madrid	41.04912	-4.81707		Aldeaseca	05008	55	AV	05008	
3130482	Aldearrubia	aldearrubia	ES	37340	509	Europe/Madrid	41.00807	-5.49829		Aldearrubia	37020	55	SA	37020	
3130483	Aldearrodrigo	aldearrodrigo	ES	37110	184	Europe/Madrid	41.10966	-5.80726		Aldearrodrigo	37019	55	SA	37019	
3130485	Aldea Real	aldea-real	ES	40292	385	Europe/Madrid	41.18553	-4.16559		Aldea Real	40012	55	SG	40012	
3130488	Aldeanueva del Monte	aldeanueva-del-monte	ES	40517	0	Europe/Madrid	41.3351	-3.54478		Aldeanueva del Monte		55	SG	40170	
3130489	Aldeanueva del Codonal	aldeanueva-del-codonal	ES	40462	189	Europe/Madrid	41.08236	-4.54369		Aldeanueva del Codonal	40010	55	SG	40010	
3130490	Aldeanueva del Campanario	aldeanueva-del-campanario	ES	40568	0	Europe/Madrid	41.3562	-3.61402		Aldeanueva del Campanario		55	SG	40032	
3130491	Aldeanueva del Camino	aldeanueva-del-camino	ES	10740	864	Europe/Madrid	40.2598	-5.92886		Aldeanueva del Camino	10015	57	CC	10015	
3130492	Aldeanueva de la Vera	aldeanueva-de-la-vera	ES	10440	2352	Europe/Madrid	40.1271	-5.7015		Aldeanueva de la Vera	10014	57	CC	10014	
3130494	Aldeanueva de Guadalajara	aldeanueva-de-guadalajara	ES	19152	116	Europe/Madrid	40.67988	-3.04438		Aldeanueva de Guadalajara	19015	54	GU	19015	
3130495	Aldeanueva de Figueroa	aldeanueva-de-figueroa	ES	37429	303	Europe/Madrid	41.14809	-5.52404		Aldeanueva de Figueroa	37017	55	SA	37017	
3130496	Aldeanueva de Ebro	aldeanueva-de-ebro	ES	26559	2550	Europe/Madrid	42.22911	-1.88735		Aldeanueva de Ebro	26008	27	LO	26008	
3130497	Aldeanueva de Cameros	aldeanueva-de-cameros	ES	26123	0	Europe/Madrid	42.14534	-2.61822		Aldeanueva de Cameros		27	LO	26169	
3130498	Aldeanueva de Atienza	aldeanueva-de-atienza	ES	19244	0	Europe/Madrid	41.16667	-3.1		Aldeanueva de Atienza		54	GU	19096	
3130826	Aguilar de Anguita	aguilar-de-anguita	ES	19283	0	Europe/Madrid	41.04083	-2.40932		Aguilar de Anguita		54	GU	19032	
3130500	Aldeamayor de San Martín	aldeamayor-de-san-martin	ES	47162	1932	Europe/Madrid	41.51256	-4.63955		Aldeamayor de San Martin,Aldeamayor de San Martín	47007	55	VA	47007	
3130501	Aldealseñor	aldealsenor	ES	42180	47	Europe/Madrid	41.8789	-2.31565		Aldealsenor,Aldealseñor	42012	55	SO	42012	
3130502	Aldealpozo	aldealpozo	ES	42112	26	Europe/Madrid	41.78258	-2.20416		Al'deal'poso,Aldealposo,Aldealpozo,a er de ya er bo suo,arudearuposo,Альдеальпосо,アルデアルポソ,阿尔德亚尔波索	42011	55	SO	42011	
3130503	Aldealobos	aldealobos	ES	26145	0	Europe/Madrid	42.30954	-2.20092		Aldealobos		27	LO	26108	
3130504	Aldealengua de Santa María	aldealengua-de-santa-maria	ES	40555	80	Europe/Madrid	41.46196	-3.46723		Aldealengua de Santa Maria,Aldealengua de Santa María	40008	55	SG	40008	
3130505	Aldealengua	aldealengua	ES	37350	561	Europe/Madrid	40.9809	-5.54922		Aldealengua	37016	55	SA	37016	
3130506	Aldealcorvo	aldealcorvo	ES	40389	20	Europe/Madrid	41.24443	-3.79136		Aldealcorvo	40006	55	SG	40006	
3130508	Aldealbar	aldealbar	ES	47313	0	Europe/Madrid	41.49516	-4.35517		Aldealbar		55	VA	47172	
3130510	Aldealázaro	aldealazaro	ES	40513	0	Europe/Madrid	41.34731	-3.40983		Aldealazaro,Aldealázaro		55	SG	40171	
3130511	Aldealafuente	aldealafuente	ES	42134	122	Europe/Madrid	41.67194	-2.32522		Al'dealafuehnte,Al'dealafuente,Aldealafuente,a er de ya la feng te,arudearafuente,Альдеалафуенте,Альдеалафуэнте,アルデアラフエンテ,阿尔德亚拉丰特	42009	55	SO	42009	
3130512	Aldealafuente	aldealafuente	ES	42134	0	Europe/Madrid	41.23901	-3.81253		Aldealafuente		55	SG	40184	
3130513	Aldealabad del Mirón	aldealabad-del-miron	ES	05153	0	Europe/Madrid	40.57511	-5.3943		Aldealabad del Miron,Aldealabad del Mirón		55	AV	05129	
3130514	Aldealabad	aldealabad	ES	05520	0	Europe/Madrid	40.61187	-4.83939		Aldealabad		55	AV	05176	
3130515	Aldeagutiérrez	aldeagutierrez	ES	37116	0	Europe/Madrid	41.10886	-6.02554		Aldeagutierrez,Aldeagutiérrez		55	SA	37170	
3130516	Aldeagallega	aldeagallega	ES	37187	0	Europe/Madrid	40.87804	-5.72097		Aldeagallega		55	SA	37192	
3130518	Aldea de San Miguel	aldea-de-san-miguel	ES	47160	212	Europe/Madrid	41.46098	-4.6158		Aldea de San Miguel	47006	55	VA	47006	
3130519	Aldea de San Esteban	aldea-de-san-esteban	ES	42345	0	Europe/Madrid	41.56018	-3.26424		Aldea de San Esteban		55	SO	42162	
3130520	Aldea del Rey Niño	aldea-del-rey-nino	ES	05197	0	Europe/Madrid	40.58586	-4.74481		Aldea del Rey Nino,Aldea del Rey Niño		55	AV	05019	
3130521	Aldea del Pinar	aldea-del-pinar	ES	09660	0	Europe/Madrid	41.8693	-3.16935		Aldea del Pinar		55	BU	09163	
3130522	Aldea del Obispo	aldea-del-obispo	ES	37488	401	Europe/Madrid	40.70677	-6.79253		Aldea del Obispo	37015	55	SA	37015	
3130523	Aldea del Fresno	aldea-del-fresno	ES	28620	1989	Europe/Madrid	40.3236	-4.20319			28008	29	M	28008	
3130524	Aldea de Ebro	aldea-de-ebro	ES	39419	0	Europe/Madrid	42.9058	-4.03051		Aldea de Ebro		39	S	39093	
3130529	Aldeadávila de la Ribera	aldeadavila-de-la-ribera	ES	37250	1490	Europe/Madrid	41.21769	-6.61786		Al'deadavila-de-la-Ribera,Aldeadavila de la Ribera,Aldeadávila de la Ribera,Aldeiadavila da Ribera,Aldeiadávila da Ribera,Alveavila de la Ribera,a er de ya da wei la de la li wei la,Альдеадавила-де-ла-Рибера,Альдеадавіла-де-ла-Рібера,阿尔德亚达维拉德拉里韦拉	37014	55	SA	37014	
3130530	Aldeacueva	aldeacueva	ES	48891	0	Europe/Madrid	43.19442	-3.38037		Aldeacueva		59	BI	48022	
3130531	Aldeacipreste	aldeacipreste	ES	37718	189	Europe/Madrid	40.3809	-5.89754		Aldeacipreste	37013	55	SA	37013	
3130534	Aldatz	aldatz	ES	31878	0	Europe/Madrid	43.00935	-1.86004		Aldatz,Aldaz		32	NA	31144	
3130535	Aldai	aldai	ES	48116	0	Europe/Madrid	43.26667	-2.96667		Aldai,Alday		59	BI	48020	
3130538	Aldano	aldano	ES	39683	0	Europe/Madrid	43.13232	-3.86802		Aldano		39	S	39071	
3130543	Aldaba	aldaba	ES	20267	0	Europe/Madrid	43.10768	-2.13362		Aldaba		59	SS	20071	
3130544	Aldaba	aldaba	ES	20267	0	Europe/Madrid	42.85401	-1.75301				32	NA	31193	
3130545	Alda	alda	ES	01117	0	Europe/Madrid	42.75321	-2.33183		Alda		59	VI	01056	
3130547	Alcuneza	alcuneza	ES	19264	0	Europe/Madrid	41.10567	-2.60717		Alcuneza		54	GU	19257	
3130548	Alcuetas	alcuetas	ES	24207	0	Europe/Madrid	42.27058	-5.43335		Alcuetas		55	LE	24203	
3130549	Alcubilla de Nogales	alcubilla-de-nogales	ES	49696	183	Europe/Madrid	42.12787	-5.92184		Alcubilla,Alcubilla de Nogales	49004	55	ZA	49004	
3130550	Alcubilla del Marqués	alcubilla-del-marques	ES	42391	0	Europe/Madrid	41.56755	-3.13481		Alcubilla del Marques,Alcubilla del Marqués		55	SO	42043	
3130551	Alcubilla de las Peñas	alcubilla-de-las-penas	ES	42213	76	Europe/Madrid	41.25129	-2.52684		Al'kubil'ja-de-las-Pen'jas,Alcubilla de las Penas,Alcubilla de las Peñas,Alkuvilja de las Penjasa,a er ku wei li ya de la si pei ni ya si,alkwbyla dw las pnas,Алькубилья-де-лас-Пеньяс,Алькубілья-де-лас-Пеньяс,آلکوبیلا دو لاس پناس,阿尔库维利亚德拉斯佩尼亚斯	42008	55	SO	42008	
3130614	Alcalá de la Vega	alcala-de-la-vega	ES	16315	154	Europe/Madrid	40.03333	-1.51667		Alcala de la Vega,Alcalá de la Vega	16008	54	CU	16008	
3130552	Alcubilla de Avellaneda	alcubilla-de-avellaneda	ES	42351	188	Europe/Madrid	41.72593	-3.30471		Al'kubil'ja-de-Avel'janeda,Alcubilla de Avellaneda,a er ku wei li ya de ya wei li ya nei da,Алькубилья-де-Авельянеда,Алькубілья-де-Авельянеда,アルクビージャ・デ・アベジャネーダ,阿尔库维利亚德亚韦利亚内达	42007	55	SO	42007	
3130554	Alcubierre	alcubierre	ES	22251	432	Europe/Madrid	41.80757	-0.45291		Alcubierre	22018	52	HU	22018	
3130555	Alcozar	alcozar	ES	42320	0	Europe/Madrid	41.61778	-3.32577		Alcozar		55	SO	42103	
3130556	Alkotz	alkotz	ES	31797	0	Europe/Madrid	43	-1.66667		Alcoz,Alkotz		32	NA	31236	
3130557	Alcover	alcover	ES	43460	4431	Europe/Madrid	41.26267	1.1701		Alcober,Alcover	43005	56	T	43005	
3130560	Alcoroches	alcoroches	ES	19310	167	Europe/Madrid	40.62669	-1.74629		Alcoroches	19013	54	GU	19013	
3130561	Alcornocal	alcornocal	ES	14249	0	Europe/Madrid	40.91233	-6.09411		Alcornocal		55	SA	37149	
3130563	Alcorisa	alcorisa	ES	44550	3562	Europe/Madrid	40.8921	-0.38143		Alcoriza	44014	52	TE	44014	
3130564	Alcorcón	alcorcon	ES	28920	167967	Europe/Madrid	40.34582	-3.82487		Al'karkon,Al'korkon,Alcorcon,Alcorconum,Alcorcón,Alkorkon,Alkorkonas,Alkorkono,a er ke er kong,alkoleukon,alkwrkwn,arukorukon,Алкоркон,Алькаркон,Алькоркон,ألكوركون,アルコルコン,阿尔科尔孔,알코르콘	28007	29	M	28007	
3130565	Alcorcillo	alcorcillo	ES	49517	0	Europe/Madrid	41.71857	-6.3763		Alcorcillo		55	ZA	49003	
3130568	Alconchel de Ariza	alconchel-de-ariza	ES	42269	124	Europe/Madrid	41.20428	-2.12191		Alconchel de Ariza	50015	52	Z	50015	
3130569	Alconadilla	alconadilla	ES	40529	0	Europe/Madrid	41.46378	-3.49881		Alconadilla		55	SG	40005	
3130570	Alconada de Maderuelo	alconada-de-maderuelo	ES	40529	57	Europe/Madrid	41.45015	-3.48554		Alconada de Maderuelo	40005	55	SG	40005	
3130571	Alconada	alconada	ES	37329	203	Europe/Madrid	40.91092	-5.36305		Alconada	37012	55	SA	37012	
3130572	Alconaba	alconaba	ES	42134	183	Europe/Madrid	41.7236	-2.38483		Al'konaba,Alconaba,Alkonaba,Alkonava,a er ke na wa,alkwnaba,Альконаба,آلکونابا,阿尔科纳瓦	42006	55	SO	42006	
3130573	Alcoletge	alcoletge	ES	25660	2043	Europe/Madrid	41.64762	0.69383		Alcoletge		56	L	25120	
3130574	Alcolea del Pinar	alcolea-del-pinar	ES	19260	424	Europe/Madrid	41.03569	-2.46645		Alcolea,Alcolea del Pinar	19011	54	GU	19011	
3130575	Alcolea de las Peñas	alcolea-de-las-penas	ES	19277	23	Europe/Madrid	41.2096	-2.78483		Alcolea de las Penas,Alcolea de las Peñas	19010	54	GU	19010	
3130576	Alcolea de Cinca	alcolea-de-cinca	ES	22410	1254	Europe/Madrid	41.71944	0.11716			22017	52	HU	22017	
3130579	Alcohujate	alcohujate	ES	16537	82	Europe/Madrid	40.41763	-2.6149		Alcohujate	16011	54	CU	16011	
3130580	Alcocero de Mola	alcocero-de-mola	ES	09258	53	Europe/Madrid	42.47222	-3.3579		Alcocero,Alcocero de Mola	09010	55	BU	09010	
3130581	Alcocer	alcocer	ES	19125	311	Europe/Madrid	40.46972	-2.6094		Alcocer	19009	54	GU	19009	
3130583	Alcobendas	alcobendas	ES	28100	107514	Europe/Madrid	40.54746	-3.64197		Al'kobendas,Alcobendas,Alcovendae,Alkobendas,Alkobendasas,a er ke wen da si,alkobendaseu,alkwbyndas,arukobendasu,Алкобендас,Алькобендас,ألكوبينداس,アルコベンダス,阿尔科文达斯,알코벤다스	28006	29	M	28006	
3130584	Alcoba de la Torre	alcoba-de-la-torre	ES	42351	0	Europe/Madrid	41.71923	-3.34378		Alcoba de la Torre		55	SO	42007	
3130585	Alcoba de la Ribera	alcoba-de-la-ribera	ES	24393	0	Europe/Madrid	42.55027	-5.83094		Alcoba,Alcoba de la Ribera		55	LE	24055	
3130586	Altzibar	altzibar	ES	20180	0	Europe/Madrid	43.29314	-1.85695				59	SS	20067	
3130590	Alcedo	alcedo	ES	01423	0	Europe/Madrid	43.43579	-5.98307				34	O	33054	
3130591	Alcedo	alcedo	ES	01423	0	Europe/Madrid	43.26221	-6.32271				34	O	33005	
3130592	Alcedo	alcedo	ES	01423	0	Europe/Madrid	43.11667	-5.8				34	O	33033	
3130593	Alcedo	alcedo	ES	01423	0	Europe/Madrid	42.77544	-3.02568		Alcedo		59	VI	01902	
3130594	Alceda	alceda	ES	39680	322	Europe/Madrid	43.19374	-3.91799		Al'seda,Alceda,Corvera de Pas,Альседа		39	S	39026	
3130595	Alcazarén	alcazaren	ES	47238	711	Europe/Madrid	41.37061	-4.67262		Alcazaren,Alcazarén	47005	55	VA	47005	
3130596	Alcázar del Rey	alcazar-del-rey	ES	16464	213	Europe/Madrid	40.06289	-2.80782		Alcazar del Rey,Alcázar del Rey	16010	54	CU	16010	
3130598	Alcarràs	alcarras	ES	25180	5133	Europe/Madrid	41.56667	0.51667		Alcarras,Alcarraz,Alcarràs,Alcarrás	25011	56	L	25011	
3130601	Alcantud	alcantud	ES	16812	98	Europe/Madrid	40.54818	-2.33258		Alcantud	16009	54	CU	16009	
3130603	Alcanó	alcano	ES	25162	251	Europe/Madrid	41.48064	0.61659		Alcano,Alcanó	25010	56	L	25010	
3130606	Alcañiz	alcaniz	ES	44600	16392	Europe/Madrid	41.05	-0.13333		Al'kan'is,Alcaniz,Alcanyis,Alcanyiz,Alcanyís,Alcañiz,a er ka ni yi si,alkanyth,alknays,arukanisu,Альканьис,Альканьїс,ألكانيث,الكنائس,アルカニス,阿尔卡尼伊斯	44013	52	TE	44013	
3130607	Alcañices	alcanices	ES	49500	1089	Europe/Madrid	41.6994	-6.34647		Al'kan'ises,Alcanices,Alcanizes,Alcañices,a er ka ni yi sai si,Альканьисес,Альканьїсес,阿尔卡尼伊塞斯	49003	55	ZA	49003	
3130608	Alcanar	alcanar	ES	43530	10570	Europe/Madrid	40.54316	0.48082				56	T	43156	
3130610	Alcanadre	alcanadre	ES	26509	754	Europe/Madrid	42.40492	-2.12073		Al'kanadre,Alcanadre,Alcanadro,Alcandre,Alecanadre,Alkanadre,a er ka na de lei,alkandr,Альканадре,Ալկանադրե,الکاندر,阿尔卡纳德雷	26007	27	LO	26007	
3130612	Alcalá de Moncayo	alcala-de-moncayo	ES	50591	152	Europe/Madrid	41.7861	-1.69544		Alcala de Moncayo,Alcalá de Moncayo	50014	52	Z	50014	
3130613	Alcalá del Obispo	alcala-del-obispo	ES	22135	368	Europe/Madrid	42.0773	-0.2912		Alcala del Obispo,Alcalá del Obispo	22015	52	HU	22015	
3130615	Alcalá de la Selva	alcala-de-la-selva	ES	44432	522	Europe/Madrid	40.37183	-0.72015		Alcala de la Selva,Alcalá de la Selva	44012	52	TE	44012	
3130616	Alcalá de Henares	alcala-de-henares	ES	28800	204574	Europe/Madrid	40.48205	-3.35996		Al'kala-de-Ehnares,Al'kala-de-Enares,Al'kala-deh-Ehnarehs,Alcala de Henares,Alcalá de Henares,Alcála de Henares,Alkala de Enares,Alkala de Henaresas,Alkala nte Enares,Compluto,Complutum,Cómpluto,ai na lei si bao,alkala dy aynarys,alkalladeenaleseu,arukara・de・enaresu,xal ka lade xe na res,Αλκαλά ντε Ενάρες,Алкала де Енарес,Алькала-де-Енарес,Алькала-де-Энарес,Алькала-дэ-Энарэс,אלקלה דה אנארס,ألكالا دي إيناريس,الكالا دى ايناريس,อัลกาลาเดเอนาเรส,ალკალა-დე-ენარესი,アルカラ・デ・エナーレス,埃纳雷斯堡,알칼라데에나레스	28005	29	M	28005	
3130617	Alcalá de Gurrea	alcala-de-gurrea	ES	22282	295	Europe/Madrid	42.06653	-0.68534			22014	52	HU	22014	
3130618	Alcalá de Ebro	alcala-de-ebro	ES	50691	269	Europe/Madrid	41.81495	-1.19429		Alcala de Ebro,Alcalá de Ebro	50013	52	Z	50013	
3130619	Alcalà de Xivert	alcala-de-xivert	ES	12570	6615	Europe/Madrid	40.3	0.23333		Alcala,Alcala de Chisvert,Alcala de Chivert,Alcala de Xivert,Alcalá de Chisvert	12004	60	CS	12004	
3130623	Alcaine	alcaine	ES	44792	62	Europe/Madrid	40.95341	-0.70583		Alcaine	44011	52	TE	44011	
3130626	Albuerne	albuerne	ES	33157	91	Europe/Madrid	43.56667	-6.26667		Albuerne		34	O	33021	
3130627	Albos	albos	ES	32813	0	Europe/Madrid	42.1348	-8.00109				58	OR	32084	
3130628	Albornos	albornos	ES	05358	212	Europe/Madrid	40.83795	-4.88129		Albornos	05005	55	AV	05005	
3130629	Alborge	alborge	ES	50781	128	Europe/Madrid	41.33367	-0.35675		Alborge	50012	52	Z	50012	
3130632	Alboreca	alboreca	ES	19264	0	Europe/Madrid	41.13333	-2.6		Alboreca		54	GU	19257	
3130634	Albons	albons	ES	17136	558	Europe/Madrid	42.10389	3.08433	13		17004	56	GI	17004	
3130635	Almika	almika	ES	48370	0	Europe/Madrid	43.40854	-2.73491		Alboniga,Albóniga,Almika,Almike		59	BI	48017	
3130636	Albolleque	albolleque	ES	19160	0	Europe/Madrid	40.56715	-3.20584		Albolleque,Casa de Albolleque,Caserio Albolleque,Caserío Albolleque		54	GU	19105	
3130637	Albocàsser	albocasser	ES	12140	1391	Europe/Madrid	40.35	0.03333		Al'bokaser,Albocacer,Albocasser,Albocazar,Albocácer,Albocázar,Albokaser,Albokaseris,a er wo ka sai er,albwkasyr,Албокасер,Альбокасер,البوكاسير,阿尔沃卡塞尔		60	CS	12050	
3130638	Albocabe	albocabe	ES	42132	0	Europe/Madrid	41.65339	-2.22247		Albocabe		55	SO	42016	
3130639	Albiztur	albiztur	ES	20495	299	Europe/Madrid	43.12933	-2.13649		Albistur,Albiztur,Albístur	20004	59	SS	20004	
3130640	Albiz	albiz	ES	48382	0	Europe/Madrid	43.26047	-2.63904		Albiz		59	BI	48062	
3130642	Albires	albires	ES	24293	0	Europe/Madrid	42.25259	-5.26819		Albires		55	LE	24084	
3130645	Albinyana	albinyana	ES	43716	0	Europe/Madrid	41.25	1.48333		Albinana,Albinyana,Albiñana	43002	56	T	43002	
3130646	Albillos	albillos	ES	09239	212	Europe/Madrid	42.2768	-3.78908			09009	55	BU	09009	
3130648	Albiasu	albiasu	ES	31877	0	Europe/Madrid	43.00829	-1.93583				32	NA	31144	
3130650	Albeta	albeta	ES	50549	163	Europe/Madrid	41.82636	-1.49936		Albeta	50011	52	Z	50011	
3130652	Albesa	albesa	ES	25135	1540	Europe/Madrid	41.75282	0.65936		Albesa	25008	56	L	25008	
3130653	Alberuela de Tubo	alberuela-de-tubo	ES	22212	376	Europe/Madrid	41.90846	-0.21418		Alberuela de Tubo	22013	52	HU	22013	
3130657	Albero Bajo	albero-bajo	ES	22255	89	Europe/Madrid	42.0238	-0.38018		Albero Bajo	22012	52	HU	22012	
3130658	Albero Alto	albero-alto	ES	22112	119	Europe/Madrid	42.05031	-0.3371		Albero Alto	22011	52	HU	22011	
3130659	Alberite de San Juan	alberite-de-san-juan	ES	50529	103	Europe/Madrid	41.82009	-1.47063		Alberite de San Juan	50010	52	Z	50010	
3130660	Alberite	alberite	ES	26141	2289	Europe/Madrid	42.40704	-2.43894		Al'berite,Alberit,Alberite,a er wei li te,albryt,Альберите,Альберіте,Ալբերիտե,البریت,阿尔韦里特	26006	27	LO	26006	
3130661	Alberguería de Herguijuela	albergueria-de-herguijuela	ES	37759	0	Europe/Madrid	40.60191	-5.87082		Albergueria de Herguijuela,Alberguería de Herguijuela		55	SA	37159	
3130668	Albeiz / Albéniz	albeniz	ES	01208	0	Europe/Madrid	42.87408	-2.30764		Albeiz,Albeniz,Albéniz		59	VI	01009	
3130669	Albendiego	albendiego	ES	19275	37	Europe/Madrid	41.22742	-3.05171		Albendiego	19008	54	GU	19008	
3130670	Albendea	albendea	ES	16812	160	Europe/Madrid	40.48751	-2.41747		Albendea	16006	54	CU	16006	
3130671	Albella	albella	ES	22371	0	Europe/Madrid	42.46159	-0.04367		Albella		52	HU	22109	
3130672	Albelda de Iregua	albelda-de-iregua	ES	26120	2644	Europe/Madrid	42.35837	-2.47278		Al'bel'da-de-Iregua,Al'bel'da-de-Iregva,Albelda de Iregua,a er wei er da de lei gua,Альбельда-де-Ірегуа,Альбельда-де-Ирегва,Альбельда-де-Ирегуа,Ալբելդա դե Իրեգուա,البيضاء,阿尔韦尔达德雷瓜	26005	27	LO	26005	
3130673	Albelda	albelda	ES	22558	877	Europe/Madrid	41.86542	0.45999		Albelda	22009	52	HU	22009	
3130674	Albeiros	albeiros	ES	32172	0	Europe/Madrid	43.03333	-7.55				58	LU	27028	
3130675	Albatàrrec	albatarrec	ES	25171	0	Europe/Madrid	41.56667	0.6		Albatarrec,Albatarrech,Albatàrrec		56	L	25120	
3130827	Aguilar	aguilar	ES	22461	0	Europe/Madrid	43.28369	-5.80665		Aguilar		34	O	33037	
3130679	Albarracín	albarracin	ES	04279	1009	Europe/Madrid	40.40818	-1.44375		Al'barrasin,Albarasinas,Albarracin,Albarracín,Albarrasi,Albarrasí,Albarrazin,Albarrazín,a er wa la xin,arubarashin,bny alrzyn,Альбаррасин,Альбаррасін,بني الرزين,アルバラシン,阿尔瓦拉辛	44009	52	TE	44009	
3130682	Albares	albares	ES	19112	532	Europe/Madrid	40.3069	-3.00897		Albares	19007	54	GU	19007	
3130687	Albaredos	albaredos	ES	24521	0	Europe/Madrid	42.59525	-7.04032		Albaredos		55	LE	24011	
3130688	Albaredos	albaredos	ES	24521	0	Europe/Madrid	42.39669	-7.17694				58	LU	27050	
3130690	Albarca	albarca	ES	43360	0	Europe/Madrid	41.30081	0.91267		Albarca		56	T	43049	
3130691	Albandi	albandi	ES	33492	0	Europe/Madrid	43.57102	-5.73761		Albandi,Santiago		34	O	33014	
3130693	Albanyà	albanya	ES	17733	0	Europe/Madrid	42.30431	2.71995		Albanya,Albanyà		56	GI	17003	
3130695	Albalatillo	albalatillo	ES	22220	259	Europe/Madrid	41.73527	-0.15115		Albalatillo	22008	52	HU	22008	
3130696	Albalate de Zorita	albalate-de-zorita	ES	19117	780	Europe/Madrid	40.30812	-2.84267		Albalate de Zorita	19006	54	GU	19006	
3130697	Albalate de las Nogueras	albalate-de-las-nogueras	ES	16841	378	Europe/Madrid	40.36614	-2.27718		Albalate,Albalate de las Nogueras	16005	54	CU	16005	
3130698	Albalate del Arzobispo	albalate-del-arzobispo	ES	44540	2163	Europe/Madrid	41.12173	-0.51142		Albalate del Arzobispo	44008	52	TE	44008	
3130699	Albalate de Cinca	albalate-de-cinca	ES	22534	1183	Europe/Madrid	41.72521	0.15244		Albalat de Cinca	22007	52	HU	22007	
3130703	Albaina	albaina	ES	09216	0	Europe/Madrid	42.68912	-2.63243		Albaita		55	BU	09109	
3130705	Alba de Yeltes	alba-de-yeltes	ES	37478	255	Europe/Madrid	40.6718	-6.3166		Alba de Yeltes	37009	55	SA	37009	
3130706	Alba de Tormes	alba-de-tormes	ES	37800	4881	Europe/Madrid	40.82664	-5.51237		Alba de Tormes	37008	55	SA	37008	
3130707	Alba de los Cardaños	alba-de-los-cardanos	ES	34888	0	Europe/Madrid	42.9083	-4.71899		Alba de los Cardanos,Alba de los Cardaños		55	P	34199	
3130708	Alba de Cerrato	alba-de-cerrato	ES	34219	99	Europe/Madrid	41.81276	-4.3647		Alba de Cerrato	34006	55	P	34006	
3130709	Albacastro	albacastro	ES	34492	0	Europe/Madrid	42.68133	-4.19031		Albacastro		55	BU	09306	
3130712	Alba	alba	ES	44395	0	Europe/Madrid	43.26039	-7.71152				58	LU	27065	
3130713	Albá	alba	ES	44395	31	Europe/Madrid	42.85	-7.88333				58	LU	27040	
3130714	Alba	alba	ES	44395	0	Europe/Madrid	42.46488	-8.64358		Santa Maria,Santa María		58	PO	36038	
3130715	Alba	alba	ES	44395	0	Europe/Madrid	42.36225	-3.32261				55	BU	09431	
3130716	Alba	alba	ES	44395	249	Europe/Madrid	40.61825	-1.34658		Alba	44007	52	TE	44007	
3130718	Alava	alava	ES	33865	0	Europe/Madrid	43.36057	-6.19946				34	O	33059	
3130719	Alastruey	alastruey	ES	22760	0	Europe/Madrid	42.52247	-0.759		Alastuey		52	HU	22044	
3130721	Alarilla	alarilla	ES	19227	121	Europe/Madrid	40.84711	-3.1031		Alarilla	19005	54	GU	19005	
3130723	Alar del Rey	alar-del-rey	ES	34480	1169	Europe/Madrid	42.66037	-4.31271		Alar del Rey,Alar-del'-Rej,a la er de er lei,Алар-дель-Рей,阿拉尔德尔雷	34005	55	P	34005	
3130724	Alarcia	alarcia	ES	09199	0	Europe/Madrid	42.30538	-3.29725		Alarcia		55	BU	09303	
3130725	Alarba	alarba	ES	50345	141	Europe/Madrid	41.20482	-1.61335		Alarba	50009	52	Z	50009	
3130726	Alaraz	alaraz	ES	37312	610	Europe/Madrid	40.74886	-5.28781		Alaraz	37007	55	SA	37007	
3130728	Alaminos	alaminos	ES	19490	84	Europe/Madrid	40.86303	-2.72573		Alaminos	19004	54	GU	19004	
3130730	Alameda del Valle	alameda-del-valle	ES	28749	217	Europe/Madrid	40.9187	-3.84243		Alameda del Valle	28003	29	M	28003	
3130731	Alameda	alameda	ES	13379	0	Europe/Madrid	41.27313	-3.64965				55	SG	40198	
3130732	Alalpardo	alalpardo	ES	28130	0	Europe/Madrid	40.62744	-3.47277		Alalpardo		29	M	28162	
3130733	Alaló	alalo	ES	42368	0	Europe/Madrid	41.37417	-2.91008		Alalo,Alaló		55	SO	42035	
3130739	Alagón	alagon	ES	50630	6141	Europe/Madrid	41.76964	-1.11906		Alago,Alagon,Alagó,Alagón,a la gong,alaghwn,alagwn  zaragwza,Алагон,ألاغون,الاگون، زاراگوزا,阿拉贡	50008	52	Z	50008	
3130741	Alaejos	alaejos	ES	47510	1685	Europe/Madrid	41.30732	-5.21567		Alaejos	47004	55	VA	47004	
3130742	Aladrén	aladren	ES	50481	71	Europe/Madrid	41.24917	-1.15591		Aladren,Aladrén	50007	52	Z	50007	
3130744	Alacón	alacon	ES	44549	433	Europe/Madrid	41.02575	-0.69782		Alacon,Alacón	44006	52	TE	44006	
3130749	Ajo	ajo	ES	39170	0	Europe/Madrid	43.47851	-3.61203		Ajo		39	S	39011	
3130750	Ajarte	ajarte	ES	09216	0	Europe/Madrid	42.75399	-2.63245		Ajarte,Axarte		55	BU	09109	
3130751	Ajanedo	ajanedo	ES	39728	0	Europe/Madrid	43.26069	-3.71411		Ajanedo		39	S	39045	
3130752	Ajamil	ajamil	ES	26133	83	Europe/Madrid	42.16705	-2.48752		Ajamil,Ajamil de Cameros,Akhamil',Akhamil'-de-Kameros,Axamil,a ha mi er de ka mei luo si,ajamyl,Ахамиль,Ахаміль-де-Камерос,Ախամիլ,اجامیل,阿哈米尔德卡梅罗斯	26004	27	LO	26004	
3130753	Ajalvir	ajalvir	ES	28864	3096	Europe/Madrid	40.53205	-3.47841		Ajalvir	28002	29	M	28002	
3130754	Aja	aja	ES	39806	0	Europe/Madrid	43.20031	-3.522		Aja		39	S	39083	
3130755	Age	age	ES	17529	0	Europe/Madrid	42.4187	1.94724				56	GI	17141	17141
3130758	Aizpún	aizpun	ES	31172	0	Europe/Madrid	42.83279	-1.87492		Aizpun,Aizpún		32	NA	31118	
3130760	Aizoáin	aizoain	ES	31195	0	Europe/Madrid	42.85	-1.63333		Aizoain,Aizoáin		32	NA	31902	
3130762	Aizarnazabal	aizarnazabal	ES	20749	602	Europe/Madrid	43.25591	-2.23607		Aizarnazabal,Aizarnazábal	20003	59	SS	20003	
3130763	Aizarna	aizarna	ES	20749	0	Europe/Madrid	43.23447	-2.22613		Aizarna		59	SS	20027	
3130768	Aísa	aisa	ES	22860	419	Europe/Madrid	42.67966	-0.62038		Aisa,ai sa,Аиса,Аїса,艾萨		52	HU	22006	
3130771	Ainzón	ainzon	ES	50570	1240	Europe/Madrid	41.81644	-1.51995		Ainzon,Ainzón	50006	52	Z	50006	
3130772	Aínsa	ainsa	ES	22330	1500	Europe/Madrid	42.41547	0.14008	580	Ainsa,L'Ainsa		52	HU	22907	
3130775	Aineto	aineto	ES	22623	0	Europe/Madrid	42.39242	-0.19403		Aineto		52	HU	22199	
3130776	Aintzioa	aintzioa	ES	31697	0	Europe/Madrid	42.91667	-1.41667		Aincioa,Aintzioa,Ancioa		32	NA	31028	
3130777	Aintzialde	aintzialde	ES	31713	0	Europe/Madrid	43.16667	-1.48333				32	NA	31050	
3130781	Aiguaviva	aiguaviva	ES	17181	608	Europe/Madrid	41.9384	2.76217		Aiguaviva	17002	56	GI	17002	
3130782	Aiguabella	aiguabella	ES	25515	0	Europe/Madrid	42.44322	0.99186				56	L	25227	
3130783	Aiguamúrcia	aiguamurcia	ES	43815	706	Europe/Madrid	41.33333	1.36667		Aiguamurcia,Aiguamúrcia		56	T	43170	
3130916	Agoncillo	agoncillo	ES	26160	964	Europe/Madrid	42.44667	-2.2898		Agoncillo	26002	27	LO	26002	
3130790	Ahigal de Villarino	ahigal-de-villarino	ES	37173	42	Europe/Madrid	41.15819	-6.38037		Ahigal de Villarino	37004	55	SA	37004	
3130791	Ahigal de los Aceiteros	ahigal-de-los-aceiteros	ES	37248	164	Europe/Madrid	40.87231	-6.74702		Ahigal de los Aceiteros	37003	55	SA	37003	
3130792	Ahigal	ahigal	ES	10650	1583	Europe/Madrid	40.18954	-6.18815		Ahigal	10006	57	CC	10006	
3130793	Ahedo	ahedo	ES	48891	0	Europe/Madrid	43.33655	-3.39174				39	S	39002	
3130794	Ahedo	ahedo	ES	48891	0	Europe/Madrid	43.22857	-3.35523		Ahedo		59	BI	48022	
3130795	Agustín	agustin	ES	27143	0	Europe/Madrid	42.95641	-7.31998		Agustin,Agustín		58	LU	27011	
3130796	Agullana	agullana	ES	17707	769	Europe/Madrid	42.39408	2.84666		Agullana	17001	56	GI	17001	
3130800	Aguis	aguis	ES	32634	0	Europe/Madrid	41.98042	-7.78253		Aguis		58	OR	32012	
3130801	Aguiró	aguiro	ES	25511	0	Europe/Madrid	42.39853	0.94344		Aguiro,Aguiró		56	L	25227	
3130804	Aguino	aguino	ES	33840	0	Europe/Madrid	43.10628	-6.27292		Aguino		34	O	33068	
3130805	Aguinalíu	aguinaliu	ES	22588	0	Europe/Madrid	42.0965	0.33989				52	HU	22117	
3130810	Aguilón	aguilon	ES	50155	288	Europe/Madrid	41.29467	-1.04634		Aguilon,Aguilón	50005	52	Z	50005	
3130811	Aguiló	aguilo	ES	43429	0	Europe/Madrid	41.55278	1.41838		Aguilo,Aguiló		56	T	43139	43139
3130813	Aguillo	aguillo	ES	09216	0	Europe/Madrid	42.73794	-2.63767		Agilu,Aguillo		55	BU	09109	
3130814	Aguilera	aguilera	ES	42366	0	Europe/Madrid	41.48276	-2.8913		Aguilera		55	SO	42032	
3130815	Aguilarejo	aguilarejo	ES	47281	0	Europe/Madrid	41.76158	-4.62358		Aguilarejo		55	VA	47055	
3130816	Aguilar de Tera	aguilar-de-tera	ES	49624	0	Europe/Madrid	41.9851	-5.84401		Aguilar de Tera		55	ZA	49117	
3130817	Aguilar de Segarra	aguilar-de-segarra	ES	08256	235	Europe/Madrid	41.74822	1.62919		Aguilar de Boixadors,Aguilar de Segarra	08002	56	B	08002	
3130818	Aguilar de Montuenga	aguilar-de-montuenga	ES	42259	0	Europe/Madrid	41.21881	-2.23248		Aguilar de Montuenga		55	SO	42025	
3130819	Aguilar del Río Alhama	aguilar-del-rio-alhama	ES	26530	700	Europe/Madrid	41.96212	-1.9934		Agilar del Rio Alama,Agilar-del'-Rio-Al'khama,Agilar-del'-Rio-Alama,Aguilar,Aguilar de Rio Alhama,Aguilar del Rio Alhama,Aguilar del Río Alhama,a ji la er de er li ao a er a ma,agwlar dl ryw alhama,Агилар-дель-Рио-Алама,Агилар-дель-Рио-Альхама,Агілар-дель-Ріо-Алама,Ագիլար դել Ռիո Ալամա,اگولار دل ریو الهاما,اگویلار دیل ریو الہاما,阿吉拉尔德尔里奥阿尔阿马	26003	27	LO	26003	
3130821	Aguilar de Ebro	aguilar-de-ebro	ES	50175	378	Europe/Madrid	41.52141	-0.56405		Aguilar de Ebro		52	Z	50115	
3130822	Aguilar de Codés	aguilar-de-codes	ES	31228	113	Europe/Madrid	42.61249	-2.38987		Aguilar Kodes,Aguilar de Codes,Aguilar de Codés	31008	32	NA	31008	
3130823	Aguilar de Campos	aguilar-de-campos	ES	47814	327	Europe/Madrid	41.98375	-5.18117		Aguilar de Campos	47003	55	VA	47003	
3130824	Aguilar de Campoo	aguilar-de-campoo	ES	34800	7280	Europe/Madrid	42.79452	-4.25892		Aguilar de Compoa	34004	55	P	34004	
3130825	Aguilar de Bureba	aguilar-de-bureba	ES	09249	71	Europe/Madrid	42.58974	-3.32913		Aguilar de Bureba	09007	55	BU	09007	
3130828	Aguilafuente	aguilafuente	ES	40340	750	Europe/Madrid	41.22667	-4.11185		Aguilafuente	40004	55	SG	40004	
3130837	Aguiar	aguiar	ES	24569	0	Europe/Madrid	43.11667	-7.53333		Aguiar,San Lorenzo		58	LU	27039	
3130838	Aguiar	aguiar	ES	24569	0	Europe/Madrid	43.08335	-7.5453		Aguiar,San Claudio		58	LU	27039	
3130840	Agüés	agues	ES	33993	0	Europe/Madrid	43.2	-5.45		Agues,Aguis,Agüis,Agüés		34	O	33067	
3130841	Agüero	aguero	ES	22808	0	Europe/Madrid	43.41511	-3.7236		Aguero,Agüero		39	S	39040	
3130843	Agüerina	aguerina	ES	33844	0	Europe/Madrid	43.22173	-6.25052		Aguerina,Agüerina		34	O	33005	
3130847	Agüera de Castañedo	aguera-de-castanedo	ES	33813	0	Europe/Madrid	43.106	-6.58632		Aguera de Castanedo,Agüera de Castañedo		34	O	33011	
3130851	Agüera	aguera	ES	33785	0	Europe/Madrid	43.46319	-5.31352				34	O	33019	
3130853	Agüera	aguera	ES	33785	0	Europe/Madrid	43.44629	-5.95919		Aguera,Aguero,Agüera,Agüero		34	O	33054	
3130854	Agüera	aguera	ES	33785	0	Europe/Madrid	43.41846	-6.05441				34	O	33010	
3130855	Agüera	aguera	ES	33785	0	Europe/Madrid	43.42804	-5.89677				34	O	33035	
3130856	Agüera	aguera	ES	33785	0	Europe/Madrid	43.21528	-6.26188		Aguera,Agüera		34	O	33005	
3130857	Agüera	aguera	ES	33785	0	Europe/Madrid	43.0991	-3.45314				55	BU	09214	
3130858	Agüela	aguela	ES	27578	0	Europe/Madrid	42.72848	-7.88861				58	LU	27003	
3130872	Aguda	aguda	ES	33392	0	Europe/Madrid	43.47054	-5.73719		Aguda		34	O	33024	
3130873	Aguaviva de la Vega	aguaviva-de-la-vega	ES	42258	0	Europe/Madrid	41.29315	-2.38183		Aguaviva,Aguaviva de la Vega		55	SO	42018	
3130874	Aguaviva	aguaviva	ES	44566	668	Europe/Madrid	40.82211	-0.19532		Aguaviva,Aiguaviva de Bergantes	44004	52	TE	44004	
3130875	Aguatón	aguaton	ES	44382	23	Europe/Madrid	40.67158	-1.23475		Aguaton,Aguatón	44003	52	TE	44003	
3130881	Aguas Cándidas	aguas-candidas	ES	09593	99	Europe/Madrid	42.71652	-3.50258		Aguas Candidas,Aguas Cándidas		55	BU	09328	
3130882	Aguascaldas	aguascaldas	ES	22451	0	Europe/Madrid	42.41392	0.44364		Aguascaldas		52	HU	22243	
3130888	Aguasal	aguasal	ES	47418	24	Europe/Madrid	41.27495	-4.6529		Aguasal	47002	55	VA	47002	
3130889	Aguarón	aguaron	ES	50408	795	Europe/Madrid	41.33901	-1.27055		Aguaron,Aguarón	50004	52	Z	50004	
3130895	Aguamaroza	aguamaroza	ES	33718	0	Europe/Madrid	43.3528	-6.74474		Aguamaroza		34	O	33077	
3130904	Agrón	agron	ES	18132	0	Europe/Madrid	42.93333	-8.06667		Agron,Agrón,Santa Eulalia		58	C	15046	
3130905	Agrón	agron	ES	18132	0	Europe/Madrid	42.88333	-8.7		Agron,Agrón,San Lorenzo		58	C	15002	
3130909	Ágreda	agreda	ES	42100	3214	Europe/Madrid	41.85588	-1.92244		Agreda,a ge lei da,ageuleda,agrda,agureda,Агреда,Аґреда,آگردا,アグレダ,阿格雷达,아그레다	42004	55	SO	42004	
3130911	Agramunt	agramunt	ES	25310	5351	Europe/Madrid	41.78686	1.09683		Agramunt	25003	56	L	25003	
3130913	Agra	agra	ES	02409	0	Europe/Madrid	42.85	-8.08333		Agra,San Miguel		58	C	15006	
3130914	Agorreta	agorreta	ES	31639	0	Europe/Madrid	42.94572	-1.49088		Agorreta		32	NA	31098	
3130915	Agones	agones	ES	33129	0	Europe/Madrid	43.49834	-6.12122		Agones		34	O	33051	
3130917	Agón	agon	ES	50560	191	Europe/Madrid	41.85574	-1.45233		Agon,Agón	50003	52	Z	50003	
3130919	Agés	ages	ES	09199	0	Europe/Madrid	42.36983	-3.4794				55	BU	09026	
3130920	Àger	ager	ES	25691	503	Europe/Madrid	42	0.76667		Ager,Àger	25002	56	L	25002	
3130924	Agallas	agallas	ES	37510	180	Europe/Madrid	40.44867	-6.44176		Agallas	37002	55	SA	37002	
3130928	Aés	aes	ES	39670	0	Europe/Madrid	43.28292	-3.95667		Aes,Aés		39	S	39056	
3130929	Ael	ael	ES	09515	0	Europe/Madrid	42.88362	-3.37155		Ael		55	BU	09213	
3130931	Aduna	aduna	ES	20150	0	Europe/Madrid	43.20375	-2.05033		Aduna	20002	59	SS	20002	
3130932	Adri	adri	ES	17199	0	Europe/Madrid	42.05193	2.73822		Adri		56	GI	17040	
3130934	Adrall	adrall	ES	25797	0	Europe/Madrid	42.3263	1.40086		Adrall		56	L	25185	
3130935	Adralés	adrales	ES	33813	0	Europe/Madrid	43.16651	-6.57055		Adrales,Adralés		34	O	33011	
3130937	Adrados	adrados	ES	24859	0	Europe/Madrid	42.87635	-5.28287		Adrados		55	LE	24021	
3130938	Adrados	adrados	ES	24859	176	Europe/Madrid	41.36816	-4.11186		Adrados	40003	55	SG	40003	
3130939	Adrado	adrado	ES	33783	0	Europe/Madrid	43.44455	-6.46908		Adrado		34	O	33034	
3130940	Adradas	adradas	ES	42216	84	Europe/Madrid	41.35098	-2.47373		Adradas,Adradasa,a de la da si,adeuladaseu,adoradasu,adradas,Адрадас,آدراداس,アドラーダス,阿德拉达斯,아드라다스	42003	55	SO	42003	
3130941	Adrada de Pirón	adrada-de-piron	ES	40192	43	Europe/Madrid	41.05257	-4.05107		Adrada de Piron,Adrada de Pirón	40002	55	SG	40002	
3130942	Adrada de Haza	adrada-de-haza	ES	09462	255	Europe/Madrid	41.59454	-3.82327		Adrada de Haza	09003	55	BU	09003	
3130943	Adobes	adobes	ES	19325	73	Europe/Madrid	40.67584	-1.67916		Adobes	19003	54	GU	19003	
3130944	Adoaín	adoain	ES	31448	0	Europe/Madrid	42.7906	-1.17239		Adoain,Adoaín		32	NA	31241	
3130946	Adiós	adios	ES	31153	161	Europe/Madrid	42.68635	-1.73532		Ad'os,Adios,Adiós,a di ao si,Адьос,Адіос,阿迪奥斯	31007	32	NA	31007	
3130947	Adino	adino	ES	39788	0	Europe/Madrid	43.34369	-3.33689		Adino		39	S	39030	
3130950	Ademuz	ademuz	ES	46140	1140	Europe/Madrid	40.06139	-1.28677		Ademus,Ademuz,Ademús,Aldemuz,a de mu si,admwz,adymwz,Адемус,أديموز,ادموز,阿德穆斯	46001	60	V	46001	
3130951	Adelán	adelan	ES	27773	0	Europe/Madrid	43.51667	-7.4		Adelan,Adelán,Santiago		58	LU	27002	
3130958	Adanero	adanero	ES	05296	321	Europe/Madrid	40.94487	-4.60561		Adanero,a da nei luo,adanrw,adanyrw,Аданеро,آدانرو,أدانيرو,阿达内罗	05001	55	AV	05001	
3130959	Adana	adana	ES	01207	0	Europe/Madrid	42.82242	-2.4749		Adana		59	VI	01053	
3130962	Adalia	adalia	ES	47129	65	Europe/Madrid	41.64894	-5.12107		Adalia	47001	55	VA	47001	
3130963	Adal	adal	ES	39761	0	Europe/Madrid	43.39519	-3.47717		Adal		39	S	39009	
3130965	Adahuesca	adahuesca	ES	22147	169	Europe/Madrid	42.1461	-0.00804		Adahuesca	22003	52	HU	22003	
3130966	Adá	ada	ES	27511	0	Europe/Madrid	42.66487	-7.84682		Ada,Adá		58	LU	27016	
3130968	Acumuer	acumuer	ES	22612	2	Europe/Madrid	42.62087	-0.40677		Acumuer		52	HU	22199	
3130973	Okoizta / Acosta	acosta	ES	01138	0	Europe/Madrid	42.97351	-2.71302		Acosta,Akosta,Okoizta		59	VI	01018	
3130974	Akorda	akorda	ES	48311	0	Europe/Madrid	43.3985	-2.66058		Acorda,Akorda		59	BI	48048	
3130978	Aciera	aciera	ES	33118	0	Europe/Madrid	43.20418	-6.00767		Aciera		34	O	33053	
3130980	Aciberos	aciberos	ES	49574	0	Europe/Madrid	42.04028	-6.87336		Acibeiros,Aciberos		55	ZA	49100	
3130988	Aceveda	aceveda	ES	32372	0	Europe/Madrid	42.33138	-7.05573		Acebeda,Aceveda		58	OR	32015	
3130990	Acereda	acereda	ES	39698	0	Europe/Madrid	43.23175	-3.93412		Acereda		39	S	39078	
3130991	Acered	acered	ES	50347	228	Europe/Madrid	41.01667	-1.6		Acered		52	Z	50271	
3130992	Acera de la Vega	acera-de-la-vega	ES	34111	0	Europe/Madrid	42.61551	-4.81743		Acera de la Vega		55	P	34245	
3130995	Aceituna	aceituna	ES	10666	629	Europe/Madrid	40.15008	-6.33292		Aceituna	10005	57	CC	10005	
3130996	Acedre	acedre	ES	27437	0	Europe/Madrid	42.44851	-7.64292				58	LU	27041	
3130998	Acedillo	acedillo	ES	09129	0	Europe/Madrid	42.57264	-3.86773		Acedillo		55	BU	09427	
3131002	Acebo	acebo	ES	10857	0	Europe/Madrid	43.25	-7.18333				58	LU	27053	
3131003	Acebo	acebo	ES	10857	702	Europe/Madrid	40.20105	-6.71689		Acebo	10003	57	CC	10003	
3131004	Acebes del Páramo	acebes-del-paramo	ES	24357	0	Europe/Madrid	42.44284	-5.84395		Acebes		55	LE	24026	
3131008	Acebedo	acebedo	ES	01427	0	Europe/Madrid	43.38361	-6.09588				34	O	33026	
3131009	Acebedo	acebedo	ES	01427	0	Europe/Madrid	43.22024	-7.20338				58	LU	27053	
3131010	Acebedo	acebedo	ES	01427	0	Europe/Madrid	43.03969	-5.116		Acebedo	24001	55	LE	24001	
3131011	Acebedo	acebedo	ES	01427	0	Europe/Madrid	42.92242	-6.97923				58	LU	27034	
3131012	Acebedo	acebedo	ES	01427	0	Europe/Madrid	42.90425	-3.15415		Acebedo		59	VI	01055	
3131018	Abusejo	abusejo	ES	37640	248	Europe/Madrid	40.709	-6.14074		Abusejo	37001	55	SA	37001	
3131020	Abuime	abuime	ES	27546	0	Europe/Madrid	42.6	-7.61667		Abuime,San Juan		58	LU	27058	
3131021	Abruciños	abrucinos	ES	32172	43	Europe/Madrid	42.4	-7.93333		Abrucinos,Abruciños,Abrueinos,Abrueiños		58	OR	32002	
3131023	Abres	abres	ES	33779	0	Europe/Madrid	43.4453	-7.10793		Abres,Santiago		58	LU	27061	
3131024	Abrera	abrera	ES	08630	11521	Europe/Madrid	41.51682	1.901		Abrera		56	B	08001	
3131026	Abraveses de Tera	abraveses-de-tera	ES	49624	0	Europe/Madrid	41.99296	-5.8951		Abraveses de Tera		55	ZA	49117	
3131029	Abraido	abraido	ES	33775	0	Europe/Madrid	43.39444	-7.08994		Abraido		34	O	33071	
3131030	Abragán	abragan	ES	27164	0	Europe/Madrid	42.88616	-7.43306		Abragan,Abragán		58	LU	27014	
3131035	Aboño	abono	ES	33492	0	Europe/Madrid	43.55878	-5.72287		Abono,Aboño		34	O	33014	
3131037	Ablitas	ablitas	ES	31523	0	Europe/Madrid	41.9745	-1.64053		Ablitas	31006	32	NA	31006	
3131038	Ables	ables	ES	33424	0	Europe/Madrid	43.42796	-5.85687		Ables		34	O	33035	
3131040	Ablanque	ablanque	ES	19442	138	Europe/Madrid	40.89818	-2.22523		Ablanque	19002	54	GU	19002	
3131049	Abizanda	abizanda	ES	22392	130	Europe/Madrid	42.24236	0.19717		Abizanda	22002	52	HU	22002	
3131050	Abionzo	abionzo	ES	39639	0	Europe/Madrid	43.24483	-3.81324		Abionzo		39	S	39098	
3131052	Abioncillo	abioncillo	ES	42193	0	Europe/Madrid	41.70307	-2.86717		Abioncillo		55	SO	42046	
3131053	Abión	abion	ES	42127	0	Europe/Madrid	41.5732	-2.23033		Abion,Abión		55	SO	42096	
3131054	Abínzano	abinzano	ES	31473	0	Europe/Madrid	42.66405	-1.45032		Abinzano,Abínzano		32	NA	31124	
3131055	Abiegos	abiegos	ES	33557	0	Europe/Madrid	43.19476	-5.18604		Abiegos		34	O	33050	
3131056	Abiego	abiego	ES	22143	290	Europe/Madrid	42.12094	-0.06873		Abiego	22001	52	HU	22001	
3131057	Abia de las Torres	abia-de-las-torres	ES	34479	181	Europe/Madrid	42.42016	-4.42131			34003	55	P	34003	
3131059	Abiada	abiada	ES	39210	0	Europe/Madrid	43.01823	-4.29079		Abiada		39	S	39032	
3131060	Abi	abi	ES	22463	0	Europe/Madrid	42.47097	0.43006		Abi		52	HU	22215	
3131061	Abezames	abezames	ES	49834	94	Europe/Madrid	41.62642	-5.42577		Abezames	49002	55	ZA	49002	
3131063	Aberin	aberin	ES	31264	316	Europe/Madrid	42.61868	-2.00706				32	NA	31257	
3131064	Aberasturi	aberasturi	ES	01193	0	Europe/Madrid	42.82607	-2.596		Aberasturi,Aberásturi		59	VI	01059	
3131065	Abeo	abeo	ES	33347	0	Europe/Madrid	43.46731	-5.11079				34	O	33056	
3131066	Abenilla	abenilla	ES	22621	0	Europe/Madrid	42.43192	-0.31153		Abenilla		52	HU	22199	
3131067	Abenfigo	abenfigo	ES	44565	0	Europe/Madrid	40.81492	-0.27391		Abendiego,Abenfigo		52	TE	44071	
3131068	Abena	abena	ES	22620	0	Europe/Madrid	42.49919	-0.43954				52	HU	22130	
3131069	Abelón	abelon	ES	49254	0	Europe/Madrid	41.44815	-6.06086		Abelon,Abelón		55	ZA	49124	
3131074	Abellas	abellas	ES	32212	0	Europe/Madrid	43.02723	-8.94962				58	C	15093	
3131075	Abella de la Conca	abella-de-la-conca	ES	25651	190	Europe/Madrid	42.16163	1.09228		Abella de la Conca	25001	56	L	25001	
3131077	Abellá	abella	ES	17869	0	Europe/Madrid	43.08333	-8.31667		Abella,Abellá,San Esteban		58	C	15038	
3131078	Abella	abella	ES	17869	0	Europe/Madrid	42.31881	2.31538		Abella,Caserio Abella,Caserío Abella		56	GI	17039	
3131079	Abelgas	abelgas	ES	24145	0	Europe/Madrid	42.8	-5.98333		Abelgas		55	LE	24132	
3131085	Abeledo	abeledo	ES	27730	0	Europe/Madrid	43.31667	-7.46667		Abeledo,Santa Maria,Santa María		58	LU	27001	
3131089	Abejera	abejera	ES	49591	0	Europe/Madrid	41.80402	-6.14421		Abejera		55	ZA	49176	
3131090	Abejar	abejar	ES	42146	407	Europe/Madrid	41.80755	-2.78407		Abehara,Abejar,Abekhar,a wei ha er,abehaleu,abeharu,abkhar,Абехар,آبخار,アベハール,阿韋哈爾,아베하르	42001	55	SO	42001	
3131093	Abegondo	abegondo	ES	15318	5711	Europe/Madrid	43.21667	-8.28333		Abegondo,Santa Eulalia	15001	58	C	15001	
3131098	Abedes	abedes	ES	32615	0	Europe/Madrid	41.93772	-7.40925				58	OR	32085	
3131103	Abayu	abayu	ES	33315	0	Europe/Madrid	43.49278	-5.45016				34	O	33076	
3131104	Abay	abay	ES	22713	0	Europe/Madrid	42.56983	-0.61017				52	HU	22130	
3131105	Abavides	abavides	ES	32695	0	Europe/Madrid	42.04504	-7.65151		Abavides		58	OR	32082	
3131108	Abastillas	abastillas	ES	34307	0	Europe/Madrid	42.25605	-4.80366		Abastillas		55	P	34902	
3131109	Abastas	abastas	ES	34307	0	Europe/Madrid	42.23973	-4.79181		Abastas		55	P	34902	
3131110	Abárzuza	abarzuza	ES	31178	507	Europe/Madrid	42.72722	-2.02269		Abartzuza,Abarzuza,Abárzuza		32	NA	31260	
3131113	Abarca de Campos	abarca-de-campos	ES	34338	46	Europe/Madrid	42.06253	-4.84123				55	P	34001	
3131114	Abantro	abantro	ES	33994	0	Europe/Madrid	43.2038	-5.38966		Abantro		34	O	33015	
3131117	Abanto	abanto	ES	48500	152	Europe/Madrid	41.13751	-1.69818		Abanto	50001	52	Z	50001	
3131118	Abanqueiro	abanqueiro	ES	15938	198	Europe/Madrid	42.65	-8.88333		Abanqueiro		58	C	15011	
3131119	Abaño	abano	ES	24397	0	Europe/Madrid	43.3625	-4.39146		Abano,Abaño		39	S	39080	
3131120	Abanillas	abanillas	ES	39549	0	Europe/Madrid	43.34663	-4.46179		Abanillas		39	S	39095	
3131121	Abaniella	abaniella	ES	33890	0	Europe/Madrid	43.21979	-6.61572		Abaniella		34	O	33001	
3131122	Abango	abango	ES	33836	0	Europe/Madrid	43.25647	-6.33778		Abango		34	O	33005	
3131123	Abándames	abandames	ES	33579	0	Europe/Madrid	43.32655	-4.60387				34	O	33047	
3131124	Abanco	abanco	ES	42368	0	Europe/Madrid	41.38143	-2.95093		Abanco		55	SO	42035	
3131125	Abanceña	abancena	ES	33814	0	Europe/Madrid	43.15183	-6.62125		Abancena,Abanceña		34	O	33011	
3131126	Abánades	abanades	ES	19432	106	Europe/Madrid	40.89261	-2.48526		Abanades,Abánades	19001	54	GU	19001	
3131127	Abamia	abamia	ES	33556	0	Europe/Madrid	43.33333	-5.05		Abamia,Santa Eulalia		34	O	33012	
3131128	Ábalos	abalos	ES	26339	304	Europe/Madrid	42.57154	-2.70956		Abalos,Ábalos	26001	27	LO	26001	
3131130	Aballe	aballe	ES	33559	0	Europe/Madrid	43.32742	-5.14338		Aballe		34	O	33045	
3131135	Abáigar	abaigar	ES	31280	100	Europe/Madrid	42.64823	-2.14182		Abaigar,Abáigar	31001	32	NA	31001	
3131137	Abadiño	abadino	ES	48220	0	Europe/Madrid	43.1511	-2.60942		Abadiano,Abadiano Celayeta,Abadino,Abadino-Zelaieta,Abadiño,Abadiño-Zelaieta,Abandiano Celayeta	48001	59	BI	48001	
3131138	Abadía	abadia	ES	10748	288	Europe/Madrid	40.25922	-5.97828			10001	57	CC	10001	
3131139	Abades	abades	ES	32633	0	Europe/Madrid	42.74884	-8.30455				58	PO	36052	
3131140	Abades	abades	ES	32633	0	Europe/Madrid	41.90984	-7.79497		Abades,San Pelayo		58	OR	32005	
3131141	Abades	abades	ES	32633	907	Europe/Madrid	40.91646	-4.26937		Abades	40001	55	SG	40001	
3131142	Abadengo de Torío	abadengo-de-torio	ES	24891	0	Europe/Madrid	42.71359	-5.51415		Abadengo de Torio,Abadengo de Torío		55	LE	24076	
3131144	Ababuj	ababuj	ES	44155	92	Europe/Madrid	40.54908	-0.80758		Ababuj	44001	52	TE	44001	
3211874	El Bocal	el-bocal	ES	31512	0	Europe/Madrid	43.4889	-3.82512				39	S	39075	
3212123	La Magdalena	la-magdalena	ES	03370	0	Europe/Madrid	43.55946	-6.18588				34	O	33021	
3212132	Zeluán	zeluan	ES	33418	0	Europe/Madrid	43.59087	-5.91414		Zeluan,Zeluán		34	O	33025	
3213630	Toralla	toralla	ES	25516	0	Europe/Madrid	42.20169	-8.79969				58	PO	36057	
3232542	Redes	redes	ES	15623	0	Europe/Madrid	43.42443	-8.20427		Redes		58	C	15004	
6251998	Valdesalor	valdesalor	ES	10164	593	Europe/Madrid	39.37781	-6.34826	370			57	CC	10037	
6254870	Su	su	ES	25287	0	Europe/Madrid	41.88912	1.56401				56	L	25167	
6254874	El Puig	el-puig	ES	46540	0	Europe/Madrid	41.2183	1.53853				56	T	43163	
6255113	Torrellano	torrellano	ES	03320	0	Europe/Madrid	38.2931	-0.5882				60	A	03065	
6269243	Oteiza	oteiza	ES	31250	0	Europe/Madrid	42.87118	-1.71498				32	NA	31136	
6269406	Gàrzola	garzola	ES	25736	0	Europe/Madrid	41.96294	1.02825		Garzola,Gàrzola		56	L	25034	
6269407	Lluçars	llucars	ES	25736	0	Europe/Madrid	41.97546	1.05665		Llucars,Lluçars		56	L	25034	
6301900	Blancafort	blancafort	ES	43411	0	Europe/Madrid	41.4374	1.15983			43029	56	T	43029	
6324400	Grifeu	grifeu	ES	17490	0	Europe/Madrid	42.38239	3.15363		Grifeu		56	GI	17092	
6324402	Las Tablas	las-tablas	ES	04559	3000	Europe/Madrid	40.50649	-3.67235	630	Las Tablas		29	M	28079	8
6324449	Los Ángeles de San Rafael	los-angeles-de-san-rafael	ES	40424	1000	Europe/Madrid	40.77742	-4.21497	1200			55	SG	40076	
6324487	Sotogrande	sotogrande	ES	11310	184	Europe/Madrid	36.28247	-5.29455				51	CA	11033	
6324555	Santxolopeztegi	santxolopeztegi	ES	20569	0	Europe/Madrid	43.05185	-2.43987		Sancholopetegui,Sancholopeztegui,Santxolopetegi,Santxolopeztegi		59	SS	20059	
6324556	Arkolla	arkolla	ES	20280	0	Europe/Madrid	43.35375	-1.80512		Arcoll-Santiago,Arkoll,Arkoll-Santiago,Arkolla		59	SS	20036	
6324567	Santa Lutzia	santa-lutzia	ES	20400	0	Europe/Madrid	43.14839	-2.06778		Ezama,Santa Lucia de Ezama,Santa Lucía de Ezama,Santa Lutzia,Santa Luzi		59	SS	20071	
6324599	Valdelacalzada	valdelacalzada	ES	06185	2700	Europe/Madrid	38.88943	-6.70029			06901	57	BA	06901	
6324665	Gimenells	gimenells	ES	25112	0	Europe/Madrid	41.65137	0.39019				56	L	25011	
6324666	el Pla de la Font	el-pla-de-la-font	ES	25114	0	Europe/Madrid	41.68689	0.35465				56	L	25912	
6324670	Sobrecastell	sobrecastell	ES	22583	0	Europe/Madrid	42.26823	0.71967				52	HU	22035	25234
6324673	el Sas	el-sas	ES	22583	0	Europe/Madrid	42.30728	0.6659				52	HU	22035	
6324675	Claravalls	claravalls	ES	25353	0	Europe/Madrid	42.23921	0.67497				52	HU	22035	
6324682	Betesa	betesa	ES	22583	0	Europe/Madrid	42.35245	0.69167				52	HU	22035	
6324685	Pallerol	pallerol	ES	22583	0	Europe/Madrid	42.33801	0.70557				52	HU	22223	
6324686	Sopeira	sopeira	ES	22583	0	Europe/Madrid	42.31615	0.74632			22223	52	HU	22223	
6324693	Mont-ral	mont-ral	ES	43364	0	Europe/Madrid	41.57497	0.3795				52	HU	22112	25011
6324695	San Miguel	san-miguel	ES	01213	0	Europe/Madrid	41.68471	0.31174		San Miguel,Sant Miquel		52	HU	22052	
6324698	la Melusa	la-melusa	ES	22549	21	Europe/Madrid	41.77997	0.37523				52	HU	22225	
6324717	Montgai	montgai	ES	25616	0	Europe/Madrid	42.09373	0.65422				52	HU	22247	
6324723	Montegrande	montegrande	ES	32515	0	Europe/Madrid	42.65801	-7.70017				58	LU	27058	
6324801	Akartegi	akartegi	ES	20280	0	Europe/Madrid	43.37758	-1.80152		Acartegui,Akartegi		59	SS	20036	
6324802	Akerregi	akerregi	ES	20120	0	Europe/Madrid	43.26843	-1.96331		Akerregi,Aquerregui		59	SS	20040	
6324815	Altamira	altamira	ES	20200	0	Europe/Madrid	43.04183	-2.20499		Altamira		59	SS	20019	
6324816	Altamira	altamira	ES	20200	0	Europe/Madrid	43.17582	-2.30924		Altamira		59	SS	20017	
6324817	Altamira	altamira	ES	20200	0	Europe/Madrid	43.31723	-1.8989		Altamira		59	SS	20069	
6324842	Antzizar	antzizar	ES	20200	0	Europe/Madrid	43.04473	-2.21427		Antzizar		59	SS	20019	
6324844	Arana	arana	ES	09215	0	Europe/Madrid	43.16679	-2.10129		Arana		59	SS	20006	
6324846	Aranerreka	arane	ES	48370	0	Europe/Madrid	43.12025	-2.40265		Arane		59	SS	20074	
6324849	Aranguren	aranguren	ES	31192	0	Europe/Madrid	43.05066	-2.10892		Aranguren		59	SS	20071	
6324850	Aranguren	aranguren	ES	31192	0	Europe/Madrid	43.04682	-2.24357		Aranguren		59	SS	20062	
6324851	Aranguren	aranguren	ES	31192	0	Europe/Madrid	43.01973	-2.21298		Aranguren		59	SS	20043	
6324866	Arriaga	arriaga	ES	01013	0	Europe/Madrid	43.22913	-2.38694		Arriaga		59	SS	20032	
6324872	Arrutiegia	arrutiegia	ES	20809	0	Europe/Madrid	43.24743	-2.14523		Arrutiegia,Arrutieguia,Arrutieguía		59	SS	20016	
6324875	Artzalluz	artzalluz	ES	20737	0	Europe/Madrid	43.17942	-2.19749		Artzalluz		59	SS	20066	
6324880	Astigarraga	astigarraga	ES	20115	0	Europe/Madrid	43.00058	-2.17802		Astigarraga		59	SS	20015	
6324885	Atsobakar	atsobakar	ES	20160	0	Europe/Madrid	43.27371	-2.01925		Atsobakar		59	SS	20902	
6324898	Barrenaldea	barrenaldea	ES	20215	0	Europe/Madrid	42.99049	-2.27884		Barren Aldea,Barrenaldea		59	SS	20025	
6324907	Beasainmendi	beasainmendi	ES	20200	0	Europe/Madrid	43.06672	-2.19805		Beasainmendi		59	SS	20019	
6324917	Berezao	berezao	ES	20569	0	Europe/Madrid	43.01021	-2.39914		Berezano,Berezao		59	SS	20059	
6324921	Bidasoa	bidasoa	ES	20304	0	Europe/Madrid	43.31024	-1.76026		Bidasoa		59	SS	20045	
6324929	Buruntza	buruntza	ES	20140	0	Europe/Madrid	43.234	-2.01516		Buruntza		59	SS	20009	
6324936	Egileor	egileor	ES	01207	0	Europe/Madrid	43.02581	-2.14354		Egileor		59	SS	20049	
6324937	Egileor	egileor	ES	01207	0	Europe/Madrid	43.07505	-2.11472		Egileor		59	SS	20071	
6324938	Egileor	egileor	ES	01207	0	Europe/Madrid	43.08569	-2.06415		Egileor		59	SS	20071	
6324943	Eitzaga	eitzaga	ES	20808	0	Europe/Madrid	43.29385	-2.19833		Eitzaga		59	SS	20039	
6324946	Elbarrena	elbarrena	ES	20150	0	Europe/Madrid	43.0747	-2.33757		Elbarrena		59	SS	20051	
6324947	Elbarrena	elbarrena	ES	20150	0	Europe/Madrid	43.04687	-2.15666		Elbarrena		59	SS	20071	
6324948	Elbarrena	elbarrena	ES	20150	0	Europe/Madrid	43.02181	-2.25971		Elbarrena		59	SS	20043	
6324949	Elbarrena	elbarrena	ES	20150	0	Europe/Madrid	43.20156	-2.04937		Elbarrena		59	SS	20002	
6324952	Elizalde	elizalde	ES	20180	0	Europe/Madrid	43.12435	-1.9833		Elizalde		59	SS	20022	
6324953	Elizalde	elizalde	ES	20180	0	Europe/Madrid	43.2705	-2.05027		Elizalde		59	SS	20073	
6324955	Elizondo	elizondo	ES	31700	0	Europe/Madrid	43.10362	-2.03481		Elizondo		59	SS	20071	
6324957	Elorregi	elorregi	ES	20570	0	Europe/Madrid	43.087	-2.43902		Elorregi		59	SS	20074	
6324959	Endoia	endoia	ES	20740	0	Europe/Madrid	43.23968	-2.2928		Endoia		59	SS	20027	
6324963	Ergoien	ergoien	ES	20180	0	Europe/Madrid	43.23712	-1.99881		Ergoien		59	SS	20069	
6324968	Errekaballara	erreka	ES	31880	0	Europe/Madrid	43.15443	-2.1525		Erreka		59	SS	20066	
6324979	Errotaldea	errotaldea	ES	20260	0	Europe/Madrid	43.0907	-2.09107		Errotaldea		59	SS	20005	
6324986	Etxabe	etxabe	ES	20749	0	Europe/Madrid	43.27114	-2.23527		Etxabe		59	SS	20003	
6324990	Etxebarri	etxebarri	ES	48450	0	Europe/Madrid	43.03293	-2.51346		Etxebarri		59	SS	20013	
6324991	Etxeberri	etxeberri	ES	31868	0	Europe/Madrid	43.27366	-1.96653		Etxeberri		59	SS	20069	
6324996	Etxezarreta	etxezarreta	ES	20749	0	Europe/Madrid	43.26255	-2.23836		Etxezarreta		59	SS	20003	
6324997	Etxezarreta	etxezarreta	ES	20749	0	Europe/Madrid	43.08426	-2.14826		Etxezarreta		59	SS	20052	
6325004	Galdona	galdona	ES	20830	0	Europe/Madrid	43.31489	-2.39368		Galdoa,Galdona		59	SS	20056	
6325006	Garagaltza	garagaltza	ES	20569	0	Europe/Madrid	43.03087	-2.4275		Garagaltza,Garagalza		59	SS	20059	
6325012	Goialdea	goialdea	ES	20215	0	Europe/Madrid	42.94477	-2.27503		Goialdea,Goyaldea		59	SS	20025	
6325019	Goribar	goribar	ES	20569	0	Europe/Madrid	43.0428	-2.41958		Goribar		59	SS	20059	
6325024	Guadalupe	guadalupe	ES	10140	0	Europe/Madrid	43.08526	-2.14561		Guadalupe		59	SS	20052	
6325025	Gudugarreta	gudugarreta	ES	20218	0	Europe/Madrid	43.05628	-2.22201		Gudugarreta		59	SS	20019	
6325026	Herrera	herrera	ES	09221	0	Europe/Madrid	43.31948	-1.93568		Herrera		59	SS	20069	
6325037	Iurre	igorre	ES	48140	0	Europe/Madrid	43.13104	-2.08287				59	SS	20071	
6325057	Irure	irure	ES	31698	0	Europe/Madrid	43.1774	-2.42175		Irure		59	SS	20074	
6325058	Iruretaegia	iruretaegia	ES	20809	0	Europe/Madrid	43.22038	-2.13943		Irureta-Egui,Iruretaegia		59	SS	20016	
6325067	San Blas	san-blas	ES	20400	0	Europe/Madrid	43.1244	-2.0714		San Blas		59	SS	20071	
6325071	Izarraitz	izarraitz	ES	20720	0	Europe/Madrid	43.19888	-2.27401		Izarraitz		59	SS	20017	
6325078	Jauregi	jauregi	ES	01207	0	Europe/Madrid	43.27473	-1.9955		Jauregi,Jauregui,Jáuregui		59	SS	20040	
6325091	Kurpidea	kurpidea	ES	20809	0	Europe/Madrid	43.22442	-2.15454		Kurpidea		59	SS	20016	
6325096	Langaurrealdea	langaurrealdea	ES	20260	0	Europe/Madrid	43.1068	-2.11087		Langaurrealdea		59	SS	20005	
6325097	Laranga	laranga	ES	20830	0	Europe/Madrid	43.29916	-2.37439		Laranga		59	SS	20056	
6325099	Larraña	larrana	ES	20569	0	Europe/Madrid	43.05018	-2.39534		Larrana,Larraña		59	SS	20059	
6325101	Larrekoetxe	larrekoetxe	ES	20160	0	Europe/Madrid	43.2701	-2.01304		Larrekoetxe,Larrekoetxea		59	SS	20902	
6325116	Leizotz	leizotz	ES	20140	0	Europe/Madrid	43.20886	-1.99139		Leizos,Leizotz		59	SS	20009	
6325118	Letea	letea	ES	20737	0	Europe/Madrid	43.16581	-2.1617		Letea		59	SS	20066	
6325121	Loinatz	loinatz	ES	20200	0	Europe/Madrid	43.06058	-2.21157		Loinatz		59	SS	20019	
6325127	Mandubia	mandubia	ES	20218	0	Europe/Madrid	43.08708	-2.24817		Mandubia		59	SS	20035	
6325131	Marina	marina	ES	38779	0	Europe/Madrid	43.36776	-1.79355		La Marina,Marina		59	SS	20036	
6325134	Martindegi	martindegi	ES	20120	0	Europe/Madrid	43.26332	-1.9522		Martindegi,Martindegui		59	SS	20040	
6325139	Meaka	meaka	ES	48115	0	Europe/Madrid	43.31444	-1.77203		Meaka		59	SS	20045	
6325140	Mekoleta	mekoleta	ES	48210	0	Europe/Madrid	43.18137	-2.31994		Mekoleta		59	SS	20017	
6325141	Mendarozabal	mendarozabal	ES	20850	0	Europe/Madrid	43.24328	-2.38844		Mendarozabal		59	SS	20901	
6325143	Mendibil	mendibil	ES	01520	0	Europe/Madrid	43.34247	-1.79171		Mendibil		59	SS	20036	
6325145	Mijoa	mijoa	ES	20830	0	Europe/Madrid	43.3135	-2.41366		Mijoa		59	SS	20056	
6325148	Miramar	miramar	ES	43813	0	Europe/Madrid	43.36657	-1.79217		Miramar		59	SS	20036	
6325150	Mizkia	mizkia	ES	20830	0	Europe/Madrid	43.29896	-2.42335		Mizkia		59	SS	20056	
6325155	Murgia	murgia	ES	01130	0	Europe/Madrid	43.0214	-2.39811		Murgia,Murguia,Murguía		59	SS	20059	
6325164	Ola	ola	ES	22135	0	Europe/Madrid	43.085	-2.13025		Ola		59	SS	20052	
6325165	Olaberria	olaberri	ES	31639	0	Europe/Madrid	43.04208	-2.33609		Olaberri		59	SS	20051	
6325166	Olaberria	olaberria	ES	20212	0	Europe/Madrid	43.31585	-1.80427		Olaberria		59	SS	20063	
6325186	Osinaga	osinaga	ES	20120	0	Europe/Madrid	43.24673	-1.96217		Osinaga,Osiñaga		59	SS	20040	
6325199	Pagoeta	pagoeta	ES	01211	0	Europe/Madrid	43.08961	-2.32547		Pagoeta		59	SS	20080	
6325206	Portua	portua	ES	20280	0	Europe/Madrid	43.36776	-1.79355		Portua		59	SS	20036	
6325213	Sagues	sagues	ES	31190	0	Europe/Madrid	43.32711	-1.97003		Saguees,Sagues,Sagüés		59	SS	20069	
6325215	Salbatore	salbatore	ES	20218	0	Europe/Madrid	43.13554	-2.48788		Salbatore		59	SS	20074	
6325216	Salbatore	salbatore	ES	20218	0	Europe/Madrid	43.04924	-2.23199		Salbatore		59	SS	20019	
6325219	San Andres	san-andres	ES	26126	0	Europe/Madrid	43.17845	-2.39364		San Andres,San Andrés		59	SS	20065	
6325220	San Antolin	san-antolin	ES	27690	0	Europe/Madrid	43.229	-2.40117		San Antolin,San Antolín		59	SS	20032	
6325221	San Bartolome	san-bartolome	ES	03314	0	Europe/Madrid	43.31498	-1.9843		San Bartolome		59	SS	20069	
6325222	Goiburu	goiburu	ES	20140	0	Europe/Madrid	43.21579	-2.05843		Goiburu		59	SS	20028	
6325223	Goiburu	goiburu	ES	20140	0	Europe/Madrid	43.21748	-1.96123		Goiburu		59	SS	20009	
6325224	San Gregorio	san-gregorio	ES	20211	0	Europe/Madrid	43.11011	-2.29888		San Gregorio		59	SS	20018	
6325225	San Inazio	san-inazio	ES	48330	0	Europe/Madrid	43.27245	-2.05177		San Inazio		59	SS	20073	
6325226	San Isidro	san-isidro	ES	24855	0	Europe/Madrid	43.28309	-2.27021		San Isidro		59	SS	20027	
6325227	San Jose	san-jose	ES	03360	0	Europe/Madrid	43.2956	-2.26071		San Jose,San José		59	SS	20081	
6325228	San Jose	san-jose	ES	03360	0	Europe/Madrid	43.03122	-2.1889		San Jose,San José		59	SS	20049	
6325229	San Juan	san-juan	ES	15339	0	Europe/Madrid	43.13072	-2.43912		San Juan		59	SS	20074	
6325230	San Juan	san-juan	ES	15339	0	Europe/Madrid	43.0598	-2.17359		San Juan		59	SS	20076	
6325231	San Juan	san-juan	ES	15339	0	Europe/Madrid	43.17118	-2.30123		San Juan		59	SS	20018	
6325235	San Lorenzo	san-lorenzo	ES	24415	0	Europe/Madrid	43.06871	-2.47754		San Lorenzo		59	SS	20059	
6325237	San Martin	san-martin	ES	20211	0	Europe/Madrid	43.31616	-1.98575		San Martin		59	SS	20069	
6325238	San Migel	san-migel	ES	31870	0	Europe/Madrid	43.15417	-2.07682		San Migel		59	SS	20071	
6325239	San Migel	san-migel	ES	31870	0	Europe/Madrid	43.09965	-2.41537		San Migel		59	SS	20074	
6325240	San Migel	san-migel	ES	31870	0	Europe/Madrid	43.08723	-2.13748		San Migel		59	SS	20052	
6325241	San Migel	san-migel	ES	31870	0	Europe/Madrid	43.11082	-2.41112		San Migel		59	SS	20074	
6325243	San Pedro	san-pedro	ES	02326	0	Europe/Madrid	43.02088	-2.52444		San Pedro		59	SS	20034	
6325245	Santa Ana	santa-ana	ES	02328	0	Europe/Madrid	43.01886	-2.52664		Santa Ana		59	SS	20034	
6325246	Santa Barbara	santa-barbara	ES	04662	0	Europe/Madrid	43.26424	-1.99048		Santa Barbara,Santa Bárbara		59	SS	20040	
6325247	Santa Barbara	santa-barbara	ES	04662	0	Europe/Madrid	43.2878	-2.18816		Santa Barbara,Santa Bárbara		59	SS	20079	
6325248	Santa Barbara	santa-barbara	ES	04662	0	Europe/Madrid	43.06426	-2.49304		Santa Barbara,Santa Bárbara		59	SS	20055	
6325250	Santa Isabel	santa-isabel	ES	48003	0	Europe/Madrid	43.08424	-2.30907		Santa Isabel		59	SS	20080	
6325252	Ezama	ezama	ES	20737	0	Europe/Madrid	43.1555	-2.17705		Ezama		59	SS	20066	
6325255	Santiago	santiago	ES	33791	0	Europe/Madrid	43.29705	-2.24961		Santiago		59	SS	20081	
6325263	Senpere	senpere	ES	20210	0	Europe/Madrid	43.04266	-2.18913		Sempere,Senpere		59	SS	20049	
6325273	Torreauzo	torreauzo	ES	20569	0	Europe/Madrid	43.04496	-2.43642		Torreauso,Torreauzo		59	SS	20059	
6325276	Txarama	txarama	ES	20400	0	Europe/Madrid	43.11347	-2.0673		Charama,Txarama		59	SS	20050	
6325280	Txikierdi	txikierdi	ES	20170	0	Europe/Madrid	43.28117	-2.02745		Chiquierdi,Txikierdi		59	SS	20073	
6325291	Ugartemendi	ugartemendi	ES	20200	0	Europe/Madrid	43.04293	-2.19575		Ugartemendi		59	SS	20019	
6325296	Upazan	upazan	ES	20159	0	Europe/Madrid	43.21026	-2.09715		Upazan		59	SS	20014	
6325301	Urdaneta	urdaneta	ES	20800	0	Europe/Madrid	43.07871	-2.14905		Urdaneta		59	SS	20052	
6325306	Uribe	uribe	ES	48144	0	Europe/Madrid	43.06133	-2.50166		Uribe		59	SS	20055	
6325318	Usabal	usabal	ES	20400	0	Europe/Madrid	43.12101	-2.08252		Usabal		59	SS	20071	
6325321	Vista Alegre	vista-alegre	ES	30399	0	Europe/Madrid	43.28448	-2.18048		Vista Alegre		59	SS	20079	
6325326	Zañartu	zanartu	ES	20569	0	Europe/Madrid	43.0358	-2.4392		Zanartu,Zañartu		59	SS	20059	
6325332	Zikuñaga	zikunaga	ES	20120	0	Europe/Madrid	43.25874	-1.96229		Zikunaga,Zikuñaga		59	SS	20040	
6325340	Zubierreka	zubierreka	ES	20210	0	Europe/Madrid	43.02372	-2.1768		Zubierreka		59	SS	20049	
6325344	Zuloaga	zuloaga	ES	48498	0	Europe/Madrid	43.14305	-2.07378		Zuloaga		59	SS	20071	
6325348	Lezesarri	lezesarri	ES	20569	0	Europe/Madrid	43.02018	-2.41395		Lecesarri,Lezesarri		59	SS	20059	
6325350	Aizkorbe	aizkorbe	ES	31867	0	Europe/Madrid	42.99127	-2.4597		Aizkorbe		59	SS	20059	
6325353	Arrate	arrate	ES	20600	0	Europe/Madrid	43.20455	-2.44741		Arrate		59	SS	20030	
6325354	Artadi	artadi	ES	20759	0	Europe/Madrid	43.28778	-2.24075		Artadi,San Miguel de Artadi		59	SS	20081	
6325355	Astigarribia	astigarribia	ES	20830	0	Europe/Madrid	43.27843	-2.37589		Astigarribia		59	SS	20056	
6325356	Azpilgoeta	azpilgoeta	ES	20850	0	Europe/Madrid	43.25422	-2.38842		Azpilgoeta		59	SS	20901	
6325358	Elizmendi	elizmendi	ES	20159	0	Europe/Madrid	43.19726	-2.09537		Elizmendi		59	SS	20014	
6325360	Elorriaga	elorriaga	ES	01192	0	Europe/Madrid	43.28612	-2.29181		Elorriaga		59	SS	20029	
6325363	Erdoizta	erdoizta	ES	20737	0	Europe/Madrid	43.20071	-2.17961		Erdoizta		59	SS	20066	
6325369	Goialdea	goialdea	ES	20215	0	Europe/Madrid	43.19917	-2.0742		Goialdea		59	SS	20014	
6325373	Ibarbia	ibarbia	ES	20737	0	Europe/Madrid	43.16117	-2.20555		Ibarbia		59	SS	20066	
6325374	Itziar	itziar	ES	20829	0	Europe/Madrid	43.27611	-2.33045		Iciar,Itziar		59	SS	20029	
6325378	Lasao	lasao	ES	20740	0	Europe/Madrid	43.21602	-2.25644		Lasao		59	SS	20027	
6325379	Lastur	lastur	ES	20829	0	Europe/Madrid	43.25072	-2.33361		Lastur,San Nicolas de Lastur,San Nicolás de Lastur		59	SS	20029	
6325380	Laurgain	laurgain	ES	20809	0	Europe/Madrid	43.2476	-2.163		Laurgain		59	SS	20016	
6325384	Olatz	olatz	ES	20830	0	Europe/Madrid	43.28871	-2.40703		Olatz		59	SS	20056	
6325385	Pagoaga	pagoaga	ES	20128	0	Europe/Madrid	43.21936	-1.91969		Pagoaga,Paoaga		59	SS	20040	
6325386	San Anton	san-anton	ES	26289	0	Europe/Madrid	43.13283	-2.4245		San Anton,San Antón		59	SS	20074	
6325387	Goiburu	goiburu	ES	20140	0	Europe/Madrid	43.20368	-2.02445		Goiburu,San Esteban Goiburu		59	SS	20006	
6325388	Andatza	andatza	ES	20809	0	Europe/Madrid	43.23552	-2.12483		Andatza,San Pedro		59	SS	20016	
6325389	San Prudentzio	san-prudentzio	ES	20808	0	Europe/Madrid	43.30357	-2.21968		San Prudencio,San Prudentzio		59	SS	20039	
6325390	Gurutze	gurutze	ES	20180	0	Europe/Madrid	43.30964	-1.84262		Gurutze		59	SS	20063	
6325391	Santa Marina	santa-marina	ES	26132	0	Europe/Madrid	43.03345	-2.31079		Santa Marina		59	SS	20051	
6325392	Santiago	santiago	ES	33791	0	Europe/Madrid	43.27831	-1.94448		Santiago		59	SS	20069	
6325394	Sorabilla	sorabilla	ES	20140	0	Europe/Madrid	43.21042	-2.03511		Sorabilla,Soravilla		59	SS	20009	
6325397	Ugaldetxo	ugaldetxo	ES	20180	0	Europe/Madrid	43.29878	-1.87286		Ugaldecho,Ugaldetxo		59	SS	20063	
6325398	Urdaneta	urdaneta	ES	20800	0	Europe/Madrid	43.24803	-2.19768		Urdaneta		59	SS	20016	
6325545	Castilló del Pla	castillo-del-pla	ES	22589	0	Europe/Madrid	42.02813	0.45426				52	HU	22053	
6325550	Aler	aler	ES	22589	0	Europe/Madrid	42.11245	0.42619				52	HU	22053	
6325553	Ciscar	ciscar	ES	22589	0	Europe/Madrid	42.07631	0.54908				52	HU	22053	
6354968	San Agustin	san-agustin	ES	04717	0	Atlantic/Canary	27.77098	-15.53467	10			53	GC	35019	
6354969	Playa del Ingles	playa-del-ingles	ES	35100	17158	Atlantic/Canary	27.7567	-15.5787		Plaja del' Ingles,Playa del Ingles,Playa del Inglés,Плая дель Инглес		53	GC	35019	
6354970	Puerto Rico	puerto-rico	ES	35130	11000	Atlantic/Canary	27.78943	-15.71045	10			53	GC	35012	
6355003	Cala Murada	cala-murada	ES	07688	0	Europe/Madrid	39.45164	3.27599		Cala Murada		07	PM	07033	
6355007	Cala d'Or	cala-d-or	ES	07660	3823	Europe/Madrid	39.3781	3.23479				07	PM	07057	
6355008	Cala Mesquida	cala-mesquida	ES	07589	0	Europe/Madrid	39.74475	3.42997		Cala Mesquida		07	PM	07014	
6355010	Palmanova	palmanova	ES	07181	7040	Europe/Madrid	39.5247	2.53922		Palma Nova,Palmanova		07	PM	07011	
6355012	Puerto Calero	puerto-calero	ES	35571	0	Atlantic/Canary	28.91863	-13.70459				53	GC	35034	
6355013	Puerto del Carmen	puerto-del-carmen	ES	35510	30000	Atlantic/Canary	28.92313	-13.66579		Puehrto-del'-Karmen,Puerto del Carmen,Пуэрто-дель-Кармен		53	GC	35028	
6355015	Magaluf	magaluf	ES	07181	4346	Europe/Madrid	39.5111	2.5353		Magalluf,Magaluf		07	PM	07011	
6355016	Can Pastilla	can-pastilla	ES	07610	5390	Europe/Madrid	39.53615	2.71766		Ca'n Pastilla		07	PM	07040	
6355017	Cala Bona	cala-bona	ES	07559	0	Europe/Madrid	39.61376	3.38963		Cala Bona		07	PM	07062	
6355018	Orient	orient	ES	07349	0	Europe/Madrid	39.73427	2.75956		Orient		07	PM	07010	
6355019	Peguera	peguera	ES	07160	3988	Europe/Madrid	39.53751	2.44806		Paguera,Peguera		07	PM	07011	
6355020	Portals Nous	portals-nous	ES	07181	0	Europe/Madrid	39.53397	2.57029		Portals Nous		07	PM	07011	
6355021	Port de Pollença	port-de-pollenca	ES	07470	5900	Europe/Madrid	39.9075	3.0814		Port de Pollenca,Port de Pollença,Puerto Pollensa,Puerto de Pollensa,el Port		07	PM	07042	
6355026	Tamariu	tamariu	ES	17212	292	Europe/Madrid	41.91825	3.20655				56	GI	17117	
6355027	Miami Platja	miami-platja	ES	43892	0	Europe/Madrid	41.00983	0.93933		Miami Playa		56	T	43092	
6355101	Viacamp	viacamp	ES	22585	0	Europe/Madrid	42.12843	0.6156				52	HU	22229	
6355127	Costa Teguise	costa-teguise	ES	35508	7629	Atlantic/Canary	28.99838	-13.49911				53	GC	35024	
6355132	Almerimar	almerimar	ES	04711	250	Europe/Madrid	36.70063	-2.78984				51	AL	04902	
6355177	La Manga del Mar Menor	la-manga-del-mar-menor	ES	30380	10000	Europe/Madrid	37.64129	-0.71651		La Manga,La Manga del Mar Menor,La-Manga-del'-Mar-Menor,Ла-Манга-дель-Мар-Менор		31	MU	30016	
6355202	Taurito	taurito	ES	35138	0	Atlantic/Canary	27.8145	-15.75339		Playa de Taurito		53	GC	35012	
6355213	La Estrella	la-estrella	ES	35212	1000	Atlantic/Canary	28.01259	-16.65442				53	TF	38006	
6362987	Ceuta	ceuta	ES	51001	78674	Africa/Ceuta	35.88919	-5.32042		Ceuta,JCU,Seuta,Сеута	CE	CE	CE	51001	
6363003	Sopuerta	sopuerta	ES	48190	2361	Europe/Madrid	43.26239	-3.15505				59	BI	48086	
6424293	Urtx	urtx	ES	17538	0	Europe/Madrid	42.3874	1.91051				56	GI	17069	17069
6424294	Quès	ques	ES	33539	0	Europe/Paris	42.48007	1.86296				56	GI	17082	
6424296	Greixer	greixer	ES	17539	0	Europe/Madrid	42.41205	1.82476				56	GI	17078	25051
6424297	All	all	ES	17539	0	Europe/Madrid	42.39735	1.84021				56	GI	17084	17061
6424298	Riu de Cerdanya	riu-de-cerdanya	ES	25721	0	Europe/Madrid	42.34541	1.82631			25913	56	L	25913	25913
6424299	Urús	urus	ES	17538	0	Europe/Madrid	42.35131	1.85343			17206	56	GI	17206	17206
6424301	Bor	bor	ES	25721	0	Europe/Madrid	42.34656	1.80262				56	L	25051	
6424302	Beders	beders	ES	25721	0	Europe/Madrid	42.35607	1.80553				56	L	25051	
6424303	Baltarga	baltarga	ES	25721	0	Europe/Madrid	42.36355	1.8082				56	L	25051	
6424304	Prats	prats	ES	25721	0	Europe/Madrid	42.36489	1.83721				56	L	25175	17061
6424305	Soriguerola	soriguerola	ES	17538	0	Europe/Madrid	42.39741	1.88175				56	GI	17069	17061
6424312	Ordén	orden	ES	25721	0	Europe/Madrid	42.40083	1.77369				56	L	25051	
6424313	Ardòvol	ardovol	ES	25727	0	Europe/Madrid	42.38847	1.71807				56	L	25051	
6424314	el Pont de Bar	el-pont-de-bar	ES	25723	0	Europe/Madrid	42.3711	1.60538			25030	56	L	25030	
6424315	Arsèguel	arseguel	ES	25722	0	Europe/Madrid	42.34998	1.58418				56	L	25071	
6424316	Ortedó	ortedo	ES	25718	0	Europe/Madrid	42.33596	1.51371				56	L	25005	
6424318	Cortàs	cortas	ES	25721	0	Europe/Madrid	42.39811	1.80193				56	L	25051	
6424319	Pi	pi	ES	25721	0	Europe/Madrid	42.35169	1.7621				56	L	25051	
6424321	Masella	masella	ES	17538	0	Europe/Madrid	42.35074	1.90149		La Massella		56	GI	17006	17006
6424322	La Molina	la-molina	ES	17537	0	Europe/Madrid	42.34478	1.95625				56	GI	17006	17006
6424323	Coma-ruga	coma-ruga	ES	43880	4074	Europe/Madrid	41.17995	1.52538		Coma-ruga,Comarruga		56	T	43163	
6424330	La Corona	la-corona	ES	30396	0	Europe/Madrid	42.38644	0.31435	850			52	HU	22113	
6424337	Gerbe	gerbe	ES	22339	10	Europe/Madrid	42.38356	0.18381	570			52	HU	22907	
6459027	Ribelles	ribelles	ES	25748	0	Europe/Madrid	42.33323	2.59213		Ribelles		56	GI	17003	
6459056	Garbet	garbet	ES	17496	0	Europe/Madrid	42.39491	3.15248		Garbet		56	GI	17054	
6459057	Portlligat	portlligat	ES	17488	0	Europe/Madrid	42.29401	3.28611		Portlligat		56	GI	17032	
6459062	Santa Isabel	santa-isabel	ES	48003	0	Europe/Madrid	42.34919	3.17704		Santa Isabel		56	GI	17140	
6459063	Bellavista	bellavista	ES	07609	0	Europe/Madrid	42.3072	3.15647		Bellavista		56	GI	17120	
6459070	Canyelles	canyelles	ES	08811	0	Europe/Madrid	42.33349	3.11201		Canyelles		56	GI	17223	
6459080	Montmajor	montmajor	ES	08612	0	Europe/Madrid	42.28487	3.08347		Montmajor		56	GI	17132	
6459081	Cabanes	cabanes	ES	12180	0	Europe/Madrid	42.30805	2.97766		Cabanes	17030	56	GI	17030	
6459085	el Pla	el-pla	ES	25721	0	Europe/Madrid	42.31797	2.96395		el Pla		56	GI	17030	
6459089	la Guàrdia	la-guardia	ES	45760	0	Europe/Madrid	42.3088	2.87458		a Guardia,a Guàrdia		56	GI	17196	
6459095	Vallgornera	vallgornera	ES	07639	0	Europe/Madrid	42.3054	3.03392		Vallgornera		56	GI	17132	
6459105	la Garriga	la-garriga	ES	03170	0	Europe/Madrid	42.27561	3.15404		la Garriga		56	GI	17152	
6459118	Santa Eugènia	santa-eugenia	ES	07142	0	Europe/Madrid	42.24023	2.91752		Santa Eugenia,Santa Eugènia		56	GI	17012	
6459126	Romanyà d'Empordà	romanya-d-emporda	ES	17773	0	Europe/Madrid	42.17698	2.90758		Romanya d'Emporda,Romanyà d'Empordà		56	GI	17136	
6459131	Creixell	creixell	ES	17770	0	Europe/Madrid	42.21132	2.93459		Creixell		56	GI	17026	
6459143	el Masnou	el-masnou	ES	08320	0	Europe/Madrid	42.26496	3.10214		el Masnou		56	GI	17047	
6459146	la Pera	la-pera	ES	17120	0	Europe/Madrid	42.2444	3.0318		la Pera		56	GI	17074	
6459158	Santa Eulàlia	santa-eulalia	ES	01439	0	Europe/Madrid	42.17366	2.96474		Santa Eulalia,Santa Eulàlia		56	GI	17119	
6461750	la palma	la-palma	ES	18314	0	Europe/Madrid	42.19091	2.85507		la palma		56	GI	17031	
6461757	la Coma	la-coma	ES	25284	0	Europe/Madrid	42.13486	3.11271		la Coma		56	GI	17062	
6461759	Empúries	empuries	ES	17130	0	Europe/Madrid	42.13205	3.12125		Empuries,Empúries		56	GI	17062	
6533643	Puigpardines	puigpardines	ES	17178	125	Europe/Madrid	42.14078	2.42845				56	GI	17207	
6533647	Begudà	beguda	ES	17857	257	Europe/Madrid	42.20163	2.53926				56	GI	17185	
6533821	Batet de la Serra	batet-de-la-serra	ES	17812	260	Europe/Madrid	42.18042	2.5163				56	GI	17114	
6533923	Santa María de Valverde	santa-maria-de-valverde	ES	39419	0	Europe/Madrid	42.79379	-4.14094				39	S	39094	
6543871	Alquerías del Niño Perdido	alquerias-del-nino-perdido	ES	12539	3866	Europe/Madrid	39.89466	-0.12943			12901	60	CS	12901	
6544074	Benalmádena Costa	benalmadena-costa	ES	29630	0	Europe/Madrid	36.59996	-4.53684				51	MA	29025	
6544075	Port d'Alcúdia	port-d-alcudia	ES	07400	4185	Europe/Madrid	39.84182	3.13291		Port d'Alcudia,Port d'Alcúdia		07	PM	07003	
6544076	Portals Vells	portals-vells	ES	07181	0	Europe/Madrid	39.47231	2.52007		Portals Vells		07	PM	07011	
6544363	S'Agaró	s-agaro	ES	17248	1237	Europe/Madrid	41.79368	3.05364		S'agaro,Sagaro,Sagaró		56	GI	17048	
6544122	Pòrtol	portol	ES	07141	0	Europe/Madrid	39.61666	2.7713		Portol,Pòrtol		07	PM	07036	
6544211	Lluc	lluc	ES	07315	0	Europe/Madrid	39.82208	2.88453		Lluc		07	PM	07019	
6544315	Torrox Costa	torrox-costa	ES	29793	0	Europe/Madrid	36.73221	-3.94512				51	MA	29091	
6544316	Islantilla	islantilla	ES	21449	1261	Europe/Madrid	37.20572	-7.23742				51	H	21042	
6544327	Costa Calma	costa-calma	ES	35627	5670	Atlantic/Canary	28.16155	-14.22691		Costa Calma,Kosta Kal'ma,Коста Кальма		53	GC	35015	
6544329	Sierra Nevada	sierra-nevada	ES	18196	0	Europe/Madrid	37.095	-3.3969		Andaluz'ki gori,S'era-Nevada,S'erra-Nevada,Serra Nevada,Siera Nevada,Sierra Nevada,Sierra Nevada i Spania,jbl althlj,nei hua da shan mai,shieranebada shan mai,sielanebada sanmaeg,syra nywada,Σιέρρα Νεβάδα,Андалузькі гори,Сиера Невада,Сьера-Невада,Сьерра-Невада,Սիեռա Նևադա,جبل الثلج,سیرا نیوادا,シエラネバダ山脈,內華達山脈,시에라네바다 산맥		51	GR	18134	
6544334	Caleta de Fuste	caleta-de-fuste	ES	35610	0	Atlantic/Canary	28.3964	-13.8588		Caleta de Fuste,Costa Caleta,El Castillo		53	GC	35003	
6544337	Patalavaca	patalavaca	ES	35129	0	Atlantic/Canary	27.7699	-15.6896				53	GC	35012	
6544338	Candanchú	candanchu	ES	22889	0	Europe/Madrid	42.78778	-0.5288				52	HU	22006	
6544341	Formigal	formigal	ES	22640	0	Europe/Madrid	42.77713	-0.35929				52	HU	22204	
6544342	Los Cancajos	los-cancajos	ES	38712	0	Atlantic/Canary	28.6489	-17.7586				53	TF	38009	
6544343	Costa del Silencio	costa-del-silencio	ES	38630	0	Atlantic/Canary	28.0044	-16.64128				53	TF	38006	
6544346	Callao Salvaje	callao-salvaje	ES	38678	0	Atlantic/Canary	28.13	-16.7826				53	TF	38001	
6544347	Las Marinas	las-marinas	ES	04621	0	Europe/Madrid	36.7325	-2.6208				51	AL	04079	
6544348	Cala'n Porter	cala-n-porter	ES	07730	80	Europe/Madrid	39.8731	4.133		Cala en Porter		07	PM	07002	
6544349	Marines	marines	ES	03700	0	Europe/Madrid	38.8525	0.0849				60	A	03063	
6544350	Retamar	retamar	ES	04131	4487	Europe/Madrid	36.8332	-2.31597		El Retamar		51	AL	04013	
6544351	San Carlos	san-carlos	ES	03370	0	Europe/Madrid	39.03403	1.56555				07	PM	07054	
6544354	Punta Prima	punta-prima	ES	03189	50	Europe/Madrid	39.815	4.2775				07	PM	07052	
6544355	Cala Galdana	cala-galdana	ES	07750	0	Europe/Madrid	39.9374	3.9614				07	PM	07023	
6544357	Cala Ferrera	cala-ferrera	ES	07669	0	Europe/Madrid	39.38142	3.23912				07	PM	07022	
6544358	Cerler	cerler	ES	22449	0	Europe/Madrid	42.59341	0.53833		Therler,Θερλέρ		52	HU	22054	
6544361	Las Gaviotas	las-gaviotas	ES	35625	0	Atlantic/Canary	28.0574	-14.3186				53	GC	35015	
6544365	El Varadero	el-varadero	ES	18613	0	Atlantic/Canary	28.2262	-16.8379				53	TF	38019	
6544368	El Portil	el-portil	ES	21459	0	Europe/Madrid	37.21543	-7.0573				51	H	21021	
6544370	Vera Playa	vera-playa	ES	04621	0	Europe/Madrid	37.21239	-1.81386		Vera Playa		51	AL	04100	
6544373	Riofrío	riofrio	ES	05190	0	Europe/Madrid	37.15471	-4.20768				51	GR	18122	
6544374	Jesús Pobre	jesus-pobre	ES	03749	0	Europe/Madrid	38.79905	0.08476				60	A	03063	
6544375	Agueda del Caudillo	agueda-del-caudillo	ES	37594	0	Europe/Madrid	40.5619	-6.4994				55	SA	37107	
6544376	Jandía	jandia	ES	35626	0	Atlantic/Canary	28.0969	-14.2859				53	GC	35015	
6544379	S'Algar	s-algar	ES	07713	0	Europe/Madrid	39.834	4.298				07	PM	07052	
6544382	Costa d'en Blanes	costa-d-en-blanes	ES	07181	0	Europe/Madrid	39.5273	2.5517				07	PM	07011	
6544389	Baños de Ledesma	banos-de-ledesma	ES	37115	0	Europe/Madrid	41.07	-5.8998				55	SA	37345	
6544395	Faro de Cullera	faro-de-cullera	ES	46408	0	Europe/Madrid	39.1824	-0.2201		Faro deh Kul'era,Фаро дэ Кульера		60	V	46105	
6544399	Montouto	montouto	ES	27737	0	Europe/Madrid	42.8361	-8.5462				58	C	15082	
6544407	Fuente del Gallo	fuente-del-gallo	ES	11149	0	Europe/Madrid	36.2925	-6.1107				51	CA	11014	
6544408	Roche	roche	ES	11149	0	Europe/Madrid	36.31627	-6.14784				51	CA	11014	
6544409	Benalup-Casas Viejas	benalup-casas-viejas	ES	11190	6754	Europe/Madrid	36.34375	-5.8128			11901	51	CA	11901	
6544410	Costa de los Pinos	costa-de-los-pinos	ES	07559	0	Europe/Madrid	39.6362	3.4145				07	PM	07062	
6544411	Requejo de La Vega	requejo-de-la-vega	ES	24763	0	Europe/Madrid	42.3129	-5.893				55	LE	24166	
6544412	Escalada	escalada	ES	09145	0	Europe/Madrid	42.7027	-3.7031				55	BU	09905	
6544413	El Castillo	el-castillo	ES	24132	0	Atlantic/Canary	28.3978	-13.8544				53	GC	35003	
6544414	Los Mojones	los-mojones	ES	35510	0	Atlantic/Canary	28.9636	-13.6439				53	GC	35028	
6544416	Vecindario	vecindario	ES	35110	14910	Atlantic/Canary	27.84636	-15.44455		Vesindario,Весиндарио		53	GC	35022	
6544417	Sant Ponç	sant-ponc	ES	25290	0	Europe/Madrid	41.9987	2.8184				56	GI	17079	
6544420	La Envia	la-envia	ES	04727	0	Europe/Madrid	36.8369	-2.6181				51	AL	04102	
6544422	Fuente Dé	fuente-de	ES	39588	0	Europe/Madrid	43.1431	-4.8124		Fuente De,Fuente Dé		39	S	39015	
6544423	Sant Vicent de sa Cala	sant-vicent-de-sa-cala	ES	07811	0	Europe/Madrid	39.0758	1.591		Cala San Vicente,Sant Vicent de sa Cala		07	PM	07050	
6544435	Ballesteros de Calatrava	ballesteros-de-calatrava	ES	13432	0	Europe/Madrid	38.8346	-3.9447			13022	54	CR	13022	
6544436	Cala d'Or	cala-d-or	ES	07660	0	Europe/Madrid	38.4671	-0.3289				60	A	03050	
6544437	Guadacorte	guadacorte	ES	11379	0	Europe/Madrid	36.1946	-5.429				51	CA	11008	
6544440	Euba	euba	ES	48340	0	Europe/Madrid	43.1942	-2.6957				59	BI	48003	
6544442	Guadiaro	guadiaro	ES	11311	0	Europe/Madrid	36.2642	-5.3343				51	CA	11033	
6544446	Fañabé	fanabe	ES	38679	0	Atlantic/Canary	28.0903	-16.7332				53	TF	38001	
6544451	San Lázaro	san-lazaro	ES	15948	0	Europe/Madrid	42.88798	-8.52076				58	C	15078	
6544460	San Marcos	san-marcos	ES	15820	0	Europe/Madrid	42.89181	-8.4926				58	C	15078	
6544467	Santa Cristina	santa-cristina	ES	16891	0	Europe/Madrid	43.3392	-8.38				58	C	15058	
6544468	Montrove	montrove	ES	15179	0	Europe/Madrid	43.3302	-8.3576				58	C	15058	
6544481	Cala Serena	cala-serena	ES	07669	0	Europe/Madrid	39.37893	3.24341				07	PM	07022	
6544483	El Bercial	el-bercial	ES	11520	0	Europe/Madrid	40.32364	-3.73587				29	M	28065	
6544491	Salamanca	salamanca	ES	37001	147707	Europe/Madrid	40.42972	-3.67975		Distrito Salamanca,Salamanka,Salamanko,saramanka,Саламанка,Սալամանկա,サラマンカ		29	M	28079	4
6544498	Manresa	manresa	ES	08240	0	Europe/Madrid	39.86571	3.12952		Manresa		07	PM	07003	
6544499	Son Serra de Marina	son-serra-de-marina	ES	07459	0	Europe/Madrid	39.73453	3.22938		Son Serra de Marina		07	PM	07055	
6544500	s'Estanyol	s-estanyol	ES	07639	0	Europe/Madrid	39.73307	3.25989		l'Estanyol,s'Estanyol		07	PM	07006	
6544616	Cereja	cereja	ES	17527	26	Europe/Madrid	42.47627	1.96919		Cereja		56	GI	17094	
6545005	Cala'n Bosch	cala-n-bosch	ES	07769	0	Europe/Madrid	39.92728	3.83137		Cala en Bosch,Cala'n Bosch		07	PM	07015	
6545009	Matalascañas	matalascanas	ES	21760	785	Europe/Madrid	36.99782	-6.55103				51	H	21005	
6545066	Segur de Calafell	segur-de-calafell	ES	43882	0	Europe/Madrid	41.19577	1.60624				56	T	43037	
6545081	Chueca	chueca	ES	45113	0	Europe/Madrid	40.42362	-3.69748				29	M	28079	1
6545082	Las Cortes	las-cortes	ES	48500	0	Europe/Madrid	40.41613	-3.69674				29	M	28079	1
6545089	Cuatro Caminos	cuatro-caminos	ES	03159	0	Europe/Madrid	40.44682	-3.70347		Estacao Cuatro Caminos,Estacion de Cuatro Caminos,Estación de Cuatro Caminos,Estação Cuatro Caminos,kwatrw kamynws,كواترو كامينوس		29	M	28079	6
6545095	Bilbao	bilbao	ES	48001	0	Europe/Madrid	40.42913	-3.70114				29	M	28079	7
6545097	El Viso	el-viso	ES	02214	0	Europe/Madrid	40.44626	-3.68411				29	M	28079	5
6545104	Hostafrancs	hostafrancs	ES	25211	15954	Europe/Madrid	41.37694	2.14306				56	B	08019	03
6545123	Pandorado	pandorado	ES	24132	0	Europe/Madrid	42.78306	-5.97377				55	LE	24132	
6545125	Villanueva de Pria	villanueva-de-pria	ES	33591	0	Europe/Madrid	43.45326	-4.9529				34	O	33036	
6545126	Valdelavilla	valdelavilla	ES	42174	0	Europe/Madrid	41.97072	-2.20379				55	SO	42165	
6545128	el Poble Nou del Delta	el-poble-nou-del-delta	ES	43549	0	Europe/Madrid	40.64444	0.68682				56	T	43014	
6559502	Pego	pego	ES	03780	11133	Europe/Madrid	38.84305	-0.11707		Pego,byghw,pei ge,pgw,Пего,بيغو,پگو,佩戈	03102	60	A	03102	
6559504	Deltebre	deltebre	ES	43580	11751	Europe/Madrid	40.71944	0.70835			43901	56	T	43901	
6559551	Los Villares	los-villares	ES	14811	0	Europe/Madrid	37.3572	-4.22079				51	CO	14055	
6559557	Cacin	cacin	ES	18129	0	Europe/Madrid	37.05995	-3.91689				51	GR	18034	
6559561	Sedella	sedella	ES	29715	0	Europe/Madrid	36.86232	-4.03314			29087	51	MA	29087	
6559641	Las Gabias	las-gabias	ES	18110	16369	Europe/Madrid	37.13548	-3.67029			18905	51	GR	18905	
6559645	San José del Valle	san-jose-del-valle	ES	11580	0	Europe/Madrid	36.60554	-5.79895			11902	51	CA	11902	
6559648	Camarles	camarles	ES	43894	0	Europe/Madrid	40.78169	0.65509			43903	56	T	43903	
6559649	Mera	mera	ES	27233	0	Europe/Madrid	43.38443	-8.34612				58	C	15058	
6613228	Sant Joan del Pas	sant-joan-del-pas	ES	43559	0	Europe/Madrid	40.6055	0.39261				56	T	43156	
6615214	Vall de Gallinera	vall-de-gallinera	ES	03788	0	Europe/Madrid	38.82313	-0.2417			03136	60	A	03136	
6615320	La Nava	la-nava	ES	21291	0	Europe/Madrid	40.63089	-3.87869				29	M	28072	
6615323	Parquelagos	parquelagos	ES	28420	0	Europe/Madrid	40.5961	-3.96572				29	M	28061	
6615324	La Navata	la-navata	ES	28420	0	Europe/Madrid	40.5991	-3.98392				29	M	28061	
6615357	Golf del Sur	golf-del-sur	ES	38639	1	Atlantic/Canary	28.02627	-16.60622		Gol'f Del' Sur,Гольф Дель Сур		53	TF	38035	
6615522	Barrio del Cristo	barrio-del-cristo	ES	46960	0	Europe/Madrid	39.47642	-0.46203				60	V	46102	
6618599	Casós	casos	ES	25552	10	Europe/Madrid	42.48291	0.73328	1225			56	L	25173	
6619131	La Paz	la-paz	ES	14100	0	Europe/Madrid	41.62786	-0.87873				52	Z	50297	
6619936	Altube	altube	ES	01139	0	Europe/Madrid	42.97596	-2.8688				59	VI	01063	
6620278	Torre de la Reina	torre-de-la-reina	ES	41218	0	Europe/Madrid	37.51374	-6.02634				51	SE	41049	
6639771	Nuevo Amatos	nuevo-amatos	ES	37181	0	Europe/Madrid	40.96506	-5.50681	780			55	SA	37069	
6690139	Las Fuentes	las-fuentes	ES	09588	0	Europe/Madrid	41.6454	-0.86436				52	Z	50297	
6690419	Fiame	fiame	ES	33448	0	Europe/Madrid	43.62208	-5.86483				34	O	33025	
6691290	Gorguja	gorguja	ES	17527	0	Europe/Madrid	42.45728	2.00116				56	GI	17094	
6691868	Sondika	sondika	ES	48150	0	Europe/Madrid	43.3002	-2.92442			48904	59	BI	48904	
6692251	Valón	valon	ES	15593	0	Europe/Madrid	43.49718	-8.27441				58	C	15036	
6692436	Es Caló	es-calo	ES	07872	0	Europe/Madrid	38.6772	1.51628				07	PM	07024	
6692439	El Cotillo	el-cotillo	ES	35650	1190	Atlantic/Canary	28.68264	-14.00637		Ehl'-Kotil'o,El Cotillo,Эль-Котильо		53	GC	35014	
6692440	Campo Internacional	campo-internacional	ES	35100	0	Atlantic/Canary	27.75238	-15.59141		Campo International		53	GC	35019	
6692447	La Laguna	la-laguna	ES	39556	0	Atlantic/Canary	28.61376	-17.91072				53	TF	38024	
6692451	Cala Mondrago	cala-mondrago	ES	07691	0	Europe/Madrid	39.35302	3.20063				07	PM	07057	
6692456	Ruberts	ruberts	ES	07511	0	Europe/Madrid	39.62235	2.93575				07	PM	07047	
6692469	Guargacho	guargacho	ES	38632	0	Atlantic/Canary	28.03494	-16.63776				53	TF	38035	
6692471	Los Realejos	los-realejos	ES	38410	37559	Atlantic/Canary	28.38487	-16.58275		Los-Realekhos,luo si lei ya lai huo si,lws ryalykhws,Лос-Реалехос,لوس رياليخوس,洛斯雷亚莱霍斯		53	TF	38031	
6692862	Las Caletillas	las-caletillas	ES	38530	0	Atlantic/Canary	28.37479	-16.36203				53	TF	38011	
6693028	Bescaran	bescaran	ES	25719	0	Europe/Madrid	42.40112	1.54444				56	L	25239	
6693030	Masmolets	masmolets	ES	43813	0	Europe/Madrid	41.3165	1.23356				56	T	43161	
6693041	Sant Guim de Freixenet	sant-guim-de-freixenet	ES	25270	0	Europe/Madrid	41.65573	1.42024		Sant Guim de l'Estacio,Sant Guim de l'Estació	25192	56	L	25192	
6693088	Pasaia	pasaia	ES	20110	15990	Europe/Madrid	43.3253	-1.92707		Pasaja,Pasajes,Pasakhes,Passatge,basakhys,pa sai a,pasaia,Пасахес,Пасая,باساخيس,帕赛阿,파사이아	20064	59	SS	20064	
6694300	El entrego	el-entrego	ES	33940	7400	Europe/Madrid	43.28752	-5.638		El Entregu,L'Entregu		34	O	33060	
6695171	Ventorros de San José	ventorros-de-san-jose	ES	18311	0	Europe/Madrid	37.24755	-4.15137				51	GR	18122	
6695573	S'illot-Cala Morlanda	s-illot-cala-morlanda	ES	07687	0	Europe/Madrid	39.56239	3.37227				07	PM	07033	
6695583	Fornells	fornells	ES	07748	0	Europe/Madrid	41.94021	3.21384				56	GI	17013	
6695621	Castell D'Emporda	castell-d-emporda	ES	17115	0	Europe/Madrid	41.97801	3.04465				56	GI	17022	
6695626	Las Maravillas	las-maravillas	ES	07610	0	Europe/Madrid	39.52477	2.74306		Las Maravillas,Les Meravelles		07	PM	07040	
6695642	La Pedrera	la-pedrera	ES	35412	0	Europe/Madrid	43.45089	-5.4263				34	O	33076	
6695655	Ojedo	ojedo	ES	39584	0	Europe/Madrid	43.16343	-4.61005				39	S	39022	
6696037	Sant Ferran de ses Roques	sant-ferran-de-ses-roques	ES	07871	0	Europe/Madrid	38.70762	1.45543				07	PM	07024	
6696639	Casas de Galiana	casas-de-galiana	ES	03689	0	Europe/Madrid	38.27992	-0.91343				60	A	03078	
6696896	El Toro	el-toro	ES	07180	2321	Europe/Madrid	39.48477	2.48222				07	PM	07011	
6696897	Playa Honda	playa-honda	ES	35509	0	Atlantic/Canary	28.95288	-13.5912				53	GC	35018	
6696898	Guaza	guaza	ES	38632	0	Atlantic/Canary	28.03517	-16.6836				53	TF	38006	
6696899	Campohermoso	campohermoso	ES	04110	0	Europe/Madrid	36.93617	-2.13186				51	AL	04066	
6696900	San Ignacio	san-ignacio	ES	33558	0	Europe/Madrid	43.21468	-5.09414				34	O	33050	
6697035	Navas de San Juan	navas-de-san-juan	ES	23240	5083	Europe/Madrid	38.18382	-3.31598			23063	51	J	23063	
6697036	La Coma	la-coma	ES	25284	0	Europe/Madrid	42.17485	1.58958				56	L	25163	
6697038	La Joya	la-joya	ES	29260	0	Europe/Madrid	36.93247	-4.62318				51	MA	29015	
6697039	Basauri	basauri	ES	48970	42657	Europe/Madrid	43.2397	-2.8858		Basauri,ba shao li,basauri,basawry,Басаури,Басаурі,باساوري,バサウリ,巴绍里	48015	59	BI	48015	
6697214	Castrillón	castrillon	ES	27164	0	Europe/Madrid	43.54793	-5.99381		Kastril'jon,Kastril'on,ka si te li li weng,kastrywn,kastryyn,Кастрильон,Кастрільйон,كاستريون,کاستریین,卡斯特里利翁	33016	34	O	33016	
6697216	San Salvador	san-salvador	ES	47134	0	Europe/Madrid	41.18382	1.54259		San Salvador,Sant Salvador		56	T	43163	
6697566	Las Dehesas	las-dehesas	ES	28479	0	Europe/Madrid	40.75659	-4.07142				29	M	28038	
6697592	Novés	noves	ES	22712	0	Europe/Madrid	40.04746	-4.27471			45118	54	TO	45118	
6697593	La Atalaya	la-atalaya	ES	05279	0	Europe/Madrid	40.38212	-4.4577				55	AV	05241	
6697972	San Antón	san-anton	ES	26289	2	Europe/Madrid	42.29248	-4.0997		San Anton		55	BU	09091	
6698165	La Restinga	la-restinga	ES	38917	541	Atlantic/Canary	27.64134	-17.98179		La-Restin'ja,Ла-Рестинья		53	TF	38901	
6698221	Juan Gallego	juan-gallego	ES	41898	0	Europe/Madrid	37.66293	-6.45627				51	SE	41057	
6698660	Foncuberta	foncuberta	ES	32706	0	Europe/Madrid	42.25663	-7.64511				58	OR	32043	
6698661	Francos	francos	ES	39788	0	Europe/Madrid	42.27901	-7.6449				58	OR	32043	
6930367	Campllong	campllong	ES	17459	126	Europe/Madrid	41.89653	2.83219				56	GI	17038	
6931095	El Hijate	el-hijate	ES	04898	0	Europe/Madrid	37.39682	-2.59337		Hijate		51	AL	04008	
6931096	Venta del Peral	venta-del-peral	ES	18891	0	Europe/Madrid	37.55431	-2.60702				51	GR	18056	
6940290	Obando	obando	ES	06730	0	Europe/Madrid	39.11554	-5.49557				57	BA	06091	
6940291	Hernán Cortés	hernan-cortes	ES	06412	0	Europe/Madrid	39.02719	-5.93176				57	BA	06044	
6941012	El Grado	el-grado	ES	22390	597	Europe/Madrid	42.15096	0.22337				52	HU	22115	
6941013	Sahún	sahun	ES	22468	323	Europe/Madrid	42.5759	0.46546			22200	52	HU	22200	
6941015	El Colmenar	el-colmenar	ES	28500	0	Europe/Madrid	36.53895	-5.38682				51	MA	29046	
6941062	Santa María del Mar	santa-maria-del-mar	ES	33457	0	Europe/Madrid	43.57178	-5.99828				34	O	33016	
6941124	Cala Santanyí	cala-santanyi	ES	07659	0	Europe/Madrid	39.33005	3.14552		Cala Santanyi,Cala Santanyí		07	PM	07057	
6941410	Taberno	taberno	ES	04692	0	Europe/Madrid	37.4688	-2.07736			04089	51	AL	04089	
6941851	Zahara de la Sierra	zahara-de-la-sierra	ES	11688	0	Europe/Madrid	36.83333	-5.38333		alskhrt,shraʾ,zhra,الصخرة,زهرا,صحراء		51	CA	11042	
6942025	Terradelles	terradelles	ES	17468	0	Europe/Madrid	42.24129	1.87358				56	B	08016	
6949149	San Isidro	san-isidro	ES	24855	0	Europe/Madrid	43.065	-5.36931	1520			55	LE	24121	
6950942	Cosgaya	cosgaya	ES	39582	0	Europe/Madrid	43.10925	-4.72816				39	S	39015	
6951000	Villanueva De Colombres	villanueva-de-colombres	ES	33590	0	Europe/Madrid	43.3667	-4.53333				39	S	39095	
6951007	Lugo de Llanera	lugo-de-llanera	ES	33690	0	Europe/Madrid	43.4416	-5.81829				34	O	33035	
6951054	Cala Pi	cala-pi	ES	07639	0	Europe/Madrid	39.36629	2.84855				07	PM	07031	
6951088	Bellaterra	bellaterra	ES	08193	0	Europe/Madrid	41.5026	2.08746				56	B	08266	
6951097	Son Macia	son-macia	ES	07509	0	Europe/Madrid	39.5135	3.2166				07	PM	07033	
6955942	Las Caldas	las-caldas	ES	33174	0	Europe/Madrid	43.33304	-5.92052				34	O	33044	
6957620	Pago del Humo	pago-del-humo	ES	11130	0	Europe/Madrid	36.3658	-6.07098				51	CA	11015	
7114174	Limaria	limaria	ES	04661	0	Europe/Madrid	37.39253	-2.08114				51	AL	04017	
7114175	La Alfoquia	la-alfoquia	ES	04661	0	Europe/Madrid	37.35338	-2.0408		Alfoquia		51	AL	04103	
7114229	La Cinta	la-cinta	ES	04660	0	Europe/Madrid	37.34273	-2.1056				51	AL	04017	
7114230	Loma Cabrera	loma-cabrera	ES	04120	0	Europe/Madrid	36.85648	-2.38249				51	AL	04013	
7114231	Saliente Alto	saliente-alto	ES	04813	0	Europe/Madrid	37.5134	-2.15607		Saliente		51	AL	04006	
7114232	San Juan de los Terreros	san-juan-de-los-terreros	ES	04648	0	Europe/Madrid	37.35979	-1.65962		San Juan,San Juan Terreros		51	AL	04075	
7114233	Santa Cruz De Marchena	santa-cruz-de-marchena	ES	04568	0	Europe/Madrid	37.01736	-2.60337		Santa Cruz De Marchen		51	AL	04080	
7115239	Barrio De La Estacion De Crevillente	barrio-de-la-estacion-de-crevillente	ES	03339	0	Europe/Madrid	38.225	-0.78621				60	A	03059	
7115244	Ciudad Quesada	ciudad-quesada	ES	03170	0	Europe/Madrid	38.06499	-0.71669		Quesada		60	A	03113	
7115248	La Zenia	la-zenia	ES	03189	0	Europe/Madrid	37.92578	-0.72853				60	A	03099	
7115250	Los Balcones	los-balcones	ES	18870	0	Europe/Madrid	37.95574	-0.73274				60	A	03099	
7115256	San Isidro	san-isidro	ES	24855	0	Europe/Madrid	38.17249	-0.83874		Paraje San Isidro,San Isidro de Albatera	03904	60	A	03904	
7115308	Santa Eulalia	santa-eulalia	ES	01439	0	Europe/Madrid	42.88326	-2.96425		Ondokolanda		59	VI	01020	
7115311	Punta Prima	punta-prima	ES	03189	0	Europe/Madrid	37.94582	-0.71609				60	A	03099	
7115313	San Luis	san-luis	ES	33728	0	Europe/Madrid	38.00523	-0.69832				60	A	03133	
7115314	Villamartin	villamartin	ES	03189	0	Europe/Madrid	37.93912	-0.75274				60	A	03099	
7115316	Cariatiz	cariatiz	ES	04278	0	Europe/Madrid	37.14988	-2.08251				51	AL	04086	
7115317	La Aljambra	la-aljambra	ES	04814	0	Europe/Madrid	37.39331	-2.11414		Aljambra		51	AL	04006	
7115319	La Piedra Amarilla	la-piedra-amarilla	ES	04810	0	Europe/Madrid	37.38864	-2.19709				51	AL	04072	
7115321	Locaiba	locaiba	ES	04814	0	Europe/Madrid	37.41008	-2.15624				51	AL	04006	
7115329	Fuente del Conde	fuente-del-conde	ES	14978	0	Europe/Madrid	37.20545	-4.30098				51	CO	14037	
7115333	Fenazar	fenazar	ES	30627	0	Europe/Madrid	38.16051	-1.20519				31	MU	30027	
7115335	Los Almagros	los-almagros	ES	30333	262	Europe/Madrid	37.76203	-1.26343				31	MU	30021	
7115336	Mahoya	mahoya	ES	30649	0	Europe/Madrid	38.21741	-1.05726				31	MU	30001	
7116448	Laias	laias	ES	32459	0	Europe/Madrid	42.33165	-8.02946				58	OR	32025	
7116461	Las Playitas	las-playitas	ES	35629	0	Atlantic/Canary	28.22947	-13.98667				53	GC	35030	
7116480	Font de sa Cala	font-de-sa-cala	ES	07589	0	Europe/Madrid	39.67925	3.45417				07	PM	07014	
7117087	El Chopo	el-chopo	ES	04660	0	Europe/Madrid	37.35388	-2.07651				51	AL	04017	
7117233	Ajuy	ajuy	ES	35628	106	Atlantic/Canary	28.3994	-14.15382		Akhui,Ахуи		53	GC	35015	
7117938	Tor	tor	ES	25574	0	Europe/Madrid	42.08911	3.06742				56	GI	17195	
7117939	Canet de la Tallada	canet-de-la-tallada	ES	17134	0	Europe/Madrid	42.05219	3.06673				56	GI	17195	
7117942	Matajudaica	matajudaica	ES	17121	0	Europe/Madrid	42.00543	3.04399				56	GI	17057	
7117943	Canapost	canapost	ES	17113	0	Europe/Madrid	41.97557	3.07145				56	GI	17902	
7117944	Santa Marina	santa-marina	ES	26132	0	Europe/Madrid	41.03987	0.85307				56	T	43118	
7280673	La Concepcíon	la-concepcion	ES	04662	0	Europe/Madrid	37.33888	-1.99672		La Concepcion		51	AL	04053	
7280750	Cellers	cellers	ES	25631	0	Europe/Madrid	42.06784	0.88182				56	L	25904	
7282101	El Chaparral	el-chaparral	ES	11391	0	Europe/Madrid	38.01517	-0.68991		El Chaparral		60	A	03133	
7282110	La Algarrobina	la-algarrobina	ES	04610	0	Europe/Madrid	37.25855	-1.84098				51	AL	04035	
7282202	El Largo	el-largo	ES	04619	0	Europe/Madrid	37.33604	-1.76588				51	AL	04035	
7282217	Los Carasoles	los-carasoles	ES	04661	0	Europe/Madrid	37.36231	-2.01161		Carasoles		51	AL	04103	
7282223	Puerto Rey	puerto-rey	ES	04621	0	Europe/Madrid	37.20634	-1.8124		Puerto Rey		51	AL	04100	
7283862	Cabrera	cabrera	ES	33449	0	Europe/Madrid	37.11399	-1.91797				51	AL	04093	
7284361	La Bazagona	la-bazagona	ES	10591	0	Europe/Madrid	39.93133	-5.90721				57	CC	10116	
7284382	La Herguijuela	la-herguijuela	ES	05631	0	Europe/Madrid	39.87971	-5.90755				57	CC	10182	
7284475	Los Carrascos	los-carrascos	ES	04660	0	Europe/Madrid	37.33584	-2.07436				51	AL	04017	
7288205	Vega del Codorno	vega-del-codorno	ES	16150	0	Europe/Madrid	40.42457	-1.91312			16239	54	CU	16239	
7289326	Pazos de Arenteiro	pazos-de-arenteiro	ES	32514	0	Europe/Madrid	42.51229	-8.00809				58	OR	32061	
7289503	Costa de Antigua	costa-de-antigua	ES	35610	0	Atlantic/Canary	28.41254	-13.85582		Costa Antigua		53	GC	35003	
7289621	El Peral	el-peral	ES	16240	0	Europe/Madrid	43.37966	-4.5537				34	O	33055	
7290026	Mata	mata	ES	09141	0	Europe/Madrid	42.10427	2.77602				56	GI	17137	
7290703	Carchuna	carchuna	ES	18730	0	Europe/Madrid	36.70118	-3.44494				51	GR	18140	
7290704	Fuensanta	fuensanta	ES	02637	0	Europe/Madrid	37.18042	-3.90427				51	GR	18158	
7290706	La Mora	la-mora	ES	25218	0	Europe/Madrid	41.12949	1.3457				56	T	43148	
7290709	Gorraiz	gorraiz	ES	31620	0	Europe/Madrid	42.82125	-1.58195				32	NA	31086	
7290710	Casau	casau	ES	25538	0	Europe/Madrid	42.70562	0.78501				56	L	25243	
7302759	Punta del moral	punta-del-moral	ES	21409	0	Europe/Madrid	37.18436	-7.33758				51	H	21010	
7302959	Navarredonda de Gredos	navarredonda-de-gredos	ES	05635	0	Europe/Madrid	40.36136	-5.13268		Gredos,Navaredonda de Gredos,Navarredonda de Gredos,Navarredonda-de-Gredos,na wa lei dong da de ge lei duo si,nabardnda d grds,nafarydwnda dy ghrydws,Наваредонда де Гредос,Наварредонда-де-Гредос,ناباردندا د گردس,نافاريدوندا دي غريدوس,纳瓦雷东达德格雷多斯	05165	55	AV	05165	
7303234	El Chaparral	el-chaparral	ES	11391	0	Europe/Madrid	36.74662	-4.49143				51	MA	29067	
7305206	Entrerrios	entrerrios	ES	06710	0	Europe/Madrid	36.56112	-4.7079				51	MA	29070	
7521397	El Rasillo de Cameros	el-rasillo-de-cameros	ES	26124	0	Europe/Madrid	42.19355	-2.69963				27	LO	26122	
7521474	El Mas de Bondia	el-mas-de-bondia	ES	25340	0	Europe/Madrid	41.60627	1.19236				56	L	25143	
7521735	Zahora	zahora	ES	11159	0	Europe/Madrid	36.20276	-6.03926				51	CA	11007	
7534754	Sant Jordi	sant-jordi	ES	07199	0	Europe/Madrid	38.89117	1.39664		San Jordi,Sant Jordi De Ses Salines		07	PM	07048	
7535768	El Realengo	el-realengo	ES	03339	0	Europe/Madrid	38.2015	-0.81264				60	A	03059	
7535784	El Hornillo	el-hornillo	ES	05415	0	Europe/Madrid	36.72946	-4.22347				51	MA	29094	
7535943	Playa Granada	playa-granada	ES	18613	0	Europe/Madrid	36.72072	-3.54103				51	GR	18140	
7535947	Montalviche	montalviche	ES	04830	0	Europe/Madrid	37.70881	-2.06818				51	AL	04098	
7576473	Cas Català	cas-catala	ES	07181	0	Europe/Madrid	39.54711	2.59614		C'as Caltala		07	PM	07011	
7577022	Tres Cantos	tres-cantos	ES	28760	41896	Europe/Madrid	40.60092	-3.70806		Tres Cantos,Tres-Kantos,Três Cantos,te lei si kan tuo si,trys santws,Трес-Кантос,تريس سانتوس,特雷斯坎托斯	28903	29	M	28903	
7577023	Castellar del Riu	castellar-del-riu	ES	08618	0	Europe/Madrid	42.12299	1.77378			08050	56	B	08050	
7577024	Senterada	senterada	ES	25514	0	Europe/Madrid	42.32549	0.93641			25202	56	L	25202	
7577025	Mendexa	mendexa	ES	48289	0	Europe/Madrid	43.3459	-2.4842		Mendeja,Mendexa	48063	59	BI	48063	
7577026	Capolat	capolat	ES	08617	0	Europe/Madrid	42.0772	1.75352			08045	56	B	08045	
7580247	Cambrils	cambrils	ES	43850	0	Europe/Madrid	42.14011	1.3896				56	L	25148	
7626598	Valmuel	valmuel	ES	44661	0	Europe/Madrid	41.12724	-0.21578				52	TE	44013	
7648466	Totalán	totalan	ES	29197	800	Europe/Madrid	36.76526	-4.29707			29092	51	MA	29092	
7667388	Valoria	valoria	ES	39507	0	Europe/Madrid	43.33361	-4.25997				39	S	39090	
7671158	Sant Mateu d'Albarca	sant-mateu-d-albarca	ES	07816	0	Europe/Madrid	39.03785	1.38187				07	PM	07046	
7671159	Baro	baro	ES	09510	0	Europe/Madrid	42.35937	1.08078				56	L	25208	
7671160	Gotarta	gotarta	ES	25529	0	Europe/Madrid	42.42143	0.76406				56	L	25173	
7732930	Daimuz	daimuz	ES	04811	0	Europe/Madrid	37.49631	-2.24748				51	AL	04070	
7733050	El Pla de Manlleu	el-pla-de-manlleu	ES	43714	0	Europe/Madrid	41.36831	1.50101				56	T	43001	
7733102	Aravell	aravell	ES	25712	0	Europe/Madrid	42.35905	1.40642				56	L	25140	
7733103	Overo	overo	ES	33468	0	Europe/Madrid	43.54587	-5.88052				34	O	33020	
7778650	Playa Honda	playa-honda	ES	35509	0	Europe/Madrid	37.62796	-0.72965				31	MU	30016	
7778651	Los Palacios	los-palacios	ES	03179	0	Europe/Madrid	38.10599	-0.72514				60	A	03062	
7778653	Las Herrerias	las-herrerias	ES	04618	0	Europe/Madrid	37.27351	-1.79523		Las Herrerias,Las Herrerías		51	AL	04035	
7778654	Jete	jete	ES	18699	0	Europe/Madrid	36.79691	-3.6672			18109	51	GR	18109	
7778657	El Faro	el-faro	ES	35338	0	Europe/Madrid	36.50912	-4.64314				51	MA	29070	
7778658	Torreblanca	torreblanca	ES	12596	0	Europe/Madrid	36.56467	-4.61434		Torreblanca del Sur		51	MA	29054	
7778659	Costa de la Calma	costa-de-la-calma	ES	07183	0	Europe/Madrid	39.52576	2.48137				07	PM	07011	
7798674	Tavascan	tavascan	ES	25577	0	Europe/Madrid	42.64367	1.25609		Tavascan,Tavascán		56	L	25123	
7838862	Boca de los Frailes	boca-de-los-frailes	ES	04117	0	Europe/Madrid	36.80539	-2.13249				51	AL	04066	
7839193	Calatañazor	calatanazor	ES	42193	0	Europe/Madrid	41.69935	-2.81778		Kalatan'jasor,ka la ta ni ya suo er,Калатаньясор,قلعة النسور,卡拉塔尼亚索尔		55	SO	42046	
7840182	Sangonera la Seca	sangonera-la-seca	ES	30835	0	Europe/Madrid	37.96667	-1.23333				31	MU	30005	
7869878	Santa Gertrudis de Fruitera	santa-gertrudis-de-fruitera	ES	07814	0	Europe/Madrid	38.999	1.42846		Santa Gertrudis,Santa Gertrudis de Fruitera		07	PM	07054	
7870356	La Muela	la-muela	ES	23296	0	Europe/Madrid	36.27161	-5.98652				51	CA	11039	
7870357	Atanzón	atanzon	ES	19153	0	Europe/Madrid	40.66697	-2.99686			19043	54	GU	19043	
7870358	Ars	ars	ES	25799	0	Europe/Madrid	42.44487	1.39398				56	L	25239	
7874331	Etxebarria	etxebarria	ES	48277	0	Europe/Madrid	43.25414	-2.47776			48030	59	BI	48030	
7874332	Caleta de Vélez	caleta-de-velez	ES	29751	0	Europe/Madrid	36.74958	-4.07279				51	MA	29094	
7910917	Figols	figols	ES	08698	0	Europe/Madrid	42.18102	1.83605				56	B	08080	
7910918	Bakio	bakio	ES	48130	0	Europe/Madrid	43.42917	-2.80881			48012	59	BI	48012	
7911268	Los Romanes	los-romanes	ES	29713	0	Europe/Madrid	36.86802	-4.19515				51	MA	29099	
7932529	La Magdalena	la-magdalena	ES	03370	0	Europe/Madrid	41.65034	-0.87034				52	Z	50297	
7932531	Plaza	plaza	ES	20850	0	Europe/Madrid	41.63937	-0.9922				52	Z	50297	
7932693	Rivero de Posadas	rivero-de-posadas	ES	14739	0	Europe/Madrid	37.79196	-5.14396				51	CO	14053	
8015079	La Santa Espina	la-santa-espina	ES	47641	0	Europe/Madrid	41.73392	-5.09851				55	VA	47043	
8015139	San José	san-jose	ES	03360	0	Europe/Madrid	41.63655	-0.8777				52	Z	50297	
8029993	Fancornio	fancornio	ES	33438	0	Europe/Madrid	43.53774	-5.79203				34	O	33014	
8030371	Bentraces	bentraces	ES	32890	0	Europe/Madrid	42.28112	-7.90089				58	OR	32008	
8030372	San Clemente	san-clemente	ES	16600	0	Europe/Madrid	39.39482	-5.78181				57	CC	10195	
8030373	Canalda	canalda	ES	25283	0	Europe/Madrid	42.12306	1.51809				56	L	25148	
8030374	Los Naveros	los-naveros	ES	11158	0	Europe/Madrid	36.35834	-5.97879				51	CA	11039	
8051266	Pozo Izquierdo	pozo-izquierdo	ES	35119	0	Atlantic/Canary	27.82541	-15.42438				53	GC	35022	
8063157	Pueblonuevo de Miramontes	pueblonuevo-de-miramontes	ES	10318	0	Europe/Madrid	40.0606	-5.37832			10180	57	CC	10180	
8063707	Punta Grossa	punta-grossa	ES	07811	0	Europe/Madrid	40.02255	4.18824				07	PM	07037	
8063843	San Antón	san-anton	ES	26289	0	Europe/Madrid	42.525	-8.78911				58	PO	36006	
8063844	Reperós	reperos	ES	22483	0	Europe/Madrid	42.36622	0.52722				52	HU	22233	
8125805	Los Dolses	los-dolses	ES	03189	0	Europe/Madrid	37.93066	-0.75514				60	A	03099	
8129112	Cantallops	cantallops	ES	17708	0	Europe/Madrid	41.36744	1.79991				56	B	08013	
8129113	La Rinconada	la-rinconada	ES	41309	0	Europe/Madrid	39.83932	-4.41307				54	TO	45136	
8129114	Huebro	huebro	ES	04119	0	Europe/Madrid	36.98723	-2.22265				51	AL	04066	
8129115	Prenafeta	prenafeta	ES	43415	0	Europe/Madrid	41.37719	1.22412				56	T	43086	
8181791	Visalibóns	visalibons	ES	22484	0	Europe/Madrid	42.36799	0.5688				52	HU	22233	
8223952	El Ribero	el-ribero	ES	09514	0	Europe/Madrid	43.03834	-3.48352				55	BU	09214	
8223953	Santiago de Alcántara	santiago-de-alcantara	ES	10510	0	Europe/Madrid	39.60661	-7.24402			10169	57	CC	10169	
8223956	Bielva	bielva	ES	39550	0	Europe/Madrid	43.31469	-4.46079				39	S	39033	
8224300	Cabanas	cabanas	ES	05190	0	Europe/Madrid	42.28215	-8.65886	40			58	PO	36045	
8224880	Buira	buira	ES	22486	0	Europe/Madrid	42.38365	0.87667				56	L	25201	
8260090	La Mortera	la-mortera	ES	33785	0	Europe/Madrid	43.2983	-5.933				34	O	33057	
8260093	La Carrera	la-carrera	ES	05620	0	Europe/Madrid	43.29396	-5.91547				34	O	33057	
8299564	Sant Amanç	sant-amanc	ES	17220	0	Europe/Madrid	41.78571	3.01489				56	GI	17160	
8299682	La Losilla	la-losilla	ES	04829	0	Europe/Madrid	37.5703	-2.00466				51	AL	04099	
8335473	Coto-Rios	coto-rios	ES	23478	0	Europe/Madrid	38.04684	-2.84988		Coto Rios,Coto Ríos		51	J	23904	
8335474	Isla Plana	isla-plana	ES	30868	0	Europe/Madrid	38.16645	-0.48207				60	A	03014	
8349521	Sant Llorenç de Montgai	sant-llorenc-de-montgai	ES	25613	0	Europe/Madrid	41.8679	0.84067				56	L	25062	
8354611	Almariz	almariz	ES	32811	0	Europe/Madrid	42.19393	-8.04663				58	OR	32068	
8354612	Vilavidal	vilavidal	ES	32811	0	Europe/Madrid	42.19339	-8.05023				58	OR	32068	
8378718	El Salobre	el-salobre	ES	35106	0	Atlantic/Canary	27.77428	-15.62672				53	GC	35019	
8378865	Maià de Montcal	maia-de-montcal	ES	17851	0	Europe/Madrid	42.22134	2.74469				56	GI	17098	
8379312	Castellbell i el Vilar	castellbell-i-el-vilar	ES	08296	0	Europe/Madrid	41.63395	1.86394				56	B	08053	
8394327	Renanué	renanue	ES	22470	0	Europe/Madrid	42.48957	0.52065				52	HU	22062	
8410759	Port d'Addaia	port-d-addaia	ES	07740	0	Europe/Madrid	40.00757	4.19549				07	PM	07037	
8410760	Tenicosquey	tenicosquey	ES	35629	0	Atlantic/Canary	28.3068	-13.95375				53	GC	35003	
8410761	Prieres	prieres	ES	33994	0	Europe/Madrid	43.21256	-5.37416				34	O	33015	
8410894	La Rábida	la-rabida	ES	21819	0	Europe/Madrid	37.21133	-6.91744				51	H	21055	
8411047	Pasito Blanco	pasito-blanco	ES	35106	0	Atlantic/Canary	27.74819	-15.62573				53	GC	35019	
8411048	Susacasa	susacasa	ES	33448	0	Europe/Madrid	43.60793	-5.83288				34	O	33025	
8425795	Talavera la Nueva	talavera-la-nueva	ES	45694	0	Europe/Madrid	39.93738	-4.89269				54	TO	45165	
8426002	Sant Andreu del Terri	sant-andreu-del-terri	ES	17845	0	Europe/Madrid	42.06519	2.84615				56	GI	17056	
8436380	Erbi	erbi	ES	01477	0	Europe/Madrid	43.07547	-3.11368				59	VI	01010	
8436382	Ozeka	ozeka	ES	01477	0	Europe/Madrid	43.07162	-3.08952				59	VI	01010	
8436498	Pampiedra	pampiedra	ES	33909	0	Europe/Madrid	43.2748	-5.67178				34	O	33031	
8436499	Hinojar	hinojar	ES	30816	0	Europe/Madrid	37.68117	-1.55105				31	MU	30024	
8468647	Moriles	moriles	ES	14510	0	Europe/Madrid	37.4367	-4.60761			14045	51	CO	14045	
8469008	El Ternero	el-ternero	ES	26212	0	Europe/Madrid	42.6029	-2.93739				55	BU	09219	
8478241	Gramós	gramos	ES	25795	0	Europe/Madrid	42.31873	1.33621				56	L	25185	
8478287	Parana	parana	ES	33694	0	Europe/Madrid	43.07588	-5.75053				34	O	33033	
8504748	Eirapedriña	eirapedrina	ES	15895	0	Europe/Madrid	42.83689	-8.63023				58	C	15002	
8504768	Ureta	ureta	ES	31695	0	Europe/Madrid	43.14008	-3.10764				59	VI	01004	
8504771	Agiñaga	aginaga	ES	01479	0	Europe/Madrid	43.03484	-3.07213		Aginiga,Agiñiga		59	VI	01010	
8504772	Madaria	madaria	ES	01479	0	Europe/Madrid	43.0448	-3.08256				59	VI	01010	
8521325	Parque Holandes	parque-holandes	ES	35649	0	Atlantic/Canary	28.60683	-13.83762				53	GC	35014	
8521327	Claverol	claverol	ES	25517	0	Europe/Madrid	42.2451	0.98697				56	L	25161	
8521699	Benizar	benizar	ES	30442	0	Europe/Madrid	38.26989	-1.98402				31	MU	30028	
8531929	Soto de Viñuelas	soto-de-vinuelas	ES	28760	0	Europe/Madrid	40.61017	-3.68875				29	M	28903	
8533725	Urbiés	urbies	ES	33613	0	Europe/Madrid	43.21619	-5.66963				34	O	33037	
8555929	Estamariu	estamariu	ES	25719	0	Europe/Madrid	42.37326	1.52349				56	L	25088	
8556353	Rodés	rodes	ES	25594	0	Europe/Madrid	42.45532	1.14816				56	L	25183	
8581451	Tebar	tebar	ES	16710	0	Europe/Madrid	37.51144	-1.62456				31	MU	30003	
8581452	Las Casicas	las-casicas	ES	04850	0	Europe/Madrid	38.22815	-1.17403				31	MU	30020	
8584025	Fuensanta	fuensanta	ES	02637	0	Europe/Madrid	36.76	-5.67264				51	CA	11006	
8584026	Arenal	arenal	ES	03738	0	Europe/Madrid	36.87351	-5.41969				51	CA	11005	
8584030	Puertollano	puertollano	ES	11380	0	Europe/Madrid	36.11746	-5.64736				51	CA	11035	
8584031	Madrigueras	madrigueras	ES	02230	0	Europe/Madrid	36.86908	-5.4645				51	CA	11005	
8584032	Cañada de la Jara	canada-de-la-jara	ES	11380	0	Europe/Madrid	36.11857	-5.63629				51	CA	11035	
8584034	Cordobilla	cordobilla	ES	14500	0	Europe/Madrid	37.3589	-4.7288				51	CO	14056	
8584035	Penella	penella	ES	03870	0	Europe/Madrid	38.70085	-0.42512				60	A	03056	
8584036	Sant Ponç	sant-ponc	ES	25290	0	Europe/Madrid	41.96204	1.60233				56	L	25075	
8584039	El Castellet	el-castellet	ES	22583	0	Europe/Madrid	42.27343	0.82676				56	L	25234	
8584041	Plans	plans	ES	03570	0	Europe/Madrid	38.51007	-0.24373				60	A	03139	
8604571	Calonge de Segarra	calonge-de-segarra	ES	08281	0	Europe/Madrid	41.76132	1.47715				56	B	08036	
8604572	Sant Jaume d'Enveja	sant-jaume-d-enveja	ES	43877	0	Europe/Madrid	40.70563	0.72561				56	T	43902	
8604671	Santana De La Peña	santana-de-la-pena	ES	34878	23	Europe/Madrid	42.7392	-4.65571				55	P	34151	
8604672	Tamariche	tamariche	ES	35613	0	Atlantic/Canary	28.5411	-13.93933				53	GC	35017	
8604673	El Time	el-time	ES	35613	0	Atlantic/Canary	28.55294	-13.89882				53	GC	35017	
8604674	Valhondo	valhondo	ES	35613	0	Atlantic/Canary	28.56048	-13.90861				53	GC	35017	
8604675	Campo das Cortes	campo-das-cortes	ES	15250	0	Europe/Madrid	42.76897	-9.05617				58	C	15053	
8604676	Molinilla	molinilla	ES	01213	0	Europe/Madrid	42.75417	-2.9685				59	VI	01902	
8604678	Melledes	melledes	ES	01213	0	Europe/Madrid	42.7409	-2.89816				59	VI	01047	
8604679	Zubillaga	zubillaga	ES	01213	0	Europe/Madrid	42.71602	-2.97794				59	VI	01902	
8604680	Quintanilla De La Ribera	quintanilla-de-la-ribera	ES	01213	0	Europe/Madrid	42.7315	-2.90799				59	VI	01047	
8604683	Santa Brígida	santa-brigida	ES	14600	0	Europe/Madrid	38.05357	-4.41908				51	CO	14043	
8604691	Huertos Familiares San Fernando	huertos-familiares-san-fernando	ES	14600	0	Europe/Madrid	38.00905	-4.3487				51	CO	14043	
8605038	Acedo	acedo	ES	31282	0	Europe/Madrid	42.66634	-2.24988				32	NA	31166	
8616948	Igueste de Candelaria	igueste-de-candelaria	ES	38520	0	Atlantic/Canary	28.3814	-16.37289				53	TF	38011	
8616978	Los Palmitos	los-palmitos	ES	35413	0	Atlantic/Canary	27.8368	-15.61398				53	GC	35019	
8617475	Casas de Belvis	casas-de-belvis	ES	10394	0	Europe/Madrid	39.82541	-5.59007				57	CC	10026	
8617639	Bendinat	bendinat	ES	07181	0	Europe/Madrid	39.53493	2.57917				07	PM	07011	
8617852	Brañavieja	branavieja	ES	39210	0	Europe/Madrid	43.03389	-4.35677	1640			39	S	39032	
8629286	Víllec	villec	ES	25725	0	Europe/Madrid	42.33812	1.68237				56	L	25139	
8629839	San Roque del Acebal	san-roque-del-acebal	ES	33596	0	Europe/Madrid	43.39588	-4.73022				34	O	33036	
8631178	La Paz	la-paz	ES	14100	0	Africa/Ceuta	35.29792	-2.94319		La Paz		ML	ME	52001	
8634380	El Jaral	el-jaral	ES	11687	0	Europe/Madrid	35.90341	-5.34862		El Jaral		CE	CE	51001	
8634552	Los Rosales	los-rosales	ES	23488	0	Africa/Ceuta	35.88527	-5.3399		Los Rosales		CE	CE	51001	
8634554	La Almadraba	la-almadraba	ES	03560	0	Africa/Ceuta	35.87991	-5.33612		La Almadraba		CE	CE	51001	
8634796	San José	san-jose	ES	03360	0	Africa/Ceuta	35.8842	-5.33154		San Jose,San José		CE	CE	51001	
8634798	El Morro	el-morro	ES	04618	0	Africa/Ceuta	35.88306	-5.32668		El Morro		CE	CE	51001	
8634807	Manzanera	manzanera	ES	44420	0	Africa/Ceuta	35.8884	-5.32477		Manzanera		CE	CE	51001	
8638265	Las Cuevas	las-cuevas	ES	09585	0	Europe/Madrid	35.90152	-5.28644		Las Cuevas		CE	CE	51001	
8659148	Castroviejo	castroviejo	ES	26315	0	Europe/Madrid	42.32938	-2.66122			26044	27	LO	26044	
8659149	Daroca de Rioja	daroca-de-rioja	ES	26373	0	Europe/Madrid	42.37115	-2.58187			26057	27	LO	26057	
8692996	Valdencín	valdencin	ES	10839	0	Europe/Madrid	39.91481	-6.40915				57	CC	10189	
8692998	Palmanyola	palmanyola	ES	07193	0	Europe/Madrid	39.66148	2.67311				07	PM	07010	
8692999	Playa Quemada	playa-quemada	ES	35570	0	Atlantic/Canary	28.90736	-13.73325				53	GC	35034	
8693000	Valareña	valarena	ES	50617	0	Europe/Madrid	42.13127	-1.30926				52	Z	50095	
8693001	Palm-Mar	palm-mar	ES	38632	0	Atlantic/Canary	28.02342	-16.70197				53	TF	38006	
8693003	EL Chaparral	el-chaparral	ES	11391	0	Europe/Madrid	36.08462	-5.73864				51	CA	11035	
8693004	Viñal	vinal	ES	22487	0	Europe/Madrid	42.5045	0.71411				52	HU	22157	
8714309	Benajarafe	benajarafe	ES	29790	0	Europe/Madrid	36.71732	-4.19806				51	MA	29094	
8714346	Saló	salo	ES	08269	0	Europe/Madrid	41.84476	1.6431				56	B	08229	
8714437	Vila-sana	vila-sana	ES	25245	0	Europe/Madrid	41.66259	0.92731				56	L	25252	
8740456	Binissafuller	binissafuller	ES	07711	0	Europe/Madrid	39.82617	4.22733				07	PM	07052	
8740457	Bonavista	bonavista	ES	43100	0	Europe/Madrid	41.11877	1.1921				56	T	43148	
8740458	Chayofa	chayofa	ES	38652	0	Atlantic/Canary	28.07448	-16.69557				53	TF	38006	
8740459	El Parador de las Hortichuelas	el-parador-de-las-hortichuelas	ES	04720	0	Europe/Madrid	36.80873	-2.59822				51	AL	04079	
8740461	Guadalcacin	guadalcacin	ES	11591	0	Europe/Madrid	36.7146	-6.08711				51	CA	11020	
8740715	Navalsauz	navalsauz	ES	05132	0	Europe/Madrid	40.41477	-5.04779				55	AV	05216	
8740716	Piedrafita de Babia	piedrafita-de-babia	ES	24141	0	Europe/Madrid	42.95159	-6.19097				55	LE	24029	
8740847	San Isidro de Nijar	san-isidro-de-nijar	ES	04117	0	Europe/Madrid	36.91041	-2.17246				51	AL	04066	
8740852	El Tablero	el-tablero	ES	38107	0	Atlantic/Canary	27.76923	-15.60483				53	GC	35019	
8740853	Torre de Benagalbón	torre-de-benagalbon	ES	29738	0	Europe/Madrid	36.71436	-4.24471				51	MA	29082	
8740854	Torreblanca	torreblanca	ES	12596	0	Europe/Madrid	41.93204	1.14833				56	L	25172	
9035669	Cuevas de los Medinas	cuevas-de-los-medinas	ES	04160	0	Europe/Madrid	36.89205	-2.28056				51	AL	04013	
9036840	Saladillo Benamara	saladillo-benamara	ES	29688	0	Europe/Madrid	36.46057	-5.04127		Benamara		51	MA	29051	
9036841	Atalaya Isdabe	atalaya-isdabe	ES	29688	0	Europe/Madrid	36.46468	-5.0153		Atalaya		51	MA	29051	
9036845	El Paraíso	el-paraiso	ES	29688	0	Europe/Madrid	36.46975	-5.03006				51	MA	29051	
9166464	Cho	cho	ES	38632	0	Atlantic/Canary	28.04736	-16.65991				53	TF	38006	
9166467	Vega de Pope	vega-de-pope	ES	33814	0	Europe/Madrid	43.13741	-6.58051				34	O	33011	
9166468	Palouet	palouet	ES	25211	0	Europe/Madrid	41.79669	1.35677				56	L	25132	
9171505	Campo Olivar	campo-olivar	ES	46110	0	Europe/Madrid	39.52897	-0.42902				60	V	46135	
9171509	Sol de Mallorca	sol-de-mallorca	ES	07181	0	Europe/Madrid	39.48092	2.5251				07	PM	07011	
9171510	La Sorrueda	la-sorrueda	ES	35280	0	Atlantic/Canary	27.88813	-15.53626				53	GC	35022	
9171511	Puente de Vadillos	puente-de-vadillos	ES	16892	0	Europe/Madrid	40.52943	-2.15083				54	CU	16053	
9171513	Vigo de Sanabria	vigo-de-sanabria	ES	49361	0	Europe/Madrid	42.1368	-6.69153				55	ZA	49085	
9171515	Cabielles	cabielles	ES	33589	0	Europe/Madrid	43.33967	-5.09501				34	O	33012	
9171518	Lladurs	lladurs	ES	25283	0	Europe/Madrid	42.04292	1.50856				56	L	25124	
9222701	Vallferosa	vallferosa	ES	25751	0	Europe/Madrid	41.84527	1.4332				56	L	25223	
9404056	Lorante	lorante	ES	33815	14	Europe/Madrid	43.19895	-6.6139	700			34	O	33011	
9407213	Cañada de Agra	canada-de-agra	ES	02409	0	Europe/Madrid	38.4679	-1.69739	480			54	AB	02037	
9407221	Mingogil	mingogil	ES	02409	0	Europe/Madrid	38.46132	-1.74185	455			54	AB	02037	
9407313	Torre Pedro	torre-pedro	ES	02449	0	Europe/Madrid	38.46159	-2.28275	1018			54	AB	02049	
9408087	Tus	tus	ES	02485	0	Europe/Madrid	38.40333	-2.43557	1050			54	AB	02086	
9408124	Vilches	vilches	ES	23220	0	Europe/Madrid	38.50808	-1.581	505			54	AB	02037	
9863215	Badia Blava	badia-blava	ES	07609	0	Europe/Madrid	39.43344	2.75259				07	PM	07031	
9863216	Borén	boren	ES	25586	0	Europe/Madrid	42.65978	1.08207				56	L	25024	
9863217	Sualleiro	sualleiro	ES	33776	0	Europe/Madrid	43.25349	-7.02061				34	O	33062	
9863218	San Francisco	san-francisco	ES	04600	0	Europe/Madrid	42.76031	-9.07218				58	C	15053	
9863220	Peramea	peramea	ES	25591	0	Europe/Madrid	42.32898	1.04834				56	L	25039	
9863306	Balmori	balmori	ES	33595	0	Europe/Madrid	43.42394	-4.83403				34	O	33036	
9863309	Los Tomillares	los-tomillares	ES	09198	0	Europe/Madrid	42.33165	-3.56584				55	BU	09086	
9881942	La Lechuza	la-lechuza	ES	35329	0	Atlantic/Canary	28.00277	-15.55438				53	GC	35033	
9881943	Liendo	liendo	ES	39776	0	Europe/Madrid	43.4008	-3.37029		L'endo,Liendo,lian duo,yyndw,Льендо,Льєндо,Լիենդո,ييندو,连多	39036	39	S	39036	
9881944	Jédula	jedula	ES	11620	0	Europe/Madrid	36.72424	-5.93046				51	CA	11006	
9881945	Villanova	villanova	ES	22467	0	Europe/Madrid	42.54702	0.46183			22249	52	HU	22249	
9881946	La Puntilla	la-puntilla	ES	38870	0	Atlantic/Canary	28.09207	-17.33681				53	TF	38049	
9881982	Gordexola	gordexola	ES	48192	0	Europe/Madrid	43.1786	-3.076			48042	59	BI	48042	
9881988	Son Mesquida	son-mesquida	ES	07209	0	Europe/Madrid	39.48195	3.08693				07	PM	07022	
9881989	Liérganes	lierganes	ES	39722	0	Europe/Madrid	43.34614	-3.74668			39037	39	S	39037	
9882010	Malcocinado	malcocinado	ES	06928	0	Europe/Madrid	36.35856	-5.86789				51	CA	11023	
9882172	Albaricoques	albaricoques	ES	04116	0	Europe/Madrid	36.85025	-2.12281				51	AL	04066	
9882183	Campelo	campelo	ES	24546	0	Europe/Madrid	42.43835	-8.67275				58	PO	36041	
9882194	Las Lagunillas	las-lagunillas	ES	14817	0	Europe/Madrid	37.35549	-4.24897				51	CO	14055	
9882300	Las Hayas	las-hayas	ES	38892	0	Atlantic/Canary	28.12853	-17.28979				53	TF	38049	
9882317	Sant Julià de Ramis	sant-julia-de-ramis	ES	17481	0	Europe/Madrid	42.02932	2.85338			17169	56	GI	17169	
9883558	Poblet	poblet	ES	43448	0	Europe/Madrid	41.38083	1.08157				56	T	43176	
9883562	Olivenza	olivenza	ES	06100	11977	Europe/Madrid	38.68269	-7.10046		Olivenca,Olivensa,Olivenza,Olivenza - Olivenca,Olivenza - Olivença,Olivença,alybnsa,ao li wen sa,awlayfynza,ollibensa,oribensa,Оливенза,Оливенса,Олівенса,أولايفينزا,الیبنسا,オリベンサ,奥利文萨,올리벤사	06095	57	BA	06095	
9883586	Andosilla	andosilla	ES	31261	0	Europe/Madrid	42.37729	-1.94267			31015	32	NA	31015	
9883587	Muxika	muxika	ES	48392	0	Europe/Madrid	43.28905	-2.68937			48067	59	BI	48067	
9962333	Brañavieja	branavieja	ES	39210	0	Europe/Madrid	43.03103	-4.35797				39	S	39032	
10173000	Cruz de Tejeda	cruz-de-tejeda	ES	35328	0	Atlantic/Canary	28.00616	-15.60003				53	GC	35025	
10227111	Cabo Blanco	cabo-blanco	ES	38627	0	Europe/Madrid	39.36477	2.7892				07	PM	07031	
10344461	Valle Gran Rey	valle-gran-rey	ES	38870	0	Atlantic/Canary	28.08504	-17.33385				53	TF	38049	
10345443	Llanos del Caudillo	llanos-del-caudillo	ES	13220	643	Europe/Madrid	39.11797	-3.3516				54	CR	13904	
10345555	Sant Salvador	sant-salvador	ES	08790	0	Europe/Madrid	41.15714	1.24163				56	T	43148	
10400184	Valdevaqueros	valdevaqueros	ES	11380	0	Europe/Madrid	36.06541	-5.67555				51	CA	11035	
10630407	Ainet de Besan	ainet-de-besan	ES	25573	0	Europe/Madrid	42.53809	1.29682				56	L	25017	
10630412	La Ventona	la-ventona	ES	39688	0	Europe/Madrid	43.1459	-3.89963				39	S	39039	
10793915	Senes	senes	ES	04213	319	Europe/Madrid	37.20367	-2.34631	995	Senes,Senés		51	AL	04082	
10793916	Costacabana	costacabana	ES	04120	1209	Europe/Madrid	36.83807	-2.38111				51	AL	04013	
10794090	Las Herreras	las-herreras	ES	28296	0	Europe/Madrid	40.61877	-4.27772				29	M	28135	
10858923	Eusa	eusa	ES	31194	52	Europe/Madrid	42.86363	-1.62907				32	NA	31101	
10860498	Castellnou de Bages	castellnou-de-bages	ES	08251	0	Europe/Madrid	41.83444	1.83721	469		08062	56	B	08062	
10913750	Vañes	vanes	ES	34846	23	Europe/Madrid	42.9164	-4.48976		Villanueva de Vanes,Villanueva de Vañes		55	P	34056	
10941887	Escaladei	escaladei	ES	43379	0	Europe/Madrid	41.24811	0.81083				56	T	43096	
10941916	Mareny Blau	mareny-blau	ES	46419	0	Europe/Madrid	39.2268	-0.2466				60	V	46235	
10941940	Heredades	heredades	ES	03179	0	Europe/Madrid	38.09061	-0.76265				60	A	03015	
10942282	La Pobla de Farnals	la-pobla-de-farnals	ES	46139	7080	Europe/Madrid	39.56571	-0.28425				60	V	46199	
10942880	Mecinilla	mecinilla	ES	18414	0	Europe/Madrid	36.9269	-3.32356				51	GR	18901	
10942881	Fondales	fondales	ES	18414	0	Europe/Madrid	36.92509	-3.32135				51	GR	18901	
10942977	Arguijo	arguijo	ES	42169	0	Europe/Madrid	40.77391	-5.80155				55	SA	37346	
10942979	Cabrera	cabrera	ES	33449	0	Europe/Madrid	40.73482	-5.84601				55	SA	37346	
11000666	Ventades	ventades	ES	09588	0	Europe/Madrid	43.11151	-3.20447				55	BU	09410	
11001490	Cartaojal	cartaojal	ES	29250	0	Europe/Madrid	37.10986	-4.5132				51	MA	29015	
11048300	La Hoya	la-hoya	ES	37716	0	Atlantic/Canary	28.93883	-13.81419				53	GC	35034	
11049319	Alagón del Río	alagon-del-rio	ES	10690	0	Europe/Madrid	39.97416	-6.31757				57	CC	10903	
11054397	Pelagalls	pelagalls	ES	25211	0	Europe/Madrid	41.75184	1.20298				56	L	25911	
11054639	Monterroso	monterroso	ES	29150	0	Europe/Madrid	36.86587	-4.593				51	MA	29011	
11071480	Egea	egea	ES	22451	0	Europe/Madrid	42.3796	0.47679				52	HU	22244	
11071631	Callús	callus	ES	08262	0	Europe/Madrid	41.78146	1.78401			08038	56	B	08038	
11072213	Ubide	ubide	ES	48145	0	Europe/Madrid	43.02396	-2.68759			48088	59	BI	48088	
11072275	Costa Adeje	costa-adeje	ES	38660	0	Atlantic/Canary	28.07774	-16.72969				53	TF	38001	
11072874	San Martín del Monte	san-martin-del-monte	ES	34407	0	Europe/Madrid	41.47193	-4.88085				55	VA	47159	
11073562	La Plana de Mont-Ros	la-plana-de-mont-ros	ES	25510	0	Europe/Madrid	42.38201	0.96508				56	L	25227	
11103671	La Pared	la-pared	ES	02213	0	Atlantic/Canary	28.21222	-14.21541				53	GC	35015	
11103783	Zubieta	zubieta	ES	31746	0	Europe/Madrid	43.2089	-2.78302				59	BI	48055	
11103784	Durandio	durandio	ES	48330	0	Europe/Madrid	43.20805	-2.79036				59	BI	48055	
11127780	Carrascal	carrascal	ES	49027	0	Europe/Madrid	41.08601	-5.90292		Carrascal de Olmillos		55	SA	37167	
11127790	Olmillos	olmillos	ES	42345	0	Europe/Madrid	41.08818	-5.91678				55	SA	37167	
11127845	Arbígano	arbigano	ES	01420	0	Europe/Madrid	42.80491	-2.93262				59	VI	01046	
11127868	Castillo Sopeña	castillo-sopena	ES	01420	0	Europe/Madrid	42.78872	-2.92146		Castillo Sopena,Castillo Sopeña		59	VI	01046	
11127884	San Miguel	san-miguel	ES	01213	0	Europe/Madrid	42.75659	-2.92614				59	VI	01046	
11127888	San Pelayo	san-pelayo	ES	47129	0	Europe/Madrid	42.74812	-2.9132				59	VI	01046	
11127889	Villabezana	villabezana	ES	01213	0	Europe/Madrid	42.73945	-2.94356				59	VI	01046	
11127952	Quejo	quejo	ES	01427	0	Europe/Madrid	42.83288	-3.13868				59	VI	01055	
11127953	Quintanilla	quintanilla	ES	24124	0	Europe/Madrid	42.91225	-3.18691				59	VI	01055	
11127954	Ribera	ribera	ES	01427	0	Europe/Madrid	42.85008	-3.22968				59	VI	01055	
11154443	Vilamolat de Mur	vilamolat-de-mur	ES	25632	0	Europe/Madrid	42.12261	0.83912				56	L	25904	
11184394	Buenas Noches	buenas-noches	ES	29693	0	Europe/Madrid	36.39261	-5.20439				51	MA	29051	
11184852	Los Cardones	los-cardones	ES	35470	0	Atlantic/Canary	27.9786	-15.78426				53	GC	35020	
11185385	Santa Maria del Aguila	santa-maria-del-aguila	ES	04710	0	Europe/Madrid	36.78413	-2.77508				51	AL	04902	
11185909	San Feliz	san-feliz	ES	33785	0	Europe/Madrid	43.1685	-5.82267				34	O	33033	
11185938	Fraialde	fraialde	ES	27272	0	Europe/Madrid	43.10748	-7.41418				58	LU	27046	
11185940	Lugán	lugan	ES	24152	0	Europe/Madrid	42.76982	-5.33463				55	LE	24199	
11185944	Las Bárcenas	las-barcenas	ES	39553	0	Europe/Madrid	43.12298	-3.3634				55	BU	09410	
11185946	Berrandulez	berrandulez	ES	09588	0	Europe/Madrid	43.12523	-3.18646				55	BU	09410	
11186108	La Narra	la-narra	ES	37170	0	Europe/Madrid	41.07075	-5.86391				55	SA	37290	
11186109	Carrascalino	carrascalino	ES	37170	0	Europe/Madrid	41.01407	-5.90435				55	SA	37345	
11186111	El Campillo	el-campillo	ES	19495	0	Europe/Madrid	41.0017	-6.06729				55	SA	37283	
11186113	Iruelo del Camino	iruelo-del-camino	ES	37468	0	Europe/Madrid	40.95371	-6.14086				55	SA	37283	
11186116	Contiensa	contiensa	ES	37115	0	Europe/Madrid	41.0767	-5.92944				55	SA	37365	
11186125	El Cerezo	el-cerezo	ES	14445	0	Europe/Madrid	41.06976	-5.98343				55	SA	37170	
11186128	Valderas	valderas	ES	24220	0	Europe/Madrid	41.04288	-6.03939				55	SA	37116	
11205262	La Cimada	la-cimada	ES	29394	0	Europe/Madrid	36.8133	-5.14001				51	MA	29084	
11205491	Ventosa	ventosa	ES	19392	0	Europe/Madrid	42.66876	-3.16162		Ventosa de Bureba		55	BU	09454	
11205603	Villanueva de la Oca	villanueva-de-la-oca	ES	09294	0	Europe/Madrid	42.77513	-2.79823				55	BU	09276	
11205606	Barrio-Lucio	barrio-lucio	ES	09127	0	Europe/Madrid	42.69751	-4.08129				55	BU	09415	
11231183	Castellanos	castellanos	ES	24343	0	Europe/Madrid	42.7169	-6.60724				55	LE	24019	
11237764	Canedo	canedo	ES	24546	0	Europe/Madrid	42.18213	-8.49358				58	PO	36042	
11237982	Fonfría	fonfria	ES	24378	0	Europe/Madrid	43.14841	-7.00155				58	LU	27018	
11238094	Granja de San Pedro	granja-de-san-pedro	ES	42269	0	Europe/Madrid	41.29064	-2.16027				52	Z	50172	
11238096	Ascoy	ascoy	ES	30535	0	Europe/Madrid	38.27906	-1.41874				31	MU	30019	
11238194	San Pedro de Laroá	san-pedro-de-laroa	ES	32632	0	Europe/Madrid	42.02628	-7.69678				58	OR	32032	
11238323	Reboiro	reboiro	ES	27346	0	Europe/Madrid	42.68802	-7.34758				58	LU	27024	
11238349	Fontao	fontao	ES	27610	0	Europe/Madrid	42.77258	-7.40212				58	LU	27057	
11238375	Vilambrán	vilambran	ES	27369	0	Europe/Madrid	42.84051	-7.39846				58	LU	27026	
11238377	Vilouzán	vilouzan	ES	27691	0	Europe/Madrid	42.8045	-7.29604				58	LU	27026	
11238442	Santa Marina	santa-marina	ES	26132	0	Europe/Madrid	42.24548	-2.35846				27	LO	26135	
11238882	La Muriella	la-muriella	ES	33811	0	Europe/Madrid	43.05058	-6.61463				34	O	33011	
11257300	Font-Rubí	font-rubi	ES	08736	0	Europe/Madrid	41.4343	1.59096			08085	56	B	08085	
11279729	Arenillas	arenillas	ES	42368	0	Europe/Madrid	42.19482	-4.85021				55	P	34059	
11280477	Arévalo	arevalo	ES	05200	0	Europe/Madrid	42.91891	-5.95339				55	LE	24164	
11280833	Ansovell	ansovell	ES	25722	0	Europe/Madrid	42.32519	1.58381				56	L	25071	
11280837	La Font d'en Carròs	la-font-d-en-carros	ES	46717	0	Europe/Madrid	38.91531	-0.17063				60	V	46127	
11280845	Alzuza	alzuza	ES	31486	0	Europe/Madrid	42.83859	-1.56585				32	NA	31086	
11395738	Balanegra	balanegra	ES	04713	0	Europe/Madrid	36.74886	-2.9097			04904	51	AL	04904	
11395799	Tiétar	tietar	ES	10319	0	Europe/Madrid	40.02945	-5.48192			10904	57	CC	10904	
11404985	Dantxarinea	dantxarinea	ES	31712	0	Europe/Madrid	43.29037	-1.50509				32	NA	31239	
11427404	Camposol	camposol	ES	30875	0	Europe/Madrid	37.66025	-1.36634				31	MU	30026	
11467853	Montesusin	montesusin	ES	22269	241	Europe/Madrid	41.88528	-0.3928	332			52	HU	22116	
11468010	Arcucelos	arcucelos	ES	32621	0	Europe/Madrid	42.01712	-7.46448				58	OR	32039	
11468244	Soberado	soberado	ES	39575	0	Europe/Madrid	43.08309	-4.63112				39	S	39096	
11468285	Talavera	talavera	ES	25213	0	Europe/Madrid	41.58157	1.3383				56	L	25216	
11468287	Civit	civit	ES	25213	0	Europe/Madrid	41.5772	1.38076				56	L	25216	
11494825	Vila Da Area	vila-da-area	ES	15592	0	Europe/Madrid	43.51579	-8.31468				58	C	15036	
11495796	Puerto de Cotos	puerto-de-cotos	ES	28740	10	Europe/Madrid	40.82269	-3.96388	1830			55	SG	40181	
11497069	Entrerríos	entrerrios	ES	06710	0	Europe/Madrid	42.62595	-8.94287				58	C	15067	
11497070	Sotés	sotes	ES	26371	0	Europe/Madrid	42.40001	-2.60342				27	LO	26145	
11497072	Arce	arce	ES	09218	0	Europe/Madrid	42.61185	-3.03433				27	LO	26062	
11497310	Estepar	estepar	ES	09230	0	Europe/Madrid	41.08905	-4.6136		Estepal,Estepar y Valverde		55	SG	40058	
11497496	Reboredo	reboredo	ES	27577	0	Europe/Madrid	42.2902	-7.83385				58	OR	32075	
11497497	Vilafreser	vilafreser	ES	17468	0	Europe/Madrid	42.0843	2.88198				56	GI	17218	
11497501	Vilamarí	vilamari	ES	17468	0	Europe/Madrid	42.11306	2.85182				56	GI	17218	
11497502	Terradelles	terradelles	ES	17468	0	Europe/Madrid	42.1181	2.88917				56	GI	17218	
11497511	Orfes	orfes	ES	17468	0	Europe/Madrid	42.17231	2.86677				56	GI	17218	
11524140	Nuvilla	nuvilla	ES	01428	0	Europe/Madrid	42.79781	-2.88248				59	VI	01046	
11525036	Casablanca	casablanca	ES	02124	0	Europe/Madrid	41.42287	1.83682				56	B	08273	
11549772	Sarrià	sarria	ES	01139	24819	Europe/Madrid	41.40269	2.1162				56	B	08019	05
11549797	Canyelles	canyelles	ES	08811	7022	Europe/Madrid	41.44509	2.16346				56	B	08019	08
11549805	Navas	navas	ES	08670	22059	Europe/Madrid	41.41803	2.18596				56	B	08019	09
11549816	Torre Baró	torre-baro	ES	22584	2719	Europe/Madrid	41.4549	2.17418				56	B	08019	08
11549936	Atalaya	atalaya	ES	06329	0	Europe/Madrid	40.46427	-3.66494				29	M	28079	15
11549941	San Andrés	san-andres	ES	26126	0	Europe/Madrid	40.34145	-3.70896				29	M	28079	17
11549946	Arapiles	arapiles	ES	37796	0	Europe/Madrid	40.4344	-3.70803				29	M	28079	07
11549949	Palacio	palacio	ES	05198	0	Europe/Madrid	40.41542	-3.71407				29	M	28079	01
11549951	Legazpi	legazpi	ES	20230	0	Europe/Madrid	40.38884	-3.68715				29	M	28079	02
11549959	Ciudad Jardín	ciudad-jardin	ES	11379	0	Europe/Madrid	40.4483	-3.673				29	M	28079	05
11549965	Almenara	almenara	ES	12590	0	Europe/Madrid	40.47066	-3.69431				29	M	28079	06
11549968	Almagro	almagro	ES	13270	0	Europe/Madrid	40.43285	-3.69354				29	M	28079	07
11549970	Vallehermoso	vallehermoso	ES	38840	0	Europe/Madrid	40.44289	-3.71124				29	M	28079	07
11549977	Vista Alegre	vista-alegre	ES	30399	0	Europe/Madrid	40.38432	-3.74575				29	M	28079	11
11549978	Comillas	comillas	ES	39520	0	Europe/Madrid	40.3935	-3.71196				29	M	28079	11
11549980	La Paz	la-paz	ES	14100	0	Europe/Madrid	40.48116	-3.69659				29	M	28079	08
11549984	Valverde	valverde	ES	09410	0	Europe/Madrid	40.50024	-3.67877				29	M	28079	08
11549988	Cármenes	carmenes	ES	24838	0	Europe/Madrid	40.40149	-3.73593				29	M	28079	10
11549990	San Isidro	san-isidro	ES	24855	0	Europe/Madrid	40.3966	-3.72833				29	M	28079	11
11549992	Horcajo	horcajo	ES	10638	0	Europe/Madrid	40.40857	-3.62695				29	M	28079	14
11549995	Buenavista	buenavista	ES	35468	0	Europe/Madrid	40.36709	-3.74608				29	M	28079	11
11549999	Quintana	quintana	ES	26259	0	Europe/Madrid	40.43701	-3.64507				29	M	28079	15
11550004	Pradolongo	pradolongo	ES	32368	0	Europe/Madrid	40.37814	-3.70712				29	M	28079	12
11550007	Hellín	hellin	ES	02400	0	Europe/Madrid	40.43095	-3.61682				29	M	28079	20
11550010	Media Legua	media-legua	ES	03317	0	Europe/Madrid	40.41189	-3.65682				29	M	28079	14
11550014	San Pascual	san-pascual	ES	03339	0	Europe/Madrid	40.44286	-3.65346				29	M	28079	15
11550017	Palomas	palomas	ES	06476	0	Europe/Madrid	40.45251	-3.61554				29	M	28079	16
11550019	Amposta	amposta	ES	43870	0	Europe/Madrid	40.42613	-3.62204				29	M	28079	20
11550021	San Cristobal	san-cristobal	ES	14029	0	Europe/Madrid	40.34077	-3.68843				29	M	28079	17
11550022	Los Rosales	los-rosales	ES	23488	0	Europe/Madrid	40.35572	-3.68855				29	M	28079	17
11550023	Los Angeles	los-angeles	ES	11339	0	Europe/Madrid	40.35579	-3.69914				29	M	28079	17
11550024	Santa Eugenia	santa-eugenia	ES	07142	0	Europe/Madrid	40.38344	-3.61135				29	M	28079	18
11550025	Valdefuentes	valdefuentes	ES	10180	0	Europe/Madrid	40.49367	-3.6359				29	M	28079	16
11550027	Simancas	simancas	ES	47130	0	Europe/Madrid	40.43533	-3.6251				29	M	28079	20
11550029	Rosas	rosas	ES	38428	0	Europe/Madrid	40.42752	-3.59426				29	M	28079	20
11550031	Salvador	salvador	ES	33810	0	Europe/Madrid	40.44529	-3.63097				29	M	28079	20
11550590	Casillas	casillas	ES	05428	0	Europe/Madrid	38.00881	-1.09117				31	MU	30030	
11593422	Sarriguren	sarriguren	ES	31621	14779	Europe/Madrid	42.81292	-1.59815	510		31086	32	NA	31086	
11593869	Rayaces	rayaces	ES	34159	0	Europe/Madrid	41.92137	-4.71401			34010	55	P	34010	
11594256	Pena Verde	pena-verde	ES	32689	0	Europe/Madrid	41.99385	-7.56336				58	OR	32028	
11611035	Villaselva	villaselva	ES	37129	0	Europe/Madrid	41.00652	-5.77503				55	SA	37129	
11668864	Mora de Luna	mora-de-luna	ES	24149	0	Europe/Madrid	42.82078	-5.8456				55	LE	24012	
11668888	Sant Martí de Canals	sant-marti-de-canals	ES	25518	0	Europe/Madrid	42.2255	0.99083				56	L	25161	
11695958	Badia Gran	badia-gran	ES	07609	0	Europe/Madrid	39.42714	2.75019				07	PM	07031	
11695963	Vallgornera	vallgornera	ES	07639	0	Europe/Madrid	39.36543	2.87138				07	PM	07031	
11749591	Valdeconejos	valdeconejos	ES	44779	0	Europe/Madrid	36.76093	-6.40116				51	CA	11016	
11777807	Quintela	quintela	ES	27258	0	Europe/Madrid	42.77253	-8.06525				58	PO	36020	
11778119	Rubiales	rubiales	ES	44121	0	Europe/Madrid	42.0394	-5.58569				55	ZA	49082	
11778545	Montaña la Data	montana-la-data	ES	35109	0	Atlantic/Canary	27.78931	-15.61269				53	GC	35019	
11789273	Arinaga	arinaga	ES	35118	0	Atlantic/Canary	27.85824	-15.39408				53	GC	35002	
11808914	Liesa	liesa	ES	22122	36	Europe/Madrid	42.13687	-0.22041	518			52	HU	22222	
11808947	Torrefresneda	torrefresneda	ES	06410	387	Europe/Madrid	38.98939	-6.112	240			57	BA	06060	
11808949	Samitier	samitier	ES	22394	13	Europe/Madrid	42.30232	0.19958	747			52	HU	22113	
11809038	Arascués	arascues	ES	22193	82	Europe/Madrid	42.24623	-0.46305	672			52	HU	22163	
11809041	San Enrique de Guadiaro	san-enrique-de-guadiaro	ES	11312	1051	Europe/Madrid	36.30475	-5.29095				51	CA	11033	
11809056	Ventas de Santa Lucía	ventas-de-santa-lucia	ES	22436	0	Europe/Madrid	42.22833	0.35547				52	HU	22117	
11837206	Playa del Hombre	playa-del-hombre	ES	35214	0	Atlantic/Canary	27.99587	-15.37631				53	GC	35026	
11837212	La Garita	la-garita	ES	35212	0	Atlantic/Canary	28.00665	-15.3786				53	GC	35026	
11837213	La Estrella	la-estrella	ES	35212	0	Atlantic/Canary	28.01308	-15.38232				53	GC	35026	
11837500	Munilla de Hoz de Arreba	munilla-de-hoz-de-arreba	ES	09572	0	Europe/Madrid	42.91415	-3.77595				55	BU	09413	
11837683	Xagoaza	xagoaza	ES	32317	0	Europe/Madrid	42.43511	-7.00456				58	OR	32009	
11837686	Rioseco	rioseco	ES	09558	0	Europe/Madrid	43.11231	-3.61189				55	BU	09124	
11837784	Vilariño das Touzas	vilarino-das-touzas	ES	32611	0	Europe/Madrid	41.94202	-7.30945				58	OR	32071	
11837825	Castro	castro	ES	38611	0	Europe/Madrid	42.38914	-7.5887				58	OR	32057	
11837943	Asin	asin	ES	50619	0	Europe/Madrid	42.28314	-1.04657			50036	52	Z	50036	
11837944	La Torre de Tamurcia	la-torre-de-tamurcia	ES	22583	0	Europe/Madrid	42.2926	0.79608				56	L	25234	
11837946	El Pont d'Orrit	el-pont-d-orrit	ES	22583	0	Europe/Madrid	42.25416	0.73721				56	L	25234	
11837947	Espluga de Serra	espluga-de-serra	ES	22583	0	Europe/Madrid	42.28446	0.84345				56	L	25234	
11839412	Moreda	moreda	ES	18540	0	Europe/Madrid	43.36594	-7.6354				58	LU	27065	
11839416	Carrascalejo de Huebra	carrascalejo-de-huebra	ES	37465	0	Europe/Madrid	40.72003	-6.05423				55	SA	37273	
11839615	Santo Emiliano	santo-emiliano	ES	33616	0	Europe/Madrid	43.27689	-5.71474				34	O	33037	
11862012	Beo	beo	ES	15113	0	Europe/Madrid	43.31639	-8.8446	39			58	C	15043	
11862454	El Carmen	el-carmen	ES	04230	0	Europe/Madrid	39.47935	-0.38072	17			60	V	46250	
11862478	Robledo de San Cristóbal	robledo-de-san-cristobal	ES	33819	0	Europe/Madrid	43.17025	-6.53582				34	O	33011	
11862946	Tinizara	tinizara	ES	38780	0	Atlantic/Canary	28.74379	-17.96848				53	TF	38047	
11873939	Mancha Blanca	mancha-blanca	ES	35560	0	Atlantic/Canary	29.04306	-13.6891	262			53	GC	35029	
11875009	Las Tricias	las-tricias	ES	38788	0	Atlantic/Canary	28.78166	-17.96541	748			53	TF	38016	
11876280	Abano	abano	ES	24397	0	Europe/Madrid	42.64804	-6.03582				55	LE	24123	
11887179	Alvariza	alvariza	ES	33837	0	Europe/Madrid	43.29746	-6.23504				34	O	33005	
11888133	Filgueira	filgueira	ES	27205	0	Europe/Madrid	42.56514	-8.41708				58	PO	36902	
11888213	Purias	purias	ES	30813	0	Europe/Madrid	37.57977	-1.64485				31	MU	30024	
11888216	San Isidro	san-isidro	ES	24855	0	Europe/Madrid	37.40217	-1.93987				51	AL	04053	
11888217	San Francisco	san-francisco	ES	04600	0	Europe/Madrid	37.42131	-1.87814				51	AL	04053	
11888218	Las Labores	las-labores	ES	04814	0	Europe/Madrid	37.47035	-1.89365				51	AL	04053	
11888221	La Barquera	la-barquera	ES	39311	0	Europe/Madrid	43.34203	-4.07398				39	S	39018	
11902826	Oseguera	oseguera	ES	09588	0	Europe/Madrid	43.066	-3.16185				55	BU	09410	
11902933	Valdeferreiros	valdeferreiros	ES	33810	0	Europe/Madrid	43.02833	-6.98027				34	O	33028	
11902941	Cadagayoso	cadagayoso	ES	33810	0	Europe/Madrid	43.01688	-6.85482				34	O	33028	
11902942	Santa Comba	santa-comba	ES	15841	0	Europe/Madrid	42.99229	-6.84011				34	O	33028	
11902943	San Martín de Luiña	san-martin-de-luina	ES	33155	0	Europe/Madrid	43.54378	-6.22284				34	O	33021	
11902946	San Juan	san-juan	ES	15339	0	Europe/Madrid	43.35468	-5.14746				34	O	33045	
11903046	Laxes	laxes	ES	27686	0	Europe/Madrid	42.87269	-7.39146				58	LU	27026	
11903052	Vigo	vigo	ES	33790	0	Europe/Madrid	42.75886	-7.40676				58	LU	27057	
11903060	Santa Cruz	santa-cruz	ES	14820	0	Europe/Madrid	43.54397	-7.45348				58	LU	27063	
11903092	Bergondo	bergondo	ES	15165	0	Europe/Madrid	42.77341	-8.89446				58	C	15057	
11903149	Aguaderas	aguaderas	ES	30815	0	Europe/Madrid	37.64108	-1.61279				31	MU	30024	
11903206	El Pilar	el-pilar	ES	04271	0	Europe/Madrid	37.34991	-1.97549				51	AL	04053	
11903332	Jesús	jesus	ES	43590	0	Europe/Madrid	38.93231	1.44796				07	PM	07054	
11903525	Nuestra Señora de Jesús	nuestra-senora-de-jesus	ES	07819	0	Europe/Madrid	38.92772	1.45213				07	PM	07054	
11903764	Monegrillo	monegrillo	ES	50164	0	Europe/Madrid	41.36175	-1.90308				52	Z	50038	
11903806	Albentosa	albentosa	ES	44477	0	Europe/Madrid	40.10282	-0.76764			44010	52	TE	44010	
11905949	Aldehuela	aldehuela	ES	10638	0	Europe/Madrid	40.68535	-0.684				52	TE	44017	
11906128	El Paraíso	el-paraiso	ES	29688	0	Europe/Madrid	40.52275	-4.05912				29	M	28160	
11906129	Pino Alto	pino-alto	ES	38311	0	Europe/Madrid	40.51202	-4.04695				29	M	28160	
11906132	Los Barrancos	los-barrancos	ES	11630	0	Europe/Madrid	40.49556	-4.09558				29	M	28160	
11906133	Valmayor	valmayor	ES	33817	0	Europe/Madrid	40.54177	-4.08763				29	M	28160	
11906139	La Esperanza	la-esperanza	ES	30369	0	Europe/Madrid	40.53074	-4.0939				29	M	28160	
11906140	Mirador del Romero	mirador-del-romero	ES	28210	0	Europe/Madrid	40.4837	-4.03665				29	M	28160	
11906169	Montcortés de Segarra	montcortes-de-segarra	ES	25218	0	Europe/Madrid	41.70581	1.23009				56	L	25911	
11906170	Arañó	arano	ES	31754	0	Europe/Madrid	41.70533	1.21841				56	L	25911	
11906173	Riudovelles	riudovelles	ES	25352	0	Europe/Madrid	41.71429	1.19501				56	L	25217	
11906174	Ratera	ratera	ES	25211	0	Europe/Madrid	41.75236	1.22312				56	L	25911	
11906175	Sisteró	sistero	ES	25211	0	Europe/Madrid	41.75428	1.20806				56	L	25911	
11906176	Tordera	tordera	ES	08490	0	Europe/Madrid	41.67912	1.22298				56	L	25103	
11919578	Martillán	martillan	ES	37497	0	Europe/Madrid	40.80796	-5.56552				55	SA	37182	
11919584	Castellote	castellote	ES	19392	0	Europe/Madrid	40.83933	-1.91362				54	GU	19099	
11919585	Cañizares	canizares	ES	16891	0	Europe/Madrid	40.84229	-1.94711				54	GU	19099	
11919589	Vilarnaz	vilarnaz	ES	32100	0	Europe/Madrid	42.4005	-7.86306			32026	58	OR	32026	
11919592	Sabucedo dos Peros	sabucedo-dos-peros	ES	32633	0	Europe/Madrid	41.89729	-7.78888				58	OR	32005	
11919595	Cuñas	cunas	ES	24738	0	Europe/Madrid	42.35391	-8.11366				58	OR	32025	
11919628	Paradiña	paradina	ES	24512	0	Europe/Madrid	42.00147	-7.52079				58	OR	32050	
11919638	San Cristovo	san-cristovo	ES	32551	0	Europe/Madrid	41.97937	-7.32063				58	OR	32071	
11919639	Pazos	pazos	ES	15614	0	Europe/Madrid	42.13388	-7.60408				58	OR	32078	
11919640	Abeledo	abeledo	ES	27730	0	Europe/Madrid	42.25225	-7.79587				58	OR	32079	
11919651	Fonte Arcada	fonte-arcada	ES	32634	0	Europe/Madrid	41.97863	-7.79669				58	OR	32012	
11919652	Alvarín	alvarin	ES	32812	0	Europe/Madrid	42.1648	-7.90584				58	OR	32014	
11919713	Gabarderal	gabarderal	ES	31409	0	Europe/Madrid	42.54231	-1.29765				32	NA	31216	
11919793	Alcocer	alcocer	ES	19125	0	Europe/Madrid	41.3242	-1.76086				52	Z	50038	
11920082	Biascas de Obarra	biascas-de-obarra	ES	22484	0	Europe/Madrid	42.33886	0.56652				52	HU	22246	
11920084	Pardinella	pardinella	ES	22484	0	Europe/Madrid	42.35313	0.57734				52	HU	22246	
11920085	Beranuy	beranuy	ES	22484	0	Europe/Madrid	42.36652	0.59418			22246	52	HU	22246	
11920086	Moréns	morens	ES	22485	0	Europe/Madrid	42.37286	0.60191				52	HU	22246	
11920087	Herrerías de Calvera	herrerias-de-calvera	ES	22485	0	Europe/Madrid	42.37836	0.59753				52	HU	22246	
11920088	Ballabriga	ballabriga	ES	22484	0	Europe/Madrid	42.39833	0.58738				52	HU	22246	
11920089	Villacarli	villacarli	ES	22483	0	Europe/Madrid	42.35308	0.5495				52	HU	22233	
11920090	Serraduy	serraduy	ES	22483	0	Europe/Madrid	42.32317	0.58375				52	HU	22129	
11951656	Zarzuela del Monte	zarzuela-del-monte	ES	40152	0	Europe/Madrid	40.65787	-3.43431				29	M	28122	
11951781	Artatza Foronda	artatza-foronda	ES	01196	0	Europe/Madrid	42.90226	-2.74292				59	VI	01059	
11952044	Assa	assa	ES	01308	0	Europe/Madrid	42.51962	-2.50744				59	VI	01032	
11952182	Casares	casares	ES	09515	0	Europe/Madrid	43.12845	-4.03735				39	S	39046	
11952490	Calseca	calseca	ES	39728	0	Europe/Madrid	43.24983	-3.68299				39	S	39067	
11952861	Zapata	zapata	ES	29130	0	Europe/Madrid	40.46994	-5.29737				55	AV	05155	
11952868	El Condado	el-condado	ES	39718	0	Europe/Madrid	43.34559	-3.78956		Condado de Tahalu,Condado de Tahalur,Condado de Tahalú,Condado de Talaur,Talur del Condado		39	S	39037	
11952870	Alesga	alesga	ES	33111	0	Europe/Madrid	43.13163	-6.07571				34	O	33072	
11961695	Lomo Quiebre	lomo-quiebre	ES	35139	0	Atlantic/Canary	27.82336	-15.76079	13			53	GC	35012	
11962247	Teboyas	teboyas	ES	33456	0	Europe/Madrid	43.5391	-5.96947				34	O	33016	
11962343	La Garandilla	la-garandilla	ES	24127	0	Europe/Madrid	42.72274	-5.93269				55	LE	24184	
11979201	Valencia do Sil	valencia-do-sil	ES	32340	0	Europe/Madrid	42.4014	-7.0764				58	OR	32088	
11979203	Los Prados	los-prados	ES	14800	0	Europe/Madrid	42.87199	-7.19491				58	LU	27006	
11979209	Crespos	crespos	ES	05300	0	Europe/Madrid	42.89704	-3.78361				55	BU	09409	
11979211	Serín	serin	ES	33697	0	Europe/Madrid	42.94389	-7.41208				58	LU	27014	
11979325	Quejo	quejo	ES	01427	0	Europe/Madrid	42.99529	-6.18753				55	LE	24029	
11979617	Los Dolores	los-dolores	ES	35432	0	Europe/Madrid	37.97791	-1.10484				31	MU	30030	
11979879	Aguiño	aguino	ES	33840	0	Europe/Madrid	42.5272	-9.01644				58	C	15073	
11994483	Villamayor de Gállego	villamayor-de-gallego	ES	50162	2800	Europe/Madrid	41.68584	-0.7723				52	Z	50903	
11994489	Entrerríos	entrerrios	ES	06710	0	Europe/Madrid	38.99485	-5.72222				57	BA	06153	
11995104	Santa Maria del Arroyo	santa-maria-del-arroyo	ES	05530	0	Europe/Madrid	40.60096	-4.92319				55	AV	05224	
11995760	La Fortuna	la-fortuna	ES	28917	0	Europe/Madrid	40.35778	-3.78039				29	M	28074	
12022282	Cuantas	cuantas	ES	33810	0	Europe/Madrid	43.03322	-6.8742				34	O	33028	
12023276	Tormos	tormos	ES	03795	0	Europe/Madrid	39.4893	-0.37939				60	V	46250	5
12023286	El Pilar	el-pilar	ES	04271	0	Europe/Madrid	39.47324	-0.38229				60	V	46250	1
12023291	Favara	favara	ES	46614	0	Europe/Madrid	39.45376	-0.39477				60	V	46250	8
12023301	La Carrasca	la-carrasca	ES	23614	0	Europe/Madrid	39.48036	-0.34109				60	V	46250	13
12023318	La Torre	la-torre	ES	05540	0	Europe/Madrid	39.43328	-0.3912				60	V	46250	19
12023337	El Carmen	el-carmen	ES	04230	0	Europe/Madrid	37.40628	-5.98437				51	SE	41091	2
12023340	La Oliva	la-oliva	ES	11150	0	Europe/Madrid	37.36546	-5.96989				51	SE	41091	5
12023347	Las Huertas	las-huertas	ES	33412	0	Europe/Madrid	37.39862	-5.96697				51	SE	41091	8
12023348	Bellavista	bellavista	ES	07609	0	Europe/Madrid	37.33503	-5.97216				51	SE	41091	10
12023361	San Matias	san-matias	ES	35339	0	Europe/Madrid	37.40385	-5.96776				51	SE	41091	7
12023362	Villegas	villegas	ES	09128	0	Europe/Madrid	37.40962	-5.97613				51	SE	41091	2
12023363	San Roque	san-roque	ES	03360	0	Europe/Madrid	37.39073	-5.98224				51	SE	41091	3
12023364	La Florida	la-florida	ES	08130	0	Europe/Madrid	37.38656	-5.98339				51	SE	41091	3
12023370	La Calzada	la-calzada	ES	33868	0	Europe/Madrid	37.3889	-5.9774				51	SE	41091	3
12023377	Santa Cruz	santa-cruz	ES	14820	0	Europe/Madrid	37.38257	-5.99187				51	SE	41091	1
12023384	Ciudad Jardin	ciudad-jardin	ES	11379	0	Europe/Madrid	37.37775	-5.96409				51	SE	41091	3
12023385	El Rocio	el-rocio	ES	21750	0	Europe/Madrid	37.40813	-5.98191				51	SE	41091	2
12023387	El Cerezo	el-cerezo	ES	14445	0	Europe/Madrid	37.40895	-5.98401				51	SE	41091	2
12023390	Feria	feria	ES	06390	0	Europe/Madrid	37.3977	-5.9909				51	SE	41091	1
12023393	Santa Clara	santa-clara	ES	19411	0	Europe/Madrid	37.39482	-5.95219				51	SE	41091	8
12023399	La Plata	la-plata	ES	35299	0	Europe/Madrid	37.37009	-5.94851				51	SE	41091	4
12023404	San Vicente	san-vicente	ES	31448	0	Europe/Madrid	37.39572	-6.00131				51	SE	41091	1
12023405	Arenal	arenal	ES	03738	0	Europe/Madrid	37.3861	-5.9975				51	SE	41091	1
12023406	San Lorenzo	san-lorenzo	ES	24415	0	Europe/Madrid	37.40011	-5.99729				51	SE	41091	1
12023408	El Porvenir	el-porvenir	ES	30816	0	Europe/Madrid	37.37119	-5.98241				51	SE	41091	5
12023413	San Bernardo	san-bernardo	ES	33611	0	Europe/Madrid	37.38226	-5.98413				51	SE	41091	3
12023417	San Gil	san-gil	ES	10690	0	Europe/Madrid	37.40168	-5.99071				51	SE	41091	1
12023419	San Julian	san-julian	ES	24526	0	Europe/Madrid	37.39784	-5.98533				51	SE	41091	1
12023421	San Bartolome	san-bartolome	ES	03314	0	Europe/Madrid	37.38853	-5.98722				51	SE	41091	1
12023423	Los Arcos	los-arcos	ES	31210	0	Europe/Madrid	37.40859	-5.96805				51	SE	41091	7
12023511	Sancho Abarca	sancho-abarca	ES	50669	0	Europe/Madrid	41.98562	-1.27041				52	Z	50252	
12023662	Villarrapa	villarrapa	ES	50692	0	Europe/Madrid	41.74004	-1.07553				52	Z	50297	
12032338	Odina	odina	ES	22415	0	Europe/Madrid	41.90962	0.04686				52	HU	22128	
12035652	Padarniú	padarniu	ES	22451	0	Europe/Madrid	42.39105	0.48339				52	HU	22244	
12035653	Pueyo	pueyo	ES	31394	0	Europe/Madrid	42.38546	0.4994				52	HU	22244	
12035655	Sala	sala	ES	22451	0	Europe/Madrid	42.36446	0.48314				52	HU	22244	
12035667	Solana de Torralba	solana-de-torralba	ES	23314	230	Europe/Madrid	37.98844	-3.17195	385			51	J	23092	
12035729	Alera	alera	ES	50679	0	Europe/Madrid	42.30835	-1.35356				52	Z	50230	
12035730	Monte Julia	monte-julia	ES	22536	0	Europe/Madrid	41.76299	0.22655				52	HU	22052	
12035732	Arraso	arraso	ES	22622	0	Europe/Madrid	42.38529	-0.32033				52	HU	22199	
12035733	Ordovés	ordoves	ES	22622	0	Europe/Madrid	42.40444	-0.34574				52	HU	22199	
12035734	San Esteban de Guarga	san-esteban-de-guarga	ES	22622	0	Europe/Madrid	42.37866	-0.27806				52	HU	22199	
12035735	Molino de Villobas	molino-de-villobas	ES	22623	0	Europe/Madrid	42.39321	-0.28784				52	HU	22199	
12035736	Ipiés	ipies	ES	22621	0	Europe/Madrid	42.44157	-0.37596				52	HU	22199	
12035737	Baranguá	barangua	ES	22621	0	Europe/Madrid	42.44075	-0.40147				52	HU	22199	
12035738	Castillo de Lerés	castillo-de-leres	ES	22621	0	Europe/Madrid	42.42235	-0.41164				52	HU	22199	
12035740	Gillué	gillue	ES	22623	0	Europe/Madrid	42.41864	-0.17522				52	HU	22199	
12035834	La Miñosa	la-minosa	ES	19278	0	Europe/Madrid	41.44745	-2.53078				55	SO	42083	
12035837	Paradilla del Alcor	paradilla-del-alcor	ES	34191	0	Europe/Madrid	41.96454	-4.65086				55	P	34018	
12035858	Albalá de la Vega	albala-de-la-vega	ES	34126	0	Europe/Madrid	42.44027	-4.71809				55	P	34147	
12036135	Lorero	lorero	ES	33865	0	Europe/Madrid	43.35346	-6.18299				34	O	33005	
12036263	Arraño	arrano	ES	48330	0	Europe/Madrid	43.19689	-2.78448				59	BI	48055	
12036264	Ferreirela	ferreirela	ES	33776	0	Europe/Madrid	43.24726	-7.01125				34	O	33062	
12041364	Acered	acered	ES	50347	0	Europe/Madrid	41.1708	-1.604			50002	52	Z	50002	
12041498	Vilves	vilves	ES	25739	27	Europe/Madrid	41.91763	1.08262				56	L	25034	
12041499	Anya	anya	ES	25738	28	Europe/Madrid	41.92367	1.10655				56	L	25034	
12041564	Beleder	beleder	ES	22450	0	Europe/Madrid	42.42203	0.39663				52	HU	22074	
12042025	Losilla	losilla	ES	49161	0	Europe/Madrid	39.96622	-1.09294				60	V	46041	
12047393	San Cristóbal	san-cristobal	ES	14029	0	Europe/Madrid	43.36856	-2.69294				59	BI	48021	
12047894	La Azuela	la-azuela	ES	09285	0	Europe/Madrid	43.13614	-3.19235				55	BU	09410	
12076768	Pescaredo	pescaredo	ES	33783	0	Europe/Madrid	43.51622	-6.43097				34	O	33034	
12076769	Camina	camina	ES	33470	0	Europe/Madrid	43.52243	-5.86142				34	O	33020	
12076855	Retortillo	retortillo	ES	37495	0	Europe/Madrid	42.07437	-4.02545				55	BU	09389	
12088637	Cazalla	cazalla	ES	30818	2300	Europe/Madrid	37.649	-1.66848	307	Cazalla		31	MU	30024	
12088687	Sequeiros	sequeiros	ES	27329	0	Europe/Madrid	42.40107	-7.43971				58	OR	32023	
12088689	Tronceda	tronceda	ES	32766	0	Europe/Madrid	42.42466	-7.3896				58	OR	32023	
12088759	El Real	el-real	ES	04628	0	Europe/Madrid	37.26177	-1.91555	132			51	AL	04016	
12088842	Albar	albar	ES	33875	0	Europe/Madrid	43.30784	-6.51363				34	O	33073	
12089131	El Valle	el-valle	ES	04897	0	Europe/Madrid	41.47076	-5.61871		Santa Maria del Valle,Santa María del Valle		55	ZA	49103	
12089185	El Tobar	el-tobar	ES	16879	0	Europe/Madrid	41.24006	-4.90211				55	VA	47156	
12095401	La Baluga	la-baluga	ES	48190	0	Europe/Madrid	43.27681	-3.16767				59	BI	48086	
12097340	Carabias	carabias	ES	19266	0	Europe/Madrid	40.72754	-5.41726				55	SA	37169	
12104322	La Luz	la-luz	ES	38312	0	Atlantic/Canary	28.14912	-15.4261				53	GC	35016	
12104404	La Calera	la-calera	ES	10137	0	Europe/Madrid	40.10996	-4.90037				54	TO	45114	
12104484	Quintoños	quintonos	ES	33859	0	Europe/Madrid	43.38866	-6.16395				34	O	33059	
12110811	Alameda de Cervera	alameda-de-cervera	ES	13690	241	Europe/Madrid	39.26522	-3.12724				54	CR	13005	
12111080	Peñule	penule	ES	33683	0	Europe/Madrid	43.2089	-5.77486		Pinuli,Piñuli		34	O	33037	
12129577	San Pelayo	san-pelayo	ES	47129	0	Europe/Madrid	41.70337	-5.80156				55	ZA	49186	
12148861	Cap Martinet	cap-martinet	ES	07819	0	Europe/Madrid	38.91863	1.46026			07026	07	PM	07026	
12148931	Mar de Cristal	mar-de-cristal	ES	30384	0	Europe/Madrid	37.64074	-0.76349				31	MU	30016	
12156315	Cala Panizo	cala-panizo	ES	04648	0	Europe/Madrid	37.31963	-1.70144				51	AL	04035	
12156673	Besteiros	besteiros	ES	32151	0	Europe/Madrid	42.75693	-8.327				58	PO	36052	
12156683	Paretón	pareton	ES	30858	0	Europe/Madrid	37.71352	-1.40543		El Pareton		31	MU	30039	
12156959	La Herradura	la-herradura	ES	04647	0	Europe/Madrid	37.42972	-1.73111				51	AL	04075	
12157040	Bidouredo	bidouredo	ES	27569	0	Europe/Madrid	42.80027	-7.85446				58	LU	27032	
12157049	Satrexas	satrexas	ES	27568	0	Europe/Madrid	42.79779	-7.8242		Santa Eufemia de Satrexas,Satrejas		58	LU	27032	
12157050	Sucastro	sucastro	ES	27569	0	Europe/Madrid	42.76226	-7.8135				58	LU	27032	
12165735	Señorío de Bertiz	senorio-de-bertiz	ES	31720	0	Europe/Madrid	43.13981	-1.61817				32	NA	31054	
12165928	San Lázaro	san-lazaro	ES	15948	0	Europe/Madrid	41.50632	-5.75061				55	ZA	49275	
12165979	La Heredad	la-heredad	ES	04500	0	Europe/Madrid	39.27328	-2.06372	684			54	CU	16060	
12166153	Aurtitz	aurtitz	ES	31745	100	Europe/Madrid	43.13302	-1.72025				32	NA	31129	
12175900	El Olmo	el-olmo	ES	40530	0	Europe/Madrid	40.49453	-6.54926				55	SA	37119	
12176055	Borracán	borracan	ES	33819	0	Europe/Madrid	43.16543	-6.52893				34	O	33011	
12176072	El Prado	el-prado	ES	39805	0	Europe/Madrid	43.15659	-3.4341				39	S	39083	
12217659	Arbolí	arboli	ES	43365	0	Europe/Madrid	41.24223	0.94873				56	T	43015	
12218355	La Garma	la-garma	ES	39688	0	Europe/Madrid	43.15183	-3.89769				39	S	39039	
12232626	Villela	villela	ES	34492	0	Europe/Madrid	42.45441	-7.98215		Vilela		58	OR	32076	
12232628	Fatón	faton	ES	32141	0	Europe/Madrid	42.43324	-7.96558				58	OR	32076	
12232629	Zarza	zarza	ES	32141	0	Europe/Madrid	42.43257	-7.97294				58	OR	32076	
12232631	Peago	peago	ES	32141	0	Europe/Madrid	42.44188	-7.96047				58	OR	32076	
12237770	Barría	barria	ES	01208	0	Europe/Madrid	42.9159	-2.43523				59	VI	01053	
12253508	Ivanrey	ivanrey	ES	37500	0	Europe/Madrid	40.60742	-6.55991				55	SA	37107	
\.


--
-- Data for Name: postal; Type: TABLE DATA; Schema: es; Owner: g5
--

COPY es.postal (postal_code, place_name, place_slug, admin_code1, admin_code2, admin_code3, latitude, longitude, accuracy) FROM stdin;
04001	Almeria	almeria	AN	AL	04013	36.8381	-2.4597	4
04002	El Palmer	el-palmer	AN	AL	04013	36.8381	-2.4597	3
04002	Almeria	almeria	AN	AL	04013	36.8381	-2.4597	4
04003	Almeria	almeria	AN	AL	04013	36.8381	-2.4597	4
04004	Almeria	almeria	AN	AL	04013	36.8381	-2.4597	4
04005	Almeria	almeria	AN	AL	04013	36.8381	-2.4597	4
04006	Almeria	almeria	AN	AL	04013	36.8381	-2.4597	4
04007	Almeria	almeria	AN	AL	04013	36.8381	-2.4597	4
04008	Almeria	almeria	AN	AL	04013	36.8381	-2.4597	4
04009	Almeria	almeria	AN	AL	04013	36.8381	-2.4597	4
04070	Almeria	almeria	AN	AL		36.8381	-2.4597	4
04071	Almeria	almeria	AN	AL		36.8381	-2.4597	4
04080	Almeria	almeria	AN	AL		36.8381	-2.4597	4
04100	Nijar	nijar	AN	AL	04066	36.9665	-2.2059	4
04110	Campohermoso	campohermoso	AN	AL	04066	36.9362	-2.1319	4
04113	El Viso	el-viso	AN	AL	04066	36.8825	-2.1058	1
04113	Atochares	atochares	AN	AL	04066	36.8825	-2.1058	1
04114	Tristanes	tristanes	AN	AL	04060	36.974	-2.1469	4
04114	Torre Del Campo	torre-del-campo	AN	AL	04060	36.9877	-2.1075	3
04114	Polopos	polopos	AN	AL	04060	37.0266	-2.0803	4
04114	Los Cortijillos	los-cortijillos	AN	AL	04060	36.9877	-2.1075	3
04114	Saladar Y Leche	saladar-y-leche	AN	AL	04060	36.9625	-2.0953	4
04114	Venta Del Pobre	venta-del-pobre	AN	AL	04060	36.9877	-2.1075	3
04115	Rodalquilar	rodalquilar	AN	AL	04066	36.8487	-2.0443	4
04116	Las Negras	las-negras	AN	AL	04066	36.8802	-2.0047	4
04116	Fernanperez	fernanperez	AN	AL	04066	36.8802	-2.0047	3
04116	Hornillos	hornillos	AN	AL	04066	36.8802	-2.0047	3
04116	Albaricoques	albaricoques	AN	AL	04066	36.8802	-2.0047	3
04116	Hortichuelas	hortichuelas	AN	AL	04066	36.8802	-2.0047	3
04117	Pozo De Los Frailes	pozo-de-los-frailes	AN	AL	04066	36.7892	-2.1095	4
04117	Los Nietos	los-nietos	AN	AL	04066	36.8844	-2.183	4
04117	Boca De Los Frailes	boca-de-los-frailes	AN	AL	04066	36.8054	-2.1325	4
04117	San Isidro De Nijar	san-isidro-de-nijar	AN	AL	04066	36.8263	-2.1416	3
04117	Presillas Bajas	presillas-bajas	AN	AL	04066	36.8263	-2.1416	3
04117	Los Grillos	los-grillos	AN	AL	04066	36.8263	-2.1416	3
04117	Cuevas Del Lino	cuevas-del-lino	AN	AL	04066	36.8263	-2.1416	3
04117	El Barranquete	el-barranquete	AN	AL	04066	36.8263	-2.1416	3
04117	Pueblo Blanco	pueblo-blanco	AN	AL	04066	36.8263	-2.1416	3
04118	San Jose	san-jose	AN	AL	04066	36.7605	-2.1091	4
04118	La Isleta	la-isleta	AN	AL	04066	36.8137	-2.052	4
04118	Los Escullos	los-escullos	AN	AL	04066	36.8036	-2.0634	4
04119	Huebro	huebro	AN	AL	04066	36.9872	-2.2227	4
04120	Loma Cabrera	loma-cabrera	AN	AL	04013	36.8565	-2.3825	4
04120	El Bobar	el-bobar	AN	AL	04013	36.8201	-2.4207	4
04120	Costacabana	costacabana	AN	AL	04013	36.8428	-2.4081	3
04120	La Cañada De San Urbano	la-canada-de-san-urbano	AN	AL	04013	36.8402	-2.406	4
04120	Venta Gaspar	venta-gaspar	AN	AL	04013	36.8428	-2.4081	3
04120	El Mami	el-mami	AN	AL	04013	36.8545	-2.4232	4
04130	El Alquian	el-alquian	AN	AL	04013	36.8526	-2.3531	4
04131	Retamar	retamar	AN	AL	04013	36.8332	-2.316	4
04140	La Cañada De Don Rodrigo	la-canada-de-don-rodrigo	AN	AL	04032	36.9967	-1.8965	3
04140	Carboneras	carboneras	AN	AL	04032	36.9967	-1.8965	4
04149	La Cueva Del Pajaro	la-cueva-del-pajaro	AN	AL	04086	37.035	-1.96	4
04149	El Cumbrero	el-cumbrero	AN	AL	04086	37.0209	-1.9228	4
04149	El Argamason	el-argamason	AN	AL	04086	37.0051	-1.9311	3
04149	Aguamarga	aguamarga	AN	AL	04086	37.0051	-1.9311	3
04149	El Saltador Bajo	el-saltador-bajo	AN	AL	04086	37.026	-1.9295	4
04149	El Llano De Don Antonio	el-llano-de-don-antonio	AN	AL	04086	37.001	-1.9356	4
04149	Gafares (Sorbas)	gafares-sorbas	AN	AL	04086	37.0051	-1.9311	3
04149	La Mesa Roldan	la-mesa-roldan	AN	AL	04086	36.9426	-1.9075	4
04149	La Islica	la-islica	AN	AL	04086	37.0051	-1.9311	3
04149	El Saltador Alto	el-saltador-alto	AN	AL	04086	37.0051	-1.9311	3
04149	Los Alamillos	los-alamillos	AN	AL	04086	37.0051	-1.9311	3
04149	El Cañarico	el-canarico	AN	AL	04086	37.0051	-1.9311	3
04149	Gafares (Carboneras)	gafares-carboneras	AN	AL	04086	37.0051	-1.9311	3
04150	Rambla Morales	rambla-morales	AN	AL	04013	36.7823	-2.242	3
04150	El Cabo De Gata	el-cabo-de-gata	AN	AL	04013	36.7823	-2.242	4
04151	Pujaire (Nijar)	pujaire-nijar	AN	AL	04066	36.9665	-2.2059	4
04151	Ruescas (Nijar)	ruescas-nijar	AN	AL	04066	36.9665	-2.2059	4
04151	Ruescas (Almeria)	ruescas-almeria	AN	AL	04066	36.8381	-2.4597	4
04151	La Fabriquilla	la-fabriquilla	AN	AL	04066	36.9023	-2.3328	3
04151	Pujaire (Almeria)	pujaire-almeria	AN	AL	04066	36.8381	-2.4597	4
04151	Mazarrulleque	mazarrulleque	AN	AL	04066	36.9023	-2.3328	3
04160	Cuevas De Los Medinas	cuevas-de-los-medinas	AN	AL	04013	36.9267	-2.2979	3
04160	Cuevas De Los Ubedas	cuevas-de-los-ubedas	AN	AL	04013	36.9267	-2.2979	4
04200	Tabernas	tabernas	AN	AL	04088	37.0499	-2.3908	4
04200	Espeliz	espeliz	AN	AL	04088	37.0686	-2.3234	4
04200	Joluque	joluque	AN	AL	04088	37.0241	-2.368	4
04200	Puente De Guayar	puente-de-guayar	AN	AL	04088	37.0475	-2.3608	3
04200	Oro Verde	oro-verde	AN	AL	04088	37.0475	-2.3608	3
04200	Nudos, Los (Tabernas)	nudos-los-tabernas	AN	AL	04088	37.0475	-2.3608	3
04200	Cartero	cartero	AN	AL	04088	37.0475	-2.3608	3
04210	Lucainena De Las Torres	lucainena-de-las-torres	AN	AL	04060	37.0404	-2.201	4
04211	Los Yesos	los-yesos	AN	AL	04088	37.0937	-2.3013	4
04211	Los Olivillos	los-olivillos	AN	AL	04088	37.0233	-2.3745	3
04211	La Vega	la-vega	AN	AL	04088	36.9	-3.0333	4
04211	Saltador, El (Lucainena De Las Torres)	saltador-el-lucainena-de-las-torres	AN	AL	04088	37.0404	-2.201	4
04211	Turrillas	turrillas	AN	AL	04088	37.0295	-2.2661	4
04211	Los Retacos	los-retacos	AN	AL	04088	37.0233	-2.3745	3
04211	Los Encalmados	los-encalmados	AN	AL	04088	37.036	-2.2442	4
04211	Los Pichiriches	los-pichiriches	AN	AL	04088	37.0233	-2.3745	3
04211	Rambla Honda, La (Lucainena De Las Torres)	rambla-honda-la-lucainena-de-las-torres	AN	AL	04088	37.0404	-2.201	4
04212	Pago Aguilar Bajo	pago-aguilar-bajo	AN	AL	04097	37.0667	-2.3667	4
04212	Castro De Filabres	castro-de-filabres	AN	AL	04097	37.1848	-2.4402	4
04212	El Tallon Bajo	el-tallon-bajo	AN	AL	04097	37.1661	-2.4905	4
04212	Olula De Castro	olula-de-castro	AN	AL	04097	37.1747	-2.4743	4
04212	Velefique	velefique	AN	AL	04097	37.1941	-2.4015	4
04213	Nudos, Los (Senes)	nudos-los-senes	AN	AL	04082	37.1924	-2.3126	4
04213	Senes	senes	AN	AL	04082	37.1924	-2.3126	4
04213	Moraton	moraton	AN	AL	04082	37.1924	-2.3126	4
04230	Club De Tenis (Urbanizacion)	club-de-tenis-urbanizacion	AN	AL	04052	36.8851	-2.4376	3
04230	Huercal De Almeria	huercal-de-almeria	AN	AL	04052	36.8851	-2.4376	4
04230	Las Cumbres	las-cumbres	AN	AL	04052	36.8851	-2.4376	3
04230	El Carmen	el-carmen	AN	AL	04052	36.8851	-2.4376	3
04230	Fuensanta, La (Huercal)	fuensanta-la-huercal	AN	AL	04052	36.8851	-2.4376	4
04240	Campamento	campamento	AN	AL	04101	36.8809	-2.4251	3
04240	La Juaida	la-juaida	AN	AL	04101	36.8718	-2.4233	4
04240	Viator	viator	AN	AL	04101	36.8901	-2.4269	4
04250	Pechina	pechina	AN	AL	04074	36.9162	-2.4369	4
04259	Sierra Alhamilla	sierra-alhamilla	AN	AL	04074	36.9667	-2.4	4
04260	Marraque	marraque	AN	AL	04078	36.9361	-2.4502	4
04260	Abriojal	abriojal	AN	AL	04078	36.954	-2.4678	4
04260	Rioja	rioja	AN	AL	04078	36.9451	-2.463	4
04270	La Cumbre	la-cumbre	AN	AL	04086	37.0676	-2.1391	4
04270	Hueli	hueli	AN	AL	04086	37.0901	-2.1274	3
04270	Garrido	garrido	AN	AL	04086	37.0901	-2.1274	3
04270	Sorbas	sorbas	AN	AL	04086	37.0976	-2.1235	4
04270	Pilar, El (Sorbas)	pilar-el-sorbas	AN	AL	04086	37.0976	-2.1235	4
04270	Molinos, Los (Sorbas)	molinos-los-sorbas	AN	AL	04086	37.0976	-2.1235	4
04270	Los Mañas	los-manas	AN	AL	04086	37.0901	-2.1274	3
04270	Cinta Blanca	cinta-blanca	AN	AL	04086	37.0901	-2.1274	3
04271	Breña	brena	AN	AL	04086	37.2413	-2.1226	4
04271	El Fonte	el-fonte	AN	AL	04086	37.166	-2.1109	4
04271	La Alameda	la-alameda	AN	AL	04086	37.224	-2.0436	4
04271	El Chive	el-chive	AN	AL	04086	37.1775	-2.0734	4
04271	Puntal, El (Lubrin)	puntal-el-lubrin	AN	AL	04086	37.2028	-2.0823	3
04271	Los Matreros	los-matreros	AN	AL	04086	37.2226	-1.9839	4
04271	Lubrin	lubrin	AN	AL	04086	37.2154	-2.0668	4
04271	El Saeti	el-saeti	AN	AL	04086	37.2028	-2.0823	3
04271	Los Dioses	los-dioses	AN	AL	04086	37.2028	-2.0823	3
04271	La Rambla Aljibe	la-rambla-aljibe	AN	AL	04086	37.2028	-2.0823	3
04271	La Mela	la-mela	AN	AL	04086	37.1655	-2.1083	4
04271	Rambla Honda, La (Lubrin)	rambla-honda-la-lubrin	AN	AL	04086	37.2028	-2.0823	3
04271	El Pilar	el-pilar	AN	AL	04086	37.1889	-2.1012	4
04271	Fuenblanquilla	fuenblanquilla	AN	AL	04086	37.2028	-2.0823	3
04271	Los Jarales	los-jarales	AN	AL	04086	37.2239	-2.1296	4
04271	El Campico De Las Moletas	el-campico-de-las-moletas	AN	AL	04086	37.2028	-2.0823	3
04271	El Sacristan	el-sacristan	AN	AL	04086	37.2028	-2.0823	3
04271	Jauro (Lubrin)	jauro-lubrin	AN	AL	04086	37.2028	-2.0823	3
04271	Marchal, El (Lubrin)	marchal-el-lubrin	AN	AL	04086	37.2028	-2.0823	3
04271	Martinez, Los (Sorbas)	martinez-los-sorbas	AN	AL	04086	37.2028	-2.0823	3
04271	Las Moletas	las-moletas	AN	AL	04086	37.2028	-2.0823	3
04271	Los Risas	los-risas	AN	AL	04086	37.2028	-2.0823	3
04271	Los Herrera	los-herrera	AN	AL	04086	37.2028	-2.0823	3
04271	Los Ramos	los-ramos	AN	AL	04086	37.2028	-2.0823	3
04271	Pocico, El (Lubrin)	pocico-el-lubrin	AN	AL	04086	37.2028	-2.0823	3
04274	Zofre	zofre	AN	AL	04027	37.1846	-2.2049	3
04274	Marchal, El (Uleila Del Campo)	marchal-el-uleila-del-campo	AN	AL	04027	37.1846	-2.2049	4
04274	La Canal	la-canal	AN	AL	04027	37.1846	-2.2049	3
04274	La Fuentecilla	la-fuentecilla	AN	AL	04027	37.1846	-2.2049	3
04274	Rincon, El (Uleila Del Campo)	rincon-el-uleila-del-campo	AN	AL	04027	37.1846	-2.2049	4
04274	Los Morales	los-morales	AN	AL	04027	37.1846	-2.2049	3
04275	Tahal	tahal	AN	AL	04090	37.228	-2.2847	4
04275	Cocon Del Peral	cocon-del-peral	AN	AL	04090	37.1451	-2.3033	4
04275	Los Arroyos	los-arroyos	AN	AL	04090	37.2042	-2.2929	3
04275	Benitorafe	benitorafe	AN	AL	04090	37.2394	-2.2906	4
04276	Benitagla	benitagla	AN	AL	04009	37.2314	-2.2393	4
04276	La Fuente De La Higuera	la-fuente-de-la-higuera	AN	AL	04009	37.2197	-2.2619	3
04276	Benizalon	benizalon	AN	AL	04009	37.2121	-2.2418	4
04276	Rambla Del Marques	rambla-del-marques	AN	AL	04009	37.2	-2.3	4
04276	Alcudia De Monteagud	alcudia-de-monteagud	AN	AL	04009	37.2353	-2.2665	4
04277	Gacia Bajo	gacia-bajo	AN	AL	04093	37.071	-2.0105	4
04277	Los Loberos	los-loberos	AN	AL	04093	37.0341	-1.9987	4
04277	El Tesoro	el-tesoro	AN	AL	04093	37.0922	-2.0562	4
04277	Los Perales	los-perales	AN	AL	04093	37.065	-2.0276	3
04277	Gafarillos	gafarillos	AN	AL	04093	37.0577	-2.02	4
04277	El Salto Del Lobo	el-salto-del-lobo	AN	AL	04093	37.065	-2.0276	3
04277	Peñas Negras	penas-negras	AN	AL	04093	37.0512	-2.0436	4
04277	La Rondeña	la-rondena	AN	AL	04093	37.065	-2.0276	3
04277	Gacia Alto	gacia-alto	AN	AL	04093	37.1	-2	4
04277	Carrasco	carrasco	AN	AL	04093	37.065	-2.0276	3
04277	Mizala	mizala	AN	AL	04093	37.0489	-2.0641	4
04277	Herradura	herradura	AN	AL	04093	37.065	-2.0276	3
04277	Campico	campico	AN	AL	04093	37.065	-2.0276	3
04277	Varguicas	varguicas	AN	AL	04093	37.065	-2.0276	3
04277	Marchalico Viñicas	marchalico-vinicas	AN	AL	04093	37.065	-2.0276	3
04277	Urra	urra	AN	AL	04093	37.065	-2.0276	3
04277	Royo Morera (Turre)	royo-morera-turre	AN	AL	04093	37.065	-2.0276	3
04278	Los Castaños	los-castanos	AN	AL	04086	37.148	-2.0854	3
04278	Los Alias	los-alias	AN	AL	04086	37.146	-2.0882	4
04278	Los Andreses	los-andreses	AN	AL	04086	37.148	-2.0854	3
04278	Cariatiz	cariatiz	AN	AL	04086	37.1499	-2.0825	4
04279	Moras	moras	AN	AL	04095	37.1391	-2.131	4
04279	El Mayordomo	el-mayordomo	AN	AL	04095	37.1203	-2.1211	4
04279	Barranco De Los Lobos	barranco-de-los-lobos	AN	AL	04095	37.0877	-2.1758	4
04279	Albarracin	albarracin	AN	AL	04095	37.1329	-2.1582	3
04279	Uleila Del Campo	uleila-del-campo	AN	AL	04095	37.1846	-2.2049	4
04279	El Rincon Del Marques	el-rincon-del-marques	AN	AL	04095	37.1329	-2.1582	3
04279	El Pilarico	el-pilarico	AN	AL	04095	37.1329	-2.1582	3
04279	Quijiliana	quijiliana	AN	AL	04095	37.1329	-2.1582	3
04279	Gochar	gochar	AN	AL	04095	37.1329	-2.1582	3
04279	La Tejica	la-tejica	AN	AL	04095	37.1329	-2.1582	3
04280	Los Gallardos	los-gallardos	AN	AL	04048	37.1592	-1.9999	1
04288	Los Collados	los-collados	AN	AL	04022	37.1792	-1.9925	3
04288	Los Pinos	los-pinos	AN	AL	04022	37.178	-1.9973	4
04288	La Perulaca	la-perulaca	AN	AL	04022	37.1792	-1.9925	3
04288	Bedar	bedar	AN	AL	04022	37.1939	-1.9817	4
04288	El Pinar	el-pinar	AN	AL	04022	37.1792	-1.9925	3
04288	El Albarico	el-albarico	AN	AL	04022	37.1826	-2.0136	4
04288	La Serena	la-serena	AN	AL	04022	37.1792	-1.9925	3
04288	El Campico	el-campico	AN	AL	04022	37.1996	-2.0095	4
04288	Alfaix	alfaix	AN	AL	04022	37.142	-1.9602	4
04289	Los Giles	los-giles	AN	AL	04022	37.1253	-2.0086	4
04289	La Herreria	la-herreria	AN	AL	04022	37.1259	-2.0122	3
04289	Almocaizar	almocaizar	AN	AL	04022	37.1376	-2.0155	4
04289	La Huelga	la-huelga	AN	AL	04022	37.1149	-2.0126	4
04400	Alhama De Almeria	alhama-de-almeria	AN	AL	04011	36.9569	-2.5686	4
04400	Huechar	huechar	AN	AL	04011	36.9569	-2.5686	3
04409	Alicun	alicun	AN	AL	04012	36.9658	-2.6021	4
04409	Huecija	huecija	AN	AL	04012	36.968	-2.6094	4
04410	El Chuche	el-chuche	AN	AL	04024	36.9	-2.4333	4
04410	Benahadux	benahadux	AN	AL	04024	36.9249	-2.4594	4
04420	Mondujar	mondujar	AN	AL	04081	36.9748	-2.5313	4
04420	Santa Fe De Mondujar	santa-fe-de-mondujar	AN	AL	04081	36.9748	-2.5313	4
04420	La Calderona	la-calderona	AN	AL	04081	36.9748	-2.5313	3
04430	Instincion	instincion	AN	AL	04055	36.9934	-2.6605	4
04431	Illar	illar	AN	AL	04054	36.9856	-2.6387	4
04440	Ragol	ragol	AN	AL	04077	36.9952	-2.6818	4
04450	La Barriada De Alcora	la-barriada-de-alcora	AN	AL	04050	36.9889	-2.7348	4
04450	Canjayar	canjayar	AN	AL	04050	37.0096	-2.7394	4
04458	Beires	beires	AN	AL	04014	37.0124	-2.7913	4
04458	Almocita	almocita	AN	AL	04014	37.0026	-2.7905	4
04458	Padules	padules	AN	AL	04014	36.9981	-2.7737	4
04459	Tices	tices	AN	AL	04067	37.0621	-2.7348	4
04459	Ohanes	ohanes	AN	AL	04067	37.0386	-2.7452	4
04460	Fondon	fondon	AN	AL	04046	36.9802	-2.8596	4
04470	Laujar De Andarax	laujar-de-andarax	AN	AL	04057	36.9952	-2.8903	4
04479	Bayarcal	bayarcal	AN	AL	04020	37.0307	-2.9961	4
04479	Guarros	guarros	AN	AL	04020	37.0049	-2.9437	4
04479	Fuente Victoria	fuente-victoria	AN	AL	04020	36.985	-2.8771	4
04479	Benecid	benecid	AN	AL	04020	37.0107	-2.9426	3
04479	Paterna Del Rio	paterna-del-rio	AN	AL	04020	37.0222	-2.9534	4
04480	Alcolea	alcolea	AN	AL	04007	36.9746	-2.9615	4
04500	Fiñana	finana	AN	AL	04045	37.1715	-2.8401	4
04500	Norias, Las (Fiñana)	norias-las-finana	AN	AL	04045	37.1715	-2.8401	3
04500	La Heredad	la-heredad	AN	AL	04045	37.1715	-2.8401	3
04510	Las Adelfas	las-adelfas	AN	AL	04001	37.1706	-2.7701	4
04510	Abla	abla	AN	AL	04001	37.1424	-2.7781	4
04510	El Camino Real	el-camino-real	AN	AL	04001	37.1496	-2.7817	4
04510	Montagon	montagon	AN	AL	04001	37.1542	-2.7766	3
04510	Los Milanes	los-milanes	AN	AL	04001	37.1542	-2.7766	3
04520	Abrucena	abrucena	AN	AL	04002	37.1323	-2.7971	4
04530	Ocaña	ocana	AN	AL	04901	37.1333	-2.7167	4
04530	Soleres, Les	soleres-les	AN	AL	04901	37.1333	-2.7167	3
04530	Doña Maria De Ocaña	dona-maria-de-ocana	AN	AL	04901	37.1333	-2.7167	3
04531	Alboloduy	alboloduy	AN	AL	04005	37.0335	-2.6216	4
04532	Santillana	santillana	AN	AL	04901	37.09	-2.7307	4
04532	Cortijo Real	cortijo-real	AN	AL	04901	37.1839	-2.6995	4
04532	Escullar	escullar	AN	AL	04901	37.1777	-2.7354	4
04532	El Haza Del Riego	el-haza-del-riego	AN	AL	04901	37.2199	-2.7436	4
04533	Los Monjos	los-monjos	AN	AL	04002	37.1167	-2.8	4
04533	Pago De Escuchagrano	pago-de-escuchagrano	AN	AL	04002	37.1167	-2.8	3
04540	Los Sanchos	los-sanchos	AN	AL	04065	37.1775	-2.6704	4
04540	Nacimiento	nacimiento	AN	AL	04065	37.1061	-2.6485	4
04549	Los Navarros	los-navarros	AN	AL	04050	37.1967	-2.7243	3
04549	Los Rojas	los-rojas	AN	AL	04050	37.1946	-2.6768	4
04549	Gilma	gilma	AN	AL	04050	37.1803	-2.6759	4
04549	Las Piletas	las-piletas	AN	AL	04050	37.2513	-2.9184	4
04549	Aulago	aulago	AN	AL	04050	37.1605	-2.6259	4
04550	El Calar Alto	el-calar-alto	AN	AL	04050	37.1008	-2.517	3
04550	Arroyo De Verdelecho	arroyo-de-verdelecho	AN	AL	04050	37.1269	-2.4716	4
04550	Portocarrero	portocarrero	AN	AL	04050	37.1008	-2.517	3
04550	Gergal	gergal	AN	AL	04050	37.1189	-2.5401	4
04550	El Cortijo Alto	el-cortijo-alto	AN	AL	04050	37.1008	-2.517	3
04550	Fuente Santa	fuente-santa	AN	AL	04050	37.0565	-2.5395	4
04558	Las Alcubillas	las-alcubillas	AN	AL	04005	37.092	-2.5851	3
04558	Las Alcubillas Altas	las-alcubillas-altas	AN	AL	04005	37.092	-2.5851	4
04559	Las Tablas	las-tablas	AN	AL	04050	37.0986	-2.5341	1
04559	Las Aneas	las-aneas	AN	AL	04050	37.0986	-2.5341	1
04559	El Almendral	el-almendral	AN	AL	04050	37.0986	-2.5341	1
04560	El Ruini	el-ruini	AN	AL	04047	36.9541	-2.4846	3
04560	Moscolux	moscolux	AN	AL	04047	36.9541	-2.4846	3
04560	Paulenca	paulenca	AN	AL	04047	36.9549	-2.4767	4
04560	Gador	gador	AN	AL	04047	36.9532	-2.4925	4
04560	Las Minas	las-minas	AN	AL	04047	36.9541	-2.4846	3
04567	Alhabia	alhabia	AN	AL	04010	36.99	-2.5866	4
04568	Alsodux	alsodux	AN	AL	04015	37.0025	-2.5948	4
04568	Santa Cruz De Marchena	santa-cruz-de-marchena	AN	AL	04015	37.0174	-2.6034	4
04569	Terque	terque	AN	AL	04028	36.9839	-2.5968	4
04569	Bentarique	bentarique	AN	AL	04028	36.9882	-2.6199	4
04600	Huercal-Overa	huercal-overa	AN	AL	04053	37.389	-1.9454	4
04600	Los Carmonas	los-carmonas	AN	AL	04053	37.4	-2.1333	4
04600	San Francisco	san-francisco	AN	AL	04053	37.3945	-2.0393	3
04610	La Algarrobina	la-algarrobina	AN	AL	04035	37.2585	-1.841	4
04610	Cuevas Del Almanzora	cuevas-del-almanzora	AN	AL	04035	37.2965	-1.8847	4
04610	Cirera	cirera	AN	AL	04035	37.2851	-1.8691	3
04610	El Realengo	el-realengo	AN	AL	04035	37.2833	-1.8667	4
04610	El Rulador	el-rulador	AN	AL	04035	37.2851	-1.8691	3
04610	Calguerin	calguerin	AN	AL	04035	37.3022	-1.8843	4
04610	Las Rozas	las-rozas	AN	AL	04035	37.2851	-1.8691	3
04610	El Arteal	el-arteal	AN	AL	04035	37.2851	-1.8691	3
04610	Era Alta	era-alta	AN	AL	04035	37.2851	-1.8691	3
04610	Cuatro Higueras (Cuevas Del Almanzora)	cuatro-higueras-cuevas-del-almanzora	AN	AL	04035	37.2851	-1.8691	3
04610	El Molino Del Tarahal	el-molino-del-tarahal	AN	AL	04035	37.2851	-1.8691	3
04610	Fuente Jaula	fuente-jaula	AN	AL	04035	37.2851	-1.8691	3
04616	Villaricos	villaricos	AN	AL	04035	37.2509	-1.7688	4
04617	Palomares	palomares	AN	AL	04035	37.2491	-1.7982	4
04618	Burjulu	burjulu	AN	AL	04035	37.2786	-1.8178	4
04618	Algarrobos, Los (Palomares)	algarrobos-los-palomares	AN	AL	04035	37.2491	-1.7982	4
04618	El Tomillar	el-tomillar	AN	AL	04035	37.3023	-1.7669	4
04618	Rioja (Palomares)	rioja-palomares	AN	AL	04035	37.2491	-1.7982	4
04618	El Morro	el-morro	AN	AL	04035	37.2755	-1.805	3
04618	Las Orillas	las-orillas	AN	AL	04035	37.2833	-1.8333	4
04618	Las Cunas	las-cunas	AN	AL	04035	37.2721	-1.84	4
04618	La Muleria	la-muleria	AN	AL	04035	37.2868	-1.7929	4
04618	Los Pocos Bollos	los-pocos-bollos	AN	AL	04035	37.2824	-1.7931	4
04618	El Martinete	el-martinete	AN	AL	04035	37.2755	-1.805	3
04618	Aljarilla	aljarilla	AN	AL	04035	37.2755	-1.805	3
04618	La Cañada De Lorca	la-canada-de-lorca	AN	AL	04035	37.2755	-1.805	3
04618	Las Herrerias	las-herrerias	AN	AL	04035	37.2755	-1.805	3
04618	Silos, Los (Cuevas Del Almanzora)	silos-los-cuevas-del-almanzora	AN	AL	04035	37.2755	-1.805	3
04619	Arnilla	arnilla	AN	AL	04035	37.2844	-1.8642	4
04619	El Largo	el-largo	AN	AL	04035	37.336	-1.7659	4
04619	Los Lobos	los-lobos	AN	AL	04035	37.3073	-1.765	4
04619	Grima	grima	AN	AL	04035	37.3331	-1.7583	4
04619	Las Cupillas	las-cupillas	AN	AL	04035	37.3152	-1.8045	3
04619	Jucaini	jucaini	AN	AL	04035	37.2891	-1.8578	4
04619	Los Perdigones	los-perdigones	AN	AL	04035	37.3115	-1.7582	4
04619	Jordana	jordana	AN	AL	04035	37.3152	-1.8045	3
04619	Guazamara	guazamara	AN	AL	04035	37.35	-1.7833	4
04619	El Alhanchete	el-alhanchete	AN	AL	04035	37.31	-1.8831	4
04619	La Portilla	la-portilla	AN	AL	04035	37.3152	-1.8045	3
04620	Vera	vera	AN	AL	04100	37.2434	-1.859	4
04621	Vera-Playa	vera-playa	AN	AL		37.2124	-1.8139	4
04621	Puerto Rey	puerto-rey	AN	AL		37.2063	-1.8124	4
04621	Las Marinas	las-marinas	AN	AL		37.2094	-1.8131	3
04628	El Real	el-real	AN	AL	04016	37.239	-1.9163	3
04628	Antas	antas	AN	AL	04016	37.2454	-1.9176	4
04628	Los Llanos Del Mayor	los-llanos-del-mayor	AN	AL	04016	37.2327	-1.9149	4
04628	La Fuente Abad	la-fuente-abad	AN	AL	04016	37.239	-1.9163	3
04629	La Huerta	la-huerta	AN	AL	04016	37.249	-1.9403	4
04629	Aljariz	aljariz	AN	AL	04016	37.2509	-1.9353	4
04629	Jauro (Antas)	jauro-antas	AN	AL	04016	37.25	-1.9378	3
04630	Garrucha	garrucha	AN	AL	04049	37.1814	-1.8225	4
04638	Mojacar	mojacar	AN	AL	04064	37.1402	-1.851	4
04638	La Alcantarilla	la-alcantarilla	AN	AL	04064	37.1056	-1.857	3
04638	El Agua Del Medio	el-agua-del-medio	AN	AL	04064	37.0709	-1.863	4
04638	Las Cuartillas	las-cuartillas	AN	AL	04064	37.1056	-1.857	3
04638	Alparatas	alparatas	AN	AL	04064	37.1056	-1.857	3
04638	Parata, La (Mojacar)	parata-la-mojacar	AN	AL	04064	37.1056	-1.857	3
04639	Turre	turre	AN	AL	04064	37.1522	-1.895	4
04639	La Fuente Del Royo	la-fuente-del-royo	AN	AL	04064	37.1522	-1.895	3
04639	El Cortijo Grande	el-cortijo-grande	AN	AL	04064	37.1522	-1.895	3
04640	Pulpi	pulpi	AN	AL	04070	37.4115	-1.745	4
04640	Pozo Del Esparto (Pulpi)	pozo-del-esparto-pulpi	AN	AL	04070	37.4115	-1.745	4
04640	Caparroses, Los (Pulpi)	caparroses-los-pulpi	AN	AL	04070	37.4115	-1.745	4
04640	Molino, El (Pulpi)	molino-el-pulpi	AN	AL	04070	37.4115	-1.745	4
04647	Benzal	benzal	AN	AL	04035	37.4174	-1.7749	4
04647	El Convoy	el-convoy	AN	AL	04035	37.3972	-1.7628	4
04647	La Fuente	la-fuente	AN	AL	04035	37.389	-1.7461	4
04647	Las Canalejas	las-canalejas	AN	AL	04035	37.3667	-1.7667	4
04647	Los Pinares	los-pinares	AN	AL	04035	37.4308	-1.8133	4
04647	Los Campoys	los-campoys	AN	AL	04035	37.4002	-1.7728	3
04647	Los Guiraos	los-guiraos	AN	AL	04035	37.4002	-1.7728	3
04647	Vizcaino	vizcaino	AN	AL	04035	37.4002	-1.7728	3
04647	Pozo De La Higuera	pozo-de-la-higuera	AN	AL	04035	37.4002	-1.7728	3
04647	La Herradura	la-herradura	AN	AL	04035	37.4002	-1.7728	3
04647	Los Aznares	los-aznares	AN	AL	04035	37.4002	-1.7728	3
04648	Pozo Del Esparto (Cuevas Del Almanzora)	pozo-del-esparto-cuevas-del-almanzora	AN	AL	04035	37.2965	-1.8847	4
04648	El Calon	el-calon	AN	AL	04035	37.3119	-1.7049	4
04648	Pilar De Jaravia	pilar-de-jaravia	AN	AL	04035	37.3936	-1.6929	4
04648	San Juan De Los Terreros	san-juan-de-los-terreros	AN	AL	04035	37.3598	-1.6596	4
04648	El Cocon	el-cocon	AN	AL	04035	37.3404	-1.7355	3
04648	Barrio Mortero	barrio-mortero	AN	AL	04035	37.3404	-1.7355	3
04648	Cala Panizo	cala-panizo	AN	AL	04035	37.3404	-1.7355	3
04649	Estacion, La (San Miguel De Pulpi)	estacion-la-san-miguel-de-pulpi	AN	AL	04075	37.3853	-1.7527	1
04650	Los Menchones	los-menchones	AN	AL	04103	37.3483	-2.0257	3
04650	Fuente Del Pino	fuente-del-pino	AN	AL	04103	37.3667	-1.9833	4
04650	Zurgena	zurgena	AN	AL	04103	37.3422	-2.0399	4
04650	Llanos, Los (Zurgena)	llanos-los-zurgena	AN	AL	04103	37.3422	-2.0399	4
04650	Almajalejo (Zurgena)	almajalejo-zurgena	AN	AL	04103	37.3422	-2.0399	4
04660	Arboleas	arboleas	AN	AL	04017	37.3502	-2.0738	4
04660	La Perla	la-perla	AN	AL	04017	37.3447	-2.0903	3
04660	Los Carrascos	los-carrascos	AN	AL	04017	37.3358	-2.0744	4
04660	El Chopo	el-chopo	AN	AL	04017	37.3539	-2.0765	4
04660	Las Tahullas	las-tahullas	AN	AL	04017	37.3447	-2.0903	3
04660	Los Castos	los-castos	AN	AL	04017	37.3447	-2.0903	3
04660	Casablanca (Arboleas)	casablanca-arboleas	AN	AL	04017	37.3447	-2.0903	3
04660	Prado, El (La Cinta)	prado-el-la-cinta	AN	AL	04017	37.3427	-2.1056	4
04660	Los Colorados	los-colorados	AN	AL	04017	37.3447	-2.0903	3
04660	Hoya, La (Arboleas)	hoya-la-arboleas	AN	AL	04017	37.3447	-2.0903	3
04660	German	german	AN	AL	04017	37.3447	-2.0903	3
04660	Rincon, El (La Cinta)	rincon-el-la-cinta	AN	AL	04017	37.3427	-2.1056	4
04660	Los Peraltas	los-peraltas	AN	AL	04017	37.3447	-2.0903	3
04660	La Cinta	la-cinta	AN	AL	04017	37.3427	-2.1056	4
04660	Los Garcias	los-garcias	AN	AL	04017	37.3447	-2.0903	3
04660	Los Blesas	los-blesas	AN	AL	04017	37.3447	-2.0903	3
04660	Los Huevanillas	los-huevanillas	AN	AL	04017	37.3447	-2.0903	3
04660	Los Cojos	los-cojos	AN	AL	04017	37.3447	-2.0903	3
04660	Llanos, Los (Arboleas)	llanos-los-arboleas	AN	AL	04017	37.3447	-2.0903	3
04661	El Cucador	el-cucador	AN	AL	04103	37.3573	-2.0276	4
04661	La Alfoquia	la-alfoquia	AN	AL	04103	37.3534	-2.0408	4
04661	Los Carasoles	los-carasoles	AN	AL	04103	37.3623	-2.0116	4
04661	Limaria	limaria	AN	AL	04103	37.3925	-2.0811	4
04662	El Palaces	el-palaces	AN	AL	04103	37.3479	-2.0086	4
04662	Navarros, Los (Huercal Overa)	navarros-los-huercal-overa	AN	AL	04103	37.3488	-1.9879	3
04662	Santa Barbara	santa-barbara	AN	AL	04103	37.3496	-1.9672	4
04662	La Concepcion	la-concepcion	AN	AL	04103	37.3488	-1.9879	3
04662	Pilar, El (Huercal Overa)	pilar-el-huercal-overa	AN	AL	04103	37.3488	-1.9879	3
04690	Goñar	gonar	AN	AL	04053	37.4935	-1.8779	4
04690	Norias, Las (Huercal Overa)	norias-las-huercal-overa	AN	AL	04053	37.4935	-1.8779	3
04691	Rambla Grande	rambla-grande	AN	AL	04053	37.4197	-1.9606	4
04691	Los Pedregales	los-pedregales	AN	AL	04053	37.4659	-1.9302	3
04691	Abejuela	abejuela	AN	AL	04053	37.5111	-1.9067	4
04691	Los Gibaos	los-gibaos	AN	AL	04053	37.4659	-1.9302	3
04691	Gibiley	gibiley	AN	AL	04053	37.4659	-1.9302	3
04691	Urcal	urcal	AN	AL	04053	37.4663	-1.9268	4
04691	Fuensanta, La (Urcal)	fuensanta-la-urcal	AN	AL	04053	37.4663	-1.9268	4
04692	La Perulera	la-perulera	AN	AL	04053	37.439	-2.0201	4
04692	Taberno	taberno	AN	AL	04053	37.4362	-2.0455	3
04692	Teones, Los (Taberno)	teones-los-taberno	AN	AL	04053	37.4362	-2.0455	3
04692	Santopetar	santopetar	AN	AL	04053	37.4514	-2.0334	4
04692	Almajalejo (Los Pardos)	almajalejo-los-pardos	AN	AL	04053	37.5046	-2.0618	4
04692	Carrillos, Los (Taberno)	carrillos-los-taberno	AN	AL	04053	37.4362	-2.0455	3
04692	El Aceituno	el-aceituno	AN	AL	04053	37.35	-2.0667	4
04692	Rambla De Taberno	rambla-de-taberno	AN	AL	04053	37.4362	-2.0455	3
04692	Los Gateros	los-gateros	AN	AL	04053	37.4362	-2.0455	3
04692	Llanos, Los (Taberno)	llanos-los-taberno	AN	AL	04053	37.4362	-2.0455	3
04692	Pardos, Los (Taberno)	pardos-los-taberno	AN	AL	04053	37.4362	-2.0455	3
04692	Pedro Garcia	pedro-garcia	AN	AL	04053	37.4362	-2.0455	3
04693	Santa Maria De Nieva	santa-maria-de-nieva	AN	AL	04053	37.4633	-1.9875	4
04693	El Gor	el-gor	AN	AL	04053	37.4979	-1.9851	3
04693	Minas, Las (Huercal Overa)	minas-las-huercal-overa	AN	AL	04053	37.4979	-1.9851	3
04693	Menas, Los (Puertecico)	menas-los-puertecico	AN	AL	04053	37.5152	-1.9839	4
04693	Piedras, Las (Huercal Overa)	piedras-las-huercal-overa	AN	AL	04053	37.4979	-1.9851	3
04693	El Puertecico	el-puertecico	AN	AL	04053	37.5152	-1.9839	4
04693	La Loma	la-loma	AN	AL	04053	37.4979	-1.9851	3
04693	Fuente Amarga	fuente-amarga	AN	AL	04053	37.4979	-1.9851	3
04693	Hoya, La (Huercal Overa)	hoya-la-huercal-overa	AN	AL	04053	37.4979	-1.9851	3
04694	Saltador, El (Pulpi)	saltador-el-pulpi	AN	AL	04053	37.4115	-1.745	4
04694	Gacia	gacia	AN	AL	04053	37.4171	-1.8512	4
04700	El Ejido	el-ejido	AN	AL	04902	36.8254	-2.8537	1
04700	Santo Domingo	santo-domingo	AN	AL	04902	36.8254	-2.8537	1
04710	La Redonda	la-redonda	AN	AL	04902	36.7185	-2.8393	1
04710	Santa Maria Del Aguila	santa-maria-del-aguila	AN	AL	04902	36.7185	-2.8393	1
04710	San Silvestre	san-silvestre	AN	AL	04902	36.7185	-2.8393	1
04711	Almerimar	almerimar	AN	AL	04902	36.7006	-2.7898	4
04712	Balerma	balerma	AN	AL	04902	36.7315	-2.8865	4
04713	Balanegra	balanegra	AN	AL	04904	36.7185	-2.8393	1
04715	Los Baños De Guardias Viejas	los-banos-de-guardias-viejas	AN	AL	04902	36.7233	-2.8415	3
04715	Matagorda	matagorda	AN	AL	04902	36.7233	-2.8415	4
04715	Pampanico	pampanico	AN	AL	04902	36.7233	-2.8415	3
04716	Las Norias De Daza	las-norias-de-daza	AN	AL	04902	36.7185	-2.8393	1
04717	San Agustin	san-agustin	AN	AL		36.7185	-2.8393	1
04720	Aguadulce	aguadulce	AN	AL	04079	36.8141	-2.5723	4
04720	El Parador De Las Hortichuelas	el-parador-de-las-hortichuelas	AN	AL	04079	36.8124	-2.5801	3
04720	El Campillo Del Moro	el-campillo-del-moro	AN	AL	04079	36.8107	-2.5878	4
04721	Parador, El (Vicar)	parador-el-vicar	AN	AL	04102	36.8315	-2.6427	4
04727	La Envia	la-envia	AN	AL	04102	36.8369	-2.6181	4
04728	Felix	felix	AN	AL	04043	36.8691	-2.6585	4
04729	Marchal De Enix	marchal-de-enix	AN	AL	04041	36.8773	-2.6018	3
04729	Enix	enix	AN	AL	04041	36.8773	-2.6018	4
04738	Cortijos De Marin (Vicar)	cortijos-de-marin-vicar	AN	AL	04102	36.8315	-2.6427	4
04738	El Congo	el-congo	AN	AL	04102	36.8315	-2.6427	3
04738	Vicar	vicar	AN	AL	04102	36.8315	-2.6427	4
04738	Las Cabañuelas	las-cabanuelas	AN	AL	04102	36.8315	-2.6427	3
04738	Llanos De Vicar	llanos-de-vicar	AN	AL	04102	36.8315	-2.6427	3
04738	Puebla De Vicar	puebla-de-vicar	AN	AL	04102	36.8315	-2.6427	3
04738	Barrio De Archilla	barrio-de-archilla	AN	AL	04102	36.8315	-2.6427	3
04738	La Lomilla	la-lomilla	AN	AL	04102	36.8315	-2.6427	3
04738	Cañada Sebastiana	canada-sebastiana	AN	AL	04102	36.8315	-2.6427	3
04738	La Gangosa	la-gangosa	AN	AL	04102	36.8315	-2.6427	3
04740	Roquetas De Mar (Urbanizacion)	roquetas-de-mar-urbanizacion	AN	AL	04079	36.7642	-2.6147	3
04740	Marinas, Las (Roquetas De Mar)	marinas-las-roquetas-de-mar	AN	AL	04079	36.7642	-2.6147	4
04740	Roquetas De Mar	roquetas-de-mar	AN	AL	04079	36.7642	-2.6147	4
04741	Cortijos De Marin	cortijos-de-marin	AN	AL	04079	36.9402	-2.5556	1
04743	El Solanillo	el-solanillo	AN	AL	04079	36.9402	-2.5556	1
04745	La Mojonera	la-mojonera	AN	AL	04903	37.2923	-2.4373	4
04746	Las Cantinas	las-cantinas	AN	AL	04903	36.9402	-2.5556	1
04746	La Venta Del Viso	la-venta-del-viso	AN	AL	04903	36.9402	-2.5556	1
04750	Dalias	dalias	AN	AL	04038	36.8218	-2.8714	4
04750	Celin	celin	AN	AL	04038	36.8319	-2.8677	4
04760	Castala	castala	AN	AL	04029	36.888	-2.9256	4
04760	Berja	berja	AN	AL	04029	36.8469	-2.9497	4
04760	El Cid	el-cid	AN	AL	04029	36.8851	-2.9715	4
04768	Darrical	darrical	AN	AL	04007	36.9198	-3.0291	4
04768	Lucainena De Darrical	lucainena-de-darrical	AN	AL	04007	36.9198	-3.0291	3
04769	El Rio Chico	el-rio-chico	AN	AL	04029	36.7944	-2.9951	4
04769	Beninar	beninar	AN	AL	04029	36.8837	-3.0265	4
04769	La Peñarrodada	la-penarrodada	AN	AL	04029	36.8652	-2.9687	4
04769	San Roque (Berja)	san-roque-berja	AN	AL	04029	36.8469	-2.9497	4
04769	Alcaudique	alcaudique	AN	AL	04029	36.8576	-2.9862	3
04769	Hirmes	hirmes	AN	AL	04029	36.8923	-2.9991	4
04769	Chiran	chiran	AN	AL	04029	36.9008	-2.9388	4
04769	Beneji	beneji	AN	AL	04029	36.8576	-2.9862	3
04769	El Rio Grande	el-rio-grande	AN	AL	04029	36.8201	-3.0252	4
04770	Perez, Los (Adra)	perez-los-adra	AN	AL	04003	36.7496	-3.0206	4
04770	Gurrias	gurrias	AN	AL	04003	36.7496	-3.0206	3
04770	Adra	adra	AN	AL	04003	36.7496	-3.0206	4
04770	Parra, La (Adra)	parra-la-adra	AN	AL	04003	36.7496	-3.0206	4
04770	Canal, El (Adra)	canal-el-adra	AN	AL	04003	36.7496	-3.0206	4
04770	La Loma De Los Vargas	la-loma-de-los-vargas	AN	AL	04003	36.7496	-3.0206	3
04770	El Patio	el-patio	AN	AL	04003	36.7496	-3.0206	3
04770	La Curva	la-curva	AN	AL	04003	36.7496	-3.0206	3
04770	Los Moras	los-moras	AN	AL	04003	36.7496	-3.0206	3
04770	El Corral	el-corral	AN	AL	04003	36.7496	-3.0206	3
04778	La Alcazaba	la-alcazaba	AN	AL	04003	36.7492	-3.0937	4
04778	Guainos Altos	guainos-altos	AN	AL	04003	36.7601	-3.0648	4
04778	Guainos Bajos	guainos-bajos	AN	AL	04003	36.7546	-3.0793	3
04778	La Fuente Del Ahijado	la-fuente-del-ahijado	AN	AL	04003	36.7546	-3.0793	3
04778	El Toril	el-toril	AN	AL	04003	36.7546	-3.0793	3
04778	Lance De La Virgen	lance-de-la-virgen	AN	AL	04003	36.7546	-3.0793	3
04779	La Fuente Santilla	la-fuente-santilla	AN	AL	04020	36.75	-2.9833	4
04779	Las Cuatro Higueras	las-cuatro-higueras	AN	AL	04020	36.7532	-2.9838	3
04779	El Puente Del Rio	el-puente-del-rio	AN	AL	04020	36.7565	-2.9843	4
04779	Alqueria, La (Venta Nueva)	alqueria-la-venta-nueva	AN	AL	04020	36.7532	-2.9838	3
04779	Campillo, El (Venta Nueva)	campillo-el-venta-nueva	AN	AL	04020	36.7532	-2.9838	3
04779	Venta Nueva	venta-nueva	AN	AL	04020	36.7532	-2.9838	3
04800	Albox	albox	AN	AL	04006	37.3886	-2.1495	4
04800	Los Finos	los-finos	AN	AL	04006	37.3886	-2.1495	3
04810	Partaloa	partaloa	AN	AL	04070	37.4076	-2.2253	4
04810	La Fuente Del Negro	la-fuente-del-negro	AN	AL	04070	37.4871	-2.3677	4
04810	El Cerrogordo	el-cerrogordo	AN	AL	04070	37.4189	-2.1971	4
04810	Los Chacones	los-chacones	AN	AL	04070	37.4375	-2.256	3
04810	Oria	oria	AN	AL	04070	37.4853	-2.2929	4
04810	Los Gonzalez	los-gonzalez	AN	AL	04070	37.4375	-2.256	3
04810	La Piedra Amarilla	la-piedra-amarilla	AN	AL	04070	37.3886	-2.1971	4
04810	Frax	frax	AN	AL	04070	37.4375	-2.256	3
04810	Madrid	madrid	AN	AL	04070	37.4375	-2.256	3
04810	Los Chulos	los-chulos	AN	AL	04070	37.4375	-2.256	3
04810	La Ermita	la-ermita	AN	AL	04070	37.4375	-2.256	3
04810	El Barranco De Quiles	el-barranco-de-quiles	AN	AL	04070	37.4375	-2.256	3
04810	Frax De Arriba	frax-de-arriba	AN	AL	04070	37.4375	-2.256	3
04810	Marchal, El (Oria)	marchal-el-oria	AN	AL	04070	37.4375	-2.256	3
04810	Malinos	malinos	AN	AL	04070	37.4375	-2.256	3
04810	Maguas	maguas	AN	AL	04070	37.4375	-2.256	3
04811	Los Alamos	los-alamos	AN	AL	04070	37.5417	-2.3305	4
04811	Daimuz	daimuz	AN	AL	04070	37.4963	-2.2475	4
04811	San Miguel (Alamos)	san-miguel-alamos	AN	AL	04070	37.5417	-2.3305	4
04811	La Cañada	la-canada	AN	AL	04070	37.5198	-2.2785	3
04811	Gazquez, Los (Los Alamos)	gazquez-los-los-alamos	AN	AL	04070	37.5417	-2.3305	4
04811	Martinez, Los (Oria)	martinez-los-oria	AN	AL	04070	37.5198	-2.2785	3
04811	El Margen	el-margen	AN	AL	04070	37.523	-2.2349	4
04811	Arroyo Medina	arroyo-medina	AN	AL	04070	37.4742	-2.1969	4
04811	El Peñon Bajo	el-penon-bajo	AN	AL	04070	37.5198	-2.2785	3
04811	Capairola	capairola	AN	AL	04070	37.5198	-2.2785	3
04811	El Peñon Alto	el-penon-alto	AN	AL	04070	37.5198	-2.2785	3
04811	Campillo, El (Oria)	campillo-el-oria	AN	AL	04070	37.5198	-2.2785	3
04811	Los Jacinto	los-jacinto	AN	AL	04070	37.5198	-2.2785	3
04811	Los Adrianes	los-adrianes	AN	AL	04070	37.5198	-2.2785	3
04812	Llanos Del Espino	llanos-del-espino	AN	AL	04006	37.4333	-2.1765	4
04812	El Llano De Las Animas	el-llano-de-las-animas	AN	AL	04006	37.4333	-2.1765	3
04812	Llanos De Los Olleres	llanos-de-los-olleres	AN	AL	04006	37.4333	-2.1765	3
04812	Fuente Del Mojon	fuente-del-mojon	AN	AL	04006	37.4333	-2.1765	3
04813	Saliente Alto	saliente-alto	AN	AL	04006	37.5134	-2.1561	4
04813	Las Pocicas	las-pocicas	AN	AL	04006	37.4783	-2.1497	4
04813	La Yegua Baja	la-yegua-baja	AN	AL	04006	37.5454	-2.2323	4
04813	Los Cerricos	los-cerricos	AN	AL	04006	37.5336	-2.2034	4
04813	Doña Juana	dona-juana	AN	AL	04006	37.517	-2.1887	3
04813	El Villar	el-villar	AN	AL	04006	37.5141	-2.2021	4
04813	Saliente Bajo (Albox)	saliente-bajo-albox	AN	AL	04006	37.517	-2.1887	3
04814	Locaiba	locaiba	AN	AL	04006	37.4101	-2.1562	4
04814	La Aljambra	la-aljambra	AN	AL	04006	37.3933	-2.1141	4
04814	Las Labores	las-labores	AN	AL	04006	37.4017	-2.1352	3
04815	Almanzora	almanzora	AN	AL	04031	37.3493	-2.1364	4
04815	Los Morillas	los-morillas	AN	AL	04031	37.3493	-2.1364	3
04820	Velez-Rubio	velez-rubio	AN	AL	04099	37.6484	-2.0769	4
04820	El Rio De Mula	el-rio-de-mula	AN	AL	04099	37.6484	-2.0769	3
04820	Gazquez, Los (Velez Rubio)	gazquez-los-velez-rubio	AN	AL	04099	37.6484	-2.0769	4
04820	Los Asensio	los-asensio	AN	AL	04099	37.6484	-2.0769	3
04820	Ginte	ginte	AN	AL	04099	37.6484	-2.0769	3
04820	Motailon	motailon	AN	AL	04099	37.6484	-2.0769	3
04825	La Rambla De Abajo	la-rambla-de-abajo	AN	AL	04037	37.5754	-2.2893	3
04825	Chirivel	chirivel	AN	AL	04037	37.5953	-2.2684	4
04825	La Rambla De Arriba	la-rambla-de-arriba	AN	AL	04037	37.5754	-2.2893	3
04825	El Cantal	el-cantal	AN	AL	04037	37.5577	-2.2104	4
04825	El Mojonar	el-mojonar	AN	AL	04037	37.5754	-2.2893	3
04825	El Contador	el-contador	AN	AL	04037	37.5903	-2.3629	4
04825	Roquez	roquez	AN	AL	04037	37.5664	-2.2772	4
04825	Aspilla	aspilla	AN	AL	04037	37.5675	-2.3273	4
04826	Los Ramales	los-ramales	AN	AL	04099	37.5982	-2.1318	1
04826	Los Aranegas	los-aranegas	AN	AL	04099	37.5982	-2.1318	1
04826	Los Gatos	los-gatos	AN	AL	04099	37.5982	-2.1318	1
04826	Los Oquendos	los-oquendos	AN	AL	04099	37.5982	-2.1318	1
04827	Los Cabreras	los-cabreras	AN	AL	04099	37.5388	-2.0178	4
04827	Tonosa	tonosa	AN	AL	04099	37.6005	-2.0426	4
04827	Los Torrentes	los-torrentes	AN	AL	04099	37.6167	-2.05	4
04827	Pardos, Los (Velez Rubio)	pardos-los-velez-rubio	AN	AL	04099	37.5932	-2.0401	3
04827	Parra, La (Torrentes)	parra-la-torrentes	AN	AL	04099	37.6167	-2.05	4
04828	La Mata De Bolaimi	la-mata-de-bolaimi	AN	AL	04099	37.5919	-2.1196	4
04828	Bancalejo	bancalejo	AN	AL	04099	37.5489	-2.124	4
04828	Los Molinos	los-molinos	AN	AL	04099	37.5704	-2.1218	3
04828	Calabuche	calabuche	AN	AL	04099	37.5704	-2.1218	3
04828	La Alamicos, Los - Dehesa	la-alamicos-los-dehesa	AN	AL	04099	37.5704	-2.1218	3
04828	La Dehesa	la-dehesa	AN	AL	04099	37.5704	-2.1218	3
04828	Carrasca, La (Campillo)	carrasca-la-campillo	AN	AL	04099	37.5704	-2.1218	3
04829	La Losilla	la-losilla	AN	AL	04098	37.5703	-2.0047	4
04829	Las Casas	las-casas	AN	AL	04098	37.628	-2.0349	3
04829	Alqueria, La (Velez Rubio)	alqueria-la-velez-rubio	AN	AL	04098	37.6484	-2.0769	4
04829	El Piar De Abajo	el-piar-de-abajo	AN	AL	04098	37.6654	-2.0232	4
04829	Canalica	canalica	AN	AL	04098	37.628	-2.0349	3
04829	El Espadin	el-espadin	AN	AL	04098	37.628	-2.0349	3
04829	El Charche	el-charche	AN	AL	04098	37.628	-2.0349	3
04829	Solana	solana	AN	AL	04098	37.628	-2.0349	3
04830	Montalviche	montalviche	AN	AL	04098	37.7088	-2.0682	4
04830	El Rio Claro	el-rio-claro	AN	AL	04098	37.7333	-2.1093	3
04830	Derde	derde	AN	AL	04098	37.7993	-2.1637	4
04830	Taibena	taibena	AN	AL	04098	37.7333	-2.1093	3
04830	Velez-Blanco	velez-blanco	AN	AL	04098	37.6918	-2.0959	4
04830	Alcoluches	alcoluches	AN	AL	04098	37.7333	-2.1093	3
04830	Alara	alara	AN	AL	04098	37.7333	-2.1093	3
04830	Los Canales	los-canales	AN	AL	04098	37.7333	-2.1093	3
04838	Maria	maria	AN	AL	04063	37.7102	-2.1645	4
04838	Graj	graj	AN	AL	04063	37.7078	-2.2051	3
04838	La Alfahuara	la-alfahuara	AN	AL	04063	37.7055	-2.2457	4
04839	Topares	topares	AN	AL	04098	37.8622	-2.2285	4
04839	Mancheño	mancheno	AN	AL	04098	37.8957	-2.1356	4
04839	La Cañada De Cañepla	la-canada-de-canepla	AN	AL	04098	37.7964	-2.2859	4
04839	La Cañada Grande	la-canada-grande	AN	AL	04098	37.8174	-2.2681	4
04839	Las Cobatillas	las-cobatillas	AN	AL	04098	37.8927	-2.2196	4
04839	Macian	macian	AN	AL	04098	37.8529	-2.2275	3
04850	Marchal, El (Cantoria)	marchal-el-cantoria	AN	AL	04031	37.3667	-1.9711	3
04850	Las Casicas	las-casicas	AN	AL	04031	37.4	-1.7333	4
04850	Terreros	terreros	AN	AL	04031	37.3598	-1.6596	4
04850	La Hojilla	la-hojilla	AN	AL	04031	37.3722	-2.2036	4
04850	Hoya, La (Cantoria)	hoya-la-cantoria	AN	AL	04031	37.3667	-1.9711	3
04850	Cantoria	cantoria	AN	AL	04031	37.3515	-2.1921	4
04850	El Arroyo Aceituno	el-arroyo-aceituno	AN	AL	04031	37.35	-2.0667	4
04857	Albanchez	albanchez	AN	AL	04004	37.2836	-2.1823	4
04858	El Arroyo Albanchez	el-arroyo-albanchez	AN	AL	04004	37.3247	-2.1443	4
04858	La Fuente Del Tio Molina	la-fuente-del-tio-molina	AN	AL	04004	37.3048	-2.1812	4
04858	El Barranco Del Infierno	el-barranco-del-infierno	AN	AL	04004	37.3036	-2.1471	4
04858	Los Molinas	los-molinas	AN	AL	04004	37.2944	-2.1528	3
04858	Carrasca, La (Albanchez)	carrasca-la-albanchez	AN	AL	04004	37.2836	-2.1823	4
04858	La Piedra De Zahor	la-piedra-de-zahor	AN	AL	04004	37.2784	-2.1327	4
04858	La Hoya De La Zarza	la-hoya-de-la-zarza	AN	AL	04004	37.2944	-2.1528	3
04858	La Tia Lucia	la-tia-lucia	AN	AL	04004	37.2712	-2.1292	4
04858	La Palmera	la-palmera	AN	AL	04004	37.2944	-2.1528	3
04858	Los Borregos	los-borregos	AN	AL	04004	37.2944	-2.1528	3
04858	Los Calesas	los-calesas	AN	AL	04004	37.2944	-2.1528	3
04859	Gasparillo	gasparillo	AN	AL	04036	37.2704	-2.2323	3
04859	Chercos	chercos	AN	AL	04036	37.2545	-2.2666	4
04859	Lijar	lijar	AN	AL	04036	37.2949	-2.2194	4
04859	El Tablar	el-tablar	AN	AL	04036	37.2704	-2.2323	3
04859	Cobdar	cobdar	AN	AL	04036	37.2617	-2.211	4
04859	Chercos Nuevos	chercos-nuevos	AN	AL	04036	37.2704	-2.2323	3
04859	Chercos Viejos	chercos-viejos	AN	AL	04036	37.2704	-2.2323	3
04860	Huitar Mayor	huitar-mayor	AN	AL	04069	37.35	-2.3	3
04860	Olula Del Rio	olula-del-rio	AN	AL	04069	37.35	-2.3	4
04860	Huitar Menor	huitar-menor	AN	AL	04069	37.35	-2.3	3
04860	Noria, La (Olula Del Rio)	noria-la-olula-del-rio	AN	AL	04069	37.35	-2.3	4
04867	Macael	macael	AN	AL	04062	37.3332	-2.3009	4
04867	El Reul Alto	el-reul-alto	AN	AL	04062	37.2841	-2.3507	4
04867	El Arroyo Franco Y Estella	el-arroyo-franco-y-estella	AN	AL	04062	37.2602	-2.346	4
04867	Marchal, El (Macael)	marchal-el-macael	AN	AL	04062	37.3332	-2.3009	4
04868	Laroya	laroya	AN	AL	04056	37.2977	-2.3342	4
04869	El Palomar	el-palomar	AN	AL	04044	37.3607	-2.2581	3
04869	Fines	fines	AN	AL	04044	37.3607	-2.2581	4
04869	La Cañada De Las Cruces	la-canada-de-las-cruces	AN	AL	04044	37.3607	-2.2581	3
04869	Cuesta Del Pino	cuesta-del-pino	AN	AL	04044	37.3607	-2.2581	3
04869	El Olivar	el-olivar	AN	AL	04044	37.3607	-2.2581	3
04869	Los Entrenas	los-entrenas	AN	AL	04044	37.3607	-2.2581	3
04870	Purchena	purchena	AN	AL	04076	37.3474	-2.3608	4
04877	Somontin	somontin	AN	AL	04061	37.3918	-2.3883	4
04878	Sierro	sierro	AN	AL	04087	37.3224	-2.3984	4
04878	Sufli	sufli	AN	AL	04087	37.3387	-2.3882	4
04879	Aguamarga (Urracal)	aguamarga-urracal	AN	AL	04096	37.3974	-2.3649	4
04879	Urracal	urracal	AN	AL	04096	37.3974	-2.3649	4
04880	Porteros, Los (Tijola)	porteros-los-tijola	AN	AL	04092	37.3461	-2.4333	4
04880	Tijola	tijola	AN	AL	04092	37.3461	-2.4333	4
04887	Los Manolones	los-manolones	AN	AL	04061	37.374	-2.4488	4
04887	Cela	cela	AN	AL	04061	37.3913	-2.4484	4
04887	Lucar	lucar	AN	AL	04061	37.4004	-2.425	4
04887	Higueral	higueral	AN	AL	04061	37.3855	-2.4991	4
04887	Pozo Del Lobo	pozo-del-lobo	AN	AL	04061	37.4532	-2.5351	4
04887	Cela (Estacion)	cela-estacion	AN	AL	04061	37.4009	-2.4713	3
04888	Bayarque	bayarque	AN	AL	04018	37.3306	-2.4361	4
04888	Armuña De Almanzora	armuna-de-almanzora	AN	AL	04018	37.3503	-2.4115	4
04889	Bacares	bacares	AN	AL	04019	37.2598	-2.4531	4
04889	Dali	dali	AN	AL	04019	37.3511	-2.4503	4
04890	Los Claveros	los-claveros	AN	AL	04083	37.3449	-2.5091	3
04890	Menas, Las (Seron)	menas-las-seron	AN	AL	04083	37.3449	-2.5091	3
04890	Los Marteses	los-marteses	AN	AL	04083	37.3449	-2.5091	3
04890	Seron	seron	AN	AL	04083	37.3449	-2.5091	4
04897	Aldeire	aldeire	AN	AL	04008	37.1601	-3.072	4
04897	Alcontar	alcontar	AN	AL	04008	37.3365	-2.5972	4
04897	Fuencaliente Y Calera	fuencaliente-y-calera	AN	AL	04008	37.3583	-2.5606	4
04897	Los Raspajos	los-raspajos	AN	AL	04008	37.3511	-2.6567	3
04897	Amarguilla	amarguilla	AN	AL	04008	37.5614	-2.629	4
04897	Los Donatos	los-donatos	AN	AL	04008	37.3499	-2.5327	4
04897	Los Brevas	los-brevas	AN	AL	04008	37.3511	-2.6567	3
04897	Angosto De Arriba	angosto-de-arriba	AN	AL	04008	37.3402	-2.5488	4
04897	Perez, Los (Alcontar)	perez-los-alcontar	AN	AL	04008	37.3511	-2.6567	3
04897	Pilancon	pilancon	AN	AL	04008	37.3511	-2.6567	3
04897	El Valle	el-valle	AN	AL	04008	37.3511	-2.6567	3
04897	Los Vegas	los-vegas	AN	AL	04008	37.3511	-2.6567	3
04897	Domenes	domenes	AN	AL	04008	37.3511	-2.6567	3
04897	Blanquez De Alcontar	blanquez-de-alcontar	AN	AL	04008	37.3511	-2.6567	3
04897	Angosto De Abajo	angosto-de-abajo	AN	AL	04008	37.3511	-2.6567	3
04898	El Hijate	el-hijate	AN	AL	04008	37.3968	-2.5934	4
04898	Ramil Bajo	ramil-bajo	AN	AL	04008	37.3968	-2.5934	3
04898	Ramil Alto	ramil-alto	AN	AL	04008	37.3968	-2.5934	3
04899	Jauca Alta	jauca-alta	AN	AL	04083	37.4191	-2.5597	4
04899	Hernandez, Los (Los Zoilos)	hernandez-los-los-zoilos	AN	AL	04083	37.4191	-2.5597	3
04899	Las Hilarias	las-hilarias	AN	AL	04083	37.4191	-2.5597	3
04899	Los Zoilos	los-zoilos	AN	AL	04083	37.4191	-2.5597	3
04899	Jauca Baja	jauca-baja	AN	AL	04083	37.4191	-2.5597	3
04899	El Reconco	el-reconco	AN	AL	04083	37.4191	-2.5597	3
11001	Cadiz	cadiz	AN	CA	11012	36.5298	-6.2947	4
11002	Cadiz	cadiz	AN	CA	11012	36.5298	-6.2947	4
11003	Cadiz	cadiz	AN	CA	11012	36.5298	-6.2947	4
11004	Cadiz	cadiz	AN	CA	11012	36.5298	-6.2947	4
11005	Cadiz	cadiz	AN	CA	11012	36.5298	-6.2947	4
11006	Cadiz	cadiz	AN	CA	11012	36.5298	-6.2947	4
11007	Cadiz	cadiz	AN	CA	11012	36.5298	-6.2947	4
11008	Cadiz	cadiz	AN	CA	11012	36.5298	-6.2947	4
11009	Cadiz	cadiz	AN	CA	11012	36.5298	-6.2947	4
11010	Cadiz	cadiz	AN	CA	11012	36.5298	-6.2947	4
11011	Cadiz	cadiz	AN	CA	11012	36.5298	-6.2947	4
11012	Cadiz	cadiz	AN	CA	11012	36.5298	-6.2947	4
11070	Cadiz	cadiz	AN	CA		36.5298	-6.2947	4
11071	Cadiz	cadiz	AN	CA		36.5298	-6.2947	4
11080	Cadiz	cadiz	AN	CA		36.5298	-6.2947	4
11100	San Fernando	san-fernando	AN	CA	11031	36.4759	-6.1982	4
11100	Poligono Tres Caminos (San Fernando)	poligono-tres-caminos-san-fernando	AN	CA	11031	36.4759	-6.1982	4
11110	San Fernando Naval	san-fernando-naval	AN	CA		36.3409	-6.0451	1
11120	Campo Soto	campo-soto	AN	CA		36.3409	-6.0451	1
11130	Campano	campano	AN	CA	11015	36.35	-6.1333	4
11130	Chiclana De La Frontera	chiclana-de-la-frontera	AN	CA	11015	36.4192	-6.1494	4
11130	Pago Del Humo	pago-del-humo	AN	CA	11015	36.3658	-6.071	4
11138	San Juan Del Marquesado	san-juan-del-marquesado	AN	CA		36.3819	-6.1396	1
11138	Pinar De Los Franceses	pinar-de-los-franceses	AN	CA		36.3819	-6.1396	1
11139	La Barrosa	la-barrosa	AN	CA	11015	36.3925	-6.2045	3
11139	Sancti Petri	sancti-petri	AN	CA	11015	36.3925	-6.2045	4
11139	Doña Violeta	dona-violeta	AN	CA	11015	36.3925	-6.2045	3
11139	La Soledad	la-soledad	AN	CA	11015	36.3925	-6.2045	3
11140	Conil De La Frontera	conil-de-la-frontera	AN	CA	11014	36.2772	-6.0885	4
11149	Fuente Del Gallo	fuente-del-gallo	AN	CA	11014	36.2925	-6.1107	4
11149	Roche	roche	AN	CA	11014	36.3078	-6.1494	4
11149	El Colorado	el-colorado	AN	CA	11014	36.3002	-6.13	3
11149	Barrio Nuevo	barrio-nuevo	AN	CA	11014	36.3002	-6.13	3
11149	La Fontanilla	la-fontanilla	AN	CA	11014	36.3002	-6.13	3
11150	La Muela De Vejer	la-muela-de-vejer	AN	CA	11007	36.2716	-5.9865	4
11150	El Parralejo	el-parralejo	AN	CA	11007	36.2581	-5.978	3
11150	Vejer De La Frontera	vejer-de-la-frontera	AN	CA	11007	36.2446	-5.9695	4
11150	El Soto	el-soto	AN	CA	11007	36.2581	-5.978	3
11150	El Cañal	el-canal	AN	CA	11007	36.2581	-5.978	3
11150	San Ambrosio	san-ambrosio	AN	CA	11007	36.2581	-5.978	3
11150	La Oliva	la-oliva	AN	CA	11007	36.2581	-5.978	3
11150	Ribera De La Oliva	ribera-de-la-oliva	AN	CA	11007	36.2581	-5.978	3
11150	Manzanete	manzanete	AN	CA	11007	36.2581	-5.978	3
11158	La Barca De Vejer	la-barca-de-vejer	AN	CA	11039	36.3583	-5.9788	3
11158	Los Naveros	los-naveros	AN	CA	11039	36.3583	-5.9788	4
11158	Jandilla	jandilla	AN	CA	11039	36.3583	-5.9788	3
11158	Cabañas	cabanas	AN	CA	11039	36.3583	-5.9788	3
11158	Los Libreros	los-libreros	AN	CA	11039	36.3583	-5.9788	3
11158	Santa Lucia	santa-lucia	AN	CA	11039	36.3583	-5.9788	3
11159	Zahora	zahora	AN	CA	11007	36.2028	-6.0393	4
11159	Montecote	montecote	AN	CA	11007	36.1943	-6.0234	3
11159	Los Caños De Meca	los-canos-de-meca	AN	CA	11007	36.1858	-6.0076	4
11159	El Palmar	el-palmar	AN	CA	11007	36.1943	-6.0234	3
11160	Barbate	barbate	AN	CA	11007	36.1924	-5.9219	4
11160	Sierra De Retin	sierra-de-retin	AN	CA	11007	36.1924	-5.9219	3
11170	Medina Sidonia	medina-sidonia	AN	CA	11023	36.4569	-5.9272	4
11170	Las Algamitas	las-algamitas	AN	CA	11023	36.4569	-5.9272	3
11170	Los Hardales	los-hardales	AN	CA	11023	36.4569	-5.9272	3
11170	La Canaleja	la-canaleja	AN	CA	11023	36.4569	-5.9272	3
11170	Charco Dulce	charco-dulce	AN	CA	11023	36.4569	-5.9272	3
11170	Los Alburejos	los-alburejos	AN	CA	11023	36.4569	-5.9272	3
11170	Huelvacar	huelvacar	AN	CA	11023	36.4569	-5.9272	3
11178	Paterna De Rivera	paterna-de-rivera	AN	CA	11025	36.5225	-5.8658	4
11179	Cantarranas	cantarranas	AN	CA	11023	36.4897	-5.8965	1
11179	Las Lomas	las-lomas	AN	CA	11023	36.4897	-5.8965	1
11179	Los Badalejos	los-badalejos	AN	CA	11023	36.4897	-5.8965	1
11179	Cucarrete	cucarrete	AN	CA	11023	36.4897	-5.8965	1
11179	Malcocinado	malcocinado	AN	CA	11023	36.4897	-5.8965	1
11180	Alcala De Los Gazules	alcala-de-los-gazules	AN	CA	11001	36.3409	-6.0451	1
11180	El Picacho	el-picacho	AN	CA	11001	36.3409	-6.0451	1
11190	Benalup-Casas Viejas	benalup-casas-viejas	AN	CA	11901	36.3438	-5.8128	4
11200	Algeciras	algeciras	AN	CA		36.1333	-5.4505	4
11201	Algeciras	algeciras	AN	CA	11004	36.1333	-5.4505	4
11202	Algeciras	algeciras	AN	CA	11004	36.1333	-5.4505	4
11203	Algeciras	algeciras	AN	CA	11004	36.1333	-5.4505	4
11204	Algeciras	algeciras	AN	CA	11004	36.1333	-5.4505	4
11205	Algeciras	algeciras	AN	CA	11004	36.1333	-5.4505	4
11206	Algeciras	algeciras	AN	CA	11004	36.1333	-5.4505	4
11207	Algeciras	algeciras	AN	CA	11004	36.1333	-5.4505	4
11270	Algeciras	algeciras	AN	CA		36.1333	-5.4505	4
11271	Algeciras	algeciras	AN	CA		36.1333	-5.4505	4
11280	Algeciras	algeciras	AN	CA		36.1333	-5.4505	4
11300	La Linea De La Concepcion	la-linea-de-la-concepcion	AN	CA	11022	36.1681	-5.3478	4
11310	Sotogrande	sotogrande	AN	CA	11033	36.2825	-5.2946	4
11311	Guadiaro	guadiaro	AN	CA	11033	36.2642	-5.3343	4
11312	San Enrique De Guadiaro	san-enrique-de-guadiaro	AN	CA	11033	36.2271	-5.3485	1
11312	Torreguadiaro	torreguadiaro	AN	CA	11033	36.2271	-5.3485	1
11313	Puente Mayorga	puente-mayorga	AN	CA	11033	36.1829	-5.3839	4
11314	Campamento	campamento	AN	CA	11033	36.1788	-5.3813	4
11315	Zabal Bajo	zabal-bajo	AN	CA		36.2271	-5.3485	1
11315	Santa Margarita	santa-margarita	AN	CA		36.2271	-5.3485	1
11316	La Alcaidesa	la-alcaidesa	AN	CA		36.2271	-5.3485	1
11320	San Pablo De Buceite	san-pablo-de-buceite	AN	CA	11021	36.4666	-5.4116	4
11330	Jimena De La Frontera	jimena-de-la-frontera	AN	CA	11021	36.4352	-5.4539	4
11339	La Herradura	la-herradura	AN	CA	11021	36.3875	-5.4283	3
11339	Marchenilla	marchenilla	AN	CA	11021	36.3875	-5.4283	4
11339	Los Angeles	los-angeles	AN	CA	11021	36.3875	-5.4283	3
11339	Aldefilla	aldefilla	AN	CA	11021	36.3875	-5.4283	3
11339	Jimena De La Frontera (Estacion)	jimena-de-la-frontera-estacion	AN	CA	11021	36.3875	-5.4283	3
11340	San Martin Del Tesorillo	san-martin-del-tesorillo	AN	CA	11021	36.3429	-5.3187	4
11349	El Secadero	el-secadero	AN	CA		36.3429	-5.3187	1
11349	Montenegral Alto	montenegral-alto	AN	CA		36.3429	-5.3187	1
11350	Pueblo Nuevo De Castellar	pueblo-nuevo-de-castellar	AN	CA	11013	36.3174	-5.4541	3
11350	Castellar De La Frontera	castellar-de-la-frontera	AN	CA	11013	36.3174	-5.4541	4
11351	Almoraima	almoraima	AN	CA		36.3174	-5.4541	1
11360	San Roque	san-roque	AN	CA	11033	36.2107	-5.3841	4
11368	San Roque, Ferrea De (Estacion)	san-roque-ferrea-de-estacion	AN	CA	11033	36.208	-5.4029	1
11369	Taraguilla	taraguilla	AN	CA	11033	36.2053	-5.4217	4
11369	Miraflores (San Roque)	miraflores-san-roque	AN	CA	11033	36.2053	-5.4217	3
11369	Carteya-Carteya	carteya-carteya	AN	CA	11033	36.2053	-5.4217	3
11370	Los Barrios	los-barrios	AN	CA	11008	36.1848	-5.4921	4
11370	Benharas	benharas	AN	CA	11008	36.1848	-5.4921	3
11379	Guadacorte	guadacorte	AN	CA	11008	36.1946	-5.429	4
11379	Hiper Continente	hiper-continente	AN	CA	11008	36.1854	-5.4332	3
11379	Palmones	palmones	AN	CA	11008	36.1761	-5.4375	4
11379	Ciudad Jardin	ciudad-jardin	AN	CA	11008	36.1854	-5.4332	3
11379	Poligono Industrial Nuevo	poligono-industrial-nuevo	AN	CA	11008	36.1854	-5.4332	3
11379	La Cañada	la-canada	AN	CA	11008	36.1854	-5.4332	3
11379	Alamos, Los (Urbanizacion)	alamos-los-urbanizacion	AN	CA	11008	36.1854	-5.4332	3
11379	Barrios, Ferrea De Los (Estacion)	barrios-ferrea-de-los-estacion	AN	CA	11008	36.1854	-5.4332	3
11379	Cortijillos	cortijillos	AN	CA	11008	36.1854	-5.4332	3
11380	Cañada De La Jara	canada-de-la-jara	AN	CA	11035	36.1186	-5.6363	4
11380	Valdevaqueros	valdevaqueros	AN	CA	11035	36.0833	-5.6302	3
11380	Puertollano	puertollano	AN	CA	11035	36.1175	-5.6474	4
11380	Paloma Baja	paloma-baja	AN	CA	11035	36.0833	-5.6302	3
11380	Tarifa	tarifa	AN	CA	11035	36.0819	-5.6662	4
11380	Pedro Valiente	pedro-valiente	AN	CA	11035	36.0833	-5.6302	3
11380	La Peña	la-pena	AN	CA	11035	36.0833	-5.6302	3
11380	Casas De Porro	casas-de-porro	AN	CA	11035	36.0833	-5.6302	3
11380	La Costa	la-costa	AN	CA	11035	36.0833	-5.6302	3
11380	Los Zorrillos	los-zorrillos	AN	CA	11035	36.0833	-5.6302	3
11390	El Bugeo	el-bugeo	AN	CA	11004	36.1233	-5.7734	1
11390	El Pelayo	el-pelayo	AN	CA	11004	36.1233	-5.7734	1
11391	Facinas	facinas	AN	CA	11004	36.1441	-5.7002	4
11391	Bolonia	bolonia	AN	CA	11004	36.089	-5.7743	4
11391	El Lentiscal	el-lentiscal	AN	CA	11004	36.1166	-5.7372	3
11391	El Alamillo	el-alamillo	AN	CA	11004	36.1166	-5.7372	3
11391	Realillo	realillo	AN	CA	11004	36.1166	-5.7372	3
11391	El Pulido	el-pulido	AN	CA	11004	36.1166	-5.7372	3
11391	El Chaparral	el-chaparral	AN	CA	11004	36.1166	-5.7372	3
11391	Betis	betis	AN	CA	11004	36.1166	-5.7372	3
11391	Las Piñas	las-pinas	AN	CA	11004	36.1166	-5.7372	3
11391	Las Caheruelas	las-caheruelas	AN	CA	11004	36.1166	-5.7372	3
11391	La Herrumbrosa	la-herrumbrosa	AN	CA	11004	36.1166	-5.7372	3
11391	La Gloria	la-gloria	AN	CA	11004	36.1166	-5.7372	3
11392	Tahivilla	tahivilla	AN	CA	11035	36.1233	-5.7734	1
11393	Zahara De Los Atunes	zahara-de-los-atunes	AN	CA	11007	36.1369	-5.8459	4
11393	El Almarchal	el-almarchal	AN	CA	11007	36.1369	-5.8459	3
11393	La Zarzuela	la-zarzuela	AN	CA	11007	36.1369	-5.8459	3
11400	El Solete Alto	el-solete-alto	AN	CA	11020	36.65	-6.1667	4
11400	Añina	anina	AN	CA	11020	36.7071	-6.2034	4
11400	Casablanca	casablanca	AN	CA	11020	36.8269	-6.0833	4
11400	Fuente Del Rey	fuente-del-rey	AN	CA	11020	36.728	-6.1511	3
11400	Las Tablas	las-tablas	AN	CA	11020	36.728	-6.1511	3
11400	Los Isletes	los-isletes	AN	CA	11020	36.728	-6.1511	3
11400	La Jarda	la-jarda	AN	CA	11020	36.728	-6.1511	3
11400	El Romero	el-romero	AN	CA	11020	36.728	-6.1511	3
11400	Mesas De Santa Rosa	mesas-de-santa-rosa	AN	CA	11020	36.728	-6.1511	3
11401	Jerez De La Frontera	jerez-de-la-frontera	AN	CA	11020	36.6865	-6.1361	4
11402	Jerez De La Frontera	jerez-de-la-frontera	AN	CA	11020	36.6865	-6.1361	4
11403	Jerez De La Frontera	jerez-de-la-frontera	AN	CA	11020	36.6865	-6.1361	4
11404	Jerez De La Frontera	jerez-de-la-frontera	AN	CA	11020	36.6865	-6.1361	4
11405	Jerez De La Frontera	jerez-de-la-frontera	AN	CA	11020	36.6865	-6.1361	4
11406	Jerez De La Frontera	jerez-de-la-frontera	AN	CA	11020	36.6865	-6.1361	4
11407	Jerez De La Frontera	jerez-de-la-frontera	AN	CA	11020	36.6865	-6.1361	4
11408	El Portal	el-portal	AN	CA	11020	36.6556	-6.1684	3
11408	Jerez De La Frontera	jerez-de-la-frontera	AN	CA	11020	36.6865	-6.1361	4
11408	Sierra San Cristobal (Puerto De Santa Maria)	sierra-san-cristobal-puerto-de-santa-maria	AN	CA	11020	36.5939	-6.233	4
11408	Sierra San Cristobal (Jerez De La Frontera)	sierra-san-cristobal-jerez-de-la-frontera	AN	CA	11020	36.6865	-6.1361	4
11470	Jerez De La Frontera	jerez-de-la-frontera	AN	CA		36.6865	-6.1361	4
11471	Jerez De La Frontera	jerez-de-la-frontera	AN	CA		36.6865	-6.1361	4
11480	Jerez De La Frontera	jerez-de-la-frontera	AN	CA		36.6865	-6.1361	4
11500	Poligono Industrial El Palmar	poligono-industrial-el-palmar	AN	CA	11027	36.5939	-6.233	3
11500	El Puerto De Santa Maria	el-puerto-de-santa-maria	AN	CA	11027	36.5939	-6.233	4
11500	Valdelagrana	valdelagrana	AN	CA	11027	36.5939	-6.233	3
11500	Poligono Industrial Salinas De San Jose	poligono-industrial-salinas-de-san-jose	AN	CA	11027	36.5939	-6.233	3
11500	Doña Blanca-Poblado	dona-blanca-poblado	AN	CA	11027	36.5939	-6.233	3
11500	Berben	berben	AN	CA	11027	36.5939	-6.233	3
11510	Las Canteras	las-canteras	AN	CA	11028	36.5282	-6.1901	3
11510	Puerto Real	puerto-real	AN	CA	11028	36.5282	-6.1901	4
11518	Barrio De Jarana	barrio-de-jarana	AN	CA	11028	36.4986	-6.1383	4
11519	El Trocadero	el-trocadero	AN	CA	11028	36.5167	-6.2333	4
11519	Consorcio Bahia De Cadiz	consorcio-bahia-de-cadiz	AN	CA	11028	36.5167	-6.2333	3
11519	Rio San Pedro	rio-san-pedro	AN	CA	11028	36.5167	-6.2333	3
11520	Las Meloneras	las-meloneras	AN	CA	11010	36.6685	-6.367	3
11520	Rota	rota	AN	CA	11010	36.6224	-6.3586	4
11520	Las Brevas	las-brevas	AN	CA	11010	36.7146	-6.3755	4
11520	El Bercial	el-bercial	AN	CA	11010	36.6685	-6.367	3
11520	Rincones	rincones	AN	CA	11010	36.6685	-6.367	3
11530	Rota Naval	rota-naval	AN	CA		36.6798	-6.2173	1
11540	Bonanza	bonanza	AN	CA	11032	36.7984	-6.3358	4
11540	Sanlucar De Barrameda	sanlucar-de-barrameda	AN	CA	11032	36.7781	-6.3515	4
11540	La Jara	la-jara	AN	CA	11032	36.7882	-6.3437	3
11549	La Algaida	la-algaida	AN	CA	11032	36.8679	-6.3041	4
11550	Chipiona	chipiona	AN	CA	11016	36.7366	-6.437	4
11560	Trebujena	trebujena	AN	CA	11037	36.8708	-6.1759	4
11570	La Barca De La Florida	la-barca-de-la-florida	AN	CA	11020	36.6865	-6.1361	1
11570	Garrapilos	garrapilos	AN	CA	11020	36.6865	-6.1361	1
11570	La Suara	la-suara	AN	CA	11020	36.6865	-6.1361	1
11570	Mesas Del Corral	mesas-del-corral	AN	CA	11020	36.6865	-6.1361	1
11570	Puente De La Guareña	puente-de-la-guarena	AN	CA	11020	36.6865	-6.1361	1
11574	Jerez De La Frontera	jerez-de-la-frontera	AN	CA		36.6865	-6.1361	4
11579	Jose Antonio	jose-antonio	AN	CA	11020	36.6865	-6.1361	1
11580	San Jose Del Valle	san-jose-del-valle	AN	CA	11902	36.6055	-5.799	4
11590	Mesas De Asta	mesas-de-asta	AN	CA	11020	36.6865	-6.1361	1
11591	Jerez De La Frontera	jerez-de-la-frontera	AN	CA	11020	36.6865	-6.1361	4
11591	Guadalcacin	guadalcacin	AN	CA	11020	36.6865	-6.1361	3
11592	Jerez De La Frontera	jerez-de-la-frontera	AN	CA	11020	36.6865	-6.1361	4
11593	Jerez De La Frontera	jerez-de-la-frontera	AN	CA	11020	36.6865	-6.1361	4
11593	Cuartillo De La Paz	cuartillo-de-la-paz	AN	CA	11020	36.6865	-6.1361	3
11593	Estella Del Marques	estella-del-marques	AN	CA	11020	36.6865	-6.1361	3
11594	San Isidro De Guadalete	san-isidro-de-guadalete	AN	CA	11020	36.6865	-6.1361	1
11594	El Torno	el-torno	AN	CA	11020	36.6865	-6.1361	1
11595	La Ina	la-ina	AN	CA	11020	36.6865	-6.1361	1
11595	Torrecera	torrecera	AN	CA	11020	36.6865	-6.1361	1
11596	Gibalbin	gibalbin	AN	CA	11020	36.6865	-6.1361	1
11600	Ubrique	ubrique	AN	CA	11038	36.6778	-5.446	4
11610	Grazalema	grazalema	AN	CA	11019	36.7602	-5.3684	4
11610	Gaidovar	gaidovar	AN	CA	11019	36.7602	-5.3684	3
11611	Villaluenga Del Rosario	villaluenga-del-rosario	AN	CA	11040	36.6964	-5.386	4
11612	Benaocaz	benaocaz	AN	CA	11009	36.7007	-5.4222	4
11620	La Pedrosa	la-pedrosa	AN	CA	11006	36.8022	-5.5213	1
11620	El Drago	el-drago	AN	CA	11006	36.8022	-5.5213	1
11620	Junta De Los Rios	junta-de-los-rios	AN	CA	11006	36.8022	-5.5213	1
11620	Jedula	jedula	AN	CA	11006	36.8022	-5.5213	1
11620	Majadales	majadales	AN	CA	11006	36.8022	-5.5213	1
11620	Santa Cecilia	santa-cecilia	AN	CA	11006	36.8022	-5.5213	1
11620	La Misericordia	la-misericordia	AN	CA	11006	36.8022	-5.5213	1
11620	Vega De Los Molinos	vega-de-los-molinos	AN	CA	11006	36.8022	-5.5213	1
11630	Fuensanta	fuensanta	AN	CA	11006	36.76	-5.6726	4
11630	Abrajanejo	abrajanejo	AN	CA	11006	36.7215	-5.8401	3
11630	Las Abiertas	las-abiertas	AN	CA	11006	36.6833	-6.1	4
11630	Arcos De La Frontera	arcos-de-la-frontera	AN	CA	11006	36.7508	-5.8106	4
11630	El Concejo	el-concejo	AN	CA	11006	36.7215	-5.8401	3
11630	Vallejas	vallejas	AN	CA	11006	36.6918	-5.7773	4
11630	Los Barrancos	los-barrancos	AN	CA	11006	36.7215	-5.8401	3
11630	La Sierpe	la-sierpe	AN	CA	11006	36.7215	-5.8401	3
11630	El Yugo	el-yugo	AN	CA	11006	36.7215	-5.8401	3
11630	La Garrapata	la-garrapata	AN	CA	11006	36.7215	-5.8401	3
11630	Toronjil	toronjil	AN	CA	11006	36.7215	-5.8401	3
11638	Santiscal	santiscal	AN	CA	11006	36.7638	-5.7799	4
11638	Industria Quimicas Urumea	industria-quimicas-urumea	AN	CA	11006	36.7638	-5.7799	3
11639	Dehesilla De Algar	dehesilla-de-algar	AN	CA	11003	36.6749	-5.649	4
11639	Algar	algar	AN	CA	11003	36.6575	-5.6556	4
11639	La Perdiz	la-perdiz	AN	CA	11003	36.6662	-5.6523	3
11640	Bornos	bornos	AN	CA	11010	36.8168	-5.7445	4
11648	Espera	espera	AN	CA	11017	36.8745	-5.806	4
11649	Coto De Bornos	coto-de-bornos	AN	CA	11010	36.8456	-5.7752	1
11650	Villamartin	villamartin	AN	CA	11041	36.8598	-5.6448	4
11650	La Cierva	la-cierva	AN	CA	11041	36.8598	-5.6448	3
11659	Pozo Amargo	pozo-amargo	AN	CA	11029	36.9221	-5.543	3
11659	Puerto Serrano	puerto-serrano	AN	CA	11029	36.9221	-5.543	4
11660	Prado Del Rey	prado-del-rey	AN	CA	11026	36.7876	-5.5559	4
11670	El Bosque	el-bosque	AN	CA	11011	36.7583	-5.5054	4
11679	Benamahoma	benamahoma	AN	CA	11019	36.765	-5.4666	4
11680	Algodonales	algodonales	AN	CA	11005	36.8804	-5.4054	4
11680	Juncales	juncales	AN	CA	11005	36.8743	-5.4298	3
11680	Arenal	arenal	AN	CA	11005	36.8735	-5.4197	4
11680	Madrigueras	madrigueras	AN	CA	11005	36.8691	-5.4645	4
11680	La Nava Y Lapa	la-nava-y-lapa	AN	CA	11005	36.8743	-5.4298	3
11680	Campo Huerta	campo-huerta	AN	CA	11005	36.8743	-5.4298	3
11687	El Gastor	el-gastor	AN	CA	11018	36.8548	-5.3233	4
11687	El Jaral	el-jaral	AN	CA	11018	36.8548	-5.3233	3
11687	Era De La Viña	era-de-la-vina	AN	CA	11018	36.8548	-5.3233	3
11687	Ventas Nuevas	ventas-nuevas	AN	CA	11018	36.8548	-5.3233	3
11688	Zahara De La Sierra	zahara-de-la-sierra	AN	CA	11042	36.8333	-5.3833	4
11688	Bocaleones	bocaleones	AN	CA	11042	36.8333	-5.3833	3
11688	Las Casas	las-casas	AN	CA	11042	36.8333	-5.3833	3
11688	Arroyomolinos	arroyomolinos	AN	CA	11042	36.8333	-5.3833	3
11689	La Muela De Algodonales	la-muela-de-algodonales	AN	CA	11005	36.9304	-5.4125	4
11690	Olvera	olvera	AN	CA	11024	36.9342	-5.2668	4
11691	Torre Alhaquime	torre-alhaquime	AN	CA	11036	36.9159	-5.2338	4
11692	Setenil De Las Bodegas	setenil-de-las-bodegas	AN	CA	11034	36.864	-5.1818	4
11693	Alcala Del Valle	alcala-del-valle	AN	CA	11002	36.9045	-5.1724	4
14001	Cordoba	cordoba	AN	CO	14021	37.8916	-4.7727	4
14002	Cordoba	cordoba	AN	CO	14021	37.8916	-4.7727	4
14003	Cordoba	cordoba	AN	CO	14021	37.8916	-4.7727	4
14004	Cordoba	cordoba	AN	CO	14021	37.8916	-4.7727	4
14005	Moroqui (Cordoba)	moroqui-cordoba	AN	CO	14021	37.8916	-4.7727	3
14005	Cordoba	cordoba	AN	CO	14021	37.8916	-4.7727	4
14005	Abejorreras (Cordoba)	abejorreras-cordoba	AN	CO	14021	37.8916	-4.7727	3
14005	Gorgoja, La (Cordoba)	gorgoja-la-cordoba	AN	CO	14021	37.8916	-4.7727	3
14005	Llanos Del Castillo (Cordoba)	llanos-del-castillo-cordoba	AN	CO	14021	37.8916	-4.7727	3
14005	Alcaide, El (Cordoba) (Nucleo)	alcaide-el-cordoba-nucleo	AN	CO	14021	37.8916	-4.7727	3
14005	Golondrina, La (Cordoba)	golondrina-la-cordoba	AN	CO	14021	37.8916	-4.7727	3
14005	Fontanar De Quintos (Cordoba)	fontanar-de-quintos-cordoba	AN	CO	14021	37.8916	-4.7727	3
14005	Terrenos Del Castillo (Cordoba)	terrenos-del-castillo-cordoba	AN	CO	14021	37.8916	-4.7727	3
14005	Veredon De Los Pinos (Cordoba)	veredon-de-los-pinos-cordoba	AN	CO	14021	37.8916	-4.7727	3
14005	Santa Clara (Cordoba)	santa-clara-cordoba	AN	CO	14021	37.8916	-4.7727	3
14005	Aguilarejo Alto Y Bajo (Cordoba) (Nucleo)	aguilarejo-alto-y-bajo-cordoba-nucleo	AN	CO	14021	37.8916	-4.7727	3
14005	Pitas, Las (Cordoba)	pitas-las-cordoba	AN	CO	14021	37.8916	-4.7727	3
14005	Alameda Del Obispo (Cordoba)	alameda-del-obispo-cordoba	AN	CO	14021	37.8916	-4.7727	3
14006	Cordoba	cordoba	AN	CO	14021	37.8916	-4.7727	4
14007	Cordoba	cordoba	AN	CO	14021	37.8916	-4.7727	4
14008	Cordoba	cordoba	AN	CO	14021	37.8916	-4.7727	4
14009	Cordoba	cordoba	AN	CO	14021	37.8916	-4.7727	4
14010	Camino Carbonell (Cordoba)	camino-carbonell-cordoba	AN	CO	14021	37.8916	-4.7727	3
14010	Cordoba	cordoba	AN	CO	14021	37.8916	-4.7727	4
14010	Huerta De La Cruz (Cordoba)	huerta-de-la-cruz-cordoba	AN	CO	14021	37.8916	-4.7727	3
14010	Arenal, El (Cordoba)	arenal-el-cordoba	AN	CO	14021	37.8916	-4.7727	3
14010	Camino Lope Garcia (Cordoba)	camino-lope-garcia-cordoba	AN	CO	14021	37.8916	-4.7727	3
14011	Casilla Del Aire (Santa Maria De Trassierra)	casilla-del-aire-santa-maria-de-trassierra	AN	CO	14021	37.9333	-4.8833	4
14011	Cordoba	cordoba	AN	CO	14021	37.8916	-4.7727	4
14011	Castillo De La Albaida (Cordoba)	castillo-de-la-albaida-cordoba	AN	CO	14021	37.9124	-4.828	3
14011	Hornillo, El (Cordoba)	hornillo-el-cordoba	AN	CO	14021	37.9124	-4.828	3
14011	Gitana, La (Cordoba)	gitana-la-cordoba	AN	CO	14021	37.9124	-4.828	3
14012	Cordoba	cordoba	AN	CO	14021	37.8916	-4.7727	4
14012	Morales, Los (Cordoba)	morales-los-cordoba	AN	CO	14021	37.8916	-4.7727	3
14012	Jardinito, El (Cordoba) (Finca)	jardinito-el-cordoba-finca	AN	CO	14021	37.8916	-4.7727	3
14012	Hospital Los Morales (Cordoba)	hospital-los-morales-cordoba	AN	CO	14021	37.8916	-4.7727	3
14013	Cordoba	cordoba	AN	CO	14021	37.8916	-4.7727	4
14014	Doña Manuela (Cordoba)	dona-manuela-cordoba	AN	CO	14021	37.8916	-4.7727	3
14014	Cordoba	cordoba	AN	CO	14021	37.8916	-4.7727	4
14014	Peñatejada (Cordoba) (Urbanizacion)	penatejada-cordoba-urbanizacion	AN	CO	14021	37.8916	-4.7727	3
14014	Las Corralijas	las-corralijas	AN	CO	14021	37.8916	-4.7727	3
14014	Campiñuela Baja (Cordoba)	campinuela-baja-cordoba	AN	CO	14021	37.8916	-4.7727	3
14014	Universidad Laboral (Cordoba)	universidad-laboral-cordoba	AN	CO	14021	37.8916	-4.7727	3
14014	Torreblanca (Cordoba)	torreblanca-cordoba	AN	CO	14021	37.8916	-4.7727	3
14014	Pedroches (Cordoba) (Nucleo)	pedroches-cordoba-nucleo	AN	CO	14021	37.8916	-4.7727	3
14014	Quemadillas, Las (Cordoba)--Denominacion Popular;No Oficial--	quemadillas-las-cordoba-denominacion-popular-no-oficial	AN	CO	14021	37.8916	-4.7727	3
14029	Valchillon	valchillon	AN	CO	14021	37.8204	-4.8511	4
14029	Hospital Psiquiatrico	hospital-psiquiatrico	AN	CO	14021	37.8204	-4.8511	3
14029	Solanas Del Pilar	solanas-del-pilar	AN	CO	14021	37.8204	-4.8511	3
14029	Santo Domingo	santo-domingo	AN	CO	14021	37.8204	-4.8511	3
14029	El Melgarejo	el-melgarejo	AN	CO	14021	37.8204	-4.8511	3
14029	Cañuelo Bajo (Cordoba)	canuelo-bajo-cordoba	AN	CO	14021	37.8204	-4.8511	3
14029	Las Ermitas	las-ermitas	AN	CO	14021	37.8204	-4.8511	3
14029	Torrehoria	torrehoria	AN	CO	14021	37.8204	-4.8511	3
14029	El Negrete	el-negrete	AN	CO	14021	37.8204	-4.8511	3
14029	Nuestra Señora De Linares	nuestra-senora-de-linares	AN	CO	14021	37.8204	-4.8511	3
14029	La Reina	la-reina	AN	CO	14021	37.8204	-4.8511	3
14029	Las Jaras	las-jaras	AN	CO	14021	37.8204	-4.8511	3
14029	San Llorente	san-llorente	AN	CO	14021	37.8204	-4.8511	3
14029	Guardentera (Cordoba)	guardentera-cordoba	AN	CO	14021	37.8204	-4.8511	3
14029	Los Arenales	los-arenales	AN	CO	14021	37.8204	-4.8511	3
14029	Medina Azahara	medina-azahara	AN	CO	14021	37.8204	-4.8511	3
14029	San Cristobal	san-cristobal	AN	CO	14021	37.8204	-4.8511	3
14070	Cordoba	cordoba	AN	CO		37.8916	-4.7727	4
14071	Cordoba	cordoba	AN	CO	14067	37.8916	-4.7727	4
14080	Cordoba	cordoba	AN	CO		37.8916	-4.7727	4
14100	Algarbes	algarbes	AN	CO	14017	37.6078	-4.966	4
14100	La Paz	la-paz	AN	CO	14017	37.6567	-4.9257	4
14100	El Rinconcillo	el-rinconcillo	AN	CO	14017	37.6685	-4.8821	4
14100	La Carlota	la-carlota	AN	CO	14017	37.6736	-4.9312	4
14100	El Garabato	el-garabato	AN	CO	14017	37.6815	-4.9783	4
14100	Monte Alto	monte-alto	AN	CO	14017	37.6542	-4.9161	4
14110	Silillos	silillos	AN	CO	14030	37.6944	-5.1279	4
14110	Fuente Carreteros	fuente-carreteros	AN	CO	14030	37.6697	-5.1559	4
14111	Chica Carlota	chica-carlota	AN	CO	14017	37.6987	-4.9501	4
14111	Las Pinedas	las-pinedas	AN	CO	14017	37.7091	-4.9481	4
14111	Fuencubierta	fuencubierta	AN	CO	14017	37.7039	-4.9491	3
14112	La Ventilla	la-ventilla	AN	CO	14030	37.6855	-5.0531	1
14113	Cañada Del Rabadan	canada-del-rabadan	AN	CO	14030	37.6555	-5.0835	4
14115	El Villar	el-villar	AN	CO	14018	37.6855	-5.0531	1
14120	Fuente Palmera	fuente-palmera	AN	CO	14030	37.7049	-5.0996	4
14129	Peñalosa	penalosa	AN	CO	14036	37.7316	-5.0854	4
14129	Villalon	villalon	AN	CO	14036	37.7331	-5.1384	4
14129	La Herreria	la-herreria	AN	CO	14036	37.7379	-5.1135	4
14129	Puebla De La Parrilla	puebla-de-la-parrilla	AN	CO	14036	37.7397	-5.1172	3
14129	Ochavillo Del Rio	ochavillo-del-rio	AN	CO	14036	37.7561	-5.1313	4
14130	Guadalcazar	guadalcazar	AN	CO	14033	37.7574	-4.9439	4
14130	Barrio San Vicente (Guadalcazar)	barrio-san-vicente-guadalcazar	AN	CO	14033	37.7574	-4.9439	4
14140	La Victoria	la-victoria	AN	CO	14065	37.6813	-4.852	4
14150	San Sebastian De Ballesteros	san-sebastian-de-ballesteros	AN	CO	14059	37.6538	-4.8241	4
14190	Puente Viejo	puente-viejo	AN	CO	14010	37.8811	-4.811	1
14191	Quintana, Aldea	quintana-aldea	AN	CO	14017	37.8811	-4.811	1
14191	El Arrecife	el-arrecife	AN	CO	14017	37.8811	-4.811	1
14192	Cordoba	cordoba	AN	CO	14021	37.8916	-4.7727	4
14192	Las Siete Fincas	las-siete-fincas	AN	CO	14021	37.8916	-4.7727	3
14192	El Puerto	el-puerto	AN	CO	14021	37.8916	-4.7727	3
14192	Campo Alegre	campo-alegre	AN	CO	14021	37.8916	-4.7727	3
14193	El Higueron	el-higueron	AN	CO	14017	37.8706	-4.8492	4
14193	Cortijo El Rubio	cortijo-el-rubio	AN	CO	14017	37.8706	-4.8492	3
14200	Peñarroya-Pueblonuevo	penarroya-pueblonuevo	AN	CO	14052	38.3	-5.2667	4
14206	Valsequillo	valsequillo	AN	CO	14064	38.4	-5.35	4
14207	La Granjuela	la-granjuela	AN	CO	14032	38.3667	-5.35	4
14208	Los Blazquez	los-blazquez	AN	CO	14011	38.4	-5.4333	4
14209	Porvenir De La Industria	porvenir-de-la-industria	AN	CO	14009	38.225	-5.275	3
14209	El Hoyo	el-hoyo	AN	CO	14009	38.2333	-5.2833	4
14209	El Entredicho	el-entredicho	AN	CO	14009	38.225	-5.275	3
14209	Doña Rama	dona-rama	AN	CO	14009	38.2167	-5.2667	4
14210	Solana Del Peñon	solana-del-penon	AN	CO	14026	38.1333	-4.9	3
14210	Villaharta	villaharta	AN	CO	14026	38.1333	-4.9	4
14210	Fuente Agria	fuente-agria	AN	CO	14026	38.1333	-4.9	3
14210	La Mimbre	la-mimbre	AN	CO	14026	38.1333	-4.9	3
14210	Cerro Miguelito	cerro-miguelito	AN	CO	14026	38.1333	-4.9	3
14210	Pabellones De San Isidro	pabellones-de-san-isidro	AN	CO	14026	38.1333	-4.9	3
14220	Espiel	espiel	AN	CO	14026	38.2	-5.0167	4
14220	Estacion De Espiel	estacion-de-espiel	AN	CO	14026	38.2	-5.0167	3
14220	La Ballesta	la-ballesta	AN	CO	14026	38.2	-5.0167	3
14220	Mina De La Concepcion	mina-de-la-concepcion	AN	CO	14026	38.2	-5.0167	3
14220	Central Termica Puente Nuevo	central-termica-puente-nuevo	AN	CO	14026	38.2	-5.0167	3
14230	Villanueva Del Rey	villanueva-del-rey	AN	CO	14071	38.2	-5.15	4
14240	Belmez	belmez	AN	CO	14009	38.2667	-5.2	4
14249	Navalcuervo	navalcuervo	AN	CO	14009	38.2	-5.3	4
14249	Posadilla	posadilla	AN	CO	14009	38.1833	-5.2833	4
14249	Alcornocal	alcornocal	AN	CO	14009	38.1833	-5.3333	4
14249	Los Panchez	los-panchez	AN	CO	14009	38.1833	-5.3333	4
14250	Villanueva Del Duque	villanueva-del-duque	AN	CO	14070	38.3833	-5	4
14260	Fuente La Lancha	fuente-la-lancha	AN	CO	14028	38.4167	-5.0333	4
14270	Hinojosa Del Duque	hinojosa-del-duque	AN	CO	14035	38.5006	-5.1465	4
14280	Belalcazar	belalcazar	AN	CO	14008	38.5757	-5.1665	4
14280	Madroñiz	madroniz	AN	CO	14008	38.5757	-5.1665	3
14280	Santa Clara (Belalcazar)	santa-clara-belalcazar	AN	CO	14008	38.5757	-5.1665	4
14280	Cachiporro	cachiporro	AN	CO	14008	38.5757	-5.1665	3
14280	Dehesa De Las Alcantarillas	dehesa-de-las-alcantarillas	AN	CO	14008	38.5757	-5.1665	3
14280	Chaparral	chaparral	AN	CO	14008	38.5757	-5.1665	3
14290	Fuente Obejuna	fuente-obejuna	AN	CO	14029	38.2667	-5.4167	4
14297	Cuenca	cuenca	AN	CO	14029	38.1979	-5.4125	1
14298	Piconcillo	piconcillo	AN	CO	14029	38.1833	-5.4667	4
14298	Argallon	argallon	AN	CO	14029	38.2	-5.4833	4
14298	La Coronada	la-coronada	AN	CO	14029	38.25	-5.5	4
14299	Cañada Del Gamo	canada-del-gamo	AN	CO	14029	38.2	-5.3833	4
14299	Los Morenos	los-morenos	AN	CO	14029	38.15	-5.35	4
14299	Ojuelos Altos	ojuelos-altos	AN	CO	14029	38.1833	-5.35	4
14299	Ojuelos Bajos	ojuelos-bajos	AN	CO	14029	38.1708	-5.3583	3
14299	Cardenchosa	cardenchosa	AN	CO	14029	38.15	-5.35	4
14300	Villaviciosa De Cordoba	villaviciosa-de-cordoba	AN	CO	14073	38.0833	-5.0167	4
14310	Obejo	obejo	AN	CO	14047	38.1326	-4.8002	4
14320	Obejo, De (Estacion)	obejo-de-estacion	AN	CO	14026	38.0358	-4.8632	1
14320	El Vacar	el-vacar	AN	CO	14026	38.0358	-4.8632	1
14330	Brimz (Centro Militar)	brimz-centro-militar	AN	CO		38.0358	-4.8632	1
14350	Cordoba	cordoba	AN	CO	14021	37.8916	-4.7727	4
14350	Cerro Muriano (Nucleo)	cerro-muriano-nucleo	AN	CO	14021	37.8916	-4.7727	3
14400	Pozoblanco	pozoblanco	AN	CO	14054	38.3791	-4.8483	4
14410	Torrecampo	torrecampo	AN	CO	14062	38.4667	-4.6667	4
14412	Pedroche	pedroche	AN	CO	14051	38.4285	-4.7632	4
14413	El Guijo	el-guijo	AN	CO	14034	38.4476	-4.715	1
14420	Villafranca De Cordoba	villafranca-de-cordoba	AN	CO	14067	37.9626	-4.5455	4
14430	Adamuz	adamuz	AN	CO	14001	38.0267	-4.5223	4
14439	Algallarin	algallarin	AN	CO	14001	38.0267	-4.5223	1
14440	Villanueva De Cordoba	villanueva-de-cordoba	AN	CO	14016	38.3228	-4.6287	4
14445	El Cerezo	el-cerezo	AN	CO	14009	38.2702	-4.3236	3
14445	Cardeña	cardena	AN	CO	14009	38.2702	-4.3236	4
14446	Venta Del Charco	venta-del-charco	AN	CO	14016	38.2039	-4.2791	4
14447	Azuel	azuel	AN	CO	14016	38.3261	-4.3282	4
14448	Conquista	conquista	AN	CO	14020	38.4	-4.5	4
14450	Añora	anora	AN	CO	14006	38.4167	-4.9	4
14460	Dos Torres	dos-torres	AN	CO	14023	38.45	-4.9	4
14470	El Viso	el-viso	AN	CO	14073	38.4833	-4.95	4
14480	Alcaracejos	alcaracejos	AN	CO	14003	38.3833	-4.9667	4
14480	Mojonera	mojonera	AN	CO	14003	38.3833	-4.9667	3
14490	Villaralto	villaralto	AN	CO	14072	38.45	-4.9833	4
14491	Santa Eufemia	santa-eufemia	AN	CO	14061	38.6	-4.9	4
14500	Cordobilla	cordobilla	AN	CO	14056	37.3589	-4.7288	4
14500	Puente Genil	puente-genil	AN	CO	14056	37.3894	-4.7669	4
14500	Majada Vieja	majada-vieja	AN	CO	14056	37.3742	-4.7478	3
14500	El Rabanal	el-rabanal	AN	CO	14056	37.3742	-4.7478	3
14510	Moriles	moriles	AN	CO	14045	37.4367	-4.6076	4
14511	Dehesa Del Cañaveral	dehesa-del-canaveral	AN	CO	14038	37.4188	-4.588	3
14511	Navas Del Selpillar	navas-del-selpillar	AN	CO	14038	37.4188	-4.588	4
14511	Colina De La Virgen	colina-de-la-virgen	AN	CO	14038	37.4188	-4.588	3
14511	Los Piedros	los-piedros	AN	CO	14038	37.4188	-4.588	3
14512	La Mina	la-mina	AN	CO	14056	37.4132	-4.3955	3
14512	Puerto Alegre	puerto-alegre	AN	CO	14056	37.4088	-4.788	4
14512	Ribera Baja	ribera-baja	AN	CO	14056	37.4496	-3.8354	4
14512	Palomar	palomar	AN	CO	14056	37.3802	-4.761	4
14512	Isla Del Obispo	isla-del-obispo	AN	CO	14056	37.4132	-4.3955	3
14512	Ribera Alta	ribera-alta	AN	CO	14056	37.4651	-3.8392	4
14512	Bocas De Riguelo	bocas-de-riguelo	AN	CO	14056	37.4132	-4.3955	3
14512	Sotogordo	sotogordo	AN	CO	14056	37.3623	-4.754	4
14520	Fernan-Nuñez	fernan-nunez	AN	CO	14027	37.6704	-4.7264	4
14530	Montemayor	montemayor	AN	CO	14041	37.6479	-4.6978	4
14540	La Rambla	la-rambla	AN	CO	14057	37.5714	-4.7965	1
14546	Santaella	santaella	AN	CO	14060	37.5629	-4.8436	4
14547	El Fontanar	el-fontanar	AN	CO	14060	37.5714	-4.7965	1
14547	La Guijarrosa	la-guijarrosa	AN	CO	14060	37.5714	-4.7965	1
14548	Montalban De Cordoba	montalban-de-cordoba	AN	CO	14040	37.58	-4.7494	4
14549	Huertas Bocas Del Salado	huertas-bocas-del-salado	AN	CO	14060	37.5714	-4.7965	1
14549	Huertas Del Ingeniero	huertas-del-ingeniero	AN	CO	14060	37.5714	-4.7965	1
14549	La Montiela	la-montiela	AN	CO	14060	37.5714	-4.7965	1
14549	Huertas Del Sol	huertas-del-sol	AN	CO	14060	37.5714	-4.7965	1
14550	Riofrio	riofrio	AN	CO	14006	37.5227	-4.5786	4
14550	Montilla	montilla	AN	CO	14006	37.5863	-4.6381	4
14550	Sierra O Buenavista (Montilla)	sierra-o-buenavista-montilla	AN	CO	14006	37.5549	-4.6357	3
14550	Jarata	jarata	AN	CO	14006	37.5558	-4.6904	4
14550	La Salud	la-salud	AN	CO	14006	37.5549	-4.6357	3
14550	La Zarza	la-zarza	AN	CO	14006	37.5549	-4.6357	3
14550	Carchena	carchena	AN	CO	14006	37.5549	-4.6357	3
14550	Cerro Del Humo	cerro-del-humo	AN	CO	14006	37.5549	-4.6357	3
14550	Cortijo Blanco	cortijo-blanco	AN	CO	14006	37.5549	-4.6357	3
14550	Llano Del Mesto	llano-del-mesto	AN	CO	14006	37.5549	-4.6357	3
14550	Vereda De Cerro Macho	vereda-de-cerro-macho	AN	CO	14006	37.5549	-4.6357	3
14550	San Francisco	san-francisco	AN	CO	14006	37.5549	-4.6357	3
14600	Santa Brigida	santa-brigida	AN	CO	14043	38.219	-2.9807	3
14600	Campiña	campina	AN	CO	14043	38.219	-2.9807	4
14600	Torrecilla	torrecilla	AN	CO	14043	38.219	-2.9807	3
14600	Madroñal	madronal	AN	CO	14043	38.219	-2.9807	3
14600	Charco Del Novillo	charco-del-novillo	AN	CO	14043	38.219	-2.9807	3
14600	Huertos Familiares San Fernando	huertos-familiares-san-fernando	AN	CO	14043	38.219	-2.9807	3
14600	Casillas De Velasco	casillas-de-velasco	AN	CO	14043	38.219	-2.9807	3
14600	Estacion, La (Montoro)	estacion-la-montoro	AN	CO	14043	38.219	-2.9807	3
14600	Montoro	montoro	AN	CO	14043	38.219	-2.9807	3
14600	Nava	nava	AN	CO	14043	38.219	-2.9807	3
14610	Alcolea	alcolea	AN	CO	14001	37.9426	-4.6757	4
14610	Ribera Baja (Cordoba)	ribera-baja-cordoba	AN	CO	14001	37.9426	-4.6757	3
14610	Barriada Del Angel (Alcolea)	barriada-del-angel-alcolea	AN	CO	14001	37.9426	-4.6757	4
14610	Porrillas	porrillas	AN	CO	14001	37.9426	-4.6757	3
14610	Sol, El (Alcolea)	sol-el-alcolea	AN	CO	14001	37.9426	-4.6757	4
14610	Los Cansinos	los-cansinos	AN	CO	14001	37.9426	-4.6757	3
14610	Monton De Tierra	monton-de-tierra	AN	CO	14001	37.9426	-4.6757	3
14610	Encinares De Alcolea	encinares-de-alcolea	AN	CO	14001	37.9426	-4.6757	3
14620	El Carpio	el-carpio	AN	CO	14018	37.9408	-4.497	4
14620	Maruanas	maruanas	AN	CO	14018	37.8593	-4.1003	3
14620	San Antonio	san-antonio	AN	CO	14018	37.7777	-3.7036	4
14620	La Huelga	la-huelga	AN	CO	14018	37.8593	-4.1003	3
14630	Pedro Abad	pedro-abad	AN	CO	14050	37.9669	-4.4556	4
14640	Villa Del Rio	villa-del-rio	AN	CO	14066	37.9811	-4.29	4
14650	Bujalance	bujalance	AN	CO	14012	37.8956	-4.3807	4
14650	Los Leones	los-leones	AN	CO	14012	37.8956	-4.3807	3
14650	Maria Aparicio	maria-aparicio	AN	CO	14012	37.8956	-4.3807	3
14650	La Cruz	la-cruz	AN	CO	14012	37.8956	-4.3807	3
14650	Dehesa De Potros	dehesa-de-potros	AN	CO	14012	37.8956	-4.3807	3
14659	Morente	morente	AN	CO	14012	37.9314	-4.4115	4
14660	Cañete De Las Torres	canete-de-las-torres	AN	CO	14014	37.8672	-4.3184	4
14670	Valenzuela	valenzuela	AN	CO	14063	37.7756	-4.2204	4
14700	La Chirritana	la-chirritana	AN	CO	14049	37.7002	-5.2812	3
14700	Palma Del Rio	palma-del-rio	AN	CO	14049	37.7002	-5.2812	4
14700	Pedro Diaz	pedro-diaz	AN	CO	14049	37.7002	-5.2812	3
14700	El Rincon	el-rincon	AN	CO	14049	37.7002	-5.2812	3
14700	El Pizon	el-pizon	AN	CO	14049	37.7002	-5.2812	3
14700	El Calonge	el-calonge	AN	CO	14049	37.7002	-5.2812	3
14700	Barriada Estacion (Palma Del Rio)	barriada-estacion-palma-del-rio	AN	CO	14049	37.7002	-5.2812	3
14700	La Barqueta	la-barqueta	AN	CO	14049	37.7002	-5.2812	3
14700	Casas De Huertas Pedro Diaz	casas-de-huertas-pedro-diaz	AN	CO	14049	37.7002	-5.2812	3
14700	Chalets Acebuchal	chalets-acebuchal	AN	CO	14049	37.7002	-5.2812	3
14700	Chalets Baldio	chalets-baldio	AN	CO	14049	37.7002	-5.2812	3
14700	Chalets La Algaba	chalets-la-algaba	AN	CO	14049	37.7002	-5.2812	3
14700	Arriel	arriel	AN	CO	14049	37.7002	-5.2812	3
14700	Casas De Huertas Arriel	casas-de-huertas-arriel	AN	CO	14049	37.7002	-5.2812	3
14700	Carrascal, El (Palma Del Rio)	carrascal-el-palma-del-rio	AN	CO	14049	37.7002	-5.2812	3
14700	Casas De Huertas El Rincon	casas-de-huertas-el-rincon	AN	CO	14049	37.7002	-5.2812	3
14700	La Graja	la-graja	AN	CO	14049	37.7002	-5.2812	3
14700	Pimentada	pimentada	AN	CO	14049	37.7002	-5.2812	3
14700	Vega De Santa Lucia	vega-de-santa-lucia	AN	CO	14049	37.7002	-5.2812	3
14700	Veredon El Mohino	veredon-el-mohino	AN	CO	14049	37.7002	-5.2812	3
14700	La Jara	la-jara	AN	CO	14049	37.7002	-5.2812	3
14709	Mesas De Guadalora	mesas-de-guadalora	AN	CO	14036	37.7002	-5.2812	1
14709	Bembezar Del Caudillo	bembezar-del-caudillo	AN	CO	14036	37.7002	-5.2812	1
14709	Cespedes	cespedes	AN	CO	14036	37.7002	-5.2812	1
14710	Majaneque	majaneque	AN	CO	14021	37.8333	-4.8667	4
14710	Villarrubia (Villarrubia) (Nucleo)	villarrubia-villarrubia-nucleo	AN	CO	14021	37.85	-4.9	4
14710	Real Soriana (Villarrubia) (Vereda)	real-soriana-villarrubia-vereda	AN	CO	14021	37.85	-4.9	4
14710	Barquera, La (Villarrubia)	barquera-la-villarrubia	AN	CO	14021	37.85	-4.9	4
14711	Encinarejo De Cordoba (Nucleo)	encinarejo-de-cordoba-nucleo	AN	CO	14021	37.8458	-4.8917	1
14719	Veredon De Los Frailes	veredon-de-los-frailes	AN	CO	14021	37.8458	-4.8917	1
14720	Almodovar Del Rio	almodovar-del-rio	AN	CO	14005	37.8107	-5.0204	4
14720	Nuestra Señora Del Rosario	nuestra-senora-del-rosario	AN	CO	14005	37.8107	-5.0204	3
14729	Llanos, Los (Almodovar Del Rio)	llanos-los-almodovar-del-rio	AN	CO	14005	37.8107	-5.0204	4
14729	Los Mochos	los-mochos	AN	CO	14005	37.8107	-5.0204	3
14730	Posadas	posadas	AN	CO	14053	37.8021	-5.1073	4
14739	Rivero De Posadas	rivero-de-posadas	AN	CO	14053	37.792	-5.144	4
14740	Los Corrales	los-corrales	AN	CO	14036	38.0278	-5.15	3
14740	El Aguila	el-aguila	AN	CO	14036	38.3	-5.0167	4
14740	Las Aljabaras	las-aljabaras	AN	CO	14036	37.95	-5.2	4
14740	Los Angeles	los-angeles	AN	CO	14036	38.0278	-5.15	3
14740	Hornachuelos	hornachuelos	AN	CO	14036	37.8333	-5.2333	4
14740	Almarja	almarja	AN	CO	14036	38.0278	-5.15	3
14740	Las Mezquetillas	las-mezquetillas	AN	CO	14036	38.0278	-5.15	3
14740	El Alta	el-alta	AN	CO	14036	38.0278	-5.15	3
14749	San Calixto	san-calixto	AN	CO		37.95	-5.3167	4
14749	Moratalla	moratalla	AN	CO		37.779	-5.2034	4
14749	Nava De Los Corchos	nava-de-los-corchos	AN	CO		37.8645	-5.2601	3
14800	El Salado	el-salado	AN	CO	14055	37.4381	-4.1952	3
14800	Priego De Cordoba	priego-de-cordoba	AN	CO	14055	37.4381	-4.1952	4
14800	Jaula	jaula	AN	CO	14055	37.4381	-4.1952	3
14800	Las Navas	las-navas	AN	CO	14055	37.4381	-4.1952	3
14800	Navasequilla	navasequilla	AN	CO	14055	37.4381	-4.1952	3
14800	Los Prados	los-prados	AN	CO	14055	37.4381	-4.1952	3
14810	Carcabuey	carcabuey	AN	CO	14015	37.4442	-4.2747	4
14810	El Portazgo	el-portazgo	AN	CO	14015	37.4442	-4.2747	3
14810	Fuente Dura	fuente-dura	AN	CO	14015	37.4442	-4.2747	3
14810	Bernabe	bernabe	AN	CO	14015	37.4442	-4.2747	3
14811	Algar	algar	AN	CO	14013	37.4703	-4.1403	1
14811	Los Villares	los-villares	AN	CO	14013	37.4703	-4.1403	1
14811	Los Lopez	los-lopez	AN	CO	14013	37.4703	-4.1403	1
14811	Gaena-Casas Gallegas	gaena-casas-gallegas	AN	CO	14013	37.4703	-4.1403	1
14812	Almedinilla	almedinilla	AN	CO	14004	37.439	-4.0905	4
14812	Cuesta Blanca	cuesta-blanca	AN	CO	14004	37.439	-4.0905	3
14813	Venta Valero	venta-valero	AN	CO	14004	37.4071	-4.0109	4
14813	Sileras	sileras	AN	CO	14004	37.4629	-4.0651	4
14813	La Fuente Grande	la-fuente-grande	AN	CO	14004	37.4067	-4.0822	4
14813	Bracana	bracana	AN	CO	14004	37.4122	-4.0457	4
14813	Carrasca, La (Almedinilla)	carrasca-la-almedinilla	AN	CO	14004	37.4222	-4.051	3
14813	Los Rios	los-rios	AN	CO	14004	37.4222	-4.051	3
14814	El Tarajal	el-tarajal	AN	CO	14055	37.4934	-4.1937	4
14814	Campo Nubes	campo-nubes	AN	CO	14055	37.5444	-4.1619	4
14814	Zamoranos	zamoranos	AN	CO	14055	37.5259	-4.1648	4
14815	Fuente Tojar	fuente-tojar	AN	CO	14031	37.511	-4.1463	4
14815	Castil De Campos	castil-de-campos	AN	CO	14031	37.4919	-4.1436	4
14815	La Cubertilla	la-cubertilla	AN	CO	14031	37.5014	-4.1449	3
14815	El Solvito	el-solvito	AN	CO	14031	37.5014	-4.1449	3
14815	Azores	azores	AN	CO	14031	37.5014	-4.1449	3
14815	Cañuelo, El (Priego De Cordoba)	canuelo-el-priego-de-cordoba	AN	CO	14031	37.5014	-4.1449	3
14815	Vega, La (Priego De Cordoba)	vega-la-priego-de-cordoba	AN	CO	14031	37.5014	-4.1449	3
14815	Todos Aires	todos-aires	AN	CO	14031	37.5014	-4.1449	3
14815	Las Angosturas	las-angosturas	AN	CO	14031	37.5014	-4.1449	3
14816	Las Higueras	las-higueras	AN	CO	14015	37.4745	-4.1142	4
14816	Las Paradejas	las-paradejas	AN	CO	14015	37.479	-4.1814	3
14816	La Concepcion	la-concepcion	AN	CO	14015	37.4518	-4.1548	4
14816	Villa Turistica De La Subbetica	villa-turistica-de-la-subbetica	AN	CO	14015	37.479	-4.1814	3
14816	Zagrilla	zagrilla	AN	CO	14015	37.4873	-4.2421	4
14816	Genilla	genilla	AN	CO	14015	37.479	-4.1814	3
14816	El Esparragal	el-esparragal	AN	CO	14015	37.5024	-4.2146	4
14816	El Poleo	el-poleo	AN	CO	14015	37.479	-4.1814	3
14816	Zagrilla Alta	zagrilla-alta	AN	CO	14015	37.479	-4.1814	3
14816	Zagrilla Baja	zagrilla-baja	AN	CO	14015	37.479	-4.1814	3
14817	La Poyata	la-poyata	AN	CO	14055	37.4703	-4.1403	1
14817	Las Lagunillas	las-lagunillas	AN	CO	14055	37.4703	-4.1403	1
14817	El Castellar	el-castellar	AN	CO	14055	37.4703	-4.1403	1
14820	Santa Cruz	santa-cruz	AN	CO	14021	37.7339	-4.6334	4
14820	Cortijo La Reina	cortijo-la-reina	AN	CO	14021	37.7339	-4.6334	3
14820	Pragdena	pragdena	AN	CO	14021	37.7339	-4.6334	3
14820	Torres Cabrera	torres-cabrera	AN	CO	14021	37.7339	-4.6334	3
14820	Atalayuela	atalayuela	AN	CO	14021	37.7339	-4.6334	3
14830	Espejo	espejo	AN	CO	14025	37.6798	-4.5535	4
14840	Castro Del Rio	castro-del-rio	AN	CO	14019	37.6912	-4.4806	4
14840	Garci-Calvo	garci-calvo	AN	CO	14019	37.6912	-4.4806	3
14850	Palomarejo	palomarejo	AN	CO	14007	37.6167	-4.3225	3
14850	Sierra, La (Baena)	sierra-la-baena	AN	CO	14007	37.6167	-4.3225	4
14850	Aladid	aladid	AN	CO	14007	37.6167	-4.3225	3
14850	Baena	baena	AN	CO	14007	37.6167	-4.3225	4
14850	Manosalva	manosalva	AN	CO	14007	37.6167	-4.3225	3
14857	Nueva Carteya	nueva-carteya	AN	CO	14019	37.5863	-4.4676	4
14858	Llano Del Espinar	llano-del-espinar	AN	CO	14019	37.6225	-4.3377	1
14859	Albendin	albendin	AN	CO	14007	37.6703	-4.2385	4
14859	Fuentidueña	fuentiduena	AN	CO	14007	37.6703	-4.2385	3
14860	Doña Mencia	dona-mencia	AN	CO	14022	37.5535	-4.356	4
14870	Zuheros	zuheros	AN	CO	14075	37.5433	-4.3153	4
14880	Morellana	morellana	AN	CO	14039	37.5282	-4.2395	4
14880	Los Montes	los-montes	AN	CO	14039	37.5481	-4.2663	3
14880	Estacion, La (Luque)	estacion-la-luque	AN	CO	14039	37.558	-4.2797	4
14880	Marbella	marbella	AN	CO	14039	37.5481	-4.2663	3
14880	Luque	luque	AN	CO	14039	37.558	-4.2797	4
14880	Peñillas	penillas	AN	CO	14039	37.5481	-4.2663	3
14900	Arroyuelos (Lucena)	arroyuelos-lucena	AN	CO	14038	37.4088	-4.4852	4
14900	Lucena	lucena	AN	CO	14038	37.4088	-4.4852	4
14900	Campo De Aras	campo-de-aras	AN	CO	14038	37.4088	-4.4852	3
14900	Cristo Marroqui	cristo-marroqui	AN	CO	14038	37.4088	-4.4852	3
14900	Martin Gonzalez	martin-gonzalez	AN	CO	14038	37.4088	-4.4852	3
14900	Molino Navajas-El Zarpazo	molino-navajas-el-zarpazo	AN	CO	14038	37.4088	-4.4852	3
14900	Las Vegas	las-vegas	AN	CO	14038	37.4088	-4.4852	3
14900	Los Santos	los-santos	AN	CO	14038	37.4088	-4.4852	3
14900	Anjaron	anjaron	AN	CO	14038	37.4088	-4.4852	3
14910	Benameji	benameji	AN	CO	14010	37.2683	-4.5412	4
14911	Huertas Duque	huertas-duque	AN	CO	14038	37.303	-4.6556	3
14911	Jauja	jauja	AN	CO	14038	37.303	-4.6556	4
14911	Huertas Llanos	huertas-llanos	AN	CO	14038	37.303	-4.6556	3
14912	Vadofresno	vadofresno	AN	CO	14021	37.2823	-4.4257	4
14913	Encinas Reales	encinas-reales	AN	CO	14024	37.2742	-4.4883	4
14913	Zurreon	zurreon	AN	CO	14024	37.2742	-4.4883	3
14913	Venta Del Rio Anzur	venta-del-rio-anzur	AN	CO	14024	37.2742	-4.4883	3
14914	Palenciana	palenciana	AN	CO	14048	37.2485	-4.5826	4
14915	El Tejar	el-tejar	AN	CO	14010	37.238	-4.5462	4
14920	Aguilar De La Frontera	aguilar-de-la-frontera	AN	CO	14002	37.5148	-4.6572	4
14930	Monturque	monturque	AN	CO	14013	37.4719	-4.5816	4
14940	La Alcantarilla	la-alcantarilla	AN	CO	14013	37.3865	-4.2319	3
14940	El Martinete	el-martinete	AN	CO	14013	37.2144	-3.8115	4
14940	Estacion, La (Cabra)	estacion-la-cabra	AN	CO	14013	37.4725	-4.4421	4
14940	Huertas Bajas De Cabra	huertas-bajas-de-cabra	AN	CO	14013	37.3865	-4.2319	3
14940	Cabra	cabra	AN	CO	14013	37.4725	-4.4421	4
14940	Piedras De Varo	piedras-de-varo	AN	CO	14013	37.3865	-4.2319	3
14940	Ermita Virgen De La Sierra	ermita-virgen-de-la-sierra	AN	CO	14013	37.3865	-4.2319	3
14940	La Alcaidia	la-alcaidia	AN	CO	14013	37.3865	-4.2319	3
14940	Los Llanos	los-llanos	AN	CO	14013	37.3865	-4.2319	3
14940	La Benita	la-benita	AN	CO	14013	37.3865	-4.2319	3
14940	Ermita De La Esperanza	ermita-de-la-esperanza	AN	CO	14013	37.3865	-4.2319	3
14940	Los Aranda	los-aranda	AN	CO	14013	37.3865	-4.2319	3
14940	Cid Toledo	cid-toledo	AN	CO	14013	37.3865	-4.2319	3
14950	Zambra	zambra	AN	CO	14007	37.3846	-4.3865	4
14950	Cañada De Zambra	canada-de-zambra	AN	CO	14007	37.3846	-4.3865	3
14950	Campullas	campullas	AN	CO	14007	37.3846	-4.3865	3
14950	Burbunera	burbunera	AN	CO	14007	37.3846	-4.3865	3
14950	Arroyo Tijeras	arroyo-tijeras	AN	CO	14007	37.3846	-4.3865	3
14950	El Nacimiento	el-nacimiento	AN	CO	14007	37.3846	-4.3865	3
14950	Las Viboras	las-viboras	AN	CO	14007	37.3846	-4.3865	3
14950	Los Perez	los-perez	AN	CO	14007	37.3846	-4.3865	3
14950	Granadilla	granadilla	AN	CO	14007	37.3846	-4.3865	3
14950	Palomares	palomares	AN	CO	14007	37.3846	-4.3865	3
14950	Cerrillo Zambra	cerrillo-zambra	AN	CO	14007	37.3846	-4.3865	3
14950	Las Piedras	las-piedras	AN	CO	14007	37.3846	-4.3865	3
14950	Llanos De Don Juan	llanos-de-don-juan	AN	CO	14007	37.3846	-4.3865	3
14960	Pantano (Rute)	pantano-rute	AN	CO	14058	37.3269	-4.3683	4
14960	Isla Alta	isla-alta	AN	CO	14058	37.3269	-4.3683	3
14960	Rute	rute	AN	CO	14058	37.3269	-4.3683	4
14960	Rio Anzur	rio-anzur	AN	CO	14058	37.3269	-4.3683	3
14960	Morales, Los (Rute)	morales-los-rute	AN	CO	14058	37.3269	-4.3683	4
14960	El Vadillo	el-vadillo	AN	CO	14058	37.3269	-4.3683	3
14960	Fuente De Las Cañas	fuente-de-las-canas	AN	CO	14058	37.3269	-4.3683	3
14960	Isla Baja	isla-baja	AN	CO	14058	37.3269	-4.3683	3
14970	Cierzos Y Cabreras	cierzos-y-cabreras	AN	CO	14037	37.2577	-4.3084	3
14970	Iznajar	iznajar	AN	CO	14037	37.2577	-4.3084	4
14970	Valdearenas	valdearenas	AN	CO	14037	37.2577	-4.3084	3
14978	Fuente Del Conde	fuente-del-conde	AN	CO	14037	37.2054	-4.301	4
14978	Montes Claros	montes-claros	AN	CO	14037	37.2054	-4.301	3
14978	Los Concejos	los-concejos	AN	CO	14037	37.2054	-4.301	3
14978	Los Pechos	los-pechos	AN	CO	14037	37.2054	-4.301	3
14978	Corona Algaida Y Gata	corona-algaida-y-gata	AN	CO	14037	37.2054	-4.301	3
14978	Cruz De Algaida	cruz-de-algaida	AN	CO	14037	37.2054	-4.301	3
14978	Arroyo Del Cerezo	arroyo-del-cerezo	AN	CO	14037	37.2054	-4.301	3
14978	El Adelantado	el-adelantado	AN	CO	14037	37.2054	-4.301	3
14978	Valenzuela Y Llanadas	valenzuela-y-llanadas	AN	CO	14037	37.2054	-4.301	3
14978	Las Chozas	las-chozas	AN	CO	14037	37.2054	-4.301	3
14978	Alarconas Y Antorchas	alarconas-y-antorchas	AN	CO	14037	37.2054	-4.301	3
14979	El Higueral	el-higueral	AN	CO	14037	37.3175	-4.256	4
14979	Los Juncares	los-juncares	AN	CO	14037	37.2876	-4.2822	3
14979	Hoz, La (Iznajar)	hoz-la-iznajar	AN	CO	14037	37.2577	-4.3084	4
14979	Lorite	lorite	AN	CO	14037	37.2876	-4.2822	3
14979	Solerche	solerche	AN	CO	14037	37.2876	-4.2822	3
14979	La Celada	la-celada	AN	CO	14037	37.2876	-4.2822	3
14979	Hoz, La (Rute)	hoz-la-rute	AN	CO	14037	37.2876	-4.2822	3
14979	El Jaramillo	el-jaramillo	AN	CO	14037	37.2876	-4.2822	3
14979	Arroyo De Priego	arroyo-de-priego	AN	CO	14037	37.2876	-4.2822	3
18001	Granada	granada	AN	GR	18087	37.1882	-3.6067	4
18002	Granada	granada	AN	GR	18087	37.1882	-3.6067	4
18003	Granada	granada	AN	GR	18087	37.1882	-3.6067	4
18004	Granada	granada	AN	GR	18087	37.1882	-3.6067	4
18005	Granada	granada	AN	GR	18087	37.1882	-3.6067	4
18006	Granada	granada	AN	GR	18087	37.1882	-3.6067	4
18007	Granada	granada	AN	GR	18087	37.1882	-3.6067	4
18008	Granada	granada	AN	GR	18087	37.1882	-3.6067	4
18009	Granada	granada	AN	GR	18087	37.1882	-3.6067	4
18010	Granada	granada	AN	GR	18087	37.1882	-3.6067	4
18011	Granada	granada	AN	GR	18087	37.1882	-3.6067	4
18012	Granada	granada	AN	GR	18087	37.1882	-3.6067	4
18013	Granada	granada	AN	GR	18087	37.1882	-3.6067	4
18014	Granada	granada	AN	GR	18087	37.1882	-3.6067	4
18015	Granada	granada	AN	GR	18087	37.1882	-3.6067	4
18016	Parque Tecnologico De La Salud (Armilla)	parque-tecnologico-de-la-salud-armilla	AN	GR	18087	37.141	-3.6185	4
18016	Parque Tecnologico De La Salud (La Zubia)	parque-tecnologico-de-la-salud-la-zubia	AN	GR	18087	37.1301	-3.6131	3
18016	Parque Tecnologico De La Salud (Ogijares)	parque-tecnologico-de-la-salud-ogijares	AN	GR	18087	37.1191	-3.6077	4
18016	Granada	granada	AN	GR	18087	37.1301	-3.6131	3
18070	Granada	granada	AN	GR		37.1882	-3.6067	4
18071	Granada	granada	AN	GR		37.1882	-3.6067	4
18080	Granada	granada	AN	GR		37.1882	-3.6067	4
18100	Armilla	armilla	AN	GR	18021	37.141	-3.6185	4
18101	Belicena	belicena	AN	GR	18911	37.1723	-3.6909	4
18102	Purchil	purchil	AN	GR	18911	37.172	-3.6653	4
18102	Ambroz	ambroz	AN	GR	18911	37.1646	-3.6626	4
18110	Gabia La Grande	gabia-la-grande	AN	GR	18905	37.1346	-3.6681	4
18110	Las Gabias	las-gabias	AN	GR	18905	37.136	-3.6669	3
18110	Gabia La Chica	gabia-la-chica	AN	GR	18905	37.1242	-3.6549	4
18110	Hijar	hijar	AN	GR	18905	37.1492	-3.6778	4
18120	Alhama De Granada	alhama-de-granada	AN	GR	18013	37.0069	-3.9896	4
18125	Ventas De Zafarraya	ventas-de-zafarraya	AN	GR		36.9581	-4.1214	4
18125	Pilas De Algaida	pilas-de-algaida	AN	GR		36.9581	-4.1214	3
18126	Arenas Del Rey	arenas-del-rey	AN	GR	18020	36.958	-3.8936	4
18127	Jatar	jatar	AN	GR	18106	36.935	-3.9115	4
18127	Fornes	fornes	AN	GR	18106	36.9544	-3.8577	4
18127	Jayena	jayena	AN	GR	18106	36.9492	-3.8231	4
18128	Zafarraya	zafarraya	AN	GR	18013	36.9755	-4.1444	4
18129	Santa Cruz Del Comercio	santa-cruz-del-comercio	AN	GR	18174	37.0624	-3.9755	4
18129	El Turro	el-turro	AN	GR	18174	37.1336	-3.9411	4
18129	Pantano Bermejales	pantano-bermejales	AN	GR	18174	37.0853	-3.9445	3
18129	Cacin	cacin	AN	GR	18174	37.0599	-3.9169	4
18130	Escuzar	escuzar	AN	GR	18072	37.0622	-3.7613	4
18130	La Malaha	la-malaha	AN	GR	18072	37.0622	-3.7613	3
18131	Ventas De Huelma	ventas-de-huelma	AN	GR	18185	37.0684	-3.8198	4
18132	Agron	agron	AN	GR	18001	37.0302	-3.8287	4
18140	La Zubia	la-zubia	AN	GR	18140	37.1374	-3.648	1
18150	Gojar	gojar	AN	GR	18084	37.1046	-3.6056	4
18151	Ogijares	ogijares	AN	GR	18145	37.1191	-3.6077	4
18152	Dilar	dilar	AN	GR	18068	37.0728	-3.6013	4
18160	Guejar Sierra	guejar-sierra	AN	GR	18094	37.1599	-3.4386	4
18170	Alfacar	alfacar	AN	GR	18011	37.2374	-3.5681	4
18179	Viznar	viznar	AN	GR	18011	37.2315	-3.5538	4
18180	Diezma	diezma	AN	GR	18067	37.3198	-3.3326	4
18181	Darro	darro	AN	GR	18063	37.3499	-3.2946	4
18181	Sillar Baja	sillar-baja	AN	GR	18063	37.3454	-3.3628	4
18181	Los Villares	los-villares	AN	GR	18063	37.3482	-3.3314	4
18182	Granada	granada	AN	GR	18087	37.1882	-3.6067	4
18183	Huetor De Santillan	huetor-de-santillan	AN	GR	18099	37.3048	-3.4289	4
18184	Beas De Granada	beas-de-granada	AN	GR	18024	37.218	-3.4809	4
18190	Cenes De La Vega	cenes-de-la-vega	AN	GR	18047	37.1601	-3.5355	4
18191	Pinos Genil	pinos-genil	AN	GR	18157	37.1635	-3.5021	4
18191	Canales	canales	AN	GR	18157	37.1606	-3.467	4
18192	Quentar	quentar	AN	GR	18070	37.1925	-3.4665	4
18192	Dudar	dudar	AN	GR	18070	37.1858	-3.4835	4
18193	Monachil	monachil	AN	GR	18134	37.1332	-3.5372	4
18193	Barrio De Monachil	barrio-de-monachil	AN	GR	18134	37.135	-3.5482	3
18193	Barrio De La Vega	barrio-de-la-vega	AN	GR	18134	37.1368	-3.5591	4
18194	Churriana De La Vega	churriana-de-la-vega	AN	GR	18062	37.145	-3.6462	4
18195	Cullar Vega	cullar-vega	AN	GR	18057	37.1536	-3.6707	4
18196	Sierra Nevada	sierra-nevada	AN	GR	18134	37.095	-3.3969	4
18197	Pulianillas	pulianillas	AN	GR	18165	37.2191	-3.6052	4
18197	Pulianas	pulianas	AN	GR	18165	37.223	-3.6083	4
18198	Huetor Vega	huetor-vega	AN	GR	18101	37.1462	-3.5701	4
18199	Cajar	cajar	AN	GR	18036	37.1338	-3.5727	4
18200	Maracena	maracena	AN	GR	18127	37.2076	-3.6349	4
18210	Peligros	peligros	AN	GR	18153	37.2323	-3.629	4
18210	Juncaril (Peligros) (Poligono Industrial)	juncaril-peligros-poligono-industrial	AN	GR	18153	37.2323	-3.629	4
18211	Cogollos Vega	cogollos-vega	AN	GR	18050	37.2763	-3.5726	4
18212	Güevejar	guevejar	AN	GR	18095	37.2576	-3.5969	4
18213	Jun	jun	AN	GR	18111	37.2208	-3.5941	4
18214	Nivar	nivar	AN	GR	18144	37.2591	-3.5777	4
18220	Albolote	albolote	AN	GR	18003	37.2309	-3.6551	4
18220	Juncaril (Albolote) (Poligono Industrial)	juncaril-albolote-poligono-industrial	AN	GR	18003	37.2309	-3.6551	4
18230	Atarfe	atarfe	AN	GR	18022	37.2248	-3.6869	4
18240	Pinos Puente	pinos-puente	AN	GR	18158	37.2511	-3.7497	4
18247	Moclin	moclin	AN	GR	18132	37.3396	-3.7865	4
18248	Olivares	olivares	AN	GR	18132	37.5158	-3.176	4
18248	Tiena	tiena	AN	GR	18132	37.319	-3.7844	4
18249	Puerto Lope	puerto-lope	AN	GR	18132	37.3765	-3.7786	3
18249	Tozar	tozar	AN	GR	18132	37.3687	-3.7771	4
18249	Limones	limones	AN	GR	18132	37.3843	-3.7802	4
18250	Valderrubio	valderrubio	AN	GR	18914	37.2338	-3.82	4
18260	Illora	illora	AN	GR	18102	37.2877	-3.8811	4
18260	Alhondiguilla	alhondiguilla	AN	GR	18102	37.3762	-3.8593	4
18260	Ventas Algarra	ventas-algarra	AN	GR	18102	37.341	-3.879	3
18260	Vallequemado	vallequemado	AN	GR	18102	37.3591	-3.8966	4
18270	Milanos (Montefrio)	milanos-montefrio	AN	GR	18135	37.3231	-4.009	3
18270	Montefrio	montefrio	AN	GR	18135	37.3231	-4.009	4
18280	Algarinejo	algarinejo	AN	GR	18012	37.3253	-4.1585	4
18290	Caparacena	caparacena	AN	GR	18003	37.265	-3.7137	4
18290	El Chaparral	el-chaparral	AN	GR	18003	37.178	-3.942	4
18290	Calicasas	calicasas	AN	GR	18003	37.2713	-3.6134	4
18291	Zujaira	zujaira	AN	GR	18158	37.2566	-3.8045	4
18291	Anzola	anzola	AN	GR	18158	37.2563	-3.7967	3
18291	Casa Nueva	casa-nueva	AN	GR	18158	37.256	-3.7889	4
18293	Escoznar	escoznar	AN	GR	18102	37.2382	-3.8449	4
18293	Obeilar	obeilar	AN	GR	18102	37.2382	-3.8449	3
18295	Fuentes De Cesna	fuentes-de-cesna	AN	GR	18012	37.2715	-4.2292	4
18300	Loja	loja	AN	GR	18122	37.1689	-4.1513	4
18300	Esperanza, La (Huetor Tajar)	esperanza-la-huetor-tajar	AN	GR	18122	37.1689	-4.1513	3
18300	Esperanza, La (Loja)	esperanza-la-loja	AN	GR	18122	37.1689	-4.1513	4
18310	Salar	salar	AN	GR	18171	37.1504	-4.0658	4
18311	Zagra	zagra	AN	GR	18122	37.2556	-4.1691	4
18311	Carrera De La Viña	carrera-de-la-vina	AN	GR	18122	37.2876	-4.1462	4
18311	Ventorros De San Jose	ventorros-de-san-jose	AN	GR	18122	37.2475	-4.1514	4
18312	Ventorros De Balerma	ventorros-de-balerma	AN	GR	14037	37.2192	-4.148	1
18312	Ventorros De La Laguna	ventorros-de-la-laguna	AN	GR	14037	37.2192	-4.148	1
18313	Riofrio	riofrio	AN	GR	18122	37.1547	-4.2077	4
18314	Fuente Camacho	fuente-camacho	AN	GR	18122	37.2192	-4.148	1
18314	La Palma	la-palma	AN	GR	18122	37.2192	-4.148	1
18320	Santafe	santafe	AN	GR	18175	37.1886	-3.7189	4
18327	Lachar	lachar	AN	GR	18115	37.1952	-3.8328	4
18328	Trasmulas	trasmulas	AN	GR	18115	37.1983	-3.8713	4
18328	Peñuelas	penuelas	AN	GR	18115	37.1893	-3.8878	3
18328	Fuensanta	fuensanta	AN	GR	18115	37.1804	-3.9043	4
18329	Castillo Tajarja	castillo-tajarja	AN	GR	18061	37.1638	-3.7812	3
18329	Chimeneas	chimeneas	AN	GR	18061	37.1313	-3.8213	4
18329	El Jau	el-jau	AN	GR	18061	37.1963	-3.741	4
18330	Sierra Elvira	sierra-elvira	AN	GR	18059	37.2318	-3.7234	4
18330	Chauchina	chauchina	AN	GR	18059	37.1998	-3.7716	4
18330	Pedro Ruiz	pedro-ruiz	AN	GR	18059	37.2169	-3.7517	4
18339	Romilla	romilla	AN	GR	18048	37.202	-3.794	4
18339	Cijuela	cijuela	AN	GR	18048	37.198	-3.8117	4
18340	Fuente Vaqueros	fuente-vaqueros	AN	GR	18079	37.2202	-3.7829	4
18350	Alomartes	alomartes	AN	GR	18102	37.2635	-3.913	4
18360	Milanos (Loja)	milanos-loja	AN	GR	18122	37.1983	-4.0469	3
18360	Huetor Tajar	huetor-tajar	AN	GR	18122	37.1983	-4.0469	4
18360	Agicampe (Loja)	agicampe-loja	AN	GR	18122	37.1983	-4.0469	3
18360	Fabrica, La (Loja)	fabrica-la-loja	AN	GR	18122	37.1983	-4.0469	3
18369	Villanueva Mesia	villanueva-mesia	AN	GR	18188	37.2145	-4.014	4
18370	Moraleda De Zafayona	moraleda-de-zafayona	AN	GR	18138	37.1672	-3.965	4
18380	Tocon	tocon	AN	GR	18102	37.2383	-3.9665	4
18381	Bracana	bracana	AN	GR	18102	37.2274	-3.945	4
18400	Orgiva	orgiva	AN	GR	18147	36.9026	-3.4238	4
18410	Carataunas	carataunas	AN	GR	18043	36.922	-3.4083	4
18410	Soportujar	soportujar	AN	GR	18043	36.9286	-3.4054	4
18410	Bayacas	bayacas	AN	GR	18043	36.9192	-3.4155	4
18411	Pampaneira	pampaneira	AN	GR	18151	36.9402	-3.361	4
18412	Bubion	bubion	AN	GR	18032	36.949	-3.3562	4
18413	Capileira	capileira	AN	GR	18042	36.9615	-3.3586	4
18414	Pitres	pitres	AN	GR	18901	36.9357	-3.3267	4
18414	La Taha	la-taha	AN	GR	18901	36.9312	-3.3191	3
18414	Ferreirola	ferreirola	AN	GR	18901	36.9298	-3.3139	4
18414	Fondales	fondales	AN	GR	18901	36.928	-3.323	4
18414	Mecinilla	mecinilla	AN	GR	18901	36.9312	-3.3191	3
18414	Atalbeitar	atalbeitar	AN	GR	18901	36.9345	-3.309	4
18414	Mecina	mecina	AN	GR	18901	36.928	-3.323	4
18414	Capilerilla	capilerilla	AN	GR	18901	36.9312	-3.3191	3
18415	Portugos	portugos	AN	GR	18163	36.9419	-3.3107	4
18416	Busquistar	busquistar	AN	GR	18033	36.938	-3.2944	4
18417	Trevelez	trevelez	AN	GR	18180	37.0004	-3.2654	4
18418	Tablones, Los (Orgiva)	tablones-los-orgiva	AN	GR	18140	36.9026	-3.4238	4
18418	Los Agustines	los-agustines	AN	GR	18140	36.8833	-3.3833	4
18418	Las Barreras	las-barreras	AN	GR	18140	36.9043	-3.4117	3
18418	Cañar	canar	AN	GR	18140	36.9268	-3.4281	4
18418	Tijola	tijola	AN	GR	18140	36.9043	-3.4117	3
18420	Lanjaron	lanjaron	AN	GR	18116	36.9185	-3.4818	4
18430	Torvizcon	torvizcon	AN	GR	18179	36.9166	-3.2776	1
18438	Notaez	notaez	AN	GR	18016	36.9157	-3.2777	4
18438	Almegijar	almegijar	AN	GR	18016	36.9026	-3.3012	4
18439	Castaras	castaras	AN	GR	18044	36.9316	-3.2541	4
18440	Cadiar	cadiar	AN	GR	18035	36.9459	-3.1802	4
18448	Narila	narila	AN	GR	18035	36.9561	-3.1794	4
18448	Yator	yator	AN	GR	18035	36.9578	-3.1368	4
18449	Lobras	lobras	AN	GR	18121	36.9285	-3.2123	4
18450	Golco	golco	AN	GR	18904	36.9728	-3.1509	4
18450	Mecina Bombaron	mecina-bombaron	AN	GR	18904	36.9807	-3.1556	4
18451	Berchules	berchules	AN	GR	18030	36.9768	-3.1907	4
18452	Juviles	juviles	AN	GR	18112	36.9488	-3.2259	4
18460	Yegen	yegen	AN	GR	18904	36.981	-3.119	4
18470	Mecina Alfahar	mecina-alfahar	AN	GR	18183	36.9971	-3.0692	4
18470	Valor	valor	AN	GR	18183	36.9962	-3.0829	4
18480	Ugijar	ugijar	AN	GR	18182	36.9609	-3.0552	4
18480	Canteras, Las (Ugijar)	canteras-las-ugijar	AN	GR	18182	36.946	-3.058	3
18480	Los Montoros	los-montoros	AN	GR	18182	36.9312	-3.0607	4
18490	Murtas	murtas	AN	GR	18141	36.885	-3.1094	4
18491	Turon	turon	AN	GR	18181	36.8656	-3.0568	4
18492	Jorairatar	jorairatar	AN	GR	18141	36.9264	-3.105	4
18492	Cojayar	cojayar	AN	GR	18141	36.9083	-3.0977	4
18492	Mecina Tedel	mecina-tedel	AN	GR	18141	36.8952	-3.1141	4
18494	Mairena	mairena	AN	GR	18903	37.0039	-3.044	4
18494	Cherin	cherin	AN	GR	18903	36.9676	-3.0132	4
18494	Nevada	nevada	AN	GR	18903	36.9979	-3.022	3
18494	Picena	picena	AN	GR	18903	37.001	-3.0054	4
18494	Jubar	jubar	AN	GR	18903	37.0087	-3.0335	4
18494	Laroles	laroles	AN	GR	18903	37.0085	-3.0139	4
18500	Guadix	guadix	AN	GR	18089	37.2993	-3.1392	4
18510	Benalua	benalua	AN	GR	18027	37.2377	-3.1047	1
18511	Rambla Del Agua (Charches)	rambla-del-agua-charches	AN	GR	18907	37.294	-2.9565	4
18511	Alcudia De Guadix	alcudia-de-guadix	AN	GR	18907	37.2567	-3.0979	4
18511	Charches	charches	AN	GR	18907	37.294	-2.9565	4
18511	Valle Del Zalabi	valle-del-zalabi	AN	GR	18907	37.278	-3.0283	3
18511	Esfiliana	esfiliana	AN	GR	18907	37.2672	-3.1022	4
18512	Olivos, Los (Hueneja) (Urbanizacion)	olivos-los-hueneja-urbanizacion	AN	GR	18069	37.1766	-2.9502	4
18512	La Calahorra	la-calahorra	AN	GR	18069	37.1833	-3.0667	4
18512	Dolar	dolar	AN	GR	18069	37.1797	-2.9911	4
18512	Hueneja	hueneja	AN	GR	18069	37.1766	-2.9502	4
18513	Ferreira	ferreira	AN	GR	18074	37.1725	-3.0354	4
18514	Aldeire	aldeire	AN	GR	18010	37.1601	-3.072	4
18515	El Bejarin	el-bejarin	AN	GR	18167	37.4104	-3.1716	3
18515	Fonelas	fonelas	AN	GR	18167	37.4104	-3.1716	4
18515	Belerda	belerda	AN	GR	18167	37.4104	-3.1716	3
18516	Marchal	marchal	AN	GR	18025	37.2964	-3.2035	4
18516	Policar	policar	AN	GR	18025	37.2576	-3.2338	4
18516	Beas De Guadix	beas-de-guadix	AN	GR	18025	37.2786	-3.2058	4
18516	Lugros	lugros	AN	GR	18025	37.2294	-3.2415	4
18517	Cortes Y Graena	cortes-y-graena	AN	GR	18054	37.2377	-3.1047	1
18517	Tocon De Quentar	tocon-de-quentar	AN	GR	18054	37.2377	-3.1047	1
18517	Lopera	lopera	AN	GR	18054	37.2377	-3.1047	1
18517	La Peza	la-peza	AN	GR	18054	37.2377	-3.1047	1
18518	Albuñan	albunan	AN	GR	18005	37.2271	-3.1332	4
18518	Lanteira	lanteira	AN	GR	18005	37.1687	-3.1382	4
18518	Jerez Del Marquesado	jerez-del-marquesado	AN	GR	18005	37.1838	-3.1596	4
18518	Cogollos De Guadix	cogollos-de-guadix	AN	GR	18005	37.2252	-3.1609	4
18518	Alquife	alquife	AN	GR	18005	37.1802	-3.1155	4
18519	Purullena	purullena	AN	GR	18167	37.3176	-3.1906	4
18519	Paulenca	paulenca	AN	GR	18167	37.2941	-3.1696	4
18520	Alamedilla	alamedilla	AN	GR	18002	37.5823	-3.2424	4
18530	Pedro Martinez	pedro-martinez	AN	GR	18152	37.5029	-3.2313	4
18538	Alicun De Ortega	alicun-de-ortega	AN	GR	18064	37.609	-3.1365	4
18538	Dehesas De Guadix	dehesas-de-guadix	AN	GR	18064	37.5888	-3.1032	4
18539	Villanueva De Las Torres	villanueva-de-las-torres	AN	GR	18187	37.5572	-3.0887	4
18540	Morelabor	morelabor	AN	GR	18083	37.4445	-3.2858	3
18540	Huelago	huelago	AN	GR	18083	37.4197	-3.2623	4
18540	Delgadillo	delgadillo	AN	GR	18083	37.4652	-3.2605	4
18540	Laborcillas	laborcillas	AN	GR	18083	37.4535	-3.2904	4
18540	Moreda	moreda	AN	GR	18083	37.4394	-3.3302	4
18550	Iznalloz	iznalloz	AN	GR	18105	37.3926	-3.5276	4
18560	Guadahortuna	guadahortuna	AN	GR	18088	37.5571	-3.3986	4
18561	Montejicar	montejicar	AN	GR	18136	37.5722	-3.5053	4
18562	Bogarre	bogarre	AN	GR	18159	37.4102	-3.3738	4
18563	Torre Cardela	torre-cardela	AN	GR	18083	37.5046	-3.3561	4
18563	Gobernador	gobernador	AN	GR	18083	37.4785	-3.3212	4
18564	Colomera	colomera	AN	GR	18051	37.3716	-3.7139	4
18565	Campotejar	campotejar	AN	GR	18038	37.4824	-3.6177	4
18566	Benalua De Las Villas	benalua-de-las-villas	AN	GR	18028	37.4274	-3.6835	4
18567	Ventas De Andar	ventas-de-andar	AN	GR	18105	37.485	-3.5308	3
18567	Domingo Perez	domingo-perez	AN	GR	18105	37.4959	-3.5093	4
18567	Dehesas Viejas	dehesas-viejas	AN	GR	18105	37.4741	-3.5522	4
18568	Piñar	pinar	AN	GR	18159	37.4446	-3.4386	4
18569	Montillana	montillana	AN	GR	18132	37.5017	-3.6737	4
18569	Gumiel	gumiel	AN	GR	18132	37.5017	-3.6737	3
18570	Deifontes	deifontes	AN	GR	18066	37.3262	-3.5957	4
18600	Tablones, Los (Motril)	tablones-los-motril	AN	GR	18140	36.7507	-3.5179	4
18600	Las Ventillas	las-ventillas	AN	GR	18140	36.7507	-3.5179	3
18600	Motril	motril	AN	GR	18140	36.7507	-3.5179	4
18600	Puntalon	puntalon	AN	GR	18140	36.7507	-3.5179	3
18610	Lobres	lobres	AN	GR	18173	36.772	-3.565	4
18611	Molvizar	molvizar	AN	GR	18133	36.7859	-3.6078	4
18612	Itrabo	itrabo	AN	GR	18103	36.8	-3.639	4
18613	El Varadero	el-varadero	AN	GR	18140	36.7252	-3.5218	4
18613	Playa Granada	playa-granada	AN	GR	18140	36.7207	-3.541	4
18614	Gualchos	gualchos	AN	GR	18093	36.7447	-3.3908	4
18614	Lujar	lujar	AN	GR	18093	36.7883	-3.404	4
18614	La Garnatilla	la-garnatilla	AN	GR	18093	36.7439	-3.4417	4
18615	Los Guajares	los-guajares	AN	GR	18184	36.8435	-3.5964	3
18615	Guajar Alto	guajar-alto	AN	GR	18184	36.8543	-3.625	4
18615	Guajar Fondon	guajar-fondon	AN	GR	18184	36.8353	-3.5791	4
18615	Guajar Faragüit	guajar-faraguit	AN	GR	18184	36.8407	-3.5852	4
18616	Lagos	lagos	AN	GR	18184	36.7948	-3.4359	4
18616	Gorgoracha	gorgoracha	AN	GR	18184	36.7894	-3.4944	4
18620	Alhendin	alhendin	AN	GR	18014	37.1088	-3.6456	4
18630	Otura	otura	AN	GR	18149	37.0885	-3.6332	4
18640	Padul	padul	AN	GR	18150	37.0246	-3.6268	4
18650	Durcal	durcal	AN	GR	18071	36.9879	-3.566	4
18656	Mondujar	mondujar	AN	GR	18119	36.9498	-3.5475	4
18656	Lecrin	lecrin	AN	GR	18119	36.9464	-3.5492	3
18656	Acequias	acequias	AN	GR	18119	36.9679	-3.5397	4
18656	Talara	talara	AN	GR	18119	36.9478	-3.5506	4
18656	Chite	chite	AN	GR	18119	36.9382	-3.5558	4
18656	Murchas	murchas	AN	GR	18119	36.9474	-3.56	4
18656	Beznar	beznar	AN	GR	18119	36.9274	-3.5415	4
18657	Niguelas	niguelas	AN	GR	18143	36.9776	-3.5395	4
18658	Saleres	saleres	AN	GR	18910	36.9302	-3.5971	4
18658	Melegis	melegis	AN	GR	18910	36.9357	-3.5711	4
18658	Pinos Del Valle	pinos-del-valle	AN	GR	18910	36.9102	-3.5581	4
18658	El Valle	el-valle	AN	GR	18910	36.9263	-3.5773	3
18658	Restabal	restabal	AN	GR	18910	36.9293	-3.5828	4
18659	Marchena	marchena	AN	GR	18007	36.961	-3.6043	3
18659	Albuñuelas	albunuelas	AN	GR	18007	36.9283	-3.6318	4
18659	Villamena	villamena	AN	GR	18007	36.961	-3.6043	3
18659	Conchar	conchar	AN	GR	18007	36.9659	-3.5888	4
18659	Cozvijar	cozvijar	AN	GR	18007	36.9889	-3.5921	4
18660	Izbor	izbor	AN	GR	18910	36.8605	-3.5726	1
18670	Velez De Benaudalla	velez-de-benaudalla	AN	GR	18184	36.8324	-3.5154	4
18680	La Caleta-Guardia	la-caleta-guardia	AN	GR	18173	36.7468	-3.6013	4
18680	Salobreña	salobrena	AN	GR	18173	36.7428	-3.5872	4
18690	Velilla-Taramay	velilla-taramay	AN	GR	18017	36.75	-3.6	4
18690	Almuñecar	almunecar	AN	GR	18017	36.7339	-3.6907	4
18697	La Herradura	la-herradura	AN	GR	18017	36.7349	-3.7376	4
18698	Otivar	otivar	AN	GR	18148	36.8158	-3.6798	4
18699	Lentegi	lentegi	AN	GR	18109	36.8361	-3.6743	4
18699	Jete	jete	AN	GR	18109	36.7969	-3.6672	4
18700	Albuñol	albunol	AN	GR	18006	36.792	-3.205	4
18708	Albondon	albondon	AN	GR	18004	36.8277	-3.2114	4
18710	Polopos	polopos	AN	GR	18162	36.7947	-3.2982	4
18710	Haza Del Lino (Polopos)	haza-del-lino-polopos	AN	GR	18162	36.825	-3.3298	3
18710	Bargis	bargis	AN	GR	18162	36.8289	-3.3321	4
18710	Alfornon	alfornon	AN	GR	18162	36.8184	-3.2783	4
18710	Olias	olias	AN	GR	18162	36.8253	-3.3681	4
18710	Alcazar	alcazar	AN	GR	18162	36.8505	-3.341	4
18710	Fregenite	fregenite	AN	GR	18162	36.832	-3.3608	4
18711	Rambla Del Agua (Rubite)	rambla-del-agua-rubite	AN	GR	18170	36.8095	-3.3482	4
18711	Rubite	rubite	AN	GR	18170	36.8095	-3.3482	4
18713	Melicena	melicena	AN	GR	18177	36.7516	-3.2352	4
18713	Sorvilan	sorvilan	AN	GR	18177	36.795	-3.2677	4
18720	Torrenueva	torrenueva	AN	GR	18140	36.704	-3.4897	4
18730	Calahonda	calahonda	AN	GR	18140	36.7024	-3.4144	4
18730	Carchuna	carchuna	AN	GR	18140	36.7012	-3.4449	4
18740	Castell De Ferro	castell-de-ferro	AN	GR	18093	36.7257	-3.355	4
18750	La Mamola	la-mamola	AN	GR	18162	36.7471	-3.279	4
18750	Castillo De Baños	castillo-de-banos	AN	GR	18162	36.7408	-3.2995	4
18750	Haza Del Trigo	haza-del-trigo	AN	GR	18162	36.7583	-3.3111	4
18760	La Rabita	la-rabita	AN	GR	18006	36.7485	-3.1707	4
18770	El Pozuelo	el-pozuelo	AN	GR	18006	36.7486	-3.1539	4
18800	Baza	baza	AN	GR	18023	37.4907	-2.7726	4
18810	Caniles	caniles	AN	GR	18039	37.4367	-2.7248	4
18811	Zujar	zujar	AN	GR	18194	37.5429	-2.842	4
18812	Freila	freila	AN	GR	18078	37.5299	-2.9083	4
18813	Cuevas Del Campo	cuevas-del-campo	AN	GR	18912	37.6076	-2.9294	4
18814	Los Laneros	los-laneros	AN	GR	18053	37.6896	-2.8964	3
18814	Cortes De Baza	cortes-de-baza	AN	GR	18053	37.6551	-2.7717	4
18814	La Teja	la-teja	AN	GR	18053	37.7833	-3.1333	4
18814	Las Cucharetas	las-cucharetas	AN	GR	18053	37.6304	-2.7843	4
18815	Campo Camara	campo-camara	AN	GR	18053	37.6278	-2.8195	1
18816	Castril	castril	AN	GR	18046	37.7668	-2.7577	4
18817	Benamaurel	benamaurel	AN	GR	18029	37.6083	-2.7025	4
18818	Castillejar	castillejar	AN	GR	18045	37.717	-2.6406	4
18820	Puebla Don Fadrique	puebla-don-fadrique	AN	GR	18164	37.5745	-2.733	1
18830	Huescar	huescar	AN	GR	18098	37.811	-2.5412	4
18840	Galera	galera	AN	GR	18082	37.7426	-2.5517	4
18850	Cullar	cullar	AN	GR	18056	37.5841	-2.5757	4
18858	Orce	orce	AN	GR	18146	37.7212	-2.4775	4
18859	Venta Quemada	venta-quemada	AN	GR	18056	37.5819	-2.4594	4
18859	Matian	matian	AN	GR	18056	37.5453	-2.4611	4
18859	Pulpite	pulpite	AN	GR	18056	37.5754	-2.5309	4
18859	Las Vertientes	las-vertientes	AN	GR	18056	37.5963	-2.3948	4
18860	Olivar	olivar	AN	GR	18023	37.5406	-2.963	4
18860	Baul	baul	AN	GR	18023	37.428	-2.9291	4
18860	Bacor	bacor	AN	GR	18023	37.53	-2.9525	4
18870	Los Balcones	los-balcones	AN	GR	18085	37.443	-2.942	4
18870	Gor	gor	AN	GR	18085	37.3694	-2.9702	4
18880	Hernan Valle	hernan-valle	AN	GR	18089	37.3736	-3.0638	4
18890	Gorafe	gorafe	AN	GR	18086	37.4801	-3.0421	4
18891	Venta Del Peral	venta-del-peral	AN	GR	18056	37.5543	-2.607	4
18891	Jamula	jamula	AN	GR	18056	37.4906	-2.5942	4
18891	El Margen	el-margen	AN	GR	18056	37.523	-2.2349	4
21001	Huelva	huelva	AN	H	21041	37.2714	-6.9495	4
21002	Huelva	huelva	AN	H	21041	37.2714	-6.9495	4
21003	Huelva	huelva	AN	H	21041	37.2714	-6.9495	4
21004	Huelva	huelva	AN	H	21041	37.2714	-6.9495	4
21005	Huelva	huelva	AN	H	21041	37.2714	-6.9495	4
21006	Huelva	huelva	AN	H	21041	37.2714	-6.9495	4
21007	Huelva	huelva	AN	H	21041	37.2714	-6.9495	4
21070	Huelva	huelva	AN	H		37.2714	-6.9495	4
21071	Huelva	huelva	AN	H		37.2714	-6.9495	4
21080	Huelva	huelva	AN	H		37.2714	-6.9495	4
21100	Punta Umbria	punta-umbria	AN	H	21002	37.1821	-6.9661	4
21110	Aljaraque	aljaraque	AN	H	21002	37.2699	-7.0231	4
21120	Corrales	corrales	AN	H	21002	37.273	-6.9886	4
21122	Bellavista	bellavista	AN	H	21002	37.273	-6.9886	1
21130	Mazagon	mazagon	AN	H	21055	37.1142	-6.7644	4
21200	Aracena	aracena	AN	H	21007	37.894	-6.5612	4
21207	La Umbria	la-umbria	AN	H	21045	37.8667	-6.45	4
21207	Linares De La Sierra	linares-de-la-sierra	AN	H	21045	37.8796	-6.6232	4
21207	Valdezufre	valdezufre	AN	H	21045	37.8667	-6.4833	4
21208	Carboneras	carboneras	AN	H	21048	37.918	-6.5465	4
21208	Corterrangel	corterrangel	AN	H	21048	37.9386	-6.6008	4
21208	Cortelazor	cortelazor	AN	H	21048	37.9364	-6.6246	4
21208	Los Marines	los-marines	AN	H	21048	37.9034	-6.6239	4
21208	Castañuelo	castanuelo	AN	H	21048	37.9372	-6.5841	4
21209	Jabuguillo	jabuguillo	AN	H	21024	37.8667	-6.5167	4
21209	Puerto Moral	puerto-moral	AN	H	21024	37.8833	-6.4667	4
21209	Corteconcepcion	corteconcepcion	AN	H	21024	37.9	-6.5	4
21209	Puerto Gil	puerto-gil	AN	H	21024	37.8833	-6.5	4
21210	Zufre	zufre	AN	H	21079	37.8333	-6.3333	4
21220	Higuera De La Sierra	higuera-de-la-sierra	AN	H	21038	37.8333	-6.45	4
21230	Cortegana	cortegana	AN	H	21025	37.9112	-6.8204	4
21239	La Corte	la-corte	AN	H	21008	37.9539	-6.8318	4
21239	Los Viejos	los-viejos	AN	H	21008	37.9586	-6.85	4
21239	Puerto Lucia	puerto-lucia	AN	H	21008	37.9622	-6.8048	4
21239	Los Andreses	los-andreses	AN	H	21008	37.9649	-6.8482	4
21239	Las Cefiñas	las-cefinas	AN	H	21008	37.9667	-6.8568	4
21239	Los Bravos	los-bravos	AN	H	21008	37.9609	-6.8444	4
21240	Aroche	aroche	AN	H	21008	37.9421	-6.9576	4
21250	Rosal De La Frontera	rosal-de-la-frontera	AN	H	21062	37.9675	-7.2189	4
21260	Santa Olalla Del Cala	santa-olalla-del-cala	AN	H	21069	37.9	-6.2167	4
21270	Minas De Cala	minas-de-cala	AN	H	21016	37.95	-6.35	4
21270	Cala	cala	AN	H	21016	37.9667	-6.3167	4
21280	Arroyomolinos De Leon	arroyomolinos-de-leon	AN	H	21009	38.0167	-6.4167	4
21290	Jabugo	jabugo	AN	H	21004	37.9162	-6.7297	4
21290	Los Romeros	los-romeros	AN	H	21004	37.8947	-6.7471	4
21290	Aguafria	aguafria	AN	H	21004	37.885	-6.7403	4
21291	Galaroza	galaroza	AN	H	21034	37.9286	-6.7073	4
21291	Valdelarco	valdelarco	AN	H	21034	37.9488	-6.682	4
21291	La Nava	la-nava	AN	H	21034	37.9602	-6.7454	4
21291	Las Chinas	las-chinas	AN	H	21034	37.9304	-6.7168	4
21292	Castaño Del Robledo (Poblado)	castano-del-robledo-poblado	AN	H	21022	37.9054	-6.6611	3
21292	Fuenteheridos	fuenteheridos	AN	H	21022	37.9054	-6.6611	4
21300	Calañas	calanas	AN	H	21017	37.6557	-6.8805	4
21309	Sotiel Coronada	sotiel-coronada	AN	H	21017	37.6026	-6.8506	4
21310	La Zarza	la-zarza	AN	H	21017	37.8787	-6.7722	1
21319	Minas De Perrunal	minas-de-perrunal	AN	H	21017	37.8787	-6.7722	1
21320	El Cerro De Andevalo	el-cerro-de-andevalo	AN	H	21023	37.7354	-6.9369	4
21330	Valdelamusa	valdelamusa	AN	H	21004	37.7849	-6.8801	4
21330	San Telmo	san-telmo	AN	H	21004	37.7955	-6.9676	4
21330	Cueva De La Mora	cueva-de-la-mora	AN	H	21004	37.7799	-6.8035	4
21330	El Lomero	el-lomero	AN	H	21004	37.7868	-6.8837	3
21340	Alajar	alajar	AN	H	21008	37.8741	-6.6654	4
21342	Las Veredas	las-veredas	AN	H	21004	37.8805	-6.7683	3
21342	Calabazares	calabazares	AN	H	21004	37.861	-6.7533	4
21342	La Canaleja	la-canaleja	AN	H	21004	37.8805	-6.7683	3
21342	Almonaster, De (Estacion)	almonaster-de-estacion	AN	H	21004	37.9	-6.7833	4
21342	Acebuche	acebuche	AN	H	21004	37.8805	-6.7683	3
21342	La Escalada	la-escalada	AN	H	21004	37.8805	-6.7683	3
21342	El Arroyo	el-arroyo	AN	H	21004	37.8805	-6.7683	3
21342	Gil Marquez (Aldea)	gil-marquez-aldea	AN	H	21004	37.8805	-6.7683	3
21350	Almonaster La Real	almonaster-la-real	AN	H	21004	37.874	-6.7887	4
21359	Los Molares	los-molares	AN	H	21004	37.8678	-6.7319	3
21359	Fuente Del Oro	fuente-del-oro	AN	H	21004	37.8731	-6.74	4
21359	Santa Ana La Real	santa-ana-la-real	AN	H	21004	37.8625	-6.7239	4
21360	El Repilado	el-repilado	AN	H	21043	37.9277	-6.7694	4
21380	Cumbres Mayores	cumbres-mayores	AN	H	21029	38.0619	-6.6456	4
21386	Cumbres De San Bartolome	cumbres-de-san-bartolome	AN	H	21028	38.078	-6.7445	4
21387	Cumbres De Enmedio	cumbres-de-enmedio	AN	H	21027	38.0392	-6.6225	1
21388	Cañaveral De Leon	canaveral-de-leon	AN	H	21039	38.0167	-6.5167	4
21388	Hinojales	hinojales	AN	H	21039	38	-6.5833	4
21390	Encinasola	encinasola	AN	H	21031	38.1341	-6.8668	4
21400	Ayamonte	ayamonte	AN	H	21042	37.2099	-7.4027	4
21409	Isla De Canela	isla-de-canela	AN	H	21010	37.1733	-7.3778	4
21409	Punta Del Moral	punta-del-moral	AN	H	21010	37.1844	-7.3376	4
21410	Isla Cristina	isla-cristina	AN	H	21042	37.2	-7.3167	4
21420	Villa Antonia (Poblado)	villa-antonia-poblado	AN	H	21042	37.2257	-7.3148	3
21420	Pozo Del Camino	pozo-del-camino	AN	H	21042	37.2257	-7.3148	4
21430	La Redondela	la-redondela	AN	H	21042	37.2225	-7.2694	4
21440	Lepe	lepe	AN	H	21010	37.2548	-7.2043	4
21449	La Antilla	la-antilla	AN	H	21044	37.2071	-7.2091	4
21449	Islantilla	islantilla	AN	H	21044	37.2057	-7.2374	4
21450	Cartaya	cartaya	AN	H	21021	37.2811	-7.1507	4
21459	El Portil	el-portil	AN	H	21021	37.2149	-7.0743	4
21459	El Rompido	el-rompido	AN	H	21021	37.2177	-7.1221	4
21500	Gibraleon	gibraleon	AN	H	21035	37.3763	-6.969	4
21510	San Bartolome De La Torre	san-bartolome-de-la-torre	AN	H	21063	37.4452	-7.106	4
21520	Alosno	alosno	AN	H	21006	37.5486	-7.1147	4
21530	Minas De Tharsis	minas-de-tharsis	AN	H	21006	37.6046	-7.1183	4
21540	Villanueva De Los Castillejos	villanueva-de-los-castillejos	AN	H	21021	37.4994	-7.2912	4
21550	Puebla De Guzman	puebla-de-guzman	AN	H	21058	37.6143	-7.2488	4
21559	Minas De Herrerias	minas-de-herrerias	AN	H	21058	37.6143	-7.2488	1
21560	Paymogo	paymogo	AN	H	21057	37.74	-7.345	4
21570	Santa Barbara De Casa	santa-barbara-de-casa	AN	H	21068	37.7967	-7.1874	4
21580	Montes De San Benito	montes-de-san-benito	AN	H	21023	37.681	-7.0716	4
21580	Cabezas Rubias	cabezas-rubias	AN	H	21023	37.7266	-7.0874	4
21590	Villablanca	villablanca	AN	H	21073	37.3024	-7.3441	4
21591	San Silvestre De Guzman	san-silvestre-de-guzman	AN	H	21066	37.3877	-7.3491	4
21592	Villanueva De Las Cruces	villanueva-de-las-cruces	AN	H	21075	37.6278	-7.0236	4
21593	El Almendro	el-almendro	AN	H	21003	37.5076	-7.2704	4
21594	El Granado	el-granado	AN	H	21037	37.5251	-7.4925	3
21594	Puerto De La Laja	puerto-de-la-laja	AN	H	21037	37.5251	-7.4925	4
21595	Sanlucar De Guadiana	sanlucar-de-guadiana	AN	H	21065	37.4727	-7.4655	4
21600	Valverde Del Camino	valverde-del-camino	AN	H	21054	37.5751	-6.7543	4
21600	Los Pinos	los-pinos	AN	H	21054	37.5751	-6.7543	3
21609	Navahermosa	navahermosa	AN	H	21011	37.9323	-6.6702	4
21609	Fuente De La Corcha	fuente-de-la-corcha	AN	H	21011	37.4858	-6.8598	4
21610	San Juan Del Puerto	san-juan-del-puerto	AN	H	21064	37.3167	-6.8414	4
21620	Trigueros	trigueros	AN	H	21069	37.3861	-6.8268	4
21630	Beas	beas	AN	H	21011	37.4257	-6.7932	4
21639	Candon	candon	AN	H	21011	37.3906	-6.7389	4
21640	Zalamea La Real	zalamea-la-real	AN	H	21078	37.6801	-6.6598	4
21647	Monte Sorromeo	monte-sorromeo	AN	H	21012	37.6297	-6.6277	3
21647	Berrocal	berrocal	AN	H	21012	37.6086	-6.5415	4
21647	El Pozuelo	el-pozuelo	AN	H	21012	37.6105	-6.6841	4
21647	Membrillo Alto	membrillo-alto	AN	H	21012	37.6363	-6.6436	4
21647	Las Delgadas	las-delgadas	AN	H	21012	37.6582	-6.5763	4
21647	Marigenta	marigenta	AN	H	21012	37.6243	-6.5822	4
21647	El Buitron	el-buitron	AN	H	21012	37.6402	-6.7387	4
21649	El Villar	el-villar	AN	H	21078	37.6936	-6.7387	4
21649	Aldea De Traslasierra	aldea-de-traslasierra	AN	H	21078	37.6936	-6.7387	3
21649	El Patras	el-patras	AN	H	21078	37.6936	-6.7387	3
21650	El Campillo	el-campillo	AN	H	21018	37.6101	-6.6777	1
21660	Minas De Riotinto	minas-de-riotinto	AN	H	21049	37.6969	-6.5943	4
21668	Campofrio	campofrio	AN	H	21019	37.7665	-6.5736	4
21668	La Granada De Rio-Tinto	la-granada-de-rio-tinto	AN	H	21019	37.7688	-6.5085	4
21669	Dehesa, Aldea De La	dehesa-aldea-de-la	AN	H	21004	37.7441	-6.5588	1
21670	Nerva	nerva	AN	H	21052	37.6963	-6.5497	4
21700	La Palma Del Condado	la-palma-del-condado	AN	H	21013	37.386	-6.5523	4
21710	Bollullos Par Del Condado	bollullos-par-del-condado	AN	H	21013	37.3413	-6.5397	4
21720	Rociana Del Condado	rociana-del-condado	AN	H	21061	37.2047	-6.5142	1
21730	Almonte	almonte	AN	H	21005	37.2647	-6.5167	4
21740	Hinojos	hinojos	AN	H	21040	37.2917	-6.3787	4
21750	El Rocio	el-rocio	AN	H	21005	37.1299	-6.4849	4
21760	Torre La Higuera	torre-la-higuera	AN	H	21005	37.0068	-6.5682	4
21760	Matalascañas	matalascanas	AN	H	21005	37.0124	-6.5593	4
21800	Moguer	moguer	AN	H	21055	37.2756	-6.8385	4
21810	Palos De La Frontera	palos-de-la-frontera	AN	H	21055	37.2346	-6.8947	4
21819	La Rabida	la-rabida	AN	H	21055	37.2113	-6.9174	4
21820	Lucena Del Puerto	lucena-del-puerto	AN	H	21046	37.304	-6.7293	4
21830	Bonares	bonares	AN	H	21014	37.3242	-6.6807	4
21840	Niebla	niebla	AN	H	21053	37.3621	-6.6789	4
21850	Villarrasa	villarrasa	AN	H	21077	37.3885	-6.6064	4
21860	Villalba Del Alcor	villalba-del-alcor	AN	H	21074	37.3973	-6.4746	4
21870	Escacena Del Campo	escacena-del-campo	AN	H	21032	37.4084	-6.3887	4
21880	Paterna Del Campo	paterna-del-campo	AN	H	21056	37.4195	-6.4025	4
21880	Aldea De Tujena	aldea-de-tujena	AN	H	21056	37.4195	-6.4025	3
21890	Manzanilla	manzanilla	AN	H	21047	37.3899	-6.433	4
21891	Chucena	chucena	AN	H	21030	37.3631	-6.393	4
23001	Jaen	jaen	AN	J	23050	37.7692	-3.7903	4
23002	Jaen	jaen	AN	J	23050	37.7692	-3.7903	4
23003	Jaen	jaen	AN	J	23050	37.7692	-3.7903	4
23004	Jaen	jaen	AN	J	23050	37.7692	-3.7903	4
23005	Jaen	jaen	AN	J	23050	37.7692	-3.7903	4
23006	Jaen	jaen	AN	J	23050	37.7692	-3.7903	4
23007	Jaen	jaen	AN	J	23050	37.7692	-3.7903	4
23008	Jaen	jaen	AN	J	23050	37.7692	-3.7903	4
23009	Jaen	jaen	AN	J	23050	37.7692	-3.7903	4
23070	Jaen	jaen	AN	J		37.7692	-3.7903	4
23071	Jaen	jaen	AN	J		37.7692	-3.7903	4
23080	Jaen	jaen	AN	J		37.7692	-3.7903	4
23100	Mancha Real	mancha-real	AN	J	23058	37.7863	-3.6123	4
23110	Pegalajar	pegalajar	AN	J	23067	37.7401	-3.6495	4
23120	Cambil	cambil	AN	J	23018	37.6793	-3.5654	4
23130	Campillo De Arenas	campillo-de-arenas	AN	J	23019	37.5554	-3.6355	4
23140	Noalejo	noalejo	AN	J	23064	37.5302	-3.6562	4
23150	Valdepeñas De Jaen	valdepenas-de-jaen	AN	J	23093	37.589	-3.8145	4
23159	Chircales	chircales	AN	J	23093	37.6006	-3.8484	4
23160	Jaen	jaen	AN	J	23099	37.7692	-3.7903	4
23160	Los Villares	los-villares	AN	J	23099	37.7692	-3.7903	3
23170	La Guardia De Jaen	la-guardia-de-jaen	AN	J	23038	37.743	-3.6931	4
23180	Fuerte Del Rey	fuerte-del-rey	AN	J	23035	37.8749	-3.8839	4
23190	La Cerradura	la-cerradura	AN	J	23067	37.6951	-3.639	4
23191	Carchel	carchel	AN	J	23901	37.6527	-3.6358	4
23192	Carchelejo	carchelejo	AN	J	23901	37.636	-3.6406	4
23193	Arbuniel	arbuniel	AN	J	23018	37.6279	-3.5368	4
23194	Jabalcuz	jabalcuz	AN	J	23050	37.7381	-3.8176	4
23196	Puente Jontoya	puente-jontoya	AN	J	23050	37.7156	-3.7624	3
23196	Puente De La Sierra	puente-de-la-sierra	AN	J	23050	37.7156	-3.7624	4
23200	La Carolina	la-carolina	AN	J	23024	38.2756	-3.6153	4
23210	Aldea De Los Rios	aldea-de-los-rios	AN	J	23039	38.1828	-3.687	3
23210	Guarroman	guarroman	AN	J	23039	38.1828	-3.687	4
23211	Carboneros	carboneros	AN	J	23021	38.2296	-3.6314	4
23211	Acebuchal	acebuchal	AN	J	23021	38.2296	-3.6314	3
23212	Navas De Tolosa	navas-de-tolosa	AN	J	23024	38.2864	-3.5867	4
23213	Miranda Del Rey	miranda-del-rey	AN	J	23076	38.3584	-3.5784	4
23213	Santa Elena	santa-elena	AN	J	23076	38.3416	-3.5395	4
23214	La Isabela	la-isabela	AN	J	23011	38.3371	-3.7292	3
23214	El Centenillo	el-centenillo	AN	J	23011	38.3371	-3.7292	4
23214	La Fernandina	la-fernandina	AN	J	23011	38.3371	-3.7292	3
23215	Aldeaquemada	aldeaquemada	AN	J	23004	38.4122	-3.3714	4
23220	Vilches	vilches	AN	J	23094	38.207	-3.5102	4
23230	Arquillos	arquillos	AN	J	23008	38.1815	-3.4283	4
23239	El Porrosillo	el-porrosillo	AN	J	23008	38.2234	-3.4163	4
23240	Navas De San Juan	navas-de-san-juan	AN	J	23063	38.1838	-3.316	4
23250	Santisteban Del Puerto	santisteban-del-puerto	AN	J	23079	38.2483	-3.2076	4
23260	Castellar	castellar	AN	J	23025	38.2542	-3.1318	4
23264	Chiclana De Segura	chiclana-de-segura	AN	J	23029	38.3119	-3.0422	4
23265	Venta De Los Santos	venta-de-los-santos	AN	J	23062	38.3625	-3.0734	4
23266	Montizon	montizon	AN	J	23062	38.3425	-3.104	4
23267	Aldeahermosa De Montizon	aldeahermosa-de-montizon	AN	J	23062	38.329	-3.1269	4
23268	Los Mochuelos	los-mochuelos	AN	J	23029	38.3071	-3.0755	1
23269	El Campillo	el-campillo	AN	J	23029	38.274	-3.0457	4
23269	Camporredondo	camporredondo	AN	J	23029	38.2754	-3.0044	4
23269	La Porrosa	la-porrosa	AN	J	23029	38.2747	-3.0251	3
23270	Sorihuela De Guadalimar	sorihuela-de-guadalimar	AN	J	23084	38.2276	-2.9804	1
23280	Beas De Segura	beas-de-segura	AN	J	23012	38.2524	-2.8887	4
23289	Cuevas De Ambrosio	cuevas-de-ambrosio	AN	J	23012	38.2579	-2.8355	4
23289	Prados De Armijo	prados-de-armijo	AN	J	23012	38.2667	-2.8167	4
23289	Cañada Catena	canada-catena	AN	J	23012	38.2754	-2.7765	4
23290	Santiago De La Espada	santiago-de-la-espada	AN	J	23904	38.1127	-2.5514	4
23290	El Patronato	el-patronato	AN	J	23904	38.0433	-2.6498	4
23290	Los Teatinos	los-teatinos	AN	J	23904	38.0833	-2.606	4
23290	El Cerezo	el-cerezo	AN	J	23904	38.0632	-2.6344	4
23290	La Matea	la-matea	AN	J	23904	38.0815	-2.5892	4
23291	Pontones	pontones	AN	J	23904	38.1174	-2.6703	4
23291	Ponton Alto	ponton-alto	AN	J	23904	38.1158	-2.6868	4
23292	Cañada Morales	canada-morales	AN	J	23043	38.2115	-2.7564	4
23292	Hornos De Segura	hornos-de-segura	AN	J	23043	38.2115	-2.7564	3
23293	Catena Alto	catena-alto	AN	J	23081	38.2525	-2.714	3
23293	El Ojuelo	el-ojuelo	AN	J	23081	38.2576	-2.7012	4
23293	Cortijos Nuevos	cortijos-nuevos	AN	J	23081	38.2473	-2.7267	4
23293	Robledo Cortijos Nuevos	robledo-cortijos-nuevos	AN	J	23081	38.2525	-2.714	3
23293	Arroyo Frio (Segura De La Sierra)	arroyo-frio-segura-de-la-sierra	AN	J	23081	38.2525	-2.714	3
23293	Carrasco	carrasco	AN	J	23081	38.2525	-2.714	3
23293	Rihornos	rihornos	AN	J	23081	38.2525	-2.714	3
23294	Los Anchos	los-anchos	AN	J	23081	38.2246	-2.5829	4
23294	Las Juntas	las-juntas	AN	J	23081	38.1873	-2.5331	3
23294	Tobos	tobos	AN	J	23081	38.15	-2.4833	4
23295	Rio Madera	rio-madera	AN	J	23081	38.1606	-2.5952	1
23296	Miller	miller	AN	J	23904	38.2215	-2.4738	4
23296	La Muela	la-muela	AN	J	23904	38.1912	-2.4829	3
23296	Marchena	marchena	AN	J	23904	38.1883	-2.4976	4
23296	Vites	vites	AN	J	23904	38.1639	-2.4773	4
23297	Casicas Del Rio Segura	casicas-del-rio-segura	AN	J	23904	38.1889	-2.555	4
23297	La Toba	la-toba	AN	J	23904	38.1838	-2.565	4
23298	Peguera Del Madroño	peguera-del-madrono	AN	J	23904	38.2372	-2.5072	4
23300	Arroturas	arroturas	AN	J	23095	38.0582	-3.0418	4
23300	Villacarrillo	villacarrillo	AN	J	23095	38.1156	-3.0848	4
23310	Batanejo	batanejo	AN	J	23095	38.0751	-3.0333	3
23310	Mogon	mogon	AN	J	23095	38.0751	-3.0333	4
23311	Santo Tome	santo-tome	AN	J	23080	38.0286	-3.1009	4
23311	Agrupacion Santo Tome	agrupacion-santo-tome	AN	J	23080	38.0286	-3.1009	3
23312	Caleruela	caleruela	AN	J	23095	38.0426	-3.097	4
23312	Agrupacion De Mogon	agrupacion-de-mogon	AN	J	23095	38.0426	-3.097	3
23313	Veracruz, De (Poblado)	veracruz-de-poblado	AN	J		38.0866	-3.037	1
23314	Solana De Torralba	solana-de-torralba	AN	J	23092	38.0866	-3.037	1
23315	Puente Del Condado	puente-del-condado	AN	J	23095	38.2	-2.9167	3
23315	La Herrera	la-herrera	AN	J	23095	38.2	-2.9167	4
23320	Torreperogil	torreperogil	AN	J	23088	38.0354	-3.29	4
23330	Villanueva Del Arzobispo	villanueva-del-arzobispo	AN	J	23097	38.1684	-3.0074	4
23338	Iznatoraf	iznatoraf	AN	J	23048	38.1571	-3.0324	4
23339	Gutar	gutar	AN	J	23097	38.2108	-2.9755	4
23340	Arroyo Del Ojanco	arroyo-del-ojanco	AN	J	23081	38.3206	-2.8949	4
23350	Puente Genave	puente-genave	AN	J	23071	38.3554	-2.8032	4
23359	Peñolite	penolite	AN	J	23071	38.3246	-2.7978	4
23360	La Puerta De Segura	la-puerta-de-segura	AN	J	23072	38.3529	-2.7396	4
23369	Los Pascuales	los-pascuales	AN	J	23072	38.1603	-2.7303	3
23369	Agracea	agracea	AN	J	23072	38.1603	-2.7303	4
23369	Bonache	bonache	AN	J	23072	38.1603	-2.7303	3
23369	Los Yeguerizos	los-yeguerizos	AN	J	23072	38.1603	-2.7303	3
23370	Orcera	orcera	AN	J	23065	38.3174	-2.6649	4
23379	El Batan	el-batan	AN	J	23081	38.2859	-2.6652	4
23379	Segura De La Sierra	segura-de-la-sierra	AN	J	23081	38.2978	-2.6523	4
23380	Siles	siles	AN	J	23082	38.3898	-2.5819	4
23390	Benatae	benatae	AN	J	23016	38.3532	-2.6512	4
23391	Torres De Albanchez	torres-de-albanchez	AN	J	23091	38.4155	-2.6778	4
23392	Genave	genave	AN	J	23037	38.4306	-2.7331	4
23393	Onsares	onsares	AN	J	23101	38.4572	-2.6068	4
23393	Villarrodrigo	villarrodrigo	AN	J	23101	38.4833	-2.6	4
23400	Ubeda	ubeda	AN	J	23092	38.0133	-3.3705	4
23410	Sabiote	sabiote	AN	J	23075	38.0692	-3.3145	4
23411	Yedra	yedra	AN	J	23009	38.0651	-3.3774	1
23412	El Marmol	el-marmol	AN	J	23074	38.0601	-3.4332	4
23413	Santa Eulalia	santa-eulalia	AN	J	23092	38.0662	-3.3844	4
23420	Canena	canena	AN	J	23020	38.0493	-3.4831	4
23430	Rus	rus	AN	J	23074	38.0476	-3.4625	4
23440	Baeza	baeza	AN	J	23009	37.9938	-3.471	4
23450	Ibros	ibros	AN	J	23046	38.0211	-3.5031	4
23460	Peal De Becerro	peal-de-becerro	AN	J	23066	37.9134	-3.1215	4
23468	Hornos De Peal	hornos-de-peal	AN	J	23066	37.947	-3.1356	1
23469	El Molar	el-molar	AN	J	23028	37.9805	-3.1498	4
23469	Valdecazorla	valdecazorla	AN	J	23028	37.9805	-3.1498	3
23469	San Miguel	san-miguel	AN	J	23028	37.9805	-3.1498	3
23469	Puente De La Cerrada	puente-de-la-cerrada	AN	J	23028	37.9805	-3.1498	3
23470	Cazorla	cazorla	AN	J	23028	37.9149	-3.0034	4
23470	Cañada Del Moro	canada-del-moro	AN	J	23028	37.9149	-3.0034	3
23476	La Iruela	la-iruela	AN	J	23047	37.9199	-2.9966	4
23477	Los Almansas	los-almansas	AN	J	23030	37.9884	-3.0308	4
23477	Chilluevar	chilluevar	AN	J	23030	38.0009	-3.0324	4
23477	Chilluevar La Vieja	chilluevar-la-vieja	AN	J	23030	37.9946	-3.0316	3
23478	Coto Rios	coto-rios	AN	J	23904	38.0468	-2.8499	4
23478	Loma De Maria Angela	loma-de-maria-angela	AN	J	23904	38.0468	-2.8499	3
23479	San Martin	san-martin	AN	J	23028	37.9696	-2.9999	4
23479	Burunchel	burunchel	AN	J	23028	37.9464	-2.9537	4
23479	El Palomar	el-palomar	AN	J	23028	37.9575	-2.9714	4
23479	Vadillo Castril	vadillo-castril	AN	J	23028	37.9484	-2.9804	3
23479	Arroyo Frio (La Iruela)	arroyo-frio-la-iruela	AN	J	23028	37.9199	-2.9966	4
23480	Quesada	quesada	AN	J	23073	37.8434	-3.0656	4
23485	El Almiceran	el-almiceran	AN	J	23028	37.7026	-2.9337	3
23485	Pozo Alcon	pozo-alcon	AN	J	23028	37.7026	-2.9337	4
23486	Hinojares	hinojares	AN	J	23042	37.7159	-2.9977	4
23486	Fontanar	fontanar	AN	J	23042	37.6743	-2.9721	4
23487	Huesa	huesa	AN	J	23045	37.7643	-3.0764	4
23488	Acra	acra	AN	J	23033	37.8389	-3.0719	3
23488	Higueral	higueral	AN	J	23033	37.8034	-3.0819	4
23488	Los Rosales	los-rosales	AN	J	23033	37.7915	-3.0841	4
23488	Bruñel Alto	brunel-alto	AN	J	23033	37.8767	-3.0386	4
23488	Bruñel Bajo	brunel-bajo	AN	J	23033	37.8839	-3.0828	4
23489	Tiscar Don Pedro	tiscar-don-pedro	AN	J	23073	37.784	-3.037	1
23489	Belerda Alta	belerda-alta	AN	J	23073	37.784	-3.037	1
23489	Belerda Baja	belerda-baja	AN	J	23073	37.784	-3.037	1
23490	Linares-Baeza (Estacion)	linares-baeza-estacion	AN	J	23046	37.9262	-3.1379	1
23499	Mira El Rio	mira-el-rio	AN	J	23094	37.9262	-3.1379	1
23500	Jodar	jodar	AN	J	23053	37.8406	-3.3526	4
23509	El Donadio	el-donadio	AN	J	23092	37.9269	-3.364	4
23510	Torreblascopedro	torreblascopedro	AN	J	23085	37.9975	-3.6378	4
23519	Campillo Del Rio	campillo-del-rio	AN	J	23057	37.9975	-3.6378	1
23519	Guadalimar	guadalimar	AN	J	23057	37.9975	-3.6378	1
23520	Begijar	begijar	AN	J	23014	37.9849	-3.5309	4
23526	Sotogordo	sotogordo	AN	J		37.9778	-3.5393	1
23528	Lupion	lupion	AN	J	23057	37.9965	-3.547	4
23529	Puente Del Obispo	puente-del-obispo	AN	J	23009	37.952	-3.5399	4
23529	Vados De Torralba	vados-de-torralba	AN	J	23009	37.952	-3.5399	3
23529	El Boticario	el-boticario	AN	J	23009	37.952	-3.5399	3
23529	Estacion De Begijar	estacion-de-begijar	AN	J	23009	37.952	-3.5399	3
23530	Jimena	jimena	AN	J	23052	37.8416	-3.4771	4
23537	Bedmar	bedmar	AN	J	23902	37.8218	-3.4114	4
23538	Albanchez De Magina	albanchez-de-magina	AN	J	23001	37.7926	-3.4683	4
23539	Garciez	garciez	AN	J	23009	37.8741	-3.4589	4
23539	Las Escuelas	las-escuelas	AN	J	23009	37.8711	-3.5125	4
23540	Torres	torres	AN	J	23090	37.7854	-3.509	4
23550	Cabra De Santo Cristo	cabra-de-santo-cristo	AN	J	23017	37.7038	-3.2876	4
23560	Huelma	huelma	AN	J	23044	37.6478	-3.4598	4
23568	Belmez De La Moraleda	belmez-de-la-moraleda	AN	J	23015	37.7238	-3.3821	4
23569	La Cabrita	la-cabrita	AN	J	23044	37.6834	-3.3699	3
23569	Solera	solera	AN	J	23044	37.6834	-3.3699	4
23569	Las Capellanias	las-capellanias	AN	J	23044	37.6834	-3.3699	3
23590	Cabra De Santo Cristo (Estacion)	cabra-de-santo-cristo-estacion	AN	J	23017	37.7607	-3.2027	1
23591	Larva	larva	AN	J	23017	37.7607	-3.2027	4
23600	Martos	martos	AN	J	23060	37.7211	-3.9726	4
23610	Fuensanta De Martos	fuensanta-de-martos	AN	J	23034	37.6476	-3.9085	4
23611	Higuera De Calatrava	higuera-de-calatrava	AN	J	23041	37.7985	-4.1574	4
23612	Santiago De Calatrava	santiago-de-calatrava	AN	J	23077	37.7538	-4.1709	4
23613	Lendinez	lendinez	AN	J		37.7647	-4.1227	4
23614	Las Casillas De Martos	las-casillas-de-martos	AN	J	23060	37.6445	-3.9848	3
23614	La Carrasca	la-carrasca	AN	J	23060	37.6445	-3.9848	4
23615	Monte Lope Alvarez	monte-lope-alvarez	AN	J	23060	37.7032	-4.1137	4
23615	Media Panilla	media-panilla	AN	J	23060	37.7032	-4.1137	3
23616	Veletas	veletas	AN	J	23034	37.7187	-4.0763	1
23620	Mengibar	mengibar	AN	J	23061	37.9698	-3.8088	4
23628	Cazalilla	cazalilla	AN	J	23027	37.9839	-3.883	4
23628	Espeluy	espeluy	AN	J	23027	38.0318	-3.8631	4
23630	Villargordo	villargordo	AN	J	23903	37.9404	-3.7295	4
23638	Torrequebradilla	torrequebradilla	AN	J	23903	37.9102	-3.6621	4
23639	Villargordo (Estacion)	villargordo-estacion	AN	J	23050	37.9149	-3.785	3
23639	Las Infantas	las-infantas	AN	J	23050	37.9149	-3.785	4
23640	Torre Del Campo	torre-del-campo	AN	J	23086	37.7705	-3.8973	4
23649	Garciez (Torre Del Campo)	garciez-torre-del-campo	AN	J		37.7705	-3.8973	4
23650	Torredonjimeno	torredonjimeno	AN	J	23087	37.7675	-3.9578	4
23657	Escañuela	escanuela	AN	J	23031	37.8788	-4.0338	4
23658	Jamilena	jamilena	AN	J	23051	37.7472	-3.9143	4
23659	Villardompardo	villardompardo	AN	J	23098	37.8374	-4.0005	4
23660	Alcaudete	alcaudete	AN	J	23003	37.5909	-4.0824	4
23669	Venta De Pantalones	venta-de-pantalones	AN	J	23003	37.6225	-4.1229	3
23669	Bobadilla, La (Alcaudete)	bobadilla-la-alcaudete	AN	J	23003	37.5909	-4.0824	4
23669	Noguerones	noguerones	AN	J	23003	37.6541	-4.1635	4
23670	Castillo De Locubin	castillo-de-locubin	AN	J	23026	37.5286	-3.9422	4
23680	Alcala La Real	alcala-la-real	AN	J	23002	37.4614	-3.923	4
23684	San Jose De La Rabita	san-jose-de-la-rabita	AN	J	23002	37.5062	-4.0586	3
23684	La Rabita	la-rabita	AN	J	23002	37.5062	-4.0586	4
23685	El Sabariego	el-sabariego	AN	J	23003	37.4664	-3.9533	1
23685	Puertollano	puertollano	AN	J	23003	37.4664	-3.9533	1
23685	Las Grageras	las-grageras	AN	J	23003	37.4664	-3.9533	1
23686	Mures	mures	AN	J	23002	37.4233	-3.8212	4
23686	Las Pilillas	las-pilillas	AN	J	23002	37.4233	-3.8212	3
23686	Ermita Nueva, Aldea	ermita-nueva-aldea	AN	J	23002	37.4233	-3.8212	3
23686	Casillas De Mures	casillas-de-mures	AN	J	23002	37.4233	-3.8212	3
23687	Charilla	charilla	AN	J	23002	37.4954	-3.9074	4
23688	Venta De Los Agramaderos	venta-de-los-agramaderos	AN	J	23002	37.4664	-3.9533	1
23688	La Pedriza	la-pedriza	AN	J	23002	37.4664	-3.9533	1
23689	Hortichuela	hortichuela	AN	J	23002	37.435	-3.9757	4
23689	Fuente Alamo	fuente-alamo	AN	J	23002	37.4769	-4.034	4
23689	Peñas De Majalcoron	penas-de-majalcoron	AN	J	23002	37.456	-4.0049	3
23689	Las Pilas De Fuente De Soto	las-pilas-de-fuente-de-soto	AN	J	23002	37.456	-4.0049	3
23690	Frailes	frailes	AN	J	23033	37.4862	-3.8374	4
23691	Ribera Baja	ribera-baja	AN	J	23002	37.4496	-3.8354	4
23691	Ribera Alta	ribera-alta	AN	J	23002	37.4651	-3.8392	4
23692	Santa Ana	santa-ana	AN	J	23002	37.4615	-3.8844	4
23692	Fuente Del Rey	fuente-del-rey	AN	J	23002	37.4615	-3.8844	3
23693	Ventas Del Carrizal	ventas-del-carrizal	AN	J	23026	37.5416	-3.9951	4
23700	Linares	linares	AN	J	23055	38.0952	-3.636	4
23700	Vega Santa Maria (Linares)	vega-santa-maria-linares	AN	J	23055	38.0952	-3.636	4
23710	Bailen	bailen	AN	J	23010	38.0964	-3.7779	4
23711	Baños De La Encina	banos-de-la-encina	AN	J	23011	38.1738	-3.7748	4
23712	Jabalquinto	jabalquinto	AN	J	23049	38.0194	-3.7251	4
23713	Guadalen	guadalen	AN	J	23055	38.0965	-3.7593	1
23713	Magdalena De Castro-Los Tercios	magdalena-de-castro-los-tercios	AN	J	23055	38.0965	-3.7593	1
23730	Villanueva De La Reina	villanueva-de-la-reina	AN	J	23096	38.0043	-3.916	4
23740	Andujar	andujar	AN	J	23005	38.0392	-4.0508	4
23746	Lahiguera	lahiguera	AN	J	23040	38.079	-4.0142	1
23747	Vegas De Triana	vegas-de-triana	AN	J	23005	38.079	-4.0142	1
23747	Llanos Del Sotillo	llanos-del-sotillo	AN	J	23005	38.079	-4.0142	1
23747	La Ropera	la-ropera	AN	J	23005	38.079	-4.0142	1
23748	Virgen De La Cabeza, Santuario	virgen-de-la-cabeza-santuario	AN	J	23005	38.1814	-4.0404	4
23748	Viñas De Peñallana	vinas-de-penallana	AN	J	23005	38.1814	-4.0404	3
23749	La Quinteria	la-quinteria	AN	J	23005	38.0164	-3.9515	4
23749	Los Villares De Andujar	los-villares-de-andujar	AN	J	23005	38.0164	-3.9515	3
23750	Arjonilla	arjonilla	AN	J	23007	37.9742	-4.1068	4
23760	Arjona	arjona	AN	J	23006	37.9349	-4.0548	4
23770	Marmolejo	marmolejo	AN	J	23059	38.0455	-4.1703	4
23780	Lopera	lopera	AN	J	23056	37.9454	-4.2146	4
23790	Porcuna	porcuna	AN	J	23069	37.871	-4.185	4
29001	Malaga	malaga	AN	MA	29067	36.7202	-4.4203	4
29002	Malaga	malaga	AN	MA	29067	36.7202	-4.4203	4
29003	Malaga	malaga	AN	MA	29067	36.7202	-4.4203	4
29004	Malaga	malaga	AN	MA	29067	36.7202	-4.4203	4
29005	Malaga	malaga	AN	MA	29067	36.7202	-4.4203	4
29006	Malaga	malaga	AN	MA	29067	36.7202	-4.4203	4
29007	Malaga	malaga	AN	MA	29067	36.7202	-4.4203	4
29008	Malaga	malaga	AN	MA	29067	36.7202	-4.4203	4
29009	Malaga	malaga	AN	MA	29067	36.7202	-4.4203	4
29010	Malaga	malaga	AN	MA	29067	36.7202	-4.4203	4
29011	Malaga	malaga	AN	MA	29067	36.7202	-4.4203	4
29012	Malaga	malaga	AN	MA	29067	36.7202	-4.4203	4
29013	Malaga	malaga	AN	MA	29067	36.7202	-4.4203	4
29014	Malaga	malaga	AN	MA	29067	36.7202	-4.4203	4
29015	Malaga	malaga	AN	MA	29067	36.7202	-4.4203	4
29016	Malaga	malaga	AN	MA	29067	36.7202	-4.4203	4
29017	Malaga	malaga	AN	MA	29067	36.7202	-4.4203	4
29018	Malaga	malaga	AN	MA	29067	36.7202	-4.4203	4
29070	Malaga	malaga	AN	MA		36.7202	-4.4203	4
29071	Malaga	malaga	AN	MA		36.7202	-4.4203	4
29080	Malaga	malaga	AN	MA		36.7202	-4.4203	4
29100	Miralvalles	miralvalles	AN	MA	29042	36.6595	-4.7564	3
29100	El Rodeo	el-rodeo	AN	MA	29042	36.6595	-4.7564	3
29100	Miralmonte (Urbanizacion)	miralmonte-urbanizacion	AN	MA	29042	36.6595	-4.7564	3
29100	Coin	coin	AN	MA	29042	36.6595	-4.7564	4
29100	Montecillo (Urbanizacion)	montecillo-urbanizacion	AN	MA	29042	36.6595	-4.7564	3
29108	Guaro (Coin)	guaro-coin	AN	MA	29058	36.6595	-4.7564	4
29108	Ardite	ardite	AN	MA	29058	36.6595	-4.7564	3
29109	Umbria (Tolox)	umbria-tolox	AN	MA	29090	36.6872	-4.9051	4
29109	Tolox	tolox	AN	MA	29090	36.6872	-4.9051	4
29110	Monda	monda	AN	MA	29073	36.6303	-4.8319	4
29120	Alhaurin El Grande	alhaurin-el-grande	AN	MA	29008	36.643	-4.6873	4
29120	El Zangano	el-zangano	AN	MA	29008	36.643	-4.6873	3
29120	La Chicharra	la-chicharra	AN	MA	29008	36.643	-4.6873	3
29120	El Cigarral	el-cigarral	AN	MA	29008	36.643	-4.6873	3
29120	Fuente Del Perro	fuente-del-perro	AN	MA	29008	36.643	-4.6873	3
29130	El Romeral	el-romeral	AN	MA	29007	36.664	-4.5614	3
29130	Alqueria (Alhaurin De La Torre)	alqueria-alhaurin-de-la-torre	AN	MA	29007	36.664	-4.5614	4
29130	La Fuensanta	la-fuensanta	AN	MA	29007	36.664	-4.5614	3
29130	Alhaurin De La Torre	alhaurin-de-la-torre	AN	MA	29007	36.664	-4.5614	4
29130	Lagar De Las Pitas	lagar-de-las-pitas	AN	MA	29007	36.664	-4.5614	3
29130	Zapata	zapata	AN	MA	29007	36.664	-4.5614	3
29130	Torre Alqueria	torre-alqueria	AN	MA	29007	36.664	-4.5614	3
29130	Mestanza	mestanza	AN	MA	29007	36.664	-4.5614	3
29130	Pinos De Alhaurin (Urbanizacion)	pinos-de-alhaurin-urbanizacion	AN	MA	29007	36.664	-4.5614	3
29130	Santa Amalia	santa-amalia	AN	MA	29007	36.664	-4.5614	3
29130	Piamonte	piamonte	AN	MA	29007	36.664	-4.5614	3
29130	Alamillo, El (Urbanizacion)	alamillo-el-urbanizacion	AN	MA	29007	36.664	-4.5614	3
29130	El Peñon	el-penon	AN	MA	29007	36.664	-4.5614	3
29130	Los Tomillares	los-tomillares	AN	MA	29007	36.664	-4.5614	3
29140	Malaga	malaga	AN	MA	29067	36.7202	-4.4203	4
29150	Almogia	almogia	AN	MA	29011	36.8255	-4.5407	4
29150	Arroyo De Los Olivos	arroyo-de-los-olivos	AN	MA	29011	36.8255	-4.5407	3
29150	Monterroso	monterroso	AN	MA	29011	36.8255	-4.5407	3
29150	Barranco De Zafra	barranco-de-zafra	AN	MA	29011	36.8255	-4.5407	3
29150	Barranco Del Sol	barranco-del-sol	AN	MA	29011	36.8255	-4.5407	3
29150	Las Moras	las-moras	AN	MA	29011	36.8255	-4.5407	3
29160	Camino Real (Casabermeja)	camino-real-casabermeja	AN	MA	29039	36.8926	-4.4294	4
29160	Portales	portales	AN	MA	29039	36.8926	-4.4294	3
29160	Arroyo Coche (Casabermeja)	arroyo-coche-casabermeja	AN	MA	29039	36.8926	-4.4294	4
29160	Chapera Madroñal	chapera-madronal	AN	MA	29039	36.8926	-4.4294	3
29160	Casabermeja	casabermeja	AN	MA	29039	36.8926	-4.4294	4
29170	Colmenar	colmenar	AN	MA	29043	36.9052	-4.3356	4
29170	Solano	solano	AN	MA	29043	36.9052	-4.3356	3
29170	Gonzalo	gonzalo	AN	MA	29043	36.9052	-4.3356	3
29170	Caravaca	caravaca	AN	MA	29043	36.9052	-4.3356	3
29170	Majada Del Moro	majada-del-moro	AN	MA	29043	36.9052	-4.3356	3
29180	Riogordo	riogordo	AN	MA	29083	36.9173	-4.2932	4
29190	Malaga	malaga	AN	MA	29067	36.7202	-4.4203	4
29193	Venta De La Nada	venta-de-la-nada	AN	MA	29067	36.8375	-4.2919	1
29193	Venta Galwey	venta-galwey	AN	MA	29067	36.8375	-4.2919	1
29194	Alfarnatejo	alfarnatejo	AN	MA	29003	36.9957	-4.2606	4
29194	Alfarnate	alfarnate	AN	MA	29003	36.9943	-4.2593	4
29195	Gomez, Los (Comares)	gomez-los-comares	AN	MA	29044	36.8493	-4.2466	4
29195	Chamizas	chamizas	AN	MA	29044	36.8493	-4.2466	3
29195	Rio (Comares)	rio-comares	AN	MA	29044	36.8493	-4.2466	4
29195	Los Hijanos	los-hijanos	AN	MA	29044	36.8493	-4.2466	3
29195	Comares	comares	AN	MA	29044	36.8493	-4.2466	4
29195	Los Dioses	los-dioses	AN	MA	29044	36.8493	-4.2466	3
29195	Alqueria (Comares)	alqueria-comares	AN	MA	29044	36.8493	-4.2466	4
29195	Las Cuevas Romo	las-cuevas-romo	AN	MA	29044	36.8493	-4.2466	3
29195	Marines, Los (Comares)	marines-los-comares	AN	MA	29044	36.8493	-4.2466	4
29195	Masmullar	masmullar	AN	MA	29044	36.8493	-4.2466	3
29195	El Romo	el-romo	AN	MA	29044	36.8493	-4.2466	3
29195	El Olivar	el-olivar	AN	MA	29044	36.8493	-4.2466	3
29195	El Gallego	el-gallego	AN	MA	29044	36.8493	-4.2466	3
29196	Malaga	malaga	AN	MA	29067	36.7202	-4.4203	4
29197	Olias	olias	AN	MA	29067	36.7711	-4.3196	4
29197	Totalan	totalan	AN	MA	29067	36.7653	-4.2971	4
29200	Antequera	antequera	AN	MA	29015	37.0194	-4.5612	4
29210	Cuevas De San Marcos	cuevas-de-san-marcos	AN	MA	29049	37.2667	-4.4143	4
29220	Cuevas Bajas	cuevas-bajas	AN	MA	29047	37.2353	-4.4871	4
29230	Campo De Camara (Almogia)	campo-de-camara-almogia	AN	MA	29902	36.8255	-4.5407	4
29230	Villanueva De Cauche	villanueva-de-cauche	AN	MA	29902	36.9536	-4.4418	4
29230	Villanueva De La Concepcion	villanueva-de-la-concepcion	AN	MA	29902	36.9303	-4.5304	4
29239	Arroyo Coche (Almogia)	arroyo-coche-almogia	AN	MA		36.8255	-4.5407	4
29240	Valle De Abdalajis	valle-de-abdalajis	AN	MA	29093	37.008	-4.5023	1
29250	Cartaojal	cartaojal	AN	MA	29015	37.008	-4.5023	1
29250	Los Llanos De Antequera	los-llanos-de-antequera	AN	MA	29015	37.008	-4.5023	1
29260	Los Nogales	los-nogales	AN	MA	29015	37.008	-4.5023	1
29260	La Joya	la-joya	AN	MA	29015	37.008	-4.5023	1
29300	Archidona	archidona	AN	MA	29017	37.0965	-4.3887	4
29310	Albaicin	albaicin	AN	MA	29095	37.2046	-3.6127	4
29310	Villanueva De Algaidas	villanueva-de-algaidas	AN	MA	29095	37.1835	-4.4503	4
29311	La Atalaya	la-atalaya	AN	MA	29095	37.1192	-4.2202	1
29311	La Parrilla	la-parrilla	AN	MA	29095	37.1192	-4.2202	1
29312	Villanueva Del Rosario	villanueva-del-rosario	AN	MA	29096	36.9968	-4.3653	4
29313	Villanueva Del Trabuco	villanueva-del-trabuco	AN	MA	29097	37.0283	-4.3389	4
29314	Huertas Del Rio	huertas-del-rio	AN	MA	29015	37.1192	-4.2202	1
29314	Archidona (Estacion)	archidona-estacion	AN	MA	29015	37.1192	-4.2202	1
29315	Villanueva De Tapia	villanueva-de-tapia	AN	MA	29098	37.1828	-4.3338	4
29315	Salinas, De (Estacion)	salinas-de-estacion	AN	MA	29098	37.1828	-4.3338	3
29320	Campillos	campillos	AN	MA	29032	37.0483	-4.8631	4
29327	Teba	teba	AN	MA	29089	36.9836	-4.9191	4
29328	Sierra De Yeguas	sierra-de-yeguas	AN	MA	29088	37.1242	-4.8677	4
29329	Navahermosa	navahermosa	AN	MA	29088	37.052	-4.8833	1
29330	Almargen	almargen	AN	MA	29010	37.0021	-5.0218	4
29340	Cañete La Real	canete-la-real	AN	MA	29035	36.9515	-5.0244	4
29350	Arriate	arriate	AN	MA	29020	36.8	-5.1408	4
29360	Montejaque	montejaque	AN	MA	29074	36.7368	-5.2499	4
29370	Benaojan	benaojan	AN	MA	29028	36.7193	-5.2522	4
29380	Cortes De La Frontera	cortes-de-la-frontera	AN	MA	29046	36.6171	-5.3427	4
29380	El Robledal	el-robledal	AN	MA	29046	36.6171	-5.3427	3
29391	La Cañada Del Real Tesoro	la-canada-del-real-tesoro	AN	MA	29046	36.6512	-5.2741	1
29392	Jimera De Libar	jimera-de-libar	AN	MA	29063	36.6512	-5.2741	4
29392	Jimera De Libar (Estacion)	jimera-de-libar-estacion	AN	MA	29063	36.6512	-5.2741	3
29393	La Indiana	la-indiana	AN	MA		36.6512	-5.2741	1
29394	Parchite	parchite	AN	MA	29084	36.6512	-5.2741	1
29394	La Cimada	la-cimada	AN	MA	29084	36.6512	-5.2741	1
29395	Cañete La Real (Estacion)	canete-la-real-estacion	AN	MA		36.6512	-5.2741	1
29400	Ronda	ronda	AN	MA	29904	36.7423	-5.1671	4
29400	Rosalejo	rosalejo	AN	MA	29904	36.7423	-5.1671	3
29410	Yunquera	yunquera	AN	MA	29100	36.7325	-4.9212	4
29420	El Burgo	el-burgo	AN	MA	29031	36.65	-5.1846	1
29430	Montecorto	montecorto	AN	MA	29084	36.8158	-5.298	4
29440	Igualeja	igualeja	AN	MA	29060	36.6321	-5.1219	4
29450	Pujerra	pujerra	AN	MA	29081	36.6127	-5.1498	4
29451	Parauta	parauta	AN	MA	29077	36.6563	-5.1292	4
29452	Cartajima	cartajima	AN	MA	29037	36.6455	-5.1541	4
29460	Alpandeire	alpandeire	AN	MA	29014	36.634	-5.2022	4
29461	Farajan	farajan	AN	MA	29052	36.6169	-5.1884	4
29462	Juzcar	juzcar	AN	MA	29065	36.6244	-5.1697	4
29470	Cuevas Del Becerro	cuevas-del-becerro	AN	MA	29067	36.8754	-5.0449	4
29471	Serrato	serrato	AN	MA	29904	36.8854	-4.9815	4
29480	Gaucin	gaucin	AN	MA	29056	36.5178	-5.3158	4
29490	Colmenar, El (Estacion De Gaucin)	colmenar-el-estacion-de-gaucin	AN	MA	29029	36.5512	-5.2761	3
29490	Benarraba	benarraba	AN	MA	29029	36.5512	-5.2761	4
29491	Sierra (Benalauria)	sierra-benalauria	AN	MA	29024	36.5944	-5.261	4
29491	Algatocin	algatocin	AN	MA	29024	36.5736	-5.2755	4
29491	Opayar	opayar	AN	MA	29024	36.5892	-5.2646	3
29491	Benalauria	benalauria	AN	MA	29024	36.5944	-5.261	4
29491	Vega (Benalauria)	vega-benalauria	AN	MA	29024	36.5944	-5.261	4
29492	Jubrique	jubrique	AN	MA	29057	36.5648	-5.2156	4
29492	Genalguacil	genalguacil	AN	MA	29057	36.5455	-5.2357	4
29493	Genal	genal	AN	MA	29022	36.5823	-5.254	1
29493	Benadalid	benadalid	AN	MA	29022	36.5823	-5.254	1
29493	Sierra, La (Benadalid)	sierra-la-benadalid	AN	MA	29022	36.5823	-5.254	1
29494	Atajate	atajate	AN	MA	29021	36.6402	-5.2461	4
29500	Lomas, Las (Alora)	lomas-las-alora	AN	MA	29012	36.8236	-4.7058	4
29500	Arroyo Ancon	arroyo-ancon	AN	MA	29012	36.8236	-4.7058	3
29500	Alora	alora	AN	MA	29012	36.8236	-4.7058	4
29500	Arroyo Jevar	arroyo-jevar	AN	MA	29012	36.8236	-4.7058	3
29500	Sabinal	sabinal	AN	MA	29012	36.8236	-4.7058	3
29510	Arroyo Corrales	arroyo-corrales	AN	MA	29012	36.8724	-4.699	1
29510	Casablanquilla	casablanquilla	AN	MA	29012	36.8724	-4.699	1
29510	Barriada Bellavista (Alora Estacion)	barriada-bellavista-alora-estacion	AN	MA	29012	36.8724	-4.699	1
29520	Fuente Piedra	fuente-piedra	AN	MA	29055	37.1353	-4.73	4
29530	Alameda	alameda	AN	MA	29001	37.2087	-4.6586	4
29531	Humilladero	humilladero	AN	MA	29059	37.1139	-4.703	4
29532	Mollina	mollina	AN	MA	29072	37.1253	-4.6569	4
29533	Carvajales	carvajales	AN	MA	29059	37.1493	-4.6728	1
29540	Bobadilla (Estacion)	bobadilla-estacion	AN	MA	29015	36.8724	-4.699	1
29540	Barriada Ortiz	barriada-ortiz	AN	MA	29015	36.8724	-4.699	1
29540	Bobadilla (Pueblo)	bobadilla-pueblo	AN	MA	29015	36.8724	-4.699	1
29540	Colonia De Santa Ana	colonia-de-santa-ana	AN	MA	29015	36.8724	-4.699	1
29550	Ardales	ardales	AN	MA	29018	36.878	-4.8469	4
29551	Carratraca	carratraca	AN	MA	29036	36.8529	-4.82	4
29552	El Chorro	el-chorro	AN	MA	29018	36.9091	-4.7573	4
29560	Pizarra	pizarra	AN	MA	29080	36.7654	-4.7083	4
29566	Casarabonela	casarabonela	AN	MA	29040	36.7862	-4.8428	4
29567	Jorox	jorox	AN	MA	29013	36.7274	-4.8576	3
29567	Alozaina	alozaina	AN	MA	29013	36.7274	-4.8576	4
29569	Zalea	zalea	AN	MA	29080	36.7654	-4.7083	3
29569	Ribera (Pizarra)	ribera-pizarra	AN	MA	29080	36.7654	-4.7083	4
29569	Villalon	villalon	AN	MA	29080	36.7654	-4.7083	3
29569	Vega De Santa Maria (Pizarra)	vega-de-santa-maria-pizarra	AN	MA	29080	36.7654	-4.7083	4
29569	Gibralgalia	gibralgalia	AN	MA	29080	36.7654	-4.7083	3
29569	Cerralba	cerralba	AN	MA	29080	36.7654	-4.7083	3
29569	Los Lagares	los-lagares	AN	MA	29080	36.7654	-4.7083	3
29569	Los Malagueños	los-malaguenos	AN	MA	29080	36.7654	-4.7083	3
29570	Cartama	cartama	AN	MA	29038	36.7107	-4.633	4
29570	Cartama, Ampliacion	cartama-ampliacion	AN	MA	29038	36.7107	-4.633	3
29570	Fahala	fahala	AN	MA	29038	36.7107	-4.633	3
29570	Villafranco Del Guadalhorce	villafranco-del-guadalhorce	AN	MA	29038	36.7107	-4.633	3
29570	Casapalma	casapalma	AN	MA	29038	36.7107	-4.633	3
29580	Loma De Cuenca	loma-de-cuenca	AN	MA	29038	36.8724	-4.699	1
29580	Peral	peral	AN	MA	29038	36.8724	-4.699	1
29580	El Sexmo	el-sexmo	AN	MA	29038	36.8724	-4.699	1
29580	Tres Leguas	tres-leguas	AN	MA	29038	36.8724	-4.699	1
29580	Estacion De Cartama (Escaleras)	estacion-de-cartama-escaleras	AN	MA	29038	36.8724	-4.699	1
29580	Saucedilla	saucedilla	AN	MA	29038	36.8724	-4.699	1
29580	Nueva Aljaima	nueva-aljaima	AN	MA	29038	36.8724	-4.699	1
29580	Estacion De Aljaima (Escaleras)	estacion-de-aljaima-escaleras	AN	MA	29038	36.8724	-4.699	1
29580	Puerto Terron	puerto-terron	AN	MA	29038	36.8724	-4.699	1
29580	Comendador	comendador	AN	MA	29038	36.8724	-4.699	1
29590	Malaga	malaga	AN	MA	29067	36.7202	-4.4203	4
29591	Malaga	malaga	AN	MA	29067	36.7202	-4.4203	4
29593	Las Mellizas	las-mellizas	AN	MA	29012	36.7202	-4.4203	1
29593	Llanos, Los (Las Mellizas)	llanos-los-las-mellizas	AN	MA	29012	36.7202	-4.4203	1
29593	Paredones	paredones	AN	MA	29012	36.7202	-4.4203	1
29593	Bermejo	bermejo	AN	MA	29012	36.7202	-4.4203	1
29593	Caracuel	caracuel	AN	MA	29012	36.7202	-4.4203	1
29600	Marbella	marbella	AN	MA		36.5154	-4.8858	4
29601	Marbella	marbella	AN	MA	29069	36.5154	-4.8858	4
29602	Marbella	marbella	AN	MA	29069	36.5154	-4.8858	4
29603	Marbella	marbella	AN	MA	29069	36.5154	-4.8858	4
29604	Marbella	marbella	AN	MA	29069	36.5154	-4.8858	4
29610	Ojen	ojen	AN	MA	29076	36.5649	-4.8556	4
29611	Istan	istan	AN	MA	29061	36.5827	-4.9496	4
29612	Mairena, La-Vicario, El (Urbanizacion)	mairena-la-vicario-el-urbanizacion	AN	MA	29076	36.5738	-4.9026	1
29620	Torremolinos	torremolinos	AN	MA	29067	36.6203	-4.4998	4
29630	Benalmadena Costa	benalmadena-costa	AN	MA	29025	36.6	-4.5368	4
29630	La Capellania	la-capellania	AN	MA	29025	36.6	-4.5368	3
29631	Arroyo De La Miel	arroyo-de-la-miel	AN	MA	29025	36.6033	-4.5424	4
29639	Benalmadena (Pueblo)	benalmadena-pueblo	AN	MA	29025	36.6016	-4.5396	1
29640	Fuengirola	fuengirola	AN	MA	29054	36.54	-4.6247	4
29649	Mijas	mijas	AN	MA	29070	36.5958	-4.6373	4
29650	Mijas	mijas	AN	MA	29070	36.5958	-4.6373	4
29651	Mijas	mijas	AN	MA	29070	36.5958	-4.6373	4
29660	Marbella	marbella	AN	MA	29069	36.5154	-4.8858	4
29670	Marbella	marbella	AN	MA	29069	36.5154	-4.8858	4
29678	Artola (Benahavis)	artola-benahavis	AN	MA		36.5236	-5.0463	4
29678	El Madroñal	el-madronal	AN	MA		36.5236	-5.0463	3
29679	Cortes (Benahavis)	cortes-benahavis	AN	MA	29023	36.5236	-5.0463	4
29679	Montemayor	montemayor	AN	MA	29023	36.5236	-5.0463	3
29679	Benahavis	benahavis	AN	MA	29023	36.5236	-5.0463	4
29680	Estepona	estepona	AN	MA	29051	36.4276	-5.1459	4
29680	Loma Del Monte	loma-del-monte	AN	MA	29051	36.4276	-5.1459	3
29688	Atalaya Isdabe	atalaya-isdabe	AN	MA	29051	36.4276	-5.1459	1
29688	Cancelada	cancelada	AN	MA	29051	36.4276	-5.1459	1
29688	Saladillo Benamara	saladillo-benamara	AN	MA	29051	36.4276	-5.1459	1
29688	El Paraiso	el-paraiso	AN	MA	29051	36.4276	-5.1459	1
29689	El Valerin	el-valerin	AN	MA	29051	36.4276	-5.1459	1
29689	El Padron	el-padron	AN	MA	29051	36.4276	-5.1459	1
29690	Casares	casares	AN	MA	29041	36.4469	-5.2858	4
29691	Manilva	manilva	AN	MA	29068	36.3764	-5.2503	4
29692	Castillo De La Duquesa	castillo-de-la-duquesa	AN	MA	29041	36.3505	-5.2337	4
29692	San Luis De Sabinillas	san-luis-de-sabinillas	AN	MA	29041	36.3678	-5.228	4
29692	Chullera	chullera	AN	MA	29041	36.3592	-5.2308	3
29692	Secadero	secadero	AN	MA	29041	36.3592	-5.2308	3
29692	Honda Cavada	honda-cavada	AN	MA	29041	36.3592	-5.2308	3
29692	Alcorrin	alcorrin	AN	MA	29041	36.3592	-5.2308	3
29693	La Gaspara	la-gaspara	AN	MA	29051	36.3854	-5.2494	1
29693	Buenas Noches	buenas-noches	AN	MA	29051	36.3854	-5.2494	1
29693	Bahia Dorada	bahia-dorada	AN	MA	29051	36.3854	-5.2494	1
29693	Saladavieja	saladavieja	AN	MA	29051	36.3854	-5.2494	1
29700	Velez Malaga	velez-malaga	AN	MA	29094	36.778	-4.1523	3
29700	Cabrillas	cabrillas	AN	MA	29094	36.778	-4.1523	4
29710	Periana	periana	AN	MA	29079	36.9293	-4.1916	4
29711	Toril	toril	AN	MA	29002	36.925	-4.1446	4
29711	Pilarejo	pilarejo	AN	MA	29002	36.9223	-4.1241	3
29711	Alcaucin	alcaucin	AN	MA	29002	36.903	-4.1141	4
29711	Espino	espino	AN	MA	29002	36.9388	-4.1137	4
29712	Gomez, Los (Canillas De Aceituno)	gomez-los-canillas-de-aceituno	AN	MA	29099	36.873	-4.0825	4
29712	Portugalejo	portugalejo	AN	MA	29099	36.849	-4.1311	4
29712	Los Paulas	los-paulas	AN	MA	29099	36.8617	-4.1183	3
29712	Viñuela	vinuela	AN	MA	29099	36.8631	-4.1412	4
29712	Rio Bermuzas	rio-bermuzas	AN	MA	29099	36.8617	-4.1183	3
29712	La Aldea	la-aldea	AN	MA	29099	36.8617	-4.1183	3
29712	Los Millanes	los-millanes	AN	MA	29099	36.8617	-4.1183	3
29713	Los Romanes	los-romanes	AN	MA	29002	36.868	-4.1951	4
29713	Venta Baja	venta-baja	AN	MA	29002	36.8959	-4.1378	4
29713	Casillas, Las (Los Romanes)	casillas-las-los-romanes	AN	MA	29002	36.868	-4.1951	4
29713	Puente Salia	puente-salia	AN	MA	29002	36.8773	-4.176	3
29713	Los Castillejos	los-castillejos	AN	MA	29002	36.8773	-4.176	3
29714	Salares	salares	AN	MA	29085	36.8546	-4.0243	4
29715	Sedella	sedella	AN	MA	29087	36.8623	-4.0331	4
29715	Valverde	valverde	AN	MA	29087	36.8623	-4.0331	3
29716	Canillas De Aceituno	canillas-de-aceituno	AN	MA	29033	36.873	-4.0825	4
29716	Lomas Chozas	lomas-chozas	AN	MA	29033	36.873	-4.0825	3
29716	Los Capitos	los-capitos	AN	MA	29033	36.873	-4.0825	3
29718	Almachar	almachar	AN	MA	29094	36.8089	-4.2161	4
29718	La Zubia	la-zubia	AN	MA	29094	36.8217	-4.1949	3
29718	Triana	triana	AN	MA	29094	36.8187	-4.1658	4
29718	El Borge	el-borge	AN	MA	29094	36.8217	-4.1949	3
29718	Zorrilla	zorrilla	AN	MA	29094	36.8148	-4.1714	4
29718	Cutar	cutar	AN	MA	29094	36.8313	-4.2274	4
29718	Las Rozas	las-rozas	AN	MA	29094	36.8217	-4.1949	3
29718	Benamargosa	benamargosa	AN	MA	29094	36.835	-4.1936	4
29718	Rio Almachar	rio-almachar	AN	MA	29094	36.8217	-4.1949	3
29718	Salto Del Negro	salto-del-negro	AN	MA	29094	36.8217	-4.1949	3
29718	Santo Pitar	santo-pitar	AN	MA	29094	36.8217	-4.1949	3
29719	Rubite	rubite	AN	MA	29094	36.835	-4.1001	4
29719	Pasada De Granadillo	pasada-de-granadillo	AN	MA	29094	36.8114	-4.1284	3
29719	Trapiche	trapiche	AN	MA	29094	36.8083	-4.1236	4
29719	Benamocarra	benamocarra	AN	MA	29094	36.7907	-4.1615	4
29720	La Cala Del Moral	la-cala-del-moral	AN	MA	29067	36.8126	-4.082	1
29720	La Araña	la-arana	AN	MA	29067	36.8126	-4.082	1
29730	Rincon De La Victoria	rincon-de-la-victoria	AN	MA	29082	36.7171	-4.2758	4
29738	Moclinejo	moclinejo	AN	MA	29071	36.7713	-4.2551	4
29738	Valdes	valdes	AN	MA	29071	36.7583	-4.2424	4
29738	Torre De Benagalbon	torre-de-benagalbon	AN	MA	29071	36.7558	-4.2476	3
29738	Benagalbon	benagalbon	AN	MA	29071	36.7378	-4.2454	4
29740	Torre Del Mar	torre-del-mar	AN	MA	29094	36.742	-4.0929	4
29749	Almayate Bajo	almayate-bajo	AN	MA	29094	36.7315	-4.1292	4
29749	Almayate Alto	almayate-alto	AN	MA	29094	36.7425	-4.1523	4
29750	Algarrobo Costa	algarrobo-costa	AN	MA	29094	36.7739	-4.0395	4
29750	Algarrobo	algarrobo	AN	MA	29094	36.7739	-4.0395	4
29751	Trayamar	trayamar	AN	MA	29094	36.7496	-4.0728	3
29751	Caleta De Velez	caleta-de-velez	AN	MA	29094	36.7496	-4.0728	4
29752	Sayalonga	sayalonga	AN	MA	29086	36.7982	-4.0133	4
29753	Corumbela	corumbela	AN	MA	29019	36.9833	-4	4
29753	Daimalos Vados	daimalos-vados	AN	MA	29019	36.9116	-3.996	3
29753	Archez	archez	AN	MA	29019	36.8399	-3.9921	4
29753	Arenas De Velez	arenas-de-velez	AN	MA	29019	36.9116	-3.996	3
29754	Competa	competa	AN	MA	29045	36.8335	-3.9743	4
29755	Canillas De Albaida	canillas-de-albaida	AN	MA	29034	36.8466	-3.9868	4
29760	Lagos	lagos	AN	MA	29094	36.7948	-3.4359	4
29760	Mezquitilla	mezquitilla	AN	MA	29094	36.7461	-4.0366	4
29770	Torrox	torrox	AN	MA	29091	36.7579	-3.9523	4
29780	Nerja	nerja	AN	MA	29075	36.7528	-3.8744	4
29787	Maro	maro	AN	MA	29075	36.7584	-3.8429	4
29788	Frigiliana	frigiliana	AN	MA	29053	36.7875	-3.8944	4
29789	Molineta, La (Frigiliana)	molineta-la-frigiliana	AN	MA	29053	36.7875	-3.8944	4
29790	Chilches	chilches	AN	MA	29094	36.7264	-4.2243	4
29790	Benajarafe	benajarafe	AN	MA	29094	36.7264	-4.2243	3
29791	Los Puerta	los-puerta	AN	MA	29066	36.7488	-4.099	1
29791	Macharaviaya	macharaviaya	AN	MA	29066	36.7488	-4.099	1
29791	Los Vallejos	los-vallejos	AN	MA	29066	36.7488	-4.099	1
29791	Benaque	benaque	AN	MA	29066	36.7488	-4.099	1
29792	Cajiz	cajiz	AN	MA	29094	36.7833	-4.1833	3
29792	Iznate	iznate	AN	MA	29094	36.7833	-4.1833	4
29793	Castillo Bajo-Conejito	castillo-bajo-conejito	AN	MA	29091	36.7427	-3.9942	3
29793	Huit	huit	AN	MA	29091	36.7462	-3.9988	4
29793	El Morche	el-morche	AN	MA	29091	36.7393	-3.9896	4
29793	Torrox-Costa	torrox-costa	AN	MA	29091	36.7427	-3.9942	3
29793	Torrox Park	torrox-park	AN	MA	29091	36.7427	-3.9942	3
41410	Carmona	carmona	AN	SE	41024	37.4712	-5.6461	4
29793	Generacion Del 27 (Urbanizacion)	generacion-del-27-urbanizacion	AN	MA	29091	36.7427	-3.9942	3
29793	Llanos, Los (Torrox-Costa)	llanos-los-torrox-costa	AN	MA	29091	36.7427	-3.9942	3
29793	El Peñoncillo	el-penoncillo	AN	MA	29091	36.7427	-3.9942	3
41001	Sevilla	sevilla	AN	SE	41091	37.3824	-5.9761	4
41002	Sevilla	sevilla	AN	SE	41091	37.3824	-5.9761	4
41003	Sevilla	sevilla	AN	SE	41091	37.3824	-5.9761	4
41004	Sevilla	sevilla	AN	SE	41091	37.3824	-5.9761	4
41005	Sevilla	sevilla	AN	SE	41091	37.3824	-5.9761	4
41006	Sevilla	sevilla	AN	SE	41091	37.3824	-5.9761	4
41007	Sevilla	sevilla	AN	SE	41091	37.3824	-5.9761	4
41008	Sevilla	sevilla	AN	SE	41091	37.3824	-5.9761	4
41009	Sevilla	sevilla	AN	SE	41091	37.3824	-5.9761	4
41010	Sevilla	sevilla	AN	SE	41091	37.3824	-5.9761	4
41011	Sevilla	sevilla	AN	SE	41091	37.3824	-5.9761	4
41012	Sevilla	sevilla	AN	SE	41091	37.3824	-5.9761	4
41013	Sevilla	sevilla	AN	SE	41091	37.3824	-5.9761	4
41014	Sevilla	sevilla	AN	SE	41091	37.3824	-5.9761	4
41015	Sevilla	sevilla	AN	SE	41091	37.3824	-5.9761	4
41016	Sevilla	sevilla	AN	SE	41091	37.3824	-5.9761	4
41017	Sevilla	sevilla	AN	SE	41091	37.3824	-5.9761	4
41018	Sevilla	sevilla	AN	SE	41091	37.3824	-5.9761	4
41019	Sevilla	sevilla	AN	SE	41091	37.3824	-5.9761	4
41020	Sevilla	sevilla	AN	SE	41091	37.3824	-5.9761	4
41070	Sevilla	sevilla	AN	SE		37.3824	-5.9761	4
41071	Sevilla	sevilla	AN	SE		37.3824	-5.9761	4
41080	Sevilla	sevilla	AN	SE		37.3824	-5.9761	4
41089	Dos Hermanas	dos-hermanas	AN	SE	41038	37.2829	-5.9209	4
41092	Sevilla	sevilla	AN	SE	41091	37.3824	-5.9761	4
41100	Coria Del Rio	coria-del-rio	AN	SE	41034	37.2877	-6.0541	4
41100	Carchena	carchena	AN	SE	41034	37.2805	-6.0523	3
41100	La Vega	la-vega	AN	SE	41034	37.2734	-6.0505	4
41110	Bollullos De La Mitacion	bollullos-de-la-mitacion	AN	SE	41016	37.3401	-6.1372	4
41111	Almensilla	almensilla	AN	SE	41010	37.311	-6.11	4
41120	Gelves	gelves	AN	SE	41044	37.3348	-6.026	4
41130	Poblado De Colinas	poblado-de-colinas	AN	SE	41079	37.2679	-6.0626	3
41130	La Puebla Del Rio	la-puebla-del-rio	AN	SE	41079	37.2679	-6.0626	4
41140	Isla Mayor	isla-mayor	AN	SE	41902	37.3025	-6.0734	1
41150	Poblado De Alfonso Xiii	poblado-de-alfonso-xiii	AN	SE	41902	37.3025	-6.0734	1
41200	Alcala Del Rio	alcala-del-rio	AN	SE	41005	37.5178	-5.9819	4
41209	Esquivel	esquivel	AN	SE	41005	37.5178	-5.9819	1
41209	San Ignacio Del Viar	san-ignacio-del-viar	AN	SE	41005	37.5178	-5.9819	1
41210	Guillena	guillena	AN	SE	41049	37.5426	-6.0563	4
41210	Lagos Del Serrano	lagos-del-serrano	AN	SE	41049	37.5426	-6.0563	3
41218	Torre De La Reina	torre-de-la-reina	AN	SE	41049	37.5137	-6.0263	4
41219	Las Pajanosas	las-pajanosas	AN	SE	41049	37.5667	-6.1	4
41220	Burguillos	burguillos	AN	SE	41019	37.5844	-5.9665	4
41230	Castilblanco De Los Arroyos	castilblanco-de-los-arroyos	AN	SE	41027	37.6758	-5.9889	4
41240	Almaden De La Plata	almaden-de-la-plata	AN	SE	41009	37.8722	-6.0808	4
41250	El Real De La Jara	el-real-de-la-jara	AN	SE	41080	37.95	-6.15	4
41300	San Jose De La Rinconada	san-jose-de-la-rinconada	AN	SE	41081	37.4843	-5.9424	4
41300	Poligono Industrial Majaravique	poligono-industrial-majaravique	AN	SE	41081	37.4827	-5.9288	3
41300	La Jarilla	la-jarilla	AN	SE	41081	37.481	-5.9153	4
41300	Poligono Industrial El Gordillo	poligono-industrial-el-gordillo	AN	SE	41081	37.4827	-5.9288	3
41300	Majaloba	majaloba	AN	SE	41081	37.4827	-5.9288	3
41300	Poligono Industrial Nacoisa	poligono-industrial-nacoisa	AN	SE	41081	37.4827	-5.9288	3
41309	La Rinconada	la-rinconada	AN	SE	41081	37.4827	-5.9288	1
41310	Brenes	brenes	AN	SE	41018	37.5494	-5.8714	4
41318	Villaverde Del Rio	villaverde-del-rio	AN	SE	41101	37.5892	-5.8744	4
41319	El Viar	el-viar	AN	SE	41005	37.5693	-5.8729	1
41320	Cantillana	cantillana	AN	SE	41023	37.6103	-5.8247	4
41320	Los Pajares	los-pajares	AN	SE	41023	37.6103	-5.8247	3
41330	Los Rosales	los-rosales	AN	SE	41092	37.5916	-5.7321	4
41339	Guadajoz	guadajoz	AN	SE	41024	37.5781	-5.6668	4
41340	Tocina	tocina	AN	SE	41092	37.609	-5.734	4
41350	Villanueva Del Rio Y Minas	villanueva-del-rio-y-minas	AN	SE	41099	37.655	-5.7137	4
41359	Villanueva Del Rio	villanueva-del-rio	AN	SE	41099	37.6269	-5.6897	4
41359	Carbonal	carbonal	AN	SE	41099	37.6269	-5.6897	3
41360	Navahonda	navahonda	AN	SE	41073	37.85	-5.8333	4
41360	Las Jarillas	las-jarillas	AN	SE	41073	37.7806	-5.8432	4
41360	Cañadas Del Romero	canadas-del-romero	AN	SE	41073	37.8269	-5.8144	3
41360	El Pedroso	el-pedroso	AN	SE	41073	37.85	-5.7667	4
41370	El Galeon	el-galeon	AN	SE	41032	38	-5.8833	4
41370	La Ganchosa	la-ganchosa	AN	SE	41032	37.9667	-5.8444	3
41370	Solana Del Valle	solana-del-valle	AN	SE	41032	37.9667	-5.9	4
41370	Cazalla De La Sierra	cazalla-de-la-sierra	AN	SE	41032	37.9333	-5.75	4
41370	El Pintado	el-pintado	AN	SE	41032	37.9667	-5.8444	3
41380	Alanis	alanis	AN	SE	41002	38.0333	-5.7167	4
41388	San Nicolas Del Puerto	san-nicolas-del-puerto	AN	SE	41088	38	-5.65	4
41389	Cerro Del Hierro	cerro-del-hierro	AN	SE	41088	37.9667	-5.6	4
41390	Guadalcanal	guadalcanal	AN	SE	41048	38.1	-5.8167	4
41400	Ecija	ecija	AN	SE	41039	37.5422	-5.0826	4
41409	Villanueva Del Rey	villanueva-del-rey	AN	SE	41039	37.5277	-5.1586	4
41409	Villar Del Marco, El (Poblado)	villar-del-marco-el-poblado	AN	SE	41039	37.5277	-5.1586	3
41409	Navalagrulla	navalagrulla	AN	SE	41039	37.5277	-5.1586	3
41409	Isla Del Vicario	isla-del-vicario	AN	SE	41039	37.5277	-5.1586	3
41409	Cerro Perea	cerro-perea	AN	SE	41039	37.5277	-5.1586	3
41420	Fuentes De Andalucia	fuentes-de-andalucia	AN	SE	41042	37.4641	-5.3461	4
41429	La Campana	la-campana	AN	SE	41022	37.5689	-5.4267	4
41430	Campillo, El (La Luisiana)	campillo-el-la-luisiana	AN	SE	41056	37.526	-5.2488	4
41430	La Luisiana	la-luisiana	AN	SE	41056	37.526	-5.2488	4
41439	La Monclova	la-monclova	AN	SE	41901	37.5992	-5.2102	3
41439	Cañada Rosal	canada-rosal	AN	SE	41901	37.5992	-5.2102	4
41440	Acebuchal, El (Lora Del Rio)	acebuchal-el-lora-del-rio	AN	SE	41006	37.659	-5.5275	4
41440	Setefilla	setefilla	AN	SE	41006	37.659	-5.5275	3
41440	Lora Del Rio	lora-del-rio	AN	SE	41006	37.659	-5.5275	4
41440	El Rincon	el-rincon	AN	SE	41006	37.659	-5.5275	3
41440	La Rambla	la-rambla	AN	SE	41006	37.659	-5.5275	3
41440	El Priorato	el-priorato	AN	SE	41006	37.659	-5.5275	3
41449	Alcolea Del Rio	alcolea-del-rio	AN	SE	41006	37.6151	-5.6669	4
41450	Constantina	constantina	AN	SE	41033	37.8667	-5.6167	4
41450	Fuente El Negro	fuente-el-negro	AN	SE	41033	37.85	-5.6333	4
41460	Las Navas De Las Concepcion	las-navas-de-las-concepcion	AN	SE	41066	37.9333	-5.4667	4
41470	Peñaflor	penaflor	AN	SE	41074	37.7089	-5.345	4
41470	Vega De Almenara	vega-de-almenara	AN	SE	41074	37.7089	-5.345	3
41470	Vereda	vereda	AN	SE	41074	37.7089	-5.345	3
41479	La Puebla De Los Infantes	la-puebla-de-los-infantes	AN	SE	41078	37.7809	-5.3884	4
41500	Alcala De Guadaira	alcala-de-guadaira	AN	SE	41091	37.3379	-5.8395	4
41500	Trujillo Cabeza Sordo	trujillo-cabeza-sordo	AN	SE	41091	37.3379	-5.8395	3
41500	Acebuchal, El (Alcala De Guadaira)	acebuchal-el-alcala-de-guadaira	AN	SE	41091	37.3379	-5.8395	4
41500	Santa Genoveva (Urbanizacion)	santa-genoveva-urbanizacion	AN	SE	41091	37.3379	-5.8395	3
41500	Soledad	soledad	AN	SE	41091	37.3379	-5.8395	3
41500	San Rafael (Urbanizacion)	san-rafael-urbanizacion	AN	SE	41091	37.3379	-5.8395	3
41500	Torrequinto (Urbanizacion)	torrequinto-urbanizacion	AN	SE	41091	37.3379	-5.8395	3
41500	Gandul-Marchenilla	gandul-marchenilla	AN	SE	41091	37.3379	-5.8395	3
41510	Mairena Del Alcor	mairena-del-alcor	AN	SE	41058	37.373	-5.7495	4
41510	Clavinque	clavinque	AN	SE	41058	37.373	-5.7495	3
41510	Bencarron	bencarron	AN	SE	41058	37.373	-5.7495	3
41520	El Viso Del Alcor	el-viso-del-alcor	AN	SE	41102	37.3911	-5.7199	4
41530	Moron De La Frontera	moron-de-la-frontera	AN	SE	41065	37.1208	-5.454	4
41530	La Ramira	la-ramira	AN	SE	41065	37.1208	-5.454	3
41540	La Puebla De Cazalla	la-puebla-de-cazalla	AN	SE	41077	37.2215	-5.3115	4
41550	Cortijo Del Marques	cortijo-del-marques	AN	SE	41001	37.298	-5.0998	1
41550	Aguadulce	aguadulce	AN	SE	41001	37.298	-5.0998	1
41550	Huerta Del Colegio	huerta-del-colegio	AN	SE	41001	37.298	-5.0998	1
41560	La Salada	la-salada	AN	SE	41041	37.2964	-4.8275	4
41560	Estepa	estepa	AN	SE	41041	37.2926	-4.879	4
41560	El Gallo	el-gallo	AN	SE	41041	37.2945	-4.8532	3
41560	Alamedilla	alamedilla	AN	SE	41041	37.2945	-4.8532	3
41560	Pozo Del Villar	pozo-del-villar	AN	SE	41041	37.2945	-4.8532	3
41563	Isla Redonda La Aceñuela	isla-redonda-la-acenuela	AN	SE	41039	37.3115	-4.8982	1
41564	Lora De Estepa	lora-de-estepa	AN	SE	41054	37.2693	-4.8276	4
41565	Gilena	gilena	AN	SE	41037	37.2515	-4.9144	4
41566	Pedrera	pedrera	AN	SE	41072	37.226	-4.8942	4
41567	Herrera	herrera	AN	SE	41039	37.364	-4.8498	4
41568	El Rubio	el-rubio	AN	SE	41084	37.3562	-4.989	4
41569	Matarredonda	matarredonda	AN	SE	41061	37.3768	-4.9429	4
41569	Marinaleda	marinaleda	AN	SE	41061	37.3712	-4.9595	4
41570	Badolatosa	badolatosa	AN	SE	41014	37.3079	-4.673	4
41570	Huertas De La Manga	huertas-de-la-manga	AN	SE	41014	37.3079	-4.673	3
41580	Casariche	casariche	AN	SE	41026	37.2939	-4.7597	4
41580	Riguelo	riguelo	AN	SE	41026	37.2939	-4.7597	3
41590	La Roda De Andalucia	la-roda-de-andalucia	AN	SE	41082	37.2038	-4.778	4
41599	Los Perez	los-perez	AN	SE	41014	37.2703	-4.6881	3
41599	Corcoya	corcoya	AN	SE	41014	37.2703	-4.6881	4
41599	Los Perenos	los-perenos	AN	SE	41014	37.2703	-4.6881	3
41600	La Gironda	la-gironda	AN	SE	41011	37.0862	-5.5832	4
41600	Las Monjas	las-monjas	AN	SE	41011	37.1745	-5.5643	3
41600	Arahal	arahal	AN	SE	41011	37.2627	-5.5453	4
41610	El Calvario	el-calvario	AN	SE	41071	37.2905	-5.497	3
41610	Paradas	paradas	AN	SE	41071	37.2905	-5.497	4
41610	Monte-Palacio	monte-palacio	AN	SE	41071	37.2905	-5.497	3
41610	El Palomar	el-palomar	AN	SE	41071	37.2905	-5.497	3
41620	Marchena	marchena	AN	SE	41060	37.329	-5.4168	4
41630	La Lantejuela	la-lantejuela	AN	SE	41052	37.3535	-5.2248	4
41640	Puerto De La Encina	puerto-de-la-encina	AN	SE	41068	37.2377	-5.1075	3
41640	Osuna	osuna	AN	SE	41068	37.2377	-5.1075	4
41650	El Saucejo	el-saucejo	AN	SE	41090	37.0724	-5.0982	4
41657	Los Corrales	los-corrales	AN	SE	41037	37.0992	-4.9843	4
41658	Rejano	rejano	AN	SE	41062	37.1087	-4.9635	3
41658	Martin De La Jara	martin-de-la-jara	AN	SE	41062	37.1087	-4.9635	4
41659	La Mezquitilla	la-mezquitilla	AN	SE	41090	37.0656	-5.1211	4
41659	Navarredonda	navarredonda	AN	SE	41090	37.15	-5.0833	4
41660	Villanueva De San Juan	villanueva-de-san-juan	AN	SE	41100	37.0495	-5.1754	4
41661	Algamitas	algamitas	AN	SE	41008	37.0152	-5.1495	4
41670	Pruna	pruna	AN	SE	41076	36.9723	-5.2223	4
41700	Dos Hermanas	dos-hermanas	AN	SE	41038	37.2829	-5.9209	4
41701	Dos Hermanas	dos-hermanas	AN	SE	41038	37.2829	-5.9209	4
41702	Dos Hermanas	dos-hermanas	AN	SE	41038	37.2829	-5.9209	4
41703	Fuente Del Rey	fuente-del-rey	AN	SE	41038	37.2829	-5.9209	3
41703	Dos Hermanas	dos-hermanas	AN	SE	41038	37.2829	-5.9209	4
41704	Dos Hermanas	dos-hermanas	AN	SE	41038	37.2829	-5.9209	4
41710	Utrera	utrera	AN	SE	41095	37.1852	-5.7809	4
41710	Don Rodrigo	don-rodrigo	AN	SE	41095	37.1852	-5.7809	3
41710	Bencarron (Utrera)	bencarron-utrera	AN	SE	41095	37.1852	-5.7809	4
41719	El Palmar De Troya	el-palmar-de-troya	AN	SE	41095	37.0615	-5.8047	4
41719	Guadalema De Los Quintero	guadalema-de-los-quintero	AN	SE	41095	37.0615	-5.8047	3
41720	Los Palacios Y Villafranca	los-palacios-y-villafranca	AN	SE	41095	37.1618	-5.9243	4
41727	Trajano	trajano	AN	SE	41095	37.1618	-5.9243	1
41727	El Trobal	el-trobal	AN	SE	41095	37.1618	-5.9243	1
41727	Maribañez	maribanez	AN	SE	41095	37.1618	-5.9243	1
41728	Pinzon	pinzon	AN	SE	41038	37.1618	-5.9243	1
41728	Los Chapatales	los-chapatales	AN	SE	41038	37.1618	-5.9243	1
41728	Adriano	adriano	AN	SE	41038	37.1618	-5.9243	1
41730	Las Cabezas De San Juan	las-cabezas-de-san-juan	AN	SE	41032	36.9838	-5.9393	4
41730	Sacramento	sacramento	AN	SE	41032	36.9838	-5.9393	3
41730	Vetaherrado	vetaherrado	AN	SE	41032	36.9838	-5.9393	3
41731	Marismillas	marismillas	AN	SE	41020	36.9838	-5.9393	1
41740	Lebrija	lebrija	AN	SE	41053	36.9208	-6.0753	4
41749	El Cuervo	el-cuervo	AN	SE	41903	36.853	-6.0378	4
41750	Los Molares	los-molares	AN	SE	41063	37.157	-5.718	4
41760	El Coronil	el-coronil	AN	SE	41036	37.0795	-5.6341	4
41770	Montellano	montellano	AN	SE	41064	36.9953	-5.5715	4
41780	Coripe	coripe	AN	SE	41035	36.9734	-5.4402	4
41800	Sanlucar La Mayor	sanlucar-la-mayor	AN	SE	41087	37.3871	-6.2011	4
41804	Olivares	olivares	AN	SE	41067	37.418	-6.156	4
41805	Benacazon	benacazon	AN	SE	41015	37.3529	-6.1966	4
41806	Umbrete	umbrete	AN	SE	41094	37.3688	-6.1585	4
41807	Espartinas	espartinas	AN	SE	41040	37.3815	-6.1258	4
41808	Villanueva Del Ariscal	villanueva-del-ariscal	AN	SE	41098	37.3962	-6.1408	4
41809	Albaida Del Aljarafe	albaida-del-aljarafe	AN	SE	41003	37.4235	-6.1667	4
41810	Castilleja Del Campo	castilleja-del-campo	AN	SE	41030	37.3863	-6.3344	4
41820	Carrion De Los Cespedes	carrion-de-los-cespedes	AN	SE	41025	37.3701	-6.3292	4
41830	Huevar De Aljarafe	huevar-de-aljarafe	AN	SE	41051	37.5255	-6.2729	1
41840	Pilas	pilas	AN	SE	41075	37.3034	-6.301	4
41849	Aznalcazar	aznalcazar	AN	SE	41012	37.3042	-6.2496	4
41850	Villamanrique De La Condesa	villamanrique-de-la-condesa	AN	SE	41097	37.2448	-6.3066	4
41860	Gerena	gerena	AN	SE	41045	37.5296	-6.1548	4
41870	Aznalcollar	aznalcollar	AN	SE	41013	37.5191	-6.2699	4
41880	El Hoyuelo	el-hoyuelo	AN	SE	41083	37.1814	-6.0833	4
41880	La Ratilla	la-ratilla	AN	SE	41083	37.4538	-6.1298	3
41880	El Ronquillo	el-ronquillo	AN	SE	41083	37.7263	-6.1762	4
41888	El Garrobo	el-garrobo	AN	SE	41088	37.6261	-6.1723	4
41889	El Alisar	el-alisar	AN	SE	41031	37.6711	-6.2389	3
41889	Arroyo De La Plata	arroyo-de-la-plata	AN	SE	41031	37.6782	-6.2539	4
41889	El Cañuelo	el-canuelo	AN	SE	41031	37.6639	-6.224	4
41890	El Castillo De Las Guardas	el-castillo-de-las-guardas	AN	SE	41031	37.7359	-6.382	3
41890	Peroamigo	peroamigo	AN	SE	41031	37.7359	-6.382	4
41897	El Madroño	el-madrono	AN	SE	41057	37.6458	-6.5138	4
41898	Villargordo	villargordo	AN	SE	41031	37.6832	-6.4173	3
41898	Juan Anton	juan-anton	AN	SE	41031	37.656	-6.45	4
41898	La Aulaga	la-aulaga	AN	SE	41031	37.6855	-6.4002	4
41898	Alamo, El (El Madroño)	alamo-el-el-madrono	AN	SE	41031	37.6832	-6.4173	3
41898	El Peralejo	el-peralejo	AN	SE	41031	37.715	-6.4145	4
41898	Juan Gallego	juan-gallego	AN	SE	41031	37.6629	-6.4563	4
41898	Minas Del Castillo	minas-del-castillo	AN	SE	41031	37.6968	-6.3655	4
41899	Valdeflores	valdeflores	AN	SE	41031	37.7308	-6.3487	4
41899	La Alcornocosa	la-alcornocosa	AN	SE	41031	37.7357	-6.2942	4
41899	Archidona	archidona	AN	SE	41031	37.7146	-6.2875	4
41900	Camas	camas	AN	SE	41021	37.402	-6.0331	4
41907	Valencina De La Concepcion	valencina-de-la-concepcion	AN	SE	41096	37.4162	-6.0742	4
41908	Castilleja De Guzman	castilleja-de-guzman	AN	SE	41028	37.4096	-6.0551	4
41909	Salteras	salteras	AN	SE	41085	37.4206	-6.1105	4
41910	Coca De La Piñera	coca-de-la-pinera	AN	SE	41021	37.3976	-6.0527	1
41910	El Carambolo	el-carambolo	AN	SE	41021	37.3976	-6.0527	1
41920	San Juan De Aznalfarache	san-juan-de-aznalfarache	AN	SE	41086	37.3581	-6.0373	4
41927	Mairena Del Aljarafe	mairena-del-aljarafe	AN	SE	41059	37.3446	-6.0639	4
41928	Palomares Del Rio	palomares-del-rio	AN	SE	41070	37.3222	-6.0586	4
41930	Bormujos	bormujos	AN	SE	41017	37.3736	-6.0723	4
41940	Tomares	tomares	AN	SE	41093	37.3728	-6.0459	4
41950	Castilleja De La Cuesta	castilleja-de-la-cuesta	AN	SE	41029	37.3859	-6.0526	4
41960	Gines	gines	AN	SE	41047	37.3868	-6.0774	4
41970	Santiponce	santiponce	AN	SE	41089	37.4355	-6.0411	4
41980	La Algaba	la-algaba	AN	SE	41007	37.4637	-6.0129	4
41989	El Aral	el-aral	AN	SE	41007	37.4743	-6.0033	4
22001	Huesca	huesca	AR	HU	22125	42.1362	-0.4087	4
22002	Huesca	huesca	AR	HU	22125	42.1362	-0.4087	4
22003	Huesca	huesca	AR	HU	22125	42.1362	-0.4087	4
22004	Huesca	huesca	AR	HU	22125	42.1362	-0.4087	4
22005	Huesca	huesca	AR	HU	22125	42.1362	-0.4087	4
22006	Huesca	huesca	AR	HU	22125	42.1362	-0.4087	4
22070	Huesca	huesca	AR	HU		42.1362	-0.4087	4
22071	Huesca	huesca	AR	HU		42.1362	-0.4087	4
22080	Huesca	huesca	AR	HU	22125	42.1362	-0.4087	4
22100	Sangarren	sangarren	AR	HU	22206	42.0192	-0.4332	4
22110	Salillas	salillas	AR	HU	22220	41.995	-0.2228	4
22110	Sesa	sesa	AR	HU	22220	41.9948	-0.2451	4
22111	Corvinos	corvinos	AR	HU	22156	42.0945	-0.3564	3
22111	Monflorite	monflorite	AR	HU	22156	42.0945	-0.3564	4
22112	Albero Alto	albero-alto	AR	HU	22011	42.0503	-0.3371	4
22113	Novales	novales	AR	HU	22162	42.032	-0.287	4
22120	Sietamo	sietamo	AR	HU	22222	42.1239	-0.2807	4
22121	Arbanies	arbanies	AR	HU	22222	42.1625	-0.2486	4
22121	Castejon De Arbanies	castejon-de-arbanies	AR	HU	22222	42.1473	-0.2644	4
22122	Liesa	liesa	AR	HU	22126	42.1407	-0.2072	3
22122	Ibieca	ibieca	AR	HU	22126	42.1608	-0.2086	4
22122	Velillas	velillas	AR	HU	22126	42.1206	-0.2058	4
22123	Angues	angues	AR	HU	22027	42.1111	-0.153	4
22124	Lascellas	lascellas	AR	HU	22141	42.0776	-0.0828	4
22124	Ponzano	ponzano	AR	HU	22141	42.0665	-0.0773	4
22125	Laluenga	laluenga	AR	HU	22135	42.007	-0.0471	4
22126	Laperdiguera	laperdiguera	AR	HU	22139	41.9905	-0.0466	4
22131	Lagunarrota	lagunarrota	AR	HU	22055	41.926	-0.01	4
22131	Berbegal	berbegal	AR	HU	22055	41.9596	-0.0033	4
22132	Pertusa	pertusa	AR	HU	22050	42.0021	-0.1273	4
22132	Barbuñales	barbunales	AR	HU	22050	42.0256	-0.0866	4
22132	Torres De Alcanadre	torres-de-alcanadre	AR	HU	22050	41.9673	-0.111	4
22132	Lacuadrada	lacuadrada	AR	HU	22050	41.9719	-0.0712	4
22133	Blecua	blecua	AR	HU	22027	42.0573	-0.1877	4
22133	Antillon	antillon	AR	HU	22027	42.0364	-0.1624	4
22133	Bespen	bespen	AR	HU	22027	42.0581	-0.1538	4
22134	Torres De Montes	torres-de-montes	AR	HU	22064	42.0917	-0.1935	4
22135	Argavieso	argavieso	AR	HU	22036	42.0528	-0.2783	4
22135	Alcala Del Obispo	alcala-del-obispo	AR	HU	22036	42.0773	-0.2912	4
22135	Ola	ola	AR	HU	22036	42.1074	-0.3015	4
22135	Pueyo De Fañanas	pueyo-de-fananas	AR	HU	22036	42.0647	-0.2606	4
22135	Fañanas	fananas	AR	HU	22036	42.0765	-0.2758	4
22140	Bandalies	bandalies	AR	HU	22150	42.1635	-0.2973	4
22140	Ayera	ayera	AR	HU	22150	42.1754	-0.2995	4
22141	Los Molinos De Sipan	los-molinos-de-sipan	AR	HU	22058	42.1964	-0.2071	3
22141	La Almunia Del Romeral	la-almunia-del-romeral	AR	HU	22058	42.207	-0.2807	4
22141	Panzano	panzano	AR	HU	22058	42.2095	-0.167	4
22141	Bastaras	bastaras	AR	HU	22058	42.1964	-0.2071	3
22141	Loscertales	loscertales	AR	HU	22058	42.1864	-0.2577	4
22141	Aguas	aguas	AR	HU	22058	42.1964	-0.2071	3
22141	Yaso	yaso	AR	HU	22058	42.2022	-0.1287	4
22141	San Roman De Morrano	san-roman-de-morrano	AR	HU	22058	42.1964	-0.2071	3
22141	Coscullano	coscullano	AR	HU	22058	42.193	-0.2381	4
22141	Santa Cilia De Panzano	santa-cilia-de-panzano	AR	HU	22058	42.1964	-0.2071	3
22141	Sipan	sipan	AR	HU	22058	42.1785	-0.2677	4
22141	Morrano	morrano	AR	HU	22058	42.1981	-0.1102	4
22142	Labata	labata	AR	HU	22081	42.1876	-0.1629	4
22142	Junzano	junzano	AR	HU	22081	42.1368	-0.1286	4
22142	Sieso De Hueca	sieso-de-hueca	AR	HU	22081	42.16	-0.1438	3
22142	Casbas De Huesca	casbas-de-huesca	AR	HU	22081	42.1555	-0.1399	4
22143	Abiego	abiego	AR	HU	22001	42.1209	-0.0687	4
22144	Bierge	bierge	AR	HU	22058	42.1622	-0.0833	4
22144	San Saturnino	san-saturnino	AR	HU	22058	42.2335	-0.0769	3
22144	Las Almunias	las-almunias	AR	HU	22058	42.2558	-0.0687	4
22144	Rodellar	rodellar	AR	HU	22058	42.2825	-0.0786	4
22145	San Pelegrin	san-pelegrin	AR	HU	22024	42.1868	0.0079	4
22145	Radiquero	radiquero	AR	HU	22024	42.1729	-0.0047	4
22145	Alquezar	alquezar	AR	HU	22024	42.1727	0.0259	4
22146	Buera	buera	AR	HU	22906	42.1414	0.0407	4
22147	Alberuela De Laliena	alberuela-de-laliena	AR	HU	22003	42.1461	-0.008	3
22147	Adahuesca	adahuesca	AR	HU	22003	42.1461	-0.008	4
22148	Eripol	eripol	AR	HU	22090	42.2236	0.0515	3
22148	Betorz	betorz	AR	HU	22090	42.2597	0.0245	4
22148	Lecina	lecina	AR	HU	22090	42.2294	0.0358	4
22148	Hospitaled De Barcabo	hospitaled-de-barcabo	AR	HU	22090	42.2236	0.0515	3
22148	Almazorre	almazorre	AR	HU	22090	42.2637	0.0586	4
22148	Barcabo	barcabo	AR	HU	22090	42.2422	0.0693	4
22148	Colungo	colungo	AR	HU	22090	42.1713	0.0681	4
22148	Asque	asque	AR	HU	22090	42.1753	0.0527	4
22149	Castellazo	castellazo	AR	HU	22907	42.3334	0.0591	4
22149	El Coscollar	el-coscollar	AR	HU	22907	42.3307	-0.0049	3
22149	Arcusa	arcusa	AR	HU	22907	42.3167	-0.0833	4
22149	Sarsa De Surta	sarsa-de-surta	AR	HU	22907	42.3175	0.0154	4
22149	Paules De Sarsa	paules-de-sarsa	AR	HU	22907	42.3307	-0.0049	3
22149	Pueyo De Morcat	pueyo-de-morcat	AR	HU	22907	42.3307	-0.0049	3
22149	Santa Maria De La Nuez	santa-maria-de-la-nuez	AR	HU	22907	42.3307	-0.0049	3
22149	Las Bellostas	las-bellostas	AR	HU	22907	42.3553	-0.0109	4
22150	Bara	bara	AR	HU	22037	42.3308	-0.1264	4
22150	Arguis	arguis	AR	HU	22037	42.3148	-0.4397	4
22150	Belsue	belsue	AR	HU	22037	42.3144	-0.3801	4
22150	Nocito	nocito	AR	HU	22037	42.3212	-0.2535	4
22150	Bentue De Rasal	bentue-de-rasal	AR	HU	22037	42.3355	-0.5172	4
22150	Bentue De Nocito	bentue-de-nocito	AR	HU	22037	42.3251	-0.217	4
22160	Bolea	bolea	AR	HU	22904	42.2592	-0.5523	4
22161	Lierta	lierta	AR	HU	22904	42.2463	-0.4919	4
22161	Puibolea	puibolea	AR	HU	22904	42.252	-0.5107	4
22162	Anies	anies	AR	HU	22904	42.3041	-0.5781	4
22190	Vicien	vicien	AR	HU	22248	42.1712	-0.3989	1
22191	Quicena	quicena	AR	HU	22195	42.148	-0.3605	4
22192	Vadiello	vadiello	AR	HU	22228	42.1858	-0.3295	3
22192	Sasa Del Abadiado	sasa-del-abadiado	AR	HU	22228	42.1858	-0.3287	4
22192	San Julian De Banzo	san-julian-de-banzo	AR	HU	22228	42.1858	-0.3295	3
22192	Chibluco	chibluco	AR	HU	22228	42.2122	-0.3577	4
22192	Santa Eulalia La Mayor	santa-eulalia-la-mayor	AR	HU	22228	42.2113	-0.2964	4
22192	Castilsabas	castilsabas	AR	HU	22228	42.1964	-0.3062	4
22192	Loporzano	loporzano	AR	HU	22228	42.1614	-0.3234	4
22192	Barluenga	barluenga	AR	HU	22228	42.2002	-0.3394	4
22192	Tierz	tierz	AR	HU	22228	42.1336	-0.3549	4
22193	Igries	igries	AR	HU	22127	42.2144	-0.432	4
22193	Santa Eulalia De La Peña	santa-eulalia-de-la-pena	AR	HU	22127	42.2621	-0.4066	4
22193	Yequeda	yequeda	AR	HU	22127	42.1844	-0.4358	4
22193	Arascues	arascues	AR	HU	22127	42.2355	-0.4273	3
22193	Nueno	nueno	AR	HU	22127	42.267	-0.4391	4
22193	Sabayes	sabayes	AR	HU	22127	42.2498	-0.423	4
22194	Huerrios	huerrios	AR	HU	22019	42.1436	-0.4574	4
22194	Banastas	banastas	AR	HU	22019	42.1809	-0.4519	4
22194	Banaries	banaries	AR	HU	22019	42.1362	-0.4694	4
22194	Chimillas	chimillas	AR	HU	22019	42.1703	-0.4517	4
22194	Torres Secas	torres-secas	AR	HU	22019	42.1591	-0.4588	3
22194	Alerre	alerre	AR	HU	22019	42.1647	-0.4637	4
22194	Figueruelas	figueruelas	AR	HU	22019	42.1591	-0.4588	3
22195	Apies	apies	AR	HU	22125	42.2252	-0.4042	4
22195	Fornillos De Apies	fornillos-de-apies	AR	HU	22125	42.2252	-0.4042	3
22196	Lascasas	lascasas	AR	HU	22125	42.0714	-0.3849	4
22196	Pompenillo	pompenillo	AR	HU	22125	42.0579	-0.401	3
22196	Bellestar Del Flumen	bellestar-del-flumen	AR	HU	22125	42.0579	-0.401	3
22196	La Granja	la-granja	AR	HU	22125	42.0579	-0.401	3
22196	Tabernas De Isuela	tabernas-de-isuela	AR	HU	22125	42.0557	-0.4112	4
22196	Castillo De Pompien	castillo-de-pompien	AR	HU	22125	42.0579	-0.401	3
22196	Buñales	bunales	AR	HU	22125	42.0465	-0.4068	4
22197	Cuarte	cuarte	AR	HU	22125	42.1177	-0.4708	4
22200	Sariñena	sarinena	AR	HU	22213	41.7913	-0.158	4
22210	Uson	uson	AR	HU	22174	41.9386	-0.2233	4
22210	Peralta De Alcofea	peralta-de-alcofea	AR	HU	22174	41.9315	-0.0677	4
22210	Venta De Ballerias	venta-de-ballerias	AR	HU	22174	41.9338	-0.1526	3
22210	Huerto	huerto	AR	HU	22174	41.9313	-0.1668	4
22212	Capdesaso	capdesaso	AR	HU	22136	41.8429	-0.1832	4
22212	Sodeto	sodeto	AR	HU	22136	41.8757	-0.1987	3
22212	Alberuela De Tubo	alberuela-de-tubo	AR	HU	22136	41.9085	-0.2142	4
22212	San Lorenzo Del Flumen	san-lorenzo-del-flumen	AR	HU	22136	41.8757	-0.1987	3
22213	La Cartuja De Monegros	la-cartuja-de-monegros	AR	HU	22137	41.8786	-0.1557	1
22213	Orillena	orillena	AR	HU	22137	41.8786	-0.1557	1
22213	San Juan Del Flumen	san-juan-del-flumen	AR	HU	22137	41.8786	-0.1557	1
22214	Lalueza	lalueza	AR	HU	22136	41.8397	-0.2549	4
22215	Lastanosa	lastanosa	AR	HU	22085	41.8507	-0.0829	4
22215	Lamasadera	lamasadera	AR	HU	22085	41.8411	-0.0457	3
22215	El Tormillo	el-tormillo	AR	HU	22085	41.87	-0.0324	4
22215	Castelflorite	castelflorite	AR	HU	22085	41.8027	-0.0217	4
22216	Cabañas	cabanas	AR	HU	22137	41.8697	-0.3101	3
22216	Poleñino	polenino	AR	HU	22137	41.8697	-0.3101	4
22216	Cantalobos	cantalobos	AR	HU	22137	41.8697	-0.3101	3
22220	Albalatillo	albalatillo	AR	HU	22008	41.7353	-0.1511	4
22221	Pallaruelo De Monegros	pallaruelo-de-monegros	AR	HU	22213	41.7044	-0.209	4
22222	Castejon De Monegros	castejon-de-monegros	AR	HU	22083	41.618	-0.2401	4
22223	Valfarta	valfarta	AR	HU	22242	41.5573	-0.133	4
22230	Sena	sena	AR	HU	22217	41.7159	-0.0423	4
22231	Villanueva De Sigena	villanueva-de-sigena	AR	HU	22251	41.7158	-0.009	4
22232	Ontiñena	ontinena	AR	HU	22165	41.6766	0.0886	4
22233	Chalamera	chalamera	AR	HU	22094	41.6657	0.163	4
22234	Ballobar	ballobar	AR	HU	22046	41.6211	0.192	4
22240	Tardienta	tardienta	AR	HU	22226	41.9778	-0.5373	4
22250	Lanaja	lanaja	AR	HU	22137	41.7706	-0.331	4
22251	Alcubierre	alcubierre	AR	HU	22018	41.8076	-0.4529	4
22252	Robres	robres	AR	HU	22197	41.8675	-0.4609	4
22253	Senes De Alcubierre	senes-de-alcubierre	AR	HU	22218	41.9073	-0.4891	4
22254	Torralba De Aragon	torralba-de-aragon	AR	HU	22232	41.9349	-0.5105	4
22255	Callen	callen	AR	HU	22012	41.9928	-0.3656	4
22255	Albero Bajo	albero-bajo	AR	HU	22012	42.0238	-0.3802	4
22255	Almuniente	almuniente	AR	HU	22012	41.9495	-0.4117	4
22255	Valfonda De Santa Ana	valfonda-de-santa-ana	AR	HU	22012	41.9815	-0.4021	3
22255	Torres De Barbues	torres-de-barbues	AR	HU	22012	41.9605	-0.4335	4
22255	Barbues	barbues	AR	HU	22012	41.9808	-0.4195	4
22260	Grañen	granen	AR	HU	22116	41.941	-0.3694	4
22268	Piraces	piraces	AR	HU	22181	42.0045	-0.3177	4
22268	Marcen	marcen	AR	HU	22181	41.9753	-0.2979	3
22268	Tramaced	tramaced	AR	HU	22181	41.9732	-0.2975	4
22268	Fraella	fraella	AR	HU	22181	41.9482	-0.2785	4
22269	Curbe	curbe	AR	HU	22023	41.9104	-0.448	3
22269	Frula	frula	AR	HU	22023	41.9104	-0.448	4
22269	Montesusin	montesusin	AR	HU	22023	41.9104	-0.448	3
22270	Almudevar	almudevar	AR	HU	22021	42.0425	-0.5814	4
22280	Camporredondo	camporredondo	AR	HU	22119	42.0154	-0.7615	3
22280	Gurrea De Gallego	gurrea-de-gallego	AR	HU	22119	42.0154	-0.7615	4
22281	El Temple	el-temple	AR	HU	22119	41.9749	-0.7513	4
22281	La Paul	la-paul	AR	HU	22119	41.9851	-0.7864	4
22282	Alcala De Gurrea	alcala-de-gurrea	AR	HU	22014	42.0665	-0.6853	4
22283	Tormos	tormos	AR	HU	22014	42.1014	-0.6723	4
22283	San Jorge	san-jorge	AR	HU	22014	42.1014	-0.6723	3
22283	Artasona Del Llano	artasona-del-llano	AR	HU	22014	42.1014	-0.6723	3
22283	Valsalada	valsalada	AR	HU	22014	42.1014	-0.6723	3
22300	Barbastro	barbastro	AR	HU	22048	42.0357	0.1269	4
22310	Castejon Del Puente	castejon-del-puente	AR	HU	22082	41.9618	0.1588	4
22311	Azlor	azlor	AR	HU	22041	42.0943	-0.0459	4
22311	Pueyo, El (Monasterio)	pueyo-el-monasterio	AR	HU	22041	42.0729	-0.0312	3
22311	Azara	azara	AR	HU	22041	42.0703	-0.0292	4
22311	Peraltilla	peraltilla	AR	HU	22041	42.0541	-0.0184	4
22312	Guardia	guardia	AR	HU	22115	42.1119	0.1565	4
22312	Coscojuela De Fantova	coscojuela-de-fantova	AR	HU	22115	42.1433	0.1676	4
22312	Salinas De Hoz	salinas-de-hoz	AR	HU	22115	42.1688	0.1206	4
22312	Hoz De Barbastro	hoz-de-barbastro	AR	HU	22115	42.1402	0.133	4
22312	Enate	enate	AR	HU	22115	42.0804	0.2196	4
22312	Costean	costean	AR	HU	22115	42.0862	0.1763	4
22313	Huerta De Vero	huerta-de-vero	AR	HU	22186	42.115	0.0147	4
22313	Castillazuelo	castillazuelo	AR	HU	22186	42.0677	0.0649	4
22313	Pozan De Vero	pozan-de-vero	AR	HU	22186	42.0822	0.0307	4
22314	Salas Altas	salas-altas	AR	HU	22201	42.1141	0.0682	4
22314	Salas Bajas	salas-bajas	AR	HU	22201	42.1005	0.0835	4
22315	Montesa	montesa	AR	HU	22048	42.0814	0.1118	3
22315	Burceat	burceat	AR	HU	22048	42.0814	0.1118	4
22315	Cregenzan	cregenzan	AR	HU	22048	42.0814	0.1118	3
22320	Naval	naval	AR	HU	22160	42.195	0.1518	4
22320	Mipanas	mipanas	AR	HU	22160	42.2136	0.2139	4
22320	Suelves	suelves	AR	HU	22160	42.2149	0.1079	4
22330	Ainsa	ainsa	AR	HU	22907	42.4155	0.1401	4
22330	Sarratillo	sarratillo	AR	HU	22907	42.3561	0.0907	4
22336	Charo	charo	AR	HU	22113	42.3889	0.2595	4
22336	Arro	arro	AR	HU	22113	42.4074	0.2239	4
22336	Tierrantona	tierrantona	AR	HU	22113	42.3696	0.2718	4
22336	Morillo De Monclus	morillo-de-monclus	AR	HU	22113	42.35	0.2833	4
22336	Formigales	formigales	AR	HU	22113	42.3328	0.2971	4
22337	Alujan	alujan	AR	HU	22111	42.3493	0.2837	3
22337	Palo	palo	AR	HU	22111	42.3227	0.2438	4
22337	El Humo De Rañin	el-humo-de-ranin	AR	HU	22111	42.3493	0.2837	3
22337	Solipueyo	solipueyo	AR	HU	22111	42.3757	0.2982	4
22337	El Pocino	el-pocino	AR	HU	22111	42.3493	0.2837	3
22337	Buetas	buetas	AR	HU	22111	42.3681	0.2864	4
22337	Alueza	alueza	AR	HU	22111	42.3493	0.2837	3
22337	Rañin	ranin	AR	HU	22111	42.3801	0.3125	4
22337	Lascorz	lascorz	AR	HU	22111	42.3988	0.3172	4
22337	Lapenilla	lapenilla	AR	HU	22111	42.2506	0.2441	4
22338	Torrelisa	torrelisa	AR	HU	22190	42.4604	0.1863	4
22338	Pardina, La (Pueyo De Araguas)	pardina-la-pueyo-de-araguas	AR	HU	22190	42.4647	0.2002	3
22338	San Lorien	san-lorien	AR	HU	22190	42.4764	0.1727	4
22338	La Muera	la-muera	AR	HU	22190	42.4572	0.2225	4
22338	El Pueyo De Araguas	el-pueyo-de-araguas	AR	HU	22190	42.4647	0.2002	3
22338	El Plano	el-plano	AR	HU	22190	42.4535	0.2181	4
22338	Oncins	oncins	AR	HU	22190	42.4651	0.2065	4
22338	Molinos, Los (Pueyo De Araguas)	molinos-los-pueyo-de-araguas	AR	HU	22190	42.4647	0.2002	3
22338	San Victorian	san-victorian	AR	HU	22190	42.4667	0.2333	4
22338	El Soto	el-soto	AR	HU	22190	42.4647	0.2002	3
22338	Araguas	araguas	AR	HU	22190	42.4736	0.1619	4
22339	Gerbe	gerbe	AR	HU	22907	42.3836	0.1838	4
22339	Banaston	banaston	AR	HU	22907	42.383	0.1931	3
22339	Griebal	griebal	AR	HU	22907	42.3825	0.2025	4
22340	Boltaña	boltana	AR	HU	22066	42.4455	0.068	4
22347	Morillo De San Pietro	morillo-de-san-pietro	AR	HU	22066	42.4956	0.0762	4
22347	Ascaso	ascaso	AR	HU	22066	42.4777	0.0476	4
22348	San Belian	san-belian	AR	HU	22066	42.4325	0.0515	3
22348	Campodarbe	campodarbe	AR	HU	22066	42.4222	0.0161	4
22348	Aguilar (Boltaña)	aguilar-boltana	AR	HU	22066	42.4455	0.068	4
22348	La Valle	la-valle	AR	HU	22066	42.4299	0.0703	4
22349	Latorrecilla	latorrecilla	AR	HU	22066	42.4032	0.0859	4
22349	Guaso	guaso	AR	HU	22066	42.4168	0.0974	4
22349	Margudgued	margudgued	AR	HU	22066	42.4328	0.0846	4
22349	Sieste	sieste	AR	HU	22066	42.4308	0.0675	4
22350	Bielsa	bielsa	AR	HU	22057	42.6335	0.2186	4
22351	Javierre (Bielsa)	javierre-bielsa	AR	HU	22057	42.6335	0.2186	4
22351	Espierba	espierba	AR	HU	22057	42.6546	0.1585	4
22351	Pineta	pineta	AR	HU	22057	42.644	0.1885	3
22360	Labuerda	labuerda	AR	HU	22133	42.4523	0.1356	4
22360	San Vicente (Labuerda)	san-vicente-labuerda	AR	HU	22133	42.4523	0.1356	4
22361	Laspuña	laspuna	AR	HU	22143	42.5037	0.1544	4
22361	El Casal	el-casal	AR	HU	22143	42.5061	0.1662	3
22361	Ceresa	ceresa	AR	HU	22143	42.5086	0.178	4
22361	Socastiello	socastiello	AR	HU	22143	42.5061	0.1662	3
22362	Puertolas	puertolas	AR	HU	22189	42.5475	0.1321	4
22362	Bestue	bestue	AR	HU	22189	42.5612	0.1093	4
22362	Escuain	escuain	AR	HU	22189	42.5961	0.1291	4
22363	Santa Maria (Puertolas)	santa-maria-puertolas	AR	HU	22189	42.5058	0.1339	3
22363	Belsierre	belsierre	AR	HU	22189	42.5125	0.1329	4
22363	Puyarruego	puyarruego	AR	HU	22189	42.5071	0.1266	4
22363	Huertas De Muro	huertas-de-muro	AR	HU	22189	42.5058	0.1339	3
22363	Escalona	escalona	AR	HU	22189	42.4979	0.1421	4
22363	Muro De Bellos	muro-de-bellos	AR	HU	22189	42.5058	0.1339	3
22364	Revilla	revilla	AR	HU	22227	42.5989	0.1468	4
22364	Lafortunada	lafortunada	AR	HU	22227	42.5657	0.171	3
22364	Tella	tella	AR	HU	22227	42.5741	0.1824	4
22364	Hospital De Tella	hospital-de-tella	AR	HU	22227	42.5472	0.1609	4
22364	Badain	badain	AR	HU	22227	42.5427	0.1938	4
22365	Parzan	parzan	AR	HU	22057	42.6609	0.2078	4
22365	Chisagues	chisagues	AR	HU	22057	42.6649	0.186	4
22366	Saravillo	saravillo	AR	HU	22182	42.5546	0.2587	4
22366	Sin	sin	AR	HU	22182	42.5795	0.2764	4
22366	Serveto	serveto	AR	HU	22182	42.5814	0.2949	4
22367	San Juan De Plan	san-juan-de-plan	AR	HU	22182	42.5882	0.345	4
22367	Gistain	gistain	AR	HU	22182	42.5911	0.3348	4
22367	Plan	plan	AR	HU	22182	42.5813	0.3374	4
22370	Broto	broto	AR	HU	22069	42.6043	-0.1235	4
22370	Oto	oto	AR	HU	22069	42.5989	-0.1281	4
22371	San Felices De Ara	san-felices-de-ara	AR	HU	22109	42.4597	-0.0285	3
22371	Albella	albella	AR	HU	22109	42.4616	-0.0437	4
22371	Planillo	planillo	AR	HU	22109	42.4524	-0.0376	4
22371	Janovas	janovas	AR	HU	22109	42.4653	-0.0042	4
22372	Asin De Broto	asin-de-broto	AR	HU	22069	42.5345	-0.1298	4
22372	San Martin De La Solana	san-martin-de-la-solana	AR	HU	22069	42.5001	-0.1024	3
22372	Liguerre De Ara	liguerre-de-ara	AR	HU	22069	42.4742	-0.0784	4
22372	Arresa	arresa	AR	HU	22069	42.4915	-0.0991	4
22372	Santa Olaria De Ara	santa-olaria-de-ara	AR	HU	22069	42.5001	-0.1024	3
22372	Javierre De Ara	javierre-de-ara	AR	HU	22069	42.5001	-0.1024	3
22373	Bergua	bergua	AR	HU	22069	42.5337	-0.1702	4
22373	Borrastre	borrastre	AR	HU	22069	42.4889	-0.1127	4
22373	Fiscal	fiscal	AR	HU	22069	42.4956	-0.1209	4
22373	Lardies	lardies	AR	HU	22069	42.4983	-0.1328	4
22373	San Juste	san-juste	AR	HU	22069	42.4829	-0.0991	4
22374	Sarvise	sarvise	AR	HU	22069	42.5784	-0.1136	4
22375	Fanlo	fanlo	AR	HU	22069	42.5879	-0.0223	4
22375	Yeba	yeba	AR	HU	22069	42.5259	0.0158	4
22375	Buisan	buisan	AR	HU	22069	42.5812	-0.0094	4
22375	Vio	vio	AR	HU	22069	42.5451	0.0572	4
22375	Nerin	nerin	AR	HU	22069	42.5744	0.0174	4
22375	Buerba	buerba	AR	HU	22069	42.5376	0.0494	4
22375	Buesa	buesa	AR	HU	22069	42.5855	-0.1083	4
22376	Torla	torla	AR	HU	22230	42.628	-0.1121	4
22377	Fragen	fragen	AR	HU	22230	42.5368	-0.0728	1
22378	Linas De Broto	linas-de-broto	AR	HU	22230	42.6198	-0.1693	4
22390	Artasona	artasona	AR	HU	22115	42.1351	0.2407	4
22390	Presa Del Cinca	presa-del-cinca	AR	HU	22115	42.1351	0.2407	3
22390	Grado, El (Poblado)	grado-el-poblado	AR	HU	22115	42.1351	0.2407	3
22390	El Grado	el-grado	AR	HU	22115	42.1351	0.2407	3
22391	Torreciudad (Santuario)	torreciudad-santuario	AR	HU	22214	42.2908	0.1779	1
22392	Abizanda	abizanda	AR	HU	22002	42.2424	0.1972	4
22392	Solanilla	solanilla	AR	HU	22002	42.2424	0.1972	3
22393	Lamata	lamata	AR	HU	22002	42.2789	0.1773	4
22393	Escanilla	escanilla	AR	HU	22002	42.2682	0.1979	4
22393	Liguerre De Cinca	liguerre-de-cinca	AR	HU	22002	42.2862	0.2152	4
22394	Pardina, La (Ainsa)	pardina-la-ainsa	AR	HU	22113	42.3013	0.1528	3
22394	Olson	olson	AR	HU	22113	42.2732	0.1274	4
22394	Samitier	samitier	AR	HU	22113	42.3013	0.1528	3
22394	Castejon De Sobrarbe	castejon-de-sobrarbe	AR	HU	22113	42.3198	0.138	4
22394	Mediano	mediano	AR	HU	22113	42.311	0.1929	4
22394	Jabierre De Olson	jabierre-de-olson	AR	HU	22113	42.3013	0.1528	3
22394	Mondot	mondot	AR	HU	22113	42.3013	0.1528	3
22395	Coscojuela De Sobrarbe	coscojuela-de-sobrarbe	AR	HU	22907	42.3615	0.1559	4
22395	Morillo De Tou	morillo-de-tou	AR	HU	22907	42.3766	0.154	4
22395	Camporrotuno	camporrotuno	AR	HU	22907	42.3457	0.1608	4
22400	Monzon	monzon	AR	HU	22158	41.9108	0.1941	4
22410	Alcolea De Cinca	alcolea-de-cinca	AR	HU	22017	41.7194	0.1172	4
22411	Santalecina	santalecina	AR	HU	22903	41.7798	0.1127	4
22412	Estiche De Cinca	estiche-de-cinca	AR	HU	22903	41.818	0.1236	4
22413	San Miguel De Cinca	san-miguel-de-cinca	AR	HU	22903	41.8513	0.1296	3
22413	Pomar De Cinca	pomar-de-cinca	AR	HU	22903	41.8513	0.1296	4
22414	Conchel	conchel	AR	HU	22158	41.8831	0.1441	4
22415	Selgua	selgua	AR	HU	22128	41.9293	0.12	4
22415	Odina	odina	AR	HU	22128	41.9554	0.0711	3
22415	Morilla	morilla	AR	HU	22128	41.9412	0.041	4
22415	Fornillos De Ilche	fornillos-de-ilche	AR	HU	22128	41.9774	0.0638	4
22415	Monesma De San Juan	monesma-de-san-juan	AR	HU	22128	41.9554	0.0711	3
22415	Ilche	ilche	AR	HU	22128	41.957	0.0573	4
22415	Permisan	permisan	AR	HU	22128	41.9722	0.0734	4
22416	Alfantega	alfantega	AR	HU	22193	41.8283	0.1482	4
22416	Pueyo De Santa Cruz	pueyo-de-santa-cruz	AR	HU	22193	41.858	0.1566	4
22417	Cofita	cofita	AR	HU	22022	41.9895	0.195	4
22417	Ariestolas	ariestolas	AR	HU	22022	41.9635	0.1932	4
22420	Almunia De San Juan	almunia-de-san-juan	AR	HU	22022	41.9365	0.2454	4
22421	Azanuy	azanuy	AR	HU	22040	41.9726	0.311	4
22421	Alins Del Monte	alins-del-monte	AR	HU	22040	42.0188	0.3365	4
22422	Fonz	fonz	AR	HU	22110	42.0101	0.2588	4
22423	Estadilla	estadilla	AR	HU	22103	42.0566	0.2434	4
22424	Estada	estada	AR	HU	22102	42.072	0.2322	4
22430	Graus	graus	AR	HU	22117	42.1888	0.3375	4
22435	La Puebla De Castro	la-puebla-de-castro	AR	HU	22187	42.146	0.2877	4
22436	Bellestar (Graus)	bellestar-graus	AR	HU	22117	42.2134	0.3539	3
22436	Torre De Esera	torre-de-esera	AR	HU	22117	42.2134	0.3539	4
22436	Ventas De Santa Lucia	ventas-de-santa-lucia	AR	HU	22117	42.2134	0.3539	3
22436	Benavente De Aragon	benavente-de-aragon	AR	HU	22117	42.2134	0.3539	3
22437	La Puebla De Fantova	la-puebla-de-fantova	AR	HU	22117	42.2598	0.3969	4
22437	Coll De Oliva	coll-de-oliva	AR	HU	22117	42.2598	0.3969	3
22437	Centenera	centenera	AR	HU	22117	42.2598	0.3969	3
22437	Abenozas	abenozas	AR	HU	22117	42.2598	0.3969	3
22437	Coronas	coronas	AR	HU	22117	42.2598	0.3969	3
22438	Ejep	ejep	AR	HU	22113	42.2713	0.2852	3
22438	Troncedo	troncedo	AR	HU	22113	42.3058	0.2982	4
22438	Clamosa	clamosa	AR	HU	22113	42.2651	0.2354	4
22438	Salinas De Trillo	salinas-de-trillo	AR	HU	22113	42.3028	0.2752	4
22438	Pano	pano	AR	HU	22113	42.2578	0.2823	4
22438	Panillo	panillo	AR	HU	22113	42.2368	0.3007	4
22438	Trillo	trillo	AR	HU	22113	42.2974	0.2601	4
22438	Torre De Obato	torre-de-obato	AR	HU	22113	42.2333	0.3444	4
22439	Olvena	olvena	AR	HU	22214	42.1693	0.267	3
22439	Ubiergo	ubiergo	AR	HU	22214	42.1575	0.2667	4
22439	Secastilla	secastilla	AR	HU	22214	42.1811	0.2674	4
22440	Benasque	benasque	AR	HU	22054	42.6053	0.5231	4
22449	Cerler	cerler	AR	HU	22054	42.5934	0.5383	4
22450	Senz	senz	AR	HU	22111	42.4322	0.3697	3
22450	Campo	campo	AR	HU	22111	42.4096	0.3961	4
22450	Viu	viu	AR	HU	22111	42.4549	0.3433	4
22450	Beleder	beleder	AR	HU	22111	42.4322	0.3697	3
22451	Espluga	espluga	AR	HU	22111	42.3819	0.4477	4
22451	Serrate	serrate	AR	HU	22111	42.3831	0.4938	4
22451	Pueyo (Valle De Lierp)	pueyo-valle-de-lierp	AR	HU	22111	42.4035	0.4624	3
22451	Llert	llert	AR	HU	22111	42.4351	0.4643	4
22451	Biescas De Campo	biescas-de-campo	AR	HU	22111	42.4035	0.4624	3
22451	Aguascaldas	aguascaldas	AR	HU	22111	42.4139	0.4436	4
22451	Santa Maura	santa-maura	AR	HU	22111	42.4035	0.4624	3
22451	Padarniu	padarniu	AR	HU	22111	42.4035	0.4624	3
22451	Sala	sala	AR	HU	22111	42.4035	0.4624	3
22451	Vilas Del Turbon, Las (Balneario)	vilas-del-turbon-las-balneario	AR	HU	22111	42.4035	0.4624	3
22451	Egea	egea	AR	HU	22111	42.4035	0.4624	3
22451	Valle De Bardaji	valle-de-bardaji	AR	HU	22111	42.4035	0.4624	3
22452	Atiart	atiart	AR	HU	22111	42.4369	0.2772	4
22452	Las Colladas	las-colladas	AR	HU	22111	42.4113	0.3135	3
22452	Lacort (Foradada Del Toscar)	lacort-foradada-del-toscar	AR	HU	22111	42.3821	0.3896	4
22452	Fuendecampo	fuendecampo	AR	HU	22111	42.4124	0.2659	4
22452	La Cabezonada	la-cabezonada	AR	HU	22111	42.4362	0.3029	4
22452	Samper	samper	AR	HU	22111	42.4294	0.2894	4
22452	San Juan (La Fueva)	san-juan-la-fueva	AR	HU	22111	42.4124	0.2659	4
22452	Foradada Del Toscar	foradada-del-toscar	AR	HU	22111	42.3821	0.3896	4
22452	Fosado	fosado	AR	HU	22111	42.428	0.2509	4
22452	Navarri	navarri	AR	HU	22111	42.3821	0.3896	4
22460	Perarrua	perarrua	AR	HU	22212	42.2821	0.3543	3
22460	Besians	besians	AR	HU	22212	42.2821	0.3543	4
22461	Aguilar	aguilar	AR	HU	22066	42.307	0.3649	3
22461	Santa Liestra Y San Quilez	santa-liestra-y-san-quilez	AR	HU	22066	42.307	0.3649	4
22462	Morillo De Liena	morillo-de-liena	AR	HU	22111	42.3624	0.4126	3
22462	Bacamorta	bacamorta	AR	HU	22111	42.3624	0.4126	4
22463	Seira	seira	AR	HU	22215	42.477	0.4313	4
22463	Abi	abi	AR	HU	22215	42.471	0.4301	4
22464	Barbaruens	barbaruens	AR	HU	22215	42.5025	0.3958	4
22465	Chia	chia	AR	HU	22095	42.5208	0.4656	4
22465	El Run	el-run	AR	HU	22095	42.5034	0.477	4
22466	Arasan	arasan	AR	HU	22062	42.5242	0.5106	4
22466	Castejon De Sos	castejon-de-sos	AR	HU	22062	42.5123	0.4924	4
22466	Urmella	urmella	AR	HU	22062	42.513	0.5296	4
22466	Liri	liri	AR	HU	22062	42.5355	0.506	4
22467	Sesue	sesue	AR	HU	22200	42.5513	0.4721	4
22467	Villanova	villanova	AR	HU	22200	42.5474	0.4792	3
22467	Sos	sos	AR	HU	22200	42.5397	0.482	4
22467	Eresue	eresue	AR	HU	22200	42.5513	0.4833	4
22467	Ramastue	ramastue	AR	HU	22200	42.5474	0.4792	3
22468	Sahun	sahun	AR	HU	22200	42.5759	0.4655	4
22468	Guayente (Santuario)	guayente-santuario	AR	HU	22200	42.5759	0.4655	3
22469	Anciles	anciles	AR	HU	22200	42.5925	0.51	4
22469	Eriste	eriste	AR	HU	22200	42.5899	0.4927	4
22470	Renanue	renanue	AR	HU	22062	42.4896	0.5206	4
22470	La Muria	la-muria	AR	HU	22062	42.4571	0.5328	4
22470	San Feliu De Veri	san-feliu-de-veri	AR	HU	22062	42.4777	0.5194	3
22470	Bisaurri	bisaurri	AR	HU	22062	42.4968	0.5065	4
22470	Buyelgas	buyelgas	AR	HU	22062	42.4712	0.5412	4
22470	San Martin De Veri	san-martin-de-veri	AR	HU	22062	42.4777	0.5194	3
22470	Gabas	gabas	AR	HU	22062	42.4828	0.4903	4
22470	Veri	veri	AR	HU	22062	42.4689	0.5249	4
22470	Dos	dos	AR	HU	22062	42.4777	0.5194	3
22471	Villarue	villarue	AR	HU	22143	42.4714	0.597	3
22471	Laspaules	laspaules	AR	HU	22143	42.4714	0.597	4
22472	Espes Alto	espes-alto	AR	HU	22143	42.4476	0.5876	4
22472	Abella	abella	AR	HU	22143	42.4435	0.5867	3
22472	Espes	espes	AR	HU	22143	42.4394	0.5858	4
22473	Alins	alins	AR	HU	22143	42.4347	0.6278	4
22473	Neril	neril	AR	HU	22143	42.4542	0.615	3
22473	Villaplana	villaplana	AR	HU	22143	42.4542	0.615	3
22473	Señiu	seniu	AR	HU	22143	42.4542	0.615	3
22473	Suils	suils	AR	HU	22143	42.4736	0.6022	4
22474	Noales	noales	AR	HU	22143	42.459	0.6625	4
22474	Castanesa	castanesa	AR	HU	22143	42.4977	0.6619	4
22474	Denuy	denuy	AR	HU	22143	42.4966	0.6333	4
22474	Ardanue	ardanue	AR	HU	22143	42.4773	0.6585	3
22474	Escane	escane	AR	HU	22143	42.4557	0.6763	4
22474	Las Llagunas	las-llagunas	AR	HU	22143	42.4773	0.6585	3
22474	Ervera	ervera	AR	HU	22143	42.4773	0.6585	3
22474	Fonchanina	fonchanina	AR	HU	22143	42.4773	0.6585	3
22474	Ribera (Montanuy)	ribera-montanuy	AR	HU	22143	42.4773	0.6585	3
22474	Ardanuy	ardanuy	AR	HU	22143	42.4773	0.6585	3
22474	Benifons	benifons	AR	HU	22143	42.4773	0.6585	3
22480	Capella	capella	AR	HU	22117	42.1964	0.3964	4
22480	El Soler	el-soler	AR	HU	22117	42.1964	0.3964	3
22480	Torrelabad	torrelabad	AR	HU	22117	42.1964	0.3964	3
22481	Guel	guel	AR	HU	22117	42.4155	0.6316	1
22482	Merli	merli	AR	HU	22129	42.2973	0.5354	3
22482	Roda De Isabena	roda-de-isabena	AR	HU	22129	42.2914	0.5284	4
22482	La Puebla De Roda	la-puebla-de-roda	AR	HU	22129	42.3033	0.5423	4
22482	Esdolomada	esdolomada	AR	HU	22129	42.2973	0.5354	3
22482	San Esteban Del Mall	san-esteban-del-mall	AR	HU	22129	42.2973	0.5354	3
22482	Huerta De Roda	huerta-de-roda	AR	HU	22129	42.2973	0.5354	3
22483	Reperos	reperos	AR	HU	22129	42.3662	0.5272	4
22483	Serraduy	serraduy	AR	HU	22129	42.3662	0.5272	3
22483	Torre La Ribera	torre-la-ribera	AR	HU	22129	42.3662	0.5272	3
22483	Vileta De Serraduy	vileta-de-serraduy	AR	HU	22129	42.3662	0.5272	3
22483	Riguala De Serraduya	riguala-de-serraduya	AR	HU	22129	42.3662	0.5272	3
22483	Villacarli	villacarli	AR	HU	22129	42.3662	0.5272	3
22483	Barrio Del Pou	barrio-del-pou	AR	HU	22129	42.3662	0.5272	3
22484	Visalibons	visalibons	AR	HU	22246	42.368	0.5688	4
22484	Pardinella	pardinella	AR	HU	22246	42.368	0.5688	3
22484	Ballabriga	ballabriga	AR	HU	22246	42.368	0.5688	3
22484	Beranuy	beranuy	AR	HU	22246	42.368	0.5688	3
22484	Biascas De Obarra	biascas-de-obarra	AR	HU	22246	42.368	0.5688	3
22485	Calvera	calvera	AR	HU	22246	42.3882	0.6137	4
22485	Morens	morens	AR	HU	22246	42.3882	0.6137	3
22485	Obarra (Monasterio)	obarra-monasterio	AR	HU	22246	42.3882	0.6137	3
22485	Herrerias De Calvera	herrerias-de-calvera	AR	HU	22246	42.3882	0.6137	3
22486	Gabarret	gabarret	AR	HU	22157	42.4162	0.709	4
22486	Torre De Buira	torre-de-buira	AR	HU	22157	42.4278	0.683	3
22486	Bibiles	bibiles	AR	HU	22157	42.4402	0.6732	4
22486	Bonansa	bonansa	AR	HU	22157	42.4269	0.6669	4
22486	Castarnes	castarnes	AR	HU	22157	42.4278	0.683	3
22486	Cires	cires	AR	HU	22157	42.4278	0.683	3
22486	Buira	buira	AR	HU	22157	42.4278	0.683	3
22487	Forcat	forcat	AR	HU	22157	42.5093	0.718	4
22487	Montanuy	montanuy	AR	HU	22157	42.5241	0.7233	3
22487	Estet	estet	AR	HU	22157	42.5225	0.7146	4
22487	Viñal	vinal	AR	HU	22157	42.5241	0.7233	3
22487	Aneto	aneto	AR	HU	22157	42.5581	0.7455	4
22487	Ginaste	ginaste	AR	HU	22157	42.4949	0.7137	4
22487	Bono	bono	AR	HU	22157	42.5358	0.7248	4
22500	Binefar	binefar	AR	HU	22061	41.8514	0.2943	4
22510	Binaced	binaced	AR	HU	22060	41.8256	0.2008	4
22511	Valcarca	valcarca	AR	HU	22060	41.8373	0.2368	4
22512	San Esteban De Litera	san-esteban-de-litera	AR	HU	22205	41.905	0.3271	4
22513	Peralta De La Sal	peralta-de-la-sal	AR	HU	22175	41.9924	0.3862	4
22514	Calasanz	calasanz	AR	HU	22175	42.0211	0.3737	4
22514	Gabasa	gabasa	AR	HU	22175	42.0211	0.3737	3
22520	Fraga	fraga	AR	HU	22112	41.5229	0.3489	4
22520	Litera (Fraga) (Partida)	litera-fraga-partida	AR	HU	22112	41.5229	0.3489	4
22528	Velilla De Cinca	velilla-de-cinca	AR	HU	22245	41.5868	0.2598	4
22529	Miralsot	miralsot	AR	HU	22112	41.5534	0.2935	4
22530	Zaidin	zaidin	AR	HU	22254	41.604	0.2643	4
22531	Almudafar	almudafar	AR	HU	22167	41.6442	0.2062	4
22532	Osso De Cinca	osso-de-cinca	AR	HU	22167	41.6663	0.1914	4
22533	Valonga	valonga	AR	HU	22052	41.7212	0.2527	4
22533	Belver De Cinca	belver-de-cinca	AR	HU	22052	41.7212	0.2527	4
22534	Albalate De Cinca	albalate-de-cinca	AR	HU	22007	41.7252	0.1524	4
22535	Esplus	esplus	AR	HU	22099	41.7987	0.2759	4
22536	Monte Julia	monte-julia	AR	HU	22052	41.6973	0.2279	1
22540	Altorricon	altorricon	AR	HU	22025	41.8028	0.4139	4
22549	San Miguel	san-miguel	AR	HU	22052	41.6847	0.3117	4
22549	La Melusa	la-melusa	AR	HU	22052	41.78	0.3752	4
22549	Vencillon	vencillon	AR	HU	22052	41.705	0.3243	4
22550	Tamarite De Litera	tamarite-de-litera	AR	HU	22225	41.8691	0.4221	4
22558	Albelda	albelda	AR	HU	22009	41.8654	0.46	4
22559	Algayon	algayon	AR	HU	22225	41.8328	0.3793	4
22560	Alcampell	alcampell	AR	HU	22016	41.906	0.4317	4
22569	Nacha	nacha	AR	HU	22043	41.9533	0.4596	3
22569	Baells	baells	AR	HU	22043	41.9533	0.4596	4
22569	Cuatrocorz	cuatrocorz	AR	HU	22043	41.9533	0.4596	3
22569	Zurita	zurita	AR	HU	22043	41.9533	0.4596	3
22569	Saganta	saganta	AR	HU	22043	41.9533	0.4596	3
22570	Camporrells	camporrells	AR	HU	22075	41.9586	0.5214	4
22571	Baldellou	baldellou	AR	HU	22045	41.9179	0.5469	4
22572	Santa Ana	santa-ana	AR	HU	22089	41.8846	0.5146	3
22572	Castillonroy	castillonroy	AR	HU	22089	41.8846	0.5146	4
22580	Benabarre	benabarre	AR	HU	22053	42.1059	0.4821	4
22583	Sobrecastell	sobrecastell	AR	HU	22035	42.2682	0.7197	4
22583	Puimolar	puimolar	AR	HU	22035	42.3016	0.6572	4
22583	San Martin (Aren)	san-martin-aren	AR	HU	22035	42.2581	0.7224	4
22583	Betesa	betesa	AR	HU	22035	42.3525	0.6917	4
22583	El Sas	el-sas	AR	HU	22035	42.3073	0.6659	4
22583	Casa Consistorial	casa-consistorial	AR	HU	22035	42.2896	0.7244	3
22583	Sopeira	sopeira	AR	HU	22035	42.3161	0.7463	4
22583	Aren	aren	AR	HU	22035	42.2581	0.7224	4
22583	Pallerol	pallerol	AR	HU	22035	42.338	0.7056	4
22583	Santorens	santorens	AR	HU	22035	42.2896	0.7244	3
22583	Molinos, Los (Aren)	molinos-los-aren	AR	HU	22035	42.2581	0.7224	4
22583	Rivera De Vall	rivera-de-vall	AR	HU	22035	42.2896	0.7244	3
22583	Berganuy	berganuy	AR	HU	22035	42.2896	0.7244	3
22583	Soperun	soperun	AR	HU	22035	42.2896	0.7244	3
22583	Campamento De Aren	campamento-de-aren	AR	HU	22035	42.2896	0.7244	3
22584	Puente De Montañana	puente-de-montanana	AR	HU	22188	42.1608	0.6783	4
22584	Montañana	montanana	AR	HU	22188	42.1608	0.6783	4
22584	Chiriveta	chiriveta	AR	HU	22188	42.1608	0.6783	3
22584	Torre Baro	torre-baro	AR	HU	22188	42.1608	0.6783	3
22585	Viacamp	viacamp	AR	HU	22112	42.1284	0.6156	4
22585	Litera	litera	AR	HU	22112	42.1271	0.6424	4
22585	Sagarras Bajas	sagarras-bajas	AR	HU	22112	42.1314	0.6	3
22585	Luzas	luzas	AR	HU	22112	42.1555	0.577	4
22585	Tolva	tolva	AR	HU	22112	42.1147	0.5649	4
22585	Almunia De San Lorenzo	almunia-de-san-lorenzo	AR	HU	22112	42.1314	0.6	3
22586	Lascuarre	lascuarre	AR	HU	22142	42.1961	0.5201	4
22587	Badias De Monesma	badias-de-monesma	AR	HU	22087	42.2416	0.5913	3
22587	Cajigar	cajigar	AR	HU	22087	42.2605	0.5972	4
22587	Castigaleu	castigaleu	AR	HU	22087	42.2037	0.5794	4
22587	Laguarres	laguarres	AR	HU	22087	42.2416	0.5913	3
22587	Monesma (Cajigar)	monesma-cajigar	AR	HU	22087	42.2605	0.5972	4
22587	Pociello	pociello	AR	HU	22087	42.2416	0.5913	3
22588	Pueyo De Marguillen	pueyo-de-marguillen	AR	HU	22053	42.1419	0.3619	4
22588	Juseu	juseu	AR	HU	22053	42.093	0.3768	4
22588	Aguinaliu	aguinaliu	AR	HU	22053	42.0965	0.3399	4
22588	Torres Del Obispo	torres-del-obispo	AR	HU	22053	42.1309	0.3787	4
22588	La Puebla De Mon	la-puebla-de-mon	AR	HU	22053	42.1594	0.3678	4
22589	Purroy De La Solana	purroy-de-la-solana	AR	HU	22053	42.0523	0.5099	3
22589	Estopiñan	estopinan	AR	HU	22053	41.9968	0.5434	4
22589	Estaña	estana	AR	HU	22053	42.0523	0.5099	3
22589	Caladrones	caladrones	AR	HU	22053	42.0732	0.5248	4
22589	Ciscar	ciscar	AR	HU	22053	42.0523	0.5099	3
22589	Castillo Del Pla	castillo-del-pla	AR	HU	22053	42.0281	0.4543	4
22589	Mas Blanc	mas-blanc	AR	HU	22053	42.0523	0.5099	3
22589	Aler	aler	AR	HU	22053	42.1125	0.4262	4
22589	Pilzan	pilzan	AR	HU	22053	42.0523	0.5099	3
22589	Antenza	antenza	AR	HU	22053	42.0682	0.5539	4
22589	Caserras Del Castillo	caserras-del-castillo	AR	HU	22053	42.0351	0.5572	4
22590	Torrente De Cinca	torrente-de-cinca	AR	HU	22234	41.4736	0.3352	4
22591	Candasnos	candasnos	AR	HU	22077	41.5021	0.0642	4
22592	Peñalba	penalba	AR	HU	22172	41.5009	-0.038	4
22600	Sabiñanigo	sabinanigo	AR	HU	22199	42.5192	-0.3661	4
22609	Aurin	aurin	AR	HU	22199	42.5242	-0.3501	4
22609	Sabiñanigo (Pueblo)	sabinanigo-pueblo	AR	HU	22199	42.5147	-0.3745	4
22609	Puente De Sabiñanigo	puente-de-sabinanigo	AR	HU	22199	42.501	-0.364	4
22610	Allue	allue	AR	HU	22199	42.4844	-0.3129	4
22610	Yebra De Basa	yebra-de-basa	AR	HU	22199	42.4865	-0.2818	4
22611	San Julian De Basa	san-julian-de-basa	AR	HU	22252	42.4769	-0.254	4
22611	Fanlillo	fanlillo	AR	HU	22252	42.4768	-0.2307	4
22611	Orus	orus	AR	HU	22252	42.4682	-0.2371	4
22611	Osan	osan	AR	HU	22252	42.4999	-0.3178	4
22611	Sobas	sobas	AR	HU	22252	42.4871	-0.2605	4
22612	Acumuer	acumuer	AR	HU	22199	42.6209	-0.4068	4
22612	Cartirana	cartirana	AR	HU	22199	42.5318	-0.382	4
22612	Larres	larres	AR	HU	22199	42.5612	-0.383	4
22612	Borres	borres	AR	HU	22199	42.5593	-0.4051	4
22613	Sardas	sardas	AR	HU	22059	42.507	-0.3368	4
22613	Javierre Del Obispo	javierre-del-obispo	AR	HU	22059	42.5365	-0.316	4
22613	Isun De Basa	isun-de-basa	AR	HU	22059	42.5118	-0.3086	4
22613	Satue	satue	AR	HU	22059	42.5299	-0.3181	4
22613	Latas	latas	AR	HU	22059	42.5258	-0.331	4
22620	Latras	latras	AR	HU	22130	42.4383	-0.4595	4
22620	Arto	arto	AR	HU	22130	42.4502	-0.414	4
22620	Ibort	ibort	AR	HU	22130	42.4772	-0.4064	4
22620	Orna De Gallego	orna-de-gallego	AR	HU	22130	42.4511	-0.4362	4
22620	Binue	binue	AR	HU	22130	42.5082	-0.4518	4
22620	Abena	abena	AR	HU	22130	42.4992	-0.4395	4
22620	Ara	ara	AR	HU	22130	42.4947	-0.4667	4
22621	Layes	layes	AR	HU	22130	42.4125	-0.4217	4
22621	Ipies	ipies	AR	HU	22130	42.4601	-0.3999	3
22621	Rapun	rapun	AR	HU	22130	42.4918	-0.3846	4
22621	Lasieso	lasieso	AR	HU	22130	42.4231	-0.4375	4
22621	Leres	leres	AR	HU	22130	42.5831	-0.4495	4
22621	Abenilla	abenilla	AR	HU	22130	42.4319	-0.3115	4
22621	Lanave	lanave	AR	HU	22130	42.4181	-0.3944	4
22621	Barangua	barangua	AR	HU	22130	42.4601	-0.3999	3
22621	Castillo De Leres	castillo-de-leres	AR	HU	22130	42.4601	-0.3999	3
22621	Hostal De Ipies	hostal-de-ipies	AR	HU	22130	42.4601	-0.3999	3
22622	San Esteban De Guarga	san-esteban-de-guarga	AR	HU	22163	42.375	-0.3163	3
22622	Grasa	grasa	AR	HU	22163	42.3763	-0.3152	4
22622	Yespola	yespola	AR	HU	22163	42.3692	-0.3408	4
22622	Ordoves	ordoves	AR	HU	22163	42.375	-0.3163	3
22622	Arraso	arraso	AR	HU	22163	42.375	-0.3163	3
22622	Gesera	gesera	AR	HU	22163	42.3796	-0.2927	4
22622	Castiello De Guarga	castiello-de-guarga	AR	HU	22163	42.375	-0.3163	3
22623	Laguarta	laguarta	AR	HU	22199	42.4135	-0.1181	4
22623	Ceresola	ceresola	AR	HU	22199	42.4361	-0.2432	4
22623	Molino De Villobas	molino-de-villobas	AR	HU	22199	42.414	-0.1851	3
22623	Aineto	aineto	AR	HU	22199	42.3924	-0.194	4
22623	Gillue	gillue	AR	HU	22199	42.414	-0.1851	3
22624	Latre	latre	AR	HU	22072	42.4126	-0.4853	4
22624	Javierrelatre	javierrelatre	AR	HU	22072	42.4066	-0.5361	4
22624	Caldearenas	caldearenas	AR	HU	22072	42.3978	-0.5013	4
22625	Aquilue	aquilue	AR	HU	22072	42.3812	-0.4889	4
22625	San Vicente (Caldearena)	san-vicente-caldearena	AR	HU	22072	42.3847	-0.4669	3
22625	Estallo	estallo	AR	HU	22072	42.4	-0.4833	4
22625	Serue	serue	AR	HU	22072	42.3729	-0.4285	4
22630	Biescas	biescas	AR	HU	22059	42.629	-0.3214	4
22636	Arguisal	arguisal	AR	HU	22059	42.5865	-0.3291	4
22636	Escuer	escuer	AR	HU	22059	42.595	-0.3293	4
22636	Oros Bajo	oros-bajo	AR	HU	22059	42.5923	-0.3105	4
22636	Olivan	olivan	AR	HU	22059	42.5754	-0.3034	4
22637	Oros Alto	oros-alto	AR	HU	22059	42.6075	-0.3142	4
22637	Espierre	espierre	AR	HU	22059	42.601	-0.2885	4
22637	Barbenuta	barbenuta	AR	HU	22059	42.5975	-0.2959	4
22638	Yosa De Sobremonte	yosa-de-sobremonte	AR	HU	22059	42.623	-0.3503	4
22638	Betes De Sobremonte	betes-de-sobremonte	AR	HU	22059	42.6277	-0.3571	3
22638	Aso De Sobremonte	aso-de-sobremonte	AR	HU	22059	42.6325	-0.3638	4
22639	Yesero	yesero	AR	HU	22059	42.6191	-0.2502	4
22639	Gavin	gavin	AR	HU	22059	42.6191	-0.2969	4
22640	Sallent De Gallego	sallent-de-gallego	AR	HU	22204	42.7713	-0.3345	4
22640	Formigal	formigal	AR	HU	22204	42.7771	-0.3593	4
22650	Panticosa (Balneario)	panticosa-balneario	AR	HU	22170	42.5303	-0.3495	1
22660	Escarrilla	escarrilla	AR	HU	22204	42.7354	-0.3132	4
22661	Panticosa (Pueblo)	panticosa-pueblo	AR	HU	22170	42.5147	-0.3745	4
22662	Hoz De Jaca	hoz-de-jaca	AR	HU	22122	42.6904	-0.3065	4
22662	El Pueyo De Jaca	el-pueyo-de-jaca	AR	HU	22122	42.7193	-0.3001	4
22663	Tramacastilla De Tena	tramacastilla-de-tena	AR	HU	22204	42.7143	-0.3163	4
22664	Sandinies	sandinies	AR	HU	22204	42.7231	-0.3142	4
22665	Piedrafita De Jaca	piedrafita-de-jaca	AR	HU	22059	42.6961	-0.3252	4
22665	Saques	saques	AR	HU	22059	42.7026	-0.32	4
22666	Larrede	larrede	AR	HU	22199	42.554	-0.3176	4
22666	Sorripas	sorripas	AR	HU	22199	42.554	-0.3475	4
22666	Senegue	senegue	AR	HU	22199	42.5484	-0.3444	4
22700	Jaca	jaca	AR	HU	22130	42.569	-0.5499	4
22710	Bescos De Garcipollera	bescos-de-garcipollera	AR	HU	22086	42.6267	-0.5038	4
22710	Castiello De Jaca	castiello-de-jaca	AR	HU	22086	42.6296	-0.5502	4
22710	Villanovilla	villanovilla	AR	HU	22086	42.6177	-0.4871	4
22711	Botaya	botaya	AR	HU	22130	42.4936	-0.653	4
22711	Bernues	bernues	AR	HU	22130	42.4799	-0.5857	4
22712	Noves	noves	AR	HU	22130	42.5941	-0.6293	4
22712	Ulle	ulle	AR	HU	22130	42.5421	-0.5027	4
22712	Baros	baros	AR	HU	22130	42.5471	-0.527	4
22713	Banaguas	banaguas	AR	HU	22130	42.5804	-0.5855	4
22713	Abay	abay	AR	HU	22130	42.5698	-0.6102	4
22713	Canias	canias	AR	HU	22130	42.5987	-0.61	4
22713	Guasillo	guasillo	AR	HU	22130	42.5847	-0.5766	4
22713	Asieso	asieso	AR	HU	22130	42.5821	-0.562	4
22713	Lastiesas Bajas	lastiesas-bajas	AR	HU	22130	42.5864	-0.5954	3
22713	Lastiesas Altas	lastiesas-altas	AR	HU	22130	42.5864	-0.5954	3
22713	Araguas Del Solano	araguas-del-solano	AR	HU	22130	42.6029	-0.6284	4
22713	Fraginal Alto	fraginal-alto	AR	HU	22130	42.5864	-0.5954	3
22713	Fraginal Bajo	fraginal-bajo	AR	HU	22130	42.5864	-0.5954	3
22714	Guasa	guasa	AR	HU	22130	42.5677	-0.5128	4
22714	Jarlata	jarlata	AR	HU	22130	42.5326	-0.4358	4
22714	Baraguas	baraguas	AR	HU	22130	42.5791	-0.487	4
22714	Espuendolas	espuendolas	AR	HU	22130	42.5628	-0.4309	4
22714	Martillue	martillue	AR	HU	22130	42.5469	-0.4352	4
22714	Leres De Jaca	leres-de-jaca	AR	HU	22130	42.5518	-0.4582	3
22714	Navasilla	navasilla	AR	HU	22130	42.5313	-0.4672	4
22714	Sasal	sasal	AR	HU	22130	42.5246	-0.4055	4
22714	Gracionepel	gracionepel	AR	HU	22130	42.5645	-0.4534	4
22714	Pardinilla	pardinilla	AR	HU	22130	42.5431	-0.416	4
22714	Navasa	navasa	AR	HU	22130	42.5318	-0.483	4
22714	Orante	orante	AR	HU	22130	42.5495	-0.4607	4
22714	Ipas	ipas	AR	HU	22130	42.5873	-0.5108	4
22715	Ascara	ascara	AR	HU	22130	42.5684	-0.6537	4
22715	Atares	atares	AR	HU	22130	42.5329	-0.6239	4
22720	Santa Lucia	santa-lucia	AR	HU	22901	42.7068	-0.7908	4
22720	Hecho	hecho	AR	HU	22901	42.7384	-0.7502	4
22728	Anso	anso	AR	HU	22028	42.7579	-0.8295	4
22729	Fago	fago	AR	HU	22106	42.7344	-0.8813	4
22730	Aragues Del Puerto	aragues-del-puerto	AR	HU	22032	42.7064	-0.67	4
22731	Jasa	jasa	AR	HU	22131	42.6948	-0.666	4
22732	Urdues	urdues	AR	HU	22901	42.7128	-0.716	4
22740	Embun	embun	AR	HU	22901	42.627	-0.7234	4
22750	Javierregay	javierregay	AR	HU	22902	42.5882	-0.7348	4
22751	Santa Engracia	santa-engracia	AR	HU	22044	42.5969	-0.785	4
22751	Arres	arres	AR	HU	22044	42.5564	-0.8278	4
22752	Somanes	somanes	AR	HU	22208	42.5917	-0.6957	4
22753	Puente La Reina	puente-la-reina	AR	HU	22902	42.5833	-0.7608	1
22760	Bailo	bailo	AR	HU	22044	42.5091	-0.8114	4
22760	Arbues	arbues	AR	HU	22044	42.507	-0.7842	4
22760	Alastruey	alastruey	AR	HU	22044	42.5225	-0.759	4
22761	Larues	larues	AR	HU	22044	42.5166	-0.8481	4
22770	Berdun	berdun	AR	HU	22076	42.6041	-0.8588	4
22771	Majones	majones	AR	HU	22076	42.6572	-0.8731	4
22771	Villarreal De La Canal	villarreal-de-la-canal	AR	HU	22076	42.6572	-0.8731	3
22772	Martes	martes	AR	HU	22076	42.5726	-0.8915	4
22773	Binies	binies	AR	HU	22076	42.6223	-0.8183	4
22790	Siresa	siresa	AR	HU	22901	42.7572	-0.7512	4
22791	Binacua	binacua	AR	HU	22208	42.5466	-0.6988	4
22791	Santa Cilia	santa-cilia	AR	HU	22208	42.2342	-0.1686	4
22792	Santa Cruz De La Seros	santa-cruz-de-la-seros	AR	HU	22209	42.5227	-0.6751	4
22800	Ayerbe	ayerbe	AR	HU	22039	42.2727	-0.6884	4
22807	Biscarrues	biscarrues	AR	HU	22039	42.2287	-0.7497	4
22807	Losanglis	losanglis	AR	HU	22039	42.2492	-0.7146	4
22807	Piedramorrera	piedramorrera	AR	HU	22039	42.2384	-0.7334	4
22807	Eres	eres	AR	HU	22039	42.2387	-0.7326	3
22808	Riglos	riglos	AR	HU	50185	42.349	-0.7266	4
22808	San Felices (Aguero)	san-felices-aguero	AR	HU	50185	42.3551	-0.7932	4
22808	Las Peñas De Riglos	las-penas-de-riglos	AR	HU	50185	42.3489	-0.7665	3
22808	Aguero	aguero	AR	HU	50185	42.3551	-0.7932	4
22809	Santa Engracia (Loarre)	santa-engracia-loarre	AR	HU	22039	42.2995	-0.6587	3
22809	Linas De Marcuello	linas-de-marcuello	AR	HU	22039	42.3171	-0.6966	4
22809	Loscorrales	loscorrales	AR	HU	22039	42.2545	-0.643	4
22809	Fontellas	fontellas	AR	HU	22039	42.2995	-0.6587	3
22809	Sarsamarcuello	sarsamarcuello	AR	HU	22039	42.3122	-0.6695	4
22809	Loarre	loarre	AR	HU	22039	42.3143	-0.6259	4
22810	Las Casas De Nuevo	las-casas-de-nuevo	AR	HU	22904	42.2002	-0.5969	4
22810	Esquedas	esquedas	AR	HU	22904	42.225	-0.5938	3
22810	Plasencia Del Monte	plasencia-del-monte	AR	HU	22904	42.2274	-0.5808	4
22810	Quinzano	quinzano	AR	HU	22904	42.2473	-0.6036	4
22811	Ortilla	ortilla	AR	HU	22905	42.162	-0.626	4
22811	Montmesa	montmesa	AR	HU	22905	42.1488	-0.6562	4
22811	Lupiñen	lupinen	AR	HU	22905	42.1746	-0.5826	4
22820	Triste	triste	AR	HU	22173	42.3873	-0.7187	4
22820	Yeste	yeste	AR	HU	22173	42.3833	-0.6833	4
22820	Santa Maria (P. De Riglos)	santa-maria-p-de-riglos	AR	HU	22173	42.3442	-0.6029	3
22820	La Peña	la-pena	AR	HU	22173	42.2621	-0.4066	4
22821	Rasal	rasal	AR	HU	22173	42.3756	-0.5822	4
22822	Villalangua	villalangua	AR	HU	22173	42.4193	-0.8025	4
22822	Salinas De Jaca	salinas-de-jaca	AR	HU	22173	42.4127	-0.7904	4
22830	Anzanigo	anzanigo	AR	HU	22072	42.4026	-0.6502	4
22830	Osia	osia	AR	HU	22072	42.4522	-0.6358	4
22830	Ena	ena	AR	HU	22072	42.4476	-0.694	4
22830	Centenero	centenero	AR	HU	22072	42.426	-0.6651	4
22860	Sinues	sinues	AR	HU	22006	42.6535	-0.6491	4
22860	Esposa	esposa	AR	HU	22006	42.6627	-0.6236	4
22860	Borau	borau	AR	HU	22006	42.6586	-0.5885	4
22860	Aratores	aratores	AR	HU	22006	42.6576	-0.5652	4
22860	Aisa	aisa	AR	HU	22006	42.6797	-0.6204	4
22870	Villanua	villanua	AR	HU	22250	42.6797	-0.5377	4
22880	Canfranc (Estacion)	canfranc-estacion	AR	HU	22078	42.6513	-0.4517	1
22888	Canfranc (Pueblo)	canfranc-pueblo	AR	HU	22078	42.5147	-0.3745	4
22889	Astun	astun	AR	HU	22006	42.7878	-0.5288	3
22889	Candanchu	candanchu	AR	HU	22006	42.7878	-0.5288	4
44001	Teruel	teruel	AR	TE	44216	40.3456	-1.1065	4
44002	Teruel	teruel	AR	TE	44216	40.3456	-1.1065	4
44003	Teruel	teruel	AR	TE	44216	40.3456	-1.1065	4
44070	Teruel	teruel	AR	TE		40.3456	-1.1065	4
44071	Teruel	teruel	AR	TE		40.3456	-1.1065	4
44080	Teruel	teruel	AR	TE		40.3456	-1.1065	4
44100	Albarracin	albarracin	AR	TE	44009	40.4082	-1.4438	4
44110	Gea De Albarracin	gea-de-albarracin	AR	TE	44117	40.4111	-1.3482	4
44111	Torres De Albarracin	torres-de-albarracin	AR	TE	44229	40.4271	-1.5324	4
44112	Tramacastilla	tramacastilla	AR	TE	44235	40.4306	-1.5747	4
44113	Noguera De Albarracin	noguera-de-albarracin	AR	TE	44163	40.4596	-1.5973	4
44114	Griegos	griegos	AR	TE	44257	40.4272	-1.712	4
44114	Villar Del Cobo	villar-del-cobo	AR	TE	44257	40.3947	-1.6733	4
44115	Guadalaviar	guadalaviar	AR	TE	44120	40.3882	-1.718	4
44120	Villarejo De Terriente	villarejo-de-terriente	AR	TE	44215	40.2699	-1.5274	4
44120	Terriente	terriente	AR	TE	44215	40.2974	-1.504	4
44121	El Campillo	el-campillo	AR	TE	44216	40.3035	-1.2984	3
44121	Rubiales	rubiales	AR	TE	44216	40.2762	-1.2717	4
44121	Bezas	bezas	AR	TE	44216	40.3308	-1.3251	4
44122	Jabaloyas	jabaloyas	AR	TE	44127	40.2401	-1.4089	4
44122	Valdecuenca	valdecuenca	AR	TE	44127	40.2978	-1.4083	4
44122	Saldon	saldon	AR	TE	44127	40.3251	-1.4278	4
44123	Toril Y Masegoso	toril-y-masegoso	AR	TE	44009	40.2337	-1.5248	3
44123	El Vallecillo	el-vallecillo	AR	TE	44009	40.2341	-1.5669	4
44123	Collado De La Grulla	collado-de-la-grulla	AR	TE	44009	40.2337	-1.5248	3
44123	Arroyofrio	arroyofrio	AR	TE	44009	40.2333	-1.4827	4
44123	El Cañigral	el-canigral	AR	TE	44009	40.2337	-1.5248	3
44124	Moscardon	moscardon	AR	TE	44159	40.3329	-1.5368	4
44125	Royuela	royuela	AR	TE	44198	40.3785	-1.5134	4
44126	Frias De Albarracin	frias-de-albarracin	AR	TE	44109	40.3375	-1.6147	4
44126	Calomarde	calomarde	AR	TE	44109	40.3726	-1.5743	4
44130	Villastar	villastar	AR	TE	44263	40.281	-1.1514	4
44131	Villel	villel	AR	TE	44264	40.2346	-1.1861	4
44132	Mas De La Cabrera	mas-de-la-cabrera	AR	TE	44135	40.15	-1.2333	4
44132	Libros	libros	AR	TE	44135	40.1631	-1.2336	4
44133	Tramacastiel	tramacastiel	AR	TE	44196	40.1884	-1.2408	4
44133	Riodeva	riodeva	AR	TE	44196	40.1167	-1.15	4
44134	Alobras	alobras	AR	TE	44218	40.1817	-1.3873	4
44134	El Cuervo	el-cuervo	AR	TE	44218	40.15	-1.3167	4
44134	Tormon	tormon	AR	TE	44218	40.2027	-1.3541	4
44134	Veguilla De La Sierra	veguilla-de-la-sierra	AR	TE	44218	40.1781	-1.3527	3
44140	Cantavieja	cantavieja	AR	TE	44059	40.5264	-0.4056	4
44140	Cañada De Benatanduz	canada-de-benatanduz	AR	TE	44059	40.5793	-0.5368	4
44141	Mirambel	mirambel	AR	TE	44088	40.5873	-0.3427	4
44141	La Cuba	la-cuba	AR	TE	44088	40.6041	-0.3705	3
44141	Tronchon	tronchon	AR	TE	44088	40.6209	-0.3983	4
44142	La Iglesuela Del Cid	la-iglesuela-del-cid	AR	TE	44126	40.4831	-0.3194	4
44143	Fortanete	fortanete	AR	TE	44106	40.5053	-0.5228	4
44144	Villarroya De Los Pinares	villarroya-de-los-pinares	AR	TE	44262	40.5292	-0.669	4
44145	Allepuz	allepuz	AR	TE	44021	40.493	-0.7248	4
44146	Monteagudo Del Castillo	monteagudo-del-castillo	AR	TE	44156	40.4566	-0.8178	4
44147	Cedrillas	cedrillas	AR	TE	44074	40.4371	-0.8515	4
44150	Aliaga	aliaga	AR	TE	44017	40.6741	-0.7033	4
44155	El Pobo	el-pobo	AR	TE	44001	40.508	-0.861	4
44155	Camarillas	camarillas	AR	TE	44001	40.6124	-0.7542	4
44155	Ababuj	ababuj	AR	TE	44001	40.5491	-0.8076	4
44156	Aguilar De Alfambra	aguilar-de-alfambra	AR	TE	44130	40.5903	-0.7959	4
44156	Jorcas	jorcas	AR	TE	44130	40.5428	-0.7531	4
44157	Cobatillas	cobatillas	AR	TE	44017	40.6716	-0.7424	4
44157	Hinojosa De Jarque	hinojosa-de-jarque	AR	TE	44017	40.6905	-0.7854	4
44158	Cirugeda	cirugeda	AR	TE	44017	40.7463	-0.6804	4
44158	Campos	campos	AR	TE	44017	40.7169	-0.7256	4
44158	La Cañadilla	la-canadilla	AR	TE	44017	40.7395	-0.622	4
44159	Miravete De La Sierra	miravete-de-la-sierra	AR	TE	44150	40.5762	-0.6932	4
44160	Alfambra	alfambra	AR	TE	44016	40.5464	-1.0331	4
44161	Orrios	orrios	AR	TE	44175	40.5895	-0.9861	4
44161	Escorihuela	escorihuela	AR	TE	44175	40.544	-0.9708	4
44161	Villalba Alta	villalba-alta	AR	TE	44175	40.618	-0.9656	4
44162	Peralejos	peralejos	AR	TE	44216	40.4843	-1.0341	4
44162	Villalba Baja	villalba-baja	AR	TE	44216	40.424	-1.0773	4
44162	Tortajada	tortajada	AR	TE	44216	40.4062	-1.0736	4
44162	Cuevas Labradas	cuevas-labradas	AR	TE	44216	40.4535	-1.0501	4
44163	Perales De Alfambra	perales-de-alfambra	AR	TE	44182	40.6338	-1.0018	4
44164	Lidon	lidon	AR	TE	44266	40.7172	-1.1125	4
44164	Visiedo	visiedo	AR	TE	44266	40.6856	-1.0971	4
44165	Argente	argente	AR	TE	44028	40.6884	-1.1622	4
44166	Rubielos De La Cerida	rubielos-de-la-cerida	AR	TE	44200	40.7706	-1.2129	4
44167	Camañas	camanas	AR	TE	44053	40.6431	-1.1375	4
44168	Galve	galve	AR	TE	44062	40.6559	-0.8822	4
44168	Cañada Vellida	canada-vellida	AR	TE	44062	40.7081	-0.9149	4
44169	Jarque De La Val	jarque-de-la-val	AR	TE	44093	40.7028	-0.8008	4
44169	Cuevas De Almuden	cuevas-de-almuden	AR	TE	44093	40.7134	-0.8296	4
44169	Mezquita De Jarque	mezquita-de-jarque	AR	TE	44093	40.721	-0.867	4
44190	Villaspesa	villaspesa	AR	TE	44216	40.299	-1.1237	4
44191	Valacloche	valacloche	AR	TE	44239	40.1909	-1.0913	4
44191	Cascante Del Rio	cascante-del-rio	AR	TE	44239	40.1965	-1.1141	4
44191	Cubla	cubla	AR	TE	44239	40.2098	-1.0792	4
44192	Aldehuela	aldehuela	AR	TE	44216	40.2686	-1.058	4
44192	Castralvo	castralvo	AR	TE	44216	40.3098	-1.0758	4
44193	Valdecebro	valdecebro	AR	TE	44216	40.3583	-1.0408	4
44193	Corbalan	corbalan	AR	TE	44216	40.4031	-0.9852	4
44194	Celadas	celadas	AR	TE	44075	40.4754	-1.1501	4
44195	Teruel	teruel	AR	TE	44216	40.3602	-1.1787	3
44195	San Blas	san-blas	AR	TE	44216	40.3602	-1.1787	4
44195	Poligono Industrial La Paz	poligono-industrial-la-paz	AR	TE	44216	40.3602	-1.1787	3
44200	Calamocha	calamocha	AR	TE	44050	40.9193	-1.2975	4
44210	Cutanda	cutanda	AR	TE	44050	40.9348	-1.1837	4
44211	Olalla	olalla	AR	TE	44050	40.9676	-1.1603	4
44211	Collados	collados	AR	TE	44050	40.9901	-1.164	4
44211	Valverde	valverde	AR	TE	44050	40.9849	-1.1978	4
44212	Rudilla	rudilla	AR	TE	44024	41.0003	-1.0131	4
44212	Anadon	anadon	AR	TE	44024	40.9823	-0.9837	4
44212	Piedrahita	piedrahita	AR	TE	44024	41.0328	-1.0893	4
44213	Plou	plou	AR	TE	44125	40.9927	-0.8544	4
44213	Huesa Del Comun	huesa-del-comun	AR	TE	44125	41.0105	-0.9188	4
44220	Nueros	nueros	AR	TE	44035	40.9272	-1.1282	4
44220	Barrachina	barrachina	AR	TE	44035	40.8969	-1.1386	4
44221	Godos	godos	AR	TE	44222	40.9112	-1.1018	4
44222	Torrecilla Del Rebollar	torrecilla-del-rebollar	AR	TE	44222	40.9098	-1.0724	4
44223	Villanueva Del Rebollar	villanueva-del-rebollar	AR	TE	44256	40.8911	-1.0084	4
44230	Tornos	tornos	AR	TE	44219	40.9619	-1.4339	4
44231	Castejon De Tornos	castejon-de-tornos	AR	TE	44065	40.9973	-1.4281	4
44232	Bello	bello	AR	TE	44039	40.9227	-1.4985	4
44233	Odon	odon	AR	TE	44168	40.8842	-1.5679	4
44300	Monreal Del Campo	monreal-del-campo	AR	TE	44153	40.788	-1.3554	4
44310	Rodenas	rodenas	AR	TE	44197	40.6408	-1.5162	4
44311	Villar Del Salz	villar-del-salz	AR	TE	44258	40.682	-1.4997	4
44313	Ojos Negros	ojos-negros	AR	TE	44169	40.7375	-1.4988	4
44314	Blancas	blancas	AR	TE	44042	40.8139	-1.4821	4
44315	Pozuel Del Campo	pozuel-del-campo	AR	TE	44190	40.7712	-1.5057	4
44320	Baguena	baguena	AR	TE	44033	41.0418	-1.3577	4
44330	Burbaguena	burbaguena	AR	TE	44047	41.0178	-1.3382	4
44340	Fuentes Claras	fuentes-claras	AR	TE	44112	40.8638	-1.3227	4
44350	Caminreal	caminreal	AR	TE	44056	40.8388	-1.3242	4
44357	El Villarejo De Los Olmos	el-villarejo-de-los-olmos	AR	TE	44050	40.8382	-1.1909	3
44357	Bañon	banon	AR	TE	44050	40.8382	-1.1909	4
44358	Torre Los Negros	torre-los-negros	AR	TE	44085	40.8531	-1.0978	4
44358	Cosa	cosa	AR	TE	44085	40.8339	-1.1365	4
44359	Villalba De Los Morales	villalba-de-los-morales	AR	TE	44056	40.8667	-1.4138	4
44359	Torralba De Los Sisones	torralba-de-los-sisones	AR	TE	44056	40.8908	-1.4587	4
44360	Santa Eulalia	santa-eulalia	AR	TE	44209	40.5674	-1.3135	4
44366	Orihuela Del Tremedal	orihuela-del-tremedal	AR	TE	44174	40.55	-1.65	4
44367	Bronchales	bronchales	AR	TE	44045	40.5117	-1.5882	4
44368	Monterde De Albarracin	monterde-de-albarracin	AR	TE	44157	40.4971	-1.4922	4
44368	Pozondon	pozondon	AR	TE	44157	40.5611	-1.4703	4
44369	Almohaja	almohaja	AR	TE	44180	40.6049	-1.438	4
44369	Peracense	peracense	AR	TE	44180	40.641	-1.4707	4
44370	Cella	cella	AR	TE	44076	40.4532	-1.2875	4
44380	Villarquemado	villarquemado	AR	TE	44261	40.5175	-1.265	4
44381	Torremocha De Jiloca	torremocha-de-jiloca	AR	TE	44228	40.59	-1.2966	4
44382	Torrelacarcel	torrelacarcel	AR	TE	44003	40.6633	-1.2732	3
44382	Singra	singra	AR	TE	44003	40.6551	-1.3116	4
44382	Aguaton	aguaton	AR	TE	44003	40.6716	-1.2347	4
44390	San Martin Del Rio	san-martin-del-rio	AR	TE	44207	41.0663	-1.3873	4
44391	Luco De Jiloca	luco-de-jiloca	AR	TE	44050	40.9884	-1.3069	4
44392	El Poyo	el-poyo	AR	TE	44050	40.8849	-1.3333	4
44393	Torrijo Del Campo	torrijo-del-campo	AR	TE	44232	40.8258	-1.3377	4
44394	Villafranca Del Campo	villafranca-del-campo	AR	TE	44046	40.6954	-1.3472	4
44394	Bueña	buena	AR	TE	44046	40.7088	-1.2674	4
44395	Alba	alba	AR	TE	44007	40.6183	-1.3466	4
44396	Caude	caude	AR	TE	44216	40.4106	-1.1934	4
44397	Concud	concud	AR	TE	44216	40.3796	-1.1475	4
44400	Mora De Rubielos	mora-de-rubielos	AR	TE	44158	40.2502	-0.7525	4
44409	Cabra De Mora	cabra-de-mora	AR	TE	44070	40.317	-0.8068	4
44409	El Castellar	el-castellar	AR	TE	44070	40.3653	-0.8173	4
44410	Mosqueruela	mosqueruela	AR	TE	44160	40.3613	-0.4489	4
44411	Puertomingalvo	puertomingalvo	AR	TE	44193	40.2643	-0.4576	4
44412	Castelvispal	castelvispal	AR	TE	44137	40.3216	-0.5747	3
44412	Linares De Mora	linares-de-mora	AR	TE	44137	40.3216	-0.5747	4
44413	Valdelinares	valdelinares	AR	TE	44244	40.3911	-0.6059	4
44414	Nogueruelas	nogueruelas	AR	TE	44165	40.2362	-0.6361	4
44415	Fuentes De Rubielos	fuentes-de-rubielos	AR	TE	44113	40.1667	-0.6167	4
44415	Rubielos De Mora	rubielos-de-mora	AR	TE	44113	40.1889	-0.6531	4
44420	Manzanera	manzanera	AR	TE	44143	40.05	-0.8333	4
44421	Torrijas	torrijas	AR	TE	44026	40.0167	-0.95	4
44421	Arcos De Las Salinas	arcos-de-las-salinas	AR	TE	44026	39.9833	-1.0333	4
44422	El Paul	el-paul	AR	TE	44002	40.0333	-0.8	4
44422	Alcotas De Manzanera	alcotas-de-manzanera	AR	TE	44002	40.0167	-0.7833	4
44422	Paraiso Bajo	paraiso-bajo	AR	TE	44002	40.0278	-0.8111	3
44422	Los Cerezos	los-cerezos	AR	TE	44002	40.0333	-0.85	4
44422	Abejuela	abejuela	AR	TE	44002	40.0278	-0.8111	3
44423	Las Alhambras	las-alhambras	AR	TE	44143	40.0667	-0.9	4
44423	Los Olmos De Manzanera	los-olmos-de-manzanera	AR	TE	44143	40.0667	-0.9	3
44424	La Escaleruela	la-escaleruela	AR	TE	44010	40.15	-0.8167	4
44424	Mora De Rubielos (Estacion)	mora-de-rubielos-estacion	AR	TE	44010	40.15	-0.8167	3
44430	Valbona	valbona	AR	TE	44240	40.2288	-0.8108	4
44431	Virgen De La Vega	virgen-de-la-vega	AR	TE	44012	40.3573	-0.7008	4
44432	Alcala De La Selva	alcala-de-la-selva	AR	TE	44012	40.3718	-0.7201	4
44433	Gudar	gudar	AR	TE	44121	40.4411	-0.7205	4
44440	Formiche Alto	formiche-alto	AR	TE	44103	40.3237	-0.8924	4
44441	Formiche Bajo	formiche-bajo	AR	TE	44103	40.2885	-0.8757	4
44450	La Puebla De Valverde	la-puebla-de-valverde	AR	TE	44192	40.2241	-0.9278	4
44459	Camarena De La Sierra	camarena-de-la-sierra	AR	TE	44054	40.15	-1.0333	4
44460	Sarrion	sarrion	AR	TE	44210	40.1333	-0.8167	4
44470	Rubielos De Mora (Estacion)	rubielos-de-mora-estacion	AR	TE		40.1333	-0.6167	1
44477	Albentosa	albentosa	AR	TE	44010	40.1333	-0.6167	1
44478	Los Pertegaces	los-pertegaces	AR	TE	44171	40.1333	-0.6167	1
44479	Olba	olba	AR	TE	44171	40.1333	-0.6167	4
44480	San Agustin	san-agustin	AR	TE	44206	40.05	-0.6833	4
44490	Ferreruela De Huerva	ferreruela-de-huerva	AR	TE	44101	41.0633	-1.2335	4
44491	Cucalon	cucalon	AR	TE	44032	41.0861	-1.2148	4
44491	Lanzuela	lanzuela	AR	TE	44032	41.0985	-1.2062	4
44491	Badenas	badenas	AR	TE	44032	41.0922	-1.1224	4
44492	Fonfria	fonfria	AR	TE	44102	40.9957	-1.0847	4
44492	Allueva	allueva	AR	TE	44102	40.9853	-1.0426	4
44492	Lagueruela	lagueruela	AR	TE	44102	41.0425	-1.1928	4
44492	Bea	bea	AR	TE	44102	41.0363	-1.1473	4
44493	Monforte De Moyuela	monforte-de-moyuela	AR	TE	44138	41.0551	-1.0141	4
44493	Loscos	loscos	AR	TE	44138	41.0811	-1.0443	4
44493	Mezquita De Loscos	mezquita-de-loscos	AR	TE	44138	41.0738	-1.0599	4
44494	Villahermosa Del Campo	villahermosa-del-campo	AR	TE	44252	41.1094	-1.2469	4
44495	Lechago	lechago	AR	TE	44050	40.9585	-1.2727	4
44495	Cuencabuena	cuencabuena	AR	TE	44050	41.0051	-1.2495	4
44496	Navarrete Del Rio	navarrete-del-rio	AR	TE	44050	40.9301	-1.2566	4
44497	Nogueras	nogueras	AR	TE	44208	41.1347	-1.0671	4
44497	Santa Cruz De Nogueras	santa-cruz-de-nogueras	AR	TE	44208	41.1148	-1.0893	4
44500	Andorra	andorra	AR	TE	44025	40.9766	-0.4472	4
44509	Alloza	alloza	AR	TE	44022	40.9694	-0.5294	4
44510	La Puebla De Hijar	la-puebla-de-hijar	AR	TE	44191	41.2222	-0.4409	4
44520	Samper De Calanda	samper-de-calanda	AR	TE	44205	41.1893	-0.3888	4
44530	Hijar	hijar	AR	TE	44122	41.1743	-0.4511	4
44540	Albalate Del Arzobispo	albalate-del-arzobispo	AR	TE	44008	41.1217	-0.5114	4
44547	Ariño	arino	AR	TE	44029	41.0302	-0.5921	4
44548	Oliete	oliete	AR	TE	44172	40.9979	-0.6743	4
44549	Alacon	alacon	AR	TE	44006	41.0257	-0.6978	4
44550	Alcorisa	alcorisa	AR	TE	44014	40.8921	-0.3814	4
44555	Pitarque	pitarque	AR	TE	44183	40.6485	-0.5932	4
44556	Molinos	molinos	AR	TE	44040	40.821	-0.4502	4
44556	Berge	berge	AR	TE	44040	40.8579	-0.4271	4
44557	La Mata De Los Olmos	la-mata-de-los-olmos	AR	TE	44087	40.8659	-0.5212	4
44557	Crivillen	crivillen	AR	TE	44087	40.8832	-0.5767	4
44557	Los Olmos	los-olmos	AR	TE	44087	40.8746	-0.5489	3
44558	Gargallo	gargallo	AR	TE	44100	40.8358	-0.5844	4
44558	Estercuel	estercuel	AR	TE	44100	40.855	-0.6321	4
44559	Villarluengo	villarluengo	AR	TE	44096	40.6484	-0.5307	4
44559	Ejulve	ejulve	AR	TE	44096	40.7763	-0.5534	4
44559	Montoro De Mezquita	montoro-de-mezquita	AR	TE	44096	40.691	-0.5954	4
44560	Castellote	castellote	AR	TE	44071	40.8	-0.3197	4
44561	Seno	seno	AR	TE	44212	40.8123	-0.3382	4
44562	Cuevas De Cañart	cuevas-de-canart	AR	TE	44071	40.7628	-0.4242	4
44562	Dos Torres De Mercader	dos-torres-de-mercader	AR	TE	44071	40.776	-0.386	4
44562	Ladruñan	ladrunan	AR	TE	44071	40.7418	-0.4014	4
44563	Bordon	bordon	AR	TE	44071	40.6865	-0.3222	4
44563	Las Planas De Castellote	las-planas-de-castellote	AR	TE	44071	40.7293	-0.3151	4
44563	Luco De Bordon	luco-de-bordon	AR	TE	44071	40.7007	-0.2942	4
44564	Mas De Las Matas	mas-de-las-matas	AR	TE	44145	40.8341	-0.2429	4
44565	Abenfigo	abenfigo	AR	TE	44071	40.8149	-0.2739	4
44566	Aguaviva	aguaviva	AR	TE	44004	40.8221	-0.1953	4
44566	Las Parras De Castellote	las-parras-de-castellote	AR	TE	44004	40.7754	-0.2443	4
44566	Jaganta	jaganta	AR	TE	44004	40.7823	-0.2685	4
44570	Calanda	calanda	AR	TE	44051	40.9415	-0.2324	4
44579	Foz Calanda	foz-calanda	AR	TE	44107	40.9221	-0.2648	4
44580	Valderrobres	valderrobres	AR	TE	44246	40.8721	0.1543	4
44586	Peñarroya De Tastavins	penarroya-de-tastavins	AR	TE	44179	40.7562	0.0398	4
44587	Fuentespalda	fuentespalda	AR	TE	44114	40.8067	0.0652	4
44588	Beceite	beceite	AR	TE	44037	40.8316	0.183	4
44589	Rafales	rafales	AR	TE	44187	40.8377	0.0192	4
44589	La Portellada	la-portellada	AR	TE	44187	40.882	0.0548	4
44590	Azaila	azaila	AR	TE	44031	41.2912	-0.4941	4
44591	Vinaceite	vinaceite	AR	TE	50021	41.2799	-0.5507	3
44592	Jatiel	jatiel	AR	TE	44067	41.2201	-0.3818	4
44592	Castelnou	castelnou	AR	TE	44067	41.2289	-0.3643	4
44593	Urrea De Gaen	urrea-de-gaen	AR	TE	44237	41.1606	-0.4701	4
44594	Valdealgorfa	valdealgorfa	AR	TE	44241	40.9907	-0.0343	4
44595	Valjunquera	valjunquera	AR	TE	44247	40.9525	0.0258	4
44596	La Fresneda	la-fresneda	AR	TE	44108	40.9282	0.0742	4
44597	Torre Del Compte	torre-del-compte	AR	TE	44225	40.9362	0.1093	4
44600	Alcañiz	alcaniz	AR	TE	44013	41.05	-0.1333	4
44610	Calaceite	calaceite	AR	TE	44049	41.0163	0.1888	4
44620	Valdeltormo	valdeltormo	AR	TE	44245	40.9872	0.0834	4
44621	Mazaleon	mazaleon	AR	TE	44147	41.0506	0.1029	4
44622	Arens De Lledo	arens-de-lledo	AR	TE	44027	40.9924	0.2709	4
44623	Cretas	cretas	AR	TE	44086	40.9281	0.2117	4
44624	Lledo	lledo	AR	TE	44141	40.955	0.2775	4
44630	Castelseras	castelseras	AR	TE	44068	40.9813	-0.1467	4
44640	La Codoñera	la-codonera	AR	TE	44080	40.9337	-0.0858	4
44640	Torrecilla De Alcañiz	torrecilla-de-alcaniz	AR	TE	44080	40.9606	-0.0908	4
44641	Torrevelilla	torrevelilla	AR	TE	44230	40.902	-0.1098	4
44642	Belmonte De San Jose	belmonte-de-san-jose	AR	TE	44038	40.8749	-0.0634	4
44643	La Ginebrosa	la-ginebrosa	AR	TE	44061	40.8699	-0.1352	4
44643	La Cañada De Verich	la-canada-de-verich	AR	TE	44061	40.8713	-0.0999	4
44650	Fornoles	fornoles	AR	TE	44105	40.8936	-0.0038	4
44651	La Cerollera	la-cerollera	AR	TE	44077	40.8403	-0.056	4
44652	Monroyo	monroyo	AR	TE	44154	40.7877	-0.0355	4
44653	Torre De Arcas	torre-de-arcas	AR	TE	44223	40.7514	-0.0689	4
44660	Puigmoreno	puigmoreno	AR	TE	44013	41.1272	-0.2158	1
44661	Valmuel	valmuel	AR	TE	44013	41.1272	-0.2158	4
44700	Montalban	montalban	AR	TE	44155	40.8328	-0.8018	4
44706	Castel De Cabra	castel-de-cabra	AR	TE	44066	40.8026	-0.696	4
44707	La Zoma	la-zoma	AR	TE	44063	40.7841	-0.6194	4
44707	Cañizar Del Olivar	canizar-del-olivar	AR	TE	44063	40.8162	-0.6457	4
44708	Palomar De Arroyos	palomar-de-arroyos	AR	TE	44176	40.7791	-0.7506	4
44709	Torre De Las Arcas	torre-de-las-arcas	AR	TE	44155	40.8417	-0.7178	4
44709	Peñarroyas	penarroyas	AR	TE	44155	40.8557	-0.7573	4
44710	Rillo	rillo	AR	TE	44195	40.7223	-0.9962	4
44711	Fuentes Calientes	fuentes-calientes	AR	TE	44111	40.7	-0.9667	4
44712	Son Del Puerto	son-del-puerto	AR	TE	44195	40.7599	-0.944	4
44720	Cervera Del Rincon	cervera-del-rincon	AR	TE	44177	40.7687	-0.9651	4
44720	Pancrudo	pancrudo	AR	TE	44177	40.7622	-1.0297	4
44721	Alpeñes	alpenes	AR	TE	44085	40.7996	-1.0663	4
44721	Corbaton	corbaton	AR	TE	44085	40.7781	-1.0877	4
44730	Portalrubio	portalrubio	AR	TE	44144	40.8183	-1.0286	4
44730	Cuevas De Portalrubio	cuevas-de-portalrubio	AR	TE	44144	40.8185	-0.9896	4
44730	Rambla De Martin	rambla-de-martin	AR	TE	44144	40.8263	-0.9648	4
44740	Vivel Del Rio	vivel-del-rio	AR	TE	44267	40.8709	-0.9389	4
44741	Fuenferrada	fuenferrada	AR	TE	44110	40.8692	-1.0118	4
44742	Armillas	armillas	AR	TE	44267	40.8979	-0.8892	4
44750	Martin Del Rio	martin-del-rio	AR	TE	44144	40.8446	-0.8955	4
44760	Utrillas	utrillas	AR	TE	44238	40.8127	-0.8454	4
44769	Las Parras De Martin	las-parras-de-martin	AR	TE	44238	40.7938	-0.9308	4
44770	Escucha	escucha	AR	TE	44099	40.7947	-0.8101	4
44779	Valdeconejos	valdeconejos	AR	TE	44099	40.7767	-0.8686	4
44780	Muniesa	muniesa	AR	TE	44161	41.0331	-0.8114	4
44790	Blesa	blesa	AR	TE	44043	41.0515	-0.885	4
44791	La Hoz De La Vieja	la-hoz-de-la-vieja	AR	TE	44084	40.9239	-0.843	4
44791	Maicas	maicas	AR	TE	44084	40.9671	-0.8904	4
44791	Cortes De Aragon	cortes-de-aragon	AR	TE	44084	40.9737	-0.8357	4
44792	Alcaine	alcaine	AR	TE	44011	40.9534	-0.7058	4
44792	Obon	obon	AR	TE	44011	40.9045	-0.723	4
44792	Josa	josa	AR	TE	44011	40.9555	-0.7668	4
44793	Segura De Baños	segura-de-banos	AR	TE	44203	40.9409	-0.9511	4
44793	Salcedillo	salcedillo	AR	TE	44203	40.962	-1.0043	4
22806	Santa Eulalia De Gallego	santa-eulalia-de-gallego	AR	Z	50238	42.287	-0.7607	4
22806	Moran	moran	AR	Z	50238	42.287	-0.7607	3
22808	Murillo De Gallego	murillo-de-gallego	AR	Z	50185	42.3366	-0.753	4
42269	Alconchel De Ariza	alconchel-de-ariza	AR	Z	50259	41.2043	-2.1219	4
42269	Torrehermosa	torrehermosa	AR	Z	50259	41.2377	-2.128	4
42269	Pozuel De Ariza	pozuel-de-ariza	AR	Z	50259	41.35	-2.15	4
42269	Granja De San Pedro	granja-de-san-pedro	AR	Z	50259	41.2529	-2.1323	3
44591	Almochuel	almochuel	AR	Z	50021	41.2799	-0.5507	4
50001	Zaragoza	zaragoza	AR	Z	50297	41.6561	-0.8773	4
50002	Zaragoza	zaragoza	AR	Z	50297	41.6561	-0.8773	4
50003	Zaragoza	zaragoza	AR	Z	50297	41.6561	-0.8773	4
50004	Zaragoza	zaragoza	AR	Z	50297	41.6561	-0.8773	4
50005	Zaragoza	zaragoza	AR	Z	50297	41.6561	-0.8773	4
50006	Zaragoza	zaragoza	AR	Z	50297	41.6561	-0.8773	4
50007	Zaragoza	zaragoza	AR	Z	50297	41.6561	-0.8773	4
50008	Zaragoza	zaragoza	AR	Z	50297	41.6561	-0.8773	4
50009	Zaragoza	zaragoza	AR	Z	50297	41.6561	-0.8773	4
50010	Zaragoza	zaragoza	AR	Z	50297	41.6561	-0.8773	4
50011	Zaragoza	zaragoza	AR	Z	50297	41.6561	-0.8773	4
50012	Zaragoza	zaragoza	AR	Z	50297	41.6561	-0.8773	4
50013	Zaragoza	zaragoza	AR	Z	50297	41.6561	-0.8773	4
50014	Zaragoza	zaragoza	AR	Z	50297	41.6561	-0.8773	4
50015	Zaragoza	zaragoza	AR	Z	50297	41.6561	-0.8773	4
50016	Zaragoza	zaragoza	AR	Z	50297	41.6561	-0.8773	4
50017	Zaragoza	zaragoza	AR	Z	50297	41.6561	-0.8773	4
50018	Zaragoza	zaragoza	AR	Z	50297	41.6561	-0.8773	4
50019	Zaragoza	zaragoza	AR	Z	50297	41.6561	-0.8773	4
50020	Urbanizacion El Zorongo (Nucleo)	urbanizacion-el-zorongo-nucleo	AR	Z	50297	41.6561	-0.8773	1
50021	Zaragoza	zaragoza	AR	Z	50297	41.6561	-0.8773	4
50022	Zaragoza	zaragoza	AR	Z	50297	41.6561	-0.8773	4
50059	Barrio Montañana	barrio-montanana	AR	Z	50297	41.6561	-0.8773	3
50059	Zaragoza	zaragoza	AR	Z	50297	41.6561	-0.8773	4
50070	Zaragoza	zaragoza	AR	Z		41.6561	-0.8773	4
50071	Zaragoza	zaragoza	AR	Z		41.6561	-0.8773	4
50080	Zaragoza	zaragoza	AR	Z		41.6561	-0.8773	4
50090	Academia General Militar	academia-general-militar	AR	Z		41.6561	-0.8773	3
50090	Zaragoza	zaragoza	AR	Z		41.6561	-0.8773	4
50100	La Almunia De Doña Godina	la-almunia-de-dona-godina	AR	Z	50025	41.4767	-1.3745	4
50108	Almonacid De La Sierra	almonacid-de-la-sierra	AR	Z	50024	41.3975	-1.3239	4
50109	Alpartir	alpartir	AR	Z	50026	41.4225	-1.3806	4
50110	Campamento San Gregorio	campamento-san-gregorio	AR	Z		41.4362	-0.833	1
50120	Monzalbarba	monzalbarba	AR	Z	50297	41.7036	-0.966	4
50120	Alfocea	alfocea	AR	Z	50297	41.7247	-0.9515	4
50130	Belchite	belchite	AR	Z	50045	41.3032	-0.7505	4
50131	Lecera	lecera	AR	Z	50136	41.2049	-0.7113	4
50132	Codo	codo	AR	Z	50085	41.3333	-0.75	4
50133	Almonacid De La Cuba	almonacid-de-la-cuba	AR	Z	50023	41.2807	-0.7927	4
50134	Lagata	lagata	AR	Z	50133	41.2397	-0.8049	4
50134	Samper De Salz	samper-de-salz	AR	Z	50133	41.2346	-0.8251	4
50135	Mediana De Aragon	mediana-de-aragon	AR	Z	50115	41.4667	-0.7058	4
50136	Letux	letux	AR	Z	50139	41.2551	-0.8027	4
50137	Puebla De Alborton	puebla-de-alborton	AR	Z	50218	41.3852	-0.8556	4
50138	Valmadrid	valmadrid	AR	Z	50275	41.4435	-0.8848	4
50139	Torrecilla De Valmadrid	torrecilla-de-valmadrid	AR	Z	50297	41.5025	-0.8558	4
50140	Azuara	azuara	AR	Z	50039	41.2582	-0.8708	4
50141	Jaulin	jaulin	AR	Z	50131	41.452	-0.9926	4
50142	Fuendetodos	fuendetodos	AR	Z	50114	41.3424	-0.9599	4
50143	Moyuela	moyuela	AR	Z	50213	41.1279	-0.9222	4
50143	Plenas	plenas	AR	Z	50213	41.1121	-0.9644	4
50144	Moneva	moneva	AR	Z	50171	41.1282	-0.8359	4
50150	Herrera De Los Navarros	herrera-de-los-navarros	AR	Z	50124	41.2102	-1.0827	4
50151	Luesma	luesma	AR	Z	50149	41.1658	-1.1458	4
50152	Ailes	ailes	AR	Z	50167	41.4258	-1.0828	3
50152	Mezalocha	mezalocha	AR	Z	50167	41.4258	-1.0828	4
50153	Villanueva Del Huerva	villanueva-del-huerva	AR	Z	50290	41.3532	-1.0365	4
50154	Tosos	tosos	AR	Z	50264	41.3154	-1.0729	4
50155	Aguilon	aguilon	AR	Z	50005	41.2947	-1.0463	4
50156	Villar De Los Navarros	villar-de-los-navarros	AR	Z	50291	41.1595	-1.042	4
50160	Leciñena	lecinena	AR	Z	50137	41.7987	-0.6117	4
50161	Perdiguera	perdiguera	AR	Z	50206	41.7546	-0.6315	4
50162	Villamayor De Gallego	villamayor-de-gallego	AR	Z	50903	41.7183	-0.5414	1
50163	Farlete	farlete	AR	Z	50104	41.6812	-0.5068	4
50164	Monegrillo	monegrillo	AR	Z	50170	41.6386	-0.4157	4
50170	Mequinenza	mequinenza	AR	Z	50165	41.3721	0.3017	4
50171	La Puebla De Alfinden	la-puebla-de-alfinden	AR	Z	50219	41.5321	-0.4035	1
50172	Alfajarin	alfajarin	AR	Z	50017	41.614	-0.7037	4
50173	Nuez De Ebro	nuez-de-ebro	AR	Z	50193	41.5896	-0.6677	4
50174	Villafranca De Ebro	villafranca-de-ebro	AR	Z	50285	41.5747	-0.6504	4
50175	Aguilar De Ebro	aguilar-de-ebro	AR	Z	50199	41.5214	-0.5641	4
50175	Osera	osera	AR	Z	50199	41.5334	-0.5792	4
50176	Hostal El Ciervo	hostal-el-ciervo	AR	Z		41.5321	-0.4035	1
50177	Bujaraloz	bujaraloz	AR	Z	50059	41.4981	-0.1529	4
50178	La Almolda	la-almolda	AR	Z	50022	41.5534	-0.2115	4
50180	Utebo	utebo	AR	Z	50272	41.7139	-0.9949	4
50190	Torre Balmez (Barrio De Garrapinillos)	torre-balmez-barrio-de-garrapinillos	AR	Z	50297	41.6837	-1.0268	3
50190	Garrapinillos	garrapinillos	AR	Z	50297	41.6837	-1.0268	4
50190	Aeropuerto De Garrapinillos (Zaragoza)	aeropuerto-de-garrapinillos-zaragoza	AR	Z	50297	41.6837	-1.0268	3
50191	Barrio De Juslibol	barrio-de-juslibol	AR	Z	50297	41.625	-1.0346	1
50192	Aula-Dei (Cartuja De)	aula-dei-cartuja-de	AR	Z		41.625	-1.0346	1
50193	Peñaflor De Gallego	penaflor-de-gallego	AR	Z	50297	41.625	-1.0346	1
50194	Movera	movera	AR	Z	50297	41.625	-1.0346	1
50195	Pastriz	pastriz	AR	Z	50203	41.625	-1.0346	1
50195	La Alfranca	la-alfranca	AR	Z	50203	41.625	-1.0346	1
50195	Lugarico De Cerdan	lugarico-de-cerdan	AR	Z	50203	41.625	-1.0346	1
50196	La Muela	la-muela	AR	Z	50182	41.5801	-1.1172	4
50197	Zaragoza	zaragoza	AR	Z		41.6561	-0.8773	4
50197	Plataforma Logistica Plaza	plataforma-logistica-plaza	AR	Z		41.6561	-0.8773	3
50198	Poligono Industrial Centrovia (La Muela)	poligono-industrial-centrovia-la-muela	AR	Z		41.5801	-1.1172	4
50200	Ateca	ateca	AR	Z	50038	41.3309	-1.7935	4
50210	Monasterio De Piedra	monasterio-de-piedra	AR	Z	50192	41.2118	-1.7895	3
50210	Nuevalos	nuevalos	AR	Z	50192	41.2118	-1.7895	4
50211	Castejon De Las Armas	castejon-de-las-armas	AR	Z	50076	41.3098	-1.8108	4
50212	Carenas	carenas	AR	Z	50072	41.2776	-1.7975	4
50213	Monterde	monterde	AR	Z	50173	41.1743	-1.735	4
50213	Llumes (Nucleo)	llumes-nucleo	AR	Z	50173	41.1378	-1.7543	3
50213	Cimballa	cimballa	AR	Z	50173	41.1012	-1.7735	4
50213	Granja De Oro	granja-de-oro	AR	Z	50173	41.1378	-1.7543	3
50213	Lugar Nuevo	lugar-nuevo	AR	Z	50173	41.1378	-1.7543	3
50214	Campillo De Aragon	campillo-de-aragon	AR	Z	50071	41.1265	-1.8439	4
50215	Moros	moros	AR	Z	50178	41.3978	-1.8284	4
50216	Villalengua	villalengua	AR	Z	50287	41.4355	-1.8412	4
50217	Torrijo De La Cañada	torrijo-de-la-canada	AR	Z	50263	41.473	-1.8744	4
50219	La Vilueña	la-viluena	AR	Z	50277	41.2727	-1.7261	4
50219	Munebrega	munebrega	AR	Z	50277	41.252	-1.7056	4
50219	Valtorres	valtorres	AR	Z	50277	41.2986	-1.7408	4
50220	Ariza	ariza	AR	Z	50034	41.3144	-2.0533	4
50227	Sisamon	sisamon	AR	Z	50246	41.1712	-2.0039	4
50228	Cabolafuente	cabolafuente	AR	Z	50065	41.2105	-2.0413	4
50229	Bordalba	bordalba	AR	Z	50054	41.4167	-2.0667	4
50230	Alhama De Aragon	alhama-de-aragon	AR	Z	50020	41.2966	-1.8936	4
50236	Ibdes	ibdes	AR	Z	50125	41.2167	-1.8333	4
50237	Jaraba	jaraba	AR	Z	50129	41.1908	-1.8844	4
50238	Calmarza	calmarza	AR	Z	50070	41.1581	-1.912	4
50238	Jaraba (Baños De La Virgen)	jaraba-banos-de-la-virgen	AR	Z	50070	41.2132	-1.888	3
50238	Godojos	godojos	AR	Z	50070	41.2684	-1.8641	4
50239	Bubierca	bubierca	AR	Z	50087	41.3148	-1.8539	4
50239	Casa De La Vega	casa-de-la-vega	AR	Z	50087	41.3328	-1.915	3
50239	Contamina	contamina	AR	Z	50087	41.3054	-1.9173	4
50239	Embid De Ariza	embid-de-ariza	AR	Z	50087	41.3783	-1.9737	4
50240	Mores	mores	AR	Z	50066	41.4733	-1.5649	4
50246	Brea De Aragon	brea-de-aragon	AR	Z	50057	41.5239	-1.6026	4
50247	Purroy De Jalon	purroy-de-jalon	AR	Z	50177	41.4895	-1.6	1
50248	Sestrica	sestrica	AR	Z	50243	41.486	-1.595	4
50249	Viver De La Sierra	viver-de-la-sierra	AR	Z	50243	41.4747	-1.6374	4
50250	Illueca	illueca	AR	Z	50126	41.5382	-1.6275	4
50257	Gotor	gotor	AR	Z	50121	41.5458	-1.6491	4
50258	Oseja	oseja	AR	Z	50130	41.5956	-1.7003	4
50258	Jarque	jarque	AR	Z	50130	41.5561	-1.6756	4
50259	Pomer	pomer	AR	Z	50214	41.6377	-1.841	4
50259	Aranda De Moncayo	aranda-de-moncayo	AR	Z	50214	41.5775	-1.7917	4
50260	Morata De Jalon	morata-de-jalon	AR	Z	50175	41.4735	-1.4763	4
50266	Arandiga	arandiga	AR	Z	50032	41.5087	-1.5007	4
50267	Mesones De Isuela	mesones-de-isuela	AR	Z	50166	41.5512	-1.5386	4
50268	Purujosa	purujosa	AR	Z	50069	41.6826	-1.7652	4
50268	Calcena	calcena	AR	Z	50069	41.6552	-1.7176	4
50268	Trasobares	trasobares	AR	Z	50069	41.6431	-1.6419	4
50269	Chodes	chodes	AR	Z	50254	41.487	-1.4801	4
50269	Las Minas De Tierga	las-minas-de-tierga	AR	Z	50254	41.5431	-1.5367	3
50269	Niguella	niguella	AR	Z	50254	41.5362	-1.5245	4
50269	Tierga	tierga	AR	Z	50254	41.6062	-1.6054	4
50270	Ricla	ricla	AR	Z	50225	41.5058	-1.4047	4
50280	Calatorao	calatorao	AR	Z	50068	41.5223	-1.347	4
50290	Epila	epila	AR	Z	50099	41.6005	-1.2801	4
50291	Monreal De Ariza	monreal-de-ariza	AR	Z	50172	41.2916	-2.1049	4
50292	Cetina	cetina	AR	Z	50081	41.2921	-1.9628	4
50293	Terrer	terrer	AR	Z	50253	41.3281	-1.7133	4
50294	Berbedel	berbedel	AR	Z	50146	41.5609	-1.3093	4
50294	Lucena De Jalon	lucena-de-jalon	AR	Z	50146	41.553	-1.3131	4
50294	Salillas De Jalon	salillas-de-jalon	AR	Z	50146	41.5679	-1.3234	4
50295	Rueda De Jalon	rueda-de-jalon	AR	Z	50150	41.6336	-1.2744	4
50295	Lumpiaque	lumpiaque	AR	Z	50150	41.6295	-1.3016	4
50296	Urrea De Jalon	urrea-de-jalon	AR	Z	50044	41.6671	-1.2342	4
50296	Bardallur	bardallur	AR	Z	50044	41.6842	-1.2118	4
50296	Plasencia De Jalon	plasencia-de-jalon	AR	Z	50044	41.6815	-1.23	4
50297	Oitura	oitura	AR	Z	50043	41.7288	-1.1935	4
50297	Peraman	peraman	AR	Z	50043	41.7236	-1.1861	3
50297	Pleitas	pleitas	AR	Z	50043	41.7114	-1.2025	4
50297	Grisen	grisen	AR	Z	50043	41.7452	-1.1626	4
50297	Barboles	barboles	AR	Z	50043	41.709	-1.1859	4
50298	Pinseque	pinseque	AR	Z	50209	41.7366	-1.1004	4
50299	Campiel	campiel	AR	Z	50241	41.4228	-1.5796	3
50299	Embid De La Ribera	embid-de-la-ribera	AR	Z	50241	41.4228	-1.5968	4
50299	Paracuellos De La Ribera	paracuellos-de-la-ribera	AR	Z	50241	41.4227	-1.5624	4
50299	Sabiñan	sabinan	AR	Z	50241	41.4228	-1.5796	3
50300	Calatayud	calatayud	AR	Z	50067	41.3535	-1.6432	4
50310	Villarroya De La Sierra	villarroya-de-la-sierra	AR	Z	50293	41.4635	-1.7835	4
50311	Torralba De Ribota	torralba-de-ribota	AR	Z	50257	41.418	-1.6843	4
50312	Cervera De La Cañada	cervera-de-la-canada	AR	Z	50079	41.433	-1.7357	4
50313	Aniñon	aninon	AR	Z	50029	41.4448	-1.7043	4
50314	Clares De Ribota	clares-de-ribota	AR	Z	50084	41.5296	-1.8377	4
50315	Malanquilla	malanquilla	AR	Z	50155	41.5686	-1.8748	4
50316	Torrelapaja	torrelapaja	AR	Z	50047	41.5813	-1.9518	4
50316	Berdejo	berdejo	AR	Z	50047	41.5613	-1.9443	4
50316	Bijuesca	bijuesca	AR	Z	50047	41.5408	-1.9204	4
50320	El Frasno	el-frasno	AR	Z	50110	41.414	-1.4958	4
50322	Aluenda	aluenda	AR	Z	50110	41.3969	-1.5197	4
50323	Inoges	inoges	AR	Z	50110	41.3798	-1.4638	4
50324	Santa Cruz Del Grio	santa-cruz-del-grio	AR	Z	50236	41.3397	-1.4545	3
50324	Viver De Vicort	viver-de-vicort	AR	Z	50236	41.3397	-1.4545	4
50324	Aldehuela De Grio	aldehuela-de-grio	AR	Z	50236	41.3397	-1.4545	3
50325	Tobed	tobed	AR	Z	50255	41.3387	-1.3998	4
50326	Codos	codos	AR	Z	50086	41.2927	-1.3742	4
50330	Miedes De Aragon	miedes-de-aragon	AR	Z	50169	41.2586	-1.4911	4
50331	Ruesca	ruesca	AR	Z	50162	41.2835	-1.4814	4
50331	Orera	orera	AR	Z	50162	41.2984	-1.4785	4
50331	Mara	mara	AR	Z	50162	41.2895	-1.5184	4
50332	Belmonte De Gracian	belmonte-de-gracian	AR	Z	50046	41.3097	-1.5156	1
50333	Villalba De Perejiles	villalba-de-perejiles	AR	Z	50286	41.3097	-1.5156	1
50334	Sediles	sediles	AR	Z	50242	41.3461	-1.5318	4
50335	Barrio Torres	barrio-torres	AR	Z	50067	41.3097	-1.5156	1
50336	Huermeda	huermeda	AR	Z	50067	41.3818	-1.5926	4
50340	Maluenda	maluenda	AR	Z	50159	41.2877	-1.616	4
50341	Olves	olves	AR	Z	50194	41.2396	-1.6465	4
50342	Paracuellos De Jiloca	paracuellos-de-jiloca	AR	Z	50201	41.3138	-1.6403	4
50343	Velilla De Jiloca	velilla-de-jiloca	AR	Z	50279	41.2751	-1.604	4
50344	Morata De Jiloca	morata-de-jiloca	AR	Z	50176	41.248	-1.5867	4
50345	Alarba	alarba	AR	Z	50009	41.2048	-1.6133	4
50346	Castejon De Alarba	castejon-de-alarba	AR	Z	50075	41.1837	-1.6361	4
50347	Acered	acered	AR	Z	50002	41.0167	-1.6	4
50348	Atea	atea	AR	Z	50037	41.1606	-1.5553	4
50360	Daroca	daroca	AR	Z	50094	41.1148	-1.4149	4
50366	Orcajo	orcajo	AR	Z	50042	41.1098	-1.4893	4
50366	Manchones	manchones	AR	Z	50042	41.15	-1.4667	4
50366	Balconchan	balconchan	AR	Z	50042	41.0874	-1.46	4
50366	Murero	murero	AR	Z	50042	41.1597	-1.4828	4
50367	Retascon	retascon	AR	Z	50224	41.1435	-1.3838	4
50367	Langa Del Castillo	langa-del-castillo	AR	Z	50224	41.212	-1.3985	4
50368	Cerveruela	cerveruela	AR	Z	50154	41.2157	-1.2153	4
50368	Villarroya Del Campo	villarroya-del-campo	AR	Z	50154	41.1431	-1.3242	4
50368	Mainar	mainar	AR	Z	50154	41.1928	-1.3029	4
50368	Torralbilla	torralbilla	AR	Z	50154	41.2101	-1.338	4
50369	Nombrevilla	nombrevilla	AR	Z	50028	41.1073	-1.359	4
50369	Lechon	lechon	AR	Z	50028	41.0863	-1.2848	4
50369	Anento	anento	AR	Z	50028	41.0696	-1.3337	4
50370	Villanueva De Jiloca	villanueva-de-jiloca	AR	Z	50289	41.0762	-1.3896	4
50371	Valdehorna	valdehorna	AR	Z	50273	41.0728	-1.4238	4
50372	Val De San Martin	val-de-san-martin	AR	Z	50274	41.0579	-1.4493	4
50373	Berrueco	berrueco	AR	Z	50048	40.9907	-1.4689	4
50373	Las Cuerlas	las-cuerlas	AR	Z	50048	40.9601	-1.5506	4
50373	Gallocanta	gallocanta	AR	Z	50048	40.9962	-1.5077	4
50373	Santed	santed	AR	Z	50048	41.0317	-1.5103	4
50374	Aldehuela De Liestos	aldehuela-de-liestos	AR	Z	50016	41.0641	-1.7011	4
50374	Used	used	AR	Z	50016	41.0555	-1.5595	4
50374	Torralba De Los Frailes	torralba-de-los-frailes	AR	Z	50016	41.0362	-1.6605	4
50375	Abanto	abanto	AR	Z	50001	41.1375	-1.6982	4
50376	Cubel	cubel	AR	Z	50090	41.096	-1.6373	4
50390	Fuentes De Jiloca	fuentes-de-jiloca	AR	Z	50116	41.2286	-1.5362	4
50391	Monton	monton	AR	Z	50174	41.2067	-1.5155	4
50391	Villafeliche	villafeliche	AR	Z	50174	41.1951	-1.5098	4
50400	Cariñena	carinena	AR	Z	50073	41.3373	-1.2244	4
50408	Aguaron	aguaron	AR	Z	50004	41.339	-1.2706	4
50409	Cosuenda	cosuenda	AR	Z	50088	41.3656	-1.2987	4
50410	Cuarte De Huerva	cuarte-de-huerva	AR	Z	50089	41.5947	-0.9327	4
50411	Santa Fe	santa-fe	AR	Z		41.5947	-0.9327	1
50420	Cadrete	cadrete	AR	Z	50066	41.5558	-0.9601	4
50430	Maria De Huerva	maria-de-huerva	AR	Z	50163	41.5388	-0.9962	4
50440	Mozota	mozota	AR	Z	50180	41.4841	-1.0681	4
50441	Botorrita	botorrita	AR	Z	50056	41.5071	-1.031	4
50450	Muel	muel	AR	Z	50181	41.4663	-1.085	4
50460	Longares	longares	AR	Z	50143	41.4031	-1.1688	4
50461	Alfamen	alfamen	AR	Z	50018	41.4392	-1.2446	4
50470	Encinacorba	encinacorba	AR	Z	50098	41.2852	-1.2752	4
50480	Paniza	paniza	AR	Z	50200	41.284	-1.2122	4
50481	Aladren	aladren	AR	Z	50007	41.2492	-1.1559	4
50482	Vistabella	vistabella	AR	Z	50295	41.2185	-1.1536	4
50490	Villadoz	villadoz	AR	Z	50283	41.1623	-1.288	4
50490	Villarreal De Huerva	villarreal-de-huerva	AR	Z	50283	41.1903	-1.2898	4
50491	Fombuena	fombuena	AR	Z	50040	41.1444	-1.1927	4
50491	Badules	badules	AR	Z	50040	41.139	-1.2537	4
50491	Romanos	romanos	AR	Z	50040	41.1264	-1.275	4
50500	Tarazona	tarazona	AR	Z	50251	41.9	-1.7333	4
50510	Novallas	novallas	AR	Z	50190	41.95	-1.7	4
50511	Malon	malon	AR	Z	50157	41.9524	-1.672	4
50512	Torrellas	torrellas	AR	Z	50261	41.8944	-1.7714	4
50513	Cunchillos	cunchillos	AR	Z	50106	41.9091	-1.6901	4
50513	Grisel	grisel	AR	Z	50106	41.8711	-1.7279	4
50513	Los Fayos	los-fayos	AR	Z	50106	41.8785	-1.7822	4
50513	Santa Cruz De Moncayo	santa-cruz-de-moncayo	AR	Z	50106	41.8824	-1.7564	4
50513	Vierlas	vierlas	AR	Z	50106	41.9271	-1.6812	4
50514	Tortoles	tortoles	AR	Z	50251	41.9184	-1.7228	4
50520	Magallon	magallon	AR	Z	50153	41.8325	-1.4598	4
50529	Alberite De San Juan	alberite-de-san-juan	AR	Z	50010	41.8201	-1.4706	4
50529	Pozuelo De Aragon	pozuelo-de-aragon	AR	Z	50010	41.7643	-1.4231	4
50529	Fuendejalon	fuendejalon	AR	Z	50010	41.7605	-1.4721	4
50530	Novillas	novillas	AR	Z	50191	41.9333	-1.3941	4
50540	Borja	borja	AR	Z	50055	41.8341	-1.5327	4
50546	Ambel	ambel	AR	Z	50060	41.7947	-1.6152	4
50546	Talamantes	talamantes	AR	Z	50060	41.7305	-1.6786	4
50546	Bulbuente	bulbuente	AR	Z	50060	41.8197	-1.6024	4
50547	Bureta	bureta	AR	Z	50249	41.8157	-1.4882	4
50547	Tabuenca	tabuenca	AR	Z	50249	41.695	-1.5434	4
50548	El Buste	el-buste	AR	Z	50063	41.8856	-1.6017	4
50548	Nuestra Señora Misericordia	nuestra-senora-misericordia	AR	Z	50063	41.8856	-1.6017	3
50549	Malejan	malejan	AR	Z	50011	41.8276	-1.5491	4
50549	Albeta	albeta	AR	Z	50011	41.8264	-1.4994	4
50550	Mallen	mallen	AR	Z	50160	41.9006	-1.4199	4
50560	Agon	agon	AR	Z	50003	41.8557	-1.4523	4
50561	Bisimbre	bisimbre	AR	Z	50052	41.8561	-1.4427	4
50562	Frescano	frescano	AR	Z	50111	41.8833	-1.45	4
50570	Ainzon	ainzon	AR	Z	50006	41.8164	-1.52	4
50580	Vera De Moncayo	vera-de-moncayo	AR	Z	50280	41.824	-1.688	4
50581	Lituenigo	lituenigo	AR	Z	50141	41.8353	-1.762	4
50582	Litago	litago	AR	Z	50295	41.8141	-1.7528	4
50583	Trasmoz	trasmoz	AR	Z	50265	41.826	-1.7228	4
50584	San Martin De La Virgen De Moncayo	san-martin-de-la-virgen-de-moncayo	AR	Z	50234	41.8374	-1.7919	4
50590	Añon De Moncayo	anon-de-moncayo	AR	Z	50099	42.2203	-1.3931	1
50591	Alcala De Moncayo	alcala-de-moncayo	AR	Z	50014	41.7861	-1.6954	4
50592	El Monasterio De Veruela	el-monasterio-de-veruela	AR	Z		42.2203	-1.3931	1
50592	Veruela	veruela	AR	Z		42.2203	-1.3931	1
50596	Mamillas	mamillas	AR	Z		42.4438	-1.271	4
50596	Barues	barues	AR	Z		42.4312	-1.2128	4
50596	Novellaco	novellaco	AR	Z		42.4375	-1.2419	3
50600	Ejea De Los Caballeros	ejea-de-los-caballeros	AR	Z	50095	42.1263	-1.1372	4
50610	Luna	luna	AR	Z	50151	42.1676	-0.9329	4
50610	El Frago	el-frago	AR	Z	50151	42.2737	-0.9321	4
50611	Erla	erla	AR	Z	50100	42.1173	-0.9502	4
50612	Castejon De Valdejasa	castejon-de-valdejasa	AR	Z	50244	41.982	-0.9939	4
50612	Sierra De Luna	sierra-de-luna	AR	Z	50244	42.0482	-0.9103	4
50612	Las Pedrosas	las-pedrosas	AR	Z	50244	42.0381	-0.8763	4
50614	Ardisa	ardisa	AR	Z	50220	42.1915	-0.7704	4
50614	Casas De Espes	casas-de-espes	AR	Z	50220	42.172	-0.7641	3
50614	Puendeluna	puendeluna	AR	Z	50220	42.1525	-0.7577	4
50615	Lacorvilla	lacorvilla	AR	Z	50151	42.1936	-0.8635	4
50615	Valpalmas	valpalmas	AR	Z	50151	42.1582	-0.8548	4
50616	Piedratajada	piedratajada	AR	Z	50207	42.1212	-0.8037	4
50616	Marracos	marracos	AR	Z	50207	42.0883	-0.7759	4
50617	Valareña	valarena	AR	Z	50095	42.2048	-0.8616	1
50617	El Sabinar	el-sabinar	AR	Z	50095	42.2048	-0.8616	1
50617	Santa Anastasia	santa-anastasia	AR	Z	50095	42.2048	-0.8616	1
50619	Asin	asin	AR	Z	50036	42.5345	-0.1298	4
50619	Farasdues	farasdues	AR	Z	50036	42.2253	-1.097	4
50619	Luesia	luesia	AR	Z	50036	42.3697	-1.0242	4
50619	Biel	biel	AR	Z	50036	42.3876	-0.9415	4
50619	Rivas	rivas	AR	Z	50036	42.3591	-0.8479	3
50619	Ores	ores	AR	Z	50036	42.2777	-1.0015	4
50619	Fuencalderas	fuencalderas	AR	Z	50036	42.3597	-0.8932	4
50620	Casetas	casetas	AR	Z	50297	41.7197	-1.0281	4
50629	Sobradiel	sobradiel	AR	Z	50247	41.7388	-1.0376	4
50630	Alagon	alagon	AR	Z	50008	41.7696	-1.1191	4
50637	Remolinos	remolinos	AR	Z	50223	41.8395	-1.1777	4
50638	Cabañas De Ebro	cabanas-de-ebro	AR	Z	50064	41.8	-1.2	4
50639	Figueruelas	figueruelas	AR	Z	50107	41.7665	-1.1747	4
50640	Luceni	luceni	AR	Z	50147	41.8286	-1.2389	4
50641	Boquiñeni	boquineni	AR	Z	50053	41.848	-1.2525	4
50650	Gallur	gallur	AR	Z	50118	41.8683	-1.3158	4
50660	Tauste	tauste	AR	Z	50252	41.918	-1.2534	4
50668	Pradilla De Ebro	pradilla-de-ebro	AR	Z	50217	41.8611	-1.2633	4
50669	Sancho Abarca	sancho-abarca	AR	Z	50252	42.3146	-0.6447	3
50669	Santa Engracia	santa-engracia	AR	Z	50252	42.3146	-0.6447	4
50670	Sadaba	sadaba	AR	Z	50230	42.2818	-1.2695	4
50678	Uncastillo	uncastillo	AR	Z	50267	42.3596	-1.1284	4
50679	Layana	layana	AR	Z	50230	42.2955	-1.2448	4
50679	Alera	alera	AR	Z	50230	42.2955	-1.2448	3
50680	Sos Del Rey Catolico	sos-del-rey-catolico	AR	Z	50248	42.4969	-1.2151	4
50682	Sigues	sigues	AR	Z	50245	42.6186	-1.0572	4
50682	Tiermas	tiermas	AR	Z	50245	42.6171	-1.1238	4
50682	Esco	esco	AR	Z	50245	42.6186	-1.0572	4
50683	Asso Veral	asso-veral	AR	Z	50035	42.6183	-0.9261	4
50683	Artieda	artieda	AR	Z	50035	42.5854	-0.9842	4
50683	Mianos	mianos	AR	Z	50035	42.5854	-0.9548	4
50684	Salvatierra De Esca	salvatierra-de-esca	AR	Z	50232	42.67	-1.0047	4
50685	Pintano	pintano	AR	Z	50041	42.5288	-1.0217	4
50685	Urries	urries	AR	Z	50041	42.5194	-1.1302	4
50685	Gordues	gordues	AR	Z	50041	42.5339	-1.0356	3
50685	Undues Pintano	undues-pintano	AR	Z	50041	42.5379	-1.0447	4
50685	Bagues	bagues	AR	Z	50041	42.5493	-0.9458	4
50686	Navardun	navardun	AR	Z	50186	42.5125	-1.1482	4
50686	Gondun	gondun	AR	Z	50186	42.5125	-1.1482	3
50687	Lobera De Onsella	lobera-de-onsella	AR	Z	50128	42.4785	-1.0221	4
50687	Isuerre	isuerre	AR	Z	50128	42.4873	-1.054	4
50688	Longas	longas	AR	Z	50144	42.4809	-0.9342	4
50689	Undues De Lerda	undues-de-lerda	AR	Z	50248	42.5657	-1.1694	4
50689	Campo Real	campo-real	AR	Z	50248	42.5657	-1.1694	3
50690	Pedrola	pedrola	AR	Z	50204	41.791	-1.2136	4
50691	Alcala De Ebro	alcala-de-ebro	AR	Z	50013	41.8149	-1.1943	4
50692	La Joyosa	la-joyosa	AR	Z	50132	41.7445	-1.0746	4
50692	Camino Real	camino-real	AR	Z	50132	41.7421	-1.0715	3
50692	Marlofa	marlofa	AR	Z	50132	41.7397	-1.0685	4
50692	Villarrapa	villarrapa	AR	Z	50132	41.7421	-1.0715	3
50693	Torres De Berrellen	torres-de-berrellen	AR	Z	50262	41.758	-1.0655	4
50694	Pinsoro	pinsoro	AR	Z	50095	42.0245	-1.1681	1
50694	El Bayo	el-bayo	AR	Z	50095	42.0245	-1.1681	1
50694	Bardena Del Caudillo	bardena-del-caudillo	AR	Z	50095	42.0245	-1.1681	1
50695	Biota	biota	AR	Z	50051	42.2621	-1.1873	4
50695	Malpica De Arba	malpica-de-arba	AR	Z	50051	42.3005	-1.1205	4
50696	Sofuentes	sofuentes	AR	Z	50078	42.433	-1.3154	4
50696	Castiliscar	castiliscar	AR	Z	50078	42.3766	-1.2733	4
50700	Caspe	caspe	AR	Z	50074	41.234	-0.0395	4
50709	Vuelta De Rodan	vuelta-de-rodan	AR	Z	50074	41.234	-0.0395	1
50709	Zaragoceta	zaragoceta	AR	Z	50074	41.234	-0.0395	1
50709	Vuelta Del Cañar	vuelta-del-canar	AR	Z	50074	41.234	-0.0395	1
50709	Miraflores, Huerta De	miraflores-huerta-de	AR	Z	50074	41.234	-0.0395	1
50710	Maella	maella	AR	Z	50152	41.1225	0.1393	4
50720	Cartuja Baja	cartuja-baja	AR	Z	50225	41.3401	-0.2865	1
50730	El Burgo De Ebro	el-burgo-de-ebro	AR	Z	50062	41.5716	-0.7413	4
50740	Fuentes De Ebro	fuentes-de-ebro	AR	Z	50115	41.5125	-0.6316	4
50741	Roden	roden	AR	Z		41.4955	-0.6542	4
50750	Pina De Ebro	pina-de-ebro	AR	Z	50208	41.4885	-0.5312	4
50760	Velilla De Ebro	velilla-de-ebro	AR	Z	50278	41.3742	-0.4348	4
50770	Quinto	quinto	AR	Z	50222	41.4238	-0.4959	4
50780	Sastago	sastago	AR	Z	50240	41.3217	-0.3508	4
50781	Alborge	alborge	AR	Z	50012	41.3337	-0.3567	4
50782	Cinco Olivas	cinco-olivas	AR	Z	50083	41.3397	-0.3712	4
50783	Alforque	alforque	AR	Z	50019	41.3294	-0.3852	4
50784	La Zaida	la-zaida	AR	Z	50296	41.3276	-0.4291	4
50786	Gelsa	gelsa	AR	Z	50119	41.4077	-0.4616	4
50790	Escatron	escatron	AR	Z	50101	41.2915	-0.3231	4
50792	Chiprana	chiprana	AR	Z	50092	41.2632	-0.1274	4
50793	Fabara	fabara	AR	Z	50102	41.1775	0.1691	4
50794	Nonaspe	nonaspe	AR	Z	50189	41.2088	0.2478	4
50795	Fayon	fayon	AR	Z	50105	41.2385	0.333	4
50800	Zuera	zuera	AR	Z	50298	41.8677	-0.7898	4
50810	Ontinar De Salz	ontinar-de-salz	AR	Z	50298	41.9354	-0.7571	4
50820	San Juan Mozarrifar	san-juan-mozarrifar	AR	Z	50297	41.7185	-0.8405	4
50830	Lomas Del Gallego	lomas-del-gallego	AR	Z	50008	41.7692	-0.8235	3
50830	Villanueva De Gallego	villanueva-de-gallego	AR	Z	50008	41.7692	-0.8235	4
50840	San Mateo De Gallego	san-mateo-de-gallego	AR	Z	50235	41.8304	-0.7658	4
33001	Oviedo	oviedo	AS	O	33044	43.3603	-5.8448	4
33002	Oviedo	oviedo	AS	O	33044	43.3603	-5.8448	4
33003	Oviedo	oviedo	AS	O	33044	43.3603	-5.8448	4
33004	Oviedo	oviedo	AS	O	33044	43.3603	-5.8448	4
33005	Oviedo	oviedo	AS	O	33044	43.3603	-5.8448	4
33006	Campiello (La Manjoya)	campiello-la-manjoya	AS	O	33044	43.35	-5.8333	4
33006	Oviedo	oviedo	AS	O	33044	43.3603	-5.8448	4
33007	Oviedo	oviedo	AS	O	33044	43.3603	-5.8448	4
33008	Oviedo	oviedo	AS	O	33044	43.3603	-5.8448	4
33009	Oviedo	oviedo	AS	O	33044	43.3603	-5.8448	4
33010	Colloto (Siero)	colloto-siero	AS	O	33066	43.3603	-5.8448	3
33010	Colloto (Oviedo)	colloto-oviedo	AS	O	33066	43.3603	-5.8448	4
33010	Abuli	abuli	AS	O	33066	43.3603	-5.8448	3
33010	Oviedo	oviedo	AS	O	33066	43.3603	-5.8448	4
33010	Nonin	nonin	AS	O	33066	43.3603	-5.8448	3
33011	Oviedo	oviedo	AS	O	33044	43.3603	-5.8448	4
33011	Corredoria (Oviedo)	corredoria-oviedo	AS	O	33044	43.3603	-5.8448	4
33012	Oviedo	oviedo	AS	O	33044	43.3603	-5.8448	4
33013	Oviedo	oviedo	AS	O	33044	43.3603	-5.8448	4
33070	Oviedo	oviedo	AS	O		43.3603	-5.8448	4
33071	Oviedo	oviedo	AS	O		43.3603	-5.8448	4
33080	Oviedo	oviedo	AS	O		43.3603	-5.8448	4
33100	Trubia	trubia	AS	O		43.3377	-5.994	4
33111	Taja	taja	AS	O	33072	43.1705	-6.1728	4
33111	Paramo	paramo	AS	O	33072	43.1007	-6.0423	4
33111	Villamayor	villamayor	AS	O	33072	43.1949	-6.1392	4
33111	Cuña	cuna	AS	O	33072	43.1238	-6.103	4
33111	Vigidel	vigidel	AS	O	33072	43.1421	-6.1401	4
33111	Riello	riello	AS	O	33072	43.1452	-6.0862	4
33111	Llamas (Teverga)	llamas-teverga	AS	O	33072	43.147	-6.0967	3
33111	Plaza, La (Teverga)	plaza-la-teverga	AS	O	33072	43.147	-6.0967	3
33111	Carrea	carrea	AS	O	33072	43.1446	-6.0713	4
33111	Gradura	gradura	AS	O	33072	43.1799	-6.103	4
33111	Las Garbas	las-garbas	AS	O	33072	43.147	-6.0967	3
33111	Berrueño	berrueno	AS	O	33072	43.1517	-6.0829	4
33111	Villanueva (Teverga)	villanueva-teverga	AS	O	33072	43.147	-6.0967	3
33111	Sobrevilla	sobrevilla	AS	O	33072	43.1576	-6.084	4
33111	La Favorita	la-favorita	AS	O	33072	43.147	-6.0967	3
33111	Villa De Sub	villa-de-sub	AS	O	33072	43.1055	-6.0394	4
33111	Hedrada	hedrada	AS	O	33072	43.147	-6.0967	3
33111	Infiesta (Teverga)	infiesta-teverga	AS	O	33072	43.147	-6.0967	3
33111	Vegas, Las (Teverga)	vegas-las-teverga	AS	O	33072	43.147	-6.0967	3
33111	Medion	medion	AS	O	33072	43.147	-6.0967	3
33111	Villar (Teverga)	villar-teverga	AS	O	33072	43.147	-6.0967	3
33111	Monteciello	monteciello	AS	O	33072	43.147	-6.0967	3
33111	Murias (Teverga)	murias-teverga	AS	O	33072	43.147	-6.0967	3
33111	Obra, La (Teverga)	obra-la-teverga	AS	O	33072	43.147	-6.0967	3
33111	Prado (Teverga)	prado-teverga	AS	O	33072	43.147	-6.0967	3
33111	Quintanal (Teverga)	quintanal-teverga	AS	O	33072	43.147	-6.0967	3
33111	Villabonel	villabonel	AS	O	33072	43.147	-6.0967	3
33111	Redral	redral	AS	O	33072	43.147	-6.0967	3
33111	Torce (Teverga)	torce-teverga	AS	O	33072	43.147	-6.0967	3
33111	Torre, La (Teverga)	torre-la-teverga	AS	O	33072	43.147	-6.0967	3
33111	Coañana (Teverga)	coanana-teverga	AS	O	33072	43.147	-6.0967	3
33111	Focella	focella	AS	O	33072	43.147	-6.0967	3
33111	Alesga	alesga	AS	O	33072	43.147	-6.0967	3
33111	Castro (Teverga)	castro-teverga	AS	O	33072	43.147	-6.0967	3
33111	Cansinos	cansinos	AS	O	33072	43.147	-6.0967	3
33111	Entrago (Teverga)	entrago-teverga	AS	O	33072	43.147	-6.0967	3
33111	Cuarteles, Los (Teverga)	cuarteles-los-teverga	AS	O	33072	43.147	-6.0967	3
33111	Santianes (Teverga)	santianes-teverga	AS	O	33072	43.147	-6.0967	3
33111	Fresnedo (Teverga)	fresnedo-teverga	AS	O	33072	43.147	-6.0967	3
33111	Campos (Teverga)	campos-teverga	AS	O	33072	43.147	-6.0967	3
33111	Campiello (Teverga)	campiello-teverga	AS	O	33072	43.147	-6.0967	3
33111	Urria (Teverga)	urria-teverga	AS	O	33072	43.147	-6.0967	3
33111	San Salvador (Teverga)	san-salvador-teverga	AS	O	33072	43.147	-6.0967	3
33111	San Martin De Teverga	san-martin-de-teverga	AS	O	33072	43.147	-6.0967	3
33111	Riomayor (Teverga)	riomayor-teverga	AS	O	33072	43.147	-6.0967	3
33111	Barzana (Teverga)	barzana-teverga	AS	O	33072	43.147	-6.0967	3
33112	Santa Maria De Traspeña	santa-maria-de-traspena	AS	O	33052	43.2518	-6.0163	3
33112	Ventas, Las (Proaza)	ventas-las-proaza	AS	O	33052	43.2518	-6.0163	4
33112	Toral, El (Proaza)	toral-el-proaza	AS	O	33052	43.2518	-6.0163	4
33112	Fabar (Proaza)	fabar-proaza	AS	O	33052	43.2518	-6.0163	4
33112	Bustiello (Proaza)	bustiello-proaza	AS	O	33052	43.2518	-6.0163	4
33114	Proacina	proacina	AS	O	33052	43.2391	-6.0447	4
33114	Serandi	serandi	AS	O	33052	43.257	-5.9945	4
33114	Bandujo	bandujo	AS	O	33052	43.2465	-6.0188	3
33114	Villamejin	villamejin	AS	O	33052	43.2396	-6.0124	4
33114	Folgueras (Proaza)	folgueras-proaza	AS	O	33052	43.2518	-6.0163	4
33114	Vegas, Las (Proaza)	vegas-las-proaza	AS	O	33052	43.2518	-6.0163	4
33114	San Martin (Proaza)	san-martin-proaza	AS	O	33052	43.2518	-6.0163	4
33114	Caranga	caranga	AS	O	33052	43.2189	-6.0379	4
33114	Linares (Proaza)	linares-proaza	AS	O	33052	43.2518	-6.0163	4
33114	Sograndio (Proaza)	sograndio-proaza	AS	O	33052	43.2518	-6.0163	4
33114	Proaza	proaza	AS	O	33052	43.2518	-6.0163	4
33115	Lavares (Santo Adriano)	lavares-santo-adriano	AS	O	33064	43.2792	-5.9844	3
33115	Villanueva De Santo Adriano	villanueva-de-santo-adriano	AS	O	33064	43.2742	-6.0006	4
33115	Pedroveya	pedroveya	AS	O	33064	43.2682	-5.9679	4
33115	Rebollada, La (Quiros)	rebollada-la-quiros	AS	O	33064	43.2792	-5.9844	3
33115	Castañedo Del Monte	castanedo-del-monte	AS	O	33064	43.2894	-6.0007	4
33115	Dosango	dosango	AS	O	33064	43.2722	-5.9712	4
33115	Tenebredo	tenebredo	AS	O	33064	43.2792	-5.9844	3
33115	Tuñon	tunon	AS	O	33064	43.292	-5.9818	4
33115	Sabadille	sabadille	AS	O	33064	43.2792	-5.9844	3
33115	Cotomonteros	cotomonteros	AS	O	33064	43.2792	-5.9844	3
33115	La Casina	la-casina	AS	O	33064	43.2792	-5.9844	3
33116	Ronderos	ronderos	AS	O	33052	43.1279	-5.971	4
33116	Aguadina	aguadina	AS	O	33052	43.1227	-5.9436	3
33116	Cienfuegos	cienfuegos	AS	O	33052	43.1346	-5.9317	4
33116	Villagime	villagime	AS	O	33052	43.1332	-5.9609	4
33116	Fresnedo (Lindes-Quiros)	fresnedo-lindes-quiros	AS	O	33052	43.0854	-5.9045	4
33116	Villamarcel	villamarcel	AS	O	33052	43.1423	-5.9704	4
33116	Santa Marina De Quiros	santa-marina-de-quiros	AS	O	33052	43.1499	-5.9621	4
33116	Bueira	bueira	AS	O	33052	43.1227	-5.9436	3
33116	Lindes	lindes	AS	O	33052	43.0854	-5.9045	4
33116	Cabaniellas	cabaniellas	AS	O	33052	43.1227	-5.9436	3
33116	Cerezal (Quiros)	cerezal-quiros	AS	O	33052	43.1227	-5.9436	3
33116	Corral	corral	AS	O	33052	43.1227	-5.9436	3
33116	Cortes (Quiros)	cortes-quiros	AS	O	33052	43.1227	-5.9436	3
33116	Cuevas (Quiros)	cuevas-quiros	AS	O	33052	43.1227	-5.9436	3
33116	Llanas, Las (Quiros)	llanas-las-quiros	AS	O	33052	43.1227	-5.9436	3
33116	Nimbra	nimbra	AS	O	33052	43.1227	-5.9436	3
33116	San Vicente (Quiros)	san-vicente-quiros	AS	O	33052	43.1227	-5.9436	3
33116	Ricabo (Quiros)	ricabo-quiros	AS	O	33052	43.1227	-5.9436	3
33116	Rodiles (Quiros)	rodiles-quiros	AS	O	33052	43.1227	-5.9436	3
33116	Villar De Cienfuegos	villar-de-cienfuegos	AS	O	33052	43.1227	-5.9436	3
33116	Villasante	villasante	AS	O	33052	43.1227	-5.9436	3
33117	Barzana De Quiros	barzana-de-quiros	AS	O	33053	43.1574	-5.9734	4
33117	Fresnedo (Casares-Quiros)	fresnedo-casares-quiros	AS	O	33053	43.1793	-5.9913	4
33117	Rano	rano	AS	O	33053	43.1525	-5.954	4
33117	Toriezo	toriezo	AS	O	33053	43.1843	-6.0008	4
33117	Llanuces	llanuces	AS	O	33053	43.1561	-5.9238	4
33117	Villarejo (Quiros)	villarejo-quiros	AS	O	33053	43.1659	-5.9687	3
33117	San Salvador (Quiros)	san-salvador-quiros	AS	O	33053	43.1659	-5.9687	3
33117	Vallin (Quiros)	vallin-quiros	AS	O	33053	43.1659	-5.9687	3
33117	Vega (Quiros)	vega-quiros	AS	O	33053	43.1659	-5.9687	3
33117	Villagondu	villagondu	AS	O	33053	43.1659	-5.9687	3
33117	Faedo (Quiros)	faedo-quiros	AS	O	33053	43.1659	-5.9687	3
33117	Casares (Quiros)	casares-quiros	AS	O	33053	43.1659	-5.9687	3
33117	Arrojo (Quiros)	arrojo-quiros	AS	O	33053	43.1659	-5.9687	3
33117	San Pedro (Quiros)	san-pedro-quiros	AS	O	33053	43.1659	-5.9687	3
33117	Castañero, El (Quiros)	castanero-el-quiros	AS	O	33053	43.1659	-5.9687	3
33117	La Casa Vide	la-casa-vide	AS	O	33053	43.1659	-5.9687	3
33117	Coañana (Quiros)	coanana-quiros	AS	O	33053	43.1659	-5.9687	3
33117	Fabrica, La (Quiros)	fabrica-la-quiros	AS	O	33053	43.1659	-5.9687	3
33117	Murias (Quiros)	murias-quiros	AS	O	33053	43.1659	-5.9687	3
33117	Muriellos (Quiros)	muriellos-quiros	AS	O	33053	43.1659	-5.9687	3
33117	Pando (Quiros)	pando-quiros	AS	O	33053	43.1659	-5.9687	3
33117	Salcedo (Quiros)	salcedo-quiros	AS	O	33053	43.1659	-5.9687	3
33117	Villar De Salcedo	villar-de-salcedo	AS	O	33053	43.1659	-5.9687	3
33118	Villaorille	villaorille	AS	O	33053	43.1961	-6.0088	4
33118	Tene	tene	AS	O	33053	43.2084	-5.9963	4
33118	Bermiego	bermiego	AS	O	33053	43.2004	-5.9792	4
33118	Aciera	aciera	AS	O	33053	43.2042	-6.0077	4
33118	Llano, El (Quiros)	llano-el-quiros	AS	O	33053	43.2023	-5.998	3
33118	Agueras De Quiros	agueras-de-quiros	AS	O	33053	43.2023	-5.998	3
33118	Carrexa	carrexa	AS	O	33053	43.2023	-5.998	3
33118	Cortina (Quiros)	cortina-quiros	AS	O	33053	43.2023	-5.998	3
33118	Perueño	perueno	AS	O	33053	43.2023	-5.998	3
33119	Perlavia	perlavia	AS	O	33026	43.3229	-6.0039	4
33119	Vallina, La (Caces - Oviedo)	vallina-la-caces-oviedo	AS	O	33026	43.3328	-5.9365	4
33119	Priañes	prianes	AS	O	33026	43.3667	-5.9667	4
33119	Bercio	bercio	AS	O	33026	43.3646	-5.9806	4
33119	Godos	godos	AS	O	33026	43.35	-5.95	4
33119	Pando (Caces)	pando-caces	AS	O	33026	43.3328	-5.9365	4
33119	Nora (Trubia)	nora-trubia	AS	O	33026	43.3395	-5.9793	3
33119	San Pedro De Nora	san-pedro-de-nora	AS	O	33026	43.3777	-5.9562	4
33119	Perlin	perlin	AS	O	33026	43.3329	-5.977	4
33119	Soto De Arriba	soto-de-arriba	AS	O	33026	43.3395	-5.9793	3
33119	Udrion	udrion	AS	O	33026	43.3593	-5.9675	4
33119	Carangas, Las (Santo Adriano)	carangas-las-santo-adriano	AS	O	33026	43.3	-6.05	4
33119	San Andres De Trubia	san-andres-de-trubia	AS	O	33026	43.3395	-5.9793	3
33119	Pintoria	pintoria	AS	O	33026	43.3427	-5.9488	4
33119	Camales	camales	AS	O	33026	43.3312	-6.0077	4
33119	Vega De Trubia	vega-de-trubia	AS	O	33026	43.3395	-5.9793	3
33119	Buseco (Santo Adriano)	buseco-santo-adriano	AS	O	33026	43.3	-6.05	4
33119	Barquera, La (Las Segadas)	barquera-la-las-segadas	AS	O	33026	43.3395	-5.9793	3
33119	Molina (Trubia)	molina-trubia	AS	O	33026	43.3395	-5.9793	3
33119	Pando, El (Trubia)	pando-el-trubia	AS	O	33026	43.3395	-5.9793	3
33119	Cuestas, Las (Trubia)	cuestas-las-trubia	AS	O	33026	43.3395	-5.9793	3
33119	Quintana (Trubia)	quintana-trubia	AS	O	33026	43.3395	-5.9793	3
33119	Feleches (Trubia)	feleches-trubia	AS	O	33026	43.3395	-5.9793	3
33120	Pravia	pravia	AS	O	33051	43.4886	-6.1117	4
33125	San Juan De La Arena	san-juan-de-la-arena	AS	O	33069	43.559	-6.0743	4
33126	Foncubierta	foncubierta	AS	O	33069	43.5333	-6.05	4
33126	Llago	llago	AS	O	33069	43.5331	-6.0599	3
33126	Soto Del Barco	soto-del-barco	AS	O	33069	43.5329	-6.0698	4
33126	Truebano (Soto Barco)	truebano-soto-barco	AS	O	33069	43.5331	-6.0599	3
33126	Ucedo	ucedo	AS	O	33069	43.5331	-6.0599	3
33126	Rubines	rubines	AS	O	33069	43.5331	-6.0599	3
33126	Magadalena, La (Soto Del Barco)	magadalena-la-soto-del-barco	AS	O	33069	43.5331	-6.0599	3
33126	Cotollano	cotollano	AS	O	33069	43.5331	-6.0599	3
33127	Monterrey	monterrey	AS	O	33051	43.5026	-6.0754	4
33127	Uz, La (Soto Del Barco)	uz-la-soto-del-barco	AS	O	33051	43.5329	-6.0698	4
33127	La Bimera	la-bimera	AS	O	33051	43.5259	-6.073	3
33127	Peñaullan	penaullan	AS	O	33051	43.4932	-6.0956	4
33127	Barrera, La (Soto Del Barco)	barrera-la-soto-del-barco	AS	O	33051	43.5329	-6.0698	4
33127	Las Rabias	las-rabias	AS	O	33051	43.5259	-6.073	3
33127	Riberas (Soto Del Barco)	riberas-soto-del-barco	AS	O	33051	43.5329	-6.0698	4
33127	Carrocero	carrocero	AS	O	33051	43.5259	-6.073	3
33127	Castillo (Soto Del Barco)	castillo-soto-del-barco	AS	O	33051	43.5329	-6.0698	4
33127	Llana, La (Pravia)	llana-la-pravia	AS	O	33051	43.5259	-6.073	3
33127	Santa Eulalia (Soto Del Barco)	santa-eulalia-soto-del-barco	AS	O	33051	43.5329	-6.0698	4
33127	Bernadal	bernadal	AS	O	33051	43.5259	-6.073	3
33127	Veneros (Soto Del Barco)	veneros-soto-del-barco	AS	O	33051	43.5329	-6.0698	4
33127	La Marrona	la-marrona	AS	O	33051	43.5259	-6.073	3
33127	Llamera, La (Soto Del Barco)	llamera-la-soto-del-barco	AS	O	33051	43.5329	-6.0698	4
33127	Florida, La (Soto Del Barco)	florida-la-soto-del-barco	AS	O	33051	43.5329	-6.0698	4
33128	San Pelayo (Pravia)	san-pelayo-pravia	AS	O	33051	43.4815	-6.1922	3
33128	Omedas	omedas	AS	O	33051	43.5	-6.1833	4
33128	Tablas, Las (Pravia)	tablas-las-pravia	AS	O	33051	43.4815	-6.1922	3
33128	Sangreña	sangrena	AS	O	33051	43.5057	-6.2133	4
33128	Travesedo (Pravia)	travesedo-pravia	AS	O	33051	43.4815	-6.1922	3
33128	Villamondriz	villamondriz	AS	O	33051	43.4613	-6.2187	4
33128	Puentevega	puentevega	AS	O	33051	43.4815	-6.1922	3
33128	Inclan	inclan	AS	O	33051	43.4833	-6.1667	4
33128	Quintana (Pravia)	quintana-pravia	AS	O	33051	43.4815	-6.1922	3
33128	Villavaler	villavaler	AS	O	33051	43.4833	-6.1833	4
33128	Ablanedo (Pravia)	ablanedo-pravia	AS	O	33051	43.4815	-6.1922	3
33128	San Esteban (Villavaler)	san-esteban-villavaler	AS	O	33051	43.4833	-6.1833	4
33128	Lomparte	lomparte	AS	O	33051	43.4815	-6.1922	3
33128	Las Piñeras	las-pineras	AS	O	33051	43.4578	-6.2105	4
33128	Caunedo (Pravia)	caunedo-pravia	AS	O	33051	43.4815	-6.1922	3
33128	San Bartolome	san-bartolome	AS	O	33051	43.5016	-6.1934	4
33128	Cordovero	cordovero	AS	O	33051	43.4667	-6.2167	4
33128	Rivero (Pravia)	rivero-pravia	AS	O	33051	43.4815	-6.1922	3
33128	Arango	arango	AS	O	33051	43.4667	-6.1667	4
33128	Palacion	palacion	AS	O	33051	43.4893	-6.195	4
33128	Valdediello	valdediello	AS	O	33051	43.4815	-6.1922	3
33128	Loro	loro	AS	O	33051	43.479	-6.203	4
33128	Selgas	selgas	AS	O	33051	43.4817	-6.1652	4
33128	La Fungal	la-fungal	AS	O	33051	43.4815	-6.1922	3
33128	Prada (Pravia)	prada-pravia	AS	O	33051	43.4815	-6.1922	3
33128	Castañal, La (Pravia)	castanal-la-pravia	AS	O	33051	43.4815	-6.1922	3
33128	Folgueras (Pravia)	folgueras-pravia	AS	O	33051	43.4815	-6.1922	3
33128	Fondos De Villa (Pravia)	fondos-de-villa-pravia	AS	O	33051	43.4815	-6.1922	3
33128	Carceda (Pravia)	carceda-pravia	AS	O	33051	43.4815	-6.1922	3
33128	Vegafriosa	vegafriosa	AS	O	33051	43.4815	-6.1922	3
33128	Caliero, El (Pravia)	caliero-el-pravia	AS	O	33051	43.4815	-6.1922	3
33128	Arborio	arborio	AS	O	33051	43.4815	-6.1922	3
33128	Allence (Pravia)	allence-pravia	AS	O	33051	43.4815	-6.1922	3
33129	Los Cabos	los-cabos	AS	O	33051	43.5147	-6.0981	4
33129	Masfera	masfera	AS	O	33051	43.4838	-6.1311	3
33129	Pronga	pronga	AS	O	33051	43.4668	-6.1028	4
33129	Santianes (Pravia)	santianes-pravia	AS	O	33051	43.4838	-6.1311	3
33129	Quinzanas	quinzanas	AS	O	33051	43.4573	-6.1187	4
33129	Campas, Las (Pravia)	campas-las-pravia	AS	O	33051	43.4838	-6.1311	3
33129	Recuevo	recuevo	AS	O	33051	43.519	-6.1355	4
33129	Vegañan	veganan	AS	O	33051	43.4838	-6.1311	3
33129	Luerces	luerces	AS	O	33051	43.4333	-6.15	4
33129	Corias (Pravia)	corias-pravia	AS	O	33051	43.4838	-6.1311	3
33129	Escoredo	escoredo	AS	O	33051	43.5037	-6.1422	4
33129	Cadarienzo	cadarienzo	AS	O	33051	43.4838	-6.1311	3
33129	Villamejan	villamejan	AS	O	33051	43.4932	-6.1745	4
33129	Prahua (Pravia)	prahua-pravia	AS	O	33051	43.4838	-6.1311	3
33129	Corralinos	corralinos	AS	O	33051	43.4833	-6.1167	4
33129	Perzanas	perzanas	AS	O	33051	43.4838	-6.1311	3
33129	Villarigan	villarigan	AS	O	33051	43.5	-6.15	4
33129	Bances	bances	AS	O	33051	43.5021	-6.1124	4
33129	Villafria (Pravia)	villafria-pravia	AS	O	33051	43.4838	-6.1311	3
33129	Forcinas	forcinas	AS	O	33051	43.4878	-6.1132	4
33129	Ocea	ocea	AS	O	33051	43.4838	-6.1311	3
33129	Sandamias	sandamias	AS	O	33051	43.4516	-6.1632	4
33129	Villamuñin	villamunin	AS	O	33051	43.4838	-6.1311	3
33129	Beifar	beifar	AS	O	33051	43.4768	-6.0894	4
33129	Villanueva (Pravia)	villanueva-pravia	AS	O	33051	43.4838	-6.1311	3
33129	Repolles	repolles	AS	O	33051	43.4442	-6.1381	4
33129	Cañedo (Pravia)	canedo-pravia	AS	O	33051	43.4838	-6.1311	3
33129	Godina	godina	AS	O	33051	43.5091	-6.1718	4
33129	Villagonzay	villagonzay	AS	O	33051	43.4838	-6.1311	3
33129	Agones	agones	AS	O	33051	43.4983	-6.1212	4
33129	Pandiella, La (Pravia)	pandiella-la-pravia	AS	O	33051	43.4838	-6.1311	3
33130	San Esteban De Pravia	san-esteban-de-pravia	AS	O	33039	43.5538	-6.0875	4
33138	Pumariega, La (Muros)	pumariega-la-muros	AS	O	33039	43.5428	-6.1035	4
33138	Era	era	AS	O	33039	43.5428	-6.1035	3
33138	Muros	muros	AS	O	33039	43.5428	-6.1035	4
33138	Reborio (Muros De Nalon)	reborio-muros-de-nalon	AS	O	33039	43.5428	-6.1035	4
33138	Villar (Muros Nalon)	villar-muros-nalon	AS	O	33039	43.5428	-6.1035	4
33139	Somado	somado	AS	O	33051	43.5346	-6.1198	4
33140	Pozoval	pozoval	AS	O	33044	43.3466	-5.8906	3
33140	Arquera, La (Oviedo)	arquera-la-oviedo	AS	O	33044	43.3603	-5.8448	4
33140	Cantayu	cantayu	AS	O	33044	43.3466	-5.8906	3
33140	Caces	caces	AS	O	33044	43.3328	-5.9365	4
33140	Villar (Fuso-Puerto)	villar-fuso-puerto	AS	O	33044	43.3466	-5.8906	3
33140	Siones	siones	AS	O	33044	43.3466	-5.8906	3
33140	Puerto (Fuso)	puerto-fuso	AS	O	33044	43.3466	-5.8906	3
33150	Cudillero	cudillero	AS	O	33021	43.5622	-6.1459	4
33154	El Pito	el-pito	AS	O		43.55	-6.1333	4
33154	La Atalaya	la-atalaya	AS	O		43.5358	-5.408	4
33154	La Paca	la-paca	AS	O		43.5429	-5.7707	3
33154	Aronces	aronces	AS	O		43.5429	-5.7707	3
33154	Cuesta La Bana	cuesta-la-bana	AS	O		43.5429	-5.7707	3
33155	Folguerua (Cudillero)	folguerua-cudillero	AS	O	33021	43.5333	-6.2364	3
33155	Baos	baos	AS	O	33021	43.5	-6.2667	4
33155	Teixidiello	teixidiello	AS	O	33021	43.5333	-6.2364	3
33155	Salamir	salamir	AS	O	33021	43.5736	-6.2143	4
33155	Rellayo	rellayo	AS	O	33021	43.5333	-6.2364	3
33155	Mumayor	mumayor	AS	O	33021	43.5526	-6.2077	4
33155	Rondiella (Cudillero)	rondiella-cudillero	AS	O	33021	43.5333	-6.2364	3
33155	Ribao	ribao	AS	O	33021	43.5295	-6.2682	4
33155	Magdalena, La (Cudillero)	magdalena-la-cudillero	AS	O	33021	43.5333	-6.2364	3
33155	Busfrio	busfrio	AS	O	33021	43.5117	-6.2528	4
33155	Gallinero (Cudillero)	gallinero-cudillero	AS	O	33021	43.5333	-6.2364	3
33155	Brañaseca	branaseca	AS	O	33021	43.5155	-6.2481	4
33155	Artedo	artedo	AS	O	33021	43.5333	-6.2167	4
33155	Cipiello	cipiello	AS	O	33021	43.5333	-6.2364	3
33155	Beiciella	beiciella	AS	O	33021	43.55	-6.2167	4
33155	Castañedo (Cudillero)	castanedo-cudillero	AS	O	33021	43.5333	-6.2364	3
33155	Gayuelos	gayuelos	AS	O	33021	43.5333	-6.2364	3
33155	Escalada, La (Cudillero)	escalada-la-cudillero	AS	O	33021	43.5333	-6.2364	3
33155	San Martin De Luiña	san-martin-de-luina	AS	O	33021	43.5333	-6.2364	3
33155	Argaton	argaton	AS	O	33021	43.5333	-6.2364	3
33155	Lamuño (Cudillero)	lamuno-cudillero	AS	O	33021	43.5333	-6.2364	3
33155	Llendepin	llendepin	AS	O	33021	43.5333	-6.2364	3
33155	La Sinjania	la-sinjania	AS	O	33021	43.5333	-6.2364	3
33155	La Bordinga	la-bordinga	AS	O	33021	43.5333	-6.2364	3
33155	La Puerca	la-puerca	AS	O	33021	43.5333	-6.2364	3
33155	San Cosme (Cudillero)	san-cosme-cudillero	AS	O	33021	43.5333	-6.2364	3
33156	Vivigo	vivigo	AS	O	33021	43.5763	-6.2419	4
33156	Riego De Abajo	riego-de-abajo	AS	O	33021	43.5653	-6.2279	3
33156	Soto De Luiña	soto-de-luina	AS	O	33021	43.5601	-6.2197	4
33156	Riego De Arriba	riego-de-arriba	AS	O	33021	43.5653	-6.2279	3
33156	San Pedro De La Ribera	san-pedro-de-la-ribera	AS	O	33021	43.5726	-6.2219	4
33156	Pramaro	pramaro	AS	O	33021	43.5524	-6.2281	4
33156	El Cepedo	el-cepedo	AS	O	33021	43.5653	-6.2279	3
33156	Llanorrozo	llanorrozo	AS	O	33021	43.5653	-6.2279	3
33156	Troncedo (Cudillero)	troncedo-cudillero	AS	O	33021	43.5653	-6.2279	3
33156	Pandiello (Cudillero)	pandiello-cudillero	AS	O	33021	43.5653	-6.2279	3
33156	Oviñana (Cudillero)	ovinana-cudillero	AS	O	33021	43.5653	-6.2279	3
33157	Novellana	novellana	AS	O	33021	43.5644	-6.2848	4
33157	Resiellas	resiellas	AS	O	33021	43.5659	-6.2768	3
33157	Castañeras	castaneras	AS	O	33021	43.5622	-6.2971	4
33157	Valdredo	valdredo	AS	O	33021	43.5706	-6.2587	4
33157	Albuerne	albuerne	AS	O	33021	43.5667	-6.2667	4
33158	Santa Marina (Cudillero)	santa-marina-cudillero	AS	O		43.5622	-6.1459	4
33158	Cuesta Del Cesto	cuesta-del-cesto	AS	O		43.5622	-6.1459	3
33158	Ballota (Cudillero)	ballota-cudillero	AS	O		43.5622	-6.1459	4
33158	Resillinas	resillinas	AS	O		43.5622	-6.1459	3
33159	Armayor	armayor	AS	O	33021	43.5338	-6.1577	4
33159	Villademar	villademar	AS	O	33021	43.55	-6.15	4
33159	Villazones	villazones	AS	O	33021	43.5385	-6.1683	3
33159	El Manto	el-manto	AS	O	33021	43.5522	-6.1634	4
33159	Pepin	pepin	AS	O	33021	43.5423	-6.1537	4
33159	Villazain	villazain	AS	O	33021	43.5385	-6.1683	3
33159	Villeirin	villeirin	AS	O	33021	43.5264	-6.1975	4
33159	Corollos	corollos	AS	O	33021	43.5264	-6.1873	4
33159	Veiga	veiga	AS	O	33021	43.5385	-6.1683	3
33159	San Cristobal (Cudillero)	san-cristobal-cudillero	AS	O	33021	43.5385	-6.1683	3
33159	Piñera (Cudillero)	pinera-cudillero	AS	O	33021	43.5385	-6.1683	3
33159	El Peñedo	el-penedo	AS	O	33021	43.5385	-6.1683	3
33159	Faedo (Cudillero)	faedo-cudillero	AS	O	33021	43.5385	-6.1683	3
33159	Otero (Cudillero)	otero-cudillero	AS	O	33021	43.5385	-6.1683	3
33159	Tabla, La (Cudillero)	tabla-la-cudillero	AS	O	33021	43.5385	-6.1683	3
33159	San Juan De Piñera	san-juan-de-pinera	AS	O	33021	43.5385	-6.1683	3
33159	Fenosa, La (Cudillero)	fenosa-la-cudillero	AS	O	33021	43.5385	-6.1683	3
33159	Cerecedo (Cudillero)	cerecedo-cudillero	AS	O	33021	43.5385	-6.1683	3
33159	Orderias (Cudillero)	orderias-cudillero	AS	O	33021	43.5385	-6.1683	3
33159	Belandres (Cudillero)	belandres-cudillero	AS	O	33021	43.5385	-6.1683	3
33159	Bustiello (Cudillero)	bustiello-cudillero	AS	O	33021	43.5385	-6.1683	3
33159	Arrojas	arrojas	AS	O	33021	43.5385	-6.1683	3
33160	La Juncar	la-juncar	AS	O	33058	43.2255	-5.8639	4
33160	La Ara	la-ara	AS	O	33058	43.2239	-5.8877	3
33160	Porcio	porcio	AS	O	33058	43.2447	-5.9001	4
33160	Cabornin	cabornin	AS	O	33058	43.2338	-5.9033	4
33160	Cerecedo (Riosa)	cerecedo-riosa	AS	O	33058	43.2239	-5.8877	3
33160	Llamo	llamo	AS	O	33058	43.1918	-5.8837	4
33160	Collado, El (Riosa)	collado-el-riosa	AS	O	33058	43.2239	-5.8877	3
33160	Corujedo (Riosa)	corujedo-riosa	AS	O	33058	43.2239	-5.8877	3
33160	Cuadros, Los (Riosa)	cuadros-los-riosa	AS	O	33058	43.2239	-5.8877	3
33160	Doñajuandi	donajuandi	AS	O	33058	43.2239	-5.8877	3
33160	Envernaes	envernaes	AS	O	33058	43.2239	-5.8877	3
33160	Felguera (Riosa)	felguera-riosa	AS	O	33058	43.2239	-5.8877	3
33160	Fresnedo (Riosa)	fresnedo-riosa	AS	O	33058	43.2239	-5.8877	3
33160	Grandiella (Riosa)	grandiella-riosa	AS	O	33058	43.2239	-5.8877	3
33160	Casillina, La (Riosa)	casillina-la-riosa	AS	O	33058	43.2239	-5.8877	3
33160	Granja, La (Riosa)	granja-la-riosa	AS	O	33058	43.2239	-5.8877	3
33160	Prado Velorto	prado-velorto	AS	O	33058	43.2239	-5.8877	3
33160	Prunadiella	prunadiella	AS	O	33058	43.2239	-5.8877	3
33160	Puente Alta	puente-alta	AS	O	33058	43.2239	-5.8877	3
33160	Muriellos (Riosa)	muriellos-riosa	AS	O	33058	43.2239	-5.8877	3
33160	Marina, La (Riosa)	marina-la-riosa	AS	O	33058	43.2239	-5.8877	3
33160	Caleyos, Los (Riosa)	caleyos-los-riosa	AS	O	33058	43.2239	-5.8877	3
33160	Panderraices	panderraices	AS	O	33058	43.2239	-5.8877	3
33160	Zorera De Porcio	zorera-de-porcio	AS	O	33058	43.2239	-5.8877	3
33160	Llaneza, La (Riosa)	llaneza-la-riosa	AS	O	33058	43.2239	-5.8877	3
33160	Ablanedo (Riosa)	ablanedo-riosa	AS	O	33058	43.2239	-5.8877	3
33160	Cantera, La (Riosa)	cantera-la-riosa	AS	O	33058	43.2239	-5.8877	3
33160	Nijeres	nijeres	AS	O	33058	43.2239	-5.8877	3
33160	Villameri	villameri	AS	O	33058	43.2239	-5.8877	3
33160	Zorera De Las Llamas	zorera-de-las-llamas	AS	O	33058	43.2239	-5.8877	3
33160	Tejeras, Las (Riosa)	tejeras-las-riosa	AS	O	33058	43.2239	-5.8877	3
33160	Teleno	teleno	AS	O	33058	43.2239	-5.8877	3
33160	San Adriano (Riosa)	san-adriano-riosa	AS	O	33058	43.2239	-5.8877	3
33160	Vara, La (Riosa)	vara-la-riosa	AS	O	33058	43.2239	-5.8877	3
33160	Vega De Riosa	vega-de-riosa	AS	O	33058	43.2239	-5.8877	3
33160	Canto De La Vara	canto-de-la-vara	AS	O	33058	43.2239	-5.8877	3
33160	Llanas, Las (Riosa)	llanas-las-riosa	AS	O	33058	43.2239	-5.8877	3
33160	Rotellin (Riosa)	rotellin-riosa	AS	O	33058	43.2239	-5.8877	3
33160	El Huesped	el-huesped	AS	O	33058	43.2239	-5.8877	3
33160	Piedrafita (Riosa)	piedrafita-riosa	AS	O	33058	43.2239	-5.8877	3
33160	Rozacagil (Riosa)	rozacagil-riosa	AS	O	33058	43.2239	-5.8877	3
33160	Ablanosa	ablanosa	AS	O	33058	43.2239	-5.8877	3
33160	Cadabal (Riosa)	cadabal-riosa	AS	O	33058	43.2239	-5.8877	3
33160	Aguera, Las (Riosa)	aguera-las-riosa	AS	O	33058	43.2239	-5.8877	3
33160	Canto, El (Riosa)	canto-el-riosa	AS	O	33058	43.2239	-5.8877	3
33160	La Castañar	la-castanar	AS	O	33058	43.2239	-5.8877	3
33160	La Rebolla	la-rebolla	AS	O	33058	43.2239	-5.8877	3
33160	Las Gateras	las-gateras	AS	O	33058	43.2239	-5.8877	3
33160	La Cuba	la-cuba	AS	O	33058	43.2239	-5.8877	3
33161	Busloñe	buslone	AS	O	33038	43.2574	-5.9211	4
33161	Calvin (Morcin)	calvin-morcin	AS	O	33038	43.2614	-5.8932	3
33161	Porriman	porriman	AS	O	33038	43.2655	-5.8653	4
33161	Las Vegas De Cardeo	las-vegas-de-cardeo	AS	O	33038	43.2614	-5.8932	3
33161	La Melandrera	la-melandrera	AS	O	33038	43.2614	-5.8932	3
33161	La Carbayosa	la-carbayosa	AS	O	33038	43.2614	-5.8932	3
33161	Foz De Morcin	foz-de-morcin	AS	O	33038	43.2614	-5.8932	3
33161	Lugar De Abajo (Morcin)	lugar-de-abajo-morcin	AS	O	33038	43.2614	-5.8932	3
33161	Lugar De Arriba (Morcin)	lugar-de-arriba-morcin	AS	O	33038	43.2614	-5.8932	3
33161	Mazas, Las (Morcin)	mazas-las-morcin	AS	O	33038	43.2614	-5.8932	3
33161	Mellampo	mellampo	AS	O	33038	43.2614	-5.8932	3
33161	Molin De La Fuente	molin-de-la-fuente	AS	O	33038	43.2614	-5.8932	3
33161	Otura (Morcin)	otura-morcin	AS	O	33038	43.2614	-5.8932	3
33161	Panizales (Morcin)	panizales-morcin	AS	O	33038	43.2614	-5.8932	3
33161	El Pereo	el-pereo	AS	O	33038	43.2614	-5.8932	3
33161	Pradiquin	pradiquin	AS	O	33038	43.2614	-5.8932	3
33161	Puente, La (Morcin)	puente-la-morcin	AS	O	33038	43.2614	-5.8932	3
33161	Pumar, El (Morcin)	pumar-el-morcin	AS	O	33038	43.2614	-5.8932	3
33161	Molino De Figares (Caserio)	molino-de-figares-caserio	AS	O	33038	43.2614	-5.8932	3
33161	Figares (Morcin)	figares-morcin	AS	O	33038	43.2614	-5.8932	3
33161	Figar, La (Morcin)	figar-la-morcin	AS	O	33038	43.2614	-5.8932	3
33161	Enseca De Arriba Y Abajo	enseca-de-arriba-y-abajo	AS	O	33038	43.2614	-5.8932	3
33161	Calella, La (Morcin)	calella-la-morcin	AS	O	33038	43.2614	-5.8932	3
33161	Cardeo (Morcin)	cardeo-morcin	AS	O	33038	43.2614	-5.8932	3
33161	Roza, La (Morcin)	roza-la-morcin	AS	O	33038	43.2614	-5.8932	3
33161	Vallin, El (Morcin)	vallin-el-morcin	AS	O	33038	43.2614	-5.8932	3
33161	Vara, La (Morcin)	vara-la-morcin	AS	O	33038	43.2614	-5.8932	3
33161	Cuesta, La (Morcin)	cuesta-la-morcin	AS	O	33038	43.2614	-5.8932	3
33161	Collada, La (Morcin)	collada-la-morcin	AS	O	33038	43.2614	-5.8932	3
33162	Peñerudes	penerudes	AS	O	33038	43.2833	-5.9333	4
33162	Peñanes	penanes	AS	O	33038	43.2872	-5.8934	4
33162	Boza, La (Morcin)	boza-la-morcin	AS	O	33038	43.2853	-5.9134	3
33162	La Gantal	la-gantal	AS	O	33038	43.2853	-5.9134	3
33162	Villar (Morcin)	villar-morcin	AS	O	33038	43.2853	-5.9134	3
33162	Lavandera (Morcin)	lavandera-morcin	AS	O	33038	43.2853	-5.9134	3
33162	Cogollo, El (Morcin)	cogollo-el-morcin	AS	O	33038	43.2853	-5.9134	3
33162	Cortes (Morcin)	cortes-morcin	AS	O	33038	43.2853	-5.9134	3
33162	Campo, El (Morcin)	campo-el-morcin	AS	O	33038	43.2853	-5.9134	3
33162	La Cotina	la-cotina	AS	O	33038	43.2853	-5.9134	3
33162	Ablanedo (Morcin)	ablanedo-morcin	AS	O	33038	43.2853	-5.9134	3
33162	El Brañueto	el-branueto	AS	O	33038	43.2853	-5.9134	3
33162	Bolias	bolias	AS	O	33038	43.2853	-5.9134	3
33162	San Esteban (Morcin)	san-esteban-morcin	AS	O	33038	43.2853	-5.9134	3
33162	Barrea	barrea	AS	O	33038	43.2853	-5.9134	3
33162	Vallinas, Las (Morcin)	vallinas-las-morcin	AS	O	33038	43.2853	-5.9134	3
33162	Santa Eulalia De Morcin	santa-eulalia-de-morcin	AS	O	33038	43.2853	-5.9134	3
33162	San Sebastian De Morcin	san-sebastian-de-morcin	AS	O	33038	43.2853	-5.9134	3
33162	La Llorera	la-llorera	AS	O	33038	43.2853	-5.9134	3
33162	Los Gonzalez	los-gonzalez	AS	O	33038	43.2853	-5.9134	3
33162	Los Duernos	los-duernos	AS	O	33038	43.2853	-5.9134	3
33162	Castandiello (Morcin)	castandiello-morcin	AS	O	33038	43.2853	-5.9134	3
33162	Rio, El (Morcin)	rio-el-morcin	AS	O	33038	43.2853	-5.9134	3
33162	Vegas De San Esteban	vegas-de-san-esteban	AS	O	33038	43.2853	-5.9134	3
33162	Palacio, El (Morcin)	palacio-el-morcin	AS	O	33038	43.2853	-5.9134	3
33162	Requejo (Morcin)	requejo-morcin	AS	O	33038	43.2853	-5.9134	3
33162	Piñera De Morcin	pinera-de-morcin	AS	O	33038	43.2853	-5.9134	3
33162	Parteayer	parteayer	AS	O	33038	43.2853	-5.9134	3
33162	Malpica (Morcin)	malpica-morcin	AS	O	33038	43.2853	-5.9134	3
33162	El Artoxu	el-artoxu	AS	O	33038	43.2853	-5.9134	3
33162	Alfilorio Del Medio	alfilorio-del-medio	AS	O	33038	43.2853	-5.9134	3
33162	Alfilorio De Arriba	alfilorio-de-arriba	AS	O	33038	43.2853	-5.9134	3
33162	Alfilorio De Abajo	alfilorio-de-abajo	AS	O	33038	43.2853	-5.9134	3
33163	Argame	argame	AS	O	33038	43.3003	-5.8841	4
33163	Rectoria, La (Morcin)	rectoria-la-morcin	AS	O	33038	43.3003	-5.8841	3
33170	Medio, El (Manjoya-Oviedo)	medio-el-manjoya-oviedo	AS	O	33044	43.35	-5.8333	4
33170	El Llagu	el-llagu	AS	O	33044	43.3396	-5.8474	3
33170	Llamaoscura	llamaoscura	AS	O	33044	43.3293	-5.8614	4
33170	Caleyo, El (Oviedo)	caleyo-el-oviedo	AS	O	33044	43.3396	-5.8474	3
33171	Condado, El (Oviedo)	condado-el-oviedo	AS	O	33044	43.3603	-5.8448	4
33171	Casielles (Pereda-Oviedo)	casielles-pereda-oviedo	AS	O	33044	43.3197	-5.8577	4
33171	El Atrollo	el-atrollo	AS	O	33044	43.3501	-5.848	3
33171	Segadas, Las (Oviedo)	segadas-las-oviedo	AS	O	33044	43.3603	-5.8448	4
33171	Caleyo, El (Ribera De Arriba)	caleyo-el-ribera-de-arriba	AS	O	33044	43.3501	-5.848	3
33171	Venta Del Aire (Oviedo)	venta-del-aire-oviedo	AS	O	33044	43.3603	-5.8448	4
33171	Bueño (Ribera De Arriba)	bueno-ribera-de-arriba	AS	O	33044	43.3501	-5.848	3
33171	Villar De Pereda	villar-de-pereda	AS	O	33044	43.3501	-5.848	3
33171	Santa Agueda	santa-agueda	AS	O	33044	43.3501	-5.848	3
33171	San Miguel De La Pereda	san-miguel-de-la-pereda	AS	O	33044	43.3501	-5.848	3
33171	Quintaniellas (Ribera De Arriba)	quintaniellas-ribera-de-arriba	AS	O	33044	43.3501	-5.848	3
33171	Pereda (Las Segadas)	pereda-las-segadas	AS	O	33044	43.3501	-5.848	3
33171	Ferreros (Ribera De Arriba)	ferreros-ribera-de-arriba	AS	O	33044	43.3501	-5.848	3
33172	Soto De Ribera	soto-de-ribera	AS	O	33057	43.3062	-5.864	4
33172	La Carrera	la-carrera	AS	O	33057	43.3062	-5.864	3
33172	Labarejos	labarejos	AS	O	33057	43.3062	-5.864	3
33172	Palomar (Ribera De Arriba)	palomar-ribera-de-arriba	AS	O	33057	43.3062	-5.864	3
33172	Fuejos	fuejos	AS	O	33057	43.3062	-5.864	3
33172	Vixiel	vixiel	AS	O	33057	43.3062	-5.864	3
33172	Rebollar (Ribera De Arriba)	rebollar-ribera-de-arriba	AS	O	33057	43.3062	-5.864	3
33172	Mortera De Palomar	mortera-de-palomar	AS	O	33057	43.3062	-5.864	3
33173	Sardin	sardin	AS	O	33057	43.2962	-5.8456	4
33173	Tellego	tellego	AS	O	33057	43.2962	-5.8456	3
33173	Mortera De Tellego	mortera-de-tellego	AS	O	33057	43.2962	-5.8456	3
33173	Entrepuentes	entrepuentes	AS	O	33057	43.2962	-5.8456	3
33173	Vegalencia	vegalencia	AS	O	33057	43.2962	-5.8456	3
33174	Las Caldas	las-caldas	AS	O	33044	43.333	-5.9205	4
33174	Piñera (Oviedo)	pinera-oviedo	AS	O	33044	43.333	-5.9205	3
33174	Priorio (San Juan De)	priorio-san-juan-de	AS	O	33044	43.333	-5.9205	3
33174	Premaña	premana	AS	O	33044	43.333	-5.9205	3
33174	Casielles (Prioro-Oviedo)	casielles-prioro-oviedo	AS	O	33044	43.333	-5.9205	3
33174	Cuestayones	cuestayones	AS	O	33044	43.333	-5.9205	3
33180	Noreña	norena	AS	O	33042	43.3936	-5.7066	4
33186	Orial (Hevia-Siero)	orial-hevia-siero	AS	O	33066	43.3667	-5.7167	4
33186	San Pelayo (El Berron - Siero)	san-pelayo-el-berron-siero	AS	O	33066	43.3856	-5.7046	4
33186	Buenavista (Hevia-Siero)	buenavista-hevia-siero	AS	O	33066	43.3667	-5.7167	4
33186	El Berron	el-berron	AS	O	33066	43.3856	-5.7046	4
33186	Campones, Los (Hevia-Siero)	campones-los-hevia-siero	AS	O	33066	43.3667	-5.7167	4
33186	Vallina, La (Hevia-Siero)	vallina-la-hevia-siero	AS	O	33066	43.3667	-5.7167	4
33187	Fuentemelga	fuentemelga	AS	O	33066	43.3773	-5.7123	3
33187	Solad	solad	AS	O	33066	43.363	-5.731	4
33187	Pumarin, El (Hevia-Siero)	pumarin-el-hevia-siero	AS	O	33066	43.3667	-5.7167	4
33187	Cuclillos (Santa Marina)	cuclillos-santa-marina	AS	O	33066	43.3773	-5.7123	3
33187	Gijun (Berron, El-Siero)	gijun-berron-el-siero	AS	O	33066	43.3856	-5.7046	4
33187	Ricabada	ricabada	AS	O	33066	43.3773	-5.7123	3
33187	Campo, El (Berron-Siero)	campo-el-berron-siero	AS	O	33066	43.3856	-5.7046	4
33187	Cuesta, La (El Berron - Siero)	cuesta-la-el-berron-siero	AS	O	33066	43.3856	-5.7046	4
33188	San Miguel De La Barreda	san-miguel-de-la-barreda	AS	O	33066	43.3833	-5.7167	3
33188	Pumares (Siero)	pumares-siero	AS	O	33066	43.3833	-5.7167	4
33188	Revuelta Del Coche	revuelta-del-coche	AS	O	33066	43.3833	-5.7167	3
33188	Arguelles	arguelles	AS	O	33066	43.3833	-5.7167	4
33188	El Cristo	el-cristo	AS	O	33066	43.3833	-5.7167	3
33188	Cuesta, La (Arguelles-Siero)	cuesta-la-arguelles-siero	AS	O	33066	43.3833	-5.7167	4
33188	Fuentespino	fuentespino	AS	O	33066	43.3833	-5.7167	3
33188	Cabornia, La (Siero)	cabornia-la-siero	AS	O	33066	43.3833	-5.7167	4
33188	La Belga Baja	la-belga-baja	AS	O	33066	43.3833	-5.7167	3
33189	Pañeda Nueva	paneda-nueva	AS	O	33066	43.4236	-5.7134	4
33189	Poladura (Siero)	poladura-siero	AS	O	33066	43.415	-5.7089	3
33189	San Pedro (Anes - Siero)	san-pedro-anes-siero	AS	O	33066	43.4167	-5.7	4
33189	San Tirso (Siero)	san-tirso-siero	AS	O	33066	43.415	-5.7089	3
33189	Coto, El (Anes-Siero)	coto-el-anes-siero	AS	O	33066	43.4167	-5.7	4
33189	Yerbano	yerbano	AS	O	33066	43.415	-5.7089	3
33189	Huergo	huergo	AS	O	33066	43.4414	-5.7265	4
33189	Grandarrasa	grandarrasa	AS	O	33066	43.415	-5.7089	3
33189	Arniella	arniella	AS	O	33066	43.415	-5.7089	3
33189	Orviz	orviz	AS	O	33066	43.4171	-5.6966	4
33189	Pañeda Vieja	paneda-vieja	AS	O	33066	43.4169	-5.7165	4
33189	Calabaza (Siero)	calabaza-siero	AS	O	33066	43.415	-5.7089	3
33189	Anes (San Martin)	anes-san-martin	AS	O	33066	43.3833	-5.7167	4
33189	La Carizal	la-carizal	AS	O	33066	43.415	-5.7089	3
33189	Fombona	fombona	AS	O	33066	43.415	-5.7089	3
33189	Espiniella (Siero)	espiniella-siero	AS	O	33066	43.415	-5.7089	3
33189	Vio	vio	AS	O	33066	43.415	-5.7089	3
33189	Faedo (Siero)	faedo-siero	AS	O	33066	43.415	-5.7089	3
33189	Peral, La (Noreña)	peral-la-norena	AS	O	33066	43.3936	-5.7066	4
33189	Casa De Anes	casa-de-anes	AS	O	33066	43.415	-5.7089	3
33189	Vare	vare	AS	O	33066	43.4471	-5.7061	4
33189	La Madera	la-madera	AS	O	33066	43.415	-5.7089	3
33189	Carrizal, La (Noreña)	carrizal-la-norena	AS	O	33066	43.3936	-5.7066	4
33189	La Figarona	la-figarona	AS	O	33066	43.415	-5.7089	3
33189	Llaneces (Siero)	llaneces-siero	AS	O	33066	43.415	-5.7089	3
33189	Palmiano	palmiano	AS	O	33066	43.415	-5.7089	3
33189	El Meson De La Tabla	el-meson-de-la-tabla	AS	O	33066	43.415	-5.7089	3
33189	Madera, La (Siero)	madera-la-siero	AS	O	33066	43.415	-5.7089	3
33189	Llantero (Siero)	llantero-siero	AS	O	33066	43.415	-5.7089	3
33189	Picaloredo	picaloredo	AS	O	33066	43.415	-5.7089	3
33190	Valduno	valduno	AS	O	33054	43.4	-6	4
33190	Otero (Las Regueras)	otero-las-regueras	AS	O	33054	43.4168	-5.9775	3
33190	Premio	premio	AS	O	33054	43.4684	-5.9477	4
33190	Alcedo (Las Regueras)	alcedo-las-regueras	AS	O	33054	43.4168	-5.9775	3
33190	Bolgues	bolgues	AS	O	33054	43.4	-6.0167	4
33190	Andallon	andallon	AS	O	33054	43.4168	-5.9775	3
33190	Las Marinas	las-marinas	AS	O	33054	43.419	-5.9336	4
33190	Premoño	premono	AS	O	33054	43.3956	-5.9932	4
33190	Aguera (Las Regueras)	aguera-las-regueras	AS	O	33054	43.4168	-5.9775	3
33190	Soto De Las Regueras	soto-de-las-regueras	AS	O	33054	43.433	-5.9852	4
33190	Biedes (Las Regueras)	biedes-las-regueras	AS	O	33054	43.4168	-5.9775	3
33190	Lazana	lazana	AS	O	33054	43.415	-5.9843	4
33190	Braña (Las Regueras)	brana-las-regueras	AS	O	33054	43.4168	-5.9775	3
33190	Santullano De Las Regueras	santullano-de-las-regueras	AS	O	33054	43.4135	-5.9578	4
33190	Areces	areces	AS	O	33054	43.4168	-5.9775	3
33190	Ania	ania	AS	O	33054	43.4066	-5.979	4
33190	Viado	viado	AS	O	33054	43.4168	-5.9775	3
33190	Trasmonte (Las Reguera)	trasmonte-las-reguera	AS	O	33054	43.4168	-5.9775	3
33190	Pravia (Las Regueras)	pravia-las-regueras	AS	O	33054	43.4168	-5.9775	3
33190	Puerma	puerma	AS	O	33054	43.4168	-5.9775	3
33190	Paladin	paladin	AS	O	33054	43.4168	-5.9775	3
33190	Pereda, Las (Regueras)	pereda-las-regueras	AS	O	33054	43.4168	-5.9775	3
33190	Parades	parades	AS	O	33054	43.4168	-5.9775	3
33190	Landrio	landrio	AS	O	33054	43.4168	-5.9775	3
33190	Granda (Las Regueras)	granda-las-regueras	AS	O	33054	43.4168	-5.9775	3
33190	Fuente, La (Las Regueras)	fuente-la-las-regueras	AS	O	33054	43.4168	-5.9775	3
33190	Estaca, La (Las Regueras)	estaca-la-las-regueras	AS	O	33054	43.4168	-5.9775	3
33190	Cueto (Las Regueras)	cueto-las-regueras	AS	O	33054	43.4168	-5.9775	3
33190	Cruces, Las (Regueras)	cruces-las-regueras	AS	O	33054	43.4168	-5.9775	3
33190	Trascañedo	trascanedo	AS	O	33054	43.4168	-5.9775	3
33190	Meobra	meobra	AS	O	33054	43.4168	-5.9775	3
33191	Valsera	valsera	AS	O	33054	43.4	-5.95	4
33191	Nievares (Oviedo)	nievares-oviedo	AS	O	33054	43.3622	-5.9215	3
33191	Torre, La (San Claudio)	torre-la-san-claudio	AS	O	33054	43.35	-5.9167	4
33191	Tamargo	tamargo	AS	O	33054	43.4018	-5.9461	4
33191	Rañeces (Las Regueras)	raneces-las-regueras	AS	O	33054	43.3622	-5.9215	3
33191	San Claudio	san-claudio	AS	O	33054	43.35	-5.9167	4
33191	Valle, El (San Claudio)	valle-el-san-claudio	AS	O	33054	43.35	-5.9167	4
33191	Cruz, La (Oviedo)	cruz-la-oviedo	AS	O	33054	43.3622	-5.9215	3
33191	Villaverde (San Claudio)	villaverde-san-claudio	AS	O	33054	43.35	-5.9167	4
33191	Quejo	quejo	AS	O	33054	43.3771	-5.941	4
33191	Cida	cida	AS	O	33054	43.3622	-5.9215	3
33191	Llama, La (San Claudio)	llama-la-san-claudio	AS	O	33054	43.35	-5.9167	4
33191	Ponteo (San Claudio)	ponteo-san-claudio	AS	O	33054	43.35	-5.9167	4
33191	Cimadevilla (Oviedo)	cimadevilla-oviedo	AS	O	33054	43.3622	-5.9215	3
33191	Malpica (San Claudio)	malpica-san-claudio	AS	O	33054	43.35	-5.9167	4
33191	Navaliega (San Claudio)	navaliega-san-claudio	AS	O	33054	43.35	-5.9167	4
33191	Belovio	belovio	AS	O	33054	43.3622	-5.9215	3
33191	Lubrio	lubrio	AS	O	33054	43.3868	-5.9186	4
33191	Llana, La (San Claudio)	llana-la-san-claudio	AS	O	33054	43.35	-5.9167	4
33191	Cabaña, La (Oviedo)	cabana-la-oviedo	AS	O	33054	43.3622	-5.9215	3
33191	San Roque (San Claudio)	san-roque-san-claudio	AS	O	33054	43.35	-5.9167	4
33191	Requejo (San Claudio)	requejo-san-claudio	AS	O	33054	43.35	-5.9167	4
33191	Tahoces	tahoces	AS	O	33054	43.3622	-5.9215	3
33191	Rebollar (Loriana-Oviedo)	rebollar-loriana-oviedo	AS	O	33054	43.3804	-5.9266	4
33191	Granja, La (San Claudio)	granja-la-san-claudio	AS	O	33054	43.35	-5.9167	4
33191	Cabaña, La (Zona)	cabana-la-zona	AS	O	33054	43.3622	-5.9215	3
33191	Villamar	villamar	AS	O	33054	43.3673	-5.905	4
33191	Rivero (San Claudio)	rivero-san-claudio	AS	O	33054	43.35	-5.9167	4
33191	Areñes (Oviedo)	arenes-oviedo	AS	O	33054	43.3622	-5.9215	3
33191	Loriana	loriana	AS	O	33054	43.3804	-5.9266	4
33191	Barrosa, La (Oviedo)	barrosa-la-oviedo	AS	O	33054	43.3622	-5.9215	3
33191	Lampajua	lampajua	AS	O	33054	43.3622	-5.9215	3
33191	Escamplero (Las Regueras)	escamplero-las-regueras	AS	O	33054	43.3622	-5.9215	3
33191	Fabarin	fabarin	AS	O	33054	43.3622	-5.9215	3
33191	Rodiella	rodiella	AS	O	33054	43.3622	-5.9215	3
33191	Gallegos (Las Regueras)	gallegos-las-regueras	AS	O	33054	43.3622	-5.9215	3
33191	Omedo (Oviedo)	omedo-oviedo	AS	O	33054	43.3622	-5.9215	3
33191	Peñanora	penanora	AS	O	33054	43.3622	-5.9215	3
33191	Oteruelo	oteruelo	AS	O	33054	43.3622	-5.9215	3
33191	Pumeda (Las Regueras)	pumeda-las-regueras	AS	O	33054	43.3622	-5.9215	3
33191	La Maja	la-maja	AS	O	33054	43.3622	-5.9215	3
33191	Las Heras	las-heras	AS	O	33054	43.3622	-5.9215	3
33192	Barganiza	barganiza	AS	O	33035	43.4401	-5.7463	4
33192	Espinera (Pruvia-Siero)	espinera-pruvia-siero	AS	O	33035	43.4501	-5.771	4
33192	Llomba (Llanera)	llomba-llanera	AS	O	33035	43.4451	-5.7587	3
33192	Llamedo (Siero)	llamedo-siero	AS	O	33035	43.4451	-5.7587	3
33192	Ordoño	ordono	AS	O	33035	43.4451	-5.7587	3
33192	Pruvia (Llanera)	pruvia-llanera	AS	O	33035	43.4451	-5.7587	3
33192	Remoria	remoria	AS	O	33035	43.4451	-5.7587	3
33192	Santa Eulalia (Llanera)	santa-eulalia-llanera	AS	O	33035	43.4451	-5.7587	3
33192	Silvota (Llanera-Pol. Industrial)	silvota-llanera-pol-industrial	AS	O	33035	43.4451	-5.7587	3
33192	Venta De La Puga	venta-de-la-puga	AS	O	33035	43.4451	-5.7587	3
33192	Lotero	lotero	AS	O	33035	43.4451	-5.7587	3
33193	Pedruño	pedruno	AS	O	33044	43.35	-5.9167	4
33193	Faedo (Latores)	faedo-latores	AS	O	33044	43.3333	-5.8667	4
33193	Villarmil	villarmil	AS	O	33044	43.3517	-5.9455	4
33193	Toriello (Oviedo)	toriello-oviedo	AS	O	33044	43.3403	-5.8924	3
33193	Latores	latores	AS	O	33044	43.3333	-5.8667	4
33193	Rotella, La (Latores)	rotella-la-latores	AS	O	33044	43.3333	-5.8667	4
33193	Vega (Oviedo)	vega-oviedo	AS	O	33044	43.3403	-5.8924	3
33193	Escalones	escalones	AS	O	33044	43.3403	-5.8924	3
33193	La Carbayeda	la-carbayeda	AS	O	33044	43.3403	-5.8924	3
33193	Santa Marina Piedramuelle	santa-marina-piedramuelle	AS	O	33044	43.3403	-5.8924	3
33193	Carballinos	carballinos	AS	O	33044	43.3403	-5.8924	3
33193	Ayones (Oviedo)	ayones-oviedo	AS	O	33044	43.3403	-5.8924	3
33193	Venta, La (Oviedo)	venta-la-oviedo	AS	O	33044	43.3403	-5.8924	3
33193	Santo Medero	santo-medero	AS	O	33044	43.3403	-5.8924	3
33193	Sograndio (Oviedo)	sograndio-oviedo	AS	O	33044	43.3403	-5.8924	3
33193	La Martinez	la-martinez	AS	O	33044	43.3403	-5.8924	3
33193	Belonga	belonga	AS	O	33044	43.3403	-5.8924	3
33194	Villaperez	villaperez	AS	O	33044	43.4	-5.8333	4
33194	Venta, La (Brañes)	venta-la-branes	AS	O	33044	43.4124	-5.9061	4
33194	Fitoria	fitoria	AS	O	33044	43.3813	-5.8462	4
33194	Nora (Villaperez)	nora-villaperez	AS	O	33044	43.4	-5.8333	4
33194	Llano, El (Oviedo)	llano-el-oviedo	AS	O	33044	43.3833	-5.8661	3
33194	Lloral, La (San Claudio)	lloral-la-san-claudio	AS	O	33044	43.35	-5.9167	4
33194	La Contriz	la-contriz	AS	O	33044	43.3833	-5.8661	3
33194	Ules	ules	AS	O	33044	43.379	-5.8824	4
33194	Oviedo	oviedo	AS	O	33044	43.3603	-5.8448	4
33194	Constante (Oviedo)	constante-oviedo	AS	O	33044	43.3833	-5.8661	3
33194	Castiello (Oviedo)	castiello-oviedo	AS	O	33044	43.3833	-5.8661	3
33194	Carriles, Los (Oviedo)	carriles-los-oviedo	AS	O	33044	43.3833	-5.8661	3
33194	Carbayon	carbayon	AS	O	33044	43.3833	-5.8661	3
33194	Campas, Las (Oviedo)	campas-las-oviedo	AS	O	33044	43.3833	-5.8661	3
33194	Cabañas (Oviedo)	cabanas-oviedo	AS	O	33044	43.3833	-5.8661	3
33194	Brañes (Oviedo)	branes-oviedo	AS	O	33044	43.3833	-5.8661	3
33194	Mazas, Las (Lugar)	mazas-las-lugar	AS	O	33044	43.3833	-5.8661	3
33194	Tresllamas (Lugar)	tresllamas-lugar	AS	O	33044	43.3833	-5.8661	3
33194	Violeo	violeo	AS	O	33044	43.3833	-5.8661	3
33194	Villamorsen	villamorsen	AS	O	33044	43.3833	-5.8661	3
33194	Ajuyan	ajuyan	AS	O	33044	43.3833	-5.8661	3
33194	San Lazaro De Paniceres	san-lazaro-de-paniceres	AS	O	33044	43.3833	-5.8661	3
33194	Quintana (Oviedo)	quintana-oviedo	AS	O	33044	43.3833	-5.8661	3
33194	Pevidal (Oviedo)	pevidal-oviedo	AS	O	33044	43.3833	-5.8661	3
33194	Pedrera, La (Oviedo)	pedrera-la-oviedo	AS	O	33044	43.3833	-5.8661	3
33194	Lugarin (Oviedo)	lugarin-oviedo	AS	O	33044	43.3833	-5.8661	3
33194	Cuyences	cuyences	AS	O	33044	43.3833	-5.8661	3
33194	Escontiella	escontiella	AS	O	33044	43.3833	-5.8661	3
33194	Folgueras (Oviedo)	folgueras-oviedo	AS	O	33044	43.3833	-5.8661	3
33194	Granja, La (Oviedo)	granja-la-oviedo	AS	O	33044	43.3833	-5.8661	3
33194	Ladines (Oviedo)	ladines-oviedo	AS	O	33044	43.3833	-5.8661	3
33194	Lampaya	lampaya	AS	O	33044	43.3833	-5.8661	3
33194	Laviada	laviada	AS	O	33044	43.3833	-5.8661	3
33194	Villanueva (Oviedo)	villanueva-oviedo	AS	O	33044	43.3833	-5.8661	3
33195	Bendones	bendones	AS	O	33044	43.3365	-5.8064	4
33195	Arenales	arenales	AS	O	33044	43.3395	-5.8262	3
33195	Granda, La (La Manjoya-Oviedo)	granda-la-la-manjoya-oviedo	AS	O	33044	43.35	-5.8333	4
33195	El Codejal	el-codejal	AS	O	33044	43.3395	-5.8262	3
33195	El Bosque	el-bosque	AS	O	33044	43.3395	-5.8262	3
33195	Morente	morente	AS	O	33044	43.332	-5.8388	4
33195	El Cruce	el-cruce	AS	O	33044	43.3395	-5.8262	3
33195	El Caldero	el-caldero	AS	O	33044	43.3395	-5.8262	3
33195	Los Pintos	los-pintos	AS	O	33044	43.3395	-5.8262	3
33195	Paderne (Oviedo)	paderne-oviedo	AS	O	33044	43.3395	-5.8262	3
33195	Barraca, La (Oviedo)	barraca-la-oviedo	AS	O	33044	43.3395	-5.8262	3
33195	Novales (Oviedo)	novales-oviedo	AS	O	33044	43.3395	-5.8262	3
33195	Molinos, Los (Oviedo)	molinos-los-oviedo	AS	O	33044	43.3395	-5.8262	3
33195	Llovera (Oviedo)	llovera-oviedo	AS	O	33044	43.3395	-5.8262	3
33195	Lugido	lugido	AS	O	33044	43.3395	-5.8262	3
33195	San Rafael	san-rafael	AS	O	33044	43.3395	-5.8262	3
33195	San Esteban De Las Cruces	san-esteban-de-las-cruces	AS	O	33044	43.3395	-5.8262	3
33195	San Cristobal (Oviedo)	san-cristobal-oviedo	AS	O	33044	43.3395	-5.8262	3
33195	San Cipriano De Pando	san-cipriano-de-pando	AS	O	33044	43.3395	-5.8262	3
33195	Rozavillar	rozavillar	AS	O	33044	43.3395	-5.8262	3
33195	Polledo (Oviedo)	polledo-oviedo	AS	O	33044	43.3395	-5.8262	3
33195	Pando, El (Oviedo)	pando-el-oviedo	AS	O	33044	43.3395	-5.8262	3
33195	Friera (Oviedo)	friera-oviedo	AS	O	33044	43.3395	-5.8262	3
33195	Fozalguera (Oviedo)	fozalguera-oviedo	AS	O	33044	43.3395	-5.8262	3
33195	Faro De Arriba	faro-de-arriba	AS	O	33044	43.3395	-5.8262	3
33195	Faro De Abajo	faro-de-abajo	AS	O	33044	43.3395	-5.8262	3
33195	Covadonga (Oviedo)	covadonga-oviedo	AS	O	33044	43.3395	-5.8262	3
33195	Casas De La Carretera	casas-de-la-carretera	AS	O	33044	43.3395	-5.8262	3
33195	Carbajal (Oviedo)	carbajal-oviedo	AS	O	33044	43.3395	-5.8262	3
33195	Vidayan	vidayan	AS	O	33044	43.3395	-5.8262	3
33195	Valdemora (Oviedo)	valdemora-oviedo	AS	O	33044	43.3395	-5.8262	3
33196	Barredos, Los (Manjoya-Oviedo)	barredos-los-manjoya-oviedo	AS	O	33044	43.35	-5.8333	4
33196	Los Prietos	los-prietos	AS	O	33044	43.3399	-5.8474	4
33196	Fuente Del Forno	fuente-del-forno	AS	O	33044	43.345	-5.8403	3
33196	Cabornio (Oviedo)	cabornio-oviedo	AS	O	33044	43.345	-5.8403	3
33196	Caseron	caseron	AS	O	33044	43.345	-5.8403	3
33196	Cagigal	cagigal	AS	O	33044	43.345	-5.8403	3
33196	Rodada, La (Oviedo)	rodada-la-oviedo	AS	O	33044	43.345	-5.8403	3
33196	San Torcuato	san-torcuato	AS	O	33044	43.345	-5.8403	3
33196	Los Corzos	los-corzos	AS	O	33044	43.345	-5.8403	3
33199	Castañera (Siero)	castanera-siero	AS	O	33066	43.3597	-5.7609	3
33199	Fonciello (Meres-Siero)	fonciello-meres-siero	AS	O	33066	43.3759	-5.7486	4
33199	Barreros (Limanes)	barreros-limanes	AS	O	33066	43.3667	-5.7833	4
33199	Peñas (Siero)	penas-siero	AS	O	33066	43.3597	-5.7609	3
33199	Tiñana	tinana	AS	O	33066	43.3667	-5.75	4
33199	La Sierra	la-sierra	AS	O	33066	43.2538	-5.5051	4
33199	Granda- Siero (Poligono Industrial)	granda-siero-poligono-industrial	AS	O	33066	43.3597	-5.7609	3
33199	Limanes	limanes	AS	O	33066	43.3667	-5.7833	4
33199	Granda (Siero)	granda-siero	AS	O	33066	43.3597	-5.7609	3
33199	Fozana	fozana	AS	O	33066	43.3667	-5.7333	4
33199	Meres (Siero)	meres-siero	AS	O	33066	43.3597	-5.7609	3
33199	Vallin (Limanes-Siero)	vallin-limanes-siero	AS	O	33066	43.3667	-5.7833	4
33199	San Juan Del Obispo	san-juan-del-obispo	AS	O	33066	43.3597	-5.7609	3
33199	Mieres (Limanes-Siero)	mieres-limanes-siero	AS	O	33066	43.3667	-5.7833	4
33199	Villamiana	villamiana	AS	O	33066	43.3597	-5.7609	3
33199	Rebollada (Limanes)	rebollada-limanes	AS	O	33066	43.3667	-5.7833	4
33199	Moreo	moreo	AS	O	33066	43.3597	-5.7609	3
33199	Fueyo (Meres - Siero)	fueyo-meres-siero	AS	O	33066	43.3759	-5.7486	4
33199	Folgueras, Las (Colloto-Siero)	folgueras-las-colloto-siero	AS	O	33066	43.3827	-5.7996	4
33199	Roces (Oviedo)	roces-oviedo	AS	O	33066	43.3603	-5.8448	4
33199	Caravia (Oviedo)	caravia-oviedo	AS	O	33066	43.3603	-5.8448	4
33200	Gijon	gijon	AS	O		43.5357	-5.6615	4
33201	Gijon	gijon	AS	O	33024	43.5357	-5.6615	4
33202	Gijon	gijon	AS	O	33024	43.5357	-5.6615	4
33203	Gijon	gijon	AS	O	33024	43.5357	-5.6615	4
33204	Gijon	gijon	AS	O	33024	43.5357	-5.6615	4
33205	Gijon	gijon	AS	O	33024	43.5357	-5.6615	4
33206	Gijon	gijon	AS	O	33024	43.5357	-5.6615	4
33207	Gijon	gijon	AS	O	33024	43.5357	-5.6615	4
33208	Gijon	gijon	AS	O	33024	43.5357	-5.6615	4
33209	Gijon	gijon	AS	O	33024	43.5357	-5.6615	4
33210	Gijon	gijon	AS	O	33024	43.5357	-5.6615	4
33211	Gijon	gijon	AS	O	33024	43.5357	-5.6615	4
33212	Gijon	gijon	AS	O	33024	43.5357	-5.6615	4
33213	Gijon	gijon	AS	O	33024	43.5357	-5.6615	4
33290	Gijon	gijon	AS	O	33024	43.5357	-5.6615	4
33299	Jove	jove	AS	O	33024	43.55	-5.7	4
33299	Gijon	gijon	AS	O	33024	43.5357	-5.6615	4
33300	Villaviciosa	villaviciosa	AS	O	33076	43.4813	-5.4357	4
33300	Cobertoria, La (Villav)	cobertoria-la-villav	AS	O	33076	43.4813	-5.4357	3
33300	Casona, La (Villaviciosa)	casona-la-villaviciosa	AS	O	33076	43.4813	-5.4357	3
33300	Condarco	condarco	AS	O	33076	43.4813	-5.4357	3
33300	Arcenoyo	arcenoyo	AS	O	33076	43.4813	-5.4357	3
33310	Mases	mases	AS	O	33076	43.409	-5.4105	4
33310	Infiesta (Villaviciosa)	infiesta-villaviciosa	AS	O	33076	43.432	-5.4072	3
33310	Giranes	giranes	AS	O	33076	43.4185	-5.3745	4
33310	Lavandero	lavandero	AS	O	33076	43.432	-5.4072	3
33310	Naveda	naveda	AS	O	33076	43.4044	-5.4337	4
33310	Gramedo (Cabranes)	gramedo-cabranes	AS	O	33076	43.432	-5.4072	3
33310	Trias	trias	AS	O	33076	43.452	-5.5263	4
33310	Bospolin	bospolin	AS	O	33076	43.432	-5.4072	3
33310	Cervera	cervera	AS	O	33076	43.4052	-5.3854	4
33310	Tresvilla	tresvilla	AS	O	33076	43.432	-5.4072	3
33310	Puerta	puerta	AS	O	33076	43.4201	-5.4311	4
33310	Viñones	vinones	AS	O	33076	43.432	-5.4072	3
33310	Torazo	torazo	AS	O	33076	43.3951	-5.4	4
33310	Valbunena	valbunena	AS	O	33076	43.432	-5.4072	3
33310	Cayado	cayado	AS	O	33076	43.4524	-5.4132	4
33310	Piedrafita (Villaviciosa)	piedrafita-villaviciosa	AS	O	33076	43.432	-5.4072	3
33310	Abeu (Fuentes-Villaviciosa)	abeu-fuentes-villaviciosa	AS	O	33076	43.4683	-5.416	4
33310	Candones	candones	AS	O	33076	43.432	-5.4072	3
33310	Arriondo	arriondo	AS	O	33076	43.41	-5.4161	4
33310	Peral, El (Villaviciosa)	peral-el-villaviciosa	AS	O	33076	43.432	-5.4072	3
33310	Heria	heria	AS	O	33076	43.3911	-5.4225	4
33310	Pentanes	pentanes	AS	O	33076	43.432	-5.4072	3
33310	Cermuño	cermuno	AS	O	33076	43.4443	-5.4085	4
33310	Pino, El (Coro-Villaviciosa)	pino-el-coro-villaviciosa	AS	O	33076	43.45	-5.4	4
33310	El Coche	el-coche	AS	O	33076	43.432	-5.4072	3
33310	San Martin De Valles	san-martin-de-valles	AS	O	33076	43.4356	-5.3524	4
33310	Madiedo	madiedo	AS	O	33076	43.4155	-5.3931	4
33310	Castiello (Cabranes)	castiello-cabranes	AS	O	33076	43.432	-5.4072	3
33310	Santa Eulalia De Cabranes	santa-eulalia-de-cabranes	AS	O	33076	43.4162	-5.4113	4
33310	Coro	coro	AS	O	33076	43.45	-5.4	4
33310	San Vicente (Villaviciosa)	san-vicente-villaviciosa	AS	O	33076	43.432	-5.4072	3
33310	Buslad	buslad	AS	O	33076	43.4368	-5.3861	4
33310	Arboleya	arboleya	AS	O	33076	43.4135	-5.4306	4
33310	Ternin	ternin	AS	O	33076	43.432	-5.4072	3
33310	Niao	niao	AS	O	33076	43.432	-5.4173	4
33310	Granda, La (Coro-Villaviciosa)	granda-la-coro-villaviciosa	AS	O	33076	43.45	-5.4	4
33310	Solares (Villaviciosa)	solares-villaviciosa	AS	O	33076	43.432	-5.4072	3
33310	Carabaño	carabano	AS	O	33076	43.4132	-5.4187	4
33310	Parte, La (Cabranes)	parte-la-cabranes	AS	O	33076	43.432	-5.4072	3
33310	Los Caminos	los-caminos	AS	O	33076	43.4436	-5.4168	4
33310	Fresnedo (Cabranes)	fresnedo-cabranes	AS	O	33076	43.432	-5.4072	3
33310	Pando (Breceña-Villaviciosa)	pando-brecena-villaviciosa	AS	O	33076	43.4476	-5.3857	4
33310	Cotariella (Cabranes)	cotariella-cabranes	AS	O	33076	43.432	-5.4072	3
33310	Viñon	vinon	AS	O	33076	43.4272	-5.424	4
33310	Encrucijada, La (Cabranes)	encrucijada-la-cabranes	AS	O	33076	43.432	-5.4072	3
33310	Novales (Breceña-Villaviciosa)	novales-brecena-villaviciosa	AS	O	33076	43.4476	-5.3857	4
33310	Fresno (Cabranes)	fresno-cabranes	AS	O	33076	43.432	-5.4072	3
33310	Peñella	penella	AS	O	33076	43.3884	-5.406	4
33310	Moratin (Villaviciosa)	moratin-villaviciosa	AS	O	33076	43.432	-5.4072	3
33310	Breceña	brecena	AS	O	33076	43.4476	-5.3857	4
33310	Miyangües (Cabranes)	miyangues-cabranes	AS	O	33076	43.432	-5.4072	3
33310	Venta, La (Pando-Villaviciosa)	venta-la-pando-villaviciosa	AS	O	33076	43.4974	-5.4066	4
33310	Fuentes (Villaviciosa)	fuentes-villaviciosa	AS	O	33076	43.432	-5.4072	3
33310	Vallina (Breceña)	vallina-brecena	AS	O	33076	43.4476	-5.3857	4
33310	Migoya	migoya	AS	O	33076	43.432	-5.4072	3
33310	Ceyanes	ceyanes	AS	O	33076	43.4553	-5.3846	4
33310	Liñana	linana	AS	O	33076	43.432	-5.4072	3
33310	La Madrera	la-madrera	AS	O	33076	43.4382	-5.4027	4
33310	Tisorio	tisorio	AS	O	33076	43.432	-5.4072	3
33310	Piñera, La (Villaviciosa)	pinera-la-villaviciosa	AS	O	33076	43.432	-5.4072	3
33310	Rebollada, La (Cabranes)	rebollada-la-cabranes	AS	O	33076	43.432	-5.4072	3
33310	Güerdies	guerdies	AS	O	33076	43.432	-5.4072	3
33311	Valbucar	valbucar	AS	O	33076	43.4639	-5.4426	4
33311	Lugas	lugas	AS	O	33076	43.45	-5.4167	4
33311	Casquita (Amandi-Villaviciosa)	casquita-amandi-villaviciosa	AS	O	33076	43.4684	-5.444	4
33311	Pelamantas	pelamantas	AS	O	33076	43.4678	-5.4662	3
33311	Bozanes	bozanes	AS	O	33076	43.4614	-5.4534	4
33311	Cajide	cajide	AS	O	33076	43.4678	-5.4662	3
33311	Campos, Los (Amandi-Villaviciosa)	campos-los-amandi-villaviciosa	AS	O	33076	43.4684	-5.444	4
33311	Fontines	fontines	AS	O	33076	43.4678	-5.4662	3
33311	Valle, El (Cazanes - Villaviciosa)	valle-el-cazanes-villaviciosa	AS	O	33076	43.475	-5.4577	4
33311	Felgueres (Villaviciosa)	felgueres-villaviciosa	AS	O	33076	43.4678	-5.4662	3
33311	Amandi	amandi	AS	O	33076	43.4684	-5.444	4
33311	Coruxeu	coruxeu	AS	O	33076	43.4678	-5.4662	3
33311	Cazanes	cazanes	AS	O	33076	43.475	-5.4577	4
33311	Gordinallo	gordinallo	AS	O	33076	43.4678	-5.4662	3
33311	Palacio, El (Amandi - Villaviciosa)	palacio-el-amandi-villaviciosa	AS	O	33076	43.4684	-5.444	4
33311	Pumarin (Villaviciosa)	pumarin-villaviciosa	AS	O	33076	43.4678	-5.4662	3
33311	Carcabada (Cazanes-Villaviciosa)	carcabada-cazanes-villaviciosa	AS	O	33076	43.475	-5.4577	4
33311	San Juan (Villaviciosa)	san-juan-villaviciosa	AS	O	33076	43.4678	-5.4662	3
33311	Llera, La (Amandi)	llera-la-amandi	AS	O	33076	43.4684	-5.444	4
33311	Poladura (Villaviciosa)	poladura-villaviciosa	AS	O	33076	43.4678	-5.4662	3
33311	Vega, La (Cazanes-Villaviciosa)	vega-la-cazanes-villaviciosa	AS	O	33076	43.475	-5.4577	4
33311	Pedrera (Villaviciosa)	pedrera-villaviciosa	AS	O	33076	43.4678	-5.4662	3
33311	Sebrayo	sebrayo	AS	O	33076	43.4994	-5.3794	4
33311	La Mesada	la-mesada	AS	O	33076	43.4678	-5.4662	3
33311	Lavares	lavares	AS	O	33076	43.4872	-5.8964	4
33311	Sietes	sietes	AS	O	33076	43.4329	-5.3671	4
33311	Gotera	gotera	AS	O	33076	43.4678	-5.4662	3
33311	Obaya	obaya	AS	O	33076	43.4479	-5.4533	4
33311	Lavares (Villaviciosa)	lavares-villaviciosa	AS	O	33076	43.4678	-5.4662	3
33311	Lugarin (Villaviciosa)	lugarin-villaviciosa	AS	O	33076	43.4678	-5.4662	3
33311	Mieres (Villaviciosa)	mieres-villaviciosa	AS	O	33076	43.4678	-5.4662	3
33311	Parra, La (Villaviciosa)	parra-la-villaviciosa	AS	O	33076	43.4678	-5.4662	3
33311	Ximangues	ximangues	AS	O	33076	43.4678	-5.4662	3
33311	Sorribas (Villaviciosa)	sorribas-villaviciosa	AS	O	33076	43.4678	-5.4662	3
33311	Quinta, La (Villaviciosa)	quinta-la-villaviciosa	AS	O	33076	43.4678	-5.4662	3
33311	Roza, La (Villaviciosa)	roza-la-villaviciosa	AS	O	33076	43.4678	-5.4662	3
33311	Algara	algara	AS	O	33076	43.4678	-5.4662	3
33311	Arpandi	arpandi	AS	O	33076	43.4678	-5.4662	3
33311	Arrabal	arrabal	AS	O	33076	43.4678	-5.4662	3
33311	Baragañas	baraganas	AS	O	33076	43.4678	-5.4662	3
33312	Puelles	puelles	AS	O	33076	43.4473	-5.5132	4
33312	Ronzon (Villaviciosa)	ronzon-villaviciosa	AS	O	33076	43.4586	-5.5004	3
33312	Villarrica	villarrica	AS	O	33076	43.4295	-5.5132	4
33312	Valdedios (Villaviciosa)	valdedios-villaviciosa	AS	O	33076	43.4586	-5.5004	3
33312	Camoca De Arriba	camoca-de-arriba	AS	O	33076	43.4595	-5.4793	4
33312	Camoca De Abajo	camoca-de-abajo	AS	O	33076	43.4628	-5.4677	4
33312	Travieso	travieso	AS	O	33076	43.4586	-5.5004	3
33312	Lloses	lloses	AS	O	33076	43.4425	-5.49	4
33312	Toya	toya	AS	O	33076	43.4586	-5.5004	3
33312	Torretejera	torretejera	AS	O	33076	43.5245	-5.5253	4
33312	Santi	santi	AS	O	33076	43.4586	-5.5004	3
33312	Valeri	valeri	AS	O	33076	43.4441	-5.5138	4
33312	Villabona (Villaviciosa)	villabona-villaviciosa	AS	O	33076	43.4586	-5.5004	3
33312	Valle, El (Camoca - Villaviciosa)	valle-el-camoca-villaviciosa	AS	O	33076	43.4586	-5.5004	3
33312	Llaneces	llaneces	AS	O	33076	43.4586	-5.5004	3
33312	Xiana	xiana	AS	O	33076	43.4586	-5.5004	3
33312	San Saturnino	san-saturnino	AS	O	33076	43.4586	-5.5004	3
33312	Llano, El (Villaviciosa)	llano-el-villaviciosa	AS	O	33076	43.4586	-5.5004	3
33312	Viña, La (Villaviciosa)	vina-la-villaviciosa	AS	O	33076	43.4586	-5.5004	3
33312	Ambas (Villaviciosa)	ambas-villaviciosa	AS	O	33076	43.4586	-5.5004	3
33312	Arbazal	arbazal	AS	O	33076	43.4586	-5.5004	3
33312	Campo, El (Villaviciosa)	campo-el-villaviciosa	AS	O	33076	43.4586	-5.5004	3
33312	Castañeu	castaneu	AS	O	33076	43.4586	-5.5004	3
33312	Castiello (Villaviciosa)	castiello-villaviciosa	AS	O	33076	43.4586	-5.5004	3
33312	Luaria	luaria	AS	O	33076	43.4586	-5.5004	3
33312	Piqera, La (Camoca-Villaviciosa)	piqera-la-camoca-villaviciosa	AS	O	33076	43.4586	-5.5004	3
33312	Riega, La (Camoca - Villaviciosa)	riega-la-camoca-villaviciosa	AS	O	33076	43.4586	-5.5004	3
33312	Congares	congares	AS	O	33076	43.4586	-5.5004	3
33312	Daja	daja	AS	O	33076	43.4586	-5.5004	3
33312	Granda, La (Puebles-Villaviciosa)	granda-la-puebles-villaviciosa	AS	O	33076	43.4586	-5.5004	3
33313	Sopeñas	sopenas	AS	O	33076	43.45	-5.5333	4
33313	Molinos (Villaviciosa)	molinos-villaviciosa	AS	O	33076	43.4638	-5.4937	3
33313	Piqera (Nievares-Villaviciosa)	piqera-nievares-villaviciosa	AS	O	33076	43.4706	-5.4986	4
33313	Nievares (Villaviciosa)	nievares-villaviciosa	AS	O	33076	43.4638	-5.4937	3
33313	Casquita (Grases-Villaviciosa)	casquita-grases-villaviciosa	AS	O	33076	43.4666	-5.4778	4
33313	Singla	singla	AS	O	33076	43.4468	-5.4443	4
33313	Cabrafrio	cabrafrio	AS	O	33076	43.4638	-5.4937	3
33313	Fabares	fabares	AS	O	33076	43.4439	-5.5394	4
33313	Turbeño	turbeno	AS	O	33076	43.4638	-5.4937	3
33313	El Sur	el-sur	AS	O	33076	43.4738	-5.4394	4
33313	El Respigo	el-respigo	AS	O	33076	43.4638	-5.4937	3
33313	Grases	grases	AS	O	33076	43.4666	-5.4778	4
33313	San Pedrin	san-pedrin	AS	O	33076	43.4638	-5.4937	3
33313	Casares (Nievares-Villaviciosa)	casares-nievares-villaviciosa	AS	O	33076	43.4706	-5.4986	4
33313	Reboria, La (Villaviciosa)	reboria-la-villaviciosa	AS	O	33076	43.4638	-5.4937	3
33313	Venta, La (Grases - Villaviciosa)	venta-la-grases-villaviciosa	AS	O	33076	43.4666	-5.4778	4
33313	Huelga, La (Villaviciosa)	huelga-la-villaviciosa	AS	O	33076	43.4638	-5.4937	3
33313	Piqera, La (Rozadas-Villaviciosa)	piqera-la-rozadas-villaviciosa	AS	O	33076	43.4667	-5.5167	4
33313	Heros, Los (Villaviciosa)	heros-los-villaviciosa	AS	O	33076	43.4638	-5.4937	3
33313	Pueblo (Nievares-Villaviciosa)	pueblo-nievares-villaviciosa	AS	O	33076	43.4706	-5.4986	4
33313	Cuadros, Los (Villaviciosa)	cuadros-los-villaviciosa	AS	O	33076	43.4638	-5.4937	3
33313	Villanueva (Rozadas-Villaviciosa)	villanueva-rozadas-villaviciosa	AS	O	33076	43.4667	-5.5167	4
33313	Cortina, La (Villaviciosa)	cortina-la-villaviciosa	AS	O	33076	43.4638	-5.4937	3
33313	Torre, La (Nievares-Villaviciosa)	torre-la-nievares-villaviciosa	AS	O	33076	43.4706	-5.4986	4
33313	Conceyero	conceyero	AS	O	33076	43.4638	-5.4937	3
33313	Barraca (Villaviciosa)	barraca-villaviciosa	AS	O	33076	43.4638	-5.4937	3
33313	Argallada	argallada	AS	O	33076	43.4638	-5.4937	3
33313	Arbellia	arbellia	AS	O	33076	43.4638	-5.4937	3
33313	Mayorazo	mayorazo	AS	O	33076	43.4638	-5.4937	3
33313	Terrero	terrero	AS	O	33076	43.4638	-5.4937	3
33313	Llanas, Las (Villaviciosa)	llanas-las-villaviciosa	AS	O	33076	43.4638	-5.4937	3
33313	La Pendiz	la-pendiz	AS	O	33076	43.4638	-5.4937	3
33313	Las Cuartas	las-cuartas	AS	O	33076	43.4638	-5.4937	3
33313	Rozadas (Villaviciosa)	rozadas-villaviciosa	AS	O	33076	43.4638	-5.4937	3
33313	Llosa, La (Villaviciosa)	llosa-la-villaviciosa	AS	O	33076	43.4638	-5.4937	3
33313	Vallinas, Las (Villaviciosa)	vallinas-las-villaviciosa	AS	O	33076	43.4638	-5.4937	3
33313	Cueva, La (Villaviciosa)	cueva-la-villaviciosa	AS	O	33076	43.4638	-5.4937	3
33314	Villanueva (Sariego-Villaviciosa)	villanueva-sariego-villaviciosa	AS	O	33076	43.4802	-5.4811	4
33314	Obra, La (Villaviciosa)	obra-la-villaviciosa	AS	O	33076	43.5161	-5.5119	3
33314	Arguero	arguero	AS	O	33076	43.5409	-5.4699	4
33314	Cuatro Caminos	cuatro-caminos	AS	O	33076	43.5161	-5.5119	3
33314	Quintana, La (Arguero - Villaviciosa)	quintana-la-arguero-villaviciosa	AS	O	33076	43.5409	-5.4699	4
33314	Santa Cecilia (Villaviciosa)	santa-cecilia-villaviciosa	AS	O	33076	43.5161	-5.5119	3
33314	Peon	peon	AS	O	33076	43.4833	-5.5333	4
33314	San Justo (Villaviciosa)	san-justo-villaviciosa	AS	O	33076	43.5161	-5.5119	3
33314	Quintes	quintes	AS	O	33076	43.5323	-5.5418	4
33314	Valle, El (Peon-Villaviciosa)	valle-el-peon-villaviciosa	AS	O	33076	43.4833	-5.5333	4
33314	Florida, La (Villaviciosa)	florida-la-villaviciosa	AS	O	33076	43.5161	-5.5119	3
33314	Argañoso	arganoso	AS	O	33076	43.4511	-5.5738	4
33314	Manzanedo	manzanedo	AS	O	33076	43.5295	-5.4657	4
33314	Carbayera (Castiello-Villaviciosa)	carbayera-castiello-villaviciosa	AS	O	33076	43.5161	-5.5119	3
33314	Quintueles	quintueles	AS	O	33076	43.5441	-5.5786	4
33314	Candanal (Villaviciosa)	candanal-villaviciosa	AS	O	33076	43.5161	-5.5119	3
33314	Fresno, El (Careñes - Villaviciosa)	fresno-el-carenes-villaviciosa	AS	O	33076	43.55	-5.5	4
33314	Villaverde (Villavicio)	villaverde-villavicio	AS	O	33076	43.5161	-5.5119	3
33314	Careñes	carenes	AS	O	33076	43.55	-5.5	4
33314	Venta De Las Ranas	venta-de-las-ranas	AS	O	33076	43.5161	-5.5119	3
33314	Piñares	pinares	AS	O	33076	43.5254	-5.5319	4
33314	Venta De La Esperanza	venta-de-la-esperanza	AS	O	33076	43.5161	-5.5119	3
33314	Arriba	arriba	AS	O	33076	43.5161	-5.5351	4
33314	Vega, La (Castiello-Villaviciosa)	vega-la-castiello-villaviciosa	AS	O	33076	43.5161	-5.5119	3
33314	Fondujo	fondujo	AS	O	33076	43.509	-5.5282	4
33314	Vallina, La (Villavic.)	vallina-la-villavic	AS	O	33076	43.5161	-5.5119	3
33314	Caes	caes	AS	O	33076	43.4795	-5.4733	4
33314	Curbiello	curbiello	AS	O	33076	43.5161	-5.5119	3
33314	Silva (Careñes-Villaviciosa)	silva-carenes-villaviciosa	AS	O	33076	43.55	-5.5	4
33314	Cruz, La (Villaviciosa)	cruz-la-villaviciosa	AS	O	33076	43.5161	-5.5119	3
33314	Cadamancio	cadamancio	AS	O	33076	43.5072	-5.4813	4
33314	Contriz (Villaviciosa)	contriz-villaviciosa	AS	O	33076	43.5161	-5.5119	3
33314	San Miguel (Arroes-Villaviciosa)	san-miguel-arroes-villaviciosa	AS	O	33076	43.5167	-5.5167	4
33314	Collado (Villaviciosa)	collado-villaviciosa	AS	O	33076	43.5161	-5.5119	3
33314	Cimadevilla (Villaviciosa)	cimadevilla-villaviciosa	AS	O	33076	43.5161	-5.5119	3
33314	Bustiello (Villaviciosa)	bustiello-villaviciosa	AS	O	33076	43.5161	-5.5119	3
33314	Roces (Villaviciosa)	roces-villaviciosa	AS	O	33076	43.5161	-5.5119	3
33314	Marina, La (Villaviciosa)	marina-la-villaviciosa	AS	O	33076	43.5161	-5.5119	3
33314	Piñole	pinole	AS	O	33076	43.5161	-5.5119	3
33314	Pedroso, El (Villavicios)	pedroso-el-villavicios	AS	O	33076	43.5161	-5.5119	3
33314	Cerra (Villaviciosa)	cerra-villaviciosa	AS	O	33076	43.5161	-5.5119	3
33314	Castiello De La Marina	castiello-de-la-marina	AS	O	33076	43.5161	-5.5119	3
33314	Monasterio	monasterio	AS	O	33076	43.5161	-5.5119	3
33314	Nava, La (Villaviciosa)	nava-la-villaviciosa	AS	O	33076	43.5161	-5.5119	3
33314	Melendreras (Villaviciosa)	melendreras-villaviciosa	AS	O	33076	43.5161	-5.5119	3
33314	Camino Real	camino-real	AS	O	33076	43.5161	-5.5119	3
33314	Rodavigo	rodavigo	AS	O	33076	43.5161	-5.5119	3
33314	Pumar De Abad	pumar-de-abad	AS	O	33076	43.5161	-5.5119	3
33314	Puente Arroes	puente-arroes	AS	O	33076	43.5161	-5.5119	3
33314	Sariego (Villaviciosa)	sariego-villaviciosa	AS	O	33076	43.5161	-5.5119	3
33314	Atilan	atilan	AS	O	33076	43.5161	-5.5119	3
33314	Arroes (Sta Marina)	arroes-sta-marina	AS	O	33076	43.5161	-5.5119	3
33314	Barcena (Villaviciosa)	barcena-villaviciosa	AS	O	33076	43.5161	-5.5119	3
33314	El Calderon	el-calderon	AS	O	33076	43.5161	-5.5119	3
33314	Corolla (Villaviciosa)	corolla-villaviciosa	AS	O	33076	43.5161	-5.5119	3
33315	Lloraza	lloraza	AS	O	33076	43.5294	-5.4509	4
33315	Arenas (Villaviciosa)	arenas-villaviciosa	AS	O	33076	43.5249	-5.4342	3
33315	Oles	oles	AS	O	33076	43.5333	-5.4333	4
33315	San Martin Del Mar	san-martin-del-mar	AS	O	33076	43.5184	-5.4068	4
33315	Tarandiellos	tarandiellos	AS	O	33076	43.5249	-5.4342	3
33315	Abayu	abayu	AS	O	33076	43.4928	-5.4502	4
33315	Tazones	tazones	AS	O	33076	43.55	-5.4333	4
33315	Tuero	tuero	AS	O	33076	43.5249	-5.4342	3
33315	Riega, La (Bedriñana - Villaviciosa)	riega-la-bedrinana-villaviciosa	AS	O	33076	43.5	-5.4333	4
33315	Villar (Tazones)	villar-tazones	AS	O	33076	43.55	-5.4333	4
33315	Mienagos	mienagos	AS	O	33076	43.5249	-5.4342	3
33315	Bedriñana	bedrinana	AS	O	33076	43.5	-5.4333	4
33315	San Miguel (Tazones - Villaviciosa)	san-miguel-tazones-villaviciosa	AS	O	33076	43.55	-5.4333	4
33315	Mestas, Las (Villaviciosa)	mestas-las-villaviciosa	AS	O	33076	43.5249	-5.4342	3
33315	Atalaya, La (Villaviciosa)	atalaya-la-villaviciosa	AS	O	33076	43.5249	-5.4342	3
33315	Oriyes	oriyes	AS	O	33076	43.5249	-5.4342	3
33315	Llames (Villaviciosa)	llames-villaviciosa	AS	O	33076	43.5249	-5.4342	3
33315	Maseras	maseras	AS	O	33076	43.5249	-5.4342	3
33315	Cabañas (Villaviciosa)	cabanas-villaviciosa	AS	O	33076	43.5249	-5.4342	3
33315	Seli	seli	AS	O	33076	43.5249	-5.4342	3
33315	Santa Marina (Villaviciosa)	santa-marina-villaviciosa	AS	O	33076	43.5249	-5.4342	3
33315	Retiro (Villaviciosa)	retiro-villaviciosa	AS	O	33076	43.5249	-5.4342	3
33315	Requejo (Villaviciosa)	requejo-villaviciosa	AS	O	33076	43.5249	-5.4342	3
33315	Liñero	linero	AS	O	33076	43.5249	-5.4342	3
33315	Pola, La (Villaviciosa)	pola-la-villaviciosa	AS	O	33076	43.5249	-5.4342	3
33315	Gobernador	gobernador	AS	O	33076	43.5249	-5.4342	3
33315	La Ermita	la-ermita	AS	O	33076	43.5249	-5.4342	3
33316	Santa Mera	santa-mera	AS	O	33076	43.5265	-5.3418	4
33316	San Andres (Villaviciosa)	san-andres-villaviciosa	AS	O	33076	43.4871	-5.3854	3
33316	Fresno, El (Tornon-Villaviciosa)	fresno-el-tornon-villaviciosa	AS	O	33076	43.5	-5.4	4
33316	Soma La (Villaviciosa)	soma-la-villaviciosa	AS	O	33076	43.4871	-5.3854	3
33316	Villar (Selorio-Villaviciosa)	villar-selorio-villaviciosa	AS	O	33076	43.5158	-5.3652	4
33316	Soto (Villaviciosa)	soto-villaviciosa	AS	O	33076	43.4871	-5.3854	3
33316	Toroyes	toroyes	AS	O	33076	43.4781	-5.3619	4
33316	Silva (Villaverde - Villaviciosa)	silva-villaverde-villaviciosa	AS	O	33076	43.4871	-5.3854	3
33316	Selorio	selorio	AS	O	33076	43.5158	-5.3652	4
33316	Ayones (Villaviciosa)	ayones-villaviciosa	AS	O	33076	43.4871	-5.3854	3
33316	Vega (Selorio-Villaviciosa)	vega-selorio-villaviciosa	AS	O	33076	43.5158	-5.3652	4
33316	Cabañona, La (Villaviciosa)	cabanona-la-villaviciosa	AS	O	33076	43.4871	-5.3854	3
33316	Montoto	montoto	AS	O	33076	43.481	-5.4204	4
33316	La Busta	la-busta	AS	O	33076	43.3667	-5.3167	4
33316	Carda De Arriba	carda-de-arriba	AS	O	33076	43.4871	-5.3854	3
33316	Poreño	poreno	AS	O	33076	43.4267	-5.4472	4
33316	Otero, El (Villaviciosa)	otero-el-villaviciosa	AS	O	33076	43.4871	-5.3854	3
33316	Quintana (Priesca - Villaviciosa)	quintana-priesca-villaviciosa	AS	O	33076	43.4851	-5.3586	4
33316	Onon (Villaviciosa)	onon-villaviciosa	AS	O	33076	43.4871	-5.3854	3
33316	Torre, La (Carda-Villaviciosa)	torre-la-carda-villaviciosa	AS	O	33076	43.4908	-5.421	4
33316	Muslera	muslera	AS	O	33076	43.4871	-5.3854	3
33316	Vega, La (Priesca-Villaviciosa)	vega-la-priesca-villaviciosa	AS	O	33076	43.4851	-5.3586	4
33316	Muñones	munones	AS	O	33076	43.4871	-5.3854	3
33316	Tornon	tornon	AS	O	33076	43.5	-5.4	4
33316	Moreda (Villaviciosa)	moreda-villaviciosa	AS	O	33076	43.4871	-5.3854	3
33316	Casares, Los (Priesca-Villaviciosa)	casares-los-priesca-villaviciosa	AS	O	33076	43.4851	-5.3586	4
33316	Maniel	maniel	AS	O	33076	43.4871	-5.3854	3
33316	Carda	carda	AS	O	33076	43.4908	-5.421	4
33316	Llera, La (Quintana)	llera-la-quintana	AS	O	33076	43.4871	-5.3854	3
33316	Abeu De Arriba (Carda-Villaviciosa)	abeu-de-arriba-carda-villaviciosa	AS	O	33076	43.4908	-5.421	4
33316	Espina, La (Quintana)	espina-la-quintana	AS	O	33076	43.4871	-5.3854	3
33316	Pando (Tornon - Villaviciosa)	pando-tornon-villaviciosa	AS	O	33076	43.5	-5.4	4
33316	Villaverde (Quintana)	villaverde-quintana	AS	O	33076	43.4871	-5.3854	3
33316	Sienra, La (Tornon - Villaviciosa)	sienra-la-tornon-villaviciosa	AS	O	33076	43.5	-5.4	4
33316	Villar (Villaviciosa)	villar-villaviciosa	AS	O	33076	43.4871	-5.3854	3
33316	Villar (Tornon-Villaviciosa)	villar-tornon-villaviciosa	AS	O	33076	43.5	-5.4	4
33316	Vega (Quintana)	vega-quintana	AS	O	33076	43.4871	-5.3854	3
33316	Valles, Los (Villaviciosa)	valles-los-villaviciosa	AS	O	33076	43.4871	-5.3854	3
33316	San Roque (Villaviciosa)	san-roque-villaviciosa	AS	O	33076	43.4871	-5.3854	3
33316	Riera (Villaviciosa)	riera-villaviciosa	AS	O	33076	43.4871	-5.3854	3
33316	Rebollar (Villaviciosa)	rebollar-villaviciosa	AS	O	33076	43.4871	-5.3854	3
33316	Rasa, La (Villaviciosa)	rasa-la-villaviciosa	AS	O	33076	43.4871	-5.3854	3
33316	Priesca (San Salvador)	priesca-san-salvador	AS	O	33076	43.4871	-5.3854	3
33316	Porreo	porreo	AS	O	33076	43.4871	-5.3854	3
33316	Piquera, La (Villavicio)	piquera-la-villavicio	AS	O	33076	43.4871	-5.3854	3
33316	Peruyera (Villaviciosa)	peruyera-villaviciosa	AS	O	33076	43.4871	-5.3854	3
33316	Las Callejas	las-callejas	AS	O	33076	43.4871	-5.3854	3
33316	La Alegria	la-alegria	AS	O	33076	43.4871	-5.3854	3
33316	Los Faroles	los-faroles	AS	O	33076	43.4871	-5.3854	3
33316	Peredi	peredi	AS	O	33076	43.4871	-5.3854	3
33316	Peredal	peredal	AS	O	33076	43.4871	-5.3854	3
33316	Parada, La (Villaviciosa)	parada-la-villaviciosa	AS	O	33076	43.4871	-5.3854	3
33317	Bayones	bayones	AS	O	33076	43.4675	-5.3731	4
33317	La Hera	la-hera	AS	O	33076	43.481	-5.4333	3
33317	Cueli	cueli	AS	O	33076	43.4827	-5.3818	4
33317	Paniceres (La Magdalena - Villaviciosa)	paniceres-la-magdalena-villaviciosa	AS	O	33076	43.4668	-5.3906	4
33317	Casa Hevia	casa-hevia	AS	O	33076	43.481	-5.4333	3
33317	Paniceres (Pando - Villaviciosa)	paniceres-pando-villaviciosa	AS	O	33076	43.4974	-5.4066	4
33317	La Sota	la-sota	AS	O	33076	43.4895	-5.85	4
33317	Camatierra	camatierra	AS	O	33076	43.481	-5.4333	3
33317	Caliellu (Busto-Villaviciosa)	caliellu-busto-villaviciosa	AS	O	33076	43.4605	-5.3749	4
33317	Novales (Oles-Villaviciosa)	novales-oles-villaviciosa	AS	O	33076	43.5333	-5.4333	4
33317	Calamua	calamua	AS	O	33076	43.481	-5.4333	3
33317	Carbayera (Magdalena-Villaviciosa)	carbayera-magdalena-villaviciosa	AS	O	33076	43.4668	-5.3906	4
33317	Gancedo	gancedo	AS	O	33076	43.4767	-5.3749	4
33317	Busto, El (Villaviciosa)	busto-el-villaviciosa	AS	O	33076	43.481	-5.4333	3
33317	Campos, Los (Miravalles-Villaviciosa)	campos-los-miravalles-villaviciosa	AS	O	33076	43.4833	-5.4	4
33317	Brañas, Las (Villaviciosa)	branas-las-villaviciosa	AS	O	33076	43.481	-5.4333	3
33317	Sienra, La (La Magdalena - Villaviciosa)	sienra-la-la-magdalena-villaviciosa	AS	O	33076	43.4668	-5.3906	4
33317	Baton	baton	AS	O	33076	43.481	-5.4333	3
33317	Barrosa, La (Villaviciosa)	barrosa-la-villaviciosa	AS	O	33076	43.481	-5.4333	3
33317	Balduera	balduera	AS	O	33076	43.481	-5.4333	3
33317	Aguelle	aguelle	AS	O	33076	43.481	-5.4333	3
33317	Acevedo (Villaviciosa)	acevedo-villaviciosa	AS	O	33076	43.481	-5.4333	3
33317	San Blas	san-blas	AS	O	33076	43.481	-5.4333	3
33317	La Abadia	la-abadia	AS	O	33076	43.481	-5.4333	3
33317	Las Felgueras	las-felgueras	AS	O	33076	43.481	-5.4333	3
33317	Casamayor (Villaviciosa)	casamayor-villaviciosa	AS	O	33076	43.481	-5.4333	3
33317	Palomera	palomera	AS	O	33076	43.481	-5.4333	3
33317	Morillon	morillon	AS	O	33076	43.481	-5.4333	3
33317	Miyar, La (Villaviciosa)	miyar-la-villaviciosa	AS	O	33076	43.481	-5.4333	3
33317	Lugaron	lugaron	AS	O	33076	43.481	-5.4333	3
33317	Magdalena, La (Villaviciosa)	magdalena-la-villaviciosa	AS	O	33076	43.481	-5.4333	3
33317	Mallado	mallado	AS	O	33076	43.481	-5.4333	3
33317	Pico, El (Villaviciosa)	pico-el-villaviciosa	AS	O	33076	43.481	-5.4333	3
33317	Pino, El (Cardo-Villaviciosa)	pino-el-cardo-villaviciosa	AS	O	33076	43.481	-5.4333	3
33317	Polledo (Villaviciosa)	polledo-villaviciosa	AS	O	33076	43.481	-5.4333	3
33317	Puente (Villaviciosa)	puente-villaviciosa	AS	O	33076	43.481	-5.4333	3
33317	Rionda (Villaviciosa)	rionda-villaviciosa	AS	O	33076	43.481	-5.4333	3
33317	Sabudiello	sabudiello	AS	O	33076	43.481	-5.4333	3
33317	San Martin De Miravalles	san-martin-de-miravalles	AS	O	33076	43.481	-5.4333	3
33317	Santa Eugenia (Villaviciosa)	santa-eugenia-villaviciosa	AS	O	33076	43.481	-5.4333	3
33317	Santiago (Villaviciosa)	santiago-villaviciosa	AS	O	33076	43.481	-5.4333	3
33317	Vallin, El (Villaviciosa)	vallin-el-villaviciosa	AS	O	33076	43.481	-5.4333	3
33317	Xin	xin	AS	O	33076	43.481	-5.4333	3
33317	Miravalles (Villaviciosa)	miravalles-villaviciosa	AS	O	33076	43.481	-5.4333	3
33318	Celada	celada	AS	O	33076	43.4252	-5.4601	4
33318	Miyeres (Villaviciosa)	miyeres-villaviciosa	AS	O	33076	43.4293	-5.4831	3
33318	Mogobio	mogobio	AS	O	33076	43.4341	-5.4832	4
33318	Vallinaoscura	vallinaoscura	AS	O	33076	43.4272	-5.5081	4
33318	La Payariega	la-payariega	AS	O	33076	43.4293	-5.4831	3
33318	Valdebarcena	valdebarcena	AS	O	33076	43.433	-5.4735	4
33318	La Trocha	la-trocha	AS	O	33076	43.4293	-5.4831	3
33318	Morvis	morvis	AS	O	33076	43.4481	-5.5346	4
33318	Los Torales	los-torales	AS	O	33076	43.4293	-5.4831	3
33318	Cuinya	cuinya	AS	O	33076	43.4234	-5.4732	4
33318	Fernandiz	fernandiz	AS	O	33076	43.4293	-5.4831	3
33318	Rali	rali	AS	O	33076	43.4142	-5.4491	4
33318	Valdemaria	valdemaria	AS	O	33076	43.4293	-5.4831	3
33318	Vegas, Las (Villaviciosa)	vegas-las-villaviciosa	AS	O	33076	43.4293	-5.4831	3
33318	Viesca, La (Villaviciosa)	viesca-la-villaviciosa	AS	O	33076	43.4293	-5.4831	3
33318	Villar (Valdebarcena - Villaviciosa)	villar-valdebarcena-villaviciosa	AS	O	33076	43.4293	-5.4831	3
33318	Vitienes	vitienes	AS	O	33076	43.4293	-5.4831	3
33318	Llata	llata	AS	O	33076	43.4293	-5.4831	3
33318	Contina	contina	AS	O	33076	43.4293	-5.4831	3
33318	Fumerin	fumerin	AS	O	33076	43.4293	-5.4831	3
33318	Fongabin	fongabin	AS	O	33076	43.4293	-5.4831	3
33318	Ferreria (Villaviciosa)	ferreria-villaviciosa	AS	O	33076	43.4293	-5.4831	3
33318	Fuentona	fuentona	AS	O	33076	43.4293	-5.4831	3
33318	Espina (Villaviciosa)	espina-villaviciosa	AS	O	33076	43.4293	-5.4831	3
33318	Mota	mota	AS	O	33076	43.4293	-5.4831	3
33318	Charcon, El (Villaviciosa)	charcon-el-villaviciosa	AS	O	33076	43.4293	-5.4831	3
33318	Conciella	conciella	AS	O	33076	43.4293	-5.4831	3
33318	Ceceñes	cecenes	AS	O	33076	43.4293	-5.4831	3
33318	Sello	sello	AS	O	33076	43.4293	-5.4831	3
33318	Toral, El (Villaviciosa)	toral-el-villaviciosa	AS	O	33076	43.4293	-5.4831	3
33318	Tejera, La (Villaviciosa)	tejera-la-villaviciosa	AS	O	33076	43.4293	-5.4831	3
33318	Riaño (Villaviciosa)	riano-villaviciosa	AS	O	33076	43.4293	-5.4831	3
33318	Peruyero (Villaviciosa)	peruyero-villaviciosa	AS	O	33076	43.4293	-5.4831	3
33318	Carcabada (Celada-Villaviciosa)	carcabada-celada-villaviciosa	AS	O	33076	43.4293	-5.4831	3
33318	Valdaces	valdaces	AS	O	33076	43.4293	-5.4831	3
33318	Miyares (Villaviciosa)	miyares-villaviciosa	AS	O	33076	43.4293	-5.4831	3
33318	Mahoxu	mahoxu	AS	O	33076	43.4293	-5.4831	3
33318	Llosanueva	llosanueva	AS	O	33076	43.4293	-5.4831	3
33320	Colunga	colunga	AS	O	33019	43.4853	-5.2701	4
33324	Riera, La (Colunga)	riera-la-colunga	AS	O	33019	43.4853	-5.2701	4
33325	Libardon	libardon	AS	O	33019	43.4302	-5.3127	4
33325	Raicedo (Colunga)	raicedo-colunga	AS	O	33019	43.4293	-5.3062	3
33325	Eslabayo	eslabayo	AS	O	33019	43.4284	-5.2998	4
33325	Carrandena	carrandena	AS	O	33019	43.4293	-5.3062	3
33325	Fano (Colunga)	fano-colunga	AS	O	33019	43.4293	-5.3062	3
33326	Llineres	llineres	AS	O	33076	43.4741	-5.3796	3
33326	Pivierda	pivierda	AS	O	33076	43.4524	-5.3342	4
33326	Castañera (Rales-Villaviciosa)	castanera-rales-villaviciosa	AS	O	33076	43.4515	-5.3572	4
33326	El Cayo	el-cayo	AS	O	33076	43.4741	-5.3796	3
33326	San Feliz (Arguero-Villaviciosa)	san-feliz-arguero-villaviciosa	AS	O	33076	43.5409	-5.4699	4
33326	San Feliz (Rales-Villaviciosa)	san-feliz-rales-villaviciosa	AS	O	33076	43.4515	-5.3572	4
33326	Ñabla	nabla	AS	O	33076	43.4741	-5.3796	3
33326	Cardegoda	cardegoda	AS	O	33076	43.4741	-5.3796	3
33326	Arnin	arnin	AS	O	33076	43.4741	-5.3796	3
33326	Rales (Villaviciosa)	rales-villaviciosa	AS	O	33076	43.4741	-5.3796	3
33326	El Llestro	el-llestro	AS	O	33076	43.4741	-5.3796	3
33327	Pernus	pernus	AS	O	33019	43.4789	-5.3249	4
33327	Pis	pis	AS	O	33019	43.478	-5.3028	4
33327	Beldredo	beldredo	AS	O	33019	43.4758	-5.3153	4
33327	Villaescusa (Colunga)	villaescusa-colunga	AS	O	33019	43.48	-5.3074	3
33327	Sales	sales	AS	O	33019	43.4875	-5.2867	4
33327	Conlledo	conlledo	AS	O	33019	43.48	-5.3074	3
33328	Luces	luces	AS	O	33019	43.5177	-5.2912	4
33328	Huerres	huerres	AS	O	33019	43.5037	-5.2775	3
33328	San Juan De Duz	san-juan-de-duz	AS	O	33019	43.4898	-5.2637	4
33328	San Telmo	san-telmo	AS	O	33019	43.5037	-5.2775	3
33329	Carrandi	carrandi	AS	O	33019	43.4616	-5.2718	4
33330	Lastres	lastres	AS	O	33019	43.514	-5.2698	4
33340	Lue	lue	AS	O	33019	43.4968	-5.3242	4
33340	Castiello (Colunga)	castiello-colunga	AS	O	33019	43.4968	-5.3242	3
33341	La Isla	la-isla	AS	O	33019	43.4809	-5.2279	4
33342	Loroñe	lorone	AS	O	33019	43.4673	-5.2282	4
33342	Gobiendes	gobiendes	AS	O	33019	43.4675	-5.239	4
33342	Coceña	cocena	AS	O	33019	43.4737	-5.2515	4
33343	Duyos	duyos	AS	O	33013	43.4573	-5.2048	4
33343	Duesos	duesos	AS	O	33013	43.4675	-5.2095	4
33343	Caravia Baja	caravia-baja	AS	O	33013	43.4624	-5.2071	3
33343	Espasa, La (Caravia B.)	espasa-la-caravia-b	AS	O	33013	43.4624	-5.2071	3
33343	Carrales	carrales	AS	O	33013	43.4624	-5.2071	3
33343	Valle (Caravia)	valle-caravia	AS	O	33013	43.4624	-5.2071	3
33344	Prado (Caravia)	prado-caravia	AS	O	33013	43.4606	-5.1918	4
33344	Cerracin	cerracin	AS	O	33013	43.4606	-5.1918	3
33344	Bandalisque	bandalisque	AS	O	33013	43.4606	-5.1918	3
33344	Rotella (Caravia Alta)	rotella-caravia-alta	AS	O	33013	43.4606	-5.1918	3
33344	Pumarin (Caravia Alta)	pumarin-caravia-alta	AS	O	33013	43.4606	-5.1918	3
33344	La Cantiella	la-cantiella	AS	O	33013	43.4606	-5.1918	3
33345	Alea	alea	AS	O	33056	43.4422	-5.16	4
33345	Torre, La (Ribadesella)	torre-la-ribadesella	AS	O	33056	43.4615	-5.0595	4
33345	Barredo (Ribadesella)	barredo-ribadesella	AS	O	33056	43.4615	-5.0595	4
33345	Linares (Ribadesella)	linares-ribadesella	AS	O	33056	43.4615	-5.0595	4
33345	Vega, La (Ribadesella)	vega-la-ribadesella	AS	O	33056	43.4615	-5.0595	4
33346	Berbes	berbes	AS	O	33056	43.4726	-5.1535	4
33346	Caravia Alta	caravia-alta	AS	O	33056	43.4726	-5.1535	3
33347	Leces	leces	AS	O	33056	43.4641	-5.1102	4
33347	Tereñes	terenes	AS	O	33056	43.4717	-5.0954	4
33347	Bones	bones	AS	O	33056	43.4611	-5.1217	4
33347	Abeo	abeo	AS	O	33056	43.4673	-5.1108	4
33347	San Pedro (Ribadesella)	san-pedro-ribadesella	AS	O	33056	43.4657	-5.1097	3
33347	San Esteban De Leces	san-esteban-de-leces	AS	O	33056	43.4641	-5.1102	4
33350	Monte	monte	AS	O	33024	43.4532	-5.6622	4
33350	San Martin De Huerces	san-martin-de-huerces	AS	O	33024	43.4833	-5.6667	4
33350	Gijon	gijon	AS	O	33024	43.5357	-5.6615	4
33350	Monte, El (La Camocha)	monte-el-la-camocha	AS	O	33024	43.5132	-5.6625	3
33350	Bobia, La (Gijon)	bobia-la-gijon	AS	O	33024	43.5357	-5.6615	4
33350	Tueya	tueya	AS	O	33024	43.5132	-5.6625	3
33350	Santa Cecilia (Gijon)	santa-cecilia-gijon	AS	O	33024	43.5357	-5.6615	4
33350	Villaverde (La Camocha)	villaverde-la-camocha	AS	O	33024	43.5132	-5.6625	3
33350	Lavandera (Gijon)	lavandera-gijon	AS	O	33024	43.5357	-5.6615	4
33350	Cabuezo	cabuezo	AS	O	33024	43.5132	-5.6625	3
33350	Aroles	aroles	AS	O	33024	43.5132	-5.6625	3
33350	Linares (Camocha)	linares-camocha	AS	O	33024	43.5132	-5.6625	3
33350	La Camocha	la-camocha	AS	O	33024	43.5132	-5.6625	3
33390	Llantones	llantones	AS	O	33024	43.4746	-5.6877	4
33390	Leorio	leorio	AS	O	33024	43.4833	-5.6833	4
33390	Mareo De Arriba	mareo-de-arriba	AS	O	33024	43.4985	-5.6772	4
33390	Mareo De Abajo	mareo-de-abajo	AS	O	33024	43.4924	-5.6804	4
33390	Pedrera, La (Gijon)	pedrera-la-gijon	AS	O	33024	43.4872	-5.6822	3
33391	Baones	baones	AS	O	33024	43.5109	-5.6492	4
33391	Caldones	caldones	AS	O	33024	43.4833	-5.75	4
33391	Baldornon	baldornon	AS	O	33024	43.45	-5.6	4
33391	Rioseco (Caldones-Gijon)	rioseco-caldones-gijon	AS	O	33024	43.4833	-5.75	4
33391	Zalca	zalca	AS	O	33024	43.4779	-5.6841	3
33391	Garvelles	garvelles	AS	O	33024	43.4833	-5.75	4
33391	Salientes	salientes	AS	O	33024	43.4562	-5.6056	4
33391	Linares (Gijon)	linares-gijon	AS	O	33024	43.4779	-5.6841	3
33391	Carcedo (Gijon)	carcedo-gijon	AS	O	33024	43.4779	-5.6841	3
33391	Mata, La (Gijon)	mata-la-gijon	AS	O	33024	43.4779	-5.6841	3
33391	Rioseco (Baldornon-Gijon)	rioseco-baldornon-gijon	AS	O	33024	43.4779	-5.6841	3
33391	Fano (Gijon)	fano-gijon	AS	O	33024	43.4779	-5.6841	3
33391	Quintana (Gijon)	quintana-gijon	AS	O	33024	43.4779	-5.6841	3
33391	Granda (Gijon)	granda-gijon	AS	O	33024	43.4779	-5.6841	3
33391	La Granda De Abajo	la-granda-de-abajo	AS	O	33024	43.4779	-5.6841	3
33391	La Granda De Arriba	la-granda-de-arriba	AS	O	33024	43.4779	-5.6841	3
33391	Robledo (Gijon)	robledo-gijon	AS	O	33024	43.4779	-5.6841	3
33391	San Pelayo (Gijon)	san-pelayo-gijon	AS	O	33024	43.4779	-5.6841	3
33391	Santa Eulalia (Gijon)	santa-eulalia-gijon	AS	O	33024	43.4779	-5.6841	3
33391	Tarna (Gijon)	tarna-gijon	AS	O	33024	43.4779	-5.6841	3
33391	Vega (Gijon)	vega-gijon	AS	O	33024	43.4779	-5.6841	3
33391	Villares (Gijon)	villares-gijon	AS	O	33024	43.4779	-5.6841	3
33392	Peñaferruz	penaferruz	AS	O	33024	43.4556	-5.7346	4
33392	Carbainos	carbainos	AS	O	33024	43.4663	-5.7508	4
33392	Aguda	aguda	AS	O	33024	43.4705	-5.7372	4
33392	Porceyo	porceyo	AS	O	33024	43.5	-5.7	4
33392	Ruedes	ruedes	AS	O	33024	43.4671	-5.701	4
33392	Vega, La (Porceyo)	vega-la-porceyo	AS	O	33024	43.5	-5.7	4
33392	Cerca De Arriba	cerca-de-arriba	AS	O	33024	43.4773	-5.7198	3
33392	Fontaciera	fontaciera	AS	O	33024	43.4816	-5.715	4
33392	Piñera (Gijon)	pinera-gijon	AS	O	33024	43.4773	-5.7198	3
33392	Figar (Gijon)	figar-gijon	AS	O	33024	43.4773	-5.7198	3
33392	Casares (Gijon)	casares-gijon	AS	O	33024	43.4773	-5.7198	3
33392	Arroyo (Gijon)	arroyo-gijon	AS	O	33024	43.4773	-5.7198	3
33392	Cerca De Abajo	cerca-de-abajo	AS	O	33024	43.4773	-5.7198	3
33392	Riera (Gijon)	riera-gijon	AS	O	33024	43.4773	-5.7198	3
33392	Rebollada (Gijon)	rebollada-gijon	AS	O	33024	43.4773	-5.7198	3
33392	Venta De Veranes	venta-de-veranes	AS	O	33024	43.4773	-5.7198	3
33392	Salcedo (Gijon)	salcedo-gijon	AS	O	33024	43.4773	-5.7198	3
33393	Beloño	belono	AS	O	33024	43.4929	-5.7421	4
33393	Batiao	batiao	AS	O	33024	43.4852	-5.7729	4
33393	Cenero	cenero	AS	O	33024	43.5	-5.7333	4
33393	Caravedo	caravedo	AS	O	33024	43.4981	-5.727	4
33393	Trubia (Gijon)	trubia-gijon	AS	O	33024	43.494	-5.7438	3
33393	Fresno (Gijon)	fresno-gijon	AS	O	33024	43.494	-5.7438	3
33393	Picun	picun	AS	O	33024	43.494	-5.7438	3
33393	Sotiello (Gijon)	sotiello-gijon	AS	O	33024	43.494	-5.7438	3
33393	Villar (Gijon)	villar-gijon	AS	O	33024	43.494	-5.7438	3
33393	Veranes	veranes	AS	O	33024	43.494	-5.7438	3
33394	Cabueñes	cabuenes	AS	O	33024	43.5235	-5.6057	4
33394	Deva	deva	AS	O	33024	43.5	-5.6	4
33394	Cimadevilla (Cabueñes)	cimadevilla-cabuenes	AS	O	33024	43.5235	-5.6057	4
33394	Rioseco (Vega - Gijon)	rioseco-vega-gijon	AS	O	33024	43.5	-5.65	4
33394	Cefontes	cefontes	AS	O	33024	43.5165	-5.6156	4
33394	Bernueces	bernueces	AS	O	33024	43.5113	-5.6323	4
33394	Lloreda (Gijon)	lloreda-gijon	AS	O	33024	43.492	-5.7007	3
33394	Santurio	santurio	AS	O	33024	43.5	-5.6167	4
33394	Pontica	pontica	AS	O	33024	43.492	-5.7007	3
33394	Zarracina (Deva-Gijon)	zarracina-deva-gijon	AS	O	33024	43.5	-5.6	4
33394	Aldea, La (Gijon)	aldea-la-gijon	AS	O	33024	43.492	-5.7007	3
33394	Castañeda	castaneda	AS	O	33024	43.3098	-6.42	4
33394	Serantes (Gijon)	serantes-gijon	AS	O	33024	43.492	-5.7007	3
33394	Gijon	gijon	AS	O	33024	43.5357	-5.6615	4
33394	Olla, La (Gijon)	olla-la-gijon	AS	O	33024	43.492	-5.7007	3
33394	Pedroso (Gijon)	pedroso-gijon	AS	O	33024	43.492	-5.7007	3
33394	San Antonio (Gijon)	san-antonio-gijon	AS	O	33024	43.492	-5.7007	3
33394	San Miguel De Bernueces	san-miguel-de-bernueces	AS	O	33024	43.492	-5.7007	3
33394	Cuesta, La (Gijon)	cuesta-la-gijon	AS	O	33024	43.492	-5.7007	3
33394	Reguera (Gijon)	reguera-gijon	AS	O	33024	43.492	-5.7007	3
33394	Fondon (Gijon)	fondon-gijon	AS	O	33024	43.492	-5.7007	3
33400	Aviles	aviles	AS	O		43.5547	-5.9248	4
33401	San Cristobal (Castrillon)	san-cristobal-castrillon	AS	O	33016	43.5547	-5.9248	3
33401	Cabianca, La (Aviles)	cabianca-la-aviles	AS	O	33016	43.5547	-5.9248	4
33401	Rey, El (Aviles)	rey-el-aviles	AS	O	33016	43.5547	-5.9248	4
33401	Gaxin (Aviles)	gaxin-aviles	AS	O	33016	43.5547	-5.9248	4
33401	Cuesta, La (Aviles)	cuesta-la-aviles	AS	O	33016	43.5547	-5.9248	4
33401	Campo, El (Aviles)	campo-el-aviles	AS	O	33016	43.5547	-5.9248	4
33401	Folleca, La (Aviles)	folleca-la-aviles	AS	O	33016	43.5547	-5.9248	4
33401	Fuente, La (Aviles)	fuente-la-aviles	AS	O	33016	43.5547	-5.9248	4
33401	Sablera, La (Aviles)	sablera-la-aviles	AS	O	33016	43.5547	-5.9248	4
33401	So La Iglesia (Aviles)	so-la-iglesia-aviles	AS	O	33016	43.5547	-5.9248	4
33401	Campo Conde (Aviles)	campo-conde-aviles	AS	O	33016	43.5547	-5.9248	4
33401	Garita, La (Aviles)	garita-la-aviles	AS	O	33016	43.5547	-5.9248	4
33401	Bastian (Aviles)	bastian-aviles	AS	O	33016	43.5547	-5.9248	4
33401	Quintana Dionisio (Aviles)	quintana-dionisio-aviles	AS	O	33016	43.5547	-5.9248	4
33401	Montan, El (Aviles)	montan-el-aviles	AS	O	33016	43.5547	-5.9248	4
33401	Aviles	aviles	AS	O	33016	43.5547	-5.9248	4
33401	Valdredo (Aviles)	valdredo-aviles	AS	O	33016	43.5547	-5.9248	4
33401	Valgranda (Aviles)	valgranda-aviles	AS	O	33016	43.5547	-5.9248	4
33402	Ceruyeda (Aviles)	ceruyeda-aviles	AS	O	33004	43.5547	-5.9248	4
33402	Ceba, La (Aviles)	ceba-la-aviles	AS	O	33004	43.5547	-5.9248	4
33402	Aviles	aviles	AS	O	33004	43.5547	-5.9248	4
33402	Grandiella (Aviles)	grandiella-aviles	AS	O	33004	43.5547	-5.9248	4
33402	Arabuya (Aviles)	arabuya-aviles	AS	O	33004	43.5547	-5.9248	4
33403	Breton, El (Aviles)	breton-el-aviles	AS	O	33004	43.5547	-5.9248	4
33403	Peña, La (Aviles)	pena-la-aviles	AS	O	33004	43.5547	-5.9248	4
33403	Aviles	aviles	AS	O	33004	43.5547	-5.9248	4
33403	Piqueros (Aviles)	piqueros-aviles	AS	O	33004	43.5547	-5.9248	4
33403	Tabla, La (Aviles)	tabla-la-aviles	AS	O	33004	43.5547	-5.9248	4
33403	Castañeda (Aviles)	castaneda-aviles	AS	O	33004	43.5547	-5.9248	4
33403	Carrionina, La (Aviles)	carrionina-la-aviles	AS	O	33004	43.5547	-5.9248	4
33404	Truyes (Corvera)	truyes-corvera	AS	O	33020	43.5547	-5.9248	3
33404	Aviles	aviles	AS	O	33020	43.5547	-5.9248	4
33404	Estrada, La (Corvera)	estrada-la-corvera	AS	O	33020	43.5547	-5.9248	3
33404	Santa Cruz (Corvera)	santa-cruz-corvera	AS	O	33020	43.5547	-5.9248	3
33405	Aviles	aviles	AS	O	33016	43.5547	-5.9248	4
33405	Caliero, El (Castrillon)	caliero-el-castrillon	AS	O	33016	43.5547	-5.9248	3
33405	Raices Nuevo (Castrillon)	raices-nuevo-castrillon	AS	O	33016	43.5547	-5.9248	3
33410	Santa Ana (Miranda - Aviles)	santa-ana-miranda-aviles	AS	O	33016	43.5333	-5.9333	4
33410	Villanueva (La Carriona)	villanueva-la-carriona	AS	O	33016	43.5333	-5.9333	4
33410	Curtia, La (Viviendas)	curtia-la-viviendas	AS	O	33016	43.5333	-5.9333	3
33410	Santo Domingo	santo-domingo	AS	O	33016	43.5333	-5.9333	4
33410	Cruz De La Hoguera	cruz-de-la-hoguera	AS	O	33016	43.5333	-5.9333	3
33410	Forcon, El (Castrillon) (Viviendas)	forcon-el-castrillon-viviendas	AS	O	33016	43.5333	-5.9333	3
33410	Los Calvos	los-calvos	AS	O	33016	43.5333	-5.9333	3
33410	La Lleda	la-lleda	AS	O	33016	43.5333	-5.9333	3
33410	Heros (Aviles)	heros-aviles	AS	O	33016	43.5333	-5.9333	3
33410	Miranda (Aviles)	miranda-aviles	AS	O	33016	43.5333	-5.9333	3
33410	Pozo De La Granda	pozo-de-la-granda	AS	O	33016	43.5333	-5.9333	3
33410	Vidoledo	vidoledo	AS	O	33016	43.5333	-5.9333	3
33410	Mondivisa	mondivisa	AS	O	33016	43.5333	-5.9333	3
33410	Alfaraz	alfaraz	AS	O	33016	43.5333	-5.9333	3
33410	Pedreras, Las (Viviendas)	pedreras-las-viviendas	AS	O	33016	43.5333	-5.9333	3
33410	Cruz De Illas	cruz-de-illas	AS	O	33016	43.5333	-5.9333	3
33410	Granda, La (Castrillon) (Viviendas)	granda-la-castrillon-viviendas	AS	O	33016	43.5333	-5.9333	3
33410	Campo Santa Ana	campo-santa-ana	AS	O	33016	43.5333	-5.9333	3
33410	Bao (Aviles)	bao-aviles	AS	O	33016	43.5333	-5.9333	3
33410	Caleyos, Los (Castrillon) (Viviendas)	caleyos-los-castrillon-viviendas	AS	O	33016	43.5333	-5.9333	3
33411	Trejo	trejo	AS	O	33030	43.499	-5.9792	4
33411	Fonte	fonte	AS	O	33030	43.5	-5.9629	3
33411	Taborneda	taborneda	AS	O	33030	43.5009	-5.9466	4
33411	Poli	poli	AS	O	33030	43.5	-5.9629	3
33411	Llascara, La (Illas)	llascara-la-illas	AS	O	33030	43.5	-5.9629	3
33411	Joyana	joyana	AS	O	33030	43.5	-5.9629	3
33411	Friera (Illas)	friera-illas	AS	O	33030	43.5	-5.9629	3
33411	Barrera, La (Illas)	barrera-la-illas	AS	O	33030	43.5	-5.9629	3
33411	Braña, La (Illas)	brana-la-illas	AS	O	33030	43.5	-5.9629	3
33411	Callezuela	callezuela	AS	O	33030	43.5	-5.9629	3
33412	Piniella (Illas)	piniella-illas	AS	O	33020	43.4972	-5.975	4
33412	Llano (Corvera)	llano-corvera	AS	O	33020	43.4972	-5.975	3
33412	Laguna, La (Illas)	laguna-la-illas	AS	O	33020	43.4972	-5.975	4
33412	Capiello (Corvera)	capiello-corvera	AS	O	33020	43.4972	-5.975	3
33412	Las Huertas	las-huertas	AS	O	33020	43.4972	-5.975	3
33412	Fabar (Corvera)	fabar-corvera	AS	O	33020	43.4972	-5.975	3
33412	Laguna, La (Castrillon)	laguna-la-castrillon	AS	O	33020	43.4972	-5.975	3
33412	Llamera, La (Corvera)	llamera-la-corvera	AS	O	33020	43.4972	-5.975	3
33412	Pevidal, El (Castrillon) (Pueblo)	pevidal-el-castrillon-pueblo	AS	O	33020	43.4972	-5.975	3
33412	Laguna, La (Corvera)	laguna-la-corvera	AS	O	33020	43.4972	-5.975	3
33412	Vallin (Corvera)	vallin-corvera	AS	O	33020	43.4972	-5.975	3
33412	Ponton De Villa (Corvera)	ponton-de-villa-corvera	AS	O	33020	43.4972	-5.975	3
33412	Lloreda (Corvera)	lloreda-corvera	AS	O	33020	43.4972	-5.975	3
33412	Truebano (Corvera)	truebano-corvera	AS	O	33020	43.4972	-5.975	3
33412	Tras La Iglesia	tras-la-iglesia	AS	O	33020	43.4972	-5.975	3
33412	Suco, El (Corvera)	suco-el-corvera	AS	O	33020	43.4972	-5.975	3
33412	El Barriero	el-barriero	AS	O	33020	43.4972	-5.975	3
33412	Villa (Corvera)	villa-corvera	AS	O	33020	43.4972	-5.975	3
33414	Reconco (Illas)	reconco-illas	AS	O	33010	43.4972	-5.975	4
33414	Rozaflor	rozaflor	AS	O	33010	43.4972	-5.975	3
33414	Ventanueva (Illas)	ventanueva-illas	AS	O	33010	43.4972	-5.975	4
33414	Calavero	calavero	AS	O	33010	43.4972	-5.975	3
33414	Peral, La (Illas)	peral-la-illas	AS	O	33010	43.4972	-5.975	4
33414	Llanavao (Aviles-La Reigada)	llanavao-aviles-la-reigada	AS	O	33010	43.4972	-5.975	3
33414	Faedo (Illas)	faedo-illas	AS	O	33010	43.4972	-5.975	4
33414	Reigada, La (Illas)	reigada-la-illas	AS	O	33010	43.4972	-5.975	4
33416	Estebanina	estebanina	AS	O	33020	43.5169	-5.9112	3
33416	Vega (Illas)	vega-illas	AS	O	33020	43.4972	-5.975	4
33416	Esquilera	esquilera	AS	O	33020	43.5169	-5.9112	3
33416	Juncedo	juncedo	AS	O	33020	43.5163	-5.9194	4
33416	Monte, El (Cancienes)	monte-el-cancienes	AS	O	33020	43.5131	-5.8718	4
33416	La Rozona	la-rozona	AS	O	33020	43.5169	-5.9112	3
33416	Molleda	molleda	AS	O	33020	43.5333	-5.9167	4
33416	Nubledo	nubledo	AS	O	33020	43.5246	-5.8732	4
33416	Reguera, La (Corvera)	reguera-la-corvera	AS	O	33020	43.5169	-5.9112	3
33416	Espinos, Los (Corvera)	espinos-los-corvera	AS	O	33020	43.5169	-5.9112	3
33416	Cogulla, La (Corvera)	cogulla-la-corvera	AS	O	33020	43.5169	-5.9112	3
33416	Grandellana	grandellana	AS	O	33020	43.5169	-5.9112	3
33416	Garcia	garcia	AS	O	33020	43.5169	-5.9112	3
33416	Entrialgo	entrialgo	AS	O	33020	43.5169	-5.9112	3
33416	Ralla	ralla	AS	O	33020	43.5169	-5.9112	3
33416	Carruebano	carruebano	AS	O	33020	43.5169	-5.9112	3
33416	Cabaña, La (Corvera)	cabana-la-corvera	AS	O	33020	43.5169	-5.9112	3
33416	Barrial (Corvera)	barrial-corvera	AS	O	33020	43.5169	-5.9112	3
33416	Candamo De Corvera	candamo-de-corvera	AS	O	33020	43.5169	-5.9112	3
33416	Ablaneda (Corbera)	ablaneda-corbera	AS	O	33020	43.5169	-5.9112	3
33416	La Peluca	la-peluca	AS	O	33020	43.5169	-5.9112	3
33416	Fuencaliente	fuencaliente	AS	O	33020	43.5169	-5.9112	3
33416	Escuela, La (Corvera)	escuela-la-corvera	AS	O	33020	43.5169	-5.9112	3
33416	Pedrera (Corvera)	pedrera-corvera	AS	O	33020	43.5169	-5.9112	3
33416	Monco (Corvera)	monco-corvera	AS	O	33020	43.5169	-5.9112	3
33416	Llandones (Corvera)	llandones-corvera	AS	O	33020	43.5169	-5.9112	3
33416	Castiello (Corvera)	castiello-corvera	AS	O	33020	43.5169	-5.9112	3
33416	Peruyal (Corvera)	peruyal-corvera	AS	O	33020	43.5169	-5.9112	3
33416	Villanueva (Corvera)	villanueva-corvera	AS	O	33020	43.5169	-5.9112	3
33416	Trapa, La (Corvera)	trapa-la-corvera	AS	O	33020	43.5169	-5.9112	3
33416	Sierra, La (Corvera)	sierra-la-corvera	AS	O	33020	43.5169	-5.9112	3
33416	Sabledal	sabledal	AS	O	33020	43.5169	-5.9112	3
33416	Portazgo, El (Corvera)	portazgo-el-corvera	AS	O	33020	43.5169	-5.9112	3
33416	Pino, El (Corvera)	pino-el-corvera	AS	O	33020	43.5169	-5.9112	3
33416	Lavandera (Corvera)	lavandera-corvera	AS	O	33020	43.5169	-5.9112	3
33417	San Juan De Nieva	san-juan-de-nieva	AS	O	33016	43.5881	-5.9356	4
33418	Zeluan	zeluan	AS	O	33004	43.5909	-5.9141	4
33418	Santiago De Ambiedes	santiago-de-ambiedes	AS	O	33004	43.5833	-5.8833	4
33418	Llodero (San Martin De Podes)	llodero-san-martin-de-podes	AS	O	33004	43.6167	-5.8833	4
33418	Lloreda (Gozon)	lloreda-gozon	AS	O	33004	43.6027	-5.8986	3
33418	Podes	podes	AS	O	33004	43.6167	-5.8833	4
33418	Endasa (Gozon)	endasa-gozon	AS	O	33004	43.6027	-5.8986	3
33418	Nieva	nieva	AS	O	33004	43.5954	-5.9295	4
33418	Monteril	monteril	AS	O	33004	43.6133	-5.898	4
33418	Campo De La Iglesia (Gozon)	campo-de-la-iglesia-gozon	AS	O	33004	43.6027	-5.8986	3
33418	Granda, La (Gozon)	granda-la-gozon	AS	O	33004	43.6027	-5.8986	3
33418	Laviana De Gozon	laviana-de-gozon	AS	O	33004	43.6027	-5.8986	3
33418	Genra	genra	AS	O	33004	43.6027	-5.8986	3
33418	Campo, El (Gozon)	campo-el-gozon	AS	O	33004	43.6027	-5.8986	3
33420	Lugones	lugones	AS	O	33066	43.4027	-5.8121	4
33422	Villardeveyo	villardeveyo	AS	O		43.4667	-5.8333	4
33422	La Cigoña	la-cigona	AS	O		43.4583	-5.8257	3
33422	Miranda, La (Llanera)	miranda-la-llanera	AS	O		43.4583	-5.8257	3
33422	Castiello (Villabona-Llanera)	castiello-villabona-llanera	AS	O		43.4625	-5.8256	4
33422	Castiello (Lugo Llanera)	castiello-lugo-llanera	AS	O		43.4416	-5.8183	4
33422	Vega, La (Llanera)	vega-la-llanera	AS	O		43.4583	-5.8257	3
33422	Peña (Villabona-Llanera)	pena-villabona-llanera	AS	O		43.4625	-5.8256	4
33422	Veyo	veyo	AS	O		43.4583	-5.8257	3
33422	Albares (Llanera)	albares-llanera	AS	O		43.4583	-5.8257	3
33422	Tabladiello (Llanera)	tabladiello-llanera	AS	O		43.4583	-5.8257	3
33422	Villabona (Llanera)	villabona-llanera	AS	O		43.4583	-5.8257	3
33422	Piles (Llanera)	piles-llanera	AS	O		43.4583	-5.8257	3
33422	Ponton (Llanera)	ponton-llanera	AS	O		43.4583	-5.8257	3
33423	Soto De Llanera (Urbanizacion)	soto-de-llanera-urbanizacion	AS	O	33035	43.6257	-5.8738	4
33424	Ables	ables	AS	O	33035	43.4333	-5.85	4
33424	Andorcio	andorcio	AS	O	33035	43.4346	-5.871	3
33424	Posada De Llanera	posada-de-llanera	AS	O	33035	43.4395	-5.855	4
33424	Lineres (Llanera)	lineres-llanera	AS	O	33035	43.4333	-5.8833	4
33424	Abarrio	abarrio	AS	O	33035	43.4346	-5.871	3
33424	Rondiella (Llanera)	rondiella-llanera	AS	O	33035	43.4333	-5.8833	4
33424	Severies	severies	AS	O	33035	43.4346	-5.871	3
33424	Portiella (Llanera)	portiella-llanera	AS	O	33035	43.4333	-5.8833	4
33424	Peruyeres	peruyeres	AS	O	33035	43.4346	-5.871	3
33424	Regidorio	regidorio	AS	O	33035	43.4346	-5.871	3
33425	Bauro	bauro	AS	O	33035	43.4476	-5.8854	4
33425	Aguera (Llanera)	aguera-llanera	AS	O	33035	43.4333	-5.8833	4
33425	Guyame	guyame	AS	O	33035	43.4369	-5.8838	3
33425	Piñera (Llanera)	pinera-llanera	AS	O	33035	43.4333	-5.8833	4
33425	Tuernes El Pequeño	tuernes-el-pequeno	AS	O	33035	43.4369	-5.8838	3
33425	Villanueva (Llanera)	villanueva-llanera	AS	O	33035	43.4333	-5.8833	4
33425	Cañe	cane	AS	O	33035	43.4369	-5.8838	3
33425	Tuernes El Grande	tuernes-el-grande	AS	O	33035	43.4369	-5.8838	3
33425	San Cucao	san-cucao	AS	O	33035	43.4369	-5.8838	3
33426	Peña, La (Bonielles - Llanera)	pena-la-bonielles-llanera	AS	O	33035	43.4546	-5.905	4
33426	Vidriera	vidriera	AS	O	33035	43.4404	-5.8906	3
33426	Bonielles	bonielles	AS	O	33035	43.4546	-5.905	4
33426	Panizales (Llanera)	panizales-llanera	AS	O	33035	43.4333	-5.8833	4
33426	Granda, La (Llanera)	granda-la-llanera	AS	O	33035	43.4333	-5.8833	4
33426	Carbajal (Llanera)	carbajal-llanera	AS	O	33035	43.4333	-5.8833	4
33426	Fresno, El (Llanera)	fresno-el-llanera	AS	O	33035	43.4333	-5.8833	4
33427	Villayo	villayo	AS	O	33035	43.4735	-5.9397	4
33427	Fanes	fanes	AS	O	33035	43.4761	-5.9229	4
33427	Anduerga	anduerga	AS	O	33035	43.4586	-5.9239	4
33427	Arlos	arlos	AS	O	33035	43.4833	-5.9	4
33427	Santa Cruz De Llanera	santa-cruz-de-llanera	AS	O	33035	43.4619	-5.9311	4
33427	Vendon	vendon	AS	O	33035	43.4707	-5.9235	3
33427	Carbayal (Llanera)	carbayal-llanera	AS	O	33035	43.4707	-5.9235	3
33427	Lavares (Llanera)	lavares-llanera	AS	O	33035	43.4707	-5.9235	3
33427	Cenizal (Llanera)	cenizal-llanera	AS	O	33035	43.4707	-5.9235	3
33427	Verdera (Llanera)	verdera-llanera	AS	O	33035	43.4707	-5.9235	3
33427	Barredo (Llanera)	barredo-llanera	AS	O	33035	43.4707	-5.9235	3
33428	Cayes	cayes	AS	O	33035	43.4167	-5.8333	4
33428	Campiello (Llanera)	campiello-llanera	AS	O	33035	43.4333	-5.8833	4
33428	Parque Tecnologico De Llanera	parque-tecnologico-de-llanera	AS	O	33035	43.4295	-5.8675	3
33428	Coruño	coruno	AS	O	33035	43.4271	-5.8385	4
33428	Ponte (Llanera)	ponte-llanera	AS	O	33035	43.4333	-5.8833	4
33428	Poligono Industrial De Asipo	poligono-industrial-de-asipo	AS	O	33035	43.4295	-5.8675	3
33428	Venta Del Gallo (Llanera)	venta-del-gallo-llanera	AS	O	33035	43.4333	-5.8833	4
33428	Cadage	cadage	AS	O	33035	43.4295	-5.8675	3
33428	Arroyo (Llanera)	arroyo-llanera	AS	O	33035	43.4333	-5.8833	4
33429	Cogollu, El (Siero)	cogollu-el-siero	AS	O	33066	43.4022	-5.7934	3
33429	Cuesta, La (Bobes-Siero)	cuesta-la-bobes-siero	AS	O	33066	43.3963	-5.7718	4
33429	Balbona (Siero)	balbona-siero	AS	O	33066	43.4022	-5.7934	3
33429	Bobes	bobes	AS	O	33066	43.3963	-5.7718	4
33429	Belga, La (Bobes-Siero)	belga-la-bobes-siero	AS	O	33066	43.3963	-5.7718	4
33429	Conceyin (Siero)	conceyin-siero	AS	O	33066	43.4022	-5.7934	3
33429	Viella	viella	AS	O	33066	43.3931	-5.7801	4
33429	Conceyin	conceyin	AS	O	33066	43.4022	-5.7934	3
33429	Castañera	castanera	AS	O	33066	43.4399	-5.828	4
33429	Folgueras (Lugones)	folgueras-lugones	AS	O	33066	43.4027	-5.8121	4
33429	Naon	naon	AS	O	33066	43.3992	-5.7944	4
33429	Belga, La (Viella-Siero)	belga-la-viella-siero	AS	O	33066	43.3931	-5.7801	4
33429	Fresneda (Lugones)	fresneda-lugones	AS	O	33066	43.4027	-5.8121	4
33429	Paredes (Lugones)	paredes-lugones	AS	O	33066	43.4027	-5.8121	4
33430	Piedra, La (Carreño)	piedra-la-carreno	AS	O	33014	43.5892	-5.7674	4
33430	Casas Molino	casas-molino	AS	O	33014	43.5892	-5.7674	3
33430	Forca, La (Carreño)	forca-la-carreno	AS	O	33014	43.5892	-5.7674	4
33430	La Cruz De Arrabal	la-cruz-de-arrabal	AS	O	33014	43.5892	-5.7674	3
33430	Candas	candas	AS	O	33014	43.5892	-5.7674	4
33430	Carbayo (Carreño)	carbayo-carreno	AS	O	33014	43.5892	-5.7674	4
33438	Valle De Carreño	valle-de-carreno	AS	O	33014	43.5333	-5.7833	4
33438	Nozalin (Carreño)	nozalin-carreno	AS	O	33014	43.5892	-5.7674	4
33438	Fancornio	fancornio	AS	O	33014	43.5377	-5.792	4
33438	Fondo	fondo	AS	O	33014	43.5767	-5.7686	3
33438	Prendes	prendes	AS	O	33014	43.5667	-5.75	4
33438	Guimaran	guimaran	AS	O	33014	43.55	-5.75	4
33438	Santa Eulalia (Valle-Carreño)	santa-eulalia-valle-carreno	AS	O	33014	43.5333	-5.7833	4
33438	Xianes	xianes	AS	O	33014	43.5767	-5.7686	3
33438	Polledo (Carreño)	polledo-carreno	AS	O	33014	43.5892	-5.7674	4
33438	Arena, La (Carredo)	arena-la-carredo	AS	O	33014	43.5767	-5.7686	3
33438	Vega (Carreño)	vega-carreno	AS	O	33014	43.5892	-5.7674	4
33438	Canto (Logrezana-Carreño)	canto-logrezana-carreno	AS	O	33014	43.5767	-5.7686	3
33438	Villar (Carreño)	villar-carreno	AS	O	33014	43.5892	-5.7674	4
33438	Posada (Logrezana-Carreño)	posada-logrezana-carreno	AS	O	33014	43.5767	-5.7686	3
33438	Sierra, La (Candas - Carreño)	sierra-la-candas-carreno	AS	O	33014	43.5892	-5.7674	4
33438	Pesgana	pesgana	AS	O	33014	43.5767	-5.7686	3
33438	Palacio, El (Carreño)	palacio-el-carreno	AS	O	33014	43.5892	-5.7674	4
33438	Cabo, El (Prendes-Carreño)	cabo-el-prendes-carreno	AS	O	33014	43.5767	-5.7686	3
33438	Naves (Carreño)	naves-carreno	AS	O	33014	43.5892	-5.7674	4
33438	Monte, El (Logrezana-Carreño)	monte-el-logrezana-carreno	AS	O	33014	43.5767	-5.7686	3
33438	Ambas (Carreño)	ambas-carreno	AS	O	33014	43.5892	-5.7674	4
33438	San Pablo (Guimaran - Carreño)	san-pablo-guimaran-carreno	AS	O	33014	43.5767	-5.7686	3
33438	Mata, La (Carreño)	mata-la-carreno	AS	O	33014	43.5892	-5.7674	4
33438	San Pablo (Prendes - Carreño)	san-pablo-prendes-carreno	AS	O	33014	43.5767	-5.7686	3
33438	Rebollada (Carreño)	rebollada-carreno	AS	O	33014	43.5892	-5.7674	4
33438	Fuentefria	fuentefria	AS	O	33014	43.5767	-5.7686	3
33438	Torre (Carreño)	torre-carreno	AS	O	33014	43.5892	-5.7674	4
33438	Canto, El (Prendes-Carreño)	canto-el-prendes-carreno	AS	O	33014	43.5767	-5.7686	3
33438	Barcena (Carreño)	barcena-carreno	AS	O	33014	43.5892	-5.7674	4
33438	Sopeña	sopena	AS	O	33014	43.5767	-5.7686	3
33438	Falmuria (Carreño)	falmuria-carreno	AS	O	33014	43.5892	-5.7674	4
33438	Riestro	riestro	AS	O	33014	43.5767	-5.7686	3
33438	Maquila	maquila	AS	O	33014	43.5767	-5.7686	3
33438	Manzaneda (Guimaran - Carreño)	manzaneda-guimaran-carreno	AS	O	33014	43.5767	-5.7686	3
33438	Lloral	lloral	AS	O	33014	43.5767	-5.7686	3
33438	Fundial	fundial	AS	O	33014	43.5767	-5.7686	3
33438	Arquiella	arquiella	AS	O	33014	43.5767	-5.7686	3
33438	Cueto (El Valle-Carreño)	cueto-el-valle-carreno	AS	O	33014	43.5767	-5.7686	3
33438	Cespedera	cespedera	AS	O	33014	43.5767	-5.7686	3
33438	Lacin	lacin	AS	O	33014	43.5767	-5.7686	3
33438	Cabovilla (Logrezana-Carreño)	cabovilla-logrezana-carreno	AS	O	33014	43.5767	-5.7686	3
33439	Tejera, La (Carreño)	tejera-la-carreno	AS	O	33014	43.5892	-5.7674	4
33439	Campanal (Carreño)	campanal-carreno	AS	O	33014	43.5892	-5.7674	4
33439	Matiella	matiella	AS	O	33014	43.5845	-5.7735	4
33439	Alto De La Iglesia	alto-de-la-iglesia	AS	O	33014	43.5858	-5.7743	3
33439	Caleros, Los (Carreño)	caleros-los-carreno	AS	O	33014	43.5892	-5.7674	4
33439	Cardusu, El (Carreño)	cardusu-el-carreno	AS	O	33014	43.5892	-5.7674	4
33439	Llaneces (Carreño)	llaneces-carreno	AS	O	33014	43.5892	-5.7674	4
33439	Granda, La (Logrezana-Carreño)	granda-la-logrezana-carreno	AS	O	33014	43.5858	-5.7743	3
33439	Regueral (Carreño)	regueral-carreno	AS	O	33014	43.5892	-5.7674	4
33439	Barca, La (Piedeloro-Carreño)	barca-la-piedeloro-carreno	AS	O	33014	43.5858	-5.7743	3
33439	Llano, El (Carreño)	llano-el-carreno	AS	O	33014	43.5892	-5.7674	4
33439	Cabada, La (Logrezana-Carreño)	cabada-la-logrezana-carreno	AS	O	33014	43.5858	-5.7743	3
33439	Espasa (Carreño)	espasa-carreno	AS	O	33014	43.5892	-5.7674	4
33439	Peñeo	peneo	AS	O	33014	43.5858	-5.7743	3
33439	Castiello (Carreño)	castiello-carreno	AS	O	33014	43.5892	-5.7674	4
33439	Carnicera	carnicera	AS	O	33014	43.5858	-5.7743	3
33439	Pedregal (Carreño)	pedregal-carreno	AS	O	33014	43.5892	-5.7674	4
33439	Coyanca	coyanca	AS	O	33014	43.5858	-5.7743	3
33439	Llantero (Carreño)	llantero-carreno	AS	O	33014	43.5892	-5.7674	4
33439	Cellero	cellero	AS	O	33014	43.5858	-5.7743	3
33439	Piedeloro	piedeloro	AS	O	33014	43.5667	-5.8	4
33439	Zanzabornin	zanzabornin	AS	O	33014	43.5688	-5.8261	4
33439	Monte, El (Piedeloro-Carreño)	monte-el-piedeloro-carreno	AS	O	33014	43.5858	-5.7743	3
33439	Calabrina	calabrina	AS	O	33014	43.5858	-5.7743	3
33439	Raitan	raitan	AS	O	33014	43.5858	-5.7743	3
33439	Rendaliego	rendaliego	AS	O	33014	43.5858	-5.7743	3
33439	Estacion (Piedeloro-Carreño)	estacion-piedeloro-carreno	AS	O	33014	43.5858	-5.7743	3
33439	Espeñada	espenada	AS	O	33014	43.5858	-5.7743	3
33439	Xunca	xunca	AS	O	33014	43.5858	-5.7743	3
33439	Sebades	sebades	AS	O	33014	43.5858	-5.7743	3
33439	La Menudina	la-menudina	AS	O	33014	43.5858	-5.7743	3
33439	La Machina	la-machina	AS	O	33014	43.5858	-5.7743	3
33440	Luanco	luanco	AS	O	33025	43.6152	-5.7934	4
33448	Fiame	fiame	AS	O	33025	43.6221	-5.8648	4
33448	Gelaz	gelaz	AS	O	33025	43.6169	-5.8598	3
33448	Monte, El (Gozon)	monte-el-gozon	AS	O	33025	43.6169	-5.8598	3
33448	Salines (Gozon)	salines-gozon	AS	O	33025	43.6169	-5.8598	3
33448	La Arena	la-arena	AS	O	33025	43.559	-6.0743	4
33448	Quintana (Gozon)	quintana-gozon	AS	O	33025	43.6169	-5.8598	3
33448	Heres	heres	AS	O	33025	43.6214	-5.8197	4
33448	Pueblo, El (Gozon)	pueblo-el-gozon	AS	O	33025	43.6169	-5.8598	3
33448	Balbin	balbin	AS	O	33025	43.6141	-5.8169	4
33448	Villanueva (Gozon)	villanueva-gozon	AS	O	33025	43.6169	-5.8598	3
33448	San Jorge De Heres	san-jorge-de-heres	AS	O	33025	43.6214	-5.8197	4
33448	Vallina, La (Gozon)	vallina-la-gozon	AS	O	33025	43.6169	-5.8598	3
33448	Viodo	viodo	AS	O	33025	43.6397	-5.8428	4
33448	Ferrero (Gozon)	ferrero-gozon	AS	O	33025	43.6169	-5.8598	3
33448	Verdicio	verdicio	AS	O	33025	43.6333	-5.85	4
33448	Bañugues	banugues	AS	O	33025	43.6333	-5.8167	4
33448	Cabañas (Gozon)	cabanas-gozon	AS	O	33025	43.6169	-5.8598	3
33448	Susacasa	susacasa	AS	O	33025	43.6079	-5.8329	4
33448	Peroño	perono	AS	O	33025	43.6169	-5.8598	3
33448	Camporriondo	camporriondo	AS	O	33025	43.6169	-5.8598	3
33448	Cabo Peñas	cabo-penas	AS	O	33025	43.6169	-5.8598	3
33449	Ovies	ovies	AS	O	33025	43.6244	-5.8501	4
33449	Vioño	viono	AS	O	33025	43.5994	-5.8609	4
33449	Condres	condres	AS	O	33025	43.5949	-5.7964	4
33449	Ferrera (Gozon)	ferrera-gozon	AS	O	33025	43.6032	-5.8223	3
33449	Bocines	bocines	AS	O	33025	43.6	-5.8	4
33449	Santa Ana (Luanco)	santa-ana-luanco	AS	O	33025	43.6152	-5.7934	4
33449	Romadonga	romadonga	AS	O	33025	43.6032	-5.8223	3
33449	Nembro	nembro	AS	O	33025	43.6051	-5.8218	4
33449	Manzaneda (Gozon)	manzaneda-gozon	AS	O	33025	43.6032	-5.8223	3
33449	Cardo	cardo	AS	O	33025	43.5833	-5.8333	4
33449	Legua	legua	AS	O	33025	43.6032	-5.8223	3
33449	Mazorra	mazorra	AS	O	33025	43.6032	-5.8223	3
33449	Pedrera, La (Gozon)	pedrera-la-gozon	AS	O	33025	43.6032	-5.8223	3
33449	Eria (Gozon)	eria-gozon	AS	O	33025	43.6032	-5.8223	3
33449	Cerin	cerin	AS	O	33025	43.6032	-5.8223	3
33449	Cabrera	cabrera	AS	O	33025	43.6032	-5.8223	3
33449	Busto (Gozon)	busto-gozon	AS	O	33025	43.6032	-5.8223	3
33449	Aramar	aramar	AS	O	33025	43.6032	-5.8223	3
33449	Antromero	antromero	AS	O	33025	43.6032	-5.8223	3
33449	Alvare (Gozon)	alvare-gozon	AS	O	33025	43.6032	-5.8223	3
33449	Moniello	moniello	AS	O	33025	43.6032	-5.8223	3
33449	La Ren	la-ren	AS	O	33025	43.6032	-5.8223	3
33450	Piedras Blancas	piedras-blancas	AS	O	33016	43.55	-5.9667	4
33450	San Martin De Laspra	san-martin-de-laspra	AS	O	33016	43.5667	-5.9833	4
33450	Valboniel	valboniel	AS	O	33016	43.5647	-5.9783	3
33450	Arnao	arnao	AS	O	33016	43.5755	-5.9799	4
33450	Alvare (Castrillon)	alvare-castrillon	AS	O	33016	43.5647	-5.9783	3
33470	Bango	bango	AS	O	33020	43.4939	-5.9138	3
33450	Cueto, El (Laspra - Castrillon)	cueto-el-laspra-castrillon	AS	O	33016	43.5667	-5.9833	4
33450	La Castañalona	la-castanalona	AS	O	33016	43.5647	-5.9783	3
33450	Los Carbayos	los-carbayos	AS	O	33016	43.5647	-5.9783	3
33450	Campiello (Castrillon)	campiello-castrillon	AS	O	33016	43.5647	-5.9783	3
33450	Censo	censo	AS	O	33016	43.5647	-5.9783	3
33450	Cuenza	cuenza	AS	O	33016	43.5647	-5.9783	3
33450	Ferralgo	ferralgo	AS	O	33016	43.5647	-5.9783	3
33450	Fondon (Castrillon)	fondon-castrillon	AS	O	33016	43.5647	-5.9783	3
33450	Garabiza	garabiza	AS	O	33016	43.5647	-5.9783	3
33450	Ponton (Castrillon)	ponton-castrillon	AS	O	33016	43.5647	-5.9783	3
33450	Campas, Las (Castrillon)	campas-las-castrillon	AS	O	33016	43.5647	-5.9783	3
33450	Vegarrozadas	vegarrozadas	AS	O	33016	43.5647	-5.9783	3
33450	Ventorrillo (Castrillon)	ventorrillo-castrillon	AS	O	33016	43.5647	-5.9783	3
33450	La Fabrica	la-fabrica	AS	O	33016	43.5647	-5.9783	3
33456	Pillarno	pillarno	AS	O	33010	43.5333	-5.9667	4
33456	Lago (Aviles)	lago-aviles	AS	O	33010	43.5344	-5.9859	3
33456	Llodares	llodares	AS	O	33010	43.5376	-5.9997	4
33456	Altamira	altamira	AS	O	33010	43.5344	-5.9859	3
33456	Las Barzanas	las-barzanas	AS	O	33010	43.5418	-5.9827	4
33456	Orbon	orbon	AS	O	33010	43.5344	-5.9859	3
33456	La Ramera	la-ramera	AS	O	33010	43.5333	-6	4
33456	El Cuadro	el-cuadro	AS	O	33010	43.526	-5.9803	4
33456	Peñarey	penarey	AS	O	33010	43.5344	-5.9859	3
33456	Pulide (Castrillon)	pulide-castrillon	AS	O	33010	43.5344	-5.9859	3
33456	Rasa, La (Castrillon)	rasa-la-castrillon	AS	O	33010	43.5344	-5.9859	3
33456	Rionda, La (Castrillon)	rionda-la-castrillon	AS	O	33010	43.5344	-5.9859	3
33456	Romadoiro	romadoiro	AS	O	33010	43.5344	-5.9859	3
33456	Teboyas	teboyas	AS	O	33010	43.5344	-5.9859	3
33456	Torre, La (Castrillon)	torre-la-castrillon	AS	O	33010	43.5344	-5.9859	3
33456	Berruga (Castrillon)	berruga-castrillon	AS	O	33010	43.5344	-5.9859	3
33456	Braña, La (Castrillon)	brana-la-castrillon	AS	O	33010	43.5344	-5.9859	3
33456	Bujandi	bujandi	AS	O	33010	43.5344	-5.9859	3
33456	Buria	buria	AS	O	33010	43.5344	-5.9859	3
33456	La Salguera	la-salguera	AS	O	33010	43.5344	-5.9859	3
33456	La Ramera De Abajo	la-ramera-de-abajo	AS	O	33010	43.5344	-5.9859	3
33456	La Cangueta	la-cangueta	AS	O	33010	43.5344	-5.9859	3
33456	Moire	moire	AS	O	33010	43.5344	-5.9859	3
33456	Machuquera	machuquera	AS	O	33010	43.5344	-5.9859	3
33456	Llordal	llordal	AS	O	33010	43.5344	-5.9859	3
33456	Cascayo (Castrillon)	cascayo-castrillon	AS	O	33010	43.5344	-5.9859	3
33457	Santa Maria Del Mar	santa-maria-del-mar	AS	O	33016	43.5667	-6	4
33457	Las Lunas	las-lunas	AS	O	33016	43.5646	-5.9652	3
33457	Bayas	bayas	AS	O	33016	43.5766	-6.0245	4
33457	Calamon	calamon	AS	O	33016	43.5646	-5.9652	3
33457	Cueto El (Bayas - Castrillon)	cueto-el-bayas-castrillon	AS	O	33016	43.5766	-6.0245	4
33457	Villar (Castrillon)	villar-castrillon	AS	O	33016	43.5646	-5.9652	3
33457	Navalon	navalon	AS	O	33016	43.5735	-6.0301	4
33457	Arrojo (Naveces-Castrillon)	arrojo-naveces-castrillon	AS	O	33016	43.571	-6.0137	4
33457	Vallinas, Las (Castrillon)	vallinas-las-castrillon	AS	O	33016	43.5646	-5.9652	3
33457	El Molino	el-molino	AS	O	33016	43.5167	-5.65	4
33457	Naveces	naveces	AS	O	33016	43.571	-6.0137	4
33457	San Adriano (Castrillon)	san-adriano-castrillon	AS	O	33016	43.5646	-5.9652	3
33457	Pipe (P. Blancas)	pipe-p-blancas	AS	O	33016	43.5646	-5.9652	3
33457	Pino, El (Castrillon)	pino-el-castrillon	AS	O	33016	43.5646	-5.9652	3
33457	Pedrera, La (Castrillon)	pedrera-la-castrillon	AS	O	33016	43.5646	-5.9652	3
33457	Parra, La (Castrillon)	parra-la-castrillon	AS	O	33016	43.5646	-5.9652	3
33457	El Muro	el-muro	AS	O	33016	43.5646	-5.9652	3
33457	Llascaras	llascaras	AS	O	33016	43.5646	-5.9652	3
33457	La Llada	la-llada	AS	O	33016	43.5646	-5.9652	3
33457	Linares (Castrillon)	linares-castrillon	AS	O	33016	43.5646	-5.9652	3
33457	La Envidia	la-envidia	AS	O	33016	43.5646	-5.9652	3
33457	El Puerto	el-puerto	AS	O	33016	43.5646	-5.9652	3
33457	Arances	arances	AS	O	33016	43.5646	-5.9652	3
33457	Chavolas, Las (Castrillon)	chavolas-las-castrillon	AS	O	33016	43.5646	-5.9652	3
33457	Infiesta (Castrillon)	infiesta-castrillon	AS	O	33016	43.5646	-5.9652	3
33457	Cabornia, La (Castrillon)	cabornia-la-castrillon	AS	O	33016	43.5646	-5.9652	3
33458	Arenas (Soto Del Barco)	arenas-soto-del-barco	AS	O	33069	43.5329	-6.0698	4
33458	Sombredo	sombredo	AS	O	33069	43.5329	-6.0698	3
33458	Carcabina	carcabina	AS	O	33069	43.5329	-6.0698	3
33458	Ferreria (Soto Del Barco)	ferreria-soto-del-barco	AS	O	33069	43.5329	-6.0698	4
33458	Los Calbuetos	los-calbuetos	AS	O	33069	43.5329	-6.0698	3
33458	Ponte (Soto Del Barco)	ponte-soto-del-barco	AS	O	33069	43.5329	-6.0698	4
33458	Riocuevas	riocuevas	AS	O	33069	43.5329	-6.0698	3
33458	Folgueras (Soto Del Barco)	folgueras-soto-del-barco	AS	O	33069	43.5329	-6.0698	4
33458	Corrada, La (Soto Del Barco)	corrada-la-soto-del-barco	AS	O	33069	43.5329	-6.0698	4
33458	Tejera, La (Soto Del Barco)	tejera-la-soto-del-barco	AS	O	33069	43.5329	-6.0698	4
33459	Quiloño	quilono	AS	O	33016	43.55	-5.9667	4
33459	Las Cepas	las-cepas	AS	O	33016	43.5414	-6.0308	3
33459	Carcedo (Soto Barco)	carcedo-soto-barco	AS	O	33016	43.5329	-6.0698	4
33459	La Banda	la-banda	AS	O	33016	43.5414	-6.0308	3
33459	Santiago Del Monte	santiago-del-monte	AS	O	33016	43.55	-6.0167	4
33459	La Lleñada	la-llenada	AS	O	33016	43.5414	-6.0308	3
33459	Ranon (Soto Del Barco)	ranon-soto-del-barco	AS	O	33016	43.5329	-6.0698	4
33459	Plata, La (Castrillon)	plata-la-castrillon	AS	O	33016	43.5414	-6.0308	3
33459	Vallina, La (Castrillon)	vallina-la-castrillon	AS	O	33016	43.5414	-6.0308	3
33459	La Lloba	la-lloba	AS	O	33016	43.5414	-6.0308	3
33459	Castro, El (Castrillon)	castro-el-castrillon	AS	O	33016	43.5414	-6.0308	3
33459	Cenizal (Castrillon)	cenizal-castrillon	AS	O	33016	43.5414	-6.0308	3
33459	Quintana (Castrillon)	quintana-castrillon	AS	O	33016	43.5414	-6.0308	3
33459	Cabaña, La (Castrillon)	cabana-la-castrillon	AS	O	33016	43.5414	-6.0308	3
33459	Panizales (Castrillon)	panizales-castrillon	AS	O	33016	43.5414	-6.0308	3
33459	Corredoria (Castrillon)	corredoria-castrillon	AS	O	33016	43.5414	-6.0308	3
33459	Cueplo	cueplo	AS	O	33016	43.5414	-6.0308	3
33459	Llantero (Castrillon)	llantero-castrillon	AS	O	33016	43.5414	-6.0308	3
33460	San Pelayo (Trasona - Corvera)	san-pelayo-trasona-corvera	AS	O	33004	43.55	-5.8667	4
33460	Aviles	aviles	AS	O	33004	43.5547	-5.9248	4
33460	Tarin (Trasona-Corvera)	tarin-trasona-corvera	AS	O	33004	43.55	-5.8667	4
33460	Cueto, El (Trasona-Corvera)	cueto-el-trasona-corvera	AS	O	33004	43.55	-5.8667	4
33460	Marzaniella, La (Trasona-Corvera)	marzaniella-la-trasona-corvera	AS	O	33004	43.55	-5.8667	4
33460	Pedrero, El (Trasona-Corvera)	pedrero-el-trasona-corvera	AS	O	33004	43.55	-5.8667	4
33468	Favila	favila	AS	O	33020	43.5492	-5.8694	3
33468	Overo	overo	AS	O	33020	43.5459	-5.8805	4
33468	Trasmonte (Corvera)	trasmonte-corvera	AS	O	33020	43.55	-5.8667	4
33468	Robes	robes	AS	O	33020	43.5492	-5.8694	3
33468	Silvota (Trasona)	silvota-trasona	AS	O	33020	43.55	-5.8667	4
33468	Mocin	mocin	AS	O	33020	43.5492	-5.8694	3
33468	Trasona	trasona	AS	O	33020	43.55	-5.8667	4
33468	Gudin	gudin	AS	O	33020	43.5492	-5.8694	3
33468	Palacio (Corvera)	palacio-corvera	AS	O	33020	43.55	-5.8667	4
33468	Los Gavitos	los-gavitos	AS	O	33020	43.5492	-5.8694	3
33468	Fafilan	fafilan	AS	O	33020	43.5492	-5.8694	3
33469	El Redal	el-redal	AS	O	33014	43.5611	-5.7945	3
33469	Tamon	tamon	AS	O	33014	43.5333	-5.8333	4
33469	Huerno	huerno	AS	O	33014	43.5232	-5.814	4
33469	San Martin (Carreño)	san-martin-carreno	AS	O	33014	43.5892	-5.7674	4
33469	Cascayo (Carreño)	cascayo-carreno	AS	O	33014	43.5892	-5.7674	4
33469	Cabañas (Carreño)	cabanas-carreno	AS	O	33014	43.5892	-5.7674	4
33469	Calle De La Vega	calle-de-la-vega	AS	O	33014	43.5611	-5.7945	3
33469	Montico	montico	AS	O	33014	43.5145	-5.8152	4
33469	Orilla Del Rio	orilla-del-rio	AS	O	33014	43.5256	-5.8239	4
33469	Tabla, La (Carreño)	tabla-la-carreno	AS	O	33014	43.5892	-5.7674	4
33469	Tabaza	tabaza	AS	O	33014	43.5368	-5.8354	4
33469	Maripollin	maripollin	AS	O	33014	43.5611	-5.7945	3
33469	Velilla, La (Tabaza)	velilla-la-tabaza	AS	O	33014	43.5368	-5.8354	4
33469	Huelga, La (Carreño)	huelga-la-carreno	AS	O	33014	43.5892	-5.7674	4
33469	Villar (Tabaza-Carreño)	villar-tabaza-carreno	AS	O	33014	43.5611	-5.7945	3
33469	Vallina (Carreño)	vallina-carreno	AS	O	33014	43.5892	-5.7674	4
33469	Rodil	rodil	AS	O	33014	43.5611	-5.7945	3
33469	Fontanina (Carreño)	fontanina-carreno	AS	O	33014	43.5892	-5.7674	4
33469	Las Trancas	las-trancas	AS	O	33014	43.5611	-5.7945	3
33469	Monte Pando	monte-pando	AS	O	33014	43.5611	-5.7945	3
33469	Venta, La (Tabaza-Carreño)	venta-la-tabaza-carreno	AS	O	33014	43.5611	-5.7945	3
33469	Admiracion De Iglesia	admiracion-de-iglesia	AS	O	33014	43.5611	-5.7945	3
33469	Montegrande	montegrande	AS	O	33014	43.5611	-5.7945	3
33469	Cotones	cotones	AS	O	33014	43.5611	-5.7945	3
33469	Bardiel	bardiel	AS	O	33014	43.5611	-5.7945	3
33469	Barca, La (Logrezana-Carreño)	barca-la-logrezana-carreno	AS	O	33014	43.5611	-5.7945	3
33469	Ribanceo	ribanceo	AS	O	33014	43.5611	-5.7945	3
33470	Campañones	campanones	AS	O	33020	43.4908	-5.835	4
33470	Taraño	tarano	AS	O	33020	43.4333	-6.25	4
33470	Nuñez	nunez	AS	O	33020	43.5143	-5.8859	4
33470	Solis	solis	AS	O	33020	43.5	-5.85	4
33470	Camina	camina	AS	O	33020	43.4939	-5.9138	3
33470	Mora, La (Cancienes)	mora-la-cancienes	AS	O	33020	43.5131	-5.8718	4
33470	Ferroñes	ferrones	AS	O	33020	43.4792	-5.8732	4
33470	La Cruzada	la-cruzada	AS	O	33020	43.4939	-5.9138	3
33470	Cancienes	cancienes	AS	O	33020	43.5131	-5.8718	4
33470	Sama De Abajo	sama-de-abajo	AS	O	33020	43.5075	-5.8729	4
33470	Noval (Llanera)	noval-llanera	AS	O	33020	43.4939	-5.9138	3
33470	Picosa	picosa	AS	O	33020	43.4939	-5.9138	3
33470	Ponton, El (Solis - Corvera)	ponton-el-solis-corvera	AS	O	33020	43.4939	-5.9138	3
33470	Rebollada, La (Corvera)	rebollada-la-corvera	AS	O	33020	43.4939	-5.9138	3
33470	Rodiles (Corvera)	rodiles-corvera	AS	O	33020	43.4939	-5.9138	3
33470	Sama De Arriba	sama-de-arriba	AS	O	33020	43.4939	-5.9138	3
33470	Llano, El (Corvera)	llano-el-corvera	AS	O	33020	43.4939	-5.9138	3
33470	Santa Marina (Corvera)	santa-marina-corvera	AS	O	33020	43.4939	-5.9138	3
33470	Cabañon	cabanon	AS	O	33020	43.4939	-5.9138	3
33470	Calabaza (Corvera)	calabaza-corvera	AS	O	33020	43.4939	-5.9138	3
33470	Sota (Corvera)	sota-corvera	AS	O	33020	43.4939	-5.9138	3
33470	Taujo	taujo	AS	O	33020	43.4939	-5.9138	3
33470	Monteagudo (Llanera)	monteagudo-llanera	AS	O	33020	43.4939	-5.9138	3
33470	Menudera	menudera	AS	O	33020	43.4939	-5.9138	3
33470	Cruzada, La (Corvera)	cruzada-la-corvera	AS	O	33020	43.4939	-5.9138	3
33470	Campo La Vega	campo-la-vega	AS	O	33020	43.4939	-5.9138	3
33470	Campo De La Vega	campo-de-la-vega	AS	O	33020	43.4939	-5.9138	3
33470	Alvares (Corvera)	alvares-corvera	AS	O	33020	43.4939	-5.9138	3
33470	Aguilero	aguilero	AS	O	33020	43.4939	-5.9138	3
33470	Aguera (Corvera)	aguera-corvera	AS	O	33020	43.4939	-5.9138	3
33470	Areñes, Les (Llanera)	arenes-les-llanera	AS	O	33020	43.4939	-5.9138	3
33470	Acebo (Corvera)	acebo-corvera	AS	O	33020	43.4939	-5.9138	3
33470	Martinete, El (Corvera)	martinete-el-corvera	AS	O	33020	43.4939	-5.9138	3
33470	Moriana	moriana	AS	O	33020	43.4939	-5.9138	3
33470	Barredo (Corvera)	barredo-corvera	AS	O	33020	43.4939	-5.9138	3
33490	Aviles	aviles	AS	O	33004	43.5547	-5.9248	4
33490	Retumes	retumes	AS	O	33004	43.5643	-5.905	3
33490	Villanueva (San Pedro Navarro)	villanueva-san-pedro-navarro	AS	O	33004	43.5667	-5.9	4
33490	San Sebastian	san-sebastian	AS	O	33004	43.5667	-5.9	4
33490	Quintana Pedro	quintana-pedro	AS	O	33004	43.5643	-5.905	3
33490	San Pedro De Navarro	san-pedro-de-navarro	AS	O	33004	43.5667	-5.9	4
33490	Iboya (Pueblo)	iboya-pueblo	AS	O	33004	43.5643	-5.905	3
33490	Tetuan (San Pedro Navarro)	tetuan-san-pedro-navarro	AS	O	33004	43.5667	-5.9	4
33490	Ferrero (Viviendas)	ferrero-viviendas	AS	O	33004	43.5643	-5.905	3
33490	Granda, La (Aviles)	granda-la-aviles	AS	O	33004	43.5643	-5.905	3
33490	El Estrellin	el-estrellin	AS	O	33004	43.5643	-5.905	3
33490	Refurao	refurao	AS	O	33004	43.5643	-5.905	3
33490	Valle, El (Gozon) (Zona)	valle-el-gozon-zona	AS	O	33004	43.5643	-5.905	3
33490	Piñera, La (Gozon) (Pueblo)	pinera-la-gozon-pueblo	AS	O	33004	43.5643	-5.905	3
33490	Perdones (Pueblo)	perdones-pueblo	AS	O	33004	43.5643	-5.905	3
33490	Barredo (Gozon) (Pueblo)	barredo-gozon-pueblo	AS	O	33004	43.5643	-5.905	3
33490	Ambiedes (Pueblo)	ambiedes-pueblo	AS	O	33004	43.5643	-5.905	3
33490	Piedramenuda	piedramenuda	AS	O	33004	43.5643	-5.905	3
33490	Llantao	llantao	AS	O	33004	43.5643	-5.905	3
33490	Tuñes	tunes	AS	O	33004	43.5643	-5.905	3
33490	Campo De La Iglesia (Aviles)	campo-de-la-iglesia-aviles	AS	O	33004	43.5643	-5.905	3
33490	La Cabian	la-cabian	AS	O	33004	43.5643	-5.905	3
33490	Bardasquera	bardasquera	AS	O	33004	43.5643	-5.905	3
33490	Tabiella	tabiella	AS	O	33004	43.5643	-5.905	3
33490	Los Guardados	los-guardados	AS	O	33004	43.5643	-5.905	3
33490	Escucha, La (Aviles)	escucha-la-aviles	AS	O	33004	43.5643	-5.905	3
33491	Dormon	dormon	AS	O	33014	43.5746	-5.7474	4
33491	Iglesia, La (Perlora-Carreño)	iglesia-la-perlora-carreno	AS	O	33014	43.5833	-5.75	4
33491	Monte, El (Perlora-Carreño)	monte-el-perlora-carreno	AS	O	33014	43.5833	-5.75	4
33491	Arenas, Las (Carreño)	arenas-las-carreno	AS	O	33014	43.5822	-5.7497	3
33491	Perlora	perlora	AS	O	33014	43.5833	-5.75	4
33491	La Bermeya	la-bermeya	AS	O	33014	43.5822	-5.7497	3
33491	Sierra, La (Perlora - Carreño)	sierra-la-perlora-carreno	AS	O	33014	43.5833	-5.75	4
33491	La Ferrian	la-ferrian	AS	O	33014	43.5822	-5.7497	3
33491	Rodiles (Perlora)	rodiles-perlora	AS	O	33014	43.5833	-5.75	4
33491	Yavio	yavio	AS	O	33014	43.5822	-5.7497	3
33491	Cueto (Perlora-Carreño)	cueto-perlora-carreno	AS	O	33014	43.5833	-5.75	4
33491	Noval (Carreño)	noval-carreno	AS	O	33014	43.5822	-5.7497	3
33491	Estacion (Perlora-Carreño)	estacion-perlora-carreno	AS	O	33014	43.5833	-5.75	4
33491	Ponteo (Carreño)	ponteo-carreno	AS	O	33014	43.5822	-5.7497	3
33491	Rodada, La (Carreño)	rodada-la-carreno	AS	O	33014	43.5822	-5.7497	3
33491	Rotella (Carreño)	rotella-carreno	AS	O	33014	43.5822	-5.7497	3
33491	Friera (Carreño)	friera-carreno	AS	O	33014	43.5822	-5.7497	3
33491	Formiga	formiga	AS	O	33014	43.5822	-5.7497	3
33491	Nozaleda (Carreño)	nozaleda-carreno	AS	O	33014	43.5822	-5.7497	3
33491	Salguero	salguero	AS	O	33014	43.5822	-5.7497	3
33491	Pedrera, La (Carreño)	pedrera-la-carreno	AS	O	33014	43.5822	-5.7497	3
33491	Perecil	perecil	AS	O	33014	43.5822	-5.7497	3
33491	Prado, El (Carreño)	prado-el-carreno	AS	O	33014	43.5822	-5.7497	3
33491	Peran	peran	AS	O	33014	43.5822	-5.7497	3
33491	Canto Coyanca	canto-coyanca	AS	O	33014	43.5822	-5.7497	3
33491	Corredor (Carreño)	corredor-carreno	AS	O	33014	43.5822	-5.7497	3
33491	Ciudad Residencial De Perlora	ciudad-residencial-de-perlora	AS	O	33014	43.5822	-5.7497	3
33491	Estaquera	estaquera	AS	O	33014	43.5822	-5.7497	3
33491	Cuto (Carreño)	cuto-carreno	AS	O	33014	43.5822	-5.7497	3
33491	Braña, La (Carreño)	brana-la-carreno	AS	O	33014	43.5822	-5.7497	3
33492	Albandi	albandi	AS	O	33014	43.571	-5.7376	4
33492	Campo San Juan	campo-san-juan	AS	O	33014	43.1831	-5.3448	4
33492	Riego (Aboño)	riego-abono	AS	O	33014	43.5588	-5.7229	4
33492	Caicorrida	caicorrida	AS	O	33014	43.5224	-5.6903	3
33492	Otero (Aboño)	otero-abono	AS	O	33014	43.5588	-5.7229	4
33492	Carrio (Carreño)	carrio-carreno	AS	O	33014	43.5224	-5.6903	3
33492	Reconco (Aboño)	reconco-abono	AS	O	33014	43.5588	-5.7229	4
33492	Xivares	xivares	AS	O	33014	43.5224	-5.6903	3
33492	Manzaneda (Aboño)	manzaneda-abono	AS	O	33014	43.5588	-5.7229	4
33492	Sabarriona	sabarriona	AS	O	33014	43.5224	-5.6903	3
33492	Llamera (Aboño)	llamera-abono	AS	O	33014	43.5588	-5.7229	4
33492	Reguero (Carreño)	reguero-carreno	AS	O	33014	43.5224	-5.6903	3
33492	Aboño	abono	AS	O	33014	43.5588	-5.7229	4
33492	Empalme, El (Carreño)	empalme-el-carreno	AS	O	33014	43.5224	-5.6903	3
33492	Rica	rica	AS	O	33014	43.5224	-5.6903	3
33492	Calera	calera	AS	O	33014	43.5669	-5.7497	4
33492	Barreres (Pervera-Carreño)	barreres-pervera-carreno	AS	O	33014	43.5224	-5.6903	3
33492	Pervera	pervera	AS	O	33014	43.55	-5.7333	4
33492	Caleyo (Carreño)	caleyo-carreno	AS	O	33014	43.5224	-5.6903	3
33492	Peruyera (Carrio - Carreño)	peruyera-carrio-carreno	AS	O	33014	43.5224	-5.6903	3
33492	Peruyera (Albandi-Carreño)	peruyera-albandi-carreno	AS	O	33014	43.5224	-5.6903	3
33492	Muniello (Carreño)	muniello-carreno	AS	O	33014	43.5224	-5.6903	3
33492	Montecalera	montecalera	AS	O	33014	43.5224	-5.6903	3
33492	Monte, El (Pervera-Carreño)	monte-el-pervera-carreno	AS	O	33014	43.5224	-5.6903	3
33492	Monte Moris	monte-moris	AS	O	33014	43.5224	-5.6903	3
33492	Cuesta, La (Carreño)	cuesta-la-carreno	AS	O	33014	43.5224	-5.6903	3
33492	Cuesta Carrio	cuesta-carrio	AS	O	33014	43.5224	-5.6903	3
33492	Las Cruzadas	las-cruzadas	AS	O	33014	43.5224	-5.6903	3
33492	Bandin	bandin	AS	O	33014	43.5224	-5.6903	3
33492	La Xana	la-xana	AS	O	33014	43.5224	-5.6903	3
33492	Granda, La (Albandi-Carreño)	granda-la-albandi-carreno	AS	O	33014	43.5224	-5.6903	3
33492	Convento, El (Carreño)	convento-el-carreno	AS	O	33014	43.5224	-5.6903	3
33492	Baragaña (Carreño)	baragana-carreno	AS	O	33014	43.5224	-5.6903	3
33492	Barquera, La (Carreño)	barquera-la-carreno	AS	O	33014	43.5224	-5.6903	3
33492	Barreres (Albandi_Carreño)	barreres-albandi_carreno	AS	O	33014	43.5224	-5.6903	3
33500	Llanes	llanes	AS	O	33036	43.4198	-4.7548	4
33507	Caldueño	caldueno	AS	O	33036	43.3833	-4.8667	4
33507	Riocaliente (Llanes)	riocaliente-llanes	AS	O	33036	43.3842	-4.891	3
33507	Ardisana	ardisana	AS	O	33036	43.3869	-4.9436	4
33507	Cortines	cortines	AS	O	33036	43.3785	-4.8757	4
33507	El Mazuco	el-mazuco	AS	O	33036	43.3819	-4.8509	4
33507	Palacio De Ardisana	palacio-de-ardisana	AS	O	33036	43.3842	-4.891	3
33507	Caldueñin	calduenin	AS	O	33036	43.3795	-4.8664	4
33507	Debodes	debodes	AS	O	33036	43.3787	-4.8982	4
33507	Villa (Llanes)	villa-llanes	AS	O	33036	43.3842	-4.891	3
33507	Los Callejos	los-callejos	AS	O	33036	43.4009	-4.9149	4
33507	Llano De Amieva	llano-de-amieva	AS	O	33036	43.3842	-4.891	3
33507	Puente Nuevo	puente-nuevo	AS	O	33036	43.397	-4.912	4
33507	Mestas De Ardisana	mestas-de-ardisana	AS	O	33036	43.3842	-4.891	3
33507	Jareras	jareras	AS	O	33036	43.3705	-4.8903	4
33507	Buda	buda	AS	O	33036	43.3842	-4.891	3
33508	Torrevega	torrevega	AS	O		43.3898	-4.9098	4
33508	Mere	mere	AS	O		43.3747	-4.9137	4
33508	Allende (Vibaño)	allende-vibano	AS	O		43.4009	-4.8961	4
33508	Malateria, La (Llanes)	malateria-la-llanes	AS	O		43.3915	-4.9039	3
33508	Vibaño	vibano	AS	O		43.4009	-4.8961	4
33508	Rioseco (Llanes)	rioseco-llanes	AS	O		43.3915	-4.9039	3
33509	Portiella, La (Llanes)	portiella-la-llanes	AS	O	33045	43.4144	-4.7719	3
33509	Porrua	porrua	AS	O	33045	43.4118	-4.8014	4
33509	Cue	cue	AS	O	33045	43.4119	-4.7348	4
33509	Pereda, La (Llanes)	pereda-la-llanes	AS	O	33045	43.4144	-4.7719	3
33509	Poo De Llanes	poo-de-llanes	AS	O	33045	43.4223	-4.7894	4
33509	Pancar	pancar	AS	O	33045	43.4118	-4.7621	4
33509	Parres (Llanes)	parres-llanes	AS	O	33045	43.4144	-4.7719	3
33510	Pola De Siero	pola-de-siero	AS	O	33066	43.3923	-5.6634	4
33518	Brañuca, La (Traspando-Siero)	branuca-la-traspando-siero	AS	O	33066	43.3667	-5.6	4
33518	Tabladiello (Siero)	tabladiello-siero	AS	O	33066	43.3962	-5.5907	3
33518	Rimada	rimada	AS	O	33066	43.4265	-5.5905	4
33518	Traspando	traspando	AS	O	33066	43.3667	-5.6	4
33518	La Cigueta	la-cigueta	AS	O	33066	43.3962	-5.5907	3
33518	Mata, La (Feleches-Siero)	mata-la-feleches-siero	AS	O	33066	43.3833	-5.5833	4
33518	Cabaña, La (Traspando-Siero)	cabana-la-traspando-siero	AS	O	33066	43.3667	-5.6	4
33518	La Recula	la-recula	AS	O	33066	43.3962	-5.5907	3
33518	La Masanti	la-masanti	AS	O	33066	43.3968	-5.5705	4
33518	Pascual, El (Traspando-Siero)	pascual-el-traspando-siero	AS	O	33066	43.3667	-5.6	4
33518	La Secada	la-secada	AS	O	33066	43.3962	-5.5907	3
33518	San Roman De Sariego	san-roman-de-sariego	AS	O	33066	43.4119	-5.5083	4
33518	Novalin	novalin	AS	O	33066	43.3962	-5.5907	3
33518	El Molinon	el-molinon	AS	O	33066	43.5167	-5.65	4
33518	Nuste	nuste	AS	O	33066	43.3962	-5.5907	3
33518	Cuesta, La (Feleches-Siero)	cuesta-la-feleches-siero	AS	O	33066	43.3833	-5.5833	4
33518	Pedraces (Siero)	pedraces-siero	AS	O	33066	43.3962	-5.5907	3
33518	Aramil	aramil	AS	O	33066	43.386	-5.6189	4
33518	Pedrosa (Sariego)	pedrosa-sariego	AS	O	33066	43.3962	-5.5907	3
33518	Camino, El (Feleches-Siero)	camino-el-feleches-siero	AS	O	33066	43.3833	-5.5833	4
33518	Quintana (Siero)	quintana-siero	AS	O	33066	43.3962	-5.5907	3
33518	Quintana, La (Siero)	quintana-la-siero	AS	O	33066	43.3962	-5.5907	3
33518	Rebollada, La (Siero)	rebollada-la-siero	AS	O	33066	43.3962	-5.5907	3
33518	Acebo (Sariego)	acebo-sariego	AS	O	33066	43.3962	-5.5907	3
33518	San Roque (Siero)	san-roque-siero	AS	O	33066	43.3962	-5.5907	3
33518	Rincon	rincon	AS	O	33066	43.3962	-5.5907	3
33518	Berros	berros	AS	O	33066	43.3962	-5.5907	3
33518	Fuentemil	fuentemil	AS	O	33066	43.3962	-5.5907	3
33518	Santianes (Sariego)	santianes-sariego	AS	O	33066	43.3962	-5.5907	3
33518	Sanriella	sanriella	AS	O	33066	43.3962	-5.5907	3
33518	Villar (Vega Sariego)	villar-vega-sariego	AS	O	33066	43.3962	-5.5907	3
33518	Figares (Sariego)	figares-sariego	AS	O	33066	43.3962	-5.5907	3
33518	Felguera, La (Siero)	felguera-la-siero	AS	O	33066	43.3962	-5.5907	3
33518	Feleches (Siero)	feleches-siero	AS	O	33066	43.3962	-5.5907	3
33518	Matuca	matuca	AS	O	33066	43.3962	-5.5907	3
33518	Barrial (Siero)	barrial-siero	AS	O	33066	43.3962	-5.5907	3
33518	Llorian	llorian	AS	O	33066	43.3962	-5.5907	3
33518	Moral De Sariego	moral-de-sariego	AS	O	33066	43.3962	-5.5907	3
33518	Llamargon	llamargon	AS	O	33066	43.3962	-5.5907	3
33518	Moldano	moldano	AS	O	33066	43.3962	-5.5907	3
33518	Miyares (Sariego)	miyares-sariego	AS	O	33066	43.3962	-5.5907	3
33518	Barbecho	barbecho	AS	O	33066	43.3962	-5.5907	3
33518	Aramanti	aramanti	AS	O	33066	43.3962	-5.5907	3
33518	Rebollar, El (Sariego)	rebollar-el-sariego	AS	O	33066	43.3962	-5.5907	3
33518	Narzana De Sariego	narzana-de-sariego	AS	O	33066	43.3962	-5.5907	3
33518	Nora (Sariego)	nora-sariego	AS	O	33066	43.3962	-5.5907	3
33518	Viesca, La (Siero)	viesca-la-siero	AS	O	33066	43.3962	-5.5907	3
33518	Vega De Sariego	vega-de-sariego	AS	O	33066	43.3962	-5.5907	3
33518	Valvidares	valvidares	AS	O	33066	43.3962	-5.5907	3
33518	Cirigüeyo	cirigueyo	AS	O	33066	43.3962	-5.5907	3
33518	Castañera (Sariego)	castanera-sariego	AS	O	33066	43.3962	-5.5907	3
33518	Carcabada (Sariego)	carcabada-sariego	AS	O	33066	43.3962	-5.5907	3
33518	Capilla, La (Siero)	capilla-la-siero	AS	O	33066	43.3962	-5.5907	3
33518	Canal (Sariego)	canal-sariego	AS	O	33066	43.3962	-5.5907	3
33518	Cordon	cordon	AS	O	33066	43.3962	-5.5907	3
33518	Collado (Siero)	collado-siero	AS	O	33066	43.3962	-5.5907	3
33518	Cuesta, La (Sariego)	cuesta-la-sariego	AS	O	33066	43.3962	-5.5907	3
33518	Corros, Los (Siero)	corros-los-siero	AS	O	33066	43.3962	-5.5907	3
33519	Careses	careses	AS	O	33066	43.4114	-5.6215	4
33519	Monte (Siero)	monte-siero	AS	O	33066	43.4056	-5.658	3
33519	Taraña	tarana	AS	O	33066	43.4281	-5.6644	4
33519	Atras (Siero)	atras-siero	AS	O	33066	43.4056	-5.658	3
33519	Marcenado	marcenado	AS	O	33066	43.4	-5.6167	4
33519	Lugarin (Siero)	lugarin-siero	AS	O	33066	43.4056	-5.658	3
33519	Munco	munco	AS	O	33066	43.4166	-5.6441	4
33519	Vigil	vigil	AS	O	33066	43.3835	-5.6392	4
33519	Huergo (Siero)	huergo-siero	AS	O	33066	43.4056	-5.658	3
33519	Ceñal	cenal	AS	O	33066	43.4359	-5.6139	4
33519	Rebollal, El (Pola De Siero)	rebollal-el-pola-de-siero	AS	O	33066	43.3923	-5.6634	4
33519	Barbales	barbales	AS	O	33066	43.4056	-5.658	3
33519	Llorianes (Valdesoto-Siero)	llorianes-valdesoto-siero	AS	O	33066	43.3667	-5.6333	4
33519	Camino (Muño-Siero)	camino-muno-siero	AS	O	33066	43.4333	-5.65	4
33519	Guaricio	guaricio	AS	O	33066	43.4056	-5.658	3
33519	Ordiales (Pola De Siero)	ordiales-pola-de-siero	AS	O	33066	43.3923	-5.6634	4
33519	Otero (Siero-Muño)	otero-siero-muno	AS	O	33066	43.4333	-5.65	4
33519	Castiello (Siero)	castiello-siero	AS	O	33066	43.4056	-5.658	3
33519	Cuesta, La (Vega De Poja-Siero)	cuesta-la-vega-de-poja-siero	AS	O	33066	43.4	-5.6333	4
33519	Muño	muno	AS	O	33066	43.4333	-5.65	4
33519	Granja, La (Siero)	granja-la-siero	AS	O	33066	43.4056	-5.658	3
33519	Venta La Salve, La (Valdesoto-Siero)	venta-la-salve-la-valdesoto-siero	AS	O	33066	43.3667	-5.6333	4
33519	Vega Muñiz	vega-muniz	AS	O	33066	43.4056	-5.658	3
33519	Carril, La (Noreña)	carril-la-norena	AS	O	33066	43.3936	-5.7066	4
33519	Lavandera (Siero)	lavandera-siero	AS	O	33066	43.4056	-5.658	3
33519	Aveno	aveno	AS	O	33066	43.4069	-5.6077	4
33519	Plazuela	plazuela	AS	O	33066	43.4056	-5.658	3
33519	Negales (Valdesoto-Siero)	negales-valdesoto-siero	AS	O	33066	43.3667	-5.6333	4
33519	Peral, La (Siero)	peral-la-siero	AS	O	33066	43.4056	-5.658	3
33519	Pando (Celles-Siero)	pando-celles-siero	AS	O	33066	43.4167	-5.6833	4
33519	Parte, La (Siero)	parte-la-siero	AS	O	33066	43.4056	-5.658	3
33519	Carbayo, El (Lugones)	carbayo-el-lugones	AS	O	33066	43.4027	-5.8121	4
33519	Santianes (Siero)	santianes-siero	AS	O	33066	43.4056	-5.658	3
33519	San Andres (Noreña)	san-andres-norena	AS	O	33066	43.3936	-5.7066	4
33519	Santa Eulalia De Vigil	santa-eulalia-de-vigil	AS	O	33066	43.4056	-5.658	3
33519	Fresno (Collada-Siero)	fresno-collada-siero	AS	O	33066	43.4333	-5.6167	4
33519	Posada (Siero)	posada-siero	AS	O	33066	43.4056	-5.658	3
33519	Otero (Siero-Celles)	otero-siero-celles	AS	O	33066	43.4167	-5.6833	4
33519	Rioseco (Siero)	rioseco-siero	AS	O	33066	43.4056	-5.658	3
33519	Vega De Poja	vega-de-poja	AS	O	33066	43.4	-5.6333	4
33519	Pueblo, El (Siero)	pueblo-el-siero	AS	O	33066	43.4056	-5.658	3
33519	Braña, La (Noreña)	brana-la-norena	AS	O	33066	43.3936	-5.7066	4
33519	El Rayo	el-rayo	AS	O	33066	43.4056	-5.658	3
33519	Cabaña, La (Vega De Poja-Siero)	cabana-la-vega-de-poja-siero	AS	O	33066	43.4	-5.6333	4
33519	Barredo (Siero)	barredo-siero	AS	O	33066	43.4056	-5.658	3
33519	Belga (Celles-Siero)	belga-celles-siero	AS	O	33066	43.4167	-5.6833	4
33519	Braña (Siero)	brana-siero	AS	O	33066	43.4056	-5.658	3
33519	Celles	celles	AS	O	33066	43.4167	-5.6833	4
33519	Collada, La (Siero)	collada-la-siero	AS	O	33066	43.4056	-5.658	3
33519	Corujedo (Siero)	corujedo-siero	AS	O	33066	43.4056	-5.658	3
33519	Cotariello (Siero)	cotariello-siero	AS	O	33066	43.4056	-5.658	3
33519	Escamplero (Siero)	escamplero-siero	AS	O	33066	43.4056	-5.658	3
33519	Ferrera (Siero)	ferrera-siero	AS	O	33066	43.4056	-5.658	3
33519	Villanueva (Siero)	villanueva-siero	AS	O	33066	43.4056	-5.658	3
33519	Villar (Siero)	villar-siero	AS	O	33066	43.4056	-5.658	3
33519	Mudarri	mudarri	AS	O	33066	43.4056	-5.658	3
33519	Forfontia	forfontia	AS	O	33066	43.4056	-5.658	3
33520	Nava	nava	AS	O	33040	43.3581	-5.5106	4
33527	San Julian De Bimenes	san-julian-de-bimenes	AS	O	33006	43.3419	-5.5646	4
33527	Canteli	canteli	AS	O	33006	43.3291	-5.5675	3
33527	San Miguel (Bimenes)	san-miguel-bimenes	AS	O	33006	43.3167	-5.55	4
33527	Xugueros	xugueros	AS	O	33006	43.3291	-5.5675	3
33527	Montiquin	montiquin	AS	O	33006	43.35	-5.5667	4
33527	Tuenes	tuenes	AS	O	33006	43.3291	-5.5675	3
33527	La Riba	la-riba	AS	O	33006	43.3449	-5.5535	4
33527	La Brañuca	la-branuca	AS	O	33006	43.3291	-5.5675	3
33527	Texuca (Bimenes)	texuca-bimenes	AS	O	33006	43.3167	-5.55	4
33527	Capellan	capellan	AS	O	33006	43.3291	-5.5675	3
33527	Castiello (Bimenes)	castiello-bimenes	AS	O	33006	43.3167	-5.55	4
33527	Casa Del Rio	casa-del-rio	AS	O	33006	43.3291	-5.5675	3
33527	Valle, El (Bimenes)	valle-el-bimenes	AS	O	33006	43.3167	-5.55	4
33527	Granxu	granxu	AS	O	33006	43.3291	-5.5675	3
33527	Carbayal	carbayal	AS	O	33006	43.5	-5.9	4
33527	Perezal	perezal	AS	O	33006	43.3291	-5.5675	3
33527	Martimporra	martimporra	AS	O	33006	43.3324	-5.5687	4
33527	Riosuaria	riosuaria	AS	O	33006	43.3291	-5.5675	3
33527	Escobal (Bimenes)	escobal-bimenes	AS	O	33006	43.3167	-5.55	4
33527	Castro (Bimenes)	castro-bimenes	AS	O	33006	43.3167	-5.55	4
33527	Acebal, La (Bimenes)	acebal-la-bimenes	AS	O	33006	43.3167	-5.55	4
33527	Rubiera (Bimenes)	rubiera-bimenes	AS	O	33006	43.3167	-5.55	4
33527	Corredoria (Bimenes)	corredoria-bimenes	AS	O	33006	43.3167	-5.55	4
33527	Figar, La (Bimenes)	figar-la-bimenes	AS	O	33006	43.3167	-5.55	4
33527	Fragua (Bimenes)	fragua-bimenes	AS	O	33006	43.3167	-5.55	4
33527	Pradon (Bimenes)	pradon-bimenes	AS	O	33006	43.3167	-5.55	4
33527	Ricabo (Bimenes)	ricabo-bimenes	AS	O	33006	43.3167	-5.55	4
33527	Colladas (Bimenes)	colladas-bimenes	AS	O	33006	43.3167	-5.55	4
33527	Rebollo (Bimenes)	rebollo-bimenes	AS	O	33006	43.3167	-5.55	4
33527	Faedo (Bimenes)	faedo-bimenes	AS	O	33006	43.3167	-5.55	4
33527	Cueto, El (Bimenes)	cueto-el-bimenes	AS	O	33006	43.3167	-5.55	4
33527	Castañal (Bimenes)	castanal-bimenes	AS	O	33006	43.3167	-5.55	4
33528	Campanal (Nava)	campanal-nava	AS	O	33006	43.3488	-5.5514	3
33528	Castañera (Suares-Bimenes)	castanera-suares-bimenes	AS	O	33006	43.3445	-5.5885	4
33528	Rozadas (Bimenes)	rozadas-bimenes	AS	O	33006	43.3488	-5.5514	3
33528	Suares	suares	AS	O	33006	43.3445	-5.5885	4
33528	Caleyo	caleyo	AS	O	33006	43.3488	-5.5514	3
33528	Tavalles	tavalles	AS	O	33006	43.3197	-5.5745	4
33528	Roiles (Nava)	roiles-nava	AS	O	33006	43.3488	-5.5514	3
33528	Priandi	priandi	AS	O	33006	43.35	-5.5167	4
33528	Sienra (Bimenes)	sienra-bimenes	AS	O	33006	43.3488	-5.5514	3
33528	Santo Tomas De Priandi	santo-tomas-de-priandi	AS	O	33006	43.35	-5.5167	4
33528	Segredal	segredal	AS	O	33006	43.3488	-5.5514	3
33528	Buruyosa	buruyosa	AS	O	33006	43.35	-5.5333	4
33528	Melendreros	melendreros	AS	O	33006	43.3116	-5.5332	4
33528	Llamedo (Nava)	llamedo-nava	AS	O	33006	43.3488	-5.5514	3
33528	Cañal	canal	AS	O	33006	43.4199	-5.5595	4
33528	Caspio	caspio	AS	O	33006	43.3488	-5.5514	3
33528	Casa Del Monte	casa-del-monte	AS	O	33006	43.3488	-5.5514	3
33528	Carbayal (Nava)	carbayal-nava	AS	O	33006	43.3488	-5.5514	3
33528	Fontoria (Bimenes)	fontoria-bimenes	AS	O	33006	43.3488	-5.5514	3
33528	Recimuro	recimuro	AS	O	33006	43.3488	-5.5514	3
33528	Pedrero (Bimenes)	pedrero-bimenes	AS	O	33006	43.3488	-5.5514	3
33528	Puente, La (Nava)	puente-la-nava	AS	O	33006	43.3488	-5.5514	3
33528	Pumar (Bimenes)	pumar-bimenes	AS	O	33006	43.3488	-5.5514	3
33528	Rebollar (Bimenes)	rebollar-bimenes	AS	O	33006	43.3488	-5.5514	3
33528	La Llantada	la-llantada	AS	O	33006	43.3488	-5.5514	3
33528	Riega	riega	AS	O	33006	43.3488	-5.5514	3
33528	Vara, La (Bimenes)	vara-la-bimenes	AS	O	33006	43.3488	-5.5514	3
33528	Viñay	vinay	AS	O	33006	43.3488	-5.5514	3
33528	Argamoso	argamoso	AS	O	33006	43.3488	-5.5514	3
33528	Oñardi	onardi	AS	O	33006	43.3488	-5.5514	3
33528	Mesnada	mesnada	AS	O	33006	43.3488	-5.5514	3
33528	Estacion (Bimenes)	estacion-bimenes	AS	O	33006	43.3488	-5.5514	3
33528	Fadiello	fadiello	AS	O	33006	43.3488	-5.5514	3
33528	Cruz, La (Bimenes)	cruz-la-bimenes	AS	O	33006	43.3488	-5.5514	3
33528	Cuestespines	cuestespines	AS	O	33006	43.3488	-5.5514	3
33528	Fayacaba	fayacaba	AS	O	33006	43.3488	-5.5514	3
33528	Fontanina (Nava)	fontanina-nava	AS	O	33006	43.3488	-5.5514	3
33528	Cardeli	cardeli	AS	O	33006	43.3488	-5.5514	3
33528	Castañera (Rozadas-Bimenes)	castanera-rozadas-bimenes	AS	O	33006	43.3488	-5.5514	3
33528	Quintana (Nava)	quintana-nava	AS	O	33006	43.3488	-5.5514	3
33528	Carbajal (Nava)	carbajal-nava	AS	O	33006	43.3488	-5.5514	3
33528	Cabañas, Las (Bimenes)	cabanas-las-bimenes	AS	O	33006	43.3488	-5.5514	3
33528	Cantera, La (Nava)	cantera-la-nava	AS	O	33006	43.3488	-5.5514	3
33528	Brizosa	brizosa	AS	O	33006	43.3488	-5.5514	3
33528	Baragaña (Bimenes)	baragana-bimenes	AS	O	33006	43.3488	-5.5514	3
33528	Canales (Bimenes)	canales-bimenes	AS	O	33006	43.3488	-5.5514	3
33528	Santa Agadea	santa-agadea	AS	O	33006	43.3488	-5.5514	3
33529	Paraes	paraes	AS	O	33040	43.3667	-5.5	4
33529	Travesedo (Nava)	travesedo-nava	AS	O	33040	43.3676	-5.4929	3
33529	Omedo (Nava)	omedo-nava	AS	O	33040	43.3676	-5.4929	3
33529	Orizon	orizon	AS	O	33040	43.3676	-5.4929	3
33529	Pozo Cordero	pozo-cordero	AS	O	33040	43.3676	-5.4929	3
33529	Villares (Cabranes)	villares-cabranes	AS	O	33040	43.3676	-5.4929	3
33529	Monga	monga	AS	O	33040	43.3682	-5.4886	4
33529	Villamartin (Nava)	villamartin-nava	AS	O	33040	43.3676	-5.4929	3
33529	Ovin	ovin	AS	O	33040	43.3676	-5.4929	3
33529	Villabona (Nava)	villabona-nava	AS	O	33040	43.3676	-5.4929	3
33529	Buyeres	buyeres	AS	O	33040	43.3497	-5.483	4
33529	Villa (Nava)	villa-nava	AS	O	33040	43.3676	-5.4929	3
33529	Pando (Piloñeta-Nava)	pando-piloneta-nava	AS	O	33040	43.3449	-5.5029	4
33529	Verdera (Nava)	verdera-nava	AS	O	33040	43.3676	-5.4929	3
33529	Piloñeta	piloneta	AS	O	33040	43.3449	-5.5029	4
33529	Vegadali	vegadali	AS	O	33040	43.3676	-5.4929	3
33529	Camas	camas	AS	O	33040	43.3917	-5.4553	4
33529	Viobes	viobes	AS	O	33040	43.3812	-5.5067	4
33529	Vega, La (Nava)	vega-la-nava	AS	O	33040	43.3676	-5.4929	3
33529	Pruneda	pruneda	AS	O	33040	43.3755	-5.4733	4
33529	Vega (Nava)	vega-nava	AS	O	33040	43.3676	-5.4929	3
33529	El Remedio	el-remedio	AS	O	33040	43.374	-5.5473	4
33529	Solano (Nava)	solano-nava	AS	O	33040	43.3676	-5.4929	3
33529	Pandenes	pandenes	AS	O	33040	43.4087	-5.4688	4
33529	Sierra, La (Nava)	sierra-la-nava	AS	O	33040	43.3676	-5.4929	3
33529	Tresali	tresali	AS	O	33040	43.3604	-5.4747	4
33529	Madera, La (Nava)	madera-la-nava	AS	O	33040	43.3676	-5.4929	3
33529	Gradatila	gradatila	AS	O	33040	43.3451	-5.5119	4
33529	Llames (Nava)	llames-nava	AS	O	33040	43.3676	-5.4929	3
33529	Gamonedo (Nava)	gamonedo-nava	AS	O	33040	43.3676	-5.4929	3
33529	Emplalme, El (Nava)	emplalme-el-nava	AS	O	33040	43.3676	-5.4929	3
33529	Cuenya (Nava)	cuenya-nava	AS	O	33040	43.3676	-5.4929	3
33529	Cezoso	cezoso	AS	O	33040	43.3676	-5.4929	3
33529	Cesa	cesa	AS	O	33040	43.3676	-5.4929	3
33529	Castañera (Nava)	castanera-nava	AS	O	33040	43.3676	-5.4929	3
33529	Cabaña, La (Nava)	cabana-la-nava	AS	O	33040	43.3676	-5.4929	3
33529	Basoredo	basoredo	AS	O	33040	43.3676	-5.4929	3
33529	Robledo (Nava)	robledo-nava	AS	O	33040	43.3676	-5.4929	3
33529	Pando (Nava-Candones)	pando-nava-candones	AS	O	33040	43.3676	-5.4929	3
33530	Infiesto	infiesto	AS	O	33049	43.3482	-5.3641	4
33530	Villanueva (Piloña)	villanueva-pilona	AS	O	33049	43.35	-5.3667	4
33534	Anayo	anayo	AS	O	33049	43.4	-5.3333	4
33534	Pintueles	pintueles	AS	O	33049	43.3756	-5.3554	4
33534	Viyao	viyao	AS	O	33049	43.3959	-5.3424	4
33534	Llares	llares	AS	O	33049	43.4179	-5.3554	4
33534	Buslleria	buslleria	AS	O	33049	43.3858	-5.3481	3
33534	Robledo De Anayo	robledo-de-anayo	AS	O	33049	43.3858	-5.3481	3
33534	Cuenya, La (Infiesto)	cuenya-la-infiesto	AS	O	33049	43.3482	-5.3641	4
33534	Cadanes	cadanes	AS	O	33049	43.3774	-5.338	4
33534	Capareda	capareda	AS	O	33049	43.3858	-5.3481	3
33534	Moruxones	moruxones	AS	O	33049	43.3858	-5.3481	3
33534	Fresnosa (Piloña)	fresnosa-pilona	AS	O	33049	43.3858	-5.3481	3
33534	Las Pedrazas	las-pedrazas	AS	O	33049	43.3858	-5.3481	3
33534	Oscuredal	oscuredal	AS	O	33049	43.3858	-5.3481	3
33535	Lodeña	lodena	AS	O	33049	43.3773	-5.3791	4
33535	Llana De Coya (Piloña)	llana-de-coya-pilona	AS	O	33049	43.386	-5.4564	3
33535	Maza	maza	AS	O	33049	43.3167	-5.4167	4
33535	Gamonedo (Piloña)	gamonedo-pilona	AS	O	33049	43.386	-5.4564	3
33535	Santa Leocadia	santa-leocadia	AS	O	33049	43.587	-5.9094	4
33535	Canello (Piloña)	canello-pilona	AS	O	33049	43.386	-5.4564	3
33535	Serpiedo	serpiedo	AS	O	33049	43.3651	-5.4011	4
33535	Bustiello (Infiesto)	bustiello-infiesto	AS	O	33049	43.3482	-5.3641	4
33535	Mures	mures	AS	O	33049	43.386	-5.4564	3
33535	Villarriba	villarriba	AS	O	33049	43.367	-5.4178	4
33535	Montecoya	montecoya	AS	O	33049	43.386	-5.4564	3
33535	Villabajo	villabajo	AS	O	33049	43.3684	-5.4069	4
33535	Bargaedo	bargaedo	AS	O	33049	43.3772	-5.3959	4
33535	Coya	coya	AS	O	33049	43.3667	-5.4167	4
33536	El Moro	el-moro	AS	O	33049	43.2757	-5.396	4
33536	Peñueco	penueco	AS	O	33049	43.3038	-5.4164	4
33536	Peruyero (Infiesto)	peruyero-infiesto	AS	O	33049	43.3482	-5.3641	4
33536	La Marea	la-marea	AS	O	33049	43.2744	-5.4219	4
33536	Comba, La (Infiesto)	comba-la-infiesto	AS	O	33049	43.3482	-5.3641	4
33536	Cadapereda	cadapereda	AS	O	33049	43.3046	-5.4029	4
33536	Travesera	travesera	AS	O	33049	43.2972	-5.4279	4
33536	Fresnedal (Infiesto)	fresnedal-infiesto	AS	O	33049	43.3482	-5.3641	4
33536	Artedosa	artedosa	AS	O	33049	43.3	-5.4	4
33536	Retorno	retorno	AS	O	33049	43.3112	-5.3953	3
33536	San Martin (Piloña)	san-martin-pilona	AS	O	33049	43.3112	-5.3953	3
33536	El Tozo	el-tozo	AS	O	33049	43.3112	-5.3953	3
33536	Cuevas, Las (Piloña)	cuevas-las-pilona	AS	O	33049	43.3112	-5.3953	3
33536	Los Cuetos	los-cuetos	AS	O	33049	43.3112	-5.3953	3
33536	Cabaña Derecha	cabana-derecha	AS	O	33049	43.3112	-5.3953	3
33536	Beronda	beronda	AS	O	33049	43.3112	-5.3953	3
33536	Puente Miera	puente-miera	AS	O	33049	43.3112	-5.3953	3
33536	Obana	obana	AS	O	33049	43.3112	-5.3953	3
33536	Melendreras (Piloña)	melendreras-pilona	AS	O	33049	43.3112	-5.3953	3
33536	Vegarrionda	vegarrionda	AS	O	33049	43.3112	-5.3953	3
33536	Raposo (Piloña)	raposo-pilona	AS	O	33049	43.3112	-5.3953	3
33537	Pedroso (Espinaredo-Piloña)	pedroso-espinaredo-pilona	AS	O	33049	43.2964	-5.3726	4
33537	Porciles (Piloña)	porciles-pilona	AS	O	33049	43.3233	-5.3667	3
33537	Rozapanera	rozapanera	AS	O	33049	43.2873	-5.3744	4
33537	San Vicente (Piloña)	san-vicente-pilona	AS	O	33049	43.3233	-5.3667	3
33537	Raicedo (Infiesto)	raicedo-infiesto	AS	O	33049	43.3482	-5.3641	4
33537	Cuerrias De Espinaredo	cuerrias-de-espinaredo	AS	O	33049	43.3233	-5.3667	3
33537	Espinaredo (Infiesto)	espinaredo-infiesto	AS	O	33049	43.3482	-5.3641	4
33537	Ligueria	ligueria	AS	O	33049	43.3233	-5.3667	3
33537	Soto (Infiesto)	soto-infiesto	AS	O	33049	43.3482	-5.3641	4
33537	Omedal (Piloña)	omedal-pilona	AS	O	33049	43.3233	-5.3667	3
33537	Santianes	santianes	AS	O	33049	43.3396	-5.3685	4
33537	Otero (Piloña)	otero-pilona	AS	O	33049	43.3233	-5.3667	3
33537	Esteli	esteli	AS	O	33049	43.3378	-5.3735	4
33537	Lozana	lozana	AS	O	33049	43.3259	-5.3673	4
33537	Pandiella (Piloña)	pandiella-pilona	AS	O	33049	43.3233	-5.3667	3
33537	Riofabar	riofabar	AS	O	33049	43.2781	-5.3516	4
33538	Cueva, La (Infiesto)	cueva-la-infiesto	AS	O	33049	43.3482	-5.3641	4
33538	Ferreros (Infiesto)	ferreros-infiesto	AS	O	33049	43.3482	-5.3641	4
33538	Candanedo (Infiesto)	candanedo-infiesto	AS	O	33049	43.3482	-5.3641	4
33538	Cobayas	cobayas	AS	O	33049	43.3214	-5.4238	4
33538	Abedul (Piloña)	abedul-pilona	AS	O	33049	43.3413	-5.3772	3
33538	Vallin (Infiesto)	vallin-infiesto	AS	O	33049	43.3482	-5.3641	4
33538	Beloncio	beloncio	AS	O	33049	43.3333	-5.3833	4
33538	Arenas De Beloncio	arenas-de-beloncio	AS	O	33049	43.3413	-5.3772	3
33538	Cuerrias De Maza	cuerrias-de-maza	AS	O	33049	43.3413	-5.3772	3
33538	La Peridiella	la-peridiella	AS	O	33049	43.3413	-5.3772	3
33539	Bierces	bierces	AS	O	33049	43.3339	-5.4071	4
33539	Pedrueco	pedrueco	AS	O	33049	43.3517	-5.3582	3
33539	Cardes (Infiesto)	cardes-infiesto	AS	O	33049	43.3482	-5.3641	4
33539	Peleon	peleon	AS	O	33049	43.3517	-5.3582	3
33539	Castiello (Infiesto)	castiello-infiesto	AS	O	33049	43.3482	-5.3641	4
33539	Robledal (Piloña)	robledal-pilona	AS	O	33049	43.3517	-5.3582	3
33539	Argandenes	argandenes	AS	O	33049	43.3631	-5.3321	4
33539	Llana, La (San Roman-Piloña)	llana-la-san-roman-pilona	AS	O	33049	43.3594	-5.3283	4
33539	Roces (Piloña)	roces-pilona	AS	O	33049	43.3517	-5.3582	3
33539	Ques	ques	AS	O	33049	43.35	-5.3833	4
33539	San Roman Piloña	san-roman-pilona	AS	O	33049	43.3594	-5.3283	4
33539	Mestas (Piloña)	mestas-pilona	AS	O	33049	43.3517	-5.3582	3
33539	Carrazal	carrazal	AS	O	33049	43.3517	-5.3582	3
33539	La Cobaya	la-cobaya	AS	O	33049	43.3517	-5.3582	3
33539	San Miguel (Piloña)	san-miguel-pilona	AS	O	33049	43.3517	-5.3582	3
33539	Tercias, Las (Piloña)	tercias-las-pilona	AS	O	33049	43.3517	-5.3582	3
33539	Valle (Piloña)	valle-pilona	AS	O	33049	43.3517	-5.3582	3
33539	Valles (Piloña)	valles-pilona	AS	O	33049	43.3517	-5.3582	3
33539	Biedes (Piloña)	biedes-pilona	AS	O	33049	43.3517	-5.3582	3
33539	El Calzado	el-calzado	AS	O	33049	43.3517	-5.3582	3
33539	Pandoto	pandoto	AS	O	33049	43.3517	-5.3582	3
33539	El Orrin	el-orrin	AS	O	33049	43.3517	-5.3582	3
33539	Parte, La (Piloña)	parte-la-pilona	AS	O	33049	43.3517	-5.3582	3
33539	Pascual (Piloña)	pascual-pilona	AS	O	33049	43.3517	-5.3582	3
33540	Castañera (Parres)	castanera-parres	AS	O	33045	43.39	-5.1865	4
33540	Santianes Del Terron	santianes-del-terron	AS	O	33045	43.39	-5.1865	3
33540	Arriondas	arriondas	AS	O	33045	43.39	-5.1865	4
33546	San Cosme De Llerandi	san-cosme-de-llerandi	AS	O	33045	43.3646	-5.1909	3
33546	Carrio (Arriondas)	carrio-arriondas	AS	O	33045	43.39	-5.1865	4
33546	Romillin	romillin	AS	O	33045	43.3646	-5.1909	3
33546	Tospe	tospe	AS	O	33045	43.3331	-5.2004	4
33546	Romillo	romillo	AS	O	33045	43.3641	-5.1855	4
33546	Llerandi (San Cosme)	llerandi-san-cosme	AS	O	33045	43.3646	-5.1909	3
33546	Ozanes	ozanes	AS	O	33045	43.3703	-5.1833	4
33546	Arobes	arobes	AS	O	33045	43.3653	-5.1986	4
33547	Peruyes (C. Onis)	peruyes-c-onis	AS	O	33012	43.3955	-5.1138	3
33547	Parda	parda	AS	O	33012	43.3798	-5.1032	4
33547	Triongo	triongo	AS	O	33012	43.3974	-5.1456	4
33547	Llordon	llordon	AS	O	33012	43.4166	-5.0898	4
33547	Olicio	olicio	AS	O	33012	43.3827	-5.1153	4
33547	Cuenco	cuenco	AS	O	33012	43.4012	-5.1149	4
33547	Granda, La (C.Onis)	granda-la-c-onis	AS	O	33012	43.3955	-5.1138	3
33547	Roza, La (Castrillon)	roza-la-castrillon	AS	O	33012	43.3955	-5.1138	3
33547	Coviella (Cangas De Onis)	coviella-cangas-de-onis	AS	O	33012	43.3955	-5.1138	3
33547	Aguera (Cangas De Onis)	aguera-cangas-de-onis	AS	O	33012	43.3955	-5.1138	3
33547	Viña (C. Onis)	vina-c-onis	AS	O	33012	43.3955	-5.1138	3
33547	Villa (C. Onis)	villa-c-onis	AS	O	33012	43.3955	-5.1138	3
33547	San Tirso (Cangas De Onis)	san-tirso-cangas-de-onis	AS	O	33012	43.3955	-5.1138	3
33547	Miyar (Cangas Onis)	miyar-cangas-onis	AS	O	33012	43.3955	-5.1138	3
33547	Llano, El (Cangas Onis)	llano-el-cangas-onis	AS	O	33012	43.3955	-5.1138	3
33548	Villanueva De Fios	villanueva-de-fios	AS	O	33045	43.3931	-5.2023	3
33548	Nevares	nevares	AS	O	33045	43.3833	-5.2167	4
33548	Cofiño	cofino	AS	O	33045	43.3931	-5.2023	3
33548	Hueges	hueges	AS	O	33045	43.3833	-5.1833	4
33548	Santo Tomas De Collia	santo-tomas-de-collia	AS	O	33045	43.3931	-5.2023	3
33548	Cuadroveña	cuadrovena	AS	O	33045	43.3832	-5.2035	4
33548	Collado De Santo Tomas	collado-de-santo-tomas	AS	O	33045	43.3931	-5.2023	3
33548	Bodes	bodes	AS	O	33045	43.419	-5.2031	4
33548	San Andres (Arriondas)	san-andres-arriondas	AS	O	33045	43.39	-5.1865	4
33548	Villar De La Peña	villar-de-la-pena	AS	O	33045	43.3931	-5.2023	3
33548	Fios	fios	AS	O	33045	43.4031	-5.2363	4
33548	Pandiello (Arriondas)	pandiello-arriondas	AS	O	33045	43.39	-5.1865	4
33548	Villar De La Cuesta	villar-de-la-cuesta	AS	O	33045	43.3931	-5.2023	3
33549	Collia	collia	AS	O	33045	43.4092	-5.1902	4
33549	Las Coronas	las-coronas	AS	O	33045	43.4066	-5.183	3
33549	La Vita	la-vita	AS	O	33045	43.4208	-5.189	4
33549	Montealea	montealea	AS	O	33045	43.4066	-5.183	3
33549	Pendas	pendas	AS	O	33045	43.3982	-5.1855	4
33549	Bode	bode	AS	O	33045	43.3984	-5.1674	4
33550	Cangas De Onis	cangas-de-onis	AS	O	33012	43.3514	-5.1292	4
33554	Arangas	arangas	AS	O	33008	43.3272	-4.7994	4
33554	Camarmeña	camarmena	AS	O	33008	43.2596	-4.8359	4
33554	Tielve	tielve	AS	O	33008	43.2624	-4.7748	4
33554	Bulnes	bulnes	AS	O	33008	43.2351	-4.8201	4
33554	Sotres	sotres	AS	O	33008	43.233	-4.749	4
33554	Arenas De Cabrales	arenas-de-cabrales	AS	O	33008	43.3039	-4.8157	4
33555	Inguanzo	inguanzo	AS	O	33008	43.3095	-4.8651	4
33555	Berodia	berodia	AS	O	33008	43.3109	-4.8813	4
33555	Ortiguero De Cabrales	ortiguero-de-cabrales	AS	O	33008	43.317	-4.8617	3
33555	Asiego	asiego	AS	O	33008	43.3261	-4.8633	4
33555	Puertas De Cabrales	puertas-de-cabrales	AS	O	33008	43.3299	-4.8787	4
33555	Salce	salce	AS	O	33008	43.317	-4.8617	3
33555	Carreña De Cabrales	carrena-de-cabrales	AS	O	33008	43.3174	-4.8461	4
33555	Escobal, El (Cabrales)	escobal-el-cabrales	AS	O	33008	43.317	-4.8617	3
33555	Poo De Cabrales	poo-de-cabrales	AS	O	33008	43.3082	-4.8359	4
33555	Canales (Cabrales)	canales-cabrales	AS	O	33008	43.317	-4.8617	3
33555	Molina, La (Cabrales)	molina-la-cabrales	AS	O	33008	43.317	-4.8617	3
33555	Pandiello (Cabrales)	pandiello-cabrales	AS	O	33008	43.317	-4.8617	3
33556	Abamia	abamia	AS	O	33012	43.3333	-5.05	4
33556	Talavero	talavero	AS	O	33012	43.339	-4.9747	4
33556	Benia	benia	AS	O	33012	43.3362	-4.9673	4
33556	Teleña	telena	AS	O	33012	43.3324	-5.0481	4
33556	Llano De Con	llano-de-con	AS	O	33012	43.3282	-5.0146	4
33556	Con	con	AS	O	33012	43.3333	-5.0167	4
33556	Beceña	becena	AS	O	33012	43.3553	-5.0123	4
33556	Gamonedo De Cangas	gamonedo-de-cangas	AS	O	33012	43.3097	-4.996	4
33556	Avin	avin	AS	O	33012	43.3355	-4.952	4
33556	Castro, El (Cangas De Onis)	castro-el-cangas-de-onis	AS	O	33012	43.3411	-5.0176	3
33556	Intriago	intriago	AS	O	33012	43.3421	-5.0402	4
33556	Labra	labra	AS	O	33012	43.3611	-5.0571	4
33556	Bobia De Abajo	bobia-de-abajo	AS	O	33012	43.3225	-4.9802	4
33556	Zardon	zardon	AS	O	33012	43.3833	-5.0465	4
33556	San Martin De Grazanes	san-martin-de-grazanes	AS	O	33012	43.3411	-5.0176	3
33556	Igena	igena	AS	O	33012	43.3945	-5.0187	4
33556	Grazanes	grazanes	AS	O	33012	43.35	-5	4
33556	Llenin	llenin	AS	O	33012	43.3606	-5.0289	4
33556	Paroro	paroro	AS	O	33012	43.3411	-5.0176	3
33556	Corao	corao	AS	O	33012	43.3467	-5.0668	4
33556	Santianes De Ola	santianes-de-ola	AS	O	33012	43.39	-5.0498	4
33556	La Robellada	la-robellada	AS	O	33012	43.3411	-5.0176	3
33556	Sirviella	sirviella	AS	O	33012	43.3416	-4.9812	4
33556	Pedroso, El (Cangas De Onis)	pedroso-el-cangas-de-onis	AS	O	33012	43.3411	-5.0176	3
33556	Demues	demues	AS	O	33012	43.319	-4.9909	4
33556	Tarano (Cangas De Onis)	tarano-cangas-de-onis	AS	O	33012	43.3411	-5.0176	3
33556	Santoveña (Amieva)	santovena-amieva	AS	O	33012	43.244	-5.0746	4
33556	Estrada, La (Cangas De Onis)	estrada-la-cangas-de-onis	AS	O	33012	43.3411	-5.0176	3
33556	Mestas De Con	mestas-de-con	AS	O	33012	43.3418	-5.0152	4
33556	Corao Castillo	corao-castillo	AS	O	33012	43.3496	-5.0583	4
33556	La Cebia	la-cebia	AS	O	33012	43.3411	-5.0176	3
33556	Villar De Onis	villar-de-onis	AS	O	33012	43.3372	-4.9816	4
33556	Soto De La Ensartal	soto-de-la-ensartal	AS	O	33012	43.3411	-5.0176	3
33556	Cuerres (Cangas De Onis)	cuerres-cangas-de-onis	AS	O	33012	43.3411	-5.0176	3
33556	Cuetoaleos	cuetoaleos	AS	O	33012	43.3411	-5.0176	3
33556	Gamonedo De Onis	gamonedo-de-onis	AS	O	33012	43.3411	-5.0176	3
33556	Villaverde (Cangas De Onis)	villaverde-cangas-de-onis	AS	O	33012	43.3411	-5.0176	3
33556	Pandellevandes	pandellevandes	AS	O	33012	43.3411	-5.0176	3
33556	Bustovela	bustovela	AS	O	33012	43.3411	-5.0176	3
33556	Bobia De Arriba	bobia-de-arriba	AS	O	33012	43.3411	-5.0176	3
33556	Corain (Cangas De Onis)	corain-cangas-de-onis	AS	O	33012	43.3411	-5.0176	3
33556	Los Menores	los-menores	AS	O	33012	43.3411	-5.0176	3
33557	Cirieño	cirieno	AS	O	33003	43.2667	-5.2	4
33557	Sellaño	sellano	AS	O	33003	43.257	-5.2008	4
33557	Abiegos	abiegos	AS	O	33003	43.1948	-5.186	4
33557	Tornin	tornin	AS	O	33003	43.316	-5.1288	4
33557	Taranes	taranes	AS	O	33003	43.2003	-5.2116	4
33557	Eno	eno	AS	O	33003	43.2595	-5.1792	4
33557	Los Laderos	los-laderos	AS	O	33003	43.2546	-5.1781	3
33557	Cazo	cazo	AS	O	33003	43.262	-5.2112	4
33557	Pen	pen	AS	O	33003	43.2647	-5.1532	4
33557	Sobrefoz	sobrefoz	AS	O	33003	43.1706	-5.1768	4
33557	Priesca	priesca	AS	O	33003	43.253	-5.193	4
33557	Tanda	tanda	AS	O	33003	43.1979	-5.2031	4
33557	Mollera	mollera	AS	O	33003	43.2546	-5.1781	3
33557	Santa Olaya	santa-olaya	AS	O	33003	43.5333	-5.6833	4
33557	Carangas (Ponga)	carangas-ponga	AS	O	33003	43.2546	-5.1781	3
33557	Corigos (Amieva)	corigos-amieva	AS	O	33003	43.244	-5.0746	4
33557	Caño (Cangas De Onis)	cano-cangas-de-onis	AS	O	33003	43.2546	-5.1781	3
33557	Fresneda, La (Amieva)	fresneda-la-amieva	AS	O	33003	43.244	-5.0746	4
33557	Cadenaba	cadenaba	AS	O	33003	43.2546	-5.1781	3
33557	Ambingue	ambingue	AS	O	33003	43.2609	-5.2232	4
33557	San Juan De Beleño	san-juan-de-beleno	AS	O	33003	43.2546	-5.1781	3
33557	Villaverde (Amieva)	villaverde-amieva	AS	O	33003	43.244	-5.0746	4
33557	Pervis	pervis	AS	O	33003	43.2546	-5.1781	3
33557	Beleño	beleno	AS	O	33003	43.1907	-5.1639	4
33557	Vega De Sebarga	vega-de-sebarga	AS	O	33003	43.2546	-5.1781	3
33557	Parcia (Amieva)	parcia-amieva	AS	O	33003	43.244	-5.0746	4
33557	Santianes De Tornin	santianes-de-tornin	AS	O	33003	43.2546	-5.1781	3
33557	Pontigo, El (Amieva)	pontigo-el-amieva	AS	O	33003	43.244	-5.0746	4
33557	Ventaniella	ventaniella	AS	O	33003	43.2546	-5.1781	3
33557	Miyares (Amieva)	miyares-amieva	AS	O	33003	43.244	-5.0746	4
33557	Vega De Pervis	vega-de-pervis	AS	O	33003	43.2546	-5.1781	3
33557	La Prida	la-prida	AS	O	33003	43.2546	-5.1781	3
33558	San Roman De Amieva	san-roman-de-amieva	AS	O	33003	43.2568	-5.0891	4
33558	Viego	viego	AS	O	33003	43.1976	-5.123	4
33558	Amieva	amieva	AS	O	33003	43.244	-5.0746	4
33558	Santillan	santillan	AS	O	33003	43.2729	-5.1425	4
33558	Mian	mian	AS	O	33003	43.2381	-5.1072	3
33558	Sames	sames	AS	O	33003	43.2707	-5.1282	4
33558	El Molin De La Llastra	el-molin-de-la-llastra	AS	O	33003	43.2381	-5.1072	3
33558	Argolibio	argolibio	AS	O	33003	43.251	-5.1205	4
33558	Palombierga	palombierga	AS	O	33003	43.2381	-5.1072	3
33558	Cien	cien	AS	O	33003	43.2465	-5.1021	4
33558	San Juan De Amieva	san-juan-de-amieva	AS	O	33003	43.2381	-5.1072	3
33558	San Ignacio	san-ignacio	AS	O	33003	43.2147	-5.0941	4
33558	Casielles De Ponga	casielles-de-ponga	AS	O	33003	43.1886	-5.0911	4
33558	Vega De Cien	vega-de-cien	AS	O	33003	43.2381	-5.1072	3
33558	Viboli	viboli	AS	O	33003	43.2381	-5.1072	3
33558	Gorgoyones	gorgoyones	AS	O	33003	43.2381	-5.1072	3
33558	Carbes	carbes	AS	O	33003	43.2381	-5.1072	3
33558	Camporriondi	camporriondi	AS	O	33003	43.2381	-5.1072	3
33558	Precendi	precendi	AS	O	33003	43.2381	-5.1072	3
33558	La Cetreda	la-cetreda	AS	O	33003	43.2381	-5.1072	3
33558	Arnaño	arnano	AS	O	33003	43.2381	-5.1072	3
33558	La Fuente Del Sapu	la-fuente-del-sapu	AS	O	33003	43.2381	-5.1072	3
33558	Ceneya	ceneya	AS	O	33003	43.2381	-5.1072	3
33558	Mata, La (Amieva)	mata-la-amieva	AS	O	33003	43.2381	-5.1072	3
33559	Aballe	aballe	AS	O	33045	43.3274	-5.1434	4
33559	Arenas De Parres	arenas-de-parres	AS	O	33045	43.3633	-5.1704	4
33559	Celango	celango	AS	O	33045	43.3255	-5.1531	3
33559	Nieda	nieda	AS	O	33045	43.3411	-5.1119	4
33559	Soto De Dego	soto-de-dego	AS	O	33045	43.3437	-5.1341	4
33559	San Martin De Bada	san-martin-de-bada	AS	O	33045	43.3255	-5.1531	3
33559	Bada	bada	AS	O	33045	43.3512	-5.1583	4
33559	Sobrepiedra	sobrepiedra	AS	O	33045	43.3689	-5.1517	4
33559	Collado De Andrin	collado-de-andrin	AS	O	33045	43.3255	-5.1531	3
33559	Llueves	llueves	AS	O	33045	43.3636	-5.1318	4
33559	Tribierto	tribierto	AS	O	33045	43.2556	-5.2047	4
33559	San Juan De Parres	san-juan-de-parres	AS	O	33045	43.3255	-5.1531	3
33559	Seguenco	seguenco	AS	O	33045	43.321	-5.108	4
33559	Vis	vis	AS	O	33045	43.2944	-5.1279	4
33559	Isongo	isongo	AS	O	33045	43.3255	-5.1531	3
33559	Helgueras	helgueras	AS	O	33045	43.3255	-5.1531	3
33559	Puente, El (Parres)	puente-el-parres	AS	O	33045	43.3255	-5.1531	3
33559	Dego	dego	AS	O	33045	43.3344	-5.1394	4
33559	Lago (Parres)	lago-parres	AS	O	33045	43.3255	-5.1531	3
33559	Valle De Moro	valle-de-moro	AS	O	33045	43.2417	-5.255	4
33559	Prestin	prestin	AS	O	33045	43.3255	-5.1531	3
33559	Caxidi	caxidi	AS	O	33045	43.3255	-5.1531	3
33559	Villanueva (Cangas De Onis)	villanueva-cangas-de-onis	AS	O	33045	43.3255	-5.1531	3
33559	Vega De Los Caseros	vega-de-los-caseros	AS	O	33045	43.3255	-5.1531	3
33559	Vallobil	vallobil	AS	O	33045	43.3255	-5.1531	3
33559	Las Rozas De Villanueva	las-rozas-de-villanueva	AS	O	33045	43.3255	-5.1531	3
33560	Ribadesella	ribadesella	AS	O	33056	43.4615	-5.0595	4
33566	Calabrez	calabrez	AS	O	33056	43.4353	-5.137	4
33566	Pando (Ribadesella)	pando-ribadesella	AS	O	33056	43.4615	-5.0595	4
33567	Sardedo	sardedo	AS	O	33056	43.4365	-5.1155	4
33567	Sebreño	sebreno	AS	O	33056	43.4616	-5.0844	4
33567	Soto (Ribadesella)	soto-ribadesella	AS	O	33056	43.449	-5.1	3
33567	Fresno (Ribadesella)	fresno-ribadesella	AS	O	33056	43.449	-5.1	3
33567	Carmen	carmen	AS	O	33056	43.449	-5.1	3
33567	Moro (Ribadesella)	moro-ribadesella	AS	O	33056	43.449	-5.1	3
33568	Camango	camango	AS	O	33056	43.4424	-5.0153	4
33568	Collera	collera	AS	O	33056	43.4483	-5.0416	4
33568	Meluerda	meluerda	AS	O	33056	43.4449	-5.0321	4
33568	Cuerres (Ribadesella)	cuerres-ribadesella	AS	O	33056	43.4452	-5.0296	3
33568	Toriello (Ribadesella)	toriello-ribadesella	AS	O	33056	43.4452	-5.0296	3
33569	Llovio	llovio	AS	O	33056	43.4382	-5.0551	4
33569	Ucio	ucio	AS	O	33056	43.4517	-5.0906	4
33569	Junco	junco	AS	O	33056	43.4402	-5.0708	4
33569	Sardalla	sardalla	AS	O	33056	43.4454	-5.0755	4
33569	Ardines	ardines	AS	O	33056	43.4584	-5.0727	4
33569	Omedina	omedina	AS	O	33056	43.4167	-5.0833	4
33569	Granda (Ribadesella)	granda-ribadesella	AS	O	33056	43.4417	-5.0747	3
33569	San Miguel De Ucio	san-miguel-de-ucio	AS	O	33056	43.4417	-5.0747	3
33569	Santianes Del Agua	santianes-del-agua	AS	O	33056	43.4417	-5.0747	3
33569	Fries	fries	AS	O	33056	43.4417	-5.0747	3
33570	Panes	panes	AS	O	33041	43.3221	-4.5842	4
33576	Rozagas	rozagas	AS	O	33046	43.3277	-4.767	4
33576	Trescares	trescares	AS	O	33046	43.3187	-4.7091	4
33576	Oceño	oceno	AS	O	33046	43.2974	-4.7367	4
33576	Ruenes	ruenes	AS	O	33046	43.332	-4.7423	4
33576	Caraves	caraves	AS	O	33046	43.3152	-4.7294	4
33577	Mier	mier	AS	O	33046	43.3218	-4.6434	1
33578	Alles	alles	AS	O	33046	43.3345	-4.7076	4
33578	Llonin	llonin	AS	O	33046	43.3354	-4.6507	4
33579	Robriguero	robriguero	AS	O	33047	43.3152	-4.6225	4
33579	Suarias	suarias	AS	O	33047	43.3118	-4.59	4
33579	Abandames	abandames	AS	O	33047	43.3266	-4.6039	4
33579	Siejo	siejo	AS	O	33047	43.3212	-4.6035	3
33579	Cuñaba	cunaba	AS	O	33047	43.2893	-4.6359	4
33579	Cavandi	cavandi	AS	O	33047	43.3305	-4.6271	4
33579	Para	para	AS	O	33047	43.3234	-4.6315	4
33579	Tobes (P. Baja)	tobes-p-baja	AS	O	33047	43.3212	-4.6035	3
33579	Merodio	merodio	AS	O	33047	43.3189	-4.5401	4
33579	Alevia	alevia	AS	O	33047	43.3351	-4.597	4
33579	Bores	bores	AS	O	33047	43.3206	-4.6479	4
33579	Mazo, El (P. Baja)	mazo-el-p-baja	AS	O	33047	43.3212	-4.6035	3
33579	Cimiano	cimiano	AS	O	33047	43.3247	-4.5752	4
33579	Cerebanes	cerebanes	AS	O	33047	43.321	-4.6159	4
33579	Buelles (P. Baja)	buelles-p-baja	AS	O	33047	43.3212	-4.6035	3
33579	Narganes	narganes	AS	O	33047	43.3369	-4.555	4
33579	Colosia	colosia	AS	O	33047	43.3212	-4.6035	3
33580	Fresneda (Lieres)	fresneda-lieres	AS	O	33066	43.3833	-5.5667	4
33580	Las Cuadriellas	las-cuadriellas	AS	O	33066	43.3833	-5.5667	3
33580	Corujedo (Lieres)	corujedo-lieres	AS	O	33066	43.3833	-5.5667	4
33580	Cuesta, La (Lieres-Siero)	cuesta-la-lieres-siero	AS	O	33066	43.3833	-5.5667	3
33580	Faces, Las (Lieres)	faces-las-lieres	AS	O	33066	43.3833	-5.5667	4
33580	Cabaña, La (Lieres-Siero)	cabana-la-lieres-siero	AS	O	33066	43.3833	-5.5667	3
33580	Roza, La (Lieres)	roza-la-lieres	AS	O	33066	43.3833	-5.5667	4
33580	Campiello (Lieres-Siero)	campiello-lieres-siero	AS	O	33066	43.3833	-5.5667	3
33580	Lieres	lieres	AS	O	33066	43.3833	-5.5667	4
33580	Corte (Lieres-Siero)	corte-lieres-siero	AS	O	33066	43.3833	-5.5667	3
33580	Faya, La (Lieres)	faya-la-lieres	AS	O	33066	43.3833	-5.5667	4
33580	Cotaya	cotaya	AS	O	33066	43.3833	-5.5667	3
33580	Acebal, La (Lieres)	acebal-la-lieres	AS	O	33066	43.3833	-5.5667	4
33580	Cruz, La (Lieres-Siero)	cruz-la-lieres-siero	AS	O	33066	43.3833	-5.5667	3
33580	Monte, El (Lieres)	monte-el-lieres	AS	O	33066	43.3833	-5.5667	4
33580	Secadiella	secadiella	AS	O	33066	43.3833	-5.5667	3
33580	Pino, El (Lieres)	pino-el-lieres	AS	O	33066	43.3833	-5.5667	4
33580	Espinera, La (Lieres-Siero)	espinera-la-lieres-siero	AS	O	33066	43.3833	-5.5667	3
33580	Pedrera, La (Lieres)	pedrera-la-lieres	AS	O	33066	43.3833	-5.5667	4
33580	Piqule	piqule	AS	O	33066	43.3833	-5.5667	3
33580	Rebollar, El (Lieres-Siero)	rebollar-el-lieres-siero	AS	O	33066	43.3833	-5.5667	3
33580	Reconco, El (Lieres-Siero)	reconco-el-lieres-siero	AS	O	33066	43.3833	-5.5667	3
33580	Reanes	reanes	AS	O	33066	43.3833	-5.5667	3
33580	Sorrobin	sorrobin	AS	O	33066	43.3833	-5.5667	3
33580	Solvay	solvay	AS	O	33066	43.3833	-5.5667	3
33580	Los Cañales	los-canales	AS	O	33066	43.3833	-5.5667	3
33580	La Cobiella	la-cobiella	AS	O	33066	43.3833	-5.5667	3
33581	La Vilortera	la-vilortera	AS	O	33040	43.357	-5.4623	4
33581	Vegalloba	vegalloba	AS	O	33040	43.3562	-5.4805	3
33581	Polanava	polanava	AS	O	33040	43.3557	-5.4895	4
33581	La Corba	la-corba	AS	O	33040	43.3562	-5.4805	3
33581	Campones (Nava)	campones-nava	AS	O	33040	43.3557	-5.4895	4
33581	Fuentesanta	fuentesanta	AS	O	33040	43.3562	-5.4805	3
33582	Fresnadiello (Nava)	fresnadiello-nava	AS	O	33040	43.3684	-5.3066	1
33582	Cuesta, La (Nava)	cuesta-la-nava	AS	O	33040	43.3684	-5.3066	1
33582	Ceceda	ceceda	AS	O	33040	43.3684	-5.3066	1
33582	Carancos	carancos	AS	O	33040	43.3684	-5.3066	1
33582	Faya, La (Ceceda)	faya-la-ceceda	AS	O	33040	43.3684	-5.3066	1
33582	Grandiella (Nava)	grandiella-nava	AS	O	33040	43.3684	-5.3066	1
33582	Sienra (Ceceda)	sienra-ceceda	AS	O	33040	43.3684	-5.3066	1
33582	Vega, La (Ceceda)	vega-la-ceceda	AS	O	33040	43.3684	-5.3066	1
33583	Pando, El (Miyares-Piloña)	pando-el-miyares-pilona	AS	O	33049	43.3774	-5.2977	4
33583	Goleta, La (Villamayor)	goleta-la-villamayor	AS	O	33049	43.3736	-5.3036	3
33583	Antrialgo	antrialgo	AS	O	33049	43.3701	-5.2823	4
33583	Infiesta, La (Villamayor)	infiesta-la-villamayor	AS	O	33049	43.3736	-5.3036	3
33583	Sieres	sieres	AS	O	33049	43.3966	-5.3148	4
33583	Miyares (Piloña)	miyares-pilona	AS	O	33049	43.3736	-5.3036	3
33583	Moñio	monio	AS	O	33049	43.3893	-5.3136	4
33583	Mones (Villamayor)	mones-villamayor	AS	O	33049	43.3736	-5.3036	3
33583	Pesquerin	pesquerin	AS	O	33049	43.3373	-5.2879	4
33583	Vallobal	vallobal	AS	O	33049	43.3822	-5.3139	4
33583	Pedroso (Piloña)	pedroso-pilona	AS	O	33049	43.3736	-5.3036	3
33583	Torin	torin	AS	O	33049	43.3537	-5.3046	4
33583	Robledo De Cereceda	robledo-de-cereceda	AS	O	33049	43.3736	-5.3036	3
33583	Sardeda	sardeda	AS	O	33049	43.3919	-5.2745	4
33583	Brez	brez	AS	O	33049	43.3736	-5.3036	3
33583	Borines	borines	AS	O	33049	43.3933	-5.3229	4
33583	Barcena (Villamayor)	barcena-villamayor	AS	O	33049	43.3736	-5.3036	3
33583	Cereceda (Villamayor)	cereceda-villamayor	AS	O	33049	43.3736	-5.3036	3
33583	Collados, Los (Piloña)	collados-los-pilona	AS	O	33049	43.3736	-5.3036	3
33583	Melarde	melarde	AS	O	33049	43.3443	-5.3237	4
33583	San Feliz (Piloña)	san-feliz-pilona	AS	O	33049	43.3736	-5.3036	3
33583	Villamayor (Piloña)	villamayor-pilona	AS	O	33049	43.3736	-5.3036	3
33584	Cua	cua	AS	O	33049	43.3687	-5.24	4
33584	Ferrera (Piloña)	ferrera-pilona	AS	O	33049	43.3502	-5.2622	3
33584	Priede	priede	AS	O	33049	43.3436	-5.2606	4
33584	Samalea	samalea	AS	O	33049	43.3502	-5.2622	3
33584	Caldevilla	caldevilla	AS	O	33049	43.3539	-5.2397	4
33584	Villar De Huergo	villar-de-huergo	AS	O	33049	43.3599	-5.2422	4
33584	Pico, El (Infiesto)	pico-el-infiesto	AS	O	33049	43.3482	-5.3641	4
33584	La Matosa	la-matosa	AS	O	33049	43.3176	-5.2621	4
33584	Pandavenes	pandavenes	AS	O	33049	43.3165	-5.2452	4
33584	Villarcazo	villarcazo	AS	O	33049	43.3167	-5.25	4
33584	Tejedal, El (Sevares)	tejedal-el-sevares	AS	O	33049	43.363	-5.2612	4
33584	Frecha, La (Sevares)	frecha-la-sevares	AS	O	33049	43.363	-5.2612	4
33584	Canal, La (Sevares)	canal-la-sevares	AS	O	33049	43.363	-5.2612	4
33584	Sorribas (Sevares)	sorribas-sevares	AS	O	33049	43.363	-5.2612	4
33584	Piñera, La (Sevares)	pinera-la-sevares	AS	O	33049	43.363	-5.2612	4
33584	Sevares	sevares	AS	O	33049	43.363	-5.2612	4
33585	Fresnidiello	fresnidiello	AS	O	33045	43.328	-5.2365	4
33585	Castiello De Parres	castiello-de-parres	AS	O	33045	43.3704	-5.2352	4
33585	Faeda, La (Parres)	faeda-la-parres	AS	O	33045	43.3554	-5.2212	3
33585	Viabaño	viabano	AS	O	33045	43.35	-5.2	4
33585	Cividiello	cividiello	AS	O	33045	43.3554	-5.2212	3
33585	Prunales	prunales	AS	O	33045	43.3652	-5.2193	4
33585	Llames De Parres	llames-de-parres	AS	O	33045	43.3591	-5.2049	4
33585	Soto De Dueñas	soto-de-duenas	AS	O	33045	43.3599	-5.2311	4
33586	Fuentes (Arriondas)	fuentes-arriondas	AS	O	33045	43.39	-5.1865	4
33586	Tresmonte	tresmonte	AS	O	33045	43.4278	-5.1094	4
33586	Tresmonte De Parres	tresmonte-de-parres	AS	O	33045	43.4119	-5.1447	3
33586	Cayarga	cayarga	AS	O	33045	43.4135	-5.1449	4
33586	Sinariega	sinariega	AS	O	33045	43.4164	-5.1381	4
33586	Gustarnales	gustarnales	AS	O	33045	43.4119	-5.1447	3
33586	Mesariegos	mesariegos	AS	O	33045	43.4119	-5.1447	3
33587	Margolles	margolles	AS	O	33045	43.4	-5.1167	4
33587	Toraño	torano	AS	O	33045	43.4	-5.1167	3
33588	Tezangos	tezangos	AS	O	33056	43.4442	-5.0882	4
33588	Cuevas De Agua	cuevas-de-agua	AS	O	33056	43.4442	-5.0882	3
33588	Nocedo (Cuevas Del Agua)	nocedo-cuevas-del-agua	AS	O	33056	43.4442	-5.0882	3
33589	Onao	onao	AS	O	33012	43.3602	-5.0857	4
33589	Soto De Cangas	soto-de-cangas	AS	O	33012	43.3455	-5.0834	4
33589	Celorio (Cangas De Onis)	celorio-cangas-de-onis	AS	O	33012	43.3396	-5.0806	3
33589	Llerices	llerices	AS	O	33012	43.3194	-5.0699	4
33589	Covadonga (Cangas De Onis)	covadonga-cangas-de-onis	AS	O	33012	43.3396	-5.0806	3
33589	La Riera De Covadonga	la-riera-de-covadonga	AS	O	33012	43.3396	-5.0806	3
33589	Tresano	tresano	AS	O	33012	43.3396	-5.0806	3
33589	Torio	torio	AS	O	33012	43.3333	-5.0833	4
33589	Narciandi	narciandi	AS	O	33012	43.3396	-5.0806	3
33589	Cardes (Cangas De Onis)	cardes-cangas-de-onis	AS	O	33012	43.3396	-5.0806	3
33589	Perlleces	perlleces	AS	O	33012	43.3396	-5.0806	3
33589	Cabielles	cabielles	AS	O	33012	43.3396	-5.0806	3
33590	Bojes	bojes	AS	O	33055	43.3754	-4.5847	4
33590	Pimiango	pimiango	AS	O	33055	43.3888	-4.5404	4
33590	Boquerizo	boquerizo	AS	O	33055	43.3613	-4.6012	4
33590	Santa Eulalia De Carranzo	santa-eulalia-de-carranzo	AS	O	33055	43.3777	-4.629	4
33590	La Franca	la-franca	AS	O	33055	43.3861	-4.5698	4
33590	Villanueva De Colombres	villanueva-de-colombres	AS	O	33055	43.3774	-4.5748	3
33590	Colombres	colombres	AS	O	33055	43.3749	-4.5421	4
33590	Vilde	vilde	AS	O	33055	43.3774	-4.5748	3
33590	Bustio	bustio	AS	O	33055	43.3762	-4.5209	4
33590	Pie De La Sierra	pie-de-la-sierra	AS	O	33055	43.3774	-4.5748	3
33590	Tresgrandas	tresgrandas	AS	O	33055	43.3789	-4.6104	4
33590	Noriega	noriega	AS	O	33055	43.3774	-4.5748	3
33590	Borbolla, La (Llanes)	borbolla-la-llanes	AS	O	33055	43.3774	-4.5748	3
33590	Andines	andines	AS	O	33055	43.3774	-4.5748	3
33591	Pesa De Pria	pesa-de-pria	AS	O	33036	43.4492	-4.9637	3
33591	Villanueva De Pria	villanueva-de-pria	AS	O	33036	43.4533	-4.9529	4
33591	Llames De Pria	llames-de-pria	AS	O	33036	43.4492	-4.9637	3
33591	Pria	pria	AS	O	33036	43.4452	-4.9745	4
33591	Garaña De Pria	garana-de-pria	AS	O	33036	43.4492	-4.9637	3
33591	Belmonte De Pria	belmonte-de-pria	AS	O	33036	43.4492	-4.9637	3
33591	Silviella De Pria	silviella-de-pria	AS	O	33036	43.4492	-4.9637	3
33591	Piñeres De Pria	pineres-de-pria	AS	O	33036	43.4492	-4.9637	3
33592	Riensena	riensena	AS	O	33036	43.4002	-5.0065	4
33592	Carriles, Los (Llanes)	carriles-los-llanes	AS	O	33036	43.4297	-4.9214	3
33592	Llamigo	llamigo	AS	O	33036	43.4167	-4.8167	4
33592	Ovio	ovio	AS	O	33036	43.4489	-4.9307	4
33592	Nueva (Llanes)	nueva-llanes	AS	O	33036	43.4297	-4.9214	3
33592	Picones	picones	AS	O	33036	43.453	-4.9316	4
33593	Villahormes	villahormes	AS	O	33036	43.4417	-4.9017	4
33593	Cardoso (Llanes)	cardoso-llanes	AS	O	33036	43.4442	-4.9064	3
33593	Hontoria	hontoria	AS	O	33036	43.4467	-4.9111	4
33594	Posada De Llanes	posada-de-llanes	AS	O	33036	43.4314	-4.8583	4
33594	Turanzas	turanzas	AS	O	33036	43.423	-4.8712	4
33594	Rales (Posada Llanes)	rales-posada-llanes	AS	O	33036	43.4314	-4.8583	4
33594	Piedra (Posada Llanes)	piedra-posada-llanes	AS	O	33036	43.4314	-4.8583	4
33594	Bricia	bricia	AS	O	33036	43.4292	-4.8615	4
33594	Lledias	lledias	AS	O	33036	43.4164	-4.8632	4
33594	Naves (Posada Llanes)	naves-posada-llanes	AS	O	33036	43.4314	-4.8583	4
33594	Quintana (Posada Llanes)	quintana-posada-llanes	AS	O	33036	43.4314	-4.8583	4
33595	Balmori	balmori	AS	O	33036	43.4382	-4.8424	3
33595	Niembro	niembro	AS	O	33036	43.4382	-4.8424	4
33595	Celorio (Llanes)	celorio-llanes	AS	O	33036	43.4382	-4.8424	3
33595	Barro (Llanes)	barro-llanes	AS	O	33036	43.4382	-4.8424	3
33596	La Galguera	la-galguera	AS	O	33036	43.3997	-4.7489	4
33596	Andrin	andrin	AS	O	33036	43.4066	-4.7167	4
33596	Puron	puron	AS	O	33036	43.3854	-4.7079	4
33596	Soberron	soberron	AS	O	33036	43.3987	-4.7572	4
33596	San Roque Del Acebal	san-roque-del-acebal	AS	O	33036	43.3976	-4.7327	3
33597	Riego (Vidiago)	riego-vidiago	AS	O		43.3978	-4.6648	4
33597	Puertas De Vidiago	puertas-de-vidiago	AS	O		43.3978	-4.6648	3
33597	Vidiago	vidiago	AS	O		43.3978	-4.6648	4
33598	Buelna	buelna	AS	O	33036	43.393	-4.6165	4
33598	Pendueles	pendueles	AS	O	33036	43.3973	-4.6355	4
33599	San Esteban (P. Baja)	san-esteban-p-baja	AS	O		43.4111	-4.7656	1
33600	Cargadero Viejo	cargadero-viejo	AS	O	33037	43.25	-5.7667	3
33600	Arriondo (Mieres)	arriondo-mieres	AS	O	33037	43.25	-5.7667	4
33600	Aguain	aguain	AS	O	33037	43.25	-5.7667	3
33600	Campeta, La (Mieres)	campeta-la-mieres	AS	O	33037	43.25	-5.7667	4
33600	Mieres Del Camino	mieres-del-camino	AS	O	33037	43.25	-5.7667	3
33600	El Requintin	el-requintin	AS	O	33037	43.25	-5.7667	3
33610	Cuesta Del Lago	cuesta-del-lago	AS	O	33037	43.2373	-5.7601	3
33610	Llano Peral	llano-peral	AS	O	33037	43.2373	-5.7601	3
33610	Braña, La (Mieres)	brana-la-mieres	AS	O	33037	43.25	-5.7667	4
33610	Villabazal	villabazal	AS	O	33037	43.212	-5.7471	4
33610	Sesnendi	sesnendi	AS	O	33037	43.2373	-5.7601	3
33610	Entrerrios (Mieres)	entrerrios-mieres	AS	O	33037	43.25	-5.7667	4
33610	Llama, La (Turon)	llama-la-turon	AS	O	33037	43.2373	-5.7601	3
33610	Linares (Turon)	linares-turon	AS	O	33037	43.2373	-5.7601	3
33610	Lago De Arriba	lago-de-arriba	AS	O	33037	43.2373	-5.7601	3
33610	Lago (Turon)	lago-turon	AS	O	33037	43.2373	-5.7601	3
33610	Granja, La (Turon)	granja-la-turon	AS	O	33037	43.2373	-5.7601	3
33610	Fuentona, La (Turon)	fuentona-la-turon	AS	O	33037	43.2373	-5.7601	3
33610	La Vegona	la-vegona	AS	O	33037	43.2373	-5.7601	3
33610	La Crucina	la-crucina	AS	O	33037	43.2373	-5.7601	3
33610	La Flecha	la-flecha	AS	O	33037	43.2373	-5.7601	3
33610	La Faya Verde	la-faya-verde	AS	O	33037	43.2373	-5.7601	3
33610	El Gavito	el-gavito	AS	O	33037	43.2373	-5.7601	3
33610	Las Porqueras	las-porqueras	AS	O	33037	43.2373	-5.7601	3
33610	Las Matiellas	las-matiellas	AS	O	33037	43.2373	-5.7601	3
33610	La Rabaldana	la-rabaldana	AS	O	33037	43.2373	-5.7601	3
33610	La Caleyina	la-caleyina	AS	O	33037	43.2373	-5.7601	3
33610	Puente Villandio	puente-villandio	AS	O	33037	43.2373	-5.7601	3
33610	Llanacedo	llanacedo	AS	O	33037	43.2373	-5.7601	3
33610	Escosura	escosura	AS	O	33037	43.2373	-5.7601	3
33610	Entrerrios (Turon)	entrerrios-turon	AS	O	33037	43.2373	-5.7601	3
33610	Dochal	dochal	AS	O	33037	43.2373	-5.7601	3
33610	El Cueto	el-cueto	AS	O	33037	43.2373	-5.7601	3
33610	Enverniego (Turon)	enverniego-turon	AS	O	33037	43.2373	-5.7601	3
33610	Arnizo (Turon)	arnizo-turon	AS	O	33037	43.2373	-5.7601	3
33610	Pervaca	pervaca	AS	O	33037	43.2373	-5.7601	3
33610	Peruyal (Turon)	peruyal-turon	AS	O	33037	43.2373	-5.7601	3
33610	Piedrafita (Turon)	piedrafita-turon	AS	O	33037	43.2373	-5.7601	3
33610	Ceposa, La (Turon)	ceposa-la-turon	AS	O	33037	43.2373	-5.7601	3
33610	Collado, El (Turon)	collado-el-turon	AS	O	33037	43.2373	-5.7601	3
33610	Escobal (Turon)	escobal-turon	AS	O	33037	43.2373	-5.7601	3
33610	Pedrero (Turon)	pedrero-turon	AS	O	33037	43.2373	-5.7601	3
33610	Preximir	preximir	AS	O	33037	43.2373	-5.7601	3
33610	Pandel De Berruga	pandel-de-berruga	AS	O	33037	43.2373	-5.7601	3
33610	Pandiello (Turon)	pandiello-turon	AS	O	33037	43.2373	-5.7601	3
33610	Cuesta De Villabazal	cuesta-de-villabazal	AS	O	33037	43.2373	-5.7601	3
33610	Prubiz	prubiz	AS	O	33037	43.2373	-5.7601	3
33610	Carcarosa	carcarosa	AS	O	33037	43.2373	-5.7601	3
33610	Canto, El (Turon)	canto-el-turon	AS	O	33037	43.2373	-5.7601	3
33610	Cantiquin	cantiquin	AS	O	33037	43.2373	-5.7601	3
33610	Turon	turon	AS	O	33037	43.2373	-5.7601	3
33610	Trechorio (Turon)	trechorio-turon	AS	O	33037	43.2373	-5.7601	3
33610	Tejera (Turon)	tejera-turon	AS	O	33037	43.2373	-5.7601	3
33610	Repedroso	repedroso	AS	O	33037	43.2373	-5.7601	3
33610	Regueron (Turon)	regueron-turon	AS	O	33037	43.2373	-5.7601	3
33610	Reguera, La (Turon)	reguera-la-turon	AS	O	33037	43.2373	-5.7601	3
33610	Ablanedo (Turon)	ablanedo-turon	AS	O	33037	43.2373	-5.7601	3
33610	El Pindal	el-pindal	AS	O	33037	43.2373	-5.7601	3
33610	Pila, La (Turon)	pila-la-turon	AS	O	33037	43.2373	-5.7601	3
33610	Llana Palacio	llana-palacio	AS	O	33037	43.2373	-5.7601	3
33610	Fuente, La (Turon)	fuente-la-turon	AS	O	33037	43.2373	-5.7601	3
33610	Fortuna	fortuna	AS	O	33037	43.2373	-5.7601	3
33610	Misiego (Turon)	misiego-turon	AS	O	33037	43.2373	-5.7601	3
33610	Ordaliego (Turon)	ordaliego-turon	AS	O	33037	43.2373	-5.7601	3
33610	Llera, La (Turon)	llera-la-turon	AS	O	33037	43.2373	-5.7601	3
33610	Folleron	folleron	AS	O	33037	43.2373	-5.7601	3
33610	San Justo (Turon)	san-justo-turon	AS	O	33037	43.2373	-5.7601	3
33610	Fuexo	fuexo	AS	O	33037	43.2373	-5.7601	3
33610	Campo La Tabla	campo-la-tabla	AS	O	33037	43.2373	-5.7601	3
33610	Cabritera	cabritera	AS	O	33037	43.2373	-5.7601	3
33610	Berruga, La (Turon)	berruga-la-turon	AS	O	33037	43.2373	-5.7601	3
33610	Cabaña, La (Turon)	cabana-la-turon	AS	O	33037	43.2373	-5.7601	3
33610	Caborno, El (Turon)	caborno-el-turon	AS	O	33037	43.2373	-5.7601	3
33610	Campa La Estrecha	campa-la-estrecha	AS	O	33037	43.2373	-5.7601	3
33610	Barcena (Turon)	barcena-turon	AS	O	33037	43.2373	-5.7601	3
33610	Villandio	villandio	AS	O	33037	43.2373	-5.7601	3
33610	Cotarente	cotarente	AS	O	33037	43.2373	-5.7601	3
33610	Viescas, Las (Turon)	viescas-las-turon	AS	O	33037	43.2373	-5.7601	3
33610	Villafria (Turon)	villafria-turon	AS	O	33037	43.2373	-5.7601	3
33610	El Artoso	el-artoso	AS	O	33037	43.2373	-5.7601	3
33610	Canabatan	canabatan	AS	O	33037	43.2373	-5.7601	3
33610	Valles, Los (Turon)	valles-los-turon	AS	O	33037	43.2373	-5.7601	3
33610	Vera Del Camino	vera-del-camino	AS	O	33037	43.2373	-5.7601	3
33610	Villapendi	villapendi	AS	O	33037	43.2373	-5.7601	3
33610	Tablado (Turon)	tablado-turon	AS	O	33037	43.2373	-5.7601	3
33610	Casillina (Turon)	casillina-turon	AS	O	33037	43.2373	-5.7601	3
33610	Soqueto	soqueto	AS	O	33037	43.2373	-5.7601	3
33610	Santo Tomas (Turon)	santo-tomas-turon	AS	O	33037	43.2373	-5.7601	3
33610	San Pedro (Turon)	san-pedro-turon	AS	O	33037	43.2373	-5.7601	3
33610	Santa Eulalia (Turon)	santa-eulalia-turon	AS	O	33037	43.2373	-5.7601	3
33610	Rozadiella (Turon)	rozadiella-turon	AS	O	33037	43.2373	-5.7601	3
33610	Requejo (Turon)	requejo-turon	AS	O	33037	43.2373	-5.7601	3
33610	Reconco (Turon)	reconco-turon	AS	O	33037	43.2373	-5.7601	3
33610	San Andres (Turon)	san-andres-turon	AS	O	33037	43.2373	-5.7601	3
33610	Rasa, La (Turon)	rasa-la-turon	AS	O	33037	43.2373	-5.7601	3
33610	San Benigno	san-benigno	AS	O	33037	43.2373	-5.7601	3
33610	San Francisco	san-francisco	AS	O	33037	43.2373	-5.7601	3
33610	Pruvia, La (Turon)	pruvia-la-turon	AS	O	33037	43.2373	-5.7601	3
33610	Castañir	castanir	AS	O	33037	43.2373	-5.7601	3
33610	Arniello	arniello	AS	O	33037	43.2373	-5.7601	3
33610	Argaxo	argaxo	AS	O	33037	43.2373	-5.7601	3
33611	Santullano De Mieres	santullano-de-mieres	AS	O	33037	43.2218	-5.7817	4
33611	San Bernardo	san-bernardo	AS	O	33037	43.2218	-5.7817	3
33611	Cuarteles De Doriga	cuarteles-de-doriga	AS	O	33037	43.2218	-5.7817	3
33611	Sierra, La (Mieres)	sierra-la-mieres	AS	O	33037	43.2218	-5.7817	3
33611	Cantera, La (Mieres)	cantera-la-mieres	AS	O	33037	43.2218	-5.7817	3
33611	Fabariega (Mieres)	fabariega-mieres	AS	O	33037	43.2218	-5.7817	3
33611	Pedroso (Santa Cruz - Mieres)	pedroso-santa-cruz-mieres	AS	O	33037	43.2218	-5.7817	3
33611	Corujas (Mieres)	corujas-mieres	AS	O	33037	43.2218	-5.7817	3
33611	Brañanocedo	brananocedo	AS	O	33037	43.2218	-5.7817	3
33611	Villasola (Mieres)	villasola-mieres	AS	O	33037	43.2218	-5.7817	3
33611	Villarejo (Mieres)	villarejo-mieres	AS	O	33037	43.2218	-5.7817	3
33611	Reguerona, La (Mieres)	reguerona-la-mieres	AS	O	33037	43.2218	-5.7817	3
33612	Grillero	grillero	AS	O	33037	43.2	-5.7667	4
33612	Santa Cruz De Mieres	santa-cruz-de-mieres	AS	O	33037	43.2444	-5.7667	3
33612	Collada, La (Mieres)	collada-la-mieres	AS	O	33037	43.25	-5.7667	4
33612	Bustiello (Mieres)	bustiello-mieres	AS	O	33037	43.25	-5.7667	4
33612	Taruelo	taruelo	AS	O	33037	43.2444	-5.7667	3
33612	Llanas, Las (Mieres)	llanas-las-mieres	AS	O	33037	43.25	-5.7667	4
33612	Valdeciegos	valdeciegos	AS	O	33037	43.2444	-5.7667	3
33612	Llama, La (Mieres)	llama-la-mieres	AS	O	33037	43.25	-5.7667	4
33612	Valdeoreyo	valdeoreyo	AS	O	33037	43.2444	-5.7667	3
33612	Collanzo (Mieres)	collanzo-mieres	AS	O	33037	43.25	-5.7667	4
33612	Valdesenche	valdesenche	AS	O	33037	43.2444	-5.7667	3
33612	Casona, La (Mieres)	casona-la-mieres	AS	O	33037	43.25	-5.7667	4
33612	La Llinar	la-llinar	AS	O	33037	43.2444	-5.7667	3
33612	Gramedo (Mieres)	gramedo-mieres	AS	O	33037	43.25	-5.7667	4
33612	La Alameda	la-alameda	AS	O	33037	43.2444	-5.7667	3
33612	Figares (Mieres)	figares-mieres	AS	O	33037	43.25	-5.7667	4
33612	Vistalegre (San Cruz De Mieres)	vistalegre-san-cruz-de-mieres	AS	O	33037	43.2444	-5.7667	3
33612	Virgen De La Luz	virgen-de-la-luz	AS	O	33037	43.2444	-5.7667	3
33612	Corraina	corraina	AS	O	33037	43.2444	-5.7667	3
33612	Cruz De Los Caminos	cruz-de-los-caminos	AS	O	33037	43.2444	-5.7667	3
33612	Forcada	forcada	AS	O	33037	43.2444	-5.7667	3
33612	Forniellos (Santa Cruz De Mieres)	forniellos-santa-cruz-de-mieres	AS	O	33037	43.2444	-5.7667	3
33612	Fresnedo (Santa Cruz De Mieres)	fresnedo-santa-cruz-de-mieres	AS	O	33037	43.2444	-5.7667	3
33612	Oriella	oriella	AS	O	33037	43.2444	-5.7667	3
33612	Pomar (Santa Cruz De Mieres)	pomar-santa-cruz-de-mieres	AS	O	33037	43.2444	-5.7667	3
33612	Presamo	presamo	AS	O	33037	43.2444	-5.7667	3
33612	Puente Vieja	puente-vieja	AS	O	33037	43.2444	-5.7667	3
33612	Revallinas	revallinas	AS	O	33037	43.2444	-5.7667	3
33613	Valeriana	valeriana	AS	O		43.2162	-5.6696	3
33613	Palacio, El (Urbies)	palacio-el-urbies	AS	O		43.2162	-5.6696	4
33613	Llomba La (Turon)	llomba-la-turon	AS	O		43.2162	-5.6696	3
33613	Las Argalladas	las-argalladas	AS	O		43.2162	-5.6696	3
33613	Boyalvendi	boyalvendi	AS	O		43.2162	-5.6696	3
33613	Llascara, La (Urbies)	llascara-la-urbies	AS	O		43.2162	-5.6696	4
33613	Granda, La (Turon)	granda-la-turon	AS	O		43.2162	-5.6696	3
33613	Urbies	urbies	AS	O		43.2162	-5.6696	4
33613	Corral De Ujo	corral-de-ujo	AS	O		43.2162	-5.6696	3
33613	Vallicuerra	vallicuerra	AS	O		43.2162	-5.6696	3
33613	Jamonda	jamonda	AS	O		43.2162	-5.6696	3
33613	La Faya La Verde	la-faya-la-verde	AS	O		43.2162	-5.6696	3
33614	El Sordan	el-sordan	AS	O	33037	43.2602	-5.7131	4
33614	Vescon, El (Santa Rosa-Mieres)	vescon-el-santa-rosa-mieres	AS	O	33037	43.2633	-5.7183	4
33614	Canto	canto	AS	O	33037	43.55	-5.8218	4
33614	Carraspientes	carraspientes	AS	O	33037	43.2981	-5.7531	3
33614	Quintanales, Los (Mieres)	quintanales-los-mieres	AS	O	33037	43.25	-5.7667	4
33614	Vegadotos	vegadotos	AS	O	33037	43.2981	-5.7531	3
33614	Cabanin, El (Santa Rosa-Mieres)	cabanin-el-santa-rosa-mieres	AS	O	33037	43.2633	-5.7183	4
33614	Rioturbio	rioturbio	AS	O	33037	43.2981	-5.7531	3
33614	Invernal (Mieres)	invernal-mieres	AS	O	33037	43.25	-5.7667	4
33614	La Xagosa	la-xagosa	AS	O	33037	43.2981	-5.7531	3
33614	Santa Rosa (Mieres)	santa-rosa-mieres	AS	O	33037	43.25	-5.7667	4
33614	Pradorredondo	pradorredondo	AS	O	33037	43.2981	-5.7531	3
33614	Polio	polio	AS	O	33037	43.2981	-5.7531	3
33614	Casa Cima	casa-cima	AS	O	33037	43.2981	-5.7531	3
33614	Redespines	redespines	AS	O	33037	43.2981	-5.7531	3
33615	Forniellos (Gallegos-Mieres)	forniellos-gallegos-mieres	AS	O	33037	43.2195	-5.8288	4
33615	Villaestremeri	villaestremeri	AS	O	33037	43.2114	-5.8346	4
33615	Villar De Gallegos	villar-de-gallegos	AS	O	33037	43.2195	-5.8288	4
33615	Cenera	cenera	AS	O	33037	43.2173	-5.8186	4
33615	Lleron, El (Mieres)	lleron-el-mieres	AS	O	33037	43.2169	-5.8277	3
33615	Pedroso, El (Valdecuna - Mieres)	pedroso-el-valdecuna-mieres	AS	O	33037	43.2169	-5.8277	3
33615	Pradon, El (Valdecuna - Mieres)	pradon-el-valdecuna-mieres	AS	O	33037	43.2169	-5.8277	3
33615	Viesca (Mieres)	viesca-mieres	AS	O	33037	43.2169	-5.8277	3
33615	Tazada	tazada	AS	O	33037	43.2169	-5.8277	3
33615	Sobrobio	sobrobio	AS	O	33037	43.2169	-5.8277	3
33615	Caseta, La (Valdecuna-Mieres)	caseta-la-valdecuna-mieres	AS	O	33037	43.2169	-5.8277	3
33615	Foz (Mieres)	foz-mieres	AS	O	33037	43.2169	-5.8277	3
33615	Fresnedo (Mieres)	fresnedo-mieres	AS	O	33037	43.2169	-5.8277	3
33615	Valdecuna	valdecuna	AS	O	33037	43.2169	-5.8277	3
33615	Viade	viade	AS	O	33037	43.2169	-5.8277	3
33615	El Valleto	el-valleto	AS	O	33037	43.2169	-5.8277	3
33615	Segada	segada	AS	O	33037	43.2169	-5.8277	3
33615	Cangas De Abajo	cangas-de-abajo	AS	O	33037	43.2169	-5.8277	3
33615	Cangas De Arriba	cangas-de-arriba	AS	O	33037	43.2169	-5.8277	3
33615	Villamartin (Mieres)	villamartin-mieres	AS	O	33037	43.2169	-5.8277	3
33615	Gallegos (Mieres)	gallegos-mieres	AS	O	33037	43.2169	-5.8277	3
33615	Insierto	insierto	AS	O	33037	43.2169	-5.8277	3
33615	Llandebustio	llandebustio	AS	O	33037	43.2169	-5.8277	3
33616	La Depata	la-depata	AS	O	33037	43.2667	-5.75	4
33616	Piedrafita (Mieres)	piedrafita-mieres	AS	O	33037	43.2675	-5.7376	3
33616	La Caseria	la-caseria	AS	O	33037	43.2725	-5.7445	4
33616	Rebollo (Santa Rosa-Mieres)	rebollo-santa-rosa-mieres	AS	O	33037	43.2633	-5.7183	4
33616	Belonga (Mieres)	belonga-mieres	AS	O	33037	43.2675	-5.7376	3
33616	Campo, El (Mieres)	campo-el-mieres	AS	O	33037	43.2675	-5.7376	3
33616	Murias (Mieres)	murias-mieres	AS	O	33037	43.2675	-5.7376	3
33616	Mosquita	mosquita	AS	O	33037	43.2675	-5.7376	3
33616	Longa, La (Mieres)	longa-la-mieres	AS	O	33037	43.2675	-5.7376	3
33616	Llana, La (Mieres)	llana-la-mieres	AS	O	33037	43.2675	-5.7376	3
33616	Fresnedal (Mieres)	fresnedal-mieres	AS	O	33037	43.2675	-5.7376	3
33616	Cuestavil	cuestavil	AS	O	33037	43.2675	-5.7376	3
33616	Coto Peral	coto-peral	AS	O	33037	43.2675	-5.7376	3
33616	Corion	corion	AS	O	33037	43.2675	-5.7376	3
33616	Collado, El (Mieres)	collado-el-mieres	AS	O	33037	43.2675	-5.7376	3
33616	Carba, La (Mieres)	carba-la-mieres	AS	O	33037	43.2675	-5.7376	3
33616	Cantoserron	cantoserron	AS	O	33037	43.2675	-5.7376	3
33616	Barrio Solano	barrio-solano	AS	O	33037	43.2675	-5.7376	3
33616	Baltasara	baltasara	AS	O	33037	43.2675	-5.7376	3
33616	Agradiellos	agradiellos	AS	O	33037	43.2675	-5.7376	3
33616	Santo Emiliano	santo-emiliano	AS	O	33037	43.2675	-5.7376	3
33616	Pedrova	pedrova	AS	O	33037	43.2675	-5.7376	3
33616	La Matinada	la-matinada	AS	O	33037	43.2675	-5.7376	3
33616	La Insiesta	la-insiesta	AS	O	33037	43.2675	-5.7376	3
33616	La Caba	la-caba	AS	O	33037	43.2675	-5.7376	3
33616	El Someron	el-someron	AS	O	33037	43.2675	-5.7376	3
33616	Pontones, Los (Mieres)	pontones-los-mieres	AS	O	33037	43.2675	-5.7376	3
33616	Planta, La (Mieres)	planta-la-mieres	AS	O	33037	43.2675	-5.7376	3
33616	Piedra, La (Mieres)	piedra-la-mieres	AS	O	33037	43.2675	-5.7376	3
33616	El Peñon	el-penon	AS	O	33037	43.2675	-5.7376	3
33616	Acebo (Mieres)	acebo-mieres	AS	O	33037	43.2675	-5.7376	3
33616	Nadales	nadales	AS	O	33037	43.2675	-5.7376	3
33616	Torneros (Mieres)	torneros-mieres	AS	O	33037	43.2675	-5.7376	3
33616	Acebedo (Mieres)	acebedo-mieres	AS	O	33037	43.2675	-5.7376	3
33616	Cantera, La (San Emiliano)	cantera-la-san-emiliano	AS	O	33037	43.2675	-5.7376	3
33617	Pradon, El (La Peña - Mieres)	pradon-el-la-pena-mieres	AS	O	33037	43.2573	-5.7619	1
33617	La Rambla	la-rambla	AS	O	33037	43.2573	-5.7619	1
33617	Rozadas De La Peña	rozadas-de-la-pena	AS	O	33037	43.2573	-5.7619	1
33617	Rucio, El (Mieres)	rucio-el-mieres	AS	O	33037	43.2573	-5.7619	1
33617	San Tirso (Mieres)	san-tirso-mieres	AS	O	33037	43.2573	-5.7619	1
33617	Tejera, La (Mieres)	tejera-la-mieres	AS	O	33037	43.2573	-5.7619	1
33617	Vara, La (Mieres)	vara-la-mieres	AS	O	33037	43.2573	-5.7619	1
33617	Carba De Arrojo	carba-de-arrojo	AS	O	33037	43.2573	-5.7619	1
33617	Caseta, La (La Peña-Mieres)	caseta-la-la-pena-mieres	AS	O	33037	43.2573	-5.7619	1
33617	Escalada (Mieres)	escalada-mieres	AS	O	33037	43.2573	-5.7619	1
33617	Cimiellos	cimiellos	AS	O	33037	43.2573	-5.7619	1
33617	Casetas, Las (Mieres)	casetas-las-mieres	AS	O	33037	43.2573	-5.7619	1
33617	El Arzolar	el-arzolar	AS	O	33037	43.2573	-5.7619	1
33617	La Fuentiquina	la-fuentiquina	AS	O	33037	43.2573	-5.7619	1
33617	La Infestal	la-infestal	AS	O	33037	43.2573	-5.7619	1
33617	La Nozal	la-nozal	AS	O	33037	43.2573	-5.7619	1
33617	El Terronal	el-terronal	AS	O	33037	43.2573	-5.7619	1
33617	Venta, La (Mieres)	venta-la-mieres	AS	O	33037	43.2573	-5.7619	1
33617	La Canterona	la-canterona	AS	O	33037	43.2573	-5.7619	1
33617	Barrio, El (Mieres)	barrio-el-mieres	AS	O	33037	43.2573	-5.7619	1
33617	El Bravo	el-bravo	AS	O	33037	43.2573	-5.7619	1
33617	Cabanin, El (La Peña-Mieres)	cabanin-el-la-pena-mieres	AS	O	33037	43.2573	-5.7619	1
33617	Peña, La (Mieres)	pena-la-mieres	AS	O	33037	43.2573	-5.7619	1
33617	La Pria	la-pria	AS	O	33037	43.2573	-5.7619	1
33617	Cutiellos (Mieres)	cutiellos-mieres	AS	O	33037	43.2573	-5.7619	1
33617	Cruces, Las (Mieres)	cruces-las-mieres	AS	O	33037	43.2573	-5.7619	1
33617	Escuelas, Las (Mieres)	escuelas-las-mieres	AS	O	33037	43.2573	-5.7619	1
33617	Corraelcanto	corraelcanto	AS	O	33037	43.2573	-5.7619	1
33618	Ribono	ribono	AS	O	33037	43.2453	-5.7854	4
33618	Llano La Tabla	llano-la-tabla	AS	O	33037	43.2534	-5.7859	3
33618	Sueros	sueros	AS	O	33037	43.2614	-5.7776	4
33618	Seana	seana	AS	O	33037	43.2535	-5.7889	4
33618	Fonda, La (Mieres)	fonda-la-mieres	AS	O	33037	43.2534	-5.7859	3
33618	Pradon (Seana - Mieres)	pradon-seana-mieres	AS	O	33037	43.2535	-5.7889	4
33618	Estacion, La (Mieres)	estacion-la-mieres	AS	O	33037	43.2534	-5.7859	3
33618	Vescon El (Seana - Mieres)	vescon-el-seana-mieres	AS	O	33037	43.2535	-5.7889	4
33618	Espinedo (Mieres)	espinedo-mieres	AS	O	33037	43.2534	-5.7859	3
33618	Carricacho	carricacho	AS	O	33037	43.2534	-5.7859	3
33618	Barrio Gonzalin	barrio-gonzalin	AS	O	33037	43.2534	-5.7859	3
33618	Disco	disco	AS	O	33037	43.2534	-5.7859	3
33618	Quinta, La (Mieres)	quinta-la-mieres	AS	O	33037	43.2534	-5.7859	3
33618	Puente La Luisa	puente-la-luisa	AS	O	33037	43.2534	-5.7859	3
33618	Panizales (Mieres)	panizales-mieres	AS	O	33037	43.2534	-5.7859	3
33618	Reimeses	reimeses	AS	O	33037	43.2534	-5.7859	3
33618	Requejado	requejado	AS	O	33037	43.2534	-5.7859	3
33618	Maricasina	maricasina	AS	O	33037	43.2534	-5.7859	3
33618	Seana (Carretera)	seana-carretera	AS	O	33037	43.2534	-5.7859	3
33618	Prado Reguero	prado-reguero	AS	O	33037	43.2534	-5.7859	3
33618	Pares	pares	AS	O	33037	43.2534	-5.7859	3
33618	Pajio	pajio	AS	O	33037	43.2534	-5.7859	3
33619	Aguilar	aguilar	AS	O	33037	43.2837	-5.8067	4
33619	La Piperona	la-piperona	AS	O	33037	43.2968	-5.7557	3
33619	Quinta, De La (Camino)	quinta-de-la-camino	AS	O	33037	43.3881	-5.5982	4
33619	Tendejones	tendejones	AS	O	33037	43.2968	-5.7557	3
33619	El Rollo	el-rollo	AS	O	33037	43.2718	-5.795	4
33619	Santa Lucia (Mieres)	santa-lucia-mieres	AS	O	33037	43.2968	-5.7557	3
33619	Padrun, El (Olloniego)	padrun-el-olloniego	AS	O	33037	43.2988	-5.8236	4
33619	Tablado De Mieres	tablado-de-mieres	AS	O	33037	43.2414	-5.7549	4
33619	Tejera De Bazuelo	tejera-de-bazuelo	AS	O	33037	43.2968	-5.7557	3
33619	Vegalafonte	vegalafonte	AS	O	33037	43.2968	-5.7557	3
33619	Rozadas De Bazuelo	rozadas-de-bazuelo	AS	O	33037	43.2968	-5.7557	3
33619	Rosamiana	rosamiana	AS	O	33037	43.2968	-5.7557	3
33619	Resenche	resenche	AS	O	33037	43.2968	-5.7557	3
33619	Repitaneo	repitaneo	AS	O	33037	43.2968	-5.7557	3
33619	Rebollada, La (Mieres)	rebollada-la-mieres	AS	O	33037	43.2968	-5.7557	3
33619	Raiz, La (Mieres)	raiz-la-mieres	AS	O	33037	43.2968	-5.7557	3
33619	Prados De Copian	prados-de-copian	AS	O	33037	43.2968	-5.7557	3
33619	Plano, El (Mieres)	plano-el-mieres	AS	O	33037	43.2968	-5.7557	3
33619	Piezas, Las (Mieres)	piezas-las-mieres	AS	O	33037	43.2968	-5.7557	3
33619	Peraleda	peraleda	AS	O	33037	43.2968	-5.7557	3
33619	Mariana	mariana	AS	O	33037	43.2968	-5.7557	3
33619	Ladredo	ladredo	AS	O	33037	43.2968	-5.7557	3
33619	Cuarteles De Mariana	cuarteles-de-mariana	AS	O	33037	43.2968	-5.7557	3
33619	Corredor, El (Mieres)	corredor-el-mieres	AS	O	33037	43.2968	-5.7557	3
33619	Copian	copian	AS	O	33037	43.2968	-5.7557	3
33619	Carrilon (Mieres)	carrilon-mieres	AS	O	33037	43.2968	-5.7557	3
33619	La Malateria	la-malateria	AS	O	33037	43.2968	-5.7557	3
33619	La Coca	la-coca	AS	O	33037	43.2968	-5.7557	3
33619	La Calleja	la-calleja	AS	O	33037	43.2968	-5.7557	3
33619	Carbonero	carbonero	AS	O	33037	43.2968	-5.7557	3
33619	Caño De La Salud	cano-de-la-salud	AS	O	33037	43.2968	-5.7557	3
33619	Camino De La Quinta	camino-de-la-quinta	AS	O	33037	43.2968	-5.7557	3
33619	Camino De La Mariana	camino-de-la-mariana	AS	O	33037	43.2968	-5.7557	3
33619	Brañanobeles	brananobeles	AS	O	33037	43.2968	-5.7557	3
33619	Valmurian	valmurian	AS	O	33037	43.2968	-5.7557	3
33620	Collado, El (Campomane)	collado-el-campomane	AS	O	33033	43.1237	-5.8216	3
33620	Campomanes	campomanes	AS	O	33033	43.1051	-5.818	4
33620	Montealegre	montealegre	AS	O	33033	43.1237	-5.8216	3
33620	Cornellana (Pola De Lena)	cornellana-pola-de-lena	AS	O	33033	43.1609	-5.8288	4
33620	Cotorraso (Campomanes)	cotorraso-campomanes	AS	O	33033	43.1051	-5.818	4
33620	La Nozala	la-nozala	AS	O	33033	43.1237	-5.8216	3
33620	Corrada Vieja (Lena)	corrada-vieja-lena	AS	O	33033	43.1237	-5.8216	3
33627	Pontones, Los (Campomanes)	pontones-los-campomanes	AS	O	33033	43.1051	-5.818	4
33627	Cortina De Telledo	cortina-de-telledo	AS	O	33033	43.1051	-5.818	3
33627	Arnon	arnon	AS	O	33033	43.1051	-5.818	3
33628	Telledo	telledo	AS	O	33033	43.0233	-5.8451	4
33628	Tras La Cruz	tras-la-cruz	AS	O	33033	43.0846	-5.8247	3
33628	Campo, El (Campomanes)	campo-el-campomanes	AS	O	33033	43.1051	-5.818	4
33628	Riospasos	riospasos	AS	O	33033	43.0846	-5.8247	3
33628	Reconcos (Campomanes)	reconcos-campomanes	AS	O	33033	43.1051	-5.818	4
33628	Tuiza	tuiza	AS	O	33033	43.0846	-5.8247	3
33628	Cruz, La (Campomanes)	cruz-la-campomanes	AS	O	33033	43.1051	-5.818	4
33629	Zureda	zureda	AS	O	33033	43.0909	-5.8492	4
33629	Tios	tios	AS	O	33033	43.0976	-5.8321	4
33629	Ferreras (Campomanes)	ferreras-campomanes	AS	O	33033	43.1051	-5.818	4
33629	Carraluz	carraluz	AS	O	33033	43.0666	-5.8219	4
33629	Espinedo (Campomanes)	espinedo-campomanes	AS	O	33033	43.1051	-5.818	4
33629	Bendueños	benduenos	AS	O	33033	43.0971	-5.8242	3
33629	Valle (Campomanes)	valle-campomanes	AS	O	33033	43.1051	-5.818	4
33629	Frecha, La (Campomanes)	frecha-la-campomanes	AS	O	33033	43.1051	-5.818	4
33629	Heros (Campomanes)	heros-campomanes	AS	O	33033	43.1051	-5.818	4
33629	Alcedo De Caballeros	alcedo-de-caballeros	AS	O	33033	43.0971	-5.8242	3
33629	Herias (Campomanes)	herias-campomanes	AS	O	33033	43.1051	-5.818	4
33629	Las Monas	las-monas	AS	O	33033	43.0694	-5.8435	4
33629	Salas (Campomanes)	salas-campomanes	AS	O	33033	43.1051	-5.818	4
33629	El Redondo	el-redondo	AS	O	33033	43.0971	-5.8242	3
33629	Sotiello (Campomanes)	sotiello-campomanes	AS	O	33033	43.1051	-5.818	4
33629	Enverniega	enverniega	AS	O	33033	43.0971	-5.8242	3
33629	Jomezana De Abajo	jomezana-de-abajo	AS	O	33033	43.0971	-5.8242	3
33629	Jomezana De Arriba	jomezana-de-arriba	AS	O	33033	43.0971	-5.8242	3
33629	El Moclin	el-moclin	AS	O	33033	43.0971	-5.8242	3
33629	Renueva	renueva	AS	O	33033	43.0971	-5.8242	3
33629	Piñera (Campananes)	pinera-campananes	AS	O	33033	43.0971	-5.8242	3
33630	Pola De Lena	pola-de-lena	AS	O	33033	43.1609	-5.8288	4
33637	Vega Del Rey	vega-del-rey	AS	O	33033	43.127	-5.8167	4
33637	Columbiello	columbiello	AS	O	33033	43.1429	-5.8185	4
33637	Peridiello	peridiello	AS	O	33033	43.35	-6.0167	4
33637	Vega Del Ciego	vega-del-ciego	AS	O	33033	43.1395	-5.825	4
33637	Mamorana	mamorana	AS	O	33033	43.141	-5.8325	4
33637	Otero (P.Lena)	otero-p-lena	AS	O	33033	43.1696	-5.8438	3
33637	Palacio (Pola De Lena)	palacio-pola-de-lena	AS	O	33033	43.1609	-5.8288	4
33637	Consorios	consorios	AS	O	33033	43.1696	-5.8438	3
33637	Santa Cristina (Pola De Lena)	santa-cristina-pola-de-lena	AS	O	33033	43.1609	-5.8288	4
33637	Ablano (Lena)	ablano-lena	AS	O	33033	43.1696	-5.8438	3
33637	Alcedo (Pola De Lena)	alcedo-pola-de-lena	AS	O	33033	43.1609	-5.8288	4
33637	Campas, Las (P. Lena)	campas-las-p-lena	AS	O	33033	43.1696	-5.8438	3
33637	Felgueras (Pola De Lena)	felgueras-pola-de-lena	AS	O	33033	43.1609	-5.8288	4
33637	Ronzon (P. Lena)	ronzon-p-lena	AS	O	33033	43.1696	-5.8438	3
33637	Puente, La (Pola De Lena)	puente-la-pola-de-lena	AS	O	33033	43.1609	-5.8288	4
33637	Cobertoria (P. Lena)	cobertoria-p-lena	AS	O	33033	43.1696	-5.8438	3
33637	Sorribas (Pola De Lena)	sorribas-pola-de-lena	AS	O	33033	43.1609	-5.8288	4
33637	Caseta, La (P. Lena)	caseta-la-p-lena	AS	O	33033	43.1696	-5.8438	3
33638	Viña	vina	AS	O	33033	43.4098	-5.0962	4
33638	Carabanzo	carabanzo	AS	O	33033	43.1858	-5.7862	4
33638	Armada	armada	AS	O	33033	43.1566	-5.8745	4
33638	Cabo	cabo	AS	O	33033	43.1388	-5.6969	4
33638	Fresnedo (Lena) (Villallana)	fresnedo-lena-villallana	AS	O	33033	43.2008	-5.6889	3
33638	San Feliz (Pola De Lena)	san-feliz-pola-de-lena	AS	O	33033	43.1609	-5.8288	4
33638	Retrunal	retrunal	AS	O	33033	43.2008	-5.6889	3
33638	Piedraceda	piedraceda	AS	O	33033	43.1527	-5.851	4
33638	Mora	mora	AS	O	33033	43.2008	-5.6889	3
33638	Tablado (P. Lena)	tablado-p-lena	AS	O	33033	43.2008	-5.6889	3
33638	Valle, El (P. Lena)	valle-el-p-lena	AS	O	33033	43.2008	-5.6889	3
33638	Corraon	corraon	AS	O	33033	43.2008	-5.6889	3
33639	Maramuñiz	maramuniz	AS	O	33033	43.1799	-5.8614	4
33639	Muñon Fondero	munon-fondero	AS	O	33033	43.1714	-5.834	4
33639	Figares (Pola De Lena)	figares-pola-de-lena	AS	O	33033	43.1609	-5.8288	4
33639	Soterraña	soterrana	AS	O	33033	43.1683	-5.8361	3
33639	Muñon Cimero	munon-cimero	AS	O	33033	43.191	-5.8492	4
33639	Trechorio (Lena)	trechorio-lena	AS	O	33033	43.1683	-5.8361	3
33639	Bayo, El (Pola Lena)	bayo-el-pola-lena	AS	O	33033	43.1609	-5.8288	4
33639	Muela, La (P.Lena)	muela-la-p-lena	AS	O	33033	43.1683	-5.8361	3
33639	Iglesia, La (Pola De Lena)	iglesia-la-pola-de-lena	AS	O	33033	43.1609	-5.8288	4
33639	La Maderada	la-maderada	AS	O	33033	43.1683	-5.8361	3
33639	Barraca, La (Pola Lena)	barraca-la-pola-lena	AS	O	33033	43.1609	-5.8288	4
33639	La Corroña	la-corrona	AS	O	33033	43.1683	-5.8361	3
33639	Reconcos (Pola De Lena)	reconcos-pola-de-lena	AS	O	33033	43.1609	-5.8288	4
33639	La Miera	la-miera	AS	O	33033	43.1683	-5.8361	3
33639	Brañalamosa	branalamosa	AS	O	33033	43.1683	-5.8361	3
33639	Venceyal	venceyal	AS	O	33033	43.1683	-5.8361	3
33639	Palacios (P.Lena)	palacios-p-lena	AS	O	33033	43.1683	-5.8361	3
33639	Campos, Los (P. Lena)	campos-los-p-lena	AS	O	33033	43.1683	-5.8361	3
33639	Castañera (P. Lena)	castanera-p-lena	AS	O	33033	43.1683	-5.8361	3
33639	Fueyos, Los (P.Lena)	fueyos-los-p-lena	AS	O	33033	43.1683	-5.8361	3
33640	Estacion (Ujo-Mieres)	estacion-ujo-mieres	AS	O	33037	43.2055	-5.7906	4
33640	La Reigosa	la-reigosa	AS	O	33037	43.2051	-5.7921	3
33640	Ubriendes	ubriendes	AS	O	33037	43.2011	-5.8056	4
33640	Cortina, La (Ujo)	cortina-la-ujo	AS	O	33037	43.2055	-5.7906	4
33640	Ribayon	ribayon	AS	O	33037	43.2051	-5.7921	3
33640	Rebollo, El (Ujo)	rebollo-el-ujo	AS	O	33037	43.2055	-5.7906	4
33640	Embaralado	embaralado	AS	O	33037	43.2051	-5.7921	3
33640	Villar (Ujo)	villar-ujo	AS	O	33037	43.2055	-5.7906	4
33640	La Urdiera	la-urdiera	AS	O	33037	43.2051	-5.7921	3
33640	Casares (Ujo)	casares-ujo	AS	O	33037	43.2055	-5.7906	4
33640	Pontarron	pontarron	AS	O	33037	43.2051	-5.7921	3
33640	Barrio Nuevo De La Estacion (Ujo)	barrio-nuevo-de-la-estacion-ujo	AS	O	33037	43.2055	-5.7906	4
33640	Viastalegre	viastalegre	AS	O	33037	43.2051	-5.7921	3
33640	Barredos (Ujo)	barredos-ujo	AS	O	33037	43.2055	-5.7906	4
33640	Los Tapios	los-tapios	AS	O	33037	43.2051	-5.7921	3
33640	Viñas, Las (Ujo)	vinas-las-ujo	AS	O	33037	43.2055	-5.7906	4
33640	Ujo	ujo	AS	O	33037	43.2055	-5.7906	4
33650	La Faidosa	la-faidosa	AS	O	33037	43.2625	-5.7947	3
33650	Quintanas, Las (Mieres)	quintanas-las-mieres	AS	O	33037	43.25	-5.7667	4
33650	Ablaña	ablana	AS	O	33037	43.2687	-5.8087	4
33650	Nicolasa	nicolasa	AS	O	33037	43.2625	-5.7947	3
33650	Llamas (Ablaña)	llamas-ablana	AS	O	33037	43.2687	-5.8087	4
33650	Llanolacuba	llanolacuba	AS	O	33037	43.2625	-5.7947	3
33650	Peña Del Cuervo	pena-del-cuervo	AS	O	33037	43.2625	-5.7947	3
33660	Sienra (Olloniego)	sienra-olloniego	AS	O	33044	43.2988	-5.8236	4
33660	Quintanal (Olloniego)	quintanal-olloniego	AS	O	33044	43.2988	-5.8236	4
33660	Santianes (Olloniego)	santianes-olloniego	AS	O	33044	43.2988	-5.8236	4
33660	Olloniego	olloniego	AS	O	33044	43.2988	-5.8236	4
33660	Malpica (Olloniego)	malpica-olloniego	AS	O	33044	43.2988	-5.8236	4
33669	Casares (Oviedo)	casares-oviedo	AS	O	33044	43.2962	-5.8252	3
33669	Llandellana	llandellana	AS	O	33044	43.2833	-5.8333	4
33669	Manzaneda (Olloniego)	manzaneda-olloniego	AS	O	33044	43.2988	-5.8236	4
33669	Picola Viña	picola-vina	AS	O	33044	43.2962	-5.8252	3
33669	San Frechoso (Olloniego)	san-frechoso-olloniego	AS	O	33044	43.2988	-5.8236	4
33669	Monegro	monegro	AS	O	33044	43.2962	-5.8252	3
33669	Mortera, La (Olloniego)	mortera-la-olloniego	AS	O	33044	43.2988	-5.8236	4
33669	Escobadielles	escobadielles	AS	O	33044	43.2962	-5.8252	3
33669	Portazgo, El (Olloniego)	portazgo-el-olloniego	AS	O	33044	43.2988	-5.8236	4
33669	Focara, La (Olloniego)	focara-la-olloniego	AS	O	33044	43.2988	-5.8236	4
33670	Moreda De Aller	moreda-de-aller	AS	O	33002	43.1676	-5.7379	4
33673	Nandiello	nandiello	AS	O		43.1696	-5.7487	1
33675	Boo	boo	AS	O	33002	43.1711	-5.7649	4
33675	Canto De La Silla	canto-de-la-silla	AS	O	33002	43.1685	-5.7446	3
33675	Labayos (Moreda)	labayos-moreda	AS	O	33002	43.1676	-5.7379	4
33675	Bustille	bustille	AS	O	33002	43.1685	-5.7446	3
33675	Pena, La (Moreda)	pena-la-moreda	AS	O	33002	43.1676	-5.7379	4
33675	Cuarteles De Marianas	cuarteles-de-marianas	AS	O	33002	43.1685	-5.7446	3
33675	Provia, La (Moreda)	provia-la-moreda	AS	O	33002	43.1676	-5.7379	4
33675	Carrerallana	carrerallana	AS	O	33002	43.1685	-5.7446	3
33676	Murias (Aller)	murias-aller	AS	O	33002	43.1615	-5.6234	4
33676	Santibañez De Murias	santibanez-de-murias	AS	O	33002	43.1131	-5.6541	4
33676	Villar De Murias	villar-de-murias	AS	O	33002	43.1373	-5.6388	3
33677	Tornos, Los (Moreda)	tornos-los-moreda	AS	O	33002	43.1676	-5.7379	4
33677	Posadorio	posadorio	AS	O	33002	43.2833	-6.2333	4
33677	Pumardongo (Moreda)	pumardongo-moreda	AS	O	33002	43.1676	-5.7379	4
33677	Huertomuro	huertomuro	AS	O	33002	43.1821	-5.7998	3
33677	Cabo (Moreda)	cabo-moreda	AS	O	33002	43.1676	-5.7379	4
33677	Las Fureras	las-fureras	AS	O	33002	43.1821	-5.7998	3
33677	Carrera, La (Moreda)	carrera-la-moreda	AS	O	33002	43.1676	-5.7379	4
33677	Cabanon	cabanon	AS	O	33002	43.1821	-5.7998	3
33677	Arnizo (Moreda)	arnizo-moreda	AS	O	33002	43.1676	-5.7379	4
33677	Rueda	rueda	AS	O	33002	43.1821	-5.7998	3
33677	Omedal (Aller)	omedal-aller	AS	O	33002	43.1676	-5.7379	4
33677	Nembra	nembra	AS	O	33002	43.1821	-5.7998	3
33677	San Miguel (Moreda)	san-miguel-moreda	AS	O	33002	43.1676	-5.7379	4
33677	Perasente	perasente	AS	O	33002	43.1821	-5.7998	3
33677	Corralada	corralada	AS	O	33002	43.1821	-5.7998	3
33677	Enfistiella	enfistiella	AS	O	33002	43.1821	-5.7998	3
33677	Campueta	campueta	AS	O	33002	43.1821	-5.7998	3
33678	Casanueva (Moreda)	casanueva-moreda	AS	O	33002	43.1676	-5.7379	4
33678	Llanas, Las (Aller)	llanas-las-aller	AS	O	33002	43.1676	-5.7379	4
33678	Santo Tomas (Aller)	santo-tomas-aller	AS	O	33002	43.1676	-5.7379	4
33678	La Maravilla	la-maravilla	AS	O	33002	43.1676	-5.7379	3
33678	Arriondo (Moreda)	arriondo-moreda	AS	O	33002	43.1676	-5.7379	4
33678	Agueria (Moreda)	agueria-moreda	AS	O	33002	43.1676	-5.7379	4
33678	Omeo (Moreda)	omeo-moreda	AS	O	33002	43.1676	-5.7379	4
33678	La Rumiada	la-rumiada	AS	O	33002	43.1676	-5.7379	3
33678	Castro (Aller)	castro-aller	AS	O	33002	43.1676	-5.7379	4
33678	Bustios	bustios	AS	O	33002	43.1676	-5.7379	3
33678	Caseta, La (Moreda)	caseta-la-moreda	AS	O	33002	43.1676	-5.7379	4
33678	Fontona	fontona	AS	O	33002	43.1676	-5.7379	3
33678	Conforcada	conforcada	AS	O	33002	43.1676	-5.7379	3
33678	Cabanielles	cabanielles	AS	O	33002	43.1676	-5.7379	3
33678	Llandemieres	llandemieres	AS	O	33002	43.1676	-5.7379	3
33678	Polea	polea	AS	O	33002	43.1676	-5.7379	3
33678	La Cascayera	la-cascayera	AS	O	33002	43.1676	-5.7379	3
33679	Valdedios (Moreda)	valdedios-moreda	AS	O	33002	43.1676	-5.7379	4
33679	Los Heros	los-heros	AS	O	33002	43.1676	-5.7379	3
33679	Valle, El (Moreda)	valle-el-moreda	AS	O	33002	43.1676	-5.7379	4
33679	Reyan	reyan	AS	O	33002	43.1676	-5.7379	3
33679	Villanueva (Moreda)	villanueva-moreda	AS	O	33002	43.1676	-5.7379	4
33679	Entrebu	entrebu	AS	O	33002	43.1676	-5.7379	3
33679	Torneros, Los (Moreda)	torneros-los-moreda	AS	O	33002	43.1676	-5.7379	4
33679	Xagual	xagual	AS	O	33002	43.1676	-5.7379	3
33679	Florida, La (Moreda)	florida-la-moreda	AS	O	33002	43.1676	-5.7379	4
33679	Oyanco	oyanco	AS	O	33002	43.1676	-5.7379	3
33679	Collada (Moreda)	collada-moreda	AS	O	33002	43.1676	-5.7379	4
33679	Primayor	primayor	AS	O	33002	43.1676	-5.7379	3
33679	Felguerosa, La (Moreda)	felguerosa-la-moreda	AS	O	33002	43.1676	-5.7379	4
33679	El Rason	el-rason	AS	O	33002	43.1676	-5.7379	3
33680	Fuente, La (Collanzo)	fuente-la-collanzo	AS	O	33002	43.1235	-5.5639	4
33680	Cuerigo	cuerigo	AS	O	33002	43.1206	-5.5687	4
33680	Santibañez De La Fuente	santibanez-de-la-fuente	AS	O	33002	43.1247	-5.56	4
33680	Valdevero	valdevero	AS	O	33002	43.1229	-5.5642	3
33680	Collanzo (Aller)	collanzo-aller	AS	O	33002	43.1229	-5.5642	3
33681	Foz (Moreda)	foz-moreda	AS	O	33002	43.1676	-5.7379	4
33681	La Paraya	la-paraya	AS	O	33002	43.0695	-5.5723	4
33681	Casomera	casomera	AS	O	33002	43.081	-5.5781	4
33681	Rio Aller	rio-aller	AS	O	33002	43.0537	-5.5502	4
33681	Villar De Casomera	villar-de-casomera	AS	O	33002	43.0929	-5.6096	3
33681	Conforcos (Aller)	conforcos-aller	AS	O	33002	43.0929	-5.6096	3
33681	Llamas (Aller)	llamas-aller	AS	O	33002	43.0929	-5.6096	3
33681	Riomañon	riomanon	AS	O	33002	43.0929	-5.6096	3
33682	Loredo (Mieres)	loredo-mieres	AS	O	33037	43.3455	-5.7736	3
33682	Baiña	baina	AS	O	33037	43.2754	-5.8307	4
33682	Rociella	rociella	AS	O	33037	43.261	-5.84	4
33682	Barrial (Mieres)	barrial-mieres	AS	O	33037	43.3455	-5.7736	3
33682	Vega De San Pedro	vega-de-san-pedro	AS	O	33037	43.5	-5.65	4
33682	El Coston	el-coston	AS	O	33037	43.3455	-5.7736	3
33682	Puente De La Pereda	puente-de-la-pereda	AS	O	33037	43.3455	-5.7736	3
33682	Perio	perio	AS	O	33037	43.3455	-5.7736	3
33682	Paraxa	paraxa	AS	O	33037	43.3455	-5.7736	3
33682	Fenosa (Mieres)	fenosa-mieres	AS	O	33037	43.3455	-5.7736	3
33682	Escalabada	escalabada	AS	O	33037	43.3455	-5.7736	3
33682	Casa De Arriba (Mieres)	casa-de-arriba-mieres	AS	O	33037	43.3455	-5.7736	3
33682	Barrio De Pachon	barrio-de-pachon	AS	O	33037	43.3455	-5.7736	3
33682	Traspalacio	traspalacio	AS	O	33037	43.3455	-5.7736	3
33682	Tablado (Loredo - Mieres)	tablado-loredo-mieres	AS	O	33037	43.3455	-5.7736	3
33682	Pumardongo (La Pereda)	pumardongo-la-pereda	AS	O	33037	43.3455	-5.7736	3
33682	Roza, La (Mieres)	roza-la-mieres	AS	O	33037	43.3455	-5.7736	3
33682	Lleros De Abajo	lleros-de-abajo	AS	O	33037	43.3455	-5.7736	3
33682	Llaneces (Mieres)	llaneces-mieres	AS	O	33037	43.3455	-5.7736	3
33682	Laviades	laviades	AS	O	33037	43.3455	-5.7736	3
33682	La Falcuedra	la-falcuedra	AS	O	33037	43.3455	-5.7736	3
33682	Vallin (Mieres)	vallin-mieres	AS	O	33037	43.3455	-5.7736	3
33682	El Tunelon	el-tunelon	AS	O	33037	43.3455	-5.7736	3
33682	Barraca, La (Mieres)	barraca-la-mieres	AS	O	33037	43.3455	-5.7736	3
33682	Navalin, El (Mieres)	navalin-el-mieres	AS	O	33037	43.3455	-5.7736	3
33682	Pereda, La (Mieres)	pereda-la-mieres	AS	O	33037	43.3455	-5.7736	3
33682	Barreros, Los (Mieres)	barreros-los-mieres	AS	O	33037	43.3455	-5.7736	3
33682	Lleros De Arriba	lleros-de-arriba	AS	O	33037	43.3455	-5.7736	3
33683	Arriondo (Figaredo)	arriondo-figaredo	AS	O	33037	43.2113	-5.7794	4
33683	Cutiellos	cutiellos	AS	O	33037	43.3626	-6.1533	4
33683	Peñule	penule	AS	O	33037	43.2302	-5.8261	3
33683	Figaredo	figaredo	AS	O	33037	43.2113	-5.7794	4
33683	Sarabia	sarabia	AS	O	33037	43.2302	-5.8261	3
33683	Pumarin (Figaredo)	pumarin-figaredo	AS	O	33037	43.2113	-5.7794	4
33683	Repipe	repipe	AS	O	33037	43.2302	-5.8261	3
33683	Lavandera, La (Figaredo)	lavandera-la-figaredo	AS	O	33037	43.2113	-5.7794	4
33683	Felguerua	felguerua	AS	O	33037	43.2302	-5.8261	3
33683	Pena, La (Figaredo)	pena-la-figaredo	AS	O	33037	43.2113	-5.7794	4
33683	Cortina De Figaredo	cortina-de-figaredo	AS	O	33037	43.2302	-5.8261	3
33683	Formiguera (Figaredo)	formiguera-figaredo	AS	O	33037	43.2113	-5.7794	4
33683	Aprocedorio	aprocedorio	AS	O	33037	43.2302	-5.8261	3
33683	Cuesta, La (Figaredo)	cuesta-la-figaredo	AS	O	33037	43.2113	-5.7794	4
33683	Cabojal	cabojal	AS	O	33037	43.2302	-5.8261	3
33683	Agualestro	agualestro	AS	O	33037	43.2302	-5.8261	3
33683	Quemadero	quemadero	AS	O	33037	43.2302	-5.8261	3
33683	Riquela	riquela	AS	O	33037	43.2302	-5.8261	3
33683	Sobre Las Vegas	sobre-las-vegas	AS	O	33037	43.2302	-5.8261	3
33683	Villadominica	villadominica	AS	O	33037	43.2302	-5.8261	3
33683	Vega De Los Piqueros	vega-de-los-piqueros	AS	O	33037	43.2302	-5.8261	3
33684	Sienra, La (Aller)	sienra-la-aller	AS	O	33002	43.1725	-5.744	3
33684	Buciello	buciello	AS	O	33002	43.1749	-5.7427	4
33684	Caborana	caborana	AS	O	33002	43.1749	-5.7516	4
33684	Estrada, La (Moreda)	estrada-la-moreda	AS	O	33002	43.1676	-5.7379	4
33684	Conveniencia	conveniencia	AS	O	33002	43.1725	-5.744	3
33684	Collados, Los (Aller)	collados-los-aller	AS	O	33002	43.1725	-5.744	3
33684	La Pinga	la-pinga	AS	O	33002	43.1725	-5.744	3
33684	El Tarancon	el-tarancon	AS	O	33002	43.1725	-5.744	3
33684	Llana La Mata	llana-la-mata	AS	O	33002	43.1725	-5.744	3
33684	Tejera, La (Aller)	tejera-la-aller	AS	O	33002	43.1725	-5.744	3
33684	Sinariego	sinariego	AS	O	33002	43.1725	-5.744	3
33685	Cortina, La (Moreda)	cortina-la-moreda	AS	O	33002	43.1676	-5.7379	4
33685	Arteos	arteos	AS	O	33002	43.1829	-5.6973	4
33685	Carrocera (Moreda)	carrocera-moreda	AS	O	33002	43.1676	-5.7379	4
33685	Misiegos	misiegos	AS	O	33002	43.161	-5.7117	3
33685	Venta, La (Piñeres-Aller)	venta-la-pineres-aller	AS	O	33002	43.1667	-5.7	4
33685	Pueblo, El (Piñeres-Aller)	pueblo-el-pineres-aller	AS	O	33002	43.1667	-5.7	4
33685	Lagar, El (Moreda)	lagar-el-moreda	AS	O	33002	43.1676	-5.7379	4
33685	Llameras	llameras	AS	O	33002	43.161	-5.7117	3
33685	Escobio (Moreda)	escobio-moreda	AS	O	33002	43.1676	-5.7379	4
33685	Serrapio	serrapio	AS	O	33002	43.1659	-5.6314	4
33685	Piñeres De Aller	pineres-de-aller	AS	O	33002	43.1667	-5.7	4
33685	El Casar De Moreda	el-casar-de-moreda	AS	O	33002	43.161	-5.7117	3
33685	Castiello (Moreda)	castiello-moreda	AS	O	33002	43.1676	-5.7379	4
33685	El Torno	el-torno	AS	O	33002	43.1513	-5.6625	4
33685	San Antonio (Piñeres - Aller)	san-antonio-pineres-aller	AS	O	33002	43.1667	-5.7	4
33685	Provia, La (Piñeres)	provia-la-pineres	AS	O	33002	43.161	-5.7117	3
33685	Villar (Piñeres-Aller)	villar-pineres-aller	AS	O	33002	43.1667	-5.7	4
33685	Corigos (Aller)	corigos-aller	AS	O	33002	43.161	-5.7117	3
33685	Castandiello (Moreda)	castandiello-moreda	AS	O	33002	43.1676	-5.7379	4
33685	Veguellina	veguellina	AS	O	33002	43.0701	-5.7686	4
33685	Tercias, Las (Piñeres-Aller)	tercias-las-pineres-aller	AS	O	33002	43.1667	-5.7	4
33685	Orilles De Serrapio	orilles-de-serrapio	AS	O	33002	43.161	-5.7117	3
33685	Soto De Aller	soto-de-aller	AS	O	33002	43.161	-5.7117	3
33685	Fresnadiello (Aller)	fresnadiello-aller	AS	O	33002	43.161	-5.7117	3
33685	Palacio, El (Aller)	palacio-el-aller	AS	O	33002	43.161	-5.7117	3
33685	Castañedo (Aller)	castanedo-aller	AS	O	33002	43.161	-5.7117	3
33685	Vegalatorre	vegalatorre	AS	O	33002	43.161	-5.7117	3
33685	Santa Ana (Aller)	santa-ana-aller	AS	O	33002	43.161	-5.7117	3
33685	Acebedo (Aller)	acebedo-aller	AS	O	33002	43.161	-5.7117	3
33685	Fresnaza	fresnaza	AS	O	33002	43.161	-5.7117	3
33685	Cubrenes	cubrenes	AS	O	33002	43.161	-5.7117	3
33685	Las Barrosas	las-barrosas	AS	O	33002	43.161	-5.7117	3
33685	Cambrosio	cambrosio	AS	O	33002	43.161	-5.7117	3
33685	Estrullones	estrullones	AS	O	33002	43.161	-5.7117	3
33685	Pedregal (Aller)	pedregal-aller	AS	O	33002	43.161	-5.7117	3
33685	Pereda (Aller)	pereda-aller	AS	O	33002	43.161	-5.7117	3
33685	Pinedo	pinedo	AS	O	33002	43.161	-5.7117	3
33685	Casares, Los (Aller)	casares-los-aller	AS	O	33002	43.161	-5.7117	3
33686	Levinco	levinco	AS	O	33002	43.1518	-5.6021	4
33686	Escobio (Cabañaquinta)	escobio-cabanaquinta	AS	O	33002	43.1615	-5.6234	4
33686	Fornos (Aller)	fornos-aller	AS	O	33002	43.1592	-5.6245	3
33686	Cuevas (Pelugano - Aller)	cuevas-pelugano-aller	AS	O	33002	43.152	-5.5822	4
33686	Quintanas, Las (Aller)	quintanas-las-aller	AS	O	33002	43.1592	-5.6245	3
33686	Casas De Abajo (Moreda)	casas-de-abajo-moreda	AS	O	33002	43.1676	-5.7379	4
33686	Rio Cabo	rio-cabo	AS	O	33002	43.1592	-5.6245	3
33686	Bello (Cabañaquinta-Aller)	bello-cabanaquinta-aller	AS	O	33002	43.1615	-5.6234	4
33686	Pelugano	pelugano	AS	O	33002	43.152	-5.5822	4
33686	Vega, La (Cabañaquinta)	vega-la-cabanaquinta	AS	O	33002	43.1615	-5.6234	4
33686	Palomar (Cabañaquinta)	palomar-cabanaquinta	AS	O	33002	43.1615	-5.6234	4
33686	Entrepeñas (Cabañaquinta)	entrepenas-cabanaquinta	AS	O	33002	43.1615	-5.6234	4
33686	Cabañaquinta	cabanaquinta	AS	O	33002	43.1615	-5.6234	4
33687	Pola Del Pino	pola-del-pino	AS	O	33002	43.1138	-5.5295	4
33687	Llanos	llanos	AS	O	33002	43.1196	-5.5427	4
33687	Rioseco (Aller)	rioseco-aller	AS	O	33002	43.1337	-5.6033	3
33687	Pino, El (Moreda)	pino-el-moreda	AS	O	33002	43.1676	-5.7379	4
33688	Cuevas (Felechosa - Aller)	cuevas-felechosa-aller	AS	O	33002	43.1039	-5.5083	4
33688	Felechosa	felechosa	AS	O	33002	43.1039	-5.5083	4
33688	Puerto San Isidro (Asturias)	puerto-san-isidro-asturias	AS	O	33002	43.1039	-5.5083	4
33690	Pondal	pondal	AS	O	33035	43.4439	-5.8262	4
33690	Fonciello (Llanera)	fonciello-llanera	AS	O	33035	43.4333	-5.8833	4
33690	Robledo (Lugo Llanera)	robledo-lugo-llanera	AS	O	33035	43.4416	-5.8183	4
33690	Pando (Lugo De Llanera)	pando-lugo-de-llanera	AS	O	33035	43.4416	-5.8183	4
33690	Lugo De Llanera	lugo-de-llanera	AS	O	33035	43.4416	-5.8183	4
33690	Caravies	caravies	AS	O	33035	43.4463	-5.8425	4
33690	Bervola	bervola	AS	O	33035	43.4415	-5.8291	3
33690	Truebano (Lugo Llanera)	truebano-lugo-llanera	AS	O	33035	43.4416	-5.8183	4
33690	Castañera (Lugo Llanera)	castanera-lugo-llanera	AS	O	33035	43.4416	-5.8183	4
33690	Santa Rosa (Lugo Llanera)	santa-rosa-lugo-llanera	AS	O	33035	43.4416	-5.8183	4
33691	Pavierna	pavierna	AS	O	33024	43.5361	-5.739	4
33691	Gijon	gijon	AS	O	33024	43.5317	-5.7258	3
33691	Muniello (Veriña)	muniello-verina	AS	O	33024	43.5333	-5.7167	4
33691	Monteana	monteana	AS	O	33024	43.5209	-5.7491	4
33691	Poago (Veriña)	poago-verina	AS	O	33024	43.5333	-5.7167	4
33691	Veriña	verina	AS	O	33024	43.5333	-5.7167	4
33691	Zarracina (Veriña-Gijon)	zarracina-verina-gijon	AS	O	33024	43.5333	-5.7167	4
33692	Las Puentes	las-puentes	AS	O	33033	43.0759	-5.7668	4
33692	Navidiello	navidiello	AS	O	33033	43.0719	-5.7276	4
33692	San Andres (Puente Fierros)	san-andres-puente-fierros	AS	O	33033	43.0701	-5.7686	4
33692	Cabezon	cabezon	AS	O	33033	43.0726	-5.7543	3
33693	La Muela	la-muela	AS	O	33033	43.1833	-5.8571	4
33693	Castiello	castiello	AS	O	33033	43.3693	-5.6351	4
33693	San Miguel Del Rio	san-miguel-del-rio	AS	O	33033	43.0156	-5.7849	4
33693	Flor De Acebos	flor-de-acebos	AS	O	33033	43.031	-5.781	4
33693	La Malveda	la-malveda	AS	O	33033	43.1339	-5.7653	3
33693	Puente De Los Fierros	puente-de-los-fierros	AS	O	33033	43.0701	-5.7686	4
33693	Navedo	navedo	AS	O	33033	43.1339	-5.7653	3
33693	Las Pedrosas	las-pedrosas	AS	O	33033	43.1339	-5.7653	3
33693	Santa Marina (Pajares)	santa-marina-pajares	AS	O	33033	43.1339	-5.7653	3
33693	Villar (Pajares)	villar-pajares	AS	O	33033	43.1339	-5.7653	3
33693	Pajares	pajares	AS	O	33033	43.1339	-5.7653	3
33693	Romia De Abajo	romia-de-abajo	AS	O	33033	43.1339	-5.7653	3
33693	Romia De Arriba	romia-de-arriba	AS	O	33033	43.1339	-5.7653	3
33693	Nocedo, El (Lena)	nocedo-el-lena	AS	O	33033	43.1339	-5.7653	3
33693	Brañillin (Pajares)	branillin-pajares	AS	O	33033	43.1339	-5.7653	3
33694	Congostinas	congostinas	AS	O	33033	43.0953	-5.768	4
33694	Malvedo	malvedo	AS	O	33033	43.107	-5.7999	4
33694	Llanos De Someron	llanos-de-someron	AS	O	33033	43.0416	-5.7899	4
33694	Pandiella (Linares-Lena)	pandiella-linares-lena	AS	O	33033	43.1057	-5.7705	4
33694	Parana	parana	AS	O	33033	43.0759	-5.7505	4
33694	Buelles	buelles	AS	O	33033	43.0817	-5.7692	4
33694	Linares Del Puerto	linares-del-puerto	AS	O	33033	43.0866	-5.7768	3
33694	Casorvida	casorvida	AS	O	33033	43.0993	-5.7894	4
33694	Fresnedo (Lena)(Fuentes, Las)	fresnedo-lena-fuentes-las	AS	O	33033	43.0866	-5.7768	3
33694	El Carril	el-carril	AS	O	33033	43.0866	-5.7768	3
33695	San Martino	san-martino	AS	O	33033	43.1825	-5.8235	4
33695	Castro (Villallana)	castro-villallana	AS	O	33033	43.1838	-5.8135	4
33695	Vallinas (Villallana)	vallinas-villallana	AS	O	33033	43.1838	-5.8135	4
33695	Retrulles	retrulles	AS	O	33033	43.1918	-5.8236	4
33695	Viscarriona	viscarriona	AS	O	33033	43.1799	-5.8185	3
33695	Padrun, El (Villallana)	padrun-el-villallana	AS	O	33033	43.1838	-5.8135	4
33695	Collada, La (Pola De Lena)	collada-la-pola-de-lena	AS	O	33033	43.1609	-5.8288	4
33695	Vega Muro	vega-muro	AS	O	33033	43.1799	-5.8185	3
33695	Vega, La (Villallana)	vega-la-villallana	AS	O	33033	43.1838	-5.8135	4
33695	La Corraona	la-corraona	AS	O	33033	43.1799	-5.8185	3
33695	Requejo (Lena)	requejo-lena	AS	O	33033	43.1609	-5.8288	4
33695	Castiello (Villallana)	castiello-villallana	AS	O	33033	43.1838	-5.8135	4
33695	Villallana	villallana	AS	O	33033	43.1838	-5.8135	4
33696	Casuca (Ribera De Arriba)	casuca-ribera-de-arriba	AS	O	33044	43.3062	-5.864	3
33696	Fresnedo (Soto Rey)	fresnedo-soto-rey	AS	O	33044	43.3062	-5.864	4
33696	Pico De Lanza (Ribera De Arriba)	pico-de-lanza-ribera-de-arriba	AS	O	33044	43.3062	-5.864	3
33696	Soto De Rey	soto-de-rey	AS	O	33044	43.3062	-5.864	4
33696	Candama, La (Ribera De Arriba)	candama-la-ribera-de-arriba	AS	O	33044	43.3062	-5.864	3
33696	Lusiella	lusiella	AS	O	33044	43.3062	-5.864	3
33697	Vega, La (Serin)	vega-la-serin	AS	O	33024	43.5	-5.7833	4
33697	Gallinal	gallinal	AS	O	33024	43.4828	-5.799	4
33697	Melendrera (Serin)	melendrera-serin	AS	O	33024	43.5	-5.7833	4
33697	San Andres De Tacones	san-andres-de-tacones	AS	O	33024	43.5	-5.7667	4
33697	Arroyo (Serin)	arroyo-serin	AS	O	33024	43.5	-5.7833	4
33697	Sisiello	sisiello	AS	O	33024	43.4978	-5.7832	3
33697	Reboria (Serin)	reboria-serin	AS	O	33024	43.5	-5.7833	4
33697	Vilarteo	vilarteo	AS	O	33024	43.4978	-5.7832	3
33697	Santianes (Serin)	santianes-serin	AS	O	33024	43.5	-5.7833	4
33697	Campazon	campazon	AS	O	33024	43.4978	-5.7832	3
33697	Serin	serin	AS	O	33024	43.5	-5.7833	4
33697	Cruciada	cruciada	AS	O	33024	43.4978	-5.7832	3
33697	Espin, El (Gijon)	espin-el-gijon	AS	O	33024	43.4978	-5.7832	3
33697	Fontanielles	fontanielles	AS	O	33024	43.4978	-5.7832	3
33697	Pasquin	pasquin	AS	O	33024	43.4978	-5.7832	3
33697	Traveseo	traveseo	AS	O	33024	43.4978	-5.7832	3
33697	Liervado	liervado	AS	O	33024	43.4978	-5.7832	3
33697	Naviella	naviella	AS	O	33024	43.4978	-5.7832	3
33700	Almuña	almuna	AS	O	33034	43.5317	-6.5265	4
33700	Barcellina	barcellina	AS	O	33034	43.54	-6.5119	4
33700	Luarca	luarca	AS	O	33034	43.5434	-6.5399	4
33707	Riopinoso	riopinoso	AS	O	33034	43.4734	-6.5776	4
33707	Valleancho	valleancho	AS	O	33034	43.4497	-6.6317	4
33707	Siñeriz	sineriz	AS	O	33034	43.4526	-6.6382	4
33707	Piedrafita (Luarca)	piedrafita-luarca	AS	O	33034	43.4651	-6.6063	3
33707	Menudeiro	menudeiro	AS	O	33034	43.4651	-6.6063	3
33707	Concernoso	concernoso	AS	O	33034	43.4651	-6.6063	3
33707	Paladeperre	paladeperre	AS	O	33034	43.4846	-6.5776	4
33707	Cunqueiros	cunqueiros	AS	O	33034	43.4651	-6.6063	3
33707	Granda, La (Luarca)	granda-la-luarca	AS	O	33034	43.4651	-6.6063	3
33707	Mazo, El (Luarca)	mazo-el-luarca	AS	O	33034	43.4651	-6.6063	3
33707	Los Piñeros	los-pineros	AS	O	33034	43.4651	-6.6063	3
33707	Belen	belen	AS	O	33034	43.4651	-6.6063	3
33707	Buseco (Luarca)	buseco-luarca	AS	O	33034	43.4651	-6.6063	3
33707	Carboniella	carboniella	AS	O	33034	43.4651	-6.6063	3
33707	Cercenadas	cercenadas	AS	O	33034	43.4651	-6.6063	3
33707	Cereizal	cereizal	AS	O	33034	43.4651	-6.6063	3
33707	San Pelayo De Sexmo	san-pelayo-de-sexmo	AS	O	33034	43.4651	-6.6063	3
33708	Leiriella	leiriella	AS	O	33034	43.4674	-6.5303	4
33708	Cadollo	cadollo	AS	O	33034	43.5073	-6.523	4
33708	Gallinero De Barcia	gallinero-de-barcia	AS	O	33034	43.4667	-6.5167	4
33708	Busindre	busindre	AS	O	33034	43.4721	-6.5187	4
33708	Candanosa, La (Luarca)	candanosa-la-luarca	AS	O	33034	43.4784	-6.5222	3
33708	Venta, La (Luarca)	venta-la-luarca	AS	O	33034	43.4784	-6.5222	3
33708	Telares	telares	AS	O	33034	43.4784	-6.5222	3
33708	Rioseco (Luarca)	rioseco-luarca	AS	O	33034	43.4784	-6.5222	3
33708	Busmourisco	busmourisco	AS	O	33034	43.4784	-6.5222	3
33708	Modreros (Luarca)	modreros-luarca	AS	O	33034	43.4784	-6.5222	3
33708	Herreria De Arriba	herreria-de-arriba	AS	O	33034	43.4784	-6.5222	3
33708	Candanin	candanin	AS	O	33034	43.4784	-6.5222	3
33708	Figal, La (Luarca)	figal-la-luarca	AS	O	33034	43.4784	-6.5222	3
33708	Folgueron	folgueron	AS	O	33034	43.4784	-6.5222	3
33708	Ablanedo (Luarca)	ablanedo-luarca	AS	O	33034	43.4784	-6.5222	3
33710	Espin, El (Coaña)	espin-el-coana	AS	O	33041	43.5139	-6.7553	4
33710	Navia	navia	AS	O	33041	43.5354	-6.7193	4
33710	Aceñas	acenas	AS	O	33041	43.5247	-6.7373	3
33716	Mohias	mohias	AS	O	33018	43.5563	-6.7414	4
33716	Medal	medal	AS	O	33018	43.5547	-6.7548	4
33716	Villares, Los (Coaña)	villares-los-coana	AS	O	33018	43.5555	-6.7481	3
33716	Fojos	fojos	AS	O	33018	43.5555	-6.7481	3
33716	Reguera (Coaña)	reguera-coana	AS	O	33018	43.5555	-6.7481	3
33716	Ortiguera (Coaña)	ortiguera-coana	AS	O	33018	43.5555	-6.7481	3
33716	Vega De Pindolas	vega-de-pindolas	AS	O	33018	43.5555	-6.7481	3
33716	Rabeiron	rabeiron	AS	O	33018	43.5555	-6.7481	3
33716	Villares Los (Coaña)	villares-los-coana	AS	O	33018	43.5555	-6.7481	3
33717	Parlero	parlero	AS	O	33077	43.4023	-6.6712	4
33717	Bullimeiro	bullimeiro	AS	O	33077	43.4058	-6.6843	4
33717	Villayon	villayon	AS	O	33077	43.4486	-6.7053	4
33717	Brañuas	branuas	AS	O	33077	43.4755	-6.6546	4
33717	Lendelforno	lendelforno	AS	O	33077	43.383	-6.679	4
33717	Linera, La (Villayon)	linera-la-villayon	AS	O	33077	43.4325	-6.6913	3
33717	Masenga	masenga	AS	O	33077	43.4303	-6.6483	4
33717	Berbeguera	berbeguera	AS	O	33077	43.4354	-6.7231	4
33717	Mezana	mezana	AS	O	33077	43.4341	-6.7474	4
33717	Berrugas	berrugas	AS	O	33077	43.4325	-6.6913	3
33717	Ribalagua	ribalagua	AS	O	33077	43.4522	-6.7276	4
33717	Busmente	busmente	AS	O	33077	43.4259	-6.6943	4
33717	Oneta	oneta	AS	O	33077	43.4646	-6.6689	4
33717	Candanosa De Parlero	candanosa-de-parlero	AS	O	33077	43.4325	-6.6913	3
33717	Carcobas	carcobas	AS	O	33077	43.4325	-6.6913	3
33717	Carrio (Villayon)	carrio-villayon	AS	O	33077	43.4325	-6.6913	3
33717	Castañera (Villayon)	castanera-villayon	AS	O	33077	43.4325	-6.6913	3
33717	Los Lagos	los-lagos	AS	O	33077	43.4325	-6.6913	3
33717	La Granas-Riestra	la-granas-riestra	AS	O	33077	43.4325	-6.6913	3
33717	Abruñeiros	abruneiros	AS	O	33077	43.4325	-6.6913	3
33717	Herias (Villayon)	herias-villayon	AS	O	33077	43.4325	-6.6913	3
33717	Lantero (Boal)	lantero-boal	AS	O	33077	43.4325	-6.6913	3
33717	San Cristobal (Villayon)	san-cristobal-villayon	AS	O	33077	43.4325	-6.6913	3
33717	Sellon (Villayon)	sellon-villayon	AS	O	33077	43.4325	-6.6913	3
33717	Valbona (Villayon)	valbona-villayon	AS	O	33077	43.4325	-6.6913	3
33717	Zorerina	zorerina	AS	O	33077	43.4325	-6.6913	3
33717	Murias (Villayon)	murias-villayon	AS	O	33077	43.4325	-6.6913	3
33718	Castanedo	castanedo	AS	O	33077	43.3499	-6.7518	4
33718	Illaso	illaso	AS	O	33077	43.4219	-6.7311	4
33718	Lendequintana	lendequintana	AS	O	33077	43.3978	-6.6956	4
33718	Aguamaroza	aguamaroza	AS	O	33077	43.3528	-6.7447	4
33718	Candanosa De Bustefollado	candanosa-de-bustefollado	AS	O	33077	43.4192	-6.7273	3
33718	Barandon	barandon	AS	O	33077	43.3409	-6.7554	4
33718	Arbon	arbon	AS	O	33077	43.4844	-6.7087	4
33718	Martintorin	martintorin	AS	O	33077	43.4551	-6.6993	4
33718	Bustelfollado	bustelfollado	AS	O	33077	43.3874	-6.7073	4
33718	Busmayor (Villayon)	busmayor-villayon	AS	O	33077	43.4192	-6.7273	3
33718	Sabariz	sabariz	AS	O	33077	43.4978	-6.7399	4
33718	Vivedro	vivedro	AS	O	33077	43.4714	-6.7374	4
33718	Sequeiro	sequeiro	AS	O	33077	43.4802	-6.7478	4
33718	Couz, El (Villayon)	couz-el-villayon	AS	O	33077	43.4192	-6.7273	3
33718	Ponticiella	ponticiella	AS	O	33077	43.3935	-6.742	4
33718	Teijedo (Coaña) (Caserio)	teijedo-coana-caserio	AS	O	33077	43.4192	-6.7273	3
33718	Villartorey	villartorey	AS	O	33077	43.4741	-6.6848	4
33718	Candanosa De Solares	candanosa-de-solares	AS	O	33077	43.4192	-6.7273	3
33718	Pojos	pojos	AS	O	33077	43.3709	-6.739	4
33718	Argolellas	argolellas	AS	O	33077	43.4094	-6.7251	4
33718	San Pelayo (Villayon)	san-pelayo-villayon	AS	O	33077	43.4192	-6.7273	3
33718	Folguerosa (Villayon)	folguerosa-villayon	AS	O	33077	43.4192	-6.7273	3
33718	Lantero (Villayon)	lantero-villayon	AS	O	33077	43.4192	-6.7273	3
33718	Vidural (Villayon)	vidural-villayon	AS	O	33077	43.4192	-6.7273	3
33718	Valdedo (Villayon)	valdedo-villayon	AS	O	33077	43.4192	-6.7273	3
33718	Valle (Villayon)	valle-villayon	AS	O	33077	43.4192	-6.7273	3
33718	Zorera, La (Villayon)	zorera-la-villayon	AS	O	33077	43.4192	-6.7273	3
33718	Solares (Villayon)	solares-villayon	AS	O	33077	43.4192	-6.7273	3
33718	Trabada (Villayon)	trabada-villayon	AS	O	33077	43.4192	-6.7273	3
33718	Pumarin (Coaña)	pumarin-coana	AS	O	33077	43.4192	-6.7273	3
33718	San Juan De Trelles	san-juan-de-trelles	AS	O	33077	43.4192	-6.7273	3
33718	Loredo (Villayon)	loredo-villayon	AS	O	33077	43.4192	-6.7273	3
33719	Armental	armental	AS	O	33041	43.5173	-6.7248	4
33719	Cacabellos	cacabellos	AS	O	33041	43.5045	-6.7277	4
33719	Polavieja	polavieja	AS	O	33041	43.5385	-6.6617	4
33719	Freal	freal	AS	O	33041	43.5457	-6.681	4
33719	Frejulfe	frejulfe	AS	O	33041	43.5516	-6.6822	4
33719	Monte, El (Navia)	monte-el-navia	AS	O	33041	43.5334	-6.7094	3
33719	Cabanella	cabanella	AS	O	33041	43.5271	-6.6931	4
33719	Talaren	talaren	AS	O	33041	43.5253	-6.7086	4
33719	Busmargali	busmargali	AS	O	33041	43.5159	-6.6595	4
33719	Las Cortinas	las-cortinas	AS	O	33041	43.5334	-6.7094	3
33719	Loza	loza	AS	O	33041	43.5592	-6.7703	4
33719	Teifaros	teifaros	AS	O	33041	43.5546	-6.6961	4
33719	Andes	andes	AS	O	33041	43.55	-6.7	4
33719	Las Escas	las-escas	AS	O	33041	43.5334	-6.7094	3
33719	Cartavio	cartavio	AS	O	33041	43.5474	-6.7886	4
33719	Braña Del Rio (Navia)	brana-del-rio-navia	AS	O	33041	43.5334	-6.7094	3
33719	Anleo	anleo	AS	O	33041	43.5102	-6.6926	4
33719	Caborno (Navia)	caborno-navia	AS	O	33041	43.5334	-6.7094	3
33719	Somorto	somorto	AS	O	33041	43.5277	-6.661	4
33719	Meiro	meiro	AS	O	33041	43.522	-6.7573	4
33719	Abranedo	abranedo	AS	O	33041	43.5334	-6.7094	3
33719	Jarrio	jarrio	AS	O	33041	43.538	-6.7466	4
33719	Ansilan	ansilan	AS	O	33041	43.5334	-6.7094	3
33719	Esfreita	esfreita	AS	O	33041	43.5334	-6.7094	3
33719	Esteler	esteler	AS	O	33041	43.5334	-6.7094	3
33719	Folgueras (Coaña)	folgueras-coana	AS	O	33041	43.5334	-6.7094	3
33719	Fuentes (Navia)	fuentes-navia	AS	O	33041	43.5334	-6.7094	3
33719	Guardia	guardia	AS	O	33041	43.5334	-6.7094	3
33719	Villaoril (Navia)	villaoril-navia	AS	O	33041	43.5334	-6.7094	3
33719	Villalocay	villalocay	AS	O	33041	43.5334	-6.7094	3
33719	Villabona (Navia)	villabona-navia	AS	O	33041	43.5334	-6.7094	3
33719	Venta, La (Navia)	venta-la-navia	AS	O	33041	43.5334	-6.7094	3
33719	Torce (Coaña)	torce-coana	AS	O	33041	43.5334	-6.7094	3
33719	Silvarronda	silvarronda	AS	O	33041	43.5334	-6.7094	3
33719	El Seijo	el-seijo	AS	O	33041	43.5334	-6.7094	3
33719	Sante (Navia)	sante-navia	AS	O	33041	43.5334	-6.7094	3
33719	San Miguel De Eiros	san-miguel-de-eiros	AS	O	33041	43.5334	-6.7094	3
33719	San Cristobal (Coaña)	san-cristobal-coana	AS	O	33041	43.5334	-6.7094	3
33719	Salcedo (Navia)	salcedo-navia	AS	O	33041	43.5334	-6.7094	3
33719	Piquera (Navia)	piquera-navia	AS	O	33041	43.5334	-6.7094	3
33719	Piñera (Navia)	pinera-navia	AS	O	33041	43.5334	-6.7094	3
33719	Paderne (Navia)	paderne-navia	AS	O	33041	43.5334	-6.7094	3
33719	Murias (Navia)	murias-navia	AS	O	33041	43.5334	-6.7094	3
33719	Jonte (Coaña)	jonte-coana	AS	O	33041	43.5334	-6.7094	3
33719	Lugarnuevo	lugarnuevo	AS	O	33041	43.5334	-6.7094	3
33719	Balmeon	balmeon	AS	O	33041	43.5334	-6.7094	3
33719	Barqueros	barqueros	AS	O	33041	43.5334	-6.7094	3
33719	La Colorada	la-colorada	AS	O	33041	43.5334	-6.7094	3
33719	El Aspra	el-aspra	AS	O	33041	43.5334	-6.7094	3
33719	La Villalonga	la-villalonga	AS	O	33041	43.5334	-6.7094	3
33719	La Mabona	la-mabona	AS	O	33041	43.5334	-6.7094	3
33719	Carvajal (Navia)	carvajal-navia	AS	O	33041	43.5334	-6.7094	3
33720	Llaviada	llaviada	AS	O	33007	43.432	-6.8151	3
33720	Pelame (Boal)	pelame-boal	AS	O	33007	43.432	-6.8151	4
33720	Penouta (Boal)	penouta-boal	AS	O	33007	43.432	-6.8151	4
33720	Boal	boal	AS	O	33007	43.432	-6.8151	4
33721	Villur	villur	AS	O		43.4187	-6.8235	1
33724	Los Navalios	los-navalios	AS	O	33007	43.4187	-6.8235	1
33725	Armal	armal	AS	O	33007	43.4351	-6.8116	4
33725	Villanueva (Boal)	villanueva-boal	AS	O	33007	43.4351	-6.8116	3
33725	Cabanas, Las (Boal)	cabanas-las-boal	AS	O	33007	43.4351	-6.8116	3
33725	Caleyo, El (Boal)	caleyo-el-boal	AS	O	33007	43.4351	-6.8116	3
33725	Capareiro	capareiro	AS	O	33007	43.4351	-6.8116	3
33725	Langrave	langrave	AS	O	33007	43.4351	-6.8116	3
33725	Rozas (Boal)	rozas-boal	AS	O	33007	43.4351	-6.8116	3
33726	Serandinas	serandinas	AS	O	33007	43.461	-6.7274	4
33726	Orbaelle	orbaelle	AS	O	33007	43.4617	-6.7536	4
33726	Cabanas Trabazas	cabanas-trabazas	AS	O	33007	43.4576	-6.7423	3
33726	Villar De Serandinas	villar-de-serandinas	AS	O	33007	43.4502	-6.7458	4
33727	Merou	merou	AS	O	33007	43.4036	-6.7991	4
33727	Castrillon De Boal	castrillon-de-boal	AS	O	33007	43.3979	-6.7922	4
33727	Fuentes Cavadas	fuentes-cavadas	AS	O	33007	43.3936	-6.7986	3
33727	Sampol	sampol	AS	O	33007	43.3913	-6.779	4
33727	Reigoto (Boal)	reigoto-boal	AS	O	33007	43.3936	-6.7986	3
33727	Silvon	silvon	AS	O	33007	43.3815	-6.8241	4
33727	Rebollal (Boal)	rebollal-boal	AS	O	33007	43.3936	-6.7986	3
33727	Lendiglesia	lendiglesia	AS	O	33007	43.3936	-6.7986	3
33727	Folgueira Mayor	folgueira-mayor	AS	O	33007	43.3936	-6.7986	3
33727	Mestas, Las (Boal)	mestas-las-boal	AS	O	33007	43.3936	-6.7986	3
33727	Sarceda (Boal)	sarceda-boal	AS	O	33007	43.3936	-6.7986	3
33728	Villar De San Pedro	villar-de-san-pedro	AS	O	33007	43.3962	-6.8648	4
33728	San Luis	san-luis	AS	O	33007	43.4043	-6.8593	3
33728	Brañadesella	branadesella	AS	O	33007	43.4116	-6.8757	4
33728	Ferradal (Boal)	ferradal-boal	AS	O	33007	43.4043	-6.8593	3
33728	Carrugueiro	carrugueiro	AS	O	33007	43.4129	-6.846	4
33728	La Camara	la-camara	AS	O	33007	43.4043	-6.8593	3
33728	Prelo	prelo	AS	O	33007	43.4085	-6.8063	4
33728	La Bajada	la-bajada	AS	O	33007	43.4043	-6.8593	3
33728	El Pato	el-pato	AS	O	33007	43.3876	-6.8895	4
33728	Ronda, La (Boal)	ronda-la-boal	AS	O	33007	43.4043	-6.8593	3
33728	Peirones	peirones	AS	O	33007	43.415	-6.8253	4
33728	Brañavara	branavara	AS	O	33007	43.3986	-6.9076	4
33728	Silvarelle	silvarelle	AS	O	33007	43.4043	-6.8593	3
33729	Brañalibel	branalibel	AS	O	33007	43.4243	-6.8937	4
33729	Vega De Ouria	vega-de-ouria	AS	O	33007	43.4409	-6.8829	4
33729	Ouria (Boal)	ouria-boal	AS	O	33007	43.4326	-6.8883	3
33729	Ransal	ransal	AS	O	33007	43.4326	-6.8883	3
33729	Rozadas (Boal)	rozadas-boal	AS	O	33007	43.4326	-6.8883	3
33729	Valleseco	valleseco	AS	O	33007	43.4326	-6.8883	3
33729	Treve	treve	AS	O	33007	43.4326	-6.8883	3
33730	Pelou	pelou	AS	O	33027	43.1608	-6.9014	4
33730	Vista Alegre	vista-alegre	AS	O	33027	43.1975	-6.9034	3
33730	Nogueiron	nogueiron	AS	O	33027	43.1806	-6.9002	4
33730	Vistalegre	vistalegre	AS	O	33027	43.1975	-6.9034	3
33730	Grandas De Salime	grandas-de-salime	AS	O	33027	43.2155	-6.8757	4
33730	Villarmayor	villarmayor	AS	O	33027	43.2336	-6.914	4
33730	La Aviñola	la-avinola	AS	O	33027	43.1975	-6.9034	3
33730	Escanlares	escanlares	AS	O	33027	43.207	-6.8877	4
33730	Airela	airela	AS	O	33027	43.1975	-6.9034	3
33730	Armilda	armilda	AS	O	33027	43.15	-6.9167	4
33730	Villarello (Grandas De Salime)	villarello-grandas-de-salime	AS	O	33027	43.1975	-6.9034	3
33730	Magadan	magadan	AS	O	33027	43.2347	-6.9279	4
33730	Villadefondo	villadefondo	AS	O	33027	43.1975	-6.9034	3
33730	Valdedo (Grandas De Salime)	valdedo-grandas-de-salime	AS	O	33027	43.1975	-6.9034	3
33730	Arregaida	arregaida	AS	O	33027	43.1975	-6.9034	3
33730	Villabolle	villabolle	AS	O	33027	43.1975	-6.9034	3
33730	La Farrapa	la-farrapa	AS	O	33027	43.1975	-6.9034	3
33730	Brualla	brualla	AS	O	33027	43.1975	-6.9034	3
33730	Los Vitos	los-vitos	AS	O	33027	43.1975	-6.9034	3
33730	Cereijeira	cereijeira	AS	O	33027	43.1975	-6.9034	3
33730	Fabal (Grandas De Salime)	fabal-grandas-de-salime	AS	O	33027	43.1975	-6.9034	3
33730	Castiadelo	castiadelo	AS	O	33027	43.1975	-6.9034	3
33730	Carballo Del Cuito	carballo-del-cuito	AS	O	33027	43.1975	-6.9034	3
33730	Busmayor (Grandas De Salime)	busmayor-grandas-de-salime	AS	O	33027	43.1975	-6.9034	3
33730	Llandecarballo	llandecarballo	AS	O	33027	43.1975	-6.9034	3
33730	Paradela (Villamayor)	paradela-villamayor	AS	O	33027	43.1975	-6.9034	3
33730	Pontiga (Grandas De Salime)	pontiga-grandas-de-salime	AS	O	33027	43.1975	-6.9034	3
33730	Robledo (Grandas De Salime)	robledo-grandas-de-salime	AS	O	33027	43.1975	-6.9034	3
33730	San Mayor	san-mayor	AS	O	33027	43.1975	-6.9034	3
33730	Teijeira (Grandas De Salime)	teijeira-grandas-de-salime	AS	O	33027	43.1975	-6.9034	3
33730	Trasmonte (Grandas De Salime)	trasmonte-grandas-de-salime	AS	O	33027	43.1975	-6.9034	3
33731	Lantero (Illano)	lantero-illano	AS	O	33007	43.3338	-6.8656	4
33731	Baboreira	baboreira	AS	O	33007	43.3337	-6.8321	3
33731	Lombatin	lombatin	AS	O	33007	43.3686	-6.8295	4
33731	Piñeira (Boal)	pineira-boal	AS	O	33007	43.3337	-6.8321	3
33731	Bustelo (Illano)	bustelo-illano	AS	O	33007	43.3338	-6.8656	4
33731	El Poceiro	el-poceiro	AS	O	33007	43.3337	-6.8321	3
33731	Tamagordas	tamagordas	AS	O	33007	43.292	-6.8253	4
33731	Rio De Villar	rio-de-villar	AS	O	33007	43.3337	-6.8321	3
33731	Navedo (Illano)	navedo-illano	AS	O	33007	43.3338	-6.8656	4
33731	Bullaso	bullaso	AS	O	33007	43.3503	-6.8275	4
33731	Muñon	munon	AS	O	33007	43.3337	-6.8321	3
33731	Sarzol	sarzol	AS	O	33007	43.3264	-6.8229	4
33731	Herias (Illano)	herias-illano	AS	O	33007	43.3338	-6.8656	4
33731	Riodecoba	riodecoba	AS	O	33007	43.3	-6.7833	4
33731	Cernias	cernias	AS	O	33007	43.2833	-6.8167	4
33731	Doiras	doiras	AS	O	33007	43.3936	-6.8302	4
33731	Villar De Bullaso	villar-de-bullaso	AS	O	33007	43.3597	-6.8202	4
33731	Estela	estela	AS	O	33007	43.2952	-6.7977	4
33731	Froseira	froseira	AS	O	33007	43.3667	-6.8333	4
33732	Cedemonio	cedemonio	AS	O	33029	43.3757	-6.8388	4
33733	Gio	gio	AS	O	33029	43.3584	-6.8432	4
33734	Pastur	pastur	AS	O	33029	43.336	-6.9148	4
33734	Arruñada (San Martin De Oscos)	arrunada-san-martin-de-oscos	AS	O	33029	43.3458	-6.8477	3
33734	San Pedro De Ahio	san-pedro-de-ahio	AS	O	33029	43.3081	-6.9194	4
33734	La Montaña	la-montana	AS	O	33029	43.45	-6.6167	4
33734	Villar De Pastur	villar-de-pastur	AS	O	33029	43.3458	-6.8477	3
33734	Cachafol	cachafol	AS	O	33029	43.3486	-6.8502	4
33734	Villaseca	villaseca	AS	O	33029	43.3458	-6.8477	3
33734	Illano	illano	AS	O	33029	43.3338	-6.8656	4
33734	El Arne	el-arne	AS	O	33029	43.3458	-6.8477	3
33734	Entrerrios (Illano)	entrerrios-illano	AS	O	33029	43.3338	-6.8656	4
33734	Cimadevilla (Illano)	cimadevilla-illano	AS	O	33029	43.3338	-6.8656	4
33734	Carbayal (Illano)	carbayal-illano	AS	O	33029	43.3338	-6.8656	4
33734	San Esteban (Illano)	san-esteban-illano	AS	O	33029	43.3338	-6.8656	4
33735	Pesoz	pesoz	AS	O	33048	43.25	-6.8667	4
33735	Argul	argul	AS	O	33048	43.2741	-6.8695	4
33735	Pelorde	pelorde	AS	O	33048	43.2667	-6.8333	4
33735	Cabanela (Pesoz)	cabanela-pesoz	AS	O	33048	43.2619	-6.8604	3
33735	Mazo De Mon	mazo-de-mon	AS	O	33048	43.2619	-6.8604	3
33735	Villarmarzo	villarmarzo	AS	O	33048	43.2619	-6.8604	3
33735	Villabrille	villabrille	AS	O	33048	43.27	-6.8528	4
33735	Sequeiros	sequeiros	AS	O	33048	43.2619	-6.8604	3
33735	Lijou	lijou	AS	O	33048	43.2619	-6.8604	3
33735	Francos (Pesoz)	francos-pesoz	AS	O	33048	43.2619	-6.8604	3
33735	Cela	cela	AS	O	33048	43.2485	-6.8796	4
33735	Brañavieja (Pesoz)	branavieja-pesoz	AS	O	33048	43.2619	-6.8604	3
33736	Sanzo	sanzo	AS	O	33048	43.2501	-6.864	4
33736	Santa Maria (Grandas De Salime)	santa-maria-grandas-de-salime	AS	O	33048	43.2155	-6.8757	4
33736	Seran	seran	AS	O	33048	43.2667	-6.85	4
33737	Padraira	padraira	AS	O		43.1931	-6.9217	4
33737	San Julian (Grandas De Salime)	san-julian-grandas-de-salime	AS	O		43.1931	-6.9217	3
33737	Malneira	malneira	AS	O		43.1931	-6.9217	3
33737	Pedre	pedre	AS	O		43.1931	-6.9217	3
33737	Castro (Grandas De Salime)	castro-grandas-de-salime	AS	O		43.1931	-6.9217	3
33738	Coba, La (Grandas Salime)	coba-la-grandas-salime	AS	O		43.2155	-6.8757	4
33738	Trabada (G. Salime)	trabada-g-salime	AS	O		43.2155	-6.8757	3
33739	Peñafuente	penafuente	AS	O		43.1635	-6.9358	4
33739	Peñafurada	penafurada	AS	O		43.15	-6.9333	4
33739	Folgosa	folgosa	AS	O		43.1735	-6.9657	4
33739	Monteserin Grande	monteserin-grande	AS	O		43.1765	-6.9375	4
33739	Monteserin Pequeño	monteserin-pequeno	AS	O		43.1758	-6.9454	4
33739	Gestoso (Grandas Salime)	gestoso-grandas-salime	AS	O		43.1704	-6.9398	3
33739	Seoane	seoane	AS	O		43.1667	-6.9167	4
33739	Fornaza	fornaza	AS	O		43.1704	-6.9398	3
33739	Llandepereira	llandepereira	AS	O		43.1865	-6.9439	4
33739	Lieira	lieira	AS	O		43.1704	-6.9398	3
33739	Brañota	branota	AS	O		43.1704	-6.9398	3
33739	Bustelo Del Camino	bustelo-del-camino	AS	O		43.1704	-6.9398	3
33739	Valabelleiro	valabelleiro	AS	O		43.1704	-6.9398	3
33739	Silvallana (Grandas Salime)	silvallana-grandas-salime	AS	O		43.1704	-6.9398	3
33739	Gestoselo	gestoselo	AS	O		43.1704	-6.9398	3
33740	Tapia De Casariego	tapia-de-casariego	AS	O	33070	43.5702	-6.9438	4
33746	Porcia	porcia	AS	O	33023	43.5579	-6.8842	4
33746	Valdepares	valdepares	AS	O	33023	43.5599	-6.858	4
33746	Campos (Tapia)	campos-tapia	AS	O	33023	43.5589	-6.8711	3
33746	Mernies	mernies	AS	O	33023	43.5589	-6.8711	3
33746	Rebollada, La (Tapia)	rebollada-la-tapia	AS	O	33023	43.5589	-6.8711	3
33746	Rabote	rabote	AS	O	33023	43.5589	-6.8711	3
33746	Folgueiras (Tapia)	folgueiras-tapia	AS	O	33023	43.5589	-6.8711	3
33746	Cortaficio	cortaficio	AS	O	33023	43.5589	-6.8711	3
33746	San Pelayo (El Franco)	san-pelayo-el-franco	AS	O	33023	43.5589	-6.8711	3
33746	El Franco	el-franco	AS	O	33023	43.5589	-6.8711	3
33747	Pelogra	pelogra	AS	O	33070	43.5281	-6.8951	4
33747	La Veguiña	la-veguina	AS	O	33070	43.5039	-6.8917	4
33747	Momean	momean	AS	O	33070	43.4875	-6.9052	4
33747	Pontraviza	pontraviza	AS	O	33070	43.5466	-6.9284	3
33747	Bustelo (Tapia)	bustelo-tapia	AS	O	33070	43.5702	-6.9438	4
33747	Reiriz	reiriz	AS	O	33070	43.5065	-6.9236	4
33747	Jarias	jarias	AS	O	33070	43.4979	-6.9345	4
33747	Mantaras	mantaras	AS	O	33070	43.5466	-6.9284	3
33747	Barrosa, La (Tapia)	barrosa-la-tapia	AS	O	33070	43.5702	-6.9438	4
33747	Valle De San Agustin	valle-de-san-agustin	AS	O	33070	43.5466	-6.9284	3
33747	San Julian (Tapia)	san-julian-tapia	AS	O	33070	43.5702	-6.9438	4
33747	Orgales	orgales	AS	O	33070	43.5466	-6.9284	3
33747	Ventosa, La (Tapia)	ventosa-la-tapia	AS	O	33070	43.5702	-6.9438	4
33747	La Paloma	la-paloma	AS	O	33070	43.5466	-6.9284	3
33747	Acevedo (Tapia)	acevedo-tapia	AS	O	33070	43.5702	-6.9438	4
33747	La Ventanova	la-ventanova	AS	O	33070	43.5466	-6.9284	3
33747	Roda, La (Tapia)	roda-la-tapia	AS	O	33070	43.5702	-6.9438	4
33747	Matafoyada	matafoyada	AS	O	33070	43.5466	-6.9284	3
33747	San Antonio (Tapia)	san-antonio-tapia	AS	O	33070	43.5702	-6.9438	4
33747	Alfonsares	alfonsares	AS	O	33070	43.5466	-6.9284	3
33747	Monte, El (Tapia)	monte-el-tapia	AS	O	33070	43.5702	-6.9438	4
33747	Lantrapiñan	lantrapinan	AS	O	33070	43.5466	-6.9284	3
33747	Villarin (Tapia)	villarin-tapia	AS	O	33070	43.5702	-6.9438	4
33747	Villargomil	villargomil	AS	O	33070	43.5434	-6.8814	4
33748	Casariego	casariego	AS	O		43.5528	-6.9451	4
33748	Viacoba	viacoba	AS	O		43.5528	-6.9451	3
33748	Ol	ol	AS	O		43.5528	-6.9451	3
33748	Lota	lota	AS	O		43.5528	-6.9451	3
33748	Entreplayas	entreplayas	AS	O		43.5528	-6.9451	3
33748	Viso, El (Tapia)	viso-el-tapia	AS	O		43.5528	-6.9451	3
33748	Muria, La (Tapia)	muria-la-tapia	AS	O		43.5528	-6.9451	3
33749	Villamil	villamil	AS	O	33070	43.5507	-6.9826	4
33749	Penela	penela	AS	O	33070	43.5634	-6.9542	3
33749	Calambre	calambre	AS	O	33070	43.5557	-6.9568	4
33749	Pedralba	pedralba	AS	O	33070	43.5634	-6.9542	3
33749	Roda (Tapia)	roda-tapia	AS	O	33070	43.5702	-6.9438	4
33749	Santa Gadea	santa-gadea	AS	O	33070	43.5634	-6.9542	3
33749	Vilanova (Tapia)	vilanova-tapia	AS	O	33070	43.5702	-6.9438	4
33749	Cornallo	cornallo	AS	O	33070	43.5634	-6.9542	3
33749	Serantes (Tapia)	serantes-tapia	AS	O	33070	43.5702	-6.9438	4
33750	Longara	longara	AS	O	33023	43.5519	-6.8227	4
33750	Viavelez	viavelez	AS	O	33023	43.5641	-6.8425	4
33750	La Caridad	la-caridad	AS	O	33023	43.5531	-6.8316	4
33756	Lebredo (El Franco)	lebredo-el-franco	AS	O		43.5054	-6.8239	3
33756	Arancedo	arancedo	AS	O		43.5054	-6.8239	4
33756	Lebredo (Coaña)	lebredo-coana	AS	O		43.5054	-6.8239	3
33756	Brañamayor (El Franco)	branamayor-el-franco	AS	O		43.5054	-6.8239	3
33756	La Andina	la-andina	AS	O		43.5054	-6.8239	3
33756	Boimouro	boimouro	AS	O		43.5054	-6.8239	3
33756	Coba (Boal)	coba-boal	AS	O		43.5054	-6.8239	3
33757	Arboces	arboces	AS	O	33023	43.548	-6.8134	4
33757	Chao Das Trabas	chao-das-trabas	AS	O	33023	43.5505	-6.8225	3
33757	Barganaz (La Caridad)	barganaz-la-caridad	AS	O	33023	43.5531	-6.8316	4
33757	Villarin De La Braña	villarin-de-la-brana	AS	O	33023	43.5505	-6.8225	3
33757	Penadecabras (El Franco)	penadecabras-el-franco	AS	O	33023	43.5505	-6.8225	3
33757	Braña, La (El Franco)	brana-la-el-franco	AS	O	33023	43.5505	-6.8225	3
33757	Carroceiro	carroceiro	AS	O	33023	43.5505	-6.8225	3
33757	Romaelle De Abajo	romaelle-de-abajo	AS	O	33023	43.5505	-6.8225	3
33758	Miudes	miudes	AS	O	33023	43.5342	-6.8116	4
33758	Godella	godella	AS	O	33023	43.529	-6.8265	4
33758	Miudeira	miudeira	AS	O	33023	43.5407	-6.8088	4
33758	Castello (El Franco)	castello-el-franco	AS	O	33023	43.5346	-6.8156	3
33758	Veiral	veiral	AS	O	33023	43.5346	-6.8156	3
33758	Mendones	mendones	AS	O	33023	43.5346	-6.8156	3
33758	Mercadeiros	mercadeiros	AS	O	33023	43.5346	-6.8156	3
33758	Villar De Miudes	villar-de-miudes	AS	O	33023	43.5346	-6.8156	3
33758	Grandamarina	grandamarina	AS	O	33023	43.5346	-6.8156	3
33759	Prendones	prendones	AS	O	33023	43.5333	-6.8667	4
33759	Louredal (El Franco)	louredal-el-franco	AS	O	33023	43.5247	-6.858	3
33759	Nenin	nenin	AS	O	33023	43.5308	-6.8425	4
33759	San Juan De Prendones	san-juan-de-prendones	AS	O	33023	43.5247	-6.858	3
33759	Villalmarzo	villalmarzo	AS	O	33023	43.5063	-6.8519	4
33759	Sueiro	sueiro	AS	O	33023	43.5285	-6.8709	4
33759	San Julian (El Franco)	san-julian-el-franco	AS	O	33023	43.5247	-6.858	3
33759	Ronda, La (El Franco)	ronda-la-el-franco	AS	O	33023	43.5247	-6.858	3
33759	Rebollada (El Franco)	rebollada-el-franco	AS	O	33023	43.5247	-6.858	3
33759	Ludeiros	ludeiros	AS	O	33023	43.5247	-6.858	3
33759	Cerredo (El Franco)	cerredo-el-franco	AS	O	33023	43.5247	-6.858	3
33759	Carbeje	carbeje	AS	O	33023	43.5247	-6.858	3
33759	Hervedeiras	hervedeiras	AS	O	33023	43.5247	-6.858	3
33760	Castropol	castropol	AS	O	33017	43.5278	-7.0305	4
33768	Becharro	becharro	AS	O	33017	43.5333	-6.9833	4
33768	Berbesa	berbesa	AS	O	33017	43.5333	-6.9833	3
33768	Castro (Castropol)	castro-castropol	AS	O	33017	43.5333	-6.9833	3
33768	Cotapos	cotapos	AS	O	33017	43.5333	-6.9833	3
33768	Soma (Castropol)	soma-castropol	AS	O	33017	43.5333	-6.9833	3
33768	Seijas	seijas	AS	O	33017	43.5333	-6.9833	3
33768	Campas, Las (Castropol)	campas-las-castropol	AS	O	33017	43.5333	-6.9833	3
33768	Santiago (Castropol)	santiago-castropol	AS	O	33017	43.5333	-6.9833	3
33768	San Cristobal (Castropol)	san-cristobal-castropol	AS	O	33017	43.5333	-6.9833	3
33768	Salias	salias	AS	O	33017	43.5333	-6.9833	3
33768	Riofelle	riofelle	AS	O	33017	43.5333	-6.9833	3
33768	Bouza (Castropol)	bouza-castropol	AS	O	33017	43.5333	-6.9833	3
33768	Riocaliente (Castropol)	riocaliente-castropol	AS	O	33017	43.5333	-6.9833	3
33768	Piñera (Castropol)	pinera-castropol	AS	O	33017	43.5333	-6.9833	3
33768	Ferradal (Castropol)	ferradal-castropol	AS	O	33017	43.5333	-6.9833	3
33768	Berruga (Castropol)	berruga-castropol	AS	O	33017	43.5333	-6.9833	3
33768	El Esquilo	el-esquilo	AS	O	33017	43.5333	-6.9833	3
33768	La Casia	la-casia	AS	O	33017	43.5333	-6.9833	3
33769	Moldes	moldes	AS	O	33017	43.518	-7.0202	4
33769	Lantoira	lantoira	AS	O	33017	43.4979	-7.0199	4
33769	Poceira	poceira	AS	O	33017	43.508	-7.02	3
33769	Iramola	iramola	AS	O	33017	43.508	-7.02	3
33769	Pruida	pruida	AS	O	33017	43.508	-7.02	3
33769	Augueira	augueira	AS	O	33017	43.508	-7.02	3
33769	Aldeanova	aldeanova	AS	O	33017	43.508	-7.02	3
33769	Barreiras (Castropol)	barreiras-castropol	AS	O	33017	43.508	-7.02	3
33769	Bruiteira	bruiteira	AS	O	33017	43.508	-7.02	3
33769	Cal	cal	AS	O	33017	43.508	-7.02	3
33769	Quintalonga	quintalonga	AS	O	33017	43.508	-7.02	3
33769	Roda, La (Castropol)	roda-la-castropol	AS	O	33017	43.508	-7.02	3
33769	Sabugo (Castropol)	sabugo-castropol	AS	O	33017	43.508	-7.02	3
33769	Vale	vale	AS	O	33017	43.508	-7.02	3
33769	Villarrasa	villarrasa	AS	O	33017	43.508	-7.02	3
33769	Liso	liso	AS	O	33017	43.508	-7.02	3
33769	Payoza	payoza	AS	O	33017	43.508	-7.02	3
33769	Fabal (Castropol)	fabal-castropol	AS	O	33017	43.508	-7.02	3
33769	El Ferrol	el-ferrol	AS	O	33017	43.508	-7.02	3
33769	Granda (Castropol)	granda-castropol	AS	O	33017	43.508	-7.02	3
33769	Huerta (Castropol)	huerta-castropol	AS	O	33017	43.508	-7.02	3
33769	Barreira (Castropol)	barreira-castropol	AS	O	33017	43.508	-7.02	3
33769	Areneira	areneira	AS	O	33017	43.508	-7.02	3
33770	Vegadeo	vegadeo	AS	O	33074	43.4683	-7.0539	4
33774	Espasande	espasande	AS	O	33063	43.3917	-7.137	4
33774	Vilar (San Tirso De Abres)	vilar-san-tirso-de-abres	AS	O	33063	43.3833	-7.0833	4
33774	Llano, El (San Tirso De Abres)	llano-el-san-tirso-de-abres	AS	O	33063	43.3833	-7.0833	4
33774	Valiñaseca	valinaseca	AS	O	33063	43.3927	-7.1113	3
33774	Vegas, Las (San Tirso De Abres)	vegas-las-san-tirso-de-abres	AS	O	33063	43.3833	-7.0833	4
33774	Vilelas	vilelas	AS	O	33063	43.3927	-7.1113	3
33774	Lombal	lombal	AS	O	33063	43.3997	-7.1374	4
33774	Sobrelavega	sobrelavega	AS	O	33063	43.3927	-7.1113	3
33774	Antigua (San Tirso De Abres)	antigua-san-tirso-de-abres	AS	O	33063	43.3833	-7.0833	4
33774	Mourela	mourela	AS	O	33063	43.3927	-7.1113	3
33774	Louredal (San Tirso Abres)	louredal-san-tirso-abres	AS	O	33063	43.3833	-7.0833	4
33774	Fojas	fojas	AS	O	33063	43.3927	-7.1113	3
33774	Lourido (San Tirso Abres)	lourido-san-tirso-abres	AS	O	33063	43.3833	-7.0833	4
33774	Matela	matela	AS	O	33063	43.3927	-7.1113	3
33774	Prado (San Tirso De Abres)	prado-san-tirso-de-abres	AS	O	33063	43.3833	-7.0833	4
33774	San Andres (San Tirso De Abres)	san-andres-san-tirso-de-abres	AS	O	33063	43.3833	-7.0833	4
33774	Trasdacorda	trasdacorda	AS	O	33063	43.384	-7.1636	4
33774	Salcido	salcido	AS	O	33063	43.4249	-7.152	4
33774	Goje	goje	AS	O	33063	43.3833	-7.0833	4
33774	Naraido	naraido	AS	O	33063	43.4117	-7.1701	4
33774	Eilale	eilale	AS	O	33063	43.4004	-7.1507	4
33774	Solmayor	solmayor	AS	O	33063	43.4204	-7.1199	4
33775	Nio	nio	AS	O	33071	43.3513	-7.1103	4
33775	Arredondas	arredondas	AS	O	33071	43.3812	-7.1261	4
33775	Couces	couces	AS	O	33071	43.3189	-7.0684	4
33775	Les	les	AS	O	33071	43.3474	-7.1196	4
33775	Teijois	teijois	AS	O	33071	43.3415	-7.0793	4
33775	Teijo	teijo	AS	O	33071	43.3488	-7.0582	4
33775	Bres	bres	AS	O	33071	43.369	-7.0642	4
33775	Abraido	abraido	AS	O	33071	43.3944	-7.0899	4
33775	Navallo	navallo	AS	O	33071	43.3323	-7.0942	4
33775	Pereira	pereira	AS	O	33071	43.3356	-7.107	4
33775	Entorcisa	entorcisa	AS	O	33071	43.384	-7.0587	4
33775	Freije	freije	AS	O	33071	43.3765	-7.0453	4
33775	Turia	turia	AS	O	33071	43.3148	-7.0806	4
33775	Piñeiro	pineiro	AS	O	33071	43.3722	-7.0921	4
33775	Llan	llan	AS	O	33071	43.3641	-7.0993	4
33775	Cancelos	cancelos	AS	O	33071	43.3698	-7.1244	4
33775	Galiñeiros	galineiros	AS	O	33071	43.3812	-7.0632	4
33775	Villarede	villarede	AS	O	33071	43.3986	-7.064	4
33775	Almallos	almallos	AS	O	33071	43.3601	-7.0858	3
33775	Arrojo (Taramundi)	arrojo-taramundi	AS	O	33071	43.3601	-7.0858	3
33775	Arruñada (Taramundi)	arrunada-taramundi	AS	O	33071	43.3601	-7.0858	3
33775	Barredo (Taramundi)	barredo-taramundi	AS	O	33071	43.3601	-7.0858	3
33775	Vega De La Zarza	vega-de-la-zarza	AS	O	33071	43.3601	-7.0858	3
33775	Vega De Llan	vega-de-llan	AS	O	33071	43.3601	-7.0858	3
33775	Veigas De Turia	veigas-de-turia	AS	O	33071	43.3601	-7.0858	3
33775	Vilanova (Taramundi)	vilanova-taramundi	AS	O	33071	43.3601	-7.0858	3
33775	Pereiro (Taramundi)	pereiro-taramundi	AS	O	33071	43.3601	-7.0858	3
33775	Taramundi	taramundi	AS	O	33071	43.3601	-7.0858	3
33775	Mazo De Bres	mazo-de-bres	AS	O	33071	43.3601	-7.0858	3
33775	Valin (Taramundi)	valin-taramundi	AS	O	33071	43.3601	-7.0858	3
33775	Mousende (Taramundi)	mousende-taramundi	AS	O	33071	43.3601	-7.0858	3
33775	Loutima	loutima	AS	O	33071	43.3601	-7.0858	3
33775	Nogueira	nogueira	AS	O	33071	43.3601	-7.0858	3
33775	Lourido (Taramundi)	lourido-taramundi	AS	O	33071	43.3601	-7.0858	3
33775	Ouria (Taramundi)	ouria-taramundi	AS	O	33071	43.3601	-7.0858	3
33775	Santa Marina (Taramundi)	santa-marina-taramundi	AS	O	33071	43.3601	-7.0858	3
33775	Pardiñas	pardinas	AS	O	33071	43.3601	-7.0858	3
33775	Silvallana (Taramundi)	silvallana-taramundi	AS	O	33071	43.3601	-7.0858	3
33775	Fabal (Taramundi)	fabal-taramundi	AS	O	33071	43.3601	-7.0858	3
33775	Folgueirosa (Taramundi)	folgueirosa-taramundi	AS	O	33071	43.3601	-7.0858	3
33775	Esquios	esquios	AS	O	33071	43.3601	-7.0858	3
33775	Garda	garda	AS	O	33071	43.3601	-7.0858	3
33775	Chao De Leiras	chao-de-leiras	AS	O	33071	43.3601	-7.0858	3
33775	Couso (Taramundi)	couso-taramundi	AS	O	33071	43.3601	-7.0858	3
33775	Leiras	leiras	AS	O	33071	43.3601	-7.0858	3
33775	Aguillon (Taramundi)	aguillon-taramundi	AS	O	33071	43.3601	-7.0858	3
33775	Castro, El (Taramundi)	castro-el-taramundi	AS	O	33071	43.3601	-7.0858	3
33775	Calvin (Taramundi)	calvin-taramundi	AS	O	33071	43.3601	-7.0858	3
33775	Cabaza	cabaza	AS	O	33071	43.3601	-7.0858	3
33775	Cabaniñas (Taramundi)	cabaninas-taramundi	AS	O	33071	43.3601	-7.0858	3
33775	Las Tingas	las-tingas	AS	O	33071	43.3601	-7.0858	3
33776	Puente, El (Santa Eulalia De Oscos)	puente-el-santa-eulalia-de-oscos	AS	O	33074	43.332	-7.0096	3
33776	Salgueiras	salgueiras	AS	O	33074	43.3187	-7.0248	4
33776	Perulleira	perulleira	AS	O	33074	43.332	-7.0096	3
33776	Castromouran	castromouran	AS	O	33074	43.4111	-7.0273	4
33776	San Julian (Santa Eulalia De Oscos)	san-julian-santa-eulalia-de-oscos	AS	O	33074	43.332	-7.0096	3
33776	Busdemouros	busdemouros	AS	O	33074	43.3586	-7.0118	4
33776	San Cristobal (Villanueva De Oscos)	san-cristobal-villanueva-de-oscos	AS	O	33074	43.332	-7.0096	3
33776	Paramios	paramios	AS	O	33074	43.3833	-7.0167	4
33776	Regodeseves	regodeseves	AS	O	33074	43.332	-7.0096	3
33776	Ventoso	ventoso	AS	O	33074	43.2535	-7.0459	4
33776	Peizais	peizais	AS	O	33074	43.332	-7.0096	3
33776	Bustapena	bustapena	AS	O	33074	43.334	-6.9851	4
33776	Murias (Santa Eulalia De Oscos)	murias-santa-eulalia-de-oscos	AS	O	33074	43.332	-7.0096	3
33776	Pasaron	pasaron	AS	O	33074	43.3196	-7.011	4
33776	Millarado	millarado	AS	O	33074	43.332	-7.0096	3
33776	Toleiras	toleiras	AS	O	33074	43.3107	-7.0424	4
33776	Mazonovo (Santa Eulalia De Oscos)	mazonovo-santa-eulalia-de-oscos	AS	O	33074	43.332	-7.0096	3
33776	Monticelo	monticelo	AS	O	33074	43.3862	-7.0123	4
33776	Lineras (Santa Eulalia De Oscos)	lineras-santa-eulalia-de-oscos	AS	O	33074	43.332	-7.0096	3
33776	Batriban	batriban	AS	O	33074	43.3155	-7.0459	4
33776	Gestoso (Villanueva De Oscos)	gestoso-villanueva-de-oscos	AS	O	33074	43.332	-7.0096	3
33776	Restrepo	restrepo	AS	O	33074	43.3808	-7.013	4
33776	Folgueiras (Vegadeo)	folgueiras-vegadeo	AS	O	33074	43.332	-7.0096	3
33776	Nonide	nonide	AS	O	33074	43.2162	-6.9938	4
33776	Ferreirela	ferreirela	AS	O	33074	43.332	-7.0096	3
33776	Brañavella	branavella	AS	O	33074	43.3	-6.8833	4
33776	Ferreira (Santa Eulalia De Oscos)	ferreira-santa-eulalia-de-oscos	AS	O	33074	43.332	-7.0096	3
33776	Vega Del Carro	vega-del-carro	AS	O	33074	43.2667	-7	4
33776	La Valia	la-valia	AS	O	33074	43.332	-7.0096	3
33776	Barranca De Paramios	barranca-de-paramios	AS	O	33074	43.3935	-7.004	4
33776	Santa Eulalia De Oscos	santa-eulalia-de-oscos	AS	O	33074	43.2595	-7.0189	4
33776	La Garganta	la-garganta	AS	O	33074	43.332	-7.0096	3
33776	Montouto	montouto	AS	O	33074	43.4364	-7.0277	4
33776	Barreiras (Santa Eulalia De Oscos)	barreiras-santa-eulalia-de-oscos	AS	O	33074	43.332	-7.0096	3
33776	Vega De Villar	vega-de-villar	AS	O	33074	43.332	-7.0096	3
33776	Amieiros	amieiros	AS	O	33074	43.332	-7.0096	3
33776	Busqueimado	busqueimado	AS	O	33074	43.332	-7.0096	3
33776	Villar (Villanueva De Oscos)	villar-villanueva-de-oscos	AS	O	33074	43.332	-7.0096	3
33776	Villamartin (Santa Eulalia De Oscos)	villamartin-santa-eulalia-de-oscos	AS	O	33074	43.332	-7.0096	3
33776	Trapa, La (Santa Eulalia De Oscos)	trapa-la-santa-eulalia-de-oscos	AS	O	33074	43.332	-7.0096	3
33776	Vijande	vijande	AS	O	33074	43.332	-7.0096	3
33776	Teijeira (Santa Eulalia De Oscos)	teijeira-santa-eulalia-de-oscos	AS	O	33074	43.332	-7.0096	3
33776	Talladas	talladas	AS	O	33074	43.332	-7.0096	3
33776	Sualleiro	sualleiro	AS	O	33074	43.332	-7.0096	3
33776	Souto	souto	AS	O	33074	43.332	-7.0096	3
33776	Sarceda (Santa Eulalia De Oscos)	sarceda-santa-eulalia-de-oscos	AS	O	33074	43.332	-7.0096	3
33776	Espina (Vegadeo)	espina-vegadeo	AS	O	33074	43.332	-7.0096	3
33776	Quinta (Santa Eulalia De Oscos)	quinta-santa-eulalia-de-oscos	AS	O	33074	43.332	-7.0096	3
33776	Caraduje	caraduje	AS	O	33074	43.332	-7.0096	3
33776	Barcia (Santa Eulalia De Oscos)	barcia-santa-eulalia-de-oscos	AS	O	33074	43.332	-7.0096	3
33776	Pumares (Santa Eulalia De Oscos)	pumares-santa-eulalia-de-oscos	AS	O	33074	43.332	-7.0096	3
33777	Martul	martul	AS	O	33048	43.25	-6.9833	4
33777	Villamea	villamea	AS	O	33048	43.2809	-6.9523	3
33777	Morlongo	morlongo	AS	O	33048	43.3332	-6.9761	4
33777	Santa Eufemia (Villanueva De Oscos)	santa-eufemia-villanueva-de-oscos	AS	O	33048	43.2809	-6.9523	3
33777	Villarquille	villarquille	AS	O	33048	43.2257	-6.954	4
33777	Villarin De Piorno	villarin-de-piorno	AS	O	33048	43.2809	-6.9523	3
33777	Soutelo	soutelo	AS	O	33048	43.3004	-6.9235	4
33777	Salcedo (Villanueva De Oscos)	salcedo-villanueva-de-oscos	AS	O	33048	43.2809	-6.9523	3
33777	Ovellariza	ovellariza	AS	O	33048	43.3101	-6.9805	4
33777	Villarin De Trasmonte	villarin-de-trasmonte	AS	O	33048	43.2809	-6.9523	3
33777	San Martin De Oscos	san-martin-de-oscos	AS	O	33048	43.2659	-6.9624	4
33777	San Pelayo (San Martin De Oscos)	san-pelayo-san-martin-de-oscos	AS	O	33048	43.2809	-6.9523	3
33777	Ron	ron	AS	O	33048	43.2754	-6.9469	4
33777	San Pedro De Agueira	san-pedro-de-agueira	AS	O	33048	43.2809	-6.9523	3
33777	Revoqueira	revoqueira	AS	O	33048	43.276	-6.9368	4
33777	Ascuita	ascuita	AS	O	33048	43.2809	-6.9523	3
33777	Piorno	piorno	AS	O	33048	43.3094	-6.9463	4
33777	Liceira	liceira	AS	O	33048	43.2809	-6.9523	3
33777	Villarpille	villarpille	AS	O	33048	43.2667	-6.9167	4
33777	Arrojina	arrojina	AS	O	33048	43.2809	-6.9523	3
33777	San Mamed	san-mamed	AS	O	33048	43.2667	-6.9833	4
33777	Folgueirarrubia	folgueirarrubia	AS	O	33048	43.2809	-6.9523	3
33777	Loujedo	loujedo	AS	O	33048	43.2864	-6.9583	4
33777	Bobia, La (Villanueva De Oscos)	bobia-la-villanueva-de-oscos	AS	O	33048	43.2809	-6.9523	3
33777	Villamañe	villamane	AS	O	33048	43.2667	-6.9333	4
33777	Baldedo (San Martin De Oscos)	baldedo-san-martin-de-oscos	AS	O	33048	43.2809	-6.9523	3
33777	Bousoño	bousono	AS	O	33048	43.3039	-6.8996	4
33777	Deilan	deilan	AS	O	33048	43.2809	-6.9523	3
33777	Villanueva De Oscos	villanueva-de-oscos	AS	O	33048	43.3	-6.95	4
33777	Labiaron	labiaron	AS	O	33048	43.2945	-6.9482	4
33777	Travadelo	travadelo	AS	O	33048	43.2809	-6.9523	3
33777	Perdigueiros	perdigueiros	AS	O	33048	43.2405	-6.9545	4
33777	Cotarelo	cotarelo	AS	O	33048	43.2954	-7.0249	4
33777	Trasmonte (San Martin De Oscos)	trasmonte-san-martin-de-oscos	AS	O	33048	43.2809	-6.9523	3
33777	Mon	mon	AS	O	33048	43.2701	-6.9143	4
33777	Ventosa (San Martin De Oscos)	ventosa-san-martin-de-oscos	AS	O	33048	43.2809	-6.9523	3
33777	Sarceda (San Martin De Oscos)	sarceda-san-martin-de-oscos	AS	O	33048	43.2809	-6.9523	3
33777	Teijeira (San Martin De Oscos)	teijeira-san-martin-de-oscos	AS	O	33048	43.2809	-6.9523	3
33777	Vilarello (Villanueva De Oscos)	vilarello-villanueva-de-oscos	AS	O	33048	43.2809	-6.9523	3
33777	El Cortin	el-cortin	AS	O	33048	43.2809	-6.9523	3
33777	Cimadevilla (Villanueva De Oscos)	cimadevilla-villanueva-de-oscos	AS	O	33048	43.2809	-6.9523	3
33777	Rio, El (Villanueva De Oscos)	rio-el-villanueva-de-oscos	AS	O	33048	43.2809	-6.9523	3
33777	Pacios (Villanueva De Oscos)	pacios-villanueva-de-oscos	AS	O	33048	43.2809	-6.9523	3
33777	Penacoba	penacoba	AS	O	33048	43.2809	-6.9523	3
33778	Balmonte	balmonte	AS	O	33074	43.4439	-6.9418	4
33778	Mazo, El (Castropol)	mazo-el-castropol	AS	O	33074	43.4567	-6.9682	3
33778	Porqueira	porqueira	AS	O	33074	43.4444	-6.9733	4
33778	Jonte (Castropol)	jonte-castropol	AS	O	33074	43.4567	-6.9682	3
33778	Vilavedelle	vilavedelle	AS	O	33074	43.491	-7.0364	4
33778	Cruz De Vilar	cruz-de-vilar	AS	O	33074	43.4567	-6.9682	3
33778	Barreiras (Balmonte-Castropol)	barreiras-balmonte-castropol	AS	O	33074	43.4439	-6.9418	4
33778	Lagar (Castropol)	lagar-castropol	AS	O	33074	43.4567	-6.9682	3
33778	Tomentosa	tomentosa	AS	O	33074	43.4822	-6.9668	4
33778	Grandela (Castropol)	grandela-castropol	AS	O	33074	43.4567	-6.9682	3
33778	Grilo	grilo	AS	O	33074	43.486	-6.9606	4
33778	Lavandal	lavandal	AS	O	33074	43.4567	-6.9682	3
33778	Lanteiro	lanteiro	AS	O	33074	43.4506	-6.981	4
33778	Canedo (Castropol)	canedo-castropol	AS	O	33074	43.4567	-6.9682	3
33778	Villameitide	villameitide	AS	O	33074	43.4496	-7.0351	4
33778	Cabanada	cabanada	AS	O	33074	43.4567	-6.9682	3
33778	Seares	seares	AS	O	33074	43.4818	-7.0232	4
33778	Caborcos	caborcos	AS	O	33074	43.4567	-6.9682	3
33778	Tabes	tabes	AS	O	33074	43.4601	-6.972	4
33778	Castro (Castropol-Vegadeo)	castro-castropol-vegadeo	AS	O	33074	43.4567	-6.9682	3
33778	Culmieiros	culmieiros	AS	O	33074	43.4837	-6.9845	4
33778	Arco (Castropol)	arco-castropol	AS	O	33074	43.4567	-6.9682	3
33778	Leirio	leirio	AS	O	33074	43.3967	-6.9637	4
33778	Azoreiras	azoreiras	AS	O	33074	43.4567	-6.9682	3
33778	Samagan	samagan	AS	O	33074	43.453	-7.0014	4
33778	Aguillon (Castropol)	aguillon-castropol	AS	O	33074	43.4567	-6.9682	3
33778	Arguiol	arguiol	AS	O	33074	43.4665	-7.0058	4
33778	Besedo	besedo	AS	O	33074	43.4567	-6.9682	3
33778	Presno	presno	AS	O	33074	43.4624	-6.9964	4
33778	Cabana (Castropol)	cabana-castropol	AS	O	33074	43.4567	-6.9682	3
33778	Monteavaro	monteavaro	AS	O	33074	43.4352	-6.9238	4
33778	Cerolleiro	cerolleiro	AS	O	33074	43.4567	-6.9682	3
33778	Vior	vior	AS	O	33074	43.4552	-6.9317	4
33778	Agelan	agelan	AS	O	33074	43.4567	-6.9682	3
33778	Candaosa	candaosa	AS	O	33074	43.4764	-6.9158	4
33778	Villarin (Castropol)	villarin-castropol	AS	O	33074	43.4567	-6.9682	3
33778	Santalla	santalla	AS	O	33074	43.463	-6.991	4
33778	Villar (Castropol)	villar-castropol	AS	O	33074	43.4567	-6.9682	3
33778	Armeirin	armeirin	AS	O	33074	43.4567	-6.9682	3
33778	Vilar	vilar	AS	O	33074	43.4567	-6.9682	3
33778	Murolas	murolas	AS	O	33074	43.4619	-6.9015	4
33778	Vega Del Torno	vega-del-torno	AS	O	33074	43.4567	-6.9682	3
33778	Candal	candal	AS	O	33074	43.4567	-6.9682	3
33778	Vega De Los Molinos	vega-de-los-molinos	AS	O	33074	43.4567	-6.9682	3
33778	Obanza	obanza	AS	O	33074	43.4403	-6.9319	4
33778	Valin (Castropol)	valin-castropol	AS	O	33074	43.4567	-6.9682	3
33778	Castañeirua	castaneirua	AS	O	33074	43.4939	-6.9711	4
33778	Trio	trio	AS	O	33074	43.4567	-6.9682	3
33778	Pianton	pianton	AS	O	33074	43.4604	-7.028	4
33778	Rondeira	rondeira	AS	O	33074	43.4567	-6.9682	3
33778	Añides	anides	AS	O	33074	43.4308	-6.9666	4
33778	Santa Colomba	santa-colomba	AS	O	33074	43.458	-6.9189	4
33778	Rio De Seares	rio-de-seares	AS	O	33074	43.4567	-6.9682	3
33778	Brañatuille	branatuille	AS	O	33074	43.4193	-6.936	4
33778	Requejo (Castropol)	requejo-castropol	AS	O	33074	43.4567	-6.9682	3
33778	Grandallana	grandallana	AS	O	33074	43.4838	-7.0061	4
33778	Pusallana	pusallana	AS	O	33074	43.4567	-6.9682	3
33778	Niseiros	niseiros	AS	O	33074	43.4399	-6.917	4
33778	Presa (Castropol)	presa-castropol	AS	O	33074	43.4567	-6.9682	3
33778	Penzol	penzol	AS	O	33074	43.4291	-6.9543	4
33778	Porzun	porzun	AS	O	33074	43.4567	-6.9682	3
33778	Pereiral	pereiral	AS	O	33074	43.4567	-6.9682	3
33778	Coba, La (Vegadeo)	coba-la-vegadeo	AS	O	33074	43.4567	-6.9682	3
33779	Posadoiro (Santa Eulalia De Oscos)	posadoiro-santa-eulalia-de-oscos	AS	O	33074	43.2595	-7.0189	4
33779	Seladaloura	seladaloura	AS	O	33074	43.4108	-7.0513	3
33779	Refojos	refojos	AS	O	33074	43.4275	-7.098	4
33779	Quintela	quintela	AS	O	33074	43.4108	-7.0513	3
33779	Miou	miou	AS	O	33074	43.45	-7.1667	4
33779	Fuente Louteiro	fuente-louteiro	AS	O	33074	43.4108	-7.0513	3
33779	La Graña	la-grana	AS	O	33074	43.4108	-7.0513	3
33779	Couso (Castropol)	couso-castropol	AS	O	33074	43.4108	-7.0513	3
33779	Guiar	guiar	AS	O	33074	43.4111	-7.0922	4
33779	Chao De Porzun	chao-de-porzun	AS	O	33074	43.4108	-7.0513	3
33779	Abres	abres	AS	O	33074	43.4453	-7.1079	4
33779	La Pumarega	la-pumarega	AS	O	33074	43.4108	-7.0513	3
33779	Nafarea	nafarea	AS	O	33074	43.4057	-6.9961	4
33779	Grandela (San Tirso De Abres)	grandela-san-tirso-de-abres	AS	O	33074	43.4108	-7.0513	3
33779	Meredo	meredo	AS	O	33074	43.4292	-7.0041	4
33779	Lamisqueira	lamisqueira	AS	O	33074	43.4249	-7.0626	4
33779	Louterio	louterio	AS	O	33074	43.4108	-7.0513	3
33779	Vinjoy	vinjoy	AS	O	33074	43.4255	-6.9865	4
33779	Murias (Castropol)	murias-castropol	AS	O	33074	43.4108	-7.0513	3
33779	Estelo	estelo	AS	O	33074	43.439	-7.0416	4
33779	Soladaloura	soladaloura	AS	O	33074	43.4108	-7.0513	3
33779	Molejon	molejon	AS	O	33074	43.4015	-6.9898	4
33780	Balsera	balsera	AS	O	33034	43.507	-6.4302	4
33780	Trevias	trevias	AS	O	33034	43.5031	-6.4373	4
33780	Bahiñas	bahinas	AS	O	33034	43.5167	-6.4167	4
33780	Gamones	gamones	AS	O	33034	43.5051	-6.4218	4
33780	Enverniego (Trevias)	enverniego-trevias	AS	O	33034	43.5031	-6.4373	4
33780	Tablizo	tablizo	AS	O	33034	43.5501	-6.3472	4
33780	Brañaverniza	branaverniza	AS	O	33034	43.5114	-6.4572	4
33780	Villanueva (Trevias)	villanueva-trevias	AS	O	33034	43.5031	-6.4373	4
33780	Busmarzo	busmarzo	AS	O	33034	43.5332	-6.3591	4
33780	Gallinero De Arcallana	gallinero-de-arcallana	AS	O	33034	43.5403	-6.3413	4
33780	Villar De Bahiñas	villar-de-bahinas	AS	O	33034	43.5173	-6.4085	3
33780	Malata	malata	AS	O	33034	43.5173	-6.4085	3
33780	Anguilero	anguilero	AS	O	33034	43.5173	-6.4085	3
33780	Ribon	ribon	AS	O	33034	43.5173	-6.4085	3
33782	Colinas	colinas	AS	O	33059	43.4448	-6.3899	4
33782	Villar De Ayones	villar-de-ayones	AS	O	33059	43.44	-6.3772	4
33782	Corros, Los (Luarca)	corros-los-luarca	AS	O	33059	43.4437	-6.3786	3
33782	Turuelles	turuelles	AS	O	33059	43.4559	-6.3679	4
33782	Alienes	alienes	AS	O	33059	43.4447	-6.3747	4
33782	Ayones (Luarca)	ayones-luarca	AS	O	33059	43.4437	-6.3786	3
33782	Pereda	pereda	AS	O	33059	43.4333	-6.3833	4
33782	Biescas (Luarca)	biescas-luarca	AS	O	33059	43.4437	-6.3786	3
33782	Castañedo (Luarca)	castanedo-luarca	AS	O	33059	43.4437	-6.3786	3
33782	Castro (Castañedo-Luarca)	castro-castanedo-luarca	AS	O	33059	43.4437	-6.3786	3
33782	Faeo (Luarca)	faeo-luarca	AS	O	33059	43.4437	-6.3786	3
33783	Lago	lago	AS	O	33034	43.5045	-6.4665	4
33783	Pena (Luarca)	pena-luarca	AS	O	33034	43.4746	-6.4794	3
33783	Adrado	adrado	AS	O	33034	43.4446	-6.4691	4
33783	Pescaredo	pescaredo	AS	O	33034	43.4746	-6.4794	3
33783	Valle	valle	AS	O	33034	43.395	-6.7232	4
33783	Villagermonde	villagermonde	AS	O	33034	43.4746	-6.4794	3
33783	Cortina	cortina	AS	O	33034	43.5077	-6.4106	4
33783	Ore	ore	AS	O	33034	43.4713	-6.4201	4
33783	San Pelayo De Tahona	san-pelayo-de-tahona	AS	O	33034	43.4746	-6.4794	3
33783	Silvamayor	silvamayor	AS	O	33034	43.5249	-6.3867	4
33783	Pontigon, El (Luarca)	pontigon-el-luarca	AS	O	33034	43.4746	-6.4794	3
33783	Llaneces (Luarca)	llaneces-luarca	AS	O	33034	43.4746	-6.4794	3
33783	Llendecastiello	llendecastiello	AS	O	33034	43.4746	-6.4794	3
33784	Villar De Carcedo	villar-de-carcedo	AS	O	33034	43.4924	-6.4127	4
33784	Espiniella (Brieves)	espiniella-brieves	AS	O	33034	43.4835	-6.4347	4
33784	Arquillina	arquillina	AS	O	33034	43.5105	-6.2889	4
33784	Muñas De Abajo	munas-de-abajo	AS	O	33034	43.4792	-6.4134	4
33784	La Cadorna	la-cadorna	AS	O	33034	43.488	-6.4077	3
33784	Brieves	brieves	AS	O	33034	43.4835	-6.4347	4
33784	Argumosin	argumosin	AS	O	33034	43.488	-6.4077	3
33784	Faedal (Brieves)	faedal-brieves	AS	O	33034	43.4835	-6.4347	4
33784	Ferrera De Los Gavitos	ferrera-de-los-gavitos	AS	O	33034	43.488	-6.4077	3
33784	Carcedo (Brieves)	carcedo-brieves	AS	O	33034	43.4835	-6.4347	4
33784	Muñas De Arriba	munas-de-arriba	AS	O	33034	43.488	-6.4077	3
33784	Capiello, El (Luarca)	capiello-el-luarca	AS	O	33034	43.488	-6.4077	3
33785	Las Cruces	las-cruces	AS	O	33034	43.5278	-6.3067	4
33785	Foyedo	foyedo	AS	O	33034	43.5337	-6.2847	4
33785	Meras	meras	AS	O	33034	43.4744	-6.4808	4
33785	Los Pontones	los-pontones	AS	O	33034	43.4906	-6.4466	4
33785	La Mortera	la-mortera	AS	O	33034	43.3223	-6.5824	4
33785	Ovienes	ovienes	AS	O	33034	43.4429	-6.5094	4
33785	Aguera	aguera	AS	O	33034	43.45	-6.5	4
33785	Lendepeña	lendepena	AS	O	33034	43.5034	-6.299	4
33785	El Pueblo	el-pueblo	AS	O	33034	43.5167	-6.3167	4
33785	Mones	mones	AS	O	33034	43.5067	-6.339	4
33785	San Feliz	san-feliz	AS	O	33034	43.5427	-5.4624	4
33785	Las Murias	las-murias	AS	O	33034	43.4959	-6.3098	4
33785	Brañarronda	branarronda	AS	O	33034	43.5043	-6.3241	4
33785	Arcallana	arcallana	AS	O	33034	43.5208	-6.3078	4
33785	La Longa	la-longa	AS	O	33034	43.2718	-5.7411	4
33785	Ocinera	ocinera	AS	O	33034	43.4754	-6.3228	3
33785	Mafalla	mafalla	AS	O	33034	43.5322	-6.2978	4
33785	Quintana (Luarca)	quintana-luarca	AS	O	33034	43.4754	-6.3228	3
33785	Bustiello De Paredes	bustiello-de-paredes	AS	O	33034	43.45	-6.5	4
33785	La Candanosa	la-candanosa	AS	O	33034	43.4754	-6.3228	3
33785	Longrey	longrey	AS	O	33034	43.4519	-6.5013	4
33785	Villarin	villarin	AS	O	33034	43.5219	-6.3135	4
33785	Gamatosa	gamatosa	AS	O	33034	43.4754	-6.3228	3
33785	Paredes	paredes	AS	O	33034	43.4612	-6.4774	4
33785	Los Rozos	los-rozos	AS	O	33034	43.4754	-6.3228	3
33785	San Pedro De Paredes	san-pedro-de-paredes	AS	O	33034	43.4612	-6.4774	4
33785	Las Longas	las-longas	AS	O	33034	43.4754	-6.3228	3
33786	Cueva (Luarca)	cueva-luarca	AS	O		43.4907	-6.3861	1
33787	Caroyas	caroyas	AS	O	33034	43.5477	-6.4778	4
33787	Aldin	aldin	AS	O	33034	43.5167	-6.5167	4
33787	Ranon	ranon	AS	O	33034	43.5333	-6.4167	4
33787	Argumoso	argumoso	AS	O	33034	43.5155	-6.4672	4
33787	Fontoria	fontoria	AS	O	33034	43.5249	-6.5293	4
33787	Casiellas	casiellas	AS	O	33034	43.5365	-6.44	4
33787	Barcia (Luarca)	barcia-luarca	AS	O	33034	43.5082	-6.4141	3
33787	El Cabanin	el-cabanin	AS	O	33034	43.2537	-5.7309	4
33787	Carlangas	carlangas	AS	O	33034	43.5092	-6.4941	4
33787	Fijuecas	fijuecas	AS	O	33034	43.53	-6.4459	4
33787	Mouruso	mouruso	AS	O	33034	43.5437	-6.4609	4
33787	Sapinas	sapinas	AS	O	33034	43.5018	-6.5075	4
33787	Chano De Canero	chano-de-canero	AS	O	33034	43.5431	-6.4462	4
33787	Canero	canero	AS	O	33034	43.55	-6.45	4
33788	Cadavedo	cadavedo	AS	O	33034	43.5519	-6.3848	4
33788	Villademoros	villademoros	AS	O	33034	43.5486	-6.3989	4
33789	Queruas	queruas	AS	O	33034	43.5496	-6.4418	4
33789	Busto (Luarca)	busto-luarca	AS	O	33034	43.5496	-6.4418	3
33789	San Cristobal (Luarca)	san-cristobal-luarca	AS	O	33034	43.5496	-6.4418	3
33790	Vigo	vigo	AS	O	33041	43.5639	-6.6282	4
33790	Puerto De Vega	puerto-de-vega	AS	O	33041	43.5648	-6.643	4
33790	Vega De Cima	vega-de-cima	AS	O	33041	43.5609	-6.6452	3
33790	Soirana	soirana	AS	O	33041	43.55	-6.6667	4
33790	Santa Marina (Puerto Vega)	santa-marina-puerto-vega	AS	O	33041	43.5648	-6.643	4
33791	Godon	godon	AS	O	33034	43.5046	-6.5707	4
33791	Otero	otero	AS	O	33034	43.2256	-6.5568	4
33791	Setienes	setienes	AS	O	33034	43.5167	-6.5167	4
33791	Santiago	santiago	AS	O	33034	43.5316	-6.5572	4
33791	San Justo (Villuir - Luarca)	san-justo-villuir-luarca	AS	O	33034	43.4463	-6.4853	3
33791	La Ronda	la-ronda	AS	O	33034	43.4864	-6.766	4
33791	Moanes	moanes	AS	O	33034	43.5333	-6.5833	4
33791	Vistalegre (Villuir-Luarca)	vistalegre-villuir-luarca	AS	O	33034	43.4463	-6.4853	3
33791	San Martin	san-martin	AS	O	33034	43.5	-6.4167	4
33791	Albarde	albarde	AS	O	33034	43.4463	-6.4853	3
33791	El Vallin	el-vallin	AS	O	33034	43.2723	-5.915	4
33791	Grandavil	grandavil	AS	O	33034	43.4463	-6.4853	3
33791	Taborcias	taborcias	AS	O	33034	43.4463	-6.4853	3
33791	Corripia	corripia	AS	O	33034	43.4463	-6.4853	3
33791	Constancios	constancios	AS	O	33034	43.4463	-6.4853	3
33791	Valtravieso	valtravieso	AS	O	33034	43.4463	-6.4853	3
33791	Caxos	caxos	AS	O	33034	43.4463	-6.4853	3
33791	C'Alcabo	c-alcabo	AS	O	33034	43.4463	-6.4853	3
33791	Ribadecima	ribadecima	AS	O	33034	43.4463	-6.4853	3
33791	Ribadebajo	ribadebajo	AS	O	33034	43.4463	-6.4853	3
33791	Pontigas	pontigas	AS	O	33034	43.4463	-6.4853	3
33791	Herreria De Abajo	herreria-de-abajo	AS	O	33034	43.4463	-6.4853	3
33792	Sabugo (Otur)	sabugo-otur	AS	O	33034	43.5333	-6.5833	4
33792	Las Hervedosas	las-hervedosas	AS	O	33034	43.5215	-6.5813	3
33792	Vidural (Navia)	vidural-navia	AS	O	33034	43.5215	-6.5813	3
33792	Canedo (Otur)	canedo-otur	AS	O	33034	43.5333	-6.5833	4
33792	Boronas	boronas	AS	O	33034	43.5279	-6.6211	4
33792	Busantianes	busantianes	AS	O	33034	43.5215	-6.5813	3
33792	Arnizo (Otur)	arnizo-otur	AS	O	33034	43.5333	-6.5833	4
33792	Caborno	caborno	AS	O	33034	43.4559	-6.5313	4
33792	Artosa (Otur)	artosa-otur	AS	O	33034	43.5333	-6.5833	4
33792	Otur	otur	AS	O	33034	43.5333	-6.5833	4
33793	Bao Y Barayo	bao-y-barayo	AS	O	33041	43.5518	-6.6515	3
33793	Tox	tox	AS	O	33041	43.5562	-6.6347	4
33793	Villapedre	villapedre	AS	O	33041	43.5474	-6.6683	4
33794	Salcedo (Barres)	salcedo-barres	AS	O	33017	43.537	-7.0031	4
33794	Riocabo	riocabo	AS	O	33017	43.4679	-6.8309	4
33794	Grandela (Tapia)	grandela-tapia	AS	O	33017	43.5702	-6.9438	4
33794	Fuente (Barres)	fuente-barres	AS	O	33017	43.537	-7.0031	4
33794	Bourio	bourio	AS	O	33017	43.5116	-6.9567	4
33794	Granda (Figueras)	granda-figueras	AS	O	33017	43.5394	-7.0256	4
33794	Tombin, El (Barres-Castropol)	tombin-el-barres-castropol	AS	O	33017	43.537	-7.0031	4
33794	Barres	barres	AS	O	33017	43.537	-7.0031	4
33794	Viña (Barres)	vina-barres	AS	O	33017	43.537	-7.0031	4
33794	Magosteiras	magosteiras	AS	O	33017	43.5392	-6.9738	3
33794	Outeiro (Barres)	outeiro-barres	AS	O	33017	43.537	-7.0031	4
33794	Buenavista (Tapia)	buenavista-tapia	AS	O	33017	43.5702	-6.9438	4
33794	Carretera (Barres)	carretera-barres	AS	O	33017	43.537	-7.0031	4
33794	Linera, La (Castropol)	linera-la-castropol	AS	O	33017	43.5392	-6.9738	3
33794	Villarviejo (Barres)	villarviejo-barres	AS	O	33017	43.537	-7.0031	4
33794	Tombin, El (Tol-Castropol)	tombin-el-tol-castropol	AS	O	33017	43.5325	-6.9566	4
33794	Campon (Barres)	campon-barres	AS	O	33017	43.537	-7.0031	4
33794	Lamelas	lamelas	AS	O	33017	43.5392	-6.9738	3
33794	Brañuela, La (Tapia)	branuela-la-tapia	AS	O	33017	43.5702	-6.9438	4
33794	Figueras (Castropol)	figueras-castropol	AS	O	33017	43.5392	-6.9738	3
33794	Tol	tol	AS	O	33017	43.5325	-6.9566	4
33794	Cabaleiros (Castropol)	cabaleiros-castropol	AS	O	33017	43.5392	-6.9738	3
33794	Penadecabras (Tapia)	penadecabras-tapia	AS	O	33017	43.5702	-6.9438	4
33794	Casa De La Granda	casa-de-la-granda	AS	O	33017	43.5392	-6.9738	3
33794	Villadun	villadun	AS	O	33017	43.5484	-7.0062	4
33794	Brul	brul	AS	O	33017	43.5381	-6.9402	4
33794	Donlebun	donlebun	AS	O	33017	43.5392	-6.9738	3
33794	San Roman (Castropol)	san-roman-castropol	AS	O	33017	43.5392	-6.9738	3
33794	Rubieira	rubieira	AS	O	33017	43.5392	-6.9738	3
33794	Rozadela	rozadela	AS	O	33017	43.5392	-6.9738	3
33794	Villasibil	villasibil	AS	O	33017	43.5392	-6.9738	3
33794	Reboledo	reboledo	AS	O	33017	43.5392	-6.9738	3
33794	Texo De Lois	texo-de-lois	AS	O	33017	43.5392	-6.9738	3
33794	Acebreiral	acebreiral	AS	O	33017	43.5392	-6.9738	3
33794	Barrionuevo	barrionuevo	AS	O	33017	43.5392	-6.9738	3
33794	Boudois	boudois	AS	O	33017	43.5392	-6.9738	3
33794	Brañela (Grandas Salime)	branela-grandas-salime	AS	O	33017	43.5392	-6.9738	3
33794	Acevedin	acevedin	AS	O	33017	43.5392	-6.9738	3
33794	Pedras	pedras	AS	O	33017	43.5392	-6.9738	3
33794	Penarronda	penarronda	AS	O	33017	43.5392	-6.9738	3
33794	Oubias	oubias	AS	O	33017	43.5392	-6.9738	3
33794	Navalin (Castropol)	navalin-castropol	AS	O	33017	43.5392	-6.9738	3
33794	Lois	lois	AS	O	33017	43.5392	-6.9738	3
33795	Nadou	nadou	AS	O	33018	43.4859	-6.7895	4
33795	Coaña	coana	AS	O	33018	43.5139	-6.7553	4
33795	Villar (Trelles-Coaña)	villar-trelles-coana	AS	O	33018	43.4827	-6.7355	4
33795	Bustabernego	bustabernego	AS	O	33018	43.4698	-6.759	4
33795	Llosoiro	llosoiro	AS	O	33018	43.4942	-6.7741	4
33795	Carbon	carbon	AS	O	33018	43.4893	-6.7627	3
33795	Villar (Coaña)	villar-coana	AS	O	33018	43.4893	-6.7627	3
33795	Valentin (Coaña)	valentin-coana	AS	O	33018	43.4893	-6.7627	3
33795	Sarriou	sarriou	AS	O	33018	43.4893	-6.7627	3
33795	San Esteban (Coaña)	san-esteban-coana	AS	O	33018	43.4893	-6.7627	3
33795	Mestas, Las (Coaña)	mestas-las-coana	AS	O	33018	43.4893	-6.7627	3
33795	Cruces, Las (Coaña)	cruces-las-coana	AS	O	33018	43.4893	-6.7627	3
33795	Cerejedo	cerejedo	AS	O	33018	43.4893	-6.7627	3
33795	Astas	astas	AS	O	33018	43.4893	-6.7627	3
33796	Villacondide	villacondide	AS	O	33018	43.5008	-6.747	4
33796	Porto	porto	AS	O	33018	43.5112	-6.7339	4
33796	Busnovo	busnovo	AS	O	33018	43.506	-6.7405	3
33796	Villarda	villarda	AS	O	33018	43.506	-6.7405	3
33796	Estelleiro	estelleiro	AS	O	33018	43.506	-6.7405	3
33796	Tarrebarre	tarrebarre	AS	O	33018	43.506	-6.7405	3
33796	Ronda, La (Coaña)	ronda-la-coana	AS	O	33018	43.506	-6.7405	3
33798	Miñagon	minagon	AS	O	33007	43.4363	-6.7584	4
33799	Rodela	rodela	AS	O	33007	43.432	-6.8151	3
33799	Viñas, Las (Boal)	vinas-las-boal	AS	O	33007	43.432	-6.8151	4
33799	Los Mazos	los-mazos	AS	O	33007	43.432	-6.8151	3
33799	Riomayor (Boal)	riomayor-boal	AS	O	33007	43.432	-6.8151	4
33800	Pinar	pinar	AS	O	33011	43.1833	-6.55	3
33800	Cangas De Narcea	cangas-de-narcea	AS	O	33011	43.1833	-6.55	4
33810	Buso	buso	AS	O	33028	42.9184	-6.7693	4
33810	Linares (Ibias)	linares-ibias	AS	O	33028	43.019	-6.8371	3
33810	Seroiro	seroiro	AS	O	33028	43.0601	-6.8219	4
33810	Lagueiro	lagueiro	AS	O	33028	43.0167	-6.8667	4
33810	Santiso	santiso	AS	O	33028	43.0197	-6.9125	4
33810	Luiña (Ibias)	luina-ibias	AS	O	33028	43.019	-6.8371	3
33810	Alguerdo	alguerdo	AS	O	33028	42.9877	-6.7761	4
33810	Boiro	boiro	AS	O	33028	42.9988	-6.8509	4
33810	Folgoso	folgoso	AS	O	33028	43.049	-6.8762	4
33810	Rellan (Ibias)	rellan-ibias	AS	O	33028	43.019	-6.8371	3
33810	Uria (Seroiro)	uria-seroiro	AS	O	33028	43.0601	-6.8219	4
33810	Andeo	andeo	AS	O	33028	43.0482	-6.8341	4
33810	Fondodevilla	fondodevilla	AS	O	33028	42.9357	-6.7534	4
33810	Ferreira (Ibias)	ferreira-ibias	AS	O	33028	43.019	-6.8371	3
33810	Folgueiras De Boiro	folgueiras-de-boiro	AS	O	33028	42.9888	-6.8543	4
33810	Arandojo	arandojo	AS	O	33028	42.9662	-6.8375	4
33810	Caldevilla De Ibias	caldevilla-de-ibias	AS	O	33028	43.05	-6.8833	4
33810	La Lagua	la-lagua	AS	O	33028	43.019	-6.8371	3
33810	Sena	sena	AS	O	33028	43.0515	-6.9517	4
33810	Morentan	morentan	AS	O	33028	43.0939	-6.8323	4
33810	Villarcebollin	villarcebollin	AS	O	33028	43.0234	-6.8464	4
33810	Valvaler	valvaler	AS	O	33028	43.0898	-6.8136	4
33810	Viñal	vinal	AS	O	33028	43.019	-6.8371	3
33810	Omente	omente	AS	O	33028	42.9778	-6.7463	4
33810	Torga	torga	AS	O	33028	42.9581	-6.7754	4
33810	Busto (San Antolin De Ibias)	busto-san-antolin-de-ibias	AS	O	33028	43.0385	-6.8738	4
33810	Villaselande	villaselande	AS	O	33028	43.019	-6.8371	3
33810	Pradias	pradias	AS	O	33028	43.0504	-6.8146	4
33810	Fresno (Ibias)	fresno-ibias	AS	O	33028	43.019	-6.8371	3
33810	Carbueiro	carbueiro	AS	O	33028	43.0167	-6.85	4
33810	San Esteban (Ibias)	san-esteban-ibias	AS	O	33028	43.019	-6.8371	3
33810	Peneda	peneda	AS	O	33028	43.05	-6.9167	4
33810	Santa Comba (Ibias)	santa-comba-ibias	AS	O	33028	43.019	-6.8371	3
33810	Castaosa	castaosa	AS	O	33028	43.0362	-6.9133	4
33810	Sierra, La (Ibias)	sierra-la-ibias	AS	O	33028	43.019	-6.8371	3
33810	Busante	busante	AS	O	33028	42.9747	-6.8038	4
33810	Valdeferreiros	valdeferreiros	AS	O	33028	43.019	-6.8371	3
33810	San Antolin De Ibias	san-antolin-de-ibias	AS	O	33028	43.0385	-6.8738	4
33810	Cuantas	cuantas	AS	O	33028	43.019	-6.8371	3
33810	Dou	dou	AS	O	33028	43.0621	-6.8458	4
33810	Barca (Ibias)	barca-ibias	AS	O	33028	43.019	-6.8371	3
33810	Villardecendias	villardecendias	AS	O	33028	42.9698	-6.722	4
33810	Bustelin	bustelin	AS	O	33028	43.019	-6.8371	3
33810	Bustelo (Ibias)	bustelo-ibias	AS	O	33028	43.019	-6.8371	3
33810	Cadagayoso	cadagayoso	AS	O	33028	43.019	-6.8371	3
33810	Villamayor (Ibias)	villamayor-ibias	AS	O	33028	43.019	-6.8371	3
33810	Vilarello (Ibias)	vilarello-ibias	AS	O	33028	43.019	-6.8371	3
33810	San Clemente (Ibias)	san-clemente-ibias	AS	O	33028	43.019	-6.8371	3
33810	Salvador	salvador	AS	O	33028	43.019	-6.8371	3
33810	Folgueiras De Cotos	folgueiras-de-cotos	AS	O	33028	43.019	-6.8371	3
33810	Pousadoiro (Ibias)	pousadoiro-ibias	AS	O	33028	43.019	-6.8371	3
33810	Piñeira (Ibias)	pineira-ibias	AS	O	33028	43.019	-6.8371	3
33810	Penedela	penedela	AS	O	33028	43.019	-6.8371	3
33810	Pelliceira	pelliceira	AS	O	33028	43.019	-6.8371	3
33810	Parada (Ibias)	parada-ibias	AS	O	33028	43.019	-6.8371	3
33810	Muria, La (Ibias)	muria-la-ibias	AS	O	33028	43.019	-6.8371	3
33810	Folgueiras De Avioga	folgueiras-de-avioga	AS	O	33028	43.019	-6.8371	3
33810	Montillo	montillo	AS	O	33028	43.019	-6.8371	3
33811	Vidal	vidal	AS	O	33011	43.0291	-6.5701	4
33811	Jalon	jalon	AS	O	33011	43.0196	-6.5938	4
33811	Mergulleira	mergulleira	AS	O	33011	43.0461	-6.702	3
33811	Gillon	gillon	AS	O	33011	43.0253	-6.5508	4
33811	Monasterio De Hermo	monasterio-de-hermo	AS	O	33011	43.0461	-6.702	3
33811	Centenales	centenales	AS	O	33011	43.0217	-6.8023	4
33811	Marcellana	marcellana	AS	O	33011	43.0461	-6.702	3
33811	Posada De Rengos	posada-de-rengos	AS	O	33011	43.0533	-6.6125	4
33811	Eiros, Los (Cangas De Narcea)	eiros-los-cangas-de-narcea	AS	O	33011	43.0461	-6.702	3
33811	Cecos	cecos	AS	O	33011	43.0206	-6.8588	4
33811	Noceda De Rengos	noceda-de-rengos	AS	O	33011	43.0461	-6.702	3
33811	Riodeporcos	riodeporcos	AS	O	33011	43.0833	-6.9333	4
33811	Villar De Posada	villar-de-posada	AS	O	33011	43.0461	-6.702	3
33811	Oballo	oballo	AS	O	33011	43.0579	-6.6454	4
33811	Ventanueva (Cangas De Narcea)	ventanueva-cangas-de-narcea	AS	O	33011	43.0461	-6.702	3
33811	San Martin De Eiros	san-martin-de-eiros	AS	O	33011	43.0304	-6.6113	4
33811	Piedrafita (Cangas De Narcea)	piedrafita-cangas-de-narcea	AS	O	33011	43.0461	-6.702	3
33811	Moal	moal	AS	O	33011	43.0471	-6.6406	4
33811	Riotorno (Cangas De Narcea)	riotorno-cangas-de-narcea	AS	O	33011	43.0461	-6.702	3
33811	Gedrez	gedrez	AS	O	33011	43.0137	-6.6083	4
33811	La Cuitada	la-cuitada	AS	O	33011	43.0461	-6.702	3
33811	Vega Del Tallo	vega-del-tallo	AS	O	33011	43.0763	-6.6582	4
33811	Caldevilla De Rengos	caldevilla-de-rengos	AS	O	33011	43.0561	-6.6062	4
33811	La Muriella	la-muriella	AS	O	33011	43.0461	-6.702	3
33811	Marentes	marentes	AS	O	33011	43.0811	-6.8998	4
33811	Valdebueyes	valdebueyes	AS	O	33011	43.0498	-6.7577	4
33811	Villajane	villajane	AS	O	33011	43.0721	-6.8829	4
33812	Villaoril (Ibias)	villaoril-ibias	AS	O	33022	42.9416	-6.6627	3
33812	Villares De Arriba	villares-de-arriba	AS	O	33022	42.9264	-6.7762	4
33812	Tormaleo	tormaleo	AS	O	33022	42.941	-6.7434	4
33812	Villarmeirin	villarmeirin	AS	O	33022	42.9519	-6.7092	4
33812	Villarin (Ibias)	villarin-ibias	AS	O	33022	42.9416	-6.6627	3
33812	Taladrid	taladrid	AS	O	33022	42.9594	-6.7282	4
33812	Sisterna	sisterna	AS	O	33022	42.9567	-6.6652	4
33812	Tablado (Degaña)	tablado-degana	AS	O	33022	42.9397	-6.5694	4
33812	Villares De Abajo	villares-de-abajo	AS	O	33022	42.9259	-6.7753	4
33812	Llanelo	llanelo	AS	O	33022	42.9396	-6.7087	4
33812	Bao (Ibias)	bao-ibias	AS	O	33022	42.9416	-6.6627	3
33812	Cerredo (Degaña)	cerredo-degana	AS	O	33022	42.9397	-6.5694	4
33812	Degaña	degana	AS	O	33022	42.9397	-6.5694	4
33812	Rebollar (Degaña)	rebollar-degana	AS	O	33022	42.9397	-6.5694	4
33812	Prohida (Degaña)	prohida-degana	AS	O	33022	42.9397	-6.5694	4
33813	Vega De Castro	vega-de-castro	AS	O	33011	43.0972	-6.583	4
33813	Berguño	berguno	AS	O	33011	43.1172	-6.5708	4
33813	Cibuyo	cibuyo	AS	O	33011	43.1228	-6.5778	4
33813	Vega De Rengos	vega-de-rengos	AS	O	33011	43.0333	-6.6	4
33813	Otas	otas	AS	O	33011	43.1223	-6.5928	4
33813	Cueras	cueras	AS	O	33011	43.1637	-6.5584	4
33813	Laron	laron	AS	O	33011	42.9863	-6.6304	4
33813	Larna	larna	AS	O	33011	43.0752	-6.6203	4
33813	Santa Eulalia (Cangas De Narcea)	santa-eulalia-cangas-de-narcea	AS	O	33011	43.0897	-6.5927	3
33813	Adrales	adrales	AS	O	33011	43.1665	-6.5706	4
33813	Sestorraso	sestorraso	AS	O	33011	43.1	-6.5833	4
33813	Llano (Cangas De Narcea)	llano-cangas-de-narcea	AS	O	33011	43.0897	-6.5927	3
33813	Aguera De Castañedo	aguera-de-castanedo	AS	O	33011	43.106	-6.5863	4
33813	Pueblo De Rengos	pueblo-de-rengos	AS	O	33011	43.0897	-6.5927	3
33813	Viliella	viliella	AS	O	33011	42.9862	-6.6383	4
33813	Pladano	pladano	AS	O	33011	43.0897	-6.5927	3
33813	Castañedo (Cangas De Narcea)	castanedo-cangas-de-narcea	AS	O	33011	43.0897	-6.5927	3
33813	Pescal, La (Cangas Narcea)	pescal-la-cangas-narcea	AS	O	33011	43.0897	-6.5927	3
33813	Pandiello (Cangas De Narcea)	pandiello-cangas-de-narcea	AS	O	33011	43.0897	-6.5927	3
33813	Monco (Cangas De Narcea)	monco-cangas-de-narcea	AS	O	33011	43.0897	-6.5927	3
33813	Fraguas	fraguas	AS	O	33011	43.0897	-6.5927	3
33813	Alto De Santarbas	alto-de-santarbas	AS	O	33011	43.0897	-6.5927	3
33813	Arayon	arayon	AS	O	33011	43.0897	-6.5927	3
33813	Combarro	combarro	AS	O	33011	43.0897	-6.5927	3
33813	San Esteban (Cangas De Narcea)	san-esteban-cangas-de-narcea	AS	O	33011	43.0897	-6.5927	3
33813	Saburcio	saburcio	AS	O	33011	43.0897	-6.5927	3
33813	Cruces (Cangas De Narcea)	cruces-cangas-de-narcea	AS	O	33011	43.0897	-6.5927	3
33813	Folguerua (Cangas De Narcea)	folguerua-cangas-de-narcea	AS	O	33011	43.0897	-6.5927	3
33813	Fondos De Vega	fondos-de-vega	AS	O	33011	43.0897	-6.5927	3
33813	Arbolente	arbolente	AS	O	33011	43.0897	-6.5927	3
33813	Soto De Cibuyo	soto-de-cibuyo	AS	O	33011	43.0897	-6.5927	3
33813	Sierra De Castañedo	sierra-de-castanedo	AS	O	33011	43.0897	-6.5927	3
33813	Tarano (Cangas De Narcea)	tarano-cangas-de-narcea	AS	O	33011	43.0897	-6.5927	3
33814	Trasmonte De Arriba	trasmonte-de-arriba	AS	O	33011	43.0477	-6.5591	4
33814	Viso, El (Cangas De Narcea)	viso-el-cangas-de-narcea	AS	O	33011	43.116	-6.6139	3
33814	Rebollas	rebollas	AS	O	33011	43.1352	-6.5966	4
33814	Sevil	sevil	AS	O	33011	43.116	-6.6139	3
33814	Monasterio Del Coto	monasterio-del-coto	AS	O	33011	43.097	-6.7265	4
33814	Cerveriz	cerveriz	AS	O	33011	43.116	-6.6139	3
33814	Aguera De Coto	aguera-de-coto	AS	O	33011	43.1181	-6.6371	4
33814	Escrita, La (Cangas De Narcea)	escrita-la-cangas-de-narcea	AS	O	33011	43.116	-6.6139	3
33814	Perandones	perandones	AS	O	33011	43.1444	-6.5829	4
33814	Trasmonte De Abajo	trasmonte-de-abajo	AS	O	33011	43.0458	-6.5582	4
33814	Ciella	ciella	AS	O	33011	43.116	-6.6139	3
33814	Abanceña	abancena	AS	O	33011	43.1518	-6.6213	4
33814	Acio	acio	AS	O	33011	43.1349	-6.5698	4
33814	Cadaleito	cadaleito	AS	O	33011	43.116	-6.6139	3
33814	Regla De Perandones	regla-de-perandones	AS	O	33011	43.1444	-6.5829	4
33814	Bergame	bergame	AS	O	33011	43.1315	-6.6219	4
33814	Yema	yema	AS	O	33011	43.116	-6.6139	3
33814	Combo	combo	AS	O	33011	43.0907	-6.7053	4
33814	Llanos, Los (Cangas De Narcea)	llanos-los-cangas-de-narcea	AS	O	33011	43.116	-6.6139	3
33814	Villar De Bergame	villar-de-bergame	AS	O	33011	43.1315	-6.6219	4
33814	Casares (Cangas De Narcea)	casares-cangas-de-narcea	AS	O	33011	43.116	-6.6139	3
33814	Luberio	luberio	AS	O	33011	43.1159	-6.6421	4
33814	Vegaperpera	vegaperpera	AS	O	33011	43.116	-6.6139	3
33814	Caldevilla De Acio	caldevilla-de-acio	AS	O	33011	43.1349	-6.5698	4
33814	Vegalagar	vegalagar	AS	O	33011	43.116	-6.6139	3
33814	Vega De Pope	vega-de-pope	AS	O	33011	43.116	-6.6139	3
33814	Tremado De Coto	tremado-de-coto	AS	O	33011	43.116	-6.6139	3
33814	Soto De Los Molinos	soto-de-los-molinos	AS	O	33011	43.116	-6.6139	3
33814	Santiago De Peñas	santiago-de-penas	AS	O	33011	43.116	-6.6139	3
33814	San Damias (Cangas De Narcea)	san-damias-cangas-de-narcea	AS	O	33011	43.116	-6.6139	3
33814	Rato	rato	AS	O	33011	43.116	-6.6139	3
33814	La Artosa	la-artosa	AS	O	33011	43.116	-6.6139	3
33814	Peñas (Cangas De Narcea)	penas-cangas-de-narcea	AS	O	33011	43.116	-6.6139	3
33814	Penles	penles	AS	O	33011	43.116	-6.6139	3
33815	Araniego	araniego	AS	O	33001	43.1981	-6.5808	4
33815	Leiron	leiron	AS	O	33001	43.1902	-6.6041	3
33815	Cerecedo (Cangas De Narcea)	cerecedo-cangas-de-narcea	AS	O	33001	43.1833	-6.55	4
33815	Las Avelleras	las-avelleras	AS	O	33001	43.1902	-6.6041	3
33815	Faedo (Cangas De Narcea)	faedo-cangas-de-narcea	AS	O	33001	43.1833	-6.55	4
33815	Olgo	olgo	AS	O	33001	43.1902	-6.6041	3
33815	Irrondo De Besullo	irrondo-de-besullo	AS	O	33001	43.1696	-6.6279	4
33815	Posada De Besullo	posada-de-besullo	AS	O	33001	43.1902	-6.6041	3
33815	Besullo	besullo	AS	O	33001	43.1861	-6.6337	4
33815	Pumar De Las Montañas	pumar-de-las-montanas	AS	O	33001	43.1902	-6.6041	3
33815	Parajas (Pola De Allande)	parajas-pola-de-allande	AS	O	33001	43.2731	-6.6215	4
33815	San Felix De Montañas	san-felix-de-montanas	AS	O	33001	43.1902	-6.6041	3
33815	Trones	trones	AS	O	33001	43.1871	-6.5988	4
33815	San Pedro De Montañas	san-pedro-de-montanas	AS	O	33001	43.1725	-6.6616	4
33815	San Romano	san-romano	AS	O	33001	43.1902	-6.6041	3
33815	Fuentes De Las Montañas	fuentes-de-las-montanas	AS	O	33001	43.1517	-6.6897	4
33815	Iboyo	iboyo	AS	O	33001	43.2109	-6.6346	4
33815	Sanabuega	sanabuega	AS	O	33001	43.1902	-6.6041	3
33815	Parajas (Cangas De Narcea)	parajas-cangas-de-narcea	AS	O	33001	43.1833	-6.55	4
33815	Selce	selce	AS	O	33001	43.1902	-6.6041	3
33815	Santa Ana (Cangas De Narcea)	santa-ana-cangas-de-narcea	AS	O	33001	43.1833	-6.55	4
33815	Carcedo De Lomes	carcedo-de-lomes	AS	O	33001	43.1902	-6.6041	3
33815	Defradas De Las Montañas	defradas-de-las-montanas	AS	O	33001	43.1902	-6.6041	3
33815	Cubopuerto	cubopuerto	AS	O	33001	43.1902	-6.6041	3
33815	Comba (Allande)	comba-allande	AS	O	33001	43.1902	-6.6041	3
33815	Faidiel	faidiel	AS	O	33001	43.1902	-6.6041	3
33815	Noceda (Allande)	noceda-allande	AS	O	33001	43.1902	-6.6041	3
33815	Fuentes De Besullo	fuentes-de-besullo	AS	O	33001	43.1902	-6.6041	3
33815	Otriello	otriello	AS	O	33001	43.1902	-6.6041	3
33815	Forniellas (Allande)	forniellas-allande	AS	O	33001	43.1902	-6.6041	3
33815	Lorante	lorante	AS	O	33001	43.1902	-6.6041	3
33816	Braña De Ordial, La (Jarceley-Narcea)	brana-de-ordial-la-jarceley-narcea	AS	O	33011	43.2551	-6.4598	4
33816	Mendiello	mendiello	AS	O	33011	43.2314	-6.4442	3
33816	Nando	nando	AS	O	33011	43.2053	-6.4402	4
33816	Retuertas	retuertas	AS	O	33011	43.2314	-6.4442	3
33816	Valcabo	valcabo	AS	O	33011	43.2353	-6.4294	4
33816	Coliema (San Pedro)	coliema-san-pedro	AS	O	33011	43.2314	-6.4442	3
33816	Mieldes	mieldes	AS	O	33011	43.2183	-6.4004	4
33816	Castañal (Cangas De Narcea)	castanal-cangas-de-narcea	AS	O	33011	43.2314	-6.4442	3
33816	Llamas De Mouro	llamas-de-mouro	AS	O	33011	43.2495	-6.4288	4
33816	Carballedo (Cangas De Narcea)	carballedo-cangas-de-narcea	AS	O	33011	43.2314	-6.4442	3
33816	Jarceley	jarceley	AS	O	33011	43.2551	-6.4598	4
33816	Corias (Cangas De Narcea)	corias-cangas-de-narcea	AS	O	33011	43.2314	-6.4442	3
33816	Tebongo	tebongo	AS	O	33011	43.2394	-6.5036	4
33816	Puente Del Infierno	puente-del-infierno	AS	O	33011	43.2314	-6.4442	3
33816	Cadrijuela	cadrijuela	AS	O	33011	43.1986	-6.4091	4
33816	La Veguilla	la-veguilla	AS	O	33011	43.2314	-6.4442	3
33816	Ordial	ordial	AS	O	33011	43.325	-6.3549	4
33816	Valleciello	valleciello	AS	O	33011	43.2314	-6.4442	3
33816	Villaoril De La Sierra	villaoril-de-la-sierra	AS	O	33011	43.2081	-6.4795	4
33816	Luarnes	luarnes	AS	O	33011	43.2314	-6.4442	3
33816	Pambley	pambley	AS	O	33011	43.2503	-6.4652	4
33816	Ordiales (Cangas De Narcea)	ordiales-cangas-de-narcea	AS	O	33011	43.2314	-6.4442	3
33816	Santiago De Sierra	santiago-de-sierra	AS	O	33011	43.2132	-6.4424	4
33816	Onon (Cangas De Narcea)	onon-cangas-de-narcea	AS	O	33011	43.2314	-6.4442	3
33816	Becerrales	becerrales	AS	O	33011	43.2197	-6.42	4
33816	Portiella (Cangas De Narcea)	portiella-cangas-de-narcea	AS	O	33011	43.2314	-6.4442	3
33816	Dagueño	dagueno	AS	O	33011	43.1997	-6.3869	4
33816	Parrondo	parrondo	AS	O	33011	43.2314	-6.4442	3
33816	San Pedro De Coliema	san-pedro-de-coliema	AS	O	33011	43.2333	-6.4667	4
33816	Ovilley	ovilley	AS	O	33011	43.2314	-6.4442	3
33816	San Pedro De Corias	san-pedro-de-corias	AS	O	33011	43.2083	-6.5305	4
33816	Tandes	tandes	AS	O	33011	43.2308	-6.4512	4
33816	Tabladiello (Cangas De Narcea)	tabladiello-cangas-de-narcea	AS	O	33011	43.2314	-6.4442	3
33816	Villadestre	villadestre	AS	O	33011	43.2204	-6.4669	4
33816	Sotiello (Cangas De Narcea)	sotiello-cangas-de-narcea	AS	O	33011	43.2314	-6.4442	3
33816	San Martin De Sierra	san-martin-de-sierra	AS	O	33011	43.2314	-6.4442	3
33816	Robledo De Biforco	robledo-de-biforco	AS	O	33011	43.2314	-6.4442	3
33816	Javita	javita	AS	O	33011	43.2314	-6.4442	3
33816	Villardelantero	villardelantero	AS	O	33011	43.2314	-6.4442	3
33816	Fontaniella (Cangas De Narcea)	fontaniella-cangas-de-narcea	AS	O	33011	43.2314	-6.4442	3
33816	Cierades	cierades	AS	O	33011	43.2314	-6.4442	3
33816	La Bubia	la-bubia	AS	O	33011	43.2314	-6.4442	3
33816	Bruelles	bruelles	AS	O	33011	43.2314	-6.4442	3
33816	Barcena (Cangas De Narcea)	barcena-cangas-de-narcea	AS	O	33011	43.2314	-6.4442	3
33816	Antrago	antrago	AS	O	33011	43.2314	-6.4442	3
33816	Anderve	anderve	AS	O	33011	43.2314	-6.4442	3
33817	Villarmental	villarmental	AS	O	33011	43.0998	-6.4917	4
33817	Fondos De Villa (Cangas De Narcea)	fondos-de-villa-cangas-de-narcea	AS	O	33011	43.1091	-6.4847	3
33817	Fuentes Corbero	fuentes-corbero	AS	O	33011	43.0981	-6.4568	4
33817	Reguera De Cabo	reguera-de-cabo	AS	O	33011	43.1091	-6.4847	3
33817	Limes	limes	AS	O	33011	43.1515	-6.5376	4
33817	Siero (Cangas Del Narcea)	siero-cangas-del-narcea	AS	O	33011	43.1091	-6.4847	3
33817	Valmayor	valmayor	AS	O	33011	43.1071	-6.4517	4
33817	Sonande	sonande	AS	O	33011	43.1091	-6.4847	3
33817	Morzo	morzo	AS	O	33011	43.1131	-6.5368	4
33817	Cuadriellas De Villalaez	cuadriellas-de-villalaez	AS	O	33011	43.1292	-6.4986	4
33817	Tiendas, Las (Cangas De Narcea)	tiendas-las-cangas-de-narcea	AS	O	33011	43.1091	-6.4847	3
33817	Carballo	carballo	AS	O	33011	43.1158	-6.4885	4
33817	Castro De Limes	castro-de-limes	AS	O	33011	43.1551	-6.5306	4
33817	Villar De Los Indianos	villar-de-los-indianos	AS	O	33011	43.1091	-6.4847	3
33817	Sorrodiles	sorrodiles	AS	O	33011	43.0695	-6.4489	4
33817	Villalaez	villalaez	AS	O	33011	43.1292	-6.4986	4
33817	La Himera	la-himera	AS	O	33011	43.1091	-6.4847	3
33817	Cibea	cibea	AS	O	33011	43.0663	-6.4532	4
33817	Puenticiella	puenticiella	AS	O	33011	43.1091	-6.4847	3
33817	Genestoso	genestoso	AS	O	33011	43.0652	-6.3963	4
33817	Villarin De Cibea	villarin-de-cibea	AS	O	33011	43.1091	-6.4847	3
33817	Tremado De Carballo	tremado-de-carballo	AS	O	33011	43.1216	-6.5038	4
33817	Villategil	villategil	AS	O	33011	43.1091	-6.4847	3
33817	Regla De Cibea	regla-de-cibea	AS	O	33011	43.0663	-6.4532	4
33817	Ardaliz	ardaliz	AS	O	33011	43.1091	-6.4847	3
33817	Villarino De Limes	villarino-de-limes	AS	O	33011	43.1481	-6.5236	4
33817	Ponton (Cangas De Narcea)	ponton-cangas-de-narcea	AS	O	33011	43.1091	-6.4847	3
33817	Moral (Cangas De Narcea)	moral-cangas-de-narcea	AS	O	33011	43.1091	-6.4847	3
33817	Cobos	cobos	AS	O	33011	43.1091	-6.4847	3
33817	Barzaniellas	barzaniellas	AS	O	33011	43.1091	-6.4847	3
33817	Mestas, Las (Cangas De Narcea)	mestas-las-cangas-de-narcea	AS	O	33011	43.1091	-6.4847	3
33817	Corbero (Cangas De Narcea)	corbero-cangas-de-narcea	AS	O	33011	43.1091	-6.4847	3
33817	Llamera (Cangas De Narcea)	llamera-cangas-de-narcea	AS	O	33011	43.1091	-6.4847	3
33817	Pejan	pejan	AS	O	33011	43.1091	-6.4847	3
33817	Pedrueño	pedrueno	AS	O	33011	43.1091	-6.4847	3
33817	Piñera, La (Cangas De Narcea)	pinera-la-cangas-de-narcea	AS	O	33011	43.1091	-6.4847	3
33817	Fonceca	fonceca	AS	O	33011	43.1091	-6.4847	3
33818	Folgueraju	folgueraju	AS	O	33011	43.0869	-6.5646	4
33818	Otero, El (Cangas De Narcea)	otero-el-cangas-de-narcea	AS	O	33011	43.0605	-6.5147	3
33818	Riomolin	riomolin	AS	O	33011	43.0195	-6.4917	4
33818	Villaoril De Bimeda	villaoril-de-bimeda	AS	O	33011	43.0605	-6.5147	3
33818	Villar De Naviego	villar-de-naviego	AS	O	33011	43.0762	-6.5377	4
33818	Puntaras	puntaras	AS	O	33011	43.0824	-6.5517	4
33818	Villajur	villajur	AS	O	33011	43.0605	-6.5147	3
33818	Trascastro	trascastro	AS	O	33011	43.0294	-6.4631	4
33818	Brañas De Arriba	branas-de-arriba	AS	O	33011	43.0111	-6.4452	4
33818	Villager	villager	AS	O	33011	43.0605	-6.5147	3
33818	Villar De Bimeda	villar-de-bimeda	AS	O	33011	43.0992	-6.5204	4
33818	Vegameoro	vegameoro	AS	O	33011	43.0343	-6.4682	4
33818	Villacanes	villacanes	AS	O	33011	43.0605	-6.5147	3
33818	Bimeda	bimeda	AS	O	33011	43.0928	-6.5302	4
33818	Lindota	lindota	AS	O	33011	43.0592	-6.4756	4
33818	Fonda, La (Cangas De Narcea)	fonda-la-cangas-de-narcea	AS	O	33011	43.0605	-6.5147	3
33818	Caldevilla De Arbas	caldevilla-de-arbas	AS	O	33011	43.062	-6.4931	4
33818	Naviego	naviego	AS	O	33011	43.0653	-6.5429	4
33818	Penellada	penellada	AS	O	33011	43.0605	-6.5147	3
33818	Regla De Naviego	regla-de-naviego	AS	O	33011	43.0731	-6.5516	4
33818	Vallado	vallado	AS	O	33011	43.048	-6.4644	4
33818	Bustiello (Cangas De Narcea)	bustiello-cangas-de-narcea	AS	O	33011	43.0605	-6.5147	3
33818	Villacibran	villacibran	AS	O	33011	43.0646	-6.5233	4
33818	La Linde	la-linde	AS	O	33011	43.063	-6.5075	4
33818	Arbas (San Pedro)	arbas-san-pedro	AS	O	33011	43.0605	-6.5147	3
33818	Brañas De Abajo	branas-de-abajo	AS	O	33011	43.0177	-6.453	4
33818	Viña, La (Cangas De Narcea)	vina-la-cangas-de-narcea	AS	O	33011	43.0605	-6.5147	3
33818	Vega De Horreo	vega-de-horreo	AS	O	33011	43.1039	-6.6796	4
33818	Arbas (San Julian)	arbas-san-julian	AS	O	33011	43.0605	-6.5147	3
33818	Palacio De Naviego	palacio-de-naviego	AS	O	33011	43.0605	-6.5147	3
33818	Mata, La (Cangas De Narcea)	mata-la-cangas-de-narcea	AS	O	33011	43.0605	-6.5147	3
33818	Leitariegos	leitariegos	AS	O	33011	43.0605	-6.5147	3
33818	Gelan	gelan	AS	O	33011	43.0605	-6.5147	3
33818	Labayos (Cangas De Narcea)	labayos-cangas-de-narcea	AS	O	33011	43.0605	-6.5147	3
33818	Corros (Cangas De Narcea)	corros-cangas-de-narcea	AS	O	33011	43.0605	-6.5147	3
33818	Murias De Puntaras	murias-de-puntaras	AS	O	33011	43.0605	-6.5147	3
33818	Miravalles (Cangas De Narcea)	miravalles-cangas-de-narcea	AS	O	33011	43.0605	-6.5147	3
33818	Otardeju	otardeju	AS	O	33011	43.0605	-6.5147	3
33818	La Farruquita	la-farruquita	AS	O	33011	43.0605	-6.5147	3
33818	La Chabola De Vallado	la-chabola-de-vallado	AS	O	33011	43.0605	-6.5147	3
33818	La Pachalina	la-pachalina	AS	O	33011	43.0605	-6.5147	3
33818	Rubial (Cangas De Narcea)	rubial-cangas-de-narcea	AS	O	33011	43.0605	-6.5147	3
33818	San Juan Del Monte	san-juan-del-monte	AS	O	33011	43.0605	-6.5147	3
33818	San Julian De Arbas	san-julian-de-arbas	AS	O	33011	43.0605	-6.5147	3
33818	San Martin De Bimeda	san-martin-de-bimeda	AS	O	33011	43.0605	-6.5147	3
33818	San Pedro De Arbas	san-pedro-de-arbas	AS	O	33011	43.0605	-6.5147	3
33818	Socarral	socarral	AS	O	33011	43.0605	-6.5147	3
33818	Tablado De Villacibran	tablado-de-villacibran	AS	O	33011	43.0605	-6.5147	3
33818	Valle De Los Humeros	valle-de-los-humeros	AS	O	33011	43.0605	-6.5147	3
33818	Valle, El (Cangas De Narcea)	valle-el-cangas-de-narcea	AS	O	33011	43.0605	-6.5147	3
33818	Vega De Rey (Cangas De Narcea)	vega-de-rey-cangas-de-narcea	AS	O	33011	43.0605	-6.5147	3
33818	Ladredo (Cangas De Narcea)	ladredo-cangas-de-narcea	AS	O	33011	43.0605	-6.5147	3
33819	Castrosin	castrosin	AS	O	33011	43.2191	-6.5155	4
33819	Brañamena (Cangas De Narcea)	branamena-cangas-de-narcea	AS	O	33011	43.1735	-6.4701	3
33819	Bornazal	bornazal	AS	O	33011	43.1594	-6.4751	4
33819	Biescas (Cangas De Narcea)	biescas-cangas-de-narcea	AS	O	33011	43.1735	-6.4701	3
33819	Castilmoure	castilmoure	AS	O	33011	43.1429	-6.4741	4
33819	Defradas De Ambres	defradas-de-ambres	AS	O	33011	43.1735	-6.4701	3
33819	Obanca	obanca	AS	O	33011	43.1839	-6.5651	4
33819	Carceda (Cangas De Narcea)	carceda-cangas-de-narcea	AS	O	33011	43.1735	-6.4701	3
33819	Robledo De Tainas	robledo-de-tainas	AS	O	33011	43.1729	-6.4466	4
33819	Rañeces De San Cristobal	raneces-de-san-cristobal	AS	O	33011	43.1735	-6.4701	3
33819	Rañeces De Sierra	raneces-de-sierra	AS	O	33011	43.15	-6.4333	4
33819	Amago	amago	AS	O	33011	43.1735	-6.4701	3
33819	Villar De Adrales	villar-de-adrales	AS	O	33011	43.1749	-6.5778	4
33819	Villajimada	villajimada	AS	O	33011	43.1845	-6.4964	4
33819	Medeo	medeo	AS	O	33011	43.1735	-6.4701	3
33819	Tainas	tainas	AS	O	33011	43.1858	-6.4467	4
33819	Llanos De Tainas	llanos-de-tainas	AS	O	33011	43.1735	-6.4701	3
33819	Rocabo	rocabo	AS	O	33011	43.1735	-6.4701	3
33819	Llamas De Ambasaguas	llamas-de-ambasaguas	AS	O	33011	43.1735	-6.4701	3
33819	Parada La Vieja	parada-la-vieja	AS	O	33011	43.1416	-6.4143	4
33819	Linares De Acebo	linares-de-acebo	AS	O	33011	43.1735	-6.4701	3
33819	Villalar	villalar	AS	O	33011	43.199	-6.498	4
33819	Irrondo De La Folguera	irrondo-de-la-folguera	AS	O	33011	43.1735	-6.4701	3
33819	Ridera	ridera	AS	O	33011	43.1687	-6.3998	4
33819	Folgueras (Cangas De Narcea)	folgueras-cangas-de-narcea	AS	O	33011	43.1735	-6.4701	3
33819	Porley	porley	AS	O	33011	43.1851	-6.4601	4
33819	Barnedo	barnedo	AS	O	33011	43.1735	-6.4701	3
33819	Ambres	ambres	AS	O	33011	43.178	-6.4213	4
33819	Villanueva (Cangas De Narcea)	villanueva-cangas-de-narcea	AS	O	33011	43.1735	-6.4701	3
33819	Cerezaliz	cerezaliz	AS	O	33011	43.156	-6.4271	4
33819	Soucedo	soucedo	AS	O	33011	43.1735	-6.4701	3
33819	Sillaso	sillaso	AS	O	33011	43.1735	-6.4701	3
33819	Santianes (Cangas De Narcea)	santianes-cangas-de-narcea	AS	O	33011	43.1735	-6.4701	3
33819	Borracan	borracan	AS	O	33011	43.1735	-6.4701	3
33819	Cerame	cerame	AS	O	33011	43.1735	-6.4701	3
33819	Vecil	vecil	AS	O	33011	43.1735	-6.4701	3
33819	Vallinas (Cangas De Narcea)	vallinas-cangas-de-narcea	AS	O	33011	43.1735	-6.4701	3
33819	Santa Maria De Obanca	santa-maria-de-obanca	AS	O	33011	43.1735	-6.4701	3
33819	Porciles (Cangas De Narcea)	porciles-cangas-de-narcea	AS	O	33011	43.1735	-6.4701	3
33819	Cogolla, La (Cangas De Narcea)	cogolla-la-cangas-de-narcea	AS	O	33011	43.1735	-6.4701	3
33819	Castiello (Cangas De Narcea)	castiello-cangas-de-narcea	AS	O	33011	43.1735	-6.4701	3
33819	Cuadriella De Ambres	cuadriella-de-ambres	AS	O	33011	43.1735	-6.4701	3
33819	Castro De La Sierra	castro-de-la-sierra	AS	O	33011	43.1735	-6.4701	3
33819	Parada La Nueva	parada-la-nueva	AS	O	33011	43.1735	-6.4701	3
33819	Nisal (Cangas De Narcea)	nisal-cangas-de-narcea	AS	O	33011	43.1735	-6.4701	3
33819	Las Escolinas	las-escolinas	AS	O	33011	43.1735	-6.4701	3
33819	Los Tablados	los-tablados	AS	O	33011	43.1735	-6.4701	3
33819	Robledo De San Cristobal	robledo-de-san-cristobal	AS	O	33011	43.1735	-6.4701	3
33819	Curriellos (Cangas De Narcea)	curriellos-cangas-de-narcea	AS	O	33011	43.1735	-6.4701	3
33819	El Cabanal	el-cabanal	AS	O	33011	43.1735	-6.4701	3
33819	Braña De San Cristobal, La (Cangas De Narcea)	brana-de-san-cristobal-la-cangas-de-narcea	AS	O	33011	43.1735	-6.4701	3
33820	Grado	grado	AS	O	33026	43.388	-6.0743	4
33820	Borbolla, La (Grado)	borbolla-la-grado	AS	O	33026	43.388	-6.0743	4
33825	Doro	doro	AS	O	33026	43.3406	-6.0211	3
33825	El Merin De Arriba	el-merin-de-arriba	AS	O	33026	43.3406	-6.0211	3
33825	Ballongo	ballongo	AS	O	33026	43.3301	-6.0393	4
33825	Nalio	nalio	AS	O	33026	43.3768	-6.0053	4
33825	Alcubiella	alcubiella	AS	O	33026	43.3406	-6.0211	3
33825	Borondes	borondes	AS	O	33026	43.35	-6	4
33825	La Cay	la-cay	AS	O	33026	43.3406	-6.0211	3
33825	Bayo (Grado)	bayo-grado	AS	O	33026	43.3406	-6.0211	3
33825	Baselgas	baselgas	AS	O	33026	43.3097	-6.0652	4
33825	Caleya (Grado)	caleya-grado	AS	O	33026	43.3406	-6.0211	3
33825	Sama De Grado	sama-de-grado	AS	O	33026	43.3167	-6.0167	4
33825	Campo Del Valle	campo-del-valle	AS	O	33026	43.3406	-6.0211	3
33825	Bascones	bascones	AS	O	33026	43.3603	-6	4
33825	Carbayin (Grado)	carbayin-grado	AS	O	33026	43.3406	-6.0211	3
33825	Casucas, Las (Grado)	casucas-las-grado	AS	O	33026	43.3406	-6.0211	3
33825	Corradas, Las (Grado)	corradas-las-grado	AS	O	33026	43.3406	-6.0211	3
33825	Corredoria, La (Grado)	corredoria-la-grado	AS	O	33026	43.3406	-6.0211	3
33825	Cueto (Grado)	cueto-grado	AS	O	33026	43.3406	-6.0211	3
33825	Entre Los Rios	entre-los-rios	AS	O	33026	43.3406	-6.0211	3
33825	Entre, La Iglesia	entre-la-iglesia	AS	O	33026	43.3406	-6.0211	3
33825	Entrelafuente	entrelafuente	AS	O	33026	43.3406	-6.0211	3
33825	Espina, La (Grado)	espina-la-grado	AS	O	33026	43.3406	-6.0211	3
33825	Espriella	espriella	AS	O	33026	43.3406	-6.0211	3
33825	Ferreras (La Mata)	ferreras-la-mata	AS	O	33026	43.3406	-6.0211	3
33825	Fuejo (Grado)	fuejo-grado	AS	O	33026	43.3406	-6.0211	3
33825	Javier	javier	AS	O	33026	43.3406	-6.0211	3
33825	Mata, La (Grado)	mata-la-grado	AS	O	33026	43.3406	-6.0211	3
33825	Medio, El (Grado)	medio-el-grado	AS	O	33026	43.3406	-6.0211	3
33825	El Merin De Abajo	el-merin-de-abajo	AS	O	33026	43.3406	-6.0211	3
33825	Pedrero	pedrero	AS	O	33026	43.3406	-6.0211	3
33825	Picalgallo	picalgallo	AS	O	33026	43.3406	-6.0211	3
33825	Pozanco	pozanco	AS	O	33026	43.3406	-6.0211	3
33825	Prioto	prioto	AS	O	33026	43.3406	-6.0211	3
33825	Rebollal (Grado)	rebollal-grado	AS	O	33026	43.3406	-6.0211	3
33825	Reguero, El (Grado)	reguero-el-grado	AS	O	33026	43.3406	-6.0211	3
33825	Riviellas (Grado)	riviellas-grado	AS	O	33026	43.3406	-6.0211	3
33825	Rodaco	rodaco	AS	O	33026	43.3406	-6.0211	3
33825	Santo Dolfo	santo-dolfo	AS	O	33026	43.3406	-6.0211	3
33825	Trsmuria	trsmuria	AS	O	33026	43.3406	-6.0211	3
33825	Vega, La (Grado)	vega-la-grado	AS	O	33026	43.3406	-6.0211	3
33825	Xorro	xorro	AS	O	33026	43.3406	-6.0211	3
33825	La Zurraquera	la-zurraquera	AS	O	33026	43.3406	-6.0211	3
33825	Palacio (Grado)	palacio-grado	AS	O	33026	43.3406	-6.0211	3
33825	Belandres (Grado)	belandres-grado	AS	O	33026	43.3406	-6.0211	3
33825	Nores	nores	AS	O	33026	43.3406	-6.0211	3
33826	Santianes De Molenes	santianes-de-molenes	AS	O	33026	43.2947	-6.1503	4
33826	Fojo	fojo	AS	O	33026	43.2949	-6.1194	3
33826	Momalo	momalo	AS	O	33026	43.2758	-6.1465	4
33826	Yernes	yernes	AS	O	33026	43.2799	-6.1098	4
33826	Retiro, El (Grado)	retiro-el-grado	AS	O	33026	43.2949	-6.1194	3
33826	Villaldin	villaldin	AS	O	33026	43.2845	-6.1444	4
33826	Villabre	villabre	AS	O	33026	43.2513	-6.1275	4
33826	San Miguel De Tejedo	san-miguel-de-tejedo	AS	O	33026	43.2949	-6.1194	3
33826	Panicera	panicera	AS	O	33026	43.3218	-6.0857	4
33826	Villagarcia	villagarcia	AS	O	33026	43.333	-6.103	4
33826	San Pedro De Los Burros	san-pedro-de-los-burros	AS	O	33026	43.2949	-6.1194	3
33826	Tejedo	tejedo	AS	O	33026	43.301	-6.1274	4
33826	Llamas (Grado)	llamas-grado	AS	O	33026	43.2949	-6.1194	3
33826	Rubiano	rubiano	AS	O	33026	43.3167	-6.1	4
33826	Vendilles	vendilles	AS	O	33026	43.2949	-6.1194	3
33826	Tameza	tameza	AS	O	33026	43.2799	-6.1098	4
33826	Llanon, El (Grado)	llanon-el-grado	AS	O	33026	43.2949	-6.1194	3
33826	Cubia	cubia	AS	O	33026	43.3206	-6.1182	4
33826	Sorribas (Grado)	sorribas-grado	AS	O	33026	43.2949	-6.1194	3
33826	Villaruiz (Tameza)	villaruiz-tameza	AS	O	33026	43.2799	-6.1098	4
33826	Calea, La (Grado)	calea-la-grado	AS	O	33026	43.2949	-6.1194	3
33826	Cortes, Las (Grado)	cortes-las-grado	AS	O	33026	43.2949	-6.1194	3
33826	Villas, Las (Grado)	villas-las-grado	AS	O	33026	43.2949	-6.1194	3
33826	Villamarin De Salcedo	villamarin-de-salcedo	AS	O	33026	43.2949	-6.1194	3
33826	La Vega De Villaldin	la-vega-de-villaldin	AS	O	33026	43.2949	-6.1194	3
33826	Regueral, El (Grado)	regueral-el-grado	AS	O	33026	43.2949	-6.1194	3
33826	Ambas (Grado)	ambas-grado	AS	O	33026	43.2949	-6.1194	3
33826	Trillapeña	trillapena	AS	O	33026	43.2949	-6.1194	3
33826	Noceda (Grado)	noceda-grado	AS	O	33026	43.2949	-6.1194	3
33826	Robledo (Grado)	robledo-grado	AS	O	33026	43.2949	-6.1194	3
33826	Rodiles (Grado)	rodiles-grado	AS	O	33026	43.2949	-6.1194	3
33826	Las Corujas	las-corujas	AS	O	33026	43.2949	-6.1194	3
33826	Arellanes	arellanes	AS	O	33026	43.2949	-6.1194	3
33826	Tolinas (Grado)	tolinas-grado	AS	O	33026	43.2949	-6.1194	3
33826	Tablado (Grado)	tablado-grado	AS	O	33026	43.2949	-6.1194	3
33826	Barzana (Grado)	barzana-grado	AS	O	33026	43.2949	-6.1194	3
33826	Formiguera (Grado)	formiguera-grado	AS	O	33026	43.2949	-6.1194	3
33827	Restiello	restiello	AS	O	33005	43.2887	-6.1806	4
33827	Villanueva (Grado)	villanueva-grado	AS	O	33005	43.3227	-6.1645	3
33827	Villandas	villandas	AS	O	33005	43.3058	-6.171	4
33827	Villaizoy	villaizoy	AS	O	33005	43.3227	-6.1645	3
33827	Seaza	seaza	AS	O	33005	43.3258	-6.1671	4
33827	Barreiros, Los (Grado)	barreiros-los-grado	AS	O	33005	43.3227	-6.1645	3
33827	Los Lodos	los-lodos	AS	O	33005	43.3185	-6.1948	4
33827	Cabaña, La (Grado)	cabana-la-grado	AS	O	33005	43.3227	-6.1645	3
33827	Vigaña	vigana	AS	O	33005	43.3036	-6.185	4
33827	Cabañin, El (Grado)	cabanin-el-grado	AS	O	33005	43.3227	-6.1645	3
33827	Moutas	moutas	AS	O	33005	43.3573	-6.1264	4
33827	Vio Del Pico	vio-del-pico	AS	O	33005	43.3227	-6.1645	3
33827	La Fueja	la-fueja	AS	O	33005	43.338	-6.1529	4
33827	Lobio	lobio	AS	O	33005	43.3437	-6.1384	4
33827	Santa Maria De Villandas	santa-maria-de-villandas	AS	O	33005	43.3227	-6.1645	3
33827	Aguera De Salcedo	aguera-de-salcedo	AS	O	33005	43.3227	-6.1645	3
33827	Puente De Seaza	puente-de-seaza	AS	O	33005	43.3227	-6.1645	3
33827	Pereda (Grado)	pereda-grado	AS	O	33005	43.3227	-6.1645	3
33827	Hispanes	hispanes	AS	O	33005	43.3227	-6.1645	3
33827	Santa Cristina (Grado)	santa-cristina-grado	AS	O	33005	43.3227	-6.1645	3
33827	Rozallana	rozallana	AS	O	33005	43.3227	-6.1645	3
33827	Cañedo (Grado)	canedo-grado	AS	O	33005	43.3227	-6.1645	3
33827	El Caliente	el-caliente	AS	O	33005	43.3227	-6.1645	3
33827	Vega De Restiello	vega-de-restiello	AS	O	33005	43.3227	-6.1645	3
33827	Vio De Pedrouco	vio-de-pedrouco	AS	O	33005	43.3227	-6.1645	3
33828	Quintana	quintana	AS	O	33010	43.268	-6.3068	4
33828	Ferreras (Candamo)	ferreras-candamo	AS	O	33010	43.437	-6.0958	3
33828	San Roman De Candamo	san-roman-de-candamo	AS	O	33010	43.4516	-6.0758	4
33828	Mortera, La (Candamo)	mortera-la-candamo	AS	O	33010	43.437	-6.0958	3
33828	Espinosa	espinosa	AS	O	33010	43.4648	-6.0781	4
33828	Portiella, La (Grado)	portiella-la-grado	AS	O	33010	43.437	-6.0958	3
33828	Sandiche	sandiche	AS	O	33010	43.4267	-6.0625	4
33828	Villa (Candamo)	villa-candamo	AS	O	33010	43.437	-6.0958	3
33828	San Tirso De Candamo	san-tirso-de-candamo	AS	O	33010	43.45	-6.0833	4
33828	Picaroso	picaroso	AS	O	33010	43.437	-6.0958	3
33828	Santoseso	santoseso	AS	O	33010	43.4641	-6.0947	4
33828	Fojaca	fojaca	AS	O	33010	43.437	-6.0958	3
33828	Fenolleda	fenolleda	AS	O	33010	43.4646	-6.0865	4
33828	Otero (Candamo)	otero-candamo	AS	O	33010	43.437	-6.0958	3
33828	Fontebona	fontebona	AS	O	33010	43.4803	-6.0708	4
33828	Morana	morana	AS	O	33010	43.437	-6.0958	3
33828	Valle De Candamo	valle-de-candamo	AS	O	33010	43.4667	-6.0333	4
33828	Aces De Candamo	aces-de-candamo	AS	O	33010	43.4333	-6.0667	4
33828	Fojaca, La (Grado)	fojaca-la-grado	AS	O	33010	43.437	-6.0958	3
33828	Vistalegre (Grado)	vistalegre-grado	AS	O	33010	43.437	-6.0958	3
33828	El Terrero	el-terrero	AS	O	33010	43.437	-6.0958	3
33828	Santa Eulalia (Candamo)	santa-eulalia-candamo	AS	O	33010	43.437	-6.0958	3
33828	Ricabo (Candamo)	ricabo-candamo	AS	O	33010	43.437	-6.0958	3
33828	Prahua (Candamo)	prahua-candamo	AS	O	33010	43.437	-6.0958	3
33828	Valdemora (Candamo)	valdemora-candamo	AS	O	33010	43.437	-6.0958	3
33828	Torno (Grado)	torno-grado	AS	O	33010	43.437	-6.0958	3
33828	Molinos De Agosto	molinos-de-agosto	AS	O	33010	43.437	-6.0958	3
33828	Villanueva De Candamo	villanueva-de-candamo	AS	O	33010	43.437	-6.0958	3
33828	Villamarin De Candamo	villamarin-de-candamo	AS	O	33010	43.437	-6.0958	3
33828	Gorrion	gorrion	AS	O	33010	43.437	-6.0958	3
33828	Matiega	matiega	AS	O	33010	43.437	-6.0958	3
33828	Llavayos	llavayos	AS	O	33010	43.437	-6.0958	3
33828	Los Canales	los-canales	AS	O	33010	43.437	-6.0958	3
33828	Las Parrucas	las-parrucas	AS	O	33010	43.437	-6.0958	3
33828	Fabariego (Grado)	fabariego-grado	AS	O	33010	43.437	-6.0958	3
33828	Barrioazul	barrioazul	AS	O	33010	43.437	-6.0958	3
33828	El Bravuco	el-bravuco	AS	O	33010	43.437	-6.0958	3
33828	Bustiello (Grado)	bustiello-grado	AS	O	33010	43.437	-6.0958	3
33828	Cadenado	cadenado	AS	O	33010	43.437	-6.0958	3
33828	Campo Del Cura	campo-del-cura	AS	O	33010	43.437	-6.0958	3
33828	Casas De Abajo (Grado)	casas-de-abajo-grado	AS	O	33010	43.437	-6.0958	3
33828	Castañedo (Grado)	castanedo-grado	AS	O	33010	43.437	-6.0958	3
33829	Villar De Candamo	villar-de-candamo	AS	O	33010	43.4324	-6.036	4
33829	Asniella	asniella	AS	O	33010	43.3976	-6.067	3
33829	Somines	somines	AS	O	33010	43.3674	-6.0098	4
33829	Caleyo, El (Candamo)	caleyo-el-candamo	AS	O	33010	43.3976	-6.067	3
33829	Grullos	grullos	AS	O	33010	43.4326	-6.0519	4
33829	Faces (Candamo)	faces-candamo	AS	O	33010	43.3976	-6.067	3
33829	Murias De Candamo	murias-de-candamo	AS	O	33010	43.4304	-6.0468	4
33829	Coallaju	coallaju	AS	O	33010	43.3976	-6.067	3
33829	San Juan De Villapañada	san-juan-de-villapanada	AS	O	33010	43.3833	-6.1	4
33829	La Llamiella	la-llamiella	AS	O	33010	43.3976	-6.067	3
33829	Fuejo (Salas)	fuejo-salas	AS	O	33010	43.4118	-6.2602	4
33829	Alvare (Grado)	alvare-grado	AS	O	33010	43.3976	-6.067	3
33829	Figaredo De Candamo	figaredo-de-candamo	AS	O	33010	43.4193	-6.0498	4
33829	Loredo (Grado)	loredo-grado	AS	O	33010	43.3976	-6.067	3
33829	Argañosa	arganosa	AS	O	33010	43.4861	-6.0103	4
33829	Bondeyo	bondeyo	AS	O	33010	43.3976	-6.067	3
33829	Rebollada (Salas)	rebollada-salas	AS	O	33010	43.4118	-6.2602	4
33829	Barraca (Grado)	barraca-grado	AS	O	33010	43.3976	-6.067	3
33829	Coalla	coalla	AS	O	33010	43.3344	-6.0548	4
33829	Villar (Grado)	villar-grado	AS	O	33010	43.3976	-6.067	3
33829	San Martin De Gurulles	san-martin-de-gurulles	AS	O	33010	43.3667	-6.0333	4
33829	Ventosa (Candamo)	ventosa-candamo	AS	O	33010	43.3976	-6.067	3
33829	Gurulles	gurulles	AS	O	33010	43.3667	-6.0333	4
33829	San Pelayo (Grado)	san-pelayo-grado	AS	O	33010	43.3976	-6.067	3
33829	Llantrales	llantrales	AS	O	33010	43.3667	-6.0667	4
33829	Rozadas (Grado)	rozadas-grado	AS	O	33010	43.3976	-6.067	3
33829	Bohiles	bohiles	AS	O	33010	43.443	-6.0294	4
33829	Sestiello	sestiello	AS	O	33010	43.4012	-6.0451	4
33829	Reznera	reznera	AS	O	33010	43.3976	-6.067	3
33829	Llamero	llamero	AS	O	33010	43.4537	-6.0329	4
33829	Reigada, La (Candamo)	reigada-la-candamo	AS	O	33010	43.3976	-6.067	3
33829	Cabruñana	cabrunana	AS	O	33010	43.399	-6.1212	4
33829	Reconco (Grado)	reconco-grado	AS	O	33010	43.3976	-6.067	3
33829	Peñaflor	penaflor	AS	O	33010	43.4023	-6.0461	4
33829	Rebollada, La (Candamo)	rebollada-la-candamo	AS	O	33010	43.3976	-6.067	3
33829	Vega De Peridiello	vega-de-peridiello	AS	O	33010	43.35	-6.0167	4
33829	Candamin	candamin	AS	O	33010	43.3976	-6.067	3
33829	Aguera De Candamo	aguera-de-candamo	AS	O	33010	43.4185	-6.0544	4
33829	Campillin	campillin	AS	O	33010	43.3976	-6.067	3
33829	Temia	temia	AS	O	33010	43.3311	-6.0753	4
33829	La Garaba	la-garaba	AS	O	33010	43.3976	-6.067	3
33829	La Linar	la-linar	AS	O	33010	43.3976	-6.067	3
33829	La Roñada	la-ronada	AS	O	33010	43.3976	-6.067	3
33829	San Pelayo De Sienra	san-pelayo-de-sienra	AS	O	33010	43.3749	-6.0236	4
33829	La Tejera	la-tejera	AS	O	33010	43.3976	-6.067	3
33829	Llanos, Los (El Fresno-Grado)	llanos-los-el-fresno-grado	AS	O	33010	43.3833	-6.1167	4
33829	Tablado (Candamo)	tablado-candamo	AS	O	33010	43.3976	-6.067	3
33829	Panizal	panizal	AS	O	33010	43.3581	-6.0513	4
33829	La Tronca	la-tronca	AS	O	33010	43.3976	-6.067	3
33829	Cuero	cuero	AS	O	33010	43.4167	-6.05	4
33829	Paciones	paciones	AS	O	33010	43.3976	-6.067	3
33829	Figal, La (Grado)	figal-la-grado	AS	O	33010	43.3976	-6.067	3
33829	Pando (Grado)	pando-grado	AS	O	33010	43.3976	-6.067	3
33829	Caridad, La (Grado)	caridad-la-grado	AS	O	33010	43.3976	-6.067	3
33829	Acebedo (Grado)	acebedo-grado	AS	O	33010	43.3976	-6.067	3
33829	Novales, Los (Grado)	novales-los-grado	AS	O	33010	43.3976	-6.067	3
33829	Murias, Las (Grado)	murias-las-grado	AS	O	33010	43.3976	-6.067	3
33829	El Monte Llamero	el-monte-llamero	AS	O	33010	43.3976	-6.067	3
33829	Mafalla (Candamo)	mafalla-candamo	AS	O	33010	43.3976	-6.067	3
33829	Casas Del Monte (Grado)	casas-del-monte-grado	AS	O	33010	43.3976	-6.067	3
33829	Anzo (Grado)	anzo-grado	AS	O	33010	43.3976	-6.067	3
33829	Campamojada	campamojada	AS	O	33010	43.3976	-6.067	3
33829	Las Pandiellas	las-pandiellas	AS	O	33010	43.3976	-6.067	3
33829	Las Carquivas	las-carquivas	AS	O	33010	43.3976	-6.067	3
33829	Macetes, Les	macetes-les	AS	O	33010	43.3976	-6.067	3
33829	Valles, Los (Candamo)	valles-los-candamo	AS	O	33010	43.3976	-6.067	3
33829	Puente De Peñaflor	puente-de-penaflor	AS	O	33010	43.3976	-6.067	3
33829	Pumarin (Grado)	pumarin-grado	AS	O	33010	43.3976	-6.067	3
33829	Rellan (Grado)	rellan-grado	AS	O	33010	43.3976	-6.067	3
33829	Rañeces (Grado)	raneces-grado	AS	O	33010	43.3976	-6.067	3
33829	Fornos, Los (Grado)	fornos-los-grado	AS	O	33010	43.3976	-6.067	3
33829	Fresno, El (Grado)	fresno-el-grado	AS	O	33010	43.3976	-6.067	3
33829	Faedo (Candamo)	faedo-candamo	AS	O	33010	43.3976	-6.067	3
33829	Ferreros (Candamo)	ferreros-candamo	AS	O	33010	43.3976	-6.067	3
33830	Belmonte	belmonte	AS	O	33005	43.2825	-6.2182	4
33836	Antoñana	antonana	AS	O	33005	43.3275	-6.2734	4
33836	Pontigo (Belmonte)	pontigo-belmonte	AS	O	33005	43.2847	-6.2923	3
33836	Begega	begega	AS	O	33005	43.2915	-6.299	4
33836	Abango	abango	AS	O	33005	43.2565	-6.3378	4
33836	Santa Marina (Belmonte)	santa-marina-belmonte	AS	O	33005	43.2847	-6.2923	3
33836	Las Estacas	las-estacas	AS	O	33005	43.2775	-6.2711	4
33836	Estilleiro	estilleiro	AS	O	33005	43.2847	-6.2923	3
33836	Carricedo	carricedo	AS	O	33005	43.2833	-6.2669	4
33836	Valle De Begega	valle-de-begega	AS	O	33005	43.2847	-6.2923	3
33836	Boinas	boinas	AS	O	33005	43.2721	-6.3057	4
33836	Millara	millara	AS	O	33005	43.2847	-6.2923	3
33836	Vega De Quintana	vega-de-quintana	AS	O	33005	43.2847	-6.2923	3
33836	Villar De Tejon	villar-de-tejon	AS	O	33005	43.2847	-6.2923	3
33836	Villaverde (Belmonte)	villaverde-belmonte	AS	O	33005	43.2847	-6.2923	3
33836	Balbona (Belmonte)	balbona-belmonte	AS	O	33005	43.2847	-6.2923	3
33836	Alcedo (Belmonte)	alcedo-belmonte	AS	O	33005	43.2847	-6.2923	3
33836	Ferredal, El (Belmonte)	ferredal-el-belmonte	AS	O	33005	43.2847	-6.2923	3
33836	Quintana (Belmonte)	quintana-belmonte	AS	O	33005	43.2847	-6.2923	3
33837	Fresnedo (Belmonte)	fresnedo-belmonte	AS	O	33005	43.2798	-6.2328	4
33837	Alvariza	alvariza	AS	O	33005	43.2798	-6.2328	3
33837	Cezana	cezana	AS	O	33005	43.2798	-6.2328	4
33837	Pascual (Blamonte)	pascual-blamonte	AS	O	33005	43.2798	-6.2328	3
33837	Posadoiro (Belmonte)	posadoiro-belmonte	AS	O	33005	43.2798	-6.2328	4
33837	Dorera	dorera	AS	O	33005	43.2798	-6.2328	3
33837	Corias De Arriba	corias-de-arriba	AS	O	33005	43.2798	-6.2328	3
33837	Corias De Abajo	corias-de-abajo	AS	O	33005	43.2798	-6.2328	3
33838	Vigaña De Arcello	vigana-de-arcello	AS	O	33005	43.2548	-6.2472	4
33838	Faedo (Belmonte)	faedo-belmonte	AS	O	33005	43.2703	-6.2157	3
33838	Dolia	dolia	AS	O	33005	43.263	-6.1968	4
33838	Meruja	meruja	AS	O	33005	43.2931	-6.2033	4
33838	Faidiello (Belmonte)	faidiello-belmonte	AS	O	33005	43.2703	-6.2157	3
33838	Tiblos	tiblos	AS	O	33005	43.2703	-6.2157	3
33838	Tablado (Belmonte)	tablado-belmonte	AS	O	33005	43.2703	-6.2157	3
33838	La Casa El Sol	la-casa-el-sol	AS	O	33005	43.2703	-6.2157	3
33838	Los Bazales	los-bazales	AS	O	33005	43.2703	-6.2157	3
33838	Repenerencia	repenerencia	AS	O	33005	43.2703	-6.2157	3
33838	Cruces, Las (Belmonte)	cruces-las-belmonte	AS	O	33005	43.2703	-6.2157	3
33839	Ondes	ondes	AS	O	33005	43.2581	-6.2166	4
33839	Montovo	montovo	AS	O	33005	43.2049	-6.2231	4
33839	San Martin De Ondes	san-martin-de-ondes	AS	O	33005	43.2294	-6.2197	3
33839	Llamoso	llamoso	AS	O	33005	43.2252	-6.2196	4
33840	Llamardal	llamardal	AS	O	33068	43.0934	-6.2229	3
33840	Gua	gua	AS	O	33068	43.0804	-6.2607	4
33840	Urria (P. Somiedo)	urria-p-somiedo	AS	O	33068	43.0934	-6.2229	3
33840	Saliencia	saliencia	AS	O	33068	43.0864	-6.1412	4
33840	Coto, El (Somiedo)	coto-el-somiedo	AS	O	33068	43.0934	-6.2229	3
33840	Valle De Lago	valle-de-lago	AS	O	33068	43.0725	-6.1993	4
33840	Caunedo (Somiedo)	caunedo-somiedo	AS	O	33068	43.0934	-6.2229	3
33840	Perlunes	perlunes	AS	O	33068	43.0897	-6.283	4
33840	Villarin (Somiedo)	villarin-somiedo	AS	O	33068	43.0934	-6.2229	3
33840	Aguino	aguino	AS	O	33068	43.1063	-6.2729	4
33840	Pola De Somiedo	pola-de-somiedo	AS	O	33068	43.0929	-6.2563	4
33840	Arbellales (Somiedo)	arbellales-somiedo	AS	O	33068	43.0934	-6.2229	3
33840	Endriga	endriga	AS	O	33068	43.0922	-6.1568	4
33840	Puerto (Somiedo)	puerto-somiedo	AS	O	33068	43.0934	-6.2229	3
33840	Veigas	veigas	AS	O	33068	43.1036	-6.2142	4
33840	Peral, La (Somiedo)	peral-la-somiedo	AS	O	33068	43.0934	-6.2229	3
33840	Llamera, La (Somiedo)	llamera-la-somiedo	AS	O	33068	43.0934	-6.2229	3
33840	Falguera	falguera	AS	O	33068	43.1164	-6.2212	4
33841	Viñas, Las (Somiedo)	vinas-las-somiedo	AS	O	33068	43.1599	-6.2493	3
33841	Santiago De Hermo	santiago-de-hermo	AS	O	33068	43.1706	-6.2715	4
33841	Bustariega	bustariega	AS	O	33068	43.1842	-6.2397	4
33841	Villamor	villamor	AS	O	33068	43.1405	-6.2209	4
33841	Castro (Somiedo)	castro-somiedo	AS	O	33068	43.1599	-6.2493	3
33841	Las Morteras	las-morteras	AS	O	33068	43.1529	-6.2352	4
33841	Orderias (Somiedo)	orderias-somiedo	AS	O	33068	43.1599	-6.2493	3
33841	La Riera De Somiedo	la-riera-de-somiedo	AS	O	33068	43.1598	-6.2618	4
33841	Valcarcel	valcarcel	AS	O	33068	43.17	-6.2289	4
33841	Villaux	villaux	AS	O	33068	43.1495	-6.2517	4
33841	Clavillas	clavillas	AS	O	33068	43.1725	-6.258	4
33841	Pineda	pineda	AS	O	33068	43.1392	-6.2763	4
33842	Pigueña	piguena	AS	O	33005	43.1369	-6.33	4
33842	Pigueces	pigueces	AS	O	33005	43.1498	-6.3144	4
33842	Villar De Vildas	villar-de-vildas	AS	O	33005	43.0895	-6.3368	4
33842	Cores	cores	AS	O	33005	43.1092	-6.3204	4
33842	Santullano (Somiedo)	santullano-somiedo	AS	O	33005	43.1213	-6.3254	3
33842	Robledo (Somiedo)	robledo-somiedo	AS	O	33005	43.1213	-6.3254	3
33842	Rebollada (Somiedo)	rebollada-somiedo	AS	O	33005	43.1213	-6.3254	3
33842	Aguasmestas	aguasmestas	AS	O	33005	43.1213	-6.3254	3
33843	Cuevas (Belmonte)	cuevas-belmonte	AS	O	33005	43.1916	-6.282	4
33843	Almurfe	almurfe	AS	O	33005	43.1916	-6.282	4
33844	Aguerina	aguerina	AS	O	33005	43.2217	-6.2505	4
33844	Ciguedres	ciguedres	AS	O	33005	43.2307	-6.2761	4
33844	Aguera (Belmonte)	aguera-belmonte	AS	O	33005	43.2227	-6.2704	3
33844	Villar De Zuepos	villar-de-zuepos	AS	O	33005	43.2157	-6.2846	4
33844	Arena, La (Belmonte)	arena-la-belmonte	AS	O	33005	43.2227	-6.2704	3
33844	Castañera (Belmonte)	castanera-belmonte	AS	O	33005	43.2227	-6.2704	3
33844	Ferreiria (Belmonte)	ferreiria-belmonte	AS	O	33005	43.2227	-6.2704	3
33844	San Esteban (Belmonte)	san-esteban-belmonte	AS	O	33005	43.2227	-6.2704	3
33844	Rozos	rozos	AS	O	33005	43.2227	-6.2704	3
33844	Quintanal (Belmonte)	quintanal-belmonte	AS	O	33005	43.2227	-6.2704	3
33844	Abedul (Belmonte)	abedul-belmonte	AS	O	33005	43.2227	-6.2704	3
33845	Bello (Belmonte)	bello-belmonte	AS	O	33005	43.2825	-6.2182	4
33845	Pando (Belmonte)	pando-belmonte	AS	O	33005	43.2825	-6.2182	4
33845	Menes	menes	AS	O	33005	43.3001	-6.2216	3
33845	Leiguarda	leiguarda	AS	O	33005	43.3298	-6.2318	4
33845	Selviella	selviella	AS	O	33005	43.3233	-6.2218	4
33845	Modreros (Belmonte)	modreros-belmonte	AS	O	33005	43.2825	-6.2182	4
33846	San Cristobal (Belmonte)	san-cristobal-belmonte	AS	O	33005	43.35	-6.2	3
33846	San Martin De Lodon	san-martin-de-lodon	AS	O	33005	43.35	-6.2	4
33846	Villanueva (Belmonte)	villanueva-belmonte	AS	O	33005	43.35	-6.2	3
33846	Oviñaña (Belmonte)	ovinana-belmonte	AS	O	33005	43.35	-6.2	3
33846	Fontoria (Belmonte)	fontoria-belmonte	AS	O	33005	43.35	-6.2	3
33846	Barcena De Alava	barcena-de-alava	AS	O	33005	43.35	-6.2	3
33850	Fresnedo (Cornellana)	fresnedo-cornellana	AS	O	33059	43.4138	-6.1591	4
33850	Candanonegro	candanonegro	AS	O	33059	43.4148	-6.1617	3
33850	Folguerinas	folguerinas	AS	O	33059	43.4167	-6.1667	4
33850	Verdugos	verdugos	AS	O	33059	43.4148	-6.1617	3
33850	Santueñina (Cornellana)	santuenina-cornellana	AS	O	33059	43.4138	-6.1591	4
33850	Fajas	fajas	AS	O	33059	43.4148	-6.1617	3
33850	Cornellana (Salas)	cornellana-salas	AS	O	33059	43.4148	-6.1617	3
33850	Las Nisales	las-nisales	AS	O	33059	43.4148	-6.1617	3
33857	Bulse	bulse	AS	O	33059	43.4153	-6.1321	4
33857	La Rodriga	la-rodriga	AS	O	33059	43.4146	-6.1506	3
33857	Eiros (Cornellana)	eiros-cornellana	AS	O	33059	43.4138	-6.1591	4
33857	Castiello (Salas)	castiello-salas	AS	O	33059	43.4146	-6.1506	3
33857	San Esteban (Cornellana)	san-esteban-cornellana	AS	O	33059	43.4138	-6.1591	4
33857	Doriga (San Esteban-Salas)	doriga-san-esteban-salas	AS	O	33059	43.3982	-6.1416	4
33857	San Justo De Doriga	san-justo-de-doriga	AS	O	33059	43.4337	-6.1353	4
33857	Villar (Cornellana)	villar-cornellana	AS	O	33059	43.4138	-6.1591	4
33857	Reconco (Cornellana)	reconco-cornellana	AS	O	33059	43.4138	-6.1591	4
33857	Cotariello (Cornellana)	cotariello-cornellana	AS	O	33059	43.4138	-6.1591	4
33858	Rubial (Doriga - Salas)	rubial-doriga-salas	AS	O	33059	43.3982	-6.1416	4
33858	Casas Del Puente	casas-del-puente	AS	O	33059	43.401	-6.1458	3
33858	Marcelo	marcelo	AS	O	33059	43.3895	-6.1346	4
33858	Doriga (Santa Eulalia - Salas)	doriga-santa-eulalia-salas	AS	O	33059	43.401	-6.1458	3
33858	San Antolin (Cornellana)	san-antolin-cornellana	AS	O	33059	43.4138	-6.1591	4
33858	Doriga (San Antonio-Salas)	doriga-san-antonio-salas	AS	O	33059	43.401	-6.1458	3
33858	San Marcelo	san-marcelo	AS	O	33059	43.3895	-6.1346	4
33858	Loreda	loreda	AS	O	33059	43.401	-6.1458	3
33858	Moratin (Cornellana)	moratin-cornellana	AS	O	33059	43.4138	-6.1591	4
33858	Barrudo	barrudo	AS	O	33059	43.401	-6.1458	3
33859	Borreras	borreras	AS	O	33059	43.3833	-6.1833	4
33859	Cermoño	cermono	AS	O	33059	43.3779	-6.2087	4
33859	Valbona (Cornellana)	valbona-cornellana	AS	O	33059	43.4138	-6.1591	4
33859	Quintoños	quintonos	AS	O	33059	43.4007	-6.176	3
33859	La Planadera	la-planadera	AS	O	33059	43.4007	-6.176	3
33859	Ballota (Cornellana)	ballota-cornellana	AS	O	33059	43.4138	-6.1591	4
33859	Rondero	rondero	AS	O	33059	43.4007	-6.176	3
33859	Nava (Cornellana)	nava-cornellana	AS	O	33059	43.4138	-6.1591	4
33859	Ovanes	ovanes	AS	O	33059	43.3711	-6.234	4
33859	Sobrerriba	sobrerriba	AS	O	33059	43.4045	-6.1618	4
33859	Santa Eufemia (Cornellana)	santa-eufemia-cornellana	AS	O	33059	43.4138	-6.1591	4
33859	Cortes (Cornellana)	cortes-cornellana	AS	O	33059	43.4138	-6.1591	4
33860	Salas	salas	AS	O	33059	43.4118	-6.2602	4
33865	Laneo	laneo	AS	O		43.3667	-6.15	4
33865	San Bartolome De Miranda	san-bartolome-de-miranda	AS	O		43.3544	-6.1728	4
33865	Barcena (Salas)	barcena-salas	AS	O		43.4118	-6.2602	4
33865	Rubial (Santiago De La Barca-Salas)	rubial-santiago-de-la-barca-salas	AS	O		43.3536	-6.1109	3
33865	Pumarada	pumarada	AS	O		43.2163	-5.5481	4
33865	Requejo (Salas)	requejo-salas	AS	O		43.4118	-6.2602	4
33865	Lorero	lorero	AS	O		43.3536	-6.1109	3
33865	Castañedo De Miranda	castanedo-de-miranda	AS	O		43.3536	-6.1109	3
33865	Cutiellos (Belmonte)	cutiellos-belmonte	AS	O		43.3536	-6.1109	3
33865	Alava	alava	AS	O		43.3606	-6.1995	4
33865	Santiago De La Barca	santiago-de-la-barca	AS	O		43.3536	-6.1109	3
33865	Longoria	longoria	AS	O		43.3534	-6.1855	4
33865	Hospital, El (Belmonte)	hospital-el-belmonte	AS	O		43.3536	-6.1109	3
33866	Montenuevo	montenuevo	AS	O	33059	43.4323	-6.2592	3
33866	Malleza	malleza	AS	O	33059	43.4667	-6.2167	4
33866	Vegacebron	vegacebron	AS	O	33059	43.4789	-6.2873	4
33866	Villarin (Malleza)	villarin-malleza	AS	O	33059	43.4667	-6.2167	4
33866	Rubieros	rubieros	AS	O	33059	43.4323	-6.2592	3
33866	Curiscado	curiscado	AS	O	33059	43.4323	-6.2592	3
33866	Borducedo	borducedo	AS	O	33059	43.4844	-6.2851	4
33866	Lindemurias	lindemurias	AS	O	33059	43.4323	-6.2592	3
33866	Folguerosa (Salas)	folguerosa-salas	AS	O	33059	43.4118	-6.2602	4
33866	Brañaivente	branaivente	AS	O	33059	43.4697	-6.2792	4
33866	Gallinero (Salas)	gallinero-salas	AS	O	33059	43.4118	-6.2602	4
33866	Pumar, El (Salas)	pumar-el-salas	AS	O	33059	43.4118	-6.2602	4
33866	Granja, La (Salas)	granja-la-salas	AS	O	33059	43.4118	-6.2602	4
33866	San Cristobal (Salas)	san-cristobal-salas	AS	O	33059	43.4118	-6.2602	4
33866	Acevedo (Salas)	acevedo-salas	AS	O	33059	43.4118	-6.2602	4
33866	San Andres (Salas)	san-andres-salas	AS	O	33059	43.4118	-6.2602	4
33866	Candano, El (Salas)	candano-el-salas	AS	O	33059	43.4118	-6.2602	4
33866	Cerezal (Salas)	cerezal-salas	AS	O	33059	43.4118	-6.2602	4
33866	Barraca (Salas)	barraca-salas	AS	O	33059	43.4118	-6.2602	4
33867	El Pozo	el-pozo	AS	O	33059	43.438	-6.2421	3
33867	Daner	daner	AS	O	33059	43.4406	-6.2481	4
33867	El Alba	el-alba	AS	O	33059	43.438	-6.2421	3
33867	Priero	priero	AS	O	33059	43.4346	-6.252	4
33867	Mouruso (Salas)	mouruso-salas	AS	O	33059	43.438	-6.2421	3
33867	Cardus	cardus	AS	O	33059	43.4333	-6.2167	4
33867	Puerta, La (Salas)	puerta-la-salas	AS	O	33059	43.438	-6.2421	3
33867	Camuño	camuno	AS	O	33059	43.4167	-6.2167	4
33867	Prada (Salas)	prada-salas	AS	O	33059	43.438	-6.2421	3
33867	Valderrodero	valderrodero	AS	O	33059	43.4586	-6.2715	4
33867	Piniella (Salas)	piniella-salas	AS	O	33059	43.438	-6.2421	3
33867	Mallecina	mallecina	AS	O	33059	43.449	-6.2564	4
33867	Las Centiniegas	las-centiniegas	AS	O	33059	43.438	-6.2421	3
33867	Peral, La (Salas)	peral-la-salas	AS	O	33059	43.438	-6.2421	3
33867	Fenigonte	fenigonte	AS	O	33059	43.4333	-6.2333	4
33867	Casona, La (Salas)	casona-la-salas	AS	O	33059	43.438	-6.2421	3
33867	Peña, La (Salas)	pena-la-salas	AS	O	33059	43.438	-6.2421	3
33867	Toral (Salas)	toral-salas	AS	O	33059	43.438	-6.2421	3
33867	Viesca, La (Salas)	viesca-la-salas	AS	O	33059	43.438	-6.2421	3
33867	Arquera, La (Salas)	arquera-la-salas	AS	O	33059	43.438	-6.2421	3
33867	Barrio, El (Salas)	barrio-el-salas	AS	O	33059	43.438	-6.2421	3
33867	Caborno (Salas)	caborno-salas	AS	O	33059	43.438	-6.2421	3
33867	Caleyo, El (Salas)	caleyo-el-salas	AS	O	33059	43.438	-6.2421	3
33867	Campas (Salas)	campas-salas	AS	O	33059	43.438	-6.2421	3
33867	Carbajal (Salas)	carbajal-salas	AS	O	33059	43.438	-6.2421	3
33867	Corradas, Las (Salas)	corradas-las-salas	AS	O	33059	43.438	-6.2421	3
33867	Escobio (Salas)	escobio-salas	AS	O	33059	43.438	-6.2421	3
33867	Estrada, La (Salas)	estrada-la-salas	AS	O	33059	43.438	-6.2421	3
33867	Folgueiro (Salas)	folgueiro-salas	AS	O	33059	43.438	-6.2421	3
33867	Linares (Salas)	linares-salas	AS	O	33059	43.438	-6.2421	3
33867	Casamayor (Salas)	casamayor-salas	AS	O	33059	43.438	-6.2421	3
33867	Villarin (Salas)	villarin-salas	AS	O	33059	43.438	-6.2421	3
33867	Santullano (Salas)	santullano-salas	AS	O	33059	43.438	-6.2421	3
33867	Tarano (Salas)	tarano-salas	AS	O	33059	43.438	-6.2421	3
33868	Poles	poles	AS	O	33059	43.4006	-6.2701	4
33868	La Calzada	la-calzada	AS	O	33059	43.5333	-5.7	4
33868	Figares (Salas)	figares-salas	AS	O	33059	43.4274	-6.135	3
33868	Loris	loris	AS	O	33059	43.4172	-6.2044	4
33868	Villampero	villampero	AS	O	33059	43.4274	-6.135	3
33868	Llamas (Salas)	llamas-salas	AS	O	33059	43.4274	-6.135	3
33868	Villazon	villazon	AS	O	33059	43.4	-6.2	4
33868	Monte, El (Salas)	monte-el-salas	AS	O	33059	43.4274	-6.135	3
33868	Villamar De Abajo	villamar-de-abajo	AS	O	33059	43.412	-6.2353	4
33868	Monteagudo (Salas)	monteagudo-salas	AS	O	33059	43.4274	-6.135	3
33868	Villarraba	villarraba	AS	O	33059	43.4011	-6.2002	4
33868	Quintana (Salas)	quintana-salas	AS	O	33059	43.4274	-6.135	3
33868	Rabadiello	rabadiello	AS	O	33059	43.4274	-6.135	3
33868	Aciana	aciana	AS	O	33059	43.4274	-6.135	3
33868	Sala, La (Salas)	sala-la-salas	AS	O	33059	43.4274	-6.135	3
33868	Fontanal	fontanal	AS	O	33059	43.4274	-6.135	3
33868	Villamar De Arriba	villamar-de-arriba	AS	O	33059	43.4274	-6.135	3
33868	Villacarisme	villacarisme	AS	O	33059	43.4274	-6.135	3
33868	San Vicente (Salas)	san-vicente-salas	AS	O	33059	43.4274	-6.135	3
33868	San Martin (Salas)	san-martin-salas	AS	O	33059	43.4274	-6.135	3
33868	Allence (Salas)	allence-salas	AS	O	33059	43.4274	-6.135	3
33868	Arrojo (Salas)	arrojo-salas	AS	O	33059	43.4274	-6.135	3
33868	Casazorrina	casazorrina	AS	O	33059	43.4274	-6.135	3
33868	Espinedo (Salas)	espinedo-salas	AS	O	33059	43.4274	-6.135	3
33868	Festiella	festiella	AS	O	33059	43.4274	-6.135	3
33869	Mallecin	mallecin	AS	O	33059	43.4042	-6.2507	4
33869	Carles	carles	AS	O	33059	43.385	-6.2554	3
33869	Soto De Los Infantes	soto-de-los-infantes	AS	O	33059	43.3601	-6.2703	4
33869	Godan	godan	AS	O	33059	43.3908	-6.2453	4
33869	Barrosa, La (Salas)	barrosa-la-salas	AS	O	33059	43.385	-6.2554	3
33869	Arbodas	arbodas	AS	O	33059	43.385	-6.2554	3
33869	Otero (Salas)	otero-salas	AS	O	33059	43.385	-6.2554	3
33869	Pereras	pereras	AS	O	33059	43.385	-6.2554	3
33869	Ablaneda (Salas)	ablaneda-salas	AS	O	33059	43.385	-6.2554	3
33869	Viescas (Salas)	viescas-salas	AS	O	33059	43.385	-6.2554	3
33869	Pevidal, El (Salas	pevidal-el-salas	AS	O	33059	43.385	-6.2554	3
33869	Venta, La (Salas)	venta-la-salas	AS	O	33059	43.385	-6.2554	3
33869	Vega, La (Salas)	vega-la-salas	AS	O	33059	43.385	-6.2554	3
33869	Vega De Los Peredos	vega-de-los-peredos	AS	O	33059	43.385	-6.2554	3
33869	Piñedo	pinedo	AS	O	33059	43.385	-6.2554	3
33870	Ocio	ocio	AS	O	33073	43.3377	-6.4145	3
33870	Buenavista (Tineo)	buenavista-tineo	AS	O	33073	43.3377	-6.4145	4
33870	Tineo	tineo	AS	O	33073	43.3377	-6.4145	4
33870	Braña, La (Tineo)	brana-la-tineo	AS	O	33073	43.3377	-6.4145	4
33873	Bullacente	bullacente	AS	O	33073	43.4203	-6.6148	4
33873	Calabazos	calabazos	AS	O	33073	43.3148	-6.314	4
33873	Muñalen	munalen	AS	O	33073	43.4113	-6.5159	4
33873	Ese De Calleras	ese-de-calleras	AS	O	33073	43.4232	-6.4752	4
33873	Burgazal	burgazal	AS	O	33073	43.3979	-6.6329	4
33873	Barzanallana	barzanallana	AS	O	33073	43.409	-6.5929	4
33873	Rellanos	rellanos	AS	O	33073	43.3931	-6.6238	4
33873	Paradiella	paradiella	AS	O	33073	43.3617	-6.6546	4
33873	Atalaya (Tineo)	atalaya-tineo	AS	O	33073	43.397	-6.5541	3
33873	Calleras	calleras	AS	O	33073	43.4225	-6.4706	4
33873	Leirosa	leirosa	AS	O	33073	43.3727	-6.6429	4
33873	Foyedo (Navelgas-Tineo)	foyedo-navelgas-tineo	AS	O	33073	43.4051	-6.552	4
33873	Conto	conto	AS	O	33073	43.4085	-6.5768	4
33873	Cerezal De Rellanos	cerezal-de-rellanos	AS	O	33073	43.397	-6.5541	3
33873	Zardain	zardain	AS	O	33073	43.3925	-6.5507	4
33873	Morados	morados	AS	O	33073	43.3922	-6.5459	4
33873	Folgueras De Muñalen	folgueras-de-munalen	AS	O	33073	43.397	-6.5541	3
33873	Vega De Muñalen	vega-de-munalen	AS	O	33073	43.4095	-6.5007	4
33873	Vallinaferrera	vallinaferrera	AS	O	33073	43.3861	-6.6096	4
33873	Coldobredo	coldobredo	AS	O	33073	43.397	-6.5541	3
33873	Rebollada (Navelgas-Tineo)	rebollada-navelgas-tineo	AS	O	33073	43.4051	-6.552	4
33873	Llaneces De Rellanos	llaneces-de-rellanos	AS	O	33073	43.397	-6.5541	3
33873	Relloso (Navelgas-Tineo)	relloso-navelgas-tineo	AS	O	33073	43.4051	-6.552	4
33873	Fuentes (Tineo)	fuentes-tineo	AS	O	33073	43.397	-6.5541	3
33873	Tejera, La (Navelgas-Tineo)	tejera-la-navelgas-tineo	AS	O	33073	43.4051	-6.552	4
33873	Foz (Tineo)	foz-tineo	AS	O	33073	43.397	-6.5541	3
33873	Navelgas	navelgas	AS	O	33073	43.4051	-6.552	4
33873	Peral, La (Tineo)	peral-la-tineo	AS	O	33073	43.397	-6.5541	3
33873	Sabadell De Navelgas	sabadell-de-navelgas	AS	O	33073	43.397	-6.5541	3
33873	Carrizal (Tineo)	carrizal-tineo	AS	O	33073	43.397	-6.5541	3
33873	Barreiro (Tineo)	barreiro-tineo	AS	O	33073	43.397	-6.5541	3
33873	Bustellin	bustellin	AS	O	33073	43.397	-6.5541	3
33873	Fresnedo (Tineo)	fresnedo-tineo	AS	O	33073	43.397	-6.5541	3
33873	Villar De Navelgas	villar-de-navelgas	AS	O	33073	43.397	-6.5541	3
33873	La Fanar	la-fanar	AS	O	33073	43.397	-6.5541	3
33873	Venta De Aquilino	venta-de-aquilino	AS	O	33073	43.397	-6.5541	3
33873	Tejedal (Tineo)	tejedal-tineo	AS	O	33073	43.397	-6.5541	3
33873	Parada (Tineo)	parada-tineo	AS	O	33073	43.397	-6.5541	3
33874	Cabuerna	cabuerna	AS	O	33034	43.3462	-6.5315	4
33874	Escarden	escarden	AS	O	33034	43.4453	-6.5544	4
33874	Cornas	cornas	AS	O	33034	43.3681	-6.5456	4
33874	Nera	nera	AS	O	33034	43.3938	-6.5308	3
33874	Paniceros	paniceros	AS	O	33034	43.4006	-6.4922	4
33874	Riocastiello	riocastiello	AS	O	33034	43.3523	-6.5639	4
33874	Genestosa	genestosa	AS	O	33034	43.3963	-6.5138	4
33874	La Vinada	la-vinada	AS	O	33034	43.3938	-6.5308	3
33874	Miño	mino	AS	O	33034	43.396	-6.531	4
33874	La Fanosa	la-fanosa	AS	O	33034	43.3451	-6.5744	4
33874	Obona	obona	AS	O	33034	43.3435	-6.4791	4
33874	Aristebano	aristebano	AS	O	33034	43.4454	-6.5313	4
33874	Candanedo (Naraval)	candanedo-naraval	AS	O	33034	43.4243	-6.5351	4
33874	Luciernas	luciernas	AS	O	33034	43.3752	-6.5037	4
33874	La Rebollosa	la-rebollosa	AS	O	33034	43.3938	-6.5308	3
33874	Folgueras Del Rio	folgueras-del-rio	AS	O	33034	43.448	-6.5822	4
33874	Monterizo	monterizo	AS	O	33034	43.4288	-6.5586	4
33874	Barcena Del Monasterio	barcena-del-monasterio	AS	O	33034	43.3643	-6.5185	4
33874	Cuestalonga	cuestalonga	AS	O	33034	43.3938	-6.5308	3
33874	San Fructuoso	san-fructuoso	AS	O	33034	43.3881	-6.5008	4
33874	Folgueras De Cornas	folgueras-de-cornas	AS	O	33034	43.3709	-6.537	4
33874	Prado (Tineo)	prado-tineo	AS	O	33034	43.3938	-6.5308	3
33874	Busiñan	businan	AS	O	33034	43.4372	-6.5648	4
33874	Piedratecha	piedratecha	AS	O	33034	43.3938	-6.5308	3
33874	Naraval	naraval	AS	O	33034	43.4243	-6.5351	4
33874	Tablado Del Rio	tablado-del-rio	AS	O	33034	43.3938	-6.5308	3
33874	Tablado De Riviella	tablado-de-riviella	AS	O	33034	43.3764	-6.4621	4
33874	Tarantiellos	tarantiellos	AS	O	33034	43.3938	-6.5308	3
33874	Valle De Tablado	valle-de-tablado	AS	O	33034	43.3938	-6.5308	3
33874	Venta Arcadio	venta-arcadio	AS	O	33034	43.3938	-6.5308	3
33874	Venta Del Aire (Tineo)	venta-del-aire-tineo	AS	O	33034	43.3938	-6.5308	3
33874	Venta El Pagano	venta-el-pagano	AS	O	33034	43.3938	-6.5308	3
33874	Venta Quildan	venta-quildan	AS	O	33034	43.3938	-6.5308	3
33874	Villapro	villapro	AS	O	33034	43.3938	-6.5308	3
33874	Villarino Del Rio	villarino-del-rio	AS	O	33034	43.3938	-6.5308	3
33874	Villatriz	villatriz	AS	O	33034	43.3938	-6.5308	3
33874	Carbajal (Tineo)	carbajal-tineo	AS	O	33034	43.3938	-6.5308	3
33874	Cebedal, La (Tineo)	cebedal-la-tineo	AS	O	33034	43.3938	-6.5308	3
33874	Cerecedo De Cabuerna	cerecedo-de-cabuerna	AS	O	33034	43.3938	-6.5308	3
33874	Cerezal De Tablado	cerezal-de-tablado	AS	O	33034	43.3938	-6.5308	3
33874	San Andres (Tineo)	san-andres-tineo	AS	O	33034	43.3938	-6.5308	3
33874	Riviella (Tineo)	riviella-tineo	AS	O	33034	43.3938	-6.5308	3
33874	Piedralonga	piedralonga	AS	O	33034	43.3938	-6.5308	3
33874	Piedrafita (Tineo)	piedrafita-tineo	AS	O	33034	43.3938	-6.5308	3
33874	Santa Eulalia De Miño	santa-eulalia-de-mino	AS	O	33034	43.3938	-6.5308	3
33874	San Salvador (Tineo)	san-salvador-tineo	AS	O	33034	43.3938	-6.5308	3
33874	San Martin De Forcayado	san-martin-de-forcayado	AS	O	33034	43.3938	-6.5308	3
33874	San Pedro De Barcena	san-pedro-de-barcena	AS	O	33034	43.3938	-6.5308	3
33874	Tiendas, Las (Tineo)	tiendas-las-tineo	AS	O	33034	43.3938	-6.5308	3
33874	Arcillero	arcillero	AS	O	33034	43.3938	-6.5308	3
33874	Silvallana (Tineo)	silvallana-tineo	AS	O	33034	43.3938	-6.5308	3
33874	Trespando	trespando	AS	O	33034	43.3938	-6.5308	3
33874	Berrugoso	berrugoso	AS	O	33034	43.3938	-6.5308	3
33874	Bustellon	bustellon	AS	O	33034	43.3938	-6.5308	3
33874	Rellon (Tineo)	rellon-tineo	AS	O	33034	43.3938	-6.5308	3
33874	Recorba	recorba	AS	O	33034	43.3938	-6.5308	3
33874	Ese De San Vicente	ese-de-san-vicente	AS	O	33034	43.3938	-6.5308	3
33874	Collada (Tineo)	collada-tineo	AS	O	33034	43.3938	-6.5308	3
33874	Francos (Tineo)	francos-tineo	AS	O	33034	43.3938	-6.5308	3
33874	Fajera, La (Tineo)	fajera-la-tineo	AS	O	33034	43.3938	-6.5308	3
33874	Murias (Tineo)	murias-tineo	AS	O	33034	43.3938	-6.5308	3
33874	Hervederas	hervederas	AS	O	33034	43.3938	-6.5308	3
33874	Lantero (Tineo)	lantero-tineo	AS	O	33034	43.3938	-6.5308	3
33874	Noron	noron	AS	O	33034	43.3938	-6.5308	3
33874	Ordial De Miño	ordial-de-mino	AS	O	33034	43.3938	-6.5308	3
33874	Tremado (Tineo)	tremado-tineo	AS	O	33034	43.3938	-6.5308	3
33874	Olleros	olleros	AS	O	33034	43.3938	-6.5308	3
33875	San Facundo	san-facundo	AS	O	33073	43.2732	-6.5313	4
33875	Mirallo De Arriba	mirallo-de-arriba	AS	O	33073	43.2833	-6.5154	4
33875	Magarin	magarin	AS	O	33073	43.3118	-6.4961	4
33875	Perluces	perluces	AS	O	33073	43.2979	-6.4854	4
33875	Tejero	tejero	AS	O	33073	43.3024	-6.5291	4
33875	Arganza	arganza	AS	O	33073	43.2654	-6.4947	4
33875	Mallayo	mallayo	AS	O	33073	43.2882	-6.5065	4
33875	San Antonio De Relamiego	san-antonio-de-relamiego	AS	O	33073	43.3087	-6.4693	4
33875	Sobrado	sobrado	AS	O	33073	43.3139	-6.5315	4
33875	Fenolledo	fenolledo	AS	O	33073	43.294	-6.5145	3
33875	Pendosen	pendosen	AS	O	33073	43.286	-6.5392	4
33875	Carcediel	carcediel	AS	O	33073	43.3007	-6.589	4
33875	Villarpadrid	villarpadrid	AS	O	33073	43.3105	-6.5036	4
33875	San Martin De Semproniana	san-martin-de-semproniana	AS	O	33073	43.321	-6.5038	4
33875	Semellon De Abajo	semellon-de-abajo	AS	O	33073	43.294	-6.5145	3
33875	Aguera De Carriles	aguera-de-carriles	AS	O	33073	43.2478	-6.5117	4
33875	Rozadiella (Tineo)	rozadiella-tineo	AS	O	33073	43.294	-6.5145	3
33875	Gera	gera	AS	O	33073	43.3047	-6.4946	4
33875	Quintaniella (Tineo)	quintaniella-tineo	AS	O	33073	43.294	-6.5145	3
33875	Villacin	villacin	AS	O	33073	43.289	-6.5301	4
33875	San Esteban De Relamiego	san-esteban-de-relamiego	AS	O	33073	43.294	-6.5145	3
33875	Lago (Tineo)	lago-tineo	AS	O	33073	43.294	-6.5145	3
33875	Pozon (Tineo)	pozon-tineo	AS	O	33073	43.294	-6.5145	3
33875	San Felix (Tineo)	san-felix-tineo	AS	O	33073	43.294	-6.5145	3
33875	Santa Marina (Tineo)	santa-marina-tineo	AS	O	33073	43.294	-6.5145	3
33875	Cortina (Tineo)	cortina-tineo	AS	O	33073	43.294	-6.5145	3
33875	Eiros, Los (Tineo)	eiros-los-tineo	AS	O	33073	43.294	-6.5145	3
33875	Santueña (Tineo)	santuena-tineo	AS	O	33073	43.294	-6.5145	3
33875	Santullano (Tineo)	santullano-tineo	AS	O	33073	43.294	-6.5145	3
33875	Arroyo (Tineo)	arroyo-tineo	AS	O	33073	43.294	-6.5145	3
33875	Albar	albar	AS	O	33073	43.294	-6.5145	3
33875	Ansaras	ansaras	AS	O	33073	43.294	-6.5145	3
33875	Carriles (Tineo)	carriles-tineo	AS	O	33073	43.294	-6.5145	3
33875	Armayan	armayan	AS	O	33073	43.294	-6.5145	3
33875	Villameana (Tineo)	villameana-tineo	AS	O	33073	43.294	-6.5145	3
33875	Valentin (Tineo)	valentin-tineo	AS	O	33073	43.294	-6.5145	3
33875	Valles De Teso	valles-de-teso	AS	O	33073	43.294	-6.5145	3
33875	Villar De Sapos (Tineo)	villar-de-sapos-tineo	AS	O	33073	43.294	-6.5145	3
33875	Tamallanes	tamallanes	AS	O	33073	43.294	-6.5145	3
33875	Villafronte	villafronte	AS	O	33073	43.294	-6.5145	3
33875	Villarmou	villarmou	AS	O	33073	43.294	-6.5145	3
33875	Vivente	vivente	AS	O	33073	43.294	-6.5145	3
33875	Barzanicas	barzanicas	AS	O	33073	43.294	-6.5145	3
33875	Socarrera	socarrera	AS	O	33073	43.294	-6.5145	3
33875	Ablaneda (Tineo)	ablaneda-tineo	AS	O	33073	43.294	-6.5145	3
33875	Agoveda	agoveda	AS	O	33073	43.294	-6.5145	3
33875	Cerviago	cerviago	AS	O	33073	43.294	-6.5145	3
33875	Vallecueva	vallecueva	AS	O	33073	43.294	-6.5145	3
33875	Cabañas (Tineo)	cabanas-tineo	AS	O	33073	43.294	-6.5145	3
33875	Cachorrero	cachorrero	AS	O	33073	43.294	-6.5145	3
33875	Campo De Sobrado (Tineo)	campo-de-sobrado-tineo	AS	O	33073	43.294	-6.5145	3
33875	Llama, La (Tineo)	llama-la-tineo	AS	O	33073	43.294	-6.5145	3
33875	Mirallo De Abajo	mirallo-de-abajo	AS	O	33073	43.294	-6.5145	3
33875	El Peligro	el-peligro	AS	O	33073	43.294	-6.5145	3
33875	Semellon De Arriba	semellon-de-arriba	AS	O	33073	43.294	-6.5145	3
33875	Berdules	berdules	AS	O	33073	43.294	-6.5145	3
33875	Barzana (Tineo)	barzana-tineo	AS	O	33073	43.294	-6.5145	3
33875	Piñera De San Felix	pinera-de-san-felix	AS	O	33073	43.294	-6.5145	3
33875	Pena (Tineo)	pena-tineo	AS	O	33073	43.294	-6.5145	3
33876	Torayo	torayo	AS	O	33073	43.2527	-6.3601	4
33876	Corniella	corniella	AS	O	33073	43.2833	-6.4667	4
33876	Sorriba	sorriba	AS	O	33073	43.2858	-6.4514	4
33876	Solanos	solanos	AS	O	33073	43.2774	-6.3898	3
33876	Soto De La Barca	soto-de-la-barca	AS	O	33073	43.292	-6.4089	4
33876	Azorera	azorera	AS	O	33073	43.2008	-6.3591	4
33876	Puentecastro	puentecastro	AS	O	33073	43.2395	-6.3546	4
33876	Castiello De La Barca	castiello-de-la-barca	AS	O	33073	43.2964	-6.3714	4
33876	La Troncada	la-troncada	AS	O	33073	43.2774	-6.3898	3
33876	Merilles	merilles	AS	O	33073	43.2774	-6.3561	4
33876	San Adriano (Tineo)	san-adriano-tineo	AS	O	33073	43.2774	-6.3898	3
33876	La Oteda	la-oteda	AS	O	33073	43.3667	-6.4833	4
33876	Prohida, La (Tineo)	prohida-la-tineo	AS	O	33073	43.2774	-6.3898	3
33876	Berzana	berzana	AS	O	33073	43.3123	-6.405	4
33876	Bebares	bebares	AS	O	33073	43.2897	-6.3435	4
33876	Posada (Tineo)	posada-tineo	AS	O	33073	43.2774	-6.3898	3
33876	Tuña	tuna	AS	O	33073	43.2722	-6.3711	4
33876	Florida, La (Tineo)	florida-la-tineo	AS	O	33073	43.2774	-6.3898	3
33876	Villanueva De Sorriba	villanueva-de-sorriba	AS	O	33073	43.2782	-6.4373	4
33876	Espinaredo (Tineo)	espinaredo-tineo	AS	O	33073	43.2774	-6.3898	3
33876	Santa Marta	santa-marta	AS	O	33073	43.2954	-6.3652	4
33876	Forcon (Tineo)	forcon-tineo	AS	O	33073	43.2774	-6.3898	3
33876	Genestaza	genestaza	AS	O	33073	43.2097	-6.3548	4
33876	Cetrales	cetrales	AS	O	33073	43.2774	-6.3898	3
33876	Combarcio	combarcio	AS	O	33073	43.2856	-6.3479	4
33876	Castiello (Tineo)	castiello-tineo	AS	O	33073	43.2774	-6.3898	3
33876	Castañedo (Tineo)	castanedo-tineo	AS	O	33073	43.2774	-6.3898	3
33876	Castañera (Tineo)	castanera-tineo	AS	O	33073	43.2774	-6.3898	3
33876	Bombeao	bombeao	AS	O	33073	43.2774	-6.3898	3
33876	Brañueta (Tineo)	branueta-tineo	AS	O	33073	43.2774	-6.3898	3
33876	Argancinas (Tineo)	argancinas-tineo	AS	O	33073	43.2774	-6.3898	3
33876	Buseiro	buseiro	AS	O	33073	43.2774	-6.3898	3
33876	Aguera De La Barca	aguera-de-la-barca	AS	O	33073	43.2774	-6.3898	3
33876	Areñes (Tineo)	arenes-tineo	AS	O	33073	43.2774	-6.3898	3
33876	Campas, Las (Tineo)	campas-las-tineo	AS	O	33073	43.2774	-6.3898	3
33876	Casares (Tineo)	casares-tineo	AS	O	33073	43.2774	-6.3898	3
33876	Valserondo	valserondo	AS	O	33073	43.2774	-6.3898	3
33876	Tueres	tueres	AS	O	33073	43.2774	-6.3898	3
33876	Tornos, Los (Tineo)	tornos-los-tineo	AS	O	33073	43.2774	-6.3898	3
33876	Silva (Tineo)	silva-tineo	AS	O	33073	43.2774	-6.3898	3
33876	Santianes (Tineo)	santianes-tineo	AS	O	33073	43.2774	-6.3898	3
33876	El Rodical	el-rodical	AS	O	33073	43.2774	-6.3898	3
33876	Requejo (Tineo)	requejo-tineo	AS	O	33073	43.2774	-6.3898	3
33876	Puente Tuña	puente-tuna	AS	O	33073	43.2774	-6.3898	3
33876	Pilotuerto	pilotuerto	AS	O	33073	43.2774	-6.3898	3
33876	Fresno De Genestaza	fresno-de-genestaza	AS	O	33073	43.2774	-6.3898	3
33876	San Vicente (Tineo)	san-vicente-tineo	AS	O	33073	43.2774	-6.3898	3
33877	Buspaulin	buspaulin	AS	O	33073	43.3833	-6.3667	4
33877	Cezures	cezures	AS	O	33073	43.3986	-6.3746	4
33877	Brañalonga	branalonga	AS	O	33073	43.3964	-6.3484	4
33877	Santa Eulalia De Tineo	santa-eulalia-de-tineo	AS	O	33073	43.3476	-6.3928	4
33877	Ondinas	ondinas	AS	O	33073	43.3911	-6.3683	3
33877	Valsoredo	valsoredo	AS	O	33073	43.4234	-6.3664	4
33877	Monteoscuro	monteoscuro	AS	O	33073	43.4053	-6.3791	4
33877	Bedures	bedures	AS	O	33073	43.3833	-6.35	4
33877	Espin, El (Tineo)	espin-el-tineo	AS	O	33073	43.3911	-6.3683	3
33877	Faedo (Tineo)	faedo-tineo	AS	O	33073	43.3911	-6.3683	3
33877	Valle, El (El Crucero - Tineo)	valle-el-el-crucero-tineo	AS	O	33073	43.3911	-6.3683	3
33877	Villanueva De Rañadoiro	villanueva-de-ranadoiro	AS	O	33073	43.3911	-6.3683	3
33877	Valdarieme	valdarieme	AS	O	33073	43.3911	-6.3683	3
33877	Modreiros	modreiros	AS	O	33073	43.3911	-6.3683	3
33877	Tejera, La (El Crucero - Tineo)	tejera-la-el-crucero-tineo	AS	O	33073	43.3911	-6.3683	3
33877	Trapa, La (Tineo)	trapa-la-tineo	AS	O	33073	43.3911	-6.3683	3
33877	Zarrazin	zarrazin	AS	O	33073	43.3911	-6.3683	3
33877	Truebano (Tineo)	truebano-tineo	AS	O	33073	43.3911	-6.3683	3
33877	Millariega	millariega	AS	O	33073	43.3911	-6.3683	3
33877	Couto	couto	AS	O	33073	43.3911	-6.3683	3
33877	El Crucero	el-crucero	AS	O	33073	43.3911	-6.3683	3
33877	Pereda, La (Tineo)	pereda-la-tineo	AS	O	33073	43.3911	-6.3683	3
33877	Busllon	busllon	AS	O	33073	43.3911	-6.3683	3
33877	Pontigas, Las (Tineo)	pontigas-las-tineo	AS	O	33073	43.3911	-6.3683	3
33877	Pedregal (Tineo)	pedregal-tineo	AS	O	33073	43.3911	-6.3683	3
33877	Sebran	sebran	AS	O	33073	43.3911	-6.3683	3
33878	Pereda De Sangoñedo	pereda-de-sangonedo	AS	O	33073	43.3163	-6.5504	4
33878	Colinas De Abajo	colinas-de-abajo	AS	O	33073	43.3131	-6.5899	4
33878	Cerecedo Del Monte	cerecedo-del-monte	AS	O	33073	43.3691	-6.5955	4
33878	Huergola	huergola	AS	O	33073	43.3302	-6.4977	3
33878	Corcolina	corcolina	AS	O	33073	43.2828	-6.5742	4
33878	Samblismo	samblismo	AS	O	33073	43.3167	-6.5667	4
33878	Orrea	orrea	AS	O	33073	43.3229	-6.5453	4
33878	Sabadell De Troncedo	sabadell-de-troncedo	AS	O	33073	43.3302	-6.4977	3
33878	Colinas De Arriba	colinas-de-arriba	AS	O	33073	43.314	-6.5945	4
33878	Fontalba	fontalba	AS	O	33073	43.2916	-6.5603	4
33878	Besapie	besapie	AS	O	33073	43.3341	-6.6437	4
33878	Sangoñedo	sangonedo	AS	O	33073	43.3159	-6.5496	4
33878	Anzas	anzas	AS	O	33073	43.3514	-6.5226	4
33878	Bustiello De Cabuerna	bustiello-de-cabuerna	AS	O	33073	43.3462	-6.5315	4
33878	Robledo De Obona	robledo-de-obona	AS	O	33073	43.3302	-6.4977	3
33878	Borres	borres	AS	O	33073	43.3356	-6.5601	4
33878	Troncedo (Tineo)	troncedo-tineo	AS	O	33073	43.3377	-6.4145	4
33878	Pelontre	pelontre	AS	O	33073	43.3302	-6.4977	3
33878	Mortera, La (Tineo)	mortera-la-tineo	AS	O	33073	43.3377	-6.4145	4
33878	Lavadoira	lavadoira	AS	O	33073	43.3302	-6.4977	3
33878	Porciles (Tineo)	porciles-tineo	AS	O	33073	43.3377	-6.4145	4
33878	Laniello	laniello	AS	O	33073	43.3302	-6.4977	3
33878	Vega De Rey (Tineo)	vega-de-rey-tineo	AS	O	33073	43.3377	-6.4145	4
33878	Valmorisco	valmorisco	AS	O	33073	43.3302	-6.4977	3
33878	Fresno (Tineo)	fresno-tineo	AS	O	33073	43.3377	-6.4145	4
33878	Espin De Sangonedo	espin-de-sangonedo	AS	O	33073	43.3302	-6.4977	3
33878	Fayona, La (Tineo)	fayona-la-tineo	AS	O	33073	43.3377	-6.4145	4
33878	Villerino Del Monte	villerino-del-monte	AS	O	33073	43.3302	-6.4977	3
33878	Lavandera (Tineo)	lavandera-tineo	AS	O	33073	43.3377	-6.4145	4
33878	Villaluz	villaluz	AS	O	33073	43.3302	-6.4977	3
33878	Orderias (Tineo)	orderias-tineo	AS	O	33073	43.3377	-6.4145	4
33878	Villajulian	villajulian	AS	O	33073	43.3302	-6.4977	3
33878	Cueta, La (Tineo)	cueta-la-tineo	AS	O	33073	43.3377	-6.4145	4
33878	Curriellos (Tineo)	curriellos-tineo	AS	O	33073	43.3377	-6.4145	4
33878	Campiello (Tineo)	campiello-tineo	AS	O	33073	43.3377	-6.4145	4
33879	Baradal	baradal	AS	O	33073	43.3244	-6.3633	4
33879	Busmartin	busmartin	AS	O	33073	43.3241	-6.3235	4
33879	Peñafolgueros	penafolgueros	AS	O	33073	43.3979	-6.4352	4
33879	Busmeon	busmeon	AS	O	33073	43.4241	-6.4495	4
33879	Ordial De La Barca	ordial-de-la-barca	AS	O	33073	43.325	-6.3549	4
33879	Fastias	fastias	AS	O	33073	43.4052	-6.4427	4
33879	Llaneces De La Barca	llaneces-de-la-barca	AS	O	33073	43.3021	-6.3539	4
33879	Villatresmil	villatresmil	AS	O	33073	43.3886	-6.4436	4
33879	Las Tabiernas	las-tabiernas	AS	O	33073	43.37	-6.4091	4
33879	Fondal (Tineo)	fondal-tineo	AS	O	33073	43.3577	-6.4077	3
33879	Las Colladas	las-colladas	AS	O	33073	43.3103	-6.3272	4
33879	Bustoburniego	bustoburniego	AS	O	33073	43.3925	-6.4668	4
33879	Mañores	manores	AS	O	33073	43.3316	-6.4261	4
33879	Vallamonte	vallamonte	AS	O	33073	43.3216	-6.3664	4
33879	Campo Caldera	campo-caldera	AS	O	33073	43.3577	-6.4077	3
33879	Bustellan	bustellan	AS	O	33073	43.3868	-6.4031	4
33879	Barredo (Tineo)	barredo-tineo	AS	O	33073	43.3577	-6.4077	3
33879	Trabazo	trabazo	AS	O	33073	43.4174	-6.4499	4
33879	Ponte (Tineo)	ponte-tineo	AS	O	33073	43.3577	-6.4077	3
33879	Nieres	nieres	AS	O	33073	43.3256	-6.3365	4
33879	Llaneza La (Tineo)	llaneza-la-tineo	AS	O	33073	43.3577	-6.4077	3
33879	Santiago De Cerredo	santiago-de-cerredo	AS	O	33073	43.3337	-6.5784	4
33879	Montelloso	montelloso	AS	O	33073	43.3577	-6.4077	3
33879	Llanoriego	llanoriego	AS	O	33073	43.3577	-6.4077	3
33879	Piñera De Barredo	pinera-de-barredo	AS	O	33073	43.3577	-6.4077	3
33879	Grandamuelle	grandamuelle	AS	O	33073	43.3577	-6.4077	3
33879	Pontones, Los (Tineo)	pontones-los-tineo	AS	O	33073	43.3577	-6.4077	3
33879	Llaneces De Calleras	llaneces-de-calleras	AS	O	33073	43.3577	-6.4077	3
33879	Yerbo	yerbo	AS	O	33073	43.3577	-6.4077	3
33879	Villacabrera	villacabrera	AS	O	33073	43.3577	-6.4077	3
33879	Villabona (Tineo)	villabona-tineo	AS	O	33073	43.3577	-6.4077	3
33879	Veneiro	veneiro	AS	O	33073	43.3577	-6.4077	3
33879	Uz, La (Tineo)	uz-la-tineo	AS	O	33073	43.3577	-6.4077	3
33879	San Roque (Tineo)	san-roque-tineo	AS	O	33073	43.3577	-6.4077	3
33879	Rubiera, La (Tineo)	rubiera-la-tineo	AS	O	33073	43.3577	-6.4077	3
33879	Faedal (Tineo)	faedal-tineo	AS	O	33073	43.3577	-6.4077	3
33879	Cruces, Las (Tineo)	cruces-las-tineo	AS	O	33073	43.3577	-6.4077	3
33879	Rio Villar	rio-villar	AS	O	33073	43.3577	-6.4077	3
33879	Folguerua (Tineo)	folguerua-tineo	AS	O	33073	43.3577	-6.4077	3
33879	Fuejo (Tineo)	fuejo-tineo	AS	O	33073	43.3577	-6.4077	3
33879	Pandiello (Tineo)	pandiello-tineo	AS	O	33073	43.3577	-6.4077	3
33879	Peñacabranes	penacabranes	AS	O	33073	43.3577	-6.4077	3
33879	Los Cepones	los-cepones	AS	O	33073	43.3577	-6.4077	3
33879	Casilla, La (Tineo)	casilla-la-tineo	AS	O	33073	43.3577	-6.4077	3
33880	Pola De Allande	pola-de-allande	AS	O	33001	43.2731	-6.6215	4
33885	Fresnedo (San Emiliano)	fresnedo-san-emiliano	AS	O	33001	43.2595	-6.8328	4
33885	Buslabin	buslabin	AS	O	33001	43.2685	-6.6919	3
33885	Quintana, La (Pola De Allande)	quintana-la-pola-de-allande	AS	O	33001	43.2731	-6.6215	4
33885	San Emiliano	san-emiliano	AS	O	33001	43.2595	-6.8328	4
33885	Villadecabo	villadecabo	AS	O	33001	43.2685	-6.6919	3
33885	Vallinas (Pola De Allande)	vallinas-pola-de-allande	AS	O	33001	43.2731	-6.6215	4
33885	Ema	ema	AS	O	33001	43.2685	-6.6919	3
33885	Murias (Pola De Allande)	murias-pola-de-allande	AS	O	33001	43.2731	-6.6215	4
33885	Valle (Pola De Allande)	valle-pola-de-allande	AS	O	33001	43.2731	-6.6215	4
33886	Armenande	armenande	AS	O		43.2347	-6.739	4
33886	Villar De Castanedo	villar-de-castanedo	AS	O		43.2317	-6.7402	3
33886	Villardejusto	villardejusto	AS	O		43.2288	-6.7415	4
33886	Carcedo De Lago	carcedo-de-lago	AS	O		43.2317	-6.7402	3
33886	Lago (Allande)	lago-allande	AS	O		43.2317	-6.7402	3
33886	Santa Maria De Lago	santa-maria-de-lago	AS	O		43.2317	-6.7402	3
33887	Paradas	paradas	AS	O	33001	43.1883	-6.8173	4
33887	San Martin De Valledor	san-martin-de-valledor	AS	O	33001	43.1793	-6.7736	4
33887	Busvidal	busvidal	AS	O	33001	43.201	-6.8175	4
33887	Cornollo	cornollo	AS	O	33001	43.1667	-6.8167	4
33887	Robledo (Pola De Allande)	robledo-pola-de-allande	AS	O	33001	43.2731	-6.6215	4
33887	Berducedo	berducedo	AS	O	33001	43.2329	-6.7699	4
33887	Baldedo (Pola Allande)	baldedo-pola-allande	AS	O	33001	43.2731	-6.6215	4
33887	La Mesa	la-mesa	AS	O	33001	43.2202	-6.8024	4
33887	Teijedo (Pola De Allande)	teijedo-pola-de-allande	AS	O	33001	43.2731	-6.6215	4
33887	Villasonte	villasonte	AS	O	33001	43.1912	-6.7647	4
33887	Villanueva (Pola De Allande)	villanueva-pola-de-allande	AS	O	33001	43.2731	-6.6215	4
33887	Trabaces	trabaces	AS	O	33001	43.1464	-6.7701	4
33887	Castello (Pola De Allande)	castello-pola-de-allande	AS	O	33001	43.2731	-6.6215	4
33887	Fonteta	fonteta	AS	O	33001	43.1357	-6.807	4
33887	San Salvador De Valledor	san-salvador-de-valledor	AS	O	33001	43.2122	-6.7495	3
33887	Corondeño	corondeno	AS	O	33001	43.2645	-6.7702	4
33887	La Furada	la-furada	AS	O	33001	43.2122	-6.7495	3
33887	El Engertal	el-engertal	AS	O	33001	43.2084	-6.7583	4
33887	La Figuerina	la-figuerina	AS	O	33001	43.2352	-6.7995	4
33887	Aguanes	aguanes	AS	O	33001	43.2122	-6.7495	3
33887	Villarpedre	villarpedre	AS	O	33001	43.187	-6.8522	4
33887	Villalain	villalain	AS	O	33001	43.1216	-6.813	4
33887	Los Toucedos	los-toucedos	AS	O	33001	43.2122	-6.7495	3
33887	El Provo	el-provo	AS	O	33001	43.2	-6.75	4
33887	Buspol (Grandas De Salime)	buspol-grandas-de-salime	AS	O	33001	43.2122	-6.7495	3
33887	Bustarel	bustarel	AS	O	33001	43.2122	-6.7495	3
33887	Coba (P. Allande)	coba-p-allande	AS	O	33001	43.2122	-6.7495	3
33887	Barras	barras	AS	O	33001	43.2122	-6.7495	3
33887	Castro, El (Allande)	castro-el-allande	AS	O	33001	43.2122	-6.7495	3
33887	Trapa (P. Allande)	trapa-p-allande	AS	O	33001	43.2122	-6.7495	3
33887	Salcedo (P. Allande)	salcedo-p-allande	AS	O	33001	43.2122	-6.7495	3
33887	Villar De Buspol	villar-de-buspol	AS	O	33001	43.2122	-6.7495	3
33887	Valia Mayor	valia-mayor	AS	O	33001	43.2122	-6.7495	3
33887	Trellopico	trellopico	AS	O	33001	43.2122	-6.7495	3
33887	Tremado (P. Allende)	tremado-p-allende	AS	O	33001	43.2122	-6.7495	3
33887	Collada (P. Allande)	collada-p-allande	AS	O	33001	43.2122	-6.7495	3
33887	Grandera, La (Pola De Allende)	grandera-la-pola-de-allende	AS	O	33001	43.2122	-6.7495	3
33887	Rubieiro	rubieiro	AS	O	33001	43.2122	-6.7495	3
33888	Caleyo, El (Santa Coloma)	caleyo-el-santa-coloma	AS	O	33001	43.2959	-6.7256	4
33888	Is	is	AS	O	33001	43.2822	-6.6689	3
33888	Bustantigo	bustantigo	AS	O	33001	43.3562	-6.6912	4
33888	Bustel	bustel	AS	O	33001	43.2822	-6.6689	3
33888	Penouta (Pola De Allande)	penouta-pola-de-allande	AS	O	33001	43.2731	-6.6215	4
33888	La Folgueriza	la-folgueriza	AS	O	33001	43.2822	-6.6689	3
33888	Sellon, El (Pola De Allande)	sellon-el-pola-de-allande	AS	O	33001	43.2731	-6.6215	4
33888	Montefurado	montefurado	AS	O	33001	43.2822	-6.6689	3
33888	Castanedo (Pola De Allande)	castanedo-pola-de-allande	AS	O	33001	43.2731	-6.6215	4
33888	Puentenueva	puentenueva	AS	O	33001	43.2822	-6.6689	3
33888	Muriellos (Pola De Allande)	muriellos-pola-de-allande	AS	O	33001	43.2731	-6.6215	4
33888	Bendon	bendon	AS	O	33001	43.2833	-6.75	4
33888	La Porquera	la-porquera	AS	O	33001	43.3167	-6.7167	4
33888	Rebollo, El (Pola De Allande)	rebollo-el-pola-de-allande	AS	O	33001	43.2731	-6.6215	4
33888	Bojo	bojo	AS	O	33001	43.25	-6.7833	4
33888	Monon	monon	AS	O	33001	43.2947	-6.7375	4
33888	Santa Coloma (Pola De Allande)	santa-coloma-pola-de-allande	AS	O	33001	43.2731	-6.6215	4
33888	Beveraso	beveraso	AS	O	33001	43.2782	-6.7983	4
33888	Arbeyales (Pola De Allande)	arbeyales-pola-de-allande	AS	O	33001	43.2731	-6.6215	4
33888	Plantao, El (Pola De Allande)	plantao-el-pola-de-allande	AS	O	33001	43.2731	-6.6215	4
33888	Llaneces (Pola De Allande)	llaneces-pola-de-allande	AS	O	33001	43.2731	-6.6215	4
33888	San Pedro (Pola De Allande)	san-pedro-pola-de-allande	AS	O	33001	43.2731	-6.6215	4
33888	Meres (Pola De Allande)	meres-pola-de-allande	AS	O	33001	43.2731	-6.6215	4
33889	Villagrufe	villagrufe	AS	O	33001	43.244	-6.5991	4
33889	Valbona (Pola De Allande)	valbona-pola-de-allande	AS	O	33001	43.2731	-6.6215	4
33889	Ferroy	ferroy	AS	O	33001	43.2797	-6.6027	4
33889	Figueras (Pola De Allande)	figueras-pola-de-allande	AS	O	33001	43.2731	-6.6215	4
33889	Cabral	cabral	AS	O	33001	43.2833	-6.7	4
33889	Cimadevilla (Pola De Allande)	cimadevilla-pola-de-allande	AS	O	33001	43.2731	-6.6215	4
33889	Villafrontu	villafrontu	AS	O	33001	43.2723	-6.5983	4
33889	Caleyo (Pola De Allande)	caleyo-pola-de-allande	AS	O	33001	43.2731	-6.6215	4
33889	Reigada, La (Pola De Allande)	reigada-la-pola-de-allande	AS	O	33001	43.2731	-6.6215	4
33889	Santa Eulalia (Pola De Allande)	santa-eulalia-pola-de-allande	AS	O	33001	43.2731	-6.6215	4
33889	Fresnedo (Santa Coloma)	fresnedo-santa-coloma	AS	O	33001	43.2959	-6.7256	4
33889	Santullano (Pola De Allande)	santullano-pola-de-allande	AS	O	33001	43.2731	-6.6215	4
33889	Vallinadosa	vallinadosa	AS	O	33001	43.25	-6.7	4
33889	Piniella (Pola De Allande)	piniella-pola-de-allande	AS	O	33001	43.2731	-6.6215	4
33889	Villavaser	villavaser	AS	O	33001	43.25	-6.5667	4
33889	Prada (Pola De Allande)	prada-pola-de-allande	AS	O	33001	43.2731	-6.6215	4
33889	Celon	celon	AS	O	33001	43.2396	-6.5853	4
33889	Peñaseita	penaseita	AS	O	33001	43.2694	-6.6271	3
33889	Carballedo (Pola De Allande)	carballedo-pola-de-allande	AS	O	33001	43.2731	-6.6215	4
33889	Pradiella	pradiella	AS	O	33001	43.2694	-6.6271	3
33889	Cereceda (Pola De Allande)	cereceda-pola-de-allande	AS	O	33001	43.2731	-6.6215	4
33889	Riovena	riovena	AS	O	33001	43.2694	-6.6271	3
33889	Tamuño	tamuno	AS	O	33001	43.2694	-6.6271	3
33889	Colobredo	colobredo	AS	O	33001	43.2694	-6.6271	3
33889	El Mazo	el-mazo	AS	O	33001	43.2694	-6.6271	3
33889	Penablanca	penablanca	AS	O	33001	43.2694	-6.6271	3
33890	Abaniella	abaniella	AS	O	33001	43.2198	-6.6157	4
33890	Villaverde (Pola De Allande)	villaverde-pola-de-allande	AS	O	33001	43.2731	-6.6215	4
33890	Otero, El (P.Allende)	otero-el-p-allende	AS	O	33001	43.2429	-6.594	3
33890	Taralle	taralle	AS	O	33001	43.2178	-6.578	4
33890	Pumar (Pola De Allande)	pumar-pola-de-allande	AS	O	33001	43.2731	-6.6215	4
33890	Peruyeda	peruyeda	AS	O	33001	43.2429	-6.594	3
33890	Lomes	lomes	AS	O	33001	43.2147	-6.571	4
33890	Presnas (P.Allande)	presnas-p-allande	AS	O	33001	43.2429	-6.594	3
33890	Argancinas (Pola Allande)	argancinas-pola-allande	AS	O	33001	43.2731	-6.6215	4
33890	Puente De Linares	puente-de-linares	AS	O	33001	43.2429	-6.594	3
33890	Arganzua	arganzua	AS	O	33001	43.2386	-6.5398	4
33890	Rozas (Cangas Del Narcea)	rozas-cangas-del-narcea	AS	O	33001	43.2429	-6.594	3
33890	San Martin De Beduledo	san-martin-de-beduledo	AS	O	33001	43.2333	-6.5833	4
33890	Vega De Truelles	vega-de-truelles	AS	O	33001	43.2429	-6.594	3
33890	Villar De Sapos (P. Allande)	villar-de-sapos-p-allande	AS	O	33001	43.2429	-6.594	3
33890	Almoño	almono	AS	O	33001	43.2429	-6.594	3
33890	Lantigo	lantigo	AS	O	33001	43.2429	-6.594	3
33890	Linares (P.Allande)	linares-p-allande	AS	O	33001	43.2429	-6.594	3
33890	Moure	moure	AS	O	33001	43.2429	-6.594	3
33891	Villarmor	villarmor	AS	O	33059	43.4333	-6.2667	4
33891	Idarga	idarga	AS	O	33059	43.3657	-6.3265	4
33891	Brañameana (Salas)	branameana-salas	AS	O	33059	43.4273	-6.3155	3
33891	Brañasivil	branasivil	AS	O	33059	43.4672	-6.3218	4
33891	Pende	pende	AS	O	33059	43.4574	-6.3397	4
33891	Barracas	barracas	AS	O	33059	43.4273	-6.3155	3
33891	Las Rubias	las-rubias	AS	O	33059	43.4273	-6.3496	4
33891	Oves	oves	AS	O	33059	43.4085	-6.3364	4
33891	Acebal, La (Espina)	acebal-la-espina	AS	O	33059	43.4273	-6.3155	3
33891	Bodenaya	bodenaya	AS	O	33059	43.4039	-6.3164	4
33891	La Borra	la-borra	AS	O	33059	43.4348	-6.28	4
33891	Rañadoiro	ranadoiro	AS	O	33059	43.4273	-6.3155	3
33891	Las Gallinas	las-gallinas	AS	O	33059	43.4442	-6.2987	4
33891	Lavio	lavio	AS	O	33059	43.4449	-6.3415	4
33891	Posadoiro (La Espina)	posadoiro-la-espina	AS	O	33059	43.4273	-6.3155	3
33891	Cotariello (Las Rubias)	cotariello-las-rubias	AS	O	33059	43.4273	-6.3496	4
33891	La Curriquera	la-curriquera	AS	O	33059	43.3813	-6.3042	4
33891	Faedo (Salas)	faedo-salas	AS	O	33059	43.4273	-6.3155	3
33891	Ardesaldo	ardesaldo	AS	O	33059	43.4273	-6.2819	4
33891	Espina, La (Salas)	espina-la-salas	AS	O	33059	43.4273	-6.3155	3
33891	Buscabrero	buscabrero	AS	O	33059	43.45	-6.3	4
33891	Fontanos	fontanos	AS	O	33059	43.4273	-6.3155	3
33891	Bustoto	bustoto	AS	O	33059	43.4362	-6.3192	4
33891	Socolinas	socolinas	AS	O	33059	43.4273	-6.3155	3
33891	Candano, El (La Espina)	candano-el-la-espina	AS	O	33059	43.4273	-6.3155	3
33891	Casandresin	casandresin	AS	O	33059	43.4273	-6.3155	3
33891	Castro, El (Salas)	castro-el-salas	AS	O	33059	43.4273	-6.3155	3
33891	Peña, La (La Espina)	pena-la-la-espina	AS	O	33059	43.4273	-6.3155	3
33891	Buspol (La Espina)	buspol-la-espina	AS	O	33059	43.4273	-6.3155	3
33891	Couz, El (La Espina)	couz-el-la-espina	AS	O	33059	43.4273	-6.3155	3
33891	Porciles (La Espina)	porciles-la-espina	AS	O	33059	43.4273	-6.3155	3
33891	Cueva (La Espina)	cueva-la-espina	AS	O	33059	43.4273	-6.3155	3
33891	Peñallonga	penallonga	AS	O	33059	43.4273	-6.3155	3
33891	Llanon, El (Caserio)	llanon-el-caserio	AS	O	33059	43.4273	-6.3155	3
33891	La Colniella	la-colniella	AS	O	33059	43.4273	-6.3155	3
33891	La Cuerva	la-cuerva	AS	O	33059	43.4273	-6.3155	3
33891	Curriquera, La (Pueblo)	curriquera-la-pueblo	AS	O	33059	43.4273	-6.3155	3
33891	La Bouga	la-bouga	AS	O	33059	43.4273	-6.3155	3
33891	Ablanedo (Salas)	ablanedo-salas	AS	O	33059	43.4273	-6.3155	3
33892	Llera (Vega De Anzo)	llera-vega-de-anzo	AS	O		43.3632	-6.4124	1
33892	La Caborna	la-caborna	AS	O		43.3632	-6.4124	1
33892	Fozante	fozante	AS	O		43.3632	-6.4124	1
33892	Castaños	castanos	AS	O		43.3632	-6.4124	1
33892	Sobrevega	sobrevega	AS	O		43.3632	-6.4124	1
33892	Vega De Anzo	vega-de-anzo	AS	O		43.3632	-6.4124	1
33892	Corros (Vega De Anzo)	corros-vega-de-anzo	AS	O		43.3632	-6.4124	1
33892	Cima De Grado	cima-de-grado	AS	O		43.3632	-6.4124	1
33892	Barredo (Vega De Anzo)	barredo-vega-de-anzo	AS	O		43.3632	-6.4124	1
33900	Sama De Langreo	sama-de-langreo	AS	O	33031	43.2957	-5.6842	4
33900	Ciaño	ciano	AS	O	33031	43.2888	-5.6692	4
33900	San Roque (Langreo)	san-roque-langreo	AS	O	33031	43.2957	-5.6842	4
33900	Llanu, El (Langreo)	llanu-el-langreo	AS	O	33031	43.2957	-5.6842	4
33909	Posadoiro (Langreo)	posadoiro-langreo	AS	O	33031	43.2957	-5.6842	4
33909	La Inverniza	la-inverniza	AS	O	33031	43.2946	-5.6847	3
33909	Nueva, La (Langreo)	nueva-la-langreo	AS	O	33031	43.2957	-5.6842	4
33909	Tejera, La (Langreo)	tejera-la-langreo	AS	O	33031	43.2957	-5.6842	4
33909	Valles, Los (Langreo)	valles-los-langreo	AS	O	33031	43.2957	-5.6842	4
33909	Pampiedra	pampiedra	AS	O	33031	43.2748	-5.6718	4
33909	Pozobal	pozobal	AS	O	33031	43.28	-5.6895	4
33909	Peña, La (Langreo)	pena-la-langreo	AS	O	33031	43.2957	-5.6842	4
33909	Cabaños	cabanos	AS	O	33031	43.2946	-5.6847	3
33909	Cabo, El (Mieres)	cabo-el-mieres	AS	O	33031	43.28	-5.6895	4
33909	Sienra (Langreo)	sienra-langreo	AS	O	33031	43.2957	-5.6842	4
33909	Cadavio	cadavio	AS	O	33031	43.2946	-5.6847	3
33909	Caufel (Lada-Langreo)	caufel-lada-langreo	AS	O	33031	43.3024	-5.7073	4
33909	Cantera, La (Langreo)	cantera-la-langreo	AS	O	33031	43.2957	-5.6842	4
33909	Sexto Piso De Carbones	sexto-piso-de-carbones	AS	O	33031	43.2946	-5.6847	3
33909	Roza, La (Langreo)	roza-la-langreo	AS	O	33031	43.2957	-5.6842	4
33909	Canga, La (Langreo)	canga-la-langreo	AS	O	33031	43.2957	-5.6842	4
33909	Perallonga	perallonga	AS	O	33031	43.2946	-5.6847	3
33909	Caleya, La (Langreo)	caleya-la-langreo	AS	O	33031	43.2957	-5.6842	4
33909	Carril, El (Langreo)	carril-el-langreo	AS	O	33031	43.2957	-5.6842	4
33909	Pevidal, El (Ciaño-Langreo)	pevidal-el-ciano-langreo	AS	O	33031	43.2946	-5.6847	3
33909	Trechorio (Langreo)	trechorio-langreo	AS	O	33031	43.2957	-5.6842	4
33909	Casuca, La (Langreo)	casuca-la-langreo	AS	O	33031	43.2957	-5.6842	4
33909	Poya	poya	AS	O	33031	43.2946	-5.6847	3
33909	Navaliegu, El (Langreo)	navaliegu-el-langreo	AS	O	33031	43.2957	-5.6842	4
33909	Cabañin (Langreo)	cabanin-langreo	AS	O	33031	43.2957	-5.6842	4
33909	Moquina	moquina	AS	O	33031	43.2946	-5.6847	3
33909	Roiles (Langreo)	roiles-langreo	AS	O	33031	43.2957	-5.6842	4
33909	Corralon (Langreo)	corralon-langreo	AS	O	33031	43.2957	-5.6842	4
33909	El Maderal	el-maderal	AS	O	33031	43.2946	-5.6847	3
33909	Artosa (Langreo)	artosa-langreo	AS	O	33031	43.2957	-5.6842	4
33909	Ceposa, La (Langreo)	ceposa-la-langreo	AS	O	33031	43.2957	-5.6842	4
33909	L'Arma	l-arma	AS	O	33031	43.2946	-5.6847	3
33909	Mosquitera, La (Langreo)	mosquitera-la-langreo	AS	O	33031	43.2957	-5.6842	4
33909	Payega (Langreo)	payega-langreo	AS	O	33031	43.2957	-5.6842	4
33909	Felgueroso	felgueroso	AS	O	33031	43.2946	-5.6847	3
33909	Centenal (Langreo)	centenal-langreo	AS	O	33031	43.2957	-5.6842	4
33909	Omedines (Langreo)	omedines-langreo	AS	O	33031	43.2957	-5.6842	4
33909	La Xuga	la-xuga	AS	O	33031	43.2946	-5.6847	3
33909	Fresnosa (Langreo)	fresnosa-langreo	AS	O	33031	43.2957	-5.6842	4
33909	Güeria, La (Sama-Langreo)	gueria-la-sama-langreo	AS	O	33031	43.2957	-5.6842	4
33909	Viesques (Ciaño-Langreo)	viesques-ciano-langreo	AS	O	33031	43.2946	-5.6847	3
33909	Pradon, El (Langreo)	pradon-el-langreo	AS	O	33031	43.2957	-5.6842	4
33909	Llanes, Les (Langreo)	llanes-les-langreo	AS	O	33031	43.2957	-5.6842	4
33909	Vallina, La (Ciaño-Langreo)	vallina-la-ciano-langreo	AS	O	33031	43.2946	-5.6847	3
33909	Fresneal, El (Langreo)	fresneal-el-langreo	AS	O	33031	43.2957	-5.6842	4
33909	Escobal, El (Langreo)	escobal-el-langreo	AS	O	33031	43.2957	-5.6842	4
33909	El Tunel	el-tunel	AS	O	33031	43.2946	-5.6847	3
33909	Valle, El (Sama-Langreo)	valle-el-sama-langreo	AS	O	33031	43.2957	-5.6842	4
33909	Cuetos (Langreo)	cuetos-langreo	AS	O	33031	43.2957	-5.6842	4
33909	Traba, La (Ciaño-Langreo)	traba-la-ciano-langreo	AS	O	33031	43.2946	-5.6847	3
33909	Casielles (Langreo)	casielles-langreo	AS	O	33031	43.2957	-5.6842	4
33909	Rebollo, El (Langreo)	rebollo-el-langreo	AS	O	33031	43.2957	-5.6842	4
33909	Tendeyon	tendeyon	AS	O	33031	43.2946	-5.6847	3
33909	Texuca (Langreo)	texuca-langreo	AS	O	33031	43.2957	-5.6842	4
33909	Cuestas, Las (Langreo)	cuestas-las-langreo	AS	O	33031	43.2957	-5.6842	4
33909	Ronderina	ronderina	AS	O	33031	43.2946	-5.6847	3
33909	Corros (Langreo)	corros-langreo	AS	O	33031	43.2957	-5.6842	4
33909	Peñas (Langreo)	penas-langreo	AS	O	33031	43.2957	-5.6842	4
33909	Rondera	rondera	AS	O	33031	43.2946	-5.6847	3
33909	Raposa La (Sama-Langreo)	raposa-la-sama-langreo	AS	O	33031	43.2957	-5.6842	4
33909	Pumaron	pumaron	AS	O	33031	43.2946	-5.6847	3
33909	Puente Humero	puente-humero	AS	O	33031	43.2946	-5.6847	3
33909	Cuestadarcu	cuestadarcu	AS	O	33031	43.2946	-5.6847	3
33909	Cau, El (Langreso)	cau-el-langreso	AS	O	33031	43.2946	-5.6847	3
33909	Casona, La (Ciaño-Langreo)	casona-la-ciano-langreo	AS	O	33031	43.2946	-5.6847	3
33909	Carabin	carabin	AS	O	33031	43.2946	-5.6847	3
33909	Cantu Trechuru	cantu-trechuru	AS	O	33031	43.2946	-5.6847	3
33909	Campa, La (Ciaño-Langreo)	campa-la-ciano-langreo	AS	O	33031	43.2946	-5.6847	3
33909	Peñaotiello	penaotiello	AS	O	33031	43.2946	-5.6847	3
33909	Paniciri	paniciri	AS	O	33031	43.2946	-5.6847	3
33909	Otones	otones	AS	O	33031	43.2946	-5.6847	3
33909	Nadal	nadal	AS	O	33031	43.2946	-5.6847	3
33909	Casa Del Medio (Ciañ0-Langreo)	casa-del-medio-cian0-langreo	AS	O	33031	43.2946	-5.6847	3
33909	Casa Abajo	casa-abajo	AS	O	33031	43.2946	-5.6847	3
33909	Cardiñuezo	cardinuezo	AS	O	33031	43.2946	-5.6847	3
33909	Zorera, La (Ciaño-Langreo)	zorera-la-ciano-langreo	AS	O	33031	43.2946	-5.6847	3
33909	Cuesta La Viña	cuesta-la-vina	AS	O	33031	43.2946	-5.6847	3
33909	Los Cuarteles De La Güeria	los-cuarteles-de-la-gueria	AS	O	33031	43.2946	-5.6847	3
33909	Las Casucas	las-casucas	AS	O	33031	43.2946	-5.6847	3
33909	Los Tablones	los-tablones	AS	O	33031	43.2946	-5.6847	3
33910	Valle, El (T. Veguin)	valle-el-t-veguin	AS	O	33044	43.3218	-5.8044	1
33910	Tudela Veguin	tudela-veguin	AS	O	33044	43.3218	-5.8044	1
33910	Rozas, Las (T. Veguin)	rozas-las-t-veguin	AS	O	33044	43.3218	-5.8044	1
33910	Quintanas, Las (T. Veguin)	quintanas-las-t-veguin	AS	O	33044	43.3218	-5.8044	1
33910	Presa, La (T. Veguin)	presa-la-t-veguin	AS	O	33044	43.3218	-5.8044	1
33910	Paranza, La (Siero)	paranza-la-siero	AS	O	33044	43.3218	-5.8044	1
33910	Pandiella (T.Veguin)	pandiella-t-veguin	AS	O	33044	43.3218	-5.8044	1
33910	Cueva, La (T.Veguin)	cueva-la-t-veguin	AS	O	33044	43.3218	-5.8044	1
33910	Cabornio (T.Veguin)	cabornio-t-veguin	AS	O	33044	43.3218	-5.8044	1
33910	Braña (Tudela Veguin)	brana-tudela-veguin	AS	O	33044	43.3218	-5.8044	1
33910	Alperi	alperi	AS	O	33044	43.3218	-5.8044	1
33910	Aviño	avino	AS	O	33044	43.3218	-5.8044	1
33910	Veguin	veguin	AS	O	33044	43.3218	-5.8044	1
33912	Los Tableros	los-tableros	AS	O		43.3218	-5.8044	1
33919	Anieves	anieves	AS	O	33044	43.3244	-5.7889	4
33919	Tudela De Agueria	tudela-de-agueria	AS	O	33044	43.3192	-5.8011	4
33919	Argollanes	argollanes	AS	O	33044	43.3374	-5.7636	4
33919	Carcaba, La (Soto De Ribera)	carcaba-la-soto-de-ribera	AS	O	33044	43.3062	-5.864	4
33919	Llaneza (T.Veguin)	llaneza-t-veguin	AS	O	33044	43.3218	-5.8044	3
33919	Cabaña, La (T. Veguin)	cabana-la-t-veguin	AS	O	33044	43.3218	-5.8044	3
33919	Entrepeñas (T. Veguin)	entrepenas-t-veguin	AS	O	33044	43.3218	-5.8044	3
33919	Llano Del Rio	llano-del-rio	AS	O	33044	43.3218	-5.8044	3
33919	Quintaniella (T.Veguin)	quintaniella-t-veguin	AS	O	33044	43.3218	-5.8044	3
33919	Naves (T. Veguin)	naves-t-veguin	AS	O	33044	43.3218	-5.8044	3
33919	Abedul (Oviedo)	abedul-oviedo	AS	O	33044	43.3218	-5.8044	3
33919	San Pedro De Naves	san-pedro-de-naves	AS	O	33044	43.3218	-5.8044	3
33919	Campo, El (T. Veguin)	campo-el-t-veguin	AS	O	33044	43.3218	-5.8044	3
33919	Cortina (T.Veguin)	cortina-t-veguin	AS	O	33044	43.3218	-5.8044	3
33919	Sotiello (T. Veguin)	sotiello-t-veguin	AS	O	33044	43.3218	-5.8044	3
33919	Santa Eulalia De Manzaneda	santa-eulalia-de-manzaneda	AS	O	33044	43.3218	-5.8044	3
33919	Molino, El (T. Veguin)	molino-el-t-veguin	AS	O	33044	43.3218	-5.8044	3
33919	La Grandota	la-grandota	AS	O	33044	43.3218	-5.8044	3
33919	Argumal	argumal	AS	O	33044	43.3218	-5.8044	3
33919	Llana, La (T.Veguin)	llana-la-t-veguin	AS	O	33044	43.3218	-5.8044	3
33920	Pevidal (Barros-Langreo)	pevidal-barros-langreo	AS	O	33031	43.3197	-5.7067	4
33920	Cabaña, La (Riaño-Langreo)	cabana-la-riano-langreo	AS	O	33031	43.328	-5.7184	4
33920	Rionda (Langreo)	rionda-langreo	AS	O	33031	43.3239	-5.7125	3
33920	Pedrazos (Barros - Langreo)	pedrazos-barros-langreo	AS	O	33031	43.3197	-5.7067	4
33920	Viesques (Riaño-Langreo)	viesques-riano-langreo	AS	O	33031	43.328	-5.7184	4
33920	Terronero	terronero	AS	O	33031	43.3239	-5.7125	3
33920	Zorera, La (Riaño-Langreo)	zorera-la-riano-langreo	AS	O	33031	43.328	-5.7184	4
33920	Cataldonce	cataldonce	AS	O	33031	43.3239	-5.7125	3
33920	Collado, El (Barros, Langreo)	collado-el-barros-langreo	AS	O	33031	43.3197	-5.7067	4
33920	Llodero (Langreo)	llodero-langreo	AS	O	33031	43.3239	-5.7125	3
33920	Riera, La (Langreo)	riera-la-langreo	AS	O	33031	43.3239	-5.7125	3
33920	Riaño (Langreo)	riano-langreo	AS	O	33031	43.3239	-5.7125	3
33920	Campones, Los (Langreo)	campones-los-langreo	AS	O	33031	43.3239	-5.7125	3
33920	Bobia, La (Langreo)	bobia-la-langreo	AS	O	33031	43.3239	-5.7125	3
33920	L'Acebal (Langreo)	l-acebal-langreo	AS	O	33031	43.3239	-5.7125	3
33920	Piqera, La (Langreo)	piqera-la-langreo	AS	O	33031	43.3239	-5.7125	3
33920	Villa (Langreo)	villa-langreo	AS	O	33031	43.3239	-5.7125	3
33929	Peña Rubia	pena-rubia	AS	O	33031	43.3223	-5.722	4
33929	Pedrazos (Lada - Langreo)	pedrazos-lada-langreo	AS	O	33031	43.3024	-5.7073	4
33929	Frieres	frieres	AS	O	33031	43.3241	-5.7402	4
33929	Llantamartin	llantamartin	AS	O	33031	43.3084	-5.7141	3
33929	Veneros (Lada-Langreo)	veneros-lada-langreo	AS	O	33031	43.3024	-5.7073	4
33929	La Taberna	la-taberna	AS	O	33031	43.3084	-5.7141	3
33929	Cuturrasu (Lada-Langreo)	cuturrasu-lada-langreo	AS	O	33031	43.3024	-5.7073	4
33929	Güeria Del Viso, La (La Venta - Langreo)	gueria-del-viso-la-la-venta-langreo	AS	O	33031	43.3084	-5.7141	3
33929	Santianes (Lada-Langreo)	santianes-lada-langreo	AS	O	33031	43.3024	-5.7073	4
33929	Viso, El (Langreo)	viso-el-langreo	AS	O	33031	43.3084	-5.7141	3
33929	Bories, Les (Lada- Langreo)	bories-les-lada-langreo	AS	O	33031	43.3024	-5.7073	4
33929	Camperones, Los (Langreo)	camperones-los-langreo	AS	O	33031	43.3084	-5.7141	3
33929	Candanedo (Langreo)	candanedo-langreo	AS	O	33031	43.3084	-5.7141	3
33929	Barripies	barripies	AS	O	33031	43.3084	-5.7141	3
33929	Cabornio (La Venta-Langreo)	cabornio-la-venta-langreo	AS	O	33031	43.3084	-5.7141	3
33929	Llandosu	llandosu	AS	O	33031	43.3084	-5.7141	3
33929	Felgueron, El (Langreo)	felgueron-el-langreo	AS	O	33031	43.3084	-5.7141	3
33929	Faedo (Langreo)	faedo-langreo	AS	O	33031	43.3084	-5.7141	3
33929	Espinedo (Langreo)	espinedo-langreo	AS	O	33031	43.3084	-5.7141	3
33929	Espina, La (Langreo)	espina-la-langreo	AS	O	33031	43.3084	-5.7141	3
33929	Cuesta El Viso	cuesta-el-viso	AS	O	33031	43.3084	-5.7141	3
33929	El Corro	el-corro	AS	O	33031	43.3084	-5.7141	3
33929	Cebosa, La (Langreo)	cebosa-la-langreo	AS	O	33031	43.3084	-5.7141	3
33929	Casa El Medio, La (La Venta-Langreo)	casa-el-medio-la-la-venta-langreo	AS	O	33031	43.3084	-5.7141	3
33929	Carmen, El (Langreo)	carmen-el-langreo	AS	O	33031	43.3084	-5.7141	3
33929	Cantera (La Venta-Langreo)	cantera-la-venta-langreo	AS	O	33031	43.3084	-5.7141	3
33929	Vega, La (Venta-Langreo, La)	vega-la-venta-langreo-la	AS	O	33031	43.3084	-5.7141	3
33929	Troncos	troncos	AS	O	33031	43.3084	-5.7141	3
33929	Trapa, La (Langreo)	trapa-la-langreo	AS	O	33031	43.3084	-5.7141	3
33929	Sorribero	sorribero	AS	O	33031	43.3084	-5.7141	3
33929	Sierrallana	sierrallana	AS	O	33031	43.3084	-5.7141	3
33929	San Tirso (Langreo)	san-tirso-langreo	AS	O	33031	43.3084	-5.7141	3
33929	Ruciu El (Langreo)	ruciu-el-langreo	AS	O	33031	43.3084	-5.7141	3
33929	Raposa, La (La Venta-Langreo)	raposa-la-la-venta-langreo	AS	O	33031	43.3084	-5.7141	3
33929	Paerna	paerna	AS	O	33031	43.3084	-5.7141	3
33929	Llaneces (Langreo)	llaneces-langreo	AS	O	33031	43.3084	-5.7141	3
33930	Barros	barros	AS	O	33031	43.3197	-5.7067	4
33930	Rexiella	rexiella	AS	O	33031	43.3197	-5.7067	3
33930	Felguera, La (Langreo)	felguera-la-langreo	AS	O	33031	43.3197	-5.7067	3
33930	Viesca, La (Langreo)	viesca-la-langreo	AS	O	33031	43.3197	-5.7067	3
33934	Pertiga, La (Lada-Langreo)	pertiga-la-lada-langreo	AS	O	33031	43.3024	-5.7073	4
33934	Rivero (Langreo)	rivero-langreo	AS	O	33031	43.3024	-5.7073	3
33934	Llindion, El (Lada-Langreo)	llindion-el-lada-langreo	AS	O	33031	43.3024	-5.7073	4
33934	Venta, La (Langreo)	venta-la-langreo	AS	O	33031	43.3024	-5.7073	3
33934	Campurru, El (Lada-Langreo)	campurru-el-lada-langreo	AS	O	33031	43.3024	-5.7073	4
33934	Nisal, La (Lada-Langreo)	nisal-la-lada-langreo	AS	O	33031	43.3024	-5.7073	4
33934	Caliyu, El (Lada-Langreo)	caliyu-el-lada-langreo	AS	O	33031	43.3024	-5.7073	4
33934	Ponton, El (Lada - Langreo)	ponton-el-lada-langreo	AS	O	33031	43.3024	-5.7073	4
33934	Granda, La (Lada-Langreo)	granda-la-lada-langreo	AS	O	33031	43.3024	-5.7073	4
33934	Manigua, La (Lada-Langreo)	manigua-la-lada-langreo	AS	O	33031	43.3024	-5.7073	4
33934	Cuesta Naval, La (Lada-Langreo)	cuesta-naval-la-lada-langreo	AS	O	33031	43.3024	-5.7073	4
33934	Pelabraga (Lada-Langreo)	pelabraga-lada-langreo	AS	O	33031	43.3024	-5.7073	4
33934	Xusta, La (Lada-Langreo)	xusta-la-lada-langreo	AS	O	33031	43.3024	-5.7073	4
33934	Conforcos (Lada-Langreo)	conforcos-lada-langreo	AS	O	33031	43.3024	-5.7073	4
33934	Valle, El (Lada - Langreo)	valle-el-lada-langreo	AS	O	33031	43.3024	-5.7073	4
33934	Casa Nueva, La (Lada-Langreo)	casa-nueva-la-lada-langreo	AS	O	33031	43.3024	-5.7073	4
33934	Samiguel (Lada-Langreo)	samiguel-lada-langreo	AS	O	33031	43.3024	-5.7073	4
33934	Pedrea (Lada-Langreo)	pedrea-lada-langreo	AS	O	33031	43.3024	-5.7073	4
33935	Ceacal	ceacal	AS	O	33031	43.3231	-5.6255	4
33935	Campanal (Tuilla-Langreo)	campanal-tuilla-langreo	AS	O	33031	43.3293	-5.6468	4
33935	Braña Del Rio (Langreo)	brana-del-rio-langreo	AS	O	33031	43.3285	-5.6441	3
33935	Casona, La (Tuilla-Langreo)	casona-la-tuilla-langreo	AS	O	33031	43.3293	-5.6468	4
33935	Huelga, La (Langreo)	huelga-la-langreo	AS	O	33031	43.3285	-5.6441	3
33935	Casanueva, La (Tuilla-Langreo)	casanueva-la-tuilla-langreo	AS	O	33031	43.3293	-5.6468	4
33935	Espinera (Langreo)	espinera-langreo	AS	O	33031	43.3285	-5.6441	3
33935	Tuilla	tuilla	AS	O	33031	43.3293	-5.6468	4
33935	El Valluco	el-valluco	AS	O	33031	43.3285	-5.6441	3
33935	Güeria, La (Tuilla -Langreo)	gueria-la-tuilla-langreo	AS	O	33031	43.3293	-5.6468	4
33935	Rozado	rozado	AS	O	33031	43.3285	-5.6441	3
33935	Vallina, La (Tuilla - Langreo)	vallina-la-tuilla-langreo	AS	O	33031	43.3293	-5.6468	4
33935	La Gallina	la-gallina	AS	O	33031	43.3285	-5.6441	3
33935	Carbayu (Tuilla-Langreo)	carbayu-tuilla-langreo	AS	O	33031	43.3293	-5.6468	4
33935	La Mudrerina	la-mudrerina	AS	O	33031	43.3285	-5.6441	3
33935	La Tornera	la-tornera	AS	O	33031	43.3285	-5.6441	3
33935	Molino De La Maña	molino-de-la-mana	AS	O	33031	43.3285	-5.6441	3
33935	Braña, La (Langreo)	brana-la-langreo	AS	O	33031	43.3285	-5.6441	3
33935	Antuña	antuna	AS	O	33031	43.3285	-5.6441	3
33935	Casa Nueva, La (Langreo)	casa-nueva-la-langreo	AS	O	33031	43.3285	-5.6441	3
33935	Caperal	caperal	AS	O	33031	43.3285	-5.6441	3
33935	La Casa El Monte	la-casa-el-monte	AS	O	33031	43.3285	-5.6441	3
33935	Coz	coz	AS	O	33031	43.3285	-5.6441	3
33935	Cueto, El (Langreo)	cueto-el-langreo	AS	O	33031	43.3285	-5.6441	3
33935	Riega Miguel	riega-miguel	AS	O	33031	43.3285	-5.6441	3
33935	Reguerin	reguerin	AS	O	33031	43.3285	-5.6441	3
33935	Otero-Roiles	otero-roiles	AS	O	33031	43.3285	-5.6441	3
33935	Refozones	refozones	AS	O	33031	43.3285	-5.6441	3
33935	Baeres	baeres	AS	O	33031	43.3285	-5.6441	3
33935	Cotariella (Langreo)	cotariella-langreo	AS	O	33031	43.3285	-5.6441	3
33935	Molino De Coz	molino-de-coz	AS	O	33031	43.3285	-5.6441	3
33935	La Mudrera	la-mudrera	AS	O	33031	43.3285	-5.6441	3
33935	La Valdre	la-valdre	AS	O	33031	43.3285	-5.6441	3
33935	Molino Rozado	molino-rozado	AS	O	33031	43.3285	-5.6441	3
33935	Moral, La (Langreo)	moral-la-langreo	AS	O	33031	43.3285	-5.6441	3
33935	Camonal	camonal	AS	O	33031	43.3285	-5.6441	3
33935	Coroña	corona	AS	O	33031	43.3285	-5.6441	3
33936	Cruz, La (Arenas-Siero)	cruz-la-arenas-siero	AS	O	33066	43.3448	-5.6325	4
33936	Villaescusa (Siero)	villaescusa-siero	AS	O	33066	43.35	-5.6333	4
33936	Coto, El (Arenas-Siero)	coto-el-arenas-siero	AS	O	33066	43.3448	-5.6325	4
33936	Llosa, La (Siero)	llosa-la-siero	AS	O	33066	43.35	-5.6333	4
33936	Candin	candin	AS	O	33066	43.3479	-5.624	4
33936	Llovera, La (Siero)	llovera-la-siero	AS	O	33066	43.35	-5.6333	4
33936	Freno, El (Arenas-Siero)	freno-el-arenas-siero	AS	O	33066	43.3448	-5.6325	4
33936	Lamuño (Siero)	lamuno-siero	AS	O	33066	43.35	-5.6333	4
33936	La Cueña	la-cuena	AS	O	33066	43.3488	-5.6313	3
33936	Escobal (Carbayin)	escobal-carbayin	AS	O	33066	43.35	-5.6333	4
33936	Saus	saus	AS	O	33066	43.3457	-5.6082	4
33936	Miracales	miracales	AS	O	33066	43.3488	-5.6313	3
33936	Magdalena, La (Siero)	magdalena-la-siero	AS	O	33066	43.35	-5.6333	4
33936	Paseres, Les	paseres-les	AS	O	33066	43.3488	-5.6313	3
33936	Cuitu, El (Siero)	cuitu-el-siero	AS	O	33066	43.35	-5.6333	4
33936	Porqueriza	porqueriza	AS	O	33066	43.3488	-5.6313	3
33936	Corujona (Siero)	corujona-siero	AS	O	33066	43.35	-5.6333	4
33936	Pumarabule	pumarabule	AS	O	33066	43.3488	-5.6313	3
33936	Rasa, La (Siero)	rasa-la-siero	AS	O	33066	43.35	-5.6333	4
33936	Puñide	punide	AS	O	33066	43.3488	-5.6313	3
33936	Mosquitera (Siero)	mosquitera-siero	AS	O	33066	43.35	-5.6333	4
33936	Saldaña	saldana	AS	O	33066	43.3488	-5.6313	3
33936	Rosellon (Siero)	rosellon-siero	AS	O	33066	43.35	-5.6333	4
33936	Santiago De Arenas	santiago-de-arenas	AS	O	33066	43.3488	-5.6313	3
33936	Estacion (Carbayin-Siero)	estacion-carbayin-siero	AS	O	33066	43.35	-5.6333	4
33936	Tronquedal	tronquedal	AS	O	33066	43.3488	-5.6313	3
33936	Cabañona, La (Siero)	cabanona-la-siero	AS	O	33066	43.35	-5.6333	4
33936	La Horrea	la-horrea	AS	O	33066	43.3488	-5.6313	3
33936	Los Pozos	los-pozos	AS	O	33066	43.3488	-5.6313	3
33936	Areñes	arenes	AS	O	33066	43.3488	-5.6313	3
33936	El Carpio	el-carpio	AS	O	33066	43.3488	-5.6313	3
33936	Cerezales	cerezales	AS	O	33066	43.3488	-5.6313	3
33937	Molleo (Hevia-Siero)	molleo-hevia-siero	AS	O	33066	43.3667	-5.7167	4
33937	Corripos (Valdesoto-Siero)	corripos-valdesoto-siero	AS	O	33066	43.3667	-5.6333	4
33937	Venta De Soto	venta-de-soto	AS	O	33066	43.3548	-5.6696	3
33937	Moñeca, La (Hevia-Siero)	moneca-la-hevia-siero	AS	O	33066	43.3667	-5.7167	4
33937	Vinadas, Las (Langreo)	vinadas-las-langreo	AS	O	33066	43.2957	-5.6842	4
33937	Nora (Siero)	nora-siero	AS	O	33066	43.3548	-5.6696	3
33937	Bendicion (Valdesoto-Siero)	bendicion-valdesoto-siero	AS	O	33066	43.3667	-5.6333	4
33937	Tablao (Valdesoto-Siero)	tablao-valdesoto-siero	AS	O	33066	43.3667	-5.6333	4
33938	Pando (Valdesoto-Siero)	pando-valdesoto-siero	AS	O	33066	43.3667	-5.6333	4
33938	Tiroco ( Valdesoto-Siero)	tiroco-valdesoto-siero	AS	O	33066	43.3667	-5.6333	4
33938	Rotella, La (Valdesoto-Siero)	rotella-la-valdesoto-siero	AS	O	33066	43.3667	-5.6333	4
33938	Castiello (Valdesoto-Siero)	castiello-valdesoto-siero	AS	O	33066	43.3667	-5.6333	4
33938	Lliceñes (Valdesoto-Siero)	llicenes-valdesoto-siero	AS	O	33066	43.3667	-5.6333	4
33938	Landia (Valdesoto-Siero)	landia-valdesoto-siero	AS	O	33066	43.3667	-5.6333	4
33938	Fayes (Valdesoto-Siero)	fayes-valdesoto-siero	AS	O	33066	43.3667	-5.6333	4
33938	Piñella, La (Valdesoto-Siero)	pinella-la-valdesoto-siero	AS	O	33066	43.3667	-5.6333	4
33939	Campa, La (Barros-Langreo)	campa-la-barros-langreo	AS	O	33031	43.3197	-5.7067	4
33939	Caballeros (Hevia-Siero)	caballeros-hevia-siero	AS	O	33031	43.3667	-5.7167	4
33939	Garganta	garganta	AS	O	33031	43.3115	-5.7045	3
33939	Cuarteles De Peñarrubia, Los (Lada-Langreo)	cuarteles-de-penarrubia-los-lada-langreo	AS	O	33031	43.3024	-5.7073	4
33939	San Justo (Langreo)	san-justo-langreo	AS	O	33031	43.3115	-5.7045	3
33939	Riparape	riparape	AS	O	33031	43.3024	-5.6727	4
33939	Tejera De Pando	tejera-de-pando	AS	O	33031	43.3115	-5.7045	3
33939	Pandu, El (Lada-Langreo)	pandu-el-lada-langreo	AS	O	33031	43.3024	-5.7073	4
33939	Nava, La (Langreo)	nava-la-langreo	AS	O	33031	43.3115	-5.7045	3
33939	Rebollin, El (Lada-Langreo)	rebollin-el-lada-langreo	AS	O	33031	43.3024	-5.7073	4
33939	Respinedo	respinedo	AS	O	33031	43.3115	-5.7045	3
33939	Llana¿L Pandu, La (Lada-Langreo)	llana-l-pandu-la-lada-langreo	AS	O	33031	43.3024	-5.7073	4
33939	Torgados	torgados	AS	O	33031	43.3115	-5.7045	3
33939	Fayes, Les (Lada-Langreo)	fayes-les-lada-langreo	AS	O	33031	43.3024	-5.7073	4
33939	Venta Del Aire (Langreo)	venta-del-aire-langreo	AS	O	33031	43.3115	-5.7045	3
33939	Frayoso, Lo (Lada-Langreo)	frayoso-lo-lada-langreo	AS	O	33031	43.3024	-5.7073	4
33939	Formiguera (Langreo)	formiguera-langreo	AS	O	33031	43.3115	-5.7045	3
33939	Andarujo	andarujo	AS	O	33031	43.3115	-5.7045	3
33939	Castandiello (Langreo)	castandiello-langreo	AS	O	33031	43.3115	-5.7045	3
33939	Reguero Llerin	reguero-llerin	AS	O	33031	43.3115	-5.7045	3
33939	Reguerinas	reguerinas	AS	O	33031	43.3115	-5.7045	3
33939	Pajomal	pajomal	AS	O	33031	43.3115	-5.7045	3
33939	Llana, La (Langreo)	llana-la-langreo	AS	O	33031	43.3115	-5.7045	3
33939	Respiño	respino	AS	O	33031	43.3115	-5.7045	3
33939	El Ricarion	el-ricarion	AS	O	33031	43.3115	-5.7045	3
33939	Güeria, La (La Felguera - Langreo)	gueria-la-la-felguera-langreo	AS	O	33031	43.3115	-5.7045	3
33939	L'Atalaya (Langreo)	l-atalaya-langreo	AS	O	33031	43.3115	-5.7045	3
33939	Capilla, La (Felguera-Langreo)	capilla-la-felguera-langreo	AS	O	33031	43.3115	-5.7045	3
33939	Campu La Carrera	campu-la-carrera	AS	O	33031	43.3115	-5.7045	3
33939	Campanal (La Felguera-Langreo)	campanal-la-felguera-langreo	AS	O	33031	43.3115	-5.7045	3
33939	Granda, La (La Felguera - Langreo)	granda-la-la-felguera-langreo	AS	O	33031	43.3115	-5.7045	3
33940	Soton	soton	AS	O	33060	43.2875	-5.638	3
33940	El Entrego	el-entrego	AS	O	33060	43.2875	-5.638	4
33945	El Pumarabin	el-pumarabin	AS	O	33060	43.2875	-5.638	3
33945	Magdalena, La (Entrego)	magdalena-la-entrego	AS	O	33060	43.2875	-5.638	4
33945	La Llave	la-llave	AS	O	33060	43.2875	-5.638	3
33945	Piñera, La (El Entrego)	pinera-la-el-entrego	AS	O	33060	43.2875	-5.638	4
33945	El Cubo	el-cubo	AS	O	33060	43.2875	-5.638	3
33945	Casanueva (El Entrego)	casanueva-el-entrego	AS	O	33060	43.2875	-5.638	4
33945	Hueria De Carrocera	hueria-de-carrocera	AS	O	33060	43.2875	-5.638	3
33945	Rotella, La (El Entrego)	rotella-la-el-entrego	AS	O	33060	43.2875	-5.638	4
33945	Corvero	corvero	AS	O	33060	43.2875	-5.638	3
33945	Huerta, La (El Entrego)	huerta-la-el-entrego	AS	O	33060	43.2875	-5.638	4
33945	Cabaña, La (Cocañin) (El Entrego)	cabana-la-cocanin-el-entrego	AS	O	33060	43.2875	-5.638	3
33945	Carrocera (El Entrego)	carrocera-el-entrego	AS	O	33060	43.2875	-5.638	4
33945	Pontona (El Entrego)	pontona-el-entrego	AS	O	33060	43.2875	-5.638	4
33946	Ciriego Alto	ciriego-alto	AS	O	33060	43.2921	-5.6299	3
33946	Edrado, El (El Entrego)	edrado-el-el-entrego	AS	O	33060	43.2875	-5.638	4
33946	Comba, La (Siero)	comba-la-siero	AS	O	33060	43.2921	-5.6299	3
33946	Casuca, La (El Entrego)	casuca-la-el-entrego	AS	O	33060	43.2875	-5.638	4
33946	Ciriego Bajo	ciriego-bajo	AS	O	33060	43.2921	-5.6299	3
33946	Corredoria (El Entrego)	corredoria-el-entrego	AS	O	33060	43.2875	-5.638	4
33946	Capilla, La (Ciaño-Langreo)	capilla-la-ciano-langreo	AS	O	33060	43.2921	-5.6299	3
33946	Cabañona, La (El Entrego)	cabanona-la-el-entrego	AS	O	33060	43.2875	-5.638	4
33946	Cocañin	cocanin	AS	O	33060	43.2921	-5.6299	3
33946	Camperona, La (El Entrego)	camperona-la-el-entrego	AS	O	33060	43.2875	-5.638	4
33946	Ciriego Medio	ciriego-medio	AS	O	33060	43.2921	-5.6299	3
33946	Roiles (El Entrego)	roiles-el-entrego	AS	O	33060	43.2875	-5.638	4
33946	La Rina	la-rina	AS	O	33060	43.2921	-5.6299	3
33946	Ordiales (El Entrego)	ordiales-el-entrego	AS	O	33060	43.2875	-5.638	4
33946	Las Forniellas	las-forniellas	AS	O	33060	43.2921	-5.6299	3
33946	Faya, La (El Entrego)	faya-la-el-entrego	AS	O	33060	43.2875	-5.638	4
33946	La Revenga	la-revenga	AS	O	33060	43.2921	-5.6299	3
33946	Longa, La (El Entrego)	longa-la-el-entrego	AS	O	33060	43.2875	-5.638	4
33946	Pelonegro	pelonegro	AS	O	33060	43.2921	-5.6299	3
33946	Cabañina (El Entrego)	cabanina-el-entrego	AS	O	33060	43.2875	-5.638	4
33946	Sagosa	sagosa	AS	O	33060	43.2921	-5.6299	3
33946	Llaniella, La (Entrego)	llaniella-la-entrego	AS	O	33060	43.2875	-5.638	4
33946	Rotella De Bedavo	rotella-de-bedavo	AS	O	33060	43.2921	-5.6299	3
33946	Roces, Las (El Entrego)	roces-las-el-entrego	AS	O	33060	43.2875	-5.638	4
33946	Perlada	perlada	AS	O	33060	43.2921	-5.6299	3
33946	Rosellon, El (Entrego, El)	rosellon-el-entrego-el	AS	O	33060	43.2875	-5.638	4
33946	Noal	noal	AS	O	33060	43.2921	-5.6299	3
33946	Poladura (El Entrego)	poladura-el-entrego	AS	O	33060	43.2875	-5.638	4
33946	Riolosbueyes	riolosbueyes	AS	O	33060	43.2921	-5.6299	3
33946	La Encarnada	la-encarnada	AS	O	33060	43.31	-5.6009	4
33946	Lloseta	lloseta	AS	O	33060	43.2921	-5.6299	3
33946	Cocaño	cocano	AS	O	33060	43.3	-5.6	4
33946	Los Artos	los-artos	AS	O	33060	43.3051	-5.5952	4
33946	Camperona, La (Siero)	camperona-la-siero	AS	O	33060	43.2921	-5.6299	3
33946	Felechosas	felechosas	AS	O	33060	43.3184	-5.6108	4
33946	Ifrera	ifrera	AS	O	33060	43.2921	-5.6299	3
33946	Llaneces Del Rey Moro	llaneces-del-rey-moro	AS	O	33060	43.2921	-5.6299	3
33946	Gemenediz	gemenediz	AS	O	33060	43.2921	-5.6299	3
33946	Llanos Los Artos	llanos-los-artos	AS	O	33060	43.2921	-5.6299	3
33946	Braniella	braniella	AS	O	33060	43.2921	-5.6299	3
33946	Cabaña, La (Ciaño-Langreo)	cabana-la-ciano-langreo	AS	O	33060	43.2921	-5.6299	3
33946	Baua	baua	AS	O	33060	43.2921	-5.6299	3
33946	Aragustin	aragustin	AS	O	33060	43.2921	-5.6299	3
33946	Cotariella-Cocañin	cotariella-cocanin	AS	O	33060	43.2921	-5.6299	3
33946	Fatorgada	fatorgada	AS	O	33060	43.2921	-5.6299	3
33947	Artosa (El Entrego)	artosa-el-entrego	AS	O	33060	43.2875	-5.638	4
33947	Vallina (Valle Lantero)	vallina-valle-lantero	AS	O	33060	43.2875	-5.638	3
33947	Rebollos, Los (Entrego)	rebollos-los-entrego	AS	O	33060	43.2875	-5.638	4
33947	Abonion	abonion	AS	O	33060	43.2875	-5.638	3
33947	Cabaña, La (El Entrego)	cabana-la-el-entrego	AS	O	33060	43.2875	-5.638	4
33947	Otariz	otariz	AS	O	33060	43.2875	-5.638	3
33947	Acebal, La (El Entrego)	acebal-la-el-entrego	AS	O	33060	43.2875	-5.638	4
33947	Paniceres De San Andres	paniceres-de-san-andres	AS	O	33060	43.2875	-5.638	3
33947	San Vicente (El Entrego)	san-vicente-el-entrego	AS	O	33060	43.2875	-5.638	4
33947	Collau, El (San Andres)	collau-el-san-andres	AS	O	33060	43.2875	-5.638	3
33947	Castañera (El Entrego)	castanera-el-entrego	AS	O	33060	43.2875	-5.638	4
33947	Trabanquin	trabanquin	AS	O	33060	43.2875	-5.638	3
33947	Figar, La (El Entrego)	figar-la-el-entrego	AS	O	33060	43.2875	-5.638	4
33947	Valleya	valleya	AS	O	33060	43.2875	-5.638	3
33947	Escobio (El Entrego)	escobio-el-entrego	AS	O	33060	43.2875	-5.638	4
33947	Cotariella-Escobio	cotariella-escobio	AS	O	33060	43.2875	-5.638	3
33947	Viña (El Entrego)	vina-el-entrego	AS	O	33060	43.2875	-5.638	4
33947	Llagos	llagos	AS	O	33060	43.2875	-5.638	3
33947	Vilorteras, Las (El Entrego)	vilorteras-las-el-entrego	AS	O	33060	43.2875	-5.638	4
33947	Mayao	mayao	AS	O	33060	43.2875	-5.638	3
33947	Rebollada, La (Entrego)	rebollada-la-entrego	AS	O	33060	43.2875	-5.638	4
33947	Sorriego	sorriego	AS	O	33060	43.2875	-5.638	3
33947	Pipe (El Entrego)	pipe-el-entrego	AS	O	33060	43.2875	-5.638	4
33947	Ciñera	cinera	AS	O	33060	43.2875	-5.638	3
33947	Lantero (El Entrego)	lantero-el-entrego	AS	O	33060	43.2875	-5.638	4
33947	Arbejil	arbejil	AS	O	33060	43.2875	-5.638	3
33948	Rozada	rozada	AS	O	33060	43.2833	-5.6333	4
33948	Rebollal, El (Entrego)	rebollal-el-entrego	AS	O	33060	43.2875	-5.638	4
33948	El Lugarin De Arriba	el-lugarin-de-arriba	AS	O	33060	43.295	-5.6437	3
33948	Pumarin	pumarin	AS	O	33060	43.3667	-5.7	4
33948	Nespral, La (Entrego)	nespral-la-entrego	AS	O	33060	43.2875	-5.638	4
33948	Llugarin De Abajo	llugarin-de-abajo	AS	O	33060	43.295	-5.6437	3
33948	Cantera, La (El Entrego)	cantera-la-el-entrego	AS	O	33060	43.2875	-5.638	4
33948	Juliana	juliana	AS	O	33060	43.295	-5.6437	3
33948	Barredo (El Entrego)	barredo-el-entrego	AS	O	33060	43.2875	-5.638	4
33948	Bornadina	bornadina	AS	O	33060	43.295	-5.6437	3
33948	Fayona, La (El Entrego)	fayona-la-el-entrego	AS	O	33060	43.2875	-5.638	4
33948	Bedavo	bedavo	AS	O	33060	43.295	-5.6437	3
33948	Fresno, El (El Entrego)	fresno-el-el-entrego	AS	O	33060	43.2875	-5.638	4
33948	Otariello	otariello	AS	O	33060	43.295	-5.6437	3
33948	Caseta, La (El Entrego)	caseta-la-el-entrego	AS	O	33060	43.2875	-5.638	4
33948	El Meruxeo	el-meruxeo	AS	O	33060	43.295	-5.6437	3
33948	Vistalegre (El Entrego)	vistalegre-el-entrego	AS	O	33060	43.2875	-5.638	4
33948	Llugarin De Arriba	llugarin-de-arriba	AS	O	33060	43.295	-5.6437	3
33949	Carbayal (Langreo)	carbayal-langreo	AS	O		43.2957	-5.6842	4
33949	Foyeu (Ciaño-Langreo)	foyeu-ciano-langreo	AS	O		43.2985	-5.6926	3
33949	Polledo,El (El Entrego)	polledo-el-el-entrego	AS	O		43.2875	-5.638	4
33949	Solalonga	solalonga	AS	O		43.2985	-5.6926	3
33949	Traviesa, La (El Entrego)	traviesa-la-el-entrego	AS	O		43.2875	-5.638	4
33949	Villacedre	villacedre	AS	O		43.2985	-5.6926	3
33949	Granja (El Entrego)	granja-el-entrego	AS	O		43.2875	-5.638	4
33949	Los Fornos	los-fornos	AS	O		43.3833	-6.1	4
33949	Vallina (El Entrego)	vallina-el-entrego	AS	O		43.2875	-5.638	4
33949	Cubes, Les (Ciaño-Langreo)	cubes-les-ciano-langreo	AS	O		43.2985	-5.6926	3
33949	Casorra, La (El Entrego)	casorra-la-el-entrego	AS	O		43.2875	-5.638	4
33949	Barraca, La (Langreo)	barraca-la-langreo	AS	O		43.2957	-5.6842	4
33949	Candanal, El (El Entrego)	candanal-el-el-entrego	AS	O		43.2875	-5.638	4
33949	La Central	la-central	AS	O		43.2985	-5.6926	3
33949	Valles, Los (Entrego)	valles-los-entrego	AS	O		43.2875	-5.638	4
33949	Carbayal, El (Langreo)	carbayal-el-langreo	AS	O		43.2957	-5.6842	4
33959	Sallosas	sallosas	AS	O	33060	43.2757	-5.6049	3
33949	Felguera (Ciaño-Langreo)	felguera-ciano-langreo	AS	O		43.2985	-5.6926	3
33949	Fornos (Ciaño-Langreo)	fornos-ciano-langreo	AS	O		43.2985	-5.6926	3
33949	Vallina De La Longa	vallina-de-la-longa	AS	O		43.2985	-5.6926	3
33949	Picu Castiellu (Ciaño-Langreo)	picu-castiellu-ciano-langreo	AS	O		43.2985	-5.6926	3
33949	Limosnera	limosnera	AS	O		43.2985	-5.6926	3
33949	Barraca, La (Ciaño-Langreo)	barraca-la-ciano-langreo	AS	O		43.2985	-5.6926	3
33949	Santa Ana (Ciaño-Langreo)	santa-ana-ciano-langreo	AS	O		43.2985	-5.6926	3
33950	Venta, La (Sotrondio)	venta-la-sotrondio	AS	O	33060	43.2757	-5.6049	4
33950	Sotrondio	sotrondio	AS	O	33060	43.2757	-5.6049	4
33957	Santa Barbara	santa-barbara	AS	O	33060	43.2546	-5.6205	4
33957	Paniceres (Sotrondio)	paniceres-sotrondio	AS	O	33060	43.2757	-5.6049	4
33957	Llanos, Los (Sotrondio)	llanos-los-sotrondio	AS	O	33060	43.2757	-5.6049	4
33957	Miera De Arriba	miera-de-arriba	AS	O	33060	43.2744	-5.6059	3
33957	Corralon (Sotrondio)	corralon-sotrondio	AS	O	33060	43.2757	-5.6049	4
33957	Costaya	costaya	AS	O	33060	43.2744	-5.6059	3
33957	Caleyos, Los (Sotrondio)	caleyos-los-sotrondio	AS	O	33060	43.2757	-5.6049	4
33957	Batan	batan	AS	O	33060	43.2744	-5.6059	3
33957	Escobal, El (Sotrondio)	escobal-el-sotrondio	AS	O	33060	43.2757	-5.6049	4
33957	Vallicalagua	vallicalagua	AS	O	33060	43.2744	-5.6059	3
33957	Casas De Abajo (Sotrondio)	casas-de-abajo-sotrondio	AS	O	33060	43.2757	-5.6049	4
33957	La Zorea	la-zorea	AS	O	33060	43.2744	-5.6059	3
33957	Casuca, La (Sotrondio)	casuca-la-sotrondio	AS	O	33060	43.2757	-5.6049	4
33957	La Seca Del Agua	la-seca-del-agua	AS	O	33060	43.2744	-5.6059	3
33957	Villar (Sotrondio)	villar-sotrondio	AS	O	33060	43.2757	-5.6049	4
33957	La Pared	la-pared	AS	O	33060	43.2744	-5.6059	3
33957	Cruz, La (Sotrondio)	cruz-la-sotrondio	AS	O	33060	43.2757	-5.6049	4
33957	La Potaxa	la-potaxa	AS	O	33060	43.2744	-5.6059	3
33957	Edrado (Sotrondio)	edrado-sotrondio	AS	O	33060	43.2757	-5.6049	4
33957	La Espesura	la-espesura	AS	O	33060	43.2744	-5.6059	3
33957	Estaca, La (Sotrondio)	estaca-la-sotrondio	AS	O	33060	43.2757	-5.6049	4
33957	El Vericioso	el-vericioso	AS	O	33060	43.2744	-5.6059	3
33957	Nespral, La (Sotrondio)	nespral-la-sotrondio	AS	O	33060	43.2757	-5.6049	4
33957	Collado Escobal	collado-escobal	AS	O	33060	43.2744	-5.6059	3
33957	Meruca, La (Sotrondio)	meruca-la-sotrondio	AS	O	33060	43.2757	-5.6049	4
33957	Vero	vero	AS	O	33060	43.2744	-5.6059	3
33957	Casanueva (Sotrondio)	casanueva-sotrondio	AS	O	33060	43.2757	-5.6049	4
33957	Casacima	casacima	AS	O	33060	43.2744	-5.6059	3
33957	Canto, El (Sotrondio)	canto-el-sotrondio	AS	O	33060	43.2757	-5.6049	4
33957	Rioceral	rioceral	AS	O	33060	43.2744	-5.6059	3
33957	Restinga	restinga	AS	O	33060	43.2744	-5.6059	3
33957	Perabeles	perabeles	AS	O	33060	43.2744	-5.6059	3
33957	Riocerezaledo	riocerezaledo	AS	O	33060	43.2744	-5.6059	3
33957	Argayadas	argayadas	AS	O	33060	43.2744	-5.6059	3
33957	Canto Las Matas	canto-las-matas	AS	O	33060	43.2744	-5.6059	3
33957	Miera Del Medio	miera-del-medio	AS	O	33060	43.2744	-5.6059	3
33958	Venta Del Aire (El Entrego)	venta-del-aire-el-entrego	AS	O	33060	43.2875	-5.638	4
33958	San Pedro (Sotrondio)	san-pedro-sotrondio	AS	O	33060	43.2757	-5.6049	4
33958	Pedriego	pedriego	AS	O	33060	43.2774	-5.6096	3
33958	Linares (El Entrego)	linares-el-entrego	AS	O	33060	43.2875	-5.638	4
33958	San Frechoso (Sotrondio)	san-frechoso-sotrondio	AS	O	33060	43.2757	-5.6049	4
33958	Baraosa	baraosa	AS	O	33060	43.2774	-5.6096	3
33958	Peruyera (Sotrondio)	peruyera-sotrondio	AS	O	33060	43.2757	-5.6049	4
33958	Socavon	socavon	AS	O	33060	43.2774	-5.6096	3
33958	Vilorteras (Sotrondio)	vilorteras-sotrondio	AS	O	33060	43.2757	-5.6049	4
33958	Cepedal	cepedal	AS	O	33060	43.2774	-5.6096	3
33958	Florida, La (Sotrondio)	florida-la-sotrondio	AS	O	33060	43.2757	-5.6049	4
33958	El Carbo	el-carbo	AS	O	33060	43.2774	-5.6096	3
33958	Piquera, La (Sotrondio)	piquera-la-sotrondio	AS	O	33060	43.2757	-5.6049	4
33958	Llaneces De Pedriego	llaneces-de-pedriego	AS	O	33060	43.2774	-5.6096	3
33958	Llano, El (Sotrondio)	llano-el-sotrondio	AS	O	33060	43.2757	-5.6049	4
33958	El Madreñero	el-madrenero	AS	O	33060	43.2774	-5.6096	3
33958	Campeta, La (Sotrondio)	campeta-la-sotrondio	AS	O	33060	43.2757	-5.6049	4
33958	Foxacos	foxacos	AS	O	33060	43.2774	-5.6096	3
33958	Cabañina, La (Sotrondio)	cabanina-la-sotrondio	AS	O	33060	43.2757	-5.6049	4
33958	Fuente Las Roces	fuente-las-roces	AS	O	33060	43.2774	-5.6096	3
33958	Pomarada (Sotrondio)	pomarada-sotrondio	AS	O	33060	43.2757	-5.6049	4
33958	Cabañas Nuevas	cabanas-nuevas	AS	O	33060	43.2774	-5.6096	3
33958	Carbonero, El (Sotrondio)	carbonero-el-sotrondio	AS	O	33060	43.2757	-5.6049	4
33958	Cabañas Loredo	cabanas-loredo	AS	O	33060	43.2774	-5.6096	3
33958	San Martin (Sotrondio)	san-martin-sotrondio	AS	O	33060	43.2757	-5.6049	4
33958	Cabaña Isidora	cabana-isidora	AS	O	33060	43.2774	-5.6096	3
33958	Parayes	parayes	AS	O	33060	43.2774	-5.6096	3
33958	La Peñona	la-penona	AS	O	33060	43.2774	-5.6096	3
33958	La Rotura	la-rotura	AS	O	33060	43.2774	-5.6096	3
33958	La Gallega	la-gallega	AS	O	33060	43.2774	-5.6096	3
33959	Invernal, La (Sotrondio)	invernal-la-sotrondio	AS	O	33060	43.2757	-5.6049	4
33959	Cavite	cavite	AS	O	33060	43.2757	-5.6049	3
33959	Pradon, El (Sotrondio)	pradon-el-sotrondio	AS	O	33060	43.2757	-5.6049	4
33959	La Invernite	la-invernite	AS	O	33060	43.2757	-5.6049	3
33959	Caleyo, El (Sotrondio)	caleyo-el-sotrondio	AS	O	33060	43.2757	-5.6049	4
33959	Llana El Pando	llana-el-pando	AS	O	33060	43.2757	-5.6049	3
33959	Labayos (Sotrondio)	labayos-sotrondio	AS	O	33060	43.2757	-5.6049	4
33959	Tetuan (Sotrondio)	tetuan-sotrondio	AS	O	33060	43.2757	-5.6049	4
33959	Peñatejera	penatejera	AS	O	33060	43.2757	-5.6049	3
33960	Blimea	blimea	AS	O	33060	43.4083	-5.5374	1
33960	Caraveo	caraveo	AS	O	33060	43.4083	-5.5374	1
33969	Riolapiedra	riolapiedra	AS	O		43.4083	-5.5374	3
33969	Felguera (Blimea)	felguera-blimea	AS	O		43.4083	-5.5374	3
33969	El Mero	el-mero	AS	O		43.4083	-5.5374	3
33969	Felguerosa (Blimea)	felguerosa-blimea	AS	O		43.4083	-5.5374	3
33969	Riegalatabla	riegalatabla	AS	O		43.4083	-5.5374	3
33969	Fuente Felguera	fuente-felguera	AS	O		43.4083	-5.5374	3
33969	Ronzon, El (Blimea)	ronzon-el-blimea	AS	O		43.4083	-5.5374	3
33969	Hueria, La (Blimea)	hueria-la-blimea	AS	O		43.4083	-5.5374	3
33969	El Murio	el-murio	AS	O		43.4083	-5.5374	3
33969	Ladesancho	ladesancho	AS	O		43.4083	-5.5374	3
33969	El Portillo	el-portillo	AS	O		43.4083	-5.5374	3
33969	Lay	lay	AS	O		43.4083	-5.5374	3
33969	La Molatera	la-molatera	AS	O		43.4083	-5.5374	3
33969	Moznera	moznera	AS	O		43.4083	-5.5374	3
33969	La Cabiella	la-cabiella	AS	O		43.4083	-5.5374	3
33969	Cegontin	cegontin	AS	O		43.4083	-5.5374	3
33969	Bobia, La (Blimea)	bobia-la-blimea	AS	O		43.4083	-5.5374	3
33969	Collau, El (Blimea)	collau-el-blimea	AS	O		43.4083	-5.5374	3
33969	Ponton (Blimea)	ponton-blimea	AS	O		43.4083	-5.5374	3
33969	Cuello	cuello	AS	O		43.4083	-5.5374	3
33969	Peruyal (Blimea)	peruyal-blimea	AS	O		43.4083	-5.5374	3
33969	Fariseo	fariseo	AS	O		43.4083	-5.5374	3
33969	Peña, La (Blimea)	pena-la-blimea	AS	O		43.4083	-5.5374	3
33969	San Roque (Sotrondio)	san-roque-sotrondio	AS	O		43.2757	-5.6049	4
33969	San Mames	san-mames	AS	O		43.5409	-5.4699	4
33969	Peña Corvera	pena-corvera	AS	O		43.4083	-5.5374	3
33969	Casilla, La (Blimea)	casilla-la-blimea	AS	O		43.4083	-5.5374	3
33969	Canto, El (Blimea)	canto-el-blimea	AS	O		43.4083	-5.5374	3
33969	Canales, Las (Blimea)	canales-las-blimea	AS	O		43.4083	-5.5374	3
33969	Cabuernos	cabuernos	AS	O		43.4083	-5.5374	3
33969	La Cabezada	la-cabezada	AS	O		43.4083	-5.5374	3
33969	Burganeo	burganeo	AS	O		43.4083	-5.5374	3
33969	Quintanas, Las (Blimea)	quintanas-las-blimea	AS	O		43.4083	-5.5374	3
33969	Biomba	biomba	AS	O		43.4083	-5.5374	3
33969	Aparadas	aparadas	AS	O		43.4083	-5.5374	3
33969	Villalad	villalad	AS	O		43.4083	-5.5374	3
33969	Tercias, Las (Blimea)	tercias-las-blimea	AS	O		43.4083	-5.5374	3
33969	Soto, El (Blimea)	soto-el-blimea	AS	O		43.4083	-5.5374	3
33969	El Nieto	el-nieto	AS	O		43.4083	-5.5374	3
33969	Payega (Blimea)	payega-blimea	AS	O		43.4083	-5.5374	3
33969	Raposera (Blimea)	raposera-blimea	AS	O		43.4083	-5.5374	3
33969	Solascampas	solascampas	AS	O		43.4083	-5.5374	3
33969	La Milana	la-milana	AS	O		43.4083	-5.5374	3
33969	Sierra, La (Blimea)	sierra-la-blimea	AS	O		43.4083	-5.5374	3
33969	Los Melchores	los-melchores	AS	O		43.4083	-5.5374	3
33969	El Chirente	el-chirente	AS	O		43.4083	-5.5374	3
33969	Sienra (Blimea)	sienra-blimea	AS	O		43.4083	-5.5374	3
33969	Quintana, La (Blimea)	quintana-la-blimea	AS	O		43.4083	-5.5374	3
33970	Recortina	recortina	AS	O	33032	43.2657	-5.5705	1
33970	Barredos (Laviana)	barredos-laviana	AS	O	33032	43.2657	-5.5705	1
33979	San Pedro De Tiraña	san-pedro-de-tirana	AS	O	33032	43.2696	-5.5684	4
33979	Carbajal (Barredos)	carbajal-barredos	AS	O	33032	43.2599	-5.5735	4
33979	Fabariego (Tiraña-Laviana)	fabariego-tirana-laviana	AS	O	33032	43.2696	-5.5684	4
33979	Lloro	lloro	AS	O	33032	43.2657	-5.5705	3
33979	Peruyal (Tiraña-Laviana)	peruyal-tirana-laviana	AS	O	33032	43.2696	-5.5684	4
33979	Camporro, El (Barredos)	camporro-el-barredos	AS	O	33032	43.2599	-5.5735	4
33979	Moral, La (Laviana)	moral-la-laviana	AS	O	33032	43.2657	-5.5705	3
33979	Ordaliego (Laviana)	ordaliego-laviana	AS	O	33032	43.2657	-5.5705	3
33979	Paniceres (Laviana)	paniceres-laviana	AS	O	33032	43.2657	-5.5705	3
33979	El Pareu	el-pareu	AS	O	33032	43.2657	-5.5705	3
33979	Patarin	patarin	AS	O	33032	43.2657	-5.5705	3
33979	Los Cardos	los-cardos	AS	O	33032	43.2657	-5.5705	3
33979	Barrera, La (Laviana)	barrera-la-laviana	AS	O	33032	43.2657	-5.5705	3
33979	Bustio (Laviana)	bustio-laviana	AS	O	33032	43.2657	-5.5705	3
33979	Cabañas, Las (Laviana)	cabanas-las-laviana	AS	O	33032	43.2657	-5.5705	3
33979	Campo, El (Laviana)	campo-el-laviana	AS	O	33032	43.2657	-5.5705	3
33979	Casacabada	casacabada	AS	O	33032	43.2657	-5.5705	3
33979	Casarriba	casarriba	AS	O	33032	43.2657	-5.5705	3
33979	Casorra, La (Laviana)	casorra-la-laviana	AS	O	33032	43.2657	-5.5705	3
33979	Cerezal (Laviana)	cerezal-laviana	AS	O	33032	43.2657	-5.5705	3
33979	Condueño	condueno	AS	O	33032	43.2657	-5.5705	3
33979	Facuriella	facuriella	AS	O	33032	43.2657	-5.5705	3
33979	El Forno	el-forno	AS	O	33032	43.2657	-5.5705	3
33979	Hueria Alta	hueria-alta	AS	O	33032	43.2657	-5.5705	3
33979	Rebollal (Laviana)	rebollal-laviana	AS	O	33032	43.2657	-5.5705	3
33979	Sayedo	sayedo	AS	O	33032	43.2657	-5.5705	3
33979	Valliquin	valliquin	AS	O	33032	43.2657	-5.5705	3
33979	Villarin (Laviana)	villarin-laviana	AS	O	33032	43.2657	-5.5705	3
33979	Zoreda Alta	zoreda-alta	AS	O	33032	43.2657	-5.5705	3
33979	Zoreda Baja	zoreda-baja	AS	O	33032	43.2657	-5.5705	3
33979	Cabuernia	cabuernia	AS	O	33032	43.2657	-5.5705	3
33979	Veneros (Laviana)	veneros-laviana	AS	O	33032	43.2657	-5.5705	3
33979	Abedul (Laviana)	abedul-laviana	AS	O	33032	43.2657	-5.5705	3
33980	Pola De Laviana	pola-de-laviana	AS	O	33032	43.2454	-5.5629	4
33980	La Arbeya	la-arbeya	AS	O	33032	43.2454	-5.5629	3
33986	Campomojado	campomojado	AS	O	33032	43.2128	-5.5496	4
33986	Tornos (Pola De Laviana)	tornos-pola-de-laviana	AS	O	33032	43.2454	-5.5629	4
33986	Caucia	caucia	AS	O	33032	43.2145	-5.589	4
33986	Bargana	bargana	AS	O	33032	43.2266	-5.5655	3
33986	Fechaladrona	fechaladrona	AS	O	33032	43.2063	-5.5652	4
33986	Villoria	villoria	AS	O	33032	43.2163	-5.5658	4
33986	Pumarada (Pola De Laviana)	pumarada-pola-de-laviana	AS	O	33032	43.2454	-5.5629	4
33986	Arbin	arbin	AS	O	33032	43.2266	-5.5655	3
33986	Fornos (Pola De Laviana)	fornos-pola-de-laviana	AS	O	33032	43.2454	-5.5629	4
33986	Merujal De Villoria	merujal-de-villoria	AS	O	33032	43.2266	-5.5655	3
33986	Navaliego (P.Laviana)	navaliego-p-laviana	AS	O	33032	43.2266	-5.5655	3
33986	Viescabozadas	viescabozadas	AS	O	33032	43.2266	-5.5655	3
33986	Grandon	grandon	AS	O	33032	43.2266	-5.5655	3
33986	Mestas, Las (P.Laviana)	mestas-las-p-laviana	AS	O	33032	43.2266	-5.5655	3
33986	Borias, Las (P. Laviana)	borias-las-p-laviana	AS	O	33032	43.2266	-5.5655	3
33986	Cuesta, La (Laviana)	cuesta-la-laviana	AS	O	33032	43.2266	-5.5655	3
33986	Febrero	febrero	AS	O	33032	43.2266	-5.5655	3
33986	Cuesta Los Valles	cuesta-los-valles	AS	O	33032	43.2266	-5.5655	3
33986	Cuadrazal	cuadrazal	AS	O	33032	43.2266	-5.5655	3
33986	Valdelafaya	valdelafaya	AS	O	33032	43.2266	-5.5655	3
33986	Corian	corian	AS	O	33032	43.2266	-5.5655	3
33986	Cerezaleru	cerezaleru	AS	O	33032	43.2266	-5.5655	3
33986	Cabo, El (Laviana)	cabo-el-laviana	AS	O	33032	43.2266	-5.5655	3
33986	Braña De Arriba (Laviana)	brana-de-arriba-laviana	AS	O	33032	43.2266	-5.5655	3
33986	Brañavieja (Laviana)	branavieja-laviana	AS	O	33032	43.2266	-5.5655	3
33986	Tolivia (P. Laviana)	tolivia-p-laviana	AS	O	33032	43.2266	-5.5655	3
33986	Solano (Laviana)	solano-laviana	AS	O	33032	43.2266	-5.5655	3
33986	San Pedro De Villoria	san-pedro-de-villoria	AS	O	33032	43.2266	-5.5655	3
33986	Fresnedo (Laviana)	fresnedo-laviana	AS	O	33032	43.2266	-5.5655	3
33986	Quintanas (P.Laviana)	quintanas-p-laviana	AS	O	33032	43.2266	-5.5655	3
33986	Miguelperi	miguelperi	AS	O	33032	43.2266	-5.5655	3
33986	Paradina	paradina	AS	O	33032	43.2266	-5.5655	3
33986	Piedras Negras	piedras-negras	AS	O	33032	43.2266	-5.5655	3
33986	Roxil	roxil	AS	O	33032	43.2266	-5.5655	3
33987	Fombermeja	fombermeja	AS	O	33032	43.2026	-5.5235	4
33987	Ribota	ribota	AS	O	33032	43.2286	-5.5494	3
33987	Pando (Laviana)	pando-laviana	AS	O	33032	43.2286	-5.5494	3
33987	Entralgo	entralgo	AS	O	33032	43.2333	-5.5557	4
33987	Iguanzo	iguanzo	AS	O	33032	43.2286	-5.5494	3
33987	Acebal (Pola De Laviana)	acebal-pola-de-laviana	AS	O	33032	43.2454	-5.5629	4
33987	Cabaña (Laviana)	cabana-laviana	AS	O	33032	43.2286	-5.5494	3
33987	Peruyal (Entralgo-Laviana)	peruyal-entralgo-laviana	AS	O	33032	43.2333	-5.5557	4
33987	Puente Del Arco	puente-del-arco	AS	O	33032	43.2286	-5.5494	3
33987	Canzana	canzana	AS	O	33032	43.2286	-5.5494	3
33988	Mardana	mardana	AS	O		43.2401	-5.573	4
33988	Brañueta (P. Laviana)	branueta-p-laviana	AS	O		43.2348	-5.5843	3
33988	Merujal	merujal	AS	O		43.2189	-5.6172	4
33988	Boza (Pola Laviana)	boza-pola-laviana	AS	O		43.2454	-5.5629	4
33988	Perujal	perujal	AS	O		43.2348	-5.5843	3
33988	Sarambiello	sarambiello	AS	O		43.2348	-5.5843	3
33988	Corcia	corcia	AS	O		43.2348	-5.5843	3
33988	Carrio (P. Laviana)	carrio-p-laviana	AS	O		43.2348	-5.5843	3
33988	Cuarteles De Merujal	cuarteles-de-merujal	AS	O		43.2348	-5.5843	3
33988	Linariegas	linariegas	AS	O		43.2348	-5.5843	3
33989	Rebollada, La (Sotrondio)	rebollada-la-sotrondio	AS	O	33032	43.2757	-5.6049	4
33989	Redondina	redondina	AS	O	33032	43.2465	-5.5673	3
33989	Fabariego (Villoria-Laviana)	fabariego-villoria-laviana	AS	O	33032	43.2163	-5.5658	4
33989	Casapapio	casapapio	AS	O	33032	43.2511	-5.5446	4
33989	Constante (Laviana)	constante-laviana	AS	O	33032	43.2465	-5.5673	3
33989	Redondo (Pola De Laviana)	redondo-pola-de-laviana	AS	O	33032	43.2454	-5.5629	4
33989	Lloreo	lloreo	AS	O	33032	43.2465	-5.5673	3
33989	Carba, La (Pola De Laviana)	carba-la-pola-de-laviana	AS	O	33032	43.2454	-5.5629	4
33989	Portillas, Las (P.Laviana)	portillas-las-p-laviana	AS	O	33032	43.2465	-5.5673	3
33989	Pomarada (Pola De Laviana)	pomarada-pola-de-laviana	AS	O	33032	43.2454	-5.5629	4
33989	Rebollada (Laviana)	rebollada-laviana	AS	O	33032	43.2465	-5.5673	3
33989	Tablazo	tablazo	AS	O	33032	43.2465	-5.5673	3
33989	Valdelasabejas	valdelasabejas	AS	O	33032	43.2465	-5.5673	3
33989	Tendejon	tendejon	AS	O	33032	43.2465	-5.5673	3
33989	Corredoria (P. Laviana)	corredoria-p-laviana	AS	O	33032	43.2465	-5.5673	3
33989	Canto De Arriba	canto-de-arriba	AS	O	33032	43.2465	-5.5673	3
33989	Canto De Abajo	canto-de-abajo	AS	O	33032	43.2465	-5.5673	3
33989	Castañal (Laviana)	castanal-laviana	AS	O	33032	43.2465	-5.5673	3
33989	Sospelaya	sospelaya	AS	O	33032	43.2465	-5.5673	3
33989	Pielagos	pielagos	AS	O	33032	43.2465	-5.5673	3
33989	Rasa, La (P.Laviana)	rasa-la-p-laviana	AS	O	33032	43.2465	-5.5673	3
33989	Rebolloso	rebolloso	AS	O	33032	43.2465	-5.5673	3
33989	Piniella (P.Laviana)	piniella-p-laviana	AS	O	33032	43.2465	-5.5673	3
33989	Grandiella (Laviana)	grandiella-laviana	AS	O	33032	43.2465	-5.5673	3
33989	Felgueron (Laviana)	felgueron-laviana	AS	O	33032	43.2465	-5.5673	3
33989	Llanas, Las (Laviana)	llanas-las-laviana	AS	O	33032	43.2465	-5.5673	3
33989	Gamonal	gamonal	AS	O	33032	43.2465	-5.5673	3
33989	La Sertera	la-sertera	AS	O	33032	43.2465	-5.5673	3
33989	La Ortigosa	la-ortigosa	AS	O	33032	43.2465	-5.5673	3
33989	Las Palomas	las-palomas	AS	O	33032	43.2465	-5.5673	3
33989	Faya, La (P. Laviana)	faya-la-p-laviana	AS	O	33032	43.2465	-5.5673	3
33989	Omedines (P. Laviana)	omedines-p-laviana	AS	O	33032	43.2465	-5.5673	3
33989	Horron	horron	AS	O	33032	43.2465	-5.5673	3
33990	Govezanes	govezanes	AS	O	33015	43.21	-5.3609	4
33990	Campo De Caso	campo-de-caso	AS	O	33015	43.1831	-5.3448	4
33990	Orle	orle	AS	O	33015	43.1974	-5.3249	4
33990	Veneros De Caso	veneros-de-caso	AS	O	33015	43.1793	-5.3332	4
33990	Bueres (Caso)	bueres-caso	AS	O	33015	43.1966	-5.3401	3
33990	Nieves	nieves	AS	O	33015	43.2131	-5.3367	4
33990	Barrio (Caso)	barrio-caso	AS	O	33015	43.1966	-5.3401	3
33991	Lorio	lorio	AS	O	33032	43.2293	-5.5204	4
33991	Celleruelo	celleruelo	AS	O	33032	43.2386	-5.5376	4
33991	Llera, La (P.Laviana)	llera-la-p-laviana	AS	O	33032	43.2347	-5.5278	3
33991	Muñera	munera	AS	O	33032	43.2361	-5.5255	4
33991	Payandi	payandi	AS	O	33032	43.2347	-5.5278	3
33992	Boroñes	borones	AS	O	33032	43.2456	-5.5011	4
33992	Aldea (Pola De Laviana)	aldea-pola-de-laviana	AS	O	33032	43.2454	-5.5629	4
33992	Soto De Lorio	soto-de-lorio	AS	O	33032	43.2326	-5.5007	4
33992	Ferrera, La (Laviana)	ferrera-la-laviana	AS	O	33032	43.2412	-5.5216	3
33992	Condado, El (P. Laviana)	condado-el-p-laviana	AS	O	33032	43.2412	-5.5216	3
33992	Sierra (P. Laviana)	sierra-p-laviana	AS	O	33032	43.2412	-5.5216	3
33993	Agues	agues	AS	O	33067	43.2	-5.45	4
33993	Villamorey	villamorey	AS	O	33067	43.2169	-5.4685	4
33993	Rioseco De Sobrescobio	rioseco-de-sobrescobio	AS	O	33067	43.221	-5.4548	4
33993	Campiellos	campiellos	AS	O	33067	43.2317	-5.461	4
33993	La Polina	la-polina	AS	O	33067	43.2174	-5.4585	3
33993	Ladines (Sobrescobio)	ladines-sobrescobio	AS	O	33067	43.2174	-5.4585	3
33993	San Andres (Sobrescobio)	san-andres-sobrescobio	AS	O	33067	43.2174	-5.4585	3
33993	Soto De Agues	soto-de-agues	AS	O	33067	43.2174	-5.4585	3
33993	Anzo (Sobrescobio)	anzo-sobrescobio	AS	O	33067	43.2174	-5.4585	3
33994	Valderrosa	valderrosa	AS	O		43.2077	-5.3881	3
33994	Tanes	tanes	AS	O		43.2066	-5.4005	4
33994	Prieres	prieres	AS	O		43.2126	-5.3742	4
33994	Abantro	abantro	AS	O		43.2038	-5.3897	4
33995	Coballes	coballes	AS	O	33015	43.1908	-5.3861	4
33995	Caleao	caleao	AS	O	33015	43.1566	-5.4119	4
33995	Linares (Caso)	linares-caso	AS	O	33015	43.1664	-5.3907	3
33995	Buspriz	buspriz	AS	O	33015	43.1664	-5.3907	3
33995	Puente Piedra	puente-piedra	AS	O	33015	43.1664	-5.3907	3
33995	Felguerina	felguerina	AS	O	33015	43.1518	-5.374	4
33996	Bezanes	bezanes	AS	O	33015	43.151	-5.2912	4
33996	Belerda	belerda	AS	O	33015	43.1609	-5.3149	4
33996	Sobrecastillo	sobrecastillo	AS	O	33015	43.1559	-5.2981	3
33996	Foz De Caso	foz-de-caso	AS	O	33015	43.1499	-5.2793	4
33996	Cortina (P.Laviana)	cortina-p-laviana	AS	O	33015	43.1559	-5.2981	3
33996	Soto De Caso	soto-de-caso	AS	O	33015	43.1617	-5.3069	4
33997	Tarna (Caso)	tarna-caso	AS	O		43.1494	-5.2552	3
33997	Pendones	pendones	AS	O		43.1494	-5.2552	4
33554	Tresviso	tresviso	CB	S	33008	43.2575	-4.6677	4
39001	Santander	santander	CB	S	39075	43.4647	-3.8044	4
39002	Santander	santander	CB	S	39075	43.4647	-3.8044	4
39003	Santander	santander	CB	S	39075	43.4647	-3.8044	4
39004	Santander	santander	CB	S	39075	43.4647	-3.8044	4
39005	Santander	santander	CB	S	39075	43.4647	-3.8044	4
39006	Santander	santander	CB	S	39075	43.4647	-3.8044	4
39007	Santander	santander	CB	S	39075	43.4647	-3.8044	4
39008	Santander	santander	CB	S	39075	43.4647	-3.8044	4
39009	Santander	santander	CB	S	39075	43.4647	-3.8044	4
39010	Santander	santander	CB	S	39075	43.4647	-3.8044	4
39011	Santander	santander	CB	S	39075	43.4647	-3.8044	4
39012	Santander	santander	CB	S	39075	43.4647	-3.8044	4
39070	Santander	santander	CB	S		43.4647	-3.8044	4
39071	Santander	santander	CB	S		43.4647	-3.8044	4
39080	Santander	santander	CB	S		43.4647	-3.8044	4
39100	Santa Cruz De Bezana	santa-cruz-de-bezana	CB	S	39073	43.4437	-3.9032	4
39108	Prezanes	prezanes	CB	S	39073	43.4537	-3.9099	4
39108	Mompia	mompia	CB	S	39073	43.4416	-3.9187	4
39108	Maoño	maono	CB	S	39073	43.4177	-3.9145	4
39108	Azoños	azonos	CB	S	39073	43.429	-3.91	4
39110	Soto De La Marina	soto-de-la-marina	CB	S	39073	43.4651	-3.8976	4
39110	Sancibrian (Soto De La Marina)	sancibrian-soto-de-la-marina	CB	S	39073	43.4651	-3.8976	4
39120	Mortera	mortera	CB	S	39052	43.4443	-3.9233	4
39120	Liencres	liencres	CB	S	39052	43.4601	-3.9291	4
39130	Elechas	elechas	CB	S	39040	43.4249	-3.7727	4
39130	Pedreña	pedrena	CB	S	39040	43.4393	-3.7694	4
39140	Somo	somo	CB	S	39061	43.4513	-3.7347	4
39150	Suesa	suesa	CB	S	39061	43.4436	-3.7176	4
39150	Carriazo (Ribamontan Al Mar)	carriazo-ribamontan-al-mar	CB	S	39061	43.4466	-3.7081	3
39150	Castanedo	castanedo	CB	S	39061	43.4497	-3.6986	4
39160	Langre	langre	CB	S	39061	43.4736	-3.699	4
39160	Loredo	loredo	CB	S	39061	43.4611	-3.7203	4
39160	Galizano	galizano	CB	S	39061	43.4693	-3.6716	4
39170	Bareyo	bareyo	CB	S	39011	43.4669	-3.6008	4
39170	Ajo	ajo	CB	S	39011	43.4785	-3.612	4
39180	Noja	noja	CB	S	39047	43.4892	-3.5231	4
39191	Guemes	guemes	CB	S	39011	43.4559	-3.6353	4
39192	San Miguel De Meruelo	san-miguel-de-meruelo	CB	S	39043	43.4621	-3.5888	4
39192	San Mames De Meruelo	san-mames-de-meruelo	CB	S	39043	43.4461	-3.565	4
39192	San Bartolome (Meruelo)	san-bartolome-meruelo	CB	S	39043	43.4541	-3.5769	3
39193	Rionegro	rionegro	CB	S	39029	43.4698	-3.5493	3
39193	Soano	soano	CB	S	39029	43.4823	-3.5446	4
39193	El Alvareo	el-alvareo	CB	S	39029	43.4698	-3.5493	3
39193	Castillo	castillo	CB	S	39029	43.4573	-3.5539	4
39195	Arnuero	arnuero	CB	S	39006	43.4776	-3.5696	4
39195	Isla Playa	isla-playa	CB	S	39006	43.4856	-3.5693	3
39195	Isla	isla	CB	S	39006	43.4937	-3.569	4
39197	Piedrahita	piedrahita	CB	S	39079	43.4577	-3.4781	4
39197	Ancillo	ancillo	CB	S	39079	43.4502	-3.4911	4
39197	Argoños	argonos	CB	S	39079	43.4574	-3.4901	4
39197	Cerecedas	cerecedas	CB	S	39079	43.4545	-3.4867	3
39197	Santiuste	santiuste	CB	S	39079	43.4527	-3.4875	4
39200	Reinosa	reinosa	CB	S	39027	42.9996	-4.138	4
39200	Matamorosa	matamorosa	CB	S	39027	42.9818	-4.1493	4
39210	Hoz De Abiada	hoz-de-abiada	CB	S	39032	43.0187	-4.2818	4
39210	Villacantid	villacantid	CB	S	39032	43.001	-4.2073	4
39210	Naveda	naveda	CB	S	39032	43.0163	-4.2447	4
39210	Proaño	proano	CB	S	39032	43.0295	-4.2537	4
39210	Mazandrero	mazandrero	CB	S	39032	43.0039	-4.2715	4
39210	Ormas	ormas	CB	S	39032	43.0285	-4.2344	4
39210	Poblacion De Suso	poblacion-de-suso	CB	S	39032	42.987	-4.2378	4
39210	Abiada	abiada	CB	S	39032	43.0182	-4.2908	4
39210	Celada De Los Calderones	celada-de-los-calderones	CB	S	39032	43.0158	-4.2524	4
39210	La Lomba	la-lomba	CB	S	39032	43.0113	-4.2878	4
39210	Entrambasaguas (Campoo De Suso)	entrambasaguas-campoo-de-suso	CB	S	39032	43.0142	-4.2544	3
39210	Villar	villar	CB	S	39032	43.0197	-4.2645	4
39210	Espinilla	espinilla	CB	S	39032	43.0211	-4.2258	4
39210	Barrio (Campoo De Suso)	barrio-campoo-de-suso	CB	S	39032	43.0142	-4.2544	3
39210	Brañavieja	branavieja	CB	S	39032	43.0142	-4.2544	3
39210	Soto (Campoo De Suso)	soto-campoo-de-suso	CB	S	39032	43.0142	-4.2544	3
39212	Camino (Campoo De Suso)	camino-campoo-de-suso	CB	S	39027	43.0192	-4.1619	3
39212	Salces	salces	CB	S	39027	43.0069	-4.1681	4
39212	Argüeso	argueso	CB	S	39027	43.0311	-4.2001	4
39212	Miña, La (Campoo De Suso)	mina-la-campoo-de-suso	CB	S	39027	43.0192	-4.1619	3
39212	Fresno Del Rio	fresno-del-rio	CB	S	39027	43.0174	-4.1436	4
39212	Fontecha	fontecha	CB	S	39027	43.0308	-4.1491	4
39212	Paracuelles	paracuelles	CB	S	39027	43.0192	-4.1619	3
39212	Aradillos	aradillos	CB	S	39027	43.03	-4.1335	4
39212	Serna, La (Campoo De Suso)	serna-la-campoo-de-suso	CB	S	39027	43.0192	-4.1619	3
39212	Nestares	nestares	CB	S	39027	43.001	-4.1523	4
39212	Morancas	morancas	CB	S	39027	43.0192	-4.1619	3
39212	Fontibre	fontibre	CB	S	39027	43.0171	-4.1865	4
39213	Llano (De Valdearroyo)	llano-de-valdearroyo	CB	S	39027	42.9659	-4.1171	3
39213	Arroyo De Valdearroyo	arroyo-de-valdearroyo	CB	S	39027	42.9729	-4.0542	4
39213	Las Rozas De Valdearroyo	las-rozas-de-valdearroyo	CB	S	39027	42.9659	-4.1171	3
39213	Suano	suano	CB	S	39027	42.98	-4.2092	4
39213	Villaescusa (Enmedio)	villaescusa-enmedio	CB	S	39027	42.9659	-4.1171	3
39213	Fombellida	fombellida	CB	S	39027	42.934	-4.12	4
39213	Villafria (Enmedio)	villafria-enmedio	CB	S	39027	42.9659	-4.1171	3
39213	Izara	izara	CB	S	39027	42.9762	-4.1872	4
39213	Villanueva (Rozas Valdearroyo)	villanueva-rozas-valdearroyo	CB	S	39027	42.9659	-4.1171	3
39213	Retortillo	retortillo	CB	S	39027	42.9842	-4.1151	4
39213	Horna De Ebro	horna-de-ebro	CB	S	39027	42.9659	-4.1171	3
39213	La Aguilera	la-aguilera	CB	S	39027	42.9641	-4.047	4
39213	Bimon	bimon	CB	S	39027	42.9659	-4.1171	3
39213	Celada Marlantes	celada-marlantes	CB	S	39027	42.9469	-4.1039	4
39213	Quintanilla (Enmedio)	quintanilla-enmedio	CB	S	39027	42.9659	-4.1171	3
39213	Renedo De Valdearroyo	renedo-de-valdearroyo	CB	S	39027	42.9764	-4.0018	4
39213	Bolmir	bolmir	CB	S	39027	42.9886	-4.1253	4
39213	San Pedro (Cervatos)	san-pedro-cervatos	CB	S	39027	42.9557	-4.1474	4
39213	Cervatos	cervatos	CB	S	39027	42.9557	-4.1474	4
39213	Sopeña (Cervatos)	sopena-cervatos	CB	S	39027	42.9557	-4.1474	4
39220	Salcedo (Valderredible)	salcedo-valderredible	CB	S	39094	42.8151	-3.9553	3
39220	Polientes	polientes	CB	S	39094	42.8064	-3.9403	4
39220	Arantiones	arantiones	CB	S	39094	42.8238	-3.9704	4
39230	Poblacion De Arriba	poblacion-de-arriba	CB	S	39094	42.8726	-3.9455	4
39230	Serna, La (Valderredible)	serna-la-valderredible	CB	S	39094	42.8449	-3.9303	3
39230	Poblacion De Abajo	poblacion-de-abajo	CB	S	39094	42.8416	-3.9271	4
39230	Ruijas	ruijas	CB	S	39094	42.8206	-3.9182	4
39232	Quintanilla De Rucandio	quintanilla-de-rucandio	CB	S	09011	42.9209	-3.8613	4
39232	Allen Del Hoyo	allen-del-hoyo	CB	S	09011	42.9296	-3.8827	4
39232	Cejancas	cejancas	CB	S	09011	42.8785	-3.9073	4
39232	Repudio	repudio	CB	S	09011	42.8455	-3.8931	4
39232	Villaescusa De Ebro	villaescusa-de-ebro	CB	S	09011	42.8299	-3.833	4
39232	Villaverde De Hito	villaverde-de-hito	CB	S	09011	42.8427	-3.8666	4
39232	Villota De Elines	villota-de-elines	CB	S	09011	42.8721	-3.8787	3
39232	Renedo De Bricia	renedo-de-bricia	CB	S	09011	42.9234	-3.8393	4
39232	Arenillas De Ebro	arenillas-de-ebro	CB	S	09011	42.8721	-3.8787	3
39232	Arroyuelos	arroyuelos	CB	S	09011	42.84	-3.8585	4
39232	Cadalso (Valderredible)	cadalso-valderredible	CB	S	09011	42.8721	-3.8787	3
39232	Ruanales	ruanales	CB	S	09011	42.8985	-3.9129	4
39232	Rucandio (Valderredible)	rucandio-valderredible	CB	S	09011	42.8721	-3.8787	3
39232	Ruerrero	ruerrero	CB	S	09011	42.8324	-3.9044	4
39232	San Martin De Elines	san-martin-de-elines	CB	S	09011	42.8286	-3.8687	4
39232	Riopanero	riopanero	CB	S	09011	42.8705	-3.9182	4
39232	Espinosa De Bricia	espinosa-de-bricia	CB	S	09011	42.8723	-3.8621	4
39232	Santa Maria De Hito	santa-maria-de-hito	CB	S	09011	42.8445	-3.8748	4
39232	Soto De Rucandio	soto-de-rucandio	CB	S	09011	42.9132	-3.8694	4
39250	Rebollar De Ebro	rebollar-de-ebro	CB	S	34032	42.794	-3.9544	4
39250	Quintanilla De An	quintanilla-de-an	CB	S	34032	42.7971	-3.9743	4
39250	Coroneles	coroneles	CB	S	34032	42.8232	-4.0765	4
39250	Montecillo	montecillo	CB	S	34032	42.7751	-3.9754	4
39250	Sobrepenilla	sobrepenilla	CB	S	34032	42.7786	-3.9917	4
39250	Campo De Ebro	campo-de-ebro	CB	S	34032	42.7957	-3.9661	4
39250	La Puente Del Valle	la-puente-del-valle	CB	S	34032	42.7937	-3.9883	4
39250	Cubillo De Ebro	cubillo-de-ebro	CB	S	34032	42.8087	-4.0324	4
39250	Rocamundo	rocamundo	CB	S	34032	42.8064	-3.9403	4
39250	Villanueva De La Nia	villanueva-de-la-nia	CB	S	34032	42.8038	-4.0471	4
39250	Villamoñico	villamonico	CB	S	34032	42.7803	-4.0628	4
39250	Sobrepeña	sobrepena	CB	S	34032	42.7861	-3.9619	4
39250	Otero (Valderredible)	otero-valderredible	CB	S	34032	42.7922	-4.0068	3
39250	Revelillas	revelillas	CB	S	34032	42.7776	-4.0766	4
39292	Quintana (Campoo De Yuso)	quintana-campoo-de-yuso	CB	S	39017	43.0098	-4.0366	3
39292	La Costana	la-costana	CB	S	39017	43.0162	-4.001	4
39292	Villasuso (Campoo De Yuso)	villasuso-campoo-de-yuso	CB	S	39017	43.0098	-4.0366	3
39292	Monegro	monegro	CB	S	39017	43.0123	-4.0363	4
39292	Bustamante	bustamante	CB	S	39017	43.0064	-4.0071	4
39292	Servillejas	servillejas	CB	S	39017	43.0283	-4.0076	4
39292	Villapaderne	villapaderne	CB	S	39017	43.0211	-4.0719	4
39292	Aldueso	aldueso	CB	S	39017	43.018	-4.0877	4
39292	Requejo (Enmedio)	requejo-enmedio	CB	S	39017	42.9469	-4.1039	4
39292	Servillas	servillas	CB	S	39017	43.0289	-3.9907	4
39292	Quintanamanil	quintanamanil	CB	S	39017	43.0134	-3.9931	4
39292	Orzales	orzales	CB	S	39017	43.0063	-4.0663	4
39294	Corconte	corconte	CB	S	39017	43.041	-3.895	4
39294	La Poblacion	la-poblacion	CB	S	39017	43.0324	-3.9442	3
39294	Lanchares	lanchares	CB	S	39017	43.0406	-3.9722	4
39294	La Riva De Yuso	la-riva-de-yuso	CB	S	39017	43.0157	-3.9654	4
39300	Dualez	dualez	CB	S	39087	43.359	-4.0549	4
39300	La Montaña	la-montana	CB	S	39087	43.3493	-4.0528	3
39300	Campuzano	campuzano	CB	S	39087	43.3422	-4.0576	4
39300	Torrelavega	torrelavega	CB	S	39087	43.3494	-4.0479	4
39300	Barreda (Torrelavega)	barreda-torrelavega	CB	S	39087	43.3493	-4.0528	3
39300	Torres	torres	CB	S	39087	43.3554	-4.067	4
39300	Tanos	tanos	CB	S	39087	43.3351	-4.0401	4
39300	Sierrapando	sierrapando	CB	S	39087	43.3435	-4.0366	4
39300	Ganzo	ganzo	CB	S	39087	43.3606	-4.0654	4
39310	Mogro	mogro	CB	S	39044	43.4276	-3.9763	4
39310	Miengo	miengo	CB	S	39044	43.4286	-3.9987	4
39310	Gornazo	gornazo	CB	S	39044	43.4131	-3.9833	4
39311	Mercadal	mercadal	CB	S	39018	43.324	-4.1007	4
39311	Santiago De Cartes	santiago-de-cartes	CB	S	39018	43.3361	-4.066	4
39311	Cartes	cartes	CB	S	39018	43.326	-4.0689	4
39311	Mijarojos	mijarojos	CB	S	39018	43.3417	-4.0724	4
39311	La Barquera	la-barquera	CB	S	39018	43.3851	-4.3993	4
39311	Sierra Elsa	sierra-elsa	CB	S	39018	43.3395	-4.1331	3
39311	Bedico	bedico	CB	S	39018	43.3239	-4.0912	4
39312	Rumoroso	rumoroso	CB	S	39044	43.3861	-3.9975	4
39312	Requejada	requejada	CB	S	39044	43.3903	-4.0282	4
39312	Soña	sona	CB	S	39044	43.3828	-4.0024	4
39313	Posadillo	posadillo	CB	S	39054	43.376	-4.0175	4
39313	Rinconeda	rinconeda	CB	S	39054	43.376	-4.0175	3
39313	Polanco	polanco	CB	S	39054	43.376	-4.0175	4
39313	Barrio Obrero (Polanco)	barrio-obrero-polanco	CB	S	39054	43.376	-4.0175	4
39314	Mijares	mijares	CB	S	39076	43.3679	-4.0779	4
39314	Queveda	queveda	CB	S	39076	43.3795	-4.0734	4
39314	Viveda	viveda	CB	S	39076	43.3791	-4.064	4
39315	Viernoles	viernoles	CB	S	39087	43.3206	-4.0542	4
39318	Cuchia	cuchia	CB	S	39044	43.4383	-4.018	4
39318	Barcena De Cudon	barcena-de-cudon	CB	S	39044	43.4109	-3.9964	4
39318	Cudon	cudon	CB	S	39044	43.4155	-4.0152	4
39318	Mar	mar	CB	S	39044	43.4002	-4.0094	4
39320	Cobreces	cobreces	CB	S	39001	43.3875	-4.2136	4
39329	Toñanes	tonanes	CB	S	39001	43.3948	-4.1952	4
39330	Santillana Del Mar	santillana-del-mar	CB	S	39076	43.389	-4.1084	4
39340	Suances	suances	CB	S	39085	43.4334	-4.0434	4
39350	Puente Avios	puente-avios	CB	S	39085	43.4071	-4.0763	4
39350	Cortiguera	cortiguera	CB	S	39085	43.4153	-4.0425	4
39350	Hinojedo	hinojedo	CB	S	39085	43.3963	-4.0492	4
39360	Ubiarco	ubiarco	CB	S	39085	43.4115	-4.1021	4
39360	Vispieres	vispieres	CB	S	39085	43.3738	-4.0975	4
39360	Arroyo (Santillana Del Mar)	arroyo-santillana-del-mar	CB	S	39085	43.4007	-4.0912	3
39360	Tagle	tagle	CB	S	39085	43.4235	-4.0785	4
39360	Yuso	yuso	CB	S	39085	43.4022	-4.0899	4
39360	Ongayo	ongayo	CB	S	39085	43.4148	-4.0649	4
39360	Camplengo	camplengo	CB	S	39085	43.394	-4.0928	4
39360	Herran	herran	CB	S	39085	43.3849	-4.1126	4
39400	Somahoz	somahoz	CB	S	39025	43.2465	-4.0623	4
39400	Lobado	lobado	CB	S	39025	43.2599	-4.0701	3
39400	San Mateo	san-mateo	CB	S	39025	43.2732	-4.0779	4
39400	San Andres (Los Corrales)	san-andres-los-corrales	CB	S	39025	43.2599	-4.0701	3
39400	Los Corrales De Buelna	los-corrales-de-buelna	CB	S	39025	43.2599	-4.0701	3
39400	Penias	penias	CB	S	39025	43.2599	-4.0701	3
39407	Collado (Cieza)	collado-cieza	CB	S	39021	43.2204	-4.1117	4
39407	Villayuso De Cieza	villayuso-de-cieza	CB	S	39021	43.2211	-4.09	4
39407	Villasuso De Cieza	villasuso-de-cieza	CB	S	39021	43.2204	-4.1117	4
39408	Barros	barros	CB	S	39025	43.2792	-4.0773	4
39408	Coo	coo	CB	S	39025	43.2748	-4.1065	4
39408	Las Caldas De Besaya	las-caldas-de-besaya	CB	S	39025	43.2989	-4.0712	4
39409	Posajo Penias	posajo-penias	CB	S	39069	43.2789	-4.0367	3
39409	Barcena, La (San Felices Buelna)	barcena-la-san-felices-buelna	CB	S	39069	43.2789	-4.0288	4
39409	Sopenilla	sopenilla	CB	S	39069	43.2845	-4.0447	4
39409	Mata	mata	CB	S	39069	43.2789	-4.0288	4
39409	Sovilla	sovilla	CB	S	39069	43.2808	-4.0522	4
39409	Tarriba (San Felices)	tarriba-san-felices	CB	S	39069	43.2789	-4.0288	4
39409	Jain	jain	CB	S	39069	43.2712	-4.0448	4
39409	Rivero (San Felices)	rivero-san-felices	CB	S	39069	43.2789	-4.0288	4
39410	Mataporquera	mataporquera	CB	S	39092	42.8749	-4.1628	4
39417	Laguillos	laguillos	CB	S	39065	42.9235	-4.0141	4
39417	Montesclaros	montesclaros	CB	S	39065	42.924	-4.0014	3
39417	Bustidoño	bustidono	CB	S	39065	42.922	-3.9901	4
39417	Bustasur (Las Rozas)	bustasur-las-rozas	CB	S	39065	42.924	-4.0014	3
39417	Malataja	malataja	CB	S	39065	42.9265	-3.9998	4
39418	Las Quintanillas	las-quintanillas	CB	S	39092	42.8753	-4.205	4
39418	Hoyos	hoyos	CB	S	39092	42.941	-4.148	4
39418	Reinosilla	reinosilla	CB	S	39092	42.9179	-4.2038	4
39418	Loma, La (Valdeolea)	loma-la-valdeolea	CB	S	39092	42.9042	-4.18	3
39418	Olea	olea	CB	S	39092	42.9393	-4.1792	4
39418	Bercedo	bercedo	CB	S	39092	42.8667	-4.1919	4
39418	Cuena	cuena	CB	S	39092	42.8566	-4.2107	4
39418	Matarrepudio	matarrepudio	CB	S	39092	42.8954	-4.147	4
39418	Rebolledo	rebolledo	CB	S	39092	42.8932	-4.1582	4
39418	Camesa	camesa	CB	S	39092	42.8946	-4.1651	4
39418	San Martin De Hoyos	san-martin-de-hoyos	CB	S	39092	42.9321	-4.1534	4
39418	Castrillo Del Haya	castrillo-del-haya	CB	S	39092	42.9042	-4.18	3
39418	Mata De Hoz	mata-de-hoz	CB	S	39092	42.9337	-4.218	4
39418	Quintana, La (Valdeolea)	quintana-la-valdeolea	CB	S	39092	42.9042	-4.18	3
39418	Haya, El (Valdeolea)	haya-el-valdeolea	CB	S	39092	42.9042	-4.18	3
39418	Barriopalacio (Valdeolea)	barriopalacio-valdeolea	CB	S	39092	42.9042	-4.18	3
39418	Las Henestrosas De Las Quintanillas	las-henestrosas-de-las-quintanillas	CB	S	39092	42.9042	-4.18	3
39418	Santa Olalla (Valdeolea)	santa-olalla-valdeolea	CB	S	39092	42.9042	-4.18	3
39419	San Vitores (Valdeprado)	san-vitores-valdeprado	CB	S	39093	42.8714	-4.0884	4
39419	San Andres De Valdelomar	san-andres-de-valdelomar	CB	S	39093	42.8024	-4.1577	4
39419	Castrillo De Valdelomar	castrillo-de-valdelomar	CB	S	39093	42.7962	-4.1252	4
39419	Susilla (Valderredible)	susilla-valderredible	CB	S	39093	42.8543	-4.0818	3
39419	Loma Somera	loma-somera	CB	S	39093	42.8727	-4.0235	4
39419	Reocin De Los Molinos	reocin-de-los-molinos	CB	S	39093	42.8613	-4.0538	4
39419	Bustillo Del Monte	bustillo-del-monte	CB	S	39093	42.8533	-4.0101	4
39419	Barcena De Ebro	barcena-de-ebro	CB	S	39093	42.8524	-4.0375	4
39419	Arroyal De Los Carabeos	arroyal-de-los-carabeos	CB	S	39093	42.8543	-4.0818	3
39419	Santa Maria De Valverde	santa-maria-de-valverde	CB	S	39093	42.7938	-4.1409	4
39419	San Andres (Valdeprado)	san-andres-valdeprado	CB	S	39093	42.8714	-4.0884	4
39419	San Martin De Valdelomar	san-martin-de-valdelomar	CB	S	39093	42.7965	-4.1466	4
39419	Barruelo (Valdeprado)	barruelo-valdeprado	CB	S	39093	42.8714	-4.0884	4
39419	Mediadoro	mediadoro	CB	S	39093	42.9075	-4.0068	4
39419	Candenosa	candenosa	CB	S	39093	42.8524	-4.1224	4
39419	Valdeprado Del Rio	valdeprado-del-rio	CB	S	39093	42.8714	-4.0884	4
39419	Aldea De Ebro	aldea-de-ebro	CB	S	39093	42.9058	-4.0305	4
39419	Hormiguera	hormiguera	CB	S	39093	42.8745	-4.1313	4
39419	Navamuel	navamuel	CB	S	39093	42.8414	-4.082	4
39419	Arcera	arcera	CB	S	39093	42.8756	-4.0474	4
39419	Rasgada	rasgada	CB	S	39093	42.8369	-4.0511	4
39419	Sotillo	sotillo	CB	S	39093	42.8776	-4.1154	4
39420	Montabliz	montabliz	CB	S	39010	43.1255	-4.071	3
39420	Pujayo	pujayo	CB	S	39010	43.1256	-4.0864	4
39420	Cobejo	cobejo	CB	S	39010	43.1274	-4.0624	4
39420	Barcena Pie De Concha	barcena-pie-de-concha	CB	S	39010	43.1255	-4.071	3
39420	Pie De Concha	pie-de-concha	CB	S	39010	43.1236	-4.0643	4
39430	Caceo	caceo	CB	S	39046	43.1497	-4.0424	3
39430	Helguera (Molledo)	helguera-molledo	CB	S	39046	43.1497	-4.0424	4
39430	Mura	mura	CB	S	39046	43.1497	-4.0424	3
39430	Santa Olalla (Molledo)	santa-olalla-molledo	CB	S	39046	43.1497	-4.0424	4
39430	Arca	arca	CB	S	39046	43.1497	-4.0424	3
39430	Meson, El (Molledo)	meson-el-molledo	CB	S	39046	43.1497	-4.0424	4
39430	Molledo	molledo	CB	S	39046	43.1497	-4.0424	4
39438	Ulda	ulda	CB	S	39046	43.135	-4.0295	4
39438	Silio	silio	CB	S	39046	43.1481	-4.0173	4
39438	Pando (Molledo)	pando-molledo	CB	S	39046	43.1416	-4.0234	3
39438	San Martin De Quevedo	san-martin-de-quevedo	CB	S	39046	43.1416	-4.0234	3
39438	Santa Marina (Molledo)	santa-marina-molledo	CB	S	39046	43.1416	-4.0234	3
39438	Vallejo (Molledo)	vallejo-molledo	CB	S	39046	43.1416	-4.0234	3
39438	Santian (Molledo)	santian-molledo	CB	S	39046	43.1416	-4.0234	3
39438	Casares	casares	CB	S	39046	43.1416	-4.0234	3
39438	Quevedo	quevedo	CB	S	39046	43.1416	-4.0234	3
39450	Las Fraguas	las-fraguas	CB	S	39004	43.1952	-4.055	4
39450	Cohiño	cohino	CB	S	39004	43.1895	-4.0688	4
39450	San Cristobal	san-cristobal	CB	S	39004	43.1921	-4.0772	4
39450	Santa Cruz De Iguña	santa-cruz-de-iguna	CB	S	39004	43.1871	-4.0744	3
39450	Arenas De Iguña	arenas-de-iguna	CB	S	39004	43.1829	-4.0473	4
39450	San Vicente De Leon	san-vicente-de-leon	CB	S	39004	43.1786	-4.0942	4
39450	Santa Agueda	santa-agueda	CB	S	39004	43.1871	-4.0744	3
39450	Los Llares	los-llares	CB	S	39004	43.184	-4.1041	4
39450	Serna, La (Iguña)	serna-la-iguna	CB	S	39004	43.1871	-4.0744	3
39450	Pedredo	pedredo	CB	S	39004	43.1871	-4.0744	3
39450	Palacio (Arenas Iguña)	palacio-arenas-iguna	CB	S	39004	43.1871	-4.0744	3
39451	Cotillo De Anievas	cotillo-de-anievas	CB	S	39003	43.2026	-4.0043	4
39451	Villasuso De Anievas	villasuso-de-anievas	CB	S	39003	43.2004	-4.0243	3
39451	Calga	calga	CB	S	39003	43.2003	-4.0203	4
39451	San Juan De Raicedo	san-juan-de-raicedo	CB	S	39003	43.1909	-4.045	4
39451	Bostronizo	bostronizo	CB	S	39003	43.2055	-4.0477	4
39451	Barriopalacio (Anievas)	barriopalacio-anievas	CB	S	39003	43.2026	-4.0043	4
39460	Llano (San Felices Buelna)	llano-san-felices-buelna	CB	S	39018	43.2789	-4.0288	4
39460	Riocorvo	riocorvo	CB	S	39018	43.3106	-4.0717	4
39460	San Miguel	san-miguel	CB	S	39018	43.3064	-4.1066	4
39460	Yermo	yermo	CB	S	39018	43.3073	-4.0829	4
39460	Corral	corral	CB	S	39018	43.3039	-4.0999	4
39470	Renedo De Pielagos	renedo-de-pielagos	CB	S	39052	43.3529	-3.9503	4
39477	Oruña De Pielagos	oruna-de-pielagos	CB	S	39052	43.4034	-3.9526	4
39477	Barcenilla De Pielagos	barcenilla-de-pielagos	CB	S	39052	43.3887	-3.9565	4
39477	Quijano De Pielagos	quijano-de-pielagos	CB	S	39052	43.3681	-3.9559	4
39478	Boo De Pielagos	boo-de-pielagos	CB	S	39052	43.431	-3.9459	4
39478	Arce	arce	CB	S	39052	43.4095	-3.9422	4
39479	Vioño	viono	CB	S	39052	43.3639	-3.9692	4
39479	Zurita	zurita	CB	S	39052	43.3434	-3.9953	4
39479	Carandia	carandia	CB	S	39052	43.3352	-3.9757	4
39490	Somballe	somballe	CB	S	39077	43.0417	-4.065	4
39490	Lantueno	lantueno	CB	S	39077	43.0497	-4.0823	4
39490	Santiurde De Reinosa	santiurde-de-reinosa	CB	S	39077	43.0614	-4.0835	4
39491	Cañeda	caneda	CB	S	39027	43.0187	-4.1191	4
39491	Ventorrillo	ventorrillo	CB	S	39027	43.0592	-4.0585	3
39491	Santa Maria De Aguayo	santa-maria-de-aguayo	CB	S	39027	43.0708	-4.0371	4
39491	Pesquera	pesquera	CB	S	39027	43.0822	-4.0793	4
39491	Rioseco (Santiurde-Reinosa)	rioseco-santiurde-reinosa	CB	S	39027	43.0592	-4.0585	3
39491	San Miguel De Aguayo	san-miguel-de-aguayo	CB	S	39027	43.0538	-4.0255	4
39491	Santa Olalla De Aguayo	santa-olalla-de-aguayo	CB	S	39027	43.0702	-4.0316	4
39500	Ontoria	ontoria	CB	S	39012	43.3079	-4.2142	4
39500	Vernejo	vernejo	CB	S	39012	43.3013	-4.2223	4
39500	Cabezon De La Sal	cabezon-de-la-sal	CB	S	39012	43.3082	-4.2357	4
39507	Duña	duna	CB	S	39012	43.3357	-4.2173	4
39507	Bustablado (Cabezon De La Sal)	bustablado-cabezon-de-la-sal	CB	S	39012	43.3082	-4.2357	4
39507	Virgen La (Udias)	virgen-la-udias	CB	S	39012	43.3311	-4.2347	3
39507	Rodezas	rodezas	CB	S	39012	43.3433	-4.2314	4
39507	Pumalverde (Udias)	pumalverde-udias	CB	S	39012	43.3311	-4.2347	3
39507	Toporias	toporias	CB	S	39012	43.3346	-4.2291	4
39507	Canales (Udias)	canales-udias	CB	S	39012	43.3311	-4.2347	3
39507	Valoria	valoria	CB	S	39012	43.3336	-4.26	4
39507	Llano, El (Udias)	llano-el-udias	CB	S	39012	43.3311	-4.2347	3
39507	Cobijon (Udias)	cobijon-udias	CB	S	39012	43.3311	-4.2347	3
39507	Hayuela, La (Udias)	hayuela-la-udias	CB	S	39012	43.3311	-4.2347	3
39509	Sierra De Ibio	sierra-de-ibio	CB	S	39012	43.3158	-4.1606	4
39509	Cabrojo (Cabezon De La Sal)	cabrojo-cabezon-de-la-sal	CB	S	39012	43.3098	-4.1819	3
39509	Herrera De Ibio	herrera-de-ibio	CB	S	39012	43.3	-4.1791	4
39509	Virgen De La Peña	virgen-de-la-pena	CB	S	39012	43.3098	-4.1819	3
39509	Ibio	ibio	CB	S	39012	43.3128	-4.177	4
39509	Mazcuerras	mazcuerras	CB	S	39012	43.3098	-4.1819	3
39509	Villanueva De La Peña	villanueva-de-la-pena	CB	S	39012	43.3169	-4.1924	4
39509	Riaño De Ibio	riano-de-ibio	CB	S	39012	43.3164	-4.1736	4
39509	Luzmela-Mazcuerras	luzmela-mazcuerras	CB	S	39012	43.2969	-4.2088	4
39510	Sopeña (Cabuerniga)	sopena-cabuerniga	CB	S	39014	43.2257	-4.3004	4
39510	Valle De Cabuerniga	valle-de-cabuerniga	CB	S	39014	43.2257	-4.3004	4
39510	Teran (Valle Cabuerniga)	teran-valle-cabuerniga	CB	S	39014	43.2257	-4.3004	4
39511	Renedo De Cabuerniga	renedo-de-cabuerniga	CB	S	39014	43.2042	-4.3036	4
39511	Viaña (Cabuerniga)	viana-cabuerniga	CB	S	39014	43.2257	-4.3004	4
39511	Selores (Cabuerniga)	selores-cabuerniga	CB	S	39014	43.2257	-4.3004	4
39513	Ucieda	ucieda	CB	S	39066	43.2583	-4.2679	3
39513	Barcenillas (Ruente)	barcenillas-ruente	CB	S	39066	43.2583	-4.2679	4
39513	Monasterio	monasterio	CB	S	39066	43.2583	-4.2679	3
39513	Ruente	ruente	CB	S	39066	43.2583	-4.2679	4
39513	Barrio De Abajo (Ruente)	barrio-de-abajo-ruente	CB	S	39066	43.2583	-4.2679	4
39513	Lamiña (Ruente)	lamina-ruente	CB	S	39066	43.2583	-4.2679	4
39513	Gismana (Ruente)	gismana-ruente	CB	S	39066	43.2583	-4.2679	4
39513	Cuesta, La (Ruente)	cuesta-la-ruente	CB	S	39066	43.2583	-4.2679	4
39513	Barrio De Arriba (Ruente)	barrio-de-arriba-ruente	CB	S	39066	43.2583	-4.2679	4
39517	Saja	saja	CB	S	39086	43.1462	-4.2849	4
39517	El Tojo	el-tojo	CB	S	39086	43.1591	-4.2846	4
39518	Correpoco	correpoco	CB	S	39014	43.1678	-4.2738	4
39518	Barcenamayor	barcenamayor	CB	S	39014	43.1735	-4.2859	3
39518	Fresneda	fresneda	CB	S	39014	43.1792	-4.2979	4
39518	Los Tojos	los-tojos	CB	S	39014	43.1735	-4.2859	3
39520	Seminario Pontificio	seminario-pontificio	CB	S	39024	43.386	-4.2916	3
39520	Comillas	comillas	CB	S	39024	43.386	-4.2916	4
39525	Caborredondo (Alfoz De Lloredo)	caborredondo-alfoz-de-lloredo	CB	S	39001	43.395	-4.1346	4
39525	Torriente	torriente	CB	S	39001	43.395	-4.1346	3
39525	Barcena (Alfoz)	barcena-alfoz	CB	S	39001	43.395	-4.1346	4
39525	Viallan	viallan	CB	S	39001	43.395	-4.1346	3
39525	Oreña	orena	CB	S	39001	43.395	-4.1346	4
39525	Perelada	perelada	CB	S	39001	43.395	-4.1346	3
39525	Carrastrada (Alfoz De Lloredo)	carrastrada-alfoz-de-lloredo	CB	S	39001	43.395	-4.1346	4
39525	Padruno	padruno	CB	S	39001	43.395	-4.1346	3
39525	San Roque (Oreña)	san-roque-orena	CB	S	39001	43.395	-4.1346	4
39526	Novales	novales	CB	S	39001	43.3783	-4.1793	4
39526	Cigüenza	ciguenza	CB	S	39001	43.3879	-4.1805	4
39527	Concha	concha	CB	S	39068	43.386	-4.266	4
39527	Ruilobuca	ruilobuca	CB	S	39068	43.3741	-4.2586	4
39527	Liandres	liandres	CB	S	39068	43.3912	-4.2515	4
39527	Ruiloba	ruiloba	CB	S	39068	43.3853	-4.2516	3
39527	Trasierra	trasierra	CB	S	39068	43.39	-4.2302	4
39527	Casasola (Ruiloba)	casasola-ruiloba	CB	S	39068	43.3853	-4.2516	3
39527	Sierra (Ruiloba)	sierra-ruiloba	CB	S	39068	43.3853	-4.2516	3
39527	Pando (Ruiloba)	pando-ruiloba	CB	S	39068	43.3853	-4.2516	3
39527	Iglesia, La (Ruiloba)	iglesia-la-ruiloba	CB	S	39068	43.3853	-4.2516	3
39528	La Rabia	la-rabia	CB	S	39024	43.3795	-4.3166	4
39528	Cara	cara	CB	S	39024	43.375	-4.3197	3
39528	El Tejo	el-tejo	CB	S	39024	43.3749	-4.3372	4
39528	Rioturbio	rioturbio	CB	S	39024	43.375	-4.3197	3
39528	Ruiseñada	ruisenada	CB	S	39024	43.3647	-4.2909	4
39528	Rubarcena	rubarcena	CB	S	39024	43.375	-4.3197	3
39528	Trasvia	trasvia	CB	S	39024	43.3839	-4.3146	4
39528	Larteme	larteme	CB	S	39024	43.3655	-4.3312	4
39528	Santa Ana	santa-ana	CB	S	39024	43.375	-4.3197	3
39528	Ceceño	ceceno	CB	S	39024	43.3815	-4.3278	4
39530	Puente San Miguel	puente-san-miguel	CB	S	39060	43.3615	-4.0862	4
39538	Reocin	reocin	CB	S	39060	43.3391	-4.094	4
39538	La Veguilla	la-veguilla	CB	S	39060	43.3592	-4.0998	4
39538	Helguera (Reocin)	helguera-reocin	CB	S	39060	43.3492	-4.0969	3
39539	Fresnedo (Alfoz De Lloredo)	fresnedo-alfoz-de-lloredo	CB	S	39060	43.361	-4.1512	4
39539	Villapresente	villapresente	CB	S	39060	43.3654	-4.1066	4
39539	San Pedro (Rudaguera)	san-pedro-rudaguera	CB	S	39060	43.361	-4.1512	4
39539	Cerrazo	cerrazo	CB	S	39060	43.3649	-4.1231	4
39539	Rudaguera	rudaguera	CB	S	39060	43.361	-4.1512	4
39539	Lloredo	lloredo	CB	S	39060	43.361	-4.1512	4
39540	San Vicente De La Barquera	san-vicente-de-la-barquera	CB	S	39080	43.3851	-4.3993	4
39547	Revilla, La (San Vicente De La Barquera)	revilla-la-san-vicente-de-la-barquera	CB	S	39080	43.3854	-4.3388	3
39547	Los Llaos	los-llaos	CB	S	39080	43.3854	-4.3388	4
39548	Prellezo	prellezo	CB	S	39095	43.3869	-4.4482	4
39548	Los Tanagos	los-tanagos	CB	S	39095	43.3819	-4.458	3
39548	Pesues	pesues	CB	S	39095	43.3756	-4.4875	4
39548	Santillan	santillan	CB	S	39095	43.3832	-4.4382	4
39549	Abanillas	abanillas	CB	S	39033	43.3466	-4.4618	4
39549	Estrada	estrada	CB	S	39033	43.3577	-4.4402	4
39549	Abaño	abano	CB	S	39033	43.3625	-4.3915	4
39549	Acebosa, La (Abanillas)	acebosa-la-abanillas	CB	S	39033	43.3466	-4.4618	4
39549	Portillo (Val De San Vicente)	portillo-val-de-san-vicente	CB	S	39033	43.3519	-4.43	3
39549	Hortigal	hortigal	CB	S	39033	43.3583	-4.4246	4
39549	El Barcenal	el-barcenal	CB	S	39033	43.3415	-4.3857	4
39549	Gandarilla	gandarilla	CB	S	39033	43.3387	-4.4249	4
39549	Serdio	serdio	CB	S	39033	43.363	-4.4495	4
39550	Sobrelapeña	sobrelapena	CB	S	39034	43.2526	-4.4839	4
39550	Cades	cades	CB	S	39034	43.3037	-4.4705	4
39550	Cires	cires	CB	S	39034	43.2429	-4.4998	4
39550	Lafuente De Lamason	lafuente-de-lamason	CB	S	39034	43.2785	-4.4788	3
39550	Bielva	bielva	CB	S	39034	43.3147	-4.4608	4
39550	Rabago	rabago	CB	S	39034	43.2785	-4.4788	3
39550	Quintanilla (Lamason)	quintanilla-lamason	CB	S	39034	43.2785	-4.4788	3
39550	Venta, La (Lamason)	venta-la-lamason	CB	S	39034	43.2785	-4.4788	3
39550	Rio (Lamason)	rio-lamason	CB	S	39034	43.2785	-4.4788	3
39550	Burio	burio	CB	S	39034	43.2785	-4.4788	3
39550	Pumares, Los (Lamason)	pumares-los-lamason	CB	S	39034	43.2785	-4.4788	3
39551	Cabanzon	cabanzon	CB	S	39033	43.3216	-4.4991	4
39551	Casamaria	casamaria	CB	S	39033	43.318	-4.5131	4
39553	Celucos	celucos	CB	S	39063	43.2755	-4.4333	4
39553	Celis	celis	CB	S	39063	43.2829	-4.4333	4
39553	Herreria, La (Rionansa)	herreria-la-rionansa	CB	S	39063	43.2792	-4.4333	3
39553	Las Barcenas	las-barcenas	CB	S	39063	43.2792	-4.4333	3
39553	Riclones	riclones	CB	S	39063	43.2792	-4.4333	3
39553	Cotera, La (Rionansa)	cotera-la-rionansa	CB	S	39063	43.2792	-4.4333	3
39553	Arenas (Rionansa)	arenas-rionansa	CB	S	39063	43.2792	-4.4333	3
39554	Pedreo	pedreo	CB	S	39063	43.2536	-4.4165	4
39554	Puentenansa	puentenansa	CB	S	39063	43.2535	-4.4067	4
39554	Obeso	obeso	CB	S	39063	43.2544	-4.4232	4
39554	Los Picayos	los-picayos	CB	S	39063	43.2539	-4.4155	3
39554	Rioseco (Rionansa)	rioseco-rionansa	CB	S	39063	43.2539	-4.4155	3
39554	San Sebastian De Garabandal	san-sebastian-de-garabandal	CB	S	39063	43.2539	-4.4155	3
39555	Lastra, La (Tudanca)	lastra-la-tudanca	CB	S	39089	43.1693	-4.3546	3
39555	Tudanca	tudanca	CB	S	39089	43.152	-4.3726	4
39555	Santotis	santotis	CB	S	39089	43.1667	-4.3333	4
39555	Sarceda	sarceda	CB	S	39089	43.1892	-4.3577	4
39556	La Laguna	la-laguna	CB	S	39053	43.1007	-4.4033	3
39556	Puente Pumar	puente-pumar	CB	S	39053	43.1098	-4.4045	4
39556	Uznayo	uznayo	CB	S	39053	43.0917	-4.4022	4
39557	Cotillos	cotillos	CB	S	39053	43.0901	-4.4572	4
39557	Salceda	salceda	CB	S	39053	43.0799	-4.4581	4
39557	Lombraña	lombrana	CB	S	39053	43.1008	-4.4137	4
39557	Santa Eulalia	santa-eulalia	CB	S	39053	43.0888	-4.4438	4
39557	Pejanda	pejanda	CB	S	39053	43.0922	-4.441	3
39557	Belmonte	belmonte	CB	S	39053	43.1074	-4.4453	4
39557	San Mames (Polaciones)	san-mames-polaciones	CB	S	39053	43.0922	-4.441	3
39557	Tresabuela	tresabuela	CB	S	39053	43.0863	-4.4279	4
39558	Carmona	carmona	CB	S	39014	43.2542	-4.3586	4
39558	Cabrojo (Rionansa)	cabrojo-rionansa	CB	S	39014	43.2542	-4.3586	4
39559	Cosio	cosio	CB	S	39063	43.2234	-4.3868	3
39559	Rozadio	rozadio	CB	S	39063	43.2234	-4.3868	4
39560	Unquera	unquera	CB	S	39095	43.3756	-4.5171	4
39569	Molleda	molleda	CB	S	39095	43.3662	-4.5176	4
39569	Prio	prio	CB	S	39095	43.3655	-4.4975	4
39569	San Pedro De Las Baheras	san-pedro-de-las-baheras	CB	S	39095	43.3607	-4.5068	3
39569	Helgueras	helgueras	CB	S	39095	43.3503	-4.5052	4
39570	Santo Toribio	santo-toribio	CB	S	39055	43.1546	-4.6205	3
39570	Potes	potes	CB	S	39055	43.1546	-4.6205	4
39570	Rases	rases	CB	S	39055	43.1546	-4.6205	3
39571	Luriezo	luriezo	CB	S	39013	43.1542	-4.539	4
39571	Buyezo	buyezo	CB	S	39013	43.1196	-4.5107	4
39571	Perrozo	perrozo	CB	S	39013	43.1166	-4.5493	4
39571	Aniezo	aniezo	CB	S	39013	43.15	-4.5167	4
39571	Cahecho	cahecho	CB	S	39013	43.1607	-4.5537	4
39571	Cabezon De Liebana	cabezon-de-liebana	CB	S	39013	43.1344	-4.5763	4
39571	Torices	torices	CB	S	39013	43.1342	-4.5472	4
39571	Cambarco	cambarco	CB	S	39013	43.1506	-4.5633	4
39572	Barreda (Pesaguero)	barreda-pesaguero	CB	S	39050	43.0672	-4.5471	3
39572	Lomeña-Basieda	lomena-basieda	CB	S	39050	43.0872	-4.5678	4
39572	Obargo	obargo	CB	S	39050	43.0672	-4.5471	3
39572	Avellanedo	avellanedo	CB	S	39050	43.0732	-4.524	4
39572	Pesaguero	pesaguero	CB	S	39050	43.0766	-4.5374	4
39572	Caloca	caloca	CB	S	39050	43.0419	-4.5615	4
39572	Vendejo	vendejo	CB	S	39050	43.0571	-4.5446	4
39573	Piasca	piasca	CB	S	39013	43.1188	-4.5811	4
39573	San Andres (Cabezon Liebana)	san-andres-cabezon-liebana	CB	S	39013	43.1137	-4.5386	3
39573	Lamedo	lamedo	CB	S	39013	43.1087	-4.4961	4
39573	Puente Asnil	puente-asnil	CB	S	39013	43.1137	-4.5386	3
39574	Valdeprado	valdeprado	CB	S	39013	43.075	-4.4945	4
39574	Lerones	lerones	CB	S	39013	43.099	-4.5594	4
39574	Cueva (Pesaguero)	cueva-pesaguero	CB	S	39013	43.0766	-4.5374	4
39574	Frama	frama	CB	S	39013	43.1487	-4.5936	4
39575	Valmeo	valmeo	CB	S	39096	43.1333	-4.6324	4
39575	Dobres	dobres	CB	S	39096	43.0667	-4.6333	4
39575	Tudes	tudes	CB	S	39096	43.1202	-4.6106	4
39575	Cucayo	cucayo	CB	S	39096	43.0559	-4.6379	4
39575	Tollo	tollo	CB	S	39096	43.1104	-4.6186	4
39575	Naroba	naroba	CB	S	39096	43.0929	-4.6248	3
39575	Barago	barago	CB	S	39096	43.0709	-4.6161	4
39575	Soberado	soberado	CB	S	39096	43.0929	-4.6248	3
39575	Valcayo	valcayo	CB	S	39096	43.0929	-4.6248	3
39575	Señas	senas	CB	S	39096	43.0929	-4.6248	3
39577	Bores	bores	CB	S	39096	43.0946	-4.6662	4
39577	Dobares	dobares	CB	S	39096	43.0845	-4.6827	3
39577	Vejo	vejo	CB	S	39096	43.0905	-4.7008	4
39577	El Arroyo	el-arroyo	CB	S	39096	43.0845	-4.6827	3
39577	Vada	vada	CB	S	39096	43.0833	-4.6667	4
39577	Maredes	maredes	CB	S	39096	43.0845	-4.6827	3
39577	Dobarganes	dobarganes	CB	S	39096	43.1025	-4.6935	4
39577	Campollo	campollo	CB	S	39096	43.1214	-4.6546	4
39577	Enterrias	enterrias	CB	S	39096	43.0975	-4.6798	4
39577	Villaverde (Vega De Liebana)	villaverde-vega-de-liebana	CB	S	39096	43.07	-4.6916	4
39577	Ongayo (Vega Liebana)	ongayo-vega-liebana	CB	S	39096	43.07	-4.6916	4
39577	Pollayo	pollayo	CB	S	39096	43.0884	-4.6639	4
39577	Vega De Liebana	vega-de-liebana	CB	S	39096	43.07	-4.6916	4
39577	Toranzo (Vega Liebana)	toranzo-vega-liebana	CB	S	39096	43.07	-4.6916	4
39577	Barrio (Vega Liebana)	barrio-vega-liebana	CB	S	39096	43.07	-4.6916	4
39577	Ledantes	ledantes	CB	S	39096	43.07	-4.6916	4
39580	Cicera	cicera	CB	S	39022	43.2354	-4.5503	4
39580	La Hermida	la-hermida	CB	S	39022	43.2552	-4.6141	4
39580	Linares	linares	CB	S	39022	43.2553	-4.587	4
39580	Roza (Peñarrubia)	roza-penarrubia	CB	S	39022	43.2475	-4.5898	3
39580	Piñeres	pineres	CB	S	39022	43.2439	-4.5616	4
39580	Bejes	bejes	CB	S	39022	43.2431	-4.6464	4
39580	Caldas (Peñarrubia)	caldas-penarrubia	CB	S	39022	43.2475	-4.5898	3
39580	Navedo	navedo	CB	S	39022	43.2523	-4.5795	4
39582	Treviño	trevino	CB	S	39015	43.1217	-4.7268	4
39582	Besoy	besoy	CB	S	39015	43.13	-4.7202	4
39582	Areños	arenos	CB	S	39015	43.1139	-4.7287	4
39582	Llanos, Los (Camaleño)	llanos-los-camaleno	CB	S	39015	43.1283	-4.726	3
39582	Cosgaya	cosgaya	CB	S	39015	43.1093	-4.7282	4
39582	Barcena (Camaleño)	barcena-camaleno	CB	S	39015	43.1283	-4.726	3
39582	Mogrovejo	mogrovejo	CB	S	39015	43.1457	-4.7101	4
39582	Enterria	enterria	CB	S	39015	43.1283	-4.726	3
39582	Pembes	pembes	CB	S	39015	43.1296	-4.7456	4
39582	Llaves	llaves	CB	S	39015	43.1357	-4.7305	4
39582	Sebrango	sebrango	CB	S	39015	43.1405	-4.7176	4
39583	Trillayo	trillayo	CB	S	39022	43.196	-4.5858	3
39583	Lebeña	lebena	CB	S	39022	43.2153	-4.5864	4
39583	San Pedro (Bedoya)	san-pedro-bedoya	CB	S	39022	43.196	-4.5858	3
39583	Castro-Cillorigo	castro-cillorigo	CB	S	39022	43.1971	-4.6029	4
39583	Pumareña	pumarena	CB	S	39022	43.1835	-4.5824	4
39583	Salarzon	salarzon	CB	S	39022	43.188	-4.5716	4
39584	Ojedo	ojedo	CB	S	39022	43.1634	-4.6101	4
39584	Armaño	armano	CB	S	39022	43.1765	-4.6094	4
39584	Tama	tama	CB	S	39022	43.1777	-4.6006	4
39584	Llayo	llayo	CB	S	39022	43.1858	-4.6076	3
39584	Cabañes	cabanes	CB	S	39022	43.2123	-4.6171	4
39584	Aliezo	aliezo	CB	S	39022	43.1728	-4.5992	4
39584	Cobeña	cobena	CB	S	39022	43.1933	-4.5839	4
39584	Esanos	esanos	CB	S	39022	43.1812	-4.5732	4
39584	Viñon	vinon	CB	S	39022	43.1854	-4.6394	4
39584	Pendes	pendes	CB	S	39022	43.2014	-4.6104	4
39584	Colio	colio	CB	S	39022	43.1939	-4.6329	4
39586	Arguebanes	arguebanes	CB	S	39015	43.1727	-4.6618	4
39586	Congarna	congarna	CB	S	39015	43.156	-4.6613	4
39586	Turieno	turieno	CB	S	39015	43.1584	-4.6488	4
39586	Mieses	mieses	CB	S	39015	43.1519	-4.6406	4
39587	Tanarrio	tanarrio	CB	S	39015	43.1579	-4.7082	4
39587	Camaleño	camaleno	CB	S	39015	43.1508	-4.6938	4
39587	Redo	redo	CB	S	39015	43.1511	-4.7085	4
39587	Beares	beares	CB	S	39015	43.157	-4.6697	4
39587	La Frecha	la-frecha	CB	S	39015	43.1512	-4.6766	4
39587	Brez	brez	CB	S	39015	43.163	-4.6984	4
39587	Bodia	bodia	CB	S	39015	43.1411	-4.6744	4
39587	Lon	lon	CB	S	39015	43.1674	-4.6825	4
39587	Baro	baro	CB	S	39015	43.1532	-4.6821	4
39587	Vallejo (Camaleno)	vallejo-camaleno	CB	S	39015	43.1547	-4.6883	3
39587	San Pelayo (Camaleño)	san-pelayo-camaleno	CB	S	39015	43.1547	-4.6883	3
39587	Quintana (Camaleño)	quintana-camaleno	CB	S	39015	43.1547	-4.6883	3
39587	Molina, La (Camaleño)	molina-la-camaleno	CB	S	39015	43.1547	-4.6883	3
39588	Pido	pido	CB	S	39015	43.1274	-4.7934	4
39588	Fuente De	fuente-de	CB	S	39015	43.1431	-4.8124	4
39588	Espinama	espinama	CB	S	39015	43.1279	-4.7864	4
39588	Las Ilces	las-ilces	CB	S	39015	43.1148	-4.7692	4
39590	Valles	valles	CB	S	39060	43.3515	-4.1156	4
39590	Barcenaciones	barcenaciones	CB	S	39060	43.3472	-4.1451	4
39590	Quijas	quijas	CB	S	39060	43.35	-4.1337	4
39590	Golbardo	golbardo	CB	S	39060	43.3446	-4.1594	4
39590	La Busta	la-busta	CB	S	39060	43.3492	-4.1778	4
39591	Casar De Periedo	casar-de-periedo	CB	S	39012	43.3344	-4.1725	3
39591	San Esteban (Reocin)	san-esteban-reocin	CB	S	39012	43.3373	-4.1678	4
39591	San Esteban (Casar De Periedo)	san-esteban-casar-de-periedo	CB	S	39012	43.3344	-4.1725	3
39591	Periedo	periedo	CB	S	39012	43.3285	-4.1819	4
39591	Caranceja	caranceja	CB	S	39012	43.3373	-4.1678	4
39592	San Vicente Del Monte	san-vicente-del-monte	CB	S	39012	43.2872	-4.3058	4
39592	Santibañez (Cabezon De La Sal)	santibanez-cabezon-de-la-sal	CB	S	39012	43.3009	-4.2735	3
39592	Treceño	treceno	CB	S	39012	43.3167	-4.3	4
39592	La Plaza	la-plaza	CB	S	39012	43.3009	-4.2735	3
39592	Carrejo	carrejo	CB	S	39012	43.2942	-4.2375	4
39592	La Ria	la-ria	CB	S	39012	43.3009	-4.2735	3
39592	Cos	cos	CB	S	39012	43.2895	-4.2239	4
39592	Requejo (Valdaliga)	requejo-valdaliga	CB	S	39012	43.3009	-4.2735	3
39592	Corrales, Los (Treceño)	corrales-los-treceno	CB	S	39012	43.3167	-4.3	4
39592	Hualle	hualle	CB	S	39012	43.3009	-4.2735	3
39592	Birruezas	birruezas	CB	S	39012	43.3009	-4.2735	3
39592	Sierra, La (Valdaliga)	sierra-la-valdaliga	CB	S	39012	43.3009	-4.2735	3
39592	El Turujal	el-turujal	CB	S	39012	43.3009	-4.2735	3
39592	Herreria, La (Valdaliga)	herreria-la-valdaliga	CB	S	39012	43.3009	-4.2735	3
39592	Molina, La (Valdaliga)	molina-la-valdaliga	CB	S	39012	43.3009	-4.2735	3
39592	Casas Nuevas, Las (Valdaliga)	casas-nuevas-las-valdaliga	CB	S	39012	43.3009	-4.2735	3
39592	El Ansar	el-ansar	CB	S	39012	43.3009	-4.2735	3
39593	Radillo	radillo	CB	S	39091	43.3166	-4.3043	3
39593	Vallines	vallines	CB	S	39091	43.3366	-4.3408	4
39593	Sejo De Abajo	sejo-de-abajo	CB	S	39091	43.3621	-4.3494	4
39593	Roiz	roiz	CB	S	39091	43.3166	-4.3043	3
39593	Lamadrid	lamadrid	CB	S	39091	43.3539	-4.3632	4
39593	Arguedes	arguedes	CB	S	39091	43.3482	-4.3525	4
39593	Caviedes	caviedes	CB	S	39091	43.3382	-4.3264	4
39593	Bustriguado	bustriguado	CB	S	39091	43.2943	-4.3508	4
39593	La Cantera	la-cantera	CB	S	39091	43.3166	-4.3043	3
39593	Las Arenas	las-arenas	CB	S	39091	43.1829	-4.0473	4
39593	La Cocina	la-cocina	CB	S	39091	43.3166	-4.3043	3
39593	La Ganceda	la-ganceda	CB	S	39091	43.3166	-4.3043	3
39593	San Pedro (Valdaliga)	san-pedro-valdaliga	CB	S	39091	43.3166	-4.3043	3
39593	Cotera, La (Roiz-Valdaliga)	cotera-la-roiz-valdaliga	CB	S	39091	43.3166	-4.3043	3
39593	Concha, La (Valdaliga)	concha-la-valdaliga	CB	S	39091	43.3166	-4.3043	3
39593	Losbia	losbia	CB	S	39091	43.3166	-4.3043	3
39593	Mazo, El (Valdaliga)	mazo-el-valdaliga	CB	S	39091	43.3166	-4.3043	3
39593	Cuevas, Las (Valdaliga)	cuevas-las-valdaliga	CB	S	39091	43.3166	-4.3043	3
39593	Vega, La (Valdaliga)	vega-la-valdaliga	CB	S	39091	43.3166	-4.3043	3
39593	Venta, La (Valdaliga)	venta-la-valdaliga	CB	S	39091	43.3166	-4.3043	3
39593	San Salvador (Valdaliga)	san-salvador-valdaliga	CB	S	39091	43.3166	-4.3043	3
39593	Bustillo (Valdaliga)	bustillo-valdaliga	CB	S	39091	43.3166	-4.3043	3
39593	Puente, La (Valdaliga)	puente-la-valdaliga	CB	S	39091	43.3166	-4.3043	3
39593	Cotera, La (Lamadrid-Valdaliga)	cotera-la-lamadrid-valdaliga	CB	S	39091	43.3166	-4.3043	3
39593	El Vear	el-vear	CB	S	39091	43.3166	-4.3043	3
39593	Movellan	movellan	CB	S	39091	43.3166	-4.3043	3
39593	La Hoya	la-hoya	CB	S	39091	43.3166	-4.3043	3
39593	La Peñia	la-penia	CB	S	39091	43.3166	-4.3043	3
39594	Pechon	pechon	CB	S	39033	43.3898	-4.4901	4
39594	Camijanes	camijanes	CB	S	39033	43.3282	-4.4836	4
39594	Luey	luey	CB	S	39033	43.3496	-4.484	4
39594	Muñorrodero	munorrodero	CB	S	39033	43.3652	-4.4816	4
39595	Caviña	cavina	CB	S		43.3253	-4.393	3
39595	Labarces	labarces	CB	S		43.3253	-4.393	4
39595	La Mata	la-mata	CB	S		43.3253	-4.393	3
39595	Villanueva (Valdaliga)	villanueva-valdaliga	CB	S		43.3253	-4.393	4
39600	Revilla De Camargo	revilla-de-camargo	CB	S	39016	43.4064	-3.8662	4
39600	Maliaño	maliano	CB	S	39016	43.4183	-3.8362	4
39600	Muriedas	muriedas	CB	S	39016	43.4296	-3.8593	4
39608	Cacicedo	cacicedo	CB	S	39016	43.4325	-3.8834	4
39608	Herrera De Camargo	herrera-de-camargo	CB	S	39016	43.4312	-3.8842	3
39608	Igollo De Camargo	igollo-de-camargo	CB	S	39016	43.4299	-3.8851	4
39609	Escobedo De Camargo	escobedo-de-camargo	CB	S	39016	43.4074	-3.885	3
39609	Camargo	camargo	CB	S	39016	43.4074	-3.885	4
39610	Astillero	astillero	CB	S	39008	43.4009	-3.8205	4
39611	Guarnizo	guarnizo	CB	S	39008	43.3984	-3.8274	4
39612	Parbayon	parbayon	CB	S	39052	43.3762	-3.8915	4
39612	Riosapero	riosapero	CB	S	39052	43.3516	-3.8862	4
39612	Cianca	cianca	CB	S	39052	43.3639	-3.8889	3
39613	Boo De Guarnizo	boo-de-guarnizo	CB	S	39008	43.3869	-3.8453	1
39618	Pontejos	pontejos	CB	S	39040	43.4076	-3.8009	4
39619	Santiago De Heras	santiago-de-heras	CB	S	39042	43.3869	-3.8453	1
39619	San Salvador (Medio Cudeyo)	san-salvador-medio-cudeyo	CB	S	39042	43.3869	-3.8453	1
39620	Saron	saron	CB	S	39074	43.3257	-3.8518	4
39626	Argomilla De Cayon	argomilla-de-cayon	CB	S	39074	43.3069	-3.8741	4
39626	La Abadilla	la-abadilla	CB	S	39074	43.3147	-3.8548	4
39626	San Roman De Cayon	san-roman-de-cayon	CB	S	39074	43.3108	-3.8644	3
39627	Penagos	penagos	CB	S	39074	43.3522	-3.8138	4
39627	Cabarceno	cabarceno	CB	S	39074	43.358	-3.8223	4
39627	Llanos, Los (Penagos)	llanos-los-penagos	CB	S	39074	43.3433	-3.834	3
39627	La Encina	la-encina	CB	S	39074	43.3196	-3.866	4
39627	El Arenal De Penagos	el-arenal-de-penagos	CB	S	39074	43.3433	-3.834	3
39627	Sobarzo (Penagos)	sobarzo-penagos	CB	S	39074	43.3433	-3.834	3
39630	Penilla (Villafufre)	penilla-villafufre	CB	S	39100	43.2656	-3.8937	4
39630	Vega (Villafufre)	vega-villafufre	CB	S	39100	43.2656	-3.8937	4
39638	Escobedo De Villafufre	escobedo-de-villafufre	CB	S	39100	43.2656	-3.8937	3
39638	Villafufre	villafufre	CB	S	39100	43.2656	-3.8937	4
39638	Rasillo De Villafufre	rasillo-de-villafufre	CB	S	39100	43.2656	-3.8937	3
39639	Saro	saro	CB	S	39081	43.2596	-3.8428	4
39639	Abionzo	abionzo	CB	S	39081	43.2448	-3.8132	4
39639	Llerana	llerana	CB	S	39081	43.2522	-3.828	3
39640	Villacarriedo	villacarriedo	CB	S	39098	43.2285	-3.8106	4
39649	Aloños	alonos	CB	S	39098	43.2292	-3.875	4
39649	Barcena De Carriedo	barcena-de-carriedo	CB	S	39098	43.2436	-3.8281	4
39649	Soto (Villacarriedo)	soto-villacarriedo	CB	S	39098	43.2305	-3.8425	3
39649	Pedroso	pedroso	CB	S	39098	43.2278	-3.8427	4
39649	Tezanos	tezanos	CB	S	39098	43.2213	-3.824	4
39649	Santibañez De Carriedo	santibanez-de-carriedo	CB	S	39098	43.2305	-3.8425	3
39650	La Cueva	la-cueva	CB	S	39074	43.3167	-3.9	4
39650	Penilla, La De Cayon	penilla-la-de-cayon	CB	S	39074	43.319	-3.8825	4
39660	Pomaluengo	pomaluengo	CB	S	39019	43.3095	-3.9299	4
39660	Socobio	socobio	CB	S	39019	43.3196	-3.946	4
39660	Villabañez	villabanez	CB	S	39019	43.3212	-3.9623	4
39670	Aes	aes	CB	S	39056	43.2829	-3.9567	4
39670	Puente Viesgo	puente-viesgo	CB	S	39056	43.2982	-3.9682	4
39670	Hijas	hijas	CB	S	39056	43.2821	-3.9879	4
39679	Las Presillas	las-presillas	CB	S	39056	43.3302	-3.9864	4
39679	Vargas	vargas	CB	S	39056	43.32	-3.9595	4
39680	Alceda	alceda	CB	S	39026	43.1937	-3.918	4
39680	Ontaneda	ontaneda	CB	S	39026	43.1992	-3.9239	4
39681	Bollacin	bollacin	CB	S		43.0847	-3.8918	4
39681	Sel Del Manzano	sel-del-manzano	CB	S		43.0771	-3.8763	3
39681	Resconorio	resconorio	CB	S		43.0695	-3.8608	4
39681	Penilla (Luena)	penilla-luena	CB	S		43.0771	-3.8763	3
39682	Sel Del Tojo (Toranzo)	sel-del-tojo-toranzo	CB	S	39026	43.1758	-3.8769	3
39682	Ocejo	ocejo	CB	S	39026	43.1773	-3.8716	4
39682	Guzparras	guzparras	CB	S	39026	43.1848	-3.8586	4
39682	Retuerta	retuerta	CB	S	39026	43.1758	-3.8769	3
39682	Entrambasmestas	entrambasmestas	CB	S	39026	43.1654	-3.9006	4
39682	La Parada	la-parada	CB	S	39026	43.1758	-3.8769	3
39682	Vega Escobosa	vega-escobosa	CB	S	39026	43.1758	-3.8769	3
39682	Sel De La Peña	sel-de-la-pena	CB	S	39026	43.1758	-3.8769	3
39683	Aldano	aldano	CB	S	39097	43.1291	-3.8704	4
39685	Yera	yera	CB	S	39097	43.1333	-3.7667	4
39685	Viaña (Vega Pas)	viana-vega-pas	CB	S	39097	43.1569	-3.7832	4
39685	Candolias	candolias	CB	S	39097	43.1575	-3.7982	4
39685	Vega De Pas	vega-de-pas	CB	S	39097	43.1569	-3.7832	4
39685	Pandillo (Vega Pas)	pandillo-vega-pas	CB	S	39097	43.1569	-3.7832	4
39686	Bustaleguin	bustaleguin	CB	S	39071	43.1098	-3.7916	4
39686	La Gurueba	la-gurueba	CB	S	39071	43.1691	-3.8428	4
39686	Bustiyerro	bustiyerro	CB	S	39071	43.1156	-3.8411	4
39686	Vegalosvados	vegalosvados	CB	S	39071	43.1274	-3.8235	3
39686	San Pedro Del Romeral	san-pedro-del-romeral	CB	S	39071	43.1151	-3.8186	4
39686	Hornedillo	hornedillo	CB	S	39071	43.1274	-3.8235	3
39686	Sota, La (San Pedro Romeral)	sota-la-san-pedro-romeral	CB	S	39071	43.1274	-3.8235	3
39686	El Rosario	el-rosario	CB	S	39071	43.1274	-3.8235	3
39686	La Peredilla	la-peredilla	CB	S	39071	43.1274	-3.8235	3
39686	Vegaloscorrales	vegaloscorrales	CB	S	39071	43.1274	-3.8235	3
39687	Los Pandos	los-pandos	CB	S	39039	43.1028	-3.9057	4
39687	San Miguel De Luena	san-miguel-de-luena	CB	S	39039	43.0948	-3.9251	4
39687	Carrascal De San Miguel	carrascal-de-san-miguel	CB	S	39039	43.0928	-3.9182	4
39687	Sel De La Carrera	sel-de-la-carrera	CB	S	39039	43.1447	-3.9266	4
39687	Pandoto	pandoto	CB	S	39039	43.1029	-3.9128	3
39687	Carrascal De Cocejon	carrascal-de-cocejon	CB	S	39039	43.0893	-3.8726	4
39687	Selviejo	selviejo	CB	S	39039	43.0927	-3.9283	4
39687	Puente, La (Luena)	puente-la-luena	CB	S	39039	43.1029	-3.9128	3
39687	El Cocejon	el-cocejon	CB	S	39039	43.1029	-3.9128	3
39687	Llano (Luena)	llano-luena	CB	S	39039	43.1029	-3.9128	3
39687	Sel Del Hoyo	sel-del-hoyo	CB	S	39039	43.1029	-3.9128	3
39687	San Andres (Luena)	san-andres-luena	CB	S	39039	43.1029	-3.9128	3
39688	Urdiales	urdiales	CB	S	39039	43.1264	-3.9215	4
39688	Tablado (Luena)	tablado-luena	CB	S	39039	43.1264	-3.9215	3
39688	La Garma	la-garma	CB	S	39039	43.1264	-3.9215	3
39688	Vozpornoche	vozpornoche	CB	S	39039	43.1264	-3.9215	3
39688	La Ventona	la-ventona	CB	S	39039	43.1264	-3.9215	3
39688	Cazpurrion	cazpurrion	CB	S	39039	43.1264	-3.9215	3
39688	Bustasur (Luena)	bustasur-luena	CB	S	39039	43.1264	-3.9215	3
39689	Vejoris	vejoris	CB	S	39078	43.2057	-3.9195	4
39689	Barcena De Toranzo	barcena-de-toranzo	CB	S	39078	43.184	-3.896	4
39689	San Martin De Toranzo	san-martin-de-toranzo	CB	S	39078	43.1949	-3.9077	3
39690	Obregon	obregon	CB	S	39099	43.3455	-3.8613	4
39690	Villanueva (Villaescusa)	villanueva-villaescusa	CB	S	39099	43.3455	-3.8613	3
39690	Concha, La (Villaescu)	concha-la-villaescu	CB	S	39099	43.3455	-3.8613	3
39691	Pando (Santiurde De Toranzo)	pando-santiurde-de-toranzo	CB	S	39078	43.2683	-3.9356	4
39691	Iruz	iruz	CB	S	39078	43.2683	-3.9356	4
39691	Penilla (Toranzo)	penilla-toranzo	CB	S	39078	43.2683	-3.9356	4
39692	Liaño	liano	CB	S	39099	43.3796	-3.8417	4
39694	Santa Maria De Cayon	santa-maria-de-cayon	CB	S	39074	43.3085	-3.8368	4
39694	Totero	totero	CB	S	39074	43.2996	-3.8407	4
39694	Esles	esles	CB	S	39074	43.2817	-3.8037	4
39694	Lloreda	lloreda	CB	S	39074	43.2943	-3.821	4
39696	Campillo	campillo	CB	S	39082	43.206	-3.7746	3
39696	Bustantegua	bustantegua	CB	S	39082	43.2148	-3.7564	4
39696	Pisueña	pisuena	CB	S	39082	43.1896	-3.7618	4
39696	Selaya	selaya	CB	S	39082	43.2138	-3.8056	4
39697	Corvera	corvera	CB	S	39026	43.267	-3.9471	4
39697	Prases	prases	CB	S	39026	43.2457	-3.9477	4
39698	Santiurde De Toranzo	santiurde-de-toranzo	CB	S	39078	43.2382	-3.9395	4
39698	Acereda	acereda	CB	S	39078	43.2317	-3.9341	4
39698	Villasevil	villasevil	CB	S	39078	43.2564	-3.9324	4
39699	Quintana (Toranzo)	quintana-toranzo	CB	S	39026	43.2177	-3.953	3
39699	Villegar	villegar	CB	S	39026	43.223	-3.9485	4
39699	Esponzues	esponzues	CB	S	39026	43.2056	-3.9547	4
39699	San Vicente De Toranzo	san-vicente-de-toranzo	CB	S	39026	43.2083	-3.9382	4
39699	Castillo Pedroso	castillo-pedroso	CB	S	39026	43.2158	-3.9709	4
39699	Borleña	borlena	CB	S	39026	43.2357	-3.9528	4
39700	Castro Urdiales	castro-urdiales	CB	S	39020	43.3829	-3.2204	4
39706	Lusa	lusa	CB	S	39020	43.3527	-3.2056	4
39706	Santullan	santullan	CB	S	39020	43.3468	-3.2103	4
39706	Baltezana	baltezana	CB	S	39020	43.3409	-3.1711	4
39706	Onton	onton	CB	S	39020	43.3509	-3.1728	4
39707	Talledo	talledo	CB	S	39020	43.3164	-3.1732	4
39707	Otañes	otanes	CB	S	39020	43.3289	-3.1905	4
39709	Mioño	miono	CB	S	39020	43.3599	-3.2021	4
39709	Samano	samano	CB	S	39020	43.3577	-3.2409	4
39710	Solares	solares	CB	S	39042	43.3833	-3.7386	4
39715	Entrambasaguas	entrambasaguas	CB	S	39028	43.3785	-3.6807	4
39715	Navajeda	navajeda	CB	S	39028	43.3649	-3.701	4
39716	Hoznayo	hoznayo	CB	S	39028	43.3921	-3.6879	4
39716	El Bosque	el-bosque	CB	S	39028	43.3945	-3.7157	4
39716	Santa Marina (Entrambasaguas)	santa-marina-entrambasaguas	CB	S	39028	43.3841	-3.6783	3
39716	Hornedo	hornedo	CB	S	39028	43.3657	-3.6312	4
39718	Pamanes	pamanes	CB	S	39037	43.3608	-3.7666	3
39718	Anaz	anaz	CB	S	39037	43.3623	-3.7529	4
39718	La Herran	la-herran	CB	S	39037	43.3554	-3.7764	4
39718	Casa Del Monte	casa-del-monte	CB	S	39037	43.3608	-3.7666	3
39718	Bucarrero	bucarrero	CB	S	39037	43.3535	-3.7624	4
39718	Tarriba (Lierganes)	tarriba-lierganes	CB	S	39037	43.3608	-3.7666	3
39718	Somarriba	somarriba	CB	S	39037	43.3571	-3.7955	4
39718	San Vitores (Medio Cudeyo)	san-vitores-medio-cudeyo	CB	S	39037	43.3608	-3.7666	3
39718	Sobremazas	sobremazas	CB	S	39037	43.3758	-3.7456	4
39718	El Condado	el-condado	CB	S	39037	43.3608	-3.7666	3
39719	Agüero	aguero	CB	S	39040	43.4151	-3.7236	4
39719	Puente Aguero	puente-aguero	CB	S	39040	43.4053	-3.7169	4
39719	Setien	setien	CB	S	39040	43.4219	-3.7326	4
39719	Rubayo	rubayo	CB	S	39040	43.4218	-3.7553	4
39719	Orejo	orejo	CB	S	39040	43.4085	-3.7497	4
39720	Barrio De Arriba (Riotuerto)	barrio-de-arriba-riotuerto	CB	S	39064	43.3513	-3.7038	4
39720	La Cavada	la-cavada	CB	S	39064	43.3513	-3.7038	4
39720	Rucandio (Riotuerto)	rucandio-riotuerto	CB	S	39064	43.3513	-3.7038	4
39720	Monte (Riotuerto)	monte-riotuerto	CB	S	39064	43.3513	-3.7038	4
39722	Lierganes	lierganes	CB	S	39037	43.3174	-3.7267	1
39723	Mirones	mirones	CB	S	39045	43.2958	-3.7038	4
39723	Pumares, Los (Miera)	pumares-los-miera	CB	S	39045	43.2952	-3.7062	3
39723	Vega, La (Miera)	vega-la-miera	CB	S	39045	43.2952	-3.7062	3
39723	La Carcoba	la-carcoba	CB	S	39045	43.2781	-3.6991	4
39723	Solana (Miera)	solana-miera	CB	S	39045	43.2952	-3.7062	3
39723	La Cantolla	la-cantolla	CB	S	39045	43.2945	-3.7078	4
39723	Irias	irias	CB	S	39045	43.2952	-3.7062	3
39723	Mortesante	mortesante	CB	S	39045	43.3124	-3.7141	4
39724	Hermosa	hermosa	CB	S	39042	43.3624	-3.7323	4
39724	Valdecilla	valdecilla	CB	S	39042	43.3835	-3.7316	4
39724	Ceceñas	cecenas	CB	S	39042	43.3736	-3.7163	4
39727	Mercadillo	mercadillo	CB	S	39037	43.3424	-3.7433	4
39727	Las Porquerizas	las-porquerizas	CB	S	39037	43.3096	-3.7705	4
39727	La Quieva	la-quieva	CB	S	39037	43.3103	-3.7554	4
39727	Angustina (Riotuerto)	angustina-riotuerto	CB	S	39037	43.3246	-3.7444	3
39727	Calgar	calgar	CB	S	39037	43.3484	-3.7418	4
39727	Rubalcaba	rubalcaba	CB	S	39037	43.3237	-3.7415	4
39727	Vega, La (Lierganes)	vega-la-lierganes	CB	S	39037	43.3246	-3.7444	3
39727	El Rellano	el-rellano	CB	S	39037	43.3141	-3.7312	4
39727	La Rañada	la-ranada	CB	S	39037	43.3246	-3.7444	3
39727	Extremera	extremera	CB	S	39037	43.3235	-3.7273	4
39727	Los Prados	los-prados	CB	S	39037	43.3246	-3.7444	3
39728	Ajanedo	ajanedo	CB	S	39083	43.2607	-3.7141	4
39728	Calseca	calseca	CB	S	39083	43.2735	-3.7349	3
39728	Valdicio	valdicio	CB	S	39083	43.2264	-3.6821	4
39728	La Toba	la-toba	CB	S	39083	43.2566	-3.7288	4
39728	San Roque De Riomiera	san-roque-de-riomiera	CB	S	39083	43.2735	-3.7349	3
39728	La Concha	la-concha	CB	S	39083	43.3699	-3.8522	4
39728	La Pedrosa	la-pedrosa	CB	S	39083	43.2735	-3.7349	3
39728	Morilla	morilla	CB	S	39083	43.2528	-3.7308	4
39728	Linto	linto	CB	S	39083	43.2748	-3.7017	4
39730	Beranga	beranga	CB	S	39031	43.4142	-3.5785	4
39730	Praves	praves	CB	S	39031	43.4125	-3.6006	4
39738	Garzon (Solorzano)	garzon-solorzano	CB	S	39084	43.3693	-3.5977	3
39738	Solorzano	solorzano	CB	S	39084	43.3823	-3.5879	4
39738	Hazas De Cesto	hazas-de-cesto	CB	S	39084	43.3965	-3.5892	4
39738	Riaño (Solorzano)	riano-solorzano	CB	S	39084	43.3693	-3.5977	3
39738	La Collada	la-collada	CB	S	39084	43.3401	-3.6261	4
39738	Fresnedo (Solorzano)	fresnedo-solorzano	CB	S	39084	43.3693	-3.5977	3
39738	Regolfo	regolfo	CB	S	39084	43.3582	-3.5876	4
39740	Santoña	santona	CB	S	39079	43.4439	-3.4576	4
39749	Dueso	dueso	CB	S	39079	43.4598	-3.4569	4
39750	Colindres	colindres	CB	S	39023	43.3967	-3.4536	4
39760	Treto	treto	CB	S	39009	43.3935	-3.4702	4
39760	Coz De Monte	coz-de-monte	CB	S	39009	43.3679	-3.711	3
39760	Sierra, La (Treto)	sierra-la-treto	CB	S	39009	43.3935	-3.4702	4
39760	La Peña	la-pena	CB	S	39009	43.3169	-4.1924	4
39760	La Maza	la-maza	CB	S	39009	43.3679	-3.711	3
39760	Primosto	primosto	CB	S	39009	43.3679	-3.711	3
39761	Nates	nates	CB	S	39009	43.3783	-3.4913	4
39761	Adal	adal	CB	S	39009	43.3952	-3.4772	4
39761	Vidular	vidular	CB	S	39009	43.3867	-3.4842	3
39762	Carasa	carasa	CB	S	39102	43.3712	-3.4611	4
39762	Padierniga	padierniga	CB	S	39102	43.3712	-3.4611	3
39764	Secadura	secadura	CB	S	39102	43.3547	-3.5361	4
39764	San Mames De Aras	san-mames-de-aras	CB	S	39102	43.3545	-3.505	4
39764	Badames	badames	CB	S	39102	43.3551	-3.497	4
39764	Llanez	llanez	CB	S	39102	43.367	-3.5127	4
39764	Rada	rada	CB	S	39102	43.3675	-3.4924	4
39766	San Bartolome De Los Montes	san-bartolome-de-los-montes	CB	S	39102	43.3238	-3.4863	4
39766	Bueras	bueras	CB	S	39102	43.3399	-3.4791	4
39766	San Miguel De Aras	san-miguel-de-aras	CB	S	39102	43.3288	-3.507	4
39766	San Pantaleon De Aras	san-pantaleon-de-aras	CB	S	39102	43.3445	-3.4969	4
39770	Villante	villante	CB	S	39035	43.4098	-3.4161	3
39770	El Callejo	el-callejo	CB	S	39035	43.4098	-3.4161	3
39770	Las Casillas	las-casillas	CB	S	39035	43.4098	-3.4161	3
39770	Laredo	laredo	CB	S	39035	43.4098	-3.4161	4
39770	Pesquera, La (Laredo)	pesquera-la-laredo	CB	S	39035	43.4098	-3.4161	4
39776	Rocillo (Liendo)	rocillo-liendo	CB	S	39036	43.3889	-3.3763	3
39776	Iseca Vieja	iseca-vieja	CB	S	39036	43.4016	-3.3712	4
39776	Sopeña (Liendo)	sopena-liendo	CB	S	39036	43.3889	-3.3763	3
39776	Villaviad	villaviad	CB	S	39036	43.3841	-3.3803	4
39776	Liendo	liendo	CB	S	39036	43.3889	-3.3763	3
39776	La Portilla	la-portilla	CB	S	39036	43.3882	-3.3827	4
39776	Iseca Nueva	iseca-nueva	CB	S	39036	43.3818	-3.371	4
39776	Hazas (Liendo)	hazas-liendo	CB	S	39036	43.3889	-3.3763	3
39776	Llatazos	llatazos	CB	S	39036	43.3889	-3.3763	3
39776	Villanueva (Liendo)	villanueva-liendo	CB	S	39036	43.3889	-3.3763	3
39776	Mendina	mendina	CB	S	39036	43.3889	-3.3763	3
39776	Mollaneda	mollaneda	CB	S	39036	43.3889	-3.3763	3
39776	Isequilla	isequilla	CB	S	39036	43.3889	-3.3763	3
39776	Noval (Liendo)	noval-liendo	CB	S	39036	43.3889	-3.3763	3
39777	Las Carcobas	las-carcobas	CB	S	39035	43.407	-3.4025	4
39777	La Arenosa	la-arenosa	CB	S	39035	43.3995	-3.4024	3
39777	Tarrueza	tarrueza	CB	S	39035	43.392	-3.4023	4
39778	Seña	sena	CB	S	39038	43.3855	-3.4113	4
39788	Pomar	pomar	CB	S	39030	43.3667	-3.3167	4
39788	Adino	adino	CB	S	39030	43.3437	-3.3369	4
39788	Lugarejos	lugarejos	CB	S	39030	43.3656	-3.3404	4
39788	Torquiendo	torquiendo	CB	S	39030	43.3792	-3.3358	4
39788	Angostina	angostina	CB	S	39030	43.3354	-3.3253	4
39788	La Magdalena	la-magdalena	CB	S	39030	43.354	-3.3351	4
39788	Balbacienta	balbacienta	CB	S	39030	43.3586	-3.3116	4
39788	Nocina	nocina	CB	S	39030	43.3772	-3.3187	4
39788	Ranero	ranero	CB	S	39030	43.3563	-3.2964	4
39788	Rioseco De Guriezo	rioseco-de-guriezo	CB	S	39030	43.3667	-3.3167	4
39788	Puente, El (Guriezo)	puente-el-guriezo	CB	S	39030	43.3581	-3.3242	3
39788	Landeral	landeral	CB	S	39030	43.3358	-3.3321	4
39788	Llano, El (Guriezo)	llano-el-guriezo	CB	S	39030	43.3581	-3.3242	3
39788	Santa Cruz (Guriezo)	santa-cruz-guriezo	CB	S	39030	43.3581	-3.3242	3
39788	Tresagua	tresagua	CB	S	39030	43.3581	-3.3242	3
39788	Carazon	carazon	CB	S	39030	43.3581	-3.3242	3
39788	El Pontarron	el-pontarron	CB	S	39030	43.3581	-3.3242	3
39788	Lendagua	lendagua	CB	S	39030	43.3581	-3.3242	3
39788	Francos	francos	CB	S	39030	43.3581	-3.3242	3
39788	La Corra	la-corra	CB	S	39030	43.3581	-3.3242	3
39788	Revilla (Guriezo)	revilla-guriezo	CB	S	39030	43.3581	-3.3242	3
39790	Pomares	pomares	CB	S	39009	43.4095	-3.4908	4
39790	Rueda	rueda	CB	S	39009	43.4054	-3.4821	4
39790	Rivaplumo	rivaplumo	CB	S	39009	43.4139	-3.4852	4
39790	La Fragua	la-fragua	CB	S	39009	43.4112	-3.4939	4
39790	Barcena De Cicero	barcena-de-cicero	CB	S	39009	43.4216	-3.5103	4
39790	La Via	la-via	CB	S	39009	43.4144	-3.4811	4
39790	Cicero	cicero	CB	S	39009	43.4046	-3.4891	4
39790	Paderne	paderne	CB	S	39009	43.412	-3.4892	3
39790	Sollagua	sollagua	CB	S	39009	43.417	-3.4809	4
39790	Mazuecas	mazuecas	CB	S	39009	43.4094	-3.487	4
39790	San Pelayo (Cicero)	san-pelayo-cicero	CB	S	39009	43.412	-3.4892	3
39790	El Bao	el-bao	CB	S	39009	43.4129	-3.492	4
39790	Carnerizas	carnerizas	CB	S	39009	43.412	-3.4892	3
39790	La Ermita	la-ermita	CB	S	39009	43.412	-3.4892	3
39790	Gama	gama	CB	S	39009	43.412	-3.4892	3
39790	Cornocio (Cicero)	cornocio-cicero	CB	S	39009	43.412	-3.4892	3
39791	Estian	estian	CB	S	39084	43.4058	-3.5491	3
39791	Ambrosero	ambrosero	CB	S	39084	43.4155	-3.5492	4
39791	Riolastras	riolastras	CB	S	39084	43.3815	-3.5479	4
39791	Madama	madama	CB	S	39084	43.4058	-3.5491	3
39791	Iglesia, La (Ambrosero)	iglesia-la-ambrosero	CB	S	39084	43.4155	-3.5492	4
39791	Moncalian	moncalian	CB	S	39084	43.4009	-3.5496	4
39791	Iglesia, La (Cicero)	iglesia-la-cicero	CB	S	39084	43.4058	-3.5491	3
39791	San Andres (Ambrosero)	san-andres-ambrosero	CB	S	39084	43.4155	-3.5492	4
39791	Tuebre	tuebre	CB	S	39084	43.4058	-3.5491	3
39791	Cuesta, La (Cicero)	cuesta-la-cicero	CB	S	39084	43.4058	-3.5491	3
39791	La Tejera	la-tejera	CB	S	39084	43.4058	-3.5491	3
39791	La Bodega	la-bodega	CB	S	39084	43.4058	-3.5491	3
39791	La Escallada	la-escallada	CB	S	39084	43.4058	-3.5491	3
39791	La Madrid	la-madrid	CB	S	39084	43.4058	-3.5491	3
39791	Casuso	casuso	CB	S	39084	43.4058	-3.5491	3
39791	El Pico	el-pico	CB	S	39084	43.4058	-3.5491	3
39791	Pendon	pendon	CB	S	39084	43.4058	-3.5491	3
39791	Palacio (Cicero)	palacio-cicero	CB	S	39084	43.4058	-3.5491	3
39791	El Manzanal	el-manzanal	CB	S	39084	43.4058	-3.5491	3
39791	El Cristo	el-cristo	CB	S	39084	43.4058	-3.5491	3
39792	Heras	heras	CB	S	39042	43.3954	-3.7679	4
39792	Gajano	gajano	CB	S	39042	43.4101	-3.7656	4
39793	Pontones	pontones	CB	S	39062	43.4218	-3.6831	4
39793	Villaverde De Pontones	villaverde-de-pontones	CB	S	39062	43.4123	-3.7016	4
39793	Cubas	cubas	CB	S	39062	43.4246	-3.7086	4
39793	Liermo	liermo	CB	S	39062	43.4342	-3.644	4
39793	Omoño	omono	CB	S	39062	43.4272	-3.659	4
39793	Las Pilas	las-pilas	CB	S	39062	43.4235	-3.6405	4
39794	Hoz De Anero	hoz-de-anero	CB	S	39062	43.4071	-3.6621	4
39794	Anero	anero	CB	S	39062	43.3976	-3.6521	4
39795	Escalante	escalante	CB	S	39029	43.4368	-3.5135	4
39795	Montehano	montehano	CB	S	39029	43.4368	-3.5135	3
39795	Cornocio (Escalante)	cornocio-escalante	CB	S	39029	43.4368	-3.5135	4
39795	Noval (Escalante)	noval-escalante	CB	S	39029	43.4368	-3.5135	4
39795	Baranda	baranda	CB	S	39029	43.4368	-3.5135	3
39798	Islares	islares	CB	S	39020	43.4044	-3.2999	4
39798	Sonabia	sonabia	CB	S	39020	43.3988	-3.2843	3
39798	Oriñon	orinon	CB	S	39020	43.396	-3.3228	4
39798	Cerdigo	cerdigo	CB	S	39020	43.3994	-3.2662	4
39798	Allendelagua	allendelagua	CB	S	39020	43.3954	-3.2483	4
39800	Ramales De La Victoria	ramales-de-la-victoria	CB	S	39057	43.2572	-3.4652	4
39800	Veares	veares	CB	S	39057	43.2572	-3.4652	3
39800	Salto Del Oso	salto-del-oso	CB	S	39057	43.2572	-3.4652	3
39805	Calera, La (Vizcaya)	calera-la-vizcaya	CB	S	39083	43.215	-3.4512	3
39805	Herada De Soba	herada-de-soba	CB	S	39083	43.1924	-3.4517	4
39805	La Pared	la-pared	CB	S	39083	43.2376	-3.4506	4
39805	El Prado	el-prado	CB	S	39083	43.215	-3.4512	3
39806	Ason	ason	CB	S	39083	43.2285	-3.6034	4
39806	Hazas De Soba	hazas-de-soba	CB	S	39083	43.1932	-3.5537	4
39806	Aja	aja	CB	S	39083	43.2003	-3.522	4
39806	Bustancilles	bustancilles	CB	S	39083	43.1946	-3.5353	3
39806	Villar De Soba	villar-de-soba	CB	S	39083	43.1781	-3.5326	4
39806	Quintana (Soba)	quintana-soba	CB	S	39083	43.1946	-3.5353	3
39806	Revilla De Soba	revilla-de-soba	CB	S	39083	43.2015	-3.4884	4
39806	Pilas	pilas	CB	S	39083	43.1846	-3.4887	4
39806	Astrana	astrana	CB	S	39083	43.2021	-3.5618	4
39806	Villaverde De Soba	villaverde-de-soba	CB	S	39083	43.1904	-3.5591	4
39806	Cañedo	canedo	CB	S	39083	43.1823	-3.5686	4
39806	San Martin De Soba	san-martin-de-soba	CB	S	39083	43.1977	-3.5545	4
39806	Lavin	lavin	CB	S	39083	43.1852	-3.559	4
39806	San Juan De Soba	san-juan-de-soba	CB	S	39083	43.2153	-3.4618	4
39806	Fresnedo De Soba	fresnedo-de-soba	CB	S	39083	43.1889	-3.4745	4
39806	Valcaba	valcaba	CB	S	39083	43.1758	-3.5666	4
39808	Sangas	sangas	CB	S	39083	43.1962	-3.4993	3
39808	Rozas De Soba	rozas-de-soba	CB	S	39083	43.215	-3.4893	4
39808	San Pedro (Soba)	san-pedro-soba	CB	S	39083	43.1962	-3.4993	3
39808	Incedo De Soba	incedo-de-soba	CB	S	39083	43.2141	-3.4789	4
39808	Regules	regules	CB	S	39083	43.2023	-3.5039	4
39808	Rehoyos	rehoyos	CB	S	39083	43.178	-3.4964	4
39808	Santayana De Soba	santayana-de-soba	CB	S	39083	43.1797	-3.5098	4
39808	Veguilla De Soba	veguilla-de-soba	CB	S	39083	43.1878	-3.5177	4
39809	Estacion, La (Gibaja)	estacion-la-gibaja	CB	S	39057	43.2772	-3.4347	4
39809	Los Valles	los-valles	CB	S	39057	43.2706	-3.444	3
39809	Helguero	helguero	CB	S	39057	43.2564	-3.4905	4
39809	Mazo, El (Ramales)	mazo-el-ramales	CB	S	39057	43.2706	-3.444	3
39809	Gibaja	gibaja	CB	S	39057	43.2772	-3.4347	4
39809	Pondra	pondra	CB	S	39057	43.2706	-3.444	3
39809	Quintana, La (Gibaja)	quintana-la-gibaja	CB	S	39057	43.2772	-3.4347	4
39809	Iseña	isena	CB	S	39057	43.2706	-3.444	3
39809	Barcena (Gibaja)	barcena-gibaja	CB	S	39057	43.2772	-3.4347	4
39809	Riancho	riancho	CB	S	39057	43.268	-3.4338	4
39809	Entrepuentes	entrepuentes	CB	S	39057	43.2706	-3.444	3
39809	Guardamino	guardamino	CB	S	39057	43.2606	-3.4447	4
39812	Matienzo	matienzo	CB	S	39067	43.3151	-3.5852	4
39812	Ogarrio	ogarrio	CB	S	39067	43.2881	-3.5391	4
39812	Mentera Barruelo	mentera-barruelo	CB	S	39067	43.2807	-3.5078	4
39812	Sierra Alcomba	sierra-alcomba	CB	S	39067	43.2946	-3.544	3
39813	Ason (Arredondo)	ason-arredondo	CB	S	39083	43.2732	-3.6003	4
39813	El Avellanal	el-avellanal	CB	S	39083	43.2833	-3.65	4
39813	Roza, La (Arredondo)	roza-la-arredondo	CB	S	39083	43.2732	-3.6003	4
39813	Rocias	rocias	CB	S	39083	43.2626	-3.5941	4
39813	Val De Ason	val-de-ason	CB	S	39083	43.2486	-3.6086	4
39813	Iglesia, La (Arredondo)	iglesia-la-arredondo	CB	S	39083	43.2732	-3.6003	4
39813	Socueva	socueva	CB	S	39083	43.2642	-3.6089	4
39813	Alisas (Ramales)	alisas-ramales	CB	S	39083	43.2572	-3.4652	4
39813	Tabladillo	tabladillo	CB	S	39083	43.2891	-3.6604	4
39813	Arredondo	arredondo	CB	S	39083	43.2732	-3.6003	4
39815	Riva De Ruesga	riva-de-ruesga	CB	S	39057	43.2769	-3.5266	3
39815	Valle De Ruesga	valle-de-ruesga	CB	S	39057	43.2769	-3.5266	4
39820	Limpias	limpias	CB	S	39038	43.364	-3.4178	4
39840	Ampuero	ampuero	CB	S	39002	43.3427	-3.4167	4
39849	Hoz De Marron	hoz-de-marron	CB	S	39002	43.338	-3.4411	4
39849	Tabernilla	tabernilla	CB	S	39002	43.341	-3.4217	3
39849	Rascon	rascon	CB	S	39002	43.3323	-3.3903	4
39849	Bernales	bernales	CB	S	39002	43.3363	-3.4083	4
39849	Pieragullano	pieragullano	CB	S	39002	43.35	-3.4333	4
39849	Marron	marron	CB	S	39002	43.3486	-3.4352	4
39849	Santisteban	santisteban	CB	S	39002	43.341	-3.4217	3
39849	Solamaza	solamaza	CB	S	39002	43.341	-3.4217	3
39849	La Aparecida	la-aparecida	CB	S	39002	43.341	-3.4217	3
39849	Las Entradas	las-entradas	CB	S	39002	43.341	-3.4217	3
39849	Las Garmillas	las-garmillas	CB	S	39002	43.341	-3.4217	3
39849	Ahedo (Ampuero)	ahedo-ampuero	CB	S	39002	43.341	-3.4217	3
39849	Rocillo (Ampuero)	rocillo-ampuero	CB	S	39002	43.341	-3.4217	3
39849	Regada	regada	CB	S	39002	43.341	-3.4217	3
39849	Perujo, El (Ampuero)	perujo-el-ampuero	CB	S	39002	43.341	-3.4217	3
39849	Coterillo (Ampuero)	coterillo-ampuero	CB	S	39002	43.341	-3.4217	3
39849	Alisas (Ampuero)	alisas-ampuero	CB	S	39002	43.341	-3.4217	3
39849	Barcena, La (Ampuero)	barcena-la-ampuero	CB	S	39002	43.341	-3.4217	3
39849	Cerbiago	cerbiago	CB	S	39002	43.341	-3.4217	3
39849	El Camino	el-camino	CB	S	39002	43.341	-3.4217	3
39850	Udalla	udalla	CB	S	39002	43.3162	-3.4507	4
39850	Bulco	bulco	CB	S	39002	43.3105	-3.4482	4
39850	Vear De Udalla	vear-de-udalla	CB	S	39002	43.3133	-3.4494	3
39860	La Edilla	la-edilla	CB	S	39058	43.3121	-3.4051	4
39860	Cereceda	cereceda	CB	S	39058	43.3176	-3.4179	4
39860	El Cerro	el-cerro	CB	S	39058	43.259	-3.529	3
39860	Fresno	fresno	CB	S	39058	43.0174	-4.1436	4
39860	Casavieja (Rasines)	casavieja-rasines	CB	S	39058	43.259	-3.529	3
39860	Torcollano	torcollano	CB	S	39058	43.2834	-3.3732	4
39860	Vega, La (Rasines)	vega-la-rasines	CB	S	39058	43.259	-3.529	3
39860	Rasines	rasines	CB	S	39058	43.3051	-3.4292	4
39860	Rocillo (Rasines)	rocillo-rasines	CB	S	39058	43.259	-3.529	3
39860	Lombera	lombera	CB	S	39058	43.3184	-3.4049	4
39860	Villaparte	villaparte	CB	S	39058	43.259	-3.529	3
39860	Santa Cruz (Rasines)	santa-cruz-rasines	CB	S	39058	43.259	-3.529	3
39860	Helguera (Rasines)	helguera-rasines	CB	S	39058	43.259	-3.529	3
39860	Ojebar	ojebar	CB	S	39058	43.259	-3.529	3
39880	Villanueva (Valle De Villaverde)	villanueva-valle-de-villaverde	CB	S	39101	43.2867	-3.2831	3
39880	Trebuesto	trebuesto	CB	S	39101	43.3327	-3.3122	4
39880	Llaguno	llaguno	CB	S	39101	43.3015	-3.265	4
39880	Valle De Villaverde	valle-de-villaverde	CB	S	39101	43.2867	-3.2831	3
39880	La Altura	la-altura	CB	S	39101	43.226	-3.2721	4
39880	El Campo	el-campo	CB	S	39101	43.2867	-3.2831	3
39880	La Capitana	la-capitana	CB	S	39101	43.2867	-3.2831	3
39880	Aguera	aguera	CB	S	39101	43.2867	-3.2831	3
39880	Agüera De Trucios	aguera-de-trucios	CB	S	39101	43.2867	-3.2831	3
39880	Cabaña De La Sierra	cabana-de-la-sierra	CB	S	39101	43.2867	-3.2831	3
39880	Iglesia, La (Valle De Villaverde)	iglesia-la-valle-de-villaverde	CB	S	39101	43.2867	-3.2831	3
39880	Laiseca (V. De Trucios)	laiseca-v-de-trucios	CB	S	39101	43.2867	-3.2831	3
39880	Los Hoyos	los-hoyos	CB	S	39101	43.2867	-3.2831	3
39880	Palacio (Valle De Villaverde)	palacio-valle-de-villaverde	CB	S	39101	43.2867	-3.2831	3
39880	Mollinedo	mollinedo	CB	S	39101	43.2867	-3.2831	3
39880	Matanza, La (Valle De Villaverde)	matanza-la-valle-de-villaverde	CB	S	39101	43.2867	-3.2831	3
51001	Ceuta	ceuta	CE	CE	51001	35.8893	-5.3198	4
51002	Ceuta	ceuta	CE	CE	51001	35.8893	-5.3198	4
51003	Ceuta	ceuta	CE	CE	51001	35.8893	-5.3198	4
51004	Ceuta	ceuta	CE	CE	51001	35.8893	-5.3198	4
51005	Ceuta	ceuta	CE	CE	51001	35.8893	-5.3198	4
51070	Ceuta	ceuta	CE	CE		35.8893	-5.3198	4
51071	Ceuta	ceuta	CE	CE		35.8893	-5.3198	4
51080	Ceuta	ceuta	CE	CE		35.8893	-5.3198	4
05001	Avila	avila	CL	AV	05019	40.6572	-4.6995	4
05002	Avila	avila	CL	AV	05019	40.6572	-4.6995	4
05003	Avila	avila	CL	AV	05019	40.6572	-4.6995	4
05004	Avila	avila	CL	AV	05019	40.6572	-4.6995	4
05005	Avila	avila	CL	AV	05019	40.6572	-4.6995	4
05070	Avila	avila	CL	AV		40.6572	-4.6995	4
05071	Avila	avila	CL	AV		40.6572	-4.6995	4
05080	Avila	avila	CL	AV		40.6572	-4.6995	4
05100	Navaluenga	navaluenga	CL	AV	05163	40.4112	-4.709	4
05110	El Barraco	el-barraco	CL	AV	05022	40.3983	-4.8182	1
05111	San Juan De La Nava	san-juan-de-la-nava	CL	AV	05211	40.4788	-4.6824	4
05112	Calas Del Burguillo	calas-del-burguillo	CL	AV		40.3983	-4.8182	1
05113	Burgohondo	burgohondo	CL	AV	05041	40.4142	-4.7851	4
05114	Morisco	morisco	CL	AV	05905	40.3983	-4.8182	1
05114	Villanueva De Avila	villanueva-de-avila	CL	AV	05905	40.3983	-4.8182	1
05115	Navarrevisca	navarrevisca	CL	AV	05167	40.3642	-4.8935	4
05115	Serranillos	serranillos	CL	AV	05167	40.3362	-4.9117	4
05120	San Juan Del Molinillo	san-juan-del-molinillo	CL	AV	05158	40.4591	-4.8171	4
05120	Navandrinal	navandrinal	CL	AV	05158	40.4677	-4.8497	4
05120	Navarredondilla	navarredondilla	CL	AV	05158	40.4542	-4.822	4
05120	Villarejo	villarejo	CL	AV	05158	40.4663	-4.8217	4
05120	Navalmoral	navalmoral	CL	AV	05158	40.4603	-4.7686	4
05122	Navatalgordo	navatalgordo	CL	AV	05164	40.4152	-4.8716	4
05122	Navaquesera	navaquesera	CL	AV	05164	40.4256	-4.9111	4
05123	Hoyocasero	hoyocasero	CL	AV	05101	40.3989	-4.9745	4
05123	Navalosa	navalosa	CL	AV	05101	40.4021	-4.93	4
05130	Robledillo	robledillo	CL	AV	05238	40.5426	-4.9283	4
05130	Villaviciosa	villaviciosa	CL	AV	05238	40.5365	-4.8984	4
05130	Baterna	baterna	CL	AV	05238	40.5539	-4.9341	4
05130	Solosancho	solosancho	CL	AV	05238	40.5529	-4.9048	4
05131	La Hija De Dios	la-hija-de-dios	CL	AV	05096	40.5301	-4.9673	4
05131	Narros Del Puerto	narros-del-puerto	CL	AV	05096	40.5413	-4.9929	4
05131	Mengamuñoz	mengamunoz	CL	AV	05096	40.5001	-4.9998	4
05132	Cepeda La Mora	cepeda-la-mora	CL	AV	05106	40.4578	-5.0483	4
05132	San Martin Del Pimpollar	san-martin-del-pimpollar	CL	AV	05106	40.3683	-5.0544	4
05132	Navalsauz	navalsauz	CL	AV	05106	40.4062	-5.0566	3
05132	Hoyos De Miguel Muñoz	hoyos-de-miguel-munoz	CL	AV	05106	40.3924	-5.0671	4
05133	San Martin De La Vega Alberche	san-martin-de-la-vega-alberche	CL	AV	05215	40.4305	-5.155	4
05134	Navalacruz	navalacruz	CL	AV	05157	40.4399	-4.9312	4
05134	Garganta Del Villar	garganta-del-villar	CL	AV	05157	40.4497	-5.1042	4
05134	Navadijos	navadijos	CL	AV	05157	40.4252	-5.0828	4
05140	Villaverde	villaverde	CL	AV	05053	40.6626	-4.7923	3
05140	Duruelo	duruelo	CL	AV	05053	40.6513	-4.803	4
05140	Bularros	bularros	CL	AV	05053	40.6626	-4.7923	3
05140	Martiherrero	martiherrero	CL	AV	05053	40.6739	-4.7816	4
05140	Marlin	marlin	CL	AV	05053	40.6626	-4.7923	3
05140	Casasola	casasola	CL	AV	05053	40.6626	-4.7923	3
05141	Narrillos Del Rebollar	narrillos-del-rebollar	CL	AV	05067	40.6649	-4.9658	4
05141	Altamiros	altamiros	CL	AV	05067	40.7116	-4.9112	4
05141	Gallegos De Altamiros	gallegos-de-altamiros	CL	AV	05067	40.7063	-4.9064	4
05141	Benitos Del Rebollar	benitos-del-rebollar	CL	AV	05067	40.6774	-4.9442	4
05141	Sanchorreja	sanchorreja	CL	AV	05067	40.6647	-4.9149	4
05141	Chamartin De La Sierra	chamartin-de-la-sierra	CL	AV	05067	40.7027	-4.9577	4
05143	Pasarilla Del Rebollar	pasarilla-del-rebollar	CL	AV	05252	40.679	-5.0062	4
05143	Valdecasa	valdecasa	CL	AV	05252	40.6593	-5.0118	4
05145	Manjabalago	manjabalago	CL	AV	05119	40.6644	-5.0772	4
05145	Muñico	munico	CL	AV	05119	40.7068	-5.0272	4
05145	San Juan Del Olmo	san-juan-del-olmo	CL	AV	05119	40.6566	-5.0464	4
05145	Rinconada Del Rio Almar	rinconada-del-rio-almar	CL	AV	05119	40.6759	-5.0503	3
05145	Ortigosa Del Rio Almar	ortigosa-del-rio-almar	CL	AV	05119	40.6759	-5.0503	3
05146	El Parral	el-parral	CL	AV	05033	40.7986	-4.9899	4
05146	Mirueña De Los Infanzones	miruena-de-los-infanzones	CL	AV	05033	40.8013	-5.0731	3
05146	Mancera De Arriba	mancera-de-arriba	CL	AV	05033	40.7914	-5.1477	4
05146	Blascomillan	blascomillan	CL	AV	05033	40.8015	-5.087	4
05146	San Garcia De Ingelmos	san-garcia-de-ingelmos	CL	AV	05033	40.7691	-5.1152	4
05146	El Convento De Duruelo	el-convento-de-duruelo	CL	AV	05033	40.8332	-5.1268	4
05146	Herreros De Suso	herreros-de-suso	CL	AV	05033	40.8036	-5.0389	4
05146	Vita	vita	CL	AV	05033	40.8118	-5.0058	4
05147	Blascojimeno	blascojimeno	CL	AV	05107	40.7049	-5.1082	4
05147	Gamonal De La Sierra	gamonal-de-la-sierra	CL	AV	05107	40.7046	-5.1114	3
05147	Gallegos De Sobrinos	gallegos-de-sobrinos	CL	AV	05107	40.7169	-5.1122	4
05147	Viñegra De La Sierra	vinegra-de-la-sierra	CL	AV	05107	40.7046	-5.1114	3
05147	Hurtumpascual	hurtumpascual	CL	AV	05107	40.692	-5.1138	4
05148	Cabezas Del Villar	cabezas-del-villar	CL	AV	05044	40.7156	-5.2096	4
05148	Rivilla De La Cañada	rivilla-de-la-canada	CL	AV	05044	40.7156	-5.2096	3
05149	Cillan	cillan	CL	AV	05059	40.7067	-4.9813	4
05149	Solana De Rioalmar	solana-de-rioalmar	CL	AV	05059	40.7389	-5.0116	4
05150	Pascualcobo	pascualcobo	CL	AV	05181	40.6564	-5.2773	4
05150	San Miguel De Serrezuela	san-miguel-de-serrezuela	CL	AV	05181	40.6706	-5.2886	4
05151	Martinez	martinez	CL	AV	05122	40.6305	-5.348	4
05151	Diego Del Carpio	diego-del-carpio	CL	AV	05122	40.6522	-5.3433	3
05151	Carpio Medianero	carpio-medianero	CL	AV	05122	40.6619	-5.3572	4
05151	Diego Alvaro	diego-alvaro	CL	AV	05122	40.6642	-5.3247	4
05152	Montalbo	montalbo	CL	AV	05122	40.5844	-5.3604	1
05153	Collado Del Miron	collado-del-miron	CL	AV	05025	40.5531	-5.354	4
05153	Aldealabad Del Miron	aldealabad-del-miron	CL	AV	05025	40.5751	-5.3943	4
05153	Arevalillo	arevalillo	CL	AV	05025	40.5476	-5.3517	3
05153	Malpartida De Corneja	malpartida-de-corneja	CL	AV	05025	40.5221	-5.3503	4
05153	Becedillas	becedillas	CL	AV	05025	40.5382	-5.3256	4
05153	Casillas De Chicapierna	casillas-de-chicapierna	CL	AV	05025	40.5494	-5.3345	4
05154	Zapardiel De La Cañada	zapardiel-de-la-canada	CL	AV	05129	40.6065	-5.3379	4
05154	Navahermosa De Corneja	navahermosa-de-corneja	CL	AV	05129	40.5151	-5.3879	4
05154	Valdemolinos	valdemolinos	CL	AV	05129	40.5155	-5.4168	4
05154	El Miron	el-miron	CL	AV	05129	40.5332	-5.4055	4
05154	Narrillos Del Alamo	narrillos-del-alamo	CL	AV	05129	40.5795	-5.432	4
05154	Ventosa De La Cuesta	ventosa-de-la-cuesta	CL	AV	05129	40.5549	-5.402	3
05154	Mercadillo	mercadillo	CL	AV	05129	40.5795	-5.432	4
05160	Narrillos De San Leonardo	narrillos-de-san-leonardo	CL	AV	05019	40.695	-4.7235	4
05160	Alamedilla Del Berrocal	alamedilla-del-berrocal	CL	AV	05019	40.7077	-4.7664	4
05162	Las Berlanas	las-berlanas	CL	AV	05027	40.8348	-4.752	1
05163	Gotarrendura	gotarrendura	CL	AV	05087	40.8265	-4.7409	4
05163	Monsalupe	monsalupe	CL	AV	05087	40.7695	-4.7813	4
05163	Peñalba De Avila	penalba-de-avila	CL	AV	05087	40.7727	-4.746	4
05163	Zorita De Los Molinos	zorita-de-los-molinos	CL	AV	05087	40.7692	-4.699	4
05164	Riocabado	riocabado	CL	AV	05175	40.8314	-4.8043	4
05164	El Oso	el-oso	CL	AV	05175	40.8398	-4.7696	4
05164	Hernansancho	hernansancho	CL	AV	05175	40.8575	-4.7305	4
05165	Cabizuela	cabizuela	CL	AV	05036	40.9009	-4.8021	4
05165	Pedro-Rodriguez	pedro-rodriguez	CL	AV	05036	40.9373	-4.7857	4
05165	Tiñosillos	tinosillos	CL	AV	05036	40.934	-4.7277	4
05165	El Bohodon	el-bohodon	CL	AV	05036	40.9161	-4.73	4
05166	San Pascual	san-pascual	CL	AV		40.8814	-4.7561	4
05166	Villanueva De Gomez	villanueva-de-gomez	CL	AV		40.8827	-4.7165	4
05190	Escalonilla (Riofrio)	escalonilla-riofrio	CL	AV	05195	40.5487	-4.778	4
05190	Cabañas	cabanas	CL	AV	05195	40.562	-4.7643	4
05190	Riofrio	riofrio	CL	AV	05195	40.5487	-4.778	4
05191	Mironcillo	mironcillo	CL	AV	05172	40.5544	-4.8245	4
05191	Niharra	niharra	CL	AV	05172	40.5894	-4.839	4
05192	Muñopepe	munopepe	CL	AV	05061	40.6341	-4.8188	4
05192	La Serrada	la-serrada	CL	AV	05061	40.6317	-4.7928	4
05192	La Colilla	la-colilla	CL	AV	05061	40.6475	-4.7659	4
05193	Ojos-Albos	ojos-albos	CL	AV	05902	40.706	-4.5163	4
05193	Santa Maria Del Cubillo	santa-maria-del-cubillo	CL	AV	05902	40.7431	-4.471	4
05193	Blascoeles	blascoeles	CL	AV	05902	40.7536	-4.4968	4
05193	Aldeavieja	aldeavieja	CL	AV	05902	40.7431	-4.471	4
05194	Berrocalejo De Aragona	berrocalejo-de-aragona	CL	AV	05123	40.6944	-4.5947	4
05194	Vicolozano	vicolozano	CL	AV	05123	40.6816	-4.6326	4
05194	Avila	avila	CL	AV	05123	40.6927	-4.6046	3
05194	Mediana De Voltoya	mediana-de-voltoya	CL	AV	05123	40.701	-4.5634	4
05194	Brieva	brieva	CL	AV	05123	40.694	-4.6276	4
05195	Bernuy Salinero	bernuy-salinero	CL	AV	05019	40.6677	-4.5967	4
05195	Urraca Miguel	urraca-miguel	CL	AV	05019	40.6727	-4.523	4
05196	Tornadizos De Avila	tornadizos-de-avila	CL	AV	05093	40.6276	-4.6143	4
05197	El Fresno	el-fresno	CL	AV	05076	40.6157	-4.7575	4
05197	Aldea Del Rey Niño	aldea-del-rey-nino	CL	AV	05076	40.5859	-4.7448	4
05197	Gemuño	gemuno	CL	AV	05076	40.5916	-4.7818	4
05198	Sotalbo	sotalbo	CL	AV	05239	40.5417	-4.8455	4
05198	Riatas	riatas	CL	AV	05239	40.5506	-4.8596	4
05198	Palacio	palacio	CL	AV	05239	40.5386	-4.8572	4
05198	Bandadas	bandadas	CL	AV	05239	40.5462	-4.847	4
05200	Arevalo	arevalo	CL	AV	05016	41.0626	-4.7204	4
05210	Horcajo De Las Torres	horcajo-de-las-torres	CL	AV	05099	41.065	-5.0909	4
05211	Cabezas Del Pozo	cabezas-del-pozo	CL	AV	05048	41.0014	-4.9545	4
05211	Bernuy- Zapardiel	bernuy-zapardiel	CL	AV	05048	40.9757	-4.9447	4
05211	Cisla	cisla	CL	AV	05048	40.9666	-5.0141	4
05211	Cantiveros	cantiveros	CL	AV	05048	40.9522	-4.9546	4
05212	Aldeaseca	aldeaseca	CL	AV	05077	41.0491	-4.8171	4
05212	Villanueva Del Aceral	villanueva-del-aceral	CL	AV	05077	41.041	-4.8542	4
05212	Canales	canales	CL	AV	05077	41.0033	-4.9016	4
05212	Fuente El Sauz	fuente-el-sauz	CL	AV	05077	40.9777	-4.9083	4
05212	Fuentes De Año	fuentes-de-ano	CL	AV	05077	41.0177	-4.8991	4
05213	Langa	langa	CL	AV	05109	41.0055	-4.8595	4
05214	Pajares De Adaja	pajares-de-adaja	CL	AV		40.924	-4.6405	4
05215	Tornadizos De Arevalo	tornadizos-de-arevalo	CL	AV	05070	41.0792	-4.7612	4
05215	Palacios De Goda	palacios-de-goda	CL	AV	05070	41.118	-4.785	4
05215	Donvidas	donvidas	CL	AV	05070	41.0895	-4.8063	4
05215	Sinlabajos	sinlabajos	CL	AV	05070	41.0765	-4.8324	4
05216	Noharre	noharre	CL	AV	05152	41.0016	-4.7886	4
05216	Magazos	magazos	CL	AV	05152	41.004	-4.8069	4
05216	Nava De Arevalo	nava-de-arevalo	CL	AV	05152	40.978	-4.7757	4
05216	Palacios Rubios	palacios-rubios	CL	AV	05152	41.0226	-4.7655	4
05216	Vinaderos	vinaderos	CL	AV	05152	41.0113	-4.7439	4
05217	San Vicente De Arevalo	san-vicente-de-arevalo	CL	AV	05064	40.9677	-4.8019	4
05217	Donjimeno	donjimeno	CL	AV	05064	40.9598	-4.8463	4
05217	Constanzana	constanzana	CL	AV	05064	40.9382	-4.8752	4
05217	Cabezas De Alambre	cabezas-de-alambre	CL	AV	05064	40.9422	-4.8418	4
05217	Jaraices	jaraices	CL	AV	05064	40.9405	-4.9048	4
05220	Villar De Matacabras	villar-de-matacabras	CL	AV	05114	41.061	-5.0195	4
05220	Madrigal De Las Altas Torres	madrigal-de-las-altas-torres	CL	AV	05114	41.0897	-4.9986	4
05229	Barroman	barroman	CL	AV	05026	41.0654	-4.9307	4
05229	Castellanos De Zapardiel	castellanos-de-zapardiel	CL	AV	05026	41.0845	-4.9098	4
05229	San Esteban De Zapardiel	san-esteban-de-zapardiel	CL	AV	05026	41.0927	-4.9005	4
05229	Bercial De Zapardiel	bercial-de-zapardiel	CL	AV	05026	41.0468	-4.9691	4
05230	Las Navas Del Marques	las-navas-del-marques	CL	AV	05168	40.6024	-4.3345	4
05239	Ciudad Ducal	ciudad-ducal	CL	AV	05184	40.6203	-4.2444	3
05239	Hoyo De La Guija	hoyo-de-la-guija	CL	AV	05184	40.6143	-4.2573	4
05239	Peguerinos	peguerinos	CL	AV	05184	40.6262	-4.2315	4
05240	Navalperal De Pinares	navalperal-de-pinares	CL	AV	05161	40.594	-4.4115	4
05250	El Hoyo De Pinares	el-hoyo-de-pinares	CL	AV	05102	40.5008	-4.4236	4
05260	Cebreros	cebreros	CL	AV	05057	40.4583	-4.4643	4
05267	San Bartolome De Pinares	san-bartolome-de-pinares	CL	AV	05201	40.5433	-4.5403	4
05268	Herradon De Pinares	herradon-de-pinares	CL	AV	05093	40.5427	-4.5804	3
05268	Santa Cruz De Pinares	santa-cruz-de-pinares	CL	AV	05093	40.5427	-4.5804	4
05270	El Tiemblo	el-tiemblo	CL	AV	05241	40.4153	-4.5016	4
05278	El Burguillo	el-burguillo	CL	AV	05022	40.4153	-4.5016	1
05278	Las Cruceras	las-cruceras	CL	AV	05022	40.4153	-4.5016	1
05278	La Rinconada Del Valle	la-rinconada-del-valle	CL	AV	05022	40.4153	-4.5016	1
05278	Puente Nuevo	puente-nuevo	CL	AV	05022	40.4153	-4.5016	1
05279	Cerro De Guisando	cerro-de-guisando	CL	AV	05241	40.4153	-4.5016	1
05279	La Atalaya	la-atalaya	CL	AV	05241	40.4153	-4.5016	1
05280	Mingorria	mingorria	CL	AV	05128	40.7519	-4.6658	4
05289	Cortos	cortos	CL	AV	05243	40.719	-4.5893	4
05289	Gallegos De San Vicente	gallegos-de-san-vicente	CL	AV	05243	40.7236	-4.6085	4
05289	Saornil De Voltoya	saornil-de-voltoya	CL	AV	05243	40.7669	-4.5883	4
05289	Tolbaños	tolbanos	CL	AV	05243	40.7517	-4.5819	4
05289	San Esteban De Los Patos	san-esteban-de-los-patos	CL	AV	05243	40.7471	-4.6241	4
05289	Escalonilla (Tolbaños)	escalonilla-tolbanos	CL	AV	05243	40.7417	-4.5984	3
05290	Sanchidrian	sanchidrian	CL	AV	05204	40.8935	-4.5813	4
05290	Blascosancho	blascosancho	CL	AV	05204	40.8774	-4.6374	4
05291	Pinar De Puente Viejo	pinar-de-puente-viejo	CL	AV	05115	40.8093	-4.5119	3
05291	Maello	maello	CL	AV	05115	40.8093	-4.5119	4
05291	Coto De Puenteviejo	coto-de-puenteviejo	CL	AV	05115	40.8093	-4.5119	3
05292	Vega De Santa Maria	vega-de-santa-maria	CL	AV	05177	40.8362	-4.6429	4
05292	Santo Domingo De Las Posadas	santo-domingo-de-las-posadas	CL	AV	05177	40.812	-4.6338	4
05292	Pozanco	pozanco	CL	AV	05177	40.801	-4.6677	4
05292	Velayos	velayos	CL	AV	05177	40.8416	-4.6232	4
05294	La Cañada	la-canada	CL	AV	05093	40.5999	-4.4959	4
05294	Navalgrande	navalgrande	CL	AV	05093	40.6167	-4.5333	4
05296	Espinosa De Los Caballeros	espinosa-de-los-caballeros	CL	AV	05001	41.0087	-4.6537	4
05296	Orbita	orbita	CL	AV	05001	40.9985	-4.6483	4
05296	Adanero	adanero	CL	AV	05001	40.9449	-4.6056	4
05296	Gutierre-Muñoz	gutierre-munoz	CL	AV	05001	40.9829	-4.6384	4
05298	San Cristobal De Trabancos	san-cristobal-de-trabancos	CL	AV	05193	41.0213	-5.0413	3
05298	Mamblas	mamblas	CL	AV	05193	41.0192	-5.0087	4
05298	Rasueros	rasueros	CL	AV	05193	41.0234	-5.0738	4
05299	Moraleja De Matacabras	moraleja-de-matacabras	CL	AV	05034	41.1073	-4.9572	4
05299	Blasconuño De Matacabras	blasconuno-de-matacabras	CL	AV	05034	41.1237	-4.9898	4
05300	Crespos	crespos	CL	AV	05065	40.8713	-4.9709	4
05301	Villamayor	villamayor	CL	AV		40.9355	-5.0266	4
05301	Muñosancho	munosancho	CL	AV		40.921	-5.0356	4
05309	Viñegra De Moraña	vinegra-de-morana	CL	AV	05062	40.8507	-4.9211	4
05309	Pascualgrande	pascualgrande	CL	AV	05062	40.8892	-4.964	4
05309	Collado De Contreras	collado-de-contreras	CL	AV	05062	40.8874	-4.9314	4
05309	Rivilla De Barajas	rivilla-de-barajas	CL	AV	05062	40.9021	-4.9884	4
05309	Muñogrande	munogrande	CL	AV	05062	40.8218	-4.9222	4
05309	Chaherreros	chaherreros	CL	AV	05062	40.8702	-4.9454	3
05310	Fontiveros	fontiveros	CL	AV	05074	40.93	-4.9645	4
05320	Cardeñosa	cardenosa	CL	AV	05049	40.7424	-4.7458	4
05350	San Pedro Del Arroyo	san-pedro-del-arroyo	CL	AV	05220	40.8021	-4.8707	4
05350	Morañuela	moranuela	CL	AV	05220	40.7765	-4.8785	4
05357	San Martin De Las Cabezas	san-martin-de-las-cabezas	CL	AV	05017	40.7681	-4.9728	4
05357	Santo Tome De Zabarcos	santo-tome-de-zabarcos	CL	AV	05017	40.7873	-4.9105	4
05357	Villaflor	villaflor	CL	AV	05017	40.7586	-4.8738	4
05357	Grandes	grandes	CL	AV	05017	40.7553	-4.9565	4
05357	Muñoyerro	munoyerro	CL	AV	05017	40.7554	-4.8373	4
05357	Aveinte	aveinte	CL	AV	05017	40.7823	-4.8365	4
05357	Bravos	bravos	CL	AV	05017	40.7754	-4.9103	3
05357	Horcajuelo	horcajuelo	CL	AV	05017	40.7684	-4.9161	4
05357	Grandes Y San Martin	grandes-y-san-martin	CL	AV	05017	40.7754	-4.9103	3
05357	Sigeres	sigeres	CL	AV	05017	40.7994	-4.9336	4
05357	Castilblanco	castilblanco	CL	AV	05017	40.8042	-4.9557	4
05358	Papatrigo	papatrigo	CL	AV	05005	40.8679	-4.834	4
05358	San Juan De La Encinilla	san-juan-de-la-encinilla	CL	AV	05005	40.8302	-4.8396	4
05358	Narros De Saldueña	narros-de-salduena	CL	AV	05005	40.8727	-4.8691	4
05358	Albornos	albornos	CL	AV	05005	40.838	-4.8813	4
05358	Muñomer Del Peco	munomer-del-peco	CL	AV	05005	40.8588	-4.8799	4
05369	Narros Del Castillo	narros-del-castillo	CL	AV		40.8587	-5.0601	4
05370	El Ajo	el-ajo	CL	AV	05073	40.9659	-5.0805	4
05370	Flores De Avila	flores-de-avila	CL	AV	05073	40.9336	-5.0791	4
05380	Salvadios	salvadios	CL	AV	05142	40.8784	-5.0963	4
05380	Gimialcon	gimialcon	CL	AV	05142	40.8771	-5.1231	4
05400	Arenas De San Pedro	arenas-de-san-pedro	CL	AV	05014	40.2104	-5.0869	4
05400	La Parra	la-parra	CL	AV	05014	40.2241	-5.057	4
05410	Mombeltran	mombeltran	CL	AV	05132	40.2599	-5.0175	4
05412	San Esteban Del Valle	san-esteban-del-valle	CL	AV	05207	40.2751	-4.9822	4
05413	Villarejo Del Valle	villarejo-del-valle	CL	AV	05221	40.2864	-4.9967	4
05413	Santa Cruz Del Valle	santa-cruz-del-valle	CL	AV	05221	40.2516	-5.0013	4
05414	Cuevas Del Valle	cuevas-del-valle	CL	AV	05066	40.2942	-5.0094	4
05415	El Hornillo	el-hornillo	CL	AV	05100	40.2499	-5.1036	4
05416	El Arenal	el-arenal	CL	AV	05013	40.2662	-5.0862	4
05417	Guisando	guisando	CL	AV	05089	40.2223	-5.1395	4
05418	Ramacastañas	ramacastanas	CL	AV	05014	40.186	-5.0468	4
05418	Hontanares	hontanares	CL	AV	05014	40.142	-4.9817	4
05420	Fuente De La Salud	fuente-de-la-salud	CL	AV	05240	40.2912	-4.5838	3
05420	Sotillo De La Adrada	sotillo-de-la-adrada	CL	AV	05240	40.2912	-4.5838	4
05427	Higuera De Las Dueñas	higuera-de-las-duenas	CL	AV	05095	40.239	-4.6036	4
05427	Fresnedilla	fresnedilla	CL	AV	05095	40.2323	-4.622	4
05428	Casillas	casillas	CL	AV	05055	40.3261	-4.5718	4
05429	Santa Maria Del Tietar	santa-maria-del-tietar	CL	AV	05055	40.3034	-4.5541	4
05429	Navahondilla	navahondilla	CL	AV	05055	40.3251	-4.4966	4
05430	La Adrada	la-adrada	CL	AV	05002	40.2995	-4.6359	4
05440	Piedralaves	piedralaves	CL	AV	05187	40.3172	-4.7002	4
05450	Casavieja	casavieja	CL	AV	05054	40.2833	-4.7667	4
05460	Gavilanes	gavilanes	CL	AV	05082	40.2779	-4.8532	4
05461	Mijares	mijares	CL	AV	05127	40.2965	-4.8365	4
05470	Pedro Bernardo	pedro-bernardo	CL	AV	05182	40.2421	-4.9096	4
05480	Candeleda	candeleda	CL	AV	05047	40.1552	-5.2405	4
05489	El Raso	el-raso	CL	AV	05047	40.1706	-5.3393	4
05490	Lanzahita	lanzahita	CL	AV	05110	40.205	-4.9355	4
05491	La Higuera	la-higuera	CL	AV	05132	40.1877	-4.9955	4
05492	Poyales Del Hoyo	poyales-del-hoyo	CL	AV	05189	40.1725	-5.166	4
05500	Piedrahita	piedrahita	CL	AV	05186	40.4648	-5.3283	4
05510	Santa Maria Del Berrocal	santa-maria-del-berrocal	CL	AV	05225	40.5084	-5.4048	4
05514	Bonilla De La Sierra	bonilla-de-la-sierra	CL	AV	05038	40.5306	-5.2645	4
05514	Navaescurial	navaescurial	CL	AV	05038	40.4716	-5.2776	4
05514	El Barrio	el-barrio	CL	AV	05038	40.4784	-5.2689	4
05514	San Miguel De Corneja	san-miguel-de-corneja	CL	AV	05038	40.4872	-5.2865	4
05514	Mesegar De Corneja	mesegar-de-corneja	CL	AV	05038	40.5021	-5.3013	4
05514	Cabezas De Bonilla	cabezas-de-bonilla	CL	AV	05038	40.5617	-5.2459	4
05514	Tortoles	tortoles	CL	AV	05038	40.5612	-5.2612	4
05515	Pesquera	pesquera	CL	AV	05186	40.4515	-5.3179	4
05515	El Soto	el-soto	CL	AV	05186	40.479	-5.2996	4
05515	La Almohalla	la-almohalla	CL	AV	05186	40.4596	-5.3725	4
05515	Casas Sebastian Perez	casas-sebastian-perez	CL	AV	05186	40.4708	-5.3556	4
05516	La Alameda	la-alameda	CL	AV	05103	40.4669	-5.4086	4
05516	Las Casas Del Camino	las-casas-del-camino	CL	AV	05103	40.4549	-5.4179	4
05516	Palacios De Corneja	palacios-de-corneja	CL	AV	05103	40.4856	-5.382	4
05516	Las Casillas	las-casillas	CL	AV	05103	40.4729	-5.4063	3
05516	San Bartolome De Corneja	san-bartolome-de-corneja	CL	AV	05103	40.4926	-5.3852	4
05516	Hoyorredondo	hoyorredondo	CL	AV	05103	40.4627	-5.411	4
05516	Villar De Corneja	villar-de-corneja	CL	AV	05103	40.4746	-5.4331	4
05520	Aldealabad	aldealabad	CL	AV	05176	40.6119	-4.8394	4
05520	Oco	oco	CL	AV	05176	40.6252	-4.9703	4
05520	Salobral	salobral	CL	AV	05176	40.6118	-4.8101	4
05520	Muñochas	munochas	CL	AV	05176	40.6168	-4.871	4
05520	Padiernos	padiernos	CL	AV	05176	40.6217	-4.8452	4
05520	Sanchicorto	sanchicorto	CL	AV	05176	40.6277	-4.9532	4
05520	Balbarda	balbarda	CL	AV	05176	40.6345	-4.9737	4
05530	Salobralejo	salobralejo	CL	AV	05138	40.586	-4.9051	4
05530	Muñogalindo	munogalindo	CL	AV	05138	40.6032	-4.899	4
05530	Santa Maria Del Arroyo	santa-maria-del-arroyo	CL	AV	05138	40.5946	-4.902	3
05540	La Torre	la-torre	CL	AV	05135	40.5929	-4.9931	3
05540	Muñez	munez	CL	AV	05135	40.6098	-4.9984	4
05540	Blacha	blacha	CL	AV	05135	40.5626	-4.9833	4
05540	Muñana	munana	CL	AV	05135	40.5904	-5.0145	4
05540	Guareña	guarena	CL	AV	05135	40.6086	-4.9763	4
05560	Pascualmuñoz	pascualmunoz	CL	AV	05012	40.5661	-5.0824	3
05560	Poveda	poveda	CL	AV	05012	40.568	-5.0791	4
05560	Amavida	amavida	CL	AV	05012	40.5737	-5.0654	4
05560	Villatoro	villatoro	CL	AV	05012	40.5561	-5.1126	4
05560	Muñotello	munotello	CL	AV	05012	40.5424	-5.0419	4
05560	Vadillo De La Sierra	vadillo-de-la-sierra	CL	AV	05012	40.6063	-5.1251	4
05560	Pradosegar	pradosegar	CL	AV	05012	40.5502	-5.0701	4
05571	Pajarejos	pajarejos	CL	AV	05151	40.5432	-5.2136	4
05571	Navacepedilla De Corneja	navacepedilla-de-corneja	CL	AV	05151	40.486	-5.1838	4
05571	Casas Del Puerto De Villatoro	casas-del-puerto-de-villatoro	CL	AV	05151	40.5287	-5.1974	4
05571	Villafranca De La Sierra	villafranca-de-la-sierra	CL	AV	05151	40.4981	-5.2301	4
05571	La Ribera	la-ribera	CL	AV	05151	40.5101	-5.199	3
05571	Garganta De Los Hornos	garganta-de-los-hornos	CL	AV	05151	40.4944	-5.1703	4
05580	Carrascalejo	carrascalejo	CL	AV	05007	40.4024	-5.435	4
05580	Los Cuartos	los-cuartos	CL	AV	05007	40.3712	-5.451	4
05580	Aldeanueva Santa Cruz	aldeanueva-santa-cruz	CL	AV	05007	40.3819	-5.4214	4
05580	Avellaneda	avellaneda	CL	AV	05007	40.3891	-5.3881	4
09125	La Piedra	la-piedra	CL	BU	09427	42.6348	-3.8762	4
05580	Collado, El (Santa Maria De Los Caballeros)	collado-el-santa-maria-de-los-caballeros	CL	AV	05007	40.3892	-5.4511	4
05580	Navarregadilla	navarregadilla	CL	AV	05007	40.3872	-5.4376	4
05580	Santa Maria De Los Caballeros	santa-maria-de-los-caballeros	CL	AV	05007	40.3892	-5.4511	4
05591	Villanueva Del Campillo	villanueva-del-campillo	CL	AV	05260	40.5765	-5.18	4
05592	Casas De Navancuerda	casas-de-navancuerda	CL	AV	05228	40.4401	-5.3315	4
05592	La Lastra	la-lastra	CL	AV	05228	40.417	-5.3585	4
05592	Zarzal	zarzal	CL	AV	05228	40.4295	-5.3576	3
05592	Santiuste	santiuste	CL	AV	05228	40.4358	-5.3522	4
05592	Navalmahillo	navalmahillo	CL	AV	05228	40.4336	-5.3402	4
05592	Collado, El (Santiago Del Collado)	collado-el-santiago-del-collado	CL	AV	05228	40.4295	-5.3576	3
05592	Navamuñana	navamunana	CL	AV	05228	40.4081	-5.3741	4
05592	Valdelaguna	valdelaguna	CL	AV	05228	40.4386	-5.369	4
05592	Nogal	nogal	CL	AV	05228	40.4297	-5.3787	4
05592	Santiago Del Collado	santiago-del-collado	CL	AV	05228	40.4333	-5.3563	4
05593	Las Solanillas	las-solanillas	CL	AV	05010	40.409	-5.3987	3
05593	El Rehoyo	el-rehoyo	CL	AV	05010	40.4117	-5.3847	4
05593	Las Navas	las-navas	CL	AV	05010	40.4043	-5.4017	4
05593	Los Molinos	los-molinos	CL	AV	05010	40.409	-5.3987	3
05593	La Aldehuela	la-aldehuela	CL	AV	05010	40.4109	-5.4098	4
05593	Solanas Del Carrascal	solanas-del-carrascal	CL	AV	05010	40.409	-5.3987	3
05600	El Barco De Avila	el-barco-de-avila	CL	AV	05021	40.3571	-5.5237	4
05610	Becedas	becedas	CL	AV	05024	40.4037	-5.6358	4
05619	Gilbuena	gilbuena	CL	AV	05199	40.4237	-5.6437	3
05619	Medinilla	medinilla	CL	AV	05199	40.4397	-5.6177	4
05619	San Bartolome De Bejar	san-bartolome-de-bejar	CL	AV	05199	40.4078	-5.6626	4
05619	Neila De San Miguel	neila-de-san-miguel	CL	AV	05199	40.4237	-5.6509	4
05620	Cereceda	cereceda	CL	AV	05051	40.3535	-5.5614	4
05620	Navalmoro	navalmoro	CL	AV	05051	40.3333	-5.5167	4
05620	Lancharejo	lancharejo	CL	AV	05051	40.3485	-5.5641	4
05620	Casas De La Sierra	casas-de-la-sierra	CL	AV	05051	40.3568	-5.5915	4
05620	La Carrera	la-carrera	CL	AV	05051	40.348	-5.5584	3
05621	Los Narros	los-narros	CL	AV	05192	40.3273	-5.5982	4
05621	La Zarza	la-zarza	CL	AV	05192	40.3212	-5.6343	4
05621	Casas Del Rey	casas-del-rey	CL	AV	05192	40.3144	-5.6226	3
05621	Puerto Castilla	puerto-castilla	CL	AV	05192	40.288	-5.6237	4
05621	Santiago De Aravalle	santiago-de-aravalle	CL	AV	05192	40.3144	-5.6226	3
05621	Solana De Avila	solana-de-avila	CL	AV	05192	40.3212	-5.6343	4
05630	La Lastra Del Cano	la-lastra-del-cano	CL	AV	05037	40.354	-5.4067	4
05630	Santiago Del Tormes	santiago-del-tormes	CL	AV	05037	40.3426	-5.4023	3
05630	Horcajo De La Ribera	horcajo-de-la-ribera	CL	AV	05037	40.3588	-5.3656	4
05630	Cardedal	cardedal	CL	AV	05037	40.3528	-5.4267	4
05630	La Lastrilla	la-lastrilla	CL	AV	05037	40.3426	-5.4023	3
05630	La Aliseda De Tormes	la-aliseda-de-tormes	CL	AV	05037	40.3301	-5.3983	4
05630	Navasequilla	navasequilla	CL	AV	05037	40.3426	-5.4023	3
05630	Navamediana	navamediana	CL	AV	05037	40.3171	-5.414	4
05631	La Herguijuela	la-herguijuela	CL	AV	05162	40.3952	-5.2546	4
05631	Navalperal De Tormes	navalperal-de-tormes	CL	AV	05162	40.3528	-5.3008	4
05631	Zapardiel De La Ribera	zapardiel-de-la-ribera	CL	AV	05162	40.3555	-5.3283	4
05631	San Bartolome De Tormes	san-bartolome-de-tormes	CL	AV	05162	40.3712	-5.2761	4
05631	Ortigosa De Tormes	ortigosa-de-tormes	CL	AV	05162	40.3656	-5.3039	4
05631	La Angostura	la-angostura	CL	AV	05162	40.3371	-5.349	4
05633	Navacepeda De Tormes	navacepeda-de-tormes	CL	AV	05901	40.3601	-5.249	4
05633	San Juan De Gredos	san-juan-de-gredos	CL	AV	05901	40.3601	-5.249	4
05634	Hoyos Del Collado	hoyos-del-collado	CL	AV	05104	40.3594	-5.2003	4
05634	Hoyos Del Espino	hoyos-del-espino	CL	AV	05104	40.3562	-5.175	4
05635	Barajas	barajas	CL	AV	05165	40.3635	-5.1445	4
05635	Navarredonda De Gredos	navarredonda-de-gredos	CL	AV	05165	40.3635	-5.1445	4
05690	Hermosillo	hermosillo	CL	AV	05037	40.3349	-5.4737	4
05690	Bohoyo	bohoyo	CL	AV	05037	40.3158	-5.4429	4
05690	Los Llanos De Tormes	los-llanos-de-tormes	CL	AV	05037	40.3219	-5.4652	3
05690	Navamojada	navamojada	CL	AV	05037	40.3215	-5.4615	4
05690	Los Guijuelos	los-guijuelos	CL	AV	05037	40.3156	-5.4825	4
05691	El Tremedal	el-tremedal	CL	AV	05236	40.3463	-5.5948	3
05691	Serrania	serrania	CL	AV	05236	40.3488	-5.5903	4
05691	Los Loros	los-loros	CL	AV	05236	40.3476	-5.598	4
05691	Mazalinos	mazalinos	CL	AV	05236	40.3374	-5.6053	4
05691	Santa Lucia De La Sierra	santa-lucia-de-la-sierra	CL	AV	05236	40.3515	-5.5854	4
05692	Navamorisca	navamorisca	CL	AV	05112	40.3801	-5.525	4
05692	El Losar	el-losar	CL	AV	05112	40.3961	-5.527	3
05692	El Barquillo	el-barquillo	CL	AV	05112	40.4188	-5.5065	4
05692	Casas De La Vega	casas-de-la-vega	CL	AV	05112	40.3896	-5.5495	4
05693	La Canaleja	la-canaleja	CL	AV	05085	40.311	-5.5842	3
05693	Casas De Maripedro	casas-de-maripedro	CL	AV	05085	40.3108	-5.5768	4
05693	Casas Del Abad	casas-del-abad	CL	AV	05085	40.3082	-5.5892	4
05693	Gil Garcia	gil-garcia	CL	AV	05085	40.2977	-5.5945	4
05693	Retuerta	retuerta	CL	AV	05085	40.3249	-5.582	4
05693	Umbrias	umbrias	CL	AV	05085	40.3153	-5.5804	4
05693	Hustias	hustias	CL	AV	05085	40.3091	-5.5821	4
05694	Palacios De Becedas	palacios-de-becedas	CL	AV	05024	40.3989	-5.6053	4
05694	Junciana	junciana	CL	AV	05024	40.4108	-5.557	4
05695	La Horcajada	la-horcajada	CL	AV	05097	40.4367	-5.4661	4
05696	Vallehondo	vallehondo	CL	AV	05214	40.3849	-5.513	4
05696	El Hoyo	el-hoyo	CL	AV	05214	40.409	-5.4919	4
05696	Los Sauces	los-sauces	CL	AV	05214	40.4072	-5.5009	4
05696	San Lorenzo De Tormes	san-lorenzo-de-tormes	CL	AV	05214	40.3698	-5.4885	4
05696	Encinares	encinares	CL	AV	05214	40.4178	-5.4898	4
05696	Riofraguas	riofraguas	CL	AV	05214	40.4378	-5.424	4
05697	Navamures	navamures	CL	AV	05153	40.3124	-5.5029	4
05697	Nava De Barco	nava-de-barco	CL	AV	05153	40.2932	-5.5402	4
05697	Tormellas	tormellas	CL	AV	05153	40.304	-5.5119	4
05697	Navatejares	navatejares	CL	AV	05153	40.336	-5.5322	4
05697	Navalguijo	navalguijo	CL	AV	05153	40.2581	-5.5221	4
05697	Navalonguilla	navalonguilla	CL	AV	05153	40.2784	-5.5004	4
05697	Cabezas Altas	cabezas-altas	CL	AV	05153	40.3146	-5.5443	4
05697	Cabezas Bajas	cabezas-bajas	CL	AV	05153	40.3264	-5.5351	4
01118	Bajauri	bajauri	CL	BU	09109	42.6536	-2.5684	4
01118	Obecuri	obecuri	CL	BU	09109	42.6493	-2.5311	4
01211	Moraza	moraza	CL	BU	01006	42.6743	-2.7217	4
01427	Valpuesta	valpuesta	CL	BU	01055	42.8659	-3.1247	4
01427	Villafria De San Zadornil	villafria-de-san-zadornil	CL	BU	01055	42.8353	-3.1952	4
01427	Jurisdiccion De San Zadornil	jurisdiccion-de-san-zadornil	CL	BU	01055	42.8431	-3.1582	4
01427	San Millan De San Zadornil	san-millan-de-san-zadornil	CL	BU	01055	42.8521	-3.1391	4
01427	Arroyo De San Zadornil	arroyo-de-san-zadornil	CL	BU	01055	42.8528	-3.1782	4
01427	San Zadornil	san-zadornil	CL	BU	01055	42.8431	-3.1582	4
09001	Burgos	burgos	CL	BU	09059	42.3502	-3.6753	4
09002	Burgos	burgos	CL	BU	09059	42.3502	-3.6753	4
09003	Burgos	burgos	CL	BU	09059	42.3502	-3.6753	4
09004	Burgos	burgos	CL	BU	09372	42.3502	-3.6753	4
09005	Burgos	burgos	CL	BU	09059	42.3502	-3.6753	4
09006	Burgos	burgos	CL	BU	09059	42.3502	-3.6753	4
09007	Burgos	burgos	CL	BU	09059	42.3502	-3.6753	4
09070	Burgos	burgos	CL	BU		42.3502	-3.6753	4
09071	Burgos	burgos	CL	BU		42.3502	-3.6753	4
09080	Burgos	burgos	CL	BU		42.3502	-3.6753	4
09100	Melgar De Fernamental	melgar-de-fernamental	CL	BU	09211	42.4044	-4.2448	4
09107	Itero Del Castillo	itero-del-castillo	CL	BU	09024	42.2899	-4.2444	4
09107	Palacios De Riopisuerga	palacios-de-riopisuerga	CL	BU	09024	42.344	-4.2569	4
09107	Castrillo Matajudios	castrillo-matajudios	CL	BU	09024	42.3078	-4.1728	4
09107	Arenillas De Riopisuerga	arenillas-de-riopisuerga	CL	BU	09024	42.3573	-4.2352	4
09108	Castrillo De Rio Pisuerga	castrillo-de-rio-pisuerga	CL	BU	09088	42.4807	-4.2175	3
09108	Padilla De Arriba	padilla-de-arriba	CL	BU	09088	42.438	-4.1909	4
09108	Tagarrosa	tagarrosa	CL	BU	09088	42.4905	-4.2081	4
09108	Zarzosa De Rio Pisuerga	zarzosa-de-rio-pisuerga	CL	BU	09088	42.4807	-4.2175	3
09108	Santa Maria Ananuñez	santa-maria-ananunez	CL	BU	09088	42.4832	-4.209	4
09108	Valtierra De Riopisuerga	valtierra-de-riopisuerga	CL	BU	09088	42.4761	-4.2407	4
09108	Hinojal De Rio Pisuerga	hinojal-de-rio-pisuerga	CL	BU	09088	42.4807	-4.2175	3
09108	Rezmondo	rezmondo	CL	BU	09088	42.5156	-4.2388	4
09109	Padilla De Abajo	padilla-de-abajo	CL	BU	09363	42.4077	-4.1765	4
09109	Villasandino	villasandino	CL	BU	09363	42.3707	-4.1097	4
09109	Castrillo De Murcia	castrillo-de-murcia	CL	BU	09363	42.3591	-4.0618	4
09109	Villaveta	villaveta	CL	BU	09363	42.3369	-4.1554	4
09109	Villasilos	villasilos	CL	BU	09363	42.3313	-4.1379	4
09110	Barrio San Anton	barrio-san-anton	CL	BU	09091	42.2881	-4.1388	3
09110	Castrojeriz	castrojeriz	CL	BU	09091	42.2881	-4.1388	4
09118	Villaquiran De Los Infantes	villaquiran-de-los-infantes	CL	BU		42.2274	-4.0086	4
09119	Valbonilla	valbonilla	CL	BU	09455	42.1984	-4.1869	4
09119	Villaquiran De La Puebla	villaquiran-de-la-puebla	CL	BU	09455	42.2829	-4.1004	4
09119	Vallunquera	vallunquera	CL	BU	09455	42.241	-4.1097	4
09119	Hinestrosa	hinestrosa	CL	BU	09455	42.2745	-4.1606	4
09119	Pedrosa Del Principe	pedrosa-del-principe	CL	BU	09455	42.2492	-4.1985	4
09119	Los Balbases	los-balbases	CL	BU	09455	42.2151	-4.0648	4
09120	Villadiego	villadiego	CL	BU	09427	42.5159	-4.0096	4
09121	San Llorente De La Vega	san-llorente-de-la-vega	CL	BU	09211	42.4376	-4.2574	4
09123	Citores Del Paramo	citores-del-paramo	CL	BU	09363	42.3943	-3.9836	4
09123	Villandiego	villandiego	CL	BU	09363	42.3683	-4.0277	4
09123	Sasamon	sasamon	CL	BU	09363	42.4169	-4.0429	4
09123	Villasidro	villasidro	CL	BU	09363	42.4378	-4.0729	4
09123	Yudego	yudego	CL	BU	09363	42.3634	-4.005	4
09123	Olmillos De Sasamon	olmillos-de-sasamon	CL	BU	09363	42.3963	-4.0366	4
09124	San Martin De Humada	san-martin-de-humada	CL	BU	09427	42.656	-4.0361	4
09124	Barruelo De Villadiego	barruelo-de-villadiego	CL	BU	09427	42.5487	-4.0213	4
09124	Rebolledo De Traspeña	rebolledo-de-traspena	CL	BU	09427	42.682	-4.1329	4
09124	Fuencaliente De Puerta	fuencaliente-de-puerta	CL	BU	09427	42.6522	-4.0102	4
09124	Palazuelos De Villadiego	palazuelos-de-villadiego	CL	BU	09427	42.593	-4.0713	4
09124	Sandoval De La Reina	sandoval-de-la-reina	CL	BU	09427	42.5591	-4.1054	4
09124	Villusto	villusto	CL	BU	09427	42.5637	-4.0607	4
09124	Tapia	tapia	CL	BU	09427	42.52	-4.0747	4
09124	Ordejon De Abajo	ordejon-de-abajo	CL	BU	09427	42.6397	-4.0722	4
09124	Congosto	congosto	CL	BU	09427	42.6289	-4.0978	4
09124	Humada	humada	CL	BU	09427	42.6667	-4.0833	4
09124	Fuenteodra	fuenteodra	CL	BU	09427	42.6792	-4.1094	4
09124	Villamartin De Villadiego	villamartin-de-villadiego	CL	BU	09427	42.6653	-4.1299	4
09124	Barrios De Villadiego	barrios-de-villadiego	CL	BU	09427	42.5864	-4.0272	4
09124	Rioparaiso	rioparaiso	CL	BU	09427	42.6014	-4.0668	4
09124	Villavedon	villavedon	CL	BU	09427	42.5915	-4.1007	4
09124	Ordejon De Arriba	ordejon-de-arriba	CL	BU	09427	42.6302	-4.0505	4
09125	Quintanilla Pedro Abarca	quintanilla-pedro-abarca	CL	BU	09427	42.5653	-3.8135	4
09125	Villalvilla De Villadiego	villalvilla-de-villadiego	CL	BU	09427	42.5979	-3.8974	3
09125	La Nuez De Arriba	la-nuez-de-arriba	CL	BU	09427	42.6006	-3.8078	4
09125	Quintana Del Pino	quintana-del-pino	CL	BU	09427	42.5979	-3.8974	3
09125	San Pantaleon Del Paramo	san-pantaleon-del-paramo	CL	BU	09427	42.5641	-3.8033	4
09125	Fuenteurbel	fuenteurbel	CL	BU	09427	42.5979	-3.8974	3
09125	Santa Cruz Del Tozo	santa-cruz-del-tozo	CL	BU	09427	42.6471	-3.8833	4
09125	Rad, La (Basconcillos Del Tozo)	rad-la-basconcillos-del-tozo	CL	BU	09427	42.5979	-3.8974	3
09125	Urbel Del Castillo	urbel-del-castillo	CL	BU	09427	42.6204	-3.8442	4
09125	Trashaedo Del Tozo	trashaedo-del-tozo	CL	BU	09427	42.6822	-3.9366	4
09125	Villanueva De Puerta	villanueva-de-puerta	CL	BU	09427	42.5934	-3.9637	4
09125	Montorio	montorio	CL	BU	09427	42.5847	-3.7772	4
09125	Talamillo Del Tozo	talamillo-del-tozo	CL	BU	09427	42.65	-3.9667	4
09125	Villaute	villaute	CL	BU	09427	42.5435	-3.9592	4
09125	Boada De Villadiego	boada-de-villadiego	CL	BU	09427	42.5726	-3.9663	4
09125	Tablada De Villadiego	tablada-de-villadiego	CL	BU	09427	42.5527	-3.9967	4
09125	Villahernando	villahernando	CL	BU	09427	42.5591	-3.9697	4
09126	Barrio Panizares	barrio-panizares	CL	BU	09045	42.717	-3.9614	4
09126	Hoyos Del Tozo	hoyos-del-tozo	CL	BU	09045	42.7083	-3.9466	4
09126	Pradanos Del Tozo	pradanos-del-tozo	CL	BU	09045	42.7	-4.1167	4
09126	Basconcillos Del Tozo	basconcillos-del-tozo	CL	BU	09045	42.7024	-3.9894	4
09126	San Mames De Abar	san-mames-de-abar	CL	BU	09045	42.6811	-4.0078	4
09127	Corralejo	corralejo	CL	BU	09415	42.7052	-4.0549	4
09127	Pedrosa De Arcellares	pedrosa-de-arcellares	CL	BU	09415	42.7206	-4.0321	4
09127	Mundilla	mundilla	CL	BU	09415	42.7285	-4.0548	4
09127	Llanillo De Valdelucio	llanillo-de-valdelucio	CL	BU	09415	42.7291	-4.0779	4
09127	Arcellares Del Tozo	arcellares-del-tozo	CL	BU	09415	42.7177	-4.087	3
09127	Villaescobedo De Valdelucio	villaescobedo-de-valdelucio	CL	BU	09415	42.7402	-4.0869	4
09127	Fuencaliente De Lucio	fuencaliente-de-lucio	CL	BU	09415	42.7389	-4.1492	4
09127	Renedo De Valdelucio	renedo-de-valdelucio	CL	BU	09415	42.7177	-4.087	3
09127	Quintanas De Valdelucio	quintanas-de-valdelucio	CL	BU	09415	42.7176	-4.1196	4
09127	Paul De Valdelucio	paul-de-valdelucio	CL	BU	09415	42.7177	-4.087	3
09127	Barrio Lucio	barrio-lucio	CL	BU	09415	42.7177	-4.087	3
09127	Solanas De Valdelucio	solanas-de-valdelucio	CL	BU	09415	42.6847	-4.049	4
09127	Escuderos De Valdelucio	escuderos-de-valdelucio	CL	BU	09415	42.7083	-4.1019	4
09127	Renedo De La Escalera	renedo-de-la-escalera	CL	BU	09415	42.7209	-4.1454	4
09127	Riba De Valdelucio	riba-de-valdelucio	CL	BU	09415	42.7007	-4.0847	4
09128	Villamayor De Treviño	villamayor-de-trevino	CL	BU	09473	42.4605	-4.1192	4
09128	Villanueva De Odra	villanueva-de-odra	CL	BU	09473	42.5093	-4.1154	4
09128	Mahallos	mahallos	CL	BU	09473	42.4506	-4.1101	4
09128	Villegas	villegas	CL	BU	09473	42.4687	-4.0176	4
09128	Villamoron	villamoron	CL	BU	09473	42.4729	-4.0254	4
09128	Sordillos	sordillos	CL	BU	09473	42.462	-4.1073	4
09128	Grijalba	grijalba	CL	BU	09473	42.43	-4.119	4
09128	Villahizan De Treviño	villahizan-de-trevino	CL	BU	09473	42.4782	-4.1053	4
09128	Villanoño	villanono	CL	BU	09473	42.4915	-4.0199	4
09129	Villalibado	villalibado	CL	BU	09427	42.5254	-3.9757	4
09129	Hormazuela	hormazuela	CL	BU	09427	42.5504	-3.8967	4
09129	Brulles	brulles	CL	BU	09427	42.566	-3.9234	4
09129	Quintanilla De La Presa	quintanilla-de-la-presa	CL	BU	09427	42.5879	-3.9244	4
09129	Melgosa De Villadiego	melgosa-de-villadiego	CL	BU	09427	42.5521	-3.9469	4
09129	Fuencivil	fuencivil	CL	BU	09427	42.5989	-3.9294	4
09129	Acedillo	acedillo	CL	BU	09427	42.5726	-3.8677	4
09129	Bustillo Del Paramo	bustillo-del-paramo	CL	BU	09427	42.5522	-3.8795	4
09129	Coculina	coculina	CL	BU	09427	42.5796	-3.8925	4
09130	Rabe De Las Calzadas	rabe-de-las-calzadas	CL	BU	09377	42.3407	-3.8341	4
09130	Tardajos	tardajos	CL	BU	09377	42.3491	-3.817	4
09131	Lodoso	lodoso	CL	BU	09259	42.4297	-3.8235	4
09131	San Pedro Samuel	san-pedro-samuel	CL	BU	09259	42.4436	-3.8773	4
09131	Avellanosa Del Paramo	avellanosa-del-paramo	CL	BU	09259	42.4599	-3.8775	4
09131	Marmellar De Abajo	marmellar-de-abajo	CL	BU	09259	42.4058	-3.7954	4
09131	Arroyal De Vivar	arroyal-de-vivar	CL	BU	09259	42.4106	-3.824	3
09131	Las Quintanillas	las-quintanillas	CL	BU	09259	42.3841	-3.8331	4
09131	Marmellar De Arriba	marmellar-de-arriba	CL	BU	09259	42.4271	-3.777	4
09131	Pedrosa De Rio Urbel	pedrosa-de-rio-urbel	CL	BU	09259	42.4106	-3.824	3
09131	Paramo Del Arroyo	paramo-del-arroyo	CL	BU	09259	42.3878	-3.7753	4
09131	Villarmentero	villarmentero	CL	BU	09259	42.3736	-3.8234	4
09131	Santa Maria Tajadura	santa-maria-tajadura	CL	BU	09259	42.3841	-3.8331	4
09133	Castromorca	castromorca	CL	BU	09382	42.4982	-3.9874	4
09133	Borcos	borcos	CL	BU	09382	42.5254	-3.9056	4
09133	Susinos Del Paramo	susinos-del-paramo	CL	BU	09382	42.4711	-3.9256	4
09133	Villorejo	villorejo	CL	BU	09382	42.4316	-3.9246	4
09133	Olmos De La Picaza	olmos-de-la-picaza	CL	BU	09382	42.481	-3.9791	4
09133	Barrio Solano	barrio-solano	CL	BU	09382	42.4885	-3.9472	3
09133	Las Hormazas	las-hormazas	CL	BU	09382	42.5263	-3.9274	4
09133	Pedrosa Del Paramo	pedrosa-del-paramo	CL	BU	09382	42.4421	-3.9719	4
09133	Cañizar De Argaño De Los Ajos	canizar-de-argano-de-los-ajos	CL	BU	09382	42.4885	-3.9472	3
09133	Tobar	tobar	CL	BU	09382	42.4838	-3.9398	4
09133	Manciles	manciles	CL	BU	09382	42.4573	-3.9446	4
09133	La Parte	la-parte	CL	BU	09382	42.5263	-3.9274	4
09133	Arenillas De Villadiego	arenillas-de-villadiego	CL	BU	09382	42.5301	-3.9854	4
09135	Guadilla De Villamar	guadilla-de-villamar	CL	BU	09373	42.527	-4.1747	4
09135	Sotovellanos	sotovellanos	CL	BU	09373	42.6	-4.2657	4
09135	Quintanilla De Riofresno	quintanilla-de-riofresno	CL	BU	09373	42.5407	-4.208	4
09135	Barrio De San Feciles	barrio-de-san-feciles	CL	BU	09373	42.5618	-4.2064	3
09135	Sotresgudo	sotresgudo	CL	BU	09373	42.5794	-4.1773	4
09135	Cañizar De Amaya	canizar-de-amaya	CL	BU	09373	42.5618	-4.2064	3
09136	Salazar De Amaya	salazar-de-amaya	CL	BU	09373	42.618	-4.2038	4
09136	Cuevas De Amaya	cuevas-de-amaya	CL	BU	09373	42.6415	-4.2391	4
09136	Peones De Amaya	peones-de-amaya	CL	BU	09373	42.6398	-4.2006	3
09136	Amaya	amaya	CL	BU	09373	42.6428	-4.1628	4
09136	Puentes De Amaya	puentes-de-amaya	CL	BU	09373	42.6568	-4.1968	4
09140	Vivar Del Cid	vivar-del-cid	CL	BU	09287	42.4231	-3.6801	4
09140	Quintanilla Vivar	quintanilla-vivar	CL	BU	09287	42.442	-3.6918	3
09140	Celadilla Sotobrin	celadilla-sotobrin	CL	BU	09287	42.4568	-3.7255	4
09140	Sotopalacios	sotopalacios	CL	BU	09287	42.4382	-3.6785	4
09140	Quintanaortuño	quintanaortuno	CL	BU	09287	42.45	-3.6833	4
09141	Quintanarrio	quintanarrio	CL	BU	09001	42.5469	-3.6892	4
09141	Quintanilla Sobresierra	quintanilla-sobresierra	CL	BU	09001	42.5722	-3.7139	4
09141	Gredilla La Polera	gredilla-la-polera	CL	BU	09001	42.5193	-3.6756	4
09141	Abajas De Bureba	abajas-de-bureba	CL	BU	09001	42.6174	-3.5537	4
09141	Cernegula	cernegula	CL	BU	09001	42.6398	-3.6243	4
09141	Castrillo De Rucios	castrillo-de-rucios	CL	BU	09001	42.5383	-3.722	4
09141	Mata	mata	CL	BU	09001	42.537	-3.6938	4
09141	Lermilla	lermilla	CL	BU	09001	42.5768	-3.5884	4
09141	Hontomin	hontomin	CL	BU	09001	42.5715	-3.638	4
09141	San Martin De Ubierna	san-martin-de-ubierna	CL	BU	09001	42.5062	-3.7071	4
09141	Quintanarruz	quintanarruz	CL	BU	09001	42.5667	-3.591	4
09141	Santa Maria De Ubierna	santa-maria-de-ubierna	CL	BU	09001	42.556	-3.6591	3
09141	Robredo Sobresierra	robredo-sobresierra	CL	BU	09001	42.5436	-3.6749	4
09141	Villalvilla De Sobresierra	villalvilla-de-sobresierra	CL	BU	09001	42.556	-3.6591	3
09141	Ubierna	ubierna	CL	BU	09001	42.4921	-3.6959	4
09141	La Cabañuela	la-cabanuela	CL	BU	09001	42.556	-3.6591	3
09142	Moradillo De Sedano	moradillo-de-sedano	CL	BU	09906	42.7029	-3.7017	4
09142	Mozuelos	mozuelos	CL	BU	09906	42.6863	-3.7564	4
09142	Nocedo	nocedo	CL	BU	09906	42.75	-3.7167	4
09142	Sedano	sedano	CL	BU	09906	42.7167	-3.75	4
09142	Masa	masa	CL	BU	09906	42.6266	-3.7178	4
09142	Terradillos De Sedano	terradillos-de-sedano	CL	BU	09906	42.6519	-3.8208	4
09142	Nidaguila	nidaguila	CL	BU	09906	42.6371	-3.7733	4
09142	Gredilla De Sedano	gredilla-de-sedano	CL	BU	09906	42.7201	-3.7201	4
09142	Quintanaloma	quintanaloma	CL	BU	09906	42.6954	-3.6737	4
09143	Tubilla Del Agua	tubilla-del-agua	CL	BU	09361	42.7093	-3.8012	4
09143	Bañuelos De Rudron	banuelos-de-rudron	CL	BU	09361	42.6893	-3.8521	4
09143	Moradillo Del Castillo	moradillo-del-castillo	CL	BU	09361	42.6886	-3.89	4
09143	Santa Coloma Del Rudron	santa-coloma-del-rudron	CL	BU	09361	42.688	-3.876	4
09143	Tablada Del Rudron	tablada-del-rudron	CL	BU	09361	42.7255	-3.8434	4
09143	Covanera	covanera	CL	BU	09361	42.7343	-3.8018	4
09143	San Felices	san-felices	CL	BU	09361	42.7531	-3.803	4
09144	San Andres De Montearados	san-andres-de-montearados	CL	BU	09361	42.7134	-3.9107	4
09144	Valdeajos	valdeajos	CL	BU	09361	42.7422	-3.9088	4
09144	Lorilla	lorilla	CL	BU	09361	42.7432	-3.8896	3
09144	Ayoluengo	ayoluengo	CL	BU	09361	42.7482	-3.866	4
09144	Sargentes De La Lora	sargentes-de-la-lora	CL	BU	09361	42.7692	-3.8728	4
09145	Quintanilla Escalada	quintanilla-escalada	CL	BU	09361	42.8015	-3.7699	4
09145	Valdelateja	valdelateja	CL	BU	09361	42.7747	-3.7673	4
09145	Baños De Valdelateja	banos-de-valdelateja	CL	BU	09361	42.7786	-3.7583	3
09145	Orbaneja Del Castillo	orbaneja-del-castillo	CL	BU	09361	42.8355	-3.7931	4
09145	Escalada	escalada	CL	BU	09361	42.7027	-3.7031	4
09146	Tudanca	tudanca	CL	BU	09014	42.8633	-3.7031	4
09146	Bascones De Zamanzas	bascones-de-zamanzas	CL	BU	09014	42.8693	-3.7823	4
09146	Quintanilla Colina	quintanilla-colina	CL	BU	09014	42.8372	-3.7225	4
09146	Tubilleja	tubilleja	CL	BU	09014	42.8521	-3.715	4
09146	Turzo	turzo	CL	BU	09014	42.8355	-3.7589	4
09146	Robredo De Zamanzas	robredo-de-zamanzas	CL	BU	09014	42.8537	-3.7288	4
09146	Pesquera De Ebro	pesquera-de-ebro	CL	BU	09014	42.8013	-3.7207	4
09146	Cortiguera	cortiguera	CL	BU	09014	42.7847	-3.7276	4
09146	Ailanes De Zamanzas	ailanes-de-zamanzas	CL	BU	09014	42.8651	-3.74	4
09146	Gallejones De Zamanzas	gallejones-de-zamanzas	CL	BU	09014	42.8513	-3.7568	4
09146	Venta De Orbaneja	venta-de-orbaneja	CL	BU	09014	42.8411	-3.7352	3
09146	Villanueva Rampalay	villanueva-rampalay	CL	BU	09014	42.8385	-3.732	4
09146	Barrio La Cuesta	barrio-la-cuesta	CL	BU	09014	42.8411	-3.7352	3
09150	Santibañez Zarzaguda	santibanez-zarzaguda	CL	BU	09902	42.4803	-3.7827	4
09150	Los Tremellos	los-tremellos	CL	BU	09902	42.5174	-3.8326	4
09150	Las Celadas	las-celadas	CL	BU	09902	42.4841	-3.8295	4
09150	Miñon De Santibañez	minon-de-santibanez	CL	BU	09902	42.464	-3.7979	4
09150	Zumel	zumel	CL	BU	09902	42.4486	-3.8147	4
09150	Espinosilla De San Bartolome	espinosilla-de-san-bartolome	CL	BU	09902	42.533	-3.8704	4
09150	Ruyales Del Paramo	ruyales-del-paramo	CL	BU	09902	42.5333	-3.4667	4
09150	Ros	ros	CL	BU	09902	42.4853	-3.8095	4
09150	Huermeces	huermeces	CL	BU	09902	42.5225	-3.7707	4
09150	Mansilla	mansilla	CL	BU	09902	42.4927	-3.7734	3
09150	Las Rebolledas	las-rebolledas	CL	BU	09902	42.4581	-3.7597	4
09159	La Nuez De Abajo	la-nuez-de-abajo	CL	BU	09902	42.4578	-3.8111	4
09191	Riocerezo	riocerezo	CL	BU	09471	42.4442	-3.5905	4
09191	Mijaradas (Granja)	mijaradas-granja	CL	BU	09471	42.4153	-3.6151	3
09191	Hurones	hurones	CL	BU	09471	42.4057	-3.6159	4
09191	Villayerno Morquillas	villayerno-morquillas	CL	BU	09471	42.396	-3.6389	4
09192	Cardeñuela Riopico	cardenuela-riopico	CL	BU	09059	42.3602	-3.5582	4
09192	Orbaneja Rio Pico	orbaneja-rio-pico	CL	BU	09059	42.3738	-3.5815	3
09192	Cotar	cotar	CL	BU	09059	42.3873	-3.6047	4
09192	Villalbal	villalbal	CL	BU	09059	42.3738	-3.5815	3
09192	Quintanilla Rio Pico	quintanilla-rio-pico	CL	BU	09059	42.3738	-3.5815	3
09193	Castrillo Del Val	castrillo-del-val	CL	BU	09074	42.314	-3.585	4
09193	Cortes	cortes	CL	BU	09074	42.3281	-3.665	4
09193	Carcedo De Burgos	carcedo-de-burgos	CL	BU	09074	42.287	-3.6227	4
09193	San Pedro De Cardeña	san-pedro-de-cardena	CL	BU	09074	42.3149	-3.6234	3
09193	Cardeñajimeno	cardenajimeno	CL	BU	09074	42.3304	-3.621	4
09194	Modubar De La Cuesta	modubar-de-la-cuesta	CL	BU	09030	42.2635	-3.6291	4
09194	Barrio Quintanilla	barrio-quintanilla	CL	BU	09030	42.2572	-3.6064	3
09194	Modubar De San Cibrian	modubar-de-san-cibrian	CL	BU	09030	42.2524	-3.5857	4
09194	Cardeñadijo	cardenadijo	CL	BU	09030	42.3022	-3.6678	4
09194	Los Ausines	los-ausines	CL	BU	09030	42.2572	-3.6064	3
09194	Revilla Del Campo	revilla-del-campo	CL	BU	09030	42.2108	-3.5429	4
09194	Barrio Sopeña	barrio-sopena	CL	BU	09030	42.2572	-3.6064	3
09194	Barrio San Juan	barrio-san-juan	CL	BU	09030	42.2572	-3.6064	3
09195	Villacienzo	villacienzo	CL	BU	09023	42.3269	-3.758	4
09195	Villariezo	villariezo	CL	BU	09023	42.2696	-3.7327	4
09195	Arcos De La Llana	arcos-de-la-llana	CL	BU	09023	42.3034	-3.7449	3
09195	Renuncio	renuncio	CL	BU	09023	42.3154	-3.7535	4
09195	Villagonzalo Pedernales	villagonzalo-pedernales	CL	BU	09023	42.3015	-3.7354	4
09196	Villamiel De Muño	villamiel-de-muno	CL	BU		42.2665	-3.7874	4
09196	Quintanilleja	quintanilleja	CL	BU		42.3288	-3.8081	4
09197	Villanueva De Rio Ubierna	villanueva-de-rio-ubierna	CL	BU	09372	42.4348	-3.7271	4
09197	Quintanadueñas	quintanaduenas	CL	BU	09372	42.3849	-3.7353	4
09197	Villarmero	villarmero	CL	BU	09372	42.3947	-3.716	4
09197	Sotragero	sotragero	CL	BU	09372	42.41	-3.7131	4
09198	Cuzcurrita De Juarros	cuzcurrita-de-juarros	CL	BU	09177	42.2916	-3.5329	4
09198	Matalindo De Juarros	matalindo-de-juarros	CL	BU	09177	42.2375	-3.4305	4
09198	Mozoncillo De Juarros	mozoncillo-de-juarros	CL	BU	09177	42.307	-3.5147	4
09198	San Millan De Juarros	san-millan-de-juarros	CL	BU	09177	42.3196	-3.5427	4
09198	Cueva De Juarros	cueva-de-juarros	CL	BU	09177	42.2768	-3.5362	4
09198	Ibeas De Juarros	ibeas-de-juarros	CL	BU	09177	42.3309	-3.5352	4
09198	Espinosa De Juarros	espinosa-de-juarros	CL	BU	09177	42.2876	-3.5544	4
09198	Salguero De Juarros	salguero-de-juarros	CL	BU	09177	42.2948	-3.4898	4
09198	Cabañas De Juarros	cabanas-de-juarros	CL	BU	09177	42.2309	-3.442	4
09198	San Adrian De Juarros	san-adrian-de-juarros	CL	BU	09177	42.2743	-3.4755	4
09198	Los Tomillares	los-tomillares	CL	BU	09177	42.2821	-3.5026	3
09198	Santa Cruz De Juarros	santa-cruz-de-juarros	CL	BU	09177	42.2521	-3.4741	4
09199	Pantano De Arlanzon	pantano-de-arlanzon	CL	BU	09044	42.3431	-3.4612	3
09199	Arlanzon	arlanzon	CL	BU	09044	42.3227	-3.4578	4
09199	Villamorico	villamorico	CL	BU	09044	42.3459	-3.4387	4
09199	Galarde	galarde	CL	BU	09044	42.3375	-3.4111	4
09199	San Juan De Ortega	san-juan-de-ortega	CL	BU	09044	42.3755	-3.4354	4
09199	San Medel	san-medel	CL	BU	09044	42.3332	-3.5966	4
09199	Castañares	castanares	CL	BU	09044	42.3436	-3.6259	4
09199	Zalduendo	zalduendo	CL	BU	09044	42.3461	-3.485	4
09199	Ages	ages	CL	BU	09044	42.3698	-3.4794	4
09199	Barrios De Colina	barrios-de-colina	CL	BU	09044	42.396	-3.46	4
09199	Santovenia De Oca	santovenia-de-oca	CL	BU	09044	42.3568	-3.4622	4
09199	Rubena	rubena	CL	BU	09044	42.3875	-3.5748	4
09199	Villasur De Herreros	villasur-de-herreros	CL	BU	09044	42.3076	-3.3942	4
09199	Atapuerca	atapuerca	CL	BU	09044	42.3776	-3.5079	4
09199	Hiniestra	hiniestra	CL	BU	09044	42.393	-3.4441	4
09199	Urrez	urrez	CL	BU	09044	42.2702	-3.4017	4
09199	Alarcia	alarcia	CL	BU	09044	42.3054	-3.2972	4
09199	Pineda De La Sierra	pineda-de-la-sierra	CL	BU	09044	42.2156	-3.2969	4
09199	Olmos De Atapuerca	olmos-de-atapuerca	CL	BU	09044	42.3921	-3.5328	4
09200	Azucarera Leopoldo	azucarera-leopoldo	CL	BU	09219	42.6865	-2.947	3
09200	Miranda De Ebro	miranda-de-ebro	CL	BU	09219	42.6865	-2.947	4
09210	Quintana Martin Galindez	quintana-martin-galindez	CL	BU	09412	42.7931	-3.2698	4
09210	Cormenzana	cormenzana	CL	BU	09412	42.7989	-3.2784	4
09210	Leciñana De Tobalina	lecinana-de-tobalina	CL	BU	09412	42.8089	-3.2762	4
09211	Valderrama	valderrama	CL	BU	09134	42.7317	-3.2529	4
09211	Tobera	tobera	CL	BU	09134	42.7501	-3.3055	4
09211	Partido De La Sierra En Tobali	partido-de-la-sierra-en-tobali	CL	BU	09134	42.7385	-3.2649	3
09211	La Aldea Del Portillo De Busto	la-aldea-del-portillo-de-busto	CL	BU	09134	42.7031	-3.2763	4
09211	Frias	frias	CL	BU	09134	42.7622	-3.2939	4
09211	Montejo De Cebas	montejo-de-cebas	CL	BU	09134	42.7645	-3.2616	4
09211	Cubilla De La Sierra	cubilla-de-la-sierra	CL	BU	09134	42.7167	-3.1667	4
09211	Montejo De San Miguel	montejo-de-san-miguel	CL	BU	09134	42.765	-3.2719	4
09211	Zangandez	zangandez	CL	BU	09134	42.7045	-3.2663	4
09211	La Molina Portillo De Busto	la-molina-portillo-de-busto	CL	BU	09134	42.7041	-3.2322	4
09211	Ranera	ranera	CL	BU	09134	42.7269	-3.2978	4
09211	Quintanaseca	quintanaseca	CL	BU	09134	42.7717	-3.3216	4
09211	Cuezva	cuezva	CL	BU	09134	42.7609	-3.2319	4
09212	Pangusion	pangusion	CL	BU	09213	42.7682	-3.2348	4
09212	Las Viadas	las-viadas	CL	BU	09213	42.8367	-3.2597	4
09212	Mijarelengua	mijarelengua	CL	BU	09213	42.8038	-3.2345	3
09212	Plagaro	plagaro	CL	BU	09213	42.7987	-3.1845	4
09212	Promediano	promediano	CL	BU	09213	42.8038	-3.2345	3
09212	Tobalinilla	tobalinilla	CL	BU	09213	42.7591	-3.1597	4
09212	Orbañanos	orbananos	CL	BU	09213	42.8038	-3.2345	3
09212	La Prada	la-prada	CL	BU	09213	42.8417	-3.2717	4
09212	Parayuelo	parayuelo	CL	BU	09213	42.823	-3.2844	4
09212	Villaescusa De Tobalina	villaescusa-de-tobalina	CL	BU	09213	42.792	-3.21	4
09212	Pajares	pajares	CL	BU	09213	42.8	-3.2	4
09212	Santa Maria De Garoña	santa-maria-de-garona	CL	BU	09213	42.7648	-3.2058	4
09212	Gabanes	gabanes	CL	BU	09213	42.7973	-3.2308	4
09212	Herran	herran	CL	BU	09213	42.8235	-3.2295	4
09212	Hedeso	hedeso	CL	BU	09213	42.8304	-3.295	4
09212	Ranedo	ranedo	CL	BU	09213	42.8143	-3.2463	4
09212	San Martin De Don	san-martin-de-don	CL	BU	09213	42.7707	-3.1785	4
09212	Rufrancos	rufrancos	CL	BU	09213	42.8508	-3.2819	4
09212	Barcina Del Barco	barcina-del-barco	CL	BU	09213	42.7776	-3.2201	4
09212	Santa Coloma	santa-coloma	CL	BU	09213	42.8333	-3.291	4
09212	Revilla De Herran	revilla-de-herran	CL	BU	09213	42.8229	-3.2518	4
09212	Garoña	garona	CL	BU	09213	42.7665	-3.2197	4
09213	Quintanamaria	quintanamaria	CL	BU	09394	42.8015	-3.325	3
09213	Lozares De Tobalina	lozares-de-tobalina	CL	BU	09394	42.8029	-3.3263	4
09213	Cillaperlata	cillaperlata	CL	BU	09394	42.8015	-3.325	3
09213	Bascuñuelos	bascunuelos	CL	BU	09394	42.8115	-3.3344	4
09213	Palazuelos De Cuestaurria	palazuelos-de-cuestaurria	CL	BU	09394	42.8015	-3.325	3
09213	Lomana	lomana	CL	BU	09394	42.7954	-3.3119	4
09213	Santocildes	santocildes	CL	BU	09394	42.7875	-3.3002	4
09213	Virues	virues	CL	BU	09394	42.8099	-3.3524	4
09214	Portilla	portilla	CL	BU	09054	42.746	-3.0745	3
09214	Villanueva Soportilla	villanueva-soportilla	CL	BU	09054	42.746	-3.0745	4
09215	Meana	meana	CL	BU	09109	42.737	-2.7457	3
09215	Busto De Treviño	busto-de-trevino	CL	BU	09109	42.7493	-2.7617	4
09215	Franco	franco	CL	BU	09109	42.7219	-2.711	4
09215	San Martin Del Zar	san-martin-del-zar	CL	BU	09109	42.737	-2.7457	3
09215	Cucho	cucho	CL	BU	09109	42.7373	-2.7725	4
09215	Doroño	dorono	CL	BU	09109	42.7761	-2.7299	4
09215	Treviño	trevino	CL	BU	09109	42.7342	-2.7476	4
09215	Villanueva De Tobera	villanueva-de-tobera	CL	BU	09109	42.6867	-2.7658	4
09215	Arana	arana	CL	BU	09109	42.7007	-2.7184	4
09215	Armentia	armentia	CL	BU	09109	42.7137	-2.7037	4
09215	Muergas	muergas	CL	BU	09109	42.727	-2.8053	4
09215	Añastro	anastro	CL	BU	09109	42.7417	-2.79	4
09215	Arrieta	arrieta	CL	BU	09109	42.7669	-2.7246	4
09215	Golernio	golernio	CL	BU	09109	42.7644	-2.7557	4
09215	Ascarza	ascarza	CL	BU	09109	42.7614	-2.708	4
09216	Mesanza	mesanza	CL	BU	09109	42.7084	-2.6366	3
09216	Saseta	saseta	CL	BU	09109	42.7197	-2.5955	4
09216	Albaina	albaina	CL	BU	09109	42.6891	-2.6324	4
09216	Ajarte	ajarte	CL	BU	09109	42.754	-2.6324	4
09216	Samiano	samiano	CL	BU	09109	42.6924	-2.6652	4
09216	Saraso	saraso	CL	BU	09109	42.7156	-2.663	4
09216	Fuidio	fuidio	CL	BU	09109	42.6927	-2.6484	4
09216	Ogueta	ogueta	CL	BU	09109	42.712	-2.6455	4
09216	Laño	lano	CL	BU	09109	42.6636	-2.6218	4
09216	Aguillo	aguillo	CL	BU	09109	42.7379	-2.6377	4
09216	Marauri	marauri	CL	BU	09109	42.7222	-2.6419	4
09216	Pariza	pariza	CL	BU	09109	42.693	-2.6184	4
09217	Grandival	grandival	CL	BU	09109	42.7144	-2.7824	4
09217	San Martin De Galvarin	san-martin-de-galvarin	CL	BU	09109	42.6809	-2.6896	4
09217	Ozana	ozana	CL	BU	09109	42.7118	-2.7935	4
09217	Torre	torre	CL	BU	09109	42.6939	-2.6735	4
09217	Araico	araico	CL	BU	09109	42.7169	-2.7082	3
09217	Dordoniz	dordoniz	CL	BU	09109	42.7167	-2.7349	4
09217	Uzquiano	uzquiano	CL	BU	09109	42.7406	-2.6855	4
09217	Moscador De Treviño	moscador-de-trevino	CL	BU	09109	42.7169	-2.7082	3
09217	Imiruri	imiruri	CL	BU	09109	42.7442	-2.6753	4
09217	Pedruzo	pedruzo	CL	BU	09109	42.7144	-2.6932	4
09217	Argote	argote	CL	BU	09109	42.7026	-2.6743	4
09217	San Vicentejo	san-vicentejo	CL	BU	09109	42.7498	-2.6793	4
09218	Arce	arce	CL	BU	09109	42.6878	-2.829	3
09218	Bayas	bayas	CL	BU	09109	42.6842	-2.9223	4
09218	Taravero	taravero	CL	BU	09109	42.6913	-2.7356	4
09219	Los Corrales	los-corrales	CL	BU	09347	42.6752	-3.0462	3
09219	Moriana	moriana	CL	BU	09347	42.6899	-3.0713	4
09219	San Miguel Del Monte	san-miguel-del-monte	CL	BU	09347	42.6752	-3.0462	3
09219	Santa Maria Ribarredonda	santa-maria-ribarredonda	CL	BU	09347	42.6405	-3.1805	4
09219	El Espino	el-espino	CL	BU	09347	42.6752	-3.0462	3
09219	Montañana	montanana	CL	BU	09347	42.7266	-3.0179	4
09219	Ameyugo	ameyugo	CL	BU	09347	42.6562	-3.0617	4
09219	Guinicio	guinicio	CL	BU	09347	42.7326	-3.0261	4
09219	Altable	altable	CL	BU	09347	42.6028	-3.0772	4
09219	Villanueva De Teba	villanueva-de-teba	CL	BU	09347	42.6489	-3.1631	4
09219	Suzana	suzana	CL	BU	09347	42.7093	-2.99	4
09219	Santa Gadea Del Cid	santa-gadea-del-cid	CL	BU	09347	42.7153	-3.0589	4
09219	La Nave	la-nave	CL	BU	09347	42.6936	-2.9731	4
09219	Oron	oron	CL	BU	09347	42.6708	-2.9817	4
09219	Encio	encio	CL	BU	09347	42.6712	-3.0868	4
09219	Ircio	ircio	CL	BU	09347	42.6543	-2.8997	4
09219	Bozoo	bozoo	CL	BU	09347	42.7269	-3.0864	4
09219	Valluercanes	valluercanes	CL	BU	09347	42.5722	-3.1211	4
09219	Bardauri	bardauri	CL	BU	09347	42.6703	-2.9507	4
09219	Ayuelas	ayuelas	CL	BU	09347	42.6965	-3.0387	4
09220	Pampliega	pampliega	CL	BU	09250	42.2058	-3.9867	4
09221	Herrera	herrera	CL	BU		42.5949	-4.3303	4
09226	Palazuelos De Muño	palazuelos-de-muno	CL	BU	09041	42.1969	-3.9898	4
09226	Barrio De Muño	barrio-de-muno	CL	BU	09041	42.1758	-4.0071	4
09226	Torrepadierne	torrepadierne	CL	BU	09041	42.2375	-3.9522	4
09226	Celada Del Camino	celada-del-camino	CL	BU	09041	42.2636	-3.9336	4
09226	Belbimbre	belbimbre	CL	BU	09041	42.1687	-4.0128	4
09226	Villanueva De Las Carretas	villanueva-de-las-carretas	CL	BU	09041	42.2265	-3.9919	4
09226	Villaverde-Mogina	villaverde-mogina	CL	BU	09041	42.1604	-4.0502	4
09226	Villazopeque	villazopeque	CL	BU	09041	42.1984	-4.0169	4
09227	Castellanos De Castro	castellanos-de-castro	CL	BU	09079	42.3281	-4.0342	4
09227	Villaldemiro	villaldemiro	CL	BU	09079	42.2472	-3.9853	4
09227	Hontanas	hontanas	CL	BU	09079	42.3131	-4.0453	4
09227	Iglesias	iglesias	CL	BU	09079	42.2981	-3.9893	4
09227	Tamaron	tamaron	CL	BU	09079	42.2739	-3.9915	4
09228	Mazuela	mazuela	CL	BU	09275	42.2077	-3.9192	4
09228	Olmillos De Muño	olmillos-de-muno	CL	BU	09275	42.2032	-3.9391	4
09228	Mahamud	mahamud	CL	BU	09275	42.1198	-3.9406	4
09228	Ciadoncha	ciadoncha	CL	BU	09275	42.1581	-3.9324	4
09228	Presencio	presencio	CL	BU	09275	42.1866	-3.9013	4
09228	Revenga	revenga	CL	BU	09275	42.1583	-3.8636	4
09230	Hormaza	hormaza	CL	BU	09125	42.3226	-3.9207	4
09230	Quintanilla De Las Carretas	quintanilla-de-las-carretas	CL	BU	09125	42.3288	-3.8081	4
09230	Frandovinez	frandovinez	CL	BU	09125	42.3103	-3.8378	4
09230	San Mames De Burgos	san-mames-de-burgos	CL	BU	09125	42.3368	-3.794	4
09230	Villagutierrez	villagutierrez	CL	BU	09125	42.3075	-3.9071	4
09230	Medinilla De La Dehesa	medinilla-de-la-dehesa	CL	BU	09125	42.3015	-3.8826	4
09230	Granja Altube	granja-altube	CL	BU	09125	42.3126	-3.8731	3
09230	Buniel	buniel	CL	BU	09125	42.312	-3.8223	4
09230	Vilviestre De Muño	vilviestre-de-muno	CL	BU	09125	42.2908	-3.9336	4
09230	Estepar	estepar	CL	BU	09125	42.2773	-3.8995	4
09230	Hornillos Del Camino	hornillos-del-camino	CL	BU	09125	42.3386	-3.9256	4
09233	Presillas	presillas	CL	BU	09011	42.8535	-3.8806	4
09239	Pedrosa De Muño	pedrosa-de-muno	CL	BU	09023	42.227	-3.8128	4
09239	Albillos	albillos	CL	BU	09023	42.2768	-3.7891	4
09239	Arenillas De Muño	arenillas-de-muno	CL	BU	09023	42.222	-3.8477	4
09239	Villanueva Matamala	villanueva-matamala	CL	BU	09023	42.2425	-3.7856	4
09239	Villavieja De Muño	villavieja-de-muno	CL	BU	09023	42.2596	-3.8929	4
09239	Arroyo De Muño	arroyo-de-muno	CL	BU	09023	42.2489	-3.8968	4
09239	Cayuela	cayuela	CL	BU	09023	42.2722	-3.819	4
09239	Quintanilla Somuño	quintanilla-somuno	CL	BU	09023	42.2435	-3.8755	4
09239	Cavia	cavia	CL	BU	09023	42.2845	-3.8462	4
09239	Mazuelo De Muño	mazuelo-de-muno	CL	BU	09023	42.2389	-3.8474	4
09240	Briviesca	briviesca	CL	BU	09056	42.5499	-3.3232	4
09244	Soto De Bureba	soto-de-bureba	CL	BU	09060	42.676	-3.2955	4
09244	Fuentebureba	fuentebureba	CL	BU	09060	42.634	-3.2351	4
09244	Quintanaelez	quintanaelez	CL	BU	09060	42.6692	-3.2988	4
09244	Marcillo	marcillo	CL	BU	09060	42.6705	-3.2797	4
09244	Busto De Bureba	busto-de-bureba	CL	BU	09060	42.6591	-3.2651	4
09244	Quintanilla Cabe Soto	quintanilla-cabe-soto	CL	BU	09060	42.6719	-3.2914	4
09244	Calzada De Bureba	calzada-de-bureba	CL	BU	09060	42.6286	-3.2477	4
09245	Grisaleña	grisalena	CL	BU	09052	42.5912	-3.2642	4
09245	Vallarta De Bureba	vallarta-de-bureba	CL	BU	09052	42.5886	-3.2046	4
09245	Cameno	cameno	CL	BU	09052	42.5691	-3.2979	4
09245	Zuñeda	zuneda	CL	BU	09052	42.605	-3.2263	4
09245	Berzosa De Bureba	berzosa-de-bureba	CL	BU	09052	42.6268	-3.2665	4
09246	Quintanaurria	quintanaurria	CL	BU	09272	42.6297	-3.4246	3
09246	Hermosilla	hermosilla	CL	BU	09272	42.6577	-3.4346	4
09246	Quintanilla Cabe Rojas	quintanilla-cabe-rojas	CL	BU	09272	42.5908	-3.4391	4
09246	Rojas	rojas	CL	BU	09272	42.5778	-3.442	4
09246	Piernigas	piernigas	CL	BU	09272	42.5903	-3.4134	4
09246	Llano De Bureba	llano-de-bureba	CL	BU	09272	42.6243	-3.4589	4
09246	Terrazos De Bureba	terrazos-de-bureba	CL	BU	09272	42.6177	-3.3605	4
09246	Poza De La Sal	poza-de-la-sal	CL	BU	09272	42.6654	-3.5014	4
09246	Quintanabureba	quintanabureba	CL	BU	09272	42.5866	-3.3668	4
09246	Cornudilla	cornudilla	CL	BU	09272	42.6823	-3.4265	4
09246	Barrios De Bureba	barrios-de-bureba	CL	BU	09272	42.6461	-3.3914	4
09246	Pino De Bureba	pino-de-bureba	CL	BU	09272	42.7055	-3.4322	4
09246	Movilla	movilla	CL	BU	09272	42.6116	-3.429	4
09247	Buezo	buezo	CL	BU	09143	42.5578	-3.4074	4
09247	San Pedro De La Hoz	san-pedro-de-la-hoz	CL	BU	09143	42.5406	-3.415	3
09247	Salinillas De Bureba	salinillas-de-bureba	CL	BU	09143	42.5524	-3.3875	4
09247	Revillalcon	revillalcon	CL	BU	09143	42.5616	-3.3602	4
09247	Galbarros	galbarros	CL	BU	09143	42.5273	-3.4383	4
09247	Caborredondo	caborredondo	CL	BU	09143	42.5039	-3.4815	4
09248	Valdazo	valdazo	CL	BU	09076	42.5246	-3.3625	4
09248	Pradanos De Bureba	pradanos-de-bureba	CL	BU	09076	42.5026	-3.3475	4
09248	Bañuelos De Bureba	banuelos-de-bureba	CL	BU	09076	42.5026	-3.2796	4
09248	Carrias	carrias	CL	BU	09076	42.4814	-3.2832	4
09248	Castil De Carrias	castil-de-carrias	CL	BU	09076	42.4681	-3.2704	4
09248	Reinoso	reinoso	CL	BU	09076	42.5092	-3.3847	4
09248	Quintanaloranco	quintanaloranco	CL	BU	09076	42.4965	-3.2204	4
09249	Solduengo	solduengo	CL	BU	09230	42.6615	-3.3424	4
09249	Barrio De Diaz Ruiz	barrio-de-diaz-ruiz	CL	BU	09230	42.6482	-3.3584	4
09249	Vileña	vilena	CL	BU	09230	42.6223	-3.3229	4
09249	La Vid De Bureba	la-vid-de-bureba	CL	BU	09230	42.6307	-3.3007	4
09249	Aguilar De Bureba	aguilar-de-bureba	CL	BU	09230	42.5897	-3.3291	4
09249	La Parte De Bureba	la-parte-de-bureba	CL	BU	09230	42.6774	-3.3856	4
09249	Las Vesgas	las-vesgas	CL	BU	09230	42.6354	-3.3473	4
09249	Navas De Bureba	navas-de-bureba	CL	BU	09230	42.6809	-3.327	4
09249	Quintanillabon	quintanillabon	CL	BU	09230	42.5923	-3.3066	4
09250	Belorado	belorado	CL	BU	09220	42.4205	-3.1913	4
09251	Cubo De Bureba	cubo-de-bureba	CL	BU	09115	42.6401	-3.2063	4
09252	Silanes	silanes	CL	BU	09220	42.6714	-3.1774	4
09252	Miraveche	miraveche	CL	BU	09220	42.674	-3.1995	4
09253	Cascajares De Bureba	cascajares-de-bureba	CL	BU		42.6788	-3.2377	4
09257	Villafranca Montes De Oca	villafranca-montes-de-oca	CL	BU	09431	42.3878	-3.3095	4
09258	Ocon De Villafranca	ocon-de-villafranca	CL	BU	09083	42.4049	-3.3142	4
09258	San Miguel De Pedroso	san-miguel-de-pedroso	CL	BU	09083	42.3956	-3.2147	4
09258	Tosantos	tosantos	CL	BU	09083	42.4137	-3.2429	4
09258	Mozoncillo De Oca	mozoncillo-de-oca	CL	BU	09083	42.4117	-3.3322	4
09258	Villalbos	villalbos	CL	BU	09083	42.4449	-3.3301	4
09258	Puras De Villafranca	puras-de-villafranca	CL	BU	09083	42.3784	-3.2426	4
09258	Espinosa Del Camino	espinosa-del-camino	CL	BU	09083	42.4059	-3.2802	4
09258	Alcocero De Mola	alcocero-de-mola	CL	BU	09083	42.4722	-3.3579	4
09258	Villalmondar	villalmondar	CL	BU	09083	42.4523	-3.3369	4
09258	Cueva Cardiel	cueva-cardiel	CL	BU	09083	42.4603	-3.3454	4
09258	Villambistia	villambistia	CL	BU	09083	42.4054	-3.2619	4
09258	Villalomez	villalomez	CL	BU	09083	42.4292	-3.3132	4
09258	Castil De Peones	castil-de-peones	CL	BU	09083	42.4835	-3.3846	4
09258	Villanasur Rio De Oca	villanasur-rio-de-oca	CL	BU	09083	42.4367	-3.3209	4
09259	Quintanilla Del Monte En Rioja	quintanilla-del-monte-en-rioja	CL	BU	09046	42.4299	-3.103	3
09259	Fresneña	fresnena	CL	BU	09046	42.4137	-3.1345	4
09259	Viloria De Rioja	viloria-de-rioja	CL	BU	09046	42.4261	-3.1006	4
09259	Ibrillos	ibrillos	CL	BU	09046	42.4543	-3.0824	4
09259	San Pedro Del Monte	san-pedro-del-monte	CL	BU	09046	42.4159	-3.1107	4
09259	Bascuñana	bascunana	CL	BU	09046	42.4255	-3.0823	4
09259	San Cristobal Del Monte	san-cristobal-del-monte	CL	BU	09046	42.3993	-3.1449	4
09259	Villamayor Del Rio	villamayor-del-rio	CL	BU	09046	42.4274	-3.1359	4
09259	Castildelgado	castildelgado	CL	BU	09046	42.4376	-3.0839	4
09259	Redecilla Del Camino	redecilla-del-camino	CL	BU	09046	42.438	-3.0655	4
09259	Sotillo De Rioja	sotillo-de-rioja	CL	BU	09046	42.4613	-3.0893	4
09260	Pradoluengo	pradoluengo	CL	BU	09274	42.3248	-3.2028	4
09267	Fresneda De La Sierra Tiron	fresneda-de-la-sierra-tiron	CL	BU	09048	42.3154	-3.136	4
09267	Avellanosa De Rioja	avellanosa-de-rioja	CL	BU	09048	42.3627	-3.0935	4
09267	Eterna	eterna	CL	BU	09048	42.3504	-3.1234	4
09268	Ezquerra	ezquerra	CL	BU	09433	42.3692	-3.2121	4
09268	Santa Olalla Del Valle	santa-olalla-del-valle	CL	BU	09433	42.3383	-3.1738	4
09268	Espinosa Del Monte	espinosa-del-monte	CL	BU	09433	42.3527	-3.1575	4
09268	Rabanos	rabanos	CL	BU	09433	42.3197	-3.2703	4
09268	Villagalijo	villagalijo	CL	BU	09433	42.3487	-3.192	4
09268	San Vicente Del Valle	san-vicente-del-valle	CL	BU	09433	42.3376	-3.1621	4
09268	Valmala	valmala	CL	BU	09433	42.3059	-3.2546	4
09268	Garganchon	garganchon	CL	BU	09433	42.3269	-3.227	4
09268	Santa Cruz Del Valle Urbion	santa-cruz-del-valle-urbion	CL	BU	09433	42.3056	-3.2214	4
09268	San Clemente Del Valle	san-clemente-del-valle	CL	BU	09433	42.3671	-3.1881	4
09269	Villamudria	villamudria	CL	BU	09303	42.3304	-3.2913	4
09270	Cerezo De Rio Tiron	cerezo-de-rio-tiron	CL	BU	09098	42.4914	-3.136	4
09270	Redecilla Del Campo	redecilla-del-campo	CL	BU	09098	42.4667	-3.1153	4
09271	Quintanilla San Garcia	quintanilla-san-garcia	CL	BU	09298	42.5485	-3.1932	4
09272	Fresno De Rio Tiron	fresno-de-rio-tiron	CL	BU	09132	42.4805	-3.1997	3
09272	Loranquillo	loranquillo	CL	BU	09132	42.4805	-3.1997	4
09280	Pancorbo	pancorbo	CL	BU	09077	42.6342	-3.1118	4
09280	Obarenes	obarenes	CL	BU	09077	42.6342	-3.1118	3
09285	La Azuela	la-azuela	CL	BU	09410	42.6342	-3.1118	1
09290	Fresno De Rodilla	fresno-de-rodilla	CL	BU	09133	42.4205	-3.4851	4
09290	Quintanapalla	quintanapalla	CL	BU	09133	42.4091	-3.533	4
09292	Santa Olalla De Bureba	santa-olalla-de-bureba	CL	BU	09027	42.4772	-3.4411	4
09292	Piedrahita De Juarros	piedrahita-de-juarros	CL	BU	09027	42.4293	-3.4355	4
09292	Turrientes	turrientes	CL	BU	09027	42.4182	-3.3613	4
09292	Villaescusa La Solana	villaescusa-la-solana	CL	BU	09027	42.4264	-3.4201	4
09292	Quintanilla Del Monte Juarros	quintanilla-del-monte-juarros	CL	BU	09027	42.4003	-3.4199	4
09292	Arraya De Oca	arraya-de-oca	CL	BU	09027	42.4149	-3.3978	4
09292	Cerraton De Juaros	cerraton-de-juaros	CL	BU	09027	42.4409	-3.4206	3
09292	Revillagodos	revillagodos	CL	BU	09027	42.4868	-3.4001	4
09292	Villaescusa La Sombria	villaescusa-la-sombria	CL	BU	09027	42.4152	-3.4184	4
09292	San Otero	san-otero	CL	BU	09027	42.4409	-3.4206	3
09292	Santa Maria Del Invierno	santa-maria-del-invierno	CL	BU	09027	42.4429	-3.4378	4
09292	Monasterio De Rodilla	monasterio-de-rodilla	CL	BU	09027	42.4578	-3.4697	4
09292	Quintanavides	quintanavides	CL	BU	09027	42.4808	-3.4245	4
09293	Valverde De Miranda	valverde-de-miranda	CL	BU	09219	42.6517	-2.9996	4
09293	Bugedo	bugedo	CL	BU	09219	42.6491	-3.0179	4
09293	Bugedo (Monasterio)	bugedo-monasterio	CL	BU	09219	42.6504	-3.0087	3
09294	Ocilla	ocilla	CL	BU	09109	42.7634	-2.7806	4
09294	Pangua	pangua	CL	BU	09109	42.7386	-2.827	4
09294	Burgueta	burgueta	CL	BU	09109	42.7402	-2.845	4
09294	Zurbitu	zurbitu	CL	BU	09109	42.7484	-2.9533	3
09294	La Puebla De Arganzon	la-puebla-de-arganzon	CL	BU	09109	42.7662	-2.8306	4
09294	San Esteban De Treviño	san-esteban-de-trevino	CL	BU	09109	42.7333	-3.4833	4
09294	Ladrera	ladrera	CL	BU	09109	42.7484	-2.9533	3
09294	Villanueva De La Oca	villanueva-de-la-oca	CL	BU	09109	42.7484	-2.9533	3
09300	Roa	roa	CL	BU	09321	41.697	-3.9278	4
09310	Villatuelda	villatuelda	CL	BU	09464	41.815	-3.8805	4
09310	Torresandino	torresandino	CL	BU	09464	41.8292	-3.9098	4
09310	Villovela De Esgueva	villovela-de-esgueva	CL	BU	09464	41.8139	-3.9719	4
09311	Olmedillo De Roa	olmedillo-de-roa	CL	BU	09235	41.7836	-3.9342	4
09311	La Horra	la-horra	CL	BU	09235	41.7414	-3.8756	4
09312	Tortoles De Esgueva	tortoles-de-esgueva	CL	BU	09017	41.8161	-4.024	4
09313	Anguix	anguix	CL	BU		41.7533	-3.9313	4
09314	Villaescusa De Roa	villaescusa-de-roa	CL	BU	09256	41.7273	-4.0172	4
09314	Guzman	guzman	CL	BU	09256	41.7564	-3.9962	4
09314	Boada De Roa	boada-de-roa	CL	BU	09256	41.7308	-3.9741	4
09314	Pedrosa De Duero	pedrosa-de-duero	CL	BU	09256	41.7129	-3.988	4
09314	Quintanamanvirgo	quintanamanvirgo	CL	BU	09256	41.7469	-3.9582	4
09315	Fuentemolinos	fuentemolinos	CL	BU	09136	41.6048	-3.8501	4
09315	Fuentecen	fuentecen	CL	BU	09136	41.6285	-3.8687	4
09316	Hoyales De Roa	hoyales-de-roa	CL	BU	09051	41.6589	-3.862	4
09316	Berlangas De Roa	berlangas-de-roa	CL	BU	09051	41.6891	-3.8728	4
09316	El Carrascal	el-carrascal	CL	BU	09051	41.674	-3.8674	3
09317	Valcabado De Roa	valcabado-de-roa	CL	BU	09199	41.6541	-3.9879	3
09317	San Martin De Rubiales	san-martin-de-rubiales	CL	BU	09199	41.6419	-3.9913	4
09317	Mambrilla De Castrejon	mambrilla-de-castrejon	CL	BU	09199	41.6663	-3.9845	4
09318	Nava De Roa	nava-de-roa	CL	BU	09138	41.6133	-3.9644	4
09318	Fuentelisendo	fuentelisendo	CL	BU	09138	41.6227	-3.9013	4
09318	Valdezate	valdezate	CL	BU	09138	41.6023	-3.9304	4
09319	La Cueva De Roa	la-cueva-de-roa	CL	BU		41.6668	-3.9412	4
09320	Valdorros	valdorros	CL	BU	09108	42.1723	-3.7094	4
09320	Cogollos	cogollos	CL	BU	09108	42.1998	-3.7001	4
09320	Madrigal Del Monte	madrigal-del-monte	CL	BU	09108	42.1446	-3.6757	4
09320	Tornadijo	tornadijo	CL	BU	09108	42.1549	-3.6471	4
09338	Valles De Palenzuela	valles-de-palenzuela	CL	BU	09418	42.1202	-4.0775	4
09339	Zael	zael	CL	BU	09443	42.1059	-3.8262	4
09339	Villafuertes	villafuertes	CL	BU	09443	42.1766	-3.8015	4
09339	Villangomez	villangomez	CL	BU	09443	42.1796	-3.7742	4
09339	Villamayor De Los Montes	villamayor-de-los-montes	CL	BU	09443	42.1057	-3.7654	4
09339	Villaverde Del Monte	villaverde-del-monte	CL	BU	09443	42.1607	-3.8142	4
09339	Cristo De Villahizan (Finca)	cristo-de-villahizan-finca	CL	BU	09443	42.1457	-3.7963	3
09340	Lerma	lerma	CL	BU	09194	42.0261	-3.7598	4
09341	Santa Cecilia	santa-cecilia	CL	BU	09194	42.0523	-3.8034	4
09341	Tordomar	tordomar	CL	BU	09194	42.0463	-3.8651	4
09341	Ruyales Del Agua	ruyales-del-agua	CL	BU	09194	42.0356	-3.8056	4
09342	Peral De Arlanza	peral-de-arlanza	CL	BU	09350	42.0761	-4.0773	4
09342	Hontoria De Rio Franco	hontoria-de-rio-franco	CL	BU	09350	42.1046	-4.0251	3
09342	Santa Maria Del Campo	santa-maria-del-campo	CL	BU	09350	42.133	-3.9728	4
09343	Villahoz	villahoz	CL	BU	09437	42.0759	-3.9129	4
09344	Villafruela	villafruela	CL	BU	09432	41.9165	-3.9137	4
09344	Royuela De Riofranco	royuela-de-riofranco	CL	BU	09432	41.9165	-3.9137	3
09345	Pinedillo	pinedillo	CL	BU	09325	42.0021	-3.8863	4
09345	Torrepadre	torrepadre	CL	BU	09325	42.0439	-3.937	4
09345	Torrecitores Del Enebral	torrecitores-del-enebral	CL	BU	09325	42.0026	-3.8694	3
09345	Paules Del Agua	paules-del-agua	CL	BU	09325	42.0097	-3.851	4
09345	La Veguecilla	la-veguecilla	CL	BU	09325	42.0026	-3.8694	3
09345	Iglesiarrubia	iglesiarrubia	CL	BU	09325	41.9738	-3.847	4
09345	Avellanosa De Muño	avellanosa-de-muno	CL	BU	09325	41.9835	-3.8255	4
09346	Mecerreyes	mecerreyes	CL	BU	09113	42.0954	-3.5739	4
09346	Covarrubias	covarrubias	CL	BU	09113	42.0593	-3.5196	4
09347	Ura	ura	CL	BU	09113	42.0134	-3.5514	4
09347	Bascones Del Agua	bascones-del-agua	CL	BU	09113	42.0271	-3.6	3
09347	Puentedura	puentedura	CL	BU	09113	42.0413	-3.5823	4
09347	Retuerta	retuerta	CL	BU	09113	42.0294	-3.5068	4
09347	Santillan	santillan	CL	BU	09113	42.0326	-3.7334	4
09347	Quintanilla Del Agua Y Torduel	quintanilla-del-agua-y-torduel	CL	BU	09113	42.0271	-3.6	3
09347	Tordueles	tordueles	CL	BU	09113	42.0187	-3.6262	4
09348	Castroceniza	castroceniza	CL	BU	09094	41.9993	-3.5338	4
09348	Cebrecos	cebrecos	CL	BU	09094	41.9841	-3.5966	4
09348	Solarana	solarana	CL	BU	09094	41.9717	-3.6588	4
09348	Nebreda	nebreda	CL	BU	09094	41.9688	-3.6343	4
09348	Quintanilla Del Coco	quintanilla-del-coco	CL	BU	09094	41.9833	-3.5167	4
09348	Villoviado	villoviado	CL	BU	09094	41.9803	-3.7029	4
09348	Revilla Cabriada	revilla-cabriada	CL	BU	09094	42.0011	-3.7027	4
09348	Castrillo De Solarana	castrillo-de-solarana	CL	BU	09094	41.9794	-3.6683	4
09349	Fontioso	fontioso	CL	BU	09294	41.9427	-3.7387	4
09349	Quintanilla De La Mata	quintanilla-de-la-mata	CL	BU	09294	41.9886	-3.7676	4
09349	Cilleruelo De Abajo	cilleruelo-de-abajo	CL	BU	09294	41.8841	-3.7972	4
09349	Cilleruelo De Arriba	cilleruelo-de-arriba	CL	BU	09294	41.9049	-3.661	4
09349	Guimara, De (Granja)	guimara-de-granja	CL	BU	09294	41.9346	-3.7333	3
09349	Pineda De Trasmonte	pineda-de-trasmonte	CL	BU	09294	41.9092	-3.6957	4
09349	Rabe De Los Escuderos	rabe-de-los-escuderos	CL	BU	09294	41.9784	-3.7395	4
09350	Santibañez De Esgueva	santibanez-de-esgueva	CL	BU	09061	41.8337	-3.7603	4
09350	Oquillas	oquillas	CL	BU	09061	41.8309	-3.7056	4
09350	Bahabon De Esgueva	bahabon-de-esgueva	CL	BU	09061	41.8616	-3.7298	4
09350	Cabañes De Esgueva	cabanes-de-esgueva	CL	BU	09061	41.8302	-3.7882	4
09351	San Quirce	san-quirce	CL	BU	09030	42.1888	-3.6425	3
09351	Hontoria De La Cantera	hontoria-de-la-cantera	CL	BU	09030	42.1888	-3.6425	4
09352	Cubillo Del Campo	cubillo-del-campo	CL	BU	09114	42.1685	-3.6102	4
09353	Santa Maria Mercadillo	santa-maria-mercadillo	CL	BU	09352	41.8599	-3.5591	4
09354	Pinilla Trasmonte	pinilla-trasmonte	CL	BU	09270	41.8732	-3.6197	4
09360	Venta De Guimara	venta-de-guimara	CL	BU		41.9262	-3.7896	1
09370	Gumiel De Izan	gumiel-de-izan	CL	BU	09018	41.773	-3.6876	4
09370	La Aguilera	la-aguilera	CL	BU	09018	41.7317	-3.7692	4
09370	Quintana Del Pidio	quintana-del-pidio	CL	BU	09018	41.7589	-3.7512	4
09390	Torrecilla Del Monte	torrecilla-del-monte	CL	BU	09197	42.0949	-3.6936	4
09390	Villalmanzo	villalmanzo	CL	BU	09197	42.0484	-3.742	4
09390	Montuenga	montuenga	CL	BU	09197	42.1556	-3.7457	4
09390	Santa Ines	santa-ines	CL	BU	09197	42.0401	-3.7032	4
09390	Madrigalejo Del Monte	madrigalejo-del-monte	CL	BU	09197	42.1244	-3.7251	4
09391	Castrillo De La Vega	castrillo-de-la-vega	CL	BU	09085	41.6517	-3.7809	4
09400	Aranda De Duero	aranda-de-duero	CL	BU	09018	41.6704	-3.6892	4
09410	Coruña Del Conde	coruna-del-conde	CL	BU	09112	41.7657	-3.3906	4
09410	Valverde	valverde	CL	BU	09112	41.7208	-3.4173	4
09410	Arandilla	arandilla	CL	BU	09112	41.7378	-3.4291	4
09410	Peñaranda De Duero	penaranda-de-duero	CL	BU	09112	41.6885	-3.4786	4
09430	Huerta De Rey	huerta-de-rey	CL	BU	09174	41.8391	-3.3475	4
09440	Pinillos De Esgueva	pinillos-de-esgueva	CL	BU	09369	41.8222	-3.836	4
09441	Sotillo De La Ribera	sotillo-de-la-ribera	CL	BU	09369	41.7772	-3.8252	4
09442	Terradillos De Esgueva	terradillos-de-esgueva	CL	BU	09380	41.8189	-3.8432	4
09443	Gumiel Del Mercado	gumiel-del-mercado	CL	BU	09152	41.7559	-3.8027	4
09443	Ventosilla	ventosilla	CL	BU	09152	41.7174	-3.8218	4
09443	Villalba De Duero	villalba-de-duero	CL	BU	09152	41.6824	-3.7444	4
09450	Hontoria De Valdearados	hontoria-de-valdearados	CL	BU	09018	41.7449	-3.5198	4
09450	Villanueva De Gumiel	villanueva-de-gumiel	CL	BU	09018	41.7378	-3.6266	4
09450	Baños De Valdearados	banos-de-valdearados	CL	BU	09018	41.7701	-3.5559	4
09450	Sinovas	sinovas	CL	BU	09018	41.7013	-3.6646	4
09451	Caleruega	caleruega	CL	BU	09064	41.8255	-3.4859	4
09451	Doña Santos	dona-santos	CL	BU	09064	41.8912	-3.3984	4
09451	Arauzo De Torre	arauzo-de-torre	CL	BU	09064	41.7982	-3.4231	4
09451	Arauzo De Miel	arauzo-de-miel	CL	BU	09064	41.8588	-3.3877	4
09451	Arauzo De Salce	arauzo-de-salce	CL	BU	09064	41.8192	-3.4119	4
09453	Villalvilla De Gumiel	villalvilla-de-gumiel	CL	BU	09396	41.8173	-3.5571	3
09453	Valdeande	valdeande	CL	BU	09396	41.833	-3.5279	4
09453	Tubilla Del Lago	tubilla-del-lago	CL	BU	09396	41.8015	-3.5863	4
09454	Peñalba De Castro	penalba-de-castro	CL	BU	09279	41.7881	-3.3665	4
09454	Hinojar Del Rey	hinojar-del-rey	CL	BU	09279	41.7684	-3.3298	4
09454	Quemada	quemada	CL	BU	09279	41.7007	-3.5748	4
09454	Quintanarraya	quintanarraya	CL	BU	09279	41.787	-3.3386	4
09460	Milagros	milagros	CL	BU	09218	41.575	-3.6991	4
09461	Fuentenebro	fuentenebro	CL	BU	09140	41.5287	-3.7545	4
09462	Adrada De Haza	adrada-de-haza	CL	BU	09253	41.5945	-3.8233	4
09462	Moradillo De Roa	moradillo-de-roa	CL	BU	09253	41.5516	-3.7912	4
09462	Pardilla	pardilla	CL	BU	09253	41.5518	-3.7109	4
09462	La Sequera De Haza	la-sequera-de-haza	CL	BU	09253	41.564	-3.8172	4
09462	Hontangas	hontangas	CL	BU	09253	41.5822	-3.7955	4
09463	Haza	haza	CL	BU	09155	41.6167	-3.8167	4
09471	La Vid	la-vid	CL	BU	09137	41.6316	-3.4916	4
09471	Santa Cruz De La Salceda	santa-cruz-de-la-salceda	CL	BU	09137	41.5959	-3.5932	4
09471	Fuentespina	fuentespina	CL	BU	09137	41.6308	-3.6848	4
09471	Fuentelcesped	fuentelcesped	CL	BU	09137	41.5916	-3.6406	4
09490	Zazuar	zazuar	CL	BU	09261	41.6953	-3.5545	4
09490	Casanova	casanova	CL	BU	09261	41.6849	-3.4486	4
09490	Brazacorta	brazacorta	CL	BU	09261	41.7174	-3.3671	4
09490	San Juan Del Monte	san-juan-del-monte	CL	BU	09261	41.6831	-3.5234	4
09491	Zuzones	zuzones	CL	BU	09400	41.6224	-3.4588	4
09491	Vadocondes	vadocondes	CL	BU	09400	41.6392	-3.5738	4
09491	Fresnillo De Las Dueñas	fresnillo-de-las-duenas	CL	BU	09400	41.647	-3.6456	4
09491	Guma	guma	CL	BU	09400	41.6427	-3.5155	4
09493	Torregalindo	torregalindo	CL	BU	09065	41.583	-3.7522	4
09493	Campillo De Aranda	campillo-de-aranda	CL	BU	09065	41.6101	-3.7302	4
09500	Medina De Pomar	medina-de-pomar	CL	BU	09209	42.9294	-3.488	4
09510	San Miguel De Relloso	san-miguel-de-relloso	CL	BU	09908	43.0137	-3.2719	3
09510	Calzada De Losa	calzada-de-losa	CL	BU	09908	42.9829	-3.2547	4
09510	Lastras De La Torre	lastras-de-la-torre	CL	BU	09908	43.0113	-3.2683	4
09510	Baro	baro	CL	BU	09908	42.99	-3.1901	4
09510	Castresana	castresana	CL	BU	09908	43.026	-3.3314	4
09510	Villaventin	villaventin	CL	BU	09908	43.0221	-3.3552	4
09510	Relloso	relloso	CL	BU	09908	43.0582	-3.2343	4
09510	Villabasil	villabasil	CL	BU	09908	43.03	-3.2986	4
09510	Quincoces De Yuso	quincoces-de-yuso	CL	BU	09908	42.9893	-3.2426	4
09511	Teza De Losa	teza-de-losa	CL	BU	09050	42.9761	-3.2122	4
09511	Villota	villota	CL	BU	09050	42.9825	-3.175	4
09511	Berberana	berberana	CL	BU	09050	42.9178	-3.0606	4
09511	Barriga De Losa	barriga-de-losa	CL	BU	09050	42.9718	-3.1378	4
09511	Lastras De Teza	lastras-de-teza	CL	BU	09050	42.9761	-3.2122	4
09511	Mambliga De Losa	mambliga-de-losa	CL	BU	09050	42.9292	-3.1294	4
09511	Hozalla	hozalla	CL	BU	09050	42.919	-3.1187	4
09511	Fresno De Losa	fresno-de-losa	CL	BU	09050	42.944	-3.1529	4
09511	Villacian	villacian	CL	BU	09050	42.9689	-3.1659	4
09511	San Martin De Losa	san-martin-de-losa	CL	BU	09050	42.9586	-3.1886	4
09511	Zaballa De Losa	zaballa-de-losa	CL	BU	09050	42.9537	-3.095	4
09511	Villalambrus	villalambrus	CL	BU	09050	42.9454	-3.1708	4
09511	Murita	murita	CL	BU	09050	42.9283	-3.0598	4
09511	Villalba De Losa	villalba-de-losa	CL	BU	09050	42.9352	-3.0881	4
09511	Aostri	aostri	CL	BU	09050	42.9538	-3.1337	3
09511	Villaño	villano	CL	BU	09050	42.968	-3.1229	4
09511	Mijala	mijala	CL	BU	09050	42.9571	-3.0804	4
09511	Llorengoz	llorengoz	CL	BU	09050	42.9823	-3.1019	4
09512	Oteo De Losa	oteo-de-losa	CL	BU	09209	42.963	-3.3478	3
09512	Rio De Losa	rio-de-losa	CL	BU	09209	42.9495	-3.2754	4
09512	Quintanilla De La Ojada	quintanilla-de-la-ojada	CL	BU	09209	42.963	-3.3478	3
09512	San Llorente De Losa	san-llorente-de-losa	CL	BU	09209	42.9692	-3.2417	4
09512	Navangos	navangos	CL	BU	09209	42.963	-3.3478	3
09512	Villamor	villamor	CL	BU	09209	42.9717	-3.4006	4
09512	Perex De Losa	perex-de-losa	CL	BU	09209	42.963	-3.3478	3
09512	Robredo De Losa	robredo-de-losa	CL	BU	09209	42.9802	-3.2861	4
09512	Criales De Losa	criales-de-losa	CL	BU	09209	42.963	-3.3478	3
09512	Paresotas	paresotas	CL	BU	09209	42.9833	-3.3333	4
09512	Villaluenga De Losa	villaluenga-de-losa	CL	BU	09209	42.963	-3.3478	3
09512	San Pantaleon De Losa	san-pantaleon-de-losa	CL	BU	09209	42.9313	-3.288	4
09512	Gobantes	gobantes	CL	BU	09209	42.9563	-3.357	4
09512	Castricciones	castricciones	CL	BU	09209	42.963	-3.3478	3
09512	Momediano	momediano	CL	BU	09209	42.979	-3.35	4
09512	Villatomil	villatomil	CL	BU	09209	42.9633	-3.4463	4
09512	Villate	villate	CL	BU	09209	42.9634	-3.3811	4
09512	Torres	torres	CL	BU	09209	42.9456	-3.4661	4
09513	Villanueva De La Lastra	villanueva-de-la-lastra	CL	BU	09209	42.9358	-3.5084	4
09513	Santa Cruz De Andino	santa-cruz-de-andino	CL	BU	09209	42.9226	-3.5529	4
09513	Quintanilla De Los Adrianos	quintanilla-de-los-adrianos	CL	BU	09209	42.9442	-3.5448	4
09513	Medianabella	medianabella	CL	BU	09209	42.8617	-3.5613	3
09513	Pomar	pomar	CL	BU	09209	42.9413	-3.4778	4
09513	Villarias	villarias	CL	BU	09209	42.9167	-3.5333	4
09513	Miñon	minon	CL	BU	09209	42.464	-3.7979	4
09513	El Vado	el-vado	CL	BU	09209	42.9076	-3.5138	4
09514	Cubillo De Losa	cubillo-de-losa	CL	BU	09209	42.999	-3.4433	3
09514	Rosales	rosales	CL	BU	09209	42.9413	-3.4353	4
09514	Junta De Traslaloma	junta-de-traslaloma	CL	BU	09209	42.999	-3.4433	3
09514	La Cerca	la-cerca	CL	BU	09209	42.9725	-3.427	4
09514	Tabliega De Losa	tabliega-de-losa	CL	BU	09209	42.999	-3.4433	3
09514	Las Eras	las-eras	CL	BU	09209	43.0459	-3.437	4
09514	Colina De Losa	colina-de-losa	CL	BU	09209	42.999	-3.4433	3
09514	Quintanamace	quintanamace	CL	BU	09209	42.999	-3.4433	3
09514	Salinas Del Rosio	salinas-del-rosio	CL	BU	09209	42.999	-3.4433	3
09514	El Ribero	el-ribero	CL	BU	09209	43.0383	-3.4835	4
09514	Barcenillas Del Rivero	barcenillas-del-rivero	CL	BU	09209	42.999	-3.4433	3
09514	Santurde	santurde	CL	BU	09209	42.9812	-3.4797	4
09514	Lastras De Las Heras	lastras-de-las-heras	CL	BU	09209	42.999	-3.4433	3
09514	Villamezan	villamezan	CL	BU	09209	42.9614	-3.4725	4
09514	Villalacre	villalacre	CL	BU	09209	43.0206	-3.3981	4
09514	Rosio	rosio	CL	BU	09209	42.9901	-3.4027	4
09514	Castrobarto	castrobarto	CL	BU	09209	43.0409	-3.3874	4
09514	Recuenco	recuenco	CL	BU	09209	43.0004	-3.4526	4
09514	Villataras	villataras	CL	BU	09209	43.027	-3.4416	4
09514	Boveda De La Ribera	boveda-de-la-ribera	CL	BU	09209	42.9325	-3.4017	4
09514	Revilla De Pienza	revilla-de-pienza	CL	BU	09209	43.0137	-3.4826	4
09514	Barcena De Pienza	barcena-de-pienza	CL	BU	09209	43.0068	-3.4935	4
09514	Angosto	angosto	CL	BU	09209	43.0174	-3.4168	4
09514	Quintanilla De Pienza	quintanilla-de-pienza	CL	BU	09209	43.0019	-3.4806	4
09514	La Riba	la-riba	CL	BU	09209	42.9915	-3.443	4
09515	Almendres	almendres	CL	BU	09209	42.8922	-3.4136	4
09515	Nofuentes	nofuentes	CL	BU	09209	42.8425	-3.4183	4
09515	San Cristobal De Almendres	san-cristobal-de-almendres	CL	BU	09209	42.8879	-3.4343	4
09515	Bustillo De Villarcayo	bustillo-de-villarcayo	CL	BU	09209	42.9059	-3.4796	4
09515	Valdelacuesta	valdelacuesta	CL	BU	09209	42.8585	-3.484	4
09515	Villapanillo	villapanillo	CL	BU	09209	42.8458	-3.3933	4
09515	Quintanalacuesta	quintanalacuesta	CL	BU	09209	42.8671	-3.496	4
09515	Villacomparada	villacomparada	CL	BU	09209	42.9175	-3.4806	4
09515	Pradolamata	pradolamata	CL	BU	09209	42.8767	-3.4581	4
09515	Baillo	baillo	CL	BU	09209	42.8758	-3.5114	4
09515	Cebolleros	cebolleros	CL	BU	09209	42.8613	-3.4213	4
09515	Moneo	moneo	CL	BU	09209	42.8932	-3.4656	4
09515	Casares	casares	CL	BU	09209	42.8727	-3.4444	3
09515	Paralacuesta	paralacuesta	CL	BU	09209	42.8928	-3.4991	4
09515	Quintanillas, Las (Merindades)	quintanillas-las-merindades	CL	BU	09209	42.8727	-3.4444	3
09515	Mijangos	mijangos	CL	BU	09209	42.8302	-3.4258	4
09515	Villamagrin	villamagrin	CL	BU	09209	42.8727	-3.4444	3
09515	Villaran	villaran	CL	BU	09209	42.8746	-3.3873	4
09515	Aforados De Moneo	aforados-de-moneo	CL	BU	09209	42.8727	-3.4444	3
09515	Villavedeo	villavedeo	CL	BU	09209	42.8562	-3.4061	4
09515	Urria	urria	CL	BU	09209	42.8461	-3.4535	4
09515	Ael	ael	CL	BU	09209	42.8836	-3.3715	4
09530	Oña	ona	CL	BU	09238	42.734	-3.4146	4
09540	Tartales De Cilla	tartales-de-cilla	CL	BU	09394	42.7927	-3.4215	4
09540	Trespaderne	trespaderne	CL	BU	09394	42.8022	-3.3899	4
09549	Hierro	hierro	CL	BU	09394	42.8534	-3.3382	3
09549	Arroyuelo	arroyuelo	CL	BU	09394	42.8352	-3.3816	4
09549	Quintana Entrepeñas	quintana-entrepenas	CL	BU	09394	42.8818	-3.3243	4
09549	Valujera	valujera	CL	BU	09394	42.8708	-3.3469	4
09549	Extramiana	extramiana	CL	BU	09394	42.8472	-3.3098	4
09549	Lechedo	lechedo	CL	BU	09394	42.8819	-3.3456	4
09549	Santotis	santotis	CL	BU	09394	42.816	-3.3662	4
09549	Pedrosa De Tobalina	pedrosa-de-tobalina	CL	BU	09394	42.8516	-3.3347	4
09549	Cadiñanos	cadinanos	CL	BU	09394	42.83	-3.3491	4
09549	La Orden	la-orden	CL	BU	09394	42.8485	-3.3318	4
09549	Quintanilla Montecabezas	quintanilla-montecabezas	CL	BU	09394	42.8705	-3.2921	4
09550	Villarcayo	villarcayo	CL	BU	09903	42.9385	-3.5733	4
09551	Dobro	dobro	CL	BU	09014	42.8074	-3.6332	4
09551	Cubillo De Butron	cubillo-de-butron	CL	BU	09014	42.7998	-3.6911	4
09551	Haedo De Butron	haedo-de-butron	CL	BU	09014	42.8333	-3.6833	4
09551	Porquera De Butron	porquera-de-butron	CL	BU	09014	42.8088	-3.6779	4
09553	Fresnedo	fresnedo	CL	BU	09903	42.9887	-3.5422	4
09553	Cespedes	cespedes	CL	BU	09903	42.9735	-3.5167	4
09553	Bocos	bocos	CL	BU	09903	42.9692	-3.5472	4
09553	Barriosuso	barriosuso	CL	BU	09903	42.9871	-3.5161	4
09553	Villacomparada De Rueda	villacomparada-de-rueda	CL	BU	09903	42.9518	-3.5567	4
09554	Bisjueces	bisjueces	CL	BU	09903	42.8943	-3.5696	4
09554	Horna	horna	CL	BU	09903	42.9284	-3.5735	4
09554	Villalain	villalain	CL	BU	09903	42.9095	-3.5833	4
09554	Barruelo De Villarcayo	barruelo-de-villarcayo	CL	BU	09903	42.8808	-3.5363	4
09554	La Aldea	la-aldea	CL	BU	09903	42.8959	-3.5323	4
09554	Andino	andino	CL	BU	09903	42.916	-3.5637	4
09555	Villanueva La Blanca	villanueva-la-blanca	CL	BU	09903	42.9878	-3.586	4
09555	La Quintana De Rueda	la-quintana-de-rueda	CL	BU	09903	42.963	-3.5742	4
09555	Torme	torme	CL	BU	09903	42.9898	-3.563	4
09555	Campo	campo	CL	BU	09903	42.9775	-3.5717	3
09555	Mozares	mozares	CL	BU	09903	42.9695	-3.5637	4
09556	Casillas	casillas	CL	BU	09903	42.9593	-3.6112	4
09556	Ciguenza	ciguenza	CL	BU	09903	42.942	-3.5989	4
09556	Villacanes	villacanes	CL	BU	09903	42.9473	-3.5752	4
09556	Otedo	otedo	CL	BU	09903	42.954	-3.5974	3
09556	Quintanilla Sociguenza	quintanilla-sociguenza	CL	BU	09903	42.9447	-3.5836	4
09556	Salazar	salazar	CL	BU	09903	42.9768	-3.6183	4
09557	Quintanilla Valdevodres	quintanilla-valdevodres	CL	BU	09215	42.9754	-3.6646	3
09557	Escaño	escano	CL	BU	09215	42.9581	-3.6325	4
09557	Escanduso	escanduso	CL	BU	09215	42.9754	-3.6646	3
09557	Puentedey	puentedey	CL	BU	09215	42.9745	-3.6858	4
09557	Nela	nela	CL	BU	09215	42.9749	-3.6576	4
09557	Tubilla	tubilla	CL	BU	09215	42.9425	-3.6179	4
09557	Sobrepeña	sobrepena	CL	BU	09215	42.9825	-3.6542	4
09557	Villaves	villaves	CL	BU	09215	42.9709	-3.7204	4
09557	Linares	linares	CL	BU	09215	43.0028	-3.6546	4
09557	Leva	leva	CL	BU	09215	42.9583	-3.705	4
09557	Haedo De Linares	haedo-de-linares	CL	BU	09215	43.0028	-3.6546	4
09557	Brizuela	brizuela	CL	BU	09215	42.9667	-3.6667	4
09557	Cogullos	cogullos	CL	BU	09215	42.9954	-3.6607	4
09558	Hocina	hocina	CL	BU	09903	42.9009	-3.6877	3
09558	Arges	arges	CL	BU	09903	42.8952	-3.6759	4
09558	Rioseco	rioseco	CL	BU	09903	42.9009	-3.6877	3
09558	Peñalba De Manzanedo	penalba-de-manzanedo	CL	BU	09903	42.9077	-3.7173	4
09558	Manzanedillo	manzanedillo	CL	BU	09903	42.9009	-3.6877	3
09558	Incinillas	incinillas	CL	BU	09903	42.8944	-3.5916	4
09558	San Cristobal De Rioseco	san-cristobal-de-rioseco	CL	BU	09903	42.9009	-3.6877	3
09558	Cueva De Manzanedo	cueva-de-manzanedo	CL	BU	09903	42.9029	-3.7102	4
09558	Cidad De Ebro	cidad-de-ebro	CL	BU	09903	42.8909	-3.7138	4
09558	Manzanedo	manzanedo	CL	BU	09903	42.8989	-3.6918	4
09558	Vallejo De Manzanedo	vallejo-de-manzanedo	CL	BU	09903	42.8778	-3.7265	4
09558	San Martin Del Rojo	san-martin-del-rojo	CL	BU	09903	42.9156	-3.6658	4
09558	Villasopliz	villasopliz	CL	BU	09903	42.9243	-3.6966	4
09559	El Almiñe	el-almine	CL	BU	09217	42.8308	-3.5971	4
09559	Panizares	panizares	CL	BU	09217	42.7998	-3.4713	4
09559	Puentearenas	puentearenas	CL	BU	09217	42.7988	-3.5672	3
09559	Quintana De Valdivielso	quintana-de-valdivielso	CL	BU	09217	42.8413	-3.5981	4
09559	Condado De Valdivielso	condado-de-valdivielso	CL	BU	09217	42.7988	-3.5672	3
09559	Escobados De Abajo	escobados-de-abajo	CL	BU	09217	42.7429	-3.581	4
09559	Vallhermosa De Valdivielso	vallhermosa-de-valdivielso	CL	BU	09217	42.7988	-3.5672	3
09559	Escobados De Arriba	escobados-de-arriba	CL	BU	09217	42.7513	-3.5922	4
09559	Huidobro	huidobro	CL	BU	09217	42.7673	-3.6925	4
09559	Tartales De Los Montes	tartales-de-los-montes	CL	BU	09217	42.8241	-3.4879	4
09559	Toba De Valdivielso	toba-de-valdivielso	CL	BU	09217	42.8223	-3.562	4
09559	Quecedo De Valdivielso	quecedo-de-valdivielso	CL	BU	09217	42.8316	-3.542	4
09559	Hoz De Valdivielso	hoz-de-valdivielso	CL	BU	09217	42.8167	-3.4833	4
09559	Villaescusa De Butron	villaescusa-de-butron	CL	BU	09217	42.7675	-3.6527	4
09559	Valdenoceda	valdenoceda	CL	BU	09217	42.8456	-3.6049	4
09559	Arroyo De Valdivielso	arroyo-de-valdivielso	CL	BU	09217	42.8257	-3.5281	4
09559	Villalta	villalta	CL	BU	09217	42.7111	-3.6137	4
09559	Pesadas	pesadas	CL	BU	09217	42.7667	-3.6167	4
09559	Cereceda	cereceda	CL	BU	09217	42.7815	-3.4704	4
09559	Santa Olalla De Valdivielso	santa-olalla-de-valdivielso	CL	BU	09217	42.8301	-3.5759	4
09559	Poblacion De Valdivielso	poblacion-de-valdivielso	CL	BU	09217	42.8226	-3.5399	4
09560	Espinosa De Los Monteros	espinosa-de-los-monteros	CL	BU	09124	43.0775	-3.5536	4
09566	Rio De Rioseco	rio-de-rioseco	CL	BU	09124	43.0544	-3.5614	1
09566	Barcenas De Espinosa	barcenas-de-espinosa	CL	BU	09124	43.0544	-3.5614	1
09566	Rio De La Sia	rio-de-la-sia	CL	BU	09124	43.0544	-3.5614	1
09566	Rio De Lunada	rio-de-lunada	CL	BU	09124	43.0544	-3.5614	1
09566	Rio De Trueba	rio-de-trueba	CL	BU	09124	43.0544	-3.5614	1
09566	Las Machorras	las-machorras	CL	BU	09124	43.0544	-3.5614	1
09566	Las Nieves	las-nieves	CL	BU	09124	43.0544	-3.5614	1
09567	Hornillalatorre	hornillalatorre	CL	BU	09215	43.0726	-3.574	3
09567	Santa Olalla	santa-olalla	CL	BU	09215	43.0745	-3.5641	4
09567	Barcenillas De Cerezo	barcenillas-de-cerezo	CL	BU	09215	43.0726	-3.574	3
09567	Para	para	CL	BU	09215	43.0706	-3.5839	4
09568	Quintanilla Del Rebollar	quintanilla-del-rebollar	CL	BU	09215	43.057	-3.6246	4
09568	La Parte De Sotoscueva	la-parte-de-sotoscueva	CL	BU	09215	43.0437	-3.6972	4
09568	Pereda	pereda	CL	BU	09215	43.0153	-3.5757	4
09568	Hornillalastra	hornillalastra	CL	BU	09215	43.0301	-3.593	4
09568	Vallejo De Sotoscueva	vallejo-de-sotoscueva	CL	BU	09215	43.0458	-3.6898	4
09568	Quintanilla Sotoscueva	quintanilla-sotoscueva	CL	BU	09215	43.0369	-3.6309	3
09568	Butrera	butrera	CL	BU	09215	43.0004	-3.5874	4
09568	Villabascones De Sotoscueva	villabascones-de-sotoscueva	CL	BU	09215	43.0369	-3.6309	3
09568	Bedon	bedon	CL	BU	09215	43.0158	-3.5476	4
09568	Cueva De Sotoscueva	cueva-de-sotoscueva	CL	BU	09215	43.0369	-3.6309	3
09568	Quisicedo Sotoscueva	quisicedo-sotoscueva	CL	BU	09215	43.0502	-3.6633	4
09568	Hornillayuso	hornillayuso	CL	BU	09215	43.0161	-3.596	4
09568	Villamartin De Sotoscueva	villamartin-de-sotoscueva	CL	BU	09215	43.0223	-3.6851	4
09568	Cornejo De Sotoscueva	cornejo-de-sotoscueva	CL	BU	09215	43.0273	-3.6274	4
09568	El Rebollar	el-rebollar	CL	BU	09215	43.0608	-3.6208	4
09568	Entrambosrios	entrambosrios	CL	BU	09215	43.0667	-3.7167	4
09568	Redondo	redondo	CL	BU	09215	43.0654	-3.6075	4
09569	Villasante	villasante	CL	BU	09214	43.0655	-3.4742	4
09569	San Pelayo De Montija	san-pelayo-de-montija	CL	BU	09214	43.1069	-3.4349	4
09569	Villalazara	villalazara	CL	BU	09214	43.0402	-3.4971	4
09569	Baranda De Montija	baranda-de-montija	CL	BU	09214	43.0226	-3.5081	4
09569	Loma De Montija	loma-de-montija	CL	BU	09214	43.06	-3.499	4
09569	Gayangos	gayangos	CL	BU	09214	43.0074	-3.5204	4
09569	Quintanahedo	quintanahedo	CL	BU	09214	43.0686	-3.4853	3
09569	Quintana De Los Prados	quintana-de-los-prados	CL	BU	09214	43.0758	-3.515	4
09569	Noceco	noceco	CL	BU	09214	43.0915	-3.4804	4
09569	Edesa	edesa	CL	BU	09214	43.0686	-3.4853	3
09569	Bercedo	bercedo	CL	BU	09214	43.0848	-3.4517	4
09569	Cuestahedo	cuestahedo	CL	BU	09214	43.0686	-3.4853	3
09569	Aguera De Montija	aguera-de-montija	CL	BU	09214	43.0991	-3.4531	4
09569	Quintanilla Sopeña	quintanilla-sopena	CL	BU	09214	43.0726	-3.4638	4
09569	Montecillo De Montija	montecillo-de-montija	CL	BU	09214	43.0823	-3.5058	4
09569	Montecillo	montecillo	CL	BU	09214	43.0823	-3.5058	4
09570	Arija	arija	CL	BU	09025	42.9935	-3.945	4
09571	Herbosa	herbosa	CL	BU	09011	42.9746	-3.9016	4
09571	Quintanilla De Santa Gadea	quintanilla-de-santa-gadea	CL	BU	09011	42.9641	-3.9618	4
09571	Quintanilla De San Roman	quintanilla-de-san-roman	CL	BU	09011	42.9663	-3.873	4
09571	Alfoz De Santa Gadea	alfoz-de-santa-gadea	CL	BU	09011	42.9648	-3.9081	3
09571	San Vicente De Villamezan	san-vicente-de-villamezan	CL	BU	09011	42.9798	-3.9293	4
09571	Villamediana De San Roman	villamediana-de-san-roman	CL	BU	09011	42.9667	-3.8833	4
09571	Higon	higon	CL	BU	09011	42.9648	-3.9081	3
09571	Montejo De Bricia	montejo-de-bricia	CL	BU	09011	42.9373	-3.8995	4
09571	Arnedo De Hoz	arnedo-de-hoz	CL	BU	09011	42.9648	-3.9081	3
09572	Poblacion De Arreba	poblacion-de-arreba	CL	BU	09011	42.8895	-3.7726	4
09572	Campino De Bricia	campino-de-bricia	CL	BU	09011	42.8969	-3.805	4
09572	Soncillo	soncillo	CL	BU	09011	42.9703	-3.7864	4
09572	Crespos	crespos	CL	BU	09011	42.9403	-3.7892	3
09572	Argomedo	argomedo	CL	BU	09011	42.9829	-3.766	4
09572	Quintanantello	quintanantello	CL	BU	09011	42.9403	-3.7892	3
09572	Villabascones De Bezana	villabascones-de-bezana	CL	BU	09011	42.9682	-3.7429	4
09572	Cabañas De Virtus	cabanas-de-virtus	CL	BU	09011	42.9403	-3.7892	3
09572	Bricia	bricia	CL	BU	09011	42.915	-3.8194	4
09572	Munilla De Hoz De Arreba	munilla-de-hoz-de-arreba	CL	BU	09011	42.9403	-3.7892	3
09572	Consortes	consortes	CL	BU	09011	42.9403	-3.7892	3
09572	Paradores De Bricia	paradores-de-bricia	CL	BU	09011	42.9403	-3.7892	3
09572	Villanueva De Carrales	villanueva-de-carrales	CL	BU	09011	42.9232	-3.8233	4
09572	Riaño	riano	CL	BU	09011	42.9879	-3.8057	4
09572	San Cibrian	san-cibrian	CL	BU	09011	42.9711	-3.7601	4
09572	Cilleruelo De Bricia	cilleruelo-de-bricia	CL	BU	09011	42.8946	-3.8477	4
09572	Barrio De Bricia	barrio-de-bricia	CL	BU	09011	42.9074	-3.848	4
09572	Arreba	arreba	CL	BU	09011	42.8897	-3.7574	4
09572	Montoto	montoto	CL	BU	09011	42.9688	-3.8187	4
09572	Virtus	virtus	CL	BU	09011	42.9815	-3.8328	4
09572	Cilleruelo De Bezana	cilleruelo-de-bezana	CL	BU	09011	42.9734	-3.8489	4
09572	Cubillos Del Rojo	cubillos-del-rojo	CL	BU	09011	42.9324	-3.7232	4
09572	Hoz De Arreba	hoz-de-arreba	CL	BU	09011	42.9261	-3.7499	4
09572	Torres De Abajo	torres-de-abajo	CL	BU	09011	42.959	-3.7911	4
09572	Landraves	landraves	CL	BU	09011	42.9141	-3.7426	4
09572	Castrillo De Bezana	castrillo-de-bezana	CL	BU	09011	42.9949	-3.7958	4
09572	Pradilla De Hoz De Arreba	pradilla-de-hoz-de-arreba	CL	BU	09011	42.9261	-3.7499	4
09572	San Miguel De Cornezuelo	san-miguel-de-cornezuelo	CL	BU	09011	42.8954	-3.7281	4
09572	Bezana	bezana	CL	BU	09011	42.9586	-3.8364	4
09573	Haedo De Las Pueblas	haedo-de-las-pueblas	CL	BU	09216	43.0273	-3.8011	4
09573	Robredo De Las Pueblas	robredo-de-las-pueblas	CL	BU	09216	43.0137	-3.8099	4
09573	Busnela	busnela	CL	BU	09216	43.0339	-3.7819	4
09574	Quintanabaldo	quintanabaldo	CL	BU	09216	42.9825	-3.7309	4
09574	San Martin De Porres	san-martin-de-porres	CL	BU	09216	43.0202	-3.7336	4
09574	Cidad De Valdeporres	cidad-de-valdeporres	CL	BU	09216	43.0077	-3.7567	4
09574	Rozas De Valdeporres	rozas-de-valdeporres	CL	BU	09216	43.027	-3.7319	4
09574	Santelices	santelices	CL	BU	09216	43.0033	-3.7427	4
09574	Dosante	dosante	CL	BU	09216	43.0146	-3.756	4
09574	San Martin De Las Ollas	san-martin-de-las-ollas	CL	BU	09216	42.9906	-3.7482	4
09574	Pedrosa De Valdeporres	pedrosa-de-valdeporres	CL	BU	09216	43.009	-3.7423	4
09580	Villasana De Mena	villasana-de-mena	CL	BU	09410	43.1002	-3.2825	4
09585	Las Cuevas	las-cuevas	CL	BU	09410	43.0635	-3.2365	3
09585	Menamayor	menamayor	CL	BU	09410	43.1219	-3.2502	4
09585	Opio	opio	CL	BU	09410	43.1402	-3.2324	4
09585	Arza	arza	CL	BU	09410	43.0635	-3.2365	3
09585	Entrambasaguas	entrambasaguas	CL	BU	09410	43.1159	-3.2648	4
09585	Maltrana	maltrana	CL	BU	09410	43.1275	-3.2643	4
09585	La Cayuela	la-cayuela	CL	BU	09410	43.0635	-3.2365	3
09585	Santa Cruz De Mena	santa-cruz-de-mena	CL	BU	09410	43.1167	-3.2333	4
09585	Cerezo	cerezo	CL	BU	09410	42.4914	-3.136	4
09585	Las Campas	las-campas	CL	BU	09410	43.0635	-3.2365	3
09585	Ungo	ungo	CL	BU	09410	43.1412	-3.2653	4
09585	Santecilla	santecilla	CL	BU	09410	43.1555	-3.237	4
09585	La Vega De Nava	la-vega-de-nava	CL	BU	09410	43.0635	-3.2365	3
09585	Gijano	gijano	CL	BU	09410	43.1609	-3.2451	4
09585	El Berron	el-berron	CL	BU	09410	43.0635	-3.2365	3
09585	Nocedal (Fabrica)	nocedal-fabrica	CL	BU	09410	43.0635	-3.2365	3
09585	Antuñano	antunano	CL	BU	09410	43.0635	-3.2365	3
09585	Pantano De Ordunte	pantano-de-ordunte	CL	BU	09410	43.0635	-3.2365	3
09585	Bortedo	bortedo	CL	BU	09410	43.0635	-3.2365	3
09585	Nocedal (Chalet)	nocedal-chalet	CL	BU	09410	43.0635	-3.2365	3
09585	Barcenas De Bortedo	barcenas-de-bortedo	CL	BU	09410	43.0635	-3.2365	3
09585	Orrantia	orrantia	CL	BU	09410	43.0635	-3.2365	3
09585	Haedillo	haedillo	CL	BU	09410	43.0635	-3.2365	3
09585	Maltranilla	maltranilla	CL	BU	09410	43.0635	-3.2365	3
09585	Barcenas De Campillo	barcenas-de-campillo	CL	BU	09410	43.0635	-3.2365	3
09585	La Presilla	la-presilla	CL	BU	09410	43.0635	-3.2365	3
09585	Bascones De Bortedo	bascones-de-bortedo	CL	BU	09410	43.0635	-3.2365	3
09585	Rio De Mena	rio-de-mena	CL	BU	09410	43.0635	-3.2365	3
09585	San Pelayo (De Mena)	san-pelayo-de-mena	CL	BU	09410	43.0635	-3.2365	3
09585	Las Arenas	las-arenas	CL	BU	09410	43.0635	-3.2365	3
09586	Nava De Ordunte	nava-de-ordunte	CL	BU	09410	43.1546	-3.2707	4
09586	Cereceda De Mena	cereceda-de-mena	CL	BU	09410	43.1546	-3.2707	3
09586	Ro	ro	CL	BU	09410	43.1546	-3.2707	3
09586	Abadia La Mena	abadia-la-mena	CL	BU	09410	43.1546	-3.2707	3
09587	Hoz De Mena	hoz-de-mena	CL	BU	09410	43.1076	-3.3391	4
09587	Ordejon De Ordunte	ordejon-de-ordunte	CL	BU	09410	43.1137	-3.332	3
09587	Arceo	arceo	CL	BU	09410	43.1055	-3.3638	4
09587	Palacio De Hornes	palacio-de-hornes	CL	BU	09410	43.1137	-3.332	3
09587	Burceña	burcena	CL	BU	09410	43.1284	-3.3361	4
09587	Sobreviñas	sobrevinas	CL	BU	09410	43.1137	-3.332	3
09587	Hornes	hornes	CL	BU	09410	43.1306	-3.3175	4
09587	Taranco	taranco	CL	BU	09410	43.1086	-3.3273	4
09587	La Llosa	la-llosa	CL	BU	09410	43.1137	-3.332	3
09587	Campillo De Mena	campillo-de-mena	CL	BU	09410	43.1175	-3.3586	4
09587	Laya	laya	CL	BU	09410	43.1137	-3.332	3
09587	Villanueva De Mena	villanueva-de-mena	CL	BU	09410	43.1018	-3.3015	4
09587	Cantonad	cantonad	CL	BU	09410	43.1137	-3.332	3
09587	Irus De Mena	irus-de-mena	CL	BU	09410	43.094	-3.3893	4
09587	Leciñana	lecinana	CL	BU	09410	43.1137	-3.332	3
09587	Caniego	caniego	CL	BU	09410	43.1129	-3.3019	4
09587	Urbaneja	urbaneja	CL	BU	09410	43.1137	-3.332	3
09587	Ribota De Ordunte	ribota-de-ordunte	CL	BU	09410	43.1397	-3.3041	4
09587	Paradores De Mena	paradores-de-mena	CL	BU	09410	43.1137	-3.332	3
09587	Barrasa	barrasa	CL	BU	09410	43.1036	-3.3216	4
09587	Santa Maria Egipciaca	santa-maria-egipciaca	CL	BU	09410	43.1137	-3.332	3
09587	Partearroyo	partearroyo	CL	BU	09410	43.1475	-3.2844	4
09587	Concejero De Mena	concejero-de-mena	CL	BU	09410	43.1025	-3.3487	4
09587	Vivanco	vivanco	CL	BU	09410	43.0923	-3.3537	4
09588	Viergol	viergol	CL	BU	09410	43.1301	-3.2068	4
09588	Haedo De Angulo	haedo-de-angulo	CL	BU	09410	43.0374	-3.1719	4
09588	Medianas De Mena	medianas-de-mena	CL	BU	09410	43.089	-3.1869	3
09588	Araduenga	araduenga	CL	BU	09410	43.0965	-3.1716	4
09588	Carrasquedo	carrasquedo	CL	BU	09410	43.1114	-3.2502	4
09588	Valluerca	valluerca	CL	BU	09410	43.089	-3.1869	3
09588	Santa Olaja	santa-olaja	CL	BU	09410	43.0776	-3.1998	4
09588	Angulo	angulo	CL	BU	09410	43.0374	-3.1719	4
09588	Angostina	angostina	CL	BU	09410	43.089	-3.1869	3
09588	Santiago De Tudela	santiago-de-tudela	CL	BU	09410	43.095	-3.1843	4
09588	Roza De Cirion	roza-de-cirion	CL	BU	09410	43.089	-3.1869	3
09588	Lorcio	lorcio	CL	BU	09410	43.089	-3.1869	3
09588	Santa Maria Del Llano De Tudel	santa-maria-del-llano-de-tudel	CL	BU	09410	43.089	-3.1869	3
09588	Artieta	artieta	CL	BU	09410	43.1164	-3.1879	4
09588	Ventades	ventades	CL	BU	09410	43.089	-3.1869	3
09588	Cirion	cirion	CL	BU	09410	43.0996	-3.138	4
09588	Llano De Mena	llano-de-mena	CL	BU	09410	43.089	-3.1869	3
09588	La Llana	la-llana	CL	BU	09410	43.089	-3.1869	3
09588	Luengas	luengas	CL	BU	09410	43.089	-3.1869	3
09588	San Juan De Mena	san-juan-de-mena	CL	BU	09410	43.089	-3.1869	3
09588	Oseguera	oseguera	CL	BU	09410	43.089	-3.1869	3
09588	Las Fuentes	las-fuentes	CL	BU	09410	43.089	-3.1869	3
09588	Encima De Angulo	encima-de-angulo	CL	BU	09410	43.089	-3.1869	3
09588	Montiano	montiano	CL	BU	09410	43.089	-3.1869	3
09588	Barcenas De Cirion	barcenas-de-cirion	CL	BU	09410	43.089	-3.1869	3
09588	Mercadillo	mercadillo	CL	BU	09410	43.089	-3.1869	3
09588	Berrandulez	berrandulez	CL	BU	09410	43.089	-3.1869	3
09588	Ciella	ciella	CL	BU	09410	43.089	-3.1869	3
09588	Cozuela	cozuela	CL	BU	09410	43.089	-3.1869	3
09588	Martijana	martijana	CL	BU	09410	43.089	-3.1869	3
09589	Vallejuelo	vallejuelo	CL	BU	09250	43.0708	-3.3267	4
09589	Palacio De Siones	palacio-de-siones	CL	BU	09250	43.0782	-3.3103	3
09589	Quintanilla De Siones	quintanilla-de-siones	CL	BU	09250	43.0658	-3.3072	4
09589	Covides	covides	CL	BU	09250	43.0986	-3.2637	4
09589	La Mata	la-mata	CL	BU	09250	43.0782	-3.3103	3
09589	Siones	siones	CL	BU	09250	43.0658	-3.3072	4
09589	Sopeñano	sopenano	CL	BU	09250	43.0736	-3.3349	4
09589	Anzo	anzo	CL	BU	09250	43.0782	-3.3103	3
09589	Vallejo De Mena	vallejo-de-mena	CL	BU	09250	43.0846	-3.3019	4
09589	Santiuste (Campillo)	santiuste-campillo	CL	BU	09250	43.0782	-3.3103	3
09589	El Vigo	el-vigo	CL	BU	09250	43.0685	-3.3034	4
09589	Casadilla	casadilla	CL	BU	09250	43.0782	-3.3103	3
09589	Villasuso De Mena	villasuso-de-mena	CL	BU	09250	43.0852	-3.3165	4
09589	Barriolaza	barriolaza	CL	BU	09250	43.0782	-3.3103	3
09589	Ovilla	ovilla	CL	BU	09250	43.0915	-3.2589	4
09589	Barruso De Mena	barruso-de-mena	CL	BU	09250	43.0782	-3.3103	3
09589	Lezana De Mena	lezana-de-mena	CL	BU	09250	43.0826	-3.3425	4
09589	Cilieza	cilieza	CL	BU	09250	43.0782	-3.3103	3
09589	Cadagua	cadagua	CL	BU	09250	43.0731	-3.3501	4
09589	Cristantes	cristantes	CL	BU	09250	43.0782	-3.3103	3
09589	Las Casetas	las-casetas	CL	BU	09250	43.0782	-3.3103	3
09591	Melgosa De Burgos	melgosa-de-burgos	CL	BU	09904	42.4798	-3.6202	3
09591	Molina De Ubierna	molina-de-ubierna	CL	BU	09904	42.5135	-3.6281	4
09591	Cobos De La Molina	cobos-de-la-molina	CL	BU	09904	42.534	-3.6097	4
09591	Rioseras	rioseras	CL	BU	09904	42.4545	-3.6392	4
09591	Villaverde Peñahorada	villaverde-penahorada	CL	BU	09904	42.4637	-3.6702	4
09591	Tobes	tobes	CL	BU	09904	42.4798	-3.6202	3
09591	Celada De La Torre	celada-de-la-torre	CL	BU	09904	42.4298	-3.6382	4
09591	Peñahorada	penahorada	CL	BU	09904	42.4992	-3.6464	4
09591	Temiño	temino	CL	BU	09904	42.475	-3.5491	4
09591	Robredo Temiño	robredo-temino	CL	BU	09904	42.4684	-3.5805	4
09592	Castil De Lences	castil-de-lences	CL	BU	09001	42.6408	-3.5455	4
09592	Valdearnedo	valdearnedo	CL	BU	09001	42.5726	-3.5414	4
09592	Arconada	arconada	CL	BU	09001	42.5966	-3.5212	4
09592	Rublacedo De Arriba	rublacedo-de-arriba	CL	BU	09001	42.5327	-3.5102	4
09592	Carcedo De Bureba	carcedo-de-bureba	CL	BU	09001	42.5782	-3.4983	4
09592	Lences	lences	CL	BU	09001	42.631	-3.4914	4
09592	Rublacedo De Abajo	rublacedo-de-abajo	CL	BU	09001	42.5533	-3.5024	4
09593	Ojeda De Caderechas	ojeda-de-caderechas	CL	BU	09244	42.7269	-3.4639	3
09593	Castellanos De Bureba	castellanos-de-bureba	CL	BU	09244	42.705	-3.4536	4
09593	Herrera De Las Caderechas	herrera-de-las-caderechas	CL	BU	09244	42.7269	-3.4639	3
09593	Padrones De Bureba	padrones-de-bureba	CL	BU	09244	42.7058	-3.533	4
09593	Quintanilla Del Rio	quintanilla-del-rio	CL	BU	09244	42.7269	-3.4639	3
09593	Barcina De Los Montes	barcina-de-los-montes	CL	BU	09244	42.7131	-3.3223	4
09593	Huespeda De Caderechas	huespeda-de-caderechas	CL	BU	09244	42.7269	-3.4639	3
09593	Rucandio	rucandio	CL	BU	09244	42.7511	-3.5417	4
09593	Quintanaopio	quintanaopio	CL	BU	09244	42.7269	-3.4639	3
09593	Penches	penches	CL	BU	09244	42.7272	-3.3746	4
09593	Madrid De Caderechas	madrid-de-caderechas	CL	BU	09244	42.774	-3.5378	4
09593	Hozabejas	hozabejas	CL	BU	09244	42.7296	-3.5322	4
09593	Rio Quintanilla	rio-quintanilla	CL	BU	09244	42.7312	-3.5084	4
09593	Terminon	terminon	CL	BU	09244	42.7209	-3.4499	4
09593	Villanueva De Los Montes	villanueva-de-los-montes	CL	BU	09244	42.7511	-3.3406	4
09593	Salas De Bureba	salas-de-bureba	CL	BU	09244	42.6919	-3.4736	4
09593	Aguas Candidas	aguas-candidas	CL	BU	09244	42.7165	-3.5026	4
09593	Bentretea	bentretea	CL	BU	09244	42.7252	-3.458	4
09593	Cantabrana	cantabrana	CL	BU	09244	42.7342	-3.467	4
09594	Valmayor De Cuesta Urria	valmayor-de-cuesta-urria	CL	BU	09213	42.9053	-3.4206	4
09600	Salas De Los Infantes	salas-de-los-infantes	CL	BU	09330	42.0224	-3.2863	4
09610	Ciruelos De Cervera	ciruelos-de-cervera	CL	BU	09105	41.9056	-3.5301	4
09610	Briongos De Cervera	briongos-de-cervera	CL	BU	09105	41.9162	-3.5026	4
09610	Hinojar De Cervera	hinojar-de-cervera	CL	BU	09105	41.9469	-3.4528	4
09610	Hortezuelos	hortezuelos	CL	BU	09105	41.9331	-3.4525	4
09610	Santo Domingo De Silos	santo-domingo-de-silos	CL	BU	09105	41.964	-3.4174	4
09610	Espinosa De Cervera	espinosa-de-cervera	CL	BU	09105	41.8968	-3.4686	4
09610	Peñacoba	penacoba	CL	BU	09105	41.9386	-3.4043	4
09611	Hacinas	hacinas	CL	BU	09450	41.9851	-3.2871	4
09611	Carazo	carazo	CL	BU	09450	41.9683	-3.3531	4
09611	Villanueva De Carazo	villanueva-de-carazo	CL	BU	09450	41.9827	-3.3243	4
09612	La Gallega	la-gallega	CL	BU	09201	41.8986	-3.2641	4
09612	Gete	gete	CL	BU	09201	41.9485	-3.311	4
09612	Cabezon De La Sierra	cabezon-de-la-sierra	CL	BU	09201	41.9343	-3.2415	4
09612	Pinilla De Los Barruecos	pinilla-de-los-barruecos	CL	BU	09201	41.9179	-3.3037	4
09612	Mamolar	mamolar	CL	BU	09201	41.9276	-3.3623	4
09613	Vizcainos	vizcainos	CL	BU	09038	42.1036	-3.267	4
09613	Castrovido	castrovido	CL	BU	09038	42.0397	-3.2705	4
09613	La Revilla Y Ahedo	la-revilla-y-ahedo	CL	BU	09038	41.9975	-3.3523	4
09613	Contreras	contreras	CL	BU	09038	42.02	-3.4108	4
09613	Barbadillo Del Mercado	barbadillo-del-mercado	CL	BU	09038	42.0386	-3.3567	4
09613	Terrazas	terrazas	CL	BU	09038	42.0487	-3.2487	4
09613	Piedrahita De Muño	piedrahita-de-muno	CL	BU	09038	42.0755	-3.308	4
09613	Pinilla De Los Moros	pinilla-de-los-moros	CL	BU	09038	42.0682	-3.3271	4
09613	Monasterio De La Sierra	monasterio-de-la-sierra	CL	BU	09038	42.0518	-3.1931	4
09614	Huerta De Abajo	huerta-de-abajo	CL	BU	09173	42.1142	-3.1472	4
09614	Vallejimeno	vallejimeno	CL	BU	09173	42.1175	-3.1845	4
09614	Tolbaños De Abajo	tolbanos-de-abajo	CL	BU	09173	42.0992	-3.1404	4
09614	Huerta De Arriba	huerta-de-arriba	CL	BU	09173	42.1167	-3.0821	4
09614	Quintanilla Urrilla	quintanilla-urrilla	CL	BU	09173	42.1154	-3.1996	4
09614	Bezares	bezares	CL	BU	09173	42.1298	-3.1475	4
09614	Barbadillo Del Pez	barbadillo-del-pez	CL	BU	09173	42.1188	-3.228	4
09614	Tolbaños De Arriba	tolbanos-de-arriba	CL	BU	09173	42.0951	-3.1034	4
09615	Hoyuelos De La Sierra	hoyuelos-de-la-sierra	CL	BU	09226	42.0892	-3.2579	4
09615	Monterrubio De La Demanda	monterrubio-de-la-demanda	CL	BU	09226	42.1489	-3.1133	4
09615	Barbadillo De Herreros	barbadillo-de-herreros	CL	BU	09226	42.1497	-3.177	4
09615	Arroyo De Salas	arroyo-de-salas	CL	BU	09226	42.0702	-3.2688	4
09615	Riocabado De La Sierra	riocabado-de-la-sierra	CL	BU	09226	42.1521	-3.1976	4
09616	Tejada	tejada	CL	BU	09378	41.9525	-3.5351	4
09617	Santibañez Del Val	santibanez-del-val	CL	BU	09356	41.9735	-3.4814	4
09618	Barriosuso Del Val	barriosuso-del-val	CL	BU	09356	42.0201	-3.2975	1
09619	Navas Del Pinar	navas-del-pinar	CL	BU	09163	41.8537	-3.2265	4
09620	Saldaña De Burgos	saldana-de-burgos	CL	BU	09315	42.2584	-3.6971	4
09620	Sarracin	sarracin	CL	BU	09315	42.2581	-3.6861	4
09620	Saldañuela	saldanuela	CL	BU	09315	42.2469	-3.6741	3
09620	Humienta	humienta	CL	BU	09315	42.227	-3.6799	4
09620	Ventas De Saldaña	ventas-de-saldana	CL	BU	09315	42.2469	-3.6741	3
09620	Cojobar	cojobar	CL	BU	09315	42.2464	-3.6693	4
09620	Modubar De La Emparedada	modubar-de-la-emparedada	CL	BU	09315	42.2612	-3.6596	4
09620	Olmos Albos	olmos-albos	CL	BU	09315	42.2469	-3.6741	3
09620	Revillarruz	revillarruz	CL	BU	09315	42.2301	-3.6525	4
09620	Palacio De Saldañuela	palacio-de-saldanuela	CL	BU	09315	42.2469	-3.6741	3
09640	Quintanilla Cabrera	quintanilla-cabrera	CL	BU	09078	42.1663	-3.4149	4
09640	San Pedro De Arlanza	san-pedro-de-arlanza	CL	BU	09078	42.1266	-3.4037	3
09640	Paules De Lara	paules-de-lara	CL	BU	09078	42.1491	-3.4667	4
09640	Iglesiapinta	iglesiapinta	CL	BU	09078	42.1496	-3.3233	4
09640	Jaramillo Quemado	jaramillo-quemado	CL	BU	09078	42.0857	-3.3587	4
09640	Rupelo	rupelo	CL	BU	09078	42.1247	-3.3947	4
09640	Villoruebo	villoruebo	CL	BU	09078	42.1687	-3.4416	4
09640	Vega De Lara	vega-de-lara	CL	BU	09078	42.1389	-3.4636	4
09640	Cascajares De La Sierra	cascajares-de-la-sierra	CL	BU	09078	42.0618	-3.3994	4
09640	San Millan De Lara	san-millan-de-lara	CL	BU	09078	42.1362	-3.3452	4
09640	Jaramillo De La Fuente	jaramillo-de-la-fuente	CL	BU	09078	42.1147	-3.3124	4
09640	Mambrillas De Lara	mambrillas-de-lara	CL	BU	09078	42.0945	-3.4619	4
09640	Hortiguela	hortiguela	CL	BU	09078	42.0684	-3.4258	4
09640	Tañabueyes	tanabueyes	CL	BU	09078	42.1671	-3.3977	4
09640	La Aceña De Lara	la-acena-de-lara	CL	BU	09078	42.1473	-3.4461	4
09641	Cuevas De San Clemente	cuevas-de-san-clemente	CL	BU	09119	42.1301	-3.5684	4
09642	Cubillejo De Lara	cubillejo-de-lara	CL	BU	09030	42.1383	-3.513	3
09642	Quintanilla De Las Viñas	quintanilla-de-las-vinas	CL	BU	09030	42.1244	-3.4811	4
09642	Cubillo Del Cesar	cubillo-del-cesar	CL	BU	09030	42.1523	-3.545	4
09645	Torrelara	torrelara	CL	BU	09388	42.1667	-3.5169	4
09646	Mazueco De Lara	mazueco-de-lara	CL	BU	09476	42.1392	-3.4369	1
09647	Quintanalara	quintanalara	CL	BU	09314	42.1738	-3.5345	4
09649	Palazuelos De La Sierra	palazuelos-de-la-sierra	CL	BU	09381	42.2116	-3.4601	4
09649	Villamiel De La Sierra	villamiel-de-la-sierra	CL	BU	09381	42.1912	-3.4177	4
09649	Tinieblas De La Sierra	tinieblas-de-la-sierra	CL	BU	09381	42.2014	-3.4389	3
09650	Campolara	campolara	CL	BU	09430	42.1195	-3.4274	4
09650	Villaespasa	villaespasa	CL	BU	09430	42.0999	-3.4044	4
09651	Lara De Los Infantes	lara-de-los-infantes	CL	BU	09191	42.1234	-3.4455	4
09652	Villanueva De Argaño	villanueva-de-argano	CL	BU	09449	42.3805	-3.9335	4
09653	Isar	isar	CL	BU	09181	42.3614	-3.9304	4
09654	Palacios De Benaver	palacios-de-benaver	CL	BU	09181	42.3932	-3.8957	4
09660	Hontoria Del Pinar	hontoria-del-pinar	CL	BU	09163	41.8484	-3.1624	4
09660	Rabanera Del Pinar	rabanera-del-pinar	CL	BU	09163	41.8938	-3.1966	4
09660	Aldea Del Pinar	aldea-del-pinar	CL	BU	09163	41.8693	-3.1693	4
09670	Quintanar De La Sierra	quintanar-de-la-sierra	CL	BU	09289	41.9829	-3.0377	4
09679	Neila	neila	CL	BU	09232	42.0602	-2.9969	4
09680	Palacios De La Sierra	palacios-de-la-sierra	CL	BU	09246	41.9639	-3.1279	4
09690	Vilviestre Del Pinar	vilviestre-del-pinar	CL	BU	09425	41.9503	-3.078	4
09691	Castrillo De La Reina	castrillo-de-la-reina	CL	BU	09225	41.9871	-3.2356	4
09691	Moncalvillo	moncalvillo	CL	BU	09225	41.9541	-3.1989	4
09692	Canicosa De La Sierra	canicosa-de-la-sierra	CL	BU	09067	41.9367	-3.0409	4
09693	Regumiel De La Sierra	regumiel-de-la-sierra	CL	BU	09309	41.9562	-2.9884	4
26212	El Ternero	el-ternero	CL	BU	26045	42.6029	-2.9374	4
34260	Revilla Vallejera	revilla-vallejera	CL	BU	09316	42.1634	-4.1231	3
34260	Villamedianilla	villamedianilla	CL	BU	09316	42.1607	-4.1459	4
34260	Vallejera	vallejera	CL	BU	09316	42.1634	-4.1231	3
34260	Vizmalo	vizmalo	CL	BU	09316	42.1661	-4.1002	4
34492	Rebolledillo	rebolledillo	CL	BU	09306	42.706	-4.2389	3
34492	Valtierra De Albacastro	valtierra-de-albacastro	CL	BU	09306	42.6809	-4.1651	4
34492	Castrecias	castrecias	CL	BU	09306	42.7083	-4.2047	4
34492	La Rebolleda	la-rebolleda	CL	BU	09306	42.7316	-4.2568	4
34492	Rebolledo De La Torre	rebolledo-de-la-torre	CL	BU	09306	42.6893	-4.2269	4
34492	Villela	villela	CL	BU	09306	42.6849	-4.2809	4
34492	Albacastro	albacastro	CL	BU	09306	42.6813	-4.1903	4
39232	Villamediana De La Loma	villamediana-de-la-loma	CL	BU	09011	42.8721	-3.8787	3
39232	Lomas De Villamediana	lomas-de-villamediana	CL	BU	09011	42.8923	-3.8784	4
39232	Linares De Bricia	linares-de-bricia	CL	BU	09011	42.8723	-3.8881	4
39232	Valderias	valderias	CL	BU	09011	42.8625	-3.8983	4
24001	Leon	leon	CL	LE	24089	42.6	-5.5703	4
24002	Leon	leon	CL	LE	24089	42.6	-5.5703	4
24003	Leon	leon	CL	LE	24115	42.6	-5.5703	4
24004	Leon	leon	CL	LE	24089	42.6	-5.5703	4
24005	Leon	leon	CL	LE	24089	42.6	-5.5703	4
24006	Leon	leon	CL	LE	24089	42.6	-5.5703	4
24007	Leon	leon	CL	LE	24089	42.6	-5.5703	4
24008	Leon	leon	CL	LE	24089	42.6	-5.5703	4
24009	Poligono Villacedre	poligono-villacedre	CL	LE	24162	42.5796	-5.5882	3
24009	Oteruelo De La Valdoncina	oteruelo-de-la-valdoncina	CL	LE	24162	42.5802	-5.6042	4
24009	Villacedre	villacedre	CL	LE	24162	42.5609	-5.5889	4
24009	Armunia	armunia	CL	LE	24162	42.5772	-5.5895	4
24009	Leon	leon	CL	LE	24162	42.6	-5.5703	4
24010	Leon	leon	CL	LE	24142	42.6	-5.5703	4
24070	Leon	leon	CL	LE		42.6	-5.5703	4
24071	Leon	leon	CL	LE		42.6	-5.5703	4
24080	Leon	leon	CL	LE		42.6	-5.5703	4
24100	Villablino	villablino	CL	LE	24202	42.9393	-6.3194	4
24110	Caboalles De Abajo	caboalles-de-abajo	CL	LE	24202	42.9524	-6.3701	4
24111	Caboalles De Arriba	caboalles-de-arriba	CL	LE	24202	42.9499	-6.397	4
24112	Villager De Laciana	villager-de-laciana	CL	LE	24202	42.9417	-6.3325	4
24113	Orallo	orallo	CL	LE	24202	42.9693	-6.3546	4
24114	Rabanal De Abajo	rabanal-de-abajo	CL	LE	24202	42.9533	-6.3636	1
24114	Rabanal De Arriba	rabanal-de-arriba	CL	LE	24202	42.9533	-6.3636	1
24114	Llamas De Laceana	llamas-de-laceana	CL	LE	24202	42.9533	-6.3636	1
24120	Garaño	garano	CL	LE	24167	42.7922	-5.8107	4
24120	Canales-La Magdalena	canales-la-magdalena	CL	LE	24167	42.7922	-5.8107	3
24121	Pobladura De Bernesga	pobladura-de-bernesga	CL	LE	24163	42.6604	-5.6413	4
24121	Azadinos	azadinos	CL	LE	24163	42.6372	-5.6166	4
24121	Sariegos Del Bernesga	sariegos-del-bernesga	CL	LE	24163	42.6488	-5.6289	3
24122	Lorenzana	lorenzana	CL	LE	24061	42.6688	-5.633	4
24123	Benllera	benllera	CL	LE	24040	42.771	-5.757	4
24123	Viñayo	vinayo	CL	LE	24040	42.7944	-5.7703	4
24123	Cuevas De Viñayo	cuevas-de-vinayo	CL	LE	24040	42.8157	-5.7527	4
24123	Carrocera	carrocera	CL	LE	24040	42.796	-5.7437	4
24123	Santiago De Las Villas	santiago-de-las-villas	CL	LE	24040	42.8009	-5.7368	4
24123	Piedrasecha	piedrasecha	CL	LE	24040	42.8244	-5.7776	4
24123	Otero De Las Dueñas	otero-de-las-duenas	CL	LE	24040	42.7868	-5.7693	4
24124	Bobia	bobia	CL	LE	24167	42.7805	-5.8582	4
24124	Formigones	formigones	CL	LE	24167	42.7571	-5.8417	4
24124	Villapodambre	villapodambre	CL	LE	24167	42.7556	-5.8355	4
24124	Quintanilla	quintanilla	CL	LE	24167	42.3108	-5.4278	4
24125	Villaceid	villaceid	CL	LE	24167	42.7676	-5.9036	4
24125	Irian	irian	CL	LE	24167	42.7606	-5.8945	3
24125	Camposalinas	camposalinas	CL	LE	24167	42.7395	-5.8931	4
24125	Soto Y Amio	soto-y-amio	CL	LE	24167	42.7748	-5.8869	4
24125	Santovenia De San Marcos	santovenia-de-san-marcos	CL	LE	24167	42.7606	-5.8945	3
24125	Carrizal De Luna	carrizal-de-luna	CL	LE	24167	42.7606	-5.8945	3
24126	Oterico	oterico	CL	LE	24167	42.7753	-5.9246	4
24126	Villayuste	villayuste	CL	LE	24167	42.7926	-5.8957	4
24126	Lago De Omaña	lago-de-omana	CL	LE	24167	42.784	-5.9101	3
24127	Ponjos	ponjos	CL	LE	24184	42.725	-6.0323	4
24127	Inicio	inicio	CL	LE	24184	42.7559	-5.9628	4
24127	Andarraso	andarraso	CL	LE	24184	42.7467	-6.0094	4
24127	Castro De La Lomba	castro-de-la-lomba	CL	LE	24184	42.7675	-5.983	3
24127	Curueña	curuena	CL	LE	24184	42.8346	-5.9823	4
24127	La Garandilla	la-garandilla	CL	LE	24184	42.7675	-5.983	3
24127	Folloso	folloso	CL	LE	24184	42.7713	-6.0169	4
24127	Paladin	paladin	CL	LE	24184	42.7199	-5.9194	4
24127	Ceide	ceide	CL	LE	24184	42.7783	-5.9414	4
24127	La Urz	la-urz	CL	LE	24184	42.8168	-5.9551	4
24127	Ariego De Abajo	ariego-de-abajo	CL	LE	24184	42.7866	-5.9627	4
24127	Socil	socil	CL	LE	24184	42.7967	-5.9614	4
24127	Robledo De Omaña	robledo-de-omana	CL	LE	24184	42.8115	-5.9929	4
24127	Trascastro De Luna	trascastro-de-luna	CL	LE	24184	42.7451	-5.9445	4
24127	Rosales	rosales	CL	LE	24184	42.7688	-6.0362	4
24127	Bonella	bonella	CL	LE	24184	42.7984	-5.9339	4
24127	Ariego De Arriba	ariego-de-arriba	CL	LE	24184	42.7891	-5.9779	4
24127	Santibañez De La Lomba	santibanez-de-la-lomba	CL	LE	24184	42.7626	-5.9981	4
24127	Murias De Ponjos	murias-de-ponjos	CL	LE	24184	42.7196	-6.0769	4
24127	Riello	riello	CL	LE	24184	42.7675	-5.983	3
24127	La Utrera	la-utrera	CL	LE	24184	42.7091	-5.9186	4
24127	Valdesamario	valdesamario	CL	LE	24184	42.7209	-5.951	4
24127	La Velilla	la-velilla	CL	LE	24184	42.7548	-5.932	4
24127	Villarin De Riello	villarin-de-riello	CL	LE	24184	42.8069	-5.9866	4
24127	Campo De La Lomba	campo-de-la-lomba	CL	LE	24184	42.7667	-6.1333	4
24130	Murias De Paredes	murias-de-paredes	CL	LE	24101	42.8503	-6.1916	4
24130	Montrondo	montrondo	CL	LE	24101	42.8498	-6.2119	4
24131	La Omañuela	la-omanuela	CL	LE	24132	42.7776	-5.9894	4
24131	Guisatecha	guisatecha	CL	LE	24132	42.7874	-6.0082	4
24132	Arienza	arienza	CL	LE	24132	42.8175	-6.0093	4
24132	Santibañez De Arienza	santibanez-de-arienza	CL	LE	24132	42.7975	-6.0276	4
24132	Cornombre	cornombre	CL	LE	24132	42.8272	-6.0378	4
24132	Pandorado	pandorado	CL	LE	24132	42.7831	-5.9738	4
24132	Garueña	garuena	CL	LE	24132	42.8014	-6.0599	4
24132	Salce	salce	CL	LE	24132	42.8425	-6.0199	4
24132	Sosas Del Cumbral	sosas-del-cumbral	CL	LE	24132	42.8318	-6.0839	4
24132	El Castillo	el-castillo	CL	LE	24132	42.7896	-6.0273	4
24132	Vegarienza	vegarienza	CL	LE	24132	42.7879	-6.0457	4
24132	Manzaneda De Omaña	manzaneda-de-omana	CL	LE	24132	42.8197	-6.049	4
24133	Villaverde De Omaña	villaverde-de-omana	CL	LE	24101	42.7964	-6.1401	3
24133	Posada De Omaña	posada-de-omana	CL	LE	24101	42.7979	-6.1843	4
24133	Cirujales	cirujales	CL	LE	24101	42.7835	-6.0802	4
24133	Fasgar	fasgar	CL	LE	24101	42.8087	-6.2244	4
24133	Villadepan	villadepan	CL	LE	24101	42.8158	-6.0845	4
24133	Villar De Omaña	villar-de-omana	CL	LE	24101	42.7925	-6.0946	4
24133	Aguasmestas, Ventas De	aguasmestas-ventas-de	CL	LE	24101	42.7964	-6.1401	3
24133	Barrio De La Puente	barrio-de-la-puente	CL	LE	24101	42.7894	-6.16	4
24133	Torrecillo	torrecillo	CL	LE	24101	42.7927	-6.1823	4
24133	Vegapujin	vegapujin	CL	LE	24101	42.8002	-6.2021	4
24133	Marzan	marzan	CL	LE	24101	42.7799	-6.1082	4
24133	Valbueno	valbueno	CL	LE	24101	42.8031	-6.0803	4
24134	Sabugo	sabugo	CL	LE	24101	42.8284	-6.1123	4
24134	Omañon	omanon	CL	LE	24101	42.8054	-6.0981	4
24134	Rodicol	rodicol	CL	LE	24101	42.8446	-6.1156	4
24135	Villanueva De Omaña	villanueva-de-omana	CL	LE	24101	42.8195	-6.1379	4
24136	Villabandin	villabandin	CL	LE	24101	42.8623	-6.1403	4
24136	Senra	senra	CL	LE	24101	42.8594	-6.1523	3
24136	Lazado	lazado	CL	LE	24101	42.8565	-6.1643	4
24137	Los Bayos	los-bayos	CL	LE	24101	42.8944	-6.2081	4
24137	Vivero De Omaña	vivero-de-omana	CL	LE	24101	42.8944	-6.2081	3
24138	Villar De Santiago	villar-de-santiago	CL	LE	24202	42.917	-6.2463	4
24139	Rioscuro	rioscuro	CL	LE	24202	42.9323	-6.2886	4
24139	Robles De Laciana	robles-de-laciana	CL	LE	24202	42.9413	-6.2758	4
24139	Sosas De Laciana	sosas-de-laciana	CL	LE	24202	42.9495	-6.3002	4
24140	Lumajo	lumajo	CL	LE	24202	42.9846	-6.2586	4
24140	Villaseca De Laciana	villaseca-de-laciana	CL	LE	24202	42.9448	-6.2509	4
24141	La Vega De Los Viejos	la-vega-de-los-viejos	CL	LE	24029	42.9703	-6.2131	4
24141	Carrasconte	carrasconte	CL	LE	24029	42.9867	-6.2064	3
24141	La Cueta	la-cueta	CL	LE	24029	43.0149	-6.1869	4
24141	Meroy	meroy	CL	LE	24029	42.9749	-6.2194	4
24141	Quejo	quejo	CL	LE	24029	42.9867	-6.2064	3
24141	Piedrafita De Babia	piedrafita-de-babia	CL	LE	24029	42.9867	-6.2064	3
24141	Quintanilla De Babia	quintanilla-de-babia	CL	LE	24029	42.9867	-6.2064	3
24142	Mena	mena	CL	LE	24029	42.9465	-6.1388	4
24142	Las Murias	las-murias	CL	LE	24029	42.9568	-6.1625	4
24142	Cabrillanes	cabrillanes	CL	LE	24029	42.9534	-6.1485	4
24142	Peñalba De Cilleros	penalba-de-cilleros	CL	LE	24029	42.9334	-6.1486	4
24142	Lago De Babia	lago-de-babia	CL	LE	24029	42.9475	-6.1496	3
24143	Huergas De Babia	huergas-de-babia	CL	LE	24145	42.9611	-6.0974	3
24143	Cospedal	cospedal	CL	LE	24145	42.9726	-6.0527	4
24143	Torre De Babia	torre-de-babia	CL	LE	24145	42.9611	-6.0974	3
24143	La Riera	la-riera	CL	LE	24145	42.9671	-6.1278	4
24143	Robledo De Babia	robledo-de-babia	CL	LE	24145	42.9611	-6.0974	3
24143	San Felix De Arce	san-felix-de-arce	CL	LE	24145	42.9578	-6.1346	4
24143	Riolago	riolago	CL	LE	24145	42.9469	-6.0744	4
24144	Genestosa	genestosa	CL	LE	24145	43.0058	-6.01	4
24144	Torrebarrio	torrebarrio	CL	LE	24145	43.0062	-5.995	4
24144	Puente Orugo	puente-orugo	CL	LE	24145	42.9871	-6.0078	3
24144	Truebano	truebano	CL	LE	24145	42.945	-6.0138	4
24144	La Majua	la-majua	CL	LE	24145	42.9805	-6.0248	4
24144	Villasecino	villasecino	CL	LE	24145	42.9524	-6.0203	4
24144	Candemuela	candemuela	CL	LE	24145	42.9855	-5.9985	4
24144	San Emiliano	san-emiliano	CL	LE	24145	42.9716	-6.0008	4
24144	Villargusan	villargusan	CL	LE	24145	42.9958	-5.9862	4
24144	Torrestio	torrestio	CL	LE	24145	43.0466	-6.0489	4
24144	Pinos	pinos	CL	LE	24145	42.9816	-5.9795	4
24145	Sena De Luna	sena-de-luna	CL	LE	24145	42.9291	-5.9527	4
24145	Rabanal De Luna	rabanal-de-luna	CL	LE	24145	42.8645	-5.968	3
24145	Abelgas	abelgas	CL	LE	24145	42.8	-5.9833	4
24145	Pobladura De Luna	pobladura-de-luna	CL	LE	24145	42.8645	-5.968	3
24145	Villafeliz De Babia	villafeliz-de-babia	CL	LE	24145	42.8645	-5.968	3
24146	Robledo De Caldas	robledo-de-caldas	CL	LE	24164	42.938	-5.9151	4
24146	Caldas De Luna	caldas-de-luna	CL	LE	24164	42.9291	-5.8662	4
24146	Aralla	aralla	CL	LE	24164	42.9	-5.8333	4
24146	La Vega De Robledo	la-vega-de-robledo	CL	LE	24164	42.9247	-5.8942	4
24148	Mallo De Luna	mallo-de-luna	CL	LE	24012	42.8741	-5.8897	4
24148	Los Barrios De Luna	los-barrios-de-luna	CL	LE	24012	42.8594	-5.8983	3
24148	Irede De Luna	irede-de-luna	CL	LE	24012	42.8447	-5.9069	4
24149	Portilla De Luna	portilla-de-luna	CL	LE	24012	42.8333	-5.8095	4
24149	Vega De Los Caballeros	vega-de-los-caballeros	CL	LE	24012	42.8134	-5.8368	4
24149	Mora De Luna	mora-de-luna	CL	LE	24012	42.83	-5.8234	3
24149	Saguera De Luna	saguera-de-luna	CL	LE	24012	42.8433	-5.824	4
24150	Ambasaguas De Curueño	ambasaguas-de-curueno	CL	LE	24067	42.7083	-5.3691	3
24150	Barrio De Nuestra Señora	barrio-de-nuestra-senora	CL	LE	24067	42.7084	-5.378	4
24150	Devesa De Curueño	devesa-de-curueno	CL	LE	24067	42.7025	-5.3718	4
24150	Cerezales Del Condado	cerezales-del-condado	CL	LE	24067	42.7141	-5.3576	4
24151	Gallegos De Curueño	gallegos-de-curueno	CL	LE	24151	42.7369	-5.4075	4
24151	Barrillos De Curueño	barrillos-de-curueno	CL	LE	24151	42.7369	-5.4075	3
24152	Vegaquemada	vegaquemada	CL	LE	24199	42.8187	-5.3324	4
24152	Candanedo De Boñar	candanedo-de-bonar	CL	LE	24199	42.8022	-5.3393	4
24152	Lugan	lugan	CL	LE	24199	42.8105	-5.3358	3
24153	Vegas Del Condado	vegas-del-condado	CL	LE	24201	42.692	-5.4244	4
24153	Castro Del Condado	castro-del-condado	CL	LE	24201	42.6932	-5.3918	4
24153	Santa Maria Del Monte Condado	santa-maria-del-monte-condado	CL	LE	24201	42.692	-5.4244	4
24154	San Cipriano Del Condado	san-cipriano-del-condado	CL	LE	24201	42.643	-5.3801	4
24154	San Vicente Del Condado	san-vicente-del-condado	CL	LE	24201	42.6421	-5.3693	4
24154	Villanueva Del Condado	villanueva-del-condado	CL	LE	24201	42.6583	-5.3721	4
24155	Villafruela De Condado	villafruela-de-condado	CL	LE	24201	42.6422	-5.4165	3
24155	Villamayor Del Condado	villamayor-del-condado	CL	LE	24201	42.6539	-5.4301	4
24155	Secos Del Porma O Del Condado	secos-del-porma-o-del-condado	CL	LE	24201	42.6422	-5.4165	3
24155	Represa Del Condado	represa-del-condado	CL	LE	24201	42.6431	-5.4214	4
24155	Moral Del Condado	moral-del-condado	CL	LE	24201	42.6296	-5.3979	4
24156	Navafria	navafria	CL	LE	24175	42.6033	-5.4497	4
24156	Santa Olaja Del Porma	santa-olaja-del-porma	CL	LE	24175	42.5953	-5.4377	3
24156	Santibañez De Porma	santibanez-de-porma	CL	LE	24175	42.5872	-5.4256	4
24160	Nava De Los Caballeros	nava-de-los-caballeros	CL	LE	24079	42.6246	-5.2449	4
24160	Valdealcon	valdealcon	CL	LE	24079	42.6501	-5.2544	4
24160	Gradefes	gradefes	CL	LE	24079	42.624	-5.2269	4
24160	Garfin	garfin	CL	LE	24079	42.6774	-5.2457	4
24161	Sahechores	sahechores	CL	LE	24079	42.6285	-5.2055	4
24161	Villacidayo	villacidayo	CL	LE	24079	42.6643	-5.2009	4
24161	Villanofar	villanofar	CL	LE	24079	42.6512	-5.2157	4
24161	Carbajal De Rueda	carbajal-de-rueda	CL	LE	24079	42.6935	-5.1843	4
24161	Herreros De Rueda	herreros-de-rueda	CL	LE	24079	42.6072	-5.187	4
24161	Llamas De Rueda	llamas-de-rueda	CL	LE	24079	42.6309	-5.1393	4
24162	Villafañe	villafane	CL	LE	24225	42.5519	-5.4279	4
24163	Villimer	villimer	CL	LE	24201	42.5809	-5.4139	4
24163	Palazuelo De Eslonza	palazuelo-de-eslonza	CL	LE	24201	42.5665	-5.3957	4
24163	Villaburbula	villaburbula	CL	LE	24201	42.5737	-5.4048	3
24163	Castrillo Del Condado	castrillo-del-condado	CL	LE	24201	42.5737	-5.4048	3
24164	Villarmun	villarmun	CL	LE	24079	42.5755	-5.3724	4
24164	Santa Olaja De Eslonza	santa-olaja-de-eslonza	CL	LE	24079	42.5802	-5.3541	4
24165	Valdealiso	valdealiso	CL	LE	24079	42.6303	-5.2843	4
24165	Villarratel	villarratel	CL	LE	24079	42.602	-5.3452	4
24165	Mellanzos	mellanzos	CL	LE	24079	42.5942	-5.3291	4
24165	Valduvieco	valduvieco	CL	LE	24079	42.6136	-5.328	3
24165	Cañizal De Rueda	canizal-de-rueda	CL	LE	24079	42.628	-5.3533	4
24166	San Miguel De Escalada	san-miguel-de-escalada	CL	LE	24079	42.562	-5.3128	4
24166	Casasola De Rueda	casasola-de-rueda	CL	LE	24079	42.5975	-5.2736	4
24166	Rueda Del Almirante	rueda-del-almirante	CL	LE	24079	42.5874	-5.2875	4
24166	Cifuentes De Rueda	cifuentes-de-rueda	CL	LE	24079	42.6058	-5.2592	4
24170	Almanza	almanza	CL	LE	24052	42.6582	-5.0362	4
24170	Canalejas	canalejas	CL	LE	24052	42.6715	-4.9852	4
24170	Calaveras De Arriba	calaveras-de-arriba	CL	LE	24052	42.712	-4.9686	4
24170	Calaveras De Abajo	calaveras-de-abajo	CL	LE	24052	42.6904	-4.985	4
24170	Corcos	corcos	CL	LE	24052	42.6921	-5.0837	4
24171	Villaverde De Arcayos	villaverde-de-arcayos	CL	LE	24226	42.6069	-5.038	4
24171	Valdavida	valdavida	CL	LE	24226	42.5889	-5.008	4
24171	Arcayos	arcayos	CL	LE	24226	42.5923	-5.0444	4
24171	Castromudarra	castromudarra	CL	LE	24226	42.6123	-5.062	4
24172	Mozos De Cea	mozos-de-cea	CL	LE	24215	42.5411	-5.0081	4
24172	Bustillo De Cea	bustillo-de-cea	CL	LE	24215	42.4803	-5.0332	4
24172	Villacalabuey	villacalabuey	CL	LE	24215	42.4858	-5.0644	4
24172	Valdescapa	valdescapa	CL	LE	24215	42.5333	-4.9833	4
24172	Sahelices Del Rio	sahelices-del-rio	CL	LE	24215	42.5101	-5.0223	3
24174	Cea	cea	CL	LE	24051	42.4628	-5.0115	4
24175	Villamol	villamol	CL	LE	24215	42.4277	-5.0483	4
24175	Villapeceñil	villapecenil	CL	LE	24215	42.4107	-5.0266	4
24191	Leon	leon	CL	LE	24142	42.6	-5.5703	4
24191	Villabalter	villabalter	CL	LE	24142	42.6219	-5.6198	4
24192	Trobajo Del Cerecedo	trobajo-del-cerecedo	CL	LE	24105	42.5629	-5.5788	4
24192	Vilecha	vilecha	CL	LE	24105	42.544	-5.5658	4
24193	Villaquilambre	villaquilambre	CL	LE	24222	42.6468	-5.5584	4
24193	Leon	leon	CL	LE	24222	42.6464	-5.5587	3
24193	Villasinta	villasinta	CL	LE	24222	42.6639	-5.5533	4
24193	Navatejera	navatejera	CL	LE	24222	42.6284	-5.5644	4
24195	Carbajosa	carbajosa	CL	LE	24175	42.6361	-5.4738	4
24195	Villavente	villavente	CL	LE	24175	42.6177	-5.5072	4
24195	Villaobispo De Las Regueras	villaobispo-de-las-regueras	CL	LE	24175	42.6135	-5.5474	4
24195	Golpejar De La Sobarriba	golpejar-de-la-sobarriba	CL	LE	24175	42.6009	-5.5154	4
24195	Villamoros De Las Regueras	villamoros-de-las-regueras	CL	LE	24175	42.6204	-5.5352	4
24195	Villafeliz De La Sobarriba	villafeliz-de-la-sobarriba	CL	LE	24175	42.6214	-5.5078	3
24195	Tendal	tendal	CL	LE	24175	42.6033	-5.4961	4
24195	Santovenia Del Monte	santovenia-del-monte	CL	LE	24175	42.6582	-5.4796	4
24196	Carbajal De La Legua	carbajal-de-la-legua	CL	LE	24163	42.6558	-5.607	4
24197	Villarrodrigo De Las Regueras	villarrodrigo-de-las-regueras	CL	LE	24222	42.635	-5.5337	4
24197	Canaleja	canaleja	CL	LE	24222	42.6621	-5.519	4
24197	Robledo De Torio	robledo-de-torio	CL	LE	24222	42.6514	-5.5288	4
24197	Castrillino	castrillino	CL	LE	24222	42.6545	-5.5107	4
24197	Villanueva Del Arbol	villanueva-del-arbol	CL	LE	24222	42.6589	-5.5292	4
24198	La Virgen Del Camino	la-virgen-del-camino	CL	LE	24189	42.5806	-5.6411	4
24199	Santa Olaja De La Ribera	santa-olaja-de-la-ribera	CL	LE	24227	42.5585	-5.554	4
24199	Castrillo De La Ribera	castrillo-de-la-ribera	CL	LE	24227	42.5395	-5.5438	3
24199	Marialba De La Ribera	marialba-de-la-ribera	CL	LE	24227	42.5376	-5.5441	4
24199	Alija De La Ribera	alija-de-la-ribera	CL	LE	24227	42.5223	-5.5334	4
24200	Valencia De Don Juan	valencia-de-don-juan	CL	LE	24188	42.2937	-5.5172	4
24205	Cabañas	cabanas	CL	LE	24188	42.3167	-5.534	4
24206	Villabraz	villabraz	CL	LE	24042	42.2466	-5.4459	4
24206	Fuentes De Carbajal	fuentes-de-carbajal	CL	LE	24042	42.1778	-5.4461	4
24206	Valdemora	valdemora	CL	LE	24042	42.1954	-5.4275	4
24206	Castilfale	castilfale	CL	LE	24042	42.2199	-5.4212	4
24206	Carbajal De Fuentes	carbajal-de-fuentes	CL	LE	24042	42.1826	-5.4581	4
24206	Fafilas	fafilas	CL	LE	24042	42.254	-5.467	4
24207	Matanza De Los Oteros	matanza-de-los-oteros	CL	LE	24099	42.2606	-5.4034	3
24207	Zalamillas	zalamillas	CL	LE	24099	42.2519	-5.4169	4
24207	Alcuetas	alcuetas	CL	LE	24099	42.2706	-5.4333	4
24207	Valdespino Ceron	valdespino-ceron	CL	LE	24099	42.2593	-5.3599	4
24208	Valdesaz De Los Oteros	valdesaz-de-los-oteros	CL	LE	24107	42.3238	-5.4264	4
24208	Quintanilla De Oteros	quintanilla-de-oteros	CL	LE	24107	42.3108	-5.4278	4
24209	Pajares De Los Oteros	pajares-de-los-oteros	CL	LE	24107	42.3301	-5.4731	4
24209	Gusendos De Los Oteros	gusendos-de-los-oteros	CL	LE	24107	42.3782	-5.4309	4
24209	San Roman De Los Oteros	san-roman-de-los-oteros	CL	LE	24107	42.3919	-5.3923	4
24209	Fuentes De Los Oteros	fuentes-de-los-oteros	CL	LE	24107	42.3487	-5.4163	4
24210	Mansilla De Las Mulas	mansilla-de-las-mulas	CL	LE	24094	42.4989	-5.4174	4
24217	Mansilla Mayor	mansilla-mayor	CL	LE	24095	42.5094	-5.4427	4
24217	Nogales De Mansilla	nogales-de-mansilla	CL	LE	24095	42.5002	-5.4582	3
24217	Villaverde De Sandoval	villaverde-de-sandoval	CL	LE	24095	42.5018	-5.4669	4
24217	Villacelama	villacelama	CL	LE	24095	42.4823	-5.4553	4
24217	Villanueva De Las Manzanas	villanueva-de-las-manzanas	CL	LE	24095	42.4726	-5.4804	4
24217	Villamoros De Mansilla	villamoros-de-mansilla	CL	LE	24095	42.5347	-5.4454	4
24218	Mansilla Del Esla (Urbanizacion)	mansilla-del-esla-urbanizacion	CL	LE	24094	42.5288	-5.3365	3
24218	Villomar	villomar	CL	LE	24094	42.5186	-5.3597	4
24218	Villalquite	villalquite	CL	LE	24094	42.539	-5.3133	4
24219	Villacontilde	villacontilde	CL	LE	24225	42.528	-5.3735	4
24219	Villafale	villafale	CL	LE	24225	42.5161	-5.4046	4
24219	Villiguer	villiguer	CL	LE	24225	42.5266	-5.3835	4
24219	Villasabariego	villasabariego	CL	LE	24225	42.5329	-5.4132	4
24219	Vega De Los Arboles	vega-de-los-arboles	CL	LE	24225	42.529	-5.3856	3
24219	Valle De Mansilla	valle-de-mansilla	CL	LE	24225	42.5412	-5.3531	4
24220	Valderas	valderas	CL	LE	24181	42.0783	-5.4436	4
24220	Valdefuentes De Valderas	valdefuentes-de-valderas	CL	LE	24181	42.0741	-5.4026	4
24221	Campazas	campazas	CL	LE	24032	42.1422	-5.4935	4
24222	Villaornate	villaornate	CL	LE	24902	42.1845	-5.5495	4
24222	Castrofuerte	castrofuerte	CL	LE	24902	42.2109	-5.5337	4
24223	Morilla De Los Oteros	morilla-de-los-oteros	CL	LE	24073	42.3503	-5.4991	4
24223	Pobladura De Los Oteros	pobladura-de-los-oteros	CL	LE	24073	42.3534	-5.4737	4
24223	Fresno De La Vega	fresno-de-la-vega	CL	LE	24073	42.3454	-5.5359	4
24224	Cubillas De Los Oteros	cubillas-de-los-oteros	CL	LE	24107	42.372	-5.5088	4
24224	Jabares De Los Oteros	jabares-de-los-oteros	CL	LE	24107	42.4131	-5.5114	4
24224	Velilla De Los Oteros	velilla-de-los-oteros	CL	LE	24107	42.3756	-5.4742	4
24224	Gigosos De Los Oteros	gigosos-de-los-oteros	CL	LE	24107	42.3801	-5.5141	4
24224	Cabreros Del Rio	cabreros-del-rio	CL	LE	24107	42.402	-5.5415	4
24225	Nava De Los Oteros	nava-de-los-oteros	CL	LE	24033	42.3935	-5.4652	4
24225	Rebollar De Los Oteros	rebollar-de-los-oteros	CL	LE	24033	42.4123	-5.4497	4
24225	Palanquinos	palanquinos	CL	LE	24033	42.4573	-5.5064	4
24225	Corbillos De Los Oteros	corbillos-de-los-oteros	CL	LE	24033	42.4077	-5.4596	4
24225	San Justo De Los Oteros	san-justo-de-los-oteros	CL	LE	24033	42.4033	-5.4667	4
24225	Riego Del Monte	riego-del-monte	CL	LE	24033	42.4424	-5.4704	4
24225	Villavidel	villavidel	CL	LE	24033	42.4402	-5.5409	4
24225	Campo De Villavidel	campo-de-villavidel	CL	LE	24033	42.4391	-5.5281	4
24226	San Justo De Las Regueras	san-justo-de-las-regueras	CL	LE	24225	42.5019	-5.4867	4
24226	Villaturiel	villaturiel	CL	LE	24225	42.5182	-5.4861	4
24226	Roderos	roderos	CL	LE	24225	42.4956	-5.4872	4
24226	Toldanos	toldanos	CL	LE	24225	42.5486	-5.4821	4
24226	Villarroañe	villarroane	CL	LE	24225	42.483	-5.5124	4
24226	Villarente	villarente	CL	LE	24225	42.5445	-5.4556	4
24226	Valdesogo De Abajo	valdesogo-de-abajo	CL	LE	24225	42.5364	-5.5078	4
24226	Marne	marne	CL	LE	24225	42.5312	-5.4695	4
24226	Mancilleros	mancilleros	CL	LE	24225	42.5107	-5.4918	4
24226	Valdesogo De Arriba	valdesogo-de-arriba	CL	LE	24225	42.5474	-5.5138	4
24227	Lomas, Las (Urbanizacion)	lomas-las-urbanizacion	CL	LE	24175	42.5667	-5.4932	3
24227	Villacete	villacete	CL	LE	24175	42.5638	-5.4693	4
24227	Valdelafuente	valdelafuente	CL	LE	24175	42.5699	-5.5133	4
24227	Arcahueja	arcahueja	CL	LE	24175	42.5665	-5.4971	4
24227	San Felismo	san-felismo	CL	LE	24175	42.5667	-5.4932	3
24228	Valdefresno	valdefresno	CL	LE	24175	42.5949	-5.4936	4
24228	Villalboñe	villalbone	CL	LE	24175	42.6313	-5.4561	4
24228	Villacil	villacil	CL	LE	24175	42.618	-5.4696	4
24228	Paradilla De La Sobarriba	paradilla-de-la-sobarriba	CL	LE	24175	42.5765	-5.4672	4
24228	Villaseca De La Sobarriba	villaseca-de-la-sobarriba	CL	LE	24175	42.5887	-5.4773	4
24228	Solanilla	solanilla	CL	LE	24175	42.6236	-5.4461	4
24228	Corbillos De La Sobarriba	corbillos-de-la-sobarriba	CL	LE	24175	42.5811	-5.5138	4
24230	Valdevimbre	valdevimbre	CL	LE	24187	42.4196	-5.6198	4
24231	Onzonilla	onzonilla	CL	LE	24065	42.5243	-5.5816	4
24231	Cembranos	cembranos	CL	LE	24065	42.486	-5.5887	4
24231	Viloria De La Jurisdicion	viloria-de-la-jurisdicion	CL	LE	24065	42.5052	-5.5851	3
24232	Fresnellino Del Monte	fresnellino-del-monte	CL	LE	24006	42.4427	-5.6201	4
24232	Ardon	ardon	CL	LE	24006	42.4363	-5.5605	4
24232	San Cibrian De Ardon	san-cibrian-de-ardon	CL	LE	24006	42.4595	-5.6045	4
24233	Benazolve	benazolve	CL	LE	24006	42.4052	-5.5829	4
24233	Benamariel	benamariel	CL	LE	24006	42.3635	-5.5661	4
24233	Villalobar	villalobar	CL	LE	24006	42.3962	-5.575	4
24234	Conforcos	conforcos	CL	LE	24088	42.208	-5.6396	4
24234	Villace	villace	CL	LE	24088	42.3434	-5.5937	4
24234	Villacalbiel	villacalbiel	CL	LE	24088	42.3578	-5.6051	4
24234	Villamorico	villamorico	CL	LE	24088	42.1919	-5.6774	4
24234	Villamor De La Laguna	villamor-de-la-laguna	CL	LE	24088	42.2786	-5.627	3
24234	Cabañeros	cabaneros	CL	LE	24088	42.1999	-5.6429	4
24234	Laguna De Negrillos	laguna-de-negrillos	CL	LE	24088	42.2389	-5.6607	4
24234	San Esteban De Villacalbiel	san-esteban-de-villacalbiel	CL	LE	24088	42.3667	-5.6151	4
24234	Villamañan	villamanan	CL	LE	24088	42.322	-5.582	4
24235	Villaquejida	villaquejida	CL	LE	24221	42.145	-5.597	4
24236	Villafer	villafer	CL	LE	24221	42.122	-5.5719	4
24237	Villademor De La Vega	villademor-de-la-vega	CL	LE	24149	42.2696	-5.5681	4
24237	Toral De Los Guzmanes	toral-de-los-guzmanes	CL	LE	24149	42.2427	-5.5677	4
24237	San Millan De Los Caballeros	san-millan-de-los-caballeros	CL	LE	24149	42.2852	-5.5611	4
24238	Villamandos	villamandos	CL	LE	24002	42.1806	-5.594	4
24238	Villarrabines	villarrabines	CL	LE	24002	42.1904	-5.5681	4
24238	Algadefe	algadefe	CL	LE	24002	42.2193	-5.5842	4
24239	Cimanes De La Vega	cimanes-de-la-vega	CL	LE	24054	42.1165	-5.5985	4
24239	Lordemanos	lordemanos	CL	LE	24054	42.0819	-5.6	4
24239	Bariones De La Vega	bariones-de-la-vega	CL	LE	24054	42.0929	-5.5974	4
24240	Santa Maria Del Paramo	santa-maria-del-paramo	CL	LE	24157	42.3551	-5.7515	4
24248	Laguna Dalga	laguna-dalga	CL	LE	24174	42.3319	-5.7522	4
24248	San Pedro De Las Dueñas (Santa Maria Del Paramo)	san-pedro-de-las-duenas-santa-maria-del-paramo	CL	LE	24174	42.3551	-5.7515	4
24248	Matalobos Del Paramo	matalobos-del-paramo	CL	LE	24174	42.4183	-5.8164	4
24248	Antoñanes Del Paramo	antonanes-del-paramo	CL	LE	24174	42.4042	-5.7899	4
24248	Mansilla Del Paramo	mansilla-del-paramo	CL	LE	24174	42.3866	-5.7909	4
24248	Grisuela Del Paramo	grisuela-del-paramo	CL	LE	24174	42.4133	-5.7851	4
24248	Urdiales Del Paramo	urdiales-del-paramo	CL	LE	24174	42.3703	-5.773	4
24249	Zambroncinos	zambroncinos	CL	LE	24017	42.303	-5.7113	3
24249	Villar Del Yermo	villar-del-yermo	CL	LE	24017	42.3517	-5.6881	4
24249	Pobladura De Pelayo Garcia	pobladura-de-pelayo-garcia	CL	LE	24017	42.306	-5.6856	4
24249	Villaestrigo	villaestrigo	CL	LE	24017	42.2429	-5.7165	4
24249	Zuares Del Paramo	zuares-del-paramo	CL	LE	24017	42.3284	-5.6831	4
24249	Zotes Del Paramo	zotes-del-paramo	CL	LE	24017	42.2727	-5.7362	4
24249	Soguillo Del Paramo	soguillo-del-paramo	CL	LE	24017	42.3082	-5.7432	4
24249	Santa Cristina Del Paramo	santa-cristina-del-paramo	CL	LE	24017	42.3113	-5.7262	4
24250	Fontecha	fontecha	CL	LE	24065	42.4404	-5.6931	4
24250	Pobladura De Fontecha	pobladura-de-fontecha	CL	LE	24065	42.4333	-5.6789	4
24250	Villagallegos	villagallegos	CL	LE	24065	42.3952	-5.6535	4
24250	Mozondiga	mozondiga	CL	LE	24065	42.469	-5.7093	4
24250	Villibañe	villibane	CL	LE	24065	42.3823	-5.6315	4
24250	Palacios De Fontecha	palacios-de-fontecha	CL	LE	24065	42.4183	-5.6589	4
24250	Vallejo	vallejo	CL	LE	24065	42.3915	-5.6401	4
24250	Meizara	meizara	CL	LE	24065	42.4516	-5.6972	4
24251	Ardoncino	ardoncino	CL	LE	24065	42.4888	-5.6438	4
24251	Antimio De Abajo	antimio-de-abajo	CL	LE	24065	42.4956	-5.6114	4
24251	Banuncias	banuncias	CL	LE	24065	42.4729	-5.6363	4
24251	Cillanueva	cillanueva	CL	LE	24065	42.4691	-5.6198	4
24252	San Pedro Bercianos	san-pedro-bercianos	CL	LE	24017	42.3915	-5.7134	4
24252	Villarrin Del Paramo	villarrin-del-paramo	CL	LE	24017	42.3925	-5.749	4
24252	Bercianos Del Paramo	bercianos-del-paramo	CL	LE	24017	42.3802	-5.7083	4
24252	La Mata Del Paramo	la-mata-del-paramo	CL	LE	24017	42.4236	-5.743	4
24253	Valdefuentes Del Paramo	valdefuentes-del-paramo	CL	LE	24176	42.3237	-5.831	4
24253	Azares Del Paramo	azares-del-paramo	CL	LE	24176	42.292	-5.8308	4
24257	Cerecedo De Boñar	cerecedo-de-bonar	CL	LE	24021	42.8871	-5.3053	4
24260	Ferral, Base Militar	ferral-base-militar	CL	LE		42.4329	-5.6139	1
24270	Carrizo De La Ribera	carrizo-de-la-ribera	CL	LE	24039	42.5839	-5.8288	4
24270	Villanueva De Carrizo	villanueva-de-carrizo	CL	LE	24039	42.5804	-5.8166	4
24271	Quintanilla De Sollamas	quintanilla-de-sollamas	CL	LE	24092	42.6061	-5.822	4
24271	San Roman De Los Caballeros	san-roman-de-los-caballeros	CL	LE	24092	42.6482	-5.8405	4
24271	Villaviciosa De La Ribera	villaviciosa-de-la-ribera	CL	LE	24092	42.663	-5.8538	4
24271	Llamas De La Ribera	llamas-de-la-ribera	CL	LE	24092	42.635	-5.8252	4
24272	Cimanes Del Tejar	cimanes-del-tejar	CL	LE	24055	42.6179	-5.8051	4
24272	Azadon	azadon	CL	LE	24055	42.6314	-5.8094	4
24272	Velilla De La Reina	velilla-de-la-reina	CL	LE	24055	42.5505	-5.7946	4
24273	San Martin De La Falamosa	san-martin-de-la-falamosa	CL	LE	24055	42.6957	-5.8789	4
24273	Las Omañas	las-omanas	CL	LE	24055	42.6709	-5.8364	3
24273	Villarroquel	villarroquel	CL	LE	24055	42.6674	-5.8193	4
24273	Secarejo	secarejo	CL	LE	24055	42.6506	-5.8141	4
24273	Mataluenga	mataluenga	CL	LE	24055	42.6768	-5.8326	4
24273	Santiago Del Molinillo	santiago-del-molinillo	CL	LE	24055	42.6647	-5.8295	4
24273	Pedregal	pedregal	CL	LE	24055	42.6702	-5.8443	4
24274	Espinosa De La Ribera	espinosa-de-la-ribera	CL	LE	24133	42.6973	-5.8149	4
24275	Rioseco De Tapia	rioseco-de-tapia	CL	LE	24133	42.7296	-5.7902	4
24275	Tapia De La Ribera	tapia-de-la-ribera	CL	LE	24133	42.7472	-5.7802	4
24275	Selga De Ordas	selga-de-ordas	CL	LE	24133	42.7546	-5.7915	4
24276	Santa Maria De Ordas	santa-maria-de-ordas	CL	LE	24158	42.7265	-5.823	4
24276	Villarrodrigo De Ordas	villarrodrigo-de-ordas	CL	LE	24158	42.7091	-5.8297	4
24276	Santibañez De Ordas	santibanez-de-ordas	CL	LE	24158	42.7315	-5.8131	4
24277	Riocastrillo De Ordas	riocastrillo-de-ordas	CL	LE	24158	42.7444	-5.8568	4
24277	Callejo De Ordas	callejo-de-ordas	CL	LE	24158	42.7292	-5.8407	4
24277	Adrados De Ordas	adrados-de-ordas	CL	LE	24158	42.7368	-5.8488	3
24280	Benavides De Orbigo	benavides-de-orbigo	CL	LE	24015	42.5044	-5.8944	4
24281	Vega De Antoñan	vega-de-antonan	CL	LE	24015	42.5187	-5.9392	4
24281	Antoñan Del Valle	antonan-del-valle	CL	LE	24015	42.5232	-5.9496	4
24281	Quintanilla Del Valle	quintanilla-del-valle	CL	LE	24015	42.5097	-5.9322	4
24282	Montejos Del Camino	montejos-del-camino	CL	LE	24142	42.5844	-5.6898	4
24282	Ferral Del Bernesga	ferral-del-bernesga	CL	LE	24142	42.6154	-5.6603	4
24283	La Milla Del Rio	la-milla-del-rio	CL	LE	24039	42.5712	-5.8452	4
24283	Quiñones Del Rio	quinones-del-rio	CL	LE	24039	42.5558	-5.8475	4
24283	Huerga Del Rio	huerga-del-rio	CL	LE	24039	42.5599	-5.8438	4
24284	Armellada	armellada	CL	LE	24173	42.5521	-5.8631	4
24285	Gavilanes	gavilanes	CL	LE	24123	42.5183	-5.8819	4
24285	Turcia	turcia	CL	LE	24123	42.5343	-5.8784	4
24285	Palazuelo De Orbigo	palazuelo-de-orbigo	CL	LE	24123	42.5263	-5.8802	4
24285	Quintanilla Del Monte	quintanilla-del-monte	CL	LE	24123	42.5806	-5.9269	4
24285	Riofrio	riofrio	CL	LE	24123	42.6102	-5.9344	4
24286	Hospital De Orbigo	hospital-de-orbigo	CL	LE	24082	42.4635	-5.8864	4
24286	Puente De Orbigo	puente-de-orbigo	CL	LE	24082	42.4635	-5.8864	3
24287	San Feliz De Orbigo	san-feliz-de-orbigo	CL	LE	24224	42.4767	-5.8967	4
24287	Moral De Orbigo	moral-de-orbigo	CL	LE	24224	42.4824	-5.9104	4
24287	Gualtares De Orbigo	gualtares-de-orbigo	CL	LE	24224	42.4873	-5.8974	4
24288	Estebanez De La Calzada	estebanez-de-la-calzada	CL	LE	24223	42.4411	-5.9418	4
24288	Villares De Orbigo	villares-de-orbigo	CL	LE	24223	42.4695	-5.91	4
24288	Valdeiglesias	valdeiglesias	CL	LE	24223	42.4669	-5.9343	4
24288	Santibañez De Valdeiglesias	santibanez-de-valdeiglesias	CL	LE	24223	42.4582	-5.9311	4
24290	Santa Cristina De Valmadrigal	santa-cristina-de-valmadrigal	CL	LE	24153	42.3545	-5.3093	4
24290	Matallana De Valmadrigal	matallana-de-valmadrigal	CL	LE	24153	42.3333	-5.3	4
24291	Matadeon De Los Oteros	matadeon-de-los-oteros	CL	LE	24097	42.3378	-5.3689	4
24291	Santa Maria De Los Oteros	santa-maria-de-los-oteros	CL	LE	24097	42.3507	-5.3833	4
24291	Fontanil De Los Oteros	fontanil-de-los-oteros	CL	LE	24097	42.3622	-5.3879	4
24291	San Pedro De Los Oteros	san-pedro-de-los-oteros	CL	LE	24097	42.352	-5.3945	4
24292	Valverde Enrique	valverde-enrique	CL	LE	24190	42.3046	-5.2999	4
24293	Valdemorilla	valdemorilla	CL	LE	24084	42.2217	-5.3147	4
24293	Albires	albires	CL	LE	24084	42.2526	-5.2682	4
24293	Izagre	izagre	CL	LE	24084	42.2241	-5.2573	4
24294	Gordoncillo	gordoncillo	CL	LE	24078	42.1356	-5.4018	4
24300	Bembibre	bembibre	CL	LE	24014	42.6177	-6.4154	4
24310	La Ribera De Folgoso	la-ribera-de-folgoso	CL	LE	24170	42.6469	-6.3204	4
24310	Albares De La Ribera	albares-de-la-ribera	CL	LE	24170	42.6077	-6.3667	4
24311	Folgoso De La Ribera	folgoso-de-la-ribera	CL	LE	24071	42.6469	-6.3204	4
24312	Boeza	boeza	CL	LE	24083	42.6845	-6.2941	4
24312	Igueña	iguena	CL	LE	24083	42.7285	-6.2774	4
24313	Colinas Del Campo	colinas-del-campo	CL	LE	24083	42.7685	-6.2925	4
24313	Urdiales De Colinas	urdiales-de-colinas	CL	LE	24083	42.7742	-6.3781	4
24313	Los Montes De La Ermita	los-montes-de-la-ermita	CL	LE	24083	42.7779	-6.339	4
24314	Matachana	matachana	CL	LE	24049	42.6041	-6.4395	4
24314	Castropodame	castropodame	CL	LE	24049	42.5794	-6.4684	4
24314	Villaverde De Los Cestos	villaverde-de-los-cestos	CL	LE	24049	42.6008	-6.4721	4
24315	Tedejo	tedejo	CL	LE	24014	42.6442	-6.3798	3
24315	Villaviciosa De San Miguel	villaviciosa-de-san-miguel	CL	LE	24014	42.6442	-6.3798	3
24315	San Esteban De Toral	san-esteban-de-toral	CL	LE	24014	42.6429	-6.4071	4
24315	Santibañez De Toral	santibanez-de-toral	CL	LE	24014	42.6333	-6.4	4
24315	Rozuelo	rozuelo	CL	LE	24014	42.6521	-6.3447	4
24315	El Valle	el-valle	CL	LE	24014	42.6485	-6.3675	4
24316	San Pedro Castañero	san-pedro-castanero	CL	LE	24049	42.5862	-6.4093	4
24316	Viloria	viloria	CL	LE	24049	42.6029	-6.409	4
24316	Turienzo Castañero	turienzo-castanero	CL	LE	24049	42.578	-6.4332	4
24317	San Andres De Los Puentes	san-andres-de-los-puentes	CL	LE	24170	42.6595	-6.3839	1
24317	Las Ventas De Albares	las-ventas-de-albares	CL	LE	24170	42.6595	-6.3839	1
24318	Losada	losada	CL	LE	24014	42.664	-6.4419	4
24318	Rodanillo	rodanillo	CL	LE	24014	42.6436	-6.4434	4
24318	San Roman De Bembibre	san-roman-de-bembibre	CL	LE	24014	42.6221	-6.4339	4
24319	Labaniego	labaniego	CL	LE	24014	42.668	-6.4063	4
24319	Arlanza	arlanza	CL	LE	24014	42.6638	-6.4177	4
24319	Quintana De Fuseros	quintana-de-fuseros	CL	LE	24014	42.7059	-6.3298	4
24319	Cabanillas De San Justo	cabanillas-de-san-justo	CL	LE	24014	42.6931	-6.3495	4
24319	Viñales	vinales	CL	LE	24014	42.635	-6.424	4
24319	Noceda	noceda	CL	LE	24014	42.7139	-6.3999	4
24319	San Justo De Cabanillas	san-justo-de-cabanillas	CL	LE	24014	42.6937	-6.3639	4
24320	Sahagun	sahagun	CL	LE	24139	42.3708	-5.0294	4
24323	Veguellina, La (Sahagun)	veguellina-la-sahagun	CL	LE	24050	42.3708	-5.0294	4
24323	Castrovega De Valmadrigal	castrovega-de-valmadrigal	CL	LE	24050	42.3234	-5.287	4
24323	Castrotierra De Valmadrigal	castrotierra-de-valmadrigal	CL	LE	24050	42.3471	-5.1582	3
24324	Joarilla De Las Matas	joarilla-de-las-matas	CL	LE	24086	42.2876	-5.1786	4
24324	Villeza	villeza	CL	LE	24086	42.3315	-5.2006	4
24324	Vallecillo	vallecillo	CL	LE	24086	42.356	-5.2109	4
24324	Valdespino Vaca	valdespino-vaca	CL	LE	24086	42.303	-5.1552	4
24324	San Miguel De Montañan	san-miguel-de-montanan	CL	LE	24086	42.3025	-5.1893	4
24325	Bercianos Del Real Camino	bercianos-del-real-camino	CL	LE	24018	42.3873	-5.1446	4
24325	Gordaliza Del Pino	gordaliza-del-pino	CL	LE	24018	42.3436	-5.1573	4
24326	Celada De Cea	celada-de-cea	CL	LE	24139	42.4279	-4.9464	4
24326	San Martin De La Cueza	san-martin-de-la-cueza	CL	LE	24139	42.4105	-4.9684	3
24326	Riosequillo	riosequillo	CL	LE	24139	42.3931	-4.952	4
24326	Villalebrin	villalebrin	CL	LE	24139	42.3937	-4.9807	4
24326	Villalman	villalman	CL	LE	24139	42.4131	-4.9944	4
24326	Joara	joara	CL	LE	24139	42.4245	-4.9683	4
24327	Renedo De Valderaduey	renedo-de-valderaduey	CL	LE	24229	42.5884	-4.9464	4
24327	Velilla De Valderaduey	velilla-de-valderaduey	CL	LE	24229	42.5575	-4.9689	4
24327	Villavelasco De Valderaduey	villavelasco-de-valderaduey	CL	LE	24229	42.5088	-4.971	4
24327	Villadiego De Cea	villadiego-de-cea	CL	LE	24229	42.5118	-4.9199	4
24327	Castrillo De Valderaduey	castrillo-de-valderaduey	CL	LE	24229	42.5804	-4.9589	4
24328	San Pedro De Valderaduey	san-pedro-de-valderaduey	CL	LE	24051	42.4648	-4.9734	4
24328	Carbajal De Valderaduey	carbajal-de-valderaduey	CL	LE	24051	42.5411	-4.9641	4
24328	Sotillo De Cea	sotillo-de-cea	CL	LE	24051	42.4305	-4.9739	4
24328	Villazanzo De Valderaduey	villazanzo-de-valderaduey	CL	LE	24051	42.5359	-4.9646	4
24329	Arenillas De Valderaduey	arenillas-de-valderaduey	CL	LE	24139	42.2787	-5.0591	4
24329	San Pedro De Las Dueñas (Sahagun)	san-pedro-de-las-duenas-sahagun	CL	LE	24139	42.2919	-5.0626	3
24329	Galleguillos De Campos	galleguillos-de-campos	CL	LE	24139	42.3051	-5.0662	4
24330	Valdearcos	valdearcos	CL	LE	24160	42.4586	-5.3882	4
24330	Santas Martas	santas-martas	CL	LE	24160	42.4322	-5.3707	4
24339	Grajalejo De Las Matas	grajalejo-de-las-matas	CL	LE	24160	42.4008	-5.3432	4
24339	Luengos	luengos	CL	LE	24160	42.4498	-5.3963	4
24339	Villamoratiel De Las Matas	villamoratiel-de-las-matas	CL	LE	24160	42.3976	-5.3006	4
24339	Malillos	malillos	CL	LE	24160	42.4402	-5.4225	4
24339	Reliegos	reliegos	CL	LE	24160	42.4743	-5.3549	4
24340	Grajal De Campos	grajal-de-campos	CL	LE	24080	42.3207	-5.0194	4
24341	Escobar De Campos	escobar-de-campos	CL	LE	24069	42.3134	-4.9657	4
24342	Codornillos	codornillos	CL	LE	24031	42.4024	-5.0536	4
24342	Calzada Del Coto	calzada-del-coto	CL	LE	24031	42.3861	-5.0781	4
24343	Banecidas	banecidas	CL	LE	24024	42.4748	-5.096	4
24343	Santa Maria De Monte Cea	santa-maria-de-monte-cea	CL	LE	24024	42.4423	-5.1481	3
24343	Calzadilla De Los Hermanillos	calzadilla-de-los-hermanillos	CL	LE	24024	42.4338	-5.1571	4
24343	Castellanos	castellanos	CL	LE	24024	42.4635	-5.1242	4
24343	Grañeras	graneras	CL	LE	24024	42.3971	-5.215	4
24343	El Burgo Ranero	el-burgo-ranero	CL	LE	24024	42.4423	-5.1481	3
24344	Villaceran	villaceran	CL	LE	24213	42.5236	-5.0339	4
24344	Villacintor	villacintor	CL	LE	24213	42.4919	-5.1594	4
24344	Villamizar	villamizar	CL	LE	24213	42.5306	-5.1302	4
24344	Villaselan	villaselan	CL	LE	24213	42.561	-5.0482	4
24344	Santa Maria Del Rio	santa-maria-del-rio	CL	LE	24213	42.5278	-5.0474	4
24344	Castroañe	castroane	CL	LE	24213	42.5475	-5.0545	4
24344	Villamartin De Don Sancho	villamartin-de-don-sancho	CL	LE	24213	42.5694	-5.0606	4
24344	Villamuñio	villamunio	CL	LE	24213	42.4756	-5.1936	4
24345	Villamarco	villamarco	CL	LE	24160	42.4504	-5.3075	4
24346	Vega De Infanzones	vega-de-infanzones	CL	LE	24197	42.4812	-5.533	4
24346	Grulleros	grulleros	CL	LE	24197	42.5027	-5.5497	4
24347	Sotico	sotico	CL	LE	24105	42.5289	-5.5526	4
24347	Villadesoto	villadesoto	CL	LE	24105	42.5288	-5.5561	3
24347	Torneros Del Bernesga	torneros-del-bernesga	CL	LE	24105	42.5286	-5.5597	4
24350	Veguellina De Orbigo	veguellina-de-orbigo	CL	LE	24223	42.4371	-5.8851	4
24356	Barrio De Buenos Aires	barrio-de-buenos-aires	CL	LE	24228	42.4242	-5.8652	3
24356	San Pedro De Pegas	san-pedro-de-pegas	CL	LE	24228	42.4504	-5.8745	4
24356	Santa Marinica Del Paramo	santa-marinica-del-paramo	CL	LE	24228	42.4242	-5.8652	3
24356	Castrillo De San Pelayo	castrillo-de-san-pelayo	CL	LE	24228	42.4283	-5.8699	4
24356	Huerga De Frailes	huerga-de-frailes	CL	LE	24228	42.3898	-5.8467	4
24356	San Pelayo Del Paramo	san-pelayo-del-paramo	CL	LE	24228	42.4283	-5.8699	4
24357	Bustillo Del Paramo	bustillo-del-paramo	CL	LE	24026	42.4413	-5.7928	4
24357	Acebes Del Paramo	acebes-del-paramo	CL	LE	24026	42.4428	-5.844	4
24358	Veguellina De Fondo	veguellina-de-fondo	CL	LE	24223	42.3698	-5.8768	4
24358	Villoria De Orbigo	villoria-de-orbigo	CL	LE	24223	42.4106	-5.8808	4
24358	Villarejo De Orbigo	villarejo-de-orbigo	CL	LE	24223	42.4456	-5.9046	4
24360	Brañuelas	branuelas	CL	LE	24210	42.6332	-6.1994	4
24367	Villagaton	villagaton	CL	LE	24210	42.6341	-6.1618	4
24368	Tabladas	tabladas	CL	LE	24210	42.6879	-6.1465	4
24368	Culebros	culebros	CL	LE	24210	42.6417	-6.1038	4
24368	Los Barrios De Nistoso	los-barrios-de-nistoso	CL	LE	24210	42.6941	-6.1255	4
24368	Requejo Y Corus	requejo-y-corus	CL	LE	24210	42.6387	-6.138	4
24368	Villar (Nistoso)	villar-nistoso	CL	LE	24210	42.6941	-6.1255	4
24369	Manzanal Del Puerto	manzanal-del-puerto	CL	LE	24210	42.5906	-6.2212	4
24369	Valbuena De La Encomienda	valbuena-de-la-encomienda	CL	LE	24210	42.62	-6.1491	4
24369	Ucedo	ucedo	CL	LE	24210	42.5885	-6.1942	4
24370	Torre Del Bierzo	torre-del-bierzo	CL	LE	24170	42.6077	-6.3667	4
24374	Almagarinos	almagarinos	CL	LE	24083	42.6697	-6.2535	4
24374	Cerezal De Tremor	cerezal-de-tremor	CL	LE	24083	42.6167	-6.2833	4
24374	Tremor De Abajo	tremor-de-abajo	CL	LE	24083	42.6443	-6.2702	4
24375	Rodrigatos De Las Regueras	rodrigatos-de-las-regueras	CL	LE	24083	42.7052	-6.2417	4
24375	Pobladura De Las Regueras	pobladura-de-las-regueras	CL	LE	24083	42.6975	-6.2299	4
24376	Espina De Tremor	espina-de-tremor	CL	LE	24083	42.7272	-6.1529	4
24377	Tremor De Arriba	tremor-de-arriba	CL	LE	24083	42.7262	-6.2103	4
24378	San Facundo	san-facundo	CL	LE	24170	42.5611	-6.3708	4
24378	Santa Marina De Torre	santa-marina-de-torre	CL	LE	24170	42.5841	-6.3356	4
24378	La Granja De San Vicente	la-granja-de-san-vicente	CL	LE	24170	42.6094	-6.2921	4
24378	Fonfria	fonfria	CL	LE	24170	42.5435	-6.3268	4
24379	La Silva	la-silva	CL	LE	24170	42.6024	-6.2661	4
24379	Montealegre	montealegre	CL	LE	24170	42.592	-6.2731	4
24379	Santibañez De Montes	santibanez-de-montes	CL	LE	24170	42.5674	-6.2816	4
24379	Santa Cruz De Montes	santa-cruz-de-montes	CL	LE	24170	42.5829	-6.312	4
24380	Puente Domingo Florez	puente-domingo-florez	CL	LE	24122	42.4117	-6.8208	4
24384	Salas De La Ribera	salas-de-la-ribera	CL	LE	24122	42.4361	-6.8163	4
24385	San Pedro De Trones	san-pedro-de-trones	CL	LE	24122	42.3995	-6.8016	4
24386	Vega De Yeres	vega-de-yeres	CL	LE	24122	42.4174	-6.7822	4
24386	Yeres	yeres	CL	LE	24122	42.4392	-6.7677	4
24387	Robledo De Sobrecastro	robledo-de-sobrecastro	CL	LE	24122	42.4156	-6.7392	4
24388	Llamas De Cabrera	llamas-de-cabrera	CL	LE	24016	42.3989	-6.6299	4
24388	Yebra	yebra	CL	LE	24016	42.4047	-6.6814	4
24388	Santalavilla	santalavilla	CL	LE	24016	42.4218	-6.6614	4
24388	Sigueya	sigueya	CL	LE	24016	42.3665	-6.6721	4
24388	Silvan	silvan	CL	LE	24016	42.34	-6.6687	4
24388	Lomba	lomba	CL	LE	24016	42.3596	-6.6759	4
24389	Sotillo De Cabrera	sotillo-de-cabrera	CL	LE	24122	42.4	-6.7333	4
24389	Castroquilame	castroquilame	CL	LE	24122	42.423	-6.7435	4
24389	Pombriego	pombriego	CL	LE	24122	42.423	-6.7033	4
24389	Benuza	benuza	CL	LE	24122	42.3994	-6.7097	4
24390	Posada Del Bierzo	posada-del-bierzo	CL	LE	24038	42.5234	-6.7026	3
24390	Dehesas	dehesas	CL	LE	24038	42.5198	-6.6919	4
24390	Villaverde De La Abadia	villaverde-de-la-abadia	CL	LE	24038	42.5271	-6.7133	4
24391	Robledo De La Valdoncina	robledo-de-la-valdoncina	CL	LE	24065	42.5503	-5.7039	4
24391	Ribaseca	ribaseca	CL	LE	24065	42.5371	-5.6011	4
24391	Quintana De Raneros	quintana-de-raneros	CL	LE	24065	42.5496	-5.6388	4
24391	Oncina De La Valdoncina	oncina-de-la-valdoncina	CL	LE	24065	42.5522	-5.6619	4
24391	Villanueva Del Carnero	villanueva-del-carnero	CL	LE	24065	42.5289	-5.6177	4
24391	Fresno Del Camino	fresno-del-camino	CL	LE	24065	42.5629	-5.6518	4
24391	Valverde De La Virgen	valverde-de-la-virgen	CL	LE	24065	42.5682	-5.6846	4
24391	Santovenia De La Valdoncina	santovenia-de-la-valdoncina	CL	LE	24065	42.5471	-5.6562	3
24391	San Miguel Del Camino	san-miguel-del-camino	CL	LE	24065	42.5609	-5.6995	4
24391	Antimio De Arriba	antimio-de-arriba	CL	LE	24065	42.5141	-5.6463	4
24391	Aldea De La Valdoncina	aldea-de-la-valdoncina	CL	LE	24065	42.5471	-5.6562	3
24392	Villadangos Del Paramo	villadangos-del-paramo	CL	LE	24065	42.5167	-5.7674	4
24392	Chozas De Arriba	chozas-de-arriba	CL	LE	24065	42.5206	-5.7002	4
24392	Villar De Mazarife	villar-de-mazarife	CL	LE	24065	42.4843	-5.7282	4
24392	Chozas De Abajo	chozas-de-abajo	CL	LE	24065	42.5066	-5.6866	4
24392	Celadilla Del Paramo	celadilla-del-paramo	CL	LE	24065	42.5191	-5.8029	4
24392	Fojedo	fojedo	CL	LE	24065	42.5	-5.7333	4
24393	Alcoba De La Ribera	alcoba-de-la-ribera	CL	LE	24026	42.5503	-5.8309	4
24393	San Martin Del Camino	san-martin-del-camino	CL	LE	24026	42.4949	-5.8094	4
24393	Villavante	villavante	CL	LE	24026	42.4623	-5.8359	4
24393	Villamor De Orbigo	villamor-de-orbigo	CL	LE	24026	42.483	-5.8757	4
24393	Santa Marina Del Rey	santa-marina-del-rey	CL	LE	24026	42.5133	-5.8607	4
24393	Sardonedo	sardonedo	CL	LE	24026	42.534	-5.845	4
24393	La Milla Del Paramo	la-milla-del-paramo	CL	LE	24026	42.4674	-5.7999	4
24394	Barrientos	barrientos	CL	LE	24182	42.4129	-5.9732	4
24394	Carral	carral	CL	LE	24182	42.4066	-5.9731	4
24395	Cuevas De La Sequeda	cuevas-de-la-sequeda	CL	LE	24148	42.426	-6.0184	3
24395	Nistal	nistal	CL	LE	24148	42.423	-6.0069	4
24395	Celada	celada	CL	LE	24148	42.429	-6.0298	4
24396	Magaz De Cepeda	magaz-de-cepeda	CL	LE	24093	42.5397	-6.0717	4
24396	Zacos	zacos	CL	LE	24093	42.5665	-6.0839	4
24396	Vanidodes	vanidodes	CL	LE	24093	42.5403	-6.1113	4
24396	Vega Magaz	vega-magaz	CL	LE	24093	42.5478	-6.0696	4
24396	Benamarias	benamarias	CL	LE	24093	42.5441	-6.0908	4
24397	San Feliz De Las Lavanderas	san-feliz-de-las-lavanderas	CL	LE	24123	42.6878	-5.9808	4
24397	Palaciosmil	palaciosmil	CL	LE	24123	42.6653	-6.0625	4
24397	Escuredo	escuredo	CL	LE	24123	42.6909	-5.9468	4
24397	Morriondo	morriondo	CL	LE	24123	42.6415	-5.967	4
24397	Villarmeriel	villarmeriel	CL	LE	24123	42.6804	-6.0193	4
24397	Porqueros	porqueros	CL	LE	24123	42.5995	-6.1077	4
24397	Villameca	villameca	CL	LE	24123	42.64	-6.0719	4
24397	Castro De Cepeda	castro-de-cepeda	CL	LE	24123	42.657	-6.0285	4
24397	Quintana Del Castillo	quintana-del-castillo	CL	LE	24123	42.6599	-6.0498	4
24397	Donillas	donillas	CL	LE	24123	42.6365	-6.0598	4
24397	Abano	abano	CL	LE	24123	42.6546	-6.0284	3
24397	La Veguellina De Cepeda	la-veguellina-de-cepeda	CL	LE	24123	42.6421	-6.0182	4
24397	Ferreras De Cepeda	ferreras-de-cepeda	CL	LE	24123	42.6546	-6.0284	3
24398	Castrillo Del Monte	castrillo-del-monte	CL	LE	24049	42.5241	-6.4063	4
24398	Calamocos	calamocos	CL	LE	24049	42.5762	-6.5076	4
24398	Almazcara	almazcara	CL	LE	24049	42.594	-6.5039	4
24398	Cobrana	cobrana	CL	LE	24049	42.5804	-6.4911	3
24398	San Miguel De Las Dueñas	san-miguel-de-las-duenas	CL	LE	24049	42.59	-6.5169	4
24398	Congosto	congosto	CL	LE	24049	42.6176	-6.5205	4
24400	Ponferrada	ponferrada	CL	LE	24115	42.5466	-6.5962	4
24401	Ponferrada	ponferrada	CL	LE	24115	42.5466	-6.5962	4
24402	Ponferrada	ponferrada	CL	LE	24115	42.5466	-6.5962	4
24403	Ponferrada	ponferrada	CL	LE	24115	42.5466	-6.5962	4
24404	Ponferrada	ponferrada	CL	LE	24115	42.5466	-6.5962	4
24410	Narayola	narayola	CL	LE	24007	42.5779	-6.6945	4
24410	Magaz De Abajo	magaz-de-abajo	CL	LE	24007	42.6	-6.6812	4
24410	Camponaraya	camponaraya	CL	LE	24007	42.578	-6.6671	4
24410	Hervededo	hervededo	CL	LE	24007	42.6034	-6.6552	4
24410	Magaz De Arriba	magaz-de-arriba	CL	LE	24007	42.6167	-6.6667	4
24410	La Valgoma	la-valgoma	CL	LE	24007	42.5928	-6.6666	4
24411	Fuentes Nuevas	fuentes-nuevas	CL	LE	24115	42.5154	-6.5669	1
24412	Cortiguera	cortiguera	CL	LE	24027	42.6031	-6.6288	4
24412	Cabañas Raras	cabanas-raras	CL	LE	24027	42.6031	-6.6288	3
24413	Molinaseca	molinaseca	CL	LE	24100	42.5383	-6.52	4
24413	Folgoso Del Monte	folgoso-del-monte	CL	LE	24100	42.5141	-6.4324	4
24413	Onamio Y Poblado M.S.P.	onamio-y-poblado-m-s-p	CL	LE	24100	42.529	-6.4721	3
24413	Riego De Ambros	riego-de-ambros	CL	LE	24100	42.5224	-6.4806	4
24413	Acebo De San Miguel	acebo-de-san-miguel	CL	LE	24100	42.529	-6.4721	3
24413	Paradasolana	paradasolana	CL	LE	24100	42.541	-6.4554	4
24414	Bouzas	bouzas	CL	LE	24115	42.4417	-6.5031	4
24414	Lombillo (Barrios De Salas)	lombillo-barrios-de-salas	CL	LE	24115	42.517	-6.5561	4
24414	San Cristobal De Valdueza	san-cristobal-de-valdueza	CL	LE	24115	42.4629	-6.5192	4
24414	Carracedo De Compludo	carracedo-de-compludo	CL	LE	24115	42.4674	-6.4353	4
24414	Compludo	compludo	CL	LE	24115	42.476	-6.4656	4
24414	Villar De Los Barrios	villar-de-los-barrios	CL	LE	24115	42.4843	-6.5067	3
24414	Salas De Los Barrios	salas-de-los-barrios	CL	LE	24115	42.517	-6.5561	4
24414	Palacios De Compludo	palacios-de-compludo	CL	LE	24115	42.4557	-6.4644	4
24414	Campo	campo	CL	LE	24115	42.5384	-6.5638	4
24414	Espinoso Compludo	espinoso-compludo	CL	LE	24115	42.4826	-6.4965	4
24415	Ozuela	ozuela	CL	LE	24115	42.5	-6.6167	4
24415	Peñalba De Santiago	penalba-de-santiago	CL	LE	24115	42.4269	-6.5406	4
24415	Valdefrancos	valdefrancos	CL	LE	24115	42.4849	-6.5673	4
24415	San Lorenzo	san-lorenzo	CL	LE	24115	42.5238	-6.5917	4
24415	Valdecañada	valdecanada	CL	LE	24115	42.5014	-6.6099	4
24415	Otero	otero	CL	LE	24115	42.5351	-6.5965	4
24415	Montes De Valdueza	montes-de-valdueza	CL	LE	24115	42.4463	-6.5718	4
24415	San Esteban De Valdueza	san-esteban-de-valdueza	CL	LE	24115	42.5049	-6.5819	4
24415	San Clemente De La Valdueza	san-clemente-de-la-valdueza	CL	LE	24115	42.4834	-6.585	3
24415	Santa Lucia	santa-lucia	CL	LE	24115	42.4667	-6.6333	4
24415	Villanueva De Valdueza	villanueva-de-valdueza	CL	LE	24115	42.4913	-6.5841	4
24415	Manzanedo De Valdueza	manzanedo-de-valdueza	CL	LE	24115	42.4573	-6.5241	4
24415	San Adrian De Valdueza	san-adrian-de-valdueza	CL	LE	24115	42.4624	-6.6023	4
24416	Santo Tomas De Las Ollas	santo-tomas-de-las-ollas	CL	LE	24115	42.5588	-6.5782	4
24420	Fabero	fabero	CL	LE	24070	42.768	-6.6265	4
24428	Lillo Del Bierzo	lillo-del-bierzo	CL	LE	24070	42.7853	-6.6125	4
24428	Otero De Naraguantes	otero-de-naraguantes	CL	LE	24070	42.767	-6.6089	4
24429	Cariseda	cariseda	CL	LE	24070	42.857	-6.6195	4
24429	Fresnedelo	fresnedelo	CL	LE	24070	42.8288	-6.6348	4
24429	Faro	faro	CL	LE	24070	42.8627	-6.5961	4
24429	Peranzanes	peranzanes	CL	LE	24070	42.8772	-6.6338	4
24429	San Pedro De Paradela	san-pedro-de-paradela	CL	LE	24070	42.8134	-6.6183	4
24429	Trascastro	trascastro	CL	LE	24070	42.8828	-6.6428	4
24429	Chano	chano	CL	LE	24070	42.8836	-6.6698	4
24429	Guimara	guimara	CL	LE	24070	42.8989	-6.6909	4
24429	Barcena De La Abadia	barcena-de-la-abadia	CL	LE	24070	42.7888	-6.6314	4
24430	Vega De Espinareda	vega-de-espinareda	CL	LE	24196	42.7254	-6.6544	4
24433	Sorbeira	sorbeira	CL	LE	24036	42.8103	-6.716	4
24433	Suarbol	suarbol	CL	LE	24036	42.8247	-6.729	3
24433	Villasumil	villasumil	CL	LE	24036	42.8198	-6.6947	4
24433	Suertes	suertes	CL	LE	24036	42.8377	-6.7323	4
24433	Balouta	balouta	CL	LE	24036	42.8893	-6.8049	4
24433	Lumeras	lumeras	CL	LE	24036	42.7939	-6.6719	4
24433	Candin	candin	CL	LE	24036	42.817	-6.7285	4
24433	Espinareda De Ancares	espinareda-de-ancares	CL	LE	24036	42.8323	-6.7237	4
24433	Tejedo De Ancares	tejedo-de-ancares	CL	LE	24036	42.8417	-6.7632	4
24433	Villarbon	villarbon	CL	LE	24036	42.78	-6.7095	4
24433	Pereda De Ancares	pereda-de-ancares	CL	LE	24036	42.8251	-6.7455	4
24434	Villar De Otero	villar-de-otero	CL	LE	24070	42.7635	-6.6767	4
24434	Fontoria	fontoria	CL	LE	24070	42.7607	-6.6548	4
24434	Sesamo	sesamo	CL	LE	24070	42.7384	-6.6569	4
24435	Valle De Finolledo	valle-de-finolledo	CL	LE	24196	42.7175	-6.6929	4
24436	Moreda	moreda	CL	LE	24196	42.726	-6.7264	4
24436	San Martin De Moreda	san-martin-de-moreda	CL	LE	24196	42.7317	-6.7141	4
24436	San Pedro De Olleros	san-pedro-de-olleros	CL	LE	24196	42.6974	-6.7188	4
24437	Penoselo (Fabero)	penoselo-fabero	CL	LE	24196	42.768	-6.6265	4
24437	Penoselo	penoselo	CL	LE	24196	42.758	-6.7537	4
24437	Burbia	burbia	CL	LE	24196	42.7926	-6.7782	4
24437	Bustarga	bustarga	CL	LE	24196	42.7612	-6.714	4
24438	Berlanga Del Bierzo	berlanga-del-bierzo	CL	LE	24019	42.731	-6.6056	4
24438	Langre	langre	CL	LE	24019	42.7355	-6.5657	4
24438	Tombrio De Abajo	tombrio-de-abajo	CL	LE	24019	42.7097	-6.5524	4
24438	San Miguel De Langre	san-miguel-de-langre	CL	LE	24019	42.7359	-6.5781	4
24438	Tombrio De Arriba	tombrio-de-arriba	CL	LE	24019	42.7168	-6.5798	4
24439	Espinareda De Vega	espinareda-de-vega	CL	LE	24143	42.7108	-6.6518	4
24439	Ocero	ocero	CL	LE	24143	42.7003	-6.6281	4
24439	Sancedo	sancedo	CL	LE	24143	42.6667	-6.6346	4
24439	El Espino	el-espino	CL	LE	24143	42.7186	-6.6499	4
24440	Lago De Carucedo	lago-de-carucedo	CL	LE	24041	42.4933	-6.7888	4
24441	La Barosa	la-barosa	CL	LE	24041	42.5003	-6.8255	4
24441	Carril	carril	CL	LE	24041	42.5077	-6.8314	4
24441	Valiña	valina	CL	LE	24041	42.5126	-6.8073	4
24441	Villarrando	villarrando	CL	LE	24041	42.4995	-6.7876	4
24441	Campañana	campanana	CL	LE	24041	42.5	-6.7833	4
24442	Carucedo	carucedo	CL	LE	24041	42.4903	-6.7657	4
24442	Las Medulas	las-medulas	CL	LE	24041	42.4584	-6.7684	4
24443	Borrenes	borrenes	CL	LE	24022	42.4902	-6.7234	4
24443	San Juan De Paluezas	san-juan-de-paluezas	CL	LE	24022	42.5167	-6.7167	4
24444	Orellan	orellan	CL	LE	24022	42.4653	-6.7474	4
24444	La Chana	la-chana	CL	LE	24022	42.4818	-6.7247	4
24444	Voces	voces	CL	LE	24022	42.4616	-6.717	4
24445	Santalla	santalla	CL	LE	24119	42.5	-6.6833	4
24446	Villavieja	villavieja	CL	LE	24119	42.4835	-6.6837	4
24446	Paradela De Muces	paradela-de-muces	CL	LE	24119	42.4792	-6.7102	4
24447	Villalibre De La Jurisdicion	villalibre-de-la-jurisdicion	CL	LE	24119	42.4936	-6.7379	1
24448	Priaranza Del Bierzo	priaranza-del-bierzo	CL	LE	24115	42.5098	-6.6702	4
24448	Toral De Merayo	toral-de-merayo	CL	LE	24115	42.5243	-6.6355	4
24448	Rimor	rimor	CL	LE	24115	42.5039	-6.6497	4
24450	Toreno	toreno	CL	LE	24169	42.6995	-6.5124	4
24457	Pardamaza	pardamaza	CL	LE	24169	42.7573	-6.4643	4
24457	Libran	libran	CL	LE	24169	42.7282	-6.5038	4
24458	Villar De Las Traviesas	villar-de-las-traviesas	CL	LE	24169	42.721	-6.4627	4
24458	Robledo De Las Traviesas	robledo-de-las-traviesas	CL	LE	24169	42.7139	-6.432	4
24459	Valdelaloba	valdelaloba	CL	LE	24169	42.6664	-6.5334	4
24459	Pradilla	pradilla	CL	LE	24169	42.6585	-6.5328	4
24460	Matarrosa Del Sil	matarrosa-del-sil	CL	LE	24169	42.7568	-6.5183	1
24469	San Pedro Mallo	san-pedro-mallo	CL	LE	24110	42.749	-6.5166	4
24469	Santa Leocadia	santa-leocadia	CL	LE	24110	42.7568	-6.5183	3
24469	Villamartin Del Sil	villamartin-del-sil	CL	LE	24110	42.7646	-6.5201	4
24470	Paramo Del Sil	paramo-del-sil	CL	LE	24110	42.8206	-6.4875	4
24478	Sorbeda	sorbeda	CL	LE	24110	42.8072	-6.551	4
24478	Argayo	argayo	CL	LE	24110	42.8112	-6.5759	4
24479	Salentinos	salentinos	CL	LE	24110	42.8139	-6.3753	4
24479	Primout	primout	CL	LE	24110	42.7969	-6.4234	4
24480	Corbon Del Sil	corbon-del-sil	CL	LE	24109	42.8256	-6.5055	4
24488	Anllarinos Del Sil	anllarinos-del-sil	CL	LE	24110	42.8458	-6.5441	3
24488	Anllares Del Sil	anllares-del-sil	CL	LE	24110	42.8458	-6.5441	4
24489	Susañe Del Sil	susane-del-sil	CL	LE	24109	42.8399	-6.4998	4
24490	Columbrianos	columbrianos	CL	LE	24115	42.5732	-6.6111	4
24491	Barcena Del Bierzo	barcena-del-bierzo	CL	LE	24115	42.5859	-6.5992	3
24491	San Andres De Montejos	san-andres-de-montejos	CL	LE	24115	42.5859	-6.5992	4
24492	Finolledo	finolledo	CL	LE	24064	42.6528	-6.5588	4
24492	Cabañas De La Dornilla	cabanas-de-la-dornilla	CL	LE	24064	42.6333	-6.578	4
24492	Cubillinos	cubillinos	CL	LE	24064	42.6402	-6.5643	4
24492	Posadinas	posadinas	CL	LE	24064	42.6461	-6.5693	3
24492	Fresnedo	fresnedo	CL	LE	24064	42.6791	-6.5817	4
24492	Cubillos Del Sil	cubillos-del-sil	CL	LE	24064	42.6252	-6.5636	4
24493	Santa Marina Del Sil	santa-marina-del-sil	CL	LE	24169	42.665	-6.501	4
24494	Santa Cruz Del Sil	santa-cruz-del-sil	CL	LE	24110	42.781	-6.5133	4
24495	Valseco	valseco	CL	LE	24109	42.8385	-6.3875	4
24495	Salientes	salientes	CL	LE	24109	42.8494	-6.3139	4
24495	Palacios Del Sil	palacios-del-sil	CL	LE	24109	42.876	-6.4315	4
24495	Matalavilla	matalavilla	CL	LE	24109	42.8486	-6.428	4
24496	Mataotero	mataotero	CL	LE	24109	42.8959	-6.3875	4
24496	Cuevas Del Sil	cuevas-del-sil	CL	LE	24109	42.8934	-6.3918	4
24497	Tejedo Del Sil	tejedo-del-sil	CL	LE	24109	42.9161	-6.3866	4
24498	Villarino Del Sil	villarino-del-sil	CL	LE	24109	42.7471	-6.4874	1
24500	Villafranca Del Bierzo	villafranca-del-bierzo	CL	LE	24209	42.606	-6.8107	4
24510	Paradaseca	paradaseca	CL	LE	24209	42.6843	-6.8026	4
24510	Cela	cela	CL	LE	24209	42.6845	-6.8267	4
24511	Tejeira	tejeira	CL	LE	24209	42.7587	-6.857	4
24511	Campo Del Agua	campo-del-agua	CL	LE	24209	42.7754	-6.8255	4
24511	Porcarizas	porcarizas	CL	LE	24209	42.76	-6.8286	4
24511	Villar De Acero	villar-de-acero	CL	LE	24209	42.7245	-6.8042	4
24512	Pobladura De Somoza	pobladura-de-somoza	CL	LE	24209	42.6488	-6.7756	4
24512	Prado De Paradiña	prado-de-paradina	CL	LE	24209	42.7017	-6.7491	4
24512	Paradiña	paradina	CL	LE	24209	42.679	-6.7546	4
24512	Veguellina, La (Villafranca)	veguellina-la-villafranca	CL	LE	24209	42.6765	-6.7598	3
24513	Landoiro	landoiro	CL	LE	24209	42.6271	-6.8073	4
24513	Puente De Rey	puente-de-rey	CL	LE	24209	42.6271	-6.8073	3
24514	Corullon	corullon	CL	LE	24059	42.579	-6.8192	4
24515	Melezna	melezna	CL	LE	24059	42.5753	-6.8998	4
24515	Viariz	viariz	CL	LE	24059	42.5798	-6.8649	4
24515	Hornija	hornija	CL	LE	24059	42.5712	-6.8646	4
24516	Parandones	parandones	CL	LE	24206	42.5732	-6.7729	4
24516	Otero De Villadecanes	otero-de-villadecanes	CL	LE	24206	42.5668	-6.782	4
24516	Horta	horta	CL	LE	24206	42.5732	-6.7988	4
24516	Vilela	vilela	CL	LE	24206	42.5903	-6.8033	4
24517	Cadafresnas	cadafresnas	CL	LE	24059	42.5943	-6.905	4
24517	Villagroy	villagroy	CL	LE	24059	42.5893	-6.849	4
24517	Dragonte	dragonte	CL	LE	24059	42.6066	-6.8605	4
24520	Ruitelan	ruitelan	CL	LE	24198	42.6763	-6.9622	4
24520	Ransinde	ransinde	CL	LE	24198	42.6731	-6.9489	3
24520	Vega De Valcarce	vega-de-valcarce	CL	LE	24198	42.6607	-6.9378	4
24520	Braña, La (Villafranca)	brana-la-villafranca	CL	LE	24198	42.6731	-6.9489	3
24520	Moñon	monon	CL	LE	24198	42.6775	-6.935	4
24520	Sampron	sampron	CL	LE	24198	42.6778	-6.9604	4
24521	Albaredos	albaredos	CL	LE	24198	42.5953	-7.0403	4
24521	Moldes	moldes	CL	LE	24198	42.6335	-6.9612	4
24521	Corporales De Barjas	corporales-de-barjas	CL	LE	24198	42.5987	-6.9689	4
24521	Guimil	guimil	CL	LE	24198	42.6114	-6.9453	4
24521	Campo De La Liebre	campo-de-la-liebre	CL	LE	24198	42.6139	-6.9786	3
24521	Quintela De Barjas	quintela-de-barjas	CL	LE	24198	42.6018	-7.004	4
24521	Busmayor	busmayor	CL	LE	24198	42.627	-7.0177	4
24521	Corrales De Barjas	corrales-de-barjas	CL	LE	24198	42.6139	-6.9786	3
24521	Barrosas	barrosas	CL	LE	24198	42.6056	-7.0294	4
24521	Villasinde	villasinde	CL	LE	24198	42.6482	-6.9543	4
24521	Las Cruces	las-cruces	CL	LE	24198	42.6139	-6.9786	3
24521	Serviz	serviz	CL	LE	24198	42.6135	-6.9455	4
24521	Peñacaira	penacaira	CL	LE	24198	42.6139	-6.9786	3
24521	Barjas	barjas	CL	LE	24198	42.6118	-6.9798	4
24521	Vegas De Seo	vegas-de-seo	CL	LE	24198	42.6007	-6.9679	4
24521	Mosteiros	mosteiros	CL	LE	24198	42.5957	-6.9506	4
24521	Hermide	hermide	CL	LE	24198	42.637	-6.9565	4
24522	Pereje	pereje	CL	LE	24171	42.6167	-6.8333	4
24523	San Fiz Do Seo	san-fiz-do-seo	CL	LE	24171	42.6402	-6.9168	4
24523	Sotoparada	sotoparada	CL	LE	24171	42.6227	-6.8979	4
24523	Moral De Valcarce	moral-de-valcarce	CL	LE	24171	42.6068	-6.8969	4
24523	Parada De Soto	parada-de-soto	CL	LE	24171	42.6284	-6.8877	4
24523	Pradela	pradela	CL	LE	24171	42.6613	-6.8649	4
24523	Villar De Corrales	villar-de-corrales	CL	LE	24171	42.6173	-6.9097	4
24523	Paradela De Trabadelo	paradela-de-trabadelo	CL	LE	24171	42.6376	-6.8863	3
24523	Sotelo	sotelo	CL	LE	24171	42.6757	-6.8363	4
24523	Trabadelo	trabadelo	CL	LE	24171	42.6487	-6.88	4
24524	Ambasmestas	ambasmestas	CL	LE	24198	42.6636	-6.9465	4
24524	La Portela De Valcarce	la-portela-de-valcarce	CL	LE	24198	42.6606	-6.9217	4
24524	Sotogayoso	sotogayoso	CL	LE	24198	42.6499	-6.9201	4
24525	Valverde De Balboa	valverde-de-balboa	CL	LE	24009	42.7123	-6.9233	3
24525	Castañeiras	castaneiras	CL	LE	24009	42.7368	-6.9625	4
24525	Ruydelamas	ruydelamas	CL	LE	24009	42.7123	-6.9233	3
24525	Quintela De Balboa	quintela-de-balboa	CL	LE	24009	42.7123	-6.9233	3
24525	Villanueva De Castañeira	villanueva-de-castaneira	CL	LE	24009	42.7123	-6.9233	3
24525	Castañoso	castanoso	CL	LE	24009	42.7262	-6.9027	4
24525	Ruideferros	ruideferros	CL	LE	24009	42.7123	-6.9233	3
24525	Villafeile	villafeile	CL	LE	24009	42.6858	-6.9154	4
24525	Pumarin	pumarin	CL	LE	24009	42.7031	-6.9036	4
24525	Fuente De La Oliva	fuente-de-la-oliva	CL	LE	24009	42.7123	-6.9233	3
24525	Balboa	balboa	CL	LE	24009	42.7061	-6.9222	4
24525	Lamagrande	lamagrande	CL	LE	24009	42.6845	-6.9102	4
24525	Parajis	parajis	CL	LE	24009	42.7224	-6.9552	4
24525	Villarmarin	villarmarin	CL	LE	24009	42.7167	-6.95	4
24525	Villariños	villarinos	CL	LE	24009	42.7274	-6.9138	4
24525	Cantejeira	cantejeira	CL	LE	24009	42.7069	-6.8955	4
24525	Chan De Villar	chan-de-villar	CL	LE	24009	42.7196	-6.9252	4
24526	Las Lamas	las-lamas	CL	LE	24198	42.684	-7.0074	3
24526	La Faba	la-faba	CL	LE	24198	42.6848	-7.0064	4
24526	La Treita	la-treita	CL	LE	24198	42.684	-7.0074	3
24526	Bargelas	bargelas	CL	LE	24198	42.6781	-7.0077	4
24526	San Tirso De La Faba	san-tirso-de-la-faba	CL	LE	24198	42.684	-7.0074	3
24526	San Julian	san-julian	CL	LE	24198	42.65	-6.9833	4
24526	Las Herrerias De Valcarce	las-herrerias-de-valcarce	CL	LE	24198	42.684	-7.0074	3
24526	Lindoso	lindoso	CL	LE	24198	42.6676	-7.0019	4
24526	La Cernada	la-cernada	CL	LE	24198	42.6962	-7.033	4
24526	La Laguna De Castilla	la-laguna-de-castilla	CL	LE	24198	42.684	-7.0074	3
24526	Argenteiro	argenteiro	CL	LE	24198	42.6785	-7.0302	4
24526	Laballos	laballos	CL	LE	24198	42.7039	-6.9894	4
24526	El Castro	el-castro	CL	LE	24198	42.7126	-7.0074	4
24530	Valtuille De Abajo	valtuille-de-abajo	CL	LE	24206	42.5958	-6.7644	4
24530	Villadecanes	villadecanes	CL	LE	24206	42.5797	-6.7597	4
24530	Iglesias Del Campo	iglesias-del-campo	CL	LE	24206	42.5878	-6.7621	3
24540	Cacabelos	cacabelos	CL	LE	24030	42.6002	-6.7237	4
24544	Carracedo De Monasterio	carracedo-de-monasterio	CL	LE	24038	42.5719	-6.728	4
24545	San Juan De La Mata	san-juan-de-la-mata	CL	LE	24007	42.6461	-6.6661	4
24545	Cueto	cueto	CL	LE	24007	42.6333	-6.6549	4
24546	Espanillo	espanillo	CL	LE	24007	42.6766	-6.7039	4
24546	Canedo	canedo	CL	LE	24007	42.646	-6.7047	4
24546	San Vicente De Arganza	san-vicente-de-arganza	CL	LE	24007	42.6518	-6.6954	3
24546	Campelo	campelo	CL	LE	24007	42.6456	-6.6951	4
24546	Arganza	arganza	CL	LE	24007	42.6408	-6.6863	4
24546	San Miguel De Arganza	san-miguel-de-arganza	CL	LE	24007	42.65	-6.6869	4
24547	Valtuille De Arriba	valtuille-de-arriba	CL	LE	24209	42.6163	-6.7641	4
24547	Arborbuena	arborbuena	CL	LE	24209	42.6235	-6.7559	3
24547	San Clemente	san-clemente	CL	LE	24209	42.6308	-6.7477	4
24547	Pieros	pieros	CL	LE	24209	42.6235	-6.7559	3
24548	Quilos	quilos	CL	LE	24030	42.6317	-6.7224	4
24548	Villabuena	villabuena	CL	LE	24030	42.6352	-6.7377	4
24549	Carracedelo	carracedelo	CL	LE	24038	42.556	-6.7332	4
24550	Villamartin De La Abadia	villamartin-de-la-abadia	CL	LE	24038	42.5861	-6.7409	3
24550	Sorribas	sorribas	CL	LE	24038	42.5861	-6.7409	4
24550	Villanueva De La Abadia	villanueva-de-la-abadia	CL	LE	24038	42.5861	-6.7409	3
24560	Toral De Los Vados	toral-de-los-vados	CL	LE	24206	42.5431	-6.7771	4
24565	Villadepalos	villadepalos	CL	LE	24038	42.5398	-6.7497	4
24566	Oencia	oencia	CL	LE	24103	42.5476	-6.9686	4
24566	Sanvitul	sanvitul	CL	LE	24103	42.5586	-7.0074	4
24566	Villarrubin	villarrubin	CL	LE	24103	42.5535	-6.9934	3
24566	Leiroso	leiroso	CL	LE	24103	42.5542	-7.0041	4
24567	Cabeza De Campo	cabeza-de-campo	CL	LE	24103	42.5458	-6.8811	4
24567	Cancela	cancela	CL	LE	24103	42.5006	-6.8385	4
24567	Arnadelo	arnadelo	CL	LE	24103	42.5556	-6.9078	4
24567	Friera	friera	CL	LE	24103	42.5128	-6.8363	4
24567	Sobrado De Aguiar	sobrado-de-aguiar	CL	LE	24103	42.5287	-6.8659	3
24568	Arnado	arnado	CL	LE	24103	42.5366	-7.0135	4
24568	Lusio	lusio	CL	LE	24103	42.5168	-6.9741	4
24568	Gestoso	gestoso	CL	LE	24103	42.5475	-7.038	4
24569	Cabarcos	cabarcos	CL	LE	24103	42.5201	-6.9094	4
24569	Castropetre	castropetre	CL	LE	24103	42.5291	-6.943	4
24569	Sobredo	sobredo	CL	LE	24103	42.5401	-6.9064	4
24569	Paradela Del Rio	paradela-del-rio	CL	LE	24103	42.5314	-6.8007	4
24569	Penedelo	penedelo	CL	LE	24103	42.5302	-6.8899	3
24569	Portela De Aguiar	portela-de-aguiar	CL	LE	24103	42.5302	-6.8899	3
24569	Paradela De Arriba	paradela-de-arriba	CL	LE	24103	42.5302	-6.8899	3
24569	Aguiar	aguiar	CL	LE	24103	42.5302	-6.8899	3
24569	Requejo De Aguiar	requejo-de-aguiar	CL	LE	24103	42.5302	-6.8899	3
24600	La Pola De Gordon	la-pola-de-gordon	CL	LE	24114	42.8566	-5.6677	4
24607	Vega De Gordon	vega-de-gordon	CL	LE	24114	42.8707	-5.6616	4
24608	Buiza	buiza	CL	LE	24114	42.8947	-5.6839	4
24608	Paradilla De Gordon	paradilla-de-gordon	CL	LE	24114	42.8843	-5.736	4
24608	Geras De Gordon	geras-de-gordon	CL	LE	24114	42.895	-5.7691	4
24608	Folledo	folledo	CL	LE	24114	42.8966	-5.7228	4
24608	Beberino	beberino	CL	LE	24114	42.8654	-5.6806	4
24608	Cabornera	cabornera	CL	LE	24114	42.875	-5.7136	4
24609	Huergas De Gordon	huergas-de-gordon	CL	LE	24114	42.8447	-5.6541	4
24609	Los Barrios De Gordon	los-barrios-de-gordon	CL	LE	24114	42.8378	-5.6289	3
24609	Llombera	llombera	CL	LE	24114	42.8432	-5.5911	4
24609	Peredilla	peredilla	CL	LE	24114	42.8254	-5.6416	4
24609	Nocedo De Gordon	nocedo-de-gordon	CL	LE	24114	42.8378	-5.6289	3
24610	Campo Y Santibañez	campo-y-santibanez	CL	LE	24061	42.6891	-5.6398	4
24620	Cuadros	cuadros	CL	LE	24061	42.7116	-5.6383	4
24620	Cabanillas	cabanillas	CL	LE	24061	42.7289	-5.6319	4
24620	Valsemana	valsemana	CL	LE	24061	42.7352	-5.6717	4
24630	La Seca	la-seca	CL	LE	24061	42.7462	-5.6347	4
24630	Cascantes	cascantes	CL	LE	24061	42.7655	-5.6372	4
24640	La Robla	la-robla	CL	LE	24134	42.803	-5.629	4
24648	Rabanal De Fenar	rabanal-de-fenar	CL	LE	24098	42.8102	-5.5762	4
24648	Brugos De Fenar	brugos-de-fenar	CL	LE	24098	42.8071	-5.5866	4
24648	Candanedo De Fenar	candanedo-de-fenar	CL	LE	24098	42.8174	-5.5594	4
24648	Robledo De Fenar	robledo-de-fenar	CL	LE	24098	42.8292	-5.5391	4
24648	Solana De Fenar	solana-de-fenar	CL	LE	24098	42.8266	-5.5473	4
24649	Olleros De Alba	olleros-de-alba	CL	LE	24134	42.8015	-5.6979	4
24649	Puente De Alba	puente-de-alba	CL	LE	24134	42.8195	-5.6278	4
24649	Alcedo De Alba	alcedo-de-alba	CL	LE	24134	42.8069	-5.6587	3
24649	Sorribos De Alba	sorribos-de-alba	CL	LE	24134	42.8007	-5.6663	4
24649	Llanos De Alba	llanos-de-alba	CL	LE	24134	42.8061	-5.6429	4
24650	Santa Lucia	santa-lucia	CL	LE	24114	42.8758	-5.6356	4
24660	Ciñera	cinera	CL	LE	24114	42.8853	-5.635	4
24670	La Vid	la-vid	CL	LE	24114	42.9134	-5.6567	3
24670	Villasimpliz	villasimpliz	CL	LE	24114	42.9134	-5.6567	4
24680	Villamanin	villamanin	CL	LE	24901	42.9386	-5.6567	4
24687	Rodiezmo	rodiezmo	CL	LE	24901	42.95	-5.6833	4
24687	Ventosilla	ventosilla	CL	LE	24901	42.95	-5.6833	3
24688	Casares De Arbas	casares-de-arbas	CL	LE	24901	42.9392	-5.7779	4
24688	Viadangos De Arbas	viadangos-de-arbas	CL	LE	24901	42.9529	-5.7447	4
24688	Cubillas De Arbas	cubillas-de-arbas	CL	LE	24901	42.9283	-5.8058	4
24688	Poladura De La Tercia	poladura-de-la-tercia	CL	LE	24901	42.95	-5.7167	4
24688	San Martin De La Tercia	san-martin-de-la-tercia	CL	LE	24901	42.9463	-5.7232	4
24689	Millaro	millaro	CL	LE	24901	42.9833	-5.6333	4
24689	Velilla De La Tercia	velilla-de-la-tercia	CL	LE	24901	42.9475	-5.637	4
24689	Barrio De La Tercia	barrio-de-la-tercia	CL	LE	24901	42.9612	-5.6482	3
24689	Villanueva De La Tercia	villanueva-de-la-tercia	CL	LE	24901	42.9615	-5.669	4
24689	Golpejar De La Tercia	golpejar-de-la-tercia	CL	LE	24901	42.9525	-5.6535	4
24689	Fontun	fontun	CL	LE	24901	42.9612	-5.6482	3
24690	Busdongo	busdongo	CL	LE	24901	42.9833	-5.7	4
24690	Arbas Del Puerto	arbas-del-puerto	CL	LE	24901	42.9833	-5.7	3
24699	Tonin	tonin	CL	LE	24901	43.007	-5.684	4
24699	Pendilla	pendilla	CL	LE	24901	43.0259	-5.7025	4
24699	Camplongo	camplongo	CL	LE	24901	42.9833	-5.6833	4
24700	Astorga	astorga	CL	LE	24008	42.4588	-6.056	4
24710	San Justo De La Vega	san-justo-de-la-vega	CL	LE	24148	42.457	-6.0183	4
24710	San Roman De La Vega	san-roman-de-la-vega	CL	LE	24148	42.4702	-6.0221	4
24711	Fontoria De Cepeda	fontoria-de-cepeda	CL	LE	24214	42.5169	-6.0422	4
24711	Castrillo De Cepeda	castrillo-de-cepeda	CL	LE	24214	42.5831	-6.0174	4
24711	La Carrera De Otero	la-carrera-de-otero	CL	LE	24214	42.5167	-6.0333	4
24711	Villamejil	villamejil	CL	LE	24214	42.5621	-6.0251	4
24712	Cogorderos	cogorderos	CL	LE	24214	42.542	-6.029	4
24712	Quintana De Fon	quintana-de-fon	CL	LE	24214	42.53	-6.0358	4
24712	Revilla	revilla	CL	LE	24214	42.536	-6.0324	3
24713	Sueros De Cepeda	sueros-de-cepeda	CL	LE	24214	42.4797	-6.1166	1
24714	Pradorrey	pradorrey	CL	LE	24023	42.4959	-6.1201	4
24714	Bonillos	bonillos	CL	LE	24023	42.4893	-6.091	4
24714	Requejo De Pradorrey	requejo-de-pradorrey	CL	LE	24023	42.4923	-6.1068	4
24715	Veldedo	veldedo	CL	LE	24023	42.5428	-6.1952	4
24715	Rodrigatos De La Obispalia	rodrigatos-de-la-obispalia	CL	LE	24023	42.5502	-6.1838	4
24715	Quintanilla De Combarros	quintanilla-de-combarros	CL	LE	24023	42.5272	-6.1634	4
24715	Combarros	combarros	CL	LE	24023	42.5192	-6.1257	4
24716	Brazuelo	brazuelo	CL	LE	24023	42.497	-6.1573	4
24717	Boisan	boisan	CL	LE	24161	42.3703	-6.2897	4
24717	Quintanilla De Somoza	quintanilla-de-somoza	CL	LE	24161	42.3742	-6.2583	4
24717	Valdespino De Somoza	valdespino-de-somoza	CL	LE	24161	42.4045	-6.1448	4
24717	Val De San Roman	val-de-san-roman	CL	LE	24161	42.4279	-6.1339	4
24717	Luyego De Somoza	luyego-de-somoza	CL	LE	24161	42.3946	-6.1972	3
24717	Val De San Lorenzo	val-de-san-lorenzo	CL	LE	24161	42.4182	-6.1239	4
24717	Lagunas De Somoza	lagunas-de-somoza	CL	LE	24161	42.3809	-6.1925	4
24717	Villalibre De Somoza	villalibre-de-somoza	CL	LE	24161	42.3864	-6.2375	4
24718	Santa Catalina De Somoza	santa-catalina-de-somoza	CL	LE	24008	42.4557	-6.1591	4
24718	Castrillo De Los Polvazares	castrillo-de-los-polvazares	CL	LE	24008	42.4667	-6.1333	4
24718	Murias De Rechivaldo	murias-de-rechivaldo	CL	LE	24008	42.4599	-6.1063	4
24718	Valdeviejas	valdeviejas	CL	LE	24008	42.4624	-6.0785	4
24718	El Ganso	el-ganso	CL	LE	24008	42.4655	-6.2047	4
24719	Brimeda	brimeda	CL	LE	24219	42.4888	-6.0669	4
24719	Villaobispo De Otero	villaobispo-de-otero	CL	LE	24219	42.5007	-6.0581	4
24719	Otero De Escarpizo	otero-de-escarpizo	CL	LE	24219	42.5158	-6.0619	4
24720	Pedredo	pedredo	CL	LE	24152	42.4463	-6.2011	4
24720	Murias De Pedredo	murias-de-pedredo	CL	LE	24152	42.4337	-6.2014	4
24720	San Martin Del Agostedo	san-martin-del-agostedo	CL	LE	24152	42.4375	-6.1748	4
24721	Tabuyo Del Monte	tabuyo-del-monte	CL	LE	24044	42.3132	-6.2025	4
24721	Priaranza De La Valduerna	priaranza-de-la-valduerna	CL	LE	24044	42.3318	-6.1985	4
24721	Villar De Golfer	villar-de-golfer	CL	LE	24044	42.3509	-6.1899	4
24721	Castrillo De La Valduerna	castrillo-de-la-valduerna	CL	LE	24044	42.3239	-6.1345	4
24721	Velilla De La Valduerna	velilla-de-la-valduerna	CL	LE	24044	42.3267	-6.1444	4
24722	Viforcos	viforcos	CL	LE	24152	42.5187	-6.2401	4
24722	Argañoso	arganoso	CL	LE	24152	42.5128	-6.2656	4
24722	Tabladillo	tabladillo	CL	LE	24152	42.4334	-6.2327	4
24722	Rabanal Viejo	rabanal-viejo	CL	LE	24152	42.495	-6.2711	4
24722	Rabanal Del Camino	rabanal-del-camino	CL	LE	24152	42.4818	-6.2841	4
24722	Villar De Los Ciervos	villar-de-los-ciervos	CL	LE	24152	42.4736	-6.275	3
24722	Valdemanzanas	valdemanzanas	CL	LE	24152	42.4354	-6.2851	4
24722	Foncebadon	foncebadon	CL	LE	24152	42.4912	-6.3437	4
24722	La Maluenga	la-maluenga	CL	LE	24152	42.4999	-6.2844	4
24722	Santa Colomba De Somoza	santa-colomba-de-somoza	CL	LE	24152	42.4447	-6.2448	4
24722	Andiñuela	andinuela	CL	LE	24152	42.457	-6.3157	4
24722	Turienzo De Los Caballeros	turienzo-de-los-caballeros	CL	LE	24152	42.4499	-6.2644	4
24722	Santa Marina De Somoza	santa-marina-de-somoza	CL	LE	24152	42.4629	-6.2688	4
24723	Filiel	filiel	CL	LE	24090	42.3783	-6.3345	4
24723	Chana De Somoza	chana-de-somoza	CL	LE	24090	42.3971	-6.3435	4
24723	Lucillo	lucillo	CL	LE	24090	42.4096	-6.3039	4
24724	Pobladura De La Sierra	pobladura-de-la-sierra	CL	LE	24090	42.4199	-6.4488	4
24724	Busnadiego	busnadiego	CL	LE	24090	42.4179	-6.3479	4
24724	Piedrasalvas	piedrasalvas	CL	LE	24090	42.411	-6.3877	3
24724	Molinaferrera	molinaferrera	CL	LE	24090	42.3952	-6.3666	4
24730	Villalis De La Valduerna	villalis-de-la-valduerna	CL	LE	24066	42.3167	-6.0333	4
24730	Posada De La Valduerna	posada-de-la-valduerna	CL	LE	24066	42.3167	-6.0167	4
24730	Robledo De La Valduerna	robledo-de-la-valduerna	CL	LE	24066	42.3278	-6.0592	4
24730	Destriana	destriana	CL	LE	24066	42.3273	-6.0957	4
24730	Robledino De La Valduerna	robledino-de-la-valduerna	CL	LE	24066	42.3321	-6.046	4
24731	Oteruelo De La Valduerna	oteruelo-de-la-valduerna	CL	LE	24161	42.4205	-6.0862	4
24731	Morales Del Arcediano	morales-del-arcediano	CL	LE	24161	42.4211	-6.0978	4
24731	Piedralba	piedralba	CL	LE	24161	42.4232	-6.0712	4
24732	Tejados	tejados	CL	LE	24161	42.3683	-6.0386	4
24732	Santiagomillas	santiagomillas	CL	LE	24161	42.3714	-6.0567	3
24732	Curillas	curillas	CL	LE	24161	42.3744	-6.0748	4
24733	Torneros De Jamuz	torneros-de-jamuz	CL	LE	24125	42.2743	-6.1447	4
24733	Quintanilla De Florez	quintanilla-de-florez	CL	LE	24125	42.2551	-6.103	4
24734	Nogarejas	nogarejas	CL	LE	24047	42.1874	-6.1392	4
24734	Pobladura Del Yuso	pobladura-del-yuso	CL	LE	24047	42.1903	-6.1133	3
24734	Pinilla De La Valderia	pinilla-de-la-valderia	CL	LE	24047	42.1932	-6.0875	4
24735	Castrocontrigo	castrocontrigo	CL	LE	24047	42.1836	-6.1902	4
24736	Morla De La Valderia	morla-de-la-valderia	CL	LE	24047	42.2083	-6.2475	3
24736	Torneros De La Valderia	torneros-de-la-valderia	CL	LE	24047	42.2083	-6.2475	4
24738	Pozos	pozos	CL	LE	24172	42.2805	-6.3282	4
24738	Quintanilla De Yuso	quintanilla-de-yuso	CL	LE	24172	42.2417	-6.3773	4
24738	Manzaneda De Cabrera	manzaneda-de-cabrera	CL	LE	24172	42.2523	-6.3534	3
24738	Cunas	cunas	CL	LE	24172	42.2544	-6.3803	4
24738	Villar Del Monte	villar-del-monte	CL	LE	24172	42.2324	-6.328	4
24740	Truchas	truchas	CL	LE	24161	42.2609	-6.436	4
24740	Truchillas	truchillas	CL	LE	24161	42.2359	-6.4624	4
24740	Valdavido	valdavido	CL	LE	24161	42.2407	-6.422	4
24740	Corporales	corporales	CL	LE	24161	42.3091	-6.4563	4
24740	La Cuesta	la-cuesta	CL	LE	24161	42.2588	-6.4212	4
24740	Baillo	baillo	CL	LE	24161	42.2833	-6.4627	4
24741	Iruela	iruela	CL	LE	24172	42.2624	-6.5022	4
24741	Villarino De Cabrera	villarino-de-cabrera	CL	LE	24172	42.2624	-6.5022	3
24742	Castrillo De Cabrera	castrillo-de-cabrera	CL	LE	24043	42.3404	-6.5445	4
24742	Odollo	odollo	CL	LE	24043	42.3462	-6.5921	4
24743	Ambasaguas De Cabrera	ambasaguas-de-cabrera	CL	LE	24067	42.2808	-6.5645	3
24743	Castrohinojo	castrohinojo	CL	LE	24067	42.2837	-6.5715	4
24743	Quintanilla De Losada	quintanilla-de-losada	CL	LE	24067	42.2778	-6.5575	4
24744	Marrubio	marrubio	CL	LE	24043	42.3241	-6.5373	4
24744	Nogar	nogar	CL	LE	24043	42.2991	-6.5091	4
24744	Robledo De Losada	robledo-de-losada	CL	LE	24043	42.286	-6.544	4
24744	Saceda De Cabrera	saceda-de-cabrera	CL	LE	24043	42.3136	-6.5265	3
24744	Noceda De Cabrera	noceda-de-cabrera	CL	LE	24043	42.3454	-6.5156	4
24745	Trabazos	trabazos	CL	LE	24067	42.284	-6.5963	4
24745	Encinedo	encinedo	CL	LE	24067	42.2705	-6.5937	4
24745	Santa Eulalia De Cabrera	santa-eulalia-de-cabrera	CL	LE	24067	42.2523	-6.5857	4
24746	La Baña	la-bana	CL	LE	24067	42.2691	-6.6716	4
24746	Forna	forna	CL	LE	24067	42.2784	-6.6318	4
24746	Losadilla	losadilla	CL	LE	24067	42.2737	-6.6517	3
24750	La Bañeza	la-baneza	CL	LE	24010	42.3003	-5.8977	4
24760	Castrocalbon	castrocalbon	CL	LE	24046	42.1971	-5.9823	4
24760	San Felix De La Valderia	san-felix-de-la-valderia	CL	LE	24046	42.1861	-5.9908	3
24760	San Esteban De Nogales	san-esteban-de-nogales	CL	LE	24046	42.16	-5.9307	4
24760	Calzada De La Valderia	calzada-de-la-valderia	CL	LE	24046	42.1944	-6.0068	4
24760	Felechares De La Valderia	felechares-de-la-valderia	CL	LE	24046	42.193	-6.0436	4
24761	Alija Del Infantado	alija-del-infantado	CL	LE	24003	42.2888	-5.9354	1
24762	Quintana Del Marco	quintana-del-marco	CL	LE	24124	42.2067	-5.8503	4
24762	Santa Elena De Jamuz	santa-elena-de-jamuz	CL	LE	24124	42.2606	-5.8876	4
24762	Villanueva De Jamuz	villanueva-de-jamuz	CL	LE	24124	42.2343	-5.8565	4
24763	Villazala	villazala	CL	LE	24166	42.3615	-5.856	4
24763	Regueras De Abajo	regueras-de-abajo	CL	LE	24166	42.2868	-5.8594	4
24763	Hinojo, De (Caserio)	hinojo-de-caserio	CL	LE	24166	42.3209	-5.8669	3
24763	Valdesandinas	valdesandinas	CL	LE	24166	42.3493	-5.8667	4
24763	Requejo De La Vega	requejo-de-la-vega	CL	LE	24166	42.3129	-5.893	4
24763	Regueras De Arriba	regueras-de-arriba	CL	LE	24166	42.2941	-5.8596	4
24764	Santa Colomba De La Vega	santa-colomba-de-la-vega	CL	LE	24166	42.3232	-5.9075	4
24764	San Mames De La Vega	san-mames-de-la-vega	CL	LE	24166	42.3255	-5.9229	3
24764	Palacios De La Valduerna	palacios-de-la-valduerna	CL	LE	24166	42.3277	-5.9383	4
24765	Fresno De La Valduerna	fresno-de-la-valduerna	CL	LE	24131	42.3322	-6.0134	4
24765	Redelga De La Valduerna	redelga-de-la-valduerna	CL	LE	24131	42.316	-5.9645	4
24765	Miñambres De La Valduerna	minambres-de-la-valduerna	CL	LE	24131	42.3119	-5.9748	4
24765	Valle De La Valduerna	valle-de-la-valduerna	CL	LE	24131	42.3198	-5.9952	4
24765	Castrotierra De La Valduerna	castrotierra-de-la-valduerna	CL	LE	24131	42.3283	-5.9942	4
24766	Ribas De La Valduerna	ribas-de-la-valduerna	CL	LE	24010	42.3063	-5.9538	4
24766	Santiago De La Valduerna	santiago-de-la-valduerna	CL	LE	24010	42.4205	-6.0862	4
24766	Villamontan De La Valduerna	villamontan-de-la-valduerna	CL	LE	24010	42.3096	-5.9966	4
24767	Herreros De Jamuz	herreros-de-jamuz	CL	LE	24125	42.2623	-5.9844	4
24767	Tabuyuelo De Jamuz	tabuyuelo-de-jamuz	CL	LE	24125	42.276	-5.9974	4
24767	Palacios De Jamuz	palacios-de-jamuz	CL	LE	24125	42.2518	-6.0763	4
24767	Jimenez De Jamuz	jimenez-de-jamuz	CL	LE	24125	42.2657	-5.9289	4
24767	Quintana Y Congosto	quintana-y-congosto	CL	LE	24125	42.2558	-6.0364	4
24768	Vecilla De La Vega	vecilla-de-la-vega	CL	LE	24166	42.3528	-5.8821	4
24768	Alcaidon O Alquidon	alcaidon-o-alquidon	CL	LE	24166	42.3468	-5.8868	3
24768	Soto De La Vega	soto-de-la-vega	CL	LE	24166	42.3323	-5.8822	4
24768	Huerga De Garaballes	huerga-de-garaballes	CL	LE	24166	42.3395	-5.9001	4
24768	Oteruelo De La Vega	oteruelo-de-la-vega	CL	LE	24166	42.3626	-5.8826	4
24769	San Juan De Torres	san-juan-de-torres	CL	LE	24053	42.2459	-5.839	4
24769	San Martin De Torres	san-martin-de-torres	CL	LE	24053	42.2712	-5.8516	4
24769	Cebrones Del Rio	cebrones-del-rio	CL	LE	24053	42.2573	-5.8262	4
24790	Valcabado Del Paramo	valcabado-del-paramo	CL	LE	24136	42.2769	-5.8461	1
24791	Moscas Del Paramo	moscas-del-paramo	CL	LE	24230	42.2514	-5.8041	4
24791	Roperuelos Del Paramo	roperuelos-del-paramo	CL	LE	24230	42.2378	-5.7823	4
24792	Genestacio	genestacio	CL	LE	24003	42.192	-5.8562	4
24792	Altobar De La Encomienda	altobar-de-la-encomienda	CL	LE	24003	42.1634	-5.8141	4
24792	La Nora Del Rio	la-nora-del-rio	CL	LE	24003	42.1807	-5.8316	3
24792	Navianos De La Vega	navianos-de-la-vega	CL	LE	24003	42.1868	-5.8245	4
24793	Matanza De La Sequeda	matanza-de-la-sequeda	CL	LE	24182	42.3936	-6.012	3
24793	Castrillo De Las Piedras	castrillo-de-las-piedras	CL	LE	24182	42.4099	-5.9944	4
24793	Bustos	bustos	CL	LE	24182	42.3769	-6.0202	4
24793	Valderrey	valderrey	CL	LE	24182	42.3941	-6.0215	4
24794	Toral Del Fondo	toral-del-fondo	CL	LE	24131	42.3843	-5.9764	3
24794	Riego De La Vega	riego-de-la-vega	CL	LE	24131	42.3914	-5.981	4
24794	Toralino	toralino	CL	LE	24131	42.3771	-5.9717	4
24795	San Felix De La Vega	san-felix-de-la-vega	CL	LE	24131	42.3832	-5.9317	3
24795	Santibañez De La Isla	santibanez-de-la-isla	CL	LE	24131	42.3743	-5.9344	4
24795	Posadilla De La Vega	posadilla-de-la-vega	CL	LE	24131	42.4012	-5.9439	4
24795	San Cristobal De La Polantera	san-cristobal-de-la-polantera	CL	LE	24131	42.3904	-5.9073	4
24795	Santa Maria De La Isla	santa-maria-de-la-isla	CL	LE	24131	42.3553	-5.9287	4
24795	Villagarcia De La Vega	villagarcia-de-la-vega	CL	LE	24131	42.391	-5.928	4
24795	Villarnera De La Vega	villarnera-de-la-vega	CL	LE	24131	42.3867	-5.948	4
24796	Saludes De Castroponce	saludes-de-castroponce	CL	LE	24005	42.1565	-5.7458	4
24796	Cazanuecos	cazanuecos	CL	LE	24005	42.1873	-5.702	4
24796	Ribera De La Polvorosa	ribera-de-la-polvorosa	CL	LE	24005	42.1873	-5.6488	4
24796	La Antigua	la-antigua	CL	LE	24005	42.1786	-5.6898	4
24796	Pozuelo Del Paramo	pozuelo-del-paramo	CL	LE	24005	42.171	-5.7681	4
24796	Grajal De La Ribera	grajal-de-la-ribera	CL	LE	24005	42.1873	-5.6488	4
24796	Audanzas Del Valle	audanzas-del-valle	CL	LE	24005	42.1685	-5.713	4
24797	San Adrian Del Valle	san-adrian-del-valle	CL	LE	24141	42.1303	-5.729	4
24800	Cistierna	cistierna	CL	LE	24056	42.8034	-5.1266	4
24810	Sabero	sabero	CL	LE	24137	42.8359	-5.1487	4
24811	Olleros De Sabero	olleros-de-sabero	CL	LE	24137	42.8303	-5.1803	4
24812	Saelices De Sabero	saelices-de-sabero	CL	LE	24137	42.8347	-5.1644	4
24813	Santa Olaja De La Varga	santa-olaja-de-la-varga	CL	LE	24056	42.8372	-5.1175	4
24813	Fuentes De Peñacorada	fuentes-de-penacorada	CL	LE	24056	42.8356	-5.0905	4
24813	Ocejo De La Peña	ocejo-de-la-pena	CL	LE	24056	42.8643	-5.0852	4
24814	Sotillos De Sabero	sotillos-de-sabero	CL	LE	24137	42.8026	-5.1321	1
24815	Sorriba Del Esla	sorriba-del-esla	CL	LE	24056	42.7363	-5.1602	3
24815	Modino	modino	CL	LE	24056	42.7592	-5.1533	4
24815	Santibañez De Rueda	santibanez-de-rueda	CL	LE	24056	42.7189	-5.1708	4
24815	Pesquera	pesquera	CL	LE	24056	42.7307	-5.1566	4
24816	Quintana De La Peña	quintana-de-la-pena	CL	LE	24056	42.7909	-5.077	4
24816	Valmartino	valmartino	CL	LE	24056	42.7904	-5.1085	4
24820	Pardave	pardave	CL	LE	24076	42.8076	-5.5049	4
24820	Pedrun De Torio	pedrun-de-torio	CL	LE	24076	42.7865	-5.4986	4
24820	Matueca De Torio	matueca-de-torio	CL	LE	24076	42.7722	-5.5107	4
24830	Barrio De La Estacion (Matallana)	barrio-de-la-estacion-matallana	CL	LE	24098	42.8656	-5.5203	4
24836	Valle De Vegacervera	valle-de-vegacervera	CL	LE	24194	42.8912	-5.5793	4
24836	Coladilla	coladilla	CL	LE	24194	42.884	-5.5594	4
24836	Villalfeide	villalfeide	CL	LE	24194	42.8792	-5.516	4
24836	Villar Del Puerto	villar-del-puerto	CL	LE	24194	42.8915	-5.5991	4
24836	Serrilla	serrilla	CL	LE	24194	42.874	-5.5249	4
24836	Matallana De Torio (Pueblo)	matallana-de-torio-pueblo	CL	LE	24194	42.8847	-5.5524	3
24836	Vegacervera	vegacervera	CL	LE	24194	42.8881	-5.5355	4
24837	Tabanedo	tabanedo	CL	LE	24037	42.9167	-5.5167	4
24837	Valporquero De Torio	valporquero-de-torio	CL	LE	24037	42.9088	-5.5616	4
24837	Felmin	felmin	CL	LE	24037	42.9177	-5.5389	4
24837	Gete	gete	CL	LE	24037	42.9321	-5.5562	4
24837	Valverde De Curueño	valverde-de-curueno	CL	LE	24037	42.9334	-5.5205	3
24837	Getino	getino	CL	LE	24037	42.9369	-5.5415	4
24837	Pedrosa	pedrosa	CL	LE	24037	42.9507	-5.5283	4
24837	Genicera	genicera	CL	LE	24037	42.9525	-5.4937	4
24837	Rodillazo	rodillazo	CL	LE	24037	42.9224	-5.5036	4
24837	Valverdin	valverdin	CL	LE	24037	42.9514	-5.5458	4
24837	Valdeteja	valdeteja	CL	LE	24037	42.9289	-5.4252	4
24837	Lavandera	lavandera	CL	LE	24037	42.9499	-5.514	4
24838	Piedrafita La Mediana	piedrafita-la-mediana	CL	LE	24037	42.9751	-5.58	3
24838	Canseco	canseco	CL	LE	24037	42.9869	-5.5287	4
24838	Piornedo	piornedo	CL	LE	24037	43.0027	-5.5846	4
24838	Villanueva De Pontedo	villanueva-de-pontedo	CL	LE	24037	42.9833	-5.5833	4
24838	Carmenes	carmenes	CL	LE	24037	42.9586	-5.5735	4
24838	Pontedo	pontedo	CL	LE	24037	42.9667	-5.65	4
24838	Almuzara	almuzara	CL	LE	24037	42.9522	-5.5596	4
24839	Valcueva, La - Palazuelo	valcueva-la-palazuelo	CL	LE	24098	42.848	-5.487	4
24839	Naredo De Fenar	naredo-de-fenar	CL	LE	24098	42.8287	-5.5247	4
24839	La Valcueva	la-valcueva	CL	LE	24098	42.8418	-5.5154	3
24839	Robles De La Valcueva	robles-de-la-valcueva	CL	LE	24098	42.838	-5.5074	4
24839	Orzonaga	orzonaga	CL	LE	24098	42.8526	-5.5424	4
24840	La Vecilla De Curueño	la-vecilla-de-curueno	CL	LE	24193	42.8485	-5.4064	4
24843	Lugueros	lugueros	CL	LE	24177	42.9727	-5.4123	4
24843	Redilluera	redilluera	CL	LE	24177	42.9713	-5.4609	4
24843	Llamazares	llamazares	CL	LE	24177	42.9684	-5.4459	4
24844	Cerulleda	cerulleda	CL	LE	24177	42.9999	-5.4243	4
24844	Redipuertas	redipuertas	CL	LE	24177	43.0129	-5.4439	4
24844	Villaverde De La Cuerna	villaverde-de-la-cuerna	CL	LE	24177	43.0029	-5.3934	4
24845	Braña, La (La Vecilla )	brana-la-la-vecilla	CL	LE	24177	42.9622	-5.383	3
24845	Tolibia De Abajo	tolibia-de-abajo	CL	LE	24177	42.9664	-5.4033	4
24845	Tolibia De Arriba	tolibia-de-arriba	CL	LE	24177	42.9727	-5.3825	4
24845	Arintero	arintero	CL	LE	24177	42.9473	-5.3631	4
24846	Nocedo De Curueño	nocedo-de-curueno	CL	LE	24179	42.9833	-5.4833	4
24846	Montuerto	montuerto	CL	LE	24179	42.8844	-5.3936	4
24846	Valdorria	valdorria	CL	LE	24179	42.89	-5.4185	4
24847	La Mata De La Berbula	la-mata-de-la-berbula	CL	LE	24179	42.8665	-5.4096	4
24847	Valdepielago	valdepielago	CL	LE	24179	42.869	-5.3976	4
24847	Otero De Curueño	otero-de-curueno	CL	LE	24179	42.8566	-5.3951	4
24847	Ranedo De Curueño	ranedo-de-curueno	CL	LE	24179	42.8647	-5.3914	4
24848	La Mata De Curueño	la-mata-de-curueno	CL	LE	24151	42.7781	-5.4117	4
24848	Sopeña De Curueño	sopena-de-curueno	CL	LE	24151	42.8094	-5.4052	4
24848	Pardesivil	pardesivil	CL	LE	24151	42.7887	-5.4154	4
24848	Santa Colomba De Curueño	santa-colomba-de-curueno	CL	LE	24151	42.7506	-5.412	4
24848	La Candana De Curueño	la-candana-de-curueno	CL	LE	24151	42.8269	-5.4106	4
24849	Campohermoso	campohermoso	CL	LE	24179	42.8568	-5.4288	4
24849	Aviados	aviados	CL	LE	24179	42.8594	-5.4432	4
24849	Correcillas	correcillas	CL	LE	24179	42.8852	-5.4539	4
24850	Boñar	bonar	CL	LE	24021	42.8668	-5.3239	4
24852	La Mata De La Riva	la-mata-de-la-riva	CL	LE	24021	42.8654	-5.3348	3
24852	Barrio De Las Ollas	barrio-de-las-ollas	CL	LE	24021	42.8654	-5.3348	4
24853	Remellan	remellan	CL	LE	24021	42.908	-5.3323	3
24853	Oville	oville	CL	LE	24021	42.9085	-5.3491	4
24853	Valdecastillo	valdecastillo	CL	LE	24021	42.9075	-5.3155	4
24854	Valdehuesa	valdehuesa	CL	LE	24021	42.9361	-5.3271	4
24854	Rucayo	rucayo	CL	LE	24021	42.9677	-5.3208	4
24854	Poblado Del Pantano Del Porma	poblado-del-pantano-del-porma	CL	LE	24021	42.9519	-5.324	3
24855	Puebla De Lillo	puebla-de-lillo	CL	LE	24121	43.0069	-5.2739	4
24855	Isoba	isoba	CL	LE	24121	43.0554	-5.3256	4
24855	Redipollos	redipollos	CL	LE	24121	43.0027	-5.2552	4
24855	San Isidro	san-isidro	CL	LE	24121	43.065	-5.3693	4
24856	Reyero	reyero	CL	LE	24129	42.9488	-5.1989	4
24856	Primajas	primajas	CL	LE	24129	42.9299	-5.1918	4
24856	Viego	viego	CL	LE	24129	42.9439	-5.1811	4
24856	Pallide	pallide	CL	LE	24129	42.9567	-5.223	4
24857	Cofiñal	cofinal	CL	LE	24021	43.0308	-5.2684	4
24857	San Cibrian De Somoza	san-cibrian-de-somoza	CL	LE	24021	42.9833	-5.25	4
24857	Solle	solle	CL	LE	24021	42.9828	-5.2337	4
24857	Orones	orones	CL	LE	24021	42.9635	-5.2377	4
24858	Colle	colle	CL	LE	24021	42.8402	-5.251	4
24858	Felechas	felechas	CL	LE	24021	42.8459	-5.2334	4
24858	Llama De Colle	llama-de-colle	CL	LE	24021	42.8333	-5.25	4
24858	Grandoso	grandoso	CL	LE	24021	42.8493	-5.2766	4
24858	Veneros	veneros	CL	LE	24021	42.8344	-5.271	4
24859	Voznuevo	voznuevo	CL	LE	24021	42.8622	-5.2938	4
24859	Vozmediano	vozmediano	CL	LE	24021	42.8756	-5.2283	4
24859	Adrados	adrados	CL	LE	24021	42.8764	-5.2829	4
24860	Las Bodas	las-bodas	CL	LE	24021	42.8458	-5.2975	4
24860	Losilla, La Y San Adrian	losilla-la-y-san-adrian	CL	LE	24021	42.8374	-5.3167	4
24860	La Devesa De Boñar	la-devesa-de-bonar	CL	LE	24021	42.8214	-5.2967	4
24869	Llamera	llamera	CL	LE	24199	42.8375	-5.3486	4
24869	Palazuelo De Boñar	palazuelo-de-bonar	CL	LE	24199	42.8353	-5.332	4
24870	La Ercina	la-ercina	CL	LE	24068	42.8157	-5.2198	3
24870	Oceja De Valdellorma	oceja-de-valdellorma	CL	LE	24068	42.8149	-5.2046	4
24870	Sobrepeña	sobrepena	CL	LE	24068	42.8166	-5.2349	4
24877	Acisa De Las Arrimadas	acisa-de-las-arrimadas	CL	LE	24068	42.8067	-5.2608	4
24877	Corral De Las Arrimadas	corral-de-las-arrimadas	CL	LE	24068	42.8137	-5.2995	4
24877	Barrillos De Las Arrimadas	barrillos-de-las-arrimadas	CL	LE	24068	42.811	-5.2843	4
24877	Santa Colomba De Las Arrimadas	santa-colomba-de-las-arrimadas	CL	LE	24068	42.8158	-5.306	4
24877	Laiz De Las Arrimadas	laiz-de-las-arrimadas	CL	LE	24068	42.8157	-5.3179	4
24878	Fresnedo De Valdellorma	fresnedo-de-valdellorma	CL	LE	24068	42.7957	-5.227	4
24878	Palacio De Valdellorma	palacio-de-valdellorma	CL	LE	24068	42.7754	-5.229	4
24878	Valporquero De Rueda	valporquero-de-rueda	CL	LE	24068	42.7508	-5.2378	4
24878	San Bartolome De Rueda	san-bartolome-de-rueda	CL	LE	24068	42.7297	-5.2189	4
24879	Yugueros	yugueros	CL	LE	24068	42.8098	-5.175	4
24879	San Pedro De Foncallada	san-pedro-de-foncallada	CL	LE	24068	42.8055	-5.1915	3
24879	La Serna	la-serna	CL	LE	24068	42.8012	-5.208	4
24880	Puente Almuhey	puente-almuhey	CL	LE	24183	42.7867	-4.9731	4
24882	La Sota De Valderrueda	la-sota-de-valderrueda	CL	LE	24183	42.8248	-4.9513	4
24882	Villacorta	villacorta	CL	LE	24183	42.8076	-4.9393	4
24882	Valderrueda	valderrueda	CL	LE	24183	42.8156	-4.9473	4
24882	Soto De Valderrueda	soto-de-valderrueda	CL	LE	24183	42.8017	-4.9519	4
24883	Caminayo	caminayo	CL	LE	24183	42.8762	-4.92	4
24884	Morgovejo, Balneario De	morgovejo-balneario-de	CL	LE	24183	42.8448	-4.9584	3
24884	Morgovejo	morgovejo	CL	LE	24183	42.8448	-4.9584	4
24885	Besande	besande	CL	LE	24120	42.897	-4.8867	4
24885	Prioro	prioro	CL	LE	24120	42.8948	-4.9635	4
24885	Tejerina	tejerina	CL	LE	24120	42.9134	-5.0045	4
24886	La Red De Valdetuejar	la-red-de-valdetuejar	CL	LE	24183	42.8707	-5.0257	4
24886	Las Muñecas	las-munecas	CL	LE	24183	42.8527	-5.0275	4
24886	Ferreras Del Puerto	ferreras-del-puerto	CL	LE	24183	42.8641	-5.0538	4
24887	San Martin De Valdetuejar	san-martin-de-valdetuejar	CL	LE	24183	42.8092	-4.9928	4
24887	La Mata De Monteagudo	la-mata-de-monteagudo	CL	LE	24183	42.8385	-5.0476	4
24887	Renedo Del Valdetuejar	renedo-del-valdetuejar	CL	LE	24183	42.8243	-5.0077	3
24887	Taranilla	taranilla	CL	LE	24183	42.7966	-4.9802	4
24887	El Otero De Valdetuejar	el-otero-de-valdetuejar	CL	LE	24183	42.8301	-5.016	4
24887	Villalmonte	villalmonte	CL	LE	24183	42.847	-5.0018	4
24888	Quintanilla De Almanza	quintanilla-de-almanza	CL	LE	24052	42.75	-5	4
24888	Carrizal De Almanza	carrizal-de-almanza	CL	LE	24052	42.7314	-5.0017	3
24888	Espinosa De Almanza	espinosa-de-almanza	CL	LE	24052	42.6953	-5.0034	4
24888	Vega De Almanza	vega-de-almanza	CL	LE	24052	42.7327	-5.0052	4
24888	Villamorisca	villamorisca	CL	LE	24052	42.7555	-4.9967	4
24888	Cabrera De Almanza	cabrera-de-almanza	CL	LE	24052	42.7235	-5.003	4
24889	Cegoñal	cegonal	CL	LE	24183	42.787	-4.9398	4
24889	Valcuende	valcuende	CL	LE	24183	42.7634	-4.925	4
24889	La Espina	la-espina	CL	LE	24183	42.7901	-4.9053	4
24890	Riosequino De Torio	riosequino-de-torio	CL	LE	24076	42.7033	-5.5687	4
24890	Venta De La Tuerta	venta-de-la-tuerta	CL	LE	24076	42.6925	-5.5361	3
24890	Villaverde De Abajo	villaverde-de-abajo	CL	LE	24076	42.6792	-5.5237	4
24890	Villaverde De Arriba	villaverde-de-arriba	CL	LE	24076	42.6889	-5.5204	4
24890	San Feliz De Torio	san-feliz-de-torio	CL	LE	24076	42.6845	-5.536	4
24890	Palazuelo De Torio	palazuelo-de-torio	CL	LE	24076	42.7065	-5.5317	4
24891	Ruiforco De Torio	ruiforco-de-torio	CL	LE	24076	42.7345	-5.5103	4
24891	La Flecha De Torio	la-flecha-de-torio	CL	LE	24076	42.732	-5.5209	3
24891	Manzaneda De Torio	manzaneda-de-torio	CL	LE	24076	42.7517	-5.5058	4
24891	Valderilla De Torio	valderilla-de-torio	CL	LE	24076	42.7263	-5.5382	4
24891	Garrafe De Torio	garrafe-de-torio	CL	LE	24076	42.7329	-5.5236	4
24891	Palacio De Torio	palacio-de-torio	CL	LE	24076	42.7103	-5.5147	4
24891	Fontanos De Torio	fontanos-de-torio	CL	LE	24076	42.7551	-5.5399	4
24891	Abadengo De Torio	abadengo-de-torio	CL	LE	24076	42.7136	-5.5142	4
24892	Valle De Las Casas	valle-de-las-casas	CL	LE	24052	42.7607	-5.0595	4
24892	La Riba	la-riba	CL	LE	24052	42.7165	-5.0205	4
24892	Cebanico	cebanico	CL	LE	24052	42.7253	-5.0257	4
24892	Mondreganes	mondreganes	CL	LE	24052	42.6975	-5.0212	4
24892	Santa Olaja De La Accion	santa-olaja-de-la-accion	CL	LE	24052	42.754	-5.0441	4
24893	Prado De La Guzpeña	prado-de-la-guzpena	CL	LE	24118	42.7831	-5.0255	4
24893	Cerezal De La Guzpeña	cerezal-de-la-guzpena	CL	LE	24118	42.7749	-5.0211	3
24893	Robledo De La Guzpeña	robledo-de-la-guzpena	CL	LE	24118	42.7667	-5.0167	4
24893	Llama De La Guzpeña	llama-de-la-guzpena	CL	LE	24118	42.7749	-5.0211	3
24900	Riaño	riano	CL	LE	24130	42.977	-5.0035	4
24911	Siero De La Reina	siero-de-la-reina	CL	LE	24020	42.9362	-4.8952	4
24911	Boca De Huergano	boca-de-huergano	CL	LE	24020	42.9729	-4.9242	4
24911	Valverde De La Sierra	valverde-de-la-sierra	CL	LE	24020	42.9295	-4.8417	4
24912	Llanaves De La Reina	llanaves-de-la-reina	CL	LE	24020	43.0543	-4.8003	4
24913	Barniedo De La Reina	barniedo-de-la-reina	CL	LE	24020	42.9931	-4.8913	4
24913	Espejos De La Reina	espejos-de-la-reina	CL	LE	24020	42.9898	-4.8991	4
24913	Villafrea De La Reina	villafrea-de-la-reina	CL	LE	24020	42.9769	-4.912	4
24913	Portilla De La Reina	portilla-de-la-reina	CL	LE	24020	43.0397	-4.8497	4
24914	Caldevilla	caldevilla	CL	LE	24116	43.1413	-4.9383	4
24914	Soto De Valdeon	soto-de-valdeon	CL	LE	24116	43.1456	-4.9341	4
24915	Cordiñanes	cordinanes	CL	LE	24116	43.1671	-4.9039	4
24915	Llanos De Valdeon	llanos-de-valdeon	CL	LE	24116	43.1546	-4.9162	4
24915	Posada De Valdeon	posada-de-valdeon	CL	LE	24116	43.1515	-4.921	4
24915	Cain	cain	CL	LE	24116	43.2167	-4.9	4
24915	Prada De Valdeon	prada-de-valdeon	CL	LE	24116	43.1477	-4.9143	4
24915	Santa Marina De Valdeon	santa-marina-de-valdeon	CL	LE	24116	43.1341	-4.8882	4
24916	Ribota De Sajambre	ribota-de-sajambre	CL	LE	24106	43.1435	-5.054	4
24916	Pio De Sajambre	pio-de-sajambre	CL	LE	24106	43.124	-5.049	4
24916	Soto De Sajambre	soto-de-sajambre	CL	LE	24106	43.1635	-5.0351	4
24916	Vierdes De Sajambre	vierdes-de-sajambre	CL	LE	24106	43.1332	-5.0448	4
24916	Oseja De Sajambre	oseja-de-sajambre	CL	LE	24106	43.1367	-5.0379	4
24917	Cuenabres	cuenabres	CL	LE	24025	43.0662	-4.9891	4
24917	Retuerto	retuerto	CL	LE	24025	43.0692	-5.0321	4
24917	Casasuertes	casasuertes	CL	LE	24025	43.0598	-4.9517	4
24917	Vegacerneja	vegacerneja	CL	LE	24025	43.0354	-5.0124	4
24918	Horcadas	horcadas	CL	LE	24130	42.9472	-5.0176	3
24918	Carande	carande	CL	LE	24130	42.9472	-5.0176	4
24920	Aldea Del Puente	aldea-del-puente	CL	LE	24180	42.5517	-5.2974	4
24920	Sahelices Del Payuelo	sahelices-del-payuelo	CL	LE	24180	42.5517	-5.2974	3
24930	Quintana Del Monte	quintana-del-monte	CL	LE	24180	42.5833	-5.2667	4
24930	Quintana De Rueda	quintana-de-rueda	CL	LE	24180	42.5779	-5.2629	4
24930	Valdepolo	valdepolo	CL	LE	24180	42.5769	-5.2251	4
24930	Villamondrin De Rueda	villamondrin-de-rueda	CL	LE	24180	42.5765	-5.2831	4
24930	Villahibiera	villahibiera	CL	LE	24180	42.6039	-5.222	4
24930	Villaverde De La Chiquita	villaverde-de-la-chiquita	CL	LE	24180	42.5812	-5.1933	4
24940	Vega De Monasterio	vega-de-monasterio	CL	LE	24063	42.6714	-5.1828	4
24940	Quintanilla De Rueda	quintanilla-de-rueda	CL	LE	24063	42.6833	-5.1651	4
24940	Palacios De Rueda	palacios-de-rueda	CL	LE	24063	42.6933	-5.156	4
24940	Cubillas De Rueda	cubillas-de-rueda	CL	LE	24063	42.6563	-5.1753	4
24940	Villapadierna	villapadierna	CL	LE	24063	42.7077	-5.1528	4
24940	San Cipriano De Rueda	san-cipriano-de-rueda	CL	LE	24063	42.6824	-5.1664	3
24950	Vidanes	vidanes	CL	LE	24056	42.7639	-5.1403	4
24960	Alejico	alejico	CL	LE	24060	42.8479	-5.1304	4
24960	Verdiago	verdiago	CL	LE	24060	42.8632	-5.1391	4
24960	Aleje	aleje	CL	LE	24060	42.8502	-5.1262	4
24970	Velilla De Valdore	velilla-de-valdore	CL	LE	24060	42.8776	-5.1771	4
24970	Valdore	valdore	CL	LE	24060	42.8701	-5.163	4
24980	Corniero	corniero	CL	LE	24060	42.9127	-5.1742	4
24980	Cremenes	cremenes	CL	LE	24060	42.9036	-5.1437	4
24989	Argovejo	argovejo	CL	LE	24060	42.9025	-5.1169	4
24989	Villayandre	villayandre	CL	LE	24060	42.8947	-5.1465	4
24990	Las Salas	las-salas	CL	LE	24060	42.9352	-5.1043	4
24990	Remolina	remolina	CL	LE	24060	42.9143	-5.0592	4
24991	Ciguera	ciguera	CL	LE	24060	42.9627	-5.1458	4
24991	Lois	lois	CL	LE	24060	42.9832	-5.1466	4
24991	Valbuena Del Roblo	valbuena-del-roblo	CL	LE	24060	42.9393	-5.1492	4
24991	Salamon	salamon	CL	LE	24060	42.9461	-5.132	4
24994	Liegos	liegos	CL	LE	24001	43.0248	-5.0753	4
24994	Buron	buron	CL	LE	24001	43.0249	-5.0512	4
24995	Lario	lario	CL	LE	24025	43.0399	-5.0935	4
24995	Polvoredo	polvoredo	CL	LE	24025	43.0546	-5.097	4
24996	Maraña	marana	CL	LE	24001	43.0499	-5.1773	4
24996	La Uña	la-una	CL	LE	24001	43.0643	-5.1376	4
24996	Acebedo	acebedo	CL	LE	24001	43.0397	-5.116	4
34001	Palencia	palencia	CL	P	34120	42.0096	-4.5241	4
34002	Palencia	palencia	CL	P	34120	42.0096	-4.5241	4
34003	Palencia	palencia	CL	P	34120	42.0096	-4.5241	4
34004	Palencia	palencia	CL	P	34120	42.0096	-4.5241	4
34005	Palencia	palencia	CL	P	34120	42.0096	-4.5241	4
34006	Palencia	palencia	CL	P	34120	42.0096	-4.5241	4
34070	Palencia	palencia	CL	P		42.0096	-4.5241	4
34071	Palencia	palencia	CL	P		42.0096	-4.5241	4
34080	Palencia	palencia	CL	P		42.0096	-4.5241	4
34100	Saldaña	saldana	CL	P	34157	42.5215	-4.7361	4
34110	Pino Del Rio	pino-del-rio	CL	P	34129	42.645	-4.8079	4
34111	Villosilla De La Vega	villosilla-de-la-vega	CL	P	34157	42.5965	-4.8152	4
34111	Barrios De La Vega	barrios-de-la-vega	CL	P	34157	42.5507	-4.7863	4
34111	Poza De La Vega	poza-de-la-vega	CL	P	34157	42.5782	-4.7984	4
34111	Celadilla Del Rio	celadilla-del-rio	CL	P	34157	42.6077	-4.7949	4
34111	Villaluenga De La Vega	villaluenga-de-la-vega	CL	P	34157	42.5239	-4.7649	4
34111	San Martin Del Obispo	san-martin-del-obispo	CL	P	34157	42.5158	-4.7545	4
34111	Acera De La Vega	acera-de-la-vega	CL	P	34157	42.6155	-4.8174	4
34112	Villapun	villapun	CL	P	34169	42.5266	-4.821	4
34112	Santa Olaja De La Vega	santa-olaja-de-la-vega	CL	P	34169	42.5405	-4.7839	4
34112	San Andres De La Regla	san-andres-de-la-regla	CL	P	34169	42.5529	-4.8985	4
34112	Santervas De La Vega	santervas-de-la-vega	CL	P	34169	42.5068	-4.8	4
34112	Villarrobejo	villarrobejo	CL	P	34169	42.4849	-4.8026	4
34112	Villota Del Paramo	villota-del-paramo	CL	P	34169	42.5523	-4.8489	4
34113	Bustocirio, De (Dehesa)	bustocirio-de-dehesa	CL	P	34218	42.4309	-4.7822	3
34113	Villambroz	villambroz	CL	P	34218	42.4107	-4.8244	4
34113	Villarrabe	villarrabe	CL	P	34218	42.4209	-4.7844	4
34113	Villarrodrigo De La Vega	villarrodrigo-de-la-vega	CL	P	34218	42.4309	-4.7822	3
34113	Quintanadiez De La Vega	quintanadiez-de-la-vega	CL	P	34218	42.4972	-4.7522	4
34113	San Llorente Del Paramo	san-llorente-del-paramo	CL	P	34218	42.395	-4.7677	4
34114	Velillas Del Duque	velillas-del-duque	CL	P	34143	42.4772	-4.6947	4
34114	Portillejo	portillejo	CL	P	34143	42.4809	-4.6409	4
34114	Quintanilla De Onsoña	quintanilla-de-onsona	CL	P	34143	42.4694	-4.6639	4
34114	Villarmienzo	villarmienzo	CL	P	34143	42.5005	-4.6864	4
34114	Villantodrigo	villantodrigo	CL	P	34143	42.4932	-4.6634	4
34115	Villaires	villaires	CL	P	34157	42.5582	-4.6626	3
34115	Villasur	villasur	CL	P	34157	42.582	-4.6991	4
34115	Membrillar	membrillar	CL	P	34157	42.5586	-4.6938	4
34115	Relea De La Loma	relea-de-la-loma	CL	P	34157	42.5582	-4.6626	3
34115	Villalafuente	villalafuente	CL	P	34157	42.538	-4.7163	4
34115	Valles De Valdavia	valles-de-valdavia	CL	P	34157	42.5814	-4.6381	4
34115	Renedo Del Monte	renedo-del-monte	CL	P	34157	42.6	-4.6	4
34115	Villanueva Del Monte	villanueva-del-monte	CL	P	34157	42.5342	-4.6646	4
34115	Vega De Doña Olimpa	vega-de-dona-olimpa	CL	P	34157	42.5246	-4.6427	4
34115	Valenoso	valenoso	CL	P	34157	42.5471	-4.6458	4
34116	Pedrosa De La Vega	pedrosa-de-la-vega	CL	P	34231	42.4816	-4.7468	4
34116	San Martin Del Valle	san-martin-del-valle	CL	P	34231	42.4362	-4.7853	4
34116	Lagunilla De La Vega	lagunilla-de-la-vega	CL	P	34231	42.4382	-4.7546	4
34116	Bustillo De La Vega	bustillo-de-la-vega	CL	P	34231	42.4561	-4.7412	4
34116	Gañinas De La Vega	ganinas-de-la-vega	CL	P	34231	42.453	-4.7569	3
34116	Lobera De La Vega	lobera-de-la-vega	CL	P	34231	42.453	-4.7569	3
34117	Carbonera	carbonera	CL	P	34157	42.5926	-4.7363	4
34117	Villorquite Del Paramo	villorquite-del-paramo	CL	P	34157	42.5652	-4.7289	4
34117	Villafruel	villafruel	CL	P	34157	42.5747	-4.7315	4
34117	Valcabadillo	valcabadillo	CL	P	34157	42.5748	-4.7587	4
34118	Villota Del Duque	villota-del-duque	CL	P	34903	42.4904	-4.6034	4
34120	Carrion De Los Condes	carrion-de-los-condes	CL	P	34047	42.3413	-4.6007	4
34126	Villamoronta	villamoronta	CL	P	34147	42.4034	-4.699	4
34126	Santillan De La Vega	santillan-de-la-vega	CL	P	34147	42.4405	-4.7111	4
34126	Santa Maria De La Vega (Convento)	santa-maria-de-la-vega-convento	CL	P	34147	42.4399	-4.7072	3
34126	Moslares De La Vega	moslares-de-la-vega	CL	P	34147	42.4622	-4.7158	4
34126	Renedo De La Vega	renedo-de-la-vega	CL	P	34147	42.4535	-4.703	4
34126	Albala De La Vega	albala-de-la-vega	CL	P	34147	42.4399	-4.7072	3
34127	Miñanes	minanes	CL	P	34163	42.4225	-4.5707	4
34127	San Mames De Campos	san-mames-de-campos	CL	P	34163	42.3551	-4.5656	4
34127	Bahillo	bahillo	CL	P	34163	42.4421	-4.5788	4
34127	Villamorco	villamorco	CL	P	34163	42.408	-4.6009	4
34127	Villasabariego De Ucieza	villasabariego-de-ucieza	CL	P	34163	42.3803	-4.5728	4
34127	Robladillo De Ucieza	robladillo-de-ucieza	CL	P	34163	42.3989	-4.5755	4
34128	Villaproviano	villaproviano	CL	P	34112	42.4462	-4.6437	4
34128	Poblacion De Soto	poblacion-de-soto	CL	P	34112	42.3807	-4.6295	4
34128	Nogal De Las Huertas	nogal-de-las-huertas	CL	P	34112	42.3926	-4.6416	4
34128	Gozon De Ucieza	gozon-de-ucieza	CL	P	34112	42.4483	-4.6095	4
34128	La Serna	la-serna	CL	P	34112	42.4163	-4.664	4
34129	Calzada De Los Molinos	calzada-de-los-molinos	CL	P	34039	42.3272	-4.6529	4
34129	Villaturde	villaturde	CL	P	34039	42.3777	-4.6708	4
34129	Villanueva De Los Nabos	villanueva-de-los-nabos	CL	P	34039	42.3752	-4.6456	4
34129	Villotilla	villotilla	CL	P	34039	42.3595	-4.6793	4
34129	Villacuende	villacuende	CL	P	34039	42.3812	-4.6984	4
34129	Bustillo Del Paramo De Carrion	bustillo-del-paramo-de-carrion	CL	P	34039	42.3812	-4.6984	4
34130	Monton De Trigo (Finca)	monton-de-trigo-finca	CL	P		42.2851	-4.5906	1
34131	Villanueva Del Rio	villanueva-del-rio	CL	P	34047	42.2845	-4.6116	4
34131	Torre De Los Molinos	torre-de-los-molinos	CL	P	34047	42.2883	-4.6328	4
34131	Castrillejo De La Olma	castrillejo-de-la-olma	CL	P	34047	42.2486	-4.6221	4
34131	Villoldo	villoldo	CL	P	34047	42.2833	-4.6	4
34131	Dehesa De Macintos	dehesa-de-macintos	CL	P	34047	42.2762	-4.6166	3
34132	Villasarracino	villasarracino	CL	P	34233	42.4121	-4.4963	4
34133	Perales	perales	CL	P		42.194	-4.5811	4
34159	Rayaces	rayaces	CL	P	34010	42.3932	-4.6912	1
34159	Monte La Torre	monte-la-torre	CL	P	34010	42.3932	-4.6912	1
34159	Valdebusto	valdebusto	CL	P	34010	42.3932	-4.6912	1
34160	La Dehesilla	la-dehesilla	CL	P	34010	42.3932	-4.6912	1
34160	Esquileo De Abajo	esquileo-de-abajo	CL	P	34010	42.3932	-4.6912	1
34160	Esquileo De Arriba	esquileo-de-arriba	CL	P	34010	42.3932	-4.6912	1
34170	Revilla De Campos	revilla-de-campos	CL	P	34125	42.0069	-4.7118	4
34170	Cascon De La Nava	cascon-de-la-nava	CL	P	34125	42.0085	-4.7067	3
34170	Mazariegos	mazariegos	CL	P	34125	42.0269	-4.7154	4
34170	Pedraza De Campos	pedraza-de-campos	CL	P	34125	41.9842	-4.7352	4
34170	Villarramiro	villarramiro	CL	P	34125	42.0085	-4.7067	3
34170	Villamartin De Campos	villamartin-de-campos	CL	P	34125	42.016	-4.6641	4
34190	Ciudad Jardin 'Virgen Milagro'	ciudad-jardin-virgen-milagro	CL	P	34225	41.9464	-4.5102	3
34190	Villamuriel De Cerrato	villamuriel-de-cerrato	CL	P	34225	41.9493	-4.5158	4
34190	Los Olmillos	los-olmillos	CL	P	34225	41.9464	-4.5102	3
34190	Calabazanos	calabazanos	CL	P	34225	41.9435	-4.5046	4
34191	Monte De Villalobon	monte-de-villalobon	CL	P	34010	41.935	-4.7184	3
34191	Valoria Del Alcor	valoria-del-alcor	CL	P	34010	41.8994	-4.8039	4
34191	Paradilla Del Alcor	paradilla-del-alcor	CL	P	34010	41.935	-4.7184	3
34191	Autilla Del Pino	autilla-del-pino	CL	P	34010	41.9921	-4.6339	4
34191	Paredes Del Monte	paredes-del-monte	CL	P	34010	41.935	-4.7184	3
34191	Ampudia	ampudia	CL	P	34010	41.9161	-4.7803	4
34191	Santa Cecilia Del Alcor	santa-cecilia-del-alcor	CL	P	34010	41.9323	-4.6555	4
34191	Nuestra Señora De Alconada (Monasterio)	nuestra-senora-de-alconada-monasterio	CL	P	34010	41.935	-4.7184	3
34192	Villaumbrales	villaumbrales	CL	P	34079	42.0887	-4.6138	4
34192	Grijota	grijota	CL	P	34079	42.0529	-4.5831	4
34200	Baños De Cerrato	banos-de-cerrato	CL	P	34023	41.9208	-4.476	4
34200	Venta De Baños	venta-de-banos	CL	P	34023	41.9211	-4.4909	4
34208	Monasterio De San Isidro Dueña	monasterio-de-san-isidro-duena	CL	P	34023	41.9762	-4.3834	3
34208	Reinoso De Cerrato	reinoso-de-cerrato	CL	P	34023	41.9762	-4.3834	4
34208	San Isidro De Dueñas	san-isidro-de-duenas	CL	P	34023	41.9762	-4.3834	3
34208	Cementos Hontoria	cementos-hontoria	CL	P	34023	41.9762	-4.3834	3
34209	Soto De Cerrato	soto-de-cerrato	CL	P	34177	41.9531	-4.43	4
34209	Tariego De Cerrato	tariego-de-cerrato	CL	P	34177	41.9147	-4.4115	3
34209	Valle De Cerrato	valle-de-cerrato	CL	P	34177	41.8804	-4.3624	4
34209	Hontoria De Cerrato	hontoria-de-cerrato	CL	P	34177	41.9106	-4.4421	4
34210	Dueñas	duenas	CL	P	34069	41.8772	-4.5471	4
34218	Cevico De La Torre	cevico-de-la-torre	CL	P	34057	41.8511	-4.4097	4
34219	Cubillas De Cerrato	cubillas-de-cerrato	CL	P	34006	41.7984	-4.4672	4
34219	Alba De Cerrato	alba-de-cerrato	CL	P	34006	41.8128	-4.3647	4
34219	Poblacion De Cerrato	poblacion-de-cerrato	CL	P	34006	41.793	-4.4287	4
34219	Vertavillo	vertavillo	CL	P	34006	41.8328	-4.3271	4
34219	Castrillo De Onielo	castrillo-de-onielo	CL	P	34006	41.8582	-4.3012	4
34220	Castillo De Magaz	castillo-de-magaz	CL	P	34098	41.9813	-4.4277	3
34220	Magaz De Pisuerga	magaz-de-pisuerga	CL	P	34098	41.9813	-4.4277	4
34230	Torquemada	torquemada	CL	P	34182	42.0349	-4.3184	4
34239	Villamediana	villamediana	CL	P	34189	42.0502	-4.3612	4
34239	Valdeolmillos	valdeolmillos	CL	P	34189	42.0412	-4.4001	4
34240	Baltanas	baltanas	CL	P	34022	41.9377	-4.2466	4
34246	Castrillo De Don Juan	castrillo-de-don-juan	CL	P	34050	41.7909	-4.0703	4
34247	Cevico Navero	cevico-navero	CL	P	34205	41.8611	-4.185	4
34247	Villaconancio	villaconancio	CL	P	34205	41.8717	-4.2238	4
34247	Hermedes De Cerrato	hermedes-de-cerrato	CL	P	34205	41.8197	-4.1736	4
34248	Antiguedad	antiguedad	CL	P	34012	41.9468	-4.1206	4
34248	Espinosa De Cerrato	espinosa-de-cerrato	CL	P	34012	41.9668	-3.9535	4
34248	Cobos De Cerrato	cobos-de-cerrato	CL	P	34012	42.0281	-4.0025	4
34249	Valdecañas De Cerrato	valdecanas-de-cerrato	CL	P	34087	41.9926	-4.1875	4
34249	Hornillos De Cerrato	hornillos-de-cerrato	CL	P	34087	41.9877	-4.2721	4
34249	Villaviudas	villaviudas	CL	P	34087	41.9623	-4.342	4
34250	Quintana Del Puente	quintana-del-puente	CL	P	34141	42.0847	-4.2065	4
34257	Villahan	villahan	CL	P	34242	42.0503	-4.131	4
34257	Villodrigo	villodrigo	CL	P	34242	42.1444	-4.0953	4
34257	Palenzuela	palenzuela	CL	P	34242	42.0952	-4.1304	4
34257	Tabanera De Cerrato	tabanera-de-cerrato	CL	P	34242	42.0247	-4.1236	4
34259	Dehesa De Cordovilla	dehesa-de-cordovilla	CL	P	34063	42.0694	-4.2572	4
34259	Herrera De Valdecañas	herrera-de-valdecanas	CL	P	34063	42.0483	-4.2	4
34259	Dehesa De Villandrando	dehesa-de-villandrando	CL	P	34063	42.0658	-4.239	3
34259	Cordovilla La Real	cordovilla-la-real	CL	P	34063	42.0796	-4.2599	4
34259	San Salvador Del Moral	san-salvador-del-moral	CL	P	34063	42.0658	-4.239	3
34259	Dehesa De Matanza	dehesa-de-matanza	CL	P	34063	42.0658	-4.239	3
34261	Villalaco	villalaco	CL	P		42.1557	-4.2594	4
34300	Paredes De Nava	paredes-de-nava	CL	P	34123	42.1537	-4.6919	4
34304	Belmonte De Campos	belmonte-de-campos	CL	P	34031	41.9425	-4.9866	4
34304	Castil De Vela	castil-de-vela	CL	P	34031	41.9846	-4.9592	4
34305	Meneses De Campos	meneses-de-campos	CL	P	34106	41.9414	-4.9193	4
34305	Castromocho	castromocho	CL	P	34106	42.031	-4.824	4
34305	Boada De Campos	boada-de-campos	CL	P	34106	41.9896	-4.8773	4
34305	Villerias De Campos	villerias-de-campos	CL	P	34106	41.9438	-4.8564	4
34305	Torremormojon	torremormojon	CL	P	34106	41.9602	-4.7777	4
34305	Capillas	capillas	CL	P	34106	42.0136	-4.8905	4
34305	Baquerin De Campos	baquerin-de-campos	CL	P	34106	42.016	-4.7819	4
34306	Mazuecos De Valdeginate	mazuecos-de-valdeginate	CL	P	34048	42.1681	-4.8406	4
34306	Guaza De Campos	guaza-de-campos	CL	P	34048	42.1336	-4.9095	4
34306	Frechilla	frechilla	CL	P	34048	42.1377	-4.8411	4
34307	Villalumbroso	villalumbroso	CL	P	34902	42.1907	-4.7723	4
34307	Villatoquite	villatoquite	CL	P	34902	42.2074	-4.7783	4
34307	Abastas	abastas	CL	P	34902	42.2397	-4.7918	4
34307	Abastillas	abastillas	CL	P	34902	42.256	-4.8037	4
34307	Añoza	anoza	CL	P	34902	42.2245	-4.7846	4
34309	Villamuera De La Cueza	villamuera-de-la-cueza	CL	P	34046	42.2584	-4.6886	4
34309	Riberos De La Cueza	riberos-de-la-cueza	CL	P	34046	42.2788	-4.725	4
34309	Quintanilla De La Cueza	quintanilla-de-la-cueza	CL	P	34046	42.2992	-4.7941	4
34309	Cardeñosa De Volpejera	cardenosa-de-volpejera	CL	P	34046	42.2321	-4.702	4
34309	Calzadilla De La Cueza	calzadilla-de-la-cueza	CL	P	34046	42.3294	-4.8037	4
34309	Villanueva Del Rebollar	villanueva-del-rebollar	CL	P	34046	42.2411	-4.7429	4
34309	Villaverde De Volpejera	villaverde-de-volpejera	CL	P	34046	42.2757	-4.7465	3
34309	Cervatos De La Cueza	cervatos-de-la-cueza	CL	P	34046	42.2905	-4.7695	4
34310	Villaldavin	villaldavin	CL	P	34029	42.1598	-4.5721	4
34310	Monte Carrascal	monte-carrascal	CL	P	34029	42.1497	-4.5949	3
34310	Becerril De Campos	becerril-de-campos	CL	P	34029	42.1084	-4.6415	4
34310	Villafruela	villafruela	CL	P	34029	42.1808	-4.5712	4
34310	El Espinar	el-espinar	CL	P	34029	42.1497	-4.5949	3
34310	Venta, La (Urbanizacion)	venta-la-urbanizacion	CL	P	34029	42.1497	-4.5949	3
34310	Pinacho (Caserio)	pinacho-caserio	CL	P	34029	42.1497	-4.5949	3
34320	Cisneros	cisneros	CL	P	34059	42.2205	-4.8581	4
34337	Fuentes De Nava	fuentes-de-nava	CL	P	34076	42.0833	-4.7833	4
34338	Abarca De Campos	abarca-de-campos	CL	P	34001	42.0625	-4.8412	4
34338	Autillo De Campos	autillo-de-campos	CL	P	34001	42.0872	-4.8338	4
34340	Villada	villada	CL	P	34206	42.2511	-4.9671	4
34347	Villambran De Cea	villambran-de-cea	CL	P	34094	42.4278	-4.8936	4
34347	San Roman De La Cuba	san-roman-de-la-cuba	CL	P	34094	42.2626	-4.8572	4
34347	Poblacion De Arroyo	poblacion-de-arroyo	CL	P	34094	42.3368	-4.874	4
34347	Arroyo	arroyo	CL	P	34094	42.3117	-4.8565	4
34347	Ledigos	ledigos	CL	P	34094	42.3548	-4.8648	4
34347	Pozo De Urama	pozo-de-urama	CL	P	34094	42.2544	-4.8939	4
34347	Villalcon	villalcon	CL	P	34094	42.2929	-4.8553	4
34347	Lagartos	lagartos	CL	P	34094	42.4058	-4.9045	4
34349	Villelga	villelga	CL	P	34109	42.2987	-4.9362	4
34349	Boadilla De Rioseco	boadilla-de-rioseco	CL	P	34109	42.1795	-4.9698	4
34349	Villatima (Finca)	villatima-finca	CL	P	34109	42.2965	-4.9452	3
34349	Villemar	villemar	CL	P	34109	42.3152	-4.9275	4
34349	San Martin De La Fuente	san-martin-de-la-fuente	CL	P	34109	42.2965	-4.9452	3
34349	Terradillos De Templarios	terradillos-de-templarios	CL	P	34109	42.3632	-4.8901	4
34349	San Nicolas Del Real Camino	san-nicolas-del-real-camino	CL	P	34109	42.3643	-4.9525	4
34349	Moratinos	moratinos	CL	P	34109	42.3619	-4.9283	4
34349	Pozuelos Del Rey	pozuelos-del-rey	CL	P	34109	42.2679	-4.9805	4
34349	Villacidaler	villacidaler	CL	P	34109	42.2217	-4.9767	4
34350	Villarramiel	villarramiel	CL	P	34232	42.043	-4.9122	4
34400	Herrera De Pisuerga	herrera-de-pisuerga	CL	P	34083	42.5949	-4.3303	4
34405	Olmos De Pisuerga	olmos-de-pisuerga	CL	P	34071	42.4848	-4.2678	4
34405	Hijosa De Boedo	hijosa-de-boedo	CL	P	34071	42.4993	-4.3206	4
34405	Ventosa De Pisuerga	ventosa-de-pisuerga	CL	P	34071	42.4857	-4.2845	3
34405	Naveros De Pisuerga	naveros-de-pisuerga	CL	P	34071	42.4729	-4.2652	4
34406	Oteros De Boedo	oteros-de-boedo	CL	P	34068	42.6553	-4.4905	4
34406	San Jorde De Ojeda	san-jorde-de-ojeda	CL	P	34068	42.6453	-4.4528	3
34406	Bascones De Ojeda	bascones-de-ojeda	CL	P	34068	42.6706	-4.5269	4
34406	Dehesa De Romanos	dehesa-de-romanos	CL	P	34068	42.6388	-4.4352	4
34406	Villabermudo De Ojeda	villabermudo-de-ojeda	CL	P	34068	42.6165	-4.3585	4
34407	Collazos De Boedo	collazos-de-boedo	CL	P	34041	42.6201	-4.4829	4
34407	Olea De Boedo	olea-de-boedo	CL	P	34041	42.6099	-4.4504	4
34407	Sotillo De Boedo	sotillo-de-boedo	CL	P	34041	42.6107	-4.4078	4
34407	Paramo De Boedo	paramo-de-boedo	CL	P	34041	42.5784	-4.4004	4
34407	Villaneceriel	villaneceriel	CL	P	34041	42.5962	-4.399	4
34407	Calahorra De Boedo	calahorra-de-boedo	CL	P	34041	42.5741	-4.3849	4
34407	Cembrero	cembrero	CL	P	34041	42.5618	-4.4361	4
34407	Sotobañado Y Priorato	sotobanado-y-priorato	CL	P	34041	42.5899	-4.4418	4
34407	San Martin Del Monte	san-martin-del-monte	CL	P	34041	42.567	-4.4849	4
34407	Revilla De Collazos	revilla-de-collazos	CL	P	34041	42.6296	-4.5034	4
34407	Zorita Del Paramo	zorita-del-paramo	CL	P	34041	42.6032	-4.3594	4
34408	Villameriel	villameriel	CL	P	34222	42.5282	-4.4757	4
34409	Santa Cruz Del Monte	santa-cruz-del-monte	CL	P	34222	42.498	-4.4595	4
34409	Villorquite De Herrera	villorquite-de-herrera	CL	P	34222	42.4994	-4.4449	4
34410	Monzon De Campos	monzon-de-campos	CL	P	34108	42.116	-4.4928	4
34411	Ribas De Campos	ribas-de-campos	CL	P		42.1525	-4.5165	4
34419	Villalobon	villalobon	CL	P	34011	42.0304	-4.5034	4
34419	Villajimena	villajimena	CL	P	34011	42.0852	-4.434	4
34419	Valdespina	valdespina	CL	P	34011	42.1318	-4.4262	4
34419	Fuentes De Valdepero	fuentes-de-valdepero	CL	P	34011	42.0753	-4.5005	4
34419	Husillos	husillos	CL	P	34011	42.0905	-4.5271	4
34420	Amusco	amusco	CL	P	34011	42.1731	-4.4702	4
34429	San Cebrian De Campos	san-cebrian-de-campos	CL	P	34009	42.2006	-4.5313	4
34429	Manquillos	manquillos	CL	P	34009	42.2052	-4.5684	4
34429	Amayuelas De Abajo	amayuelas-de-abajo	CL	P	34009	42.2048	-4.4957	4
34429	Amayuelas De Arriba	amayuelas-de-arriba	CL	P	34009	42.2111	-4.4888	4
34430	Piña De Campos	pina-de-campos	CL	P	34130	42.2133	-4.4366	4
34439	Tamara De Campos	tamara-de-campos	CL	P	34180	42.2133	-4.4366	1
34440	Fromista	fromista	CL	P	34074	42.2667	-4.4055	4
34447	Revenga De Campos	revenga-de-campos	CL	P	34230	42.284	-4.4822	4
34447	Villarmentero De Campos	villarmentero-de-campos	CL	P	34230	42.2978	-4.4999	4
34449	Villalcazar De Sirga	villalcazar-de-sirga	CL	P	34015	42.3166	-4.5428	4
34449	Poblacion De Campos	poblacion-de-campos	CL	P	34015	42.2699	-4.4474	4
34449	Lomas	lomas	CL	P	34015	42.2736	-4.551	4
34449	Arconada	arconada	CL	P	34015	42.3277	-4.4962	4
34449	Villovieco	villovieco	CL	P	34015	42.2948	-4.4812	4
34450	Astudillo	astudillo	CL	P	34017	42.1933	-4.2939	4
34460	Osorno	osorno	CL	P	34901	42.4058	-4.3556	4
34465	San Cebrian De Buena Madre (Finca)	san-cebrian-de-buena-madre-finca	CL	P	34186	42.1458	-4.2401	3
34465	Valbuena De Pisuerga	valbuena-de-pisuerga	CL	P	34186	42.1458	-4.2401	4
34466	Villodre	villodre	CL	P	34241	42.2116	-4.2448	4
34467	Melgar De Yuso	melgar-de-yuso	CL	P	34104	42.2538	-4.2539	4
34468	Itero De La Vega	itero-de-la-vega	CL	P	34034	42.288	-4.2568	4
34468	Lantadilla	lantadilla	CL	P	34034	42.3408	-4.2787	4
34468	Osornillo	osornillo	CL	P	34034	42.3705	-4.2915	4
34468	Boadilla Del Camino	boadilla-del-camino	CL	P	34034	42.2593	-4.3452	4
34469	Fuenteandrino	fuenteandrino	CL	P	34149	42.355	-4.3931	3
34469	Marcilla De Campos	marcilla-de-campos	CL	P	34149	42.3177	-4.3967	4
34469	Villadiezma	villadiezma	CL	P	34149	42.396	-4.4097	4
34469	Requena De Campos	requena-de-campos	CL	P	34149	42.308	-4.343	4
34469	Las Cabañas De Castilla	las-cabanas-de-castilla	CL	P	34149	42.3533	-4.3642	4
34469	Villaherreros	villaherreros	CL	P	34149	42.3896	-4.4625	4
34469	Santillana De Campos	santillana-de-campos	CL	P	34149	42.3657	-4.3826	4
34470	La Puebla De Valdavia	la-puebla-de-valdavia	CL	P	34037	42.6515	-4.6222	3
34470	Buenavista De Valdavia	buenavista-de-valdavia	CL	P	34037	42.6379	-4.6145	4
34470	Barrio La Puebla	barrio-la-puebla	CL	P	34037	42.6719	-4.6224	4
34470	Barriosuso	barriosuso	CL	P	34037	42.6447	-4.6297	4
34473	Ayuela	ayuela	CL	P	34190	42.6262	-4.6598	4
34473	Renedo De Valdavia	renedo-de-valdavia	CL	P	34190	42.5931	-4.5967	4
34473	Valderrabano	valderrabano	CL	P	34190	42.6067	-4.6558	4
34473	Polvorosa De Valdavia	polvorosa-de-valdavia	CL	P	34190	42.6107	-4.6411	3
34473	Tabanera De Valdavia	tabanera-de-valdavia	CL	P	34190	42.6473	-4.6941	4
34473	Arenillas De San Pelayo	arenillas-de-san-pelayo	CL	P	34190	42.5803	-4.5988	4
34475	Villamelendro	villamelendro	CL	P	34202	42.5379	-4.5729	4
34475	Villabasta De Valdavia	villabasta-de-valdavia	CL	P	34202	42.5451	-4.5717	3
34475	Villaeles De Valdavia	villaeles-de-valdavia	CL	P	34202	42.5656	-4.5832	4
34475	Villasila De Valdavia	villasila-de-valdavia	CL	P	34202	42.5319	-4.5588	4
34477	Itero Seco	itero-seco	CL	P	34025	42.4617	-4.5573	4
34477	Barcena De Campos	barcena-de-campos	CL	P	34025	42.4843	-4.4988	4
34477	Arenillas De Nuño Perez	arenillas-de-nuno-perez	CL	P	34025	42.5165	-4.532	4
34477	Villanuño De Valdavia	villanuno-de-valdavia	CL	P	34025	42.5078	-4.5189	4
34478	Villavega	villavega	CL	P	34052	42.4639	-4.4798	4
34478	Castrillo De Villavega	castrillo-de-villavega	CL	P	34052	42.4546	-4.4807	4
34479	Abia De Las Torres	abia-de-las-torres	CL	P		42.4202	-4.4213	4
34480	Alar Del Rey	alar-del-rey	CL	P	34005	42.6604	-4.3127	4
34483	Colmenares De Ojeda	colmenares-de-ojeda	CL	P		42.7283	-4.4222	1
34484	Dehesa De Montejo	dehesa-de-montejo	CL	P	34067	42.8194	-4.5102	4
34485	Payo De Ojeda	payo-de-ojeda	CL	P	34107	42.7186	-4.4775	4
34485	Micieces De Ojeda	micieces-de-ojeda	CL	P	34107	42.6908	-4.4617	4
34485	Pison De Ojeda	pison-de-ojeda	CL	P	34107	42.7721	-4.4756	4
34485	Berzosa De Los Hidalgos	berzosa-de-los-hidalgos	CL	P	34107	42.6723	-4.4494	4
34485	La Vid De Ojeda	la-vid-de-ojeda	CL	P	34107	42.7256	-4.4642	3
34485	Villavega De Ojeda	villavega-de-ojeda	CL	P	34107	42.6833	-4.4333	4
34485	Quintanatello De Ojeda	quintanatello-de-ojeda	CL	P	34107	42.7324	-4.4567	4
34485	Amayuelas De Ojeda	amayuelas-de-ojeda	CL	P	34107	42.7843	-4.4922	4
34485	Vega De Bur	vega-de-bur	CL	P	34107	42.7511	-4.4673	4
34486	San Andres Del Arroyo	san-andres-del-arroyo	CL	P	34056	42.7044	-4.381	3
34486	Villaescusa De Ecla	villaescusa-de-ecla	CL	P	34056	42.7277	-4.3746	4
34486	Moarves De Ojeda	moarves-de-ojeda	CL	P	34056	42.7048	-4.4113	4
34486	Santibañez De Ecla	santibanez-de-ecla	CL	P	34056	42.7078	-4.3726	4
34486	San Pedro De Moarves	san-pedro-de-moarves	CL	P	34056	42.7	-4.4	4
34486	Pradanos De Ojeda	pradanos-de-ojeda	CL	P	34056	42.6816	-4.3466	4
34487	Becerril Del Carpio	becerril-del-carpio	CL	P	34005	42.712	-4.3019	4
34488	Perazancas De Ojeda	perazancas-de-ojeda	CL	P	34056	42.7619	-4.425	3
34488	Montoto De Ojeda	montoto-de-ojeda	CL	P	34056	42.7677	-4.4431	4
34488	Olmos De Ojeda	olmos-de-ojeda	CL	P	34056	42.7227	-4.4245	4
34488	Cozuelos De Ojeda	cozuelos-de-ojeda	CL	P	34056	42.7545	-4.3957	4
34488	Cubillo De Ojeda	cubillo-de-ojeda	CL	P	34056	42.8028	-4.4367	4
34490	Santoyo	santoyo	CL	P	34174	42.2147	-4.343	4
34490	Santiago Del Val	santiago-del-val	CL	P	34174	42.2078	-4.3573	4
34490	Palacios Del Alcor	palacios-del-alcor	CL	P	34174	42.1785	-4.3715	4
34491	Santa Cruz De Boedo	santa-cruz-de-boedo	CL	P	34071	42.5253	-4.374	4
34491	San Cristobal De Boedo	san-cristobal-de-boedo	CL	P	34071	42.5419	-4.3532	4
34491	Villaprovedo	villaprovedo	CL	P	34071	42.5167	-4.3964	4
34491	Espinosa De Villagonzalo	espinosa-de-villagonzalo	CL	P	34071	42.4795	-4.3722	4
34492	Santa Maria De Mave	santa-maria-de-mave	CL	P	09306	42.7231	-4.2743	4
34492	Rebolledo De La Orden	rebolledo-de-la-orden	CL	P	09306	42.706	-4.2389	3
34492	Nogales De Pisuerga	nogales-de-pisuerga	CL	P	09306	42.6705	-4.3055	4
34492	Pozancos	pozancos	CL	P	09306	42.7148	-4.2289	4
34492	San Quirce De Rio Pisuerga	san-quirce-de-rio-pisuerga	CL	P	09306	42.706	-4.2389	3
34492	Mave	mave	CL	P	09306	42.7357	-4.275	4
34492	Barrio De San Quirce	barrio-de-san-quirce	CL	P	09306	42.706	-4.2389	3
34492	Villacibio	villacibio	CL	P	09306	42.7268	-4.2402	4
34492	Valdegama	valdegama	CL	P	09306	42.7251	-4.2181	4
34800	Aguilar De Campoo	aguilar-de-campoo	CL	P	34004	42.7945	-4.2589	4
34810	Barrio De San Pedro	barrio-de-san-pedro	CL	P	34158	42.8039	-4.372	4
34810	Cordovilla De Aguilar	cordovilla-de-aguilar	CL	P	34158	42.8578	-4.237	4
34810	Matalbaniega	matalbaniega	CL	P	34158	42.8367	-4.2626	4
34810	Foldada	foldada	CL	P	34158	42.7867	-4.3519	4
34810	Barrio De Santa Maria	barrio-de-santa-maria	CL	P	34158	42.8125	-4.38	4
34810	Villavega De Aguilar	villavega-de-aguilar	CL	P	34158	42.8539	-4.2579	4
34810	Menaza	menaza	CL	P	34158	42.8309	-4.2152	4
34810	Vallespinoso De Aguilar	vallespinoso-de-aguilar	CL	P	34158	42.8289	-4.2902	3
34810	Corvio	corvio	CL	P	34158	42.8219	-4.2794	4
34810	Nestar De Aguilar	nestar-de-aguilar	CL	P	34158	42.8423	-4.2373	4
34810	Matamorisca	matamorisca	CL	P	34158	42.8426	-4.309	4
34811	Canduela	canduela	CL	P	34004	42.8342	-4.1861	4
34811	Cabria	cabria	CL	P	34004	42.8067	-4.2227	4
34811	Quintanilla De Las Torres	quintanilla-de-las-torres	CL	P	34004	42.8199	-4.1977	4
34811	Villanueva De Henares	villanueva-de-henares	CL	P	34004	42.8488	-4.1613	4
34811	Navas De Sobremonte	navas-de-sobremonte	CL	P	34004	42.8343	-4.1839	3
34811	Quintanas De Hormiguera	quintanas-de-hormiguera	CL	P	34004	42.8621	-4.1519	4
34813	Cezura	cezura	CL	P	34004	42.8135	-4.1729	4
34813	Pomar De Valdivia	pomar-de-valdivia	CL	P	34004	42.7744	-4.1676	4
34813	Puentetoma	puentetoma	CL	P	34004	42.746	-4.1712	4
34813	Revilla De Pomar	revilla-de-pomar	CL	P	34004	42.7715	-4.1524	4
34813	Rebolledo De La Inera	rebolledo-de-la-inera	CL	P	34004	42.7643	-4.2014	4
34813	Camesa De Valdivia	camesa-de-valdivia	CL	P	34004	42.7863	-4.239	4
34813	Porquera De Los Infantes	porquera-de-los-infantes	CL	P	34004	42.7965	-4.2182	4
34813	Helecha De Valdivia	helecha-de-valdivia	CL	P	34004	42.7963	-4.1688	4
34813	Bascones De Valdivia	bascones-de-valdivia	CL	P	34004	42.7661	-4.1849	4
34813	Respenda De Aguilar	respenda-de-aguilar	CL	P	34004	42.7482	-4.1033	4
34813	Villaren De Valdivia	villaren-de-valdivia	CL	P	34004	42.7833	-4.1833	4
34815	Valoria De Aguilar	valoria-de-aguilar	CL	P	34004	42.7674	-4.2754	4
34815	Olleros De Pisuerga	olleros-de-pisuerga	CL	P	34004	42.7443	-4.2865	4
34815	Gama	gama	CL	P	34004	42.748	-4.2068	4
34815	Villallano	villallano	CL	P	34004	42.7656	-4.2371	4
34815	Renedo De La Inera	renedo-de-la-inera	CL	P	34004	42.761	-4.2155	4
34815	Villaescusa De Las Torres	villaescusa-de-las-torres	CL	P	34004	42.7587	-4.2527	4
34815	Lomilla	lomilla	CL	P	34004	42.7633	-4.2985	4
34820	Barruelo De Santullan	barruelo-de-santullan	CL	P	34027	42.9064	-4.2859	4
34828	Monasterio	monasterio	CL	P	34027	42.8849	-4.3239	3
34828	Nava De Santullan	nava-de-santullan	CL	P	34027	42.8777	-4.3163	4
34828	Villabellaco	villabellaco	CL	P	34027	42.8925	-4.3107	4
34828	Porquera De Santullan	porquera-de-santullan	CL	P	34027	42.8914	-4.2865	4
34828	Bustillo De Santullan	bustillo-de-santullan	CL	P	34027	42.871	-4.3484	4
34828	Valle De Santullan	valle-de-santullan	CL	P	34027	42.905	-4.3451	4
34828	Verbios	verbios	CL	P	34027	42.8801	-4.3484	4
34828	Revilla De Santullan	revilla-de-santullan	CL	P	34027	42.8919	-4.2939	4
34828	Villanueva De La Torre	villanueva-de-la-torre	CL	P	34027	42.8716	-4.3568	4
34828	Santa Maria De Nava	santa-maria-de-nava	CL	P	34027	42.8828	-4.3086	4
34829	Brañosera	branosera	CL	P	34027	42.9362	-4.3083	4
34829	Cillamayor	cillamayor	CL	P	34027	42.8616	-4.2787	4
34829	Salcedillo	salcedillo	CL	P	34027	42.9417	-4.2718	4
34829	Valberzoso	valberzoso	CL	P	34027	42.9133	-4.2422	4
34829	Vallejo De Orbo	vallejo-de-orbo	CL	P	34027	42.8999	-4.2752	3
34829	Matabuena	matabuena	CL	P	34027	42.8663	-4.2949	4
34829	Orbo	orbo	CL	P	34027	42.8799	-4.2553	4
34829	El Valle	el-valle	CL	P	34027	42.8999	-4.2752	3
34830	Salinas De Pisuerga	salinas-de-pisuerga	CL	P	34158	42.8505	-4.3778	4
34830	Renedo De Zalima	renedo-de-zalima	CL	P	34158	42.8324	-4.3411	4
34830	San Mames De Zalima	san-mames-de-zalima	CL	P	34158	42.8391	-4.3566	4
34839	San Martin De Perapertu	san-martin-de-perapertu	CL	P	34056	42.9059	-4.3684	4
34839	Quintanaluengos	quintanaluengos	CL	P	34056	42.8535	-4.425	4
34839	Perapertu	perapertu	CL	P	34056	42.9174	-4.3683	4
34839	San Cebrian De Muda	san-cebrian-de-muda	CL	P	34056	42.8926	-4.3872	4
34839	Liguerzana	liguerzana	CL	P	34056	42.8573	-4.4585	4
34839	Muda	muda	CL	P	34056	42.8753	-4.3943	4
34839	Vergaño	vergano	CL	P	34056	42.9008	-4.4295	4
34839	Matabustillo	matabustillo	CL	P	34056	42.8782	-4.4089	3
34839	Vallespinoso De Cervera	vallespinoso-de-cervera	CL	P	34056	42.8742	-4.428	4
34839	Rueda De Pisuerga	rueda-de-pisuerga	CL	P	34056	42.8567	-4.4166	4
34839	Barcenilla De Pisuerga	barcenilla-de-pisuerga	CL	P	34056	42.8485	-4.4128	4
34840	Cervera De Pisuerga	cervera-de-pisuerga	CL	P	34056	42.8668	-4.498	4
34844	Vado Cervera, De (Estacion)	vado-cervera-de-estacion	CL	P	34056	42.8846	-4.5654	3
34844	Resoba	resoba	CL	P	34056	42.9031	-4.5601	4
34844	Vado-Cervera	vado-cervera	CL	P	34056	42.8541	-4.4816	4
34844	Rebanal De Las Llantas	rebanal-de-las-llantas	CL	P	34056	42.8913	-4.626	4
34844	Ventanilla	ventanilla	CL	P	34056	42.8791	-4.5598	4
34844	San Martin De Los Herreros	san-martin-de-los-herreros	CL	P	34056	42.8914	-4.593	4
34844	Ruesga	ruesga	CL	P	34056	42.8641	-4.5294	4
34844	Santibañez De Resoba	santibanez-de-resoba	CL	P	34056	42.9088	-4.6082	4
34846	Polentinos	polentinos	CL	P	34056	42.9393	-4.5289	4
34846	Valsadornin	valsadornin	CL	P	34056	42.8795	-4.4746	4
34846	Arbejal	arbejal	CL	P	34056	42.9187	-4.4622	3
34846	San Felices De Castilleria	san-felices-de-castilleria	CL	P	34056	42.9252	-4.4469	4
34846	Vañes	vanes	CL	P	34056	42.9187	-4.4622	3
34846	Estalaya	estalaya	CL	P	34056	42.9279	-4.4749	4
34846	Verdeña	verdena	CL	P	34056	42.9427	-4.4617	4
34846	Celada De Roblecedo	celada-de-roblecedo	CL	P	34056	42.9452	-4.4319	4
34846	Rabanal De Los Caballeros	rabanal-de-los-caballeros	CL	P	34056	42.8964	-4.4752	4
34846	Gramedo	gramedo	CL	P	34056	42.8839	-4.4539	4
34846	Herreruela De Castilleria	herreruela-de-castilleria	CL	P	34056	42.9279	-4.4116	4
34847	San Salvador De Cantamuda	san-salvador-de-cantamuda	CL	P	34904	42.9645	-4.4977	4
34847	El Campo	el-campo	CL	P	34904	42.977	-4.5085	4
34847	Lebanza	lebanza	CL	P	34904	42.9685	-4.5276	4
34848	Lores	lores	CL	P	34904	42.9377	-4.4971	1
34849	San Juan De Redondo	san-juan-de-redondo	CL	P	34904	42.9895	-4.449	4
34849	Piedrasluengas	piedrasluengas	CL	P	34904	43.0371	-4.4572	4
34849	Areños	arenos	CL	P	34904	42.9925	-4.49	4
34849	Camasobres	camasobres	CL	P	34904	43.0154	-4.4882	4
34849	Casavegas	casavegas	CL	P	34904	43.0223	-4.5127	4
34849	Tremaya	tremaya	CL	P	34904	42.9804	-4.4616	4
34849	Santa Maria De Redondo	santa-maria-de-redondo	CL	P	34904	42.991	-4.4345	4
34849	Los Llazos	los-llazos	CL	P	34904	42.9913	-4.4774	4
34850	Castrejon De La Peña	castrejon-de-la-pena	CL	P	34049	42.8079	-4.599	4
34858	Recueva De La Peña	recueva-de-la-pena	CL	P	34049	42.8076	-4.625	3
34858	Pison De Castrejon	pison-de-castrejon	CL	P	34049	42.8076	-4.625	4
34858	Roscales De La Peña	roscales-de-la-pena	CL	P	34049	42.8076	-4.625	3
34859	Cubillo De Castrejon	cubillo-de-castrejon	CL	P	34049	42.8086	-4.5688	4
34859	Traspeña	traspena	CL	P	34049	42.8186	-4.6016	4
34859	Loma De Castrejon	loma-de-castrejon	CL	P	34049	42.7975	-4.5831	4
34859	Villanueva De La Peña	villanueva-de-la-pena	CL	P	34049	42.8295	-4.6244	4
34859	Boedo De Castrejon	boedo-de-castrejon	CL	P	34049	42.8136	-4.5945	3
34859	Cantoral De La Peña	cantoral-de-la-pena	CL	P	34049	42.8136	-4.5945	3
34869	Tarilonte De La Peña	tarilonte-de-la-pena	CL	P	34171	42.8305	-4.6636	4
34869	Villaverde De La Peña	villaverde-de-la-pena	CL	P	34171	42.8333	-4.6167	4
34869	Velilla De La Peña	velilla-de-la-pena	CL	P	34171	42.8305	-4.6636	4
34869	Villalbeto De La Peña	villalbeto-de-la-pena	CL	P	34171	42.8314	-4.648	3
34869	Aviñante De La Peña	avinante-de-la-pena	CL	P	34171	42.8314	-4.648	3
34869	Villafria De La Peña	villafria-de-la-pena	CL	P	34171	42.8314	-4.648	3
34870	Respenda De La Peña	respenda-de-la-pena	CL	P	34151	42.7651	-4.6854	4
34870	Santibañez De La Peña	santibanez-de-la-pena	CL	P	34151	42.8093	-4.7303	4
34878	Vega De Riacos	vega-de-riacos	CL	P	34151	42.7546	-4.6754	4
34878	Cornoncillo	cornoncillo	CL	P	34151	42.7061	-4.67	4
34878	Viduerna De La Peña	viduerna-de-la-pena	CL	P	34151	42.7368	-4.6805	3
34878	Barajores De La Peña	barajores-de-la-pena	CL	P	34151	42.7647	-4.6727	4
34878	Riosmenudos De La Peña	riosmenudos-de-la-pena	CL	P	34151	42.7368	-4.6805	3
34878	Fontecha De La Peña	fontecha-de-la-pena	CL	P	34151	42.7438	-4.722	4
34878	Santana De La Peña	santana-de-la-pena	CL	P	34151	42.7392	-4.6557	3
34878	Baños De La Peña	banos-de-la-pena	CL	P	34151	42.7265	-4.65	4
34878	Villanueva De Abajo	villanueva-de-abajo	CL	P	34151	42.7248	-4.6931	4
34879	Intorcisa De La Peña	intorcisa-de-la-pena	CL	P	34080	42.786	-4.7401	3
34879	Cornon De La Peña	cornon-de-la-pena	CL	P	34080	42.7672	-4.7481	4
34879	Villanueva De Arriba	villanueva-de-arriba	CL	P	34080	42.7926	-4.7799	4
34879	Las Heras De La Peña	las-heras-de-la-pena	CL	P	34080	42.8009	-4.7491	4
34879	Villa Oliva De La Peña	villa-oliva-de-la-pena	CL	P	34080	42.786	-4.7401	3
34879	Pino De Viduerna	pino-de-viduerna	CL	P	34080	42.7833	-4.6833	4
34879	Muñeca De La Peña	muneca-de-la-pena	CL	P	34080	42.786	-4.7401	3
34880	Guardo	guardo	CL	P	34080	42.7897	-4.8482	4
34882	Dehesa De Tablares	dehesa-de-tablares	CL	P	34062	42.7158	-4.6337	3
34882	Congosto De Valdavia	congosto-de-valdavia	CL	P	34062	42.7158	-4.6337	4
34886	Velilla Del Rio Carrion	velilla-del-rio-carrion	CL	P	34199	42.8261	-4.8463	4
34887	La Lastra	la-lastra	CL	P		42.9335	-4.6728	3
34887	Vidrieros	vidrieros	CL	P		42.9425	-4.6642	4
34887	Triollo	triollo	CL	P		42.9246	-4.6813	4
34888	Cardaño De Arriba	cardano-de-arriba	CL	P	34199	42.9707	-4.7571	4
34888	Cardaño De Abajo	cardano-de-abajo	CL	P	34199	42.921	-4.764	4
34888	Alba De Los Cardaños	alba-de-los-cardanos	CL	P	34199	42.9083	-4.719	4
34888	Camporredondo De Alba	camporredondo-de-alba	CL	P	34199	42.8957	-4.7463	4
34888	Otero De Guardo	otero-de-guardo	CL	P	34199	42.8797	-4.8078	4
34889	Fresno Del Rio	fresno-del-rio	CL	P	34100	42.6818	-4.8173	4
34889	Mantinos	mantinos	CL	P	34100	42.7526	-4.8421	4
34889	Villalba De Guardo	villalba-de-guardo	CL	P	34100	42.7223	-4.8233	4
34889	San Pedro De Cansoles	san-pedro-de-cansoles	CL	P	34100	42.7541	-4.9158	4
39250	Bascones De Ebro	bascones-de-ebro	CL	P	34032	42.7979	-4.0112	4
39250	Olleros De Paredes Rubias	olleros-de-paredes-rubias	CL	P	34032	42.7799	-4.0097	4
39250	Cuillas Del Valle	cuillas-del-valle	CL	P	34032	42.7892	-4.0092	4
39250	Berzosilla	berzosilla	CL	P	34032	42.7805	-4.0375	4
39419	Lastrilla	lastrilla	CL	P	39093	42.8543	-4.0818	3
37001	Salamanca	salamanca	CL	SA	37274	40.9688	-5.6639	4
37002	Salamanca	salamanca	CL	SA	37274	40.9688	-5.6639	4
37003	Salamanca	salamanca	CL	SA	37274	40.9688	-5.6639	4
37004	Salamanca	salamanca	CL	SA	37274	40.9688	-5.6639	4
37005	Salamanca	salamanca	CL	SA	37274	40.9688	-5.6639	4
37006	Salamanca	salamanca	CL	SA	37274	40.9688	-5.6639	4
37007	Salamanca	salamanca	CL	SA	37274	40.9688	-5.6639	4
37008	Salamanca	salamanca	CL	SA	37085	40.9688	-5.6639	4
37009	Salamanca	salamanca	CL	SA		40.9688	-5.6639	4
37071	Salamanca	salamanca	CL	SA		40.9688	-5.6639	4
37080	Salamanca	salamanca	CL	SA		40.9688	-5.6639	4
37100	Ledesma	ledesma	CL	SA	37170	41.0883	-6.0018	4
37110	San Pelayo De La Guareña	san-pelayo-de-la-guarena	CL	SA	37019	41.1355	-5.8287	3
37110	Torresmenudas	torresmenudas	CL	SA	37019	41.1025	-5.7847	4
37110	Zamayon	zamayon	CL	SA	37019	41.1486	-5.8305	4
37110	El Arco	el-arco	CL	SA	37019	41.1109	-5.8245	4
37110	Aldearrodrigo	aldearrodrigo	CL	SA	37019	41.1097	-5.8073	4
37110	Santiz	santiz	CL	SA	37019	41.2058	-5.8965	4
37111	Palacino	palacino	CL	SA	37226	41.1516	-5.9026	3
37111	Añover De Tormes	anover-de-tormes	CL	SA	37226	41.1366	-5.9158	4
37111	Espino Rapado	espino-rapado	CL	SA	37226	41.1516	-5.9026	3
37111	Palacios Del Arzobispo	palacios-del-arzobispo	CL	SA	37226	41.1666	-5.8893	4
37114	Villaseco De Los Gamitos	villaseco-de-los-gamitos	CL	SA	37150	41.0362	-6.1132	4
37114	Encina De San Silvestre	encina-de-san-silvestre	CL	SA	37150	41.0144	-6.0927	4
37114	La Huerfana	la-huerfana	CL	SA	37150	41.0716	-6.0906	4
37114	Espayos	espayos	CL	SA	37150	41.0497	-6.105	3
37114	Gejuelo Del Barro	gejuelo-del-barro	CL	SA	37150	41.0763	-6.1233	4
37114	Muelledes	muelledes	CL	SA	37150	41.0497	-6.105	3
37114	Valrubio	valrubio	CL	SA	37150	41.0497	-6.105	3
37115	Baños De Ledesma	banos-de-ledesma	CL	SA	37027	41.07	-5.8998	4
37115	Frades Viejo	frades-viejo	CL	SA	37027	41.0647	-5.8386	3
37115	Juzbado	juzbado	CL	SA	37027	41.0779	-5.8614	4
37115	Contiensa	contiensa	CL	SA	37027	41.0647	-5.8386	3
37115	Valverdon	valverdon	CL	SA	37027	41.0469	-5.7696	4
37115	Frades Nuevo	frades-nuevo	CL	SA	37027	41.0647	-5.8386	3
37115	Almenara De Tormes	almenara-de-tormes	CL	SA	37027	41.0639	-5.8235	4
37116	Zorita	zorita	CL	SA	37170	41.0423	-5.7565	4
37116	Pelilla	pelilla	CL	SA	37170	41.1838	-6.0548	4
37116	Estanquillas	estanquillas	CL	SA	37170	41.1206	-5.98	3
37116	Aldeagutierrez	aldeagutierrez	CL	SA	37170	41.1089	-6.0255	4
37116	Cuadrilleros	cuadrilleros	CL	SA	37170	41.1474	-6.0831	4
37116	La Samasa	la-samasa	CL	SA	37170	41.1206	-5.98	3
37116	Santo Domingo	santo-domingo	CL	SA	37170	41.1206	-5.98	3
37116	Cuadrilleros De Los Dieces	cuadrilleros-de-los-dieces	CL	SA	37170	41.1206	-5.98	3
37116	La Vadima	la-vadima	CL	SA	37170	41.1206	-5.98	3
37116	La Samasita	la-samasita	CL	SA	37170	41.1206	-5.98	3
37116	Estacas	estacas	CL	SA	37170	41.1206	-5.98	3
37116	Sagrada, La (Ledesma)	sagrada-la-ledesma	CL	SA	37170	41.1206	-5.98	3
37120	Calzadilla De La Valmuza	calzadilla-de-la-valmuza	CL	SA	37087	40.935	-5.7821	4
37120	Cabrasmalas	cabrasmalas	CL	SA	37087	40.9474	-5.7628	3
37120	Doñinos De Salamanca	doninos-de-salamanca	CL	SA	37087	40.9598	-5.7435	4
37120	La Golpejera	la-golpejera	CL	SA	37087	40.9474	-5.7628	3
37120	Torre De La Valmuza	torre-de-la-valmuza	CL	SA	37087	40.9474	-5.7628	3
37129	Carrascal De Barregas	carrascal-de-barregas	CL	SA	37142	40.9787	-5.7623	4
37129	Florida De Liebana	florida-de-liebana	CL	SA	37142	41.0236	-5.7625	4
37129	San Justo De La Valmuza	san-justo-de-la-valmuza	CL	SA	37142	40.9754	-5.7631	3
37129	Santibañez Del Rio	santibanez-del-rio	CL	SA	37142	40.9775	-5.7217	4
37129	Palacio De Villalones	palacio-de-villalones	CL	SA	37142	40.9107	-5.7755	4
37129	Villaselva	villaselva	CL	SA	37142	40.9754	-5.7631	3
37129	Parada De Arriba	parada-de-arriba	CL	SA	37142	40.9865	-5.7933	4
37129	Puerto De La Anunciacion	puerto-de-la-anunciacion	CL	SA	37142	40.9754	-5.7631	3
37129	Argentina	argentina	CL	SA	37142	40.9754	-5.7631	3
37130	Robliza De Cojos	robliza-de-cojos	CL	SA	37079	40.8677	-5.9779	4
37130	Valdefresno (Finca)	valdefresno-finca	CL	SA	37079	40.9695	-5.9877	3
37130	Zafron	zafron	CL	SA	37079	41.0341	-6.0228	4
37130	Teso Del Corcho (Finca)	teso-del-corcho-finca	CL	SA	37079	40.9695	-5.9877	3
37130	Villarmayor	villarmayor	CL	SA	37079	41.0151	-5.9715	4
37130	Cojos De Robliza (Finca)	cojos-de-robliza-finca	CL	SA	37079	40.9695	-5.9877	3
37130	Tabera De Abajo	tabera-de-abajo	CL	SA	37079	40.973	-5.9673	4
37130	San Roman (Finca)	san-roman-finca	CL	SA	37079	40.9695	-5.9877	3
37130	Quejigal	quejigal	CL	SA	37079	40.8834	-5.9691	4
37130	Mata De Ledesma	mata-de-ledesma	CL	SA	37079	41.0005	-5.971	4
37130	Padierno (Finca)	padierno-finca	CL	SA	37079	40.9695	-5.9877	3
37130	Doñinos De Ledesma	doninos-de-ledesma	CL	SA	37079	41.0125	-6.0341	4
37130	Porqueriza (Finca)	porqueriza-finca	CL	SA	37079	40.9695	-5.9877	3
37130	Carreros (Finca)	carreros-finca	CL	SA	37079	40.9695	-5.9877	3
37139	El Gejo	el-gejo	CL	SA		41.1394	-6.1969	4
37139	El Barrero De Porqueriza	el-barrero-de-porqueriza	CL	SA		41.1394	-6.1969	3
37140	El Campo De Ledesma	el-campo-de-ledesma	CL	SA	37370	41.1136	-6.1021	4
37147	Villar De Peralonso	villar-de-peralonso	CL	SA	37360	41.0322	-6.2228	4
37148	Pedernal	pedernal	CL	SA	37329	41.0585	-6.2338	4
37148	Peñalvo	penalvo	CL	SA	37329	41.0563	-6.2308	3
37148	Tremedal De Tormes	tremedal-de-tormes	CL	SA	37329	41.0742	-6.1816	4
37148	Sardon De Los Alamos	sardon-de-los-alamos	CL	SA	37329	41.0541	-6.1874	4
37148	Becerril	becerril	CL	SA	37329	41.0339	-6.2668	4
37148	Espadaña	espadana	CL	SA	37329	41.0608	-6.2846	4
37149	Cuadrillero De Los Gusanos	cuadrillero-de-los-gusanos	CL	SA	37329	41.1243	-6.1508	3
37149	Trabadillo	trabadillo	CL	SA	37329	41.1243	-6.1508	4
37150	Gejo De Los Reyes	gejo-de-los-reyes	CL	SA	37370	41.1394	-6.1969	4
37150	Villaseco De Los Reyes	villaseco-de-los-reyes	CL	SA	37370	41.1626	-6.1843	4
37159	Berganciano	berganciano	CL	SA	37370	41.1465	-6.231	4
37159	Cerezal De Puertas	cerezal-de-puertas	CL	SA	37370	41.085	-6.2552	4
37159	Manceras	manceras	CL	SA	37370	41.1272	-6.274	4
37159	Puertas	puertas	CL	SA	37370	41.0968	-6.2875	4
37159	El Groo	el-groo	CL	SA	37370	41.1099	-6.2298	4
37160	Villarino De Los Aires	villarino-de-los-aires	CL	SA	37364	41.271	-6.4685	4
37170	Carrascalino	carrascalino	CL	SA	37087	40.8722	-5.7894	4
37170	Zaratan	zaratan	CL	SA	37087	41.0241	-5.815	4
37170	Espino De Los Doctores (Finca)	espino-de-los-doctores-finca	CL	SA	37087	41.0072	-5.8479	3
37170	El Pino De Tormes	el-pino-de-tormes	CL	SA	37087	41.0394	-5.7935	4
37170	Tirados De Vega	tirados-de-vega	CL	SA	37087	41.0254	-5.8867	4
37170	Cabra, La (Finca)	cabra-la-finca	CL	SA	37087	41.0072	-5.8479	3
37170	Zarapicos	zarapicos	CL	SA	37087	41.0383	-5.8453	4
37170	La Narra	la-narra	CL	SA	37087	41.0072	-5.8479	3
37170	San Pedro Del Valle	san-pedro-del-valle	CL	SA	37087	41.0333	-5.8602	4
37170	Torrecilla De Miranda	torrecilla-de-miranda	CL	SA	37087	41.0072	-5.8479	3
37170	Golpejas	golpejas	CL	SA	37087	40.9998	-5.9069	4
37170	El Carmen	el-carmen	CL	SA	37087	41.0072	-5.8479	3
37170	Vega De Tirados	vega-de-tirados	CL	SA	37087	41.0254	-5.8867	4
37170	Carrascal De Velambeles	carrascal-de-velambeles	CL	SA	37087	41.0072	-5.8479	3
37170	Pozos De Mondar (Finca)	pozos-de-mondar-finca	CL	SA	37087	41.0072	-5.8479	3
37171	El Manzano	el-manzano	CL	SA	37180	41.1742	-6.2886	4
37171	Monleras	monleras	CL	SA	37180	41.187	-6.2262	4
37172	Sardon De Los Frailes	sardon-de-los-frailes	CL	SA	37301	41.2137	-6.271	4
37173	Trabanca	trabanca	CL	SA	37004	41.2328	-6.3848	4
37173	Ahigal De Villarino	ahigal-de-villarino	CL	SA	37004	41.1582	-6.3804	4
37174	Cabeza De Framontanos	cabeza-de-framontanos	CL	SA	37364	41.2155	-6.4373	4
37175	Pereña De La Ribera	perena-de-la-ribera	CL	SA	37250	41.2395	-6.5235	4
37176	Almendra	almendra	CL	SA	37028	41.2292	-6.3407	4
37176	Salto De Almendra	salto-de-almendra	CL	SA	37028	41.2292	-6.3407	3
37181	Nuevo Amatos	nuevo-amatos	CL	SA	37240	40.9651	-5.5068	4
37181	Pelabravo	pelabravo	CL	SA	37240	40.9366	-5.5792	4
37181	Calvarrasa De Abajo	calvarrasa-de-abajo	CL	SA	37240	40.9464	-5.5526	4
37181	Nuevo Naharros (Urbanizacion)	nuevo-naharros-urbanizacion	CL	SA	37240	40.9537	-5.56	3
37181	Naharros Del Rio (Alqueria)	naharros-del-rio-alqueria	CL	SA	37240	40.9667	-5.6016	4
37181	Nuevos Naharros	nuevos-naharros	CL	SA	37240	40.9537	-5.56	3
37181	Valdecarretas (Urbanizacion)	valdecarretas-urbanizacion	CL	SA	37240	40.9537	-5.56	3
37181	Amatos Del Rio	amatos-del-rio	CL	SA	37240	40.9537	-5.56	3
37183	San Pedro De Rozados	san-pedro-de-rozados	CL	SA	37205	40.7901	-5.7372	4
37183	Bernoy	bernoy	CL	SA	37205	40.7667	-5.75	4
37183	Aldealgordo De Abajo	aldealgordo-de-abajo	CL	SA	37205	40.829	-5.7204	3
37183	Santo Tome De Rozados	santo-tome-de-rozados	CL	SA	37205	40.8472	-5.7283	4
37183	Aldealgordo De Arriba	aldealgordo-de-arriba	CL	SA	37205	40.829	-5.7204	3
37183	Sanchoviejo	sanchoviejo	CL	SA	37205	40.9141	-5.7004	4
37183	Rozados	rozados	CL	SA	37205	40.829	-5.7204	3
37183	Morille	morille	CL	SA	37205	40.8069	-5.6983	4
37183	Orejudos	orejudos	CL	SA	37205	40.829	-5.7204	3
37183	Cilleros El Hondo	cilleros-el-hondo	CL	SA	37205	40.849	-5.708	4
37183	Torre De Juan Vazquez	torre-de-juan-vazquez	CL	SA	37205	40.829	-5.7204	3
37184	Villares De La Reina	villares-de-la-reina	CL	SA	37362	41.0083	-5.6488	4
37184	Bizarricas, Las (Urbanizacion)	bizarricas-las-urbanizacion	CL	SA	37362	41.0083	-5.6488	3
37184	Poligono Los Villares Reina	poligono-los-villares-reina	CL	SA	37362	41.0083	-5.6488	3
37185	Zorita De Valverdon	zorita-de-valverdon	CL	SA	37354	41.0423	-5.7565	4
37185	Villamayor	villamayor	CL	SA	37354	40.9994	-5.6958	4
37185	Mozodiel De Sanchiñigo	mozodiel-de-sanchinigo	CL	SA	37354	41.0209	-5.7261	3
37186	Otero De Vaciadores	otero-de-vaciadores	CL	SA	37291	40.8805	-5.7653	4
37186	Turra	turra	CL	SA	37291	40.8021	-5.406	4
37186	Salvadorique	salvadorique	CL	SA	37291	40.8413	-5.5856	3
37186	Continos	continos	CL	SA	37291	40.8413	-5.5856	3
37186	Carrascalino De La Valmuza	carrascalino-de-la-valmuza	CL	SA	37291	40.8413	-5.5856	3
37186	Terrubias	terrubias	CL	SA	37291	40.8413	-5.5856	3
37187	Aldeagallega	aldeagallega	CL	SA	37192	40.878	-5.721	4
37187	Aldeatejada	aldeatejada	CL	SA	37192	40.9217	-5.6927	4
37187	Porquerizos	porquerizos	CL	SA	37192	40.8957	-5.6985	3
37187	Miranda De Azan	miranda-de-azan	CL	SA	37192	40.8875	-5.6818	4
37187	Aldeanueva De Ariseos	aldeanueva-de-ariseos	CL	SA	37192	40.8957	-5.6985	3
37187	Torrecilla	torrecilla	CL	SA	37192	40.8957	-5.6985	3
37187	Vistahermosa (Sotomuñiz)	vistahermosa-sotomuniz	CL	SA	37192	40.8957	-5.6985	3
37188	Carbajosa De La Sagrada	carbajosa-de-la-sagrada	CL	SA	37032	40.9331	-5.6503	4
37188	La Pinilla	la-pinilla	CL	SA	37032	40.9331	-5.6503	3
37189	Aldeaseca De La Armuña	aldeaseca-de-la-armuna	CL	SA	37362	41.0193	-5.6711	4
37190	Encinar, El (Urbanizacion)	encinar-el-urbanizacion	CL	SA	37322	40.9424	-5.6005	1
37190	Cisnes, Los (Urbanizacion)	cisnes-los-urbanizacion	CL	SA	37322	40.9424	-5.6005	1
37191	Calvarrasa De Arriba	calvarrasa-de-arriba	CL	SA	37070	40.9067	-5.592	4
37191	Albahonda (Urbanizacion)	albahonda-urbanizacion	CL	SA	37070	40.9067	-5.592	3
37191	Navahonda (Urbanizacion)	navahonda-urbanizacion	CL	SA	37070	40.9067	-5.592	3
37192	Montalvo Rano	montalvo-rano	CL	SA	37087	40.9424	-5.6005	1
37192	Montalvo Iii	montalvo-iii	CL	SA	37087	40.9424	-5.6005	1
37192	Sanatorio Martinez Anido	sanatorio-martinez-anido	CL	SA	37087	40.9424	-5.6005	1
37192	Montalvo Iv	montalvo-iv	CL	SA	37087	40.9424	-5.6005	1
37192	Montalvo I	montalvo-i	CL	SA	37087	40.9424	-5.6005	1
37192	Montalvo Ii	montalvo-ii	CL	SA	37087	40.9424	-5.6005	1
37192	Peñasolana (Urbanizacion)	penasolana-urbanizacion	CL	SA	37087	40.9424	-5.6005	1
37193	Cabrerizos	cabrerizos	CL	SA	37067	40.9781	-5.6091	4
37193	Dunas, Las (Urbanizacion)	dunas-las-urbanizacion	CL	SA	37067	40.9781	-5.6091	3
37193	La Flecha	la-flecha	CL	SA	37067	40.9781	-5.6091	3
37193	Arenal Del Angel	arenal-del-angel	CL	SA	37067	40.9781	-5.6091	3
37193	Aldehuela De Los Guzmanes	aldehuela-de-los-guzmanes	CL	SA	37067	40.9781	-5.6091	3
37197	Ariseos	ariseos	CL	SA		40.9424	-5.6005	1
37198	Carpihuelo	carpihuelo	CL	SA		40.9424	-5.6005	1
37200	La Fuente De San Esteban	la-fuente-de-san-esteban	CL	SA	37135	40.8016	-6.2585	4
37207	Fuente San Esteban, La (Estacion)	fuente-san-esteban-la-estacion	CL	SA		40.8252	-6.2139	1
37208	Boadilla	boadilla	CL	SA	37135	40.7966	-6.2207	4
37208	San Muñoz	san-munoz	CL	SA	37135	40.7833	-6.1276	4
37209	Pelarrodriguez	pelarrodriguez	CL	SA	37241	40.8872	-6.2127	4
37209	Campos De Buenamadre	campos-de-buenamadre	CL	SA	37241	40.8721	-6.2313	3
37209	Buenamadre	buenamadre	CL	SA	37241	40.8571	-6.2499	4
37210	Vitigudino	vitigudino	CL	SA	37376	41.0091	-6.434	4
37214	Fuentes De Masueco	fuentes-de-masueco	CL	SA	37340	41.1646	-6.5515	4
37214	Cabeza De Caballo	cabeza-de-caballo	CL	SA	37340	41.1646	-6.5515	4
37214	La Vidola	la-vidola	CL	SA	37340	41.1543	-6.4873	4
37214	La Peña	la-pena	CL	SA	37340	41.1748	-6.5194	4
37214	Valsalabroso	valsalabroso	CL	SA	37340	41.1096	-6.5027	4
37216	Traguntia (Finca)	traguntia-finca	CL	SA	37208	40.9709	-6.3337	3
37216	Peralejos De Abajo	peralejos-de-abajo	CL	SA	37208	41.0047	-6.3624	4
37216	Pozos De Hinojo	pozos-de-hinojo	CL	SA	37208	40.913	-6.4114	4
37216	Peralejos De Arriba	peralejos-de-arriba	CL	SA	37208	41.0041	-6.3336	4
37216	Escuernavacas	escuernavacas	CL	SA	37208	40.9481	-6.4157	4
37216	La Moralita	la-moralita	CL	SA	37208	40.9381	-6.2341	4
37216	Ciperez	ciperez	CL	SA	37208	40.9621	-6.2655	4
37216	Gomeciego	gomeciego	CL	SA	37208	41.0261	-6.3129	4
37217	Carrasca	carrasca	CL	SA	37165	41.0948	-6.4006	3
37217	Villargordo	villargordo	CL	SA	37165	41.0803	-6.3281	4
37217	Carrasco	carrasco	CL	SA	37165	41.1055	-6.3863	4
37217	Robledo Hermoso	robledo-hermoso	CL	SA	37165	41.1082	-6.4204	4
37217	Brincones	brincones	CL	SA	37165	41.1134	-6.3486	4
37217	Barceo	barceo	CL	SA	37165	41.0611	-6.4517	4
37217	Barceino	barceino	CL	SA	37165	41.0793	-6.4624	4
37217	Iruelos	iruelos	CL	SA	37165	41.1413	-6.3281	4
37217	Sanchon De La Ribera	sanchon-de-la-ribera	CL	SA	37165	41.0884	-6.4131	4
37217	Las Uces	las-uces	CL	SA	37165	41.0923	-6.4718	4
37217	Villarmuerto	villarmuerto	CL	SA	37165	41.0562	-6.3629	4
37217	Villar De Samaniego	villar-de-samaniego	CL	SA	37165	41.1167	-6.4333	4
37219	Guadramiro	guadramiro	CL	SA	37154	41.017	-6.4937	4
37219	Gema	gema	CL	SA	37154	40.9755	-6.5219	4
37219	Casales, Los (Finca)	casales-los-finca	CL	SA	37154	40.9839	-6.5016	3
37219	Yecla De Yeltes	yecla-de-yeltes	CL	SA	37154	40.9592	-6.489	4
37220	Fregeneda (Pueblo)	fregeneda-pueblo	CL	SA	37132	41.0073	-6.4945	1
37230	Hinojosa De Duero	hinojosa-de-duero	CL	SA	37160	40.9867	-6.7953	4
37240	Lumbrales	lumbrales	CL	SA	37173	40.935	-6.7195	4
37246	Sobradillo	sobradillo	CL	SA	37311	40.9175	-6.7973	4
37247	La Redonda	la-redonda	CL	SA	37266	40.9086	-6.7487	4
37248	Ahigal De Los Aceiteros	ahigal-de-los-aceiteros	CL	SA	37003	40.8723	-6.747	4
37250	Majuges	majuges	CL	SA	37014	41.0354	-6.4228	4
37250	Aldeadavila De La Ribera	aldeadavila-de-la-ribera	CL	SA	37014	41.2177	-6.6179	4
37251	Masueco	masueco	CL	SA	37184	41.2035	-6.5894	4
37251	Corporario	corporario	CL	SA	37184	41.2142	-6.6017	4
37253	La Zarza De Pumareda	la-zarza-de-pumareda	CL	SA	37100	41.1619	-6.6275	4
37253	Cerezal De Peñahorcada	cerezal-de-penahorcada	CL	SA	37100	41.1307	-6.6536	4
37253	Salto De Aldeadavila La Ribera	salto-de-aldeadavila-la-ribera	CL	SA	37100	41.1463	-6.6405	3
37254	Mieza	mieza	CL	SA	37190	41.1642	-6.6914	4
37255	Barruecopardo	barruecopardo	CL	SA	37044	41.0721	-6.6642	4
37256	Valderrodrigo	valderrodrigo	CL	SA	37337	41.0652	-6.5088	4
37256	Villasbuenas	villasbuenas	CL	SA	37337	41.0626	-6.5966	4
37256	Barreras	barreras	CL	SA	37337	41.0263	-6.5897	4
37256	Encinasola De Los Comendadores	encinasola-de-los-comendadores	CL	SA	37337	41.0309	-6.5326	4
37256	Picones	picones	CL	SA	37337	41.0017	-6.5453	4
37256	El Milano	el-milano	CL	SA	37337	41.0924	-6.5993	4
37257	Saucelle	saucelle	CL	SA	37302	41.0477	-6.7533	4
37257	Salto De Saucelle	salto-de-saucelle	CL	SA	37302	41.0477	-6.7533	3
37258	Vilvestre	vilvestre	CL	SA	37350	41.1064	-6.7272	4
37258	Moronta	moronta	CL	SA	37350	40.9769	-6.431	4
37259	Saldeana	saldeana	CL	SA	37275	41.0207	-6.6402	4
37260	Villavieja De Yeltes	villavieja-de-yeltes	CL	SA	37373	40.8757	-6.4679	4
37267	Pedro Alvaro	pedro-alvaro	CL	SA	37363	40.8909	-6.4367	4
37267	Villares De Yeltes	villares-de-yeltes	CL	SA	37363	40.8659	-6.413	4
37269	La Cañada	la-canada	CL	SA		40.8775	-6.4392	1
37270	San Felices De Los Gallegos	san-felices-de-los-gallegos	CL	SA	37285	40.8495	-6.708	4
37271	Bañobarez	banobarez	CL	SA	37039	40.8482	-6.6131	4
37281	Ituero De Huebra	ituero-de-huebra	CL	SA	37113	40.8853	-6.3537	4
37281	El Cubo De Don Sancho	el-cubo-de-don-sancho	CL	SA	37113	40.8872	-6.3664	3
37281	Ituerino	ituerino	CL	SA	37113	40.8891	-6.3791	4
37290	Las Porciones	las-porciones	CL	SA	37052	40.8157	-6.3061	3
37290	Boada	boada	CL	SA	37052	40.8157	-6.3061	4
37291	Bermellar	bermellar	CL	SA	37055	40.9992	-6.6701	4
37291	Bogajo	bogajo	CL	SA	37055	40.9071	-6.5306	4
37291	Cerralbo	cerralbo	CL	SA	37055	40.9735	-6.5871	4
37291	Fuenteliante	fuenteliante	CL	SA	37055	40.8747	-6.5731	4
37292	Olmedo De Camaces	olmedo-de-camaces	CL	SA	37223	40.8797	-6.6236	4
37300	Peñaranda De Bracamonte	penaranda-de-bracamonte	CL	SA	37246	40.9011	-5.2003	4
37310	Macotera	macotera	CL	SA	37174	40.831	-5.2853	4
37311	Santiago De La Puebla	santiago-de-la-puebla	CL	SA	37296	40.8013	-5.2807	4
37312	Alaraz	alaraz	CL	SA	37007	40.7489	-5.2878	4
37313	Malpartida	malpartida	CL	SA	37178	40.7627	-5.2315	4
37314	Salmoral	salmoral	CL	SA	37276	40.8014	-5.2191	4
37315	Mancera De Abajo	mancera-de-abajo	CL	SA	37179	40.8397	-5.1993	4
37316	Boveda Del Rio Almar	boveda-del-rio-almar	CL	SA	37057	40.8572	-5.2103	4
37317	Aldeayuste	aldeayuste	CL	SA	37022	40.9633	-5.2326	3
37317	El Campo De Peñaranda	el-campo-de-penaranda	CL	SA	37022	40.9849	-5.258	4
37317	Aldeaseca De La Frontera	aldeaseca-de-la-frontera	CL	SA	37022	40.9416	-5.2072	4
37318	Ragama	ragama	CL	SA	37265	40.9977	-5.1272	4
37318	Paradinas De San Juan	paradinas-de-san-juan	CL	SA	37265	40.9832	-5.1542	4
37319	Cantaracillo	cantaracillo	CL	SA	37083	40.9038	-5.1629	4
37320	Villar De Gallimazo	villar-de-gallimazo	CL	SA	37358	40.9537	-5.2882	4
37329	Alconada	alconada	CL	SA	37012	40.9109	-5.363	4
37329	San Vicente De Alconada	san-vicente-de-alconada	CL	SA	37012	40.9191	-5.3557	3
37329	Ventosa Del Rio Almar	ventosa-del-rio-almar	CL	SA	37012	40.9273	-5.3484	4
37330	Babilafuente	babilafuente	CL	SA	37038	40.977	-5.4255	4
37336	Huerta	huerta	CL	SA	37164	40.9684	-5.4677	4
37337	Cordovilla	cordovilla	CL	SA	37206	40.9509	-5.4072	4
37337	Moriñigo	morinigo	CL	SA	37206	40.97	-5.4146	4
37338	Villoruela	villoruela	CL	SA	37375	41.0086	-5.3938	4
37339	Villoria	villoria	CL	SA	37374	40.9943	-5.3736	4
37340	San Morales	san-morales	CL	SA	37020	40.9936	-5.5023	4
37340	Aldearrubia	aldearrubia	CL	SA	37020	41.0081	-5.4983	4
37350	Aldealengua	aldealengua	CL	SA	37016	40.9809	-5.5492	4
37400	Cantalapiedra	cantalapiedra	CL	SA	37081	41.1263	-5.1835	4
37405	Cantalpino	cantalpino	CL	SA	37082	41.0534	-5.3305	4
37406	Villaflores	villaflores	CL	SA	37228	41.084	-5.2344	4
37406	Poveda De Las Cintas	poveda-de-las-cintas	CL	SA	37228	41.046	-5.2602	4
37406	Palacios Rubios	palacios-rubios	CL	SA	37228	41.0226	-4.7655	4
37408	Zorita De La Frontera	zorita-de-la-frontera	CL	SA	37382	41.0145	-5.1966	4
37409	Tarazona De La Guareña	tarazona-de-la-guarena	CL	SA	37317	41.1721	-5.2501	4
37410	El Pedroso De La Armuña	el-pedroso-de-la-armuna	CL	SA	37239	41.0807	-5.399	4
37418	Arabayona De Mogica	arabayona-de-mogica	CL	SA	37031	41.047	-5.3857	4
37419	Parada De Rubiales	parada-de-rubiales	CL	SA	37231	41.1482	-5.4364	4
37419	Espino De La Orbada	espino-de-la-orbada	CL	SA	37231	41.1069	-5.4251	4
37420	Gomecello	gomecello	CL	SA	37152	41.0428	-5.5358	4
37426	Palencia De Negrilla	palencia-de-negrilla	CL	SA	37222	41.0944	-5.6017	4
37426	Negrilla De Palencia	negrilla-de-palencia	CL	SA	37222	41.0919	-5.5917	4
37427	La Velles	la-velles	CL	SA	37238	41.074	-5.5682	4
37427	Pedrosillo El Ralo	pedrosillo-el-ralo	CL	SA	37238	41.0631	-5.5479	4
37428	Villanueva De Los Pavones	villanueva-de-los-pavones	CL	SA	37225	41.0921	-5.4513	4
37428	La Orbadilla	la-orbadilla	CL	SA	37225	41.0813	-5.495	3
37428	Villaverde De Guareña	villaverde-de-guarena	CL	SA	37225	41.0641	-5.5249	4
37428	La Orbada	la-orbada	CL	SA	37225	41.0813	-5.495	3
37428	Pajares De La Laguna	pajares-de-la-laguna	CL	SA	37225	41.0875	-5.5089	4
37429	Aldeanueva De Figueroa	aldeanueva-de-figueroa	CL	SA	37017	41.1481	-5.524	4
37429	Arcediano	arcediano	CL	SA	37017	41.0938	-5.5606	4
37429	Tardaguila	tardaguila	CL	SA	37017	41.1149	-5.5742	4
37430	Moriscos	moriscos	CL	SA	37207	41.0082	-5.5818	4
37439	San Cristobal De La Cuesta	san-cristobal-de-la-cuesta	CL	SA	37092	41.0292	-5.6177	4
37439	Poligono Industrial Moriscos	poligono-industrial-moriscos	CL	SA	37092	41.0242	-5.6042	3
37439	Castellanos De Moriscos	castellanos-de-moriscos	CL	SA	37092	41.0192	-5.5906	4
37439	Almunia, La (Urbanizacion)	almunia-la-urbanizacion	CL	SA	37092	41.0242	-5.6042	3
37440	Carnero	carnero	CL	SA	37087	40.889	-5.8658	4
37440	El Vecino	el-vecino	CL	SA	37087	40.9015	-5.8788	3
37440	Castrejon	castrejon	CL	SA	37087	40.9134	-5.8782	4
37440	El Tejado	el-tejado	CL	SA	37087	40.8738	-5.891	4
37440	Gejo De Da Mencia	gejo-de-da-mencia	CL	SA	37087	40.9015	-5.8788	3
37440	Barbadillo	barbadillo	CL	SA	37087	40.9298	-5.8802	4
37446	Villalba De Los Llanos	villalba-de-los-llanos	CL	SA	37353	40.8002	-5.9758	4
37447	Rollan	rollan	CL	SA	37271	40.9623	-5.9175	4
37448	Canillejas	canillejas	CL	SA	37079	40.9238	-5.9324	3
37448	Calzada De Don Diego	calzada-de-don-diego	CL	SA	37079	40.905	-5.9028	4
37448	Canillas De Abajo	canillas-de-abajo	CL	SA	37079	40.9227	-5.9291	4
37448	Sagos	sagos	CL	SA	37079	40.9436	-5.9654	4
37449	Galindo Y Perahuy	galindo-y-perahuy	CL	SA	37142	40.944	-5.8741	4
37449	Santo Tome Del Collado	santo-tome-del-collado	CL	SA	37142	40.9434	-5.8385	3
37449	Pericalvo	pericalvo	CL	SA	37142	40.9586	-5.8329	4
37449	Rodillo	rodillo	CL	SA	37142	40.9061	-5.8189	4
37449	Encinar De La Rad, El (Urbanizacion)	encinar-de-la-rad-el-urbanizacion	CL	SA	37142	40.9434	-5.8385	3
37449	Carrascal De Pericalvo	carrascal-de-pericalvo	CL	SA	37142	40.9648	-5.8281	4
37449	Albergueria De La Valmuza	albergueria-de-la-valmuza	CL	SA	37142	40.9434	-5.8385	3
37449	Miranda De Pericalvo	miranda-de-pericalvo	CL	SA	37142	40.9434	-5.8385	3
37449	Campo Charro (Urbanizacion)	campo-charro-urbanizacion	CL	SA	37142	40.9434	-5.8385	3
37449	La Rad	la-rad	CL	SA	37142	40.9434	-5.8385	3
37449	Los Escobos	los-escobos	CL	SA	37142	40.9434	-5.8385	3
37449	San Benito De La Balmuza	san-benito-de-la-balmuza	CL	SA	37142	40.9434	-5.8385	3
37450	Matilla De Los Caños	matilla-de-los-canos	CL	SA	37344	40.8254	-5.9428	4
37450	Canillas De Torneros	canillas-de-torneros	CL	SA	37344	40.842	-5.8817	4
37451	Carrascal Del Obispo	carrascal-del-obispo	CL	SA	37088	40.7638	-5.9991	4
37451	Huelmos Y Casasolilla	huelmos-y-casasolilla	CL	SA	37088	40.7638	-5.9991	3
37452	Cortos De La Sierra	cortos-de-la-sierra	CL	SA	37211	40.7327	-5.8823	4
37452	Casasola	casasola	CL	SA	37211	40.7516	-5.9033	4
37452	Casanueva	casanueva	CL	SA	37211	40.7261	-5.8932	3
37452	Castroverde	castroverde	CL	SA	37211	40.7098	-5.8718	4
37452	Casasola Del Campo	casasola-del-campo	CL	SA	37211	40.7516	-5.9033	4
37452	Garcigalindo	garcigalindo	CL	SA	37211	40.7261	-5.8932	3
37452	Sanchogomez	sanchogomez	CL	SA	37211	40.6846	-5.9055	4
37453	Tornadizos	tornadizos	CL	SA	37291	40.8233	-5.8169	4
37453	Gueribañez	gueribanez	CL	SA	37291	40.8168	-5.8549	3
37453	Sanchiricones	sanchiricones	CL	SA	37291	40.8135	-5.8739	4
37453	La Torrita	la-torrita	CL	SA	37291	40.8168	-5.8549	3
37453	Carrascal De Sanchiricones	carrascal-de-sanchiricones	CL	SA	37291	40.8135	-5.8739	4
37453	Carneruelo	carneruelo	CL	SA	37291	40.8168	-5.8549	3
37453	Tordelalosa	tordelalosa	CL	SA	37291	40.8168	-5.8549	3
37454	Las Veguillas	las-veguillas	CL	SA	37346	40.7158	-5.8327	4
37455	Arguijo (Finca)	arguijo-finca	CL	SA	37291	40.7652	-5.8809	1
37455	Esteban Isidro (Finca)	esteban-isidro-finca	CL	SA	37291	40.7652	-5.8809	1
37455	Cabrera (Finca)	cabrera-finca	CL	SA	37291	40.7652	-5.8809	1
37455	Carrascal Del Asno (Finca)	carrascal-del-asno-finca	CL	SA	37291	40.7652	-5.8809	1
37455	Pedro Llen (Finca)	pedro-llen-finca	CL	SA	37291	40.7652	-5.8809	1
37456	Vecinos	vecinos	CL	SA	37346	40.7788	-5.8781	4
37456	Corbacera	corbacera	CL	SA	37346	40.7956	-5.9183	4
37456	Olmedilla (Finca)	olmedilla-finca	CL	SA	37346	40.7872	-5.8982	3
37456	Llen (Finca)	llen-finca	CL	SA	37346	40.7872	-5.8982	3
37456	Galleguillos (Finca)	galleguillos-finca	CL	SA	37346	40.7872	-5.8982	3
37458	La Dueña De Abajo	la-duena-de-abajo	CL	SA		40.6757	-5.73	4
37460	Tabera De Arriba	tabera-de-arriba	CL	SA	37149	40.9069	-6.0276	4
37460	Moral De Castro, La (Finca)	moral-de-castro-la-finca	CL	SA	37149	40.8823	-6.0625	3
37460	Tejadillo	tejadillo	CL	SA	37149	40.8285	-6.0981	4
37460	Vilvis (Finca)	vilvis-finca	CL	SA	37149	40.8823	-6.0625	3
37460	Villar De Los Alamos	villar-de-los-alamos	CL	SA	37149	40.88	-5.9957	4
37460	Valdelama (Finca)	valdelama-finca	CL	SA	37149	40.8823	-6.0625	3
37460	Cabeza De Diego Gomez	cabeza-de-diego-gomez	CL	SA	37149	40.9272	-6.0701	4
37460	Alcornocal (Finca)	alcornocal-finca	CL	SA	37149	40.8823	-6.0625	3
37460	Aldehuela De La Boveda	aldehuela-de-la-boveda	CL	SA	37149	40.8508	-6.0526	4
37460	Berrocalejo (Finca)	berrocalejo-finca	CL	SA	37149	40.8823	-6.0625	3
37460	Garcirrey	garcirrey	CL	SA	37149	40.9005	-6.1312	4
37460	Ardonsillero (Finca)	ardonsillero-finca	CL	SA	37149	40.8823	-6.0625	3
37460	Castro Enriquez (Finca)	castro-enriquez-finca	CL	SA	37149	40.8823	-6.0625	3
37460	Rodasviejas (Finca)	rodasviejas-finca	CL	SA	37149	40.8823	-6.0625	3
37460	Villarejo (Sando) (Finca)	villarejo-sando-finca	CL	SA	37149	40.8823	-6.0625	3
37465	La Sagrada	la-sagrada	CL	SA	37273	41.15	-6.1333	4
37465	Anaya De Huebra	anaya-de-huebra	CL	SA	37273	41.15	-6.1333	3
37465	Carrascalejo De Huebra	carrascalejo-de-huebra	CL	SA	37273	41.15	-6.1333	3
37466	Sanchon De La Sagrada	sanchon-de-la-sagrada	CL	SA	37025	40.7429	-6.025	4
37466	Cuarton Del Pilar	cuarton-del-pilar	CL	SA	37025	40.7429	-6.025	3
37467	Villagarcia	villagarcia	CL	SA		40.9244	-6.0889	1
37468	Grandez	grandez	CL	SA	37283	40.9765	-6.1334	3
37468	Villasdardo	villasdardo	CL	SA	37283	41.0045	-6.163	4
37468	Iruelo Del Camino	iruelo-del-camino	CL	SA	37283	40.9765	-6.1334	3
37468	Sando De Santa Maria	sando-de-santa-maria	CL	SA	37283	40.9791	-6.129	4
37468	Fuentes De Sando	fuentes-de-sando	CL	SA	37283	40.9433	-6.1125	4
37468	Santa Maria De Sando	santa-maria-de-sando	CL	SA	37283	40.9791	-6.129	4
37470	Sancti Spiritus	sancti-spiritus	CL	SA	37279	40.7058	-6.4003	4
37478	Alba De Yeltes	alba-de-yeltes	CL	SA	37009	40.6718	-6.3166	4
37478	Diosleguarde	diosleguarde	CL	SA	37009	40.6726	-6.3333	3
37478	El Mejorito	el-mejorito	CL	SA	37009	40.6735	-6.35	4
37479	Paradinas De Abajo	paradinas-de-abajo	CL	SA	37279	40.7398	-6.5082	4
37480	Nuevo Poblado (Fuentes De Oñoro)	nuevo-poblado-fuentes-de-onoro	CL	SA	37140	40.591	-6.8114	4
37481	Fuentes De Oñoro	fuentes-de-onoro	CL	SA	37140	40.591	-6.8114	4
37488	Villar Del Ciervo	villar-del-ciervo	CL	SA	37015	40.7477	-6.7591	3
37488	Castillejo De Dos Casas	castillejo-de-dos-casas	CL	SA	37015	40.6987	-6.7714	4
37488	Aldea Del Obispo	aldea-del-obispo	CL	SA	37015	40.7068	-6.7925	4
37488	Puerto Seguro	puerto-seguro	CL	SA	37015	40.8272	-6.7611	4
37488	La Bouza	la-bouza	CL	SA	37015	40.8363	-6.7955	4
37488	Villar De La Yegua	villar-de-la-yegua	CL	SA	37015	40.7255	-6.7036	4
37488	Barquilla	barquilla	CL	SA	37015	40.6919	-6.7302	4
37490	Cabezabellosa De La Calzada	cabezabellosa-de-la-calzada	CL	SA	37062	41.044	-5.4887	4
37490	Pitiegua	pitiegua	CL	SA	37062	41.0621	-5.4665	4
37491	Tellosancho	tellosancho	CL	SA		40.9044	-5.9603	3
37491	Navas De Quejigal	navas-de-quejigal	CL	SA		40.9044	-5.9603	4
37491	Encinasola De Las Minayas	encinasola-de-las-minayas	CL	SA		40.9044	-5.9603	3
37491	Valdechapero	valdechapero	CL	SA		40.9044	-5.9603	3
37491	Taberuela	taberuela	CL	SA		40.9044	-5.9603	3
37492	San Fernando	san-fernando	CL	SA	37270	40.7653	-6.3309	1
37493	Peramato	peramato	CL	SA	37241	40.8408	-6.2057	4
37493	Muñoz	munoz	CL	SA	37241	40.8145	-6.1992	4
37493	Aldeavieja (Alaveria)	aldeavieja-alaveria	CL	SA	37241	40.8384	-6.1951	3
37493	Aldeavila De Revilla	aldeavila-de-revilla	CL	SA	37241	40.8599	-6.1804	4
37494	Martin De Yeltes	martin-de-yeltes	CL	SA	37183	40.7759	-6.2916	4
37494	Campocerrado	campocerrado	CL	SA	37183	40.7405	-6.2581	4
37495	Retortillo	retortillo	CL	SA	37267	40.8013	-6.3595	4
37495	Baños De Retortillo (Balneario)	banos-de-retortillo-balneario	CL	SA	37267	40.8013	-6.3595	3
37496	Pedraza De Yeltes	pedraza-de-yeltes	CL	SA	37097	40.7238	-6.3402	4
37496	Castraz	castraz	CL	SA	37097	40.7052	-6.3338	4
37496	Collado De Yeltes	collado-de-yeltes	CL	SA	37097	40.7145	-6.337	3
37496	Sepulveda De Yeltes	sepulveda-de-yeltes	CL	SA	37097	40.7145	-6.337	3
37496	Castillejo De Yeltes	castillejo-de-yeltes	CL	SA	37097	40.7145	-6.337	3
37497	Carpio De Azaba	carpio-de-azaba	CL	SA	37086	40.596	-6.6468	4
37497	Hurtada (Finca)	hurtada-finca	CL	SA	37086	40.6433	-6.6961	3
37497	Martillan	martillan	CL	SA	37086	40.686	-6.682	4
37497	Sexmiro	sexmiro	CL	SA	37086	40.6704	-6.697	4
37497	Villar De Argañan	villar-de-arganan	CL	SA	37086	40.6433	-6.6961	3
37497	Gallegos De Argañan	gallegos-de-arganan	CL	SA	37086	40.6315	-6.7025	4
37497	Serranillo	serranillo	CL	SA	37086	40.7028	-6.67	4
37497	Paradinas De Abajo (Aldea)	paradinas-de-abajo-aldea	CL	SA	37086	40.6433	-6.6961	3
37497	Espeja	espeja	CL	SA	37086	40.5656	-6.7158	4
37497	La Alameda De Gardon	la-alameda-de-gardon	CL	SA	37086	40.6507	-6.7584	4
37500	Ciudad Rodrigo	ciudad-rodrigo	CL	SA	37107	40.6	-6.5333	4
37500	Poligono Industrial Las Viñas	poligono-industrial-las-vinas	CL	SA	37107	40.6	-6.5333	3
37500	Arrabal De San Sebastian	arrabal-de-san-sebastian	CL	SA	37107	40.6	-6.5333	3
37500	Ivanrey	ivanrey	CL	SA	37107	40.6	-6.5333	3
37510	Agallas	agallas	CL	SA	37157	40.4487	-6.4418	4
37510	Vegas De Domingo Rey	vegas-de-domingo-rey	CL	SA	37157	40.4429	-6.3973	4
37510	Villarejo Agallas (Finca)	villarejo-agallas-finca	CL	SA	37157	40.4411	-6.4667	3
37510	Martiago	martiago	CL	SA	37157	40.4542	-6.4901	4
37510	Pastores (Pueblo)	pastores-pueblo	CL	SA	37157	40.4411	-6.4667	3
37510	Cespedosa De Agadones	cespedosa-de-agadones	CL	SA	37157	40.43	-6.5021	4
37510	El Sahugo	el-sahugo	CL	SA	37157	40.43	-6.5021	4
37515	La Encina	la-encina	CL	SA	37119	40.4991	-6.5306	4
37516	Herguijuela De Ciudad Rodrigo	herguijuela-de-ciudad-rodrigo	CL	SA	37157	40.4586	-6.5207	4
37520	El Bodon	el-bodon	CL	SA	37054	40.4879	-6.5752	4
37521	Robleda	robleda	CL	SA	37269	40.3847	-6.6073	4
37522	Villasrubias	villasrubias	CL	SA	37371	40.3382	-6.6392	4
37523	Peñaparda	penaparda	CL	SA	37245	40.3209	-6.6695	4
37524	El Payo	el-payo	CL	SA	37234	40.2868	-6.727	4
37530	Serradilla Del Llano	serradilla-del-llano	CL	SA	37307	40.5	-6.357	4
37531	Serradilla Del Arroyo	serradilla-del-arroyo	CL	SA	37306	40.5213	-6.3601	4
37532	Monsagro	monsagro	CL	SA	37199	40.5034	-6.2711	4
37540	Fuenteguinaldo	fuenteguinaldo	CL	SA	37136	40.4288	-6.6753	4
37541	Casillas De Flores	casillas-de-flores	CL	SA	37091	40.3811	-6.756	4
37542	Navasfrias	navasfrias	CL	SA	37221	40.2968	-6.8197	4
37550	Campillo De Azaba	campillo-de-azaba	CL	SA	37074	40.5095	-6.6871	4
37551	Ituero De Azaba	ituero-de-azaba	CL	SA	37166	40.4849	-6.6927	4
37552	Castillejo De Azaba	castillejo-de-azaba	CL	SA	37258	40.4552	-6.7033	4
37553	Puebla De Azaba	puebla-de-azaba	CL	SA	37258	40.4473	-6.7462	4
37554	La Alamedilla	la-alamedilla	CL	SA	37006	40.462	-6.7288	1
37555	La Albergueria De Argañan	la-albergueria-de-arganan	CL	SA	37011	40.413	-6.8148	4
37589	Tenebron	tenebron	CL	SA	37321	40.6245	-6.3545	4
37590	Morasverdes	morasverdes	CL	SA	37107	40.6002	-6.275	4
37591	Zamarra	zamarra	CL	SA	37107	40.5189	-6.4525	4
37591	El Soto	el-soto	CL	SA	37107	40.5107	-6.4335	3
37591	La Atalaya	la-atalaya	CL	SA	37107	40.5026	-6.4146	4
37591	San Juanejo	san-juanejo	CL	SA	37107	40.5107	-6.4335	3
37592	Saelices El Chico	saelices-el-chico	CL	SA	37096	40.67	-6.6327	4
37592	Castillejo Martin Viejo	castillejo-martin-viejo	CL	SA	37096	40.6973	-6.6376	4
37593	Bocacara	bocacara	CL	SA	37107	40.6741	-6.4032	4
37594	Conejera (Poblado)	conejera-poblado	CL	SA	37107	40.5619	-6.4994	3
37594	Agueda Del Caudillo	agueda-del-caudillo	CL	SA	37107	40.5619	-6.4994	4
37595	Pedrotoro	pedrotoro	CL	SA	37107	40.6096	-6.4649	4
37596	Guadapero	guadapero	CL	SA	37306	40.5621	-6.3578	4
37600	Tamames	tamames	CL	SA	37316	40.6572	-6.1054	4
37606	Puebla De Yeltes	puebla-de-yeltes	CL	SA	37260	40.6253	-6.1815	4
37607	Tejeda Y Segoyuela	tejeda-y-segoyuela	CL	SA	37041	40.6315	-6.0231	4
37607	Navarredonda De La Rinconada	navarredonda-de-la-rinconada	CL	SA	37041	40.6066	-6.0117	4
37607	San Miguel De Asperones (Finca)	san-miguel-de-asperones-finca	CL	SA	37041	40.6331	-6.0062	3
37607	Rinconada De La Sierra	rinconada-de-la-sierra	CL	SA	37041	40.6128	-6.0205	4
37607	Monflorido (Finca)	monflorido-finca	CL	SA	37041	40.6331	-6.0062	3
37607	Puerto De La Calderilla	puerto-de-la-calderilla	CL	SA	37041	40.6361	-6.0623	4
37607	Alcazaren (Finca)	alcazaren-finca	CL	SA	37041	40.6331	-6.0062	3
37607	Barbalos	barbalos	CL	SA	37041	40.6768	-5.9426	4
37607	Ventas De Garriel	ventas-de-garriel	CL	SA	37041	40.6263	-6.0687	4
37607	Garciñigo (Finca)	garcinigo-finca	CL	SA	37041	40.6331	-6.0062	3
37607	Hondura	hondura	CL	SA	37041	40.642	-5.9146	4
37607	Moraleja De Huebra (Finca)	moraleja-de-huebra-finca	CL	SA	37041	40.6331	-6.0062	3
37607	Corral De Garciñigo (Finca)	corral-de-garcinigo-finca	CL	SA	37041	40.6331	-6.0062	3
37607	Arevalos, Los (Finca)	arevalos-los-finca	CL	SA	37041	40.6331	-6.0062	3
37607	Segoyuela De Los Cornejos (Finca)	segoyuela-de-los-cornejos-finca	CL	SA	37041	40.6331	-6.0062	3
37608	Pedraza De La Sierra	pedraza-de-la-sierra	CL	SA		40.6725	-6.0112	1
37609	Peralejos De Solis	peralejos-de-solis	CL	SA	37211	40.7139	-5.9485	4
37609	Berrocal De Huebra	berrocal-de-huebra	CL	SA	37211	40.7186	-6.0005	4
37609	Coca De Huebra	coca-de-huebra	CL	SA	37211	40.6988	-5.9739	4
37609	Peña De Cabra	pena-de-cabra	CL	SA	37211	40.7334	-5.9329	4
37609	Avililla De La Sierra	avililla-de-la-sierra	CL	SA	37211	40.6848	-6.044	4
37609	Iñigo De Huebra (Finca)	inigo-de-huebra-finca	CL	SA	37211	40.7062	-5.9882	3
37609	Narros De Matalayegua	narros-de-matalayegua	CL	SA	37211	40.6988	-5.9266	4
37609	Coquilla De Huebra	coquilla-de-huebra	CL	SA	37211	40.689	-6.017	4
37609	Gallinero De Huebra	gallinero-de-huebra	CL	SA	37211	40.7062	-5.9882	3
37609	Torre De Velayos	torre-de-velayos	CL	SA	37211	40.6994	-6.0534	4
37609	Domingo Señor	domingo-senor	CL	SA	37211	40.7308	-5.9828	4
37609	Terrones (Finca)	terrones-finca	CL	SA	37211	40.7062	-5.9882	3
37609	Villar Del Profeta	villar-del-profeta	CL	SA	37211	40.6949	-6.0026	4
37609	Herreros De Peña Cabra	herreros-de-pena-cabra	CL	SA	37211	40.7062	-5.9882	3
37609	Pedro Martin (Finca)	pedro-martin-finca	CL	SA	37211	40.7062	-5.9882	3
37610	Mogarras	mogarras	CL	SA	37194	40.4515	-6.0723	1
37617	Rebollosa	rebollosa	CL	SA	37158	40.4141	-6.0955	4
37618	Monforte De La Sierra	monforte-de-la-sierra	CL	SA	37196	40.4826	-6.0567	4
37619	Madroñal	madronal	CL	SA	37158	40.4641	-6.0627	4
37619	Herguijuela De La Sierra	herguijuela-de-la-sierra	CL	SA	37158	40.4454	-6.0744	4
37621	El Maillo	el-maillo	CL	SA	37018	40.5667	-6.1667	4
37621	El Zarzoso	el-zarzoso	CL	SA	37018	40.5687	-6.1119	3
37621	El Cabaco	el-cabaco	CL	SA	37018	40.5655	-6.1285	4
37621	Cereceda De La Sierra	cereceda-de-la-sierra	CL	SA	37018	40.5663	-6.0914	4
37621	La Bastida	la-bastida	CL	SA	37018	40.5687	-6.1119	3
37621	Cilleros De La Bastida	cilleros-de-la-bastida	CL	SA	37018	40.5761	-6.0609	4
37621	Zarzosillo	zarzosillo	CL	SA	37018	40.5687	-6.1119	3
37621	Aldeanueva De La Sierra (Pueblo)	aldeanueva-de-la-sierra-pueblo	CL	SA	37018	40.5687	-6.1119	3
37624	La Alberca	la-alberca	CL	SA	37010	40.4891	-6.1111	4
37630	Cabrillas	cabrillas	CL	SA	37068	40.7398	-6.1787	4
37638	Sepulcro-Hilario	sepulcro-hilario	CL	SA	37304	40.6993	-6.1866	4
37639	Aldehuela De Yeltes	aldehuela-de-yeltes	CL	SA	37026	40.6625	-6.2433	4
37640	Abusejo	abusejo	CL	SA	37001	40.709	-6.1407	4
37650	Sequeros	sequeros	CL	SA	37305	40.513	-6.0249	4
37656	Cepeda	cepeda	CL	SA	37098	40.466	-6.041	4
37657	Sotoserrano	sotoserrano	CL	SA	37313	40.435	-6.0326	4
37658	Garcibuey	garcibuey	CL	SA	37147	40.5155	-5.9944	4
37658	Villanueva Del Conde	villanueva-del-conde	CL	SA	37147	40.5104	-6.0121	4
37659	Nava De Francia	nava-de-francia	CL	SA	37036	40.5357	-6.1163	4
37659	El Casarito	el-casarito	CL	SA	37036	40.522	-6.0737	3
37659	Las Casas Del Conde	las-casas-del-conde	CL	SA	37036	40.5075	-6.0409	4
37659	San Miguel De Robledo	san-miguel-de-robledo	CL	SA	37036	40.522	-6.0737	3
37659	San Martin Del Castañar	san-martin-del-castanar	CL	SA	37036	40.5226	-6.0639	4
37660	Miranda Del Castañar	miranda-del-castanar	CL	SA	37193	40.4845	-5.9958	4
37670	Santibañez De La Sierra	santibanez-de-la-sierra	CL	SA	37298	40.4946	-5.9158	4
37671	San Esteban De La Sierra	san-esteban-de-la-sierra	CL	SA	37284	40.5068	-5.9062	4
37680	Valdefuentes De Sangusin	valdefuentes-de-sangusin	CL	SA	37331	40.4658	-5.8329	4
37682	Santa Maria De Los Llanos	santa-maria-de-los-llanos	CL	SA	37298	40.4762	-5.9202	4
37683	Molinillo	molinillo	CL	SA	37195	40.469	-5.9449	4
37684	Cristobal	cristobal	CL	SA	37112	40.4692	-5.8897	4
37690	Santa Olalla De Yeltes	santa-olalla-de-yeltes	CL	SA	37135	40.777	-6.2284	4
37700	Palomares De Bejar	palomares-de-bejar	CL	SA	37046	40.3904	-5.7415	4
37700	Bejar	bejar	CL	SA	37046	40.3864	-5.7634	4
37700	Palomares Alto	palomares-alto	CL	SA	37046	40.3903	-5.7257	4
37710	Candelario	candelario	CL	SA	37078	40.3681	-5.745	4
37711	Colmenar De Montemayor	colmenar-de-montemayor	CL	SA	37109	40.3996	-5.9562	4
37712	Pinedas	pinedas	CL	SA	37252	40.4449	-5.9602	4
37712	Horcajo De Montemayor	horcajo-de-montemayor	CL	SA	37252	40.4226	-5.8943	4
37713	Valdehijaderos	valdehijaderos	CL	SA	37332	40.4192	-5.8479	4
37714	La Calzada De Bejar	la-calzada-de-bejar	CL	SA	37071	40.4118	-5.8181	4
37715	El Castañar	el-castanar	CL	SA		40.3792	-5.7551	4
37716	Vistahermosa (Bejar)	vistahermosa-bejar	CL	SA	37163	40.3925	-5.744	3
37716	La Hoya	la-hoya	CL	SA	37163	40.4072	-5.6988	4
37716	Navacarros	navacarros	CL	SA	37163	40.3978	-5.7142	4
37716	Cantagallo	cantagallo	CL	SA	37163	40.3724	-5.8189	4
37717	Vallejera De Riofrio	vallejera-de-riofrio	CL	SA	37046	40.4091	-5.7194	4
37717	Valdesangil	valdesangil	CL	SA	37046	40.4048	-5.7491	4
37718	Valbuena	valbuena	CL	SA	37013	40.3803	-5.8621	4
37718	Aldeacipreste	aldeacipreste	CL	SA	37013	40.3809	-5.8975	4
37720	El Cerro	el-cerro	CL	SA	37263	40.3167	-5.9167	4
37720	Puerto De Bejar	puerto-de-bejar	CL	SA	37263	40.3505	-5.8376	4
37724	Valdelamatanza	valdelamatanza	CL	SA	37168	40.2901	-5.9242	4
37724	Valdelageve	valdelageve	CL	SA	37168	40.3695	-5.9908	4
37724	Lagunilla	lagunilla	CL	SA	37168	40.3249	-5.9713	4
37727	Montemayor Del Rio	montemayor-del-rio	CL	SA	37201	40.3484	-5.8943	4
37727	Peñacaballera	penacaballera	CL	SA	37201	40.3435	-5.8612	4
37730	Ledrada	ledrada	CL	SA	37171	40.4688	-5.7204	4
37740	Santibañez De Bejar	santibanez-de-bejar	CL	SA	37297	40.4879	-5.6111	4
37748	Puente Del Congosto	puente-del-congosto	CL	SA	37261	40.4904	-5.5263	4
37749	Navamorales	navamorales	CL	SA	37218	40.4762	-5.4789	4
37749	El Tejado De Bejar	el-tejado-de-bejar	CL	SA	37218	40.4617	-5.5088	3
37749	La Magdalena	la-magdalena	CL	SA	37218	40.4471	-5.5386	4
37749	Las Casillas	las-casillas	CL	SA	37218	40.4617	-5.5088	3
37750	Bercimuelle (Pueblo)	bercimuelle-pueblo	CL	SA	37103	40.5437	-5.5801	3
37750	Cespedosa De Tormes	cespedosa-de-tormes	CL	SA	37103	40.5437	-5.5801	4
37751	Gallegos De Solmiron	gallegos-de-solmiron	CL	SA	37146	40.5363	-5.4471	4
37752	La Tala	la-tala	CL	SA	37315	40.5894	-5.5372	4
37753	Navahombela	navahombela	CL	SA	37035	40.5965	-5.4924	4
37754	Iñigo Blasco	inigo-blasco	CL	SA	37035	40.5875	-5.4678	4
37755	Armenteros	armenteros	CL	SA	37035	40.5932	-5.4481	4
37756	Revalbos	revalbos	CL	SA	37035	40.5924	-5.6461	1
37759	Santo Domingo De Herguijuela	santo-domingo-de-herguijuela	CL	SA	37159	40.5982	-5.8969	4
37759	Albergueria De Herguijuela	albergueria-de-herguijuela	CL	SA	37159	40.6019	-5.8708	4
37759	Herguijuela Del Campo	herguijuela-del-campo	CL	SA	37159	40.631	-5.864	4
37759	La Sierpe	la-sierpe	CL	SA	37159	40.6458	-5.8566	4
37760	Linares De Riofrio	linares-de-riofrio	CL	SA	37172	40.5834	-5.9209	4
37762	Escurial De La Sierra	escurial-de-la-sierra	CL	SA	37125	40.6173	-5.9552	4
37763	San Miguel De Valero	san-miguel-de-valero	CL	SA	37287	40.5436	-5.9228	4
37764	Valero	valero	CL	SA	37339	40.5353	-5.9431	4
37765	Monleon	monleon	CL	SA	37124	40.5819	-5.8431	4
37765	Casas De Monleon	casas-de-monleon	CL	SA	37124	40.5677	-5.8361	4
37765	El Tornadizo	el-tornadizo	CL	SA	37124	40.543	-5.8915	4
37766	Villar De Leche	villar-de-leche	CL	SA	37124	40.6674	-5.7786	3
37766	Membribe De La Sierra	membribe-de-la-sierra	CL	SA	37124	40.6912	-5.8057	4
37766	Endrinal De La Sierra	endrinal-de-la-sierra	CL	SA	37124	40.6674	-5.7786	3
37766	Frades De La Sierra	frades-de-la-sierra	CL	SA	37124	40.6569	-5.7822	4
37766	Navarredonda De Salvatierra	navarredonda-de-salvatierra	CL	SA	37124	40.6542	-5.7478	4
37766	Navagallega (Finca)	navagallega-finca	CL	SA	37124	40.6674	-5.7786	3
37767	Casafranca	casafranca	CL	SA	37089	40.5927	-5.7604	4
37767	Aldeanueva De Campomojado	aldeanueva-de-campomojado	CL	SA	37089	40.5927	-5.7604	3
37768	Los Santos	los-santos	CL	SA	37138	40.5444	-5.7977	4
37768	Fuenterroble De Salvatierra	fuenterroble-de-salvatierra	CL	SA	37138	40.5647	-5.7338	4
37770	Guijuelo	guijuelo	CL	SA	37156	40.5576	-5.6707	4
37773	La Cabeza De Bejar	la-cabeza-de-bejar	CL	SA	37063	40.5235	-5.6585	1
37774	Guijo De Avila	guijo-de-avila	CL	SA	37155	40.5308	-5.6397	4
37775	Fresnedoso	fresnedoso	CL	SA	37133	40.4362	-5.7097	4
37776	Nava De Bejar	nava-de-bejar	CL	SA	37213	40.4752	-5.6786	4
37777	Sorihuela	sorihuela	CL	SA	37312	40.4438	-5.6782	4
37778	Campillo De Salvatierra	campillo-de-salvatierra	CL	SA	37156	40.571	-5.6767	4
37779	Salvatierra De Tormes	salvatierra-de-tormes	CL	SA	37024	40.5901	-5.5976	4
37779	Aldeavieja De Tormes	aldeavieja-de-tormes	CL	SA	37024	40.5831	-5.617	4
37780	La Maya	la-maya	CL	SA	37188	40.6871	-5.6131	4
37781	Monterrubio De La Sierra	monterrubio-de-la-sierra	CL	SA	37203	40.7559	-5.6933	4
37785	Galinduste	galinduste	CL	SA	37143	40.6627	-5.54	4
37786	Andarromero	andarromero	CL	SA	37143	40.7085	-5.6356	1
37786	Martin Perez	martin-perez	CL	SA	37143	40.7085	-5.6356	1
37787	Pelayos	pelayos	CL	SA	37242	40.6499	-5.5758	4
37788	Dueña De Arriba	duena-de-arriba	CL	SA	37237	40.6744	-5.7378	4
37788	Pedrosillo De Los Aires	pedrosillo-de-los-aires	CL	SA	37237	40.7152	-5.7051	4
37789	Fresno Alhandiga	fresno-alhandiga	CL	SA	37047	40.7132	-5.6164	4
37789	Buenavista	buenavista	CL	SA	37047	40.7676	-5.6114	4
37789	El Vaqueril	el-vaqueril	CL	SA	37047	40.7438	-5.6183	3
37789	Beleña	belena	CL	SA	37047	40.7507	-5.6271	4
37790	Fuentes De Bejar	fuentes-de-bejar	CL	SA	37139	40.5082	-5.6927	4
37791	Peromingo	peromingo	CL	SA	37259	40.4639	-5.7724	4
37791	Puebla De San Medel	puebla-de-san-medel	CL	SA	37259	40.5107	-5.7367	4
37791	Valverde De Valdelacasa	valverde-de-valdelacasa	CL	SA	37259	40.4816	-5.7815	4
37791	San Medel	san-medel	CL	SA	37259	40.4901	-5.7589	4
37791	Valdelacasa	valdelacasa	CL	SA	37259	40.5063	-5.7635	4
37792	Valdejerrus	valdejerrus	CL	SA	37237	40.779	-5.6961	1
37792	Amatos De Salvatierra	amatos-de-salvatierra	CL	SA	37237	40.779	-5.6961	1
37792	Castillejo De Salvatierra	castillejo-de-salvatierra	CL	SA	37237	40.779	-5.6961	1
37793	Fuentebuena	fuentebuena	CL	SA	37046	40.419	-5.7775	4
37794	Sanchotello	sanchotello	CL	SA	37282	40.4381	-5.7539	4
37794	Navalmoral De Bejar	navalmoral-de-bejar	CL	SA	37282	40.4226	-5.7831	4
37795	Palacios De Salvatierra	palacios-de-salvatierra	CL	SA	37051	40.5976	-5.7094	4
37795	Cabezuela De Salvatierra	cabezuela-de-salvatierra	CL	SA	37051	40.5921	-5.6697	4
37795	Montejo	montejo	CL	SA	37051	40.6325	-5.6229	4
37795	Berrocal De Salvatierra	berrocal-de-salvatierra	CL	SA	37051	40.6333	-5.6901	4
37795	Pizarral	pizarral	CL	SA	37051	40.6145	-5.6524	4
37796	Las Torres	las-torres	CL	SA	37209	40.9066	-5.6535	4
37796	Mozarbez	mozarbez	CL	SA	37209	40.8565	-5.6514	4
37796	Arapiles	arapiles	CL	SA	37209	40.8937	-5.6449	4
37797	Calzada De Valdunciel	calzada-de-valdunciel	CL	SA	37073	41.0866	-5.7022	4
37797	Castellanas, Las (Urbanizacion)	castellanas-las-urbanizacion	CL	SA	37073	41.0866	-5.7022	3
37797	Arroyo De La Encina (Urbanizacion)	arroyo-de-la-encina-urbanizacion	CL	SA	37073	41.0866	-5.7022	3
37797	Castellanos De Villiquera (Pueblo)	castellanos-de-villiquera-pueblo	CL	SA	37073	41.0866	-5.7022	3
37798	Mata De Armuña	mata-de-armuna	CL	SA	37338	41.0667	-5.6442	4
37798	Mina, La (Urbanizacion)	mina-la-urbanizacion	CL	SA	37338	41.0672	-5.644	3
37798	Naharros De Valdunciel	naharros-de-valdunciel	CL	SA	37338	41.0839	-5.6436	4
37798	Monterrubio De Armuña	monterrubio-de-armuna	CL	SA	37338	41.0265	-5.6439	4
37798	Viso, El (Urbanizacion)	viso-el-urbanizacion	CL	SA	37338	41.0672	-5.644	3
37798	Carbajosa De Armuña	carbajosa-de-armuna	CL	SA	37338	41.0736	-5.6161	4
37798	Valdunciel	valdunciel	CL	SA	37338	41.0854	-5.6722	4
37798	Mozodiel Del Camino (Finca)	mozodiel-del-camino-finca	CL	SA	37338	41.0672	-5.644	3
37799	Cañedo	canedo	CL	SA	37130	41.157	-5.6704	4
37799	Valdelosa	valdelosa	CL	SA	37130	41.1716	-5.7839	4
37799	Huelmos, De (Estacion)	huelmos-de-estacion	CL	SA	37130	41.1608	-5.6897	3
37799	Topas	topas	CL	SA	37130	41.1576	-5.634	4
37799	Cardeñosa	cardenosa	CL	SA	37130	41.1608	-5.6897	3
37799	Villanueva De Cañedo	villanueva-de-canedo	CL	SA	37130	41.157	-5.6704	4
37799	Jarales, Los (Finca)	jarales-los-finca	CL	SA	37130	41.1608	-5.6897	3
37799	San Cristobal Del Monte	san-cristobal-del-monte	CL	SA	37130	41.1608	-5.6897	3
37799	Forfoleda (Pueblo)	forfoleda-pueblo	CL	SA	37130	41.1608	-5.6897	3
37799	Izcala	izcala	CL	SA	37130	41.1608	-5.6897	3
37800	Alba De Tormes	alba-de-tormes	CL	SA	37008	40.8266	-5.5124	4
37810	Garcihernandez	garcihernandez	CL	SA	37148	40.861	-5.4357	4
37810	La Lurda	la-lurda	CL	SA	37148	40.8489	-5.4199	4
37810	Jemingomez	jemingomez	CL	SA	37148	40.8826	-5.419	4
37820	Peñarandilla	penarandilla	CL	SA	37247	40.8835	-5.3936	4
37830	Coca De Alba	coca-de-alba	CL	SA	37108	40.8783	-5.3654	4
37840	Tordillos	tordillos	CL	SA	37324	40.8527	-5.3528	4
37850	Nava De Sotrobal	nava-de-sotrobal	CL	SA	37215	40.8904	-5.2856	4
37860	Valverde De Gonzaliañe	valverde-de-gonzaliane	CL	SA	37162	40.6398	-5.4058	3
37860	Horcajo Medianero	horcajo-medianero	CL	SA	37162	40.6398	-5.4058	4
37861	Chagarcia-Medianero	chagarcia-medianero	CL	SA	37114	40.6496	-5.382	4
37861	Juarros	juarros	CL	SA	37114	40.6496	-5.382	3
37863	Anaya De Alba	anaya-de-alba	CL	SA	37029	40.7283	-5.4927	4
37864	Herrezuelo	herrezuelo	CL	SA	37029	40.7527	-5.4817	4
37865	Larrodrigo	larrodrigo	CL	SA	37169	40.7372	-5.4489	4
37870	Aldeaseca De Alba	aldeaseca-de-alba	CL	SA	37021	40.8191	-5.447	4
37871	Pedrosillo De Alba	pedrosillo-de-alba	CL	SA	37236	40.8228	-5.3951	4
37871	Turra De Alba	turra-de-alba	CL	SA	37236	40.8021	-5.406	4
37873	Valeros	valeros	CL	SA	37141	40.8276	-5.4171	1
37874	Gajates	gajates	CL	SA	37141	40.7825	-5.3651	4
37874	Pardo, El (Finca)	pardo-el-finca	CL	SA	37141	40.8469	-5.4188	3
37874	Cilloruelo	cilloruelo	CL	SA	37141	40.9113	-5.4726	4
37874	Azud De Villagonzalo (Chalets)	azud-de-villagonzalo-chalets	CL	SA	37141	40.8469	-5.4188	3
37881	Valdecarros	valdecarros	CL	SA	37330	40.7701	-5.4222	4
37882	Terradillos	terradillos	CL	SA	37008	40.8384	-5.5416	4
37882	Pedraza De Alba	pedraza-de-alba	CL	SA	37008	40.755	-5.3752	4
37882	Pinar De Alba, El (Urbanizacion)	pinar-de-alba-el-urbanizacion	CL	SA	37008	40.7967	-5.4584	3
37882	Navales De Alba	navales-de-alba	CL	SA	37008	40.7967	-5.4584	3
37890	Amatos De Alba	amatos-de-alba	CL	SA	37008	40.8486	-5.4856	4
37891	Galisancho	galisancho	CL	SA	37242	40.7442	-5.5547	4
37891	Martinamor	martinamor	CL	SA	37242	40.8068	-5.5991	4
37891	Portillo De Ejeme	portillo-de-ejeme	CL	SA	37242	40.7802	-5.5261	4
37891	Ejeme	ejeme	CL	SA	37242	40.7669	-5.5383	4
37891	Santa Teresa	santa-teresa	CL	SA	37242	40.784	-5.5601	3
37891	Valdemierque	valdemierque	CL	SA	37242	40.8218	-5.5822	4
37891	Cuatro Calzadas (Calzada)	cuatro-calzadas-calzada	CL	SA	37242	40.784	-5.5601	3
37891	Cartala (Finca)	cartala-finca	CL	SA	37242	40.784	-5.5601	3
37891	Santa Ines	santa-ines	CL	SA	37242	40.784	-5.5601	3
37892	Sieteiglesias De Tormes	sieteiglesias-de-tormes	CL	SA	37008	40.7418	-5.5778	4
37892	Encinas De Arriba	encinas-de-arriba	CL	SA	37008	40.7712	-5.5566	4
37892	Torrejon	torrejon	CL	SA	37008	40.7565	-5.5672	3
37893	Palomares De Alba	palomares-de-alba	CL	SA	37008	40.8517	-5.528	4
37893	Los Ventorros	los-ventorros	CL	SA	37008	40.8877	-5.5032	3
37893	Encinas De Abajo	encinas-de-abajo	CL	SA	37008	40.9349	-5.4704	4
37893	Carpio Bernardo	carpio-bernardo	CL	SA	37008	40.872	-5.518	4
37893	Francos Nuevo Y Viejo	francos-nuevo-y-viejo	CL	SA	37008	40.8877	-5.5032	3
37893	Villagonzalo De Tormes	villagonzalo-de-tormes	CL	SA	37008	40.8922	-5.4966	4
37894	Matacan	matacan	CL	SA	37352	40.9262	-5.5243	3
37894	Machacon	machacon	CL	SA	37352	40.9262	-5.5243	4
37894	Castañeda (Finca)	castaneda-finca	CL	SA	37352	40.9262	-5.5243	3
37900	Santa Marta De Tormes	santa-marta-de-tormes	CL	SA	37294	40.9507	-5.6272	4
40001	Segovia	segovia	CL	SG	40194	40.9481	-4.1184	4
40002	Segovia	segovia	CL	SG	40194	40.9481	-4.1184	4
40003	Segovia	segovia	CL	SG	40194	40.9481	-4.1184	4
40004	Segovia	segovia	CL	SG	40194	40.9481	-4.1184	4
40005	Segovia	segovia	CL	SG	40194	40.9481	-4.1184	4
40006	Segovia	segovia	CL	SG	40194	40.9481	-4.1184	4
40070	Segovia	segovia	CL	SG		40.9481	-4.1184	4
40071	Segovia	segovia	CL	SG		40.9481	-4.1184	4
40080	Segovia	segovia	CL	SG		40.9481	-4.1184	4
40100	San Ildefonso O La Granja	san-ildefonso-o-la-granja	CL	SG	40181	41.0328	-4.0533	1
40109	Valsain	valsain	CL	SG	40181	41.0328	-4.0533	1
40120	Garcillan	garcillan	CL	SG	40094	40.9777	-4.2658	4
40121	Anaya	anaya	CL	SG	40017	40.9918	-4.3095	4
40122	Pascuales	pascuales	CL	SG	40185	41.0538	-4.381	4
40122	Tabladillo	tabladillo	CL	SG	40185	41.0386	-4.3657	4
40122	Pinilla Ambroz	pinilla-ambroz	CL	SG	40185	41.0523	-4.3536	4
40123	Paradinas	paradinas	CL	SG	40185	41.0125	-4.3899	4
40123	Aragoneses	aragoneses	CL	SG	40185	41.0275	-4.3847	4
40130	Juarros De Riomoros	juarros-de-riomoros	CL	SG	40119	40.9464	-4.3081	4
40130	Finca Allas De San Pedro	finca-allas-de-san-pedro	CL	SG	40119	40.9532	-4.3062	3
40130	Marazoleja	marazoleja	CL	SG	40119	40.9609	-4.3388	4
40130	Martin Miguel	martin-miguel	CL	SG	40119	40.9522	-4.2717	4
40133	Marazuela	marazuela	CL	SG	40118	40.9791	-4.3651	4
40134	Etreros	etreros	CL	SG	40180	40.9461	-4.4327	4
40134	Sangarcia	sangarcia	CL	SG	40180	40.9502	-4.4109	4
40135	Jemenuño	jemenuno	CL	SG	40185	40.9475	-4.4943	4
40135	Santovenia	santovenia	CL	SG	40185	40.9666	-4.4747	4
40136	Hoyuelos	hoyuelos	CL	SG	40185	41.0046	-4.4679	4
40136	Ochando	ochando	CL	SG	40185	41.0507	-4.4364	4
40136	Laguna Rodrigo	laguna-rodrigo	CL	SG	40185	40.9795	-4.4583	4
40140	Valverde Del Majano	valverde-del-majano	CL	SG	40216	40.9569	-4.2347	4
40141	Abades	abades	CL	SG	40001	40.9165	-4.2694	4
40142	Monterrubio	monterrubio	CL	SG	40111	40.8491	-4.35	4
40142	Lastras Del Pozo	lastras-del-pozo	CL	SG	40111	40.8792	-4.3466	4
40142	Marugan	marugan	CL	SG	40111	40.8994	-4.3838	4
40144	Finca Caserio Parraces	finca-caserio-parraces	CL	SG	40028	40.9148	-4.438	3
40144	Cobos De Segovia	cobos-de-segovia	CL	SG	40028	40.9225	-4.4395	4
40144	Bercial	bercial	CL	SG	40028	40.9071	-4.4364	4
40145	Muñopedro	munopedro	CL	SG	40135	40.888	-4.4721	4
40146	Labajos	labajos	CL	SG	40107	40.8434	-4.5201	4
40150	Villacastin	villacastin	CL	SG	40225	40.7796	-4.4136	4
40151	Ituero Y Lama	ituero-y-lama	CL	SG	40104	40.8007	-4.3792	4
40152	Zarzuela Del Monte	zarzuela-del-monte	CL	SG	40233	40.8089	-4.3361	4
40153	Aldeallana (Finca)	aldeallana-finca	CL	SG	40194	40.8749	-4.228	3
40153	Fuentemilanos	fuentemilanos	CL	SG	40194	40.8749	-4.228	4
40154	Madrona	madrona	CL	SG	40194	40.901	-4.1749	4
40154	Torredondo	torredondo	CL	SG	40194	40.9148	-4.1621	3
40154	Perogordo	perogordo	CL	SG	40194	40.9285	-4.1493	4
40160	Torrecaballeros	torrecaballeros	CL	SG	40203	40.9921	-4.0247	4
40160	Aldehuela (Torrecaballeros)	aldehuela-torrecaballeros	CL	SG	40203	40.9843	-4.0282	3
40160	Cabanillas Del Monte	cabanillas-del-monte	CL	SG	40203	40.9765	-4.0317	4
40161	Navafria	navafria	CL	SG	40139	41.0551	-3.8248	4
40162	Aldealengua De Pedraza	aldealengua-de-pedraza	CL	SG	40007	41.0713	-3.7995	3
40162	Cotanillo	cotanillo	CL	SG	40007	41.0667	-3.8	4
40162	Gallegos	gallegos	CL	SG	40007	41.0751	-3.7859	4
40162	Ceguilla	ceguilla	CL	SG	40007	41.0643	-3.8067	4
40162	Galindez	galindez	CL	SG	40007	41.0809	-3.8146	4
40162	Martincano	martincano	CL	SG	40007	41.0695	-3.7904	4
40163	Cañicosa	canicosa	CL	SG	40123	41.1049	-3.7676	4
40163	Matabuena	matabuena	CL	SG	40123	41.0959	-3.7583	4
40163	Matamala	matamala	CL	SG	40123	41.099	-3.749	4
40164	Arconcillos	arconcillos	CL	SG	40020	41.1214	-3.7312	4
40164	Arcones	arcones	CL	SG	40020	41.1182	-3.7238	4
40164	Colladillo	colladillo	CL	SG	40020	41.119	-3.7502	4
40164	Huerta	huerta	CL	SG	40020	41.1346	-3.7294	4
40164	Castillejo De Arcones	castillejo-de-arcones	CL	SG	40020	41.1233	-3.7337	3
40165	Tejadilla (Ventosilla)	tejadilla-ventosilla	CL	SG	40162	41.1673	-3.6874	3
40165	Pradenilla	pradenilla	CL	SG	40162	41.1621	-3.6835	4
40165	Pradena	pradena	CL	SG	40162	41.1391	-3.6882	4
40165	Casas Altas	casas-altas	CL	SG	40162	41.1864	-3.6831	4
40165	Ventosilla	ventosilla	CL	SG	40162	41.1815	-3.6949	4
40238	Pecharroman	pecharroman	CL	SG	40215	41.4786	-3.9525	4
40170	Pelayos Del Arroyo	pelayos-del-arroyo	CL	SG	40059	41.0509	-3.941	4
40170	Collado Hermoso	collado-hermoso	CL	SG	40059	41.0387	-3.9186	4
40170	Sotosalbos	sotosalbos	CL	SG	40059	41.0354	-3.9411	4
40171	Santiuste De Pedraza	santiuste-de-pedraza	CL	SG	40206	41.0773	-3.8792	3
40171	Chavida	chavida	CL	SG	40206	41.0786	-3.8834	4
40171	Torre Val De San Pedro	torre-val-de-san-pedro	CL	SG	40206	41.0753	-3.8712	4
40171	Mata De Santiuste	mata-de-santiuste	CL	SG	40206	41.0907	-3.8863	4
40171	La Salceda	la-salceda	CL	SG	40206	41.0573	-3.8953	4
40171	Valle De San Pedro	valle-de-san-pedro	CL	SG	40206	41.0845	-3.8599	4
40172	Pedraza	pedraza	CL	SG	40156	41.1309	-3.8112	4
40172	Rades De Abajo	rades-de-abajo	CL	SG	40156	41.1325	-3.7762	4
40173	La Velilla	la-velilla	CL	SG	40156	41.1434	-3.8261	4
40173	Requijada	requijada	CL	SG	40156	41.1167	-3.8667	4
40173	Arahuetes	arahuetes	CL	SG	40156	41.1376	-3.8566	4
40174	Tejadilla (Valleruela Pedraza)	tejadilla-valleruela-pedraza	CL	SG	40220	41.1794	-3.8072	4
40174	Berzal	berzal	CL	SG	40220	41.1794	-3.8072	3
40174	Valleruela De Pedraza	valleruela-de-pedraza	CL	SG	40220	41.1794	-3.8072	4
40175	La Matilla	la-matilla	CL	SG	40125	41.1911	-3.7944	4
40176	El Arenal	el-arenal	CL	SG	40150	41.1645	-3.7804	4
40176	Revilla (Orejana)	revilla-orejana	CL	SG	40150	41.1698	-3.7649	3
40176	Valleruela De Sepulveda	valleruela-de-sepulveda	CL	SG	40150	41.1879	-3.7728	4
40176	Sanchopedro	sanchopedro	CL	SG	40150	41.1568	-3.7415	4
40176	Orejana	orejana	CL	SG	40150	41.1698	-3.7649	3
40176	Orejanilla	orejanilla	CL	SG	40150	41.1698	-3.7649	3
40180	Santo Domingo De Piron	santo-domingo-de-piron	CL	SG	40026	41.041	-3.9893	4
40180	Tenzuela	tenzuela	CL	SG	40026	41.0595	-3.9849	4
40180	Basardilla	basardilla	CL	SG	40026	41.0274	-4.026	4
40180	Brieva	brieva	CL	SG	40026	41.0348	-4.0536	4
40181	Carrascal De La Cuesta	carrascal-de-la-cuesta	CL	SG	40208	41.0778	-3.9648	3
40181	Berrocal	berrocal	CL	SG	40208	41.0728	-3.9695	4
40181	La Cuesta	la-cuesta	CL	SG	40208	41.0828	-3.9602	4
40181	Aldeasaz De La Cuesta	aldeasaz-de-la-cuesta	CL	SG	40208	41.0778	-3.9648	3
40182	Caballar	caballar	CL	SG	40034	41.1216	-3.9642	4
40183	Muñoveros	munoveros	CL	SG	40136	41.1723	-3.9516	4
40184	Rebollo	rebollo	CL	SG	40019	41.1932	-3.8577	4
40184	Puebla De Pedraza	puebla-de-pedraza	CL	SG	40019	41.2056	-3.9138	4
40184	Pajares De Pedraza	pajares-de-pedraza	CL	SG	40019	41.1994	-3.8857	3
40185	Guijar De Valdevacas	guijar-de-valdevacas	CL	SG	40021	41.1361	-3.9115	4
40185	Cubillo	cubillo	CL	SG	40021	41.1214	-3.9088	4
40185	Valdevacas Y Guijar	valdevacas-y-guijar	CL	SG	40021	41.1361	-3.9115	4
40185	Arevalillo De Cega	arevalillo-de-cega	CL	SG	40021	41.1617	-3.8891	4
40190	Bernuy De Porreros	bernuy-de-porreros	CL	SG	40031	40.9984	-4.118	4
40191	Espirdo	espirdo	CL	SG	40022	40.9976	-4.0733	4
40191	La Higuera	la-higuera	CL	SG	40022	41.0162	-4.0809	4
40191	Tizneros	tizneros	CL	SG	40022	40.9911	-4.0559	4
40192	Torreiglesias	torreiglesias	CL	SG	40002	41.1024	-4.0328	4
40192	Adrada De Piron	adrada-de-piron	CL	SG	40002	41.0526	-4.0511	4
40192	Losana De Piron	losana-de-piron	CL	SG	40002	41.0684	-4.0231	4
40193	Parque De Robledo	parque-de-robledo	CL	SG		40.9798	-4.0733	1
40194	Trescasas	trescasas	CL	SG	40155	40.9644	-4.0359	4
40194	Palazuelos De Eresma	palazuelos-de-eresma	CL	SG	40155	40.9305	-4.0607	4
40194	Sonsoto	sonsoto	CL	SG	40155	40.95	-4.0333	4
40194	Quitapesares	quitapesares	CL	SG	40155	40.9459	-4.0489	3
40194	Tabanera Del Monte	tabanera-del-monte	CL	SG	40155	40.9385	-4.0658	4
40195	Hontoria	hontoria	CL	SG	40194	40.9076	-4.1242	4
40195	Revenga	revenga	CL	SG	40194	40.8729	-4.1029	4
40196	La Lastrilla	la-lastrilla	CL	SG	40112	40.9682	-4.1047	4
40196	Zamarramala	zamarramala	CL	SG	40112	40.9663	-4.1344	4
40197	San Cristobal De Segovia	san-cristobal-de-segovia	CL	SG	40906	40.9522	-4.0765	4
40200	Cuellar	cuellar	CL	SG	40063	41.4016	-4.3147	4
40210	Escarabajosa De Cuellar	escarabajosa-de-cuellar	CL	SG	40063	41.4032	-4.2785	4
40211	Torregutierrez	torregutierrez	CL	SG	40063	41.4075	-4.3606	4
40212	San Cristobal De Cuellar	san-cristobal-de-cuellar	CL	SG	40177	41.4059	-4.4045	4
40213	Vallelado	vallelado	CL	SG	40219	41.4044	-4.4266	4
40214	Mata De Cuellar	mata-de-cuellar	CL	SG	40024	41.3965	-4.4717	4
40215	Arroyo De Cuellar	arroyo-de-cuellar	CL	SG	40063	41.3345	-4.3697	4
40216	Remondo	remondo	CL	SG	40065	41.341	-4.4839	4
40216	Chañe	chane	CL	SG	40065	41.3383	-4.4276	4
40217	Fresneda De Cuellar	fresneda-de-cuellar	CL	SG	40078	41.319	-4.4494	4
40218	Fuente El Olmo De Iscar	fuente-el-olmo-de-iscar	CL	SG	40084	41.281	-4.4934	4
40219	Villaverde De Iscar	villaverde-de-iscar	CL	SG	40228	41.3066	-4.5275	4
40220	Olombrada	olombrada	CL	SG	40149	41.4149	-4.1607	4
40220	Vegafria	vegafria	CL	SG	40149	41.4192	-4.1236	4
40230	Dehesa De Cuellar	dehesa-de-cuellar	CL	SG	40063	41.3844	-4.2401	4
40230	Dehesa Mayor	dehesa-mayor	CL	SG	40063	41.3844	-4.2401	4
40231	Lovingos	lovingos	CL	SG	40063	41.4067	-4.2229	4
40232	Fuentes De Cuellar	fuentes-de-cuellar	CL	SG	40063	41.4149	-4.2151	4
40233	Moraleja De Cuellar	moraleja-de-cuellar	CL	SG	40149	41.4122	-4.1955	4
40234	Membibre De La Hoz	membibre-de-la-hoz	CL	SG	40127	41.4496	-4.0957	4
40235	Aldeasoña	aldeasona	CL	SG	40013	41.4728	-4.0571	4
40236	Laguna De Contreras	laguna-de-contreras	CL	SG	40108	41.4951	-4.0287	4
40236	Vivar De Fuentidueña	vivar-de-fuentiduena	CL	SG	40108	41.4803	-4.0077	4
40237	Sacramenia	sacramenia	CL	SG	40174	41.4942	-3.9621	4
40238	San Jose De Valtiendas	san-jose-de-valtiendas	CL	SG	40215	41.4786	-3.9525	3
40239	Cuevas De Provanco	cuevas-de-provanco	CL	SG	40905	41.5421	-3.962	4
40240	Gomezserracin	gomezserracin	CL	SG	40095	41.2896	-4.3261	4
40241	Chatun	chatun	CL	SG	40063	41.2903	-4.3471	4
40242	Campo De Cuellar	campo-de-cuellar	CL	SG	40063	41.3149	-4.3651	4
40250	Mozoncillo	mozoncillo	CL	SG	40134	41.1454	-4.1875	4
40260	Fuentepelayo	fuentepelayo	CL	SG	40086	41.2225	-4.1757	4
40270	Carbonero El Mayor	carbonero-el-mayor	CL	SG	40043	41.1226	-4.2648	4
40280	Navalmanzano	navalmanzano	CL	SG	40141	41.2159	-4.2563	4
40290	Roda De Eresma	roda-de-eresma	CL	SG	40173	41.0285	-4.1813	4
40291	Tabanera La Luenga	tabanera-la-luenga	CL	SG	40074	41.0965	-4.2394	4
40291	Escarabajosa De Cabezas	escarabajosa-de-cabezas	CL	SG	40074	41.1047	-4.1941	4
40292	Aldea Real	aldea-real	CL	SG	40012	41.1855	-4.1656	4
40293	Zarzuela Del Pinar	zarzuela-del-pinar	CL	SG	40234	41.2602	-4.1846	4
40294	Pinarnegrillo	pinarnegrillo	CL	SG	40160	41.191	-4.2097	4
40295	San Martin Y Mudrian	san-martin-y-mudrian	CL	SG	40182	41.2236	-4.332	4
40295	Mudrian	mudrian	CL	SG	40182	41.2236	-4.332	4
40296	Pinarejos	pinarejos	CL	SG	40159	41.2595	-4.2936	4
40297	Sanchonuño	sanchonuno	CL	SG	40179	41.3232	-4.3053	4
40298	Frumales	frumales	CL	SG	40081	41.3833	-4.1863	4
40299	El Henar	el-henar	CL	SG		41.2072	-4.2385	1
40300	Sepulveda	sepulveda	CL	SG	40195	41.297	-3.7422	4
40310	Santa Marta Del Cerro	santa-marta-del-cerro	CL	SG	40186	41.2184	-3.6858	4
40310	Perorrubio	perorrubio	CL	SG	40186	41.2456	-3.7088	4
40311	Sotillo	sotillo	CL	SG	40198	41.2585	-3.6373	4
40311	Fresneda De Sepulveda	fresneda-de-sepulveda	CL	SG	40198	41.2567	-3.6691	4
40311	Alameda (Sotillo)	alameda-sotillo	CL	SG	40198	41.2585	-3.6373	4
40312	Corral De Duraton	corral-de-duraton	CL	SG	40070	41.2879	-3.6974	4
40312	Vellosillo	vellosillo	CL	SG	40070	41.267	-3.7062	4
40312	Tanarro	tanarro	CL	SG	40070	41.2369	-3.6997	4
40312	Duruelo	duruelo	CL	SG	40070	41.2362	-3.6491	4
40312	Duraton	duraton	CL	SG	40070	41.284	-3.6798	4
40312	Los Cortos	los-cortos	CL	SG	40070	41.2217	-3.6526	4
40313	Torreadrada	torreadrada	CL	SG	40202	41.4447	-3.84	4
40314	Fuentesoto	fuentesoto	CL	SG	40091	41.4566	-3.9183	4
40314	Tejares De Fuentidueña	tejares-de-fuentiduena	CL	SG	40091	41.4278	-3.9076	4
40314	Valtiendas	valtiendas	CL	SG	40091	41.4785	-3.9177	4
40315	Castro De Fuentidueña	castro-de-fuentiduena	CL	SG	40047	41.4204	-3.8553	4
40315	Castrojimeno	castrojimeno	CL	SG	40047	41.3966	-3.8473	4
40315	Castroserracin	castroserracin	CL	SG	40047	41.3933	-3.802	4
40317	Castrillo De Sepulveda	castrillo-de-sepulveda	CL	SG	40195	41.3379	-3.7894	4
40317	Urueñas	uruenas	CL	SG	40195	41.3559	-3.7739	4
40317	Aldehuelas De Sepulveda	aldehuelas-de-sepulveda	CL	SG	40195	41.3286	-3.8085	3
40317	Villar De Sobrepeña	villar-de-sobrepena	CL	SG	40195	41.2815	-3.8079	4
40317	Hinojosas Del Cerro	hinojosas-del-cerro	CL	SG	40195	41.3516	-3.8453	4
40317	Villaseca	villaseca	CL	SG	40195	41.3161	-3.8257	4
40318	Condado De Castilnovo	condado-de-castilnovo	CL	SG	40162	41.2309	-3.7713	4
40318	Castroserna De Abajo	castroserna-de-abajo	CL	SG	40162	41.2084	-3.7339	4
40318	Valdesaz	valdesaz	CL	SG	40162	41.2309	-3.7713	4
40318	Castillo De Castilnovo	castillo-de-castilnovo	CL	SG	40162	41.2151	-3.7481	3
40318	Castroserna De Arriba	castroserna-de-arriba	CL	SG	40162	41.1903	-3.716	4
40318	Nava Del Condado	nava-del-condado	CL	SG	40162	41.2151	-3.7481	3
40318	Torrecilla Del Condado	torrecilla-del-condado	CL	SG	40162	41.2151	-3.7481	3
40318	Villafranca Del Condado	villafranca-del-condado	CL	SG	40162	41.2151	-3.7481	3
40320	Cantalejo	cantalejo	CL	SG	40040	41.2576	-3.9279	4
40330	Fuenterrebollo	fuenterrebollo	CL	SG	40088	41.3	-3.9333	4
40331	Carrascal Del Rio	carrascal-del-rio	CL	SG	40140	41.368	-3.8982	4
40331	Valle De Tabladillo	valle-de-tabladillo	CL	SG	40140	41.363	-3.8397	4
40331	Burgomillodo	burgomillodo	CL	SG	40140	41.3391	-3.8865	4
40331	Navalilla	navalilla	CL	SG	40140	41.3415	-3.9321	4
40332	Cobos De Fuentidueña	cobos-de-fuentiduena	CL	SG	40056	41.3826	-3.9272	4
40332	San Miguel De Bernuy	san-miguel-de-bernuy	CL	SG	40056	41.3988	-3.9523	4
40340	Aguilafuente	aguilafuente	CL	SG	40193	41.2267	-4.1118	4
40350	Escalona Del Prado	escalona-del-prado	CL	SG	40073	41.1668	-4.1227	4
40351	Sauquillo De Cabezas	sauquillo-de-cabezas	CL	SG	40192	41.1942	-4.0688	4
40352	Lastras De Cuellar	lastras-de-cuellar	CL	SG	40110	41.2976	-4.1067	4
40353	Hontalbilla	hontalbilla	CL	SG	40100	41.3455	-4.1215	4
40354	Perosillo	perosillo	CL	SG	40003	41.3929	-4.1412	4
40354	Cozuelos De Fuentidueña	cozuelos-de-fuentiduena	CL	SG	40003	41.3909	-4.0956	4
40354	Adrados	adrados	CL	SG	40003	41.3682	-4.1119	4
40355	Fuentesauco De Fuentidueña	fuentesauco-de-fuentiduena	CL	SG	40089	41.4244	-4.0621	4
40356	Calabazas De Fuentidueña	calabazas-de-fuentiduena	CL	SG	40037	41.445	-4.0101	4
40357	Fuentidueña	fuentiduena	CL	SG	40092	41.4423	-3.979	4
40358	Fuentepiñel	fuentepinel	CL	SG	40087	41.3989	-4.043	4
40359	Fuente El Olmo De Fuentidueña	fuente-el-olmo-de-fuentiduena	CL	SG	40083	41.3793	-4.0009	4
40359	Torrecilla Del Pinar	torrecilla-del-pinar	CL	SG	40083	41.3736	-4.0384	4
40360	Cantimpalos	cantimpalos	CL	SG	40041	41.0741	-4.1599	4
40370	Turegano	turegano	CL	SG	40208	41.1561	-4.007	4
40380	Aldeonsancho	aldeonsancho	CL	SG	40193	41.2515	-3.8711	4
40380	Sebulcor	sebulcor	CL	SG	40193	41.2709	-3.884	4
40389	San Pedro De Gaillos	san-pedro-de-gaillos	CL	SG	40184	41.2266	-3.8092	4
40389	Consuegra De Murera	consuegra-de-murera	CL	SG	40184	41.2588	-3.7808	4
40389	Valdesimonte	valdesimonte	CL	SG	40184	41.2371	-3.8489	4
40389	Aldealcorvo	aldealcorvo	CL	SG	40184	41.2444	-3.7914	4
40389	Rebollar	rebollar	CL	SG	40184	41.2291	-3.8326	4
40390	Valseca	valseca	CL	SG	40214	40.9993	-4.1751	4
40391	Encinillas	encinillas	CL	SG	40072	41.0181	-4.1578	4
40392	Mata De Quintanar	mata-de-quintanar	CL	SG	40035	41.027	-4.1111	4
40392	Cabañas De Polendos	cabanas-de-polendos	CL	SG	40035	41.0667	-4.1101	4
40393	Villovela De Piron	villovela-de-piron	CL	SG	40075	41.1149	-4.1199	4
40393	Parral De Piron O De Villovela	parral-de-piron-o-de-villovela	CL	SG	40075	41.1011	-4.1126	3
40393	Escobar De Polendos	escobar-de-polendos	CL	SG	40075	41.0908	-4.1312	4
40393	Peñarrubias De Piron	penarrubias-de-piron	CL	SG	40075	41.0976	-4.0867	4
40394	Otones De Benjumea	otones-de-benjumea	CL	SG	40205	41.1356	-4.0558	4
40395	Veganzones	veganzones	CL	SG	40222	41.1931	-3.9933	4
40396	Cabezuela	cabezuela	CL	SG	40036	41.2359	-3.9317	4
40397	Pinillos De Polendos	pinillos-de-polendos	CL	SG		41.0788	-4.1254	4
40397	Venta De Pinillos	venta-de-pinillos	CL	SG		41.0788	-4.1254	3
40400	El Espinar	el-espinar	CL	SG	40076	40.7404	-4.1829	3
40400	Espinar, De El (Estacion)	espinar-de-el-estacion	CL	SG	40076	40.7404	-4.1829	4
40408	Navas De San Antonio	navas-de-san-antonio	CL	SG	40146	40.7604	-4.3305	4
40410	San Rafael	san-rafael	CL	SG	40076	40.7131	-4.1905	4
40419	Alto De Los Leones	alto-de-los-leones	CL	SG	40076	40.7144	-4.1626	3
40419	Gudillos	gudillos	CL	SG	40076	40.7144	-4.1626	4
40420	Riofrio, Real Bosque De	riofrio-real-bosque-de	CL	SG	40113	40.8603	-4.1492	3
40420	Navas De Riofrio	navas-de-riofrio	CL	SG	40113	40.8671	-4.1346	4
40420	La Losa	la-losa	CL	SG	40113	40.8536	-4.1639	4
40421	Ortigosa Del Monte	ortigosa-del-monte	CL	SG	40901	40.8418	-4.1772	4
40422	Otero De Herreros	otero-de-herreros	CL	SG	40152	40.8202	-4.2099	4
40423	Valdeprados	valdeprados	CL	SG	40211	40.8177	-4.2573	4
40423	Vegas De Matute	vegas-de-matute	CL	SG	40211	40.7948	-4.2776	4
40423	Guijasalbas	guijasalbas	CL	SG	40211	40.8192	-4.2806	4
40424	Los Angeles De San Rafael	los-angeles-de-san-rafael	CL	SG	40076	40.7774	-4.215	4
40430	Bernardos	bernardos	CL	SG	40030	41.1279	-4.3512	4
40440	Santa Maria La Real De Nieva	santa-maria-la-real-de-nieva	CL	SG	40185	41.07	-4.4071	4
40441	Miguelañez	miguelanez	CL	SG	40128	41.1215	-4.3641	4
40442	Samboal	samboal	CL	SG	40176	41.2576	-4.4173	4
40443	Narros De Cuellar	narros-de-cuellar	CL	SG	40176	41.3003	-4.4079	4
40444	Melque De Cercos	melque-de-cercos	CL	SG	40126	41.0967	-4.4417	1
40445	Juarros De Voltoya	juarros-de-voltoya	CL	SG	40106	41.031	-4.5192	4
40446	Martin Muñoz De Las Posadas	martin-munoz-de-las-posadas	CL	SG	40121	40.9955	-4.5967	4
40447	Nieva	nieva	CL	SG	40148	41.0819	-4.425	4
40449	Villoslada	villoslada	CL	SG	40185	40.9911	-4.4195	4
40449	Balisa	balisa	CL	SG	40185	41.0218	-4.4188	4
40450	Nava De La Asuncion	nava-de-la-asuncion	CL	SG	40138	41.1559	-4.4875	4
40460	Bernuy De Coca	bernuy-de-coca	CL	SG	40189	41.1778	-4.6061	4
40460	Santiuste De San Juan Bautista	santiuste-de-san-juan-bautista	CL	SG	40189	41.1559	-4.572	4
40461	Moraleja De Coca	moraleja-de-coca	CL	SG	40138	41.1142	-4.5509	4
40462	Aldeanueva Del Codonal	aldeanueva-del-codonal	CL	SG	40010	41.0824	-4.5437	4
40462	Aldehuela Del Codonal	aldehuela-del-codonal	CL	SG	40010	41.055	-4.5386	4
40463	Codorniz	codorniz	CL	SG	40058	41.0675	-4.6002	4
40464	Montuenga	montuenga	CL	SG	40058	41.047	-4.628	4
40465	San Cristobal De La Vega	san-cristobal-de-la-vega	CL	SG	40178	41.1121	-4.6445	4
40466	Martin Muñoz De La Dehesa	martin-munoz-de-la-dehesa	CL	SG	40120	41.0665	-4.6868	4
40466	Rapariegos	rapariegos	CL	SG	40120	41.095	-4.6527	4
40467	Tolocirio	tolocirio	CL	SG	40201	41.1343	-4.6512	4
40468	Montejo De Arevalo	montejo-de-arevalo	CL	SG	40129	41.1403	-4.6641	4
40469	Donhierro	donhierro	CL	SG	40069	41.1164	-4.6967	4
40470	Navas De Oro	navas-de-oro	CL	SG	40145	41.1963	-4.4375	4
40480	Coca	coca	CL	SG	40057	41.2177	-4.5215	4
40490	Hontanares De Eresma	hontanares-de-eresma	CL	SG	40101	40.9827	-4.2044	4
40490	Los Huertos	los-huertos	CL	SG	40101	41.01	-4.2188	4
40491	Carbonero De Ahusin	carbonero-de-ahusin	CL	SG	40022	41.0391	-4.2368	4
40492	Añe	ane	CL	SG	40018	41.037	-4.2946	4
40493	Yanguas De Eresma	yanguas-de-eresma	CL	SG	40231	41.072	-4.2391	4
40494	Armuña	armuna	CL	SG	40022	41.0772	-4.3195	4
40494	Miguel Ibañez	miguel-ibanez	CL	SG	40022	41.0883	-4.3513	4
40495	Domingo Garcia	domingo-garcia	CL	SG	40068	41.1153	-4.3793	4
40495	Ortigosa Del Pestaño	ortigosa-del-pestano	CL	SG	40068	41.1153	-4.3793	3
40496	Fuente De Santa Cruz	fuente-de-santa-cruz	CL	SG	40057	41.2097	-4.6353	4
40496	Villeguillo	villeguillo	CL	SG	40057	41.2529	-4.5795	4
40496	Villagonzalo De Coca	villagonzalo-de-coca	CL	SG	40057	41.1997	-4.5778	4
40496	Ciruelos De Coca	ciruelos-de-coca	CL	SG	40057	41.2243	-4.5813	4
40500	Riaza	riaza	CL	SG	40170	41.2783	-3.4779	4
40510	Martin Muñoz De Ayllon	martin-munoz-de-ayllon	CL	SG	40170	41.2961	-3.4014	4
40510	Madriguera	madriguera	CL	SG	40170	41.3148	-3.3314	4
40510	Serracin	serracin	CL	SG	40170	41.2989	-3.3408	4
40510	El Muyo	el-muyo	CL	SG	40170	41.2834	-3.3172	4
40510	Becerril	becerril	CL	SG	40170	41.2897	-3.3646	4
40510	Alquite	alquite	CL	SG	40170	41.3088	-3.4042	4
40512	Grado Del Pico	grado-del-pico	CL	SG	40170	41.3038	-3.2483	4
40512	Villacorta	villacorta	CL	SG	40170	41.3259	-3.363	4
40512	Santibañez De Ayllon	santibanez-de-ayllon	CL	SG	40170	41.3354	-3.282	4
40512	El Negredo	el-negredo	CL	SG	40170	41.3268	-3.3144	4
40513	Ribota	ribota	CL	SG	40171	41.3648	-3.4296	4
40513	Aldealazaro	aldealazaro	CL	SG	40171	41.3473	-3.4098	4
40514	Estebanvela	estebanvela	CL	SG	40024	41.3624	-3.3324	4
40514	Valvieja	valvieja	CL	SG	40024	41.3717	-3.3862	4
40514	Francos	francos	CL	SG	40024	41.3833	-3.35	4
40514	Saldaña De Ayllon	saldana-de-ayllon	CL	SG	40024	41.3853	-3.4231	4
40515	Riofrio De Riaza	riofrio-de-riaza	CL	SG	40172	41.2783	-3.4779	4
40516	Fresno De Cantespino	fresno-de-cantespino	CL	SG	40079	41.3682	-3.4995	4
40517	Aldeanueva Del Monte	aldeanueva-del-monte	CL	SG	40196	41.3351	-3.5448	4
40517	Sequera De Fresno	sequera-de-fresno	CL	SG	40196	41.3664	-3.5461	4
40517	Barahona De Fresno	barahona-de-fresno	CL	SG	40196	41.3536	-3.5696	4
40518	Gomeznarro	gomeznarro	CL	SG	40079	41.3746	-3.4964	3
40518	Cincovillas	cincovillas	CL	SG	40079	41.3322	-3.4548	4
40518	Pajares De Fresno	pajares-de-fresno	CL	SG	40079	41.3634	-3.478	4
40518	Cascajares	cascajares	CL	SG	40079	41.3899	-3.4977	4
40518	Castiltierra	castiltierra	CL	SG	40079	41.3853	-3.533	4
40518	Riahuelas	riahuelas	CL	SG	40079	41.402	-3.5184	4
40520	Ayllon	ayllon	CL	SG	40024	41.419	-3.3754	4
40529	Riaguas De San Bartolome	riaguas-de-san-bartolome	CL	SG	40061	41.4264	-3.4889	4
40529	Corral De Ayllon	corral-de-ayllon	CL	SG	40061	41.3908	-3.4586	4
40529	Alconadilla	alconadilla	CL	SG	40061	41.4638	-3.4988	4
40529	Alconada De Maderuelo	alconada-de-maderuelo	CL	SG	40061	41.4502	-3.4855	4
40530	El Olmillo	el-olmillo	CL	SG	40025	41.314	-3.6679	3
40530	Barbolla	barbolla	CL	SG	40025	41.3257	-3.6736	4
40530	El Olmo	el-olmo	CL	SG	40025	41.3024	-3.6623	4
40531	Aldeonte	aldeonte	CL	SG	40071	41.3509	-3.6785	4
40531	Encinas	encinas	CL	SG	40071	41.3751	-3.6676	4
40531	Navares De Ayuso	navares-de-ayuso	CL	SG	40071	41.3745	-3.7074	4
40532	Aldeanueva De La Serrezuela	aldeanueva-de-la-serrezuela	CL	SG	40144	41.3976	-3.7368	3
40532	Navares De Las Cuevas	navares-de-las-cuevas	CL	SG	40144	41.4143	-3.7508	4
40532	Navares De Enmedio	navares-de-enmedio	CL	SG	40144	41.381	-3.7228	4
40533	Aldehorno	aldehorno	CL	SG	40014	41.5127	-3.7782	4
40540	Pradales	pradales	CL	SG	40080	41.4556	-3.7075	4
40540	Fresno De La Fuente	fresno-de-la-fuente	CL	SG	40080	41.3924	-3.6449	4
40540	Ciruelos De Pradales	ciruelos-de-pradales	CL	SG	40080	41.4418	-3.7035	4
40540	Carabias	carabias	CL	SG	40080	41.4427	-3.6742	4
40541	Villalbilla De Montejo	villalbilla-de-montejo	CL	SG	40099	41.51	-3.7045	3
40541	Honrubia De La Cuesta	honrubia-de-la-cuesta	CL	SG	40099	41.51	-3.7045	4
40542	Moral De Hornuez	moral-de-hornuez	CL	SG	40132	41.4646	-3.6166	4
40542	Montejo De La Vega De La Serre	montejo-de-la-vega-de-la-serre	CL	SG	40132	41.5025	-3.6356	3
40542	Villaverde De Montejo	villaverde-de-montejo	CL	SG	40132	41.5222	-3.6545	4
40542	Valdevacas De Montejo	valdevacas-de-montejo	CL	SG	40132	41.5207	-3.6357	4
40550	Bercimuel	bercimuel	CL	SG	40029	41.3993	-3.5705	4
40550	Cedillo De La Torre	cedillo-de-la-torre	CL	SG	40029	41.4248	-3.6058	4
40551	Cilleruelo De San Mames	cilleruelo-de-san-mames	CL	SG	40055	41.4322	-3.5661	4
40551	Campo De San Pedro	campo-de-san-pedro	CL	SG	40055	41.4299	-3.546	4
40552	Fuentemizarra	fuentemizarra	CL	SG	40039	41.4582	-3.5619	4
40553	Valdevarnes	valdevarnes	CL	SG	40039	41.4691	-3.5564	4
40554	Maderuelo	maderuelo	CL	SG	40115	41.4864	-3.5222	4
40554	Embalse De Linares	embalse-de-linares	CL	SG	40115	41.4864	-3.5222	3
40555	Aldealengua De Santa Maria	aldealengua-de-santa-maria	CL	SG	40008	41.462	-3.4672	4
40556	Mazagatos	mazagatos	CL	SG	40109	41.4404	-3.402	4
40556	Languilla	languilla	CL	SG	40109	41.4493	-3.4244	4
40560	Turrubuelo	turrubuelo	CL	SG	40032	41.3252	-3.5916	4
40560	Boceguillas	boceguillas	CL	SG	40032	41.3364	-3.6383	4
40567	Pajarejos	pajarejos	CL	SG	40154	41.3899	-3.59	4
40568	Aldeanueva Del Campanario	aldeanueva-del-campanario	CL	SG	40032	41.3562	-3.614	4
40569	Grajera	grajera	CL	SG	40097	41.3732	-3.613	4
40590	Rosuero	rosuero	CL	SG	40191	41.1991	-3.5701	4
40590	Casla	casla	CL	SG	40191	41.166	-3.6564	4
40590	Siguero	siguero	CL	SG	40191	41.1817	-3.6163	4
40590	La Rades	la-rades	CL	SG	40191	41.1812	-3.5955	4
40590	Villarejo	villarejo	CL	SG	40191	41.1942	-3.5775	4
40590	Sigueruelo	sigueruelo	CL	SG	40191	41.1743	-3.6364	4
40591	Cerezo De Abajo	cerezo-de-abajo	CL	SG	40053	41.2182	-3.5913	4
40591	Mansilla	mansilla	CL	SG	40053	41.2223	-3.6167	4
40592	Cerezo De Arriba	cerezo-de-arriba	CL	SG	40054	41.2389	-3.5585	4
40593	Castillejo De Mesleon	castillejo-de-mesleon	CL	SG	40046	41.281	-3.6014	4
40594	Santa Maria De Riaza	santa-maria-de-riaza	CL	SG	40024	41.4142	-3.4049	4
26127	Montenegro De Cameros	montenegro-de-cameros	CL	SO		42.0892	-2.7541	4
42001	Soria	soria	CL	SO	42173	41.764	-2.4688	4
42002	Soria	soria	CL	SO	42173	41.764	-2.4688	4
42003	Soria	soria	CL	SO	42173	41.764	-2.4688	4
42004	Soria	soria	CL	SO	42173	41.764	-2.4688	4
42005	Soria	soria	CL	SO	42004	41.764	-2.4688	4
42070	Soria	soria	CL	SO		41.764	-2.4688	4
42071	Soria	soria	CL	SO		41.764	-2.4688	4
42080	Soria	soria	CL	SO		41.764	-2.4688	4
42100	Agreda	agreda	CL	SO	42004	41.8559	-1.9224	4
42107	Cueva De Agreda	cueva-de-agreda	CL	SO	42004	41.7631	-1.8882	4
42107	Vozmediano	vozmediano	CL	SO	42004	41.8375	-1.8558	4
42107	Beraton	beraton	CL	SO	42004	41.7175	-1.8109	4
42107	Borobia	borobia	CL	SO	42004	41.6648	-1.8962	4
42107	Fuentes De Agreda	fuentes-de-agreda	CL	SO	42004	41.8067	-1.9214	4
42107	Aldehuela De Agreda	aldehuela-de-agreda	CL	SO	42004	41.8268	-1.883	4
42108	Añavieja	anavieja	CL	SO	42004	41.881	-1.9851	4
42108	Muro	muro	CL	SO	42004	41.8312	-1.9863	4
42108	Devanos	devanos	CL	SO	42004	41.8756	-1.9524	3
42108	Valverde De Agreda	valverde-de-agreda	CL	SO	42004	41.9145	-1.8857	4
42110	Olvega	olvega	CL	SO	42134	41.779	-1.9839	4
42112	Pozalmuro	pozalmuro	CL	SO	42100	41.7745	-2.1021	4
42112	Omeñaca	omenaca	CL	SO	42100	41.763	-2.2411	4
42112	Calderuela	calderuela	CL	SO	42100	41.7957	-2.2348	4
42112	Tozalmoro	tozalmoro	CL	SO	42100	41.7492	-2.2825	4
42112	Villar Del Campo	villar-del-campo	CL	SO	42100	41.7888	-2.1496	4
42112	Tajahuerce	tajahuerce	CL	SO	42100	41.7399	-2.1507	4
42112	Aldealpozo	aldealpozo	CL	SO	42100	41.7826	-2.2042	4
42112	Valdegeña	valdegena	CL	SO	42100	41.765	-2.1768	3
42112	Pinilla Del Campo	pinilla-del-campo	CL	SO	42100	41.7169	-2.0835	4
42112	Hinojosa Del Campo	hinojosa-del-campo	CL	SO	42100	41.7384	-2.0995	4
42112	Nieva De Calderuela	nieva-de-calderuela	CL	SO	42100	41.8013	-2.2197	4
42113	Valdelagua Del Cerro	valdelagua-del-cerro	CL	SO	42093	41.8883	-2.1154	4
42113	Montenegro De Agreda	montenegro-de-agreda	CL	SO	42093	41.8545	-2.0691	4
42113	Matalebreras	matalebreras	CL	SO	42093	41.8412	-2.0464	4
42113	Cigudosa	cigudosa	CL	SO	42093	41.9333	-2.05	4
42113	Fuentestrun	fuentestrun	CL	SO	42093	41.8747	-2.0828	4
42113	Castilruiz	castilruiz	CL	SO	42093	41.8768	-2.0593	4
42113	San Felices	san-felices	CL	SO	42093	41.9371	-2.0264	4
42113	Trevago	trevago	CL	SO	42093	41.8865	-2.0642	3
42120	Gomara	gomara	CL	SO	42096	41.6235	-2.2249	4
42126	Cihuela	cihuela	CL	SO	42021	41.4072	-1.9999	4
42126	Miñana	minana	CL	SO	42021	41.5211	-2.0972	4
42126	Reznos	reznos	CL	SO	42021	41.5909	-2.0278	4
42126	La Alameda	la-alameda	CL	SO	42021	41.5163	-2.0152	4
42126	Carabantes	carabantes	CL	SO	42021	41.5521	-1.9981	4
42126	Quiñoneria	quinoneria	CL	SO	42021	41.5199	-2.0534	3
42126	Deza	deza	CL	SO	42021	41.4637	-2.0205	4
42126	Mazateron	mazateron	CL	SO	42021	41.534	-2.1227	4
42126	Almazul	almazul	CL	SO	42021	41.574	-2.1462	4
42127	Abion	abion	CL	SO	42021	41.5732	-2.2303	4
42127	Ledesma De Soria	ledesma-de-soria	CL	SO	42021	41.5974	-2.2087	4
42127	Seron De Nagima	seron-de-nagima	CL	SO	42021	41.4956	-2.2016	4
42127	Zarabes	zarabes	CL	SO	42021	41.5603	-2.1886	4
42128	Villanueva De Zamajon	villanueva-de-zamajon	CL	SO	42037	41.6038	-2.3039	4
42128	Tapiela	tapiela	CL	SO	42037	41.6311	-2.3155	4
42128	Bliecos	bliecos	CL	SO	42037	41.5279	-2.2713	4
42128	Zamajon	zamajon	CL	SO	42037	41.6159	-2.3352	4
42128	Tejado	tejado	CL	SO	42037	41.5889	-2.2672	4
42128	Castil De Tierra	castil-de-tierra	CL	SO	42037	41.5698	-2.2786	4
42128	Nomparedes	nomparedes	CL	SO	42037	41.5515	-2.3123	4
42130	Cabrejas Del Campo	cabrejas-del-campo	CL	SO	42022	41.681	-2.2696	4
42130	Esteras De Lubia	esteras-de-lubia	CL	SO	42022	41.7176	-2.1814	4
42130	Almenar	almenar	CL	SO	42022	41.7045	-2.2258	3
42130	Castejon Del Campo	castejon-del-campo	CL	SO	42022	41.691	-2.1449	4
42130	Peroniel Del Campo	peroniel-del-campo	CL	SO	42022	41.7117	-2.2199	4
42130	Mazalvete	mazalvete	CL	SO	42022	41.71	-2.2624	4
42130	Ojuel	ojuel	CL	SO	42022	41.716	-2.2763	4
42132	Paredesroyas	paredesroyas	CL	SO	42132	41.6363	-2.2785	4
42132	Albocabe	albocabe	CL	SO	42132	41.6534	-2.2225	4
42132	Jaray	jaray	CL	SO	42132	41.6497	-2.2006	3
42132	Villaseca De Arciel	villaseca-de-arciel	CL	SO	42132	41.6243	-2.1618	4
42132	Aliud	aliud	CL	SO	42132	41.6541	-2.2531	4
42132	Torralba De Arciel	torralba-de-arciel	CL	SO	42132	41.621	-2.2602	4
42132	Noviercas	noviercas	CL	SO	42132	41.7119	-2.0343	4
42132	Buberos	buberos	CL	SO	42132	41.6469	-2.1941	4
42134	Fuentetecha	fuentetecha	CL	SO	42049	41.7488	-2.317	4
42134	Aldealafuente	aldealafuente	CL	SO	42049	41.6719	-2.3252	4
42134	Alconaba	alconaba	CL	SO	42049	41.7236	-2.3848	4
42134	Ontalvilla De Valcorba	ontalvilla-de-valcorba	CL	SO	42049	41.7577	-2.3729	4
42134	Fuensauco	fuensauco	CL	SO	42049	41.7663	-2.3375	4
42134	Candilichera	candilichera	CL	SO	42049	41.7043	-2.3012	4
42134	Martialay	martialay	CL	SO	42049	41.7439	-2.357	4
42134	Duañez	duanez	CL	SO	42049	41.7387	-2.3337	4
42134	Salma, La (Alconaba) (Granja)	salma-la-alconaba-granja	CL	SO	42049	41.7236	-2.3848	4
42134	Cubo De Hogueras	cubo-de-hogueras	CL	SO	42049	41.7255	-2.35	4
42134	Cadosa (Alconaba) (Urbanizacion)	cadosa-alconaba-urbanizacion	CL	SO	42049	41.7236	-2.3848	4
42134	Carazuelo	carazuelo	CL	SO	42049	41.7242	-2.3141	4
42134	Ribarroya	ribarroya	CL	SO	42049	41.6419	-2.3536	4
42138	Torrubia De Soria	torrubia-de-soria	CL	SO	42039	41.6305	-2.0915	4
42138	Portillo De Soria	portillo-de-soria	CL	SO	42039	41.635	-2.1214	4
42138	Cardejon	cardejon	CL	SO	42039	41.6645	-2.1202	4
42138	Ciria	ciria	CL	SO	42039	41.6183	-1.9658	4
42138	Sauquillo De Alcazar	sauquillo-de-alcazar	CL	SO	42039	41.6088	-2.0652	4
42140	San Leonardo De Yague	san-leonardo-de-yague	CL	SO	42164	41.8303	-3.0688	4
42141	Santa Maria De Las Hoyas	santa-maria-de-las-hoyas	CL	SO	42080	41.7715	-3.1417	4
42141	Quintanilla De Nuño Pedro	quintanilla-de-nuno-pedro	CL	SO	42080	41.7545	-3.2653	4
42141	Valdealbin	valdealbin	CL	SO	42080	41.6829	-3.1263	4
42141	Santervas Del Burgo	santervas-del-burgo	CL	SO	42080	41.716	-3.1505	4
42141	Rejas De Ucero	rejas-de-ucero	CL	SO	42080	41.707	-3.1057	4
42141	Fuentearmegil	fuentearmegil	CL	SO	42080	41.715	-3.1836	4
42141	Guijosa	guijosa	CL	SO	42080	41.7581	-3.2343	4
42141	Nafria De Ucero	nafria-de-ucero	CL	SO	42080	41.7227	-3.095	4
42141	Arganza	arganza	CL	SO	42080	41.817	-3.0874	4
42141	Fuencaliente Del Burgo	fuencaliente-del-burgo	CL	SO	42080	41.7367	-3.1881	4
42142	Espeja De San Marcelino	espeja-de-san-marcelino	CL	SO	42081	41.7982	-3.2261	3
42142	Muñecas	munecas	CL	SO	42081	41.7711	-3.17	4
42142	Orillares	orillares	CL	SO	42081	41.7909	-3.2106	4
42142	La Hinojosa	la-hinojosa	CL	SO	42081	41.8006	-3.2644	4
42142	Espejon	espejon	CL	SO	42081	41.8302	-3.2594	4
42145	Malluembre (Cidones) (Finca)	malluembre-cidones-finca	CL	SO	42061	41.8126	-2.6617	3
42145	Cidones	cidones	CL	SO	42061	41.8144	-2.6399	4
42145	Villaverde Del Monte	villaverde-del-monte	CL	SO	42061	41.8131	-2.6722	4
42145	Herreros	herreros	CL	SO	42061	41.818	-2.7139	4
42145	Ocenilla	ocenilla	CL	SO	42061	41.8046	-2.6207	4
42146	Cabrejas Del Pinar	cabrejas-del-pinar	CL	SO	42001	41.796	-2.8495	4
42146	Abejar	abejar	CL	SO	42001	41.8076	-2.7841	4
42147	La Blanca	la-blanca	CL	SO	42045	41.7745	-3.0212	1
42148	Muriel Viejo	muriel-viejo	CL	SO	42070	41.7826	-2.9152	4
42148	Talveila	talveila	CL	SO	42070	41.7838	-2.9665	4
42148	Casarejos	casarejos	CL	SO	42070	41.7965	-3.0325	4
42148	Herrera De Soria	herrera-de-soria	CL	SO	42070	41.7627	-3.0124	4
42148	Cantalucia	cantalucia	CL	SO	42070	41.7411	-2.9745	4
42148	Cubilla	cubilla	CL	SO	42070	41.7491	-2.9372	4
42148	Cubillos	cubillos	CL	SO	42070	41.731	-2.9525	4
42148	Vadillo	vadillo	CL	SO	42070	41.7911	-3.0085	4
42149	Navaleno	navaleno	CL	SO	42129	41.8383	-3.0042	4
42150	Vinuesa	vinuesa	CL	SO	42215	41.9103	-2.7648	4
42153	Derroñadas	derronadas	CL	SO	42160	41.8979	-2.6364	4
42153	Hinojosa De La Sierra	hinojosa-de-la-sierra	CL	SO	42160	41.8697	-2.5999	4
42153	Vilviestre De Los Nabos	vilviestre-de-los-nabos	CL	SO	42160	41.8793	-2.6535	4
42153	El Royo	el-royo	CL	SO	42160	41.8707	-2.57	3
42153	Canredondo De La Sierra	canredondo-de-la-sierra	CL	SO	42160	41.8643	-2.5167	4
42153	Santervas De La Sierra	santervas-de-la-sierra	CL	SO	42160	41.873	-2.5675	4
42153	Dombellas	dombellas	CL	SO	42160	41.8563	-2.5453	4
42153	Chavaler	chavaler	CL	SO	42160	41.8545	-2.4705	4
42154	Cuerda Del Pozo, La (Royo El) (Pantano)	cuerda-del-pozo-la-royo-el-pantano	CL	SO		41.9087	-2.6462	4
42156	Santa Ines	santa-ines	CL	SO	42161	42.0401	-3.7032	4
42156	Quintanarejo O El Quintanar	quintanarejo-o-el-quintanar	CL	SO	42161	41.9385	-3.0956	3
42156	Molinos De Duero	molinos-de-duero	CL	SO	42161	41.886	-2.7868	4
42156	Salduero	salduero	CL	SO	42161	41.8895	-2.7967	4
42157	Covaleda	covaleda	CL	SO	42069	41.9349	-2.8833	4
42158	Duruelo De La Sierra	duruelo-de-la-sierra	CL	SO	42078	41.9545	-2.9309	4
42159	Langosto	langosto	CL	SO	42160	41.886	-2.6151	4
42161	Arevalo De La Sierra	arevalo-de-la-sierra	CL	SO	42019	41.9472	-2.4003	4
42161	Gallinero	gallinero	CL	SO	42019	41.9486	-2.4452	4
42161	Torrearevalo	torrearevalo	CL	SO	42019	41.9593	-2.3886	4
42161	Ventosa De La Sierra	ventosa-de-la-sierra	CL	SO	42019	41.9323	-2.3666	4
42162	Garrejo	garrejo	CL	SO	42042	41.8536	-2.4212	3
42162	Tardesillas	tardesillas	CL	SO	42042	41.8289	-2.4589	4
42162	Aylloncillo	aylloncillo	CL	SO	42042	41.8536	-2.4212	3
42162	Fuentelsaz De Soria	fuentelsaz-de-soria	CL	SO	42042	41.8659	-2.4153	4
42162	Pinilla De Caradueña	pinilla-de-caraduena	CL	SO	42042	41.8536	-2.4212	3
42162	Buitrago	buitrago	CL	SO	42042	41.8473	-2.4086	4
42162	La Rubia	la-rubia	CL	SO	42042	41.8825	-2.3799	4
42162	Portelrubio	portelrubio	CL	SO	42042	41.8724	-2.4381	4
42162	Fuentecantos	fuentecantos	CL	SO	42042	41.8493	-2.4285	4
42162	Garray	garray	CL	SO	42042	41.8162	-2.4459	4
42162	Pedraza	pedraza	CL	SO	42042	41.8667	-2.3947	4
42164	Espejo De Tera	espejo-de-tera	CL	SO	42019	41.8847	-2.4865	4
42164	Tera	tera	CL	SO	42019	41.9124	-2.4804	4
42165	Rebollar	rebollar	CL	SO	42174	41.9139	-2.5058	4
42165	Valdeavellano De Tera	valdeavellano-de-tera	CL	SO	42174	41.9423	-2.5763	4
42165	Molinos De Razon	molinos-de-razon	CL	SO	42174	41.949	-2.6018	4
42165	Rollamienta	rollamienta	CL	SO	42174	41.9259	-2.5312	4
42165	Villar Del Ala	villar-del-ala	CL	SO	42174	41.9164	-2.5665	4
42165	Sotillo Del Rincon	sotillo-del-rincon	CL	SO	42174	41.9322	-2.603	4
42166	Aldehuela Del Rincon	aldehuela-del-rincon	CL	SO	42174	41.9241	-2.583	4
42167	Sepulveda De La Sierra	sepulveda-de-la-sierra	CL	SO	42019	41.9008	-2.4526	4
42167	San Gregorio	san-gregorio	CL	SO	42019	41.9082	-2.4316	3
42167	Matute De La Sierra	matute-de-la-sierra	CL	SO	42019	41.9013	-2.4362	4
42167	Cubo De La Sierra	cubo-de-la-sierra	CL	SO	42019	41.9161	-2.4395	4
42167	Segoviela	segoviela	CL	SO	42019	41.9244	-2.4167	4
42167	Portelarbol	portelarbol	CL	SO	42019	41.8984	-2.4128	4
42169	La Poveda De Soria	la-poveda-de-soria	CL	SO	42019	42.0123	-2.5044	4
42169	Arguijo	arguijo	CL	SO	42019	41.9882	-2.5123	4
42169	San Andres De Soria	san-andres-de-soria	CL	SO	42019	41.9457	-2.4793	4
42169	Almarza	almarza	CL	SO	42019	41.9468	-2.469	4
42169	Barriomartin	barriomartin	CL	SO	42019	41.9973	-2.4934	4
42172	Diustes	diustes	CL	SO	42218	42.1045	-2.4143	4
42172	Fuentelfresno	fuentelfresno	CL	SO	42218	41.9007	-2.3878	4
42172	Ausejo De La Sierra	ausejo-de-la-sierra	CL	SO	42218	41.8946	-2.3739	4
42172	Navabellida	navabellida	CL	SO	42218	41.9787	-2.3474	3
42172	Cuellar De La Sierra	cuellar-de-la-sierra	CL	SO	42218	41.9085	-2.3472	4
42172	San Andres De San Pedro	san-andres-de-san-pedro	CL	SO	42218	41.971	-2.2535	4
42172	El Collado	el-collado	CL	SO	42218	41.9787	-2.3474	3
42172	Oncala	oncala	CL	SO	42218	41.9702	-2.3149	4
42172	Yanguas	yanguas	CL	SO	42218	42.1017	-2.3399	4
42173	Santa Cruz De Yanguas	santa-cruz-de-yanguas	CL	SO	42166	42.0625	-2.4489	4
42173	Villartoso	villartoso	CL	SO	42166	42.0513	-2.4394	4
42173	Santa Cecilia	santa-cecilia	CL	SO	42166	42.0756	-2.4186	4
42173	Verguizas	verguizas	CL	SO	42166	42.0466	-2.3981	3
42173	Los Campos	los-campos	CL	SO	42166	41.9863	-2.3537	4
42173	Bretun	bretun	CL	SO	42166	42.062	-2.3881	4
42173	Vizmanos	vizmanos	CL	SO	42166	42.0234	-2.4087	4
42173	Villar Del Rio	villar-del-rio	CL	SO	42166	42.0757	-2.3508	4
42173	Las Aldehuelas	las-aldehuelas	CL	SO	42166	42.0466	-2.3981	3
42173	Ledrado	ledrado	CL	SO	42166	42.021	-2.3851	4
42173	Valduerteles	valduerteles	CL	SO	42166	42.0541	-2.3651	4
42173	La Laguna	la-laguna	CL	SO	42166	42.0554	-2.4242	4
42173	Valdecantos	valdecantos	CL	SO	42166	42.0466	-2.3981	3
42173	Villar De Maya	villar-de-maya	CL	SO	42166	42.0848	-2.4095	4
42173	Valloria	valloria	CL	SO	42166	42.0065	-2.3857	4
42174	Valdelavilla	valdelavilla	CL	SO	42165	41.9707	-2.2038	4
42174	Montaves	montaves	CL	SO	42165	42.0047	-2.305	4
42174	San Pedro Manrique	san-pedro-manrique	CL	SO	42165	42.0286	-2.231	4
42174	Huerteles	huerteles	CL	SO	42165	42.0191	-2.3286	4
42174	Villaseca Somera	villaseca-somera	CL	SO	42165	42.0163	-2.2731	3
42174	Ventosa De San Pedro	ventosa-de-san-pedro	CL	SO	42165	42.0126	-2.2662	4
42174	Las Fuentes De San Pedro	las-fuentes-de-san-pedro	CL	SO	42165	42.0345	-2.3059	4
42174	Palacios De San Pedro	palacios-de-san-pedro	CL	SO	42165	42.0163	-2.2731	3
42174	Taniñe	tanine	CL	SO	42165	42.0441	-2.2708	4
42175	Matasejun	matasejun	CL	SO	42165	41.9882	-2.2339	4
42175	Las Fuesas	las-fuesas	CL	SO	42165	41.9591	-2.1712	4
42180	Los Villares De Soria	los-villares-de-soria	CL	SO	42065	41.865	-2.3551	4
42180	Almajano	almajano	CL	SO	42065	41.8509	-2.3383	4
42180	Aldehuela De Periañez	aldehuela-de-perianez	CL	SO	42065	41.8077	-2.3067	4
42180	Canos	canos	CL	SO	42065	41.8283	-2.3172	4
42180	Arancon	arancon	CL	SO	42065	41.8002	-2.2814	4
42180	Cirujales Del Rio	cirujales-del-rio	CL	SO	42065	41.8669	-2.3255	4
42180	Carrascosa De La Sierra	carrascosa-de-la-sierra	CL	SO	42065	41.8954	-2.28	4
42180	Estepa De San Juan	estepa-de-san-juan	CL	SO	42065	41.9266	-2.3332	4
42180	Torretartajo	torretartajo	CL	SO	42065	41.8591	-2.3107	3
42180	Aldealseñor	aldealsenor	CL	SO	42065	41.8789	-2.3156	4
42180	Cortos	cortos	CL	SO	42065	41.8108	-2.2596	4
42180	Aldealices	aldealices	CL	SO	42065	41.8591	-2.3107	3
42180	Castilfrio De La Sierra	castilfrio-de-la-sierra	CL	SO	42065	41.9193	-2.305	4
42181	Villarraso	villarraso	CL	SO	42054	41.8919	-2.2096	4
42181	La Losilla	la-losilla	CL	SO	42054	41.8726	-2.2785	4
42181	Magaña	magana	CL	SO	42054	41.9009	-2.1627	4
42181	Valtajeros	valtajeros	CL	SO	42054	41.9381	-2.2229	4
42181	Pobar	pobar	CL	SO	42054	41.8909	-2.2343	4
42181	Cerbon	cerbon	CL	SO	42054	41.9293	-2.1689	4
42181	Valdeprado	valdeprado	CL	SO	42054	41.9377	-2.1092	4
42181	Fuentes De Magaña	fuentes-de-magana	CL	SO	42054	41.9352	-2.1795	4
42189	Narros	narros	CL	SO	42128	41.8492	-2.2947	4
42189	Santo Cristo De Los Olmedillos (Velilla De La Sierra) (Granja)	santo-cristo-de-los-olmedillos-velilla-de-la-sierra-granja	CL	SO	42128	41.8351	-2.2933	3
42189	Ventosilla De San Juan	ventosilla-de-san-juan	CL	SO	42128	41.8063	-2.3907	4
42189	El Espino	el-espino	CL	SO	42128	41.8471	-2.1846	4
42189	Suellacabras	suellacabras	CL	SO	42128	41.853	-2.224	4
42189	Renieblas	renieblas	CL	SO	42128	41.8201	-2.3724	4
42189	Velilla De La Sierra	velilla-de-la-sierra	CL	SO	42128	41.8351	-2.2933	3
42190	Toledillo	toledillo	CL	SO	42173	41.8056	-2.5828	4
42190	Pedrajas	pedrajas	CL	SO	42173	41.8259	-2.5754	4
42190	Golmayo	golmayo	CL	SO	42173	41.7662	-2.5227	4
42190	Oteruelos	oteruelos	CL	SO	42173	41.8378	-2.6029	4
42190	Carbonera De Frentes	carbonera-de-frentes	CL	SO	42173	41.7538	-2.5523	4
42190	Camaretas, Las (Urbanizacion)	camaretas-las-urbanizacion	CL	SO	42173	41.7921	-2.5544	3
42190	Las Casas	las-casas	CL	SO	42173	41.7792	-2.4838	4
42190	Fuentetoba	fuentetoba	CL	SO	42173	41.7764	-2.5609	4
42190	La Verguilla	la-verguilla	CL	SO	42173	41.7921	-2.5544	3
42190	La Monjia	la-monjia	CL	SO	42173	41.7921	-2.5544	3
42190	Frentes, De (Granja)	frentes-de-granja	CL	SO	42173	41.7921	-2.5544	3
42191	Cubo De La Solana	cubo-de-la-solana	CL	SO	42071	41.6022	-2.4218	4
42191	Tardajos De Duero	tardajos-de-duero	CL	SO	42071	41.6687	-2.418	4
42191	Miranda De Duero	miranda-de-duero	CL	SO	42071	41.6507	-2.4137	4
42191	Riotuerto	riotuerto	CL	SO	42071	41.6281	-2.4068	3
42191	Rabanera Del Campo	rabanera-del-campo	CL	SO	42071	41.6422	-2.4207	4
42191	Almarail	almarail	CL	SO	42071	41.581	-2.3802	4
42191	Sinova	sinova	CL	SO	42071	41.6281	-2.4068	3
42191	Ituero	ituero	CL	SO	42071	41.6236	-2.3863	4
42191	Los Rabanos	los-rabanos	CL	SO	42071	41.6281	-2.4068	3
42192	La Mallona	la-mallona	CL	SO	42095	41.7146	-2.7184	4
42192	La Cuenca	la-cuenca	CL	SO	42095	41.738	-2.7411	4
42192	Las Fraguas	las-fraguas	CL	SO	42095	41.6949	-2.7177	4
42192	Villaciervos	villaciervos	CL	SO	42095	41.7623	-2.6268	4
42192	Villaciervitos	villaciervitos	CL	SO	42095	41.7528	-2.6395	4
42193	Nafria La Llana	nafria-la-llana	CL	SO	42046	41.6626	-2.7742	4
42193	Valdealvillo	valdealvillo	CL	SO	42046	41.6496	-2.8889	4
42193	Blacos	blacos	CL	SO	42046	41.6809	-2.8583	4
42193	Santiuste	santiuste	CL	SO	42046	41.6186	-2.9512	4
42193	Muriel De La Fuente	muriel-de-la-fuente	CL	SO	42046	41.7232	-2.86	4
42193	Aldehuela De Calatañazor	aldehuela-de-calatanazor	CL	SO	42046	41.7156	-2.7837	4
42193	Rioseco De Soria	rioseco-de-soria	CL	SO	42046	41.6726	-2.8436	3
42193	Nodalo	nodalo	CL	SO	42046	41.6889	-2.7639	4
42193	Torralba Del Burgo	torralba-del-burgo	CL	SO	42046	41.6376	-2.9262	4
42193	Valdenarros	valdenarros	CL	SO	42046	41.6726	-2.8436	3
42193	Calatañazor	calatanazor	CL	SO	42046	41.6496	-2.7274	4
42193	Venta Nueva La (Aldehuela De Catalañazor)	venta-nueva-la-aldehuela-de-catalanazor	CL	SO	42046	41.6726	-2.8436	3
42193	Torreblacos	torreblacos	CL	SO	42046	41.6693	-2.8788	4
42193	Boos	boos	CL	SO	42046	41.6726	-2.8436	3
42193	Abioncillo	abioncillo	CL	SO	42046	41.7031	-2.8672	4
42200	Almazan	almazan	CL	SO	42020	41.4865	-2.5309	4
42210	Velamazan	velamazan	CL	SO	42030	41.4489	-2.6993	4
42210	Ciadueña	ciaduena	CL	SO	42030	41.4627	-2.684	3
42210	Barca	barca	CL	SO	42030	41.4549	-2.6222	4
42210	Rebollo De Duero	rebollo-de-duero	CL	SO	42030	41.4843	-2.7304	4
42211	Santa Maria De Prado	santa-maria-de-prado	CL	SO	42059	41.4896	-2.6568	4
42211	Matamala De Almazan	matamala-de-almazan	CL	SO	42059	41.5056	-2.6412	4
42211	Fuentelcarro	fuentelcarro	CL	SO	42059	41.514	-2.554	4
42211	Tejerizas	tejerizas	CL	SO	42059	41.5049	-2.5662	4
42211	Matute De Almazan	matute-de-almazan	CL	SO	42059	41.4896	-2.6139	4
42211	Centenera De Andaluz	centenera-de-andaluz	CL	SO	42059	41.5068	-2.7181	4
42212	Cobertelada	cobertelada	CL	SO	42020	41.4221	-2.5626	4
42212	Covarrubias	covarrubias	CL	SO	42020	41.4478	-2.5701	4
42212	Balluncar	balluncar	CL	SO	42020	41.4258	-2.545	4
42212	Almantiga	almantiga	CL	SO	42020	41.4427	-2.5607	4
42212	Lodares Del Monte	lodares-del-monte	CL	SO	42020	41.4111	-2.6052	4
42213	Alcubilla De Las Peñas	alcubilla-de-las-penas	CL	SO	42023	41.2513	-2.5268	4
42213	Mezquetillas	mezquetillas	CL	SO	42023	41.2595	-2.5589	4
42213	Alpanseque	alpanseque	CL	SO	42023	41.2651	-2.6706	4
42213	Romanillos De Medinaceli	romanillos-de-medinaceli	CL	SO	42023	41.2591	-2.5965	4
42213	Barahona	barahona	CL	SO	42023	41.2949	-2.6564	4
42213	Radona	radona	CL	SO	42023	41.2699	-2.45	4
42213	Marazovel	marazovel	CL	SO	42023	41.3026	-2.7285	4
42214	Pinilla Del Olmo	pinilla-del-olmo	CL	SO	42029	41.3179	-2.5944	4
42214	Villasayas	villasayas	CL	SO	42029	41.3529	-2.6101	4
42214	Fuentegelmes	fuentegelmes	CL	SO	42029	41.3637	-2.6591	4
42216	Ontalvilla De Almazan	ontalvilla-de-almazan	CL	SO	42123	41.3904	-2.4887	3
42216	Centenera Del Campo	centenera-del-campo	CL	SO	42123	41.4034	-2.501	4
42216	Adradas	adradas	CL	SO	42123	41.351	-2.4737	4
42216	La Miñosa	la-minosa	CL	SO	42123	41.3904	-2.4887	3
42216	Torremediana	torremediana	CL	SO	42123	41.3908	-2.5118	4
42216	Coscurita	coscurita	CL	SO	42123	41.4348	-2.4757	4
42216	Bordeje	bordeje	CL	SO	42123	41.4491	-2.5051	4
42216	Señuela	senuela	CL	SO	42123	41.3806	-2.442	4
42216	Taroda	taroda	CL	SO	42123	41.348	-2.4332	4
42216	Sauquillo Del Campo	sauquillo-del-campo	CL	SO	42123	41.3823	-2.4745	4
42216	Frechilla De Almazan	frechilla-de-almazan	CL	SO	42123	41.4266	-2.5144	4
42216	Jodra De Cardos	jodra-de-cardos	CL	SO	42123	41.337	-2.5558	4
42218	Viana De Duero	viana-de-duero	CL	SO	42038	41.5341	-2.461	4
42218	La Milana	la-milana	CL	SO	42038	41.4978	-2.4782	4
42218	Valdespina	valdespina	CL	SO	42038	41.5796	-2.441	4
42218	Alparrache	alparrache	CL	SO	42038	41.5704	-2.3526	4
42218	Nepas	nepas	CL	SO	42038	41.5264	-2.3987	4
42218	Moñux	monux	CL	SO	42038	41.5132	-2.4376	4
42218	Perdices	perdices	CL	SO	42038	41.4816	-2.4554	4
42218	Borjabad	borjabad	CL	SO	42038	41.5524	-2.3663	4
42218	Sauquillo De Boñices	sauquillo-de-bonices	CL	SO	42038	41.5837	-2.3386	4
42218	Baniel	baniel	CL	SO	42038	41.5263	-2.4904	4
42218	Boñices	bonices	CL	SO	42038	41.5837	-2.3386	4
42220	Valtueña	valtuena	CL	SO	42119	41.4149	-2.2533	4
42220	Fuentelmonge	fuentelmonge	CL	SO	42119	41.4381	-2.2177	3
42220	Cañamaque	canamaque	CL	SO	42119	41.4445	-2.2379	4
42220	Torlengua	torlengua	CL	SO	42119	41.4548	-2.1618	4
42222	Chercoles	chercoles	CL	SO	42018	41.3714	-2.3009	4
42222	Puebla De Eca	puebla-de-eca	CL	SO	42018	41.3618	-2.3378	4
42223	Soliedra	soliedra	CL	SO	42123	41.4693	-2.3816	4
42223	Bujarrapian (Borchicayada) (Granja)	bujarrapian-borchicayada-granja	CL	SO	42123	41.4475	-2.4115	4
42223	Villalba	villalba	CL	SO	42123	41.4612	-2.4828	4
42223	Nolay	nolay	CL	SO	42123	41.5272	-2.3506	4
42223	Moron De Almazan	moron-de-almazan	CL	SO	42123	41.4136	-2.4132	4
42223	Escobosa De Almazan	escobosa-de-almazan	CL	SO	42123	41.4863	-2.3714	4
42223	Borchicayada	borchicayada	CL	SO	42123	41.4475	-2.4115	4
42223	Neguillas	neguillas	CL	SO	42123	41.4624	-2.4295	4
42225	Alentisque	alentisque	CL	SO	42108	41.4206	-2.3319	4
42225	Majan	majan	CL	SO	42108	41.4689	-2.3027	4
42225	Velilla De Los Ajos	velilla-de-los-ajos	CL	SO	42108	41.4906	-2.2558	4
42225	Cabanillas	cabanillas	CL	SO	42108	41.3937	-2.3765	4
42225	Momblona	momblona	CL	SO	42108	41.4442	-2.3466	4
42230	Azcamellas	azcamellas	CL	SO	42115	41.1316	-2.4181	4
42230	Ventosa Del Ducado	ventosa-del-ducado	CL	SO	42115	41.1689	-2.5643	4
42230	Conquezuela	conquezuela	CL	SO	42115	41.2	-2.5833	4
42230	Benamira	benamira	CL	SO	42115	41.0931	-2.423	4
42230	Ambrona	ambrona	CL	SO	42115	41.1657	-2.5084	4
42230	Miño De Medinaceli	mino-de-medinaceli	CL	SO	42115	41.1524	-2.4896	3
42230	Fuencaliente De Medinaceli	fuencaliente-de-medinaceli	CL	SO	42115	41.1359	-2.4585	4
42230	Esteras De Medinaceli	esteras-de-medinaceli	CL	SO	42115	41.107	-2.4446	4
42230	Yelo	yelo	CL	SO	42115	41.2167	-2.5167	4
42230	Torralba Del Moral O Medina	torralba-del-moral-o-medina	CL	SO	42115	41.1524	-2.4896	3
42240	Layna	layna	CL	SO	42113	41.0991	-2.3044	4
42240	Arbujuelo	arbujuelo	CL	SO	42113	41.1316	-2.3792	4
42240	Salinas De Medinaceli	salinas-de-medinaceli	CL	SO	42113	41.1548	-2.4103	4
42240	Ures De Medina	ures-de-medina	CL	SO	42113	41.1267	-2.3323	4
42240	Medinaceli	medinaceli	CL	SO	42113	41.1722	-2.4348	4
42248	Beltejar	beltejar	CL	SO	42113	41.2235	-2.4649	4
42248	Blocona	blocona	CL	SO	42113	41.2296	-2.4478	4
42248	Lodares De Medinaceli	lodares-de-medinaceli	CL	SO	42113	41.1904	-2.4006	4
42250	Arcos De Jalon	arcos-de-jalon	CL	SO	42025	41.2159	-2.2747	4
42257	Somaen	somaen	CL	SO	42025	41.1935	-2.3145	4
42257	Jubera	jubera	CL	SO	42025	41.2012	-2.3675	4
42257	Rio Blanco	rio-blanco	CL	SO	42025	41.187	-2.3409	3
42257	Velilla De Medinaceli	velilla-de-medinaceli	CL	SO	42025	41.1662	-2.3406	4
42258	Utrilla	utrilla	CL	SO	42018	41.2903	-2.3207	4
42258	Almaluez	almaluez	CL	SO	42018	41.2893	-2.2687	4
42258	Aguaviva De La Vega	aguaviva-de-la-vega	CL	SO	42018	41.2931	-2.3818	4
42259	Chaorna	chaorna	CL	SO	42025	41.1466	-2.2328	4
42259	Judes	judes	CL	SO	42025	41.1268	-2.1771	4
42259	Montuenga De Soria	montuenga-de-soria	CL	SO	42025	41.2247	-2.2123	4
42259	Sagides	sagides	CL	SO	42025	41.1497	-2.2775	4
42259	Aguilar De Montuenga	aguilar-de-montuenga	CL	SO	42025	41.2188	-2.2325	4
42260	Santa Maria De Huerta	santa-maria-de-huerta	CL	SO	42167	41.2667	-2.1667	4
42269	Monteagudo De Las Vicarias	monteagudo-de-las-vicarias	CL	SO	50259	41.3648	-2.1696	4
42269	Iruecha	iruecha	CL	SO	50259	41.1078	-2.0922	4
42290	Lubia	lubia	CL	SO	42071	41.65	-2.5064	4
42290	Navalcaballo	navalcaballo	CL	SO	42071	41.6828	-2.5318	4
42290	Villabuena	villabuena	CL	SO	42071	41.7174	-2.6301	4
42290	Camparañon	camparanon	CL	SO	42071	41.7058	-2.5796	4
42291	Ventosa De Fuentepinilla	ventosa-de-fuentepinilla	CL	SO	42144	41.6184	-2.7236	4
42291	Los Llamosos	los-llamosos	CL	SO	42144	41.6575	-2.5828	4
42291	La Seca	la-seca	CL	SO	42144	41.597	-2.7102	4
42291	Quintana Redonda	quintana-redonda	CL	SO	42144	41.639	-2.6145	4
42291	Osonilla	osonilla	CL	SO	42144	41.605	-2.6723	4
42291	Fuentelaldea	fuentelaldea	CL	SO	42144	41.6352	-2.6753	3
42291	Las Cuevas De Soria	las-cuevas-de-soria	CL	SO	42144	41.6783	-2.6317	4
42291	Revilla De Calatañazor	revilla-de-calatanazor	CL	SO	42144	41.6496	-2.7274	4
42291	La Barbolla	la-barbolla	CL	SO	42144	41.6368	-2.7397	4
42291	El Monasterio	el-monasterio	CL	SO	42144	41.6352	-2.6753	3
42291	Izana	izana	CL	SO	42144	41.6352	-2.6753	3
42294	Fuentepinilla	fuentepinilla	CL	SO	42090	41.5668	-2.7629	4
42294	Tardelcuende	tardelcuende	CL	SO	42090	41.594	-2.6444	4
42294	Valderrodilla	valderrodilla	CL	SO	42090	41.5635	-2.8078	4
42294	La Muela	la-muela	CL	SO	42090	41.6291	-2.7784	4
42294	Torreandaluz	torreandaluz	CL	SO	42090	41.5856	-2.8295	4
42294	Fuentelarbol	fuentelarbol	CL	SO	42090	41.6032	-2.773	4
42294	Osona	osona	CL	SO	42090	41.5751	-2.7273	4
42294	Valderrueda	valderrueda	CL	SO	42090	41.545	-2.7717	4
42294	Cascajosa	cascajosa	CL	SO	42090	41.5853	-2.6798	4
42300	El Burgo De Osma	el-burgo-de-osma	CL	SO	42043	41.5862	-3.0652	4
42310	La Rasa	la-rasa	CL	SO	42043	41.5376	-3.1051	4
42311	Vilde	vilde	CL	SO	42053	41.4952	-3.0533	4
42311	Fresno De Caracena	fresno-de-caracena	CL	SO	42053	41.4525	-3.0912	4
42311	Villanueva De Gormaz	villanueva-de-gormaz	CL	SO	42053	41.4674	-3.0622	4
42311	Navapalos	navapalos	CL	SO	42053	41.5028	-3.0987	4
42311	Caracena	caracena	CL	SO	42053	41.3832	-3.0915	4
42311	Carrascosa De Abajo	carrascosa-de-abajo	CL	SO	42053	41.4234	-3.0896	4
42313	Valdenebro	valdenebro	CL	SO	42145	41.5717	-2.9642	4
42313	Quintanas De Gormaz	quintanas-de-gormaz	CL	SO	42145	41.5093	-2.9763	4
42313	El Enebral	el-enebral	CL	SO	42145	41.5274	-3.0041	3
42313	Recuerda	recuerda	CL	SO	42145	41.4741	-2.9946	4
42313	Lodares De Osma	lodares-de-osma	CL	SO	42145	41.57	-3.0107	4
42313	La Olmeda	la-olmeda	CL	SO	42145	41.5468	-3.074	4
42313	Gormaz	gormaz	CL	SO	42145	41.4923	-3.005	4
42315	Peralejo De Los Escuderos	peralejo-de-los-escuderos	CL	SO	42120	41.2991	-3.1031	4
42315	Nograles	nograles	CL	SO	42120	41.4003	-3.0007	4
42315	Cañicera	canicera	CL	SO	42120	41.3406	-3.1071	4
42315	Losana	losana	CL	SO	42120	41.3056	-3.0868	4
42315	La Perera	la-perera	CL	SO	42120	41.4076	-3.0318	4
42315	Madruedano	madruedano	CL	SO	42120	41.3735	-3.0307	4
42315	Tarancueña	tarancuena	CL	SO	42120	41.3381	-3.0592	4
42315	Retortillo De Soria	retortillo-de-soria	CL	SO	42120	41.3109	-2.9823	4
42315	Castro	castro	CL	SO	42120	41.3003	-3.0343	4
42315	Sauquillo De Paredes	sauquillo-de-paredes	CL	SO	42120	41.3676	-2.977	4
42315	Mosarejos	mosarejos	CL	SO	42120	41.4316	-3.0225	4
42315	Galapagares	galapagares	CL	SO	42120	41.4272	-2.997	4
42315	Valvenedizo	valvenedizo	CL	SO	42120	41.3038	-3.0596	4
42315	Modamio	modamio	CL	SO	42120	41.3676	-2.9993	4
42315	Torrevicente	torrevicente	CL	SO	42120	41.3349	-2.948	4
42317	Fuentecantales	fuentecantales	CL	SO	42178	41.7181	-2.9893	4
42317	Ucero	ucero	CL	SO	42178	41.7168	-3.0515	4
42317	Aylagas	aylagas	CL	SO	42178	41.7229	-3.0109	4
42317	Valdeavellano De Ucero	valdeavellano-de-ucero	CL	SO	42178	41.7071	-3.0261	4
42318	Barcebal	barcebal	CL	SO	42043	41.6429	-3.0072	4
42318	Valdelubiel	valdelubiel	CL	SO	42043	41.6399	-3.05	4
42318	Osma	osma	CL	SO	42043	41.5838	-3.0823	4
42318	Valdemaluque	valdemaluque	CL	SO	42043	41.6738	-3.0464	4
42318	Valdelinares	valdelinares	CL	SO	42043	41.6927	-3.0566	4
42318	Sotos Del Burgo	sotos-del-burgo	CL	SO	42043	41.6572	-3.0614	4
42318	Barcebalejo	barcebalejo	CL	SO	42043	41.6269	-3.0517	4
42320	Langa De Duero	langa-de-duero	CL	SO	42103	41.6098	-3.4006	4
42320	Velilla De San Esteban	velilla-de-san-esteban	CL	SO	42103	41.5913	-3.3039	4
42320	Rejas De San Esteban	rejas-de-san-esteban	CL	SO	42103	41.622	-3.2634	4
42320	Alcozar	alcozar	CL	SO	42103	41.6178	-3.3258	4
42328	Castillejo De Robledo	castillejo-de-robledo	CL	SO	42103	41.5587	-3.4969	4
42328	Valdanzuelo	valdanzuelo	CL	SO	42103	41.5158	-3.3976	4
42328	Valdanzo	valdanzo	CL	SO	42103	41.5536	-3.4018	4
42328	Miño De San Esteban	mino-de-san-esteban	CL	SO	42103	41.5358	-3.3458	4
42329	Bocigas De Perales	bocigas-de-perales	CL	SO	42103	41.6635	-3.3618	4
42329	Zayas De Torre	zayas-de-torre	CL	SO	42103	41.6681	-3.3195	4
42330	San Esteban De Gormaz	san-esteban-de-gormaz	CL	SO	42162	41.5744	-3.2042	4
42340	Morcuera	morcuera	CL	SO	42162	41.4647	-3.2166	4
42341	Hoz De Arriba	hoz-de-arriba	CL	SO	42105	41.3878	-3.1384	4
42341	Montejo De Tiermes	montejo-de-tiermes	CL	SO	42105	41.3684	-3.2002	4
42341	Hoz De Abajo	hoz-de-abajo	CL	SO	42105	41.3979	-3.1281	4
42341	Liceras	liceras	CL	SO	42105	41.3794	-3.2437	4
42341	Noviales	noviales	CL	SO	42105	41.354	-3.2483	4
42342	Torremocha De Ayllon	torremocha-de-ayllon	CL	SO	42162	41.4461	-3.2513	4
42342	Torraño	torrano	CL	SO	42162	41.4316	-3.3256	4
42342	Cuevas De Ayllon	cuevas-de-ayllon	CL	SO	42162	41.3896	-3.3101	4
42342	Piquera De San Esteban	piquera-de-san-esteban	CL	SO	42162	41.508	-3.2581	4
42342	Fuentecambron	fuentecambron	CL	SO	42162	41.5058	-3.3287	4
42342	Ligos	ligos	CL	SO	42162	41.4085	-3.3171	4
42342	Cenegro	cenegro	CL	SO	42162	41.4998	-3.3566	4
42344	Torresuso	torresuso	CL	SO	42120	41.3623	-3.1834	4
42344	Tiermes	tiermes	CL	SO	42120	41.3447	-3.1713	3
42344	Valderroman	valderroman	CL	SO	42120	41.3557	-3.1261	4
42344	Carrascosa De Arriba	carrascosa-de-arriba	CL	SO	42120	41.3588	-3.1399	4
42344	Pedro	pedro	CL	SO	42120	41.3168	-3.1933	4
42344	Rebollosa De Pedro	rebollosa-de-pedro	CL	SO	42120	41.33	-3.2136	4
42345	Olmillos	olmillos	CL	SO	42162	41.5322	-3.1573	4
42345	Atauta	atauta	CL	SO	42162	41.5305	-3.2121	4
42345	Quintanas Rubias De Abajo	quintanas-rubias-de-abajo	CL	SO	42162	41.4486	-3.1619	4
42345	Ines	ines	CL	SO	42162	41.5038	-3.147	4
42345	Quintanas Rubias De Arriba	quintanas-rubias-de-arriba	CL	SO	42162	41.4356	-3.1526	4
42345	Peñalba De San Esteban	penalba-de-san-esteban	CL	SO	42162	41.5373	-3.261	4
42345	Aldea De San Esteban	aldea-de-san-esteban	CL	SO	42162	41.5602	-3.2642	4
42345	Soto De San Esteban	soto-de-san-esteban	CL	SO	42162	41.5817	-3.2813	4
42350	Valdegrulla	valdegrulla	CL	SO		41.6525	-3.1285	4
42351	Zayas De Bascones	zayas-de-bascones	CL	SO	42007	41.6846	-3.2702	4
42351	Berzosa	berzosa	CL	SO	42007	41.6596	-3.1608	4
42351	Alcoba De La Torre	alcoba-de-la-torre	CL	SO	42007	41.7192	-3.3438	4
42351	Matanza De Soria	matanza-de-soria	CL	SO	42007	41.6354	-3.2125	4
42351	Alcubilla De Avellaneda	alcubilla-de-avellaneda	CL	SO	42007	41.7259	-3.3047	4
42351	Zayuelas	zayuelas	CL	SO	42007	41.6954	-3.2258	4
42351	Villalvaro	villalvaro	CL	SO	42007	41.6609	-3.2162	4
42351	Quintanilla De Tres Barrios	quintanilla-de-tres-barrios	CL	SO	42007	41.5946	-3.1673	4
42360	Berlanga De Duero	berlanga-de-duero	CL	SO	42035	41.4656	-2.8615	4
42365	Andaluz	andaluz	CL	SO		41.52	-2.8093	4
42365	Fuentetovar	fuentetovar	CL	SO		41.5282	-2.8289	3
42365	Tajueco	tajueco	CL	SO		41.5364	-2.8484	4
42366	Valverde De Los Ajos	valverde-de-los-ajos	CL	SO	42177	41.5607	-2.8652	4
42366	Aguilera	aguilera	CL	SO	42177	41.4828	-2.8913	4
42366	Bayubas De Abajo	bayubas-de-abajo	CL	SO	42177	41.5275	-2.8959	4
42366	Morales	morales	CL	SO	42177	41.4763	-2.9363	4
42366	Hortezuela	hortezuela	CL	SO	42177	41.4948	-2.8702	4
42366	Bayubas De Arriba	bayubas-de-arriba	CL	SO	42177	41.5575	-2.8873	4
42367	Caltojar	caltojar	CL	SO	42048	41.4023	-2.7644	4
42367	Casillas De Berlanga	casillas-de-berlanga	CL	SO	42048	41.4294	-2.7964	4
42367	Bordecorex	bordecorex	CL	SO	42048	41.3782	-2.7247	4
42367	Ciruela	ciruela	CL	SO	42048	41.4423	-2.8202	4
42368	Rello	rello	CL	SO	42031	41.333	-2.7492	4
42368	La Riba De Escalote	la-riba-de-escalote	CL	SO	42031	41.3518	-2.7963	4
42368	Abanco	abanco	CL	SO	42031	41.3814	-2.9509	4
42368	Alalo	alalo	CL	SO	42031	41.3742	-2.9101	4
42368	Brias	brias	CL	SO	42031	41.3988	-2.9524	4
42368	Barcones	barcones	CL	SO	42031	41.2915	-2.8163	4
42368	Paones	paones	CL	SO	42031	41.4205	-2.8891	4
42368	Lumias	lumias	CL	SO	42031	41.3486	-2.8941	4
42368	Arenillas	arenillas	CL	SO	42031	41.3471	-2.8462	4
42391	Alcubilla Del Marques	alcubilla-del-marques	CL	SO	42162	41.5675	-3.1348	4
42391	Pedraja De San Esteban	pedraja-de-san-esteban	CL	SO	42162	41.5496	-3.1469	4
47001	Valladolid	valladolid	CL	VA	47186	41.6552	-4.7237	4
47002	Valladolid	valladolid	CL	VA	47186	41.6552	-4.7237	4
47003	Valladolid	valladolid	CL	VA	47186	41.6552	-4.7237	4
47004	Valladolid	valladolid	CL	VA	47186	41.6552	-4.7237	4
47005	Valladolid	valladolid	CL	VA	47186	41.6552	-4.7237	4
47006	Valladolid	valladolid	CL	VA	47186	41.6552	-4.7237	4
47007	Valladolid	valladolid	CL	VA	47186	41.6552	-4.7237	4
47008	Valladolid	valladolid	CL	VA	47186	41.6552	-4.7237	4
47009	Valladolid	valladolid	CL	VA	47186	41.6552	-4.7237	4
47010	Valladolid	valladolid	CL	VA	47186	41.6552	-4.7237	4
47011	Valladolid	valladolid	CL	VA	47186	41.6552	-4.7237	4
47012	Valladolid	valladolid	CL	VA	47186	41.6552	-4.7237	4
47013	Valladolid	valladolid	CL	VA	47186	41.6552	-4.7237	4
47014	Valladolid	valladolid	CL	VA	47186	41.6552	-4.7237	4
47015	Valladolid	valladolid	CL	VA	47186	41.6552	-4.7237	4
47016	Valladolid	valladolid	CL	VA	47186	41.6552	-4.7237	4
47017	Valladolid	valladolid	CL	VA	47186	41.6552	-4.7237	4
47018	Valladolid	valladolid	CL	VA	47186	41.6552	-4.7237	4
47070	Valladolid	valladolid	CL	VA		41.6552	-4.7237	4
47071	Valladolid	valladolid	CL	VA		41.6552	-4.7237	4
47080	Valladolid	valladolid	CL	VA		41.6552	-4.7237	4
47100	Tordesillas	tordesillas	CL	VA	47165	41.502	-5.0015	4
47110	Casasola De Arion	casasola-de-arion	CL	VA	47036	41.5783	-5.2408	4
47111	Villalar De Los Comuneros	villalar-de-los-comuneros	CL	VA	47210	41.5497	-5.1381	4
47112	Pedrosa Del Rey	pedrosa-del-rey	CL	VA	47113	41.5562	-5.2047	4
47113	Villavieja Del Cerro	villavieja-del-cerro	CL	VA	47213	41.533	-5.0372	4
47113	Villalbarba	villalbarba	CL	VA	47213	41.6039	-5.2128	4
47114	Torrecilla De La Abadesa	torrecilla-de-la-abadesa	CL	VA	47083	41.485	-5.0876	4
47114	Velilla	velilla	CL	VA	47083	41.5592	-5.0045	4
47114	Matilla De Los Caños	matilla-de-los-canos	CL	VA	47083	41.5482	-4.9676	4
47115	Bercero	bercero	CL	VA	47017	41.564	-5.0558	4
47115	Berceruelo	berceruelo	CL	VA	47017	41.5803	-5.0327	4
47116	Pollos	pollos	CL	VA	47121	41.4441	-5.1249	4
47120	Mota Del Marques	mota-del-marques	CL	VA	47097	41.6325	-5.1768	4
47129	Barruelo Del Valle	barruelo-del-valle	CL	VA	47001	41.6692	-5.0883	3
47129	San Cebrian De Mazote	san-cebrian-de-mazote	CL	VA	47001	41.6802	-5.1485	4
47129	Adalia	adalia	CL	VA	47001	41.6489	-5.1211	4
47129	Torrecilla De La Torre	torrecilla-de-la-torre	CL	VA	47001	41.6672	-5.0498	4
47129	San Pelayo	san-pelayo	CL	VA	47001	41.6803	-5.034	4
47130	Simancas	simancas	CL	VA	47161	41.5907	-4.828	4
47131	Geria	geria	CL	VA	47191	41.5787	-4.8766	4
47131	Ventas De Geria	ventas-de-geria	CL	VA	47191	41.5589	-4.8717	4
47131	Velliza	velliza	CL	VA	47191	41.5792	-4.9465	4
47131	Villan De Tordesillas	villan-de-tordesillas	CL	VA	47191	41.5931	-4.9221	4
47131	Robladillo	robladillo	CL	VA	47191	41.6084	-4.9099	4
47132	Pedroso De La Abadesa	pedroso-de-la-abadesa	CL	VA	47146	41.5532	-4.9366	4
47132	Villamarciel	villamarciel	CL	VA	47146	41.5313	-4.884	4
47132	San Miguel Del Pino	san-miguel-del-pino	CL	VA	47146	41.5094	-4.9115	4
47133	Marzales	marzales	CL	VA	47081	41.5864	-5.1345	4
47133	Vega De Valdetronco	vega-de-valdetronco	CL	VA	47081	41.5936	-5.1132	4
47134	Torrelobaton	torrelobaton	CL	VA	47225	41.6494	-5.0253	4
47134	Gallegos De Hornija	gallegos-de-hornija	CL	VA	47225	41.6098	-5.0977	4
47134	Villasexmir	villasexmir	CL	VA	47225	41.6394	-5.0647	4
47134	San Salvador	san-salvador	CL	VA	47225	41.6206	-5.0871	4
47140	Laguna De Duero	laguna-de-duero	CL	VA	47186	41.5815	-4.7233	4
47150	Viana De Cega	viana-de-cega	CL	VA	47193	41.5293	-4.7524	4
47151	Boecillo	boecillo	CL	VA	47023	41.5409	-4.6994	4
47152	Puente Duero	puente-duero	CL	VA	47186	41.5541	-4.7922	4
47152	Valladolid	valladolid	CL	VA	47186	41.5541	-4.7922	3
47153	Valladolid	valladolid	CL	VA	47186	41.6552	-4.7237	4
47153	El Pinar	el-pinar	CL	VA	47186	41.5855	-4.7546	4
47153	El Pinar De Antequera	el-pinar-de-antequera	CL	VA	47186	41.6203	-4.7392	3
47155	Santovenia De Pisuerga	santovenia-de-pisuerga	CL	VA	47155	41.6946	-4.6903	4
47160	Portillo	portillo	CL	VA	47122	41.4787	-4.5897	4
47160	Aldea De San Miguel	aldea-de-san-miguel	CL	VA	47122	41.461	-4.6158	4
47160	Arrabal De Portillo	arrabal-de-portillo	CL	VA	47122	41.4745	-4.595	4
47161	Herrera De Duero	herrera-de-duero	CL	VA	47175	41.5641	-4.654	4
47162	Aldeamayor De San Martin	aldeamayor-de-san-martin	CL	VA	47007	41.5126	-4.6395	4
47164	San Miguel Del Arroyo	san-miguel-del-arroyo	CL	VA	47145	41.4433	-4.4599	4
47164	Santiago Del Arroyo	santiago-del-arroyo	CL	VA	47145	41.4513	-4.5191	4
47165	Camporredondo	camporredondo	CL	VA	47032	41.4733	-4.505	4
47166	Viloria	viloria	CL	VA	47194	41.446	-4.3836	4
47169	Otero, El (Urbanizacion)	otero-el-urbanizacion	CL	VA	47007	41.4783	-4.5513	1
47169	La Corala	la-corala	CL	VA	47007	41.4783	-4.5513	1
47170	Renedo De Esgueva	renedo-de-esgueva	CL	VA	47133	41.6542	-4.6283	4
47171	Castronuevo De Esgueva	castronuevo-de-esgueva	CL	VA	47044	41.6818	-4.5887	4
47172	Villarmentero De Esgueva	villarmentero-de-esgueva	CL	VA	47224	41.6852	-4.5464	4
47173	Olmos De Esgueva	olmos-de-esgueva	CL	VA	47105	41.6881	-4.5225	4
47174	Villanueva De Los Infantes	villanueva-de-los-infantes	CL	VA	47221	41.7029	-4.4831	4
47175	Piña De Esgueva	pina-de-esgueva	CL	VA	47117	41.7284	-4.4282	4
47176	Esguevillas De Esgueva	esguevillas-de-esgueva	CL	VA	47061	41.7502	-4.3806	4
47177	Amusquillo	amusquillo	CL	VA	47009	41.7485	-4.3012	4
47180	Villafuerte	villafuerte	CL	VA	47206	41.7343	-4.3236	4
47181	Villaco	villaco	CL	VA	47200	41.7402	-4.2682	4
47182	Castroverde De Cerrato	castroverde-de-cerrato	CL	VA	47047	41.7561	-4.2215	4
47183	Torre De Esgueva	torre-de-esgueva	CL	VA	47169	41.7682	-4.2	4
47184	Fombellida	fombellida	CL	VA	47062	41.7669	-4.1841	4
47185	Canillas De Esgueva	canillas-de-esgueva	CL	VA	47034	41.7546	-4.125	4
47186	Encinas De Esgueva	encinas-de-esgueva	CL	VA	47092	41.7565	-4.1036	4
47190	Wamba	wamba	CL	VA	47230	41.6752	-4.9175	4
47191	Ciguñuela	cigunuela	CL	VA	47051	41.6406	-4.8569	4
47192	Castrodeza	castrodeza	CL	VA	47041	41.6492	-4.9589	4
47193	La Cisterniga	la-cisterniga	CL	VA	47052	41.6407	-4.7994	1
47194	Mucientes	mucientes	CL	VA	47066	41.7428	-4.7619	4
47194	Fuensaldaña	fuensaldana	CL	VA	47066	41.7062	-4.7655	4
47195	La Flecha	la-flecha	CL	VA	47010	41.6167	-4.7667	4
47195	Arroyo De La Encomienda	arroyo-de-la-encomienda	CL	VA	47010	41.6096	-4.7969	4
47196	La Pedraja De Portillo	la-pedraja-de-portillo	CL	VA	47111	41.4712	-4.6464	4
47197	Valladolid	valladolid	CL	VA	47186	41.6552	-4.7237	4
47200	Valoria La Buena	valoria-la-buena	CL	VA	47184	41.7997	-4.5306	4
47209	San Martin De Valveni	san-martin-de-valveni	CL	VA	47144	41.7534	-4.5672	4
47209	Muedra (Granja)	muedra-granja	CL	VA	47144	41.7534	-4.5672	3
47210	Ataquines	ataquines	CL	VA	47011	41.1825	-4.8032	4
47219	Salvador De Zapardiel	salvador-de-zapardiel	CL	VA	47141	41.1227	-4.8427	4
47219	San Pablo De La Moraleja	san-pablo-de-la-moraleja	CL	VA	47141	41.161	-4.7776	4
47219	Muriel	muriel	CL	VA	47141	41.1227	-4.8427	4
47219	Honcalada	honcalada	CL	VA	47141	41.1535	-4.8516	4
47220	Pozaldez	pozaldez	CL	VA	47124	41.3715	-4.8442	4
47230	Matapozuelos	matapozuelos	CL	VA	47082	41.4142	-4.7912	4
47231	Serrada	serrada	CL	VA	47159	41.4572	-4.8628	4
47232	Ventosa De La Cuesta	ventosa-de-la-cuesta	CL	VA		41.4111	-4.8293	4
47237	Villalba De Adaja	villalba-de-adaja	CL	VA		41.3866	-4.7763	4
47238	Hornillos De Eresma	hornillos-de-eresma	CL	VA	47082	41.3706	-4.6726	3
47238	Alcazaren	alcazaren	CL	VA	47082	41.3706	-4.6726	4
47239	Villanueva De Duero	villanueva-de-duero	CL	VA	47159	41.5195	-4.8667	4
47239	Aniago	aniago	CL	VA	47159	41.535	-4.8555	4
47240	Valdestillas	valdestillas	CL	VA	47182	41.477	-4.7712	4
47250	Mojados	mojados	CL	VA	47090	41.4324	-4.6649	4
47260	Cabezon De Pisuerga	cabezon-de-pisuerga	CL	VA	47027	41.7616	-4.6236	4
47270	Cigales	cigales	CL	VA	47050	41.7578	-4.6985	4
47280	Corcos	corcos	CL	VA	47055	41.8095	-4.6927	4
47281	Aguilarejo	aguilarejo	CL	VA	47055	41.7616	-4.6236	4
47282	Trigueros Del Valle	trigueros-del-valle	CL	VA	47174	41.8305	-4.6518	4
47283	Quintanilla De Trigueros	quintanilla-de-trigueros	CL	VA	47130	41.8545	-4.6593	4
47290	Cubillas De Santa Marta	cubillas-de-santa-marta	CL	VA	47057	41.8336	-4.6146	4
47300	Peñafiel	penafiel	CL	VA	47114	41.6017	-4.1142	4
47310	Campaspero	campaspero	CL	VA	47030	41.4921	-4.1961	4
47311	Canalejas De Peñafiel	canalejas-de-penafiel	CL	VA	47033	41.5251	-4.1155	4
47311	Fompedraza	fompedraza	CL	VA	47033	41.5354	-4.1448	4
47312	Bahabon	bahabon	CL	VA	47012	41.4814	-4.2794	4
47313	Aldealbar	aldealbar	CL	VA	47170	41.4952	-4.3552	4
47313	Torrescarcela	torrescarcela	CL	VA	47170	41.4846	-4.3192	4
47313	Molpeceres	molpeceres	CL	VA	47170	41.5532	-4.1474	4
47313	Aldeyuso	aldeyuso	CL	VA	47170	41.5609	-4.1346	4
47313	Cogeces Del Monte	cogeces-del-monte	CL	VA	47170	41.5103	-4.3172	4
47314	Padilla De Duero	padilla-de-duero	CL	VA	47077	41.6124	-4.1631	4
47314	Langayo	langayo	CL	VA	47077	41.5699	-4.1987	4
47314	Manzanillo	manzanillo	CL	VA	47077	41.5862	-4.1883	4
47315	Pesquera De Duero	pesquera-de-duero	CL	VA	47116	41.6417	-4.1559	4
47316	Roturas	roturas	CL	VA	47059	41.6679	-4.119	4
47316	Curiel De Duero	curiel-de-duero	CL	VA	47059	41.6433	-4.1011	4
47316	Piñel De Arriba	pinel-de-arriba	CL	VA	47059	41.6992	-4.1281	4
47316	Piñel De Abajo	pinel-de-abajo	CL	VA	47059	41.6746	-4.1465	4
47317	Bocos De Duero	bocos-de-duero	CL	VA	47056	41.6234	-4.0705	4
47317	Corrales De Duero	corrales-de-duero	CL	VA	47056	41.672	-4.0482	4
47317	Valdearcos De La Vega	valdearcos-de-la-vega	CL	VA	47056	41.6426	-4.0485	4
47317	San Llorente	san-llorente	CL	VA	47056	41.6863	-4.066	4
47318	Castrillo De Duero	castrillo-de-duero	CL	VA	47038	41.5749	-4.0155	4
47318	Melida	melida	CL	VA	47038	41.5803	-4.0779	4
47318	Olmos De Peñafiel	olmos-de-penafiel	CL	VA	47038	41.5714	-4.0432	4
47319	Rabano	rabano	CL	VA	47131	41.5331	-4.0621	4
47319	Torre De Peñafiel	torre-de-penafiel	CL	VA	47131	41.5365	-4.0883	4
47320	Tudela De Duero	tudela-de-duero	CL	VA	47093	41.5845	-4.5809	4
47320	Montemayor De Pililla	montemayor-de-pililla	CL	VA	47093	41.5087	-4.4574	4
47328	La Parrilla	la-parrilla	CL	VA	47110	41.5363	-4.5336	4
47329	Castrillo-Tejeriego	castrillo-tejeriego	CL	VA	47226	41.7034	-4.3714	4
47329	Villavaquerin	villavaquerin	CL	VA	47226	41.6636	-4.4629	4
47329	Villabañez	villabanez	CL	VA	47226	41.631	-4.5219	4
47330	Traspinedo	traspinedo	CL	VA	47154	41.5751	-4.4757	4
47331	Santibañez De Valcorba	santibanez-de-valcorba	CL	VA	47154	41.5698	-4.4494	4
47340	Sardon De Duero	sardon-de-duero	CL	VA	47157	41.6085	-4.434	4
47350	Quintanilla De Onesimo	quintanilla-de-onesimo	CL	VA	47129	41.6249	-4.3629	4
47359	Vega Sicilia	vega-sicilia	CL	VA	47103	41.6372	-4.3074	3
47359	Olivares De Duero	olivares-de-duero	CL	VA	47103	41.6375	-4.3655	4
47359	Valbuena De Duero	valbuena-de-duero	CL	VA	47103	41.6432	-4.2927	4
47359	San Bernardo	san-bernardo	CL	VA	47103	41.6307	-4.2639	4
47360	Quintanilla De Arriba	quintanilla-de-arriba	CL	VA	47127	41.6197	-4.2177	4
47400	Medina Del Campo	medina-del-campo	CL	VA	47085	41.3124	-4.9141	4
47410	Olmedo	olmedo	CL	VA	47104	41.2871	-4.6888	4
47418	Llano De Olmedo	llano-de-olmedo	CL	VA	47002	41.2673	-4.6139	4
47418	Fuente-Olmedo	fuente-olmedo	CL	VA	47002	41.244	-4.6474	4
47418	Aguasal	aguasal	CL	VA	47002	41.2749	-4.6529	4
47419	Bocigas	bocigas	CL	VA	47126	41.2307	-4.6813	4
47419	Almenara De Adaja	almenara-de-adaja	CL	VA	47126	41.2141	-4.6782	4
47419	Puras	puras	CL	VA	47126	41.1833	-4.65	4
47420	Iscar	iscar	CL	VA	47075	41.3612	-4.5335	4
47430	Pedrajas De San Esteban	pedrajas-de-san-esteban	CL	VA	47112	41.3414	-4.5822	4
47440	Megeces	megeces	CL	VA	47087	41.4083	-4.5617	4
47440	Cogeces De Iscar	cogeces-de-iscar	CL	VA	47087	41.4062	-4.5454	4
47450	Pozal De Gallinas	pozal-de-gallinas	CL	VA	47123	41.3183	-4.8394	4
47451	Calabazas	calabazas	CL	VA	47104	41.3374	-4.7672	4
47452	La Zarza	la-zarza	CL	VA	47232	41.262	-4.7707	4
47453	Ramiro	ramiro	CL	VA	47132	41.2285	-4.7861	4
47454	Moraleja De Las Panadera	moraleja-de-las-panadera	CL	VA	47095	41.2865	-4.7909	1
47460	El Campillo	el-campillo	CL	VA	47031	41.2534	-5.0187	1
47461	Brahojos De Medina	brahojos-de-medina	CL	VA	47025	41.2579	-5.0149	4
47462	Bobadilla Del Campo	bobadilla-del-campo	CL	VA	47020	41.2043	-5.0229	4
47463	Velascalvaro	velascalvaro	CL	VA	47189	41.2303	-4.9724	4
47464	Nueva Villa De Las Torres	nueva-villa-de-las-torres	CL	VA	47102	41.2676	-5.0568	4
47465	Villaverde De Medina	villaverde-de-medina	CL	VA	47228	41.3069	-5.0263	4
47470	Carpio	carpio	CL	VA	47035	41.2133	-5.1091	4
47480	Fresno El Viejo	fresno-el-viejo	CL	VA	47065	41.1975	-5.1441	4
47490	Rueda	rueda	CL	VA	47139	41.4123	-4.9588	4
47491	La Seca	la-seca	CL	VA	47158	41.4136	-4.9055	4
47492	Rodilana	rodilana	CL	VA	47085	41.3706	-4.878	4
47492	Foncastin	foncastin	CL	VA	47085	41.4356	-5.0182	4
47493	Gomeznarro	gomeznarro	CL	VA	47156	41.2504	-4.8432	4
47493	San Vicente Del Palacio	san-vicente-del-palacio	CL	VA	47156	41.219	-4.8516	4
47494	Lomoviejo	lomoviejo	CL	VA	47138	41.1535	-4.8516	4
47494	Cervillego De La Cruz	cervillego-de-la-cruz	CL	VA	47138	41.1878	-4.9497	4
47494	Rubi De Bracamonte	rubi-de-bracamonte	CL	VA	47138	41.2142	-4.9249	4
47494	Fuente El Sol	fuente-el-sol	CL	VA	47138	41.176	-4.9343	4
47500	Nava Del Rey	nava-del-rey	CL	VA	47101	41.3304	-5.081	4
47509	Torrecilla Del Valle	torrecilla-del-valle	CL	VA	47139	41.3721	-5.0124	4
47510	Alaejos	alaejos	CL	VA	47004	41.3073	-5.2157	4
47511	Siete Iglesias De Trabancos	siete-iglesias-de-trabancos	CL	VA	47160	41.3522	-5.1849	4
47512	Castrejon De Trabancos	castrejon-de-trabancos	CL	VA	47037	41.2928	-5.2081	1
47513	Torrecilla De La Orden	torrecilla-de-la-orden	CL	VA	47167	41.2189	-5.2238	4
47520	Castronuño	castronuno	CL	VA	47045	41.3892	-5.2641	4
47529	Villafranca De Duero	villafranca-de-duero	CL	VA	47204	41.4331	-5.3019	4
47530	San Roman De La Hornija	san-roman-de-la-hornija	CL	VA	47150	41.4813	-5.2845	4
47600	Villalon De Campos	villalon-de-campos	CL	VA	47214	42.0999	-5.0344	4
47606	Gaton De Campos	gaton-de-campos	CL	VA	47203	42.0498	-4.9808	4
47606	Villafrades De Campos	villafrades-de-campos	CL	VA	47203	42.0785	-4.9713	4
47607	Villacid De Campos	villacid-de-campos	CL	VA	47073	42.0825	-5.125	4
47607	Herrin De Campos	herrin-de-campos	CL	VA	47073	42.1248	-4.9524	4
47608	Villanueva De La Condesa	villanueva-de-la-condesa	CL	VA	47026	42.1491	-5.0955	4
47608	Bustillo De Chaves	bustillo-de-chaves	CL	VA	47026	42.1311	-5.0917	4
47608	Villagomez La Nueva	villagomez-la-nueva	CL	VA	47026	42.1559	-5.1421	4
47608	Gordaliza De La Loma	gordaliza-de-la-loma	CL	VA	47026	42.1332	-5.1358	4
47609	Villacarralon	villacarralon	CL	VA	47153	42.19	-5.0432	4
47609	Zorita De La Loma	zorita-de-la-loma	CL	VA	47153	42.2383	-5.0225	4
47609	Vega De Ruiponce	vega-de-ruiponce	CL	VA	47153	42.1881	-5.1148	4
47609	Fontihoyuelo	fontihoyuelo	CL	VA	47153	42.1619	-5.0579	4
47609	Santervas De Campos	santervas-de-campos	CL	VA	47153	42.2182	-5.1003	4
47609	Villacreces	villacreces	CL	VA	47153	42.2777	-5.0248	4
47610	Zaratan	zaratan	CL	VA	47231	41.6597	-4.7842	4
47620	Villanubla	villanubla	CL	VA	47217	41.6988	-4.8417	4
47630	La Mudarra	la-mudarra	CL	VA	47099	41.7799	-4.9451	4
47639	Paramo De Matallana	paramo-de-matallana	CL	VA	47212	41.8636	-4.8606	3
47639	Villalba De Los Alcores	villalba-de-los-alcores	CL	VA	47212	41.8636	-4.8606	4
47640	Torozos (Monte)	torozos-monte	CL	VA	47115	41.7116	-4.9833	3
47640	Peñaflor De Hornija	penaflor-de-hornija	CL	VA	47115	41.7116	-4.9833	4
47641	Castromonte	castromonte	CL	VA	47043	41.7735	-5.0391	4
47641	La Santa Espina	la-santa-espina	CL	VA	47043	41.7339	-5.0985	4
47650	Cuenca De Campos	cuenca-de-campos	CL	VA	47058	42.0593	-5.0554	4
47664	Castroponce De Valderaduey	castroponce-de-valderaduey	CL	VA	47046	42.0542	-5.1236	1
47670	La Union De Campos	la-union-de-campos	CL	VA	47015	42.0776	-5.3261	4
47670	Becilla De Valderaduey	becilla-de-valderaduey	CL	VA	47015	42.0991	-5.218	4
47671	Urones De Castroponce	urones-de-castroponce	CL	VA	47177	42.0991	-5.2822	4
47672	Valdunquillo	valdunquillo	CL	VA	47183	42.0423	-5.3134	4
47673	Roales De Campos	roales-de-campos	CL	VA	47128	42.0299	-5.4962	4
47673	Quintanilla Del Molar	quintanilla-del-molar	CL	VA	47128	41.9893	-5.4493	4
47674	Barcial De La Loma	barcial-de-la-loma	CL	VA	47013	41.9514	-5.2835	4
47675	Bolaños De Campos	bolanos-de-campos	CL	VA	47024	42.0068	-5.2843	4
47675	Villalan De Campos	villalan-de-campos	CL	VA	47024	42.0148	-5.2364	4
47676	Villavicencio De Los Caballeros	villavicencio-de-los-caballeros	CL	VA	47229	42.0589	-5.2357	4
47680	Mayorga	mayorga	CL	VA	47084	42.1669	-5.263	4
47686	Melgar De Arriba	melgar-de-arriba	CL	VA	47089	42.2681	-5.0971	4
47687	Melgar De Abajo	melgar-de-abajo	CL	VA	47088	42.2434	-5.1422	4
47688	Monasterio De Vega	monasterio-de-vega	CL	VA	47091	42.2302	-5.181	4
47689	Castrobol	castrobol	CL	VA	47040	42.1372	-5.3142	4
47689	Saelices De Mayorga	saelices-de-mayorga	CL	VA	47040	42.2121	-5.2053	4
47689	Villalba De La Loma	villalba-de-la-loma	CL	VA	47040	42.1747	-5.1902	4
47689	Cabezon De Valderaduey	cabezon-de-valderaduey	CL	VA	47040	42.1679	-5.1589	4
47690	Valverde De Campos	valverde-de-campos	CL	VA	47185	41.8351	-5.0367	4
47691	Moral De La Reina	moral-de-la-reina	CL	VA	47094	41.9861	-5.0721	4
47692	Ceinos De Campos	ceinos-de-campos	CL	VA	47048	42.0328	-5.1501	4
47800	Medina De Rioseco	medina-de-rioseco	CL	VA	47086	41.8833	-5.0441	4
47810	Villafrechos	villafrechos	CL	VA	47205	41.8929	-5.2186	4
47811	Santa Eufemia Del Arroyo	santa-eufemia-del-arroyo	CL	VA	47096	41.8951	-5.2657	4
47811	Villaesper	villaesper	CL	VA	47096	41.875	-5.1485	4
47811	Morales De Campos	morales-de-campos	CL	VA	47096	41.8607	-5.1725	4
47812	Palazuelo De Vedija	palazuelo-de-vedija	CL	VA	47109	41.9297	-5.1453	4
47813	Villanueva De San Mancio	villanueva-de-san-mancio	CL	VA	47019	41.9284	-5.012	4
47813	Berrueces	berrueces	CL	VA	47019	41.9461	-5.0969	4
47814	Aguilar De Campos	aguilar-de-campos	CL	VA	47003	41.9838	-5.1812	4
47814	Villamuriel De Campos	villamuriel-de-campos	CL	VA	47003	41.9469	-5.2072	4
47815	Villabaruz De Campos	villabaruz-de-campos	CL	VA	47196	42.011	-4.9962	4
47815	Tamariz De Campos	tamariz-de-campos	CL	VA	47196	41.9771	-5.0233	4
47816	Valdenebro De Los Valles	valdenebro-de-los-valles	CL	VA	47092	41.8569	-4.97	4
47816	Montealegre De Campos	montealegre-de-campos	CL	VA	47092	41.8819	-4.958	3
47816	Palacios De Campos	palacios-de-campos	CL	VA	47092	41.9069	-4.946	4
47820	Villabragima	villabragima	CL	VA	47197	41.8218	-5.1155	4
47830	Tordehumos	tordehumos	CL	VA	47164	41.8153	-5.1581	4
47831	Pozuelo De La Orden	pozuelo-de-la-orden	CL	VA	47125	41.8214	-5.2589	4
47832	Cabreros Del Monte	cabreros-del-monte	CL	VA	47029	41.8491	-5.2702	4
47840	Villagarcia De Campos	villagarcia-de-campos	CL	VA	47207	41.7803	-5.1924	4
47850	Villanueva De Los Caballeros	villanueva-de-los-caballeros	CL	VA	47220	41.7592	-5.2479	4
47851	San Pedro De Latarce	san-pedro-de-latarce	CL	VA	47148	41.7356	-5.3259	4
47860	Villardefrades	villardefrades	CL	VA	47223	41.7236	-5.2551	4
47862	Urueña	uruena	CL	VA	47178	41.7274	-5.203	4
47870	Tiedra	tiedra	CL	VA	47163	41.6524	-5.2669	4
47880	Benafarces	benafarces	CL	VA	47016	41.6213	-5.2929	4
47881	Pobladura De Sotiedra	pobladura-de-sotiedra	CL	VA		41.6532	-5.2839	4
47882	Castromembibre	castromembibre	CL	VA	47042	41.6725	-5.3047	4
47883	Villavellid	villavellid	CL	VA	47227	41.6922	-5.2763	4
49001	Zamora	zamora	CL	ZA	49275	41.5063	-5.7446	4
49002	Zamora	zamora	CL	ZA	49275	41.5063	-5.7446	4
49003	Zamora	zamora	CL	ZA	49275	41.5063	-5.7446	4
49004	Zamora	zamora	CL	ZA	49275	41.5063	-5.7446	4
49005	Zamora	zamora	CL	ZA	49275	41.5063	-5.7446	4
49006	Zamora	zamora	CL	ZA	49275	41.5063	-5.7446	4
49007	Zamora	zamora	CL	ZA	49275	41.5063	-5.7446	4
49008	Zamora	zamora	CL	ZA	49275	41.5063	-5.7446	4
49009	Zamora	zamora	CL	ZA	49275	41.5063	-5.7446	4
49010	Zamora	zamora	CL	ZA	49275	41.5063	-5.7446	4
49011	Zamora	zamora	CL	ZA	49275	41.5063	-5.7446	4
49012	Zamora	zamora	CL	ZA	49275	41.5063	-5.7446	4
49013	Zamora	zamora	CL	ZA	49275	41.5063	-5.7446	4
49014	Zamora	zamora	CL	ZA	49275	41.5063	-5.7446	4
49015	Zamora	zamora	CL	ZA	49275	41.5063	-5.7446	4
49016	Zamora	zamora	CL	ZA	49275	41.5063	-5.7446	4
49017	Zamora	zamora	CL	ZA	49275	41.5063	-5.7446	4
49018	Zamora	zamora	CL	ZA	49275	41.5063	-5.7446	4
49019	Zamora	zamora	CL	ZA	49275	41.5063	-5.7446	4
49020	Zamora	zamora	CL	ZA	49275	41.5063	-5.7446	4
49021	Zamora	zamora	CL	ZA	49275	41.5063	-5.7446	4
49022	Zamora	zamora	CL	ZA	49275	41.5063	-5.7446	4
49023	Zamora	zamora	CL	ZA	49275	41.5063	-5.7446	4
49024	Zamora	zamora	CL	ZA	49275	41.5063	-5.7446	4
49025	Zamora	zamora	CL	ZA	49275	41.5063	-5.7446	4
49026	Zamora	zamora	CL	ZA	49275	41.5063	-5.7446	4
49027	Carrascal	carrascal	CL	ZA	49275	41.4848	-5.8121	4
49027	Zamora	zamora	CL	ZA	49275	41.5063	-5.7446	4
49028	Zamora	zamora	CL	ZA	49275	41.5063	-5.7446	4
49029	Zamora	zamora	CL	ZA	49275	41.5063	-5.7446	4
49030	Zamora	zamora	CL	ZA	49275	41.5063	-5.7446	4
49031	Zamora	zamora	CL	ZA	49275	41.5063	-5.7446	4
49032	Zamora	zamora	CL	ZA	49275	41.5063	-5.7446	4
49070	Zamora	zamora	CL	ZA		41.5063	-5.7446	4
49071	Zamora	zamora	CL	ZA		41.5063	-5.7446	4
49080	Zamora	zamora	CL	ZA		41.5063	-5.7446	4
49100	Villanueva Del Campo	villanueva-del-campo	CL	ZA	49260	41.9849	-5.4066	4
49110	Castroverde De Campos	castroverde-de-campos	CL	ZA	49043	41.9705	-5.3143	4
49120	Molacillos	molacillos	CL	ZA	49119	41.5827	-5.6605	4
49121	Monfarracinos	monfarracinos	CL	ZA	49121	41.5547	-5.7079	4
49122	Torres Del Carrizal	torres-del-carrizal	CL	ZA	49222	41.617	-5.6717	4
49123	Benegiles	benegiles	CL	ZA	49022	41.627	-5.6348	4
49124	Aspariegos	aspariegos	CL	ZA	49016	41.6746	-5.5995	4
49125	Cerecinos Del Carrizal	cerecinos-del-carrizal	CL	ZA	49047	41.6838	-5.653	4
49126	Villalba De La Lampreana	villalba-de-la-lampreana	CL	ZA	49014	41.7433	-5.6409	4
49126	Arquillinos	arquillinos	CL	ZA	49014	41.7099	-5.6571	4
49127	Castronuevo De Los Arcos	castronuevo-de-los-arcos	CL	ZA	49042	41.7001	-5.5419	3
49127	Pobladura De Valderaduey	pobladura-de-valderaduey	CL	ZA	49042	41.7001	-5.5419	4
49128	Cañizo	canizo	CL	ZA	49035	41.7695	-5.502	4
49129	San Martin De Valderaduey	san-martin-de-valderaduey	CL	ZA	49190	41.8141	-5.4725	4
49129	Villardiga	villardiga	CL	ZA	49190	41.8195	-5.4644	4
49130	Manganeses De La Lampreana	manganeses-de-la-lampreana	CL	ZA	49108	41.7509	-5.7105	4
49131	Villamayor De Campos	villamayor-de-campos	CL	ZA	49252	41.8987	-5.3596	4
49132	Villar De Fallaves	villar-de-fallaves	CL	ZA	49263	41.925	-5.3404	4
49133	Vega De Villalobos	vega-de-villalobos	CL	ZA	49232	41.9706	-5.4632	4
49134	Villalobos	villalobos	CL	ZA	49248	41.9457	-5.4752	4
49135	Revellinos	revellinos	CL	ZA	49236	41.8898	-5.5687	4
49135	San Agustin Del Pozo	san-agustin-del-pozo	CL	ZA	49236	41.8861	-5.5935	4
49135	Vidayanes	vidayanes	CL	ZA	49236	41.9101	-5.5742	4
49136	Otero De Sariegos	otero-de-sariegos	CL	ZA	49242	41.8221	-5.6061	4
49136	Villafafila	villafafila	CL	ZA	49242	41.8469	-5.6153	4
49137	Villarrin De Campos	villarrin-de-campos	CL	ZA	49242	41.7952	-5.639	4
49140	Tabara	tabara	CL	ZA	49214	41.8246	-5.9642	4
49141	Faramontanos Tabara	faramontanos-tabara	CL	ZA	49063	41.8347	-5.8888	4
49142	Pajares De La Lampreana	pajares-de-la-lampreana	CL	ZA	49141	41.7155	-5.6935	4
49143	Piedrahita De Castro	piedrahita-de-castro	CL	ZA	49155	41.6809	-5.7289	4
49144	San Cebrian De Castro	san-cebrian-de-castro	CL	ZA	49186	41.7063	-5.756	4
49145	Perilla De Castro	perilla-de-castro	CL	ZA	49153	41.7254	-5.8764	4
49145	San Pedro De Las Cuevas	san-pedro-de-las-cuevas	CL	ZA	49153	41.7086	-5.8596	4
49146	Navianos De Alba	navianos-de-alba	CL	ZA	49138	41.7427	-5.9201	4
49147	Olmillos De Castro	olmillos-de-castro	CL	ZA	49138	41.7318	-5.9679	4
49147	Marquiz De Alba	marquiz-de-alba	CL	ZA	49138	41.7081	-5.9736	4
49148	Santa Eulalia De Tabara	santa-eulalia-de-tabara	CL	ZA	49164	41.8071	-5.8461	4
49148	Moreruela De Tabara	moreruela-de-tabara	CL	ZA	49164	41.7959	-5.8685	4
49148	Pozuelo De Tabara	pozuelo-de-tabara	CL	ZA	49164	41.785	-5.8945	4
49149	Montamarta	montamarta	CL	ZA	49123	41.6472	-5.804	4
49150	Moraleja Del Vino	moraleja-del-vino	CL	ZA	49125	41.4639	-5.6563	4
49151	Casaseca De Las Chanas	casaseca-de-las-chanas	CL	ZA	49010	41.4387	-5.6755	4
49151	Arcenillas	arcenillas	CL	ZA	49010	41.4564	-5.6851	4
49151	Gema	gema	CL	ZA	49010	41.4186	-5.6491	4
49152	Sanzoles	sanzoles	CL	ZA	49210	41.4323	-5.5671	4
49153	Venialbo	venialbo	CL	ZA	49234	41.3896	-5.536	4
49154	El Pego	el-pego	CL	ZA	49146	41.334	-5.4671	4
49155	La Boveda De Toro	la-boveda-de-toro	CL	ZA	49024	41.3444	-5.41	4
49156	Guarrate	guarrate	CL	ZA	49093	41.2899	-5.4422	4
49157	Madridanos	madridanos	CL	ZA	49103	41.4797	-5.6046	4
49157	Bamba	bamba	CL	ZA	49103	41.4602	-5.6214	4
49158	Villalazan	villalazan	CL	ZA	49245	41.4941	-5.5891	4
49159	Villaralbo	villaralbo	CL	ZA	49261	41.4922	-5.6836	4
49159	Zamora	zamora	CL	ZA	49261	41.4922	-5.6836	3
49160	Carbajales De Alba	carbajales-de-alba	CL	ZA	49036	41.6535	-5.9971	4
49161	Losilla	losilla	CL	ZA	49202	41.6862	-5.9522	4
49161	Santa Eufemia	santa-eufemia	CL	ZA	49202	41.6781	-5.8983	4
49162	Palacios Del Pan	palacios-del-pan	CL	ZA	49142	41.6024	-5.8777	4
49162	Andavias	andavias	CL	ZA	49142	41.597	-5.8565	4
49163	Manzanal Del Barco	manzanal-del-barco	CL	ZA	49111	41.635	-5.9467	4
49164	Videmala	videmala	CL	ZA	49135	41.613	-6.0406	4
49164	Cerezal De Aliste	cerezal-de-aliste	CL	ZA	49135	41.5867	-6.0491	4
49165	Ricobayo	ricobayo	CL	ZA	49135	41.5347	-5.9867	4
49165	Villanueva De Los Corchos	villanueva-de-los-corchos	CL	ZA	49135	41.5929	-5.9997	4
49165	Villaflor	villaflor	CL	ZA	49135	41.5802	-5.9915	4
49166	Villalcampo	villalcampo	CL	ZA	49247	41.5223	-6.048	4
49166	Salto De Villalcampo	salto-de-villalcampo	CL	ZA	49247	41.5305	-6.0702	3
49166	Carbajosa	carbajosa	CL	ZA	49247	41.5387	-6.0924	4
49167	Salto De Esla	salto-de-esla	CL	ZA	49135	41.521	-5.9703	3
49167	Muelas Del Pan	muelas-del-pan	CL	ZA	49135	41.521	-5.9703	4
49168	Bermillo De Alba	bermillo-de-alba	CL	ZA		41.6196	-6.0876	4
49170	Tardobispo	tardobispo	CL	ZA	49151	41.4362	-5.7967	4
49171	La Pueblica De Campean	la-pueblica-de-campean	CL	ZA	49152	41.3233	-5.8896	1
49172	Las Enillas	las-enillas	CL	ZA	49152	41.404	-5.836	4
49173	La Tuda	la-tuda	CL	ZA	49152	41.3824	-5.8582	4
49174	Sobradillo De Palomares	sobradillo-de-palomares	CL	ZA	49077	41.3735	-5.8983	4
49174	Mogatar	mogatar	CL	ZA	49077	41.353	-5.9224	4
49176	Tamame	tamame	CL	ZA	49149	41.323	-5.8853	4
49177	Moraleja De Sayago	moraleja-de-sayago	CL	ZA	49126	41.1692	-6.0037	4
49177	Figueruela De Sayago	figueruela-de-sayago	CL	ZA	49126	41.2889	-5.9388	4
49177	Viñuela De Sayago	vinuela-de-sayago	CL	ZA	49126	41.2474	-5.9578	4
49177	Escuadro	escuadro	CL	ZA	49126	41.2351	-5.9668	3
49177	Torremut (Dehesa)	torremut-dehesa	CL	ZA	49126	41.2351	-5.9668	3
49177	Soguino (Finca)	soguino-finca	CL	ZA	49126	41.2351	-5.9668	3
49177	Alfaraz De Sayago	alfaraz-de-sayago	CL	ZA	49126	41.2351	-5.9668	3
49178	Peñausende	penausende	CL	ZA	49149	41.2866	-5.8676	4
49178	Villardiegua Del Sierro	villardiegua-del-sierro	CL	ZA	49149	41.2927	-5.8213	4
49180	Almaraz De Duero	almaraz-de-duero	CL	ZA	49007	41.4751	-5.9165	4
49180	Zamora	zamora	CL	ZA	49007	41.4751	-5.9165	3
49181	Villaseco Del Pan	villaseco-del-pan	CL	ZA	49269	41.5499	-5.913	1
49182	Valdeperdices	valdeperdices	CL	ZA	49194	41.5822	-5.9009	4
49183	Almendra	almendra	CL	ZA	49194	41.5923	-5.9215	4
49183	El Campillo	el-campillo	CL	ZA	49194	41.5923	-5.9215	3
49190	Morales Del Vino	morales-del-vino	CL	ZA	49127	41.4474	-5.7307	4
49191	Peleas De Abajo	peleas-de-abajo	CL	ZA	49044	41.3926	-5.6897	4
49191	Jambrina	jambrina	CL	ZA	49044	41.392	-5.6641	4
49191	Cazurra	cazurra	CL	ZA	49044	41.4158	-5.7045	4
49191	Pontejos	pontejos	CL	ZA	49044	41.4354	-5.7037	4
49192	Roales	roales	CL	ZA	49095	41.5517	-5.7721	4
49192	Valcabado	valcabado	CL	ZA	49095	41.5486	-5.7492	4
49192	La Hiniesta	la-hiniesta	CL	ZA	49095	41.5524	-5.7988	4
49200	Bermillo De Sayago	bermillo-de-sayago	CL	ZA	49023	41.3665	-6.1122	4
49210	Almeida De Sayago	almeida-de-sayago	CL	ZA	49008	41.2665	-6.0735	4
49211	Salce	salce	CL	ZA	49023	41.27	-6.2188	4
49211	Roelos De Sayago	roelos-de-sayago	CL	ZA	49023	41.2526	-6.1713	4
49211	Carbellino	carbellino	CL	ZA	49023	41.2298	-6.149	4
49211	Villamor De Cadozos	villamor-de-cadozos	CL	ZA	49023	41.3176	-6.1118	4
49212	Muga De Sayago	muga-de-sayago	CL	ZA	49136	41.3878	-6.1978	4
49213	Fariza	fariza	CL	ZA	49064	41.4167	-6.2667	4
49213	Mamoles	mamoles	CL	ZA	49064	41.4024	-6.3068	4
49213	Palazuelo De Sayago	palazuelo-de-sayago	CL	ZA	49064	41.3865	-6.2816	4
49214	Badilla	badilla	CL	ZA	49064	41.4501	-6.2525	4
49214	Cozcurrita	cozcurrita	CL	ZA	49064	41.443	-6.2828	4
49214	Tudera	tudera	CL	ZA	49064	41.4167	-6.2107	4
49214	Zafara	zafara	CL	ZA	49064	41.3912	-6.2385	4
49215	Monumenta	monumenta	CL	ZA	49023	41.4372	-6.1625	4
49215	Villamor De La Ladre	villamor-de-la-ladre	CL	ZA	49023	41.4069	-6.161	4
49215	Luelmo	luelmo	CL	ZA	49023	41.4403	-6.1334	4
49216	Torrefrades	torrefrades	CL	ZA	49023	41.3462	-6.0545	4
49216	Piñuel	pinuel	CL	ZA	49023	41.3492	-6.0181	4
49216	Fresno De Sayago	fresno-de-sayago	CL	ZA	49023	41.3185	-5.9713	4
49220	Fermoselle	fermoselle	CL	ZA	49065	41.3174	-6.3958	4
49230	Cibanal	cibanal	CL	ZA	49264	41.3095	-6.3071	4
49230	Formariz	formariz	CL	ZA	49264	41.3464	-6.2907	4
49231	Pinilla De Fermoselle	pinilla-de-fermoselle	CL	ZA	49264	41.3712	-6.3797	4
49232	Fornillos De Fermoselle	fornillos-de-fermoselle	CL	ZA	49264	41.3636	-6.3302	4
49240	Pasariegos	pasariegos	CL	ZA	49264	41.3406	-6.152	4
49240	Villar Del Buey	villar-del-buey	CL	ZA	49264	41.3302	-6.1894	4
49250	Villadepera	villadepera	CL	ZA	49240	41.547	-6.133	4
49250	Villardiegua De La Ribera	villardiegua-de-la-ribera	CL	ZA	49240	41.5354	-6.1833	4
49251	Gamones	gamones	CL	ZA	49012	41.4669	-6.1762	4
49251	Argañin	arganin	CL	ZA	49012	41.4395	-6.2083	4
49252	Torregamones	torregamones	CL	ZA	49221	41.487	-6.1834	4
49253	Moralina	moralina	CL	ZA	49131	41.49	-6.1367	4
49254	Moral De Sayago	moral-de-sayago	CL	ZA	49124	41.4702	-6.1006	4
49254	Abelon	abelon	CL	ZA	49124	41.4482	-6.0609	4
49255	Fresnadillo	fresnadillo	CL	ZA	49023	41.4127	-6.0757	4
49255	Ganame	ganame	CL	ZA	49023	41.4015	-6.0421	4
49260	Fadon	fadon	CL	ZA	49023	41.3928	-6.0101	4
49270	Sogo De Sayago	sogo-de-sayago	CL	ZA	49152	41.3914	-5.9465	1
49271	Cernecina	cernecina	CL	ZA	49152	41.3701	-5.9431	4
49272	Malillos	malillos	CL	ZA	49152	41.3856	-5.9511	4
49272	Arcillo	arcillo	CL	ZA	49152	41.4186	-5.9453	4
49280	Pereruela	pereruela	CL	ZA	49152	41.4165	-5.8781	4
49281	San Roman De Los Infantes	san-roman-de-los-infantes	CL	ZA	49152	41.4532	-5.8668	4
49290	Dehesa De Pelazas	dehesa-de-pelazas	CL	ZA		41.3909	-6.1468	1
49300	Puebla De Sanabria	puebla-de-sanabria	CL	ZA	49166	42.054	-6.6335	4
49310	Mombuey	mombuey	CL	ZA	49121	42.0228	-6.3303	4
49317	Sejas De Sanabria	sejas-de-sanabria	CL	ZA	49048	42.0637	-6.3687	4
49317	Valdemerilla	valdemerilla	CL	ZA	49048	42.0146	-6.3783	4
49317	Lanseros	lanseros	CL	ZA	49048	42.0662	-6.4098	4
49317	Manzanal De Los Infantes	manzanal-de-los-infantes	CL	ZA	49048	42.0543	-6.3829	4
49318	Santa Eulalia De Rionegro	santa-eulalia-de-rionegro	CL	ZA	49150	42.0216	-6.3079	3
49318	Fresno De La Carballeda	fresno-de-la-carballeda	CL	ZA	49150	42	-6.347	4
49318	Valparaiso	valparaiso	CL	ZA	49150	41.9918	-6.3018	4
49318	Peque	peque	CL	ZA	49150	42.073	-6.2749	4
49319	Donadillo	donadillo	CL	ZA	49112	42.0934	-6.3277	4
49319	Otero De Centenos	otero-de-centenos	CL	ZA	49112	42.0486	-6.3202	4
49319	Gramedo	gramedo	CL	ZA	49112	42.1069	-6.3604	4
49319	Dornillas	dornillas	CL	ZA	49112	42.0831	-6.3567	4
49320	Otero De Sanabria	otero-de-sanabria	CL	ZA	49143	42.0497	-6.5742	4
49320	Triufe	triufe	CL	ZA	49143	42.0618	-6.5938	4
49321	Paramio	paramio	CL	ZA	49143	42.0787	-6.5798	4
49321	San Juan De La Cuesta	san-juan-de-la-cuesta	CL	ZA	49143	42.1062	-6.6026	4
49321	Cervantes	cervantes	CL	ZA	49143	42.0954	-6.59	4
49321	Remesal De Sanabria	remesal-de-sanabria	CL	ZA	49143	42.0581	-6.5484	4
49321	Robleda	robleda	CL	ZA	49143	42.0825	-6.5941	4
49321	Ferreros	ferreros	CL	ZA	49143	42.0712	-6.5714	4
49322	Palacios De Sanabria	palacios-de-sanabria	CL	ZA	49181	42.059	-6.5236	4
49322	Rionegrito	rionegrito	CL	ZA	49181	42.0768	-6.531	4
49322	Rosinos De La Requejada	rosinos-de-la-requejada	CL	ZA	49181	42.0682	-6.5327	3
49322	Vime De Sanabria	vime-de-sanabria	CL	ZA	49181	42.0687	-6.5435	4
49323	Santiago De La Requejada	santiago-de-la-requejada	CL	ZA	49181	42.1017	-6.5565	4
49323	Escuredo	escuredo	CL	ZA	49181	42.1721	-6.5716	4
49323	Doney De La Requejada	doney-de-la-requejada	CL	ZA	49181	42.1373	-6.5642	4
49324	Gusandanos	gusandanos	CL	ZA	49017	42.0973	-6.4673	4
49324	Villar De Los Pisones	villar-de-los-pisones	CL	ZA	49017	42.0725	-6.5112	4
49324	Carbajalinos	carbajalinos	CL	ZA	49017	42.1303	-6.5018	4
49324	Monterrubio	monterrubio	CL	ZA	49017	42.1024	-6.4904	4
49325	Cernadilla	cernadilla	CL	ZA	49017	42.0208	-6.417	4
49325	Asturianos	asturianos	CL	ZA	49017	42.052	-6.4894	4
49325	San Salvador De Palazuelo	san-salvador-de-palazuelo	CL	ZA	49017	42.0218	-6.4398	4
49325	Lagarejos De La Carballeda	lagarejos-de-la-carballeda	CL	ZA	49017	42.0533	-6.4449	4
49325	Entrepeñas	entrepenas	CL	ZA	49017	42.0326	-6.4739	4
49325	Cerezal De Sanabria	cerezal-de-sanabria	CL	ZA	49017	42.0656	-6.4463	4
49326	Valleluengo	valleluengo	CL	ZA	49177	42.0263	-6.2317	4
49326	Rionegro Del Puente	rionegro-del-puente	CL	ZA	49177	42.0049	-6.2279	4
49327	Molezuelas De La Carballeda	molezuelas-de-la-carballeda	CL	ZA	49120	42.0817	-6.1872	4
49327	Cubo De Benavente	cubo-de-benavente	CL	ZA	49120	42.1249	-6.1634	4
49327	Uña De Quintana	una-de-quintana	CL	ZA	49120	42.0866	-6.1447	4
49329	Calzada De Tera	calzada-de-tera	CL	ZA		41.9853	-6.0762	4
49330	Villar De Farfon	villar-de-farfon	CL	ZA	49177	41.9788	-6.1699	4
49330	Milla De Tera	milla-de-tera	CL	ZA	49177	42.0077	-6.1692	4
49330	Junquera De Tera	junquera-de-tera	CL	ZA	49177	42.0007	-6.1587	4
49331	Calzadilla De Tera	calzadilla-de-tera	CL	ZA	49032	41.979	-6.0824	4
49331	Olleros De Tera	olleros-de-tera	CL	ZA	49032	41.9837	-6.1016	4
49331	Vega De Tera	vega-de-tera	CL	ZA	49032	41.9976	-6.125	4
49332	Camarzana	camarzana	CL	ZA	49033	41.9947	-6.0266	4
49333	Bercianos De Valverde	bercianos-de-valverde	CL	ZA	49167	41.9316	-5.9511	4
49333	Villanueva De Las Peras	villanueva-de-las-peras	CL	ZA	49167	41.9348	-5.9794	4
49333	Santa Maria De Valverde	santa-maria-de-valverde	CL	ZA	49167	41.9348	-5.9356	4
49334	Litos	litos	CL	ZA	49066	41.9047	-6.0154	4
49335	Ferreras De Arriba	ferreras-de-arriba	CL	ZA	49067	41.8988	-6.1946	4
49335	Ferreras De Abajo	ferreras-de-abajo	CL	ZA	49067	41.8965	-6.079	4
49336	Otero De Bodas	otero-de-bodas	CL	ZA	49139	41.9387	-6.1502	4
49337	Val De Santa Maria	val-de-santa-maria	CL	ZA	49067	41.9655	-6.2118	4
49337	Villanueva De Valrojo	villanueva-de-valrojo	CL	ZA	49067	41.9508	-6.2188	4
49340	Justel	justel	CL	ZA	49097	42.1486	-6.2959	4
49340	Quintanilla De Justel	quintanilla-de-justel	CL	ZA	49097	42.1486	-6.2959	3
49341	Vega Del Castillo	vega-del-castillo	CL	ZA	49134	42.1597	-6.4086	4
49341	Muelas De Los Caballeros	muelas-de-los-caballeros	CL	ZA	49134	42.1284	-6.3372	4
49342	Espadañedo	espadanedo	CL	ZA	49181	42.1162	-6.3942	4
49342	Faramontanos De La Sierra	faramontanos-de-la-sierra	CL	ZA	49181	42.1304	-6.3942	4
49342	Villarejo De La Sierra	villarejo-de-la-sierra	CL	ZA	49181	42.1238	-6.4541	4
49343	Villalverde	villalverde	CL	ZA	49097	42.1419	-6.2327	4
49344	Donado	donado	CL	ZA	49134	42.1257	-6.3581	4
49345	Utrera De La Encomienda	utrera-de-la-encomienda	CL	ZA	49062	42.1033	-6.4054	4
49346	Letrillas	letrillas	CL	ZA	49062	42.1011	-6.412	4
49347	Carbajales De La Encomienda	carbajales-de-la-encomienda	CL	ZA	49062	42.0912	-6.418	4
49348	Rioconejos	rioconejos	CL	ZA	49017	42.0735	-6.461	4
49349	Anta De Rioconejos	anta-de-rioconejos	CL	ZA	49181	42.0757	-6.4739	4
49350	El Puente De Sanabria	el-puente-de-sanabria	CL	ZA	49085	42.1316	-6.6332	1
49352	Moncabril	moncabril	CL	ZA	49085	42.1316	-6.6332	1
49357	Valdespino	valdespino	CL	ZA	49189	42.0981	-6.6222	4
49357	Rozas	rozas	CL	ZA	49189	42.1125	-6.6192	4
49358	Barrio De Rabano	barrio-de-rabano	CL	ZA	49189	42.1496	-6.6201	4
49358	Villarino De Sanabria	villarino-de-sanabria	CL	ZA	49189	42.1081	-6.6358	4
49358	Rabano De Sanabria	rabano-de-sanabria	CL	ZA	49189	42.1441	-6.6086	4
49358	Coso	coso	CL	ZA	49189	42.1578	-6.6394	4
49358	San Justo De Sanabria	san-justo-de-sanabria	CL	ZA	49189	42.1441	-6.6086	4
49359	Cerdillo	cerdillo	CL	ZA	49189	42.1394	-6.6588	4
49359	San Ciprian De Sanabria	san-ciprian-de-sanabria	CL	ZA	49189	42.1339	-6.6594	3
49359	Trefacio	trefacio	CL	ZA	49189	42.1217	-6.6541	4
49359	Murias	murias	CL	ZA	49189	42.1408	-6.6652	4
49360	Rabanillo	rabanillo	CL	ZA	49085	42.0936	-6.6533	4
49360	Galende	galende	CL	ZA	49085	42.1044	-6.6625	4
49360	Cubelo	cubelo	CL	ZA	49085	42.099	-6.6579	3
49361	Pedrazales	pedrazales	CL	ZA	49085	42.1172	-6.6695	4
49361	San Martin De Castañeda	san-martin-de-castaneda	CL	ZA	49085	42.1364	-6.7219	4
49361	Vigo De Sanabria	vigo-de-sanabria	CL	ZA	49085	42.1268	-6.6957	3
49362	Ribadelago De Franco	ribadelago-de-franco	CL	ZA	49085	42.1129	-6.6768	1
49362	Robles, Los (Camping)	robles-los-camping	CL	ZA	49085	42.1129	-6.6768	1
49390	Castellanos	castellanos	CL	ZA	49166	42.0738	-6.6168	4
49390	Sampil	sampil	CL	ZA	49166	42.082	-6.6154	4
49391	Rihonor De Castilla	rihonor-de-castilla	CL	ZA	49145	41.9428	-6.6187	4
49392	Calabor	calabor	CL	ZA	49145	41.9556	-6.7181	4
49392	Lobeznos	lobeznos	CL	ZA	49145	42.0374	-6.6689	4
49392	Santa Cruz De Abranes	santa-cruz-de-abranes	CL	ZA	49145	41.9767	-6.6705	4
49392	Baños De Calabor	banos-de-calabor	CL	ZA	49145	41.9986	-6.6882	3
49392	Pedralba De La Praderia	pedralba-de-la-praderia	CL	ZA	49145	42.0248	-6.6956	4
49393	Ungilde	ungilde	CL	ZA	49166	42.029	-6.6172	4
49393	Robledo De Sanabria	robledo-de-sanabria	CL	ZA	49166	42.0081	-6.572	4
49394	Requejo	requejo	CL	ZA	49050	42.0304	-6.7423	4
49394	San Martin De Terroso	san-martin-de-terroso	CL	ZA	49050	42.0445	-6.7264	4
49394	Terroso	terroso	CL	ZA	49050	42.0367	-6.7201	4
49394	Ventas De Terroso	ventas-de-terroso	CL	ZA	49050	42.0426	-6.7245	3
49394	Santa Colomba De Sanabria	santa-colomba-de-sanabria	CL	ZA	49050	42.0587	-6.7094	4
49395	Quintana De Sanabria	quintana-de-sanabria	CL	ZA	49050	42.0936	-6.6808	4
49395	Limianos De Sanabria	limianos-de-sanabria	CL	ZA	49050	42.093	-6.7081	4
49395	Sotillo De Sanabria	sotillo-de-sanabria	CL	ZA	49050	42.091	-6.7231	4
49395	San Roman De Sanabria	san-roman-de-sanabria	CL	ZA	49050	42.0819	-6.6933	4
49395	Ilanes	ilanes	CL	ZA	49050	42.0899	-6.7013	3
49396	Barrio De Lomba	barrio-de-lomba	CL	ZA	49050	42.075	-6.67	4
49396	San Miguel De Lomba	san-miguel-de-lomba	CL	ZA	49050	42.0633	-6.6823	4
49396	Avedillo De Sanabria	avedillo-de-sanabria	CL	ZA	49050	42.0709	-6.7173	4
49396	Riego De Lomba	riego-de-lomba	CL	ZA	49050	42.0717	-6.6748	4
49396	Castro De Sanabria	castro-de-sanabria	CL	ZA	49050	42.0669	-6.6494	4
49396	Cobreros	cobreros	CL	ZA	49050	42.0732	-6.7005	4
49400	Fuentesauco	fuentesauco	CL	ZA	49081	41.2304	-5.4972	4
49410	Fuentelapeña	fuentelapena	CL	ZA	49080	41.2514	-5.3832	4
49419	Castrillo De La Guareña	castrillo-de-la-guarena	CL	ZA	49040	41.2304	-5.3255	4
49420	Vadillo De La Guareña	vadillo-de-la-guarena	CL	ZA	49226	41.2824	-5.353	4
49430	Villaescusa	villaescusa	CL	ZA	49241	41.2062	-5.4641	4
49440	Cañizal	canizal	CL	ZA	49034	41.1665	-5.3683	4
49450	Vallesa De La Guareña	vallesa-de-la-guarena	CL	ZA	49230	41.1353	-5.3261	4
49450	El Olmo De La Guareña	el-olmo-de-la-guarena	CL	ZA	49230	41.1618	-5.3065	4
49500	Alcañices	alcanices	CL	ZA	49003	41.6994	-6.3465	4
49510	Fonfria	fonfria	CL	ZA	49071	41.6349	-6.1408	4
49511	Salto De Castro	salto-de-castro	CL	ZA	49071	41.6206	-6.2117	3
49511	Brandilanes	brandilanes	CL	ZA	49071	41.6206	-6.2117	4
49511	El Castro De Alcañices	el-castro-de-alcanices	CL	ZA	49071	41.6206	-6.2117	3
49512	Mellanes	mellanes	CL	ZA	49087	41.7144	-6.2419	4
49512	Lober	lober	CL	ZA	49087	41.7238	-6.2008	4
49512	Tolilla	tolilla	CL	ZA	49087	41.7293	-6.2189	4
49512	Ceadea	ceadea	CL	ZA	49087	41.6831	-6.2525	4
49513	Fornillos De Aliste	fornillos-de-aliste	CL	ZA	49071	41.6564	-6.1914	4
49513	Samir De Los Caños	samir-de-los-canos	CL	ZA	49071	41.6728	-6.1641	4
49514	Pino De Oro	pino-de-oro	CL	ZA	49003	41.5762	-6.1211	4
49514	Vivinera	vivinera	CL	ZA	49003	41.6869	-6.3157	4
49514	Arcillera	arcillera	CL	ZA	49003	41.6919	-6.2779	4
49514	Moveros De Aliste	moveros-de-aliste	CL	ZA	49003	41.6517	-6.2383	3
49515	Rabano De Aliste	rabano-de-aliste	CL	ZA	49273	41.7443	-6.433	4
49515	Sejas De Aliste	sejas-de-aliste	CL	ZA	49273	41.7312	-6.4537	4
49515	Ribas De Aliste	ribas-de-aliste	CL	ZA	49273	41.7618	-6.4175	4
49516	Trabazos	trabazos	CL	ZA	49223	41.7479	-6.4909	4
49516	Latedo	latedo	CL	ZA	49223	41.6994	-6.5254	4
49516	Nuez De Aliste	nuez-de-aliste	CL	ZA	49223	41.7237	-6.5082	3
49517	Alcorcillo	alcorcillo	CL	ZA	49003	41.7186	-6.3763	4
49517	San Martin De Pedroso	san-martin-de-pedroso	CL	ZA	49003	41.7295	-6.5552	4
49517	Viñas De Aliste	vinas-de-aliste	CL	ZA	49003	41.724	-6.4658	3
49518	Santa Ana	santa-ana	CL	ZA	49003	41.6893	-6.4133	4
49518	Villarino Tras La Sierra	villarino-tras-la-sierra	CL	ZA	49003	41.6753	-6.49	4
49518	San Mamed	san-mamed	CL	ZA	49003	41.6915	-6.4705	4
49519	Fradellos	fradellos	CL	ZA	49172	41.7585	-6.2207	4
49519	Matellanes	matellanes	CL	ZA	49172	41.7201	-6.3181	4
49519	Grisuela	grisuela	CL	ZA	49172	41.7613	-6.3	4
49519	Ufones	ufones	CL	ZA	49172	41.7335	-6.3067	4
49519	Rabanales	rabanales	CL	ZA	49172	41.7429	-6.2767	4
49520	Flechas	flechas	CL	ZA	49069	41.9038	-6.4442	4
49520	Figueruela De Arriba	figueruela-de-arriba	CL	ZA	49069	41.8687	-6.4445	4
49520	Figueruela De Abajo	figueruela-de-abajo	CL	ZA	49069	41.8643	-6.449	4
49521	Gallegos Del Campo	gallegos-del-campo	CL	ZA	49069	41.8272	-6.407	4
49521	Villarino De Manzanos	villarino-de-manzanos	CL	ZA	49069	41.8558	-6.4763	3
49521	Moldones	moldones	CL	ZA	49069	41.8417	-6.4853	4
49521	Riomanzanas	riomanzanas	CL	ZA	49069	41.8983	-6.5366	4
49522	Pobladura De Aliste	pobladura-de-aliste	CL	ZA	49104	41.8491	-6.3334	4
49522	Mahide	mahide	CL	ZA	49104	41.8692	-6.3778	4
49522	Las Torres De Aliste	las-torres-de-aliste	CL	ZA	49104	41.8393	-6.3097	4
49523	San Vitero	san-vitero	CL	ZA	49209	41.7774	-6.3488	4
49523	Villarino Del Cebal	villarino-del-cebal	CL	ZA	49209	41.7911	-6.365	3
49523	San Cristobal De Aliste	san-cristobal-de-aliste	CL	ZA	49209	41.8048	-6.3812	4
49524	Vega De Nuez	vega-de-nuez	CL	ZA	49273	41.8081	-6.452	4
49524	El Poyo	el-poyo	CL	ZA	49273	41.7844	-6.4095	4
49524	San Blas	san-blas	CL	ZA	49273	41.7949	-6.46	4
49525	San Juan Del Rebollar	san-juan-del-rebollar	CL	ZA	49173	41.7479	-6.3524	4
49525	Tola	tola	CL	ZA	49173	41.7454	-6.3862	4
49530	Coreses	coreses	CL	ZA	49053	41.5479	-5.6225	4
49539	Gallegos Del Pan	gallegos-del-pan	CL	ZA	49006	41.5999	-5.5812	4
49539	Algodre	algodre	CL	ZA	49006	41.5663	-5.6041	4
49539	Villalube	villalube	CL	ZA	49006	41.6101	-5.5455	4
49540	San Martin De Tabara	san-martin-de-tabara	CL	ZA	49068	41.7547	-5.9926	4
49540	Escober	escober	CL	ZA	49068	41.7829	-5.9863	4
49540	Losacio	losacio	CL	ZA	49068	41.7109	-6.0406	4
49541	Losacino	losacino	CL	ZA	49098	41.6808	-6.0799	4
49541	Vide De Alba	vide-de-alba	CL	ZA	49098	41.6667	-6.1	4
49542	Vegalatrave	vegalatrave	CL	ZA	49087	41.7003	-6.1067	4
49542	Domez	domez	CL	ZA	49087	41.7139	-6.1442	4
49543	Muga De Alba	muga-de-alba	CL	ZA	49098	41.6738	-6.0417	4
49543	Castillo De Alba	castillo-de-alba	CL	ZA	49098	41.6604	-6.0657	4
49550	Sesnandez	sesnandez	CL	ZA	49068	41.8076	-6.077	4
49550	Ferreruela	ferreruela	CL	ZA	49068	41.7667	-6.0722	4
49559	Puercas	puercas	CL	ZA	49087	41.7501	-6.1216	4
49559	Flores	flores	CL	ZA	49087	41.7471	-6.1859	4
49559	Valer	valer	CL	ZA	49087	41.7629	-6.1797	4
49559	Gallegos Del Rio	gallegos-del-rio	CL	ZA	49087	41.735	-6.1743	4
49560	San Pedro De Las Herrerias	san-pedro-de-las-herrerias	CL	ZA	49104	41.9028	-6.3805	4
49561	Boya	boya	CL	ZA	49104	41.9228	-6.3564	4
49562	Villardeciervos	villardeciervos	CL	ZA	49262	41.9421	-6.2865	4
49563	Cional	cional	CL	ZA	49262	41.9587	-6.3393	4
49570	Lubian	lubian	CL	ZA	49100	42.0357	-6.9054	4
49571	Castrelos	castrelos	CL	ZA	49094	42.0015	-6.8988	4
49572	San Ciprian De Hermisende	san-ciprian-de-hermisende	CL	ZA	49094	41.9745	-6.9094	4
49572	Castromil	castromil	CL	ZA	49094	42	-6.9667	4
49572	Hermisende	hermisende	CL	ZA	49094	41.969	-6.8962	4
49572	La Tejera	la-tejera	CL	ZA	49094	41.9659	-6.8444	4
49573	Las Hedradas	las-hedradas	CL	ZA	49100	42.0461	-6.9543	4
49573	Chanos	chanos	CL	ZA	49100	42.0399	-6.9268	4
49574	Hedroso	hedroso	CL	ZA	49100	42.0468	-6.8858	4
49574	Padornelo	padornelo	CL	ZA	49100	42.033	-6.8361	4
49574	Aciberos	aciberos	CL	ZA	49100	42.0403	-6.8734	4
49580	Pias	pias	CL	ZA	49154	42.0833	-7	4
49580	Villanueva De La Sierra	villanueva-de-la-sierra	CL	ZA	49154	42.0633	-7.0037	4
49582	Barjacoba	barjacoba	CL	ZA	49154	42.1182	-6.957	4
49583	Porto	porto	CL	ZA	49162	42.1674	-6.8993	4
49590	Matilla La Seca	matilla-la-seca	CL	ZA	49114	41.5794	-5.5003	4
49590	Fresno De La Rivera	fresno-de-la-rivera	CL	ZA	49114	41.5794	-5.5003	3
49591	Sarracin De Aliste	sarracin-de-aliste	CL	ZA	49176	41.8434	-6.1904	4
49591	Riofrio De Aliste	riofrio-de-aliste	CL	ZA	49176	41.8172	-6.1774	4
49591	Abejera	abejera	CL	ZA	49176	41.804	-6.1442	4
49592	Palazuelo De Las Cuevas	palazuelo-de-las-cuevas	CL	ZA	49176	41.8204	-6.2759	4
49592	Cabañas De Aliste	cabanas-de-aliste	CL	ZA	49176	41.8563	-6.2443	4
49592	Campogrande De Aliste	campogrande-de-aliste	CL	ZA	49176	41.8215	-6.2261	4
49592	Bercianos De Aliste	bercianos-de-aliste	CL	ZA	49176	41.7873	-6.2298	4
49592	San Vicente De La Cabeza	san-vicente-de-la-cabeza	CL	ZA	49176	41.807	-6.2499	4
49593	Linarejos	linarejos	CL	ZA	49110	41.9376	-6.4893	4
49593	Santa Cruz De Los Cuerragos	santa-cruz-de-los-cuerragos	CL	ZA	49110	41.9415	-6.5272	4
49594	Sandin	sandin	CL	ZA	49110	42.0072	-6.4778	4
49594	Sagallos	sagallos	CL	ZA	49110	41.9766	-6.415	4
49594	Manzanal De Arriba	manzanal-de-arriba	CL	ZA	49110	41.9922	-6.4401	4
49594	Folgoso De La Carballeda	folgoso-de-la-carballeda	CL	ZA	49110	41.9589	-6.4354	4
49594	Pedroso De La Carballeda	pedroso-de-la-carballeda	CL	ZA	49110	41.9594	-6.4745	4
49594	Codesal	codesal	CL	ZA	49110	41.9694	-6.3814	4
49600	Benavente	benavente	CL	ZA	49021	42.0025	-5.6783	4
49610	Santibañez De Vidriales	santibanez-de-vidriales	CL	ZA	49018	42.0736	-6.0155	4
49618	Villaobispo De Vidriales	villaobispo-de-vidriales	CL	ZA	49079	42.0873	-5.9825	3
49618	Bercianos De Vidriales	bercianos-de-vidriales	CL	ZA	49079	42.0743	-5.9633	4
49618	Villageriz De Vidriales	villageriz-de-vidriales	CL	ZA	49079	42.0873	-5.9825	3
49618	Rosinos De Vidriales	rosinos-de-vidriales	CL	ZA	49079	42.0895	-5.9822	4
49618	Fuente Encalada	fuente-encalada	CL	ZA	49079	42.1101	-5.9962	4
49618	Tardemezar	tardemezar	CL	ZA	49079	42.0752	-5.9881	4
49619	San Pedro De La Viña	san-pedro-de-la-vina	CL	ZA	49018	42.0994	-6.0191	4
49619	Ayoo De Vidriales	ayoo-de-vidriales	CL	ZA	49018	42.1304	-6.0655	4
49619	Carracedo De Vidriales	carracedo-de-vidriales	CL	ZA	49018	42.1019	-6.0344	4
49619	Congosta De Vidriales	congosta-de-vidriales	CL	ZA	49018	42.1278	-6.1038	4
49620	Santa Cristina De La Polvorosa	santa-cristina-de-la-polvorosa	CL	ZA	49200	41.9998	-5.7136	4
49621	Grijalba De Vidriales	grijalba-de-vidriales	CL	ZA	49206	42.0523	-5.9416	4
49621	Pozuelo De Vidriales	pozuelo-de-vidriales	CL	ZA	49206	42.0428	-5.9608	4
49621	Granucillo	granucillo	CL	ZA	49206	42.0521	-5.9278	4
49622	Quintanilla De Urz	quintanilla-de-urz	CL	ZA	49206	42.0329	-5.8487	4
49622	Moratones De Vidriales	moratones-de-vidriales	CL	ZA	49206	42.0678	-5.9363	4
49622	Brime De Urz	brime-de-urz	CL	ZA	49206	42.0379	-5.8733	4
49622	Quiruelas De Vidriales	quiruelas-de-vidriales	CL	ZA	49206	42.0176	-5.8295	4
49622	Cunquilla De Vidriales	cunquilla-de-vidriales	CL	ZA	49206	42.0463	-5.8984	4
49623	Vecilla De Transmonte	vecilla-de-transmonte	CL	ZA	49171	42.0168	-5.9353	1
49623	Colinas De Transmonte	colinas-de-transmonte	CL	ZA	49171	42.0168	-5.9353	1
49624	Sitrama De Tera	sitrama-de-tera	CL	ZA	49117	42.006	-5.9026	4
49624	Abraveses De Tera	abraveses-de-tera	CL	ZA	49117	41.993	-5.8951	4
49624	Micereces De Tera	micereces-de-tera	CL	ZA	49117	41.9889	-5.8713	4
49624	Aguilar De Tera	aguilar-de-tera	CL	ZA	49117	41.9851	-5.844	4
49625	Santibañez De Tera	santibanez-de-tera	CL	ZA	49205	41.9856	-5.9226	4
49626	Melgar De Tera	melgar-de-tera	CL	ZA	49116	41.9662	-6.0139	4
49626	Santa Marta De Tera	santa-marta-de-tera	CL	ZA	49116	41.9952	-5.9737	4
49626	Santa Croya De Tera	santa-croya-de-tera	CL	ZA	49116	41.9833	-5.9773	4
49626	Pumarejo De Tera	pumarejo-de-tera	CL	ZA	49116	41.9728	-6.0292	4
49627	San Juanico El Nuevo	san-juanico-el-nuevo	CL	ZA	49033	42.0285	-6.0539	4
49627	Cabañas De Tera	cabanas-de-tera	CL	ZA	49033	42.0103	-6.0428	4
49628	San Pedro De Ceque	san-pedro-de-ceque	CL	ZA	49193	42.0433	-6.0724	4
49629	Brime De Sog	brime-de-sog	CL	ZA	49027	42.0616	-6.0479	4
49630	Villalpando	villalpando	CL	ZA	49250	41.8652	-5.4123	4
49637	Cotanes Del Monte	cotanes-del-monte	CL	ZA		41.8172	-5.29	4
49638	Prado	prado	CL	ZA	49165	41.9208	-5.4203	4
49638	Quintanilla Del Olmo	quintanilla-del-olmo	CL	ZA	49165	41.9056	-5.4073	4
49639	Tapioles	tapioles	CL	ZA	49216	41.8574	-5.4962	4
49639	Quintanilla Del Monte	quintanilla-del-monte	CL	ZA	49216	41.8681	-5.3493	4
49640	Cerecinos De Campos	cerecinos-de-campos	CL	ZA	49046	41.9002	-5.486	4
49650	San Esteban Del Molar	san-esteban-del-molar	CL	ZA	49188	41.9372	-5.5516	4
49660	Castropepe	castropepe	CL	ZA	49041	41.9718	-5.6351	4
49660	Castrogonzalo	castrogonzalo	CL	ZA	49041	41.991	-5.603	4
49670	Fuentes De Ropel	fuentes-de-ropel	CL	ZA	49082	42.0038	-5.5453	4
49680	San Miguel Del Valle	san-miguel-del-valle	CL	ZA	49229	42.0299	-5.4962	4
49680	Valdescorriel	valdescorriel	CL	ZA	49229	42.0223	-5.51	4
49690	San Cristobal De Entreviñas	san-cristobal-de-entrevinas	CL	ZA	49187	42.0458	-5.6347	4
49691	San Miguel Del Esla	san-miguel-del-esla	CL	ZA	49187	42.078	-5.6017	4
49691	Santa Colomba De Las Carabias	santa-colomba-de-las-carabias	CL	ZA	49187	42.0717	-5.6064	4
49692	Matilla De Arzon	matilla-de-arzon	CL	ZA	49113	42.105	-5.6416	4
49693	Vecilla De La Polvorosa	vecilla-de-la-polvorosa	CL	ZA	49075	42.0715	-5.7508	4
49693	Fresno De La Polvorosa	fresno-de-la-polvorosa	CL	ZA	49075	42.0831	-5.7697	4
49693	Morales Del Rey	morales-del-rey	CL	ZA	49075	42.0677	-5.7866	4
49694	Manganeses De La Polvorosa	manganeses-de-la-polvorosa	CL	ZA	49109	42.0356	-5.7469	4
49695	Villaferrueña	villaferruena	CL	ZA	49243	42.0983	-5.858	4
49696	Alcubilla De Nogales	alcubilla-de-nogales	CL	ZA	49203	42.1279	-5.9218	4
49696	Santa Maria De La Vega	santa-maria-de-la-vega	CL	ZA	49203	42.085	-5.8085	4
49696	Arrabalde	arrabalde	CL	ZA	49203	42.1076	-5.8944	4
49697	Villaveza De Valverde	villaveza-de-valverde	CL	ZA	49130	41.9452	-5.8485	4
49697	Pueblica De Valverde	pueblica-de-valverde	CL	ZA	49130	41.9184	-5.8997	4
49697	Morales De Valverde	morales-de-valverde	CL	ZA	49130	41.9364	-5.8926	4
49697	Villanazar	villanazar	CL	ZA	49130	41.974	-5.7804	4
49697	San Pedro De Zamudia	san-pedro-de-zamudia	CL	ZA	49130	41.9505	-5.8799	4
49697	Navianos De Valverde	navianos-de-valverde	CL	ZA	49130	41.9532	-5.8178	4
49698	Bretocino	bretocino	CL	ZA	49026	41.8843	-5.7547	4
49698	Mozar De Valverde	mozar-de-valverde	CL	ZA	49026	41.9062	-5.7836	3
49698	Burganes De Valverde	burganes-de-valverde	CL	ZA	49026	41.9213	-5.7824	4
49698	Friera De Valverde	friera-de-valverde	CL	ZA	49026	41.9121	-5.8415	4
49698	Olmillos De Valverde	olmillos-de-valverde	CL	ZA	49026	41.9069	-5.7556	4
49699	Santa Colomba De Las Monjas	santa-colomba-de-las-monjas	CL	ZA	49011	41.9583	-5.6839	4
49699	Milles De La Polvorosa	milles-de-la-polvorosa	CL	ZA	49011	41.9234	-5.7331	4
49699	Villanueva De Azoague	villanueva-de-azoague	CL	ZA	49011	41.9761	-5.664	4
49699	Arcos De La Polvorosa	arcos-de-la-polvorosa	CL	ZA	49011	41.9439	-5.6973	4
49700	Corrales Del Vino	corrales-del-vino	CL	ZA	49054	41.3414	-5.7369	1
49706	Peleas De Arriba	peleas-de-arriba	CL	ZA	49054	41.3222	-5.7369	4
49706	Fuente El Carnero	fuente-el-carnero	CL	ZA	49054	41.3253	-5.7074	4
49707	Santa Clara De Avedillo	santa-clara-de-avedillo	CL	ZA	49197	41.3388	-5.6769	4
49708	Villanueva De Campean	villanueva-de-campean	CL	ZA	49038	41.3545	-5.7702	4
49708	Casaseca De Campean	casaseca-de-campean	CL	ZA	49038	41.3743	-5.7465	4
49709	Cabañas De Sayago	cabanas-de-sayago	CL	ZA	49031	41.3333	-5.7833	4
49710	El Cubo De Tierra Del Vino	el-cubo-de-tierra-del-vino	CL	ZA	49058	41.2558	-5.7105	4
49714	Fuentespreadas	fuentespreadas	CL	ZA	49084	41.3263	-5.628	4
49715	El Piñero	el-pinero	CL	ZA	49158	41.3532	-5.5884	4
49716	Argujillo	argujillo	CL	ZA	49013	41.3116	-5.5876	4
49717	Cuelgamures	cuelgamures	CL	ZA	49059	41.3074	-5.6577	4
49717	San Miguel De La Ribera	san-miguel-de-la-ribera	CL	ZA	49059	41.333	-5.5769	4
49718	Mayalde	mayalde	CL	ZA	49115	41.2508	-5.7977	4
49719	Villamor De Los Escuderos	villamor-de-los-escuderos	CL	ZA	49102	41.2524	-5.5748	4
49719	El Maderal	el-maderal	CL	ZA	49102	41.2818	-5.6231	4
49720	Amor, De (Dehesa)	amor-de-dehesa	CL	ZA	49151	41.4127	-5.7528	3
49720	El Perdigon	el-perdigon	CL	ZA	49151	41.4127	-5.7528	4
49721	Entrala	entrala	CL	ZA	49061	41.4301	-5.7556	4
49722	San Marcial	san-marcial	CL	ZA	49151	41.3985	-5.7828	4
49730	Cubillos	cubillos	CL	ZA	49056	41.5744	-5.7392	4
49731	Moreruela De Los Infanzones	moreruela-de-los-infanzones	CL	ZA	49132	41.6312	-5.7061	4
49740	Granja De Moreruela	granja-de-moreruela	CL	ZA	49091	41.8103	-5.7389	4
49741	La Tabla	la-tabla	CL	ZA	49091	41.7683	-5.7616	1
49742	Riego Del Camino	riego-del-camino	CL	ZA	49108	41.7607	-5.7651	4
49743	Fontanillas De Castro	fontanillas-de-castro	CL	ZA	49186	41.7338	-5.7806	4
49750	Santovenia	santovenia	CL	ZA	49207	41.8786	-5.71	4
49751	Breto	breto	CL	ZA	49025	41.8792	-5.739	4
49760	Villaveza Del Agua	villaveza-del-agua	CL	ZA	49271	41.9192	-5.6787	4
49760	Barcial Del Barco	barcial-del-barco	CL	ZA	49271	41.9335	-5.6627	4
49770	Villabrazaro	villabrazaro	CL	ZA	49238	42.0539	-5.7275	4
49780	Pobladura Del Valle	pobladura-del-valle	CL	ZA	49159	42.1026	-5.7333	4
49781	Paladinos Del Valle	paladinos-del-valle	CL	ZA	49220	42.081	-5.7285	4
49781	La Torre Del Valle	la-torre-del-valle	CL	ZA	49220	42.0906	-5.7237	4
49782	San Roman Del Valle	san-roman-del-valle	CL	ZA	49238	42.0742	-5.7196	4
49783	Coomonte	coomonte	CL	ZA	49052	42.1155	-5.8132	4
49783	Maire De Castroponce	maire-de-castroponce	CL	ZA	49052	42.1128	-5.7847	4
49800	Toro	toro	CL	ZA	49219	41.5242	-5.3953	4
49810	Morales De Toro	morales-de-toro	CL	ZA	49129	41.5374	-5.3064	4
49820	Villabuena Del Puente	villabuena-del-puente	CL	ZA	49219	41.3807	-5.4079	4
49830	Belver De Los Montes	belver-de-los-montes	CL	ZA	49020	41.7228	-5.4518	4
49831	Bustillo Del Oro	bustillo-del-oro	CL	ZA	49030	41.6746	-5.4616	4
49832	Malva	malva	CL	ZA	49107	41.6547	-5.4866	4
49833	Fuentesecas	fuentesecas	CL	ZA	49083	41.6308	-5.4725	4
49834	Abezames	abezames	CL	ZA	49002	41.6264	-5.4258	4
49835	Pozoantiguo	pozoantiguo	CL	ZA	49163	41.5973	-5.4366	4
49836	Tagarabuena	tagarabuena	CL	ZA	49219	41.5415	-5.3884	4
49840	Vezdemarban	vezdemarban	CL	ZA	49235	41.6548	-5.3661	4
49850	Pinilla De Toro	pinilla-de-toro	CL	ZA	49156	41.6278	-5.3641	4
49860	Villalonso	villalonso	CL	ZA	49249	41.5977	-5.2977	4
49870	Villavendimio	villavendimio	CL	ZA	49270	41.5781	-5.3429	4
49871	Villardondiego	villardondiego	CL	ZA	49267	41.5848	-5.3771	4
49880	Peleagonzalo	peleagonzalo	CL	ZA	49147	41.4817	-5.483	4
49881	Monte La Reina	monte-la-reina	CL	ZA	49219	41.5068	-5.5098	4
49882	Valdefinjas	valdefinjas	CL	ZA	49228	41.4517	-5.4523	4
02001	Albacete	albacete	CM	AB	02003	38.9942	-1.8564	4
02002	Albacete	albacete	CM	AB	02003	38.9942	-1.8564	4
02003	Albacete	albacete	CM	AB	02003	38.9942	-1.8564	4
02004	Albacete	albacete	CM	AB	02003	38.9942	-1.8564	4
02005	Albacete	albacete	CM	AB	02003	38.9942	-1.8564	4
02006	Albacete	albacete	CM	AB	02003	38.9942	-1.8564	4
02007	Albacete	albacete	CM	AB		38.9942	-1.8564	4
02008	Albacete	albacete	CM	AB	02003	38.9942	-1.8564	1
02049	Albacete	albacete	CM	AB	02003	38.9942	-1.8564	4
02049	Aguas Nuevas	aguas-nuevas	CM	AB	02003	38.9942	-1.8564	3
02070	Albacete	albacete	CM	AB		38.9942	-1.8564	4
02071	Albacete	albacete	CM	AB	02003	38.9942	-1.8564	4
02080	Albacete	albacete	CM	AB		38.9942	-1.8564	4
02100	Tarazona De La Mancha	tarazona-de-la-mancha	CM	AB	02073	39.25	-1.9167	4
02110	La Grajuela	la-grajuela	CM	AB	02035	39.1176	-1.9334	4
02110	La Gineta	la-gineta	CM	AB	02035	39.1145	-1.996	4
02120	Peñas De San Pedro	penas-de-san-pedro	CM	AB	02060	38.7288	-2.005	4
02124	La Navazuela	la-navazuela	CM	AB	02006	38.6198	-2.072	4
02124	Casasola	casasola	CM	AB	02006	38.6258	-2.0324	3
02124	La Noguera	la-noguera	CM	AB	02006	38.6112	-2.0486	4
02124	Casablanca	casablanca	CM	AB	02006	38.6258	-2.0324	3
02124	Alcadozo	alcadozo	CM	AB	02006	38.6492	-1.98	4
02124	La Herreria	la-herreria	CM	AB	02006	38.6229	-2.0289	4
02125	Ayna	ayna	CM	AB	02011	38.55	-2.0833	4
02125	Ginete, El (Ayna)	ginete-el-ayna	CM	AB	02011	38.5501	-2.1022	3
02125	Royo Odrea	royo-odrea	CM	AB	02011	38.5502	-2.1211	4
02127	Burrueco	burrueco	CM	AB	02060	38.6681	-2.1659	4
02127	Berro	berro	CM	AB	02060	38.7193	-2.175	4
02127	Navalengua	navalengua	CM	AB	02060	38.6995	-2.1728	4
02127	El Sahuco	el-sahuco	CM	AB	02060	38.7219	-2.144	4
02127	Casa Cañete	casa-canete	CM	AB	02060	38.7958	-2.0215	4
02127	Fuenlabrada	fuenlabrada	CM	AB	02060	38.6601	-2.1819	4
02127	La Solana	la-solana	CM	AB	02060	38.7585	-2.0297	4
02129	El Royo	el-royo	CM	AB	02063	38.6917	-2.0258	4
02129	Los Pocicos	los-pocicos	CM	AB	02063	38.7509	-1.9538	4
02129	La Molata	la-molata	CM	AB	02063	38.6835	-2.0489	4
02129	Fuente Del Pino	fuente-del-pino	CM	AB	02063	38.6713	-2.1264	4
02129	La Fuensanta	la-fuensanta	CM	AB	02063	38.6995	-2.0317	4
02129	Fontanar De Las Viñas	fontanar-de-las-vinas	CM	AB	02063	38.6773	-2.0196	4
02129	El Molinar	el-molinar	CM	AB	02063	38.6775	-2.0633	4
02129	Campillo De La Virgen	campillo-de-la-virgen	CM	AB	02063	38.6904	-2.0495	3
02129	Santa Ana (Fuente Del Pino)	santa-ana-fuente-del-pino	CM	AB	02063	38.6713	-2.1264	4
02130	Bogarra	bogarra	CM	AB	02017	38.5814	-2.2129	4
02136	Paterna De Madera	paterna-de-madera	CM	AB	02058	38.5975	-2.3442	4
02137	Cortijo De Tortas	cortijo-de-tortas	CM	AB	02058	38.5723	-2.4033	4
02137	Arteaga	arteaga	CM	AB	02058	38.6627	-2.2646	4
02137	Rio Madera	rio-madera	CM	AB	02058	38.6116	-2.3206	3
02137	Los Catalmerejos	los-catalmerejos	CM	AB	02058	38.6386	-2.2853	4
02137	Batan Del Puerto	batan-del-puerto	CM	AB	02058	38.5729	-2.3292	4
02137	Casa Rosa	casa-rosa	CM	AB	02058	38.6116	-2.3206	3
02139	Dehesa Del Val	dehesa-del-val	CM	AB	02011	38.6304	-2.2546	4
02139	El Villarejo	el-villarejo	CM	AB	02011	38.6078	-2.1562	3
02139	Cañadas De Haches Arriba	canadas-de-haches-arriba	CM	AB	02011	38.6322	-2.1669	4
02139	Dehesa, La (Ayna)	dehesa-la-ayna	CM	AB	02011	38.6078	-2.1562	3
02139	Moriscote	moriscote	CM	AB	02011	38.618	-2.0056	4
02139	Potiche	potiche	CM	AB	02011	38.5735	-2.171	4
02139	Las Casas De Haches	las-casas-de-haches	CM	AB	02011	38.6134	-2.2167	4
02139	La Sarguilla	la-sarguilla	CM	AB	02011	38.5772	-2.0456	4
02139	El Griego	el-griego	CM	AB	02011	38.595	-2.1207	4
02139	Cañadas De Haches Abajo	canadas-de-haches-abajo	CM	AB	02011	38.6263	-2.1598	4
02139	Las Mohedas	las-mohedas	CM	AB	02011	38.6036	-2.2648	4
02140	Los Anguijes	los-anguijes	CM	AB	02003	38.8376	-1.9627	4
02140	El Salobral	el-salobral	CM	AB	02003	38.8376	-1.9627	3
02140	Albacete	albacete	CM	AB	02003	38.8376	-1.9627	4
02141	Pozohondo	pozohondo	CM	AB	02063	38.721	-1.9119	4
02142	Mullidar	mullidar	CM	AB	02044	38.6373	-1.9039	4
02142	Nava De Arriba	nava-de-arriba	CM	AB	02044	38.6743	-1.9175	4
02142	Nava De Abajo	nava-de-abajo	CM	AB	02044	38.6681	-1.8702	4
02150	Valdeganga	valdeganga	CM	AB	02075	39.1351	-1.677	4
02151	Casas De Juan Nuñez	casas-de-juan-nunez	CM	AB	02021	39.1019	-1.5582	4
02152	Alatoz	alatoz	CM	AB	02002	39.095	-1.361	4
02153	Carcelen	carcelen	CM	AB	02020	39.102	-1.3088	4
02153	Casas De Juan Gil	casas-de-juan-gil	CM	AB	02020	39.1279	-1.241	4
02154	Villavaliente	villavaliente	CM	AB	02064	39.1265	-1.4571	4
02154	Pozo-Lorente	pozo-lorente	CM	AB	02064	39.0763	-1.507	4
02155	Tinajeros	tinajeros	CM	AB	02003	39.0688	-1.7434	4
02156	La Felipa	la-felipa	CM	AB	02029	39.0408	-1.7027	4
02160	Lezuza	lezuza	CM	AB	02043	38.9497	-2.3542	4
02161	La Yunquera	la-yunquera	CM	AB	02043	38.8964	-2.2666	3
02161	Tiriez	tiriez	CM	AB	02043	38.8964	-2.2666	4
02162	La Herrera	la-herrera	CM	AB	02038	38.9628	-2.1268	4
02162	El Cuartico	el-cuartico	CM	AB	02038	38.9628	-2.1268	3
02162	Oncebreros (La Herrera)	oncebreros-la-herrera	CM	AB	02038	38.9628	-2.1268	4
02200	Casas-Ibañez	casas-ibanez	CM	AB	02024	39.2833	-1.4667	4
02210	Alcala Del Jucar	alcala-del-jucar	CM	AB	02007	39.2	-1.4333	4
02211	Tolosa	tolosa	CM	AB	02007	39.2	-1.3667	4
02211	La Gila	la-gila	CM	AB	02007	39.2	-1.3667	4
02211	Casas Del Cerro	casas-del-cerro	CM	AB	02007	39.1833	-1.4167	4
02212	Casas De Ves	casas-de-ves	CM	AB	02023	39.25	-1.3333	4
02213	La Pared	la-pared	CM	AB	02077	39.2167	-1.2167	4
02213	Villa De Ves	villa-de-ves	CM	AB	02077	39.2	-1.2333	4
02214	El Viso	el-viso	CM	AB	02007	39.2667	-1.2333	4
02214	Zulema	zulema	CM	AB	02007	39.2333	-1.3833	4
02214	Balsa De Ves	balsa-de-ves	CM	AB	02007	39.2667	-1.2	4
02214	Las Eras	las-eras	CM	AB	02007	39.2	-1.4167	4
02214	Cantoblanco	cantoblanco	CM	AB	02007	39.25	-1.25	4
02215	Alborea	alborea	CM	AB	02005	39.2833	-1.3833	4
02215	Villatoya	villatoya	CM	AB	02005	39.3333	-1.3	4
02215	Cilanco	cilanco	CM	AB	02005	39.3333	-1.3	4
02220	Motilleja	motilleja	CM	AB	02052	39.1833	-1.7833	4
02230	Madrigueras	madrigueras	CM	AB	02045	39.2333	-1.8	4
02240	Mahora	mahora	CM	AB	02046	39.2167	-1.7333	4
02246	Navas De Jorquera	navas-de-jorquera	CM	AB	02054	39.2833	-1.7167	4
02247	Cenizate	cenizate	CM	AB	02026	39.3	-1.65	4
02248	Jorquera	jorquera	CM	AB	02041	39.1667	-1.5167	4
02249	Alcozarejos	alcozarejos	CM	AB	02034	39.1778	-1.5389	3
02249	Bormate	bormate	CM	AB	02034	39.1833	-1.5833	4
02249	Maldonado	maldonado	CM	AB	02034	39.1667	-1.55	4
02249	Calzada De Vergara	calzada-de-vergara	CM	AB	02034	39.1778	-1.5389	3
02249	La Recueja	la-recueja	CM	AB	02034	39.1833	-1.4833	4
02249	Ribera De Cubas	ribera-de-cubas	CM	AB	02034	39.1778	-1.5389	3
02250	Abengibre	abengibre	CM	AB	02001	39.2167	-1.5333	4
02251	Campoalbillo	campoalbillo	CM	AB	02034	39.2222	-1.5444	1
02252	Mariminguez	mariminguez	CM	AB	02007	39.2167	-1.4667	4
02253	Golosalvo	golosalvo	CM	AB	02036	39.2333	-1.6333	4
02260	Fuentealbilla	fuentealbilla	CM	AB	02034	39.2667	-1.55	4
02270	Villamalea	villamalea	CM	AB	02079	39.3667	-1.5833	4
02300	Alcaraz	alcaraz	CM	AB	02008	38.6668	-2.4911	4
02310	Viveros	viveros	CM	AB	02085	38.7726	-2.5745	4
02311	Povedilla	povedilla	CM	AB	02062	38.7002	-2.6021	4
02312	La Mesta De Alcaraz	la-mesta-de-alcaraz	CM	AB	02008	38.6225	-2.4338	4
02312	Canaleja	canaleja	CM	AB	02008	38.6988	-2.5319	4
02313	Peñascosa	penascosa	CM	AB	02059	38.6722	-2.4099	4
02314	Zorio	zorio	CM	AB	02008	38.6958	-2.3999	4
02314	Pesebre	pesebre	CM	AB	02008	38.6887	-2.3733	4
02314	La Hoz	la-hoz	CM	AB	02008	38.6852	-2.4456	4
02314	El Horcajo	el-horcajo	CM	AB	02008	38.7205	-2.4706	4
02314	Cilleruelo	cilleruelo	CM	AB	02008	38.7053	-2.3441	4
02314	Solanilla	solanilla	CM	AB	02008	38.6917	-2.5031	4
02314	Ituero	ituero	CM	AB	02008	38.7557	-2.3094	4
02314	Peñarrubia De Masegoso	penarrubia-de-masegoso	CM	AB	02008	38.7076	-2.3953	3
02314	Masegoso	masegoso	CM	AB	02008	38.7183	-2.3161	4
02315	Vianos	vianos	CM	AB	02076	38.6332	-2.5004	4
02316	Salobre	salobre	CM	AB	02070	38.593	-2.5504	4
02316	Reolid	reolid	CM	AB	02070	38.6213	-2.5684	4
02320	Balazote	balazote	CM	AB	02012	38.8844	-2.1518	4
02326	Cañada Juncosa	canada-juncosa	CM	AB	02071	38.7722	-2.1594	4
02326	San Pedro	san-pedro	CM	AB	02071	38.8249	-2.1828	4
02326	Casas De Abajo	casas-de-abajo	CM	AB	02071	38.7789	-2.1576	4
02327	Casica Del Madroño	casica-del-madrono	CM	AB	02065	38.7658	-2.0946	4
02327	Argamason	argamason	CM	AB	02065	38.8523	-2.0274	4
02327	La Zarza	la-zarza	CM	AB	02065	38.7822	-2.0683	4
02327	Pozuelo	pozuelo	CM	AB	02065	38.8099	-2.101	4
02328	Santa Ana	santa-ana	CM	AB	02003	38.6789	-2.1048	4
02329	Cucharal	cucharal	CM	AB	02022	38.7537	-2.2365	4
02329	Casas De Lazaro	casas-de-lazaro	CM	AB	02022	38.7706	-2.2404	4
02340	Robledo	robledo	CM	AB	02068	38.7581	-2.4504	4
02340	Los Chospes	los-chospes	CM	AB	02068	38.7839	-2.3853	4
02340	Cubillo	cubillo	CM	AB	02068	38.7847	-2.3864	3
02340	El Jardin	el-jardin	CM	AB	02068	38.8122	-2.3235	4
02350	Villapalacios	villapalacios	CM	AB	02080	38.575	-2.6338	4
02360	Bienservida	bienservida	CM	AB	02016	38.5172	-2.6109	4
02400	Hellin	hellin	CM	AB	02037	38.5106	-1.701	4
02409	Cañada De Agra	canada-de-agra	CM	AB	02037	38.5106	-1.701	1
02409	Mingogil	mingogil	CM	AB	02037	38.5106	-1.701	1
02409	Nava Campaña	nava-campana	CM	AB	02037	38.5106	-1.701	1
02409	Agra	agra	CM	AB	02037	38.5106	-1.701	1
02410	Lietor	lietor	CM	AB	02044	38.5427	-1.9537	4
02420	Isso	isso	CM	AB	02037	38.4909	-1.7427	4
02430	Elche De La Sierra	elche-de-la-sierra	CM	AB	02030	38.4512	-2.0476	4
02434	Letur	letur	CM	AB	02042	38.3663	-2.1021	4
02435	Socovos	socovos	CM	AB	02072	38.3323	-1.9848	4
02436	Ferez	ferez	CM	AB	02031	38.35	-2	4
02437	Tazona	tazona	CM	AB	02072	38.305	-1.9093	4
02437	Los Olmos	los-olmos	CM	AB	02072	38.312	-1.9006	4
02437	Cañada De Buendia	canada-de-buendia	CM	AB	02072	38.327	-1.8822	4
02437	El Cañar	el-canar	CM	AB	02072	38.3147	-1.8974	3
02439	Gallego	gallego	CM	AB	02030	38.4128	-2.0104	4
02439	Abejuela	abejuela	CM	AB	02030	38.3656	-2.0403	4
02439	Vicorto	vicorto	CM	AB	02030	38.4266	-2.0157	4
02439	Villares	villares	CM	AB	02030	38.4325	-2.0355	4
02440	Molinicos	molinicos	CM	AB	02049	38.4672	-2.2394	4
02448	Vegallera	vegallera	CM	AB	02017	38.5454	-2.3246	4
02448	Los Alejos	los-alejos	CM	AB	02017	38.513	-2.2426	4
02448	Pinilla (Vegallera)	pinilla-vegallera	CM	AB	02017	38.5454	-2.3246	4
02448	Las Animas	las-animas	CM	AB	02017	38.5103	-2.2842	4
02448	Quejigal	quejigal	CM	AB	02017	38.4964	-2.3126	4
02448	La Alfera	la-alfera	CM	AB	02017	38.5122	-2.2817	4
02448	Las Yeguarizas	las-yeguarizas	CM	AB	02017	38.5507	-2.2738	4
02448	Cañada Del Provencio	canada-del-provencio	CM	AB	02017	38.5219	-2.3341	4
02449	Cañada De Morote	canada-de-morote	CM	AB	02030	38.4797	-2.2725	4
02449	Torre Pedro	torre-pedro	CM	AB	02030	38.4893	-2.2493	3
02449	Las Hoyas	las-hoyas	CM	AB	02030	38.549	-2.117	4
02449	Puerto Del Pino	puerto-del-pino	CM	AB	02030	38.4633	-2.192	4
02449	Fuente Higuera	fuente-higuera	CM	AB	02030	38.4955	-2.2436	4
02449	El Pardal	el-pardal	CM	AB	02030	38.4841	-2.2851	4
02449	Mesones	mesones	CM	AB	02030	38.4885	-2.3512	4
02449	Los Collados	los-collados	CM	AB	02030	38.4533	-2.3287	4
02449	Fuente Carrasca	fuente-carrasca	CM	AB	02030	38.5011	-2.204	4
02450	Riopar	riopar	CM	AB	02067	38.5	-2.45	4
02459	Cortijos Del Cura	cortijos-del-cura	CM	AB	02058	38.5005	-2.4177	3
02459	El Nogueron	el-nogueron	CM	AB	02058	38.514	-2.4571	4
02459	El Lugar Nuevo	el-lugar-nuevo	CM	AB	02058	38.5	-2.3833	4
02459	Casa De La Noguera	casa-de-la-noguera	CM	AB	02058	38.4825	-2.4145	4
02459	El Gollizo	el-gollizo	CM	AB	02058	38.5101	-2.4126	4
02459	El Laminador	el-laminador	CM	AB	02058	38.489	-2.3983	4
02459	El Villar	el-villar	CM	AB	02058	38.5073	-2.4405	4
02460	Bellotar	bellotar	CM	AB	02084	38.4667	-2.5333	4
02460	Villaverde De Guadalimar	villaverde-de-guadalimar	CM	AB	02084	38.4552	-2.5178	4
02461	Cotillas	cotillas	CM	AB	02028	38.4311	-2.5055	4
02462	Umbria Angulo	umbria-angulo	CM	AB	02067	38.4219	-2.5503	3
02462	Campillo	campillo	CM	AB	02067	38.4271	-2.5673	4
02462	Arroyofrio	arroyofrio	CM	AB	02067	38.4167	-2.5333	4
02480	Yeste	yeste	CM	AB	02086	38.3685	-2.3176	4
02484	Arguellite	arguellite	CM	AB	02086	38.3353	-2.4289	4
02485	Tus	tus	CM	AB	02086	38.3456	-2.3359	1
02486	Rala	rala	CM	AB	02086	38.4083	-2.3095	4
02486	Horno Ciego	horno-ciego	CM	AB	02086	38.43	-2.2194	4
02486	Peñarrubia	penarrubia	CM	AB	02086	38.4263	-2.1838	4
02487	Juan Quilez	juan-quilez	CM	AB	02086	38.2958	-2.2947	3
02487	Sege	sege	CM	AB	02086	38.2958	-2.2947	4
02489	Parolis	parolis	CM	AB	02086	38.282	-2.4229	3
02489	Gontar	gontar	CM	AB	02086	38.2333	-2.4333	4
02489	Alcantarilla	alcantarilla	CM	AB	02086	38.3035	-2.4453	4
02489	Paules	paules	CM	AB	02086	38.3091	-2.3901	4
02490	Agramon	agramon	CM	AB	02037	38.4219	-1.6375	4
02499	Minateda	minateda	CM	AB	02037	38.4682	-1.6136	4
02499	Cancarix	cancarix	CM	AB	02037	38.4205	-1.5714	4
02499	Las Minas	las-minas	CM	AB	02037	38.4476	-1.5991	3
02499	La Horca	la-horca	CM	AB	02037	38.4541	-1.6124	4
02500	Tobarra	tobarra	CM	AB	02074	38.5921	-1.6919	4
02510	Pozo Bueno	pozo-bueno	CM	AB	02029	38.8033	-1.7353	3
02510	Pozo Cañada	pozo-canada	CM	AB	02029	38.8033	-1.7353	4
02511	Las Abuzaderas	las-abuzaderas	CM	AB	02003	38.7637	-1.8293	3
02511	Campillo De Las Doblas	campillo-de-las-doblas	CM	AB	02003	38.7637	-1.8293	4
02512	Aljube	aljube	CM	AB	02003	38.6074	-1.6383	4
02512	Casa De Las Monjas	casa-de-las-monjas	CM	AB	02003	38.6074	-1.6383	3
02512	Los Mardos	los-mardos	CM	AB	02003	38.6074	-1.6383	3
02512	Casa Blanca De Los Rioteros	casa-blanca-de-los-rioteros	CM	AB	02003	38.6074	-1.6383	3
02513	Cordovilla	cordovilla	CM	AB	02074	38.5677	-1.6342	4
02513	Sierra	sierra	CM	AB	02074	38.5607	-1.6588	4
02513	Santiago De Mora	santiago-de-mora	CM	AB	02074	38.5709	-1.5997	4
02513	Mora De Santa Quiteria	mora-de-santa-quiteria	CM	AB	02074	38.5612	-1.5869	4
02520	Chinchilla De Monte Aragon	chinchilla-de-monte-aragon	CM	AB	02029	38.9209	-1.7202	4
02530	Nerpio	nerpio	CM	AB	02055	38.1475	-2.302	4
02534	Cañadas	canadas	CM	AB	02055	38.0879	-2.4145	4
02534	Jutia	jutia	CM	AB	02055	38.1126	-2.4002	3
02534	Pedro Andres	pedro-andres	CM	AB	02055	38.1373	-2.3858	4
02536	Casa De La Cabeza	casa-de-la-cabeza	CM	AB	02055	38.1922	-2.3059	4
02536	Beg	beg	CM	AB	02055	38.2492	-2.3011	4
02536	Chorretites De Abajo	chorretites-de-abajo	CM	AB	02055	38.2255	-2.3113	3
02536	Yetas De Abajo	yetas-de-abajo	CM	AB	02055	38.2352	-2.327	4
02536	Cortijos Del Herrero	cortijos-del-herrero	CM	AB	02055	38.2255	-2.3113	3
02600	Villarrobledo	villarrobledo	CM	AB	02081	39.2699	-2.6012	4
02610	El Bonillo	el-bonillo	CM	AB	02019	38.9505	-2.5405	4
02611	Ossa De Montiel	ossa-de-montiel	CM	AB	02057	38.964	-2.7455	4
02612	Munera	munera	CM	AB	02053	39.0422	-2.4807	4
02614	El Ballestero	el-ballestero	CM	AB	02014	38.8418	-2.4561	4
02620	Minaya	minaya	CM	AB	02048	39.2705	-2.3218	4
02630	La Roda	la-roda	CM	AB	02069	39.2167	-2.15	4
02636	Villalgordo Del Jucar	villalgordo-del-jucar	CM	AB	16060	39.1792	-2.137	1
02637	Fuensanta	fuensanta	CM	AB	02032	39.2333	-2.0667	4
02638	Montalvos	montalvos	CM	AB	02050	39.1667	-2.0167	4
02639	Santa Marta	santa-marta	CM	AB	02015	39.2333	-2.25	4
02639	Barrax	barrax	CM	AB	02015	39.0461	-2.2015	4
02640	Almansa	almansa	CM	AB	02009	38.8692	-1.0971	4
02650	Montealegre Del Castillo	montealegre-del-castillo	CM	AB	02051	38.7886	-1.3272	4
02651	Fuente-Alamo	fuente-alamo	CM	AB	02033	38.6929	-1.4316	4
02652	Ontur	ontur	CM	AB	02056	38.6151	-1.4972	4
02653	Albatana	albatana	CM	AB	02004	38.5706	-1.5221	4
02660	Caudete	caudete	CM	AB	02025	38.7068	-0.9872	4
02690	Alpera	alpera	CM	AB	02010	38.9667	-1.2167	4
02691	Bonete	bonete	CM	AB	02018	38.8714	-1.3485	4
02691	Horna	horna	CM	AB	02018	38.8382	-1.6046	4
02692	Las Anorias	las-anorias	CM	AB	02029	38.7558	-1.5392	4
02692	Pinilla	pinilla	CM	AB	02029	38.7319	-1.5867	4
02692	Petrola	petrola	CM	AB	02029	38.8263	-1.5566	4
02693	Corral Rubio	corral-rubio	CM	AB	02027	38.8346	-1.4603	4
02693	La Higuera	la-higuera	CM	AB	02027	38.7829	-1.4003	4
02694	Higueruela	higueruela	CM	AB	02039	38.9637	-1.4437	4
02695	Villar De Chinchilla	villar-de-chinchilla	CM	AB	02029	38.9006	-1.5282	4
02696	Hoya Gonzalo	hoya-gonzalo	CM	AB	02040	38.9579	-1.5568	4
13001	Ciudad Real	ciudad-real	CM	CR	13034	38.9863	-3.9291	4
13002	Ciudad Real	ciudad-real	CM	CR	13034	38.9863	-3.9291	4
13003	Ciudad Real	ciudad-real	CM	CR	13034	38.9863	-3.9291	4
13004	Ciudad Real	ciudad-real	CM	CR	13034	38.9863	-3.9291	4
13005	Ciudad Real	ciudad-real	CM	CR	13034	38.9863	-3.9291	4
13070	Ciudad Real	ciudad-real	CM	CR		38.9863	-3.9291	4
13071	Ciudad Real	ciudad-real	CM	CR		38.9863	-3.9291	4
13080	Ciudad Real	ciudad-real	CM	CR		38.9863	-3.9291	4
13100	Piedrabuena	piedrabuena	CM	CR	13063	39.0354	-4.1751	4
13107	Alcolea De Calatrava	alcolea-de-calatrava	CM	CR	13007	38.9868	-4.116	4
13108	Luciana	luciana	CM	CR	13051	38.9845	-4.2925	4
13109	Puebla De Don Rodrigo	puebla-de-don-rodrigo	CM	CR	13068	39.0856	-4.6197	4
13110	Horcajo De Los Montes	horcajo-de-los-montes	CM	CR	13049	39.3273	-4.6517	4
13113	El Alcornocal	el-alcornocal	CM	CR		39.3466	-4.6102	1
13114	El Robledo	el-robledo	CM	CR	13901	39.219	-4.281	4
13114	Navalrincon	navalrincon	CM	CR	13901	39.2251	-4.3528	4
13114	Las Islas	las-islas	CM	CR	13901	39.2006	-4.2867	4
13114	Las Tablillas	las-tablillas	CM	CR	13901	39.2149	-4.3068	3
13114	Navalajarra	navalajarra	CM	CR	13901	39.2149	-4.3068	3
13115	Santa Quiteria	santa-quiteria	CM	CR	13006	39.2577	-4.367	4
13116	Alcoba De Los Montes	alcoba-de-los-montes	CM	CR	13006	39.3466	-4.6102	1
13117	Enjambre	enjambre	CM	CR	13017	39.5345	-4.8515	4
13117	Anchuras	anchuras	CM	CR	13017	39.4806	-4.8338	4
13117	Gamonoso	gamonoso	CM	CR	13017	39.3994	-4.8801	4
13117	Encinacaida	encinacaida	CM	CR	13017	39.4968	-4.82	4
13118	Las Huertas Del Sauceral	las-huertas-del-sauceral	CM	CR	13017	39.3466	-4.6102	1
13120	Porzuna	porzuna	CM	CR	13065	39.1462	-4.1541	4
13128	Las Tiñosillas	las-tinosillas	CM	CR		39.1658	-4.2716	4
13128	Casas Del Rio	casas-del-rio	CM	CR		39.1658	-4.2716	3
13128	Cuesta Del Rio	cuesta-del-rio	CM	CR		39.1658	-4.2716	3
13128	Garlitera	garlitera	CM	CR		39.1658	-4.2716	3
13129	Las Betetas	las-betetas	CM	CR	13065	39.2052	-4.1696	4
13129	Piedrala	piedrala	CM	CR	13065	39.2167	-4.1713	3
13129	El Trincheto	el-trincheto	CM	CR	13065	39.2153	-4.1723	4
13129	Las Rabinadas	las-rabinadas	CM	CR	13065	39.1888	-4.1526	4
13129	El Bonal	el-bonal	CM	CR	13065	39.2575	-4.1907	4
13130	Fuencaliente	fuencaliente	CM	CR	13042	39.1862	-4.0258	4
13140	Peralvillo	peralvillo	CM	CR	13040	39.1478	-4.2976	1
13140	Fernan Caballero	fernan-caballero	CM	CR	13040	39.1478	-4.2976	1
13150	Carrion De Calatrava	carrion-de-calatrava	CM	CR	13031	39.019	-3.8168	4
13160	Torralba De Calatrava	torralba-de-calatrava	CM	CR	13083	39.0178	-3.751	4
13170	Miguelturra	miguelturra	CM	CR	13019	38.9644	-3.8905	4
13179	Pozuelo De Calatrava	pozuelo-de-calatrava	CM	CR	13015	38.5833	-3.8333	4
13180	Abenojar	abenojar	CM	CR	13001	38.8803	-4.357	4
13189	Navacerrada	navacerrada	CM	CR	13015	38.7975	-4.4006	4
13190	Corral De Calatrava	corral-de-calatrava	CM	CR	13056	38.8579	-4.0814	4
13191	Los Pozuelos De Calatrava	los-pozuelos-de-calatrava	CM	CR	13067	39.1348	-4.2673	1
13192	Cabezarados	cabezarados	CM	CR	13015	38.8447	-4.2983	4
13192	Tirteafuera	tirteafuera	CM	CR	13015	38.7746	-4.2513	4
13193	Arroba De Los Montes	arroba-de-los-montes	CM	CR	13021	39.154	-4.5437	4
13193	Fontanarejo	fontanarejo	CM	CR	13021	39.2201	-4.5175	4
13193	Navalpino	navalpino	CM	CR	13021	39.2257	-4.5913	4
13194	Navas De Estena	navas-de-estena	CM	CR	13052	39.4948	-4.5216	4
13194	La Toledana	la-toledana	CM	CR	13052	39.2833	-4.25	4
13194	Puentes De Piedrala	puentes-de-piedrala	CM	CR	13052	39.3925	-4.3313	3
13194	El Torno	el-torno	CM	CR	13052	39.2546	-4.2573	4
13194	Retuerta De Bullaque	retuerta-de-bullaque	CM	CR	13052	39.4636	-4.4136	4
13194	Pueblo Nuevo Del Bullaque	pueblo-nuevo-del-bullaque	CM	CR	13052	39.3925	-4.3313	3
13194	El Molinillo	el-molinillo	CM	CR	13052	39.4661	-4.2139	4
13195	Poblete	poblete	CM	CR	13034	38.9355	-3.9814	4
13195	Valverde	valverde	CM	CR	13034	38.9642	-4.0409	4
13196	Las Casas	las-casas	CM	CR	13034	39.0323	-3.9861	4
13196	Picon	picon	CM	CR	13034	39.0507	-4.0608	4
13200	Herrera De La Mancha	herrera-de-la-mancha	CM	CR	13053	38.9991	-3.3699	3
13200	Manzanares	manzanares	CM	CR	13053	38.9991	-3.3699	4
13210	Villarta De San Juan	villarta-de-san-juan	CM	CR	13097	39.2379	-3.4233	4
13220	Llanos Del Caudillo	llanos-del-caudillo	CM	CR	13904	38.963	-3.3922	1
13230	Membrilla	membrilla	CM	CR	13054	38.972	-3.3433	4
13240	La Solana	la-solana	CM	CR	13079	38.9442	-3.2381	4
13247	San Carlos Del Valle	san-carlos-del-valle	CM	CR	13074	38.844	-3.2415	4
13248	Alhambra	alhambra	CM	CR	13010	38.8993	-3.0533	4
13249	Ruidera	ruidera	CM	CR	13902	38.9777	-2.8832	4
13250	Daimiel	daimiel	CM	CR	13039	39.07	-3.615	4
13260	Bolaños De Calatrava	bolanos-de-calatrava	CM	CR	13013	38.9069	-3.6635	4
13270	Almagro	almagro	CM	CR	13013	38.8894	-3.7113	4
13279	Valenzuela De Calatrava	valenzuela-de-calatrava	CM	CR	13088	38.8525	-3.7721	4
13300	Valdepeñas	valdepenas	CM	CR	13005	38.7621	-3.3848	4
13310	La Consolacion	la-consolacion	CM	CR	13087	38.6895	-3.2191	1
13320	Villanueva De Los Infantes	villanueva-de-los-infantes	CM	CR	13093	38.7367	-3.0122	4
13326	Montiel	montiel	CM	CR	13057	38.698	-2.8644	4
13327	Santa Cruz De Los Cañamos	santa-cruz-de-los-canamos	CM	CR	13076	38.6376	-2.8662	4
13328	Almedina	almedina	CM	CR	13014	38.6245	-2.9538	4
13329	Carrizosa	carrizosa	CM	CR	13032	38.842	-2.9925	4
13330	Villanueva De La Fuente	villanueva-de-la-fuente	CM	CR	13092	38.6946	-2.6964	4
13331	Cañamares	canamares	CM	CR	13089	38.7336	-2.8417	1
13332	Villahermosa	villahermosa	CM	CR	13089	38.7502	-2.8707	4
13333	Fuenllana	fuenllana	CM	CR	13043	38.7559	-2.9581	4
13340	Albaladejo	albaladejo	CM	CR	13004	38.6189	-2.8078	4
13341	Terrinches	terrinches	CM	CR	13081	38.6106	-2.8422	4
13342	Puebla Del Principe	puebla-del-principe	CM	CR	13069	38.5677	-2.926	4
13343	Villamanrique	villamanrique	CM	CR	13090	38.5464	-2.9973	4
13344	Torre De Juan Abad	torre-de-juan-abad	CM	CR	13084	38.5842	-3.0599	4
13345	Cozar	cozar	CM	CR	13037	38.6622	-3.0721	4
13350	Moral De Calatrava	moral-de-calatrava	CM	CR	13058	38.8299	-3.5781	4
13360	Granatula De Calatrava	granatula-de-calatrava	CM	CR	13045	38.7969	-3.7434	4
13370	Calzada De Calatrava	calzada-de-calatrava	CM	CR	13027	38.7034	-3.7756	4
13379	Belvis	belvis	CM	CR	13094	38.627	-3.8661	4
13379	Villanueva De San Carlos	villanueva-de-san-carlos	CM	CR	13094	38.6217	-3.909	4
13379	Alameda	alameda	CM	CR	13094	38.6092	-3.876	4
13380	Aldea Del Rey	aldea-del-rey	CM	CR	13009	38.7383	-3.8402	4
13390	Pozo De La Serna	pozo-de-la-serna	CM	CR	13010	38.7765	-3.2327	4
13391	Alcubillas	alcubillas	CM	CR	13008	38.7531	-3.1341	4
13400	Almaden	almaden	CM	CR	13011	38.7754	-4.8316	4
13410	Agudo	agudo	CM	CR	13002	38.9818	-4.8713	4
13411	Valdemanco Del Esteras	valdemanco-del-esteras	CM	CR	13086	38.9386	-4.8292	4
13412	Chillon	chillon	CM	CR	13038	38.796	-4.8663	4
13413	Alamillo	alamillo	CM	CR	13003	38.6784	-4.7901	4
13414	Saceruela	saceruela	CM	CR	13012	38.9438	-4.6077	4
13414	Gargantiel	gargantiel	CM	CR	13012	38.8089	-4.7069	4
13415	San Benito	san-benito	CM	CR	13015	38.5649	-4.6771	4
13420	Malagon	malagon	CM	CR	13052	39.1667	-3.8542	4
13427	Cortijos De Arriba	cortijos-de-arriba	CM	CR	13036	39.3167	-4.0666	4
13427	Cortijos De Abajo	cortijos-de-abajo	CM	CR	13036	39.3137	-4.0409	4
13428	Las Morras	las-morras	CM	CR	13052	39.2533	-3.9809	3
13428	Valdehierro	valdehierro	CM	CR	13052	39.2582	-4.0116	4
13428	Los Quiles	los-quiles	CM	CR	13052	39.2483	-3.9502	4
13428	Charco Del Tamujo	charco-del-tamujo	CM	CR	13052	39.2533	-3.9809	3
13428	Las Povedillas	las-povedillas	CM	CR	13052	39.2533	-3.9809	3
13428	Los Ballesteros	los-ballesteros	CM	CR	13052	39.2533	-3.9809	3
13429	Cristo De Espiritu Santo	cristo-de-espiritu-santo	CM	CR	13052	39.1947	-4.0326	4
13429	La Fuencaliente	la-fuencaliente	CM	CR	13052	39.1862	-4.0258	4
13429	Las Peralosas	las-peralosas	CM	CR	13052	39.1904	-4.0292	3
13429	El Sotillo	el-sotillo	CM	CR	13052	39.1904	-4.0292	3
13430	La Cañada De Calatrava	la-canada-de-calatrava	CM	CR	13029	38.8543	-4.021	4
13431	Villar Del Pozo	villar-del-pozo	CM	CR	13095	38.8501	-3.964	4
13432	Ballesteros De Calatrava	ballesteros-de-calatrava	CM	CR	13022	38.8346	-3.9447	4
13433	Caracuel De Calatrava	caracuel-de-calatrava	CM	CR		38.8452	-4.0634	4
13434	Aeropuerto Central Ciudad Real	aeropuerto-central-ciudad-real	CM	CR		38.8461	-3.9983	1
13440	Argamasilla De Calatrava	argamasilla-de-calatrava	CM	CR	13020	38.7298	-4.0763	4
13450	Brazatortas	brazatortas	CM	CR	13024	38.6587	-4.2937	4
13459	Veredas	veredas	CM	CR	13015	38.6603	-4.3442	4
13459	Veredilla	veredilla	CM	CR	13015	38.6364	-4.3532	4
13460	Viñuela	vinuela	CM	CR	13015	38.6972	-4.3328	4
13470	Valdeazogues	valdeazogues	CM	CR	13015	38.6984	-4.4257	4
13473	Fontanosas	fontanosas	CM	CR	13001	38.7644	-4.5467	4
13480	Almadenejos	almadenejos	CM	CR	13012	38.7385	-4.7107	4
13490	Guadalmez	guadalmez	CM	CR	13046	38.7267	-4.971	4
13500	Puertollano	puertollano	CM	CR	13071	38.6871	-4.1073	4
13580	Almodovar Del Campo	almodovar-del-campo	CM	CR	13015	38.7094	-4.1791	4
13590	Hinojosas De Calatrava	hinojosas-de-calatrava	CM	CR	13048	38.6145	-4.1398	4
13591	Cabezarrubias Del Puerto	cabezarrubias-del-puerto	CM	CR	13026	38.6151	-4.1845	4
13592	Mestanza	mestanza	CM	CR	13055	38.5762	-4.071	4
13593	Solana Del Pino	solana-del-pino	CM	CR	13080	38.4672	-4.0752	4
13594	Solanilla Del Tamaral	solanilla-del-tamaral	CM	CR	13055	38.4332	-3.9621	4
13594	El Hoyo	el-hoyo	CM	CR	13055	38.4085	-3.9202	4
13595	Villamayor De Calatrava	villamayor-de-calatrava	CM	CR	13091	38.7876	-4.1377	4
13596	Bienvenida	bienvenida	CM	CR	13015	38.5792	-4.0814	1
13597	El Villar	el-villar	CM	CR	13071	38.6422	-4.0139	4
13597	Barriada Rio Ojailen	barriada-rio-ojailen	CM	CR	13071	38.6422	-4.0139	3
13598	Retamar	retamar	CM	CR	13015	38.6679	-4.2282	4
13600	Alcazar De San Juan	alcazar-de-san-juan	CM	CR	13005	39.3901	-3.2083	4
13610	Campo De Criptana	campo-de-criptana	CM	CR	13028	39.4046	-3.1249	4
13619	Arenales De San Gregorio	arenales-de-san-gregorio	CM	CR	13903	39.4046	-3.1249	1
13620	Pedro Muñoz	pedro-munoz	CM	CR	13061	39.4029	-2.9466	4
13630	Socuellamos	socuellamos	CM	CR	13078	39.2858	-2.7921	4
13640	Herencia	herencia	CM	CR	13015	39.3662	-3.3574	4
13650	Puerto Lapice	puerto-lapice	CM	CR	13070	39.3236	-3.4815	4
13660	Las Labores	las-labores	CM	CR	13050	39.2746	-3.5187	4
13670	Villarrubia De Los Ojos	villarrubia-de-los-ojos	CM	CR	13096	39.2208	-3.608	4
13679	Arenas De San Juan	arenas-de-san-juan	CM	CR	13018	39.2186	-3.5021	4
13680	Fuente El Fresno	fuente-el-fresno	CM	CR	13044	39.2284	-3.7749	4
13690	Alameda De Cervera	alameda-de-cervera	CM	CR	13005	39.3116	-3.3314	1
13700	Tomelloso	tomelloso	CM	CR	13082	39.1522	-3.0243	4
13710	Argamasilla De Alba	argamasilla-de-alba	CM	CR	13019	39.1292	-3.0925	4
13720	Cinco Casas (Pueblo)	cinco-casas-pueblo	CM	CR	13005	38.5677	-2.926	4
13720	Cinco Casas (Estacion)	cinco-casas-estacion	CM	CR	13005	38.5677	-2.926	3
13730	Santa Cruz De Mudela	santa-cruz-de-mudela	CM	CR	13077	38.6424	-3.4665	4
13739	Villalba De Calatrava	villalba-de-calatrava	CM	CR	13027	38.6424	-3.4665	1
13739	Umbria De Fresneda	umbria-de-fresneda	CM	CR	13027	38.6424	-3.4665	1
13739	Bazan	bazan	CM	CR	13027	38.6424	-3.4665	1
13739	Los Mirones	los-mirones	CM	CR	13027	38.6424	-3.4665	1
13740	Torrenueva	torrenueva	CM	CR	13085	38.6396	-3.3626	4
13750	Castellar De Santiago	castellar-de-santiago	CM	CR	13033	38.5393	-3.2757	4
13760	Almuradiel	almuradiel	CM	CR	13016	38.5132	-3.4978	4
13768	Venta De Cardenas	venta-de-cardenas	CM	CR	13098	38.4166	-3.4969	4
13770	Viso Del Marques	viso-del-marques	CM	CR	13098	38.5221	-3.5635	4
13779	Huertezuelas	huertezuelas	CM	CR	13027	38.5019	-3.8206	4
13779	San Bruno	san-bruno	CM	CR	13027	38.4894	-3.8233	3
13779	San Lorenzo De Calatrava	san-lorenzo-de-calatrava	CM	CR	13027	38.4768	-3.826	4
14449	La Garganta	la-garganta	CM	CR	13015	38.3046	-4.4119	1
14449	Minas De Horcajo	minas-de-horcajo	CM	CR	13015	38.3046	-4.4119	1
16001	Cuenca	cuenca	CM	CU	16078	40.0667	-2.1333	4
16002	Cuenca	cuenca	CM	CU	16078	40.0667	-2.1333	4
16003	Cuenca	cuenca	CM	CU	16078	40.0667	-2.1333	4
16004	Cuenca	cuenca	CM	CU	16078	40.0667	-2.1333	4
16070	Cuenca	cuenca	CM	CU		40.0667	-2.1333	4
16071	Cuenca	cuenca	CM	CU		40.0667	-2.1333	4
16080	Cuenca	cuenca	CM	CU		40.0667	-2.1333	4
16100	Valverde De Jucar	valverde-de-jucar	CM	CU	16236	39.7187	-2.2214	4
16111	Villaverde Y Pasaconsol	villaverde-y-pasaconsol	CM	CU	16004	39.771	-2.2655	4
16111	Albaladejo Del Cuende	albaladejo-del-cuende	CM	CU	16004	39.8068	-2.229	4
16112	Baños De Valdeganga	banos-de-valdeganga	CM	CU		39.7246	-2.1603	1
16113	La Parra De Las Vegas	la-parra-de-las-vegas	CM	CU	16152	39.8688	-2.2044	4
16114	Buenache De Alarcon	buenache-de-alarcon	CM	CU	16039	39.65	-2.1667	4
16118	Piqueras Del Castillo	piqueras-del-castillo	CM	CU	16104	39.7167	-2.0667	4
16118	Barchin Del Hoyo	barchin-del-hoyo	CM	CU	16104	39.6667	-2.0667	4
16118	Hontecillas	hontecillas	CM	CU	16104	39.7	-2.1833	4
16118	Olmedilla De Alarcon	olmedilla-de-alarcon	CM	CU	16104	39.6167	-2.1	4
16120	Valera De Abajo	valera-de-abajo	CM	CU	16903	39.7667	-2.15	4
16122	Tortola	tortola	CM	CU	16083	39.9167	-2.1333	4
16122	El Castellar	el-castellar	CM	CU	16083	39.925	-2.1583	3
16122	Valdeganga De Cuenca	valdeganga-de-cuenca	CM	CU	16083	39.9333	-2.1833	4
16123	Arcas	arcas	CM	CU	16905	39.9833	-2.1167	4
16123	Arcas Del Villar	arcas-del-villar	CM	CU	16905	39.9667	-2.0917	3
16123	Villar Del Saz De Arcas	villar-del-saz-de-arcas	CM	CU	16905	39.95	-2.0667	4
16140	Villalba De La Sierra	villalba-de-la-sierra	CM	CU	16245	40.2344	-2.0893	4
16141	Fresneda De La Sierra	fresneda-de-la-sierra	CM	CU	16022	40.391	-2.1423	4
16141	Arcos De La Sierra	arcos-de-la-sierra	CM	CU	16022	40.3466	-2.1131	4
16141	Castillejo-Sierra	castillejo-sierra	CM	CU	16022	40.3748	-2.1404	4
16141	Portilla	portilla	CM	CU	16022	40.2896	-2.0818	4
16142	Las Majadas	las-majadas	CM	CU	16121	40.2973	-2.0215	4
16143	Mariana	mariana	CM	CU	16122	40.1672	-2.146	4
16143	Collados	collados	CM	CU	16122	40.2591	-2.1987	4
16143	Sotos	sotos	CM	CU	16122	40.195	-2.1646	4
16144	Ribagorda	ribagorda	CM	CU	16085	40.3329	-2.2305	4
16144	La Frontera	la-frontera	CM	CU	16085	40.4016	-2.217	4
16144	Villaseca	villaseca	CM	CU	16085	40.3193	-2.213	4
16145	Torrecilla	torrecilla	CM	CU	16909	40.2922	-2.2035	4
16145	Ribatajada	ribatajada	CM	CU	16909	40.3377	-2.174	4
16145	Pajares	pajares	CM	CU	16909	40.3167	-2.1944	4
16145	Ribatajadilla	ribatajadilla	CM	CU	16909	40.3192	-2.1508	4
16146	Valdecabras	valdecabras	CM	CU	16078	40.15	-2.0333	4
16146	Zarzuela	zarzuela	CM	CU	16078	40.259	-2.1103	4
16147	Sitio De San Antonio	sitio-de-san-antonio	CM	CU	16122	40.2935	-2.1458	1
16147	Ventorro Chafe	ventorro-chafe	CM	CU	16122	40.2935	-2.1458	1
16150	Vega Del Codorno	vega-del-codorno	CM	CU	16215	40.4246	-1.9131	4
16150	Tragacete	tragacete	CM	CU	16215	40.3501	-1.851	4
16152	Valdemeca	valdemeca	CM	CU	16107	40.2237	-1.7436	4
16152	Beamud	beamud	CM	CU	16107	40.1864	-1.8288	4
16152	Uña	una	CM	CU	16107	40.2241	-1.9779	4
16152	Huelamo	huelamo	CM	CU	16107	40.2766	-1.8096	4
16160	Palomares Del Campo	palomares-del-campo	CM	CU	16148	39.9466	-2.5978	4
16161	Torrejoncillo Del Rey	torrejoncillo-del-rey	CM	CU	16211	40.0084	-2.5711	4
16161	Villar Del Aguila	villar-del-aguila	CM	CU	16211	39.9655	-2.5363	4
16162	Villar Del Horno	villar-del-horno	CM	CU	16211	40.0654	-2.455	4
16162	Naharros	naharros	CM	CU	16211	40.0532	-2.51	4
16162	Horcajada De La Torre	horcajada-de-la-torre	CM	CU	16211	40.0397	-2.5682	4
16190	Chillaron De Cuenca	chillaron-de-cuenca	CM	CU	16023	40.1054	-2.2218	4
16190	Navalon	navalon	CM	CU	16023	40.1223	-2.2919	4
16190	Sotoca	sotoca	CM	CU	16023	40.1813	-2.3353	4
16190	Villar Del Saz De Navalon	villar-del-saz-de-navalon	CM	CU	16023	40.1476	-2.3524	4
16191	Bascuñana De San Pedro	bascunana-de-san-pedro	CM	CU	16023	40.2132	-2.2281	4
16191	Arcos De La Cantera	arcos-de-la-cantera	CM	CU	16023	40.1269	-2.2232	4
16191	Tondos	tondos	CM	CU	16023	40.1637	-2.2179	4
16191	Nohales	nohales	CM	CU	16023	40.0833	-2.1667	4
16191	Noheda	noheda	CM	CU	16023	40.1797	-2.254	4
16191	Fuentesclaras Del Chillaron	fuentesclaras-del-chillaron	CM	CU	16023	40.1567	-2.2889	4
16192	Palomera	palomera	CM	CU	16040	40.0667	-2.05	4
16192	Molinos Del Papel	molinos-del-papel	CM	CU	16040	40.1	-2.025	3
16192	Buenache De La Sierra	buenache-de-la-sierra	CM	CU	16040	40.1333	-2	4
16193	Mohorte	mohorte	CM	CU	16078	40.0167	-2.0667	4
16193	La Melgosa	la-melgosa	CM	CU	16078	40.0333	-2.0833	4
16193	Fuentes	fuentes	CM	CU	16078	39.9667	-2.0167	4
16193	Las Zomas	las-zomas	CM	CU	16078	39.9833	-2.0167	4
16194	Jabaga	jabaga	CM	CU	16023	40.0863	-2.2634	4
16194	Colliga	colliga	CM	CU	16023	40.0455	-2.2608	4
16194	Colliguilla	colliguilla	CM	CU	16023	40.0513	-2.2258	4
16194	Villanueva De Los Escuderos	villanueva-de-los-escuderos	CM	CU	16023	40.0425	-2.3027	4
16195	Abia De Obispalia	abia-de-obispalia	CM	CU	16019	40.0184	-2.395	4
16195	Poveda Obispalia	poveda-obispalia	CM	CU	16019	39.9559	-2.4277	4
16195	Villarejo Sobrehuerta	villarejo-sobrehuerta	CM	CU	16019	40.0191	-2.4868	4
16195	Huerta De La Obispalia	huerta-de-la-obispalia	CM	CU	16019	39.989	-2.4788	4
16195	Villarejo Seco	villarejo-seco	CM	CU	16019	39.9766	-2.3889	4
16196	Barbalimpia	barbalimpia	CM	CU	16263	39.9859	-2.3281	4
16196	Villar De Olalla	villar-de-olalla	CM	CU	16263	40.015	-2.1956	4
16200	Motilla Del Palancar	motilla-del-palancar	CM	CU	16134	39.5667	-1.8833	4
16210	Campillo De Altobuey	campillo-de-altobuey	CM	CU	16042	39.6	-1.8	4
16211	El Picazo	el-picazo	CM	CU	16158	39.45	-2.0833	4
16212	Rubielos Altos	rubielos-altos	CM	CU	16908	39.4667	-2.0333	4
16212	Rubielos Bajos	rubielos-bajos	CM	CU	16908	39.45	-2.0333	4
16212	Pozoseco	pozoseco	CM	CU	16908	39.4833	-1.9667	4
16214	Gabaldon	gabaldon	CM	CU	16092	39.6167	-1.9333	4
16214	Valhermoso De La Fuente	valhermoso-de-la-fuente	CM	CU	16092	39.5667	-2.0167	4
16214	Valverdejo	valverdejo	CM	CU	16092	39.6167	-2.0167	4
16214	Alarcon	alarcon	CM	CU	16092	39.55	-2.0833	4
16215	Almodovar Del Pinar	almodovar-del-pinar	CM	CU	16017	39.7167	-1.8833	4
16216	Solera De Gabaldon	solera-de-gabaldon	CM	CU	16081	39.75	-1.9667	4
16216	Chumillas	chumillas	CM	CU	16081	39.7667	-2.0333	4
16216	Valeria	valeria	CM	CU	16081	39.7833	-2.15	4
16216	Olmeda Del Rey	olmeda-del-rey	CM	CU	16081	39.8	-2.0833	4
16220	Quintanar Del Rey	quintanar-del-rey	CM	CU	16175	39.3333	-1.9333	4
16230	Villanueva De La Jara	villanueva-de-la-jara	CM	CU	16251	39.4333	-1.9333	4
16234	Casas De Santa Cruz	casas-de-santa-cruz	CM	CU		39.4	-1.85	4
16235	Iniesta	iniesta	CM	CU	16113	39.4333	-1.75	4
16236	Villagarcia Del Llano	villagarcia-del-llano	CM	CU	16113	39.3167	-1.8333	4
16237	Ledaña	ledana	CM	CU	16118	39.3667	-1.7	4
16238	Casas Del Olmo	casas-del-olmo	CM	CU	16244	39.3	-1.7667	4
16239	Casasimarro	casasimarro	CM	CU	16066	39.3667	-2.0333	4
16240	El Peral	el-peral	CM	CU	16155	39.5	-1.9	4
16250	Castillejo De Iniesta	castillejo-de-iniesta	CM	CU	16068	39.5333	-1.7667	4
16251	Graja De Iniesta	graja-de-iniesta	CM	CU	16096	39.5167	-1.6667	4
16260	Minglanilla	minglanilla	CM	CU	16125	39.5333	-1.6	4
16269	La Pesquera	la-pesquera	CM	CU	16157	39.5833	-1.5667	4
16269	Puebla Del Salvador	puebla-del-salvador	CM	CU	16157	39.5667	-1.6667	4
16270	Villalpardo	villalpardo	CM	CU	16248	39.4667	-1.6333	4
16280	Villarta	villarta	CM	CU	16271	39.45	-1.65	4
16290	Alcahozo	alcahozo	CM	CU	16098	39.4167	-1.6333	4
16290	El Herrumblar	el-herrumblar	CM	CU	16098	39.4	-1.6167	4
16300	Cañete	canete	CM	CU	16052	40.05	-1.65	4
16311	Boniches	boniches	CM	CU	16043	39.9833	-1.6167	4
16311	Fuentelespino De Moya	fuentelespino-de-moya	CM	CU	16043	39.9167	-1.4667	4
16311	Huerguina	huerguina	CM	CU	16043	40.0333	-1.6	4
16311	Campillos-Paravientos	campillos-paravientos	CM	CU	16043	39.9833	-1.55	4
16312	Garaballa	garaballa	CM	CU	16097	39.8167	-1.3667	4
16312	Henarejos	henarejos	CM	CU	16097	39.8667	-1.4833	4
16313	Aliaguilla	aliaguilla	CM	CU	16014	39.7333	-1.3167	4
16315	El Cubillo	el-cubillo	CM	CU	16008	40.0167	-1.5	4
16315	Alcala De La Vega	alcala-de-la-vega	CM	CU	16008	40.0333	-1.5167	4
16316	Huerta Del Marquesado	huerta-del-marquesado	CM	CU	16115	40.15	-1.6833	4
16316	Valdemoro-Sierra	valdemoro-sierra	CM	CU	16115	40.1	-1.7667	4
16316	Laguna Del Marquesado	laguna-del-marquesado	CM	CU	16115	40.1775	-1.6717	4
16316	Campillos-Sierra	campillos-sierra	CM	CU	16115	40.1	-1.7	4
16317	Zafrilla	zafrilla	CM	CU	16187	40.2	-1.6167	4
16317	Salinas Del Manzano	salinas-del-manzano	CM	CU	16187	40.0833	-1.55	4
16317	Tejadillos	tejadillos	CM	CU	16187	40.1333	-1.6333	4
16318	Hoya Del Peral	hoya-del-peral	CM	CU	16189	40.1167	-1.4667	4
16318	Casas Nuevas	casas-nuevas	CM	CU	16189	40.1	-1.45	4
16318	Salvacañete	salvacanete	CM	CU	16189	40.1	-1.5	4
16320	Talayuelas	talayuelas	CM	CU	16202	39.85	-1.2833	4
16321	Casillas De Ranera	casillas-de-ranera	CM	CU	16202	39.7833	-1.25	4
16330	Landete	landete	CM	CU	16117	39.9	-1.3667	4
16336	Las Rinconadas	las-rinconadas	CM	CU	16194	39.95	-1.2667	4
16336	Santa Cruz De Moya	santa-cruz-de-moya	CM	CU	16194	39.95	-1.2667	4
16336	La Olmeda	la-olmeda	CM	CU	16194	39.9667	-1.25	4
16337	Pedro Izquierdo	pedro-izquierdo	CM	CU	16135	39.9833	-1.35	4
16337	Santo Domingo De Moya	santo-domingo-de-moya	CM	CU	16135	39.9667	-1.3833	4
16338	Algarra	algarra	CM	CU	16062	40	-1.4333	4
16338	Los Huertos	los-huertos	CM	CU	16062	39.9333	-1.3667	4
16338	El Arrabal	el-arrabal	CM	CU	16062	39.95	-1.3667	4
16338	Casas De Garcimolina	casas-de-garcimolina	CM	CU	16062	40	-1.4167	4
16339	Las Higueruelas	las-higueruelas	CM	CU	16194	39.8667	-1.2167	4
16339	Manzaneruela	manzaneruela	CM	CU	16194	39.9333	-1.2833	4
16339	Graja De Campalbo	graja-de-campalbo	CM	CU	16194	39.9	-1.2667	4
16340	Cañada Del Hoyo	canada-del-hoyo	CM	CU	16046	39.9667	-1.9	4
16340	Valdemorillo De La Sierra	valdemorillo-de-la-sierra	CM	CU	16046	40.0333	-1.7833	4
16340	La Cierva	la-cierva	CM	CU	16046	40.05	-1.85	4
16350	Carboneras De Guadazaon	carboneras-de-guadazaon	CM	CU	16055	39.8833	-1.8	4
16360	Monteagudo De Las Salinas	monteagudo-de-las-salinas	CM	CU	16024	39.8	-1.9	4
16360	Arguisuelas	arguisuelas	CM	CU	16024	39.8333	-1.8167	4
16370	Villar Del Humo	villar-del-humo	CM	CU	16192	39.8667	-1.6333	4
16370	San Martin De Boniches	san-martin-de-boniches	CM	CU	16192	39.9	-1.5667	4
16371	Villora	villora	CM	CU	16137	39.75	-1.5833	4
16371	Narboneta	narboneta	CM	CU	16137	39.75	-1.4667	4
16372	Salto De Villora	salto-de-villora	CM	CU	16082	39.7	-1.6	4
16372	Enguidanos	enguidanos	CM	CU	16082	39.6667	-1.6	4
16373	Paracuellos De La Vega	paracuellos-de-la-vega	CM	CU	16056	39.7667	-1.7	3
16373	Cardenete	cardenete	CM	CU	16056	39.7667	-1.6833	4
16373	Yemeda	yemeda	CM	CU	16056	39.7667	-1.7167	4
16390	Pajaroncillo	pajaroncillo	CM	CU	16146	39.95	-1.7333	4
16390	Reillo	reillo	CM	CU	16146	39.9	-1.8667	4
16390	Pajaron	pajaron	CM	CU	16146	39.95	-1.7833	4
16393	Mira	mira	CM	CU	16126	39.7167	-1.4333	4
16400	Tarancon	tarancon	CM	CU	16203	40.0085	-3.0073	4
16410	Horcajo De Santiago	horcajo-de-santiago	CM	CU	16106	39.8422	-2.9972	4
16411	Fuente De Pedro Naharro	fuente-de-pedro-naharro	CM	CU	16086	39.9244	-3.0092	4
16412	El Acebron	el-acebron	CM	CU	16002	39.9087	-2.9832	4
16413	Torrubia Del Campo	torrubia-del-campo	CM	CU	16212	39.8975	-2.9613	4
16414	Pozorrubio	pozorrubio	CM	CU	16167	39.8165	-2.9494	4
16415	Villamayor De Santiago	villamayor-de-santiago	CM	CU	16249	39.7307	-2.9236	4
16417	Los Hinojosos	los-hinojosos	CM	CU	16100	39.6042	-2.8257	4
16420	Almendros	almendros	CM	CU	16016	39.9209	-2.8847	4
16420	Villarrubio	villarrubio	CM	CU	16016	39.9451	-2.8943	4
16421	Hontanaya	hontanaya	CM	CU	16103	39.7155	-2.8352	4
16421	Puebla De Almenara	puebla-de-almenara	CM	CU	16103	39.7844	-2.8143	4
16422	Tresjuncos	tresjuncos	CM	CU	16216	39.7009	-2.755	4
16423	Osa De La Vega	osa-de-la-vega	CM	CU	16145	39.6598	-2.76	4
16430	Saelices	saelices	CM	CU	16186	39.9206	-2.805	4
16431	Almonacid Del Marquesado	almonacid-del-marquesado	CM	CU	16018	39.8234	-2.7677	4
16432	Villarejo De Fuentes	villarejo-de-fuentes	CM	CU	16264	39.7881	-2.6968	4
16433	Alconchel De La Estrella	alconchel-de-la-estrella	CM	CU	16253	39.7196	-2.5737	4
16433	Villar De Cañas	villar-de-canas	CM	CU	16253	39.7786	-2.5643	4
16434	Montalbanejo	montalbanejo	CM	CU	16129	39.7337	-2.4991	4
16435	La Hinojosa	la-hinojosa	CM	CU	16099	39.7278	-2.414	4
16440	Montalbo	montalbo	CM	CU	16130	39.8799	-2.6704	4
16441	El Hito	el-hito	CM	CU	16101	39.8593	-2.7154	4
16442	Villares Del Saz	villares-del-saz	CM	CU	16269	39.8411	-2.5043	4
16444	Cervera Del Llano	cervera-del-llano	CM	CU	16073	39.7831	-2.4202	4
16452	Tribaldos	tribaldos	CM	CU	16217	39.9726	-2.8981	4
16452	Ucles	ucles	CM	CU	16217	39.9794	-2.8614	4
16452	Rozalen Del Monte	rozalen-del-monte	CM	CU	16217	39.9908	-2.8052	4
16460	Barajas De Melo	barajas-de-melo	CM	CU	16027	40.1234	-2.9168	4
16461	Leganiel	leganiel	CM	CU	16119	40.1657	-2.9497	4
16463	Saceda Trasierra	saceda-trasierra	CM	CU	16185	40.1553	-2.8537	4
16464	Alcazar Del Rey	alcazar-del-rey	CM	CU	16010	40.0629	-2.8078	4
16465	Paredes	paredes	CM	CU	16108	40.0658	-2.854	4
16465	Huelves	huelves	CM	CU	16108	40.0428	-2.8844	4
16470	Valderrios (Urbanitzacio)	valderrios-urbanitzacio	CM	CU	16027	40.031	-3.092	3
16470	Belinchon	belinchon	CM	CU	16027	40.046	-3.0552	4
16470	Zarza De Tajo	zarza-de-tajo	CM	CU	16027	40.0159	-3.1288	4
16500	Huete	huete	CM	CU	16112	40.1453	-2.6903	4
16510	Mazarulleque	mazarulleque	CM	CU	16240	40.184	-2.7691	4
16510	Vellisca	vellisca	CM	CU	16240	40.1297	-2.8144	4
16510	Garcinarro	garcinarro	CM	CU	16240	40.2247	-2.759	4
16512	Buendia	buendia	CM	CU	16041	40.3664	-2.7565	4
16512	Jabalera	jabalera	CM	CU	16041	40.2912	-2.7738	4
16512	Pantano De Buendia	pantano-de-buendia	CM	CU	16041	40.3288	-2.7651	3
16520	Moncalvillo De Huete	moncalvillo-de-huete	CM	CU	16112	40.2264	-2.6933	4
16521	Valdemoro Del Rey	valdemoro-del-rey	CM	CU	16112	40.2468	-2.6226	4
16522	Tinajas	tinajas	CM	CU	16162	40.3255	-2.5823	4
16522	Portalrubio De Guadamejud	portalrubio-de-guadamejud	CM	CU	16162	40.2723	-2.6037	4
16531	Villanueva De Guadamejud	villanueva-de-guadamejud	CM	CU		40.2248	-2.5053	4
16532	Saceda Del Rio	saceda-del-rio	CM	CU	16112	40.2108	-2.6152	4
16532	Gascueña	gascuena	CM	CU	16112	40.2994	-2.5186	4
16532	La Peraleja	la-peraleja	CM	CU	16112	40.2353	-2.5561	4
16535	Villalba Del Rey	villalba-del-rey	CM	CU	16246	40.3465	-2.639	4
16537	Cañaveruelas	canaveruelas	CM	CU	16051	40.4002	-2.6372	4
16537	Alcohujate	alcohujate	CM	CU	16051	40.4176	-2.6149	4
16540	Bonilla	bonilla	CM	CU	16112	40.1937	-2.5495	4
16540	Caracenilla	caracenilla	CM	CU	16112	40.141	-2.5687	4
16540	Verdelpino De Huete	verdelpino-de-huete	CM	CU	16112	40.1237	-2.6091	4
16541	Pineda De Giguela	pineda-de-giguela	CM	CU	16112	40.0855	-2.5437	4
16541	Villarejo De La Peñuela	villarejo-de-la-penuela	CM	CU	16112	40.0875	-2.41	4
16541	Castillejo Del Romeral	castillejo-del-romeral	CM	CU	16112	40.1456	-2.4974	4
16541	Valdecomenas De Arriba	valdecomenas-de-arriba	CM	CU	16112	40.1062	-2.4837	3
16541	Valdecomenas De Abajo	valdecomenas-de-abajo	CM	CU	16112	40.1062	-2.4837	3
16542	Cuevas De Velasco	cuevas-de-velasco	CM	CU	16910	40.1496	-2.4179	4
16542	Villar Del Maestre	villar-del-maestre	CM	CU	16910	40.1216	-2.4015	4
16550	Olmedilla Del Campo	olmedilla-del-campo	CM	CU	16112	40.0555	-2.6919	4
16550	La Langa	la-langa	CM	CU	16112	40.09	-2.6598	4
16550	Valparaiso De Abajo	valparaiso-de-abajo	CM	CU	16112	40.0529	-2.6382	4
16550	Loranca Del Campo	loranca-del-campo	CM	CU	16112	40.0727	-2.7102	4
16550	Valparaiso De Arriba	valparaiso-de-arriba	CM	CU	16112	40.0688	-2.6148	4
16555	Carrascosa Del Campo	carrascosa-del-campo	CM	CU	16901	40.0377	-2.7367	4
16600	San Clemente	san-clemente	CM	CU	16190	39.4041	-2.4282	4
16610	Casas De Fernando Alonso	casas-de-fernando-alonso	CM	CU	16061	39.3507	-2.324	4
16611	Casas De Haro	casas-de-haro	CM	CU	16064	39.3335	-2.2727	4
16612	Ventas De Alcolea	ventas-de-alcolea	CM	CU	16065	39.2792	-2.434	4
16612	Los Estesos	los-estesos	CM	CU	16065	39.3249	-2.371	4
16612	Casas De Roldan	casas-de-roldan	CM	CU	16065	39.2879	-2.3767	4
16612	Casas De Los Pinos	casas-de-los-pinos	CM	CU	16065	39.3338	-2.3698	4
16620	La Alberca De Zancara	la-alberca-de-zancara	CM	CU	16007	39.5146	-2.4927	4
16621	Santa Maria Del Campo Rus	santa-maria-del-campo-rus	CM	CU	16195	39.5594	-2.4231	4
16622	Pinarejo	pinarejo	CM	CU	16159	39.6164	-2.4259	4
16623	Castillo De Garcimuñoz	castillo-de-garcimunoz	CM	CU	16072	39.6593	-2.3803	4
16630	Mota Del Cuervo	mota-del-cuervo	CM	CU	16133	39.5019	-2.8699	4
16638	El Pedernoso	el-pedernoso	CM	CU	16153	39.4858	-2.7464	4
16639	Santa Maria De Los Llanos	santa-maria-de-los-llanos	CM	CU	16196	39.4833	-2.8667	4
16640	Belmonte	belmonte	CM	CU	16033	39.5575	-2.7046	4
16646	Villalgordo Del Marquesado	villalgordo-del-marquesado	CM	CU	16247	39.6824	-2.5089	4
16647	Fuentelespino De Haro	fuentelespino-de-haro	CM	CU	16243	39.6893	-2.6687	4
16647	Villaescusa De Haro	villaescusa-de-haro	CM	CU	16243	39.5989	-2.6735	4
16648	Villar De La Encina	villar-de-la-encina	CM	CU	16255	39.6372	-2.5215	4
16649	Monreal Del Llano	monreal-del-llano	CM	CU	16058	39.5689	-2.7605	4
16649	Rada De Haro	rada-de-haro	CM	CU	16058	39.57	-2.6209	4
16649	Carrascosa De Haro	carrascosa-de-haro	CM	CU	16058	39.5976	-2.5418	4
16650	Las Mesas	las-mesas	CM	CU	16124	39.3887	-2.7652	4
16660	Las Pedroñeras	las-pedroneras	CM	CU	16154	39.45	-2.6739	4
16670	El Provencio	el-provencio	CM	CU	16171	39.3774	-2.5745	4
16700	Sisante	sisante	CM	CU	16198	39.4085	-2.2017	4
16707	Casas De Benitez	casas-de-benitez	CM	CU	16060	39.3667	-2.1333	4
16707	La Losa	la-losa	CM	CU	16060	39.3833	-2.1	4
16708	Pozo Amargo	pozo-amargo	CM	CU	16063	39.35	-2.1667	3
16708	Casas De Guijarro	casas-de-guijarro	CM	CU	16063	39.35	-2.1667	4
16709	Villar De Cantos	villar-de-cantos	CM	CU	16238	39.4708	-2.3438	4
16709	Vara De Rey	vara-de-rey	CM	CU	16238	39.426	-2.294	4
16709	El Simarro	el-simarro	CM	CU	16238	39.3695	-2.2773	4
16710	Atalaya Del Cañavate	atalaya-del-canavate	CM	CU	16204	39.5186	-2.2517	4
16710	Tebar	tebar	CM	CU	16204	39.5	-2.1667	4
16720	Cañada Juncosa	canada-juncosa	CM	CU	16047	39.6393	-2.3103	1
16730	Honrubia	honrubia	CM	CU	16102	39.6136	-2.2808	4
16738	El Cañavate	el-canavate	CM	CU	16049	39.5429	-2.3034	4
16739	Torrubia Del Castillo	torrubia-del-castillo	CM	CU	16213	39.6585	-2.3117	4
16740	La Almarcha	la-almarcha	CM	CU	16015	39.6863	-2.3801	4
16760	Olivares De Jucar	olivares-de-jucar	CM	CU	16139	39.761	-2.3559	4
16770	San Lorenzo De La Parrilla	san-lorenzo-de-la-parrilla	CM	CU	16191	39.8513	-2.3608	4
16771	El Congosto	el-congosto	CM	CU	16266	39.8518	-2.5735	4
16771	Villarejo-Periesteban	villarejo-periesteban	CM	CU	16266	39.8723	-2.4414	4
16771	Zafra De Zancara	zafra-de-zancara	CM	CU	16266	39.892	-2.5579	4
16779	Belmontejo	belmontejo	CM	CU	16034	39.8221	-2.3447	4
16780	Altarejos	altarejos	CM	CU	16019	39.9126	-2.3569	4
16780	Mota De Altarejos	mota-de-altarejos	CM	CU	16019	39.882	-2.3096	4
16781	Fresneda De Altarejos	fresneda-de-altarejos	CM	CU	16083	39.9258	-2.315	4
16800	Priego	priego	CM	CU	16170	40.4494	-2.3143	4
16812	Albendea	albendea	CM	CU	16020	40.4875	-2.4175	4
16812	El Pozuelo	el-pozuelo	CM	CU	16020	40.6196	-2.2765	4
16812	Arandilla Del Arroyo	arandilla-del-arroyo	CM	CU	16020	40.5106	-2.3835	4
16812	Alcantud	alcantud	CM	CU	16020	40.5482	-2.3326	4
16812	Vindel	vindel	CM	CU	16020	40.5874	-2.3806	4
16813	Valdeolivas	valdeolivas	CM	CU	16188	40.506	-2.4453	4
16813	Salmeroncillos De Arriba	salmeroncillos-de-arriba	CM	CU	16188	40.5199	-2.5277	4
16813	Villar Del Infantado	villar-del-infantado	CM	CU	16188	40.4551	-2.479	4
16813	San Pedro Palmiches	san-pedro-palmiches	CM	CU	16188	40.4296	-2.406	4
16813	Salmeroncillos De Abajo	salmeroncillos-de-abajo	CM	CU	16188	40.5042	-2.5217	4
16840	Villar De Domingo Garcia	villar-de-domingo-garcia	CM	CU	16254	40.2373	-2.2914	4
16841	Albalate De Las Nogueras	albalate-de-las-nogueras	CM	CU	16005	40.3661	-2.2772	4
16842	Torralba	torralba	CM	CU	16209	40.3025	-2.2855	4
16843	Bolliga	bolliga	CM	CU	16272	40.2562	-2.3814	4
16843	Villarejo Del Espartal	villarejo-del-espartal	CM	CU	16272	40.258	-2.4624	4
16843	Culebras	culebras	CM	CU	16272	40.2157	-2.3821	4
16843	Valdecañas	valdecanas	CM	CU	16272	40.2272	-2.3346	4
16843	La Ventosa	la-ventosa	CM	CU	16272	40.2439	-2.4002	3
16843	Fuentesbuenas	fuentesbuenas	CM	CU	16272	40.2624	-2.4408	4
16850	Cañaveras	canaveras	CM	CU	16050	40.3599	-2.3961	4
16851	Buciegas	buciegas	CM	CU	16038	40.3362	-2.4625	4
16852	Olmeda De La Cuesta	olmeda-de-la-cuesta	CM	CU	16140	40.3109	-2.4759	4
16853	Olmedilla De Eliz	olmedilla-de-eliz	CM	CU	16143	40.3023	-2.4195	4
16854	Castillo-Albarañez	castillo-albaranez	CM	CU	16071	40.2987	-2.3928	4
16855	Arrancacepas	arrancacepas	CM	CU	16025	40.3032	-2.359	4
16856	Castejon	castejon	CM	CU	16067	40.3812	-2.5202	4
16857	Canalejas Del Arroyo	canalejas-del-arroyo	CM	CU	16045	40.3685	-2.4941	4
16860	Villaconejos De Trabaque	villaconejos-de-trabaque	CM	CU	16242	40.4006	-2.3196	4
16870	Beteta	beteta	CM	CU	16035	40.5719	-2.0759	4
16878	Lagunaseca	lagunaseca	CM	CU	16165	40.531	-2.0196	4
16878	Poyatos	poyatos	CM	CU	16165	40.4233	-2.0495	4
16878	Masegosa	masegosa	CM	CU	16165	40.5469	-2.0259	4
16878	Santa Maria Del Val	santa-maria-del-val	CM	CU	16165	40.5044	-2.0411	4
16879	Carrascosa	carrascosa	CM	CU	16035	40.5909	-2.1631	4
16879	Cueva Del Hierro	cueva-del-hierro	CM	CU	16035	40.5826	-2.0361	4
16879	El Tobar	el-tobar	CM	CU	16035	40.5516	-2.0633	4
16879	Valsalobre	valsalobre	CM	CU	16035	40.6174	-2.093	4
16890	Huerta De Los Marojales	huerta-de-los-marojales	CM	CU	16053	40.4638	-2.208	3
16890	Cañamares	canamares	CM	CU	16053	40.452	-2.2398	4
16890	Fuertescusa	fuertescusa	CM	CU	16053	40.4755	-2.1762	4
16891	Cañizares	canizares	CM	CU	16053	40.5187	-2.192	4
16891	Santa Cristina	santa-cristina	CM	CU	16053	40.5544	-2.2285	4
16892	Puente De Vadillos	puente-de-vadillos	CM	CU	16053	40.5002	-2.2091	1
16893	Solan De Cabras	solan-de-cabras	CM	CU	16035	40.5002	-2.2091	1
19001	Guadalajara	guadalajara	CM	GU	19130	40.6286	-3.1618	4
19002	Guadalajara	guadalajara	CM	GU	19130	40.6286	-3.1618	4
19003	Guadalajara	guadalajara	CM	GU	19130	40.6286	-3.1618	4
19004	Guadalajara	guadalajara	CM	GU	19130	40.6286	-3.1618	4
19005	Guadalajara	guadalajara	CM	GU	19130	40.6286	-3.1618	4
19070	Guadalajara	guadalajara	CM	GU		40.6286	-3.1618	4
19071	Guadalajara	guadalajara	CM	GU		40.6286	-3.1618	4
19080	Guadalajara	guadalajara	CM	GU	19130	40.6286	-3.1618	4
19100	Pastrana	pastrana	CM	GU	19212	40.419	-2.9226	4
19100	Franciscano Pastrana (Convento)	franciscano-pastrana-convento	CM	GU	19212	40.419	-2.9226	3
19110	Mondejar	mondejar	CM	GU	19192	40.321	-3.1069	4
19111	Yebra	yebra	CM	GU	19327	40.357	-2.9663	4
19112	Albares	albares	CM	GU	19007	40.3069	-3.009	4
19112	Pozo De Almoguera	pozo-de-almoguera	CM	GU	19007	40.3403	-3.0264	4
19113	Fuentenovilla	fuentenovilla	CM	GU	19124	40.3625	-3.091	4
19114	Mazuecos	mazuecos	CM	GU	19176	40.2602	-3.0076	4
19115	Almoguera	almoguera	CM	GU	19021	40.2971	-2.9824	4
19116	Driebes	driebes	CM	GU	19107	40.245	-3.0416	4
19117	Albalate De Zorita	albalate-de-zorita	CM	GU	19006	40.3081	-2.8427	4
19118	Almonacid De Zorita	almonacid-de-zorita	CM	GU	19022	40.3293	-2.8504	4
19119	Rio Llano	rio-llano	CM	GU	19111	40.3607	-2.9251	3
19119	Hueva	hueva	CM	GU	19111	40.4622	-2.9604	4
19119	Cuartillejo	cuartillejo	CM	GU	19111	40.3607	-2.9251	3
19119	Escariche	escariche	CM	GU	19111	40.4055	-3.0531	4
19119	Central Nuclear 'Jose Cabrera'	central-nuclear-jose-cabrera	CM	GU	19111	40.3607	-2.9251	3
19119	Soto, El (Illana)	soto-el-illana	CM	GU	19111	40.1844	-2.9089	4
19119	Cuartillejo (Urbanizacion)	cuartillejo-urbanizacion	CM	GU	19111	40.3607	-2.9251	3
19119	Illana	illana	CM	GU	19111	40.1844	-2.9089	4
19119	Nueva Sierra De Altomira (Urbanizacion)	nueva-sierra-de-altomira-urbanizacion	CM	GU	19111	40.3607	-2.9251	3
19119	Sayaton	sayaton	CM	GU	19111	40.3763	-2.8525	4
19119	Hontoba	hontoba	CM	GU	19111	40.4539	-3.0386	4
19119	Riollano (Urbanizacion)	riollano-urbanizacion	CM	GU	19111	40.3607	-2.9251	3
19119	Escopete	escopete	CM	GU	19111	40.4132	-3.0046	4
19119	Colonias De San Joaquin, Las (Urbanizacion)	colonias-de-san-joaquin-las-urbanizacion	CM	GU	19111	40.3607	-2.9251	3
19119	Bolarque	bolarque	CM	GU	19111	40.3636	-2.8296	4
19119	Zorita De Los Canes	zorita-de-los-canes	CM	GU	19111	40.3305	-2.8876	4
19119	Anguix	anguix	CM	GU	19111	40.4327	-2.8065	4
19120	Sacedon	sacedon	CM	GU	19245	40.4808	-2.7334	4
19125	Alcocer	alcocer	CM	GU	19009	40.4697	-2.6094	4
19126	Salmeron	salmeron	CM	GU	19247	40.5453	-2.4931	4
19127	Castilforte	castilforte	CM	GU	19005	40.5574	-2.4323	4
19127	Millana	millana	CM	GU	19005	40.5072	-2.5712	4
19127	Escamilla	escamilla	CM	GU	19005	40.5498	-2.5629	4
19127	Corcoles	corcoles	CM	GU	19005	40.4845	-2.6611	4
19128	Peñalagos (Urbanizacion)	penalagos-urbanizacion	CM	GU	19211	40.613	-2.6635	3
19128	Mantiel	mantiel	CM	GU	19211	40.6189	-2.6632	4
19128	Cereceda	cereceda	CM	GU	19211	40.622	-2.6359	4
19128	Brisas, Las (Urbanizacion)	brisas-las-urbanizacion	CM	GU	19211	40.613	-2.6635	3
19128	Chillaron Del Rey	chillaron-del-rey	CM	GU	19211	40.5982	-2.6913	4
19128	Paraiso, El (Urbanizacion)	paraiso-el-urbanizacion	CM	GU	19211	40.613	-2.6635	3
19128	Las Anclas	las-anclas	CM	GU	19211	40.613	-2.6635	3
19129	Tabladillo	tabladillo	CM	GU	19019	40.5312	-2.6706	4
19129	Casasana	casasana	CM	GU	19019	40.5324	-2.6332	4
19129	Alique	alique	CM	GU	19019	40.5867	-2.6444	4
19129	Pareja	pareja	CM	GU	19019	40.5558	-2.6488	4
19130	Auñon	aunon	CM	GU	19045	40.5175	-2.7925	4
19131	Pantano De Entrepeñas	pantano-de-entrepenas	CM	GU	19045	40.5803	-2.8192	1
19131	Entrepeñas	entrepenas	CM	GU	19045	40.5803	-2.8192	1
19132	Valdeconcha	valdeconcha	CM	GU	19301	40.4564	-2.8766	4
19132	Alhondiga	alhondiga	CM	GU	19301	40.5267	-2.8244	4
19133	Berninches	berninches	CM	GU	19023	40.5711	-2.8012	4
19133	Picazo	picazo	CM	GU	19023	40.7079	-2.749	4
19133	Valdelagua	valdelagua	CM	GU	19023	40.6769	-2.7468	4
19133	Duron	duron	CM	GU	19023	40.6253	-2.7266	4
19133	Budia	budia	CM	GU	19023	40.6273	-2.7585	4
19133	El Olivar	el-olivar	CM	GU	19023	40.6066	-2.7496	4
19133	Alocen	alocen	CM	GU	19023	40.5746	-2.7499	4
19134	Tendilla	tendilla	CM	GU	19215	40.5438	-2.9578	4
19134	Peñalver	penalver	CM	GU	19215	40.5814	-2.8889	4
19135	Armuña De Tajuña	armuna-de-tajuna	CM	GU	19041	40.5288	-3.0282	4
19139	Ciudad Valdeluz	ciudad-valdeluz	CM	GU	19326	40.5803	-2.8192	1
19140	Horche	horche	CM	GU	19143	40.564	-3.0611	4
19141	Loranca De Tajuña	loranca-de-tajuna	CM	GU	19297	40.4437	-3.1108	4
19141	Valdarachas	valdarachas	CM	GU	19297	40.5171	-3.1265	4
19141	Aranzueque	aranzueque	CM	GU	19297	40.4909	-3.0745	4
19141	Yebes	yebes	CM	GU	19297	40.5316	-3.1078	4
19142	Lupiana	lupiana	CM	GU	19299	40.6085	-3.0512	4
19142	Valdeavellano	valdeavellano	CM	GU	19299	40.6656	-2.9698	4
19143	San Andres Del Rey	san-andres-del-rey	CM	GU	19108	40.6384	-2.8202	4
19143	Romanones	romanones	CM	GU	19108	40.5715	-2.9907	4
19143	Irueste	irueste	CM	GU	19108	40.6121	-2.8907	4
19143	Yelamos De Abajo	yelamos-de-abajo	CM	GU	19108	40.6309	-2.858	4
19143	Yelamos De Arriba	yelamos-de-arriba	CM	GU	19108	40.6401	-2.8434	4
19144	Fuentelviejo	fuentelviejo	CM	GU	19121	40.5264	-2.9843	4
19144	Moratilla De Los Meleros	moratilla-de-los-meleros	CM	GU	19121	40.5018	-2.9428	4
19144	Fuentelencina	fuentelencina	CM	GU	19121	40.5178	-2.8823	4
19145	Renera	renera	CM	GU	19233	40.4898	-3.0137	4
19150	Iriepal	iriepal	CM	GU	19130	40.6386	-3.1205	4
19151	Centenera	centenera	CM	GU	19082	40.6506	-3.0512	4
19152	Aldeanueva De Guadalajara	aldeanueva-de-guadalajara	CM	GU	19015	40.6799	-3.0444	4
19153	Atanzon	atanzon	CM	GU	19043	40.667	-2.9969	4
19160	Chiloeches	chiloeches	CM	GU	19105	40.5704	-3.16	4
19160	Albolleque	albolleque	CM	GU	19105	40.5671	-3.2058	4
19161	Pozo De Guadalajara	pozo-de-guadalajara	CM	GU	19225	40.4953	-3.1814	4
19162	Monte Alcarria	monte-alcarria	CM	GU	19220	40.4615	-3.1723	3
19162	Pioz	pioz	CM	GU	19220	40.4615	-3.1723	4
19162	Piedras Menaras (Finca)	piedras-menaras-finca	CM	GU	19220	40.4615	-3.1723	3
19163	Ciudad Residencial El Clavin	ciudad-residencial-el-clavin	CM	GU		40.5236	-3.1799	1
19170	Monte Calderon (Urbanizacion)	monte-calderon-urbanizacion	CM	GU	19071	40.6513	-3.303	1
19170	Colinas, Las (Urbanizacion)	colinas-las-urbanizacion	CM	GU	19071	40.6513	-3.303	1
19170	El Casar	el-casar	CM	GU	19071	40.6513	-3.303	1
19170	Coto, El (Urbanizacion)	coto-el-urbanizacion	CM	GU	19071	40.6513	-3.303	1
19171	Cabanillas Del Campo	cabanillas-del-campo	CM	GU	19058	40.6338	-3.2294	4
19174	Valdeaveruelo	valdeaveruelo	CM	GU	19126	40.6347	-3.3137	4
19174	Torrejon Del Rey	torrejon-del-rey	CM	GU	19126	40.6433	-3.3338	4
19174	Parque De Las Castillas (Urbanizacion)	parque-de-las-castillas-urbanizacion	CM	GU	19126	40.6571	-3.3276	3
19174	Galapagos	galapagos	CM	GU	19126	40.6935	-3.3354	4
19180	Marchamalo	marchamalo	CM	GU	19171	40.6668	-3.1991	4
19182	Fuentelahiguera De Albatages	fuentelahiguera-de-albatages	CM	GU	19120	40.7831	-3.3049	4
19182	Usanos	usanos	CM	GU	19120	40.712	-3.2675	4
19184	Tortuero De La Sierra	tortuero-de-la-sierra	CM	GU	19288	40.853	-3.3694	3
19184	Valdepeñas De La Sierra	valdepenas-de-la-sierra	CM	GU	19288	40.9056	-3.3841	4
19184	Villaseca De Uceda	villaseca-de-uceda	CM	GU	19288	40.8183	-3.349	4
19184	Casa De Uceda	casa-de-uceda	CM	GU	19288	40.8411	-3.3685	4
19184	Alpedrete De La Sierra	alpedrete-de-la-sierra	CM	GU	19288	40.9078	-3.405	4
19184	Viñuelas	vinuelas	CM	GU	19288	40.7923	-3.3404	4
19185	Lago Del Jaral (Urbanizacion)	lago-del-jaral-urbanizacion	CM	GU	19071	40.6973	-3.3184	3
19185	Valdenuño Fernandez	valdenuno-fernandez	CM	GU	19071	40.7598	-3.3768	4
19185	Valbueno	valbueno	CM	GU	19071	40.6347	-3.26	4
19185	Mesones De Uceda	mesones-de-uceda	CM	GU	19071	40.6973	-3.3184	3
19185	Sotolargo (Urbanizacion)	sotolargo-urbanizacion	CM	GU	19071	40.6973	-3.3184	3
19186	El Cubillo De Uceda	el-cubillo-de-uceda	CM	GU	19102	40.8216	-3.4037	4
19187	Uceda	uceda	CM	GU	19293	40.8394	-3.4604	4
19188	Caraquiz (Urbanizacion)	caraquiz-urbanizacion	CM	GU		40.7902	-3.3433	1
19190	Torija	torija	CM	GU	19274	40.7425	-3.0283	4
19192	Mirador Del Cid, El (Urbanizacion)	mirador-del-cid-el-urbanizacion	CM	GU	19290	40.8079	-2.9424	3
19192	Trijueque	trijueque	CM	GU	19290	40.7743	-2.9925	4
19192	Beltraneja (Urbanizacion)	beltraneja-urbanizacion	CM	GU	19290	40.8079	-2.9424	3
19192	Gajanejos	gajanejos	CM	GU	19290	40.8415	-2.8923	4
19193	Taracena	taracena	CM	GU	19130	40.6535	-3.127	4
19196	Valdearenas	valdearenas	CM	GU	19159	40.8094	-2.9922	4
19196	Ledanca	ledanca	CM	GU	19159	40.8688	-2.8434	4
19196	Utande	utande	CM	GU	19159	40.8483	-2.9277	4
19196	Argecilla	argecilla	CM	GU	19159	40.8815	-2.8218	4
19196	Arcipreste (Urbanizacion)	arcipreste-urbanizacion	CM	GU	19159	40.8514	-2.9046	3
19196	Valfermoso De Las Monjas	valfermoso-de-las-monjas	CM	GU	19159	40.8708	-2.8837	4
19196	Muduex	muduex	CM	GU	19159	40.8293	-2.959	4
19197	Cañizar	canizar	CM	GU	19066	40.7676	-3.064	4
19197	Valdenoches	valdenoches	CM	GU	19066	40.6818	-3.0863	4
19197	Torre Del Burgo	torre-del-burgo	CM	GU	19066	40.7918	-3.0772	4
19197	Heras De Ayuso	heras-de-ayuso	CM	GU	19066	40.8	-3.1167	4
19197	Rebollosa De Hita	rebollosa-de-hita	CM	GU	19066	40.7667	-3.0327	4
19197	El Palacio De Heras	el-palacio-de-heras	CM	GU	19066	40.7597	-3.0771	3
19197	Ciruelas	ciruelas	CM	GU	19066	40.7502	-3.0858	4
19197	Sopetran	sopetran	CM	GU	19066	40.7597	-3.0771	3
19198	Tortola De Henares	tortola-de-henares	CM	GU	19286	40.7042	-3.1232	4
19200	Miralcampo	miralcampo	CM	GU	19046	40.5575	-3.281	4
19200	Acequilla	acequilla	CM	GU	19046	40.5526	-3.2508	4
19200	Azuqueca De Henares	azuqueca-de-henares	CM	GU	19046	40.5669	-3.2599	4
19200	Barriada De Asfain	barriada-de-asfain	CM	GU	19046	40.559	-3.2639	3
19208	Alovera	alovera	CM	GU	19024	40.5937	-3.2453	4
19208	Eusebio Centenera (Urbanizacion)	eusebio-centenera-urbanizacion	CM	GU	19024	40.5937	-3.2453	3
19209	Villanueva De La Torre	villanueva-de-la-torre	CM	GU	19319	40.5822	-3.2976	4
19209	Quer	quer	CM	GU	19319	40.6053	-3.2753	4
19210	Yunquera De Henares	yunquera-de-henares	CM	GU	19331	40.7514	-3.1626	4
19219	Malaguilla	malaguilla	CM	GU	19167	40.8196	-3.2545	4
19219	Malaga Del Fresno	malaga-del-fresno	CM	GU	19167	40.7874	-3.2446	4
19220	Humanes De Mohernando	humanes-de-mohernando	CM	GU	19151	40.9679	-3.2329	1
19222	Tamajon	tamajon	CM	GU	19262	40.9991	-3.2474	4
19223	Majaelrayo	majaelrayo	CM	GU	19060	41.1126	-3.3026	4
19223	Campillejo	campillejo	CM	GU	19060	41.064	-3.2902	4
19223	El Vado	el-vado	CM	GU	19060	41.0265	-3.306	4
19223	El Espinar	el-espinar	CM	GU	19060	41.0723	-3.3074	4
19223	Robleluengo	robleluengo	CM	GU	19060	41.105	-3.3196	4
19223	Roblelacasa	roblelacasa	CM	GU	19060	41.0741	-3.3264	4
19223	Campillo De Ranas	campillo-de-ranas	CM	GU	19060	41.086	-3.3143	4
19224	Matallana, Presa De	matallana-presa-de	CM	GU	19060	41.1293	-3.2333	3
19224	Valverde De Los Arroyos	valverde-de-los-arroyos	CM	GU	19060	41.1293	-3.2333	4
19225	Palancares	palancares	CM	GU	19182	41.0792	-3.2045	4
19225	Valdesotos	valdesotos	CM	GU	19182	40.9555	-3.3254	4
19225	Muriel	muriel	CM	GU	19182	40.9816	-3.192	4
19225	La Mierla	la-mierla	CM	GU	19182	40.9352	-3.2328	4
19225	Retiendas	retiendas	CM	GU	19182	40.9684	-3.2723	4
19225	Almiruete	almiruete	CM	GU	19182	41.047	-3.2265	4
19225	Puebla De Valles	puebla-de-valles	CM	GU	19182	40.9253	-3.3002	4
19226	Mohernando	mohernando	CM	GU	19189	40.8013	-3.1723	4
19227	Matarrubia	matarrubia	CM	GU	19263	40.8646	-3.2894	4
19227	Maluque, Depuradora	maluque-depuradora	CM	GU	19263	40.846	-3.1752	3
19227	Taragudo	taragudo	CM	GU	19263	40.8211	-3.0768	4
19227	Alarilla	alarilla	CM	GU	19263	40.8471	-3.1031	4
19227	Colegio Salesiano Maluque	colegio-salesiano-maluque	CM	GU	19263	40.846	-3.1752	3
19227	Robledillo De Mohernando	robledillo-de-mohernando	CM	GU	19263	40.8512	-3.2316	4
19227	Maluque	maluque	CM	GU	19263	40.846	-3.1752	3
19229	Puebla De Beleña	puebla-de-belena	CM	GU	19092	40.8879	-3.2162	4
19229	Humanes De Mohernando (Estacion)	humanes-de-mohernando-estacion	CM	GU	19092	40.8837	-3.1565	3
19229	Torrebeleña	torrebelena	CM	GU	19092	40.8983	-3.1532	4
19229	Cerezo De Mohernando	cerezo-de-mohernando	CM	GU	19092	40.8718	-3.1222	4
19229	Palacios, Los (Finca)	palacios-los-finca	CM	GU	19092	40.8837	-3.1565	3
19229	Razbona	razbona	CM	GU	19092	40.854	-3.1758	4
19229	Peñahora (Urbanizacion)	penahora-urbanizacion	CM	GU	19092	40.8837	-3.1565	3
19229	Montarron	montarron	CM	GU	19092	40.9067	-3.115	4
19230	Cogolludo	cogolludo	CM	GU	19092	40.9469	-3.0893	4
19237	Semillas	semillas	CM	GU	19037	41.0586	-3.1195	4
19237	Zarzuela De Jadraque	zarzuela-de-jadraque	CM	GU	19037	41.0684	-3.0444	4
19237	Fuencemillan	fuencemillan	CM	GU	19037	40.9206	-3.0982	4
19237	Beleña De Sorbe	belena-de-sorbe	CM	GU	19037	40.9233	-3.186	4
19237	San Andres Del Congosto	san-andres-del-congosto	CM	GU	19037	40.9978	-3.0242	4
19237	Arbancon	arbancon	CM	GU	19037	40.9643	-3.1151	4
19237	Aleas	aleas	CM	GU	19037	40.9227	-3.1442	4
19238	Arroyo De Fraguas	arroyo-de-fraguas	CM	GU	19203	41.111	-3.1574	3
19238	Zarzuela De Galve	zarzuela-de-galve	CM	GU	19203	41.1349	-3.2222	4
19238	Veguillas	veguillas	CM	GU	19203	40.9944	-3.0685	4
19238	La Huerce	la-huerce	CM	GU	19203	41.15	-3.1667	4
19238	Valdepinillos	valdepinillos	CM	GU	19203	41.1667	-3.1833	4
19238	Umbralejo	umbralejo	CM	GU	19203	41.1333	-3.1667	4
19238	La Nava De Jadraque	la-nava-de-jadraque	CM	GU	19203	41.0869	-3.1373	4
19239	Monasterio	monasterio	CM	GU	19092	40.9855	-3.0971	4
19240	Jadraque	jadraque	CM	GU	19156	40.9245	-2.9247	4
19242	Hiendelaencina	hiendelaencina	CM	GU	19135	41.0837	-3.0034	4
19243	Gascueña De Bornova	gascuena-de-bornova	CM	GU	19129	41.1424	-3.0192	4
19243	Las Navas De Jadraque	las-navas-de-jadraque	CM	GU	19129	41.1048	-3.0884	4
19243	La Toba	la-toba	CM	GU	19129	41.0048	-2.9801	4
19243	Robledo De Corpes	robledo-de-corpes	CM	GU	19129	41.1184	-2.95	4
19243	Congostrina	congostrina	CM	GU	19129	41.0372	-2.9857	4
19243	Bustares	bustares	CM	GU	19129	41.1333	-3.0667	4
19243	Pradena De Atienza	pradena-de-atienza	CM	GU	19129	41.1724	-3.0073	4
19243	Villares De Jadraque	villares-de-jadraque	CM	GU	19129	41.1017	-3.0256	4
19244	El Ordial	el-ordial	CM	GU	19203	41.1667	-3.1	3
19244	Aldeanueva De Atienza	aldeanueva-de-atienza	CM	GU	19203	41.1667	-3.1	4
19245	Pantano De Palmaces	pantano-de-palmaces	CM	GU	19250	41.0224	-2.8698	3
19245	Rebollosa De Jadraque	rebollosa-de-jadraque	CM	GU	19250	41.0904	-2.842	4
19245	Angon	angon	CM	GU	19250	41.0224	-2.8698	3
19245	Palmaces De Jadraque	palmaces-de-jadraque	CM	GU	19250	41.0561	-2.9106	4
19245	Negredo	negredo	CM	GU	19250	41.0274	-2.8588	4
19245	Cendejas Del Padrastro	cendejas-del-padrastro	CM	GU	19250	40.9905	-2.8774	4
19245	Santiuste	santiuste	CM	GU	19250	41.0846	-2.8095	4
19245	Cendejas De La Torre	cendejas-de-la-torre	CM	GU	19250	40.9792	-2.8505	4
19245	Cendejas De Enmedio	cendejas-de-enmedio	CM	GU	19250	40.9905	-2.8774	4
19245	Jirueque	jirueque	CM	GU	19250	40.9643	-2.9029	4
19245	Torremocha De Jadraque	torremocha-de-jadraque	CM	GU	19250	41.0188	-2.8992	4
19246	Castilblanco De Henares	castilblanco-de-henares	CM	GU	19156	40.9547	-2.9389	4
19246	Pinilla De Jadraque	pinilla-de-jadraque	CM	GU	19156	41.0199	-2.9425	4
19246	Padilla De Hita	padilla-de-hita	CM	GU	19156	40.8661	-2.9848	4
19246	Miralrio	miralrio	CM	GU	19156	40.889	-2.9434	4
19246	Casas De San Galindo	casas-de-san-galindo	CM	GU	19156	40.8723	-2.9575	4
19246	Medranda	medranda	CM	GU	19156	40.9833	-2.9372	4
19246	Villanueva De Argecilla	villanueva-de-argecilla	CM	GU	19156	40.9026	-2.9143	4
19247	Bujalaro	bujalaro	CM	GU	19113	40.9369	-2.8833	4
19247	Jadraque (Estacion)	jadraque-estacion	CM	GU	19113	40.9303	-2.9571	3
19247	Membrillera	membrillera	CM	GU	19113	40.9481	-2.9797	4
19247	Carrascosa De Henares	carrascosa-de-henares	CM	GU	19113	40.9061	-3.0084	4
19247	Barrio Estacion De Jadraque	barrio-estacion-de-jadraque	CM	GU	19113	40.9303	-2.9571	3
19247	Poligono Peñablanca	poligono-penablanca	CM	GU	19113	40.9303	-2.9571	3
19248	Hita	hita	CM	GU	19138	40.8215	-3.0454	4
19250	Sigüenza	siguenza	CM	GU	19257	41.0689	-2.6431	4
19260	Alcolea Del Pinar	alcolea-del-pinar	CM	GU	19011	41.0357	-2.4665	4
19261	Villaverde Del Ducado	villaverde-del-ducado	CM	GU	19162	41.0012	-2.4911	4
19261	Luzaga	luzaga	CM	GU	19162	40.9734	-2.445	4
19261	Cortes De Tajuña	cortes-de-tajuna	CM	GU	19162	40.9439	-2.4782	4
19261	Tortonda	tortonda	CM	GU	19162	40.9713	-2.5279	4
19262	Sauca	sauca	CM	GU	19257	41.031	-2.529	4
19262	Barbatona	barbatona	CM	GU	19257	41.06	-2.5782	4
19262	Estriegana	estriegana	CM	GU	19257	41.0582	-2.5236	4
19262	Jodra Del Pinar	jodra-del-pinar	CM	GU	19257	41.0445	-2.5594	4
19263	Guijosa	guijosa	CM	GU	19257	41.0983	-2.5741	4
19263	Cubillas Del Pinar	cubillas-del-pinar	CM	GU	19257	41.1055	-2.5423	4
19263	Bujarrabal	bujarrabal	CM	GU	19257	41.0955	-2.508	4
19264	Horna	horna	CM	GU	19257	41.1333	-2.5333	4
19264	Alboreca	alboreca	CM	GU	19257	41.1333	-2.6	4
19264	Mojares	mojares	CM	GU	19257	41.1333	-2.5833	4
19264	Olmedillas	olmedillas	CM	GU	19257	41.1667	-2.5833	4
19264	Alcuneza	alcuneza	CM	GU	19257	41.1057	-2.6072	4
19265	Ures	ures	CM	GU	19257	41.1048	-2.6743	4
19265	Pozancos	pozancos	CM	GU	19257	41.1116	-2.6612	4
19266	Salinas De La Olmeda	salinas-de-la-olmeda	CM	GU	19257	41.1044	-2.7302	3
19266	Olmeda De Jadraque	olmeda-de-jadraque	CM	GU	19257	41.1269	-2.7415	4
19266	El Atance	el-atance	CM	GU	19257	41.0859	-2.7729	4
19266	Carabias	carabias	CM	GU	19257	41.0902	-2.7183	4
19266	Cirueches	cirueches	CM	GU	19257	41.104	-2.7427	4
19266	Palazuelos	palazuelos	CM	GU	19257	41.091	-2.691	4
19266	Bujalcayado	bujalcayado	CM	GU	19257	41.1283	-2.7152	4
19267	Moratilla De Henares	moratilla-de-henares	CM	GU	19257	41.0433	-2.6763	4
19267	La Cabrera	la-cabrera	CM	GU	19257	41.0084	-2.6777	4
19268	Torremocha Del Campo	torremocha-del-campo	CM	GU	19257	40.9782	-2.6188	4
19268	Pelegrina	pelegrina	CM	GU	19257	41.0147	-2.6399	4
19268	Navalpotro	navalpotro	CM	GU	19257	40.9286	-2.5983	4
19268	Mirabueno	mirabueno	CM	GU	19257	40.9448	-2.7244	4
19268	Algora	algora	CM	GU	19257	40.9632	-2.6669	4
19268	La Fuensaviñan	la-fuensavinan	CM	GU	19257	40.965	-2.5839	4
19268	Laranueva	laranueva	CM	GU	19257	40.9418	-2.5467	4
19268	La Torresaviñan	la-torresavinan	CM	GU	19257	40.9822	-2.5915	4
19269	Torre De Valdealmendras	torre-de-valdealmendras	CM	GU	19210	41.15	-2.65	4
19269	Imon	imon	CM	GU	19210	41.161	-2.7348	4
19269	Santamera	santamera	CM	GU	19210	41.1283	-2.7767	4
19269	Sienes	sienes	CM	GU	19210	41.201	-2.6533	4
19269	Rienda	rienda	CM	GU	19210	41.2277	-2.7165	4
19269	Cardeñosa	cardenosa	CM	GU	19210	41.1169	-2.8458	4
19269	La Barbolla	la-barbolla	CM	GU	19210	41.1667	-2.7118	4
19269	Cercadillo	cercadillo	CM	GU	19210	41.1633	-2.7921	4
19269	Valdealmendras	valdealmendras	CM	GU	19210	41.1455	-2.657	4
19269	Villacorza	villacorza	CM	GU	19210	41.1659	-2.672	4
19269	Riba De Santiuste	riba-de-santiuste	CM	GU	19210	41.1931	-2.7078	4
19269	Torrecilla Del Ducado	torrecilla-del-ducado	CM	GU	19210	41.2	-2.6	4
19269	Riofrio Del Llano	riofrio-del-llano	CM	GU	19210	41.1376	-2.8241	4
19269	Valdelcubo	valdelcubo	CM	GU	19210	41.2264	-2.6759	4
19269	Riosalido	riosalido	CM	GU	19210	41.1333	-2.6833	4
19270	Atienza	atienza	CM	GU	19044	41.1972	-2.8713	4
19274	Villacadima	villacadima	CM	GU	19044	41.2814	-3.216	4
19275	Galve De Sorbe	galve-de-sorbe	CM	GU	19008	41.2167	-3.1833	4
19275	Albendiego	albendiego	CM	GU	19008	41.2274	-3.0517	4
19275	Campisabalos	campisabalos	CM	GU	19008	41.2667	-3.1333	4
19275	Somolinos	somolinos	CM	GU	19008	41.2461	-3.06	4
19275	Cantalojas	cantalojas	CM	GU	19008	41.2347	-3.2463	4
19275	Condemios De Arriba	condemios-de-arriba	CM	GU	19008	41.2164	-3.1254	4
19275	Condemios De Abajo	condemios-de-abajo	CM	GU	19008	41.2167	-3.1	4
19276	Bochones	bochones	CM	GU	19049	41.2481	-2.8546	4
19276	Tordelloso	tordelloso	CM	GU	19049	41.2064	-2.92	4
19276	Higes	higes	CM	GU	19049	41.2456	-2.9215	3
19276	Cañamares	canamares	CM	GU	19049	41.2101	-2.9493	4
19276	Casillas De Atienza	casillas-de-atienza	CM	GU	19049	41.258	-2.862	4
19276	Romanillos De Atienza	romanillos-de-atienza	CM	GU	19049	41.2667	-2.9	4
19276	Alpedroches	alpedroches	CM	GU	19049	41.233	-2.9242	4
19276	Bañuelos	banuelos	CM	GU	19049	41.286	-2.9148	4
19276	Ujados	ujados	CM	GU	19049	41.2353	-3.0048	4
19276	Miedes De Atienza	miedes-de-atienza	CM	GU	19049	41.2667	-2.9638	4
19277	Madrigal	madrigal	CM	GU	19010	41.2377	-2.812	4
19277	Alcolea De Las Peñas	alcolea-de-las-penas	CM	GU	19010	41.2096	-2.7848	4
19277	Tordelrabano	tordelrabano	CM	GU	19010	41.2183	-2.7579	4
19277	Cincovillas	cincovillas	CM	GU	19010	41.205	-2.8183	4
19277	Paredes De Siguenza	paredes-de-siguenza	CM	GU	19010	41.2428	-2.7338	4
19278	La Miñosa	la-minosa	CM	GU	19052	41.1795	-2.9323	4
19278	Naharros	naharros	CM	GU	19052	41.1622	-2.9144	4
19278	La Bodera	la-bodera	CM	GU	19052	41.1355	-2.8872	4
19280	Maranchon	maranchon	CM	GU	19170	41.0475	-2.2048	4
19281	Codes	codes	CM	GU	19170	41.0783	-2.1217	4
19281	Balbacil	balbacil	CM	GU	19170	41.0438	-2.1078	4
19281	Clares	clares	CM	GU	19170	41.0337	-2.1434	4
19283	Aguilar De Anguita	aguilar-de-anguita	CM	GU	19032	41.0408	-2.4093	4
19283	Santa Maria Del Espino	santa-maria-del-espino	CM	GU	19032	41.0273	-2.3948	3
19283	Garbajosa	garbajosa	CM	GU	19032	41.0479	-2.4309	4
19283	Anguita	anguita	CM	GU	19032	41.0266	-2.3685	4
19283	Iniestola	iniestola	CM	GU	19032	40.994	-2.3706	4
19285	Ciruelos Del Pinar	ciruelos-del-pinar	CM	GU	19089	41.0269	-2.2769	3
19285	Luzon	luzon	CM	GU	19089	41.0269	-2.2769	4
19286	Tobillos	tobillos	CM	GU	19175	40.9886	-2.1514	4
19286	Mazarete	mazarete	CM	GU	19175	41.0009	-2.1592	4
19287	Turmiel	turmiel	CM	GU	19115	41.0095	-2.0628	4
19287	Fuentelsaz Del Campo	fuentelsaz-del-campo	CM	GU	19115	41.0183	-2.0117	3
19287	Milmarcos	milmarcos	CM	GU	19115	41.0862	-1.8765	4
19287	Anquela Del Ducado	anquela-del-ducado	CM	GU	19115	40.9708	-2.1307	4
19287	Anchuela Del Campo	anchuela-del-campo	CM	GU	19115	41.0273	-2.0073	4
19287	Estables	estables	CM	GU	19115	41.0077	-2.0244	4
19287	Concha	concha	CM	GU	19115	41.0085	-1.9687	4
19290	Fontanar	fontanar	CM	GU	19117	40.7247	-3.1731	4
19292	Copernal	copernal	CM	GU	19098	40.8646	-3.054	4
19292	Espinosa De Henares	espinosa-de-henares	CM	GU	19098	40.9005	-3.0696	4
19294	Mandayona	mandayona	CM	GU	19174	40.9561	-2.7502	4
19294	Aragosa	aragosa	CM	GU	19174	40.9706	-2.7117	4
19294	Matillas	matillas	CM	GU	19174	40.9441	-2.8359	4
19294	Castejon De Henares	castejon-de-henares	CM	GU	19174	40.9376	-2.7867	4
19294	Villaseca De Henares	villaseca-de-henares	CM	GU	19174	40.9606	-2.7978	4
19295	Huermeces Del Cerro	huermeces-del-cerro	CM	GU	19147	41.0533	-2.7971	4
19295	Viana De Jadraque	viana-de-jadraque	CM	GU	19147	41.0258	-2.7697	4
19295	Baides	baides	CM	GU	19147	41.0069	-2.7762	4
19300	Molina De Aragon	molina-de-aragon	CM	GU	19190	40.8436	-1.8876	4
19310	Chequilla	chequilla	CM	GU	19103	40.606	-1.8279	4
19310	Alcoroches	alcoroches	CM	GU	19103	40.6267	-1.7463	4
19310	Checa	checa	CM	GU	19103	40.5861	-1.7906	4
19311	Orea	orea	CM	GU	19204	40.5572	-1.7274	4
19312	Pinilla De Molina	pinilla-de-molina	CM	GU	19219	40.6797	-1.8803	4
19312	Terzaga	terzaga	CM	GU	19219	40.6951	-1.9039	4
19312	Traid	traid	CM	GU	19219	40.6682	-1.8097	4
19313	Peralejos De Las Truchas	peralejos-de-las-truchas	CM	GU	19216	40.5934	-1.9095	4
19314	Salinas De Armalla	salinas-de-armalla	CM	GU	19264	40.6974	-1.9682	3
19314	Taravilla	taravilla	CM	GU	19264	40.6974	-1.9682	4
19314	Armalla	armalla	CM	GU	19264	40.6974	-1.9682	3
19315	Megina	megina	CM	GU	19178	40.6391	-1.8704	4
19320	Motos	motos	CM	GU	19027	40.5907	-1.6141	4
19320	Alustante	alustante	CM	GU	19027	40.6144	-1.6591	4
19323	Tordesilos	tordesilos	CM	GU	19272	40.6707	-1.5937	4
19324	Setiles	setiles	CM	GU	19255	40.7342	-1.6172	4
19325	Tordellego	tordellego	CM	GU	19271	40.7216	-1.6704	4
19325	Piqueras	piqueras	CM	GU	19271	40.6637	-1.722	4
19325	Adobes	adobes	CM	GU	19271	40.6758	-1.6792	4
19326	El Pobo De Dueñas	el-pobo-de-duenas	CM	GU	19222	40.7767	-1.6498	4
19327	El Pedregal	el-pedregal	CM	GU	19213	40.7793	-1.5703	4
19328	Hombrados	hombrados	CM	GU	19076	40.8012	-1.6856	4
19328	Castellar De La Muela	castellar-de-la-muela	CM	GU	19076	40.819	-1.7593	4
19328	Morenilla	morenilla	CM	GU	19076	40.7869	-1.7072	4
19332	Mochales	mochales	CM	GU	19016	41.0965	-2.0156	4
19332	Villel De Mesa	villel-de-mesa	CM	GU	19016	41.1262	-1.9907	4
19332	Amayas	amayas	CM	GU	19016	41.0698	-1.9805	4
19332	Algar De Mesa	algar-de-mesa	CM	GU	19016	41.1349	-1.9596	4
19333	Labros	labros	CM	GU	19265	41.0473	-1.9411	4
19333	Tartanedo	tartanedo	CM	GU	19265	40.9935	-1.9246	4
19334	Hinojosa	hinojosa	CM	GU	19099	41.0334	-1.925	4
19336	Pardos	pardos	CM	GU	19209	40.9482	-1.9256	4
19337	Torrubia	torrubia	CM	GU	19285	40.9658	-1.9006	4
19338	Tortuera	tortuera	CM	GU	19287	40.9718	-1.7976	4
19339	Cillas	cillas	CM	GU	19243	40.9425	-1.8473	4
19339	Embid	embid	CM	GU	19243	40.9726	-1.7121	4
19339	Rueda De La Sierra	rueda-de-la-sierra	CM	GU	19243	40.918	-1.8544	4
19340	Rillo De Gallo	rillo-de-gallo	CM	GU	19237	40.8663	-1.9374	4
19341	Corduente	corduente	CM	GU	19099	40.843	-1.9784	4
19342	Herreria	herreria	CM	GU	19134	40.8882	-1.9601	4
19343	Canales De Molina	canales-de-molina	CM	GU	19099	40.9016	-1.9777	4
19344	Aragoncillo	aragoncillo	CM	GU		40.9348	-2.0458	4
19345	Arandilla	arandilla	CM	GU	19283	40.5106	-2.3835	4
19345	Torremocha Del Pinar	torremocha-del-pinar	CM	GU	19283	40.8895	-2.045	4
19346	Selas	selas	CM	GU	19254	40.9515	-2.102	4
19350	Anchuela Del Pedregal	anchuela-del-pedregal	CM	GU	19190	40.8434	-1.809	4
19351	Tordelpalo	tordelpalo	CM	GU	19190	40.8273	-1.7964	4
19352	Prados Redondos	prados-redondos	CM	GU	19227	40.785	-1.7933	4
19353	Chera	chera	CM	GU	19227	40.7905	-1.7722	4
19354	Aldehuela	aldehuela	CM	GU	19227	40.8066	-1.7857	4
19355	Torrecuadrada De Molina	torrecuadrada-de-molina	CM	GU	19277	40.7495	-1.8071	4
19356	Otilla	otilla	CM	GU		40.7392	-1.7837	4
19357	Anquela Del Pedregal	anquela-del-pedregal	CM	GU	19034	40.7434	-1.737	4
19360	Campillo De Dueñas	campillo-de-duenas	CM	GU	19059	40.8838	-1.685	4
19361	La Yunta	la-yunta	CM	GU	19332	40.9151	-1.6839	4
19362	Cubillejo De La Sierra	cubillejo-de-la-sierra	CM	GU	19190	40.8852	-1.7746	4
19363	Cubillejo Del Sitio	cubillejo-del-sitio	CM	GU	19190	40.8908	-1.8039	4
19390	Tierzo	tierzo	CM	GU	19124	40.7493	-1.9307	4
19390	Escalera	escalera	CM	GU	19124	40.7704	-2.0269	4
19390	Valsalobre	valsalobre	CM	GU	19124	40.8195	-1.9089	4
19390	Teroleja	teroleja	CM	GU	19124	40.8012	-1.9461	4
19390	Fuembellida	fuembellida	CM	GU	19124	40.7559	-1.9986	4
19390	Baños De Tajo	banos-de-tajo	CM	GU	19124	40.7167	-1.9667	4
19390	Valhermoso	valhermoso	CM	GU	19124	40.7859	-1.9612	4
19391	Pradilla	pradilla	CM	GU	19079	40.7919	-1.8291	4
19391	Torremochuela	torremochuela	CM	GU	19079	40.7653	-1.8419	4
19391	Castilnuevo	castilnuevo	CM	GU	19079	40.8143	-1.8578	4
19392	Terraza	terraza	CM	GU	19099	40.8232	-1.948	4
19392	Cuevas Labradas	cuevas-labradas	CM	GU	19099	40.8024	-2.0913	4
19392	Castellote	castellote	CM	GU	19099	40.8126	-2.033	3
19392	Cuevas Minadas	cuevas-minadas	CM	GU	19099	40.8005	-2.0292	4
19392	Torete	torete	CM	GU	19099	40.8153	-2.0562	4
19392	Ventosa	ventosa	CM	GU	19099	40.8251	-1.9686	4
19392	Lebrancon	lebrancon	CM	GU	19099	40.7865	-2.0456	4
19392	Torrecilla Del Pinar	torrecilla-del-pinar	CM	GU	19099	40.8353	-2.0918	4
19400	Brihuega	brihuega	CM	GU	19053	40.7605	-2.8697	4
19411	Romancos	romancos	CM	GU	19053	40.6882	-2.8837	4
19411	Santa Clara	santa-clara	CM	GU	19053	40.7167	-2.85	4
19411	Balconete	balconete	CM	GU	19053	40.6427	-2.8983	4
19411	Archilla	archilla	CM	GU	19053	40.6847	-2.9166	4
19411	Tomellosa	tomellosa	CM	GU	19053	40.6511	-2.9256	4
19411	Valfermoso De Tajuña	valfermoso-de-tajuna	CM	GU	19053	40.619	-2.9541	4
19412	Caspueñas	caspuenas	CM	GU	19074	40.695	-2.9794	4
19412	Valdesaz	valdesaz	CM	GU	19074	40.7308	-2.9476	4
19412	Fuentes De La Alcarria	fuentes-de-la-alcarria	CM	GU	19074	40.7531	-2.9434	4
19412	Matilla, La (Finca)	matilla-la-finca	CM	GU	19074	40.7225	-2.9706	3
19412	Valdegrudas	valdegrudas	CM	GU	19074	40.7112	-3.0121	4
19413	Pajares	pajares	CM	GU	19053	40.7342	-2.8327	4
19413	Malacuera	malacuera	CM	GU	19053	40.7541	-2.8301	4
19413	Olmeda Del Extremo	olmeda-del-extremo	CM	GU	19053	40.7656	-2.7385	4
19413	Castilmimbre	castilmimbre	CM	GU	19053	40.7183	-2.7744	4
19413	Yela	yela	CM	GU	19053	40.8248	-2.7823	4
19413	Hontanares	hontanares	CM	GU	19053	40.8528	-2.7603	4
19413	Villaviciosa De Tajuña	villaviciosa-de-tajuna	CM	GU	19053	40.7853	-2.8373	4
19420	Cifuentes	cifuentes	CM	GU	19086	40.7862	-2.6224	4
19429	Sotoca De Tajo	sotoca-de-tajo	CM	GU	19086	40.7333	-2.5667	4
19429	Huetos	huetos	CM	GU	19086	40.7503	-2.5368	4
19429	Ruguilla	ruguilla	CM	GU	19086	40.7519	-2.5803	4
19429	Val De San Garcia	val-de-san-garcia	CM	GU	19086	40.7961	-2.584	4
19431	Torrecuadradilla	torrecuadradilla	CM	GU	19064	40.8536	-2.5322	4
19431	Canredondo	canredondo	CM	GU	19064	40.8126	-2.4938	4
19431	Oter	oter	CM	GU	19064	40.7513	-2.45	4
19431	Carrascosa De Tajo	carrascosa-de-tajo	CM	GU	19064	40.725	-2.4838	4
19432	Abanades	abanades	CM	GU	19001	40.8926	-2.4853	4
19432	Canales Del Ducado	canales-del-ducado	CM	GU	19001	40.8095	-2.3587	4
19432	Ocentejo	ocentejo	CM	GU	19001	40.7723	-2.3976	4
19432	Sacecorbo	sacecorbo	CM	GU	19001	40.8328	-2.4184	4
19432	Renales	renales	CM	GU	19001	40.9116	-2.5273	4
19441	La Loma	la-loma	CM	GU	19148	40.8803	-2.2776	4
19441	Huertahernando	huertahernando	CM	GU	19148	40.8235	-2.287	4
19441	Riba De Saelices	riba-de-saelices	CM	GU	19148	40.9114	-2.2971	4
19441	Ribarredonda	ribarredonda	CM	GU	19148	40.8749	-2.3085	4
19442	Ablanque	ablanque	CM	GU	19002	40.8982	-2.2252	4
19443	Buenafuente Del Sistal	buenafuente-del-sistal	CM	GU	19090	40.8222	-2.2128	4
19443	Saelices De La Sal	saelices-de-la-sal	CM	GU	19090	40.9072	-2.3233	4
19443	Cobeta	cobeta	CM	GU	19090	40.8656	-2.1421	4
19444	Villar De Cobeta	villar-de-cobeta	CM	GU	19333	40.8243	-2.1829	4
19444	Olmeda De Cobeta	olmeda-de-cobeta	CM	GU	19333	40.8597	-2.1828	4
19445	Villarejo De Medina	villarejo-de-medina	CM	GU	19032	40.9522	-2.3372	4
19445	Sotodosos	sotodosos	CM	GU	19032	40.9215	-2.3921	4
19445	Padilla Del Ducado	padilla-del-ducado	CM	GU	19032	40.9527	-2.3643	4
19445	Esplegares	esplegares	CM	GU	19032	40.8565	-2.3708	4
19445	La Hortezuela De Ocen	la-hortezuela-de-ocen	CM	GU	19032	40.952	-2.4165	4
19450	Trillo	trillo	CM	GU	19291	40.7009	-2.5926	4
19458	Instituto Leprologico De Trillo	instituto-leprologico-de-trillo	CM	GU	19291	40.7161	-2.6347	1
19459	Gargoles De Arriba	gargoles-de-arriba	CM	GU	19054	40.75	-2.6333	4
19459	Central Nuclear De Trillo	central-nuclear-de-trillo	CM	GU	19054	40.7212	-2.6487	3
19459	Gargoles De Abajo	gargoles-de-abajo	CM	GU	19054	40.7331	-2.6261	4
19459	Gualda	gualda	CM	GU	19054	40.6805	-2.6865	4
19459	Central Nuclear De Trillo (Poblado)	central-nuclear-de-trillo-poblado	CM	GU	19054	40.7212	-2.6487	3
19460	Villanueva De Alcoron	villanueva-de-alcoron	CM	GU	19317	40.6796	-2.2514	4
19461	Armallones	armallones	CM	GU	19040	40.7358	-2.3026	4
19461	Huertapelayo	huertapelayo	CM	GU	19040	40.784	-2.2779	4
19462	Peñalen	penalen	CM	GU	19214	40.6656	-2.07	4
19463	Poveda De La Sierra	poveda-de-la-sierra	CM	GU	19223	40.6433	-2.029	4
19490	Venta De Almadrones	venta-de-almadrones	CM	GU	19004	40.8397	-2.7368	3
19490	Alaminos	alaminos	CM	GU	19004	40.863	-2.7257	4
19490	Civica	civica	CM	GU	19004	40.8397	-2.7368	3
19490	Valderrebollo	valderrebollo	CM	GU	19004	40.8103	-2.7289	4
19490	Barriopedro	barriopedro	CM	GU	19004	40.7903	-2.7525	4
19490	Almadrones	almadrones	CM	GU	19004	40.901	-2.7741	4
19490	Cogollor	cogollor	CM	GU	19004	40.8482	-2.7443	4
19490	Masegoso De Tajuña	masegoso-de-tajuna	CM	GU	19004	40.8255	-2.6953	4
19491	Torrecuadrada De Los Valles	torrecuadrada-de-los-valles	CM	GU	19154	40.893	-2.5825	4
19491	Solanillos Del Extremo	solanillos-del-extremo	CM	GU	19154	40.7509	-2.698	4
19491	Henche	henche	CM	GU	19154	40.7147	-2.7075	4
19491	El Sotillo	el-sotillo	CM	GU	19154	40.8815	-2.6359	4
19491	Moranchel	moranchel	CM	GU	19154	40.8182	-2.6672	4
19491	Las Inviernas	las-inviernas	CM	GU	19154	40.8723	-2.6702	4
19492	Valtablado Del Rio	valtablado-del-rio	CM	GU	19211	40.7142	-2.4022	4
19492	Arbeteta	arbeteta	CM	GU	19211	40.67	-2.4024	4
19492	Morillejo	morillejo	CM	GU	19211	40.6883	-2.4748	4
19492	Valdenaya	valdenaya	CM	GU	19211	40.6655	-2.4734	3
19492	El Recuenco	el-recuenco	CM	GU	19211	40.6154	-2.3396	4
19492	La Puerta	la-puerta	CM	GU	19211	40.6348	-2.589	4
19492	Viana De Mondejar	viana-de-mondejar	CM	GU	19211	40.6493	-2.5621	4
19492	Azañon	azanon	CM	GU	19211	40.6865	-2.5439	4
19493	Villaescusa De Palositos	villaescusa-de-palositos	CM	GU	19217	40.5934	-2.531	4
19493	Peralveche	peralveche	CM	GU	19217	40.6108	-2.4496	4
19495	El Campillo	el-campillo	CM	GU	19333	40.7621	-2.2012	3
19495	Zaorejas	zaorejas	CM	GU	19333	40.7621	-2.2012	4
28189	Santuy	santuy	CM	GU	28107	40.7516	-3.5956	3
28190	Corralejo	corralejo	CM	GU	19067	41.089	-3.3668	4
28190	El Cardoso De La Sierra	el-cardoso-de-la-sierra	CM	GU	19067	41.0885	-3.4174	3
28190	Colmenar De La Sierra	colmenar-de-la-sierra	CM	GU	19067	41.0796	-3.3894	4
28190	Cabida	cabida	CM	GU	19067	41.1217	-3.39	4
28190	Bocigano	bocigano	CM	GU	19067	41.1144	-3.4102	4
28190	Peñalba De La Sierra	penalba-de-la-sierra	CM	GU	19067	41.1433	-3.3908	4
28310	Majazala	majazala	CM	TO		40.1277	-3.5769	1
28310	El Quintillo	el-quintillo	CM	TO		40.1277	-3.5769	1
28310	El Espinar	el-espinar	CM	TO		40.1277	-3.5769	1
45001	Toledo	toledo	CM	TO	45168	39.8581	-4.0226	4
45002	Toledo	toledo	CM	TO	45168	39.8581	-4.0226	4
45003	Toledo	toledo	CM	TO	45168	39.8581	-4.0226	4
45004	Toledo	toledo	CM	TO	45168	39.8581	-4.0226	4
45005	Toledo	toledo	CM	TO	45168	39.8581	-4.0226	4
45006	Toledo	toledo	CM	TO	45168	39.8581	-4.0226	4
45007	Toledo	toledo	CM	TO	45168	39.8581	-4.0226	4
45008	Toledo	toledo	CM	TO	45168	39.8581	-4.0226	4
45070	Toledo	toledo	CM	TO		39.8581	-4.0226	4
45071	Toledo	toledo	CM	TO		39.8581	-4.0226	4
45080	Toledo	toledo	CM	TO		39.8581	-4.0226	4
45100	Sonseca	sonseca	CM	TO	45163	39.6775	-3.9745	4
45109	Casalgordo	casalgordo	CM	TO	45124	39.6422	-3.9672	4
45109	Arisgotas	arisgotas	CM	TO	45124	39.6259	-3.9415	4
45110	Ajofrin	ajofrin	CM	TO	45001	39.7109	-3.9822	4
45111	Cobisa	cobisa	CM	TO	45052	39.8042	-4.0253	4
45112	Burguillos De Toledo	burguillos-de-toledo	CM	TO	45023	39.7963	-3.9925	4
45113	Chueca	chueca	CM	TO	45057	39.7319	-3.9437	4
45114	Mazarambroz	mazarambroz	CM	TO	45096	39.6941	-4.0196	4
45120	San Pablo De Los Montes	san-pablo-de-los-montes	CM	TO	45098	39.6771	-4.1795	1
45121	Las Navillas	las-navillas	CM	TO	45098	39.5588	-4.3569	4
45122	Arges	arges	CM	TO	45016	39.8063	-4.057	4
45122	El Viso	el-viso	CM	TO	45016	39.8063	-4.057	3
45123	Layos	layos	CM	TO	45083	39.777	-4.0645	4
45124	Casasbuenas	casasbuenas	CM	TO	45042	39.7612	-4.1256	4
45125	Pulgar	pulgar	CM	TO	45140	39.6938	-4.1523	4
45126	Cuerva	cuerva	CM	TO	45055	39.6637	-4.2109	4
45126	El Castañar	el-castanar	CM	TO	45055	39.5833	-4.1333	4
45127	Las Ventas Con Peña Aguilera	las-ventas-con-pena-aguilera	CM	TO	45182	39.6103	-4.2313	4
45128	Menasalbas	menasalbas	CM	TO	45098	39.6395	-4.2842	4
45130	Los Navalucillos	los-navalucillos	CM	TO	45113	39.6667	-4.642	4
45138	Alares	alares	CM	TO	45113	39.485	-4.726	4
45138	Robledo Del Buey	robledo-del-buey	CM	TO	45113	39.5717	-4.7068	4
45139	Valdeazores	valdeazores	CM	TO	45113	39.4319	-4.7246	4
45140	Los Navalmorales	los-navalmorales	CM	TO	45112	39.7253	-4.6423	4
45150	Navahermosa	navahermosa	CM	TO	45109	39.6353	-4.4701	4
45159	Hontanar	hontanar	CM	TO	45075	39.613	-4.4966	4
45159	Rio Cedena (Urbanizacion)	rio-cedena-urbanizacion	CM	TO	45075	39.613	-4.4966	3
45160	Guadamur	guadamur	CM	TO	45070	39.8118	-4.1489	4
45161	Polan	polan	CM	TO	45133	39.7877	-4.1679	4
45162	Noez	noez	CM	TO	45116	39.7409	-4.1841	4
45163	Totanes	totanes	CM	TO	45174	39.7106	-4.2265	4
45164	Galvez	galvez	CM	TO	45067	39.7021	-4.2724	4
45165	San Martin De Montalban	san-martin-de-montalban	CM	TO	45151	39.7019	-4.388	4
45170	San Martin De Pusa	san-martin-de-pusa	CM	TO	45152	39.784	-4.6325	4
45179	Villarejo De Montalban	villarejo-de-montalban	CM	TO	45194	39.7691	-4.5731	4
45180	Camarena	camarena	CM	TO	45031	40.0931	-4.1193	4
45181	Camarenilla	camarenilla	CM	TO	45032	40.0167	-4.0762	4
45182	Arcicollar	arcicollar	CM	TO	45015	40.0552	-4.1164	4
45183	Las Ventas De Retamosa	las-ventas-de-retamosa	CM	TO	45183	40.1553	-4.1146	4
45190	Nambroca	nambroca	CM	TO	45107	39.7977	-3.9443	4
45191	Nieves, Las (Urbanizacion)	nieves-las-urbanizacion	CM	TO	45107	39.7977	-3.9443	1
45200	Illescas	illescas	CM	TO	45081	40.1221	-3.847	4
45210	Yuncos	yuncos	CM	TO	45205	40.0859	-3.8711	4
45211	Recas	recas	CM	TO	45145	40.0529	-3.9909	4
45212	Lominchar	lominchar	CM	TO	45085	40.0906	-3.9671	4
45213	Palomeque	palomeque	CM	TO	45127	40.1197	-3.964	4
45214	Cedillo Del Condado	cedillo-del-condado	CM	TO	45047	40.1126	-3.9213	4
45215	El Viso De San Juan	el-viso-de-san-juan	CM	TO	45199	40.1415	-3.9182	4
45216	Carranque	carranque	CM	TO	45038	40.1698	-3.9009	4
45217	Ugena	ugena	CM	TO	45176	40.1557	-3.876	4
45220	Yeles	yeles	CM	TO	45201	40.1204	-3.8049	4
45220	Pradillos, Los (Urbanizacion)	pradillos-los-urbanizacion	CM	TO	45201	40.1204	-3.8049	3
45221	Esquivias	esquivias	CM	TO	45064	40.1044	-3.7668	4
45222	Borox	borox	CM	TO	45021	40.068	-3.738	4
45223	Seseña Viejo	sesena-viejo	CM	TO	45161	40.0997	-3.7397	1
45224	Seseña Nuevo	sesena-nuevo	CM	TO	45161	40.1061	-3.6492	4
45230	Numancia De La Sagra	numancia-de-la-sagra	CM	TO	45119	40.0739	-3.8512	4
45240	Alameda De La Sagra	alameda-de-la-sagra	CM	TO	45002	40.012	-3.7925	4
45250	Añover De Tajo	anover-de-tajo	CM	TO	45014	39.9887	-3.7658	4
45260	Villaseca De La Sagra	villaseca-de-la-sagra	CM	TO	45196	39.9618	-3.8829	4
45270	Mocejon	mocejon	CM	TO	45102	39.9393	-3.9172	4
45280	Olias Del Rey	olias-del-rey	CM	TO	45122	39.9444	-3.9868	4
45290	Pantoja	pantoja	CM	TO	45128	40.0434	-3.8328	4
45291	Cobeja	cobeja	CM	TO	45051	40.0208	-3.856	4
45292	Aceca	aceca	CM	TO	45196	39.95	-3.85	4
45300	Ocaña	ocana	CM	TO	45121	39.9578	-3.4982	4
45310	Villatobas	villatobas	CM	TO	45198	39.9019	-3.3239	4
45311	Dos Barrios	dos-barrios	CM	TO	45059	39.9083	-3.5245	1
45312	Cabañas De Yepes	cabanas-de-yepes	CM	TO	45026	39.8905	-3.535	4
45313	Yepes	yepes	CM	TO	45202	39.902	-3.6252	4
45314	Ciruelos	ciruelos	CM	TO	45050	39.9388	-3.6138	4
45340	Ontigola	ontigola	CM	TO	45123	40.0042	-3.5723	4
45350	Noblejas	noblejas	CM	TO	45115	39.9806	-3.44	4
45360	Villarrubia De Santiago	villarrubia-de-santiago	CM	TO	45195	39.9856	-3.369	4
45370	Santa Cruz De La Zarza	santa-cruz-de-la-zarza	CM	TO	45156	39.981	-3.1879	4
45400	Mora	mora	CM	TO	45106	39.6849	-3.7739	4
45410	Villanueva De Bogas	villanueva-de-bogas	CM	TO	45193	39.7235	-3.6574	4
45420	Almonacid De Toledo	almonacid-de-toledo	CM	TO	45012	39.7544	-3.8524	4
45430	Mascaraque	mascaraque	CM	TO	45094	39.7164	-3.8125	4
45440	Villaminaya	villaminaya	CM	TO	45190	39.712	-3.8706	4
45450	Orgaz	orgaz	CM	TO	45124	39.6483	-3.8758	4
45460	Manzaneque	manzaneque	CM	TO	45090	39.6355	-3.7925	4
45470	Los Yebenes	los-yebenes	CM	TO	45200	39.5816	-3.8706	4
45479	Marjaliza	marjaliza	CM	TO	45092	39.5633	-3.935	4
45479	Lituero De Arriba	lituero-de-arriba	CM	TO	45092	39.5633	-3.935	3
45479	Lituero De Abajo	lituero-de-abajo	CM	TO	45092	39.5633	-3.935	3
45480	Urda	urda	CM	TO	45200	39.4118	-3.7149	4
45489	Casa Del Quinto	casa-del-quinto	CM	TO		39.4118	-3.7149	1
45489	Valdesimon	valdesimon	CM	TO		39.4118	-3.7149	1
45489	La Vega	la-vega	CM	TO		39.4118	-3.7149	1
45489	La Alberca	la-alberca	CM	TO		39.4118	-3.7149	1
45489	Dehesa De Las Labores	dehesa-de-las-labores	CM	TO		39.4118	-3.7149	1
45489	Las Guadalerzas	las-guadalerzas	CM	TO		39.4118	-3.7149	1
45489	Ventas Del Castillo	ventas-del-castillo	CM	TO		39.4118	-3.7149	1
45489	La Cabezuela	la-cabezuela	CM	TO		39.4118	-3.7149	1
45489	La Pedrera	la-pedrera	CM	TO		39.4118	-3.7149	1
45489	Quintos Del Pizarro	quintos-del-pizarro	CM	TO		39.4118	-3.7149	1
45489	Valle De Abajo	valle-de-abajo	CM	TO		39.4118	-3.7149	1
45489	Los Peleches	los-peleches	CM	TO		39.4118	-3.7149	1
45489	La Lora	la-lora	CM	TO		39.4118	-3.7149	1
45489	El Fresnedal	el-fresnedal	CM	TO		39.4118	-3.7149	1
45500	Torrijos	torrijos	CM	TO	45173	39.9819	-4.2835	4
45510	Fuensalida	fuensalida	CM	TO	45066	40.0529	-4.2072	4
45511	Huecas	huecas	CM	TO	45077	40.0123	-4.1954	4
45512	El Portillo De Toledo	el-portillo-de-toledo	CM	TO	45134	40.0138	-4.294	1
45513	Santa Cruz De Retamar	santa-cruz-de-retamar	CM	TO	45157	40.1192	-4.2416	4
45514	Quismondo	quismondo	CM	TO	45143	40.1053	-4.3239	4
45515	Maqueda	maqueda	CM	TO	45091	40.0661	-4.3707	4
45516	La Puebla De Montalban	la-puebla-de-montalban	CM	TO	45136	39.863	-4.3592	4
45516	La Rinconada	la-rinconada	CM	TO	45136	39.863	-4.3592	3
45517	Escalonilla	escalonilla	CM	TO	45062	39.9257	-4.351	4
45518	Gerindote	gerindote	CM	TO	45069	39.9659	-4.3028	4
45519	Noves (Pueblo)	noves-pueblo	CM	TO	45118	40.0138	-4.294	1
45520	Villaluenga De La Sagra	villaluenga-de-la-sagra	CM	TO	45188	40.0266	-4.1136	1
45521	Burujon (Pueblo)	burujon-pueblo	CM	TO	45024	40.0266	-4.1136	1
45522	Azoverin (Pueblo)	azoverin-pueblo	CM	TO	45003	40.0266	-4.1136	1
45522	Albarreal De Tajo (Pueblo)	albarreal-de-tajo-pueblo	CM	TO	45003	40.0266	-4.1136	1
45523	Alcabon (Pueblo)	alcabon-pueblo	CM	TO	45004	40.0266	-4.1136	1
45524	Rielves (Pueblo)	rielves-pueblo	CM	TO	45147	40.0266	-4.1136	1
45525	Barcience (Pueblo)	barcience-pueblo	CM	TO	45018	40.0266	-4.1136	1
45526	Santo Domingo-Caudilla	santo-domingo-caudilla	CM	TO	45901	40.0124	-4.3273	4
45529	Yuncler	yuncler	CM	TO	45203	40.0408	-3.8998	4
45530	Santa Olalla	santa-olalla	CM	TO	45101	40.0235	-4.4303	4
45531	Carmena	carmena	CM	TO	45036	39.9556	-4.4015	4
45532	Carriches	carriches	CM	TO	45039	39.9642	-4.4586	4
45533	El Carpio De Tajo	el-carpio-de-tajo	CM	TO	45037	39.888	-4.4539	4
45534	La Mata	la-mata	CM	TO	45095	39.9412	-4.4382	4
45540	Erustes	erustes	CM	TO	45066	39.9567	-4.4966	4
45541	Mesegar De Tajo	mesegar-de-tajo	CM	TO	45100	39.9255	-4.5023	4
45542	El Casar De Escalona	el-casar-de-escalona	CM	TO	45040	40.0464	-4.5251	4
45543	Otero	otero	CM	TO	45126	40.001	-4.5154	4
45544	Domingo Perez	domingo-perez	CM	TO	45058	39.9766	-4.5055	4
45560	Oropesa	oropesa	CM	TO	45125	39.9173	-5.1737	4
45567	Lagartera	lagartera	CM	TO	45082	39.9056	-5.2014	4
45568	Las Ventas De San Julian	las-ventas-de-san-julian	CM	TO	45184	40.0089	-5.2951	4
45569	Torralba De Oropesa	torralba-de-oropesa	CM	TO	45125	39.9338	-5.154	4
45569	Corchuela	corchuela	CM	TO	45125	39.9876	-5.1815	4
45570	El Puente Del Arzobispo	el-puente-del-arzobispo	CM	TO	45138	39.8017	-5.1718	4
45571	Azutan	azutan	CM	TO	45007	39.7856	-5.1273	4
45571	Bercial De Tajo	bercial-de-tajo	CM	TO	45007	39.7977	-5.1373	3
45571	Alcolea De Tajo	alcolea-de-tajo	CM	TO	45007	39.8097	-5.1474	4
45571	Bercial De San Rafael	bercial-de-san-rafael	CM	TO	45007	39.7977	-5.1373	3
45572	Valdeverdeja	valdeverdeja	CM	TO	45172	39.7963	-5.2454	4
45572	Torrico	torrico	CM	TO	45172	39.8292	-5.2258	4
45573	Navalmoralejo	navalmoralejo	CM	TO	45111	39.7393	-5.1436	4
45574	Fuentes De La Estrella	fuentes-de-la-estrella	CM	TO	45065	39.6894	-5.0954	3
45574	La Estrella	la-estrella	CM	TO	45065	39.6894	-5.0954	4
45575	Aldeanueva De San Bartolome	aldeanueva-de-san-bartolome	CM	TO	45010	39.6361	-5.1131	4
45576	Mohedas De La Jara	mohedas-de-la-jara	CM	TO	45010	39.6042	-5.1425	4
45577	Puerto De San Vicente	puerto-de-san-vicente	CM	TO	45139	39.5228	-5.1141	4
45578	El Campillo De La Jara	el-campillo-de-la-jara	CM	TO	45033	39.5892	-5.0553	4
45580	Calzada De Oropesa	calzada-de-oropesa	CM	TO	45028	39.8981	-5.2778	4
45588	Herreruela De Oropesa	herreruela-de-oropesa	CM	TO	45073	39.8893	-5.2428	4
45589	Caleruela	caleruela	CM	TO	45029	39.8748	-5.2569	4
45590	Magan	magan	CM	TO	45088	39.9614	-3.9316	4
45591	Yunclillos	yunclillos	CM	TO	45204	40.0202	-3.987	4
45592	Cabañas De La Sagra	cabanas-de-la-sagra	CM	TO	45025	40.0061	-3.9456	4
45593	Bargas	bargas	CM	TO	45019	39.9411	-4.0198	4
45593	Perdices, Las (Urbanizacion)	perdices-las-urbanizacion	CM	TO	45019	39.9411	-4.0198	3
45594	Villamiel De Toledo	villamiel-de-toledo	CM	TO	45189	39.9648	-4.1263	4
45600	Talavera De La Reina	talavera-de-la-reina	CM	TO	45125	39.9635	-4.8308	4
45610	Navalcan	navalcan	CM	TO	45110	40.0667	-5.0833	4
45611	Parrillas	parrillas	CM	TO	45130	40.0623	-5.0639	4
45612	Velada	velada	CM	TO	45181	39.9769	-4.9764	4
45613	Gamonal	gamonal	CM	TO	45165	39.9607	-4.9618	4
45614	Casar De Talavera	casar-de-talavera	CM	TO	45165	39.9629	-4.918	4
45620	Montesclaros	montesclaros	CM	TO	45105	40.1065	-4.9385	4
45621	Segurilla	segurilla	CM	TO	45160	40.0239	-4.8642	4
45622	Mejorada	mejorada	CM	TO	45097	40.0099	-4.8851	4
45630	Navamorcuende	navamorcuende	CM	TO	45114	40.1566	-4.7862	4
45631	Almendral De La Cañada	almendral-de-la-canada	CM	TO	45011	40.1846	-4.7417	4
45632	Sartajada	sartajada	CM	TO	45159	40.2132	-4.7943	4
45633	La Iglesuela	la-iglesuela	CM	TO	45079	40.2328	-4.7516	4
45634	Buenaventura	buenaventura	CM	TO	45022	40.1771	-4.85	4
45635	Sotillo De Las Palomas	sotillo-de-las-palomas	CM	TO	45164	40.1036	-4.8274	4
45636	Marrupe	marrupe	CM	TO	45093	40.1599	-4.7946	1
45637	Cervera De Los Montes	cervera-de-los-montes	CM	TO	45049	40.0518	-4.8107	4
45638	Pepino	pepino	CM	TO	45132	40.1599	-4.7946	1
45640	El Real De San Vicent	el-real-de-san-vicent	CM	TO	45144	40.0918	-4.6769	1
45641	Castillo De Bayuela	castillo-de-bayuela	CM	TO	45043	40.1003	-4.6856	4
45642	Cardiel De Los Montes	cardiel-de-los-montes	CM	TO	45035	40.0635	-4.6549	4
45643	Garciotun	garciotun	CM	TO	45068	40.0993	-4.6465	4
45644	Nuño Gomez	nuno-gomez	CM	TO	45120	40.1138	-4.6198	4
45645	Hinojosa De San Vicente	hinojosa-de-san-vicente	CM	TO	45074	40.1046	-4.7227	4
45646	San Roman De Los Montes	san-roman-de-los-montes	CM	TO	45154	40.0693	-4.7321	4
45646	Serranillos	serranillos	CM	TO	45154	40.0693	-4.7321	3
45650	Espinoso Del Rey	espinoso-del-rey	CM	TO	45063	39.6533	-4.7837	4
45651	Torrecilla De La Jara	torrecilla-de-la-jara	CM	TO	45170	39.7042	-4.7719	4
45651	La Fresneda	la-fresneda	CM	TO	45170	39.714	-4.8346	4
45652	Retamoso De La Jara	retamoso-de-la-jara	CM	TO	45146	39.7436	-4.7554	4
45653	Santa Ana De Pusa	santa-ana-de-pusa	CM	TO	45155	39.7624	-4.709	4
45654	San Bartolome De Las Abiertas	san-bartolome-de-las-abiertas	CM	TO	45150	39.8297	-4.719	4
45660	Belvis De La Jara	belvis-de-la-jara	CM	TO	45020	39.7577	-4.9493	4
45661	Aldeanueva De Barbarroya	aldeanueva-de-barbarroya	CM	TO	45009	39.7593	-5.0229	4
45662	Alcaudete De La Jara	alcaudete-de-la-jara	CM	TO	45006	39.8063	-4.9301	1
45663	El Membrillo	el-membrillo	CM	TO	45072	39.8395	-4.8257	4
45664	Las Herencias	las-herencias	CM	TO	45072	39.8688	-4.9225	4
45670	La Nava De Ricomalillo	la-nava-de-ricomalillo	CM	TO	45108	39.6496	-4.9911	4
45671	Gargantilla	gargantilla	CM	TO	45162	39.5871	-4.9769	4
45671	Sevilleja De La Jara	sevilleja-de-la-jara	CM	TO	45162	39.5749	-4.9639	4
45672	Mina De Sta Quiteria	mina-de-sta-quiteria	CM	TO	45162	39.5969	-4.8971	1
45672	Puerto Rey	puerto-rey	CM	TO	45162	39.5969	-4.8971	1
45673	Buenasbodas	buenasbodas	CM	TO	45162	39.6428	-4.9489	4
45674	Robledo Del Mazo	robledo-del-mazo	CM	TO	45148	39.6099	-4.905	4
45675	Las Hunfrias	las-hunfrias	CM	TO	45148	39.5916	-4.8769	4
45676	Robledillo	robledillo	CM	TO	45148	39.6013	-4.8273	4
45677	Navaltoril	navaltoril	CM	TO	45148	39.5721	-4.8046	4
45678	Piedraescrita	piedraescrita	CM	TO	45148	39.5433	-4.7795	4
45680	Cebolla (Pueblo)	cebolla-pueblo	CM	TO	45046	39.8992	-4.8308	1
45681	Illan De Vacas (Pueblo)	illan-de-vacas-pueblo	CM	TO		39.8992	-4.8308	1
45682	Cerralbos, Los (Pueblo)	cerralbos-los-pueblo	CM	TO	45048	39.8992	-4.8308	1
45683	Cazalegas (Pueblo)	cazalegas-pueblo	CM	TO	45045	39.8992	-4.8308	1
45684	Lucillos (Pueblo)	lucillos-pueblo	CM	TO	45086	39.8992	-4.8308	1
45685	Montearagon (Pueblo)	montearagon-pueblo	CM	TO	45104	39.8992	-4.8308	1
45685	Montearagon Estacion (Pueblo)	montearagon-estacion-pueblo	CM	TO	45104	39.8992	-4.8308	1
45686	Calera Y Chozas (Pueblo)	calera-y-chozas-pueblo	CM	TO	45028	39.8992	-4.8308	1
45687	Alcañizo (Pueblo)	alcanizo-pueblo	CM	TO	45005	39.8992	-4.8308	1
45690	La Pueblanueva	la-pueblanueva	CM	TO	45137	39.9189	-4.6801	1
45691	Las Vegas	las-vegas	CM	TO	45137	39.9189	-4.6801	1
45691	San Antonio	san-antonio	CM	TO	45137	39.9189	-4.6801	1
45692	Malpica De Tajo	malpica-de-tajo	CM	TO	45089	39.8975	-4.5499	4
45693	Bernuy	bernuy	CM	TO	45089	39.922	-4.5976	4
45694	Talavera La Nueva	talavera-la-nueva	CM	TO	45165	39.9374	-4.8927	4
45695	Alberche Del Caudillo	alberche-del-caudillo	CM	TO	45028	39.9189	-4.6801	1
45700	Consuegra	consuegra	CM	TO	45053	39.4625	-3.608	4
45710	Madridejos	madridejos	CM	TO	45087	39.4682	-3.532	4
45720	Camuñas	camunas	CM	TO	45034	39.427	-3.455	4
45730	Las Lagunas	las-lagunas	CM	TO	45187	39.4282	-3.3608	3
45730	Villafranca De Los Caballeros	villafranca-de-los-caballeros	CM	TO	45187	39.4282	-3.3608	4
45740	Villasequilla	villasequilla	CM	TO	45197	39.8758	-3.7311	4
45749	Villamuelas	villamuelas	CM	TO	45191	39.8178	-3.7346	4
45750	Huerta De Valdecarabanos	huerta-de-valdecarabanos	CM	TO	45026	39.8632	-3.6128	4
45760	La Guardia	la-guardia	CM	TO	45071	39.7879	-3.476	4
45770	El Romeral	el-romeral	CM	TO	45149	39.7074	-3.4338	4
45780	Tembleque	tembleque	CM	TO	45166	39.6954	-3.5043	4
45789	Turleque	turleque	CM	TO	45175	39.6014	-3.614	4
45790	Quero	quero	CM	TO	45141	39.5111	-3.2474	4
45800	Quintanar De La Orden	quintanar-de-la-orden	CM	TO	45142	39.5937	-3.0417	4
45810	Villanueva De Alcardete	villanueva-de-alcardete	CM	TO	45192	39.6732	-3.0145	4
45820	El Toboso	el-toboso	CM	TO	45167	39.5133	-2.9973	4
45830	Miguel Esteban	miguel-esteban	CM	TO	45101	39.5245	-3.0762	4
45840	La Puebla De Almoradiel	la-puebla-de-almoradiel	CM	TO	45135	39.5986	-3.1178	4
45850	La Villa De Don Fadrique	la-villa-de-don-fadrique	CM	TO	45186	39.6151	-3.2191	4
45860	Villacañas	villacanas	CM	TO	45185	39.6237	-3.3381	4
45870	Lillo	lillo	CM	TO	45084	39.7233	-3.3062	4
45880	Corral De Almaguer	corral-de-almaguer	CM	TO	45054	39.7599	-3.1645	4
45890	Cabezamesada	cabezamesada	CM	TO	45027	39.8163	-3.1024	4
45900	Almorox	almorox	CM	TO	45013	40.2342	-4.3904	4
45908	Paredes De Escalona	paredes-de-escalona	CM	TO	45008	40.2047	-4.4305	4
45908	Aldea En Cabo	aldea-en-cabo	CM	TO	45008	40.2047	-4.4305	3
45909	Calalberche (Urbanizacion)	calalberche-urbanizacion	CM	TO	45157	40.2195	-4.4105	1
45910	Escalona	escalona	CM	TO	45061	40.1669	-4.4048	4
45917	Nombela	nombela	CM	TO	45117	40.1553	-4.5022	4
45918	Pelahustan	pelahustan	CM	TO	45131	40.176	-4.5984	4
45919	Hormigos	hormigos	CM	TO	45076	40.0978	-4.4447	4
45920	La Torre De Esteban Hambran	la-torre-de-esteban-hambran	CM	TO	45171	40.1693	-4.2155	4
45930	Mentrida	mentrida	CM	TO	45099	40.239	-4.1934	4
45940	Valmojado	valmojado	CM	TO	45180	40.2044	-4.0915	4
45950	Casarrubios Del Monte	casarrubios-del-monte	CM	TO	45041	40.187	-4.0364	4
45960	Chozas De Canales	chozas-de-canales	CM	TO	45056	40.1001	-4.0433	4
35001	Las Palmas De Gran Canaria	las-palmas-de-gran-canaria	CN	GC	35016	28.0997	-15.4134	1
35002	Las Palmas De Gran Canaria	las-palmas-de-gran-canaria	CN	GC	35016	28.0997	-15.4134	1
35003	Las Palmas De Gran Canaria	las-palmas-de-gran-canaria	CN	GC	35016	28.0997	-15.4134	4
35004	Las Palmas De Gran Canaria	las-palmas-de-gran-canaria	CN	GC	35016	28.0997	-15.4134	4
35005	Las Palmas De Gran Canaria	las-palmas-de-gran-canaria	CN	GC	35016	28.0997	-15.4134	1
35006	Las Palmas De Gran Canaria	las-palmas-de-gran-canaria	CN	GC	35016	28.0997	-15.4134	1
35007	Las Palmas De Gran Canaria	las-palmas-de-gran-canaria	CN	GC	35016	28.0997	-15.4134	4
35008	Las Palmas De Gran Canaria	las-palmas-de-gran-canaria	CN	GC	35016	28.0997	-15.4134	1
35009	Las Palmas De Gran Canaria	las-palmas-de-gran-canaria	CN	GC	35016	28.0997	-15.4134	1
35010	Las Palmas De Gran Canaria	las-palmas-de-gran-canaria	CN	GC	35016	28.0997	-15.4134	4
35011	Las Palmas De Gran Canaria	las-palmas-de-gran-canaria	CN	GC	35016	28.0944	-15.4591	1
35012	Las Palmas De Gran Canaria	las-palmas-de-gran-canaria	CN	GC	35016	28.0944	-15.4591	1
35013	Las Palmas De Gran Canaria	las-palmas-de-gran-canaria	CN	GC	35016	28.0944	-15.4591	1
35014	Las Palmas De Gran Canaria	las-palmas-de-gran-canaria	CN	GC	35016	28.0997	-15.4134	4
35015	La Matula	la-matula	CN	GC	35016	28.0997	-15.4134	3
35015	Las Palmas De Gran Canaria	las-palmas-de-gran-canaria	CN	GC	35016	28.0997	-15.4134	4
35016	Las Palmas De Gran Canaria	las-palmas-de-gran-canaria	CN	GC	35016	28.0944	-15.4591	1
35017	Pico Viento	pico-viento	CN	GC	35016	28.0994	-15.6533	4
35017	Los Hoyos (Las Palmas De G.C.)	los-hoyos-las-palmas-de-g-c	CN	GC	35016	28.0997	-15.4134	4
35017	Dragonal Bajo	dragonal-bajo	CN	GC	35016	28.0901	-15.5054	3
35017	Tafira Baja	tafira-baja	CN	GC	35016	28.0711	-15.4495	4
35017	Dragonal Alto	dragonal-alto	CN	GC	35016	28.0901	-15.5054	3
35017	La Calzada	la-calzada	CN	GC	35016	28.0901	-15.5054	3
35017	Las Palmas De Gran Canaria	las-palmas-de-gran-canaria	CN	GC	35016	28.0901	-15.5054	3
35017	Montañeta, La (Las Palmas)	montaneta-la-las-palmas	CN	GC	35016	28.0901	-15.5054	3
35017	Llanos De Maria Ribera	llanos-de-maria-ribera	CN	GC	35016	28.0901	-15.5054	3
35017	Lomo Blanco (Las Palmas)	lomo-blanco-las-palmas	CN	GC	35016	28.0901	-15.5054	3
35017	Siete Puertas	siete-puertas	CN	GC	35016	28.0901	-15.5054	3
35017	Monte Luz	monte-luz	CN	GC	35016	28.0901	-15.5054	3
35017	El Sabinal	el-sabinal	CN	GC	35016	28.0901	-15.5054	3
35018	Cortijo, El (Tamaraceite)	cortijo-el-tamaraceite	CN	GC	35016	28.0989	-15.4722	4
35018	San Lorenzo	san-lorenzo	CN	GC	35016	28.0767	-15.4767	4
35018	Las Mesas Bajas	las-mesas-bajas	CN	GC	35016	28.0936	-15.4586	3
35018	Tamaraceite	tamaraceite	CN	GC	35016	28.0989	-15.4722	4
35018	Majadillas, Las (Las Palmas De G.C.)	majadillas-las-las-palmas-de-g-c	CN	GC	35016	28.0997	-15.4134	4
35018	El Sardo	el-sardo	CN	GC	35016	28.0936	-15.4586	3
35018	El Pintor	el-pintor	CN	GC	35016	28.0936	-15.4586	3
35018	Piletas	piletas	CN	GC	35016	28.0936	-15.4586	3
35018	Hoya Andrea	hoya-andrea	CN	GC	35016	28.0936	-15.4586	3
35018	Frailes, Lomo De Los	frailes-lomo-de-los	CN	GC	35016	28.0936	-15.4586	3
35018	Almatriche Bajo	almatriche-bajo	CN	GC	35016	28.0936	-15.4586	3
35018	Almatriche Alto	almatriche-alto	CN	GC	35016	28.0936	-15.4586	3
35018	La Suerte	la-suerte	CN	GC	35016	28.0936	-15.4586	3
35018	Las Palmas De Gran Canaria	las-palmas-de-gran-canaria	CN	GC	35016	28.0936	-15.4586	3
35018	Las Perreras	las-perreras	CN	GC	35016	28.0936	-15.4586	3
35018	La Galera	la-galera	CN	GC	35016	28.0936	-15.4586	3
35018	La Milagrosa	la-milagrosa	CN	GC	35016	28.0936	-15.4586	3
35018	Las Mesas Altas	las-mesas-altas	CN	GC	35016	28.0936	-15.4586	3
35019	Las Palmas De Gran Canaria	las-palmas-de-gran-canaria	CN	GC	35016	28.0944	-15.4591	1
35070	Las Palmas De Gran Canaria	las-palmas-de-gran-canaria	CN	GC		28.0997	-15.4134	4
35071	Las Palmas De Gran Canaria	las-palmas-de-gran-canaria	CN	GC		28.0997	-15.4134	4
35080	Las Palmas De Gran Canaria	las-palmas-de-gran-canaria	CN	GC		28.0997	-15.4134	4
35100	San Agustin	san-agustin	CN	GC	35019	27.771	-15.5347	4
35100	Playa Del Ingles	playa-del-ingles	CN	GC	35019	27.7567	-15.5787	4
35100	Maspalomas	maspalomas	CN	GC	35019	27.7596	-15.5969	4
35100	Bahia Feliz (Urbanizacion)	bahia-feliz-urbanizacion	CN	GC	35019	27.7576	-15.5841	3
35100	Campo Internacional	campo-internacional	CN	GC	35019	27.7563	-15.5898	4
35100	San Fernando (Maspalomas)	san-fernando-maspalomas	CN	GC	35019	27.7596	-15.5969	4
35100	Cañon Del Aguila	canon-del-aguila	CN	GC	35019	27.7576	-15.5841	3
35100	Las Meloneras	las-meloneras	CN	GC	35019	27.7426	-15.608	4
35100	Playa Del Aguila	playa-del-aguila	CN	GC	35019	27.7576	-15.5841	3
35100	Sonneland (Urbanizacion)	sonneland-urbanizacion	CN	GC	35019	27.7576	-15.5841	3
35100	Costa Meloneras (Urbanizacion)	costa-meloneras-urbanizacion	CN	GC	35019	27.7576	-15.5841	3
35106	Pasito Blanco	pasito-blanco	CN	GC	35019	27.7482	-15.6257	4
35106	El Salobre	el-salobre	CN	GC	35019	27.7743	-15.6267	4
35106	Pedrazo Bajo	pedrazo-bajo	CN	GC	35019	27.7607	-15.6165	3
35106	Montaña Blanca (Maspalomas)	montana-blanca-maspalomas	CN	GC	35019	27.7596	-15.5969	4
35106	El Llanillo	el-llanillo	CN	GC	35019	27.7607	-15.6165	3
35106	Lomo De Pedro Afonso	lomo-de-pedro-afonso	CN	GC	35019	27.7607	-15.6165	3
35106	Montaña De La Arena	montana-de-la-arena	CN	GC	35019	27.7607	-15.6165	3
35106	Pedrazo Alto	pedrazo-alto	CN	GC	35019	27.7607	-15.6165	3
35106	Calderin	calderin	CN	GC	35019	27.7607	-15.6165	3
35107	Castillo Del Romeral	castillo-del-romeral	CN	GC	35019	27.7996	-15.4608	4
35107	Juan Grande	juan-grande	CN	GC	35019	27.8085	-15.472	4
35107	Florida, La (San Bartolome De Tirajana)	florida-la-san-bartolome-de-tirajana	CN	GC	35019	27.8055	-15.4683	3
35107	Tarajalillo (Juan Grande)	tarajalillo-juan-grande	CN	GC	35019	27.8085	-15.472	4
35107	El Morrete	el-morrete	CN	GC	35019	27.8055	-15.4683	3
35107	Rodeos, Los (San Bartolome De Tirajana)	rodeos-los-san-bartolome-de-tirajana	CN	GC	35019	27.8055	-15.4683	3
35107	Lomo Del Moral	lomo-del-moral	CN	GC	35019	27.8055	-15.4683	3
35107	Matorral, El (San Bartolome De Tirajana)	matorral-el-san-bartolome-de-tirajana	CN	GC	35019	27.8055	-15.4683	3
35107	Las Salinas Del Matorral	las-salinas-del-matorral	CN	GC	35019	27.8055	-15.4683	3
35107	Agadir	agadir	CN	GC	35019	27.8055	-15.4683	3
35107	Berriel	berriel	CN	GC	35019	27.8055	-15.4683	3
35108	Fataga	fataga	CN	GC	35019	27.8872	-15.5645	4
35108	Los Caserones De Fataga	los-caserones-de-fataga	CN	GC	35019	27.8872	-15.5645	3
35108	Los Hortigones	los-hortigones	CN	GC	35019	27.8872	-15.5645	3
35108	Arteara	arteara	CN	GC	35019	27.8872	-15.5645	3
35108	Cercados, Los (San Bartolome Tirajana)	cercados-los-san-bartolome-tirajana	CN	GC	35019	27.8872	-15.5645	3
35109	Tablero, El (Maspalomas)	tablero-el-maspalomas	CN	GC	35019	27.7596	-15.5969	4
35109	Palmitos Park	palmitos-park	CN	GC	35019	27.7596	-15.5969	3
35109	Palmitos, Los (Maspalomas)	palmitos-los-maspalomas	CN	GC	35019	27.7596	-15.5969	4
35109	Las Tederas	las-tederas	CN	GC	35019	27.7596	-15.5969	3
35109	Monte Leon (Urbanizacion)	monte-leon-urbanizacion	CN	GC	35019	27.7596	-15.5969	3
35109	Montaña La Data	montana-la-data	CN	GC	35019	27.7596	-15.5969	3
35109	Lomo De Perera	lomo-de-perera	CN	GC	35019	27.7596	-15.5969	3
35109	Ayagaures	ayagaures	CN	GC	35019	27.7596	-15.5969	3
35109	Lomo Gordo	lomo-gordo	CN	GC	35019	27.7596	-15.5969	3
35109	La Mimbre	la-mimbre	CN	GC	35019	27.7596	-15.5969	3
35109	Media Fanega	media-fanega	CN	GC	35019	27.7596	-15.5969	3
35110	Vecindario	vecindario	CN	GC	35022	27.8464	-15.4445	4
35110	Hoya Pavon	hoya-pavon	CN	GC	35022	27.8464	-15.4445	3
35110	Sardina Del Sur (Vecindario)	sardina-del-sur-vecindario	CN	GC	35022	27.8464	-15.4445	4
35110	Canario, El (Vecindario)	canario-el-vecindario	CN	GC	35022	27.8464	-15.4445	4
35110	La Paredilla	la-paredilla	CN	GC	35022	27.8464	-15.4445	3
35110	La Union	la-union	CN	GC	35022	27.8464	-15.4445	3
35110	La Blanca	la-blanca	CN	GC	35022	27.8464	-15.4445	3
35110	La Cerruda	la-cerruda	CN	GC	35022	27.8464	-15.4445	3
35110	El Doctoral	el-doctoral	CN	GC	35022	27.8464	-15.4445	3
35110	Cruce De Sardina Del Sur	cruce-de-sardina-del-sur	CN	GC	35022	27.8464	-15.4445	3
35110	Camino La Madera	camino-la-madera	CN	GC	35022	27.8464	-15.4445	3
35110	Balos	balos	CN	GC	35022	27.8464	-15.4445	3
35110	Casa Pastores	casa-pastores	CN	GC	35022	27.8464	-15.4445	3
35110	San Pedro Martir	san-pedro-martir	CN	GC	35022	27.8464	-15.4445	3
35110	San Rafael	san-rafael	CN	GC	35022	27.8464	-15.4445	3
35110	Orilla Baja	orilla-baja	CN	GC	35022	27.8464	-15.4445	3
35110	Barranquillo De Sardina	barranquillo-de-sardina	CN	GC	35022	27.8464	-15.4445	3
35110	Llanos, Los (Santa Lucia De Tirajana)	llanos-los-santa-lucia-de-tirajana	CN	GC	35022	27.8464	-15.4445	3
35110	La Vereda	la-vereda	CN	GC	35022	27.8464	-15.4445	3
35118	Cruce De Arinaga	cruce-de-arinaga	CN	GC	35002	27.8766	-15.428	4
35118	Goleta, La (Aguimes)	goleta-la-aguimes	CN	GC	35002	27.9054	-15.4461	4
35118	Arinaga	arinaga	CN	GC	35002	27.8766	-15.428	4
35118	Poligono Industrial De Arinaga	poligono-industrial-de-arinaga	CN	GC	35002	27.8939	-15.4388	3
35118	Pie De La Cuesta (Agüimes)	pie-de-la-cuesta-aguimes	CN	GC	35002	27.9054	-15.4461	4
35118	Montaña De San Francisco	montana-de-san-francisco	CN	GC	35002	27.8939	-15.4388	3
35118	Rosas, Las (Agüimes)	rosas-las-aguimes	CN	GC	35002	27.9054	-15.4461	4
35119	Barranquillo (Santa Lucia De Tirajana)	barranquillo-santa-lucia-de-tirajana	CN	GC	35019	27.8335	-15.4489	3
35119	Pozo Izquierdo	pozo-izquierdo	CN	GC	35019	27.8254	-15.4244	4
35119	Casa Santa	casa-santa	CN	GC	35019	27.8335	-15.4489	3
35119	Aldea Blanca	aldea-blanca	CN	GC	35019	27.8417	-15.4734	4
35120	Arguineguin	arguineguin	CN	GC	35012	27.7565	-15.6808	4
35120	Cornisa, La (Urbanizacion)	cornisa-la-urbanizacion	CN	GC	35012	27.7565	-15.6808	3
35120	Charca, La (Arguineguin)	charca-la-arguineguin	CN	GC	35012	27.7565	-15.6808	4
35120	Cornisa Del Suroeste	cornisa-del-suroeste	CN	GC	35012	27.7565	-15.6808	3
35128	Soria	soria	CN	GC	35019	27.9066	-15.6694	4
35128	Crucitas, Las (San Bartolome De Tirajana)	crucitas-las-san-bartolome-de-tirajana	CN	GC	35019	27.9066	-15.6694	3
35128	Huesa Bermeja	huesa-bermeja	CN	GC	35019	27.9066	-15.6694	3
35128	El Vento	el-vento	CN	GC	35019	27.9066	-15.6694	3
35128	Santa Agueda	santa-agueda	CN	GC	35019	27.9066	-15.6694	3
35128	Barranquillo Andres	barranquillo-andres	CN	GC	35019	27.9066	-15.6694	3
35128	El Caidero	el-caidero	CN	GC	35019	27.9066	-15.6694	3
35128	Peñones, Los (Mogan)	penones-los-mogan	CN	GC	35019	27.9066	-15.6694	3
35128	El Pajar	el-pajar	CN	GC	35019	27.9066	-15.6694	3
35128	Las Filipinas	las-filipinas	CN	GC	35019	27.9066	-15.6694	3
35128	Cercados De Espino	cercados-de-espino	CN	GC	35019	27.9066	-15.6694	3
35128	El Horno	el-horno	CN	GC	35019	27.9066	-15.6694	3
35128	Lomo Galeon	lomo-galeon	CN	GC	35019	27.9066	-15.6694	3
35128	Chira	chira	CN	GC	35019	27.9066	-15.6694	3
35129	Patalavaca	patalavaca	CN	GC	35012	27.7699	-15.6896	4
35129	Aquamarina	aquamarina	CN	GC	35012	27.7699	-15.6896	3
35129	Caideros, Los (Urbanizacion)	caideros-los-urbanizacion	CN	GC	35012	27.7699	-15.6896	3
35129	Barranco De La Verga	barranco-de-la-verga	CN	GC	35012	27.7699	-15.6896	3
35129	Los Canarios	los-canarios	CN	GC	35012	27.7699	-15.6896	3
35129	Barranco Balito	barranco-balito	CN	GC	35012	27.7699	-15.6896	3
35129	Balito	balito	CN	GC	35012	27.7699	-15.6896	3
35130	Chaparral, El (Puerto Rico)	chaparral-el-puerto-rico	CN	GC	35012	27.7894	-15.7104	4
35130	Cortadores De Puerto Rico	cortadores-de-puerto-rico	CN	GC	35012	27.7894	-15.7104	3
35130	Puerto Rico	puerto-rico	CN	GC	35012	27.7894	-15.7104	4
35130	Playa De Amadores	playa-de-amadores	CN	GC	35012	27.7894	-15.7104	3
35130	El Motor Grande	el-motor-grande	CN	GC	35012	27.7894	-15.7104	3
35138	Taurito	taurito	CN	GC	35012	27.8145	-15.7534	4
35138	Platero, El (Urbanizacion)	platero-el-urbanizacion	CN	GC	35012	27.8162	-15.7594	3
35138	Mogan, De (Playa)	mogan-de-playa	CN	GC	35012	27.8179	-15.7654	4
35138	Playa De Tauro	playa-de-tauro	CN	GC	35012	27.8162	-15.7594	3
35139	Lomo Quiebre	lomo-quiebre	CN	GC	35012	27.8028	-15.7349	1
35140	Mogan (Capital Municipal)	mogan-capital-municipal	CN	GC	35012	27.8099	-15.5637	1
35140	Los Navarros	los-navarros	CN	GC	35012	27.8099	-15.5637	1
35149	Llanos, Los (Mogan)	llanos-los-mogan	CN	GC	35012	27.8099	-15.5637	1
35149	Casas De Veneguera	casas-de-veneguera	CN	GC	35012	27.8099	-15.5637	1
35149	Casillas, Las (Mogan)	casillas-las-mogan	CN	GC	35012	27.8099	-15.5637	1
35149	Cercado, El (Mogan)	cercado-el-mogan	CN	GC	35012	27.8099	-15.5637	1
35149	Hornillo, El (Mogan)	hornillo-el-mogan	CN	GC	35012	27.8099	-15.5637	1
35149	Horno De Teja	horno-de-teja	CN	GC	35012	27.8099	-15.5637	1
35149	Playa De Veneguera	playa-de-veneguera	CN	GC	35012	27.8099	-15.5637	1
35149	Las Burrillas	las-burrillas	CN	GC	35012	27.8099	-15.5637	1
35149	La Humbridilla	la-humbridilla	CN	GC	35012	27.8099	-15.5637	1
35149	La Rosilla	la-rosilla	CN	GC	35012	27.8099	-15.5637	1
35149	La Umbridilla	la-umbridilla	CN	GC	35012	27.8099	-15.5637	1
35149	Pasitos, Los (Mogan)	pasitos-los-mogan	CN	GC	35012	27.8099	-15.5637	1
35149	Los Almacigos	los-almacigos	CN	GC	35012	27.8099	-15.5637	1
35149	Pie De La Cuesta (Mogan)	pie-de-la-cuesta-mogan	CN	GC	35012	27.8099	-15.5637	1
35149	Tabaibales	tabaibales	CN	GC	35012	27.8099	-15.5637	1
35149	Casas Blancas (Mogan)	casas-blancas-mogan	CN	GC	35012	27.8099	-15.5637	1
35149	Molino De Viento (Mogan)	molino-de-viento-mogan	CN	GC	35012	27.8099	-15.5637	1
35200	San Gregorio (Telde)	san-gregorio-telde	CN	GC	35026	27.9924	-15.4192	4
35200	San Francisco	san-francisco	CN	GC	35026	28.0496	-15.4368	4
35200	Telde	telde	CN	GC	35026	27.9924	-15.4192	4
35200	San Juan (Telde)	san-juan-telde	CN	GC	35026	27.9924	-15.4192	4
35210	Montaña De Las Palmas	montana-de-las-palmas	CN	GC	35026	27.9924	-15.4192	3
35210	Telde	telde	CN	GC	35026	27.9924	-15.4192	4
35210	Balcon De Telde	balcon-de-telde	CN	GC	35026	27.9924	-15.4192	3
35210	Lomo De La Herradura	lomo-de-la-herradura	CN	GC	35026	27.9924	-15.4192	3
35210	San Jose De Las Longueras	san-jose-de-las-longueras	CN	GC	35026	27.9924	-15.4192	3
35210	Tara	tara	CN	GC	35026	27.9924	-15.4192	3
35211	Arenales, Los (Telde)	arenales-los-telde	CN	GC	35026	27.9924	-15.4192	4
35211	Valle De Los Nueve	valle-de-los-nueve	CN	GC	35026	27.9924	-15.4192	3
35211	Telde	telde	CN	GC	35026	27.9924	-15.4192	4
35211	Cazadores	cazadores	CN	GC	35026	27.9924	-15.4192	3
35211	Tecen (Telde)	tecen-telde	CN	GC	35026	27.9924	-15.4192	4
35211	Lomo-Bristol	lomo-bristol	CN	GC	35026	27.9924	-15.4192	3
35211	La Colomba	la-colomba	CN	GC	35026	27.9924	-15.4192	3
35211	Lomo-Magullo	lomo-magullo	CN	GC	35026	27.9924	-15.4192	3
35212	Telde	telde	CN	GC	35026	27.9883	-15.4506	1
35212	La Estrella	la-estrella	CN	GC	35026	27.9883	-15.4506	1
35212	Marpequeña	marpequena	CN	GC	35026	27.9883	-15.4506	1
35212	La Garita	la-garita	CN	GC	35026	27.9883	-15.4506	1
35212	San Borondon	san-borondon	CN	GC	35026	27.9883	-15.4506	1
35213	Telde	telde	CN	GC	35026	27.9924	-15.4192	4
35213	Las Remudas	las-remudas	CN	GC	35026	27.9924	-15.4192	3
35213	San Isidro (Telde)	san-isidro-telde	CN	GC	35026	27.9924	-15.4192	4
35213	San Antonio	san-antonio	CN	GC	35026	27.9924	-15.4192	3
35213	Majadilla, La (Telde)	majadilla-la-telde	CN	GC	35026	27.9924	-15.4192	3
35213	La Primavera	la-primavera	CN	GC	35026	27.9924	-15.4192	3
35213	La Pardilla	la-pardilla	CN	GC	35026	27.9924	-15.4192	3
35214	Melenara	melenara	CN	GC	35026	27.9857	-15.3767	4
35214	Telde	telde	CN	GC	35026	27.9924	-15.4192	4
35214	Taliarte	taliarte	CN	GC	35026	27.9891	-15.3979	3
35214	Playa Del Hombre	playa-del-hombre	CN	GC	35026	27.9891	-15.3979	3
35214	Playa De Melenara	playa-de-melenara	CN	GC	35026	27.9891	-15.3979	3
35214	Playa De Salinetas	playa-de-salinetas	CN	GC	35026	27.9891	-15.3979	3
35214	Casas Nuevas	casas-nuevas	CN	GC	35026	27.9891	-15.3979	3
35214	Playa De Las Clavellinas	playa-de-las-clavellinas	CN	GC	35026	27.9891	-15.3979	3
35214	Salinetas	salinetas	CN	GC	35026	27.9891	-15.3979	3
35215	Jerez (Telde)	jerez-telde	CN	GC	35026	27.9924	-15.4192	4
35215	Lomo Cementerio	lomo-cementerio	CN	GC	35026	27.9924	-15.4192	3
35215	Frailes, Lomo Los (Telde)	frailes-lomo-los-telde	CN	GC	35026	27.9924	-15.4192	4
35215	Lomo Sala	lomo-sala	CN	GC	35026	27.9924	-15.4192	3
35215	Telde	telde	CN	GC	35026	27.9924	-15.4192	4
35215	Cuatro Puertas	cuatro-puertas	CN	GC	35026	27.9924	-15.4192	3
35215	Jerez	jerez	CN	GC	35026	27.9924	-15.4192	3
35215	El Calero	el-calero	CN	GC	35026	27.9924	-15.4192	3
35215	El Caracol	el-caracol	CN	GC	35026	27.9924	-15.4192	3
35215	Piletillas	piletillas	CN	GC	35026	27.9924	-15.4192	3
35215	Las Huesas	las-huesas	CN	GC	35026	27.9924	-15.4192	3
35215	Las Medianias	las-medianias	CN	GC	35026	27.9924	-15.4192	3
35215	La Viña	la-vina	CN	GC	35026	27.9924	-15.4192	3
35216	Tenteniguada	tenteniguada	CN	GC	35031	27.9821	-15.5249	4
35216	El Troncon	el-troncon	CN	GC	35031	27.9821	-15.5249	3
35216	Rincon, El (Tenteniguada)	rincon-el-tenteniguada	CN	GC	35031	27.9821	-15.5249	4
35216	El Almendrillo	el-almendrillo	CN	GC	35031	27.9821	-15.5249	3
35216	La Era De La Mota	la-era-de-la-mota	CN	GC	35031	27.9821	-15.5249	3
35216	La Suertecilla	la-suertecilla	CN	GC	35031	27.9821	-15.5249	3
35216	Casas Blancas (Valsequillo)	casas-blancas-valsequillo	CN	GC	35031	27.9821	-15.5249	3
35216	Casillas, Las (Valsequillo)	casillas-las-valsequillo	CN	GC	35031	27.9821	-15.5249	3
35216	Colmenar De Abajo	colmenar-de-abajo	CN	GC	35031	27.9821	-15.5249	3
35216	Colmenar De Arriba	colmenar-de-arriba	CN	GC	35031	27.9821	-15.5249	3
35216	Vegas, Las (Valsequillo)	vegas-las-valsequillo	CN	GC	35031	27.9821	-15.5249	3
35216	El Helechal	el-helechal	CN	GC	35031	27.9821	-15.5249	3
35216	El Montañon	el-montanon	CN	GC	35031	27.9821	-15.5249	3
35216	Pedregal, El (Valsequillo) (Urbanizacion)	pedregal-el-valsequillo-urbanizacion	CN	GC	35031	27.9821	-15.5249	3
35217	San Roque (Valsequillo)	san-roque-valsequillo	CN	GC	35031	27.9856	-15.4973	4
35217	Majuelo	majuelo	CN	GC	35031	28.004	-15.6224	4
35217	Roque, El (Valsequillo)	roque-el-valsequillo	CN	GC	35031	27.9856	-15.4973	4
35217	Lomitos De Correa	lomitos-de-correa	CN	GC	35031	27.9893	-15.5223	3
35217	Casas, Las (Valsequillo)	casas-las-valsequillo	CN	GC	35031	27.9856	-15.4973	4
35217	Mirabala	mirabala	CN	GC	35031	27.9893	-15.5223	3
35217	Pinos, Los (Valsequillo)	pinos-los-valsequillo	CN	GC	35031	27.9856	-15.4973	4
35217	Luis Verde	luis-verde	CN	GC	35031	27.9893	-15.5223	3
35217	Valle De San Roque	valle-de-san-roque	CN	GC	35031	27.9893	-15.5223	3
35217	Valsequillo (Capital Municipal)	valsequillo-capital-municipal	CN	GC	35031	27.9893	-15.5223	3
35217	Tecen De Valsequillo	tecen-de-valsequillo	CN	GC	35031	27.9893	-15.5223	3
35217	Los Juagarzos	los-juagarzos	CN	GC	35031	27.9893	-15.5223	3
35217	Los Llanetes	los-llanetes	CN	GC	35031	27.9893	-15.5223	3
35217	Las Chozas	las-chozas	CN	GC	35031	27.9893	-15.5223	3
35217	Almendros, Los (Urbanizacion)	almendros-los-urbanizacion	CN	GC	35031	27.9893	-15.5223	3
35217	La Barrera	la-barrera	CN	GC	35031	27.9893	-15.5223	3
35217	La Cantera	la-cantera	CN	GC	35031	27.9893	-15.5223	3
35217	Cuevas Negras	cuevas-negras	CN	GC	35031	27.9893	-15.5223	3
35217	Llanos Del Conde	llanos-del-conde	CN	GC	35031	27.9893	-15.5223	3
35218	Telde	telde	CN	GC	35026	27.9924	-15.4192	4
35218	Solana, La (Telde)	solana-la-telde	CN	GC	35026	27.9924	-15.4192	3
35218	Caserones Bajos	caserones-bajos	CN	GC	35026	27.9924	-15.4192	3
35218	Cendro	cendro	CN	GC	35026	27.9924	-15.4192	3
35218	Garcia Ruiz	garcia-ruiz	CN	GC	35026	27.9924	-15.4192	3
35218	Goteras, Las (Telde)	goteras-las-telde	CN	GC	35026	27.9924	-15.4192	3
35218	La Higuera Canaria	la-higuera-canaria	CN	GC	35026	27.9924	-15.4192	3
35218	Hoya Aguedita	hoya-aguedita	CN	GC	35026	27.9924	-15.4192	3
35218	Palmital, El (Telde)	palmital-el-telde	CN	GC	35026	27.9924	-15.4192	3
35218	Valle De Casares	valle-de-casares	CN	GC	35026	27.9924	-15.4192	3
35218	Caserones Altos	caserones-altos	CN	GC	35026	27.9924	-15.4192	3
35219	Telde	telde	CN	GC	35026	27.9924	-15.4192	4
35219	Gando	gando	CN	GC	35026	27.9497	-15.3942	4
35219	Playa De Tufia	playa-de-tufia	CN	GC	35026	27.9711	-15.4067	3
35219	Poligo Industrial El Goro	poligo-industrial-el-goro	CN	GC	35026	27.9711	-15.4067	3
35219	Poligono Salinetas	poligono-salinetas	CN	GC	35026	27.9711	-15.4067	3
35219	Ojos De Garza	ojos-de-garza	CN	GC	35026	27.9711	-15.4067	3
35219	El Goro	el-goro	CN	GC	35026	27.9711	-15.4067	3
35219	Playa Ojos De Garza	playa-ojos-de-garza	CN	GC	35026	27.9711	-15.4067	3
35220	Telde	telde	CN	GC	35016	27.9924	-15.4192	4
35220	Las Palmas De Gran Canaria	las-palmas-de-gran-canaria	CN	GC	35016	28.0129	-15.4179	3
35220	Lomo Blanco (Jinamar)	lomo-blanco-jinamar	CN	GC	35016	28.0333	-15.4167	4
35220	Cruz De La Gallina	cruz-de-la-gallina	CN	GC	35016	28.0129	-15.4179	3
35220	Parque Empresarial Jinamar	parque-empresarial-jinamar	CN	GC	35016	28.0129	-15.4179	3
35220	Hornos Del Rey	hornos-del-rey	CN	GC	35016	28.0129	-15.4179	3
35220	La Matanza	la-matanza	CN	GC	35016	28.0129	-15.4179	3
35220	Valle De Jinamar	valle-de-jinamar	CN	GC	35016	28.0129	-15.4179	3
35229	Las Palmas De Gran Canaria	las-palmas-de-gran-canaria	CN	GC	35016	28.0378	-15.425	4
35229	Santa Margarita (Urbanizacion)	santa-margarita-urbanizacion	CN	GC	35016	28.0378	-15.425	3
35229	Marzagan	marzagan	CN	GC	35016	28.0378	-15.425	4
35229	Mercalaspalmas	mercalaspalmas	CN	GC	35016	28.0378	-15.425	3
35229	Llanos De Cuatro Caminos	llanos-de-cuatro-caminos	CN	GC	35016	28.0378	-15.425	3
35230	Aeropuerto De Gran Canaria	aeropuerto-de-gran-canaria	CN	GC		27.9936	-15.5125	1
35230	Base Aerea De Gando	base-aerea-de-gando	CN	GC		27.9936	-15.5125	1
35240	Carrizal, El (Ingenio)	carrizal-el-ingenio	CN	GC	35011	27.9209	-15.4406	4
35240	El Burrero	el-burrero	CN	GC	35011	27.9209	-15.4406	3
35250	Sequero, El (Ingenio)	sequero-el-ingenio	CN	GC	35011	27.9209	-15.4406	4
35250	El Carrion	el-carrion	CN	GC	35011	27.9209	-15.4406	3
35250	Las Mejias	las-mejias	CN	GC	35011	27.9209	-15.4406	3
35250	Ingenio (Capital Municipal)	ingenio-capital-municipal	CN	GC	35011	27.9209	-15.4406	3
35250	Lomo Del Hospital	lomo-del-hospital	CN	GC	35011	27.9209	-15.4406	3
35259	Roque, El (Ingenio)	roque-el-ingenio	CN	GC	35011	27.9209	-15.4406	4
35259	Los Moriscos	los-moriscos	CN	GC	35011	27.9209	-15.4406	3
35259	Mondragon	mondragon	CN	GC	35011	27.9209	-15.4406	3
35259	La Pasadilla	la-pasadilla	CN	GC	35011	27.9209	-15.4406	3
35259	Aguatona El Viejo	aguatona-el-viejo	CN	GC	35011	27.9209	-15.4406	3
35259	Aguatona El Nuevo	aguatona-el-nuevo	CN	GC	35011	27.9209	-15.4406	3
35259	Marfu	marfu	CN	GC	35011	27.9209	-15.4406	3
35259	Las Majoreras	las-majoreras	CN	GC	35011	27.9209	-15.4406	3
35259	Las Puntillas	las-puntillas	CN	GC	35011	27.9209	-15.4406	3
35260	Barranco De Guayadeque	barranco-de-guayadeque	CN	GC	35002	27.9936	-15.5125	1
35260	Cueva Bermeja	cueva-bermeja	CN	GC	35002	27.9936	-15.5125	1
35260	Aguimes (Capital Municipal)	aguimes-capital-municipal	CN	GC	35002	27.9936	-15.5125	1
35269	Oasis	oasis	CN	GC	35002	27.9936	-15.5125	1
35269	Montaña De Los Velez	montana-de-los-velez	CN	GC	35002	27.9936	-15.5125	1
35269	Llano Blanco	llano-blanco	CN	GC	35002	27.9936	-15.5125	1
35269	El Eden	el-eden	CN	GC	35002	27.9936	-15.5125	1
35269	Palmillas, Las (Aguimes)	palmillas-las-aguimes	CN	GC	35002	27.9936	-15.5125	1
35269	Vargas	vargas	CN	GC	35002	27.9936	-15.5125	1
35269	Las Rosas Viejas	las-rosas-viejas	CN	GC	35002	27.9936	-15.5125	1
35269	La Banda	la-banda	CN	GC	35002	27.9936	-15.5125	1
35270	Temisas	temisas	CN	GC	35002	27.9094	-15.5073	4
35280	Los Sitios	los-sitios	CN	GC	35019	27.891	-15.5537	4
35280	Risco Blanco	risco-blanco	CN	GC	35019	27.9393	-15.5579	4
35280	El Parralillo	el-parralillo	CN	GC	35019	27.9191	-15.5547	3
35280	Taidia	taidia	CN	GC	35019	27.927	-15.5523	4
35280	El Sitio De Arriba	el-sitio-de-arriba	CN	GC	35019	27.9191	-15.5547	3
35280	Santa Lucia De Tirajana (Capital Municipal)	santa-lucia-de-tirajana-capital-municipal	CN	GC	35019	27.9191	-15.5547	3
35280	El Sitio De Abajo	el-sitio-de-abajo	CN	GC	35019	27.9191	-15.5547	3
35280	Ingenio, El (Santa Lucia De Tirajana)	ingenio-el-santa-lucia-de-tirajana	CN	GC	35019	27.9191	-15.5547	3
35280	Casas Blancas (San Bartolome De Tirajana)	casas-blancas-san-bartolome-de-tirajana	CN	GC	35019	27.9191	-15.5547	3
35280	Montaña De Rosiana	montana-de-rosiana	CN	GC	35019	27.9191	-15.5547	3
35280	Lomito De Taidia	lomito-de-taidia	CN	GC	35019	27.9191	-15.5547	3
35280	El Morisco	el-morisco	CN	GC	35019	27.9191	-15.5547	3
35280	La Sorrueda	la-sorrueda	CN	GC	35019	27.9191	-15.5547	3
35280	Las Lagunas	las-lagunas	CN	GC	35019	27.9191	-15.5547	3
35280	Valle, El (Santa Lucia De Tirajana)	valle-el-santa-lucia-de-tirajana	CN	GC	35019	27.9191	-15.5547	3
35280	El Mundillo	el-mundillo	CN	GC	35019	27.9191	-15.5547	3
35280	Trejo	trejo	CN	GC	35019	27.9191	-15.5547	3
35280	Montaña, La (San Bartolome De Tirajana)	montana-la-san-bartolome-de-tirajana	CN	GC	35019	27.9191	-15.5547	3
35280	Ciudad De Lima	ciudad-de-lima	CN	GC	35019	27.9191	-15.5547	3
35280	Rosiana	rosiana	CN	GC	35019	27.9191	-15.5547	3
35280	Parral Grande	parral-grande	CN	GC	35019	27.9191	-15.5547	3
35290	Tunte	tunte	CN	GC	35019	28.2231	-16.57	1
35290	San Bartolome De Tirajana (Capital Municipal)	san-bartolome-de-tirajana-capital-municipal	CN	GC	35019	28.2231	-16.57	1
35299	Hoya Grande	hoya-grande	CN	GC	35019	28.1333	-16.75	4
35299	La Plata	la-plata	CN	GC	35019	28.3129	-16.39	4
35299	Agualatente	agualatente	CN	GC	35019	28.2231	-16.57	3
35299	Hoya Garcia	hoya-garcia	CN	GC	35019	28.2231	-16.57	3
35299	Hoya De Tunte	hoya-de-tunte	CN	GC	35019	28.2231	-16.57	3
35299	Culata, La (S.B.Tirajana)	culata-la-s-b-tirajana	CN	GC	35019	28.2231	-16.57	3
35299	Cercados De Araña	cercados-de-arana	CN	GC	35019	28.2231	-16.57	3
35299	El Canalizo	el-canalizo	CN	GC	35019	28.2231	-16.57	3
35299	Lomo De La Palma	lomo-de-la-palma	CN	GC	35019	28.2231	-16.57	3
35299	Perera	perera	CN	GC	35019	28.2231	-16.57	3
35299	Sequero, El (San Bartolome Tirajana)	sequero-el-san-bartolome-tirajana	CN	GC	35019	28.2231	-16.57	3
35300	Estanco, El (Santa Brigida)	estanco-el-santa-brigida	CN	GC	35021	28.032	-15.5043	4
35300	Cuesta De La Grama	cuesta-de-la-grama	CN	GC	35021	28.032	-15.5043	3
35300	Palmeral, El (Santa Brigida)	palmeral-el-santa-brigida	CN	GC	35021	28.032	-15.5043	4
35300	El Castaño Alto	el-castano-alto	CN	GC	35021	28.032	-15.5043	3
35300	Montañeta, La (Santa Brigida)	montaneta-la-santa-brigida	CN	GC	35021	28.032	-15.5043	4
35300	Alternativa Uno	alternativa-uno	CN	GC	35021	28.032	-15.5043	3
35300	Cruce De La Atalaya (Santa Brigida)	cruce-de-la-atalaya-santa-brigida	CN	GC	35021	28.032	-15.5043	4
35300	Satautejo	satautejo	CN	GC	35021	28.032	-15.5043	3
35300	Santa Brigida (Capital Municipal)	santa-brigida-capital-municipal	CN	GC	35021	28.032	-15.5043	3
35300	San Jose De Las Vegas	san-jose-de-las-vegas	CN	GC	35021	28.032	-15.5043	3
35300	Plaza De Doña Luisa	plaza-de-dona-luisa	CN	GC	35021	28.032	-15.5043	3
35300	Montebravo	montebravo	CN	GC	35021	28.032	-15.5043	3
35300	El Castaño Bajo	el-castano-bajo	CN	GC	35021	28.032	-15.5043	3
35300	Los Veroles	los-veroles	CN	GC	35021	28.032	-15.5043	3
35307	Vinculo, El (Santa Brigida)	vinculo-el-santa-brigida	CN	GC	35021	28.032	-15.5043	4
35307	Estanco, El (Atalaya De Santa Brigida)	estanco-el-atalaya-de-santa-brigida	CN	GC	35021	28.032	-15.5043	3
35307	Atalaya, La (Santa Brigida)	atalaya-la-santa-brigida	CN	GC	35021	28.032	-15.5043	4
35307	Bandama (Urbanizacion)	bandama-urbanizacion	CN	GC	35021	28.032	-15.5043	3
35307	Goteras, Las (Santa Brigida)	goteras-las-santa-brigida	CN	GC	35021	28.032	-15.5043	4
35307	Concepcion, La (Urbanizacion)	concepcion-la-urbanizacion	CN	GC	35021	28.032	-15.5043	3
35307	Arco, El (Santa Brigida)	arco-el-santa-brigida	CN	GC	35021	28.032	-15.5043	4
35307	El Raso	el-raso	CN	GC	35021	28.032	-15.5043	3
35307	Las Cordilleras	las-cordilleras	CN	GC	35021	28.032	-15.5043	3
35307	Cuesta La Gramma	cuesta-la-gramma	CN	GC	35021	28.032	-15.5043	3
35308	Silos, Los (Santa Brigida)	silos-los-santa-brigida	CN	GC	35021	28.032	-15.5043	4
35308	Hoya Bravo	hoya-bravo	CN	GC	35021	28.032	-15.5043	3
35308	Lugarejo, El (Santa Brigida)	lugarejo-el-santa-brigida	CN	GC	35021	28.032	-15.5043	4
35308	Gargujo	gargujo	CN	GC	35021	28.032	-15.5043	3
35308	Casas, Las (Santa Brigida)	casas-las-santa-brigida	CN	GC	35021	28.032	-15.5043	4
35308	Gran Parada	gran-parada	CN	GC	35021	28.032	-15.5043	3
35308	Molino, El (Santa Brigida)	molino-el-santa-brigida	CN	GC	35021	28.032	-15.5043	4
35308	Gamonal Bajo	gamonal-bajo	CN	GC	35021	28.032	-15.5043	3
35308	Casillas, Las (Santa Brigida)	casillas-las-santa-brigida	CN	GC	35021	28.032	-15.5043	4
35308	Portada Verde	portada-verde	CN	GC	35021	28.032	-15.5043	3
35308	El Paraiso	el-paraiso	CN	GC	35021	28.032	-15.5043	3
35308	Las Brisas	las-brisas	CN	GC	35021	28.032	-15.5043	3
35308	Gamonal Alto	gamonal-alto	CN	GC	35021	28.032	-15.5043	3
35308	Madroñal	madronal	CN	GC	35021	28.032	-15.5043	3
35309	Lomo Espino (Santa Brigida)	lomo-espino-santa-brigida	CN	GC	35021	28.032	-15.5043	4
35309	Lomo Los Ajos	lomo-los-ajos	CN	GC	35021	28.032	-15.5043	3
35309	Cuevas Del Guanche	cuevas-del-guanche	CN	GC	35021	28.032	-15.5043	3
35309	La Angostura	la-angostura	CN	GC	35021	28.032	-15.5043	3
35309	La Capellania	la-capellania	CN	GC	35021	28.032	-15.5043	3
35309	El Tejar	el-tejar	CN	GC	35021	28.032	-15.5043	3
35309	Las Meleguinas	las-meleguinas	CN	GC	35021	28.032	-15.5043	3
35309	El Santisimo	el-santisimo	CN	GC	35021	28.032	-15.5043	3
35309	Pino Santo Alto	pino-santo-alto	CN	GC	35021	28.032	-15.5043	3
35309	Pino Santo Bajo	pino-santo-bajo	CN	GC	35021	28.032	-15.5043	3
35309	Los Olivos	los-olivos	CN	GC	35021	28.032	-15.5043	3
35309	Las Cadenas	las-cadenas	CN	GC	35021	28.032	-15.5043	3
35309	Las Haciendas	las-haciendas	CN	GC	35021	28.032	-15.5043	3
35309	El Palmarejo	el-palmarejo	CN	GC	35021	28.032	-15.5043	3
35310	Vinco, El (Santa Brigida)	vinco-el-santa-brigida	CN	GC	35021	28.032	-15.5043	4
35310	Cuesta El Reventon	cuesta-el-reventon	CN	GC	35021	28.032	-15.5043	3
35310	Lentiscos, Los (Urbanizacion)	lentiscos-los-urbanizacion	CN	GC	35021	28.032	-15.5043	3
35310	Reventon, El (Urbanizacion)	reventon-el-urbanizacion	CN	GC	35021	28.032	-15.5043	3
35310	Bebedero, El (Monte Lentiscal)	bebedero-el-monte-lentiscal	CN	GC	35021	28.032	-15.5043	3
35310	Los Alvarados	los-alvarados	CN	GC	35021	28.032	-15.5043	3
35310	El Mocanal	el-mocanal	CN	GC	35021	28.032	-15.5043	3
35310	El Colegio	el-colegio	CN	GC	35021	28.032	-15.5043	3
35310	Hoya Capa	hoya-capa	CN	GC	35021	28.032	-15.5043	3
35310	Los Toscones	los-toscones	CN	GC	35021	28.032	-15.5043	3
35310	Monte Lentiscal	monte-lentiscal	CN	GC	35021	28.032	-15.5043	3
35319	Bandama	bandama	CN	GC		28.032	-15.5043	1
35319	Caldera De Bandama	caldera-de-bandama	CN	GC		28.032	-15.5043	1
35319	Montañeta, La (Monte Lentiscal)	montaneta-la-monte-lentiscal	CN	GC		28.032	-15.5043	1
35319	Las Arenillas	las-arenillas	CN	GC		28.032	-15.5043	1
35319	Fuente De Los Berros	fuente-de-los-berros	CN	GC		28.032	-15.5043	1
35320	El Solis	el-solis	CN	GC	35033	28.0089	-15.5333	3
35320	Vega De San Mateo	vega-de-san-mateo	CN	GC	35033	28.0089	-15.5333	4
35320	San Mateo	san-mateo	CN	GC	35033	28.0089	-15.5333	4
35328	El Portillo	el-portillo	CN	GC	35033	28.0081	-15.5393	3
35328	Solana, La (San Mateo)	solana-la-san-mateo	CN	GC	35033	28.0089	-15.5333	4
35328	Ariñez	arinez	CN	GC	35033	28.0081	-15.5393	3
35328	Estanco, El (San Mateo)	estanco-el-san-mateo	CN	GC	35033	28.0089	-15.5333	4
35328	Hoya De Los Ajos	hoya-de-los-ajos	CN	GC	35033	28.0081	-15.5393	3
35328	Corte, La (San Mateo)	corte-la-san-mateo	CN	GC	35033	28.0089	-15.5333	4
35328	El Piquillo	el-piquillo	CN	GC	35033	28.0081	-15.5393	3
35328	Las Lagunetas	las-lagunetas	CN	GC	35033	28.0032	-15.575	4
35328	Risco Prieto (San Mateo)	risco-prieto-san-mateo	CN	GC	35033	28.0089	-15.5333	4
35328	El Lomito	el-lomito	CN	GC	35033	28.0081	-15.5393	3
35328	Vegas, Las (San Mateo)	vegas-las-san-mateo	CN	GC	35033	28.0089	-15.5333	4
35328	Cruz Del Herrero	cruz-del-herrero	CN	GC	35033	28.0081	-15.5393	3
35328	San Francisco (San Mateo)	san-francisco-san-mateo	CN	GC	35033	28.0089	-15.5333	4
35328	Lomo Carbonero	lomo-carbonero	CN	GC	35033	28.0081	-15.5393	3
35328	Pajaritos	pajaritos	CN	GC	35033	28.0081	-15.5393	3
35328	El Gallego	el-gallego	CN	GC	35033	28.0081	-15.5393	3
35328	Cruz De Tejeda	cruz-de-tejeda	CN	GC	35033	28.0081	-15.5393	3
35328	Casa Quemada	casa-quemada	CN	GC	35033	28.0081	-15.5393	3
35328	Corraletes	corraletes	CN	GC	35033	28.0081	-15.5393	3
35328	Galas	galas	CN	GC	35033	28.0081	-15.5393	3
35328	Utiaca	utiaca	CN	GC	35033	28.0081	-15.5393	3
35328	Las Pitas	las-pitas	CN	GC	35033	28.0081	-15.5393	3
35328	La Solana	la-solana	CN	GC	35033	28.0081	-15.5393	3
35328	La Sequera	la-sequera	CN	GC	35033	28.0081	-15.5393	3
35328	La Yedra	la-yedra	CN	GC	35033	28.0081	-15.5393	3
35328	El Vincol	el-vincol	CN	GC	35033	28.0081	-15.5393	3
35329	Cueva Grande	cueva-grande	CN	GC	35033	27.9914	-15.5681	4
35329	Longueras, Las (San Mateo)	longueras-las-san-mateo	CN	GC	35033	27.9914	-15.5681	3
35329	Lomo Los Ingleses	lomo-los-ingleses	CN	GC	35033	27.9914	-15.5681	3
35329	Meson, El (San Mateo)	meson-el-san-mateo	CN	GC	35033	27.9914	-15.5681	3
35329	Camaretas	camaretas	CN	GC	35033	27.9914	-15.5681	3
35329	La Veguetilla	la-veguetilla	CN	GC	35033	27.9914	-15.5681	3
35329	El Arenal	el-arenal	CN	GC	35033	27.9914	-15.5681	3
35329	Asomada, La (San Mateo)	asomada-la-san-mateo	CN	GC	35033	27.9914	-15.5681	3
35329	La Bodeguilla	la-bodeguilla	CN	GC	35033	27.9914	-15.5681	3
35329	Calero, El (San Mateo)	calero-el-san-mateo	CN	GC	35033	27.9914	-15.5681	3
35329	Acequia Marrero	acequia-marrero	CN	GC	35033	27.9914	-15.5681	3
35329	Lomo Aljorradero	lomo-aljorradero	CN	GC	35033	27.9914	-15.5681	3
35329	Hoya Navarra	hoya-navarra	CN	GC	35033	27.9914	-15.5681	3
35329	Cuevas, Las (San Mateo)	cuevas-las-san-mateo	CN	GC	35033	27.9914	-15.5681	3
35329	Cruz Del Saucillo	cruz-del-saucillo	CN	GC	35033	27.9914	-15.5681	3
35329	Cuatro Caminos	cuatro-caminos	CN	GC	35033	27.9914	-15.5681	3
35329	Hoya Del Gamonal	hoya-del-gamonal	CN	GC	35033	27.9914	-15.5681	3
35329	La Higuera	la-higuera	CN	GC	35033	27.9914	-15.5681	3
35329	Hornillo, El (San Mateo)	hornillo-el-san-mateo	CN	GC	35033	27.9914	-15.5681	3
35329	Lomo Caballo	lomo-caballo	CN	GC	35033	27.9914	-15.5681	3
35329	Lechucilla	lechucilla	CN	GC	35033	27.9914	-15.5681	3
35329	Hoya Viciosa	hoya-viciosa	CN	GC	35033	27.9914	-15.5681	3
35329	Chorrillo, El (San Mateo)	chorrillo-el-san-mateo	CN	GC	35033	27.9914	-15.5681	3
35329	Casa De La Cal	casa-de-la-cal	CN	GC	35033	27.9914	-15.5681	3
35329	La Lechuza	la-lechuza	CN	GC	35033	27.9914	-15.5681	3
35329	Los Chorros	los-chorros	CN	GC	35033	27.9914	-15.5681	3
35330	Lomo, El (Teror)	lomo-el-teror	CN	GC	35027	28.0606	-15.5491	4
35330	Llanos De Arevalo	llanos-de-arevalo	CN	GC	35027	28.0606	-15.5491	3
35330	Barrio Del Pino (Teror)	barrio-del-pino-teror	CN	GC	35027	28.0606	-15.5491	4
35330	Rincon, El (Teror)	rincon-el-teror	CN	GC	35027	28.0606	-15.5491	4
35330	Hoyo, El (Teror)	hoyo-el-teror	CN	GC	35027	28.0606	-15.5491	4
35330	Mujica	mujica	CN	GC	35027	28.0606	-15.5491	3
35330	Hornillo, El (Teror)	hornillo-el-teror	CN	GC	35027	28.0606	-15.5491	4
35330	El Secuestro	el-secuestro	CN	GC	35027	28.0606	-15.5491	3
35330	Buenavista (Teror)	buenavista-teror	CN	GC	35027	28.0606	-15.5491	4
35330	El Chorrito	el-chorrito	CN	GC	35027	28.0606	-15.5491	3
35330	Muñigal	munigal	CN	GC	35027	28.0606	-15.5491	3
35330	Teror (Capital Municipal)	teror-capital-municipal	CN	GC	35027	28.0606	-15.5491	3
35330	Lomo Cobo	lomo-cobo	CN	GC	35027	28.0606	-15.5491	3
35333	Arbejales	arbejales	CN	GC	35027	28.0606	-15.5491	1
35338	Corrales Los (Teror)	corrales-los-teror	CN	GC	35027	28.0606	-15.5491	4
35338	Miraflor	miraflor	CN	GC	35027	28.0606	-15.5491	3
35338	Toscas, Las (Teror)	toscas-las-teror	CN	GC	35027	28.0606	-15.5491	4
35338	Lomo Pilon	lomo-pilon	CN	GC	35027	28.0606	-15.5491	3
35338	San Isidro (Teror)	san-isidro-teror	CN	GC	35027	28.0606	-15.5491	4
35338	Ojero	ojero	CN	GC	35027	28.0606	-15.5491	3
35338	Lomo Del Gallego	lomo-del-gallego	CN	GC	35027	28.0606	-15.5491	3
35338	El Faro	el-faro	CN	GC	35027	28.0606	-15.5491	3
35338	Espartero	espartero	CN	GC	35027	28.0606	-15.5491	3
35338	Lo Blanco	lo-blanco	CN	GC	35027	28.0606	-15.5491	3
35338	Barranco Zapatero	barranco-zapatero	CN	GC	35027	28.0606	-15.5491	3
35339	Barranco Del Pino (Barranco)	barranco-del-pino-barranco	CN	GC	35027	28.0606	-15.5491	1
35339	Siete Puertas (Teror)	siete-puertas-teror	CN	GC	35027	28.0606	-15.5491	1
35339	San Matias	san-matias	CN	GC	35027	28.0606	-15.5491	1
35339	El Pedregal	el-pedregal	CN	GC	35027	28.0606	-15.5491	1
35339	Guanchia	guanchia	CN	GC	35027	28.0606	-15.5491	1
35339	Cuesta Falcon	cuesta-falcon	CN	GC	35027	28.0606	-15.5491	1
35339	El Alamo	el-alamo	CN	GC	35027	28.0606	-15.5491	1
35339	El Escobonal	el-escobonal	CN	GC	35027	28.0606	-15.5491	1
35339	Huertas Del Palmar	huertas-del-palmar	CN	GC	35027	28.0606	-15.5491	1
35339	El Palmar	el-palmar	CN	GC	35027	28.0606	-15.5491	1
35339	Quebradero	quebradero	CN	GC	35027	28.0606	-15.5491	1
35339	Las Rosadas	las-rosadas	CN	GC	35027	28.0606	-15.5491	1
35339	Peña, La (Teror)	pena-la-teror	CN	GC	35027	28.0606	-15.5491	1
35339	Las Paredes	las-paredes	CN	GC	35027	28.0606	-15.5491	1
35339	Las Peñas	las-penas	CN	GC	35027	28.0606	-15.5491	1
35339	Los Llanos	los-llanos	CN	GC	35027	28.0606	-15.5491	1
35340	Lanzarote (Valleseco)	lanzarote-valleseco	CN	GC	35032	28.0658	-15.5707	1
35340	Madrelagua	madrelagua	CN	GC	35032	28.0658	-15.5707	1
35340	Valleseco (Capital Municipal)	valleseco-capital-municipal	CN	GC	35032	28.0658	-15.5707	1
35349	Monagas	monagas	CN	GC	35032	28.0658	-15.5707	4
35349	Las Troyanas	las-troyanas	CN	GC	35032	28.0658	-15.5707	3
35349	Barranco	barranco	CN	GC	35032	28.0658	-15.5707	3
35349	Laguna, La (Valleseco)	laguna-la-valleseco	CN	GC	35032	28.0658	-15.5707	3
35349	Caseron	caseron	CN	GC	35032	28.0658	-15.5707	3
35349	Carpinteras	carpinteras	CN	GC	35032	28.0658	-15.5707	3
35349	Barranquillo (Valleseco)	barranquillo-valleseco	CN	GC	35032	28.0658	-15.5707	3
35349	Zumacal (Valleseco)	zumacal-valleseco	CN	GC	35032	28.0658	-15.5707	3
35349	Zamora	zamora	CN	GC	35032	28.0658	-15.5707	3
35349	Valsendero	valsendero	CN	GC	35032	28.0658	-15.5707	3
35350	Artenara	artenara	CN	GC	35005	28.0205	-15.6469	4
35350	Lugarejos	lugarejos	CN	GC	35005	28.0437	-15.6711	4
35350	Coruña	coruna	CN	GC	35005	28.0321	-15.659	3
35350	Acusa Verde	acusa-verde	CN	GC	35005	28.0321	-15.659	3
35350	Cuevas, Las (Artenara)	cuevas-las-artenara	CN	GC	35005	28.0321	-15.659	3
35350	Candelaria	candelaria	CN	GC	35005	28.0321	-15.659	3
35360	Tejeda (Capital Municipal)	tejeda-capital-municipal	CN	GC	35025	27.989	-15.6275	1
35368	El Juncal	el-juncal	CN	GC	35025	27.955	-15.6499	4
35368	El Espinillo	el-espinillo	CN	GC	35025	27.9858	-15.6469	4
35368	Chorrillo, El (Tejeda)	chorrillo-el-tejeda	CN	GC	35025	27.9951	-15.6154	4
35368	Solana, La (Tejeda)	solana-la-tejeda	CN	GC	35025	27.9951	-15.6154	4
35368	Higuerilla	higuerilla	CN	GC	35025	27.9982	-15.6515	4
35368	Culata, La (Tejeda)	culata-la-tejeda	CN	GC	35025	27.9951	-15.6154	4
35368	Pagos De Casas Juan Gomez	pagos-de-casas-juan-gomez	CN	GC	35025	27.9893	-15.6282	3
35368	Roque, El (Tejeda)	roque-el-tejeda	CN	GC	35025	27.9951	-15.6154	4
35368	Carrizal De Tejeda	carrizal-de-tejeda	CN	GC	35025	27.9893	-15.6282	3
35368	Toscon, El (Tejeda)	toscon-el-tejeda	CN	GC	35025	27.9951	-15.6154	4
35368	Casa Forestal Pajonales	casa-forestal-pajonales	CN	GC	35025	27.9893	-15.6282	3
35369	Cuevas Caidas	cuevas-caidas	CN	GC	35003	27.9877	-15.6246	3
35369	Timagada	timagada	CN	GC	35003	27.9715	-15.6269	4
35369	El Majuelo	el-majuelo	CN	GC	35003	28.004	-15.6224	4
35369	Crucitas, Las (Tejeda)	crucitas-las-tejeda	CN	GC	35003	27.9877	-15.6246	3
35369	La Umbria	la-umbria	CN	GC	35003	27.9877	-15.6246	3
35369	Rincon, El (Tejeda)	rincon-el-tejeda	CN	GC	35003	27.9877	-15.6246	3
35369	Risco La Candelilla	risco-la-candelilla	CN	GC	35003	27.9877	-15.6246	3
35369	Lomo De Los Santos	lomo-de-los-santos	CN	GC	35003	27.9877	-15.6246	3
35369	La Candelilla	la-candelilla	CN	GC	35003	27.9877	-15.6246	3
35369	Ayacata	ayacata	CN	GC	35003	27.9877	-15.6246	3
35369	Degollada, La (Tejeda)	degollada-la-tejeda	CN	GC	35003	27.9877	-15.6246	3
35369	Casas De Huertas	casas-de-huertas	CN	GC	35003	27.9877	-15.6246	3
35369	Casas Del Lomo	casas-del-lomo	CN	GC	35003	27.9877	-15.6246	3
35400	Terrero, El (Arucas)	terrero-el-arucas	CN	GC	35006	28.1198	-15.5233	4
35400	La Fula	la-fula	CN	GC	35006	28.1198	-15.5233	3
35400	Montañeta, La (Arucas)	montaneta-la-arucas	CN	GC	35006	28.1198	-15.5233	4
35400	El Matadero	el-matadero	CN	GC	35006	28.1198	-15.5233	3
35400	Lomo De San Pedro (Arucas)	lomo-de-san-pedro-arucas	CN	GC	35006	28.1198	-15.5233	4
35400	El Hornillo Alto	el-hornillo-alto	CN	GC	35006	28.1198	-15.5233	3
35400	Goleta, La (Arucas)	goleta-la-arucas	CN	GC	35006	28.1198	-15.5233	4
35400	Camino De La Cruz Alto	camino-de-la-cruz-alto	CN	GC	35006	28.1198	-15.5233	3
35400	Montaña De Arucas	montana-de-arucas	CN	GC	35006	28.1198	-15.5233	3
35400	El Angostillo	el-angostillo	CN	GC	35006	28.1198	-15.5233	3
35400	Arucas (Capital Municipal)	arucas-capital-municipal	CN	GC	35006	28.1198	-15.5233	3
35400	El Cerrillo	el-cerrillo	CN	GC	35006	28.1198	-15.5233	3
35400	Hoya De San Juan	hoya-de-san-juan	CN	GC	35006	28.1198	-15.5233	3
35411	Lomo, El (Santidad)	lomo-el-santidad	CN	GC	35006	28.1001	-15.5118	4
35411	El Puente De Arucas	el-puente-de-arucas	CN	GC	35006	28.1001	-15.5118	3
35411	Las Palmeras	las-palmeras	CN	GC	35006	28.1001	-15.5118	3
35411	La Guitarrilla	la-guitarrilla	CN	GC	35006	28.1001	-15.5118	3
35411	San Francisco Javier (Urbanizacion)	san-francisco-javier-urbanizacion	CN	GC	35006	28.1001	-15.5118	3
35411	San Francisco Javier	san-francisco-javier	CN	GC	35006	28.1001	-15.5118	3
35411	Hoya De Ariñez	hoya-de-arinez	CN	GC	35006	28.1001	-15.5118	3
35411	San Gregorio (Arucas)	san-gregorio-arucas	CN	GC	35006	28.1001	-15.5118	3
35411	Santidad Alta	santidad-alta	CN	GC	35006	28.1001	-15.5118	3
35411	Santidad Baja	santidad-baja	CN	GC	35006	28.1001	-15.5118	3
35411	Lomo De Arucas	lomo-de-arucas	CN	GC	35006	28.1001	-15.5118	3
35411	Barreto	barreto	CN	GC	35006	28.1001	-15.5118	3
35411	Lomo Grande	lomo-grande	CN	GC	35006	28.1001	-15.5118	3
35411	Barriada De Juan Xxiii	barriada-de-juan-xxiii	CN	GC	35006	28.1001	-15.5118	3
35412	Santa Flora	santa-flora	CN	GC	35006	28.1449	-15.5679	1
35412	Solana, La (Arucas)	solana-la-arucas	CN	GC	35006	28.1449	-15.5679	1
35412	Visvique	visvique	CN	GC	35006	28.1449	-15.5679	1
35412	Arco, El (Arucas)	arco-el-arucas	CN	GC	35006	28.1449	-15.5679	1
35412	Barrio Virgen Del Pino	barrio-virgen-del-pino	CN	GC	35006	28.1449	-15.5679	1
35412	Camino Del Arco	camino-del-arco	CN	GC	35006	28.1449	-15.5679	1
35412	Fuente Del Laurel	fuente-del-laurel	CN	GC	35006	28.1449	-15.5679	1
35412	Mirador De Los Portales	mirador-de-los-portales	CN	GC	35006	28.1449	-15.5679	1
35412	Peñones, Los (Arucas)	penones-los-arucas	CN	GC	35006	28.1449	-15.5679	1
35412	El Picacho	el-picacho	CN	GC	35006	28.1449	-15.5679	1
35412	La Pedrera	la-pedrera	CN	GC	35006	28.1449	-15.5679	1
35412	Los Portales	los-portales	CN	GC	35006	28.1449	-15.5679	1
35412	Los Altabacales	los-altabacales	CN	GC	35006	28.1449	-15.5679	1
35412	Los Castillos	los-castillos	CN	GC	35006	28.1449	-15.5679	1
35413	Tinocas (Arucas)	tinocas-arucas	CN	GC	35006	28.1198	-15.5233	4
35413	Trasmontaña	trasmontana	CN	GC	35006	28.1344	-15.518	4
35413	Las Hoyas Del Cardonal	las-hoyas-del-cardonal	CN	GC	35006	28.1217	-15.5226	3
35413	Lomito, El (Arucas)	lomito-el-arucas	CN	GC	35006	28.1198	-15.5233	4
35413	Los Palmitos	los-palmitos	CN	GC	35006	28.1217	-15.5226	3
35413	Hoyas, Las (Arucas)	hoyas-las-arucas	CN	GC	35006	28.1198	-15.5233	4
35413	Camino De La Cruz Bajo	camino-de-la-cruz-bajo	CN	GC	35006	28.1217	-15.5226	3
35413	Cardonal (Arucas)	cardonal-arucas	CN	GC	35006	28.1198	-15.5233	4
35413	El Carril	el-carril	CN	GC	35006	28.1217	-15.5226	3
35413	Llano Blanco (Arucas)	llano-blanco-arucas	CN	GC	35006	28.1198	-15.5233	4
35413	Costa	costa	CN	GC	35006	28.1217	-15.5226	3
35413	Lomo De Quintanilla (Arucas)	lomo-de-quintanilla-arucas	CN	GC	35006	28.1198	-15.5233	4
35413	Tanasio	tanasio	CN	GC	35006	28.1217	-15.5226	3
35413	Trapiche (Arucas)	trapiche-arucas	CN	GC	35006	28.1198	-15.5233	4
35413	Hinojal	hinojal	CN	GC	35006	28.1217	-15.5226	3
35413	Los Castillejos	los-castillejos	CN	GC	35006	28.1217	-15.5226	3
35413	La Palmita	la-palmita	CN	GC	35006	28.1217	-15.5226	3
35413	La Hondura	la-hondura	CN	GC	35006	28.1217	-15.5226	3
35413	El Hornillo Bajo	el-hornillo-bajo	CN	GC	35006	28.1217	-15.5226	3
35413	El Guincho	el-guincho	CN	GC	35006	28.1217	-15.5226	3
35413	Lomo Ramirez	lomo-ramirez	CN	GC	35006	28.1217	-15.5226	3
35413	Las Chorreras	las-chorreras	CN	GC	35006	28.1217	-15.5226	3
35413	Cruz De Pineda	cruz-de-pineda	CN	GC	35006	28.1217	-15.5226	3
35413	Tres Barrios	tres-barrios	CN	GC	35006	28.1217	-15.5226	3
35414	San Felipe	san-felipe	CN	GC	35006	28.1454	-15.5949	4
35414	San Andres	san-andres	CN	GC	35006	28.5	-16.1833	4
35414	El Puertillo	el-puertillo	CN	GC	35006	28.201	-15.6696	3
35414	Risco, El (Arucas)	risco-el-arucas	CN	GC	35006	28.1198	-15.5233	4
35414	Pagador	pagador	CN	GC	35006	28.201	-15.6696	3
35414	Escaleritas (Arucas)	escaleritas-arucas	CN	GC	35006	28.1198	-15.5233	4
35414	La Cuestilla	la-cuestilla	CN	GC	35006	28.201	-15.6696	3
35414	Roque, El (Arucas)	roque-el-arucas	CN	GC	35006	28.1198	-15.5233	4
35414	El Peñon	el-penon	CN	GC	35006	28.201	-15.6696	3
35414	Bañaderos	banaderos	CN	GC	35006	28.201	-15.6696	3
35414	Altillo	altillo	CN	GC	35006	28.201	-15.6696	3
35414	El Tarahal	el-tarahal	CN	GC	35006	28.201	-15.6696	3
35414	Quintanilla	quintanilla	CN	GC	35006	28.201	-15.6696	3
35415	Dehesa, La (Arucas)	dehesa-la-arucas	CN	GC	35006	28.1198	-15.5233	4
35415	Montaña Cardones	montana-cardones	CN	GC	35006	28.1198	-15.5233	3
35415	Lomo Espino (Arucas)	lomo-espino-arucas	CN	GC	35006	28.1198	-15.5233	4
35415	Cardones	cardones	CN	GC	35006	28.1198	-15.5233	3
35415	Montaña, La (Cardones)	montana-la-cardones	CN	GC	35006	28.1198	-15.5233	3
35415	El Perdigon	el-perdigon	CN	GC	35006	28.1198	-15.5233	3
35420	Moya	moya	CN	GC	35009	28.1014	-15.5892	4
35421	Fontanales	fontanales	CN	GC	35013	28.0567	-15.6073	4
35421	Barranco Del Laurel	barranco-del-laurel	CN	GC	35013	28.0924	-15.5928	3
35421	Juarada, La (Moya)	juarada-la-moya	CN	GC	35013	28.1014	-15.5892	4
35421	Los Tiles	los-tiles	CN	GC	35013	28.0924	-15.5928	3
35421	Tablero, El (Moya)	tablero-el-moya	CN	GC	35013	28.1014	-15.5892	4
35421	Corvo	corvo	CN	GC	35013	28.0924	-15.5928	3
35421	San Fernando (Moya)	san-fernando-moya	CN	GC	35013	28.1014	-15.5892	4
35421	San Bartolome De Fontanales	san-bartolome-de-fontanales	CN	GC	35013	28.0924	-15.5928	3
35421	Barranco Del Pinar (Moya)	barranco-del-pinar-moya	CN	GC	35013	28.1014	-15.5892	4
35421	Hoyas Del Cavadero	hoyas-del-cavadero	CN	GC	35013	28.0924	-15.5928	3
35421	Lomo Del Peñon	lomo-del-penon	CN	GC	35013	28.0924	-15.5928	3
35422	Cabo Verde	cabo-verde	CN	GC	35013	28.1375	-15.5845	4
35422	Palmito, El (Moya)	palmito-el-moya	CN	GC	35013	28.1375	-15.5845	3
35422	El Moreto	el-moreto	CN	GC	35013	28.1375	-15.5845	3
35422	El Brecito	el-brecito	CN	GC	35013	28.1375	-15.5845	3
35422	Trujillo (Moya)	trujillo-moya	CN	GC	35013	28.1375	-15.5845	3
35422	La Cordillera	la-cordillera	CN	GC	35013	28.1375	-15.5845	3
35422	Fronton, El (Moya)	fronton-el-moya	CN	GC	35013	28.1375	-15.5845	3
35422	Las Carreras	las-carreras	CN	GC	35013	28.1375	-15.5845	3
35422	Los Toscales	los-toscales	CN	GC	35013	28.1375	-15.5845	3
35423	Doramas (Moya)	doramas-moya	CN	GC	35013	28.1014	-15.5892	4
35423	El Lance	el-lance	CN	GC	35013	28.1014	-15.5892	3
35423	Lomo Blanco (Moya)	lomo-blanco-moya	CN	GC	35013	28.1014	-15.5892	4
35423	El Palo	el-palo	CN	GC	35013	28.1014	-15.5892	3
35423	Dragos, Los (Moya)	dragos-los-moya	CN	GC	35013	28.1014	-15.5892	4
35423	Carreteria	carreteria	CN	GC	35013	28.1014	-15.5892	3
35430	Firgas (Capital Municipal)	firgas-capital-municipal	CN	GC	35008	28.1093	-15.5623	1
35431	Palmilla, La (Firgas)	palmilla-la-firgas	CN	GC	35008	28.1071	-15.563	4
35431	San Anton	san-anton	CN	GC	35008	28.1121	-15.5615	3
35431	Casablanca	casablanca	CN	GC	35008	28.1271	-15.5571	4
35431	Itara	itara	CN	GC	35008	28.1121	-15.5615	3
35431	Lomito, El (Firgas)	lomito-el-firgas	CN	GC	35008	28.1071	-15.563	4
35431	Barranco De Las Madres	barranco-de-las-madres	CN	GC	35008	28.1121	-15.5615	3
35431	Zumacal, El (Firgas)	zumacal-el-firgas	CN	GC	35008	28.1071	-15.563	4
35431	Las Pellas	las-pellas	CN	GC	35008	28.1121	-15.5615	3
35431	Buenlugar	buenlugar	CN	GC	35008	28.1121	-15.5615	3
35432	Lomo Quintanilla (Firgas)	lomo-quintanilla-firgas	CN	GC	35008	28.1071	-15.563	4
35432	Cambalud	cambalud	CN	GC	35008	28.1071	-15.563	3
35432	Trapiche (Firgas)	trapiche-firgas	CN	GC	35008	28.1071	-15.563	4
35432	Los Dolores	los-dolores	CN	GC	35008	28.1071	-15.563	3
35432	Cruz, La (Firgas)	cruz-la-firgas	CN	GC	35008	28.1071	-15.563	4
35432	Los Barranquillos	los-barranquillos	CN	GC	35008	28.1071	-15.563	3
35432	Risco, El (Firgas)	risco-el-firgas	CN	GC	35008	28.1071	-15.563	4
35432	Los Rosales	los-rosales	CN	GC	35008	28.1071	-15.563	3
35432	Caldera, La (Firgas)	caldera-la-firgas	CN	GC	35008	28.1071	-15.563	4
35432	Padilla	padilla	CN	GC	35008	28.1071	-15.563	3
35432	El Cortijo	el-cortijo	CN	GC	35008	28.1071	-15.563	3
35432	Los Menores	los-menores	CN	GC	35008	28.1071	-15.563	3
35450	Marente (Urbanizacion)	marente-urbanizacion	CN	GC	35023	28.1397	-15.6329	3
35450	Guia	guia	CN	GC	35023	28.1397	-15.6329	4
35450	Santa Maria De Guia (Capital Municipal)	santa-maria-de-guia-capital-municipal	CN	GC	35023	28.1397	-15.6329	3
35450	Becerril De Guia	becerril-de-guia	CN	GC	35023	28.1397	-15.6329	3
35450	Calvario, El (Santa Maria De Guia)	calvario-el-santa-maria-de-guia	CN	GC	35023	28.1397	-15.6329	3
35450	La Atalaya De Guia	la-atalaya-de-guia	CN	GC	35023	28.1397	-15.6329	3
35450	Cercados De Merino	cercados-de-merino	CN	GC	35023	28.1397	-15.6329	3
35457	Marente	marente	CN	GC	35023	28.1092	-15.6083	1
35457	Barranquillo Frio	barranquillo-frio	CN	GC	35023	28.1092	-15.6083	1
35457	Barranco Del Pinar (Santa Maria De Guia)	barranco-del-pinar-santa-maria-de-guia	CN	GC	35023	28.1092	-15.6083	1
35457	Montaña Alta (Santa Maria De Guia)	montana-alta-santa-maria-de-guia	CN	GC	35023	28.1092	-15.6083	1
35457	Verdejo	verdejo	CN	GC	35023	28.1092	-15.6083	1
35457	Tres Cruces (Santa Ma De Guia)	tres-cruces-santa-ma-de-guia	CN	GC	35023	28.1092	-15.6083	1
35457	Santa Cristina	santa-cristina	CN	GC	35023	28.1092	-15.6083	1
35457	Paso Maria De Los Santos	paso-maria-de-los-santos	CN	GC	35023	28.1092	-15.6083	1
35457	Junquillo	junquillo	CN	GC	35023	28.1092	-15.6083	1
35457	Lomo Betancor	lomo-betancor	CN	GC	35023	28.1092	-15.6083	1
35457	Ingenio Blanco	ingenio-blanco	CN	GC	35023	28.1092	-15.6083	1
35457	Hoya Del Predegal (Santa Maria De Guia)	hoya-del-predegal-santa-maria-de-guia	CN	GC	35023	28.1092	-15.6083	1
35457	Cuesta De Caraballo	cuesta-de-caraballo	CN	GC	35023	28.1092	-15.6083	1
35457	Caserio De Marente	caserio-de-marente	CN	GC	35023	28.1092	-15.6083	1
35457	Bascamao	bascamao	CN	GC	35023	28.1092	-15.6083	1
35458	Vergara	vergara	CN	GC	35023	28.116	-15.5978	4
35458	Suerte, La (S.M. Guia)	suerte-la-s-m-guia	CN	GC	35023	28.1072	-15.5962	3
35458	Barranco Hondo (Santa Maria De Guia)	barranco-hondo-santa-maria-de-guia	CN	GC	35023	28.1027	-15.5954	4
35458	Albercon De La Virgen	albercon-de-la-virgen	CN	GC	35023	28.1072	-15.5962	3
35458	Tres Palmas (Santa Maria De Guia)	tres-palmas-santa-maria-de-guia	CN	GC	35023	28.1027	-15.5954	4
35458	Doñana	donana	CN	GC	35023	28.1072	-15.5962	3
35458	San Blas	san-blas	CN	GC	35023	28.1072	-15.5962	3
35458	Mondragones	mondragones	CN	GC	35023	28.1072	-15.5962	3
35458	Farailaga	farailaga	CN	GC	35023	28.1072	-15.5962	3
35458	San Juan (S.M.Guia)	san-juan-s-m-guia	CN	GC	35023	28.1072	-15.5962	3
35458	Casas De Aguilar	casas-de-aguilar	CN	GC	35023	28.1072	-15.5962	3
35458	Desaguaderos	desaguaderos	CN	GC	35023	28.1072	-15.5962	3
35458	Lomo Los Martines	lomo-los-martines	CN	GC	35023	28.1072	-15.5962	3
35458	El Calabozo	el-calabozo	CN	GC	35023	28.1072	-15.5962	3
35458	La Dehesa	la-dehesa	CN	GC	35023	28.1072	-15.5962	3
35458	Palmital, El (Carretera)	palmital-el-carretera	CN	GC	35023	28.1072	-15.5962	3
35458	Lomo De Las Azucenas	lomo-de-las-azucenas	CN	GC	35023	28.1072	-15.5962	3
35459	Llanos De Parra	llanos-de-parra	CN	GC		28.0845	-15.6199	3
35459	Anzo	anzo	CN	GC		28.0845	-15.6199	3
35459	Cañada, La (Santa Maria De Guia)	canada-la-santa-maria-de-guia	CN	GC		28.0845	-15.6199	3
35459	Montaña De Guia	montana-de-guia	CN	GC		28.0845	-15.6199	4
35459	Las Boticarias	las-boticarias	CN	GC		28.0845	-15.6199	3
35460	Galdar (Capital Municipal)	galdar-capital-municipal	CN	GC	35009	28.1066	-15.5999	1
35468	Cardonal (Agaete)	cardonal-agaete	CN	GC	35009	28.1066	-15.5999	1
35468	Juncalillo (Galdar)	juncalillo-galdar	CN	GC	35009	28.1066	-15.5999	1
35468	Inciensal	inciensal	CN	GC	35009	28.1066	-15.5999	1
35468	Caideros De San Jose	caideros-de-san-jose	CN	GC	35009	28.1066	-15.5999	1
35468	Chirino	chirino	CN	GC	35009	28.1066	-15.5999	1
35468	Hoya De Pineda (Galdar)	hoya-de-pineda-galdar	CN	GC	35009	28.1066	-15.5999	1
35468	Degollada, La (Galdar)	degollada-la-galdar	CN	GC	35009	28.1066	-15.5999	1
35468	Valeron	valeron	CN	GC	35009	28.1066	-15.5999	1
35468	Las Calderas	las-calderas	CN	GC	35009	28.1066	-15.5999	1
35468	Trujillo (Galdar)	trujillo-galdar	CN	GC	35009	28.1066	-15.5999	1
35468	Rosas, Las (Galdar)	rosas-las-galdar	CN	GC	35009	28.1066	-15.5999	1
35468	Piso Firme	piso-firme	CN	GC	35009	28.1066	-15.5999	1
35468	Montañeta, La (Galdar)	montaneta-la-galdar	CN	GC	35009	28.1066	-15.5999	1
35468	Molino, El (Galdar)	molino-el-galdar	CN	GC	35009	28.1066	-15.5999	1
35468	Lucena	lucena	CN	GC	35009	28.1066	-15.5999	1
35468	Lomo Del Palo	lomo-del-palo	CN	GC	35009	28.1066	-15.5999	1
35468	Hornillo, El (Agaete)	hornillo-el-agaete	CN	GC	35009	28.1066	-15.5999	1
35468	Llanos, Los (Agaete)	llanos-los-agaete	CN	GC	35009	28.1066	-15.5999	1
35468	Hoya De Pineda (Santa Maria De Guia)	hoya-de-pineda-santa-maria-de-guia	CN	GC	35009	28.1066	-15.5999	1
35468	La Agazal	la-agazal	CN	GC	35009	28.1066	-15.5999	1
35468	Buenavista	buenavista	CN	GC	35009	28.1066	-15.5999	1
35468	Tegueste (Galdar)	tegueste-galdar	CN	GC	35009	28.1066	-15.5999	1
35468	Barranco Hondo De Arriba	barranco-hondo-de-arriba	CN	GC	35009	28.1066	-15.5999	1
35468	Saucillo	saucillo	CN	GC	35009	28.1066	-15.5999	1
35468	Silos, Los (Galdar)	silos-los-galdar	CN	GC	35009	28.1066	-15.5999	1
35468	Barranco Hondo De Abajo	barranco-hondo-de-abajo	CN	GC	35009	28.1066	-15.5999	1
35468	Troya	troya	CN	GC	35009	28.1066	-15.5999	1
35469	Barranquillo El Vino	barranquillo-el-vino	CN	GC	35009	28.1066	-15.5999	1
35469	Condenados, Los (Barrio)	condenados-los-barrio	CN	GC	35009	28.1066	-15.5999	1
35469	Punta De Galdar	punta-de-galdar	CN	GC	35009	28.1066	-15.5999	1
35469	El Agujero	el-agujero	CN	GC	35009	28.1066	-15.5999	1
35469	El Clavo	el-clavo	CN	GC	35009	28.1066	-15.5999	1
35469	Caleta De Arriba	caleta-de-arriba	CN	GC	35009	28.1066	-15.5999	1
35469	La Furnia	la-furnia	CN	GC	35009	28.1066	-15.5999	1
35469	Sardina (Galdar)	sardina-galdar	CN	GC	35009	28.1066	-15.5999	1
35469	Las Cumbrecillas	las-cumbrecillas	CN	GC	35009	28.1066	-15.5999	1
35469	Barrio Negrin (Galdar)	barrio-negrin-galdar	CN	GC	35009	28.1066	-15.5999	1
35469	Nido Cuervo	nido-cuervo	CN	GC	35009	28.1066	-15.5999	1
35469	Sobradillo, El (Galdar)	sobradillo-el-galdar	CN	GC	35009	28.1066	-15.5999	1
35469	Faro De Sardina (Urbanizacion)	faro-de-sardina-urbanizacion	CN	GC	35009	28.1066	-15.5999	1
35469	Corralete	corralete	CN	GC	35009	28.1066	-15.5999	1
35469	Barrial	barrial	CN	GC	35009	28.1066	-15.5999	1
35469	Los Dos Roques	los-dos-roques	CN	GC	35009	28.1066	-15.5999	1
35470	La Aldea De San Nicolas	la-aldea-de-san-nicolas	CN	GC	35020	27.9415	-15.7793	1
35470	Los Cardones	los-cardones	CN	GC	35020	27.9415	-15.7793	1
35470	San Nicolas De Tolentino (Capital Municipal)	san-nicolas-de-tolentino-capital-municipal	CN	GC	35020	27.9415	-15.7793	1
35470	Jerez (San Nicolas De Tolentino)	jerez-san-nicolas-de-tolentino	CN	GC	35020	27.9415	-15.7793	1
35478	Tasartico	tasartico	CN	GC	35020	27.9268	-15.8016	4
35478	Palillo De Tasarte	palillo-de-tasarte	CN	GC	35020	27.926	-15.7738	3
35478	Molino De Viento (Tasarte)	molino-de-viento-tasarte	CN	GC	35020	27.9256	-15.7599	4
35478	La Cardonera	la-cardonera	CN	GC	35020	27.926	-15.7738	3
35478	Tasarte	tasarte	CN	GC	35020	27.9256	-15.7599	4
35478	Playa De Tasarte (Playa)	playa-de-tasarte-playa	CN	GC	35020	27.926	-15.7738	3
35478	Posteragua De Tasarte	posteragua-de-tasarte	CN	GC	35020	27.926	-15.7738	3
35478	Rosas, Las (San Nicolas De Tolentino)	rosas-las-san-nicolas-de-tolentino	CN	GC	35020	27.926	-15.7738	3
35478	Hoyo, El (San Nicolas De Tolentino)	hoyo-el-san-nicolas-de-tolentino	CN	GC	35020	27.926	-15.7738	3
35478	Cruz, La (San Nicolas De Tolentino)	cruz-la-san-nicolas-de-tolentino	CN	GC	35020	27.926	-15.7738	3
35478	Casas Blancas (San Nicolas De Tolentino)	casas-blancas-san-nicolas-de-tolentino	CN	GC	35020	27.926	-15.7738	3
35478	El Canonigo	el-canonigo	CN	GC	35020	27.926	-15.7738	3
35478	Tocodoman	tocodoman	CN	GC	35020	27.926	-15.7738	3
35478	Pasitos, Los (San Nicolas De Tolentino)	pasitos-los-san-nicolas-de-tolentino	CN	GC	35020	27.926	-15.7738	3
35478	Artejeves (Zona)	artejeves-zona	CN	GC	35020	27.926	-15.7738	3
35479	Mederos	mederos	CN	GC	35020	27.9882	-15.7959	4
35479	Cuermeja	cuermeja	CN	GC	35020	27.9882	-15.7959	3
35479	Castañeta	castaneta	CN	GC	35020	27.9882	-15.7959	3
35479	Cruce, El (San Nicolas De Tolentino)	cruce-el-san-nicolas-de-tolentino	CN	GC	35020	27.9882	-15.7959	3
35479	La Ladera	la-ladera	CN	GC	35020	27.9882	-15.7959	3
35479	La Hoyilla	la-hoyilla	CN	GC	35020	27.9882	-15.7959	3
35479	Ladera Del Palomar	ladera-del-palomar	CN	GC	35020	27.9882	-15.7959	3
35479	Los Espinos	los-espinos	CN	GC	35020	27.9882	-15.7959	3
35479	Playa, La (San Nicolas De Tolentino)	playa-la-san-nicolas-de-tolentino	CN	GC	35020	27.9882	-15.7959	3
35479	El Ribanzo	el-ribanzo	CN	GC	35020	27.9882	-15.7959	3
35479	Cercadillos	cercadillos	CN	GC	35020	27.9882	-15.7959	3
35479	El Pinillo	el-pinillo	CN	GC	35020	27.9882	-15.7959	3
35479	La Rosa	la-rosa	CN	GC	35020	27.9882	-15.7959	3
35479	Las Marciegas	las-marciegas	CN	GC	35020	27.9882	-15.7959	3
35479	Las Tabladas	las-tabladas	CN	GC	35020	27.9882	-15.7959	3
35479	Los Caserones	los-caserones	CN	GC	35020	27.9882	-15.7959	3
35479	Los Molinos	los-molinos	CN	GC	35020	27.9882	-15.7959	3
35479	El Albercon	el-albercon	CN	GC	35020	27.9882	-15.7959	3
35479	Lomo, El (San Nicolas De Tolentino)	lomo-el-san-nicolas-de-tolentino	CN	GC	35020	27.9882	-15.7959	3
35479	Molino De Agua	molino-de-agua	CN	GC	35020	27.9882	-15.7959	3
35480	Palmeral, El (Agaete) (Urbanizacion)	palmeral-el-agaete-urbanizacion	CN	GC	35001	28.1002	-15.7	4
35480	Turman, El (Urbanizacion)	turman-el-urbanizacion	CN	GC	35001	28.1002	-15.7	3
35480	Agaete (Capital Municipal)	agaete-capital-municipal	CN	GC	35001	28.1002	-15.7	3
35488	Majadilla, Las (Galdar)	majadilla-las-galdar	CN	GC	35009	28.147	-15.6502	4
35488	Lomo De San Anton	lomo-de-san-anton	CN	GC	35009	28.147	-15.6502	3
35488	San Isidro (Galdar)	san-isidro-galdar	CN	GC	35009	28.147	-15.6502	4
35488	Taya	taya	CN	GC	35009	28.147	-15.6502	3
35488	Marmolejo	marmolejo	CN	GC	35009	28.147	-15.6502	3
35488	Rosetas	rosetas	CN	GC	35009	28.147	-15.6502	3
35488	Lomo De Don Tomas	lomo-de-don-tomas	CN	GC	35009	28.147	-15.6502	3
35488	Juan Viejo	juan-viejo	CN	GC	35009	28.147	-15.6502	3
35488	Farragut	farragut	CN	GC	35009	28.147	-15.6502	3
35488	Barranco Canario	barranco-canario	CN	GC	35009	28.147	-15.6502	3
35488	Las Quintanas	las-quintanas	CN	GC	35009	28.147	-15.6502	3
35489	San Pedro	san-pedro	CN	GC	35001	28.081	-15.6715	4
35489	Sao, El (Agaete)	sao-el-agaete	CN	GC	35001	28.0886	-15.6965	3
35489	Guayedra	guayedra	CN	GC	35001	28.0818	-15.7065	4
35489	Risco El (Agaete)	risco-el-agaete	CN	GC	35001	28.0886	-15.6965	3
35489	Puerto De Las Nieves	puerto-de-las-nieves	CN	GC	35001	28.1031	-15.7114	4
35489	Longueras, Las (Agaete)	longueras-las-agaete	CN	GC	35001	28.0886	-15.6965	3
35489	Los Berrazales	los-berrazales	CN	GC	35001	28.0886	-15.6965	3
35489	Lomo De San Pedro (Agaete)	lomo-de-san-pedro-agaete	CN	GC	35001	28.0886	-15.6965	3
35489	La Calera	la-calera	CN	GC	35001	28.0886	-15.6965	3
35489	Chapin	chapin	CN	GC	35001	28.0886	-15.6965	3
35489	Cruz, La (Agaete)	cruz-la-agaete	CN	GC	35001	28.0886	-15.6965	3
35489	Cuevecillas (Agaete)	cuevecillas-agaete	CN	GC	35001	28.0886	-15.6965	3
35489	Valle De Agaete	valle-de-agaete	CN	GC	35001	28.0886	-15.6965	3
35489	Suerte, La (Agaete)	suerte-la-agaete	CN	GC	35001	28.0886	-15.6965	3
35489	Vecindad De Enfrente	vecindad-de-enfrente	CN	GC	35001	28.0886	-15.6965	3
35500	Arrecife	arrecife	CN	GC	35017	28.963	-13.5477	4
35507	Tahiche	tahiche	CN	GC	35024	29.0191	-13.5445	4
35507	Vega De Tahiche	vega-de-tahiche	CN	GC	35024	29.0191	-13.5445	3
35507	Las Cabreras	las-cabreras	CN	GC	35024	29.0191	-13.5445	3
35507	Volcan De Tahiche	volcan-de-tahiche	CN	GC	35024	29.0191	-13.5445	3
35508	Costa Teguise	costa-teguise	CN	GC	35024	28.9984	-13.4991	4
35508	Las Caletas	las-caletas	CN	GC	35024	28.9984	-13.4991	3
35508	Los Ancones	los-ancones	CN	GC	35024	28.9984	-13.4991	3
35509	Playa Honda	playa-honda	CN	GC	35018	28.9529	-13.5912	4
35509	Aeropuerto De Lanzarote	aeropuerto-de-lanzarote	CN	GC	35018	28.9529	-13.5912	3
35509	Playa Del Cable (Playa)	playa-del-cable-playa	CN	GC	35018	28.9529	-13.5912	3
35509	Las Puntas	las-puntas	CN	GC	35018	28.9529	-13.5912	3
35510	Barranco Del Quiquere	barranco-del-quiquere	CN	GC	35028	28.9434	-13.6548	3
35510	Puerto Del Carmen	puerto-del-carmen	CN	GC	35028	28.9231	-13.6658	4
35510	Los Casalones	los-casalones	CN	GC	35028	28.9434	-13.6548	3
35510	Los Mojones	los-mojones	CN	GC	35028	28.9636	-13.6439	4
35510	Los Pocillos	los-pocillos	CN	GC	35028	28.9434	-13.6548	3
35520	Haria (Capital Municipal)	haria-capital-municipal	CN	GC	35010	29.0322	-13.6071	1
35530	Teguise (Capital Municipal)	teguise-capital-municipal	CN	GC	35024	29.0604	-13.5347	1
35539	Teseguite	teseguite	CN	GC	35024	29.055	-13.5294	4
35539	Nazaret	nazaret	CN	GC	35024	29.0382	-13.5639	4
35539	Montaña, La (Teguise)	montana-la-teguise	CN	GC	35024	29.0604	-13.5347	3
35539	Los Valles	los-valles	CN	GC	35024	29.0853	-13.5282	4
35539	El Mojon	el-mojon	CN	GC	35024	29.0631	-13.5175	4
35540	Caleta De Sebo (La Graciosa)	caleta-de-sebo-la-graciosa	CN	GC	35023	29.1451	-13.4702	1
35540	Pedro Barba (La Graciosa)	pedro-barba-la-graciosa	CN	GC	35023	29.1451	-13.4702	1
35540	Caleta De Sebo (Isla Graciosa)	caleta-de-sebo-isla-graciosa	CN	GC	35023	29.1451	-13.4702	1
35541	Ye	ye	CN	GC	35010	29.1913	-13.4812	4
35541	Orzola	orzola	CN	GC	35010	29.2209	-13.452	4
35541	Maguez	maguez	CN	GC	35010	29.1601	-13.4929	4
35541	Guinate	guinate	CN	GC	35010	29.1809	-13.4947	4
35542	Punta Mujeres	punta-mujeres	CN	GC	35010	29.1333	-13.4333	4
35542	Arrieta	arrieta	CN	GC	35010	29.1325	-13.4596	4
35542	Tabayesco	tabayesco	CN	GC	35010	29.1167	-13.4667	4
35543	Mala	mala	CN	GC	35010	29.0965	-13.4721	4
35544	Guatiza	guatiza	CN	GC	35024	29.0741	-13.4793	4
35550	San Bartolome De Lanzarote (Capital Municipal)	san-bartolome-de-lanzarote-capital-municipal	CN	GC	35029	29.0411	-13.6285	1
35558	Laderas, Las (Teguise)	laderas-las-teguise	CN	GC	35024	29.0743	-13.6293	3
35558	Tiagua	tiagua	CN	GC	35024	29.0527	-13.6307	4
35558	Soo	soo	CN	GC	35024	29.0992	-13.6223	4
35558	Caldereta (San Bartolome De Lanzarote)	caldereta-san-bartolome-de-lanzarote	CN	GC	35024	29.0743	-13.6293	3
35558	Muñique	munique	CN	GC	35024	29.071	-13.6348	4
35558	Caleta De Famara	caleta-de-famara	CN	GC	35024	29.0743	-13.6293	3
35559	El Islote	el-islote	CN	GC	35018	29.0098	-13.641	4
35559	Guime	guime	CN	GC	35018	28.973	-13.6137	4
35559	Montaña Blanca (San Bartolome De Lanzarote)	montana-blanca-san-bartolome-de-lanzarote	CN	GC	35018	28.9914	-13.6274	3
35559	Florida, La (San Bartolome De Lanzarote)	florida-la-san-bartolome-de-lanzarote	CN	GC	35018	28.9914	-13.6274	3
35560	Yuco	yuco	CN	GC	35029	29.0756	-13.665	3
35560	La Santa	la-santa	CN	GC	35029	29.107	-13.6676	4
35560	Tinajo	tinajo	CN	GC	35029	29.0633	-13.6765	4
35560	Mancha Blanca	mancha-blanca	CN	GC	35029	29.0756	-13.665	3
35560	La Vegueta	la-vegueta	CN	GC	35029	29.0506	-13.6506	4
35560	Tajaste	tajaste	CN	GC	35029	29.0756	-13.665	3
35560	El Cuchillo	el-cuchillo	CN	GC	35029	29.0814	-13.6654	4
35560	Cañada, La (Tinajo)	canada-la-tinajo	CN	GC	35029	29.0756	-13.665	3
35560	Costa, La (Tinajo)	costa-la-tinajo	CN	GC	35029	29.0756	-13.665	3
35561	Tao (Teguise)	tao-teguise	CN	GC	35024	29.022	-13.6138	4
35561	Tomaren	tomaren	CN	GC	35024	29.022	-13.6138	3
35561	Mozaga	mozaga	CN	GC	35024	29.022	-13.6138	4
35570	Femes	femes	CN	GC	35034	28.9121	-13.7789	4
35570	Uga	uga	CN	GC	35034	28.9503	-13.7445	4
35570	Maciot	maciot	CN	GC	35034	28.9312	-13.7617	3
35570	La Geria	la-geria	CN	GC	35034	28.9312	-13.7617	3
35570	Casitas, Las (Yaiza)	casitas-las-yaiza	CN	GC	35034	28.9312	-13.7617	3
35570	Breñas, Las (Yaiza)	brenas-las-yaiza	CN	GC	35034	28.9312	-13.7617	3
35570	Degollada La (Yaiza)	degollada-la-yaiza	CN	GC	35034	28.9312	-13.7617	3
35570	Golfo, El (Yaiza)	golfo-el-yaiza	CN	GC	35034	28.9312	-13.7617	3
35570	Playa Quemada	playa-quemada	CN	GC	35034	28.9312	-13.7617	3
35570	Yaiza (Capital Municipal)	yaiza-capital-municipal	CN	GC	35034	28.9312	-13.7617	3
35571	Barranco De La Pila	barranco-de-la-pila	CN	GC	35028	28.9441	-13.7087	3
35571	Macher	macher	CN	GC	35028	28.9484	-13.6912	4
35571	Barranco Del Agua	barranco-del-agua	CN	GC	35028	28.9441	-13.7087	3
35571	Barranco De La Calera (Macher)	barranco-de-la-calera-macher	CN	GC	35028	28.9484	-13.6912	4
35571	Asomada, La (Tias)	asomada-la-tias	CN	GC	35028	28.9484	-13.6912	4
35571	Cortijo Viejo (Yaiza)	cortijo-viejo-yaiza	CN	GC	35028	28.9568	-13.7654	4
35571	Puerto Calero	puerto-calero	CN	GC	35028	28.9186	-13.7046	4
35572	Tias (Capital Municipal)	tias-capital-municipal	CN	GC	35028	28.9788	-13.6687	3
35572	Conil	conil	CN	GC	35028	28.9661	-13.672	4
35572	Tegoyo	tegoyo	CN	GC	35028	28.9718	-13.6809	4
35572	Masdache	masdache	CN	GC	35028	28.9986	-13.6531	4
35580	Coloradas, Las (Yaiza)	coloradas-las-yaiza	CN	GC	35034	28.9568	-13.7654	4
35580	Playa Blanca (Yaiza)	playa-blanca-yaiza	CN	GC	35034	28.9568	-13.7654	4
35580	Castillo Del Aguila	castillo-del-aguila	CN	GC	35034	28.9568	-13.7654	3
35580	San Marcial De Rubicon	san-marcial-de-rubicon	CN	GC	35034	28.9568	-13.7654	3
35580	Montaña Roja	montana-roja	CN	GC	35034	28.9568	-13.7654	3
35580	Costa De Papagayo	costa-de-papagayo	CN	GC	35034	28.9568	-13.7654	3
35600	Llanos De La Mareta	llanos-de-la-mareta	CN	GC	35017	28.5004	-13.8627	3
35600	Matorral, El (Puerto Del Rosario)	matorral-el-puerto-del-rosario	CN	GC	35017	28.5004	-13.8627	4
35600	Puerto Del Rosario (Capital Municipal)	puerto-del-rosario-capital-municipal	CN	GC	35017	28.5004	-13.8627	3
35610	Caleta De Fuste	caleta-de-fuste	CN	GC	35017	28.3964	-13.8588	4
35610	Salinas Del Carmen	salinas-del-carmen	CN	GC	35017	28.424	-13.8917	3
35610	Costa De Antigua	costa-de-antigua	CN	GC	35017	28.4125	-13.8558	4
35610	Golf Club Fuerteventura	golf-club-fuerteventura	CN	GC	35017	28.3877	-13.8674	4
35610	Nuevo Horizonte (Urbanizacion)	nuevo-horizonte-urbanizacion	CN	GC	35017	28.424	-13.8917	3
35610	Castillo, El (Antigua)	castillo-el-antigua	CN	GC	35017	28.4231	-14.0138	4
35610	Barrio De Negrin (Puerto Del Rosario)	barrio-de-negrin-puerto-del-rosario	CN	GC	35017	28.5004	-13.8627	4
35610	Castillo De Caleta Fuste	castillo-de-caleta-fuste	CN	GC	35017	28.424	-13.8917	3
35610	Barranco De La Torre	barranco-de-la-torre	CN	GC	35017	28.424	-13.8917	3
35610	Aeropuerto De Fuerteventura	aeropuerto-de-fuerteventura	CN	GC	35017	28.424	-13.8917	3
35611	Casillas Del Angel	casillas-del-angel	CN	GC	35017	28.4898	-13.9659	4
35611	Tao (Pto Del Rosario)	tao-pto-del-rosario	CN	GC	35017	28.5072	-13.9787	3
35611	Tefia	tefia	CN	GC	35017	28.5245	-13.9915	4
35611	Colonia De Garcia Escamez	colonia-de-garcia-escamez	CN	GC	35017	28.5072	-13.9787	3
35611	Tesjuate	tesjuate	CN	GC	35017	28.5072	-13.9787	3
35612	Puerto Lajas	puerto-lajas	CN	GC	35017	28.5361	-13.8381	4
35612	Guisguey	guisguey	CN	GC	35017	28.5553	-13.881	4
35612	Rosa De La Arena	rosa-de-la-arena	CN	GC	35017	28.5457	-13.8595	3
35612	Los Estancos	los-estancos	CN	GC	35017	28.5457	-13.8595	3
35612	Asomada, La (Puerto Del Rosario)	asomada-la-puerto-del-rosario	CN	GC	35017	28.5457	-13.8595	3
35612	Llanos Pelados	llanos-pelados	CN	GC	35017	28.5457	-13.8595	3
35612	Rosa De La Monja	rosa-de-la-monja	CN	GC	35017	28.5457	-13.8595	3
35613	La Matilla	la-matilla	CN	GC	35017	28.5569	-13.955	4
35613	Tetir	tetir	CN	GC	35017	28.5167	-13.9333	4
35613	Tamariche	tamariche	CN	GC	35017	28.5411	-13.9393	3
35613	Herradura, La (Pto Rosario)	herradura-la-pto-rosario	CN	GC	35017	28.5368	-13.9442	3
35613	El Time	el-time	CN	GC	35017	28.5368	-13.9442	3
35613	Valhondo	valhondo	CN	GC	35017	28.5605	-13.9086	3
35620	Gran Tarajal	gran-tarajal	CN	GC	35030	28.2113	-14.0212	4
35625	Morro Jable	morro-jable	CN	GC	35015	28.0499	-14.3524	4
35625	Solana Del Matorral	solana-del-matorral	CN	GC	35015	28.0536	-14.3355	3
35625	Las Gaviotas	las-gaviotas	CN	GC	35015	28.0574	-14.3186	4
35626	Barranco Los Canarios	barranco-los-canarios	CN	GC	35015	28.0734	-14.3192	3
35626	Esquinzo (Morro Jable)	esquinzo-morro-jable	CN	GC	35015	28.0499	-14.3524	4
35626	Barranco Del Mal Nombre	barranco-del-mal-nombre	CN	GC	35015	28.0734	-14.3192	3
35626	Jandia	jandia	CN	GC	35015	28.0969	-14.2859	4
35627	Chilegua	chilegua	CN	GC	35030	28.2524	-14.1777	4
35627	La Pared	la-pared	CN	GC	35030	28.199	-14.1856	3
35627	La Lajita	la-lajita	CN	GC	35030	28.1831	-14.1522	4
35627	Cañada Del Rio	canada-del-rio	CN	GC	35030	28.199	-14.1856	3
35627	Costa Calma	costa-calma	CN	GC	35030	28.1615	-14.2269	4
35627	Risco Del Gato	risco-del-gato	CN	GC	35030	28.199	-14.1856	3
35627	Bahia Calma	bahia-calma	CN	GC	35030	28.199	-14.1856	3
35627	Los Albertos	los-albertos	CN	GC	35030	28.199	-14.1856	3
35627	Huertas De Chilegua	huertas-de-chilegua	CN	GC	35030	28.199	-14.1856	3
35628	Toto	toto	CN	GC	35030	28.3557	-14.0858	4
35628	Cardon, El (Pajara)	cardon-el-pajara	CN	GC	35030	28.3504	-14.1076	4
35628	Ajuy	ajuy	CN	GC	35030	28.3994	-14.1538	4
35628	Pajara (Capital Municipal)	pajara-capital-municipal	CN	GC	35030	28.3685	-14.1157	3
35628	Mezquez	mezquez	CN	GC	35030	28.3685	-14.1157	3
35629	Tesejerague	tesejerague	CN	GC	35030	28.278	-14.1135	4
35629	La Mata	la-mata	CN	GC	35030	28.266	-14.0596	3
35629	Tarajalejo	tarajalejo	CN	GC	35030	28.1913	-14.1184	4
35629	Llano Florido	llano-florido	CN	GC	35030	28.266	-14.0596	3
35629	Montaña Hendida	montana-hendida	CN	GC	35030	28.2664	-14.1379	4
35629	Las Casitas	las-casitas	CN	GC	35030	28.266	-14.0596	3
35629	Tuineje	tuineje	CN	GC	35030	28.3237	-14.0472	4
35629	La Fuentita	la-fuentita	CN	GC	35030	28.266	-14.0596	3
35629	Tenicosquey	tenicosquey	CN	GC	35030	28.3068	-13.9538	4
35629	Las Playitas	las-playitas	CN	GC	35030	28.2295	-13.9867	4
35629	La Calabaza	la-calabaza	CN	GC	35030	28.266	-14.0596	3
35629	Casa De Violante	casa-de-violante	CN	GC	35030	28.266	-14.0596	3
35629	Charco, El (Tuineje)	charco-el-tuineje	CN	GC	35030	28.266	-14.0596	3
35629	Diego Alonso	diego-alonso	CN	GC	35030	28.266	-14.0596	3
35629	Juan Gopar	juan-gopar	CN	GC	35030	28.266	-14.0596	3
35629	Marcos Sanchez	marcos-sanchez	CN	GC	35030	28.266	-14.0596	3
35629	Mazacote	mazacote	CN	GC	35030	28.266	-14.0596	3
35629	Piedra Hincada	piedra-hincada	CN	GC	35030	28.266	-14.0596	3
35629	Puerto Azul (Urbanizacion)	puerto-azul-urbanizacion	CN	GC	35030	28.266	-14.0596	3
35629	Rosa De James	rosa-de-james	CN	GC	35030	28.266	-14.0596	3
35629	Rosa Grande	rosa-grande	CN	GC	35030	28.266	-14.0596	3
35629	Tamaretilla	tamaretilla	CN	GC	35030	28.266	-14.0596	3
35630	Antigua, La (Capital Municipal)	antigua-la-capital-municipal	CN	GC	35003	28.4037	-14.0125	1
35637	Vega De Rio Palmas	vega-de-rio-palmas	CN	GC	35017	28.3913	-14.0853	4
35637	La Ampuyenta	la-ampuyenta	CN	GC	35017	28.4608	-13.9929	4
35637	Betancuria	betancuria	CN	GC	35017	28.4233	-14.0556	4
35637	Llanos De La Concepcion	llanos-de-la-concepcion	CN	GC	35017	28.4756	-14.0324	4
35637	Valle De Santa Ines	valle-de-santa-ines	CN	GC	35017	28.4597	-14.0398	4
35638	Corte, La (Antigua)	corte-la-antigua	CN	GC	35003	28.3777	-14.0178	3
35638	Tiscamanita	tiscamanita	CN	GC	35003	28.3523	-14.0402	4
35638	Valles De Ortega	valles-de-ortega	CN	GC	35003	28.3886	-14.0118	4
35638	Agua De Bueyes	agua-de-bueyes	CN	GC	35003	28.3706	-14.0286	4
35638	Casillas De Morales	casillas-de-morales	CN	GC	35003	28.3769	-14.0083	4
35638	Las Pocetas	las-pocetas	CN	GC	35003	28.4	-14	4
35639	Majada Blanca	majada-blanca	CN	GC	35003	28.3725	-13.9278	3
35639	Pozo Negro	pozo-negro	CN	GC	35003	28.3167	-13.8833	4
35639	Triquivijate	triquivijate	CN	GC	35003	28.4283	-13.9722	4
35639	Alares	alares	CN	GC	35003	28.3725	-13.9278	3
35639	Rosa Del Taro	rosa-del-taro	CN	GC	35003	28.3725	-13.9278	3
35639	Casas Del Hospinal	casas-del-hospinal	CN	GC	35003	28.3725	-13.9278	3
35640	Villaverde	villaverde	CN	GC	35009	28.6326	-13.9041	4
35640	La Oliva	la-oliva	CN	GC	35009	28.6326	-13.9041	3
35649	Tindaya	tindaya	CN	GC	35014	28.5839	-13.9808	4
35649	Parque Holandes	parque-holandes	CN	GC	35014	28.6068	-13.8376	4
35649	Vallebron	vallebron	CN	GC	35014	28.5667	-13.9167	4
35649	Caldereta, La (La Oliva)	caldereta-la-la-oliva	CN	GC	35014	28.5858	-13.9117	3
35649	Taca	taca	CN	GC	35014	28.5858	-13.9117	3
35649	Esquinzo (La Oliva)	esquinzo-la-oliva	CN	GC	35014	28.5858	-13.9117	3
35650	El Cotillo	el-cotillo	CN	GC	35014	28.6827	-14.0099	4
35650	Lagos, Los (Urbanizacion)	lagos-los-urbanizacion	CN	GC	35014	28.6833	-14.01	3
35650	Roque, El (Cotillo)	roque-el-cotillo	CN	GC	35014	28.6839	-14.01	4
35650	Majanicho	majanicho	CN	GC	35014	28.6833	-14.01	3
35650	Lajares (La Oliva)	lajares-la-oliva	CN	GC	35014	28.6833	-14.01	3
35660	Tres Islas	tres-islas	CN	GC	35030	28.7308	-13.8675	3
35660	Corralejo	corralejo	CN	GC	35030	28.7308	-13.8675	4
35660	Lobos, Isla De	lobos-isla-de	CN	GC	35030	28.7308	-13.8675	3
35660	Geafond	geafond	CN	GC	35030	28.7308	-13.8675	3
35660	Corralejo Playa	corralejo-playa	CN	GC	35030	28.7308	-13.8675	3
38001	Santa Cruz De Tenerife	santa-cruz-de-tenerife	CN	TF	38038	28.4682	-16.2546	4
38002	Santa Cruz De Tenerife	santa-cruz-de-tenerife	CN	TF	38038	28.4682	-16.2546	4
38003	Santa Cruz De Tenerife	santa-cruz-de-tenerife	CN	TF	38038	28.4682	-16.2546	4
38004	Santa Cruz De Tenerife	santa-cruz-de-tenerife	CN	TF	38038	28.4682	-16.2546	4
38005	Santa Cruz De Tenerife	santa-cruz-de-tenerife	CN	TF	38038	28.4682	-16.2546	4
38006	Santa Cruz De Tenerife	santa-cruz-de-tenerife	CN	TF	38038	28.4682	-16.2546	4
38007	Santa Cruz De Tenerife	santa-cruz-de-tenerife	CN	TF	38038	28.4682	-16.2546	4
38008	Santa Cruz De Tenerife	santa-cruz-de-tenerife	CN	TF	38038	28.4682	-16.2546	4
38009	Santa Cruz De Tenerife	santa-cruz-de-tenerife	CN	TF	38038	28.4682	-16.2546	4
38010	Santa Cruz De Tenerife	santa-cruz-de-tenerife	CN	TF	38038	28.4682	-16.2546	4
38070	Santa Cruz De Tenerife	santa-cruz-de-tenerife	CN	TF		28.4682	-16.2546	4
38071	Santa Cruz De Tenerife	santa-cruz-de-tenerife	CN	TF		28.4682	-16.2546	4
38080	Santa Cruz De Tenerife	santa-cruz-de-tenerife	CN	TF		28.4682	-16.2546	4
38107	Barranco Grande	barranco-grande	CN	TF	38038	28.4345	-16.3063	4
38107	El Rosarito	el-rosarito	CN	TF	38038	28.4367	-16.3004	3
38107	El Tablero	el-tablero	CN	TF	38038	28.4213	-16.3222	4
38107	El Pilar	el-pilar	CN	TF	38038	28.4228	-16.3184	4
38107	La Gallega	la-gallega	CN	TF	38038	28.4367	-16.3004	3
38107	Santa Cruz De Tenerife	santa-cruz-de-tenerife	CN	TF	38038	28.4682	-16.2546	4
38107	Llano Del Moro (Santa Cruz) (Ver Callejero De Santa Cruz De Tenerife)	llano-del-moro-santa-cruz-ver-callejero-de-santa-cruz-de-tenerife	CN	TF	38038	28.4367	-16.3004	3
38107	Las Veredillas	las-veredillas	CN	TF	38038	28.4367	-16.3004	3
38107	Tincer	tincer	CN	TF	38038	28.4367	-16.3004	3
38107	El Sobradillo	el-sobradillo	CN	TF	38038	28.4367	-16.3004	3
38108	Las Chumberas	las-chumberas	CN	TF	38038	28.4652	-16.3085	4
38108	Los Andenes	los-andenes	CN	TF	38038	28.4656	-16.3081	3
38108	San Cristobal De La Laguna	san-cristobal-de-la-laguna	CN	TF	38038	28.4853	-16.3201	4
38108	Taco	taco	CN	TF	38038	28.4464	-16.2957	4
38108	San Matias	san-matias	CN	TF	38038	28.4656	-16.3081	3
38109	Bocacangrejo (El Rosario)	bocacangrejo-el-rosario	CN	TF	38032	28.4491	-16.3037	1
38109	El Chorrillo	el-chorrillo	CN	TF	38032	28.4491	-16.3037	1
38109	Campana, La (Poligono Industrial)	campana-la-poligono-industrial	CN	TF	38032	28.4491	-16.3037	1
38109	San Isidro (El Rosario)	san-isidro-el-rosario	CN	TF	38032	28.4491	-16.3037	1
38109	Radazul	radazul	CN	TF	38032	28.4491	-16.3037	1
38110	Santa Cruz De Tenerife	santa-cruz-de-tenerife	CN	TF	38038	28.4682	-16.2546	4
38110	Mayorazgo, El (Poligono Industrial)	mayorazgo-el-poligono-industrial	CN	TF	38038	28.4682	-16.2546	3
38111	Santa Maria Del Mar	santa-maria-del-mar	CN	TF	38038	28.4253	-16.3036	4
38111	Alisios	alisios	CN	TF	38038	28.4468	-16.2791	3
38111	Santa Cruz De Tenerife	santa-cruz-de-tenerife	CN	TF	38038	28.4682	-16.2546	4
38111	Añaza	anaza	CN	TF	38038	28.4468	-16.2791	3
38111	Acoran	acoran	CN	TF	38038	28.4468	-16.2791	3
38120	San Andres (Santa Cruz De Tenerife)	san-andres-santa-cruz-de-tenerife	CN	TF	38038	28.4682	-16.2546	4
38129	Almaciga	almaciga	CN	TF	38038	28.5701	-16.198	4
38129	El Suculum	el-suculum	CN	TF	38038	28.5694	-16.1727	3
38129	El Draguillo	el-draguillo	CN	TF	38038	28.5767	-16.1762	4
38129	El Bailadero	el-bailadero	CN	TF	38038	28.5694	-16.1727	3
38129	Lomo De Las Bodegas	lomo-de-las-bodegas	CN	TF	38038	28.562	-16.1557	4
38129	Roque Bermejo	roque-bermejo	CN	TF	38038	28.5694	-16.1727	3
38129	Chamorga	chamorga	CN	TF	38038	28.5688	-16.1609	4
38129	La Cumbrilla	la-cumbrilla	CN	TF	38038	28.5694	-16.1727	3
38129	Benijo	benijo	CN	TF	38038	28.5694	-16.1727	3
38130	Taganana	taganana	CN	TF	38038	28.5667	-16.2167	4
38139	Afur	afur	CN	TF	38038	28.5533	-16.2509	4
38139	Valle De Los Catalanes	valle-de-los-catalanes	CN	TF	38038	28.5433	-16.2338	3
38139	Roque Negro	roque-negro	CN	TF	38038	28.5333	-16.2167	4
38139	Casas De La Cumbre	casas-de-la-cumbre	CN	TF	38038	28.5433	-16.2338	3
38140	Igueste De San Andres	igueste-de-san-andres	CN	TF	38038	28.4882	-16.2553	1
38150	Las Cuevas	las-cuevas	CN	TF	38038	28.4833	-16.2667	4
38150	Valleseco	valleseco	CN	TF	38038	28.3994	-16.3186	3
38150	Cardonera	cardonera	CN	TF	38038	28.3154	-16.3705	4
38160	Santa Cruz De Tenerife	santa-cruz-de-tenerife	CN	TF	38038	28.4882	-16.2553	1
38160	Valle Tahodio	valle-tahodio	CN	TF	38038	28.4882	-16.2553	1
38170	Los Campitos	los-campitos	CN	TF	38038	28.483	-16.2637	4
38170	Santa Cruz De Tenerife	santa-cruz-de-tenerife	CN	TF	38038	28.4682	-16.2546	4
38180	Valle Brosque	valle-brosque	CN	TF	38038	28.5176	-16.2273	4
38180	Cueva Bermeja	cueva-bermeja	CN	TF	38038	28.4959	-16.2163	4
38180	Darsena Pesquera	darsena-pesquera	CN	TF	38038	28.5099	-16.2282	3
38180	Valle Crispin	valle-crispin	CN	TF	38038	28.5157	-16.2376	4
38180	Maria Jimenez	maria-jimenez	CN	TF	38038	28.5104	-16.2317	4
38190	Machado	machado	CN	TF	38032	28.4882	-16.2553	1
38190	Tabaiba (Urbanizacion)	tabaiba-urbanizacion	CN	TF	38032	28.4882	-16.2553	1
38200	San Cristobal De La Laguna	san-cristobal-de-la-laguna	CN	TF		28.4853	-16.3201	4
38201	San Cristobal De La Laguna	san-cristobal-de-la-laguna	CN	TF	38023	28.4853	-16.3201	4
38202	San Cristobal De La Laguna	san-cristobal-de-la-laguna	CN	TF	38023	28.4853	-16.3201	4
38203	San Cristobal De La Laguna	san-cristobal-de-la-laguna	CN	TF	38023	28.4853	-16.3201	4
38204	San Cristobal De La Laguna	san-cristobal-de-la-laguna	CN	TF	38023	28.4853	-16.3201	4
38205	San Cristobal De La Laguna	san-cristobal-de-la-laguna	CN	TF	38023	28.4853	-16.3201	4
38206	San Cristobal De La Laguna	san-cristobal-de-la-laguna	CN	TF	38023	28.4853	-16.3201	4
38207	San Cristobal De La Laguna	san-cristobal-de-la-laguna	CN	TF	38023	28.4853	-16.3201	4
38208	San Cristobal De La Laguna	san-cristobal-de-la-laguna	CN	TF	38023	28.4853	-16.3201	4
38240	Punta Del Hidalgo	punta-del-hidalgo	CN	TF	38023	28.562	-16.3325	4
38250	Bajamar	bajamar	CN	TF	38023	28.5542	-16.3459	4
38260	Tejina	tejina	CN	TF	38023	28.5348	-16.3587	4
38270	Valle Guerra	valle-guerra	CN	TF	38023	28.5167	-16.3833	4
38280	Tegueste	tegueste	CN	TF	38046	28.5167	-16.3167	4
38290	Peñafiel	penafiel	CN	TF	38032	28.4466	-16.3699	3
38290	Lomo Pelado	lomo-pelado	CN	TF	38032	28.4383	-16.3712	4
38290	Llano Del Moro (El Rosario)	llano-del-moro-el-rosario	CN	TF	38032	28.4466	-16.3699	3
38290	Rosas, Las (Esperanza, La)	rosas-las-esperanza-la	CN	TF	38032	28.4507	-16.3692	4
38290	Las Barreras	las-barreras	CN	TF	38032	28.4466	-16.3699	3
38290	La Esperanza	la-esperanza	CN	TF	38032	28.4507	-16.3692	4
38290	Preventorio	preventorio	CN	TF	38032	28.4466	-16.3699	3
38291	Mina	mina	CN	TF	38023	28.4761	-16.3239	3
38291	San Cristobal De La Laguna	san-cristobal-de-la-laguna	CN	TF	38023	28.4853	-16.3201	4
38291	Los Baldios	los-baldios	CN	TF	38023	28.4669	-16.3277	4
38292	Portezuelo	portezuelo	CN	TF	38046	28.4984	-16.3589	4
38292	Padilla Baja	padilla-baja	CN	TF	38046	28.5114	-16.3331	3
38292	Pedro Alvarez	pedro-alvarez	CN	TF	38046	28.519	-16.3238	4
38292	El Infierno	el-infierno	CN	TF	38046	28.5114	-16.3331	3
38292	Socorro, El (Tegueste)	socorro-el-tegueste	CN	TF	38046	28.5167	-16.3167	4
38293	Camino De Jardina	camino-de-jardina	CN	TF	38046	28.4853	-16.3201	3
38293	San Cristobal De La Laguna	san-cristobal-de-la-laguna	CN	TF	38046	28.4853	-16.3201	4
38293	Mercedes, Las, De (Carretera)	mercedes-las-de-carretera	CN	TF	38046	28.4853	-16.3201	3
38294	Batan De Abajo	batan-de-abajo	CN	TF	38038	28.5447	-16.298	4
38294	Bejia	bejia	CN	TF	38038	28.5316	-16.2794	3
38294	Cruz Del Carmen	cruz-del-carmen	CN	TF	38038	28.4445	-16.2754	4
38294	Rio	rio	CN	TF	38038	28.5316	-16.2794	3
38294	Taborno	taborno	CN	TF	38038	28.55	-16.25	4
38294	Chinamada	chinamada	CN	TF	38038	28.5607	-16.2913	4
38294	Batan De Arriba	batan-de-arriba	CN	TF	38038	28.5379	-16.2837	4
38294	Las Carboneras	las-carboneras	CN	TF	38038	28.5519	-16.2782	4
38296	San Miguel De Geneto	san-miguel-de-geneto	CN	TF	38023	28.4586	-16.3252	4
38296	San Cristobal De La Laguna	san-cristobal-de-la-laguna	CN	TF	38023	28.4853	-16.3201	4
38297	Ortigal	ortigal	CN	TF	38046	28.4968	-16.3176	1
38297	Aeropuerto De Los Rodeos, Residencial (Zona)	aeropuerto-de-los-rodeos-residencial-zona	CN	TF	38046	28.4968	-16.3176	1
38297	Aeropuerto De Los Rodeos (Santa Cruz De Tenerife)	aeropuerto-de-los-rodeos-santa-cruz-de-tenerife	CN	TF	38046	28.4968	-16.3176	1
38297	Hoya Del Camello	hoya-del-camello	CN	TF	38046	28.4968	-16.3176	1
38297	Garimba	garimba	CN	TF	38046	28.4968	-16.3176	1
38300	La Orotava	la-orotava	CN	TF	38026	28.3908	-16.5231	4
38300	Parque Nacional Teide	parque-nacional-teide	CN	TF	38026	28.3908	-16.5231	3
38300	Las Cañadas Del Teide	las-canadas-del-teide	CN	TF	38026	28.3908	-16.5231	3
38310	El Sauce	el-sauce	CN	TF	38026	28.3667	-16.4833	4
38310	Aguamansa	aguamansa	CN	TF	38026	28.3587	-16.4963	4
38310	Tres Pinos (Aguamansa)	tres-pinos-aguamansa	CN	TF	38026	28.3587	-16.4963	4
38310	Posada De Montenegro	posada-de-montenegro	CN	TF	38026	28.3613	-16.492	3
38310	El Bebedero	el-bebedero	CN	TF	38026	28.3613	-16.492	3
38310	El Montijo	el-montijo	CN	TF	38026	28.3613	-16.492	3
38310	Chasna	chasna	CN	TF	38026	28.3613	-16.492	3
38310	La Sierra	la-sierra	CN	TF	38026	28.3613	-16.492	3
38310	Hacienda Perdida	hacienda-perdida	CN	TF	38026	28.3613	-16.492	3
38310	Pinoleris	pinoleris	CN	TF	38026	28.3613	-16.492	3
38311	La Florida	la-florida	CN	TF	38026	28.3897	-16.5064	4
38311	Dehesa Alta	dehesa-alta	CN	TF	38026	28.3897	-16.5064	3
38311	La Hondura	la-hondura	CN	TF	38026	28.3897	-16.5064	3
38311	Los Gomez	los-gomez	CN	TF	38026	28.3897	-16.5064	3
38311	Los Frontones	los-frontones	CN	TF	38026	28.3897	-16.5064	3
38311	Humboldt (Urbanizacion)	humboldt-urbanizacion	CN	TF	38026	28.3897	-16.5064	3
38311	Florida Alta	florida-alta	CN	TF	38026	28.3897	-16.5064	3
38311	Pino Alto	pino-alto	CN	TF	38026	28.3897	-16.5064	3
38312	La Luz	la-luz	CN	TF	38026	28.3667	-16.5333	4
38312	San Jeronimo (La Orotava)	san-jeronimo-la-orotava	CN	TF	38026	28.3667	-16.5333	3
38312	Las Candias	las-candias	CN	TF	38026	28.3667	-16.5333	3
38312	Cruz De Los Martillos	cruz-de-los-martillos	CN	TF	38026	28.3667	-16.5333	3
38312	Arenas, Las (La Orotava)	arenas-las-la-orotava	CN	TF	38026	28.3667	-16.5333	3
38313	Benijos	benijos	CN	TF	38026	28.3795	-16.5168	1
38314	El Durazno	el-durazno	CN	TF	38026	28.4044	-16.5326	4
38314	Los Rechazos	los-rechazos	CN	TF	38026	28.3942	-16.5255	3
38314	Rincon, El (La Orotava)	rincon-el-la-orotava	CN	TF	38026	28.3908	-16.5231	4
38314	La Ratona	la-ratona	CN	TF	38026	28.3942	-16.5255	3
38314	San Bartolome (La Orotava)	san-bartolome-la-orotava	CN	TF	38026	28.3908	-16.5231	4
38314	Cuevas, Las (La Orotava) (Urbanizacion)	cuevas-las-la-orotava-urbanizacion	CN	TF	38026	28.3908	-16.5231	4
38315	La Perdoma	la-perdoma	CN	TF	38026	28.378	-16.55	4
38315	La Aza	la-aza	CN	TF	38026	28.378	-16.55	3
38320	La Cuesta	la-cuesta	CN	TF	38038	28.4853	-16.3201	3
38320	Santa Cruz De Tenerife	santa-cruz-de-tenerife	CN	TF	38038	28.4853	-16.3201	4
38320	San Cristobal De La Laguna	san-cristobal-de-la-laguna	CN	TF	38038	28.4853	-16.3201	4
38329	Valle Jimenez	valle-jimenez	CN	TF	38023	28.4853	-16.3201	3
38329	San Cristobal De La Laguna	san-cristobal-de-la-laguna	CN	TF	38023	28.4853	-16.3201	4
38329	Valle Tabares	valle-tabares	CN	TF	38023	28.4853	-16.3201	3
38329	Lomo De Las Casillas	lomo-de-las-casillas	CN	TF	38023	28.4853	-16.3201	3
38330	Guamasa	guamasa	CN	TF	38023	28.4833	-16.35	4
38330	El Pulpito	el-pulpito	CN	TF	38023	28.4833	-16.35	3
38340	La Caridad	la-caridad	CN	TF	38043	28.491	-16.3864	4
38340	Los Naranjeros	los-naranjeros	CN	TF	38043	28.491	-16.3864	3
38340	Campo De Golf (Tacoronte)	campo-de-golf-tacoronte	CN	TF	38043	28.491	-16.3864	3
38340	Luz, La (Tacoronte)	luz-la-tacoronte	CN	TF	38043	28.491	-16.3864	3
38350	Tacoronte	tacoronte	CN	TF	38043	28.4769	-16.4102	4
38350	El Torreon	el-torreon	CN	TF	38043	28.4769	-16.4102	3
38350	Cantiillo, El (Tacoronte)	cantiillo-el-tacoronte	CN	TF	38043	28.4769	-16.4102	4
38355	Barranco De Las Lajas	barranco-de-las-lajas	CN	TF	38043	28.4639	-16.4076	3
38355	Agua Garcia	agua-garcia	CN	TF	38043	28.4639	-16.4076	4
38356	San Juan Perales	san-juan-perales	CN	TF	38043	28.4769	-16.4102	3
38356	San Jeronimo (Tacoronte)	san-jeronimo-tacoronte	CN	TF	38043	28.4769	-16.4102	4
38357	El Adelantado	el-adelantado	CN	TF	38043	28.4786	-16.4111	1
38357	Las Casas Altas	las-casas-altas	CN	TF	38043	28.4786	-16.4111	1
38357	Lomo Colorado	lomo-colorado	CN	TF	38043	28.4786	-16.4111	1
38358	Puerto La Madera	puerto-la-madera	CN	TF	38043	28.4985	-16.4174	4
38358	El Pris	el-pris	CN	TF	38043	28.4985	-16.4174	3
38358	Tagoro	tagoro	CN	TF	38043	28.4985	-16.4174	3
38358	Santa Catalina Las Toscas	santa-catalina-las-toscas	CN	TF	38043	28.4985	-16.4174	3
38358	Guayonje	guayonje	CN	TF	38043	28.4985	-16.4174	3
38358	Juan Fernandez	juan-fernandez	CN	TF	38043	28.4985	-16.4174	3
38358	Mesa Del Mar (Urbanizacion)	mesa-del-mar-urbanizacion	CN	TF	38043	28.4985	-16.4174	3
38359	Valle Forestal (Urbanizacion)	valle-forestal-urbanizacion	CN	TF	38041	28.4786	-16.4111	1
38359	Ravelo	ravelo	CN	TF	38041	28.4786	-16.4111	1
38360	El Sauzal	el-sauzal	CN	TF	38041	28.4667	-16.4167	4
38360	Angeles, Los (Urbanizacion)	angeles-los-urbanizacion	CN	TF	38041	28.5083	-16.375	3
38360	El Puertito	el-puertito	CN	TF	38041	28.55	-16.3333	4
38370	La Matanza De Acentejo	la-matanza-de-acentejo	CN	TF	38025	28.4524	-16.4472	4
38379	Chamiana	chamiana	CN	TF	38025	28.4524	-16.4472	1
38379	San Antonio	san-antonio	CN	TF	38025	28.4524	-16.4472	1
38379	Jagre	jagre	CN	TF	38025	28.4524	-16.4472	1
38379	Puntillo Del Sol	puntillo-del-sol	CN	TF	38025	28.4524	-16.4472	1
38379	Toscas De Guia	toscas-de-guia	CN	TF	38025	28.4524	-16.4472	1
38380	La Victoria De Acentejo	la-victoria-de-acentejo	CN	TF	38051	28.4323	-16.4623	4
38389	Los Altos-Arroyos	los-altos-arroyos	CN	TF	38051	28.4323	-16.4623	3
38389	Resbala, La (La Victoria)	resbala-la-la-victoria	CN	TF	38051	28.4323	-16.4623	4
38389	La Vera-Carril	la-vera-carril	CN	TF	38051	28.4323	-16.4623	3
38390	Santa Ursula	santa-ursula	CN	TF	38039	28.4261	-16.4888	4
38390	Lomo Roman	lomo-roman	CN	TF	38039	28.4261	-16.4888	3
38390	Vera, La (Santa Ursula)	vera-la-santa-ursula	CN	TF	38039	28.4261	-16.4888	4
38390	Cuesta De La Villa	cuesta-de-la-villa	CN	TF	38039	28.4261	-16.4888	3
38390	Quinta	quinta	CN	TF	38039	28.4261	-16.4888	3
38398	Farrobillo	farrobillo	CN	TF	38039	28.4234	-16.4899	1
38398	Tosca De Anamaria	tosca-de-anamaria	CN	TF	38039	28.4234	-16.4899	1
38398	Tosca De Barrio	tosca-de-barrio	CN	TF	38039	28.4234	-16.4899	1
38399	La Corujera	la-corujera	CN	TF	38039	28.4153	-16.4931	4
38399	Cantillo	cantillo	CN	TF	38039	28.4207	-16.491	3
38399	Tamaide (Santa Ursula)	tamaide-santa-ursula	CN	TF	38039	28.4261	-16.4888	4
38400	Puerto De La Cruz	puerto-de-la-cruz	CN	TF	38028	28.414	-16.5487	4
38410	Los Realejos	los-realejos	CN	TF	38031	28.3674	-16.5833	4
38410	Realejo Alto	realejo-alto	CN	TF	38031	28.3765	-16.5858	4
38411	Mocan, El (Los Realejos)	mocan-el-los-realejos	CN	TF		28.3674	-16.5833	4
38411	Horno, El (Los Realejos)	horno-el-los-realejos	CN	TF		28.3674	-16.5833	4
38412	Realejo Bajo	realejo-bajo	CN	TF	38031	28.3835	-16.5849	4
38413	Ferruja, La (Realejos, Los)	ferruja-la-realejos-los	CN	TF	38031	28.3674	-16.5833	4
38413	Cruz Santa	cruz-santa	CN	TF	38031	28.3667	-16.5333	4
38414	Icod El Alto	icod-el-alto	CN	TF	38031	28.3667	-16.6	4
38415	Palo Blanco (Los Realejos)	palo-blanco-los-realejos	CN	TF	38031	28.3674	-16.5833	4
38415	Llanadas	llanadas	CN	TF	38031	28.3525	-16.5838	4
38416	Tigaiga	tigaiga	CN	TF	38031	28.3667	-16.5667	4
38417	Toscal, El (Los Realejos)	toscal-el-los-realejos	CN	TF	38031	28.3674	-16.5833	4
38418	Longuera	longuera	CN	TF	38031	28.366	-16.5919	1
38419	La Montañeta	la-montaneta	CN	TF	38031	28.339	-16.7567	4
38419	Jardin, El (Los Realejos)	jardin-el-los-realejos	CN	TF	38031	28.3674	-16.5833	4
38419	La Carrera	la-carrera	CN	TF	38031	28.3579	-16.6411	3
38419	San Benito (Los Realejos)	san-benito-los-realejos	CN	TF	38031	28.3674	-16.5833	4
38419	Grimona, La (Urbanizacion)	grimona-la-urbanizacion	CN	TF	38031	28.3579	-16.6411	3
38419	Zamora Alta	zamora-alta	CN	TF	38031	28.3579	-16.6411	3
38420	San Juan De La Rambla	san-juan-de-la-rambla	CN	TF	38034	28.3928	-16.6501	4
38428	Rosas	rosas	CN	TF	38034	28.4311	-16.3747	4
38428	San Jose	san-jose	CN	TF	38034	28.4311	-16.3747	3
38428	Los Quevedos	los-quevedos	CN	TF	38034	28.4311	-16.3747	3
38429	Las Aguas	las-aguas	CN	TF	38034	28.3948	-16.6424	4
38430	San Felipe	san-felipe	CN	TF	38022	28.371	-16.7215	4
38430	Icod	icod	CN	TF	38022	28.3724	-16.7119	4
38430	San Marcos, De (Playa)	san-marcos-de-playa	CN	TF	38022	28.3717	-16.7167	3
38434	Peniche	peniche	CN	TF	38022	28.319	-16.8344	1
38434	Belmonte Bajo	belmonte-bajo	CN	TF	38022	28.319	-16.8344	1
38434	Llanito Perera	llanito-perera	CN	TF	38022	28.319	-16.8344	1
38434	Buen Paso	buen-paso	CN	TF	38022	28.319	-16.8344	1
38434	La Mancha	la-mancha	CN	TF	38022	28.319	-16.8344	1
38434	Las Cañas	las-canas	CN	TF	38022	28.319	-16.8344	1
38434	Florida, La (Icod)	florida-la-icod	CN	TF	38022	28.319	-16.8344	1
38434	Santa Barbara	santa-barbara	CN	TF	38022	28.319	-16.8344	1
38435	Ruigomez	ruigomez	CN	TF	38042	28.3333	-16.7833	4
38435	Erjos	erjos	CN	TF	38042	28.3167	-16.7833	4
38435	El Tanque	el-tanque	CN	TF	38042	28.3346	-16.7899	3
38435	La Tierra Del Trigo	la-tierra-del-trigo	CN	TF	38042	28.3538	-16.8029	4
38435	San Jose De Los Llanos	san-jose-de-los-llanos	CN	TF	38042	28.3346	-16.7899	3
38438	Cueva Del Viento	cueva-del-viento	CN	TF	38022	28.3539	-16.7144	3
38438	El Amparo	el-amparo	CN	TF	38022	28.3539	-16.7144	4
38438	Pedregal	pedregal	CN	TF	38022	28.3539	-16.7144	3
38438	La Patita	la-patita	CN	TF	38022	28.3539	-16.7144	3
38439	La Vega	la-vega	CN	TF	38022	28.1315	-17.3237	4
38439	La Vega Alta	la-vega-alta	CN	TF	38022	28.1315	-17.3237	3
38439	Fuente La Vega	fuente-la-vega	CN	TF	38022	28.1315	-17.3237	3
38439	Mirabal	mirabal	CN	TF	38022	28.1315	-17.3237	3
38439	Cruz Del Camino	cruz-del-camino	CN	TF	38022	28.1315	-17.3237	3
38439	Las Abiertas	las-abiertas	CN	TF	38022	28.1315	-17.3237	3
38440	Lomo Blanco (Guancha, La)	lomo-blanco-guancha-la	CN	TF	38018	28.358	-16.6928	1
38440	La Guancha	la-guancha	CN	TF	38018	28.358	-16.6928	1
38441	Las Longueras	las-longueras	CN	TF	38018	28.358	-16.6928	1
38441	Santo Domingo	santo-domingo	CN	TF	38018	28.358	-16.6928	1
38441	Tierra De Costa	tierra-de-costa	CN	TF	38018	28.358	-16.6928	1
38441	Montañetas, Las (La Guancha)	montanetas-las-la-guancha	CN	TF	38018	28.358	-16.6928	1
38441	Crucitas, Las (La Guancha)	crucitas-las-la-guancha	CN	TF	38018	28.358	-16.6928	1
38441	Convento, El (La Guancha)	convento-el-la-guancha	CN	TF	38018	28.358	-16.6928	1
38441	Santa Catalina (La Guancha)	santa-catalina-la-guancha	CN	TF	38018	28.358	-16.6928	1
38449	El Pinalete	el-pinalete	CN	TF	38018	28.358	-16.6928	1
38449	Llano Mendez	llano-mendez	CN	TF	38018	28.358	-16.6928	1
38449	La Sorriba	la-sorriba	CN	TF	38018	28.358	-16.6928	1
38449	Hoya Pablos	hoya-pablos	CN	TF	38018	28.358	-16.6928	1
38450	Garachico	garachico	CN	TF	38015	28.3737	-16.7634	4
38458	Guincho, El (Garachico)	guincho-el-garachico	CN	TF	38015	28.3677	-16.7571	1
38459	San Juan Del Reparo	san-juan-del-reparo	CN	TF	38015	28.358	-16.7578	4
38459	Genoves	genoves	CN	TF	38015	28.3655	-16.7437	4
38459	Montañeta, La (Garachico)	montaneta-la-garachico	CN	TF	38015	28.3737	-16.7634	4
38460	Cruces, Las (Garachico)	cruces-las-garachico	CN	TF	38042	28.3667	-16.75	3
38460	San Pedro De Daute	san-pedro-de-daute	CN	TF	38042	28.3667	-16.75	4
38460	Casa Amarilla	casa-amarilla	CN	TF	38042	28.3667	-16.75	3
38460	Caleta De Silos	caleta-de-silos	CN	TF	38042	28.3667	-16.75	3
38460	La Caleta De Interian	la-caleta-de-interian	CN	TF	38042	28.3667	-16.75	3
38470	Los Silos	los-silos	CN	TF	38042	28.3661	-16.8155	4
38470	El Casco	el-casco	CN	TF	38042	28.3661	-16.8155	3
38479	Puertito De Los Silos	puertito-de-los-silos	CN	TF	38010	28.3661	-16.8155	1
38479	Barrio De San Jose Bajo	barrio-de-san-jose-bajo	CN	TF	38010	28.3661	-16.8155	1
38479	Sibora	sibora	CN	TF	38010	28.3661	-16.8155	1
38479	San Bernardo	san-bernardo	CN	TF	38010	28.3661	-16.8155	1
38480	Buenavista Del Norte	buenavista-del-norte	CN	TF	38010	28.3746	-16.861	4
38489	Los Carrizales	los-carrizales	CN	TF	38010	28.3182	-16.8574	4
38489	Teno	teno	CN	TF	38010	28.3333	-16.85	4
38489	Lagunetas (Buenavista)	lagunetas-buenavista	CN	TF	38010	28.3185	-16.8499	3
38489	Masca	masca	CN	TF	38010	28.304	-16.8424	4
38489	Las Portelas	las-portelas	CN	TF	38010	28.3185	-16.8499	3
38489	El Palmar	el-palmar	CN	TF	38010	28.3185	-16.8499	3
38500	Guimar	guimar	CN	TF	38020	28.3039	-16.4325	4
38508	El Puertito De Guimar	el-puertito-de-guimar	CN	TF	38020	28.3186	-16.3996	1
38508	Socorro, El (Guimar)	socorro-el-guimar	CN	TF	38020	28.3186	-16.3996	1
38509	La Viuda	la-viuda	CN	TF	38011	28.3333	-16.3667	4
38509	Aroba	aroba	CN	TF	38011	28.3333	-16.3667	3
38509	Candelaria, Industrial (Paseo)	candelaria-industrial-paseo	CN	TF	38011	28.3333	-16.3667	3
38509	Brillasol	brillasol	CN	TF	38011	28.3333	-16.3667	3
38510	Barranco Hondo	barranco-hondo	CN	TF	38032	28.4034	-16.3499	4
38520	Igueste De Candelaria	igueste-de-candelaria	CN	TF	38011	28.5238	-16.1575	4
38530	Candelaria	candelaria	CN	TF	38011	28.3548	-16.3727	4
38530	Las Caletillas	las-caletillas	CN	TF	38011	28.3748	-16.362	4
38540	Araya	araya	CN	TF	38011	28.3604	-16.3955	4
38540	Malpais (Araya)	malpais-araya	CN	TF	38011	28.3604	-16.3955	4
38540	Las Cuevecitas	las-cuevecitas	CN	TF	38011	28.3591	-16.3971	4
38550	La Hidalga	la-hidalga	CN	TF	38004	28.3316	-16.3952	4
38550	El Carreton	el-carreton	CN	TF	38004	28.3285	-16.3831	4
38550	Arafo	arafo	CN	TF	38004	28.3397	-16.4224	4
38560	Pajara (Guimar)	pajara-guimar	CN	TF	38020	28.2802	-16.4085	3
38560	La Medida	la-medida	CN	TF	38020	28.2802	-16.4085	4
38560	Punta Prieta	punta-prieta	CN	TF	38020	28.2802	-16.4085	3
38570	Roque, Los (Fasnia)	roque-los-fasnia	CN	TF	38012	28.2364	-16.4389	4
38570	Fasnia	fasnia	CN	TF	38012	28.2364	-16.4389	4
38570	Eras, Las (Fasnia)	eras-las-fasnia	CN	TF	38012	28.2364	-16.4389	4
38579	La Zarza	la-zarza	CN	TF	38012	28.2364	-16.4389	1
38579	Sombrera, La (Fasnia)	sombrera-la-fasnia	CN	TF	38012	28.2364	-16.4389	1
38579	Sabina Alta (Fasnia)	sabina-alta-fasnia	CN	TF	38012	28.2364	-16.4389	1
38580	Villa De Arico	villa-de-arico	CN	TF	38005	28.1655	-16.4765	1
38588	Casablanca (Poris)	casablanca-poris	CN	TF	38005	28.1505	-16.4321	4
38588	La Jaca	la-jaca	CN	TF	38005	28.1505	-16.4321	3
38588	Poris De Abona	poris-de-abona	CN	TF	38005	28.1505	-16.4321	4
38588	Punta De Abona	punta-de-abona	CN	TF	38005	28.1505	-16.4321	3
38588	San Miguel De Tajao	san-miguel-de-tajao	CN	TF	38005	28.1505	-16.4321	3
38588	Faro De Abona	faro-de-abona	CN	TF	38005	28.1505	-16.4321	3
38589	La Cisnera	la-cisnera	CN	TF	38005	28.162	-16.5121	4
38589	Arico El Nuevo	arico-el-nuevo	CN	TF	38005	28.177	-16.483	4
38589	Teguedite	teguedite	CN	TF	38005	28.1716	-16.4943	3
38589	La Sabinita	la-sabinita	CN	TF	38005	28.1796	-16.4978	4
38589	Arico El Viejo	arico-el-viejo	CN	TF	38005	28.1716	-16.4943	3
38589	Los Gavilanes	los-gavilanes	CN	TF	38005	28.1725	-16.4952	4
38589	Degollada, La (Arico)	degollada-la-arico	CN	TF	38005	28.1667	-16.4833	4
38590	Lomo De Mena	lomo-de-mena	CN	TF	38020	28.2705	-16.4202	4
38591	El Escobonal	el-escobonal	CN	TF	38020	28.2606	-16.4297	4
38591	Aguerche	aguerche	CN	TF	38020	28.2606	-16.4297	3
38591	El Tablado	el-tablado	CN	TF	38020	28.2606	-16.4297	3
38591	Chimaje	chimaje	CN	TF	38020	28.2606	-16.4297	3
38592	Icor	icor	CN	TF	38005	28.2033	-16.4572	4
38592	Eras, Las (Arico)	eras-las-arico	CN	TF	38005	28.177	-16.483	4
38593	El Rio De Arico	el-rio-de-arico	CN	TF	38005	28.1414	-16.5238	4
38594	Rosas, Las (Granadilla)	rosas-las-granadilla	CN	TF	38017	28.1294	-16.5294	3
38594	Chimiche	chimiche	CN	TF	38017	28.1294	-16.5294	4
38594	Vegas, Las (Granadilla)	vegas-las-granadilla	CN	TF	38017	28.1294	-16.5294	3
38595	Charco Del Pino	charco-del-pino	CN	TF	38017	28.1083	-16.5936	4
38600	Granadilla	granadilla	CN	TF	38017	28.1188	-16.576	4
38610	Aeropuerto Reina Sofia (Santa Cruz De Tenerife)	aeropuerto-reina-sofia-santa-cruz-de-tenerife	CN	TF		28.4682	-16.2546	4
38611	Castro	castro	CN	TF	38017	28.0823	-16.559	4
38611	San Isidro De Abona	san-isidro-de-abona	CN	TF	38017	28.0762	-16.558	4
38611	Atogo	atogo	CN	TF	38017	28.0598	-16.5882	4
38611	Montaña De Yaco	montana-de-yaco	CN	TF	38017	28.0727	-16.5684	3
38611	Casablanca (Granadilla)	casablanca-granadilla	CN	TF	38017	28.0727	-16.5684	3
38611	Chuchurumbache	chuchurumbache	CN	TF	38017	28.0727	-16.5684	3
38611	Vistas De Yaco	vistas-de-yaco	CN	TF	38017	28.0727	-16.5684	3
38612	El Medano	el-medano	CN	TF	38017	28.0462	-16.5363	4
38613	Vilaflor	vilaflor	CN	TF	38052	28.1562	-16.6359	4
38614	La Escalona	la-escalona	CN	TF	38052	28.1288	-16.562	1
38615	Trevejos	trevejos	CN	TF	38001	28.1393	-16.6615	4
38615	Ifonche	ifonche	CN	TF	38001	28.1333	-16.6833	4
38616	Los Blanquitos	los-blanquitos	CN	TF	38017	28.1254	-16.5733	3
38616	Vicacaro	vicacaro	CN	TF	38017	28.1254	-16.5733	4
38616	El Desierto	el-desierto	CN	TF	38017	28.1254	-16.5733	3
38616	Cruz De Las Animas	cruz-de-las-animas	CN	TF	38017	28.1254	-16.5733	3
38616	Chavez	chavez	CN	TF	38017	28.1254	-16.5733	3
38616	Higuera, La (Granadilla)	higuera-la-granadilla	CN	TF	38017	28.1254	-16.5733	3
38616	Cruz De Tea (Granadilla)	cruz-de-tea-granadilla	CN	TF	38017	28.1254	-16.5733	3
38616	Los Barrancos	los-barrancos	CN	TF	38017	28.1254	-16.5733	3
38617	El Draguito	el-draguito	CN	TF	38017	28.1125	-16.5659	4
38617	Las Palomas	las-palomas	CN	TF	38017	28.1167	-16.5333	4
38617	Yaco	yaco	CN	TF	38017	28.1146	-16.5496	3
38617	Vista Gorda	vista-gorda	CN	TF	38017	28.1146	-16.5496	3
38617	Llanos, Los (Granadilla)	llanos-los-granadilla	CN	TF	38017	28.1146	-16.5496	3
38617	El Salto	el-salto	CN	TF	38017	28.1146	-16.5496	3
38618	Los Abrigos	los-abrigos	CN	TF	38017	28.0291	-16.5941	4
38619	Granadilla (Poligono Industrial)	granadilla-poligono-industrial	CN	TF		28.1288	-16.562	1
38620	San Miguel De Abona	san-miguel-de-abona	CN	TF	38035	28.1181	-16.6025	1
38626	Los Toscales	los-toscales	CN	TF	38006	28.3333	-16.3667	4
38626	Valle De San Lorenzo	valle-de-san-lorenzo	CN	TF	38006	28.0879	-16.6586	4
38626	Cruz De Guanche	cruz-de-guanche	CN	TF	38006	28.2106	-16.5126	3
38627	Buzanada	buzanada	CN	TF	38006	28.0685	-16.6551	4
38627	Los Bebederos	los-bebederos	CN	TF	38006	28.0685	-16.6639	3
38627	Cabo Blanco	cabo-blanco	CN	TF	38006	28.0684	-16.6727	4
38627	La Camella	la-camella	CN	TF	38006	28.0685	-16.6639	3
38627	Barranco Oscuro	barranco-oscuro	CN	TF	38006	28.0685	-16.6639	3
38628	Las Zocas	las-zocas	CN	TF	38035	28.0667	-16.5833	4
38628	Aldea Blanca	aldea-blanca	CN	TF	38035	28.0667	-16.5833	3
38628	Asomada	asomada	CN	TF	38035	28.0667	-16.5833	3
38628	Tamaide (San Miguel)	tamaide-san-miguel	CN	TF	38035	28.0667	-16.5833	3
38629	El Roque	el-roque	CN	TF	38035	28.0924	-16.6345	4
38629	Asomada Alta	asomada-alta	CN	TF	38035	28.1008	-16.6407	3
38629	Jama	jama	CN	TF	38035	28.1092	-16.6468	4
38629	El Fronton	el-fronton	CN	TF	38035	28.1008	-16.6407	3
38630	Costa Del Silencio	costa-del-silencio	CN	TF	38006	28.0044	-16.6413	4
38630	Ten-Bel (Urbanizacion)	ten-bel-urbanizacion	CN	TF	38006	28.0044	-16.6413	3
38631	Las Galletas	las-galletas	CN	TF	38006	28	-16.65	4
38631	Rosas, Las (Las Galletas)	rosas-las-las-galletas	CN	TF	38006	28	-16.65	4
38632	Guaza	guaza	CN	TF	38006	28.0352	-16.6836	4
38632	Palm-Mar	palm-mar	CN	TF	38006	28.0351	-16.6607	3
38632	Guargacho	guargacho	CN	TF	38006	28.0349	-16.6378	4
38632	Reina, La (Parque)	reina-la-parque	CN	TF	38006	28.0351	-16.6607	3
38632	Cho	cho	CN	TF	38006	28.0351	-16.6607	3
38632	Fraile	fraile	CN	TF	38006	28.0351	-16.6607	3
38639	Golf Del Sur	golf-del-sur	CN	TF	38006	28.0263	-16.6062	4
38639	Guincho, El (San Miguel)	guincho-el-san-miguel	CN	TF	38006	28.0263	-16.6062	3
38639	Chafiras, Las (San Miguel De Abona)	chafiras-las-san-miguel-de-abona	CN	TF	38006	28.0263	-16.6062	3
38639	Amarilla Golf	amarilla-golf	CN	TF	38006	28.0263	-16.6062	3
38640	Arona	arona	CN	TF	38006	28.0996	-16.681	4
38649	Vento	vento	CN	TF	38006	28.0996	-16.681	3
38649	Casas, Las (Arona)	casas-las-arona	CN	TF	38006	28.0996	-16.681	4
38649	Tunez	tunez	CN	TF	38006	28.0996	-16.681	3
38649	Sabinita Alta	sabinita-alta	CN	TF	38006	28.0996	-16.681	3
38649	Montaña Fria	montana-fria	CN	TF	38006	28.0996	-16.681	3
38650	Playa De Los Cristianos	playa-de-los-cristianos	CN	TF	38006	28.1465	-16.6752	1
38652	Chayofa	chayofa	CN	TF	38006	28.1465	-16.6752	1
38660	Costa Adeje	costa-adeje	CN	TF	38001	28.1227	-16.726	4
38660	Costa Adeje-San Eugenio	costa-adeje-san-eugenio	CN	TF	38001	28.1227	-16.726	3
38660	Costa Adeje-Playas De Fañabe	costa-adeje-playas-de-fanabe	CN	TF	38001	28.1227	-16.726	3
38660	La Caldera	la-caldera	CN	TF	38001	28.1227	-16.726	3
38670	Las Nieves	las-nieves	CN	TF	38001	28.1316	-16.7453	1
38670	Las Torres	las-torres	CN	TF	38001	28.1316	-16.7453	1
38670	Adeje Casco	adeje-casco	CN	TF	38001	28.1316	-16.7453	1
38677	La Concepcion	la-concepcion	CN	TF	38001	28.1561	-16.7488	4
38677	Quinta, La (Adeje)	quinta-la-adeje	CN	TF	38001	28.1531	-16.7327	3
38677	Taucho	taucho	CN	TF	38001	28.15	-16.7167	4
38677	Tijoco Bajo	tijoco-bajo	CN	TF	38001	28.1531	-16.7327	3
38677	Los Menores	los-menores	CN	TF	38001	28.1531	-16.7327	3
38677	Moraditas, Las (Adeje)	moraditas-las-adeje	CN	TF	38001	28.1531	-16.7327	3
38677	Tijoco Alto	tijoco-alto	CN	TF	38001	28.1531	-16.7327	3
38678	Callao Salvaje	callao-salvaje	CN	TF	38001	28.13	-16.7826	4
38678	Marazul	marazul	CN	TF	38001	28.13	-16.7826	3
38678	Las Cancelas	las-cancelas	CN	TF	38001	28.13	-16.7826	3
38678	Armeñime	armenime	CN	TF	38001	28.13	-16.7826	3
38678	El Puertito De Adeje	el-puertito-de-adeje	CN	TF	38001	28.13	-16.7826	3
38679	Fañabe	fanabe	CN	TF	38001	28.0903	-16.7332	4
38680	Guia De Isora	guia-de-isora	CN	TF	38019	28.2115	-16.7795	4
38683	Acantilados De Los Gigantes	acantilados-de-los-gigantes	CN	TF	38040	28.2367	-16.8433	3
38683	Puerto De Santiago	puerto-de-santiago	CN	TF	38040	28.2367	-16.8433	4
38684	Tamaimo (Santiago Del Teide)	tamaimo-santiago-del-teide	CN	TF	38040	28.294	-16.8162	4
38685	Tejina De Isora	tejina-de-isora	CN	TF	38019	28.2237	-16.7943	1
38686	Alcala	alcala	CN	TF	38019	28.202	-16.8278	4
38686	El Varadero	el-varadero	CN	TF	38019	28.2262	-16.8379	4
38686	Cueva Del Polvo	cueva-del-polvo	CN	TF	38019	28.2141	-16.8328	3
38687	Piedra Hincada	piedra-hincada	CN	TF	38019	28.2237	-16.7943	1
38687	Fonsalia	fonsalia	CN	TF	38019	28.2237	-16.7943	1
38687	Abama	abama	CN	TF	38019	28.2237	-16.7943	1
38687	Playa San Juan	playa-san-juan	CN	TF	38019	28.2237	-16.7943	1
38687	Aguadulce	aguadulce	CN	TF	38019	28.2237	-16.7943	1
38687	Aponte	aponte	CN	TF	38019	28.2237	-16.7943	1
38688	Aripe	aripe	CN	TF	38019	28.2154	-16.7679	4
38688	Acojeja	acojeja	CN	TF	38019	28.195	-16.7662	4
38688	El Jaral	el-jaral	CN	TF	38019	28.2022	-16.7573	4
38688	Chiguergue	chiguergue	CN	TF	38019	28.2251	-16.7834	4
38688	Pozo, El (Guia De Isora)	pozo-el-guia-de-isora	CN	TF	38019	28.2111	-16.7671	3
38688	Chirche	chirche	CN	TF	38019	28.2178	-16.7608	4
38688	Lomo Del Balo (Guia I.)	lomo-del-balo-guia-i	CN	TF	38019	28.2111	-16.7671	3
38688	La Gambueza	la-gambueza	CN	TF	38019	28.2111	-16.7671	3
38688	Vera De Erques	vera-de-erques	CN	TF	38019	28.2111	-16.7671	3
38689	Chio	chio	CN	TF	38019	28.2353	-16.7971	4
38690	Retamar, El (Santiago Del Teide)	retamar-el-santiago-del-teide	CN	TF	38040	28.2825	-16.7994	3
38690	Arguayo	arguayo	CN	TF	38040	28.25	-16.7833	4
38690	Manchas, Las (Santiago Del Teide)	manchas-las-santiago-del-teide	CN	TF	38040	28.2825	-16.7994	3
38690	Santiago Del Teide	santiago-del-teide	CN	TF	38040	28.294	-16.8162	4
38690	Valle De Arriba	valle-de-arriba	CN	TF	38040	28.3	-16.7833	4
38690	Molledo	molledo	CN	TF	38040	28.286	-16.8149	4
38700	Santa Cruz De La Palma	santa-cruz-de-la-palma	CN	TF	38037	28.6835	-17.7642	4
38700	Morro, El (Santa Cruz De La Palma)	morro-el-santa-cruz-de-la-palma	CN	TF	38037	28.6835	-17.7642	4
38710	Breña Alta	brena-alta	CN	TF	38008	28.65	-17.7833	4
38711	San Antonio De Breña	san-antonio-de-brena	CN	TF	38009	28.65	-17.7667	4
38711	La Polvacera	la-polvacera	CN	TF	38009	28.65	-17.7667	3
38712	Los Cancajos	los-cancajos	CN	TF	38008	28.6489	-17.7586	4
38712	Las Ledas	las-ledas	CN	TF	38008	28.8	-17.7667	4
38712	San Jose De Breña Baja	san-jose-de-brena-baja	CN	TF	38008	28.6301	-17.7895	4
38712	El Fuerte	el-fuerte	CN	TF	38008	28.693	-17.7716	3
38712	Montaña La Breña	montana-la-brena	CN	TF	38008	28.693	-17.7716	3
38712	El Socorro	el-socorro	CN	TF	38008	28.693	-17.7716	3
38713	Buenavista De Abajo	buenavista-de-abajo	CN	TF	38008	28.6685	-17.7805	4
38713	Botazo	botazo	CN	TF	38008	28.6667	-17.7955	4
38713	Nieves, Las (Santa Cruz De La Palma)	nieves-las-santa-cruz-de-la-palma	CN	TF	38008	28.6701	-17.788	3
38713	Buenavista De Arriba	buenavista-de-arriba	CN	TF	38008	28.675	-17.7881	4
38713	Barranco Del Rio	barranco-del-rio	CN	TF	38008	28.6701	-17.788	3
38713	Las Tierritas	las-tierritas	CN	TF	38008	28.6701	-17.788	3
38713	Cuesta, La (Breña Alta)	cuesta-la-brena-alta	CN	TF	38008	28.6701	-17.788	3
38713	Belhoco	belhoco	CN	TF	38008	28.6701	-17.788	3
38713	Alamos, Los (Santa Cruz De La Palma)	alamos-los-santa-cruz-de-la-palma	CN	TF	38008	28.6701	-17.788	3
38714	Lomo Estrecho	lomo-estrecho	CN	TF	38030	28.6803	-17.7736	1
38714	Galga, La (Puntallana)	galga-la-puntallana	CN	TF	38030	28.6803	-17.7736	1
38714	Cercado Peñon (Puntallana)	cercado-penon-puntallana	CN	TF	38030	28.6803	-17.7736	1
38714	Lomo El Corcho	lomo-el-corcho	CN	TF	38030	28.6803	-17.7736	1
38714	El Posito	el-posito	CN	TF	38030	28.6803	-17.7736	1
38714	San Bartolome (Puntallana)	san-bartolome-puntallana	CN	TF	38030	28.6803	-17.7736	1
38714	Lomo Piñedo	lomo-pinedo	CN	TF	38030	28.6803	-17.7736	1
38714	El Granel	el-granel	CN	TF	38030	28.6803	-17.7736	1
38714	Llano Molino	llano-molino	CN	TF	38030	28.6803	-17.7736	1
38715	Puntallana	puntallana	CN	TF	38030	28.7333	-17.7333	4
38715	Toscas, Las (Santa Cruz De La Palma)	toscas-las-santa-cruz-de-la-palma	CN	TF	38030	28.7333	-17.7333	3
38715	Candelaria (Santa Cruz De La Palma)	candelaria-santa-cruz-de-la-palma	CN	TF	38030	28.7333	-17.7333	3
38715	Lomadilla	lomadilla	CN	TF	38030	28.7333	-17.7333	3
38715	El Taboco	el-taboco	CN	TF	38030	28.7333	-17.7333	3
38715	Lomo De Los Gomeros	lomo-de-los-gomeros	CN	TF	38030	28.7333	-17.7333	3
38715	La Camacha	la-camacha	CN	TF	38030	28.7333	-17.7333	3
38720	San Andres Y Sauces	san-andres-y-sauces	CN	TF	38033	28.8029	-17.7761	4
38726	Lomo Machin	lomo-machin	CN	TF	38007	28.8167	-17.8333	4
38726	Barlovento	barlovento	CN	TF	38007	28.8271	-17.8038	4
38726	Las Paredes	las-paredes	CN	TF	38007	28.8219	-17.8186	3
38726	Lomo Machin Alto	lomo-machin-alto	CN	TF	38007	28.8219	-17.8186	3
38727	Marantes	marantes	CN	TF	38007	28.8167	-17.7667	4
38727	Gallegos	gallegos	CN	TF	38007	28.8252	-17.8402	4
38727	Cuesta, La (Barlovento)	cuesta-la-barlovento	CN	TF	38007	28.8271	-17.8038	4
38727	Lomo De Los Castros	lomo-de-los-castros	CN	TF	38007	28.8246	-17.8036	3
38727	Palmita, La (Barlovento)	palmita-la-barlovento	CN	TF	38007	28.8271	-17.8038	4
38727	Lomo Quinto	lomo-quinto	CN	TF	38007	28.8246	-17.8036	3
38727	Tosca, La (Barlovento)	tosca-la-barlovento	CN	TF	38007	28.8271	-17.8038	4
38727	Topaciegas	topaciegas	CN	TF	38007	28.8246	-17.8036	3
38727	Lomo Romero	lomo-romero	CN	TF	38007	28.8246	-17.8036	3
38727	Cabezadas Bajas	cabezadas-bajas	CN	TF	38007	28.8246	-17.8036	3
38727	Oropesa	oropesa	CN	TF	38007	28.8246	-17.8036	3
38728	Roque Faro	roque-faro	CN	TF	38016	28.8183	-17.8008	1
38729	Llano Del Pino	llano-del-pino	CN	TF	38033	28.7951	-17.7758	3
38729	Bermudez	bermudez	CN	TF	38033	28.7951	-17.7758	4
38729	Verada De Bajamar	verada-de-bajamar	CN	TF	38033	28.7951	-17.7758	3
38729	Roque, El (San Andres Y Sauces)	roque-el-san-andres-y-sauces	CN	TF	38033	28.7951	-17.7758	3
38729	San Juan (San Andres Y Sauces)	san-juan-san-andres-y-sauces	CN	TF	38033	28.7951	-17.7758	3
38729	Ramirez	ramirez	CN	TF	38033	28.7951	-17.7758	3
38729	Verada De Lomadas	verada-de-lomadas	CN	TF	38033	28.7951	-17.7758	3
38729	Quinta Zoca	quinta-zoca	CN	TF	38033	28.7951	-17.7758	3
38729	San Andres De La Palma	san-andres-de-la-palma	CN	TF	38033	28.7951	-17.7758	3
38729	La Fuente Nueva	la-fuente-nueva	CN	TF	38033	28.7951	-17.7758	3
38730	Mazo	mazo	CN	TF	38053	28.6091	-17.778	4
38738	Tiguerorte	tiguerorte	CN	TF	38053	28.5586	-17.7929	4
38738	Lomo Oscuro	lomo-oscuro	CN	TF	38053	28.5846	-17.7768	4
38738	Monte De Luna	monte-de-luna	CN	TF	38053	28.5763	-17.7773	3
38738	Malpaises	malpaises	CN	TF	38053	28.5667	-17.7667	4
38738	San Simon	san-simon	CN	TF	38053	28.5952	-17.7729	4
38738	Aeropuerto De La Palma	aeropuerto-de-la-palma	CN	TF	38053	28.5763	-17.7773	3
38738	Sabina, La (Mazo)	sabina-la-mazo	CN	TF	38053	28.5763	-17.7773	3
38738	Tigalate Abajo	tigalate-abajo	CN	TF	38053	28.5763	-17.7773	3
38738	Callejones De Abajo	callejones-de-abajo	CN	TF	38053	28.5763	-17.7773	3
38739	Rosa, La (Mazo)	rosa-la-mazo	CN	TF	38053	28.6091	-17.778	4
38739	Lodero	lodero	CN	TF	38053	28.6155	-17.7668	4
38739	Monte Pueblo	monte-pueblo	CN	TF	38053	28.6123	-17.7724	3
38739	Monte Breñas	monte-brenas	CN	TF	38053	28.6123	-17.7724	3
38739	El Poleal	el-poleal	CN	TF	38053	28.6123	-17.7724	3
38740	Fuencaliente	fuencaliente	CN	TF	38014	28.4924	-17.8453	4
38749	Quemados, Los (Fuencaliente)	quemados-los-fuencaliente	CN	TF	38014	28.5093	-17.8555	3
38749	Las Indias	las-indias	CN	TF	38014	28.5019	-17.861	4
38749	Caletas, Las (Fuencalite)	caletas-las-fuencalite	CN	TF	38014	28.5093	-17.8555	3
38749	El Charco	el-charco	CN	TF	38014	28.5167	-17.85	4
38750	El Paso	el-paso	CN	TF	38027	28.6501	-17.8827	4
38758	Barrial De Abajo	barrial-de-abajo	CN	TF	38027	28.6501	-17.8827	3
38758	Tacande De Arriba (El Paso)	tacande-de-arriba-el-paso	CN	TF	38027	28.6501	-17.8827	4
38758	Barrial De Enmedio	barrial-de-enmedio	CN	TF	38027	28.6501	-17.8827	3
38758	Rosa, La (El Paso)	rosa-la-el-paso	CN	TF	38027	28.6501	-17.8827	4
38758	Barrial De Arriba	barrial-de-arriba	CN	TF	38027	28.6501	-17.8827	3
38759	Jedey (El Paso)	jedey-el-paso	CN	TF	38024	28.6501	-17.8827	4
38759	Cuatro Caminos (Llanos)	cuatro-caminos-llanos	CN	TF	38024	28.6577	-17.883	4
38759	San Nicolas (El Paso)	san-nicolas-el-paso	CN	TF	38024	28.6501	-17.8827	4
38759	El Paraiso	el-paraiso	CN	TF	38024	28.6513	-17.8828	3
38759	Manchas, Las (El Paso)	manchas-las-el-paso	CN	TF	38024	28.6501	-17.8827	4
38759	Paso De Abajo	paso-de-abajo	CN	TF	38024	28.6513	-17.8828	3
38759	Malpais (El Paso)	malpais-el-paso	CN	TF	38024	28.6501	-17.8827	4
38759	Manchas De Abajo	manchas-de-abajo	CN	TF	38024	28.6513	-17.8828	3
38759	Tacande Abajo (El Paso)	tacande-abajo-el-paso	CN	TF	38024	28.6501	-17.8827	4
38760	Argual	argual	CN	TF	38024	28.65	-17.9167	4
38760	Llanos De Aridane	llanos-de-aridane	CN	TF	38024	28.6585	-17.9182	4
38760	Retamar (Los Llanos)	retamar-los-llanos	CN	TF	38024	28.6585	-17.9182	4
38767	Triana	triana	CN	TF	38024	28.6473	-17.9109	4
38767	Rosas, Las (Los Llanos)	rosas-las-los-llanos	CN	TF	38024	28.6473	-17.9109	3
38768	Barros, Los (Los Llanos De Aridane)	barros-los-los-llanos-de-aridane	CN	TF	38024	28.6345	-17.9114	1
38768	Pedregales, Los (Los Llanos De Aridane)	pedregales-los-los-llanos-de-aridane	CN	TF	38024	28.6345	-17.9114	1
38768	Hermosilla	hermosilla	CN	TF	38024	28.6345	-17.9114	1
38769	Tajuya	tajuya	CN	TF	38024	28.6312	-17.9037	4
38769	Todoque	todoque	CN	TF	38024	28.6097	-17.9024	4
38769	Puerto De Naos	puerto-de-naos	CN	TF	38024	28.5863	-17.9097	4
38769	El Pedregal	el-pedregal	CN	TF	38024	28.6091	-17.9053	3
38769	Casa De La Bombilla	casa-de-la-bombilla	CN	TF	38024	28.6091	-17.9053	3
38769	El Remo	el-remo	CN	TF	38024	28.6091	-17.9053	3
38769	Dos Pinos	dos-pinos	CN	TF	38024	28.6091	-17.9053	3
38769	La Condesa	la-condesa	CN	TF	38024	28.6091	-17.9053	3
38770	Tazacorte	tazacorte	CN	TF	38045	28.6419	-17.9339	4
38779	San Borondon	san-borondon	CN	TF	38045	28.6342	-17.9318	4
38779	Costa, La (Tazacorte)	costa-la-tazacorte	CN	TF	38045	28.6419	-17.9339	4
38779	Marina	marina	CN	TF	38045	28.6381	-17.9329	3
38779	El Puerto De Tazacorte	el-puerto-de-tazacorte	CN	TF	38045	28.6381	-17.9329	3
38780	Arecida	arecida	CN	TF	38047	28.6832	-17.9481	4
38780	Punta, La (Tijarafe)	punta-la-tijarafe	CN	TF	38047	28.7	-17.95	4
38780	Pueblo, El (Tijarafe)	pueblo-el-tijarafe	CN	TF	38047	28.7	-17.95	4
38780	El Jesus	el-jesus	CN	TF	38047	28.6958	-17.9495	3
38780	Tijarafe	tijarafe	CN	TF	38047	28.7	-17.95	4
38780	Bellido	bellido	CN	TF	38047	28.6958	-17.9495	3
38780	Tinizara	tinizara	CN	TF	38047	28.6958	-17.9495	3
38780	Amagar	amagar	CN	TF	38047	28.6958	-17.9495	3
38780	Aguatavar	aguatavar	CN	TF	38047	28.6958	-17.9495	3
38787	Garafia	garafia	CN	TF	38016	28.8167	-17.9333	4
38788	Castillo, El (Garafia)	castillo-el-garafia	CN	TF	38016	28.7383	-17.9574	1
38788	Llano Negro	llano-negro	CN	TF	38016	28.7383	-17.9574	1
38788	Hoya Grande (Garafia)	hoya-grande-garafia	CN	TF	38016	28.7383	-17.9574	1
38788	Cueva Del Agua	cueva-del-agua	CN	TF	38016	28.7383	-17.9574	1
38788	Las Tricias	las-tricias	CN	TF	38016	28.7383	-17.9574	1
38789	Roque, El (Puntagorda)	roque-el-puntagorda	CN	TF	38047	28.7689	-17.976	4
38789	Fagundo	fagundo	CN	TF	38047	28.7689	-17.976	3
38789	Puntagorda	puntagorda	CN	TF	38047	28.7689	-17.976	4
38789	Pinar, El (Puntagorda)	pinar-el-puntagorda	CN	TF	38047	28.7689	-17.976	4
38800	San Sebastian Gomera	san-sebastian-gomera	CN	TF	38036	28.0916	-17.1133	4
38801	La Laja	la-laja	CN	TF	38036	28.109	-17.1916	4
38801	Lomito Fragoso Y Honduras	lomito-fragoso-y-honduras	CN	TF	38036	28.1	-17.1667	4
38801	Inchereda	inchereda	CN	TF	38036	28.1167	-17.1167	4
38801	El Jorado	el-jorado	CN	TF	38036	28.1086	-17.1583	3
38801	Chejelipes	chejelipes	CN	TF	38036	28.1086	-17.1583	3
38801	El Molinito	el-molinito	CN	TF	38036	28.1086	-17.1583	3
38801	El Atajo	el-atajo	CN	TF	38036	28.1086	-17.1583	3
38801	San Antonio Y Pilar	san-antonio-y-pilar	CN	TF	38036	28.1086	-17.1583	3
38810	Santiago, De (Playa)	santiago-de-playa	CN	TF	38003	28.0747	-17.226	1
38811	Benchijigua	benchijigua	CN	TF	38003	28.0919	-17.2183	4
38811	Lo Del Gato	lo-del-gato	CN	TF	38003	28.0823	-17.22	4
38811	Jerduñe	jerdune	CN	TF	38003	28.0912	-17.194	4
38811	Pastrana	pastrana	CN	TF	38003	28.0885	-17.2108	3
38811	Laguna De Santiago	laguna-de-santiago	CN	TF	38003	28.0885	-17.2108	3
38811	Ayamosna	ayamosna	CN	TF	38003	28.0885	-17.2108	3
38811	Barranco De Santiago	barranco-de-santiago	CN	TF	38003	28.0885	-17.2108	3
38811	Vegaipala	vegaipala	CN	TF	38003	28.0885	-17.2108	3
38811	Tecina	tecina	CN	TF	38003	28.0885	-17.2108	3
38811	Tapahuga	tapahuga	CN	TF	38003	28.0885	-17.2108	3
38811	Las Toscas	las-toscas	CN	TF	38003	28.0885	-17.2108	3
38811	Tejiade	tejiade	CN	TF	38003	28.0885	-17.2108	3
38812	Alajero	alajero	CN	TF	38003	28.0621	-17.2407	4
38812	Quise	quise	CN	TF	38003	28.0463	-17.2569	4
38812	Guarimiar	guarimiar	CN	TF	38003	28.0542	-17.2488	3
38812	Almacigos	almacigos	CN	TF	38003	28.0542	-17.2488	3
38812	Imada	imada	CN	TF	38003	28.0542	-17.2488	3
38812	Arguayoda	arguayoda	CN	TF	38003	28.0542	-17.2488	3
38813	Antoncojo	antoncojo	CN	TF	38003	28.0747	-17.226	1
38813	Targa	targa	CN	TF	38003	28.0747	-17.226	1
38820	Piedra Romana	piedra-romana	CN	TF	38021	28.1677	-17.1905	3
38820	Las Nuevitas	las-nuevitas	CN	TF	38021	28.1677	-17.1905	3
38820	Hermigua	hermigua	CN	TF	38021	28.1677	-17.1905	4
38820	El Tabaibal	el-tabaibal	CN	TF	38021	28.1677	-17.1905	3
38820	Palmarejo	palmarejo	CN	TF	38021	28.1677	-17.1905	3
38820	Callejon De Ordaiz	callejon-de-ordaiz	CN	TF	38021	28.1677	-17.1905	3
38820	El Curato	el-curato	CN	TF	38021	28.1677	-17.1905	3
38820	Llano Campos	llano-campos	CN	TF	38021	28.1677	-17.1905	3
38829	Casas, Las (Hermigua)	casas-las-hermigua	CN	TF	38021	28.1677	-17.1905	4
38829	Corralete	corralete	CN	TF	38021	28.1677	-17.1905	3
38829	Cabezadas, Las (Hermigua)	cabezadas-las-hermigua	CN	TF	38021	28.1677	-17.1905	4
38829	Monteforte	monteforte	CN	TF	38021	28.1677	-17.1905	3
38829	Ibo Alfaro	ibo-alfaro	CN	TF	38021	28.1677	-17.1905	3
38829	Hoyetas	hoyetas	CN	TF	38021	28.1677	-17.1905	3
38829	Estanquillo	estanquillo	CN	TF	38021	28.1677	-17.1905	3
38829	Las Poyatas	las-poyatas	CN	TF	38021	28.1677	-17.1905	3
38830	Agulo	agulo	CN	TF	38002	28.1878	-17.1968	4
38830	Lepe	lepe	CN	TF	38002	28.1878	-17.1968	3
38840	Vallehermoso	vallehermoso	CN	TF	38050	28.1794	-17.2666	4
38849	Banda De Las Rosas	banda-de-las-rosas	CN	TF	38050	28.1538	-17.2712	4
38849	La Quilla	la-quilla	CN	TF	38050	28.1538	-17.2712	3
38849	Los Loros	los-loros	CN	TF	38050	28.1538	-17.2712	3
38849	Macayo	macayo	CN	TF	38050	28.1538	-17.2712	3
38849	Rosa De Las Piedras	rosa-de-las-piedras	CN	TF	38050	28.1538	-17.2712	3
38849	Los Bellos	los-bellos	CN	TF	38050	28.1538	-17.2712	3
38849	Los Chapines	los-chapines	CN	TF	38050	28.1538	-17.2712	3
38850	Arguamul	arguamul	CN	TF	38050	28.197	-17.2957	4
38852	Taguluche	taguluche	CN	TF	38049	28.1353	-17.3307	4
38852	Alojera	alojera	CN	TF	38049	28.1638	-17.3293	4
38852	Epina	epina	CN	TF	38049	28.1495	-17.33	3
38852	Tazo	tazo	CN	TF	38049	28.1495	-17.33	3
38860	La Rajita	la-rajita	CN	TF	38050	28.05	-17.2833	4
38869	Erque	erque	CN	TF	38050	28.0854	-17.2688	4
38869	Igualero	igualero	CN	TF	38050	28.0993	-17.2539	4
38869	Chipude (Vallehermoso)	chipude-vallehermoso	CN	TF	38050	28.0924	-17.2614	3
38869	Pavon	pavon	CN	TF	38050	28.0924	-17.2614	3
38869	Temocoda	temocoda	CN	TF	38050	28.0924	-17.2614	3
38869	Erquito	erquito	CN	TF	38050	28.0924	-17.2614	3
38869	Cercado, El (Vallehermoso)	cercado-el-vallehermoso	CN	TF	38050	28.0924	-17.2614	3
38869	La Dama	la-dama	CN	TF	38050	28.0924	-17.2614	3
38870	La Calera	la-calera	CN	TF	38049	28.0976	-17.333	4
38870	Valle Gran Rey	valle-gran-rey	CN	TF	38049	28.0898	-17.3332	3
38870	Vueltas	vueltas	CN	TF	38049	28.082	-17.3334	4
38870	La Puntilla	la-puntilla	CN	TF	38049	28.0898	-17.3332	3
38870	Borbalan	borbalan	CN	TF	38049	28.0898	-17.3332	3
38879	Los Granados	los-granados	CN	TF	38049	28.0898	-17.3332	1
38879	Vizcaina, La (Valle Gran Rey)	vizcaina-la-valle-gran-rey	CN	TF	38049	28.0898	-17.3332	1
38879	El Retamal	el-retamal	CN	TF	38049	28.0898	-17.3332	1
38879	Lomo Del Moral	lomo-del-moral	CN	TF	38049	28.0898	-17.3332	1
38879	El Guro	el-guro	CN	TF	38049	28.0898	-17.3332	1
38879	Los Descansaderos	los-descansaderos	CN	TF	38049	28.0898	-17.3332	1
38879	Hornillo, El (Valle Gran Rey)	hornillo-el-valle-gran-rey	CN	TF	38049	28.0898	-17.3332	1
38879	Lomo Del Balo (Valle Gran Rey)	lomo-del-balo-valle-gran-rey	CN	TF	38049	28.0898	-17.3332	1
38879	Chele	chele	CN	TF	38049	28.0898	-17.3332	1
38879	Casa De La Seda	casa-de-la-seda	CN	TF	38049	28.0898	-17.3332	1
38890	Los Aceviños	los-acevinos	CN	TF	38002	28.145	-17.2274	4
38890	Palmita, La (Agulo)	palmita-la-agulo	CN	TF	38002	28.145	-17.2274	3
38890	Vega, La (Agulo)	vega-la-agulo	CN	TF	38002	28.145	-17.2274	3
38890	Cruz Del Tierno	cruz-del-tierno	CN	TF	38002	28.145	-17.2274	3
38890	Pajar De Bento	pajar-de-bento	CN	TF	38002	28.145	-17.2274	3
38890	Rosas, Las (Agulo)	rosas-las-agulo	CN	TF	38002	28.145	-17.2274	3
38890	Serpa	serpa	CN	TF	38002	28.145	-17.2274	3
38891	Valle Abajo	valle-abajo	CN	TF	38050	28.1382	-17.2879	1
38891	Tamargada	tamargada	CN	TF	38050	28.1382	-17.2879	1
38892	Arure	arure	CN	TF	38049	28.1315	-17.3237	4
38892	Acardece	acardece	CN	TF	38049	28.1382	-17.3127	4
38892	Las Hayas	las-hayas	CN	TF	38049	28.1349	-17.3182	3
38900	Valverde Del Hierro	valverde-del-hierro	CN	TF	38048	27.7614	-17.9722	1
38910	Puerto De La Estaca	puerto-de-la-estaca	CN	TF	38048	27.7833	-17.9	4
38910	Tamaduste	tamaduste	CN	TF	38048	27.8223	-17.8947	4
38910	Caleta, De La (Playa)	caleta-de-la-playa	CN	TF	38048	27.8028	-17.8973	3
38910	Temijiraque	temijiraque	CN	TF	38048	27.8028	-17.8973	3
38910	Aeropuerto De Hierro	aeropuerto-de-hierro	CN	TF	38048	27.8028	-17.8973	3
38911	Luchon	luchon	CN	TF	38013	27.7574	-18.0041	3
38911	Frontera	frontera	CN	TF	38013	27.754	-18.0037	4
38911	Los Mocanes	los-mocanes	CN	TF	38013	27.7608	-18.0045	4
38911	Puntas, Las (V. Hierro)	puntas-las-v-hierro	CN	TF	38013	27.7574	-18.0041	3
38912	Sabinosa	sabinosa	CN	TF	38013	27.75	-18.1	4
38913	Tigaday	tigaday	CN	TF	38013	27.7519	-18.0196	4
38914	Pinar, El (V. Hierro)	pinar-el-v-hierro	CN	TF	38901	27.7091	-17.9785	3
38914	Las Casas	las-casas	CN	TF	38901	27.7147	-17.9757	4
38914	Taibique	taibique	CN	TF	38901	27.7035	-17.9813	4
38915	Tiñor	tinor	CN	TF	38048	27.7891	-17.932	4
38915	San Andres (V. Hierro)	san-andres-v-hierro	CN	TF	38048	27.7678	-17.9397	3
38915	Isora	isora	CN	TF	38048	27.7465	-17.9474	4
38916	Guarazoca	guarazoca	CN	TF	38048	27.8114	-17.9743	4
38916	Mocanal	mocanal	CN	TF	38048	27.8167	-17.9333	4
38916	Erese	erese	CN	TF	38048	27.8143	-17.9623	4
38917	La Restinga	la-restinga	CN	TF	38901	27.6413	-17.9818	4
08001	Barcelona	barcelona	CT	B	08019	41.3888	2.159	4
08002	Barcelona	barcelona	CT	B	08019	41.3888	2.159	4
08003	Barcelona	barcelona	CT	B	08019	41.3888	2.159	4
08004	Barcelona	barcelona	CT	B	08019	41.3888	2.159	4
08005	Barcelona	barcelona	CT	B	08019	41.3888	2.159	4
08006	Barcelona	barcelona	CT	B	08019	41.3888	2.159	4
08007	Barcelona	barcelona	CT	B	08019	41.3888	2.159	4
08008	Barcelona	barcelona	CT	B	08019	41.3888	2.159	4
08009	Barcelona	barcelona	CT	B	08019	41.3888	2.159	4
08010	Barcelona	barcelona	CT	B	08019	41.3888	2.159	4
08011	Barcelona	barcelona	CT	B	08019	41.3888	2.159	4
08012	Barcelona	barcelona	CT	B	08019	41.3888	2.159	4
08013	Barcelona	barcelona	CT	B	08019	41.3888	2.159	4
08014	Barcelona	barcelona	CT	B	08019	41.3888	2.159	4
08015	Barcelona	barcelona	CT	B	08019	41.3888	2.159	4
08016	Barcelona	barcelona	CT	B	08019	41.3888	2.159	4
08017	Barcelona	barcelona	CT	B	08019	41.3888	2.159	4
08018	Barcelona	barcelona	CT	B	08019	41.3888	2.159	4
08019	Barcelona	barcelona	CT	B	08019	41.3888	2.159	4
08020	Barcelona	barcelona	CT	B	08019	41.3888	2.159	4
08021	Barcelona	barcelona	CT	B	08019	41.3888	2.159	4
08022	Barcelona	barcelona	CT	B	08019	41.3888	2.159	4
08023	Barcelona	barcelona	CT	B	08019	41.3888	2.159	4
08024	Barcelona	barcelona	CT	B	08019	41.3888	2.159	4
08025	Barcelona	barcelona	CT	B	08019	41.3888	2.159	4
08026	Barcelona	barcelona	CT	B	08019	41.3888	2.159	4
08027	Barcelona	barcelona	CT	B	08019	41.3888	2.159	4
08028	Barcelona	barcelona	CT	B	08019	41.3888	2.159	4
08029	Barcelona	barcelona	CT	B	08019	41.3888	2.159	4
08030	Barcelona	barcelona	CT	B	08019	41.3888	2.159	4
08031	Barcelona	barcelona	CT	B	08019	41.3888	2.159	4
08032	Barcelona	barcelona	CT	B	08019	41.3888	2.159	4
08033	Barcelona	barcelona	CT	B	08019	41.3888	2.159	4
08034	Barcelona	barcelona	CT	B	08019	41.3888	2.159	4
08035	Barcelona	barcelona	CT	B	08019	41.3888	2.159	4
08036	Barcelona	barcelona	CT	B	08019	41.3888	2.159	4
08037	Barcelona	barcelona	CT	B	08019	41.3888	2.159	4
08038	Barcelona	barcelona	CT	B	08019	41.3888	2.159	4
08039	Barcelona	barcelona	CT	B	08019	41.3888	2.159	4
08040	Barcelona	barcelona	CT	B	08019	41.3888	2.159	4
08041	Barcelona	barcelona	CT	B	08019	41.3888	2.159	4
08042	Barcelona	barcelona	CT	B	08019	41.3888	2.159	4
08070	Barcelona	barcelona	CT	B		41.3888	2.159	4
08071	Barcelona	barcelona	CT	B		41.3888	2.159	4
08075	Barcelona	barcelona	CT	B		41.3888	2.159	1
08080	Barcelona	barcelona	CT	B		41.3888	2.159	4
08100	Mollet Del Valles	mollet-del-valles	CT	B	08124	41.5403	2.2131	4
08104	Gallecs	gallecs	CT	B	08124	41.5267	2.2324	1
08105	Sant Fost De Campsentelles	sant-fost-de-campsentelles	CT	B	08209	41.5167	2.2333	4
08105	Conreria, La (Sant Fost Campcentelles)	conreria-la-sant-fost-campcentelles	CT	B	08209	41.5167	2.2333	3
08106	Santa Maria De Martorelles	santa-maria-de-martorelles	CT	B	08256	41.5167	2.25	4
08107	Martorelles	martorelles	CT	B	08115	41.5333	2.2333	4
08110	La Vallençana	la-vallencana	CT	B	08125	41.4761	2.2136	4
08110	Montcada I Reixac	montcada-i-reixac	CT	B	08125	41.4833	2.1833	4
08120	La Llagosta	la-llagosta	CT	B	08105	41.5143	2.193	4
08130	La Florida	la-florida	CT	B	08260	41.5199	2.1903	4
08130	Santiga (Santa Perpetua De Mogoda)	santiga-santa-perpetua-de-mogoda	CT	B	08260	41.5266	2.1868	3
08130	Santa Perpetua De Mogoda	santa-perpetua-de-mogoda	CT	B	08260	41.5333	2.1833	4
08130	Mogoda	mogoda	CT	B	08260	41.5266	2.1868	3
08140	Caldes De Montbui	caldes-de-montbui	CT	B	08033	41.6333	2.1667	4
08140	Can Valls-To (Urbanitzacio)	can-valls-to-urbanitzacio	CT	B	08033	41.6206	2.1896	4
08146	Gallifa	gallifa	CT	B	08087	41.6924	2.1135	4
08148	Estany, L'	estany-l	CT	B	08063	41.8692	2.1122	4
08150	Parets Del Valles	parets-del-valles	CT	B	08159	41.5748	2.2331	4
08150	Eixample, L'	eixample-l	CT	B	08159	41.5748	2.2331	3
08160	Montmelo	montmelo	CT	B	08135	41.55	2.2419	4
08170	Montornes Del Valles	montornes-del-valles	CT	B	08136	41.5333	2.2667	4
08171	Sant Cugat Del Valles	sant-cugat-del-valles	CT	B		41.4667	2.0833	4
08172	Sant Cugat Del Valles	sant-cugat-del-valles	CT	B	08205	41.4667	2.0833	4
08173	Sant Cugat Del Valles	sant-cugat-del-valles	CT	B	08205	41.4667	2.0833	4
08174	Sant Cugat Del Valles	sant-cugat-del-valles	CT	B	08205	41.4667	2.0833	4
08178	Collsuspina	collsuspina	CT	B	08070	41.8258	2.1755	4
08180	Moia	moia	CT	B	08138	41.8111	2.0984	4
08181	Sentmenat	sentmenat	CT	B	08267	41.6086	2.1353	4
08182	Sant Feliu De Codines	sant-feliu-de-codines	CT	B	08210	41.7	2.1667	4
08183	Granera	granera	CT	B	08055	41.7274	2.0592	4
08183	Castellterçol	castelltercol	CT	B	08055	41.75	2.1167	4
08183	Castellcir	castellcir	CT	B	08055	41.7607	2.1613	4
08184	Palau-Solita I Plegamans	palau-solita-i-plegamans	CT	B	08079	41.6802	2.1723	1
08185	Lliça De Vall	llica-de-vall	CT	B	08108	41.5905	2.2412	4
08186	Lliça D'Amunt	llica-d-amunt	CT	B	08107	41.6167	2.2333	4
08187	Rieral, El (Stª Eulalia De Ronçana)	rieral-el-st-eulalia-de-roncana	CT	B	08248	41.65	2.2333	3
08187	Santa Eulalia De Ronçana	santa-eulalia-de-roncana	CT	B	08248	41.65	2.2333	4
08188	Vallromanes	vallromanes	CT	B	08296	41.5333	2.3	4
08189	Sant Quirze Safaja	sant-quirze-safaja	CT	B	08239	41.7333	2.15	4
08190	Sant Cugat Del Valles	sant-cugat-del-valles	CT	B	08205	41.4667	2.0833	4
08191	Rubi	rubi	CT	B	08184	41.4923	2.033	4
08192	Sant Quirze Del Valles	sant-quirze-del-valles	CT	B	08238	41.5333	2.0833	4
08193	Bellaterra	bellaterra	CT	B	08266	41.5026	2.0875	4
08193	Universitat Autonoma De Barcelona	universitat-autonoma-de-barcelona	CT	B	08266	41.5026	2.0875	3
08194	Fonts, Les (Sant Quirze Del Valles)	fonts-les-sant-quirze-del-valles	CT	B	08238	41.5333	2.0833	4
08195	Sant Cugat Del Valles	sant-cugat-del-valles	CT	B	08205	41.4667	2.0833	4
08195	Mira-Sol (Ver Callejero Sant Cugat)	mira-sol-ver-callejero-sant-cugat	CT	B	08205	41.4667	2.0833	3
08196	Sant Cugat Del Valles	sant-cugat-del-valles	CT	B	08205	41.4667	2.0833	4
08196	Planes, Les (Ver Callejero Sant Cugat)	planes-les-ver-callejero-sant-cugat	CT	B	08205	41.4667	2.0833	3
08197	Sant Cugat Del Valles	sant-cugat-del-valles	CT	B	08205	41.4667	2.0833	4
08197	Valldoreix (Ver Callejero Sant Cugat)	valldoreix-ver-callejero-sant-cugat	CT	B	08205	41.4667	2.0833	3
08198	Sant Cugat Del Valles	sant-cugat-del-valles	CT	B	08205	41.4667	2.0833	4
08199	Colonia Puig, La (Marganell)	colonia-puig-la-marganell	CT	B		41.4883	2.0782	1
08199	Montserrat (Monestir)	montserrat-monestir	CT	B		41.4883	2.0782	1
08199	Santa Cecilia (Marganell)	santa-cecilia-marganell	CT	B		41.4883	2.0782	1
08200	Sabadell	sabadell	CT	B		41.5433	2.1094	4
08201	Sabadell	sabadell	CT	B	08187	41.5433	2.1094	4
08202	Sabadell	sabadell	CT	B	08187	41.5433	2.1094	4
08203	Sabadell	sabadell	CT	B	08187	41.5433	2.1094	4
08204	Sabadell	sabadell	CT	B	08187	41.5433	2.1094	4
08205	Sabadell	sabadell	CT	B	08187	41.5433	2.1094	4
08206	Sabadell	sabadell	CT	B	08187	41.5433	2.1094	4
08207	Sabadell	sabadell	CT	B	08187	41.5433	2.1094	4
08208	Sabadell	sabadell	CT	B	08187	41.5433	2.1094	4
08210	Barbera Del Valles	barbera-del-valles	CT	B	08252	41.5159	2.1246	4
08211	Sant Feliu Del Raco	sant-feliu-del-raco	CT	B	08051	41.6167	2.0667	4
08211	Castellar Del Valles	castellar-del-valles	CT	B	08051	41.6167	2.0833	4
08211	Can Carner (Residencial)	can-carner-residencial	CT	B	08051	41.6167	2.075	3
08211	Pla De La Bruguera	pla-de-la-bruguera	CT	B	08051	41.6167	2.075	3
08212	Sant Llorenç Savall	sant-llorenc-savall	CT	B	08223	41.6833	2.0667	4
08213	Polinya	polinya	CT	B	08167	41.55	2.15	4
08214	Badia Del Valles	badia-del-valles	CT	B	08904	41.5965	2.0982	1
08220	Terrassa	terrassa	CT	B	08200	41.5667	2.0167	4
08221	Terrassa	terrassa	CT	B	08279	41.5667	2.0167	4
08222	Terrassa	terrassa	CT	B	08279	41.5667	2.0167	4
08223	Terrassa	terrassa	CT	B	08279	41.5667	2.0167	4
08224	Terrassa	terrassa	CT	B	08279	41.5667	2.0167	4
08225	Terrassa	terrassa	CT	B	08279	41.5667	2.0167	4
08226	Terrassa	terrassa	CT	B	08279	41.5667	2.0167	4
08227	Torrebonica	torrebonica	CT	B	08279	41.5667	2.0167	3
08227	Terrassa	terrassa	CT	B	08279	41.5667	2.0167	4
08228	Fonts, Les (Terrassa)	fonts-les-terrassa	CT	B	08279	41.5667	2.0167	4
08228	Terrassa	terrassa	CT	B	08279	41.5667	2.0167	4
08230	Sant Llorenç (Matadepera)	sant-llorenc-matadepera	CT	B	08120	41.5989	2.0265	4
08230	Pedritxes, Les	pedritxes-les	CT	B	08120	41.5989	2.0265	3
08230	Matadepera	matadepera	CT	B	08120	41.5989	2.0265	4
08231	Ullastrell	ullastrell	CT	B	08142	41.5264	1.9554	4
08232	Viladecavalls	viladecavalls	CT	B	08300	41.55	1.95	4
08233	Vacarisses	vacarisses	CT	B	08291	41.6	1.9167	4
08240	Viladordis	viladordis	CT	B	08113	41.725	1.863	4
08240	Manresa	manresa	CT	B	08113	41.725	1.8266	4
08241	Manresa	manresa	CT	B	08113	41.725	1.8266	4
08242	Manresa	manresa	CT	B	08113	41.725	1.8266	4
08243	Manresa	manresa	CT	B	08113	41.725	1.8266	4
08248	Manresa	manresa	CT	B		41.725	1.8266	4
08250	Sant Joan De Vilatorrada	sant-joan-de-vilatorrada	CT	B	08218	41.7455	1.8048	4
08250	Sant Marti De Torroella	sant-marti-de-torroella	CT	B	08218	41.7455	1.8048	3
08251	Santpedor	santpedor	CT	B	08062	41.7831	1.8467	4
08251	Castellnou De Bages	castellnou-de-bages	CT	B	08062	41.7831	1.8467	3
08253	Sant Salvador De Guardiola	sant-salvador-de-guardiola	CT	B	08098	41.6833	1.7667	4
08254	El Pont De Vilomara I Rocafort	el-pont-de-vilomara-i-rocafort	CT	B	08113	41.7311	1.7317	1
08254	Pont De Vilumara (Manresa)	pont-de-vilumara-manresa	CT	B	08113	41.7311	1.7317	1
08255	Castellfollit Del Boix	castellfollit-del-boix	CT	B	08059	41.6667	1.7	4
08256	Aguilar De Segarra	aguilar-de-segarra	CT	B	08002	41.7482	1.6292	4
08256	Rajadell	rajadell	CT	B	08002	41.728	1.7062	4
08259	Fals	fals	CT	B	08084	41.763	1.6687	3
08259	Fonollosa	fonollosa	CT	B	08084	41.763	1.6687	4
08260	Suria	suria	CT	B	08274	41.8333	1.75	4
08260	Argensola (Castellnou De Bages)	argensola-castellnou-de-bages	CT	B	08274	41.8333	1.75	3
08261	La Coromina	la-coromina	CT	B	08047	41.9095	1.6941	4
08261	Cardona	cardona	CT	B	08047	41.9137	1.6785	4
08262	Callus	callus	CT	B	08038	41.8641	1.714	1
08263	Sant Mateu De Bages	sant-mateu-de-bages	CT	B	08229	41.8	1.7333	4
08269	Salo	salo	CT	B	08141	41.8641	1.714	1
08269	Sant Salvador De Torroella	sant-salvador-de-torroella	CT	B	08141	41.8641	1.714	1
08269	Coaner	coaner	CT	B	08141	41.8641	1.714	1
08269	Barri La Rata (Navas)	barri-la-rata-navas	CT	B	08141	41.8641	1.714	1
08269	El Pala De Torroella	el-pala-de-torroella	CT	B	08141	41.8641	1.714	1
08269	Valls De Torruela	valls-de-torruela	CT	B	08141	41.8641	1.714	1
08270	Navarcles	navarcles	CT	B	08140	41.7517	1.9036	4
08271	Artes	artes	CT	B	08010	41.798	1.9543	4
08272	El Pont De Cabrianes	el-pont-de-cabrianes	CT	B	08213	41.75	1.8667	3
08272	Sant Fruitos De Bages	sant-fruitos-de-bages	CT	B	08213	41.75	1.8667	4
08273	Santa Maria D'Olo	santa-maria-d-olo	CT	B	08258	41.8667	2.0333	4
08274	Sant Feliu Sasserra	sant-feliu-sasserra	CT	B	08212	41.95	2.0333	4
08275	Calders	calders	CT	B	08034	41.7889	1.9867	4
08275	Monistrol De Calders	monistrol-de-calders	CT	B	08034	41.7604	2.0168	4
08278	Talamanca	talamanca	CT	B	08139	41.7374	1.9779	4
08278	Mura	mura	CT	B	08139	41.6994	1.9761	4
08279	Avinyo	avinyo	CT	B	08012	41.8637	1.9709	4
08280	Calaf	calaf	CT	B	08031	41.7329	1.5138	4
08281	Prats De Rei, Els	prats-de-rei-els	CT	B	08060	41.7408	1.6063	3
08281	Coromines, Les (Aguilar De Segarra)	coromines-les-aguilar-de-segarra	CT	B	08060	41.7482	1.6292	4
08281	Sant Pere Sallavinera	sant-pere-sallavinera	CT	B	08060	41.7333	1.5833	4
08281	Calonge De Segarra	calonge-de-segarra	CT	B	08060	41.7408	1.6063	3
08282	Sant Marti Sesgueioles	sant-marti-sesgueioles	CT	B	08176	41.6833	1.5	4
08282	Pujalt	pujalt	CT	B	08176	41.7171	1.4209	4
08283	Castellfollit De Riubregos	castellfollit-de-riubregos	CT	B	08060	41.7667	1.4333	4
08289	Veciana	veciana	CT	B	08297	41.6833	1.5	4
08289	Copons	copons	CT	B	08297	41.6366	1.5181	4
08290	Cerdanyola Del Valles	cerdanyola-del-valles	CT	B	08266	41.4911	2.1408	4
08291	Ripollet	ripollet	CT	B	08180	41.4969	2.1574	4
08292	Serra Alta (Hostalets De Pierola)	serra-alta-hostalets-de-pierola	CT	B	08076	41.5333	1.7667	4
08292	Esparreguera	esparreguera	CT	B	08076	41.5333	1.8667	4
08292	Can Fosalba (Hostalets De Pierola)	can-fosalba-hostalets-de-pierola	CT	B	08076	41.5333	1.7667	4
08293	Collbato	collbato	CT	B	08069	41.5701	1.8271	4
08294	El Bruc	el-bruc	CT	B	08025	41.5833	1.7833	4
08294	Mas D'En Pi (Hostalets De Pierola)	mas-d-en-pi-hostalets-de-pierola	CT	B	08025	41.5333	1.7667	4
08295	Sant Vicenç De Castellet	sant-vicenc-de-castellet	CT	B	08262	41.6667	1.8667	4
08296	Castellbell I El Vilar	castellbell-i-el-vilar	CT	B	08053	41.634	1.8639	4
08297	Castellgali	castellgali	CT	B	08061	41.5688	1.881	1
08298	Vilamaric (Monistrol De Montserrat)	vilamaric-monistrol-de-montserrat	CT	B	08242	41.6167	1.85	4
08298	Marganell	marganell	CT	B	08242	41.6167	1.85	3
08299	Rellinars	rellinars	CT	B	08179	41.6333	1.9167	4
08300	Mataro	mataro	CT	B		41.5421	2.4445	4
08301	Mataro	mataro	CT	B	08121	41.5421	2.4445	4
08302	Mataro	mataro	CT	B	08121	41.5421	2.4445	4
08303	Mataro	mataro	CT	B	08121	41.5421	2.4445	4
08304	Mataro	mataro	CT	B	08121	41.5421	2.4445	4
08310	Argentona	argentona	CT	B	08009	41.5534	2.4011	4
08317	Orrius	orrius	CT	B	08153	41.55	2.35	4
08318	Canyamars (Dosrius)	canyamars-dosrius	CT	B	08075	41.5833	2.4167	4
08319	Dosrius	dosrius	CT	B	08075	41.5833	2.4167	4
08320	El Masnou	el-masnou	CT	B	08118	41.4798	2.3188	4
08328	Alella	alella	CT	B	08003	41.4938	2.2945	4
08329	Teia	teia	CT	B	08281	41.498	2.3221	4
08330	Premia De Mar	premia-de-mar	CT	B	08172	41.4921	2.3652	4
08338	Premia De Dalt	premia-de-dalt	CT	B	08230	41.5	2.35	4
08339	Vilassar De Dalt	vilassar-de-dalt	CT	B	08214	41.5167	2.3667	4
08340	Vilassar De Mar	vilassar-de-mar	CT	B	08219	41.5096	2.3936	4
08348	Cabrils	cabrils	CT	B	08030	41.5276	2.37	4
08349	Cabrera De Mar	cabrera-de-mar	CT	B	08029	41.5167	2.4	4
08350	Arenys De Mar	arenys-de-mar	CT	B	08007	41.5819	2.5494	4
08358	Arenys De Munt	arenys-de-munt	CT	B	08007	41.6142	2.5397	4
08359	Sant Iscle De Vallalta	sant-iscle-de-vallalta	CT	B	08193	41.6167	2.5667	4
08360	Canet De Mar	canet-de-mar	CT	B	08040	41.5905	2.5812	4
08370	Calella	calella	CT	B	08035	41.618	2.6678	4
08380	Malgrat De Mar	malgrat-de-mar	CT	B	08110	41.6466	2.7413	4
08389	Sant Genis De Palafolls	sant-genis-de-palafolls	CT	B	08155	41.65	2.7167	4
08389	Palafolls	palafolls	CT	B	08155	41.6667	2.75	4
08390	Montgat	montgat	CT	B	08126	41.4686	2.28	4
08390	Virreina, La (Tiana)	virreina-la-tiana	CT	B	08126	41.4686	2.28	3
08391	Tiana	tiana	CT	B	08282	41.482	2.267	4
08392	Sant Andreu De Llavaneres	sant-andreu-de-llavaneres	CT	B	08197	41.5667	2.4833	4
08393	Caldes D'Estrac	caldes-d-estrac	CT	B	08032	41.5667	2.5333	4
08394	Sant Vicenç De Montalt	sant-vicenc-de-montalt	CT	B	08264	41.5785	2.5088	4
08395	Sant Pol De Mar	sant-pol-de-mar	CT	B	08235	41.6018	2.6174	4
08396	Sant Cebria De Vallalta	sant-cebria-de-vallalta	CT	B	08203	41.6167	2.6	4
08396	Can Domenec (Tordera)	can-domenec-tordera	CT	B	08203	41.6167	2.6	3
08397	Pineda De Mar	pineda-de-mar	CT	B	08163	41.6276	2.6889	4
08398	Santa Susanna	santa-susanna	CT	B	08261	41.6333	2.7167	4
08400	Granollers	granollers	CT	B		41.608	2.2877	4
08401	Granollers	granollers	CT	B	08096	41.608	2.2877	4
08402	Granollers	granollers	CT	B	08096	41.608	2.2877	4
08403	Granollers	granollers	CT	B	08096	41.608	2.2877	4
08404	Granollers	granollers	CT	B		41.608	2.2877	4
08410	Valldoriolf (Vilanova Del Valles)	valldoriolf-vilanova-del-valles	CT	B	08902	41.5534	2.2858	4
08410	Vilanova Del Valles	vilanova-del-valles	CT	B	08902	41.5534	2.2858	4
08415	Font Del Bou (Bigues I Riells)	font-del-bou-bigues-i-riells	CT	B	08023	41.6833	2.2333	4
08415	Can Carreras (Bigues I Riells)	can-carreras-bigues-i-riells	CT	B	08023	41.6833	2.2333	4
08415	Manantials, Els (Bigues I Riells)	manantials-els-bigues-i-riells	CT	B	08023	41.6833	2.2333	4
08415	Castell-Montbui (Bigues I Riells)	castell-montbui-bigues-i-riells	CT	B	08023	41.6833	2.2333	4
08415	Can Regasol (Bigues I Riells)	can-regasol-bigues-i-riells	CT	B	08023	41.6833	2.2333	4
08415	Saulons D'En Deu, Els (Bigues I Riells)	saulons-d-en-deu-els-bigues-i-riells	CT	B	08023	41.6833	2.2333	4
08415	Can Barri (Bigues I Riells)	can-barri-bigues-i-riells	CT	B	08023	41.6833	2.2333	4
08415	Diamant Del Valles (Bigues I Riells)	diamant-del-valles-bigues-i-riells	CT	B	08023	41.6833	2.2333	4
08415	Can Traver (Bigues I Riells)	can-traver-bigues-i-riells	CT	B	08023	41.6833	2.2333	4
08415	Can Fabrera (Bigues I Riells)	can-fabrera-bigues-i-riells	CT	B	08023	41.6833	2.2333	4
08415	Font Granada (Bigues I Riells)	font-granada-bigues-i-riells	CT	B	08023	41.6833	2.2333	4
08415	Rieral De Bigues (Bigues I Riells)	rieral-de-bigues-bigues-i-riells	CT	B	08023	41.6833	2.2333	4
08415	Turo, El (Bigues I Riells)	turo-el-bigues-i-riells	CT	B	08023	41.6833	2.2333	4
08415	Pineda, La (Bigues I Riells)	pineda-la-bigues-i-riells	CT	B	08023	41.6833	2.2333	4
08416	Riells Del Fai (Bigues I Riells)	riells-del-fai-bigues-i-riells	CT	B	08023	41.6833	2.2333	4
08420	Can Duran	can-duran	CT	B	08041	41.6167	2.2833	3
08420	Canovelles	canovelles	CT	B	08041	41.6167	2.2833	4
08420	Can Diviu	can-diviu	CT	B	08041	41.6167	2.2833	3
08420	Barriada Nova	barriada-nova	CT	B	08041	41.6167	2.2833	3
08430	La Roca Del Valles	la-roca-del-valles	CT	B	08181	41.5833	2.3333	4
08430	Santa Agnes De Malanyanes (La Roca)	santa-agnes-de-malanyanes-la-roca	CT	B	08181	41.5833	2.3333	4
08430	Valldoriolf (La Roca Del Valles)	valldoriolf-la-roca-del-valles	CT	B	08181	41.5833	2.3333	4
08440	Cardedeu	cardedeu	CT	B	08042	41.6398	2.3574	4
08445	Samalus	samalus	CT	B	08042	41.6833	2.3167	4
08445	Canoves	canoves	CT	B	08042	41.6833	2.35	4
08450	Sanata (Llinars Del Valles)	sanata-llinars-del-valles	CT	B	08106	41.6333	2.4	4
08450	Collsabadell	collsabadell	CT	B	08106	41.6333	2.4	3
08450	Llinars Del Valles	llinars-del-valles	CT	B	08106	41.6333	2.4	4
08455	Vilalba Sasserra	vilalba-sasserra	CT	B	08306	41.65	2.45	4
08458	Sant Pere De Vilamajor	sant-pere-de-vilamajor	CT	B	08223	41.6833	2.3833	4
08459	Sant Antoni De Vilamajor	sant-antoni-de-vilamajor	CT	B	08198	41.6667	2.4	4
08460	Santa Maria De Palautordera	santa-maria-de-palautordera	CT	B	08259	41.7	2.45	4
08461	Sant Esteve De Palautordera	sant-esteve-de-palautordera	CT	B	08207	41.7	2.4333	4
08469	Montseny	montseny	CT	B	08081	41.7573	2.3994	4
08469	Rieral, El (Fogars De Montclus)	rieral-el-fogars-de-montclus	CT	B	08081	41.7573	2.3994	3
08470	Sant Celoni	sant-celoni	CT	B	08202	41.6833	2.4833	4
08471	Vallgorguina	vallgorguina	CT	B	08294	41.6482	2.51	4
08472	Campins	campins	CT	B	08039	41.7167	2.4667	4
08474	Gualba	gualba	CT	B	08097	41.7333	2.5	4
08476	Batlloria, La (Sant Celoni)	batlloria-la-sant-celoni	CT	B	08202	41.6833	2.4833	4
08479	Mosqueroles	mosqueroles	CT	B	08081	41.7333	2.45	4
08479	Fogars De Montclus	fogars-de-montclus	CT	B	08081	41.7333	2.45	4
08479	La Costa Del Montseny	la-costa-del-montseny	CT	B	08081	41.7333	2.45	3
08480	El Pinar I El Portus	el-pinar-i-el-portus	CT	B	08005	41.6641	2.345	1
08480	Ametlla Del Valles, L'	ametlla-del-valles-l	CT	B	08005	41.6641	2.345	1
08490	Tordera	tordera	CT	B	08284	41.6991	2.7189	4
08495	Fogars De La Selva	fogars-de-la-selva	CT	B	08082	41.7249	2.6742	4
08500	Vic	vic	CT	B	08298	41.9301	2.2549	4
08503	Gurb	gurb	CT	B	08199	41.9542	2.2354	4
08503	Sant Bartomeu Del Grau	sant-bartomeu-del-grau	CT	B	08199	41.9833	2.1833	4
08504	Sant Julia De Vilatorta	sant-julia-de-vilatorta	CT	B	08241	41.9219	2.3245	4
08504	Font De'N Titus (Calldetenes)	font-de-n-titus-calldetenes	CT	B	08241	41.9253	2.2838	4
08504	Sant Sadurni D'Osormort	sant-sadurni-d-osormort	CT	B	08241	41.9	2.3833	4
08505	Sentfores	sentfores	CT	B	08247	41.9167	2.2167	4
08505	Santa Eulalia De Riuprimer	santa-eulalia-de-riuprimer	CT	B	08247	41.9106	2.189	4
08506	Calldetenes	calldetenes	CT	B	08037	41.9253	2.2838	4
08507	Santa Eugenia De Berga	santa-eugenia-de-berga	CT	B	08246	41.9	2.2833	4
08508	Vinyoles D'Oris (Masies De Voltrega)	vinyoles-d-oris-masies-de-voltrega	CT	B	08117	42	2.25	4
08508	Masies De Voltrega, Les	masies-de-voltrega-les	CT	B	08117	42	2.25	4
08508	Gleva, La (Masies De Voltrega)	gleva-la-masies-de-voltrega	CT	B	08117	42	2.25	4
08509	Santa Cecilia De Voltrega	santa-cecilia-de-voltrega	CT	B	08117	42	2.2333	4
08510	Masies De Roda, Les	masies-de-roda-les	CT	B	08183	41.9825	2.3112	3
08510	Roda De Ter	roda-de-ter	CT	B	08183	41.9825	2.3112	4
08511	Santa Maria De Corco	santa-maria-de-corco	CT	B	08254	42.0333	2.3667	4
08511	Tavertet	tavertet	CT	B	08254	41.9957	2.4186	4
08512	Sant Hipolit De Voltrega	sant-hipolit-de-voltrega	CT	B	08215	42.0141	2.2402	4
08513	Prats De Lluçanes	prats-de-llucanes	CT	B	08171	42.0167	2.0333	4
08514	Lluça	lluca	CT	B	08109	42.05	2.0333	4
08515	Santa Creu De Jotglar	santa-creu-de-jotglar	CT	B	08225	42.0333	2.0833	3
08515	Sant Marti D'Albars	sant-marti-d-albars	CT	B	08225	42.0333	2.0833	4
08516	Olost	olost	CT	B	08149	41.9854	2.0946	4
08517	Sagas	sagas	CT	B	08188	42.05	1.9667	4
08517	Santa Maria De Merles	santa-maria-de-merles	CT	B	08188	42	1.9833	4
08518	Orista	orista	CT	B	08151	41.9333	2.0667	4
08519	Tavernoles	tavernoles	CT	B	08303	41.9559	2.3253	4
08519	Folgueroles	folgueroles	CT	B	08303	41.9388	2.3174	4
08519	Vilanova De Sau	vilanova-de-sau	CT	B	08303	41.947	2.3844	4
08520	Marata (Franqueses Del Valles, Les)	marata-franqueses-del-valles-les	CT	B	08086	41.6473	2.2979	4
08520	Corro D'Amunt (Franqueses Del Valles, Les)	corro-d-amunt-franqueses-del-valles-les	CT	B	08086	41.6473	2.2979	4
08520	Corro D'Avall (Franqueses Del Valles, Les)	corro-d-avall-franqueses-del-valles-les	CT	B	08086	41.6473	2.2979	4
08520	Llerona (Franqueses Del Valles, Les)	llerona-franqueses-del-valles-les	CT	B	08086	41.6473	2.2979	4
08521	Bellavista (Franqueses Del Valles, Les)	bellavista-franqueses-del-valles-les	CT	B	08086	41.7278	2.2697	1
08522	Malla	malla	CT	B		41.8946	2.2437	4
08529	Muntanyola	muntanyola	CT	B	08129	41.8833	2.1833	4
08530	La Garriga	la-garriga	CT	B	08042	41.6833	2.2833	4
08540	Centelles	centelles	CT	B	08067	41.7975	2.219	4
08550	Hostalets De Balenya, Els (Balenya)	hostalets-de-balenya-els-balenya	CT	B	08017	41.8172	2.2368	4
08551	Tona	tona	CT	B	08283	41.8479	2.2281	4
08552	Taradell	taradell	CT	B	08278	41.8749	2.2866	4
08553	Seva	seva	CT	B	08269	41.8383	2.2801	4
08554	Sant Miquel De Balenya (Seva)	sant-miquel-de-balenya-seva	CT	B	08269	41.8383	2.2801	4
08559	El Brull	el-brull	CT	B	08026	41.8433	2.2623	1
08560	Manlleu	manlleu	CT	B	08112	42.0023	2.2848	4
08569	Cantonigros	cantonigros	CT	B	08254	42.0243	2.4171	3
08569	Sant Marti Sescorts	sant-marti-sescorts	CT	B	08254	42.0062	2.3308	4
08569	Pruit	pruit	CT	B	08254	42.0428	2.4548	4
08569	Rupit	rupit	CT	B	08254	42.024	2.4658	4
08570	Torello	torello	CT	B	08285	42.0463	2.2668	4
08571	Sant Vicenç De Torello	sant-vicenc-de-torello	CT	B	08265	42.0748	2.2968	4
08572	Sant Pere De Torello	sant-pere-de-torello	CT	B	08233	42.0833	2.3	4
08573	Oris	oris	CT	B	08150	42.0597	2.2207	4
08580	Sant Quirze De Besora	sant-quirze-de-besora	CT	B	08237	42.1	2.2333	4
08584	Santa Maria De Besora	santa-maria-de-besora	CT	B	08253	42.127	2.2585	4
08585	Montesquiu	montesquiu	CT	B	08131	42.1167	2.2167	4
08586	Sant Agusti De Lluçanes	sant-agusti-de-llucanes	CT	B	08195	42.0833	2.1333	4
08587	Alpens	alpens	CT	B	08004	42.1193	2.1013	4
08588	Sora	sora	CT	B	08272	42.1124	2.1608	4
08589	Sobremunt	sobremunt	CT	B	08160	42.036	2.165	4
08589	Perafita	perafita	CT	B	08160	42.0423	2.107	4
08589	Sant Boi De Lluçanes	sant-boi-de-llucanes	CT	B	08160	42.05	2.15	4
08590	Figaro (Montmany)	figaro-montmany	CT	B	08134	41.7212	2.273	4
08590	Montmany- Figaro	montmany-figaro	CT	B	08134	41.7212	2.273	4
08591	Aiguafreda	aiguafreda	CT	B	08170	41.7681	2.2505	4
08592	Sant Marti De Centelles	sant-marti-de-centelles	CT	B	08224	41.7662	2.2057	4
08593	Tagamanent	tagamanent	CT	B	08276	41.7375	2.2672	4
08600	El Poligon De La Valldan	el-poligon-de-la-valldan	CT	B	08022	42.1043	1.8463	3
08600	Berga	berga	CT	B	08022	42.1043	1.8463	4
08604	Castell De L'Areny	castell-de-l-areny	CT	B	08057	42.1729	1.9453	4
08605	Montclar	montclar	CT	B	08130	42.1549	1.9385	1
08606	La Quar	la-quar	CT	B		42.1549	1.9385	1
08607	Sant Jaume De Frontanya	sant-jaume-de-frontanya	CT	B	08216	42.1874	2.0239	4
08610	Cal Rosal (Avia)	cal-rosal-avia	CT	B	08011	42.0667	1.85	3
08610	Avia	avia	CT	B	08011	42.0667	1.85	4
08611	Colonia Rosal, La (Berga)	colonia-rosal-la-berga	CT	B	08144	42.0667	1.9	3
08611	Olvan	olvan	CT	B	08144	42.0667	1.9	4
08611	Cal Rosal (Olvan)	cal-rosal-olvan	CT	B	08144	42.0667	1.9	4
08612	Montmajor	montmajor	CT	B	08132	42.0175	1.735	4
08613	Vilada	vilada	CT	B	08299	42.1369	1.9316	4
08614	Espunyola, L'	espunyola-l	CT	B	08078	42.0532	1.7723	4
08617	Capolat	capolat	CT	B		42.0772	1.7535	4
08618	Castellar Del Riu	castellar-del-riu	CT	B		42.123	1.7738	4
08619	Borreda	borreda	CT	B	08045	42.1356	1.9943	4
08620	Sant Vicenç Dels Horts	sant-vicenc-dels-horts	CT	B	08263	41.3932	2.0069	4
08629	Torrelles De Llobregat	torrelles-de-llobregat	CT	B	08289	41.35	1.9833	4
08630	Santa Maria De Vilalba	santa-maria-de-vilalba	CT	B	08001	41.5168	1.901	3
08630	Abrera	abrera	CT	B	08001	41.5168	1.901	4
08635	Beguda Alta, La (S. Esteve Sesrovires)	beguda-alta-la-s-esteve-sesrovires	CT	B	08208	41.4934	1.8833	3
08635	Sant Esteve Sesrovires	sant-esteve-sesrovires	CT	B	08208	41.4934	1.8833	4
08640	Olesa De Montserrat	olesa-de-montserrat	CT	B	08147	41.5437	1.8941	4
08650	Cabrianes	cabrianes	CT	B	08191	41.8	1.9167	4
08650	Cornet	cornet	CT	B	08191	41.813	1.9061	3
08650	Sallent	sallent	CT	B	08191	41.826	1.8955	4
08650	La Botjosa	la-botjosa	CT	B	08191	41.813	1.9061	3
08660	Balsareny	balsareny	CT	B	08018	41.8631	1.8736	4
08670	Navas	navas	CT	B	08141	41.9	1.8776	4
08671	Castelladral	castelladral	CT	B		41.8989	1.78	4
08672	Gaia	gaia	CT	B	08175	41.9167	1.9333	4
08672	Ametlla De Merola, L'	ametlla-de-merola-l	CT	B	08175	41.8333	1.8833	4
08673	Sant Joan De Montdarn (Viver I Serrateix)	sant-joan-de-montdarn-viver-i-serrateix	CT	B	08308	41.8872	1.8686	1
08673	Viver I Serrateix	viver-i-serrateix	CT	B	08308	41.8872	1.8686	1
08680	El Guixaro	el-guixaro	CT	B	08092	42.0422	1.8734	3
08680	Gironella	gironella	CT	B	08092	42.0343	1.8802	4
08680	Ametlla De Casserres, L'	ametlla-de-casserres-l	CT	B	08092	42.05	1.8667	4
08690	Santa Coloma De Cervello	santa-coloma-de-cervello	CT	B	08244	41.3674	2.0143	4
08691	Monistrol De Montserrat	monistrol-de-montserrat	CT	B	08127	41.6167	1.85	4
08692	Puig-Reig	puig-reig	CT	B	08175	41.9667	1.8833	4
08693	Casserres	casserres	CT	B	08050	42.0126	1.8442	4
08694	Sant Julia De Cerdanyola	sant-julia-de-cerdanyola	CT	B	08903	42.2235	1.8931	4
08694	Guardiola De Bergueda	guardiola-de-bergueda	CT	B	08903	42.2349	1.8772	4
08695	Baga	baga	CT	B	08016	42.2529	1.861	4
08695	Gisclareny	gisclareny	CT	B	08016	42.2529	1.861	3
08696	Castellar De N'Hug	castellar-de-n-hug	CT	B	08166	42.2833	2.0167	4
08696	La Pobla De Lillet	la-pobla-de-lillet	CT	B	08166	42.2449	1.9741	4
08697	Saldes	saldes	CT	B	08190	42.2333	1.7333	4
08698	Sant Corneli	sant-corneli	CT	B	08268	42.1715	1.8676	3
08698	Figols	figols	CT	B	08268	42.181	1.836	4
08698	Sant Jordi De Cercs	sant-jordi-de-cercs	CT	B	08268	42.1715	1.8676	3
08698	Cercs	cercs	CT	B	08268	42.1667	1.8833	4
08698	La Nou De Bergueda	la-nou-de-bergueda	CT	B	08268	42.1667	1.8833	4
08699	Vallcebre	vallcebre	CT	B	08011	42.2035	1.8182	4
08700	Igualada	igualada	CT	B	08102	41.581	1.6172	4
08710	Santa Margarida De Montbui A-Antiguo	santa-margarida-de-montbui-a-antiguo	CT	B	08250	41.55	1.6167	3
08710	Santa Margarida De Montbui	santa-margarida-de-montbui	CT	B	08250	41.55	1.6167	4
08711	Odena	odena	CT	B	08143	41.6	1.65	4
08712	Sant Jaume Sesoliveres Urb. (Igualada)	sant-jaume-sesoliveres-urb-igualada	CT	B	08226	41.55	1.5167	3
08712	Sant Marti De Tous	sant-marti-de-tous	CT	B	08226	41.55	1.5167	4
08717	Montmaneu	montmaneu	CT	B	08008	41.6259	1.415	4
08717	Argençola	argencola	CT	B	08008	41.6259	1.415	4
08718	Cabrera D'Anoia	cabrera-d-anoia	CT	B	08028	41.5742	1.5568	1
08719	Santa Maria Cami (Veciana)	santa-maria-cami-veciana	CT	B	08021	41.6833	1.5	4
08719	Castelloli	castelloli	CT	B	08021	41.5983	1.7006	4
08719	Jorba	jorba	CT	B	08021	41.6019	1.5475	4
08719	Rubio	rubio	CT	B	08021	41.3324	1.6496	4
08720	Vilafranca Del Penedes	vilafranca-del-penedes	CT	B	08305	41.35	1.7	4
08720	Salines, Les	salines-les	CT	B	08305	41.35	1.7	3
08720	Perepau	perepau	CT	B	08305	41.35	1.7	3
08720	El Moli D'En Rovira	el-moli-d-en-rovira	CT	B	08305	41.35	1.7	3
08729	Clariana (Castellet I La Gornal)	clariana-castellet-i-la-gornal	CT	B	08058	41.35	1.7	1
08729	Castellet I La Gornal	castellet-i-la-gornal	CT	B	08058	41.35	1.7	1
08729	Casetes, Les (Castellet I La Gornal)	casetes-les-castellet-i-la-gornal	CT	B	08058	41.35	1.7	1
08730	Santa Margarida I Els Monjos	santa-margarida-i-els-monjos	CT	B	08251	41.3324	1.6496	4
08731	Sant Marti Sarroca	sant-marti-sarroca	CT	B	08227	41.3833	1.6167	4
08732	Gornal, La (Castellet I La Gornal)	gornal-la-castellet-i-la-gornal	CT	B	08065	41.3167	1.6167	3
08732	Munia, La (Castellvi De La Marca)	munia-la-castellvi-de-la-marca	CT	B	08065	41.3167	1.6167	4
08732	Sant Marçal (Castellet I La Gornal)	sant-marcal-castellet-i-la-gornal	CT	B	08065	41.3167	1.6167	3
08732	Castellvi De La Marca	castellvi-de-la-marca	CT	B	08065	41.3167	1.6167	4
08733	El Pla Del Penedes	el-pla-del-penedes	CT	B	08164	41.4167	1.7167	4
08734	Arboçar, L' (Avinyonet Del Penedes)	arbocar-l-avinyonet-del-penedes	CT	B	08145	41.3258	1.6912	3
08734	Sant Miquel D'Olerdola (Olerdola)	sant-miquel-d-olerdola-olerdola	CT	B	08145	41.3258	1.6912	4
08734	Can Trabal (Olerdola)	can-trabal-olerdola	CT	B	08145	41.3258	1.6912	4
08734	Moja (Olerdola)	moja-olerdola	CT	B	08145	41.3258	1.6912	4
08734	Poligon Industrial El Clot De Moja (Olerdola)	poligon-industrial-el-clot-de-moja-olerdola	CT	B	08145	41.3258	1.6912	4
08734	Daltmar (Olerdola)	daltmar-olerdola	CT	B	08145	41.3258	1.6912	4
08735	Vilobi Del Penedes	vilobi-del-penedes	CT	B	08304	41.3833	1.65	4
08736	Guardiola De Font-Rubi	guardiola-de-font-rubi	CT	B	08085	41.4145	1.6506	4
08736	Font-Rubi	font-rubi	CT	B	08085	41.4145	1.6506	3
08737	Torrelles De Foix	torrelles-de-foix	CT	B	08288	41.3833	1.5667	4
08738	Pontons	pontons	CT	B	08168	41.4131	1.5146	4
08739	Subirats	subirats	CT	B	08273	41.4	1.8333	4
08740	Sant Andreu De La Barca	sant-andreu-de-la-barca	CT	B	08196	41.4466	1.9719	4
08750	Sant Bartomeu De La Quadra	sant-bartomeu-de-la-quadra	CT	B	08123	41.4167	2.0333	4
08750	Santa Creu D'Olorda	santa-creu-d-olorda	CT	B	08123	41.4167	2.025	3
08750	Vallpineda	vallpineda	CT	B	08123	41.4167	2.025	3
08750	Molins De Rei	molins-de-rei	CT	B	08123	41.4167	2.0167	4
08753	Fontpineda Urbanizacion (Palleja) (Urbanitzacio)	fontpineda-urbanizacion-palleja-urbanitzacio	CT	B	08157	41.4239	1.995	4
08754	El Papiol	el-papiol	CT	B	08158	41.4333	2.0167	4
08755	Castellbisbal	castellbisbal	CT	B	08054	41.4753	1.9817	4
08756	La Palma De Cervello	la-palma-de-cervello	CT	B	08905	41.4131	1.9691	4
08757	Corbera De Llobregat	corbera-de-llobregat	CT	B	08072	41.417	1.9197	4
08757	Corbera De Baix	corbera-de-baix	CT	B	08072	41.417	1.9197	4
08757	Safari (Urbanizacio)	safari-urbanizacio	CT	B	08072	41.417	1.9197	3
08758	Costa De La Perdiu (Cervello)	costa-de-la-perdiu-cervello	CT	B	08068	41.3959	1.9592	4
08758	Cervello	cervello	CT	B	08068	41.3959	1.9592	4
08758	Inter-Club (Vallirana)	inter-club-vallirana	CT	B	08068	41.3959	1.9592	3
08758	Can Roig (Cervello)	can-roig-cervello	CT	B	08068	41.3959	1.9592	4
08758	Puigmontmany (Cervello)	puigmontmany-cervello	CT	B	08068	41.3959	1.9592	4
08759	Vallirana	vallirana	CT	B	08295	41.3868	1.932	4
08760	Martorell	martorell	CT	B	08114	41.474	1.9306	4
08769	Castellvi De Rosanes	castellvi-de-rosanes	CT	B	08066	41.45	1.9	4
08770	Monistrol D'Anoia	monistrol-d-anoia	CT	B	08202	41.4469	1.7855	4
08770	Can Catassus	can-catassus	CT	B	08202	41.4347	1.793	3
08770	Espiells	espiells	CT	B	08202	41.4404	1.8101	4
08770	Can Benet De La Prua	can-benet-de-la-prua	CT	B	08202	41.4347	1.793	3
08770	Sant Sadurni D'Anoia	sant-sadurni-d-anoia	CT	B	08202	41.4167	1.7833	4
08773	Mediona	mediona	CT	B	08122	41.478	1.6122	4
08775	Torrelavit	torrelavit	CT	B	08287	41.4523	1.6982	1
08776	Sant Pere De Riudebitlles	sant-pere-de-riudebitlles	CT	B	08232	41.45	1.7	4
08777	Sant Quinti De Mediona	sant-quinti-de-mediona	CT	B	08236	41.4623	1.6639	4
08779	La Llacuna	la-llacuna	CT	B	08104	41.4714	1.5324	4
08780	Palleja	palleja	CT	B	08157	41.4239	1.995	4
08781	Hostalets De Pierola, Els	hostalets-de-pierola-els	CT	B	08162	41.5333	1.7667	4
08782	Beguda Alta, La (Masquefa)	beguda-alta-la-masquefa	CT	B	08119	41.5035	1.8114	4
08783	Masquefa	masquefa	CT	B	08119	41.5035	1.8114	4
08784	La Fortesa	la-fortesa	CT	B	08161	41.5223	1.7508	3
08784	Piera	piera	CT	B	08161	41.5223	1.7508	4
08784	El Badorc	el-badorc	CT	B	08161	41.5223	1.7508	3
08784	Sant Jaume Sesoliveres	sant-jaume-sesoliveres	CT	B	08161	41.5223	1.7508	3
08785	Vallbona D'Anoia	vallbona-d-anoia	CT	B	08292	41.5167	1.7167	4
08786	Capellades	capellades	CT	B	08044	41.53	1.6865	4
08787	Santa Maria De Miralles	santa-maria-de-miralles	CT	B	08152	41.5309	1.6121	3
08787	Orpi	orpi	CT	B	08152	41.5187	1.5754	4
08787	La Pobla De Claramunt	la-pobla-de-claramunt	CT	B	08152	41.5542	1.6771	4
08787	Carme	carme	CT	B	08152	41.532	1.6207	4
08787	Can Bou (Orpi)	can-bou-orpi	CT	B	08152	41.5187	1.5754	4
08788	Vilanova Del Cami	vilanova-del-cami	CT	B	08302	41.5716	1.6375	4
08789	Pinedes De L'Ermengol, Les	pinedes-de-l-ermengol-les	CT	B	08286	41.532	1.6207	3
08789	La Torre De Claramunt	la-torre-de-claramunt	CT	B	08286	41.532	1.6207	4
08789	Vilanova D'Espoia	vilanova-d-espoia	CT	B	08286	41.532	1.6207	3
08790	Gelida	gelida	CT	B	08091	41.4333	1.8667	4
08790	Sant Salvador	sant-salvador	CT	B	08091	41.456	1.862	4
08791	Beguda Baixa, La (S.Llorenç D'Hortons)	beguda-baixa-la-s-llorenc-d-hortons	CT	B	08222	41.4667	1.8333	3
08791	Sant Llorenç D'Hortons	sant-llorenc-d-hortons	CT	B	08222	41.4667	1.8333	4
08791	Sant Joan Samora (S.Llorenç D'Hortons)	sant-joan-samora-s-llorenc-d-hortons	CT	B	08222	41.4667	1.8333	3
08791	Beguda Alta, La (S. Llorenç D'Hortons)	beguda-alta-la-s-llorenc-d-hortons	CT	B	08222	41.4667	1.8333	3
08792	Santa Fe Del Penedes	santa-fe-del-penedes	CT	B	08094	41.3833	1.7167	4
08792	La Granada	la-granada	CT	B	08094	41.3833	1.7167	3
08792	Garrofa, La (Avinyonet Del Penedes)	garrofa-la-avinyonet-del-penedes	CT	B	08094	41.3833	1.7167	3
08793	Avinyonet Del Penedes	avinyonet-del-penedes	CT	B	08013	41.35	1.7833	4
08794	Cabanyes, Les	cabanyes-les	CT	B	08027	41.3667	1.7	4
08795	Olesa De Bonesvalls	olesa-de-bonesvalls	CT	B	08146	41.3544	1.8491	4
08796	Pacs Del Penedes	pacs-del-penedes	CT	B	08154	41.3975	1.7846	1
08797	Puigdalber	puigdalber	CT	B	08174	41.4	1.7	4
08798	Sant Cugat Sesgarrigues	sant-cugat-sesgarrigues	CT	B	08013	41.3667	1.75	4
08798	Sant Sebastia Dels Gorgs (Avinyonet Del Penedes)	sant-sebastia-dels-gorgs-avinyonet-del-penedes	CT	B	08013	41.3667	1.75	3
08799	Sant Pere Molanta (Olerdola)	sant-pere-molanta-olerdola	CT	B	08145	41.3975	1.7846	1
08799	Poligon Industrial De Sant Pere Molanta (Olerdola)	poligon-industrial-de-sant-pere-molanta-olerdola	CT	B	08145	41.3975	1.7846	1
08800	Vilanova I La Geltru	vilanova-i-la-geltru	CT	B	08307	41.2239	1.7251	4
08805	Sabadell	sabadell	CT	B		41.5433	2.1094	4
08810	Sant Pere De Ribes	sant-pere-de-ribes	CT	B	08231	41.2667	1.7667	4
08810	Puigmolto	puigmolto	CT	B	08231	41.2499	1.7689	4
08811	Canyelles	canyelles	CT	B	08043	41.2833	1.7333	4
08812	Vilanoveta	vilanoveta	CT	B	08231	41.2667	1.7667	3
08812	Roquetes, Les (Sant Pere De Ribes)	roquetes-les-sant-pere-de-ribes	CT	B	08231	41.2667	1.7667	4
08812	El Mas D'En Serra	el-mas-d-en-serra	CT	B	08231	41.2667	1.7667	3
08818	Olivella	olivella	CT	B	08148	41.3167	1.8167	4
08820	El Aeroport Del Prat	el-aeroport-del-prat	CT	B	08169	41.3278	2.0947	3
08820	El Prat De Llobregat	el-prat-de-llobregat	CT	B	08169	41.3278	2.0947	4
08830	Sant Boi De Llobregat	sant-boi-de-llobregat	CT	B	08200	41.3436	2.0366	4
08840	Viladecans	viladecans	CT	B	08301	41.314	2.0143	4
08849	Sant Climent De Llobregat	sant-climent-de-llobregat	CT	B	08204	41.3333	2	4
08850	Gava	gava	CT	B	08089	41.3061	2.0012	4
08859	Begues	begues	CT	B	08020	41.3333	1.9333	4
08860	Castelldefels	castelldefels	CT	B	08056	41.2779	1.9703	4
08860	Rat Penat (Sitges) (Urbanitzacio)	rat-penat-sitges-urbanitzacio	CT	B	08056	41.2351	1.8119	4
08860	Garraf Ii (Sitges) (Urbanitzacio)	garraf-ii-sitges-urbanitzacio	CT	B	08056	41.2351	1.8119	4
08860	Botigues De Sitges, Les (Sitges)	botigues-de-sitges-les-sitges	CT	B	08056	41.2351	1.8119	4
08870	Sitges	sitges	CT	B	08270	41.2351	1.8119	4
08871	Garraf (Sitges)	garraf-sitges	CT	B	08270	41.2351	1.8119	4
08872	Vallcarca (Sitges)	vallcarca-sitges	CT	B		41.2351	1.8119	4
08880	Cubelles	cubelles	CT	B	08074	41.2077	1.6727	4
08900	Hospitalet De Llobregat, L'	hospitalet-de-llobregat-l	CT	B		41.4301	2.1925	1
08901	Hospitalet De Llobregat, L'	hospitalet-de-llobregat-l	CT	B	08101	41.4301	2.1925	1
08902	Hospitalet De Llobregat, L'	hospitalet-de-llobregat-l	CT	B	08101	41.4301	2.1925	1
08903	Hospitalet De Llobregat, L'	hospitalet-de-llobregat-l	CT	B	08101	41.4301	2.1925	1
08904	Hospitalet De Llobregat, L'	hospitalet-de-llobregat-l	CT	B	08101	41.4301	2.1925	1
08905	Hospitalet De Llobregat, L'	hospitalet-de-llobregat-l	CT	B	08101	41.4301	2.1925	1
08906	Hospitalet De Llobregat, L'	hospitalet-de-llobregat-l	CT	B	08101	41.4301	2.1925	1
08907	Hospitalet De Llobregat, L'	hospitalet-de-llobregat-l	CT	B	08101	41.4301	2.1925	1
08908	Hospitalet De Llobregat, L'	hospitalet-de-llobregat-l	CT	B	08101	41.4301	2.1925	1
08910	Badalona	badalona	CT	B		41.45	2.2474	4
08911	Badalona	badalona	CT	B	08015	41.45	2.2474	4
08912	Badalona	badalona	CT	B	08015	41.45	2.2474	4
08913	Badalona	badalona	CT	B	08015	41.45	2.2474	4
08914	Badalona	badalona	CT	B	08015	41.45	2.2474	4
08915	Badalona	badalona	CT	B	08015	41.45	2.2474	4
08916	Mas Ram Urb. (Tiana)	mas-ram-urb-tiana	CT	B	08015	41.45	2.2474	3
08916	Badalona	badalona	CT	B	08015	41.45	2.2474	4
08917	Badalona	badalona	CT	B	08015	41.45	2.2474	4
08918	Badalona	badalona	CT	B	08015	41.45	2.2474	4
08920	Santa Coloma De Gramenet	santa-coloma-de-gramenet	CT	B		41.4515	2.2081	4
08921	Santa Coloma De Gramenet	santa-coloma-de-gramenet	CT	B	08245	41.4515	2.2081	4
08922	Santa Coloma De Gramenet	santa-coloma-de-gramenet	CT	B	08245	41.4515	2.2081	4
08923	Santa Coloma De Gramenet	santa-coloma-de-gramenet	CT	B	08245	41.4515	2.2081	4
08924	Santa Coloma De Gramenet	santa-coloma-de-gramenet	CT	B	08245	41.4515	2.2081	4
08930	Sant Adria De Besos	sant-adria-de-besos	CT	B	08194	41.4307	2.2186	4
08940	Cornella De Llobregat	cornella-de-llobregat	CT	B	08073	41.35	2.0833	4
08950	Esplugues De Llobregat	esplugues-de-llobregat	CT	B	08077	41.3773	2.0881	4
08960	Sant Just Desvern	sant-just-desvern	CT	B	08221	41.386	2.0757	4
08970	Sant Joan Despi	sant-joan-despi	CT	B	08217	41.3667	2.0667	4
08980	Sant Feliu De Llobregat	sant-feliu-de-llobregat	CT	B	08211	41.3833	2.05	4
43421	Bellprat	bellprat	CT	B	08021	41.517	1.4333	4
17001	Girona	girona	CT	GI	17079	41.9831	2.8249	4
17002	Girona	girona	CT	GI	17079	41.9831	2.8249	4
17003	Girona	girona	CT	GI	17079	41.9831	2.8249	4
17004	Girona	girona	CT	GI	17079	41.9831	2.8249	4
17005	Girona	girona	CT	GI	17079	41.9831	2.8249	4
17006	Girona	girona	CT	GI	17079	41.9831	2.8249	4
17007	Girona	girona	CT	GI	17079	41.9831	2.8249	4
17070	Girona	girona	CT	GI		41.9831	2.8249	4
17071	Girona	girona	CT	GI		41.9831	2.8249	4
17080	Girona	girona	CT	GI		41.9831	2.8249	4
17100	La Bisbal D'Emporda	la-bisbal-d-emporda	CT	GI	17022	42.0276	2.8187	1
17110	Fonteta	fonteta	CT	GI	17902	41.9504	3.0571	4
17110	Santa Susana De Peralta (Pueblo)	santa-susana-de-peralta-pueblo	CT	GI	17902	41.9504	3.0571	3
17110	Sant Climent De Peralta (Pueblo)	sant-climent-de-peralta-pueblo	CT	GI	17902	41.9504	3.0571	3
17111	Vullpellac	vullpellac	CT	GI	17902	41.9689	3.0495	1
17113	Peratallada	peratallada	CT	GI	17902	41.9781	3.09	4
17113	Canapost	canapost	CT	GI	17902	41.9756	3.0715	4
17114	Ullastret	ullastret	CT	GI	17205	42	3.0667	4
17115	Castell D'Emporda	castell-d-emporda	CT	GI		41.978	3.0447	4
17116	Cruilles	cruilles	CT	GI	17901	41.95	3.0167	4
17117	Sant Miquel De Cruilles	sant-miquel-de-cruilles	CT	GI	17901	41.95	3	4
17118	Sant Sadurni De L'Heura	sant-sadurni-de-l-heura	CT	GI	17901	41.9689	3.0495	1
17118	Santa Pellaia	santa-pellaia	CT	GI	17901	41.9689	3.0495	1
17120	La Pera	la-pera	CT	GI	17130	42.0136	2.9826	3
17120	Pubol	pubol	CT	GI	17130	42.0136	2.9826	4
17120	Pedrinya (Ajuntament La Pera)	pedrinya-ajuntament-la-pera	CT	GI	17130	42.0136	2.9826	3
17120	Caça De Pelras	caca-de-pelras	CT	GI	17130	42.0136	2.9826	3
17120	Riuras	riuras	CT	GI	17130	42.0136	2.9826	3
17121	Corça	corca	CT	GI	17901	41.9833	3.0167	4
17121	Matajudaica	matajudaica	CT	GI	17901	42.0054	3.044	4
17121	Monells	monells	CT	GI	17901	41.9752	2.9991	4
17121	Casavells	casavells	CT	GI	17901	42	3.0333	4
17123	Torrent	torrent	CT	GI	17197	41.9524	3.1268	4
17124	Llofriu	llofriu	CT	GI	17117	41.9333	3.1333	4
17130	Cinclaus	cinclaus	CT	GI	17199	42.132	3.1213	3
17130	Empuries	empuries	CT	GI	17199	42.132	3.1213	4
17130	Cala Montgo	cala-montgo	CT	GI	17199	42.132	3.1213	3
17130	Escala, L'	escala-l	CT	GI	17199	42.132	3.1213	3
17131	Rupia	rupia	CT	GI	17153	42.0167	3.0167	4
17132	Masos (Foixa)	masos-foixa	CT	GI	17068	42.0363	3.0002	4
17132	Vila (Foixa)	vila-foixa	CT	GI	17068	42.0363	3.0002	4
17132	Cuells (Foixa)	cuells-foixa	CT	GI	17068	42.0363	3.0002	4
17133	Serra De Daro	serra-de-daro	CT	GI	17203	42.0288	3.0722	4
17133	Sala, La (Foixa)	sala-la-foixa	CT	GI	17203	42.0289	3.0462	3
17133	Parlava	parlava	CT	GI	17203	42.0216	3.032	4
17133	Ultramort	ultramort	CT	GI	17203	42.0364	3.0345	4
17133	Sant Iscle D'Emporda	sant-iscle-d-emporda	CT	GI	17203	42.0289	3.0462	3
17133	Fonolleres	fonolleres	CT	GI	17203	42.0289	3.0462	3
17134	Maranya	maranya	CT	GI	17195	42.0722	3.0572	3
17134	La Tallada D'Emporda	la-tallada-d-emporda	CT	GI	17195	42.0922	3.0477	4
17134	Tor (Pueblo)	tor-pueblo	CT	GI	17195	42.0722	3.0572	3
17134	Canet De La Tallada	canet-de-la-tallada	CT	GI	17195	42.0522	3.0667	4
17136	Albons	albons	CT	GI	17004	42.1039	3.0843	4
17137	Viladamat	viladamat	CT	GI	17210	42.133	3.0755	4
17137	Palaborrell	palaborrell	CT	GI	17210	42.133	3.0755	3
17140	Ulla	ulla	CT	GI	17204	42.05	3.1167	4
17141	Bellcaire D'Emporda	bellcaire-d-emporda	CT	GI	17018	42.0801	3.0949	4
17141	Sobrestany	sobrestany	CT	GI	17018	42.0785	3.1201	4
17142	Verges	verges	CT	GI	17211	42.0628	3.0458	4
17143	Jafre	jafre	CT	GI	17085	42.0725	3.0106	4
17144	Colomers	colomers	CT	GI	17055	42.0833	2.9833	4
17150	Sant Gregori (Municipio)	sant-gregori-municipio	CT	GI	17163	42.0448	2.6647	1
17151	Ginestar	ginestar	CT	GI	17163	42.0153	2.7177	4
17151	Santa Afra	santa-afra	CT	GI	17163	42.0153	2.7177	3
17152	Llora	llora	CT	GI	17172	42.0167	2.7167	4
17153	Granollers De Rocacorba	granollers-de-rocacorba	CT	GI	17172	42.0684	2.652	4
17153	Sant Marti De Llemena	sant-marti-de-llemena	CT	GI	17172	42.0333	2.65	4
17154	Sant Aniol De Finestres	sant-aniol-de-finestres	CT	GI	17183	42.0902	2.5869	4
17154	Sant Esteve De Llemana	sant-esteve-de-llemana	CT	GI	17183	42.0902	2.5869	3
17160	Angles	angles	CT	GI	17008	41.9562	2.636	4
17160	Mines Del Sant Pare, Les	mines-del-sant-pare-les	CT	GI	17008	41.9562	2.636	3
17161	Osor	osor	CT	GI	17116	41.946	2.5554	4
17161	Colonia De Les Mines	colonia-de-les-mines	CT	GI	17116	41.946	2.5554	3
17161	Sant Miquel De Ter	sant-miquel-de-ter	CT	GI	17116	41.946	2.5554	3
17162	Bescano	bescano	CT	GI	17020	41.966	2.7392	4
17162	Montfulla	montfulla	CT	GI	17020	41.9677	2.7612	4
17162	Vilanna (Pueblo)	vilanna-pueblo	CT	GI	17020	41.9669	2.7502	3
17164	Constantins	constantins	CT	GI	17163	41.9826	2.6898	4
17164	Sant Julia Del Llor I Bonmati	sant-julia-del-llor-i-bonmati	CT	GI	17163	41.9705	2.6694	4
17165	La Cellera De Ter	la-cellera-de-ter	CT	GI	17189	41.9692	2.624	4
17166	Susqueda	susqueda	CT	GI	17194	41.9778	2.5165	4
17166	El Pasteral	el-pasteral	CT	GI	17194	41.9858	2.6157	4
17166	Coll, El (Ayto Susqueda)	coll-el-ayto-susqueda	CT	GI	17194	41.9818	2.5661	3
17170	Amer	amer	CT	GI	17007	42.0105	2.602	4
17171	Sant Marti Sacalm	sant-marti-sacalm	CT	GI	17183	42.0141	2.5444	4
17172	Planes D'Hostoles, Les	planes-d-hostoles-les	CT	GI	17133	42.0667	2.5833	4
17172	Encies, Les	encies-les	CT	GI	17133	42.0667	2.5833	4
17173	Cogolls	cogolls	CT	GI	17133	42.0858	2.5411	4
17174	Sant Iscle De Colltort	sant-iscle-de-colltort	CT	GI	17161	42.1167	2.5333	4
17174	Sant Feliu De Pallerols	sant-feliu-de-pallerols	CT	GI	17161	42.0771	2.5093	4
17175	Sant Miquel De Pineda	sant-miquel-de-pineda	CT	GI		42.0975	2.4939	4
17176	Sant Esteve D'En Bas	sant-esteve-d-en-bas	CT	GI	17207	42.1209	2.4188	3
17176	Joanetes	joanetes	CT	GI	17207	42.1209	2.4188	4
17176	Veinat De Can Trona	veinat-de-can-trona	CT	GI	17207	42.1209	2.4188	3
17177	Hostalets D'En Bas, Els	hostalets-d-en-bas-els	CT	GI	17207	42.1	2.45	4
17177	Falgars D'En Bas	falgars-d-en-bas	CT	GI	17207	42.1	2.45	3
17178	Preses, Les	preses-les	CT	GI	17139	42.1451	2.4603	4
17178	Sant Privat D'En Bas	sant-privat-d-en-bas	CT	GI	17139	42.1499	2.409	4
17178	Puigpardines	puigpardines	CT	GI	17139	42.1408	2.4285	4
17178	Sant Miquel De Corb	sant-miquel-de-corb	CT	GI	17139	42.15	2.4833	4
17178	El Malloll	el-malloll	CT	GI	17139	42.1464	2.4453	3
17178	Boscdetosca	boscdetosca	CT	GI	17139	42.1464	2.4453	3
17179	Pinya, La (Pueblo)	pinya-la-pueblo	CT	GI	17149	42.0958	2.5029	1
17179	Riudaura (Pueblo)	riudaura-pueblo	CT	GI	17149	42.0958	2.5029	1
17180	Vilablareix	vilablareix	CT	GI	17215	41.9575	2.7738	4
17180	El Perello	el-perello	CT	GI	17215	41.9528	2.7938	4
17181	Marrocs	marrocs	CT	GI	17002	41.9384	2.7622	3
17181	Aiguaviva	aiguaviva	CT	GI	17002	41.9384	2.7622	4
17182	Estanyol	estanyol	CT	GI	17020	41.9333	2.75	4
17183	Sant Dalmai	sant-dalmai	CT	GI	17233	41.9289	2.7628	1
17184	Salitja	salitja	CT	GI	17233	41.9078	2.7473	4
17185	Aeroport De Girona - Costa Brava	aeroport-de-girona-costa-brava	CT	GI	17233	41.8833	2.75	3
17185	Vilobi D'Onyar	vilobi-d-onyar	CT	GI	17233	41.8833	2.75	4
17190	Salt	salt	CT	GI	17155	41.9749	2.7928	4
17199	Sant Medir	sant-medir	CT	GI	17040	42.0808	2.7457	3
17199	Cartella	cartella	CT	GI	17040	42.0167	2.7667	4
17199	Taiala	taiala	CT	GI	17040	42.0808	2.7457	3
17199	Canet D'Adri	canet-d-adri	CT	GI	17040	42.0333	2.7333	4
17199	Montcal	montcal	CT	GI	17040	42.2213	2.7447	4
17199	Adri	adri	CT	GI	17040	42.0519	2.7382	4
17200	Palafrugell	palafrugell	CT	GI	17117	41.9174	3.1631	4
17210	Calella De Palafrugell	calella-de-palafrugell	CT	GI	17117	41.8833	3.1833	4
17211	Llafranc	llafranc	CT	GI	17117	41.8945	3.1946	4
17212	Tamariu	tamariu	CT	GI	17117	41.9182	3.2065	4
17213	Esclanya	esclanya	CT	GI	17013	41.9333	3.1833	4
17214	Regencos (Pueblo)	regencos-pueblo	CT	GI	17144	41.9073	3.192	1
17220	Sant Feliu De Guixols	sant-feliu-de-guixols	CT	GI	17160	41.7833	3.0333	4
17220	Sant Amanc	sant-amanc	CT	GI	17160	41.7857	3.0149	4
17230	Sant Joan De Palamos	sant-joan-de-palamos	CT	GI	17118	41.8667	3.1333	4
17230	Palamos	palamos	CT	GI	17118	41.8484	3.1291	4
17240	Veinat De Sant Llorenc	veinat-de-sant-llorenc	CT	GI	17089	41.8235	2.8946	4
17240	Llagostera	llagostera	CT	GI	17089	41.8269	2.8936	4
17240	Romanya De La Selva	romanya-de-la-selva	CT	GI	17089	41.85	2.9833	4
17240	Veinat Pocafarina (Ay Llagoste)	veinat-pocafarina-ay-llagoste	CT	GI	17089	41.8335	2.9239	3
17240	Veinat De Creu De Serra	veinat-de-creu-de-serra	CT	GI	17089	41.8335	2.9239	3
17240	Urbanitzacio Can Carbonell	urbanitzacio-can-carbonell	CT	GI	17089	41.8335	2.9239	3
17240	La Canyera	la-canyera	CT	GI	17089	41.8335	2.9239	3
17240	Veinat De Cantallops	veinat-de-cantallops	CT	GI	17089	41.8335	2.9239	3
17240	Veinat De Bruguera	veinat-de-bruguera	CT	GI	17089	41.8335	2.9239	3
17240	Veinat De Mata	veinat-de-mata	CT	GI	17089	41.8335	2.9239	3
17240	Veinat De Penedes	veinat-de-penedes	CT	GI	17089	41.8335	2.9239	3
17240	Veinat De Gaia	veinat-de-gaia	CT	GI	17089	41.8335	2.9239	3
17240	Veinat De Ganix	veinat-de-ganix	CT	GI	17089	41.8335	2.9239	3
17240	Veinat De Llobatera	veinat-de-llobatera	CT	GI	17089	41.8335	2.9239	3
17240	Santa Seclina	santa-seclina	CT	GI	17089	41.8335	2.9239	3
17241	La Creueta	la-creueta	CT	GI	17142	41.9667	2.85	4
17241	Palol D'Onyar	palol-d-onyar	CT	GI	17142	41.9541	2.842	4
17242	Castellar De La Selva	castellar-de-la-selva	CT	GI	17142	41.9478	2.88	4
17242	Quart	quart	CT	GI	17142	41.9405	2.8408	4
17242	Sant Mateu De Montnegre	sant-mateu-de-montnegre	CT	GI	17142	41.9479	2.8844	3
17242	Montnegre	montnegre	CT	GI	17142	41.9554	2.9323	4
17243	Llambilles	llambilles	CT	GI	17090	41.9211	2.8508	4
17243	Erols	erols	CT	GI	17090	41.9211	2.8508	3
17244	Cassa De La Selva	cassa-de-la-selva	CT	GI	17901	41.8878	2.8752	4
17245	Bell-Lloc	bell-lloc	CT	GI	17181	41.8844	2.9093	1
17246	Santa Cristina D'Aro	santa-cristina-d-aro	CT	GI	17181	41.815	2.9625	4
17246	Canyet De Mar	canyet-de-mar	CT	GI	17181	41.815	2.9625	3
17246	Solius	solius	CT	GI	17181	41.815	2.9625	4
17246	El Vilar	el-vilar	CT	GI	17181	41.815	2.9625	3
17248	S'Agaro	s-agaro	CT	GI	17048	41.7937	3.0536	4
17249	Castell D'Aro	castell-d-aro	CT	GI	17048	41.8844	2.9093	1
17250	Platja D'Aro	platja-d-aro	CT	GI	17048	41.8167	3.0667	4
17251	Calonge	calonge	CT	GI	17034	41.8587	3.0793	4
17252	Sant Antoni De Calonge	sant-antoni-de-calonge	CT	GI	17034	41.8457	3.0997	4
17253	Mont-Ras	mont-ras	CT	GI	17209	41.9	3.15	4
17253	Vall-Llobrega	vall-llobrega	CT	GI	17209	41.8805	3.1264	4
17255	Begur	begur	CT	GI	17013	41.95	3.2167	4
17255	Aiguafreda, D' (Platja)	aiguafreda-d-platja	CT	GI	17013	41.95	3.2167	3
17255	Sa Tuna, De (Platja)	sa-tuna-de-platja	CT	GI	17013	41.95	3.2167	3
17255	Sa Riera, De (Platja)	sa-riera-de-platja	CT	GI	17013	41.95	3.2167	3
17255	Fornells, De (Platja)	fornells-de-platja	CT	GI	17013	41.95	3.2167	3
17255	Raco, Del (Platja)	raco-del-platja	CT	GI	17013	41.95	3.2167	3
17255	Aiguablava, D' (Platja)	aiguablava-d-platja	CT	GI	17013	41.95	3.2167	3
17256	Pals	pals	CT	GI	17124	41.971	3.1481	4
17256	Sant Julia De Boada	sant-julia-de-boada	CT	GI	17124	41.9849	3.122	4
17256	Sant Feliu De Boada	sant-feliu-de-boada	CT	GI	17124	41.9667	3.1333	4
17256	Palau-Sator	palau-sator	CT	GI	17124	41.9791	3.1314	3
17256	Fontclara	fontclara	CT	GI	17124	41.994	3.122	4
17256	Masos De Pals, Els	masos-de-pals-els	CT	GI	17124	41.9791	3.1314	3
17257	Gualta	gualta	CT	GI	17199	42.0295	3.1031	4
17257	Llabia	llabia	CT	GI	17199	42.0195	3.0874	4
17257	Torroella De Montgri	torroella-de-montgri	CT	GI	17199	42.0425	3.127	4
17257	Fontanilles	fontanilles	CT	GI	17199	42.0112	3.1078	4
17258	Estartit, L'	estartit-l	CT	GI	17199	42.0534	3.1977	4
17300	Blanes	blanes	CT	GI	17023	41.6742	2.7904	4
17310	Canyelles (Ayto Lloret Mar)	canyelles-ayto-lloret-mar	CT	GI	17095	41.6999	2.8456	3
17310	Lloret De Mar	lloret-de-mar	CT	GI	17095	41.6999	2.8456	4
17320	Tossa De Mar	tossa-de-mar	CT	GI	17202	41.7167	2.9333	4
17320	Canyelles (Ayto Tossa)	canyelles-ayto-tossa	CT	GI	17202	41.7167	2.9333	3
17400	Breda	breda	CT	GI	17027	41.7483	2.5596	4
17401	Arbucies	arbucies	CT	GI	17009	41.8167	2.5167	4
17402	Joanet	joanet	CT	GI	17009	41.844	2.5283	4
17403	Sant Hilari Sacalm	sant-hilari-sacalm	CT	GI	17164	41.8833	2.5167	4
17404	Viabrea (Riells I Viabrea)	viabrea-riells-i-viabrea	CT	GI	17146	41.7833	2.5167	4
17404	Riells (Riells I Viabrea)	riells-riells-i-viabrea	CT	GI	17146	41.7833	2.5167	4
17404	Riells I Viabrea	riells-i-viabrea	CT	GI	17146	41.7833	2.5167	4
17405	Espinelves	espinelves	CT	GI	17063	41.8667	2.4167	4
17406	Viladrau	viladrau	CT	GI	17220	41.8475	2.3902	4
17406	Vilarnau	vilarnau	CT	GI	17220	41.8475	2.3902	3
17410	Sils	sils	CT	GI	17193	41.8084	2.7451	4
17410	Mallorquines, Les	mallorquines-les	CT	GI	17193	41.8167	2.7333	4
17410	Vallcanera (Urbanitzacio)	vallcanera-urbanitzacio	CT	GI	17193	41.8125	2.7392	3
17411	Vidreres	vidreres	CT	GI	17213	41.7833	2.7833	4
17412	Maçanet De La Selva	macanet-de-la-selva	CT	GI	17103	41.7833	2.7333	4
17412	El Moli	el-moli	CT	GI	17103	41.7833	2.7333	3
17420	Mallorquines	mallorquines	CT	GI	17193	41.825	2.6917	1
17421	Esparra, L'	esparra-l	CT	GI	17148	41.8333	2.6667	4
17421	Riudarenes	riudarenes	CT	GI	17148	41.8167	2.7167	4
17430	Santa Coloma De Farners	santa-coloma-de-farners	CT	GI	17095	41.8667	2.6667	4
17441	Brunyola	brunyola	CT	GI	17028	41.9	2.6833	4
17441	Sant Marti Sapresa	sant-marti-sapresa	CT	GI	17028	41.9	2.6833	3
17442	Santa Creu D'Horta	santa-creu-d-horta	CT	GI		41.8786	2.6234	1
17443	Castanyet	castanyet	CT	GI		41.8786	2.6234	1
17444	Cladells	cladells	CT	GI		41.8573	2.5635	4
17445	Sant Pere Cercada	sant-pere-cercada	CT	GI		41.8786	2.6234	1
17450	Hostalric	hostalric	CT	GI	17083	41.75	2.6333	4
17451	Grions	grions	CT	GI	17159	41.7833	2.5833	3
17451	Sant Feliu De Buixalleu	sant-feliu-de-buixalleu	CT	GI	17159	41.7833	2.5833	4
17451	Gaserans	gaserans	CT	GI	17159	41.7833	2.5833	3
17452	Massanes	massanes	CT	GI	17101	41.7654	2.6532	4
17453	Martorell De La Selva	martorell-de-la-selva	CT	GI		41.7743	2.6451	1
17454	Sant Andreu Salou (Pueblo)	sant-andreu-salou-pueblo	CT	GI	17157	41.4	2.2	4
17455	El Veinat De Les Mateues	el-veinat-de-les-mateues	CT	GI	17033	41.7743	2.6451	1
17455	Caldes De Malavella	caldes-de-malavella	CT	GI	17033	41.7743	2.6451	1
17456	Franciach (Pueblo)	franciach-pueblo	CT	GI	17033	41.7743	2.6451	1
17457	Riudellots De La Selva	riudellots-de-la-selva	CT	GI	17150	41.8933	2.8045	4
17458	Fornells De La Selva	fornells-de-la-selva	CT	GI	17073	41.9316	2.8091	4
17459	Campllong	campllong	CT	GI	17038	41.8965	2.8322	4
17460	Celra	celra	CT	GI	17049	42.0333	2.8833	4
17461	Campdora	campdora	CT	GI	17079	42.1105	2.9566	1
17462	Sant Marti Vell	sant-marti-vell	CT	GI	17173	42.0167	2.9333	4
17462	Madremanya	madremanya	CT	GI	17173	41.9833	2.9667	4
17462	Juia	juia	CT	GI	17173	42.0167	2.9167	4
17462	Vilers	vilers	CT	GI	17173	41.9899	2.9494	4
17462	Bordils	bordils	CT	GI	17173	42.0434	2.9109	4
17463	Flaça	flaca	CT	GI	17068	42.0667	2.9667	4
17463	Sant Joan De Mollet	sant-joan-de-mollet	CT	GI	17068	42.05	2.95	4
17463	Sant Llorenç De Les Arenes (Foixa)	sant-llorenc-de-les-arenes-foixa	CT	GI	17068	42.0583	2.9583	3
17464	Cervia De Ter	cervia-de-ter	CT	GI	17216	42.0665	2.9074	4
17464	Fellines	fellines	CT	GI	17216	42.071	2.9364	3
17464	Sant Jordi Desvalls	sant-jordi-desvalls	CT	GI	17216	42.0667	2.95	4
17464	Viladasens	viladasens	CT	GI	17216	42.0833	2.9333	4
17464	Veinat De Diana	veinat-de-diana	CT	GI	17216	42.071	2.9364	3
17464	Raset	raset	CT	GI	17216	42.0718	2.9243	4
17464	Mas Nicolau	mas-nicolau	CT	GI	17216	42.071	2.9364	3
17464	Sobranigues	sobranigues	CT	GI	17216	42.0667	2.9667	4
17465	Llampaies	llampaies	CT	GI	17187	42.1214	2.9367	4
17465	Camallera (Vilaür)	camallera-vilaur	CT	GI	17187	42.1226	2.9631	4
17465	Camallera (Saus, Camallera I Llampaies)	camallera-saus-camallera-i-llampaies	CT	GI	17187	42.1214	2.9367	4
17466	Vilopriu	vilopriu	CT	GI	17076	42.1	3	4
17466	Olives, Les	olives-les	CT	GI	17076	42.1	3.0111	3
17466	Garrigoles	garrigoles	CT	GI	17076	42.1	3.0333	4
17466	Pins (Vilopriu)	pins-vilopriu	CT	GI	17076	42.1	3	4
17466	Valldavia	valldavia	CT	GI	17076	42.1	3.0111	3
17466	Gaüses (Sector)	gauses-sector	CT	GI	17076	42.1	3.0111	3
17467	Sant Mori	sant-mori	CT	GI	17176	42.1559	2.9895	4
17467	Saus	saus	CT	GI	17176	42.1324	2.9774	4
17468	Orriols	orriols	CT	GI	17016	42.1246	2.9069	4
17468	Parets D'Emporda	parets-d-emporda	CT	GI	17016	42.1667	2.9	4
17468	Sant Marçal De Quarantella	sant-marcal-de-quarantella	CT	GI	17016	42.1434	2.8984	3
17468	Vilademuls	vilademuls	CT	GI	17016	42.1389	2.8882	4
17468	Sant Esteve De Guialbes	sant-esteve-de-guialbes	CT	GI	17016	42.1434	2.8984	3
17468	Olives (Ayto Vilademuls)	olives-ayto-vilademuls	CT	GI	17016	42.1434	2.8984	3
17468	Vilamari	vilamari	CT	GI	17016	42.1434	2.8984	3
17468	Vilafreser	vilafreser	CT	GI	17016	42.1434	2.8984	3
17468	Terradelles	terradelles	CT	GI	17016	42.1434	2.8984	3
17468	Orfes	orfes	CT	GI	17016	42.1434	2.8984	3
17468	Galliners	galliners	CT	GI	17016	42.1434	2.8984	3
17469	Pont Del Princep	pont-del-princep	CT	GI	17005	42.2268	2.9674	4
17469	Fortia	fortia	CT	GI	17005	42.2432	3.0388	4
17469	El Far D'Emporda	el-far-d-emporda	CT	GI	17005	42.2519	2.9959	4
17469	Vilamalla	vilamalla	CT	GI	17005	42.2172	2.9701	4
17469	Siurana	siurana	CT	GI	17005	42.2092	2.9939	4
17469	Veinat De L'Oliva	veinat-de-l-oliva	CT	GI	17005	42.2293	3.0013	3
17469	Riumors	riumors	CT	GI	17005	42.2273	3.0419	4
17470	Masos, Els	masos-els	CT	GI	17178	42.1497	3.0216	4
17470	Sant Pere Pescador	sant-pere-pescador	CT	GI	17178	42.1881	3.0821	4
17472	Armentera, L'	armentera-l	CT	GI	17011	42.1715	3.0744	4
17472	Montiro	montiro	CT	GI	17011	42.155	3.0698	4
17473	Ventallo	ventallo	CT	GI	17210	42.1492	3.0263	4
17474	Sant Tomas De Fluvia	sant-tomas-de-fluvia	CT	GI	17198	42.1821	3.0093	4
17474	Vilamacolum	vilamacolum	CT	GI	17198	42.1962	3.0566	4
17474	Vilacolum	vilacolum	CT	GI	17198	42.1943	3.0374	4
17474	Torroella De Fluvia	torroella-de-fluvia	CT	GI	17198	42.1752	3.0403	4
17475	Sant Miquel De Fluvia	sant-miquel-de-fluvia	CT	GI	17175	42.172	2.9926	4
17475	Vila-Robau	vila-robau	CT	GI	17175	42.1647	3.0085	4
17476	Palau De Santa Eulalia	palau-de-santa-eulalia	CT	GI	17075	42.1774	2.9692	4
17476	Garrigas	garrigas	CT	GI	17075	42.1934	2.9544	4
17476	Santa Eulalia	santa-eulalia	CT	GI	17075	42.1737	2.9647	4
17476	Tonya	tonya	CT	GI	17075	42.2058	2.9794	4
17476	Ermedas (Ayto Garrigas)	ermedas-ayto-garrigas	CT	GI	17075	42.1836	2.9646	3
17476	Arenys D'Emporda	arenys-d-emporda	CT	GI	17075	42.1679	2.9552	4
17480	Montjoi	montjoi	CT	GI	17152	42.2515	3.2271	4
17480	Roses	roses	CT	GI	17152	42.262	3.1769	4
17480	Canyelles Almadraba (Ajuntament Roses)	canyelles-almadraba-ajuntament-roses	CT	GI	17152	42.2682	3.1934	3
17480	El Mas Fumats	el-mas-fumats	CT	GI	17152	42.2913	3.1762	4
17480	El Mas Oliva	el-mas-oliva	CT	GI	17152	42.2682	3.1934	3
17481	Sant Julia De Ramis	sant-julia-de-ramis	CT	GI	17169	42.05	2.8667	4
17481	Montagut (Ajuntament San Julia Ram)	montagut-ajuntament-san-julia-ram	CT	GI	17169	42.05	2.8667	3
17482	Medinya	medinya	CT	GI	17169	42.05	2.8667	4
17482	El Tomet	el-tomet	CT	GI	17169	42.05	2.8667	3
17483	Calabuig	calabuig	CT	GI	17016	42.152	2.9249	4
17483	Bascara	bascara	CT	GI	17016	42.16	2.9103	4
17483	Vilaür	vilaur	CT	GI	17016	42.1438	2.9542	4
17484	Vilatenim	vilatenim	CT	GI	17066	42.2704	2.9941	4
17485	Vila-Sacra	vila-sacra	CT	GI	17230	42.2658	3.0184	4
17486	Castello D'Empuries	castello-d-empuries	CT	GI	17047	42.2567	3.0745	4
17487	Empuriabrava	empuriabrava	CT	GI	17047	42.2469	3.1206	4
17488	Portlligat	portlligat	CT	GI	17032	42.294	3.2861	4
17488	Cadaques	cadaques	CT	GI	17032	42.2886	3.2771	4
17489	La Selva De Mar	la-selva-de-mar	CT	GI	17140	42.3242	3.187	4
17489	El Port De La Selva	el-port-de-la-selva	CT	GI	17140	42.3295	3.1768	3
17489	La Vall De Santa Creu	la-vall-de-santa-creu	CT	GI	17140	42.3348	3.1666	4
17490	Llança	llanca	CT	GI	17092	42.3624	3.1521	4
17490	Grifeu	grifeu	CT	GI	17092	42.3824	3.1536	4
17491	Peralada	peralada	CT	GI	17132	42.3082	3.0091	4
17492	Vilanova De La Muga	vilanova-de-la-muga	CT	GI	17132	42.2805	3.0432	4
17493	Marza	marza	CT	GI	17129	42.3109	3.0678	4
17493	Vilajüiga	vilajuiga	CT	GI	17129	42.3109	3.0678	3
17493	Pedret I Marza	pedret-i-marza	CT	GI	17129	42.3109	3.0678	3
17494	Vilaüt	vilaut	CT	GI	17128	42.2966	3.1113	4
17494	Pau	pau	CT	GI	17128	42.3161	3.1162	4
17495	Palau-Saverdera	palau-saverdera	CT	GI	17120	42.3078	3.1469	4
17496	Garbet	garbet	CT	GI	17054	42.3949	3.1525	4
17496	Colera (Villa)	colera-villa	CT	GI	17054	42.3949	3.1525	3
17497	Portbou	portbou	CT	GI	17138	42.4265	3.1581	4
17500	Ripoll	ripoll	CT	GI	17147	42.2006	2.1903	4
17500	Colonia Rocafiguera	colonia-rocafiguera	CT	GI	17147	42.2006	2.1903	3
17510	Llaes (Pueblo)	llaes-pueblo	CT	GI		42.1574	2.1417	1
17510	Brucs	brucs	CT	GI		42.1574	2.1417	1
17512	Sant Esteve De Vallespirans	sant-esteve-de-vallespirans	CT	GI	17096	42.185	2.1552	4
17512	Santa Maria De Matamala	santa-maria-de-matamala	CT	GI	17096	42.185	2.1552	3
17512	Llosses, Les (Municipio)	llosses-les-municipio	CT	GI	17096	42.185	2.1552	3
17513	Viladonja	viladonja	CT	GI	17096	42.1652	2.0678	4
17513	Sant Sadurni De Sovelles	sant-sadurni-de-sovelles	CT	GI	17096	42.1652	2.0678	3
17514	Palmerola	palmerola	CT	GI		42.1566	2.0339	4
17515	Ciuret	ciuret	CT	GI	17212	42.1228	2.3098	3
17515	Vidra	vidra	CT	GI	17212	42.1228	2.3098	4
17520	Ventajola	ventajola	CT	GI	17141	42.4168	1.9124	4
17520	Puigcerda	puigcerda	CT	GI	17141	42.4316	1.9282	4
17527	Cereja	cereja	CT	GI	17094	42.4763	1.9692	4
17527	Llivia	llivia	CT	GI	17094	42.4646	1.9807	4
17527	Gorguja	gorguja	CT	GI	17094	42.4573	2.0012	4
17528	Saneja	saneja	CT	GI	17082	42.4474	1.8801	3
17528	Guils De Cerdanya	guils-de-cerdanya	CT	GI	17082	42.4474	1.8801	4
17528	Sant Marti D'Aravo	sant-marti-d-aravo	CT	GI	17082	42.4474	1.8801	3
17528	Sant Marti De Cerdanya	sant-marti-de-cerdanya	CT	GI	17082	42.4474	1.8801	3
17529	Vilallobent	vilallobent	CT	GI	17141	42.4187	1.9472	3
17529	Age	age	CT	GI	17141	42.4187	1.9472	4
17530	Campdevanol	campdevanol	CT	GI	17036	42.2244	2.1686	4
17530	Herand, L'	herand-l	CT	GI	17036	42.2455	2.1672	4
17530	Sant Marti D'Armencies	sant-marti-d-armencies	CT	GI	17036	42.235	2.1679	3
17531	Gombren	gombren	CT	GI	17036	42.25	2.1	4
17532	La Farga De Bebie	la-farga-de-bebie	CT	GI	08131	42.3505	1.9718	1
17533	Bruguera (Ayto Ribes Frese)	bruguera-ayto-ribes-frese	CT	GI		42.3505	1.9718	1
17534	Queralbs	queralbs	CT	GI	17037	42.3129	2.1737	3
17534	Ribes De Freser	ribes-de-freser	CT	GI	17037	42.3042	2.1676	4
17534	Pardines	pardines	CT	GI	17037	42.3131	2.2137	4
17534	Nuria	nuria	CT	GI	17037	42.3129	2.1737	3
17534	Fustanya	fustanya	CT	GI	17037	42.3398	2.1726	4
17534	Batet (Ayto Ribes Freser)	batet-ayto-ribes-freser	CT	GI	17037	42.3129	2.1737	3
17534	Campelles	campelles	CT	GI	17037	42.2947	2.1407	4
17534	Vilamanya	vilamanya	CT	GI	17037	42.3129	2.1737	3
17534	Vilaro	vilaro	CT	GI	17037	42.3129	2.1737	3
17534	Ribesaltes	ribesaltes	CT	GI	17037	42.3129	2.1737	3
17534	Rialb	rialb	CT	GI	17037	42.3129	2.1737	3
17534	Sola Ventola	sola-ventola	CT	GI	17037	42.3129	2.1737	3
17535	Casetes, Les	casetes-les	CT	GI	17134	42.3167	2.1	3
17535	Planoles	planoles	CT	GI	17134	42.3167	2.1	4
17536	Neva	neva	CT	GI	17201	42.3167	2.0833	4
17536	Toses	toses	CT	GI	17201	42.3216	2.0158	4
17536	Dorria	dorria	CT	GI	17201	42.3333	2.0667	4
17536	Fornells De La Muntanya	fornells-de-la-muntanya	CT	GI	17201	42.3239	2.0553	3
17536	Espinosa	espinosa	CT	GI	17201	42.3239	2.0553	3
17537	La Molina	la-molina	CT	GI	17006	42.3448	1.9563	4
17538	Sanavastre	sanavastre	CT	GI	17006	42.3853	1.8501	4
17538	Urus	urus	CT	GI	17006	42.3513	1.8534	4
17538	Urtx	urtx	CT	GI	17006	42.3874	1.9105	4
17538	Masella	masella	CT	GI	17006	42.3507	1.9015	4
17538	Das	das	CT	GI	17006	42.3614	1.8705	4
17538	Queixans	queixans	CT	GI	17006	42.3981	1.9215	4
17538	Alp	alp	CT	GI	17006	42.3726	1.887	4
17538	Estoll	estoll	CT	GI	17006	42.3755	1.8845	3
17538	Mosoll	mosoll	CT	GI	17006	42.3755	1.8845	3
17538	Soriguerola	soriguerola	CT	GI	17006	42.3974	1.8818	4
17538	Fontanals De Cerdanya	fontanals-de-cerdanya	CT	GI	17006	42.3755	1.8845	3
17538	Escadarcs	escadarcs	CT	GI	17006	42.3755	1.8845	3
17538	Tartera	tartera	CT	GI	17006	42.3755	1.8845	3
17539	All	all	CT	GI	17024	42.3973	1.8402	4
17539	Talltorta	talltorta	CT	GI	17024	42.4077	1.8301	3
17539	Greixer	greixer	CT	GI	17024	42.4121	1.8248	4
17539	El Moli De Ger	el-moli-de-ger	CT	GI	17024	42.4077	1.8301	3
17539	Meranges	meranges	CT	GI	17024	42.4452	1.7878	4
17539	Isovol	isovol	CT	GI	17024	42.3776	1.8181	4
17539	Olopte	olopte	CT	GI	17024	42.3934	1.8144	4
17539	Ger	ger	CT	GI	17024	42.4106	1.8454	4
17539	Bolvir	bolvir	CT	GI	17024	42.4178	1.8799	4
17600	Figueres	figueres	CT	GI	17066	42.2664	2.9616	4
17700	La Jonquera	la-jonquera	CT	GI	17026	42.4173	2.8736	4
17706	Pont De Molins	pont-de-molins	CT	GI	17135	42.3144	2.93	4
17707	Agullana	agullana	CT	GI	17014	42.3941	2.8467	4
17707	La Vajol	la-vajol	CT	GI	17014	42.4038	2.8002	4
17708	Cantallops	cantallops	CT	GI	17041	42.4222	2.9252	4
17709	Limits, Els (Portus, El - La Jonquera)	limits-els-portus-el-la-jonquera	CT	GI	17086	42.3903	2.8751	1
17710	Centro Militar Sant Climent Sescebes	centro-militar-sant-climent-sescebes	CT	GI		42.2968	2.8899	1
17720	Maçanet De Cabrenys	macanet-de-cabrenys	CT	GI	17102	42.386	2.7481	4
17721	Tapis (Maçanet De Cabrenys)	tapis-macanet-de-cabrenys	CT	GI	17102	42.386	2.7481	4
17722	Darnius	darnius	CT	GI	17060	42.3667	2.8333	4
17723	Boadella D'Emporda	boadella-d-emporda	CT	GI	17029	42.33	2.8564	4
17723	Biure	biure	CT	GI	17029	42.3373	2.8951	4
17723	Escaules, Les (Boadella I Les Escaules)	escaules-les-boadella-i-les-escaules	CT	GI	17029	42.3337	2.8758	3
17730	Llers	llers	CT	GI	17093	42.2957	2.9118	4
17731	Terrades	terrades	CT	GI	17196	42.3103	2.8385	4
17731	Palau Surroca (Terrades)	palau-surroca-terrades	CT	GI	17196	42.3103	2.8385	3
17732	Sant Llorenç De La Muga	sant-llorenc-de-la-muga	CT	GI	17171	42.3198	2.7889	4
17733	Albanya	albanya	CT	GI	17003	42.3043	2.72	4
17734	Lliurona (Albanya)	lliurona-albanya	CT	GI	17003	42.3043	2.72	4
17740	Vilafant	vilafant	CT	GI	17221	42.2467	2.9382	4
17741	Cistella	cistella	CT	GI	17051	42.2687	2.8478	4
17741	Vilarig	vilarig	CT	GI	17051	42.2868	2.8334	4
17741	Taravaus	taravaus	CT	GI	17051	42.2446	2.8901	4
17742	Avinyonet De Puigventos	avinyonet-de-puigventos	CT	GI	17012	42.2498	2.9151	4
17743	Vilanant	vilanant	CT	GI	17228	42.2547	2.8892	4
17744	Navata	navata	CT	GI	17111	42.2235	2.8611	4
17744	Canelles	canelles	CT	GI	17111	42.2235	2.8611	3
17745	Llado	llado	CT	GI	17088	42.2477	2.8137	4
17745	Llavanera (Ayto Llado)	llavanera-ayto-llado	CT	GI	17088	42.2477	2.8137	3
17746	Queixas	queixas	CT	GI	17031	42.2142	2.7979	4
17746	Sant Marti Sesserres	sant-marti-sesserres	CT	GI	17031	42.2599	2.7744	4
17746	Cabanelles	cabanelles	CT	GI	17031	42.2307	2.82	4
17746	Vilademires	vilademires	CT	GI	17031	42.2293	2.794	4
17747	Espinavessa	espinavessa	CT	GI	17031	42.1889	2.8444	4
17750	Vall, La (Ayto Capmany)	vall-la-ayto-capmany	CT	GI	17042	42.3735	2.9203	3
17750	Capmany	capmany	CT	GI	17042	42.3735	2.9203	4
17751	Sant Climent Sescebes	sant-climent-sescebes	CT	GI	17158	42.3689	2.98	4
17752	Mollet De Peralada	mollet-de-peralada	CT	GI	17106	42.3596	3.0003	4
17753	Espolla	espolla	CT	GI	17064	42.3912	3.0006	4
17754	Rabos D'Emporda	rabos-d-emporda	CT	GI	17143	42.3744	2.9859	1
17755	Delfia (Rabos)	delfia-rabos	CT	GI	17143	42.3789	3.0283	4
17760	Vilabertran	vilabertran	CT	GI	17214	42.2825	2.9814	4
17761	Cabanes	cabanes	CT	GI	17030	42.3081	2.9777	4
17762	Vilarnadal (Masarac)	vilarnadal-masarac	CT	GI	17100	42.3417	2.953	4
17763	Masarac	masarac	CT	GI	17100	42.3509	2.973	4
17770	Borrassa	borrassa	CT	GI	17026	42.2232	2.9261	4
17770	Creixell	creixell	CT	GI	17026	42.2113	2.9346	4
17770	Vilamorell	vilamorell	CT	GI	17026	42.2237	2.9417	4
17771	Santa Llogaia D'Alguema	santa-llogaia-d-alguema	CT	GI	17182	42.2333	2.9524	4
17772	Ordis	ordis	CT	GI	17115	42.2183	2.9071	4
17773	Pontos	pontos	CT	GI	17136	42.1867	2.9171	4
17773	Romanya D'Emporda	romanya-d-emporda	CT	GI	17136	42.177	2.9076	4
17773	Vilajoan	vilajoan	CT	GI	17136	42.1657	2.9347	4
17780	Garriguella	garriguella	CT	GI	17077	42.3439	3.0651	4
17781	Vilamaniscle	vilamaniscle	CT	GI	17227	42.3752	3.0675	4
17800	Olot	olot	CT	GI	17114	42.181	2.4901	4
17810	Sant Cristofol Les Fonts	sant-cristofol-les-fonts	CT	GI	17114	42.1696	2.4994	4
17811	Can Blanc	can-blanc	CT	GI	17184	42.1388	2.5523	3
17811	Sant Miquel De Sacot	sant-miquel-de-sacot	CT	GI	17184	42.1333	2.5333	4
17811	Can Xel	can-xel	CT	GI	17184	42.1388	2.5523	3
17811	El Sallent	el-sallent	CT	GI	17184	42.1388	2.5523	3
17811	Santa Pau	santa-pau	CT	GI	17184	42.1443	2.5712	4
17812	Batet De La Serra	batet-de-la-serra	CT	GI	17114	42.1804	2.5163	4
17813	Sant Pere Despuig (Vall De Bianya)	sant-pere-despuig-vall-de-bianya	CT	GI	17208	42.1569	2.5301	1
17813	Sant Salvador De Bianya (Vall De Bianya)	sant-salvador-de-bianya-vall-de-bianya	CT	GI	17208	42.1569	2.5301	1
17813	Santa Margarida De Bianya (Vall De Bianya)	santa-margarida-de-bianya-vall-de-bianya	CT	GI	17208	42.1569	2.5301	1
17813	Hostalnou De Bianya (L') (Vall De Bianya)	hostalnou-de-bianya-l-vall-de-bianya	CT	GI	17208	42.1569	2.5301	1
17813	Sant Marti Del Clot (Vall De Bianya)	sant-marti-del-clot-vall-de-bianya	CT	GI	17208	42.1569	2.5301	1
17820	Pins, Els (Banyoles)	pins-els-banyoles	CT	GI	17015	42.1167	2.7667	4
17820	Banyoles	banyoles	CT	GI	17015	42.1167	2.7667	4
17830	El Torn	el-torn	CT	GI	17162	42.1601	2.646	4
17830	Mieres	mieres	CT	GI	17162	42.1225	2.6385	4
17830	El Collell	el-collell	CT	GI	17162	42.1413	2.6423	3
17831	Sant Miquel De Campmajor	sant-miquel-de-campmajor	CT	GI	17174	42.1333	2.6833	4
17831	Sant Marti De Campmajor	sant-marti-de-campmajor	CT	GI	17174	42.1167	2.675	3
17831	Falgons	falgons	CT	GI	17174	42.1	2.6667	4
17832	Crespia	crespia	CT	GI	17058	42.1833	2.8	4
17832	Esponella	esponella	CT	GI	17058	42.1667	2.8	4
17832	Santenys	santenys	CT	GI	17058	42.175	2.8	3
17832	Martis	martis	CT	GI	17058	42.175	2.8	3
17832	Pompia	pompia	CT	GI	17058	42.175	2.8	3
17832	Portell	portell	CT	GI	17058	42.175	2.8	3
17832	Pedrinya (Ajuntament Crespia)	pedrinya-ajuntament-crespia	CT	GI	17058	42.175	2.8	3
17832	Llavanera (Ayto Crespia)	llavanera-ayto-crespia	CT	GI	17058	42.175	2.8	3
17832	Vilert	vilert	CT	GI	17058	42.175	2.8	3
17833	Fontcoberta	fontcoberta	CT	GI	17071	42.1333	2.8	4
17833	Melianta	melianta	CT	GI	17071	42.1333	2.8	3
17833	Vilademi	vilademi	CT	GI	17071	42.1333	2.8	3
17833	Vilavenut	vilavenut	CT	GI	17071	42.1333	2.8	3
17833	Ollers (Sector)	ollers-sector	CT	GI	17071	42.1333	2.8	3
17834	Camos	camos	CT	GI	17035	42.0878	2.7629	4
17834	Santa Maria De Camos	santa-maria-de-camos	CT	GI	17035	42.0782	2.7762	4
17834	Porqueres	porqueres	CT	GI	17035	42.1168	2.7414	4
17834	Pujarnol	pujarnol	CT	GI	17035	42.1014	2.7117	4
17834	El Mas Usall	el-mas-usall	CT	GI	17035	42.0961	2.7481	3
17834	Sant Vicenç De Camos	sant-vicenc-de-camos	CT	GI	17035	42.0961	2.7481	3
17834	Usall (Ayto Porqueres)	usall-ayto-porqueres	CT	GI	17035	42.0961	2.7481	3
17834	Mianegues	mianegues	CT	GI	17035	42.0961	2.7481	3
17840	Sarria De Dalt (Pueblo)	sarria-de-dalt-pueblo	CT	GI	17186	42.0973	2.812	1
17840	Sarria De Ter	sarria-de-ter	CT	GI	17186	42.0973	2.812	1
17843	Montbo	montbo	CT	GI	17123	42.0973	2.812	1
17843	Mota, La (Pueblo)	mota-la-pueblo	CT	GI	17123	42.0973	2.812	1
17843	Palol De Revardit	palol-de-revardit	CT	GI	17123	42.0973	2.812	1
25211	Hostafrancs	hostafrancs	CT	L	25132	41.7333	1.25	4
17843	Riudellots De La Creu (Pueblo)	riudellots-de-la-creu-pueblo	CT	GI	17123	42.0973	2.812	1
17844	Borgonya	borgonya	CT	GI	17056	42.1	2.8	4
17844	Corts (Sector)	corts-sector	CT	GI	17056	42.1056	2.8126	3
17844	Pujals Dels Cavallers	pujals-dels-cavallers	CT	GI	17056	42.1054	2.8187	4
17844	Pujals Dels Pagesos	pujals-dels-pagesos	CT	GI	17056	42.1114	2.8192	4
17844	Cornella Del Terri	cornella-del-terri	CT	GI	17056	42.1056	2.8126	3
17844	Sords	sords	CT	GI	17056	42.1056	2.8126	3
17845	Santa Llogaia Del Terri	santa-llogaia-del-terri	CT	GI		42.0652	2.8461	3
17845	Sant Andreu Del Terri	sant-andreu-del-terri	CT	GI		42.0652	2.8461	4
17845	Ravos Del Terri	ravos-del-terri	CT	GI		42.0652	2.8461	3
17846	Mata	mata	CT	GI	17137	42.1043	2.776	4
17850	Juïnya	juinya	CT	GI	17021	42.1833	2.7167	4
17850	Lligorda	lligorda	CT	GI	17021	42.2167	2.7167	4
17850	La Miana	la-miana	CT	GI	17021	42.1813	2.629	4
17850	Sant Ferriol	sant-ferriol	CT	GI	17021	42.2	2.6667	4
17850	Besalu	besalu	CT	GI	17021	42.1989	2.6995	4
17850	Fares	fares	CT	GI	17021	42.2029	2.6897	3
17850	Beuda	beuda	CT	GI	17021	42.2372	2.7094	4
17851	Seguero	seguero	CT	GI	17098	42.2183	2.6304	1
17851	Maia De Montcal	maia-de-montcal	CT	GI	17098	42.2183	2.6304	1
17851	Vilarrodona	vilarrodona	CT	GI	17098	42.2183	2.6304	1
17851	Dosquers	dosquers	CT	GI	17098	42.2183	2.6304	1
17851	Jonqueres	jonqueres	CT	GI	17098	42.2183	2.6304	1
17851	Llorens	llorens	CT	GI	17098	42.2183	2.6304	1
17852	Serinya	serinya	CT	GI	17190	42.1702	2.7439	4
17853	Argelaguer	argelaguer	CT	GI	17010	42.2156	2.6419	4
17853	Hostal Nou De Llierca, L'	hostal-nou-de-llierca-l	CT	GI	17010	42.2382	2.6304	3
17853	Tortella	tortella	CT	GI	17010	42.2333	2.6333	4
17853	Sadernes	sadernes	CT	GI	17010	42.2705	2.5962	4
17853	Sales De Llierca	sales-de-llierca	CT	GI	17010	42.2333	2.65	4
17854	Sant Jaume De Llierca	sant-jaume-de-llierca	CT	GI	17035	42.2167	2.6167	4
17855	Oix (Montagut I Oix)	oix-montagut-i-oix	CT	GI	17109	42.23	2.5963	4
17855	Montagut (Montagut I Oix)	montagut-montagut-i-oix	CT	GI	17109	42.23	2.5963	4
17855	Montagut I Oix	montagut-i-oix	CT	GI	17109	42.23	2.5963	4
17856	Castellfollit De La Roca	castellfollit-de-la-roca	CT	GI	17109	42.2197	2.5495	4
17856	Santa Barbara De Pruneres	santa-barbara-de-pruneres	CT	GI	17109	42.2667	2.5667	4
17857	Sant Joan Les Fonts	sant-joan-les-fonts	CT	GI	17185	42.2119	2.5129	4
17857	Canya, La (Ajuntament De Sant Joan Les Fonts)	canya-la-ajuntament-de-sant-joan-les-fonts	CT	GI	17185	42.2067	2.5261	3
17857	Beguda	beguda	CT	GI	17185	42.2016	2.5393	4
17858	Llocalou (Vall De Bianya)	llocalou-vall-de-bianya	CT	GI	17208	42.2183	2.6304	1
17858	Capsec (Vall De Bianya)	capsec-vall-de-bianya	CT	GI	17208	42.2183	2.6304	1
17858	Sant Andreu De Socarrats (Vall De Bianya)	sant-andreu-de-socarrats-vall-de-bianya	CT	GI	17208	42.2183	2.6304	1
17858	Val Del Bac (Vall De Bianya)	val-del-bac-vall-de-bianya	CT	GI	17208	42.2183	2.6304	1
17858	Canya, La (Vall De Bianya)	canya-la-vall-de-bianya	CT	GI	17208	42.2183	2.6304	1
17860	Sant Joan De Les Abadesses	sant-joan-de-les-abadesses	CT	GI	17167	42.2333	2.2852	4
17860	La Colonia Llaudet	la-colonia-llaudet	CT	GI	17167	42.2333	2.2852	3
17860	La Colonia Jordana	la-colonia-jordana	CT	GI	17167	42.2333	2.2852	3
17861	Ogassa	ogassa	CT	GI	17112	42.2716	2.2315	4
17861	Sant Marti De Surroca	sant-marti-de-surroca	CT	GI	17112	42.2716	2.2315	3
17861	Sant Marti D'Ogassa	sant-marti-d-ogassa	CT	GI	17112	42.2716	2.2315	3
17862	Vallfogona De Ripolles	vallfogona-de-ripolles	CT	GI	17170	42.1966	2.3034	4
17863	Sant Bernabe De Les Tenes	sant-bernabe-de-les-tenes	CT	GI		42.312	2.3456	1
17864	Sant Pau De Seguries	sant-pau-de-seguries	CT	GI	17177	42.2611	2.3658	4
17866	La Colonia Estevenell	la-colonia-estevenell	CT	GI		42.312	2.3456	1
17867	Camprodon	camprodon	CT	GI	17039	42.3118	2.3651	4
17867	Beget	beget	CT	GI	17039	42.321	2.4807	4
17867	Creixenturri	creixenturri	CT	GI	17039	42.3221	2.4097	3
17867	Freixenet De Dalt	freixenet-de-dalt	CT	GI	17039	42.3333	2.3833	4
17867	Llierca	llierca	CT	GI	17039	42.3221	2.4097	3
17868	La Ginestosa	la-ginestosa	CT	GI	17107	42.3677	2.407	3
17868	Mollo	mollo	CT	GI	17107	42.3472	2.4051	4
17868	Favars	favars	CT	GI	17107	42.3677	2.407	3
17868	Espinavell	espinavell	CT	GI	17107	42.3785	2.3999	4
17868	Graells	graells	CT	GI	17107	42.3677	2.407	3
17868	Fabert	fabert	CT	GI	17107	42.3773	2.416	4
17869	Tregura De Dalt	tregura-de-dalt	CT	GI	17192	42.35	2.2833	4
17869	Abella	abella	CT	GI	17192	42.3188	2.3154	4
17869	Roca, La (Ayto Vilallonga)	roca-la-ayto-vilallonga	CT	GI	17192	42.3298	2.3097	3
17869	Vilallonga De Ter	vilallonga-de-ter	CT	GI	17192	42.33	2.3165	4
17869	Setcases (Municipio)	setcases-municipio	CT	GI	17192	42.3298	2.3097	3
17869	Llanars	llanars	CT	GI	17192	42.3167	2.35	4
17869	Llebro	llebro	CT	GI	17192	42.3298	2.3097	3
17869	Tregura De Baix	tregura-de-baix	CT	GI	17192	42.3333	2.2833	4
17869	Espinalba	espinalba	CT	GI	17192	42.3298	2.3097	3
17869	El Llanares	el-llanares	CT	GI	17192	42.3298	2.3097	3
08281	Prades De Molsosa	prades-de-molsosa	CT	L	08060	41.7408	1.6063	3
08281	La Molsosa	la-molsosa	CT	L	08060	41.7408	1.6063	3
08281	Enfesta	enfesta	CT	L	08060	41.7408	1.6063	3
22583	Sapeira	sapeira	CT	L	25234	42.2542	0.7886	4
22583	El Pont D'Orrit	el-pont-d-orrit	CT	L	25234	42.2896	0.7244	3
22583	El Castellet	el-castellet	CT	L	25234	42.2734	0.8268	4
22583	Espluga Freda	espluga-freda	CT	L	25234	42.2896	0.7244	3
22583	Espluga De Serra	espluga-de-serra	CT	L	25234	42.2896	0.7244	3
22583	Masos De Tamurcia, Els	masos-de-tamurcia-els	CT	L	25234	42.2896	0.7244	3
22583	La Torre De Tamurcia	la-torre-de-tamurcia	CT	L	25234	42.2896	0.7244	3
22584	Torogo	torogo	CT	L	22188	42.1608	0.6783	3
22584	Tercui	tercui	CT	L	22188	42.1608	0.6783	3
22584	Escarla	escarla	CT	L	22188	42.1608	0.6783	3
22584	Espills	espills	CT	L	22188	42.1608	0.6783	3
25001	Lleida	lleida	CT	L	25120	41.6167	0.6222	4
25002	Lleida	lleida	CT	L	25120	41.6167	0.6222	4
25003	Lleida	lleida	CT	L	25120	41.6167	0.6222	4
25004	Lleida	lleida	CT	L	25120	41.6167	0.6222	4
25005	Lleida	lleida	CT	L	25120	41.6167	0.6222	4
25006	Lleida	lleida	CT	L	25120	41.6167	0.6222	4
25007	Lleida	lleida	CT	L	25120	41.6167	0.6222	4
25008	Lleida	lleida	CT	L	25120	41.6167	0.6222	4
25070	Lleida	lleida	CT	L		41.6167	0.6222	4
25071	Lleida	lleida	CT	L		41.6167	0.6222	4
25080	Lleida	lleida	CT	L		41.6167	0.6222	4
25100	Almacelles	almacelles	CT	L	25019	41.7322	0.4372	4
25100	La Saira	la-saira	CT	L	25019	41.7322	0.4372	3
25109	El Mas Del Lleo	el-mas-del-lleo	CT	L		41.7322	0.4372	1
25110	Alpicat	alpicat	CT	L	25228	41.6657	0.5556	4
25110	Malpartit	malpartit	CT	L	25228	41.6657	0.5556	3
25111	Raimat	raimat	CT	L	25120	41.6778	0.4784	4
25112	Gimenells	gimenells	CT	L	25912	41.6514	0.3902	4
25113	Sucs	sucs	CT	L	25120	41.7021	0.4118	4
25114	El Pla De La Font	el-pla-de-la-font	CT	L	25912	41.6869	0.3547	4
25120	Alfarras	alfarras	CT	L	25013	41.8167	0.5833	4
25121	Andani	andani	CT	L		41.7594	0.5905	1
25122	Ivars De Noguera	ivars-de-noguera	CT	L	25112	41.85	0.6	4
25123	Torrefarrera	torrefarrera	CT	L	25228	41.6732	0.6067	4
25124	Rossello	rossello	CT	L	25189	41.6833	0.6	4
25125	Alguaire	alguaire	CT	L	25016	41.737	0.5845	4
25126	Almenar	almenar	CT	L	25228	41.796	0.5683	4
25130	Algerri	algerri	CT	L	25015	41.8148	0.6363	4
25131	Torre-Serona	torre-serona	CT	L	25233	41.6667	0.6333	4
25132	Benavent De Segria	benavent-de-segria	CT	L	25053	41.7	0.6333	4
25133	Vilanova De Segria	vilanova-de-segria	CT	L	25251	41.7167	0.6167	4
25134	La Portella	la-portella	CT	L	25174	41.7333	0.65	4
25135	Albesa	albesa	CT	L	25008	41.7528	0.6594	4
25136	Castello De Farfanya	castello-de-farfanya	CT	L	25069	41.8167	0.7333	4
25137	Corbins	corbins	CT	L	25078	41.6833	0.7	4
25138	Torrelameu	torrelameu	CT	L	25231	41.7	0.7	4
25139	Menarguens	menarguens	CT	L	25134	41.7333	0.75	4
25140	Arbeca	arbeca	CT	L	25029	41.5415	0.9246	4
25141	Torregrossa	torregrossa	CT	L	25230	41.5036	0.9106	1
25142	Bellvis	bellvis	CT	L	25052	41.6727	0.8177	4
25143	El Poal	el-poal	CT	L	25168	41.6833	0.8667	4
25144	Arcs, Els	arcs-els	CT	L	25052	41.1167	1.0333	4
25150	Artesa De Lleida	artesa-de-lleida	CT	L	25033	41.55	0.7	4
25151	Aspa	aspa	CT	L	25036	41.4947	0.6728	4
25152	El Cogul	el-cogul	CT	L	25076	41.4667	0.6833	4
25153	Puigverd De Lleida	puigverd-de-lleida	CT	L	25182	41.5333	0.7333	4
25154	Castelldans	castelldans	CT	L	25067	41.5	0.7667	4
25155	Albages, L'	albages-l	CT	L	25006	41.45	0.75	4
25160	Granyena De Les Garrigues	granyena-de-les-garrigues	CT	L	25105	41.4333	0.65	4
25161	Alfes	alfes	CT	L	25014	41.5214	0.6205	4
25162	Alcano	alcano	CT	L	25010	41.4806	0.6166	4
25163	El Soleras	el-soleras	CT	L	25206	41.4167	0.6833	4
25164	Torms, Els	torms-els	CT	L	25224	41.3833	0.7167	4
25165	Juncosa	juncosa	CT	L	25118	41.3703	0.7765	4
25170	Utxesa	utxesa	CT	L	25232	41.534	0.5142	3
25170	Torres De Segre	torres-de-segre	CT	L	25232	41.534	0.5142	4
25171	Albatarrec	albatarrec	CT	L	25007	41.5667	0.6	4
25172	Montoliu De Lleida	montoliu-de-lleida	CT	L	25142	41.5667	0.6	4
25173	Sudanell	sudanell	CT	L	25211	41.5566	0.5671	4
25174	Sunyer	sunyer	CT	L	25212	41.5167	0.6	4
25175	Sarroca De Lleida	sarroca-de-lleida	CT	L	25200	41.45	0.5667	4
25176	Torrebesses	torrebesses	CT	L	25226	41.4333	0.6	4
25177	Bellaguarda	bellaguarda	CT	L	25101	41.3333	0.7333	4
25177	La Granadella	la-granadella	CT	L	25101	41.3333	0.7333	3
25178	Bovera	bovera	CT	L	25056	41.3167	0.65	4
25179	Maials	maials	CT	L	25133	41.3667	0.5	4
25180	Alcarras	alcarras	CT	L	25011	41.5667	0.5167	4
25181	Soses	soses	CT	L	25210	41.5333	0.4833	4
25182	Aitona	aitona	CT	L	25038	41.4833	0.4667	4
25183	Seros	seros	CT	L	25204	41.4667	0.4167	4
25184	Massalc0reig	massalc0reig	CT	L	25131	41.4735	0.4666	1
25185	La Granja D'Escarp	la-granja-d-escarp	CT	L	25102	41.4167	0.3667	4
25186	Llardecans	llardecans	CT	L	25125	41.3743	0.5497	4
25187	Almatret	almatret	CT	L	25020	41.4735	0.4666	1
25190	Lleida	lleida	CT	L	25120	41.6167	0.6222	4
25191	Lleida	lleida	CT	L	25120	41.6167	0.6222	4
25192	Lleida	lleida	CT	L	25120	41.6167	0.6222	4
25193	Lleida	lleida	CT	L	25011	41.6167	0.6222	4
25194	Lleida	lleida	CT	L	25120	41.6167	0.6222	4
25195	Lleida	lleida	CT	L	25120	41.6167	0.6222	4
25196	Lleida	lleida	CT	L	25120	41.6167	0.6222	4
25197	Lleida	lleida	CT	L	25120	41.6167	0.6222	4
25198	Lleida	lleida	CT	L	25120	41.6167	0.6222	4
25199	Lleida	lleida	CT	L	25120	41.6167	0.6222	4
25200	Cervera	cervera	CT	L	25072	41.67	1.2721	4
25210	Guissona	guissona	CT	L	25110	41.7833	1.3	4
25211	Concabella	concabella	CT	L	25132	41.7514	1.235	4
25211	Bellvei	bellvei	CT	L	25132	41.75	1.3	4
25211	El Llor	el-llor	CT	L	25132	41.75	1.3167	4
25211	Comabella	comabella	CT	L	25132	41.7594	1.2795	3
25211	Torrefeta	torrefeta	CT	L	25132	41.7539	1.2736	4
25211	Granollers De Florejacs	granollers-de-florejacs	CT	L	25132	41.7594	1.2795	3
25211	Tarroja De Segarra	tarroja-de-segarra	CT	L	25132	41.7333	1.2833	4
25211	Sant Guim De La Plana	sant-guim-de-la-plana	CT	L	25132	41.7628	1.3237	4
25211	Guarda - Si - Venes	guarda-si-venes	CT	L	25132	41.7594	1.2795	3
25211	Massoteres	massoteres	CT	L	25132	41.8	1.3167	4
25211	Sant Marti De La Morana	sant-marti-de-la-morana	CT	L	25132	41.7594	1.2795	3
25211	Florejacs	florejacs	CT	L	25132	41.8	1.2167	4
25211	Talteull	talteull	CT	L	25132	41.7594	1.2795	3
25211	Palou	palou	CT	L	25132	41.7594	1.2795	3
25211	Selvanera	selvanera	CT	L	25132	41.7594	1.2795	3
25211	Sedo	sedo	CT	L	25132	41.7594	1.2795	3
25211	Riber	riber	CT	L	25132	41.7594	1.2795	3
25211	La Morana	la-morana	CT	L	25132	41.7594	1.2795	3
25211	Sistero	sistero	CT	L	25132	41.7594	1.2795	3
25211	Ratera	ratera	CT	L	25132	41.7594	1.2795	3
25211	El Far	el-far	CT	L	25132	41.7594	1.2795	3
25211	Castellmeja	castellmeja	CT	L	25132	41.7594	1.2795	3
25211	Vicfred	vicfred	CT	L	25132	41.7594	1.2795	3
25211	Gra	gra	CT	L	25132	41.7594	1.2795	3
25211	Pelagalls	pelagalls	CT	L	25132	41.7594	1.2795	3
25211	Palouet	palouet	CT	L	25132	41.7594	1.2795	3
25212	Pallargues, Les	pallargues-les	CT	L	25219	41.7667	1.2	4
25212	Mont-Roig De Segarra	mont-roig-de-segarra	CT	L	25219	41.75	1.1833	4
25213	Talavera	talavera	CT	L	25905	41.6167	1.35	4
25213	Hostalets De Cervera, Els	hostalets-de-cervera-els	CT	L	25905	41.6167	1.35	3
25213	Bellmunt (Talavera)	bellmunt-talavera	CT	L	25905	41.6167	1.35	4
25213	Sant Antoli I Vilanova	sant-antoli-i-vilanova	CT	L	25905	41.6167	1.35	4
25213	Rubinat	rubinat	CT	L	25905	41.6167	1.35	3
25213	Pallerols De Talavera	pallerols-de-talavera	CT	L	25905	41.6167	1.35	3
25213	Sant Pere Dels Arquells	sant-pere-dels-arquells	CT	L	25905	41.6167	1.35	3
25213	Pomar	pomar	CT	L	25905	41.6167	1.35	3
25213	Brianço	brianco	CT	L	25905	41.6167	1.35	3
25213	Montfar	montfar	CT	L	25905	41.6167	1.35	3
25213	Civit	civit	CT	L	25905	41.6167	1.35	3
25213	Vergos	vergos	CT	L	25905	41.6167	1.35	3
25213	Pavia	pavia	CT	L	25905	41.6167	1.35	3
25213	Condals, Els	condals-els	CT	L	25905	41.6167	1.35	3
25214	Castellnou D'Oluges	castellnou-d-oluges	CT	L	25202	41.7	1.3	4
25214	Malgrat	malgrat	CT	L	25202	41.7	1.3167	3
25214	Oluges, Les	oluges-les	CT	L	25202	41.7	1.3333	4
25214	La Prenyanosa	la-prenyanosa	CT	L	25202	41.7	1.3167	3
25214	Santa Fe D, Oluges	santa-fe-d-oluges	CT	L	25202	41.7	1.3167	3
25214	Gaver	gaver	CT	L	25202	41.7	1.3167	3
25214	Montfalco Murallat	montfalco-murallat	CT	L	25202	41.7	1.3167	3
25214	Estaras	estaras	CT	L	25202	41.7	1.3167	3
25215	Malacara	malacara	CT	L	25194	41.6874	1.2955	1
25215	Sant Ramon	sant-ramon	CT	L	25194	41.6874	1.2955	1
25215	Alta-Riba	alta-riba	CT	L	25194	41.6874	1.2955	1
25216	Ferran	ferran	CT	L	25194	41.1454	1.359	4
25216	Gospi	gospi	CT	L	25194	41.5514	1.381	3
25216	Viver De Segarra	viver-de-segarra	CT	L	25194	41.5514	1.381	3
25216	Portell	portell	CT	L	25194	41.7421	1.384	4
25216	Ivorra	ivorra	CT	L	25194	41.7667	1.4	4
25217	Granyena De Segarra	granyena-de-segarra	CT	L	25104	41.6167	1.25	4
25217	Llindars	llindars	CT	L	25104	41.5901	1.2569	3
25217	Cabestany	cabestany	CT	L	25104	41.5799	1.2787	4
25217	La Sisquella	la-sisquella	CT	L	25104	41.5901	1.2569	3
25217	Ametlla De Segarra, L'	ametlla-de-segarra-l	CT	L	25104	41.5736	1.2421	4
25217	Gramuntell	gramuntell	CT	L	25104	41.5901	1.2569	3
25217	Montoliu De Segarra	montoliu-de-segarra	CT	L	25104	41.5901	1.2569	3
25217	Vilagrasseta	vilagrasseta	CT	L	25104	41.5901	1.2569	3
25217	La Guardia Lada	la-guardia-lada	CT	L	25104	41.5901	1.2569	3
25218	La Mora	la-mora	CT	L	25072	41.6874	1.2955	1
25218	La Cardosa	la-cardosa	CT	L	25072	41.6874	1.2955	1
25218	Tordera	tordera	CT	L	25072	41.6874	1.2955	1
25218	Aranyo, L'	aranyo-l	CT	L	25072	41.6874	1.2955	1
25218	Montcortes De Segarra	montcortes-de-segarra	CT	L	25072	41.6874	1.2955	1
25218	Molle	molle	CT	L	25072	41.6874	1.2955	1
25218	La Curullada	la-curullada	CT	L	25072	41.6874	1.2955	1
25218	Granyanella	granyanella	CT	L	25072	41.6874	1.2955	1
25218	Fonolleres	fonolleres	CT	L	25072	41.6874	1.2955	1
25218	El Canos	el-canos	CT	L	25072	41.6874	1.2955	1
25220	Bell-Lloc D'Urgell	bell-lloc-d-urgell	CT	L	25048	41.6333	0.7833	4
25221	Alamus, Els	alamus-els	CT	L	25004	41.6333	0.7833	4
25222	Sidamon	sidamon	CT	L	25205	41.6333	0.8333	4
25230	Mollerussa	mollerussa	CT	L	25137	41.6333	0.9	4
25240	Linyola	linyola	CT	L	25122	41.7	0.9167	4
25241	Golmes	golmes	CT	L	25099	41.6335	0.9312	4
25242	Miralcamp	miralcamp	CT	L	25135	41.6052	0.8799	4
25243	El Palau D'Anglesola	el-palau-d-anglesola	CT	L	25158	41.65	0.8833	4
25244	Fondarella	fondarella	CT	L	25093	41.6347	0.8734	4
25245	Vila-Sana	vila-sana	CT	L	25252	41.6447	0.8969	1
25250	Bellpuig	bellpuig	CT	L	25050	41.626	1.0114	4
25260	Ivars D'Urgell	ivars-d-urgell	CT	L	25113	41.6833	1	4
25260	Montale	montale	CT	L	25113	41.6833	1	3
25261	Vallverd	vallverd	CT	L	25164	41.4667	1.3167	4
25261	Almassor	almassor	CT	L	25164	41.4667	1.3167	3
25262	Barbens	barbens	CT	L	25041	41.6667	1.0167	4
25262	Seana	seana	CT	L	25041	41.6667	1.0167	4
25262	El Bullidor	el-bullidor	CT	L	25041	41.6667	1.0167	3
25262	Cases De Barbens, Les	cases-de-barbens-les	CT	L	25041	41.6667	1.0167	3
25263	Preixana	preixana	CT	L	25176	41.6075	1.0383	4
25264	Vilanova De Bellpuig	vilanova-de-bellpuig	CT	L	25248	41.6138	0.9643	4
25265	Castellnou De Seana	castellnou-de-seana	CT	L	25068	41.648	0.9709	4
25266	Malda	malda	CT	L	25046	41.55	1.0333	4
25266	Belianes	belianes	CT	L	25046	41.5602	1.016	4
25267	Llorenç De Rocafort (Sant Marti De Riucorb)	llorenc-de-rocafort-sant-marti-de-riucorb	CT	L	25902	41.5762	1.0614	1
25268	Omells De Na Gaia, Els	omells-de-na-gaia-els	CT	L	25154	41.5004	1.0752	4
25268	Vallbona De Les Monges	vallbona-de-les-monges	CT	L	25154	41.5263	1.0887	4
25268	Montblanquet	montblanquet	CT	L	25154	41.4938	1.1135	4
25269	Rocallaura	rocallaura	CT	L	25238	41.5066	1.1484	4
25270	Sant Guim De Freixenet	sant-guim-de-freixenet	CT	L	25192	41.6557	1.4202	4
25271	Vergos Guerrejat	vergos-guerrejat	CT	L	25085	41.6557	1.4202	1
25271	Montpalau	montpalau	CT	L	25085	41.6557	1.4202	1
25271	La Tallada	la-tallada	CT	L	25085	41.6557	1.4202	1
25271	Sant Guim De La Rabassa	sant-guim-de-la-rabassa	CT	L	25085	41.6557	1.4202	1
25271	Sant Domi	sant-domi	CT	L	25085	41.6557	1.4202	1
25271	La Rabassa	la-rabassa	CT	L	25085	41.6557	1.4202	1
25271	Palamos	palamos	CT	L	25085	41.6557	1.4202	1
25271	El Castell De Santa Maria	el-castell-de-santa-maria	CT	L	25085	41.6557	1.4202	1
25271	Amoros	amoros	CT	L	25085	41.6557	1.4202	1
25271	Montlleo	montlleo	CT	L	25085	41.6557	1.4202	1
25271	Freixenet I Altadill	freixenet-i-altadill	CT	L	25085	41.6557	1.4202	1
25271	Melio	melio	CT	L	25085	41.6557	1.4202	1
25280	Pi De Sant Just, El (Olius)	pi-de-sant-just-el-olius	CT	L	25207	41.9939	1.5171	4
25280	Sant Just Joval	sant-just-joval	CT	L	25207	41.9939	1.5171	3
25280	Solsona	solsona	CT	L	25207	41.9939	1.5171	4
25280	Castellvell, El (Olius)	castellvell-el-olius	CT	L	25207	41.9939	1.5171	4
25281	Llobera (Llobera)	llobera-llobera	CT	L	25129	41.9138	1.4432	4
25281	Torredenego	torredenego	CT	L	25129	41.9138	1.4432	3
25281	Hostal Nou, L' (Llobera)	hostal-nou-l-llobera	CT	L	25129	41.9138	1.4432	4
25281	Peracamps	peracamps	CT	L	25129	41.9138	1.4432	4
25282	Vilamantells	vilamantells	CT	L	25193	42.1333	1.6	3
25282	Sant Llorenç De Morunys	sant-llorenc-de-morunys	CT	L	25193	42.1333	1.6	4
25283	Lladurs	lladurs	CT	L	25124	42.1231	1.5181	3
25283	Canalda	canalda	CT	L	25124	42.1231	1.5181	4
25283	Cambrils (Oden)	cambrils-oden	CT	L	25124	42.1231	1.5181	3
25283	Torrents, Els	torrents-els	CT	L	25124	42.1231	1.5181	3
25283	Oden	oden	CT	L	25124	42.1231	1.5181	3
25284	La Pedra	la-pedra	CT	L	25163	41.9957	1.4958	1
25284	La Coma	la-coma	CT	L	25163	41.9957	1.4958	1
25285	Guixers	guixers	CT	L	25111	42.1333	1.6	4
25285	La Corriu	la-corriu	CT	L	25111	42.1333	1.6	3
25285	Castelltort	castelltort	CT	L	25111	42.1333	1.6	3
25286	Sant Climenç	sant-climenc	CT	L	25024	41.95	1.4167	4
25286	Linya	linya	CT	L	25024	41.9333	0.8	4
25286	Olius	olius	CT	L	25024	42.0104	1.5646	4
25286	Pinell De Solsones	pinell-de-solsones	CT	L	25024	41.9677	1.3376	4
25286	La Selva	la-selva	CT	L	25024	41.9701	1.3492	3
25286	Naves	naves	CT	L	25024	41.9916	1.6388	4
25286	Madrona	madrona	CT	L	25024	41.9677	1.3376	4
25286	Guilanya	guilanya	CT	L	25024	41.9701	1.3492	3
25286	Tentellatge	tentellatge	CT	L	25024	41.9701	1.3492	3
25286	Cases De Posada, Les	cases-de-posada-les	CT	L	25024	41.9701	1.3492	3
25286	Besora	besora	CT	L	25024	41.9701	1.3492	3
25286	Busa	busa	CT	L	25024	41.9701	1.3492	3
25286	Pegueroles	pegueroles	CT	L	25024	41.9701	1.3492	3
25286	Mirave	mirave	CT	L	25024	41.9701	1.3492	3
25286	La Valldora	la-valldora	CT	L	25024	41.9701	1.3492	3
25287	Vallmanya De Pinos	vallmanya-de-pinos	CT	L	25167	41.8797	1.5658	3
25287	Sant Just D'Ardevol	sant-just-d-ardevol	CT	L	25167	41.9	1.5167	4
25287	Su	su	CT	L	25167	41.8891	1.564	4
25287	Ardevol De Pinos	ardevol-de-pinos	CT	L	25167	41.8797	1.5658	3
25287	Matamargo	matamargo	CT	L	25167	41.85	1.6167	4
25287	El Miracle	el-miracle	CT	L	25167	41.8797	1.5658	3
25287	Pinos	pinos	CT	L	25167	41.8797	1.5658	3
25287	Brics (Olius)	brics-olius	CT	L	25167	41.8797	1.5658	3
25288	La Llena	la-llena	CT	L	25124	41.9957	1.4958	1
25288	Timoneda	timoneda	CT	L	25124	41.9957	1.4958	1
25288	Montpolt	montpolt	CT	L	25124	41.9957	1.4958	1
25289	Altes	altes	CT	L	25064	42.3167	2.1833	4
25289	Pampe	pampe	CT	L	25064	42.1702	1.7619	3
25289	Castellar De La Ribera	castellar-de-la-ribera	CT	L	25064	42.1702	1.7619	3
25289	Ogern	ogern	CT	L	25064	42.0237	1.3405	4
25289	Bassella	bassella	CT	L	25064	42.1702	1.7619	3
25289	Clara	clara	CT	L	25064	42.1702	1.7619	3
25289	Ceuro	ceuro	CT	L	25064	42.1702	1.7619	3
25289	Serinyana	serinyana	CT	L	25064	42.1702	1.7619	3
25290	Sant Ponç	sant-ponc	CT	L	25186	41.962	1.6023	4
25290	Hortoneda De Clariana	hortoneda-de-clariana	CT	L	25186	41.9349	1.5928	3
25290	Clariana De Cardener	clariana-de-cardener	CT	L	25186	41.9333	1.6333	4
25290	Santa Susanna	santa-susanna	CT	L	25186	41.9349	1.5928	3
25290	Riner	riner	CT	L	25186	41.9221	1.5677	4
25290	Freixinet De Riner	freixinet-de-riner	CT	L	25186	41.9221	1.5677	4
25300	Tarrega	tarrega	CT	L	25217	41.647	1.1396	4
25310	Agramunt	agramunt	CT	L	25003	41.7869	1.0968	4
25315	Butsenit (Montgai)	butsenit-montgai	CT	L	25138	41.8	0.9667	4
25316	Preixens	preixens	CT	L	25177	41.7964	1.0506	4
25316	Ventoses, Les	ventoses-les	CT	L	25177	41.8015	1.0207	4
25316	Pradell	pradell	CT	L	25177	41.7974	1.0317	4
25317	Montclar	montclar	CT	L	25003	41.85	1.05	4
25317	Rocaberti De Sant Salvador	rocaberti-de-sant-salvador	CT	L	25003	41.85	1.05	3
25317	Mafet	mafet	CT	L	25003	41.85	1.05	3
25317	Donzell D'Urgell	donzell-d-urgell	CT	L	25003	41.85	1.05	3
25318	Puigverd D'Agramunt	puigverd-d-agramunt	CT	L	25003	41.7667	1.1333	4
25318	Castellnou D'Osso	castellnou-d-osso	CT	L	25003	41.7608	1.1462	3
25318	Osso De Sio	osso-de-sio	CT	L	25003	41.7548	1.159	4
25318	Bellver D'Osso	bellver-d-osso	CT	L	25003	41.7608	1.1462	3
25318	Montfalco D'Osso	montfalco-d-osso	CT	L	25003	41.7608	1.1462	3
25318	Puelles, Les	puelles-les	CT	L	25003	41.7608	1.1462	3
25318	Renant	renant	CT	L	25003	41.7608	1.1462	3
25318	Cosco	cosco	CT	L	25003	41.7608	1.1462	3
25320	Anglesola	anglesola	CT	L	25027	41.6565	1.0829	4
25330	Vilagrassa	vilagrassa	CT	L	25244	41.65	1.15	4
25331	Guardia, La (Tornabous)	guardia-la-tornabous	CT	L	25003	41.7006	1.0436	3
25331	El Tarros	el-tarros	CT	L	25003	41.7	1.0333	4
25331	Tornabous	tornabous	CT	L	25003	41.7012	1.0538	4
25331	Almenara Alta	almenara-alta	CT	L	25003	41.7006	1.0436	3
25332	Boldu	boldu	CT	L	25096	41.7194	1.0048	4
25332	La Fuliola	la-fuliola	CT	L	25096	41.7194	1.0048	3
25333	El Castell Del Remei	el-castell-del-remei	CT	L	25164	41.706	1.0547	1
25334	Castellsera	castellsera	CT	L	25070	41.75	1	4
25335	Penelles	penelles	CT	L	25164	41.75	0.9667	4
25335	Falcons	falcons	CT	L	25164	41.75	0.9667	3
25335	Bellestar (Penelles)	bellestar-penelles	CT	L	25164	41.75	0.9667	4
25336	Bellmunt D'Urgell	bellmunt-d-urgell	CT	L	25049	41.5833	1.4	4
25337	Bellcaire D'Urgell	bellcaire-d-urgell	CT	L	25047	41.75	0.9167	4
25340	El Mas De Bondia	el-mas-de-bondia	CT	L	25143	41.6063	1.1924	4
25340	Verdu	verdu	CT	L	25143	41.6106	1.1428	4
25340	Montornes De Segarra	montornes-de-segarra	CT	L	25143	41.6	1.2333	4
25341	Guimera	guimera	CT	L	25145	41.5645	1.1853	4
25341	Ciutadilla	ciutadilla	CT	L	25145	41.5611	1.1394	4
25341	Nalec	nalec	CT	L	25145	41.55	1.1167	4
25343	Vilet, El (Sant Marti De Riucorb)	vilet-el-sant-marti-de-riucorb	CT	L	25902	41.5821	1.1683	1
25344	Rocafort De Vallbona (Sant Marti De Riucorb)	rocafort-de-vallbona-sant-marti-de-riucorb	CT	L	25902	41.5821	1.1683	1
25344	Sant Marti De Malda (Sant Marti De Riucorb)	sant-marti-de-malda-sant-marti-de-riucorb	CT	L	25902	41.5821	1.1683	1
25350	Altet	altet	CT	L	25217	41.6838	1.142	4
25351	La Figuerosa	la-figuerosa	CT	L	25217	41.7	1.1667	4
25352	Riudovelles	riudovelles	CT	L	25217	41.6955	1.1446	1
25353	Claravalls	claravalls	CT	L	25217	41.7028	1.1251	4
25354	Santa Maria De Montmagastrell	santa-maria-de-montmagastrell	CT	L	25217	41.6955	1.1446	1
25360	El Talladell	el-talladell	CT	L	25217	41.65	1.1667	4
25400	Borges Blanques, Les	borges-blanques-les	CT	L	25058	41.5167	0.8667	4
25410	Espluga Calba, L'	espluga-calba-l	CT	L	25081	41.4963	1.0049	4
25411	Fulleda	fulleda	CT	L	25097	41.4633	1.0239	4
25412	Omellons, Els	omellons-els	CT	L	25153	41.5	0.9667	4
25413	La Floresta	la-floresta	CT	L	25092	41.5167	0.9167	4
25420	Puiggros	puiggros	CT	L	25180	41.55	0.9	4
25430	Juneda	juneda	CT	L	25119	41.5485	0.8245	4
25440	Vinaixa	vinaixa	CT	L	25255	41.4333	0.9833	4
25450	Albi, L'	albi-l	CT	L	25009	41.4167	0.9333	4
25457	El Vilosell	el-vilosell	CT	L		41.3833	0.95	4
25460	Cervia De Les Garrigues	cervia-de-les-garrigues	CT	L	25073	41.4167	0.8667	4
25471	La Pobla De Cervoles	la-pobla-de-cervoles	CT	L	25169	41.472	0.9382	1
25480	Tarres	tarres	CT	L	25218	41.4228	1.0217	4
25500	La Pobla De Segur	la-pobla-de-segur	CT	L	25171	42.25	0.9667	4
25510	La Plana De Mont-Ros	la-plana-de-mont-ros	CT	L	25227	42.3786	0.9651	1
25510	Beranui	beranui	CT	L	25227	42.3786	0.9651	1
25511	Oveix	oveix	CT	L	25227	42.3944	0.9491	4
25511	Aguiro	aguiro	CT	L	25227	42.3985	0.9434	4
25511	Astell	astell	CT	L	25227	42.4031	0.9654	4
25512	Molinos	molinos	CT	L	25227	42.4048	0.9744	4
25512	Mont-Ros	mont-ros	CT	L	25227	42.4048	0.9744	3
25512	Pobella	pobella	CT	L	25227	42.4048	0.9744	3
25512	Paüls	pauls	CT	L	25227	42.4048	0.9744	3
25513	Cabestany De Montcortes	cabestany-de-montcortes	CT	L	25171	42.3786	0.9651	1
25513	Bretui	bretui	CT	L	25171	42.3786	0.9651	1
25513	La Pobleta De Bellvei	la-pobleta-de-bellvei	CT	L	25171	42.3786	0.9651	1
25513	Antist	antist	CT	L	25171	42.3786	0.9651	1
25513	Peracalç	peracalc	CT	L	25171	42.3786	0.9651	1
25513	Montsor	montsor	CT	L	25171	42.3786	0.9651	1
25513	Envall	envall	CT	L	25171	42.3786	0.9651	1
25513	Estavill	estavill	CT	L	25171	42.3786	0.9651	1
25513	Montcortes De Pallars	montcortes-de-pallars	CT	L	25171	42.3786	0.9651	1
25513	Mentui	mentui	CT	L	25171	42.3786	0.9651	1
25514	Senterada	senterada	CT	L	25202	42.3255	0.9364	4
25514	Puigcerver	puigcerver	CT	L	25202	42.3187	0.9462	4
25514	Cervoles	cervoles	CT	L	25202	42.3221	0.9413	3
25514	Reguard	reguard	CT	L	25202	42.3221	0.9413	3
25514	Cadolla	cadolla	CT	L	25202	42.3221	0.9413	3
25514	Pinyana	pinyana	CT	L	25202	42.3221	0.9413	3
25514	Naens	naens	CT	L	25202	42.3221	0.9413	3
25514	Lluça	lluca	CT	L	25202	42.3221	0.9413	3
25514	El Burguet	el-burguet	CT	L	25202	42.3221	0.9413	3
25515	Aiguabella	aiguabella	CT	L	25227	42.4432	0.9919	4
25515	Cabdella	cabdella	CT	L	25227	42.474	0.9919	4
25515	Castell-Estao	castell-estao	CT	L	25227	42.4586	0.9919	3
25515	La Torre De Cabdella	la-torre-de-cabdella	CT	L	25227	42.4586	0.9919	3
25515	Espui	espui	CT	L	25227	42.4586	0.9919	3
25516	Serradell	serradell	CT	L	25161	42.3786	0.9651	1
25516	Sant Joan De Vinyafrescal	sant-joan-de-vinyafrescal	CT	L	25161	42.3786	0.9651	1
25516	Erinya	erinya	CT	L	25161	42.3786	0.9651	1
25516	Toralla	toralla	CT	L	25161	42.3786	0.9651	1
25516	Torallola	torallola	CT	L	25161	42.3786	0.9651	1
25517	Claverol	claverol	CT	L	25161	42.2451	0.987	4
25517	Sossis	sossis	CT	L	25161	42.2451	0.987	3
25517	Hortoneda De La Conca	hortoneda-de-la-conca	CT	L	25161	42.2451	0.987	3
25517	El Pont De Claverol	el-pont-de-claverol	CT	L	25161	42.2451	0.987	3
25518	Pessonada	pessonada	CT	L	25161	42.3786	0.9651	1
25518	Aramunt	aramunt	CT	L	25161	42.3786	0.9651	1
25518	Sant Marti De Canals	sant-marti-de-canals	CT	L	25161	42.3786	0.9651	1
25520	El Pont De Suert	el-pont-de-suert	CT	L	25173	42.4082	0.7417	4
25526	Coll	coll	CT	L	25043	42.4728	0.7709	4
25526	Llesp	llesp	CT	L	25043	42.4565	0.7579	4
25526	Castillo De Tor	castillo-de-tor	CT	L	25043	42.4647	0.7644	3
25526	Sarais	sarais	CT	L	25043	42.4647	0.7644	3
25526	Cardet	cardet	CT	L	25043	42.4647	0.7644	3
25526	Cabanasses	cabanasses	CT	L	25043	42.4647	0.7644	3
25527	Barruera	barruera	CT	L	25043	42.5046	0.8006	4
25527	Durro	durro	CT	L	25043	42.4986	0.8207	4
25528	Taull	taull	CT	L	25043	42.5203	0.8474	4
25528	Caldes De Boi	caldes-de-boi	CT	L	25043	42.5225	0.8365	3
25528	Erill La Vall	erill-la-vall	CT	L	25043	42.5246	0.8259	4
25528	Boi	boi	CT	L	25043	42.5225	0.8362	4
25529	Ventola	ventola	CT	L	25173	42.4321	0.7882	3
25529	Gotarta	gotarta	CT	L	25173	42.4214	0.7641	4
25529	Iguerri	iguerri	CT	L	25173	42.4321	0.7882	3
25529	Erill Castell	erill-castell	CT	L	25173	42.4141	0.8092	4
25529	Malpas	malpas	CT	L	25173	42.4321	0.7882	3
25529	Irgo	irgo	CT	L	25173	42.445	0.7724	4
25529	Castellars (El Pont De Suert)	castellars-el-pont-de-suert	CT	L	25173	42.4321	0.7882	3
25529	Peranera	peranera	CT	L	25173	42.4209	0.8153	4
25529	Iran	iran	CT	L	25173	42.4592	0.78	4
25530	Vielha/Viella	vielha-viella	CT	L	25243	42.702	0.7956	4
25537	Montcorbau	montcorbau	CT	L	25243	42.7299	0.7797	3
25537	Vilac	vilac	CT	L	25243	42.7167	0.8	4
25537	Betlan	betlan	CT	L	25243	42.7282	0.7875	4
25537	Vila	vila	CT	L	25243	42.7299	0.7797	3
25537	Mont	mont	CT	L	25243	42.7274	0.7963	4
25537	El Pont D'Arros	el-pont-d-arros	CT	L	25243	42.7378	0.7545	4
25537	Arros	arros	CT	L	25243	42.7381	0.7618	4
25537	Aubert	aubert	CT	L	25243	42.731	0.778	4
25538	Casau	casau	CT	L	25243	42.7056	0.785	4
25538	Gausac	gausac	CT	L	25243	42.7076	0.7917	4
25539	Betren	betren	CT	L	25243	42.6975	0.8096	4
25539	Garos	garos	CT	L	25243	42.7002	0.8474	4
25539	Escunhau	escunhau	CT	L	25243	42.6971	0.8241	4
25539	Casarilh	casarilh	CT	L	25243	42.6983	0.8271	3
25540	Les	les	CT	L	25121	42.8108	0.7105	4
25548	Bordius	bordius	CT	L	25063	42.8384	0.739	3
25548	Canejan	canejan	CT	L	25063	42.8384	0.739	4
25548	Porcingles	porcingles	CT	L	25063	42.8384	0.739	3
25548	Sant Joan De Toran	sant-joan-de-toran	CT	L	25063	42.8384	0.739	3
25548	Cassenhau, Era	cassenhau-era	CT	L	25063	42.8384	0.739	3
25548	Campespin	campespin	CT	L	25063	42.8384	0.739	3
25548	Pradet, Eth	pradet-eth	CT	L	25063	42.8384	0.739	3
25549	Bausen	bausen	CT	L	25045	42.8345	0.7169	4
25549	Pontaut	pontaut	CT	L	25045	42.8345	0.7169	3
25550	Bossost	bossost	CT	L	25059	42.7833	0.7	4
25551	Benos	benos	CT	L	25247	42.7396	0.7282	4
25551	Bordes, Es	bordes-es	CT	L	25247	42.7333	0.7167	4
25551	Arro	arro	CT	L	25247	42.7445	0.7126	4
25551	Vilamos	vilamos	CT	L	25247	42.7475	0.7269	4
25551	Bordeta, Era (Arres)	bordeta-era-arres	CT	L	25247	42.75	0.7333	4
25551	Arres De Jos	arres-de-jos	CT	L	25247	42.7438	0.7241	3
25551	Arres De Sus	arres-de-sus	CT	L	25247	42.7438	0.7241	3
25551	Begos	begos	CT	L	25247	42.7438	0.7241	3
25551	Bordeta, Era (Vilamos)	bordeta-era-vilamos	CT	L	25247	42.7475	0.7269	4
25552	Vilaller	vilaller	CT	L	25245	42.4762	0.7169	4
25552	Casos	casos	CT	L	25245	42.4829	0.7333	4
25553	Senet	senet	CT	L	25245	42.558	0.7522	4
25554	Bordes, Les (El Pont De Suert)	bordes-les-el-pont-de-suert	CT	L	25173	42.4082	0.7417	4
25554	Viuet	viuet	CT	L	25173	42.4258	0.7327	3
25554	Sarroqueta	sarroqueta	CT	L	25173	42.4434	0.7237	4
25555	Sentis	sentis	CT	L	25201	42.4019	0.8787	3
25555	Xerallo	xerallo	CT	L	25201	42.3698	0.8652	4
25555	Manyanet	manyanet	CT	L	25201	42.4019	0.8787	3
25555	El Mesull	el-mesull	CT	L	25201	42.4201	0.8756	4
25555	Sas	sas	CT	L	25201	42.4019	0.8787	3
25555	Benes	benes	CT	L	25201	42.4054	0.862	4
25555	Santa Coloma D'Erdo	santa-coloma-d-erdo	CT	L	25201	42.4019	0.8787	3
25555	Erta	erta	CT	L	25201	42.426	0.8434	4
25555	Avellanos	avellanos	CT	L	25201	42.4044	0.9139	4
25555	Vilancos	vilancos	CT	L	25201	42.4019	0.8787	3
25555	Buira	buira	CT	L	25201	42.3837	0.8767	4
25555	Laren	laren	CT	L	25201	42.4019	0.8787	3
25555	Sarroca De Bellera	sarroca-de-bellera	CT	L	25201	42.4044	0.9139	4
25555	Vilella	vilella	CT	L	25201	42.4019	0.8787	3
25555	Erdo	erdo	CT	L	25201	42.4019	0.8787	3
25555	Iglesies, Les	iglesies-les	CT	L	25201	42.4019	0.8787	3
25555	Castellnou D'Avellanos	castellnou-d-avellanos	CT	L	25201	42.4019	0.8787	3
25555	La Mola D'Amunt	la-mola-d-amunt	CT	L	25201	42.4019	0.8787	3
25555	La Bastida De Bellera	la-bastida-de-bellera	CT	L	25201	42.4019	0.8787	3
25556	Viu De Llevata	viu-de-llevata	CT	L	25173	42.5489	0.7823	1
25556	Corroncui	corroncui	CT	L	25173	42.5489	0.7823	1
25556	Abella D'Adons	abella-d-adons	CT	L	25173	42.5489	0.7823	1
25556	Beguda D'Adons	beguda-d-adons	CT	L	25173	42.5489	0.7823	1
25556	Adons	adons	CT	L	25173	42.5489	0.7823	1
25556	Perves	perves	CT	L	25173	42.5489	0.7823	1
25560	Sort	sort	CT	L	25209	42.4132	1.1305	4
25566	Rubio (Soriguera)	rubio-soriguera	CT	L	25208	42.3594	1.0808	4
25566	Embonui	embonui	CT	L	25208	42.3594	1.0808	3
25566	Vilamur	vilamur	CT	L	25208	42.3594	1.0808	3
25566	Soriguera	soriguera	CT	L	25208	42.3594	1.0808	4
25566	Freixe	freixe	CT	L	25208	42.3594	1.0808	3
25566	Llagunes, Les	llagunes-les	CT	L	25208	42.3594	1.0808	3
25567	Bernui	bernui	CT	L	25209	42.4495	1.0916	3
25567	Altron	altron	CT	L	25209	42.4504	1.1035	4
25567	Llessui	llessui	CT	L	25209	42.4495	1.0916	3
25567	La Bastida De Sort	la-bastida-de-sort	CT	L	25209	42.4495	1.0916	3
25567	Sorre	sorre	CT	L	25209	42.4525	1.0981	4
25567	Sauri	sauri	CT	L	25209	42.4455	1.0733	4
25568	Montardit De Dalt	montardit-de-dalt	CT	L	25209	42.416	1.1092	3
25568	Castellviny	castellviny	CT	L	25209	42.416	1.1092	3
25568	Olp	olp	CT	L	25209	42.4302	1.1144	4
25568	Llarven	llarven	CT	L	25209	42.416	1.1092	3
25568	Enviny	enviny	CT	L	25209	42.4019	1.104	4
25568	Bressui	bressui	CT	L	25209	42.416	1.1092	3
25568	Pujalt	pujalt	CT	L	25209	42.416	1.1092	3
25569	Tornafort	tornafort	CT	L	25208	42.4141	1.0981	1
25569	Puiforniu	puiforniu	CT	L	25208	42.4141	1.0981	1
25569	Malmercat	malmercat	CT	L	25208	42.4141	1.0981	1
25570	Ribera De Cardos	ribera-de-cardos	CT	L	25901	42.564	1.225	4
25571	Esterri De Cardos	esterri-de-cardos	CT	L	25087	42.5925	1.2626	4
25571	Boldis Jussa	boldis-jussa	CT	L	25087	42.5948	1.2627	3
25571	Ginestarre	ginestarre	CT	L	25087	42.597	1.2629	4
25571	Cassibros	cassibros	CT	L	25087	42.5948	1.2627	3
25571	Ainet De Cardos	ainet-de-cardos	CT	L	25087	42.5948	1.2627	3
25571	Boldis Sobira	boldis-sobira	CT	L	25087	42.5948	1.2627	3
25571	Arros De Cardos	arros-de-cardos	CT	L	25087	42.5948	1.2627	3
25572	Bonestarre	bonestarre	CT	L	25901	42.5755	1.2173	4
25572	Estaon	estaon	CT	L	25901	42.5722	1.2173	3
25572	Surri	surri	CT	L	25901	42.5653	1.2222	4
25572	Anas	anas	CT	L	25901	42.5759	1.2123	4
25573	Araos	araos	CT	L	25017	42.5918	1.2649	1
25573	Ainet De Besan	ainet-de-besan	CT	L	25017	42.5918	1.2649	1
25574	Tor	tor	CT	L	25017	42.571	1.3971	4
25574	Noris	noris	CT	L	25017	42.571	1.3971	3
25574	Alins	alins	CT	L	25017	42.571	1.3971	4
25575	Areu	areu	CT	L	25017	42.5918	1.2649	1
25576	Lladros	lladros	CT	L	25123	42.6051	1.2414	4
25576	Lleret	lleret	CT	L	25123	42.6189	1.2355	4
25576	Lladorre	lladorre	CT	L	25123	42.6214	1.2489	4
25577	Tavascan	tavascan	CT	L	25123	42.6437	1.2561	4
25577	Aineto	aineto	CT	L	25123	42.6437	1.2561	3
25580	Esterri D'Aneu	esterri-d-aneu	CT	L	25086	42.6333	1.1333	4
25586	Isil	isil	CT	L	25024	42.6793	1.0854	4
25586	Isavarre	isavarre	CT	L	25024	42.6793	1.0854	3
25586	Alos D'Isil	alos-d-isil	CT	L	25024	42.6793	1.0854	3
25586	Arreu	arreu	CT	L	25024	42.6793	1.0854	3
25586	Boren	boren	CT	L	25024	42.6793	1.0854	3
25587	Valencia D'Aneu	valencia-d-aneu	CT	L	25024	42.6342	1.1094	4
25587	Sorpe	sorpe	CT	L	25024	42.6524	1.0794	4
25587	La Bonaigua	la-bonaigua	CT	L	25024	42.6433	1.0944	3
25588	Escalarre (La Guingueta D'Aneu)	escalarre-la-guingueta-d-aneu	CT	L	25903	42.6432	1.1015	1
25588	Cerbi (La Guingueta D'Aneu)	cerbi-la-guingueta-d-aneu	CT	L	25903	42.6432	1.1015	1
25588	Gavas (La Guingueta D'Aneu)	gavas-la-guingueta-d-aneu	CT	L	25903	42.6432	1.1015	1
25588	Llavorre (La Guingueta D'Aneu)	llavorre-la-guingueta-d-aneu	CT	L	25903	42.6432	1.1015	1
25588	Burgo (La Guingueta D'Aneu)	burgo-la-guingueta-d-aneu	CT	L	25903	42.6432	1.1015	1
25588	Unarre (La Guingueta D'Aneu)	unarre-la-guingueta-d-aneu	CT	L	25903	42.6432	1.1015	1
25589	Son	son	CT	L	25024	42.6167	1.1	4
25590	Gerri De La Sal	gerri-de-la-sal	CT	L	25039	42.3237	1.0673	4
25591	Sellui	sellui	CT	L	25039	42.5531	1.0746	1
25591	Balestui	balestui	CT	L	25039	42.5531	1.0746	1
25591	Cortscastell	cortscastell	CT	L	25039	42.5531	1.0746	1
25591	Peramea	peramea	CT	L	25039	42.5531	1.0746	1
25591	Ancs	ancs	CT	L	25039	42.5531	1.0746	1
25591	El Comte	el-comte	CT	L	25039	42.5531	1.0746	1
25591	Pujol De Peramea	pujol-de-peramea	CT	L	25039	42.5531	1.0746	1
25592	Sant Sebastia	sant-sebastia	CT	L	25062	42.5531	1.0746	1
25592	Solduga	solduga	CT	L	25062	42.5531	1.0746	1
25592	Baen	baen	CT	L	25062	42.5531	1.0746	1
25592	Enseu	enseu	CT	L	25062	42.5531	1.0746	1
25592	Bresca	bresca	CT	L	25062	42.5531	1.0746	1
25592	Buseu	buseu	CT	L	25062	42.5531	1.0746	1
25592	Useu	useu	CT	L	25062	42.5531	1.0746	1
25593	Baro	baro	CT	L	25208	42.3594	1.0808	4
25593	Escos	escos	CT	L	25208	42.3594	1.0808	3
25593	Arcalis	arcalis	CT	L	25208	42.3594	1.0808	3
25593	Mencui	mencui	CT	L	25208	42.3594	1.0808	3
25593	Estac	estac	CT	L	25208	42.3594	1.0808	3
25594	Surp	surp	CT	L	25126	42.4533	1.1267	4
25594	Rialp	rialp	CT	L	25126	42.4435	1.1354	4
25594	Rodes	rodes	CT	L	25126	42.4553	1.1482	4
25594	Caregue	caregue	CT	L	25126	42.4507	1.1367	3
25594	Romadriu	romadriu	CT	L	25126	42.4507	1.1367	3
25594	Roni	roni	CT	L	25126	42.4507	1.1367	3
25594	Sant Roma De Tavernoles	sant-roma-de-tavernoles	CT	L	25126	42.4507	1.1367	3
25594	Escas	escas	CT	L	25126	42.4507	1.1367	3
25594	Berani	berani	CT	L	25126	42.4507	1.1367	3
25594	Montenartro	montenartro	CT	L	25126	42.4507	1.1367	3
25595	Farrera	farrera	CT	L	25089	42.4965	1.2722	4
25595	Tirvia	tirvia	CT	L	25089	42.5167	1.25	4
25595	Llavorsi	llavorsi	CT	L	25089	42.4951	1.211	4
25595	Montesclado	montesclado	CT	L	25089	42.5047	1.2446	4
25595	Burg	burg	CT	L	25089	42.5033	1.2444	3
25595	Alendo De Farrera	alendo-de-farrera	CT	L	25089	42.5033	1.2444	3
25595	Baiasca	baiasca	CT	L	25089	42.5033	1.2444	3
25595	Aidi	aidi	CT	L	25089	42.5033	1.2444	3
25595	Arestui	arestui	CT	L	25089	42.5033	1.2444	3
25595	Estaron (La Guingueta D'Aneu)	estaron-la-guingueta-d-aneu	CT	L	25089	42.5033	1.2444	3
25596	Escart (La Guingueta D'Aneu)	escart-la-guingueta-d-aneu	CT	L	25903	42.551	1.1547	4
25596	Escalo (La Guingueta D'Aneu)	escalo-la-guingueta-d-aneu	CT	L	25903	42.551	1.1547	4
25597	Espot	espot	CT	L	25082	42.5784	1.0867	4
25597	Dorve (La Guingueta D'Aneu)	dorve-la-guingueta-d-aneu	CT	L	25082	42.5784	1.0867	3
25597	Estais	estais	CT	L	25082	42.5784	1.0867	3
25597	Guingueta, La (La Guingueta D'Aneu)	guingueta-la-la-guingueta-d-aneu	CT	L	25082	42.5784	1.0867	3
25597	Jou (La Guingueta D'Aneu)	jou-la-guingueta-d-aneu	CT	L	25082	42.5784	1.0867	3
25597	Berros Jussa (La Guingueta D'Aneu)	berros-jussa-la-guingueta-d-aneu	CT	L	25082	42.5784	1.0867	3
25598	Unha	unha	CT	L	25025	42.7109	0.9037	4
25598	Gessa	gessa	CT	L	25025	42.7057	0.8902	4
25598	Salardu	salardu	CT	L	25025	42.7074	0.9006	4
25598	Montgarri	montgarri	CT	L	25025	42.7051	0.9081	3
25598	Baqueira	baqueira	CT	L	25025	42.6996	0.9316	4
25598	Bagergue	bagergue	CT	L	25025	42.7051	0.9081	3
25598	Tredos	tredos	CT	L	25025	42.7019	0.9146	4
25599	Arties	arties	CT	L	25025	42.7006	0.8709	4
25600	Balaguer	balaguer	CT	L	25040	41.9048	1.0643	4
25610	Os De Balaguer	os-de-balaguer	CT	L	25156	41.8731	0.7202	4
25611	Tartareu	tartareu	CT	L	25002	41.9212	0.7172	4
25611	Alberola	alberola	CT	L	25002	41.9212	0.7172	3
25611	Vilamajor D'Ager	vilamajor-d-ager	CT	L	25002	41.9212	0.7172	3
25611	Masos De Milla, Els	masos-de-milla-els	CT	L	25002	41.9212	0.7172	3
25611	Sant Josep De Fontdepou	sant-josep-de-fontdepou	CT	L	25002	41.9212	0.7172	3
25611	Fontdepou	fontdepou	CT	L	25002	41.9212	0.7172	3
25612	Santa Linya	santa-linya	CT	L	25037	41.9333	0.8	4
25612	Vilanova De La Sal	vilanova-de-la-sal	CT	L	25037	41.8833	0.7833	4
25612	Avellanes, Les	avellanes-les	CT	L	25037	41.9083	0.7917	3
25612	El Monestir D'Avellanes	el-monestir-d-avellanes	CT	L	25037	41.9083	0.7917	3
25613	Camarasa	camarasa	CT	L	25062	41.8749	0.8781	4
25613	Sant Llorenç De Montgai	sant-llorenc-de-montgai	CT	L	25062	41.8679	0.8407	4
25614	Gerb	gerb	CT	L	25156	41.8167	0.8	4
25615	La Baronia De Sant Oisme	la-baronia-de-sant-oisme	CT	L	25062	41.8581	0.8133	1
25615	La Maçana	la-macana	CT	L	25062	41.8581	0.8133	1
25615	Figuerola De Meia	figuerola-de-meia	CT	L	25062	41.8581	0.8133	1
25615	Fontllonga	fontllonga	CT	L	25062	41.8581	0.8133	1
25616	Montgai	montgai	CT	L	25138	41.8	0.9667	4
25617	Hostalnou, L' (Vallfogona De Balaguer)	hostalnou-l-vallfogona-de-balaguer	CT	L	25240	41.7521	0.8138	4
25617	La Rapita	la-rapita	CT	L	25240	41.7521	0.8138	3
25617	Sant Jordi De Muller	sant-jordi-de-muller	CT	L	25240	41.7521	0.8138	3
25617	La Sentiu De Sio	la-sentiu-de-sio	CT	L	25240	41.7521	0.8138	3
25620	Tremp	tremp	CT	L	25234	42.167	0.8949	4
25630	Talarn	talarn	CT	L	25215	42.1858	0.9007	4
25631	Cellers	cellers	CT	L	25904	42.0678	0.8818	4
25632	Guardia De Tremp	guardia-de-tremp	CT	L	25196	42.0917	0.8771	4
25632	Estorm	estorm	CT	L	25196	42.0917	0.8771	3
25632	Sant Esteve De La Sarga	sant-esteve-de-la-sarga	CT	L	25196	42.0917	0.8771	3
25632	Vilamolat De Mur	vilamolat-de-mur	CT	L	25196	42.0917	0.8771	3
25632	Collmorter	collmorter	CT	L	25196	42.0917	0.8771	3
25632	Santa Llucia De Mur	santa-llucia-de-mur	CT	L	25196	42.0917	0.8771	3
25632	Moror	moror	CT	L	25196	42.0917	0.8771	3
25632	Beniure	beniure	CT	L	25196	42.0917	0.8771	3
25632	Castellnou De Montsec	castellnou-de-montsec	CT	L	25196	42.0917	0.8771	3
25632	Alsamora	alsamora	CT	L	25196	42.0917	0.8771	3
25632	Alzina, L' (Sant Esteve De La Sarga)	alzina-l-sant-esteve-de-la-sarga	CT	L	25196	42.0917	0.8771	3
25632	La Clua De La Sarga	la-clua-de-la-sarga	CT	L	25196	42.0917	0.8771	3
25632	La Torre D'Amargos	la-torre-d-amargos	CT	L	25196	42.0917	0.8771	3
25633	Palau De Noguera	palau-de-noguera	CT	L	25234	42.1473	0.8954	4
25633	Puigcercos	puigcercos	CT	L	25234	42.1473	0.8954	3
25633	Puigmaçana	puigmacana	CT	L	25234	42.1473	0.8954	3
25634	Claramunt	claramunt	CT	L	25234	41.5542	1.6771	4
25634	Puigverd (Tremp)	puigverd-tremp	CT	L	25234	41.5542	1.6771	3
25634	Figols De Tremp	figols-de-tremp	CT	L	25234	41.5542	1.6771	3
25634	El Meull	el-meull	CT	L	25234	41.5542	1.6771	3
25635	Eroles	eroles	CT	L	25234	41.9548	1.1653	1
25635	Claret De Tremp	claret-de-tremp	CT	L	25234	41.9548	1.1653	1
25635	Castissent	castissent	CT	L	25234	41.9548	1.1653	1
25636	Santa Engracia	santa-engracia	CT	L	25234	41.9548	1.1653	1
25636	Gurp	gurp	CT	L	25234	41.9548	1.1653	1
25637	Sant Adria	sant-adria	CT	L	25234	41.4307	2.2186	4
25637	Tendrui	tendrui	CT	L	25234	41.4307	2.2186	3
25638	Aransis	aransis	CT	L	25128	42.0862	0.9552	4
25638	Perolet	perolet	CT	L	25128	42.0862	0.9552	3
25638	Mereia	mereia	CT	L	25128	42.0862	0.9552	3
25638	Tolo	tolo	CT	L	25128	42.0862	0.9552	3
25638	Obacs De Llimiana, Els	obacs-de-llimiana-els	CT	L	25128	42.0862	0.9552	3
25638	Mata-Solana	mata-solana	CT	L	25128	42.0862	0.9552	3
25638	Sant Salvador De Tolo	sant-salvador-de-tolo	CT	L	25128	42.0862	0.9552	3
25639	Llimiana	llimiana	CT	L	25128	42.0748	0.9162	4
25639	Sant Serni	sant-serni	CT	L	25128	42.0748	0.9162	3
25639	Fontsagrada	fontsagrada	CT	L	25128	42.0748	0.9162	3
25639	Gavet De La Conca	gavet-de-la-conca	CT	L	25128	42.0748	0.9162	3
25639	Mas De Solduga	mas-de-solduga	CT	L	25128	42.0748	0.9162	3
25639	Sant Cristofol De La Vall	sant-cristofol-de-la-vall	CT	L	25128	42.0748	0.9162	3
25639	Sant Miquel De La Vall	sant-miquel-de-la-vall	CT	L	25128	42.0748	0.9162	3
25639	Sant Marti De Barcedana	sant-marti-de-barcedana	CT	L	25128	42.0748	0.9162	3
25640	Academia General Basica De Suboficiales	academia-general-basica-de-suboficiales	CT	L	25234	41.95	0.9574	1
25650	Isona	isona	CT	L	25115	42.1176	1.0462	4
25651	Abella De La Conca	abella-de-la-conca	CT	L	25001	42.1616	1.0923	4
25651	Carreu	carreu	CT	L	25001	42.1616	1.0923	3
25651	La Rua	la-rua	CT	L	25001	42.1616	1.0923	3
25651	Siall	siall	CT	L	25001	42.1616	1.0923	3
25652	Boixols	boixols	CT	L	25001	42.1709	1.1627	4
25653	Covet	covet	CT	L	25115	42.1364	1.0472	1
25654	Vilamitjana	vilamitjana	CT	L	25234	42.1471	0.9186	4
25654	Suterranya	suterranya	CT	L	25234	42.1471	0.9186	3
25655	Orcau	orcau	CT	L	25115	42.1327	0.9992	4
25655	Figuerola D'Orcau	figuerola-d-orcau	CT	L	25115	42.1327	0.9992	3
25655	Basturs	basturs	CT	L	25115	42.1327	0.9992	3
25656	Conques	conques	CT	L	25115	42.1188	1.0123	4
25656	Sant Roma D'Abella	sant-roma-d-abella	CT	L	25115	42.1188	1.0123	3
25657	Biscarri	biscarri	CT	L	25115	42.106	1.0992	4
25657	Llorda	llorda	CT	L	25115	42.106	1.0992	3
25658	Gramenet (Isona I Conca Della)	gramenet-isona-i-conca-della	CT	L	25115	42.1364	1.0472	1
25658	Benavent De Tremp	benavent-de-tremp	CT	L	25115	42.1364	1.0472	1
25660	Alcoletge	alcoletge	CT	L	25012	41.6476	0.6938	4
25670	Termens	termens	CT	L	25220	41.7167	0.7667	4
25680	Vallfogona De Balaguer	vallfogona-de-balaguer	CT	L	25240	41.7521	0.8138	4
25690	Vilanova De La Barca	vilanova-de-la-barca	CT	L	25254	41.6833	0.7333	4
25691	Ager	ager	CT	L	25002	42	0.7667	4
25692	Agullo	agullo	CT	L	25002	41.9654	0.8103	1
25692	Corça	corca	CT	L	25002	41.9654	0.8103	1
25692	Ametlla De Montsec, L'	ametlla-de-montsec-l	CT	L	25002	41.9654	0.8103	1
25692	Milla	milla	CT	L	25002	41.9654	0.8103	1
25692	La Regola	la-regola	CT	L	25002	41.9654	0.8103	1
25693	Rivert	rivert	CT	L	25190	42.2128	0.9309	3
25693	Salas De Pallars	salas-de-pallars	CT	L	25190	42.2128	0.9309	4
25693	Sensui	sensui	CT	L	25190	42.2128	0.9309	3
25700	La Seu D'Urgell	la-seu-d-urgell	CT	L	25203	42.2087	1.4288	1
25710	Castellciutat	castellciutat	CT	L	25203	42.3531	1.4418	4
25711	Montferrer	montferrer	CT	L	25140	42.3415	1.4286	4
25712	Bellestar (Montferrer I Castellbo)	bellestar-montferrer-i-castellbo	CT	L	25140	42.381	1.3227	4
25712	Solanell	solanell	CT	L	25140	42.378	1.3434	3
25712	Castellbo	castellbo	CT	L	25140	42.3733	1.3583	4
25712	Aravell	aravell	CT	L	25140	42.3591	1.4064	4
25712	Albet	albet	CT	L	25140	42.378	1.3434	3
25712	Sant Andreu De Castellbo	sant-andreu-de-castellbo	CT	L	25140	42.3955	1.3068	4
25712	Turbias	turbias	CT	L	25140	42.381	1.3227	4
25712	Sendes	sendes	CT	L	25140	42.378	1.3434	3
25712	Sant Joan De L'Erm	sant-joan-de-l-erm	CT	L	25140	42.378	1.3434	3
25712	Santa Creu De Castellbo	santa-creu-de-castellbo	CT	L	25140	42.378	1.3434	3
25712	Seix	seix	CT	L	25140	42.378	1.3434	3
25712	Sallent De Castellbo	sallent-de-castellbo	CT	L	25140	42.378	1.3434	3
25712	Carmeniu	carmeniu	CT	L	25140	42.378	1.3434	3
25712	Eres, Les	eres-les	CT	L	25140	42.378	1.3434	3
25712	Vilamitjana Del Canto	vilamitjana-del-canto	CT	L	25140	42.378	1.3434	3
25713	La Coma De Nabiners	la-coma-de-nabiners	CT	L	25185	42.331	1.4154	3
25713	Arfa	arfa	CT	L	25185	42.331	1.4154	4
25713	Nabiners	nabiners	CT	L	25185	42.331	1.4154	3
25713	La Freita	la-freita	CT	L	25185	42.331	1.4154	3
25714	Canturri	canturri	CT	L	25140	42.3316	1.4707	1
25714	Guils Del Canto	guils-del-canto	CT	L	25140	42.3316	1.4707	1
25714	Pallerols Del Canto	pallerols-del-canto	CT	L	25140	42.3316	1.4707	1
25714	Solans	solans	CT	L	25140	42.3316	1.4707	1
25714	Avellanet	avellanet	CT	L	25140	42.3316	1.4707	1
25714	Cassovall	cassovall	CT	L	25140	42.3316	1.4707	1
25714	Biscarbo	biscarbo	CT	L	25140	42.3316	1.4707	1
25714	La Parroquia D'Horto	la-parroquia-d-horto	CT	L	25140	42.3316	1.4707	1
25715	La Bastida D'Hortons	la-bastida-d-hortons	CT	L	25005	42.3316	1.4707	1
25716	Sorribes (Gosol)	sorribes-gosol	CT	L	25100	42.237	1.6601	4
25716	Gosol	gosol	CT	L	25100	42.237	1.6601	4
25717	Josa Del Cadi	josa-del-cadi	CT	L	25909	42.2333	1.5667	3
25717	Sorribes (La Vansa I Fornols)	sorribes-la-vansa-i-fornols	CT	L	25909	42.2333	1.5667	4
25717	Padrinas	padrinas	CT	L	25909	42.2333	1.5667	3
25717	Fornols	fornols	CT	L	25909	42.2333	1.5667	4
25717	Colldarnat	colldarnat	CT	L	25909	42.2333	1.5667	3
25717	Montargull De La Vansa	montargull-de-la-vansa	CT	L	25909	42.2333	1.5667	3
25717	Adraen	adraen	CT	L	25909	42.2333	1.5667	3
25717	Cornellana	cornellana	CT	L	25909	42.2333	1.5667	3
25717	Sant Pere De La Vansa	sant-pere-de-la-vansa	CT	L	25909	42.2333	1.5667	3
25717	Tuixent	tuixent	CT	L	25909	42.2333	1.5667	3
25717	Sisquer	sisquer	CT	L	25909	42.2333	1.5667	3
25717	Barceloneta	barceloneta	CT	L	25909	42.2333	1.5667	3
25717	El Ges	el-ges	CT	L	25909	42.2333	1.5667	3
25717	Ossera	ossera	CT	L	25909	42.2333	1.5667	3
25718	Ortedo	ortedo	CT	L	25005	42.336	1.5137	4
25718	Sant Antoni (Les Valls De Valira)	sant-antoni-les-valls-de-valira	CT	L	25005	42.3378	1.5035	3
25718	Cerc	cerc	CT	L	25005	42.3396	1.4934	4
25718	Torres D'Alas	torres-d-alas	CT	L	25005	42.3378	1.5035	3
25718	Vilanova De Banat	vilanova-de-banat	CT	L	25005	42.3378	1.5035	3
25718	Alas	alas	CT	L	25005	42.3378	1.5035	3
25719	Estamariu	estamariu	CT	L	25088	42.3733	1.5235	4
25719	Bescaran	bescaran	CT	L	25088	42.4011	1.5444	4
25720	Bellver De Cerdanya	bellver-de-cerdanya	CT	L	25051	42.3667	1.7833	4
25721	Cortas	cortas	CT	L	25175	42.3981	1.8019	4
25721	Talltendre	talltendre	CT	L	25175	42.4033	1.7655	4
25721	Orden	orden	CT	L	25175	42.4008	1.7737	4
25721	Eller	eller	CT	L	25175	42.4164	1.7922	4
25721	Sansor	sansor	CT	L	25175	42.3649	1.8372	4
25721	Coborriu De Bellver	coborriu-de-bellver	CT	L	25175	42.3565	1.7803	4
25721	Baltarga	baltarga	CT	L	25175	42.3636	1.8082	4
25721	Beders	beders	CT	L	25175	42.3561	1.8055	4
25721	Prats	prats	CT	L	25175	42.3649	1.8372	4
25721	Bor	bor	CT	L	25175	42.3466	1.8026	4
25721	Pi	pi	CT	L	25175	42.3517	1.7621	4
25721	Riu De Cerdanya	riu-de-cerdanya	CT	L	25175	42.3454	1.8263	4
25721	Capdevila	capdevila	CT	L	25175	42.3723	1.7994	3
25721	Vilella (Bellver De Cerdanya)	vilella-bellver-de-cerdanya	CT	L	25175	42.3723	1.7994	3
25721	Riu De Santa Maria	riu-de-santa-maria	CT	L	25175	42.3723	1.7994	3
25721	El Pla	el-pla	CT	L	25175	42.3723	1.7994	3
25721	Olia	olia	CT	L	25175	42.3723	1.7994	3
25721	Pedra (Bellver De Cerdanya)	pedra-bellver-de-cerdanya	CT	L	25175	42.3723	1.7994	3
25721	Santa Magdalena De Bellver	santa-magdalena-de-bellver	CT	L	25175	42.3723	1.7994	3
25721	Tallo	tallo	CT	L	25175	42.3723	1.7994	3
25721	Nas	nas	CT	L	25175	42.3723	1.7994	3
25722	Arseguel	arseguel	CT	L	25032	42.35	1.5842	4
25722	Aristot	aristot	CT	L	25032	42.3792	1.6233	4
25722	Ansovell	ansovell	CT	L	25032	42.3646	1.6038	3
25722	Castellnou De Carcolze	castellnou-de-carcolze	CT	L	25032	42.3646	1.6038	3
25722	Banys De Sant Vicenç, Els	banys-de-sant-vicenc-els	CT	L	25032	42.3646	1.6038	3
25722	Cava	cava	CT	L	25032	42.3646	1.6038	3
25723	Toloriu	toloriu	CT	L	25030	42.3621	1.6276	4
25723	El Querforadat	el-querforadat	CT	L	25030	42.3621	1.6276	3
25723	El Pont De Bar	el-pont-de-bar	CT	L	25030	42.3621	1.6276	4
25723	Bar	bar	CT	L	25030	42.3621	1.6276	4
25724	Sant Marti Dels Castells	sant-marti-dels-castells	CT	L	25139	42.3596	1.6958	3
25724	Martinet	martinet	CT	L	25139	42.3596	1.6958	4
25725	Montella	montella	CT	L	25139	42.3546	1.7049	4
25725	Estana	estana	CT	L	25139	42.3546	1.7049	3
25725	Beixec	beixec	CT	L	25139	42.3546	1.7049	3
25725	Villec	villec	CT	L	25139	42.3546	1.7049	3
25726	Aranser	aranser	CT	L	25127	42.4077	1.6629	4
25726	Viliella	viliella	CT	L	25127	42.4156	1.6958	4
25726	Lles	lles	CT	L	25127	42.3902	1.6869	4
25726	Musser	musser	CT	L	25127	42.3973	1.6833	3
25726	Travesseres	travesseres	CT	L	25127	42.3757	1.6877	4
25726	Senillers	senillers	CT	L	25127	42.3973	1.6833	3
25727	Ardovol	ardovol	CT	L	25179	42.3885	1.7181	4
25727	Prullans	prullans	CT	L	25179	42.3788	1.7377	4
25730	Artesa De Segre	artesa-de-segre	CT	L	25034	41.8947	1.0463	4
25735	Vilanova De Meia	vilanova-de-meia	CT	L	25250	41.9965	1.0248	4
25736	Lluçars	llucars	CT	L	25034	41.974	1.0478	4
25736	Santa Maria De Meia	santa-maria-de-meia	CT	L	25034	41.9939	0.9922	4
25736	Alentorn	alentorn	CT	L	25034	41.9167	1.0667	4
25736	Boada	boada	CT	L	25034	41.9619	1.0337	3
25736	Garzola	garzola	CT	L	25034	41.9629	1.0283	4
25736	Argentera	argentera	CT	L	25034	41.9619	1.0337	3
25737	Montsonis	montsonis	CT	L	25022	41.8947	0.9808	3
25737	Baldomar	baldomar	CT	L	25022	41.9167	1.0167	4
25737	Alos De Balaguer	alos-de-balaguer	CT	L	25022	41.9167	0.9667	4
25737	Vernet	vernet	CT	L	25022	41.8947	0.9808	3
25737	Rubio Del Mig	rubio-del-mig	CT	L	25022	41.8947	0.9808	3
25737	La Vall D'Ariet	la-vall-d-ariet	CT	L	25022	41.8947	0.9808	3
25737	Marcovau	marcovau	CT	L	25022	41.8947	0.9808	3
25737	La Torre De Fluvia	la-torre-de-fluvia	CT	L	25022	41.8947	0.9808	3
25737	Cubells	cubells	CT	L	25022	41.8506	0.959	4
25737	Foradada	foradada	CT	L	25022	41.8947	0.9808	3
25737	Clua, La (Artesa De Segre)	clua-la-artesa-de-segre	CT	L	25022	41.8947	0.9808	3
25737	Rubio De Dalt	rubio-de-dalt	CT	L	25022	41.8947	0.9808	3
25737	Rubio De Baix	rubio-de-baix	CT	L	25022	41.8947	0.9808	3
25738	Montmagastre	montmagastre	CT	L	25034	41.9833	1.1333	4
25738	Torrec	torrec	CT	L	25034	41.9583	1.1083	3
25738	Vall-Llebrera	vall-llebrera	CT	L	25034	41.9333	1.0833	4
25738	Folquer	folquer	CT	L	25034	41.9583	1.1083	3
25738	Montargull	montargull	CT	L	25034	41.9583	1.1083	3
25738	Anya	anya	CT	L	25034	41.9583	1.1083	3
25738	Comiols	comiols	CT	L	25034	41.9583	1.1083	3
25739	Tudela De Segre	tudela-de-segre	CT	L	25034	41.8667	1.0833	4
25739	Sero	sero	CT	L	25034	41.8667	1.1167	4
25739	Collfred	collfred	CT	L	25034	41.8667	1.1	3
25739	Colldelrat	colldelrat	CT	L	25034	41.8667	1.1	3
25739	Vilves	vilves	CT	L	25034	41.8667	1.1	3
25739	El Pont D'Alentorn	el-pont-d-alentorn	CT	L	25034	41.8667	1.1	3
25740	Ponts	ponts	CT	L	25172	41.9161	1.1852	4
25746	Torreblanca	torreblanca	CT	L	25172	41.9041	1.2031	1
25746	El Tossal	el-tossal	CT	L	25172	41.9041	1.2031	1
25747	Gualter	gualter	CT	L	25001	41.9318	1.1949	4
25747	Sant Cristofol De La Donzell	sant-cristofol-de-la-donzell	CT	L	25001	41.9404	1.1857	3
25747	La Serra De Rialb	la-serra-de-rialb	CT	L	25001	41.9489	1.1764	4
25747	Vilaplana	vilaplana	CT	L	25001	41.9404	1.1857	3
25747	Polig	polig	CT	L	25001	41.9404	1.1857	3
25747	El Puig De Rialb	el-puig-de-rialb	CT	L	25001	41.9404	1.1857	3
25747	Bellfort	bellfort	CT	L	25001	41.9404	1.1857	3
25747	Sant Marti De Rialb	sant-marti-de-rialb	CT	L	25001	41.9404	1.1857	3
25747	La Torre De Rialb	la-torre-de-rialb	CT	L	25001	41.9404	1.1857	3
25747	Palau De Rialb	palau-de-rialb	CT	L	25001	41.9404	1.1857	3
25747	Pallerols De Rialb	pallerols-de-rialb	CT	L	25001	41.9404	1.1857	3
25748	Cabanabona	cabanabona	CT	L	25060	41.8515	1.2158	4
25748	Alzina, L' (Vilanova De L'Aguda)	alzina-l-vilanova-de-l-aguda	CT	L	25060	41.9167	1.25	4
25748	Plandogau	plandogau	CT	L	25060	41.8841	1.2329	3
25748	Vilalta	vilalta	CT	L	25060	41.8841	1.2329	3
25748	Guardiola De L'Aguda	guardiola-de-l-aguda	CT	L	25060	41.8841	1.2329	3
25748	Vilamajor De Cabanabona	vilamajor-de-cabanabona	CT	L	25060	41.8841	1.2329	3
25748	Ribelles	ribelles	CT	L	25060	41.8841	1.2329	3
25749	El Gos	el-gos	CT	L	25172	41.8893	1.2009	3
25749	Vilanova De L'Aguda	vilanova-de-l-aguda	CT	L	25172	41.9167	1.25	4
25749	Oliola	oliola	CT	L	25172	41.8757	1.1763	4
25749	Maravella	maravella	CT	L	25172	41.8893	1.2009	3
25749	Claret (Oliola)	claret-oliola	CT	L	25172	41.8757	1.1763	4
25749	La Força	la-forca	CT	L	25172	41.8893	1.2009	3
25750	Tora	tora	CT	L	25223	41.8167	1.4	4
25751	Sant Serni De Tora	sant-serni-de-tora	CT	L	25223	41.8679	1.4809	3
25751	Llanera	llanera	CT	L	25223	41.8679	1.4809	4
25751	Cellers De Tora	cellers-de-tora	CT	L	25223	41.8679	1.4809	3
25751	Fontanet De Llanera	fontanet-de-llanera	CT	L	25223	41.8679	1.4809	3
25751	Vallferosa	vallferosa	CT	L	25223	41.8679	1.4809	3
25751	Claret (Tora)	claret-tora	CT	L	25223	41.8679	1.4809	3
25752	Biosca	biosca	CT	L	25055	41.8419	1.3589	4
25753	Sanauja	sanauja	CT	L	25055	41.8833	1.3667	3
25753	Lloberola	lloberola	CT	L	25055	41.8833	1.3667	4
25788	Os De Civis	os-de-civis	CT	L		42.5112	1.4408	4
25790	La Valldan	la-valldan	CT	L	25077	42.0652	1.2982	3
25790	Peramola	peramola	CT	L	25077	42.0577	1.2677	4
25790	La Mora Comtal	la-mora-comtal	CT	L	25077	42.0652	1.2982	3
25790	Oliana	oliana	CT	L	25077	42.069	1.3135	4
25790	Nuncarga	nuncarga	CT	L	25077	42.0652	1.2982	3
25790	Castell, El (Oliana)	castell-el-oliana	CT	L	25077	42.069	1.3135	4
25790	Cortiuda	cortiuda	CT	L	25077	42.0652	1.2982	3
25790	Castell-Llebre	castell-llebre	CT	L	25077	42.0652	1.2982	3
25790	Anoves, Les	anoves-les	CT	L	25077	42.0652	1.2982	3
25790	Aguilar De Bassella	aguilar-de-bassella	CT	L	25077	42.0652	1.2982	3
25790	Trago De Peramola	trago-de-peramola	CT	L	25077	42.0652	1.2982	3
25791	Tiurana	tiurana	CT	L	25222	41.9753	1.2561	4
25791	Miralpeix	miralpeix	CT	L	25222	41.9753	1.2561	3
25792	La Clua	la-clua	CT	L	25044	41.9833	1.3	3
25792	Castellnou De Bassella	castellnou-de-bassella	CT	L	25044	41.9833	1.3	4
25792	Guardiola De Bassella	guardiola-de-bassella	CT	L	25044	41.9833	1.3	3
25792	Mirambell	mirambell	CT	L	25044	41.9833	1.3	3
25793	Masies De Nargo, Les	masies-de-nargo-les	CT	L	25077	42.1392	1.2571	3
25793	Coll De Nargo	coll-de-nargo	CT	L	25077	42.1747	1.3169	4
25793	Valldarques	valldarques	CT	L	25077	42.1392	1.2571	3
25793	Gavarra	gavarra	CT	L	25077	42.1037	1.1973	4
25794	Llobera (Figols I Alinya)	llobera-figols-i-alinya	CT	L	25061	42.2315	1.3908	4
25794	El Vilar De Cabo	el-vilar-de-cabo	CT	L	25061	42.2256	1.3678	3
25794	Organya	organya	CT	L	25061	42.2167	1.3333	4
25794	Figols (Figols I Alinya)	figols-figols-i-alinya	CT	L	25061	42.2315	1.3908	4
25794	Cabo	cabo	CT	L	25061	42.2256	1.3678	3
25794	Sallent (Coll De Nargo)	sallent-coll-de-nargo	CT	L	25061	42.2167	1.3333	4
25794	Alinya	alinya	CT	L	25061	42.2315	1.3908	4
25794	Alzina D'Alinya, L'	alzina-d-alinya-l	CT	L	25061	42.2256	1.3678	3
25794	Romanins	romanins	CT	L	25061	42.2256	1.3678	3
25794	Senyus	senyus	CT	L	25061	42.2256	1.3678	3
25794	Sorts, Les	sorts-les	CT	L	25061	42.2256	1.3678	3
25794	Canelles D'Organya	canelles-d-organya	CT	L	25061	42.2256	1.3678	3
25794	El Pujal De Cabo	el-pujal-de-cabo	CT	L	25061	42.2256	1.3678	3
25794	Perles	perles	CT	L	25061	42.2256	1.3678	3
25794	Montanissell	montanissell	CT	L	25061	42.2256	1.3678	3
25795	Gramos	gramos	CT	L	25906	42.3187	1.3362	4
25795	Hostalets De Tost, Els	hostalets-de-tost-els	CT	L	25906	42.3135	1.3298	3
25795	Noves De Segre	noves-de-segre	CT	L	25906	42.2945	1.3419	4
25795	Argestues	argestues	CT	L	25906	42.3273	1.3112	4
25795	Saulet	saulet	CT	L	25906	42.3135	1.3298	3
25795	Malgrat De Noves	malgrat-de-noves	CT	L	25906	42.3135	1.3298	3
25795	Miravall	miravall	CT	L	25906	42.3135	1.3298	3
25795	Bellpui	bellpui	CT	L	25906	42.3135	1.3298	3
25795	Castellar De Tost	castellar-de-tost	CT	L	25906	42.3135	1.3298	3
25795	La Guardia D'Ares	la-guardia-d-ares	CT	L	25906	42.3135	1.3298	3
25795	La Bastida De Tost	la-bastida-de-tost	CT	L	25906	42.3135	1.3298	3
25795	Vila-Rubla	vila-rubla	CT	L	25906	42.3135	1.3298	3
25795	Trejuvell	trejuvell	CT	L	25906	42.3135	1.3298	3
25795	Tora De Tost	tora-de-tost	CT	L	25906	42.3135	1.3298	3
25795	Taus	taus	CT	L	25906	42.3135	1.3298	3
25795	Sant Pere (Les Valls De Valira)	sant-pere-les-valls-de-valira	CT	L	25906	42.3135	1.3298	3
25795	Palanca De Noves	palanca-de-noves	CT	L	25906	42.3135	1.3298	3
25795	Castellas Del Canto	castellas-del-canto	CT	L	25906	42.3135	1.3298	3
25795	Castells, Els (Les Valls D'Aguilar)	castells-els-les-valls-d-aguilar	CT	L	25906	42.3135	1.3298	3
25795	Espaen	espaen	CT	L	25906	42.3135	1.3298	3
25795	Junyent	junyent	CT	L	25906	42.3135	1.3298	3
25795	Beren	beren	CT	L	25906	42.3135	1.3298	3
25795	Montan De Tost	montan-de-tost	CT	L	25906	42.3135	1.3298	3
25796	El Pla De Sant Tirs	el-pla-de-sant-tirs	CT	L	25185	42.312	1.383	4
25797	Adrall	adrall	CT	L	25185	42.3263	1.4009	4
25798	Anserall	anserall	CT	L	25239	42.3779	1.468	3
25798	Calbinya	calbinya	CT	L	25239	42.3779	1.468	4
25799	Civis	civis	CT	L	25030	42.4648	1.4232	4
25799	La Farga De Moles	la-farga-de-moles	CT	L	25030	42.4314	1.4665	4
25799	Arduix	arduix	CT	L	25030	42.4444	1.4306	3
25799	Ars	ars	CT	L	25030	42.4449	1.394	4
25799	Arcavell	arcavell	CT	L	25030	42.4444	1.4306	3
25799	Argolell	argolell	CT	L	25030	42.4357	1.4471	4
25799	Sant Joan Fumat	sant-joan-fumat	CT	L	25030	42.4444	1.4306	3
25799	Asnurri	asnurri	CT	L	25030	42.445	1.4222	4
25799	Farrera Dels Llops	farrera-dels-llops	CT	L	25030	42.4444	1.4306	3
43001	Tarragona	tarragona	CT	T	43148	41.1167	1.25	4
43002	Tarragona	tarragona	CT	T	43148	41.1167	1.25	4
43003	Tarragona	tarragona	CT	T	43148	41.1167	1.25	4
43004	Tarragona	tarragona	CT	T	43148	41.1167	1.25	4
43005	Tarragona	tarragona	CT	T	43148	41.1167	1.25	4
43006	Tarragona	tarragona	CT	T	43148	41.1167	1.25	4
43007	Tarragona	tarragona	CT	T	43148	41.1167	1.25	4
43008	Tarragona	tarragona	CT	T	43148	41.1167	1.25	4
43070	Tarragona	tarragona	CT	T		41.1167	1.25	4
43071	Tarragona	tarragona	CT	T		41.1167	1.25	4
43080	Tarragona	tarragona	CT	T		41.1167	1.25	4
43100	Bonavista	bonavista	CT	T	43148	41.2014	1.3267	1
43110	La Canonja	la-canonja	CT	T	43907	41.1211	1.1806	4
43120	Constanti	constanti	CT	T	43047	41.1539	1.2126	4
43120	Basal	basal	CT	T	43047	41.1539	1.2126	3
43120	Poligono Industrial De Constanti	poligono-industrial-de-constanti	CT	T	43047	41.1539	1.2126	3
43120	Puntas	puntas	CT	T	43047	41.1539	1.2126	3
43120	Gavarres	gavarres	CT	T	43047	41.1539	1.2126	3
43120	Mas Magrinya	mas-magrinya	CT	T	43047	41.1539	1.2126	3
43120	Mas Sanroma	mas-sanroma	CT	T	43047	41.1539	1.2126	3
43130	Sant Salvador (Urbanitzacio)	sant-salvador-urbanitzacio	CT	T	43148	41.2667	1.9667	4
43130	Tarragona	tarragona	CT	T	43148	41.1167	1.25	4
43140	La Pobla De Mafumet	la-pobla-de-mafumet	CT	T	43109	41.1833	1.2167	4
43141	Vilallonga Del Camp	vilallonga-del-camp	CT	T	43166	41.2167	1.2167	4
43142	El Rourell	el-rourell	CT	T	43134	41.2167	1.2167	4
43143	La Maso	la-maso	CT	T	43080	41.2333	1.2167	4
43143	El Mila	el-mila	CT	T	43080	41.25	1.2	4
43144	Vallmoll	vallmoll	CT	T	43160	41.2431	1.249	4
43150	Medol, El (Urbanitzacio)	medol-el-urbanitzacio	CT	T	43043	41.2667	1.9667	4
43151	Pallaresos, Els	pallaresos-els	CT	T	43100	41.1667	1.2667	4
43152	Perafort	perafort	CT	T	43103	41.1916	1.2555	4
43153	Garidells, Els	garidells-els	CT	T	43066	41.2	1.25	4
43154	Gunyoles, Les	gunyoles-les	CT	T	43144	41.2039	1.395	1
43155	Puigdelfi	puigdelfi	CT	T	43103	41.1948	1.2364	4
43178	La Papiola	la-papiola	CT	T		41.2014	1.3267	1
43200	Reus	reus	CT	T		41.1561	1.1069	4
43201	Reus	reus	CT	T	43123	41.1561	1.1069	4
43202	Reus	reus	CT	T	43123	41.1561	1.1069	4
43203	Reus	reus	CT	T	43123	41.1561	1.1069	4
43204	Reus	reus	CT	T	43123	41.1561	1.1069	4
43205	Reus	reus	CT	T	43123	41.1561	1.1069	4
43206	Parcelas Plana	parcelas-plana	CT	T	43171	41.1561	1.1069	3
43206	Reus	reus	CT	T	43171	41.1561	1.1069	4
43300	Mont-Roig Del Camp	mont-roig-del-camp	CT	T	43092	41.2089	0.9538	1
43300	Club Mont-Roig (Urbanitzacio)	club-mont-roig-urbanitzacio	CT	T	43092	41.2089	0.9538	1
43300	Monmont Terres Noves (Urbanitzacio)	monmont-terres-noves-urbanitzacio	CT	T	43092	41.2089	0.9538	1
43310	Colldejou	colldejou	CT	T	43045	41.0997	0.8872	4
43311	Vilanova D'Escornalbou	vilanova-d-escornalbou	CT	T	43167	41.1167	0.9333	4
43312	Arbocet, L'	arbocet-l	CT	T	43167	41.1	0.9667	4
43320	Llaberia	llaberia	CT	T	43118	41.0857	0.8418	4
43320	Pratdip	pratdip	CT	T	43118	41.0519	0.8714	4
43320	Planes Del Rei, Les	planes-del-rei-les	CT	T	43118	41.0688	0.8566	3
43321	Santa Marina (Urbanitzacio)	santa-marina-urbanitzacio	CT	T		41.0688	0.8566	1
43330	Riudoms	riudoms	CT	T	43129	41.1333	1.05	4
43340	Montbrio Del Camp	montbrio-del-camp	CT	T	43088	41.1167	1	4
43350	Borges Del Camp, Les	borges-del-camp-les	CT	T	43031	41.1667	1.0167	4
43360	Albarca	albarca	CT	T	43049	41.3008	0.9127	4
43360	Cornudella De Montsant	cornudella-de-montsant	CT	T	43049	41.3	1.5833	4
43361	La Morera De Montsant	la-morera-de-montsant	CT	T	43096	41.2827	1.0448	1
43362	Siurana	siurana	CT	T	43049	41.25	0.9333	4
43363	Ulldemolins	ulldemolins	CT	T	43157	41.3222	0.8765	4
43364	Capafonts	capafonts	CT	T	43057	41.3	1.0333	4
43364	El Bosquet	el-bosquet	CT	T	43057	41.29	1.0305	3
43364	Prades	prades	CT	T	43057	41.3098	0.9887	4
43364	La Febro	la-febro	CT	T	43057	41.2667	1	4
43364	La Cadeneta	la-cadeneta	CT	T	43057	41.29	1.0305	3
43364	Mont-Ral	mont-ral	CT	T	43057	41.2833	1.1	4
43364	Tossalets (Edificio)	tossalets-edificio	CT	T	43057	41.29	1.0305	3
43364	Aixabiga, L'	aixabiga-l	CT	T	43057	41.29	1.0305	3
43365	Alforja	alforja	CT	T	43009	41.2111	0.9754	4
43365	Arboli	arboli	CT	T	43009	41.2111	0.9754	3
43370	La Palma D'Ebre	la-palma-d-ebre	CT	T	43099	41.2833	0.6667	4
43371	Margalef	margalef	CT	T	43075	41.285	0.7533	4
43372	La Bisbal De Falset	la-bisbal-de-falset	CT	T	43027	41.2667	0.7167	4
43373	Cabaces	cabaces	CT	T	43035	41.2486	0.7351	4
43374	La Vilella Baixa	la-vilella-baixa	CT	T	43174	41.2167	0.7667	4
43375	La Vilella Alta	la-vilella-alta	CT	T	43173	41.2167	0.7833	4
43376	Poboleda	poboleda	CT	T	43112	41.2348	0.8453	4
43379	Escaladei	escaladei	CT	T	43096	41.2502	0.7524	1
43380	Vilaplana	vilaplana	CT	T	43169	41.228	1.0332	4
43381	Aleixar L'	aleixar-l	CT	T	43007	41.2	1.05	4
43382	Maspujols	maspujols	CT	T	43081	41.1823	1.0453	4
43390	Riudecolls	riudecolls	CT	T	43128	41.1632	1.0822	1
43390	Voltes, Les	voltes-les	CT	T	43128	41.1632	1.0822	1
43390	Irles, Les	irles-les	CT	T	43128	41.1632	1.0822	1
43391	Vinyols I Els Arcs	vinyols-i-els-arcs	CT	T	43178	41.1167	1.0333	4
43392	Castellvell Del Camp	castellvell-del-camp	CT	T	43042	41.1755	1.1016	4
43393	Almoster	almoster	CT	T	43011	41.1976	1.1117	4
43400	Montblanc	montblanc	CT	T	43086	41.3764	1.1616	4
43410	La Guardia Dels Prats	la-guardia-dels-prats	CT	T	43086	41.3972	1.1709	4
43411	Blancafort	blancafort	CT	T	43029	41.4374	1.1598	4
43412	Solivella	solivella	CT	T	43147	41.455	1.1782	4
43413	Belltall	belltall	CT	T	43101	41.5	1.1833	4
43414	Lilla	lilla	CT	T	43086	41.3485	1.2124	4
43415	Prenafeta	prenafeta	CT	T	43086	41.3772	1.2241	4
43415	Rojals	rojals	CT	T	43086	41.3383	1.1116	4
43420	Santa Coloma De Queralt	santa-coloma-de-queralt	CT	T	43139	41.5333	1.3833	4
43421	Valldeperes	valldeperes	CT	T	08021	41.487	1.407	3
43421	Pontils	pontils	CT	T	08021	41.4773	1.3877	4
43421	Santa Perpetua De Gaia	santa-perpetua-de-gaia	CT	T	08021	41.4667	1.4	4
43421	Montalegre	montalegre	CT	T	08021	41.487	1.407	3
43421	Sant Magi De Rocamora	sant-magi-de-rocamora	CT	T	08021	41.487	1.407	3
43421	Viladeperdius	viladeperdius	CT	T	08021	41.487	1.407	3
43422	Barbera De La Conca	barbera-de-la-conca	CT	T	43021	41.4	1.2333	4
43423	Pira	pira	CT	T	43107	41.4231	1.2018	4
43424	Sarral	sarral	CT	T	43142	41.4448	1.2481	4
43425	Fores	fores	CT	T	43101	41.4833	1.2333	4
43425	Passanant	passanant	CT	T	43101	41.5316	1.197	4
43425	Pla De La Basa	pla-de-la-basa	CT	T	43101	41.4939	1.2434	3
43425	Montbrio De La Marca	montbrio-de-la-marca	CT	T	43101	41.4667	1.3	4
43426	Rocafort De Queralt	rocafort-de-queralt	CT	T	43130	41.4667	1.2833	4
43427	Llorac	llorac	CT	T	43073	41.5376	1.279	3
43427	Vallfogona De Riucorp	vallfogona-de-riucorp	CT	T	43073	41.5628	1.2369	4
43427	Conesa	conesa	CT	T	43073	41.5167	1.3	4
43427	Barri De Segura	barri-de-segura	CT	T	43073	41.5376	1.279	3
43427	La Cirera	la-cirera	CT	T	43073	41.5376	1.279	3
43427	Savalla Del Comtat	savalla-del-comtat	CT	T	43073	41.5333	1.3	4
43427	Montargull	montargull	CT	T	43073	41.5376	1.279	3
43427	Rauric	rauric	CT	T	43073	41.5376	1.279	3
43427	Albio	albio	CT	T	43073	41.5376	1.279	3
43428	Biure	biure	CT	T	43105	41.4705	1.3386	3
43428	Vallverd	vallverd	CT	T	43105	41.4667	1.3167	4
43428	Vallespinosa	vallespinosa	CT	T	43105	41.4448	1.3492	4
43428	Piles, Les	piles-les	CT	T	43105	41.5	1.35	4
43429	Roques, Les	roques-les	CT	T	43021	41.5325	1.3921	3
43429	Guialmons	guialmons	CT	T	43021	41.5122	1.3657	4
43429	La Pobla De Carivenys	la-pobla-de-carivenys	CT	T	43021	41.5325	1.3921	3
43429	Aguilo	aguilo	CT	T	43021	41.5528	1.4184	4
43430	Vimbodi	vimbodi	CT	T	43176	41.4007	1.0506	4
43439	Vilanova De Prades	vilanova-de-prades	CT	T	43158	41.3485	0.9567	4
43439	Vallclara	vallclara	CT	T	43158	41.3796	0.9834	4
43440	Espluga De Francoli, L'	espluga-de-francoli-l	CT	T	43054	41.395	1.0985	4
43448	Poblet	poblet	CT	T	43176	41.4325	1.0919	1
43448	Poblet (Monestir)	poblet-monestir	CT	T	43176	41.4325	1.0919	1
43449	Senan	senan	CT	T	43176	41.4699	1.0854	4
43450	La Riba	la-riba	CT	T	43124	41.3197	1.1745	4
43459	Farena	farena	CT	T	43086	41.3117	1.0859	4
43459	El Pinetell	el-pinetell	CT	T	43086	41.3117	1.0859	3
43460	Alcover	alcover	CT	T	43005	41.2627	1.1701	4
43461	La Plana	la-plana	CT	T		41.2627	1.1701	1
43461	Serradalt	serradalt	CT	T		41.2627	1.1701	1
43470	La Selva Del Camp	la-selva-del-camp	CT	T	43145	41.25	1.1	1
43479	Albiol, L'	albiol-l	CT	T	43003	41.25	1.1	4
43480	Vila-Seca	vila-seca	CT	T	43171	41.1167	1.15	4
43481	La Pineda	la-pineda	CT	T	43171	41.0762	1.1852	4
43490	Vilaverd	vilaverd	CT	T	43172	41.3333	1.1833	4
43491	Planes De Picamoixons, Les	planes-de-picamoixons-les	CT	T	43161	41.3025	1.2021	3
43491	Picamoixons	picamoixons	CT	T	43161	41.3025	1.2021	4
43500	Tortosa	tortosa	CT	T	43155	40.8125	0.5216	4
43500	Simpatica (Carretera)	simpatica-carretera	CT	T	43155	40.8125	0.5216	3
43510	Bitem	bitem	CT	T	43155	40.851	0.5322	4
43511	Tivenys	tivenys	CT	T	43149	40.9079	0.5124	4
43512	Benifallet	benifallet	CT	T	43025	40.9742	0.5177	4
43513	Rasquera	rasquera	CT	T	43121	41.0027	0.5997	4
43514	Mas De Barberans	mas-de-barberans	CT	T	43077	40.7333	0.3667	4
43515	La Galera	la-galera	CT	T	43063	40.6815	0.4634	4
43516	Godall	godall	CT	T	43068	40.6552	0.4686	4
43517	Capuchinos (Barranc)	capuchinos-barranc	CT	T	43155	40.834	0.5222	1
43517	Cuesta Capellanes	cuesta-capellanes	CT	T	43155	40.834	0.5222	1
43517	Coll De L'Alba	coll-de-l-alba	CT	T	43155	40.834	0.5222	1
43517	Horta De Sant Vicenc	horta-de-sant-vicenc	CT	T	43155	40.834	0.5222	1
43517	Vinallop	vinallop	CT	T	43155	40.834	0.5222	1
43517	Mianes	mianes	CT	T	43155	40.834	0.5222	1
43518	Parque Del Mopu	parque-del-mopu	CT	T		40.834	0.5222	1
43518	25 De Gener (Bloc)	25-de-gener-bloc	CT	T		40.834	0.5222	1
43518	El Raval De La Llet	el-raval-de-la-llet	CT	T		40.834	0.5222	1
43518	Soldevilla	soldevilla	CT	T		40.834	0.5222	1
43518	Horta De Pimpi	horta-de-pimpi	CT	T		40.834	0.5222	1
43518	La Petja	la-petja	CT	T		40.834	0.5222	1
43518	El Raval De Falco	el-raval-de-falco	CT	T		40.834	0.5222	1
43518	Santa Candida	santa-candida	CT	T		40.834	0.5222	1
43518	Sant Llatzer	sant-llatzer	CT	T		40.834	0.5222	1
43519	El Perello	el-perello	CT	T	43104	40.8667	0.7167	4
43520	Roquetes	roquetes	CT	T	43133	40.8167	0.5	4
43527	Reguers, Els	reguers-els	CT	T	43155	40.8452	0.4501	1
43528	Alfara De Carles	alfara-de-carles	CT	T	43008	40.8737	0.4002	4
43529	Observatorio Del Ebro	observatorio-del-ebro	CT	T	43133	40.8452	0.4501	1
43529	Horta Baixa, L'	horta-baixa-l	CT	T	43133	40.8452	0.4501	1
43529	Raval De Cristo	raval-de-cristo	CT	T	43133	40.8452	0.4501	1
43529	Horta De Dalt, L'	horta-de-dalt-l	CT	T	43133	40.8452	0.4501	1
43530	Alcanar	alcanar	CT	T	43004	40.5432	0.4808	4
43540	Sant Carles De La Rapita	sant-carles-de-la-rapita	CT	T	43136	40.6167	0.6	4
43548	Salines De La Trinitat, Les	salines-de-la-trinitat-les	CT	T	43136	40.6306	0.6434	1
43549	El Poble Nou Del Delta	el-poble-nou-del-delta	CT	T	43014	40.6444	0.6868	4
43550	Ulldecona	ulldecona	CT	T	43156	40.5973	0.4472	4
43558	Freginals	freginals	CT	T	43062	40.6713	0.5197	4
43558	Ventalles, Les	ventalles-les	CT	T	43062	40.6713	0.5197	3
43559	Valentins, Els	valentins-els	CT	T	43156	40.6167	0.3667	4
43559	El Castell	el-castell	CT	T	43156	40.6185	0.392	3
43559	La Miliana	la-miliana	CT	T	43156	40.6333	0.4167	4
43559	Sant Joan Del Pas	sant-joan-del-pas	CT	T	43156	40.6055	0.3926	4
43560	La Cenia	la-cenia	CT	T	43044	40.6333	0.2833	4
43560	La Senia	la-senia	CT	T	43044	40.6333	0.2833	4
43569	Cases D'Alcanar, Les	cases-d-alcanar-les	CT	T	43004	40.55	0.5333	4
43570	Santa Barbara	santa-barbara	CT	T	43138	40.7154	0.4929	4
43580	Deltebre	deltebre	CT	T	43901	40.7194	0.7083	4
43590	Jesus	jesus	CT	T	43155	40.8271	0.5082	4
43591	Aldover	aldover	CT	T	43006	40.8795	0.5	4
43592	Xerta	xerta	CT	T	43052	40.9	0.5	4
43593	Pauls	pauls	CT	T	43102	40.9167	0.4	4
43594	El Pinell De Brai	el-pinell-de-brai	CT	T	43106	41.0167	0.5149	4
43595	Prat De Comte	prat-de-comte	CT	T	43117	40.9833	0.4	4
43596	Horta De Sant Joan	horta-de-sant-joan	CT	T	43071	40.95	0.3167	4
43597	Arnes	arnes	CT	T	43018	40.9105	0.2611	4
43700	El Vendrell	el-vendrell	CT	T	43163	41.2167	1.5333	4
43710	Pedreres, Les (Urbanitzacio)	pedreres-les-urbanitzacio	CT	T	43140	41.2667	1.9667	4
43710	Santa Oliva	santa-oliva	CT	T	43140	41.2536	1.5509	4
43711	Banyeres Del Penedes	banyeres-del-penedes	CT	T	43020	41.2833	1.5833	4
43711	Saifores (Barri)	saifores-barri	CT	T	43020	41.275	1.775	3
43711	Sant Miquel De Banyeres (Urbanitzacio)	sant-miquel-de-banyeres-urbanitzacio	CT	T	43020	41.2667	1.9667	4
43712	Llorenç Del Penedes	llorenc-del-penedes	CT	T	43074	41.2833	1.55	4
43713	El Papiolet	el-papiolet	CT	T	43137	41.2818	1.5285	4
43713	La Torregassa	la-torregassa	CT	T	43137	41.2896	1.5215	4
43713	Sant Jaume Dels Domenys	sant-jaume-dels-domenys	CT	T	43137	41.3	1.5667	4
43713	La Carronya Alta	la-carronya-alta	CT	T	43137	41.2905	1.5389	3
43713	Hostal, L'	hostal-l	CT	T	43137	41.2905	1.5389	3
43713	Cornudella Del Penedes	cornudella-del-penedes	CT	T	43137	41.2905	1.5389	3
43713	Lleger	lleger	CT	T	43137	41.2905	1.5389	3
43713	La Carronya Baixa	la-carronya-baixa	CT	T	43137	41.2905	1.5389	3
43714	El Pla De Manlleu	el-pla-de-manlleu	CT	T	43001	41.3683	1.501	4
43714	Aiguaviva (El Montmell)	aiguaviva-el-montmell	CT	T	43001	41.3683	1.501	3
43715	Santa Oliva (Camping)	santa-oliva-camping	CT	T	43074	41.2758	1.576	1
43715	Sabartes (Edificio)	sabartes-edificio	CT	T	43074	41.2758	1.576	1
43715	Valldossera	valldossera	CT	T	43074	41.2758	1.576	1
43716	Albinyana	albinyana	CT	T	43002	41.25	1.4833	4
43716	Masies De Torrent, Les	masies-de-torrent-les	CT	T	43002	41.25	1.4833	3
43717	Ortigos, L'	ortigos-l	CT	T	43028	41.2833	1.4833	3
43717	La Bisbal Del Penedes	la-bisbal-del-penedes	CT	T	43028	41.2833	1.4833	4
43718	Peces, Les	peces-les	CT	T	43002	41.25	1.5	4
43718	Masllorenç	masllorenc	CT	T	43002	41.2667	1.4167	4
43718	Mas Mateu (El Montmell)	mas-mateu-el-montmell	CT	T	43002	41.259	1.4517	3
43718	Masarbones	masarbones	CT	T	43002	41.2602	1.4385	4
43718	Atalaya Mediterranea (El Montmell) (Urbanitzacio)	atalaya-mediterranea-el-montmell-urbanitzacio	CT	T	43002	41.259	1.4517	3
43718	Pinedas Altas (El Montmell) (Urbanitzacio)	pinedas-altas-el-montmell-urbanitzacio	CT	T	43002	41.259	1.4517	3
43718	Juncosa De Montmell (El Montmell)	juncosa-de-montmell-el-montmell	CT	T	43002	41.259	1.4517	3
43718	Moixeta, La (El Montmell) (Urbanitzacio)	moixeta-la-el-montmell-urbanitzacio	CT	T	43002	41.259	1.4517	3
43718	Moli Blanquillo	moli-blanquillo	CT	T	43002	41.259	1.4517	3
43718	Mirador Del Penedes, El (El Montmell) (Urbanitzacio)	mirador-del-penedes-el-el-montmell-urbanitzacio	CT	T	43002	41.259	1.4517	3
43719	Bellvei	bellvei	CT	T	43024	41.2333	1.5833	4
43720	Casetes De Puigmolto, Les	casetes-de-puigmolto-les	CT	T	43016	41.2667	1.6	3
43720	Arboç, L'	arboc-l	CT	T	43016	41.2667	1.6	4
43720	La Llacuneta	la-llacuneta	CT	T	43016	41.2667	1.6	3
43729	Valdemar (Urbanitzacio)	valdemar-urbanitzacio	CT	T		41.2667	1.9667	4
43730	Falset	falset	CT	T	43076	41.1458	0.8198	4
43736	El Molar	el-molar	CT	T	43058	41.1632	0.706	4
43736	La Figuera	la-figuera	CT	T	43058	41.2162	0.7308	4
43736	El Masroig	el-masroig	CT	T	43058	41.1333	0.7333	4
43737	Torroja Del Priorat	torroja-del-priorat	CT	T	43154	41.2167	0.8167	4
43737	Gratallops	gratallops	CT	T	43154	41.1932	0.777	4
43737	El Lloar	el-lloar	CT	T	43154	41.2049	0.7968	3
43860	Atmella De Mar, L'	atmella-de-mar-l	CT	T	43013	40.9	0.8	3
43738	Bellmunt Del Priorat	bellmunt-del-priorat	CT	T	43023	41.15	0.7667	4
43739	Porrera	porrera	CT	T	43114	41.1888	0.8561	4
43740	Mora D'Ebre	mora-d-ebre	CT	T	43093	41.0833	0.6333	4
43746	Darmos	darmos	CT	T	43150	41.0977	0.7073	4
43746	La Serra D'Almos	la-serra-d-almos	CT	T	43150	41.081	0.744	4
43746	Tivissa	tivissa	CT	T	43150	41.0333	0.7333	4
43747	Benissanet	benissanet	CT	T	43026	41.05	0.6333	4
43747	Miravet	miravet	CT	T	43026	41.0393	0.5966	4
43748	Ginestar	ginestar	CT	T	43067	41.0418	0.6329	4
43749	Garcia	garcia	CT	T	43065	41.1333	0.65	4
43750	Flix	flix	CT	T	43060	41.2307	0.5501	4
43760	El Morell	el-morell	CT	T	43095	41.2	1.2167	4
43761	La Pobla De Montornes	la-pobla-de-montornes	CT	T	43111	41.1833	1.4167	4
43762	Ardenya	ardenya	CT	T	43126	41.1695	1.3437	4
43762	Casas De Virgili	casas-de-virgili	CT	T	43126	41.1681	1.3552	3
43762	La Riera De Gaia	la-riera-de-gaia	CT	T	43126	41.1667	1.3667	4
43763	Vespella De Gaia	vespella-de-gaia	CT	T	43164	41.2	1.3667	4
43763	La Nou De Gaia	la-nou-de-gaia	CT	T	43164	41.1833	1.3833	4
43764	El Catllar	el-catllar	CT	T	43043	41.1667	1.3167	4
43765	La Secuita	la-secuita	CT	T	43144	41.2046	1.28	4
43770	Mora La Nova	mora-la-nova	CT	T	43094	41.1	0.65	4
43771	Riudecanyes	riudecanyes	CT	T	43127	41.1333	0.9667	4
43772	Botarell	botarell	CT	T	43033	41.1363	0.9892	4
43773	Duesaigues	duesaigues	CT	T	43017	41.15	0.9333	4
43773	Argentera, L'	argentera-l	CT	T	43017	41.1333	0.9167	4
43774	Pradell De La Teixeta	pradell-de-la-teixeta	CT	T	43151	41.1566	0.8762	4
43774	La Torre De Fontaubella	la-torre-de-fontaubella	CT	T	43151	41.1167	0.8667	4
43775	Marça	marca	CT	T	43076	41.1251	0.8591	1
43776	Capçanes	capcanes	CT	T	43040	41.1	0.7833	4
43777	Guiamets, Els	guiamets-els	CT	T	43070	41.1	0.75	4
43780	Gandesa	gandesa	CT	T	43064	41.0537	0.4385	4
43781	La Fatarella	la-fatarella	CT	T	43056	41.1667	0.4833	4
43782	Vilalba Dels Arcs	vilalba-dels-arcs	CT	T	43175	41.1167	0.4167	4
43783	La Pobla De Massaluca	la-pobla-de-massaluca	CT	T	43110	41.1833	0.35	4
43784	Corbera D'Ebre	corbera-d-ebre	CT	T	43048	41.0939	0.3762	1
43785	Bot	bot	CT	T	43032	41.0092	0.3839	4
43786	Batea	batea	CT	T	43022	41.0943	0.311	4
43787	Caseres	caseres	CT	T	43041	41.0333	0.25	4
43790	Riba-Roja D'Ebre	riba-roja-d-ebre	CT	T	43125	41.25	0.4833	4
43791	Asco	asco	CT	T	43019	41.1833	0.5667	4
43792	La Torre De L'Espanyol	la-torre-de-l-espanyol	CT	T	43177	41.1833	0.6333	4
43792	Vinebre	vinebre	CT	T	43177	41.1846	0.5895	4
43800	Valls	valls	CT	T	43161	41.2861	1.2499	4
43810	El Pla De Santa Maria	el-pla-de-santa-maria	CT	T	43108	41.3373	1.3425	1
43811	Figuerola Del Camp	figuerola-del-camp	CT	T	43036	41.3715	1.2655	4
43811	Cabra Del Camp	cabra-del-camp	CT	T	43036	41.4	1.2833	4
43812	Rodonya	rodonya	CT	T	43034	41.2833	1.4	4
43812	Canferre (El Montmell)	canferre-el-montmell	CT	T	43034	41.2736	1.3489	3
43812	Brafim	brafim	CT	T	43034	41.2667	1.3333	4
43812	Puigpelat	puigpelat	CT	T	43034	41.279	1.2971	4
43812	Montferri	montferri	CT	T	43034	41.2655	1.3652	4
43813	Masmolets	masmolets	CT	T	43010	41.3165	1.2336	4
43813	Fontscaldes	fontscaldes	CT	T	43010	41.3054	1.2697	3
43813	Alio	alio	CT	T	43010	41.2942	1.3059	4
43813	Miramar	miramar	CT	T	43010	41.3054	1.2697	3
43814	Vila-Rodona	vila-rodona	CT	T	43170	41.3373	1.3425	1
43815	Aiguamurcia	aiguamurcia	CT	T	43092	41.3333	1.3667	4
43815	Santes Creus	santes-creus	CT	T	43092	41.3465	1.3631	4
43815	Alba, L'	alba-l	CT	T	43092	41.3469	1.3773	3
43815	Pobles, Les	pobles-les	CT	T	43092	41.3611	1.402	4
43815	Cal Canonge	cal-canonge	CT	T	43092	41.3469	1.3773	3
43815	Urbanizacion De Els Manantials	urbanizacion-de-els-manantials	CT	T	43092	41.3469	1.3773	3
43815	Masbarrat	masbarrat	CT	T	43092	41.3469	1.3773	3
43815	Destres, Les	destres-les	CT	T	43092	41.3469	1.3773	3
43816	Querol	querol	CT	T	43120	41.4229	1.3968	4
43816	Esblada	esblada	CT	T	43120	41.4446	1.4401	4
43817	El Pont D'Armentera	el-pont-d-armentera	CT	T	43113	41.3373	1.3425	1
43817	La Planeta	la-planeta	CT	T	43113	41.3373	1.3425	1
43820	Calafell	calafell	CT	T	43037	41.2	1.5683	4
43830	Torredembarra	torredembarra	CT	T	43153	41.1451	1.3986	4
43839	Creixell	creixell	CT	T	43050	41.1662	1.4403	4
43839	Clara Mar (Urbanitzacio)	clara-mar-urbanitzacio	CT	T	43050	41.2667	1.9667	4
43839	Raco Del Cesar	raco-del-cesar	CT	T	43050	41.2466	1.8614	3
43839	Masso, La (Urbanitzacio)	masso-la-urbanitzacio	CT	T	43050	41.2667	1.9667	4
43839	Morisques, Les (Urbanitzacio)	morisques-les-urbanitzacio	CT	T	43050	41.2667	1.9667	4
43839	Costelacion (Apartamentos)	costelacion-apartamentos	CT	T	43050	41.2466	1.8614	3
43839	Creixell-Mar (Urbanitzacio)	creixell-mar-urbanitzacio	CT	T	43050	41.2667	1.9667	4
43839	Alba, L' (Camping)	alba-l-camping	CT	T	43050	41.2466	1.8614	3
43839	Sirena Dorada, La (Camping)	sirena-dorada-la-camping	CT	T	43050	41.2466	1.8614	3
43839	Relax (Camping)	relax-camping	CT	T	43050	41.2466	1.8614	3
43839	Noria, La (Camping)	noria-la-camping	CT	T	43050	41.2466	1.8614	3
43839	Gavina, La (Camping)	gavina-la-camping	CT	T	43050	41.2466	1.8614	3
43840	Reco De Salou	reco-de-salou	CT	T	43905	41.0766	1.1416	3
43840	Salou	salou	CT	T	43905	41.0766	1.1416	4
43850	Cambrils	cambrils	CT	T	43038	41.0748	1.0524	4
43850	Costa Blanca (Camping)	costa-blanca-camping	CT	T	43038	41.0748	1.0524	3
43860	Nautic (Camping)	nautic-camping	CT	T	43013	40.9	0.8	3
43860	Ametlla De Mar, L'	ametlla-de-mar-l	CT	T	43013	40.9	0.8	4
43870	Amposta	amposta	CT	T	43014	40.7131	0.581	4
43877	Sant Jaume D'Enveja	sant-jaume-d-enveja	CT	T	43902	40.7145	0.5556	1
43878	Masdenverge	masdenverge	CT	T	43078	40.716	0.5301	4
43879	Muntells, Els	muntells-els	CT	T	43014	40.7145	0.5556	1
43879	Balada (Amposta)	balada-amposta	CT	T	43014	40.7145	0.5556	1
43880	Creu, La (Urbanitzacio)	creu-la-urbanitzacio	CT	T	43163	41.2667	1.9667	4
43880	Sant Vicenç De Calders	sant-vicenc-de-calders	CT	T	43163	41.2	1.5167	4
43880	Nirvana (Urbanitzacio)	nirvana-urbanitzacio	CT	T	43163	41.2667	1.9667	4
43880	Coma-Ruga	coma-ruga	CT	T	43163	41.1799	1.5254	4
43880	Francas (Camping)	francas-camping	CT	T	43163	41.2283	1.7438	3
43880	La Masia Blanca	la-masia-blanca	CT	T	43163	41.2283	1.7438	3
43880	Barri Maritim Del Francas	barri-maritim-del-francas	CT	T	43163	41.2283	1.7438	3
43880	Estacio De Sant Vicenç De Calders (Viviendas)	estacio-de-sant-vicenc-de-calders-viviendas	CT	T	43163	41.2283	1.7438	3
43880	Barri Maritim De Sant Salvador	barri-maritim-de-sant-salvador	CT	T	43163	41.2283	1.7438	3
43880	Garrofers, Els	garrofers-els	CT	T	43163	41.2283	1.7438	3
43880	Masos De Coma-Ruga, Els	masos-de-coma-ruga-els	CT	T	43163	41.2283	1.7438	3
43881	Cunit-Diagonal (Urbanitzacio)	cunit-diagonal-urbanitzacio	CT	T	43051	41.2667	1.9667	4
43881	Cunit	cunit	CT	T	43051	41.1983	1.6364	4
43881	Diagonal	diagonal	CT	T	43051	41.409	2.2161	4
43881	Cal Cego	cal-cego	CT	T	43051	41.2913	1.9398	3
43881	Eixample De Cunit	eixample-de-cunit	CT	T	43051	41.2913	1.9398	3
43881	Can Toni	can-toni	CT	T	43051	41.2913	1.9398	3
43881	Mar De Cunit (Camping)	mar-de-cunit-camping	CT	T	43051	41.2913	1.9398	3
43881	Valparaiso	valparaiso	CT	T	43051	41.2913	1.9398	3
43882	Segur De Calafell	segur-de-calafell	CT	T	43037	41.1958	1.6062	4
43883	Roc De Sant Gaieta (Urbanitzacio)	roc-de-sant-gaieta-urbanitzacio	CT	T	43131	41.2667	1.9667	4
43883	Roda De Bara	roda-de-bara	CT	T	43131	41.1833	1.4667	4
43883	Bera (Urbanitzacio)	bera-urbanitzacio	CT	T	43131	41.2667	1.9667	4
43883	Mas Roig, De (Zona)	mas-roig-de-zona	CT	T	43131	41.2389	1.8	3
43883	La Barquera	la-barquera	CT	T	43131	41.2389	1.8	3
43884	Bonastre	bonastre	CT	T	43030	41.2203	1.4394	4
43885	Salomo	salomo	CT	T	43135	41.2295	1.3744	4
43886	Vilabella	vilabella	CT	T	43122	41.2478	1.3302	4
43886	Renau	renau	CT	T	43122	41.2245	1.3108	4
43887	Nulles	nulles	CT	T	43098	41.2489	1.2947	4
43890	Hospitalet De L'Infant, L'	hospitalet-de-l-infant-l	CT	T	43162	41.1791	1.619	1
43891	Vandellos	vandellos	CT	T	43162	41.0199	0.8306	4
43891	Masriudoms	masriudoms	CT	T	43162	41.0199	0.8306	3
43891	Masboquera	masboquera	CT	T	43162	41.0199	0.8306	3
43892	Masos D'En Blade (Urbanitzacio)	masos-d-en-blade-urbanitzacio	CT	T	43092	41.2667	1.9667	3
43892	Parque Mont-Roig (Urbanitzacio)	parque-mont-roig-urbanitzacio	CT	T	43092	41.2667	1.9667	4
43892	Maynou	maynou	CT	T	43092	41.2667	1.9667	3
43892	Costa Zefir (Urbanitzacio)	costa-zefir-urbanitzacio	CT	T	43092	41.2667	1.9667	3
43892	Via Marina (Urbanitzacio)	via-marina-urbanitzacio	CT	T	43092	41.2667	1.9667	4
43892	Montroig (Camping)	montroig-camping	CT	T	43092	41.2667	1.9667	3
43892	Etersa (Mont-Roig Del Camp)	etersa-mont-roig-del-camp	CT	T	43092	41.2667	1.9667	3
43892	Sant Miquel De Mont-Roig (Urbanitzacio)	sant-miquel-de-mont-roig-urbanitzacio	CT	T	43092	41.2667	1.9667	4
43892	Playa Y Fiesta (Camping)	playa-y-fiesta-camping	CT	T	43092	41.2667	1.9667	3
43892	Casalot, El (Urbanitzacio)	casalot-el-urbanitzacio	CT	T	43092	41.2667	1.9667	3
43892	Rustical Balnearis (Urbanitzacio)	rustical-balnearis-urbanitzacio	CT	T	43092	41.2667	1.9667	4
43892	Marius (Camping)	marius-camping	CT	T	43092	41.2667	1.9667	3
43892	Torre Del Sol (Camping)	torre-del-sol-camping	CT	T	43092	41.2667	1.9667	3
43892	Vila Romana - Solemio (Urbanitzacio)	vila-romana-solemio-urbanitzacio	CT	T	43092	41.2667	1.9667	4
43892	Marinada (Camping)	marinada-camping	CT	T	43092	41.2667	1.9667	3
43892	Oasis (Camping)	oasis-camping	CT	T	43092	41.2667	1.9667	3
43892	Paraiso, El (Urbanitzacio)	paraiso-el-urbanitzacio	CT	T	43092	41.2667	1.9667	4
43892	Montroig-Mar	montroig-mar	CT	T	43092	41.2667	1.9667	3
43892	Montroig-Bahia (Urbanitzacio)	montroig-bahia-urbanitzacio	CT	T	43092	41.2667	1.9667	4
43892	Sudoest (Mont-Roig Del Camp)	sudoest-mont-roig-del-camp	CT	T	43092	41.2667	1.9667	3
43892	Rustical Mont-Roig (Urbanitzacio)	rustical-mont-roig-urbanitzacio	CT	T	43092	41.2667	1.9667	4
43892	Pueblo Nuevo Azahar	pueblo-nuevo-azahar	CT	T	43092	41.2667	1.9667	3
43892	Pinos De Miramar (Urbanitzacio)	pinos-de-miramar-urbanitzacio	CT	T	43092	41.2667	1.9667	4
43892	Pla Parcial Sector 28 (Mont-Roig Del Camp)	pla-parcial-sector-28-mont-roig-del-camp	CT	T	43092	41.2667	1.9667	3
43892	Riviera, La (Urbanitzacio)	riviera-la-urbanitzacio	CT	T	43092	41.2667	1.9667	4
43892	Miami-Platja	miami-platja	CT	T	43092	41.2667	1.9667	3
43893	Altafulla (Camping)	altafulla-camping	CT	T	43012	41.2419	1.8479	3
43893	Altafulla	altafulla	CT	T	43012	41.1429	1.3727	4
43893	Perla, La (Urbanitzacio)	perla-la-urbanitzacio	CT	T	43012	41.2667	1.9667	4
43893	Llum I Mar (Urbanitzacio)	llum-i-mar-urbanitzacio	CT	T	43012	41.2667	1.9667	4
43893	Sant Antoni (Urbanitzacio)	sant-antoni-urbanitzacio	CT	T	43012	41.2667	1.9667	4
43893	Robert (Urbanitzacio)	robert-urbanitzacio	CT	T	43012	41.2667	1.9667	4
43894	Camarles	camarles	CT	T	43903	40.7817	0.6551	4
43894	La Granadella	la-granadella	CT	T	43903	41.35	0.6667	4
43894	El Lligallo Del Roig	el-lligallo-del-roig	CT	T	43903	41.0658	0.6609	3
43894	El Lligallo Del Ganguill	el-lligallo-del-ganguill	CT	T	43903	41.0658	0.6609	3
43895	Ampolla, L'	ampolla-l	CT	T	43906	40.8123	0.7101	4
43896	Aldea, L'	aldea-l	CT	T	43904	40.7421	0.6123	4
43896	Hostal Dels Alls, L'	hostal-dels-alls-l	CT	T	43904	40.7421	0.6123	3
43897	Camp-Redo	camp-redo	CT	T	43155	41.1791	1.619	1
43897	Poligono Industrial El Camp-Redo	poligono-industrial-el-camp-redo	CT	T	43155	41.1791	1.619	1
43897	La Font De Quinto	la-font-de-quinto	CT	T	43155	41.1791	1.619	1
06001	Badajoz	badajoz	EX	BA	06015	38.8779	-6.9706	4
06002	Badajoz	badajoz	EX	BA	06015	38.8779	-6.9706	4
06003	Badajoz	badajoz	EX	BA	06015	38.8779	-6.9706	4
06004	Badajoz	badajoz	EX	BA	06015	38.8779	-6.9706	4
06005	Badajoz	badajoz	EX	BA	06015	38.8779	-6.9706	4
06006	Badajoz	badajoz	EX	BA	06015	38.8779	-6.9706	4
06007	Badajoz	badajoz	EX	BA	06015	38.8779	-6.9706	4
06008	Badajoz	badajoz	EX	BA	06015	38.8779	-6.9706	4
06009	La Pilara	la-pilara	EX	BA	06015	38.8779	-6.9706	3
06009	Badajoz	badajoz	EX	BA	06015	38.8779	-6.9706	4
06010	Badajoz	badajoz	EX	BA	06015	38.8779	-6.9706	4
06011	Badajoz	badajoz	EX	BA	06015	38.8779	-6.9706	4
06012	Badajoz	badajoz	EX	BA		38.8779	-6.9706	4
06050	Base Aerea Talavera Real	base-aerea-talavera-real	EX	BA		38.8779	-6.9706	1
06070	Badajoz	badajoz	EX	BA		38.8779	-6.9706	4
06071	Badajoz	badajoz	EX	BA		38.8779	-6.9706	4
06080	Badajoz	badajoz	EX	BA		38.8779	-6.9706	4
06100	Olivenza	olivenza	EX	BA	06095	38.6246	-7.1859	1
06105	Cheles	cheles	EX	BA	06042	38.5123	-7.2818	4
06106	San Benito De La Contienda	san-benito-de-la-contienda	EX	BA	06095	38.6333	-7.1573	4
06107	Villarreal	villarreal	EX	BA	06095	38.7257	-7.2153	4
06108	Santo Domingo	santo-domingo	EX	BA	06095	38.6271	-7.0893	4
06108	San Jorge De Alor	san-jorge-de-alor	EX	BA	06095	38.6271	-7.0893	3
06109	San Francisco De Olivenza	san-francisco-de-olivenza	EX	BA	06095	38.6246	-7.1859	1
06109	San Rafael De Olivenza	san-rafael-de-olivenza	EX	BA	06095	38.6246	-7.1859	1
06110	Villanueva Del Fresno	villanueva-del-fresno	EX	BA	06154	38.376	-7.1675	4
06120	Oliva De La Frontera	oliva-de-la-frontera	EX	BA	06093	38.276	-6.9187	4
06129	Zahinos	zahinos	EX	BA	06159	38.3313	-6.9553	4
06130	Valverde De Leganes	valverde-de-leganes	EX	BA	06143	38.6706	-6.9804	4
06131	Alconchel	alconchel	EX	BA	06007	38.5165	-7.0716	4
06132	Higuera De Vargas	higuera-de-vargas	EX	BA	06066	38.447	-6.9752	4
06133	Taliga	taliga	EX	BA	06129	38.5286	-7.0171	4
06134	Valencia Del Mombuey	valencia-del-mombuey	EX	BA	06140	38.2424	-7.1196	4
06140	Talavera La Real	talavera-la-real	EX	BA	06128	38.8779	-6.7686	4
06150	Santa Marta	santa-marta	EX	BA	06121	38.6142	-6.628	4
06160	Barcarrota	barcarrota	EX	BA	06016	38.5147	-6.8492	4
06170	La Albuera	la-albuera	EX	BA	06015	38.7178	-6.8233	4
06170	Alvarado	alvarado	EX	BA	06015	38.7178	-6.8233	3
06171	Almendral	almendral	EX	BA	06010	38.6142	-6.821	4
06172	Torre De Miguel Sesmero	torre-de-miguel-sesmero	EX	BA	06131	38.6191	-6.7958	4
06173	Nogales	nogales	EX	BA	06092	38.5863	-6.749	4
06174	Salvaleon	salvaleon	EX	BA	06061	38.5102	-6.7863	4
06175	Salvatierra De Los Barros	salvatierra-de-los-barros	EX	BA	06117	38.4909	-6.6842	4
06176	La Parra	la-parra	EX	BA	06089	38.5212	-6.6226	4
06176	La Morera	la-morera	EX	BA	06089	38.5457	-6.6531	4
06177	Valle De Matamoros	valle-de-matamoros	EX	BA	06147	38.3789	-6.8037	4
06178	Valle De Santa Ana	valle-de-santa-ana	EX	BA	06148	38.3664	-6.7886	4
06180	Gevora Del Caudillo	gevora-del-caudillo	EX	BA	06015	38.9094	-6.6956	1
06181	Sagrajas	sagrajas	EX	BA	06015	38.9094	-6.6956	1
06182	Alcazaba	alcazaba	EX	BA	06015	38.9094	-6.6956	1
06183	Novelda Del Guadiana	novelda-del-guadiana	EX	BA	06015	38.9094	-6.6956	1
06184	Pueblonuevo Del Guadiana	pueblonuevo-del-guadiana	EX	BA	06902	38.9094	-6.6956	1
06185	Valdelacalzada	valdelacalzada	EX	BA	06901	38.8894	-6.7003	4
06186	Guadiana Del Caudillo	guadiana-del-caudillo	EX	BA	06903	38.9294	-6.6909	4
06187	Guadajira	guadajira	EX	BA	06072	38.9094	-6.6956	1
06190	La Roca De La Sierra	la-roca-de-la-sierra	EX	BA	06115	39.1097	-6.6892	4
06191	Puebla De Obando	puebla-de-obando	EX	BA	06107	39.1763	-6.6276	4
06192	Villar Del Rey	villar-del-rey	EX	BA	06155	39.1331	-6.8476	4
06193	Puente De Zapaton	puente-de-zapaton	EX	BA	06015	39.05	-6.9	3
06193	Botoa	botoa	EX	BA	06015	39.05	-6.9	4
06194	Valdebotoa	valdebotoa	EX	BA	06015	38.9193	-6.7223	1
06195	Balboa	balboa	EX	BA	06015	38.9193	-6.7223	1
06195	Villafranco Del Guadiana	villafranco-del-guadiana	EX	BA	06015	38.9193	-6.7223	1
06196	Corte De Peleas	corte-de-peleas	EX	BA	06040	38.7263	-6.6703	4
06196	Aldea Del Cura	aldea-del-cura	EX	BA	06040	38.7377	-6.6456	3
06196	Cortegana	cortegana	EX	BA	06040	38.7491	-6.6209	4
06196	Aldea De Retamal	aldea-de-retamal	EX	BA	06040	38.7377	-6.6456	3
06197	Entrin Bajo	entrin-bajo	EX	BA	06045	38.7185	-6.7135	4
06197	Entrin Alto	entrin-alto	EX	BA	06045	38.691	-6.7092	4
06200	Almendralejo	almendralejo	EX	BA	06011	38.6832	-6.4075	4
06207	Aceuchal	aceuchal	EX	BA	06002	38.6463	-6.4864	4
06208	Villalba De Los Barros	villalba-de-los-barros	EX	BA	06152	38.6129	-6.5091	4
06209	Solana De Los Barros	solana-de-los-barros	EX	BA	06126	38.7253	-6.539	4
06210	Torremegia	torremegia	EX	BA	06133	38.7904	-6.3767	4
06220	Villafranca De Los Barros	villafranca-de-los-barros	EX	BA	06149	38.5614	-6.3381	4
06225	Ribera Del Fresno	ribera-del-fresno	EX	BA	06113	38.5518	-6.2377	4
06226	Hinojosa Del Valle	hinojosa-del-valle	EX	BA	06068	38.4833	-6.1833	4
06227	Llera	llera	EX	BA	06073	38.45	-6.05	4
06228	Hornachos	hornachos	EX	BA	06069	38.5543	-6.0683	4
06229	Puebla Del Prior	puebla-del-prior	EX	BA	06106	38.5703	-6.1958	4
06230	Los Santos De Maimona	los-santos-de-maimona	EX	BA	06122	38.45	-6.3833	4
06240	Fuente De Cantos	fuente-de-cantos	EX	BA	06052	38.25	-6.3	4
06249	Calzadilla De Los Barros	calzadilla-de-los-barros	EX	BA	06027	38.3	-6.3167	4
06250	Bienvenida	bienvenida	EX	BA	06020	38.3	-6.2	4
06260	Monesterio	monesterio	EX	BA	06085	38.0833	-6.2667	4
06270	Segura De Leon	segura-de-leon	EX	BA	06124	38.1167	-6.5167	4
06280	Fuentes De Leon	fuentes-de-leon	EX	BA	06055	38.0687	-6.5388	4
06290	Usagre	usagre	EX	BA	06136	38.35	-6.1667	4
06291	Montemolin	montemolin	EX	BA	06086	38.15	-6.2	4
06292	Calera De Leon	calera-de-leon	EX	BA	06026	38.1	-6.3333	4
06293	Cabeza La Vaca	cabeza-la-vaca	EX	BA	06024	38.0833	-6.4167	4
06300	Zafra	zafra	EX	BA	06158	38.4167	-6.4167	4
06310	Puebla De Sancho Perez	puebla-de-sancho-perez	EX	BA	06108	38.4	-6.4	4
06320	Medina De Las Torres	medina-de-las-torres	EX	BA	06081	38.3333	-6.4	4
06329	Atalaya	atalaya	EX	BA	06013	38.3333	-6.4667	4
06330	Valencia Del Ventoso	valencia-del-ventoso	EX	BA	06141	38.2667	-6.4667	4
06340	Fregenal De La Sierra	fregenal-de-la-sierra	EX	BA	06050	38.1692	-6.6537	4
06350	Higuera La Real	higuera-la-real	EX	BA	06067	38.1409	-6.6892	4
06360	Fuente Del Maestre	fuente-del-maestre	EX	BA	06054	38.5266	-6.4478	4
06370	Burguillos Del Cerro	burguillos-del-cerro	EX	BA	06022	38.3801	-6.5904	4
06378	Valverde De Burguillos	valverde-de-burguillos	EX	BA	06142	38.3271	-6.5365	4
06380	Jerez De Los Caballeros	jerez-de-los-caballeros	EX	BA	06070	38.3206	-6.7726	4
06389	Brovales	brovales	EX	BA	06070	38.3206	-6.7726	1
06389	Valuengo	valuengo	EX	BA	06070	38.3206	-6.7726	1
06389	La Bazana	la-bazana	EX	BA	06070	38.3206	-6.7726	1
06390	Feria	feria	EX	BA	06049	38.5115	-6.5642	4
06391	La Lapa	la-lapa	EX	BA	06071	38.45	-6.5167	4
06392	El Raposo	el-raposo	EX	BA	06108	38.3773	-6.5267	1
06393	Alconera	alconera	EX	BA	06008	38.4	-6.4667	4
06394	Bodonal De La Sierra	bodonal-de-la-sierra	EX	BA	06021	38.1475	-6.5595	4
06400	Don Benito	don-benito	EX	BA	06044	38.9563	-5.8616	4
06410	Torrefresneda	torrefresneda	EX	BA	06060	39.1809	-5.8731	3
06410	Conquista	conquista	EX	BA	06060	39.3507	-5.7346	4
06410	Santa Amalia	santa-amalia	EX	BA	06060	39.0112	-6.0116	4
06410	Valdehornillos	valdehornillos	EX	BA	06060	39.1809	-5.8731	3
06411	Medellin	medellin	EX	BA	06080	38.9626	-5.9578	4
06412	Ruecas	ruecas	EX	BA	06044	39.0272	-5.9318	3
06412	Hernan Cortes	hernan-cortes	EX	BA	06044	39.0272	-5.9318	4
06412	Vivares	vivares	EX	BA	06044	39.0272	-5.9318	3
06413	Mengabril	mengabril	EX	BA	06082	38.9355	-5.9333	4
06415	Yelbes	yelbes	EX	BA		39.0575	-5.9138	1
06420	Castuera	castuera	EX	BA	06036	38.732	-5.5439	4
06427	Monterrubio De La Serena	monterrubio-de-la-serena	EX	BA	06087	38.5888	-5.4457	4
06428	Puerto Hurraco	puerto-hurraco	EX	BA	06018	38.6335	-5.5658	4
06429	Benquerencia De La Serena	benquerencia-de-la-serena	EX	BA	06018	38.7001	-5.4951	4
06429	Puerto Mejorada	puerto-mejorada	EX	BA	06018	38.7001	-5.4951	3
06430	Zalamea De La Serena	zalamea-de-la-serena	EX	BA	06160	38.6513	-5.6606	4
06439	Esparragosa De La Serena	esparragosa-de-la-serena	EX	BA	06047	38.651	-5.6066	4
06440	Malpartida De La Serena	malpartida-de-la-serena	EX	BA	06078	38.6747	-5.6405	4
06441	Higuera De La Serena	higuera-de-la-serena	EX	BA	06064	38.6462	-5.7413	4
06442	Retamal De Llerena	retamal-de-llerena	EX	BA	06112	38.5206	-5.8433	1
06443	Campillo De Llerena	campillo-de-llerena	EX	BA	06029	38.502	-5.8314	4
06444	Valencia De Las Torres	valencia-de-las-torres	EX	BA	06139	38.4052	-6.004	4
06445	Higuera De Llerena	higuera-de-llerena	EX	BA	06065	38.375	-5.9992	4
06446	San Cristobal De Zalamea	san-cristobal-de-zalamea	EX	BA		38.5206	-5.8433	1
06450	Quintana De La Serena	quintana-de-la-serena	EX	BA	06109	38.746	-5.6723	4
06458	Valle De La Serena	valle-de-la-serena	EX	BA	06146	38.7101	-5.7985	4
06459	La Guarda	la-guarda	EX	BA	06028	38.802	-5.7085	4
06460	Campanario	campanario	EX	BA	06028	38.8644	-5.6174	4
06468	Magacela	magacela	EX	BA	06075	38.8965	-5.7344	4
06469	La Coronada	la-coronada	EX	BA	06039	38.9205	-5.6698	4
06470	Guareña	guarena	EX	BA	06060	38.8595	-6.0999	4
06473	Villagonzalo	villagonzalo	EX	BA	06151	38.8633	-6.1967	4
06474	Valdetorres	valdetorres	EX	BA	06138	38.9154	-6.0676	4
06475	Oliva De Merida	oliva-de-merida	EX	BA	06094	38.7905	-6.124	4
06476	Palomas	palomas	EX	BA	06098	38.6928	-6.1349	4
06477	Puebla De La Reina	puebla-de-la-reina	EX	BA	06104	38.6646	-6.1022	4
06478	Manchita	manchita	EX	BA	06079	38.814	-6.0204	4
06479	Cristina	cristina	EX	BA	06041	38.8375	-6.0987	4
06480	Montijo	montijo	EX	BA	06088	38.9084	-6.6179	4
06486	La Nava De Santiago	la-nava-de-santiago	EX	BA	06090	39.0633	-6.5052	4
06487	Cordobilla De Lacara	cordobilla-de-lacara	EX	BA	06038	39.1476	-6.4362	4
06488	Carmonita	carmonita	EX	BA	06031	39.1545	-6.3386	4
06489	Lacara, De (Poblado)	lacara-de-poblado	EX	BA	06088	39.0685	-6.4745	1
06490	Puebla De La Calzada	puebla-de-la-calzada	EX	BA	06103	38.8944	-6.6259	4
06498	Lobon	lobon	EX	BA	06072	38.8488	-6.6236	4
06499	Barbaño	barbano	EX	BA	06088	38.8716	-6.6248	1
06500	San Vicente De Alcantara	san-vicente-de-alcantara	EX	BA	06123	39.3613	-7.1377	4
06510	Alburquerque	alburquerque	EX	BA	06006	39.2208	-7.0023	4
06518	La Codosera	la-codosera	EX	BA	06037	39.2088	-7.1733	4
06519	La Rocita De Mayorga	la-rocita-de-mayorga	EX	BA	06006	39.2148	-7.0878	1
06519	Bacoco	bacoco	EX	BA	06006	39.2148	-7.0878	1
06519	El Marco	el-marco	EX	BA	06006	39.2148	-7.0878	1
06519	Benavente	benavente	EX	BA	06006	39.2148	-7.0878	1
06600	Cabeza Del Buey	cabeza-del-buey	EX	BA	06023	38.7223	-5.2195	4
06610	Peñalsordo	penalsordo	EX	BA	06100	38.8202	-5.114	4
06611	Zarza Capilla	zarza-capilla	EX	BA	06161	38.8071	-5.1568	4
06612	Capilla	capilla	EX	BA	06030	38.8204	-5.0842	4
06613	Helechal	helechal	EX	BA	06018	38.7695	-5.1843	1
06614	Almorchon	almorchon	EX	BA	06023	38.7	-5.2833	4
06615	Nava, La (De Almorchon)	nava-la-de-almorchon	EX	BA	06018	38.7	-5.2833	4
06620	Esparragosa De Lares	esparragosa-de-lares	EX	BA	06048	38.9752	-5.2697	4
06630	Puebla De Alcocer	puebla-de-alcocer	EX	BA	06102	38.9865	-5.2563	4
06640	Talarrubias	talarrubias	EX	BA	06127	39.037	-5.2342	4
06650	Siruela	siruela	EX	BA	06125	38.9772	-5.0497	4
06655	Sancti-Spiritus	sancti-spiritus	EX	BA	06118	38.9259	-5.1467	4
06656	Garlitos	garlitos	EX	BA	06057	38.8802	-5.0476	4
06657	Risco	risco	EX	BA	06114	38.9259	-5.1467	4
06658	Tamurejo	tamurejo	EX	BA	06130	38.9833	-4.9333	4
06659	Baterno	baterno	EX	BA	06017	38.9558	-4.9104	4
06660	Fuenlabrada De Los Montes	fuenlabrada-de-los-montes	EX	BA	06051	39.1329	-4.9351	4
06670	Herrera Del Duque	herrera-del-duque	EX	BA	06063	39.1684	-5.0505	4
06678	Villarta De Los Montes	villarta-de-los-montes	EX	BA	06157	39.2139	-4.7923	4
06679	Peloche	peloche	EX	BA	06063	39.1886	-5.1357	4
06680	Castilblanco	castilblanco	EX	BA	06035	39.2849	-5.091	4
06689	Valdecaballeros	valdecaballeros	EX	BA	06137	39.2429	-5.19	4
06690	Garbayuela	garbayuela	EX	BA	06056	39.0496	-4.9986	4
06691	Pantano De Cijara	pantano-de-cijara	EX	BA		39.3904	-5.0042	4
06692	Helechosa De Los Montes	helechosa-de-los-montes	EX	BA	06062	39.3249	-4.7773	4
06700	Villanueva De La Serena	villanueva-de-la-serena	EX	BA	06153	38.9766	-5.7974	4
06710	Entrerrios	entrerrios	EX	BA	06153	39.0161	-5.8066	1
06711	Gargaligas	gargaligas	EX	BA	06044	39.0161	-5.8066	1
06712	Zurbaran	zurbaran	EX	BA	06153	39.0161	-5.8066	1
06713	Los Guadalperales	los-guadalperales	EX	BA	06001	39.0161	-5.8066	1
06714	La Haba	la-haba	EX	BA	06061	38.9193	-5.8003	4
06715	Rena	rena	EX	BA	06111	39.0525	-5.8087	4
06716	Villar De Rena	villar-de-rena	EX	BA	06156	39.0765	-5.8107	4
06717	Puebla De Alcollarin	puebla-de-alcollarin	EX	BA	06044	39.0161	-5.8066	1
06717	Palazuelo	palazuelo	EX	BA	06044	39.0161	-5.8066	1
06718	Castillo De La Encomienda	castillo-de-la-encomienda	EX	BA	06153	39.0161	-5.8066	1
06719	El Torviscal	el-torviscal	EX	BA		39.0161	-5.8066	1
06720	Valdivia	valdivia	EX	BA	06153	39.0457	-5.6118	1
06730	Acedera	acedera	EX	BA	06001	39.0768	-5.5738	4
06730	Obando	obando	EX	BA	06001	39.1155	-5.4956	4
06731	Vegas Altas	vegas-altas	EX	BA	06091	39.0962	-5.5347	1
06740	Orellana La Vieja	orellana-la-vieja	EX	BA	06097	39.0062	-5.5344	4
06750	Orellana De La Sierra	orellana-de-la-sierra	EX	BA	06096	39.0314	-5.4986	4
06760	Navalvillar De Pela	navalvillar-de-pela	EX	BA	06091	39.0944	-5.4681	4
06770	Casas De Don Pedro	casas-de-don-pedro	EX	BA	06033	39.1082	-5.3308	4
06800	Merida	merida	EX	BA	06083	38.9161	-6.3437	4
06810	Calamonte	calamonte	EX	BA	06025	38.8886	-6.3879	4
06820	Don Alvaro	don-alvaro	EX	BA	06043	38.8484	-6.2748	4
06830	La Zarza	la-zarza	EX	BA	06162	38.9242	-6.3414	1
06840	Alange	alange	EX	BA	06004	38.7849	-6.2457	4
06850	Arroyo De San Servan	arroyo-de-san-servan	EX	BA	06012	38.8544	-6.454	4
06860	Esparragalejo	esparragalejo	EX	BA	06046	38.9433	-6.4355	4
06870	La Garrovilla	la-garrovilla	EX	BA	06058	38.9196	-6.4775	4
06880	Torremayor	torremayor	EX	BA	06132	38.9014	-6.5386	4
06890	Valverde De Merida	valverde-de-merida	EX	BA	06145	38.9112	-6.22	4
06891	Mirandilla	mirandilla	EX	BA	06084	39.002	-6.2889	4
06892	Trujillanos	trujillanos	EX	BA	06135	38.9523	-6.2576	4
06893	San Pedro De Merida	san-pedro-de-merida	EX	BA	06119	38.9501	-6.1864	4
06894	Aljucen	aljucen	EX	BA	06009	39.0443	-6.3311	4
06894	El Carrascalejo	el-carrascalejo	EX	BA	06009	39.0228	-6.3373	4
06900	Llerena	llerena	EX	BA	06074	38.2333	-6.0167	4
06906	Puebla Del Maestre	puebla-del-maestre	EX	BA	06105	38.0833	-6.0833	4
06907	Pallares	pallares	EX	BA	06086	38.1167	-6.15	4
06908	Santa Maria La Nava	santa-maria-la-nava	EX	BA	06086	38.0167	-6.0833	4
06909	Trasierra	trasierra	EX	BA	06134	38.1833	-6	4
06910	Granja De Torrehermosa	granja-de-torrehermosa	EX	BA	06059	38.3167	-5.5833	4
06919	Peraleda Del Zaucejo	peraleda-del-zaucejo	EX	BA	06101	38.3167	-5.5833	1
06920	Azuaga	azuaga	EX	BA	06014	38.2667	-5.6833	4
06927	Valverde De Llerena	valverde-de-llerena	EX	BA	06144	38.2167	-5.8167	4
06928	Malcocinado	malcocinado	EX	BA	06077	38.1167	-5.6833	4
06929	La Cardenchosa	la-cardenchosa	EX	BA	06014	38.2333	-5.55	4
06930	Berlanga	berlanga	EX	BA	06019	38.2833	-5.8167	4
06939	Maguilla	maguilla	EX	BA	06076	38.3667	-5.8333	4
06940	Ahillones	ahillones	EX	BA	06003	38.2667	-5.85	4
06950	Villagarcia De La Torre	villagarcia-de-la-torre	EX	BA	06150	38.3	-6.0833	4
06960	Casas De Reina	casas-de-reina	EX	BA	06034	38.2	-5.9667	4
06970	Reina	reina	EX	BA	06110	38.1833	-5.95	4
06980	Fuente Del Arco	fuente-del-arco	EX	BA	06053	38.15	-5.9	4
13110	Bohonal	bohonal	EX	BA	13049	39.3249	-4.7773	4
10001	Caceres	caceres	EX	CC	10037	39.4765	-6.3722	4
10002	Caceres	caceres	EX	CC	10037	39.4765	-6.3722	4
10003	Caceres	caceres	EX	CC	10037	39.4765	-6.3722	4
10004	Caceres	caceres	EX	CC	10037	39.4765	-6.3722	4
10005	Caceres	caceres	EX	CC	10037	39.4765	-6.3722	4
10070	Caceres	caceres	EX	CC		39.4765	-6.3722	4
10071	Caceres	caceres	EX	CC		39.4765	-6.3722	4
10080	Caceres	caceres	EX	CC		39.4765	-6.3722	4
10100	Miajadas	miajadas	EX	CC	10121	39.1513	-5.9084	4
10109	Casar De Miajadas	casar-de-miajadas	EX	CC	10121	39.1513	-5.9084	1
10109	Alonso De Ojeda	alonso-de-ojeda	EX	CC	10121	39.1513	-5.9084	1
10110	Madrigalejo	madrigalejo	EX	CC	10112	39.1386	-5.6274	4
10120	Logrosan	logrosan	EX	CC	10109	39.3364	-5.4928	4
10126	Solana De Cabañas	solana-de-cabanas	EX	CC		39.3866	-5.477	1
10129	Berzocana	berzocana	EX	CC	10029	39.4367	-5.4612	4
10130	Zorita	zorita	EX	CC	10219	39.2852	-5.6997	4
10131	Valdemorales	valdemorales	EX	CC	10201	39.2059	-6.0662	4
10132	Almoharin	almoharin	EX	CC	10020	39.1768	-6.0428	4
10133	Escurial	escurial	EX	CC	10073	39.1686	-5.8847	4
10134	Pizarro	pizarro	EX	CC	10043	39.3027	-5.6616	1
10134	Campo Lugar	campo-lugar	EX	CC	10043	39.3027	-5.6616	1
10135	Alcollarin	alcollarin	EX	CC	10009	39.2447	-5.7392	4
10136	Cañamero	canamero	EX	CC	10044	39.38	-5.3886	4
10137	Alia	alia	EX	CC	10017	39.448	-5.2175	4
10137	La Calera	la-calera	EX	CC	10017	39.5127	-5.2543	4
10140	Guadalupe	guadalupe	EX	CC	10087	39.4508	-5.3259	4
10150	Centro Militar Santa Ana	centro-militar-santa-ana	EX	CC		39.3595	-6.0029	1
10160	Alcuescar	alcuescar	EX	CC	10010	39.1809	-6.2292	4
10161	Arroyomolinos	arroyomolinos	EX	CC	10023	39.2708	-6.2967	1
10162	Casas De Don Antonio	casas-de-don-antonio	EX	CC	10052	39.2358	-6.2914	4
10163	Aldea Del Cano	aldea-del-cano	EX	CC	10012	39.2887	-6.3181	4
10164	Valdesalor	valdesalor	EX	CC	10037	39.3778	-6.3483	4
10170	Montanchez	montanchez	EX	CC	10126	39.2255	-6.1491	4
10180	Valdefuentes	valdefuentes	EX	CC	10198	39.2743	-6.1218	4
10181	Sierra De Fuentes	sierra-de-fuentes	EX	CC	10177	39.44	-6.2724	4
10182	Torreorgaz	torreorgaz	EX	CC	10193	39.3831	-6.2494	4
10183	Torrequemada	torrequemada	EX	CC	10194	39.3666	-6.2205	4
10184	Torremocha	torremocha	EX	CC	10192	39.3457	-6.1733	4
10185	Benquerencia	benquerencia	EX	CC	10027	39.3099	-6.0846	4
10186	Torre De Santa Maria	torre-de-santa-maria	EX	CC	10188	39.2544	-6.1161	4
10187	Albala	albala	EX	CC	10007	39.2559	-6.1853	4
10188	Botija	botija	EX	CC		39.345	-6.0732	4
10189	Salvatierra De Santiago	salvatierra-de-santiago	EX	CC	10161	39.3036	-6.0321	4
10189	Santa Ana	santa-ana	EX	CC	10161	39.3082	-5.9903	4
10189	Zarza De Montanchez	zarza-de-montanchez	EX	CC	10161	39.2576	-6.0325	4
10190	La Perala	la-perala	EX	CC	10049	39.5611	-6.4194	3
10190	Casar De Caceres	casar-de-caceres	EX	CC	10049	39.5611	-6.4194	4
10191	Santiago Del Campo	santiago-del-campo	EX	CC	10170	39.6284	-6.3636	4
10192	Hinojal	hinojal	EX	CC	10098	39.709	-6.3557	4
10193	Talavan	talavan	EX	CC	10178	39.7171	-6.2815	4
10194	Monroy	monroy	EX	CC	10125	39.6369	-6.2086	4
10195	Caceres	caceres	EX	CC	10037	39.45	-6.3833	3
10195	Aldea Moret	aldea-moret	EX	CC	10037	39.45	-6.3833	4
10195	Nacional 630, Del Km. 214 Al 216 (Carretera)	nacional-630-del-km-214-al-216-carretera	EX	CC	10037	39.45	-6.3833	3
10198	Santa Marta De Magasca	santa-marta-de-magasca	EX	CC	10168	39.5115	-6.0988	4
10199	Rincon De Ballesteros	rincon-de-ballesteros	EX	CC	10037	39.602	-6.3016	1
10200	Trujillo	trujillo	EX	CC	10195	39.4579	-5.882	4
10210	Madroñera	madronera	EX	CC	10113	39.4253	-5.7557	4
10220	Pago De San Clemente	pago-de-san-clemente	EX	CC	10195	39.3981	-5.8495	1
10230	Herguijuela	herguijuela	EX	CC	10092	39.3745	-5.76	4
10240	Conquista De La Sierra	conquista-de-la-sierra	EX	CC	10066	39.3507	-5.7346	4
10250	Garciaz	garciaz	EX	CC	10077	39.4129	-5.6282	4
10251	Aldeacentenera	aldeacentenera	EX	CC	10011	39.5272	-5.6294	4
10252	Torrecilla De La Tiesa	torrecilla-de-la-tiesa	EX	CC	10186	39.5684	-5.7424	4
10260	Santa Cruz De La Sierra	santa-cruz-de-la-sierra	EX	CC	10166	39.3363	-5.8456	4
10261	Puerto De Santa Cruz	puerto-de-santa-cruz	EX	CC	10158	39.3163	-5.8588	4
10262	Abertura	abertura	EX	CC	10002	39.2435	-5.8139	4
10263	Villamesias	villamesias	EX	CC	10209	39.2457	-5.8731	4
10269	Robledillo De Trujillo	robledillo-de-trujillo	EX	CC	10158	39.2696	-5.98	4
10270	La Cumbre	la-cumbre	EX	CC	10069	39.4046	-5.9764	4
10271	Plasenzuela	plasenzuela	EX	CC	10149	39.3819	-6.0479	4
10272	Ruanes	ruanes	EX	CC		39.3281	-6.0135	4
10280	Ibahernando	ibahernando	EX	CC	10102	39.3254	-5.9183	4
10290	Huertas De Animas	huertas-de-animas	EX	CC	10195	39.4801	-5.8759	4
10291	La Aldea Del Obispo	la-aldea-del-obispo	EX	CC	10013	39.5635	-5.9113	4
10291	Huertas De La Magdalena	huertas-de-la-magdalena	EX	CC	10013	39.4695	-5.8983	4
10292	Belen	belen	EX	CC	10195	39.4814	-5.8444	4
10300	Navalmoral De La Mata	navalmoral-de-la-mata	EX	CC	10131	39.8916	-5.5406	4
10310	Talayuela	talayuela	EX	CC	10180	39.987	-5.6098	4
10317	Vegas De Mesillas	vegas-de-mesillas	EX	CC	10065	40.0218	-5.6192	1
10318	Santa Maria De Las Lomas	santa-maria-de-las-lomas	EX	CC	10905	40.0606	-5.3783	3
10318	Pueblonuevo De Miramontes	pueblonuevo-de-miramontes	EX	CC	10905	40.0606	-5.3783	4
10318	Barquilla De Pinares	barquilla-de-pinares	EX	CC	10905	40.0606	-5.3783	3
10318	Huertas De Miramontes	huertas-de-miramontes	EX	CC	10905	40.0606	-5.3783	3
10318	La Barquilla	la-barquilla	EX	CC	10905	40.0606	-5.3783	3
10319	Tietar	tietar	EX	CC	10180	40.0179	-5.8695	4
10319	El Centenillo	el-centenillo	EX	CC	10180	40.0179	-5.8695	3
10320	Bohonal De Ibor	bohonal-de-ibor	EX	CC	10030	39.7846	-5.485	4
10328	Fresnedoso De Ibor	fresnedoso-de-ibor	EX	CC	10075	39.6842	-5.509	4
10329	Mesas De Ibor	mesas-de-ibor	EX	CC	10197	39.7559	-5.5464	4
10329	Campillo De Deleitosa	campillo-de-deleitosa	EX	CC	10197	39.703	-5.5744	4
10329	Valdecañas De Tajo	valdecanas-de-tajo	EX	CC	10197	39.7592	-5.6195	4
10329	Valdemoreno	valdemoreno	EX	CC	10197	39.7393	-5.5801	3
10330	Villar Del Pedroso	villar-del-pedroso	EX	CC	10213	39.7063	-5.1958	4
10331	Carrascalejo	carrascalejo	EX	CC	10048	39.6333	-5.2167	4
10331	Navatrasierra	navatrasierra	EX	CC	10048	39.6057	-5.2421	4
10332	Valdelacasa De Tajo	valdelacasa-de-tajo	EX	CC	10197	39.7259	-5.283	4
10333	Garvin	garvin	EX	CC	10083	39.7198	-5.3468	4
10334	Peraleda De San Roman	peraleda-de-san-roman	EX	CC	10141	39.7413	-5.3873	4
10335	Peraleda De La Mata	peraleda-de-la-mata	EX	CC	10140	39.8529	-5.4606	4
10340	Castañar De Ibor	castanar-de-ibor	EX	CC	10060	39.6284	-5.4171	4
10341	Navalvillar De Ibor	navalvillar-de-ibor	EX	CC	10132	39.5839	-5.4133	4
10350	Almaraz	almaraz	EX	CC	10019	39.8142	-5.677	4
10359	Romangordo	romangordo	EX	CC	10097	39.742	-5.7008	4
10359	Higuera	higuera	EX	CC	10097	39.7255	-5.6669	4
10360	Casas De Miravete	casas-de-miravete	EX	CC	10057	39.7269	-5.7436	4
10370	Deleitosa	deleitosa	EX	CC	10093	39.6436	-5.6458	4
10371	Robledollano	robledollano	EX	CC	10159	39.6096	-5.5085	4
10372	Retamosa	retamosa	EX	CC	10033	39.5703	-5.5407	4
10373	Roturas	roturas	EX	CC	10033	39.5562	-5.4773	4
10373	Cabañas Del Castillo	cabanas-del-castillo	EX	CC	10033	39.548	-5.512	4
10374	Navezuelas	navezuelas	EX	CC	10134	39.5092	-5.4377	4
10380	Jaraicejo	jaraicejo	EX	CC	10103	39.6662	-5.8131	4
10390	Saucedilla	saucedilla	EX	CC	10173	39.8528	-5.6778	4
10391	Rosalejo	rosalejo	EX	CC	10901	39.4333	-4.9	4
10392	El Gordo	el-gordo	EX	CC	10028	39.8656	-5.3434	4
10392	Berrocalejo	berrocalejo	EX	CC	10028	39.8195	-5.3495	4
10393	Valdehuncar	valdehuncar	EX	CC	10199	39.8366	-5.5231	4
10394	Casas De Belvis	casas-de-belvis	EX	CC	10026	39.8341	-5.595	3
10394	Millanes	millanes	EX	CC	10026	39.8492	-5.5808	4
10394	Belvis De Monroy	belvis-de-monroy	EX	CC	10026	39.8191	-5.6092	4
10396	Central Nuclear De Almaraz	central-nuclear-de-almaraz	EX	CC		39.7823	-5.4263	1
10400	Jaraiz De La Vera	jaraiz-de-la-vera	EX	CC	10104	40.06	-5.7543	4
10410	Arroyomolinos De La Vera	arroyomolinos-de-la-vera	EX	CC	10022	40.0528	-5.8511	4
10411	Pasaron De La Vera	pasaron-de-la-vera	EX	CC	10138	40.0517	-5.8212	4
10412	Garganta La Olla	garganta-la-olla	EX	CC	10079	40.1105	-5.7767	4
10413	Torremenga	torremenga	EX	CC	10191	40.0466	-5.7747	4
10414	Collado	collado	EX	CC	10065	40.0573	-5.7205	4
10420	Tejeda	tejeda	EX	CC	10181	40.0179	-5.8695	4
10430	Cuacos De Yuste	cuacos-de-yuste	EX	CC	10068	40.1054	-5.724	4
10440	Aldeanueva De La Vera	aldeanueva-de-la-vera	EX	CC	10014	40.1271	-5.7015	4
10450	Jarandilla	jarandilla	EX	CC	10105	40.1291	-5.6608	4
10459	Guijo De Santa Barbara	guijo-de-santa-barbara	EX	CC	10091	40.1541	-5.6541	4
10460	Losar De La Vera	losar-de-la-vera	EX	CC	10110	40.1216	-5.6045	4
10470	Villanueva De La Vera	villanueva-de-la-vera	EX	CC	10212	40.13	-5.4625	4
10480	Madrigal De La Vera	madrigal-de-la-vera	EX	CC	10111	40.1476	-5.3682	4
10490	Valverde De La Vera	valverde-de-la-vera	EX	CC	10212	40.1227	-5.4954	4
10491	Talaveruela	talaveruela	EX	CC	10179	40.1219	-5.5184	4
10492	Viandar De La Vera	viandar-de-la-vera	EX	CC	10206	40.1219	-5.5359	4
10493	Robledillo De La Vera	robledillo-de-la-vera	EX	CC	10157	40.1009	-5.589	4
10500	Valencia De Alcantara	valencia-de-alcantara	EX	CC	10203	39.4115	-7.2443	4
10510	Santiago De Alcantara	santiago-de-alcantara	EX	CC	10169	39.6066	-7.244	4
10511	Carbajo	carbajo	EX	CC	10046	39.6033	-7.1956	4
10512	Herrera De Alcantara	herrera-de-alcantara	EX	CC	10094	39.6387	-7.4062	4
10513	Cedillo	cedillo	EX	CC	10062	39.651	-7.4982	4
10514	Las Huertas De Cansa	las-huertas-de-cansa	EX	CC	10203	39.6249	-7.336	1
10514	El Pino	el-pino	EX	CC	10203	39.6249	-7.336	1
10515	Jola	jola	EX	CC	10203	39.6249	-7.336	1
10515	Aceña La Borrega	acena-la-borrega	EX	CC	10203	39.6249	-7.336	1
10516	La Fontañera	la-fontanera	EX	CC	10203	39.6249	-7.336	1
10519	Las Lanchuelas	las-lanchuelas	EX	CC	10203	39.6249	-7.336	1
10520	Casatejada	casatejada	EX	CC	10182	39.8864	-5.6819	4
10521	Toril	toril	EX	CC		39.8975	-5.7795	4
10528	Serrejon	serrejon	EX	CC	10176	39.8174	-5.8026	4
10529	Majadas	majadas	EX	CC	10114	39.9429	-5.7459	4
10530	Serradilla	serradilla	EX	CC	10175	39.8292	-6.1403	4
10540	Mirabel	mirabel	EX	CC	10123	39.8623	-6.2327	4
10550	Aliseda	aliseda	EX	CC	10018	39.4233	-6.6923	4
10560	Herreruela	herreruela	EX	CC	10095	39.4626	-6.9061	4
10570	Salorino	salorino	EX	CC	10162	39.4802	-7.0076	4
10580	Membrio	membrio	EX	CC	10119	39.527	-7.0538	4
10590	Monfrague	monfrague	EX	CC	10116	39.8744	-6.1184	1
10591	Salto De Torrejon	salto-de-torrejon	EX	CC	10182	39.9313	-5.9072	3
10591	La Herguijuela	la-herguijuela	EX	CC	10182	39.9313	-5.9072	3
10591	La Bazagona	la-bazagona	EX	CC	10182	39.9313	-5.9072	4
10592	Casas De Millan	casas-de-millan	EX	CC	10056	39.8176	-6.3297	4
10600	Plasencia	plasencia	EX	CC	10148	40.0312	-6.0884	4
10610	Cabezuela Del Valle	cabezuela-del-valle	EX	CC	10035	40.1936	-5.8065	4
10611	Tornavacas	tornavacas	EX	CC	10183	40.255	-5.6888	4
10612	Jerte	jerte	EX	CC	10107	40.2227	-5.7501	4
10613	Navaconcejo	navaconcejo	EX	CC	10130	40.1771	-5.8311	4
10614	Valdastillas	valdastillas	EX	CC	10196	40.1329	-5.8793	4
10615	Piornal	piornal	EX	CC	10147	40.1173	-5.8479	4
10616	Casas Del Castañar	casas-del-castanar	EX	CC	10054	40.1078	-5.9051	4
10616	Cabrero	cabrero	EX	CC	10054	40.1132	-5.8929	4
10617	Rebollar	rebollar	EX	CC	10184	40.1539	-5.8996	4
10617	El Torno	el-torno	EX	CC	10184	40.136	-5.9443	4
10620	Caminomorisco	caminomorisco	EX	CC	10041	40.3272	-6.2892	4
10623	Arrolobos	arrolobos	EX	CC	10041	40.3789	-6.1649	4
10623	Vegas De Coria	vegas-de-coria	EX	CC	10041	40.3853	-6.1825	4
10624	Riomalo De Abajo	riomalo-de-abajo	EX	CC	10108	40.4047	-6.0851	4
10624	Las Mestas	las-mestas	EX	CC	10108	40.4255	-6.146	4
10625	Ladrillar	ladrillar	EX	CC	10108	40.4658	-6.2243	4
10625	Riomalo De Arriba	riomalo-de-arriba	EX	CC	10108	40.45	-6.25	4
10625	Cabezo	cabezo	EX	CC	10108	40.4494	-6.1876	4
10626	Nuñomoral	nunomoral	EX	CC	10135	40.4069	-6.2464	4
10627	El Gasco	el-gasco	EX	CC	10135	40.3978	-6.3192	4
10627	Fragosa	fragosa	EX	CC	10135	40.3972	-6.3005	4
10627	Cerezal	cerezal	EX	CC	10135	40.4044	-6.2562	4
10627	Martilandran	martilandran	EX	CC	10135	40.3992	-6.2955	4
10628	Heras	heras	EX	CC	10051	40.4375	-6.287	3
10628	Asegur	asegur	EX	CC	10051	40.425	-6.2747	4
10628	Huetre	huetre	EX	CC	10051	40.4436	-6.3054	4
10628	Robledo (Casares De Las Hurdes)	robledo-casares-de-las-hurdes	EX	CC	10051	40.4375	-6.287	3
10628	Casares De Las Hurdes	casares-de-las-hurdes	EX	CC	10051	40.4333	-6.2833	4
10628	Carabusino	carabusino	EX	CC	10051	40.4479	-6.2844	4
10629	Huerta	huerta	EX	CC	10041	40.3366	-6.2788	4
10629	Cambroncino	cambroncino	EX	CC	10041	40.3438	-6.2336	4
10629	Rubiaco	rubiaco	EX	CC	10041	40.4041	-6.2088	4
10629	Cambron	cambron	EX	CC	10041	40.3457	-6.2602	4
10630	Pedro Muñoz	pedro-munoz	EX	CC	10041	40.2907	-6.3338	4
10630	Pinofranqueado	pinofranqueado	EX	CC	10041	40.3035	-6.3318	4
10638	Erias	erias	EX	CC	10146	40.3702	-6.3942	4
10638	Mesegal	mesegal	EX	CC	10146	40.3131	-6.3172	4
10638	Horcajo	horcajo	EX	CC	10146	40.3625	-6.3609	4
10638	Castillo	castillo	EX	CC	10146	40.3549	-6.3798	4
10638	Muela	muela	EX	CC	10146	40.3568	-6.3681	3
10638	Aldehuela	aldehuela	EX	CC	10146	40.3832	-6.3882	4
10639	Sauceda	sauceda	EX	CC	10146	40.3039	-6.3589	4
10639	Ovejuela	ovejuela	EX	CC	10146	40.3116	-6.4387	4
10640	Casar De Palomero	casar-de-palomero	EX	CC	10050	40.2948	-6.257	4
10649	Rivera Oveja	rivera-oveja	EX	CC	10050	40.3052	-6.2219	4
10649	La Pesga	la-pesga	EX	CC	10050	40.3263	-6.176	4
10649	Azabal	azabal	EX	CC	10050	40.2973	-6.2995	4
10650	Ahigal	ahigal	EX	CC	10006	40.1895	-6.1882	4
10660	Palomero	palomero	EX	CC	10136	40.2469	-6.2771	4
10661	El Bronco	el-bronco	EX	CC	10167	40.2196	-6.3157	4
10661	Santa Cruz De Paniagua	santa-cruz-de-paniagua	EX	CC	10167	40.1917	-6.34	4
10662	Marchagaz	marchagaz	EX	CC	10117	40.2677	-6.2748	4
10663	Cerezo	cerezo	EX	CC	10063	40.2368	-6.2276	4
10664	Mohedas De Granadilla	mohedas-de-granadilla	EX	CC	10124	40.1994	-6.2492	1
10665	Guijo De Granadilla	guijo-de-granadilla	EX	CC	10090	40.1935	-6.1634	4
10666	Santibañez El Bajo	santibanez-el-bajo	EX	CC	10172	40.1764	-6.2244	4
10666	Aceituna	aceituna	EX	CC	10172	40.1501	-6.3329	4
10667	Oliva De Plasencia	oliva-de-plasencia	EX	CC	10136	40.1123	-6.0865	4
10670	Carcaboso	carcaboso	EX	CC	10047	40.0497	-6.2138	4
10671	Valderrosas	valderrosas	EX	CC	10016	40.0087	-6.21	3
10671	Pradochano	pradochano	EX	CC	10016	40.0041	-6.1811	4
10671	Aldehuela De Jerte	aldehuela-de-jerte	EX	CC	10016	40.0133	-6.239	4
10672	Valdeobispo	valdeobispo	EX	CC	10202	40.083	-6.2476	4
10680	Malpartida De Plasencia	malpartida-de-plasencia	EX	CC	10116	39.9796	-6.0461	4
10690	Alagon Del Rio	alagon-del-rio	EX	CC	10903	39.9436	-6.0704	1
10690	San Gil	san-gil	EX	CC	10903	39.9436	-6.0704	1
10690	El Rincon	el-rincon	EX	CC	10903	39.9436	-6.0704	1
10691	Sartalejo	sartalejo	EX	CC	10076	39.9764	-6.2678	3
10691	Galisteo	galisteo	EX	CC	10076	39.9764	-6.2678	4
10692	El Batan	el-batan	EX	CC	10089	39.9436	-6.0704	1
10693	Riolobos	riolobos	EX	CC	10155	39.9207	-6.304	4
10694	Torrejon El Rubio	torrejon-el-rubio	EX	CC	10182	39.7707	-6.0126	4
10695	Villarreal De San Carlos	villarreal-de-san-carlos	EX	CC	10175	39.8475	-6.0295	4
10696	Garguera	garguera	EX	CC	10081	40.0613	-5.9278	4
10696	Barrado	barrado	EX	CC	10081	40.0848	-5.8807	4
10697	Haza De La Concepcion	haza-de-la-concepcion	EX	CC	10181	39.9436	-6.0704	1
10697	Valdeiñigos	valdeinigos	EX	CC	10181	39.9436	-6.0704	1
10700	Hervas	hervas	EX	CC	10096	40.2708	-5.8672	4
10710	Zarza De Granadilla	zarza-de-granadilla	EX	CC	10216	40.2372	-6.0485	4
10711	La Granja	la-granja	EX	CC	10086	40.2393	-5.9948	4
10712	Pantano De Gabriel Y Galan	pantano-de-gabriel-y-galan	EX	CC	10090	40.2383	-6.0217	1
10720	Villar De Plasencia	villar-de-plasencia	EX	CC	10214	40.1377	-6.0279	4
10728	Jarilla	jarilla	EX	CC	10106	40.1716	-6.0028	4
10729	Cabezabellosa	cabezabellosa	EX	CC	10034	40.1376	-6.0009	4
10730	Casas Del Monte	casas-del-monte	EX	CC	10055	40.2032	-5.9615	4
10739	Segura De Toro	segura-de-toro	EX	CC	10174	40.2243	-5.9484	4
10740	Aldeanueva Del Camino	aldeanueva-del-camino	EX	CC	10015	40.2598	-5.9289	4
10748	Abadia	abadia	EX	CC	10001	40.2592	-5.9783	4
10749	Gargantilla	gargantilla	EX	CC	10080	40.2484	-5.9207	4
10750	Baños De Montemayor	banos-de-montemayor	EX	CC	10024	40.3167	-5.8601	4
10759	La Garganta	la-garganta	EX	CC	10078	40.3289	-5.8232	4
10800	Coria	coria	EX	CC	10067	39.9879	-6.5377	4
10810	Montehermoso	montehermoso	EX	CC	10198	40.088	-6.3498	4
10811	Rincon Del Obispo	rincon-del-obispo	EX	CC	10067	40.0188	-6.3975	3
10811	Morcillo	morcillo	EX	CC	10067	40.0188	-6.3975	4
10811	Valrio	valrio	EX	CC	10067	40.0188	-6.3975	3
10811	Puebla De Argeme	puebla-de-argeme	EX	CC	10067	40.0188	-6.3975	3
10812	Villanueva De La Sierra	villanueva-de-la-sierra	EX	CC	10211	40.2016	-6.4061	4
10813	Pozuelo De Zarzon	pozuelo-de-zarzon	EX	CC	10152	40.148	-6.4146	4
10814	Villa Del Campo	villa-del-campo	EX	CC	10207	40.1422	-6.4268	4
10815	Guijo De Coria	guijo-de-coria	EX	CC	10088	40.101	-6.4638	4
10816	Guijo De Galisteo	guijo-de-galisteo	EX	CC	10053	40.0938	-6.4101	4
10817	Calzadilla	calzadilla	EX	CC	10040	40.0601	-6.5333	4
10818	Casas De Don Gomez	casas-de-don-gomez	EX	CC	10053	40.0093	-6.6007	4
10818	Casillas De Coria	casillas-de-coria	EX	CC	10053	39.9654	-6.6371	4
10820	Cañaveral	canaveral	EX	CC	10045	39.792	-6.3913	4
10828	Portezuelo	portezuelo	EX	CC	10151	39.8123	-6.4743	4
10829	Pajares De La Rivera	pajares-de-la-rivera	EX	CC	10099	39.8544	-6.3711	3
10829	Holguera	holguera	EX	CC	10099	39.8992	-6.35	4
10829	Grimaldo	grimaldo	EX	CC	10099	39.8389	-6.3506	4
10829	Pedroso De Acim	pedroso-de-acim	EX	CC	10099	39.8252	-6.4125	4
10830	Torrejoncillo	torrejoncillo	EX	CC	10189	39.8968	-6.4671	4
10839	Valdencin	valdencin	EX	CC	10189	39.8968	-6.4671	1
10840	Moraleja	moraleja	EX	CC	10128	40.0162	-6.6977	4
10848	Vegaviana	vegaviana	EX	CC	10902	40.0613	-6.6378	1
10849	Huelaga	huelaga	EX	CC	10084	40.0558	-6.6157	4
10849	La Moheda De Gata	la-moheda-de-gata	EX	CC	10084	40.0558	-6.6157	3
10850	Hoyos	hoyos	EX	CC	10100	40.1715	-6.7209	4
10857	Acebo	acebo	EX	CC	10003	40.2011	-6.7169	4
10858	Villasbuenas De Gata	villasbuenas-de-gata	EX	CC	10215	40.1788	-6.6264	4
10859	Santibañez El Alto	santibanez-el-alto	EX	CC	10171	40.1853	-6.5478	4
10860	Gata	gata	EX	CC	10084	40.2376	-6.5968	4
10864	Torre De Don Miguel	torre-de-don-miguel	EX	CC	10187	40.2233	-6.5769	4
10865	Cadalso	cadalso	EX	CC	10039	40.2374	-6.5408	4
10866	Descargamaria	descargamaria	EX	CC	10071	40.3045	-6.4867	4
10867	Robledillo De Gata	robledillo-de-gata	EX	CC	10156	40.3223	-6.4713	4
10868	Hernan-Perez	hernan-perez	EX	CC	10093	40.2125	-6.4648	4
10869	Torrecilla De Los Angeles	torrecilla-de-los-angeles	EX	CC	10185	40.2479	-6.4161	4
10870	Ceclavin	ceclavin	EX	CC	10061	39.8223	-6.7733	4
10879	Acehuche	acehuche	EX	CC	10004	39.8026	-6.6337	4
10880	Zarza La Mayor	zarza-la-mayor	EX	CC	10084	39.8769	-6.8621	4
10881	Cachorrilla	cachorrilla	EX	CC	10038	39.9156	-6.6691	4
10882	Pescueza	pescueza	EX	CC	10143	39.9181	-6.6459	4
10883	Portaje	portaje	EX	CC	10150	39.9176	-6.5622	4
10890	Valverde Del Fresno	valverde-del-fresno	EX	CC	10205	40.2221	-6.8785	4
10891	Eljas	eljas	EX	CC	10072	40.2165	-6.8462	4
10892	San Martin De Trevejo	san-martin-de-trevejo	EX	CC	10164	40.2124	-6.7953	4
10893	Villamiel	villamiel	EX	CC	10210	40.1863	-6.7842	4
10894	Trevejo	trevejo	EX	CC	10210	40.1728	-6.7789	4
10895	Cilleros	cilleros	EX	CC	10064	40.1149	-6.7926	4
10896	Perales Del Puerto	perales-del-puerto	EX	CC	10142	40.156	-6.6819	4
10900	Arroyo De La Luz	arroyo-de-la-luz	EX	CC	10021	39.4851	-6.584	4
10910	Malpartida De Caceres	malpartida-de-caceres	EX	CC	10115	39.4466	-6.5076	4
10930	Navas Del Madroño	navas-del-madrono	EX	CC	10133	39.6229	-6.6526	4
10940	Garrovillas De Alconetar	garrovillas-de-alconetar	EX	CC	10082	39.7108	-6.5503	4
10950	Brozas	brozas	EX	CC	10032	39.6128	-6.7777	4
10960	Villa Del Rey	villa-del-rey	EX	CC	10208	39.6596	-6.8212	4
10970	Mata De Alcantara	mata-de-alcantara	EX	CC	10118	39.7174	-6.8182	4
10980	Alcantara	alcantara	EX	CC	10008	39.7189	-6.8838	4
10990	Estorninos	estorninos	EX	CC	10008	39.7401	-6.933	4
10991	Piedras Albas	piedras-albas	EX	CC	10145	39.7842	-6.9259	4
15001	A Coruña	a-coruna	GA	C	15030	42.3749	-7.8049	1
15002	A Coruña	a-coruna	GA	C	15030	42.3749	-7.8049	1
15003	A Coruña	a-coruna	GA	C	15030	42.3749	-7.8049	1
15004	A Coruña	a-coruna	GA	C	15030	42.3749	-7.8049	1
15005	A Coruña	a-coruna	GA	C	15030	42.3749	-7.8049	1
15006	A Coruña	a-coruna	GA	C	15030	42.3749	-7.8049	1
15007	A Coruña	a-coruna	GA	C	15030	42.3749	-7.8049	1
15008	Castro De Elviña (Carretera)	castro-de-elvina-carretera	GA	C	15030	42.3749	-7.8049	1
15008	Birloque, O	birloque-o	GA	C	15030	42.3749	-7.8049	1
15008	Cabana, A (Coruña, A)	cabana-a-coruna-a	GA	C	15030	42.3749	-7.8049	1
15008	Martinete, O (Viñas)	martinete-o-vinas	GA	C	15030	42.3749	-7.8049	1
15008	San Cristobal Das Viñas	san-cristobal-das-vinas	GA	C	15030	42.3749	-7.8049	1
15008	San Vicente De Elviña	san-vicente-de-elvina	GA	C	15030	42.3749	-7.8049	1
15008	A Coruña	a-coruna	GA	C	15030	42.3749	-7.8049	1
15009	A Coruña	a-coruna	GA	C	15030	42.3749	-7.8049	1
15009	Casanova De Eiris	casanova-de-eiris	GA	C	15030	42.3749	-7.8049	1
15009	Curramontes	curramontes	GA	C	15030	42.3749	-7.8049	1
15009	Monserrat (Avenida)	monserrat-avenida	GA	C	15030	42.3749	-7.8049	1
15010	San Pedro De Visma (Lugar)	san-pedro-de-visma-lugar	GA	C	15030	42.3749	-7.8049	4
15010	A Coruña	a-coruna	GA	C	15030	42.3749	-7.8049	3
15010	Camiño De Penamoa	camino-de-penamoa	GA	C	15030	42.3749	-7.8049	3
15011	A Coruña	a-coruna	GA	C	15030	42.3749	-7.8049	1
15070	A Coruña	a-coruna	GA	C		42.3749	-7.8049	1
15071	A Coruña	a-coruna	GA	C		42.3749	-7.8049	1
15080	A Coruña	a-coruna	GA	C		42.3749	-7.8049	1
15100	Poligono Industrial Bertoa	poligono-industrial-bertoa	GA	C	15019	43.213	-8.691	3
15100	Carballo	carballo	GA	C	15019	43.213	-8.691	4
15102	Ponte Rosende, A (San Xoan De Carballo-Carballo)	ponte-rosende-a-san-xoan-de-carballo-carballo	GA	C	15019	43.2062	-8.6714	1
15102	Revolta, A (San Xoan De Carballo-Carballo)	revolta-a-san-xoan-de-carballo-carballo	GA	C	15019	43.2062	-8.6714	1
15102	Carballo (San Xoan)	carballo-san-xoan	GA	C	15019	43.2062	-8.6714	1
15102	Monte, O (San Xoan De Carballo-Carballo)	monte-o-san-xoan-de-carballo-carballo	GA	C	15019	43.2062	-8.6714	1
15102	Loureiros, Os (San Xoan De Carballo-Carballo)	loureiros-os-san-xoan-de-carballo-carballo	GA	C	15019	43.2062	-8.6714	1
15102	Brea, A (Carballo)	brea-a-carballo	GA	C	15019	43.2062	-8.6714	1
15105	Miron (Bertoa)	miron-bertoa	GA	C	15019	43.2258	-8.6784	4
15105	Lema (San Cristovo)	lema-san-cristovo	GA	C	15019	43.2258	-8.6784	3
15291	Louro	louro	GA	C	15053	42.7614	-9.0842	4
15105	Castrillon (San Cristovo De Lema-Carballo)	castrillon-san-cristovo-de-lema-carballo	GA	C	15019	43.2258	-8.6784	3
15105	Imende, A (Santa Maria De Noicela-Carballo)	imende-a-santa-maria-de-noicela-carballo	GA	C	15019	43.2258	-8.6784	3
15105	Vilela (San Miguel)	vilela-san-miguel	GA	C	15019	43.2258	-8.6784	3
15105	Noicela (Santa Maria)	noicela-santa-maria	GA	C	15019	43.2258	-8.6784	3
15106	Sisto, O (Sisamo)	sisto-o-sisamo	GA	C	15019	43.2167	-8.7167	4
15106	Goians (Santo Estevo)	goians-santo-estevo	GA	C	15019	43.2167	-8.7167	3
15106	Sisamo (Carballo)	sisamo-carballo	GA	C	15019	43.2167	-8.7167	3
15106	Xoane (Santo Estevo De Goians-Carballo)	xoane-santo-estevo-de-goians-carballo	GA	C	15019	43.2167	-8.7167	3
15106	Xoane Da Estrada	xoane-da-estrada	GA	C	15019	43.2167	-8.7167	3
15106	Vilares, Os (Carballo)	vilares-os-carballo	GA	C	15019	43.2167	-8.7167	3
15107	Razo Da Costa	razo-da-costa	GA	C	15019	43.2854	-8.7198	4
15107	Vilar Do Carballo (San Breixo De Oza-Carballo)	vilar-do-carballo-san-breixo-de-oza-carballo	GA	C	15019	43.2663	-8.7273	3
15107	Cances Grande	cances-grande	GA	C	15019	43.2473	-8.7348	4
15107	Razo (San Martiño)	razo-san-martino	GA	C	15019	43.2663	-8.7273	3
15107	Netoma	netoma	GA	C	15019	43.2663	-8.7273	3
15107	Cances (San Martiño)	cances-san-martino	GA	C	15019	43.2663	-8.7273	3
15107	Arnados	arnados	GA	C	15019	43.2663	-8.7273	3
15107	Cances Da Vila (San Martiño De Cances-Carballo)	cances-da-vila-san-martino-de-cances-carballo	GA	C	15019	43.2663	-8.7273	3
15107	Oza (San Breixo)	oza-san-breixo	GA	C	15019	43.2663	-8.7273	3
15108	Vilarnovo (San Lorenzo De Berdillo-Carballo)	vilarnovo-san-lorenzo-de-berdillo-carballo	GA	C	15019	43.2167	-8.6333	4
15108	Berdillo (San Lourenzo)	berdillo-san-lourenzo	GA	C	15019	43.2063	-8.6479	3
15108	Bertoa (Santa Maria)	bertoa-santa-maria	GA	C	15019	43.15	-8.6	4
15108	Bolon (San Salvador De Sofan-Carballo)	bolon-san-salvador-de-sofan-carballo	GA	C	15019	43.2	-8.6333	4
15108	Moucho, O (San Lourenzo De Berdillo-Carballo)	moucho-o-san-lourenzo-de-berdillo-carballo	GA	C	15019	43.2063	-8.6479	3
15108	Fondal, O (Santa Maria De Bertoa-Carballo)	fondal-o-santa-maria-de-bertoa-carballo	GA	C	15019	43.2258	-8.6784	4
15108	Paradela (San Salvador De Sofan-Carballo)	paradela-san-salvador-de-sofan-carballo	GA	C	15019	43.2	-8.6333	4
15108	Aldemunde (Santa Maria Madanela)	aldemunde-santa-maria-madanela	GA	C	15019	43.2063	-8.6479	3
15108	Rega, A (Santa Maria De Bertoa-Carballo)	rega-a-santa-maria-de-bertoa-carballo	GA	C	15019	43.2258	-8.6784	4
15108	Añon De Berdillo, O (San Lourenzo De Berdillo-Carballo)	anon-de-berdillo-o-san-lourenzo-de-berdillo-carballo	GA	C	15019	43.2063	-8.6479	3
15108	Queo De Abaixo (Santa Maria De Bertoa-Carballo)	queo-de-abaixo-santa-maria-de-bertoa-carballo	GA	C	15019	43.2258	-8.6784	4
15108	Sofan (San Salvador)	sofan-san-salvador	GA	C	15019	43.2063	-8.6479	3
15108	Requeixo	requeixo	GA	C	15019	43.2063	-8.6479	3
15109	Baris (Santa Maria De Rus-Carballo)	baris-santa-maria-de-rus-carballo	GA	C	15019	43.15	-8.6667	4
15109	Vivente (Santa Maria De Ardaña-Carballo)	vivente-santa-maria-de-ardana-carballo	GA	C	15019	43.1833	-8.6667	4
15109	Entrecruces (San Xens)	entrecruces-san-xens	GA	C	15019	43.1667	-8.6667	3
15109	Canosa, A (Santa Maria De Rus-Carballo)	canosa-a-santa-maria-de-rus-carballo	GA	C	15019	43.15	-8.6667	4
15109	Quintans (Santa Maria De Ardaña-Carballo)	quintans-santa-maria-de-ardana-carballo	GA	C	15019	43.1833	-8.6667	4
15109	San Paio (San Xens De Entrecruces-Carballo)	san-paio-san-xens-de-entrecruces-carballo	GA	C	15019	43.1667	-8.6667	3
15109	Entrecruces Baja	entrecruces-baja	GA	C	15019	43.1667	-8.6667	3
15109	Feira De Berdillo, A (San Xurxo De Artes-Carballo)	feira-de-berdillo-a-san-xurxo-de-artes-carballo	GA	C	15019	43.1667	-8.6667	3
15109	Rus (Santa Maria)	rus-santa-maria	GA	C	15019	43.1667	-8.6667	3
15109	Ardaña (Santa Maria)	ardana-santa-maria	GA	C	15019	43.1667	-8.6667	3
15109	Rebordelos (San Salvador)	rebordelos-san-salvador	GA	C	15019	43.1667	-8.6667	3
15109	Artes (San Xurxo)	artes-san-xurxo	GA	C	15019	43.1667	-8.6667	3
15110	Couto (Cospindo - Ponteceso)	couto-cospindo-ponteceso	GA	C	15068	43.25	-8.9167	4
15110	Trabe (Tella - Ponteceso)	trabe-tella-ponteceso	GA	C	15068	43.25	-8.8833	4
15110	Xornes (Xornes - Ponteceso)	xornes-xornes-ponteceso	GA	C	15068	43.25	-8.9	3
15110	Tallo (Ponteceso)	tallo-ponteceso	GA	C	15068	43.25	-8.9	3
15110	Niñons (Ponteceso)	ninons-ponteceso	GA	C	15068	43.25	-8.9	3
15110	Tella (Ponteceso)	tella-ponteceso	GA	C	15068	43.25	-8.9	3
15110	Nemeño (Ponteceso)	nemeno-ponteceso	GA	C	15068	43.25	-8.9	3
15110	Pazos De Arriba (Pazos - Ponteceso)	pazos-de-arriba-pazos-ponteceso	GA	C	15068	43.25	-8.9	3
15110	Ponteceso	ponteceso	GA	C	15068	43.25	-8.9	3
15110	Langueiron (Ponteceso)	langueiron-ponteceso	GA	C	15068	43.25	-8.9	3
15110	Cores (Ponteceso)	cores-ponteceso	GA	C	15068	43.25	-8.9	3
15110	Carballido (San Vicenzo De Graña,A-Ponteceso)	carballido-san-vicenzo-de-grana-a-ponteceso	GA	C	15068	43.25	-8.9	3
15110	Corcoesto (Cabana De Bergantiños)	corcoesto-cabana-de-bergantinos	GA	C	15068	43.25	-8.9	3
15110	Graña (Ponteceso)	grana-ponteceso	GA	C	15068	43.25	-8.9	3
15110	Cospindo (Ponteceso)	cospindo-ponteceso	GA	C	15068	43.25	-8.9	3
15110	Sergude (San Xoan De Xornes-Ponteceso)	sergude-san-xoan-de-xornes-ponteceso	GA	C	15068	43.25	-8.9	3
15110	Pazos (Ponteceso)	pazos-ponteceso	GA	C	15068	43.25	-8.9	3
15110	Brantuas (Ponteceso)	brantuas-ponteceso	GA	C	15068	43.25	-8.9	3
15110	Anllons De Arriba (Anllons - Ponteceso)	anllons-de-arriba-anllons-ponteceso	GA	C	15068	43.25	-8.9	3
15110	Gandara (Santa Eleuterio De Tella-Ponteceso)	gandara-santa-eleuterio-de-tella-ponteceso	GA	C	15068	43.25	-8.9	3
15110	Pazos De Abaixo (Pazos - Ponteceso)	pazos-de-abaixo-pazos-ponteceso	GA	C	15068	43.25	-8.9	3
15110	Lestimoño (San Vicenzo De Graña, A-Ponteceso)	lestimono-san-vicenzo-de-grana-a-ponteceso	GA	C	15068	43.25	-8.9	3
15110	Campara, A (San Martiño De Cores-Ponteceso)	campara-a-san-martino-de-cores-ponteceso	GA	C	15068	43.25	-8.9	3
15110	Bugalleira (Santo Andre De Tallo-Ponteceso)	bugalleira-santo-andre-de-tallo-ponteceso	GA	C	15068	43.25	-8.9	3
15110	Vereda (Santo Eleuterio De Tella-Ponteceso)	vereda-santo-eleuterio-de-tella-ponteceso	GA	C	15068	43.25	-8.9	3
15110	Anllons (Ponteceso)	anllons-ponteceso	GA	C	15068	43.25	-8.9	3
15110	Xornes (Ponteceso)	xornes-ponteceso	GA	C	15068	43.25	-8.9	3
15111	Buño (Buño)	buno-buno	GA	C	15043	43.2674	-8.7833	4
15111	Cambre (San Martiño)	cambre-san-martino	GA	C	15043	43.2674	-8.7833	3
15111	Leiloio (Santa Maria)	leiloio-santa-maria	GA	C	15043	43.2674	-8.7833	3
15111	Pedrosa-Tremoa	pedrosa-tremoa	GA	C	15043	43.2674	-8.7833	3
15111	Cambre (San Martiño-Malpica)	cambre-san-martino-malpica	GA	C	15043	43.2674	-8.7833	3
15111	Buño (Santo Estevo)	buno-santo-estevo	GA	C	15043	43.2674	-8.7833	3
15112	Pozacas-Leduzo (San Cristovo De Cerqueda-Malpica De Bergantiños)	pozacas-leduzo-san-cristovo-de-cerqueda-malpica-de-bergantinos	GA	C	15043	43.269	-8.8878	1
15112	Cerqueda (San Cristovo)	cerqueda-san-cristovo	GA	C	15043	43.269	-8.8878	1
15112	Pasacondia-Aldeola	pasacondia-aldeola	GA	C	15043	43.269	-8.8878	1
15113	Mens	mens	GA	C	15043	43.2995	-8.8703	4
15113	Seaia (San Xulian De Malpica De Bergantiños-Malpica De Bergantiños)	seaia-san-xulian-de-malpica-de-bergantinos-malpica-de-bergantinos	GA	C	15043	43.3154	-8.8395	3
15113	Malpica De Bergantiños	malpica-de-bergantinos	GA	C	15043	43.3228	-8.8105	4
15113	Mens (Santiago)	mens-santiago	GA	C	15043	43.3154	-8.8395	3
15113	Malpica	malpica	GA	C	15043	43.3228	-8.8105	4
15113	Barizo	barizo	GA	C	15043	43.3167	-8.8667	4
15113	Beo (Santiso De Vilanova De Santiso-Malpica De Bergantiños)	beo-santiso-de-vilanova-de-santiso-malpica-de-bergantinos	GA	C	15043	43.3154	-8.8395	3
15113	Malpica De Bergantiños (San Xulian)	malpica-de-bergantinos-san-xulian	GA	C	15043	43.3154	-8.8395	3
15113	Asalo (Santiago De Mens-Malpica De Bergantiños)	asalo-santiago-de-mens-malpica-de-bergantinos	GA	C	15043	43.3154	-8.8395	3
15113	Beo	beo	GA	C	15043	43.3154	-8.8395	3
15113	Camuza, A	camuza-a	GA	C	15043	43.3154	-8.8395	3
15113	Vilanova De Santiso (Santiso)	vilanova-de-santiso-santiso	GA	C	15043	43.3154	-8.8395	3
15113	Barizo (San Pedro)	barizo-san-pedro	GA	C	15043	43.3154	-8.8395	3
15114	Corme-Porto (Ponteceso)	corme-porto-ponteceso	GA	C	15068	43.2433	-8.9008	4
15114	Aldea (Corme Aldea - Ponteceso)	aldea-corme-aldea-ponteceso	GA	C	15068	43.2752	-8.9875	4
15114	Corme-Aldea (Ponteceso)	corme-aldea-ponteceso	GA	C	15068	43.2433	-8.9008	4
15115	Neaño (Santo Estevo De Cesullas-Cabana De Bergantiños)	neano-santo-estevo-de-cesullas-cabana-de-bergantinos	GA	C	15014	43.2167	-8.9167	3
15115	Ponteceso De Cabanas (Cesullas - Cabana De Bergantiños)	ponteceso-de-cabanas-cesullas-cabana-de-bergantinos	GA	C	15014	43.2167	-8.9167	4
15115	Cesullas (Cabana De Bergantiños)	cesullas-cabana-de-bergantinos	GA	C	15014	43.2167	-8.9167	3
15115	Aspera (Santo Estevo De Cesullas-Cabana De Bergantiños)	aspera-santo-estevo-de-cesullas-cabana-de-bergantinos	GA	C	15014	43.2167	-8.9167	3
15115	Balado (Santo Estevo De Cesullas-Cabana De Bergantiños)	balado-santo-estevo-de-cesullas-cabana-de-bergantinos	GA	C	15014	43.2167	-8.9167	3
15115	Bronllo (Santo Estevo De Cesullas-Cabana De Bergantiños)	bronllo-santo-estevo-de-cesullas-cabana-de-bergantinos	GA	C	15014	43.2167	-8.9167	3
15116	Sinde (San Martiño De Canduas-Cabana De Bergantiños)	sinde-san-martino-de-canduas-cabana-de-bergantinos	GA	C	15014	43.269	-8.8878	1
15116	Canduas (Canduas - Cabana De Bergantiños)	canduas-canduas-cabana-de-bergantinos	GA	C	15014	43.269	-8.8878	1
15116	Telleira, A (San Martiño De Canduas-Cabana De Bergantiños)	telleira-a-san-martino-de-canduas-cabana-de-bergantinos	GA	C	15014	43.269	-8.8878	1
15116	Grelas, As (San Martiño De Canduas-Cabana De Bergantiños)	grelas-as-san-martino-de-canduas-cabana-de-bergantinos	GA	C	15014	43.269	-8.8878	1
15116	Taboido (San Martiño De Canduas-Cabana De Bergantiños)	taboido-san-martino-de-canduas-cabana-de-bergantinos	GA	C	15014	43.269	-8.8878	1
15116	Canduas (Cabana De Bergantiños)	canduas-cabana-de-bergantinos	GA	C	15014	43.269	-8.8878	1
15117	Laxe	laxe	GA	C	15040	43.2202	-9.0063	4
15117	Laxe (Laxe)	laxe-laxe	GA	C	15040	43.2202	-9.0063	3
15117	Laxe (Santa Maria)	laxe-santa-maria	GA	C	15040	43.2202	-9.0063	3
15118	Sarces (San Amedio)	sarces-san-amedio	GA	C	15040	43.269	-8.8878	1
15118	Aprazaduiro, O (San Simon De Nande-Laxe)	aprazaduiro-o-san-simon-de-nande-laxe	GA	C	15040	43.269	-8.8878	1
15118	Boaño (Santiago De Traba-Laxe)	boano-santiago-de-traba-laxe	GA	C	15040	43.269	-8.8878	1
15118	Castrelo (Santo Estevo De Soesto-Laxe)	castrelo-santo-estevo-de-soesto-laxe	GA	C	15040	43.269	-8.8878	1
15118	Matio (San Simon De Nande-Laxe)	matio-san-simon-de-nande-laxe	GA	C	15040	43.269	-8.8878	1
15118	Mordomo (Santiago De Traba-Laxe)	mordomo-santiago-de-traba-laxe	GA	C	15040	43.269	-8.8878	1
15118	Nande (San Simon)	nande-san-simon	GA	C	15040	43.269	-8.8878	1
15118	Serantes (Santa Maria)	serantes-santa-maria	GA	C	15040	43.269	-8.8878	1
15118	Soesto (Santo Estevo)	soesto-santo-estevo	GA	C	15040	43.269	-8.8878	1
15118	Traba (Santiago)	traba-santiago	GA	C	15040	43.269	-8.8878	1
15119	Borneiro (Cabana De Bergantiños)	borneiro-cabana-de-bergantinos	GA	C	15014	43.269	-8.8878	1
15119	Vilaseco (San Xoan De Borneiro-Cabana De Bergantiños)	vilaseco-san-xoan-de-borneiro-cabana-de-bergantinos	GA	C	15014	43.269	-8.8878	1
15121	Arou	arou	GA	C	15016	43.1843	-9.1092	4
15121	Camelle	camelle	GA	C	15016	43.1837	-9.0925	4
15121	Allo (San Pedro De Ponte Do Porto,A-Camelle	allo-san-pedro-de-ponte-do-porto-a-camelle	GA	C	15016	43.184	-9.1009	3
15121	Camelle (Espiritu Santo, O )	camelle-espiritu-santo-o	GA	C	15016	43.184	-9.1009	3
15121	Dor (San Pedro De Ponte Do Porto, A-Camelle)	dor-san-pedro-de-ponte-do-porto-a-camelle	GA	C	15016	43.184	-9.1009	3
15121	Ponte Do Porto, A (Ponte De Porto)	ponte-do-porto-a-ponte-de-porto	GA	C	15016	43.184	-9.1009	3
15121	Ponte Do Porto, A (San Pedro)	ponte-do-porto-a-san-pedro	GA	C	15016	43.184	-9.1009	3
15122	Xaviña (Camariñas)	xavina-camarinas	GA	C	15016	43.1311	-9.1817	4
15122	Cruceiro, O (Xaviña-Camariñas)	cruceiro-o-xavina-camarinas	GA	C	15016	43.1311	-9.1817	3
15122	Xaviña (Santa Maria)	xavina-santa-maria	GA	C	15016	43.1311	-9.1817	3
15122	Tasaraño	tasarano	GA	C	15016	43.1311	-9.1817	3
15123	Camariñas	camarinas	GA	C	15016	43.1311	-9.1817	4
15123	Camariñas (San Xurxo)	camarinas-san-xurxo	GA	C	15016	43.1311	-9.1817	3
15124	Senande	senande	GA	C	15052	43.0402	-9.1462	4
15124	Sorna (San Pedro De Coucieiro-Muxia)	sorna-san-pedro-de-coucieiro-muxia	GA	C	15052	43.0369	-9.1682	4
15124	Bardullas (San Xoan)	bardullas-san-xoan	GA	C	15052	43.0385	-9.1572	3
15124	Touriñan (San Martiño)	tourinan-san-martino	GA	C	15052	43.0385	-9.1572	3
15124	San Tirso De Vuitiron (San Tirso)	san-tirso-de-vuitiron-san-tirso	GA	C	15052	43.0385	-9.1572	3
15124	Vilastose (San Cibran)	vilastose-san-cibran	GA	C	15052	43.0385	-9.1572	3
15124	Morquintian (Santa Maria)	morquintian-santa-maria	GA	C	15052	43.0385	-9.1572	3
15124	Frixe (Santa Locacia)	frixe-santa-locacia	GA	C	15052	43.0385	-9.1572	3
15124	Muxia	muxia	GA	C	15052	43.0385	-9.1572	3
15124	Coucieiro (San Pedro)	coucieiro-san-pedro	GA	C	15052	43.0385	-9.1572	3
15124	Muxia (Santa Maria)	muxia-santa-maria	GA	C	15052	43.0385	-9.1572	3
15124	Nemiña (San Cristovo)	nemina-san-cristovo	GA	C	15052	43.0385	-9.1572	3
15125	Muiños, Os (Moraime)	muinos-os-moraime	GA	C	15052	43.0816	-9.2081	4
15125	Quintans (Ozon), Muxia	quintans-ozon-muxia	GA	C	15052	43.0838	-9.1569	4
15125	Moraime (San Xulian)	moraime-san-xulian	GA	C	15052	43.0827	-9.1825	3
15125	Foxo	foxo	GA	C	15052	43.0827	-9.1825	3
15125	O (Santa Maria Da), Muxia	o-santa-maria-da-muxia	GA	C	15052	43.0827	-9.1825	3
15125	Leis De Nemancos (San Pedro)	leis-de-nemancos-san-pedro	GA	C	15052	43.0827	-9.1825	3
15125	Vilar De Sobremonte (Muxia)	vilar-de-sobremonte-muxia	GA	C	15052	43.0827	-9.1825	3
15125	Caberta (San Fins)	caberta-san-fins	GA	C	15052	43.0827	-9.1825	3
15125	Ozon (San Martiño)	ozon-san-martino	GA	C	15052	43.0827	-9.1825	3
15125	Suxo (Muxia)	suxo-muxia	GA	C	15052	43.0827	-9.1825	3
15125	Merexo (San Martiño De), Muxia	merexo-san-martino-de-muxia	GA	C	15052	43.0827	-9.1825	3
15126	Tines	tines	GA	C	15052	43.1107	-8.9737	4
15126	Quintans (San Miguel De Treos-Vimianzo)	quintans-san-miguel-de-treos-vimianzo	GA	C	15052	43.1107	-8.9737	3
15126	Reboredo Santa Maria De Salto (Vimianzo)	reboredo-santa-maria-de-salto-vimianzo	GA	C	15052	43.1107	-8.9737	3
15126	Treos (San Miguel)	treos-san-miguel	GA	C	15052	43.1107	-8.9737	3
15126	Tines (Santa Baia)	tines-santa-baia	GA	C	15052	43.1107	-8.9737	3
15126	Salto (Santa Maria)	salto-santa-maria	GA	C	15052	43.1107	-8.9737	3
15127	Baiñas	bainas	GA	C	15092	43.0291	-9.0177	4
15127	Baiñas (Santo Antoiño)	bainas-santo-antoino	GA	C	15092	43.0291	-9.0177	3
15127	Outeiro, O (Santo Antoiño De Baiñas-Vimianzo)	outeiro-o-santo-antoino-de-bainas-vimianzo	GA	C	15092	43.0291	-9.0177	3
15127	Serramo (San Sebastian)	serramo-san-sebastian	GA	C	15092	43.0291	-9.0177	3
15128	Castrelo (San Martiño)	castrelo-san-martino	GA	C	15092	43.1064	-9.11	1
15128	Berdoias (San Pedro)	berdoias-san-pedro	GA	C	15092	43.1064	-9.11	1
15129	Carnes (Carnes)	carnes-carnes	GA	C	15092	43.1146	-9.1125	4
15129	Ogas (San Xoan De Cambeda-Vimianzo)	ogas-san-xoan-de-cambeda-vimianzo	GA	C	15092	43.1234	-9.0646	3
15129	Pasarela	pasarela	GA	C	15092	43.1457	-9.0478	4
15129	Vimianzo	vimianzo	GA	C	15092	43.1099	-9.0335	4
15129	Tufions	tufions	GA	C	15092	43.1234	-9.0646	3
15129	Vimianzo (San Vicenzo)	vimianzo-san-vicenzo	GA	C	15092	43.1234	-9.0646	3
15129	Calo (San Xoan-Vimianzo)	calo-san-xoan-vimianzo	GA	C	15092	43.1234	-9.0646	3
15129	Tufions, Vimianzo	tufions-vimianzo	GA	C	15092	43.1234	-9.0646	3
15129	Cures, Vimianzo	cures-vimianzo	GA	C	15092	43.1234	-9.0646	3
15129	Montecelos (San Cristovo De Carnes), Vimianzo	montecelos-san-cristovo-de-carnes-vimianzo	GA	C	15092	43.1234	-9.0646	3
15129	Mouzo (San Cristovo De Carnes), Vimianzo	mouzo-san-cristovo-de-carnes-vimianzo	GA	C	15092	43.1234	-9.0646	3
15129	Cereixo (Santiago), Vimianzo	cereixo-santiago-vimianzo	GA	C	15092	43.1234	-9.0646	3
15129	Carantoña (San Martiño), Vimianzo	carantona-san-martino-vimianzo	GA	C	15092	43.1234	-9.0646	3
15129	Carnes (San Cristovo), Vimianzo	carnes-san-cristovo-vimianzo	GA	C	15092	43.1234	-9.0646	3
15129	Casais (San Vicenzo De Vimianzo-Vimianzo)	casais-san-vicenzo-de-vimianzo-vimianzo	GA	C	15092	43.1234	-9.0646	3
15129	Braño (Carantoña), Vimianzo	brano-carantona-vimianzo	GA	C	15092	43.1234	-9.0646	3
15129	Cambeda (San Xoan)	cambeda-san-xoan	GA	C	15092	43.1234	-9.0646	3
15130	Corcubion (San Marcos)	corcubion-san-marcos	GA	C	15028	42.8918	-8.4926	4
15130	Corcubion	corcubion	GA	C	15028	42.9441	-9.1926	4
15137	Redonda (San Pedro)	redonda-san-pedro	GA	C	15028	43.0248	-8.6898	1
15138	Lires (Santo Estevo)	lires-santo-estevo	GA	C	15023	43.0248	-8.6898	1
15138	Lobelos (San Xian De Pereiriña, A-Cee)	lobelos-san-xian-de-pereirina-a-cee	GA	C	15023	43.0248	-8.6898	1
15138	Bazarra (Santo Adran De Toba-Cee)	bazarra-santo-adran-de-toba-cee	GA	C	15023	43.0248	-8.6898	1
15138	Bermun (San Xian De Pereiriña, A-Cee)	bermun-san-xian-de-pereirina-a-cee	GA	C	15023	43.0248	-8.6898	1
15138	Estorde (Santo Adran De Toba-Cee)	estorde-santo-adran-de-toba-cee	GA	C	15023	43.0248	-8.6898	1
15138	Pereiriña, A (San Xian)	pereirina-a-san-xian	GA	C	15023	43.0248	-8.6898	1
15138	Toba (Santo Adran)	toba-santo-adran	GA	C	15023	43.0248	-8.6898	1
15139	Folgueira (Santiago De Castelo-Culleredo)	folgueira-santiago-de-castelo-culleredo	GA	C	15031	43.2384	-8.3843	4
15139	Castelo (Santiago)	castelo-santiago	GA	C	15031	43.2384	-8.3843	3
15140	Meicende (Pastoriza-Arteixo)	meicende-pastoriza-arteixo	GA	C	15005	43.3333	-8.4667	4
15140	Pastoriza (Arteixo)	pastoriza-arteixo	GA	C	15005	43.3333	-8.4667	3
15141	Rañobre (Arteixo)	ranobre-arteixo	GA	C	15005	43.2247	-8.6712	1
15141	Vilarrodis (Arteixo)	vilarrodis-arteixo	GA	C	15005	43.2247	-8.6712	1
15141	Oseiro (Arteixo)	oseiro-arteixo	GA	C	15005	43.2247	-8.6712	1
15142	Rañal (Arteixo)	ranal-arteixo	GA	C	15005	43.2247	-8.6712	1
15142	Pedreira (Arteixo)	pedreira-arteixo	GA	C	15005	43.2247	-8.6712	1
15142	Suevos (Arteixo)	suevos-arteixo	GA	C	15005	43.2247	-8.6712	1
15142	Suso (Arteixo)	suso-arteixo	GA	C	15005	43.2247	-8.6712	1
15142	Arteixo (Casco Urbano)	arteixo-casco-urbano	GA	C	15005	43.2247	-8.6712	1
15142	Arteixo (Santiago)	arteixo-santiago	GA	C	15005	43.2247	-8.6712	1
15143	Poligono Industrial Sabon	poligono-industrial-sabon	GA	C		43.2247	-8.6712	1
15144	Armenton (San Pedro)	armenton-san-pedro	GA	C	15005	43.3167	-8.5833	4
15144	Cachada (Arteixo)	cachada-arteixo	GA	C	15005	43.3167	-8.5833	3
15144	Lañas (Santa Mariña-Arteixo)	lanas-santa-marina-arteixo	GA	C	15005	43.3167	-8.5833	3
15144	Chamin De Abaixo (Arteixo)	chamin-de-abaixo-arteixo	GA	C	15005	43.3167	-8.5833	3
15144	Chamin De Arriba (Arteixo)	chamin-de-arriba-arteixo	GA	C	15005	43.3167	-8.5833	3
15144	Larin (Santo Estevo)	larin-santo-estevo	GA	C	15005	43.3167	-8.5833	3
15144	Barrañan (Arteixo)	barranan-arteixo	GA	C	15005	43.3167	-8.5833	3
15144	Sorrizo (Arteixo)	sorrizo-arteixo	GA	C	15005	43.3167	-8.5833	3
15144	Monteagudo (Arteixo)	monteagudo-arteixo	GA	C	15005	43.3167	-8.5833	3
15144	Chamin (Arteixo)	chamin-arteixo	GA	C	15005	43.3167	-8.5833	3
15145	Campo (Santa Maria De Toras-Laracha)	campo-santa-maria-de-toras-laracha	GA	C	15041	43.2567	-8.5847	4
15145	Botica (Santiago De Vilaño-Laracha)	botica-santiago-de-vilano-laracha	GA	C	15041	43.2406	-8.6017	4
15145	Barreira (Santa Maria De Toras-Laracha)	barreira-santa-maria-de-toras-laracha	GA	C	15041	43.2567	-8.5847	4
15145	Pedreira, A (Caion)	pedreira-a-caion	GA	C	15041	43.3167	-8.6	4
15145	Soandres (San Pedro)	soandres-san-pedro	GA	C	15041	43.2167	-8.4833	4
15145	Coiro (San Xian)	coiro-san-xian	GA	C	15041	43.2568	-8.5733	3
15145	Laracha	laracha	GA	C	15041	43.2538	-8.5854	4
15145	Laracha, A	laracha-a	GA	C	15041	43.2568	-8.5733	3
15145	Toras (Santa Maria)	toras-santa-maria	GA	C	15041	43.2568	-8.5733	3
15145	Caion (Santa Maria Do Socorro)	caion-santa-maria-do-socorro	GA	C	15041	43.2568	-8.5733	3
15145	Estramil	estramil	GA	C	15041	43.2568	-8.5733	3
15145	Cruceiro (San Xian De Lendo-Laracha)	cruceiro-san-xian-de-lendo-laracha	GA	C	15041	43.2568	-8.5733	3
15145	Soutullo (Santa Maria)	soutullo-santa-maria	GA	C	15041	43.2568	-8.5733	3
15145	Paiosaco	paiosaco	GA	C	15041	43.2568	-8.5733	3
15145	Montemaior (Santa Maria Madalena)	montemaior-santa-maria-madalena	GA	C	15041	43.2568	-8.5733	3
15145	Leston (San Martiño)	leston-san-martino	GA	C	15041	43.2568	-8.5733	3
15145	Erboedo (Santa Maria)	erboedo-santa-maria	GA	C	15041	43.2568	-8.5733	3
15145	Vilaño (Santiago)	vilano-santiago	GA	C	15041	43.2568	-8.5733	3
15145	Lendo (San Xian)	lendo-san-xian	GA	C	15041	43.2568	-8.5733	3
15145	Golmar (San Bieito)	golmar-san-bieito	GA	C	15041	43.2568	-8.5733	3
15146	Cabovilaño (San Roman)	cabovilano-san-roman	GA	C	15041	43.25	-8.6167	4
15146	Braña Grande (San Roman De Cabovilaño-Laracha)	brana-grande-san-roman-de-cabovilano-laracha	GA	C	15041	43.25	-8.6167	3
15146	Telleira (San Roman De Cabovilaño-Laracha)	telleira-san-roman-de-cabovilano-laracha	GA	C	15041	43.25	-8.6167	3
15146	Cancelo (Cabovilaño-A Laracha)	cancelo-cabovilano-a-laracha	GA	C	15041	43.25	-8.6167	3
15146	Lemaio (Santa Mariña)	lemaio-santa-marina	GA	C	15041	43.25	-8.6167	3
15147	Riveiro (San Salvador De Erbecedo-Coristanco)	riveiro-san-salvador-de-erbecedo-coristanco	GA	C	15029	43.1667	-8.7	4
15147	Xaviña (Coristanco)	xavina-coristanco	GA	C	15029	43.1872	-8.7414	3
15147	Rabadeira (Seavia-Coristanco)	rabadeira-seavia-coristanco	GA	C	15029	43.1603	-8.7397	4
15147	Mira (San Mamede De Seavia-Coristanco)	mira-san-mamede-de-seavia-coristanco	GA	C	15029	43.1872	-8.7414	3
15147	Braña (San Salvador De Erbecedo-Coristanco)	brana-san-salvador-de-erbecedo-coristanco	GA	C	15029	43.1667	-8.7	4
15147	Codesido (San Martiño De Oca-Coristanco)	codesido-san-martino-de-oca-coristanco	GA	C	15029	43.1872	-8.7414	3
15147	San Roque (Santa Maria De Traba-Coristanco)	san-roque-santa-maria-de-traba-coristanco	GA	C	15029	43.2	-8.7167	4
15147	Coristanco	coristanco	GA	C	15029	43.2	-8.75	4
15147	Cereo (Coristanco)	cereo-coristanco	GA	C	15029	43.1872	-8.7414	3
15147	Cuca (San Xusto-Coristanco)	cuca-san-xusto-coristanco	GA	C	15029	43.2	-8.7833	4
15147	Erbecedo (Coristanco)	erbecedo-coristanco	GA	C	15029	43.1872	-8.7414	3
15147	Vilaverde (Santa Maria De Cereo-Coristanco)	vilaverde-santa-maria-de-cereo-coristanco	GA	C	15029	43.2167	-8.8	4
15147	Castro (Santa Baia-Coristanco)	castro-santa-baia-coristanco	GA	C	15029	43.1872	-8.7414	3
15147	Castrobo (Valencia-Coristanco	castrobo-valencia-coristanco	GA	C	15029	43.1872	-8.7414	3
15147	Esfarrapa (Coristanco)	esfarrapa-coristanco	GA	C	15029	43.1872	-8.7414	3
15147	Carrizal (Coristanco)	carrizal-coristanco	GA	C	15029	43.1872	-8.7414	3
15147	San Xusto (Coristanco)	san-xusto-coristanco	GA	C	15029	43.1872	-8.7414	3
15147	Seavia (Coristanco)	seavia-coristanco	GA	C	15029	43.1872	-8.7414	3
15147	Traba (Coristanco)	traba-coristanco	GA	C	15029	43.1872	-8.7414	3
15147	Valencia (Coristanco)	valencia-coristanco	GA	C	15029	43.1872	-8.7414	3
15147	Verdes (Coristanco)	verdes-coristanco	GA	C	15029	43.1872	-8.7414	3
15147	Oca (Coristanco)	oca-coristanco	GA	C	15029	43.1872	-8.7414	3
15147	Salgueiras (San Mamede De Seavia-Coristanco)	salgueiras-san-mamede-de-seavia-coristanco	GA	C	15029	43.1872	-8.7414	3
15148	Bormoio (Agualada-Coristanco)	bormoio-agualada-coristanco	GA	C	15029	43.1667	-8.8	4
15148	Agualada (Coristanco)	agualada-coristanco	GA	C	15029	43.2	-8.75	4
15148	Couso (Coristanco)	couso-coristanco	GA	C	15029	43.2	-8.75	4
15148	Cuns (Coristanco)	cuns-coristanco	GA	C	15029	43.2	-8.75	4
15148	Ferreira (Coristanco)	ferreira-coristanco	GA	C	15029	43.2	-8.75	4
15149	Silvarredonda (Cabana De Bergantiños)	silvarredonda-cabana-de-bergantinos	GA	C	15014	43.2247	-8.6712	1
15149	Riobo (Cabana De Bergantiños)	riobo-cabana-de-bergantinos	GA	C	15014	43.2247	-8.6712	1
15149	Mata, A (San Martiño De Riobo-Cabana De Bergantiños)	mata-a-san-martino-de-riobo-cabana-de-bergantinos	GA	C	15014	43.2247	-8.6712	1
15149	Nanton (Cabana De Bergantiños)	nanton-cabana-de-bergantinos	GA	C	15014	43.2247	-8.6712	1
15149	Anos (Cabana De Bergantiños)	anos-cabana-de-bergantinos	GA	C	15014	43.2247	-8.6712	1
15149	Cundins (Cabana De Bergantiños)	cundins-cabana-de-bergantinos	GA	C	15014	43.2247	-8.6712	1
15149	Esto (Cabana De Bergantiños)	esto-cabana-de-bergantinos	GA	C	15014	43.2247	-8.6712	1
15150	Baio Grande	baio-grande	GA	C	15092	43.148	-8.9612	4
15150	Vilar (San Pedro-Zas)	vilar-san-pedro-zas	GA	C	15092	43.1667	-8.8667	4
15150	Piroga, A (San Amedio De Bamiro-Vimianzo)	piroga-a-san-amedio-de-bamiro-vimianzo	GA	C	15092	43.1548	-8.9311	3
15150	Baio Pequeño (Santa Maria De Baio-Zas)	baio-pequeno-santa-maria-de-baio-zas	GA	C	15092	43.1498	-8.9654	4
15150	Fornelos (Baio)	fornelos-baio	GA	C	15092	43.1548	-8.9311	3
15150	Bamiro (San Amedio)	bamiro-san-amedio	GA	C	15092	43.1548	-8.9311	3
15150	Baio (Santa Maria)	baio-santa-maria	GA	C	15092	43.1548	-8.9311	3
15151	Olveiroa (Santiago)	olveiroa-santiago	GA	C	15034	42.8805	-8.5457	4
15151	Dumbria	dumbria	GA	C	15034	43.0084	-9.1133	4
15151	Vilar (San Martiño De Olveira-Dumbria)	vilar-san-martino-de-olveira-dumbria	GA	C	15034	42.9447	-8.8082	3
15151	Regoelle	regoelle	GA	C	15034	43.0092	-9.0283	4
15151	Olveira (San Martiño)	olveira-san-martino	GA	C	15034	42.9447	-8.8082	3
15151	Berdeogas (Santiago)	berdeogas-santiago	GA	C	15034	42.8805	-8.5457	4
15151	Olveira (Dumbria)	olveira-dumbria	GA	C	15034	42.9447	-8.8082	3
15151	Buxan (Santa Baia De Dumbria-Dumbria)	buxan-santa-baia-de-dumbria-dumbria	GA	C	15034	42.9447	-8.8082	3
15151	Buxantes (San Pedro)	buxantes-san-pedro	GA	C	15034	42.9447	-8.8082	3
15151	Dumbria (Santa Baia)	dumbria-santa-baia	GA	C	15034	42.9447	-8.8082	3
15151	Ansean (San Pedro De Buxantes-Dumbria)	ansean-san-pedro-de-buxantes-dumbria	GA	C	15034	42.9447	-8.8082	3
15151	Farrapa (Santiago De Berdeogas-Dumbria)	farrapa-santiago-de-berdeogas-dumbria	GA	C	15034	42.9447	-8.8082	3
15152	Salgueiros (San Mamede)	salgueiros-san-mamede	GA	C	15034	43.0185	-8.9111	1
15153	Sardiñeiro De Abaixo	sardineiro-de-abaixo	GA	C	15037	43.0185	-8.9111	1
15153	Sardiñeiro (San Xoan)	sardineiro-san-xoan	GA	C	15037	43.0185	-8.9111	1
15154	San Martiño De Duio (San Martiño)	san-martino-de-duio-san-martino	GA	C	15037	43.0185	-8.9111	1
15154	Duio (San Vicenzo)	duio-san-vicenzo	GA	C	15037	43.0185	-8.9111	1
15154	Escaselas (San Martiño De Duio-Fisterra)	escaselas-san-martino-de-duio-fisterra	GA	C	15037	43.0185	-8.9111	1
15154	San Martiño De Abaixo	san-martino-de-abaixo	GA	C	15037	43.0185	-8.9111	1
15154	Mallas (San Martiño De Duio-Fisterra)	mallas-san-martino-de-duio-fisterra	GA	C	15037	43.0185	-8.9111	1
15155	Fisterra	fisterra	GA	C	15037	42.9049	-9.2629	4
15155	Insua, La (Santa Maria De Fisterra-Fisterra)	insua-la-santa-maria-de-fisterra-fisterra	GA	C	15037	42.9049	-9.2629	3
15155	Fisterra (Santa Maria)	fisterra-santa-maria	GA	C	15037	42.9049	-9.2629	3
15160	Riovao (Sada)	riovao-sada	GA	C	15075	43.3562	-8.258	4
15160	Sada (Santa Maria)	sada-santa-maria	GA	C	15075	43.2667	-8.3167	4
15160	Tarabelo (Santa Maria De Sada-Sada)	tarabelo-santa-maria-de-sada-sada	GA	C	15075	43.3562	-8.258	4
15160	Samoedo	samoedo	GA	C	15075	43.345	-8.2653	3
15160	Riobao (Santa Maria De Sada-Sada)	riobao-santa-maria-de-sada-sada	GA	C	15075	43.3562	-8.258	4
15160	Fontan (Sada)	fontan-sada	GA	C	15075	43.3562	-8.258	4
15160	Sada	sada	GA	C	15075	43.3562	-8.258	4
15160	Sadadarriba (Santa Maria De Sada-Sada)	sadadarriba-santa-maria-de-sada-sada	GA	C	15075	43.3562	-8.258	4
15160	Pazos (Santa Maria De Sada-Sada)	pazos-santa-maria-de-sada-sada	GA	C	15075	43.3562	-8.258	4
15165	Carrio (San Salvador De Bergondo-Bergondo)	carrio-san-salvador-de-bergondo-bergondo	GA	C	15008	43.3167	-8.2333	4
15165	Aldea De Arriba, A (Santa Marta De Babio-Bergondo)	aldea-de-arriba-a-santa-marta-de-babio-bergondo	GA	C	15008	43.3144	-8.2403	3
15165	San Cidre (Bergondo)	san-cidre-bergondo	GA	C	15008	43.3167	-8.2333	4
15165	Moruxo (San Vicente)	moruxo-san-vicente	GA	C	15008	43.3144	-8.2403	3
15165	Mariñan (San Salvador De Bergondo-Bergondo)	marinan-san-salvador-de-bergondo-bergondo	GA	C	15008	43.3167	-8.2333	4
15165	Rois (Santa Mariña)	rois-santa-marina	GA	C	15008	43.3144	-8.2403	3
15165	San Cidre (San Salvador De Bergondo-Bergondo)	san-cidre-san-salvador-de-bergondo-bergondo	GA	C	15008	43.3167	-8.2333	4
15165	Babio (Santa Marta)	babio-santa-marta	GA	C	15008	43.3144	-8.2403	3
15165	Bergondo	bergondo	GA	C	15008	43.3167	-8.2333	4
15165	Cortes (San Salvador De Bergondo-Bergondo)	cortes-san-salvador-de-bergondo-bergondo	GA	C	15008	43.3167	-8.2333	4
15165	Bergondo (San Salvador)	bergondo-san-salvador	GA	C	15008	43.2833	-8.3	4
15165	Fiobre (San Vicente De Moruxo-Bergondo)	fiobre-san-vicente-de-moruxo-bergondo	GA	C	15008	43.3317	-8.2226	4
15166	Campo De Leis (San Xoan De Lubre-Bergondo)	campo-de-leis-san-xoan-de-lubre-bergondo	GA	C	15008	43.339	-8.2639	1
15166	Armuño (San Xoan De Lubre-Bergondo)	armuno-san-xoan-de-lubre-bergondo	GA	C	15008	43.339	-8.2639	1
15166	Lubre (San Xoan)	lubre-san-xoan	GA	C	15008	43.339	-8.2639	1
15167	Lagoa, A (San Xoan De Ouces-Bergondo)	lagoa-a-san-xoan-de-ouces-bergondo	GA	C	15008	43.339	-8.2639	1
15167	Ouces (San Xoan)	ouces-san-xoan	GA	C	15008	43.339	-8.2639	1
15167	Gandario	gandario	GA	C	15008	43.339	-8.2639	1
15167	Tatin (San Xoan De Ouces-Bergondo)	tatin-san-xoan-de-ouces-bergondo	GA	C	15008	43.339	-8.2639	1
15168	Costa (San Xian De Soñeiro-Sada)	costa-san-xian-de-soneiro-sada	GA	C	15075	43.3288	-8.2931	4
15168	Osedo (San Xian)	osedo-san-xian	GA	C	15075	43.3397	-8.2785	4
15168	Seijeda (San Xian De Osedo-Sada)	seijeda-san-xian-de-osedo-sada	GA	C	15075	43.3397	-8.2785	4
15168	Mosteiron (San Nicolao)	mosteiron-san-nicolao	GA	C	15075	43.35	-8.2833	4
15168	Castro, O (Osedo)	castro-o-osedo	GA	C	15075	43.3397	-8.2785	4
15168	Meiras (San Martiño)	meiras-san-martino	GA	C	15075	43.3396	-8.281	3
15168	Castelo (Osedo)	castelo-osedo	GA	C	15075	43.3397	-8.2785	4
15168	Mondego (San Xian)	mondego-san-xian	GA	C	15075	43.3397	-8.2785	4
15168	Mandin	mandin	GA	C	15075	43.3396	-8.281	3
15168	Soñeiro (San Xian)	soneiro-san-xian	GA	C	15075	43.3397	-8.2785	4
15168	Fortiñon (San Xian De Mondego-Sada)	fortinon-san-xian-de-mondego-sada	GA	C	15075	43.3396	-8.281	3
15168	Piñeiro (San Martiño De Meiras-Sada)	pineiro-san-martino-de-meiras-sada	GA	C	15075	43.3396	-8.281	3
15168	Souto Da Iglesia (San Martiño De Meiras-Sada)	souto-da-iglesia-san-martino-de-meiras-sada	GA	C	15075	43.3396	-8.281	3
15168	Vilar (San Martiño De Meiras-Sada)	vilar-san-martino-de-meiras-sada	GA	C	15075	43.3396	-8.281	3
15168	Amexeiral (San Xian De Mondego-Sada)	amexeiral-san-xian-de-mondego-sada	GA	C	15075	43.3396	-8.281	3
15169	Fraga (Santa Comba De Veigue-Sada)	fraga-santa-comba-de-veigue-sada	GA	C	15075	43.3756	-8.2976	4
15169	Veigue (Santa Comba)	veigue-santa-comba	GA	C	15075	43.3752	-8.2744	3
15169	Carnoedo (Santo Andre)	carnoedo-santo-andre	GA	C	15075	43.375	-8.2667	4
15169	Taibo (Santo Andre De Carnoedo-Sada)	taibo-santo-andre-de-carnoedo-sada	GA	C	15075	43.375	-8.2667	4
15169	Souto (Carnoedo)	souto-carnoedo	GA	C	15075	43.375	-8.2667	4
15171	Iñas (San Xorxe)	inas-san-xorxe	GA	C	15058	43.3313	-8.3608	1
15171	Campamento, O	campamento-o	GA	C	15058	43.3313	-8.3608	1
15171	Raposeira (San Xorxe De Iñas-Oleiros)	raposeira-san-xorxe-de-inas-oleiros	GA	C	15058	43.3313	-8.3608	1
15171	Xesta, A (San Xorxe De Iñas-Oleiros)	xesta-a-san-xorxe-de-inas-oleiros	GA	C	15058	43.3313	-8.3608	1
15171	Fontes (San Xorxe De Iñas-Oleiros)	fontes-san-xorxe-de-inas-oleiros	GA	C	15058	43.3313	-8.3608	1
15171	Caño, O (San Xorxe De Iñas-Oleiros)	cano-o-san-xorxe-de-inas-oleiros	GA	C	15058	43.3313	-8.3608	1
15172	Perillo	perillo	GA	C	15058	43.3382	-8.3736	4
15172	Perillo (Santa Locaia)	perillo-santa-locaia	GA	C	15058	43.3382	-8.3736	4
15172	Pazo Do Rio, O	pazo-do-rio-o	GA	C	15058	43.3367	-8.3663	3
15172	Pazo Do Rio (Santaia De Lians-Oleiros)	pazo-do-rio-santaia-de-lians-oleiros	GA	C	15058	43.3339	-8.3518	4
15173	Xubin	xubin	GA	C	15058	43.3313	-8.3608	1
15173	Hedreira, A (Santa Maria De Oleiros-Oleiros)	hedreira-a-santa-maria-de-oleiros-oleiros	GA	C	15058	43.3313	-8.3608	1
15173	Cova, A (Santa Maria De Oleiros-Oleiros)	cova-a-santa-maria-de-oleiros-oleiros	GA	C	15058	43.3313	-8.3608	1
15173	Pousada (Oleiros)	pousada-oleiros	GA	C	15058	43.3313	-8.3608	1
15173	Oleiros (Santa Maria)	oleiros-santa-maria	GA	C	15058	43.3313	-8.3608	1
15173	Pezoca, A (Santa Maria De Oleiros-Oleiros)	pezoca-a-santa-maria-de-oleiros-oleiros	GA	C	15058	43.3313	-8.3608	1
15174	Laxe (Rutis)	laxe-rutis	GA	C	15031	43.3167	-8.3833	4
15174	Fonteculler	fonteculler	GA	C	15031	43.3167	-8.3833	3
15174	Corveira, A (Rutis)	corveira-a-rutis	GA	C	15031	43.3167	-8.3833	4
15174	Portazgo (Rutis)	portazgo-rutis	GA	C	15031	43.3167	-8.3833	4
15174	Castro (Rutis)	castro-rutis	GA	C	15031	43.3167	-8.3833	4
15174	Acea Da Ma (Fonteculler)	acea-da-ma-fonteculler	GA	C	15031	43.3167	-8.3833	3
15174	Portadego, O (Santa Maria De Rutis-Culleredo)	portadego-o-santa-maria-de-rutis-culleredo	GA	C	15031	43.3167	-8.3833	4
15174	Cordeda	cordeda	GA	C	15031	43.3167	-8.3833	3
15174	Vilaboa (Santa Maria De Rutis-Culleredo)	vilaboa-santa-maria-de-rutis-culleredo	GA	C	15031	43.3167	-8.3833	4
15174	Rutis (Santa Maria)	rutis-santa-maria	GA	C	15031	43.3167	-8.3833	3
15174	Rutis-Culleredo	rutis-culleredo	GA	C	15031	43.3167	-8.3833	4
15174	Silva, A (San Xian De Almeiras-Culleredo)	silva-a-san-xian-de-almeiras-culleredo	GA	C	15031	43.3167	-8.3833	3
15174	Telva, A (San Xian De Almeiras-Culleredo)	telva-a-san-xian-de-almeiras-culleredo	GA	C	15031	43.3167	-8.3833	3
15174	Vigovidin (San Xian De Almeiras-Culleredo)	vigovidin-san-xian-de-almeiras-culleredo	GA	C	15031	43.3167	-8.3833	3
15174	Conduzo	conduzo	GA	C	15031	43.3167	-8.3833	3
15174	Vigovidin	vigovidin	GA	C	15031	43.3167	-8.3833	3
15175	Taramuño (San Vicente De Vigo-Carral)	taramuno-san-vicente-de-vigo-carral	GA	C	15021	43.25	-8.3	4
15175	Carral	carral	GA	C	15021	43.2286	-8.3554	4
15175	Paleo (San Estevo)	paleo-san-estevo	GA	C	15021	43.2393	-8.3277	3
15175	Coiro (Santo Estevo De Paleo-Carral)	coiro-santo-estevo-de-paleo-carral	GA	C	15021	43.2393	-8.3277	3
15175	Cañas (Santa Baia)	canas-santa-baia	GA	C	15021	43.2393	-8.3277	3
15175	Vigo (San Vicente)	vigo-san-vicente	GA	C	15021	43.2393	-8.3277	3
15175	Paraiso (Santo Estevo De Paleo-Carral)	paraiso-santo-estevo-de-paleo-carral	GA	C	15021	43.2393	-8.3277	3
15176	Urb. O Viveiro	urb-o-viveiro	GA	C	15058	43.3167	-8.3333	3
15176	San Pedro De Nos (San Pedro)	san-pedro-de-nos-san-pedro	GA	C	15058	43.3167	-8.3333	4
15176	Gandara, A (San Pedro De Nos-Oleiros)	gandara-a-san-pedro-de-nos-oleiros	GA	C	15058	43.3167	-8.3333	4
15176	Coroto, O (San Pedro De Nos-Oleiros)	coroto-o-san-pedro-de-nos-oleiros	GA	C	15058	43.3167	-8.3333	4
15176	Meson Da Auga (San Pedro De Nos-Oleiros)	meson-da-auga-san-pedro-de-nos-oleiros	GA	C	15058	43.3167	-8.3333	4
15176	Gandara, A (Nos-Oleiros)	gandara-a-nos-oleiros	GA	C	15058	43.3167	-8.3333	4
15176	Batan, O (San Pedro De Nos-Oleiros)	batan-o-san-pedro-de-nos-oleiros	GA	C	15058	43.3167	-8.3333	4
15176	Vilanova (Nos)	vilanova-nos	GA	C	15058	43.3167	-8.3333	4
15176	Veiga, A (San Pedro De Nos-Oleiros)	veiga-a-san-pedro-de-nos-oleiros	GA	C	15058	43.3167	-8.3333	4
15176	Vilar, O (Nos)	vilar-o-nos	GA	C	15058	43.3167	-8.3333	4
15176	Valiño, O (San Pedro De Nos-Oleiros)	valino-o-san-pedro-de-nos-oleiros	GA	C	15058	43.3167	-8.3333	4
15176	Sarro (San Pedro De Nos-Oleiros)	sarro-san-pedro-de-nos-oleiros	GA	C	15058	43.3167	-8.3333	4
15176	Seixal, O (San Pedro De Nos-Oleiros)	seixal-o-san-pedro-de-nos-oleiros	GA	C	15058	43.3167	-8.3333	4
15176	Carballo, O (Nos-Oleiros)	carballo-o-nos-oleiros	GA	C	15058	43.3167	-8.3333	4
15177	Maianca (San Cosme)	maianca-san-cosme	GA	C	15058	43.3746	-8.3245	4
15177	Aba (Santa Maria De Dexo-Oleiros)	aba-santa-maria-de-dexo-oleiros	GA	C	15058	43.3957	-8.3233	4
15177	Puerto	puerto	GA	C	15058	43.15	-9.1167	4
15177	Dexo	dexo	GA	C	15058	43.3957	-8.3233	4
15177	Lagoa, A (San Cosme De Maianca-Oleiros)	lagoa-a-san-cosme-de-maianca-oleiros	GA	C	15058	43.3746	-8.3245	4
15177	Lorbe (Santa Maria De Dexo-Oleiros)	lorbe-santa-maria-de-dexo-oleiros	GA	C	15058	43.3957	-8.3233	4
15177	Cabreira (Maianca)	cabreira-maianca	GA	C	15058	43.3746	-8.3245	4
15177	Serantes (San Xian)	serantes-san-xian	GA	C	15058	43.3613	-8.3975	3
15177	Agra Da Pedra (San Xian De Serantes-Oleiros)	agra-da-pedra-san-xian-de-serantes-oleiros	GA	C	15058	43.3822	-8.3318	4
15177	Maianca	maianca	GA	C	15058	43.3746	-8.3245	4
15177	Dexo (Santa Maria)	dexo-santa-maria	GA	C	15058	43.3613	-8.3975	3
15177	Gandara, A (San Xian De Serantes-Oleiros)	gandara-a-san-xian-de-serantes-oleiros	GA	C	15058	43.3822	-8.3318	4
15177	Lagoa, A (Maianca)	lagoa-a-maianca	GA	C	15058	43.3746	-8.3245	4
15177	Mera (Serantes)	mera-serantes	GA	C	15058	43.3613	-8.3975	3
15177	Xoez	xoez	GA	C	15058	43.3613	-8.3975	3
15178	Couto, O (Dorneda)	couto-o-dorneda	GA	C	15058	43.3573	-8.3315	4
15178	Aguieira (Santa Maria De Dexo-Oleiros)	aguieira-santa-maria-de-dexo-oleiros	GA	C	15058	43.3957	-8.3233	4
15178	Abeleiras De Abaixo	abeleiras-de-abaixo	GA	C	15058	43.3701	-8.3288	3
15178	Breixo (Dorneda-Oleiros)	breixo-dorneda-oleiros	GA	C	15058	43.3573	-8.3315	4
15178	Arillo	arillo	GA	C	15058	43.3701	-8.3288	3
15178	Augarrio	augarrio	GA	C	15058	43.3701	-8.3288	3
15178	Dorneda (San Martiño)	dorneda-san-martino	GA	C	15058	43.3701	-8.3288	3
15179	Ferrala, A (Santaia De Lians-Oleiros)	ferrala-a-santaia-de-lians-oleiros	GA	C	15058	43.3339	-8.3518	4
15179	Lians (Santaia)	lians-santaia	GA	C	15058	43.3334	-8.3526	3
15179	Espiño (Lians)	espino-lians	GA	C	15058	43.3339	-8.3518	4
15179	Porto De Santa Cruz, O	porto-de-santa-cruz-o	GA	C	15058	43.3334	-8.3526	3
15179	Montrove	montrove	GA	C	15058	43.3302	-8.3576	4
15179	Coruxo De Arriba	coruxo-de-arriba	GA	C	15058	43.3334	-8.3526	3
15179	Porto De Santa Cruz (Santaia De Lians-Oleiros)	porto-de-santa-cruz-santaia-de-lians-oleiros	GA	C	15058	43.3339	-8.3518	4
15179	Seixo, O (Lians)	seixo-o-lians	GA	C	15058	43.3339	-8.3518	4
15179	Choupana (Santaia De Lians-Oleiros)	choupana-santaia-de-lians-oleiros	GA	C	15058	43.3339	-8.3518	4
15179	Franzomel (Lians)	franzomel-lians	GA	C	15058	43.3339	-8.3518	4
15180	Alvedro (San Xian De Almeiras-Culleredo)	alvedro-san-xian-de-almeiras-culleredo	GA	C	15031	43.2528	-8.3868	1
15180	Almeiras (San Xian)	almeiras-san-xian	GA	C	15031	43.2528	-8.3868	1
15180	Catas, As	catas-as	GA	C	15031	43.2528	-8.3868	1
15180	Choeira, A (San Xian De Almeiras-Culleredo)	choeira-a-san-xian-de-almeiras-culleredo	GA	C	15031	43.2528	-8.3868	1
15180	Pelamios	pelamios	GA	C	15031	43.2528	-8.3868	1
15180	Aeropuerto De Alvedro	aeropuerto-de-alvedro	GA	C	15031	43.2528	-8.3868	1
15181	Altamira (Anceis)	altamira-anceis	GA	C	15017	43.2763	-8.3583	4
15181	Souto, O (Sigras, Cambre) (Lugar)	souto-o-sigras-cambre-lugar	GA	C	15017	43.2833	-8.3667	4
15181	Pena, A (Santiago De Sigras-Cambre)	pena-a-santiago-de-sigras-cambre	GA	C	15017	43.2867	-8.3653	4
15181	Seoane (Anceis, Cambre) (Lugar)	seoane-anceis-cambre-lugar	GA	C	15017	43.2763	-8.3583	4
15181	Pontido (Sigras, Cambre) (Lugar)	pontido-sigras-cambre-lugar	GA	C	15017	43.2833	-8.3667	4
15181	Souto, O (Santiago De Sigras-Cambre)	souto-o-santiago-de-sigras-cambre	GA	C	15017	43.2867	-8.3653	4
15181	Castrobo (Anceis, Cambre) (Lugar)	castrobo-anceis-cambre-lugar	GA	C	15017	43.2763	-8.3583	4
15181	Telva, A (Sigras, Cambre) (Lugar)	telva-a-sigras-cambre-lugar	GA	C	15017	43.2833	-8.3667	4
15181	Aian	aian	GA	C	15017	43.283	-8.364	3
15181	Pena, A (Sigras, Cambre) (Lugar)	pena-a-sigras-cambre-lugar	GA	C	15017	43.2833	-8.3667	4
15181	Pontido (Santiago De Sigras-Cambre)	pontido-santiago-de-sigras-cambre	GA	C	15017	43.2867	-8.3653	4
15181	Campons, Os	campons-os	GA	C	15017	43.283	-8.364	3
15181	Sigras De Abaixo (Santiago De Sigras-Cambre)	sigras-de-abaixo-santiago-de-sigras-cambre	GA	C	15017	43.2867	-8.3653	4
15181	Seoane (San Xoan De Anceis-Cambre)	seoane-san-xoan-de-anceis-cambre	GA	C	15017	43.283	-8.364	3
15181	Telva, A (Santiago De Sigras-Cambre)	telva-a-santiago-de-sigras-cambre	GA	C	15017	43.2867	-8.3653	4
15181	Anceis (San Xoan)	anceis-san-xoan	GA	C	15017	43.283	-8.364	3
15181	Sigras (Santiago)	sigras-santiago	GA	C	15017	43.283	-8.364	3
15181	Castrobo (San Xoan De Anceis-Cambre)	castrobo-san-xoan-de-anceis-cambre	GA	C	15017	43.283	-8.364	3
15182	Sergude (San Xian)	sergude-san-xian	GA	C	15021	43.2528	-8.3868	1
15182	Tabeaio (San Martiño)	tabeaio-san-martino	GA	C	15021	43.2528	-8.3868	1
15182	Gosende (San Martiño De Tabeaio-Carral)	gosende-san-martino-de-tabeaio-carral	GA	C	15021	43.2528	-8.3868	1
15182	Tarroeira De Tabeaio (San Martiño De Tabeaio-Carral)	tarroeira-de-tabeaio-san-martino-de-tabeaio-carral	GA	C	15021	43.2528	-8.3868	1
15183	Quembre (San Pedro)	quembre-san-pedro	GA	C	15021	43.2167	-8.3667	4
15183	Beira (Santa Mariña)	beira-santa-marina	GA	C	15021	43.2167	-8.3667	3
15183	Canedo (Santa Mariña De Beira-Carral)	canedo-santa-marina-de-beira-carral	GA	C	15021	43.2167	-8.3667	3
15184	Sumio (Santiago)	sumio-santiago	GA	C	15021	43.2	-8.3833	4
15185	Cerceda	cerceda	GA	C	15024	43.1833	-8.4833	4
15185	Xesteda	xesteda	GA	C	15024	43.1333	-8.5	4
15185	Cima Arriba (Santa Maria De Queixas-Cerceda)	cima-arriba-santa-maria-de-queixas-cerceda	GA	C	15024	43.15	-8.4667	4
15185	Queixas (Santa Maria)	queixas-santa-maria	GA	C	15024	43.1983	-8.4367	3
15185	Meirama (Santo Andre)	meirama-santo-andre	GA	C	15024	43.375	-8.2667	4
15185	Baixa, A (Cerceda)	baixa-a-cerceda	GA	C	15024	43.1983	-8.4367	3
15185	Viris (Santa Maria De Queixas-Cerceda)	viris-santa-maria-de-queixas-cerceda	GA	C	15024	43.15	-8.4667	4
15185	Monte Xalo De Cerceda	monte-xalo-de-cerceda	GA	C	15024	43.1983	-8.4367	3
15185	Vilar (San Martiño De Cerceda-Cerceda)	vilar-san-martino-de-cerceda-cerceda	GA	C	15024	43.1983	-8.4367	3
15185	Vilar De Queixas, O	vilar-de-queixas-o	GA	C	15024	43.1983	-8.4367	3
15185	Xesteda (Santa Comba)	xesteda-santa-comba	GA	C	15024	43.1983	-8.4367	3
15185	Cerceda (San Martiño)	cerceda-san-martino	GA	C	15024	43.1983	-8.4367	3
15185	Monte Xalo De Carral	monte-xalo-de-carral	GA	C	15024	43.1983	-8.4367	3
15186	Adro (San Martiño De Rodis-Cerceda)	adro-san-martino-de-rodis-cerceda	GA	C	15024	43.2528	-8.3868	1
15186	Tablilla (San Martiño De Rodis-Cerceda)	tablilla-san-martino-de-rodis-cerceda	GA	C	15024	43.2528	-8.3868	1
15186	Silva, A (Rodis)	silva-a-rodis	GA	C	15024	43.2528	-8.3868	1
15186	Vilamarta (San Martiño De Rodis-Cerceda)	vilamarta-san-martino-de-rodis-cerceda	GA	C	15024	43.2528	-8.3868	1
15186	Rodis (San Martiño)	rodis-san-martino	GA	C	15024	43.2528	-8.3868	1
15187	Xalo (San Roman Das Encrobas, As-Cerceda)	xalo-san-roman-das-encrobas-as-cerceda	GA	C	15024	43.2528	-8.3868	1
15187	Encrobas, As (San Roman)	encrobas-as-san-roman	GA	C	15024	43.2528	-8.3868	1
15187	Morzos (San Roman Das Encrobas, As-Cerceda)	morzos-san-roman-das-encrobas-as-cerceda	GA	C	15024	43.2528	-8.3868	1
15188	Meirama	meirama	GA	C	15024	43.2167	-8.4333	4
15189	Culleredo	culleredo	GA	C	15031	43.2879	-8.3886	4
15189	Culleredo (San Estevo)	culleredo-san-estevo	GA	C	15031	43.2879	-8.3886	3
15189	Tarrio (Santo Estevo De Culleredo-Culleredo)	tarrio-santo-estevo-de-culleredo-culleredo	GA	C	15031	43.2879	-8.3886	3
15189	Toroño (Santo Estevo De Culleredo-Culleredo)	torono-santo-estevo-de-culleredo-culleredo	GA	C	15031	43.2879	-8.3886	3
15189	Hermida (Culleredo)	hermida-culleredo	GA	C	15031	43.2879	-8.3886	3
15189	Liñares (Santo Estevo De Culleredo-Culleredo)	linares-santo-estevo-de-culleredo-culleredo	GA	C	15031	43.2879	-8.3886	3
15190	A Coruña	a-coruna	GA	C	15030	43.3713	-8.396	4
15190	Pocomaco (Poligono Industrial)	pocomaco-poligono-industrial	GA	C	15030	43.3528	-8.4004	3
15190	Feans (Elviña-Coruña, A)	feans-elvina-coruna-a	GA	C	15030	43.3343	-8.4047	4
15198	Sueiro (San Esteban)	sueiro-san-esteban	GA	C	15031	43.2879	-8.3886	4
15198	Vinxeira Pequena (Santa Maria De Celas-Culleredo)	vinxeira-pequena-santa-maria-de-celas-culleredo	GA	C	15031	43.2879	-8.3886	3
15198	Celas (Santa Maria)	celas-santa-maria	GA	C	15031	43.2879	-8.3886	3
15198	Vinxeira Grande (Santa Maria De Celas-Culleredo)	vinxeira-grande-santa-maria-de-celas-culleredo	GA	C	15031	43.2879	-8.3886	3
15198	Peiro De Arriba	peiro-de-arriba	GA	C	15031	43.2879	-8.3886	3
15198	Celas De Arriba (Celasdepeiro)	celas-de-arriba-celasdepeiro	GA	C	15031	43.2879	-8.3886	3
15199	Boedo (San Silvestre De Veiga-Culleredo)	boedo-san-silvestre-de-veiga-culleredo	GA	C	15031	43.25	-8.4167	4
15199	Orro (Culleredo)	orro-culleredo	GA	C	15031	43.2879	-8.3886	4
15199	Ledoño	ledono	GA	C	15031	43.2655	-8.4174	4
15199	Peiro De Abaixo (San Silvestre De Veiga-Culleredo)	peiro-de-abaixo-san-silvestre-de-veiga-culleredo	GA	C	15031	43.25	-8.4167	4
15199	Ledoño (San Pedro)	ledono-san-pedro	GA	C	15031	43.2633	-8.4098	3
15199	Veiga (San Silvestre)	veiga-san-silvestre	GA	C	15031	43.2633	-8.4098	3
15199	Orro (San Salvador)	orro-san-salvador	GA	C	15031	43.2633	-8.4098	3
15199	Sesamo (San Martiño)	sesamo-san-martino	GA	C	15031	43.2633	-8.4098	3
15200	Noia	noia	GA	C	15057	42.7858	-8.8873	4
15200	Noia (Logrosa)	noia-logrosa	GA	C	15057	42.9022	-8.7277	4
15210	Ponte (Barro - Noia)	ponte-barro-noia	GA	C	15057	42.7915	-8.8944	4
15210	Barro (Santa Cristina)	barro-santa-cristina	GA	C	15057	42.7915	-8.8944	3
15210	Barquiña, A (Barro)	barquina-a-barro	GA	C	15057	42.7915	-8.8944	3
15210	Barro (Stª. Cristina-Noia)	barro-st-cristina-noia	GA	C	15057	42.7915	-8.8944	3
15210	Couto De Arriba, O (Barro - Noia)	couto-de-arriba-o-barro-noia	GA	C	15057	42.7915	-8.8944	4
15210	Vista Fermosa (Barro)	vista-fermosa-barro	GA	C	15057	42.7915	-8.8944	3
15210	Orro (Barro-Noia)	orro-barro-noia	GA	C	15057	42.7915	-8.8944	4
15210	Carracido (Barro - Noia)	carracido-barro-noia	GA	C	15057	42.7915	-8.8944	4
15210	Vista Alegre (Barro-Noia)	vista-alegre-barro-noia	GA	C	15057	42.7915	-8.8944	4
15210	Igrexa, A (Barro - Noia)	igrexa-a-barro-noia	GA	C	15057	42.7915	-8.8944	4
15210	San Breixo (Barro-Noia)	san-breixo-barro-noia	GA	C	15057	42.7915	-8.8944	4
15211	Roo (Santa Maria)	roo-santa-maria	GA	C	15057	42.8094	-8.8777	1
15211	Ponte Nafonso, A (Roo)	ponte-nafonso-a-roo	GA	C	15057	42.8094	-8.8777	1
15212	Rasa De Abaixo, A	rasa-de-abaixo-a	GA	C	15042	42.7919	-8.8207	3
15212	Vilacova (Santa Eulalia)	vilacova-santa-eulalia	GA	C	15042	42.7919	-8.8207	3
15212	Quintans (Lesende-Lousame)	quintans-lesende-lousame	GA	C	15042	42.7919	-8.8207	4
15212	Lesende (San Martiño)	lesende-san-martino	GA	C	15042	42.7919	-8.8207	3
15212	Rasa De Abaixo (Santa Cristina De Barro-Noia)	rasa-de-abaixo-santa-cristina-de-barro-noia	GA	C	15042	42.7919	-8.8207	3
15212	Lesende (San Martiño De Lesende-Lousame)	lesende-san-martino-de-lesende-lousame	GA	C	15042	42.7919	-8.8207	3
15213	Sobreviñas (Argalo - Noia)	sobrevinas-argalo-noia	GA	C	15057	42.8094	-8.8777	1
15213	Argalo (Santa Maria)	argalo-santa-maria	GA	C	15057	42.8094	-8.8777	1
15213	Obre, O (Santa Mariña)	obre-o-santa-marina	GA	C	15057	42.8094	-8.8777	1
15213	Entrerrios (Argalo-Noia)	entrerrios-argalo-noia	GA	C	15057	42.8094	-8.8777	1
15213	Piñeiro (Argalo - Noia)	pineiro-argalo-noia	GA	C	15057	42.8094	-8.8777	1
15213	Portela, A (Obre - Noia)	portela-a-obre-noia	GA	C	15057	42.8094	-8.8777	1
15213	Ousoño	ousono	GA	C	15057	42.8094	-8.8777	1
15213	Ousoño (Santa Cristina De Barro-Noia)	ousono-santa-cristina-de-barro-noia	GA	C	15057	42.8094	-8.8777	1
15214	Lousame	lousame	GA	C	15042	42.773	-8.8444	4
15316	Armea (San Vicente)	armea-san-vicente	GA	C	15027	43.2167	-8.1	4
15214	Toxos Outos (San Xusto)	toxos-outos-san-xusto	GA	C	15042	43.2	-8.7833	4
15214	Croido	croido	GA	C	15042	42.9865	-8.8139	3
15214	Chave (Lousame)	chave-lousame	GA	C	15042	42.9865	-8.8139	3
15214	Lousame (San Xoan)	lousame-san-xoan	GA	C	15042	42.9865	-8.8139	3
15215	Fruime (San Martiño)	fruime-san-martino	GA	C	15042	42.8094	-8.8777	1
15216	Pousada (Tallara-Lousame)	pousada-tallara-lousame	GA	C	15042	42.75	-8.8833	4
15216	Merelle (Tallara-Lousame)	merelle-tallara-lousame	GA	C	15042	42.75	-8.8833	4
15216	Tallara (San Pedro)	tallara-san-pedro	GA	C	15042	42.75	-8.8833	4
15218	Camboño (San Xoan)	cambono-san-xoan	GA	C	15071	42.7767	-8.9288	3
15218	Boa (San Pedro)	boa-san-pedro	GA	C	15071	42.7767	-8.9288	4
15220	Bertamirans (Ames)	bertamirans-ames	GA	C	15002	42.878	-8.6432	1
15220	Ortoñiño (San Xoan De Ortoño-Ames)	ortonino-san-xoan-de-ortono-ames	GA	C	15002	42.878	-8.6432	1
15220	Ortoño (Ames)	ortono-ames	GA	C	15002	42.878	-8.6432	1
15220	Lapido (San Xoan De Ortoño-Ames)	lapido-san-xoan-de-ortono-ames	GA	C	15002	42.878	-8.6432	1
15220	Tarroeira (San Xoan De Ortoño-Ames)	tarroeira-san-xoan-de-ortono-ames	GA	C	15002	42.878	-8.6432	1
15220	Aldea Nova (Ames)	aldea-nova-ames	GA	C	15002	42.878	-8.6432	1
15229	Covas (Santo Estevo)	covas-santo-estevo	GA	C	15002	42.878	-8.6432	3
15229	Ames (San Tome)	ames-san-tome	GA	C	15002	42.878	-8.6432	3
15229	Ventosa (Covas-Ames)	ventosa-covas-ames	GA	C	15002	42.878	-8.6432	4
15229	Augapesada (Santo Tome De Ames-Ames)	augapesada-santo-tome-de-ames-ames	GA	C	15002	42.878	-8.6432	3
15229	Oca (Santo Tome De Ames-Ames)	oca-santo-tome-de-ames-ames	GA	C	15002	42.878	-8.6432	3
15229	Castelo (Santo Tome De Ames-Ames)	castelo-santo-tome-de-ames-ames	GA	C	15002	42.878	-8.6432	3
15229	Iglesia (Santo Estevo De Covas-Ames)	iglesia-santo-estevo-de-covas-ames	GA	C	15002	42.878	-8.6432	3
15229	Castiñeiro Do Lobo (Santo Tome De Ames-Ames)	castineiro-do-lobo-santo-tome-de-ames-ames	GA	C	15002	42.878	-8.6432	3
15230	Outes	outes	GA	C	15062	42.8619	-8.9018	4
15230	Serra De Outes,A	serra-de-outes-a	GA	C	15062	42.8619	-8.9018	3
15230	Outes (San Pedro)	outes-san-pedro	GA	C	15062	42.8619	-8.9018	3
15230	Lantarou (San Pedro De Outes-Outes)	lantarou-san-pedro-de-outes-outes	GA	C	15062	42.8619	-8.9018	3
15230	Boel (San Pedro De Outes-Outes)	boel-san-pedro-de-outes-outes	GA	C	15062	42.8619	-8.9018	3
15236	Taras (San Xian)	taras-san-xian	GA	C	15062	42.8748	-8.9233	1
15236	Entins (Santa Maria)	entins-santa-maria	GA	C	15062	42.8748	-8.9233	1
15237	Santo Ourente De Entins (Santo Ourente)	santo-ourente-de-entins-santo-ourente	GA	C	15062	42.8627	-8.9021	4
15237	Banzas (Santo Ourente De Santo Ourente De Entins-Outes)	banzas-santo-ourente-de-santo-ourente-de-entins-outes	GA	C	15062	42.8627	-8.9021	3
15238	Asenso	asenso	GA	C		42.8997	-8.9661	4
15238	Vioxo (Santa Baia De Chacin-Mazaricos)	vioxo-santa-baia-de-chacin-mazaricos	GA	C		42.8997	-8.9661	3
15238	Chacin (Santa Baia)	chacin-santa-baia	GA	C		42.8997	-8.9661	3
15238	Pino De Val (Santa Baia De Chacin-Mazaricos)	pino-de-val-santa-baia-de-chacin-mazaricos	GA	C		42.8997	-8.9661	3
15239	Matasueiro (San Lourenzo)	matasueiro-san-lourenzo	GA	C	15062	42.8748	-8.9233	1
15239	Valadares (San Miguel)	valadares-san-miguel	GA	C	15062	42.8748	-8.9233	1
15240	Solleiros	solleiros	GA	C	15053	42.7948	-8.9884	4
15240	Creo	creo	GA	C	15053	42.7889	-8.9795	4
15240	Esteiro (Santa Mariña)	esteiro-santa-marina	GA	C	15053	42.7918	-8.9839	3
15240	Pendente (Santa Mariña De Esteiro-Muros)	pendente-santa-marina-de-esteiro-muros	GA	C	15053	42.7918	-8.9839	3
15240	Uhia (Lugar)	uhia-lugar	GA	C	15053	42.7918	-8.9839	3
15240	Maio	maio	GA	C	15053	42.7918	-8.9839	3
15240	Ribeira De Maio, A	ribeira-de-maio-a	GA	C	15053	42.7918	-8.9839	3
15240	Ribeira De Creo, A	ribeira-de-creo-a	GA	C	15053	42.7918	-8.9839	3
15250	Muros (Muros)	muros-muros	GA	C	15053	42.7762	-9.0603	4
15250	Muros	muros	GA	C	15053	42.7762	-9.0603	4
15250	Muros (San Pedro)	muros-san-pedro	GA	C	15053	42.7762	-9.0603	3
15250	Miraflores (Muros)	miraflores-muros	GA	C	15053	42.7762	-9.0603	4
15250	Campo Das Cortes	campo-das-cortes	GA	C	15053	42.7762	-9.0603	3
15250	Virxe Do Camiño, A	virxe-do-camino-a	GA	C	15053	42.7762	-9.0603	3
15256	Mazaricos	mazaricos	GA	C	15045	42.9403	-8.9719	4
15256	Cuiña (San Fins De San Fins De Eiron-Mazaricos	cuina-san-fins-de-san-fins-de-eiron-mazaricos	GA	C	15045	42.9403	-8.9719	3
15256	San Fins De Eiron (San Fins)	san-fins-de-eiron-san-fins	GA	C	15045	42.9403	-8.9719	3
15258	Antes (San Cosme)	antes-san-cosme	GA	C	15045	42.8026	-9.0552	1
15258	Albores (San Mamede)	albores-san-mamede	GA	C	15045	42.8026	-9.0552	1
15258	Suevos (Santa Maria De Coiro-Mazaricos)	suevos-santa-maria-de-coiro-mazaricos	GA	C	15045	42.8026	-9.0552	1
15258	San Cosme De Antes-Mazaricos)	san-cosme-de-antes-mazaricos	GA	C	15045	42.8026	-9.0552	1
15258	Picota, A (Mazaricos)	picota-a-mazaricos	GA	C	15045	42.8026	-9.0552	1
15258	Pazos (San Cosme De Antes-Mazaricos)	pazos-san-cosme-de-antes-mazaricos	GA	C	15045	42.8026	-9.0552	1
15258	Mazaricos (San Xoan)	mazaricos-san-xoan	GA	C	15045	42.8026	-9.0552	1
15258	Arcos (Santiago)	arcos-santiago	GA	C	15045	42.8026	-9.0552	1
15258	Beba (San Xian)	beba-san-xian	GA	C	15045	42.8026	-9.0552	1
15258	Maroñas, As (Santa Mariña)	maronas-as-santa-marina	GA	C	15045	42.8026	-9.0552	1
15258	Lago (San Xoan De Mazaricos-Mazaricos)	lago-san-xoan-de-mazaricos-mazaricos	GA	C	15045	42.8026	-9.0552	1
15258	Vaos, Os (San Tome)	vaos-os-san-tome	GA	C	15045	42.8026	-9.0552	1
15258	Cumbrans (San Cosme De Antes-Mazaricos)	cumbrans-san-cosme-de-antes-mazaricos	GA	C	15045	42.8026	-9.0552	1
15258	Corzon (San Cristovo)	corzon-san-cristovo	GA	C	15045	42.8026	-9.0552	1
15258	Espigas-Vilaferreiros (San Mamede De Albores-Mazaricos)	espigas-vilaferreiros-san-mamede-de-albores-mazaricos	GA	C	15045	42.8026	-9.0552	1
15866	Sollans	sollans	GA	C	15082	42.8333	-8.5833	3
15258	Coluns (San Salvador)	coluns-san-salvador	GA	C	15045	42.8026	-9.0552	1
15258	Coluns ( San Salvador De Coluns-Mazaricos)	coluns-san-salvador-de-coluns-mazaricos	GA	C	15045	42.8026	-9.0552	1
15258	Coiro (Santa Maria)	coiro-santa-maria	GA	C	15045	42.8026	-9.0552	1
15258	Cives (San Salvador De Coluns-Mazaricos)	cives-san-salvador-de-coluns-mazaricos	GA	C	15045	42.8026	-9.0552	1
15258	Cabanude (Santiago De Arcos-Mazaricos)	cabanude-santiago-de-arcos-mazaricos	GA	C	15045	42.8026	-9.0552	1
15259	Acea, A (Serres)	acea-a-serres	GA	C	15053	42.788	-9.0722	4
15259	Serres (San Xoan)	serres-san-xoan	GA	C	15053	42.788	-9.0722	3
15259	Serres	serres	GA	C	15053	42.788	-9.0722	4
15259	Arriba (San Xoan De Serres-Muros)	arriba-san-xoan-de-serres-muros	GA	C	15053	42.788	-9.0722	3
15259	Baño (Serres)	bano-serres	GA	C	15053	42.788	-9.0722	4
15259	Portugalete (San Xoan De Serres-Muros)	portugalete-san-xoan-de-serres-muros	GA	C	15053	42.788	-9.0722	3
15259	Boavista (Serres)	boavista-serres	GA	C	15053	42.788	-9.0722	4
15259	Vadernado (San Xoan De Serres-Muros)	vadernado-san-xoan-de-serres-muros	GA	C	15053	42.788	-9.0722	3
15259	Sestaio (San Miguel)	sestaio-san-miguel	GA	C	15053	42.788	-9.0722	3
15259	Retorta (San Xoan De Serres-Muros)	retorta-san-xoan-de-serres-muros	GA	C	15053	42.788	-9.0722	3
15259	Valdexeria (San Xoan De Serres-Muros)	valdexeria-san-xoan-de-serres-muros	GA	C	15053	42.788	-9.0722	3
15270	Cee	cee	GA	C	15023	42.9547	-9.188	4
15270	Son (Sant Maria De Cee-Cee)	son-sant-maria-de-cee-cee	GA	C	15023	42.9547	-9.188	3
15270	Lagarteira (Santa Maria De Cee-Cee)	lagarteira-santa-maria-de-cee-cee	GA	C	15023	42.9547	-9.188	3
15270	Cee (Santa Maria )	cee-santa-maria	GA	C	15023	42.9547	-9.188	3
15270	Escabanas (Santa Maria De Cee-Cee)	escabanas-santa-maria-de-cee-cee	GA	C	15023	42.9547	-9.188	3
15270	Xallas (Santa Maria De Cee-Cee)	xallas-santa-maria-de-cee-cee	GA	C	15023	42.9547	-9.188	3
15280	Bastavales (San Xulian)	bastavales-san-xulian	GA	C	15013	42.8245	-8.8491	1
15280	Alqueidon	alqueidon	GA	C	15013	42.8245	-8.8491	1
15280	Tremo, O (Santa Maria Dos Anxeles-Brion)	tremo-o-santa-maria-dos-anxeles-brion	GA	C	15013	42.8245	-8.8491	1
15280	San Salvador De Bastavales (San Salvador)	san-salvador-de-bastavales-san-salvador	GA	C	15013	42.8245	-8.8491	1
15280	Anxeles, Os (Santa Maria-Brion)	anxeles-os-santa-maria-brion	GA	C	15013	42.8245	-8.8491	1
15280	Sabaxans ( San Xulian De Bastavales-Brion)	sabaxans-san-xulian-de-bastavales-brion	GA	C	15013	42.8245	-8.8491	1
15280	Guitiande (Santa Maria Dos Anxeles-Brion)	guitiande-santa-maria-dos-anxeles-brion	GA	C	15013	42.8245	-8.8491	1
15280	Chave De Ponte (San Xulian De Bastavales-Brion)	chave-de-ponte-san-xulian-de-bastavales-brion	GA	C	15013	42.8245	-8.8491	1
15280	Soigrexa (Santa Maria Dos Anxeles-Brion)	soigrexa-santa-maria-dos-anxeles-brion	GA	C	15013	42.8245	-8.8491	1
15281	Macedos (Santa Maria De Urdilde-Rois)	macedos-santa-maria-de-urdilde-rois	GA	C	15074	42.8333	-8.7333	4
15281	Urdilde (Santa Maria)	urdilde-santa-maria	GA	C	15074	42.8333	-8.7333	4
15282	Ermedelo (San Martiño)	ermedelo-san-martino	GA	C	15074	42.8245	-8.8491	1
15285	Luaña (Brion)	luana-brion	GA	C		42.8667	-8.75	3
15285	Mouretans (Viceso-Brion)	mouretans-viceso-brion	GA	C		42.8667	-8.75	4
15285	Cornada (Brion)	cornada-brion	GA	C		42.8667	-8.75	3
15285	Viceso (Brion)	viceso-brion	GA	C		42.8667	-8.75	3
15285	Ons (Brion)	ons-brion	GA	C		42.8667	-8.75	3
15286	Ponte Nafonso, A (San Tirso De Cando-Outes)	ponte-nafonso-a-san-tirso-de-cando-outes	GA	C	15062	42.8333	-8.8833	3
15286	Cando (San Tirso)	cando-san-tirso	GA	C	15062	42.8333	-8.8833	4
15286	Toxeira, A (San Tirso De Cando-Outes)	toxeira-a-san-tirso-de-cando-outes	GA	C	15062	42.8333	-8.8833	3
15286	Cuns (San Tirso De Cando-Outes)	cuns-san-tirso-de-cando-outes	GA	C	15062	42.8333	-8.8833	3
15287	Roo De Abaixo (San Xoan De Roo-Outes)	roo-de-abaixo-san-xoan-de-roo-outes	GA	C	15062	42.8245	-8.8491	1
15287	Serantes (San Cosme De San Cosme De Outeiro-Outes)	serantes-san-cosme-de-san-cosme-de-outeiro-outes	GA	C	15062	42.8245	-8.8491	1
15287	Tavilo (San Cosme De San Cosme De Outeiro-Outes)	tavilo-san-cosme-de-san-cosme-de-outeiro-outes	GA	C	15062	42.8245	-8.8491	1
15287	Vara (San Cosme De San Cosme De Outeiro-Outes)	vara-san-cosme-de-san-cosme-de-outeiro-outes	GA	C	15062	42.8245	-8.8491	1
15287	Bendimon (San Xoan De Roo-Outes)	bendimon-san-xoan-de-roo-outes	GA	C	15062	42.8245	-8.8491	1
15287	Rates (San Cosme De San Cosme De Outeiro-Outes)	rates-san-cosme-de-san-cosme-de-outeiro-outes	GA	C	15062	42.8245	-8.8491	1
15287	Brion De Abaixo (San Xoan De Roo-Outes)	brion-de-abaixo-san-xoan-de-roo-outes	GA	C	15062	42.8245	-8.8491	1
15287	Roo (San Xoan)	roo-san-xoan	GA	C	15062	42.8245	-8.8491	1
15287	San Cosme De Outeiro (San Cosme)	san-cosme-de-outeiro-san-cosme	GA	C	15062	42.8245	-8.8491	1
15287	Cruceiro De Roo, O (San Xoan De Roo-Outes)	cruceiro-de-roo-o-san-xoan-de-roo-outes	GA	C	15062	42.8245	-8.8491	1
15287	Brion De Arriba (San Xoan De Roo-Outes)	brion-de-arriba-san-xoan-de-roo-outes	GA	C	15062	42.8245	-8.8491	1
15288	Ribeira Do Freixo, A (Sabardes)	ribeira-do-freixo-a-sabardes	GA	C	15062	42.8	-8.95	4
15288	Siavo	siavo	GA	C	15062	42.8047	-8.944	4
15288	Braño (Sabardes)	brano-sabardes	GA	C	15062	42.8	-8.95	4
15288	Mosteiro (San Xoan De Freixo De Sabardes, O-Outes)	mosteiro-san-xoan-de-freixo-de-sabardes-o-outes	GA	C	15062	42.8016	-8.948	3
15288	Catasueiro (San Xoan De Freixo De Sabardes, O-Outes)	catasueiro-san-xoan-de-freixo-de-sabardes-o-outes	GA	C	15062	42.8016	-8.948	3
15288	Freixo De Sabardes (San Xoan)	freixo-de-sabardes-san-xoan	GA	C	15062	42.8016	-8.948	3
15290	Tal De Arriba	tal-de-arriba	GA	C	15053	42.8497	-9.1263	1
15290	Bornalle (Santo Estevo De Abelleira-Muros)	bornalle-santo-estevo-de-abelleira-muros	GA	C	15053	42.8497	-9.1263	1
15290	Abelleira (San Estevo)	abelleira-san-estevo	GA	C	15053	42.8497	-9.1263	1
15290	Tal (Santiago)	tal-santiago	GA	C	15053	42.8497	-9.1263	1
15290	Tal De Abaixo	tal-de-abaixo	GA	C	15053	42.8497	-9.1263	1
15290	Torea (San Xian)	torea-san-xian	GA	C	15053	42.8497	-9.1263	1
15291	San Francisco (Santiago De Louro-Muros)	san-francisco-santiago-de-louro-muros	GA	C	15053	42.7614	-9.0842	3
15291	Louro (Santiago)	louro-santiago	GA	C	15053	42.7614	-9.0842	3
15292	Lira (Santa Maria)	lira-santa-maria	GA	C	15020	42.7879	-9.1243	3
15292	Miñarzo	minarzo	GA	C	15020	42.7989	-9.1325	4
15292	Lariño	larino	GA	C	15020	42.7769	-9.116	4
15292	Lariño (San Martiño)	larino-san-martino	GA	C	15020	42.7879	-9.1243	3
15292	Sofan (Santa Maria De Lira-Carnota)	sofan-santa-maria-de-lira-carnota	GA	C	15020	42.7879	-9.1243	3
15292	Gandara (San Martiño De Lariño-Carnota)	gandara-san-martino-de-larino-carnota	GA	C	15020	42.7879	-9.1243	3
15292	Carballal (Santa Maria De Lira-Carnota)	carballal-santa-maria-de-lira-carnota	GA	C	15020	42.7879	-9.1243	3
15292	Agrobello (Santa Maria De Lira-Carnota)	agrobello-santa-maria-de-lira-carnota	GA	C	15020	42.7879	-9.1243	3
15293	Pedrafigueira	pedrafigueira	GA	C	15020	42.833	-9.0901	4
15293	Santa Comba De Carnota (Santa Comba)	santa-comba-de-carnota-santa-comba	GA	C	15020	42.833	-9.0901	3
15293	Carnota	carnota	GA	C	15020	42.833	-9.0901	3
15293	Mallou (Santa Comba De Santa Comba De Carnota-Carnota)	mallou-santa-comba-de-santa-comba-de-carnota-carnota	GA	C	15020	42.833	-9.0901	3
15293	San Mamede De Carnota (San Mamede)	san-mamede-de-carnota-san-mamede	GA	C	15020	42.833	-9.0901	3
15295	Caldebarcos	caldebarcos	GA	C	15020	42.8495	-9.1259	4
15295	Quilmas	quilmas	GA	C	15020	42.873	-9.1404	4
15295	Quilmas (San Clemente De O Pindo-Carnota)	quilmas-san-clemente-de-o-pindo-carnota	GA	C	15020	42.8612	-9.1331	3
15295	Canedo (San Mamede De San Mamede De Carnota-Carnota)	canedo-san-mamede-de-san-mamede-de-carnota-carnota	GA	C	15020	42.8612	-9.1331	3
15295	Panches (San Mamede De San Mamede De Carnota-Carnota)	panches-san-mamede-de-san-mamede-de-carnota-carnota	GA	C	15020	42.8612	-9.1331	3
15295	Parada (San Mamede De San Mamede De Carnota-Carnota)	parada-san-mamede-de-san-mamede-de-carnota-carnota	GA	C	15020	42.8612	-9.1331	3
15295	Piñeiros (San Mamede De San Mamede De Carnota-Carnota)	pineiros-san-mamede-de-san-mamede-de-carnota-carnota	GA	C	15020	42.8612	-9.1331	3
15296	Pindo, O	pindo-o	GA	C	15020	42.8931	-9.1334	4
15296	Pindo, O (San Clemente)	pindo-o-san-clemente	GA	C	15020	42.8931	-9.1334	3
15297	Ezaro, O	ezaro-o	GA	C	15034	42.9113	-9.1314	4
15297	Ezaro, O (Santa Uxia)	ezaro-o-santa-uxia	GA	C	15034	42.9113	-9.1314	3
15298	Ameixenda, A (Santiago)	ameixenda-a-santiago	GA	C	15023	42.8497	-9.1263	1
15298	Lamas, As (Ameixenda-Cee)	lamas-as-ameixenda-cee	GA	C	15023	42.8497	-9.1263	1
15298	Gures (Santiago De Ameixenda, A-Cee)	gures-santiago-de-ameixenda-a-cee	GA	C	15023	42.8497	-9.1263	1
15298	Igrexa, A (Ameixenda-Cee)	igrexa-a-ameixenda-cee	GA	C	15023	42.8497	-9.1263	1
15299	Raso (Brens)	raso-brens	GA	C	15023	42.95	-9.1833	4
15299	Fadibon (Santa Baia De Brens-Cee)	fadibon-santa-baia-de-brens-cee	GA	C	15023	42.95	-9.1833	3
15299	Camiños Chans, Os	caminos-chans-os	GA	C	15023	42.95	-9.1833	3
15299	Pontella, A (Santa Baia De Brens-Cee)	pontella-a-santa-baia-de-brens-cee	GA	C	15023	42.95	-9.1833	3
15299	Grixa, A (Santa Baia De Brens-Cee)	grixa-a-santa-baia-de-brens-cee	GA	C	15023	42.95	-9.1833	3
15299	Brens (Santa Baia)	brens-santa-baia	GA	C	15023	42.95	-9.1833	3
15300	Betanzos	betanzos	GA	C	15009	43.2804	-8.2147	4
15310	Curtis-Estacion	curtis-estacion	GA	C	15032	43.1917	-8.0667	3
15310	Foxado (Santa Maria)	foxado-santa-maria	GA	C	15032	43.2667	-8.0833	4
15310	Teixeiro (Curtis)	teixeiro-curtis	GA	C	15032	43.1167	-8.05	4
15310	Curtis (Santaia)	curtis-santaia	GA	C	15032	43.1917	-8.0667	3
15310	Santa Maria De Lurdes (Santa Maria)	santa-maria-de-lurdes-santa-maria	GA	C	15032	43.2667	-8.0833	4
15310	Curtis	curtis	GA	C	15032	43.1167	-8.05	4
15313	Chao Da Viña, O (Santaia De A Viña-Irixoa	chao-da-vina-o-santaia-de-a-vina-irixoa	GA	C	15039	43.2667	-8.2	3
15313	Churio (San Martin)	churio-san-martin	GA	C	15039	43.2667	-8.2	4
15313	Coruxou (San Salvador)	coruxou-san-salvador	GA	C	15039	43.2667	-8.2	3
15313	Irixoa (San Lourenzo)	irixoa-san-lourenzo	GA	C	15039	43.2667	-8.2	3
15313	Viña, A (Irixoa)	vina-a-irixoa	GA	C	15039	43.2667	-8.2	3
15313	Veris (Santa Maria)	veris-santa-maria	GA	C	15039	43.2667	-8.2	3
15313	Viña, A (Santaia)	vina-a-santaia	GA	C	15039	43.2667	-8.2	3
15313	Ambroa (San Tiso)	ambroa-san-tiso	GA	C	15039	43.2667	-8.2	3
15313	Mantaras (Santa Maria)	mantaras-santa-maria	GA	C	15039	43.2667	-8.2	3
15313	Irixoa	irixoa	GA	C	15039	43.2667	-8.2	3
15314	Obre (Santo Andre)	obre-santo-andre	GA	C	15064	43.375	-8.2667	4
15314	Areas (Santiago De Adragonte-Paderne)	areas-santiago-de-adragonte-paderne	GA	C	15064	43.2833	-8.1333	4
15314	Vilamourel (San Xoan)	vilamourel-san-xoan	GA	C	15064	43.3139	-8.1778	3
15314	Adragonte (Santiago)	adragonte-santiago	GA	C	15064	43.2833	-8.1333	4
15314	Quintas (Santo Estevo)	quintas-santo-estevo	GA	C	15064	43.3139	-8.1778	3
15314	Paderne (San Xoan)	paderne-san-xoan	GA	C	15064	43.3139	-8.1778	3
15314	San Xulian De Vigo (San Xulian)	san-xulian-de-vigo-san-xulian	GA	C	15064	43.3139	-8.1778	3
15314	Paderne	paderne	GA	C	15064	43.3139	-8.1778	3
15315	Val De Xestoso, O (San Pedro)	val-de-xestoso-o-san-pedro	GA	C	15050	43.3	-7.9667	4
15315	Monfero (Santa Juliana)	monfero-santa-juliana	GA	C	15050	43.3	-7.9667	3
15315	Gestoso (San Pedro Del Valle)	gestoso-san-pedro-del-valle	GA	C	15050	43.3	-7.9667	4
15315	Santa Xia De Monfero (Santa Xia)	santa-xia-de-monfero-santa-xia	GA	C	15050	43.3	-7.9667	3
15315	Alto De Xestoso, O (Santa Maria)	alto-de-xestoso-o-santa-maria	GA	C	15050	43.3	-7.9667	3
15315	Gestoso (Santa Maria)	gestoso-santa-maria	GA	C	15050	43.3	-7.9667	3
15316	Combarro (Santiago De Santiago De Ois-Coiros)	combarro-santiago-de-santiago-de-ois-coiros	GA	C	15027	43.25	-8.1167	4
15316	Coiros	coiros	GA	C	15027	43.25	-8.1667	4
15316	Figueiras (Santa Mariña De Santa Mariña De Lesa-Coiros)	figueiras-santa-marina-de-santa-marina-de-lesa-coiros	GA	C	15027	43.2389	-8.1278	3
15316	Queiris (San Salvador De Colantres-Coiros)	queiris-san-salvador-de-colantres-coiros	GA	C	15027	43.2389	-8.1278	3
15316	Santiago De Ois (Santiago)	santiago-de-ois-santiago	GA	C	15027	43.2389	-8.1278	3
15316	Colantres (San Salvador)	colantres-san-salvador	GA	C	15027	43.2389	-8.1278	3
15316	Coiros De Arriba (San Xulian De Coiros-Coiros)	coiros-de-arriba-san-xulian-de-coiros-coiros	GA	C	15027	43.2389	-8.1278	3
15316	Coiros (San Xulian)	coiros-san-xulian	GA	C	15027	43.2389	-8.1278	3
15316	Coiros De Abajo (San Xulian De Coiros-Coiros)	coiros-de-abajo-san-xulian-de-coiros-coiros	GA	C	15027	43.2389	-8.1278	3
15316	Santa Maria De Ois (Santa Maria)	santa-maria-de-ois-santa-maria	GA	C	15027	43.2389	-8.1278	3
15316	Santa Mariña De Lesa (Santa Mariña)	santa-marina-de-lesa-santa-marina	GA	C	15027	43.2389	-8.1278	3
15317	Aranga	aranga	GA	C	15003	43.2347	-8.0171	4
15317	Cambas (San Pedro)	cambas-san-pedro	GA	C	15003	43.2347	-8.0171	3
15317	Feas (San Pedro-Aranga)	feas-san-pedro-aranga	GA	C	15003	43.2347	-8.0171	3
15317	Aranga (San Paio)	aranga-san-paio	GA	C	15003	43.2347	-8.0171	3
15317	Castellana (San Lourenzo De Vilarraso-Aranga)	castellana-san-lourenzo-de-vilarraso-aranga	GA	C	15003	43.2347	-8.0171	3
15317	Muniferral (San Cristovo)	muniferral-san-cristovo	GA	C	15003	43.2347	-8.0171	3
15317	San Vicente De Fervenzas (San Vicente)	san-vicente-de-fervenzas-san-vicente	GA	C	15003	43.2347	-8.0171	3
15317	Villarraso (San Lourenzo)	villarraso-san-lourenzo	GA	C	15003	43.2347	-8.0171	3
15318	Monte (San Tirso De Mabegondo-Abegondo)	monte-san-tirso-de-mabegondo-abegondo	GA	C	15001	43.2333	-8.2667	4
15318	Presedo (Santa Maria)	presedo-santa-maria	GA	C	15001	43.2667	-8.0833	4
15318	Bordelle (Santa Maria De Sarandon-Abegondo)	bordelle-santa-maria-de-sarandon-abegondo	GA	C	15001	43.2422	-8.2322	3
15318	Penedo (San Tirso De Mabegondo-Abegondo)	penedo-san-tirso-de-mabegondo-abegondo	GA	C	15001	43.2333	-8.2667	4
15318	Cullergondo (Santa Maria)	cullergondo-santa-maria	GA	C	15001	43.2667	-8.0833	4
15318	Calle (Santa Maria De Sarandon-Abegondo)	calle-santa-maria-de-sarandon-abegondo	GA	C	15001	43.2422	-8.2322	3
15318	Folgoso (Santa Dorotea)	folgoso-santa-dorotea	GA	C	15001	43.2	-8.3167	4
15318	Meangos (Santiago)	meangos-santiago	GA	C	15001	43.2333	-8.25	4
15318	Vios (San Salvador)	vios-san-salvador	GA	C	15001	43.2422	-8.2322	3
15318	Cos (San Esteban)	cos-san-esteban	GA	C	15001	43.2333	-8.2333	4
15318	Sarandos (Santa Maria)	sarandos-santa-maria	GA	C	15001	43.2667	-8.0833	4
15318	Figueroa (San Miguel)	figueroa-san-miguel	GA	C	15001	43.2422	-8.2322	3
15318	Mabegondo (San Tirso)	mabegondo-san-tirso	GA	C	15001	43.2333	-8.2667	4
15318	Cerneda (San Salvador)	cerneda-san-salvador	GA	C	15001	43.2422	-8.2322	3
15318	Abegondo (Santa Eulalia)	abegondo-santa-eulalia	GA	C	15001	43.2167	-8.2833	4
15318	Vizoño (San Pedro)	vizono-san-pedro	GA	C	15001	43.2422	-8.2322	3
15318	Vilar (Crendes)	vilar-crendes	GA	C	15001	43.2667	-8.2667	4
15318	Crendes (San Pedro)	crendes-san-pedro	GA	C	15001	43.2422	-8.2322	3
15318	Lamansian (San Tirso De Mabegondo-Abegondo)	lamansian-san-tirso-de-mabegondo-abegondo	GA	C	15001	43.2333	-8.2667	4
15318	Orto (San Martiño)	orto-san-martino	GA	C	15001	43.2422	-8.2322	3
15318	Abegondo	abegondo	GA	C	15001	43.2167	-8.2833	4
15318	Bordel (Santa Maria De Sarandon-Abegondo)	bordel-santa-maria-de-sarandon-abegondo	GA	C	15001	43.2422	-8.2322	3
15318	Vilar (San Pedro De Crendes-Abegondo)	vilar-san-pedro-de-crendes-abegondo	GA	C	15001	43.2667	-8.2667	4
15318	Leiro (Santaia)	leiro-santaia	GA	C	15001	43.2422	-8.2322	3
15318	Trasiglesia (San Pedro De Crendes-Abegondo)	trasiglesia-san-pedro-de-crendes-abegondo	GA	C	15001	43.2667	-8.2667	4
15318	San Marco (Abegondo)	san-marco-abegondo	GA	C	15001	43.2422	-8.2322	3
15318	Limiñon (San Salvador)	liminon-san-salvador	GA	C	15001	43.2422	-8.2322	3
15318	Cabanas (San Xian)	cabanas-san-xian	GA	C	15001	43.2422	-8.2322	3
15318	Montouto (Santa Cristina)	montouto-santa-cristina	GA	C	15001	43.2422	-8.2322	3
15318	Vilacoba (Santo Tome)	vilacoba-santo-tome	GA	C	15001	43.2422	-8.2322	3
15319	Castro De San Fiz O (Pontellas)	castro-de-san-fiz-o-pontellas	GA	C	15064	43.2979	-8.1518	3
15319	Guiliade (Piadela)	guiliade-piadela	GA	C	15064	43.2675	-8.2505	4
15319	Souto (Santa Maria)	souto-santa-maria	GA	C	15064	43.2667	-8.0833	4
15319	Vilouzas (San Salvador)	vilouzas-san-salvador	GA	C	15064	43.3	-8.1667	4
15319	Xanrozo (Santiago De Rquian-Betanzos)	xanrozo-santiago-de-rquian-betanzos	GA	C	15064	43.2979	-8.1518	3
15319	Cortiñan (Santa Maria)	cortinan-santa-maria	GA	C	15064	43.2667	-8.0833	4
15319	Insua, A (Viñas-Paderne)	insua-a-vinas-paderne	GA	C	15064	43.2979	-8.1518	3
15319	Requian (Santiago)	requian-santiago	GA	C	15064	43.2577	-8.2348	4
15319	Fraga, A (Cortiñan)	fraga-a-cortinan	GA	C	15064	43.2833	-8.25	4
15319	Montecelo (San Pantaleon De San Pantaleon Das Viñas-Paderne)	montecelo-san-pantaleon-de-san-pantaleon-das-vinas-paderne	GA	C	15064	43.2979	-8.1518	3
15319	Pontellas (Santa Maria)	pontellas-santa-maria	GA	C	15064	43.2667	-8.0833	4
15319	Outeiro, O (Santa Maria De Cortiñan-Bergondo)	outeiro-o-santa-maria-de-cortinan-bergondo	GA	C	15064	43.2833	-8.25	4
15319	San Pedro Das Viñas (San Pedro)	san-pedro-das-vinas-san-pedro	GA	C	15064	43.2979	-8.1518	3
15319	Infesta, A (Requian)	infesta-a-requian	GA	C	15064	43.2577	-8.2348	4
15319	San Victorio (San Fiz De Vixoi-Bergondo)	san-victorio-san-fiz-de-vixoi-bergondo	GA	C	15064	43.2979	-8.1518	3
15319	San Pantaleon Das Viñas (San Pantaleon)	san-pantaleon-das-vinas-san-pantaleon	GA	C	15064	43.6	-7.7	4
15319	Tercio (San Salvador De Vilouzas-Paderne)	tercio-san-salvador-de-vilouzas-paderne	GA	C	15064	43.2979	-8.1518	3
15319	Montellos (Piadela)	montellos-piadela	GA	C	15064	43.2675	-8.2505	4
15319	Tiobre (San Martiño)	tiobre-san-martino	GA	C	15064	43.2979	-8.1518	3
15319	Casas Novas (Santiago De Requian-Betanzos)	casas-novas-santiago-de-requian-betanzos	GA	C	15064	43.2577	-8.2348	4
15358	Teixido ( Santo Andre)	teixido-santo-andre	GA	C	15022	43.375	-8.2667	4
15319	Insua (San Pantaleon De San Pantaleon Das Viñas-Paderne)	insua-san-pantaleon-de-san-pantaleon-das-vinas-paderne	GA	C	15064	43.2979	-8.1518	3
15319	Coto (San Martiño De Brabio-Betanzos)	coto-san-martino-de-brabio-betanzos	GA	C	15064	43.2979	-8.1518	3
15319	Brabio (San Martiño)	brabio-san-martino	GA	C	15064	43.2979	-8.1518	3
15319	Condos (San Salvador De Vilouzas-Paderne)	condos-san-salvador-de-vilouzas-paderne	GA	C	15064	43.2979	-8.1518	3
15319	Chantada (Santa Maria De Souto-Paderne)	chantada-santa-maria-de-souto-paderne	GA	C	15064	43.2979	-8.1518	3
15319	Vixoi (San Fiz)	vixoi-san-fiz	GA	C	15064	43.2979	-8.1518	3
15319	Piadela (Santo Estevo)	piadela-santo-estevo	GA	C	15064	43.2979	-8.1518	3
15319	Trasdoval (San Fiz De Vixoi-Berrgondo)	trasdoval-san-fiz-de-vixoi-berrgondo	GA	C	15064	43.2979	-8.1518	3
15319	Porto (San Pantaleon De San Pantaleon Das Viñas-Paderne)	porto-san-pantaleon-de-san-pantaleon-das-vinas-paderne	GA	C	15064	43.2979	-8.1518	3
15320	Pontes De Garcia Rodriguez, As (Santa Maria)	pontes-de-garcia-rodriguez-as-santa-maria	GA	C	15070	43.4262	-7.9567	1
15320	Pontes, As (Pontes De Garcia Rodriguez)	pontes-as-pontes-de-garcia-rodriguez	GA	C	15070	43.4262	-7.9567	1
15320	Pontoibo (Santa Maria De Pontes De Garcia Rodriguez,As)	pontoibo-santa-maria-de-pontes-de-garcia-rodriguez-as	GA	C	15070	43.4262	-7.9567	1
15320	Pontes De Garcia Rodriguez, As	pontes-de-garcia-rodriguez-as	GA	C	15070	43.4262	-7.9567	1
15324	Seoane (San Xoan)	seoane-san-xoan	GA	C	15070	43.4262	-7.9567	1
15325	San Pedro De Eume (San Pedro)	san-pedro-de-eume-san-pedro	GA	C	15070	43.4	-8	4
15325	Goente (San Martiño)	goente-san-martino	GA	C	15070	43.4	-8	3
15325	Faeira, A (San Pedro)	faeira-a-san-pedro	GA	C	15070	43.4	-8	4
15326	Deveso, O (Santa Maria)	deveso-o-santa-maria	GA	C	15070	43.4262	-7.9567	1
15326	Freixo, O (San Xoan)	freixo-o-san-xoan	GA	C	15070	43.4262	-7.9567	1
15326	Somede (San Mamede)	somede-san-mamede	GA	C	15070	43.4262	-7.9567	1
15327	Aparral, O (Santa Maria)	aparral-o-santa-maria	GA	C	15070	43.4262	-7.9567	1
15328	Saa (Santa Maria De Vilavella-As Pontes De Garcia Rodriguez)	saa-santa-maria-de-vilavella-as-pontes-de-garcia-rodriguez	GA	C	15070	43.4262	-7.9567	1
15328	Vilavella (Santa Maria)	vilavella-santa-maria	GA	C	15070	43.4262	-7.9567	1
15329	Ribadeume (Santa Maria)	ribadeume-santa-maria	GA	C	15070	43.4833	-7.9167	4
15329	Campo (Santa Maria De Ribadeume-As Pontes De Garcia Rodriguez)	campo-santa-maria-de-ribadeume-as-pontes-de-garcia-rodriguez	GA	C	15070	43.4213	-7.9101	4
15329	Bermui (Santiago)	bermui-santiago	GA	C	15070	43.4523	-7.9134	3
15330	Ortigueira	ortigueira	GA	C	15061	43.6833	-7.85	4
15330	Ortigueira (Santa Marta)	ortigueira-santa-marta	GA	C	15061	43.6833	-7.85	3
15332	San Antonio (San Xulian De Barbos-Ortigueira)	san-antonio-san-xulian-de-barbos-ortigueira	GA	C	15061	43.5676	-7.8025	1
15332	Santa Ana (Luia)	santa-ana-luia	GA	C	15061	43.5676	-7.8025	1
15332	Santiago (Ortigueira)	santiago-ortigueira	GA	C	15061	43.5676	-7.8025	1
15332	Freires, Os (San Paulo)	freires-os-san-paulo	GA	C	15061	43.5676	-7.8025	1
15332	Luia (Santa Maria)	luia-santa-maria	GA	C	15061	43.5676	-7.8025	1
15332	Barbos (San Xulian)	barbos-san-xulian	GA	C	15061	43.5676	-7.8025	1
15332	Cuiña (Santiago)	cuina-santiago	GA	C	15061	43.5676	-7.8025	1
15332	Devesos (San Sebastian)	devesos-san-sebastian	GA	C	15061	43.5676	-7.8025	1
15332	Luama (San Martiño)	luama-san-martino	GA	C	15061	43.5676	-7.8025	1
15332	Mosteiro, O (San Xoan)	mosteiro-o-san-xoan	GA	C	15061	43.5676	-7.8025	1
15337	Bares	bares	GA	C	15044	43.7716	-7.6849	4
15337	Mañon	manon	GA	C	15044	43.6189	-7.8057	3
15337	Porto Do Barqueiro	porto-do-barqueiro	GA	C	15044	43.7372	-7.7046	4
15337	Mogor (Santa Maria)	mogor-santa-maria	GA	C	15044	43.4833	-7.9167	4
15337	Ribeiras Do Sor, As (San Cristovo)	ribeiras-do-sor-as-san-cristovo	GA	C	15044	43.6189	-7.8057	3
15337	Bares (Santa Maria)	bares-santa-maria	GA	C	15044	43.4833	-7.9167	4
15338	Nogueirido, O (Senra)	nogueirido-o-senra	GA	C	15061	43.4833	-7.9167	3
15338	Neves, As (Santa Maria)	neves-as-santa-maria	GA	C	15061	43.4833	-7.9167	4
15338	Insua (San Xoan)	insua-san-xoan	GA	C	15061	43.4833	-7.9167	3
15338	Ermo, O (San Xulian)	ermo-o-san-xulian	GA	C	15061	43.4833	-7.9167	3
15338	Senra (San Xulian)	senra-san-xulian	GA	C	15061	43.4833	-7.9167	3
15339	San Juan	san-juan	GA	C	15061	43.25	-7.5667	4
15339	San Felipe (Celtigos-Ortigueira)	san-felipe-celtigos-ortigueira	GA	C	15061	43.4889	-7.7444	3
15339	Mañon (Santa Maria)	manon-santa-maria	GA	C	15061	43.4833	-7.9167	4
15339	San Xulian (Loiba)	san-xulian-loiba	GA	C	15061	43.7333	-7.75	4
15339	Caridad, A (San Xulian De Celtigos-Ortigueira)	caridad-a-san-xulian-de-celtigos-ortigueira	GA	C	15061	43.4889	-7.7444	3
15339	Couzadoiro (San Cristovo)	couzadoiro-san-cristovo	GA	C	15061	43.4889	-7.7444	3
15339	Porto De Espasante, O	porto-de-espasante-o	GA	C	15061	43.4889	-7.7444	3
15339	Loiba (San Xulian)	loiba-san-xulian	GA	C	15061	43.4889	-7.7444	3
15339	Ladrido (Santalla)	ladrido-santalla	GA	C	15061	43.4889	-7.7444	3
15339	Celtigos (San Xulian) (Ortigueira)	celtigos-san-xulian-ortigueira	GA	C	15061	43.4889	-7.7444	3
15339	Santa Eulalia	santa-eulalia	GA	C	15061	43.4889	-7.7444	3
15339	San Salvador De Couzadoiro (San Salvador)	san-salvador-de-couzadoiro-san-salvador	GA	C	15061	43.4889	-7.7444	3
15339	Grañas Do Sor, As (San Mamede)	granas-do-sor-as-san-mamede	GA	C	15061	43.4889	-7.7444	3
15339	Espasante (San Xoan)	espasante-san-xoan	GA	C	15061	43.4889	-7.7444	3
15340	Ponte Mera, A	ponte-mera-a	GA	C	15061	43.3218	-8.1063	1
15340	Mera De Abaixo (Santiago)	mera-de-abaixo-santiago	GA	C	15061	43.3218	-8.1063	1
15347	Cervo (Santalla)	cervo-santalla	GA	C	15022	43.3218	-8.1063	1
15349	Mera De Arriba (Santa Maria)	mera-de-arriba-santa-maria	GA	C	15061	43.3218	-8.1063	1
15350	Cedeira	cedeira	GA	C	15022	43.6604	-8.0572	4
15357	Cedeira (Santa Maria Do Mar)	cedeira-santa-maria-do-mar	GA	C	15022	43.5487	-8.0679	1
15358	Carballeira (Regoa)	carballeira-regoa	GA	C	15022	43.6762	-8.0313	4
15358	Regoa (Santa Maria)	regoa-santa-maria	GA	C	15022	43.4833	-7.9167	4
15359	Piñeiro (San Cosme)	pineiro-san-cosme	GA	C	15022	43.5487	-8.0679	1
15359	Mundin (San Xulian De Montoxo-Cedeira)	mundin-san-xulian-de-montoxo-cedeira	GA	C	15022	43.5487	-8.0679	1
15359	Montoxo (San Xulian)	montoxo-san-xulian	GA	C	15022	43.5487	-8.0679	1
15359	San Roman Demontoxo (San Roman)	san-roman-demontoxo-san-roman	GA	C	15022	43.5487	-8.0679	1
15360	Cariño	carino	GA	C	15901	43.7413	-7.8671	4
15365	Sagron (Santa Maria De A Pedra-Cariño)	sagron-santa-maria-de-a-pedra-carino	GA	C	15901	43.6249	-7.8835	1
15365	Figueiroa (Santa Maria De A Pedra-Cariño)	figueiroa-santa-maria-de-a-pedra-carino	GA	C	15901	43.6249	-7.8835	1
15365	Cerca, A Santa Maria De A Pedra-Cariño)	cerca-a-santa-maria-de-a-pedra-carino	GA	C	15901	43.6249	-7.8835	1
15365	Pedra, A (Santa Maria)	pedra-a-santa-maria	GA	C	15901	43.6249	-7.8835	1
15366	Landoi (Santiago)	landoi-santiago	GA	C	15901	43.6249	-7.8835	1
15366	Feas (San Pedro-Cariño)	feas-san-pedro-carino	GA	C	15901	43.6249	-7.8835	1
15367	Veiga (Santo Adrao)	veiga-santo-adrao	GA	C	15061	43.6249	-7.8835	1
15367	Veiga (Ortigueira)	veiga-ortigueira	GA	C	15061	43.6249	-7.8835	1
15368	Santa Maria (San Claudio)	santa-maria-san-claudio	GA	C	15061	43.65	-7.8667	4
15368	San Claudio (Santa Maria)	san-claudio-santa-maria	GA	C	15061	43.4833	-7.9167	4
15369	Sismundi (Santo Estevo)	sismundi-santo-estevo	GA	C	15901	43.6249	-7.8835	1
15379	Fisteus (Santa Maria)	fisteus-santa-maria	GA	C	15032	43.3218	-8.1063	1
15380	Oza Dos Rios	oza-dos-rios	GA	C	15902	43.2167	-8.1833	4
15380	Lois	lois	GA	C	15902	43.2167	-8.1833	3
15380	Oza (San Pedro)	oza-san-pedro	GA	C	15902	43.2167	-8.1833	3
15386	Rodeiro (Santa Maria)	rodeiro-santa-maria	GA	C	15902	43.2542	-8.2167	1
15387	Regueira, A (Santa Maria)	regueira-a-santa-maria	GA	C	15902	43.2542	-8.2167	1
15388	Salto (San Tome)	salto-san-tome	GA	C	15902	43.2542	-8.2167	1
15388	Reboredo (Santiago)	reboredo-santiago	GA	C	15902	43.2542	-8.2167	1
15388	Frais (Santo Estevo De Parada-Oza Dos Rios)	frais-santo-estevo-de-parada-oza-dos-rios	GA	C	15902	43.2542	-8.2167	1
15388	Parada (Santo Estevo)	parada-santo-estevo	GA	C	15902	43.2542	-8.2167	1
15388	Bandoxa (San Martiño)	bandoxa-san-martino	GA	C	15902	43.2542	-8.2167	1
15389	Callobre (Santa Maria De Cuiña-Oza Dos Rios)	callobre-santa-maria-de-cuina-oza-dos-rios	GA	C	15902	43.2333	-8.2167	4
15389	Cis (San Nicolao)	cis-san-nicolao	GA	C	15902	43.35	-8.2833	4
15389	Mondoi (Oza Dos Rios)	mondoi-oza-dos-rios	GA	C	15902	43.2167	-8.1833	4
15389	Cuiña (Santa Maria)	cuina-santa-maria	GA	C	15902	43.2667	-8.2278	3
15389	Vilar De Costoia (San Pedro De Porzomillos-Oza Dos Rios)	vilar-de-costoia-san-pedro-de-porzomillos-oza-dos-rios	GA	C	15902	43.2667	-8.2278	3
15389	Santa Cruz (Mondoi)	santa-cruz-mondoi	GA	C	15902	43.2667	-8.2278	3
15389	Vivente (Santo Estevo)	vivente-santo-estevo	GA	C	15902	43.2667	-8.2278	3
15389	Porzomillos (San Pedro)	porzomillos-san-pedro	GA	C	15902	43.2667	-8.2278	3
15390	Borrifans (San Pedro)	borrifans-san-pedro	GA	C	15902	43.1333	-8.2	4
15390	Trasanquelos (San Salvador)	trasanquelos-san-salvador	GA	C	15902	43.1333	-8.2	3
15390	Filgueira De Barranca ( San Pedro )	filgueira-de-barranca-san-pedro	GA	C	15902	43.1333	-8.2	4
15390	Bragade (San Mamede)	bragade-san-mamede	GA	C	15902	43.1333	-8.2	3
15391	Cesuras	cesuras	GA	C	15902	43.1748	-8.2161	4
15391	Cutian (Santa Maria)	cutian-santa-maria	GA	C	15902	43.2	-8.25	4
15391	Mandaio (San Xiao)	mandaio-san-xiao	GA	C	15902	42.7167	-8.5167	4
15391	Loureda (Santo Estevo)	loureda-santo-estevo	GA	C	15902	43.1059	-8.2951	3
15391	Filgueira De Traba (San Miguel)	filgueira-de-traba-san-miguel	GA	C	15902	43.1437	-8.2879	4
15391	Figueredo (Santa Maria)	figueredo-santa-maria	GA	C	15902	43.2	-8.25	4
15391	Carres (San Vicenzo)	carres-san-vicenzo	GA	C	15902	43.1059	-8.2951	3
15391	Dordaño (Santa Maria)	dordano-santa-maria	GA	C	15902	43.2	-8.25	4
15391	Paderne (Santiago)	paderne-santiago	GA	C	15902	43.1059	-8.2951	3
15391	Probaos (Santaia)	probaos-santaia	GA	C	15902	43.1059	-8.2951	3
15401	Ferrol	ferrol	GA	C	15036	43.4832	-8.2369	4
15402	Ferrol	ferrol	GA	C	15036	43.4832	-8.2369	4
15403	Ferrol	ferrol	GA	C	15036	43.4832	-8.2369	4
15404	Ferrol	ferrol	GA	C	15036	43.4832	-8.2369	4
15405	Malata, A	malata-a	GA	C	15036	43.4917	-8.2333	4
15405	Calvario	calvario	GA	C	15036	43.4874	-8.2351	3
15405	Ferrol	ferrol	GA	C	15036	43.4832	-8.2369	4
15405	Serantes (San Salvador)	serantes-san-salvador	GA	C	15036	43.4874	-8.2351	3
15405	Vinculeiro	vinculeiro	GA	C	15036	43.4874	-8.2351	3
15405	Serantellos	serantellos	GA	C	15036	43.4874	-8.2351	3
15405	Viladoniga	viladoniga	GA	C	15036	43.4874	-8.2351	3
15405	Viladoniga (Serantes)	viladoniga-serantes	GA	C	15036	43.4874	-8.2351	3
15405	Pallota, A	pallota-a	GA	C	15036	43.4874	-8.2351	3
15405	Santa Cecilia De Trasancos (Santa Cecilia)	santa-cecilia-de-trasancos-santa-cecilia	GA	C	15036	43.4874	-8.2351	3
15405	Leixa (San Pedro)	leixa-san-pedro	GA	C	15036	43.4874	-8.2351	3
15405	Pazos (Pª San Salvador De Serantes)	pazos-p-san-salvador-de-serantes	GA	C	15036	43.4874	-8.2351	3
15405	Recinto Ferial Ferrol (Fimo)	recinto-ferial-ferrol-fimo	GA	C	15036	43.4874	-8.2351	3
15405	Aneiros (Serantes, S. Salvador)	aneiros-serantes-s-salvador	GA	C	15036	43.4874	-8.2351	3
15406	Ferrol	ferrol	GA	C	15036	43.4832	-8.2369	4
15470	Ferrol	ferrol	GA	C		43.4832	-8.2369	4
15471	Ferrol	ferrol	GA	C		43.4832	-8.2369	4
15480	Ferrol	ferrol	GA	C		43.4832	-8.2369	4
15490	Ferrol	ferrol	GA	C		43.4832	-8.2369	4
15500	Fene	fene	GA	C	15035	43.45	-8.15	4
15500	Conces De Baixo	conces-de-baixo	GA	C	15035	43.4552	-8.1534	3
15500	Cruceiro, O (Perlio)	cruceiro-o-perlio	GA	C	15035	43.4682	-8.162	4
15500	Chamoso (San Salvador De Fene-Fene)	chamoso-san-salvador-de-fene-fene	GA	C	15035	43.45	-8.15	4
15500	Torre, A (Santo Estevo De Perlio-Fene)	torre-a-santo-estevo-de-perlio-fene	GA	C	15035	43.4552	-8.1534	3
15500	Perlio	perlio	GA	C	15035	43.4682	-8.162	4
15500	Formosende (San Salvador De Fene-Fene)	formosende-san-salvador-de-fene-fene	GA	C	15035	43.45	-8.15	4
15500	Foxas (Fene)	foxas-fene	GA	C	15035	43.4552	-8.1534	3
15500	Ameneiral, O (Perlio)	ameneiral-o-perlio	GA	C	15035	43.4682	-8.162	4
15500	Sartego (San Salvador De Fene-Fene)	sartego-san-salvador-de-fene-fene	GA	C	15035	43.45	-8.15	4
15500	Chancas (Santo Estevo De Perlio-Fene)	chancas-santo-estevo-de-perlio-fene	GA	C	15035	43.4552	-8.1534	3
15500	Torre, A (Perlio)	torre-a-perlio	GA	C	15035	43.4682	-8.162	4
15500	Vista Alegre (San Salvador De Fene-Fene)	vista-alegre-san-salvador-de-fene-fene	GA	C	15035	43.45	-8.15	4
15500	Fraga, A (Santo Estevo De Perlio-Fene)	fraga-a-santo-estevo-de-perlio-fene	GA	C	15035	43.4552	-8.1534	3
15500	Cadavo (San Salvador De Fene-Fene)	cadavo-san-salvador-de-fene-fene	GA	C	15035	43.45	-8.15	4
15500	Rua Alta, A	rua-alta-a	GA	C	15035	43.4552	-8.1534	3
15500	Fene (San Salvador)	fene-san-salvador	GA	C	15035	43.45	-8.15	4
15500	Rua Alta (Santo Estevo De Perlio-Fene)	rua-alta-santo-estevo-de-perlio-fene	GA	C	15035	43.4552	-8.1534	3
15500	Casanova (San Salvador De Fene-Fene)	casanova-san-salvador-de-fene-fene	GA	C	15035	43.45	-8.15	4
15500	San Valentin	san-valentin	GA	C	15035	43.4552	-8.1534	3
15500	Tellado (San Salvador De Fene-Fene)	tellado-san-salvador-de-fene-fene	GA	C	15035	43.45	-8.15	4
15500	Mundin (Santo Estevo De Perlio-Fene)	mundin-santo-estevo-de-perlio-fene	GA	C	15035	43.4552	-8.1534	3
15500	Foxas (San Salvador De Fene-Fene)	foxas-san-salvador-de-fene-fene	GA	C	15035	43.45	-8.15	4
15500	Perlio (Santo Estevo)	perlio-santo-estevo	GA	C	15035	43.4552	-8.1534	3
15500	San Valentin ( San Valentin )	san-valentin-san-valentin	GA	C	15035	43.4552	-8.1534	3
15500	Centieiras, As	centieiras-as	GA	C	15035	43.4552	-8.1534	3
15509	Pedre (Sillobre)	pedre-sillobre	GA	C	15035	43.4833	-8.1333	4
15509	Torre, A (San Xurxo De Magalofes-Fene)	torre-a-san-xurxo-de-magalofes-fene	GA	C	15035	43.4833	-8.1333	3
15509	Vilanova (Santa Mariña De Sillobre-Fene)	vilanova-santa-marina-de-sillobre-fene	GA	C	15035	43.4833	-8.1333	4
15509	Magalofes (San Xurxo)	magalofes-san-xurxo	GA	C	15035	43.4833	-8.1333	3
15509	Sillobre (Santa Mariña)	sillobre-santa-marina	GA	C	15035	43.4833	-8.1333	4
15509	Orra (Santa Mariña De Sillobre-Fene)	orra-santa-marina-de-sillobre-fene	GA	C	15035	43.4833	-8.1333	4
15510	Santa Maria (Neda)	santa-maria-neda	GA	C	15055	43.4996	-8.1594	4
15510	Medico Cebreiro	medico-cebreiro	GA	C	15055	43.4996	-8.1594	3
15510	Neda	neda	GA	C	15055	43.4996	-8.1594	4
15510	Xubia-Casadelos	xubia-casadelos	GA	C	15055	43.4996	-8.1594	3
15510	Poulo (Santa Maria De Neda-Neda)	poulo-santa-maria-de-neda-neda	GA	C	15055	43.4996	-8.1594	4
15510	Neda (San Nicolas)	neda-san-nicolas	GA	C	15055	43.4996	-8.1594	3
15510	Mourela Do Medio (Santa Maria De Neda-Neda)	mourela-do-medio-santa-maria-de-neda-neda	GA	C	15055	43.4996	-8.1594	4
15510	Mourela Baixa (Santa Maria De Neda-Neda)	mourela-baixa-santa-maria-de-neda-neda	GA	C	15055	43.4996	-8.1594	4
15510	Coto (Santa Maria De Neda-Neda)	coto-santa-maria-de-neda-neda	GA	C	15055	43.4996	-8.1594	4
15510	Pazos, Os (Neda)	pazos-os-neda	GA	C	15055	43.4996	-8.1594	4
15510	Santa Maria De Neda (Santa Maria)	santa-maria-de-neda-santa-maria	GA	C	15055	43.4996	-8.1594	4
15520	Maniños (San Salvador)	maninos-san-salvador	GA	C	15035	43.4667	-8.1833	4
15520	Pumido (San Salvador De Maniños-Fene)	pumido-san-salvador-de-maninos-fene	GA	C	15035	43.4667	-8.1833	4
15520	Ribeira, A (Maniños)	ribeira-a-maninos	GA	C	15035	43.4667	-8.1833	4
15520	Chao Da Aldea, O (Maniños)	chao-da-aldea-o-maninos	GA	C	15035	43.4667	-8.1833	4
15520	Armada, A (Maniños)	armada-a-maninos	GA	C	15035	43.4667	-8.1833	4
15528	Romariz (Santiago De Barrallobre-Fene)	romariz-santiago-de-barrallobre-fene	GA	C	15035	43.4567	-8.1738	3
15528	Penedo De Arriba	penedo-de-arriba	GA	C	15035	43.4567	-8.1738	3
15528	Ramo, O (Santiago De Barrallobre-Fene)	ramo-o-santiago-de-barrallobre-fene	GA	C	15035	43.4567	-8.1738	3
15528	Barallobre (Santiago)	barallobre-santiago	GA	C	15035	43.4567	-8.1738	4
15528	Santiago (Santiago De Barrallobre-Fene)	santiago-santiago-de-barrallobre-fene	GA	C	15035	43.4567	-8.1738	3
15528	Loira - O Castro (Santiago De Barrallobre-Fene)	loira-o-castro-santiago-de-barrallobre-fene	GA	C	15035	43.4567	-8.1738	3
15528	Rego Da Moa (Santiago De Barrallobre-Fene)	rego-da-moa-santiago-de-barrallobre-fene	GA	C	15035	43.4567	-8.1738	3
15528	Chousas, As (Santiago De Barrallobre-Fene)	chousas-as-santiago-de-barrallobre-fene	GA	C	15035	43.4567	-8.1738	3
15530	Cerdido	cerdido	GA	C	15025	43.6167	-8	4
15530	Cerdido (San Martño)	cerdido-san-martno	GA	C	15025	43.6167	-8	3
15540	Trasancos (San Mateo)	trasancos-san-mateo	GA	C	15054	43.5333	-8.2167	4
15540	Calvario (San Mateo De Trasancos-Naron)	calvario-san-mateo-de-trasancos-naron	GA	C	15054	43.5333	-8.2167	4
15540	Vilar (San Mateo De Trasancos-Naron)	vilar-san-mateo-de-trasancos-naron	GA	C	15054	43.5333	-8.2167	4
15541	Pedreira (Santa Maria A Maior De Val, O-Naron)	pedreira-santa-maria-a-maior-de-val-o-naron	GA	C	15054	43.5542	-8.1875	1
15541	Val, O (Santa Maria A Maior)	val-o-santa-maria-a-maior	GA	C	15054	43.5542	-8.1875	1
15541	Vilacornelle (Santa Maria A Maior De Val, O-Naron)	vilacornelle-santa-maria-a-maior-de-val-o-naron	GA	C	15054	43.5542	-8.1875	1
15541	Santa Margarita (Santa Maria A Maior De Val, O-Naron)	santa-margarita-santa-maria-a-maior-de-val-o-naron	GA	C	15054	43.5542	-8.1875	1
15541	Baltar (Santa Maria A Maior De Val.O-Naron)	baltar-santa-maria-a-maior-de-val-o-naron	GA	C	15054	43.5542	-8.1875	1
15541	Quinta (Santa Maria A Maior De Val, O-Naron)	quinta-santa-maria-a-maior-de-val-o-naron	GA	C	15054	43.5542	-8.1875	1
15685	Meson Do Vento, O	meson-do-vento-o	GA	C	15047	43.1508	-8.3846	4
15541	Crucero (Santa Maria A Maior De Val, O-Naron)	crucero-santa-maria-a-maior-de-val-o-naron	GA	C	15054	43.5542	-8.1875	1
15542	Loira (San Pedro)	loira-san-pedro	GA	C	15087	43.6167	-8.1	4
15543	Vilaboa (San Vicente)	vilaboa-san-vicente	GA	C	15087	43.5542	-8.1875	1
15550	Riobo (San Vicente De Meiras-Valdoviño)	riobo-san-vicente-de-meiras-valdovino	GA	C	15087	43.5833	-8.1833	4
15550	Gandara, A (San Vicente De Meiras-Valdoviño)	gandara-a-san-vicente-de-meiras-valdovino	GA	C	15087	43.5833	-8.1833	4
15550	Taraza	taraza	GA	C	15087	43.5833	-8.1833	3
15550	Montefaro (San Vicente De Meiras-Valdoviño)	montefaro-san-vicente-de-meiras-valdovino	GA	C	15087	43.5833	-8.1833	4
15550	Carreira, A (Santa Maria De Sequeiro, O-Valdoviño)	carreira-a-santa-maria-de-sequeiro-o-valdovino	GA	C	15087	43.5833	-8.1833	3
15550	Cantodomuro, O (San Vicente De Meiras-Valdoviño)	cantodomuro-o-san-vicente-de-meiras-valdovino	GA	C	15087	43.5833	-8.1833	4
15550	Carreira, A (Sequeiro, Stª. Mª.)	carreira-a-sequeiro-st-m	GA	C	15087	43.5833	-8.1833	3
15550	Meiras (San Vicente)	meiras-san-vicente	GA	C	15087	43.5833	-8.1833	3
15550	Montefaro (Meiras)	montefaro-meiras	GA	C	15087	43.5833	-8.1833	3
15550	Sequeiro, O (Santa Maria)	sequeiro-o-santa-maria	GA	C	15087	43.5833	-8.1833	3
15551	Lago (Santiago)	lago-santiago	GA	C	15087	43.6	-8.1667	4
15551	Broño (Santiago De Lago-Valdoviño)	brono-santiago-de-lago-valdovino	GA	C	15087	43.6	-8.1667	4
15551	Vilar, O (Santiago De Lago-Valdoviño)	vilar-o-santiago-de-lago-valdovino	GA	C	15087	43.6	-8.1667	4
15551	Outeiro, O (Santiago De Lago-Valdoviño)	outeiro-o-santiago-de-lago-valdovino	GA	C	15087	43.6	-8.1667	4
15552	Valdoviño	valdovino	GA	C	15087	43.6	-8.1333	4
15552	Valdoviño (Santalla)	valdovino-santalla	GA	C	15087	43.6	-8.1333	3
15553	Pantin (Santiago)	pantin-santiago	GA	C	15087	43.6333	-8.1	4
15554	Vilarrube (San Martiño)	vilarrube-san-martino	GA	C	15087	43.5967	-8.1633	1
15555	Esteiro (San Fiz)	esteiro-san-fiz	GA	C	15022	43.5967	-8.1633	1
15560	Marques De Figueroa, Avenida Do (Santa Maria De San Sadurniño)	marques-de-figueroa-avenida-do-santa-maria-de-san-sadurnino	GA	C	15076	43.5333	-8.0667	3
15560	San Sadurniño	san-sadurnino	GA	C	15076	43.5333	-8.0667	4
15560	Outeiro (Santa Maria De San Sadurniño-San Sadurniño)	outeiro-santa-maria-de-san-sadurnino-san-sadurnino	GA	C	15076	43.5333	-8.0667	3
15560	San Sadurniño (Santa Maria)	san-sadurnino-santa-maria	GA	C	15076	43.5333	-8.0667	3
15560	Cornide (Santa Maria De San Sadurniño-San Sadurniño)	cornide-santa-maria-de-san-sadurnino-san-sadurnino	GA	C	15076	43.5333	-8.0667	3
15561	Santa Mariña Do Monte (Santa Mariña)	santa-marina-do-monte-santa-marina	GA	C	15076	43.5387	-7.9742	1
15562	Bardaos (Santa Maria-San Sadurniño)	bardaos-santa-maria-san-sadurnino	GA	C	15076	43.5667	-8.0333	4
15562	Lamas (San Xiao)	lamas-san-xiao	GA	C	15076	43.5667	-8.0333	3
15563	Moeche	moeche	GA	C	15049	43.55	-8.0167	4
15563	San Xurxo De Moeche (San Xurxo)	san-xurxo-de-moeche-san-xurxo	GA	C	15049	43.55	-8.0167	3
15563	Abade (Santiago)	abade-santiago	GA	C	15049	43.55	-8.0167	3
15563	San Ramon (San Xoan De San Xoan De Moeche-Moeche)	san-ramon-san-xoan-de-san-xoan-de-moeche-moeche	GA	C	15049	43.55	-8.0167	3
15563	San Xoan De Moeche (San Xoan)	san-xoan-de-moeche-san-xoan	GA	C	15049	43.55	-8.0167	3
15564	Santa Cruz De Moeche (Santa Cruz)	santa-cruz-de-moeche-santa-cruz	GA	C	15049	43.55	-7.95	4
15564	Labacengos (Santa Maria)	labacengos-santa-maria	GA	C	15049	43.55	-7.95	3
15565	Somozas, As (Santiago Sere)	somozas-as-santiago-sere	GA	C	15081	43.5333	-7.9333	4
15565	Iglesia, A Santiago Sere De Somozas, As-Somozas, As	iglesia-a-santiago-sere-de-somozas-as-somozas-as	GA	C	15081	43.5333	-7.9333	3
15565	Poligono Industrial As Somozas	poligono-industrial-as-somozas	GA	C	15081	43.5333	-7.9333	3
15566	Enchousas, As (San Pedro)	enchousas-as-san-pedro	GA	C	15081	43.55	-7.9167	4
15567	Seixas (Santa Maria)	seixas-santa-maria	GA	C	15081	43.5387	-7.9742	1
15568	Recemel (Santa Maria)	recemel-santa-maria	GA	C	15081	43.4928	-7.9436	4
15568	Somozas, As	somozas-as	GA	C	15081	43.5333	-7.9333	4
15569	Barqueira, A ( Santo Antonio)	barqueira-a-santo-antonio	GA	C	15025	43.5387	-7.9742	1
15569	Porto (Santo Antonio De Barqueira, A-Cerdido)	porto-santo-antonio-de-barqueira-a-cerdido	GA	C	15025	43.5387	-7.9742	1
15569	Felgosas (Santo Antonio De Barqueira, A-Cerdido	felgosas-santo-antonio-de-barqueira-a-cerdido	GA	C	15025	43.5387	-7.9742	1
15569	Casas, Os (San Xoan)	casas-os-san-xoan	GA	C	15025	43.5387	-7.9742	1
15570	Naron	naron	GA	C	15054	43.5167	-8.1528	4
15570	Poligono Industrial A Gandara	poligono-industrial-a-gandara	GA	C	15054	43.5167	-8.1528	3
15570	Poligono Industrial As Lagoas/Rio Do Pozo	poligono-industrial-as-lagoas-rio-do-pozo	GA	C	15054	43.5167	-8.1528	3
15572	Naron	naron	GA	C	15054	43.5167	-8.1528	4
15573	Poligono Rio Do Pozo	poligono-rio-do-pozo	GA	C	15054	43.4865	-8.1924	1
15576	Naraio (Santa Maria)	naraio-santa-maria	GA	C	15076	43.3333	-8.3167	4
15577	Anca (San Pedro)	anca-san-pedro	GA	C	15054	43.5	-8.1	4
15577	Roxal, O	roxal-o	GA	C	15054	43.5	-8.1	3
15578	Nelle (Santa Maria De Castro-Naron)	nelle-santa-maria-de-castro-naron	GA	C	15054	43.55	-8.1833	4
15578	Castro (Santa Maria-Naron)	castro-santa-maria-naron	GA	C	15054	43.55	-8.1833	3
15578	Pena De Embade (Santa Maria De Castro-Naron)	pena-de-embade-santa-maria-de-castro-naron	GA	C	15054	43.55	-8.1833	4
15578	Naron (San Xiao)	naron-san-xiao	GA	C	15054	43.55	-8.1833	3
15578	Agrande (Santa Maria De Castro-Naron)	agrande-santa-maria-de-castro-naron	GA	C	15054	43.55	-8.1833	4
15578	Vicas (San Xiao De Naron-Naron)	vicas-san-xiao-de-naron-naron	GA	C	15054	43.55	-8.1833	3
15578	Fraga (San Xiao De Naron-Naron)	fraga-san-xiao-de-naron-naron	GA	C	15054	43.55	-8.1833	3
15578	Sequeiro (San Xiao De Naron-Naron)	sequeiro-san-xiao-de-naron-naron	GA	C	15054	43.55	-8.1833	3
15579	Viladonelle (Santo Andre)	viladonelle-santo-andre	GA	C	15055	43.375	-8.2667	4
15579	Roxal, O	roxal-o	GA	C	15055	43.375	-8.2667	3
15580	Igrexafeita (Santa Maria)	igrexafeita-santa-maria	GA	C	15076	43.4833	-7.9167	4
15582	Espiñaredo (Santa Maria)	espinaredo-santa-maria	GA	C	15070	43.4833	-7.9167	4
15590	Brion (Ferrol)	brion-ferrol	GA	C	15036	43.4832	-8.2369	4
15590	Cabana, A (Santo Antonio)	cabana-a-santo-antonio	GA	C	15036	43.4832	-8.2369	3
15590	Cabana, A (Ferrol)	cabana-a-ferrol	GA	C	15036	43.4832	-8.2369	4
15590	Graña, A (Santa Rosa De Viterbo)	grana-a-santa-rosa-de-viterbo	GA	C	15036	43.4832	-8.2369	3
15590	Ferrol	ferrol	GA	C	15036	43.4832	-8.2369	4
15590	Graña, A (Ferrol)	grana-a-ferrol	GA	C	15036	43.4832	-8.2369	4
15591	Corras, Os (Serantes-Ferrol)	corras-os-serantes-ferrol	GA	C	15036	43.4832	-8.2369	3
15591	Ferrol	ferrol	GA	C	15036	43.4832	-8.2369	4
15591	Montecuruto (Santo Antonio Da Cabana, A-Ferrol	montecuruto-santo-antonio-da-cabana-a-ferrol	GA	C	15036	43.4832	-8.2369	3
15591	Montecoruto	montecoruto	GA	C	15036	43.4832	-8.2369	3
15591	Brion (Santa Maria)	brion-santa-maria	GA	C	15036	43.4832	-8.2369	3
15592	Ferrol	ferrol	GA	C	15036	43.4832	-8.2369	4
15592	Vila Da Area	vila-da-area	GA	C	15036	43.4832	-8.2369	3
15592	Vila Da Eirexa (A Mariña)	vila-da-eirexa-a-marina	GA	C	15036	43.4832	-8.2369	3
15592	San Xurxo Da Marina (San Xurxo)	san-xurxo-da-marina-san-xurxo	GA	C	15036	43.4832	-8.2369	3
15593	Valon	valon	GA	C	15036	43.4972	-8.2744	4
15593	Doniños (San Roman)	doninos-san-roman	GA	C	15036	43.4902	-8.2557	3
15593	Ferrol	ferrol	GA	C	15036	43.4832	-8.2369	4
15593	Fonta (Pª San Roman De Doniños)	fonta-p-san-roman-de-doninos	GA	C	15036	43.4902	-8.2557	3
15594	Pedreira, A (Covas-Ferrol)	pedreira-a-covas-ferrol	GA	C	15036	43.55	-8.2667	4
15594	Ferrol	ferrol	GA	C	15036	43.4832	-8.2369	4
15594	Covarradeiras (Pª San Martiño De Covas)	covarradeiras-p-san-martino-de-covas	GA	C	15036	43.5166	-8.2518	3
15594	Ragon	ragon	GA	C	15036	43.5166	-8.2518	3
15594	Aldea (Pª San Martiño De Covas)	aldea-p-san-martino-de-covas	GA	C	15036	43.5166	-8.2518	3
15594	Rioxunto (Pª San Xoan Esmelle)	rioxunto-p-san-xoan-esmelle	GA	C	15036	43.5166	-8.2518	3
15594	Covas (San Martiño)	covas-san-martino	GA	C	15036	43.5166	-8.2518	3
15594	Esmelle (San Xoan)	esmelle-san-xoan	GA	C	15036	43.5166	-8.2518	3
15595	Taboada (Mandia)	taboada-mandia	GA	C	15036	43.5333	-8.2333	4
15595	Bustelo (Mandia-Ferrol)	bustelo-mandia-ferrol	GA	C	15036	43.5083	-8.2351	3
15595	Ferrol	ferrol	GA	C	15036	43.4832	-8.2369	4
15595	Cha (Pª Santa Uxia De Mandia)	cha-p-santa-uxia-de-mandia	GA	C	15036	43.5083	-8.2351	3
15595	Vilela (Pª Santa Uxia De Mandia)	vilela-p-santa-uxia-de-mandia	GA	C	15036	43.5083	-8.2351	3
15595	Mandia (Santa Uxia)	mandia-santa-uxia	GA	C	15036	43.5083	-8.2351	3
15595	Marmancon (San Pedro)	marmancon-san-pedro	GA	C	15036	43.5083	-8.2351	3
15596	Placente (Santo Estevo De Sedes-Naron)	placente-santo-estevo-de-sedes-naron	GA	C	15054	43.4971	-8.2313	1
15596	Sedes (Santo Estevo)	sedes-santo-estevo	GA	C	15054	43.4971	-8.2313	1
15597	Doso (San Lourenzo)	doso-san-lourenzo	GA	C		43.5333	-8.1	3
15597	Pedroso (San Salvador)	pedroso-san-salvador	GA	C		43.5333	-8.1	4
15598	Ferreira (San Paio)	ferreira-san-paio	GA	C	15076	43.4971	-8.2313	1
15600	Pontedeume	pontedeume	GA	C	15069	43.4078	-8.1721	4
15600	Pontedeume (Santiago)	pontedeume-santiago	GA	C	15069	43.4078	-8.1721	3
15607	Boebre (Santiago)	boebre-santiago	GA	C	15069	43.3982	-8.1611	1
15607	Centroña (Santa Maria)	centrona-santa-maria	GA	C	15069	43.3982	-8.1611	1
15607	Vizus (Santa Maria De Centroña-Pontedeume)	vizus-santa-maria-de-centrona-pontedeume	GA	C	15069	43.3982	-8.1611	1
15607	Boebre (Pontedeume)	boebre-pontedeume	GA	C	15069	43.3982	-8.1611	1
15607	Caldagueiro (Santa Maria De Centroña-Pontedeume)	caldagueiro-santa-maria-de-centrona-pontedeume	GA	C	15069	43.3982	-8.1611	1
15608	Fondal (Perbes)	fondal-perbes	GA	C	15069	43.3833	-8.2167	4
15608	Vilanova (San Xoan)	vilanova-san-xoan	GA	C	15069	43.3833	-8.2167	3
15608	Perbes (San Pedro)	perbes-san-pedro	GA	C	15069	43.3833	-8.2167	3
15608	Hombre (Vilanova-Miño)	hombre-vilanova-mino	GA	C	15069	43.3833	-8.2167	3
15608	Sambollo (San Pedro De Perbes-Miño)	sambollo-san-pedro-de-perbes-mino	GA	C	15069	43.3833	-8.2167	3
15609	Cabria Nova (Santa Maria De Ombre-Pontedeume)	cabria-nova-santa-maria-de-ombre-pontedeume	GA	C	15050	43.4	-8.1333	4
15609	Ombre (Pontedeume)	ombre-pontedeume	GA	C	15050	43.4	-8.1389	3
15609	Chao De Ombre (Santa Maria De Ombre-Pontedeume)	chao-de-ombre-santa-maria-de-ombre-pontedeume	GA	C	15050	43.4	-8.1333	4
15609	Cruz Do Cabildo, A (San Cosme De Nogueirosa-Pontedeume)	cruz-do-cabildo-a-san-cosme-de-nogueirosa-pontedeume	GA	C	15050	43.4	-8.15	4
15609	Cabria Nova (Pontedeume)	cabria-nova-pontedeume	GA	C	15050	43.4	-8.1389	3
15609	Nogueirosa (Pontedeume)	nogueirosa-pontedeume	GA	C	15050	43.4	-8.1389	3
15609	Esteiro (Pontedeume)	esteiro-pontedeume	GA	C	15050	43.4	-8.1389	3
15609	Taboada (Santa Mariña)	taboada-santa-marina	GA	C	15050	43.4	-8.1389	3
15611	Santa Cruz Do Salto (Santa Cruz)	santa-cruz-do-salto-santa-cruz	GA	C	15015	43.3914	-8.1943	1
15611	Iris (Santo Estevo)	iris-santo-estevo	GA	C	15015	43.3914	-8.1943	1
15612	Regoela (San Vicente)	regoela-san-vicente	GA	C	15015	43.4573	-8.1122	4
15612	Laraxe (San Mamede)	laraxe-san-mamede	GA	C	15015	43.4573	-8.1122	3
15612	Pereiro (San Mamede De Laraxe-Cabanas)	pereiro-san-mamede-de-laraxe-cabanas	GA	C	15015	43.4573	-8.1122	3
15612	Torre, La (San Mamede De Laraxe-Cabanas)	torre-la-san-mamede-de-laraxe-cabanas	GA	C	15015	43.4573	-8.1122	3
15612	Soaserra (Santa Olaia)	soaserra-santa-olaia	GA	C	15015	43.4573	-8.1122	3
15612	Peon (San Mamede De Laraxe-Cabanas)	peon-san-mamede-de-laraxe-cabanas	GA	C	15015	43.4573	-8.1122	3
15613	Cruceiro, O (Caaveiro)	cruceiro-o-caaveiro	GA	C	15018	43.466	-8.0331	4
15613	Caaveiro (San Boulo)	caaveiro-san-boulo	GA	C	15018	43.466	-8.0331	3
15613	Capela, A	capela-a	GA	C	15018	43.466	-8.0331	4
15613	Cabalar (Santa Maria)	cabalar-santa-maria	GA	C	15018	43.466	-8.0331	3
15613	Neves, As	neves-as	GA	C	15018	43.466	-8.0331	3
15613	Capela, A (Santiago)	capela-a-santiago	GA	C	15018	43.466	-8.0331	3
15614	Fontenova, A	fontenova-a	GA	C	15069	43.3733	-8.3033	3
15614	Campo Longo (Vilar-Pontedeume)	campo-longo-vilar-pontedeume	GA	C	15069	43.4	-8.1667	4
15614	Chao De Vilar	chao-de-vilar	GA	C	15069	43.3733	-8.3033	3
15614	Vilar (San Pedro-Pontedeume)	vilar-san-pedro-pontedeume	GA	C	15069	43.4	-8.1667	4
15614	Pazos	pazos	GA	C	15069	43.2667	-8.8167	4
15614	Andrade (San Martiño)	andrade-san-martino	GA	C	15069	43.3733	-8.3033	3
15614	Breamo (San Miguel)	breamo-san-miguel	GA	C	15069	43.4	-8.1833	4
15614	Regueira, A (San Martiño De Andrade-Pontedeume)	regueira-a-san-martino-de-andrade-pontedeume	GA	C	15069	43.3733	-8.3033	3
15614	Barro, O (San Miguel De Breamo-Pontedeume)	barro-o-san-miguel-de-breamo-pontedeume	GA	C	15069	43.4	-8.1833	4
15615	Doroña (Santa Maria)	dorona-santa-maria	GA	C	15091	43.3333	-8.3167	4
15616	Grandal (San Pedro)	grandal-san-pedro	GA	C	15091	43.3828	-8.109	4
15617	Prada (San Xurxo De Queixeiro-Monfero)	prada-san-xurxo-de-queixeiro-monfero	GA	C	15050	43.3914	-8.1943	1
15617	Queixeiro (San Xurxo)	queixeiro-san-xurxo	GA	C	15050	43.3914	-8.1943	1
15617	Prada (Monfero)	prada-monfero	GA	C	15050	43.3914	-8.1943	1
15617	Vilacha (Santa Maria)	vilacha-santa-maria	GA	C	15050	43.3914	-8.1943	1
15619	Monfero (San Felix)	monfero-san-felix	GA	C	15050	43.3333	-8.0167	4
15619	San Fiz De Monfero ( San Fiz)	san-fiz-de-monfero-san-fiz	GA	C	15050	43.3333	-8.0167	3
15620	Mugardos	mugardos	GA	C	15051	43.4604	-8.2551	4
15620	Pedreira, A (Meha)	pedreira-a-meha	GA	C	15051	43.4604	-8.2551	3
15620	Mugardos (San Xulian)	mugardos-san-xulian	GA	C	15051	43.4604	-8.2551	3
15621	Cabanas (Santo Andre)	cabanas-santo-andre	GA	C	15015	43.375	-8.2667	4
15621	Cabanas	cabanas	GA	C	15015	43.4176	-8.1592	4
15622	Chao Da Aldea (San Martiño De San Martiño De Porto-Cabanas	chao-da-aldea-san-martino-de-san-martino-de-porto-cabanas	GA	C	15015	43.3957	-8.2111	1
15622	Torre, A (San Martiño De San Martiño De Porto-Cabanas)	torre-a-san-martino-de-san-martino-de-porto-cabanas	GA	C	15015	43.3957	-8.2111	1
15622	San Martiño De Porto Porto (San Martin)	san-martino-de-porto-porto-san-martin	GA	C	15015	43.3957	-8.2111	1
15622	Val, O (Porto)	val-o-porto	GA	C	15015	43.3957	-8.2111	1
15622	Magdalena (San Martiño De San Martiño De Porto-Cabanas)	magdalena-san-martino-de-san-martino-de-porto-cabanas	GA	C	15015	43.3957	-8.2111	1
15623	Redes	redes	GA	C	15004	43.4244	-8.2043	4
15623	Caamouco (San Vicente)	caamouco-san-vicente	GA	C	15004	43.4244	-8.2043	3
15624	Ares	ares	GA	C	15004	43.43	-8.2425	4
15624	Pedros (San Xose De Ares-Ares)	pedros-san-xose-de-ares-ares	GA	C	15004	43.43	-8.2425	3
15624	Lubre (San Xose De Ares-Ares)	lubre-san-xose-de-ares-ares	GA	C	15004	43.43	-8.2425	3
15624	Ares (San Xose)	ares-san-xose	GA	C	15004	43.43	-8.2425	3
15625	Cervas (San Pedro)	cervas-san-pedro	GA	C	15004	43.45	-8.2667	4
15625	Chanteiro	chanteiro	GA	C	15004	43.45	-8.2667	3
15626	Rilo (San Vicente De Mea-Mugardos)	rilo-san-vicente-de-mea-mugardos	GA	C	15051	43.3222	-8.1778	3
15626	Franza (Santiago)	franza-santiago	GA	C	15051	43.0667	-8.1	4
15626	Mea (San Vicente)	mea-san-vicente	GA	C	15051	43.3222	-8.1778	3
15626	Franza	franza	GA	C	15051	43.45	-8.2167	4
15626	Seixo, O (Franza)	seixo-o-franza	GA	C	15051	43.45	-8.2167	4
15627	Cal, O (Limodre)	cal-o-limodre	GA	C	15051	43.4333	-8.1833	4
15627	Limodre (Santa Eulalia)	limodre-santa-eulalia	GA	C	15051	43.4333	-8.1833	3
15627	Piñeiro (San Xoan)	pineiro-san-xoan	GA	C	15051	43.4333	-8.1833	3
15627	Gallada De Piñeiro	gallada-de-pineiro	GA	C	15051	43.4333	-8.1833	3
15627	Camino Grande, O	camino-grande-o	GA	C	15051	43.4333	-8.1833	3
15630	Miño	mino	GA	C	15048	43.35	-8.2	4
15630	Sombreu	sombreu	GA	C	15048	43.35	-8.2	3
15630	Miño (Santa Maria)	mino-santa-maria	GA	C	15048	43.35	-8.2	3
15630	Ponte Do Porco (Santa Maria De Miño-Miño)	ponte-do-porco-santa-maria-de-mino-mino	GA	C	15048	43.35	-8.2	3
15635	Chao, O (Bemantes)	chao-o-bemantes	GA	C	15048	43.3417	-8.1848	4
15635	Bemantes (Santo Tome)	bemantes-santo-tome	GA	C	15048	43.3417	-8.1848	3
15635	Callobre (San Xoan)	callobre-san-xoan	GA	C	15048	43.3417	-8.1848	3
15635	Retriz	retriz	GA	C	15048	43.3417	-8.1848	3
15637	Vilarmaior	vilarmaior	GA	C	15091	43.3506	-8.1946	1
15637	Vilarmaior (San Pedro)	vilarmaior-san-pedro	GA	C	15091	43.3506	-8.1946	1
15638	Villamateo (Santiago)	villamateo-santiago	GA	C	15091	43.3506	-8.1946	1
15638	Goimil (San Cristobal)	goimil-san-cristobal	GA	C	15091	43.3506	-8.1946	1
15638	Torres (San Xorxe)	torres-san-xorxe	GA	C	15091	43.3506	-8.1946	1
15639	Bañobre	banobre	GA	C	15048	43.3601	-8.199	4
15639	Castro (Santa Maria-Miño)	castro-santa-maria-mino	GA	C	15048	43.3601	-8.199	3
15639	Carantoña (San Xulian)	carantona-san-xulian	GA	C	15048	43.3601	-8.199	3
15639	Leiro (San Salvador)	leiro-san-salvador	GA	C	15048	43.3601	-8.199	3
15640	Guisamo (Santa Maria)	guisamo-santa-maria	GA	C	15008	43.3333	-8.3167	4
15640	San Paio (Santa Maria De Guisamo-Bergondo)	san-paio-santa-maria-de-guisamo-bergondo	GA	C	15008	43.3	-8.2667	4
15640	Sobre A Igrexa	sobre-a-igrexa	GA	C	15008	43.3067	-8.2767	3
15640	Baldomir (Guisamo)	baldomir-guisamo	GA	C	15008	43.3	-8.2667	4
15640	Brea A (Guisamo)	brea-a-guisamo	GA	C	15008	43.3	-8.2667	4
15640	Vilar, O (Santa Maria De Guisamo-Bergondo)	vilar-o-santa-maria-de-guisamo-bergondo	GA	C	15008	43.3	-8.2667	4
15650	Poligono Industrial Espiritu Santo	poligono-industrial-espiritu-santo	GA	C	15017	43.2833	-8.3	3
15650	Cecebre (San Salvador)	cecebre-san-salvador	GA	C	15017	43.2833	-8.3	4
15650	Lendoiro	lendoiro	GA	C	15017	43.2833	-8.3	3
15866	Casalonga, A	casalonga-a	GA	C	15082	42.8333	-8.5833	3
15650	Quintan (San Salvador De Cecebre-Cambre)	quintan-san-salvador-de-cecebre-cambre	GA	C	15017	43.2833	-8.3	4
15650	Frais (San Salvador De Cecebre-Cambre)	frais-san-salvador-de-cecebre-cambre	GA	C	15017	43.2833	-8.3	4
15650	Quintan (Cecebre, Cambre) (Lugar)	quintan-cecebre-cambre-lugar	GA	C	15017	43.2833	-8.3	4
15650	Frais (Cecebre, Cambre) (Lugar)	frais-cecebre-cambre-lugar	GA	C	15017	43.2833	-8.3	4
15656	Sisto, O (Santa Maria De Gandara-Zas)	sisto-o-santa-maria-de-gandara-zas	GA	C	15093	43.1335	-8.8801	4
15656	Gandara (Santa Maria)	gandara-santa-maria	GA	C	15093	43.1335	-8.8801	3
15656	Budian (Santa Maria De Gandara-Zas)	budian-santa-maria-de-gandara-zas	GA	C	15093	43.1335	-8.8801	4
15659	Brexo (San Paio)	brexo-san-paio	GA	C	15017	43.2667	-8.3167	3
15659	Vigo (Santa Maria)	vigo-santa-maria	GA	C	15017	43.2667	-8.3167	4
15659	Peiraio	peiraio	GA	C	15017	43.2667	-8.3167	3
15659	Bribes (San Cibran )	bribes-san-cibran	GA	C	15017	43.2667	-8.3167	3
15659	Nebrixe (Bribes, Cambre) (Lugar)	nebrixe-bribes-cambre-lugar	GA	C	15017	43.2667	-8.3167	3
15659	Nebrixe (San Cibran De Bribes-Cambre)	nebrixe-san-cibran-de-bribes-cambre	GA	C	15017	43.2667	-8.3167	3
15659	Brexo-Lema	brexo-lema	GA	C	15017	43.2667	-8.3167	3
15660	Cambre	cambre	GA	C	15017	43.2944	-8.3474	4
15660	Barcala, A (Cambre)	barcala-a-cambre	GA	C	15017	43.2944	-8.3474	3
15660	Meixigo	meixigo	GA	C	15017	43.2944	-8.3474	3
15660	Cambre (Santa Maria)	cambre-santa-maria	GA	C	15017	43.2944	-8.3474	3
15668	Fontenla, A (Pravio, Cambre) (Lugar)	fontenla-a-pravio-cambre-lugar	GA	C	15017	43.3	-8.3	4
15668	San Bartolomeu (San Xoan De Pravio-Cambre)	san-bartolomeu-san-xoan-de-pravio-cambre	GA	C	15017	43.3	-8.3	3
15668	San Bartolomeu (Pravio, Cambre) (Lugar)	san-bartolomeu-pravio-cambre-lugar	GA	C	15017	43.3	-8.3	4
15668	Pombo, O (San Xoan De Pravio-Cambre)	pombo-o-san-xoan-de-pravio-cambre	GA	C	15017	43.3	-8.3	3
15668	Pombo, O (Pravio, Cambre) (Lugar)	pombo-o-pravio-cambre-lugar	GA	C	15017	43.3	-8.3	4
15668	Pravio (San Xoan)	pravio-san-xoan	GA	C	15017	43.3	-8.3	3
15668	Fontenla, A (San Xoan De Pravio-Cambre)	fontenla-a-san-xoan-de-pravio-cambre	GA	C	15017	43.3	-8.3	3
15669	Patiña, A (Cela, Cambre) (Lugar)	patina-a-cela-cambre-lugar	GA	C	15017	43.2833	-8.3333	4
15669	Patiña, A (San Xulian De Cela-Cambre)	patina-a-san-xulian-de-cela-cambre	GA	C	15017	43.2833	-8.3333	3
15669	Cela (San Xulian)	cela-san-xulian	GA	C	15017	43.2833	-8.3333	3
15669	Andeiro (San Martiño)	andeiro-san-martino	GA	C	15017	43.2833	-8.3333	3
15669	Meixigo (San Lourenzo)	meixigo-san-lourenzo	GA	C	15017	43.2833	-8.3333	3
15670	Burgo, O ( O Burgo)	burgo-o-o-burgo	GA	C	15031	43.3167	-8.3667	4
15670	Burgo, O (Santiago)	burgo-o-santiago	GA	C	15031	43.3167	-8.3667	4
15670	Acea De Ama (O Burgo)	acea-de-ama-o-burgo	GA	C	15031	43.3167	-8.3667	4
15679	Temple, O	temple-o	GA	C	15017	43.3196	-8.3567	4
15679	Temple, O (Santa Maria)	temple-o-santa-maria	GA	C	15017	43.3333	-8.3167	4
15679	Graxal, O	graxal-o	GA	C	15017	43.3264	-8.3367	3
15680	Ordes	ordes	GA	C	15059	43.0765	-8.409	4
15680	Poligono Industrial Ordes	poligono-industrial-ordes	GA	C	15059	43.0765	-8.409	3
15680	Casillas (Santa Maria De Ordes-Ordes)	casillas-santa-maria-de-ordes-ordes	GA	C	15059	43.0765	-8.409	3
15680	Casillas, As	casillas-as	GA	C	15059	43.0765	-8.409	3
15683	Tordoia	tordoia	GA	C	15084	43.0833	-8.55	4
15683	Pontepedra	pontepedra	GA	C	15084	43.0833	-8.55	3
15683	Cabaleiros (San Xian)	cabaleiros-san-xian	GA	C	15084	43.0833	-8.55	3
15683	Bedrobe (San Xian De Cabaleiros-Tordoia)	bedrobe-san-xian-de-cabaleiros-tordoia	GA	C	15084	43.0833	-8.55	3
15683	Tordoia (San Xoan)	tordoia-san-xoan	GA	C	15084	43.0833	-8.55	3
15683	Vilarchan (San Xian De Cabaleiros-Tordoia)	vilarchan-san-xian-de-cabaleiros-tordoia	GA	C	15084	43.0833	-8.55	3
15684	Lesta (Santo Andre)	lesta-santo-andre	GA	C	15059	43.375	-8.2667	4
15684	Castenda Da Torre (Santa Maria)	castenda-da-torre-santa-maria	GA	C	15059	43.0167	-8.5333	4
15684	Carballal (Santa Maria De Castenda Da Torre-Tordoia)	carballal-santa-maria-de-castenda-da-torre-tordoia	GA	C	15059	43.1483	-8.48	3
15684	Vilar (Santa Maria De Bardaos-Tordoia)	vilar-santa-maria-de-bardaos-tordoia	GA	C	15059	43.1167	-8.5333	4
15684	Pazo (Santa Mariña De Anxeriz-Tordoia)	pazo-santa-marina-de-anxeriz-tordoia	GA	C	15059	43.1483	-8.48	3
15684	Barral (Santa Maria De Bardaos-Tordoia)	barral-santa-maria-de-bardaos-tordoia	GA	C	15059	43.1167	-8.5333	4
15684	Igrexa (San Cibran De Vila Do Abade,A--Tordoia)	igrexa-san-cibran-de-vila-do-abade-a-tordoia	GA	C	15059	43.1483	-8.48	3
15684	Peton (Santa Maria De Bardaos-Tordoia)	peton-santa-maria-de-bardaos-tordoia	GA	C	15059	43.1167	-8.5333	4
15684	Bardaos (Santa Maria-Tordoia)	bardaos-santa-maria-tordoia	GA	C	15059	43.1483	-8.48	3
15684	Piñeiro (San Cibran De Vila Do Abade,A-Tordoia)	pineiro-san-cibran-de-vila-do-abade-a-tordoia	GA	C	15059	43.1483	-8.48	3
15684	Anxeriz (Santa Mariña)	anxeriz-santa-marina	GA	C	15059	43.1483	-8.48	3
15684	Portociños (Santaia De Gorgullos-Tordoia)	portocinos-santaia-de-gorgullos-tordoia	GA	C	15059	43.1483	-8.48	3
15684	Andoio (San Mamede)	andoio-san-mamede	GA	C	15059	43.1483	-8.48	3
15684	Tarroeira (Santa Maria De Castenda Da  Torre-Tordoia)	tarroeira-santa-maria-de-castenda-da-torre-tordoia	GA	C	15059	43.1483	-8.48	3
15684	Vila De Abade, A (San Cibran)	vila-de-abade-a-san-cibran	GA	C	15059	43.1483	-8.48	3
15684	Carballal (San Cibran De Vila Do Abade, A-Tordoia)	carballal-san-cibran-de-vila-do-abade-a-tordoia	GA	C	15059	43.1483	-8.48	3
15684	Brandoñas (Sanmta Mariña De Anxeriz-Tordoia)	brandonas-sanmta-marina-de-anxeriz-tordoia	GA	C	15059	43.1483	-8.48	3
15684	Numide (Santiago)	numide-santiago	GA	C	15059	43.1483	-8.48	3
15684	Gorgullos (Santaia)	gorgullos-santaia	GA	C	15059	43.1483	-8.48	3
15684	Codesal (San Cibran De Vila Do Abade, A-Tordoia)	codesal-san-cibran-de-vila-do-abade-a-tordoia	GA	C	15059	43.1483	-8.48	3
15685	Mesia	mesia	GA	C	15047	43.1	-8.2667	4
15685	Bascoi (Santiago)	bascoi-santiago	GA	C	15047	43.1724	-8.3141	3
15685	Cabrui (San Martiño)	cabrui-san-martino	GA	C	15047	43.1724	-8.3141	3
15685	Iglesia, A (Mesia)	iglesia-a-mesia	GA	C	15047	43.1	-8.2667	4
15685	Olas (San Lourenzo)	olas-san-lourenzo	GA	C	15047	43.1724	-8.3141	3
15685	Ardemil (San Pedro)	ardemil-san-pedro	GA	C	15047	43.1167	-8.3667	4
15685	Xanceda (San Salvador)	xanceda-san-salvador	GA	C	15047	43.2833	-8.3	4
15685	Mesia (San Cristovo)	mesia-san-cristovo	GA	C	15047	43.1724	-8.3141	3
15685	Mesos (San Salvador)	mesos-san-salvador	GA	C	15047	43.2833	-8.3	4
15685	Papucin (Santa Maria)	papucin-santa-maria	GA	C	15047	43.1724	-8.3141	3
15685	Iglesia, A (San Cristovo De Mesia-Mesia)	iglesia-a-san-cristovo-de-mesia-mesia	GA	C	15047	43.1724	-8.3141	3
15685	Frades (San Martiño)	frades-san-martino	GA	C	15047	43.1724	-8.3141	3
15685	Albixoi (Santa Marina)	albixoi-santa-marina	GA	C	15047	43.1724	-8.3141	3
15685	Abella (Santo Estevo)	abella-santo-estevo	GA	C	15047	43.1724	-8.3141	3
15685	Soutelo (San Lourenzo De Olas-Mesia)	soutelo-san-lourenzo-de-olas-mesia	GA	C	15047	43.1724	-8.3141	3
15685	Taberna (Santo Estevo De Abella-Frades)	taberna-santo-estevo-de-abella-frades	GA	C	15047	43.1724	-8.3141	3
15685	Soutelo (Olas)	soutelo-olas	GA	C	15047	43.1724	-8.3141	3
15685	Lanza (San Mamede)	lanza-san-mamede	GA	C	15047	43.1724	-8.3141	3
15685	Bruma (San Lourenzo)	bruma-san-lourenzo	GA	C	15047	43.1724	-8.3141	3
15685	Castro (San Sebastian)	castro-san-sebastian	GA	C	15047	43.1724	-8.3141	3
15685	Cumbraos (Santa Maria)	cumbraos-santa-maria	GA	C	15047	43.1724	-8.3141	3
15685	Barbeiros (Santa Maria)	barbeiros-santa-maria	GA	C	15047	43.1724	-8.3141	3
15686	Tarrio (Santa Maria De Restande-Trazo)	tarrio-santa-maria-de-restande-trazo	GA	C	15047	43.0333	-8.5833	4
15686	Aiazo (San Pedro)	aiazo-san-pedro	GA	C	15047	43.0275	-8.5075	3
15686	Frades	frades	GA	C	15047	43.0501	-8.2939	4
15686	Restande (Santa Maria)	restande-santa-maria	GA	C	15047	43.0167	-8.5333	4
15686	Moar (Santaia)	moar-santaia	GA	C	15047	43.0275	-8.5075	3
15686	Brea, A (Benza)	brea-a-benza	GA	C	15047	43.0209	-8.5937	4
15686	Celtigos (San Xulian) (Frades)	celtigos-san-xulian-frades	GA	C	15047	43.0275	-8.5075	3
15686	Aña (Santa Maria)	ana-santa-maria	GA	C	15047	43.0167	-8.5333	4
15686	Ponte Carreira (Gafoi)	ponte-carreira-gafoi	GA	C	15047	43.0275	-8.5075	3
15686	Benza (San Pedro)	benza-san-pedro	GA	C	15047	43.0275	-8.5075	3
15686	Vitre (San Xoan)	vitre-san-xoan	GA	C	15047	43.0275	-8.5075	3
15686	Xavestre (San Cristovo)	xavestre-san-cristovo	GA	C	15047	43.0275	-8.5075	3
15686	Boado (Santiago)	boado-santiago	GA	C	15047	43.0275	-8.5075	3
15686	Lestrove (San Pedro De Benza -Trazo)	lestrove-san-pedro-de-benza-trazo	GA	C	15047	43.0275	-8.5075	3
15686	Ledoira (San Martiño)	ledoira-san-martino	GA	C	15047	43.0275	-8.5075	3
15686	Monzo (San Martiño)	monzo-san-martino	GA	C	15047	43.0275	-8.5075	3
15686	Galegos (San Martiño)	galegos-san-martino	GA	C	15047	43.0275	-8.5075	3
15686	Oa (San Cristovo De Xavestre-Trazo)	oa-san-cristovo-de-xavestre-trazo	GA	C	15047	43.0275	-8.5075	3
15686	Pedregueira, A (San Martiño De Monzo-Trazo)	pedregueira-a-san-martino-de-monzo-trazo	GA	C	15047	43.0275	-8.5075	3
15686	Noia, A (San Cristovo De Xavestre-Trazo)	noia-a-san-cristovo-de-xavestre-trazo	GA	C	15047	43.0275	-8.5075	3
15686	Gafoi (Santa Mariña)	gafoi-santa-marina	GA	C	15047	43.0275	-8.5075	3
15687	Torre, A (Santa Maria De Castelo-Trazo)	torre-a-santa-maria-de-castelo-trazo	GA	C	15059	43.0167	-8.4667	4
15687	Calle (San Xulian De Poulo-Ordes)	calle-san-xulian-de-poulo-ordes	GA	C	15059	43.0167	-8.5	3
15687	Polveira, A (Chaian)	polveira-a-chaian	GA	C	15059	43.0167	-8.5	3
15687	Morlan (Santa Maria)	morlan-santa-maria	GA	C	15059	43.0167	-8.5	3
15687	Trazo	trazo	GA	C	15059	43.0167	-8.5333	4
15687	Campo (San Xoan)	campo-san-xoan	GA	C	15059	43.0167	-8.5	3
15687	Berreo (San Mamede)	berreo-san-mamede	GA	C	15059	43.0167	-8.5	3
15687	Buscas (San Paio)	buscas-san-paio	GA	C	15059	43.0167	-8.5	3
15687	Castelo (Santa Maria)	castelo-santa-maria	GA	C	15059	43.0167	-8.5	3
15687	Vilouchada (San Vicenzo)	vilouchada-san-vicenzo	GA	C	15059	43.0167	-8.5	3
15687	Trazo (Santa Maria)	trazo-santa-maria	GA	C	15059	43.0167	-8.5	3
15687	Poulo (San Xulian)	poulo-san-xulian	GA	C	15059	43.0167	-8.5	3
15687	Chaian (Santa Maria)	chaian-santa-maria	GA	C	15059	43.0167	-8.5	3
15687	Viaño Pequeño (San Xoan De Campo-Trazo)	viano-pequeno-san-xoan-de-campo-trazo	GA	C	15059	43.0167	-8.5	3
15688	Barciela, A (Santo Andre)	barciela-a-santo-andre	GA	C	15060	43.375	-8.2667	4
15688	Igrexa (Parroquia San Martiño-Oroso)	igrexa-parroquia-san-martino-oroso	GA	C	15060	43.1063	-8.4458	3
15688	Deixebre (Santa Maria)	deixebre-santa-maria	GA	C	15060	43.0167	-8.5333	4
15688	Empalme, O (Trasmonte-Oroso)	empalme-o-trasmonte-oroso	GA	C	15060	43.0167	-8.45	4
15688	Cesar (Santa Maria)	cesar-santa-maria	GA	C	15060	43.0167	-8.5333	4
15688	Calvente (San Xoan)	calvente-san-xoan	GA	C	15060	43.1063	-8.4458	3
15688	Marzoa (San Martiño)	marzoa-san-martino	GA	C	15060	43.1063	-8.4458	3
15688	Oroso (San Martiño)	oroso-san-martino	GA	C	15060	43.1063	-8.4458	3
15688	Cardama (Santa Maria De Oroso)	cardama-santa-maria-de-oroso	GA	C	15060	43.1063	-8.4458	3
15688	Trasmonte (Santo Estevo)	trasmonte-santo-estevo	GA	C	15060	43.1063	-8.4458	3
15688	Vilanova (San Martiño De Oroso-Oroso)	vilanova-san-martino-de-oroso-oroso	GA	C	15060	43.1063	-8.4458	3
15688	Valverde (Pª Villarromaris De Oroso)	valverde-p-villarromaris-de-oroso	GA	C	15060	43.1063	-8.4458	3
15688	Valverde (San Tome De Vilarromaris-Oroso)	valverde-san-tome-de-vilarromaris-oroso	GA	C	15060	43.1063	-8.4458	3
15688	Carballal (Pª San Martiño)	carballal-p-san-martino	GA	C	15060	43.1063	-8.4458	3
15688	Gandara, A (San Miguel)	gandara-a-san-miguel	GA	C	15060	43.1063	-8.4458	3
15688	Estacion Oroso (Oroso)	estacion-oroso-oroso	GA	C	15060	43.1063	-8.4458	3
15815	Ciadella, A (Santa Maria)	ciadella-a-santa-maria	GA	C	15080	42.9281	-8.1641	4
15688	Carballos (Pª Santa Maria Deixebre-Oroso)	carballos-p-santa-maria-deixebre-oroso	GA	C	15060	43.1063	-8.4458	3
15688	Cardama (Pª Santa Maria De Oroso)	cardama-p-santa-maria-de-oroso	GA	C	15060	43.1063	-8.4458	3
15688	Empalme (Santo Estevo De Trasmonte-Oroso)	empalme-santo-estevo-de-trasmonte-oroso	GA	C	15060	43.1063	-8.4458	3
15688	Bayuca (Pª Santa Eulalia De Oroso)	bayuca-p-santa-eulalia-de-oroso	GA	C	15060	43.1063	-8.4458	3
15688	Bayuca (Santa Eulalia De Senra-Oroso)	bayuca-santa-eulalia-de-senra-oroso	GA	C	15060	43.1063	-8.4458	3
15688	Pasarelos (San Roman)	pasarelos-san-roman	GA	C	15060	43.1063	-8.4458	3
15688	Piñeiron	pineiron	GA	C	15060	43.1063	-8.4458	3
15688	Anxeles, Os (San Mamede)	anxeles-os-san-mamede	GA	C	15060	43.1063	-8.4458	3
15688	Senra (Santa Eulalia)	senra-santa-eulalia	GA	C	15060	43.1063	-8.4458	3
15688	Villarromaris (Parroquia Santo Tomas-Oroso)	villarromaris-parroquia-santo-tomas-oroso	GA	C	15060	43.1063	-8.4458	3
15688	Sigüeiro (Santo Andre Da Barciela-Santiago)	sigueiro-santo-andre-da-barciela-santiago	GA	C	15060	43.1063	-8.4458	3
15688	Cachopal (Pª San Mamede)	cachopal-p-san-mamede	GA	C	15060	43.1063	-8.4458	3
15689	Castrelos (Santa Maria De Leira-Ordes)	castrelos-santa-maria-de-leira-ordes	GA	C	15047	43.1167	-8.4	4
15689	Guindiboo (Santa Cruz De Montaos-Ordes)	guindiboo-santa-cruz-de-montaos-ordes	GA	C	15047	43.0333	-8.4167	4
15689	Iglesia, A (Visantoña-Mesia)	iglesia-a-visantona-mesia	GA	C	15047	43.1333	-8.3	4
15689	Espenica (Santa Maria De Ordes-Ordes)	espenica-santa-maria-de-ordes-ordes	GA	C	15047	43.1167	-8.4	4
15689	Leobalde (San Cristovo)	leobalde-san-cristovo	GA	C	15047	43.0771	-8.4245	3
15689	Mercurin (San Clemente)	mercurin-san-clemente	GA	C	15047	43.1009	-8.4252	4
15689	Reboredo (Santa Maria De Ordes-Ordes)	reboredo-santa-maria-de-ordes-ordes	GA	C	15047	43.1167	-8.4	4
15689	Pereira (Santaia)	pereira-santaia	GA	C	15047	43.0771	-8.4245	3
15689	Queis (Santa Cruz De Montaos-Ordes)	queis-santa-cruz-de-montaos-ordes	GA	C	15047	43.0333	-8.4167	4
15689	Balado (Santa Maria De Ordes-Ordes)	balado-santa-maria-de-ordes-ordes	GA	C	15047	43.1167	-8.4	4
15689	Visantoña (San Martiño)	visantona-san-martino	GA	C	15047	43.0771	-8.4245	3
15689	Leira (Santa Maria)	leira-santa-maria	GA	C	15047	43.0167	-8.5333	4
15689	Ordes (Santa Maria-Ordes)	ordes-santa-maria-ordes	GA	C	15047	43.1167	-8.4	4
15689	Vilamaior (Santiago)	vilamaior-santiago	GA	C	15047	43.0771	-8.4245	3
15689	Fosado (Santa Cruz De Montaos-Ordes)	fosado-santa-cruz-de-montaos-ordes	GA	C	15047	43.0333	-8.4167	4
15689	Casal (Santa Maria De Ordes-Ordes)	casal-santa-maria-de-ordes-ordes	GA	C	15047	43.1167	-8.4	4
15689	Iglesia, A (San Martiño De Visantoña-Mesia)	iglesia-a-san-martino-de-visantona-mesia	GA	C	15047	43.0771	-8.4245	3
15689	Parada (Santa Maria)	parada-santa-maria	GA	C	15047	43.0167	-8.5333	4
15689	Merelle (Santa Maria De Ordes-Ordes)	merelle-santa-maria-de-ordes-ordes	GA	C	15047	43.1167	-8.4	4
15689	Santa Cruz De Montaos (Santa Cruz)	santa-cruz-de-montaos-santa-cruz	GA	C	15047	43.0333	-8.4167	4
15689	Bean (Santa Maria)	bean-santa-maria	GA	C	15047	43.0167	-8.5333	4
15690	Valle (Arteixo)	valle-arteixo	GA	C	15005	43.2352	-8.3403	1
15690	Ponte Do Ba (Arteixo)	ponte-do-ba-arteixo	GA	C	15005	43.2352	-8.3403	1
15690	Monte Das Arcas (Arteixo)	monte-das-arcas-arteixo	GA	C	15005	43.2352	-8.3403	1
15690	Loureda (Santa Maria)	loureda-santa-maria	GA	C	15005	43.2352	-8.3403	1
15690	Igrexario (Arteixo)	igrexario-arteixo	GA	C	15005	43.2352	-8.3403	1
15690	Moras (Arteixo)	moras-arteixo	GA	C	15005	43.2352	-8.3403	1
15690	Ervedins (Arteixo)	ervedins-arteixo	GA	C	15005	43.2352	-8.3403	1
15690	Campo De Golf (Moras-Arteixo)	campo-de-golf-moras-arteixo	GA	C	15005	43.2352	-8.3403	1
15690	Uxes (Arteixo)	uxes-arteixo	GA	C	15005	43.2352	-8.3403	1
15690	Foxo (Arteixo)	foxo-arteixo	GA	C	15005	43.2352	-8.3403	1
15701	Santiago De Compostela	santiago-de-compostela	GA	C	15078	42.8805	-8.5457	4
15702	Santiago De Compostela	santiago-de-compostela	GA	C	15078	42.8805	-8.5457	4
15703	Santiago De Compostela	santiago-de-compostela	GA	C	15078	42.8805	-8.5457	4
15704	Santiago De Compostela	santiago-de-compostela	GA	C	15078	42.8805	-8.5457	4
15705	Santiago De Compostela	santiago-de-compostela	GA	C	15078	42.8805	-8.5457	4
15706	Santiago De Compostela	santiago-de-compostela	GA	C	15078	42.8805	-8.5457	4
15707	Santiago De Compostela	santiago-de-compostela	GA	C	15078	42.8805	-8.5457	4
15770	Santiago De Compostela	santiago-de-compostela	GA	C		42.8805	-8.5457	4
15771	Santiago De Compostela	santiago-de-compostela	GA	C		42.8805	-8.5457	4
15780	Santiago De Compostela	santiago-de-compostela	GA	C		42.8805	-8.5457	4
15781	Santiago De Compostela	santiago-de-compostela	GA	C		42.8805	-8.5457	4
15782	Santiago De Compostela	santiago-de-compostela	GA	C		42.8805	-8.5457	4
15800	Melide (San Pedro)	melide-san-pedro	GA	C	15046	42.9138	-8.015	3
15800	Melide	melide	GA	C	15046	42.9138	-8.015	4
15800	Poligono Industrial Madanela	poligono-industrial-madanela	GA	C	15046	42.9138	-8.015	3
15805	Zas De Rei (San Xiao) Melide	zas-de-rei-san-xiao-melide	GA	C	15046	42.7167	-8.5167	4
15805	Grobas (Melide)	grobas-melide	GA	C	15046	42.7167	-8.5167	3
15805	Maceda (San Pedro) Melide	maceda-san-pedro-melide	GA	C	15046	42.7167	-8.5167	3
15805	Pedrouzos (Santa Mariña) Melide	pedrouzos-santa-marina-melide	GA	C	15046	42.7167	-8.5167	3
15805	Baltar (Melide)	baltar-melide	GA	C	15046	42.7167	-8.5167	3
15805	Barreiro, O (San Mamede) Melide	barreiro-o-san-mamede-melide	GA	C	15046	42.7167	-8.5167	3
15805	Golan (Melide)	golan-melide	GA	C	15046	42.7167	-8.5167	3
15805	Vitiriz (San Vicente) Melide	vitiriz-san-vicente-melide	GA	C	15046	42.7167	-8.5167	3
15805	Xubial (Santiago) Melide	xubial-santiago-melide	GA	C	15046	42.7167	-8.5167	3
15805	Agron ( Santa Eulalia)	agron-santa-eulalia	GA	C	15046	42.7167	-8.5167	3
15805	Orois (Melide)	orois-melide	GA	C	15046	42.7167	-8.5167	3
15806	Santa Mariña De Brañas (Santa Mariña) Toques	santa-marina-de-branas-santa-marina-toques	GA	C	15083	42.85	-8.25	3
15806	Ordes (Santa Maria-Melide) Toques	ordes-santa-maria-melide-toques	GA	C	15083	42.9833	-7.9833	4
15806	San Xiao Do Monte (San Xiao) Toques	san-xiao-do-monte-san-xiao-toques	GA	C	15083	42.7167	-8.5167	4
15806	Paradela (San Paio) Toques	paradela-san-paio-toques	GA	C	15083	42.85	-8.25	3
15806	San Martiño De Oleiros (San Martiño) Toques	san-martino-de-oleiros-san-martino-toques	GA	C	15083	42.85	-8.25	3
15806	Mangoeiro (Santo Tome) Toques	mangoeiro-santo-tome-toques	GA	C	15083	42.85	-8.25	3
15806	Capela, A (Santa Maria) Toques	capela-a-santa-maria-toques	GA	C	15083	42.85	-8.25	3
15806	Santa Eufemia Do Monte ( Santa Eufemia) Toques	santa-eufemia-do-monte-santa-eufemia-toques	GA	C	15083	42.85	-8.25	3
15806	Vilamor (San Estevo) Toques	vilamor-san-estevo-toques	GA	C	15083	42.85	-8.25	3
15806	Oleiros (Toques)	oleiros-toques	GA	C	15083	42.85	-8.25	3
15806	Toques	toques	GA	C	15083	42.85	-8.25	3
15806	Vilouriz (Santiago) Toques	vilouriz-santiago-toques	GA	C	15083	42.85	-8.25	3
15807	Vilasantar (Santiago)	vilasantar-santiago	GA	C	15090	43.0667	-8.1	4
15807	Cruce Sesmonde (San Salvador De Barbeito-Vilasantar)	cruce-sesmonde-san-salvador-de-barbeito-vilasantar	GA	C	15090	43.0667	-8.15	4
15807	Vilasantar	vilasantar	GA	C	15090	43.0667	-8.1	4
15807	Armental (San Martiño)	armental-san-martino	GA	C	15090	43.1208	-8.1625	3
15807	Barbeito (San Salvador)	barbeito-san-salvador	GA	C	15090	43.2833	-8.3	4
15807	Foro (San Pedro De Presaras-Vilasantar)	foro-san-pedro-de-presaras-vilasantar	GA	C	15090	43.1208	-8.1625	3
15807	Vilariño (Santa Maria)	vilarino-santa-maria	GA	C	15090	43.1208	-8.1625	3
15807	San Vicezo De Curtis (San Vicenzo)	san-vicezo-de-curtis-san-vicenzo	GA	C	15090	43.1208	-8.1625	3
15807	Mezonzo (Santa Maria)	mezonzo-santa-maria	GA	C	15090	43.1208	-8.1625	3
15807	Presaras (San Pedro)	presaras-san-pedro	GA	C	15090	43.1208	-8.1625	3
15808	Santiso	santiso	GA	C	15079	42.8739	-8.055	4
15808	Mourazos (San Xurxo) Santiso	mourazos-san-xurxo-santiso	GA	C	15079	42.8739	-8.055	3
15808	Visantoña (Santiso)	visantona-santiso	GA	C	15079	42.8739	-8.055	4
15808	Niñodaguia (San Paio) Santiso	ninodaguia-san-paio-santiso	GA	C	15079	42.8739	-8.055	3
15808	Liñares (Santiago) Santiso	linares-santiago-santiso	GA	C	15079	42.8739	-8.055	3
15808	Beigondo (San Cosme) Santiso	beigondo-san-cosme-santiso	GA	C	15079	42.8739	-8.055	3
15808	Belmil (San Pedro) Santiso	belmil-san-pedro-santiso	GA	C	15079	42.8739	-8.055	3
15808	Vimianzo (Santa Maria) Santiso	vimianzo-santa-maria-santiso	GA	C	15079	42.8739	-8.055	3
15808	Serantes (Santaia) Santiso	serantes-santaia-santiso	GA	C	15079	42.8739	-8.055	3
15808	Ponte Arcediago, A (San Xoan) Santiso	ponte-arcediago-a-san-xoan-santiso	GA	C	15079	42.8739	-8.055	3
15808	Santiso (Santa Maria)	santiso-santa-maria	GA	C	15079	42.8739	-8.055	3
15808	Pezobre (San Cristovo) Santiso	pezobre-san-cristovo-santiso	GA	C	15079	42.8739	-8.055	3
15808	Ribadulla (San Vicenzo) Santiso	ribadulla-san-vicenzo-santiso	GA	C	15079	42.8739	-8.055	3
15808	San Roman (San Pedro) Santiso	san-roman-san-pedro-santiso	GA	C	15079	42.8739	-8.055	3
15808	Pezobres (San Estevo) Santiso	pezobres-san-estevo-santiso	GA	C	15079	42.8739	-8.055	3
15808	Barazon (Santa Maria) Santiso	barazon-santa-maria-santiso	GA	C	15079	42.8739	-8.055	3
15808	Novela (Santa Maria) Santiso	novela-santa-maria-santiso	GA	C	15079	42.8739	-8.055	3
15808	Rairiz (Santa Eulalia)	rairiz-santa-eulalia	GA	C	15079	42.8739	-8.055	3
15809	Anxeles, Os (Santa Maria-Melide) Melide	anxeles-os-santa-maria-melide-melide	GA	C	15046	42.9833	-7.9833	4
15809	Moldes (Melide)	moldes-melide	GA	C	15046	42.9138	-8.015	4
15809	Folladela (San Pedro) Melide	folladela-san-pedro-melide	GA	C	15046	42.9486	-7.9991	3
15809	Meire, O (San Pedro ) Melide	meire-o-san-pedro-melide	GA	C	15046	42.9486	-7.9991	3
15809	Forte Novo (Santa Maria De Anxeles, Os-Melide	forte-novo-santa-maria-de-anxeles-os-melide	GA	C	15046	42.9486	-7.9991	3
15809	Varelas, As (San Martiño) Melide	varelas-as-san-martino-melide	GA	C	15046	42.9486	-7.9991	3
15809	Leboreiro, O (Santa Maria) Melide	leboreiro-o-santa-maria-melide	GA	C	15046	42.9486	-7.9991	3
15809	Furelos (San Xoan) Melide	furelos-san-xoan-melide	GA	C	15046	42.9486	-7.9991	3
15809	Gondollin (San Martiño) Melide	gondollin-san-martino-melide	GA	C	15046	42.9486	-7.9991	3
15809	Castro (Santo Tome-Melide)	castro-santo-tome-melide	GA	C	15046	42.9486	-7.9991	3
15809	San Cosme De Abeancos (San Cosme) Melide	san-cosme-de-abeancos-san-cosme-melide	GA	C	15046	42.9486	-7.9991	3
15809	Priorada (San Xoan De Sancibrao-Melide)	priorada-san-xoan-de-sancibrao-melide	GA	C	15046	42.9486	-7.9991	3
15809	San Cibrao (San Xoan) Melide	san-cibrao-san-xoan-melide	GA	C	15046	42.9486	-7.9991	3
15809	Campos (Santa Maria) Melide	campos-santa-maria-melide	GA	C	15046	42.9486	-7.9991	3
15809	Santa Maria De Melide (Santa Maria) Melide	santa-maria-de-melide-santa-maria-melide	GA	C	15046	42.9486	-7.9991	3
15809	Abeancos (San Salvador)	abeancos-san-salvador	GA	C	15046	42.9486	-7.9991	3
15810	Arzua (Santiago)	arzua-santiago	GA	C	15006	42.9281	-8.1641	3
15810	Arzua	arzua	GA	C	15006	42.9281	-8.1641	4
15810	Poligono Industrial Arzua	poligono-industrial-arzua	GA	C	15006	42.9281	-8.1641	3
15813	Sobrado	sobrado	GA	C	15080	43.0388	-8.0278	4
15813	Porta, A (San Pedro)	porta-a-san-pedro	GA	C	15080	43.0361	-8.0223	3
15813	Sobrado (Porta)	sobrado-porta	GA	C	15080	43.0333	-8.0167	4
15814	Nogueira (San Xurxo)	nogueira-san-xurxo	GA	C	15080	43.0054	-8.2111	1
15814	Folgoso (Santa Cristina)	folgoso-santa-cristina	GA	C	15080	43.0054	-8.2111	1
15814	Carelle (San Lourenzo)	carelle-san-lourenzo	GA	C	15080	43.0054	-8.2111	1
15815	Roade (Santo Andre)	roade-santo-andre	GA	C	15080	43.375	-8.2667	4
15815	Pousada (San Mamede)	pousada-san-mamede	GA	C	15080	42.954	-8.2895	3
15815	Cumbraos (San Xiao)	cumbraos-san-xiao	GA	C	15080	42.7167	-8.5167	4
15815	Grixalba (San Xiao)	grixalba-san-xiao	GA	C	15080	42.7167	-8.5167	4
15815	Codesoso (San Miguel)	codesoso-san-miguel	GA	C	15080	43.0333	-7.9833	4
15816	Anxeles, Os (Santa Maria-Boimorto)	anxeles-os-santa-maria-boimorto	GA	C	15010	43.05	-8.1333	4
15816	Dormea (San Cristovo)	dormea-san-cristovo	GA	C	15010	43.05	-8.1333	3
15816	Rodieiros (San Simon)	rodieiros-san-simon	GA	C	15010	43.05	-8.1333	3
15816	Andavao (San Martiño)	andavao-san-martino	GA	C	15010	43.05	-8.1333	3
15816	Corneda (San Pedro)	corneda-san-pedro	GA	C	15010	43.05	-8.1333	3
15817	Mercurin (San Xoan)	mercurin-san-xoan	GA	C	15010	43.0054	-8.2111	1
15817	Sendelle (Santa Maria)	sendelle-santa-maria	GA	C	15010	43.0054	-8.2111	1
15817	Brates (San Pedro)	brates-san-pedro	GA	C	15010	43.0054	-8.2111	1
15817	Boimil (San Miguel)	boimil-san-miguel	GA	C	15010	43.0054	-8.2111	1
15817	Boimorto (Santiago)	boimorto-santiago	GA	C	15010	43.0054	-8.2111	1
15818	Arceo	arceo	GA	C	15010	43.0333	-8.1667	4
15818	Buazo (Santa Maria)	buazo-santa-maria	GA	C	15010	42.9281	-8.1641	4
15818	Boimorto	boimorto	GA	C	15010	42.9807	-8.1654	3
15818	Cardeiro (San Pedro)	cardeiro-san-pedro	GA	C	15010	42.9807	-8.1654	3
15818	Arceo (San Vicenzo)	arceo-san-vicenzo	GA	C	15010	42.9807	-8.1654	3
15819	Burres (San Vicenzo)	burres-san-vicenzo	GA	C	15006	43.1441	-8.3118	3
15819	Oins (San Cosme)	oins-san-cosme	GA	C	15006	42.95	-8.25	4
15819	Branza (Santa Locaia)	branza-santa-locaia	GA	C	15006	43.3382	-8.3736	4
15819	Lema (San Pedro)	lema-san-pedro	GA	C	15006	43.1441	-8.3118	3
15819	Figueroa (San Paio)	figueroa-san-paio	GA	C	15006	43.1441	-8.3118	3
15819	Castañeda A (Santa Maria)	castaneda-a-santa-maria	GA	C	15006	43.1441	-8.3118	3
15819	Dombodan (San Cristovo)	dombodan-san-cristovo	GA	C	15006	43.1441	-8.3118	3
15819	Dodro (Santa Maria) (Arzua)	dodro-santa-maria-arzua	GA	C	15006	43.1441	-8.3118	3
15819	Campo (Santo Estevo)	campo-santo-estevo	GA	C	15006	43.1441	-8.3118	3
15819	San Martiño De Calvos De Sobrecamiño (San Martiño)	san-martino-de-calvos-de-sobrecamino-san-martino	GA	C	15006	43.1441	-8.3118	3
15819	Rendal (Santa Maria)	rendal-santa-maria	GA	C	15006	43.1441	-8.3118	3
15819	Pantiñobre (San Estevo)	pantinobre-san-estevo	GA	C	15006	43.1441	-8.3118	3
15819	Mella, A (San Pedro)	mella-a-san-pedro	GA	C	15006	43.1441	-8.3118	3
15819	Villantime (San Pedro)	villantime-san-pedro	GA	C	15006	43.1441	-8.3118	3
15819	Maroxo (Santa Maria)	maroxo-santa-maria	GA	C	15006	43.1441	-8.3118	3
15819	Arzua (Santa Maria )	arzua-santa-maria	GA	C	15006	43.1441	-8.3118	3
15819	Brandeso (San Lourenzo)	brandeso-san-lourenzo	GA	C	15006	43.1441	-8.3118	3
15819	Tronceda (Santa Maria)	tronceda-santa-maria	GA	C	15006	43.1441	-8.3118	3
15819	Viladavil (Santa Maria)	viladavil-santa-maria	GA	C	15006	43.1441	-8.3118	3
15819	Viños (San Pedro)	vinos-san-pedro	GA	C	15006	43.1441	-8.3118	3
15820	Lavacolla, A	lavacolla-a	GA	C	15078	42.8947	-8.3868	4
15820	San Marcos	san-marcos	GA	C	15078	42.8918	-8.4926	4
15820	Sabugueira (San Paio)	sabugueira-san-paio	GA	C	15078	42.8823	-8.4438	3
15820	Bando (Santa Eulalia)	bando-santa-eulalia	GA	C	15078	42.8605	-8.4519	4
15820	Esquipa, A (San Paio De Sabugueira-Santiago)	esquipa-a-san-paio-de-sabugueira-santiago	GA	C	15078	42.8823	-8.4438	3
15820	Mourentan (San Paio De Sabugueira-Santiago)	mourentan-san-paio-de-sabugueira-santiago	GA	C	15078	42.8823	-8.4438	3
15820	Carballal, O (San Xulian)	carballal-o-san-xulian	GA	C	15078	42.8823	-8.4438	3
15820	Aeropuerto De A Lavacolla	aeropuerto-de-a-lavacolla	GA	C	15078	42.8823	-8.4438	3
15821	Pereira (San Miguel)	pereira-san-miguel	GA	C	15066	42.95	-8.3833	3
15821	Pino, O	pino-o	GA	C	15066	42.95	-8.3833	4
15821	Arca (Santa Eulalia)	arca-santa-eulalia	GA	C	15066	42.95	-8.3833	3
15821	Pazos De Arriba (Santa Maria De Budiño- O Pino)	pazos-de-arriba-santa-maria-de-budino-o-pino	GA	C	15066	42.95	-8.3833	4
15821	Rua, A (Santaia De Arca- O Pino)	rua-a-santaia-de-arca-o-pino	GA	C	15066	42.95	-8.3833	3
15821	Pedrouzo, O (Arca)	pedrouzo-o-arca	GA	C	15066	42.95	-8.3833	3
15821	Budiño (Santa Maria)	budino-santa-maria	GA	C	15066	42.95	-8.3833	3
15821	Santiso (Santa Maria De Castrofeito-O Pino)	santiso-santa-maria-de-castrofeito-o-pino	GA	C	15066	42.95	-8.3833	3
15821	Castrofeito (Santa Maria)	castrofeito-santa-maria	GA	C	15066	42.95	-8.3833	3
15821	Pazo, O (Santa Maria De Castrofeito- O Pino)	pazo-o-santa-maria-de-castrofeito-o-pino	GA	C	15066	42.95	-8.3833	3
15822	Touro	touro	GA	C	15085	42.8681	-8.3076	4
15822	Fontes Rosas (San Xoan)	fontes-rosas-san-xoan	GA	C	15085	42.856	-8.347	3
15822	San Miguel De Vilar (San Miguel)	san-miguel-de-vilar-san-miguel	GA	C	15085	42.85	-8.3667	4
15822	Foxas (San Breixo)	foxas-san-breixo	GA	C	15085	42.856	-8.347	3
15822	Enquerentes (San Miguel)	enquerentes-san-miguel	GA	C	15085	42.85	-8.3667	4
15822	Novefontes (Santiago)	novefontes-santiago	GA	C	15085	42.856	-8.347	3
15822	Touro (San Xoan)	touro-san-xoan	GA	C	15085	42.856	-8.347	3
15822	Fonte Diaz	fonte-diaz	GA	C	15085	42.856	-8.347	3
15822	Obra (San Breixo De Foxas-Touro)	obra-san-breixo-de-foxas-touro	GA	C	15085	42.856	-8.347	3
15822	Prevediños (Santiago)	prevedinos-santiago	GA	C	15085	42.856	-8.347	3
15822	Bendaña (Santa Maria)	bendana-santa-maria	GA	C	15085	42.856	-8.347	3
15822	Fao (Santa Uxia)	fao-santa-uxia	GA	C	15085	42.856	-8.347	3
15822	Quintas (Santiago De Prevediños-Touro)	quintas-santiago-de-prevedinos-touro	GA	C	15085	42.856	-8.347	3
15822	San Pedro De Riveira (San Pedro)	san-pedro-de-riveira-san-pedro	GA	C	15085	42.856	-8.347	3
15823	Cebreiro (San Xiao)	cebreiro-san-xiao	GA	C	15066	42.7167	-8.5167	4
15823	Cabo (San Miguel De Cerceda-O Pino)	cabo-san-miguel-de-cerceda-o-pino	GA	C	15066	42.7167	-8.5167	3
15823	Pino, O (San Vicenzo)	pino-o-san-vicenzo	GA	C	15066	42.7167	-8.5167	3
15823	Bama (San Vicenzo)	bama-san-vicenzo	GA	C	15066	42.7167	-8.5167	3
15823	Castelo (San Xian De Cebrerio-O Pino)	castelo-san-xian-de-cebrerio-o-pino	GA	C	15066	42.7167	-8.5167	3
15823	Loxo (Santa Maria)	loxo-santa-maria	GA	C	15066	42.7167	-8.5167	3
15823	Goleta (Santa Maria De Loxo-Touro)	goleta-santa-maria-de-loxo-touro	GA	C	15066	42.7167	-8.5167	3
15823	Cerceda (San Miguel)	cerceda-san-miguel	GA	C	15066	42.7167	-8.5167	3
15823	Castro (San Miguel De Cerceda-O Pino)	castro-san-miguel-de-cerceda-o-pino	GA	C	15066	42.7167	-8.5167	3
15824	Salceda (San Breixo De Ferreiros-O Pino)	salceda-san-breixo-de-ferreiros-o-pino	GA	C	15066	42.8712	-8.4201	1
15824	Quion (San Fiz)	quion-san-fiz	GA	C	15066	42.8712	-8.4201	1
15824	Muiña (San Fiz De Quion-Touro)	muina-san-fiz-de-quion-touro	GA	C	15066	42.8712	-8.4201	1
15824	Ferreiros (San Breixo)	ferreiros-san-breixo	GA	C	15066	42.8712	-8.4201	1
15824	Cimadevila (San Mamede De Ferreiros-O Pino)	cimadevila-san-mamede-de-ferreiros-o-pino	GA	C	15066	42.8712	-8.4201	1
15824	Beseño (San Cristovo)	beseno-san-cristovo	GA	C	15066	42.8712	-8.4201	1
15824	Andeade (Santiago)	andeade-santiago	GA	C	15066	42.8712	-8.4201	1
15824	San Mamede De Ferreiros (San Mamede)	san-mamede-de-ferreiros-san-mamede	GA	C	15066	42.8712	-8.4201	1
15825	Couto Pequeño (Santo Estevo De Medin-O Pino)	couto-pequeno-santo-estevo-de-medin-o-pino	GA	C	15066	42.8712	-8.4201	1
15825	Pastor (San Lourenzo)	pastor-san-lourenzo	GA	C	15066	42.8712	-8.4201	1
15825	Medin (Santo Esteban)	medin-santo-esteban	GA	C	15066	42.8712	-8.4201	1
15826	Boente (Santiago)	boente-santiago	GA	C	15006	42.8805	-8.5457	4
15828	Calvos De Socamiño (San Martiño)	calvos-de-socamino-san-martino	GA	C	15085	42.8712	-8.4201	1
15828	Circes (Santa Mariña)	circes-santa-marina	GA	C	15085	42.8712	-8.4201	1
15828	Cornado (Santiso)	cornado-santiso	GA	C	15085	42.8712	-8.4201	1
15828	Turces (Santa Maria)	turces-santa-maria	GA	C	15085	42.8712	-8.4201	1
15830	Negreira (Negreira)	negreira-negreira	GA	C	15056	42.904	-8.7427	4
15830	Negreira	negreira	GA	C	15056	42.904	-8.7427	4
15837	Pereira, A (Santo Andre)	pereira-a-santo-andre	GA	C	15077	43.375	-8.2667	4
15837	Fontecada (San Martiño)	fontecada-san-martino	GA	C	15077	43.375	-8.2667	3
15837	Barbeira (San Martiño De Fontecada-Santa Comba)	barbeira-san-martino-de-fontecada-santa-comba	GA	C	15077	43.375	-8.2667	3
15838	Pena, A (Negreira)	pena-a-negreira	GA	C	15056	42.904	-8.7427	4
15838	Alvite (Negreira)	alvite-negreira	GA	C	15056	42.904	-8.7427	4
15838	Marcelle (Landeira-Negreira)	marcelle-landeira-negreira	GA	C	15056	42.9462	-8.8201	4
15838	Campolongo (Negreira)	campolongo-negreira	GA	C	15056	42.904	-8.7427	4
15838	Landeira (Negreira)	landeira-negreira	GA	C	15056	42.904	-8.7427	4
15838	Aro (Negreira)	aro-negreira	GA	C	15056	42.904	-8.7427	4
15838	Pesadoira (Alvite-Negreira)	pesadoira-alvite-negreira	GA	C	15056	42.9079	-8.7498	3
15838	Bugallido (Negreira)	bugallido-negreira	GA	C	15056	42.904	-8.7427	4
15838	Broño (Negreira)	brono-negreira	GA	C	15056	42.904	-8.7427	4
15838	Campelo (Negreira)	campelo-negreira	GA	C	15056	42.904	-8.7427	4
15838	Zas (Negreira)	zas-negreira	GA	C	15056	42.904	-8.7427	4
15838	Xallas (Negreira)	xallas-negreira	GA	C	15056	42.904	-8.7427	4
15839	Arzon (Negreira)	arzon-negreira	GA	C	15007	42.9407	-8.7143	1
15839	Chancela (Logrosa - Negreira)	chancela-logrosa-negreira	GA	C	15007	42.9407	-8.7143	1
15839	Cabanas (A Baña)	cabanas-a-bana	GA	C	15007	42.9407	-8.7143	1
15839	Fiopans (A Baña)	fiopans-a-bana	GA	C	15007	42.9407	-8.7143	1
15839	Logrosa (Negreira)	logrosa-negreira	GA	C	15007	42.9407	-8.7143	1
15839	Liñaio (Negreira)	linaio-negreira	GA	C	15007	42.9407	-8.7143	1
15839	Lañas (A Baña)	lanas-a-bana	GA	C	15007	42.9407	-8.7143	1
15839	Gonte (Negreira)	gonte-negreira	GA	C	15007	42.9407	-8.7143	1
15839	Lueiro (Negreira)	lueiro-negreira	GA	C	15007	42.9407	-8.7143	1
15839	Portor (Negreira)	portor-negreira	GA	C	15007	42.9407	-8.7143	1
15839	Troitosende (A Baña)	troitosende-a-bana	GA	C	15007	42.9407	-8.7143	1
15840	Randufe (San Pedro De Santa Comba-Santa Comba)	randufe-san-pedro-de-santa-comba-santa-comba	GA	C	15077	43.0331	-8.8093	3
15840	Santa Comba (Santa Comba)	santa-comba-santa-comba	GA	C	15077	43.0331	-8.8093	4
15841	Truebe (San Cristovo De Mallon-Santa Comba)	truebe-san-cristovo-de-mallon-santa-comba	GA	C	15077	43.0331	-8.8093	3
15841	Santa Comba	santa-comba	GA	C	15077	43.0331	-8.8093	4
15841	Santa Comba (San Pedro)	santa-comba-san-pedro	GA	C	15077	43.0331	-8.8093	3
15841	Mallon (San Cristovo)	mallon-san-cristovo	GA	C	15077	43.0331	-8.8093	3
15841	San Cristovo (San Cristovo De Mallon-Santa Comba)	san-cristovo-san-cristovo-de-mallon-santa-comba	GA	C	15077	43.0331	-8.8093	3
15845	Vilar De Celtigos	vilar-de-celtigos	GA	C	15077	43.0393	-8.8768	4
15845	Mallon (San Pedro De Cicere-Santa Comba)	mallon-san-pedro-de-cicere-santa-comba	GA	C	15077	43.0393	-8.8768	3
15845	Aranton (San Vicente)	aranton-san-vicente	GA	C	15077	43.0393	-8.8768	3
15845	Rebordelos (San Pedro De Cicere-Santa Comba)	rebordelos-san-pedro-de-cicere-santa-comba	GA	C	15077	43.0393	-8.8768	3
15845	Grixoa (San Xoan)	grixoa-san-xoan	GA	C	15077	43.0393	-8.8768	3
15845	Cicere (San Pedro)	cicere-san-pedro	GA	C	15077	43.0393	-8.8768	3
15846	Couto, O (Santa Maria De Alon-Santa Comba)	couto-o-santa-maria-de-alon-santa-comba	GA	C	15077	43.0135	-8.83	4
15846	Freixeiro (San Fins)	freixeiro-san-fins	GA	C	15077	43.0135	-8.83	3
15846	Esmorode (Santa Maria De Alon-Santa Comba)	esmorode-santa-maria-de-alon-santa-comba	GA	C	15077	43.0135	-8.83	4
15846	Vilarnovo (San Fins De Freixeiro-Santa Comba)	vilarnovo-san-fins-de-freixeiro-santa-comba	GA	C	15077	43.0135	-8.83	3
15846	Alon (Santa Maria)	alon-santa-maria	GA	C	15077	43.0135	-8.83	3
15846	Castro, O (San Fins De Freixeiro-Santa Comba)	castro-o-san-fins-de-freixeiro-santa-comba	GA	C	15077	43.0135	-8.83	3
15846	Illa, A (San Fins De Freixeiro-Santa Comba)	illa-a-san-fins-de-freixeiro-santa-comba	GA	C	15077	43.0135	-8.83	3
15847	Bazar (San Mamede)	bazar-san-mamede	GA	C	15077	43.0265	-8.8311	1
15847	Vilamaior (Santa Maria)	vilamaior-santa-maria	GA	C	15077	43.0265	-8.8311	1
15847	Pereira (Santa Maria De Vilamaior-Santa Comba)	pereira-santa-maria-de-vilamaior-santa-comba	GA	C	15077	43.0265	-8.8311	1
15847	Sabaceda (San Mameme De Bazar-Santa Comba)	sabaceda-san-mameme-de-bazar-santa-comba	GA	C	15077	43.0265	-8.8311	1
15848	Xallas De Castriz (San Pedro)	xallas-de-castriz-san-pedro	GA	C	15077	43.0265	-8.8311	1
15848	Frieiro (San Pedro De Xallas De Castriz-Santa Comba)	frieiro-san-pedro-de-xallas-de-castriz-santa-comba	GA	C	15077	43.0265	-8.8311	1
15848	Boaña De Arriba (San Pedro De Xallas De Castriz-Santa Comba)	boana-de-arriba-san-pedro-de-xallas-de-castriz-santa-comba	GA	C	15077	43.0265	-8.8311	1
15848	Padreiro (San Pedro De Xallas De Castriz-Santa Comba)	padreiro-san-pedro-de-xallas-de-castriz-santa-comba	GA	C	15077	43.0265	-8.8311	1
15850	Zas (Zas)	zas-zas	GA	C	15093	43.375	-8.2667	3
15850	Zas (Santo Andre)	zas-santo-andre	GA	C	15093	43.375	-8.2667	4
15851	Allo, O (San Pedro)	allo-o-san-pedro	GA	C	15093	43.2541	-8.5037	1
15851	Lamas (Santa Maria) (Zas)	lamas-santa-maria-zas	GA	C	15093	43.2541	-8.5037	1
15851	San Cremenzo De Pazos (San Cremenzo)	san-cremenzo-de-pazos-san-cremenzo	GA	C	15093	43.2541	-8.5037	1
15851	San Cremenzo De Pazos	san-cremenzo-de-pazos	GA	C	15093	43.2541	-8.5037	1
15851	Andragalla, A (Santa Maria De Lamas-Zas)	andragalla-a-santa-maria-de-lamas-zas	GA	C	15093	43.2541	-8.5037	1
15855	Mira (Santa Maria)	mira-santa-maria	GA	C	15093	43.2667	-8.3167	4
15855	Carreira (Santiago)	carreira-santiago	GA	C	15093	43.2667	-8.3167	3
15856	Santo Adrian De Castro	santo-adrian-de-castro	GA	C	15093	43.2541	-8.5037	1
15856	Loroño (Santiago)	lorono-santiago	GA	C	15093	43.2541	-8.5037	1
15856	Romelle (Santiago De Loroño-Zas)	romelle-santiago-de-lorono-zas	GA	C	15093	43.2541	-8.5037	1
15857	Meanos	meanos	GA	C	15093	43.0582	-8.948	4
15857	San Martiño De Meanos (San Martiño)	san-martino-de-meanos-san-martino	GA	C	15093	43.0582	-8.948	3
15857	Vila (San Martiño De Meanos-Zas)	vila-san-martino-de-meanos-zas	GA	C	15093	43.0582	-8.948	3
15857	Langueiron (San Martiño De Meanos-Zas)	langueiron-san-martino-de-meanos-zas	GA	C	15093	43.0582	-8.948	3
15858	Muiño (San Tirso)	muino-san-tirso	GA	C	15093	43.3167	-8.4833	4
15859	Pudenza (San Pedro De Brandomil-Zas)	pudenza-san-pedro-de-brandomil-zas	GA	C	15093	43.2541	-8.5037	1
15859	Santa Sia De Roma ( Santa Sia )	santa-sia-de-roma-santa-sia	GA	C	15093	43.2541	-8.5037	1
15859	Brandomil (San Pedro)	brandomil-san-pedro	GA	C	15093	43.2541	-8.5037	1
15859	Brandoñas (Santa Maria)	brandonas-santa-maria	GA	C	15093	43.2541	-8.5037	1
15860	San Salvador De Padreiro (San Salvador)	san-salvador-de-padreiro-san-salvador	GA	C	15077	43.0765	-8.8467	3
15860	Busto, O (Santa Sabiña)	busto-o-santa-sabina	GA	C	15077	43.0765	-8.8467	4
15860	Guldriz (San Xulian De Santa Sabiña-Santa Comba)	guldriz-san-xulian-de-santa-sabina-santa-comba	GA	C	15077	43.0765	-8.8467	3
15860	Grixoa De Esternande (Santa Maria)	grixoa-de-esternande-santa-maria	GA	C	15077	43.0765	-8.8467	3
15860	Travesas, As (San Xulian De Santa Sabiña-Santa Comba)	travesas-as-san-xulian-de-santa-sabina-santa-comba	GA	C	15077	43.0765	-8.8467	3
15860	Santa Sabiña (San Xulian)	santa-sabina-san-xulian	GA	C	15077	43.0765	-8.8467	3
15860	Mourelle (Santa Maria De Montouto-Santa Comba)	mourelle-santa-maria-de-montouto-santa-comba	GA	C	15077	43.0765	-8.8467	3
15860	Picotos, Os San Xulian De Santa Sabiña-Santa Comba)	picotos-os-san-xulian-de-santa-sabina-santa-comba	GA	C	15077	43.0765	-8.8467	3
15860	Montouto (Santa Maria)	montouto-santa-maria	GA	C	15077	43.0765	-8.8467	3
15861	Ser (San Pedro)	ser-san-pedro	GA	C	15077	42.9054	-8.6916	1
15862	Ermida, A (A Baña)	ermida-a-a-bana	GA	C	15007	42.9054	-8.6916	1
15862	Seilan (Monte - A Baña)	seilan-monte-a-bana	GA	C	15007	42.9054	-8.6916	1
15862	Nanton (Monte - A Baña)	nanton-monte-a-bana	GA	C	15007	42.9054	-8.6916	1
15862	Monte (A Baña)	monte-a-bana	GA	C	15007	42.9054	-8.6916	1
15862	Suevos (A Baña)	suevos-a-bana	GA	C	15007	42.9054	-8.6916	1
15862	Marcelle (A Baña)	marcelle-a-bana	GA	C	15007	42.9054	-8.6916	1
15863	San Vicente (A Baña)	san-vicente-a-bana	GA	C	15007	42.9054	-8.6916	1
15863	Baña, A (San Vicenzo)	bana-a-san-vicenzo	GA	C	15007	42.9054	-8.6916	1
15863	Barcala (A Baña)	barcala-a-bana	GA	C	15007	42.9054	-8.6916	1
15863	Barro, O (A Baña)	barro-o-a-bana	GA	C	15007	42.9054	-8.6916	1
15863	Riba, A (A Baña)	riba-a-a-bana	GA	C	15007	42.9054	-8.6916	1
15863	Ordeste (A Baña)	ordeste-a-bana	GA	C	15007	42.9054	-8.6916	1
15863	Barcala (San Cibran - A Baña)	barcala-san-cibran-a-bana	GA	C	15007	42.9054	-8.6916	1
15863	Corneira (A Baña)	corneira-a-bana	GA	C	15007	42.9054	-8.6916	1
15863	Cobas (Negreira)	cobas-negreira	GA	C	15007	42.9054	-8.6916	1
15863	Baña, A (A Baña)	bana-a-a-bana	GA	C	15007	42.9054	-8.6916	1
15864	Ames	ames	GA	C	15002	42.9	-8.6333	4
15864	Lens (San Paio)	lens-san-paio	GA	C	15002	42.9	-8.6333	3
15864	Agron (San Lourenzo)	agron-san-lourenzo	GA	C	15002	42.9	-8.6333	3
15864	Trasmonte (Santa Maria)	trasmonte-santa-maria	GA	C	15002	42.9	-8.6333	3
15865	Tembra (San Miguel De Boullon-Brion)	tembra-san-miguel-de-boullon-brion	GA	C	15013	42.85	-8.7167	4
15865	Pedrouzos (San Fins De Brion-Brion)	pedrouzos-san-fins-de-brion-brion	GA	C	15013	42.8586	-8.6972	3
15865	Brion	brion	GA	C	15013	42.8672	-8.6778	4
15865	Lamiño (San Fins De Brion-Brion)	lamino-san-fins-de-brion-brion	GA	C	15013	42.8586	-8.6972	3
15865	Brion (San Fins)	brion-san-fins	GA	C	15013	42.8586	-8.6972	3
15865	Boullon (San Miguel)	boullon-san-miguel	GA	C	15013	42.8586	-8.6972	3
15865	Liñares (San Fins De Brion-Brion)	linares-san-fins-de-brion-brion	GA	C	15013	42.8586	-8.6972	3
15866	Oseve (Calo-Teo)	oseve-calo-teo	GA	C	15082	42.8333	-8.5833	4
15866	Ameneiro (San Xoan De Calo-Teo)	ameneiro-san-xoan-de-calo-teo	GA	C	15082	42.8333	-8.5833	3
15866	Cesar (San Xoan De Calo-Teo	cesar-san-xoan-de-calo-teo	GA	C	15082	42.8333	-8.5833	3
15866	Vilar De Calo (San Xoan De Calo-Teo)	vilar-de-calo-san-xoan-de-calo-teo	GA	C	15082	42.8333	-8.5833	3
15866	Rua De Francos	rua-de-francos	GA	C	15082	42.8333	-8.5833	3
15866	Pedreira (San Xoan De Calo-Teo)	pedreira-san-xoan-de-calo-teo	GA	C	15082	42.8333	-8.5833	3
15866	San Domingo (San Xoan De Calo Teo)	san-domingo-san-xoan-de-calo-teo	GA	C	15082	42.8333	-8.5833	3
15866	Texexe (San Xoan De Calo-Teo)	texexe-san-xoan-de-calo-teo	GA	C	15082	42.8333	-8.5833	3
15866	Folgueiras (San Xoan De Calo-Teo)	folgueiras-san-xoan-de-calo-teo	GA	C	15082	42.8333	-8.5833	3
15866	Balcaide	balcaide	GA	C	15082	42.8333	-8.5833	3
15866	Mouromorto (San Xoan De Calo-Teo)	mouromorto-san-xoan-de-calo-teo	GA	C	15082	42.8333	-8.5833	3
15866	Calo (San Xoan-Teo)	calo-san-xoan-teo	GA	C	15082	42.8333	-8.5833	3
15866	Carballal (San Xoan De Calo-Teo)	carballal-san-xoan-de-calo-teo	GA	C	15082	42.8333	-8.5833	3
15866	Fixo	fixo	GA	C	15082	42.8333	-8.5833	3
15866	Cornide (San Xoan De Calo-Teo)	cornide-san-xoan-de-calo-teo	GA	C	15082	42.8333	-8.5833	3
15870	Tapia (San Cristovo)	tapia-san-cristovo	GA	C	15002	43.0198	-8.6517	1
15870	Ameixenda (Santa Maria)	ameixenda-santa-maria	GA	C	15002	43.0198	-8.6517	1
15870	Piñeiro (San Mamede)	pineiro-san-mamede	GA	C	15002	43.0198	-8.6517	1
15871	Igrexa, A (San Cosme De Portomeiro-Val Do Dubra)	igrexa-a-san-cosme-de-portomeiro-val-do-dubra	GA	C	15088	42.9833	-8.6167	4
15871	Portomeiro (San Cosme)	portomeiro-san-cosme	GA	C	15088	42.9833	-8.6167	4
15871	Bascuas (San Martiño De Coucieiro-Val Do Dubra)	bascuas-san-martino-de-coucieiro-val-do-dubra	GA	C	15088	42.9833	-8.6167	3
15871	Paramos (Santa Maria)	paramos-santa-maria	GA	C	15088	42.9833	-8.6167	3
15871	Portomouro (Val Do Dubra)	portomouro-val-do-dubra	GA	C	15088	42.9833	-8.6167	3
15871	Vilariño (San Pedro)	vilarino-san-pedro	GA	C	15088	42.9833	-8.6167	3
15871	Portomouro (San Cristovo)	portomouro-san-cristovo	GA	C	15088	42.9833	-8.6167	3
15871	Coucieiro (San Martiño)	coucieiro-san-martino	GA	C	15088	42.9833	-8.6167	3
15872	Insua (Santa Mariña De San Roman-Val Do Dubra)	insua-santa-marina-de-san-roman-val-do-dubra	GA	C	15088	42.9667	-8.65	4
15872	San Roman (Santa Mariña)	san-roman-santa-marina	GA	C	15088	42.9667	-8.65	3
15873	Bembibre	bembibre	GA	C	15088	43.0249	-8.6636	4
15873	Bembibre (San Salvador)	bembibre-san-salvador	GA	C	15088	43.0249	-8.6636	3
15873	Val Do Dubra	val-do-dubra	GA	C	15088	43.0249	-8.6636	3
15874	Niveiro (San Vicente)	niveiro-san-vicente	GA	C	15088	43.05	-8.6667	4
15874	Rial (San Vicente)	rial-san-vicente	GA	C	15088	43.05	-8.6667	4
15874	Boiro (San Vicente De Rial-Val Do Dubra)	boiro-san-vicente-de-rial-val-do-dubra	GA	C	15088	43.05	-8.6667	4
15874	Campo De Rial (San Vicente De Rial-Val Do Dubra)	campo-de-rial-san-vicente-de-rial-val-do-dubra	GA	C	15088	43.05	-8.6667	4
15874	Buxan (Santiago)	buxan-santiago	GA	C	15088	43.05	-8.6667	3
15874	Erviñou (San Cristovo)	ervinou-san-cristovo	GA	C	15088	43.05	-8.6667	3
15874	Arabexo (Santa Maria)	arabexo-santa-maria	GA	C	15088	43.05	-8.6667	3
15874	Rebordelos (Santa Maria De Arabexo-Val Do Dubra)	rebordelos-santa-maria-de-arabexo-val-do-dubra	GA	C	15088	43.05	-8.6667	3
15880	Ponte Ulla, A (Santa Maria Madalena)	ponte-ulla-a-santa-maria-madalena	GA	C	15089	42.8167	-8.3583	3
15880	Galegos	galegos	GA	C	15089	43.05	-8.3333	4
15880	Tomonde	tomonde	GA	C	15089	42.5833	-8.3833	4
15880	Vilanova (San Pedro)	vilanova-san-pedro	GA	C	15089	42.8167	-8.3583	3
15880	San Mamede De Ribadulla (San Mamede)	san-mamede-de-ribadulla-san-mamede	GA	C	15089	42.8167	-8.3583	3
15880	Santa Cruz De Ribadulla (Santa Cruz)	santa-cruz-de-ribadulla-santa-cruz	GA	C	15089	42.8167	-8.3583	3
15881	Lestedo	lestedo	GA	C	15089	42.8	-8.4667	4
15881	Lamas (Santa Maria) (Boqueixon))	lamas-santa-maria-boqueixon	GA	C	15089	42.75	-8.5	4
15881	Rubial (Santa Maria De Lestedo-Boqueixon)	rubial-santa-maria-de-lestedo-boqueixon	GA	C	15089	42.8042	-8.457	3
15881	Forte (San Vicente De Boqueixon-Boqueixon)	forte-san-vicente-de-boqueixon-boqueixon	GA	C	15089	42.8833	-8.3667	4
15881	Loureda (San Pedro)	loureda-san-pedro	GA	C	15089	42.8042	-8.457	3
15881	Rodiño	rodino	GA	C	15089	42.8377	-8.4515	4
15881	Santaia (Santaia De Codeso-Boqueixon)	santaia-santaia-de-codeso-boqueixon	GA	C	15089	42.8042	-8.457	3
15881	Lestedo (Santa Maria)	lestedo-santa-maria	GA	C	15089	42.75	-8.5	4
15881	Vigo (Santa Baia)	vigo-santa-baia	GA	C	15089	42.8042	-8.457	3
15881	Gastrar (Santa Mariña)	gastrar-santa-marina	GA	C	15089	42.8042	-8.457	3
15881	Moa (Loureda De San Pedro-Boqueixon)	moa-loureda-de-san-pedro-boqueixon	GA	C	15089	42.8042	-8.457	3
15881	Ardesende	ardesende	GA	C	15089	42.8042	-8.457	3
15881	Sergude (San Breixo)	sergude-san-breixo	GA	C	15089	42.8042	-8.457	3
15881	Sergude (Boqueixon)	sergude-boqueixon	GA	C	15089	42.8042	-8.457	3
15881	Boqueixon (San Vicente)	boqueixon-san-vicente	GA	C	15089	42.8042	-8.457	3
15881	Codeso (Santaia)	codeso-santaia	GA	C	15089	42.8042	-8.457	3
15881	Boqueixon	boqueixon	GA	C	15089	42.8042	-8.457	3
15881	Granxa, A (San Lourenzo)	granxa-a-san-lourenzo	GA	C	15089	42.8042	-8.457	3
15882	Ledesma	ledesma	GA	C	15012	42.8	-8.3333	4
15882	Sucira (Santa Mariña)	sucira-santa-marina	GA	C	15012	42.8	-8.3333	3
15882	Camporrapado	camporrapado	GA	C	15012	42.8	-8.3333	3
15882	Donas (San Pedro)	donas-san-pedro	GA	C	15012	42.8	-8.3333	3
15882	Ledesma (San Salvador)	ledesma-san-salvador	GA	C	15012	42.8	-8.3333	3
15882	Oural (Santa Maria)	oural-santa-maria	GA	C	15012	42.8	-8.3333	3
15882	Pousada (San Lourenzo)	pousada-san-lourenzo	GA	C	15012	42.8	-8.3333	3
15883	Bustelo (Santa Maria De Luou-Teo)	bustelo-santa-maria-de-luou-teo	GA	C	15082	42.8	-8.5667	4
15883	Regoufe (Santa Maria De Luou-Teo)	regoufe-santa-maria-de-luou-teo	GA	C	15082	42.8	-8.5667	4
15883	Cacheiras	cacheiras	GA	C	15082	42.8226	-8.5464	4
15883	Pite (Santa Mariña De Luci-Teo)	pite-santa-marina-de-luci-teo	GA	C	15082	42.8075	-8.5599	3
15883	Luou (Santa Maria)	luou-santa-maria	GA	C	15082	42.8075	-8.5599	3
15883	Oza (Santa Baia)	oza-santa-baia	GA	C	15082	42.8075	-8.5599	3
15883	Lampai (Santa Maria)	lampai-santa-maria	GA	C	15082	42.8075	-8.5599	3
15883	Luci (Santa Mariña)	luci-santa-marina	GA	C	15082	42.8075	-8.5599	3
15883	Pedra (San Xoan De Recesende-Teo)	pedra-san-xoan-de-recesende-teo	GA	C	15082	42.8075	-8.5599	3
15883	Poboa (San Simon De Ons-Cacheiras-Teo)	poboa-san-simon-de-ons-cacheiras-teo	GA	C	15082	42.8075	-8.5599	3
15883	Recesende (San Xoan)	recesende-san-xoan	GA	C	15082	42.8075	-8.5599	3
15883	Fornelos (San Miguel De Raris-Teo)	fornelos-san-miguel-de-raris-teo	GA	C	15082	42.8075	-8.5599	3
15883	Raris (San Miguel)	raris-san-miguel	GA	C	15082	42.8075	-8.5599	3
15883	Agoso (Santa Baia De Oza-Teo)	agoso-santa-baia-de-oza-teo	GA	C	15082	42.8075	-8.5599	3
15883	Cacheiras (San Simon De Ons)	cacheiras-san-simon-de-ons	GA	C	15082	42.8075	-8.5599	3
15883	Cobas (San Simon De Ons-Cacheiras-Teo)	cobas-san-simon-de-ons-cacheiras-teo	GA	C	15082	42.8075	-8.5599	3
15883	Feros (San Simon De Ons Cacheiras-Teo)	feros-san-simon-de-ons-cacheiras-teo	GA	C	15082	42.8075	-8.5599	3
15883	Ribeira (San Simon De Ons-Cacheiras-Teo)	ribeira-san-simon-de-ons-cacheiras-teo	GA	C	15082	42.8075	-8.5599	3
15883	Vilanova (San Xoan) De Recesende-Teo)	vilanova-san-xoan-de-recesende-teo	GA	C	15082	42.8075	-8.5599	3
15883	Torre (San Simon De Ons-Cacheiras-Teo)	torre-san-simon-de-ons-cacheiras-teo	GA	C	15082	42.8075	-8.5599	3
15883	Penelas (San Simon De Ons-Cacheiras-Teo)	penelas-san-simon-de-ons-cacheiras-teo	GA	C	15082	42.8075	-8.5599	3
15883	Reis (San Cristovo)	reis-san-cristovo	GA	C	15082	42.8075	-8.5599	3
15883	Espasande (Santa Maria De Luou-Teo	espasande-santa-maria-de-luou-teo	GA	C	15082	42.8075	-8.5599	3
15883	Ribas (Santa Baia De Oza-Teo)	ribas-santa-baia-de-oza-teo	GA	C	15082	42.8075	-8.5599	3
15883	Ribeira (San Cristovo De Reis-Teo)	ribeira-san-cristovo-de-reis-teo	GA	C	15082	42.8075	-8.5599	3
15883	Sebe (San Simon De Ons-Cacheiras-Teo)	sebe-san-simon-de-ons-cacheiras-teo	GA	C	15082	42.8075	-8.5599	3
15883	Sisto (San Simon De Ons-Cacheiras-Teo)	sisto-san-simon-de-ons-cacheiras-teo	GA	C	15082	42.8075	-8.5599	3
15883	Ramallosa (Santa Mariña De Luci-Teo)	ramallosa-santa-marina-de-luci-teo	GA	C	15082	42.8075	-8.5599	3
15883	Verxeles, Os (Santa Baia De Oza-Teo)	verxeles-os-santa-baia-de-oza-teo	GA	C	15082	42.8075	-8.5599	3
15883	Pontevea (San Cristovo De Reis-Teo)	pontevea-san-cristovo-de-reis-teo	GA	C	15082	42.8075	-8.5599	3
15884	Nemenzo (Santa Cristina)	nemenzo-santa-cristina	GA	C	15060	42.95	-8.4833	4
15884	Verdia (Santa Mariña)	verdia-santa-marina	GA	C	15060	42.95	-8.5	4
15884	Formaris (San Cristovo De Enfesta A -Santiago)	formaris-san-cristovo-de-enfesta-a-santiago	GA	C	15060	42.95	-8.4917	3
15884	Busto (San Pedro)	busto-san-pedro	GA	C	15060	42.95	-8.4917	3
15884	Marantes (San Vicente)	marantes-san-vicente	GA	C	15060	42.95	-8.4917	3
15884	Enfesta, A (San Cristovo)	enfesta-a-san-cristovo	GA	C	15060	42.95	-8.4917	3
15885	San Xian De Sales (San Xian)	san-xian-de-sales-san-xian	GA	C	15089	42.9973	-8.4063	3
15885	Illobre (Santo Andre)	illobre-santo-andre	GA	C	15089	43.375	-8.2667	4
15885	Vedra (Santa Eulalia)	vedra-santa-eulalia	GA	C	15089	42.8605	-8.4519	4
15885	Nande (San Fins De Sales-Vedra)	nande-san-fins-de-sales-vedra	GA	C	15089	42.9973	-8.4063	3
15885	Vedra	vedra	GA	C	15089	42.7782	-8.4764	4
15885	San Xian (Sales)	san-xian-sales	GA	C	15089	42.8167	-8.5	4
15885	San Pedro De Sarandon (San Pedro)	san-pedro-de-sarandon-san-pedro	GA	C	15089	42.9973	-8.4063	3
15885	Trobe (Santo Andre)	trobe-santo-andre	GA	C	15089	43.375	-8.2667	4
15885	San Xian (San Xian De Sales-Vedra)	san-xian-san-xian-de-sales-vedra	GA	C	15089	42.9973	-8.4063	3
15885	Avenida Do Mestre Manuel Gomez Lorenzo (Santa Eulalia De Vedra-Vedra)	avenida-do-mestre-manuel-gomez-lorenzo-santa-eulalia-de-vedra-vedra	GA	C	15089	42.7782	-8.4764	4
15885	Avenida Do Mestre Manuel Gomez Lorenzo	avenida-do-mestre-manuel-gomez-lorenzo	GA	C	15089	42.9973	-8.4063	3
15885	San Fins De Sales (San Fins)	san-fins-de-sales-san-fins	GA	C	15089	42.9973	-8.4063	3
15885	Merin (San Cristovo)	merin-san-cristovo	GA	C	15089	42.9973	-8.4063	3
15885	San Miguel De Sarandon (San Miguel)	san-miguel-de-sarandon-san-miguel	GA	C	15089	42.9973	-8.4063	3
15886	Vilariño (San Tome)	vilarino-san-tome	GA	C	15082	42.75	-8.5	3
15886	Teo	teo	GA	C	15082	42.75	-8.5	4
15886	Bamonde (Santa Maria)	bamonde-santa-maria	GA	C	15082	42.75	-8.5	4
15886	Teo (Santa Maria)	teo-santa-maria	GA	C	15082	42.75	-8.5	4
15886	Campos (Santa Maria De Teo-Teo)	campos-santa-maria-de-teo-teo	GA	C	15082	42.75	-8.5	4
15887	Lardeiros (San Xiao)	lardeiros-san-xiao	GA	C	15066	42.7167	-8.5167	4
15887	Rabal De Abaixo (Santa Maria De Gonzar- O Pino)	rabal-de-abaixo-santa-maria-de-gonzar-o-pino	GA	C	15066	42.7333	-8.5083	3
15887	Gonzar (Santa Maria)	gonzar-santa-maria	GA	C	15066	42.75	-8.5	4
15887	Amarelle (Santa Maria De Gonzar-O Pino)	amarelle-santa-maria-de-gonzar-o-pino	GA	C	15066	42.7333	-8.5083	3
15888	Sigüeiro (Oroso)	sigueiro-oroso	GA	C	15060	42.9833	-8.4333	4
15888	Sigüeiro (San Martiño De Oroso-Oroso)	sigueiro-san-martino-de-oroso-oroso	GA	C	15060	42.9833	-8.4333	3
15890	Poligono Industrial Del Tambre (Santiago)	poligono-industrial-del-tambre-santiago	GA	C	15078	42.8805	-8.5457	4
15890	Son De Abaixo (San Caetano De Santiago-Santiago)	son-de-abaixo-san-caetano-de-santiago-santiago	GA	C	15078	42.8805	-8.5457	3
15890	Santiago De Compostela	santiago-de-compostela	GA	C	15078	42.8805	-8.5457	4
15890	Granxa De San Lazaro, A	granxa-de-san-lazaro-a	GA	C	15078	42.8805	-8.5457	3
15892	Igrexario De Arins, O (San Martiño De Arins-Santiago))	igrexario-de-arins-o-san-martino-de-arins-santiago	GA	C	15078	42.8539	-8.5775	1
15892	Agra Dos Campos San Martiño De Arins-Santiago)	agra-dos-campos-san-martino-de-arins-santiago	GA	C	15078	42.8539	-8.5775	1
15892	Torre Branca, A (San Martiño De Arins-Santiago)	torre-branca-a-san-martino-de-arins-santiago	GA	C	15078	42.8539	-8.5775	1
15892	Arins (San Martiño)	arins-san-martino	GA	C	15078	42.8539	-8.5775	1
15892	Devesa, A (San Martiño De Arins-Santiago)	devesa-a-san-martino-de-arins-santiago	GA	C	15078	42.8539	-8.5775	1
15893	Marrozos (Santa Maria)	marrozos-santa-maria	GA	C	15078	42.75	-8.5	4
15893	Eixo, O (San Cristovo)	eixo-o-san-cristovo	GA	C	15078	42.75	-8.5	3
15893	Veiga, A (San Cristovo Do Eixo-Santiago)	veiga-a-san-cristovo-do-eixo-santiago	GA	C	15078	42.75	-8.5	3
15893	Susana (Santa Maria De Marrozos-Santiago)	susana-santa-maria-de-marrozos-santiago	GA	C	15078	42.75	-8.5	3
15893	Piñeiro Do Eixo (San Cristovo Do Eixo-Santiago)	pineiro-do-eixo-san-cristovo-do-eixo-santiago	GA	C	15078	42.75	-8.5	3
15893	Sisto, O (Santa Maria De Marrozos-Santiago)	sisto-o-santa-maria-de-marrozos-santiago	GA	C	15078	42.75	-8.5	3
15893	Corexo (Santa Maria De Marrozos-Santiago)	corexo-santa-maria-de-marrozos-santiago	GA	C	15078	42.75	-8.5	3
15893	Aldrei (Santa Maria De Marrozos-Santiago)	aldrei-santa-maria-de-marrozos-santiago	GA	C	15078	42.75	-8.5	3
15893	Bornais (San Cristovo Do Eixo-Santiago)	bornais-san-cristovo-do-eixo-santiago	GA	C	15078	42.75	-8.5	3
15894	Tilos, Os (San Francisco De Asis)	tilos-os-san-francisco-de-asis	GA	C	15082	42.8539	-8.5775	1
15894	San Sadurniño (Teo)	san-sadurnino-teo	GA	C	15082	42.8539	-8.5775	1
15894	Tilos, Os	tilos-os	GA	C	15082	42.8539	-8.5775	1
15894	Parque Montouto	parque-montouto	GA	C	15082	42.8539	-8.5775	1
15894	San Sadurniño (San Simon De Ons-Cacheiras-Teo)	san-sadurnino-san-simon-de-ons-cacheiras-teo	GA	C	15082	42.8539	-8.5775	1
15895	Tarrio (San Pedro De Bugallido-Ames)	tarrio-san-pedro-de-bugallido-ames	GA	C	15002	42.85	-8.6167	4
15895	Eirapedriña	eirapedrina	GA	C	15002	42.8369	-8.6302	4
15895	Raices (Santa Maria De Biduido-Ames)	raices-santa-maria-de-biduido-ames	GA	C	15002	42.8481	-8.6186	3
15895	Outeiro (San Pedro De Bugallido-Ames)	outeiro-san-pedro-de-bugallido-ames	GA	C	15002	42.85	-8.6167	4
15895	Costoia (Santa Maria De Biduido-Ames)	costoia-santa-maria-de-biduido-ames	GA	C	15002	42.8481	-8.6186	3
15895	Guimarans (San Pedro De Bugallido-Ames)	guimarans-san-pedro-de-bugallido-ames	GA	C	15002	42.85	-8.6167	4
15895	Mimosas, As	mimosas-as	GA	C	15002	42.8481	-8.6186	3
15895	Bugallido (San Pedro-Ames)	bugallido-san-pedro-ames	GA	C	15002	42.85	-8.6167	4
15895	Bentin (Santa Maria De Biduido-Ames)	bentin-santa-maria-de-biduido-ames	GA	C	15002	42.8481	-8.6186	3
15895	Buceleiras (San Pedro De Bugallido-Ames)	buceleiras-san-pedro-de-bugallido-ames	GA	C	15002	42.85	-8.6167	4
15895	Poligono Industrial Galanas	poligono-industrial-galanas	GA	C	15002	42.8481	-8.6186	3
15895	Quistilans (San Pedro De Bugallido-Ames)	quistilans-san-pedro-de-bugallido-ames	GA	C	15002	42.85	-8.6167	4
15895	Firmistans	firmistans	GA	C	15002	42.8481	-8.6186	3
15895	Milladoiro, O	milladoiro-o	GA	C	15002	42.8481	-8.6186	3
15895	Biduido De Arriba (Santa Maria De Biduido-Ames)	biduido-de-arriba-santa-maria-de-biduido-ames	GA	C	15002	42.8481	-8.6186	3
15895	Framil (Santa Maria De Biduido-Ames)	framil-santa-maria-de-biduido-ames	GA	C	15002	42.8481	-8.6186	3
15895	Biduido De Abaixo (Santa Maria De Biduido-Ames)	biduido-de-abaixo-santa-maria-de-biduido-ames	GA	C	15002	42.8481	-8.6186	3
15895	Biduido (Santa Maria)	biduido-santa-maria	GA	C	15002	42.8481	-8.6186	3
15896	Portela De Villestro, A ( Santa Maria De Villestro-Santiago)	portela-de-villestro-a-santa-maria-de-villestro-santiago	GA	C	15078	42.8539	-8.5775	1
15896	Roxos (Santa Maria De Villestro-Santiago)	roxos-santa-maria-de-villestro-santiago	GA	C	15078	42.8539	-8.5775	1
15896	Carballal, O (Santa Maria De Villestro-Santiago)	carballal-o-santa-maria-de-villestro-santiago	GA	C	15078	42.8539	-8.5775	1
15896	Villestro (Santa Maria)	villestro-santa-maria	GA	C	15078	42.8539	-8.5775	1
15896	Vilastrexe (Santa Maria De Villestro-Santiago)	vilastrexe-santa-maria-de-villestro-santiago	GA	C	15078	42.8539	-8.5775	1
15896	Silvouta (Santa Maria De Villestro-Santiago)	silvouta-santa-maria-de-villestro-santiago	GA	C	15078	42.8539	-8.5775	1
15896	Fraiz (Santa Maria De Villestro-Santiago)	fraiz-santa-maria-de-villestro-santiago	GA	C	15078	42.8539	-8.5775	1
15896	Quintans De Villestro (Santa Maria De Villestro-Santiago)	quintans-de-villestro-santa-maria-de-villestro-santiago	GA	C	15078	42.8539	-8.5775	1
15897	Santiago De Compostela	santiago-de-compostela	GA	C	15078	42.8805	-8.5457	4
15897	Barcia, A (San Martiño De Laraño-Santiago)	barcia-a-san-martino-de-larano-santiago	GA	C	15078	42.8805	-8.5457	3
15897	Correxins (Santa Maria De Figueiras-Santiago)	correxins-santa-maria-de-figueiras-santiago	GA	C	15078	42.8805	-8.5457	3
15897	Figueiras (Santa Maria)	figueiras-santa-maria	GA	C	15078	42.8805	-8.5457	3
15897	Paredes De Laraño (San Martiño De Laraño-Santiago)	paredes-de-larano-san-martino-de-larano-santiago	GA	C	15078	42.8805	-8.5457	3
15897	Pardiñas (San Martiño De Laraño - Santiago)	pardinas-san-martino-de-larano-santiago	GA	C	15078	42.8805	-8.5457	3
15897	Laraño (San Martiño)	larano-san-martino	GA	C	15078	42.8805	-8.5457	3
15897	Codesedas (Santa Maria De Figueiras-Santiago)	codesedas-santa-maria-de-figueiras-santiago	GA	C	15078	42.8805	-8.5457	3
15898	Fecha (Santa Cristina)	fecha-santa-cristina	GA	C	15078	42.8539	-8.5775	1
15898	Fecha (San Xoan)	fecha-san-xoan	GA	C	15078	42.8539	-8.5775	1
15898	Grixoa (Santa Maria)	grixoa-santa-maria	GA	C	15078	42.8539	-8.5775	1
15898	Peregrina, A (Santa Maria)	peregrina-a-santa-maria	GA	C	15078	42.8539	-8.5775	1
15899	Santiago De Compostela	santiago-de-compostela	GA	C	15078	42.8805	-8.5457	4
15899	Porto De Conxo, O (Santa Maria De Conxo-Santiago)	porto-de-conxo-o-santa-maria-de-conxo-santiago	GA	C	15078	42.8667	-8.55	4
15899	Rocha Vella, A (Santa Maria De Conxo-Santiago)	rocha-vella-a-santa-maria-de-conxo-santiago	GA	C	15078	42.8667	-8.55	4
15899	Curuxeira, A (Santa Maria De Conxo-Santiago)	curuxeira-a-santa-maria-de-conxo-santiago	GA	C	15078	42.8667	-8.55	4
15900	Padron	padron	GA	C	15065	42.7388	-8.6606	4
15910	Extramundi De Arriba (Padron)	extramundi-de-arriba-padron	GA	C	15065	42.7426	-8.6542	1
15910	Vilar (Padron)	vilar-padron	GA	C	15065	42.7426	-8.6542	1
15910	Padron (Santiago )	padron-santiago	GA	C	15065	42.7426	-8.6542	1
15910	Agronovo (Padron)	agronovo-padron	GA	C	15065	42.7426	-8.6542	1
15910	Extramundi De Abaixo (Padron)	extramundi-de-abaixo-padron	GA	C	15065	42.7426	-8.6542	1
15911	Rois	rois	GA	C	15074	42.7629	-8.7053	4
15911	Oin (Santa Maria)	oin-santa-maria	GA	C	15074	42.7629	-8.7053	3
15911	Cornes (Rois)	cornes-rois	GA	C	15074	42.7629	-8.7053	3
15911	Rois (San Mamede)	rois-san-mamede	GA	C	15074	42.7629	-8.7053	3
15911	Seira (San Lourenzo)	seira-san-lourenzo	GA	C	15074	42.7629	-8.7053	3
15912	Buxan (San Xoan)	buxan-san-xoan	GA	C	15074	42.7426	-8.6542	1
15912	Herbogo (San Pedro)	herbogo-san-pedro	GA	C	15074	42.7426	-8.6542	1
15912	Leroño (Santa Maria)	lerono-santa-maria	GA	C	15074	42.7426	-8.6542	1
15912	Costa (San Miguel)	costa-san-miguel	GA	C	15074	42.7426	-8.6542	1
15913	Augasantas (San Vicente)	augasantas-san-vicente	GA	C	15074	42.7426	-8.6542	1
15914	Igrexa,A (Carcacia)	igrexa-a-carcacia	GA	C	15065	42.75	-8.6	4
15914	Carcacia (San Pedro)	carcacia-san-pedro	GA	C	15065	42.75	-8.6	4
15915	Morono (Padron)	morono-padron	GA	C	15065	42.7426	-8.6542	1
15915	Herbon (Padron)	herbon-padron	GA	C	15065	42.7426	-8.6542	1
15916	Lestrove (Dodro)	lestrove-dodro	GA	C	15033	42.7426	-8.6542	1
15917	Quintans (Padron)	quintans-padron	GA	C	15065	42.7388	-8.6606	4
15917	Iria Flavia (Padron)	iria-flavia-padron	GA	C	15065	42.7388	-8.6606	4
15917	Puente-Aldea (Padron)	puente-aldea-padron	GA	C	15065	42.7388	-8.6606	4
15917	Rua, A (Padron)	rua-a-padron	GA	C	15065	42.7388	-8.6606	4
15917	Luans (Padron)	luans-padron	GA	C	15065	42.7388	-8.6606	4
15917	Pedreda (Padron)	pedreda-padron	GA	C	15065	42.7388	-8.6606	4
15917	Reten (Padron)	reten-padron	GA	C	15065	42.7388	-8.6606	4
15917	Porta Dos Mariños (Padron)	porta-dos-marinos-padron	GA	C	15065	42.7388	-8.6606	4
15917	Matanza, A (Padron)	matanza-a-padron	GA	C	15065	42.7388	-8.6606	4
15920	Barral (Santa Comba De Rianxo-Rianxo)	barral-santa-comba-de-rianxo-rianxo	GA	C	15072	42.6498	-8.8176	3
15920	Cortes, As (Rianxo)	cortes-as-rianxo	GA	C	15072	42.6498	-8.8176	4
15920	Rianxo	rianxo	GA	C	15072	42.6498	-8.8176	4
15920	Rianxiño	rianxino	GA	C	15072	42.6498	-8.8176	3
15920	Pazo, O (Rianxo)	pazo-o-rianxo	GA	C	15072	42.6498	-8.8176	4
15920	Rianxo (Santa Comba)	rianxo-santa-comba	GA	C	15072	42.6498	-8.8176	3
15928	Abuin (Santa Maria De Leiro-Rianxo)	abuin-santa-maria-de-leiro-rianxo	GA	C	15072	42.65	-8.7833	4
15928	Leiro (Santa Maria)	leiro-santa-maria	GA	C	15072	42.65	-8.7833	3
15928	Raño (Santa Maria De Leiro-Rianxo)	rano-santa-maria-de-leiro-rianxo	GA	C	15072	42.65	-8.7833	4
15928	Brion (Leiro-Rianxo)	brion-leiro-rianxo	GA	C	15072	42.65	-8.7833	4
15928	Rial (Leiro-Rianxo)	rial-leiro-rianxo	GA	C	15072	42.65	-8.7833	4
15930	Boiro	boiro	GA	C	15011	42.65	-8.9	4
15937	Macenda (San Xoan)	macenda-san-xoan	GA	C	15011	42.6333	-8.8854	1
15937	Cures (Santo Andre)	cures-santo-andre	GA	C	15011	42.6333	-8.8854	1
15937	Moimenta (San Xoan De Macenda-Boiro)	moimenta-san-xoan-de-macenda-boiro	GA	C	15011	42.6333	-8.8854	1
15937	Mieites (Santo Andre De Cures-Boiro)	mieites-santo-andre-de-cures-boiro	GA	C	15011	42.6333	-8.8854	1
15938	San Martiño (Abanqueiro)	san-martino-abanqueiro	GA	C	15011	42.65	-8.8833	4
15938	Graso (San Cristovo De Abanqueiro-Boiro)	graso-san-cristovo-de-abanqueiro-boiro	GA	C	15011	42.65	-8.8833	3
15938	Igrexa, A (Abanqueiro)	igrexa-a-abanqueiro	GA	C	15011	42.65	-8.8833	4
15938	Boiro (Santa Baia)	boiro-santa-baia	GA	C	15011	42.65	-8.8833	3
15938	Abanqueiro	abanqueiro	GA	C	15011	42.65	-8.8833	4
15938	Abanqueiro (San Cristovo)	abanqueiro-san-cristovo	GA	C	15011	42.65	-8.8833	3
15938	Brion (Santa Baia De Boiro-Boiro)	brion-santa-baia-de-boiro-boiro	GA	C	15011	42.65	-8.8833	3
15938	Comoxo (Santa Baia De Boiro-Boiro)	comoxo-santa-baia-de-boiro-boiro	GA	C	15011	42.65	-8.8833	3
15938	Coroño (Santa Baia De Boiro-Boiro)	corono-santa-baia-de-boiro-boiro	GA	C	15011	42.65	-8.8833	3
15938	Boliña (Santa Baia De Boiro-Boiro)	bolina-santa-baia-de-boiro-boiro	GA	C	15011	42.65	-8.8833	3
15938	Triñans	trinans	GA	C	15011	42.65	-8.8833	3
15939	Aldea De Arriba (Santa Maria De Castro-Boiro)	aldea-de-arriba-santa-maria-de-castro-boiro	GA	C	15011	42.6167	-8.8833	4
15939	Cabo De Cruz Ou Pesqueira, A	cabo-de-cruz-ou-pesqueira-a	GA	C	15011	42.6167	-8.8833	3
15939	Esteiro (Castro-Boiro)	esteiro-castro-boiro	GA	C	15011	42.6167	-8.8833	4
15939	Bandalrio (Castro)	bandalrio-castro	GA	C	15011	42.6167	-8.8833	3
15939	Cesar (Santa Maria De Castro-Boiro)	cesar-santa-maria-de-castro-boiro	GA	C	15011	42.6167	-8.8833	4
15939	Pesqueira, A Ou Cabo De Cruz	pesqueira-a-ou-cabo-de-cruz	GA	C	15011	42.6167	-8.8833	3
15939	Castro (Santa Maria-Boiro)	castro-santa-maria-boiro	GA	C	15011	42.6167	-8.8833	4
15939	Cariño (Castro)	carino-castro	GA	C	15011	42.6167	-8.8833	3
15940	Poligono Industrial A Tomada	poligono-industrial-a-tomada	GA	C	15067	42.7515	-8.6458	1
15940	Pobra Do Caramiñal	pobra-do-caraminal	GA	C	15067	42.7515	-8.6458	1
15940	Pobra Do Caramiñal, A	pobra-do-caraminal-a	GA	C	15067	42.7515	-8.6458	1
15948	San Lazaro	san-lazaro	GA	C	15067	42.888	-8.5208	4
15948	Lomba, A	lomba-a	GA	C	15067	42.6167	-8.9167	4
15948	Ribeiriña, A (Posmarcos)	ribeirina-a-posmarcos	GA	C	15067	42.7523	-8.7187	3
15948	Roupion (Santa Cruz De Leson-Pobra Do Caramiñal,A)	roupion-santa-cruz-de-leson-pobra-do-caraminal-a	GA	C	15067	42.7523	-8.7187	3
15948	Crocha De Poniente (San Isidro De Posmarcos-Pobra Do Caramiñal, A)	crocha-de-poniente-san-isidro-de-posmarcos-pobra-do-caraminal-a	GA	C	15067	42.7523	-8.7187	3
15948	Virxe Do Monte (Santa Cruz De Leson-Pobra Do Caramiñal, A)	virxe-do-monte-santa-cruz-de-leson-pobra-do-caraminal-a	GA	C	15067	42.7523	-8.7187	3
15948	Ponte Barbanza, A (San Isidro De Posmarcos-Pobra Do Caramiñal,A)	ponte-barbanza-a-san-isidro-de-posmarcos-pobra-do-caraminal-a	GA	C	15067	42.7523	-8.7187	3
15948	Angustia, A (Posmarcos)	angustia-a-posmarcos	GA	C	15067	42.7523	-8.7187	3
15948	Leson (Santa Cruz)	leson-santa-cruz	GA	C	15067	42.7523	-8.7187	3
15948	Conchido (San Isidro De Posmarcos-Pobra Do Caramiñal, A)	conchido-san-isidro-de-posmarcos-pobra-do-caraminal-a	GA	C	15067	42.7523	-8.7187	3
15948	Posmarcos (Santo Isidro)	posmarcos-santo-isidro	GA	C	15067	42.7523	-8.7187	3
15948	Crocha De Levante (San Isidro De Posmarcos-Pobra Do Caramiñal, A)	crocha-de-levante-san-isidro-de-posmarcos-pobra-do-caraminal-a	GA	C	15067	42.7523	-8.7187	3
15949	Xobre, O Ou Maño, O (Santa Maria)	xobre-o-ou-mano-o-santa-maria	GA	C	15067	42.75	-8.5	4
15949	Mirandela (Santa Maria De Xobre,O Ou Maño-Pobra Do Caramiñal,A)	mirandela-santa-maria-de-xobre-o-ou-mano-pobra-do-caraminal-a	GA	C	15067	42.75	-8.5	3
15949	Areos (Santa Maria De Xobre, O Ou Maño-Pobra Do Caramiñal, A)	areos-santa-maria-de-xobre-o-ou-mano-pobra-do-caraminal-a	GA	C	15067	42.75	-8.5	3
15949	Camiño Ancho (Santa Maria A Antiga De Caramiñal,O-Pobra Do Caramiñal,A)	camino-ancho-santa-maria-a-antiga-de-caraminal-o-pobra-do-caraminal-a	GA	C	15067	42.75	-8.5	3
15949	Costa (Santa Maria De Xobre,O Ou Maño-Pobra Do Caramiñal, A)	costa-santa-maria-de-xobre-o-ou-mano-pobra-do-caraminal-a	GA	C	15067	42.75	-8.5	3
15949	Caramiñal, O (Santa Maria A Antiga)	caraminal-o-santa-maria-a-antiga	GA	C	15067	42.75	-8.5	3
15959	Palmeira (Ribeira)	palmeira-ribeira	GA	C	15073	42.5833	-8.95	3
15959	Lombas (Palmeira-Ribeira)	lombas-palmeira-ribeira	GA	C	15073	42.5833	-8.95	4
15959	Saiñas (Palmeira-Ribeira)	sainas-palmeira-ribeira	GA	C	15073	42.5833	-8.95	4
15959	Insuela (Palmeira-Ribeira)	insuela-palmeira-ribeira	GA	C	15073	42.5833	-8.95	4
15960	Santa Uxia De Ribeira	santa-uxia-de-ribeira	GA	C	15073	42.5535	-8.9909	4
15960	Poligono Industrial Xaras (Ribeira)	poligono-industrial-xaras-ribeira	GA	C	15073	42.5535	-8.9909	3
15960	Ribeira	ribeira	GA	C	15073	42.5535	-8.9909	4
15960	Touro (Ribeira)	touro-ribeira	GA	C	15073	42.5535	-8.9909	3
15960	Ribeira (Santa Uxia)	ribeira-santa-uxia	GA	C	15073	42.5535	-8.9909	3
15960	Martin (Ribeira)	martin-ribeira	GA	C	15073	42.5535	-8.9909	3
15965	Listres (Aguiño-Ribeira)	listres-aguino-ribeira	GA	C	15073	42.5573	-9.003	1
15965	Aguiño (Ribeira)	aguino-ribeira	GA	C	15073	42.5573	-9.003	1
15965	Cerca, A (Aguiño-Ribeira)	cerca-a-aguino-ribeira	GA	C	15073	42.5573	-9.003	1
15966	Revolta (Castiñeiras-Ribeira)	revolta-castineiras-ribeira	GA	C	15073	42.5318	-8.9992	4
15966	Ameixida (Ribeira)	ameixida-ribeira	GA	C	15073	42.5535	-8.9909	4
15966	Areeiros, Os (Castiñeiras-Ribeira)	areeiros-os-castineiras-ribeira	GA	C	15073	42.5318	-8.9992	4
15966	Castiñeiras (Ribeira)	castineiras-ribeira	GA	C	15073	42.5535	-8.9909	4
15967	Frions (Carreira-Ribeira)	frions-carreira-ribeira	GA	C	15073	42.549	-9.0061	4
15967	Carreira (Ribeira)	carreira-ribeira	GA	C	15073	42.549	-9.0061	3
15967	Graña, A (Carreira-Ribeira)	grana-a-carreira-ribeira	GA	C	15073	42.549	-9.0061	4
15967	Vilar, O (Carreira-Ribeira)	vilar-o-carreira-ribeira	GA	C	15073	42.549	-9.0061	4
15968	Dean Pequeno (Ribeira)	dean-pequeno-ribeira	GA	C	15073	42.5608	-8.996	4
15968	Cubeliño (Ribeira)	cubelino-ribeira	GA	C	15073	42.5608	-8.996	4
15968	Dean Grande (Ribeira)	dean-grande-ribeira	GA	C	15073	42.5608	-8.996	4
15969	Corrubedo (Ribeira)	corrubedo-ribeira	GA	C	15073	42.5972	-9.037	3
15969	Sirves (Olveira-Ribeira)	sirves-olveira-ribeira	GA	C	15073	42.5972	-9.037	4
15969	Olveira (Ribeira)	olveira-ribeira	GA	C	15073	42.5972	-9.037	3
15969	Bretal (Olveira-Ribeira)	bretal-olveira-ribeira	GA	C	15073	42.5972	-9.037	4
15969	Artes (Ribeira)	artes-ribeira	GA	C	15073	42.5972	-9.037	3
15970	Porto Do Son	porto-do-son	GA	C	15071	42.7248	-9.0053	4
15978	Nebra (Santa Maria)	nebra-santa-maria	GA	C	15071	42.7333	-8.9667	4
15978	Noal (San Vicente)	noal-san-vicente	GA	C	15071	42.7333	-8.9667	3
15978	Campo Do Prado, O (Santa Maria De Nebra-Porto Do Son)	campo-do-prado-o-santa-maria-de-nebra-porto-do-son	GA	C	15071	42.7333	-8.9667	4
15979	Vilar (San Pedro De Baroña-Porto Do Son)	vilar-san-pedro-de-barona-porto-do-son	GA	C	15071	42.6981	-9.0214	4
15979	Abuin (San Pedro De Baroña-Porto Do Son)	abuin-san-pedro-de-barona-porto-do-son	GA	C	15071	42.6981	-9.0214	4
15979	Penas (San Pedro De Baroña-Porto Do Son)	penas-san-pedro-de-barona-porto-do-son	GA	C	15071	42.6981	-9.0214	4
15979	Baroña (San Pedro)	barona-san-pedro	GA	C	15071	42.6981	-9.0214	4
15979	Orellan (San Pedro De Baroña-Porto Do Son)	orellan-san-pedro-de-barona-porto-do-son	GA	C	15071	42.6981	-9.0214	4
15980	Sorribas (Santo Tome)	sorribas-santo-tome	GA	C	15065	42.7108	-8.7447	1
15980	Esclavitud (Padron)	esclavitud-padron	GA	C	15065	42.7108	-8.7447	1
15980	Sisto, O (Rois)	sisto-o-rois	GA	C	15065	42.7108	-8.7447	1
15980	Prada (Padron)	prada-padron	GA	C	15065	42.7108	-8.7447	1
15980	Cruces (Padron)	cruces-padron	GA	C	15065	42.7108	-8.7447	1
15980	Angueira De Suso (Padron)	angueira-de-suso-padron	GA	C	15065	42.7108	-8.7447	1
15980	Francelos (Rois)	francelos-rois	GA	C	15065	42.7108	-8.7447	1
15980	Pedroso Sur (Padron)	pedroso-sur-padron	GA	C	15065	42.7108	-8.7447	1
15980	Poligono Industrial Picaraña	poligono-industrial-picarana	GA	C	15065	42.7108	-8.7447	1
15980	Ribasar (Santa Mariña)	ribasar-santa-marina	GA	C	15065	42.7108	-8.7447	1
15980	Xiaxe (Rois)	xiaxe-rois	GA	C	15065	42.7108	-8.7447	1
15981	Tarrio (Dodro)	tarrio-dodro	GA	C	15033	42.7304	-8.7183	4
15981	Dodro	dodro	GA	C	15033	42.7304	-8.7183	4
15981	Laiño (San Xian)	laino-san-xian	GA	C	15033	42.7304	-8.7183	3
15981	Revixos (Dodro)	revixos-dodro	GA	C	15033	42.7304	-8.7183	4
15981	Tallos (Dodro)	tallos-dodro	GA	C	15033	42.7304	-8.7183	4
15981	Vigo (Dodro)	vigo-dodro	GA	C	15033	42.7304	-8.7183	4
15981	Igrexa De Dodro, A (Dodro)	igrexa-de-dodro-a-dodro	GA	C	15033	42.7304	-8.7183	4
15982	Imo (Dodro)	imo-dodro	GA	C	15033	42.7108	-8.7447	1
15982	Teaio (Dodro)	teaio-dodro	GA	C	15033	42.7108	-8.7447	1
15982	Laiño (San Xoan-Dodro)	laino-san-xoan-dodro	GA	C	15033	42.7108	-8.7447	1
15982	Bexo (Dodro)	bexo-dodro	GA	C	15033	42.7108	-8.7447	1
15983	Quintans (Isorna)	quintans-isorna	GA	C	15072	42.6693	-8.7518	4
15983	Regueiro, O (Santa Maria De Isorna-Rianxo)	regueiro-o-santa-maria-de-isorna-rianxo	GA	C	15072	42.6693	-8.7518	3
15983	Vacariza, A (Santa Maria De Isorna-Rianxo)	vacariza-a-santa-maria-de-isorna-rianxo	GA	C	15072	42.6693	-8.7518	3
15983	Isorna (Santa Maria)	isorna-santa-maria	GA	C	15072	42.6693	-8.7518	3
15984	Asados (Santa Maria)	asados-santa-maria	GA	C	15072	42.6782	-8.7909	4
15984	Asadelos (Santa Maria De Asados-Rianxo)	asadelos-santa-maria-de-asados-rianxo	GA	C	15072	42.6782	-8.7909	3
15984	Somoza (Santa Maria De Asados-Rianxo)	somoza-santa-maria-de-asados-rianxo	GA	C	15072	42.6782	-8.7909	3
15984	Monte Grande (Santa Maria De Asados-Rianxo)	monte-grande-santa-maria-de-asados-rianxo	GA	C	15072	42.6782	-8.7909	3
15984	Xens, Os (Santa Baia De Araño-Rianxo)	xens-os-santa-baia-de-arano-rianxo	GA	C	15072	42.6782	-8.7909	3
15984	Marquesa, A (Santa Maria De Asados-Rianxo)	marquesa-a-santa-maria-de-asados-rianxo	GA	C	15072	42.6782	-8.7909	3
15984	Mirans, As (Santa Baia De Araño-Rianxo)	mirans-as-santa-baia-de-arano-rianxo	GA	C	15072	42.6782	-8.7909	3
15984	Capela, A (Santa Baia De Araño-Rianxo)	capela-a-santa-baia-de-arano-rianxo	GA	C	15072	42.6782	-8.7909	3
15984	Bures (Santa Maria De Asados-Rianxo)	bures-santa-maria-de-asados-rianxo	GA	C	15072	42.6782	-8.7909	3
15984	Buia (Santa Baia De Araño-Rianxo)	buia-santa-baia-de-arano-rianxo	GA	C	15072	42.6782	-8.7909	3
15984	Traba (Santa Baia De Araño-Rianxo)	traba-santa-baia-de-arano-rianxo	GA	C	15072	42.6782	-8.7909	3
15984	Atalaia, A (Asados)	atalaia-a-asados	GA	C	15072	42.6782	-8.7909	3
15984	Araño, O (Santa Baia)	arano-o-santa-baia	GA	C	15072	42.6782	-8.7909	3
15984	Contres (Santa Baia De Araño-Rianxo)	contres-santa-baia-de-arano-rianxo	GA	C	15072	42.6782	-8.7909	3
15984	Suiglesia (Santa Maria De Asados-Rianxo)	suiglesia-santa-maria-de-asados-rianxo	GA	C	15072	42.6782	-8.7909	3
15985	Taragoña (San Salvador)	taragona-san-salvador	GA	C	15072	42.6667	-8.85	4
15985	Iglesia, A (San Salvador De Taragoña-Rianxo)	iglesia-a-san-salvador-de-taragona-rianxo	GA	C	15072	42.6667	-8.85	3
15985	Outeiro (Tagaoña)	outeiro-tagaona	GA	C	15072	42.6667	-8.85	3
15985	Fonte Susan (San Salvador De Taragoña-Rianxo)	fonte-susan-san-salvador-de-taragona-rianxo	GA	C	15072	42.6667	-8.85	3
15985	Chorente (San Salvador De Taragoña-Rianxo)	chorente-san-salvador-de-taragona-rianxo	GA	C	15072	42.6667	-8.85	3
15985	Fachan (San Salvador De Taragoña-Rianxo)	fachan-san-salvador-de-taragona-rianxo	GA	C	15072	42.6667	-8.85	3
15985	Burato, O	burato-o	GA	C	15072	42.6667	-8.85	3
15985	Cartomil (San Salvador De Taragoña-Rianxo)	cartomil-san-salvador-de-taragona-rianxo	GA	C	15072	42.6667	-8.85	3
15985	Ourolo	ourolo	GA	C	15072	42.6667	-8.85	3
15990	Bealo (San Pedro)	bealo-san-pedro	GA	C	15011	42.6587	-8.9391	1
15990	Puente Beluso (San Pedro De Bealo-Boiro)	puente-beluso-san-pedro-de-bealo-boiro	GA	C	15011	42.6587	-8.9391	1
15990	Comba (San Vicenzo De Cespon-Boiro)	comba-san-vicenzo-de-cespon-boiro	GA	C	15011	42.6587	-8.9391	1
15990	Ferreiros (San Vicenzo De Cespon-Boiro)	ferreiros-san-vicenzo-de-cespon-boiro	GA	C	15011	42.6587	-8.9391	1
15990	Cespon (San Vicenzo)	cespon-san-vicenzo	GA	C	15011	42.6587	-8.9391	1
15990	Reboredo (San Vicenzo De Cespon-Boiro)	reboredo-san-vicenzo-de-cespon-boiro	GA	C	15011	42.6587	-8.9391	1
15990	Sandrenzo (San Vicenzo De Cespon-Boiro)	sandrenzo-san-vicenzo-de-cespon-boiro	GA	C	15011	42.6587	-8.9391	1
15990	San Roque (San Vicenzo De Cespon-Boiro)	san-roque-san-vicenzo-de-cespon-boiro	GA	C	15011	42.6587	-8.9391	1
15990	Treites (San Vicenzo De Cespon-Boiro)	treites-san-vicenzo-de-cespon-boiro	GA	C	15011	42.6587	-8.9391	1
15990	Beluso (San Pedro De Bealo-Boiro)	beluso-san-pedro-de-bealo-boiro	GA	C	15011	42.6587	-8.9391	1
15991	Nine	nine	GA	C	15011	42.6699	-8.847	4
15991	Vilariño (Cespon)	vilarino-cespon	GA	C	15011	42.6667	-8.8667	4
15992	Escarabote	escarabote	GA	C	15011	42.6351	-8.9055	4
15992	Lampon (Santiago)	lampon-santiago	GA	C	15011	42.6333	-8.9167	4
15992	Madanela, A (Lampon)	madanela-a-lampon	GA	C	15011	42.6333	-8.9167	4
15992	Goyanes (Santiago De Lampon-Boiro)	goyanes-santiago-de-lampon-boiro	GA	C	15011	42.6339	-8.913	3
15992	Magdalena (Santiago De Lampon-Boiro)	magdalena-santiago-de-lampon-boiro	GA	C	15011	42.6339	-8.913	3
15992	Escarabotiño	escarabotino	GA	C	15011	42.6339	-8.913	3
15992	Peralto	peralto	GA	C	15011	42.6339	-8.913	3
15993	Muiños (San Martiño De Oleiros-Ribeira)	muinos-san-martino-de-oleiros-ribeira	GA	C	15073	42.6	-9	3
15993	Oleiros (Ribeira)	oleiros-ribeira	GA	C	15073	42.6	-9	4
15994	Basoñas (San Pedro De Muro-Porto Do Son)	basonas-san-pedro-de-muro-porto-do-son	GA	C	15071	42.6587	-8.9391	1
15994	Carballosa (Muro)	carballosa-muro	GA	C	15071	42.6587	-8.9391	1
15994	Santa Clara De Novas (San Pedro De Muro-Porto Do Son)	santa-clara-de-novas-san-pedro-de-muro-porto-do-son	GA	C	15071	42.6587	-8.9391	1
15994	San Pedro De Muro (San Pedro)	san-pedro-de-muro-san-pedro	GA	C	15071	42.6587	-8.9391	1
15994	Serans (San Pedro De Muro-Porto Do Son)	serans-san-pedro-de-muro-porto-do-son	GA	C	15071	42.6587	-8.9391	1
15995	Curro, O (Santa Mariña De Xuño-Porto Do Son)	curro-o-santa-marina-de-xuno-porto-do-son	GA	C	15071	42.6587	-8.9391	1
15995	Agra, A (Santa Mariña De Xuño-Porto Do Son)	agra-a-santa-marina-de-xuno-porto-do-son	GA	C	15071	42.6587	-8.9391	1
15995	Laranga (Santa Mariña De Xuño-Porto Do Son)	laranga-santa-marina-de-xuno-porto-do-son	GA	C	15071	42.6587	-8.9391	1
15995	Xuño (Santa Mariña)	xuno-santa-marina	GA	C	15071	42.6587	-8.9391	1
15996	Caamaño	caamano	GA	C	15071	42.6544	-9.0303	4
15996	Ribasieira (San Fins)	ribasieira-san-fins	GA	C	15071	42.6544	-9.0303	3
15996	Caamaño (Santa Maria)	caamano-santa-maria	GA	C	15071	42.6544	-9.0303	3
15998	Tarrio (Queiruga)	tarrio-queiruga	GA	C	15071	42.6779	-9.0196	4
15998	Tarela (Santo Estevo De Queiruga-Porto Do Son)	tarela-santo-estevo-de-queiruga-porto-do-son	GA	C	15071	42.6779	-9.0196	3
15998	Queiruga (Santo Estevo)	queiruga-santo-estevo	GA	C	15071	42.6779	-9.0196	3
15998	Queiruga (Porto Do Son)	queiruga-porto-do-son	GA	C	15071	42.6779	-9.0196	3
15999	Portosin	portosin	GA	C	15071	42.758	-8.9491	4
15999	Campanario, O (San Sadurniño De Goians-Porto Do Son)	campanario-o-san-sadurnino-de-goians-porto-do-son	GA	C	15071	42.758	-8.9491	3
15999	Amoreira, A ( San Martiño De Miñortos-Porto Do Son)	amoreira-a-san-martino-de-minortos-porto-do-son	GA	C	15071	42.758	-8.9491	3
15999	Beneso (San Sadurniño De Goians-Porto Do Son)	beneso-san-sadurnino-de-goians-porto-do-son	GA	C	15071	42.758	-8.9491	3
15999	Goians (San Sadurniño)	goians-san-sadurnino	GA	C	15071	42.758	-8.9491	3
15999	Mariño, O (San Sadurniño De Goians-Porto Do Son)	marino-o-san-sadurnino-de-goians-porto-do-son	GA	C	15071	42.758	-8.9491	3
15999	Silva, A (San Sadurniño De Goians-Porto Do Son)	silva-a-san-sadurnino-de-goians-porto-do-son	GA	C	15071	42.758	-8.9491	3
15999	Miñortos (San Martiño)	minortos-san-martino	GA	C	15071	42.758	-8.9491	3
15999	Freixedo (San Sadurniño De Goians-Porto Do Son)	freixedo-san-sadurnino-de-goians-porto-do-son	GA	C	15071	42.758	-8.9491	3
15999	Boiro (San Martiño De Miñortos-Porto Do Son)	boiro-san-martino-de-minortos-porto-do-son	GA	C	15071	42.758	-8.9491	3
27001	Lugo	lugo	GA	LU	27028	43.0099	-7.556	4
27002	Lugo	lugo	GA	LU	27028	43.0099	-7.556	4
27003	Lugo	lugo	GA	LU	27028	43.0099	-7.556	4
27004	Lugo	lugo	GA	LU	27028	43.0099	-7.556	4
27070	Lugo	lugo	GA	LU		43.0099	-7.556	4
27071	Lugo	lugo	GA	LU		43.0099	-7.556	4
27080	Lugo	lugo	GA	LU		43.0099	-7.556	4
27100	Fonsagrada (Casco Urbano)	fonsagrada-casco-urbano	GA	LU	27018	43.0146	-7.356	1
27110	Carballido (Santa Maria) (A Fonsagrada)	carballido-santa-maria-a-fonsagrada	GA	LU	27018	43.1573	-7.0462	1
27111	Maderne (A Fonsagrada)	maderne-a-fonsagrada	GA	LU	27018	43.1843	-7.1242	4
27111	San Pedro De Neiro (A Fonsagrada)	san-pedro-de-neiro-a-fonsagrada	GA	LU	27018	43.1843	-7.1242	4
27112	Trapa	trapa	GA	LU	27018	43.4502	-7.2227	4
27112	Bastida, A (San Miguel)	bastida-a-san-miguel	GA	LU	27018	43.4502	-7.2227	3
27112	Trobo (Santa Maria) (Fonsagrada)	trobo-santa-maria-fonsagrada	GA	LU	27018	43.4502	-7.2227	3
27112	Veiga De Logares (Santa Maria)	veiga-de-logares-santa-maria	GA	LU	27018	43.4502	-7.2227	3
27112	Logares (Santo Andre)	logares-santo-andre	GA	LU	27018	43.4502	-7.2227	3
27112	Pobra De Buron, A	pobra-de-buron-a	GA	LU	27018	43.4502	-7.2227	3
27113	Ernes	ernes	GA	LU	27018	43.1596	-6.8554	4
27113	Monteseiro	monteseiro	GA	LU	27018	43.1158	-6.9807	4
27113	Vilar De Cuiña	vilar-de-cuina	GA	LU	27018	43.0699	-6.9706	4
27113	Allonca, A	allonca-a	GA	LU	27018	43.1802	-6.9856	4
27113	Marentes	marentes	GA	LU	27018	43.1231	-6.9678	3
27113	Lamas De Campos	lamas-de-campos	GA	LU	27018	43.1888	-7.0045	4
27113	Fonfria (Santa Maria Madanela) (Fonsagrada)	fonfria-santa-maria-madanela-fonsagrada	GA	LU	27018	43.1231	-6.9678	3
27113	Barcela	barcela	GA	LU	27018	43.0455	-7.0637	4
27113	Rio De Porto	rio-de-porto	GA	LU	27018	43.1231	-6.9678	3
27113	Ouviaño	ouviano	GA	LU	27018	43.1017	-6.914	4
27113	Negueira De Muñiz	negueira-de-muniz	GA	LU	27018	43.1231	-6.9678	3
27114	Vilabol De Suarna	vilabol-de-suarna	GA	LU	27018	43.1573	-7.0462	1
27115	Cereixido (Santiago) (Fonsagrada)	cereixido-santiago-fonsagrada	GA	LU	27018	43.1573	-7.0462	1
27115	Arroxo (San Martiño) (Fonsagrada)	arroxo-san-martino-fonsagrada	GA	LU	27018	43.1573	-7.0462	1
27116	Padron	padron	GA	LU	27018	43.1178	-7.0777	4
27116	Cuiñas	cuinas	GA	LU	27018	43.2269	-7.2109	4
27116	Vieiro (San Antonio) (Fonsagrada, A)	vieiro-san-antonio-fonsagrada-a	GA	LU	27018	43.1724	-7.1443	3
27117	Lamas De Moreira	lamas-de-moreira	GA	LU	27018	43.0596	-7.0756	4
27118	San Martin De Suarna	san-martin-de-suarna	GA	LU	27018	43.1181	-7.0365	4
27120	Castroverde (Casco Urbano)	castroverde-casco-urbano	GA	LU	27011	43.0016	-7.3079	1
27120	Vilariño (Santiago)	vilarino-santiago	GA	LU	27011	43.0016	-7.3079	1
27122	Bolaño	bolano	GA	LU	27011	43.05	-7.3333	4
27122	Vilabade (Santa Maria)	vilabade-santa-maria	GA	LU	27011	43.05	-7.3333	3
27122	Villavad	villavad	GA	LU	27011	43.05	-7.3333	3
27123	Furis De Arriba	furis-de-arriba	GA	LU	27011	42.9712	-7.2805	4
27123	Furis De Abaixo	furis-de-abaixo	GA	LU	27011	42.9712	-7.2805	3
27124	Vilalle	vilalle	GA	LU	27011	43.0226	-7.2989	4
27124	Masoucos	masoucos	GA	LU	27011	42.9961	-7.2783	4
27124	Riomol (San Pedro)	riomol-san-pedro	GA	LU	27011	43.0094	-7.2886	3
27124	Frairia, A	frairia-a	GA	LU	27011	43.0094	-7.2886	3
27124	Barreiros (San Cosme) (Castroverde)	barreiros-san-cosme-castroverde	GA	LU	27011	43.0094	-7.2886	3
27125	Tordea	tordea	GA	LU	27011	42.9682	-7.3483	4
27125	Covelas (San Miguel) (Castroverde)	covelas-san-miguel-castroverde	GA	LU	27011	42.9682	-7.3483	3
27125	Goi	goi	GA	LU	27011	42.9682	-7.3483	3
27125	Espasande (Santiago) (Castroverde)	espasande-santiago-castroverde	GA	LU	27011	42.9682	-7.3483	3
27125	Uriz (Sta Maria) (Castroverde)	uriz-sta-maria-castroverde	GA	LU	27011	42.9682	-7.3483	3
27126	Seres (San Pedro)	seres-san-pedro	GA	LU	27011	43.0016	-7.3079	1
27127	Barredo (Santo Andre)	barredo-santo-andre	GA	LU	27011	43.0016	-7.3079	1
27127	Camiño (San Miguel) (Castroverde)	camino-san-miguel-castroverde	GA	LU	27011	43.0016	-7.3079	1
27127	Barredo (San Xoan)	barredo-san-xoan	GA	LU	27011	43.0016	-7.3079	1
27127	Rebordaos (San Xurxo) (Castroverde)	rebordaos-san-xurxo-castroverde	GA	LU	27011	43.0016	-7.3079	1
27128	Montecubeiro (San Cibrao)	montecubeiro-san-cibrao	GA	LU	27011	43.0016	-7.3079	1
27129	Pena (Santa Maria Madanela) (Castroverde)	pena-santa-maria-madanela-castroverde	GA	LU	27011	43.0016	-7.3079	1
27130	Cadavo, O	cadavo-o	GA	LU	27004	43.0525	-7.163	1
27130	Esperela, A (San Pedro)	esperela-a-san-pedro	GA	LU	27004	43.0525	-7.163	1
27131	Corneas	corneas	GA	LU	27004	42.9714	-7.134	4
27132	Pousada (San Lourenzo) (Baleira)	pousada-san-lourenzo-baleira	GA	LU	27004	43.0525	-7.163	1
27133	Degolada, A	degolada-a	GA	LU	27004	43.0667	-7.1667	4
27133	Fontaneira, A (Santiago)	fontaneira-a-santiago	GA	LU	27004	43.0667	-7.1667	3
27133	Lastra, A (San Xoan)	lastra-a-san-xoan	GA	LU	27004	43.0667	-7.1667	3
27134	Rio (San Pedro) (Fonsagrada)	rio-san-pedro-fonsagrada	GA	LU	27018	43.0525	-7.163	1
27134	Freixo (San Xulian) (A Fonsagrada)	freixo-san-xulian-a-fonsagrada	GA	LU	27018	43.0525	-7.163	1
27135	Paradavella	paradavella	GA	LU	27018	43.0788	-7.1708	4
27135	Bruicedo	bruicedo	GA	LU	27018	43.0933	-7.1806	4
27135	Piñeira (Santa Maria) (Fonsagrada)	pineira-santa-maria-fonsagrada	GA	LU	27018	43.086	-7.1757	3
27135	Cubilledo (Vilares)	cubilledo-vilares	GA	LU	27018	43.086	-7.1757	3
27136	Pacios (Santa Maria) (Fonsagrada)	pacios-santa-maria-fonsagrada	GA	LU	27018	43.0525	-7.163	1
27140	Boveda (Santa Maria) (Lugo)	boveda-santa-maria-lugo	GA	LU	27028	42.9806	-7.4852	3
27140	Recimil	recimil	GA	LU	27028	42.9806	-7.4852	4
27141	Romean	romean	GA	LU	27028	43.0167	-7.4167	4
27142	Moreira	moreira	GA	LU	27011	43.0167	-7.35	4
27142	Soutomerille	soutomerille	GA	LU	27011	43.0167	-7.35	3
27142	Arcos (San Paio) (Castroverde)	arcos-san-paio-castroverde	GA	LU	27011	43.0167	-7.35	3
27143	Agustin	agustin	GA	LU	27011	42.9564	-7.32	4
27143	Monte (Santa Maria) (Castroverde)	monte-santa-maria-castroverde	GA	LU	27011	42.9884	-7.3243	3
27143	Cellan De Mosteiro	cellan-de-mosteiro	GA	LU	27011	42.9926	-7.3255	4
27143	Pumarega, A	pumarega-a	GA	LU	27011	42.9845	-7.3255	4
27143	Cellan De Calvos	cellan-de-calvos	GA	LU	27011	43.0037	-7.3151	4
27143	Pereirama	pereirama	GA	LU	27011	43.0051	-7.3354	4
27144	Miranda	miranda	GA	LU	27011	42.9665	-7.3231	4
27144	Mirandela	mirandela	GA	LU	27011	42.9668	-7.3074	4
27145	Folgosa (San Martin)	folgosa-san-martin	GA	LU	27014	42.995	-7.3629	1
27145	Folgosa (San Estebo)	folgosa-san-estebo	GA	LU	27014	42.995	-7.3629	1
27146	Bascuas	bascuas	GA	LU	27011	43.0191	-7.445	4
27146	Carballido (San Martiño)(Lugo)	carballido-san-martino-lugo	GA	LU	27011	43.0153	-7.4048	3
27146	Paderne	paderne	GA	LU	27011	43.007	-7.4043	4
27146	Souto De Torres	souto-de-torres	GA	LU	27011	43.0197	-7.365	4
27146	Recesende (San Cibrao) (Castroverde)	recesende-san-cibrao-castroverde	GA	LU	27011	43.0153	-7.4048	3
27150	Outeiro De Rei (Casco Urbano)	outeiro-de-rei-casco-urbano	GA	LU	27039	43.1316	-7.5625	3
27150	Sobrada	sobrada	GA	LU	27039	43.1333	-7.5333	4
27150	Arcos (San Pedro) (Outeiro De Rei)	arcos-san-pedro-outeiro-de-rei	GA	LU	27039	43.1316	-7.5625	3
27150	Matela	matela	GA	LU	27039	43.128	-7.5876	4
27150	Folgueira	folgueira	GA	LU	27039	43.1333	-7.5667	4
27150	Outeiro De Rei (San Xoan)	outeiro-de-rei-san-xoan	GA	LU	27039	43.1316	-7.5625	3
27150	Outeiro De Rei (Santa Mariña)	outeiro-de-rei-santa-marina	GA	LU	27039	43.1316	-7.5625	3
27151	Taboi	taboi	GA	LU	27039	43.1	-7.5411	1
27151	Cela (Santa Maria) (Outeiro De Rei)	cela-santa-maria-outeiro-de-rei	GA	LU	27039	43.1	-7.5411	1
27152	Castelo De Rei (San Salvador)	castelo-de-rei-san-salvador	GA	LU	27023	43.1	-7.5411	1
27152	Vilela (Santiago) (Outeiro De Rei)	vilela-santiago-outeiro-de-rei	GA	LU	27023	43.1	-7.5411	1
27153	Bonxe (Outeiro De Rei)	bonxe-outeiro-de-rei	GA	LU	27039	43.094	-7.5045	4
27153	San Lourenzo De Aguiar (Outeiro De Rei)	san-lourenzo-de-aguiar-outeiro-de-rei	GA	LU	27039	43.094	-7.5045	4
27153	San Fiz De Paz (Outeiro De Rei)	san-fiz-de-paz-outeiro-de-rei	GA	LU	27039	43.094	-7.5045	4
27153	Veiga (Bonxe-Outeiro De Rei)	veiga-bonxe-outeiro-de-rei	GA	LU	27039	43.094	-7.5045	3
27153	San Clodio De Aguiar (Outeiro De Rei)	san-clodio-de-aguiar-outeiro-de-rei	GA	LU	27039	43.094	-7.5045	4
27153	Mosteiro (San Salvador) (Outeiro Rei)	mosteiro-san-salvador-outeiro-rei	GA	LU	27039	43.094	-7.5045	3
27154	Silvarrei	silvarrei	GA	LU	27039	43.1	-7.5411	1
27154	Guillar (San Martiño)	guillar-san-martino	GA	LU	27039	43.1	-7.5411	1
27154	Robra (San Pedro Fiz)	robra-san-pedro-fiz	GA	LU	27039	43.1	-7.5411	1
27155	Martul	martul	GA	LU	27039	43.0865	-7.637	4
27155	Seivane	seivane	GA	LU	27039	43.0849	-7.4185	3
27155	San Paio	san-paio	GA	LU	27039	43.0833	-7.2	4
27155	Parada (San Juan)	parada-san-juan	GA	LU	27039	43.0849	-7.4185	3
27155	Gondai	gondai	GA	LU	27039	43.0849	-7.4185	3
27155	Pazo, O	pazo-o	GA	LU	27039	43.0849	-7.4185	3
27155	Latas, As	latas-as	GA	LU	27039	43.0849	-7.4185	3
27155	Francos (Santiago) (Otero De Rey)	francos-santiago-otero-de-rey	GA	LU	27039	43.0849	-7.4185	3
27156	Ousa	ousa	GA	LU	27020	43.0833	-7.7167	4
27157	Aspai (San Cibrao)	aspai-san-cibrao	GA	LU	27039	43.076	-7.693	3
27157	Vicinte	vicinte	GA	LU	27039	43.076	-7.693	4
27157	Santiago De Gaioso (Santiago)	santiago-de-gaioso-santiago	GA	LU	27039	43.076	-7.693	3
27157	Candai	candai	GA	LU	27039	43.076	-7.693	3
27160	Castro (San Andres) (Lugo)	castro-san-andres-lugo	GA	LU	27028	42.8869	-7.3954	1
27160	Nadela	nadela	GA	LU	27028	42.8869	-7.3954	1
27160	Pena (San Xoan) (Lugo)	pena-san-xoan-lugo	GA	LU	27028	42.8869	-7.3954	1
27160	Anxos (San Mamede)(Nadela)	anxos-san-mamede-nadela	GA	LU	27028	42.8869	-7.3954	1
27161	Santa Comba	santa-comba	GA	LU	27028	42.9545	-7.4925	4
27162	Queizan (Santa Maria) (Corgo)	queizan-santa-maria-corgo	GA	LU	27014	42.8869	-7.3954	1
27162	Adai (Santiago) (Corgo)	adai-santiago-corgo	GA	LU	27014	42.8869	-7.3954	1
27162	Piñeiro (Santa Maria) (Corgo)	pineiro-santa-maria-corgo	GA	LU	27014	42.8869	-7.3954	1
27163	Bergazo	bergazo	GA	LU	27014	42.95	-7.3833	4
27163	Paradela (San Pedro Felix) (Corgo)	paradela-san-pedro-felix-corgo	GA	LU	27014	42.8807	-7.3849	3
27163	Laxosa (Santiago)	laxosa-santiago	GA	LU	27014	42.95	-7.3667	4
27163	Quinte (Santalla)	quinte-santalla	GA	LU	27014	42.8807	-7.3849	3
27163	Fonteita	fonteita	GA	LU	27014	42.95	-7.3667	4
27163	Santo Estevo De Farnadeiros (Santo Estevo)	santo-estevo-de-farnadeiros-santo-estevo	GA	LU	27014	42.8807	-7.3849	3
27163	Ansean	ansean	GA	LU	27014	42.9167	-7.45	4
27163	Sabarei	sabarei	GA	LU	27014	42.8807	-7.3849	3
27163	Campelo	campelo	GA	LU	27014	42.636	-7.1086	4
27163	Camposo	camposo	GA	LU	27014	42.8784	-7.4774	4
27163	Manan (San Cosme)	manan-san-cosme	GA	LU	27014	42.8807	-7.3849	3
27163	Lapio	lapio	GA	LU	27014	42.8873	-7.483	4
27163	Cabreiros (Santa Marina) (Corgo)	cabreiros-santa-marina-corgo	GA	LU	27014	42.8807	-7.3849	3
27163	Escoureda	escoureda	GA	LU	27014	42.8774	-7.4439	4
27163	Manan (Santa Maria Madanela)	manan-santa-maria-madanela	GA	LU	27014	42.8807	-7.3849	3
27163	Maceda (San Pedro) (Corgo)	maceda-san-pedro-corgo	GA	LU	27014	42.8807	-7.3849	3
27163	Corgo, O (San Xoan)	corgo-o-san-xoan	GA	LU	27014	42.8807	-7.3849	3
27163	Cela (San Xoan) (Corgo, O)	cela-san-xoan-corgo-o	GA	LU	27014	42.8807	-7.3849	3
27163	Cerceda (Corgo)	cerceda-corgo	GA	LU	27014	42.8807	-7.3849	3
27163	Chamoso (San Andres)	chamoso-san-andres	GA	LU	27014	42.8807	-7.3849	3
27163	Chamoso (San Bartolomeu)	chamoso-san-bartolomeu	GA	LU	27014	42.8807	-7.3849	3
27163	Farnadeiros (San Pedro)	farnadeiros-san-pedro	GA	LU	27014	42.8807	-7.3849	3
27164	Castrillon	castrillon	GA	LU	27014	42.9333	-7.3833	4
27164	Abragan	abragan	GA	LU	27014	42.8862	-7.4331	4
27164	Alto, O (Santalla)	alto-o-santalla	GA	LU	27014	42.9222	-7.3974	3
27164	Franquean	franquean	GA	LU	27014	42.9366	-7.3764	4
27164	Marei	marei	GA	LU	27014	42.9222	-7.3974	3
27164	Gomean	gomean	GA	LU	27014	42.9327	-7.3966	4
27165	Vilacha (San Xiao)	vilacha-san-xiao	GA	LU		42.8869	-7.3954	1
27165	Segovia (San Xoan)	segovia-san-xoan	GA	LU		42.8869	-7.3954	1
27166	Arrubial	arrubial	GA	LU	27011	42.9484	-7.2859	4
27166	Paramo (San Miguel) (Castroverde)	paramo-san-miguel-castroverde	GA	LU	27011	42.9484	-7.2859	3
27168	Pedrafita (San Miguel) (Corgo)	pedrafita-san-miguel-corgo	GA	LU	27014	42.8869	-7.3954	1
27168	Arxemil (San Pedro)(Corgo)	arxemil-san-pedro-corgo	GA	LU	27014	42.8869	-7.3954	1
27169	San Pedro Felix	san-pedro-felix	GA	LU	27028	42.6665	-7.4832	4
27169	Chamoso (San Cristobo)	chamoso-san-cristobo	GA	LU	27028	42.6665	-7.4832	3
27170	Portomarin (Casco Urbano)	portomarin-casco-urbano	GA	LU	27049	43.0146	-7.356	1
27170	Portomarin (San Nicolas)	portomarin-san-nicolas	GA	LU	27049	43.0146	-7.356	1
27177	Vedro (Portomarin)	vedro-portomarin	GA	LU	27049	43.0146	-7.356	1
27177	Caborrecelle (Portomarin)	caborrecelle-portomarin	GA	LU	27049	43.0146	-7.356	1
27177	Vilaxuste (Portomarin)	vilaxuste-portomarin	GA	LU	27049	43.0146	-7.356	1
27178	Bagude (Portomarin)	bagude-portomarin	GA	LU	27049	43.0146	-7.356	1
27178	Belaz (Portomarin)	belaz-portomarin	GA	LU	27049	43.0146	-7.356	1
27178	Sabadelle (Portomarin)	sabadelle-portomarin	GA	LU	27049	43.0146	-7.356	1
27178	Vilarbasin (Portomarin)	vilarbasin-portomarin	GA	LU	27049	43.0146	-7.356	1
27180	Soñar	sonar	GA	LU	27028	42.967	-7.554	4
27181	Coeses	coeses	GA	LU	27023	42.95	-7.5333	4
27181	Ribas De Miño (San Mamede) (Lugo)	ribas-de-mino-san-mamede-lugo	GA	LU	27023	42.9278	-7.5389	3
27181	Mota, A	mota-a	GA	LU	27023	42.8833	-7.55	4
27181	Ferroi (Santiago)	ferroi-santiago	GA	LU	27023	42.9278	-7.5389	3
27181	Ferroi (Santa Maria)	ferroi-santa-maria	GA	LU	27023	42.95	-7.5333	4
27181	Piñeiro (San Martiño) (Lugo)	pineiro-san-martino-lugo	GA	LU	27023	42.9278	-7.5389	3
27182	Campo (San Xoan)(Lugo)	campo-san-xoan-lugo	GA	LU	27028	42.9036	-7.5782	1
27183	Grolos	grolos	GA	LU	27023	42.8826	-7.617	4
27183	Ourol (San Xulian)(Guntin)	ourol-san-xulian-guntin	GA	LU	27023	42.8852	-7.6275	3
27183	Zolle	zolle	GA	LU	27023	42.8878	-7.638	4
27184	Mosteiro (Santa Maria) (Guntin)	mosteiro-santa-maria-guntin	GA	LU	27023	42.9036	-7.5782	1
27185	Lousada (Santa Eulalia) (Guntin)	lousada-santa-eulalia-guntin	GA	LU	27023	42.8787	-7.5856	3
27185	Castelo De Pallares (San Salvador)	castelo-de-pallares-san-salvador	GA	LU	27023	42.8787	-7.5856	3
27185	Mougan	mougan	GA	LU	27023	42.8663	-7.6011	4
27185	Fixos (Santa Marta)	fixos-santa-marta	GA	LU	27023	42.8787	-7.5856	3
27185	San Roman	san-roman	GA	LU	27023	42.8912	-7.5701	4
27185	Saa (Santiago) (Lugo)	saa-santiago-lugo	GA	LU	27023	42.8787	-7.5856	3
27185	Lousada (San Mamede)(Guntin)	lousada-san-mamede-guntin	GA	LU	27023	42.8787	-7.5856	3
27186	Piñeiras	pineiras	GA	LU	27023	42.8538	-7.607	4
27186	Navallos (San Pedro) (Guntin)	navallos-san-pedro-guntin	GA	LU	27023	42.8538	-7.607	3
27186	Francos (El Salvador)(Guntin)	francos-el-salvador-guntin	GA	LU	27023	42.8538	-7.607	3
27187	Fiz De Rozas (Portomarin)	fiz-de-rozas-portomarin	GA	LU	27049	42.9036	-7.5782	1
27187	Leon (Portomarin)	leon-portomarin	GA	LU	27049	42.9036	-7.5782	1
27187	Recelle (Portomarin)	recelle-portomarin	GA	LU	27049	42.9036	-7.5782	1
27188	Cortapezas (Portomarin)	cortapezas-portomarin	GA	LU	27028	42.9036	-7.5782	1
27188	Castromaior (Portomarin)	castromaior-portomarin	GA	LU	27028	42.9036	-7.5782	1
27188	Gonzar (Portomarin)	gonzar-portomarin	GA	LU	27028	42.9036	-7.5782	1
27190	Castelo (Santiago) (Lugo)	castelo-santiago-lugo	GA	LU	27014	43.0504	-7.5145	1
27190	Coeo (San Vicente)	coeo-san-vicente	GA	LU	27014	43.0504	-7.5145	1
27191	Rubias	rubias	GA	LU	27028	43.0667	-7.5	4
27191	Benade	benade	GA	LU	27028	43.0833	-7.5	4
27191	Pedreda	pedreda	GA	LU	27028	43.0415	-7.5019	4
27192	Muxa (Santa Maria)	muxa-santa-maria	GA	LU	27028	43.0099	-7.556	3
27192	Lugo	lugo	GA	LU	27028	43.0099	-7.556	4
27192	Muxa (San Salvador)	muxa-san-salvador	GA	LU	27028	43.0099	-7.556	3
27200	Palas De Rei (Casco Urbano)	palas-de-rei-casco-urbano	GA	LU	27040	42.8895	-7.8954	1
27203	Remonde	remonde	GA	LU	27040	42.867	-7.9528	4
27203	Ramil (San Martiño) (Palas De Rei)	ramil-san-martino-palas-de-rei	GA	LU	27040	42.867	-7.9528	3
27203	Cabana (Santiago)	cabana-santiago	GA	LU	27040	42.867	-7.9528	3
27203	Reposteria (San Xusto)	reposteria-san-xusto	GA	LU	27040	42.867	-7.9528	3
27203	Pambre	pambre	GA	LU	27040	42.867	-7.9528	3
27203	Reposteria (San Cipriano)	reposteria-san-cipriano	GA	LU	27040	42.867	-7.9528	3
27203	San Breixo (Palas De Rei)	san-breixo-palas-de-rei	GA	LU	27040	42.867	-7.9528	3
27204	Orosa	orosa	GA	LU	27040	42.8833	-7.9333	4
27204	Camino (San Xulian) (Palas De Rei)	camino-san-xulian-palas-de-rei	GA	LU	27040	42.8833	-7.9333	3
27204	Mato (San Xoan) (Palas De Rei)	mato-san-xoan-palas-de-rei	GA	LU	27040	42.8833	-7.9333	3
27204	Ambreixo	ambreixo	GA	LU	27040	42.8833	-7.9333	3
27204	Curbian	curbian	GA	LU	27040	42.8833	-7.9333	3
27204	Meixide	meixide	GA	LU	27040	42.8833	-7.9333	3
27204	Carballal (San Sebastian)	carballal-san-sebastian	GA	LU	27040	42.8833	-7.9333	3
27205	Filgueira	filgueira	GA	LU	27040	42.8833	-7.85	4
27205	Maceda (San Miguel) (Palas De Rei)	maceda-san-miguel-palas-de-rei	GA	LU	27040	42.9161	-7.8758	3
27205	Felpos	felpos	GA	LU	27040	42.9333	-7.8833	4
27205	Laia (San Xoan)	laia-san-xoan	GA	LU	27040	42.9161	-7.8758	3
27205	Ulloa	ulloa	GA	LU	27040	42.9211	-7.8699	4
27205	Moredo	moredo	GA	LU	27040	42.9266	-7.8998	4
27205	Merlan (San Salvador) (Palas De Rei)	merlan-san-salvador-palas-de-rei	GA	LU	27040	42.9161	-7.8758	3
27205	Aguas Santas (San Xurxo)	aguas-santas-san-xurxo	GA	LU	27040	42.9161	-7.8758	3
27206	Puxeda (Palas De Rei)	puxeda-palas-de-rei	GA	LU	27040	42.8895	-7.8954	1
27206	Fontecuberta (Palas De Rei)	fontecuberta-palas-de-rei	GA	LU	27040	42.8895	-7.8954	1
27206	Salaia (Palas De Rei)	salaia-palas-de-rei	GA	LU	27040	42.8895	-7.8954	1
27206	Ribeira (Palas De Rei)	ribeira-palas-de-rei	GA	LU	27040	42.8895	-7.8954	1
27206	Ferreira De Negral (Palas De Rei)	ferreira-de-negral-palas-de-rei	GA	LU	27040	42.8895	-7.8954	1
27206	Berbetouros (Palas De Rei)	berbetouros-palas-de-rei	GA	LU	27040	42.8895	-7.8954	1
27207	Pidre	pidre	GA	LU	27040	42.8301	-7.9227	4
27207	Alba (Santiago De)	alba-santiago-de	GA	LU	27040	42.8301	-7.9227	3
27207	Coence (San Mamede)	coence-san-mamede	GA	LU	27040	42.8301	-7.9227	3
27207	Coence (San Miguel)	coence-san-miguel	GA	LU	27040	42.8301	-7.9227	3
27208	Quindimil	quindimil	GA	LU	27040	42.9	-7.8833	4
27208	Carballal (San Mamede)	carballal-san-mamede	GA	LU	27040	42.9	-7.8833	3
27208	Cuiña (Santa Maria) (Palas De Rei)	cuina-santa-maria-palas-de-rei	GA	LU	27040	42.9	-7.8833	3
27209	Marza	marza	GA	LU	27040	42.8607	-7.8633	4
27209	Vilareda	vilareda	GA	LU	27040	42.8607	-7.8633	3
27210	Calde	calde	GA	LU	27023	42.95	-7.6167	4
27210	Gomelle	gomelle	GA	LU	27023	42.9416	-7.6696	4
27210	Vilamea (San Martiño)	vilamea-san-martino	GA	LU	27023	42.9458	-7.6431	3
27210	Monte De Meda (Santa Maria Madanela) (Lugo)	monte-de-meda-santa-maria-madanela-lugo	GA	LU	27023	42.9458	-7.6431	3
27210	Monte De Meda (San Martiño) (Guntin)	monte-de-meda-san-martino-guntin	GA	LU	27023	42.9458	-7.6431	3
27210	Pradeda (Santa Eulalia) (Guntin)	pradeda-santa-eulalia-guntin	GA	LU	27023	42.9458	-7.6431	3
27210	Esperante (Santa Eulalia) (Lugo)	esperante-santa-eulalia-lugo	GA	LU	27023	42.9458	-7.6431	3
27210	Lamas (Sta Eulalia) (Lugo)	lamas-sta-eulalia-lugo	GA	LU	27023	42.9458	-7.6431	3
27210	Bazar (San Remixio)(Lugo)	bazar-san-remixio-lugo	GA	LU	27023	42.9458	-7.6431	3
27210	Costante (San Miguel)	costante-san-miguel	GA	LU	27023	42.9458	-7.6431	3
27210	Lamela (Santa Mariña)	lamela-santa-marina	GA	LU	27023	42.9458	-7.6431	3
27210	Monte De Meda (San Cibrao) (Guntin)	monte-de-meda-san-cibrao-guntin	GA	LU	27023	42.9458	-7.6431	3
27210	Lugo	lugo	GA	LU	27023	42.9458	-7.6431	3
27211	Vilamerelle	vilamerelle	GA	LU	27023	42.8667	-7.65	4
27211	Ferreira De Pallares	ferreira-de-pallares	GA	LU	27023	42.8833	-7.6667	4
27211	Guntin (El Salvador) (Guntin)	guntin-el-salvador-guntin	GA	LU	27023	42.875	-7.6583	3
27211	Villermao (San Miguel)	villermao-san-miguel	GA	LU	27023	42.875	-7.6583	3
27211	Santa Euxea (Guntin)	santa-euxea-guntin	GA	LU	27023	42.875	-7.6583	3
27211	Guntin (Casco Urbano)	guntin-casco-urbano	GA	LU	27023	42.875	-7.6583	3
27212	Nespereira (Portomarin)	nespereira-portomarin	GA	LU	27049	42.8846	-7.7306	1
27212	San Mamede Do Rio (Portomarin)	san-mamede-do-rio-portomarin	GA	LU	27049	42.8846	-7.7306	1
27213	Castro De Soengas (Portomarin)	castro-de-soengas-portomarin	GA	LU	27049	42.8846	-7.7306	1
27213	Naron (Portomarin)	naron-portomarin	GA	LU	27049	42.8846	-7.7306	1
27214	Soengas (Portomarin)	soengas-portomarin	GA	LU	27049	42.8846	-7.7306	1
27215	Marzan	marzan	GA	LU	27032	42.8794	-7.7438	4
27215	Lodoso	lodoso	GA	LU	27032	42.8333	-7.8167	4
27215	Leborei	leborei	GA	LU	27032	42.8489	-7.7969	3
27215	Fufin	fufin	GA	LU	27032	42.834	-7.8304	4
27215	Vilanova (San Pedro) (M0nterroso)	vilanova-san-pedro-m0nterroso	GA	LU	27032	42.8489	-7.7969	3
27215	Cumbraos De Abaixo	cumbraos-de-abaixo	GA	LU	27032	42.8489	-7.7969	3
27216	Lestedo	lestedo	GA	LU	27040	42.8733	-7.8147	4
27216	Vilar De Donas	vilar-de-donas	GA	LU	27040	42.8733	-7.8147	3
27217	Carteire	carteire	GA	LU	27040	42.9	-7.7667	4
27217	Cubelo (San Xoan)	cubelo-san-xoan	GA	LU	27040	42.9	-7.7667	3
27217	Mosteiro (Santiago) (Palas De Rei)	mosteiro-santiago-palas-de-rei	GA	LU	27040	42.9	-7.7667	3
27220	Friol (Casco Urbano)	friol-casco-urbano	GA	LU	27020	43.0397	-7.8853	1
27226	Trasmonte	trasmonte	GA	LU	27020	43.1	-7.8	4
27226	Narla	narla	GA	LU	27020	43.05	-7.7667	4
27226	Lamas (Santa Maria) (Friol)	lamas-santa-maria-friol	GA	LU	27020	43.075	-7.7833	3
27227	Xia	xia	GA	LU	27020	43.0167	-7.8333	4
27227	Prado (San Martiño)	prado-san-martino	GA	LU	27020	43.0167	-7.8333	3
27228	Carballo (San Xiao)	carballo-san-xiao	GA	LU	27020	42.7167	-8.5167	4
27228	Silvela	silvela	GA	LU	27020	43.0361	-7.8966	4
27228	Ramelle	ramelle	GA	LU	27020	43.0357	-7.8187	4
27228	Rocha	rocha	GA	LU	27020	43.05	-7.85	4
27229	Miraz (Santiago) (Friol)	miraz-santiago-friol	GA	LU	27020	43.0787	-7.8445	3
27229	Carlin	carlin	GA	LU	27020	43.084	-7.8289	4
27229	Lea (San Xurxo)	lea-san-xurxo	GA	LU	27020	43.0787	-7.8445	3
27229	Nodar	nodar	GA	LU	27020	43.0726	-7.8685	4
27229	Anafreita	anafreita	GA	LU	27020	43.0833	-7.8833	4
27229	Seixon	seixon	GA	LU	27020	43.0787	-7.8445	3
27229	Bra	bra	GA	LU	27020	43.0941	-7.831	4
27229	Anxeriz	anxeriz	GA	LU	27020	43.1	-7.8333	4
27229	Madelos	madelos	GA	LU	27020	43.05	-7.8333	4
27229	Roimil	roimil	GA	LU	27020	43.0667	-7.8333	4
27230	Alta	alta	GA	LU	27028	43	-7.6448	4
27230	Torible	torible	GA	LU	27028	43.014	-7.692	4
27231	Vilacha De Mera	vilacha-de-mera	GA	LU	27028	43	-7.6667	4
27231	Veral, O	veral-o	GA	LU	27028	43	-7.6667	3
27232	Bacurin	bacurin	GA	LU	27028	42.9633	-7.6883	4
27233	Mera	mera	GA	LU	27023	42.9667	-7.7167	4
27233	Progalo	progalo	GA	LU	27023	42.9833	-7.6667	4
27233	Vilamaior De Negral	vilamaior-de-negral	GA	LU	27023	42.9722	-7.6833	3
27233	Poutomillos	poutomillos	GA	LU	27023	42.9667	-7.6667	4
27233	Alto (San Xoan) (Lugo)	alto-san-xoan-lugo	GA	LU	27023	42.9722	-7.6833	3
27233	Retorta (Santa Cruz)	retorta-santa-cruz	GA	LU	27023	42.9722	-7.6833	3
27233	Boveda (Santa Eulalia) (Lugo)	boveda-santa-eulalia-lugo	GA	LU	27023	42.9722	-7.6833	3
27233	Burgo (San Vicente) (Lugo)	burgo-san-vicente-lugo	GA	LU	27023	42.9722	-7.6833	3
27234	San Romao Da Retorta (Guntin)	san-romao-da-retorta-guntin	GA	LU	27017	42.9854	-7.6914	1
27234	Entrambasaugas (Guntin)	entrambasaugas-guntin	GA	LU	27017	42.9854	-7.6914	1
27234	Sirvian (Guntin)	sirvian-guntin	GA	LU	27017	42.9854	-7.6914	1
27235	Condes	condes	GA	LU	27020	42.9896	-7.7896	4
27235	Guimarei (Santa Maria) (Friol)	guimarei-santa-maria-friol	GA	LU	27020	42.9896	-7.7896	3
27235	Pacio (Santa Maria)	pacio-santa-maria	GA	LU	27020	42.9896	-7.7896	3
27235	Apregacion (San Cibrao) (Friol)	apregacion-san-cibrao-friol	GA	LU	27020	42.9896	-7.7896	3
27235	Apregacion-Seoane (San Xoan) (Friol)	apregacion-seoane-san-xoan-friol	GA	LU	27020	42.9896	-7.7896	3
27235	San Cibrao (Friol)	san-cibrao-friol	GA	LU	27020	42.9896	-7.7896	3
27240	Meira (Santa Maria)	meira-santa-maria	GA	LU	27029	43.2317	-7.3119	1
27240	Meira (Casco Urbano)	meira-casco-urbano	GA	LU	27029	43.2317	-7.3119	1
27241	Seixosmil (San Isidro)	seixosmil-san-isidro	GA	LU	27029	43.2317	-7.3119	1
27243	Vaos, Os (San Xoan)	vaos-os-san-xoan	GA	LU	27053	43.2317	-7.3119	1
27243	Acevo (Santiago)	acevo-santiago	GA	LU	27053	43.2317	-7.3119	1
27244	Navallos (San Pedro) (Ribeira De Piquin)	navallos-san-pedro-ribeira-de-piquin	GA	LU	27053	43.2317	-7.3119	1
27244	Santalla (Ribeira De Piquin)	santalla-ribeira-de-piquin	GA	LU	27053	43.2317	-7.3119	1
27245	San Xurxo De Piquin (Ribeira De Piquin)	san-xurxo-de-piquin-ribeira-de-piquin	GA	LU	27053	43.2317	-7.3119	1
27246	Baltar	baltar	GA	LU	27044	43.2456	-7.3563	4
27246	Crecente	crecente	GA	LU	27044	43.25	-7.3333	4
27246	Fomiña (O Salvador)	fomina-o-salvador	GA	LU	27044	43.2478	-7.3448	3
27246	Paraxes	paraxes	GA	LU	27044	43.2478	-7.3448	3
27246	Saldanxe	saldanxe	GA	LU	27044	43.2478	-7.3448	3
27246	Pousada (Santa Catarina) (Pastoriza, A)	pousada-santa-catarina-pastoriza-a	GA	LU	27044	43.2478	-7.3448	3
27247	Lua	lua	GA	LU	27029	43.1657	-7.2488	4
27248	Gueimonde	gueimonde	GA	LU	27044	43.2656	-7.3091	4
27248	Piñeiro (San Cosme) (Pastoriza)	pineiro-san-cosme-pastoriza	GA	LU	27044	43.2656	-7.3091	3
27248	Alvare (Santa Maria)	alvare-santa-maria	GA	LU	27044	43.2656	-7.3091	3
27248	Aguarda, A (San Martiño)	aguarda-a-san-martino	GA	LU	27044	43.2656	-7.3091	3
27250	Santa Locaia (San Pedro)	santa-locaia-san-pedro	GA	LU	27010	43.1899	-7.4045	1
27250	Castro De Rei (Castro De Rei)	castro-de-rei-castro-de-rei	GA	LU	27010	43.1899	-7.4045	1
27256	Outeiro (Santa Maria) (Castro De Rei)	outeiro-santa-maria-castro-de-rei	GA	LU	27010	43.1899	-7.4045	1
27256	Pacios Salvador (Castro De Rei)	pacios-salvador-castro-de-rei	GA	LU	27010	43.1899	-7.4045	1
27257	Prevesos	prevesos	GA	LU	27010	43.2167	-7.3667	4
27257	Azumara	azumara	GA	LU	27010	43.1853	-7.3828	4
27258	Coea	coea	GA	LU	27010	43.2104	-7.4322	4
27258	Quintela	quintela	GA	LU	27010	43.2	-7.4333	4
27258	Bazar (San Pedro) (Castro De Rei)	bazar-san-pedro-castro-de-rei	GA	LU	27010	43.2052	-7.4328	3
27259	Balmonte	balmonte	GA	LU	27010	43.1667	-7.4	4
27259	Viladonga (Santiago)	viladonga-santiago	GA	LU	27010	43.1722	-7.4056	3
27259	Goberno	goberno	GA	LU	27010	43.1833	-7.4	4
27259	Ansemar	ansemar	GA	LU	27010	43.1667	-7.4167	4
27259	Ramil (Santa Mariña) (Castro De Rei)	ramil-santa-marina-castro-de-rei	GA	LU	27010	43.1722	-7.4056	3
27260	Ribeiras De Lea	ribeiras-de-lea	GA	LU	27010	43.1558	-7.5043	1
27260	Castro De Ribeiras De Lea	castro-de-ribeiras-de-lea	GA	LU	27010	43.1558	-7.5043	1
27266	Loentia	loentia	GA	LU	27010	43.15	-7.4667	4
27267	Triaba	triaba	GA	LU	27010	43.1833	-7.5167	4
27268	Mos	mos	GA	LU	27010	43.1567	-7.5505	4
27269	Duarria	duarria	GA	LU	27010	43.1333	-7.4833	4
27270	Silva	silva	GA	LU	27046	43.1507	-7.3542	4
27270	Gondel	gondel	GA	LU	27046	43.1167	-7.3167	4
27270	Caraño	carano	GA	LU	27046	43.1301	-7.3033	4
27270	Luaces	luaces	GA	LU	27046	43.1265	-7.3494	4
27270	Mosteiro (San Salvador) (Pol)	mosteiro-san-salvador-pol	GA	LU	27046	43.131	-7.3309	3
27270	Pol (Capitalidad Municipio : Mosteiro)	pol-capitalidad-municipio-mosteiro	GA	LU	27046	43.131	-7.3309	3
27270	Andion	andion	GA	LU	27046	43.131	-7.3309	3
27271	Duancos	duancos	GA	LU	27010	43.1	-7.45	4
27271	Ludrio	ludrio	GA	LU	27010	43.1167	-7.4333	4
27271	Orizon	orizon	GA	LU	27010	43.0918	-7.4399	4
27271	Mondriz	mondriz	GA	LU	27010	43.1167	-7.45	4
27272	Fraialde	fraialde	GA	LU	27046	43.1	-7.4167	3
27272	Carazo	carazo	GA	LU	27046	43.1	-7.4167	4
27273	Cirio	cirio	GA	LU	27046	43.1086	-7.3807	4
27274	Valonga	valonga	GA	LU	27046	43.1072	-7.3649	1
27274	Rioxoan	rioxoan	GA	LU	27046	43.1072	-7.3649	1
27275	Milleiros (Santiago) (Pol)	milleiros-santiago-pol	GA	LU	27046	43.1072	-7.3649	1
27276	Martin (Santiago) (Baleira)	martin-santiago-baleira	GA	LU	27004	43.1072	-7.3649	1
27277	Braña, A (Baleira)	brana-a-baleira	GA	LU	27004	43.1072	-7.3649	1
27277	Retizos (Baleira)	retizos-baleira	GA	LU	27004	43.1072	-7.3649	1
27278	Fonteo	fonteo	GA	LU	27004	43.0657	-7.2639	4
27278	Libran	libran	GA	LU	27004	43.0644	-7.242	3
27278	Cubilledo	cubilledo	GA	LU	27004	43.063	-7.2202	4
27279	Suegos (Santa Eulalia) (Pol)	suegos-santa-eulalia-pol	GA	LU	27046	43.1072	-7.3649	1
27279	Lea (San Bartolomeu)(Pol)	lea-san-bartolomeu-pol	GA	LU	27046	43.1072	-7.3649	1
27279	Arcos (Santiago) (Pol)	arcos-santiago-pol	GA	LU	27046	43.1072	-7.3649	1
27279	Pol (Santo Estebo) (Pol)	pol-santo-estebo-pol	GA	LU	27046	43.1072	-7.3649	1
27280	Torneiros	torneiros	GA	LU	27046	43.1833	-7.3333	4
27280	Hermunde	hermunde	GA	LU	27046	43.1755	-7.3328	4
27282	Matodoso, O	matodoso-o	GA	LU		43.2004	-7.4202	1
27283	Ferreiros (San Martiño)	ferreiros-san-martino	GA	LU	27046	43.2004	-7.4202	1
27283	Ferreiros (Santo Andre) (Pol)	ferreiros-santo-andre-pol	GA	LU	27046	43.2004	-7.4202	1
27286	Bretoña	bretona	GA	LU	27044	43.3333	-7.3167	4
27286	Ubeda (San Xoan)	ubeda-san-xoan	GA	LU	27044	43.275	-7.4333	3
27286	Vian (Santa Maria)	vian-santa-maria	GA	LU	27044	43.2167	-7.55	4
27286	San Martiño De Corvelle (San Martiño) (Pastoriza, A)	san-martino-de-corvelle-san-martino-pastoriza-a	GA	LU	27044	43.275	-7.4333	3
27286	Reigosa (Santiago)	reigosa-santiago	GA	LU	27044	43.275	-7.4333	3
27286	Regueira, A (San Vicente)	regueira-a-san-vicente	GA	LU	27044	43.275	-7.4333	3
27287	Cadavedo	cadavedo	GA	LU	27044	43.328	-7.3958	3
27287	Loboso	loboso	GA	LU	27044	43.328	-7.3958	4
27287	Pastoriza, A (Casco Urbano)	pastoriza-a-casco-urbano	GA	LU	27044	43.328	-7.3958	3
27287	Lagoa (San Xoan) (Pastoriza, A)	lagoa-san-xoan-pastoriza-a	GA	LU	27044	43.328	-7.3958	3
27289	Teixeiro	teixeiro	GA	LU	27010	43.0833	-7.4833	4
27289	Bendia	bendia	GA	LU	27010	43.1667	-7.4667	4
27289	Dumpin	dumpin	GA	LU	27010	43.1167	-7.4833	4
27290	Mazoi	mazoi	GA	LU	27028	43.0667	-7.5667	3
27290	Pias	pias	GA	LU	27028	43.0667	-7.5667	4
27293	Gondar	gondar	GA	LU	27011	43.0229	-7.4224	4
27293	Meda, A	meda-a	GA	LU	27011	43.0357	-7.4427	3
27293	Labio	labio	GA	LU	27011	43.0485	-7.463	4
27294	Piugos	piugos	GA	LU	27028	42.9885	-7.5708	4
27294	Arieiras, Das	arieiras-das	GA	LU	27028	42.9992	-7.5634	3
27294	Lugo	lugo	GA	LU	27028	43.0099	-7.556	4
27294	Cuiña (Santa Eulalia) (Lugo)	cuina-santa-eulalia-lugo	GA	LU	27028	42.9992	-7.5634	3
27296	Bocamaos	bocamaos	GA	LU	27028	43.0402	-7.6099	4
27296	Meilan (Santiago) (Lugo)	meilan-santiago-lugo	GA	LU	27028	43.0402	-7.6099	3
27297	Lugo	lugo	GA	LU	27028	43.0099	-7.556	4
27297	San Lazaro	san-lazaro	GA	LU	27028	43.0099	-7.556	3
27297	Orbazai	orbazai	GA	LU	27028	43.0099	-7.556	3
27297	Adai (Santa Maria Magdalena)(Lugo)	adai-santa-maria-magdalena-lugo	GA	LU	27028	43.0099	-7.556	3
27297	Poligono Da Louzaneta	poligono-da-louzaneta	GA	LU	27028	43.0099	-7.556	3
27298	Lugo	lugo	GA	LU	27028	43.0667	-7.5833	4
27298	Tirimol	tirimol	GA	LU	27028	43.0667	-7.5833	4
27299	Villalvite	villalvite	GA	LU	27020	43.05	-7.6833	4
27299	Cota	cota	GA	LU	27020	43.0448	-7.721	4
27299	Outeiro Das Camoiras (San Salvador)	outeiro-das-camoiras-san-salvador	GA	LU	27020	43.0336	-7.7082	3
27299	Guldriz	guldriz	GA	LU	27020	43.0186	-7.7506	4
27299	Seren	seren	GA	LU	27020	43.0116	-7.7324	4
27299	Ombreiro	ombreiro	GA	LU	27020	43.0336	-7.7082	3
27299	Camoira	camoira	GA	LU	27020	43.043	-7.6537	4
27299	Vilafiz (Santa Maria) (Friol)	vilafiz-santa-maria-friol	GA	LU	27020	43.0336	-7.7082	3
27299	Devesa (Santa Eulalia) (Friol)	devesa-santa-eulalia-friol	GA	LU	27020	43.0336	-7.7082	3
27300	Lagostelle (San Xoan)	lagostelle-san-xoan	GA	LU	27022	43.177	-7.8335	1
27300	Guitiriz (Casco Urbano)	guitiriz-casco-urbano	GA	LU	27022	43.177	-7.8335	1
27305	Roca	roca	GA	LU	27022	43.1815	-7.8051	4
27305	Becin	becin	GA	LU	27022	43.159	-7.8545	4
27305	Trasparga	trasparga	GA	LU	27022	43.1903	-7.841	4
27305	Parga (El Salvador)	parga-el-salvador	GA	LU	27022	43.177	-7.8335	3
27305	Parga (Santa Cruz)	parga-santa-cruz	GA	LU	27022	43.177	-7.8335	3
27306	Buriz (San Pedro)	buriz-san-pedro	GA	LU	27022	43.177	-7.8335	1
27307	Vilares, Os (San Vicenzo)	vilares-os-san-vicenzo	GA	LU	27022	43.177	-7.8335	1
27307	Labrada (Santa Maria) (Guitiriz)	labrada-santa-maria-guitiriz	GA	LU	27022	43.177	-7.8335	1
27308	Villar (Santa Maria) (Guitiriz)	villar-santa-maria-guitiriz	GA	LU	27022	43.177	-7.8335	1
27308	Negradas, As (San Vicente)	negradas-as-san-vicente	GA	LU	27022	43.177	-7.8335	1
27308	Mariz (Santa Eulalia) (Guitiriz)	mariz-santa-eulalia-guitiriz	GA	LU	27022	43.177	-7.8335	1
27309	Lagostelle (Santa Marina)	lagostelle-santa-marina	GA	LU	27022	43.177	-7.8335	1
27310	Ribas De Sil (San Clodio)	ribas-de-sil-san-clodio	GA	LU	27052	42.4225	-7.3047	1
27317	Torbeo	torbeo	GA	LU	27052	42.4426	-7.379	4
27317	Nogueira (Nosa Señora Neves) (Ribas De Sil)	nogueira-nosa-senora-neves-ribas-de-sil	GA	LU	27052	42.4426	-7.379	3
27317	Rairos	rairos	GA	LU	27052	42.4426	-7.379	3
27318	Peites	peites	GA	LU	27052	42.4024	-7.2303	4
27346	Mao (San Roman)	mao-san-roman	GA	LU	27024	42.6719	-7.3623	3
27318	Piñeira (San Cristobo) (Ribas De Sil)	pineira-san-cristobo-ribas-de-sil	GA	LU	27052	42.4024	-7.2303	3
27318	Sotordei	sotordei	GA	LU	27052	42.4024	-7.2303	3
27320	Hospital, 0 (San Salvador)	hospital-0-san-salvador	GA	LU	27050	42.5132	-7.2175	1
27320	Quiroga (Casco Urbano)	quiroga-casco-urbano	GA	LU	27050	42.5132	-7.2175	1
27320	Quiroga (San Martiño)	quiroga-san-martino	GA	LU	27050	42.5132	-7.2175	1
27324	Meiraos	meiraos	GA	LU	27017	42.6534	-7.1559	4
27324	Esperante (San Pedro) (Folgoso De Caurel)	esperante-san-pedro-folgoso-de-caurel	GA	LU	27017	42.6534	-7.1559	3
27324	Seoane (San Xoan) (Folgoso Do Caurel)	seoane-san-xoan-folgoso-do-caurel	GA	LU	27017	42.6534	-7.1559	3
27324	Noceda (San Pedro) (Folgoso Do Courel)	noceda-san-pedro-folgoso-do-courel	GA	LU	27017	42.6534	-7.1559	3
27325	Sobredo	sobredo	GA	LU	27017	42.6137	-7.1931	4
27325	Seceda	seceda	GA	LU	27017	42.6251	-7.2256	4
27325	Villamor (Resto Parroquia San Miguel)(Folgoso Do Courel)	villamor-resto-parroquia-san-miguel-folgoso-do-courel	GA	LU	27017	42.6149	-7.1861	3
27325	Ferreiros De Arriba	ferreiros-de-arriba	GA	LU	27017	42.6043	-7.159	4
27325	Folgoso	folgoso	GA	LU	27017	42.6149	-7.1861	3
27325	Ferreiros De Abaixo	ferreiros-de-abaixo	GA	LU	27017	42.6167	-7.1667	4
27328	Visuña	visuna	GA	LU	27017	42.6067	-7.0663	4
27328	Pacios Da Serra	pacios-da-serra	GA	LU	27017	42.55	-7.1667	4
27328	Horreos	horreos	GA	LU	27017	42.5825	-7.052	4
27328	Seara, A	seara-a	GA	LU	27017	42.5483	-7.1353	3
27328	Bustelo De Fisteus	bustelo-de-fisteus	GA	LU	27017	42.5064	-7.1871	4
27328	Outeiro (Santa Maria)(0 Courel)	outeiro-santa-maria-0-courel	GA	LU	27017	42.5483	-7.1353	3
27328	Fisteus	fisteus	GA	LU	27017	42.4957	-7.2046	4
27329	Paradaseca	paradaseca	GA	LU	27050	42.4624	-7.2147	4
27329	Nocedo	nocedo	GA	LU	27050	41.9873	-7.7152	4
27329	Vilar De Lor	vilar-de-lor	GA	LU	27050	42.5095	-7.3049	4
27329	Vilarmel	vilarmel	GA	LU	27050	42.3687	-7.3371	3
27329	Sequeiros	sequeiros	GA	LU	27050	42.4472	-7.2434	4
27329	Hermida (Santa Maria)	hermida-santa-maria	GA	LU	27050	42.3687	-7.3371	3
27329	Bendillo	bendillo	GA	LU	27050	42.437	-7.2075	4
27329	Cereixido (Santa Maria) (Quiroga)	cereixido-santa-maria-quiroga	GA	LU	27050	42.3687	-7.3371	3
27329	Bendollo De Feais	bendollo-de-feais	GA	LU	27050	42.3687	-7.3371	3
27330	Pobra De Brollon, A (Casco Urbano)	pobra-de-brollon-a-casco-urbano	GA	LU	27047	42.565	-7.3758	1
27331	Brence (San Xoan)	brence-san-xoan	GA	LU	27047	42.565	-7.3758	1
27331	Pobra De Brollon, A (Estacion)	pobra-de-brollon-a-estacion	GA	LU	27047	42.565	-7.3758	1
27332	Castrosante	castrosante	GA	LU	27047	42.5767	-7.4024	4
27333	Rei (Santabaia)	rei-santabaia	GA	LU	27047	42.565	-7.3758	1
27333	Veiga (San Xian) (Pobra De Brollon)	veiga-san-xian-pobra-de-brollon	GA	LU	27047	42.565	-7.3758	1
27333	Pino (Santa Maria) (A Pobra De Brollon)	pino-santa-maria-a-pobra-de-brollon	GA	LU	27047	42.565	-7.3758	1
27333	Outara (Santa Maria)	outara-santa-maria	GA	LU	27047	42.565	-7.3758	1
27334	Cereixa	cereixa	GA	LU	27047	42.55	-7.4167	4
27334	Eixon	eixon	GA	LU	27047	42.5531	-7.4099	3
27334	Castroncelos	castroncelos	GA	LU	27047	42.5427	-7.3797	4
27334	Fornelas	fornelas	GA	LU	27047	42.5667	-7.4333	4
27335	Ferreirua	ferreirua	GA	LU	27047	42.5986	-7.3897	4
27335	Canedo	canedo	GA	LU	27047	42.6167	-7.4167	4
27336	Saa (Santa Maria)(Pobra De Brollon)	saa-santa-maria-pobra-de-brollon	GA	LU	27047	42.565	-7.3758	1
27336	Ferreiros (San Salvador)(Pobra De Brollon)	ferreiros-san-salvador-pobra-de-brollon	GA	LU	27047	42.565	-7.3758	1
27338	Barxa De Lor	barxa-de-lor	GA	LU	27047	42.5167	-7.3333	4
27338	Salcedo	salcedo	GA	LU	27047	42.5433	-7.3376	4
27339	Lamaiglesia	lamaiglesia	GA	LU	27017	42.5733	-7.2728	3
27339	Parada Dos Montes	parada-dos-montes	GA	LU	27017	42.5733	-7.2728	4
27340	Boveda (San Martiño)(Boveda)	boveda-san-martino-boveda	GA	LU	27008	42.6631	-7.3901	1
27341	Vila De Mouros	vila-de-mouros	GA	LU	27024	42.6631	-7.3901	1
27341	Castelo (Santo Tome) (Incio)	castelo-santo-tome-incio	GA	LU	27024	42.6631	-7.3901	1
27341	Bardaos (San Xoan)	bardaos-san-xoan	GA	LU	27024	42.6631	-7.3901	1
27341	Bardaos (San Xulian)	bardaos-san-xulian	GA	LU	27024	42.6631	-7.3901	1
27341	Noceda (San Xoan) (Incio, O)	noceda-san-xoan-incio-o	GA	LU	27024	42.6631	-7.3901	1
27342	Cubela (San Pedro)	cubela-san-pedro	GA	LU	27024	42.6631	-7.3901	1
27342	Rubian De Cima (Incio)	rubian-de-cima-incio	GA	LU	27024	42.6631	-7.3901	1
27342	Cervela, A (San Cristobo)	cervela-a-san-cristobo	GA	LU	27024	42.6631	-7.3901	1
27343	Tuimil	tuimil	GA	LU	27008	42.6527	-7.4536	4
27344	Mosteiro (San Pelaxio)(Boveda)	mosteiro-san-pelaxio-boveda	GA	LU	27008	42.6631	-7.3901	1
27344	Guntin (San Cristobo) (Boveda)	guntin-san-cristobo-boveda	GA	LU	27008	42.6631	-7.3901	1
27344	Freituxe (Santiago)	freituxe-santiago	GA	LU	27008	42.6631	-7.3901	1
27345	Eirexalba	eirexalba	GA	LU	27024	42.6667	-7.4	4
27345	Vilasouto	vilasouto	GA	LU	27024	42.6667	-7.4	3
27346	Goo	goo	GA	LU	27024	42.681	-7.3908	4
27346	Foilebar	foilebar	GA	LU	27024	42.684	-7.2999	4
27346	Pacios (Santa Maria) (Incio)	pacios-santa-maria-incio	GA	LU	27024	42.6667	-7.3667	4
27346	Viso, O (Santa Cristina)	viso-o-santa-cristina	GA	LU	27024	42.6719	-7.3623	3
27346	Sirgueiros	sirgueiros	GA	LU	27024	42.6667	-7.3833	4
27346	Vilarxoan (San Lourenzo)	vilarxoan-san-lourenzo	GA	LU	27024	42.6719	-7.3623	3
27346	Mao (Santa Maria)	mao-santa-maria	GA	LU	27024	42.6667	-7.3667	4
27346	Toldaos (Santiago) (Incio)	toldaos-santiago-incio	GA	LU	27024	42.6719	-7.3623	3
27346	Rendar	rendar	GA	LU	27024	42.6667	-7.3667	4
27346	Reboiro	reboiro	GA	LU	27024	42.6719	-7.3623	3
27346	Incio, O (Santa Cruz)	incio-o-santa-cruz	GA	LU	27024	42.6719	-7.3623	3
27346	Mao (San Salvador) (Incio)	mao-san-salvador-incio	GA	LU	27024	42.6719	-7.3623	3
27347	Hospital, O (San Pedro)	hospital-o-san-pedro	GA	LU	27047	42.6631	-7.3901	1
27347	Trascastro (Santalla)	trascastro-santalla	GA	LU	27047	42.6631	-7.3901	1
27347	San Pedro Do Incio (San Pedro)	san-pedro-do-incio-san-pedro	GA	LU	27047	42.6631	-7.3901	1
27347	Incio (Santa Mariña)	incio-santa-marina	GA	LU	27047	42.6631	-7.3901	1
27348	Laiosa (San Martiño)	laiosa-san-martino	GA	LU	27024	42.6631	-7.3901	1
27349	Ver	ver	GA	LU	27008	42.6167	-7.4833	4
27349	Ribas Pequenas (Santiago)	ribas-pequenas-santiago	GA	LU	27008	42.6167	-7.4833	3
27349	Villalpape	villalpape	GA	LU	27008	42.6167	-7.4833	3
27349	Martin (San Cristobo) (Boveda)	martin-san-cristobo-boveda	GA	LU	27008	42.6167	-7.4833	3
27350	Rubian (Santiago) (Boveda)	rubian-santiago-boveda	GA	LU	27008	42.66	-7.513	1
27350	Rubian (San Fiz) (Boveda)	rubian-san-fiz-boveda	GA	LU	27008	42.66	-7.513	1
27359	Remesar	remesar	GA	LU	27008	42.6699	-7.5259	4
27359	Teilan	teilan	GA	LU	27008	42.65	-7.5	4
27359	Villarbujan	villarbujan	GA	LU	27008	42.66	-7.513	3
27360	Vilarello (San Pedro) (Lancara)	vilarello-san-pedro-lancara	GA	LU	27026	42.8526	-7.4333	1
27360	Pobra De San Xiao, A	pobra-de-san-xiao-a	GA	LU	27026	42.8526	-7.4333	1
27362	Reascos	reascos	GA	LU	27043	42.8367	-7.5577	4
27362	Piñeiro (San Salvador) (Paramo)	pineiro-san-salvador-paramo	GA	LU	27043	42.8367	-7.5577	3
27362	Ribeira, A (San Mamede)	ribeira-a-san-mamede	GA	LU	27043	42.8367	-7.5577	3
27362	San Andres Da Ribeira (San Pedro)	san-andres-da-ribeira-san-pedro	GA	LU	27043	42.8367	-7.5577	3
27363	Vileiriz	vileiriz	GA	LU	27043	42.8129	-7.5511	4
27363	Friolfe	friolfe	GA	LU	27043	42.8167	-7.5333	4
27363	Vilarmosteiro	vilarmosteiro	GA	LU	27043	42.8107	-7.5511	3
27363	Grallas	grallas	GA	LU	27043	42.8026	-7.5687	4
27363	Vilafiz (Santa Maria) (Paramo)	vilafiz-santa-maria-paramo	GA	LU	27043	42.8107	-7.5511	3
27363	Gondrame (Santa Maria)	gondrame-santa-maria	GA	LU	27043	42.8107	-7.5511	3
27363	Torre, A (San Martiño)	torre-a-san-martino	GA	LU	27043	42.8107	-7.5511	3
27363	Adai (Santa Mariña)(Paramo)	adai-santa-marina-paramo	GA	LU	27043	42.8107	-7.5511	3
27363	Ribas De Miño (Santiago) (Paramo)	ribas-de-mino-santiago-paramo	GA	LU	27043	42.8107	-7.5511	3
27363	Neira (Santa Maria Madanela) (Paramo)	neira-santa-maria-madanela-paramo	GA	LU	27043	42.8107	-7.5511	3
27363	Gondrame (San Vicente)	gondrame-san-vicente	GA	LU	27043	42.8107	-7.5511	3
27363	Vilasante (Santa Cruz) (Paramo)	vilasante-santa-cruz-paramo	GA	LU	27043	42.8107	-7.5511	3
27364	Moscan	moscan	GA	LU	27043	42.8648	-7.4594	4
27366	Trasliste	trasliste	GA	LU	27026	42.9	-7.3667	4
27366	Toiran	toiran	GA	LU	27026	42.9	-7.3333	4
27367	Lancara (San Pedro)	lancara-san-pedro	GA	LU	27026	42.8625	-7.3757	3
27367	Bande	bande	GA	LU	27026	42.8763	-7.3922	4
27367	Carracedo	carracedo	GA	LU	27026	42.8686	-7.3734	4
27367	Neira (Santa Maria) (Lancara)	neira-santa-maria-lancara	GA	LU	27026	42.8697	-7.388	4
27367	Lama	lama	GA	LU	27026	42.8284	-7.337	4
27367	Vilaleo	vilaleo	GA	LU	27026	42.8697	-7.388	4
27368	Oleiros (San Martiño) (Lancara)	oleiros-san-martino-lancara	GA	LU	27026	42.85	-7.4	3
27368	Muro	muro	GA	LU	27026	42.85	-7.4	4
27368	Larin (San Salvador) (Lancara)	larin-san-salvador-lancara	GA	LU	27026	42.85	-7.4	3
27369	Ronfe	ronfe	GA	LU	27043	42.8405	-7.4167	4
27369	Vilambran	vilambran	GA	LU	27043	42.8405	-7.4167	3
27369	Saa (Santiago) (Paramo)	saa-santiago-paramo	GA	LU	27043	42.8405	-7.4167	3
27370	Rabade (Casco Urbano)	rabade-casco-urbano	GA	LU	27007	43.2046	-7.6322	1
27371	Baamonde	baamonde	GA	LU		43.1748	-7.7576	4
27372	Pigara	pigara	GA	LU	27007	43.2	-7.7333	4
27372	Valdomar	valdomar	GA	LU	27007	43.15	-7.6667	4
27372	Pacios (San Martiño) (Begonte)	pacios-san-martino-begonte	GA	LU	27007	43.175	-7.7	3
27372	Boveda (Santa Eulalia) (Begonte)	boveda-santa-eulalia-begonte	GA	LU	27007	43.175	-7.7	3
27372	Carral (San Martiño)	carral-san-martino	GA	LU	27007	43.175	-7.7	3
27373	Illan	illan	GA	LU	27007	43.1667	-7.6667	4
27373	Begonte	begonte	GA	LU	27007	43.1512	-7.6864	4
27373	Cerdeiras	cerdeiras	GA	LU	27007	43.1333	-7.7	4
27373	Viris	viris	GA	LU	27007	43.15	-7.7	4
27373	Castro (Santa Maria) (Begonte)	castro-santa-maria-begonte	GA	LU	27007	43.1436	-7.694	3
27373	Santo Tome De Gaioso	santo-tome-de-gaioso	GA	LU	27007	43.1167	-7.7167	4
27373	Donalbai	donalbai	GA	LU	27007	43.1436	-7.694	3
27373	Pena (San Vicente) (Begonte)	pena-san-vicente-begonte	GA	LU	27007	43.1436	-7.694	3
27373	Uriz (Santo Estevo)	uriz-santo-estevo	GA	LU	27007	43.1436	-7.694	3
27373	Pena (Santa Eulalia) (Begonte)	pena-santa-eulalia-begonte	GA	LU	27007	43.1436	-7.694	3
27374	Caboi (San Martiño)	caboi-san-martino	GA	LU	27039	43.2046	-7.6322	1
27375	Villapene	villapene	GA	LU	27015	43.2333	-7.5833	4
27375	Felmil	felmil	GA	LU	27015	43.1667	-7.6167	4
27375	Damil (El Salvador)	damil-el-salvador	GA	LU	27015	43.26	-7.6533	3
27375	Trobo (Santa Maria) (Begonte)	trobo-santa-maria-begonte	GA	LU	27015	43.2167	-7.55	4
27375	Saavedra	saavedra	GA	LU	27015	43.15	-7.6333	4
27375	Pino (San Martiño) (Cospeito)	pino-san-martino-cospeito	GA	LU	27015	43.26	-7.6533	3
27375	Seixas	seixas	GA	LU	27015	43.5333	-7.8833	4
27375	Gaibor (San Xulian)	gaibor-san-xulian	GA	LU	27015	43.26	-7.6533	3
27375	Xoiban	xoiban	GA	LU	27015	43.26	-7.6533	3
27376	Santa Cristina (San Xiao)	santa-cristina-san-xiao	GA	LU	27015	43.2046	-7.6322	1
27376	Cospeito (Santa Maria)	cospeito-santa-maria	GA	LU	27015	43.2046	-7.6322	1
27377	Muimenta	muimenta	GA	LU	27015	43.25	-7.4333	4
27377	Sistallo	sistallo	GA	LU	27015	43.25	-7.5667	4
27377	Rioaveso (Santalla)	rioaveso-santalla	GA	LU	27015	43.25	-7.5	3
27377	Xermar	xermar	GA	LU	27015	43.25	-7.5	3
27377	Bexan (San Paio)	bexan-san-paio	GA	LU	27015	43.25	-7.5	3
27377	Xustas	xustas	GA	LU	27015	43.25	-7.5	3
27377	Vilar (Santa Maria)	vilar-santa-maria	GA	LU	27015	43.25	-7.5	3
27377	Feira Do Monte	feira-do-monte	GA	LU	27015	43.25	-7.5	3
27378	Roas	roas	GA	LU	27015	43.2333	-7.5	4
27378	Goa	goa	GA	LU	27015	43.2667	-7.5167	4
27378	Moman (San Pedro) (Cospeito)	moman-san-pedro-cospeito	GA	LU	27015	43.25	-7.5083	3
27379	Bestar	bestar	GA	LU	27015	43.1833	-7.55	4
27379	Tamoga	tamoga	GA	LU	27015	43.2	-7.6	4
27379	Arcilla	arcilla	GA	LU	27015	43.1667	-7.5833	4
27379	Lamas (San Martiño) (Cospeito)	lamas-san-martino-cospeito	GA	LU	27015	43.1833	-7.5778	3
27379	Sisoi	sisoi	GA	LU	27015	43.1833	-7.5778	3
27380	Parga (Santa Leocadia)	parga-santa-leocadia	GA	LU	27022	42.8114	-7.4383	1
27380	Parga (Parga Estacion)	parga-parga-estacion	GA	LU	27022	42.8114	-7.4383	1
27380	Parga (Santo Estebo)	parga-santo-estebo	GA	LU	27022	42.8114	-7.4383	1
27388	San Breixo De Parga	san-breixo-de-parga	GA	LU	27022	42.8114	-7.4383	1
27389	Pedrafita (San Mamede) (Guitiriz)	pedrafita-san-mamede-guitiriz	GA	LU	27022	42.8114	-7.4383	1
27390	Vilanuide (San Antonio)	vilanuide-san-antonio	GA	LU	27050	42.7981	-7.2022	3
27390	Montefurado	montefurado	GA	LU	27050	43.1795	-7.2044	4
27390	Enciñeira, A (Santa Isabel)	encineira-a-santa-isabel	GA	LU	27050	42.7981	-7.2022	3
27390	Vilaster	vilaster	GA	LU	27050	42.4167	-7.2	4
27391	Augas Mestas (Santiago)	augas-mestas-santiago	GA	LU	27047	42.5	-7.3333	3
27391	Quinta De Lor	quinta-de-lor	GA	LU	27047	42.5	-7.3333	4
27392	Froian (San Sadurniño)	froian-san-sadurnino	GA	LU	27057	42.7167	-7.45	3
27392	Chorente	chorente	GA	LU	27057	42.7167	-7.45	4
27392	Oural, O	oural-o	GA	LU	27057	42.7167	-7.45	3
27400	Monforte De Lemos (Casco Urbano)	monforte-de-lemos-casco-urbano	GA	LU	27031	42.4652	-7.5546	1
27410	Valverde	valverde	GA	LU	27031	42.5722	-7.484	4
27410	Rivasaltas (San Pedro)	rivasaltas-san-pedro	GA	LU	27031	42.5695	-7.4795	3
27410	Parte, A	parte-a	GA	LU	27031	42.5668	-7.4751	4
27411	Chavaga	chavaga	GA	LU	27031	42.5333	-7.4333	4
27411	Reigada	reigada	GA	LU	27031	42.5404	-7.4741	4
27412	Sindran	sindran	GA	LU	27031	42.5167	-7.4167	4
27412	Bascos	bascos	GA	LU	27031	42.5333	-7.45	4
27413	Liñares (San Cosme)	linares-san-cosme	GA	LU	27031	42.5	-7.4083	3
27413	Rozabales	rozabales	GA	LU	27031	42.4833	-7.4167	4
27413	Vilacha (San Mamede) (Puebla De Brollon)	vilacha-san-mamede-puebla-de-brollon	GA	LU	27031	42.5	-7.4083	3
27413	Pinel	pinel	GA	LU	27031	42.5167	-7.4	4
27414	Penela, A	penela-a	GA	LU	27031	42.5073	-7.479	1
27414	Nocedas, As (Santo Estevo)	nocedas-as-santo-estevo	GA	LU	27031	42.5073	-7.479	1
27415	Caneda, A	caneda-a	GA	LU	27031	42.5167	-7.45	4
27415	Monte (Santa Mariña) (Monforte)	monte-santa-marina-monforte	GA	LU	27031	42.5167	-7.45	3
27415	Villamarin	villamarin	GA	LU	27031	42.5167	-7.45	3
27416	Marcelle	marcelle	GA	LU	27031	42.45	-7.4833	4
27416	Guntin (Santa Lucia) (Monforte)	guntin-santa-lucia-monforte	GA	LU	27031	42.475	-7.4917	3
27416	Gullade	gullade	GA	LU	27031	42.5	-7.5	4
27417	Baamorto	baamorto	GA	LU	27031	42.5667	-7.5333	4
27418	Fiolleda (San Cosmede)	fiolleda-san-cosmede	GA	LU	27031	42.3167	-7.2333	4
27418	Chao De Fabeiro, O	chao-de-fabeiro-o	GA	LU	27031	42.3167	-7.2333	3
27418	Vide, A (San Cibrao)	vide-a-san-cibrao	GA	LU	27031	42.3167	-7.2333	3
27419	Atan	atan	GA	LU	27031	42.5066	-7.6976	4
27419	Toldaos (San Xoan) (Panton)	toldaos-san-xoan-panton	GA	LU	27031	42.5016	-7.6382	3
27419	Mañente	manente	GA	LU	27031	42.5	-7.5667	4
27419	Distriz (Santo Andre) (Monforte)	distriz-santo-andre-monforte	GA	LU	27031	42.5016	-7.6382	3
27419	Seguin	seguin	GA	LU	27031	42.4982	-7.6502	4
27420	Piñeira (San Martiño) (Monforte)	pineira-san-martino-monforte	GA	LU	27031	42.4178	-7.5441	1
27421	Barantes	barantes	GA	LU	27059	42.421	-7.5814	4
27422	Santiorxo (San Xurxo)	santiorxo-san-xurxo	GA	LU	27059	42.4167	-7.5417	3
27422	Bulso	bulso	GA	LU	27059	42.4333	-7.5333	4
27422	Pinol	pinol	GA	LU	27059	42.4	-7.55	4
27423	Lobios	lobios	GA	LU	27059	42.4075	-7.5316	4
27423	Amandi	amandi	GA	LU	27059	42.4094	-7.5202	4
27424	Doade	doade	GA	LU	27059	42.4149	-7.4801	4
27425	Bolmente	bolmente	GA	LU	27059	42.4226	-7.5897	4
27425	Figueiroa	figueiroa	GA	LU	27059	42.4333	-7.5667	4
27425	Refoxo (Santo Estevo)	refoxo-santo-estevo	GA	LU	27059	42.428	-7.5782	3
27425	Brosmos	brosmos	GA	LU	27059	42.428	-7.5782	3
27430	Ferreira De Panton (Casco Urbano)	ferreira-de-panton-casco-urbano	GA	LU	27041	42.5	-7.6	3
27430	Sios	sios	GA	LU	27041	42.5	-7.6	4
27430	Ferreira De Panton (Sta Maria)	ferreira-de-panton-sta-maria	GA	LU	27041	42.5	-7.6	3
27437	Acedre	acedre	GA	LU	27041	42.4485	-7.6429	4
27437	Cangas (Santiago) (Panton)	cangas-santiago-panton	GA	LU	27041	42.3807	-7.6985	3
27437	Fronton	fronton	GA	LU	27041	42.4461	-7.669	4
27437	Serode	serode	GA	LU	27041	42.4904	-7.6414	4
27437	Cangas (San Pedro Fiz)(Panton)	cangas-san-pedro-fiz-panton	GA	LU	27041	42.0183	-7.9224	4
27437	Deade	deade	GA	LU	27041	42.5	-7.6167	4
27438	Panton (San Martiño)	panton-san-martino	GA	LU	27041	42.4315	-7.6781	1
27438	Castillon (Santiago)	castillon-santiago	GA	LU	27041	42.4315	-7.6781	1
27438	Castillon (San Vicente)	castillon-san-vicente	GA	LU	27041	42.4315	-7.6781	1
27439	Eire	eire	GA	LU	27041	42.5153	-7.6491	4
27439	Vilar De Ortelle	vilar-de-ortelle	GA	LU	27041	42.5333	-7.6833	4
27439	Ribeiras De Miño (San Andres) (Panton)	ribeiras-de-mino-san-andres-panton	GA	LU	27041	42.5243	-7.6662	3
27440	Canaval	canaval	GA	LU	27059	42.4787	-7.5869	4
27450	Espasantes	espasantes	GA	LU	27041	42.4667	-7.6167	4
27450	Vilamelle	vilamelle	GA	LU	27041	42.4667	-7.6167	3
27460	Sober (Casco Urbano)	sober-casco-urbano	GA	LU	27059	42.4512	-7.5828	3
27460	Proendos	proendos	GA	LU	27059	42.4512	-7.5828	4
27460	Arroxo (San Martiño)(Sober)	arroxo-san-martino-sober	GA	LU	27059	42.4512	-7.5828	3
27466	Millan	millan	GA	LU	27059	42.4667	-7.5833	4
27466	Anllo (Santo Estebo)	anllo-santo-estebo	GA	LU	27059	42.4667	-7.5833	3
27466	Vilaescura (Santa Maria)	vilaescura-santa-maria	GA	LU	27059	42.4667	-7.5833	3
27466	Rosende (San Miguel) (Sober)	rosende-san-miguel-sober	GA	LU	27059	42.4667	-7.5833	3
27466	Anllo (San Martiño)	anllo-san-martino	GA	LU	27059	42.4667	-7.5833	3
27468	Neiras	neiras	GA	LU	27059	42.4667	-7.55	4
27469	Liñaran	linaran	GA	LU	27059	42.45	-7.5667	4
27469	Gundivos	gundivos	GA	LU	27059	42.45	-7.5667	3
27470	Pombeiro	pombeiro	GA	LU	27041	42.45	-7.7	4
27500	Chantada (Casco Urbano)	chantada-casco-urbano	GA	LU	27016	42.6811	-7.7835	1
27510	Mouricios	mouricios	GA	LU	27016	42.6331	-7.8411	4
27510	Muradelle (San Paio)	muradelle-san-paio	GA	LU	27016	42.6331	-7.8411	3
27511	Argozon	argozon	GA	LU	27016	42.6615	-7.87	4
27511	Ada	ada	GA	LU	27016	42.6649	-7.8468	4
27511	Monte, O (San Miguel)	monte-o-san-miguel	GA	LU	27016	42.6632	-7.8584	3
27512	Mato (San Xulian)(Chantada)	mato-san-xulian-chantada	GA	LU	27016	42.6174	-7.8196	1
27512	Laxe (San Xoan)(Chantada)	laxe-san-xoan-chantada	GA	LU	27016	42.6174	-7.8196	1
27513	Esmeriz	esmeriz	GA	LU	27016	42.6	-7.8667	4
27513	Requeixo	requeixo	GA	LU	27016	42.6141	-7.8647	4
27513	Esmoriz (San Xulian)	esmoriz-san-xulian	GA	LU	27016	42.5991	-7.8716	3
27513	Bermun	bermun	GA	LU	27016	42.5833	-7.8833	4
27513	Viana (San Pedro)	viana-san-pedro	GA	LU	27016	42.5991	-7.8716	3
27513	Agrade, A (San Vicente)	agrade-a-san-vicente	GA	LU	27016	42.5991	-7.8716	3
27514	Lincora	lincora	GA	LU	27016	42.588	-7.7485	4
27514	Camporramiro	camporramiro	GA	LU	27016	42.5864	-7.7534	4
27514	Vilauxe (El Salvador)	vilauxe-el-salvador	GA	LU	27016	42.5872	-7.751	3
27514	Belesar (San Bartolomeu) (Chantada)	belesar-san-bartolomeu-chantada	GA	LU	27016	42.5872	-7.751	3
27515	Sariña, A (San Vicente)	sarina-a-san-vicente	GA	LU	27016	42.6174	-7.8196	1
27515	Arriba (Santiago) (Chantada)	arriba-santiago-chantada	GA	LU	27016	42.6174	-7.8196	1
27515	Nogueira (Santa Maria) (Chantada)	nogueira-santa-maria-chantada	GA	LU	27016	42.6174	-7.8196	1
27516	Pesqueiras	pesqueiras	GA	LU	27016	42.6253	-7.7019	4
27516	Chantada (Santa Marina)	chantada-santa-marina	GA	LU	27016	42.6253	-7.7019	3
27516	Asma (San Fiz)	asma-san-fiz	GA	LU	27016	42.6253	-7.7019	3
27517	Sabadelle (Santa Maria) (Chantada)	sabadelle-santa-maria-chantada	GA	LU	27016	42.6174	-7.8196	1
27517	Merlan (Santo Tome) (Chantada)	merlan-santo-tome-chantada	GA	LU	27016	42.6174	-7.8196	1
27518	Arcos (Sta Maria) (Chantada)	arcos-sta-maria-chantada	GA	LU	27016	42.6174	-7.8196	1
27518	Fornas (San Cristobo)	fornas-san-cristobo	GA	LU	27016	42.6174	-7.8196	1
27518	Mariz (San Martiño) (Chantada)	mariz-san-martino-chantada	GA	LU	27016	42.6174	-7.8196	1
27518	Asma (San Xurxo)	asma-san-xurxo	GA	LU	27016	42.6174	-7.8196	1
27519	Asma (San Salvador)	asma-san-salvador	GA	LU	27016	42.6174	-7.8196	1
27519	Brigos	brigos	GA	LU	27016	42.6174	-7.8196	1
27519	Asma (Santa Uxia)	asma-santa-uxia	GA	LU	27016	42.6174	-7.8196	1
27519	Viana (Santa Cruz)	viana-santa-cruz	GA	LU	27016	42.6174	-7.8196	1
27520	Barrela, A	barrela-a	GA	LU	27009	42.5394	-7.8145	4
27520	Lousada (Santiago) (Carballedo)	lousada-santiago-carballedo	GA	LU	27009	42.5394	-7.8145	3
27527	Cartelos	cartelos	GA	LU	27009	42.5661	-7.8552	4
27527	Lobelle	lobelle	GA	LU	27009	42.5518	-7.8202	4
27527	Castro (Santa Mariña) (Carballedo)	castro-santa-marina-carballedo	GA	LU	27009	42.559	-7.8377	3
27527	Furco (San Gregorio) (Carballedo)	furco-san-gregorio-carballedo	GA	LU	27009	42.559	-7.8377	3
27527	Asma (Santa Cristina)	asma-santa-cristina	GA	LU	27009	42.559	-7.8377	3
27528	Carballedo	carballedo	GA	LU	27009	42.4667	-8.4667	4
27528	San Salvador De Bubal (Carballedo)	san-salvador-de-bubal-carballedo	GA	LU	27009	42.4583	-8.1083	3
27528	Temes	temes	GA	LU	27009	42.45	-7.75	4
27528	Marzas (Carballedo)	marzas-carballedo	GA	LU	27009	42.4583	-8.1083	3
27528	Bubal (Carballedo)	bubal-carballedo	GA	LU	27009	42.4583	-8.1083	3
27528	San Romao De Campos (Carballedo)	san-romao-de-campos-carballedo	GA	LU	27009	42.4583	-8.1083	3
27529	Buciños (San Miguel)	bucinos-san-miguel	GA	LU	27009	42.5148	-7.9413	1
27529	Aguada (Santa Baia)	aguada-santa-baia	GA	LU	27009	42.5148	-7.9413	1
27530	Castro (San Cristobo) (Carballedo)	castro-san-cristobo-carballedo	GA	LU	27009	42.5	-7.7083	1
27530	Lousada (San Mamede) (Carballedo)	lousada-san-mamede-carballedo	GA	LU	27009	42.5	-7.7083	1
27531	Vilaquinte (Santa Maria) (Carballedo)	vilaquinte-santa-maria-carballedo	GA	LU	27009	42.5	-7.7083	1
27531	Beascos (Santa Mariña)	beascos-santa-marina	GA	LU	27009	42.5	-7.7083	1
27532	Chouzan	chouzan	GA	LU	27009	42.5167	-7.7167	4
27532	Cova	cova	GA	LU	27009	42.4833	-7.7	4
27532	Erbedeiro (San Pedro)	erbedeiro-san-pedro	GA	LU	27009	42.5	-7.7083	3
27533	Pereira (San Mamede)	pereira-san-mamede	GA	LU	27009	42.5	-7.7083	1
27533	Milleiros (San Xoan) (Carballedo)	milleiros-san-xoan-carballedo	GA	LU	27009	42.5	-7.7083	1
27533	Pradeda (Santiago) (Carballedo)	pradeda-santiago-carballedo	GA	LU	27009	42.5	-7.7083	1
27533	Oleiros (San Miguel) (Carballedo)	oleiros-san-miguel-carballedo	GA	LU	27009	42.5	-7.7083	1
27540	Escairon (Casco Urbano)	escairon-casco-urbano	GA	LU	27058	42.6181	-7.6503	1
27543	Vilaesteva (San Salvador) (Saviñao)	vilaesteva-san-salvador-savinao	GA	LU	27058	42.6181	-7.6503	1
27544	Reiriz (Sta Maria) (Saviñao)	reiriz-sta-maria-savinao	GA	LU	27058	42.6181	-7.6503	1
27544	Chave (San Sadurniño)	chave-san-sadurnino	GA	LU	27058	42.6181	-7.6503	1
27545	Segan	segan	GA	LU	27058	42.6766	-7.6936	4
27545	Ribas De Miño (San Vitorio) (Saviñao)	ribas-de-mino-san-vitorio-savinao	GA	LU	27058	42.6766	-7.6936	3
27546	Sobreda	sobreda	GA	LU	27058	42.6701	-7.5958	4
27546	Vilacaiz	vilacaiz	GA	LU	27058	42.7032	-7.6314	4
27546	Ousende	ousende	GA	LU	27058	42.614	-7.5731	4
27546	Abuime	abuime	GA	LU	27058	42.6	-7.6167	4
27546	Seteventos (Santa Maria) (Saviñao)	seteventos-santa-maria-savinao	GA	LU	27058	42.6482	-7.6001	3
27546	Broza	broza	GA	LU	27058	42.6538	-7.5835	4
27547	Frean	frean	GA	LU	27058	42.596	-7.6781	4
27547	Eirexafeita	eirexafeita	GA	LU	27058	42.6591	-7.6359	4
27547	Vilelos	vilelos	GA	LU	27058	42.627	-7.671	4
27547	Vilatan	vilatan	GA	LU	27058	42.6036	-7.6714	4
27547	Piñeiro (San Saturnino) (Saviñao)	pineiro-san-saturnino-savinao	GA	LU	27058	42.618	-7.6658	3
27547	Marrube	marrube	GA	LU	27058	42.6	-7.65	4
27547	Laxe (San Fiz)(Saviñao)	laxe-san-fiz-savinao	GA	LU	27058	42.618	-7.6658	3
27547	Xuvencos	xuvencos	GA	LU	27058	42.6363	-7.6559	4
27547	Rebordaos (Sta Eulalia) (Saviñao)	rebordaos-sta-eulalia-savinao	GA	LU	27058	42.618	-7.6658	3
27547	Louredo	louredo	GA	LU	27058	42.6038	-7.6979	4
27548	Mourelos	mourelos	GA	LU	27058	42.575	-7.7063	4
27548	Licin	licin	GA	LU	27058	42.5716	-7.6421	4
27548	Fion	fion	GA	LU	27058	42.5667	-7.6667	4
27548	Rosende (Santa Mariña) (Saviñao)	rosende-santa-marina-savinao	GA	LU	27058	42.5769	-7.6817	3
27548	Diomondi	diomondi	GA	LU	27058	42.5942	-7.7119	4
27548	Cova, A (San Martiño) (O Saviñao)	cova-a-san-martino-o-savinao	GA	LU	27058	42.5769	-7.6817	3
27549	Vilasante (San Salvador) (Saviñao)	vilasante-san-salvador-savinao	GA	LU	27041	42.5747	-7.6237	3
27549	Tribas	tribas	GA	LU	27041	42.5747	-7.6237	4
27549	Mato (Santo Estebo)(Panton)	mato-santo-estebo-panton	GA	LU	27041	42.5747	-7.6237	3
27550	Taboada (Casco Urbano)	taboada-casco-urbano	GA	LU	27060	42.7266	-7.7539	1
27550	Carballo (Santo Tome) (Taboada)	carballo-santo-tome-taboada	GA	LU	27060	42.7266	-7.7539	1
27554	Frade	frade	GA	LU	27060	42.7187	-7.7931	4
27554	Ansar (Santo Estebo)	ansar-santo-estebo	GA	LU	27060	42.7187	-7.7931	3
27555	Gondulfe	gondulfe	GA	LU	27060	42.7009	-7.8041	4
27555	Moreda (Santa Maria) (Taboada)	moreda-santa-maria-taboada	GA	LU	27060	42.7009	-7.8041	3
27555	Bouzoa (San Xoan)	bouzoa-san-xoan	GA	LU	27060	42.7009	-7.8041	3
27555	Taboada Dos Freires	taboada-dos-freires	GA	LU	27060	42.7009	-7.8041	3
27555	Cerdeda (Santa Mariña)	cerdeda-santa-marina	GA	LU	27060	42.7009	-7.8041	3
27555	Mato (San Martiño)(Taboada)	mato-san-martino-taboada	GA	LU	27060	42.7009	-7.8041	3
27556	Mourulle	mourulle	GA	LU	27060	42.7	-7.6833	4
27556	Bembibre	bembibre	GA	LU	27060	42.7234	-7.7598	4
27556	Insua (San Xulian) (Taboada)	insua-san-xulian-taboada	GA	LU	27060	42.7117	-7.7216	3
27556	Insua (San Salvador) (Taboada)	insua-san-salvador-taboada	GA	LU	27060	42.7117	-7.7216	3
27556	Couto (San Martin) (Taboada)	couto-san-martin-taboada	GA	LU	27060	42.7117	-7.7216	3
27557	Xian	xian	GA	LU	27060	42.7444	-7.6903	4
27557	Vilar De Cabalos (Santabaia)	vilar-de-cabalos-santabaia	GA	LU	27060	42.7444	-7.6903	3
27557	Mesonfrio (Santa Maria)	mesonfrio-santa-maria	GA	LU	27060	42.7444	-7.6903	3
27558	Vilameñe	vilamene	GA	LU	27060	42.7384	-7.7548	4
27558	Arxiz	arxiz	GA	LU	27060	42.7605	-7.7921	4
27558	Torre (San Mamede) (Taboada)	torre-san-mamede-taboada	GA	LU	27060	42.7495	-7.7735	3
27559	Piñeira (Santa Maria) (Taboada)	pineira-santa-maria-taboada	GA	LU	27060	42.7266	-7.7539	1
27559	Esperante (Santiago) (Taboada)	esperante-santiago-taboada	GA	LU	27060	42.7266	-7.7539	1
27559	Campo (San Xulian)(Taboada)	campo-san-xulian-taboada	GA	LU	27060	42.7266	-7.7539	1
27559	Castelo (Santa Maria) (Taboada)	castelo-santa-maria-taboada	GA	LU	27060	42.7266	-7.7539	1
27560	Monterroso (Sector Urbano)	monterroso-sector-urbano	GA	LU	27032	42.7925	-7.8117	3
27560	Viloide	viloide	GA	LU	27032	42.735	-7.8068	4
27560	Tarrio	tarrio	GA	LU	27032	42.85	-7.8167	4
27568	Arada	arada	GA	LU	27032	42.8	-7.8167	4
27568	Ligonde	ligonde	GA	LU	27032	42.8588	-7.7788	4
27568	Salgueiros	salgueiros	GA	LU	27032	42.8333	-7.75	4
27568	Penas	penas	GA	LU	27032	42.8	-7.7833	4
27568	Lavandelo	lavandelo	GA	LU	27032	42.8167	-7.8	4
27568	Sirgal	sirgal	GA	LU	27032	42.7882	-7.8212	4
27568	Milleiros (San Pedro) (Monterroso)	milleiros-san-pedro-monterroso	GA	LU	27032	42.8186	-7.7905	3
27568	Novelua	novelua	GA	LU	27032	42.8333	-7.7833	4
27568	Satrexas	satrexas	GA	LU	27032	42.8186	-7.7905	3
27568	Sanbreixo (San Salvador)	sanbreixo-san-salvador	GA	LU	27032	42.8186	-7.7905	3
27568	Pol (San Cibrao) (Monterroso)	pol-san-cibrao-monterroso	GA	LU	27032	42.8186	-7.7905	3
27569	Framean	framean	GA	LU	27032	42.775	-7.8242	4
27569	Sucastro	sucastro	GA	LU	27032	42.7688	-7.8294	3
27569	Fente	fente	GA	LU	27032	42.7627	-7.8345	4
27569	Bispo, O	bispo-o	GA	LU	27032	42.7688	-7.8294	3
27569	Pedraza (San Lourenzo)	pedraza-san-lourenzo	GA	LU	27032	42.7688	-7.8294	3
27569	Bidouredo	bidouredo	GA	LU	27032	42.7688	-7.8294	3
27569	Pedraza (Santa Maria)	pedraza-santa-maria	GA	LU	27032	42.7688	-7.8294	3
27569	Ferreiros, Os (San Cibrao)	ferreiros-os-san-cibrao	GA	LU	27032	42.7688	-7.8294	3
27569	Balboa (San Salvador) (Monterroso)	balboa-san-salvador-monterroso	GA	LU	27032	42.7688	-7.8294	3
27569	Gundin	gundin	GA	LU	27032	42.7688	-7.8294	3
27570	Antas De Ulla (Casco Urbano)	antas-de-ulla-casco-urbano	GA	LU	27003	42.7635	-7.8822	1
27570	Antas De Ulla (San Xoan)	antas-de-ulla-san-xoan	GA	LU	27003	42.7635	-7.8822	1
27576	Castro De Amarante (Santo Estebo)	castro-de-amarante-santo-estebo	GA	LU	27003	42.7635	-7.8822	1
27576	Amarante (San Martiño)	amarante-san-martino	GA	LU	27003	42.7635	-7.8822	1
27577	Facha	facha	GA	LU	27003	42.8	-7.95	4
27577	Reboredo	reboredo	GA	LU	27003	42.8	-7.9333	4
27577	Castro De Amarante (Santa Mariña)	castro-de-amarante-santa-marina	GA	LU	27003	42.8	-7.9444	3
27577	Cutian	cutian	GA	LU	27003	42.8	-7.95	4
27577	Arbol (Sta Eulalia) (Antas De Ulla)	arbol-sta-eulalia-antas-de-ulla	GA	LU	27003	42.8	-7.9444	3
27577	Barreiro (San Cibrao)	barreiro-san-cibrao	GA	LU	27003	42.8	-7.9444	3
27578	Areas	areas	GA	LU	27003	42.75	-7.9	4
27578	Queixeiro	queixeiro	GA	LU	27003	42.75	-7.8833	4
27578	Cibreiro	cibreiro	GA	LU	27003	42.733	-7.8775	4
27578	Aguela	aguela	GA	LU	27003	42.7285	-7.8886	4
27578	Arcos (Santa Maria) (Antas De Ulla)	arcos-santa-maria-antas-de-ulla	GA	LU	27003	42.7404	-7.8874	3
27578	Amarante (San Fiz)	amarante-san-fiz	GA	LU	27003	42.7404	-7.8874	3
27579	Rial, O	rial-o	GA	LU	27003	42.7417	-7.831	4
27579	Casa De Naia (Santa Maria)	casa-de-naia-santa-maria	GA	LU	27003	42.7333	-7.8333	4
27579	Senande	senande	GA	LU	27003	42.7833	-7.8667	4
27579	Dorra	dorra	GA	LU	27003	42.7833	-7.8667	4
27579	Olveda	olveda	GA	LU	27003	42.7333	-7.8333	4
27579	Peibas	peibas	GA	LU	27003	42.7524	-7.8682	4
27579	Vilanuñe	vilanune	GA	LU	27003	42.7634	-7.8509	4
27579	Alvidron	alvidron	GA	LU	27003	42.8	-7.9	4
27579	Santiso (Santabaia)	santiso-santabaia	GA	LU	27003	42.7614	-7.8563	3
27579	Cervela, A (San Miguel)	cervela-a-san-miguel	GA	LU	27003	42.7614	-7.8563	3
27579	Amoexa	amoexa	GA	LU	27003	42.7614	-7.8563	3
27579	Vilapoupre (San Martiño)	vilapoupre-san-martino	GA	LU	27003	42.7614	-7.8563	3
27579	Terracha	terracha	GA	LU	27003	42.7614	-7.8563	3
27590	Seoane (El Salvador) (Monforte)	seoane-el-salvador-monforte	GA	LU	27031	42.6667	-7.75	1
27591	Tor (San Xulian)	tor-san-xulian	GA	LU	27031	42.6667	-7.75	1
27591	Tor (San Xoan)	tor-san-xoan	GA	LU	27031	42.6667	-7.75	1
27592	Moreda (San Roman) (Panton)	moreda-san-roman-panton	GA	LU	27031	42.6667	-7.75	1
27592	Moreda (San Salvador)(Monforte)	moreda-san-salvador-monforte	GA	LU	27031	42.6667	-7.75	1
27593	Toiriz (Santa Maria)	toiriz-santa-maria	GA	LU	27041	42.6667	-7.75	1
27593	Toiriz (Santalla)	toiriz-santalla	GA	LU	27041	42.6667	-7.75	1
27594	Ribas De Miño (San Esteban) (Saviñao)	ribas-de-mino-san-esteban-savinao	GA	LU	27058	42.6667	-7.75	1
27595	Pedrafita (Santa Baia)	pedrafita-santa-baia	GA	LU	27016	42.6667	-7.75	1
27595	Veiga (San Xoan) (Chantada)	veiga-san-xoan-chantada	GA	LU	27016	42.6667	-7.75	1
27596	Sobrecedo	sobrecedo	GA	LU	27060	42.6667	-7.75	4
27596	Vilela (San Miguel) (Taboada)	vilela-san-miguel-taboada	GA	LU	27060	42.6667	-7.75	3
27596	Cicillon	cicillon	GA	LU	27060	42.6667	-7.75	3
27600	Sarria (Casco Urbano)	sarria-casco-urbano	GA	LU	27057	42.7975	-7.2865	1
27610	Lier	lier	GA	LU	27057	42.7632	-7.371	4
27610	Castelo Dos Infantes	castelo-dos-infantes	GA	LU	27057	42.7667	-7.3815	4
27610	Fontao	fontao	GA	LU	27057	43.1407	-7.2982	4
27610	Fafian	fafian	GA	LU	27057	42.7667	-7.4	4
27611	Suar	suar	GA	LU	27042	42.7801	-7.5775	4
27611	Andreade	andreade	GA	LU	27042	42.739	-7.5589	4
27611	Castro (San Mamede) (Paradela)	castro-san-mamede-paradela	GA	LU	27042	42.7558	-7.5811	3
27611	Aldosende	aldosende	GA	LU	27042	42.7468	-7.6361	4
27611	Vilaragunte	vilaragunte	GA	LU	27042	42.7574	-7.5518	4
27611	Paradela (Casco Urbano)	paradela-casco-urbano	GA	LU	27042	42.7558	-7.5811	3
27611	Laxe, A	laxe-a	GA	LU	27042	42.7558	-7.5811	3
27611	Loio	loio	GA	LU	27042	42.7558	-7.5811	3
27611	Castro (San Martiño)	castro-san-martino	GA	LU	27042	42.7558	-7.5811	3
27611	Cortes, As	cortes-as	GA	LU	27042	42.7558	-7.5811	3
27611	Ferreiros (Santa Maria) (Paradela)	ferreiros-santa-maria-paradela	GA	LU	27042	42.7558	-7.5811	3
27611	Castro De Rei De Lemos (Santa Maria)	castro-de-rei-de-lemos-santa-maria	GA	LU	27042	42.7558	-7.5811	3
27611	Paradela (Santalla)	paradela-santalla	GA	LU	27042	42.7558	-7.5811	3
27611	Paradela (San Miguel) (Paradela)	paradela-san-miguel-paradela	GA	LU	27042	42.7558	-7.5811	3
27611	Paradela (Santa Cristina)	paradela-santa-cristina	GA	LU	27042	42.7558	-7.5811	3
27611	Francos (Santa Maria) (Paradela)	francos-santa-maria-paradela	GA	LU	27042	42.7558	-7.5811	3
27611	Ribas De Miño (San Facundo) (Paradela)	ribas-de-mino-san-facundo-paradela	GA	LU	27042	42.7558	-7.5811	3
27611	Paradela (San Vicente)	paradela-san-vicente	GA	LU	27042	42.7558	-7.5811	3
27612	Meixente	meixente	GA	LU	27042	42.7833	-7.4667	4
27612	Belante	belante	GA	LU	27042	42.7833	-7.5	4
27612	Ortoa	ortoa	GA	LU	27042	42.7833	-7.45	4
27612	Baran	baran	GA	LU	27042	42.7585	-7.5321	4
27612	Biville	biville	GA	LU	27042	42.7667	-7.5	4
27612	Pinza, A	pinza-a	GA	LU	27042	42.775	-7.4898	3
27613	Vilamaior	vilamaior	GA	LU	27057	42.7296	-7.5143	4
27613	Paradela (San Andres) (Sarria)	paradela-san-andres-sarria	GA	LU	27057	42.7296	-7.5143	3
27613	Nespereira (Santiago) (Sarria)	nespereira-santiago-sarria	GA	LU	27057	42.7296	-7.5143	3
27614	Veiga (Santiago) (Sarria)	veiga-santiago-sarria	GA	LU	27026	42.8169	-7.405	3
27614	Frades	frades	GA	LU	27026	42.8	-7.45	4
27614	Rubin	rubin	GA	LU	27026	42.8166	-7.3756	4
27614	Vilapedre (San Miguel) (Sarria)	vilapedre-san-miguel-sarria	GA	LU	27026	42.8169	-7.405	3
27614	Celtigos	celtigos	GA	LU	27026	42.8341	-7.3893	4
27614	Goian	goian	GA	LU	27026	42.8169	-7.405	3
27614	Veiga (San Xulian) (Sarria)	veiga-san-xulian-sarria	GA	LU	27026	42.8169	-7.405	3
27614	Mato, O (San Salvador)	mato-o-san-salvador	GA	LU	27026	42.8169	-7.405	3
27614	Vilapedre (San Fiz) (Sarria)	vilapedre-san-fiz-sarria	GA	LU	27026	42.8169	-7.405	3
27615	Seteventos (San Pedro) (Sarria)	seteventos-san-pedro-sarria	GA	LU	27026	42.7888	-7.4585	1
27615	Ferreiros (San Sadurniño)	ferreiros-san-sadurnino	GA	LU	27026	42.7888	-7.4585	1
27616	Barbadelo	barbadelo	GA	LU	27057	42.7667	-7.45	4
27617	Lousadela	lousadela	GA	LU	27057	42.8341	-7.4047	4
27617	Requeixo (Sarria)	requeixo-sarria	GA	LU	27057	42.8341	-7.4047	3
27617	Vilar (Santa Maria) (Sarria)	vilar-santa-maria-sarria	GA	LU	27057	42.8341	-7.4047	3
27617	Betote (San Vicenzo)	betote-san-vicenzo	GA	LU	27057	42.8341	-7.4047	3
27618	Cesar	cesar	GA	LU	27057	42.7479	-7.4147	4
27618	Froian (San Pedro)	froian-san-pedro	GA	LU	27057	42.7453	-7.4267	3
27618	Reimondez	reimondez	GA	LU	27057	42.75	-7.4167	4
27618	Chanca	chanca	GA	LU	27057	42.738	-7.4488	4
27619	Vilar De Sarria (Sarria)	vilar-de-sarria-sarria	GA	LU	27057	42.7888	-7.4585	1
27619	Alban (Sarria)	alban-sarria	GA	LU	27057	42.7888	-7.4585	1
27619	Farban (Sarria)	farban-sarria	GA	LU	27057	42.7888	-7.4585	1
27619	Louseiro (Sarria)	louseiro-sarria	GA	LU	27057	42.7888	-7.4585	1
27619	Maside (Sarria)	maside-sarria	GA	LU	27057	42.7888	-7.4585	1
27619	Piñeira (Sarria)	pineira-sarria	GA	LU	27057	42.7888	-7.4585	1
27619	Santalla De Arxemil (Sarria)	santalla-de-arxemil-sarria	GA	LU	27057	42.7888	-7.4585	1
27619	Camiño (Sarria)	camino-sarria	GA	LU	27057	42.7888	-7.4585	1
27619	Calvor (Sarria)	calvor-sarria	GA	LU	27057	42.7888	-7.4585	1
27620	Samos (Casco Urbano)	samos-casco-urbano	GA	LU	27055	42.7329	-7.32	1
27620	Samos (Santa Xertrude)	samos-santa-xertrude	GA	LU	27055	42.7329	-7.32	1
27623	Gundriz	gundriz	GA	LU	27055	42.7	-7.2167	4
27624	Freixo (San Silvestre) (Samos)	freixo-san-silvestre-samos	GA	LU	27055	42.7329	-7.32	1
27625	Louzara (San Cristobo)	louzara-san-cristobo	GA	LU	27055	42.7329	-7.32	1
27626	Louzara (San Xoan)	louzara-san-xoan	GA	LU	27055	42.7329	-7.32	1
27626	Santalla (San Xose) (Samos)	santalla-san-xose-samos	GA	LU	27055	42.7329	-7.32	1
27627	Montan (Samos)	montan-samos	GA	LU	27055	42.731	-7.3258	4
27627	San Martiño Do Real (Samos)	san-martino-do-real-samos	GA	LU	27055	42.731	-7.3258	4
27627	Renche (Samos)	renche-samos	GA	LU	27055	42.731	-7.3258	4
27627	Lousada (Samos)	lousada-samos	GA	LU	27055	42.731	-7.3258	4
27627	Zoo (Samos)	zoo-samos	GA	LU	27055	42.731	-7.3258	4
27627	Loureiro (Samos)	loureiro-samos	GA	LU	27055	42.731	-7.3258	4
27628	Estraxiz	estraxiz	GA	LU	27055	42.7589	-7.3396	4
27628	Couto (San Mamede)	couto-san-mamede	GA	LU	27055	42.7476	-7.3428	3
27628	Romelle	romelle	GA	LU	27055	42.7526	-7.3447	4
27628	Pascais	pascais	GA	LU	27055	42.7314	-7.3441	4
27630	Triacastela (Casco Urbano)	triacastela-casco-urbano	GA	LU	27062	42.7487	-7.2893	1
27631	Carballo (San Xil)	carballo-san-xil	GA	LU	27062	42.7664	-7.2705	4
27631	Balsa (San Breixo)	balsa-san-breixo	GA	LU	27062	42.7664	-7.2705	3
27632	Vilavella	vilavella	GA	LU	27062	42.7596	-7.212	4
27632	Triacastela (Santiago)	triacastela-santiago	GA	LU	27062	42.7596	-7.212	3
27632	Lamas Do Biduedo (Santo Isidro)	lamas-do-biduedo-santo-isidro	GA	LU	27062	42.7596	-7.212	3
27633	Real, O (San Cristovo)	real-o-san-cristovo	GA	LU	27043	42.7487	-7.2893	1
27634	Cancelo	cancelo	GA	LU	27062	42.7711	-7.2051	4
27634	Monte (Santa Maria)(Triacastela)	monte-santa-maria-triacastela	GA	LU	27062	42.7711	-7.2051	3
27635	Suñide	sunide	GA	LU	27055	42.7266	-7.3603	3
27635	Teivilide (San Xiao)	teivilide-san-xiao	GA	LU	27055	42.7266	-7.3603	3
27635	Castroncan	castroncan	GA	LU	27055	42.7266	-7.3603	4
27636	Formigueiros	formigueiros	GA	LU	27055	42.7095	-7.3562	4
27637	Pena (Santa Maria) (Sarria)	pena-santa-maria-sarria	GA	LU	27057	42.7487	-7.2893	1
27637	Loureiro (San Martiño)(Sarria)	loureiro-san-martino-sarria	GA	LU	27057	42.7487	-7.2893	1
27637	Froian (San Vicente)	froian-san-vicente	GA	LU	27057	42.7487	-7.2893	1
27637	Pena (San Salvador)	pena-san-salvador	GA	LU	27057	42.7487	-7.2893	1
27637	Mato (Santo Estebo) (Sarria)	mato-santo-estebo-sarria	GA	LU	27057	42.7487	-7.2893	1
27638	Reiriz (San Estebo)	reiriz-san-estebo	GA	LU	27055	42.7522	-7.3797	3
27638	Frollais	frollais	GA	LU	27055	42.7522	-7.3797	4
27639	Alfoz (Triacastela)	alfoz-triacastela	GA	LU	27062	42.7556	-7.2414	4
27639	Toldaos (El Salvador) (Triacastela)	toldaos-el-salvador-triacastela	GA	LU	27062	42.7556	-7.2414	3
27640	Becerrea (Casco Urbano)	becerrea-casco-urbano	GA	LU	27006	42.8371	-7.1636	1
27646	Tores (San Xoan)	tores-san-xoan	GA	LU	27037	42.8371	-7.1636	1
27647	Ouson	ouson	GA	LU	27006	42.833	-7.1416	4
27647	Tortes	tortes	GA	LU	27006	42.8287	-7.1854	4
27647	Ferreiros Balboa (Becerrea)	ferreiros-balboa-becerrea	GA	LU	27006	42.8309	-7.1635	3
27648	Cadoalla	cadoalla	GA	LU	27006	42.8662	-7.1709	4
27648	Furco (San Xoan) (Becerrea)	furco-san-xoan-becerrea	GA	LU	27006	42.8662	-7.1709	3
27649	Guillen	guillen	GA	LU	27006	42.8206	-7.1566	4
27649	Armesto (San Roman)	armesto-san-roman	GA	LU	27006	42.8206	-7.1566	3
27649	Guilfrei (Santa Eulalia)	guilfrei-santa-eulalia	GA	LU	27006	42.8206	-7.1566	3
27650	Proba, A	proba-a	GA	LU	27034	42.9404	-7.0086	1
27651	Queizan (Santiago) (Navia De Suarna)	queizan-santiago-navia-de-suarna	GA	LU	27034	42.9404	-7.0086	1
27651	Cabanela (Santa Maria)	cabanela-santa-maria	GA	LU	27034	42.9404	-7.0086	1
27652	Rao	rao	GA	LU	27034	42.9516	-6.8708	4
27652	Muñis	munis	GA	LU	27034	42.9691	-6.9729	4
27653	Son (Santa Maria)	son-santa-maria	GA	LU	27034	42.9404	-7.0086	1
27654	Ribeira, A (San Estebo)	ribeira-a-san-estebo	GA	LU	27034	42.9404	-7.0086	1
27655	Ribon	ribon	GA	LU	27034	42.938	-6.9727	4
27655	Sabane (San Xoan)	sabane-san-xoan	GA	LU	27034	42.938	-6.9727	3
27655	Moia	moia	GA	LU	27034	42.938	-6.9727	3
27656	Barcia (San Miguel)	barcia-san-miguel	GA	LU	27034	42.9404	-7.0086	1
27657	Galegos (Santiago)	galegos-santiago	GA	LU	27034	42.9404	-7.0086	1
27658	Castañedo	castanedo	GA	LU	27034	43.0466	-7.0004	4
27658	Mosteiro (El Salvador) (Navia De S.)	mosteiro-el-salvador-navia-de-s	GA	LU	27034	43.0466	-7.0004	3
27659	Folgueiras	folgueiras	GA	LU	27034	42.7833	-7.1833	4
27659	Vilarpandin	vilarpandin	GA	LU	27034	42.9531	-7.002	4
27659	Frexis	frexis	GA	LU	27034	42.8924	-7.0811	3
27659	Penamil	penamil	GA	LU	27034	42.9408	-7.0579	4
27659	Pin	pin	GA	LU	27034	42.8924	-7.0811	3
27659	Vallo (Santa Maria)	vallo-santa-maria	GA	LU	27034	42.8924	-7.0811	3
27659	Vilaquinte (San Breixo)	vilaquinte-san-breixo	GA	LU	27034	42.8924	-7.0811	3
27660	Quinta (Santa Eulalia) (Becerrea)	quinta-santa-eulalia-becerrea	GA	LU	27006	42.7975	-7.2865	1
27661	Vilaiz (Santiago)	vilaiz-santiago	GA	LU	27006	42.7975	-7.2865	1
27661	Ribeira, A (San Martiño) (Cervantes)	ribeira-a-san-martino-cervantes	GA	LU	27006	42.7975	-7.2865	1
27662	Quindous	quindous	GA	LU	27012	42.7975	-7.2865	1
27662	Vilaver	vilaver	GA	LU	27012	42.7975	-7.2865	1
27662	Dorna (Santa Maria)	dorna-santa-maria	GA	LU	27012	42.7975	-7.2865	1
27662	Ambasvias (Santalla)	ambasvias-santalla	GA	LU	27012	42.7975	-7.2865	1
27663	Veiga (Santa Mariña)	veiga-santa-marina	GA	LU	27006	42.7975	-7.2865	1
27663	Sevane (San Xoan) (Becerrea)	sevane-san-xoan-becerrea	GA	LU	27006	42.7975	-7.2865	1
27663	Vilacha (San Pedro) (Becerrea)	vilacha-san-pedro-becerrea	GA	LU	27006	42.7975	-7.2865	1
27663	Vilamane (Santa Marria)	vilamane-santa-marria	GA	LU	27006	42.7975	-7.2865	1
27663	Pando (San Xoan) (Becerrea)	pando-san-xoan-becerrea	GA	LU	27006	42.7975	-7.2865	1
27664	Liber (San Remixio)	liber-san-remixio	GA	LU	27006	42.7975	-7.2865	1
27664	San Roman De Cervantes (San Roman)	san-roman-de-cervantes-san-roman	GA	LU	27006	42.7975	-7.2865	1
27664	Castelo (San Pedro)	castelo-san-pedro	GA	LU	27006	42.7975	-7.2865	1
27664	Castro, O (Santa Maria) (Cervantes)	castro-o-santa-maria-cervantes	GA	LU	27006	42.7975	-7.2865	1
27665	Vilarello (Santa Maria) (Cervantes)	vilarello-santa-maria-cervantes	GA	LU	27012	42.7975	-7.2865	1
27665	Villasante (Santiago) (Cervantes)	villasante-santiago-cervantes	GA	LU	27012	42.7975	-7.2865	1
27665	San Tome De Cancelada	san-tome-de-cancelada	GA	LU	27012	42.7975	-7.2865	1
27665	Noceda (San Pedro) (Cervantes)	noceda-san-pedro-cervantes	GA	LU	27012	42.7975	-7.2865	1
27665	Mosteiro, O (San Xoan)(Cervantes)	mosteiro-o-san-xoan-cervantes	GA	LU	27012	42.7975	-7.2865	1
27666	Vilapun (Santa Coloma)	vilapun-santa-coloma	GA	LU	27012	42.7975	-7.2865	1
27666	Vilaspasantes (San Xoan)	vilaspasantes-san-xoan	GA	LU	27012	42.7975	-7.2865	1
27666	Cereixedo	cereixedo	GA	LU	27012	42.7975	-7.2865	1
27666	San Pedro De Cervantes (San Pedro)	san-pedro-de-cervantes-san-pedro	GA	LU	27012	42.7975	-7.2865	1
27666	Lamas (San Xiao) (Cervantes)	lamas-san-xiao-cervantes	GA	LU	27012	42.7975	-7.2865	1
27667	Donis (San Fiz)	donis-san-fiz	GA	LU	27012	42.7975	-7.2865	1
27667	Pando, O	pando-o	GA	LU	27012	42.7975	-7.2865	1
27668	Ouselle (San Cosme)	ouselle-san-cosme	GA	LU	27006	42.7975	-7.2865	1
27670	Pedrafita Do Cebreiro	pedrafita-do-cebreiro	GA	LU	27045	42.7598	-7.1016	1
27670	Padornelo (San Xoan)	padornelo-san-xoan	GA	LU	27045	42.7598	-7.1016	1
27671	Cebreiro	cebreiro	GA	LU	27045	42.6703	-7.0493	4
27671	Zanfoga	zanfoga	GA	LU	27045	42.6703	-7.0493	4
27671	Hospital (San Xoan) (Pedrafita)	hospital-san-xoan-pedrafita	GA	LU	27045	42.6703	-7.0493	3
27671	Veiga De Forcas	veiga-de-forcas	GA	LU	27045	42.6703	-7.0493	3
27671	Riocereixa	riocereixa	GA	LU	27045	42.6703	-7.0493	3
27671	Fonfria (San Xoan) (Pedrafita)	fonfria-san-xoan-pedrafita	GA	LU	27045	42.6703	-7.0493	3
27671	Liñares (Santo Estevo)	linares-santo-estevo	GA	LU	27045	42.6703	-7.0493	3
27672	Louzarela	louzarela	GA	LU	27045	42.7598	-7.1016	1
27673	Pacios (San Lourenzo) (Pedrafita)	pacios-san-lourenzo-pedrafita	GA	LU	27045	42.7598	-7.1016	1
27673	Lousada (San Vicente) (Pedrafita)	lousada-san-vicente-pedrafita	GA	LU	27045	42.7598	-7.1016	1
27675	Noceda (San Xoan) (Nogais, As)	noceda-san-xoan-nogais-as	GA	LU	27037	42.7598	-7.1016	1
27676	Doncos	doncos	GA	LU	27037	42.7824	-7.0948	4
27677	Alence, A (Santa Lucia)	alence-a-santa-lucia	GA	LU	27037	42.76	-7.1355	3
27677	Santo Andre (As Nogais)	santo-andre-as-nogais	GA	LU	27037	42.76	-7.1355	4
27677	Nullan (San Cosme)	nullan-san-cosme	GA	LU	27037	42.76	-7.1355	3
27677	Vilaicente (San Xoan)	vilaicente-san-xoan	GA	LU	27037	42.76	-7.1355	3
27677	Quinta (San Pedro) (Nogais, As)	quinta-san-pedro-nogais-as	GA	LU	27037	42.76	-7.1355	3
27677	Nogais, As (Santa Maria Madanela)	nogais-as-santa-maria-madanela	GA	LU	27037	42.76	-7.1355	3
27678	Morcelle	morcelle	GA	LU	27006	42.8277	-7.1363	4
27678	Agüeira (San Xoan)	agueira-san-xoan	GA	LU	27006	42.8277	-7.1363	3
27679	Cruzul	cruzul	GA	LU	27006	42.8483	-7.1447	4
27680	Lebruxo	lebruxo	GA	LU	27901	42.8413	-7.2466	1
27680	Guimarei (Santo Tome) (Baralla)	guimarei-santo-tome-baralla	GA	LU	27901	42.8413	-7.2466	1
27680	Baralla (Casco Urbano)	baralla-casco-urbano	GA	LU	27901	42.8413	-7.2466	1
27680	Pacios (Santa Maria) (Baralla)	pacios-santa-maria-baralla	GA	LU	27901	42.8413	-7.2466	1
27680	Vilartelin	vilartelin	GA	LU	27901	42.8413	-7.2466	1
27680	Vilachambre (Santa Mariña)	vilachambre-santa-marina	GA	LU	27901	42.8413	-7.2466	1
27680	Recesende (San Cirilo) (Baralla)	recesende-san-cirilo-baralla	GA	LU	27901	42.8413	-7.2466	1
27680	Picato (Santa Cruz)	picato-santa-cruz	GA	LU	27901	42.8413	-7.2466	1
27685	Constantin	constantin	GA	LU	27901	42.8937	-7.2525	4
27685	Vilarpunteiro	vilarpunteiro	GA	LU	27901	42.8937	-7.2525	3
27686	San Esteban (Baralla)	san-esteban-baralla	GA	LU	27901	42.8921	-7.2549	4
27686	Berselos	berselos	GA	LU	27901	42.8474	-7.286	4
27686	Ferreiros (San Pedro) (Baralla)	ferreiros-san-pedro-baralla	GA	LU	27901	42.8698	-7.2705	3
27686	Laxes	laxes	GA	LU	27901	42.8698	-7.2705	3
27686	Francos (San Salvador) (Baralla)	francos-san-salvador-baralla	GA	LU	27901	42.8698	-7.2705	3
27686	Pousada (Santiago) (Baralla)	pousada-santiago-baralla	GA	LU	27901	42.8698	-7.2705	3
27686	Covas (Santiago) (Baralla)	covas-santiago-baralla	GA	LU	27901	42.8698	-7.2705	3
27686	Riva De Neira (Santalla)	riva-de-neira-santalla	GA	LU	27901	42.8698	-7.2705	3
27687	Teixeira	teixeira	GA	LU	27901	42.6966	-7.1681	4
27687	Arroxo (San Xoan)(Baralla)	arroxo-san-xoan-baralla	GA	LU	27901	42.6966	-7.1681	3
27688	Lexo	lexo	GA	LU	27901	42.8413	-7.2466	1
27688	Piñeira (San Salvador) (Baralla)	pineira-san-salvador-baralla	GA	LU	27901	42.8413	-7.2466	1
27688	Sixirei (San Pedro)	sixirei-san-pedro	GA	LU	27901	42.8413	-7.2466	1
27689	Vale	vale	GA	LU	27901	42.8453	-7.2487	4
27689	Aranza	aranza	GA	LU	27901	42.8726	-7.2695	4
27689	Pol (Santa Maria) (Baralla)	pol-santa-maria-baralla	GA	LU	27901	42.8589	-7.2591	3
27690	San Antolin	san-antolin	GA	LU	27057	42.8092	-7.346	4
27690	Corvelle (Santa Maria) (Sarria)	corvelle-santa-maria-sarria	GA	LU	27057	42.8092	-7.346	3
27691	Rio (San Martiño) (Lancara)	rio-san-martino-lancara	GA	LU	27026	42.7946	-7.2274	1
27691	Vilouzan	vilouzan	GA	LU	27026	42.7946	-7.2274	1
27692	Cedron	cedron	GA	LU	27026	42.8333	-7.3	4
27693	Touville	touville	GA	LU	27026	42.8378	-7.3446	4
27693	Galegos (Santa Mariña)	galegos-santa-marina	GA	LU	27026	42.8378	-7.3446	3
27693	Souto De Ferradal (Santiago)	souto-de-ferradal-santiago	GA	LU	27026	42.8378	-7.3446	3
27693	Toldaos (San Vicente) (Lancara)	toldaos-san-vicente-lancara	GA	LU	27026	42.8378	-7.3446	3
27693	Lagos (Santalla)	lagos-santalla	GA	LU	27026	42.8378	-7.3446	3
27693	Monseiro (San Miguel) (Lancara)	monseiro-san-miguel-lancara	GA	LU	27026	42.8378	-7.3446	3
27693	Armea (San Pedro) (Lancara)	armea-san-pedro-lancara	GA	LU	27026	42.8378	-7.3446	3
27694	Vilouta	vilouta	GA	LU	27006	42.7946	-7.2274	1
27695	Cereixal, O	cereixal-o	GA	LU	27901	42.45	-6.9	3
27695	Cascalla	cascalla	GA	LU	27901	42.45	-6.9	4
27695	Penamaior (Santa Marina De San Lorenzo)	penamaior-santa-marina-de-san-lorenzo	GA	LU	27901	42.45	-6.9	3
27696	Neira De Rei (San Martiño)	neira-de-rei-san-martino	GA	LU	27901	42.7946	-7.2274	1
27696	Neira De Rei (San Miguel)	neira-de-rei-san-miguel	GA	LU	27901	42.7946	-7.2274	1
27697	Penarrubia	penarrubia	GA	LU	27901	42.9451	-7.2191	4
27697	Pedrafita De Camporredondo (Baralla)	pedrafita-de-camporredondo-baralla	GA	LU	27901	42.8921	-7.2549	4
27698	Fontaron (Santi Spiritus)	fontaron-santi-spiritus	GA	LU	27006	42.7946	-7.2274	1
27699	Vilaesteva (Santa Maria) (Lancara)	vilaesteva-santa-maria-lancara	GA	LU	27026	42.7946	-7.2274	1
27700	Ribadeo (Casco Urbano)	ribadeo-casco-urbano	GA	LU	27051	43.4062	-7.3037	1
27710	Piñeira (San Xoan) (Ribadeo)	pineira-san-xoan-ribadeo	GA	LU	27051	43.5064	-7.118	1
27710	Vilaselan	vilaselan	GA	LU	27051	43.5064	-7.118	1
27711	Cedofeita	cedofeita	GA	LU	27051	43.4935	-7.1229	4
27711	Couxela (Santiago)	couxela-santiago	GA	LU	27051	43.4935	-7.1229	3
27712	Vilaosende	vilaosende	GA	LU	27051	43.4848	-7.0675	4
27713	Obe (San Xoan)	obe-san-xoan	GA	LU	27051	43.5064	-7.118	1
27714	Arante	arante	GA	LU	27051	43.491	-7.1778	4
27714	Cubelas (San Vicente)	cubelas-san-vicente	GA	LU	27051	43.491	-7.1778	3
27715	Rinlo	rinlo	GA	LU	27051	43.5563	-7.1037	4
27720	Pontenova, A (Sagrado Corazon)	pontenova-a-sagrado-corazon	GA	LU	27048	43.3262	-7.1462	1
27720	Pontenova, A (Casco Urbano)	pontenova-a-casco-urbano	GA	LU	27048	43.3262	-7.1462	1
27721	Vilaboa (San Xulian)	vilaboa-san-xulian	GA	LU	27048	43.3262	-7.1462	1
27722	Bogo	bogo	GA	LU	27048	43.3	-7.1333	4
27723	Xudan	xudan	GA	LU	27048	43.3262	-7.1462	1
27724	Vilarmide, O (Salvador)	vilarmide-o-salvador	GA	LU	27048	43.3262	-7.1462	1
27725	Vilamea (San Vicente)	vilamea-san-vicente	GA	LU	27048	43.3262	-7.1462	1
27725	Rececende (San Xoan)	rececende-san-xoan	GA	LU	27048	43.3262	-7.1462	1
27726	Rececende (Santo Estebo)	rececende-santo-estebo	GA	LU	27048	43.3262	-7.1462	1
27727	Vilaouruz	vilaouruz	GA	LU	27048	43.3262	-7.1462	1
27728	Conforto	conforto	GA	LU	27048	43.3525	-7.1591	4
27729	Vilaoudriz (Santiago)	vilaoudriz-santiago	GA	LU	27048	43.3262	-7.1462	1
27730	Goas	goas	GA	LU	27001	43.3333	-7.5	4
27730	Villarente	villarente	GA	LU	27001	43.3	-7.4667	4
27730	Graña	grana	GA	LU	27001	43.2833	-7.4833	4
27730	Abadin (Santa Maria)	abadin-santa-maria	GA	LU	27001	43.3133	-7.4833	3
27730	Abeledo	abeledo	GA	LU	27001	43.3167	-7.4667	4
27730	Corvite (San Pedro)	corvite-san-pedro	GA	LU	27001	43.3333	-7.5	4
27730	Cabaneiro (San Bartolomeu)	cabaneiro-san-bartolomeu	GA	LU	27001	43.3133	-7.4833	3
27730	Abadin (Casco Urbano)	abadin-casco-urbano	GA	LU	27001	43.3133	-7.4833	3
27730	Moncelos (Santa Maria)	moncelos-santa-maria	GA	LU	27001	43.3133	-7.4833	3
27737	Montouto	montouto	GA	LU	27001	43.4167	-7.5667	4
27737	Labrada (San Pedro) (Abadin)	labrada-san-pedro-abadin	GA	LU	27001	43.4083	-7.5167	3
27737	Romariz	romariz	GA	LU	27001	43.4	-7.4667	4
27738	Quende	quende	GA	LU	27001	43.3663	-7.4609	4
27738	Fanoi (Santa Maria Madanela)	fanoi-santa-maria-madanela	GA	LU	27001	43.3663	-7.4609	3
27738	Galgao (San Martiño)	galgao-san-martino	GA	LU	27001	43.3663	-7.4609	3
27738	Frayas	frayas	GA	LU	27001	43.3663	-7.4609	3
27740	Mondoñedo (Casco Urbano)	mondonedo-casco-urbano	GA	LU	27030	43.3287	-7.2771	1
27742	Lindin	lindin	GA	LU	27030	43.4167	-7.3333	4
27742	Santa Maria Maior (Santa Maria)	santa-maria-maior-santa-maria	GA	LU	27030	43.4167	-7.3333	3
27743	Muxueira, A	muxueira-a	GA	LU	27054	43.3287	-7.2771	1
27744	Orrea	orrea	GA	LU	27054	43.2695	-7.2481	4
27744	Ferreiravella	ferreiravella	GA	LU	27054	43.3	-7.25	4
27744	Espasande De Baixo (Santa Maria) (Riotorto)	espasande-de-baixo-santa-maria-riotorto	GA	LU	27054	43.2847	-7.2491	3
27744	Galegos (Santa Maria)(Riotorto)	galegos-santa-maria-riotorto	GA	LU	27054	43.2847	-7.2491	3
27744	Aldurfe (San Pedro)	aldurfe-san-pedro	GA	LU	27054	43.2847	-7.2491	3
27744	Riotorto (Casco Urbano)	riotorto-casco-urbano	GA	LU	27054	43.2847	-7.2491	3
27744	Riotorto (San Pedro)	riotorto-san-pedro	GA	LU	27054	43.2847	-7.2491	3
27745	Santa Marta De Meilan (Riotorto)	santa-marta-de-meilan-riotorto	GA	LU	27054	43.3287	-7.2771	1
27747	Viloalle (Santa Maria)	viloalle-santa-maria	GA	LU	27030	43.3287	-7.2771	1
27747	Remedios, Os (Nosa Señora Dos Remedios)	remedios-os-nosa-senora-dos-remedios	GA	LU	27030	43.3287	-7.2771	1
27748	Carme, O (Nosa Señora Do Carme)	carme-o-nosa-senora-do-carme	GA	LU	27030	43.3287	-7.2771	1
27748	Argomoso (San Pedro)	argomoso-san-pedro	GA	LU	27030	43.3287	-7.2771	1
27749	Figueiras (San Martiño)	figueiras-san-martino	GA	LU	27030	43.3287	-7.2771	1
27749	Couboeira (Santa Maria Madanela)	couboeira-santa-maria-madanela	GA	LU	27030	43.3287	-7.2771	1
27749	Masma (Santo Andre)	masma-santo-andre	GA	LU	27030	43.3287	-7.2771	1
27749	Oiran (Santo Estevo)	oiran-santo-estevo	GA	LU	27030	43.3287	-7.2771	1
27750	Santo Adrao De Lourenza (Santo Adrao)	santo-adrao-de-lourenza-santo-adrao	GA	LU	27027	43.4062	-7.3037	1
27751	Lourenza (Santo Tome)	lourenza-santo-tome	GA	LU	27027	43.4062	-7.3037	1
27751	San Xurxo De Lourenza (San Xurxo)	san-xurxo-de-lourenza-san-xurxo	GA	LU	27027	43.4062	-7.3037	1
27752	Santiago De Mondoñedo (Santiago)	santiago-de-mondonedo-santiago	GA	LU	27030	43.4062	-7.3037	1
27752	Vilamor (Santa Maria) (Mondoñedo)	vilamor-santa-maria-mondonedo	GA	LU	27030	43.4062	-7.3037	1
27760	Vilanova (Lourenza)	vilanova-lourenza	GA	LU	27027	43.4049	-7.1869	1
27760	Lourenza (Casco Urbano)	lourenza-casco-urbano	GA	LU	27027	43.4049	-7.1869	1
27760	Lourenza (Santa Maria)	lourenza-santa-maria	GA	LU	27027	43.4049	-7.1869	1
27765	Trabada (Santa Maria)	trabada-santa-maria	GA	LU	27061	43.4049	-7.1869	1
27765	Trabada (Casco Urbano)	trabada-casco-urbano	GA	LU	27061	43.4049	-7.1869	1
27765	Vidal (San Mateo)	vidal-san-mateo	GA	LU	27061	43.4049	-7.1869	1
27766	Ria De Abres, A (Santiago)	ria-de-abres-a-santiago	GA	LU	27061	43.4049	-7.1869	1
27766	Valboa, A (Santa Maria Madanela)	valboa-a-santa-maria-madanela	GA	LU	27061	43.4049	-7.1869	1
27766	Sante (San Xiao)	sante-san-xiao	GA	LU	27061	43.4049	-7.1869	1
27767	Vilaforman	vilaforman	GA	LU	27061	43.4049	-7.1869	4
27767	Vilapena	vilapena	GA	LU	27061	43.4049	-7.1869	3
27768	Fornea, A (Santo Estevo)	fornea-a-santo-estevo	GA	LU	27061	43.4049	-7.1869	1
27770	Ferreira (Santa Maria) (Valadouro, O)	ferreira-santa-maria-valadouro-o	GA	LU	27063	43.5167	-7.4083	1
27770	Valadouro, O (Casco Urbano)	valadouro-o-casco-urbano	GA	LU	27063	43.5167	-7.4083	1
27773	Adelan	adelan	GA	LU	27002	43.5167	-7.4	4
27774	Lagoa, A (San Vicente) (Alfoz)	lagoa-a-san-vicente-alfoz	GA	LU	27002	43.5167	-7.4083	1
27775	San Pedro De Mor	san-pedro-de-mor	GA	LU	27002	43.5167	-7.4167	4
27775	Oiras, As (San Mamede)	oiras-as-san-mamede	GA	LU	27002	43.5167	-7.4167	3
27775	Pereiro, O (Santa Maria) (Alfoz)	pereiro-o-santa-maria-alfoz	GA	LU	27002	43.5167	-7.4167	3
27776	Alfoz (Alfoz)	alfoz-alfoz	GA	LU	27002	43.5167	-7.4083	1
27776	Castro De Ouro, O (San Salvador)	castro-de-ouro-o-san-salvador	GA	LU	27002	43.5167	-7.4083	1
27776	Carballido (San Sebastian) (Alfoz)	carballido-san-sebastian-alfoz	GA	LU	27002	43.5167	-7.4083	1
27776	Bacoi (Santa Maria)	bacoi-santa-maria	GA	LU	27002	43.5167	-7.4083	1
27777	Cadramon, O (San Xurxo)	cadramon-o-san-xurxo	GA	LU	27063	43.5167	-7.4083	1
27777	Santa Cruz Do Valadouro	santa-cruz-do-valadouro	GA	LU	27063	43.5167	-7.4083	1
27777	Recare (San Xiao)	recare-san-xiao	GA	LU	27063	43.5167	-7.4083	1
27777	Frexulfe (Santa Eulalia)	frexulfe-santa-eulalia	GA	LU	27063	43.5167	-7.4083	1
27777	Santo Tome De Recare (Santo Tome)	santo-tome-de-recare-santo-tome	GA	LU	27063	43.5167	-7.4083	1
27778	Reirado, O	reirado-o	GA	LU	27002	43.5167	-7.4083	1
27778	Laxe, A (San Xoan)	laxe-a-san-xoan	GA	LU	27002	43.5167	-7.4083	1
27778	Vilacampa	vilacampa	GA	LU	27002	43.5167	-7.4083	1
27779	Budian (Santa Eulalia)	budian-santa-eulalia	GA	LU	27063	43.5167	-7.4083	1
27779	Moucide (Santo Estebo)	moucide-santo-estebo	GA	LU	27063	43.5167	-7.4083	1
27780	Foz (Casco Urbano)	foz-casco-urbano	GA	LU	27019	43.5692	-7.2544	1
27780	Foz (Santiago)	foz-santiago	GA	LU	27019	43.5692	-7.2544	1
27785	Santa Cilla Do Valadouro (Santa Cilla)	santa-cilla-do-valadouro-santa-cilla	GA	LU	27019	43.5692	-7.2544	1
27786	San Acisclo Do Valadouro (Foz)	san-acisclo-do-valadouro-foz	GA	LU	27019	43.5692	-7.2544	4
27787	San Martiño De Mondoñedo (Foz)	san-martino-de-mondonedo-foz	GA	LU	27019	43.5692	-7.2544	4
27788	Vilaronte (San Xoan)	vilaronte-san-xoan	GA	LU	27019	43.5692	-7.2544	1
27789	Fazouro (Santiago)	fazouro-santiago	GA	LU	27019	43.5692	-7.2544	1
27790	Barreiros (San Cosme) (Barreiros)	barreiros-san-cosme-barreiros	GA	LU	27005	43.3786	-7.1347	1
27791	San Vicente De Trigas (San Vicente) (Mondoñedo)	san-vicente-de-trigas-san-vicente-mondonedo	GA	LU	27030	43.3786	-7.1347	1
27791	Sasdonigas (San Lourenzo)	sasdonigas-san-lourenzo	GA	LU	27030	43.3786	-7.1347	1
27792	Benquerencia	benquerencia	GA	LU	27005	43.55	-7.2	4
27793	Reinante (San Miguel)	reinante-san-miguel	GA	LU	27005	43.3786	-7.1347	1
27794	Reinante (Santiago)	reinante-santiago	GA	LU	27005	43.3786	-7.1347	1
27795	Rochela, A	rochela-a	GA	LU		43.3786	-7.1347	1
27796	Devesa, A (Santalla)	devesa-a-santalla	GA	LU	27051	43.3786	-7.1347	1
27797	Vilaframil	vilaframil	GA	LU	27051	43.2072	-7.0694	4
27798	Vilamartin Pequeno	vilamartin-pequeno	GA	LU	27005	43.3786	-7.1347	1
27798	Cabarcos (San Xulian)	cabarcos-san-xulian	GA	LU	27005	43.3786	-7.1347	1
27798	Celeiro De Mariñaos (Santa Cristina)	celeiro-de-marinaos-santa-cristina	GA	LU	27005	43.3786	-7.1347	1
27798	Cabarcos (San Xusto)	cabarcos-san-xusto	GA	LU	27005	43.3786	-7.1347	1
27800	Vilalba (Casco Urbano)	vilalba-casco-urbano	GA	LU	27065	43.442	-7.6585	1
27810	Sancobade (Santiago) (Vilalba)	sancobade-santiago-vilalba	GA	LU	27065	43.2233	-7.8133	1
27811	Nete	nete	GA	LU	27065	43.2333	-7.6667	4
27811	Ladra (O Salvador)	ladra-o-salvador	GA	LU	27065	43.2333	-7.6667	3
27812	Noche	noche	GA	LU	27065	43.2667	-7.6667	4
27812	Oleiros (San Mamede)	oleiros-san-mamede	GA	LU	27065	43.2667	-7.6667	3
27813	Boizan	boizan	GA	LU	27065	43.2833	-7.7	4
27813	Torre (Santa Maria) (Vilalba)	torre-santa-maria-vilalba	GA	LU	27065	43.2833	-7.7	3
27813	Insua (San Bartolomeo)	insua-san-bartolomeo	GA	LU	27065	43.2833	-7.7	3
27813	Soeixo (Santa Maria)	soeixo-santa-maria	GA	LU	27065	43.2833	-7.7	3
27813	Alba (San Xoan)	alba-san-xoan	GA	LU	27065	43.2833	-7.7	3
27814	Belesar (San Martiño) (Vilalba)	belesar-san-martino-vilalba	GA	LU	27065	43.2233	-7.8133	1
27815	Costa (San Simon) (Vilalba)	costa-san-simon-vilalba	GA	LU	27065	43.2233	-7.8133	1
27816	Lanzos (San Salvador)	lanzos-san-salvador	GA	LU	27065	43.3333	-7.65	4
27816	Lanzos (San Martiño)	lanzos-san-martino	GA	LU	27065	43.3333	-7.65	3
27816	Vilapedre (San Mamede)	vilapedre-san-mamede	GA	LU	27065	43.3333	-7.65	3
27817	Balsa, A (Santa Maria) (Muras)	balsa-a-santa-maria-muras	GA	LU	27033	43.2233	-7.8133	1
27818	Santo, O	santo-o	GA	LU	27065	43	-8.3833	4
27818	Arbol (San Lourenzo) (Vilalba)	arbol-san-lourenzo-vilalba	GA	LU	27065	43	-8.3833	3
27818	Rioaveso (San Xurxo) (Vilalva)	rioaveso-san-xurxo-vilalva	GA	LU	27065	43	-8.3833	3
27820	Mourence	mourence	GA	LU	27065	43.3	-7.6833	4
27821	Gondaisque	gondaisque	GA	LU	27065	43.3	-7.7167	4
27822	Distriz (San Martiño) (Vilalba)	distriz-san-martino-vilalba	GA	LU	27065	43.3083	-7.7292	1
27823	Tardade	tardade	GA	LU	27065	43.3083	-7.7292	1
27824	Cazas	cazas	GA	LU	27021	43.3167	-7.7667	4
27825	Codesido	codesido	GA	LU	27065	43.3167	-7.75	4
27826	Moman (San Mamede)(Xermade)	moman-san-mamede-xermade	GA	LU	27021	43.3083	-7.7292	1
27830	Santaballa	santaballa	GA	LU	27065	43.3333	-7.7167	4
27832	Candamil	candamil	GA	LU	27021	43.35	-7.7667	4
27832	Burgas	burgas	GA	LU	27021	43.3333	-7.7833	4
27832	Arredoada, A	arredoada-a	GA	LU	27021	43.3417	-7.775	3
27833	Piñeiro (San Martiño) (Xermade)	pineiro-san-martino-xermade	GA	LU	27021	43.3639	-7.8687	1
27833	Miraz (San Pedro) (Xermade)	miraz-san-pedro-xermade	GA	LU	27021	43.3639	-7.8687	1
27833	Xermade	xermade	GA	LU	27021	43.3639	-7.8687	1
27834	Cabreiros	cabreiros	GA	LU	27021	43.4042	-7.7644	4
27835	Lousada (Santo Andre) (Xermade)	lousada-santo-andre-xermade	GA	LU	27021	43.375	-8.2667	4
27835	Roupar (San Pedro Fiz)	roupar-san-pedro-fiz	GA	LU	27021	43.375	-8.2667	3
27836	Sisto, O (Santa Maria) (Muras)	sisto-o-santa-maria-muras	GA	LU	27033	43.3639	-7.8687	1
27836	Ameixeiras, As	ameixeiras-as	GA	LU	27033	43.3639	-7.8687	1
27836	Santar De Baixo	santar-de-baixo	GA	LU	27033	43.3639	-7.8687	1
27836	Muruas	muruas	GA	LU	27033	43.3639	-7.8687	1
27836	Rego, O	rego-o	GA	LU	27033	43.3639	-7.8687	1
27836	Couce Dos Mouros	couce-dos-mouros	GA	LU	27033	43.3639	-7.8687	1
27836	Piocorto	piocorto	GA	LU	27033	43.3639	-7.8687	1
27836	Muras (San Pedro)	muras-san-pedro	GA	LU	27033	43.3639	-7.8687	1
27836	Ambosores (Santa Maria) (Muras)	ambosores-santa-maria-muras	GA	LU	27033	43.3639	-7.8687	1
27836	Pena Do Mouriscon	pena-do-mouriscon	GA	LU	27033	43.3639	-7.8687	1
27836	Burgo, O (Santa Maria) (Muras)	burgo-o-santa-maria-muras	GA	LU	27033	43.3639	-7.8687	1
27836	Mouriscon, O	mouriscon-o	GA	LU	27033	43.3639	-7.8687	1
27837	Irixoa	irixoa	GA	LU	27033	43.2847	-8.0592	4
27837	Viveiron, O (Muras)	viveiron-o-muras	GA	LU	27033	43.4668	-7.7238	4
27837	Silan (Santo Estevo)	silan-santo-estevo	GA	LU	27033	43.3758	-7.8915	3
27840	Goiriz	goiriz	GA	LU	27065	43.3167	-7.6167	4
27841	Roman	roman	GA	LU	27065	43.3	-7.5833	4
27842	Samarugo	samarugo	GA	LU	27065	43.3667	-7.5833	4
27843	Corvelle (San Bartolome) (Vilalba)	corvelle-san-bartolome-vilalba	GA	LU	27001	43.33	-7.56	1
27843	Carballido (Santa Maria) (Vilalba)	carballido-santa-maria-vilalba	GA	LU	27001	43.33	-7.56	1
27843	Aldixe (San Pedro)	aldixe-san-pedro	GA	LU	27001	43.33	-7.56	1
27844	Martiñan	martinan	GA	LU		43.33	-7.56	1
27845	Baroncelle	baroncelle	GA	LU	27001	43.3167	-7.5167	4
27845	Castro Maior (San Xoan) (Abadin)	castro-maior-san-xoan-abadin	GA	LU	27001	43.3167	-7.5167	3
27849	Candia	candia	GA	LU	27001	43.35	-7.5	4
27850	Magazos (Santa Maria)	magazos-santa-maria	GA	LU	27066	43.442	-7.6585	1
27850	Viveiro (Casco Urbano)	viveiro-casco-urbano	GA	LU	27066	43.442	-7.6585	1
27860	Vicedo, O	vicedo-o	GA	LU	27064	43.6012	-7.6191	1
27861	Covas (San Xoan) (Viveiro)	covas-san-xoan-viveiro	GA	LU	27064	43.6012	-7.6191	1
27861	San Miguel De Negradas (San Miguel) (Vicedo, O)	san-miguel-de-negradas-san-miguel-vicedo-o	GA	LU	27064	43.6012	-7.6191	1
27861	Valle	valle	GA	LU	27064	43.6012	-7.6191	1
27861	Mosende (San Pedro)	mosende-san-pedro	GA	LU	27064	43.6012	-7.6191	1
27861	Suegos (Santa Maria) (Vicedo)	suegos-santa-maria-vicedo	GA	LU	27064	43.6012	-7.6191	1
27863	Faro (San Xiao)	faro-san-xiao	GA	LU	27066	43.6012	-7.6191	1
27863	Celeiro (Santiago) (Viveiro)	celeiro-santiago-viveiro	GA	LU	27066	43.6012	-7.6191	1
27864	Boimente	boimente	GA	LU	27066	43.6019	-7.5621	4
27864	Chavin	chavin	GA	LU	27066	43.6167	-7.5833	4
27865	Ourol (Casco Urbano)	ourol-casco-urbano	GA	LU	27038	43.5583	-7.6	3
27865	Miñotos	minotos	GA	LU	27038	43.5667	-7.5833	4
27865	Ambosores (Santa Maria) (Ourol)	ambosores-santa-maria-ourol	GA	LU	27038	43.5583	-7.6	3
27865	Xerdiz	xerdiz	GA	LU	27038	43.55	-7.6167	4
27865	Sisto, O (Santa Maria) (Ourol)	sisto-o-santa-maria-ourol	GA	LU	27038	43.5583	-7.6	3
27865	Ourol (Santa Maria) (Ourol)	ourol-santa-maria-ourol	GA	LU	27038	43.5583	-7.6	3
27866	Merille (Santa Eulalia)	merille-santa-eulalia	GA	LU	27038	43.6012	-7.6191	1
27866	Valcarria (Santo Estevo)	valcarria-santo-estevo	GA	LU	27038	43.6012	-7.6191	1
27866	Landrove (San Xiao)	landrove-san-xiao	GA	LU	27038	43.6012	-7.6191	1
27866	San Pedro De Viveiro (San Pedro)	san-pedro-de-viveiro-san-pedro	GA	LU	27038	43.6012	-7.6191	1
27867	San Pantaleon De Cabanas (San Pantaleon) (Ourol)	san-pantaleon-de-cabanas-san-pantaleon-ourol	GA	LU	27038	43.6	-7.7	4
27867	Galdo (Santa Maria)	galdo-santa-maria	GA	LU	27038	43.6	-7.7	3
27867	Bravos (Santiago)	bravos-santiago	GA	LU	27038	43.6	-7.7	3
27868	Riobarba	riobarba	GA	LU	27064	43.6718	-7.6692	4
27868	Cabanas (Santa Maria) (Vicedo)	cabanas-santa-maria-vicedo	GA	LU	27064	43.6718	-7.6692	3
27869	Vieiro (San Cibrao) (Viveiro)	vieiro-san-cibrao-viveiro	GA	LU	27066	43.6012	-7.6191	1
27870	Xove	xove	GA	LU	27025	43.6866	-7.5113	4
27870	Xove (San Bartolo)	xove-san-bartolo	GA	LU	27025	43.6866	-7.5113	3
27876	Moras (San Clemente)	moras-san-clemente	GA	LU	27025	43.7031	-7.5316	1
27877	Portocelo	portocelo	GA	LU	27025	43.7226	-7.5335	4
27877	Xuances	xuances	GA	LU	27025	43.7	-7.55	4
27878	Lago (Xove)	lago-xove	GA	LU	27025	43.7031	-7.5316	1
27878	Sumoas (Xove)	sumoas-xove	GA	LU	27025	43.7031	-7.5316	1
27879	Monte, O (Santo Isidoro)	monte-o-santo-isidoro	GA	LU	27025	43.7031	-7.5316	1
27879	Rigueira, A (San Miguel)	rigueira-a-san-miguel	GA	LU	27025	43.7031	-7.5316	1
27880	Burela	burela	GA	LU	27902	43.65	-7.4	4
27888	Trasbar	trasbar	GA	LU	27013	43.65	-7.4	1
27888	Castelo (San Xiao) (Cervo)	castelo-san-xiao-cervo	GA	LU	27013	43.65	-7.4	1
27889	San Roman De Vilaestrofe (San Roman)	san-roman-de-vilaestrofe-san-roman	GA	LU	27013	43.65	-7.4	1
27889	Rua (Santa Maria)	rua-santa-maria	GA	LU	27013	43.65	-7.4	1
27890	Gondras	gondras	GA	LU	27013	43.6393	-7.3686	1
27890	San Cibrao (Cervo)	san-cibrao-cervo	GA	LU	27013	43.6393	-7.3686	1
27890	Lieiro (Parroquia Sta. Maria)	lieiro-parroquia-sta-maria	GA	LU	27013	43.6393	-7.3686	1
27891	Cervo	cervo	GA	LU	27013	43.6702	-7.4101	4
27891	Rio Covo	rio-covo	GA	LU	27013	43.6666	-7.405	3
27891	Sargadelos	sargadelos	GA	LU	27013	43.663	-7.3999	4
27892	Cordido	cordido	GA	LU	27019	43.6097	-7.351	4
27892	Cangas (San Pedro) (Foz)	cangas-san-pedro-foz	GA	LU	27019	43.6097	-7.351	3
27893	Nois	nois	GA	LU	27019	43.6143	-7.3133	4
32001	Ourense	ourense	GA	OR	32054	42.3367	-7.8641	4
32001	Eirexa, A (Quintela Canedo)	eirexa-a-quintela-canedo	GA	OR	32054	42.3367	-7.8641	3
32001	Quintela Canedo	quintela-canedo	GA	OR	32054	42.3367	-7.8641	3
32001	Val Do Regueiro	val-do-regueiro	GA	OR	32054	42.3367	-7.8641	3
32001	Coiñas, Os	coinas-os	GA	OR	32054	42.3367	-7.8641	3
32002	Vilaescusa	vilaescusa	GA	OR	32008	42.323	-7.8866	3
32002	Valenza, A (Barbadas)	valenza-a-barbadas	GA	OR	32008	42.2811	-7.9009	4
32002	Ourense	ourense	GA	OR	32008	42.3367	-7.8641	4
32002	Reza (Ourense)	reza-ourense	GA	OR	32008	42.323	-7.8866	3
32002	Estrada De Reza (Reza-Ourense)	estrada-de-reza-reza-ourense	GA	OR	32008	42.3513	-7.8949	4
32002	Vistahermosa	vistahermosa	GA	OR	32008	42.323	-7.8866	3
32003	Ourense	ourense	GA	OR	32054	42.3367	-7.8641	4
32004	Ceboliño	cebolino	GA	OR	32054	42.3399	-7.8257	4
32004	Ourense	ourense	GA	OR	32054	42.3367	-7.8641	4
32005	Ourense	ourense	GA	OR	32008	42.3367	-7.8641	4
32070	Ourense	ourense	GA	OR		42.3367	-7.8641	4
32071	Ourense	ourense	GA	OR		42.3367	-7.8641	4
32080	Ourense	ourense	GA	OR		42.3367	-7.8641	4
32100	Cambeo	cambeo	GA	OR	32026	42.4124	-7.867	4
32100	Gustei (Santiago)	gustei-santiago	GA	OR	32026	42.4066	-7.8625	3
32100	Empalme	empalme	GA	OR	32026	42.4167	-7.8667	4
32100	Gustei	gustei	GA	OR	32026	42.3907	-7.8537	4
32100	Vilarnaz	vilarnaz	GA	OR	32026	42.4066	-7.8625	3
32100	Sobral	sobral	GA	OR	32026	42.4066	-7.8625	3
32101	San Martiño (Vilamarin)	san-martino-vilamarin	GA	OR	32087	42.4649	-7.8912	4
32101	Leon	leon	GA	OR	32087	42.4667	-7.8667	4
32101	Pazos De Monte	pazos-de-monte	GA	OR	32087	42.465	-7.8893	3
32101	Prado, O (Vilamarin)	prado-o-vilamarin	GA	OR	32087	42.4649	-7.8912	4
32101	Delvezon	delvezon	GA	OR	32087	42.465	-7.8893	3
32101	Chouzana, A (Vilamarin)	chouzana-a-vilamarin	GA	OR	32087	42.4649	-7.8912	4
32101	Cazarrande	cazarrande	GA	OR	32087	42.465	-7.8893	3
32101	Val, O (Vilamarin)	val-o-vilamarin	GA	OR	32087	42.4649	-7.8912	4
32101	Cepedo, O	cepedo-o	GA	OR	32087	42.465	-7.8893	3
32101	Parada (Vilamarin)	parada-vilamarin	GA	OR	32087	42.4649	-7.8912	4
32101	Estrumil	estrumil	GA	OR	32087	42.465	-7.8893	3
32101	Castiñeiras (Vilamarin)	castineiras-vilamarin	GA	OR	32087	42.4649	-7.8912	4
32101	Pardiñeiros, Os	pardineiros-os	GA	OR	32087	42.465	-7.8893	3
32101	Vilamarin	vilamarin	GA	OR	32087	42.4649	-7.8912	4
32101	Pica, A	pica-a	GA	OR	32087	42.465	-7.8893	3
32101	Regueiros (Vilamarin)	regueiros-vilamarin	GA	OR	32087	42.4649	-7.8912	4
32101	Readegos (San Vicente)	readegos-san-vicente	GA	OR	32087	42.465	-7.8893	3
32101	Barrio, O (Vilamarin)	barrio-o-vilamarin	GA	OR	32087	42.4649	-7.8912	4
32101	Regueira Grande, A	regueira-grande-a	GA	OR	32087	42.465	-7.8893	3
32101	Barbantes (Vilamarin)	barbantes-vilamarin	GA	OR	32087	42.4649	-7.8912	4
32101	Bainte	bainte	GA	OR	32087	42.465	-7.8893	3
32101	Baiuca, A (Vilamarin)	baiuca-a-vilamarin	GA	OR	32087	42.4649	-7.8912	4
32101	Figueiredo, O (Vilamarin)	figueiredo-o-vilamarin	GA	OR	32087	42.465	-7.8893	3
32101	Rio, O (Vilamarin)	rio-o-vilamarin	GA	OR	32087	42.4649	-7.8912	4
32101	Fontao, O (Vilamarin)	fontao-o-vilamarin	GA	OR	32087	42.465	-7.8893	3
32101	Cibran	cibran	GA	OR	32087	42.465	-7.8893	3
32101	Gosende	gosende	GA	OR	32087	42.465	-7.8893	3
32101	Sestelos	sestelos	GA	OR	32087	42.465	-7.8893	3
32101	Agro Maior	agro-maior	GA	OR	32087	42.465	-7.8893	3
32102	Tamallancos	tamallancos	GA	OR	32087	42.4167	-7.9	4
32102	Tamallancos (Santa Maria)	tamallancos-santa-maria	GA	OR	32087	42.4167	-7.9	3
32103	Cudeiro	cudeiro	GA	OR	32054	42.3667	-7.85	4
32103	Cudeiro (San Pedro)	cudeiro-san-pedro	GA	OR	32054	42.3667	-7.85	3
32111	San Salvador De Mourisco (Paderne De Allariz)	san-salvador-de-mourisco-paderne-de-allariz	GA	OR	32055	42.4756	-7.9174	1
32111	San Xes (Paderne De Allariz)	san-xes-paderne-de-allariz	GA	OR	32055	42.4756	-7.9174	1
32111	Figueiroa (Paderne De Allariz)	figueiroa-paderne-de-allariz	GA	OR	32055	42.4756	-7.9174	1
32112	Figueiredo (Paderne De Allariz)	figueiredo-paderne-de-allariz	GA	OR		42.4756	-7.9174	1
32112	Paderne (Paderne De Allariz)	paderne-paderne-de-allariz	GA	OR		42.4756	-7.9174	1
32112	Cantoña (Paderne De Allariz)	cantona-paderne-de-allariz	GA	OR		42.4756	-7.9174	1
32112	Solbeira (Paderne De Allariz)	solbeira-paderne-de-allariz	GA	OR		42.4756	-7.9174	1
32112	Siabal (Paderne De Allariz)	siabal-paderne-de-allariz	GA	OR		42.4756	-7.9174	1
32112	San Lourenzo De Siabal (Paderne De Allariz)	san-lourenzo-de-siabal-paderne-de-allariz	GA	OR		42.4756	-7.9174	1
32112	Concieiro (Paderne De Allariz)	concieiro-paderne-de-allariz	GA	OR		42.4756	-7.9174	1
32112	Golpellas (Paderne De Allariz)	golpellas-paderne-de-allariz	GA	OR		42.4756	-7.9174	1
32120	Palacio, O (Orban)	palacio-o-orban	GA	OR	32087	42.4833	-7.8333	4
32120	Pazos	pazos	GA	OR	32087	42.3998	-8.1502	4
32120	Couselo	couselo	GA	OR	32087	42.6733	-8.5655	4
32120	Codosedo (Peroxa, A)	codosedo-peroxa-a	GA	OR	32087	42.5058	-8.0956	3
32120	Armental	armental	GA	OR	32087	42.4667	-7.8333	4
32120	Pereiro, O (Vilamarin)	pereiro-o-vilamarin	GA	OR	32087	42.5058	-8.0956	3
32120	Cerdeiras, As (Peroxa)	cerdeiras-as-peroxa	GA	OR	32087	42.5058	-8.0956	3
32120	Outraldea, A	outraldea-a	GA	OR	32087	42.5058	-8.0956	3
32120	Piton	piton	GA	OR	32087	42.5058	-8.0956	3
32120	Regolevado	regolevado	GA	OR	32087	42.5058	-8.0956	3
32120	Saa (Peroxa, A)	saa-peroxa-a	GA	OR	32087	42.5058	-8.0956	3
32120	San Cibrao (Peroxa, A)	san-cibrao-peroxa-a	GA	OR	32087	42.5058	-8.0956	3
32120	Toldavia	toldavia	GA	OR	32087	42.5058	-8.0956	3
32120	Vilar, O	vilar-o	GA	OR	32087	42.5058	-8.0956	3
32120	Ladredo	ladredo	GA	OR	32087	42.5058	-8.0956	3
32120	Xagrade	xagrade	GA	OR	32087	42.5058	-8.0956	3
32120	Ansariz	ansariz	GA	OR	32087	42.5058	-8.0956	3
32120	Penela, A	penela-a	GA	OR	32087	42.5058	-8.0956	3
32120	Orban (Vilamarin)	orban-vilamarin	GA	OR	32087	42.5058	-8.0956	3
32120	Montos	montos	GA	OR	32087	42.5058	-8.0956	3
32120	Marcelle (Vilamarin)	marcelle-vilamarin	GA	OR	32087	42.5058	-8.0956	3
32120	Cuartas, As	cuartas-as	GA	OR	32087	42.5058	-8.0956	3
32120	Entrambosrios (Peroxa, A)	entrambosrios-peroxa-a	GA	OR	32087	42.5058	-8.0956	3
32120	Raña, A	rana-a	GA	OR	32087	42.5058	-8.0956	3
32130	Cea	cea	GA	OR	32076	42.4749	-7.9874	4
32130	Cea (San Cristovo)	cea-san-cristovo	GA	OR	32076	42.4749	-7.9874	3
32135	Canda, A (San Mamede)	canda-a-san-mamede	GA	OR	32076	42.5119	-7.9966	1
32135	Freas Da Canda	freas-da-canda	GA	OR	32076	42.5119	-7.9966	1
32136	Oseira (San Cristovo De Cea)	oseira-san-cristovo-de-cea	GA	OR	32076	42.5119	-7.9966	1
32136	Vales (San Cristovo De Cea)	vales-san-cristovo-de-cea	GA	OR	32076	42.5119	-7.9966	1
32137	Piñor Barran	pinor-barran	GA	OR	32076	42.507	-7.9964	4
32137	Casandulfe	casandulfe	GA	OR	32076	42.5137	-7.9973	3
32137	Barran (Piñor)	barran-pinor	GA	OR	32076	42.5012	-8.0015	4
32137	Outeiro (Loeda-Piñor)	outeiro-loeda-pinor	GA	OR	32076	42.5137	-7.9973	3
32137	Torre, A (Piñor)	torre-a-pinor	GA	OR	32076	42.5012	-8.0015	4
32137	Loeda (San Paio)	loeda-san-paio	GA	OR	32076	42.5137	-7.9973	3
32137	Cales (Piñor)	cales-pinor	GA	OR	32076	42.5012	-8.0015	4
32137	Casmoniño	casmonino	GA	OR	32076	42.5137	-7.9973	3
32137	Coiras	coiras	GA	OR	32076	42.55	-7.9833	4
32137	Sestos	sestos	GA	OR	32076	42.5137	-7.9973	3
32137	Portela De Riba (Piñor)	portela-de-riba-pinor	GA	OR	32076	42.5012	-8.0015	4
32137	Albarona	albarona	GA	OR	32076	42.5137	-7.9973	3
32137	Senra (Piñor)	senra-pinor	GA	OR	32076	42.5012	-8.0015	4
32137	Ovenza	ovenza	GA	OR	32076	42.5137	-7.9973	3
32137	Pazo, O (Coiras)	pazo-o-coiras	GA	OR	32076	42.55	-7.9833	4
32137	Torguedo	torguedo	GA	OR	32076	42.5137	-7.9973	3
32137	Lousado (Piñor)	lousado-pinor	GA	OR	32076	42.5012	-8.0015	4
32137	Arenteiriño (San Cristovo De Cea)	arenteirino-san-cristovo-de-cea	GA	OR	32076	42.5137	-7.9973	3
32137	Portela De Baixo (Piñor)	portela-de-baixo-pinor	GA	OR	32076	42.5012	-8.0015	4
32137	Carballediña	carballedina	GA	OR	32076	42.5137	-7.9973	3
32137	Outeiro, O (Coiras)	outeiro-o-coiras	GA	OR	32076	42.55	-7.9833	4
32137	Arenteiro	arenteiro	GA	OR	32076	42.5123	-8.0081	4
32137	Senderiz (Piñor)	senderiz-pinor	GA	OR	32076	42.5012	-8.0015	4
32137	Fontao (Piñor)	fontao-pinor	GA	OR	32076	42.5012	-8.0015	4
32137	Alen (Coiras)	alen-coiras	GA	OR	32076	42.55	-7.9833	4
32137	Pallota, A (Piñor)	pallota-a-pinor	GA	OR	32076	42.5012	-8.0015	4
32137	Fontelo (Piñor)	fontelo-pinor	GA	OR	32076	42.5012	-8.0015	4
32138	Carballeda (Piñor)	carballeda-pinor	GA	OR	32061	42.5333	-8	3
32138	Desterro (Santa Maria)	desterro-santa-maria	GA	OR	32061	42.5333	-8	4
32138	Canices	canices	GA	OR	32061	42.5333	-8	3
32138	Corneas (Cea)	corneas-cea	GA	OR	32061	42.5333	-8	4
32138	Moire	moire	GA	OR	32061	42.5333	-8	3
32138	Cal, A (Piñor)	cal-a-pinor	GA	OR	32061	42.5333	-8	3
32138	Grobas (Piñor)	grobas-pinor	GA	OR	32061	42.5333	-8	3
32138	Reino, O	reino-o	GA	OR	32061	42.5333	-8	3
32138	Vilar (Piñor)	vilar-pinor	GA	OR	32061	42.5333	-8	3
32138	Casarellos	casarellos	GA	OR	32061	42.5333	-8	3
32138	Alen (Torcela)	alen-torcela	GA	OR	32061	42.5333	-8	3
32138	Torcela	torcela	GA	OR	32061	42.5333	-8	3
32138	Derramada, A	derramada-a	GA	OR	32061	42.5333	-8	3
32138	Desterro (Piñor Cea)	desterro-pinor-cea	GA	OR	32061	42.5333	-8	3
32138	Ponte, A (Piñor)	ponte-a-pinor	GA	OR	32061	42.5333	-8	3
32138	Pereira (Piñor)	pereira-pinor	GA	OR	32061	42.5333	-8	3
32138	Outeiro, O (Torcela)	outeiro-o-torcela	GA	OR	32061	42.5333	-8	3
32138	Eirexe, A (Piñor)	eirexe-a-pinor	GA	OR	32061	42.5333	-8	3
32139	Eirexa Vella, A	eirexa-vella-a	GA	OR	32076	42.4749	-7.9874	3
32139	San Fagundo (Cea)	san-fagundo-cea	GA	OR	32076	42.4749	-7.9874	4
32139	Gavian	gavian	GA	OR	32076	42.4749	-7.9874	3
32139	San Martiño De Lamas	san-martino-de-lamas	GA	OR	32076	42.4749	-7.9874	3
32139	Ariz	ariz	GA	OR	32076	42.4749	-7.9874	3
32139	Cazarrancas	cazarrancas	GA	OR	32076	42.4749	-7.9874	3
32139	Gabian (San Cristovo De Cea)	gabian-san-cristovo-de-cea	GA	OR	32076	42.4749	-7.9874	3
32139	Lamas (San Cristovo De Cea)	lamas-san-cristovo-de-cea	GA	OR	32076	42.4749	-7.9874	3
32139	Longos (Santa Baia)	longos-santa-baia	GA	OR	32076	42.4749	-7.9874	3
32139	Fontaiñas, As (San Cristovo De Cea)	fontainas-as-san-cristovo-de-cea	GA	OR	32076	42.4749	-7.9874	3
32140	Fondo De Vila (Vilamarin)	fondo-de-vila-vilamarin	GA	OR	32087	42.4756	-7.9174	1
32140	Rego, O (Vilamarin)	rego-o-vilamarin	GA	OR	32087	42.4756	-7.9174	1
32140	Palacio, O (Vilamarin)	palacio-o-vilamarin	GA	OR	32087	42.4756	-7.9174	1
32140	Borulfe	borulfe	GA	OR	32087	42.4756	-7.9174	1
32140	Reguengo, O (Vilamarin)	reguengo-o-vilamarin	GA	OR	32087	42.4756	-7.9174	1
32140	Ouxeas, As	ouxeas-as	GA	OR	32087	42.4756	-7.9174	1
32140	Crecedur	crecedur	GA	OR	32087	42.4756	-7.9174	1
32140	Sobreira (Vilamarin)	sobreira-vilamarin	GA	OR	32087	42.4756	-7.9174	1
32140	Oxen	oxen	GA	OR	32087	42.4756	-7.9174	1
32140	Boimorto (Santa Baia)	boimorto-santa-baia	GA	OR	32087	42.4756	-7.9174	1
32140	Arbor	arbor	GA	OR	32087	42.4756	-7.9174	1
32140	Bouzas (Vilamarin)	bouzas-vilamarin	GA	OR	32087	42.4756	-7.9174	1
32141	Val, O (San Cristovo De Cea)	val-o-san-cristovo-de-cea	GA	OR	32076	42.4756	-7.9174	1
32141	Pulledo	pulledo	GA	OR	32076	42.4756	-7.9174	1
32141	Tellado, O (San Cristovo De Cea)	tellado-o-san-cristovo-de-cea	GA	OR	32076	42.4756	-7.9174	1
32141	Rozadas	rozadas	GA	OR	32076	42.4756	-7.9174	1
32141	Torre, A (Cea)	torre-a-cea	GA	OR	32076	42.4756	-7.9174	1
32141	Souto (San Cristovo De Cea)	souto-san-cristovo-de-cea	GA	OR	32076	42.4756	-7.9174	1
32141	Regueira, A (San Cristovo De Cea)	regueira-a-san-cristovo-de-cea	GA	OR	32076	42.4756	-7.9174	1
32141	Ricovelo	ricovelo	GA	OR	32076	42.4756	-7.9174	1
32141	Covas (Cea)	covas-cea	GA	OR	32076	42.4756	-7.9174	1
32141	Pazos (San Cristovo De Cea)	pazos-san-cristovo-de-cea	GA	OR	32076	42.4756	-7.9174	1
32141	Mandras (San Cristovo De Cea)	mandras-san-cristovo-de-cea	GA	OR	32076	42.4756	-7.9174	1
32141	Nogueira (Cea)	nogueira-cea	GA	OR	32076	42.4756	-7.9174	1
32141	Paramios	paramios	GA	OR	32076	42.4756	-7.9174	1
32141	Ermida, A (San Cristovo De Cea)	ermida-a-san-cristovo-de-cea	GA	OR	32076	42.4756	-7.9174	1
32141	Faramontaos (San Cristovo De Cea)	faramontaos-san-cristovo-de-cea	GA	OR	32076	42.4756	-7.9174	1
32141	Ferreiros, Os (San Cristovo De Cea)	ferreiros-os-san-cristovo-de-cea	GA	OR	32076	42.4756	-7.9174	1
32141	Fondo De Vila (San Cristovo De Cea)	fondo-de-vila-san-cristovo-de-cea	GA	OR	32076	42.4756	-7.9174	1
32141	Chao Real	chao-real	GA	OR	32076	42.4756	-7.9174	1
32141	Costa De Monte (San Cristovo De Cea)	costa-de-monte-san-cristovo-de-cea	GA	OR	32076	42.4756	-7.9174	1
32141	Mosteiron	mosteiron	GA	OR	32076	42.4756	-7.9174	1
32141	Agra, A (San Cristovo De Cea)	agra-a-san-cristovo-de-cea	GA	OR	32076	42.4756	-7.9174	1
32141	Anllo (Cea)	anllo-cea	GA	OR	32076	42.4756	-7.9174	1
32141	Vilaseco (San Cristovo De Cea)	vilaseco-san-cristovo-de-cea	GA	OR	32076	42.4756	-7.9174	1
32141	Vila, A (San Cristovo De Cea)	vila-a-san-cristovo-de-cea	GA	OR	32076	42.4756	-7.9174	1
32141	Ponte Mandras	ponte-mandras	GA	OR	32076	42.4756	-7.9174	1
32141	Zarza	zarza	GA	OR	32076	42.4756	-7.9174	1
32141	Viña (San Cristovo De Cea)	vina-san-cristovo-de-cea	GA	OR	32076	42.4756	-7.9174	1
32141	Vilela (San Cristovo Cea)	vilela-san-cristovo-cea	GA	OR	32076	42.4756	-7.9174	1
32141	Toubes (San Cristovo De Cea)	toubes-san-cristovo-de-cea	GA	OR	32076	42.4756	-7.9174	1
32141	Pereda (San Cristovo De Cea)	pereda-san-cristovo-de-cea	GA	OR	32076	42.4756	-7.9174	1
32141	Peago	peago	GA	OR	32076	42.4756	-7.9174	1
32141	Bustelo (Cea)	bustelo-cea	GA	OR	32076	42.4756	-7.9174	1
32141	Casanova, A (Cea)	casanova-a-cea	GA	OR	32076	42.4756	-7.9174	1
32141	Castrelo (Cea)	castrelo-cea	GA	OR	32076	42.4756	-7.9174	1
32141	Faton	faton	GA	OR	32076	42.4756	-7.9174	1
32141	Ardesende	ardesende	GA	OR	32076	42.4756	-7.9174	1
32141	Biduedo (San Cristovo De Cea)	biduedo-san-cristovo-de-cea	GA	OR	32076	42.4756	-7.9174	1
32150	Toubes (Santiago)	toubes-santiago	GA	OR	32059	42.45	-7.8167	4
32150	Toubes (Peroxa, A)	toubes-peroxa-a	GA	OR	32059	42.45	-7.8167	3
32150	Peroxa, A (Santiago)	peroxa-a-santiago	GA	OR	32059	42.45	-7.8167	4
32150	Cinco Nogueiras	cinco-nogueiras	GA	OR	32059	42.45	-7.8167	3
32150	Celaguantes (San Xulian)	celaguantes-san-xulian	GA	OR	32059	42.45	-7.8167	3
32150	Peroxa, A (Peroxa, A)	peroxa-a-peroxa-a	GA	OR	32059	42.45	-7.8167	3
32150	Vilarrubin (San Martiño)	vilarrubin-san-martino	GA	OR	32059	42.45	-7.8167	3
32151	Mirallos (Peroxa, A)	mirallos-peroxa-a	GA	OR	32059	42.4214	-7.7906	4
32151	Moreda	moreda	GA	OR	32059	42.7105	-7.7801	4
32151	Salceda (Peroxa, A)	salceda-peroxa-a	GA	OR	32059	42.4214	-7.7906	4
32151	Bouza Longa	bouza-longa	GA	OR	32059	42.4937	-7.7879	3
32151	Fontefria (Peroxa, A)	fontefria-peroxa-a	GA	OR	32059	42.4214	-7.7906	4
32151	Bouzas Vedras	bouzas-vedras	GA	OR	32059	42.4937	-7.7879	3
32151	Bustos	bustos	GA	OR	32059	42.4937	-7.7879	3
32151	Turzavella	turzavella	GA	OR	32059	42.4937	-7.7879	3
32151	Berdelle	berdelle	GA	OR	32059	42.4937	-7.7879	3
32151	San Xes Da Peroxa (San Xes)	san-xes-da-peroxa-san-xes	GA	OR	32059	42.4937	-7.7879	3
32151	Graices (San Vicente)	graices-san-vicente	GA	OR	32059	42.4937	-7.7879	3
32151	Vilasusa	vilasusa	GA	OR	32059	42.4937	-7.7879	3
32151	Senon	senon	GA	OR	32059	42.4937	-7.7879	3
32151	Turbisquedo	turbisquedo	GA	OR	32059	42.4937	-7.7879	3
32151	San Nicolao	san-nicolao	GA	OR	32059	42.4937	-7.7879	3
32151	Casarizas, As	casarizas-as	GA	OR	32059	42.4937	-7.7879	3
32151	Besteiros	besteiros	GA	OR	32059	42.4937	-7.7879	3
32152	Barra, A	barra-a	GA	OR	32026	42.4313	-7.8202	4
32152	Outeiro (Ucelle)	outeiro-ucelle	GA	OR	32026	42.4321	-7.8385	4
32152	Barra, A (Santa Maria)	barra-a-santa-maria	GA	OR	32026	42.4317	-7.8293	3
32152	Vilar Da Barra	vilar-da-barra	GA	OR	32026	42.4317	-7.8293	3
32152	Vilarchao (Coles)	vilarchao-coles	GA	OR	32026	42.4317	-7.8293	3
32152	Gueral (San Martiño)	gueral-san-martino	GA	OR	32026	42.4317	-7.8293	3
32152	Cales (Coles)	cales-coles	GA	OR	32026	42.4317	-7.8293	3
32152	Coles (San Xoan)	coles-san-xoan	GA	OR	32026	42.4317	-7.8293	3
32152	Fontefiz	fontefiz	GA	OR	32026	42.4317	-7.8293	3
32152	Madalena, A	madalena-a	GA	OR	32026	42.4317	-7.8293	3
32152	Moure	moure	GA	OR	32026	42.4317	-7.8293	3
32152	Ocelle (Santa Maria)	ocelle-santa-maria	GA	OR	32026	42.4317	-7.8293	3
32152	Bergaza	bergaza	GA	OR	32026	42.4317	-7.8293	3
32152	Alban (San Paio)	alban-san-paio	GA	OR	32026	42.4317	-7.8293	3
32153	Alban (Santa Mariña)	alban-santa-marina	GA	OR	32026	42.4673	-7.8055	1
32160	Mundin (Nogueira De Ramuin)	mundin-nogueira-de-ramuin	GA	OR	32052	42.539	-7.7782	3
32160	Nogueira De Ramuin	nogueira-de-ramuin	GA	OR	32052	42.4171	-7.7498	4
32160	Rubiacos	rubiacos	GA	OR	32052	42.3869	-7.7032	4
32160	Pacios (Nogueira De Ramuin)	pacios-nogueira-de-ramuin	GA	OR	32052	42.539	-7.7782	3
32160	Luintra	luintra	GA	OR	32052	42.4096	-7.7268	4
32160	Lama Forcada	lama-forcada	GA	OR	32052	42.539	-7.7782	3
32160	Vilouriz	vilouriz	GA	OR	32052	42.9424	-7.9328	4
32160	Cortecadela	cortecadela	GA	OR	32052	42.539	-7.7782	3
32160	Cinseiro	cinseiro	GA	OR	32052	42.539	-7.7782	3
32160	Espartedo	espartedo	GA	OR	32052	42.539	-7.7782	3
32160	Alcouce, O	alcouce-o	GA	OR	32052	42.539	-7.7782	3
32160	Vilasuxa	vilasuxa	GA	OR	32052	42.539	-7.7782	3
32160	Baldomar	baldomar	GA	OR	32052	42.539	-7.7782	3
32160	Fiscal	fiscal	GA	OR	32052	42.539	-7.7782	3
32160	Seara De Arriba, A	seara-de-arriba-a	GA	OR	32052	42.539	-7.7782	3
32160	Santa Cruz (Nogueira De Ramuin)	santa-cruz-nogueira-de-ramuin	GA	OR	32052	42.539	-7.7782	3
32160	Sobrado (Nogueira De Ramuin)	sobrado-nogueira-de-ramuin	GA	OR	32052	42.539	-7.7782	3
32160	Raposas, As	raposas-as	GA	OR	32052	42.539	-7.7782	3
32160	Requeixo (Loña-N. Ramuin)	requeixo-lona-n-ramuin	GA	OR	32052	42.539	-7.7782	3
32160	Souto (Nogueira De Ramuin)	souto-nogueira-de-ramuin	GA	OR	32052	42.539	-7.7782	3
32160	Fontefria (Nogueira De Ramuin)	fontefria-nogueira-de-ramuin	GA	OR	32052	42.539	-7.7782	3
32160	Monteverde	monteverde	GA	OR	32052	42.539	-7.7782	3
32160	Liñares (Nogueira De Ramuin)	linares-nogueira-de-ramuin	GA	OR	32052	42.539	-7.7782	3
32160	Moura (Nogueira De Ramuin)	moura-nogueira-de-ramuin	GA	OR	32052	42.539	-7.7782	3
32160	Fontes (Nogueira De Ramuin)	fontes-nogueira-de-ramuin	GA	OR	32052	42.539	-7.7782	3
32161	Cimadevila (Nogueira De Ramuin)	cimadevila-nogueira-de-ramuin	GA	OR	32052	42.4171	-7.7498	4
32161	Eiradela	eiradela	GA	OR	32052	42.4171	-7.7498	3
32161	Faramontaos (Nogueira De Ramuin)	faramontaos-nogueira-de-ramuin	GA	OR	32052	42.4171	-7.7498	4
32161	San Miguel Do Campo	san-miguel-do-campo	GA	OR	32052	42.4171	-7.7498	3
32161	Montecelo (Nogueira De Ramuin)	montecelo-nogueira-de-ramuin	GA	OR	32052	42.4171	-7.7498	4
32161	Val Do Pereiro	val-do-pereiro	GA	OR	32052	42.4171	-7.7498	3
32161	Saceda (Nogueira De Ramuin)	saceda-nogueira-de-ramuin	GA	OR	32052	42.4171	-7.7498	4
32161	Cachapraza	cachapraza	GA	OR	32052	42.4171	-7.7498	3
32161	Armariz (Nogueira De Ramuin)	armariz-nogueira-de-ramuin	GA	OR	32052	42.4171	-7.7498	4
32161	Toxedo, O	toxedo-o	GA	OR	32052	42.4171	-7.7498	3
32161	Costela, A (Nogueira De Ramuin)	costela-a-nogueira-de-ramuin	GA	OR	32052	42.4171	-7.7498	4
32161	Armariz (San Cristovo)	armariz-san-cristovo	GA	OR	32052	42.4171	-7.7498	3
32161	Santa Seguiña	santa-seguina	GA	OR	32052	42.4171	-7.7498	3
32164	Vilar De Cerreda (Nogueira De Ramuin)	vilar-de-cerreda-nogueira-de-ramuin	GA	OR	32052	42.4659	-7.7612	1
32164	Cerreda (Nogueira De Ramuin)	cerreda-nogueira-de-ramuin	GA	OR	32052	42.4659	-7.7612	1
32164	Vilar De Cerreda (Santa Baia)	vilar-de-cerreda-santa-baia	GA	OR	32052	42.4659	-7.7612	1
32164	Santo Estevo De Ribas De Sil (Nogueira De Ramuin)	santo-estevo-de-ribas-de-sil-nogueira-de-ramuin	GA	OR	32052	42.4659	-7.7612	1
32170	Cornoces	cornoces	GA	OR	32002	42.4167	-7.95	4
32170	Codeseda	codeseda	GA	OR	32002	42.6167	-8.4333	4
32170	Sabariz (Amoeiro)	sabariz-amoeiro	GA	OR	32002	42.45	-8.0533	3
32170	Parada De Amoeiro	parada-de-amoeiro	GA	OR	32002	42.4	-7.9667	4
32170	Garabatos, Os	garabatos-os	GA	OR	32002	42.45	-8.0533	3
32170	Amoeiro	amoeiro	GA	OR	32002	42.4167	-7.95	4
32170	Amoeiro (Santa Maria)	amoeiro-santa-maria	GA	OR	32002	42.45	-8.0533	3
32170	Outeiro (Parada De Amoeiro)	outeiro-parada-de-amoeiro	GA	OR	32002	42.4	-7.9667	4
32170	Bubeiras	bubeiras	GA	OR	32002	42.45	-8.0533	3
32170	Burguete, O	burguete-o	GA	OR	32002	42.45	-8.0533	3
32172	Abruciños	abrucinos	GA	OR	32002	42.4	-7.9333	4
32172	Torre De Rouzos, A	torre-de-rouzos-a	GA	OR	32002	42.4	-7.9333	3
32172	Rouzos (San Cibrao)	rouzos-san-cibrao	GA	OR	32002	42.4	-7.9333	3
32172	Bergueira, A	bergueira-a	GA	OR	32002	42.4	-7.9333	3
32172	Fontefria (Amoeiro)	fontefria-amoeiro	GA	OR	32002	42.4	-7.9333	3
32172	Figueiras	figueiras	GA	OR	32002	42.4	-7.9333	3
32172	Cerval	cerval	GA	OR	32002	42.4	-7.9333	3
32172	Arcos, Os	arcos-os	GA	OR	32002	42.4	-7.9333	3
32172	Loureiro (Amoeiro)	loureiro-amoeiro	GA	OR	32002	42.4	-7.9333	3
32172	Fechos	fechos	GA	OR	32002	42.4	-7.9333	3
32172	Soutomanco	soutomanco	GA	OR	32002	42.4	-7.9333	3
32172	Formigueiro, O	formigueiro-o	GA	OR	32002	42.4	-7.9333	3
32172	Albeiros	albeiros	GA	OR	32002	42.4	-7.9333	3
32172	Monte Asnal	monte-asnal	GA	OR	32002	42.4	-7.9333	3
32172	Trasalba (San Pedro)	trasalba-san-pedro	GA	OR	32002	42.4	-7.9333	3
32200	Cortegada (Cortegada)	cortegada-cortegada	GA	OR	32027	42.2526	-8.1466	1
32211	Vilaverde (Cortegada)	vilaverde-cortegada	GA	OR	32027	42.2098	-8.1682	4
32211	Fondevila (Cortegada)	fondevila-cortegada	GA	OR	32027	42.2098	-8.1682	4
32211	Zaparin	zaparin	GA	OR	32027	42.2167	-8.1167	4
32211	Cerdeiral	cerdeiral	GA	OR	32027	42.2105	-8.163	3
32211	Refoxos (Cortegada)	refoxos-cortegada	GA	OR	32027	42.2098	-8.1682	4
32211	Vilela (Cortegada)	vilela-cortegada	GA	OR	32027	42.2098	-8.1682	4
32211	Pousa, A (Cortegada)	pousa-a-cortegada	GA	OR	32027	42.2098	-8.1682	4
32211	Regueiro, O (Cortegada)	regueiro-o-cortegada	GA	OR	32027	42.2098	-8.1682	4
32211	Louredo (Cortegada)	louredo-cortegada	GA	OR	32027	42.2098	-8.1682	4
32211	Vergazas	vergazas	GA	OR	32027	42.2105	-8.163	3
32211	Aldea De Souto (Cortegada)	aldea-de-souto-cortegada	GA	OR	32027	42.2098	-8.1682	4
32211	Pousadoiro, O	pousadoiro-o	GA	OR	32027	42.2105	-8.163	3
32211	Torre, A (Cortegada)	torre-a-cortegada	GA	OR	32027	42.2098	-8.1682	4
32211	Viso, O (Gomesende)	viso-o-gomesende	GA	OR	32027	42.2105	-8.163	3
32211	Val, O (Gomesende)	val-o-gomesende	GA	OR	32027	42.2105	-8.163	3
32211	Piñon	pinon	GA	OR	32027	42.2105	-8.163	3
32211	Muradelle	muradelle	GA	OR	32027	42.2105	-8.163	3
32211	Casares De Refoxos	casares-de-refoxos	GA	OR	32027	42.2105	-8.163	3
32211	Casares Da Virxe	casares-da-virxe	GA	OR	32027	42.2105	-8.163	3
32211	Arnoia Seca	arnoia-seca	GA	OR	32027	42.2105	-8.163	3
32211	Levada, A	levada-a	GA	OR	32027	42.2105	-8.163	3
32211	Cimadevila (Val, O)	cimadevila-val-o	GA	OR	32027	42.2105	-8.163	3
32211	Cimadevila (Pao, O)	cimadevila-pao-o	GA	OR	32027	42.2105	-8.163	3
32211	Freiria, A	freiria-a	GA	OR	32027	42.2105	-8.163	3
32211	Encoutada, A	encoutada-a	GA	OR	32027	42.2105	-8.163	3
32211	Poulo (Gomesende)	poulo-gomesende	GA	OR	32027	42.2105	-8.163	3
32212	Mariz	mariz	GA	OR	32033	42.6413	-7.8031	4
32212	Agrufeixe	agrufeixe	GA	OR	32033	42.42	-7.9568	3
32212	Fustans	fustans	GA	OR	32033	42.1986	-8.1105	4
32212	Penama (Gomesende)	penama-gomesende	GA	OR	32033	42.42	-7.9568	3
32212	Travesa, A	travesa-a	GA	OR	32033	42.42	-7.9568	3
32212	Paredes Do Pao	paredes-do-pao	GA	OR	32033	42.42	-7.9568	3
32212	Casaldrigo	casaldrigo	GA	OR	32033	42.42	-7.9568	3
32212	Pombiña, A	pombina-a	GA	OR	32033	42.42	-7.9568	3
32212	Redondallo	redondallo	GA	OR	32033	42.42	-7.9568	3
32212	Regadas, As (Gomesende)	regadas-as-gomesende	GA	OR	32033	42.42	-7.9568	3
32212	Cortiñal	cortinal	GA	OR	32033	42.42	-7.9568	3
32212	Carballeiras, As (Gomesende)	carballeiras-as-gomesende	GA	OR	32033	42.42	-7.9568	3
32212	Abellas	abellas	GA	OR	32033	42.42	-7.9568	3
32212	Casanova, A (Gomesende)	casanova-a-gomesende	GA	OR	32033	42.42	-7.9568	3
32212	Souto Do Bispo	souto-do-bispo	GA	OR	32033	42.42	-7.9568	3
32212	Souto, O (Gomesende)	souto-o-gomesende	GA	OR	32033	42.42	-7.9568	3
32212	Tixosa (Gomesende)	tixosa-gomesende	GA	OR	32033	42.42	-7.9568	3
32212	Val De Feardos	val-de-feardos	GA	OR	32033	42.42	-7.9568	3
32212	Trigueira, A (Gomesende)	trigueira-a-gomesende	GA	OR	32033	42.42	-7.9568	3
32212	Viñal (Gomesende)	vinal-gomesende	GA	OR	32033	42.42	-7.9568	3
32212	Veiga, A (Gomesende)	veiga-a-gomesende	GA	OR	32033	42.42	-7.9568	3
32212	Matama (Gomesende)	matama-gomesende	GA	OR	32033	42.42	-7.9568	3
32212	Buiñas	buinas	GA	OR	32033	42.42	-7.9568	3
32212	Louredo (Gomesende)	louredo-gomesende	GA	OR	32033	42.42	-7.9568	3
32212	Sobrado (Gomesende)	sobrado-gomesende	GA	OR	32033	42.42	-7.9568	3
32212	San Paio (Gomesende)	san-paio-gomesende	GA	OR	32033	42.42	-7.9568	3
32212	Cerdal (Gomesende)	cerdal-gomesende	GA	OR	32033	42.42	-7.9568	3
32212	Cimadevila (San Lourenzo De Fustans)	cimadevila-san-lourenzo-de-fustans	GA	OR	32033	42.42	-7.9568	3
32212	Casal, O (Gomesende)	casal-o-gomesende	GA	OR	32033	42.42	-7.9568	3
32212	Cachopos, Os	cachopos-os	GA	OR	32033	42.42	-7.9568	3
32212	Chaos, Os (Gomesende)	chaos-os-gomesende	GA	OR	32033	42.42	-7.9568	3
32212	Vilacova	vilacova	GA	OR	32033	42.42	-7.9568	3
32212	Abelida, A	abelida-a	GA	OR	32033	42.42	-7.9568	3
32212	Reguenga (Gomesende)	reguenga-gomesende	GA	OR	32033	42.42	-7.9568	3
32212	Regas, As (Gomesende)	regas-as-gomesende	GA	OR	32033	42.42	-7.9568	3
32212	Dorno, O	dorno-o	GA	OR	32033	42.42	-7.9568	3
32212	Couto (Gomesende)	couto-gomesende	GA	OR	32033	42.42	-7.9568	3
32212	Cortiñas, As	cortinas-as	GA	OR	32033	42.42	-7.9568	3
32212	Dornelas (Gomesende)	dornelas-gomesende	GA	OR	32033	42.42	-7.9568	3
32212	Curro, O	curro-o	GA	OR	32033	42.42	-7.9568	3
32212	Legumieira, A	legumieira-a	GA	OR	32033	42.42	-7.9568	3
32212	Garabelos (Gomesende)	garabelos-gomesende	GA	OR	32033	42.42	-7.9568	3
32212	Feardos	feardos	GA	OR	32033	42.42	-7.9568	3
32212	Folon, O	folon-o	GA	OR	32033	42.42	-7.9568	3
32212	Pao, O	pao-o	GA	OR	32033	42.42	-7.9568	3
32212	Lamaboa	lamaboa	GA	OR	32033	42.42	-7.9568	3
32212	Granxa, A (Gomesende)	granxa-a-gomesende	GA	OR	32033	42.42	-7.9568	3
32212	Guielas	guielas	GA	OR	32033	42.42	-7.9568	3
32212	Noval, O	noval-o	GA	OR	32033	42.42	-7.9568	3
32212	Moreiras (Gomesende)	moreiras-gomesende	GA	OR	32033	42.42	-7.9568	3
32212	Meixueiro, O	meixueiro-o	GA	OR	32033	42.42	-7.9568	3
32212	Paredes (Gomesende)	paredes-gomesende	GA	OR	32033	42.42	-7.9568	3
32212	Ocella, A	ocella-a	GA	OR	32033	42.42	-7.9568	3
32212	Outeiriños, Os (Gomesende)	outeirinos-os-gomesende	GA	OR	32033	42.42	-7.9568	3
32212	Outeiro Da Guia	outeiro-da-guia	GA	OR	32033	42.42	-7.9568	3
32212	Barreiras, As (Gomesende)	barreiras-as-gomesende	GA	OR	32033	42.42	-7.9568	3
32212	Balteiro (Gomesende)	balteiro-gomesende	GA	OR	32033	42.42	-7.9568	3
32213	Valongo	valongo	GA	OR	32027	42.4333	-8.45	4
32213	Merens	merens	GA	OR	32027	42.2351	-8.1644	4
32213	Decolada, A	decolada-a	GA	OR	32027	42.2456	-8.2041	3
32213	Casal, O (Cortegada)	casal-o-cortegada	GA	OR	32027	42.2161	-8.1697	4
32213	Rabiño (San Bieito)	rabino-san-bieito	GA	OR	32027	42.2456	-8.2041	3
32213	Vilanova Da Barca (Cortegada)	vilanova-da-barca-cortegada	GA	OR	32027	42.2161	-8.1697	4
32213	Ponte Trado, A	ponte-trado-a	GA	OR	32027	42.2456	-8.2041	3
32213	Pazo (Cortegada)	pazo-cortegada	GA	OR	32027	42.2161	-8.1697	4
32213	Peralba	peralba	GA	OR	32027	42.2456	-8.2041	3
32213	Pereiro, O (Cortegada)	pereiro-o-cortegada	GA	OR	32027	42.2161	-8.1697	4
32213	Outeiral	outeiral	GA	OR	32027	42.2456	-8.2041	3
32213	Leirado (Cortegada)	leirado-cortegada	GA	OR	32027	42.2161	-8.1697	4
32213	Casaldalvaro	casaldalvaro	GA	OR	32027	42.2456	-8.2041	3
32213	Sa (Cortegada)	sa-cortegada	GA	OR	32027	42.2161	-8.1697	4
32213	Seixomil	seixomil	GA	OR	32027	42.2456	-8.2041	3
32213	Abelenda De Balongo	abelenda-de-balongo	GA	OR	32027	42.2456	-8.2041	3
32226	Gresufe	gresufe	GA	OR	32056	42.5763	-7.8659	1
32226	Morgade (Padrenda)	morgade-padrenda	GA	OR	32056	42.5763	-7.8659	1
32226	Amean	amean	GA	OR	32056	42.5763	-7.8659	1
32226	Casal De Veco	casal-de-veco	GA	OR	32056	42.5763	-7.8659	1
32226	Freans (Padrenda)	freans-padrenda	GA	OR	32056	42.5763	-7.8659	1
32226	Crespos (Padrenda)	crespos-padrenda	GA	OR	32056	42.5763	-7.8659	1
32226	Lamas, As (Padrenda)	lamas-as-padrenda	GA	OR	32056	42.5763	-7.8659	1
32226	Carballal (Pradenda)	carballal-pradenda	GA	OR	32056	42.5763	-7.8659	1
32226	San Roque De Crespos	san-roque-de-crespos	GA	OR	32056	42.5763	-7.8659	1
32226	San Amaro (Padrenda)	san-amaro-padrenda	GA	OR	32056	42.5763	-7.8659	1
32227	Esmoriz	esmoriz	GA	OR	32056	42.5763	-7.8659	4
32227	San Pedro Da Torre	san-pedro-da-torre	GA	OR	32056	42.5763	-7.8659	3
32227	Entrerrios	entrerrios	GA	OR	32056	42.5763	-7.8659	3
32227	Gorgua	gorgua	GA	OR	32056	42.5763	-7.8659	3
32227	Grixo (Padrenda)	grixo-padrenda	GA	OR	32056	42.5763	-7.8659	3
32227	Vilar (Padrenda)	vilar-padrenda	GA	OR	32056	42.5763	-7.8659	3
32228	Monterredondo (Padrenda)	monterredondo-padrenda	GA	OR	32056	42.5763	-7.8659	1
32228	Pereiro, O (Padrenda)	pereiro-o-padrenda	GA	OR	32056	42.5763	-7.8659	1
32228	Chan Do Crego	chan-do-crego	GA	OR	32056	42.5763	-7.8659	1
32228	Escusalla, A (Padrenda)	escusalla-a-padrenda	GA	OR	32056	42.5763	-7.8659	1
32228	Alen (Monte Redondo)	alen-monte-redondo	GA	OR	32056	42.5763	-7.8659	1
32228	Ancado	ancado	GA	OR	32056	42.5763	-7.8659	1
32228	Outon	outon	GA	OR	32056	42.5763	-7.8659	1
32228	San Antonio (Padrenda)	san-antonio-padrenda	GA	OR	32056	42.5763	-7.8659	1
32228	Outeiro, O (Padrenda)	outeiro-o-padrenda	GA	OR	32056	42.5763	-7.8659	1
32228	Abeleira, A (Padrenda)	abeleira-a-padrenda	GA	OR	32056	42.5763	-7.8659	1
32228	Cerdeiro (Padrenda)	cerdeiro-padrenda	GA	OR	32056	42.5763	-7.8659	1
32228	Lapiñeiras	lapineiras	GA	OR	32056	42.5763	-7.8659	1
32228	Ludeiro (Padrenda)	ludeiro-padrenda	GA	OR	32056	42.5763	-7.8659	1
32228	Monte Redondo	monte-redondo	GA	OR	32056	42.5763	-7.8659	1
32228	Quinta, A (Padrenda)	quinta-a-padrenda	GA	OR	32056	42.5763	-7.8659	1
32228	Pardellas	pardellas	GA	OR	32056	42.5763	-7.8659	1
32229	Padrenda (San Cibran)	padrenda-san-cibran	GA	OR	32056	42.5763	-7.8659	1
32229	Lavandeira (Padrenda)	lavandeira-padrenda	GA	OR	32056	42.5763	-7.8659	1
32229	Pontebarxas (Padrenda)	pontebarxas-padrenda	GA	OR	32056	42.5763	-7.8659	1
32235	Ponte, A (Pontedeva)	ponte-a-pontedeva	GA	OR	32064	42.1734	-8.1449	3
32235	Trado	trado	GA	OR	32064	42.1734	-8.1449	4
32235	Freans De Deva	freans-de-deva	GA	OR	32064	42.1734	-8.1449	3
32235	Xinzo De Deva	xinzo-de-deva	GA	OR	32064	42.1734	-8.1449	3
32235	Trigueira, A (Pontedeva)	trigueira-a-pontedeva	GA	OR	32064	42.1734	-8.1449	3
32235	Pontedeva	pontedeva	GA	OR	32064	42.1734	-8.1449	3
32235	Escusalla, A (Pontedeva)	escusalla-a-pontedeva	GA	OR	32064	42.1734	-8.1449	3
32235	Abelleira De Arriba, A	abelleira-de-arriba-a	GA	OR	32064	42.1734	-8.1449	3
32235	Abelleira, A (Pontedeva)	abelleira-a-pontedeva	GA	OR	32064	42.1734	-8.1449	3
32235	Pedrosa (Pontedeva)	pedrosa-pontedeva	GA	OR	32064	42.1734	-8.1449	3
32236	Desteriz	desteriz	GA	OR	32056	42.15	-8.1833	4
32236	Lordelo	lordelo	GA	OR	32056	42.15	-8.1833	3
32236	Agra De Desteriz	agra-de-desteriz	GA	OR	32056	42.15	-8.1833	3
32236	Frieira, A (Padrenda)	frieira-a-padrenda	GA	OR	32056	42.15	-8.1833	3
32236	Condado, O (Padrenda)	condado-o-padrenda	GA	OR	32056	42.15	-8.1833	3
32236	Sa (Padrenda)	sa-padrenda	GA	OR	32056	42.15	-8.1833	3
32236	Notaria, A	notaria-a	GA	OR	32056	42.15	-8.1833	3
32300	Barco, O	barco-o	GA	OR	32009	42.3609	-7.0138	1
32300	Barco, O (San Amaro)	barco-o-san-amaro	GA	OR	32009	42.3609	-7.0138	1
32310	Rubia (Santa Mariña)	rubia-santa-marina	GA	OR	32073	42.4275	-6.9615	1
32311	Covas (Rubia)	covas-rubia	GA	OR	32073	42.4808	-6.862	4
32311	Veiga De Cascalla, A	veiga-de-cascalla-a	GA	OR	32073	42.45	-6.9	4
32311	Barrio De Cascalla, O	barrio-de-cascalla-o	GA	OR	32073	42.4731	-6.8715	3
32311	Biobra	biobra	GA	OR	32073	42.4808	-6.862	4
32311	Barrio E Castelo	barrio-e-castelo	GA	OR	32073	42.4731	-6.8715	3
32311	Castelo, O (Rubia)	castelo-o-rubia	GA	OR	32073	42.4808	-6.862	4
32312	Oulego	oulego	GA	OR	32073	42.5038	-6.9334	4
32312	Porto, O (Rubia)	porto-o-rubia	GA	OR	32073	42.5038	-6.9334	3
32312	Robledo Da Lastra, O	robledo-da-lastra-o	GA	OR	32073	42.5038	-6.9334	3
32312	Real, O	real-o	GA	OR	32073	42.5038	-6.9334	3
32314	Raxoa	raxoa	GA	OR	32009	42.4	-6.95	4
32314	Coedo (Barco)	coedo-barco	GA	OR	32009	42.4042	-6.9603	3
32314	Alixo	alixo	GA	OR	32009	42.4	-6.95	4
32314	San Martiño (Barco)	san-martino-barco	GA	OR	32009	42.4042	-6.9603	3
32314	Soulecin	soulecin	GA	OR	32009	42.3879	-6.985	4
32314	Vilariño (Barco De Valdeorras, O)	vilarino-barco-de-valdeorras-o	GA	OR	32009	42.4042	-6.9603	3
32314	Millarouso	millarouso	GA	OR	32009	42.4167	-6.95	4
32314	Candis	candis	GA	OR	32009	42.4042	-6.9603	3
32314	Santurxo	santurxo	GA	OR	32009	42.4167	-6.9667	4
32314	Santigoso (Barco De Valdeorras, O)	santigoso-barco-de-valdeorras-o	GA	OR	32009	42.4042	-6.9603	3
32314	Carreiras, As	carreiras-as	GA	OR	32009	42.4042	-6.9603	3
32315	Fervenza (Barco De Valdeorras, O)	fervenza-barco-de-valdeorras-o	GA	OR	32009	42.4019	-7.0168	4
32315	Cesures	cesures	GA	OR	32009	42.4019	-7.0168	4
32315	Meiral, O	meiral-o	GA	OR	32009	42.4019	-7.0168	3
32315	Santa Mariña Do Monte (Barco, O)	santa-marina-do-monte-barco-o	GA	OR	32009	42.4019	-7.0168	4
32315	Arnado (Vilamartin De Valdeorras)	arnado-vilamartin-de-valdeorras	GA	OR	32009	42.4019	-7.0168	3
32315	Vales (Barco De Valdeorras, O)	vales-barco-de-valdeorras-o	GA	OR	32009	42.4019	-7.0168	4
32315	Viloira (San Martiño)	viloira-san-martino	GA	OR	32009	42.4019	-7.0168	3
32315	Santa Mariña (Barco De Valdeorras, O)	santa-marina-barco-de-valdeorras-o	GA	OR	32009	42.4019	-7.0168	4
32315	Arcos (Vilamartin De Valdeorras)	arcos-vilamartin-de-valdeorras	GA	OR	32009	42.4019	-7.0168	3
32317	Veigamuiños	veigamuinos	GA	OR	32009	42.4167	-7	4
32317	Ferradal (Barco De Valdeorras, O)	ferradal-barco-de-valdeorras-o	GA	OR	32009	42.4253	-7.0012	4
32317	Xagoaza	xagoaza	GA	OR	32009	42.4224	-7.0008	3
32317	Pobra, A (Barco, O)	pobra-a-barco-o	GA	OR	32009	42.4253	-7.0012	4
32317	Proba, A (Santa Maria)	proba-a-santa-maria	GA	OR	32009	42.4224	-7.0008	3
32318	Vilanova (Barco De Valdeorras, O)	vilanova-barco-de-valdeorras-o	GA	OR	32009	42.4275	-6.9615	1
32318	Castro De Valdeorras, O (Santa Maria)	castro-de-valdeorras-o-santa-maria	GA	OR	32009	42.4275	-6.9615	1
32318	Castro Vilariño	castro-vilarino	GA	OR	32009	42.4275	-6.9615	1
32318	Forcadela E Nogaledo (Santiago)	forcadela-e-nogaledo-santiago	GA	OR	32009	42.4275	-6.9615	1
32318	Viloval	viloval	GA	OR	32009	42.4275	-6.9615	1
32320	Quereño (San Cristovo)	quereno-san-cristovo	GA	OR	32073	42.3609	-7.0138	1
32329	Pardollan	pardollan	GA	OR	32017	42.3609	-7.0138	1
32329	Vilardesilva	vilardesilva	GA	OR	32017	42.3609	-7.0138	1
32330	Sobradelo (Carballeda)	sobradelo-carballeda	GA	OR	32017	42.3719	-6.8714	1
32330	Sobradelo (Santa Maria)	sobradelo-santa-maria	GA	OR	32017	42.3719	-6.8714	1
32334	Viladequinta	viladequinta	GA	OR	32017	42.3719	-6.8714	1
32336	Bascois	bascois	GA	OR	32017	42.3736	-6.8853	4
32336	Riodolas	riodolas	GA	OR	32017	42.3499	-6.8531	4
32336	Soutadoiro	soutadoiro	GA	OR	32017	42.3167	-6.85	4
32336	Robledo De Domiz	robledo-de-domiz	GA	OR	32017	42.3905	-6.9045	4
32336	Casoio	casoio	GA	OR	32017	42.3755	-6.8573	4
32336	Entoma	entoma	GA	OR	32017	42.4219	-6.9371	4
32336	Santa Cruz (Carballeda)	santa-cruz-carballeda	GA	OR	32017	42.3704	-6.8792	3
32336	Pusmazan	pusmazan	GA	OR	32017	42.3645	-6.8672	4
32336	Ricosende	ricosende	GA	OR	32017	42.3704	-6.8792	3
32337	Portela (Carballeda)	portela-carballeda	GA	OR	32017	42.3833	-6.8833	4
32337	Lardeira	lardeira	GA	OR	32017	42.3716	-6.805	4
32337	Portela Do Trigal, A	portela-do-trigal-a	GA	OR	32017	42.3774	-6.8441	3
32337	Casaio	casaio	GA	OR	32017	42.3774	-6.8441	3
32337	Trigal, O	trigal-o	GA	OR	32017	42.3774	-6.8441	3
32338	Vila (Carballeda)	vila-carballeda	GA	OR	32017	42.3719	-6.8714	1
32338	Pumares (Carballeda)	pumares-carballeda	GA	OR	32017	42.3719	-6.8714	1
32338	San Xusto (Carballeda)	san-xusto-carballeda	GA	OR	32017	42.3719	-6.8714	1
32338	Domiz (Carballeda)	domiz-carballeda	GA	OR	32017	42.3719	-6.8714	1
32338	Candeda (Carballeda)	candeda-carballeda	GA	OR	32017	42.3719	-6.8714	1
32340	Correxais (Vilamartin De Valdeorras)	correxais-vilamartin-de-valdeorras	GA	OR	32088	42.4343	-7.0483	1
32340	Covas, As (Vilamartin De Valdeorras)	covas-as-vilamartin-de-valdeorras	GA	OR	32088	42.4343	-7.0483	1
32340	Vilamartin De Valdeorras	vilamartin-de-valdeorras	GA	OR	32088	42.4343	-7.0483	1
32340	Penouta (Vilamartin De Valdeorras)	penouta-vilamartin-de-valdeorras	GA	OR	32088	42.4343	-7.0483	1
32340	San Miguel Do Outeiro	san-miguel-do-outeiro	GA	OR	32088	42.4343	-7.0483	1
32340	Valdegodos	valdegodos	GA	OR	32088	42.4343	-7.0483	1
32340	Valencia Do Sil	valencia-do-sil	GA	OR	32088	42.4343	-7.0483	1
32348	Mazo, O	mazo-o	GA	OR	32088	42.4333	-7.05	4
32375	Vilaseco (Bolo, O)	vilaseco-bolo-o	GA	OR	32015	42.2696	-7.1122	3
32348	Chelos, Os (Vilamartin De Valdeorras)	chelos-os-vilamartin-de-valdeorras	GA	OR	32088	42.4269	-7.035	4
32348	Barxeles	barxeles	GA	OR	32088	42.4343	-7.0483	3
32348	San Vicente De Leira	san-vicente-de-leira	GA	OR	32088	42.4508	-7.0608	4
32348	Cernego	cernego	GA	OR	32088	42.4409	-7.0739	4
32348	Robledo, O	robledo-o	GA	OR	32088	42.4343	-7.0483	3
32348	Aldea, A (Vilamartin De Valdeorras)	aldea-a-vilamartin-de-valdeorras	GA	OR	32088	42.4269	-7.035	4
32348	Corgomo	corgomo	GA	OR	32088	42.4269	-7.035	4
32350	Fontei	fontei	GA	OR	32072	42.4	-7.1167	4
32350	Rua De Valdeorras, A (Rua, A)	rua-de-valdeorras-a-rua-a	GA	OR	32072	42.4	-7.1167	3
32356	Petin	petin	GA	OR	32060	42.3819	-7.129	4
32357	Rua Vella, A	rua-vella-a	GA	OR	32015	42.5091	-7.4063	3
32357	Porto, O	porto-o	GA	OR	32015	42.6515	-7.7126	4
32357	San Paio (Petin)	san-paio-petin	GA	OR	32015	42.5091	-7.4063	3
32357	Mones	mones	GA	OR	32015	42.3667	-7.1	4
32357	San Fiz (Veiga, A)	san-fiz-veiga-a	GA	OR	32015	42.5091	-7.4063	3
32357	Outeiro (Petin)	outeiro-petin	GA	OR	32015	42.5091	-7.4063	3
32357	Santa Maria (Petin)	santa-maria-petin	GA	OR	32015	42.5091	-7.4063	3
32357	Cima De Vila (Rua, A)	cima-de-vila-rua-a	GA	OR	32015	42.5091	-7.4063	3
32357	Somoza (Rua, A)	somoza-rua-a	GA	OR	32015	42.5091	-7.4063	3
32357	Santoalla (Petin)	santoalla-petin	GA	OR	32015	42.5091	-7.4063	3
32357	Vilela (Rua, A)	vilela-rua-a	GA	OR	32015	42.5091	-7.4063	3
32357	Seixo, O (Santo Anxo)	seixo-o-santo-anxo	GA	OR	32015	42.5091	-7.4063	3
32357	Carballal (Petin)	carballal-petin	GA	OR	32015	42.5091	-7.4063	3
32357	San Xulian (Rua, A)	san-xulian-rua-a	GA	OR	32015	42.5091	-7.4063	3
32357	Roblido (Rua, A)	roblido-rua-a	GA	OR	32015	42.5091	-7.4063	3
32357	Pacio (Rua, A)	pacio-rua-a	GA	OR	32015	42.5091	-7.4063	3
32358	Seadur	seadur	GA	OR	32038	42.3768	-7.1628	4
32358	Hermida Vella	hermida-vella	GA	OR	32038	42.3768	-7.1628	3
32358	Poulo (Larouco)	poulo-larouco	GA	OR	32038	42.3768	-7.1628	3
32358	Larouco	larouco	GA	OR	32038	42.3768	-7.1628	3
32360	Veiga, A (Santa Maria)	veiga-a-santa-maria	GA	OR	32083	42.2561	-6.9901	1
32365	Xares	xares	GA	OR	32083	42.2442	-6.9319	4
32365	San Lourenzo (San Lourenzo)	san-lourenzo-san-lourenzo	GA	OR	32083	42.2442	-6.9319	3
32365	Ponte, A (Veiga, A)	ponte-a-veiga-a	GA	OR	32083	42.2442	-6.9319	3
32365	Requeixo (Veiga, A)	requeixo-veiga-a	GA	OR	32083	42.2442	-6.9319	3
32366	Curra	curra	GA	OR	32083	42.2859	-6.9864	4
32366	Meixide	meixide	GA	OR	32083	42.2667	-6.9333	4
32366	Vilanova (Veiga, A)	vilanova-veiga-a	GA	OR	32083	42.2691	-6.9817	3
32366	Casdenodres	casdenodres	GA	OR	32083	42.2547	-7.0253	4
32366	Prado (Veiga, A)	prado-veiga-a	GA	OR	32083	42.2691	-6.9817	3
32366	Edreira (Santa Columba)	edreira-santa-columba	GA	OR	32083	42.2691	-6.9817	3
32366	Espiño (Veiga, A)	espino-veiga-a	GA	OR	32083	42.2691	-6.9817	3
32366	Lamalonga (Veiga, A)	lamalonga-veiga-a	GA	OR	32083	42.2691	-6.9817	3
32368	Pradolongo	pradolongo	GA	OR	32083	42.2489	-7.0825	4
32368	Meda	meda	GA	OR	32083	42.299	-7.0068	4
32368	Candeda (Veiga, A)	candeda-veiga-a	GA	OR	32083	42.2905	-7.0327	3
32368	Prada (Veiga, A)	prada-veiga-a	GA	OR	32083	42.2905	-7.0327	3
32368	Castromarigo	castromarigo	GA	OR	32083	42.2727	-7.0326	4
32368	Vilaboa (Veiga, A)	vilaboa-veiga-a	GA	OR	32083	42.2905	-7.0327	3
32368	Riomao	riomao	GA	OR	32083	42.3415	-7.0091	4
32368	Santa Cristina (Veiga, A)	santa-cristina-veiga-a	GA	OR	32083	42.2905	-7.0327	3
32368	Carracedo (Veiga, A)	carracedo-veiga-a	GA	OR	32083	42.2905	-7.0327	3
32368	Corexido (Santo Estevo)	corexido-santo-estevo	GA	OR	32083	42.2905	-7.0327	3
32369	Seoane (Veiga, A)	seoane-veiga-a	GA	OR	32083	42.223	-6.9726	4
32369	Baños (Veiga, A)	banos-veiga-a	GA	OR	32083	42.223	-6.9726	4
32369	Corzos (Veiga, A)	corzos-veiga-a	GA	OR	32083	42.223	-6.9726	4
32369	Valdin	valdin	GA	OR	32083	42.223	-6.9726	4
32369	Castromao (Veiga, A)	castromao-veiga-a	GA	OR	32083	42.223	-6.9726	4
32370	Freixido (Sagrado Corazon De Xesus)	freixido-sagrado-corazon-de-xesus	GA	OR	32060	42.3036	-7.1042	1
32370	Freixido De Arriba	freixido-de-arriba	GA	OR	32060	42.3036	-7.1042	1
32370	Caseta, A (Petin)	caseta-a-petin	GA	OR	32060	42.3036	-7.1042	1
32371	Portela De Portomourisco, A	portela-de-portomourisco-a	GA	OR	32060	42.3454	-7.1336	4
32371	Portomourisco	portomourisco	GA	OR	32060	42.34	-7.1303	4
32371	Portela, A (Larouco)	portela-a-larouco	GA	OR	32060	42.3427	-7.1319	3
32372	Chandoiro	chandoiro	GA	OR	32015	42.3225	-7.1573	4
32372	Celavente	celavente	GA	OR	32015	42.3316	-7.0916	4
32372	San Martiño (Bolo, O)	san-martino-bolo-o	GA	OR	32015	42.3255	-7.1053	3
32372	Aceveda	aceveda	GA	OR	32015	42.3314	-7.0557	4
32372	Barxa, A (Bolo, O)	barxa-a-bolo-o	GA	OR	32015	42.3255	-7.1053	3
32372	Lentellais	lentellais	GA	OR	32015	42.3167	-7.1167	4
32373	Xava	xava	GA	OR	32015	42.2876	-7.0832	3
32373	Chao Das Donas	chao-das-donas	GA	OR	32015	42.2913	-7.0908	4
32373	Bolo, O	bolo-o	GA	OR	32015	42.2876	-7.0832	3
32373	Teixido	teixido	GA	OR	32015	42.2833	-7.0667	4
32373	Fornelos (Bolo, O)	fornelos-bolo-o	GA	OR	32015	42.2876	-7.0832	3
32373	Valdanta	valdanta	GA	OR	32015	42.2759	-7.0919	4
32373	Orxais, Os	orxais-os	GA	OR	32015	42.2876	-7.0832	3
32373	San Pedro Dos Nabos	san-pedro-dos-nabos	GA	OR	32015	42.3	-7.0833	4
32373	Paradela (Bolo, O)	paradela-bolo-o	GA	OR	32015	42.2876	-7.0832	3
32375	Tuxe	tuxe	GA	OR	32015	42.25	-7.1333	4
32375	Valbuxan	valbuxan	GA	OR	32015	42.2833	-7.1	4
32375	Cambela (Bolo, O)	cambela-bolo-o	GA	OR	32015	42.2696	-7.1122	3
32375	Chao De Castro	chao-de-castro	GA	OR	32015	42.2756	-7.1034	4
32375	Vao, O (Bolo, O)	vao-o-bolo-o	GA	OR	32015	42.2696	-7.1122	3
32375	Rigueira, A	rigueira-a	GA	OR	32015	42.2696	-7.1122	3
32375	Ermidas, As (Bolo, O)	ermidas-as-bolo-o	GA	OR	32015	42.2696	-7.1122	3
32375	Celeiros (Bolo, O)	celeiros-bolo-o	GA	OR	32015	42.2696	-7.1122	3
32375	Casasola (Bolo, O)	casasola-bolo-o	GA	OR	32015	42.2696	-7.1122	3
32375	Santa Cruz Do Bolo	santa-cruz-do-bolo	GA	OR	32015	42.2696	-7.1122	3
32375	Buxan (Bolo, O)	buxan-bolo-o	GA	OR	32015	42.2696	-7.1122	3
32400	Foz, A (Ribadavia)	foz-a-ribadavia	GA	OR	32069	42.288	-8.1436	4
32400	Ribadavia	ribadavia	GA	OR	32069	42.288	-8.1436	4
32410	Melon (Santa Maria)	melon-santa-maria	GA	OR	32046	42.2602	-8.214	3
32410	Melon	melon	GA	OR	32046	42.2602	-8.214	4
32411	Ibia, A	ibia-a	GA	OR	32046	42.3	-8.129	1
32411	Covelo (Melon)	covelo-melon	GA	OR	32046	42.3	-8.129	1
32411	Quins (Santa Maria)	quins-santa-maria	GA	OR	32046	42.3	-8.129	1
32411	Quins	quins	GA	OR	32046	42.3	-8.129	1
32412	Novoa	novoa	GA	OR	32018	42.3047	-8.1738	4
32412	Laceiras, As (Carballeda De Avia)	laceiras-as-carballeda-de-avia	GA	OR	32018	42.3214	-8.1646	4
32412	Fermosas, As	fermosas-as	GA	OR	32018	42.3131	-8.1692	3
32412	Prados, Os	prados-os	GA	OR	32018	42.3131	-8.1692	3
32412	Vilar De Condes	vilar-de-condes	GA	OR	32018	42.3131	-8.1692	3
32413	Carballeda De Avia	carballeda-de-avia	GA	OR	32018	42.3214	-8.1646	4
32413	Carballeda (San Miguel)	carballeda-san-miguel	GA	OR	32018	42.3214	-8.1646	3
32415	Val De Pereira	val-de-pereira	GA	OR	32069	42.2938	-8.1282	3
32415	Sanin	sanin	GA	OR	32069	42.3167	-8.0667	4
32415	Campo Redondo	campo-redondo	GA	OR	32069	42.2938	-8.1282	3
32415	Groba, A (Ribadavia)	groba-a-ribadavia	GA	OR	32069	42.288	-8.1436	4
32415	Esposende (Rivadavia)	esposende-rivadavia	GA	OR	32069	42.2938	-8.1282	3
32415	Seixo, O (Ribadavia)	seixo-o-ribadavia	GA	OR	32069	42.288	-8.1436	4
32415	Chabolas, As (Ribadavia)	chabolas-as-ribadavia	GA	OR	32069	42.288	-8.1436	4
32415	Ventosela (Ribadavia)	ventosela-ribadavia	GA	OR	32069	42.288	-8.1436	4
32416	Regodeigon	regodeigon	GA	OR	32069	42.3082	-8.1216	4
32416	Franqueiran, A	franqueiran-a	GA	OR	32069	42.3082	-8.1216	3
32416	San Cristovo (Ribadavia)	san-cristovo-ribadavia	GA	OR	32069	42.3082	-8.1216	3
32416	San Estebo De Novoa	san-estebo-de-novoa	GA	OR	32069	42.3082	-8.1216	3
32417	Reza, A	reza-a	GA	OR	32052	42.3513	-7.8949	4
32417	Arnoia, A (San Salvador)	arnoia-a-san-salvador	GA	OR	32052	42.3513	-7.8949	3
32417	Remuiño	remuino	GA	OR	32052	42.3513	-7.8949	3
32417	Outeiro Cruz	outeiro-cruz	GA	OR	32052	42.3513	-7.8949	3
32418	San Paio (Ribadavia)	san-paio-ribadavia	GA	OR	32069	42.288	-8.1436	4
32418	Francelos	francelos	GA	OR	32069	42.288	-8.1436	3
32418	Prexigueiro (Ribadavia)	prexigueiro-ribadavia	GA	OR	32069	42.288	-8.1436	4
32418	Quinza	quinza	GA	OR	32069	42.288	-8.1436	3
32418	Santa Cristina (Ribadavia)	santa-cristina-ribadavia	GA	OR	32069	42.288	-8.1436	4
32419	Bieite	bieite	GA	OR		42.3	-8.129	1
32419	Barzamedelle (Bieite)	barzamedelle-bieite	GA	OR		42.3	-8.129	1
32420	Leiro	leiro	GA	OR	32040	42.532	-8.7492	4
32425	Beran	beran	GA	OR	32040	42.35	-8.1333	4
32425	Caldelas	caldelas	GA	OR	32040	42.7887	-8.3978	4
32426	Outeiro, O (Orega)	outeiro-o-orega	GA	OR	32040	42.4647	-8.2849	1
32426	Orega	orega	GA	OR	32040	42.4647	-8.2849	1
32428	Lebosende	lebosende	GA	OR	32040	42.3667	-8.1333	4
32428	Serantes	serantes	GA	OR	32040	42.3841	-8.1621	4
32428	Sa (Leiro)	sa-leiro	GA	OR	32040	42.3725	-8.1429	3
32428	Lebosende (San Miguel)	lebosende-san-miguel	GA	OR	32040	42.3667	-8.1333	4
32428	Lamas (Santa Maria)	lamas-santa-maria	GA	OR	32040	42.3725	-8.1429	3
32428	Suigrexa (Leiro)	suigrexa-leiro	GA	OR	32040	42.3725	-8.1429	3
32428	Paredes (Leiro)	paredes-leiro	GA	OR	32040	42.3725	-8.1429	3
32428	San Clodio (Santa Maria)	san-clodio-santa-maria	GA	OR	32040	42.3725	-8.1429	3
32429	Gomariz (Leiro)	gomariz-leiro	GA	OR	32040	42.4647	-8.2849	1
32429	Lalon	lalon	GA	OR	32040	42.4647	-8.2849	1
32429	Cubilledo	cubilledo	GA	OR	32040	42.4647	-8.2849	1
32429	Vilerma, A	vilerma-a	GA	OR	32040	42.4647	-8.2849	1
32430	Astariz	astariz	GA	OR	32022	42.3239	-8.0405	4
32430	Freas (Castrelo De Miño)	freas-castrelo-de-mino	GA	OR	32022	42.3119	-8.0369	3
32430	Souto (Macendo)	souto-macendo	GA	OR	32022	42.3	-8.0333	4
32430	Parada (Castrelo De Miño)	parada-castrelo-de-mino	GA	OR	32022	42.3119	-8.0369	3
32430	Fondo De Vila (Castrelo De Miño)	fondo-de-vila-castrelo-de-mino	GA	OR	32022	42.3119	-8.0369	3
32430	Foxo	foxo	GA	OR	32022	42.3119	-8.0369	3
32430	Noallo (Castrelo De Miño)	noallo-castrelo-de-mino	GA	OR	32022	42.3119	-8.0369	3
32430	Prado De Miño (Santa Maria)	prado-de-mino-santa-maria	GA	OR	32022	42.3119	-8.0369	3
32430	San Pedro (Castrelo De Miño)	san-pedro-castrelo-de-mino	GA	OR	32022	42.3119	-8.0369	3
32430	Señorin (Castrelo De Miño)	senorin-castrelo-de-mino	GA	OR	32022	42.3119	-8.0369	3
32430	Macendo (Santa Maria)	macendo-santa-maria	GA	OR	32022	42.3119	-8.0369	3
32430	Covelas (Castrelo De Miño)	covelas-castrelo-de-mino	GA	OR	32022	42.3119	-8.0369	3
32430	Frieira, A (Castrelo De Miño)	frieira-a-castrelo-de-mino	GA	OR	32022	42.3119	-8.0369	3
32430	Oleiros (Castrelo De Miño)	oleiros-castrelo-de-mino	GA	OR	32022	42.3119	-8.0369	3
32430	Castrelo De Miño (Santa Maria)	castrelo-de-mino-santa-maria	GA	OR	32022	42.3119	-8.0369	3
32430	Meizo	meizo	GA	OR	32022	42.3119	-8.0369	3
32430	Santo Estevo (Castrelo De Miño)	santo-estevo-castrelo-de-mino	GA	OR	32022	42.3119	-8.0369	3
32430	Albin	albin	GA	OR	32022	42.3119	-8.0369	3
32430	Pousadoiro, O (Castrelo De Miño)	pousadoiro-o-castrelo-de-mino	GA	OR	32022	42.3119	-8.0369	3
32430	Ramiras (Castrelo De Miño)	ramiras-castrelo-de-mino	GA	OR	32022	42.3119	-8.0369	3
32430	Souto (Castrelo De Miño)	souto-castrelo-de-mino	GA	OR	32022	42.3119	-8.0369	3
32430	Vilela (Castrelo Miño)	vilela-castrelo-mino	GA	OR	32022	42.3119	-8.0369	3
32430	Troncoso	troncoso	GA	OR	32022	42.3119	-8.0369	3
32430	Bouzas, As (Castrelo De Miño)	bouzas-as-castrelo-de-mino	GA	OR	32022	42.3119	-8.0369	3
32430	Pousada (Castrelo De Miño)	pousada-castrelo-de-mino	GA	OR	32022	42.3119	-8.0369	3
32430	Casardeita (Castrelo De Miño)	casardeita-castrelo-de-mino	GA	OR	32022	42.3119	-8.0369	3
32430	Paradela (Castrelo De Miño)	paradela-castrelo-de-mino	GA	OR	32022	42.3119	-8.0369	3
32430	Barral (Castrelo De Miño)	barral-castrelo-de-mino	GA	OR	32022	42.3119	-8.0369	3
32430	Tallon	tallon	GA	OR	32022	42.3119	-8.0369	3
32430	Vide (Castrelo De Miño)	vide-castrelo-de-mino	GA	OR	32022	42.3119	-8.0369	3
32430	Bouza, A (Castrelo De Miño)	bouza-a-castrelo-de-mino	GA	OR	32022	42.3119	-8.0369	3
32431	Beade (Beade)	beade-beade	GA	OR	32010	42.3293	-8.0926	1
32432	Regadas, As (Beade)	regadas-as-beade	GA	OR	32010	42.3293	-8.0926	1
32433	Balde	balde	GA	OR	32018	42.3641	-8.2041	4
32433	Faramontaos (Carballeda De Avia)	faramontaos-carballeda-de-avia	GA	OR	32018	42.3641	-8.2041	3
32433	Beiro De Abaixo	beiro-de-abaixo	GA	OR	32018	42.3641	-8.2041	3
32433	Beiro De Arriba	beiro-de-arriba	GA	OR	32018	42.3641	-8.2041	3
32433	Casares (Carballeda De Avia)	casares-carballeda-de-avia	GA	OR	32018	42.3641	-8.2041	3
32433	Muimenta (Carballeda De Avia)	muimenta-carballeda-de-avia	GA	OR	32018	42.3641	-8.2041	3
32433	Fornelos (Carballeda De Avia)	fornelos-carballeda-de-avia	GA	OR	32018	42.3641	-8.2041	3
32433	Sariñas	sarinas	GA	OR	32018	42.3641	-8.2041	3
32433	Serra, A	serra-a	GA	OR	32018	42.3641	-8.2041	3
32433	Abelenda Das Penas	abelenda-das-penas	GA	OR	32018	42.3641	-8.2041	3
32433	Beiro (Carbaleda De Avia)	beiro-carbaleda-de-avia	GA	OR	32018	42.3641	-8.2041	3
32440	Peares, Os	peares-os	GA	OR	32059	42.4536	-7.7334	4
32448	Viñoas	vinoas	GA	OR	32052	42.4275	-7.7412	4
32448	Varalonga	varalonga	GA	OR	32052	42.513	-7.5654	3
32448	Ferreirua, A	ferreirua-a	GA	OR	32052	42.5986	-7.3897	4
32448	Pereira, A (Nogueira De Ramuin)	pereira-a-nogueira-de-ramuin	GA	OR	32052	42.513	-7.5654	3
32448	Forraqueira, A	forraqueira-a	GA	OR	32052	42.513	-7.5654	3
32448	Pena Do Chao	pena-do-chao	GA	OR	32052	42.513	-7.5654	3
32448	Pousada (Nogueira De Ramuin)	pousada-nogueira-de-ramuin	GA	OR	32052	42.513	-7.5654	3
32448	Souto Do Chao	souto-do-chao	GA	OR	32052	42.513	-7.5654	3
32448	Coitelo, O	coitelo-o	GA	OR	32052	42.513	-7.5654	3
32448	Val, O (Nogueira De Ramuin)	val-o-nogueira-de-ramuin	GA	OR	32052	42.513	-7.5654	3
32448	Covelas (Nogueira De Ramuin)	covelas-nogueira-de-ramuin	GA	OR	32052	42.513	-7.5654	3
32448	Bertelo	bertelo	GA	OR	32052	42.513	-7.5654	3
32448	Almorfe	almorfe	GA	OR	32052	42.513	-7.5654	3
32448	Barxela, A	barxela-a	GA	OR	32052	42.513	-7.5654	3
32448	Carballeira, A (Nogueira De Ramuin)	carballeira-a-nogueira-de-ramuin	GA	OR	32052	42.513	-7.5654	3
32448	Casanova (Nogueira De Ramuin)	casanova-nogueira-de-ramuin	GA	OR	32052	42.513	-7.5654	3
32448	Casdecid	casdecid	GA	OR	32052	42.513	-7.5654	3
32448	Celeiros (Nogueira De Ramuin)	celeiros-nogueira-de-ramuin	GA	OR	32052	42.513	-7.5654	3
32448	Santa Xusta	santa-xusta	GA	OR	32052	42.513	-7.5654	3
32448	Ramuin	ramuin	GA	OR	32052	42.513	-7.5654	3
32448	Penalba, A (Nogueira De Ramuin)	penalba-a-nogueira-de-ramuin	GA	OR	32052	42.513	-7.5654	3
32448	Pena, A (Nogueira De Ramuin)	pena-a-nogueira-de-ramuin	GA	OR	32052	42.513	-7.5654	3
32448	Buzaxe, A	buzaxe-a	GA	OR	32052	42.513	-7.5654	3
32448	Zumento	zumento	GA	OR	32052	42.513	-7.5654	3
32448	Seara Do Rio, A	seara-do-rio-a	GA	OR	32052	42.513	-7.5654	3
32448	Vilanova (Nogueira De Ramuin)	vilanova-nogueira-de-ramuin	GA	OR	32052	42.513	-7.5654	3
32448	San Vicente (Nogueira De Ramuin)	san-vicente-nogueira-de-ramuin	GA	OR	32052	42.513	-7.5654	3
32448	Borraxos, Os	borraxos-os	GA	OR	32052	42.513	-7.5654	3
32449	Cascallal	cascallal	GA	OR	32059	42.4932	-7.6214	1
32449	Carracedo (Peroxa, A)	carracedo-peroxa-a	GA	OR	32059	42.4932	-7.6214	1
32449	Casferreiro	casferreiro	GA	OR	32059	42.4932	-7.6214	1
32449	Recheda, A	recheda-a	GA	OR	32059	42.4932	-7.6214	1
32449	San Paio (Peroxa, A)	san-paio-peroxa-a	GA	OR	32059	42.4932	-7.6214	1
32449	Caspicon	caspicon	GA	OR	32059	42.4932	-7.6214	1
32449	Coto, O (Peroxa, A)	coto-o-peroxa-a	GA	OR	32059	42.4932	-7.6214	1
32449	Airoa De Beacan	airoa-de-beacan	GA	OR	32059	42.4932	-7.6214	1
32449	Vilar De Carracedo	vilar-de-carracedo	GA	OR	32059	42.4932	-7.6214	1
32449	Vilaboa (Peroxa, A)	vilaboa-peroxa-a	GA	OR	32059	42.4932	-7.6214	1
32449	Pedreira (Peroxa, A)	pedreira-peroxa-a	GA	OR	32059	42.4932	-7.6214	1
32449	Pacio (Peroxa, A)	pacio-peroxa-a	GA	OR	32059	42.4932	-7.6214	1
32449	Vilamaior (Peroxa, A)	vilamaior-peroxa-a	GA	OR	32059	42.4932	-7.6214	1
32449	Sandamiro	sandamiro	GA	OR	32059	42.4932	-7.6214	1
32449	Areas (Peroxa, A)	areas-peroxa-a	GA	OR	32059	42.4932	-7.6214	1
32449	Barrio (Peroxa, A)	barrio-peroxa-a	GA	OR	32059	42.4932	-7.6214	1
32449	Barras, As	barras-as	GA	OR	32059	42.4932	-7.6214	1
32449	Fontao, O (Beacan)	fontao-o-beacan	GA	OR	32059	42.4932	-7.6214	1
32449	Outeiro De Beacan, O	outeiro-de-beacan-o	GA	OR	32059	42.4932	-7.6214	1
32449	Reza (Peroxa, A)	reza-peroxa-a	GA	OR	32059	42.4932	-7.6214	1
32449	Ribas (Peroxa, A)	ribas-peroxa-a	GA	OR	32059	42.4932	-7.6214	1
32449	Beacan	beacan	GA	OR	32059	42.4932	-7.6214	1
32449	Outeiro De Carracedo	outeiro-de-carracedo	GA	OR	32059	42.4932	-7.6214	1
32449	Casgutierrez	casgutierrez	GA	OR	32059	42.4932	-7.6214	1
32450	Barca De Barbantes, A	barca-de-barbantes-a	GA	OR	32025	42.3418	-8.0898	3
32450	Barbantes (Cenlle) (Estacion)	barbantes-cenlle-estacion	GA	OR	32025	42.3418	-8.0898	4
32452	Rubias (Punxin)	rubias-punxin	GA	OR	32065	42.3707	-8.0106	4
32452	Ventosela (Punxin)	ventosela-punxin	GA	OR	32065	42.3707	-8.0106	4
32452	Ourantes	ourantes	GA	OR	32065	42.3525	-8.0236	4
32452	Santome (Punxin)	santome-punxin	GA	OR	32065	42.3707	-8.0106	4
32452	Vilar (Punxin)	vilar-punxin	GA	OR	32065	42.3707	-8.0106	4
32453	San Roque (San Amaro)	san-roque-san-amaro	GA	OR	32074	42.3667	-8.0333	3
32453	Barrio (Salamonde)	barrio-salamonde	GA	OR	32074	42.3667	-8.0333	4
32453	Souto (Salamonde)	souto-salamonde	GA	OR	32074	42.3667	-8.0333	4
32453	Reguenga, A (Eiras)	reguenga-a-eiras	GA	OR	32074	42.3667	-8.0333	3
32453	Salamonde	salamonde	GA	OR	32074	42.3667	-8.0333	4
32453	Outeiro (Salamonde)	outeiro-salamonde	GA	OR	32074	42.3667	-8.0333	4
32453	Pallota, A (San Amaro)	pallota-a-san-amaro	GA	OR	32074	42.3667	-8.0333	3
32453	Castro, O (San Amaro)	castro-o-san-amaro	GA	OR	32074	42.3667	-8.0333	3
32453	Las, San Cibrao (San Amaro)	las-san-cibrao-san-amaro	GA	OR	32074	42.3667	-8.0333	3
32453	Eiras (San Amaro)	eiras-san-amaro	GA	OR	32074	42.3667	-8.0333	3
32453	Ferradal, O	ferradal-o	GA	OR	32074	42.3667	-8.0333	3
32453	Gaime	gaime	GA	OR	32074	42.3667	-8.0333	3
32453	Gontan (San Amaro)	gontan-san-amaro	GA	OR	32074	42.3667	-8.0333	3
32453	Santa Eufemia (San Amaro)	santa-eufemia-san-amaro	GA	OR	32074	42.3667	-8.0333	3
32453	Tralorrio (San Amaro)	tralorrio-san-amaro	GA	OR	32074	42.3667	-8.0333	3
32453	Veiga, A (San Amaro)	veiga-a-san-amaro	GA	OR	32074	42.3667	-8.0333	3
32453	Touza, A (Eiras)	touza-a-eiras	GA	OR	32074	42.3667	-8.0333	3
32453	Xinzo (San Amaro)	xinzo-san-amaro	GA	OR	32074	42.3667	-8.0333	3
32453	Sabariz (San Amaro)	sabariz-san-amaro	GA	OR	32074	42.3667	-8.0333	3
32453	Lamego	lamego	GA	OR	32074	42.3667	-8.0333	3
32453	Quintas, As (San Amaro)	quintas-as-san-amaro	GA	OR	32074	42.3667	-8.0333	3
32454	Osmo	osmo	GA	OR	32025	42.3711	-8.1009	4
32454	Sadurnin	sadurnin	GA	OR	32025	42.3278	-8.0854	4
32454	Cima De Vila (Cenlle)	cima-de-vila-cenlle	GA	OR	32025	42.3469	-8.092	3
32454	Cenlle	cenlle	GA	OR	32025	42.3418	-8.0898	4
32454	Esposende (Cenlle)	esposende-cenlle	GA	OR	32025	42.3469	-8.092	3
32454	Pena, A (San Lorenzo)	pena-a-san-lorenzo	GA	OR	32025	42.3469	-8.092	3
32454	Pena, A (Cenlle)	pena-a-cenlle	GA	OR	32025	42.3469	-8.092	3
32454	Saa (Cenlle)	saa-cenlle	GA	OR	32025	42.3469	-8.092	3
32454	Piñeiro (Cenlle)	pineiro-cenlle	GA	OR	32025	42.3469	-8.092	3
32454	Pereiro, O (Cenlle)	pereiro-o-cenlle	GA	OR	32025	42.3469	-8.092	3
32454	Lama, A (Cenlle)	lama-a-cenlle	GA	OR	32025	42.3469	-8.092	3
32454	Nazara	nazara	GA	OR	32025	42.3469	-8.092	3
32454	Riobo (Cenlle)	riobo-cenlle	GA	OR	32025	42.3469	-8.092	3
32454	Torre, A (Cenlle)	torre-a-cenlle	GA	OR	32025	42.3469	-8.092	3
32454	Vilar De Rei	vilar-de-rei	GA	OR	32025	42.3469	-8.092	3
32454	Chabolas, As (Cenlle)	chabolas-as-cenlle	GA	OR	32025	42.3469	-8.092	3
32455	Sergude	sergude	GA	OR	32074	42.8333	-8.4667	4
32455	Outeiro, O (Beariz)	outeiro-o-beariz	GA	OR	32074	42.4154	-8.1504	3
32455	Anllo	anllo	GA	OR	32074	42.3888	-8.0904	4
32455	San Sebastian	san-sebastian	GA	OR	32074	42.4167	-8.4167	4
32455	Cruceiro, O	cruceiro-o	GA	OR	32074	42.4154	-8.1504	3
32455	Barrio (Navio)	barrio-navio	GA	OR	32074	42.3667	-8.0833	4
32455	Figueiredo, O (San Amaro)	figueiredo-o-san-amaro	GA	OR	32074	42.4154	-8.1504	3
32455	Quinta, A (Cenlle)	quinta-a-cenlle	GA	OR	32074	42.3418	-8.0898	4
32455	Cruz, A (San Amaro)	cruz-a-san-amaro	GA	OR	32074	42.4154	-8.1504	3
32455	Casanova, A (Anllo)	casanova-a-anllo	GA	OR	32074	42.3888	-8.0904	4
32455	Viriña, A	virina-a	GA	OR	32074	42.4154	-8.1504	3
32455	Ventoselo (Navio)	ventoselo-navio	GA	OR	32074	42.3667	-8.0833	4
32455	Viñas, As	vinas-as	GA	OR	32074	42.4154	-8.1504	3
32455	Touza, A (Navio)	touza-a-navio	GA	OR	32074	42.3667	-8.0833	4
32455	Piroño	pirono	GA	OR	32074	42.4154	-8.1504	3
32455	Navio	navio	GA	OR	32074	42.3667	-8.0833	4
32455	Pazos (San Amaro)	pazos-san-amaro	GA	OR	32074	42.4154	-8.1504	3
32455	Reguenga, A (Navio)	reguenga-a-navio	GA	OR	32074	42.3667	-8.0833	4
32455	Vilar (San Amaro)	vilar-san-amaro	GA	OR	32074	42.4154	-8.1504	3
32455	Outeiro, O (Navio)	outeiro-o-navio	GA	OR	32074	42.3667	-8.0833	4
32455	Ventoselo (Beariz)	ventoselo-beariz	GA	OR	32074	42.4154	-8.1504	3
32455	Calve	calve	GA	OR	32074	42.4154	-8.1504	3
32455	Quinta, A (San Amaro)	quinta-a-san-amaro	GA	OR	32074	42.4154	-8.1504	3
32455	Sobrado (San Amaro)	sobrado-san-amaro	GA	OR	32074	42.4154	-8.1504	3
32455	San Amaro (San Amaro)	san-amaro-san-amaro	GA	OR	32074	42.4154	-8.1504	3
32455	Sandulces	sandulces	GA	OR	32074	42.4154	-8.1504	3
32455	Varon (San Fiz) (San Amaro)	varon-san-fiz-san-amaro	GA	OR	32074	42.4154	-8.1504	3
32455	Carballeira, A (San Amaro)	carballeira-a-san-amaro	GA	OR	32074	42.4154	-8.1504	3
32455	Campo Da Festa, O	campo-da-festa-o	GA	OR	32074	42.4154	-8.1504	3
32455	Casas Novas, As (San Amaro)	casas-novas-as-san-amaro	GA	OR	32074	42.4154	-8.1504	3
32455	Caseta, A (San Amaro)	caseta-a-san-amaro	GA	OR	32074	42.4154	-8.1504	3
32455	Hospicio, O (San Amaro)	hospicio-o-san-amaro	GA	OR	32074	42.4154	-8.1504	3
32455	Beariz (San Amaro)	beariz-san-amaro	GA	OR	32074	42.4154	-8.1504	3
32455	Brea, A	brea-a	GA	OR	32074	42.4154	-8.1504	3
32455	Grixoa (Santa Maria)	grixoa-santa-maria	GA	OR	32074	42.4154	-8.1504	3
32456	Moa, A	moa-a	GA	OR	32065	42.2833	-8.75	4
32456	San Roque (Punxin)	san-roque-punxin	GA	OR	32065	42.2833	-8.75	3
32456	Pazos De Abaixo	pazos-de-abaixo	GA	OR	32065	42.2833	-8.75	3
32456	Pazos De Arriba	pazos-de-arriba	GA	OR	32065	42.2833	-8.75	3
32456	Figueiroa (Punxin)	figueiroa-punxin	GA	OR	32065	42.2833	-8.75	3
32456	Quintas, As (Punxin)	quintas-as-punxin	GA	OR	32065	42.2833	-8.75	3
32456	Santo Estevo (Punxin)	santo-estevo-punxin	GA	OR	32065	42.2833	-8.75	3
32456	Rego, O (Punxin)	rego-o-punxin	GA	OR	32065	42.2833	-8.75	3
32456	Val, O (Punxin)	val-o-punxin	GA	OR	32065	42.2833	-8.75	3
32456	Vila, A (Punxin)	vila-a-punxin	GA	OR	32065	42.2833	-8.75	3
32456	Souto, O (Punxin)	souto-o-punxin	GA	OR	32065	42.2833	-8.75	3
32456	Forxa, A	forxa-a	GA	OR	32065	42.2833	-8.75	3
32456	Outeiro, O (Punxin)	outeiro-o-punxin	GA	OR	32065	42.2833	-8.75	3
32456	Punxin (Capital)	punxin-capital	GA	OR	32065	42.2833	-8.75	3
32456	Condes De Abaixo	condes-de-abaixo	GA	OR	32065	42.2833	-8.75	3
32456	Conde De Arriba	conde-de-arriba	GA	OR	32065	42.2833	-8.75	3
32456	Vilerma, A (Punxin)	vilerma-a-punxin	GA	OR	32065	42.2833	-8.75	3
32456	Fontedouro	fontedouro	GA	OR	32065	42.2833	-8.75	3
32456	Barxeles (Punxin)	barxeles-punxin	GA	OR	32065	42.2833	-8.75	3
32456	Barbantes (Punxin)	barbantes-punxin	GA	OR	32065	42.2833	-8.75	3
32456	Castiñeira, A	castineira-a	GA	OR	32065	42.2833	-8.75	3
32456	Viñao, O	vinao-o	GA	OR	32065	42.2833	-8.75	3
32456	Bacelo, O	bacelo-o	GA	OR	32065	42.2833	-8.75	3
32456	Chao, O (Punxin)	chao-o-punxin	GA	OR	32065	42.2833	-8.75	3
32456	Vilamoure	vilamoure	GA	OR	32065	42.2833	-8.75	3
32456	Vilela (Punxin)	vilela-punxin	GA	OR	32065	42.2833	-8.75	3
32457	Freas (Punxin)	freas-punxin	GA	OR	32065	42.3667	-8.0167	4
32457	Pousa, A (Santa Maria Freas)	pousa-a-santa-maria-freas	GA	OR	32065	42.3667	-8.0167	3
32459	Laias	laias	GA	OR	32025	42.3316	-8.0295	4
32459	Razamonde	razamonde	GA	OR	32025	42.3316	-8.0527	4
32459	Xubin	xubin	GA	OR	32025	42.3266	-8.0496	3
32459	Trasariz	trasariz	GA	OR	32025	42.3167	-8.0667	4
32500	Arcos (Santa Maria)	arcos-santa-maria	GA	OR	32019	42.3328	-7.6968	1
32500	Carballiño, O	carballino-o	GA	OR	32019	42.3328	-7.6968	1
32510	Souto (Piteira)	souto-piteira	GA	OR	32019	42.4628	-8.0707	4
32510	Mouriz	mouriz	GA	OR	32019	42.4628	-8.0707	3
32510	Piteira, A	piteira-a	GA	OR	32019	42.4628	-8.0707	4
32510	Xuio	xuio	GA	OR	32019	42.4628	-8.0707	3
32510	Paradela (Carballiño, O)	paradela-carballino-o	GA	OR	32019	42.4628	-8.0707	3
32510	Fontao (Carballiño, O)	fontao-carballino-o	GA	OR	32019	42.4628	-8.0707	3
32510	Lama, A (Carballino)	lama-a-carballino	GA	OR	32019	42.4628	-8.0707	3
32510	Seoane (Carballiño, O)	seoane-carballino-o	GA	OR	32019	42.4628	-8.0707	3
32510	Saa (Carballiño, O)	saa-carballino-o	GA	OR	32019	42.4628	-8.0707	3
32510	Valeiras	valeiras	GA	OR	32019	42.4628	-8.0707	3
32510	Granxa, A (Carballino)	granxa-a-carballino	GA	OR	32019	42.4628	-8.0707	3
32510	Zafra	zafra	GA	OR	32019	42.4628	-8.0707	3
32510	Costoia	costoia	GA	OR	32019	42.4628	-8.0707	3
32510	Dornela	dornela	GA	OR	32019	42.4628	-8.0707	3
32510	Bagarelas	bagarelas	GA	OR	32019	42.4628	-8.0707	3
32510	Pol (Carballiño, O)	pol-carballino-o	GA	OR	32019	42.4628	-8.0707	3
32510	Ponte Veiga (San Lourenzo)	ponte-veiga-san-lourenzo	GA	OR	32019	42.4628	-8.0707	3
32510	Mosteiro (Carballiño, O)	mosteiro-carballino-o	GA	OR	32019	42.4628	-8.0707	3
32510	Baron, O (Seoane De Arcos)	baron-o-seoane-de-arcos	GA	OR	32019	42.4628	-8.0707	3
32510	Bertamil	bertamil	GA	OR	32019	42.4628	-8.0707	3
32510	Carballeda (Carballiño, O)	carballeda-carballino-o	GA	OR	32019	42.4628	-8.0707	3
32510	Boedes	boedes	GA	OR	32019	42.4628	-8.0707	3
32510	Trigas (Lobas-Carballiño, O)	trigas-lobas-carballino-o	GA	OR	32019	42.4628	-8.0707	3
32510	Valfrio	valfrio	GA	OR	32019	42.4628	-8.0707	3
32510	Larouce	larouce	GA	OR	32019	42.4628	-8.0707	3
32510	Sobrado (Carballiño, O)	sobrado-carballino-o	GA	OR	32019	42.4628	-8.0707	3
32510	Lobas (Carballiño, O)	lobas-carballino-o	GA	OR	32019	42.4628	-8.0707	3
32512	Eixan	eixan	GA	OR	32013	42.5443	-8.0425	3
32512	Astureses	astureses	GA	OR	32013	42.45	-8.1	4
32512	Cibreiro	cibreiro	GA	OR	32013	42.733	-7.8775	4
32512	Batallas (Boboras)	batallas-boboras	GA	OR	32013	42.5443	-8.0425	3
32512	Igresario, O (Brues)	igresario-o-brues	GA	OR	32013	42.45	-8.15	4
32512	Fondo De Vila (Boboras)	fondo-de-vila-boboras	GA	OR	32013	42.5443	-8.0425	3
32512	Xoane	xoane	GA	OR	32013	42.5443	-8.0425	3
32514	Distriz	distriz	GA	OR	32013	42.5	-7.55	4
32514	Salceda (Boboras)	salceda-boboras	GA	OR	32013	42.496	-7.9309	3
32514	Xuvencos	xuvencos	GA	OR	32013	42.6363	-7.6559	4
32514	Liñariños	linarinos	GA	OR	32013	42.496	-7.9309	3
32514	Xesteira (Moldes-Boboras)	xesteira-moldes-boboras	GA	OR	32013	42.4167	-8.1333	4
32514	Granxa, A (Boboras)	granxa-a-boboras	GA	OR	32013	42.496	-7.9309	3
32514	Pazos De Arenteiro	pazos-de-arenteiro	GA	OR	32013	42.5123	-8.0081	4
32514	Gontelle	gontelle	GA	OR	32013	42.496	-7.9309	3
32514	Cameixa	cameixa	GA	OR	32013	42.4167	-8.1667	4
32514	Costa, A (Boboras)	costa-a-boboras	GA	OR	32013	42.496	-7.9309	3
32514	Igresario, O (Xuvencos)	igresario-o-xuvencos	GA	OR	32013	42.6363	-7.6559	4
32514	Eiravedra (Boboras)	eiravedra-boboras	GA	OR	32013	42.496	-7.9309	3
32514	Moldes	moldes	GA	OR	32013	42.4167	-8.1333	4
32514	Boboras	boboras	GA	OR	32013	42.4333	-8.1443	4
32514	Franza	franza	GA	OR	32013	42.496	-7.9309	3
32514	Corneas (Boboras)	corneas-boboras	GA	OR	32013	42.496	-7.9309	3
32514	Lamela (Boboras)	lamela-boboras	GA	OR	32013	42.496	-7.9309	3
32514	Albarellos (Boboras)	albarellos-boboras	GA	OR	32013	42.496	-7.9309	3
32514	Almuzara, A	almuzara-a	GA	OR	32013	42.496	-7.9309	3
32514	Nonas	nonas	GA	OR	32013	42.496	-7.9309	3
32514	Miandreiras	miandreiras	GA	OR	32013	42.496	-7.9309	3
32514	Paredes (Boboras)	paredes-boboras	GA	OR	32013	42.496	-7.9309	3
32514	Penedo De Xuvencos, O	penedo-de-xuvencos-o	GA	OR	32013	42.496	-7.9309	3
32514	Quintas, As (Boboras)	quintas-as-boboras	GA	OR	32013	42.496	-7.9309	3
32514	Regueiro, O (Albarellos)(Babarellos)	regueiro-o-albarellos-babarellos	GA	OR	32013	42.496	-7.9309	3
32514	Salon	salon	GA	OR	32013	42.496	-7.9309	3
32514	Valdesenda	valdesenda	GA	OR	32013	42.496	-7.9309	3
32514	San Bartolomeu	san-bartolomeu	GA	OR	32013	42.496	-7.9309	3
32514	Sande (Boboras)	sande-boboras	GA	OR	32013	42.496	-7.9309	3
32514	Valiñas (Boboras)	valinas-boboras	GA	OR	32013	42.496	-7.9309	3
32514	Vilanova (Boboras)	vilanova-boboras	GA	OR	32013	42.496	-7.9309	3
32514	Laxas (Boboras)	laxas-boboras	GA	OR	32013	42.496	-7.9309	3
32514	Igresario, O (Albarellos-Boboras)	igresario-o-albarellos-boboras	GA	OR	32013	42.496	-7.9309	3
32514	Sobredo (Boboras)	sobredo-boboras	GA	OR	32013	42.496	-7.9309	3
32514	Rodas	rodas	GA	OR	32013	42.496	-7.9309	3
32514	Porto Do Carro, O	porto-do-carro-o	GA	OR	32013	42.496	-7.9309	3
32514	Sa (Boboras)	sa-boboras	GA	OR	32013	42.496	-7.9309	3
32514	Parada (Boboras)	parada-boboras	GA	OR	32013	42.496	-7.9309	3
32515	Montegrande	montegrande	GA	OR	32074	42.658	-7.7002	4
32515	Partovia	partovia	GA	OR	32074	42.4	-8.0833	4
32515	Covelo, O (Carballino, O)	covelo-o-carballino-o	GA	OR	32074	42.529	-7.8918	3
32515	Señorin (Carballiño)	senorin-carballino	GA	OR	32074	42.529	-7.8918	3
32515	Sona	sona	GA	OR	32074	42.529	-7.8918	3
32515	Elfe	elfe	GA	OR	32074	42.529	-7.8918	3
32515	Campo, O (Baron, O)	campo-o-baron-o	GA	OR	32074	42.529	-7.8918	3
32515	Campo Lamela	campo-lamela	GA	OR	32074	42.529	-7.8918	3
32515	Bifos	bifos	GA	OR	32074	42.529	-7.8918	3
32515	Caldas, As	caldas-as	GA	OR	32074	42.529	-7.8918	3
32515	Torron, O (Carballiño, O)	torron-o-carballino-o	GA	OR	32074	42.529	-7.8918	3
32515	Covela (Carballiño)	covela-carballino	GA	OR	32074	42.529	-7.8918	3
32515	Penedo, O (Carballino, O)	penedo-o-carballino-o	GA	OR	32074	42.529	-7.8918	3
32515	Fonteantiga	fonteantiga	GA	OR	32074	42.529	-7.8918	3
32515	Porto De Eguas	porto-de-eguas	GA	OR	32074	42.529	-7.8918	3
32515	Refoxo (Carballiño)	refoxo-carballino	GA	OR	32074	42.529	-7.8918	3
32515	Veiga, A (Baron, O)	veiga-a-baron-o	GA	OR	32074	42.529	-7.8918	3
32515	Varille	varille	GA	OR	32074	42.529	-7.8918	3
32515	Centeas	centeas	GA	OR	32074	42.529	-7.8918	3
32515	Aguisar	aguisar	GA	OR	32074	42.529	-7.8918	3
32516	Souto (Banga)	souto-banga	GA	OR	32019	42.4	-8.1167	4
32516	Trigas (Sagra)	trigas-sagra	GA	OR	32019	42.4	-8.1	4
32516	Banga	banga	GA	OR	32019	42.4	-8.1167	4
32516	Fraga, A	fraga-a	GA	OR	32019	42.0332	-8.0557	4
32516	Pazo, O (Banga)	pazo-o-banga	GA	OR	32019	42.4	-8.1167	4
32516	Miomas	miomas	GA	OR	32019	42.3266	-8.1011	3
32516	Cabanelas (San Xoan)	cabanelas-san-xoan	GA	OR	32019	42.3266	-8.1011	3
32516	Bouteiro	bouteiro	GA	OR	32019	42.3266	-8.1011	3
32516	Alboio, O	alboio-o	GA	OR	32019	42.3266	-8.1011	3
32516	Seara, A (Carballino)	seara-a-carballino	GA	OR	32019	42.3266	-8.1011	3
32516	Corval	corval	GA	OR	32019	42.3266	-8.1011	3
32516	Mesego	mesego	GA	OR	32019	42.3266	-8.1011	3
32516	Reguenga, A (Carballino, O)	reguenga-a-carballino-o	GA	OR	32019	42.3266	-8.1011	3
32516	Sagra (San Martiño)	sagra-san-martino	GA	OR	32019	42.3266	-8.1011	3
32520	Beresmo (Avion)	beresmo-avion	GA	OR	32004	42.4157	-8.2689	3
32520	Avion	avion	GA	OR	32004	42.3833	-8.25	4
32520	Liñares, Os (Baiste, Avion)	linares-os-baiste-avion	GA	OR	32004	42.448	-8.2878	4
32520	Corcores (Avion)	corcores-avion	GA	OR	32004	42.4157	-8.2689	3
32520	Abelenda (Avion)	abelenda-avion	GA	OR	32004	42.4157	-8.2689	3
32520	Cortegazas (Avion)	cortegazas-avion	GA	OR	32004	42.4157	-8.2689	3
32520	Baiste (Avion)	baiste-avion	GA	OR	32004	42.4157	-8.2689	3
32520	Couso (Avion)	couso-avion	GA	OR	32004	42.4157	-8.2689	3
32520	Nieva (Avion)	nieva-avion	GA	OR	32004	42.4157	-8.2689	3
32520	Amiudal (Avion)	amiudal-avion	GA	OR	32004	42.4157	-8.2689	3
32520	Barroso (Avion)	barroso-avion	GA	OR	32004	42.4157	-8.2689	3
32521	Regueiro (San Pedro)	regueiro-san-pedro	GA	OR	32013	42.45	-8.15	4
32521	Riande	riande	GA	OR	32013	42.45	-8.15	3
32521	Brues	brues	GA	OR	32013	42.45	-8.15	4
32522	Xurenzas (San Pedro)	xurenzas-san-pedro	GA	OR	32013	42.4667	-8.1333	3
32522	Xurenzas	xurenzas	GA	OR	32013	42.4667	-8.1333	4
32523	Feas (San Anton)	feas-san-anton	GA	OR	32013	42.525	-8.7891	4
32523	Moreiras (Santa Mariña)	moreiras-santa-marina	GA	OR	32013	42.4544	-8.3272	3
32523	Cardelle	cardelle	GA	OR	32013	42.4261	-8.2311	4
32523	Vecoña	vecona	GA	OR	32013	42.4544	-8.3272	3
32523	Moreiras (Boboras)	moreiras-boboras	GA	OR	32013	42.4333	-8.1443	4
32523	Feas (Boboras)	feas-boboras	GA	OR	32013	42.4333	-8.1443	4
32525	Xirazga (Beariz)	xirazga-beariz	GA	OR	32013	42.4687	-8.2733	3
32525	Beariz	beariz	GA	OR	32013	42.4687	-8.2733	4
32525	Lebozan (Beariz)	lebozan-beariz	GA	OR	32013	42.4687	-8.2733	3
32525	Magros (Beariz)	magros-beariz	GA	OR	32013	42.4687	-8.2733	3
32525	Doade (Xirazga, Beariz)	doade-xirazga-beariz	GA	OR	32013	42.4687	-8.2733	3
32526	Xendive (Boboras)	xendive-boboras	GA	OR	32013	42.4333	-8.1443	4
32526	Xendive (San Mamede)	xendive-san-mamede	GA	OR	32013	42.4333	-8.1443	3
32530	Barro (Cusanca)	barro-cusanca	GA	OR	32013	42.5346	-8.0907	4
32530	Sueirexa (Cusanca)	sueirexa-cusanca	GA	OR	32013	42.5346	-8.0907	4
32530	Surribas (Cusanca)	surribas-cusanca	GA	OR	32013	42.5346	-8.0907	4
32530	Baxin	baxin	GA	OR	32013	42.5346	-8.0907	3
32530	Filgueira (Cusanca)	filgueira-cusanca	GA	OR	32013	42.5346	-8.0907	4
32530	Coto, O (Irixo, O)	coto-o-irixo-o	GA	OR	32013	42.5346	-8.0907	3
32530	Vila (Irixo, O)	vila-irixo-o	GA	OR	32013	42.5346	-8.0907	3
32530	Segade	segade	GA	OR	32013	42.5346	-8.0907	3
32530	Tellado Do Campo, O	tellado-do-campo-o	GA	OR	32013	42.5346	-8.0907	3
32530	Vixide	vixide	GA	OR	32013	42.5346	-8.0907	3
32530	Regueiro (Irixo, O)	regueiro-irixo-o	GA	OR	32013	42.5346	-8.0907	3
32530	Reguega	reguega	GA	OR	32013	42.5346	-8.0907	3
32530	Regueiro, O (San Pedro)	regueiro-o-san-pedro	GA	OR	32013	42.5346	-8.0907	3
32530	Rio, O (Irixo, O)	rio-o-irixo-o	GA	OR	32013	42.5346	-8.0907	3
32530	Porto Da Veiga	porto-da-veiga	GA	OR	32013	42.5346	-8.0907	3
32530	Zacarade	zacarade	GA	OR	32013	42.5346	-8.0907	3
32530	Pedrouzo (Irixo, O)	pedrouzo-irixo-o	GA	OR	32013	42.5346	-8.0907	3
32530	Fabeiros	fabeiros	GA	OR	32013	42.5346	-8.0907	3
32530	San Cosmede De Cusanca (San Cosmede)	san-cosmede-de-cusanca-san-cosmede	GA	OR	32013	42.5346	-8.0907	3
32530	Campo (Irixo, O)	campo-irixo-o	GA	OR	32013	42.5346	-8.0907	3
32530	Cardedo, O	cardedo-o	GA	OR	32013	42.5346	-8.0907	3
32530	Eirexa, A (Irixo, O)	eirexa-a-irixo-o	GA	OR	32013	42.5346	-8.0907	3
32530	Ermida, A (Irixo, O)	ermida-a-irixo-o	GA	OR	32013	42.5346	-8.0907	3
32530	Esfarrapa, A	esfarrapa-a	GA	OR	32013	42.5346	-8.0907	3
32530	Barrocal, O	barrocal-o	GA	OR	32013	42.5346	-8.0907	3
32530	Menaz	menaz	GA	OR	32013	42.5346	-8.0907	3
32530	Orosa (Irixo, O)	orosa-irixo-o	GA	OR	32013	42.5346	-8.0907	3
32530	Irixo De Arriba, O	irixo-de-arriba-o	GA	OR	32013	42.5346	-8.0907	3
32530	Lagorzos	lagorzos	GA	OR	32013	42.5346	-8.0907	3
32530	Laiña	laina	GA	OR	32013	42.5346	-8.0907	3
32530	Fraga, A (Irixo, O)	fraga-a-irixo-o	GA	OR	32013	42.5346	-8.0907	3
32530	Filgueira (Campo)	filgueira-campo	GA	OR	32013	42.5346	-8.0907	3
32530	Lama, A (Irixo, O)	lama-a-irixo-o	GA	OR	32013	42.5346	-8.0907	3
32530	Castro, O (Irixo, O)	castro-o-irixo-o	GA	OR	32013	42.5346	-8.0907	3
32530	Casares (Campo)	casares-campo	GA	OR	32013	42.5346	-8.0907	3
32530	Chelos (Irixo, O)	chelos-irixo-o	GA	OR	32013	42.5346	-8.0907	3
32530	Condomiña, A (Campo)	condomina-a-campo	GA	OR	32013	42.5346	-8.0907	3
32530	Costa, A (Irixo, O)	costa-a-irixo-o	GA	OR	32013	42.5346	-8.0907	3
32530	Marnotes (Irixo, O)	marnotes-irixo-o	GA	OR	32013	42.5346	-8.0907	3
32534	Ponteveiga (San Lourenzo)	ponteveiga-san-lourenzo	GA	OR	32019	42.5074	-8.0878	1
32534	Medela	medela	GA	OR	32019	42.5074	-8.0878	1
32534	Longoseiros (Santa Mariña)	longoseiros-santa-marina	GA	OR	32019	42.5074	-8.0878	1
32534	Madarnas (Carballiño, O)	madarnas-carballino-o	GA	OR	32019	42.5074	-8.0878	1
32534	Ponterriza	ponterriza	GA	OR	32019	42.5074	-8.0878	1
32534	Mudelos (Santiago)	mudelos-santiago	GA	OR	32019	42.5074	-8.0878	1
32534	Esgueva	esgueva	GA	OR	32019	42.5074	-8.0878	1
32534	Batallas (Carballiño, O)	batallas-carballino-o	GA	OR	32019	42.5074	-8.0878	1
32534	Godas	godas	GA	OR	32019	42.5074	-8.0878	1
32534	Enfesta (Carballiño, O)	enfesta-carballino-o	GA	OR	32019	42.5074	-8.0878	1
32536	Dadin	dadin	GA	OR	32035	42.5014	-8.1151	4
32536	Saavedra	saavedra	GA	OR	32035	42.5014	-8.1151	3
32536	Condomiña, A (Dadin)	condomina-a-dadin	GA	OR	32035	42.5014	-8.1151	4
32536	Enfreado, O	enfreado-o	GA	OR	32035	42.5014	-8.1151	3
32536	Seara, A (Irixo, O)	seara-a-irixo-o	GA	OR	32035	42.5014	-8.1151	4
32536	Bugalleira, A	bugalleira-a	GA	OR	32035	42.5014	-8.1151	3
32536	Bugalleira De Abaixo, A	bugalleira-de-abaixo-a	GA	OR	32035	42.5014	-8.1151	3
32536	Bugalleira De Arriba, A	bugalleira-de-arriba-a	GA	OR	32035	42.5014	-8.1151	3
32537	Casar, O (Readigos)	casar-o-readigos	GA	OR	32035	42.4833	-8.15	4
32537	Castiñeira (Irixo, O)	castineira-irixo-o	GA	OR	32035	42.4772	-8.0567	3
32537	Parada De Laviote	parada-de-laviote	GA	OR	32035	42.4984	-8.1701	4
32537	Orros	orros	GA	OR	32035	42.4772	-8.0567	3
32537	Outeiro, O (Readegos)	outeiro-o-readegos	GA	OR	32035	42.45	-7.85	4
32537	Nabas (Irixo, O)	nabas-irixo-o	GA	OR	32035	42.4772	-8.0567	3
32537	Prexigueiro (Irixo, O)	prexigueiro-irixo-o	GA	OR	32035	42.4772	-8.0567	3
32537	Paredes (Irixo, O)	paredes-irixo-o	GA	OR	32035	42.4772	-8.0567	3
32537	Santiso (Irixo, O)	santiso-irixo-o	GA	OR	32035	42.4772	-8.0567	3
32537	Ribela (Irixo, O)	ribela-irixo-o	GA	OR	32035	42.4772	-8.0567	3
32537	Valdesoiro	valdesoiro	GA	OR	32035	42.4772	-8.0567	3
32537	Xirei	xirei	GA	OR	32035	42.4772	-8.0567	3
32537	Readigos (Irixo, O)	readigos-irixo-o	GA	OR	32035	42.4772	-8.0567	3
32537	Barcia (Irixo, O)	barcia-irixo-o	GA	OR	32035	42.4772	-8.0567	3
32537	Fontes (Irixo, O)	fontes-irixo-o	GA	OR	32035	42.4772	-8.0567	3
32537	Casares, Os (Cida, A)	casares-os-cida-a	GA	OR	32035	42.4772	-8.0567	3
32537	Cida, A	cida-a	GA	OR	32035	42.4772	-8.0567	3
32539	Loureiro (Irixo, O)	loureiro-irixo-o	GA	OR	32035	42.5074	-8.0878	1
32539	Froufe (O Irixo)	froufe-o-irixo	GA	OR	32035	42.5074	-8.0878	1
32539	Espiñeira (O Irixo)	espineira-o-irixo	GA	OR	32035	42.5074	-8.0878	1
32539	Corneda (Irixo, O)	corneda-irixo-o	GA	OR	32035	42.5074	-8.0878	1
32539	Cangues (O Irixo)	cangues-o-irixo	GA	OR	32035	42.5074	-8.0878	1
32540	Gudiña, A (San Martiño E San Pedro)	gudina-a-san-martino-e-san-pedro	GA	OR	32034	42.011	-7.0647	1
32540	Gudiña, A	gudina-a	GA	OR	32034	42.011	-7.0647	1
32545	Barxa (Gudiña, A)	barxa-gudina-a	GA	OR	32034	42.011	-7.0647	1
32545	Seixo, O (Gudiña, A)	seixo-o-gudina-a	GA	OR	32034	42.011	-7.0647	1
32546	Parada Da Serra (San Lucas)	parada-da-serra-san-lucas	GA	OR	32034	42.011	-7.0647	1
32547	San Lourenzo De Pentes	san-lourenzo-de-pentes	GA	OR	32092	42.085	-7.2013	3
32547	Carracedo Da Serra	carracedo-da-serra	GA	OR	32092	42.085	-7.2013	4
32547	Pentes (San Mamede)	pentes-san-mamede	GA	OR	32092	42.085	-7.2013	3
32547	Venda Do Bolaño, A	venda-do-bolano-a	GA	OR	32092	42.085	-7.2013	3
32548	Manzalvos	manzalvos	GA	OR	32048	41.9656	-7.0189	4
32548	Cadavos	cadavos	GA	OR	32048	41.9777	-7.0105	4
32548	Canizo, O	canizo-o	GA	OR	32048	42.0521	-7.1015	4
32548	Tameiron, O	tameiron-o	GA	OR	32048	41.9995	-7.0267	3
32548	Castromil	castromil	GA	OR	32048	42.0027	-6.9759	4
32548	Chaguazoso (Mezquita, A)	chaguazoso-mezquita-a	GA	OR	32048	41.9995	-7.0267	3
32548	Pereiro, O (Mezquita, A)	pereiro-o-mezquita-a	GA	OR	32048	41.9995	-7.0267	3
32549	Esculqueira, A	esculqueira-a	GA	OR	32048	41.983	-7.0801	4
32549	Mezquita, A	mezquita-a	GA	OR	32048	41.983	-7.0801	3
32549	Canda, A	canda-a	GA	OR	32048	41.983	-7.0801	3
32549	Santigoso (Mezquita, A)	santigoso-mezquita-a	GA	OR	32048	41.983	-7.0801	3
32549	Vilavella, A	vilavella-a	GA	OR	32048	41.983	-7.0801	3
32550	Viana Do Bolo	viana-do-bolo	GA	OR	32086	42.1795	-7.1122	4
32551	Mormentelos	mormentelos	GA	OR		42.2222	-7.2012	4
32551	Conso	conso	GA	OR		42.1788	-7.1731	4
32551	Veiguiña, A (Vilariño De Conso)	veiguina-a-vilarino-de-conso	GA	OR		42.2005	-7.1871	3
32551	San Cristovo	san-cristovo	GA	OR		42.2005	-7.1871	3
32552	Entrecinsa	entrecinsa	GA	OR		42.133	-7.2065	4
32552	Soutogrande	soutogrande	GA	OR		42.1384	-7.2036	3
32552	Sabuguido	sabuguido	GA	OR		42.1439	-7.2008	4
32552	Pradoalbar	pradoalbar	GA	OR		42.1384	-7.2036	3
32552	San Mamede (Vilariño Conso)	san-mamede-vilarino-conso	GA	OR		42.1384	-7.2036	3
32552	San Mamede (San Mamede)	san-mamede-san-mamede	GA	OR		42.1384	-7.2036	3
32552	Soutelo (Vilariño De Conso)	soutelo-vilarino-de-conso	GA	OR		42.1384	-7.2036	3
32552	Hedrada	hedrada	GA	OR		42.1384	-7.2036	3
32552	Invernadeiro, O	invernadeiro-o	GA	OR		42.1384	-7.2036	3
32554	Ponton (Viana Do Bolo)	ponton-viana-do-bolo	GA	OR	32086	42.156	-7.1018	3
32554	Pinza	pinza	GA	OR	32086	42.1621	-7.097	4
32554	Caldesiños	caldesinos	GA	OR	32086	42.15	-7.1065	4
32554	Mosexos	mosexos	GA	OR	32086	42.156	-7.1018	3
32554	Seoane De Abaixo	seoane-de-abaixo	GA	OR	32086	42.156	-7.1018	3
32554	San Cibrao (Viana Do Bolo)	san-cibrao-viana-do-bolo	GA	OR	32086	42.156	-7.1018	3
32555	Vilaseco Da Serra	vilaseco-da-serra	GA	OR	32086	42.094	-7.0451	4
32555	Ermida, A (Viana)	ermida-a-viana	GA	OR	32086	42.094	-7.0451	3
32555	Vilardemilo	vilardemilo	GA	OR	32086	42.094	-7.0451	3
32556	Tabazoa De Hedroso	tabazoa-de-hedroso	GA	OR	32086	42.219	-7.0771	4
32556	Covelo (San Lourenzo)	covelo-san-lourenzo	GA	OR	32086	42.219	-7.0771	3
32556	Mourisca (Viana Do Bolo)	mourisca-viana-do-bolo	GA	OR	32086	42.219	-7.0771	3
32556	San Mamede (Viana Do Bolo)	san-mamede-viana-do-bolo	GA	OR	32086	42.219	-7.0771	3
32557	Quintela Do Pando	quintela-do-pando	GA	OR	32092	42.19	-7.1285	4
32557	Ardexarxe	ardexarxe	GA	OR	32092	42.1757	-7.1532	3
32557	Fradelo	fradelo	GA	OR	32092	42.1704	-7.1478	4
32557	Vilariño De Conso	vilarino-de-conso	GA	OR	32092	42.1667	-7.1833	4
32557	Santa Mariña Da Ponte	santa-marina-da-ponte	GA	OR	32092	42.1757	-7.1532	3
32557	Chaguazoso (Vilariño De Conso)	chaguazoso-vilarino-de-conso	GA	OR	32092	42.1757	-7.1532	3
32557	Grixoa (San Pedro)	grixoa-san-pedro	GA	OR	32092	42.1757	-7.1532	3
32557	Vilarmeao (Viana)	vilarmeao-viana	GA	OR	32092	42.1757	-7.1532	3
32557	Castiñeira (Vilariño De Conso)	castineira-vilarino-de-conso	GA	OR	32092	42.1757	-7.1532	3
32558	Quintela De Hedroso	quintela-de-hedroso	GA	OR	32086	42.1912	-7.0789	4
32558	Ramilo	ramilo	GA	OR	32086	42.192	-6.9933	4
32558	Vilar De Goia	vilar-de-goia	GA	OR	32086	42.1624	-7.0401	3
32558	Cepedelo	cepedelo	GA	OR	32086	42.1254	-7.0037	4
32558	Dradelo	dradelo	GA	OR	32086	42.1053	-7.0503	4
32558	Umoso	umoso	GA	OR	32086	42.1624	-7.0401	3
32558	Hedroso	hedroso	GA	OR	32086	42.198	-7.0742	4
32558	Penouta (Viana De Bolo)	penouta-viana-de-bolo	GA	OR	32086	42.1624	-7.0401	3
32558	Rubiais	rubiais	GA	OR	32086	42.1624	-7.0401	3
32558	San Martiño (Viana Do Bolo)	san-martino-viana-do-bolo	GA	OR	32086	42.1624	-7.0401	3
32558	Santa Mariña De Froxais	santa-marina-de-froxais	GA	OR	32086	42.1624	-7.0401	3
32558	Santo Agostiño	santo-agostino	GA	OR	32086	42.1624	-7.0401	3
32558	Tabazoa De Umoso	tabazoa-de-umoso	GA	OR	32086	42.1624	-7.0401	3
32558	Sever (Viana Do Bolo)	sever-viana-do-bolo	GA	OR	32086	42.1624	-7.0401	3
32558	Quintela De Umoso	quintela-de-umoso	GA	OR	32086	42.1624	-7.0401	3
32558	Pradoramisquedo	pradoramisquedo	GA	OR	32086	42.1624	-7.0401	3
32558	Louzaregos	louzaregos	GA	OR	32086	42.1624	-7.0401	3
32558	Castiñeira (Viana Do Bolo)	castineira-viana-do-bolo	GA	OR	32086	42.1624	-7.0401	3
32558	Paradela (Viana Do Bolo)	paradela-viana-do-bolo	GA	OR	32086	42.1624	-7.0401	3
32558	Punxeiro	punxeiro	GA	OR	32086	42.1624	-7.0401	3
32558	Froxais	froxais	GA	OR	32086	42.1624	-7.0401	3
32560	Seoane De Arriba	seoane-de-arriba	GA	OR	32086	42.1432	-7.0901	4
32560	Pradocabalos	pradocabalos	GA	OR	32086	42.1263	-7.1283	4
32560	Solbeira (Viana Do Bolo)	solbeira-viana-do-bolo	GA	OR	32086	42.1347	-7.1092	3
32562	Bembibre	bembibre	GA	OR	32086	42.1385	-7.1391	4
32562	Fornelos De Filloas	fornelos-de-filloas	GA	OR	32086	42.1248	-7.1789	4
32563	Bouza (Viana Do Bolo)	bouza-viana-do-bolo	GA	OR	32086	42.1332	-7.1341	1
32563	Pexeiros (Viana Do Bolo)	pexeiros-viana-do-bolo	GA	OR	32086	42.1332	-7.1341	1
32563	Castro, O (Pexeiros)	castro-o-pexeiros	GA	OR	32086	42.1332	-7.1341	1
32570	Maside (Casco Urbano)	maside-casco-urbano	GA	OR	32045	42.3328	-7.6968	1
32570	Maside (Santo Tome)	maside-santo-tome	GA	OR	32045	42.3328	-7.6968	1
32573	Santa Comba Do Trevoedo (Maside)	santa-comba-do-trevoedo-maside	GA	OR		42.3328	-7.6968	1
32573	Fontela, A (Amarante, Maside)	fontela-a-amarante-maside	GA	OR		42.3328	-7.6968	1
32573	Amarante (Maside)	amarante-maside	GA	OR		42.3328	-7.6968	1
32573	Dacon (Amarante, Maside)	dacon-amarante-maside	GA	OR		42.3328	-7.6968	1
32574	Rañestres (Maside)	ranestres-maside	GA	OR	32045	42.3328	-7.6968	1
32574	Armeses (Maside)	armeses-maside	GA	OR	32045	42.3328	-7.6968	1
32575	Lago, O (Maside)	lago-o-maside	GA	OR	32045	42.3328	-7.6968	1
32577	Piñeiro (Maside)	pineiro-maside	GA	OR	32045	42.3328	-7.6968	1
32577	Louredo (Maside)	louredo-maside	GA	OR	32045	42.3328	-7.6968	1
32577	Garabas (Maside)	garabas-maside	GA	OR	32045	42.3328	-7.6968	1
32577	Quintas, As (Maside)	quintas-as-maside	GA	OR	32045	42.3328	-7.6968	1
32600	Cabreiroa	cabreiroa	GA	OR	32085	41.9165	-7.4274	4
32600	Verin	verin	GA	OR	32085	41.9415	-7.4381	4
32610	Castrelo De Cima	castrelo-de-cima	GA	OR	32071	41.9645	-7.2056	4
32610	Pena Do Souto	pena-do-souto	GA	OR	32071	41.9725	-7.267	3
32610	Covelas (Rios)	covelas-rios	GA	OR	32071	41.9746	-7.2823	4
32610	Mente, O	mente-o	GA	OR	32071	41.9725	-7.267	3
32610	Navallo, O (Rios)	navallo-o-rios	GA	OR	32071	41.9746	-7.2823	4
32610	Veiga Do Seixo, A	veiga-do-seixo-a	GA	OR	32071	41.9725	-7.267	3
32610	San Paio (Rios)	san-paio-rios	GA	OR	32071	41.9746	-7.2823	4
32610	Castrelo De Abaixo	castrelo-de-abaixo	GA	OR	32071	41.9725	-7.267	3
32610	Silva, A (Rios)	silva-a-rios	GA	OR	32071	41.9746	-7.2823	4
32610	Vendas Da Barreira, As	vendas-da-barreira-as	GA	OR	32071	41.9725	-7.267	3
32610	Mourisco, O	mourisco-o	GA	OR	32071	41.9725	-7.267	3
32610	Rios (Santa Maria)	rios-santa-maria	GA	OR	32071	41.9725	-7.267	3
32611	Progo	progo	GA	OR	32050	41.9412	-7.2849	4
32611	Rubios	rubios	GA	OR	32050	41.95	-7.3	4
32611	Feilas (Vilardevos)	feilas-vilardevos	GA	OR	32050	41.9456	-7.2925	3
32611	Trepa, A	trepa-a	GA	OR	32050	41.9456	-7.2925	3
32611	Vilariño Das Touzas	vilarino-das-touzas	GA	OR	32050	41.9456	-7.2925	3
32611	San Cristovo (Rios)	san-cristovo-rios	GA	OR	32050	41.9456	-7.2925	3
32611	Mañoas	manoas	GA	OR	32050	41.9456	-7.2925	3
32611	Fumaces	fumaces	GA	OR	32050	41.9456	-7.2925	3
32611	Piornedo, O	piornedo-o	GA	OR	32050	41.9456	-7.2925	3
32611	Monteveloso	monteveloso	GA	OR	32050	41.9456	-7.2925	3
32611	Santa Baia (Rios)	santa-baia-rios	GA	OR	32050	41.9456	-7.2925	3
32611	Trasestrada (Santo Estevo)	trasestrada-santo-estevo	GA	OR	32050	41.9456	-7.2925	3
32611	San Pedro Pousada	san-pedro-pousada	GA	OR	32050	41.9456	-7.2925	3
32611	Pousada (Rios)	pousada-rios	GA	OR	32050	41.9456	-7.2925	3
32612	Queirugas (Verin)	queirugas-verin	GA	OR	32021	41.9229	-7.4018	1
32613	Bouses	bouses	GA	OR	32053	41.8538	-7.542	4
32613	Videferre	videferre	GA	OR	32053	41.8492	-7.5853	4
32613	Casas Dos Montes, As	casas-dos-montes-as	GA	OR	32053	41.8628	-7.5331	3
32613	Oimbra	oimbra	GA	OR	32053	41.8855	-7.4722	4
32613	Espiño (Oimbra)	espino-oimbra	GA	OR	32053	41.8628	-7.5331	3
32613	Rosal, O	rosal-o	GA	OR	32053	41.8628	-7.5331	3
32613	San Cibrao (Oimbra)	san-cibrao-oimbra	GA	OR	32053	41.8628	-7.5331	3
32613	Chas, As (Oimbra)	chas-as-oimbra	GA	OR	32053	41.8628	-7.5331	3
32613	Granxa, A (Oimbra)	granxa-a-oimbra	GA	OR	32053	41.8628	-7.5331	3
32615	Abedes	abedes	GA	OR	32085	41.9377	-7.4092	4
32616	Soutocovo	soutocovo	GA	OR	32091	41.8762	-7.2868	3
32616	Vilarello (Vilardevos)	vilarello-vilardevos	GA	OR	32091	41.8762	-7.2868	4
32616	Arzadegos	arzadegos	GA	OR	32091	41.8762	-7.2868	3
32616	Florderrei Vello (Vilardevos)	florderrei-vello-vilardevos	GA	OR	32091	41.8762	-7.2868	4
32616	Vilar De Cervos	vilar-de-cervos	GA	OR	32091	41.8762	-7.2868	3
32616	Vilardevos	vilardevos	GA	OR	32091	41.8762	-7.2868	4
32616	Enxames	enxames	GA	OR	32091	41.8762	-7.2868	3
32616	Terroso	terroso	GA	OR	32091	41.8762	-7.2868	4
32617	Arzoa	arzoa	GA	OR	32091	41.9326	-7.2128	4
32617	Berrande	berrande	GA	OR	32091	41.917	-7.2196	4
32617	Trabe, A	trabe-a	GA	OR	32091	41.9248	-7.2162	3
32617	Santa Comba (Verin)	santa-comba-verin	GA	OR	32091	41.9248	-7.2162	3
32617	Osoño (San Pedro)	osono-san-pedro	GA	OR	32091	41.9248	-7.2162	3
32617	Santa Maria De Traseirexa (Santa Maria)	santa-maria-de-traseirexa-santa-maria	GA	OR	32091	41.9248	-7.2162	3
32617	Soutochao (Santa Maria)	soutochao-santa-maria	GA	OR	32091	41.9248	-7.2162	3
32617	Santa Comba De Baroncelle	santa-comba-de-baroncelle	GA	OR	32091	41.9248	-7.2162	3
32617	Moialde	moialde	GA	OR	32091	41.9248	-7.2162	3
32617	Lamasdeite	lamasdeite	GA	OR	32091	41.9248	-7.2162	3
32618	Infesta (Monterrey)	infesta-monterrey	GA	OR	32050	41.9469	-7.4494	4
32618	Sandin (Monterrei)	sandin-monterrei	GA	OR	32050	41.9274	-7.5584	4
32618	Albarellos (Monterrei)	albarellos-monterrei	GA	OR	32050	41.9274	-7.5584	4
32618	Medeiros	medeiros	GA	OR	32050	41.9037	-7.5438	4
32618	Rebordondo (Monterrei)	rebordondo-monterrei	GA	OR	32050	41.9274	-7.5584	4
32618	Vilaza	vilaza	GA	OR	32050	41.927	-7.5447	3
32618	Flariz	flariz	GA	OR	32050	41.9274	-7.5584	4
32618	San Cristovo (Monterrei)	san-cristovo-monterrei	GA	OR	32050	41.9274	-7.5584	4
32618	Salgueira, A	salgueira-a	GA	OR	32050	41.927	-7.5447	3
32618	Madanela, A (Monterrei)	madanela-a-monterrei	GA	OR	32050	41.9274	-7.5584	4
32618	Caridade, A	caridade-a	GA	OR	32050	41.927	-7.5447	3
32618	Paradiña (Monterrei)	paradina-monterrei	GA	OR	32050	41.9274	-7.5584	4
32618	Guimarei	guimarei	GA	OR	32050	41.927	-7.5447	3
32619	Pazos (Verin)	pazos-verin	GA	OR	32085	41.9415	-7.4381	4
32619	Monterrei (Santa Maria) (Verin)	monterrei-santa-maria-verin	GA	OR	32085	41.9415	-7.4381	3
32620	Cimadevila (Laza)	cimadevila-laza	GA	OR	32039	42.0614	-7.462	4
32620	Souteliño (Laza)	soutelino-laza	GA	OR	32039	42.0614	-7.462	4
32620	Laza (Verin)	laza-verin	GA	OR	32039	41.9415	-7.4381	4
32621	Pereiro, O (Laza)	pereiro-o-laza	GA	OR	32039	42.0847	-7.4142	3
32621	Trez	trez	GA	OR	32039	42.0721	-7.4113	4
32621	Retorta (Laza)	retorta-laza	GA	OR	32039	42.0847	-7.4142	3
32621	Toro	toro	GA	OR	32039	42.0951	-7.435	4
32621	Arcucelos	arcucelos	GA	OR	32039	42.0847	-7.4142	3
32621	Cerdedelo	cerdedelo	GA	OR	32039	42.0869	-7.3965	4
32621	Eiras (Laza)	eiras-laza	GA	OR	32039	42.0847	-7.4142	3
32621	Matama (Laza)	matama-laza	GA	OR	32039	42.0847	-7.4142	3
32621	Camba (Laza)	camba-laza	GA	OR	32039	42.0847	-7.4142	3
32622	Albergueria, A (Laza)	albergueria-a-laza	GA	OR	32039	42.0614	-7.462	4
32622	Santo, O	santo-o	GA	OR	32039	42.0076	-7.4674	3
32622	Caldeliñas (Verin)	caldelinas-verin	GA	OR	32039	41.9415	-7.4381	4
32622	Carraxo	carraxo	GA	OR	32039	42.0861	-7.5316	4
32622	Castro De Laza, O (San Pedro)	castro-de-laza-o-san-pedro	GA	OR	32039	42.0076	-7.4674	3
32622	Salgueiro, O (Verin)	salgueiro-o-verin	GA	OR	32039	41.9415	-7.4381	4
32622	Vilamaior Do Val (Santiago)	vilamaior-do-val-santiago	GA	OR	32039	42.0076	-7.4674	3
32624	Nocedo Do Val	nocedo-do-val	GA	OR	32021	42.0035	-7.4446	4
32624	Mixos	mixos	GA	OR	32021	41.9913	-7.4542	3
32624	Estevesiños	estevesinos	GA	OR	32021	41.9797	-7.4572	4
32624	Vences	vences	GA	OR	32021	41.9907	-7.4609	4
32625	Pepin	pepin	GA	OR	32021	42.0076	-7.4169	4
32625	Castrelo Do Val	castrelo-do-val	GA	OR	32021	42.0076	-7.4169	3
32625	Ribas (S Vicente Pepin)	ribas-s-vicente-pepin	GA	OR	32021	42.0076	-7.4169	3
32626	Portocamba	portocamba	GA	OR	32021	42.0685	-7.3652	4
32626	Campobecerros	campobecerros	GA	OR	32021	42.0673	-7.3317	4
32626	Gondulfes	gondulfes	GA	OR	32021	41.9905	-7.3943	4
32626	Marban	marban	GA	OR	32021	42.0421	-7.3637	3
32626	Veiga De Nostre	veiga-de-nostre	GA	OR	32021	42.0421	-7.3637	3
32626	Sanguñedo (Castrelo Do Val)	sangunedo-castrelo-do-val	GA	OR	32021	42.0421	-7.3637	3
32626	Fontefria (Castrelo Do Val)	fontefria-castrelo-do-val	GA	OR	32021	42.0421	-7.3637	3
32626	San Paio (Castrelo Do Val)	san-paio-castrelo-do-val	GA	OR	32021	42.0421	-7.3637	3
32626	Vilar (Castrelo Do Val)	vilar-castrelo-do-val	GA	OR	32021	42.0421	-7.3637	3
32626	Servoi	servoi	GA	OR	32021	42.0421	-7.3637	3
32627	Tintores (Verin)	tintores-verin	GA	OR		41.9415	-7.4381	4
32627	Rasela, A (Verin)	rasela-a-verin	GA	OR		41.9415	-7.4381	4
32627	Vilela (Verin)	vilela-verin	GA	OR		41.9415	-7.4381	4
32630	Xinzo De Limia	xinzo-de-limia	GA	OR	32032	42.0635	-7.7246	4
32631	Boado	boado	GA	OR	32032	42.0672	-7.6829	4
32631	Perrelos	perrelos	GA	OR	32032	42.0944	-7.6252	4
32631	Couso (Sarreaus)	couso-sarreaus	GA	OR	32032	42.0844	-7.6359	3
32631	Piñeira Seca	pineira-seca	GA	OR	32032	42.0884	-7.632	4
32631	Sarreaus	sarreaus	GA	OR	32032	42.0878	-7.6035	4
32631	Tarrazo	tarrazo	GA	OR	32032	42.0844	-7.6359	3
32631	Sas (Sarreaus)	sas-sarreaus	GA	OR	32032	42.0844	-7.6359	3
32631	Solbeira (Xinzo De Limia)	solbeira-xinzo-de-limia	GA	OR	32032	42.0844	-7.6359	3
32631	Freande	freande	GA	OR	32032	42.0844	-7.6359	3
32631	Freixo (Sarreaus)	freixo-sarreaus	GA	OR	32032	42.0844	-7.6359	3
32631	Padroso (Sarreaus)	padroso-sarreaus	GA	OR	32032	42.0844	-7.6359	3
32631	Pidre	pidre	GA	OR	32032	42.0844	-7.6359	3
32631	Paradiña (Sarreaus)	paradina-sarreaus	GA	OR	32032	42.0844	-7.6359	3
32631	Porto Alto	porto-alto	GA	OR	32032	42.0844	-7.6359	3
32632	Laroa	laroa	GA	OR	32005	42.0061	-7.6993	4
32632	Niñodaguia (Baltar)	ninodaguia-baltar	GA	OR	32005	41.952	-7.7158	4
32632	Texos	texos	GA	OR	32005	41.9628	-7.7125	3
32632	Baltar	baltar	GA	OR	32005	41.952	-7.7158	4
32632	Fiestras, As	fiestras-as	GA	OR	32005	41.9628	-7.7125	3
32632	Garabelos (Baltar)	garabelos-baltar	GA	OR	32005	41.952	-7.7158	4
32632	Nocedo (Blancos, Os)	nocedo-blancos-os	GA	OR	32005	41.9628	-7.7125	3
32632	Gomariz (Baltar)	gomariz-baltar	GA	OR	32005	41.952	-7.7158	4
32632	Noveas	noveas	GA	OR	32005	41.9628	-7.7125	3
32632	San Pedro De Laroa	san-pedro-de-laroa	GA	OR	32005	41.9628	-7.7125	3
32633	San Paio (Baltar)	san-paio-baltar	GA	OR	32005	41.952	-7.7158	4
32633	Vilamaior Da Boullosa	vilamaior-da-boullosa	GA	OR	32005	41.9244	-7.7558	4
32633	San Martiño Dos Peros	san-martino-dos-peros	GA	OR	32005	41.9404	-7.7357	3
32633	Montecelo (Baltar)	montecelo-baltar	GA	OR	32005	41.952	-7.7158	4
32633	Sabucedo Dos Peros	sabucedo-dos-peros	GA	OR	32005	41.9404	-7.7357	3
32633	Abades	abades	GA	OR	32005	41.9098	-7.795	4
32633	Quinta, A (Baltar)	quinta-a-baltar	GA	OR	32005	41.952	-7.7158	4
32633	Santo Antoiño (Baltar)	santo-antoino-baltar	GA	OR	32005	41.952	-7.7158	4
32634	Guntin	guntin	GA	OR	32012	41.9788	-7.7556	4
32634	Aguis	aguis	GA	OR	32012	41.9804	-7.7825	4
32634	Ouvigo	ouvigo	GA	OR	32012	41.9796	-7.7691	3
32634	Covas (Blancos, Os)	covas-blancos-os	GA	OR	32012	41.9796	-7.7691	3
32634	Blancos, Os	blancos-os	GA	OR	32012	41.9796	-7.7691	3
32634	Aspra, A	aspra-a	GA	OR	32012	41.9796	-7.7691	3
32634	Aguis (Blancos)	aguis-blancos	GA	OR	32012	41.9796	-7.7691	3
32634	Pexeiros (Blancos, Os)	pexeiros-blancos-os	GA	OR	32012	41.9796	-7.7691	3
32634	Penalonga	penalonga	GA	OR	32012	41.9796	-7.7691	3
32634	Rabea, A	rabea-a	GA	OR	32012	41.9796	-7.7691	3
32634	Outeiro, O (Blancos, Os)	outeiro-o-blancos-os	GA	OR	32012	41.9796	-7.7691	3
32634	Covelas (Blancos, Os)	covelas-blancos-os	GA	OR	32012	41.9796	-7.7691	3
32634	Loureses	loureses	GA	OR	32012	41.9796	-7.7691	3
32634	Fonte Arcada	fonte-arcada	GA	OR	32012	41.9796	-7.7691	3
32634	Cuquexos, Os	cuquexos-os	GA	OR	32012	41.9796	-7.7691	3
32634	Mosqueiro, O (Blancos, Os)	mosqueiro-o-blancos-os	GA	OR	32012	41.9796	-7.7691	3
32634	Vilar (Blancos, Os)	vilar-blancos-os	GA	OR	32012	41.9796	-7.7691	3
32635	Damil	damil	GA	OR	32032	42.0381	-7.7099	4
32635	Lamas (Santa Maria)	lamas-santa-maria	GA	OR	32032	42.0481	-7.7218	3
32635	Parada De Ribeira	parada-de-ribeira	GA	OR	32032	42.0271	-7.728	4
32635	Cima De Ribeira (San Miguel)	cima-de-ribeira-san-miguel	GA	OR	32032	42.0481	-7.7218	3
32635	Mosteiro, O (Xinzo De Limia)	mosteiro-o-xinzo-de-limia	GA	OR	32032	42.0635	-7.7246	4
32635	Gudes	gudes	GA	OR	32032	42.0481	-7.7218	3
32635	Guntimil (Xinzo De Limia)	guntimil-xinzo-de-limia	GA	OR	32032	42.0635	-7.7246	4
32636	Bresmaus	bresmaus	GA	OR	32032	42.1265	-7.608	4
32636	Soutelo (Xinzo De Limia)	soutelo-xinzo-de-limia	GA	OR	32032	42.1265	-7.608	3
32636	Portela Da Quinta, A	portela-da-quinta-a	GA	OR	32032	42.1265	-7.608	3
32636	Trandeiras (Xinzo De Limia)	trandeiras-xinzo-de-limia	GA	OR	32032	42.1265	-7.608	3
32636	Veredo, O	veredo-o	GA	OR	32032	42.1265	-7.608	3
32636	Penedo, O (Sarreaus)	penedo-o-sarreaus	GA	OR	32032	42.1265	-7.608	3
32636	Pena, A (Xinzo De Limia)	pena-a-xinzo-de-limia	GA	OR	32032	42.1265	-7.608	3
32636	Morgade (Xinzo De Limia)	morgade-xinzo-de-limia	GA	OR	32032	42.1265	-7.608	3
32636	Cortegada (Sarreaus)	cortegada-sarreaus	GA	OR	32032	42.1265	-7.608	3
32636	Folgoso (Sarreaus)	folgoso-sarreaus	GA	OR	32032	42.1265	-7.608	3
32636	Pazos (Sarreaus)	pazos-sarreaus	GA	OR	32032	42.1265	-7.608	3
32636	Meilas	meilas	GA	OR	32032	42.1265	-7.608	3
32636	Amea	amea	GA	OR	32032	42.1265	-7.608	3
32636	Baronzas	baronzas	GA	OR	32032	42.1265	-7.608	3
32636	Codesedo (Sarreaus)	codesedo-sarreaus	GA	OR	32032	42.1265	-7.608	3
32637	Seoane De Oleiros	seoane-de-oleiros	GA	OR	32032	42.0321	-7.698	3
32637	Rebordecha	rebordecha	GA	OR	32032	42.0321	-7.698	3
32637	Mosteiro Ribeira (Xinzo Limia)	mosteiro-ribeira-xinzo-limia	GA	OR	32032	41.9694	-7.6448	4
32637	Faramontaos (Xinzo De Limia)	faramontaos-xinzo-de-limia	GA	OR	32032	42.0635	-7.7246	4
32637	Mosteiro, O	mosteiro-o	GA	OR	32032	42.0321	-7.698	3
32637	Gudin	gudin	GA	OR	32032	41.9694	-7.6448	4
32637	Novas (Xinzo De Limia)	novas-xinzo-de-limia	GA	OR	32032	42.0635	-7.7246	4
32637	Moreiras (Xinzo De Limia)	moreiras-xinzo-de-limia	GA	OR	32032	42.0635	-7.7246	4
32637	Paredes (Xinzo De Limia)	paredes-xinzo-de-limia	GA	OR	32032	42.0635	-7.7246	4
32640	Ganade (San Bartolomeu)	ganade-san-bartolomeu	GA	OR	32032	41.9812	-7.8796	1
32640	San Vitoiro (Xinzo De Limia)	san-vitoiro-xinzo-de-limia	GA	OR	32032	41.9812	-7.8796	1
32641	Airavella (Porqueira)	airavella-porqueira	GA	OR	32062	41.9812	-7.8796	1
32641	Sabucedo (Porqueira)	sabucedo-porqueira	GA	OR	32062	41.9812	-7.8796	1
32641	Gandara, A (Porqueira)	gandara-a-porqueira	GA	OR	32062	41.9812	-7.8796	1
32641	Penin Novo	penin-novo	GA	OR	32062	41.9812	-7.8796	1
32641	Rial, O (Sabucedo)	rial-o-sabucedo	GA	OR	32062	41.9812	-7.8796	1
32641	Eido De Ribeira	eido-de-ribeira	GA	OR	32062	41.9812	-7.8796	1
32641	Toxal, O	toxal-o	GA	OR	32062	41.9812	-7.8796	1
32641	Filgueira, A	filgueira-a	GA	OR	32062	41.9812	-7.8796	1
32641	Martices (Porqueira)	martices-porqueira	GA	OR	32062	41.9812	-7.8796	1
32641	Lagoa, A (Porqueira)	lagoa-a-porqueira	GA	OR	32062	41.9812	-7.8796	1
32641	Quintas, As (Porqueira)	quintas-as-porqueira	GA	OR	32062	41.9812	-7.8796	1
32641	Eido De Lamas	eido-de-lamas	GA	OR	32062	41.9812	-7.8796	1
32643	Lobios	lobios	GA	OR	32062	41.8749	-8.0878	4
32643	Fontemoura	fontemoura	GA	OR	32062	42.0049	-7.8711	3
32643	Porqueira (Porqueira)	porqueira-porqueira	GA	OR	32062	42.0167	-7.85	4
32643	Paradela (Porqueira)	paradela-porqueira	GA	OR	32062	42.0167	-7.85	4
32643	Faramiñas	faraminas	GA	OR	32062	42.0049	-7.8711	3
32643	Sever (Porqueira)	sever-porqueira	GA	OR	32062	42.0167	-7.85	4
32643	Paradela De Abeleda	paradela-de-abeleda	GA	OR	32062	42.0056	-7.886	4
32643	Forxa, A (Porqueira)	forxa-a-porqueira	GA	OR	32062	42.0167	-7.85	4
32643	Faramontaos (Porqueira)	faramontaos-porqueira	GA	OR	32062	42.0167	-7.85	4
32643	Tellados (Porqueira)	tellados-porqueira	GA	OR	32062	42.0167	-7.85	4
32643	San Lourenzo (Porqueira)	san-lourenzo-porqueira	GA	OR	32062	42.0167	-7.85	4
32643	Xocin (Porqueira)	xocin-porqueira	GA	OR	32062	42.0167	-7.85	4
32643	Reboredo (Porqueira)	reboredo-porqueira	GA	OR	32062	42.0167	-7.85	4
32643	Torre, A (Porqueira)	torre-a-porqueira	GA	OR	32062	42.0167	-7.85	4
32643	Retorta, A (Porqueira)	retorta-a-porqueira	GA	OR	32062	42.0167	-7.85	4
32644	Castelaus (Calvos De Randin)	castelaus-calvos-de-randin	GA	OR	32016	41.9479	-7.896	4
32644	San Mamede De Sobreganade (Porqueira)	san-mamede-de-sobreganade-porqueira	GA	OR	32016	41.9479	-7.896	3
32646	Vilar (Calvos De Randin)	vilar-calvos-de-randin	GA	OR	32005	41.9054	-7.8748	3
32646	Randin	randin	GA	OR	32005	41.9054	-7.8748	4
32646	Rubias Dos Mixtos	rubias-dos-mixtos	GA	OR	32005	41.9054	-7.8748	3
32646	Rubias (Calvos De Randin)	rubias-calvos-de-randin	GA	OR	32005	41.9054	-7.8748	3
32646	Santiago De Rubias	santiago-de-rubias	GA	OR	32005	41.9054	-7.8748	3
32646	Paradela (Calvos De Randin)	paradela-calvos-de-randin	GA	OR	32005	41.9054	-7.8748	3
32646	Vilariño (Calvos De Randin)	vilarino-calvos-de-randin	GA	OR	32005	41.9054	-7.8748	3
32646	Tosende (Baltar)	tosende-baltar	GA	OR	32005	41.9054	-7.8748	3
32648	Calvos De Randin	calvos-de-randin	GA	OR	32016	41.9479	-7.896	4
32648	Lobas (San Vicente)	lobas-san-vicente	GA	OR	32016	41.9479	-7.896	3
32648	Vila (Calvos De Randin)	vila-calvos-de-randin	GA	OR	32016	41.9479	-7.896	4
32648	Lomear	lomear	GA	OR	32016	41.9479	-7.896	3
32648	Golpellas (Calvos De Randin)	golpellas-calvos-de-randin	GA	OR	32016	41.9479	-7.896	4
32648	Rioseco (Calvos De Randin)	rioseco-calvos-de-randin	GA	OR	32016	41.9479	-7.896	4
32648	Feas (Calvos De Randin)	feas-calvos-de-randin	GA	OR	32016	41.9479	-7.896	4
32648	Padroso (Calvos De Randin)	padroso-calvos-de-randin	GA	OR	32016	41.9479	-7.896	4
32650	Vilar De Santos	vilar-de-santos	GA	OR	32090	42.0993	-7.8232	1
32650	Casas Da Veiga, As (Vilar De Santos)	casas-da-veiga-as-vilar-de-santos	GA	OR	32090	42.0993	-7.8232	1
32651	Ponte, A (Vilar De Santos)	ponte-a-vilar-de-santos	GA	OR	32090	42.103	-7.8107	4
32651	Vieiro, O	vieiro-o	GA	OR	32090	42.103	-7.8107	3
32651	Mosqueiro, O (Vilar De Santos)	mosqueiro-o-vilar-de-santos	GA	OR	32090	42.103	-7.8107	4
32651	Toxediño	toxedino	GA	OR	32090	42.103	-7.8107	3
32651	Parada De Outeiro	parada-de-outeiro	GA	OR	32090	42.103	-7.8107	4
32651	Breixomes	breixomes	GA	OR	32090	42.103	-7.8107	3
32651	Venda, A (Vilar De Santos)	venda-a-vilar-de-santos	GA	OR	32090	42.103	-7.8107	4
32651	Laioso (Vilar De Santos)	laioso-vilar-de-santos	GA	OR	32090	42.103	-7.8107	4
32652	Rairiz De Veiga	rairiz-de-veiga	GA	OR	32067	42.0836	-7.835	4
32652	Lampaza (Santa Maria)	lampaza-santa-maria	GA	OR	32067	42.0836	-7.835	3
32652	Sainza De Abaixo, A	sainza-de-abaixo-a	GA	OR	32067	42.0836	-7.835	3
32652	Sabariz (San Pedro)	sabariz-san-pedro	GA	OR	32067	42.0836	-7.835	3
32652	Rairiz De Veiga (San Xoan)	rairiz-de-veiga-san-xoan	GA	OR	32067	42.0836	-7.835	3
32652	Candas (San Martiño)	candas-san-martino	GA	OR	32067	42.0836	-7.835	3
32654	Zapeaus	zapeaus	GA	OR	32067	42.0736	-7.8645	4
32654	Congostro (Rairiz De Veiga)	congostro-rairiz-de-veiga	GA	OR	32067	42.0736	-7.8645	3
32654	Ordes	ordes	GA	OR	32067	42.0736	-7.8645	3
32654	Amieiro Longo	amieiro-longo	GA	OR	32067	42.0736	-7.8645	3
32654	San Miguel (Rairiz De Veiga)	san-miguel-rairiz-de-veiga	GA	OR	32067	42.0736	-7.8645	3
32654	Eidobispo	eidobispo	GA	OR	32067	42.0736	-7.8645	3
32654	Martices (Rairiz De Veiga)	martices-rairiz-de-veiga	GA	OR	32067	42.0736	-7.8645	3
32654	Rañoa, A (Rairiz De Veiga)	ranoa-a-rairiz-de-veiga	GA	OR	32067	42.0736	-7.8645	3
32654	Peaguda	peaguda	GA	OR	32067	42.0736	-7.8645	3
32654	Penelas (Rairiz De Veiga)	penelas-rairiz-de-veiga	GA	OR	32067	42.0736	-7.8645	3
32654	Maus, As (Rairiz De Veiga)	maus-as-rairiz-de-veiga	GA	OR	32067	42.0736	-7.8645	3
32654	Raposeiras, As	raposeiras-as	GA	OR	32067	42.0736	-7.8645	3
32654	Rial, O (Rairiz De Veiga)	rial-o-rairiz-de-veiga	GA	OR	32067	42.0736	-7.8645	3
32654	Forxas (Rairiz De Veiga)	forxas-rairiz-de-veiga	GA	OR	32067	42.0736	-7.8645	3
32654	Carballal (Rairiz De Veiga)	carballal-rairiz-de-veiga	GA	OR	32067	42.0736	-7.8645	3
32654	Cancela, A	cancela-a	GA	OR	32067	42.0736	-7.8645	3
32654	Celme	celme	GA	OR	32067	42.0736	-7.8645	3
32655	Guillamil	guillamil	GA	OR	32067	42.1224	-7.8329	4
32655	Quilmelas	quilmelas	GA	OR	32067	42.1224	-7.8329	3
32655	Rosen	rosen	GA	OR	32067	42.1224	-7.8329	3
32655	Nigueiroa (Rairiz De Veiga)	nigueiroa-rairiz-de-veiga	GA	OR	32067	42.1224	-7.8329	3
32655	Azoreiros	azoreiros	GA	OR	32067	42.1224	-7.8329	3
32655	Barracel	barracel	GA	OR	32067	42.1224	-7.8329	3
32655	Filgueiras (Rairiz De Veiga)	filgueiras-rairiz-de-veiga	GA	OR	32067	42.1224	-7.8329	3
32660	Allariz	allariz	GA	OR	32001	42.1904	-7.8018	4
32664	Torre, A (Urros-Allariz)	torre-a-urros-allariz	GA	OR	32001	42.1904	-7.8018	1
32664	Pousa, A (Allariz)	pousa-a-allariz	GA	OR	32001	42.1904	-7.8018	1
32664	Santa Baia (Allariz)	santa-baia-allariz	GA	OR	32001	42.1904	-7.8018	1
32664	Outeiro De Orraca	outeiro-de-orraca	GA	OR	32001	42.1904	-7.8018	1
32664	Vilares (Allariz)	vilares-allariz	GA	OR	32001	42.1904	-7.8018	1
32664	Rial, O (Allariz)	rial-o-allariz	GA	OR	32001	42.1904	-7.8018	1
32664	San Mamede (Allariz)	san-mamede-allariz	GA	OR	32001	42.1904	-7.8018	1
32664	San Vitoiro Da Mezquita (San Vitorio)	san-vitoiro-da-mezquita-san-vitorio	GA	OR	32001	42.1904	-7.8018	1
32664	Pedreira, A	pedreira-a	GA	OR	32001	42.1904	-7.8018	1
32664	Coruxeira, A	coruxeira-a	GA	OR	32001	42.1904	-7.8018	1
32664	Casnadagaia	casnadagaia	GA	OR	32001	42.1904	-7.8018	1
32664	Gundias (Allariz)	gundias-allariz	GA	OR	32001	42.1904	-7.8018	1
32664	Bouzas, As	bouzas-as	GA	OR	32001	42.1904	-7.8018	1
32664	Castro, O (Allariz)	castro-o-allariz	GA	OR	32001	42.1904	-7.8018	1
32664	Allariz (Santiago)	allariz-santiago	GA	OR	32001	42.1904	-7.8018	1
32664	Pousada, A (Allariz)	pousada-a-allariz	GA	OR	32001	42.1904	-7.8018	1
32664	Queiroas (San Breixo)	queiroas-san-breixo	GA	OR	32001	42.1904	-7.8018	1
32664	Queiroas Da Igrexa	queiroas-da-igrexa	GA	OR	32001	42.1904	-7.8018	1
32664	Tain (Allariz)	tain-allariz	GA	OR	32001	42.1904	-7.8018	1
32665	San Trocado	san-trocado	GA	OR	32001	42.1904	-7.8018	3
32665	Seoane (Allariz)	seoane-allariz	GA	OR	32001	42.1904	-7.8018	4
32665	San Martiño De Pazoo (San Martiño)	san-martino-de-pazoo-san-martino	GA	OR	32001	42.1904	-7.8018	3
32665	Seoane (San Xoan)	seoane-san-xoan	GA	OR	32001	42.1904	-7.8018	3
32666	Penaflor	penaflor	GA	OR	32001	42.1904	-7.8018	3
32666	Coedo (Allariz)	coedo-allariz	GA	OR	32001	42.1904	-7.8018	4
32666	Outeiro De Torneiros	outeiro-de-torneiros	GA	OR	32001	42.1904	-7.8018	3
32666	Paradiñas (Allariz)	paradinas-allariz	GA	OR	32001	42.1904	-7.8018	4
32666	Novas (Allariz)	novas-allariz	GA	OR	32001	42.1904	-7.8018	4
32666	Torneiros (Allariz)	torneiros-allariz	GA	OR	32001	42.1904	-7.8018	4
32666	San Miguel (Allariz)	san-miguel-allariz	GA	OR	32001	42.1904	-7.8018	4
32667	Allariz (Santo Estevo)	allariz-santo-estevo	GA	OR	32001	42.1904	-7.8018	3
32667	Paciños (Allariz)	pacinos-allariz	GA	OR	32001	42.1904	-7.8018	4
32667	Requeixo De Valverde	requeixo-de-valverde	GA	OR	32001	42.1904	-7.8018	3
32667	Valverde (Allariz)	valverde-allariz	GA	OR	32001	42.1904	-7.8018	4
32668	Outeiro De Laxe	outeiro-de-laxe	GA	OR	32001	42.1904	-7.8018	3
32668	Casas Novas, As (Allariz)	casas-novas-as-allariz	GA	OR	32001	42.1904	-7.8018	4
32668	Turzas	turzas	GA	OR	32001	42.1904	-7.8018	3
32668	Laioso (Allariz)	laioso-allariz	GA	OR	32001	42.1904	-7.8018	4
32668	Duci	duci	GA	OR	32001	42.1904	-7.8018	3
32668	Santo Estevo (Allariz)	santo-estevo-allariz	GA	OR	32001	42.1904	-7.8018	4
32668	Vilar De Flores	vilar-de-flores	GA	OR	32001	42.1904	-7.8018	3
32668	Vila, A (Allariz)	vila-a-allariz	GA	OR	32001	42.1904	-7.8018	4
32668	Santa Mariña De Augas Santas	santa-marina-de-augas-santas	GA	OR	32001	42.1904	-7.8018	3
32668	Tosende (Allariz)	tosende-allariz	GA	OR	32001	42.1904	-7.8018	4
32668	Augas Santas	augas-santas	GA	OR	32001	42.1904	-7.8018	3
32668	Acea, A (Allariz)	acea-a-allariz	GA	OR	32001	42.1904	-7.8018	4
32668	Armea	armea	GA	OR	32001	42.1904	-7.8018	3
32668	Espiñeiros, Os (Allariz)	espineiros-os-allariz	GA	OR	32001	42.1904	-7.8018	4
32668	Meire (Allariz)	meire-allariz	GA	OR	32001	42.1904	-7.8018	4
32668	Rubias (Allariz)	rubias-allariz	GA	OR	32001	42.1904	-7.8018	4
32668	Souto, O (Allariz)	souto-o-allariz	GA	OR	32001	42.1904	-7.8018	4
32669	Coira, A	coira-a	GA	OR	32001	42.1904	-7.8018	3
32669	Cal, A (Allariz)	cal-a-allariz	GA	OR	32001	42.1904	-7.8018	4
32669	Roiriz	roiriz	GA	OR	32001	42.1904	-7.8018	3
32669	Guede (Allariz)	guede-allariz	GA	OR	32001	42.1904	-7.8018	4
32669	Enfestela, A	enfestela-a	GA	OR	32001	42.1904	-7.8018	3
32669	Folgoso (Allariz)	folgoso-allariz	GA	OR	32001	42.1904	-7.8018	4
32670	Xunqueira De Ambia	xunqueira-de-ambia	GA	OR	32036	41.933	-8.1173	3
32670	Xunqueira De Ambia (Santa Maria A Real)	xunqueira-de-ambia-santa-maria-a-real	GA	OR	32036	41.933	-8.1173	4
32678	Armariz (San Salvador)	armariz-san-salvador	GA	OR	32036	42.0998	-8.3586	1
32678	Cerdeira (Xunqueira De Ambia)	cerdeira-xunqueira-de-ambia	GA	OR	32036	42.0998	-8.3586	1
32678	Casnaloba	casnaloba	GA	OR	32036	42.0998	-8.3586	1
32678	Pena, A (Xunqueira De Ambia)	pena-a-xunqueira-de-ambia	GA	OR	32036	42.0998	-8.3586	1
32678	Brandela, A	brandela-a	GA	OR	32036	42.0998	-8.3586	1
32678	Graña, A (Xunqueira De Ambia)	grana-a-xunqueira-de-ambia	GA	OR	32036	42.0998	-8.3586	1
32679	San Roman	san-roman	GA	OR	32036	42.2667	-8.6	4
32679	Abeleda, A (Xunqueira De Ambia)	abeleda-a-xunqueira-de-ambia	GA	OR	32036	42.2667	-8.6	3
32679	Bustelo (Xunqueira De Ambia)	bustelo-xunqueira-de-ambia	GA	OR	32036	42.2667	-8.6	3
32679	Vilariño Da Veiga	vilarino-da-veiga	GA	OR	32036	42.2667	-8.6	3
32679	Busteliño	bustelino	GA	OR	32036	42.2667	-8.6	3
32679	Bobadela (Xunqueira De Ambia)	bobadela-xunqueira-de-ambia	GA	OR	32036	42.2667	-8.6	3
32679	Sobradelo (Xunqueira De Ambia)	sobradelo-xunqueira-de-ambia	GA	OR	32036	42.2667	-8.6	3
32679	Cima De Vila (Xunqueira De Ambia)	cima-de-vila-xunqueira-de-ambia	GA	OR	32036	42.2667	-8.6	3
32679	Fondo De Vila (Xunqueira De Ambia)	fondo-de-vila-xunqueira-de-ambia	GA	OR	32036	42.2667	-8.6	3
32679	Pazos Da Abeleda	pazos-da-abeleda	GA	OR	32036	42.2667	-8.6	3
32679	Tellada, A	tellada-a	GA	OR	32036	42.2667	-8.6	3
32679	Casasoa (Xunqueira De Ambia)	casasoa-xunqueira-de-ambia	GA	OR	32036	42.2667	-8.6	3
32680	Baldriz	baldriz	GA	OR	32028	42.0324	-7.5301	4
32680	Atas (Santa Maria)	atas-santa-maria	GA	OR	32028	42.0324	-7.5301	3
32680	Mercedes, As	mercedes-as	GA	OR	32028	42.0324	-7.5301	3
32688	Lucenza	lucenza	GA	OR	32028	41.9534	-7.6211	4
32688	Pedrosa, A	pedrosa-a	GA	OR	32028	41.9534	-7.6211	3
32688	Vilela (Cualedro)	vilela-cualedro	GA	OR	32028	41.9534	-7.6211	3
32688	Lamalonga (Cualedro)	lamalonga-cualedro	GA	OR	32028	41.9534	-7.6211	3
32688	Moimenta (Cualedro)	moimenta-cualedro	GA	OR	32028	41.9534	-7.6211	3
32688	Saceda, A	saceda-a	GA	OR	32028	41.9534	-7.6211	3
32688	Xironda, A	xironda-a	GA	OR	32028	41.9534	-7.6211	3
32688	San Millao	san-millao	GA	OR	32028	41.9534	-7.6211	3
32689	Rebordondo	rebordondo	GA	OR	32028	41.9931	-7.5413	4
32689	Carzoa	carzoa	GA	OR	32028	41.9646	-7.5846	4
32689	Pena Verde	pena-verde	GA	OR	32028	41.9822	-7.5735	3
32689	Cualedro	cualedro	GA	OR	32028	41.989	-7.5946	4
32689	San Martiño (Cualedro)	san-martino-cualedro	GA	OR	32028	41.9822	-7.5735	3
32689	Lamas (Cualedro)	lamas-cualedro	GA	OR	32028	41.9822	-7.5735	3
32690	Toran	toran	GA	OR	32079	42.2312	-7.8303	4
32690	San Fiz (Taboadela)	san-fiz-taboadela	GA	OR	32079	42.2652	-8.0757	3
32690	Outeiro, O (Toran)	outeiro-o-toran	GA	OR	32079	42.2312	-7.8303	4
32690	Xociños	xocinos	GA	OR	32079	42.2652	-8.0757	3
32690	Soutomaior	soutomaior	GA	OR	32079	42.3333	-8.5667	4
32690	Pazos (Taboadela)	pazos-taboadela	GA	OR	32079	42.2652	-8.0757	3
32690	Pereiras (Taboadela)	pereiras-taboadela	GA	OR	32079	42.2652	-8.0757	3
32690	Eirexa, A (Taboadela)	eirexa-a-taboadela	GA	OR	32079	42.2652	-8.0757	3
32690	Covelo (Taboadela)	covelo-taboadela	GA	OR	32079	42.2652	-8.0757	3
32690	Lavandeira (Taboadela)	lavandeira-taboadela	GA	OR	32079	42.2652	-8.0757	3
32690	Barrio, O (Taboadela)	barrio-o-taboadela	GA	OR	32079	42.2652	-8.0757	3
32690	Alto De Taboadela	alto-de-taboadela	GA	OR	32079	42.2652	-8.0757	3
32690	Castro, O (Taboadela)	castro-o-taboadela	GA	OR	32079	42.2652	-8.0757	3
32690	Mezquita, A (Taboadela)	mezquita-a-taboadela	GA	OR	32079	42.2652	-8.0757	3
32690	Telleira, A (Taboadela)	telleira-a-taboadela	GA	OR	32079	42.2652	-8.0757	3
32690	Taboadela (Taboadela)	taboadela-taboadela	GA	OR	32079	42.2652	-8.0757	3
32690	Venda Do Rio, A	venda-do-rio-a	GA	OR	32079	42.2652	-8.0757	3
32690	Silvoso (Taboadela)	silvoso-taboadela	GA	OR	32079	42.2652	-8.0757	3
32690	Vilar (Taboadela)	vilar-taboadela	GA	OR	32079	42.2652	-8.0757	3
32690	Mingarabeiza	mingarabeiza	GA	OR	32079	42.2652	-8.0757	3
32690	Ribo	ribo	GA	OR	32079	42.2652	-8.0757	3
32690	Quintas, As (Taboadela)	quintas-as-taboadela	GA	OR	32079	42.2652	-8.0757	3
32690	Rectoral, A	rectoral-a	GA	OR	32079	42.2652	-8.0757	3
32690	Seara, A (Taboadela)	seara-a-taboadela	GA	OR	32079	42.2652	-8.0757	3
32690	Silvosiño	silvosino	GA	OR	32079	42.2652	-8.0757	3
32690	Abeledo	abeledo	GA	OR	32079	42.2652	-8.0757	3
32690	Palacio (Taboadela)	palacio-taboadela	GA	OR	32079	42.2652	-8.0757	3
32690	Pumar (Taboadela)	pumar-taboadela	GA	OR	32079	42.2652	-8.0757	3
32691	Outeiriño, O (Taboadela)	outeirino-o-taboadela	GA	OR	32079	42.2423	-7.8272	4
32691	Venda Nova, A	venda-nova-a	GA	OR	32079	42.2423	-7.8272	3
32691	Amendo, O	amendo-o	GA	OR	32079	42.2423	-7.8272	3
32691	Reguenga, A (Taboadela)	reguenga-a-taboadela	GA	OR	32079	42.2423	-7.8272	4
32691	San Xurxo Da Touza	san-xurxo-da-touza	GA	OR	32079	42.2423	-7.8272	3
32691	Pousa (Taboadela)	pousa-taboadela	GA	OR	32079	42.2423	-7.8272	4
32691	Petada, A	petada-a	GA	OR	32079	42.2423	-7.8272	3
32691	Veredo (Taboadela)	veredo-taboadela	GA	OR	32079	42.2423	-7.8272	4
32691	Pasadan	pasadan	GA	OR	32079	42.2423	-7.8272	3
32691	Espiñeiro (Taboadela)	espineiro-taboadela	GA	OR	32079	42.2423	-7.8272	4
32691	Meson De Calvos, O	meson-de-calvos-o	GA	OR	32079	42.2423	-7.8272	3
32691	Touza (Taboadela)	touza-taboadela	GA	OR	32079	42.2423	-7.8272	4
32691	Santa Locaia	santa-locaia	GA	OR	32079	42.2423	-7.8272	3
32691	Santas (Taboadela)	santas-taboadela	GA	OR	32079	42.2423	-7.8272	4
32692	Couso De Limia	couso-de-limia	GA	OR	32077	42.1005	-7.7687	4
32692	Coalloso	coalloso	GA	OR	32077	42.1099	-7.7592	3
32692	Santa Ana (Sandias)	santa-ana-sandias	GA	OR	32077	42.1123	-7.7568	4
32692	Cerredelo	cerredelo	GA	OR	32077	42.1099	-7.7592	3
32692	Castro, O (Sandias)	castro-o-sandias	GA	OR	32077	42.1123	-7.7568	4
32692	Pegas, As	pegas-as	GA	OR	32077	42.1099	-7.7592	3
32692	Couso De Limia (Sandias)	couso-de-limia-sandias	GA	OR	32077	42.1123	-7.7568	4
32692	Vilariño Das Poldras	vilarino-das-poldras	GA	OR	32077	42.1099	-7.7592	3
32692	Sandias	sandias	GA	OR	32077	42.1123	-7.7568	4
32692	Cardeita	cardeita	GA	OR	32077	42.1099	-7.7592	3
32693	Piñeira De Arriba	pineira-de-arriba	GA	OR	32077	42.1383	-7.7618	4
32693	Piñeira De Abaixo	pineira-de-abaixo	GA	OR	32077	42.1405	-7.7593	4
32693	Fontela, A (Sandias)	fontela-a-sandias	GA	OR	32077	42.1123	-7.7568	4
32693	Lavandeira, A	lavandeira-a	GA	OR	32077	42.1258	-7.7587	3
32693	Arcos (Sandias)	arcos-sandias	GA	OR	32077	42.1123	-7.7568	4
32693	Chousela, A	chousela-a	GA	OR	32077	42.1258	-7.7587	3
32693	Zadagos	zadagos	GA	OR	32077	42.1258	-7.7587	3
32693	Piñeira De Arcos	pineira-de-arcos	GA	OR	32077	42.1258	-7.7587	3
32693	Ladeira, A	ladeira-a	GA	OR	32077	42.1258	-7.7587	3
32693	Corga, A	corga-a	GA	OR	32077	42.1258	-7.7587	3
32695	Zos	zos	GA	OR	32082	42.0423	-7.6653	4
32695	Soutelo (Trasmiras)	soutelo-trasmiras	GA	OR	32082	42.0436	-7.6584	3
32695	Abavides	abavides	GA	OR	32082	42.045	-7.6515	4
32695	Trasmiras (Xinzo De Limia)	trasmiras-xinzo-de-limia	GA	OR	32082	42.0436	-7.6584	3
32695	Vilar De Lebres	vilar-de-lebres	GA	OR	32082	42.0436	-7.6584	3
32695	Lobaces (Trasmiras)	lobaces-trasmiras	GA	OR	32082	42.0436	-7.6584	3
32695	Chamosiños	chamosinos	GA	OR	32082	42.0436	-7.6584	3
32695	Casas (Trasmiras)	casas-trasmiras	GA	OR	32082	42.0436	-7.6584	3
32695	Serralleira, A	serralleira-a	GA	OR	32082	42.0436	-7.6584	3
32695	Santa Baia De Chamosiños	santa-baia-de-chamosinos	GA	OR	32082	42.0436	-7.6584	3
32695	Pardieiros, Os	pardieiros-os	GA	OR	32082	42.0436	-7.6584	3
32695	Silvaescura	silvaescura	GA	OR	32082	42.0436	-7.6584	3
32696	Escornabois	escornabois	GA	OR	32082	42.0419	-7.5916	4
32696	Nocelo Da Pena	nocelo-da-pena	GA	OR	32082	42.0619	-7.579	4
32696	Rabal (Trasmiras)	rabal-trasmiras	GA	OR	32082	42.0583	-7.5879	3
32696	Lodoselo	lodoselo	GA	OR	32082	42.0712	-7.5931	4
32696	Castelo, O (Trasmiras)	castelo-o-trasmiras	GA	OR	32082	42.0583	-7.5879	3
32696	Vila De Rei (San Salvador)	vila-de-rei-san-salvador	GA	OR	32082	42.0583	-7.5879	3
32696	Vilaseca	vilaseca	GA	OR	32082	42.0583	-7.5879	3
32696	Seixas	seixas	GA	OR	32082	42.0583	-7.5879	3
32696	Santo Andre (Trasmiras)	santo-andre-trasmiras	GA	OR	32082	42.0583	-7.5879	3
32697	Tamagos	tamagos	GA	OR	32085	41.8968	-7.4292	4
32697	Mourazos	mourazos	GA	OR	32085	41.8834	-7.434	4
32697	Tamaguelos	tamaguelos	GA	OR	32085	41.8708	-7.442	4
32698	Rabal (Oimbra)	rabal-oimbra	GA	OR	32053	41.8855	-7.4722	4
32698	Feces De Cima	feces-de-cima	GA	OR	32053	41.8539	-7.3817	4
32698	Queizas	queizas	GA	OR	32053	41.863	-7.4241	3
32698	Mandin	mandin	GA	OR	32053	41.8497	-7.4184	4
32699	Feces De Abaixo	feces-de-abaixo	GA	OR	32085	42.1016	-7.7169	1
32700	Maceda	maceda	GA	OR	32043	42.2697	-7.6505	4
32701	Lama Ma	lama-ma	GA	OR	32007	42.2139	-7.6795	3
32701	Baños De Molgas	banos-de-molgas	GA	OR	32007	42.2415	-7.6722	4
32701	Presqueira	presqueira	GA	OR	32007	42.217	-7.6789	4
32701	Baños De Molgas (San Salvador)	banos-de-molgas-san-salvador	GA	OR	32007	42.2139	-7.6795	3
32701	Poedo	poedo	GA	OR	32007	42.192	-7.6897	4
32701	Calvelo (Baños De Molgas)	calvelo-banos-de-molgas	GA	OR	32007	42.2139	-7.6795	3
32701	Guamil	guamil	GA	OR	32007	42.2049	-7.677	4
32701	Vilariño (Baños De Molgas)	vilarino-banos-de-molgas	GA	OR	32007	42.2139	-7.6795	3
32701	Xocin (Baños De Molgas)	xocin-banos-de-molgas	GA	OR	32007	42.2139	-7.6795	3
32701	Vide (Baños De Molgas)	vide-banos-de-molgas	GA	OR	32007	42.2139	-7.6795	3
32701	Vide (San Xoan)	vide-san-xoan	GA	OR	32007	42.2139	-7.6795	3
32702	Rebordechao	rebordechao	GA	OR	32007	42.1789	-7.4992	4
32702	Padreda	padreda	GA	OR	32007	42.1789	-7.6377	4
32702	Vilar De Barrio	vilar-de-barrio	GA	OR	32007	42.1807	-7.5884	3
32702	Seiro	seiro	GA	OR	32007	42.1841	-7.6283	4
32702	Prado (Vilar De Barrio)	prado-vilar-de-barrio	GA	OR	32007	42.1807	-7.5884	3
32702	Vilar De Gomareite	vilar-de-gomareite	GA	OR	32007	42.1807	-7.5884	3
32702	Boveda (Vilar De Barrio)	boveda-vilar-de-barrio	GA	OR	32007	42.1807	-7.5884	3
32703	Maceda (San Pedro)	maceda-san-pedro	GA	OR	32043	42.2723	-7.6968	3
32703	Piuca	piuca	GA	OR	32043	42.2723	-7.6968	4
32703	Zorelle (Santiago)	zorelle-santiago	GA	OR	32043	42.2723	-7.6968	3
32704	Ambia	ambia	GA	OR	32007	42.2058	-7.7371	4
32704	Coucieiro (Baños De Molgas)	coucieiro-banos-de-molgas	GA	OR	32007	42.238	-7.7047	3
32704	Almoite	almoite	GA	OR	32007	42.2582	-7.677	4
32704	Ponte Ambia	ponte-ambia	GA	OR	32007	42.238	-7.7047	3
32704	Betan	betan	GA	OR	32007	42.25	-7.7	4
32704	Sanguñedo (Baños De Molgas)	sangunedo-banos-de-molgas	GA	OR	32007	42.238	-7.7047	3
32704	Cantoña (Baños De Molgas)	cantona-banos-de-molgas	GA	OR	32007	42.238	-7.7047	3
32704	San Pedro De Ribeira	san-pedro-de-ribeira	GA	OR	32007	42.238	-7.7047	3
32705	Arnuide	arnuide	GA	OR	32007	42.1974	-7.6068	4
32705	Porto (Vilar De Barrio)	porto-vilar-de-barrio	GA	OR	32007	42.1974	-7.6068	3
32705	Albergueria, A (Vilar De Barrio)	albergueria-a-vilar-de-barrio	GA	OR	32007	42.1974	-7.6068	3
32705	Arruas	arruas	GA	OR	32007	42.1974	-7.6068	3
32705	Maus (San Pedro)	maus-san-pedro	GA	OR	32007	42.1974	-7.6068	3
32706	Vilar (Maceda)	vilar-maceda	GA	OR	32043	42.2697	-7.6505	4
32706	Xinzo Da Costa	xinzo-da-costa	GA	OR	32043	42.3791	-7.6813	3
32706	Santiso	santiso	GA	OR	32043	42.7663	-7.8588	4
32706	Castro De Escuadro	castro-de-escuadro	GA	OR	32043	42.2238	-7.5707	4
32706	Vixueses	vixueses	GA	OR	32043	42.3791	-7.6813	3
32706	Foncuberta	foncuberta	GA	OR	32043	42.2566	-7.6451	4
32707	Costa, A (Santiago) (Maceda)	costa-a-santiago-maceda	GA	OR	32043	42.2631	-7.6148	3
32707	Tioira	tioira	GA	OR	32043	42.2631	-7.6148	4
32708	Ramil (Xunqueira De Espadañedo)	ramil-xunqueira-de-espadanedo	GA	OR	32037	42.2833	-7.6	3
32708	Asadur	asadur	GA	OR	32037	42.2833	-7.6	4
32710	Monterrei (Urbanizacion)	monterrei-urbanizacion	GA	OR	32058	42.3452	-7.8001	3
32710	Prexigueiro (Pereiro De Aguiar)	prexigueiro-pereiro-de-aguiar	GA	OR	32058	42.3452	-7.8001	4
32710	Tibias	tibias	GA	OR	32058	42.3452	-7.8001	3
32710	Cortiñas (Pereiro De Aguiar)	cortinas-pereiro-de-aguiar	GA	OR	32058	42.3452	-7.8001	4
32710	San Salvador (Prexigueiro)	san-salvador-prexigueiro	GA	OR	32058	42.3452	-7.8001	3
32710	Pereiro De Aguiar, O	pereiro-de-aguiar-o	GA	OR	32058	42.3452	-7.8001	4
32710	Castadon	castadon	GA	OR	32058	42.3452	-7.8001	3
32710	Lamela, A (Pereiro De Aguiar)	lamela-a-pereiro-de-aguiar	GA	OR	32058	42.3452	-7.8001	4
32710	San Salvador (Vilariño)	san-salvador-vilarino	GA	OR	32058	42.3452	-7.8001	3
32710	Cachamuiña (Pereiro De Aguiar)	cachamuina-pereiro-de-aguiar	GA	OR	32058	42.3452	-7.8001	4
32710	Pereiro De Alen, O	pereiro-de-alen-o	GA	OR	32058	42.3452	-7.8001	3
32710	Vilar (Prexigueiro)	vilar-prexigueiro	GA	OR	32058	42.3452	-7.8001	3
32710	Murteira, A	murteira-a	GA	OR	32058	42.3452	-7.8001	3
32711	Sabadelle	sabadelle	GA	OR	32058	42.3597	-7.8189	4
32711	Espiñedo (Pereiro De Aguiar)	espinedo-pereiro-de-aguiar	GA	OR	32058	42.3597	-7.8189	3
32711	Xubande	xubande	GA	OR	32058	42.3597	-7.8189	3
32711	Vilariño (Pereiro De Aguiar)	vilarino-pereiro-de-aguiar	GA	OR	32058	42.3597	-7.8189	3
32711	Ventosela (Pereiro De Aguiar)	ventosela-pereiro-de-aguiar	GA	OR	32058	42.3597	-7.8189	3
32711	Ouriz	ouriz	GA	OR	32058	42.3597	-7.8189	3
32711	Casdemiro	casdemiro	GA	OR	32058	42.3597	-7.8189	3
32711	Bouzas De Fondo	bouzas-de-fondo	GA	OR	32058	42.3597	-7.8189	3
32711	Cimadevila (Melias-Pereiro De Aguiar)	cimadevila-melias-pereiro-de-aguiar	GA	OR	32058	42.3597	-7.8189	3
32711	Condado, O (Pereiro De Aguiar)	condado-o-pereiro-de-aguiar	GA	OR	32058	42.3597	-7.8189	3
32711	San Benito Da Veiga	san-benito-da-veiga	GA	OR	32058	42.3597	-7.8189	3
32711	Agra (Pereiro De Aguiar)	agra-pereiro-de-aguiar	GA	OR	32058	42.3597	-7.8189	3
32711	Frieira (Pereiro De Aguiar)	frieira-pereiro-de-aguiar	GA	OR	32058	42.3597	-7.8189	3
32711	Lamagrande	lamagrande	GA	OR	32058	42.3597	-7.8189	3
32711	Parada (Pereiro De Aguiar)	parada-pereiro-de-aguiar	GA	OR	32058	42.3597	-7.8189	3
32720	San Pedro De Rocas	san-pedro-de-rocas	GA	OR	32052	42.3333	-7.7	4
32720	Lobaces (Esgos)	lobaces-esgos	GA	OR	32052	42.3255	-7.6969	4
32720	Pardeconde (Xunqueira De Espadanedo)	pardeconde-xunqueira-de-espadanedo	GA	OR	32052	42.3268	-7.6974	3
32720	Gomariz (Esgos)	gomariz-esgos	GA	OR	32052	42.3255	-7.6969	4
32720	Vilar De Ordelles	vilar-de-ordelles	GA	OR	32052	42.3268	-7.6974	3
32720	Loña Do Monte (Esgos)	lona-do-monte-esgos	GA	OR	32052	42.3255	-7.6969	4
32720	Pensos, Os	pensos-os	GA	OR	32052	42.3268	-7.6974	3
32720	Esgos	esgos	GA	OR	32052	42.3255	-7.6969	4
32720	Folgoso (Esgos)	folgoso-esgos	GA	OR	32052	42.3255	-7.6969	4
32730	Niñodaguia (Xunqueira De Espadanedo)	ninodaguia-xunqueira-de-espadanedo	GA	OR	32037	42.3194	-7.6303	4
32730	Xunqueira De Espadanedo (Santa Maria)	xunqueira-de-espadanedo-santa-maria	GA	OR	32037	42.3194	-7.6303	3
32730	Xunqueira De Espada	xunqueira-de-espada	GA	OR	32037	42.3194	-7.6303	3
32730	Niñodaguia (Santa Maria)	ninodaguia-santa-maria	GA	OR	32037	42.3194	-7.6303	3
32740	Parada De Sil (Santa Mariña)	parada-de-sil-santa-marina	GA	OR	32057	42.3561	-7.5359	1
32740	Barreiros (Maceda)	barreiros-maceda	GA	OR	32057	42.3561	-7.5359	1
32740	Rodicio, O (Maceda)	rodicio-o-maceda	GA	OR	32057	42.3561	-7.5359	1
32740	Caseta, A (Maceda)	caseta-a-maceda	GA	OR	32057	42.3561	-7.5359	1
32740	Parada De Sil	parada-de-sil	GA	OR	32057	42.3561	-7.5359	1
32740	Bouzas (Maceda)	bouzas-maceda	GA	OR	32057	42.3561	-7.5359	1
32747	Sacardebois (San Martiño)	sacardebois-san-martino	GA	OR	32057	42.3561	-7.5359	1
32747	Chandreixa (Parada De Sil)	chandreixa-parada-de-sil	GA	OR	32057	42.3561	-7.5359	1
32748	Forcas	forcas	GA	OR	32057	42.3667	-7.5	4
32748	San Lourenzo (Parada De Sil)	san-lourenzo-parada-de-sil	GA	OR	32057	42.3406	-7.5292	4
32748	Hedrada, A	hedrada-a	GA	OR	32057	42.3493	-7.5195	3
32748	Pradomao	pradomao	GA	OR	32057	42.3406	-7.5292	4
32748	Paradellas, As	paradellas-as	GA	OR	32057	42.3493	-7.5195	3
32748	Barxacova	barxacova	GA	OR	32057	42.3493	-7.5195	3
32749	Caxide	caxide	GA	OR	32057	42.3764	-7.5851	4
32749	Coutiño, O	coutino-o	GA	OR	32057	42.3764	-7.5851	3
32750	Gabin	gabin	GA	OR	32049	42.2678	-7.4854	4
32750	Suspiazo	suspiazo	GA	OR	32049	42.2716	-7.4934	3
32750	Montederramo	montederramo	GA	OR	32049	42.2755	-7.5014	4
32750	Veredo (Montederramo)	veredo-montederramo	GA	OR	32049	42.2716	-7.4934	3
32750	Fontedoso	fontedoso	GA	OR	32049	42.2716	-7.4934	3
32750	Valdarias	valdarias	GA	OR	32049	42.2716	-7.4934	3
32750	Ferreiria, A (Montederramo)	ferreiria-a-montederramo	GA	OR	32049	42.2716	-7.4934	3
32750	Teixedo, O	teixedo-o	GA	OR	32049	42.2716	-7.4934	3
32750	Touzal	touzal	GA	OR	32049	42.2716	-7.4934	3
32750	Sabin	sabin	GA	OR	32049	42.2716	-7.4934	3
32750	Vilanova (Montederramo)	vilanova-montederramo	GA	OR	32049	42.2716	-7.4934	3
32750	Mazaira (Montederramo)	mazaira-montederramo	GA	OR	32049	42.2716	-7.4934	3
32750	Laza (Montederramo)	laza-montederramo	GA	OR	32049	42.2716	-7.4934	3
32750	Montederramo (Santa Maria)	montederramo-santa-maria	GA	OR	32049	42.2716	-7.4934	3
32750	Nogueira (Santa Maria)	nogueira-santa-maria	GA	OR	32049	42.2716	-7.4934	3
32750	Mogainza, A	mogainza-a	GA	OR	32049	42.2716	-7.4934	3
32750	Pereiras, As (Montederramo)	pereiras-as-montederramo	GA	OR	32049	42.2716	-7.4934	3
32750	Paredes (Montederramo)	paredes-montederramo	GA	OR	32049	42.2716	-7.4934	3
32751	Sas Do Monte	sas-do-monte	GA	OR	32049	42.3499	-7.3854	4
32751	Lamas, As (Montederramo)	lamas-as-montederramo	GA	OR	32049	42.2755	-7.5014	4
32751	Castiñeiras, As	castineiras-as	GA	OR	32049	42.2904	-7.4782	3
32751	Mioteira, A (Montederramo)	mioteira-a-montederramo	GA	OR	32049	42.2755	-7.5014	4
32751	Montederramo (San Cosme)	montederramo-san-cosme	GA	OR	32049	42.2904	-7.4782	3
32751	Veiga, A (Montederramo)	veiga-a-montederramo	GA	OR	32049	42.2755	-7.5014	4
32751	Marrubio (Santo Andre)	marrubio-santo-andre	GA	OR	32049	42.2904	-7.4782	3
32751	Reguenga, A (Montederramo)	reguenga-a-montederramo	GA	OR	32049	42.2755	-7.5014	4
32760	Castro Caldelas (San Sebastian)	castro-caldelas-san-sebastian	GA	OR	32023	42.35	-7.4	3
32760	Castro De Caldelas, O	castro-de-caldelas-o	GA	OR	32023	42.35	-7.4	4
32764	Sequeiros	sequeiros	GA	OR	32023	42.4472	-7.2434	4
32764	Pombar, O (Teixeira, A)	pombar-o-teixeira-a	GA	OR	32023	42.4	-7.4667	4
32764	Paradela (Castro Caldelas)	paradela-castro-caldelas	GA	OR	32023	42.4833	-7.4711	3
32764	Val, O (Castro Caldelas)	val-o-castro-caldelas	GA	OR	32023	42.4833	-7.4711	3
32764	Abeleda (Teixeira)	abeleda-teixeira	GA	OR	32023	42.4	-7.4667	4
32764	Paradella	paradella	GA	OR	32023	42.4833	-7.4711	3
32764	Regato, O	regato-o	GA	OR	32023	42.6861	-7.7078	4
32764	Touza, A (Castro Caldelas)	touza-a-castro-caldelas	GA	OR	32023	42.4833	-7.4711	3
32764	Nogueira (Abeleda-Teixeira, A)	nogueira-abeleda-teixeira-a	GA	OR	32023	42.4833	-7.4711	3
32764	Castro, O (Castro Caldelas)	castro-o-castro-caldelas	GA	OR	32023	42.4833	-7.4711	3
32764	Cerdeiros, Os (Castro Caldelas)	cerdeiros-os-castro-caldelas	GA	OR	32023	42.4833	-7.4711	3
32764	Soutelo (Castro Caldelas)	soutelo-castro-caldelas	GA	OR	32023	42.4833	-7.4711	3
32764	Pacio, O (Santa Tegra De Abeleda)	pacio-o-santa-tegra-de-abeleda	GA	OR	32023	42.4833	-7.4711	3
32764	Santa Tegra Abeleda (Castro Caldelas)	santa-tegra-abeleda-castro-caldelas	GA	OR	32023	42.4833	-7.4711	3
32764	Sabugueiro, O	sabugueiro-o	GA	OR	32023	42.4833	-7.4711	3
32764	Santo (Castro Caldelas)	santo-castro-caldelas	GA	OR	32023	42.4833	-7.4711	3
32764	Chaguacedo, O	chaguacedo-o	GA	OR	32023	42.4833	-7.4711	3
32764	San Paio De Abeleda (San Paio)	san-paio-de-abeleda-san-paio	GA	OR	32023	42.4833	-7.4711	3
32764	Casa Da Dona	casa-da-dona	GA	OR	32023	42.4833	-7.4711	3
32764	Ruxil	ruxil	GA	OR	32023	42.4833	-7.4711	3
32764	Boga, A	boga-a	GA	OR	32023	42.4833	-7.4711	3
32765	Sistin	sistin	GA	OR	32080	42.3422	-7.4851	4
32765	Nogueira (Boazo)	nogueira-boazo	GA	OR	32080	42.3667	-7.4667	4
32765	Montoedo	montoedo	GA	OR	32080	42.3823	-7.4717	4
32765	Cristosende	cristosende	GA	OR	32080	42.3868	-7.4878	4
32765	Quintela De Arriba	quintela-de-arriba	GA	OR	32080	42.3669	-7.4785	3
32765	Pedrafita	pedrafita	GA	OR	32080	42.3567	-7.4933	4
32765	Boazo	boazo	GA	OR	32080	42.3667	-7.4667	4
32765	Teixeira, A (Teixeira, A)	teixeira-a-teixeira-a	GA	OR	32080	42.3669	-7.4785	3
32765	Xiras	xiras	GA	OR	32080	42.3669	-7.4785	3
32765	Veiga, A (Teixeira, A)	veiga-a-teixeira-a	GA	OR	32080	42.3669	-7.4785	3
32765	Quintela De Abaixo	quintela-de-abaixo	GA	OR	32080	42.3669	-7.4785	3
32765	Fontao (Teixeira, A)	fontao-teixeira-a	GA	OR	32080	42.3669	-7.4785	3
32765	Quintairos (Teixeira, A)	quintairos-teixeira-a	GA	OR	32080	42.3669	-7.4785	3
32765	Alende (Teixeira, A)	alende-teixeira-a	GA	OR	32080	42.3669	-7.4785	3
32765	Celeiros (Teixeira)	celeiros-teixeira	GA	OR	32080	42.3669	-7.4785	3
32765	Lumeares (San Salvador)	lumeares-san-salvador	GA	OR	32080	42.3669	-7.4785	3
32765	Barrio, O (Teixeira)	barrio-o-teixeira	GA	OR	32080	42.3669	-7.4785	3
32765	Pedra Do Sol	pedra-do-sol	GA	OR	32080	42.3669	-7.4785	3
32765	Eirexa, A (Teixeira, A)	eirexa-a-teixeira-a	GA	OR	32080	42.3669	-7.4785	3
32765	Valilongo	valilongo	GA	OR	32080	42.3669	-7.4785	3
32766	Alais (San Pedro)	alais-san-pedro	GA	OR	32023	42.4	-7.4167	4
32766	Quintela (Castro Caldelas)	quintela-castro-caldelas	GA	OR	32023	42.4	-7.4167	3
32766	Susaus	susaus	GA	OR	32023	42.4	-7.4167	3
32766	Vilarellos (Castro Caldelas)	vilarellos-castro-caldelas	GA	OR	32023	42.4	-7.4167	3
32766	Ruidos	ruidos	GA	OR	32023	42.4	-7.4167	3
32766	Tronceda	tronceda	GA	OR	32023	42.4	-7.4167	3
32766	Santa Olaia (Castro Caldelas)	santa-olaia-castro-caldelas	GA	OR	32023	42.4	-7.4167	3
32766	Carballeiras, As (Castro Caldelas)	carballeiras-as-castro-caldelas	GA	OR	32023	42.4	-7.4167	3
32766	Eirexa, A (Mazaira)	eirexa-a-mazaira	GA	OR	32023	42.4	-7.4167	3
32766	Espiñeiros, Os (Castro Caldelas)	espineiros-os-castro-caldelas	GA	OR	32023	42.4	-7.4167	3
32766	Alende (Castro Caldelas)	alende-castro-caldelas	GA	OR	32023	42.4	-7.4167	3
32766	Folgoso (Castro Caldelas)	folgoso-castro-caldelas	GA	OR	32023	42.4	-7.4167	3
32766	Mazaira (Castro Caldelas)	mazaira-castro-caldelas	GA	OR	32023	42.4	-7.4167	3
32767	Chavean	chavean	GA	OR	32029	42.3309	-7.3576	4
32767	Fonteita	fonteita	GA	OR	32029	42.3083	-7.3758	4
32767	Fitoiro	fitoiro	GA	OR	32029	42.3167	-7.3833	4
32767	Drados	drados	GA	OR	32029	42.3167	-7.4167	4
32767	Rabal (Santa Maria)	rabal-santa-maria	GA	OR	32029	42.3181	-7.3834	3
32767	San Cristovo (Chandrexa De Queixa)	san-cristovo-chandrexa-de-queixa	GA	OR	32029	42.3181	-7.3834	3
32768	Cadeliña	cadelina	GA	OR	32023	42.2833	-7.4167	4
32768	Casteloais	casteloais	GA	OR	32023	42.2715	-7.3942	4
32768	Candedo, O	candedo-o	GA	OR	32023	42.2774	-7.4054	3
32768	Queixa	queixa	GA	OR	32023	42.2774	-7.4054	3
32769	Medorra, A (Montederramo)	medorra-a-montederramo	GA	OR	32049	42.2755	-7.5014	4
32769	Camba (Castro Caldelas)	camba-castro-caldelas	GA	OR	32049	42.3737	-7.4258	4
32769	Alenza (Montederramo)	alenza-montederramo	GA	OR	32049	42.2755	-7.5014	4
32769	Vimieiro (Castro Caldelas)	vimieiro-castro-caldelas	GA	OR	32049	42.3737	-7.4258	4
32769	Poboeiros	poboeiros	GA	OR	32049	42.3833	-7.4667	4
32769	Airavedra	airavedra	GA	OR	32049	42.3567	-7.4432	3
32769	Pedrouzos (Castro Caldelas)	pedrouzos-castro-caldelas	GA	OR	32049	42.3737	-7.4258	4
32769	Carabelos	carabelos	GA	OR	32049	42.3567	-7.4432	3
32769	Vilamaior (Castro Caldelas)	vilamaior-castro-caldelas	GA	OR	32049	42.3737	-7.4258	4
32769	Santiago Da Medorra	santiago-da-medorra	GA	OR	32049	42.3567	-7.4432	3
32769	San Xulian (Castro Caldelas)	san-xulian-castro-caldelas	GA	OR	32049	42.3737	-7.4258	4
32769	Aguil	aguil	GA	OR	32049	42.3567	-7.4432	3
32769	Barreiras, As (Castro Caldelas)	barreiras-as-castro-caldelas	GA	OR	32049	42.3737	-7.4258	4
32769	Outeiriño, O (Castr Caldelas)	outeirino-o-castr-caldelas	GA	OR	32049	42.3567	-7.4432	3
32769	Burgo, O (Castro Caldelas)	burgo-o-castro-caldelas	GA	OR	32049	42.3737	-7.4258	4
32769	Castomas	castomas	GA	OR	32049	42.3567	-7.4432	3
32769	Cimadevila (Castro Caldelas)	cimadevila-castro-caldelas	GA	OR	32049	42.3737	-7.4258	4
32769	Casguil	casguil	GA	OR	32049	42.3567	-7.4432	3
32769	Bustelos	bustelos	GA	OR	32049	42.3567	-7.4432	3
32770	Campo, O (Rio)	campo-o-rio	GA	OR	32070	42.3967	-7.3711	1
32770	San Xoan De Rio	san-xoan-de-rio	GA	OR	32070	42.3967	-7.3711	1
32774	Campo, O (Castro Caldelas)	campo-o-castro-caldelas	GA	OR	32023	42.3737	-7.4258	4
32778	Cabanas, As (San Paio)	cabanas-as-san-paio	GA	OR		42.3967	-7.3711	1
32778	San Xurxo (Rio)	san-xurxo-rio	GA	OR		42.3967	-7.3711	1
32779	Vilarda	vilarda	GA	OR	32070	42.4167	-7.35	4
32779	Medos	medos	GA	OR	32070	42.3999	-7.3377	4
32779	Castiñeiro	castineiro	GA	OR	32070	42.4083	-7.3438	3
32779	Cortes, As (Rio)	cortes-as-rio	GA	OR	32070	42.4083	-7.3438	3
32779	Pacios De San Xurxo (Rio)	pacios-de-san-xurxo-rio	GA	OR	32070	42.4083	-7.3438	3
32779	Cambela (Rio)	cambela-rio	GA	OR	32070	42.4083	-7.3438	3
32779	Santa Cruz (Rio)	santa-cruz-rio	GA	OR	32070	42.4083	-7.3438	3
32779	Ribadas, As	ribadas-as	GA	OR	32070	42.4083	-7.3438	3
32779	Barreal, O (Rio)	barreal-o-rio	GA	OR	32070	42.4083	-7.3438	3
32779	Cruz, A (Rio)	cruz-a-rio	GA	OR	32070	42.4083	-7.3438	3
32779	Arboiro	arboiro	GA	OR	32070	42.4083	-7.3438	3
32779	Acevido	acevido	GA	OR	32070	42.4083	-7.3438	3
32779	Outeiro, O (Rio)	outeiro-o-rio	GA	OR	32070	42.4083	-7.3438	3
32779	Casdelope	casdelope	GA	OR	32070	42.4083	-7.3438	3
32779	Carballo, O (Rio)	carballo-o-rio	GA	OR	32070	42.4083	-7.3438	3
32779	Argas Vellas	argas-vellas	GA	OR	32070	42.4083	-7.3438	3
32779	Senreiro	senreiro	GA	OR	32070	42.4083	-7.3438	3
32779	San Silvestre (Rio)	san-silvestre-rio	GA	OR	32070	42.4083	-7.3438	3
32779	Seoane (Rio)	seoane-rio	GA	OR	32070	42.4083	-7.3438	3
32779	Toutelle	toutelle	GA	OR	32070	42.4083	-7.3438	3
32780	Trives	trives	GA	OR	32063	42.3381	-7.2878	4
32780	Pobra De Trives, A	pobra-de-trives-a	GA	OR	32063	42.3381	-7.2878	3
32781	Manzaneda	manzaneda	GA	OR	32044	42.3096	-7.2321	4
32781	Manzaneda (San Martiño De Abaixo)	manzaneda-san-martino-de-abaixo	GA	OR	32044	42.3096	-7.2321	3
32782	Paradela (Manzaneda)	paradela-manzaneda	GA	OR	32044	42.3096	-7.2321	4
32782	Sobrado (Pobra De Trives, A)	sobrado-pobra-de-trives-a	GA	OR	32044	42.3096	-7.2321	3
32782	Manzaneda (San Martiño De Arriba)	manzaneda-san-martino-de-arriba	GA	OR	32044	42.3096	-7.2321	3
32784	Requeixo (Manzaneda)	requeixo-manzaneda	GA	OR	32044	42.3096	-7.2321	4
32784	San Miguel De Vidueira	san-miguel-de-vidueira	GA	OR	32044	42.3096	-7.2321	3
32785	Reigada	reigada	GA	OR	32044	42.5404	-7.4741	4
32785	Cesuris (Santa Maria)	cesuris-santa-maria	GA	OR	32044	42.3396	-7.2673	3
32785	Soutipedre	soutipedre	GA	OR	32044	42.3	-7.1667	4
32785	Placin	placin	GA	OR	32044	42.2783	-7.2055	4
32785	Cernado	cernado	GA	OR	32044	42.2398	-7.223	4
32786	Requeixo De Chandrexa	requeixo-de-chandrexa	GA	OR	32029	42.2333	-7.3833	4
32786	Cova (Santa Maria)	cova-santa-maria	GA	OR	32029	42.2333	-7.3833	3
32786	Vilar (Chandrexa De Queixa)	vilar-chandrexa-de-queixa	GA	OR	32029	42.2333	-7.3833	3
32786	Queixa (Chandrexa De Queixa)	queixa-chandrexa-de-queixa	GA	OR	32029	42.2333	-7.3833	3
32786	Parafita (Chandrexa Queixa)	parafita-chandrexa-queixa	GA	OR	32029	42.2333	-7.3833	3
32786	Parada Seca (Chandrexa Dee Queixa)	parada-seca-chandrexa-dee-queixa	GA	OR	32029	42.2333	-7.3833	3
32786	Chandrexa (Chandrexa De Queixa)	chandrexa-chandrexa-de-queixa	GA	OR	32029	42.2333	-7.3833	3
32786	Celeiros (Chandrexa De Queixa)	celeiros-chandrexa-de-queixa	GA	OR	32029	42.2333	-7.3833	3
32786	Forcadas (Chandrexa De Queixa)	forcadas-chandrexa-de-queixa	GA	OR	32029	42.2333	-7.3833	3
32787	Casteligo (San Martiño)	casteligo-san-martino	GA	OR	32063	42.3225	-7.272	1
32787	Castro, O (Pobra De Trives, A)	castro-o-pobra-de-trives-a	GA	OR	32063	42.3225	-7.272	1
32787	Navea (San Miguel)	navea-san-miguel	GA	OR	32063	42.3225	-7.272	1
32787	San Mamede De Trives	san-mamede-de-trives	GA	OR	32063	42.3225	-7.272	1
32788	Pena Folenche	pena-folenche	GA	OR	32063	42.3667	-7.2833	4
32788	Pareisas	pareisas	GA	OR	32063	42.3667	-7.2833	3
32788	Barrio (Pobra De Trives, A)	barrio-pobra-de-trives-a	GA	OR	32063	42.3667	-7.2833	3
32788	San Lourenzo (Pobra De Trives, A)	san-lourenzo-pobra-de-trives-a	GA	OR	32063	42.3667	-7.2833	3
32788	Sas De Xunqueira	sas-de-xunqueira	GA	OR	32063	42.3667	-7.2833	3
32789	Piñeiro (Pobra De Trives, A)	pineiro-pobra-de-trives-a	GA	OR	32063	42.3225	-7.272	1
32789	Cotaros	cotaros	GA	OR	32063	42.3225	-7.272	1
32789	Pena Petada	pena-petada	GA	OR	32063	42.3225	-7.272	1
32789	Vilanova (Pobra De Trives, A)	vilanova-pobra-de-trives-a	GA	OR	32063	42.3225	-7.272	1
32789	Encomenda, A (Santo Antonio)	encomenda-a-santo-antonio	GA	OR	32063	42.3225	-7.272	1
32789	Somoza (Pobra De Trives, A)	somoza-pobra-de-trives-a	GA	OR	32063	42.3225	-7.272	1
32789	Mendoia	mendoia	GA	OR	32063	42.3225	-7.272	1
32790	Castiñeira, A (Montederramo)	castineira-a-montederramo	GA	OR	32049	42.2755	-7.5014	4
32790	Vidalen	vidalen	GA	OR	32049	42.2755	-7.5014	3
32790	Penas, As (Montederramo)	penas-as-montederramo	GA	OR	32049	42.2755	-7.5014	4
32790	Praducelos	praducelos	GA	OR	32049	42.2755	-7.5014	3
32790	Vilariño Frio (Montederramo)	vilarino-frio-montederramo	GA	OR	32049	42.2755	-7.5014	4
32790	Vigueira De Arriba	vigueira-de-arriba	GA	OR	32049	42.2755	-7.5014	3
32790	Covas (Montederramo)	covas-montederramo	GA	OR	32049	42.2755	-7.5014	4
32790	Vilariño Pequeno	vilarino-pequeno	GA	OR	32049	42.2755	-7.5014	3
32790	Chas, As (Montederramo)	chas-as-montederramo	GA	OR	32049	42.2755	-7.5014	4
32790	Villeta, A	villeta-a	GA	OR	32049	42.2755	-7.5014	3
32790	Seoane Vello (Montederramo)	seoane-vello-montederramo	GA	OR	32049	42.2755	-7.5014	4
32790	Ratoeiras, As	ratoeiras-as	GA	OR	32049	42.2755	-7.5014	3
32790	Curras, Os (Montederramo)	curras-os-montederramo	GA	OR	32049	42.2755	-7.5014	4
32790	Laxe, A	laxe-a	GA	OR	32049	42.2755	-7.5014	3
32790	Folgoso (Montederramo)	folgoso-montederramo	GA	OR	32049	42.2755	-7.5014	4
32790	Graña De Seoane, A	grana-de-seoane-a	GA	OR	32049	42.2755	-7.5014	3
32790	Alen (Montederramo)	alen-montederramo	GA	OR	32049	42.2755	-7.5014	4
32790	Medon, O	medon-o	GA	OR	32049	42.2755	-7.5014	3
32790	Cordelle De Abaixo	cordelle-de-abaixo	GA	OR	32049	42.2755	-7.5014	3
32790	Casardansola	casardansola	GA	OR	32049	42.2755	-7.5014	3
32790	Gorgullon, O	gorgullon-o	GA	OR	32049	42.2755	-7.5014	3
32790	Peredo, O	peredo-o	GA	OR	32049	42.2755	-7.5014	3
32790	Casar Do Mato (Montederrano)	casar-do-mato-montederrano	GA	OR	32049	42.2755	-7.5014	3
32790	Cadaval	cadaval	GA	OR	32049	42.2755	-7.5014	3
32790	Abeledos, Os	abeledos-os	GA	OR	32049	42.2755	-7.5014	3
32790	Arnufe	arnufe	GA	OR	32049	42.2755	-7.5014	3
32790	Leboreiro	leboreiro	GA	OR	32049	42.2755	-7.5014	3
32790	Cacharrequille	cacharrequille	GA	OR	32049	42.2755	-7.5014	3
32791	Trios (Pereiro De Aguiar)	trios-pereiro-de-aguiar	GA	OR	32052	42.3183	-7.6483	1
32792	Medorra, A (Pereiro De Aguiar)	medorra-a-pereiro-de-aguiar	GA	OR	32058	42.3452	-7.8001	4
32792	Penedo, O (Moreiras)	penedo-o-moreiras	GA	OR	32058	42.3452	-7.8001	3
32792	Casanova, A (Pereiro De Aguiar)	casanova-a-pereiro-de-aguiar	GA	OR	32058	42.3452	-7.8001	4
32792	Derrasa, A	derrasa-a	GA	OR	32058	42.3452	-7.8001	3
32792	Venda, A (Pereiro De Aguiar)	venda-a-pereiro-de-aguiar	GA	OR	32058	42.3452	-7.8001	4
32792	San Xoan De Moreiras	san-xoan-de-moreiras	GA	OR	32058	42.3452	-7.8001	3
32792	Reboredo (Pereiro De Aguiar)	reboredo-pereiro-de-aguiar	GA	OR	32058	42.3452	-7.8001	4
32792	Roupeiro, O	roupeiro-o	GA	OR	32058	42.3452	-7.8001	3
32792	San Martiño (Pereiro De Aguiar)	san-martino-pereiro-de-aguiar	GA	OR	32058	42.3452	-7.8001	4
32792	San Martiño Moreiras (P.Aguiar)	san-martino-moreiras-p-aguiar	GA	OR	32058	42.3452	-7.8001	3
32792	Ribela (Pereiro De Aguiar)	ribela-pereiro-de-aguiar	GA	OR	32058	42.3452	-7.8001	4
32792	Parque Empresarial Pereiro De Aguiar	parque-empresarial-pereiro-de-aguiar	GA	OR	32058	42.3452	-7.8001	3
32792	San Miguel (Pereiro De Aguiar)	san-miguel-pereiro-de-aguiar	GA	OR	32058	42.3452	-7.8001	4
32792	Santa Marta De Moreiras (Santa Marta)	santa-marta-de-moreiras-santa-marta	GA	OR	32058	42.3452	-7.8001	3
32792	Santa Marta (Pereiro De Aguiar)	santa-marta-pereiro-de-aguiar	GA	OR	32058	42.3452	-7.8001	4
32792	Santa Baia (Pereiro De Aguiar)	santa-baia-pereiro-de-aguiar	GA	OR	32058	42.3452	-7.8001	4
32792	Calvelle (San Miguel)	calvelle-san-miguel	GA	OR	32058	42.3452	-7.8001	3
32793	Cebreiros (Covas-Pereiro De Aguiar)	cebreiros-covas-pereiro-de-aguiar	GA	OR	32058	42.35	-7.7333	4
32793	Covas (Pereiro De Aguiar)	covas-pereiro-de-aguiar	GA	OR	32058	42.35	-7.7333	3
32793	Loñoa (Covas-Pereiro De Aguiar)	lonoa-covas-pereiro-de-aguiar	GA	OR	32058	42.35	-7.7333	4
32793	Chaodarcas (Pereiro De Aguiar)	chaodarcas-pereiro-de-aguiar	GA	OR	32058	42.35	-7.7333	3
32793	Urbanizacion Tapada De Bouzas (Covas-Pereiro De Aguiar)	urbanizacion-tapada-de-bouzas-covas-pereiro-de-aguiar	GA	OR	32058	42.35	-7.7333	4
32794	Sas De Penelas	sas-de-penelas	GA	OR	32023	42.3667	-7.35	4
32794	Cerdeira (Rio)	cerdeira-rio	GA	OR	32023	42.3667	-7.35	3
32794	Castrelo (Rio)	castrelo-rio	GA	OR	32023	42.3667	-7.35	3
32800	Celanova	celanova	GA	OR	32024	42.153	-7.9551	4
32810	Covelas (Ramiras)	covelas-ramiras	GA	OR	32068	42.2067	-8.1911	3
32810	Souto (Rubias-Ramiras)	souto-rubias-ramiras	GA	OR	32068	42.1635	-8.0323	4
32810	Partida, A	partida-a	GA	OR	32068	42.2067	-8.1911	3
32810	Maceira	maceira	GA	OR	32068	42.25	-8.35	4
32810	Rozas (Ramiras)	rozas-ramiras	GA	OR	32068	42.2067	-8.1911	3
32810	Rubias (Ramiras)	rubias-ramiras	GA	OR	32068	42.2067	-8.1911	3
32810	Santa Maria Madre	santa-maria-madre	GA	OR	32068	42.2067	-8.1911	3
32810	Vilamea De Ramiras	vilamea-de-ramiras	GA	OR	32068	42.2067	-8.1911	3
32810	Terrado, O (Ramiras9	terrado-o-ramiras9	GA	OR	32068	42.2067	-8.1911	3
32810	Xocin (Ramiras)	xocin-ramiras	GA	OR	32068	42.2067	-8.1911	3
32810	Outeiro, O (Mosteiro)	outeiro-o-mosteiro	GA	OR	32068	42.2067	-8.1911	3
32810	Casal De Cima	casal-de-cima	GA	OR	32068	42.2067	-8.1911	3
32810	Costa, A (Ramiras)	costa-a-ramiras	GA	OR	32068	42.2067	-8.1911	3
32810	Carreiriña, A	carreirina-a	GA	OR	32068	42.2067	-8.1911	3
32810	Mosteiro (Ramiras)	mosteiro-ramiras	GA	OR	32068	42.2067	-8.1911	3
32810	Picouto, O (Ramiras)	picouto-o-ramiras	GA	OR	32068	42.2067	-8.1911	3
32810	Penavegosa	penavegosa	GA	OR	32068	42.2067	-8.1911	3
32810	Santa Marta (Ramiras)	santa-marta-ramiras	GA	OR	32068	42.2067	-8.1911	3
32810	Freas De Eiras (Santa Maria)	freas-de-eiras-santa-maria	GA	OR	32068	42.2067	-8.1911	3
32810	Entreviñas	entrevinas	GA	OR	32068	42.2067	-8.1911	3
32810	Margarideiros	margarideiros	GA	OR	32068	42.2067	-8.1911	3
32810	Padrenda (Ramiras)	padrenda-ramiras	GA	OR	32068	42.2067	-8.1911	3
32811	Paizas	paizas	GA	OR	32068	42.1699	-8.01	4
32811	Silvaescura (Ramiras)	silvaescura-ramiras	GA	OR	32068	42.225	-7.9772	3
32811	Vilavidal	vilavidal	GA	OR	32068	42.1934	-8.0502	4
32811	Pereira De San Tome	pereira-de-san-tome	GA	OR	32068	42.225	-7.9772	3
32811	Vilaboa (Paizas)	vilaboa-paizas	GA	OR	32068	42.1699	-8.01	4
32811	Carraguedo	carraguedo	GA	OR	32068	42.225	-7.9772	3
32811	Outeiro, O (Paizas)	outeiro-o-paizas	GA	OR	32068	42.1699	-8.01	4
32811	Casardeita (Ramiras)	casardeita-ramiras	GA	OR	32068	42.225	-7.9772	3
32811	Penosiños	penosinos	GA	OR	32068	42.1833	-8.05	4
32811	Calvos (Ramiras)	calvos-ramiras	GA	OR	32068	42.225	-7.9772	3
32811	Ver	ver	GA	OR	32068	42.6167	-7.4833	4
32811	Corredoira, A (Ramiras)	corredoira-a-ramiras	GA	OR	32068	42.225	-7.9772	3
32811	Almariz	almariz	GA	OR	32068	42.1939	-8.0466	4
32811	Aldea, A	aldea-a	GA	OR	32068	42.225	-7.9772	3
32811	Coveliñas (Casardeita)	covelinas-casardeita	GA	OR	32068	42.18	-7.9841	4
32811	Moreira, A	moreira-a	GA	OR	32068	42.225	-7.9772	3
32811	Escudeiros	escudeiros	GA	OR	32068	42.2066	-8.0775	4
32811	Souto (Penosiños-Ramiras)	souto-penosinos-ramiras	GA	OR	32068	42.1667	-8.05	4
32811	Tuño	tuno	GA	OR	32068	42.225	-7.9772	3
32811	Ludeiros (Ramiras)	ludeiros-ramiras	GA	OR	32068	42.225	-7.9772	3
32811	Tellado, O (Ramiras)	tellado-o-ramiras	GA	OR	32068	42.225	-7.9772	3
32811	Rial, O (Ramiras)	rial-o-ramiras	GA	OR	32068	42.225	-7.9772	3
32811	Turei (Ramiras)	turei-ramiras	GA	OR	32068	42.225	-7.9772	3
32811	Silva, A (Ramiras)	silva-a-ramiras	GA	OR	32068	42.225	-7.9772	3
32811	Viso, O (Ramiras)	viso-o-ramiras	GA	OR	32068	42.225	-7.9772	3
32811	Vilanova (Ramiras)	vilanova-ramiras	GA	OR	32068	42.225	-7.9772	3
32811	Vilaboa (Rubias)	vilaboa-rubias	GA	OR	32068	42.225	-7.9772	3
32811	Reguengo, O (Ramiras)	reguengo-o-ramiras	GA	OR	32068	42.225	-7.9772	3
32811	Grixo (Ramiras)	grixo-ramiras	GA	OR	32068	42.225	-7.9772	3
32811	Vilariño (Ramiras)	vilarino-ramiras	GA	OR	32068	42.225	-7.9772	3
32811	Pambre	pambre	GA	OR	32068	42.225	-7.9772	3
32811	Marnotos	marnotos	GA	OR	32068	42.225	-7.9772	3
32811	Pazo, O (Celanova)	pazo-o-celanova	GA	OR	32068	42.225	-7.9772	3
32811	San Cristovo (Ramiras)	san-cristovo-ramiras	GA	OR	32068	42.225	-7.9772	3
32811	Regas, As (Ramiras)	regas-as-ramiras	GA	OR	32068	42.225	-7.9772	3
32811	Pereiras, As (Ramiras)	pereiras-as-ramiras	GA	OR	32068	42.225	-7.9772	3
32811	Pereira (Ramiras)	pereira-ramiras	GA	OR	32068	42.225	-7.9772	3
32811	Vilaflor	vilaflor	GA	OR	32068	42.225	-7.9772	3
32811	Pazo, O (Ramiras)	pazo-o-ramiras	GA	OR	32068	42.225	-7.9772	3
32811	Fraguas (Ramiras)	fraguas-ramiras	GA	OR	32068	42.225	-7.9772	3
32811	Pazos (Ramiras)	pazos-ramiras	GA	OR	32068	42.225	-7.9772	3
32811	Quinta (Ramiras)	quinta-ramiras	GA	OR	32068	42.225	-7.9772	3
32811	Pumar Vello	pumar-vello	GA	OR	32068	42.225	-7.9772	3
32811	Veiga, A (Ramiras)	veiga-a-ramiras	GA	OR	32068	42.225	-7.9772	3
32811	Proente (Ramiras)	proente-ramiras	GA	OR	32068	42.225	-7.9772	3
32812	Pardavedra	pardavedra	GA	OR	32069	42.1612	-7.8748	4
32812	Cacabelos (Bola, A)	cacabelos-bola-a	GA	OR	32069	42.1439	-7.949	3
32812	Froias	froias	GA	OR	32069	42.1439	-7.949	3
32812	Rozas (Bola, A)	rozas-bola-a	GA	OR	32069	42.1439	-7.949	3
32812	Fondo De Vila (Pardavedra)	fondo-de-vila-pardavedra	GA	OR	32069	42.1612	-7.8748	4
32812	Prado, O (Bola, A)	prado-o-bola-a	GA	OR	32069	42.1439	-7.949	3
32812	Covas (Celanova)	covas-celanova	GA	OR	32069	42.153	-7.9551	4
32812	Pousa (Bola, A)	pousa-bola-a	GA	OR	32069	42.1439	-7.949	3
32812	Pazo, O (Pardavedra)	pazo-o-pardavedra	GA	OR	32069	42.1612	-7.8748	4
32812	Seixomil (Bola, A)	seixomil-bola-a	GA	OR	32069	42.1439	-7.949	3
32812	Campo, O (Soutomel)	campo-o-soutomel	GA	OR	32069	42.1702	-7.9055	4
32812	Casal De Feas	casal-de-feas	GA	OR	32069	42.1439	-7.949	3
32812	Campo, O (Sorga)	campo-o-sorga	GA	OR	32069	42.1167	-7.9167	4
32812	Podentiños	podentinos	GA	OR	32069	42.1439	-7.949	3
32812	Soutomel	soutomel	GA	OR	32069	42.1702	-7.9055	4
32812	Tixosa (Bola, A)	tixosa-bola-a	GA	OR	32069	42.1439	-7.949	3
32812	Fondo De Vila (Sorga)	fondo-de-vila-sorga	GA	OR	32069	42.1167	-7.9167	4
32812	Tourille	tourille	GA	OR	32069	42.1439	-7.949	3
32812	Podentes	podentes	GA	OR	32069	42.1605	-7.8962	4
32812	Outeiro, O (Sorga)	outeiro-o-sorga	GA	OR	32069	42.1167	-7.9167	4
32812	San Fiz (Bola, A)	san-fiz-bola-a	GA	OR	32069	42.1439	-7.949	3
32812	San Simon	san-simon	GA	OR	32069	42.15	-8.4667	4
32812	San Mamede (Bola, A)	san-mamede-bola-a	GA	OR	32069	42.1439	-7.949	3
32812	Sorga	sorga	GA	OR	32069	42.1167	-7.9167	4
32812	Oxen (Bola, A)	oxen-bola-a	GA	OR	32069	42.1439	-7.949	3
32812	Pazo, O (Sorga)	pazo-o-sorga	GA	OR	32069	42.1167	-7.9167	4
32812	Outeiro, O (Veiga-Bola, A)	outeiro-o-veiga-bola-a	GA	OR	32069	42.1439	-7.949	3
32812	Pazo, O (Berredo, Santa Baia)	pazo-o-berredo-santa-baia	GA	OR	32069	42.1439	-7.949	3
32812	Pegariña	pegarina	GA	OR	32069	42.1439	-7.949	3
32812	Casanova (Bola, A)	casanova-bola-a	GA	OR	32069	42.1439	-7.949	3
32812	Castro, O (Bola, A)	castro-o-bola-a	GA	OR	32069	42.1439	-7.949	3
32812	Cerdal (Bola, A)	cerdal-bola-a	GA	OR	32069	42.1439	-7.949	3
32812	Casal Do Rio	casal-do-rio	GA	OR	32069	42.1439	-7.949	3
32812	Outeiro, O (Berredo)	outeiro-o-berredo	GA	OR	32069	42.1439	-7.949	3
32812	Murzas	murzas	GA	OR	32069	42.1439	-7.949	3
32812	Igrexa	igrexa	GA	OR	32069	42.1439	-7.949	3
32812	Mamoelas, As	mamoelas-as	GA	OR	32069	42.1439	-7.949	3
32812	San Martiño (Bola, A)	san-martino-bola-a	GA	OR	32069	42.1439	-7.949	3
32812	Moreiriñas	moreirinas	GA	OR	32069	42.1439	-7.949	3
32812	Morgade (Bola, A)	morgade-bola-a	GA	OR	32069	42.1439	-7.949	3
32812	Casal De Morgade	casal-de-morgade	GA	OR	32069	42.1439	-7.949	3
32812	Forriolo, O	forriolo-o	GA	OR	32069	42.1439	-7.949	3
32812	San Martiño De Berredo (San Martiño)	san-martino-de-berredo-san-martino	GA	OR	32069	42.1439	-7.949	3
32812	San Pedro (Bola, A)	san-pedro-bola-a	GA	OR	32069	42.1439	-7.949	3
32812	Seara, A (Bola, A)	seara-a-bola-a	GA	OR	32069	42.1439	-7.949	3
32812	Requeixo (Bola, A)	requeixo-bola-a	GA	OR	32069	42.1439	-7.949	3
32812	Quintas, As (Bola, A)	quintas-as-bola-a	GA	OR	32069	42.1439	-7.949	3
32812	Rairigo	rairigo	GA	OR	32069	42.1439	-7.949	3
32812	Rañadoiro, O (Bola, A)	ranadoiro-o-bola-a	GA	OR	32069	42.1439	-7.949	3
32812	Cabanas (Bola, A)	cabanas-bola-a	GA	OR	32069	42.1439	-7.949	3
32812	Barrio (Bola, A)	barrio-bola-a	GA	OR	32069	42.1439	-7.949	3
32812	Berredo (Bola, A)	berredo-bola-a	GA	OR	32069	42.1439	-7.949	3
32812	Barreal (Bola, A)	barreal-bola-a	GA	OR	32069	42.1439	-7.949	3
32812	Bola, A (Capital)	bola-a-capital	GA	OR	32069	42.1439	-7.949	3
32812	Anxa	anxa	GA	OR	32069	42.1439	-7.949	3
32812	Folgoso (Bola, A)	folgoso-bola-a	GA	OR	32069	42.1439	-7.949	3
32812	Fechas (Bola, A)	fechas-bola-a	GA	OR	32069	42.1439	-7.949	3
32812	Fontes (Bola, A)	fontes-bola-a	GA	OR	32069	42.1439	-7.949	3
32812	Vilaverde (Bola, A)	vilaverde-bola-a	GA	OR	32069	42.1439	-7.949	3
32812	Veiga, A (Bola, A)	veiga-a-bola-a	GA	OR	32069	42.1439	-7.949	3
32812	Val De Boi	val-de-boi	GA	OR	32069	42.1439	-7.949	3
32812	Vilar (Bola, A)	vilar-bola-a	GA	OR	32069	42.1439	-7.949	3
32812	Espiñal	espinal	GA	OR	32069	42.1439	-7.949	3
32812	Aldea Ferreiro	aldea-ferreiro	GA	OR	32069	42.1439	-7.949	3
32812	Ciros	ciros	GA	OR	32069	42.1439	-7.949	3
32812	Alvarin	alvarin	GA	OR	32069	42.1439	-7.949	3
32812	Cortiña, A	cortina-a	GA	OR	32069	42.1439	-7.949	3
32812	Capelo, O	capelo-o	GA	OR	32069	42.1439	-7.949	3
32813	Cexo	cexo	GA	OR	32084	42.1048	-8.0128	4
32813	Mociños	mocinos	GA	OR	32084	42.1256	-8.1051	4
32813	Albos	albos	GA	OR	32084	42.1348	-8.0011	4
32813	Outeiro (Sanguñedo)	outeiro-sangunedo	GA	OR	32084	42.0902	-7.9168	4
32813	Pitelos	pitelos	GA	OR	32084	42.0981	-7.8918	4
32813	San Vicente (Verea)	san-vicente-verea	GA	OR	32084	42.1178	-7.9805	3
32813	Verea (Celanova)	verea-celanova	GA	OR	32084	42.153	-7.9551	4
32813	Fondodevila (Verea)	fondodevila-verea	GA	OR	32084	42.1178	-7.9805	3
32813	Portela (Verea)	portela-verea	GA	OR	32084	42.1178	-7.9805	3
32813	Vilar (Verea)	vilar-verea	GA	OR	32084	42.1178	-7.9805	3
32813	Orille (Verea)	orille-verea	GA	OR	32084	42.1178	-7.9805	3
32813	Castro, O (Verea)	castro-o-verea	GA	OR	32084	42.1178	-7.9805	3
32813	Carballo (Verea)	carballo-verea	GA	OR	32084	42.1178	-7.9805	3
32813	Casares, Os (Verea)	casares-os-verea	GA	OR	32084	42.1178	-7.9805	3
32813	Casal De Abade	casal-de-abade	GA	OR	32084	42.1178	-7.9805	3
32813	Cernadela	cernadela	GA	OR	32084	42.1178	-7.9805	3
32813	Casal De Bispo	casal-de-bispo	GA	OR	32084	42.1178	-7.9805	3
32813	Chedas	chedas	GA	OR	32084	42.1178	-7.9805	3
32813	Cardeo	cardeo	GA	OR	32084	42.1178	-7.9805	3
32813	Nogueira (Verea)	nogueira-verea	GA	OR	32084	42.1178	-7.9805	3
32813	Outeiro (Domez)	outeiro-domez	GA	OR	32084	42.1178	-7.9805	3
32813	Auguela, A	auguela-a	GA	OR	32084	42.1178	-7.9805	3
32813	Balin	balin	GA	OR	32084	42.1178	-7.9805	3
32813	Cobreiros	cobreiros	GA	OR	32084	42.1178	-7.9805	3
32813	Laioso (Verea)	laioso-verea	GA	OR	32084	42.1178	-7.9805	3
32813	Gontan (Verea)	gontan-verea	GA	OR	32084	42.1178	-7.9805	3
32813	Paredes (Verea)	paredes-verea	GA	OR	32084	42.1178	-7.9805	3
32813	Nigueiroa (Verea)	nigueiroa-verea	GA	OR	32084	42.1178	-7.9805	3
32813	Retortoiro	retortoiro	GA	OR	32084	42.1178	-7.9805	3
32813	Sabucedo (Verea)	sabucedo-verea	GA	OR	32084	42.1178	-7.9805	3
32813	Sa (Verea)	sa-verea	GA	OR	32084	42.1178	-7.9805	3
32813	San Martiño (Verea)	san-martino-verea	GA	OR	32084	42.1178	-7.9805	3
32813	Bangueses	bangueses	GA	OR	32084	42.1178	-7.9805	3
32813	Cigarrosa	cigarrosa	GA	OR	32084	42.1178	-7.9805	3
32813	Xacebas	xacebas	GA	OR	32084	42.1178	-7.9805	3
32813	Laceiras, As (Verea)	laceiras-as-verea	GA	OR	32084	42.1178	-7.9805	3
32813	Barreiro (Verea)	barreiro-verea	GA	OR	32084	42.1178	-7.9805	3
32813	Pia, A	pia-a	GA	OR	32084	42.1178	-7.9805	3
32813	Sanguñedo (Verea)	sangunedo-verea	GA	OR	32084	42.1178	-7.9805	3
32813	Campo Real	campo-real	GA	OR	32084	42.1178	-7.9805	3
32813	Fontechide	fontechide	GA	OR	32084	42.1178	-7.9805	3
32813	Gondesende	gondesende	GA	OR	32084	42.1178	-7.9805	3
32813	Ledime	ledime	GA	OR	32084	42.1178	-7.9805	3
32813	Vieiro (Verea)	vieiro-verea	GA	OR	32084	42.1178	-7.9805	3
32814	Atrio (Quintela De Leirado)	atrio-quintela-de-leirado	GA	OR	32066	42.1397	-8.1013	4
32814	Fondons	fondons	GA	OR	32066	42.1397	-8.1013	3
32814	Cima De Vila (Quintela De Leirado)	cima-de-vila-quintela-de-leirado	GA	OR	32066	42.1397	-8.1013	4
32814	Rio De Arriba	rio-de-arriba	GA	OR	32066	42.1397	-8.1013	3
32814	Cabanelas (Quintela De Leirado)	cabanelas-quintela-de-leirado	GA	OR	32066	42.1397	-8.1013	4
32814	Rio De Abaixo	rio-de-abaixo	GA	OR	32066	42.1397	-8.1013	3
32814	Mourisca, A (Quintela De Leirado)	mourisca-a-quintela-de-leirado	GA	OR	32066	42.1397	-8.1013	4
32814	Redemuiños (San Salvador)	redemuinos-san-salvador	GA	OR	32066	42.1397	-8.1013	3
32814	Souto (Quintela De Leirado)	souto-quintela-de-leirado	GA	OR	32066	42.1397	-8.1013	4
32814	Tornadoiro	tornadoiro	GA	OR	32066	42.1397	-8.1013	3
32814	Fraguas (Quintela De Leirado)	fraguas-quintela-de-leirado	GA	OR	32066	42.1397	-8.1013	4
32814	Agua Levada	agua-levada	GA	OR	32066	42.1397	-8.1013	3
32814	Lavandeira (Quintela De Leirado)	lavandeira-quintela-de-leirado	GA	OR	32066	42.1397	-8.1013	4
32814	Atainde	atainde	GA	OR	32066	42.1397	-8.1013	3
32814	Leirado (Quintela De Leirado)	leirado-quintela-de-leirado	GA	OR	32066	42.1397	-8.1013	4
32814	Quintela (Leirado)	quintela-leirado	GA	OR	32066	42.1397	-8.1013	4
32814	Forxan (Quintela De Leirado)	forxan-quintela-de-leirado	GA	OR	32066	42.1397	-8.1013	4
32814	Corredoira, A (Quintela De Leirado)	corredoira-a-quintela-de-leirado	GA	OR	32066	42.1397	-8.1013	4
32814	Alcouce, O (Quintela De Leirado)	alcouce-o-quintela-de-leirado	GA	OR	32066	42.1397	-8.1013	4
32814	Pousa (Quintela De Leirado)	pousa-quintela-de-leirado	GA	OR	32066	42.1397	-8.1013	4
32814	Val (Quintela De Leirado)	val-quintela-de-leirado	GA	OR	32066	42.1397	-8.1013	4
32814	Beade (Quintela De Leirado)	beade-quintela-de-leirado	GA	OR	32066	42.1397	-8.1013	4
32814	Pereiras, As (Quintela De Leirado)	pereiras-as-quintela-de-leirado	GA	OR	32066	42.1397	-8.1013	4
32814	Costa (Quintela De Leirado)	costa-quintela-de-leirado	GA	OR	32066	42.1397	-8.1013	4
32814	Reguengo (Quintela De Leirado)	reguengo-quintela-de-leirado	GA	OR	32066	42.1397	-8.1013	4
32814	Outeiro (Quintela De Leirado)	outeiro-quintela-de-leirado	GA	OR	32066	42.1397	-8.1013	4
32815	Ademouran	ademouran	GA	OR	32068	42.1506	-7.9628	3
32815	Eiras (Milmanda)	eiras-milmanda	GA	OR	32068	42.1333	-8.0167	4
32815	Pereiro, O (Celanova)	pereiro-o-celanova	GA	OR	32068	42.153	-7.9551	4
32815	San Martiño De Arriba	san-martino-de-arriba	GA	OR	32068	42.1506	-7.9628	3
32815	Vila (Celanova)	vila-celanova	GA	OR	32068	42.153	-7.9551	4
32815	Carballo, O	carballo-o	GA	OR	32068	42.1506	-7.9628	3
32815	Carracedo (Milmanda)	carracedo-milmanda	GA	OR	32068	42.1333	-8.0167	4
32815	Ermide	ermide	GA	OR	32068	42.1506	-7.9628	3
32815	Trasmiras (Celanova)	trasmiras-celanova	GA	OR	32068	42.153	-7.9551	4
32815	Xamiras	xamiras	GA	OR	32068	42.1506	-7.9628	3
32815	Arrotea, A (Celanova)	arrotea-a-celanova	GA	OR	32068	42.153	-7.9551	4
32815	Barreira, A	barreira-a	GA	OR	32068	42.1506	-7.9628	3
32815	Orban (Celanova)	orban-celanova	GA	OR	32068	42.153	-7.9551	4
32815	Fontebranca	fontebranca	GA	OR	32068	42.1506	-7.9628	3
32815	Vilaverde (Celanova)	vilaverde-celanova	GA	OR	32068	42.153	-7.9551	4
32815	Alcazar De Milmanda (Santa Maria)	alcazar-de-milmanda-santa-maria	GA	OR	32068	42.1506	-7.9628	3
32815	San Cibrao (Celanova)	san-cibrao-celanova	GA	OR	32068	42.153	-7.9551	4
32815	Pazo Das Chousas	pazo-das-chousas	GA	OR	32068	42.1506	-7.9628	3
32815	Prados, Os (Celanova)	prados-os-celanova	GA	OR	32068	42.153	-7.9551	4
32815	Cavadoiro	cavadoiro	GA	OR	32068	42.1506	-7.9628	3
32815	Moimenta, A (Celanova)	moimenta-a-celanova	GA	OR	32068	42.153	-7.9551	4
32815	Canto	canto	GA	OR	32068	42.1506	-7.9628	3
32815	Tellado, O (Celanova)	tellado-o-celanova	GA	OR	32068	42.153	-7.9551	4
32815	Castromao (Santa Maria)	castromao-santa-maria	GA	OR	32068	42.1506	-7.9628	3
32815	Lamas, As (Celanova)	lamas-as-celanova	GA	OR	32068	42.153	-7.9551	4
32815	Casal, O (Acevedo)	casal-o-acevedo	GA	OR	32068	42.1506	-7.9628	3
32815	Terrado, O (Celanova)	terrado-o-celanova	GA	OR	32068	42.153	-7.9551	4
32815	San Martiño De Abaixo	san-martino-de-abaixo	GA	OR	32068	42.1506	-7.9628	3
32815	Santa Eufemia (Celanova)	santa-eufemia-celanova	GA	OR	32068	42.153	-7.9551	4
32815	Chousas, As	chousas-as	GA	OR	32068	42.1506	-7.9628	3
32815	Seoane (Celanova)	seoane-celanova	GA	OR	32068	42.153	-7.9551	4
32815	Outeiro (Acevedo)	outeiro-acevedo	GA	OR	32068	42.1506	-7.9628	3
32815	Miranzo	miranzo	GA	OR	32068	42.1506	-7.9628	3
32816	San Paio	san-paio	GA	OR	32047	42.3	-7.2	4
32816	Rabal De Arriba	rabal-de-arriba	GA	OR	32047	42.3	-7.2	3
32816	Pereiras, As (Celanova)	pereiras-as-celanova	GA	OR	32047	42.3	-7.2	3
32816	Orga (San Miguel)	orga-san-miguel	GA	OR	32047	42.3	-7.2	3
32816	Rabal (Celanova)	rabal-celanova	GA	OR	32047	42.3	-7.2	3
32816	Fechiñas	fechinas	GA	OR	32047	42.3	-7.2	3
32816	Fechas (Celanova)	fechas-celanova	GA	OR	32047	42.3	-7.2	3
32816	Amedo (Celanova)	amedo-celanova	GA	OR	32047	42.3	-7.2	3
32816	Abelleira, A (Celanova)	abelleira-a-celanova	GA	OR	32047	42.3	-7.2	3
32816	Roda De Abaixo, A	roda-de-abaixo-a	GA	OR	32047	42.3	-7.2	3
32816	Souto, O (Celanova)	souto-o-celanova	GA	OR	32047	42.3	-7.2	3
32816	Vilanova Dos Infantes	vilanova-dos-infantes	GA	OR	32047	42.3	-7.2	3
32816	Carfaxiño	carfaxino	GA	OR	32047	42.3	-7.2	3
32816	Bobadela (Celanova)	bobadela-celanova	GA	OR	32047	42.3	-7.2	3
32816	Campo (Bobadela)	campo-bobadela	GA	OR	32047	42.3	-7.2	3
32816	Cristal, O	cristal-o	GA	OR	32047	42.3	-7.2	3
32816	Ponte Fechas	ponte-fechas	GA	OR	32047	42.3	-7.2	3
32816	Armada, A (Celanova)	armada-a-celanova	GA	OR	32047	42.3	-7.2	3
32816	Barrio (Bobadela)	barrio-bobadela	GA	OR	32047	42.3	-7.2	3
32816	Pousa, A (Celanova)	pousa-a-celanova	GA	OR	32047	42.3	-7.2	3
32816	Barxa (Santo Tome)	barxa-santo-tome	GA	OR	32047	42.3	-7.2	3
32816	Quintairos (Bobadela)	quintairos-bobadela	GA	OR	32047	42.3	-7.2	3
32816	Ramallosa, A	ramallosa-a	GA	OR	32047	42.3	-7.2	3
32816	Rabal Da Eirexa	rabal-da-eirexa	GA	OR	32047	42.3	-7.2	3
32817	Caseta (Ansemil)	caseta-ansemil	GA	OR	32024	42.7333	-8.2667	4
32817	Mourillos	mourillos	GA	OR	32024	42.154	-7.9426	4
32817	Amoroce	amoroce	GA	OR	32024	42.1454	-7.9789	4
32817	Quintairos (Amoroce)	quintairos-amoroce	GA	OR	32024	42.1454	-7.9789	4
32817	Campo (Mourillos)	campo-mourillos	GA	OR	32024	42.154	-7.9426	4
32817	Outeiro (Amoroce)	outeiro-amoroce	GA	OR	32024	42.1454	-7.9789	4
32817	Cañon	canon	GA	OR	32024	42.1333	-7.9538	4
32817	Ansemil	ansemil	GA	OR	32024	42.7333	-8.2667	4
32817	Casal (Amoroce)	casal-amoroce	GA	OR	32024	42.1454	-7.9789	4
32817	Outeiro, O (Cañon)	outeiro-o-canon	GA	OR	32024	42.1333	-7.9538	4
32817	Penalta	penalta	GA	OR	32024	42.3051	-8.0462	3
32817	Barrio (Ansemil)	barrio-ansemil	GA	OR	32024	42.7333	-8.2667	4
32817	Outeiro, O (Veiga-Celanova)	outeiro-o-veiga-celanova	GA	OR	32024	42.3051	-8.0462	3
32817	Mato, O (Celanova)	mato-o-celanova	GA	OR	32024	42.3051	-8.0462	3
32817	Celanova (San Rosendo)	celanova-san-rosendo	GA	OR	32024	42.3051	-8.0462	3
32817	Sambades (Celanova)	sambades-celanova	GA	OR	32024	42.3051	-8.0462	3
32817	Veiga, A (S. Munio)	veiga-a-s-munio	GA	OR	32024	42.3051	-8.0462	3
32817	Casasoa (Celanova)	casasoa-celanova	GA	OR	32024	42.3051	-8.0462	3
32817	Carballeira (Celanova)	carballeira-celanova	GA	OR	32024	42.3051	-8.0462	3
32817	Sampil	sampil	GA	OR	32024	42.3051	-8.0462	3
32817	Rial (Celanova)	rial-celanova	GA	OR	32024	42.3051	-8.0462	3
32817	Barreiros, Os	barreiros-os	GA	OR	32024	42.3051	-8.0462	3
32817	Regada, A (Celanova)	regada-a-celanova	GA	OR	32024	42.3051	-8.0462	3
32817	Val, O (Celanova)	val-o-celanova	GA	OR	32024	42.3051	-8.0462	3
32817	Sandin (Celanova)	sandin-celanova	GA	OR	32024	42.3051	-8.0462	3
32817	Baraca, A (Celanova)	baraca-a-celanova	GA	OR	32024	42.3051	-8.0462	3
32817	Feal De Ansemil	feal-de-ansemil	GA	OR	32024	42.3051	-8.0462	3
32817	Einibo	einibo	GA	OR	32024	42.3051	-8.0462	3
32817	Pazos (Celanova)	pazos-celanova	GA	OR	32024	42.3051	-8.0462	3
32817	Mandras (Celanova)	mandras-celanova	GA	OR	32024	42.3051	-8.0462	3
32817	Figueiredo (Celanova)	figueiredo-celanova	GA	OR	32024	42.3051	-8.0462	3
32817	Goterre	goterre	GA	OR	32024	42.3051	-8.0462	3
32817	Granxa, A (Celanova)	granxa-a-celanova	GA	OR	32024	42.3051	-8.0462	3
32817	Campo De Veiga	campo-de-veiga	GA	OR	32024	42.3051	-8.0462	3
32820	Sanguñedo (Cartelle)	sangunedo-cartelle	GA	OR	32020	42.2511	-8.0706	4
32820	Peto, O	peto-o	GA	OR	32020	42.2511	-8.0706	3
32820	Mato, O (Cartelle)	mato-o-cartelle	GA	OR	32020	42.2511	-8.0706	4
32820	Peto, O (Cartelle)	peto-o-cartelle	GA	OR	32020	42.2511	-8.0706	4
32820	Cartelle (Santa Maria)	cartelle-santa-maria	GA	OR	32020	42.2511	-8.0706	3
32820	Vilar De Vacas	vilar-de-vacas	GA	OR	32020	42.2511	-8.0706	3
32821	San Tome (Cartelle)	san-tome-cartelle	GA	OR	32020	42.2511	-8.0706	4
32821	Seixadas, As	seixadas-as	GA	OR	32020	42.2511	-8.0706	3
32821	Seara, A (Cartelle)	seara-a-cartelle	GA	OR	32020	42.2511	-8.0706	4
32821	Terzas	terzas	GA	OR	32020	42.2511	-8.0706	3
32821	Lamas De Outeiro	lamas-de-outeiro	GA	OR	32020	42.2511	-8.0706	3
32821	Sabucedo De Montes	sabucedo-de-montes	GA	OR	32020	42.2511	-8.0706	3
32821	Bagullo, O	bagullo-o	GA	OR	32020	42.2511	-8.0706	3
32821	Seixadelas	seixadelas	GA	OR	32020	42.2511	-8.0706	3
32821	Xinzo Das Teixugueiras	xinzo-das-teixugueiras	GA	OR	32020	42.2511	-8.0706	3
32823	Sande (Cartelle)	sande-cartelle	GA	OR	32020	42.2511	-8.0706	4
32823	Bidueiro, O	bidueiro-o	GA	OR	32020	42.2511	-8.0706	3
32823	Oleiros (Cartelle)	oleiros-cartelle	GA	OR	32020	42.2511	-8.0706	4
32823	Prado, O (Cartelle)	prado-o-cartelle	GA	OR	32020	42.2511	-8.0706	4
32824	Couxiliño	couxilino	GA	OR	32020	42.2241	-8.0076	3
32824	Nogueiro (Mundil)	nogueiro-mundil	GA	OR	32020	42.2167	-8.0167	4
32824	Outomuro	outomuro	GA	OR	32020	42.2241	-8.0076	3
32824	Couxil	couxil	GA	OR	32020	42.2391	-7.9894	4
32824	Mundil (Santa Maria)	mundil-santa-maria	GA	OR	32020	42.2167	-8.0167	4
32825	Santa Baia De Anfeoz	santa-baia-de-anfeoz	GA	OR	32020	42.2027	-7.9985	3
32825	Anfeoz	anfeoz	GA	OR	32020	42.2027	-7.9985	4
32826	Pazo, O (Cartelle)	pazo-o-cartelle	GA	OR	32020	42.2511	-8.0706	4
32826	Espiñoso	espinoso	GA	OR	32020	42.2167	-7.9333	4
32826	Freixoso De Penela	freixoso-de-penela	GA	OR	32020	42.2396	-8.0249	3
32826	Penela (Cartelle)	penela-cartelle	GA	OR	32020	42.2511	-8.0706	4
32826	Marabillas, As	marabillas-as	GA	OR	32020	42.2396	-8.0249	3
32828	Fontelo (Celanova)	fontelo-celanova	GA	OR	32024	42.153	-7.9551	4
32828	Freixo (Celanova)	freixo-celanova	GA	OR	32024	42.153	-7.9551	4
32828	Gueral (Celanova)	gueral-celanova	GA	OR	32024	42.153	-7.9551	4
32828	Casanova (Celanova)	casanova-celanova	GA	OR	32024	42.153	-7.9551	4
32828	Vilares, Os (Celanova)	vilares-os-celanova	GA	OR	32024	42.153	-7.9551	4
32828	Correxas (Celanova)	correxas-celanova	GA	OR	32024	42.153	-7.9551	4
32828	Buzacos (Celanova)	buzacos-celanova	GA	OR	32024	42.153	-7.9551	4
32828	Viveiro (Celanova)	viveiro-celanova	GA	OR	32024	42.153	-7.9551	4
32830	Merca, A	merca-a	GA	OR	32047	42.2368	-7.9207	4
32830	Vilaboa (Merca, A)	vilaboa-merca-a	GA	OR	32047	42.2368	-7.9207	4
32830	Pereira De Montes	pereira-de-montes	GA	OR	32047	42.2368	-7.9207	3
32830	Vilacha (Merca, A)	vilacha-merca-a	GA	OR	32047	42.2368	-7.9207	4
32830	Matusiños	matusinos	GA	OR	32047	42.2368	-7.9207	3
32830	Nigueiroa (Merca, A)	nigueiroa-merca-a	GA	OR	32047	42.2368	-7.9207	4
32830	Vilar De Paio Muñiz	vilar-de-paio-muniz	GA	OR	32047	42.2368	-7.9207	3
32830	Parderrubias	parderrubias	GA	OR	32047	42.2368	-7.9207	4
32830	Solbeira	solbeira	GA	OR	32047	42.2368	-7.9207	3
32830	Manchica, A (Nosa Señora De Lourdes)	manchica-a-nosa-senora-de-lourdes	GA	OR	32047	42.2368	-7.9207	3
32838	Rubillos	rubillos	GA	OR	32047	42.2025	-7.8918	1
32838	Proente (Merca, A)	proente-merca-a	GA	OR	32047	42.2025	-7.8918	1
32838	Outeiro (Mezquita, A-Merca, A)	outeiro-mezquita-a-merca-a	GA	OR	32047	42.2025	-7.8918	1
32838	Val, O (Merca, A)	val-o-merca-a	GA	OR	32047	42.2025	-7.8918	1
32838	Mezquita, A (Merca, A)	mezquita-a-merca-a	GA	OR	32047	42.2025	-7.8918	1
32838	Compostela (Merca, A)	compostela-merca-a	GA	OR	32047	42.2025	-7.8918	1
32838	Fontefria (Merca, A)	fontefria-merca-a	GA	OR	32047	42.2025	-7.8918	1
32838	Celeiros (Merca, A)	celeiros-merca-a	GA	OR	32047	42.2025	-7.8918	1
32838	Campo, O (Merca, A)	campo-o-merca-a	GA	OR	32047	42.2025	-7.8918	1
32838	Froxas Das Viñas	froxas-das-vinas	GA	OR	32047	42.2025	-7.8918	1
32838	Arcas	arcas	GA	OR	32047	42.2025	-7.8918	1
32839	Vilariño (Merca, A)	vilarino-merca-a	GA	OR	32047	42.1845	-7.8781	4
32839	Faramontaos (Merca, A)	faramontaos-merca-a	GA	OR	32047	42.1845	-7.8781	4
32839	Cabanas De Loureiro	cabanas-de-loureiro	GA	OR	32047	42.1835	-7.8758	3
32839	Corvillon	corvillon	GA	OR	32047	42.1754	-7.8579	4
32839	Entrambosrios (Merca, A)	entrambosrios-merca-a	GA	OR	32047	42.1845	-7.8781	4
32839	Lameiro Quente	lameiro-quente	GA	OR	32047	42.1835	-7.8758	3
32839	Fontao (Merca, A)	fontao-merca-a	GA	OR	32047	42.1845	-7.8781	4
32839	Forxas De Montes	forxas-de-montes	GA	OR	32047	42.1835	-7.8758	3
32839	Zarracos	zarracos	GA	OR	32047	42.1845	-7.8781	4
32839	Cabanas De Abaixo	cabanas-de-abaixo	GA	OR	32047	42.1835	-7.8758	3
32839	Medorra, A (Merca, A)	medorra-a-merca-a	GA	OR	32047	42.1845	-7.8781	4
32839	Covas Do Rio	covas-do-rio	GA	OR	32047	42.1835	-7.8758	3
32839	Campelo (Merca, A)	campelo-merca-a	GA	OR	32047	42.1845	-7.8781	4
32839	Rebola	rebola	GA	OR	32047	42.1835	-7.8758	3
32839	Casal (Merca, A)	casal-merca-a	GA	OR	32047	42.1845	-7.8781	4
32839	Salpurido	salpurido	GA	OR	32047	42.1835	-7.8758	3
32839	Xen	xen	GA	OR	32047	42.1835	-7.8758	3
32839	Olas	olas	GA	OR	32047	42.1835	-7.8758	3
32839	Pazos De Olas	pazos-de-olas	GA	OR	32047	42.1835	-7.8758	3
32839	Cabanas De Ferro	cabanas-de-ferro	GA	OR	32047	42.1835	-7.8758	3
32840	Bande (San Pedro)	bande-san-pedro	GA	OR	32006	42.0312	-7.9749	3
32840	Bande	bande	GA	OR	32006	42.0312	-7.9749	4
32846	Viñal, O (Bande)	vinal-o-bande	GA	OR	32006	42.0312	-7.9749	4
32846	Carpazas	carpazas	GA	OR	32006	42.035	-7.9135	4
32846	Trarigo	trarigo	GA	OR	32006	42.0318	-7.9647	3
32846	Quinta (Bande)	quinta-bande	GA	OR	32006	42.0312	-7.9749	4
32846	Fradalvite	fradalvite	GA	OR	32006	42.0318	-7.9647	3
32846	Santa Comba (Bande)	santa-comba-bande	GA	OR	32006	42.0312	-7.9749	4
32846	Chaos (Lobeira)	chaos-lobeira	GA	OR	32006	42.0318	-7.9647	3
32846	Outeiro, O (Bande)	outeiro-o-bande	GA	OR	32006	42.0312	-7.9749	4
32846	Santa Comba (San Trocado)	santa-comba-san-trocado	GA	OR	32006	42.0318	-7.9647	3
32846	Nigueiroa (Bande)	nigueiroa-bande	GA	OR	32006	42.0312	-7.9749	4
32846	Quintela (Santa Comba)	quintela-santa-comba	GA	OR	32006	42.0318	-7.9647	3
32847	Campinas, As (Bande)	campinas-as-bande	GA	OR	32006	42.0312	-7.9749	4
32847	Guin	guin	GA	OR	32006	42.0228	-7.9002	4
32847	Ribeiro, O (Bande)	ribeiro-o-bande	GA	OR	32006	42.0312	-7.9749	4
32847	Quintela (Ribeiro)	quintela-ribeiro	GA	OR	32006	42.03	-7.9642	3
32847	Barrio (Bande)	barrio-bande	GA	OR	32006	42.0312	-7.9749	4
32847	Ponte Liñares, A (Feira Nova, A)	ponte-linares-a-feira-nova-a	GA	OR	32006	42.03	-7.9642	3
32847	San Fiz (Bande)	san-fiz-bande	GA	OR	32006	42.0312	-7.9749	4
32847	Garabelos (Bande)	garabelos-bande	GA	OR	32006	42.0312	-7.9749	4
32847	Fervenza (Bande)	fervenza-bande	GA	OR	32006	42.0312	-7.9749	4
32848	Vilela (Bande)	vilela-bande	GA	OR	32006	42.0309	-7.9652	1
32848	Baños, Os	banos-os	GA	OR	32006	42.0309	-7.9652	1
32848	Maus, As (Bande)	maus-as-bande	GA	OR	32006	42.0309	-7.9652	1
32848	Vilar (Bande)	vilar-bande	GA	OR	32006	42.0309	-7.9652	1
32849	Corvelle (Bande)	corvelle-bande	GA	OR	32006	42.0309	-7.9652	1
32849	Igrexa, A (Bande)	igrexa-a-bande	GA	OR	32006	42.0309	-7.9652	1
32849	Rubias (Bande)	rubias-bande	GA	OR	32006	42.0309	-7.9652	1
32849	Pumares (Bande)	pumares-bande	GA	OR	32006	42.0309	-7.9652	1
32849	Ribas (Bande)	ribas-bande	GA	OR	32006	42.0309	-7.9652	1
32849	Vilamea (Calvos-Bande)	vilamea-calvos-bande	GA	OR	32006	42.0309	-7.9652	1
32849	Souto, O (Bande)	souto-o-bande	GA	OR	32006	42.0309	-7.9652	1
32849	Ponte Cados	ponte-cados	GA	OR	32006	42.0309	-7.9652	1
32849	Pereira (Bande)	pereira-bande	GA	OR	32006	42.0309	-7.9652	1
32849	Pazos (Bande)	pazos-bande	GA	OR	32006	42.0309	-7.9652	1
32849	Aldea De Arriba (Bande)	aldea-de-arriba-bande	GA	OR	32006	42.0309	-7.9652	1
32849	Cados (Bande)	cados-bande	GA	OR	32006	42.0309	-7.9652	1
32849	Cima De Vila (Bande)	cima-de-vila-bande	GA	OR	32006	42.0309	-7.9652	1
32850	Lobeira (San Vicente)	lobeira-san-vicente	GA	OR	32041	42.1431	-7.9959	1
32850	Quintas, As (Lobeira)	quintas-as-lobeira	GA	OR	32041	42.1431	-7.9959	1
32850	Baldemir	baldemir	GA	OR	32041	42.1431	-7.9959	1
32850	Sabariz (Lobeira)	sabariz-lobeira	GA	OR	32041	42.1431	-7.9959	1
32850	Senderiz (Lobeira)	senderiz-lobeira	GA	OR	32041	42.1431	-7.9959	1
32850	Torneiros (Lobeira)	torneiros-lobeira	GA	OR	32041	42.1431	-7.9959	1
32850	Canle, A	canle-a	GA	OR	32041	42.1431	-7.9959	1
32850	Vilariño (San Xes)(Lobeira)	vilarino-san-xes-lobeira	GA	OR	32041	42.1431	-7.9959	1
32858	Parada Do Monte	parada-do-monte	GA	OR	32041	42.1431	-7.9959	1
32858	Taboazas (Lobeira)	taboazas-lobeira	GA	OR	32041	42.1431	-7.9959	1
32858	Fraga, A (Lobeira)	fraga-a-lobeira	GA	OR	32041	42.1431	-7.9959	1
32859	Nogueira (Lobeira)	nogueira-lobeira	GA	OR	32006	42.1431	-7.9959	1
32859	Monte Longo (Lobeira)	monte-longo-lobeira	GA	OR	32006	42.1431	-7.9959	1
32859	Vilariño (Montelongo)(Lobeira)	vilarino-montelongo-lobeira	GA	OR	32006	42.1431	-7.9959	1
32859	Souto (Lobeira)	souto-lobeira	GA	OR	32006	42.1431	-7.9959	1
32860	Galez	galez	GA	OR	32030	41.9187	-8.1015	4
32860	Feira Vella, A	feira-vella-a	GA	OR	32030	41.9258	-8.1094	3
32860	Entrimo (Santa Maria A Real)	entrimo-santa-maria-a-real	GA	OR	32030	41.933	-8.1173	4
32860	Asperelo Y Olin	asperelo-y-olin	GA	OR	32030	41.9258	-8.1094	3
32860	Terracha, A (Entrimo)	terracha-a-entrimo	GA	OR	32030	41.9258	-8.1094	3
32868	Vilar (Entrimo)	vilar-entrimo	GA	OR	32030	41.933	-8.1173	4
32868	Queguas	queguas	GA	OR	32030	41.933	-8.1173	3
32868	Pereira (Entrimo)	pereira-entrimo	GA	OR	32030	41.933	-8.1173	4
32868	Bouzadragro	bouzadragro	GA	OR	32030	41.933	-8.1173	3
32868	Guxinde (Entrimo)	guxinde-entrimo	GA	OR	32030	41.933	-8.1173	4
32868	Venceans	venceans	GA	OR	32030	41.933	-8.1173	3
32869	Quintela (Lobios)	quintela-lobios	GA	OR	32030	41.9301	-8.1141	1
32869	Lantemil	lantemil	GA	OR	32030	41.9301	-8.1141	1
32869	Illa, A	illa-a	GA	OR	32030	41.9301	-8.1141	1
32869	Olelas	olelas	GA	OR	32030	41.9301	-8.1141	1
32870	Lobios (San Miguel)	lobios-san-miguel	GA	OR	32042	41.8833	-8.1167	3
32870	Lobios (Lobios)	lobios-lobios	GA	OR	32042	41.8833	-8.1167	4
32870	Manin	manin	GA	OR	32042	41.8833	-8.1167	4
32870	Aceredo	aceredo	GA	OR	32042	41.8833	-8.1167	3
32870	Compostela (Lobios)	compostela-lobios	GA	OR	32042	41.8833	-8.1167	4
32870	Ludeiros (Lobios)	ludeiros-lobios	GA	OR	32042	41.8833	-8.1167	4
32879	Portaxe, A	portaxe-a	GA	OR	32042	41.8833	-8.1167	1
32879	Puxedo, O	puxedo-o	GA	OR	32042	41.8833	-8.1167	1
32879	Vila, A (Lobios)	vila-a-lobios	GA	OR	32042	41.8833	-8.1167	1
32879	Esperanzo	esperanzo	GA	OR	32042	41.8833	-8.1167	1
32879	Arauxo (Lobios)	arauxo-lobios	GA	OR	32042	41.8833	-8.1167	1
32879	Bouzas (Lobios)	bouzas-lobios	GA	OR	32042	41.8833	-8.1167	1
32879	Cela, A	cela-a	GA	OR	32042	41.8833	-8.1167	1
32879	Briñidelo	brinidelo	GA	OR	32042	41.8833	-8.1167	1
32879	San Paio (Lobios)	san-paio-lobios	GA	OR	32042	41.8833	-8.1167	1
32879	Requeixo (Arauxo)	requeixo-arauxo	GA	OR	32042	41.8833	-8.1167	1
32879	Reguengo, O (Lobios)	reguengo-o-lobios	GA	OR	32042	41.8833	-8.1167	1
32879	Regada, A (Lobios)	regada-a-lobios	GA	OR	32042	41.8833	-8.1167	1
32879	Gustomeao	gustomeao	GA	OR	32042	41.8833	-8.1167	1
32879	Sa (Lobios)	sa-lobios	GA	OR	32042	41.8833	-8.1167	1
32879	Delas	delas	GA	OR	32042	41.8833	-8.1167	1
32879	Prancibe	prancibe	GA	OR	32042	41.8833	-8.1167	1
32879	Guende	guende	GA	OR	32042	41.8833	-8.1167	1
32880	Couso De Salas (Santiago)	couso-de-salas-santiago	GA	OR	32051	42.1065	-8.0009	4
32880	Porqueiros	porqueiros	GA	OR	32051	41.9474	-7.9548	4
32880	Requias	requias	GA	OR	32051	41.9066	-7.9341	4
32880	Rañadoiro, O	ranadoiro-o	GA	OR	32051	41.9868	-7.9632	3
32880	Souto De Limia (Muiños)	souto-de-limia-muinos	GA	OR	32051	41.9868	-7.9632	3
32880	Picos	picos	GA	OR	32051	41.9868	-7.9632	3
32880	Mugueimes	mugueimes	GA	OR	32051	41.9868	-7.9632	3
32880	Maus De Salas, As (Santa Baia)	maus-de-salas-as-santa-baia	GA	OR	32051	41.9868	-7.9632	3
32880	Guimil	guimil	GA	OR	32051	41.9868	-7.9632	3
32880	Muiños (Muiños)	muinos-muinos	GA	OR	32051	41.9868	-7.9632	3
32880	Agrelo, O	agrelo-o	GA	OR	32051	41.9868	-7.9632	3
32880	Guntumil (Muiños)	guntumil-muinos	GA	OR	32051	41.9868	-7.9632	3
32880	Vilar De Cas (Muiños)	vilar-de-cas-muinos	GA	OR	32051	41.9868	-7.9632	3
32890	Fornos, Os	fornos-os	GA	OR	32008	42.2792	-7.9019	3
32890	Loiro	loiro	GA	OR	32008	42.2698	-7.9071	4
32890	Ponton, O (Barbadas)	ponton-o-barbadas	GA	OR	32008	42.2811	-7.9009	4
32890	Alto Do Ponton, O	alto-do-ponton-o	GA	OR	32008	42.2792	-7.9019	3
32890	Barbadas	barbadas	GA	OR	32008	42.2811	-7.9009	4
32890	Sobrado Do Bispo	sobrado-do-bispo	GA	OR	32008	42.2792	-7.9019	3
32890	Bentraces	bentraces	GA	OR	32008	42.2811	-7.9009	4
32890	Lamas, As	lamas-as	GA	OR	32008	42.2792	-7.9019	3
32890	Muiños, Os (Barbadas)	muinos-os-barbadas	GA	OR	32008	42.2811	-7.9009	4
32890	Cimadevila (Barbadas)	cimadevila-barbadas	GA	OR	32008	42.2811	-7.9009	4
32892	Carreira, A (Lobios)	carreira-a-lobios	GA	OR	32042	41.9319	-8.06	4
32892	Grou, San Mamede (Lobios)	grou-san-mamede-lobios	GA	OR	32042	41.9319	-8.06	4
32892	Ganceiros	ganceiros	GA	OR	32042	41.9319	-8.06	3
32892	Xendive (Lobios)	xendive-lobios	GA	OR	32042	41.9319	-8.06	4
32892	Torno	torno	GA	OR	32042	41.9319	-8.06	4
32892	Lama, A (Lobios)	lama-a-lobios	GA	OR	32042	41.9319	-8.06	4
32892	Requeixo (Grou)	requeixo-grou	GA	OR	32042	41.9319	-8.06	3
32892	Grou (Lobios)	grou-lobios	GA	OR	32042	41.9319	-8.06	4
32892	Herdadiña, A	herdadina-a	GA	OR	32042	41.9319	-8.06	3
32892	Valoiro, O	valoiro-o	GA	OR	32042	41.9319	-8.06	3
32892	Xeas	xeas	GA	OR	32042	41.9319	-8.06	3
32892	Rasela, A (Grou)	rasela-a-grou	GA	OR	32042	41.9319	-8.06	3
32892	Maras	maras	GA	OR	32042	41.9319	-8.06	3
32895	Vilamea (Lobios)	vilamea-lobios	GA	OR	32042	42.0746	-7.984	1
32895	Torneiros (Lobios)	torneiros-lobios	GA	OR	32042	42.0746	-7.984	1
32895	Rio Caldo (Santa Maria)	rio-caldo-santa-maria	GA	OR	32042	42.0746	-7.984	1
32896	Parada De Ventosa	parada-de-ventosa	GA	OR	32051	41.9352	-8.039	4
32896	Pazo (Muiños)	pazo-muinos	GA	OR	32051	41.9352	-8.039	3
32897	Barxes (Muiños)	barxes-muinos	GA	OR	32041	42.0746	-7.984	1
32897	San Martiño De Grou (Lobeira)	san-martino-de-grou-lobeira	GA	OR	32041	42.0746	-7.984	1
32897	Barxes (Santa Maria)	barxes-santa-maria	GA	OR	32041	42.0746	-7.984	1
32897	Santa Cruz De Grou (Lobios)	santa-cruz-de-grou-lobios	GA	OR	32041	42.0746	-7.984	1
32897	Santa Cruz De Grou (Lobeira)	santa-cruz-de-grou-lobeira	GA	OR	32041	42.0746	-7.984	1
32898	Barrio (Cados)	barrio-cados	GA	OR	32051	41.9496	-7.9993	4
32898	San Miguel (Muiños)	san-miguel-muinos	GA	OR	32051	41.9496	-7.9993	3
32898	Prado De Limia (San Salvador)	prado-de-limia-san-salvador	GA	OR	32051	41.9496	-7.9993	3
32898	Xermeade	xermeade	GA	OR	32051	41.9496	-7.9993	3
32898	Piñoi	pinoi	GA	OR	32051	41.9496	-7.9993	3
32898	Reparada	reparada	GA	OR	32051	41.9496	-7.9993	3
32898	Cados (Muiños)	cados-muinos	GA	OR	32051	41.9496	-7.9993	3
32899	Barrio, O (Barxes)	barrio-o-barxes	GA	OR	32051	41.9667	-7.95	4
32899	Farnadeiros (San Pedro)	farnadeiros-san-pedro	GA	OR	32051	41.9667	-7.95	3
32900	Belmonte	belmonte	GA	OR	32075	43.1667	-7.4	4
32900	Picouto, O (San Cibrao Das Viñas)	picouto-o-san-cibrao-das-vinas	GA	OR	32075	43.1667	-7.4	3
32900	Valiñas (San Cibrao Das Viñas)	valinas-san-cibrao-das-vinas	GA	OR	32075	43.1667	-7.4	3
32900	Zamorana, A	zamorana-a	GA	OR	32075	43.1667	-7.4	3
32900	Pazos De San Clodio	pazos-de-san-clodio	GA	OR	32075	43.1667	-7.4	3
32900	Parque Tecnologico Poligono San Cibrao Das Viñas	parque-tecnologico-poligono-san-cibrao-das-vinas	GA	OR	32075	43.1667	-7.4	3
32901	Castellana, A	castellana-a	GA	OR	32075	43.1912	-8.026	4
32901	Santa Cruz Da Rabeda	santa-cruz-da-rabeda	GA	OR	32075	42.5593	-7.7636	3
32901	Castroverde	castroverde	GA	OR	32075	43.0302	-7.3243	4
32901	Mioteira, A (San Cibrao Das Viñas)	mioteira-a-san-cibrao-das-vinas	GA	OR	32075	42.2835	-7.8079	4
32901	Carballeira, A (San Cibrao Das Viñas)	carballeira-a-san-cibrao-das-vinas	GA	OR	32075	42.5593	-7.7636	3
32901	Reboredo (San Cibrao Das Viñas)	reboredo-san-cibrao-das-vinas	GA	OR	32075	42.2835	-7.8079	4
32901	Calvos (San Cibrao Das Viñas)	calvos-san-cibrao-das-vinas	GA	OR	32075	42.5593	-7.7636	3
32901	Poligono Industrial (San Cibrao Das Viñas)	poligono-industrial-san-cibrao-das-vinas	GA	OR	32075	42.2835	-7.8079	4
32901	Eirexa, A (Rabeda)	eirexa-a-rabeda	GA	OR	32075	42.2835	-7.8079	4
32910	Vilanova (San Cibrao Das Viñas)	vilanova-san-cibrao-das-vinas	GA	OR	32075	42.2734	-7.8609	4
32910	Gargantos	gargantos	GA	OR	32075	42.25	-7.8667	4
32910	Condado (San Cibrao Das Viñas)	condado-san-cibrao-das-vinas	GA	OR	32075	42.2734	-7.8609	4
32910	Penedo (San Cibrao Das Viñas)	penedo-san-cibrao-das-vinas	GA	OR	32075	42.2734	-7.8609	4
32910	Outeiro, O (San Cibrao Das Viñas)	outeiro-o-san-cibrao-das-vinas	GA	OR	32075	42.2734	-7.8609	4
32910	Montelongo De Arriba	montelongo-de-arriba	GA	OR	32075	42.2695	-7.8632	3
32910	Soutopenedo	soutopenedo	GA	OR	32075	42.2583	-7.8779	4
32910	Pazos (San Cibrao Das Viñas)	pazos-san-cibrao-das-vinas	GA	OR	32075	42.2734	-7.8609	4
32910	Cruz De Rante, A	cruz-de-rante-a	GA	OR	32075	42.2695	-7.8632	3
32910	Prado, O (San Cibrao Das Viñas)	prado-o-san-cibrao-das-vinas	GA	OR	32075	42.2734	-7.8609	4
32910	Outeiro Calvo	outeiro-calvo	GA	OR	32075	42.2695	-7.8632	3
32910	Rante	rante	GA	OR	32075	42.2734	-7.8609	4
32910	Montelongo De Abaixo	montelongo-de-abaixo	GA	OR	32075	42.2695	-7.8632	3
32910	Torre, A (San Cibrao Das Viñas)	torre-a-san-cibrao-das-vinas	GA	OR	32075	42.2734	-7.8609	4
32910	Souto Bravo	souto-bravo	GA	OR	32075	42.2695	-7.8632	3
32911	San Cibrao Das Viñas (Santo Ildefonso)	san-cibrao-das-vinas-santo-ildefonso	GA	OR	32075	42.2756	-7.8633	1
32911	Farixa (A)	farixa-a	GA	OR	32075	42.2756	-7.8633	1
32911	San Cibrao Das Viñas (Capital)	san-cibrao-das-vinas-capital	GA	OR	32075	42.2756	-7.8633	1
32911	Piñeiral (O)	pineiral-o	GA	OR	32075	42.2756	-7.8633	1
32911	Lagoa, A (San Cibrao Das Viñas)	lagoa-a-san-cibrao-das-vinas	GA	OR	32075	42.2756	-7.8633	1
32915	Cumial, O (Ourense)	cumial-o-ourense	GA	OR		42.3367	-7.8641	4
32915	Barreiros Zona Comercial	barreiros-zona-comercial	GA	OR		42.3367	-7.8641	3
32915	Aspera (San Cibrao Das Viñas)	aspera-san-cibrao-das-vinas	GA	OR		42.3367	-7.8641	3
32915	Cumial, O (San Cibrao Das Viñas)	cumial-o-san-cibrao-das-vinas	GA	OR		42.3367	-7.8641	3
32915	Noalla (San Cibrao Das Viñas)	noalla-san-cibrao-das-vinas	GA	OR		42.3367	-7.8641	3
32915	Ponte Noalla, A	ponte-noalla-a	GA	OR		42.3367	-7.8641	3
32915	Santa Marta (San Cibrao Das Viñas)	santa-marta-san-cibrao-das-vinas	GA	OR		42.3367	-7.8641	3
32915	Veiga (San Cibrao Das Viñas)	veiga-san-cibrao-das-vinas	GA	OR		42.3367	-7.8641	3
32920	Trelle	trelle	GA	OR	32008	42.278	-7.9526	4
32920	Airas, As	airas-as	GA	OR	32008	42.278	-7.9526	3
32920	Trellerma	trellerma	GA	OR	32008	42.278	-7.9526	3
32920	Moreiras (Toen)	moreiras-toen	GA	OR	32008	42.278	-7.9526	3
32930	Mugares	mugares	GA	OR	32008	42.3258	-7.9334	4
32930	Roma (Barbadas)	roma-barbadas	GA	OR	32008	42.2811	-7.9009	4
32930	Moreiro, O	moreiro-o	GA	OR	32008	42.2974	-7.9181	3
32930	Toen	toen	GA	OR	32008	42.3176	-7.9543	4
32930	Requeixo (Barbadas)	requeixo-barbadas	GA	OR	32008	42.2811	-7.9009	4
32930	Xestosa	xestosa	GA	OR	32008	42.2974	-7.9181	3
32930	Piñeiro, O (Barbadas)	pineiro-o-barbadas	GA	OR	32008	42.2811	-7.9009	4
32930	Piñor (San Lourenzo)	pinor-san-lourenzo	GA	OR	32008	42.2974	-7.9181	3
32930	Larelle	larelle	GA	OR	32008	42.2974	-7.9181	3
32930	Gradeira, A	gradeira-a	GA	OR	32008	42.2974	-7.9181	3
32930	Fondon, O	fondon-o	GA	OR	32008	42.2974	-7.9181	3
32930	Fonte Larelle	fonte-larelle	GA	OR	32008	42.2974	-7.9181	3
32930	Parada De Piñor	parada-de-pinor	GA	OR	32008	42.2974	-7.9181	3
32930	Meaba	meaba	GA	OR	32008	42.2974	-7.9181	3
32940	Fea	fea	GA	OR	32008	42.3333	-8	4
32940	Puga	puga	GA	OR	32008	42.3273	-8.0078	4
32940	Celeiron (Toen)	celeiron-toen	GA	OR	32008	42.3262	-7.9914	3
32940	San Fiz (Puga)	san-fiz-puga	GA	OR	32008	42.3273	-8.0078	4
32940	Freixendo	freixendo	GA	OR	32008	42.3262	-7.9914	3
32940	Alongos	alongos	GA	OR	32008	42.3167	-7.95	4
32940	Quenlle	quenlle	GA	OR	32008	42.3262	-7.9914	3
32940	Castiñeiras (Toen)	castineiras-toen	GA	OR	32008	42.3262	-7.9914	3
32940	Paredes (Toen)	paredes-toen	GA	OR	32008	42.3262	-7.9914	3
32950	Carballeda (Coles)	carballeda-coles	GA	OR	32026	42.504	-7.7703	3
32950	Peroxa, A (San Eusebio)	peroxa-a-san-eusebio	GA	OR	32026	42.4167	-7.8167	4
32950	Cerdedo (Coles)	cerdedo-coles	GA	OR	32026	42.504	-7.7703	3
32950	Belesar	belesar	GA	OR	32026	42.5913	-7.7239	4
32950	Ribela (Coles)	ribela-coles	GA	OR	32026	42.504	-7.7703	3
32950	Outeiro (Melias)(Coles)	outeiro-melias-coles	GA	OR	32026	42.504	-7.7703	3
32950	Barxelas (Ourense)	barxelas-ourense	GA	OR	32026	42.504	-7.7703	3
32950	Casanova (Barra Miño)	casanova-barra-mino	GA	OR	32026	42.504	-7.7703	3
32950	Fontao (Coles)	fontao-coles	GA	OR	32026	42.504	-7.7703	3
32950	Covas (Coles)	covas-coles	GA	OR	32026	42.504	-7.7703	3
32950	Carballeda (Rivela)	carballeda-rivela	GA	OR	32026	42.504	-7.7703	3
32950	Vilanova De Rivela	vilanova-de-rivela	GA	OR	32026	42.504	-7.7703	3
32950	Souto, O (Coles)	souto-o-coles	GA	OR	32026	42.504	-7.7703	3
32950	Levices	levices	GA	OR	32026	42.504	-7.7703	3
32950	Se, A	se-a	GA	OR	32026	42.504	-7.7703	3
32950	Sobrado (Coles)	sobrado-coles	GA	OR	32026	42.504	-7.7703	3
32950	Prados (Coles)	prados-coles	GA	OR	32026	42.504	-7.7703	3
32950	Malvedo, O	malvedo-o	GA	OR	32026	42.504	-7.7703	3
32950	Pacios (Coles)	pacios-coles	GA	OR	32026	42.504	-7.7703	3
32950	Reguenga, A	reguenga-a	GA	OR	32026	42.504	-7.7703	3
32950	Outeiriños, Os (Coles)	outeirinos-os-coles	GA	OR	32026	42.504	-7.7703	3
32950	San Lourenzo (Coles)	san-lourenzo-coles	GA	OR	32026	42.504	-7.7703	3
32950	Figueiredo (Coles)	figueiredo-coles	GA	OR	32026	42.504	-7.7703	3
32960	San Mamede (Velle)	san-mamede-velle	GA	OR	32054	42.3619	-7.8435	4
32960	Lonia De Arriba (Lugar)	lonia-de-arriba-lugar	GA	OR	32054	42.3749	-7.8049	4
32960	Outeiro, O (Velle)	outeiro-o-velle	GA	OR	32054	42.3619	-7.8435	4
32960	Regoufe	regoufe	GA	OR	32054	42.364	-7.8371	3
32960	Lagar, O (Velle)	lagar-o-velle	GA	OR	32054	42.3619	-7.8435	4
32960	Casixova	casixova	GA	OR	32054	42.364	-7.8371	3
32960	Senra, A (Velle)	senra-a-velle	GA	OR	32054	42.3619	-7.8435	4
32960	Pousa, A (Ourense)	pousa-a-ourense	GA	OR	32054	42.364	-7.8371	3
32960	Velle	velle	GA	OR	32054	42.3619	-7.8435	4
32960	Quintela De Velle	quintela-de-velle	GA	OR	32054	42.364	-7.8371	3
32960	Pedra, A	pedra-a	GA	OR	32054	42.364	-7.8371	3
32960	Roxomilo	roxomilo	GA	OR	32054	42.364	-7.8371	3
32960	Cazaligo	cazaligo	GA	OR	32054	42.364	-7.8371	3
32960	Cangos	cangos	GA	OR	32054	42.364	-7.8371	3
32960	Canivelos, Os (Mende)	canivelos-os-mende	GA	OR	32054	42.364	-7.8371	3
32970	Bemposta (Ourense)	bemposta-ourense	GA	OR	32054	42.3367	-7.8641	4
32970	Curuxeiras, As	curuxeiras-as	GA	OR	32054	42.3367	-7.8641	3
32970	Peneireira, A (As Curuxeiras-Seixalvo)	peneireira-a-as-curuxeiras-seixalvo	GA	OR	32054	42.3367	-7.8641	3
32970	Seixalbo (San Breixo)	seixalbo-san-breixo	GA	OR	32054	42.3367	-7.8641	3
32970	Seixalbo (Industrial)	seixalbo-industrial	GA	OR	32054	42.3367	-7.8641	3
32970	Zain	zain	GA	OR	32054	42.3367	-7.8641	3
32970	Tenencia De Zain	tenencia-de-zain	GA	OR	32054	42.3367	-7.8641	3
32971	Monte (Ourense)	monte-ourense	GA	OR	32054	42.3367	-7.8641	1
32971	Granxa, A (Montealegre)	granxa-a-montealegre	GA	OR	32054	42.3367	-7.8641	1
32971	Rairo (Ourense)	rairo-ourense	GA	OR	32054	42.3367	-7.8641	1
36315	Vigo	vigo	GA	PO	36057	42.2328	-8.7226	4
32971	Santa Mariña Do Monte (Monte-Ourense)	santa-marina-do-monte-monte-ourense	GA	OR	32054	42.3367	-7.8641	1
32980	Pazos (Ourense)	pazos-ourense	GA	OR	32002	42.4167	-7.95	3
32980	Boveda (Amoeiro)	boveda-amoeiro	GA	OR	32002	42.4167	-7.95	4
32980	Castro De Beiro, O	castro-de-beiro-o	GA	OR	32002	42.4167	-7.95	3
32980	Abeleda, A (Ourense)	abeleda-a-ourense	GA	OR	32002	42.4167	-7.95	3
32980	Vilariño (Ourense)	vilarino-ourense	GA	OR	32002	42.4167	-7.95	3
32980	Nogueira (Ourense)	nogueira-ourense	GA	OR	32002	42.4167	-7.95	3
32981	Ludeiros (Ourense)	ludeiros-ourense	GA	OR	32054	42.3367	-7.8641	4
32981	Pradobo	pradobo	GA	OR	32054	42.3367	-7.8641	3
32981	Bouza, A (Ourense)	bouza-a-ourense	GA	OR	32054	42.3367	-7.8641	4
32981	Astres	astres	GA	OR	32054	42.3367	-7.8641	3
32981	Saceda (Ourense)	saceda-ourense	GA	OR	32054	42.3367	-7.8641	4
32981	Conchada, A	conchada-a	GA	OR	32054	42.3367	-7.8641	3
32981	Pereiro, O (Ourense)	pereiro-o-ourense	GA	OR	32054	42.3367	-7.8641	4
32981	Regoalde	regoalde	GA	OR	32054	42.3367	-7.8641	3
32981	Paradela (Ourense)	paradela-ourense	GA	OR	32054	42.3367	-7.8641	4
32981	Sartedigos	sartedigos	GA	OR	32054	42.3367	-7.8641	3
32981	Beiro (Ourense)	beiro-ourense	GA	OR	32054	42.3367	-7.8641	4
32981	Palmes (San Mamede)	palmes-san-mamede	GA	OR	32054	42.3367	-7.8641	3
32981	Burgo, O (Ourense)	burgo-o-ourense	GA	OR	32054	42.3367	-7.8641	4
32981	Naves	naves	GA	OR	32054	42.3367	-7.8641	3
32981	Madrosende	madrosende	GA	OR	32054	42.3367	-7.8641	3
32981	Lagar, O (Vilar De Astres)	lagar-o-vilar-de-astres	GA	OR	32054	42.3367	-7.8641	3
32981	Burata, A	burata-a	GA	OR	32054	42.3367	-7.8641	3
32981	Vilar De Astres	vilar-de-astres	GA	OR	32054	42.3367	-7.8641	3
32981	Caveanca, A	caveanca-a	GA	OR	32054	42.3367	-7.8641	3
32981	Valdolide	valdolide	GA	OR	32054	42.3367	-7.8641	3
32990	Granxa, A (Arrabaldo)	granxa-a-arrabaldo	GA	OR	32054	42.3466	-7.9982	4
32990	Arrabaldo (Santa Cruz)	arrabaldo-santa-cruz	GA	OR	32054	42.3483	-7.9741	3
32990	Barrio (Untes)	barrio-untes	GA	OR	32054	42.35	-7.95	4
32990	Untes (Santo Estevo)	untes-santo-estevo	GA	OR	32054	42.3483	-7.9741	3
36001	Pontevedra	pontevedra	GA	PO	36038	42.431	-8.6444	4
36002	Pontevedra	pontevedra	GA	PO	36038	42.431	-8.6444	4
36003	Pontevedra	pontevedra	GA	PO	36038	42.431	-8.6444	4
36004	Pontevedra	pontevedra	GA	PO	36038	42.431	-8.6444	4
36005	Pontevedra	pontevedra	GA	PO	36041	42.431	-8.6444	4
36070	Pontevedra	pontevedra	GA	PO		42.431	-8.6444	4
36071	Pontevedra	pontevedra	GA	PO		42.431	-8.6444	4
36080	Pontevedra	pontevedra	GA	PO		42.431	-8.6444	4
36100	Centro Militar Base General Morillo (Usba)	centro-militar-base-general-morillo-usba	GA	PO		42.4384	-8.6085	1
36110	Lagoa, A (Campo Lameiro)	lagoa-a-campo-lameiro	GA	PO	36007	42.4384	-8.6085	1
36110	Campo Lameiro (San Miguel)	campo-lameiro-san-miguel	GA	PO	36007	42.4384	-8.6085	1
36116	Quireza (Cerdedo)	quireza-cerdedo	GA	PO	36902	42.4384	-8.6085	1
36116	Tomonde (Cerdedo)	tomonde-cerdedo	GA	PO	36902	42.4384	-8.6085	1
36116	Castro (Cerdedo)	castro-cerdedo	GA	PO	36902	42.4384	-8.6085	1
36117	Montes (Campo Lameiro)	montes-campo-lameiro	GA	PO	36902	42.4384	-8.6085	1
36118	Fragas (Santa Mariña)	fragas-santa-marina	GA	PO	36007	42.4384	-8.6085	1
36119	Couso (Campo Lameiro)	couso-campo-lameiro	GA	PO	36007	42.4384	-8.6085	1
36119	Moimenta (Campo Lameiro)	moimenta-campo-lameiro	GA	PO	36007	42.4384	-8.6085	1
36119	Morillas (Santiago)	morillas-santiago	GA	PO	36007	42.4384	-8.6085	1
36120	Vilanova (Tenorio)	vilanova-tenorio	GA	PO	36902	42.4667	-8.55	4
36120	Tenorio (San Pedro)	tenorio-san-pedro	GA	PO	36902	42.4667	-8.55	3
36121	San Xurxo De Sacos (Cotobade)	san-xurxo-de-sacos-cotobade	GA	PO	36902	42.4833	-8.5167	4
36121	Viascon (Santiago)	viascon-santiago	GA	PO	36902	42.4833	-8.5167	4
36121	Sacos (Santa Maria)	sacos-santa-maria	GA	PO	36902	42.4833	-8.5167	3
36139	Cerdedo	cerdedo	GA	PO	36902	42.5297	-8.4354	4
36139	Pedre (Santo Estevo)	pedre-santo-estevo	GA	PO	36902	42.5297	-8.4354	3
36139	Figueroa (San Martiño)	figueroa-san-martino	GA	PO	36902	42.5297	-8.4354	3
36139	Cerdedo (San Xoan)	cerdedo-san-xoan	GA	PO	36902	42.5297	-8.4354	3
36140	Balteiro (Figueirido)	balteiro-figueirido	GA	PO	36058	42.3768	-8.6595	4
36140	Figueirido (Santo Andre)	figueirido-santo-andre	GA	PO	36058	42.3768	-8.6595	3
36140	Santa Comba De Bertola (Santa Comba)	santa-comba-de-bertola-santa-comba	GA	PO	36058	42.3768	-8.6595	3
36141	Acuña (Vilaboa)	acuna-vilaboa	GA	PO	36058	42.3768	-8.6595	1
36141	Vilaboa (San Martiño)	vilaboa-san-martino	GA	PO	36058	42.3768	-8.6595	1
36141	Paredes (Vilaboa)	paredes-vilaboa	GA	PO	36058	42.3768	-8.6595	1
36142	Nores (Cobres)	nores-cobres	GA	PO	36058	42.3768	-8.6595	1
36142	Barciela (Cobres)	barciela-cobres	GA	PO	36058	42.3768	-8.6595	1
36142	Santa Cristina De Cobres (Vilaboa)	santa-cristina-de-cobres-vilaboa	GA	PO	36058	42.3768	-8.6595	1
36142	Muiño, O (Cobres)	muino-o-cobres	GA	PO	36058	42.3768	-8.6595	1
36142	Pousada (Cobres)	pousada-cobres	GA	PO	36058	42.3768	-8.6595	1
36142	Pazos (Cobres)	pazos-cobres	GA	PO	36058	42.3768	-8.6595	1
36142	Cobres (Santo Adran)	cobres-santo-adran	GA	PO	36058	42.3768	-8.6595	1
36143	Carramal, O (Salcedo)	carramal-o-salcedo	GA	PO	36038	42.3768	-8.6595	1
36143	Pontevedra	pontevedra	GA	PO	36038	42.3768	-8.6595	1
36143	Cabanas (Salcedo)	cabanas-salcedo	GA	PO	36038	42.3768	-8.6595	1
36143	Salcedo (San Martiño)	salcedo-san-martino	GA	PO	36038	42.3768	-8.6595	1
36150	Xeve (Santo Andre)	xeve-santo-andre	GA	PO	36038	42.4273	-8.627	1
36150	Filgueira (Santo Andre De Xeve)	filgueira-santo-andre-de-xeve	GA	PO	36038	42.4273	-8.627	1
36150	Couso, O (Santo Andre De Xeve)	couso-o-santo-andre-de-xeve	GA	PO	36038	42.4273	-8.627	1
36150	Sobral (Santo Andre De Xeve)	sobral-santo-andre-de-xeve	GA	PO	36038	42.4273	-8.627	1
36150	Fragoso (Santo Andre De Xeve)	fragoso-santo-andre-de-xeve	GA	PO	36038	42.4273	-8.627	1
36151	Gatomorto (Santa Maria De Xeve)	gatomorto-santa-maria-de-xeve	GA	PO	36038	42.4273	-8.627	1
36151	Santa Maria De Xeve (Santa Maria)	santa-maria-de-xeve-santa-maria	GA	PO	36038	42.4273	-8.627	1
36151	Igrexa, A (Santa Maria De Xeve)	igrexa-a-santa-maria-de-xeve	GA	PO	36038	42.4273	-8.627	1
36151	Verducido (San Martiño)	verducido-san-martino	GA	PO	36038	42.4273	-8.627	1
36151	Fontans, Os (Santa Maria De Xeve)	fontans-os-santa-maria-de-xeve	GA	PO	36038	42.4273	-8.627	1
36151	Covadaspera (Verducido)	covadaspera-verducido	GA	PO	36038	42.4273	-8.627	1
36152	Cerponzons (San Vicente)	cerponzons-san-vicente	GA	PO	36038	42.4273	-8.627	1
36153	Lourizan	lourizan	GA	PO	36038	42.4167	-8.6667	4
36154	Bora (Santa Mariña)	bora-santa-marina	GA	PO	36038	42.4273	-8.627	1
36156	Lerez (San Salvador)	lerez-san-salvador	GA	PO	36038	42.45	-8.6167	4
36156	Castelo, O (Lerez	castelo-o-lerez	GA	PO	36038	42.45	-8.6167	3
36156	Pontevedra	pontevedra	GA	PO	36038	42.45	-8.6167	4
36157	Sabaris (Campaño)	sabaris-campano	GA	PO	36038	42.4699	-8.6698	4
36157	Vao, O (Poligono Ndustrial)	vao-o-poligono-ndustrial	GA	PO	36038	42.4699	-8.6698	3
36157	Devesa, A (Alba)	devesa-a-alba	GA	PO	36038	42.4699	-8.6698	3
36157	Alba (Santa Maria)	alba-santa-maria	GA	PO	36038	42.4699	-8.6698	3
36157	Campaño (San Pedro)	campano-san-pedro	GA	PO	36038	42.4699	-8.6698	3
36158	Valadares (Marcon)	valadares-marcon	GA	PO	36038	42.4172	-8.6168	4
36158	Lusquiños (Tomeza)	lusquinos-tomeza	GA	PO	36038	42.4	-8.6167	4
36158	Ermida, A (Marcon)	ermida-a-marcon	GA	PO	36038	42.4172	-8.6168	4
36158	Tomeza (San Pedro)	tomeza-san-pedro	GA	PO	36038	42.4143	-8.6168	3
36158	Pazos (Marcon)	pazos-marcon	GA	PO	36038	42.4172	-8.6168	4
36158	Marcon (San Miguel)	marcon-san-miguel	GA	PO	36038	42.4143	-8.6168	3
36158	Pintos (Marcon)	pintos-marcon	GA	PO	36038	42.4172	-8.6168	4
36158	Barcia, A (Marcon)	barcia-a-marcon	GA	PO	36038	42.4172	-8.6168	4
36160	Pontevedra	pontevedra	GA	PO	36038	42.431	-8.6444	4
36161	Pontevedra	pontevedra	GA	PO	36038	42.431	-8.6444	4
36162	Pontevedra	pontevedra	GA	PO	36038	42.431	-8.6444	4
36163	Poio (San Salvador)	poio-san-salvador	GA	PO	36041	42.431	-8.6444	3
36163	Pontevedra	pontevedra	GA	PO	36041	42.431	-8.6444	4
36164	Casas Novas (Mourente)	casas-novas-mourente	GA	PO	36038	42.431	-8.6444	3
36164	Pontevedra	pontevedra	GA	PO	36038	42.431	-8.6444	4
36164	Areas (Parroquia Mourente)	areas-parroquia-mourente	GA	PO	36038	42.431	-8.6444	3
36164	Areas (Mourente)	areas-mourente	GA	PO	36038	42.431	-8.6444	3
36164	Pazo, O (Mourente)	pazo-o-mourente	GA	PO	36038	42.431	-8.6444	3
36164	Mourente (Santa Maria)	mourente-santa-maria	GA	PO	36038	42.431	-8.6444	3
36190	Agudelo (San Martiño )	agudelo-san-martino	GA	PO	36002	42.4384	-8.6085	1
36191	Porrans (Barro)	porrans-barro	GA	PO	36002	42.4384	-8.6085	1
36191	Barro (San Breixo)	barro-san-breixo	GA	PO	36002	42.4384	-8.6085	1
36192	Armenteira (Santa Maria)	armenteira-santa-maria	GA	PO	36028	42.4384	-8.6085	1
36193	Valiñas (Santo Andre)	valinas-santo-andre	GA	PO	36002	42.4384	-8.6085	1
36194	Perdecanai (Santa Maria)	perdecanai-santa-maria	GA	PO	36002	42.4384	-8.6085	1
36201	Vigo	vigo	GA	PO	36057	42.2328	-8.7226	4
36202	Vigo	vigo	GA	PO	36057	42.2328	-8.7226	4
36203	Vigo	vigo	GA	PO	36057	42.2328	-8.7226	4
36204	Vigo	vigo	GA	PO	36057	42.2328	-8.7226	4
36205	Vigo	vigo	GA	PO	36057	42.2328	-8.7226	4
36206	Vigo	vigo	GA	PO	36057	42.2328	-8.7226	4
36207	Vigo	vigo	GA	PO	36057	42.2328	-8.7226	4
36208	Vigo	vigo	GA	PO	36057	42.2328	-8.7226	4
36209	Vigo	vigo	GA	PO	36057	42.2328	-8.7226	4
36210	Vigo	vigo	GA	PO	36057	42.2328	-8.7226	4
36211	Vigo	vigo	GA	PO	36057	42.2328	-8.7226	4
36212	Vigo	vigo	GA	PO	36057	42.2328	-8.7226	4
36213	Vigo	vigo	GA	PO	36057	42.2328	-8.7226	4
36214	Vigo	vigo	GA	PO	36057	42.2328	-8.7226	4
36215	Vigo	vigo	GA	PO	36057	42.2328	-8.7226	4
36216	Vigo	vigo	GA	PO	36057	42.2328	-8.7226	4
36270	Vigo	vigo	GA	PO		42.2328	-8.7226	4
36271	Vigo	vigo	GA	PO		42.2328	-8.7226	4
36280	Vigo	vigo	GA	PO		42.2328	-8.7226	4
36281	Vigo	vigo	GA	PO		42.2328	-8.7226	4
36282	Vigo	vigo	GA	PO		42.2328	-8.7226	4
36300	Baiona (Casco Urbano)	baiona-casco-urbano	GA	PO	36003	42.182	-8.7608	1
36300	Percebelleira (Baiona)	percebelleira-baiona	GA	PO	36003	42.182	-8.7608	1
36300	Loureiral (Baiona)	loureiral-baiona	GA	PO	36003	42.182	-8.7608	1
36300	Baiona (Santa Maria)	baiona-santa-maria	GA	PO	36003	42.182	-8.7608	1
36300	Cova Terreña (Baiona)	cova-terrena-baiona	GA	PO	36003	42.182	-8.7608	1
36307	Medialdea (Baiona)	medialdea-baiona	GA	PO	36003	42.182	-8.7608	1
36307	Belesar (San Lourenzo)	belesar-san-lourenzo	GA	PO	36003	42.182	-8.7608	1
36307	Urgal (Baiona)	urgal-baiona	GA	PO	36003	42.182	-8.7608	1
36308	Baiña (Santa Mariña)	baina-santa-marina	GA	PO	36003	42.182	-8.7608	1
36308	Burgo, O (Baiña)	burgo-o-baina	GA	PO	36003	42.182	-8.7608	1
36308	Laxes, As (Baiña)	laxes-as-baina	GA	PO	36003	42.182	-8.7608	1
36309	Baredo (Santa Maria)	baredo-santa-maria	GA	PO	36036	42.182	-8.7608	1
36309	Viladesuso (San Miguel)	viladesuso-san-miguel	GA	PO	36036	42.182	-8.7608	1
36309	Mougas (Santa Uxia)	mougas-santa-uxia	GA	PO	36036	42.182	-8.7608	1
36309	Pedornes (San Mamede)	pedornes-san-mamede	GA	PO	36036	42.182	-8.7608	1
36310	Vigo	vigo	GA	PO	36057	42.2328	-8.7226	4
36312	Vigo	vigo	GA	PO	36057	42.2328	-8.7226	4
36313	Vigo	vigo	GA	PO	36057	42.2328	-8.7226	4
36314	Vigo	vigo	GA	PO	36057	42.2328	-8.7226	4
36316	Brandufe (Vincios)	brandufe-vincios	GA	PO	36021	42.15	-8.7333	4
36316	Vincios (Santa Mariña)	vincios-santa-marina	GA	PO	36021	42.15	-8.7333	3
36316	Ervillas (Vincios)	ervillas-vincios	GA	PO	36021	42.15	-8.7333	4
36316	Fraga, A (Vincios)	fraga-a-vincios	GA	PO	36021	42.15	-8.7333	4
36316	Rocha, A (Vincios)	rocha-a-vincios	GA	PO	36021	42.15	-8.7333	4
36317	Vigo	vigo	GA	PO	36057	42.2328	-8.7226	4
36318	Vigo	vigo	GA	PO	36057	42.2328	-8.7226	4
36320	Chapela (San Fausto)	chapela-san-fausto	GA	PO	36045	42.2701	-8.6678	4
36320	Chapela (Casco Urbano)	chapela-casco-urbano	GA	PO	36045	42.2701	-8.6678	3
36330	Vigo	vigo	GA	PO	36057	42.2328	-8.7226	4
36331	Vigo	vigo	GA	PO	36057	42.2328	-8.7226	4
36339	Vigo	vigo	GA	PO		42.2328	-8.7226	4
36340	Porqueira, A (Panxon)	porqueira-a-panxon	GA	PO	36035	42.15	-8.8333	4
36340	Patos (Panxon)	patos-panxon	GA	PO	36035	42.15	-8.8333	4
36340	Panxon (San Xoan)	panxon-san-xoan	GA	PO	36035	42.15	-8.8333	3
36340	San Xoan (Panxon)	san-xoan-panxon	GA	PO	36035	42.15	-8.8333	4
36340	Bouza Vella, A (Panxon)	bouza-vella-a-panxon	GA	PO	36035	42.15	-8.8333	4
36340	Gaifar (Panxon)	gaifar-panxon	GA	PO	36035	42.15	-8.8333	4
36340	Area Alta, A (Panxon)	area-alta-a-panxon	GA	PO	36035	42.15	-8.8333	4
36350	Tarela, A (Nigran)	tarela-a-nigran	GA	PO	36035	42.1415	-8.8066	4
36350	Nigran (San Fiz)	nigran-san-fiz	GA	PO	36035	42.1415	-8.8066	3
36350	Canido (Nigran)	canido-nigran	GA	PO	36035	42.1415	-8.8066	4
36350	Angustia, A (Nigran)	angustia-a-nigran	GA	PO	36035	42.1415	-8.8066	4
36350	Telleiras, As (Nigran)	telleiras-as-nigran	GA	PO	36035	42.1415	-8.8066	4
36350	Vilamean (Nigran)	vilamean-nigran	GA	PO	36035	42.1415	-8.8066	4
36360	Tomadas, As (Chandebrito)	tomadas-as-chandebrito	GA	PO	36035	42.1667	-8.75	4
36360	Chandebrito (San Xose)	chandebrito-san-xose	GA	PO	36035	42.1667	-8.75	3
36360	Camos (Santa Baia)	camos-santa-baia	GA	PO	36035	42.1667	-8.75	3
36370	Tomadas, As (Ramallosa)	tomadas-as-ramallosa	GA	PO	36035	42.182	-8.7608	1
36370	Xesteira, A (Ramallosa)	xesteira-a-ramallosa	GA	PO	36035	42.182	-8.7608	1
36370	Golada, A (Ramallosa)	golada-a-ramallosa	GA	PO	36035	42.182	-8.7608	1
36370	Cotros, Os (Ramallosa)	cotros-os-ramallosa	GA	PO	36035	42.182	-8.7608	1
36370	Ramallosa, A (San Pedro)	ramallosa-a-san-pedro	GA	PO	36035	42.182	-8.7608	1
36370	Vilariño De Abaixo (Ramallosa)	vilarino-de-abaixo-ramallosa	GA	PO	36035	42.182	-8.7608	1
36370	Cabreira, A (Ramallosa)	cabreira-a-ramallosa	GA	PO	36035	42.182	-8.7608	1
36370	Viso, O (Ramallosa)	viso-o-ramallosa	GA	PO	36035	42.182	-8.7608	1
36378	Borreiros (San Martiño)	borreiros-san-martino	GA	PO	36021	42.182	-8.7608	1
36379	Mallon (Ramallosa)	mallon-ramallosa	GA	PO	36035	42.182	-8.7608	1
36379	Con (Parada)	con-parada	GA	PO	36035	42.182	-8.7608	1
36379	Parada (Nigran)	parada-nigran	GA	PO	36035	42.182	-8.7608	1
36380	Gondomar (Casco Urbano)	gondomar-casco-urbano	GA	PO	36021	42.1167	-8.725	1
36380	Gondomar (San Bieito)	gondomar-san-bieito	GA	PO	36021	42.1167	-8.725	1
36380	Vilaza (Santa Maria)	vilaza-santa-maria	GA	PO	36021	42.1167	-8.725	1
36388	Donas (Santa Baia)	donas-santa-baia	GA	PO	36021	42.1167	-8.725	1
36388	Mañufe (San Vicente)	manufe-san-vicente	GA	PO	36021	42.1167	-8.725	1
36389	Chain (Santa Maria)	chain-santa-maria	GA	PO	36021	42.1167	-8.7333	4
36389	Vilas (Morgadns)	vilas-morgadns	GA	PO	36021	42.1167	-8.725	3
36389	Prado (Morgadans)	prado-morgadans	GA	PO	36021	42.1167	-8.7167	4
36389	Couso (Gondomar)	couso-gondomar	GA	PO	36021	42.1167	-8.725	3
36389	Bastida, A (Couso)	bastida-a-couso	GA	PO	36021	42.1167	-8.725	3
36389	Morgadans (Santiago)	morgadans-santiago	GA	PO	36021	42.1167	-8.725	3
36389	Peitieiros (San Miguel)	peitieiros-san-miguel	GA	PO	36021	42.1167	-8.725	3
36390	Vigo	vigo	GA	PO	36057	42.2328	-8.7226	4
36390	Canido (Oia)	canido-oia	GA	PO	36057	42.2328	-8.7226	3
36391	Priegue (San Mamede)	priegue-san-mamede	GA	PO	36035	42.1667	-8.8	3
36391	Prado (Priegue)	prado-priegue	GA	PO	36035	42.1667	-8.8	4
36391	Albores Grande (Priegue)	albores-grande-priegue	GA	PO	36035	42.1667	-8.8	4
36392	Vigo	vigo	GA	PO	36057	42.2328	-8.7226	4
36393	Outeiro, O (Ramallosa, A)	outeiro-o-ramallosa-a	GA	PO	36003	42.1997	-8.7613	1
36393	Sabaris (Ramallosa, A)	sabaris-ramallosa-a	GA	PO	36003	42.1997	-8.7613	1
36393	Xuncal, O (Ramallosa, A)	xuncal-o-ramallosa-a	GA	PO	36003	42.1997	-8.7613	1
36393	Santa Cristina Da Ramallosa	santa-cristina-da-ramallosa	GA	PO	36003	42.1997	-8.7613	1
36400	Porriño, O (Santa Maria)	porrino-o-santa-maria	GA	PO	36039	42.2603	-8.4818	1
36400	Porriño, O (Casco Urbano)	porrino-o-casco-urbano	GA	PO	36039	42.2603	-8.4818	1
36410	Torneiros (San Salvador)	torneiros-san-salvador	GA	PO	36039	42.2522	-8.5878	1
36410	Noval, O (Torneiros)	noval-o-torneiros	GA	PO	36039	42.2522	-8.5878	1
36410	Ribeira, A (Torneiros)	ribeira-a-torneiros	GA	PO	36039	42.2522	-8.5878	1
36410	Relva, A (Torneiros)	relva-a-torneiros	GA	PO	36039	42.2522	-8.5878	1
36411	Cans (Santo Estevo)	cans-santo-estevo	GA	PO	36039	42.2522	-8.5878	1
36412	Arrotea, A (Pontellas)	arrotea-a-pontellas	GA	PO	36039	42.2522	-8.5878	1
36412	Pontellas (Santiago)	pontellas-santiago	GA	PO	36039	42.2522	-8.5878	1
36413	Mosende (San Xurxo)	mosende-san-xurxo	GA	PO	36039	42.2522	-8.5878	1
36414	Chenlo (San Xoan)	chenlo-san-xoan	GA	PO	36039	42.2522	-8.5878	1
36415	Castro, O (Mos)	castro-o-mos	GA	PO	36033	42.2522	-8.5878	1
36415	Louredo (San Salvador)	louredo-san-salvador	GA	PO	36033	42.2522	-8.5878	1
36415	Gandara, A (Mos)	gandara-a-mos	GA	PO	36033	42.2522	-8.5878	1
36415	Mos (Santa Eulalia)	mos-santa-eulalia	GA	PO	36033	42.2522	-8.5878	1
36415	Arrufana (Louredo)	arrufana-louredo	GA	PO	36033	42.2522	-8.5878	1
36416	Veigadaña (Petelos)	veigadana-petelos	GA	PO	36033	42.1833	-8.6333	4
36416	Petelos (San Mamed)	petelos-san-mamed	GA	PO	36033	42.1929	-8.6429	3
36416	Estibada, A (Petelos)	estibada-a-petelos	GA	PO	36033	42.1833	-8.6333	4
36416	Tameiga (San Martiño)	tameiga-san-martino	GA	PO	36033	42.1929	-8.6429	3
36416	Porteliña, A (Petelos)	portelina-a-petelos	GA	PO	36033	42.1833	-8.6333	4
36416	Casal, O (Tameiga)	casal-o-tameiga	GA	PO	36033	42.2	-8.65	4
36416	Portela, A (Tameiga)	portela-a-tameiga	GA	PO	36033	42.2	-8.65	4
36416	Igrexa, A (Tameiga)	igrexa-a-tameiga	GA	PO	36033	42.2	-8.65	4
36416	Pedraucha (Tameiga)	pedraucha-tameiga	GA	PO	36033	42.2	-8.65	4
36417	Sobrans, As (Guizan)	sobrans-as-guizan	GA	PO	36033	42.2167	-8.6167	4
36417	Dornelas (Santa Maria)	dornelas-santa-maria	GA	PO	36033	42.5722	-8.4278	3
36417	Cotiño, O (Dornelas)	cotino-o-dornelas	GA	PO	36033	42.75	-8.3333	4
36417	Torroso (San Mamede)	torroso-san-mamede	GA	PO	36033	42.5722	-8.4278	3
36417	Castros, Os (Dornelas)	castros-os-dornelas	GA	PO	36033	42.75	-8.3333	4
36417	Guizan (Santa Maria)	guizan-santa-maria	GA	PO	36033	42.5722	-8.4278	3
36418	Rocha, A (Atios)	rocha-a-atios	GA	PO	36039	42.1333	-8.6	4
36418	Covelo, O (Atios)	covelo-o-atios	GA	PO	36039	42.1333	-8.6	4
36418	Albarin (Atios)	albarin-atios	GA	PO	36039	42.1333	-8.6	4
36418	Atios (Santa Eulalia)	atios-santa-eulalia	GA	PO	36039	42.1333	-8.6	3
36418	Eidos, Os (Atios)	eidos-os-atios	GA	PO	36039	42.1333	-8.6	4
36419	Ameiro Longo (Sanguiñeda)	ameiro-longo-sanguineda	GA	PO	36033	42.1833	-8.6333	4
36419	Cela (San Pedro)	cela-san-pedro	GA	PO	36033	42.1833	-8.6333	3
36419	Erville (Cela)	erville-cela	GA	PO	36033	42.1833	-8.6333	3
36419	Campo De Eiro (Pereiras)	campo-de-eiro-pereiras	GA	PO	36033	42.1833	-8.6333	3
36419	Pereiras (San Miguel)	pereiras-san-miguel	GA	PO	36033	42.1833	-8.6333	3
36419	Sanguiñeda (Santa Maria)	sanguineda-santa-maria	GA	PO	36033	42.1833	-8.6333	3
36420	Crecente (San Pedro)	crecente-san-pedro	GA	PO	36014	42.1447	-8.2525	1
36428	Freixo, O (San Roque)	freixo-o-san-roque	GA	PO	36014	42.1447	-8.2525	1
36428	Sendelle (Santa Cruz)	sendelle-santa-cruz	GA	PO	36014	42.1447	-8.2525	1
36428	Angudes (San Xoan)	angudes-san-xoan	GA	PO	36014	42.1447	-8.2525	1
36429	Vilar (Crecente)	vilar-crecente	GA	PO	36014	42.1447	-8.2525	4
36429	Albeos (San Xoan)	albeos-san-xoan	GA	PO	36014	42.1447	-8.2525	3
36430	Arbo (Casco Urbano)	arbo-casco-urbano	GA	PO	36001	42.1167	-8.3167	3
36430	Consistorio (Arbo)	consistorio-arbo	GA	PO	36001	42.1167	-8.3167	4
36430	Estacion, A (Arbo)	estacion-a-arbo	GA	PO	36001	42.1167	-8.3167	4
36430	Arbo (Santa Maria )	arbo-santa-maria	GA	PO	36001	42.1167	-8.3167	4
36435	Barcela (San Xoan )	barcela-san-xoan	GA	PO	36001	42.1167	-8.3208	1
36436	Cabeiras (San Sebastian )	cabeiras-san-sebastian	GA	PO	36001	42.1167	-8.3333	4
36437	Mourentan (San Cristovo )	mourentan-san-cristovo	GA	PO	36001	42.1167	-8.3208	1
36438	Cequelinos (San Miguel )	cequelinos-san-miguel	GA	PO	36001	42.1167	-8.3208	1
36440	Neves, As (Santa Maria)	neves-as-santa-maria	GA	PO	36034	42.1111	-8.35	1
36440	Neves, As (Casco Urbano)	neves-as-casco-urbano	GA	PO	36034	42.1111	-8.35	1
36446	Vide (Santa Maria)	vide-santa-maria	GA	PO	36034	42.1167	-8.3167	4
36446	San Cibran De Ribarteme (San Cibran)	san-cibran-de-ribarteme-san-cibran	GA	PO	36034	42.1167	-8.3167	3
36446	Setados (Santa Euxenia)	setados-santa-euxenia	GA	PO	36034	42.1167	-8.3167	3
36447	Cerdeira (San Xoan)	cerdeira-san-xoan	GA	PO	36034	42.1111	-8.35	1
36447	San Xose De Ribarteme (Neves, As)	san-xose-de-ribarteme-neves-as	GA	PO	36034	42.1111	-8.35	1
36447	Santiago De Ribarteme (Neves, As)	santiago-de-ribarteme-neves-as	GA	PO	36034	42.1111	-8.35	1
36448	San Pedro De Batallans (Neves, As)	san-pedro-de-batallans-neves-as	GA	PO	36034	42.1111	-8.35	1
36448	Taboexa (Santa Maria)	taboexa-santa-maria	GA	PO	36034	42.1111	-8.35	1
36448	Batallans (Santa Eulalia)	batallans-santa-eulalia	GA	PO	36034	42.1111	-8.35	1
36449	Tortoreos (Santiago)	tortoreos-santiago	GA	PO	36034	42.1	-8.4167	4
36449	Rubios (San Xoan)	rubios-san-xoan	GA	PO	36034	42.1083	-8.3667	3
36449	Liñares (Santa Maria)	linares-santa-maria	GA	PO	36034	42.1167	-8.3167	4
36450	Salvaterra De Miño (San Lourenzo)	salvaterra-de-mino-san-lourenzo	GA	PO	36050	42.745	-8.5264	1
36450	Castelo, O (Salvaterra)	castelo-o-salvaterra	GA	PO	36050	42.745	-8.5264	1
36450	Salvaterra De Miño (Casco Urbano)	salvaterra-de-mino-casco-urbano	GA	PO	36050	42.745	-8.5264	1
36455	Lourido (Santo Andre)	lourido-santo-andre	GA	PO	36050	43.375	-8.2667	4
36455	Fraguiñas, As (Fornelos)	fraguinas-as-fornelos	GA	PO	36050	43.1718	-8.9722	4
36455	Fornelos (San Xoan)	fornelos-san-xoan	GA	PO	36050	43.2734	-8.6194	3
36456	Pesqueiras (Santa Mariña)	pesqueiras-santa-marina	GA	PO	36050	42.745	-8.5264	1
36456	Chan Da Igrexa (Pesqueiras)	chan-da-igrexa-pesqueiras	GA	PO	36050	42.745	-8.5264	1
36457	Nogueiro (Meder)	nogueiro-meder	GA	PO	36050	42.1167	-8.4333	4
36457	San Roque (Leirado)	san-roque-leirado	GA	PO	36050	42.1167	-8.4333	3
36457	Corzans (San Miguel)	corzans-san-miguel	GA	PO	36050	42.1167	-8.4333	3
36457	Meder (Santo Adrian)	meder-santo-adrian	GA	PO	36050	42.1167	-8.4333	3
36457	Fiolledo (San Paio)	fiolledo-san-paio	GA	PO	36050	42.1167	-8.4333	3
36457	Leirado (San Salvador)	leirado-san-salvador	GA	PO	36050	42.1167	-8.4333	3
36457	Soutolobre (Santa Comba)	soutolobre-santa-comba	GA	PO	36050	42.1167	-8.4333	3
36457	Oleiros (Santa Maria)	oleiros-santa-maria	GA	PO	36050	42.1167	-8.4333	3
36458	Cabreira (San Miguel)	cabreira-san-miguel	GA	PO	36050	42.3167	-8.4333	4
36458	Porto (San Paulo)	porto-san-paulo	GA	PO	36050	42.3167	-8.4333	3
36458	Igrexa, A (Alxen)	igrexa-a-alxen	GA	PO	36050	42.3167	-8.4333	3
36458	Arantei (San Pedro)	arantei-san-pedro	GA	PO	36050	42.3167	-8.4333	3
36458	Alxen (San Paio)	alxen-san-paio	GA	PO	36050	42.3167	-8.4333	3
36458	Igrexa, A (Arantei)	igrexa-a-arantei	GA	PO	36050	42.3167	-8.4333	3
36459	Uma (Santo Andre)	uma-santo-andre	GA	PO	36050	42.745	-8.5264	1
36459	Lira (San Simon)	lira-san-simon	GA	PO	36050	42.745	-8.5264	1
36459	Vilacoba (San Xoan)	vilacoba-san-xoan	GA	PO	36050	42.745	-8.5264	1
36460	Soutelo (San Vicente)	soutelo-san-vicente	GA	PO	36049	42.2603	-8.4818	1
36470	San Xurxo De Salceda (San Xurxo)	san-xurxo-de-salceda-san-xurxo	GA	PO	36049	42.1	-8.575	1
36470	Venda Nova, A (Salceda)	venda-nova-a-salceda	GA	PO	36049	42.1	-8.575	1
36470	Esfarrapada, A (Salceda)	esfarrapada-a-salceda	GA	PO	36049	42.1	-8.575	1
36470	Santa Maria De Salceda (Santa Maria)	santa-maria-de-salceda-santa-maria	GA	PO	36049	42.1	-8.575	1
36470	Salceda De Caselas (Nucleo)	salceda-de-caselas-nucleo	GA	PO	36049	42.1	-8.575	1
36471	Entenza (Santos Xusto E Pastor)	entenza-santos-xusto-e-pastor	GA	PO	36049	42.1	-8.575	1
36472	Revolta, A (Parderrubias)	revolta-a-parderrubias	GA	PO	36049	42.1	-8.5667	4
36472	Parderrubias (San Tome)	parderrubias-san-tome	GA	PO	36049	42.1	-8.5667	3
36474	Picoña, A (San Martiño)	picona-a-san-martino	GA	PO	36049	42.1	-8.575	1
36475	Gandaras, As (Poligono Industrial)	gandaras-as-poligono-industrial	GA	PO	36039	42.1	-8.5833	3
36475	Casal, O (Budiño)	casal-o-budino	GA	PO	36039	42.1	-8.5833	4
36475	San Salvador De Budiño (Porriño, O)	san-salvador-de-budino-porrino-o	GA	PO	36039	42.1	-8.5833	3
36475	Santo Estevo De Budiño (Santo Estevo)	santo-estevo-de-budino-santo-estevo	GA	PO	36039	42.1	-8.5833	3
36490	Filgueira (San Pedro)	filgueira-san-pedro	GA	PO	36014	42.1404	-8.2534	1
36491	Rebordechan (Santa Maria)	rebordechan-santa-maria	GA	PO	36014	42.1167	-8.3167	4
36491	Ameixeira, A (San Bernabeu)	ameixeira-a-san-bernabeu	GA	PO	36014	42.1167	-8.3167	3
36492	Quintela (Creciente)	quintela-creciente	GA	PO	36014	42.1523	-8.2218	4
36493	Ribeira (Creciente)	ribeira-creciente	GA	PO	36014	42.1523	-8.2218	4
36494	Sela (Santa Maria )	sela-santa-maria	GA	PO	36001	42.1404	-8.2534	1
36500	Lalin De Arriba	lalin-de-arriba	GA	PO	36024	42.8561	-8.2748	1
36500	Lalin (Casco Urbano)	lalin-casco-urbano	GA	PO	36024	42.8561	-8.2748	1
36510	Bailas (Goias)	bailas-goias	GA	PO	36024	42.9362	-8.259	1
36510	Xaxan (Santa Maria Da Saleta)	xaxan-santa-maria-da-saleta	GA	PO	36024	42.9362	-8.259	1
36510	Xaxan (Pª Santa Maria De Saleta)	xaxan-p-santa-maria-de-saleta	GA	PO	36024	42.9362	-8.259	1
36510	Palmaz (Goias)	palmaz-goias	GA	PO	36024	42.9362	-8.259	1
36510	Pareizo (Goias)	pareizo-goias	GA	PO	36024	42.9362	-8.259	1
36510	Goias (San Miguel)	goias-san-miguel	GA	PO	36024	42.9362	-8.259	1
36511	Pedroso (San Xiao)	pedroso-san-xiao	GA	PO	36024	42.7167	-8.5167	4
36511	San Martiño De Asperelo (Rodeiro)	san-martino-de-asperelo-rodeiro	GA	PO	36024	42.7167	-8.5167	3
36511	Arnego (Santiago)	arnego-santiago	GA	PO	36024	42.7167	-8.5167	3
36511	San Paio De Senra (Rodeiro)	san-paio-de-senra-rodeiro	GA	PO	36024	42.7167	-8.5167	3
36511	Alceme (Santa Maria)	alceme-santa-maria	GA	PO	36024	42.7167	-8.5167	3
36511	Carboentes (Santo Estevo)	carboentes-santo-estevo	GA	PO	36024	42.7167	-8.5167	3
36511	Riobo (Rodeiro)	riobo-rodeiro	GA	PO	36024	42.7167	-8.5167	3
36512	Busto (San Facundo)	busto-san-facundo	GA	PO	36024	42.7333	-8.1833	4
36512	Filgueira (Santa Maria)	filgueira-santa-maria	GA	PO	36024	42.9281	-8.1641	4
36512	Loson (Santa Baia)	loson-santa-baia	GA	PO	36024	42.8632	-8.1705	3
36512	Noceda (Santa Maria)	noceda-santa-maria	GA	PO	36024	42.9281	-8.1641	4
36512	Bendoiro (San Miguel)	bendoiro-san-miguel	GA	PO	36024	42.8632	-8.1705	3
36512	Anzo (San Xoan)	anzo-san-xoan	GA	PO	36024	42.8632	-8.1705	3
36512	Madriñan (San Adrao)	madrinan-san-adrao	GA	PO	36024	42.8632	-8.1705	3
36512	Meixome (Santiago)	meixome-santiago	GA	PO	36024	42.8632	-8.1705	3
36512	Prado (Lalin)	prado-lalin	GA	PO	36024	42.8632	-8.1705	3
36512	Santiso (San Roman)	santiso-san-roman	GA	PO	36024	42.8632	-8.1705	3
36514	Cadron (Santo Estevo)	cadron-santo-estevo	GA	PO	36024	42.9362	-8.259	1
36514	Moimenta (Lalin)	moimenta-lalin	GA	PO	36024	42.9362	-8.259	1
36515	Xesta (Pª San Pedro Felix)	xesta-p-san-pedro-felix	GA	PO	36024	42.9362	-8.259	1
36515	Xesta, A (San Fiz)	xesta-a-san-fiz	GA	PO	36024	42.9362	-8.259	1
36515	Vilanova (San Xoan)	vilanova-san-xoan	GA	PO	36024	42.9362	-8.259	1
36515	Moneixas (San Adrao)	moneixas-san-adrao	GA	PO	36024	42.9362	-8.259	1
36515	Donramiro (Santa Maria)	donramiro-santa-maria	GA	PO	36024	42.9362	-8.259	1
36516	Vilarello (Santo Andre)	vilarello-santo-andre	GA	PO	36024	43.375	-8.2667	4
36516	Maceira (San Martiño)	maceira-san-martino	GA	PO	36024	43.375	-8.2667	3
36516	Saa (Dozon)	saa-dozon	GA	PO	36024	43.375	-8.2667	3
36516	Albarellos (Santa Maria)	albarellos-santa-maria	GA	PO	36024	43.375	-8.2667	3
36516	Alemparte (Lalin)	alemparte-lalin	GA	PO	36024	43.375	-8.2667	3
36516	Sisto, O (San Xoan)	sisto-o-san-xoan	GA	PO	36024	43.375	-8.2667	3
36516	Castro (Lalin)	castro-lalin	GA	PO	36024	43.375	-8.2667	3
36517	Cello (San Martiño)	cello-san-martino	GA	PO	36024	42.9362	-8.259	1
36517	Palmou (San Xoan)	palmou-san-xoan	GA	PO	36024	42.9362	-8.259	1
36517	Cangas (Lalin)	cangas-lalin	GA	PO	36024	42.9362	-8.259	1
36517	Bermes (Santa Maria)	bermes-santa-maria	GA	PO	36024	42.9362	-8.259	1
36517	Sello (Santiago)	sello-santiago	GA	PO	36024	42.9362	-8.259	1
36518	Dozon (Santa Maria)	dozon-santa-maria	GA	PO	36024	42.9362	-8.259	1
36518	Bidueiros (Santa Maria)	bidueiros-santa-maria	GA	PO	36024	42.9362	-8.259	1
36518	Castro, O (Dozon)	castro-o-dozon	GA	PO	36024	42.9362	-8.259	1
36518	Catasos (Santiago)	catasos-santiago	GA	PO	36024	42.9362	-8.259	1
36518	Castro,O (San Salvador)	castro-o-san-salvador	GA	PO	36024	42.9362	-8.259	1
36518	Maceiras, As (San Remixio)	maceiras-as-san-remixio	GA	PO	36024	42.9362	-8.259	1
36518	Sanguiñedo (Santa Maria)	sanguinedo-santa-maria	GA	PO	36024	42.9362	-8.259	1
36519	Lalin (Santa Maria Das Dores)	lalin-santa-maria-das-dores	GA	PO	36024	42.9362	-8.259	1
36519	Ansean (Santiago)	ansean-santiago	GA	PO	36024	42.9362	-8.259	1
36519	Barcia (Santo Estevo)	barcia-santo-estevo	GA	PO	36024	42.9362	-8.259	1
36519	Botos (San Xoan)	botos-san-xoan	GA	PO	36024	42.9362	-8.259	1
36519	Zobra (Santa Maria)	zobra-santa-maria	GA	PO	36024	42.9362	-8.259	1
36519	Lebozan (Santiago)	lebozan-santiago	GA	PO	36024	42.9362	-8.259	1
36519	Lodeiro (San Paio)	lodeiro-san-paio	GA	PO	36024	42.9362	-8.259	1
36519	Vilatuxe (San Lourenzo)	vilatuxe-san-lourenzo	GA	PO	36024	42.9362	-8.259	1
36519	Soutolongo (Santa Maria)	soutolongo-santa-maria	GA	PO	36024	42.9362	-8.259	1
36519	Gresande (Santiago)	gresande-santiago	GA	PO	36024	42.9362	-8.259	1
36519	Donsion (Santa Baia)	donsion-santa-baia	GA	PO	36024	42.9362	-8.259	1
36519	Cristimil (San Xurxo)	cristimil-san-xurxo	GA	PO	36024	42.9362	-8.259	1
36519	Doade (San Pedro)	doade-san-pedro	GA	PO	36024	42.9362	-8.259	1
36520	Esperante (San Cibrao)	esperante-san-cibrao	GA	PO	36020	43.0121	-8.138	1
36520	Ferreiroa (San Pedro)	ferreiroa-san-pedro	GA	PO	36020	43.0121	-8.138	1
36520	Agolada	agolada	GA	PO	36020	43.0121	-8.138	1
36524	Carmoega (San Pedro)	carmoega-san-pedro	GA	PO	36020	43.0121	-8.138	1
36524	Feira Nova (Agolada)	feira-nova-agolada	GA	PO	36020	43.0121	-8.138	1
36524	Santa Comba (San Xoan)	santa-comba-san-xoan	GA	PO	36020	43.0121	-8.138	1
36524	Brantega (San Lourenzo)	brantega-san-lourenzo	GA	PO	36020	43.0121	-8.138	1
36525	Borraxeiros (San Cristovo)	borraxeiros-san-cristovo	GA	PO	36020	43.0121	-8.138	1
36526	Val De Sangorza (Santa Maria)	val-de-sangorza-santa-maria	GA	PO	36020	43.0121	-8.138	1
36526	Agra (San Miguel)	agra-san-miguel	GA	PO	36020	43.0121	-8.138	1
36526	Brocos (San Miguel)	brocos-san-miguel	GA	PO	36020	43.0121	-8.138	1
36526	Sexo, O (Santiago)	sexo-o-santiago	GA	PO	36020	43.0121	-8.138	1
36526	Sesto (San Cibrao)	sesto-san-cibrao	GA	PO	36020	43.0121	-8.138	1
36527	Ramil (San Martiño)	ramil-san-martino	GA	PO	36020	43.0121	-8.138	1
36527	Basadroa (Agolada)	basadroa-agolada	GA	PO	36020	43.0121	-8.138	1
36527	Eidian (Santiago)	eidian-santiago	GA	PO	36020	43.0121	-8.138	1
36527	Ramil (Pª San Martiño)	ramil-p-san-martino	GA	PO	36020	43.0121	-8.138	1
36527	Basadre (Santa Maria)	basadre-santa-maria	GA	PO	36020	43.0121	-8.138	1
36528	Orrea (Santo Andre)	orrea-santo-andre	GA	PO	36020	43.375	-8.2667	4
36528	Berredo (Santa Maria)	berredo-santa-maria	GA	PO	36020	42.9281	-8.1641	4
36528	Albergue (Agolada)	albergue-agolada	GA	PO	36020	43.1516	-8.2154	3
36528	Vilariño (Pª Santa Maria)	vilarino-p-santa-maria	GA	PO	36020	43.1516	-8.2154	3
36528	Merlin (San Pedro)	merlin-san-pedro	GA	PO	36020	43.1516	-8.2154	3
36528	San Paio De Bais (Agolada)	san-paio-de-bais-agolada	GA	PO	36020	43.1516	-8.2154	3
36528	Artoño (Santalla)	artono-santalla	GA	PO	36020	43.1516	-8.2154	3
36528	Baiña, A (San Pedro)	baina-a-san-pedro	GA	PO	36020	43.1516	-8.2154	3
36529	Laxe (Agolada)	laxe-agolada	GA	PO	36020	42.7333	-7.9833	4
36529	Gurgueiro (San Miguel)	gurgueiro-san-miguel	GA	PO	36020	42.7333	-7.9833	3
36529	Parada (Lalin)	parada-lalin	GA	PO	36020	42.7333	-7.9833	3
36529	Trabancas, As (San Mamede)	trabancas-as-san-mamede	GA	PO	36020	42.7333	-7.9833	3
36529	Ventosa (San Xulian)	ventosa-san-xulian	GA	PO	36020	42.7333	-7.9833	3
36530	Rodeiro (San Vicente)	rodeiro-san-vicente	GA	PO	36047	42.6519	-7.9552	1
36537	Fafian (Santiago)	fafian-santiago	GA	PO	36047	42.6519	-7.9552	1
36537	Santa Baia De Camba (Rodeiro)	santa-baia-de-camba-rodeiro	GA	PO	36047	42.6519	-7.9552	1
36537	Vilela (Santa Maria)	vilela-santa-maria	GA	PO	36047	42.6519	-7.9552	1
36537	Rio (Pª Santa Maria)	rio-p-santa-maria	GA	PO	36047	42.6519	-7.9552	1
36537	Rio (Santa Maria)	rio-santa-maria	GA	PO	36047	42.6519	-7.9552	1
36538	San Cristovo De Az (San Cristovo)	san-cristovo-de-az-san-cristovo	GA	PO	36047	42.6519	-7.9552	1
36538	Negrelos (San Cibrao)	negrelos-san-cibrao	GA	PO	36047	42.6519	-7.9552	1
36538	Guillar (Santa Maria)	guillar-santa-maria	GA	PO	36047	42.6519	-7.9552	1
36538	Santa Mariña De Pescoso (Rodeiro)	santa-marina-de-pescoso-rodeiro	GA	PO	36047	42.6519	-7.9552	1
36539	San Salvador De Camba (Rodeiro)	san-salvador-de-camba-rodeiro	GA	PO	36047	42.6519	-7.9552	4
36539	Camba (San Xoan)	camba-san-xoan	GA	PO	36047	42.6519	-7.9552	3
36539	Portela (Rodeiro)	portela-rodeiro	GA	PO	36047	42.6519	-7.9552	4
36539	Salto, O (San Estevo)	salto-o-san-estevo	GA	PO	36047	42.6519	-7.9552	3
36540	Silleda (Casco Urbano)	silleda-casco-urbano	GA	PO	36052	42.7056	-8.3333	1
36540	Silleda (Santa Baia)	silleda-santa-baia	GA	PO	36052	42.7056	-8.3333	1
36542	Refoxos (San Paio)	refoxos-san-paio	GA	PO		42.7056	-8.3333	1
36543	Taboada (Santiago)	taboada-santiago	GA	PO	36052	42.6833	-8.2167	4
36543	Vilar (Silleda)	vilar-silleda	GA	PO	36052	42.6833	-8.2167	3
36543	Ponte (San Miguel)	ponte-san-miguel	GA	PO	36052	42.6833	-8.2167	3
36544	Laro (San Salvador)	laro-san-salvador	GA	PO	36052	42.7056	-8.3333	1
36544	Parada (Silleda)	parada-silleda	GA	PO	36052	42.7056	-8.3333	1
36545	Cortegada (Santa Maria)	cortegada-santa-maria	GA	PO	36052	42.7056	-8.3333	1
36545	Oleiros (San Miguel)	oleiros-san-miguel	GA	PO	36052	42.7056	-8.3333	1
36546	Carboeiro (Santa Maria)	carboeiro-santa-maria	GA	PO	36052	42.75	-8.5	4
36546	Saidres (San Xoan)	saidres-san-xoan	GA	PO	36052	42.75	-8.5	3
36546	Castro, O (San Mamede)	castro-o-san-mamede	GA	PO	36052	42.75	-8.5	3
36546	Negreiros (San Martiño)	negreiros-san-martino	GA	PO	36052	42.75	-8.5	3
36546	Breixa (Santiago)	breixa-santiago	GA	PO	36052	42.75	-8.5	3
36546	Ansemil (San Pedro)	ansemil-san-pedro	GA	PO	36052	42.75	-8.5	3
36546	Martixe (San Cristovo)	martixe-san-cristovo	GA	PO	36052	42.75	-8.5	3
36547	Rellas (San Martiño)	rellas-san-martino	GA	PO	36052	42.7056	-8.3333	1
36547	Siador (San Miguel)	siador-san-miguel	GA	PO	36052	42.7056	-8.3333	1
36547	Escuadro (San Salvador)	escuadro-san-salvador	GA	PO	36052	42.7056	-8.3333	1
36548	Graba (San Miguel)	graba-san-miguel	GA	PO	36052	42.6833	-8.2833	4
36548	Xestoso (Santa Maria)	xestoso-santa-maria	GA	PO	36052	42.6833	-8.2833	3
36548	Margaride (San Fiz)	margaride-san-fiz	GA	PO	36052	42.6833	-8.2833	3
36548	Fiestras (San Martiño)	fiestras-san-martino	GA	PO	36052	42.6833	-8.2833	3
36550	Forcarei (Casco Urbano)	forcarei-casco-urbano	GA	PO	36018	43.3417	-8.3	1
36555	Ventoxo (San Nicolao)	ventoxo-san-nicolao	GA	PO	36018	43.35	-8.2833	4
36555	Aciveiro (Santa Maria)	aciveiro-santa-maria	GA	PO	36018	43.35	-8.2833	3
36556	Forcarei (San Martiño)	forcarei-san-martino	GA	PO	36018	43.3417	-8.3	1
36556	Millarada (San Amedio)	millarada-san-amedio	GA	PO	36018	43.3417	-8.3	1
36557	Pereira (San Bartolomeu)	pereira-san-bartolomeu	GA	PO	36018	43.3417	-8.3	1
36557	Quintillan (San Pedro)	quintillan-san-pedro	GA	PO	36018	43.3417	-8.3	1
36557	Meavia (San Xoan)	meavia-san-xoan	GA	PO	36018	43.3417	-8.3	1
36558	Castrelo (Santa Mariña)	castrelo-santa-marina	GA	PO	36902	43.3333	-8.3167	3
36558	Folgoso (Santa Maria)	folgoso-santa-maria	GA	PO	36902	43.3333	-8.3167	4
36558	Parada (Cerdedo)	parada-cerdedo	GA	PO	36902	43.3333	-8.3167	3
36559	Duas Igrexas (Santa Maria)	duas-igrexas-santa-maria	GA	PO	36017	43.3417	-8.3	1
36560	Soutelo De Montes	soutelo-de-montes	GA	PO	36018	42.5368	-8.3038	4
36567	Madanela De Montes, A (Santa Maria)	madanela-de-montes-a-santa-maria	GA	PO	36018	42.5368	-8.3038	1
36568	Pardesoa (Santiago)	pardesoa-santiago	GA	PO		42.5368	-8.3038	1
36569	San Miguel De Presqueiras (Forcarei)	san-miguel-de-presqueiras-forcarei	GA	PO	36018	42.5368	-8.3038	1
36569	Santa Mariña De Presqueiras (Forcarei)	santa-marina-de-presqueiras-forcarei	GA	PO	36018	42.5368	-8.3038	1
36570	Bandeira, A	bandeira-a	GA	PO	36052	42.7311	-8.301	4
36570	Chapa (San Cibrao)	chapa-san-cibrao	GA	PO	36052	42.7311	-8.301	3
36570	Manduas (San Tirso)	manduas-san-tirso	GA	PO	36052	42.7311	-8.301	3
36579	Piñeiro (Silleda)	pineiro-silleda	GA	PO	36052	42.696	-8.2465	4
36579	Cervaña (Silleda)	cervana-silleda	GA	PO	36052	42.696	-8.2465	4
36579	Lamela (San Miguel)	lamela-san-miguel	GA	PO	36052	42.696	-8.2465	3
36579	Cervaña (San Salvador)	cervana-san-salvador	GA	PO	36052	42.696	-8.2465	3
36579	Dornelas (San Martiño)	dornelas-san-martino	GA	PO	36052	42.696	-8.2465	3
36579	Moalde (San Mamede)	moalde-san-mamede	GA	PO	36052	42.696	-8.2465	3
36580	Merza (Santa Maria)	merza-santa-maria	GA	PO	36059	42.75	-8.5	4
36580	Bascuas (Santa Mariña)	bascuas-santa-marina	GA	PO	36059	42.75	-8.5	3
36581	Sabrexo (Santa Maria)	sabrexo-santa-maria	GA	PO	36059	42.7433	-8.5033	1
36582	Carbia (San Xoan)	carbia-san-xoan	GA	PO	36059	42.7433	-8.5033	1
36583	Fontao (Santiago)	fontao-santiago	GA	PO	36059	42.7433	-8.5033	1
36584	Arnois (San Xiao)	arnois-san-xiao	GA	PO	36017	42.7167	-8.5167	4
36584	San Miguel De Castro (Estrada, A)	san-miguel-de-castro-estrada-a	GA	PO	36017	42.7167	-8.5167	3
36585	Añobre (San Pedro)	anobre-san-pedro	GA	PO	36059	42.7433	-8.5033	1
36585	Brandariz (San Miguel)	brandariz-san-miguel	GA	PO	36059	42.7433	-8.5033	1
36585	Obra (San Tome)	obra-san-tome	GA	PO	36059	42.7433	-8.5033	1
36586	Piloño (Santa Maria)	pilono-santa-maria	GA	PO	36059	42.75	-8.5	4
36586	Salgueiros (San Pedro)	salgueiros-san-pedro	GA	PO	36059	42.75	-8.5	3
36586	Ollares (Santa Maria)	ollares-santa-maria	GA	PO	36059	42.75	-8.5	4
36587	Cira (Santa Baia)	cira-santa-baia	GA	PO	36059	42.7433	-8.5033	1
36587	Camanzo (San Salvador)	camanzo-san-salvador	GA	PO	36059	42.7433	-8.5033	1
36587	Gres (Santiago)	gres-santiago	GA	PO	36059	42.7433	-8.5033	1
36588	Loimil (Santa Maria)	loimil-santa-maria	GA	PO	36017	42.75	-8.5	4
36588	Orazo (San Pedro)	orazo-san-pedro	GA	PO	36017	42.75	-8.5	3
36589	Abades (Santa Maria)	abades-santa-maria	GA	PO	36052	42.7433	-8.5033	1
36589	Pazos (San Martiño)	pazos-san-martino	GA	PO	36052	42.7433	-8.5033	1
36590	Cruces (Nosa Señora Da Piedade)	cruces-nosa-senora-da-piedade	GA	PO	36059	42.9057	-8.2408	1
36590	Vila De Cruces	vila-de-cruces	GA	PO	36059	42.9057	-8.2408	1
36596	Val Do Carrio (Santo Andre)	val-do-carrio-santo-andre	GA	PO	36059	43.375	-8.2667	4
36596	Rodis (San Xiao)	rodis-san-xiao	GA	PO	36059	42.7167	-8.5167	4
36596	Cercio (Santiago)	cercio-santiago	GA	PO	36059	43.0458	-8.3917	3
36596	Camposancos (San Cristovo)	camposancos-san-cristovo	GA	PO	36059	43.0458	-8.3917	3
36596	Galegos (San Miguel)	galegos-san-miguel	GA	PO	36059	43.0458	-8.3917	3
36597	Toiriz (San Xoan)	toiriz-san-xoan	GA	PO	36059	42.9057	-8.2408	1
36598	San Pedro De Loson (Vila De Cruces)	san-pedro-de-loson-vila-de-cruces	GA	PO	36059	42.7667	-8.1833	4
36598	Oiros (Santa Maria)	oiros-santa-maria	GA	PO	36059	42.9281	-8.1641	4
36598	Bodaño (San Mamede)	bodano-san-mamede	GA	PO	36059	42.8743	-8.1705	3
36598	Asorei (Santa Maria)	asorei-santa-maria	GA	PO	36059	42.9281	-8.1641	4
36598	Besexos (San Fiz)	besexos-san-fiz	GA	PO	36059	42.8743	-8.1705	3
36599	San Tome De Insua (Vila De Cruces)	san-tome-de-insua-vila-de-cruces	GA	PO	36059	42.8128	-8.1955	4
36599	Larazo (San Xoan)	larazo-san-xoan	GA	PO	36059	42.8128	-8.1955	3
36599	Arnego (Vila De Cruces)	arnego-vila-de-cruces	GA	PO	36059	42.8128	-8.1955	4
36599	Portodemouros (San Salvador)	portodemouros-san-salvador	GA	PO	36059	42.8128	-8.1955	3
36599	Ferreiros (San Xes)	ferreiros-san-xes	GA	PO	36059	42.8128	-8.1955	3
36599	Cumeiro (San Pedro)	cumeiro-san-pedro	GA	PO	36059	42.8128	-8.1955	3
36599	Duxame (San Miguel)	duxame-san-miguel	GA	PO	36059	42.8128	-8.1955	3
36599	Loño (San Mamede)	lono-san-mamede	GA	PO	36059	42.8128	-8.1955	3
36600	Vilagarcia (Parroquia Santa Eulalia)	vilagarcia-parroquia-santa-eulalia	GA	PO	36060	42.5963	-8.7643	3
36600	Vilagarcia De Arousa	vilagarcia-de-arousa	GA	PO	36060	42.5963	-8.7643	4
36600	Fontecarmoa (San Pedro)	fontecarmoa-san-pedro	GA	PO	36060	42.5963	-8.7643	3
36610	Caldigüela (Pª Carril)	caldiguela-p-carril	GA	PO	36060	42.629	-8.7389	1
36610	Carril (Pª Santiago De Afora)	carril-p-santiago-de-afora	GA	PO	36060	42.629	-8.7389	1
36610	Guillan (Pª Carril)	guillan-p-carril	GA	PO	36060	42.629	-8.7389	1
36610	Carril (Santiago)	carril-santiago	GA	PO	36060	42.629	-8.7389	1
36611	Aralde (Sobran)	aralde-sobran	GA	PO	36060	42.5833	-8.8	4
36611	Faxilde (Sobran)	faxilde-sobran	GA	PO	36060	42.5833	-8.8	4
36611	Lagoa, A (Sobran)	lagoa-a-sobran	GA	PO	36060	42.5833	-8.8	4
36611	Sobran (San Martiño)	sobran-san-martino	GA	PO	36060	42.5833	-8.8	3
36611	Vilaxoan (Vilagarcia)	vilaxoan-vilagarcia	GA	PO	36060	42.5833	-8.8	3
36611	Vilaboa (Sobradelo)	vilaboa-sobradelo	GA	PO	36060	42.5833	-8.8	3
36611	Rosaleda (Sobradelo)	rosaleda-sobradelo	GA	PO	36060	42.5833	-8.8	3
36611	Sobradelo (San Salvador)	sobradelo-san-salvador	GA	PO	36060	42.5833	-8.8	3
36612	Cores (Abalo)	cores-abalo	GA	PO	36010	42.65	-8.7167	4
36612	Ponte, A (Catoira)	ponte-a-catoira	GA	PO	36010	42.6675	-8.7232	4
36612	Progreso, O (Oeste)	progreso-o-oeste	GA	PO	36010	42.6833	-8.7	4
36612	Dimo (San Pedro)	dimo-san-pedro	GA	PO	36010	42.667	-8.7045	3
36612	Menda, A (Dimo)	menda-a-dimo	GA	PO	36010	42.6667	-8.6833	4
36612	Oeste (Santa Baia)	oeste-santa-baia	GA	PO	36010	42.667	-8.7045	3
36612	Corredoira, A (Catoira)	corredoira-a-catoira	GA	PO	36010	42.6675	-8.7232	4
36612	Abalo (San Mamede)	abalo-san-mamede	GA	PO	36010	42.667	-8.7045	3
36612	Outeiriño, O (Catoira)	outeirino-o-catoira	GA	PO	36010	42.6675	-8.7232	4
36612	Catoira (San Miguel)	catoira-san-miguel	GA	PO	36010	42.667	-8.7045	3
36612	Tarrio (Dimo)	tarrio-dimo	GA	PO	36010	42.6667	-8.6833	4
36612	Coaxe (Dimo)	coaxe-dimo	GA	PO	36010	42.6667	-8.6833	4
36613	Bocas (Pª Arealonga)	bocas-p-arealonga	GA	PO	36060	42.5963	-8.7643	3
36613	Arealonga (Vilagarcia De Arousa)	arealonga-vilagarcia-de-arousa	GA	PO	36060	42.5963	-8.7643	4
36613	Laxe (Pª Arealonga)	laxe-p-arealonga	GA	PO	36060	42.5963	-8.7643	3
36613	Torre (Pª Arealonga)	torre-p-arealonga	GA	PO	36060	42.5963	-8.7643	3
36613	Trabanca Badiña (Pª Arealonga)	trabanca-badina-p-arealonga	GA	PO	36060	42.5963	-8.7643	3
36614	Baion (San Xoan)	baion-san-xoan	GA	PO	36061	42.629	-8.7389	1
36614	Rabuñade	rabunade	GA	PO	36061	42.629	-8.7389	1
36615	Godos (Santa Maria)	godos-santa-maria	GA	PO	36005	42.5853	-8.6557	4
36616	Paradela (Meis)	paradela-meis	GA	PO	36028	42.629	-8.7389	1
36617	Cea (San Pedro)	cea-san-pedro	GA	PO	36060	42.629	-8.7389	1
36617	Vento, O (Cea)	vento-o-cea	GA	PO	36060	42.629	-8.7389	1
36617	Castrogudin (Cea)	castrogudin-cea	GA	PO	36060	42.629	-8.7389	1
36618	Trabanca Sardiñeira (Carril)	trabanca-sardineira-carril	GA	PO	36060	42.6139	-8.7762	4
36618	Casal, O (Bamio)	casal-o-bamio	GA	PO	36060	42.632	-8.7603	4
36618	Bamio (San Xens)	bamio-san-xens	GA	PO	36060	42.6275	-8.7643	3
36618	Vilar (Bamio)	vilar-bamio	GA	PO	36060	42.632	-8.7603	4
36618	Campanario, O (Bamio)	campanario-o-bamio	GA	PO	36060	42.632	-8.7603	4
36619	Paradela De Arriba (Cornazo)	paradela-de-arriba-cornazo	GA	PO	36060	42.5871	-8.763	4
36619	Solobeira (San Felix)	solobeira-san-felix	GA	PO	36060	42.5871	-8.763	3
36619	Cruz, A (Cornazo)	cruz-a-cornazo	GA	PO	36060	42.5871	-8.763	4
36619	Rubians (Santa Maria)	rubians-santa-maria	GA	PO	36060	42.5871	-8.763	3
36619	Cornazo (San Pedro)	cornazo-san-pedro	GA	PO	36060	42.5871	-8.763	3
36620	Vilanova De Arousa	vilanova-de-arousa	GA	PO	36061	42.5667	-8.8333	4
36620	Vilamaior (Caleiro)	vilamaior-caleiro	GA	PO	36061	42.5607	-8.8102	4
36620	Vilanova De Arousa (Casco Urbano)	vilanova-de-arousa-casco-urbano	GA	PO	36061	42.5637	-8.8218	3
36620	Sinas, As (Vilanova De Arousa)	sinas-as-vilanova-de-arousa	GA	PO	36061	42.5637	-8.8218	3
36626	Illa De Arousa, A (San Xulian)	illa-de-arousa-a-san-xulian	GA	PO	36901	42.5553	-8.8019	1
36627	Cardalda (Deiro)	cardalda-deiro	GA	PO	36061	42.5477	-8.7913	4
36627	Viña Grande (Deiro)	vina-grande-deiro	GA	PO	36061	42.5477	-8.7913	4
36627	Igrexa, A (Deiro)	igrexa-a-deiro	GA	PO	36061	42.5477	-8.7913	4
36627	Deiro (San Miguel)	deiro-san-miguel	GA	PO	36061	42.5477	-8.7913	3
36627	San Roque Do Monte (Deiro)	san-roque-do-monte-deiro	GA	PO	36061	42.5477	-8.7913	4
36627	Monte, O (Deiro)	monte-o-deiro	GA	PO	36061	42.5477	-8.7913	4
36628	Cruceiro, O (Andras)	cruceiro-o-andras	GA	PO	36061	42.5667	-8.7833	4
36628	Deiro (Tremoedo)	deiro-tremoedo	GA	PO	36061	42.5333	-8.7833	4
36628	Tremoedo (Santo Estevo)	tremoedo-santo-estevo	GA	PO	36061	42.55	-8.7833	3
36628	Andras (San Lourenzo)	andras-san-lourenzo	GA	PO	36061	42.55	-8.7833	3
36629	Curras (Caleiro)	curras-caleiro	GA	PO	36060	42.5607	-8.8102	4
36629	Caleiro (Santa Maria)	caleiro-santa-maria	GA	PO	36060	42.5607	-8.8102	3
36629	Coron (Caleiro)	coron-caleiro	GA	PO	36060	42.5607	-8.8102	4
36629	Pantrigueira, A (Caleiro)	pantrigueira-a-caleiro	GA	PO	36060	42.5607	-8.8102	4
36629	Ousensa (Caleiro)	ousensa-caleiro	GA	PO	36060	42.5607	-8.8102	4
36629	Aduana De Coron, A (Caleiro)	aduana-de-coron-a-caleiro	GA	PO	36060	42.5607	-8.8102	4
36629	Saradelo (Caleiro)	saradelo-caleiro	GA	PO	36060	42.5607	-8.8102	4
36630	Cambados (Santa Mariña)	cambados-santa-marina	GA	PO	36006	42.5062	-8.6673	1
36633	Vilariño (Cambados)	vilarino-cambados	GA	PO	36006	42.5122	-8.8131	4
36633	Sineiro, O (Vilariño)	sineiro-o-vilarino	GA	PO	36006	42.5122	-8.8131	3
36633	Sameiro (Vilariño)	sameiro-vilarino	GA	PO	36006	42.5122	-8.8131	3
36633	Covas De Lobos (Vilariño)	covas-de-lobos-vilarino	GA	PO	36006	42.5122	-8.8131	3
36633	Cruceiro, O (Vilariño)	cruceiro-o-vilarino	GA	PO	36006	42.5122	-8.8131	3
36633	Modia, A (Vilariño)	modia-a-vilarino	GA	PO	36006	42.5122	-8.8131	3
36634	Ribeiro, O (Corvillon)	ribeiro-o-corvillon	GA	PO	36006	42.5062	-8.6673	1
36634	Cabana, A (Corvillon)	cabana-a-corvillon	GA	PO	36006	42.5062	-8.6673	1
36634	Corvillon (San Amedio)	corvillon-san-amedio	GA	PO	36006	42.5062	-8.6673	1
36634	Tragove (Corvillon)	tragove-corvillon	GA	PO	36006	42.5062	-8.6673	1
36634	Rio Da Ucha, O (Corvillon)	rio-da-ucha-o-corvillon	GA	PO	36006	42.5062	-8.6673	1
36634	Laxes, As (Corvillon)	laxes-as-corvillon	GA	PO	36006	42.5062	-8.6673	1
36635	Leiromean (Leiro)	leiromean-leiro	GA	PO	36006	42.5062	-8.6673	1
36635	Leiro (San Xoan)	leiro-san-xoan	GA	PO	36006	42.5062	-8.6673	1
36635	Lois (San Fins)	lois-san-fins	GA	PO	36006	42.5062	-8.6673	1
36635	Oubiña (San Vicenzo)	oubina-san-vicenzo	GA	PO	36006	42.5062	-8.6673	1
36636	Barrantes (Ribadumia)	barrantes-ribadumia	GA	PO	36046	42.5167	-8.75	4
36636	Barroso (Sisan, Ribadumia)	barroso-sisan-ribadumia	GA	PO	36046	42.5047	-8.6308	3
36636	Escusa, A (Ribadumia)	escusa-a-ribadumia	GA	PO	36046	42.5167	-8.75	4
36636	Sisan (San Clemente-Ribadumia)	sisan-san-clemente-ribadumia	GA	PO	36046	42.5047	-8.6308	3
36636	Besomaño (Santa Maria)	besomano-santa-maria	GA	PO	36046	42.4687	-8.2733	4
36636	Ribadumia (Santa Baia)	ribadumia-santa-baia	GA	PO	36046	42.5047	-8.6308	3
36636	Freixo, O (Ribadumia)	freixo-o-ribadumia	GA	PO	36046	42.5167	-8.75	4
36636	Mosqueiro (Sisan, Ribadumia)	mosqueiro-sisan-ribadumia	GA	PO	36046	42.5047	-8.6308	3
36636	Carrasqueira (Sisan, Ribadumia)	carrasqueira-sisan-ribadumia	GA	PO	36046	42.5047	-8.6308	3
36636	Couto De Arriba (Barrantes)	couto-de-arriba-barrantes	GA	PO	36046	42.5047	-8.6308	3
36637	San Lourenzo De Nogueira (Meis)	san-lourenzo-de-nogueira-meis	GA	PO	36028	42.5062	-8.6673	1
36637	San Martiño De Meis (San Martiño)	san-martino-de-meis-san-martino	GA	PO	36028	42.5062	-8.6673	1
36637	San Tome De Nogueira (Meis)	san-tome-de-nogueira-meis	GA	PO	36028	42.5062	-8.6673	1
36637	Meis (San Salvador)	meis-san-salvador	GA	PO	36028	42.5062	-8.6673	1
36637	Mosteiro, O (Meis)	mosteiro-o-meis	GA	PO	36028	42.5062	-8.6673	1
36637	Nogueira (San Vicente)	nogueira-san-vicente	GA	PO	36028	42.5062	-8.6673	1
36638	Covas (Santa Cristina)	covas-santa-cristina	GA	PO	36027	42.5062	-8.6673	1
36638	Padrenda (San Martiño)	padrenda-san-martino	GA	PO	36027	42.5062	-8.6673	1
36639	Facho, O (Castrelo)	facho-o-castrelo	GA	PO	36006	42.5062	-8.6673	1
36639	Couto De Arriba, O (Castrelo)	couto-de-arriba-o-castrelo	GA	PO	36006	42.5062	-8.6673	1
36639	Bouza, A (Castrelo)	bouza-a-castrelo	GA	PO	36006	42.5062	-8.6673	1
36639	Xesteira (Castrelo)	xesteira-castrelo	GA	PO	36006	42.5062	-8.6673	1
36639	Castrelo (Santa Cruz)	castrelo-santa-cruz	GA	PO	36006	42.5062	-8.6673	1
36639	Couto De Abaixo, O (Castrelo)	couto-de-abaixo-o-castrelo	GA	PO	36006	42.5062	-8.6673	1
36640	Portarraxoi (Pontecesures)	portarraxoi-pontecesures	GA	PO	36044	42.6667	-8.6667	1
36640	Infesta (Pontecesures)	infesta-pontecesures	GA	PO	36044	42.6667	-8.6667	1
36640	Pontecesures (Casco Urbano)	pontecesures-casco-urbano	GA	PO	36044	42.6667	-8.6667	1
36640	Carreiras (Pontecesures)	carreiras-pontecesures	GA	PO	36044	42.6667	-8.6667	1
36640	San Xulian (Pontecesures)	san-xulian-pontecesures	GA	PO	36044	42.6667	-8.6667	1
36640	San Luis (Pontecesures)	san-luis-pontecesures	GA	PO	36044	42.6667	-8.6667	1
36640	Porto De Arriba (Pontecesures)	porto-de-arriba-pontecesures	GA	PO	36044	42.6667	-8.6667	1
36640	Pontecesures (San Xulian)	pontecesures-san-xulian	GA	PO	36044	42.6667	-8.6667	1
36645	Valga (San Miguel)	valga-san-miguel	GA	PO	36056	42.6667	-8.6667	1
36646	Casal De Eirigo (Setecoros)	casal-de-eirigo-setecoros	GA	PO	36056	42.6667	-8.6667	4
36646	Setecoros (San Salvador)	setecoros-san-salvador	GA	PO	36056	42.6667	-8.6667	3
36647	Forno, O (Cordeiro)	forno-o-cordeiro	GA	PO	36056	42.6667	-8.6667	1
36647	Cordeiro (Santa Comba)	cordeiro-santa-comba	GA	PO	36056	42.6667	-8.6667	1
36647	Ferreiros (Cordeiro)	ferreiros-cordeiro	GA	PO	36056	42.6667	-8.6667	1
36647	Campaña (Santa Cristina)	campana-santa-cristina	GA	PO	36056	42.6667	-8.6667	1
36647	Vilar (Cordeiro)	vilar-cordeiro	GA	PO	36056	42.6667	-8.6667	1
36648	Xanza (Santa Maria)	xanza-santa-maria	GA	PO		42.6667	-8.6667	1
36648	Torre, A (Campaña)	torre-a-campana	GA	PO		42.6667	-8.6667	1
36649	Devesa, A (Campaña)	devesa-a-campana	GA	PO	36044	42.6667	-8.6667	1
36650	Caldas De Reis (Casco Urbano)	caldas-de-reis-casco-urbano	GA	PO	36005	42.6299	-8.627	1
36652	Xagove-Vilavedra (Romai)	xagove-vilavedra-romai	GA	PO	36040	42.5493	-8.6852	4
36652	Romai (San Xian)	romai-san-xian	GA	PO	36040	42.5493	-8.6852	3
36653	Santo Andre De Cesar (Santo Andre)	santo-andre-de-cesar-santo-andre	GA	PO	36005	42.6299	-8.627	1
36654	San Clemente De Cesar (San Clemente)	san-clemente-de-cesar-san-clemente	GA	PO	36005	42.6299	-8.627	1
36655	Arcos Da Condesa (Santa Mariña)	arcos-da-condesa-santa-marina	GA	PO	36005	42.6299	-8.627	1
36655	Caldas De Reis (Santa Maria)	caldas-de-reis-santa-maria	GA	PO	36005	42.6299	-8.627	1
36656	Saiar (Santo Estevo)	saiar-santo-estevo	GA	PO	36005	42.6299	-8.627	1
36657	Lantaño (San Pedro)	lantano-san-pedro	GA	PO	36040	42.6299	-8.627	1
36658	Portas (Santa Maria)	portas-santa-maria	GA	PO	36017	42.75	-8.5	4
36658	Briallos (San Cristovo)	briallos-san-cristovo	GA	PO	36017	42.75	-8.5	3
36659	Outeiro (Bemil)	outeiro-bemil	GA	PO	36005	42.6167	-8.65	4
36659	Carracedo (Santa Mariña)	carracedo-santa-marina	GA	PO	36005	42.6167	-8.65	3
36659	Follente (Bemil)	follente-bemil	GA	PO	36005	42.6167	-8.65	4
36659	Bemil (Santa Maria)	bemil-santa-maria	GA	PO	36005	42.6167	-8.65	3
36659	Paradela (Bemil)	paradela-bemil	GA	PO	36005	42.6167	-8.65	4
36659	Gorgullon, O (Carracedo)	gorgullon-o-carracedo	GA	PO	36005	42.6167	-8.65	3
36660	Santa Lucia De Moraña	santa-lucia-de-morana	GA	PO	36032	42.5931	-8.6835	1
36667	San Lourenzo De Moraña (San Lourenzo)	san-lourenzo-de-morana-san-lourenzo	GA	PO		42.5931	-8.6835	1
36668	Laxe (San Martiño)	laxe-san-martino	GA	PO	36032	42.5931	-8.6835	1
36668	Cosoirado (Santa Maria)	cosoirado-santa-maria	GA	PO	36032	42.5931	-8.6835	1
36668	Gargantans (San Martiño)	gargantans-san-martino	GA	PO	36032	42.5931	-8.6835	1
36668	Lamas (Santa Cruz)	lamas-santa-cruz	GA	PO	36032	42.5931	-8.6835	1
36668	Santa Xusta De Moraña (Santa Xusta)	santa-xusta-de-morana-santa-xusta	GA	PO	36032	42.5931	-8.6835	1
36669	Saians (San Salvador)	saians-san-salvador	GA	PO	36032	42.5931	-8.6835	1
36669	Amil (San Mamede)	amil-san-mamede	GA	PO	36032	42.5931	-8.6835	1
36669	Rebon (San Pedro)	rebon-san-pedro	GA	PO	36032	42.5931	-8.6835	1
36670	Cuntis (Casco Urbano)	cuntis-casco-urbano	GA	PO	36015	42.6177	-8.5936	1
36675	Troans (Santa Maria)	troans-santa-maria	GA	PO	36015	42.5853	-8.6557	4
36676	Santo Andre De Vea (Estrada, A)	santo-andre-de-vea-estrada-a	GA	PO	36017	42.6177	-8.5936	1
36676	San Xiao De Vea (Estrada, A)	san-xiao-de-vea-estrada-a	GA	PO	36017	42.6177	-8.5936	1
36677	Portela (Cuntis)	portela-cuntis	GA	PO	36015	42.634	-8.5626	4
36677	Couselo (San Miguel)	couselo-san-miguel	GA	PO	36015	42.634	-8.5626	3
36677	Arcos (Cuntis)	arcos-cuntis	GA	PO	36015	42.634	-8.5626	4
36678	Cuntis (Santa Maria)	cuntis-santa-maria	GA	PO	36015	42.6177	-8.5936	1
36678	Cequeril (Santa Maria)	cequeril-santa-maria	GA	PO	36015	42.6177	-8.5936	1
36679	Piñeiro (Cuntis)	pineiro-cuntis	GA	PO	36015	42.6177	-8.5936	1
36679	Estacas (San Fiz)	estacas-san-fiz	GA	PO	36015	42.6177	-8.5936	1
36680	Estrada, A (Casco Urbano)	estrada-a-casco-urbano	GA	PO	36017	42.7199	-8.4449	1
36681	Guimarei (San Xiao)	guimarei-san-xiao	GA	PO	36017	42.7167	-8.5167	4
36681	Estrada, A (San Paio)	estrada-a-san-paio	GA	PO	36017	42.7167	-8.5167	3
36681	Ouzande (San Lourenzo)	ouzande-san-lourenzo	GA	PO	36017	42.7167	-8.5167	3
36682	Couso (Estrada, A)	couso-estrada-a	GA	PO	36017	42.7199	-8.4449	1
36682	Santa Cristina De Vea (Estrada, A)	santa-cristina-de-vea-estrada-a	GA	PO	36017	42.7199	-8.4449	1
36682	Toedo (San Pedro)	toedo-san-pedro	GA	PO	36017	42.7199	-8.4449	1
36682	Cora (San Miguel)	cora-san-miguel	GA	PO	36017	42.7199	-8.4449	1
36682	Baloira (San Salvador)	baloira-san-salvador	GA	PO	36017	42.7199	-8.4449	1
36683	Barcala (Santa Mariña)	barcala-santa-marina	GA	PO	36017	42.7199	-8.4449	1
36683	San Miguel De Barcala (Estrada, A)	san-miguel-de-barcala-estrada-a	GA	PO	36017	42.7199	-8.4449	1
36683	Frades (Santa Maria)	frades-santa-maria	GA	PO	36017	42.7199	-8.4449	1
36683	San Xurxo De Vea (Estrada, A)	san-xurxo-de-vea-estrada-a	GA	PO	36017	42.7199	-8.4449	1
36684	Parada (Estrada, A)	parada-estrada-a	GA	PO	36017	42.6594	-8.4594	4
36684	Arca (San Miguel)	arca-san-miguel	GA	PO	36017	42.6594	-8.4594	3
36684	Codeseda (San Xurxo)	codeseda-san-xurxo	GA	PO	36017	42.6594	-8.4594	3
36684	Somoza (Santo Andre)	somoza-santo-andre	GA	PO	36017	42.6594	-8.4594	3
36684	Liripio (San Xoan)	liripio-san-xoan	GA	PO	36017	42.6594	-8.4594	3
36684	Souto (Santo Andre)	souto-santo-andre	GA	PO	36017	42.6594	-8.4594	3
36684	Tabeiros (Santiago)	tabeiros-santiago	GA	PO	36017	42.6594	-8.4594	3
36684	Sabucedo (San Lourenzo)	sabucedo-san-lourenzo	GA	PO	36017	42.6594	-8.4594	3
36684	Nigoi (Santa Maria)	nigoi-santa-maria	GA	PO	36017	42.6594	-8.4594	3
36685	Riobo (Estrada, A)	riobo-estrada-a	GA	PO	36017	42.7333	-8.4	4
36685	Ribeira (Santa Mariña)	ribeira-santa-marina	GA	PO	36017	42.7333	-8.4	3
36685	Paradela (Estrada, A)	paradela-estrada-a	GA	PO	36017	42.7333	-8.4	4
36685	Remesar (San Cristovo)	remesar-san-cristovo	GA	PO	36017	42.7333	-8.4	3
36685	San Pedro De Ancorados (Estrada, A)	san-pedro-de-ancorados-estrada-a	GA	PO	36017	42.7333	-8.4	4
36685	Barbude (San Martiño)	barbude-san-martino	GA	PO	36017	42.7333	-8.4	3
36685	Oca (Santo Estevo)	oca-santo-estevo	GA	PO	36017	42.7333	-8.4	3
36685	Aguions (Santa Maria)	aguions-santa-maria	GA	PO	36017	42.7333	-8.4	3
36685	Agar (Santa Mariña)	agar-santa-marina	GA	PO	36017	42.7333	-8.4	3
36686	San Tome De Ancorados (Estrada, A)	san-tome-de-ancorados-estrada-a	GA	PO	36017	42.6833	-8.3833	4
36686	Olives (Santa Maria)	olives-santa-maria	GA	PO	36017	42.75	-8.5	4
36686	Curantes (San Miguel)	curantes-san-miguel	GA	PO	36017	42.7278	-8.4611	3
36686	Rubin (Santa Maria)	rubin-santa-maria	GA	PO	36017	42.75	-8.5	4
36686	Pardemarin (Santa Baia)	pardemarin-santa-baia	GA	PO	36017	42.7278	-8.4611	3
36686	Lamas (San Breixo)	lamas-san-breixo	GA	PO	36017	42.7278	-8.4611	3
36687	Vinseiro (Santa Cristina)	vinseiro-santa-cristina	GA	PO	36017	42.7199	-8.4449	1
36687	Cereixo (San Xurxo)	cereixo-san-xurxo	GA	PO	36017	42.7199	-8.4449	1
36687	Ribela (Santa Mariña)	ribela-santa-marina	GA	PO	36017	42.7199	-8.4449	1
36687	Lagartons (Santo Estevo)	lagartons-santo-estevo	GA	PO	36017	42.7199	-8.4449	1
36688	Moreira (San Miguel)	moreira-san-miguel	GA	PO	36017	42.7199	-8.4449	1
36688	Callobre (San Martiño)	callobre-san-martino	GA	PO	36017	42.7199	-8.4449	1
36688	Berres (San Vicenzo)	berres-san-vicenzo	GA	PO	36017	42.7199	-8.4449	1
36689	Matalobos (Santa Baia)	matalobos-santa-baia	GA	PO	36017	42.7199	-8.4449	1
36689	Santeles (San Xoan)	santeles-san-xoan	GA	PO	36017	42.7199	-8.4449	1
36690	Conde, O (Arcade)	conde-o-arcade	GA	PO	36053	42.3358	-8.5962	4
36690	Acevedo (Ponte Sampaio)	acevedo-ponte-sampaio	GA	PO	36053	42.3358	-8.5962	3
36690	Xesteira, A (Arcade)	xesteira-a-arcade	GA	PO	36053	42.3358	-8.5962	4
36690	Arcade (Santiago)	arcade-santiago	GA	PO	36053	42.3358	-8.5962	3
36690	Calle, A (Arcade)	calle-a-arcade	GA	PO	36053	42.3358	-8.5962	4
36690	Ponte Sampaio (Santa Maria)	ponte-sampaio-santa-maria	GA	PO	36053	42.3358	-8.5962	3
36690	Devesa, A (Arcade)	devesa-a-arcade	GA	PO	36053	42.3358	-8.5962	4
36690	Canicouva, A (Santo Estevo)	canicouva-a-santo-estevo	GA	PO	36053	42.3358	-8.5962	3
36691	Moreira (Soutomaior)	moreira-soutomaior	GA	PO	36002	42.3358	-8.5962	1
36691	Lourido (Soutomaior)	lourido-soutomaior	GA	PO	36002	42.3358	-8.5962	1
36691	Comboa (Soutomaior)	comboa-soutomaior	GA	PO	36002	42.3358	-8.5962	1
36691	Aranza (Soutomaior)	aranza-soutomaior	GA	PO	36002	42.3358	-8.5962	1
36691	Rial, O (Soutomaior)	rial-o-soutomaior	GA	PO	36002	42.3358	-8.5962	1
36691	Romariz (Soutomaior)	romariz-soutomaior	GA	PO	36002	42.3358	-8.5962	1
36691	Soutomaior (San Salvador)	soutomaior-san-salvador	GA	PO	36002	42.3358	-8.5962	1
36692	Estacion De Portela (Portela)	estacion-de-portela-portela	GA	PO	36002	42.3358	-8.5962	1
36692	Bretoña (Curro)	bretona-curro	GA	PO	36002	42.3358	-8.5962	1
36692	Curro (Santa Maria)	curro-santa-maria	GA	PO	36002	42.3358	-8.5962	1
36692	San Amaro (Portela)	san-amaro-portela	GA	PO	36002	42.3358	-8.5962	1
36692	Portela (San Mamede)	portela-san-mamede	GA	PO	36002	42.3358	-8.5962	1
36692	Fonte Do Curro (Curro)	fonte-do-curro-curro	GA	PO	36002	42.3358	-8.5962	1
36693	Cesantes (San Pedro)	cesantes-san-pedro	GA	PO	36045	42.3358	-8.5962	1
36700	Tui (Casco Urbano)	tui-casco-urbano	GA	PO	36055	41.9844	-8.7434	1
36700	Tui (O Sagrario)	tui-o-sagrario	GA	PO	36055	41.9844	-8.7434	1
36710	Ribadelouro (Santa Comba)	ribadelouro-santa-comba	GA	PO	36055	42.0189	-8.7108	1
36711	Areas (Santa Mariña)	areas-santa-marina	GA	PO	36055	42.0189	-8.7108	1
36711	Pexegueiro (San Miguel)	pexegueiro-san-miguel	GA	PO	36055	42.0189	-8.7108	1
36712	Rebordans (San Bartolomeu)	rebordans-san-bartolomeu	GA	PO	36055	42.0189	-8.7108	1
36713	Randufe (Santa Maria)	randufe-santa-maria	GA	PO	36055	41.9877	-8.755	4
36713	Estrada, A (Randufe)	estrada-a-randufe	GA	PO	36055	42.05	-8.6667	4
36714	Malvas (Santiago)	malvas-santiago	GA	PO	36055	42.0189	-8.7108	1
36715	Pazos De Reis ( O Sagrario)	pazos-de-reis-o-sagrario	GA	PO	36055	42.0189	-8.7108	1
36720	Gandara, A (Guillarei)	gandara-a-guillarei	GA	PO	36055	42.0667	-8.6167	4
36720	Albelos (Guillarei)	albelos-guillarei	GA	PO	36055	42.0667	-8.6167	4
36720	Cegoñeiras, As (Guillarei)	cegoneiras-as-guillarei	GA	PO	36055	42.0667	-8.6167	4
36720	Sobredo (Guillarei)	sobredo-guillarei	GA	PO	36055	42.0667	-8.6167	4
36720	Guillarei (San Mamede)	guillarei-san-mamede	GA	PO	36055	42.0667	-8.6167	3
36721	Caldelas De Miño (San Martiño)	caldelas-de-mino-san-martino	GA	PO		42.0667	-8.6167	1
36729	Paramos (San Xoan)	paramos-san-xoan	GA	PO	36055	42.0667	-8.6167	1
36729	Baldrans (Santiago)	baldrans-santiago	GA	PO	36055	42.0667	-8.6167	1
36729	Baños, Os (Caldelas)	banos-os-caldelas	GA	PO	36055	42.0667	-8.6167	1
36730	Solleiro (Forcadela-Tomiño)	solleiro-forcadela-tomino	GA	PO	36054	41.9833	-8.7167	4
36730	Estas (Tomiño)	estas-tomino	GA	PO	36054	41.9833	-8.7167	3
36730	Aldea (Forcadela-Tomiño)	aldea-forcadela-tomino	GA	PO	36054	41.9833	-8.7167	4
36730	Forcadela (Tomiño)	forcadela-tomino	GA	PO	36054	41.9833	-8.7167	3
36730	Vilardematos (Forcadela-Tomiño)	vilardematos-forcadela-tomino	GA	PO	36054	41.9833	-8.7167	4
36739	Bouzon (Piñeiro-Tomiño)	bouzon-pineiro-tomino	GA	PO	36054	42.0167	-8.7	4
36739	Bouzada (Piñeiro-Tomiño)	bouzada-pineiro-tomino	GA	PO	36054	42.0167	-8.7	4
36739	Piñeiro (Tomiño)	pineiro-tomino	GA	PO	36054	42.0167	-8.7111	3
36739	Tomada (Taborda-Tomiño)	tomada-taborda-tomino	GA	PO	36054	42.0167	-8.7167	4
36739	Pazo (Taborda-Tomiño)	pazo-taborda-tomino	GA	PO	36054	42.0167	-8.7167	4
36739	Taborda (Tomiño)	taborda-tomino	GA	PO	36054	42.0167	-8.7111	3
36739	Aldea (Taborda-Tomiño)	aldea-taborda-tomino	GA	PO	36054	42.0167	-8.7167	4
36739	Achan (Taborda-Tomiño)	achan-taborda-tomino	GA	PO	36054	42.0167	-8.7167	4
36740	Pedra (Tomiño)	pedra-tomino	GA	PO	36054	41.9877	-8.755	4
36740	Seijo (Zona Urbana Tomiño)	seijo-zona-urbana-tomino	GA	PO	36054	41.9877	-8.755	3
36740	Cotro (Tomiño)	cotro-tomino	GA	PO	36054	41.9877	-8.755	4
36740	Vilar (Tomiño)	vilar-tomino	GA	PO	36054	41.9877	-8.755	4
36740	Tomiño (Santa Maria)	tomino-santa-maria	GA	PO	36054	41.9877	-8.755	4
36740	Vilachan (Tomiño)	vilachan-tomino	GA	PO	36054	41.9877	-8.755	4
36740	Barro (Tomiño)	barro-tomino	GA	PO	36054	41.9877	-8.755	4
36740	San Benito (Tomiño)	san-benito-tomino	GA	PO	36054	41.9877	-8.755	4
36740	Solleiro (Tomiño)	solleiro-tomino	GA	PO	36054	41.9877	-8.755	4
36740	Mosteiro (Tomiño)	mosteiro-tomino	GA	PO	36054	41.9877	-8.755	4
36740	Gandara (Tomiño)	gandara-tomino	GA	PO	36054	41.9877	-8.755	4
36740	Hospital (Tomiño)	hospital-tomino	GA	PO	36054	41.9877	-8.755	4
36746	Samuelle (Santa Maria De Tebra-Tomiño)	samuelle-santa-maria-de-tebra-tomino	GA	PO	36054	42.0333	-8.7333	4
36746	Santa Maria De Tebra (Tomiño)	santa-maria-de-tebra-tomino	GA	PO	36054	42.0333	-8.7333	3
36746	Ponteciña (Santa Maria De Tebra-Tomiño)	pontecina-santa-maria-de-tebra-tomino	GA	PO	36054	42.0333	-8.7333	4
36746	Cimadevila (Santa Maria De Tebra-Tomiño)	cimadevila-santa-maria-de-tebra-tomino	GA	PO	36054	42.0333	-8.7333	4
36746	Igrexa (Santa Maria De Tebra-Tomiño)	igrexa-santa-maria-de-tebra-tomino	GA	PO	36054	42.0333	-8.7333	4
36746	Outeiro (Santa Maria De Tebra-Tomiño)	outeiro-santa-maria-de-tebra-tomino	GA	PO	36054	42.0333	-8.7333	4
36747	Ral (Vilamean-Tomiño)	ral-vilamean-tomino	GA	PO	36054	42.0333	-8.7333	4
36747	Vilamean (Tomiño)	vilamean-tomino	GA	PO	36054	41.9877	-8.755	4
36748	Casal (San Salvador De Tebra-Tomiño)	casal-san-salvador-de-tebra-tomino	GA	PO	36054	42.0333	-8.7167	4
36748	Lubian (San Salvador De Tebra-Tomiño)	lubian-san-salvador-de-tebra-tomino	GA	PO	36054	42.0333	-8.7167	4
36748	San Salvador De Tebra (Tomiño)	san-salvador-de-tebra-tomino	GA	PO	36054	42.0333	-8.7167	3
36749	Barrantes (Tomiño)	barrantes-tomino	GA	PO	36054	42.006	-8.7447	1
36749	Pinzas (Tomiño)	pinzas-tomino	GA	PO	36054	42.006	-8.7447	1
36749	Pazo (Barrantes-Tomiño)	pazo-barrantes-tomino	GA	PO	36054	42.006	-8.7447	1
36791	Curras (Tomiño)	curras-tomino	GA	PO	36054	41.9967	-8.6926	3
36749	Solvado (Barrantes-Tomiño)	solvado-barrantes-tomino	GA	PO	36054	42.006	-8.7447	1
36749	Cristelos (Barrantes-Tomiño)	cristelos-barrantes-tomino	GA	PO	36054	42.006	-8.7447	1
36749	Mosteiro (Barrantes-Tomiño)	mosteiro-barrantes-tomino	GA	PO	36054	42.006	-8.7447	1
36750	Tollo (Goian-Tomiño)	tollo-goian-tomino	GA	PO	36054	41.95	-8.7667	4
36750	Soutelo (Goian-Tomiño)	soutelo-goian-tomino	GA	PO	36054	41.95	-8.7667	4
36750	Goian (Tomiño)	goian-tomino	GA	PO	36054	41.95	-8.7667	3
36750	Gandara (Goian-Tomiño)	gandara-goian-tomino	GA	PO	36054	41.95	-8.7667	4
36750	Avenida Brasil (Goian-Tomiño)	avenida-brasil-goian-tomino	GA	PO	36054	41.95	-8.7667	4
36750	Couto (Goian-Tomiño)	couto-goian-tomino	GA	PO	36054	41.95	-8.7667	4
36750	Fontenla (Goian-Tomiño)	fontenla-goian-tomino	GA	PO	36054	41.95	-8.7667	4
36750	Centinela (Goian-Tomiño)	centinela-goian-tomino	GA	PO	36054	41.95	-8.7667	4
36750	Avenida Ordoñez (Goian-Tomiño)	avenida-ordonez-goian-tomino	GA	PO	36054	41.95	-8.7667	4
36760	San Xoan De Tabagon (O Rosal)	san-xoan-de-tabagon-o-rosal	GA	PO	36048	41.9167	-8.8	4
36760	Rua Da Cal (San Xoan De Tabagon-O Rosal)	rua-da-cal-san-xoan-de-tabagon-o-rosal	GA	PO	36048	41.9185	-8.8074	3
36760	San Miguel De Tabagon (O Rosal)	san-miguel-de-tabagon-o-rosal	GA	PO	36048	41.9167	-8.8	4
36760	Igrexa (Eiras, O Rosal)	igrexa-eiras-o-rosal	GA	PO	36048	41.9333	-8.7833	4
36760	Eiras, As (O Rosal)	eiras-as-o-rosal	GA	PO	36048	41.9167	-8.8	4
36760	Paradela (San Xoan De Tabagon-O Rosal)	paradela-san-xoan-de-tabagon-o-rosal	GA	PO	36048	41.9185	-8.8074	3
36760	Cotro (San Miguel De Tabagon-O Rosal)	cotro-san-miguel-de-tabagon-o-rosal	GA	PO	36048	41.9167	-8.8167	4
36760	Portela (San Xoan De Tabagon-O Rosal)	portela-san-xoan-de-tabagon-o-rosal	GA	PO	36048	41.9185	-8.8074	3
36760	Cumieira (San Miguel De Tabagon-O Rosal)	cumieira-san-miguel-de-tabagon-o-rosal	GA	PO	36048	41.9167	-8.8167	4
36760	Rua Da Baixo (San Xoan De Tabagon-O Rosal)	rua-da-baixo-san-xoan-de-tabagon-o-rosal	GA	PO	36048	41.9185	-8.8074	3
36760	Pias (San Miguel De Tabagon-O Rosal)	pias-san-miguel-de-tabagon-o-rosal	GA	PO	36048	41.9167	-8.8167	4
36760	Carrascal (San Miguel De Tabagon-O Rosal)	carrascal-san-miguel-de-tabagon-o-rosal	GA	PO	36048	41.9167	-8.8167	4
36760	Cruceiro (San Miguel De Tabagon-O Rosal)	cruceiro-san-miguel-de-tabagon-o-rosal	GA	PO	36048	41.9167	-8.8167	4
36770	Fornelos ( O Rosal)	fornelos-o-rosal	GA	PO	36048	42.0167	-8.8333	1
36770	Cumieira De Abaixo (O Rosal)	cumieira-de-abaixo-o-rosal	GA	PO	36048	42.0167	-8.8333	1
36770	Cruces, As (Rosal, O)	cruces-as-rosal-o	GA	PO	36048	42.0167	-8.8333	1
36770	Martin (O Rosal)	martin-o-rosal	GA	PO	36048	42.0167	-8.8333	1
36770	Marzan (Rosal, O)	marzan-rosal-o	GA	PO	36048	42.0167	-8.8333	1
36770	Cunchada ( O Rosal)	cunchada-o-rosal	GA	PO	36048	42.0167	-8.8333	1
36770	Pancenteo (Rosal, O)	pancenteo-rosal-o	GA	PO	36048	42.0167	-8.8333	1
36770	Portecelo (O Rosal)	portecelo-o-rosal	GA	PO	36048	42.0167	-8.8333	1
36770	Miranxe (O Rosal)	miranxe-o-rosal	GA	PO	36048	42.0167	-8.8333	1
36770	Rotea (O Rosal)	rotea-o-rosal	GA	PO	36048	42.0167	-8.8333	1
36770	Rosal, O (Santa Mariña)	rosal-o-santa-marina	GA	PO	36048	42.0167	-8.8333	1
36770	Calvario, O (Rosal,O)	calvario-o-rosal-o	GA	PO	36048	42.0167	-8.8333	1
36770	Medas (O Rosal)	medas-o-rosal	GA	PO	36048	42.0167	-8.8333	1
36770	Cumieira De Riba (O Rosal)	cumieira-de-riba-o-rosal	GA	PO	36048	42.0167	-8.8333	1
36770	Couselo (O Rosal)	couselo-o-rosal	GA	PO	36048	42.0167	-8.8333	1
36770	Caselas (O Rosal)	caselas-o-rosal	GA	PO	36048	42.0167	-8.8333	1
36770	Viso Dos Eidos (Rosal, O)	viso-dos-eidos-rosal-o	GA	PO	36048	42.0167	-8.8333	1
36770	Videira (O Rosal)	videira-o-rosal	GA	PO	36048	42.0167	-8.8333	1
36770	Urgal (O Rosal)	urgal-o-rosal	GA	PO	36048	42.0167	-8.8333	1
36770	Sandian (O Rosal)	sandian-o-rosal	GA	PO	36048	42.0167	-8.8333	1
36770	Lagos ( O Rosal)	lagos-o-rosal	GA	PO	36048	42.0167	-8.8333	1
36770	Lomba (O Rosal)	lomba-o-rosal	GA	PO	36048	42.0167	-8.8333	1
36779	Loureza (San Mamede)	loureza-san-mamede	GA	PO	36036	42.0167	-8.8333	3
36779	Campo, O (Burgueira)	campo-o-burgueira	GA	PO	36036	42.0167	-8.8333	4
36779	Burgueira (San Pedro)	burgueira-san-pedro	GA	PO	36036	42.0167	-8.8333	3
36780	Guarda, A (Casco Urbano)	guarda-a-casco-urbano	GA	PO	36023	41.9056	-8.8579	1
36780	Guarda, A (Santa Maria)	guarda-a-santa-maria	GA	PO	36023	41.9056	-8.8579	1
36788	Outeiro, O (Camposancos	outeiro-o-camposancos	GA	PO	36023	41.9056	-8.8579	1
36788	Camposancos (Santa Isabel)	camposancos-santa-isabel	GA	PO	36023	41.9056	-8.8579	1
36789	Castro, O (Salcidos)	castro-o-salcidos	GA	PO	36023	41.9056	-8.8579	4
36789	Cruz, A (Salcidos)	cruz-a-salcidos	GA	PO	36023	41.9056	-8.8579	4
36789	Coruto Vello, O (Salcidos)	coruto-vello-o-salcidos	GA	PO	36023	41.9056	-8.8579	4
36789	Salcidos (San Lourenzo)	salcidos-san-lourenzo	GA	PO	36023	41.9056	-8.8579	3
36789	Gandara, A (Salcidos)	gandara-a-salcidos	GA	PO	36023	41.9056	-8.8579	4
36789	Netos (Salcidos)	netos-salcidos	GA	PO	36023	41.9056	-8.8579	4
36790	Aldea (Sobrada-Tomiño)	aldea-sobrada-tomino	GA	PO	36054	42.0167	-8.6667	4
36790	Gandara (Sobrada-Tomiño)	gandara-sobrada-tomino	GA	PO	36054	42.0167	-8.6667	4
36790	Torron (Sobrada-Tomiño)	torron-sobrada-tomino	GA	PO	36054	42.0167	-8.6667	4
36790	Portela (Sobrada-Tomiño)	portela-sobrada-tomino	GA	PO	36054	42.0167	-8.6667	4
36790	Sobrada (Tomiño)	sobrada-tomino	GA	PO	36054	42.0167	-8.6667	3
36790	Gandariña (Sobrada-Tomiño)	gandarina-sobrada-tomino	GA	PO	36054	42.0167	-8.6667	4
36791	Outeiro (Amorin-Tomiño)	outeiro-amorin-tomino	GA	PO	36054	41.9938	-8.6952	4
36791	Arrotea (Amorin-Tomiño)	arrotea-amorin-tomino	GA	PO	36054	41.9938	-8.6952	4
36791	Monte (Curras-Tomiño)	monte-curras-tomino	GA	PO	36054	42.008	-8.6823	4
36791	Amorin (Tomiño)	amorin-tomino	GA	PO	36054	41.9967	-8.6926	3
36791	Carregal De Arriba (Amorin-Tomiño)	carregal-de-arriba-amorin-tomino	GA	PO	36054	41.9938	-8.6952	4
36791	Carregal De Abaixo (Amorin-Tomiño)	carregal-de-abaixo-amorin-tomino	GA	PO	36054	41.9938	-8.6952	4
36792	Figueiro (Tomiño)	figueiro-tomino	GA	PO	36054	41.9877	-8.755	4
36792	Lago (Figueiro-Tomiño)	lago-figueiro-tomino	GA	PO	36054	41.9667	-8.7667	4
36794	Riña, A (Oia)	rina-a-oia	GA	PO	36036	42.0018	-8.6932	1
36794	Oia (Santa Maria)	oia-santa-maria	GA	PO	36036	42.0018	-8.6932	1
36794	Arrabal, O (Oia)	arrabal-o-oia	GA	PO	36036	42.0018	-8.6932	1
36800	Redondela (Casco Urbano)	redondela-casco-urbano	GA	PO	36045	42.369	-8.5199	1
36800	Redondela (Santiago)	redondela-santiago	GA	PO	36045	42.369	-8.5199	1
36810	Viso, O (Santa Maria)	viso-o-santa-maria	GA	PO	36045	42.278	-8.6148	1
36811	Trasmaño (San Vicente)	trasmano-san-vicente	GA	PO	36045	42.278	-8.6148	1
36812	Aldea, A (Cedeira)	aldea-a-cedeira	GA	PO	36045	42.2833	-8.6167	4
36812	Cedeira (Santo Andre)	cedeira-santo-andre	GA	PO	36045	42.2833	-8.6167	3
36812	Cruceiro, O (Cedeira)	cruceiro-o-cedeira	GA	PO	36045	42.2833	-8.6167	4
36812	Rande (Cedeira)	rande-cedeira	GA	PO	36045	42.2833	-8.6167	4
36812	Eira Pedriña, A (Cedera)	eira-pedrina-a-cedera	GA	PO	36045	42.2833	-8.6167	3
36812	Portela, A (Cedeira)	portela-a-cedeira	GA	PO	36045	42.2833	-8.6167	4
36812	Formiga (Cedeira - Redondela)	formiga-cedeira-redondela	GA	PO	36045	42.2833	-8.6167	4
36812	Fortons (Cedeira)	fortons-cedeira	GA	PO	36045	42.2833	-8.6167	4
36813	Cabeiro (San Xoan)	cabeiro-san-xoan	GA	PO	36045	42.278	-8.6148	1
36814	Pregal (Negros)	pregal-negros	GA	PO	36045	42.2573	-8.6183	4
36814	Negros (Santo Estevo)	negros-santo-estevo	GA	PO	36045	42.2573	-8.6183	3
36815	Vilar De Infesta (San Martiño)	vilar-de-infesta-san-martino	GA	PO	36045	42.278	-8.6148	1
36816	Valos, Os (Saxamonde)	valos-os-saxamonde	GA	PO	36045	42.2667	-8.6	4
36816	Saxamonde (San Roman)	saxamonde-san-roman	GA	PO	36045	42.2667	-8.6	3
36817	Nespereira (San Martiño)	nespereira-san-martino	GA	PO	36045	42.278	-8.6148	1
36817	Cepeda (San Pedro)	cepeda-san-pedro	GA	PO	36045	42.278	-8.6148	1
36817	Quintela (San Mamede)	quintela-san-mamede	GA	PO	36045	42.278	-8.6148	1
36818	Ventosela (San Martiño)	ventosela-san-martino	GA	PO	36045	42.278	-8.6148	1
36818	Reboreda (Santa Maria)	reboreda-santa-maria	GA	PO	36045	42.278	-8.6148	1
36820	Pazos (Ponte Caldelas)	pazos-ponte-caldelas	GA	PO	36043	42.402	-8.5261	1
36820	Cuñas (Ponte Caldelas)	cunas-ponte-caldelas	GA	PO	36043	42.402	-8.5261	1
36820	Caldelas (Ponte Caldelas)	caldelas-ponte-caldelas	GA	PO	36043	42.402	-8.5261	1
36820	Ponte Caldelas (Santa Eulalia)	ponte-caldelas-santa-eulalia	GA	PO	36043	42.402	-8.5261	1
36820	Ponte Caldelas (Casco Urbano)	ponte-caldelas-casco-urbano	GA	PO	36043	42.402	-8.5261	1
36826	Insua, A (Santa Mariña)	insua-a-santa-marina	GA	PO	36043	42.402	-8.5261	1
36826	Barbudo (Santa Maria)	barbudo-santa-maria	GA	PO	36043	42.402	-8.5261	1
36826	Silvoso (Insua)	silvoso-insua	GA	PO	36043	42.402	-8.5261	1
36827	Taboadelo (Santiago)	taboadelo-santiago	GA	PO	36043	42.402	-8.5261	1
36827	Xustans (San Martiño)	xustans-san-martino	GA	PO	36043	42.402	-8.5261	1
36827	Chan Do Casal, O (Xustans)	chan-do-casal-o-xustans	GA	PO	36043	42.402	-8.5261	1
36828	Buchabade (Touron)	buchabade-touron	GA	PO	36043	42.402	-8.5261	4
36828	Touron (Santa Maria)	touron-santa-maria	GA	PO	36043	42.402	-8.5261	3
36828	Vilarchan (Touron)	vilarchan-touron	GA	PO	36043	42.402	-8.5261	4
36829	Anceu (Santo Andre)	anceu-santo-andre	GA	PO	36043	42.402	-8.5261	1
36829	Caritel (Santa Maria)	caritel-santa-maria	GA	PO	36043	42.402	-8.5261	1
36830	Lama, A (San Salvador)	lama-a-san-salvador	GA	PO	36025	42.369	-8.5199	1
36835	Seixido (San Bartolomeu)	seixido-san-bartolomeu	GA	PO	36025	42.369	-8.5199	1
36836	Xesta (San Bartolomeu)	xesta-san-bartolomeu	GA	PO	36025	42.369	-8.5199	1
36837	Barcia Do Seixo (Santa Ana)	barcia-do-seixo-santa-ana	GA	PO	36025	42.369	-8.5199	1
36838	Escuadra (San Lourenzo)	escuadra-san-lourenzo	GA	PO	36025	42.369	-8.5199	1
36839	Covelo (San Sebastian)	covelo-san-sebastian	GA	PO	36025	42.369	-8.5199	1
36840	Igrexa, A (Amoedo)	igrexa-a-amoedo	GA	PO	36037	42.3	-8.55	4
36840	Amoedo (San Saturniño)	amoedo-san-saturnino	GA	PO	36037	42.3	-8.55	3
36841	Pazos (Santa Maria)	pazos-santa-maria	GA	PO	36037	42.3042	-8.5042	1
36841	Ermida, A (Nosa Señora Da Anunciacion)	ermida-a-nosa-senora-da-anunciacion	GA	PO	36037	42.3042	-8.5042	1
36842	Borben (Santiago)	borben-santiago	GA	PO	36037	42.2833	-8.5333	4
36843	Moscoso (San Paio)	moscoso-san-paio	GA	PO	36037	42.3167	-8.5	3
36843	Gorgoreiro, O (Moscoso)	gorgoreiro-o-moscoso	GA	PO	36037	42.3167	-8.5	4
36844	Xunqueiras (San Salvador)	xunqueiras-san-salvador	GA	PO	36037	42.3042	-8.5042	1
36845	Calvos (Santo Adrian)	calvos-santo-adrian	GA	PO	36019	42.3042	-8.5042	1
36846	Oitaven (San Vicente)	oitaven-san-vicente	GA	PO	36019	42.3042	-8.5042	1
36847	Igrexa, A (Fornelos De Montes)	igrexa-a-fornelos-de-montes	GA	PO	36019	42.3042	-8.5042	1
36847	Fornelos De Montes (San Lourenzo)	fornelos-de-montes-san-lourenzo	GA	PO	36019	42.3042	-8.5042	1
36848	Ventin (San Miguel)	ventin-san-miguel	GA	PO	36019	42.3167	-8.4333	4
36849	Traspielas (Santa Maria)	traspielas-santa-maria	GA	PO	36019	42.3042	-8.5042	1
36851	Estacas, As (Santa Maria)	estacas-as-santa-maria	GA	PO	36019	42.3413	-8.4529	1
36852	Laxe, A (Fornelos De Montes)	laxe-a-fornelos-de-montes	GA	PO	36019	42.3413	-8.4529	4
36853	Verducido (Lama, A)	verducido-lama-a	GA	PO	36025	42.3413	-8.4529	1
36853	Gaxate (San Pedro)	gaxate-san-pedro	GA	PO	36025	42.3413	-8.4529	1
36853	Xende (San Paulo)	xende-san-paulo	GA	PO	36025	42.3413	-8.4529	1
36853	Antas (Santiago)	antas-santiago	GA	PO	36025	42.3413	-8.4529	1
36853	Forzans (San Fiz)	forzans-san-fiz	GA	PO	36025	42.3413	-8.4529	1
36854	Aguasantas (Santa Maria)	aguasantas-santa-maria	GA	PO	36902	42.3413	-8.4529	1
36854	Valongo (Santo Andre)	valongo-santo-andre	GA	PO	36902	42.3413	-8.4529	1
36855	Loureiro (Santiago)	loureiro-santiago	GA	PO	36902	42.3413	-8.4529	1
36856	Caroi (Santiago)	caroi-santiago	GA	PO	36902	42.3413	-8.4529	1
36856	Carballedo (San Miguel)	carballedo-san-miguel	GA	PO	36902	42.3413	-8.4529	1
36856	Corredoira (San Gregorio)	corredoira-san-gregorio	GA	PO	36902	42.3413	-8.4529	1
36857	Rebordelo (San Martiño)	rebordelo-san-martino	GA	PO	36902	42.3413	-8.4529	1
36858	Borela (San Martiño)	borela-san-martino	GA	PO	36902	42.3413	-8.4529	1
36859	Almofrei (San Lourenzo)	almofrei-san-lourenzo	GA	PO	36902	42.3413	-8.4529	1
36860	Ponteareas (San Miguel)	ponteareas-san-miguel	GA	PO	36042	42.1778	-8.5	1
36860	Ponteareas (Casco Urbano)	ponteareas-casco-urbano	GA	PO	36042	42.1778	-8.5	1
36860	Canedo (Ponteareas)	canedo-ponteareas	GA	PO	36042	42.1778	-8.5	1
36861	Gulans (San Xulian)	gulans-san-xulian	GA	PO	36042	42.1778	-8.5	1
36861	Areas (Ponteareas)	areas-ponteareas	GA	PO	36042	42.1778	-8.5	1
36862	Puzo (Oliveira)	puzo-oliveira	GA	PO	36042	42.1778	-8.5	1
36862	Oliveira (Ponteareas)	oliveira-ponteareas	GA	PO	36042	42.1778	-8.5	1
36862	Piñeiro (Oliveira)	pineiro-oliveira	GA	PO	36042	42.1778	-8.5	1
36863	Nogueira (San Salvador)	nogueira-san-salvador	GA	PO	36042	42.1778	-8.5	1
36863	Moreira (San Martiño)	moreira-san-martino	GA	PO	36042	42.1778	-8.5	1
36863	Cristiñade (San Salvador)	cristinade-san-salvador	GA	PO	36042	42.1778	-8.5	1
36864	Oliveira (Santiago)	oliveira-santiago	GA	PO	36042	42.1778	-8.5	1
36864	San Lourenzo De Oliveira (Ponteareas)	san-lourenzo-de-oliveira-ponteareas	GA	PO	36042	42.1778	-8.5	1
36865	Arcos (Ponteareas)	arcos-ponteareas	GA	PO	36042	42.1778	-8.5	1
36865	Serra (Arcos)	serra-arcos	GA	PO	36042	42.1778	-8.5	1
36865	Fontenla (San Mamede)	fontenla-san-mamede	GA	PO	36042	42.1778	-8.5	1
36865	Celeiros (San Fins)	celeiros-san-fins	GA	PO	36042	42.1778	-8.5	1
36865	Correlo (Arcos)	correlo-arcos	GA	PO	36042	42.1778	-8.5	1
36866	Fozara (San Bartolomeu)	fozara-san-bartolomeu	GA	PO	36042	42.1778	-8.5	1
36866	Ribadetea (San Xurxo)	ribadetea-san-xurxo	GA	PO	36042	42.1778	-8.5	1
36866	Padrons (San Salvador)	padrons-san-salvador	GA	PO	36042	42.1778	-8.5	1
36866	Paredes (Ponteareas)	paredes-ponteareas	GA	PO	36042	42.1778	-8.5	1
36867	Searas, As (Angoares)	searas-as-angoares	GA	PO	36042	42.1667	-8.5	4
36867	Angoares (San Pedro)	angoares-san-pedro	GA	PO	36042	42.1667	-8.5	3
36867	Abelleira (Angoares)	abelleira-angoares	GA	PO	36042	42.1667	-8.5	4
36868	Guillade (San Miguel)	guillade-san-miguel	GA	PO	36042	42.1778	-8.5	1
36869	Bugarin (Santa Cristina)	bugarin-santa-cristina	GA	PO	36042	42.2	-8.5	4
36870	Mondariz (Casco Urbano)	mondariz-casco-urbano	GA	PO	36030	43.3542	-8.2917	1
36870	Mondariz (Santa Baia)	mondariz-santa-baia	GA	PO	36030	43.3542	-8.2917	1
36872	Santiago De Covelo (Covelo, O)	santiago-de-covelo-covelo-o	GA	PO	36013	43.3542	-8.2917	1
36873	Prado (Covelo,O)	prado-covelo-o	GA	PO	36013	43.3542	-8.2917	1
36873	Campo (Covelo, O)	campo-covelo-o	GA	PO	36013	43.3542	-8.2917	1
36873	Fofe (San Miguel)	fofe-san-miguel	GA	PO	36013	43.3542	-8.2917	1
36873	Piñeiro, O (Covelo, O)	pineiro-o-covelo-o	GA	PO	36013	43.3542	-8.2917	1
36873	Prado De Canda (Santiago)	prado-de-canda-santiago	GA	PO	36013	43.3542	-8.2917	1
36873	Maceira (San Salvador)	maceira-san-salvador	GA	PO	36013	43.3542	-8.2917	1
36873	Lamosa, A (San Bartolomeu)	lamosa-a-san-bartolomeu	GA	PO	36013	43.3542	-8.2917	1
36873	Godons (Santa Maria)	godons-santa-maria	GA	PO	36013	43.3542	-8.2917	1
36873	Igrexa, A (Maceira)	igrexa-a-maceira	GA	PO	36013	43.3542	-8.2917	1
36873	Graña, A (San Bernabeu)	grana-a-san-bernabeu	GA	PO	36013	43.3542	-8.2917	1
36874	Vilar (Mondariz)	vilar-mondariz	GA	PO	36030	43.3542	-8.2917	1
36874	Touton (San Mateo)	touton-san-mateo	GA	PO	36030	43.3542	-8.2917	1
36875	Gargamala (Santa Maria)	gargamala-santa-maria	GA	PO	36019	43.3333	-8.3167	4
36875	Cernadela (Riofrio)	cernadela-riofrio	GA	PO	36019	43.3333	-8.3167	3
36875	Riofrio (San Miguel)	riofrio-san-miguel	GA	PO	36019	43.3333	-8.3167	3
36875	Frades (San Martiño)	frades-san-martino	GA	PO	36019	43.3333	-8.3167	3
36876	Lougares (San Fiz)	lougares-san-fiz	GA	PO	36013	43.3542	-8.2917	1
36876	Covelo (Santa Mariña)	covelo-santa-marina	GA	PO	36013	43.3542	-8.2917	1
36876	Castelans (Santo Estevo)	castelans-santo-estevo	GA	PO	36013	43.3542	-8.2917	1
36877	Meirol (Santo Andre)	meirol-santo-andre	GA	PO	36013	43.375	-8.2667	4
36877	Paraños (Santa Maria)	paranos-santa-maria	GA	PO	36013	43.375	-8.2667	3
36877	Mouriscados (San Cibran)	mouriscados-san-cibran	GA	PO	36013	43.375	-8.2667	3
36877	Queimadelos (Santa Maria)	queimadelos-santa-maria	GA	PO	36013	43.375	-8.2667	3
36878	Barcia De Mera (San Martiño)	barcia-de-mera-san-martino	GA	PO	36013	43.3542	-8.2917	1
36878	San Amaro, O (Barcia De Mera)	san-amaro-o-barcia-de-mera	GA	PO	36013	43.3542	-8.2917	1
36878	Sabaxans (San Mamede)	sabaxans-san-mamede	GA	PO	36013	43.3542	-8.2917	1
36879	Vilasobroso (San Martiño)	vilasobroso-san-martino	GA	PO	36030	43.3542	-8.2917	1
36880	Cañiza, A (Casco Urbano)	caniza-a-casco-urbano	GA	PO	36009	42.369	-8.5199	1
36883	Valeixe (Santa Cristina)	valeixe-santa-cristina	GA	PO	36009	42.369	-8.5199	1
36884	Petan (San Xian)	petan-san-xian	GA	PO	36009	42.369	-8.5199	1
36885	Oroso (Santa Maria)	oroso-santa-maria	GA	PO	36009	42.369	-8.5199	1
36886	Couto, O (San Bartolomeu)	couto-o-san-bartolomeu	GA	PO	36009	42.369	-8.5199	1
36887	Luneda (Santa Maria)	luneda-santa-maria	GA	PO	36009	42.369	-8.5199	1
36887	Parada Das Achas (Santiago)	parada-das-achas-santiago	GA	PO	36009	42.369	-8.5199	1
36888	Cañiza, A (Santa Teresa)	caniza-a-santa-teresa	GA	PO	36009	42.369	-8.5199	1
36888	Achas, As (San Sebastian)	achas-as-san-sebastian	GA	PO	36009	42.369	-8.5199	1
36889	Franqueira, A (Santa Maria)	franqueira-a-santa-maria	GA	PO	36009	42.369	-8.5199	1
36890	Mondariz-Balneario	mondariz-balneario	GA	PO	36031	42.2269	-8.4673	4
36891	Xinzo (Santa Mariña)	xinzo-santa-marina	GA	PO	36042	42.2201	-8.478	1
36891	Rocha, A (Xinzo)	rocha-a-xinzo	GA	PO	36042	42.2201	-8.478	1
36892	Arnoso (San Lourenzo)	arnoso-san-lourenzo	GA	PO	36042	42.2201	-8.478	1
36893	Cumiar (Santo Estevo)	cumiar-santo-estevo	GA	PO	36042	42.2201	-8.478	1
36895	Pias (Santa Mariña)	pias-santa-marina	GA	PO	36042	42.2167	-8.4833	4
36895	Prado (Ponteareas)	prado-ponteareas	GA	PO	36042	42.2167	-8.4833	4
36900	Marin (Casco Urbano)	marin-casco-urbano	GA	PO	36026	42.3185	-8.7738	1
36900	Marin (Parroquia Santa Maria Do Porto)	marin-parroquia-santa-maria-do-porto	GA	PO	36026	42.3185	-8.7738	1
36910	Estribela (Lourizan)	estribela-lourizan	GA	PO	36038	42.4167	-8.6667	4
36910	Carballeira, A (Lourizan)	carballeira-a-lourizan	GA	PO	36038	42.4167	-8.6667	4
36910	Praceres, Os (Lourizan)	praceres-os-lourizan	GA	PO	36038	42.4167	-8.6667	4
36911	Igrexario, O (Mogor)	igrexario-o-mogor	GA	PO	36026	42.3833	-8.7	1
36911	Mogor (San Xurxo)	mogor-san-xurxo	GA	PO	36026	42.3833	-8.7	1
36911	Barriada, A (Mogor)	barriada-a-mogor	GA	PO	36026	42.3833	-8.7	1
36912	Moledo (Ardan)	moledo-ardan	GA	PO	36026	42.35	-8.7333	4
36912	Casas (Ardan)	casas-ardan	GA	PO	36026	42.35	-8.7333	4
36912	Ardan (Santa Maria)	ardan-santa-maria	GA	PO	36026	42.35	-8.7333	3
36912	Vilaseca (Ardan)	vilaseca-ardan	GA	PO	36026	42.35	-8.7333	4
36913	Montecelo (Seixo)	montecelo-seixo	GA	PO	36026	42.3833	-8.7	1
36913	Seixo (Nosa Señora Do Carme)	seixo-nosa-senora-do-carme	GA	PO	36026	42.3833	-8.7	1
36913	Aguete (Seixo)	aguete-seixo	GA	PO	36026	42.3833	-8.7	1
36914	San Tome De Piñeiro (Marin)	san-tome-de-pineiro-marin	GA	PO	36026	42.3833	-8.7	1
36914	Cadrelo (Piñeiro)	cadrelo-pineiro	GA	PO	36026	42.3833	-8.7	1
36914	Campo, O (Santa Maria)	campo-o-santa-maria	GA	PO	36026	42.3833	-8.7	1
36915	Moreira, A (Marin)	moreira-a-marin	GA	PO	36026	42.3833	-8.7	1
36915	Marin (Parroquia San Xulian De Afora)	marin-parroquia-san-xulian-de-afora	GA	PO	36026	42.3833	-8.7	1
36915	Arealonga (Marin)	arealonga-marin	GA	PO	36026	42.3833	-8.7	1
36915	Igrexario, O (Marin)	igrexario-o-marin	GA	PO	36026	42.3833	-8.7	1
36915	Carballal, O (Marin)	carballal-o-marin	GA	PO	36026	42.3833	-8.7	1
36915	Laxe, A (Marin)	laxe-a-marin	GA	PO	36026	42.3833	-8.7	1
36915	Pardavila (Marin)	pardavila-marin	GA	PO	36026	42.3833	-8.7	1
36920	Marin (Escuela Naval)	marin-escuela-naval	GA	PO	36026	42.3185	-8.7738	1
36930	Bueu (Casco Urbano)	bueu-casco-urbano	GA	PO	36004	42.3204	-8.7665	1
36937	Bon De Abaixo (Beluso)	bon-de-abaixo-beluso	GA	PO	36004	42.3167	-8.75	4
36937	Sar (Beluso)	sar-beluso	GA	PO	36004	42.3167	-8.75	4
36937	Montemogos (Beluso)	montemogos-beluso	GA	PO	36004	42.3167	-8.75	4
36937	Beluso (Santa Maria)	beluso-santa-maria	GA	PO	36004	42.3167	-8.75	3
36937	Achadiza, A (Beluso)	achadiza-a-beluso	GA	PO	36004	42.3167	-8.75	4
36937	Cabalo, O (Beluso)	cabalo-o-beluso	GA	PO	36004	42.3167	-8.75	4
36937	Bon De Arriba (Beluso)	bon-de-arriba-beluso	GA	PO	36004	42.3167	-8.75	4
36937	Roza, A (Beluso)	roza-a-beluso	GA	PO	36004	42.3167	-8.75	4
36937	Rua Nova De Arriba, A (Beluso)	rua-nova-de-arriba-a-beluso	GA	PO	36004	42.3167	-8.75	4
36937	Rua Nova De Abaixo, A (Beluso)	rua-nova-de-abaixo-a-beluso	GA	PO	36004	42.3167	-8.75	4
36938	Castiñans, As (Cela)	castinans-as-cela	GA	PO	36004	42.3204	-8.7665	1
36938	Sabarigo (Cela)	sabarigo-cela	GA	PO	36004	42.3204	-8.7665	1
36938	Ermelo (Santiago)	ermelo-santiago	GA	PO	36004	42.3204	-8.7665	1
36938	Torre, A (Cela)	torre-a-cela	GA	PO	36004	42.3204	-8.7665	1
36938	Cela (Santa Maria)	cela-santa-maria	GA	PO	36004	42.3204	-8.7665	1
36938	Castrelo (Cela)	castrelo-cela	GA	PO	36004	42.3204	-8.7665	1
36939	Meiro (Bueu)	meiro-bueu	GA	PO	36004	42.3246	-8.785	4
36939	Bueu (S. Martiño)	bueu-s-martino	GA	PO	36004	42.3246	-8.785	3
36939	Norte, O (Bueu)	norte-o-bueu	GA	PO	36004	42.3246	-8.785	4
36939	Means, As (Bueu)	means-as-bueu	GA	PO	36004	42.3246	-8.785	4
36939	Valado, O (Bueu)	valado-o-bueu	GA	PO	36004	42.3246	-8.785	4
36939	Portela, A (Bueu)	portela-a-bueu	GA	PO	36004	42.3246	-8.785	4
36939	Ramorta, A (Bueu)	ramorta-a-bueu	GA	PO	36004	42.3246	-8.785	4
36939	Carrasqueira, A (Bueu)	carrasqueira-a-bueu	GA	PO	36004	42.3246	-8.785	4
36939	Graña, A (Bueu)	grana-a-bueu	GA	PO	36004	42.3246	-8.785	4
36940	Cangas Do Morrazo	cangas-do-morrazo	GA	PO	36008	42.2641	-8.7846	4
36945	Hio (Cangas)	hio-cangas	GA	PO	36008	42.2736	-8.8264	3
36945	Limens (Hio - Cangas)	limens-hio-cangas	GA	PO	36008	42.2667	-8.8333	4
36945	San Cibran (Aldan - Cangas)	san-cibran-aldan-cangas	GA	PO	36008	42.2833	-8.8167	4
36945	Aldan (Cangas)	aldan-cangas	GA	PO	36008	42.2736	-8.8264	3
36945	Vilariño (Hio - Cangas)	vilarino-hio-cangas	GA	PO	36008	42.2667	-8.8333	4
36945	Espiñeira (Aldan - Cangas)	espineira-aldan-cangas	GA	PO	36008	42.2833	-8.8167	4
36945	Nerga (Hio - Cangas)	nerga-hio-cangas	GA	PO	36008	42.2667	-8.8333	4
36945	Menduiña (Aldan - Cangas)	menduina-aldan-cangas	GA	PO	36008	42.2833	-8.8167	4
36945	Iglesario (Hio - Cangas)	iglesario-hio-cangas	GA	PO	36008	42.2667	-8.8333	4
36945	Piñeiro (Aldan - Cangas)	pineiro-aldan-cangas	GA	PO	36008	42.2833	-8.8167	4
36945	Pintens (Hio - Cangas)	pintens-hio-cangas	GA	PO	36008	42.2667	-8.8333	4
36945	Herbello (Aldan - Cangas)	herbello-aldan-cangas	GA	PO	36008	42.2833	-8.8167	4
36945	Donon (Hio-Cangas)	donon-hio-cangas	GA	PO	36008	42.2667	-8.8333	4
36945	Vilanova (Hio - Cangas)	vilanova-hio-cangas	GA	PO	36008	42.2667	-8.8333	4
36946	Gandon (Aldan - Cangas)	gandon-aldan-cangas	GA	PO	36008	42.2833	-8.8167	4
36947	Pedreira, A (Coiro)	pedreira-a-coiro	GA	PO	36008	42.2707	-8.8132	1
36947	Forte, O (Coiro)	forte-o-coiro	GA	PO	36008	42.2707	-8.8132	1
36947	Espirito Santo, O (Coiro)	espirito-santo-o-coiro	GA	PO	36008	42.2707	-8.8132	1
36947	Retirosa, A (Coiro)	retirosa-a-coiro	GA	PO	36008	42.2707	-8.8132	1
36947	Romarigo (Coiro)	romarigo-coiro	GA	PO	36008	42.2707	-8.8132	1
36947	Rozada (Coiro)	rozada-coiro	GA	PO	36008	42.2707	-8.8132	1
36947	Reboredo (Coiro)	reboredo-coiro	GA	PO	36008	42.2707	-8.8132	1
36947	Coiro (San Salvador)	coiro-san-salvador	GA	PO	36008	42.2707	-8.8132	1
36947	Gruncheiras, As (Coiro)	gruncheiras-as-coiro	GA	PO	36008	42.2707	-8.8132	1
36949	Seixo, O (Darbo)	seixo-o-darbo	GA	PO		42.2667	-8.8	4
36949	Cunchido (Darbo)	cunchido-darbo	GA	PO		42.2667	-8.8	4
36949	Cima De Vila (Darbo)	cima-de-vila-darbo	GA	PO		42.2667	-8.8	4
36949	Darbo (Santa Maria)	darbo-santa-maria	GA	PO		42.2667	-8.8	4
36949	Serra De Poente, A (Darbo)	serra-de-poente-a-darbo	GA	PO		42.2667	-8.8	4
36949	San Pedro (Darbo)	san-pedro-darbo	GA	PO		42.2667	-8.8	4
36949	Ximeu (Darbo)	ximeu-darbo	GA	PO		42.2667	-8.8	4
36949	San Roque Do Monte (Darbo)	san-roque-do-monte-darbo	GA	PO		42.2667	-8.8	4
36949	Balea (Darbo)	balea-darbo	GA	PO		42.2667	-8.8	4
36949	Magdalena, A (Darbo)	magdalena-a-darbo	GA	PO		42.2667	-8.8	4
36950	Moaña (Casco Urbano)	moana-casco-urbano	GA	PO	36029	42.2857	-8.7282	1
36954	Abelendo (Moaña)	abelendo-moana	GA	PO	36029	42.2833	-8.75	4
36954	Moaña (San Martiño)	moana-san-martino	GA	PO	36029	42.2833	-8.75	3
36954	Ameixoada (Moaña)	ameixoada-moana	GA	PO	36029	42.2833	-8.75	4
36954	Broullon (Moaña)	broullon-moana	GA	PO	36029	42.2833	-8.75	4
36954	Casal, O (Moaña)	casal-o-moana	GA	PO	36029	42.2833	-8.75	4
36954	Cruceiro, O (Moaña)	cruceiro-o-moana	GA	PO	36029	42.2833	-8.75	4
36955	Moureira, A (Meira)	moureira-a-meira	GA	PO	36029	42.2857	-8.7282	1
36955	Laton, O (Meira)	laton-o-meira	GA	PO	36029	42.2857	-8.7282	1
36955	Isamil (Meira)	isamil-meira	GA	PO	36029	42.2857	-8.7282	1
36955	Guia, A (Meira)	guia-a-meira	GA	PO	36029	42.2857	-8.7282	1
36955	Couso (Meira)	couso-meira	GA	PO	36029	42.2857	-8.7282	1
36955	Reibon (Meira)	reibon-meira	GA	PO	36029	42.2857	-8.7282	1
36955	Meira (Santa Eulalia)	meira-santa-eulalia	GA	PO	36029	42.2857	-8.7282	1
36955	Ribeira, A (Meira)	ribeira-a-meira	GA	PO	36029	42.2857	-8.7282	1
36957	Verdeal (Domaio)	verdeal-domaio	GA	PO	36029	42.3	-8.6833	4
36957	Domaio (San Pedro)	domaio-san-pedro	GA	PO	36029	42.3	-8.6833	3
36957	Palmas (Domaio)	palmas-domaio	GA	PO	36029	42.3	-8.6833	4
36957	Costa, A (Domaio)	costa-a-domaio	GA	PO	36029	42.3	-8.6833	4
36957	Calvar, O (Domaio)	calvar-o-domaio	GA	PO	36029	42.3	-8.6833	4
36958	Igrexario, O (Tiran)	igrexario-o-tiran	GA	PO	36029	42.2704	-8.7516	4
36958	Tiran (San Xoan)	tiran-san-xoan	GA	PO	36029	42.2704	-8.7516	3
36958	Fontes (Tiran)	fontes-tiran	GA	PO	36029	42.2704	-8.7516	4
36958	Vilela (Tiran)	vilela-tiran	GA	PO	36029	42.2704	-8.7516	4
36959	Quintela (Moaña)	quintela-moana	GA	PO	36029	42.2857	-8.7282	1
36959	Marrua, A (Moaña)	marrua-a-moana	GA	PO	36029	42.2857	-8.7282	1
36959	Verducedo (Moaña)	verducedo-moana	GA	PO	36029	42.2857	-8.7282	1
36959	Moaña (Virxe Do Carme)	moana-virxe-do-carme	GA	PO	36029	42.2857	-8.7282	1
36959	Paradela (Moaña)	paradela-moana	GA	PO	36029	42.2857	-8.7282	1
36959	Sabaceda (Moaña)	sabaceda-moana	GA	PO	36029	42.2857	-8.7282	1
36959	Redondo (Moaña)	redondo-moana	GA	PO	36029	42.2857	-8.7282	1
36959	Piñeiro, O (Moaña)	pineiro-o-moana	GA	PO	36029	42.2857	-8.7282	1
36960	Sanxenxo (Casco Urbano)	sanxenxo-casco-urbano	GA	PO	36051	42.4098	-8.7759	1
36966	Granxa, A (Dorron)	granxa-a-dorron	GA	PO	36051	42.4113	-8.7631	4
36966	Bordons (San Pedro)	bordons-san-pedro	GA	PO	36051	42.4113	-8.7631	3
36966	Costa, A (Dorron)	costa-a-dorron	GA	PO	36051	42.4113	-8.7631	4
36966	Dorron (San Xoan)	dorron-san-xoan	GA	PO	36051	42.4113	-8.7631	3
36967	Dena (Santa Eulalia)	dena-santa-eulalia	GA	PO	36027	42.4098	-8.7759	1
36967	Viliquin (Dena)	viliquin-dena	GA	PO	36027	42.4098	-8.7759	1
36967	Coiron (Dena)	coiron-dena	GA	PO	36027	42.4098	-8.7759	1
36967	Seixiños, Os (Dena)	seixinos-os-dena	GA	PO	36027	42.4098	-8.7759	1
36967	Eirexe, A (Dena)	eirexe-a-dena	GA	PO	36027	42.4098	-8.7759	1
36968	Xil (Santa Eulalia)	xil-santa-eulalia	GA	PO	36027	42.4098	-8.7759	1
36969	Carabuxeira, A (Padriñan)	carabuxeira-a-padrinan	GA	PO	36027	42.4069	-8.8013	4
36969	Nantes (Santa Baia)	nantes-santa-baia	GA	PO	36027	42.4069	-8.8013	3
36969	Lores (San Miguel)	lores-san-miguel	GA	PO	36027	42.4069	-8.8013	3
36969	Simes (Santa Maria)	simes-santa-maria	GA	PO	36027	42.4069	-8.8013	3
36969	Padriñan (San Xenxo)	padrinan-san-xenxo	GA	PO	36027	42.4069	-8.8013	3
36970	Portonovo (Adina)	portonovo-adina	GA	PO	36051	42.4106	-8.8326	4
36979	Adina (Santa Maria)	adina-santa-maria	GA	PO	36051	42.4106	-8.8326	3
36979	Baltar (Adina)	baltar-adina	GA	PO	36051	42.4106	-8.8326	4
36979	Arra (San Amaro)	arra-san-amaro	GA	PO	36051	42.4106	-8.8326	3
36979	Barbeito (Adina)	barbeito-adina	GA	PO	36051	42.4106	-8.8326	4
36979	Vista Alegre (Adina)	vista-alegre-adina	GA	PO	36051	42.4106	-8.8326	4
36980	Grove, O (Casco Urbano)	grove-o-casco-urbano	GA	PO	36022	42.3185	-8.7738	1
36988	Balea (Grove, O)	balea-grove-o	GA	PO	36022	42.3185	-8.7738	1
36988	San Vicente Do Grove (San Vicente)	san-vicente-do-grove-san-vicente	GA	PO	36022	42.3185	-8.7738	1
36988	Campos, Os (Grove, O)	campos-os-grove-o	GA	PO	36022	42.3185	-8.7738	1
36988	Reboredo (Grove, O)	reboredo-grove-o	GA	PO	36022	42.3185	-8.7738	1
36989	Grove, O (San Martiño)	grove-o-san-martino	GA	PO	36022	42.3185	-8.7738	1
36989	Con, O (Grove, O)	con-o-grove-o	GA	PO	36022	42.3185	-8.7738	1
36989	Meloxo (Grove, O)	meloxo-grove-o	GA	PO	36022	42.3185	-8.7738	1
36989	Porto De Meloxo, O (Grove, O)	porto-de-meloxo-o-grove-o	GA	PO	36022	42.3185	-8.7738	1
36989	Virxe Das Mareas (Grove, O)	virxe-das-mareas-grove-o	GA	PO	36022	42.3185	-8.7738	1
36989	Ardia (Grove, O)	ardia-grove-o	GA	PO	36022	42.3185	-8.7738	1
36989	Campos (Grove, O)	campos-grove-o	GA	PO	36022	42.3185	-8.7738	1
36990	Vilalonga (San Pedro)	vilalonga-san-pedro	GA	PO	36051	42.4376	-8.7548	1
36990	Mourelos (Noalla)	mourelos-noalla	GA	PO	36051	42.4376	-8.7548	1
36990	Gondar (San Tome)	gondar-san-tome	GA	PO	36051	42.4376	-8.7548	1
36990	Rouxique (Vilalonga)	rouxique-vilalonga	GA	PO	36051	42.4376	-8.7548	1
36990	Aios (Noalla)	aios-noalla	GA	PO	36051	42.4376	-8.7548	1
36990	Soutullo (Noalla)	soutullo-noalla	GA	PO	36051	42.4376	-8.7548	1
36990	Noalla (Santo Estevo)	noalla-santo-estevo	GA	PO	36051	42.4376	-8.7548	1
36990	Vilar (Vilalonga)	vilar-vilalonga	GA	PO	36051	42.4376	-8.7548	1
36990	Fonte De Ons (Noalla)	fonte-de-ons-noalla	GA	PO	36051	42.4376	-8.7548	1
36990	Salgueira, A (Vilalonga)	salgueira-a-vilalonga	GA	PO	36051	42.4376	-8.7548	1
36991	Toxa (Illa Da)	toxa-illa-da	GA	PO	36022	42.4851	-8.8461	4
36992	Samieira (Santa Maria)	samieira-santa-maria	GA	PO	36041	42.4167	-8.7333	3
36992	Aren (Samieira)	aren-samieira	GA	PO	36041	42.4167	-8.7333	4
36992	Raxo (San Gregorio)	raxo-san-gregorio	GA	PO	36041	42.4167	-8.7333	3
36992	Covelo, O (Samieira)	covelo-o-samieira	GA	PO	36041	42.4167	-8.7333	4
36993	Chancelas (Combarro)	chancelas-combarro	GA	PO	36041	42.4319	-8.7065	4
36993	Combarro (San Roque)	combarro-san-roque	GA	PO	36041	42.4319	-8.7065	3
36995	Sartal, O (Poio)	sartal-o-poio	GA	PO	36041	42.4376	-8.7548	1
36995	Poio (San Xoan)	poio-san-xoan	GA	PO	36041	42.4376	-8.7548	1
36995	Campelo (Poio)	campelo-poio	GA	PO	36041	42.4376	-8.7548	1
36995	Casal, O (Poio)	casal-o-poio	GA	PO	36041	42.4376	-8.7548	1
36995	Liñares (Poio)	linares-poio	GA	PO	36041	42.4376	-8.7548	1
36995	Casalvito (Poio)	casalvito-poio	GA	PO	36041	42.4376	-8.7548	1
36995	Aris (Poio)	aris-poio	GA	PO	36041	42.4376	-8.7548	1
36995	Muiño (Poio)	muino-poio	GA	PO	36041	42.4376	-8.7548	1
36995	Seara, A (Poio)	seara-a-poio	GA	PO	36041	42.4376	-8.7548	1
07001	Palma De Mallorca	palma-de-mallorca	IB	PM	07040	39.5694	2.6502	4
07002	Palma De Mallorca	palma-de-mallorca	IB	PM	07040	39.5694	2.6502	4
07003	Palma De Mallorca	palma-de-mallorca	IB	PM	07040	39.5694	2.6502	4
07004	Palma De Mallorca	palma-de-mallorca	IB	PM	07040	39.5694	2.6502	4
07005	Palma De Mallorca	palma-de-mallorca	IB	PM	07040	39.5694	2.6502	4
07006	Palma De Mallorca	palma-de-mallorca	IB	PM	07040	39.5694	2.6502	4
07007	Palma De Mallorca	palma-de-mallorca	IB	PM	07040	39.5694	2.6502	4
07008	Palma De Mallorca	palma-de-mallorca	IB	PM	07040	39.5694	2.6502	4
07009	Palma De Mallorca	palma-de-mallorca	IB	PM	07040	39.5694	2.6502	4
07010	Palma De Mallorca	palma-de-mallorca	IB	PM	07040	39.5694	2.6502	4
07011	Son Roca-Son Ximelis (Barri)	son-roca-son-ximelis-barri	IB	PM	07040	39.5694	2.6502	3
07011	Palma De Mallorca	palma-de-mallorca	IB	PM	07040	39.5694	2.6502	4
07012	Palma De Mallorca	palma-de-mallorca	IB	PM	07040	39.5694	2.6502	4
07013	Palma De Mallorca	palma-de-mallorca	IB	PM	07040	39.5694	2.6502	4
07014	Palma De Mallorca	palma-de-mallorca	IB	PM	07040	39.5694	2.6502	4
07015	Palma De Mallorca	palma-de-mallorca	IB	PM	07040	39.5694	2.6502	4
07070	Palma De Mallorca	palma-de-mallorca	IB	PM		39.5694	2.6502	4
07071	Palma De Mallorca	palma-de-mallorca	IB	PM	07040	39.5694	2.6502	4
07080	Palma De Mallorca	palma-de-mallorca	IB	PM		39.5694	2.6502	4
07100	Soller	soller	IB	PM	07061	39.7662	2.7152	4
07100	S'Horta (Soller)	s-horta-soller	IB	PM	07061	39.7662	2.7152	4
07101	Biniaraix	biniaraix	IB	PM	07061	39.7711	2.7347	4
07108	Port De Soller	port-de-soller	IB	PM	07061	39.7976	2.6964	4
07109	Fornalutx	fornalutx	IB	PM	07025	39.7823	2.7411	4
07110	Bunyola	bunyola	IB	PM	07010	39.6963	2.6995	4
07120	Son Sardina	son-sardina	IB	PM	07040	39.6203	2.6571	4
07120	La Garriga	la-garriga	IB	PM	07040	39.6064	2.6489	3
07120	Son Espanyol	son-espanyol	IB	PM	07040	39.6295	2.6394	4
07120	Palma De Mallorca	palma-de-mallorca	IB	PM	07040	39.5694	2.6502	4
07121	Parc Bit (Urbanizacion)	parc-bit-urbanizacion	IB	PM		39.5694	2.6502	3
07121	Palma De Mallorca	palma-de-mallorca	IB	PM		39.5694	2.6502	4
07122	Universitat Illes Balears	universitat-illes-balears	IB	PM		39.5694	2.6502	3
07122	Palma De Mallorca	palma-de-mallorca	IB	PM		39.5694	2.6502	4
07140	Sencelles	sencelles	IB	PM	07047	39.646	2.8977	4
07140	Ca'S Cana	ca-s-cana	IB	PM	07047	39.646	2.8977	3
07141	Marratxi	marratxi	IB	PM	07036	39.6421	2.7539	4
07141	Cabaneta (Sa)	cabaneta-sa	IB	PM	07036	39.6217	2.7458	4
07141	Es Pont D'Inca/El Pont D'Inca	es-pont-d-inca-el-pont-d-inca	IB	PM	07036	39.6268	2.757	3
07141	Portol	portol	IB	PM	07036	39.6167	2.7713	4
07141	Es Pla De Na Tesa/El Pla De Na Tesa	es-pla-de-na-tesa-el-pla-de-na-tesa	IB	PM	07036	39.6268	2.757	3
07141	Marratxinet (Marratxi)	marratxinet-marratxi	IB	PM	07036	39.6268	2.757	3
07142	Santa Eugenia	santa-eugenia	IB	PM	07053	39.6236	2.8386	4
07142	Alqueries	alqueries	IB	PM	07053	39.6201	2.836	3
07142	Olleries	olleries	IB	PM	07053	39.6167	2.8333	4
07142	Coves	coves	IB	PM	07053	39.6201	2.836	3
07143	Biniali	biniali	IB	PM	07047	39.641	2.8595	4
07143	Son Arosa	son-arosa	IB	PM	07047	39.641	2.8595	3
07144	Costitx	costitx	IB	PM	07047	39.6568	2.9495	4
07144	Jornets	jornets	IB	PM	07047	39.6568	2.9495	3
07150	Andratx	andratx	IB	PM	07005	39.5755	2.4202	4
07157	Port D'Andratx	port-d-andratx	IB	PM	07005	39.5443	2.3894	4
07159	Arraco (S')	arraco-s	IB	PM	07005	39.5794	2.3506	3
07159	Sant Elm	sant-elm	IB	PM	07005	39.5794	2.3506	4
07160	Camp De Mar (Es)	camp-de-mar-es	IB	PM	07005	39.5375	2.4481	3
07160	Peguera	peguera	IB	PM	07005	39.5375	2.4481	4
07170	Valldemossa	valldemossa	IB	PM	07063	39.7104	2.6223	4
07170	Son Maxella	son-maxella	IB	PM	07063	39.7104	2.6223	3
07179	Deia	deia	IB	PM	07018	39.7481	2.6482	4
07179	Llucalcari	llucalcari	IB	PM	07018	39.7659	2.6562	4
07179	Alconasser	alconasser	IB	PM	07018	39.757	2.6522	3
07180	Santa Ponça	santa-ponca	IB	PM	07011	39.5087	2.4766	4
07180	El Toro	el-toro	IB	PM	07011	39.4848	2.4822	4
07180	Galatzo (Santa Ponça) (Urbanitzacio)	galatzo-santa-ponca-urbanitzacio	IB	PM	07011	39.5087	2.4766	4
07181	Magaluf	magaluf	IB	PM	07011	39.5111	2.5353	4
07181	Cas Catala	cas-catala	IB	PM	07011	39.5471	2.5961	4
07181	Illetes (Ses)	illetes-ses	IB	PM	07011	39.5547	2.5754	3
07181	Portals Vells	portals-vells	IB	PM	07011	39.4723	2.5201	4
07181	Portals Nous	portals-nous	IB	PM	07011	39.534	2.5703	4
07181	Sa Porrassa/La Porrassa	sa-porrassa-la-porrassa	IB	PM	07011	39.5547	2.5754	3
07181	Costa D'En Blanes	costa-d-en-blanes	IB	PM	07011	39.5273	2.5517	4
07181	Son Ferrer (Urbanitzacio)	son-ferrer-urbanitzacio	IB	PM	07011	39.5547	2.5754	3
07181	Palmanova	palmanova	IB	PM	07011	39.5247	2.5392	4
07181	Sol De Mallorca	sol-de-mallorca	IB	PM	07011	39.7662	2.7152	4
07181	Castillo De Bendinat	castillo-de-bendinat	IB	PM	07011	39.5547	2.5754	3
07181	Bendinat	bendinat	IB	PM	07011	39.5547	2.5754	3
07183	Costa De La Calma	costa-de-la-calma	IB	PM	07011	39.5258	2.4814	4
07184	Calvia	calvia	IB	PM	07011	39.5657	2.5062	4
07190	Esporles	esporles	IB	PM	07007	39.6697	2.5785	4
07190	S'Esglaieta	s-esglaieta	IB	PM	07007	39.6697	2.5785	3
07190	Port Des Canonge/Port Del Canonge	port-des-canonge-port-del-canonge	IB	PM	07007	39.6697	2.5785	3
07191	Banyalbufar	banyalbufar	IB	PM	07007	39.6873	2.5141	4
07192	Estellencs	estellencs	IB	PM	07021	39.6534	2.4813	4
07193	Palmanyola	palmanyola	IB	PM	07010	39.6083	2.5874	1
07193	Coma, Sa (Urbanitzacio)	coma-sa-urbanitzacio	IB	PM	07010	39.6083	2.5874	1
07193	Sa Font Seca/La Font Seca	sa-font-seca-la-font-seca	IB	PM	07010	39.6083	2.5874	1
07194	Puigpunyent	puigpunyent	IB	PM	07045	39.6251	2.5276	4
07195	Galilea	galilea	IB	PM	07045	39.6086	2.5052	4
07196	Capdella, Es	capdella-es	IB	PM	07011	39.5785	2.4703	4
07198	Palma De Mallorca	palma-de-mallorca	IB	PM	07040	39.5694	2.6502	4
07198	Son Ferriol	son-ferriol	IB	PM	07040	39.5667	2.7167	4
07198	S'Hostalot (Urbanitzacio)	s-hostalot-urbanitzacio	IB	PM	07040	39.568	2.6835	3
07198	Sa Creu Vermella/La Creu Vermella	sa-creu-vermella-la-creu-vermella	IB	PM	07040	39.568	2.6835	3
07199	Sant Jordi	sant-jordi	IB	PM	07040	39.5552	2.7795	4
07199	Aranjassa (S')	aranjassa-s	IB	PM	07040	39.5623	2.7148	3
07199	Palma De Mallorca	palma-de-mallorca	IB	PM	07040	39.5694	2.6502	4
07199	Pla De Sant Jordi	pla-de-sant-jordi	IB	PM	07040	39.5623	2.7148	3
07200	Felanitx	felanitx	IB	PM	07022	39.4696	3.1483	4
07208	Carritxo (Es)	carritxo-es	IB	PM	07022	39.4166	3.1382	4
07208	Cas Concos Des Cavaller	cas-concos-des-cavaller	IB	PM	07022	39.4166	3.1382	3
07208	Son Negre	son-negre	IB	PM	07022	39.4166	3.1382	3
07209	Las Canteras	las-canteras	IB	PM	07022	39.4431	3.1432	1
07209	Son Proenç	son-proenc	IB	PM	07022	39.4431	3.1432	1
07209	Son Caldero	son-caldero	IB	PM	07022	39.4431	3.1432	1
07209	Son Mesquida	son-mesquida	IB	PM	07022	39.4431	3.1432	1
07209	Son Mayol	son-mayol	IB	PM	07022	39.4431	3.1432	1
07209	Son Valls	son-valls	IB	PM	07022	39.4431	3.1432	1
07210	Algaida	algaida	IB	PM	07004	39.559	2.8954	4
07220	Pina	pina	IB	PM	07004	39.5991	2.9242	4
07230	Montuiri	montuiri	IB	PM	07038	39.5674	2.9819	4
07240	Sant Joan	sant-joan	IB	PM	07049	39.5962	3.0392	4
07250	Vilafranca De Bonany	vilafranca-de-bonany	IB	PM	07065	39.5689	3.0881	4
07260	Porreres	porreres	IB	PM	07043	39.5143	3.022	4
07300	Inca	inca	IB	PM	07027	39.7211	2.9109	4
07310	Campanet	campanet	IB	PM	07012	39.7747	2.9651	4
07310	Ullaro (Campanet) (Lloc)	ullaro-campanet-lloc	IB	PM	07012	39.7747	2.9651	3
07311	Buger	buger	IB	PM	07009	39.7581	2.9835	4
07312	Mancor De La Vall	mancor-de-la-vall	IB	PM	07034	39.7497	2.8728	4
07313	Selva	selva	IB	PM	07058	39.755	2.9007	4
07314	Caimari	caimari	IB	PM	07058	39.7713	2.9034	4
07315	Escorca	escorca	IB	PM	07019	39.8214	2.8694	4
07315	Sa Calobra/La Calobra	sa-calobra-la-calobra	IB	PM	07019	39.8508	2.8	4
07315	Cala Tuent	cala-tuent	IB	PM	07019	39.8314	2.8513	3
07315	Lluc	lluc	IB	PM	07019	39.8221	2.8845	4
07315	Port De Sa Calobra	port-de-sa-calobra	IB	PM	07019	39.8314	2.8513	3
07316	Moscari	moscari	IB	PM	07058	39.7648	2.9363	4
07320	Santa Maria Del Cami (Isla De Mallorca)	santa-maria-del-cami-isla-de-mallorca	IB	PM	07056	39.7535	2.8734	1
07330	Consell	consell	IB	PM	07016	39.6686	2.8127	4
07340	Alaro	alaro	IB	PM	07001	39.7044	2.7918	4
07349	Orient	orient	IB	PM	07010	39.7343	2.7596	4
07350	Binissalem	binissalem	IB	PM	07008	39.6874	2.844	4
07350	Biniagual	biniagual	IB	PM	07008	39.6874	2.844	3
07360	Lloseta	lloseta	IB	PM	07029	39.7185	2.8669	4
07369	Biniamar	biniamar	IB	PM	07058	39.7185	2.8669	1
07400	Alcudia	alcudia	IB	PM	07003	39.8532	3.1214	4
07400	Platja De Alcudia (Urbanitzacio)	platja-de-alcudia-urbanitzacio	IB	PM	07003	39.9236	3.8242	4
07400	Son Fe	son-fe	IB	PM	07003	39.8728	3.3595	3
07400	Port D'Alcudia	port-d-alcudia	IB	PM	07003	39.8418	3.1329	4
07400	Marina-Manresa	marina-manresa	IB	PM	07003	39.8728	3.3595	3
07400	Mal Pas - Bon Aire	mal-pas-bon-aire	IB	PM	07003	39.8728	3.3595	3
07420	Pobla (Sa)	pobla-sa	IB	PM	07044	39.7692	3.0239	4
07430	Llubi	llubi	IB	PM	07030	39.6993	3.0068	4
07440	Muro	muro	IB	PM	07039	39.7366	3.0556	4
07450	Santa Margalida	santa-margalida	IB	PM	07055	39.7014	3.1021	4
07458	Ca'N Picafort	ca-n-picafort	IB	PM	07055	39.9236	3.8242	3
07458	Platja De Muro (Urbanitzacio)	platja-de-muro-urbanitzacio	IB	PM	07055	39.9236	3.8242	4
07459	Son Serra De Marina	son-serra-de-marina	IB	PM	07055	39.7345	3.2294	4
07460	Pollença	pollenca	IB	PM	07042	39.8768	3.0163	4
07469	Cala Carbo	cala-carbo	IB	PM	07042	39.8768	3.0163	3
07469	Cala Sant Vicenç (Pollença)	cala-sant-vicenc-pollenca	IB	PM	07042	39.8768	3.0163	4
07470	Port De Pollença	port-de-pollenca	IB	PM	07042	39.9075	3.0814	4
07470	Base Aeria De Pollença	base-aeria-de-pollenca	IB	PM	07042	39.9075	3.0814	3
07500	Manacor	manacor	IB	PM	07033	39.5696	3.2096	4
07509	Son Macia	son-macia	IB	PM	07033	39.5135	3.2166	4
07509	Son Fangos	son-fangos	IB	PM	07033	39.5135	3.2166	3
07510	Sineu	sineu	IB	PM	07060	39.6425	3.0103	4
07511	Ruberts	ruberts	IB	PM	07047	39.6224	2.9358	4
07518	Lloret De Vistalegre	lloret-de-vistalegre	IB	PM	07028	39.6184	2.9749	4
07519	Maria De La Salut	maria-de-la-salut	IB	PM	07035	39.6631	3.073	4
07520	Bon Any	bon-any	IB	PM	07041	39.6135	3.1131	3
07520	Petra	petra	IB	PM	07041	39.6135	3.1131	4
07529	Ariany	ariany	IB	PM	07901	39.6505	3.1105	4
07530	Sant Llorenç Des Cardassar	sant-llorenc-des-cardassar	IB	PM	07051	39.6101	3.2838	4
07540	Son Carrio (Mallorca)	son-carrio-mallorca	IB	PM	07051	39.6472	3.2643	1
07550	Son Servera	son-servera	IB	PM	07062	39.6207	3.3601	4
07559	Cala Bona	cala-bona	IB	PM	07062	39.6138	3.3896	4
07559	Costa De Los Pinos	costa-de-los-pinos	IB	PM	07062	39.6362	3.4145	4
07559	Port Verd	port-verd	IB	PM	07062	39.625	3.4021	3
07560	Cala Millor	cala-millor	IB	PM	07062	39.605	3.3867	4
07560	Sa Coma (Cala Millor)	sa-coma-cala-millor	IB	PM	07062	39.605	3.3867	4
07570	Arta	arta	IB	PM	07006	39.6931	3.3498	4
07579	Colonia De Sant Pere	colonia-de-sant-pere	IB	PM	07006	39.7376	3.2768	4
07579	Betlem	betlem	IB	PM	07006	39.7376	3.2768	3
07579	Cala Mitjana (Mallorca)	cala-mitjana-mallorca	IB	PM	07006	39.7376	3.2768	4
07580	Capdepera	capdepera	IB	PM	07014	39.7026	3.4336	4
07589	Font De Sa Cala	font-de-sa-cala	IB	PM	07014	39.6792	3.4542	4
07589	Cala Mesquida	cala-mesquida	IB	PM	07014	39.7447	3.43	4
07589	Na Taconera	na-taconera	IB	PM	07014	39.712	3.4421	3
07589	Cala Provensals	cala-provensals	IB	PM	07014	39.712	3.4421	3
07590	Cala Ratjada	cala-ratjada	IB	PM	07014	39.712	3.4632	4
07590	Pedruscada	pedruscada	IB	PM	07014	39.712	3.4632	3
07590	Cala Gat	cala-gat	IB	PM	07014	39.712	3.4632	3
07590	Cala Lliteres	cala-lliteres	IB	PM	07014	39.712	3.4632	3
07590	Es Carregador	es-carregador	IB	PM	07014	39.712	3.4632	3
07600	Arenal (S')	arenal-s	IB	PM	07031	39.5	2.75	4
07600	Palma De Mallorca	palma-de-mallorca	IB	PM	07031	39.5694	2.6502	4
07600	Ses Cadenas	ses-cadenas	IB	PM	07031	39.5347	2.7001	3
07600	Es Pitlari	es-pitlari	IB	PM	07031	39.5347	2.7001	3
07600	Cadenes (Ses)	cadenes-ses	IB	PM	07031	39.5347	2.7001	3
07608	Palma De Mallorca	palma-de-mallorca	IB	PM	07040	39.5695	2.65	4
07609	Palmeres, Les	palmeres-les	IB	PM	07031	39.5347	2.7001	1
07609	Cala Blava (Urbanitzacio)	cala-blava-urbanitzacio	IB	PM	07031	39.5347	2.7001	1
07609	Badia Blava	badia-blava	IB	PM	07031	39.5347	2.7001	1
07609	Badia Gran	badia-gran	IB	PM	07031	39.5347	2.7001	1
07609	Son Veri Nou (Urbanitzacio)	son-veri-nou-urbanitzacio	IB	PM	07031	39.5347	2.7001	1
07609	Urbanizacion Sa Torre	urbanizacion-sa-torre	IB	PM	07031	39.5347	2.7001	1
07609	Bellavista	bellavista	IB	PM	07031	39.5347	2.7001	1
07609	Tollerich	tollerich	IB	PM	07031	39.5347	2.7001	1
07609	Maioris Decima (Urbanitzacio)	maioris-decima-urbanitzacio	IB	PM	07031	39.5347	2.7001	1
07609	Puig De Ros (Urbanitzacio)	puig-de-ros-urbanitzacio	IB	PM	07031	39.5347	2.7001	1
07610	Las Maravillas	las-maravillas	IB	PM	07040	39.5248	2.7431	4
07610	Can Pastilla	can-pastilla	IB	PM	07040	39.5362	2.7177	4
07610	Palma De Mallorca	palma-de-mallorca	IB	PM	07040	39.5694	2.6502	4
07611	Palma De Mallorca	palma-de-mallorca	IB	PM		39.5694	2.6502	4
07620	Llucmajor	llucmajor	IB	PM	07031	39.4909	2.8911	4
07629	Randa	randa	IB	PM	07004	39.5266	2.9152	4
07630	Campos	campos	IB	PM	07013	39.431	3.0194	4
07630	El Palmer	el-palmer	IB	PM	07013	39.431	3.0194	3
07638	Colonia De Sant Jordi	colonia-de-sant-jordi	IB	PM	07059	39.3181	2.992	4
07639	S'Estanyol	s-estanyol	IB	PM	07013	39.3615	2.9183	4
07639	Cala Pi	cala-pi	IB	PM	07013	39.3663	2.8485	4
07639	Rapita (Sa)	rapita-sa	IB	PM	07013	39.3639	2.8834	3
07639	Covetes (Ses)	covetes-ses	IB	PM	07013	39.3639	2.8834	3
07639	Vallgornera	vallgornera	IB	PM	07013	39.3639	2.8834	3
07640	Salines (Ses)	salines-ses	IB	PM	07059	39.3383	3.0527	4
07650	Santanyi	santanyi	IB	PM	07057	39.3546	3.1291	4
07659	Cala Figuera (Mallorca)	cala-figuera-mallorca	IB	PM	07057	39.33	3.1455	3
07659	Cala Santanyi	cala-santanyi	IB	PM	07057	39.33	3.1455	4
07659	Sa Torre Nova	sa-torre-nova	IB	PM	07057	39.33	3.1455	3
07659	Calo Den Busques	calo-den-busques	IB	PM	07057	39.33	3.1455	3
07660	Cala D'Or	cala-d-or	IB	PM	07057	39.3781	3.2348	4
07669	Cala Serena	cala-serena	IB	PM	07022	39.3789	3.2434	4
07669	Calonge	calonge	IB	PM	07022	39.4004	3.2034	4
07669	Horta, S' (Felanitx)	horta-s-felanitx	IB	PM	07022	39.3869	3.2286	3
07669	Cala Ferrera	cala-ferrera	IB	PM	07022	39.3814	3.2391	4
07670	Cala Marsal	cala-marsal	IB	PM	07022	39.4255	3.265	3
07670	Portocolom	portocolom	IB	PM	07022	39.4255	3.265	4
07680	Cala Anguila - Cala Mendia	cala-anguila-cala-mendia	IB	PM	07033	39.4576	3.2772	1
07680	Portocristo/Port De Manacor	portocristo-port-de-manacor	IB	PM	07033	39.4576	3.2772	1
07687	S'Illot-Cala Morlanda	s-illot-cala-morlanda	IB	PM	07033	39.4576	3.2772	1
07688	Cala Murada	cala-murada	IB	PM	07033	39.4516	3.276	4
07689	Calas De Mallorca	calas-de-mallorca	IB	PM	07033	39.4636	3.2784	4
07689	Cala Tropicana (Platja)	cala-tropicana-platja	IB	PM	07033	39.4636	3.2784	3
07689	Espinagar	espinagar	IB	PM	07033	39.4636	3.2784	3
07690	Llombards	llombards	IB	PM	07057	39.3411	3.0972	4
07690	Cala Llombards	cala-llombards	IB	PM	07057	39.3411	3.0972	3
07690	Costa, La (Santanyi)	costa-la-santanyi	IB	PM	07057	39.3411	3.0972	3
07690	Cap Des Moro	cap-des-moro	IB	PM	07057	39.3411	3.0972	3
07690	Son Moger	son-moger	IB	PM	07057	39.3411	3.0972	3
07690	Cala S'Almonia	cala-s-almonia	IB	PM	07057	39.3411	3.0972	3
07691	Cala Mondrago	cala-mondrago	IB	PM	07057	39.353	3.2006	4
07691	S'Alqueria Blanca/L'Alqueria Blanca	s-alqueria-blanca-l-alqueria-blanca	IB	PM	07057	39.3871	3.1672	4
07691	Barca Trencada	barca-trencada	IB	PM	07057	39.3673	3.1926	3
07691	Portopetro	portopetro	IB	PM	07057	39.3617	3.21	4
07700	San Antonio (Mahon)	san-antonio-mahon	IB	PM	07032	39.8885	4.2658	4
07700	Murta, Es	murta-es	IB	PM	07032	39.8885	4.2658	3
07700	Grau (Es) (Platja)	grau-es-platja	IB	PM	07032	39.8885	4.2658	4
07700	Mao	mao	IB	PM	07032	39.8885	4.2658	4
07700	Mesquida (Sa) (Platja)	mesquida-sa-platja	IB	PM	07032	39.8885	4.2658	3
07701	Mao	mao	IB	PM	07032	39.8885	4.2658	4
07702	Mao	mao	IB	PM	07032	39.8885	4.2658	4
07703	Mao	mao	IB	PM	07032	39.8885	4.2658	4
07710	Sant Lluis	sant-lluis	IB	PM	07052	39.8526	4.2594	4
07711	Binissafuller	binissafuller	IB	PM	07052	39.8229	4.2349	3
07711	Binibequer	binibequer	IB	PM	07052	39.8229	4.2349	4
07711	Cap D'En Font	cap-d-en-font	IB	PM	07052	39.8229	4.2349	3
07711	S'Ullastrar	s-ullastrar	IB	PM	07052	39.8229	4.2349	3
07711	Biniencolla (Sant Lluis) (Urbanitzacio)	biniencolla-sant-lluis-urbanitzacio	IB	PM	07052	39.8229	4.2349	3
07711	Binibeca, De (Platja)	binibeca-de-platja	IB	PM	07052	39.8229	4.2349	3
07711	Binisafuller Platja (Sant Lluis) (Urbanitzacio)	binisafuller-platja-sant-lluis-urbanitzacio	IB	PM	07052	39.8229	4.2349	3
07711	Ullastrar, L'	ullastrar-l	IB	PM	07052	39.8229	4.2349	3
07711	Uestra, S' (Sant Lluis) (Urbanitzacio)	uestra-s-sant-lluis-urbanitzacio	IB	PM	07052	39.8229	4.2349	3
07711	Binibeca Nou (Sant Lluis) (Urbanitzacio)	binibeca-nou-sant-lluis-urbanitzacio	IB	PM	07052	39.8229	4.2349	3
07711	Torret (Caserio)	torret-caserio	IB	PM	07052	39.8229	4.2349	3
07711	Binisafuller Roters (Sant Lluis) (Urbanitzacio)	binisafuller-roters-sant-lluis-urbanitzacio	IB	PM	07052	39.8229	4.2349	3
07712	Llucmaçanes	llucmacanes	IB	PM	07032	39.8716	4.208	3
07712	Sant Climent	sant-climent	IB	PM	07032	39.8716	4.208	4
07712	Es Canutells/Els Canutells	es-canutells-els-canutells	IB	PM	07032	39.8716	4.208	3
07712	Binixica	binixica	IB	PM	07032	39.8716	4.208	3
07713	Es Consell/El Consell (Sant Lluis) (Caserio)	es-consell-el-consell-sant-lluis-caserio	IB	PM	07052	39.8526	4.2594	4
07713	Es Pou Nou	es-pou-nou	IB	PM	07052	39.8433	4.2787	3
07713	S'Algar	s-algar	IB	PM	07052	39.834	4.298	4
07713	Punta Prima (Platja)	punta-prima-platja	IB	PM	07052	39.8433	4.2787	3
07713	Alcaufar	alcaufar	IB	PM	07052	39.8433	4.2787	3
07713	Cala Biniancolla	cala-biniancolla	IB	PM	07052	39.8433	4.2787	3
07713	Marina De Son Ganxo	marina-de-son-ganxo	IB	PM	07052	39.8433	4.2787	3
07714	Mao	mao	IB	PM	07032	39.8885	4.2658	4
07720	Son Vilar (Es Castell De Menorca)	son-vilar-es-castell-de-menorca	IB	PM	07049	39.8776	4.2899	4
07720	Es Castell	es-castell	IB	PM	07049	39.8776	4.2899	4
07720	Trebeluger	trebeluger	IB	PM	07049	39.85	4.2833	4
07720	Cala San Esteban	cala-san-esteban	IB	PM	07049	39.8684	4.2877	3
07730	Alaior	alaior	IB	PM	07002	39.9303	4.1404	4
07730	Sa Roca	sa-roca	IB	PM	07002	39.9148	3.9492	3
07730	Cala'N Porter	cala-n-porter	IB	PM	07002	39.8731	4.133	4
07730	Calas Covas	calas-covas	IB	PM	07002	39.9148	3.9492	3
07730	Torre Soli Nou (Urbanitzacio)	torre-soli-nou-urbanitzacio	IB	PM	07002	39.9236	3.8242	4
07730	Son Bou (Platja)	son-bou-platja	IB	PM	07002	39.9148	3.9492	3
07730	Argentina, La (Urbanitzacio)	argentina-la-urbanitzacio	IB	PM	07002	39.9236	3.8242	4
07730	San Jaime Mediterraneo (Urbanitzacio)	san-jaime-mediterraneo-urbanitzacio	IB	PM	07002	39.9236	3.8242	4
07740	Mercadal, Es	mercadal-es	IB	PM	07037	39.9901	4.0939	4
07740	Port D'Addaia	port-d-addaia	IB	PM	07037	40.0076	4.1955	4
07740	Na Macaret (Urbanitzacio)	na-macaret-urbanitzacio	IB	PM	07037	39.9236	3.8242	4
07740	S'Arenal D'En Castell (Menorca) (Urbanitzacio)	s-arenal-d-en-castell-menorca-urbanitzacio	IB	PM	07037	39.9901	4.0939	4
07740	Son Parc (Urbanitzacio)	son-parc-urbanitzacio	IB	PM	07037	39.9236	3.8242	4
07740	Covas Novas (Mercadal)	covas-novas-mercadal	IB	PM	07037	39.9901	4.0939	4
07748	Fornells	fornells	IB	PM	07037	40.0565	4.1315	4
07748	Playa De Fornells (Urbanitzacio)	playa-de-fornells-urbanitzacio	IB	PM	07037	39.9236	3.8242	4
07749	Es Migjorn Gran/El Migjorn Gran	es-migjorn-gran-el-migjorn-gran	IB	PM	07902	39.9236	3.8242	3
07749	Sant Tomas, Platja (Urbanitzacio)	sant-tomas-platja-urbanitzacio	IB	PM	07902	39.9236	3.8242	4
07750	Cala Galdana	cala-galdana	IB	PM	07023	39.9374	3.9614	4
07750	Ferreries	ferreries	IB	PM	07023	39.9832	4.0118	4
07750	Serpentona (Urbanizacion)	serpentona-urbanizacion	IB	PM	07023	39.9603	3.9866	3
07760	Ciutadella De Menorca	ciutadella-de-menorca	IB	PM	07015	40.0011	3.8414	4
07769	Cala En Blanes	cala-en-blanes	IB	PM	07015	40.0018	3.8058	4
07769	Cala Blanes	cala-blanes	IB	PM	07015	40.0018	3.8058	4
07769	Torre Del Ram	torre-del-ram	IB	PM	07015	39.9767	3.8145	3
07769	Cala'N Bosch	cala-n-bosch	IB	PM	07015	39.9266	3.832	4
07769	Son Blanc (Ciutadella De Menorca)	son-blanc-ciutadella-de-menorca	IB	PM	07015	39.9767	3.8145	3
07769	Cala Blanca (Ciutadella De Menorca) (Urbanitzacio)	cala-blanca-ciutadella-de-menorca-urbanitzacio	IB	PM	07015	39.9767	3.8145	3
07769	Delfines, Los (Urbanizacion)	delfines-los-urbanizacion	IB	PM	07015	39.9767	3.8145	3
07769	Santandria (Platja)	santandria-platja	IB	PM	07015	39.9767	3.8145	3
07769	Cap D'Artruix (Ciutadella De Menorca)	cap-d-artruix-ciutadella-de-menorca	IB	PM	07015	39.9767	3.8145	3
07769	Cala'N Morell	cala-n-morell	IB	PM	07015	39.9767	3.8145	3
07800	Eivissa-San Juan (Carretera), Hasta Km.1,900	eivissa-san-juan-carretera-hasta-km-1-900	IB	PM	07046	38.9088	1.433	3
07800	Eivissa	eivissa	IB	PM	07046	38.9088	1.433	4
07810	Sant Joan De Labritja	sant-joan-de-labritja	IB	PM	07050	39.0789	1.514	4
07810	Cala Portinax (Urbanitzacio)	cala-portinax-urbanitzacio	IB	PM	07050	39.0789	1.514	3
07811	Cala De San Vicente Eivissa	cala-de-san-vicente-eivissa	IB	PM	07050	39.0758	1.591	4
07811	Punta Grossa	punta-grossa	IB	PM	07050	39.0758	1.591	3
07811	Sant Vicent De Sa Cala	sant-vicent-de-sa-cala	IB	PM	07050	39.0758	1.591	4
07812	Sant Llorenç De Balafia	sant-llorenc-de-balafia	IB	PM	07050	39.0535	1.4905	1
07813	Can Cabrit	can-cabrit	IB	PM		39.0535	1.4905	1
07813	Cas Corp	cas-corp	IB	PM		39.0535	1.4905	1
07813	Puig De'N Valls	puig-de-n-valls	IB	PM		39.0535	1.4905	1
07813	Can Negre	can-negre	IB	PM		39.0535	1.4905	1
07814	Santa Gertrudis De Fruitera	santa-gertrudis-de-fruitera	IB	PM	07054	38.999	1.4285	4
07815	Port De Sant Miquel (Urbanitzacio)	port-de-sant-miquel-urbanitzacio	IB	PM	07050	39.0537	1.4369	3
07815	Sant Miquel De Balansat	sant-miquel-de-balansat	IB	PM	07050	39.0537	1.4369	4
07816	Sant Rafel De Sa Creu/Sant Rafel De La Creu	sant-rafel-de-sa-creu-sant-rafel-de-la-creu	IB	PM	07046	39.0379	1.3819	3
07816	Sant Mateu D'Albarca	sant-mateu-d-albarca	IB	PM	07046	39.0379	1.3819	4
07817	Sant Josep De Sa Talaia (Sa Carroca)	sant-josep-de-sa-talaia-sa-carroca	IB	PM	07048	39.0535	1.4905	1
07817	Sant Josep De Sa Talaia (Urbanitzacio Platja Den Bossa)	sant-josep-de-sa-talaia-urbanitzacio-platja-den-bossa	IB	PM	07048	39.0535	1.4905	1
07817	Sant Jordi De Ses Salines	sant-jordi-de-ses-salines	IB	PM	07048	39.0535	1.4905	1
07817	Aeroport D'Eivissa	aeroport-d-eivissa	IB	PM	07048	39.0535	1.4905	1
07817	Sant Josep De Sa Talaia (Plana Den Fita) (Barriada)	sant-josep-de-sa-talaia-plana-den-fita-barriada	IB	PM	07048	39.0535	1.4905	1
07818	Sant Josep De Sa Talaia (Sant Francesc De S'Estany)	sant-josep-de-sa-talaia-sant-francesc-de-s-estany	IB	PM	07048	39.0535	1.4905	1
07819	Santa Eularia Del Riu (Can Furnet) (Barriada)	santa-eularia-del-riu-can-furnet-barriada	IB	PM	07054	39.0535	1.4905	1
07819	Cana Negreta (Barriada)	cana-negreta-barriada	IB	PM	07054	39.0535	1.4905	1
07819	Santa Eularia Del Riu (Can Pep Simo) (Barriada)	santa-eularia-del-riu-can-pep-simo-barriada	IB	PM	07054	39.0535	1.4905	1
07819	Nuestra Señora De Jesus	nuestra-senora-de-jesus	IB	PM	07054	39.0535	1.4905	1
07819	Prat De Jesus	prat-de-jesus	IB	PM	07054	39.0535	1.4905	1
07819	Cap Martinet	cap-martinet	IB	PM	07054	39.0535	1.4905	1
07819	Roca Llisa (Urbanitzacio)	roca-llisa-urbanitzacio	IB	PM	07054	39.0535	1.4905	1
07819	Santa Eularia Del Riu (Puis Manya) (Urbanitzacio)	santa-eularia-del-riu-puis-manya-urbanitzacio	IB	PM	07054	39.0535	1.4905	1
07819	Santa Eularia Del Riu (Ses Torres) (Urbanitzacio)	santa-eularia-del-riu-ses-torres-urbanitzacio	IB	PM	07054	39.0535	1.4905	1
07819	Santa Eularia Del Riu (Can Ramon, Jesus) (Barriada)	santa-eularia-del-riu-can-ramon-jesus-barriada	IB	PM	07054	39.0535	1.4905	1
07819	Santa Eularia Del Riu (Puis Den Vinyets) (Urbanitzacio)	santa-eularia-del-riu-puis-den-vinyets-urbanitzacio	IB	PM	07054	39.0535	1.4905	1
07819	Santa Eularia Del Riu (Cana Ventura) (Barriada)	santa-eularia-del-riu-cana-ventura-barriada	IB	PM	07054	39.0535	1.4905	1
07819	Ca'N Cirer	ca-n-cirer	IB	PM	07054	39.0535	1.4905	1
07820	Sant Antoni De Portmany	sant-antoni-de-portmany	IB	PM	07046	38.9807	1.3036	4
07828	Santa Agnes De Corona	santa-agnes-de-corona	IB	PM	07046	39.0333	1.3333	4
07829	Sant Josep De Sa Talaia (Cala Tarida)	sant-josep-de-sa-talaia-cala-tarida	IB	PM	07048	38.9393	1.2381	4
07829	Sant Josep De Sa Talaia (Cala Bou)	sant-josep-de-sa-talaia-cala-bou	IB	PM	07048	38.967	1.2962	4
07830	Sant Josep De Sa Talaia (Nucleo)	sant-josep-de-sa-talaia-nucleo	IB	PM	07048	38.9419	1.2907	1
07830	Sant Josep De Sa Talaia (Cala Vedella)	sant-josep-de-sa-talaia-cala-vedella	IB	PM	07048	38.9419	1.2907	1
07839	Sant Josep De Sa Talaia (Sant Agusti Des Vedra) (Nucleo)	sant-josep-de-sa-talaia-sant-agusti-des-vedra-nucleo	IB	PM	07048	38.9419	1.2907	4
07839	Sant Josep De Sa Talaia (Urbanitzacio Vista Alegre-Sa Caixota)	sant-josep-de-sa-talaia-urbanitzacio-vista-alegre-sa-caixota	IB	PM	07048	38.9419	1.2907	3
07839	Sant Josep De Sa Talaia (Benimussa)	sant-josep-de-sa-talaia-benimussa	IB	PM	07048	38.9419	1.2907	3
07839	Sant Josep De Sa Talaia (Urbanitzacio Es Cubells)	sant-josep-de-sa-talaia-urbanitzacio-es-cubells	IB	PM	07048	38.9419	1.2907	3
07840	Santa Eularia Del Riu (Buenavista) (Urbanitzacio)	santa-eularia-del-riu-buenavista-urbanitzacio	IB	PM	07054	38.9846	1.5341	3
07840	Santa Eularia Des Riu	santa-eularia-des-riu	IB	PM	07054	38.9846	1.5341	4
07840	Sa Caleta (Santa Eularia)	sa-caleta-santa-eularia	IB	PM	07054	38.9846	1.5341	4
07849	Santa Eularia Del Riu (Punta Blanca) (Urbanitzacio)	santa-eularia-del-riu-punta-blanca-urbanitzacio	IB	PM	07054	39.6792	3.4542	3
07849	Santa Eularia Del Riu (Sa Font) (Urbanitzacio)	santa-eularia-del-riu-sa-font-urbanitzacio	IB	PM	07054	39.6792	3.4542	4
07849	Can Marça (Barriada)	can-marca-barriada	IB	PM	07054	39.6792	3.4542	3
07849	Can Frigolas (Barriada)	can-frigolas-barriada	IB	PM	07054	39.6792	3.4542	3
07849	S'Argamassa (Urbanitzacio)	s-argamassa-urbanitzacio	IB	PM	07054	39.6792	3.4542	3
07849	Santa Eularia Del Riu (Valverde) (Urbanitzacio)	santa-eularia-del-riu-valverde-urbanitzacio	IB	PM	07054	39.6792	3.4542	3
07849	Santa Eularia Del Riu (Club Cala Azul) (Urbanitzacio)	santa-eularia-del-riu-club-cala-azul-urbanitzacio	IB	PM	07054	39.6792	3.4542	3
07849	Cala Llonga (Platja)	cala-llonga-platja	IB	PM	07054	39.6792	3.4542	3
07849	Santa Eularia Del Riu (Esparragos) (Urbanitzacio)	santa-eularia-del-riu-esparragos-urbanitzacio	IB	PM	07054	39.6792	3.4542	3
07849	Santa Eularia Del Riu (Can Nadal) (Barriada)	santa-eularia-del-riu-can-nadal-barriada	IB	PM	07054	39.6792	3.4542	3
07849	Santa Eularia Del Riu (Can Ramon) (Barriada)	santa-eularia-del-riu-can-ramon-barriada	IB	PM	07054	39.6792	3.4542	3
07849	Santa Eularia Del Riu (Miramar) (Urbanitzacio)	santa-eularia-del-riu-miramar-urbanitzacio	IB	PM	07054	39.6792	3.4542	3
07849	Sant Carles (Desde Km.7400 Hasta Final) (Carretera)	sant-carles-desde-km-7400-hasta-final-carretera	IB	PM	07054	39.6792	3.4542	3
07849	Es Cana (Platja)	es-cana-platja	IB	PM	07054	39.6792	3.4542	3
07849	Santa Eularia Del Riu (Ca Na Polla) (Barriada)	santa-eularia-del-riu-ca-na-polla-barriada	IB	PM	07054	39.6792	3.4542	3
07849	Can Sanso (Barriada)	can-sanso-barriada	IB	PM	07054	39.6792	3.4542	3
07849	Santa Eularia Del Riu (Can Guasch) (Barriada)	santa-eularia-del-riu-can-guasch-barriada	IB	PM	07054	39.6792	3.4542	3
07849	Santa Eularia Del Riu (Rota Den Pere Cardona) (Urbanitzacio)	santa-eularia-del-riu-rota-den-pere-cardona-urbanitzacio	IB	PM	07054	39.6792	3.4542	3
07849	Siesta, La (Urbanitzacio)	siesta-la-urbanitzacio	IB	PM	07054	39.6792	3.4542	3
07850	Sant Carles De Peralta	sant-carles-de-peralta	IB	PM	07054	39.0345	1.5653	4
07850	Santa Eularia Del Riu (Cala Boix) (Urbanitzacio)	santa-eularia-del-riu-cala-boix-urbanitzacio	IB	PM	07054	39.0345	1.5653	3
07850	Santa Eularia Del Riu (Joya, La) (Urbanitzacio)	santa-eularia-del-riu-joya-la-urbanitzacio	IB	PM	07054	39.0345	1.5653	3
07850	Santa Eularia Del Riu (Trenca, Sa) (Urbanitzacio)	santa-eularia-del-riu-trenca-sa-urbanitzacio	IB	PM	07054	39.0345	1.5653	3
07850	Cala Mastella	cala-mastella	IB	PM	07054	39.0345	1.5653	3
07850	Santa Eularia Del Riu (Pou Des Lleo) (Platja)	santa-eularia-del-riu-pou-des-lleo-platja	IB	PM	07054	39.0345	1.5653	3
07850	Santa Eularia Del Riu (Barcarrompuda, Sa) (Urbanitzacio)	santa-eularia-del-riu-barcarrompuda-sa-urbanitzacio	IB	PM	07054	39.0345	1.5653	3
07850	Santa Eularia Del Riu (Bungalow Park) (Urbanitzacio)	santa-eularia-del-riu-bungalow-park-urbanitzacio	IB	PM	07054	39.0345	1.5653	3
07850	Cala Llenya (Platja)	cala-llenya-platja	IB	PM	07054	39.0345	1.5653	3
07850	Es Figueral (Platja)	es-figueral-platja	IB	PM	07054	39.0345	1.5653	3
07860	Sant Francesc De Formentera	sant-francesc-de-formentera	IB	PM	07024	38.7	1.4167	4
07860	Cap De Barbaria	cap-de-barbaria	IB	PM	07024	38.6638	1.4003	4
07870	La Savina	la-savina	IB	PM	07024	38.731	1.4183	4
07871	Pujols	pujols	IB	PM	07024	38.722	1.4571	4
07871	Sant Ferran De Ses Roques	sant-ferran-de-ses-roques	IB	PM	07024	38.7076	1.4554	4
07872	Faro De La Mola	faro-de-la-mola	IB	PM	07024	38.6713	1.5431	3
07872	Es Calo	es-calo	IB	PM	07024	38.6772	1.5163	4
07872	Nuestra Señora Del Pilar	nuestra-senora-del-pilar	IB	PM	07024	38.6683	1.5565	4
07872	Pilar De La Mola	pilar-de-la-mola	IB	PM	07024	38.6683	1.5565	4
03657	Raspay	raspay	MC	MU	03105	38.4404	-1.0894	4
30001	Murcia	murcia	MC	MU	30030	37.987	-1.13	4
30002	Murcia	murcia	MC	MU	30030	37.987	-1.13	4
30003	Murcia	murcia	MC	MU	30030	37.987	-1.13	4
30004	Murcia	murcia	MC	MU	30030	37.987	-1.13	4
30005	Murcia	murcia	MC	MU	30030	37.987	-1.13	4
30006	Murcia	murcia	MC	MU	30030	37.987	-1.13	4
30007	Murcia	murcia	MC	MU	30030	37.987	-1.13	4
30008	Murcia	murcia	MC	MU	30030	37.987	-1.13	4
30009	Murcia	murcia	MC	MU	30030	37.987	-1.13	4
30010	Murcia	murcia	MC	MU	30030	37.987	-1.13	4
30011	Murcia	murcia	MC	MU	30030	37.987	-1.13	4
30012	Murcia	murcia	MC	MU	30030	37.987	-1.13	4
30070	Murcia	murcia	MC	MU		37.987	-1.13	4
30071	Murcia	murcia	MC	MU		37.987	-1.13	4
30080	Murcia	murcia	MC	MU		37.987	-1.13	4
30100	Puntal, El (Espinardo)	puntal-el-espinardo	MC	MU	30030	38.0072	-1.1504	4
30100	Murcia	murcia	MC	MU	30030	37.987	-1.13	4
30100	Cementerio Nuestro Padre Jesus	cementerio-nuestro-padre-jesus	MC	MU	30030	38.0005	-1.1436	3
30100	Espinardo	espinardo	MC	MU	30030	38.0072	-1.1504	4
30100	Molinos Alfatego	molinos-alfatego	MC	MU	30030	38.0005	-1.1436	3
30107	Guadalupe	guadalupe	MC	MU	30030	38.0003	-1.1715	4
30108	Rincon De Beniscornia	rincon-de-beniscornia	MC	MU	30030	38.0004	-1.1506	1
30109	Jeronimos, Los (Los Jeronimos)	jeronimos-los-los-jeronimos	MC	MU		38.0004	-1.1506	1
30110	Castellar, El (Cabezo De Torres)	castellar-el-cabezo-de-torres	MC	MU	30030	38.0261	-1.1144	4
30110	Churra Cabezo De Torres	churra-cabezo-de-torres	MC	MU	30030	38.0131	-1.1196	3
30110	Cabezo De Torres	cabezo-de-torres	MC	MU	30030	38.0261	-1.1144	4
30110	Murcia	murcia	MC	MU	30030	37.987	-1.13	4
30110	Torre Alcayna	torre-alcayna	MC	MU	30030	38.0131	-1.1196	3
30120	Palmar, El (El Palmar)	palmar-el-el-palmar	MC	MU	30030	37.9394	-1.1609	4
30120	Barrio La Victoria	barrio-la-victoria	MC	MU	30030	37.9394	-1.1609	3
30130	Beniel	beniel	MC	MU	30010	38.0464	-1.0023	4
30130	Raiguero, El (Beniel)	raiguero-el-beniel	MC	MU	30010	38.0464	-1.0023	3
30130	Mojon, El (Beniel)	mojon-el-beniel	MC	MU	30010	38.0464	-1.0023	3
30139	El Raal	el-raal	MC	MU	30030	38.0333	-1.0167	4
30140	Santomera	santomera	MC	MU	30901	38.0615	-1.0488	4
30148	Matanza, La (Santomera)	matanza-la-santomera	MC	MU	30901	38.0615	-1.0488	1
30149	El Siscar	el-siscar	MC	MU	30901	38.0615	-1.0488	1
30150	La Alberca	la-alberca	MC	MU	30030	37.9398	-1.1416	4
30151	Santo Angel	santo-angel	MC	MU	30030	37.945	-1.1246	4
30151	Murcia	murcia	MC	MU	30030	37.987	-1.13	4
30152	Aljucer	aljucer	MC	MU	30030	37.9558	-1.153	4
30152	Maurillos, Los (Carril)	maurillos-los-carril	MC	MU	30030	37.9558	-1.153	3
30153	La Murta	la-murta	MC	MU	30030	37.8277	-1.2107	4
30153	Brianes	brianes	MC	MU	30030	37.8635	-1.1695	4
30153	Corvera	corvera	MC	MU	30030	37.831	-1.1573	4
30153	Garcia, Los (Corvera)	garcia-los-corvera	MC	MU	30030	37.831	-1.1573	4
30154	Valladolises	valladolises	MC	MU	30030	37.7771	-1.1233	4
30154	Cabecico Del Rey	cabecico-del-rey	MC	MU	30030	37.7771	-1.1233	3
30154	Los Bastidas	los-bastidas	MC	MU	30030	37.7771	-1.1233	3
30155	Baños Y Mendigo	banos-y-mendigo	MC	MU	30030	37.8685	-1.1318	4
30156	Ruices, Los (Los Martinez Del Puerto)	ruices-los-los-martinez-del-puerto	MC	MU	30030	37.8978	-1.1395	1
30156	Los Martinez Del Puerto	los-martinez-del-puerto	MC	MU	30030	37.8978	-1.1395	1
30157	Algezares	algezares	MC	MU	30030	37.9442	-1.1113	4
30157	Teatinos, Los (Algezares)	teatinos-los-algezares	MC	MU	30030	37.9442	-1.1113	4
30158	Los Garres	los-garres	MC	MU	30030	37.9568	-1.0915	4
30158	Los Lages	los-lages	MC	MU	30030	37.9568	-1.0915	3
30160	Las Lumbreras	las-lumbreras	MC	MU	30030	38.0282	-1.0907	4
30160	Monteagudo	monteagudo	MC	MU	30030	38.0196	-1.0972	4
30160	La Cueva	la-cueva	MC	MU	30030	38.0244	-1.0878	4
30160	Murcia	murcia	MC	MU	30030	38.024	-1.0919	3
30161	Llano De Brujas	llano-de-brujas	MC	MU	30030	38.0054	-1.0725	4
30162	Santa Cruz	santa-cruz	MC	MU	30030	38.0147	-1.0552	1
30163	El Esparragal	el-esparragal	MC	MU	30030	37.9563	-1.0674	1
30163	Cobatillas Viejas	cobatillas-viejas	MC	MU	30030	37.9563	-1.0674	1
30163	Orilla Del Azarbe	orilla-del-azarbe	MC	MU	30030	37.9563	-1.0674	1
30163	Barrio De La Aurora	barrio-de-la-aurora	MC	MU	30030	37.9563	-1.0674	1
30163	Azarbe (Parroquia)	azarbe-parroquia	MC	MU	30030	37.9563	-1.0674	1
30163	Cobatillas	cobatillas	MC	MU	30030	37.9563	-1.0674	1
30163	Peñicas De Cobatica Las Viejas	penicas-de-cobatica-las-viejas	MC	MU	30030	37.9563	-1.0674	1
30164	Cañada De San Pedro	canada-de-san-pedro	MC	MU	30030	37.952	-0.9939	4
30164	Cabezo De Plata	cabezo-de-plata	MC	MU	30030	37.9791	-0.9918	4
30165	Rincon De Seca	rincon-de-seca	MC	MU	30030	37.9563	-1.0674	1
30166	Nonduermas	nonduermas	MC	MU	30030	37.9563	-1.0674	1
30167	Raya, La (La Raya)	raya-la-la-raya	MC	MU	30030	37.9772	-1.1798	4
30168	Murcia	murcia	MC	MU	30030	37.968	-1.1686	4
30168	Era Alta	era-alta	MC	MU	30030	37.968	-1.1686	4
30169	San Gines	san-gines	MC	MU	30030	37.6411	-0.8228	4
30170	Cagitan	cagitan	MC	MU	30029	38.0409	-1.4901	3
30170	Mula	mula	MC	MU	30029	38.0409	-1.4901	4
30176	Pliego	pliego	MC	MU	30032	37.9895	-1.5044	4
30177	Casas Nuevas (Casas Nuevas)	casas-nuevas-casas-nuevas	MC	MU	30029	37.9725	-1.445	1
30178	Fuente Librilla	fuente-librilla	MC	MU	30029	37.9183	-1.4154	4
30178	Hoya Noguera	hoya-noguera	MC	MU	30029	37.9183	-1.4154	3
30178	Los Ojos	los-ojos	MC	MU	30029	37.9183	-1.4154	3
30178	Retamosa	retamosa	MC	MU	30029	37.9183	-1.4154	3
30179	Barqueros	barqueros	MC	MU	30030	37.9411	-1.37	4
30180	Bullas	bullas	MC	MU	30012	38.0467	-1.6723	4
30189	La Copa	la-copa	MC	MU	30012	38.081	-1.6604	4
30189	Arroyo Hurtado	arroyo-hurtado	MC	MU	30012	38.081	-1.6604	3
30189	El Carrascalejo	el-carrascalejo	MC	MU	30012	38.081	-1.6604	3
30189	Chaparral	chaparral	MC	MU	30012	38.081	-1.6604	3
30190	La Cruz	la-cruz	MC	MU	30004	38.029	-1.3866	3
30190	Albudeite	albudeite	MC	MU	30004	38.029	-1.3866	4
30191	Campos Del Rio	campos-del-rio	MC	MU	30014	38.0397	-1.3531	4
30192	Rodeo De Enmedio	rodeo-de-enmedio	MC	MU	30014	38.048	-1.511	1
30192	Rodeo De Los Tenderos	rodeo-de-los-tenderos	MC	MU	30014	38.048	-1.511	1
30193	Baños De Mula	banos-de-mula	MC	MU	30029	38.0392	-1.4249	4
30193	Puebla De Mula	puebla-de-mula	MC	MU	30029	38.0359	-1.4471	4
30193	Yechar	yechar	MC	MU	30029	38.0741	-1.4413	4
30194	Niño De Mula	nino-de-mula	MC	MU	30029	38.0452	-1.5177	4
30195	Archivel	archivel	MC	MU	30015	38.0728	-2.0061	4
30195	Noguericas	noguericas	MC	MU	30015	38.0728	-2.0061	3
30196	Bajil	bajil	MC	MU		38.048	-1.511	1
30200	Cartagena	cartagena	MC	MU		37.6051	-0.9862	4
30201	Cartagena	cartagena	MC	MU	30016	37.6051	-0.9862	4
30202	Barriada Santiago	barriada-santiago	MC	MU	30016	37.6051	-0.9862	3
30202	Cartagena	cartagena	MC	MU	30016	37.6051	-0.9862	4
30203	Cartagena	cartagena	MC	MU	30016	37.6051	-0.9862	4
30204	Cartagena	cartagena	MC	MU	30016	37.6051	-0.9862	4
30205	Cartagena	cartagena	MC	MU	30016	37.6051	-0.9862	4
30300	Cartagena	cartagena	MC	MU	30016	37.6051	-0.9862	4
30310	Cartagena	cartagena	MC	MU	30016	37.6051	-0.9862	4
30319	Las Casicas	las-casicas	MC	MU	30016	37.7333	-0.9167	4
30319	Santa Ana	santa-ana	MC	MU	30016	37.6642	-1.0138	4
30319	Miranda	miranda	MC	MU	30016	37.6667	-1.0333	4
30319	Cartagena	cartagena	MC	MU	30016	37.6827	-0.9993	3
30319	Los Piñuelas	los-pinuelas	MC	MU	30016	37.6667	-1.0333	4
30319	Poligono Santa Ana	poligono-santa-ana	MC	MU	30016	37.6827	-0.9993	3
30320	Fuente Alamo	fuente-alamo	MC	MU	30021	37.7	-1.1	4
30329	El Espinar	el-espinar	MC	MU		37.7188	-1.1555	4
30330	Lomas, Las (Albujon)	lomas-las-albujon	MC	MU	30016	37.7167	-1.0482	4
30330	El Albujon	el-albujon	MC	MU	30016	37.7167	-1.0482	3
30330	Roses, Los (Albujon)	roses-los-albujon	MC	MU	30016	37.7167	-1.0482	4
30330	Las Casas	las-casas	MC	MU	30016	37.7167	-1.0482	3
30330	Hernandez, Los (Albujon)	hernandez-los-albujon	MC	MU	30016	37.7167	-1.0482	4
30330	Esparragueral	esparragueral	MC	MU	30016	37.7167	-1.0482	3
30331	Vidales, Los (Lobosillo)	vidales-los-lobosillo	MC	MU	30030	37.7293	-1.0839	4
30331	Los Romeras	los-romeras	MC	MU	30030	37.7333	-1.0667	4
30331	Conesas, Los (Lobosillo)	conesas-los-lobosillo	MC	MU	30030	37.7293	-1.0839	4
30331	Urreas, Los (Lobosillo)	urreas-los-lobosillo	MC	MU	30030	37.7293	-1.0839	4
30331	Lobosillo	lobosillo	MC	MU	30030	37.7293	-1.0839	4
30331	Garcia, Los (Lobosillo)	garcia-los-lobosillo	MC	MU	30030	37.7293	-1.0839	4
30332	Balsapintada	balsapintada	MC	MU	30021	37.7325	-1.1111	3
30332	Estrecho De Fuente Alamo	estrecho-de-fuente-alamo	MC	MU	30021	37.7325	-1.1111	4
30333	Lo Jorge	lo-jorge	MC	MU	30021	37.7182	-1.2207	4
30333	Los Almagros	los-almagros	MC	MU	30021	37.762	-1.2634	4
30333	Los Morenos	los-morenos	MC	MU	30021	37.7374	-1.2422	3
30333	Escobar, El (Reyllo)	escobar-el-reyllo	MC	MU	30021	37.7346	-1.2424	4
30333	Cuevas De Reyllo	cuevas-de-reyllo	MC	MU	30021	37.7346	-1.2424	4
30334	Las Palas	las-palas	MC	MU	30021	37.6631	-1.1903	4
30334	Loma, La (Las Palas)	loma-la-las-palas	MC	MU	30021	37.6631	-1.1903	4
30335	Los Vivancos	los-vivancos	MC	MU	30026	37.6633	-1.236	4
30335	El Mingrano	el-mingrano	MC	MU	30026	37.6379	-1.2286	4
30335	La Pinilla	la-pinilla	MC	MU	30026	37.6853	-1.2785	4
30335	Campillo De Arriba (La Pinilla)	campillo-de-arriba-la-pinilla	MC	MU	30026	37.6853	-1.2785	4
30335	Campillo De Abajo (La Pinilla)	campillo-de-abajo-la-pinilla	MC	MU	30026	37.6853	-1.2785	4
30338	Canovas	canovas	MC	MU	30021	37.7356	-1.2795	4
30350	Valle Escombreras	valle-escombreras	MC	MU	30016	37.6061	-0.9162	1
30351	Borricen (Alumbres)	borricen-alumbres	MC	MU	30016	37.6061	-0.9162	4
30351	Alumbres	alumbres	MC	MU	30016	37.6061	-0.9162	4
30353	Poligono Industrial Cabezo Beaza	poligono-industrial-cabezo-beaza	MC	MU		37.6061	-0.9162	1
30360	Los Oliveras	los-oliveras	MC	MU	30041	37.6192	-0.878	3
30360	La Union	la-union	MC	MU	30041	37.6192	-0.878	4
30364	Portman	portman	MC	MU	30041	37.5911	-0.8533	4
30365	Cruz Chiquita	cruz-chiquita	MC	MU	30016	37.6329	-0.9684	1
30365	El Gorguel	el-gorguel	MC	MU	30016	37.6329	-0.9684	1
30366	El Algar	el-algar	MC	MU	30016	37.6329	-0.9684	1
30367	Los Castillejos	los-castillejos	MC	MU	30016	37.6667	-1.0833	4
30367	Los Beatos	los-beatos	MC	MU	30016	37.6636	-0.9023	4
30367	Los Rizos	los-rizos	MC	MU	30016	37.65	-0.8833	4
30367	Los Miralles	los-miralles	MC	MU	30016	37.6601	-0.9563	3
30367	Ruices, Los (San Jose)	ruices-los-san-jose	MC	MU	30016	37.6601	-0.9563	3
30368	Bahia Bella (Urbanizacion)	bahia-bella-urbanizacion	MC	MU	30016	37.5688	-1.1805	4
30368	Carmoli, El (Urbanizacion)	carmoli-el-urbanizacion	MC	MU	30016	37.5688	-1.1805	4
30368	Los Urrutias	los-urrutias	MC	MU	30016	37.6833	-0.8312	4
30368	Estrella Mar (Urbanizacion)	estrella-mar-urbanizacion	MC	MU	30016	37.5688	-1.1805	4
30369	Los Camachos	los-camachos	MC	MU	30041	37.7869	-0.9175	4
30369	Roche Alto	roche-alto	MC	MU	30041	37.6559	-0.917	3
30369	Roche	roche	MC	MU	30041	37.6232	-0.9169	4
30369	Los Topares	los-topares	MC	MU	30041	37.6559	-0.917	3
30369	Huertas, Los (Roche)	huertas-los-roche	MC	MU	30041	37.6232	-0.9169	4
30369	La Esperanza	la-esperanza	MC	MU	30041	37.6559	-0.917	3
30369	Los Paredes	los-paredes	MC	MU	30041	37.6232	-0.9169	4
30369	Roche Bajo	roche-bajo	MC	MU	30041	37.6559	-0.917	3
30369	Bolarin, Lo (Roche)	bolarin-lo-roche	MC	MU	30041	37.6232	-0.9169	4
30369	Torre Blanca	torre-blanca	MC	MU	30041	37.6559	-0.917	3
30370	Cabo De Palos	cabo-de-palos	MC	MU	30035	37.6345	-0.6905	4
30370	Cala Reona (Urbanizacion)	cala-reona-urbanizacion	MC	MU	30035	37.5688	-1.1805	4
30370	Cala Flores	cala-flores	MC	MU	30035	37.6016	-0.9355	3
30380	La Manga Del Mar Menor	la-manga-del-mar-menor	MC	MU	30035	37.6413	-0.7165	4
30381	Estrecho De San Gines	estrecho-de-san-gines	MC	MU	30016	37.6259	-0.8202	4
30381	El Llano Del Beal	el-llano-del-beal	MC	MU	30016	37.6259	-0.8202	3
30382	Beal	beal	MC	MU	30016	37.6333	-0.0833	4
30382	San Gines De La Jara	san-gines-de-la-jara	MC	MU	30016	37.6411	-0.8228	4
30383	Nietos, Los (Los Nietos)	nietos-los-los-nietos	MC	MU	30016	37.6291	-0.7923	1
30383	Nietos Viejos	nietos-viejos	MC	MU	30016	37.6291	-0.7923	1
30383	Lo Pollo	lo-pollo	MC	MU	30016	37.6291	-0.7923	1
30384	Islas Menores	islas-menores	MC	MU	30016	37.6291	-0.7923	1
30384	Mar De Cristal	mar-de-cristal	MC	MU	30016	37.6291	-0.7923	1
30385	Atamaria	atamaria	MC	MU	30016	37.5999	-0.8068	4
30385	La Ribera	la-ribera	MC	MU	30016	37.8022	-0.8054	4
30385	Puntal, El (Los Belones)	puntal-el-los-belones	MC	MU	30016	37.6216	-0.7787	4
30385	Villa Caravaning	villa-caravaning	MC	MU	30016	37.6341	-0.8407	3
30385	Los Belones	los-belones	MC	MU	30016	37.6216	-0.7787	4
30385	Las Barracas	las-barracas	MC	MU	30016	37.6147	-0.7767	4
30385	Playa Honda (Urbanizacion)	playa-honda-urbanizacion	MC	MU	30016	37.5688	-1.1805	4
30385	Cobaticas	cobaticas	MC	MU	30016	37.6097	-0.7581	4
30389	Manga Club, La (Urbanizacion)	manga-club-la-urbanizacion	MC	MU		37.5688	-1.1805	4
30390	La Aljorra	la-aljorra	MC	MU	30016	37.6907	-1.0687	4
30390	Los Carrascosas	los-carrascosas	MC	MU	30016	37.6907	-1.0687	3
30390	Navarros, Los (La Aljorra)	navarros-los-la-aljorra	MC	MU	30016	37.6907	-1.0687	4
30390	Roses, Los (La Lajorra)	roses-los-la-lajorra	MC	MU	30016	37.6907	-1.0687	3
30390	Los Nicolases	los-nicolases	MC	MU	30016	37.6907	-1.0687	3
30391	Pozo De Los Palos	pozo-de-los-palos	MC	MU	30016	37.652	-1.0466	4
30391	La Guia	la-guia	MC	MU	30016	37.652	-1.0466	3
30392	Roche (Vereda)	roche-vereda	MC	MU	30016	37.6427	-1.0649	1
30392	El Porche	el-porche	MC	MU	30016	37.6427	-1.0649	1
30392	Torreciega	torreciega	MC	MU	30016	37.6427	-1.0649	1
30392	Media Legua (Media Legua)	media-legua-media-legua	MC	MU	30016	37.6427	-1.0649	1
30392	Hondon, El (Media Legua)	hondon-el-media-legua	MC	MU	30016	37.6427	-1.0649	1
30393	Galifa	galifa	MC	MU	30016	37.6067	-1.0764	4
30393	El Portus	el-portus	MC	MU	30016	37.5866	-1.0717	4
30393	Los Patojos	los-patojos	MC	MU	30016	37.6017	-1.0752	3
30393	Barriada De San Jose Obrero (Galifa)	barriada-de-san-jose-obrero-galifa	MC	MU	30016	37.6067	-1.0764	4
30393	Sanchez, Los (Galifa)	sanchez-los-galifa	MC	MU	30016	37.6067	-1.0764	4
30393	Angeles, Los (Califa)	angeles-los-califa	MC	MU	30016	37.6017	-1.0752	3
30393	Molino De Marfagones	molino-de-marfagones	MC	MU	30016	37.6017	-1.0752	3
30394	Vaguada, La (Urbanizacion)	vaguada-la-urbanizacion	MC	MU	30016	37.5688	-1.1805	4
30394	Palmero, El (Pozo Estrecho)	palmero-el-pozo-estrecho	MC	MU	30016	37.7116	-0.9934	4
30394	Diaz, Los (Canteras)	diaz-los-canteras	MC	MU	30016	37.6132	-1.0422	4
30394	Cartagena	cartagena	MC	MU	30016	37.624	-1.0601	3
30394	Roses, Los (Canteras)	roses-los-canteras	MC	MU	30016	37.6132	-1.0422	4
30394	Majuelo	majuelo	MC	MU	30016	37.624	-1.0601	3
30394	Canteras (Canteras)	canteras-canteras	MC	MU	30016	37.6132	-1.0422	4
30395	La Aparecida	la-aparecida	MC	MU	30016	37.6698	-0.9521	4
30395	Campo Bajo	campo-bajo	MC	MU	30016	37.6667	-0.9333	4
30395	La Puebla	la-puebla	MC	MU	30016	37.7175	-0.9208	4
30395	Los Rosiques	los-rosiques	MC	MU	30016	37.6613	-0.9361	4
30396	La Corona	la-corona	MC	MU	30016	37.6333	-1.1	4
30396	Los Puertos	los-puertos	MC	MU	30016	37.6379	-1.1004	3
30396	Casas Del Pino (Cuesta Blanca)	casas-del-pino-cuesta-blanca	MC	MU	30016	37.6426	-1.0956	4
30396	Perin	perin	MC	MU	30016	37.6234	-1.1197	4
30396	Blases, Los (Cuesta Blanca)	blases-los-cuesta-blanca	MC	MU	30016	37.6426	-1.0956	4
30396	Los Rojos	los-rojos	MC	MU	30016	37.6379	-1.1004	3
30396	Marinas, Las (Cuesta Blanca)	marinas-las-cuesta-blanca	MC	MU	30016	37.6426	-1.0956	4
30396	Cuesta Blanca	cuesta-blanca	MC	MU	30016	37.6426	-1.0956	4
30397	La Magdalena	la-magdalena	MC	MU	30016	37.649	-1.0773	4
30397	Los Simonetes	los-simonetes	MC	MU	30016	37.6667	-1.1	4
30397	San Isidro	san-isidro	MC	MU	30016	37.6558	-1.0866	4
30397	Palmero, El (La Magdalena)	palmero-el-la-magdalena	MC	MU	30016	37.649	-1.0773	4
30397	Carceles, Los (La Magdalena)	carceles-los-la-magdalena	MC	MU	30016	37.649	-1.0773	4
30398	Valdelentiscos	valdelentiscos	MC	MU	30016	37.6333	-1.1667	3
30398	Rincon De Tallante	rincon-de-tallante	MC	MU	30016	37.6333	-1.1667	4
30398	Los Arroyos	los-arroyos	MC	MU	30016	37.6333	-1.1667	4
30398	La Manchica	la-manchica	MC	MU	30016	37.6333	-1.1667	3
30398	Martinez, Los (Tallante)	martinez-los-tallante	MC	MU	30016	37.6333	-1.1667	3
30398	Perez, Los (Tallante)	perez-los-tallante	MC	MU	30016	37.6333	-1.1667	3
30398	Los Mendez	los-mendez	MC	MU	30016	37.6333	-1.1667	3
30398	Los Faustinos	los-faustinos	MC	MU	30016	37.6333	-1.1667	3
30398	Casas Altas	casas-altas	MC	MU	30016	37.6333	-1.1667	3
30399	Abrevadero	abrevadero	MC	MU	30016	37.6427	-1.0649	1
30399	Gibraltar	gibraltar	MC	MU	30016	37.6427	-1.0649	1
30399	Vista Alegre	vista-alegre	MC	MU	30016	37.6427	-1.0649	1
30399	Los Jorqueras	los-jorqueras	MC	MU	30016	37.6427	-1.0649	1
30400	Caravaca De La Cruz	caravaca-de-la-cruz	MC	MU	30015	38.0823	-1.9868	1
30410	Pinilla	pinilla	MC	MU	30015	38.0201	-1.9174	4
30410	La Encarnacion	la-encarnacion	MC	MU	30015	38.0283	-1.8885	4
30410	La Almudema	la-almudema	MC	MU	30015	38.0034	-1.9247	4
30410	Caneja	caneja	MC	MU	30015	38.0266	-1.9586	4
30410	Campo Coy	campo-coy	MC	MU	30015	38.028	-1.9289	3
30410	Singla	singla	MC	MU	30015	38.0215	-1.9441	4
30410	Benablon	benablon	MC	MU	30015	38.0604	-1.9342	4
30410	Navares	navares	MC	MU	30015	38.0356	-1.9346	4
30410	Los Prados	los-prados	MC	MU	30015	38.028	-1.9289	3
30411	Los Royos	los-royos	MC	MU	30015	37.9021	-2.0319	4
30412	La Junquera	la-junquera	MC	MU	30015	37.9268	-2.1692	4
30412	Barranda	barranda	MC	MU	30015	38.0484	-1.9635	4
30412	Moralejo, El (Caravaca De La Cruz)	moralejo-el-caravaca-de-la-cruz	MC	MU	30015	38.0148	-2.0129	3
30412	Moralejo, El (Moratalla)	moralejo-el-moratalla	MC	MU	30015	38.042	-1.9594	4
30412	Cabezuela	cabezuela	MC	MU	30015	38.042	-1.9594	4
30413	El Hornico	el-hornico	MC	MU	30028	38.0202	-2.208	4
30413	Tartamudo	tartamudo	MC	MU	30028	38.0658	-2.1435	4
30413	La Rogativa	la-rogativa	MC	MU	30028	38.0414	-2.1933	3
30413	El Moral	el-moral	MC	MU	30028	37.9991	-2.2105	4
30413	Inazares	inazares	MC	MU	30028	38.0806	-2.2112	4
30414	Entredicho	entredicho	MC	MU		37.9959	-2.2598	4
30414	Los Odres	los-odres	MC	MU		38.0365	-2.2411	4
30414	Cañada De La Cruz	canada-de-la-cruz	MC	MU		38.031	-2.2806	4
30420	Marines, Los (Calasparra)	marines-los-calasparra	MC	MU	30013	38.23	-1.6999	3
30420	Calasparra	calasparra	MC	MU	30013	38.23	-1.6999	4
30420	Madriles, Los (Calasparra)	madriles-los-calasparra	MC	MU	30013	38.23	-1.6999	3
30420	El Macaneo	el-macaneo	MC	MU	30013	38.23	-1.6999	3
30420	Valentin (Cehegin)	valentin-cehegin	MC	MU	30013	38.23	-1.6999	3
30420	Valentin (Calasparra)	valentin-calasparra	MC	MU	30013	38.23	-1.6999	3
30420	Baños De Gilico	banos-de-gilico	MC	MU	30013	38.23	-1.6999	3
30430	Cehegin	cehegin	MC	MU	30017	38.0924	-1.7985	4
30438	Campillo Y Suertes	campillo-y-suertes	MC	MU		38.0669	-1.7934	4
30439	Burete	burete	MC	MU	30017	38.0496	-1.7773	4
30439	Cañada Canara	canada-canara	MC	MU	30017	38.117	-1.7634	4
30439	Campillo De Los Jimenez	campillo-de-los-jimenez	MC	MU	30017	38.1447	-1.7471	4
30439	Escobar, El (Cehegin)	escobar-el-cehegin	MC	MU	30017	38.0924	-1.7985	4
30439	Agua Salada	agua-salada	MC	MU	30017	38.1088	-1.771	3
30439	Canara	canara	MC	MU	30017	38.1405	-1.7688	4
30439	El Ribazo	el-ribazo	MC	MU	30017	38.1088	-1.771	3
30439	Pila Canara	pila-canara	MC	MU	30017	38.1088	-1.771	3
30439	Cañada Lentisco	canada-lentisco	MC	MU	30017	38.1088	-1.771	3
30440	Moratalla	moratalla	MC	MU	30028	38.1893	-1.8918	4
30441	El Sabinar	el-sabinar	MC	MU	30028	38.207	-2.1546	4
30441	Calar De La Santa	calar-de-la-santa	MC	MU	30028	38.1793	-2.1707	4
30441	Casas De Aledo	casas-de-aledo	MC	MU	30028	38.1932	-2.1627	3
30441	San Juan, Campo De	san-juan-campo-de	MC	MU	30028	38.1932	-2.1627	3
30441	Casas Del Puerto	casas-del-puerto	MC	MU	30028	38.1932	-2.1627	3
30442	Otos	otos	MC	MU	30028	38.2667	-2.0167	4
30442	Benizar	benizar	MC	MU	30028	38.2699	-1.984	4
30442	El Molino	el-molino	MC	MU	30028	38.2731	-2.0198	3
30442	Mazuza	mazuza	MC	MU	30028	38.2827	-2.0588	4
30442	Casicas Del Portal	casicas-del-portal	MC	MU	30028	38.2731	-2.0198	3
30442	El Villar	el-villar	MC	MU	30028	38.2731	-2.0198	3
30442	Rincon De Los Huertos	rincon-de-los-huertos	MC	MU	30028	38.2731	-2.0198	3
30500	Molina De Segura	molina-de-segura	MC	MU	30027	38.0546	-1.2076	4
30506	Molina De Segura	molina-de-segura	MC	MU	30027	38.0546	-1.2076	4
30507	Molina De Segura	molina-de-segura	MC	MU	30027	38.0546	-1.2076	4
30508	Molina De Segura	molina-de-segura	MC	MU	30027	38.0546	-1.2076	4
30509	El Romeral	el-romeral	MC	MU	30027	38.0546	-1.2076	3
30509	Molina De Segura	molina-de-segura	MC	MU	30027	38.0546	-1.2076	4
30509	La Hornera	la-hornera	MC	MU	30027	38.0546	-1.2076	3
30510	Yecla	yecla	MC	MU	30043	38.6137	-1.1147	4
30520	Jumilla	jumilla	MC	MU	30022	38.4792	-1.325	4
30528	Fuente Del Pino	fuente-del-pino	MC	MU	30022	38.5421	-1.2916	4
30528	La Alqueria	la-alqueria	MC	MU	30022	38.5227	-1.3131	4
30528	La Estacada	la-estacada	MC	MU	30022	38.5324	-1.3023	3
30529	El Carche	el-carche	MC	MU	30022	38.4545	-1.214	4
30529	Torre Del Rico	torre-del-rico	MC	MU	30022	38.3648	-1.1132	4
30529	La Zarza	la-zarza	MC	MU	30022	38.3185	-1.1464	4
30529	Las Encebras	las-encebras	MC	MU	30022	38.3793	-1.1579	3
30529	La Alberquilla	la-alberquilla	MC	MU	30022	38.3793	-1.1579	3
30529	Roman	roman	MC	MU	30022	38.3793	-1.1579	3
30529	Caña Del Trigo	cana-del-trigo	MC	MU	30022	38.3793	-1.1579	3
30529	La Raja	la-raja	MC	MU	30022	38.3793	-1.1579	3
30530	El Ginete	el-ginete	MC	MU	30019	38.24	-1.4199	3
30530	Cieza	cieza	MC	MU	30019	38.24	-1.4199	4
30530	Bolvax	bolvax	MC	MU	30019	38.24	-1.4199	3
30530	Maripinar	maripinar	MC	MU	30019	38.24	-1.4199	3
30530	El Buho	el-buho	MC	MU	30019	38.24	-1.4199	3
30530	Barretera	barretera	MC	MU	30019	38.24	-1.4199	3
30535	Ascoy	ascoy	MC	MU		38.24	-1.4199	1
30540	Blanca	blanca	MC	MU	30011	38.1791	-1.3747	4
30540	Casas Alcantara	casas-alcantara	MC	MU	30011	38.1791	-1.3747	3
30540	Bayna	bayna	MC	MU	30011	38.1791	-1.3747	3
30540	Tollos	tollos	MC	MU	30011	38.1791	-1.3747	3
30540	Alto Palomo	alto-palomo	MC	MU	30011	38.1791	-1.3747	3
30550	Barranco De Molax	barranco-de-molax	MC	MU	30002	38.2055	-1.3991	3
30550	Abaran	abaran	MC	MU	30002	38.2055	-1.3991	4
30558	Corona	corona	MC	MU		37.6333	-1.1	4
30558	Candelon	candelon	MC	MU		37.6333	-1.1	3
30558	Cuesta Egea	cuesta-egea	MC	MU		37.6333	-1.1	3
30558	Barriada De La Virgen De Oro	barriada-de-la-virgen-de-oro	MC	MU		37.6333	-1.1	3
30559	El Boqueron	el-boqueron	MC	MU	30002	38.2979	-1.2665	4
30559	Hoya Del Campo	hoya-del-campo	MC	MU	30002	38.2386	-1.3367	4
30559	Los Vergeles	los-vergeles	MC	MU	30002	38.2683	-1.3016	3
30559	Asomada, La (Abaran)	asomada-la-abaran	MC	MU	30002	38.2683	-1.3016	3
30559	San Jose Artesano	san-jose-artesano	MC	MU	30002	38.2683	-1.3016	3
30560	Alguazas	alguazas	MC	MU	30007	38.0536	-1.2505	4
30561	Alguazas (Estacion)	alguazas-estacion	MC	MU	30007	38.0675	-1.2583	3
30561	Las Pullas	las-pullas	MC	MU	30007	38.0675	-1.2583	4
30562	Ceuti	ceuti	MC	MU	30018	38.0786	-1.2747	4
30563	Los Torraos	los-torraos	MC	MU	30018	38.008	-1.2862	1
30564	Lorqui	lorqui	MC	MU	30025	38.0826	-1.251	4
30565	Florida, La (Las Torres De Cotillas)	florida-la-las-torres-de-cotillas	MC	MU	30038	38.0282	-1.2419	4
30565	Los Pulpites	los-pulpites	MC	MU	30038	38.0138	-1.2434	4
30565	Las Torres De Cotillas	las-torres-de-cotillas	MC	MU	30038	38.0282	-1.2419	4
30566	Las Parcelas	las-parcelas	MC	MU		37.9091	-1.3668	3
30566	La Condomina	la-condomina	MC	MU		37.6709	-1.6165	4
30566	Parque Los Romeros	parque-los-romeros	MC	MU		37.9091	-1.3668	3
30566	Media Legua (Torres De Cotillas)	media-legua-torres-de-cotillas	MC	MU		38.0282	-1.2419	4
30566	Los Matias	los-matias	MC	MU		37.9091	-1.3668	3
30566	Huerta De Abajo (Torres De Cotillas)	huerta-de-abajo-torres-de-cotillas	MC	MU		38.0282	-1.2419	4
30566	Parque Las Palmeras	parque-las-palmeras	MC	MU		37.9091	-1.3668	3
30566	Huerta De Arriba	huerta-de-arriba	MC	MU		37.9091	-1.3668	3
30570	Murcia	murcia	MC	MU	30030	37.987	-1.13	4
30570	El Bojal	el-bojal	MC	MU	30030	37.9783	-1.0904	3
30570	Casas Nuevas (Beniajan)	casas-nuevas-beniajan	MC	MU	30030	37.9739	-1.0706	4
30570	San Jose De La Vega	san-jose-de-la-vega	MC	MU	30030	37.9783	-1.0904	3
30570	Beniajan	beniajan	MC	MU	30030	37.9739	-1.0706	4
30570	Canute	canute	MC	MU	30030	37.9783	-1.0904	3
30579	Torreaguera	torreaguera	MC	MU	30030	37.9807	-1.053	4
30580	Alquerias	alquerias	MC	MU	30030	38.014	-1.0375	4
30588	Zeneta	zeneta	MC	MU	30030	38.0111	-0.9967	4
30588	Tabala	tabala	MC	MU	30030	38.0111	-0.9967	3
30589	Los Ramos	los-ramos	MC	MU	30030	37.9887	-1.0312	4
30590	Casas Del Cura	casas-del-cura	MC	MU	30030	37.8388	-1.0259	4
30710	Los Narejos	los-narejos	MC	MU	30037	37.759	-0.8367	4
30590	Pino (Urbanizacion)	pino-urbanizacion	MC	MU	30030	37.5688	-1.1805	4
30590	Cuevas De Marin	cuevas-de-marin	MC	MU	30030	37.8162	-1.0219	3
30590	Tercia, La (Sucina)	tercia-la-sucina	MC	MU	30030	37.8906	-0.9412	4
30590	Lo Gea	lo-gea	MC	MU	30030	37.8919	-1.0206	4
30590	Gea Y Truyols	gea-y-truyols	MC	MU	30030	37.8162	-1.0219	3
30590	Sucina	sucina	MC	MU	30030	37.8906	-0.9412	4
30590	Borrambla	borrambla	MC	MU	30030	37.8162	-1.0219	3
30590	Casas Blancas	casas-blancas	MC	MU	30030	37.8162	-1.0219	3
30591	Balsicas	balsicas	MC	MU	30037	37.8182	-0.9564	4
30591	Martinez, Los (Balsicas)	martinez-los-balsicas	MC	MU	30037	37.8182	-0.9564	4
30592	San Cayetano Avileses	san-cayetano-avileses	MC	MU	30037	37.8281	-0.9348	3
30592	Camachos	camachos	MC	MU	30037	37.7869	-0.9175	4
30592	Avileses	avileses	MC	MU	30037	37.8487	-0.9434	4
30592	Saez De Tarquinales	saez-de-tarquinales	MC	MU	30037	37.8281	-0.9348	3
30592	Hondo, El (Avileses)	hondo-el-avileses	MC	MU	30037	37.8487	-0.9434	4
30593	Carriones, Los (La Palma)	carriones-los-la-palma	MC	MU	30016	37.6898	-0.9632	4
30593	Fuente Amarga	fuente-amarga	MC	MU	30016	37.7068	-0.9465	4
30593	Los Chorlitos	los-chorlitos	MC	MU	30016	37.6914	-0.9612	3
30593	La Palma	la-palma	MC	MU	30016	37.6898	-0.9632	4
30593	Los Balanzas	los-balanzas	MC	MU	30016	37.6825	-0.9676	4
30593	Vidales, Los (La Palma)	vidales-los-la-palma	MC	MU	30016	37.6898	-0.9632	4
30593	Los Medicos	los-medicos	MC	MU	30016	37.6914	-0.9612	3
30593	Conesas, Los (La Palma)	conesas-los-la-palma	MC	MU	30016	37.6898	-0.9632	4
30593	Los Salazares	los-salazares	MC	MU	30016	37.6914	-0.9612	3
30594	Loma, La (Pozo Estrecho)	loma-la-pozo-estrecho	MC	MU	30016	37.7116	-0.9934	4
30594	Rambla, La (Torraos)	rambla-la-torraos	MC	MU	30016	37.7116	-0.9934	3
30594	Pozo Estrecho	pozo-estrecho	MC	MU	30016	37.7116	-0.9934	4
30594	El Charco	el-charco	MC	MU	30016	37.7116	-0.9934	3
30594	Carriones, Los (Pozo Estrecho)	carriones-los-pozo-estrecho	MC	MU	30016	37.7116	-0.9934	4
30600	Archena	archena	MC	MU	30009	38.1163	-1.3004	4
30600	Las Arboledas	las-arboledas	MC	MU	30009	38.1163	-1.3004	3
30600	Hurtado	hurtado	MC	MU	30009	38.1163	-1.3004	3
30609	La Algaida	la-algaida	MC	MU	30009	38.1163	-1.3004	1
30609	Torre Del Junco	torre-del-junco	MC	MU	30009	38.1163	-1.3004	1
30610	La Bermeja	la-bermeja	MC	MU	30034	38.1421	-1.4523	4
30610	Ricote	ricote	MC	MU	30034	38.1534	-1.3656	4
30611	Ojos	ojos	MC	MU	30031	38.147	-1.3426	4
30612	Ulea	ulea	MC	MU	30040	38.1404	-1.3301	4
30613	Fuente Morra	fuente-morra	MC	MU	30042	38.1357	-1.3246	3
30613	Villanueva Rio Segura	villanueva-rio-segura	MC	MU	30042	38.1357	-1.3246	4
30620	Fortuna	fortuna	MC	MU	30020	38.1814	-1.1259	4
30626	Capres De Enmedio	capres-de-enmedio	MC	MU	30020	38.2368	-1.1617	1
30626	Capres De Arriba	capres-de-arriba	MC	MU	30020	38.2368	-1.1617	1
30626	Baños	banos	MC	MU	30020	38.2368	-1.1617	1
30626	Capres De Abajo	capres-de-abajo	MC	MU	30020	38.2368	-1.1617	1
30627	Hurona	hurona	MC	MU		38.1605	-1.2052	3
30627	Fenazar	fenazar	MC	MU		38.1605	-1.2052	4
30627	Campotejar Alta	campotejar-alta	MC	MU		38.1605	-1.2052	3
30627	El Rellano	el-rellano	MC	MU		38.1605	-1.2052	3
30627	La Espada	la-espada	MC	MU		38.1605	-1.2052	3
30627	Campotejar Baja	campotejar-baja	MC	MU		38.1605	-1.2052	3
30627	Comala	comala	MC	MU		38.1605	-1.2052	3
30628	Salinas De Rambla Salada	salinas-de-rambla-salada	MC	MU	30020	38.2368	-1.1617	1
30628	Matanza, La (Fortuna)	matanza-la-fortuna	MC	MU	30020	38.2368	-1.1617	1
30628	Ajauque	ajauque	MC	MU	30020	38.2368	-1.1617	1
30629	Hoya Hermosa	hoya-hermosa	MC	MU	30020	38.25	-1.15	4
30629	Peña Zafra De Arriba	pena-zafra-de-arriba	MC	MU	30020	38.2833	-1.15	4
30629	Casicas, Las (Peña Zafra)	casicas-las-pena-zafra	MC	MU	30020	38.2632	-1.1601	3
30629	La Garapacha	la-garapacha	MC	MU	30020	38.2493	-1.184	4
30629	Fuente Blanca	fuente-blanca	MC	MU	30020	38.25	-1.1667	4
30629	Las Peñas	las-penas	MC	MU	30020	38.2632	-1.1601	3
30629	Peña Zafra De Abajo	pena-zafra-de-abajo	MC	MU	30020	38.2833	-1.15	4
30640	Abanilla	abanilla	MC	MU	30001	38.2054	-1.0415	4
30648	Umbria	umbria	MC	MU	30001	38.2333	-1	4
30648	Macisvenda	macisvenda	MC	MU	30001	38.2646	-1.0198	4
30648	El Canton	el-canton	MC	MU	30001	38.3014	-0.9827	4
30648	Campules	campules	MC	MU	30001	38.2427	-1.0841	4
30648	Chicamo	chicamo	MC	MU	30001	38.2593	-1.0021	4
30648	Zarza, La (El Canton)	zarza-la-el-canton	MC	MU	30001	38.3014	-0.9827	4
30648	Tolle	tolle	MC	MU	30001	38.2417	-1.0389	4
30648	Salado	salado	MC	MU	30001	38.238	-1.0639	4
30648	Cañada De La Leña	canada-de-la-lena	MC	MU	30001	38.3176	-1.0552	4
30648	La Zarza De Abanilla	la-zarza-de-abanilla	MC	MU	30001	38.2054	-1.0415	4
30648	Barinas	barinas	MC	MU	30001	38.2701	-1.0577	4
30648	Collado De Los Gabrieles	collado-de-los-gabrieles	MC	MU	30001	38.2614	-1.0299	3
30648	Ricabacica	ricabacica	MC	MU	30001	38.2614	-1.0299	3
30648	El Algarrobo	el-algarrobo	MC	MU	30001	38.2614	-1.0299	3
30649	Mahoya	mahoya	MC	MU	30001	38.2174	-1.0573	4
30649	Los Carrillos	los-carrillos	MC	MU	30001	38.2174	-1.0573	3
30649	Poligono Industrial El Semolilla	poligono-industrial-el-semolilla	MC	MU	30001	38.2174	-1.0573	3
30700	Hoya Morena	hoya-morena	MC	MU	30037	37.7429	-0.954	3
30700	Torre Pacheco	torre-pacheco	MC	MU	30037	37.7429	-0.954	4
30708	El Gimenado	el-gimenado	MC	MU	30037	37.78	-0.9859	1
30709	Roldan	roldan	MC	MU	30037	37.798	-1.0097	4
30709	Lo Ferro	lo-ferro	MC	MU	30037	37.7989	-0.9939	4
30710	Los Alcazares	los-alcazares	MC	MU	30037	37.759	-0.8367	3
30710	Nietos, Los (Los Alcazares)	nietos-los-los-alcazares	MC	MU	30037	37.759	-0.8367	3
30710	Santa Rosalia	santa-rosalia	MC	MU	30037	37.759	-0.8367	3
30710	Lomas De Rame	lomas-de-rame	MC	MU	30037	37.759	-0.8367	3
30720	Calavera, La (Santiago De La Rivera)	calavera-la-santiago-de-la-rivera	MC	MU	30035	37.8022	-0.8054	3
30720	Santiago De La Ribera	santiago-de-la-ribera	MC	MU	30035	37.8022	-0.8054	4
30729	Academia General Del Aire	academia-general-del-aire	MC	MU	30035	37.8022	-0.8054	1
30730	San Javier	san-javier	MC	MU	30035	37.8063	-0.8374	4
30739	Granjuela	granjuela	MC	MU	30037	37.8075	-0.8563	3
30739	El Mirador	el-mirador	MC	MU	30037	37.8431	-0.8527	4
30739	Vidales, Los (Dolores Pacheco)	vidales-los-dolores-pacheco	MC	MU	30037	37.8075	-0.8563	3
30739	Pozo Aledo	pozo-aledo	MC	MU	30037	37.8077	-0.8573	4
30739	Dolores De Pacheco	dolores-de-pacheco	MC	MU	30037	37.8075	-0.8563	3
30739	Roda	roda	MC	MU	30037	37.7718	-0.8589	4
30739	Casicas, Las (Dolores Pacheco)	casicas-las-dolores-pacheco	MC	MU	30037	37.8075	-0.8563	3
30740	Lo Pagan	lo-pagan	MC	MU	30036	37.8176	-0.7883	4
30740	Loma De Arriba	loma-de-arriba	MC	MU	30036	37.7905	-0.9064	3
30740	San Pedro Del Pinatar	san-pedro-del-pinatar	MC	MU	30036	37.8357	-0.791	4
30740	Los Tarragas	los-tarragas	MC	MU	30036	37.8422	-0.8131	4
30740	Las Esperanzas	las-esperanzas	MC	MU	30036	37.7905	-0.9064	3
30740	Los Gomez	los-gomez	MC	MU	30036	37.6667	-1.2333	4
30740	Los Saez	los-saez	MC	MU	30036	37.7905	-0.9064	3
30740	Los Plazas	los-plazas	MC	MU	30036	37.7905	-0.9064	3
30740	Los Peñascos	los-penascos	MC	MU	30036	37.7905	-0.9064	3
30740	Los Veras	los-veras	MC	MU	30036	37.7905	-0.9064	3
30740	Mojon, El (Cuarteros)	mojon-el-cuarteros	MC	MU	30036	37.7905	-0.9064	3
30740	Los Cuarteros	los-cuarteros	MC	MU	30036	37.7905	-0.9064	3
30740	Los Imbernones	los-imbernones	MC	MU	30036	37.7905	-0.9064	3
30740	Los Antolinos	los-antolinos	MC	MU	30036	37.7905	-0.9064	3
30740	Beatas, Las (Los Saez)	beatas-las-los-saez	MC	MU	30036	37.7905	-0.9064	3
30740	Barrio Los Angeles	barrio-los-angeles	MC	MU	30036	37.7905	-0.9064	3
30740	Loma De Abajo	loma-de-abajo	MC	MU	30036	37.7905	-0.9064	3
30740	Villa Nanitos	villa-nanitos	MC	MU	30036	37.7905	-0.9064	3
30740	Tacon, Lo (Los Saez)	tacon-lo-los-saez	MC	MU	30036	37.7905	-0.9064	3
30800	Lorca	lorca	MC	MU	30024	37.6712	-1.7017	4
30800	Sutullena	sutullena	MC	MU	30024	37.6712	-1.7017	3
30810	Zarcilla De Ramos	zarcilla-de-ramos	MC	MU	30024	37.844	-1.8763	4
30811	La Tova	la-tova	MC	MU	30024	37.8009	-1.7312	1
30811	Ortillo	ortillo	MC	MU	30024	37.8009	-1.7312	1
30811	Parrilla	parrilla	MC	MU	30024	37.8009	-1.7312	1
30811	Jarales	jarales	MC	MU	30024	37.8009	-1.7312	1
30811	Fontanares	fontanares	MC	MU	30024	37.8009	-1.7312	1
30812	Coy	coy	MC	MU	30024	37.9489	-1.8124	4
30812	Don Gonzalo	don-gonzalo	MC	MU	30024	37.8882	-1.8638	4
30812	La Paca	la-paca	MC	MU	30024	37.8723	-1.8361	4
30812	Aviles	aviles	MC	MU	30024	37.9061	-1.7983	4
30812	Las Terreras	las-terreras	MC	MU	30024	37.9083	-1.8301	3
30812	Doña Ines	dona-ines	MC	MU	30024	37.9261	-1.8398	4
30813	Pozo De La Higuera (Lorca)	pozo-de-la-higuera-lorca	MC	MU	30024	37.6712	-1.7017	4
30813	Alcanara	alcanara	MC	MU	30024	37.6712	-1.7017	3
30813	Campillo (Lorca)	campillo-lorca	MC	MU	30024	37.6712	-1.7017	4
30813	Escarihuela	escarihuela	MC	MU	30024	37.6712	-1.7017	3
30813	La Escucha	la-escucha	MC	MU	30024	37.6712	-1.7017	3
30813	Puente De Pasico	puente-de-pasico	MC	MU	30024	37.6712	-1.7017	3
30813	Purias	purias	MC	MU	30024	37.6712	-1.7017	3
30813	Alto Bordo	alto-bordo	MC	MU	30024	37.6712	-1.7017	3
30813	Puente Botero	puente-botero	MC	MU	30024	37.6712	-1.7017	3
30813	La Campana	la-campana	MC	MU	30024	37.6712	-1.7017	3
30814	Zuñiga	zuniga	MC	MU	30024	37.7989	-1.7046	4
30814	Torralba	torralba	MC	MU	30024	37.8133	-1.7061	3
30814	Zarzadilla De Totana	zarzadilla-de-totana	MC	MU	30024	37.8785	-1.7073	4
30814	Torrealvilla	torrealvilla	MC	MU	30024	37.7625	-1.7064	4
30814	Barranco Hondo	barranco-hondo	MC	MU	30024	37.8133	-1.7061	3
30815	Santa Gertrudis	santa-gertrudis	MC	MU	30024	37.672	-1.6548	4
30815	Marchena	marchena	MC	MU	30024	37.672	-1.6548	3
30815	Campo Lopez	campo-lopez	MC	MU	30024	37.672	-1.6548	3
30815	Aguaderas	aguaderas	MC	MU	30024	37.672	-1.6548	3
30815	Tercia (Lorca)	tercia-lorca	MC	MU	30024	37.672	-1.6548	3
30815	Carrasquilla (Lorca)	carrasquilla-lorca	MC	MU	30024	37.672	-1.6548	3
30816	San Julian	san-julian	MC	MU	30024	37.6961	-1.6333	4
30816	Hinojar	hinojar	MC	MU	30024	37.6812	-1.551	4
30816	Hoya, La (La Hoya)	hoya-la-la-hoya	MC	MU	30024	37.6886	-1.5922	3
30816	El Porvenir	el-porvenir	MC	MU	30024	37.6886	-1.5922	3
30817	Las Canales	las-canales	MC	MU	30024	37.7964	-1.5813	4
30817	Huerta Nublo	huerta-nublo	MC	MU	30024	37.7964	-1.5813	3
30817	Torrecilla	torrecilla	MC	MU	30024	37.7964	-1.5813	3
30818	Pulgara	pulgara	MC	MU	30024	37.8009	-1.7312	1
30818	Tiata	tiata	MC	MU	30024	37.8009	-1.7312	1
30818	Ventarique	ventarique	MC	MU	30024	37.8009	-1.7312	1
30818	Cazalla	cazalla	MC	MU	30024	37.8009	-1.7312	1
30820	Alcantarilla	alcantarilla	MC	MU	30005	37.9694	-1.2171	4
30830	La Ñora	la-nora	MC	MU	30030	37.9903	-1.1974	4
30831	Javali Viejo	javali-viejo	MC	MU	30030	37.9885	-1.2041	4
30832	Javali Nuevo	javali-nuevo	MC	MU	30030	37.986	-1.217	4
30833	Torreguil (Urbanizacion)	torreguil-urbanizacion	MC	MU	30030	37.5688	-1.1805	4
30833	Sangonera La Verde	sangonera-la-verde	MC	MU	30030	37.9286	-1.2079	4
30834	Cuevas Del Norte	cuevas-del-norte	MC	MU	30024	37.9144	-1.25	4
30834	El Puntarron	el-puntarron	MC	MU	30024	37.6536	-1.4973	4
30834	Torreguil	torreguil	MC	MU	30024	37.784	-1.3736	3
30835	Sangonera La Seca	sangonera-la-seca	MC	MU	30030	37.9667	-1.2333	4
30835	Los Pepitos	los-pepitos	MC	MU	30030	37.9667	-1.2333	3
30836	Puebla De Soto	puebla-de-soto	MC	MU	30030	37.9785	-1.1962	4
30836	Los Pujantes	los-pujantes	MC	MU	30030	37.9785	-1.1962	3
30837	Cañada Hermosa (Alcantarilla)	canada-hermosa-alcantarilla	MC	MU	30030	37.8861	-1.2426	1
30837	Cañada Hermosa (Murcia)	canada-hermosa-murcia	MC	MU	30030	37.8861	-1.2426	1
30840	Alhama De Murcia	alhama-de-murcia	MC	MU	30008	37.851	-1.4251	4
30848	El Berro	el-berro	MC	MU	30008	37.8857	-1.4911	4
30848	Collado, El (Espuña)	collado-el-espuna	MC	MU	30008	37.864	-1.4666	3
30848	Moriana	moriana	MC	MU	30008	37.8566	-1.4659	4
30848	Gebas	gebas	MC	MU	30008	37.8969	-1.4555	4
30848	Pavos	pavos	MC	MU	30008	37.8437	-1.4515	4
30848	Flotas, Las (Alhama De Murcia)	flotas-las-alhama-de-murcia	MC	MU	30008	37.864	-1.4666	3
30848	Azaraque	azaraque	MC	MU	30008	37.8371	-1.4691	4
30848	El Ramblar	el-ramblar	MC	MU	30008	37.864	-1.4666	3
30849	Caserio De Los Muñoces	caserio-de-los-munoces	MC	MU	30008	37.7629	-1.3221	4
30849	Casas Del Algibe	casas-del-algibe	MC	MU	30008	37.7626	-1.3428	4
30849	Las Cañadas	las-canadas	MC	MU	30008	37.7688	-1.7847	4
30849	Mojon, El (Alhama De Murcia)	mojon-el-alhama-de-murcia	MC	MU	30008	37.851	-1.4251	4
30849	Molata	molata	MC	MU	30008	37.7679	-1.3524	4
30849	Ventorrillos, Los (El Mojon)	ventorrillos-los-el-mojon	MC	MU	30008	37.5764	-1.2144	4
30849	El Cañarico	el-canarico	MC	MU	30008	37.7483	-1.4069	3
30849	Costera	costera	MC	MU	30008	37.7483	-1.4069	3
30849	Las Ramblillas	las-ramblillas	MC	MU	30008	37.7483	-1.4069	3
30850	Totana	totana	MC	MU	30039	37.7688	-1.5023	4
30858	Los Guardianes	los-guardianes	MC	MU	30026	37.7103	-1.3933	3
30858	Los Cantareros	los-cantareros	MC	MU	30026	37.7103	-1.3933	4
30858	El Raiguero	el-raiguero	MC	MU	30026	37.7103	-1.3933	3
30858	Pulios	pulios	MC	MU	30026	37.7103	-1.3933	3
30858	Pareton	pareton	MC	MU	30026	37.7103	-1.3933	3
30858	Serranos, Los (Totana)	serranos-los-totana	MC	MU	30026	37.7103	-1.3933	3
30858	Cañada Del Romero	canada-del-romero	MC	MU	30026	37.7103	-1.3933	3
30858	Lopez, Los (Ventas Del Parejon)	lopez-los-ventas-del-parejon	MC	MU	30026	37.7103	-1.3933	3
30858	Los Tudelas	los-tudelas	MC	MU	30026	37.7103	-1.3933	3
30859	Aledo	aledo	MC	MU	30006	37.7934	-1.5736	4
30859	Montisol (Urbanizacion)	montisol-urbanizacion	MC	MU	30006	37.5688	-1.1805	4
30859	Canales, Las (Chichar)	canales-las-chichar	MC	MU	30006	37.7122	-1.4549	3
30859	Morti	morti	MC	MU	30006	37.7122	-1.4549	3
30859	Chichar	chichar	MC	MU	30006	37.7122	-1.4549	3
30859	Los Allozos	los-allozos	MC	MU	30006	37.7743	-1.6105	4
30859	La Charca	la-charca	MC	MU	30006	37.7122	-1.4549	3
30860	Puerto De Mazarron	puerto-de-mazarron	MC	MU	30026	37.5614	-1.2564	4
30868	Alamillo	alamillo	MC	MU	30026	37.5779	-1.2527	4
30868	Los Lorentes	los-lorentes	MC	MU	30026	37.5937	-1.2577	4
30868	La Azohia	la-azohia	MC	MU	30026	37.5543	-1.1697	4
30868	Campillo De Adentro	campillo-de-adentro	MC	MU	30026	37.5634	-1.1491	4
30868	Mojon, El (Campillo De Adentro)	mojon-el-campillo-de-adentro	MC	MU	30026	37.5634	-1.1491	4
30868	Madriles, Los (Campillo Adentro)	madriles-los-campillo-adentro	MC	MU	30026	37.5634	-1.1491	4
30868	Las Balsicas	las-balsicas	MC	MU	30026	37.5983	-1.2515	4
30868	Isla Plana	isla-plana	MC	MU	30026	37.5747	-1.2086	4
30870	Mazarron	mazarron	MC	MU	30026	37.5992	-1.3149	4
30875	Camposol	camposol	MC	MU	30026	37.5689	-1.418	1
30876	Los Curas	los-curas	MC	MU	30026	37.5276	-1.4388	4
30876	Barranco De Los Asensios	barranco-de-los-asensios	MC	MU	30026	37.4833	-1.65	4
30876	Puntas De Calnegre	puntas-de-calnegre	MC	MU	30026	37.5099	-1.4028	4
30876	Cañada Del Gallego	canada-del-gallego	MC	MU	30026	37.5276	-1.485	3
30876	El Ramonete	el-ramonete	MC	MU	30026	37.5407	-1.485	4
30876	Pastrana	pastrana	MC	MU	30026	37.5635	-1.4486	4
30876	Cuesta Cazadores (Ifre)	cuesta-cazadores-ifre	MC	MU	30026	37.5276	-1.485	3
30876	Ermita Ramonete	ermita-ramonete	MC	MU	30026	37.5407	-1.485	4
30876	Lebrillera	lebrillera	MC	MU	30026	37.5276	-1.485	3
30877	Bolnuevo	bolnuevo	MC	MU	30026	37.5635	-1.3154	4
30877	Gañuelas	ganuelas	MC	MU	30026	37.659	-1.4089	4
30877	Las Moreras	las-moreras	MC	MU	30026	37.586	-1.3146	4
30878	La Majada	la-majada	MC	MU	30026	37.6301	-1.4136	4
30878	Leiva	leiva	MC	MU	30026	37.6013	-1.376	4
30878	Fuente Meca	fuente-meca	MC	MU	30026	37.5904	-1.3808	4
30878	Morata	morata	MC	MU	30026	37.6073	-1.3901	3
30878	Atalaya (Morata)	atalaya-morata	MC	MU	30026	37.6073	-1.3901	3
30878	Puerto Mariel	puerto-mariel	MC	MU	30026	37.6073	-1.3901	3
30878	Ujejar	ujejar	MC	MU	30026	37.6073	-1.3901	3
30879	El Garrobo	el-garrobo	MC	MU	30026	37.5689	-1.418	1
30879	Rusticana	rusticana	MC	MU	30026	37.5689	-1.418	1
30879	El Saladillo	el-saladillo	MC	MU	30026	37.5689	-1.418	1
30880	Aguilas	aguilas	MC	MU	30003	37.4063	-1.5829	4
30889	Tebar	tebar	MC	MU	30003	37.5114	-1.6246	4
30889	Majada Del Moro	majada-del-moro	MC	MU	30003	37.48	-1.6022	4
30889	Los Arejos	los-arejos	MC	MU	30003	37.4631	-1.6735	4
30889	Calabardina	calabardina	MC	MU	30003	37.4331	-1.501	4
30889	El Cocon	el-cocon	MC	MU	30003	37.4	-1.6667	4
30889	Todosol (Urbanitzacio)	todosol-urbanitzacio	MC	MU	30003	37.4596	-1.5789	3
30889	Cope	cope	MC	MU	30003	37.4366	-1.4845	4
30889	Lomas, Las (Cuesta De Gas)	lomas-las-cuesta-de-gas	MC	MU	30003	37.4596	-1.5789	3
30889	El Garrobillo	el-garrobillo	MC	MU	30003	37.493	-1.5001	4
30889	Collado Zieschang	collado-zieschang	MC	MU	30003	37.4596	-1.5789	3
30889	Collado Weiss	collado-weiss	MC	MU	30003	37.4596	-1.5789	3
30889	El Charcon	el-charcon	MC	MU	30003	37.4596	-1.5789	3
30889	Calarreona (Urbanitzacio)	calarreona-urbanitzacio	MC	MU	30003	37.4596	-1.5789	3
30889	Geraneos, Los (Urbanitzacio)	geraneos-los-urbanitzacio	MC	MU	30003	37.4596	-1.5789	3
30889	Cuesta De Gos	cuesta-de-gos	MC	MU	30003	37.4596	-1.5789	3
30890	Nogalte (Pueblo)	nogalte-pueblo	MC	MU	30033	37.5633	-1.8097	3
30890	Casicas, Las (Puerto Lumbreras)	casicas-las-puerto-lumbreras	MC	MU	30033	37.5633	-1.8097	4
30890	Zarzalico	zarzalico	MC	MU	30033	37.5633	-1.8097	3
30890	Puerto Lumbreras	puerto-lumbreras	MC	MU	30033	37.5633	-1.8097	4
30890	Henares	henares	MC	MU	30033	37.5633	-1.8097	3
30891	Esparragal De Puerto Lumbreras	esparragal-de-puerto-lumbreras	MC	MU	30033	37.5861	-1.7799	4
30891	Goñar	gonar	MC	MU	30033	37.5861	-1.7799	3
30891	Puerto Adentro	puerto-adentro	MC	MU	30033	37.5861	-1.7799	3
30892	Librilla	librilla	MC	MU	30023	37.8864	-1.3556	4
30893	Almendricos	almendricos	MC	MU	30024	37.4726	-1.7747	4
28001	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28002	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28003	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28004	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28005	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28006	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28007	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28008	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28009	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28010	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28011	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28012	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28013	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28014	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28015	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28016	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28017	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28018	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28019	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28020	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28021	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28022	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28023	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28024	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28025	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28026	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28027	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28028	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28029	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28030	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28031	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28032	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28033	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28034	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28035	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28036	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28037	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28038	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28039	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28040	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28041	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28042	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28043	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28044	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28045	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28046	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28047	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28048	El Pardo	el-pardo	MD	M	28079	40.5145	-3.7725	4
28048	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28049	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28050	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28051	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28052	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28053	Madrid	madrid	MD	M	28079	40.4165	-3.7026	4
28054	Madrid	madrid	MD	M	28079	40.4165	-3.7026	1
28055	Madrid	madrid	MD	M	28079	40.4165	-3.7026	1
28070	Madrid	madrid	MD	M		40.4165	-3.7026	4
28071	Madrid	madrid	MD	M		40.4165	-3.7026	4
28080	Madrid	madrid	MD	M		40.4165	-3.7026	4
28082	Madrid	madrid	MD	M		40.4165	-3.7026	4
28083	Madrid	madrid	MD	M		40.4165	-3.7026	4
28085	Madrid	madrid	MD	M		40.4165	-3.7026	4
28086	Madrid	madrid	MD	M		40.4165	-3.7026	4
28087	Madrid	madrid	MD	M		40.4165	-3.7026	4
28100	Alcobendas	alcobendas	MD	M	28006	40.5475	-3.642	4
28108	Alcobendas	alcobendas	MD	M	28006	40.5475	-3.642	4
28109	Alcobendas	alcobendas	MD	M	28006	40.5475	-3.642	4
28110	Algete	algete	MD	M	28009	40.5971	-3.4974	4
28110	El Arrabal	el-arrabal	MD	M	28009	40.5971	-3.4974	3
28119	Cottolengo Del Padre Alegre	cottolengo-del-padre-alegre	MD	M		40.5971	-3.4974	1
28119	Poligono Industrial El Nogal	poligono-industrial-el-nogal	MD	M		40.5971	-3.4974	1
28120	Ciudad Santo Domingo	ciudad-santo-domingo	MD	M	28045	40.8772	-3.5118	1
28130	Alalpardo	alalpardo	MD	M	28162	40.6274	-3.4728	4
28130	Valdeolmos	valdeolmos	MD	M	28162	40.6371	-3.4506	4
28140	Fuente El Saz De Jarama	fuente-el-saz-de-jarama	MD	M	28059	40.8772	-3.5118	1
28150	Valdetorres De Jarama	valdetorres-de-jarama	MD	M	28164	40.6937	-3.5116	4
28160	Talamanca Del Jarama	talamanca-del-jarama	MD	M	28145	40.8772	-3.5118	1
28170	Valdepielagos	valdepielagos	MD	M	28163	40.7584	-3.4616	4
28180	Torrelaguna	torrelaguna	MD	M	28151	40.8276	-3.5368	4
28189	Torremocha Del Jarama	torremocha-del-jarama	MD	M	28107	40.7516	-3.5956	3
28189	Patones	patones	MD	M	28107	40.8556	-3.4849	4
28189	El Atazar	el-atazar	MD	M	28107	40.9324	-3.4685	4
28189	Presa Del Atazar (Poblado)	presa-del-atazar-poblado	MD	M	28107	40.4667	-3.8333	4
28190	Montejo De La Sierra	montejo-de-la-sierra	MD	M	19067	41.0595	-3.5299	4
28190	Puebla De La Sierra	puebla-de-la-sierra	MD	M	19067	41.012	-3.4449	4
28191	Pradena Del Rincon	pradena-del-rincon	MD	M	28071	41.0441	-3.5407	4
28191	La Hiruela	la-hiruela	MD	M	28071	41.0779	-3.4549	4
28191	Horcajuelo De La Sierra	horcajuelo-de-la-sierra	MD	M	28071	41.0602	-3.5464	4
28192	Dehesa De Santillana	dehesa-de-santillana	MD	M	28021	40.8857	-3.558	3
28192	El Berrueco	el-berrueco	MD	M	28021	40.8857	-3.558	4
28193	Cervera De Buitrago	cervera-de-buitrago	MD	M	28039	40.9199	-3.527	4
28194	Berzosa De Lozoya	berzosa-de-lozoya	MD	M	28020	40.9732	-3.5201	4
28194	Robledillo De La Jara	robledillo-de-la-jara	MD	M	28020	40.9505	-3.5218	4
28195	Serrada De La Fuente	serrada-de-la-fuente	MD	M	28902	40.9872	-3.5339	4
28196	Paredes De Buitrago	paredes-de-buitrago	MD	M	28902	41.0056	-3.5617	4
28200	San Lorenzo De El Escorial	san-lorenzo-de-el-escorial	MD	M	28131	40.5914	-4.1474	4
28209	Valle De Los Caidos, Sta Cruz	valle-de-los-caidos-sta-cruz	MD	M		40.5914	-4.1474	1
28210	Valdemorillo	valdemorillo	MD	M	28095	40.5006	-4.0671	4
28210	Mirador Del Romero	mirador-del-romero	MD	M	28095	40.1309	-3.6818	3
28210	Tres Dehesas (Urbanizacion)	tres-dehesas-urbanizacion	MD	M	28095	40.057	-3.6048	4
28210	Infantas, Las (Valdemorillo)	infantas-las-valdemorillo	MD	M	28095	40.5006	-4.0671	4
28210	La Mojadilla	la-mojadilla	MD	M	28095	40.1309	-3.6818	3
28210	Jara Beltran	jara-beltran	MD	M	28095	40.1309	-3.6818	3
28210	Las Charquillas	las-charquillas	MD	M	28095	40.1309	-3.6818	3
28210	Pino Alto (Urbanizacion)	pino-alto-urbanizacion	MD	M	28095	40.057	-3.6048	4
28210	Cazadero Real I (Urbanizacion)	cazadero-real-i-urbanizacion	MD	M	28095	40.057	-3.6048	4
28210	Cerro Alarcon I (Urbanizacion)	cerro-alarcon-i-urbanizacion	MD	M	28095	40.057	-3.6048	4
28210	Paraiso, El (Urbanizacion)	paraiso-el-urbanizacion	MD	M	28095	40.057	-3.6048	4
28210	Puentelasierra (Urbanizacion)	puentelasierra-urbanizacion	MD	M	28095	40.057	-3.6048	4
28210	Cerro Alarcon Ii (Urbanizacion)	cerro-alarcon-ii-urbanizacion	MD	M	28095	40.057	-3.6048	4
28210	Islas Blancas (Urbanizacion)	islas-blancas-urbanizacion	MD	M	28095	40.057	-3.6048	4
28210	Pizarrera, La (Urbanizacion)	pizarrera-la-urbanizacion	MD	M	28095	40.057	-3.6048	4
28210	Montemorillo (Urbanizacion)	montemorillo-urbanizacion	MD	M	28095	40.057	-3.6048	4
28211	Peralejo	peralejo	MD	M	28054	40.5396	-4.1256	4
28212	Navalagamella	navalagamella	MD	M	28054	40.4689	-4.1233	4
28213	Valle Del Sol (Urbanizacion)	valle-del-sol-urbanizacion	MD	M	28042	40.057	-3.6048	4
28213	Colmenar Del Arroyo	colmenar-del-arroyo	MD	M	28042	40.419	-4.1985	4
28214	Fresnedillas De La Oliva	fresnedillas-de-la-oliva	MD	M	28056	40.1642	-3.7327	1
28219	Alcor I (Urbanizacion)	alcor-i-urbanizacion	MD	M	28054	40.057	-3.6048	4
28219	Pinosol (Urbanizacion)	pinosol-urbanizacion	MD	M	28054	40.057	-3.6048	4
28219	Alcor Ii (Urbanizacion)	alcor-ii-urbanizacion	MD	M	28054	40.057	-3.6048	4
28219	Prado Ventorro (Urbanizacion)	prado-ventorro-urbanizacion	MD	M	28054	40.057	-3.6048	4
28220	Majadahonda	majadahonda	MD	M	28080	40.4735	-3.8718	4
28221	Majadahonda	majadahonda	MD	M	28080	40.4735	-3.8718	4
28222	Majadahonda	majadahonda	MD	M	28080	40.4735	-3.8718	4
28223	Pozuelo De Alarcon	pozuelo-de-alarcon	MD	M	28115	40.4329	-3.8134	4
28224	Pozuelo De Alarcon	pozuelo-de-alarcon	MD	M	28115	40.4329	-3.8134	4
28229	Santa Maria (Via Del Pardo) (Urbanizacion)	santa-maria-via-del-pardo-urbanizacion	MD	M	28177	40.4833	-3.9667	3
28229	Villanueva Del Pardillo	villanueva-del-pardillo	MD	M	28177	40.4833	-3.9667	4
28230	Las Rozas De Madrid	las-rozas-de-madrid	MD	M		40.4929	-3.8737	4
28231	Las Rozas De Madrid	las-rozas-de-madrid	MD	M	28127	40.4929	-3.8737	1
28232	Las Rozas De Madrid	las-rozas-de-madrid	MD	M	28127	40.4929	-3.8737	1
28240	Hoyo De Manzanares	hoyo-de-manzanares	MD	M	28072	40.6226	-3.9073	4
28248	Ciudad Residencial La Berzosa (Urbanizacion)	ciudad-residencial-la-berzosa-urbanizacion	MD	M	28072	40.057	-3.6048	4
28250	Minas, Las (Galapagar) (Urbanizacion)	minas-las-galapagar-urbanizacion	MD	M	28061	40.5783	-4.0043	4
28250	Torrelodones	torrelodones	MD	M	28061	40.5765	-3.9266	4
28250	Jarales, Los (Galapagar) (Urbanizacion)	jarales-los-galapagar-urbanizacion	MD	M	28061	40.5783	-4.0043	4
28250	Pinar De Puente Nuevo (Galapagar) (Urbanizacion)	pinar-de-puente-nuevo-galapagar-urbanizacion	MD	M	28061	40.5783	-4.0043	4
28260	Galapagar	galapagar	MD	M	28061	40.5783	-4.0043	4
28270	Colmenarejo	colmenarejo	MD	M	28061	40.5606	-4.0171	4
28279	Parque Azul	parque-azul	MD	M	28044	40.5606	-4.0171	3
28279	Alamos, Los (Colmenarejo)	alamos-los-colmenarejo	MD	M	28044	40.5606	-4.0171	4
28280	Ciudad Bosque De Los Arroyos (Urbanizacion)	ciudad-bosque-de-los-arroyos-urbanizacion	MD	M	28054	40.057	-3.6048	4
28280	El Escorial	el-escorial	MD	M	28054	40.5825	-4.1285	4
28290	Las Rozas De Madrid	las-rozas-de-madrid	MD	M	28127	40.5578	-3.8917	4
28292	Encinar I Y Ii (Las Zorreras)	encinar-i-y-ii-las-zorreras	MD	M	28054	40.607	-4.0497	3
28292	Navalquejigo	navalquejigo	MD	M	28054	40.607	-4.0497	4
28292	Suertes, Las (Las Zorreras)	suertes-las-las-zorreras	MD	M	28054	40.607	-4.0497	3
28292	España	espana	MD	M	28054	40.607	-4.0497	4
28292	San Ignacio (Las Zorreras)	san-ignacio-las-zorreras	MD	M	28054	40.607	-4.0497	3
28292	Navalquejigo, De (Granja)	navalquejigo-de-granja	MD	M	28054	40.607	-4.0497	3
28292	Cierros, Los (Las Zorreras)	cierros-los-las-zorreras	MD	M	28054	40.607	-4.0497	3
28292	Herreño, El (Las Zorreras)	herreno-el-las-zorreras	MD	M	28054	40.607	-4.0497	3
28293	Zarzalejo	zarzalejo	MD	M	28183	40.5775	-4.1592	1
28293	Zarzalejo, De (Estacion)	zarzalejo-de-estacion	MD	M	28183	40.5775	-4.1592	1
28293	Colonia Peña Rosal	colonia-pena-rosal	MD	M	28183	40.5775	-4.1592	1
28294	Canopus	canopus	MD	M	28125	40.5775	-4.1592	1
28294	Suiza Española, La (Urbanizacion)	suiza-espanola-la-urbanizacion	MD	M	28125	40.5775	-4.1592	1
28294	Robledo, De (Estacion)	robledo-de-estacion	MD	M	28125	40.5775	-4.1592	1
28294	Robledo De Chavela	robledo-de-chavela	MD	M	28125	40.5775	-4.1592	1
28294	Rio Cofio (Urbanizacion)	rio-cofio-urbanizacion	MD	M	28125	40.5775	-4.1592	1
28295	Valdemaqueda	valdemaqueda	MD	M	28159	40.512	-4.2972	4
28295	Rio, El (Urbanizacion)	rio-el-urbanizacion	MD	M	28159	40.512	-4.2972	3
28296	Navalespino	navalespino	MD	M	28135	40.5883	-4.266	4
28296	Las Herreras	las-herreras	MD	M	28135	40.5916	-4.2619	3
28296	Santa Maria De La Alameda	santa-maria-de-la-alameda	MD	M	28135	40.5949	-4.2577	4
28296	Santa Maria Alameda, De (Estacion)	santa-maria-alameda-de-estacion	MD	M	28135	40.5916	-4.2619	3
28297	Robledondo	robledondo	MD	M	28135	40.5768	-4.2068	4
28297	Paradilla (Robledondo)	paradilla-robledondo	MD	M	28135	40.5768	-4.2068	4
28297	Hoya, La (Robledondo)	hoya-la-robledondo	MD	M	28135	40.5768	-4.2068	4
28297	La Cereda	la-cereda	MD	M	28135	40.5768	-4.2068	3
28300	El Cortijo De San Isidro	el-cortijo-de-san-isidro	MD	M	28013	40.0524	-3.5615	4
28300	Aranjuez	aranjuez	MD	M	28013	40.0311	-3.6025	4
28310	Algodor	algodor	MD	M		40.1277	-3.5769	1
28311	Castillejo	castillejo	MD	M		40.1277	-3.5769	1
28312	Infantas, Las (Aranjuez)	infantas-las-aranjuez	MD	M		40.1277	-3.5769	1
28320	Poligono Industrial Carretera De San Martin De La Vega	poligono-industrial-carretera-de-san-martin-de-la-vega	MD	M	28113	40.2415	-3.7	3
28320	Pinto	pinto	MD	M	28113	40.2415	-3.7	4
28320	Poligono Industrial Las Arenas	poligono-industrial-las-arenas	MD	M	28113	40.2415	-3.7	3
28320	San Martin De La Vega, De (Carretera)	san-martin-de-la-vega-de-carretera	MD	M	28113	40.2415	-3.7	3
28320	Poligono Industrial Aproin	poligono-industrial-aproin	MD	M	28113	40.2415	-3.7	3
28320	Poligono Industrial De Pinto	poligono-industrial-de-pinto	MD	M	28113	40.2415	-3.7	3
28330	Poligono Industrial Aimayr	poligono-industrial-aimayr	MD	M	28132	40.2074	-3.5706	3
28330	San Martin De La Vega	san-martin-de-la-vega	MD	M	28132	40.2074	-3.5706	4
28339	La Boyeriza	la-boyeriza	MD	M		40.2074	-3.5706	1
28340	Valdemoro	valdemoro	MD	M	28161	40.1908	-3.6789	4
28341	Valdemoro	valdemoro	MD	M	28161	40.1908	-3.6789	4
28342	Valdemoro	valdemoro	MD	M	28161	40.1908	-3.6789	4
28343	Valdemoro	valdemoro	MD	M	28161	40.1908	-3.6789	4
28350	Ciempozuelos	ciempozuelos	MD	M	28040	40.1591	-3.621	4
28359	Titulcia	titulcia	MD	M	28147	40.1354	-3.5676	4
28360	Villaconejos	villaconejos	MD	M	28170	40.1014	-3.4826	4
28370	Chinchon	chinchon	MD	M	28052	40.1402	-3.4227	4
28380	Colmenar De Oreja	colmenar-de-oreja	MD	M	28043	40.1067	-3.3855	4
28380	Vallejos, Los (Urbanizacion)	vallejos-los-urbanizacion	MD	M	28043	40.057	-3.6048	4
28380	Balcon Del Tajo (Urbanizacion)	balcon-del-tajo-urbanizacion	MD	M	28043	40.057	-3.6048	4
28380	Valles San Juan (Urbanizacion)	valles-san-juan-urbanizacion	MD	M	28043	40.057	-3.6048	4
28380	Urtajo (Urbanizacion)	urtajo-urbanizacion	MD	M	28043	40.057	-3.6048	4
28390	Belmonte De Tajo	belmonte-de-tajo	MD	M	28019	40.1316	-3.3358	4
28391	Valdelaguna	valdelaguna	MD	M	28157	40.1316	-3.3358	1
28400	Collado Villalba	collado-villalba	MD	M	28047	40.6351	-4.0049	4
28410	Manzanares El Real	manzanares-el-real	MD	M	28082	40.7263	-3.8627	4
28411	Moralzarzal	moralzarzal	MD	M	28090	40.6782	-3.9707	4
28412	Montesclaros	montesclaros	MD	M	28023	40.6989	-3.9337	3
28412	Cerceda	cerceda	MD	M	28023	40.6989	-3.9337	4
28413	El Boalo	el-boalo	MD	M	28023	40.7011	-3.9223	1
28419	Nieves Y Sol	nieves-y-sol	MD	M		40.7011	-3.9223	1
28420	Colonia De Carranza	colonia-de-carranza	MD	M	28061	40.5981	-3.9779	3
28420	Parquelagos	parquelagos	MD	M	28061	40.5961	-3.9657	4
28420	Colonia Alto De La Navata	colonia-alto-de-la-navata	MD	M	28061	40.5981	-3.9779	3
28420	Rosales, Los (Navata, La)	rosales-los-navata-la	MD	M	28061	40.5991	-3.9839	4
28420	Las Monjas	las-monjas	MD	M	28061	40.5981	-3.9779	3
28420	La Navata	la-navata	MD	M	28061	40.5991	-3.9839	4
28420	Los Enebros	los-enebros	MD	M	28061	40.5981	-3.9779	3
28430	Valdencina	valdencina	MD	M	28010	40.6589	-4.0251	3
28430	Alpedrete	alpedrete	MD	M	28010	40.6589	-4.0251	4
28430	Los Negrales	los-negrales	MD	M	28010	40.6589	-4.0251	3
28440	Casa Tere Tablada (Edificio)	casa-tere-tablada-edificio	MD	M	28068	40.6727	-4.0895	3
28440	Guadarrama	guadarrama	MD	M	28068	40.6727	-4.0895	4
28440	Residencia San Francisco (Edificio)	residencia-san-francisco-edificio	MD	M	28068	40.6727	-4.0895	3
28440	Serranilla, La (Guadarrama) (Urbanizacion)	serranilla-la-guadarrama-urbanizacion	MD	M	28068	40.6727	-4.0895	4
28440	Casa Forestal Tablada (Edificio)	casa-forestal-tablada-edificio	MD	M	28068	40.6727	-4.0895	3
28440	Sanatorio De Guadarrama	sanatorio-de-guadarrama	MD	M	28068	40.6727	-4.0895	3
28440	Gonzalo (Edificio)	gonzalo-edificio	MD	M	28068	40.6727	-4.0895	3
28450	Collado Mediano	collado-mediano	MD	M	28046	40.6933	-4.0228	4
28450	El Reajo Del Roble	el-reajo-del-roble	MD	M	28046	40.6933	-4.0228	3
28459	Monte Golf	monte-golf	MD	M		40.6933	-4.0228	1
28460	Los Molinos	los-molinos	MD	M	28087	40.6419	-4.015	1
28470	Navacerrada, De (Puerto)	navacerrada-de-puerto	MD	M	28038	40.3167	-4.4833	4
28470	Cercedilla	cercedilla	MD	M	28038	40.741	-4.0564	4
28479	Las Dehesas	las-dehesas	MD	M		40.7566	-4.0714	4
28480	Sanatorio Tablada	sanatorio-tablada	MD	M	28068	40.7153	-4.073	3
28480	Tablada (Apeadero)	tablada-apeadero	MD	M	28068	40.7153	-4.073	4
28480	Barrio Tablada	barrio-tablada	MD	M	28068	40.7153	-4.073	3
28490	Becerril De La Sierra	becerril-de-la-sierra	MD	M	28018	40.717	-3.9886	4
28491	Navacerrada (Pueblo)	navacerrada-pueblo	MD	M	28093	40.4353	-3.6495	4
28492	La Ponderosa De La Sierra	la-ponderosa-de-la-sierra	MD	M	28023	40.5761	-3.819	1
28492	Matalpino	matalpino	MD	M	28023	40.5761	-3.819	1
28500	La Poveda	la-poveda	MD	M	28014	40.3	-3.4667	4
28500	El Colmenar	el-colmenar	MD	M	28014	40.7322	-3.5797	4
28500	La Serna	la-serna	MD	M	28014	40.5161	-3.5232	3
28500	Emisora Radio Elect Campillo (Arganda)	emisora-radio-elect-campillo-arganda	MD	M	28014	40.5161	-3.5232	3
28500	Arganda Del Rey	arganda-del-rey	MD	M	28014	40.5161	-3.5232	3
28500	Ventorro De La Julia	ventorro-de-la-julia	MD	M	28014	40.5161	-3.5232	3
28510	Campo Real	campo-real	MD	M	28033	40.3333	-3.3833	4
28511	Valdilecha	valdilecha	MD	M	28165	40.2953	-3.3023	4
28512	Villar Del Olmo	villar-del-olmo	MD	M	28179	40.3347	-3.234	4
28513	Las Villas De Nuevo Baztan	las-villas-de-nuevo-baztan	MD	M		40.3395	-3.2755	1
28514	Nuevo Baztan	nuevo-baztan	MD	M	28100	40.3673	-3.2412	4
28515	Olmeda De Las Fuentes	olmeda-de-las-fuentes	MD	M	28101	40.3667	-3.2167	4
28521	Rivas-Vaciamadrid	rivas-vaciamadrid	MD	M	28123	40.2774	-3.2775	1
28522	Rivas-Vaciamadrid	rivas-vaciamadrid	MD	M	28123	40.2774	-3.2775	1
28523	Rivas-Vaciamadrid	rivas-vaciamadrid	MD	M	28123	40.2774	-3.2775	1
28524	Rivas-Vaciamadrid	rivas-vaciamadrid	MD	M	28123	40.2774	-3.2775	1
28529	Rivas-Vaciamadrid	rivas-vaciamadrid	MD	M		40.2774	-3.2775	1
28530	Morata De Tajuña	morata-de-tajuna	MD	M	28091	40.2268	-3.4327	4
28540	Perales De Tajuña	perales-de-tajuna	MD	M	28110	40.2313	-3.3502	4
28550	Tielmes	tielmes	MD	M	28146	40.2465	-3.3146	4
28560	Carabaña	carabana	MD	M	28035	40.2542	-3.2357	4
28570	Orusco De Tajuña	orusco-de-tajuna	MD	M	28102	40.2774	-3.2775	1
28580	Ambite	ambite	MD	M	28011	40.3319	-3.1803	4
28590	Villarejo De Salvanes	villarejo-de-salvanes	MD	M	28180	40.1666	-3.2728	4
28594	Valdaracete	valdaracete	MD	M	28155	40.2077	-3.191	4
28595	Estremera	estremera	MD	M	28055	40.1833	-3.1	4
28596	Brea De Tajo	brea-de-tajo	MD	M	28025	40.2333	-3.1	4
28597	Fuentidueña De Tajo	fuentiduena-de-tajo	MD	M	28060	40.1157	-3.1572	4
28598	Villamanrique De Tajo	villamanrique-de-tajo	MD	M	28173	40.0662	-3.2367	4
28600	Colonia Rio Guadarrama (Urbanizacion)	colonia-rio-guadarrama-urbanizacion	MD	M	28096	40.057	-3.6048	4
28600	Navalcarnero	navalcarnero	MD	M	28096	40.2891	-4.012	4
28600	Calipo (Urbanizacion)	calipo-urbanizacion	MD	M	28096	40.057	-3.6048	4
28607	El Alamo	el-alamo	MD	M	28004	40.2307	-3.9945	4
28609	Sevilla La Nueva	sevilla-la-nueva	MD	M	28175	40.3478	-4.0273	4
28609	Villanueva De Perales	villanueva-de-perales	MD	M	28175	40.3454	-4.0989	4
28609	Villamantilla	villamantilla	MD	M	28175	40.3385	-4.1299	4
28610	Villamanta	villamanta	MD	M	28174	40.2986	-4.1088	4
28620	Aldea Del Fresno	aldea-del-fresno	MD	M	28008	40.3236	-4.2032	4
28630	Alamin, El (Finca)	alamin-el-finca	MD	M	28171	40.2785	-4.3053	3
28630	Villa Del Prado	villa-del-prado	MD	M	28171	40.2785	-4.3053	4
28640	Cadalso De Los Vidrios	cadalso-de-los-vidrios	MD	M	28031	40.3007	-4.4335	4
28648	Entrepinos (Urbanizacion)	entrepinos-urbanizacion	MD	M	28031	40.3087	-4.4584	1
28649	Rozas De Puerto Real	rozas-de-puerto-real	MD	M	28128	40.3167	-4.4833	4
28650	Cenicientos	cenicientos	MD	M	28037	40.2646	-4.4668	4
28660	Residencia Nuestra Señora Del Pilar (Boadilla)	residencia-nuestra-senora-del-pilar-boadilla	MD	M	28022	40.405	-3.8783	4
28660	Boadilla Del Monte	boadilla-del-monte	MD	M	28022	40.405	-3.8783	4
28668	Monteprincipe	monteprincipe	MD	M		40.405	-3.8783	1
28669	Club Encinas (Boadilla)	club-encinas-boadilla	MD	M		40.405	-3.8783	4
28669	Parque Boadilla	parque-boadilla	MD	M		40.405	-3.8783	3
28669	Pico Centinela (Boadilla)	pico-centinela-boadilla	MD	M		40.405	-3.8783	4
28669	Bonanza	bonanza	MD	M		40.405	-3.8783	3
28669	Lomas, Las (Boadilla)	lomas-las-boadilla	MD	M		40.405	-3.8783	4
28669	Monte Las Encinas	monte-las-encinas	MD	M		40.405	-3.8783	3
28669	Valdecabañas	valdecabanas	MD	M		40.405	-3.8783	3
28669	El Olivar Del Miraval	el-olivar-del-miraval	MD	M		40.405	-3.8783	3
28670	Bosque, El (Urbanizacion)	bosque-el-urbanizacion	MD	M	28181	40.057	-3.6048	4
28670	Villaviciosa De Odon	villaviciosa-de-odon	MD	M	28181	40.3569	-3.9001	4
28679	Residencia Ancianos (Villaviciosa Odon)	residencia-ancianos-villaviciosa-odon	MD	M		40.3569	-3.9001	4
28680	San Martin De Valdeiglesias	san-martin-de-valdeiglesias	MD	M	28133	40.3618	-4.3983	4
28680	Costa Madrid (Urbanizacion)	costa-madrid-urbanizacion	MD	M	28133	40.057	-3.6048	4
28680	Ciudad San Ramon	ciudad-san-ramon	MD	M	28133	40.1586	-3.8693	3
28680	Apartamentos Pronto (Urbanizacion)	apartamentos-pronto-urbanizacion	MD	M	28133	40.057	-3.6048	4
28690	Brunete	brunete	MD	M	28026	40.4053	-3.9985	4
28691	Villanueva De La Cañada	villanueva-de-la-canada	MD	M	28176	40.4469	-4.0043	4
28691	Cerro Del Venero	cerro-del-venero	MD	M	28176	40.187	-3.738	3
28691	Raya Del Palancar, La (Urbanizacion)	raya-del-palancar-la-urbanizacion	MD	M	28176	40.057	-3.6048	4
28691	Fuentes, De Las (Camino)	fuentes-de-las-camino	MD	M	28176	40.187	-3.738	3
28691	Guadamonte (Urbanizacion)	guadamonte-urbanizacion	MD	M	28176	40.057	-3.6048	4
28692	Villafranca Del Castillo	villafranca-del-castillo	MD	M	28176	40.3149	-4.0081	1
28693	Quijorna	quijorna	MD	M	28119	40.4276	-4.0568	4
28694	Chapineria	chapineria	MD	M	28051	40.3789	-4.2101	4
28695	Navas Del Rey	navas-del-rey	MD	M	28099	40.3861	-4.2512	4
28696	Pelayos De La Presa	pelayos-de-la-presa	MD	M	28109	40.3605	-4.3346	4
28700	San Sebastian De Los Reyes	san-sebastian-de-los-reyes	MD	M	28134	40.5443	-3.6159	4
28701	San Sebastian De Los Reyes	san-sebastian-de-los-reyes	MD	M	28134	40.5443	-3.6159	4
28702	San Sebastian De Los Reyes	san-sebastian-de-los-reyes	MD	M	28134	40.5443	-3.6159	4
28703	San Sebastian De Los Reyes	san-sebastian-de-los-reyes	MD	M	28134	40.5443	-3.6159	4
28706	Club De Campo (Urbanizacion)	club-de-campo-urbanizacion	MD	M	28134	40.057	-3.6048	4
28707	Ciudalcampo	ciudalcampo	MD	M	28045	40.4469	-3.6137	1
28707	R.A.C.E. (Real Automovil Club De España)	r-a-c-e-real-automovil-club-de-espana	MD	M	28045	40.4469	-3.6137	1
28708	Fuente Del Fresno	fuente-del-fresno	MD	M	28134	40.4469	-3.6137	1
28709	Ciudad Deportiva Del Jarama	ciudad-deportiva-del-jarama	MD	M	28134	40.4469	-3.6137	1
28710	El Molar	el-molar	MD	M	28086	40.7322	-3.5797	4
28720	Bustarviejo	bustarviejo	MD	M	28028	40.8572	-3.7077	4
28721	Redueña	reduena	MD	M	28121	40.8168	-3.5984	4
28721	Cabanillas De La Sierra	cabanillas-de-la-sierra	MD	M	28121	40.8201	-3.6244	4
28722	El Vellon	el-vellon	MD	M	28168	40.7666	-3.5329	3
28722	El Espartal	el-espartal	MD	M	28168	40.7666	-3.5329	4
28723	Pedrezuela	pedrezuela	MD	M	28108	40.7428	-3.5998	4
28729	Valdemanco	valdemanco	MD	M	28094	40.8704	-3.6587	4
28729	Navalafuente	navalafuente	MD	M	28094	40.8206	-3.6727	4
28729	Cotos De Monterrey	cotos-de-monterrey	MD	M	28094	40.8294	-3.6504	3
28729	Venturada	venturada	MD	M	28094	40.7972	-3.6197	4
28730	Buitrago De Lozoya	buitrago-de-lozoya	MD	M	28027	40.9909	-3.6337	4
28737	Gascones	gascones	MD	M	28024	41.0184	-3.6422	4
28737	Braojos	braojos	MD	M	28024	41.0404	-3.6433	4
28737	Gandullas	gandullas	MD	M	28024	41.0126	-3.6027	4
28737	La Serna Del Monte	la-serna-del-monte	MD	M	28024	41.0311	-3.625	4
28737	Piñuecar-Gandullas	pinuecar-gandullas	MD	M	28024	41.0126	-3.6027	4
28739	Pinilla De Buitrago	pinilla-de-buitrago	MD	M	28097	40.9793	-3.6887	4
28739	Gargantilla Del Lozoya Y Pinil	gargantilla-del-lozoya-y-pinil	MD	M	28097	40.9912	-3.6742	3
28739	Navarredonda (Buitrago)	navarredonda-buitrago	MD	M	28097	40.9909	-3.6337	4
28739	San Mames	san-mames	MD	M	28097	40.9906	-3.7058	4
28739	Villavieja De Lozoya	villavieja-de-lozoya	MD	M	28097	41.004	-3.6687	4
28740	Puerto De Cotos	puerto-de-cotos	MD	M	28120	40.9041	-3.879	3
28740	Rascafria	rascafria	MD	M	28120	40.9041	-3.879	4
28741	Paular, Real El (Monasterio)	paular-real-el-monasterio	MD	M		40.9202	-3.7886	1
28742	Lozoya Del Valle	lozoya-del-valle	MD	M	28003	40.9202	-3.7886	1
28743	Garganta De Los Montes	garganta-de-los-montes	MD	M	28034	40.9199	-3.6838	4
28743	Canencia De La Sierra	canencia-de-la-sierra	MD	M	28034	40.9199	-3.6838	3
28749	Pinilla Del Valle	pinilla-del-valle	MD	M	28112	40.9245	-3.8169	4
28749	El Cuadron	el-cuadron	MD	M	28112	40.9413	-3.6572	4
28749	Alameda Del Valle	alameda-del-valle	MD	M	28112	40.9187	-3.8424	4
28749	Oteruelo Del Valle	oteruelo-del-valle	MD	M	28112	40.9129	-3.8521	4
28750	Valdeagua	valdeagua	MD	M	28045	40.3679	-3.6106	3
28750	San Agustin Del Guadalix	san-agustin-del-guadalix	MD	M	28045	40.6788	-3.6164	4
28750	Valdelagua (Urbanizacion)	valdelagua-urbanizacion	MD	M	28045	40.057	-3.6048	4
28751	La Cabrera	la-cabrera	MD	M	28030	40.8639	-3.6127	4
28752	Lozoyuela	lozoyuela	MD	M	28901	40.926	-3.6174	4
28753	Molino De Mazacortas	molino-de-mazacortas	MD	M	28901	40.9125	-3.5858	3
28753	Sieteiglesias	sieteiglesias	MD	M	28901	40.9125	-3.5858	4
28754	Navas De Buitrago	navas-de-buitrago	MD	M	28902	40.9337	-3.5945	4
28754	Cinco Villas	cinco-villas	MD	M	28902	40.9559	-3.609	4
28754	Mangiron	mangiron	MD	M	28902	40.9448	-3.6017	3
28754	Presa De Puentes Viejas	presa-de-puentes-viejas	MD	M	28902	40.9448	-3.6017	3
28755	La Acebeda	la-acebeda	MD	M	28001	41.0871	-3.6245	4
28755	Aoslos	aoslos	MD	M	28001	41.0554	-3.5971	4
28755	Robregordo	robregordo	MD	M	28001	41.1066	-3.5937	4
28755	La Mantilla	la-mantilla	MD	M	28001	41.0791	-3.6002	3
28755	Horcajo De La Sierra	horcajo-de-la-sierra	MD	M	28001	41.0672	-3.5853	4
28755	Madarcos	madarcos	MD	M	28001	41.0791	-3.6002	3
28755	El Hospital	el-hospital	MD	M	28001	41.0791	-3.6002	3
28756	Somosierra	somosierra	MD	M	28143	41.1327	-3.5824	4
28760	Tratamiento De Aguas (Goloso, El)	tratamiento-de-aguas-goloso-el	MD	M	28903	40.5534	-3.6997	4
28760	Colonia Militar El Goloso	colonia-militar-el-goloso	MD	M	28903	40.5882	-3.6988	3
28760	Soto De Viñuelas	soto-de-vinuelas	MD	M	28903	40.6102	-3.6887	4
28760	Tres Cantos	tres-cantos	MD	M	28903	40.6009	-3.7081	4
28760	Laboratorio Mopu, Km. 18,6	laboratorio-mopu-km-18-6	MD	M	28903	40.5882	-3.6988	3
28760	Goloso, De El (Estacion)	goloso-de-el-estacion	MD	M	28903	40.5882	-3.6988	3
28760	Colonia Valdecastellanos	colonia-valdecastellanos	MD	M	28903	40.5882	-3.6988	3
28760	Valdeloshielos, De Los (Finca)	valdeloshielos-de-los-finca	MD	M	28903	40.5882	-3.6988	3
28760	Valdelamasa, De (Finca)	valdelamasa-de-finca	MD	M	28903	40.5882	-3.6988	3
28760	Jarillas, De Las (Finca)	jarillas-de-las-finca	MD	M	28903	40.5882	-3.6988	3
28760	Castillo De Viñuelas	castillo-de-vinuelas	MD	M	28903	40.5882	-3.6988	3
28760	Madrid-Colmenar Viejo, Del Km. 17,500 Al 22,600 (Carretera)	madrid-colmenar-viejo-del-km-17-500-al-22-600-carretera	MD	M	28903	40.5882	-3.6988	3
28760	Cedex	cedex	MD	M	28903	40.5882	-3.6988	3
28770	Colmenar Viejo	colmenar-viejo	MD	M	28045	40.6591	-3.7676	4
28770	San Pedro	san-pedro	MD	M	28045	40.6591	-3.7676	3
28770	Centro Militar San Pedro	centro-militar-san-pedro	MD	M	28045	40.6591	-3.7676	3
28770	Hidraulica Santillana	hidraulica-santillana	MD	M	28045	40.6591	-3.7676	3
28770	Presa De Hidraulica (Santillana)	presa-de-hidraulica-santillana	MD	M	28045	40.6591	-3.7676	3
28791	Soto Del Real	soto-del-real	MD	M	28144	40.7526	-3.7802	4
28792	Miraflores De La Sierra, Anejos De	miraflores-de-la-sierra-anejos-de	MD	M	28085	40.8155	-3.7621	3
28792	Miraflores De La Sierra	miraflores-de-la-sierra	MD	M	28085	40.8155	-3.7621	4
28792	Miraflores De La Sierra, Extrarradio De	miraflores-de-la-sierra-extrarradio-de	MD	M	28085	40.8155	-3.7621	3
28793	Los Endrinales	los-endrinales	MD	M		40.7843	-3.7453	1
28794	Guadalix De La Sierra	guadalix-de-la-sierra	MD	M	28067	40.785	-3.6935	4
28794	Miralpantano	miralpantano	MD	M	28067	40.785	-3.6935	3
28800	Alcala De Henares	alcala-de-henares	MD	M		40.482	-3.36	4
28801	Alcala De Henares	alcala-de-henares	MD	M	28005	40.482	-3.36	4
28802	Alcala De Henares	alcala-de-henares	MD	M	28005	40.482	-3.36	4
28803	Alcala De Henares	alcala-de-henares	MD	M	28005	40.482	-3.36	4
28804	Alcala De Henares	alcala-de-henares	MD	M	28005	40.482	-3.36	4
28805	El Encin	el-encin	MD	M	28005	40.5303	-3.2956	4
28805	Alcala De Henares	alcala-de-henares	MD	M	28005	40.482	-3.36	4
28806	Alcala De Henares	alcala-de-henares	MD	M	28005	40.482	-3.36	4
28807	Alcala De Henares	alcala-de-henares	MD	M	28004	40.482	-3.36	4
28810	Los Hueros	los-hueros	MD	M	28172	40.4438	-3.3496	4
28810	Arlita	arlita	MD	M	28172	40.4371	-3.3243	3
28810	Villalbilla	villalbilla	MD	M	28172	40.4304	-3.299	4
28810	Gurugu	gurugu	MD	M	28172	40.4371	-3.3243	3
28810	Zulema	zulema	MD	M	28172	40.4371	-3.3243	3
28811	Corpa	corpa	MD	M	28048	40.4233	-3.26	4
28812	Valverde De Alcala	valverde-de-alcala	MD	M	28166	40.4167	-3.2963	4
28812	Pezuela De Las Torres	pezuela-de-las-torres	MD	M	28166	40.4161	-3.1736	4
28813	Pozuelo Del Rey	pozuelo-del-rey	MD	M	28116	40.3646	-3.317	4
28813	Torres De La Alameda	torres-de-la-alameda	MD	M	28116	40.4026	-3.3577	4
28814	Daganzo De Arriba	daganzo-de-arriba	MD	M	28053	40.5429	-3.4546	4
28815	Fresno De Torote	fresno-de-torote	MD	M	28057	40.5904	-3.41	4
28815	Serracines	serracines	MD	M	28057	40.6219	-3.3988	4
28815	Ribatejada	ribatejada	MD	M	28057	40.6642	-3.3898	4
28816	Poligono Alcanar	poligono-alcanar	MD	M	28032	40.5901	-3.3515	3
28816	Valdeavero	valdeavero	MD	M	28032	40.6298	-3.33	4
28816	Camarma De Esteruelas	camarma-de-esteruelas	MD	M	28032	40.5503	-3.3729	4
28817	Los Santos De La Humosa	los-santos-de-la-humosa	MD	M	28137	40.4997	-3.2533	4
28818	Anchuelo	anchuelo	MD	M	28012	40.4653	-3.2684	4
28818	Santorcaz	santorcaz	MD	M	28012	40.4718	-3.2346	4
28820	Coslada	coslada	MD	M		40.4238	-3.5613	4
28821	Coslada	coslada	MD	M	28049	40.4238	-3.5613	4
28822	Coslada	coslada	MD	M	28049	40.4238	-3.5613	4
28823	Coslada	coslada	MD	M	28049	40.4238	-3.5613	4
28830	Parque Empresarial San Fernando De Henares	parque-empresarial-san-fernando-de-henares	MD	M	28130	40.4239	-3.5326	3
28830	San Fernando De Henares	san-fernando-de-henares	MD	M	28130	40.4239	-3.5326	4
28830	Poligono Industrial San Fernando	poligono-industrial-san-fernando	MD	M	28130	40.4239	-3.5326	3
28840	Mejorada Del Campo	mejorada-del-campo	MD	M	28084	40.3928	-3.4819	4
28850	Base Aerea Conjunta Torrejon	base-aerea-conjunta-torrejon	MD	M	28148	40.4554	-3.4697	3
28850	Torrejon De Ardoz	torrejon-de-ardoz	MD	M	28148	40.4554	-3.4697	4
28850	Barrio De El Castillo	barrio-de-el-castillo	MD	M	28148	40.4554	-3.4697	3
28851	Parque Corredor Del Henares (Mercado)	parque-corredor-del-henares-mercado	MD	M		40.4554	-3.4697	1
28860	Paracuellos De Jarama	paracuellos-de-jarama	MD	M	28104	40.5035	-3.5278	4
28861	Los Berrocales De Jarama	los-berrocales-de-jarama	MD	M	28104	40.539	-3.5064	1
28862	Belvis De Jarama	belvis-de-jarama	MD	M	28104	40.5608	-3.5476	4
28862	Belvis Nuevo	belvis-nuevo	MD	M	28104	40.5608	-3.5476	3
28863	Cobeña	cobena	MD	M	28041	40.5667	-3.5	4
28864	Ajalvir	ajalvir	MD	M	28002	40.532	-3.4784	4
28864	Poligono Industrial Coumar	poligono-industrial-coumar	MD	M	28002	40.532	-3.4784	3
28864	Cobeña, De (Ajalvir) (Carretera)	cobena-de-ajalvir-carretera	MD	M	28002	40.532	-3.4784	4
28864	Poligono Del Calvario	poligono-del-calvario	MD	M	28002	40.532	-3.4784	3
28864	Poligono Industrial Ajalvir	poligono-industrial-ajalvir	MD	M	28002	40.532	-3.4784	3
28870	Alcala De Henares	alcala-de-henares	MD	M		40.482	-3.36	4
28880	Meco	meco	MD	M	28083	40.5527	-3.3289	4
28880	Alameda	alameda	MD	M	28083	40.5527	-3.3289	3
28880	Barrio Nuevo (Venta Del Meco)	barrio-nuevo-venta-del-meco	MD	M	28083	40.5527	-3.3289	3
28890	Loeches	loeches	MD	M	28075	40.3833	-3.4	4
28891	Velilla De San Antonio	velilla-de-san-antonio	MD	M	28167	40.3652	-3.4848	4
28900	Getafe	getafe	MD	M		40.3057	-3.7329	4
28901	Getafe	getafe	MD	M	28065	40.3057	-3.7329	4
28902	Getafe	getafe	MD	M	28065	40.3057	-3.7329	4
28903	Getafe	getafe	MD	M	28065	40.3057	-3.7329	4
28904	Getafe	getafe	MD	M	28065	40.3057	-3.7329	4
28905	Getafe	getafe	MD	M	28065	40.3057	-3.7329	4
28906	Getafe	getafe	MD	M	28065	40.3057	-3.7329	4
28907	Getafe	getafe	MD	M	28065	40.3057	-3.7329	4
28909	Getafe	getafe	MD	M	28065	40.3057	-3.7329	4
28910	Leganes	leganes	MD	M		40.3272	-3.7635	4
28911	Leganes	leganes	MD	M	28074	40.3272	-3.7635	4
28912	Leganes	leganes	MD	M	28074	40.3272	-3.7635	4
28913	Leganes	leganes	MD	M	28074	40.3272	-3.7635	4
28914	Leganes	leganes	MD	M	28074	40.3272	-3.7635	4
28915	Leganes	leganes	MD	M	28074	40.3272	-3.7635	4
28916	Leganes	leganes	MD	M	28074	40.3272	-3.7635	4
28917	La Fortuna	la-fortuna	MD	M	28074	40.3272	-3.7635	3
28917	Leganes	leganes	MD	M	28074	40.3272	-3.7635	4
28918	Leganes	leganes	MD	M	28074	40.3272	-3.7635	4
28919	Leganes	leganes	MD	M	28074	40.3272	-3.7635	4
28920	Alcorcon	alcorcon	MD	M		40.3458	-3.8249	4
28921	Alcorcon	alcorcon	MD	M	28007	40.3458	-3.8249	4
28922	Alcorcon	alcorcon	MD	M	28007	40.3458	-3.8249	4
28923	Alcorcon	alcorcon	MD	M	28007	40.3458	-3.8249	4
28924	Alcorcon	alcorcon	MD	M	28007	40.3458	-3.8249	4
28925	Alcorcon	alcorcon	MD	M	28007	40.3458	-3.8249	4
28930	Mostoles	mostoles	MD	M		40.3223	-3.865	4
28931	Mostoles	mostoles	MD	M	28092	40.3223	-3.865	4
28932	Mostoles	mostoles	MD	M	28092	40.3223	-3.865	4
28933	Mostoles	mostoles	MD	M	28092	40.3223	-3.865	4
28934	Mostoles	mostoles	MD	M	28092	40.3223	-3.865	4
28935	Mostoles	mostoles	MD	M	28092	40.3223	-3.865	4
28936	Mostoles	mostoles	MD	M	28092	40.3223	-3.865	4
28937	Mostoles	mostoles	MD	M	28092	40.3223	-3.865	4
28938	Combos, Los (Arroyomolinos)	combos-los-arroyomolinos	MD	M	28092	40.2695	-3.9195	4
28938	Mostoles	mostoles	MD	M	28092	40.3223	-3.865	4
28939	Valdefuentes	valdefuentes	MD	M	28015	40.2695	-3.9195	3
28939	Arroyomolinos	arroyomolinos	MD	M	28015	40.2695	-3.9195	4
28939	San Martin (Arroyomolinos)	san-martin-arroyomolinos	MD	M	28015	40.2695	-3.9195	4
28940	Fuenlabrada	fuenlabrada	MD	M		40.2842	-3.7941	4
28941	Fuenlabrada	fuenlabrada	MD	M	28058	40.2842	-3.7941	4
28942	Fuenlabrada	fuenlabrada	MD	M	28058	40.2842	-3.7941	4
28943	Fuenlabrada	fuenlabrada	MD	M	28058	40.2842	-3.7941	4
28944	Fuenlabrada	fuenlabrada	MD	M	28058	40.2842	-3.7941	4
28945	Fuenlabrada	fuenlabrada	MD	M	28058	40.2842	-3.7941	4
28946	Fuenlabrada	fuenlabrada	MD	M	28058	40.2842	-3.7941	4
28947	Fuenlabrada	fuenlabrada	MD	M	28058	40.2842	-3.7941	4
28950	Moraleja De Enmedio	moraleja-de-enmedio	MD	M	28089	40.2613	-3.8596	4
28970	Humanes De Madrid	humanes-de-madrid	MD	M	28073	40.2504	-3.8306	4
28971	Griñon	grinon	MD	M	28066	40.2125	-3.8548	4
28976	Batres	batres	MD	M	28017	40.2098	-3.9233	4
28977	Casarrubuelos	casarrubuelos	MD	M	28036	40.1715	-3.8311	4
28978	Cubas De La Sagra	cubas-de-la-sagra	MD	M	28050	40.189	-3.8353	4
28979	Serranillos Del Valle	serranillos-del-valle	MD	M	28140	40.2021	-3.8819	4
28980	Parla	parla	MD	M		40.236	-3.7675	4
28981	Parla	parla	MD	M	28106	40.236	-3.7675	4
28982	Parla	parla	MD	M	28106	40.236	-3.7675	4
28983	Parla	parla	MD	M	28106	40.236	-3.7675	4
28984	Parla	parla	MD	M	28106	40.236	-3.7675	4
28990	Torrejon De Velasco	torrejon-de-velasco	MD	M	28150	40.1875	-3.7768	4
28991	Torrejon De La Calzada	torrejon-de-la-calzada	MD	M	28149	40.1989	-3.797	4
52001	Melilla	melilla	ML	ME	52001	35.2937	-2.9383	4
52002	Melilla	melilla	ML	ME	52001	35.2937	-2.9383	4
52003	Melilla	melilla	ML	ME	52001	35.2937	-2.9383	4
52004	Melilla	melilla	ML	ME	52001	35.2937	-2.9383	4
52005	Melilla	melilla	ML	ME	52001	35.2937	-2.9383	4
52006	Melilla	melilla	ML	ME	52001	35.2937	-2.9383	4
52070	Melilla	melilla	ML	ME		35.2937	-2.9383	4
52071	Melilla	melilla	ML	ME		35.2937	-2.9383	4
52080	Melilla	melilla	ML	ME		35.2937	-2.9383	4
31001	Pamplona/Iruña	pamplona-iruna	NC	NA	31201	42.8169	-1.6432	4
31002	Pamplona/Iruña	pamplona-iruna	NC	NA	31201	42.8169	-1.6432	4
31003	Pamplona/Iruña	pamplona-iruna	NC	NA	31201	42.8169	-1.6432	4
31004	Pamplona/Iruña	pamplona-iruna	NC	NA	31201	42.8169	-1.6432	4
31005	Pamplona/Iruña	pamplona-iruna	NC	NA	31201	42.8169	-1.6432	4
31006	Pamplona/Iruña	pamplona-iruna	NC	NA	31201	42.8169	-1.6432	4
31007	Pamplona/Iruña	pamplona-iruna	NC	NA	31201	42.8169	-1.6432	4
31008	Pamplona/Iruña	pamplona-iruna	NC	NA	31201	42.8169	-1.6432	4
31009	Pamplona/Iruña	pamplona-iruna	NC	NA	31201	42.8169	-1.6432	4
31010	Pamplona/Iruña	pamplona-iruna	NC	NA	31201	42.8169	-1.6432	4
31011	Pamplona/Iruña	pamplona-iruna	NC	NA	31201	42.8169	-1.6432	4
31012	Pamplona/Iruña	pamplona-iruna	NC	NA	31201	42.8169	-1.6432	4
31013	Pamplona/Iruña	pamplona-iruna	NC	NA	31902	42.8169	-1.6432	4
31014	Pamplona/Iruña	pamplona-iruna	NC	NA	31201	42.8169	-1.6432	4
31015	Pamplona/Iruña	pamplona-iruna	NC	NA	31201	42.8169	-1.6432	4
31016	Mendillorri	mendillorri	NC	NA	31201	42.8169	-1.6432	3
31016	Pamplona/Iruña	pamplona-iruna	NC	NA	31201	42.8169	-1.6432	4
31070	Pamplona/Iruña	pamplona-iruna	NC	NA		42.8169	-1.6432	4
31071	Pamplona/Iruña	pamplona-iruna	NC	NA		42.8169	-1.6432	4
31080	Pamplona/Iruña	pamplona-iruna	NC	NA		42.8169	-1.6432	4
31100	Señorio De Sarria	senorio-de-sarria	NC	NA	31206	42.6729	-1.8141	3
31100	Puente La Reina/Gares	puente-la-reina-gares	NC	NA	31206	42.6729	-1.8141	4
31100	Gares	gares	NC	NA	31206	42.6729	-1.8141	4
31109	Artazu	artazu	NC	NA	31039	42.6923	-1.8395	4
31110	Noain	noain	NC	NA	31088	42.7624	-1.6345	4
31110	Aeropuerto De Noain (Pamplona)	aeropuerto-de-noain-pamplona	NC	NA	31088	42.7624	-1.6345	3
31119	Oriz	oriz	NC	NA	31088	42.7255	-1.6152	4
31119	Imarcoain	imarcoain	NC	NA	31088	42.7375	-1.6152	4
31119	Torres De Elorz	torres-de-elorz	NC	NA	31088	42.7338	-1.5963	4
31119	Guerendiain (Elorz)	guerendiain-elorz	NC	NA	31088	42.7323	-1.6089	3
31130	Mañeru	maneru	NC	NA	31161	42.67	-1.863	4
31131	Cirauqui/Zirauki	cirauqui-zirauki	NC	NA	31074	42.688	-1.846	1
31132	Villatuerta	villatuerta	NC	NA	31257	42.6602	-1.9925	4
31133	Legarda	legarda	NC	NA	31147	42.7118	-1.7685	4
31133	Uterga	uterga	NC	NA	31147	42.7098	-1.76	4
31133	Basongaiz	basongaiz	NC	NA	31147	42.7108	-1.7642	3
31140	Artajona	artajona	NC	NA	31038	42.5887	-1.765	4
31150	Muruzabal De Andion	muruzabal-de-andion	NC	NA	31167	42.6038	-1.8552	4
31150	Mendigorria	mendigorria	NC	NA	31167	42.6282	-1.8345	4
31150	Nuestra Señora De Andion	nuestra-senora-de-andion	NC	NA	31167	42.616	-1.8449	3
31151	Obanos	obanos	NC	NA	31183	42.6807	-1.7849	4
31152	Muruzabal	muruzabal	NC	NA	31180	42.6905	-1.7693	4
31153	Eneriz/Eneritz	eneriz-eneritz	NC	NA	31007	42.6863	-1.7353	3
31153	Adios	adios	NC	NA	31007	42.6863	-1.7353	4
31153	Larrain	larrain	NC	NA	31007	42.6863	-1.7353	3
31154	Tirapu	tirapu	NC	NA	31018	42.6574	-1.7026	4
31154	Ucar	ucar	NC	NA	31018	42.6569	-1.7024	4
31154	Añorbe	anorbe	NC	NA	31018	42.6573	-1.7149	4
31160	Orkoien	orkoien	NC	NA	31906	42.8238	-1.7049	4
31170	Arazuri	arazuri	NC	NA	31193	42.8169	-1.7207	4
31170	Iza/Itza	iza-itza	NC	NA	31193	42.8366	-1.7294	4
31171	Asiain	asiain	NC	NA	31193	42.8322	-1.7873	4
31171	Olza	olza	NC	NA	31193	42.8278	-1.7684	3
31171	Lizasoain	lizasoain	NC	NA	31193	42.8349	-1.7699	4
31171	Ororbia	ororbia	NC	NA	31193	42.8164	-1.7479	4
31172	Munarriz	munarriz	NC	NA	31194	42.8162	-1.8997	4
31172	Ollo	ollo	NC	NA	31194	42.8667	-1.85	4
31172	Senosiain	senosiain	NC	NA	31194	42.8668	-1.8639	4
31172	Urdanoz	urdanoz	NC	NA	31194	42.8253	-1.8847	4
31172	Goñi	goni	NC	NA	31194	42.8517	-1.9036	4
31172	Aizpun	aizpun	NC	NA	31194	42.8328	-1.8749	4
31172	Anotz	anotz	NC	NA	31194	42.8667	-1.8167	4
31172	Azanza	azanza	NC	NA	31194	42.8333	-1.85	4
31172	Ultzurrun	ultzurrun	NC	NA	31194	42.85	-1.85	4
31172	Egillor (Ollo)	egillor-ollo	NC	NA	31194	42.8667	-1.85	4
31172	Lete	lete	NC	NA	31194	42.8504	-1.8622	3
31172	Iltzarbe	iltzarbe	NC	NA	31194	42.8667	-1.8333	4
31172	Arteta	arteta	NC	NA	31194	42.8621	-1.8701	4
31172	Saldise	saldise	NC	NA	31194	42.8504	-1.8622	3
31172	Beasoain	beasoain	NC	NA	31194	42.8504	-1.8622	3
31173	Izu	izu	NC	NA	31193	42.8272	-1.7893	4
31173	Ibero	ibero	NC	NA	31193	42.8029	-1.7751	4
31173	Artazcoz	artazcoz	NC	NA	31193	42.8188	-1.7817	4
31173	Izcue	izcue	NC	NA	31193	42.8167	-1.7667	4
31174	Bidaurreta	bidaurreta	NC	NA	31085	42.7723	-1.8046	3
31174	Ubani	ubani	NC	NA	31085	42.7726	-1.7841	4
31174	Arguiñariz	arguinariz	NC	NA	31085	42.743	-1.861	4
31174	Elio	elio	NC	NA	31085	42.7723	-1.8046	3
31174	Larraya	larraya	NC	NA	31085	42.7771	-1.764	4
31174	Belascoain	belascoain	NC	NA	31085	42.7562	-1.8323	4
31174	Echarri (Echarri)	echarri-echarri	NC	NA	31085	42.7723	-1.8046	3
31174	Otazu	otazu	NC	NA	31085	42.7845	-1.7903	4
31174	Arraiza	arraiza	NC	NA	31085	42.7679	-1.8063	4
31174	Zabalza/Zabaltza	zabalza-zabaltza	NC	NA	31085	42.7723	-1.8046	3
31174	Eriete	eriete	NC	NA	31085	42.7872	-1.7705	4
31174	Ciriza	ciriza	NC	NA	31085	42.7902	-1.8282	4
31174	Etxauri	etxauri	NC	NA	31085	42.7723	-1.8046	3
31175	Izurzu	izurzu	NC	NA	31120	42.7824	-1.8654	4
31175	Salinas De Oro/Jaitz	salinas-de-oro-jaitz	NC	NA	31120	42.7824	-1.8654	3
31175	Muniain De Guesalaz	muniain-de-guesalaz	NC	NA	31120	42.7824	-1.8654	3
31176	Arguiñano	arguinano	NC	NA	31120	42.7755	-1.9245	4
31176	Guembe	guembe	NC	NA	31120	42.7823	-1.9077	4
31176	Villanueva De Yerri/Hiriberri Deierri	villanueva-de-yerri-hiriberri-deierri	NC	NA	31120	42.7368	-1.9478	4
31176	Vidaurre	vidaurre	NC	NA	31120	42.7769	-1.9128	4
31176	Iturgoyen	iturgoyen	NC	NA	31120	42.7761	-1.9544	4
31176	Riezu/Errezu	riezu-errezu	NC	NA	31120	42.7619	-1.9506	4
31176	Irujo	irujo	NC	NA	31120	42.7668	-1.9264	4
31176	Muez	muez	NC	NA	31120	42.7548	-1.9336	4
31177	Casetas De Ciriza/Ziritzako Etxeak	casetas-de-ciriza-ziritzako-etxeak	NC	NA	31260	42.7453	-1.9972	3
31177	Lezaun	lezaun	NC	NA	31260	42.7774	-1.9938	4
31177	Arizala/Aritzala	arizala-aritzala	NC	NA	31260	42.7284	-1.9997	4
31177	Ibiricu De Yerri/Ibiriku Deierri	ibiricu-de-yerri-ibiriku-deierri	NC	NA	31260	42.7465	-2.023	4
31177	Arizaleta/Aritzaleta	arizaleta-aritzaleta	NC	NA	31260	42.758	-1.9774	4
31177	Azcona/Aizkoa	azcona-aizkoa	NC	NA	31260	42.7411	-1.9947	4
31177	Ugar	ugar	NC	NA	31260	42.7323	-1.9753	4
31177	Iruñela	irunela	NC	NA	31260	42.7333	-2.0167	4
31178	Anderaz	anderaz	NC	NA	31002	42.7272	-2.0227	3
31178	Abarzuza	abarzuza	NC	NA	31002	42.7272	-2.0227	4
31178	Iranzu (Monasterio)	iranzu-monasterio	NC	NA	31002	42.7272	-2.0227	3
31179	Muru (Yerri)	muru-yerri	NC	NA	31260	42.7016	-1.9381	4
31179	Bearin	bearin	NC	NA	31260	42.692	-2.0278	4
31180	Zizur Mayor/Zizur Nagusia	zizur-mayor-zizur-nagusia	NC	NA	31907	42.7879	-1.6907	4
31190	Undiano/Undio	undiano-undio	NC	NA	31076	42.7712	-1.7248	3
31190	Sagües	sagues	NC	NA	31076	42.7853	-1.7232	4
31190	Guendulain (Astrain)	guendulain-astrain	NC	NA	31076	42.7712	-1.7248	3
31190	Zariquiegui	zariquiegui	NC	NA	31076	42.7485	-1.7226	4
31190	Gazolaz	gazolaz	NC	NA	31076	42.7712	-1.7248	3
31190	Muru-Astrain	muru-astrain	NC	NA	31076	42.7652	-1.741	4
31190	Paternain	paternain	NC	NA	31076	42.7852	-1.744	4
31190	Cizur Menor	cizur-menor	NC	NA	31076	42.7866	-1.6773	4
31190	Astrain	astrain	NC	NA	31076	42.7562	-1.7406	4
31191	Subiza	subiza	NC	NA	31109	42.7177	-1.6717	4
31191	Galar	galar	NC	NA	31109	42.7615	-1.6988	4
31191	Olaz Subiza	olaz-subiza	NC	NA	31109	42.71	-1.6595	4
31191	Esquiroz (Galar)	esquiroz-galar	NC	NA	31109	42.7461	-1.6647	3
31191	Salinas De Pamplona	salinas-de-pamplona	NC	NA	31109	42.7534	-1.6502	4
31191	Cordovilla	cordovilla	NC	NA	31109	42.8	-1.6333	4
31191	Barbatain	barbatain	NC	NA	31109	42.7461	-1.6647	3
31191	Arlegui	arlegui	NC	NA	31109	42.7429	-1.6765	4
31191	Beriain	beriain	NC	NA	31109	42.7335	-1.6445	4
31191	Esparza De Galar	esparza-de-galar	NC	NA	31109	42.75	-1.6833	4
31192	Tajonar/Taxoare	tajonar-taxoare	NC	NA	31023	42.7688	-1.6081	4
31192	Aranguren	aranguren	NC	NA	31023	42.7709	-1.5735	3
31192	Labiano	labiano	NC	NA	31023	42.7575	-1.5485	4
31192	Zolina	zolina	NC	NA	31023	42.7675	-1.585	4
31192	Ilundain	ilundain	NC	NA	31023	42.7709	-1.5735	3
31192	Badostain	badostain	NC	NA	31023	42.799	-1.5956	4
31192	Laquidain/Lakidain	laquidain-lakidain	NC	NA	31023	42.7709	-1.5735	3
31192	Gongora	gongora	NC	NA	31023	42.7616	-1.5305	4
31192	Mutilva/Mutiloa	mutilva-mutiloa	NC	NA	31023	42.7709	-1.5735	3
31192	Ardanaz De Egues	ardanaz-de-egues	NC	NA	31023	42.7709	-1.5735	3
31193	Nuin	nuin	NC	NA	31040	42.915	-1.718	4
31193	Ollacarizqueta	ollacarizqueta	NC	NA	31040	42.9075	-1.7013	3
31193	Beorburu	beorburu	NC	NA	31040	42.9154	-1.7325	4
31193	Navaz	navaz	NC	NA	31040	42.8927	-1.6773	4
31193	Amalain	amalain	NC	NA	31040	42.9075	-1.7013	3
31193	Marcalain	marcalain	NC	NA	31040	42.8979	-1.6953	4
31193	Usi	usi	NC	NA	31040	42.9075	-1.7013	3
31193	Belzunce	belzunce	NC	NA	31040	42.9075	-1.7013	3
31193	Osacar	osacar	NC	NA	31040	42.9075	-1.7013	3
31193	Eguaras	eguaras	NC	NA	31040	42.9167	-1.6833	4
31193	Garciriain	garciriain	NC	NA	31040	42.9075	-1.7013	3
31193	Larrayoz	larrayoz	NC	NA	31040	42.9075	-1.7013	3
31194	Azoz	azoz	NC	NA	31101	42.8455	-1.6335	4
31194	Cildoz	cildoz	NC	NA	31101	42.8833	-1.6667	4
31194	Arre	arre	NC	NA	31101	42.843	-1.6135	4
31194	Maquirriain (Ezcabarte)	maquirriain-ezcabarte	NC	NA	31101	42.8582	-1.6286	3
31194	Oricain	oricain	NC	NA	31101	42.8517	-1.6197	4
31194	Eusa	eusa	NC	NA	31101	42.8582	-1.6286	3
31194	Sorauren	sorauren	NC	NA	31101	42.8677	-1.6094	4
31194	Aderiz	aderiz	NC	NA	31101	42.8582	-1.6286	3
31194	Ezcaba	ezcaba	NC	NA	31101	42.8582	-1.6286	3
31194	Garrues	garrues	NC	NA	31101	42.8582	-1.6286	3
31194	La Trinidad De Arre	la-trinidad-de-arre	NC	NA	31101	42.8582	-1.6286	3
31194	Unzu	unzu	NC	NA	31101	42.8582	-1.6286	3
31194	Orrio	orrio	NC	NA	31101	42.8582	-1.6286	3
31195	Berrioplano	berrioplano	NC	NA	31902	42.8547	-1.6969	3
31195	Berriosuso	berriosuso	NC	NA	31902	42.8607	-1.6874	4
31195	Elcarte	elcarte	NC	NA	31902	42.8547	-1.6969	3
31195	Aizoain	aizoain	NC	NA	31902	42.85	-1.6333	4
31195	Ballariain	ballariain	NC	NA	31902	42.8547	-1.6969	3
31195	Loza	loza	NC	NA	31902	42.8415	-1.7147	4
31195	Oteiza De Berrioplano	oteiza-de-berrioplano	NC	NA	31902	42.8547	-1.6969	3
31195	Larragueta	larragueta	NC	NA	31902	42.8572	-1.7297	4
31195	Añezcar	anezcar	NC	NA	31902	42.8641	-1.7191	4
31200	Estella/Lizarra	estella-lizarra	NC	NA	31097	42.6718	-2.0323	4
31200	Lizarra	lizarra	NC	NA	31097	42.6718	-2.0323	4
31208	Irache (Urbanizacion)	irache-urbanizacion	NC	NA	31041	42.6718	-2.0323	1
31210	Los Arcos	los-arcos	NC	NA	31029	42.5708	-2.1928	4
31219	Cabrega	cabrega	NC	NA	31175	42.6199	-2.2481	3
31219	Sorlada	sorlada	NC	NA	31175	42.6151	-2.2153	4
31219	Ubago	ubago	NC	NA	31175	42.617	-2.2648	4
31219	Mues	mues	NC	NA	31175	42.6057	-2.2267	4
31219	Otiñano	otinano	NC	NA	31175	42.6268	-2.2979	4
31219	Mirafuentes	mirafuentes	NC	NA	31175	42.623	-2.2797	4
31219	Piedramillera	piedramillera	NC	NA	31175	42.632	-2.2042	4
31220	Sansol	sansol	NC	NA	31219	42.5536	-2.2668	4
31227	Marañon	maranon	NC	NA	31141	42.6294	-2.4393	4
31227	Meano	meano	NC	NA	31141	42.6035	-2.4764	4
31227	Lapoblacion	lapoblacion	NC	NA	31141	42.6048	-2.4601	4
31227	Cabredo	cabredo	NC	NA	31141	42.6297	-2.4113	4
31227	Genevilla	genevilla	NC	NA	31141	42.6452	-2.3902	4
31228	Armañanzas	armananzas	NC	NA	31096	42.5596	-2.2848	4
31228	Torralba Del Rio	torralba-del-rio	NC	NA	31096	42.6268	-2.2979	4
31228	Azuelo	azuelo	NC	NA	31096	42.6084	-2.3499	4
31228	Espronceda	espronceda	NC	NA	31096	42.5971	-2.3052	4
31228	Aguilar De Codes	aguilar-de-codes	NC	NA	31096	42.6125	-2.3899	4
31229	Desojo	desojo	NC	NA	31079	42.5879	-2.2744	4
31229	Torres Del Rio	torres-del-rio	NC	NA	31079	42.5516	-2.2729	4
31229	El Busto	el-busto	NC	NA	31079	42.5488	-2.2409	4
31229	Bargota	bargota	NC	NA	31079	42.5598	-2.3107	4
31230	Viana	viana	NC	NA	31251	42.5155	-2.3712	4
31230	Recajo	recajo	NC	NA	31251	42.5155	-2.3712	3
31239	Aras	aras	NC	NA	31026	42.5617	-2.356	4
31240	Ayegui/Aiegi	ayegui-aiegi	NC	NA	31041	42.6566	-2.0393	4
31241	Azqueta	azqueta	NC	NA	31168	42.6355	-2.087	4
31241	Arbeiza	arbeiza	NC	NA	31168	42.6754	-2.0635	4
31241	Metauten	metauten	NC	NA	31168	42.6771	-2.1301	4
31241	Zufia	zufia	NC	NA	31168	42.6664	-2.1037	4
31241	Iguzquiza	iguzquiza	NC	NA	31168	42.6455	-2.0855	4
31241	Ollobarren	ollobarren	NC	NA	31168	42.6875	-2.1344	4
31241	Labeaga	labeaga	NC	NA	31168	42.6496	-2.1071	4
31241	Zubielqui	zubielqui	NC	NA	31168	42.6789	-2.0677	4
31241	Ganuza	ganuza	NC	NA	31168	42.669	-2.1038	3
31241	Ollogoyen	ollogoyen	NC	NA	31168	42.6869	-2.1471	4
31241	Arteaga	arteaga	NC	NA	31168	42.6871	-2.1121	4
31242	Villamayor De Monjardin	villamayor-de-monjardin	NC	NA	31255	42.6294	-2.105	4
31243	Barbarin	barbarin	NC	NA	31036	42.602	-2.102	4
31243	Arroniz	arroniz	NC	NA	31036	42.5882	-2.0924	4
31243	Urbiola	urbiola	NC	NA	31036	42.6165	-2.1032	4
31243	Luquin	luquin	NC	NA	31036	42.6122	-2.099	4
31250	Oteiza	oteiza	NC	NA	31200	42.6191	-1.9538	4
31251	Larraga	larraga	NC	NA	31142	42.5584	-1.8495	4
31252	Berbinzana	berbinzana	NC	NA	31053	42.5278	-1.8342	4
31253	Miranda De Arga	miranda-de-arga	NC	NA	31171	42.4834	-1.8276	4
31254	Vergalijo	vergalijo	NC	NA		42.4723	-1.8048	4
31260	Lerin	lerin	NC	NA	31152	42.4832	-1.9718	4
31261	Andosilla	andosilla	NC	NA	31015	42.3833	-1.6667	4
31262	Allo	allo	NC	NA	31012	42.5674	-2.0205	4
31263	Dicastillo	dicastillo	NC	NA	31030	42.5965	-2.0267	4
31263	Arellano	arellano	NC	NA	31030	42.606	-2.0465	4
31264	Morentin	morentin	NC	NA	31005	42.6129	-2.0139	4
31264	Echavarri, De (Caserio)	echavarri-de-caserio	NC	NA	31005	42.6179	-2.0111	3
31264	Aberin	aberin	NC	NA	31005	42.6187	-2.0071	4
31264	Muniain De La Solana	muniain-de-la-solana	NC	NA	31005	42.6222	-2.0122	4
31270	Larraona	larraona	NC	NA	31143	42.7797	-2.2568	4
31271	Aranarache/Aranaratxe	aranarache-aranaratxe	NC	NA	31021	42.7798	-2.2292	4
31271	Eulate	eulate	NC	NA	31021	42.7764	-2.2064	4
31272	Urra	urra	NC	NA	31013	42.7713	-2.1367	3
31272	Ecala	ecala	NC	NA	31013	42.7621	-2.184	4
31272	Zudaire	zudaire	NC	NA	31013	42.773	-2.1336	4
31272	San Martin De Amescoa	san-martin-de-amescoa	NC	NA	31013	42.767	-2.1687	4
31272	Artaza	artaza	NC	NA	31013	42.7696	-2.1092	4
31272	Baquedano	baquedano	NC	NA	31013	42.7838	-2.1198	4
31272	Barindano	barindano	NC	NA	31013	42.7658	-2.1306	4
31272	Gollano	gollano	NC	NA	31013	42.7777	-2.1109	4
31280	Murieta	murieta	NC	NA	31177	42.6562	-2.1545	4
31280	Mendilibarri	mendilibarri	NC	NA	31177	42.659	-2.1701	4
31280	Abaigar	abaigar	NC	NA	31177	42.6482	-2.1418	4
31281	Etayo	etayo	NC	NA	31099	42.617	-2.1545	4
31281	Olejua	olejua	NC	NA	31099	42.6233	-2.142	4
31281	Learza	learza	NC	NA	31099	42.6168	-2.1795	4
31281	Legaria	legaria	NC	NA	31099	42.6492	-2.1739	4
31281	Oco	oco	NC	NA	31099	42.6383	-2.1648	4
31281	Ancin/Antzin	ancin-antzin	NC	NA	31099	42.6605	-2.1889	4
31282	Asarta	asarta	NC	NA	31182	42.646	-2.2592	4
31282	Acedo	acedo	NC	NA	31182	42.6415	-2.258	3
31282	Nazar	nazar	NC	NA	31182	42.6369	-2.2797	4
31282	Mendaza	mendaza	NC	NA	31182	42.6417	-2.2352	4
31283	Viloria	viloria	NC	NA	31139	42.7109	-2.2351	4
31283	Ulibarri	ulibarri	NC	NA	31139	42.7232	-2.2449	4
31283	Narcue	narcue	NC	NA	31139	42.7248	-2.2574	4
31283	Galbarra	galbarra	NC	NA	31139	42.7091	-2.2491	4
31283	Gastiain	gastiain	NC	NA	31139	42.7209	-2.2832	4
31284	Zuñiga	zuniga	NC	NA	31265	42.6925	-2.2998	4
31290	Artavia	artavia	NC	NA	31260	42.7332	-2.083	4
31290	Eraul	eraul	NC	NA	31260	42.717	-2.0498	4
31290	Muneta	muneta	NC	NA	31260	42.7133	-2.0989	4
31290	Aramendia	aramendia	NC	NA	31260	42.7113	-2.1056	4
31290	Amillano	amillano	NC	NA	31260	42.7185	-2.0732	4
31290	Larrion	larrion	NC	NA	31260	42.7087	-2.0757	4
31290	Galdeano	galdeano	NC	NA	31260	42.7249	-2.0926	4
31290	Echavarri (Allin)	echavarri-allin	NC	NA	31260	42.7154	-2.0817	3
31290	Eulz	eulz	NC	NA	31260	42.6962	-2.075	4
31291	Garisoain	garisoain	NC	NA	31120	42.7199	-1.9109	4
31291	Muzqui	muzqui	NC	NA	31120	42.7361	-1.9132	4
31291	Irurre	irurre	NC	NA	31120	42.7138	-1.9272	4
31291	Estenoz	estenoz	NC	NA	31120	42.7442	-1.9228	4
31291	Echarren (Guirguillano)	echarren-guirguillano	NC	NA	31120	42.7316	-1.912	3
31291	Lerate	lerate	NC	NA	31120	42.7185	-1.9356	4
31291	Viguria	viguria	NC	NA	31120	42.7568	-1.909	4
31291	Arzoz	arzoz	NC	NA	31120	42.746	-1.8989	4
31291	Guirguillano	guirguillano	NC	NA	31120	42.7173	-1.878	4
31292	Legardeta	legardeta	NC	NA	31257	42.6894	-1.9792	3
31292	Lorca/Lorka	lorca-lorka	NC	NA	31257	42.6667	-1.9333	4
31292	Arinzano	arinzano	NC	NA	31257	42.6894	-1.9792	3
31292	Grocin/Gorozin	grocin-gorozin	NC	NA	31257	42.6819	-1.9961	4
31292	Arandigoyen/Arandigoien	arandigoyen-arandigoien	NC	NA	31257	42.6894	-1.9792	3
31292	Murugarren	murugarren	NC	NA	31257	42.7025	-2.0093	4
31292	Eguiarte	eguiarte	NC	NA	31257	42.6894	-1.9792	3
31292	Zurucuain/Zurukuain	zurucuain-zurukuain	NC	NA	31257	42.6914	-1.9983	4
31292	Alloz/Allotz	alloz-allotz	NC	NA	31257	42.6939	-1.9597	4
31292	Lacar/Lakar	lacar-lakar	NC	NA	31257	42.685	-1.9587	4
31292	Murillo De Yerri/Murelu Deierri	murillo-de-yerri-murelu-deierri	NC	NA	31257	42.6837	-1.9765	4
31292	Zabal	zabal	NC	NA	31257	42.7098	-2.0017	4
31293	Sesma	sesma	NC	NA	31224	42.4775	-2.0835	4
31300	Tafalla	tafalla	NC	NA	31227	42.5269	-1.6745	4
31310	Oliva, La (Monasterio)	oliva-la-monasterio	NC	NA	31067	42.3791	-1.4438	3
31310	Carcastillo	carcastillo	NC	NA	31067	42.3791	-1.4438	4
31311	Figarol	figarol	NC	NA	31067	42.3767	-1.5413	1
31312	San Isidro Del Pinar	san-isidro-del-pinar	NC	NA	31069	42.3767	-1.5413	1
31313	Murillo El Fruto	murillo-el-fruto	NC	NA	31179	42.3927	-1.4603	4
31314	Santacara	santacara	NC	NA	31220	42.3667	-1.6333	4
31315	Traibuenas	traibuenas	NC	NA	31178	42.3684	-1.6278	4
31320	Milagro	milagro	NC	NA	31169	42.2416	-1.7659	4
31330	Villafranca	villafranca	NC	NA	31254	42.2793	-1.7463	4
31340	Marcilla	marcilla	NC	NA	31163	42.3279	-1.7371	4
31350	Peralta/Azkoien	peralta-azkoien	NC	NA	31202	42.3383	-1.8003	4
31360	Funes	funes	NC	NA	31107	42.3156	-1.8002	4
31370	Falces	falces	NC	NA	31104	42.3897	-1.7932	4
31380	Caparroso	caparroso	NC	NA	31065	42.3413	-1.6496	4
31382	Melida	melida	NC	NA	31164	42.3587	-1.5489	4
31383	Rada	rada	NC	NA	31178	42.35	-1.5993	1
31390	Olite/Erriberri	olite-erriberri	NC	NA	31191	42.6031	-1.6233	1
31391	Murillo El Cuende	murillo-el-cuende	NC	NA	31178	42.3964	-1.6296	4
31392	Pitillas	pitillas	NC	NA	31205	42.4217	-1.6202	4
31393	Beire	beire	NC	NA	31051	42.4542	-1.621	4
31394	Pueyo	pueyo	NC	NA	31207	42.5651	-1.6483	4
31395	Orisoain	orisoain	NC	NA	31045	42.6012	-1.604	4
31395	Amatriain	amatriain	NC	NA	31045	42.5865	-1.5683	4
31395	Mendivil	mendivil	NC	NA	31045	42.6211	-1.6371	4
31395	Iracheta	iracheta	NC	NA	31045	42.6404	-1.5352	4
31395	Solchaga	solchaga	NC	NA	31045	42.6201	-1.6126	4
31395	Barasoain	barasoain	NC	NA	31045	42.6034	-1.6466	4
31395	Garinoain	garinoain	NC	NA	31045	42.6004	-1.6443	4
31395	Amunarrizqueta	amunarrizqueta	NC	NA	31045	42.629	-1.5618	4
31395	Artariain	artariain	NC	NA	31045	42.6165	-1.5767	4
31395	Sansomain	sansomain	NC	NA	31045	42.6132	-1.5985	3
31395	Uzquita	uzquita	NC	NA	31045	42.6132	-1.5985	3
31395	Leoz/Leotz	leoz-leotz	NC	NA	31045	42.6132	-1.5985	3
31395	Iriberri (Leoz)	iriberri-leoz	NC	NA	31045	42.6132	-1.5985	3
31395	Eristain	eristain	NC	NA	31045	42.6132	-1.5985	3
31395	Bezquiz	bezquiz	NC	NA	31045	42.6132	-1.5985	3
31395	Benegorri	benegorri	NC	NA	31045	42.6132	-1.5985	3
31396	Oricin	oricin	NC	NA	31192	42.6444	-1.6183	4
31396	Bariain	bariain	NC	NA	31192	42.6485	-1.6221	3
31396	Unzue	unzue	NC	NA	31192	42.6525	-1.626	4
31396	Oloriz/Oloritz	oloriz-oloritz	NC	NA	31192	42.6485	-1.6221	3
31396	Echagüe	echague	NC	NA	31192	42.6485	-1.6221	3
31397	Campanas	campanas	NC	NA	31228	42.6897	-1.6521	4
31398	Muruarte De Reta	muruarte-de-reta	NC	NA	31056	42.6677	-1.6637	4
31398	Biurrun	biurrun	NC	NA	31056	42.6923	-1.6789	4
31398	Olcoz	olcoz	NC	NA	31056	42.6651	-1.681	4
31398	Tiebas	tiebas	NC	NA	31056	42.6939	-1.6397	4
31400	Sangüesa/Zangoza	sanguesa-zangoza	NC	NA	31216	42.5748	-1.2828	4
31409	Rocaforte	rocaforte	NC	NA	31135	42.5916	-1.2887	4
31409	Gabarderal	gabarderal	NC	NA	31135	42.5916	-1.2887	3
31409	Torre De Peña	torre-de-pena	NC	NA	31135	42.5916	-1.2887	3
31410	Yesa	yesa	NC	NA	31261	42.6203	-1.2036	4
31410	Leyre (Monasterio)	leyre-monasterio	NC	NA	31261	42.6203	-1.2036	3
31410	Urbanizacion Lasaitasuna	urbanizacion-lasaitasuna	NC	NA	31261	42.6203	-1.2036	3
31410	Urbanizacion Nautica De Leyre	urbanizacion-nautica-de-leyre	NC	NA	31261	42.6203	-1.2036	3
31411	Javier	javier	NC	NA	31135	42.5912	-1.2088	4
31412	Burgui/Burgi	burgui-burgi	NC	NA	31059	42.72	-1.0044	4
31413	Vidangoz/Bidankoze	vidangoz-bidankoze	NC	NA	31252	42.8021	-1.0139	4
31414	Garde	garde	NC	NA	31113	42.7894	-0.9259	4
31415	Roncal/Erronkari	roncal-erronkari	NC	NA	31210	42.81	-0.9561	4
31416	Urzainqui/Urzainki	urzainqui-urzainki	NC	NA	31245	42.7453	-1.0342	1
31417	Isaba/Izaba	isaba-izaba	NC	NA	31128	42.7453	-1.0342	1
31418	Uztarroz/Uztarroze	uztarroz-uztarroze	NC	NA	31247	42.884	-0.9269	4
31420	Urroz	urroz	NC	NA	31243	42.778	-1.4591	4
31421	Urbicain	urbicain	NC	NA	31132	42.7224	-1.3881	4
31421	Reta	reta	NC	NA	31132	42.6677	-1.6637	4
31421	Iriso	iriso	NC	NA	31132	42.7146	-1.4753	3
31421	Idoate De Izagaondoa	idoate-de-izagaondoa	NC	NA	31132	42.7732	-1.4871	4
31421	Ardanaz De Izagaondoa	ardanaz-de-izagaondoa	NC	NA	31132	42.7146	-1.4753	3
31421	Indurain	indurain	NC	NA	31132	42.6951	-1.3625	4
31421	Guerguitiain	guerguitiain	NC	NA	31132	42.7146	-1.4753	3
31421	Lizarraga (Izagaondoa)	lizarraga-izagaondoa	NC	NA	31132	42.7146	-1.4753	3
31421	Beroiz	beroiz	NC	NA	31132	42.7146	-1.4753	3
31421	Mendinueta	mendinueta	NC	NA	31132	42.7146	-1.4753	3
31421	Zuazu (Izagaondoa)	zuazu-izagaondoa	NC	NA	31132	42.7146	-1.4753	3
31421	Izanoz	izanoz	NC	NA	31132	42.7146	-1.4753	3
31421	Turrillas	turrillas	NC	NA	31132	42.7146	-1.4753	3
31422	Artaiz	artaiz	NC	NA	31237	42.7481	-1.4703	4
31422	Zoroquiain	zoroquiain	NC	NA	31237	42.74	-1.4966	3
31422	Najurieta	najurieta	NC	NA	31237	42.7333	-1.4833	4
31422	Muguetajarra	muguetajarra	NC	NA	31237	42.74	-1.4966	3
31422	Unciti	unciti	NC	NA	31237	42.748	-1.5012	4
31422	Zabalceta	zabalceta	NC	NA	31237	42.7324	-1.5085	4
31422	Cemborain	cemborain	NC	NA	31237	42.7384	-1.5195	4
31430	Agoitz	agoitz	NC	NA	31019	42.8829	-1.3526	1
31430	Aoiz/Agoitz	aoiz-agoitz	NC	NA	31019	42.8829	-1.3526	1
31438	Orbaiz/Orbaitz	orbaiz-orbaitz	NC	NA	31158	42.8167	-1.3667	4
31438	Saragüeta/Saragueta	saragueta-saragueta	NC	NA	31158	42.9209	-1.3913	4
31438	Gurpegui/Gurpegi	gurpegui-gurpegi	NC	NA	31158	42.8795	-1.3775	3
31438	Arrieta	arrieta	NC	NA	31158	42.9246	-1.3709	4
31438	Uriz/Uritz	uriz-uritz	NC	NA	31158	42.8833	-1.3833	4
31438	Osa/Otsa	osa-otsa	NC	NA	31158	42.8795	-1.3775	3
31438	Nagore	nagore	NC	NA	31158	42.852	-1.3755	4
31438	Gorriz/Gorritz	gorriz-gorritz	NC	NA	31158	42.8795	-1.3775	3
31438	Villanueva (Arce) Hiriberri-Artzibar	villanueva-arce-hiriberri-artzibar	NC	NA	31158	42.8795	-1.3775	3
31438	Zandueta	zandueta	NC	NA	31158	42.8795	-1.3775	3
31438	Arce/Artzi	arce-artzi	NC	NA	31158	42.8795	-1.3775	3
31438	Arizcuren/Arizkuren	arizcuren-arizkuren	NC	NA	31158	42.8795	-1.3775	3
31438	Ezkai	ezkai	NC	NA	31158	42.8795	-1.3775	3
31438	Espoz/Espotz	espoz-espotz	NC	NA	31158	42.8795	-1.3775	3
31438	Urdiroz/Urdirotz	urdiroz-urdirotz	NC	NA	31158	42.8795	-1.3775	3
31438	Lusarreta	lusarreta	NC	NA	31158	42.8795	-1.3775	3
31438	Itoiz/Itoitz	itoiz-itoitz	NC	NA	31158	42.8795	-1.3775	3
31439	Azparren	azparren	NC	NA	31158	42.8825	-1.2807	4
31439	Oroz-Betelu/Orotz-Betelu	oroz-betelu-orotz-betelu	NC	NA	31158	42.9	-1.3	4
31439	Gorraiz De Arce/Gorraitz-Artzibar	gorraiz-de-arce-gorraitz-artzibar	NC	NA	31158	42.8913	-1.2904	3
31439	Equiza/Ekiza	equiza-ekiza	NC	NA	31158	42.8913	-1.2904	3
31439	Imizcoz/Imizkotz	imizcoz-imizkotz	NC	NA	31158	42.8913	-1.2904	3
31439	Usoz/ Usotz	usoz-usotz	NC	NA	31158	42.8913	-1.2904	3
31439	Muniain De Arce/Muniain-Artzibar	muniain-de-arce-muniain-artzibar	NC	NA	31158	42.8913	-1.2904	3
31439	Artozqui/Artozki	artozqui-artozki	NC	NA	31158	42.8913	-1.2904	3
31439	Rala/Errala	rala-errala	NC	NA	31158	42.8913	-1.2904	3
31439	Olaldea	olaldea	NC	NA	31158	42.8913	-1.2904	3
31439	Lacabe/Lakabe	lacabe-lakabe	NC	NA	31158	42.8913	-1.2904	3
31440	Lumbier	lumbier	NC	NA	31159	42.653	-1.3067	4
31448	Eparoz	eparoz	NC	NA	31209	42.7728	-1.2516	4
31448	San Vicente	san-vicente	NC	NA	31209	42.6865	-1.3261	4
31448	Elcoaz	elcoaz	NC	NA	31209	42.8333	-1.2333	4
31448	Ongoz	ongoz	NC	NA	31209	42.7985	-1.2384	4
31448	Ripodas	ripodas	NC	NA	31209	42.6868	-1.307	4
31448	Adoain	adoain	NC	NA	31209	42.7906	-1.1724	4
31448	Ozcoidi	ozcoidi	NC	NA	31209	42.7609	-1.2549	3
31448	Irurozqui	irurozqui	NC	NA	31209	42.7578	-1.2558	4
31448	Aristu	aristu	NC	NA	31209	42.7609	-1.2549	3
31448	Artanga	artanga	NC	NA	31209	42.7609	-1.2549	3
31448	Imirizaldu	imirizaldu	NC	NA	31209	42.7609	-1.2549	3
31448	Ezcaniz	ezcaniz	NC	NA	31209	42.7609	-1.2549	3
31448	Guindano	guindano	NC	NA	31209	42.7609	-1.2549	3
31448	Jacoisti	jacoisti	NC	NA	31209	42.7609	-1.2549	3
31448	Larraun (Urraul Alto)	larraun-urraul-alto	NC	NA	31209	42.7609	-1.2549	3
31448	Larequi	larequi	NC	NA	31209	42.7609	-1.2549	3
31448	Nardues Andurra	nardues-andurra	NC	NA	31209	42.7609	-1.2549	3
31448	Ayechu	ayechu	NC	NA	31209	42.7609	-1.2549	3
31448	Zabalza (Urraul Alto)	zabalza-urraul-alto	NC	NA	31209	42.7609	-1.2549	3
31448	Sansoain (Urraul Bajo)	sansoain-urraul-bajo	NC	NA	31209	42.7609	-1.2549	3
31448	Santa Fe O Santafe	santa-fe-o-santafe	NC	NA	31209	42.7609	-1.2549	3
31449	Aldunate	aldunate	NC	NA	31242	42.655	-1.371	4
31449	Nardues Aldunate	nardues-aldunate	NC	NA	31242	42.6519	-1.3649	4
31449	Tabar	tabar	NC	NA	31242	42.6696	-1.3455	4
31450	Navascues	navascues	NC	NA	31181	42.7176	-1.1174	4
31451	Izal/Itzalle	izal-itzalle	NC	NA	31111	42.8021	-1.0951	3
31451	Iciz/Izize	iciz-izize	NC	NA	31111	42.7846	-1.0892	4
31451	Gallues/Galoze	gallues-galoze	NC	NA	31111	42.8021	-1.0951	3
31451	Ustes	ustes	NC	NA	31111	42.753	-1.0992	4
31451	Ibilcieta/Ibiltzieta	ibilcieta-ibiltzieta	NC	NA	31111	42.8021	-1.0951	3
31451	Oronz	oronz	NC	NA	31111	42.8687	-1.0968	4
31451	Uscarres/Uskartze	uscarres-uskartze	NC	NA	31111	42.8021	-1.0951	3
31451	Sarries/Satze	sarries-satze	NC	NA	31111	42.8021	-1.0951	3
31451	Racas Alto	racas-alto	NC	NA	31111	42.8021	-1.0951	3
31452	Igal/Igari	igal-igari	NC	NA	31119	42.813	-1.0657	4
31452	Ripalda/Erripalda	ripalda-erripalda	NC	NA	31119	42.813	-1.0657	3
31452	Güesa/Gorza	guesa-gorza	NC	NA	31119	42.813	-1.0657	3
31453	Esparza De Salazar	esparza-de-salazar	NC	NA	31095	42.7293	-1.1484	1
31454	Usun	usun	NC	NA	31071	42.6659	-1.2201	4
31454	Iso	iso	NC	NA	31071	42.6878	-1.1874	3
31454	Murillo Berroya	murillo-berroya	NC	NA	31071	42.7021	-1.2621	4
31454	Napal	napal	NC	NA	31071	42.6878	-1.1874	3
31454	Castillonuevo	castillonuevo	NC	NA	31071	42.6827	-1.0312	4
31454	Orradre	orradre	NC	NA	31071	42.6878	-1.1874	3
31454	Bigüezal	biguezal	NC	NA	31071	42.6852	-1.1506	4
31454	Adansa	adansa	NC	NA	31071	42.6878	-1.1874	3
31454	Aspurz	aspurz	NC	NA	31071	42.7227	-1.1552	4
31454	Arielz	arielz	NC	NA	31071	42.6878	-1.1874	3
31454	Arbonies	arbonies	NC	NA	31071	42.6799	-1.2535	4
31454	Berroya (Pueblo)	berroya-pueblo	NC	NA	31071	42.6878	-1.1874	3
31454	Domeño	domeno	NC	NA	31071	42.6758	-1.2395	4
31460	Aibar/Oibar	aibar-oibar	NC	NA	31009	42.592	-1.3604	4
31460	Leache	leache	NC	NA	31009	42.6072	-1.4073	4
31470	Zulueta	zulueta	NC	NA	31088	42.7451	-1.5793	4
31470	Yarnoz	yarnoz	NC	NA	31088	42.7292	-1.5738	3
31470	Otano	otano	NC	NA	31088	42.7134	-1.5684	4
31470	Zabalegui	zabalegui	NC	NA	31088	42.7292	-1.5738	3
31470	Ezperun	ezperun	NC	NA	31088	42.7292	-1.5738	3
31470	Elorz/Elortz	elorz-elortz	NC	NA	31088	42.7292	-1.5738	3
31471	Monreal	monreal	NC	NA	31172	42.7042	-1.5078	4
31472	Salinas De Ibargoiti/Getze Ibargoiti	salinas-de-ibargoiti-getze-ibargoiti	NC	NA	31237	42.7032	-1.481	3
31472	Zabalza (Ibargoiti)	zabalza-ibargoiti	NC	NA	31237	42.6922	-1.4864	4
31472	Alzorriz	alzorriz	NC	NA	31237	42.7142	-1.4756	4
31473	Izco	izco	NC	NA	31124	42.6568	-1.4287	4
31473	Abinzano	abinzano	NC	NA	31124	42.664	-1.4503	4
31473	Lecaun	lecaun	NC	NA	31124	42.67	-1.4497	3
31473	Idocin	idocin	NC	NA	31124	42.689	-1.4701	4
31473	Celigüeta	celigueta	NC	NA	31124	42.67	-1.4497	3
31473	Sengariz	sengariz	NC	NA	31124	42.67	-1.4497	3
31473	Vesolla	vesolla	NC	NA	31124	42.67	-1.4497	3
31480	Grez	grez	NC	NA	31242	42.7136	-1.3245	3
31480	Artieda	artieda	NC	NA	31242	42.7136	-1.3245	4
31481	Uli-Alto/Uliberri	uli-alto-uliberri	NC	NA	31158	42.7655	-1.3862	3
31481	Aos	aos	NC	NA	31158	42.757	-1.385	4
31481	Uli-Bajo/Ulibeiti	uli-bajo-ulibeiti	NC	NA	31158	42.7655	-1.3862	3
31481	Ekai De Longuida/Ekai-Longida	ekai-de-longuida-ekai-longida	NC	NA	31158	42.7741	-1.3874	4
31481	Murillo De Longuida/Murelu-Longida	murillo-de-longuida-murelu-longida	NC	NA	31158	42.7655	-1.3862	3
31481	Oleta	oleta	NC	NA	31158	42.7655	-1.3862	3
31481	Akotain	akotain	NC	NA	31158	42.7655	-1.3862	3
31481	Villanueva De Longuida/Hiriberri-Longida	villanueva-de-longuida-hiriberri-longida	NC	NA	31158	42.7655	-1.3862	3
31481	Zarikieta	zarikieta	NC	NA	31158	42.7655	-1.3862	3
31481	Villaveta/Billabeta	villaveta-billabeta	NC	NA	31158	42.7655	-1.3862	3
31481	Artajo/Artaxo	artajo-artaxo	NC	NA	31158	42.7655	-1.3862	3
31481	Meoz/Meotz	meoz-meotz	NC	NA	31158	42.7655	-1.3862	3
31481	Zuza/Zutza	zuza-zutza	NC	NA	31158	42.7655	-1.3862	3
31481	Zuasti (Longuida)	zuasti-longuida	NC	NA	31158	42.7655	-1.3862	3
31481	Larrangoz/Larrangotz	larrangoz-larrangotz	NC	NA	31158	42.7655	-1.3862	3
31481	Liberri	liberri	NC	NA	31158	42.7655	-1.3862	3
31481	Olaverri/Olaberri	olaverri-olaberri	NC	NA	31158	42.7655	-1.3862	3
31481	Ayanz/Aiantz	ayanz-aiantz	NC	NA	31158	42.7655	-1.3862	3
31481	Javerri/Xaberri	javerri-xaberri	NC	NA	31158	42.7655	-1.3862	3
31481	Mugueta/Mugeta	mugueta-mugeta	NC	NA	31158	42.7655	-1.3862	3
31481	Erdozain/Erdotzain	erdozain-erdotzain	NC	NA	31158	42.7655	-1.3862	3
31482	Lizoain	lizoain	NC	NA	31156	42.7987	-1.4675	4
31482	Redin	redin	NC	NA	31156	42.8138	-1.4706	4
31482	Lerruz	lerruz	NC	NA	31156	42.7881	-1.4947	4
31483	Beortegui	beortegui	NC	NA	31156	42.803	-1.4352	4
31483	Leyun	leyun	NC	NA	31156	42.803	-1.4352	3
31483	Oscariz	oscariz	NC	NA	31156	42.803	-1.4352	3
31483	Laboa	laboa	NC	NA	31156	42.803	-1.4352	3
31483	Janariz	janariz	NC	NA	31156	42.803	-1.4352	3
31484	Zunzarren	zunzarren	NC	NA	31156	42.85	-1.45	4
31484	Zalba	zalba	NC	NA	31156	42.8346	-1.4501	4
31484	Urricelqui	urricelqui	NC	NA	31156	42.8423	-1.45	3
31484	Iloz	iloz	NC	NA	31156	42.8423	-1.45	3
31484	Zaldaiz	zaldaiz	NC	NA	31156	42.8423	-1.45	3
31485	Mendioroz	mendioroz	NC	NA	31156	42.8184	-1.4915	4
31485	Yelz	yelz	NC	NA	31156	42.7974	-1.5127	4
31485	Uroz	uroz	NC	NA	31156	42.8079	-1.5021	3
31486	Elcano	elcano	NC	NA	31086	42.8311	-1.5468	4
31486	Ibiricu De Egües	ibiricu-de-egues	NC	NA	31086	42.8273	-1.5543	4
31486	Eransus	eransus	NC	NA	31086	42.8333	-1.5	4
31486	Azpa	azpa	NC	NA	31086	42.806	-1.5222	4
31486	Sagaseta	sagaseta	NC	NA	31086	42.8244	-1.5308	3
31486	Ustarroz (Egues)	ustarroz-egues	NC	NA	31086	42.8244	-1.5308	3
31486	Elia	elia	NC	NA	31086	42.8244	-1.5308	3
31486	Egües	egues	NC	NA	31086	42.8244	-1.5308	3
31486	Egulbati	egulbati	NC	NA	31086	42.8244	-1.5308	3
31486	Echalaz	echalaz	NC	NA	31086	42.8244	-1.5308	3
31486	Alzuza	alzuza	NC	NA	31086	42.8244	-1.5308	3
31486	Galduroz	galduroz	NC	NA	31086	42.8244	-1.5308	3
31487	Liedena	liedena	NC	NA	31155	42.6194	-1.2758	4
31490	Caseda	caseda	NC	NA	31069	42.5225	-1.3664	4
31491	Moriones	moriones	NC	NA	31103	42.5833	-1.4	3
31491	Sada	sada	NC	NA	31103	42.5833	-1.4	4
31492	Ayesa	ayesa	NC	NA	31103	42.5715	-1.422	4
31493	Gallipienzo	gallipienzo	NC	NA	31110	42.5245	-1.4111	4
31493	Gallipienzo Nuevo	gallipienzo-nuevo	NC	NA	31110	42.5245	-1.4111	3
31494	Lerga	lerga	NC	NA	31094	42.5678	-1.5011	4
31494	Eslava	eslava	NC	NA	31094	42.5646	-1.4595	4
31494	Sansoain (Leoz)	sansoain-leoz	NC	NA	31094	42.6448	-1.5197	4
31494	Olleta (Leoz)	olleta-leoz	NC	NA	31094	42.6448	-1.5197	4
31494	Maquirriain (Leoz)	maquirriain-leoz	NC	NA	31094	42.6448	-1.5197	4
31495	San Martin De Unx	san-martin-de-unx	NC	NA	31217	42.5247	-1.5609	4
31496	Ujue	ujue	NC	NA	31235	42.5	-1.5	4
31500	Tudela	tudela	NC	NA	31232	42.0617	-1.6045	4
31510	Fustiñana	fustinana	NC	NA	31108	42.0209	-1.4853	4
31511	Cabanillas	cabanillas	NC	NA	31062	42.0325	-1.5259	4
31512	El Bocal	el-bocal	NC	NA	31106	42.0183	-1.5569	4
31512	Fontellas	fontellas	NC	NA	31106	42.0269	-1.5765	4
31513	Arguedas	arguedas	NC	NA	31032	42.1776	-1.5972	4
31514	Valtierra	valtierra	NC	NA	31249	42.1965	-1.6346	4
31515	Cadreita	cadreita	NC	NA	31064	42.2167	-1.6833	4
31520	Cascante	cascante	NC	NA	31068	41.9977	-1.681	4
31521	Murchante	murchante	NC	NA	31176	42.0318	-1.6558	4
31522	Tulebras	tulebras	NC	NA	31233	41.977	-1.6762	4
31522	Monteagudo	monteagudo	NC	NA	31233	41.9667	-1.6833	4
31523	Barillas	barillas	NC	NA	31006	41.9667	-1.6333	4
31523	Ablitas	ablitas	NC	NA	31006	41.9745	-1.6405	4
31530	Cortes	cortes	NC	NA	31078	41.9227	-1.4204	4
31540	Buñuel	bunuel	NC	NA	31057	41.9801	-1.445	4
31550	Ribaforada	ribaforada	NC	NA	31208	41.9981	-1.5127	4
31560	Azagra	azagra	NC	NA	31042	42.3	-1.9	4
31570	San Adrian	san-adrian	NC	NA	31215	42.3343	-1.9351	4
31579	Carcar	carcar	NC	NA	31066	42.3931	-1.979	4
31580	Lodosa	lodosa	NC	NA	31157	42.4227	-2.0774	4
31587	Imaz	imaz	NC	NA	31165	42.4433	-2.2009	3
31587	Mendavia	mendavia	NC	NA	31165	42.4433	-2.2009	4
31588	Lazagurria	lazagurria	NC	NA	31145	42.4929	-2.2402	4
31589	Sartaguda	sartaguda	NC	NA	31223	42.3833	-2.0571	4
31590	Giraldelli	giraldelli	NC	NA	31070	42.1691	-1.6895	3
31590	Castejon	castejon	NC	NA	31070	42.1691	-1.6895	4
31591	Corella	corella	NC	NA	31077	42.1151	-1.7856	4
31592	Cintruenigo	cintruenigo	NC	NA	31072	42.0794	-1.8046	4
31593	Fitero	fitero	NC	NA	31105	42.0577	-1.8576	4
31600	Burlada/Burlata	burlada-burlata	NC	NA	31060	42.8256	-1.6167	4
31610	Atarrabia	atarrabia	NC	NA	31258	42.8323	-1.6074	4
31610	Villava	villava	NC	NA	31258	42.8323	-1.6074	4
31620	Huarte/Uharte	huarte-uharte	NC	NA	31086	42.8303	-1.5909	4
31620	Olaz De Egües	olaz-de-egues	NC	NA	31086	42.8167	-1.5833	4
31620	Gorraiz	gorraiz	NC	NA	31086	42.8212	-1.5819	4
31621	Sarriguren	sarriguren	NC	NA	31086	42.8228	-1.5854	1
31630	Zubiri	zubiri	NC	NA	31098	42.9313	-1.5034	4
31630	Osteritz	osteritz	NC	NA	31098	42.9313	-1.5034	3
31638	Eugi	eugi	NC	NA	31092	42.9833	-1.5	4
31639	Zilbeti	zilbeti	NC	NA	31092	42.9833	-1.4667	4
31639	Iragi	iragi	NC	NA	31092	42.9667	-1.55	4
31639	Saigots	saigots	NC	NA	31092	42.9646	-1.5057	3
31639	Agorreta	agorreta	NC	NA	31092	42.9457	-1.4909	4
31639	Quinto Real	quinto-real	NC	NA	31092	42.9646	-1.5057	3
31639	Urtasun	urtasun	NC	NA	31092	42.9627	-1.5152	4
31639	Usetxi	usetxi	NC	NA	31092	42.9646	-1.5057	3
31639	Leranotz	leranotz	NC	NA	31092	42.9646	-1.5057	3
31639	Kintoa/Quinto Real	kintoa-quinto-real	NC	NA	31092	42.9646	-1.5057	3
31639	Olaberri	olaberri	NC	NA	31092	42.9646	-1.5057	3
31640	Auritz/Burguete	auritz-burguete	NC	NA	31058	42.9833	-1.3333	4
31650	Orreaga/Roncesvalles	orreaga-roncesvalles	NC	NA	31211	43.0167	-1.3167	4
31660	Luzaide/Valcarlos	luzaide-valcarlos	NC	NA	31248	43.1	-1.3	4
31670	Larraun (Orbaitzeta)	larraun-orbaitzeta	NC	NA	31195	42.9833	-1.2333	4
31670	Orbaizeta	orbaizeta	NC	NA	31195	42.9833	-1.2333	3
31671	Aribe	aribe	NC	NA	31196	42.95	-1.25	4
31671	Orbara	orbara	NC	NA	31196	42.9673	-1.2421	4
31671	Hiriberri/Villanueva De Aezkoa (Pueblo)	hiriberri-villanueva-de-aezkoa-pueblo	NC	NA	31196	42.9567	-1.2527	3
31671	Aria	aria	NC	NA	31196	42.9528	-1.2658	4
31680	Ochagavia	ochagavia	NC	NA	31185	42.9054	-1.0911	4
31689	Izalzu/Itzaltzu	izalzu-itzaltzu	NC	NA	31133	42.9054	-1.0911	1
31690	Ezcaroz/Ezkaroze	ezcaroz-ezkaroze	NC	NA	31093	42.9103	-1.4138	1
31691	Jaurrieta	jaurrieta	NC	NA	31134	42.8833	-1.1333	4
31692	Abaurregaina/Abaurrea Alta	abaurregaina-abaurrea-alta	NC	NA	31003	42.925	-1.225	3
31692	Abaurrepea/Abaurrea Baja	abaurrepea-abaurrea-baja	NC	NA	31003	42.9167	-1.2167	4
31692	Garaioa	garaioa	NC	NA	31003	42.9333	-1.2333	4
31693	Garralda	garralda	NC	NA	31115	42.9482	-1.2862	4
31694	Aurizberri/Espinal	aurizberri-espinal	NC	NA	31092	42.9833	-1.3667	4
31695	Sorogain-Lastur	sorogain-lastur	NC	NA	31092	42.9103	-1.4138	1
31695	Mezkiritz	mezkiritz	NC	NA	31092	42.9103	-1.4138	1
31695	Ureta	ureta	NC	NA	31092	42.9103	-1.4138	1
31695	Bizkarreta-Gerendiain	bizkarreta-gerendiain	NC	NA	31092	42.9103	-1.4138	1
31696	Lintzoain	lintzoain	NC	NA	31092	42.9103	-1.4138	1
31697	Erro	erro	NC	NA	31092	42.95	-1.45	4
31697	Esnotz	esnotz	NC	NA	31092	42.9333	-1.4167	4
31697	Larraingoa	larraingoa	NC	NA	31092	42.925	-1.4333	3
31697	Ardaitz	ardaitz	NC	NA	31092	42.9	-1.45	4
31697	Orondritz	orondritz	NC	NA	31092	42.925	-1.4333	3
31697	Aintzioa	aintzioa	NC	NA	31092	42.9167	-1.4167	4
31697	Loizu	loizu	NC	NA	31092	42.925	-1.4333	3
31697	Urniza	urniza	NC	NA	31092	42.925	-1.4333	3
31698	Ezkirotz	ezkirotz	NC	NA	31098	42.9022	-1.5411	3
31698	Larrasoaña	larrasoana	NC	NA	31098	42.9022	-1.5411	4
31698	Akerreta	akerreta	NC	NA	31098	42.9022	-1.5411	3
31698	Sarasibar	sarasibar	NC	NA	31098	42.9022	-1.5411	3
31698	Urdaitz/Urdaniz	urdaitz-urdaniz	NC	NA	31098	42.9022	-1.5411	3
31698	Idoi	idoi	NC	NA	31098	42.9022	-1.5411	3
31698	Errea	errea	NC	NA	31098	42.9022	-1.5411	3
31698	Ilarratz	ilarratz	NC	NA	31098	42.9022	-1.5411	3
31698	Irure	irure	NC	NA	31098	42.9022	-1.5411	3
31698	Inbuluzketa	inbuluzketa	NC	NA	31098	42.9022	-1.5411	3
31698	Setoain	setoain	NC	NA	31098	42.9022	-1.5411	3
31699	Olloki	olloki	NC	NA	31092	42.8693	-1.5706	3
31699	Irotz	irotz	NC	NA	31092	42.8667	-1.5667	4
31699	Arleta	arleta	NC	NA	31092	42.8693	-1.5706	3
31699	Zabaldika	zabaldika	NC	NA	31092	42.85	-1.5833	4
31699	Gendulain (Esteribar)	gendulain-esteribar	NC	NA	31092	42.8803	-1.5661	4
31699	Ilurdotz	ilurdotz	NC	NA	31092	42.8693	-1.5706	3
31699	Zuriain	zuriain	NC	NA	31092	42.8803	-1.5661	4
31699	Antxoritz	antxoritz	NC	NA	31092	42.8693	-1.5706	3
31700	Elizondo	elizondo	NC	NA	31050	43.1483	-1.5179	4
31700	Etxaide (Baztan)	etxaide-baztan	NC	NA	31050	43.1371	-1.4961	3
31700	Berro	berro	NC	NA	31050	43.1333	-1.5	4
31700	Antzanborda	antzanborda	NC	NA	31050	43.1371	-1.4961	3
31700	Beartzun	beartzun	NC	NA	31050	43.1167	-1.4667	4
31700	Elbete	elbete	NC	NA	31050	43.15	-1.5	4
31710	Etxartea	etxartea	NC	NA	31264	43.2696	-1.5411	3
31710	Zugarramurdi	zugarramurdi	NC	NA	31264	43.2696	-1.5411	4
31710	Azkar	azkar	NC	NA	31264	43.2696	-1.5411	3
31710	Madaria	madaria	NC	NA	31264	43.2696	-1.5411	3
31710	Olazur	olazur	NC	NA	31264	43.2696	-1.5411	3
31711	Urdazubi/Urdax	urdazubi-urdax	NC	NA	31239	43.2667	-1.5	4
31711	Alkerdi	alkerdi	NC	NA	31239	43.2667	-1.5	3
31711	Landibar	landibar	NC	NA	31239	43.2667	-1.5	3
31711	Leorlaz	leorlaz	NC	NA	31239	43.2667	-1.5	3
31711	Telleria	telleria	NC	NA	31239	43.2667	-1.5	3
31712	Dantxarinea	dantxarinea	NC	NA	31239	43.1944	-1.4808	1
31713	Bozate	bozate	NC	NA	31050	43.1833	-1.4667	4
31713	Arizkun	arizkun	NC	NA	31050	43.1744	-1.4837	4
31713	Pertalats	pertalats	NC	NA	31050	43.1748	-1.4779	3
31713	Aintzialde	aintzialde	NC	NA	31050	43.1667	-1.4833	4
31713	Ordoki	ordoki	NC	NA	31050	43.1748	-1.4779	3
31714	Iñarbil	inarbil	NC	NA	31050	43.1667	-1.45	4
31714	Erratzu	erratzu	NC	NA	31050	43.1833	-1.45	4
31714	Gorostapolo	gorostapolo	NC	NA	31050	43.1667	-1.45	4
31715	Amaiur/Maya	amaiur-maya	NC	NA	31050	43.1833	-1.4917	3
31715	Urrasun	urrasun	NC	NA	31050	43.1833	-1.4833	4
31715	Apaioa	apaioa	NC	NA	31050	43.1833	-1.4917	3
31715	Azpilkueta	azpilkueta	NC	NA	31050	43.1833	-1.5	4
31715	Zuaztoi (Azpilikueta)	zuaztoi-azpilikueta	NC	NA	31050	43.1833	-1.4917	3
31715	Arribiltoa	arribiltoa	NC	NA	31050	43.1833	-1.4917	3
31720	Zozaia (Oronoz) (Pueblo)	zozaia-oronoz-pueblo	NC	NA	31050	43.1398	-1.6067	4
31720	Mugairi	mugairi	NC	NA	31050	43.1333	-1.6	4
31720	Oieregi	oieregi	NC	NA	31050	43.1333	-1.6167	4
31720	Señorio De Bertiz	senorio-de-bertiz	NC	NA	31050	43.1365	-1.6075	3
31720	Oronoz	oronoz	NC	NA	31050	43.1398	-1.6067	4
31730	Gartzain	gartzain	NC	NA	31050	43.1312	-1.5476	3
31730	Irurita	irurita	NC	NA	31050	43.1312	-1.5476	4
31730	Etxerri	etxerri	NC	NA	31050	43.1312	-1.5476	3
31730	Aitzano	aitzano	NC	NA	31050	43.1312	-1.5476	3
31730	Ariztegi	ariztegi	NC	NA	31050	43.1312	-1.5476	3
31740	Doneztebe/Santesteban	doneztebe-santesteban	NC	NA	31221	43.112	-1.7494	1
31744	Elgorriaga	elgorriaga	NC	NA	31087	43.1386	-1.6866	4
31745	Ituren	ituren	NC	NA	31129	43.1324	-1.7206	4
31745	Latsaga	latsaga	NC	NA	31129	43.1333	-1.7	4
31745	Aurtitz	aurtitz	NC	NA	31129	43.1329	-1.7103	3
31746	Zubieta	zubieta	NC	NA	31263	43.1247	-1.7422	4
31746	Aurkidi	aurkidi	NC	NA	31263	43.1247	-1.7422	3
31746	Azkota	azkota	NC	NA	31263	43.1247	-1.7422	3
31746	Sarekoa	sarekoa	NC	NA	31263	43.1247	-1.7422	3
31746	Mendrasa	mendrasa	NC	NA	31263	43.1247	-1.7422	3
31747	Saldias	saldias	NC	NA	31213	43.0886	-1.7795	4
31748	Eratsun	eratsun	NC	NA	31090	43.0833	-1.8	4
31749	Ezkurra	ezkurra	NC	NA	31102	43.0833	-1.8167	4
31750	Donamaria	donamaria	NC	NA	31081	43.1117	-1.6737	4
31750	Gaztelu	gaztelu	NC	NA	31081	43.1211	-1.6565	4
31751	Oitz	oitz	NC	NA	31187	43.1167	-1.6833	4
31752	Urrotz (Pueblo)	urrotz-pueblo	NC	NA	31244	43.1376	-1.7587	1
31753	Beintza Labaien	beintza-labaien	NC	NA	31137	43.0833	-1.75	4
31753	Labaien	labaien	NC	NA	31137	43.0833	-1.75	4
31754	Arano	arano	NC	NA	31024	43.1996	-1.8957	4
31754	Artikutza	artikutza	NC	NA	31024	43.2132	-1.7965	4
31754	Urumea	urumea	NC	NA	31024	43.1949	-1.8521	3
31754	Goizueta	goizueta	NC	NA	31024	43.1719	-1.8641	4
31754	Tartazu	tartazu	NC	NA	31024	43.1949	-1.8521	3
31754	Suro	suro	NC	NA	31024	43.1949	-1.8521	3
31754	Latse	latse	NC	NA	31024	43.1949	-1.8521	3
31754	Alkasoaldea	alkasoaldea	NC	NA	31024	43.1949	-1.8521	3
31754	Espidealdea	espidealdea	NC	NA	31024	43.1949	-1.8521	3
31754	Alkainzuriain	alkainzuriain	NC	NA	31024	43.1949	-1.8521	3
31754	Aitasemegi	aitasemegi	NC	NA	31024	43.1949	-1.8521	3
31760	Etxalar	etxalar	NC	NA	31082	43.2338	-1.6367	4
31760	Larrapil-Sarriku	larrapil-sarriku	NC	NA	31082	43.2338	-1.6367	3
31760	Lurriztiederra	lurriztiederra	NC	NA	31082	43.2338	-1.6367	3
31760	Lakain-Apezborro	lakain-apezborro	NC	NA	31082	43.2338	-1.6367	3
31760	Urritzokieta	urritzokieta	NC	NA	31082	43.2338	-1.6367	3
31760	Orizki	orizki	NC	NA	31082	43.2338	-1.6367	3
31760	Gorosurreta	gorosurreta	NC	NA	31082	43.2338	-1.6367	3
31770	Lesaka	lesaka	NC	NA	31153	43.25	-1.7	4
31770	Endara	endara	NC	NA	31153	43.25	-1.7	3
31770	Zalain Zoko	zalain-zoko	NC	NA	31153	43.25	-1.7	3
31770	Zala	zala	NC	NA	31153	43.25	-1.7	3
31770	Katazpegi	katazpegi	NC	NA	31153	43.25	-1.7	3
31770	Nabaz (Lesaka)	nabaz-lesaka	NC	NA	31153	43.25	-1.7	3
31770	Otsango Auzoa	otsango-auzoa	NC	NA	31153	43.25	-1.7	3
31770	Izotzaldea	izotzaldea	NC	NA	31153	43.25	-1.7	3
31770	Frain (Lesaka)	frain-lesaka	NC	NA	31153	43.25	-1.7	3
31770	Auzoberri	auzoberri	NC	NA	31153	43.25	-1.7	3
31770	Biurrana	biurrana	NC	NA	31153	43.25	-1.7	3
31770	Endarlatsa	endarlatsa	NC	NA	31153	43.25	-1.7	3
31780	Bera	bera	NC	NA	31250	43.2818	-1.6863	4
31789	Suspela	suspela	NC	NA	31250	43.2756	-1.7091	3
31789	Zalain	zalain	NC	NA	31250	43.2756	-1.7091	4
31789	Kaule	kaule	NC	NA	31250	43.2756	-1.7091	3
31789	Garaitarreta	garaitarreta	NC	NA	31250	43.2756	-1.7091	3
31789	Dornaku	dornaku	NC	NA	31250	43.2756	-1.7091	3
31789	Xantelerreka/Elzaurdia	xantelerreka-elzaurdia	NC	NA	31250	43.2756	-1.7091	3
31789	Suspelttiki	suspelttiki	NC	NA	31250	43.2756	-1.7091	3
31790	Unanua	unanua	NC	NA	31022	42.8833	-2.0167	4
31790	Berrizaun	berrizaun	NC	NA	31022	43.2297	-1.676	4
31790	Bordalarrea	bordalarrea	NC	NA	31022	43.1519	-1.7637	3
31790	Arantza	arantza	NC	NA	31022	43.1962	-1.7249	4
31790	Frain (Igantzi)	frain-igantzi	NC	NA	31022	43.2253	-1.7005	4
31790	Eguzkialdea	eguzkialdea	NC	NA	31022	43.1519	-1.7637	3
31790	Igantzi	igantzi	NC	NA	31022	43.2253	-1.7005	4
31790	Irisarri	irisarri	NC	NA	31022	43.1519	-1.7637	3
31790	Elusta	elusta	NC	NA	31022	43.1519	-1.7637	3
31790	Piedadeko Gaina	piedadeko-gaina	NC	NA	31022	43.1519	-1.7637	3
31790	Sarrola	sarrola	NC	NA	31022	43.1519	-1.7637	3
31790	Azkilarrea	azkilarrea	NC	NA	31022	43.1519	-1.7637	3
31790	Aientsa	aientsa	NC	NA	31022	43.1519	-1.7637	3
31791	Sunbilla	sunbilla	NC	NA	31226	43.1667	-1.6667	4
31792	Santalokadia	santalokadia	NC	NA	31054	43.1301	-1.6437	3
31792	Legasa	legasa	NC	NA	31054	43.1301	-1.6437	4
31792	Zeberi	zeberi	NC	NA	31054	43.1301	-1.6437	3
31793	Narbarte	narbarte	NC	NA	31054	43.1333	-1.6333	4
31793	Tipulatze	tipulatze	NC	NA	31054	43.1333	-1.6333	3
31794	Arraioz	arraioz	NC	NA	31050	43.15	-1.5667	4
31794	Uharte (Baztan)	uharte-baztan	NC	NA	31050	43.15	-1.5667	3
31794	Mardea	mardea	NC	NA	31050	43.15	-1.5667	3
31794	Aroztegia	aroztegia	NC	NA	31050	43.15	-1.5667	3
31794	Oharriz	oharriz	NC	NA	31050	43.15	-1.5667	3
31795	Lekaroz	lekaroz	NC	NA	31050	43.0379	-1.6549	1
31796	Zigaurre	zigaurre	NC	NA	31050	43.1167	-1.55	4
31796	Aniz	aniz	NC	NA	31050	43.1121	-1.5814	4
31796	Ziga	ziga	NC	NA	31050	43.1167	-1.5667	4
31796	Almandoz	almandoz	NC	NA	31050	43.0919	-1.6061	4
31796	Berroeta	berroeta	NC	NA	31050	43.1047	-1.5899	4
31797	Lozen	lozen	NC	NA	31236	43.0056	-1.7056	3
31797	Alkotz	alkotz	NC	NA	31236	43	-1.6667	4
31797	Larraintzar	larraintzar	NC	NA	31236	43.0056	-1.7056	3
31797	Eltzaburu	eltzaburu	NC	NA	31236	43.0167	-1.7167	4
31797	Ilarregi	ilarregi	NC	NA	31236	43	-1.7333	4
31797	Auza	auza	NC	NA	31236	43.0056	-1.7056	3
31797	Arraitz-Orkin	arraitz-orkin	NC	NA	31236	43.0056	-1.7056	3
31797	Iraizotz	iraizotz	NC	NA	31236	43.0056	-1.7056	3
31797	Suarbe	suarbe	NC	NA	31236	43.0056	-1.7056	3
31798	Etsain	etsain	NC	NA	31140	42.9708	-1.605	3
31798	Aritzu	aritzu	NC	NA	31140	42.9833	-1.6167	4
31798	Etulain	etulain	NC	NA	31140	42.9403	-1.6057	4
31798	Burutain	burutain	NC	NA	31140	42.9708	-1.605	3
31798	Olague	olague	NC	NA	31140	42.9634	-1.6192	4
31798	Egozkue	egozkue	NC	NA	31140	42.9667	-1.5667	4
31798	Etxaide (Anue)	etxaide-anue	NC	NA	31140	42.9708	-1.605	3
31798	Lantz	lantz	NC	NA	31140	43	-1.6167	4
31798	Leazkue	leazkue	NC	NA	31140	42.9708	-1.605	3
31799	Anocibar	anocibar	NC	NA	31186	42.9201	-1.6395	4
31799	Urritzola-Galain	urritzola-galain	NC	NA	31186	42.9667	-1.65	4
31799	Anoz	anoz	NC	NA	31186	42.8667	-1.8167	4
31799	Ripa	ripa	NC	NA	31186	42.9333	-1.6333	4
31799	Gerendiain	gerendiain	NC	NA	31186	42.9231	-1.6602	3
31799	Lizaso	lizaso	NC	NA	31186	42.9686	-1.686	4
31799	Zandio	zandio	NC	NA	31186	42.9231	-1.6602	3
31799	Ostiz	ostiz	NC	NA	31186	42.9167	-1.6167	4
31799	Enderiz	enderiz	NC	NA	31186	42.9231	-1.6602	3
31799	Olave	olave	NC	NA	31186	42.8846	-1.6026	4
31799	Osacain	osacain	NC	NA	31186	42.9231	-1.6602	3
31799	Ciaurriz	ciaurriz	NC	NA	31186	42.9281	-1.637	4
31799	Latasa (Odieta)	latasa-odieta	NC	NA	31186	42.9231	-1.6602	3
31799	Beraiz	beraiz	NC	NA	31186	42.9231	-1.6602	3
31799	Zenotz	zenotz	NC	NA	31186	42.9231	-1.6602	3
31799	Eltso	eltso	NC	NA	31186	42.9231	-1.6602	3
31799	Gorrontz-Olano	gorrontz-olano	NC	NA	31186	42.9231	-1.6602	3
31799	Olaiz	olaiz	NC	NA	31186	42.9231	-1.6602	3
31799	Guendulain (Odieta)	guendulain-odieta	NC	NA	31186	42.9231	-1.6602	3
31799	Osavide	osavide	NC	NA	31186	42.9231	-1.6602	3
31800	Altsasu/Alsasua	altsasu-alsasua	NC	NA	31010	42.9	-2.1652	4
31809	Ziordia	ziordia	NC	NA	31073	42.8707	-2.2295	4
31809	Olazti/Olatzagutia	olazti-olatzagutia	NC	NA	31073	42.8707	-2.2295	3
31810	Bakaiku	bakaiku	NC	NA	31044	42.8924	-2.1025	4
31810	Urdiain	urdiain	NC	NA	31044	42.8883	-2.1367	4
31810	Iturmendi	iturmendi	NC	NA	31044	42.8899	-2.1192	4
31820	Lizarragabengoa	lizarragabengoa	NC	NA	31084	42.9079	-2.0647	3
31820	Etxarri-Aranatz	etxarri-aranatz	NC	NA	31084	42.9079	-2.0647	4
31829	Lizarraga (Ergoiena)	lizarraga-ergoiena	NC	NA	31091	42.8833	-2.0167	4
31829	Unanu	unanu	NC	NA	31091	42.8833	-2.0167	4
31829	Dorrao/Torrano	dorrao-torrano	NC	NA	31091	42.8833	-2.0167	4
31830	Lakuntza	lakuntza	NC	NA	31138	42.9225	-2.0234	4
31839	Arbizu	arbizu	NC	NA	31027	42.9155	-2.0392	4
31840	Uharte-Arakil	uharte-arakil	NC	NA	31037	42.9219	-2.0016	3
31840	Arruazu	arruazu	NC	NA	31037	42.9219	-2.0016	4
31840	Amurgin	amurgin	NC	NA	31037	42.9219	-2.0016	3
31840	Zamartze	zamartze	NC	NA	31037	42.9219	-2.0016	3
31849	Irañeta	iraneta	NC	NA	31025	42.9229	-1.946	4
31849	Itsasperri	itsasperri	NC	NA	31025	42.9229	-1.946	3
31849	Murgindueta	murgindueta	NC	NA	31025	42.9229	-1.946	3
31850	Satrustegi	satrustegi	NC	NA	31025	42.9548	-1.8771	1
31850	Ihabar	ihabar	NC	NA	31025	42.9548	-1.8771	1
31850	Hiriberri-Villanueva (Pueblo)	hiriberri-villanueva-pueblo	NC	NA	31025	42.9548	-1.8771	1
31860	Irurtzun	irurtzun	NC	NA	31904	42.9167	-1.8333	4
31866	Gartzaron	gartzaron	NC	NA	31049	43.0136	-1.7866	3
31866	Aizarotz	aizarotz	NC	NA	31049	43.0112	-1.7836	4
31866	Ola	ola	NC	NA	31049	43.0136	-1.7866	3
31866	Jauntsarats	jauntsarats	NC	NA	31049	43	-1.8	4
31866	Arrarats	arrarats	NC	NA	31049	43.0136	-1.7866	3
31866	Erbiti	erbiti	NC	NA	31049	42.9993	-1.7665	4
31866	Orokieta	orokieta	NC	NA	31049	43.013	-1.7576	4
31866	Igoa	igoa	NC	NA	31049	43.0318	-1.7859	4
31866	Beruete	beruete	NC	NA	31049	43.0262	-1.8264	4
31867	Cia	cia	NC	NA	31040	42.9285	-1.7759	4
31867	Gulina	gulina	NC	NA	31040	42.9104	-1.7925	4
31867	Eguillor (Atez)	eguillor-atez	NC	NA	31040	42.9375	-1.6847	4
31867	Berasain	berasain	NC	NA	31040	42.9365	-1.7177	3
31867	Beunza	beunza	NC	NA	31040	42.9667	-1.7167	4
31867	Erice (Atez)	erice-atez	NC	NA	31040	42.9375	-1.6847	4
31867	Ciganda	ciganda	NC	NA	31040	42.9365	-1.7177	3
31867	Iriberri (Atez)	iriberri-atez	NC	NA	31040	42.9375	-1.6847	4
31867	Muskitz	muskitz	NC	NA	31040	42.9365	-1.7177	3
31867	Arostegui	arostegui	NC	NA	31040	42.9375	-1.6847	4
31867	Gascue	gascue	NC	NA	31040	42.9365	-1.7177	3
31867	Guelbenzu	guelbenzu	NC	NA	31040	42.9365	-1.7177	3
31867	Labaso	labaso	NC	NA	31040	42.9365	-1.7177	3
31867	Aizkorbe	aizkorbe	NC	NA	31040	42.9365	-1.7177	3
31867	Beunza Larrea	beunza-larrea	NC	NA	31040	42.9365	-1.7177	3
31867	Aguinaga De Iza	aguinaga-de-iza	NC	NA	31040	42.9365	-1.7177	3
31868	Etxeberri	etxeberri	NC	NA	31025	42.9229	-1.8419	4
31868	Urritzola	urritzola	NC	NA	31025	42.9667	-1.65	4
31868	Ekai	ekai	NC	NA	31025	42.9	-1.8667	4
31868	Etxarren	etxarren	NC	NA	31025	42.9134	-1.8579	4
31868	Izurdiaga	izurdiaga	NC	NA	31025	42.9146	-1.8235	3
31868	Egiarreta	egiarreta	NC	NA	31025	42.9248	-1.8634	4
31868	Atondo	atondo	NC	NA	31025	42.8796	-1.8148	4
31868	Errotz	errotz	NC	NA	31025	42.9	-1.8167	4
31868	Zuhatzu	zuhatzu	NC	NA	31025	42.9095	-1.8769	4
31869	Ihaben	ihaben	NC	NA	31049	42.9873	-1.8073	4
31869	Urritza	urritza	NC	NA	31049	42.9667	-1.8333	4
31869	Goldaratz	goldaratz	NC	NA	31049	42.9681	-1.8048	3
31869	Udabe	udabe	NC	NA	31049	42.9742	-1.8257	4
31869	Zarrantz	zarrantz	NC	NA	31049	42.9451	-1.7839	4
31869	Latasa (Imotz)	latasa-imotz	NC	NA	31049	42.95	-1.806	4
31869	Itsaso	itsaso	NC	NA	31049	42.9913	-1.8219	4
31869	Etxaleku	etxaleku	NC	NA	31049	42.9693	-1.7909	4
31869	Beramendi	beramendi	NC	NA	31049	42.9802	-1.8233	4
31869	Oskotz	oskotz	NC	NA	31049	42.9667	-1.75	4
31869	Eraso	eraso	NC	NA	31049	42.95	-1.806	4
31870	Lekunberri	lekunberri	NC	NA	31908	43.0005	-1.8926	4
31870	San Migel	san-migel	NC	NA	31908	43.0005	-1.8926	3
31876	Areso	areso	NC	NA	31031	43.0821	-1.952	4
31877	Uitzi	uitzi	NC	NA	31144	43.0404	-1.9181	4
31877	Albiasu	albiasu	NC	NA	31144	43.0083	-1.9358	4
31877	Gorriti	gorriti	NC	NA	31144	43.0507	-1.9552	4
31878	Etxarri	etxarri	NC	NA	31144	43.0104	-1.8766	4
31878	Mugiro	mugiro	NC	NA	31144	43.0099	-1.8683	3
31878	Aldatz	aldatz	NC	NA	31144	43.0094	-1.86	4
31878	Arruitz	arruitz	NC	NA	31144	43.0099	-1.8683	3
31879	Madotz	madotz	NC	NA	31144	42.938	-1.8768	4
31879	Baraibar	baraibar	NC	NA	31144	42.99	-1.9233	4
31879	Oderitz	oderitz	NC	NA	31144	42.9768	-1.9003	3
31879	Astitz	astitz	NC	NA	31144	42.9768	-1.9003	3
31879	Iribas	iribas	NC	NA	31144	42.989	-1.9056	4
31879	Alli	alli	NC	NA	31144	42.9902	-1.8957	4
31880	Arkiskil	arkiskil	NC	NA	31149	42.9548	-1.8771	1
31880	Gorriztaran	gorriztaran	NC	NA	31149	42.9548	-1.8771	1
31880	Sakulu	sakulu	NC	NA	31149	42.9548	-1.8771	1
31880	Erasote	erasote	NC	NA	31149	42.9548	-1.8771	1
31880	Leitza (Pueblo)	leitza-pueblo	NC	NA	31149	42.9548	-1.8771	1
31880	Erreka	erreka	NC	NA	31149	42.9548	-1.8771	1
31890	Betelu	betelu	NC	NA	31055	43.0255	-1.9803	4
31891	Errazkin	errazkin	NC	NA	31020	43.0065	-1.9616	4
31891	Uztegi	uztegi	NC	NA	31020	43.0244	-2.0069	4
31891	Intza	intza	NC	NA	31020	43.0138	-1.9956	4
31891	Gaintza	gaintza	NC	NA	31020	43.0265	-1.9865	3
31891	Arribe	arribe	NC	NA	31020	43.0375	-1.9851	4
31891	Azkarate	azkarate	NC	NA	31020	43.0265	-1.9865	3
31891	Atallu	atallu	NC	NA	31020	43.05	-1.9833	4
31891	Azpirotz	azpirotz	NC	NA	31020	43.0265	-1.9865	3
31891	Lezaeta	lezaeta	NC	NA	31020	43.0265	-1.9865	3
31892	Aristregui	aristregui	NC	NA	31131	42.8958	-1.737	4
31892	Larumbe	larumbe	NC	NA	31131	42.9072	-1.7674	4
31892	Sarasa	sarasa	NC	NA	31131	42.878	-1.7473	4
31892	Aldaba	aldaba	NC	NA	31131	42.854	-1.753	4
31892	Osinaga	osinaga	NC	NA	31131	42.9046	-1.7747	3
31892	Ochovi	ochovi	NC	NA	31131	42.8833	-1.7833	4
31892	Aldaz	aldaz	NC	NA	31131	43.0094	-1.86	4
31892	Sarasate	sarasate	NC	NA	31131	42.9046	-1.7747	3
31892	Orderiz	orderiz	NC	NA	31131	42.9046	-1.7747	3
31892	Ariz	ariz	NC	NA	31131	42.9046	-1.7747	3
31892	Zuasti (Iza)	zuasti-iza	NC	NA	31131	42.9046	-1.7747	3
31892	Erice (Iza)	erice-iza	NC	NA	31131	42.9046	-1.7747	3
50686	Petilla De Aragon (Pueblo)	petilla-de-aragon-pueblo	NC	NA	50186	42.5125	-1.1482	3
48001	Bilbao	bilbao	PV	BI	48020	43.2627	-2.9253	4
48002	Bilbao	bilbao	PV	BI	48020	43.2627	-2.9253	4
48003	Santa Isabel	santa-isabel	PV	BI	48011	43.0842	-2.3091	4
48003	La Peña	la-pena	PV	BI	48011	43.2412	-2.9197	4
48003	Ollargan	ollargan	PV	BI	48011	43.196	-2.718	3
48003	Bilbao	bilbao	PV	BI	48011	43.2627	-2.9253	4
48004	Bilbao	bilbao	PV	BI	48020	43.2627	-2.9253	4
48005	Bilbao	bilbao	PV	BI	48020	43.2627	-2.9253	4
48006	Bilbao	bilbao	PV	BI	48020	43.2627	-2.9253	4
48007	Bilbao	bilbao	PV	BI	48020	43.2627	-2.9253	4
48008	Bilbao	bilbao	PV	BI	48020	43.2627	-2.9253	4
48009	Bilbao	bilbao	PV	BI	48020	43.2627	-2.9253	4
48010	Bilbao	bilbao	PV	BI	48020	43.2627	-2.9253	4
48011	Bilbao	bilbao	PV	BI	48020	43.2627	-2.9253	4
48012	Bilbao	bilbao	PV	BI	48020	43.2627	-2.9253	4
48013	Bilbao	bilbao	PV	BI	48020	43.2627	-2.9253	4
48014	Bilbao	bilbao	PV	BI	48020	43.2627	-2.9253	4
48015	Bilbao	bilbao	PV	BI	48020	43.2627	-2.9253	4
48070	Bilbao	bilbao	PV	BI		43.2627	-2.9253	4
48071	Bilbao	bilbao	PV	BI		43.2627	-2.9253	4
48080	Bilbao	bilbao	PV	BI		43.2627	-2.9253	4
48100	Iturribaltzaga	iturribaltzaga	PV	BI	48069	43.3421	-2.8262	4
48100	Billela	billela	PV	BI	48069	43.3707	-2.8566	4
48100	Belako	belako	PV	BI	48069	43.3473	-2.8482	3
48100	Trobika	trobika	PV	BI	48069	43.3667	-2.8333	4
48100	Basozabal	basozabal	PV	BI	48069	43.3403	-2.8434	4
48100	Maurola	maurola	PV	BI	48069	43.3333	-2.8667	4
48100	Zabalondo	zabalondo	PV	BI	48069	43.3473	-2.8482	3
48100	Elgezabal	elgezabal	PV	BI	48069	43.3309	-2.8631	4
48100	Mungia	mungia	PV	BI	48069	43.3473	-2.8482	3
48100	Atela	atela	PV	BI	48069	43.3473	-2.8482	3
48100	Llona	llona	PV	BI	48069	43.3473	-2.8482	3
48100	Laukariz	laukariz	PV	BI	48069	43.3473	-2.8482	3
48100	Atxuri	atxuri	PV	BI	48069	43.3473	-2.8482	3
48100	Berreagamendi	berreagamendi	PV	BI	48069	43.3473	-2.8482	3
48110	Libaroa	libaroa	PV	BI	48040	43.2446	-2.8354	3
48110	Igartua	igartua	PV	BI	48040	43.3777	-2.8877	4
48110	Urresti	urresti	PV	BI	48040	43.3634	-2.919	4
48110	Lubarrietaondo (Urbanizacion)	lubarrietaondo-urbanizacion	PV	BI	48040	43.2446	-2.8354	3
48110	Zurbao	zurbao	PV	BI	48040	42.8707	-2.6181	4
48110	Ugarte (Gatika)	ugarte-gatika	PV	BI	48040	43.2446	-2.8354	3
48110	Butroe	butroe	PV	BI	48040	43.3667	-2.9167	4
48110	Gatika	gatika	PV	BI	48040	43.2446	-2.8354	3
48110	Garai (Gatika)	garai-gatika	PV	BI	48040	43.2446	-2.8354	3
48110	Sertutxa	sertutxa	PV	BI	48040	43.2446	-2.8354	3
48110	Gorordo	gorordo	PV	BI	48040	43.2446	-2.8354	3
48111	Elexalde (Laukiz)	elexalde-laukiz	PV	BI	48053	43.35	-2.9	4
48111	Jose Antonio Agirre	jose-antonio-agirre	PV	BI	48053	43.35	-2.9	3
48111	Laukiz	laukiz	PV	BI	48053	43.35	-2.9	4
48111	Aurrekoetxea	aurrekoetxea	PV	BI	48053	43.35	-2.9	3
48111	Mendiondo (Laukiz)	mendiondo-laukiz	PV	BI	48053	43.35	-2.9	4
48111	Mentxaketa	mentxaketa	PV	BI	48053	43.35	-2.9	3
48111	Unbe-Mendi	unbe-mendi	PV	BI	48053	43.35	-2.9	3
48112	Maruri-Jatabe	maruri-jatabe	PV	BI	48061	43.3838	-2.8621	4
48112	Ergoien (Maruri-Jatabe)	ergoien-maruri-jatabe	PV	BI	48061	43.3838	-2.8621	4
48112	Erbera (Maruri-Jatabe)	erbera-maruri-jatabe	PV	BI	48061	43.3838	-2.8621	4
48113	Mendotza	mendotza	PV	BI	48038	43.3191	-2.8167	1
48113	Ergoien (Gamiz-Fika)	ergoien-gamiz-fika	PV	BI	48038	43.3191	-2.8167	1
48113	Gamiz-Fika	gamiz-fika	PV	BI	48038	43.3191	-2.8167	1
48113	Elexalde (Gamiz-Fika)	elexalde-gamiz-fika	PV	BI	48038	43.3191	-2.8167	1
48113	Ibarra (Gamiz-Fika)	ibarra-gamiz-fika	PV	BI	48038	43.3191	-2.8167	1
48114	Agirre (Arrieta)	agirre-arrieta	PV	BI	48010	43.35	-2.75	4
48114	Olatxua-Olabarri	olatxua-olabarri	PV	BI	48010	43.35	-2.75	3
48114	Libao	libao	PV	BI	48010	43.35	-2.75	4
48114	Jainko-Oleaga	jainko-oleaga	PV	BI	48010	43.35	-2.75	3
48114	Arrieta	arrieta	PV	BI	48010	43.35	-2.75	4
48115	Meaka	meaka	PV	BI	48066	43.3167	-2.75	4
48115	Meakaur	meakaur	PV	BI	48066	43.3167	-2.75	4
48115	Morgaondo	morgaondo	PV	BI	48066	43.3068	-2.7484	4
48115	Oñarte	onarte	PV	BI	48066	43.2993	-2.7629	4
48115	Eskerika	eskerika	PV	BI	48066	43.2833	-2.75	4
48115	Ganbe	ganbe	PV	BI	48066	43.3045	-2.7522	3
48115	Morga	morga	PV	BI	48066	43.3045	-2.7522	3
48115	Andra Mari (Morga)	andra-mari-morga	PV	BI	48066	43.3045	-2.7522	3
48116	Botiola	botiola	PV	BI	48035	43.3175	-2.795	4
48116	Fruiz	fruiz	PV	BI	48035	43.3333	-2.7833	4
48116	Aldai	aldai	PV	BI	48035	43.2667	-2.9667	4
48116	Mandaluiz	mandaluiz	PV	BI	48035	43.35	-2.7833	4
48116	Andeko (Fruiz)	andeko-fruiz	PV	BI	48035	43.3169	-2.8321	3
48120	Markaida	markaida	PV	BI	48069	43.3849	-2.8328	4
48120	Emerando (Meñaka)	emerando-menaka	PV	BI	48069	43.3667	-2.8	4
48120	Emerando (Mungia)	emerando-mungia	PV	BI	48069	43.302	-2.8143	3
48120	Ametzaga	ametzaga	PV	BI	48069	42.9597	-2.842	4
48120	Meñakabarrena	menakabarrena	PV	BI	48069	43.302	-2.8143	3
48120	Mesterika	mesterika	PV	BI	48069	43.3667	-2.8	4
48120	Larrauri-Markaida	larrauri-markaida	PV	BI	48069	43.3677	-2.8107	4
48120	Meñaka	menaka	PV	BI	48069	43.3667	-2.8	4
48130	Artzalde	artzalde	PV	BI	48012	43.4099	-2.8175	4
48130	Bakio	bakio	PV	BI	48012	43.4292	-2.8088	4
48130	San Pelaio	san-pelaio	PV	BI	48012	43.4333	-2.7667	4
48130	Zubiaur (Bakio)	zubiaur-bakio	PV	BI	48012	43.4292	-2.8088	4
48130	Basigo	basigo	PV	BI	48012	43.4284	-2.8107	4
48130	Goitisolo	goitisolo	PV	BI	48012	43.4258	-2.8055	3
48130	Urkizaur	urkizaur	PV	BI	48012	43.4247	-2.8203	4
48140	Zelaia (Arantzazu)	zelaia-arantzazu	PV	BI	48006	43.1488	-2.7892	4
48140	Santa Lutzia	santa-lutzia	PV	BI	48006	43.1484	-2.0678	4
48140	Olabarri	olabarri	PV	BI	48006	43.1635	-2.7788	4
48140	Sabino Arana	sabino-arana	PV	BI	48006	43.1583	-2.6782	3
48140	Olarra	olarra	PV	BI	48006	43.1488	-2.7892	4
48140	Igorre	igorre	PV	BI	48006	43.1667	-2.7667	4
48140	Arantzazu	arantzazu	PV	BI	48006	43.1488	-2.7892	4
48140	Basauntz	basauntz	PV	BI	48006	43.1583	-2.6782	3
48140	Urkizu	urkizu	PV	BI	48006	43.1833	-2.7667	4
48140	Arantzazugoiti	arantzazugoiti	PV	BI	48006	43.1583	-2.6782	3
48140	Elexalde (Igorre)	elexalde-igorre	PV	BI	48006	43.1583	-2.6782	3
48140	Garbe	garbe	PV	BI	48006	43.1583	-2.6782	3
48140	San Juan (Igorre)	san-juan-igorre	PV	BI	48006	43.1583	-2.6782	3
48141	Olazabal (Dima)	olazabal-dima	PV	BI	48026	43.1361	-2.7457	3
48141	Lamindao	lamindao	PV	BI	48026	43.1167	-2.7667	4
48141	Oba	oba	PV	BI	48026	43.1387	-2.7197	4
48141	Intxaurbizkar	intxaurbizkar	PV	BI	48026	43.1361	-2.7457	3
48141	Bikarregi	bikarregi	PV	BI	48026	43.1488	-2.7405	4
48141	Aroztegieta	aroztegieta	PV	BI	48026	43.1333	-2.75	4
48141	Bargondia	bargondia	PV	BI	48026	43.1361	-2.7457	3
48141	Ugarana	ugarana	PV	BI	48026	43.1433	-2.7516	4
48141	Indusi	indusi	PV	BI	48026	43.1361	-2.7457	3
48141	Dima	dima	PV	BI	48026	43.1361	-2.7457	3
48142	Bildosola	bildosola	PV	BI	48023	43.1333	-2.7833	4
48142	Ugarte (Artea)	ugarte-artea	PV	BI	48023	43.1323	-2.784	3
48142	Herriko Plaza	herriko-plaza	PV	BI	48023	43.1333	-2.7833	4
48142	Sarasola	sarasola	PV	BI	48023	43.1323	-2.784	3
48142	Artea	artea	PV	BI	48023	43.1323	-2.784	3
48142	Elexabeitia	elexabeitia	PV	BI	48023	43.1323	-2.784	3
48142	Esparta	esparta	PV	BI	48023	43.1303	-2.7854	4
48143	Areatza	areatza	PV	BI	48093	43.1167	-2.7667	4
48143	Uparan	uparan	PV	BI	48093	43.1167	-2.7667	3
48143	Launtzain	launtzain	PV	BI	48093	43.1167	-2.7667	3
48144	Plaza	plaza	PV	BI	48024	43.0989	-2.7496	4
48144	Altzusta	altzusta	PV	BI	48024	43.1	-2.75	4
48144	Zeanuri	zeanuri	PV	BI	48024	43.0914	-2.7508	3
48144	Otzerinmendi	otzerinmendi	PV	BI	48024	43.1	-2.75	4
48144	Asterria	asterria	PV	BI	48024	43.0914	-2.7508	3
48144	Uribe	uribe	PV	BI	48024	43.0987	-2.7718	4
48144	Altzuaga	altzuaga	PV	BI	48024	43.0833	-2.75	4
48144	Ibarguen	ibarguen	PV	BI	48024	43.0989	-2.7496	4
48144	Ipiñaburu	ipinaburu	PV	BI	48024	43.0698	-2.7473	4
48144	Undurraga	undurraga	PV	BI	48024	43.0811	-2.7377	4
48145	San Juan (Ubide)	san-juan-ubide	PV	BI	48088	43.1264	-2.7334	1
48145	Ubide	ubide	PV	BI	48088	43.1264	-2.7334	1
48145	Magdalena (Ubide)	magdalena-ubide	PV	BI	48088	43.1264	-2.7334	1
48150	Izartza	izartza	PV	BI	48904	43.2833	-2.9167	4
48150	Sondika	sondika	PV	BI	48904	43.3002	-2.9244	4
48150	Julio Arteche (Poblado)	julio-arteche-poblado	PV	BI	48904	43.2918	-2.9205	3
48150	Basozabal (Sondika)	basozabal-sondika	PV	BI	48904	43.2918	-2.9205	3
48150	Landa (Sondika)	landa-sondika	PV	BI	48904	43.2918	-2.9205	3
48150	Zangroiz (Sondika)	zangroiz-sondika	PV	BI	48904	43.2918	-2.9205	3
48160	Derio	derio	PV	BI	48089	43.3054	-2.8812	4
48160	Aldekona (San Isidro)	aldekona-san-isidro	PV	BI	48089	43.2831	-2.2702	4
48160	Aranoltza (San Antolin)	aranoltza-san-antolin	PV	BI	48089	43.229	-2.4012	4
48160	San Esteban (Derio)	san-esteban-derio	PV	BI	48089	43.3054	-2.8812	4
48160	Ugaldeguren (Santimami)	ugaldeguren-santimami	PV	BI	48089	43.2857	-2.663	3
48160	Arteaga (Derio)	arteaga-derio	PV	BI	48089	43.3054	-2.8812	4
48160	Elexalde Derio	elexalde-derio	PV	BI	48089	43.2857	-2.663	3
48170	Parque Tecnologico (Zamudio)	parque-tecnologico-zamudio	PV	BI	48905	43.286	-2.87	4
48170	Geldo	geldo	PV	BI	48905	43.286	-2.87	3
48170	Arteaga-San Martin	arteaga-san-martin	PV	BI	48905	43.286	-2.87	3
48170	Aranoltza-San Antolin	aranoltza-san-antolin	PV	BI	48905	43.286	-2.87	3
48170	Ugaldeguren (Santimami)	ugaldeguren-santimami	PV	BI	48905	43.286	-2.87	3
48180	Aeropuerto De Loiu	aeropuerto-de-loiu	PV	BI	48903	43.3051	-2.9066	4
48180	Loiu	loiu	PV	BI	48903	43.3167	-2.9333	4
48180	Lauroeta	lauroeta	PV	BI	48903	43.3109	-2.92	3
48180	Elotxelerri	elotxelerri	PV	BI	48903	43.3109	-2.92	3
48180	Zangroiz (Loiu)	zangroiz-loiu	PV	BI	48903	43.3109	-2.92	3
48180	Zabaloetxe	zabaloetxe	PV	BI	48903	43.3109	-2.92	3
48190	Mercadillo	mercadillo	PV	BI	48086	43.2622	-3.154	4
48190	La Baluga	la-baluga	PV	BI	48086	43.2704	-3.1595	3
48190	El Castaño	el-castano	PV	BI	48086	43.2786	-3.1651	4
48190	Las Muñecas	las-munecas	PV	BI	48086	43.2704	-3.1595	3
48190	Las Ribas	las-ribas	PV	BI	48086	43.2704	-3.1595	3
48190	Sopuerta	sopuerta	PV	BI	48086	43.2704	-3.1595	3
48190	San Martin De Carral	san-martin-de-carral	PV	BI	48086	43.2704	-3.1595	3
48190	Jarralta	jarralta	PV	BI	48086	43.2704	-3.1595	3
48191	Galdames	galdames	PV	BI	48086	43.25	-3.1	4
48191	San Esteban (Galdames)	san-esteban-galdames	PV	BI	48086	43.2675	-3.1196	3
48191	Txabarri	txabarri	PV	BI	48086	43.2425	-3.1005	4
48191	Montellano	montellano	PV	BI	48086	43.2948	-3.135	4
48191	El Ventorro	el-ventorro	PV	BI	48086	43.2675	-3.1196	3
48191	Llano	llano	PV	BI	48086	43.2841	-3.1555	4
48191	El Arenao	el-arenao	PV	BI	48086	43.2675	-3.1196	3
48191	Aceña, La /Atxuriaga	acena-la-atxuriaga	PV	BI	48086	43.266	-3.1068	4
48191	San Pedro (Galdames)	san-pedro-galdames	PV	BI	48086	43.2675	-3.1196	3
48192	Sandamendi	sandamendi	PV	BI	48042	43.2643	-3.0162	1
48192	Gordexola	gordexola	PV	BI	48042	43.2643	-3.0162	1
48192	Iratzagorria	iratzagorria	PV	BI	48042	43.2643	-3.0162	1
48194	Zaldu	zaldu	PV	BI	48042	43.1773	-3.0312	4
48194	Zubieta (Gordexola)	zubieta-gordexola	PV	BI	48042	43.1773	-3.0312	3
48195	Gaztelu	gaztelu	PV	BI	48052	43.2833	-2.95	4
48195	Goikoelexalde	goikoelexalde	PV	BI	48052	43.2833	-2.95	3
48195	Larrabetzu	larrabetzu	PV	BI	48052	43.2833	-2.95	3
48196	Garaioltza	garaioltza	PV	BI	48081	43.2802	-2.8287	4
48196	Aretxalde	aretxalde	PV	BI	48081	43.2667	-2.8333	4
48196	Lezama	lezama	PV	BI	48081	43.2667	-2.8333	4
48196	Goitioltza	goitioltza	PV	BI	48081	43.2833	-2.8167	4
48200	Garai	garai	PV	BI	48027	43.1928	-2.6099	4
48200	Momoitio	momoitio	PV	BI	48027	43.1856	-2.6179	3
48200	Durango	durango	PV	BI	48027	43.1712	-2.6338	4
48200	Garai-San Migel	garai-san-migel	PV	BI	48027	43.1928	-2.6099	4
48200	Goierri (Garai)	goierri-garai	PV	BI	48027	43.1856	-2.6179	3
48210	Andaparaluzeta	andaparaluzeta	PV	BI	48072	43.0667	-2.65	4
48210	Otxandio	otxandio	PV	BI	48072	43.0333	-2.65	4
48210	Mekoleta	mekoleta	PV	BI	48072	43.1814	-2.3199	4
48211	Urkiola	urkiola	PV	BI		43.1	-2.6333	4
48212	Mañaria	manaria	PV	BI	48059	43.1382	-2.661	4
48213	Izurtza	izurtza	PV	BI	48050	43.15	-2.6333	4
48215	Orozketa	orozketa	PV	BI	48910	43.1667	-2.65	4
48215	Artatza (Iurreta)	artatza-iurreta	PV	BI	48910	43.183	-2.647	3
48215	Fauste	fauste	PV	BI	48910	43.1929	-2.6648	4
48215	Iurreta	iurreta	PV	BI	48910	43.1833	-2.6333	4
48215	Goiuria	goiuria	PV	BI	48910	43.1892	-2.6399	4
48215	Arriandi	arriandi	PV	BI	48910	43.183	-2.647	3
48215	Arandia	arandia	PV	BI	48910	43.183	-2.647	3
48215	Iturburu	iturburu	PV	BI	48910	43.183	-2.647	3
48215	San Marko	san-marko	PV	BI	48910	43.183	-2.647	3
48215	San Andres (Iurreta)	san-andres-iurreta	PV	BI	48910	43.183	-2.647	3
48215	Gaztañatza	gaztanatza	PV	BI	48910	43.183	-2.647	3
48215	Bakixa	bakixa	PV	BI	48910	43.183	-2.647	3
48215	Garaizar	garaizar	PV	BI	48910	43.183	-2.647	3
48215	Mañariku	manariku	PV	BI	48910	43.183	-2.647	3
48215	Aita San Miguel	aita-san-miguel	PV	BI	48910	43.183	-2.647	3
48215	Mallabiena	mallabiena	PV	BI	48910	43.183	-2.647	3
48215	Amatza	amatza	PV	BI	48910	43.183	-2.647	3
48215	Santa Maña	santa-mana	PV	BI	48910	43.183	-2.647	3
48215	Oromiño (Iurreta)	oromino-iurreta	PV	BI	48910	43.183	-2.647	3
48215	Santa Apolonia	santa-apolonia	PV	BI	48910	43.183	-2.647	3
48220	Abadiño	abadino	PV	BI	48001	43.1511	-2.6094	4
48220	Mendiola	mendiola	PV	BI	48001	43.1302	-2.6319	4
48220	Abadiño-Zelaieta	abadino-zelaieta	PV	BI	48001	43.1511	-2.6094	4
48220	Muntsaratz	muntsaratz	PV	BI	48001	43.1498	-2.6127	3
48220	Gerediaga	gerediaga	PV	BI	48001	43.1667	-2.6	4
48220	Traña-Matiena	trana-matiena	PV	BI	48001	43.1498	-2.6127	3
48220	Gaztelua	gaztelua	PV	BI	48001	43.1498	-2.6127	3
48230	Leiz-Miota	leiz-miota	PV	BI	48032	43.1491	-2.5525	4
48230	Berriozabaleta-Aramiño	berriozabaleta-aramino	PV	BI	48032	43.1444	-2.5598	4
48230	Iguria	iguria	PV	BI	48032	43.1132	-2.5286	4
48230	Gazeta	gazeta	PV	BI	48032	43.1264	-2.5239	4
48230	Gaztañeta	gaztaneta	PV	BI	48032	43.1349	-2.5432	3
48230	Elorrio	elorrio	PV	BI	48032	43.1292	-2.5406	4
48230	San Agustin	san-agustin	PV	BI	48032	43.1316	-2.5634	4
48230	Berrio-Aldape	berrio-aldape	PV	BI	48032	43.1349	-2.5432	3
48230	Mendraka	mendraka	PV	BI	48032	43.15	-2.5333	4
48230	Lekeriketa	lekeriketa	PV	BI	48032	43.1349	-2.5432	3
48240	Sarria	sarria	PV	BI	48019	43.1902	-2.5957	4
48240	Andikoa	andikoa	PV	BI	48019	43.1833	-2.5833	4
48240	Okango	okango	PV	BI	48019	43.1767	-2.5781	3
48240	Berriz	berriz	PV	BI	48019	43.1667	-2.5667	4
48240	Olakueta	olakueta	PV	BI	48019	43.1667	-2.5667	4
48249	Eitua	eitua	PV	BI	48019	43.1767	-2.5781	1
48249	Sallobente	sallobente	PV	BI	48019	43.1767	-2.5781	1
48249	Murgoitio	murgoitio	PV	BI	48019	43.1767	-2.5781	1
48250	Goierri (Zaldibar)	goierri-zaldibar	PV	BI	48095	43.1667	-2.5333	4
48250	Zaldibar	zaldibar	PV	BI	48095	43.1667	-2.5333	4
48250	Gazaga	gazaga	PV	BI	48095	43.1667	-2.5333	4
48260	Eitzaga	eitzaga	PV	BI	48034	43.1833	-2.5	4
48260	Ermua	ermua	PV	BI	48034	43.1833	-2.5	4
48269	Berano Txikia	berano-txikia	PV	BI	48058	43.2	-2.5	4
48269	Gerea	gerea	PV	BI	48058	43.2167	-2.55	4
48269	Mallabia	mallabia	PV	BI	48058	43.1884	-2.53	4
48269	Areitio	areitio	PV	BI	48058	43.0167	-2.5167	4
48269	Osma	osma	PV	BI	48058	43.1961	-2.5529	4
48269	Goita	goita	PV	BI	48058	43.2	-2.5333	4
48269	Goitondo (Poligono Industrial)	goitondo-poligono-industrial	PV	BI	48058	43.1696	-2.5305	3
48269	Arandoño	arandono	PV	BI	48058	43.1696	-2.5305	3
48269	Urtia (Poligono Industrial)	urtia-poligono-industrial	PV	BI	48058	43.1696	-2.5305	3
48269	Berano Nagusia	berano-nagusia	PV	BI	48058	43.1696	-2.5305	3
48270	Markina-Xemein	markina-xemein	PV	BI	48060	43.2667	-2.5	4
48276	Larruskain-Amalloa	larruskain-amalloa	PV	BI	48060	43.2277	-2.5143	1
48276	Ubilla-Urberuaga	ubilla-urberuaga	PV	BI	48060	43.2277	-2.5143	1
48277	San Andres (Etxebarria)	san-andres-etxebarria	PV	BI	48030	43.1491	-2.4998	3
48277	Galartza	galartza	PV	BI	48030	43.044	-2.5219	4
48277	Etxebarria	etxebarria	PV	BI	48030	43.2541	-2.4778	4
48277	Unamuntzaga	unamuntzaga	PV	BI	48030	43.1491	-2.4998	3
48277	Altzaa	altzaa	PV	BI	48030	43.1491	-2.4998	3
48277	Erbera (Etxebarria)	erbera-etxebarria	PV	BI	48030	43.1491	-2.4998	3
48277	Aulesti (Etxebarria)	aulesti-etxebarria	PV	BI	48030	43.1491	-2.4998	3
48278	Zeinka-Zearregi	zeinka-zearregi	PV	BI	48060	43.2566	-2.553	4
48278	Barinaga	barinaga	PV	BI	48060	43.2371	-2.4932	4
48278	Iturreta (Markina-Xemein)	iturreta-markina-xemein	PV	BI	48060	43.2371	-2.4932	4
48278	Ziortza-Goierria-	ziortza-goierria	PV	BI	48060	43.2474	-2.5214	3
48278	Bolibar	bolibar	PV	BI	48060	43.2434	-2.5363	4
48278	Meabe	meabe	PV	BI	48060	43.2667	-2.5167	4
48278	Arta	arta	PV	BI	48060	43.2434	-2.5363	4
48278	Iluntzar	iluntzar	PV	BI	48060	43.2474	-2.5214	3
48280	Lekeitio	lekeitio	PV	BI	48057	43.3642	-2.5049	4
48287	Bedaroa	bedaroa	PV	BI	48028	43.3777	-2.5709	4
48287	Ea	ea	PV	BI	48028	43.3798	-2.5856	4
48288	Soloaran	soloaran	PV	BI	48049	43.35	-2.55	4
48288	Barainka	barainka	PV	BI	48049	43.3545	-2.5617	4
48288	Ispaster	ispaster	PV	BI	48049	43.3667	-2.5333	4
48288	Gardata-Artika	gardata-artika	PV	BI	48049	43.3571	-2.5483	3
48288	Solarte-Gallete	solarte-gallete	PV	BI	48049	43.3571	-2.5483	3
48288	Mendazoa	mendazoa	PV	BI	48049	43.3571	-2.5483	3
48288	Ispaster-Elexalde	ispaster-elexalde	PV	BI	48049	43.3571	-2.5483	3
48288	Kutziaga-Arropain	kutziaga-arropain	PV	BI	48049	43.3571	-2.5483	3
48289	Lariz	lariz	PV	BI	48004	43.3333	-2.5167	4
48289	Amoroto	amoroto	PV	BI	48004	43.3263	-2.5135	4
48289	Urrutia	urrutia	PV	BI	48004	43.3357	-2.5061	4
48289	Ugaran	ugaran	PV	BI	48004	42.9925	-2.4524	4
48289	Likoa	likoa	PV	BI	48004	43.35	-2.4833	4
48289	Okamika	okamika	PV	BI	48004	43.3251	-2.5272	4
48289	Odiaga	odiaga	PV	BI	48004	43.3167	-2.5167	4
48289	Zelaia (Mendexa)	zelaia-mendexa	PV	BI	48004	43.3008	-2.5025	3
48289	Gizaburuaga	gizaburuaga	PV	BI	48004	43.3333	-2.5333	4
48289	Leagi	leagi	PV	BI	48004	43.3493	-2.492	4
48289	Mendexa	mendexa	PV	BI	48004	43.3459	-2.4842	4
48289	Iturreta (Mendexa)	iturreta-mendexa	PV	BI	48004	43.3008	-2.5025	3
48289	Eleizaldea (Gizaburuaga)	eleizaldea-gizaburuaga	PV	BI	48004	43.3008	-2.5025	3
48289	Elexalde (Amoroto)	elexalde-amoroto	PV	BI	48004	43.3008	-2.5025	3
48289	Eguen	eguen	PV	BI	48004	43.3008	-2.5025	3
48289	Laxier	laxier	PV	BI	48004	43.3008	-2.5025	3
48291	Arrazola	arrazola	PV	BI	48091	43.1002	-2.5818	4
48291	Santiago	santiago	PV	BI	48091	43.1094	-2.5843	4
48291	Marzana	marzana	PV	BI	48091	43.1218	-2.5855	4
48291	Artia-Jauregi (Poligono Industrial)	artia-jauregi-poligono-industrial	PV	BI	48091	43.1155	-2.584	3
48291	Apatamonasterio	apatamonasterio	PV	BI	48091	43.1307	-2.5846	4
48291	Atxondo	atxondo	PV	BI	48091	43.1155	-2.584	3
48291	Axpe (Atxondo)	axpe-atxondo	PV	BI	48091	43.1155	-2.584	3
48291	San Juan (Atxondo)	san-juan-atxondo	PV	BI	48091	43.1155	-2.584	3
48291	Olazabal (Atxondo)	olazabal-atxondo	PV	BI	48091	43.1155	-2.584	3
48300	Gernika-Lumo	gernika-lumo	PV	BI	48046	43.3167	-2.6833	4
48300	Arana	arana	PV	BI	48046	43.303	-2.6849	4
48300	Errenteria	errenteria	PV	BI	48046	43.3167	-2.4333	4
48300	Lumo	lumo	PV	BI	48046	43.3121	-2.6005	3
48300	Zallo	zallo	PV	BI	48046	43.3121	-2.6005	3
48309	Metxika	metxika	PV	BI	48079	43.3333	-2.7333	4
48309	Errigoiti	errigoiti	PV	BI	48079	43.3167	-2.7167	4
48309	Elexalde-Olabarri	elexalde-olabarri	PV	BI	48079	43.325	-2.725	3
48309	Atxika-Errekalde	atxika-errekalde	PV	BI	48079	43.325	-2.725	3
48309	Baldatika	baldatika	PV	BI	48079	43.325	-2.725	3
48310	Elantxobe	elantxobe	PV	BI	48031	43.4024	-2.6391	4
48311	Akorda	akorda	PV	BI	48028	43.3466	-2.6085	4
48311	Natxitua	natxitua	PV	BI	48028	43.381	-2.6135	4
48311	Ibarrangelu	ibarrangelu	PV	BI	48028	43.3903	-2.6342	4
48311	Elexalde (Ibarrangelu)	elexalde-ibarrangelu	PV	BI	48028	43.3726	-2.6187	3
48312	Ikazurieta	ikazurieta	PV	BI	48909	43.3318	-2.5908	4
48312	Merika	merika	PV	BI	48909	43.3167	-2.5833	4
48312	Uribarri-Zabaleta	uribarri-zabaleta	PV	BI	48909	43.3217	-2.5858	3
48312	Lekerika	lekerika	PV	BI	48909	43.3167	-2.5833	4
48312	Nabarniz	nabarniz	PV	BI	48909	43.3217	-2.5858	3
48312	Intxaurraga (Nabarniz)	intxaurraga-nabarniz	PV	BI	48909	43.3217	-2.5858	3
48312	Elexalde (Nabarniz)	elexalde-nabarniz	PV	BI	48909	43.3217	-2.5858	3
48313	Elexalde-Zeeta	elexalde-zeeta	PV	BI	48033	43.3555	-2.623	4
48313	Basetxeta-Atxoste	basetxeta-atxoste	PV	BI	48033	43.3667	-2.6167	4
48313	Ereño	ereno	PV	BI	48033	43.3555	-2.623	4
48313	Akorda-Bollar	akorda-bollar	PV	BI	48033	43.3543	-2.6157	3
48313	Gabika	gabika	PV	BI	48033	43.3396	-2.6001	4
48314	Basetxeta	basetxeta	PV	BI	48041	43.3681	-2.639	4
48314	Kanala (Sukarrieta)	kanala-sukarrieta	PV	BI	48041	43.4	-2.7	4
48314	Gautegiz Arteaga	gautegiz-arteaga	PV	BI	48041	43.3696	-2.6642	3
48314	Zelaieta	zelaieta	PV	BI	48041	43.35	-2.65	4
48314	Isla	isla	PV	BI	48041	43.3604	-2.6677	4
48314	Kanala (Gautegiz Arteaga)	kanala-gautegiz-arteaga	PV	BI	48041	43.3696	-2.6642	3
48314	Errekalde (Gautegiz Arteaga)	errekalde-gautegiz-arteaga	PV	BI	48041	43.3696	-2.6642	3
48315	Kortezubi	kortezubi	PV	BI	48907	43.3333	-2.65	4
48315	Oma	oma	PV	BI	48907	43.3364	-2.6168	4
48315	Basando	basando	PV	BI	48907	43.3349	-2.6334	3
48315	Elorriaga-Santa Ana	elorriaga-santa-ana	PV	BI	48907	43.3349	-2.6334	3
48320	Kanpantxu	kanpantxu	PV	BI	48911	43.3	-2.6667	4
48320	Mendieta (Ajangiz)	mendieta-ajangiz	PV	BI	48911	43.3	-2.6667	4
48320	Ajangiz	ajangiz	PV	BI	48911	43.3	-2.6667	4
48330	Pozueta	pozueta	PV	BI	48055	43.2033	-2.8102	3
48330	San Inazio	san-inazio	PV	BI	48055	43.2167	-2.7667	4
48330	Bolunburu	bolunburu	PV	BI	48055	43.1995	-3.1549	4
48330	Durandio	durandio	PV	BI	48055	43.2033	-2.8102	3
48330	Estaziñoa	estazinoa	PV	BI	48055	43.2033	-2.8102	3
48330	Arraño	arrano	PV	BI	48055	43.2033	-2.8102	3
48330	Elizondo	elizondo	PV	BI	48055	43.1833	-2.5833	4
48330	Azurreka	azurreka	PV	BI	48055	43.2033	-2.8102	3
48330	Lemorieta	lemorieta	PV	BI	48055	43.2112	-2.7706	4
48330	Arantxe	arantxe	PV	BI	48055	43.2033	-2.8102	3
48330	Errekalde (Lemoa)	errekalde-lemoa	PV	BI	48055	43.2033	-2.8102	3
48330	Arraibi	arraibi	PV	BI	48055	43.2058	-2.7754	4
48330	Intzuntza (Lemoa)	intzuntza-lemoa	PV	BI	48055	43.2033	-2.8102	3
48330	Agarre (Lemoa)	agarre-lemoa	PV	BI	48055	43.2033	-2.8102	3
48330	Txiriboketa	txiriboketa	PV	BI	48055	43.2033	-2.8102	3
48330	Larrabeiti	larrabeiti	PV	BI	48055	43.2033	-2.8102	3
48330	Tallerreta	tallerreta	PV	BI	48055	43.2033	-2.8102	3
48330	Mendieta (Lemoa)	mendieta-lemoa	PV	BI	48055	43.2033	-2.8102	3
48330	Bolunburu (Poligono Industrial)	bolunburu-poligono-industrial	PV	BI	48055	43.2033	-2.8102	3
48330	Zubieta (Lemoa)	zubieta-lemoa	PV	BI	48055	43.2033	-2.8102	3
48330	Mendieta (Poligono Industrial)	mendieta-poligono-industrial	PV	BI	48055	43.2033	-2.8102	3
48330	Lemoa	lemoa	PV	BI	48055	43.2033	-2.8102	3
48330	Iturritxe	iturritxe	PV	BI	48055	43.2033	-2.8102	3
48330	Elorriaga (Lemoa)	elorriaga-lemoa	PV	BI	48055	43.2033	-2.8102	3
48340	San Miguel (Amorebieta-Etxano)	san-miguel-amorebieta-etxano	PV	BI	48003	43.2167	-2.7333	4
48340	Euba	euba	PV	BI	48003	43.1942	-2.6957	4
48340	Boroa	boroa	PV	BI	48003	43.2392	-2.7501	4
48340	Amorebieta-Etxano	amorebieta-etxano	PV	BI	48003	43.2167	-2.7333	4
48340	Bernagoitia	bernagoitia	PV	BI	48003	43.1817	-2.6915	4
48340	Autzagana	autzagana	PV	BI	48003	43.2146	-2.7257	3
48340	Etxano	etxano	PV	BI	48003	43.2392	-2.7501	4
48340	Astepe	astepe	PV	BI	48003	43.2146	-2.7257	3
48340	Aldana	aldana	PV	BI	48003	43.2146	-2.7257	3
48340	Oromiño (Amotebieta-Etxano)	oromino-amotebieta-etxano	PV	BI	48003	43.2146	-2.7257	3
48350	Altamira-San Kristobal	altamira-san-kristobal	PV	BI	48021	43.3685	-2.7024	4
48350	Axpe-San Bartolome	axpe-san-bartolome	PV	BI	48021	43.3833	-2.7	4
48350	Busturia	busturia	PV	BI	48021	43.3833	-2.7	4
48360	Mundaka	mundaka	PV	BI	48068	43.408	-2.6985	4
48360	Portuondo-Basaran	portuondo-basaran	PV	BI	48068	43.408	-2.6985	3
48360	Arketa-Aranburu	arketa-aranburu	PV	BI	48068	43.408	-2.6985	3
48370	Bermeo	bermeo	PV	BI	48017	43.4209	-2.7215	4
48370	Artika	artika	PV	BI	48017	43.4157	-2.7284	4
48370	Arranotegi	arranotegi	PV	BI	48017	43.3984	-2.7562	4
48370	Demiku	demiku	PV	BI	48017	43.3634	-2.6823	3
48370	Arane	arane	PV	BI	48017	43.1202	-2.4026	4
48370	San Andres	san-andres	PV	BI	48017	43.4167	-2.75	4
48370	Almika	almika	PV	BI	48017	43.4085	-2.7349	4
48370	Mañu	manu	PV	BI	48017	43.3634	-2.6823	3
48370	Pelaio Deuna	pelaio-deuna	PV	BI	48017	43.3634	-2.6823	3
48370	Landabaso (Poligono Industrial)	landabaso-poligono-industrial	PV	BI	48017	43.3634	-2.6823	3
48370	San Miguel	san-miguel	PV	BI	48017	43.3634	-2.6823	3
48370	Baratz-Eder	baratz-eder	PV	BI	48017	43.3634	-2.6823	3
48370	Agirre (Bermeo)	agirre-bermeo	PV	BI	48017	43.3634	-2.6823	3
48380	Zubero	zubero	PV	BI	48070	43.2885	-2.5579	4
48380	Malats	malats	PV	BI	48070	43.2833	-2.5333	4
48380	Ibarrola	ibarrola	PV	BI	48070	43.2931	-2.5778	4
48380	Urriola	urriola	PV	BI	48070	43.2858	-2.5632	4
48380	Aulesti	aulesti	PV	BI	48070	43.2644	-2.5375	3
48380	Narea	narea	PV	BI	48070	43.3027	-2.5681	4
48380	San Anton	san-anton	PV	BI	48070	43.1328	-2.4245	4
48380	Goiherri (Aulesti)	goiherri-aulesti	PV	BI	48070	43.2644	-2.5375	3
48381	Gerrika	gerrika	PV	BI	48007	43.2667	-2.5667	4
48381	Munitibar-Arbatzegi Gerrikaitz	munitibar-arbatzegi-gerrikaitz	PV	BI	48007	43.2742	-2.6116	4
48381	Gerrikaitz	gerrikaitz	PV	BI	48007	43.2667	-2.5833	4
48381	Berreño	berreno	PV	BI	48007	43.2742	-2.6116	4
48381	Totorika	totorika	PV	BI	48007	43.2667	-2.5833	4
48382	Olabe	olabe	PV	BI	48062	43.2833	-2.6333	4
48382	Albiz	albiz	PV	BI	48062	43.2605	-2.639	4
48382	Mendata	mendata	PV	BI	48062	43.2812	-2.6402	3
48382	Marmiz	marmiz	PV	BI	48062	43.2998	-2.6482	4
48382	Elejalde (Mendata)	elejalde-mendata	PV	BI	48062	43.2812	-2.6402	3
48383	Zabala-Belendiz	zabala-belendiz	PV	BI	48914	43.3167	-2.6333	4
48383	Loiola	loiola	PV	BI	48914	43.1633	-2.2832	4
48383	Barrutia	barrutia	PV	BI	48914	43.24	-2.4583	3
48383	Monte	monte	PV	BI	48914	43.24	-2.4583	3
48383	Gorozika (Arratzu)	gorozika-arratzu	PV	BI	48914	43.24	-2.4583	3
48383	Elexalde (Arratzu)	elexalde-arratzu	PV	BI	48914	43.24	-2.4583	3
48383	Arratzu	arratzu	PV	BI	48914	43.24	-2.4583	3
48383	Barroeta (Arratzu)	barroeta-arratzu	PV	BI	48914	43.24	-2.4583	3
48383	Zubiate (Arratzu)	zubiate-arratzu	PV	BI	48914	43.24	-2.4583	3
48383	Uarka	uarka	PV	BI	48914	43.24	-2.4583	3
48390	Jauregi	jauregi	PV	BI	48092	43.2747	-1.9955	4
48390	Eroso-Ugarte	eroso-ugarte	PV	BI	48092	43.2087	-2.8143	4
48390	Bedia	bedia	PV	BI	48092	43.2167	-2.8	4
48390	Bidekoetxea	bidekoetxea	PV	BI	48092	43.2229	-2.7027	3
48390	Murtatza	murtatza	PV	BI	48092	43.2161	-2.8121	4
48390	Asteitza	asteitza	PV	BI	48092	43.2229	-2.7027	3
48390	Elexalde (Bedia)	elexalde-bedia	PV	BI	48092	43.2167	-2.8	4
48390	Ibarra (Bedia)	ibarra-bedia	PV	BI	48092	43.2167	-2.8	4
48390	Ereño (Bedia)	ereno-bedia	PV	BI	48092	43.2167	-2.8	4
48390	Barroeta (Bedia)	barroeta-bedia	PV	BI	48092	43.2167	-2.8	4
48391	Aiuria	aiuria	PV	BI	48067	43.25	-2.65	4
48391	Gorozika (Muxika)	gorozika-muxika	PV	BI	48067	43.25	-2.6667	4
48391	Ibarruri	ibarruri	PV	BI	48067	43.25	-2.6667	4
48392	Usparitxa	usparitxa	PV	BI	48067	43.2691	-2.6896	4
48392	Muxika	muxika	PV	BI	48067	43.2691	-2.6896	3
48392	Ugartegoikoa (Muxika)	ugartegoikoa-muxika	PV	BI	48067	43.2691	-2.6896	3
48392	San Roman (Muxika)	san-roman-muxika	PV	BI	48067	43.2691	-2.6896	3
48393	Elexalde (Forua)	elexalde-forua	PV	BI	48906	43.3334	-2.675	4
48393	Gaitoka	gaitoka	PV	BI	48906	43.3334	-2.675	3
48393	Forua	forua	PV	BI	48906	43.3334	-2.675	4
48393	Atxondoa	atxondoa	PV	BI	48906	43.3334	-2.675	3
48393	Urberuaga	urberuaga	PV	BI	48906	43.3334	-2.675	3
48393	Landaberde	landaberde	PV	BI	48906	43.3334	-2.675	3
48393	Armotxerria	armotxerria	PV	BI	48906	43.3334	-2.675	3
48394	Murueta	murueta	PV	BI	48908	43.3543	-2.6846	4
48395	Sukarrieta	sukarrieta	PV	BI	48076	43.4	-2.7	4
48395	Txatxarramendi	txatxarramendi	PV	BI	48076	43.4	-2.7	3
48395	Abiña (Andoni Deuna)	abina-andoni-deuna	PV	BI	48076	43.4	-2.7	3
48410	Orozko	orozko	PV	BI	48075	43.0959	-2.8762	1
48410	Zubiaur (Orozko)	zubiaur-orozko	PV	BI	48075	43.0959	-2.8762	1
48419	Albizuelexaga	albizuelexaga	PV	BI	48075	43.1043	-2.8802	4
48419	Murueta (Orozko)	murueta-orozko	PV	BI	48075	43.0959	-2.8762	3
48419	Arbaitza	arbaitza	PV	BI	48075	43.0707	-2.9189	4
48419	Ibarra (Orozko)	ibarra-orozko	PV	BI	48075	43.0959	-2.8762	3
48419	Gallartu	gallartu	PV	BI	48075	43.0993	-2.8371	4
48419	Bengoetxea	bengoetxea	PV	BI	48075	43.1167	-2.9	4
48419	Urigoiti	urigoiti	PV	BI	48075	43.0884	-2.8448	4
48450	Etxebarri	etxebarri	PV	BI	48029	43.25	-2.4667	4
48450	Kukullaga	kukullaga	PV	BI	48029	43.2519	-2.6749	3
48450	Legizamon	legizamon	PV	BI	48029	43.2539	-2.8831	4
48450	Doneztebe	doneztebe	PV	BI	48029	43.2519	-2.6749	3
48450	San Esteban (Etxebarri)	san-esteban-etxebarri	PV	BI	48029	43.2519	-2.6749	3
48460	Villaño (Cerca De)	villano-cerca-de	PV	BI	48074	43.2231	-3.3142	4
48460	Mendeika	mendeika	PV	BI	48074	43.0318	-3.0295	4
48460	Belandia	belandia	PV	BI	48074	43.0309	-3.046	4
48460	Lendoño De Arriba/Lendoño Goikoa	lendono-de-arriba-lendono-goikoa	PV	BI	48074	43.0952	-3.1299	3
48460	Lendoño De Abajo/Lendoñobeiti	lendono-de-abajo-lendonobeiti	PV	BI	48074	43.0952	-3.1299	3
48460	Urduña/Orduña	urduna-orduna	PV	BI	48074	43.0952	-3.1299	3
48480	Zaratamo	zaratamo	PV	BI	48011	43.2167	-2.8667	4
48480	Markio	markio	PV	BI	48011	43.2	-2.9167	4
48480	Burbustu-Altamira	burbustu-altamira	PV	BI	48011	43.2021	-2.8755	4
48480	Gutiolo	gutiolo	PV	BI	48011	43.2	-2.8657	4
48480	Agirre (Arrigorriaga)	agirre-arrigorriaga	PV	BI	48011	43.2101	-2.8856	4
48480	Martiartu	martiartu	PV	BI	48011	43.2096	-2.8798	3
48480	Arkotxa	arkotxa	PV	BI	48011	43.2281	-2.8627	4
48480	Arrigorriaga	arrigorriaga	PV	BI	48011	43.2101	-2.8856	4
48480	Moiordin-Barrondo	moiordin-barrondo	PV	BI	48011	43.2096	-2.8798	3
48480	Cubo	cubo	PV	BI	48011	43.2096	-2.8798	3
48480	Brisketa	brisketa	PV	BI	48011	43.2096	-2.8798	3
48480	Gurutzalde	gurutzalde	PV	BI	48011	43.2096	-2.8798	3
48480	Lanbarketa	lanbarketa	PV	BI	48011	43.2096	-2.8798	3
48480	Salud E Higiene	salud-e-higiene	PV	BI	48011	43.2096	-2.8798	3
48490	Ugao-Miraballes	ugao-miraballes	PV	BI	48065	43.1396	-2.7785	1
48498	Zuloaga	zuloaga	PV	BI	48009	42.9826	-2.2772	4
48498	Uribarri	uribarri	PV	BI	48009	43.0398	-2.5752	4
48498	Arene (Arrankudiaga)	arene-arrankudiaga	PV	BI	48009	43.0575	-2.5953	3
48498	Arakaldo	arakaldo	PV	BI	48009	43.15	-2.9333	4
48498	Bakiola, Poligono Industrial	bakiola-poligono-industrial	PV	BI	48009	43.0575	-2.5953	3
48498	Arrankudiaga	arrankudiaga	PV	BI	48009	43.0575	-2.5953	3
48499	Ametzola	ametzola	PV	BI	48009	43.2333	-2.8833	4
48499	Saldarian	saldarian	PV	BI	48009	43.1807	-2.8701	3
48499	Uriondo	uriondo	PV	BI	48009	43.2212	-2.8692	4
48499	Solatxi	solatxi	PV	BI	48009	43.1807	-2.8701	3
48499	Zubialde	zubialde	PV	BI	48009	43.1482	-2.8508	4
48499	Gezala	gezala	PV	BI	48009	43.1333	-2.8333	4
48499	Arbildu	arbildu	PV	BI	48009	43.1807	-2.8701	3
48499	Zeberio	zeberio	PV	BI	48009	43.1482	-2.8508	4
48499	Zollo-Elexalde	zollo-elexalde	PV	BI	48009	43.2	-2.9333	4
48499	Areiltza-Olatzar	areiltza-olatzar	PV	BI	48009	43.1807	-2.8701	3
48499	Aresandiaga	aresandiaga	PV	BI	48009	43.1807	-2.8701	3
48499	Argiñao	arginao	PV	BI	48009	43.1807	-2.8701	3
48499	Aspiuntza	aspiuntza	PV	BI	48009	43.1807	-2.8701	3
48499	Arkulanda	arkulanda	PV	BI	48009	43.1807	-2.8701	3
48499	Ermitabarri-Ibarra	ermitabarri-ibarra	PV	BI	48009	43.1807	-2.8701	3
48500	Gallarta	gallarta	PV	BI	48002	43.3212	-3.0728	4
48500	Cotorrio	cotorrio	PV	BI	48002	43.3111	-3.1104	4
48500	Los Castaños	los-castanos	PV	BI	48002	43.306	-3.0855	3
48500	Picon	picon	PV	BI	48002	43.2913	-3.0809	4
48500	Las Calizas	las-calizas	PV	BI	48002	43.3004	-3.078	4
48500	Murrieta	murrieta	PV	BI	48002	43.306	-3.0855	3
48500	Casal, El (Poligono Industrial)	casal-el-poligono-industrial	PV	BI	48002	43.306	-3.0855	3
48500	El Campillo	el-campillo	PV	BI	48002	43.306	-3.0855	3
48500	Abanto Y Ciervana	abanto-y-ciervana	PV	BI	48002	43.306	-3.0855	3
48500	La Balastera	la-balastera	PV	BI	48002	43.306	-3.0855	3
48500	Abanto-Zierbena	abanto-zierbena	PV	BI	48002	43.306	-3.0855	3
48500	Putxeta	putxeta	PV	BI	48002	43.306	-3.0855	3
48500	San Pedro (Abanto-Zierbena)	san-pedro-abanto-zierbena	PV	BI	48002	43.306	-3.0855	3
48500	Sanfuentes	sanfuentes	PV	BI	48002	43.306	-3.0855	3
48500	Santa Juliana	santa-juliana	PV	BI	48002	43.306	-3.0855	3
48500	Triano (Abanto-Zierbena)	triano-abanto-zierbena	PV	BI	48002	43.306	-3.0855	3
48500	Abanto	abanto	PV	BI	48002	43.306	-3.0855	3
48500	La Hera	la-hera	PV	BI	48002	43.306	-3.0855	3
48500	La Florida	la-florida	PV	BI	48002	43.306	-3.0855	3
48500	Las Cortes	las-cortes	PV	BI	48002	43.306	-3.0855	3
48500	Las Carreras	las-carreras	PV	BI	48002	43.306	-3.0855	3
48508	La Arena	la-arena	PV	BI	48913	43.3491	-3.1153	4
48508	Valle	valle	PV	BI	48913	43.3405	-3.0817	4
48508	Zierbena	zierbena	PV	BI	48913	43.35	-3.0833	4
48508	El Puerto	el-puerto	PV	BI	48913	43.35	-3.0833	4
48508	San Mames (Zierbena)	san-mames-zierbena	PV	BI	48913	43.3474	-3.0909	3
48508	San Roman (Zierbena)	san-roman-zierbena	PV	BI	48913	43.3474	-3.0909	3
48508	Virgen De El Puerto	virgen-de-el-puerto	PV	BI	48913	43.3474	-3.0909	3
48508	Kardeo	kardeo	PV	BI	48913	43.3474	-3.0909	3
48508	Cuesta, La (Aldapa)	cuesta-la-aldapa	PV	BI	48913	43.3474	-3.0909	3
48510	Galindo-Salcedillo	galindo-salcedillo	PV	BI	48080	43.3049	-2.9953	4
48510	Trapagaran	trapagaran	PV	BI	48080	43.3	-3	4
48510	Trapaga-Causo	trapaga-causo	PV	BI	48080	43.301	-2.9991	3
48510	Elguero	elguero	PV	BI	48080	43.3	-3	4
48510	Durañona	duranona	PV	BI	48080	43.301	-2.9991	3
48510	Valle De Trapaga	valle-de-trapaga	PV	BI	48080	43.3	-3	4
48510	Ugarte (Valle De Trapaga)	ugarte-valle-de-trapaga	PV	BI	48080	43.3	-3	4
48520	La Arboleda	la-arboleda	PV	BI	48080	43.2846	-3.055	4
48520	Parcocha-Barrionuevo	parcocha-barrionuevo	PV	BI	48080	43.2881	-3.0521	3
48520	Reineta, La/Larreineta	reineta-la-larreineta	PV	BI	48080	43.2915	-3.0491	4
48520	Matamoros-Burzaco	matamoros-burzaco	PV	BI	48080	43.2881	-3.0521	3
48530	La Orconera	la-orconera	PV	BI	48083	43.3	-3.0593	4
48530	Cadegal	cadegal	PV	BI	48083	43.3074	-3.0572	3
48530	Triano (Ortuella)	triano-ortuella	PV	BI	48083	43.3111	-3.0562	4
48530	Nocedal	nocedal	PV	BI	48083	43.3074	-3.0572	3
48530	Ortuella	ortuella	PV	BI	48083	43.3111	-3.0562	4
48530	Urioste	urioste	PV	BI	48083	43.3074	-3.0572	3
48550	Pobeña	pobena	PV	BI	48071	43.344	-3.1257	4
48550	Santelices	santelices	PV	BI	48071	43.3133	-3.1195	4
48550	San Julian De Muskiz	san-julian-de-muskiz	PV	BI	48071	43.3333	-3.1	4
48550	San Juan (Muskiz)	san-juan-muskiz	PV	BI	48071	43.3302	-3.1151	3
48550	Cobaron	cobaron	PV	BI	48071	43.3302	-3.1151	3
48550	La Rigada	la-rigada	PV	BI	48071	43.3302	-3.1151	3
48550	Muskiz	muskiz	PV	BI	48071	43.3302	-3.1151	3
48600	Sopelana	sopelana	PV	BI	48085	43.3789	-2.9831	4
48600	Larrabasterra	larrabasterra	PV	BI	48085	43.3789	-2.9831	3
48600	Moreaga	moreaga	PV	BI	48085	43.3789	-2.9831	3
48600	Ugeraga	ugeraga	PV	BI	48085	43.3789	-2.9831	3
48610	Urduliz	urduliz	PV	BI	48089	43.3833	-2.95	4
48610	Zalbidea	zalbidea	PV	BI	48089	43.3833	-2.95	3
48610	Mendiondo (Urduliz)	mendiondo-urduliz	PV	BI	48089	43.3833	-2.95	4
48610	Dobaran	dobaran	PV	BI	48089	43.3833	-2.95	3
48610	Landa (Urduliz)	landa-urduliz	PV	BI	48089	43.3833	-2.95	4
48610	Elortza	elortza	PV	BI	48089	43.3833	-2.95	3
48620	Plentzia	plentzia	PV	BI	48043	43.4053	-2.9479	4
48620	Armintza	armintza	PV	BI	48043	43.4333	-2.9	4
48620	Guzurmendi	guzurmendi	PV	BI	48043	43.417	-2.91	3
48620	Urizar	urizar	PV	BI	48043	43.4129	-2.9023	4
48620	Lemoiz	lemoiz	PV	BI	48043	43.4333	-2.9	4
48620	Saratxaga	saratxaga	PV	BI	48043	43.417	-2.91	3
48620	Andraka	andraka	PV	BI	48043	43.4	-2.9	4
48620	Gure Mendi	gure-mendi	PV	BI	48043	43.417	-2.91	3
48620	Txipio	txipio	PV	BI	48043	43.417	-2.91	3
48620	Isuzkitza	isuzkitza	PV	BI	48043	43.417	-2.91	3
48630	Urezarantza	urezarantza	PV	BI	48043	43.428	-2.9315	4
48630	Elexalde (Gorliz)	elexalde-gorliz	PV	BI	48043	43.4149	-2.9368	4
48630	Gandia	gandia	PV	BI	48043	43.4193	-2.935	3
48630	Gorliz	gorliz	PV	BI	48043	43.4149	-2.9368	4
48640	Berango	berango	PV	BI	48016	43.365	-2.996	4
48640	Baserri-Santa Ana	baserri-santa-ana	PV	BI	48016	43.365	-2.996	3
48650	Elexalde (Barrika)	elexalde-barrika	PV	BI	48014	43.4028	-2.9373	1
48650	Goierri (Barrika)	goierri-barrika	PV	BI	48014	43.4028	-2.9373	1
48650	Barrika	barrika	PV	BI	48014	43.4028	-2.9373	1
48700	Ondarroa	ondarroa	PV	BI	48073	43.3167	-2.4167	4
48710	Berriatua	berriatua	PV	BI	48018	43.3167	-2.4667	4
48710	Asterrika	asterrika	PV	BI	48018	43.3167	-2.45	4
48710	Magdalena (Berriatua)	magdalena-berriatua	PV	BI	48018	43.3167	-2.4667	4
48710	Gardotza (Poligono Industrial)	gardotza-poligono-industrial	PV	BI	48018	43.3167	-2.4611	3
48710	Mereludi	mereludi	PV	BI	48018	43.3167	-2.4611	3
48710	Erribera	erribera	PV	BI	48018	43.3167	-2.4611	3
48800	Pandozales	pandozales	PV	BI	48090	43.2003	-3.2139	4
48800	Peñueco	penueco	PV	BI	48090	43.2003	-3.2139	3
48800	Balmaseda	balmaseda	PV	BI	48090	43.2003	-3.2139	4
48810	Alonsotegi	alonsotegi	PV	BI	48912	43.2448	-2.9876	4
48810	Irauregi	irauregi	PV	BI	48912	43.2476	-2.9879	4
48810	Cadagua-Elkartegi (Poligono Industrial)	cadagua-elkartegi-poligono-industrial	PV	BI	48912	43.2462	-2.9878	3
48810	Arbuio	arbuio	PV	BI	48912	43.2462	-2.9878	3
48820	Zaramillo	zaramillo	PV	BI	48045	43.2333	-3.0167	4
48820	La Quadra	la-quadra	PV	BI	48045	43.2333	-3.0167	3
48830	Sodupe	sodupe	PV	BI	48045	43.2045	-3.0477	4
48840	Güeñes	guenes	PV	BI	48045	43.2125	-3.095	4
48850	Aranguren	aranguren	PV	BI	48096	43.2115	-3.0967	4
48860	Mimetiz	mimetiz	PV	BI	48096	43.2333	-3.1333	3
48860	Zalla	zalla	PV	BI	48096	43.2333	-3.1333	4
48860	Sollano-Llantada	sollano-llantada	PV	BI	48096	43.2333	-3.1333	3
48869	Otxaran	otxaran	PV	BI	48086	43.2165	-3.1633	3
48869	Avellaneda	avellaneda	PV	BI	48086	43.2294	-3.1617	4
48869	La Herrera	la-herrera	PV	BI	48086	43.2036	-3.165	4
48870	Barrieta, La/Olabarrieta	barrieta-la-olabarrieta	PV	BI	48086	43.2531	-3.1921	3
48870	Alen	alen	PV	BI	48086	43.2729	-3.2009	4
48870	Bezi	bezi	PV	BI	48086	43.2333	-3.1833	4
48879	Traslaviña	traslavina	PV	BI	48008	43.2408	-3.2153	4
48879	Gorgolas	gorgolas	PV	BI	48008	43.2254	-3.2604	4
48879	Santa Cruz	santa-cruz	PV	BI	48008	43.2662	-3.2338	4
48879	Artzentales	artzentales	PV	BI	48008	43.2459	-3.2325	3
48879	San Miguel De Linares	san-miguel-de-linares	PV	BI	48008	43.2513	-3.2207	4
48879	Traslosheros	traslosheros	PV	BI	48008	43.2459	-3.2325	3
48880	Cueto	cueto	PV	BI	48087	43.2736	-3.267	4
48880	Gordon	gordon	PV	BI	48087	43.2843	-3.2469	4
48880	Trucios/Turtzioz	trucios-turtzioz	PV	BI	48087	43.2768	-3.2569	3
48880	La Iglesia	la-iglesia	PV	BI	48087	43.2724	-3.2569	4
48880	Pando (Trucios)	pando-trucios	PV	BI	48087	43.2768	-3.2569	3
48890	El Callejo	el-callejo	PV	BI	48022	43.234	-3.3409	4
48890	Ranero	ranero	PV	BI	48022	43.2616	-3.3711	4
48890	Manzaneda De Biañez	manzaneda-de-bianez	PV	BI	48022	43.2384	-3.3347	4
48890	Biañez	bianez	PV	BI	48022	43.2414	-3.3461	4
48890	Matienzo	matienzo	PV	BI	48022	43.2382	-3.381	4
48890	Ambasaguas	ambasaguas	PV	BI	48022	43.2452	-3.3521	3
48890	La Cadena	la-cadena	PV	BI	48022	43.2508	-3.382	4
48890	La Cerca	la-cerca	PV	BI	48022	43.2231	-3.3142	4
48890	Molinar	molinar	PV	BI	48022	43.2418	-3.3642	4
48890	El Suceso	el-suceso	PV	BI	48022	43.2452	-3.3521	3
48890	Rioseco	rioseco	PV	BI	48022	43.2511	-3.3711	4
48890	Santecilla	santecilla	PV	BI	48022	43.2593	-3.3554	4
48890	Bollain	bollain	PV	BI	48022	43.2458	-3.358	4
48890	Paules	paules	PV	BI	48022	43.2526	-3.3334	4
48890	Herboso	herboso	PV	BI	48022	43.2492	-3.3255	4
48891	Bernales	bernales	PV	BI	48022	43.1985	-3.3439	4
48891	Presa	presa	PV	BI	48022	43.2012	-3.3972	4
48891	San Esteban (Carranza)	san-esteban-carranza	PV	BI	48022	43.2075	-3.3698	3
48891	Lanzas Agudas	lanzas-agudas	PV	BI	48022	43.1806	-3.3606	4
48891	Ahedo	ahedo	PV	BI	48022	43.2286	-3.3552	4
48891	Aldeacueva	aldeacueva	PV	BI	48022	43.1944	-3.3804	4
48891	Concha	concha	PV	BI	48022	43.2225	-3.3572	4
48891	Sierra	sierra	PV	BI	48022	43.2096	-3.369	4
48891	Carranza	carranza	PV	BI	48022	43.2075	-3.3698	3
48891	San Cipriano	san-cipriano	PV	BI	48022	43.2243	-3.3949	4
48891	Valle De Carranza	valle-de-carranza	PV	BI	48022	43.2075	-3.3698	3
48891	Karrantza Harana	karrantza-harana	PV	BI	48022	43.2075	-3.3698	3
48891	Las Barcenas	las-barcenas	PV	BI	48022	43.2075	-3.3698	3
48891	La Tejera	la-tejera	PV	BI	48022	43.2075	-3.3698	3
48891	Pando (Carranza)	pando-carranza	PV	BI	48022	43.2075	-3.3698	3
48891	Soscaño	soscano	PV	BI	48022	43.2075	-3.3698	3
48895	Lanestosa	lanestosa	PV	BI	48051	43.2199	-3.4392	4
48895	Sangrices	sangrices	PV	BI	48051	43.2141	-3.4254	4
48895	La Calera Del Prado	la-calera-del-prado	PV	BI	48051	43.1633	-3.4283	4
48900	Barakaldo	barakaldo	PV	BI		43.2956	-2.9973	4
48901	Barakaldo	barakaldo	PV	BI	48013	43.2956	-2.9973	4
48902	Barakaldo	barakaldo	PV	BI	48013	43.2956	-2.9973	4
48902	San Bizenti-Barakaldo	san-bizenti-barakaldo	PV	BI	48013	43.2956	-2.9973	4
48903	Regato, El/Errekatxo	regato-el-errekatxo	PV	BI	48013	43.263	-3.0171	4
48903	Barakaldo	barakaldo	PV	BI	48013	43.2956	-2.9973	4
48910	Sestao	sestao	PV	BI	48084	43.3098	-3.0072	4
48920	Portugalete	portugalete	PV	BI	48078	43.321	-3.0206	4
48930	Getxo	getxo	PV	BI	48044	43.3259	-3.0097	4
48940	San Bartolome	san-bartolome	PV	BI	48054	43.3752	-2.7023	4
48940	Mendibile	mendibile	PV	BI	48054	43.3085	-2.8809	3
48940	Santsoena	santsoena	PV	BI	48054	43.334	-2.9741	4
48940	Telleria	telleria	PV	BI	48054	43.0421	-2.2495	4
48940	Lamiako	lamiako	PV	BI	48054	43.3085	-2.8809	3
48940	Artatza (Leioa)	artatza-leioa	PV	BI	48054	43.3333	-2.9833	4
48940	Aketxe	aketxe	PV	BI	48054	43.3085	-2.8809	3
48940	Elexalde (Leioa)	elexalde-leioa	PV	BI	48054	43.3333	-2.9833	4
48940	Monte Ikea	monte-ikea	PV	BI	48054	43.3085	-2.8809	3
48940	Txorierri (Leioa)	txorierri-leioa	PV	BI	48054	43.3333	-2.9833	4
48940	Landabarri	landabarri	PV	BI	48054	43.3085	-2.8809	3
48940	Santimami (Leioa)	santimami-leioa	PV	BI	48054	43.3333	-2.9833	4
48940	Los Pinos	los-pinos	PV	BI	48054	43.3085	-2.8809	3
48940	San Juan (Leioa)	san-juan-leioa	PV	BI	48054	43.3333	-2.9833	4
48940	La Chopera	la-chopera	PV	BI	48054	43.3085	-2.8809	3
48940	Leioa	leioa	PV	BI	48054	43.3333	-2.9833	4
48940	Peruri	peruri	PV	BI	48054	43.3085	-2.8809	3
48940	Centro Civico (Leioa)	centro-civico-leioa	PV	BI	48054	43.3333	-2.9833	4
48940	Negurigane	negurigane	PV	BI	48054	43.3085	-2.8809	3
48940	Sakoneta	sakoneta	PV	BI	48054	43.3085	-2.8809	3
48940	Sarriena	sarriena	PV	BI	48054	43.3085	-2.8809	3
48940	Udondo	udondo	PV	BI	48054	43.3085	-2.8809	3
48940	Zarrageta	zarrageta	PV	BI	48054	43.3085	-2.8809	3
48940	Ondiz	ondiz	PV	BI	48054	43.3085	-2.8809	3
48940	Begoñako Ama	begonako-ama	PV	BI	48054	43.3085	-2.8809	3
48940	Artatzagane	artatzagane	PV	BI	48054	43.3085	-2.8809	3
48940	Estartetxe	estartetxe	PV	BI	48054	43.3085	-2.8809	3
48940	Iturribide	iturribide	PV	BI	48054	43.3085	-2.8809	3
48950	Arriaga	arriaga	PV	BI	48902	43.2998	-2.9709	4
48950	Astrabudua	astrabudua	PV	BI	48902	43.3167	-2.9833	4
48950	Erandio	erandio	PV	BI	48902	43.3079	-2.945	4
48950	Altzaga	altzaga	PV	BI	48902	43.3068	-2.96	3
48950	Asua	asua	PV	BI	48902	43.3019	-2.9466	4
48950	Erandiogoikoa	erandiogoikoa	PV	BI	48902	43.3076	-2.9542	4
48950	Lutxana-Enekuri	lutxana-enekuri	PV	BI	48902	43.3068	-2.96	3
48950	Goierri (Erandio)	goierri-erandio	PV	BI	48902	43.3068	-2.96	3
48960	Agirre-Aperribai	agirre-aperribai	PV	BI	48036	43.2371	-2.8676	4
48960	Elexalde (Galdakao)	elexalde-galdakao	PV	BI	48036	43.2318	-2.8233	3
48960	Bekea	bekea	PV	BI	48036	43.2333	-2.8167	4
48960	Galdakao	galdakao	PV	BI	48036	43.2333	-2.8333	4
48960	La Cruz	la-cruz	PV	BI	48036	43.2318	-2.8233	3
48960	Usansolo	usansolo	PV	BI	48036	43.2217	-2.8157	4
48960	Gumuzio	gumuzio	PV	BI	48036	43.2333	-2.7833	4
48970	Urbi	urbi	PV	BI	48015	43.2397	-2.8706	4
48970	Elexalde (Basauri)	elexalde-basauri	PV	BI	48015	43.2383	-2.8759	3
48970	Arizgoiti	arizgoiti	PV	BI	48015	43.2369	-2.8811	4
48970	Basauri	basauri	PV	BI	48015	43.2383	-2.8759	3
48970	Mercabilbao	mercabilbao	PV	BI	48015	43.2383	-2.8759	3
48980	El Villar	el-villar	PV	BI	48082	43.3284	-3.0325	3
48980	Santurtzi	santurtzi	PV	BI	48082	43.3284	-3.0325	4
48980	Balparda	balparda	PV	BI	48082	43.3284	-3.0325	3
48990	Getxo	getxo	PV	BI	48044	43.3493	-3.0094	4
48991	Getxo	getxo	PV	BI	48044	43.3493	-3.0094	4
48992	Getxo	getxo	PV	BI	48044	43.3493	-3.0094	4
48993	Getxo	getxo	PV	BI	48044	43.3493	-3.0094	4
48998	Getxo	getxo	PV	BI		43.3493	-3.0094	4
20001	Donostia-San Sebastian	donostia-san-sebastian	PV	SS	20069	43.3128	-1.975	4
20002	Donostia-San Sebastian	donostia-san-sebastian	PV	SS	20069	43.3128	-1.975	4
20003	Donostia-San Sebastian	donostia-san-sebastian	PV	SS	20069	43.3128	-1.975	4
20004	Donostia-San Sebastian	donostia-san-sebastian	PV	SS	20069	43.3128	-1.975	4
20005	Donostia-San Sebastian	donostia-san-sebastian	PV	SS	20069	43.3128	-1.975	4
20006	Donostia-San Sebastian	donostia-san-sebastian	PV	SS	20069	43.3128	-1.975	4
20007	Donostia-San Sebastian	donostia-san-sebastian	PV	SS	20069	43.3128	-1.975	4
20008	Igeldo	igeldo	PV	SS	20069	43.3088	-2.0364	4
20008	Donostia-San Sebastian	donostia-san-sebastian	PV	SS	20069	43.3128	-1.975	4
20009	Donostia-San Sebastian	donostia-san-sebastian	PV	SS	20069	43.3128	-1.975	4
20010	Donostia-San Sebastian	donostia-san-sebastian	PV	SS	20069	43.3128	-1.975	4
20011	Donostia-San Sebastian	donostia-san-sebastian	PV	SS	20069	43.3128	-1.975	4
20012	Donostia-San Sebastian	donostia-san-sebastian	PV	SS	20069	43.3128	-1.975	4
20013	Donostia-San Sebastian	donostia-san-sebastian	PV	SS	20069	43.3128	-1.975	4
20014	Donostia-San Sebastian	donostia-san-sebastian	PV	SS	20069	43.3128	-1.975	4
20015	Donostia-San Sebastian	donostia-san-sebastian	PV	SS	20069	43.3128	-1.975	4
20016	Donostia-San Sebastian	donostia-san-sebastian	PV	SS	20069	43.3128	-1.975	4
20017	Donostia-San Sebastian	donostia-san-sebastian	PV	SS	20069	43.3128	-1.975	4
20018	Añorga	anorga	PV	SS	20069	43.284	-2.0016	4
20018	Donostia-San Sebastian	donostia-san-sebastian	PV	SS	20069	43.3128	-1.975	4
20070	Donostia-San Sebastian	donostia-san-sebastian	PV	SS		43.3128	-1.975	4
20071	Donostia-San Sebastian	donostia-san-sebastian	PV	SS		43.3128	-1.975	4
20080	Donostia-San Sebastian	donostia-san-sebastian	PV	SS		43.3128	-1.975	4
20100	Lezo	lezo	PV	SS	20053	43.3214	-1.8974	4
20100	Errenteria	errenteria	PV	SS	20053	43.3119	-1.9023	4
20100	Landarbaso	landarbaso	PV	SS	20053	43.2582	-1.9067	4
20110	Pasai San Pedro	pasai-san-pedro	PV	SS	20064	43.3244	-1.9302	4
20110	Pasai Antxo	pasai-antxo	PV	SS	20064	43.3162	-1.9179	4
20110	Pasaia	pasaia	PV	SS	20064	43.3219	-1.9214	3
20110	Pasai Donibane	pasai-donibane	PV	SS	20064	43.325	-1.916	4
20115	Astigarraga	astigarraga	PV	SS	20903	43.2817	-1.9463	4
20120	Jauregi	jauregi	PV	SS	20040	43.2747	-1.9955	4
20120	Santa Barbara	santa-barbara	PV	SS	20040	43.2642	-1.9905	4
20120	Akerregi	akerregi	PV	SS	20040	43.2684	-1.9633	4
20120	Osinaga	osinaga	PV	SS	20040	43.2467	-1.9622	4
20120	Zikuñaga	zikunaga	PV	SS	20040	43.2587	-1.9623	4
20120	Eziago	eziago	PV	SS	20040	43.2632	-1.9717	3
20120	Martindegi	martindegi	PV	SS	20040	43.2633	-1.9522	4
20120	Hernani	hernani	PV	SS	20040	43.2662	-1.9761	4
20128	Pagoaga	pagoaga	PV	SS	20040	43.2194	-1.9197	4
20128	Epela	epela	PV	SS	20040	43.2531	-1.9457	4
20128	Ereñotzu	erenotzu	PV	SS	20040	43.242	-1.9401	4
20130	Urnieta	urnieta	PV	SS	20072	43.2473	-1.9908	4
20140	Leizotz	leizotz	PV	SS	20009	43.2089	-1.9914	4
20140	Andoain	andoain	PV	SS	20009	43.2166	-2.0253	4
20140	Buruntza	buruntza	PV	SS	20009	43.234	-2.0152	4
20140	Goiburu	goiburu	PV	SS	20009	43.2037	-2.0244	4
20140	Sorabilla	sorabilla	PV	SS	20009	43.2104	-2.0351	4
20150	Villabona	villabona	PV	SS	20002	43.1854	-2.053	4
20150	Elbarrena	elbarrena	PV	SS	20002	43.1911	-2.0602	4
20150	Amasa	amasa	PV	SS	20002	43.1826	-2.0473	4
20150	Aduna	aduna	PV	SS	20002	43.2038	-2.0503	4
20159	Zizurkil (Pueblo)	zizurkil-pueblo	PV	SS	20028	43.1923	-2.096	3
20159	Larraul	larraul	PV	SS	20028	43.1877	-2.102	4
20159	Goiballara	goiballara	PV	SS	20028	43.1744	-2.0772	4
20159	Errekaballara	errekaballara	PV	SS	20028	43.1961	-2.1148	4
20159	Elizmendi	elizmendi	PV	SS	20028	43.1973	-2.0954	4
20159	Upazan	upazan	PV	SS	20028	43.2103	-2.0971	4
20159	Beballara	beballara	PV	SS	20028	43.1864	-2.0873	4
20159	Asteasu	asteasu	PV	SS	20028	43.1944	-2.0982	4
20160	Lasarte-Oria	lasarte-oria	PV	SS	20902	43.2752	-2.0161	3
20160	Larrekoetxe	larrekoetxe	PV	SS	20902	43.2701	-2.013	4
20160	Atsobakar	atsobakar	PV	SS	20902	43.2737	-2.0193	4
20160	Zubieta (Usurbil)	zubieta-usurbil	PV	SS	20902	43.2716	-2.0491	4
20160	Lasarte	lasarte	PV	SS	20902	43.2677	-2.0217	4
20160	Zubieta (Donostia-San Sebastian)	zubieta-donostia-san-sebastian	PV	SS	20902	43.3128	-1.975	4
20160	Oria	oria	PV	SS	20902	43.2554	-2.0187	4
20170	Kalezar	kalezar	PV	SS	20073	43.271	-2.0456	4
20170	Txikierdi	txikierdi	PV	SS	20073	43.2812	-2.0274	4
20170	Urdaiaga	urdaiaga	PV	SS	20073	43.2674	-2.0611	4
20170	Usurbil	usurbil	PV	SS	20073	43.2716	-2.0491	4
20170	Aginaga (Usurbil)	aginaga-usurbil	PV	SS	20073	43.2716	-2.0491	4
20180	Ugaldetxo	ugaldetxo	PV	SS	20063	43.2988	-1.8729	4
20180	Oiartzun	oiartzun	PV	SS	20063	43.2983	-1.8613	4
20180	Iturriotz	iturriotz	PV	SS	20063	43.2916	-1.8658	4
20180	Elizalde	elizalde	PV	SS	20063	43.2983	-1.8613	4
20180	Ergoien	ergoien	PV	SS	20063	43.2879	-1.8365	4
20180	Karrika	karrika	PV	SS	20063	43.2835	-1.8535	4
20180	Gurutze	gurutze	PV	SS	20063	43.3096	-1.8426	4
20180	Altzibar	altzibar	PV	SS	20063	43.2931	-1.8569	4
20180	Arragua	arragua	PV	SS	20063	43.3088	-1.8772	4
20200	Antzizar	antzizar	PV	SS	20019	43.0447	-2.2143	4
20200	Loinatz	loinatz	PV	SS	20019	43.0606	-2.2116	4
20200	Beasain	beasain	PV	SS	20019	43.0502	-2.2009	4
20200	Ugartemendi	ugartemendi	PV	SS	20019	43.0429	-2.1957	4
20200	Altamira	altamira	PV	SS	20019	43.0418	-2.205	4
20200	Beasainmendi	beasainmendi	PV	SS	20019	43.0667	-2.1981	4
20210	Senpere	senpere	PV	SS	20049	43.0427	-2.1891	4
20210	Lazkaomendi	lazkaomendi	PV	SS	20049	43.034	-2.1708	4
20210	Zubierreka	zubierreka	PV	SS	20049	43.0237	-2.1768	4
20210	Lazkao	lazkao	PV	SS	20049	43.0324	-2.1862	4
20211	Ataun	ataun	PV	SS	20015	43.0061	-2.1766	4
20211	Aia (Ataun)	aia-ataun	PV	SS	20015	42.9968	-2.1783	3
20211	San Gregorio	san-gregorio	PV	SS	20015	42.978	-2.1817	4
20211	San Martin	san-martin	PV	SS	20015	43.0061	-2.1766	4
20212	Olaberria	olaberria	PV	SS	20058	43.0273	-2.2035	4
20212	Ihurre	ihurre	PV	SS	20058	43.0357	-2.216	4
20213	Urtsuaran	urtsuaran	PV	SS	20043	42.9694	-2.2437	4
20213	Idiazabal	idiazabal	PV	SS	20043	43.0119	-2.2336	4
20214	Mutiloa	mutiloa	PV	SS	20057	43.0229	-2.2726	4
20214	Segura	segura	PV	SS	20057	43.0075	-2.254	4
20214	Zerain	zerain	PV	SS	20057	43.0124	-2.2726	4
20215	Zegama	zegama	PV	SS	20025	42.9756	-2.2909	4
20215	Olaran	olaran	PV	SS	20025	42.9676	-2.2773	4
20215	Arrieta	arrieta	PV	SS	20025	42.9747	-2.3031	4
20215	Goialdea	goialdea	PV	SS	20025	42.9448	-2.275	4
20215	Barrenaldea	barrenaldea	PV	SS	20025	42.9905	-2.2788	4
20216	Ormaiztegi	ormaiztegi	PV	SS	20062	43.0434	-2.2567	4
20217	Alegia (Gabiria)	alegia-gabiria	PV	SS	20038	43.0493	-2.2796	4
20217	Gabiria	gabiria	PV	SS	20038	43.0493	-2.2796	4
20218	Aratz-Matxinbenta (Ezkio-Itsaso)	aratz-matxinbenta-ezkio-itsaso	PV	SS	20035	43.0745	-2.2354	3
20218	Arriaran	arriaran	PV	SS	20035	43.0603	-2.2378	4
20218	Salbatore	salbatore	PV	SS	20035	43.0492	-2.232	4
20218	Gudugarreta	gudugarreta	PV	SS	20035	43.0563	-2.222	4
20218	Aratz-Matxinbenta	aratz-matxinbenta	PV	SS	20035	43.1079	-2.2422	4
20218	Astigarreta	astigarreta	PV	SS	20035	43.0829	-2.2393	4
20218	Mandubia	mandubia	PV	SS	20035	43.0871	-2.2482	4
20218	Garin	garin	PV	SS	20035	43.0781	-2.226	4
20220	Brinkola	brinkola	PV	SS	20051	43.0192	-2.3354	4
20220	Aztiria	aztiria	PV	SS	20051	43.0334	-2.3108	4
20220	Telleriarte	telleriarte	PV	SS	20051	43.0293	-2.339	4
20230	Legazpi	legazpi	PV	SS	20051	43.0532	-2.3369	4
20240	Ordizia	ordizia	PV	SS	20076	43.0541	-2.1763	4
20247	Zaldibia	zaldibia	PV	SS	20078	43.0372	-2.1506	4
20248	Arama	arama	PV	SS	20012	43.0633	-2.1654	4
20248	Altzaga	altzaga	PV	SS	20012	43.0647	-2.154	4
20248	Gaintza	gaintza	PV	SS	20012	43.0527	-2.1329	4
20249	Itsasondo	itsasondo	PV	SS	20047	43.0691	-2.1646	4
20250	Legorreta	legorreta	PV	SS	20052	43.0846	-2.1502	4
20259	Baliarrain	baliarrain	PV	SS	20904	43.0693	-2.1278	4
20260	Alegia	alegia	PV	SS	20005	43.101	-2.0964	4
20260	Langaurrealdea	langaurrealdea	PV	SS	20005	43.1068	-2.1109	4
20260	Errotaldea	errotaldea	PV	SS	20005	43.0907	-2.0911	4
20267	Aldaba	aldaba	PV	SS	20044	43.1077	-2.1336	4
20267	Ikaztegieta	ikaztegieta	PV	SS	20044	43.0944	-2.1237	4
20268	Bedaio	bedaio	PV	SS	20008	43.0499	-2.0404	4
20268	Ergoiena	ergoiena	PV	SS	20008	42.9546	-2.1789	4
20268	Amezketa	amezketa	PV	SS	20008	43.068	-2.0834	4
20268	Altzo	altzo	PV	SS	20008	43.0351	-2.0965	3
20268	Ugarte	ugarte	PV	SS	20008	43.068	-2.0834	4
20269	Orendain	orendain	PV	SS	20001	43.079	-2.112	4
20269	Abaltzisketa	abaltzisketa	PV	SS	20001	43.0474	-2.1053	4
20270	Anoeta	anoeta	PV	SS	20010	43.1624	-2.0711	4
20271	Irura	irura	PV	SS	20046	43.1665	-2.0675	4
20280	Alde Zaharra	alde-zaharra	PV	SS	20036	43.3637	-1.8066	3
20280	Puntalea	puntalea	PV	SS	20036	43.3621	-1.7879	4
20280	Hondarribia	hondarribia	PV	SS	20036	43.3686	-1.7962	4
20280	Mendelu	mendelu	PV	SS	20036	43.3637	-1.8066	3
20280	Gornutz (Montaña)	gornutz-montana	PV	SS	20036	43.3695	-1.8301	4
20280	Akartegi	akartegi	PV	SS	20036	43.3776	-1.8015	4
20280	Amute-Kosta	amute-kosta	PV	SS	20036	43.3637	-1.8066	3
20280	Portua	portua	PV	SS	20036	43.3678	-1.7936	4
20280	Jaitzubia	jaitzubia	PV	SS	20036	43.3464	-1.8299	4
20280	Arkolla	arkolla	PV	SS	20036	43.3538	-1.8051	4
20280	Zimizarga	zimizarga	PV	SS	20036	43.3641	-1.8085	4
20300	Irun	irun	PV	SS		43.339	-1.7894	4
20301	Irun	irun	PV	SS	20045	43.339	-1.7894	4
20302	Irun	irun	PV	SS	20045	43.339	-1.7894	4
20303	Irun	irun	PV	SS	20045	43.339	-1.7894	4
20304	Bidasoa	bidasoa	PV	SS	20045	43.3102	-1.7603	4
20304	Irun	irun	PV	SS	20045	43.339	-1.7894	4
20305	Irun	irun	PV	SS	20045	43.339	-1.7894	4
20400	Txarama	txarama	PV	SS	20042	43.1135	-2.0673	4
20400	San Blas	san-blas	PV	SS	20042	43.1244	-2.0714	4
20400	Ibarra	ibarra	PV	SS	20042	43.1313	-2.0649	4
20400	Tolosa	tolosa	PV	SS	20042	43.1348	-2.078	4
20400	Usabal	usabal	PV	SS	20042	43.121	-2.0825	4
20400	Urkizu	urkizu	PV	SS	20042	43.1342	-2.1081	4
20400	Santa Lutzia	santa-lutzia	PV	SS	20042	43.1484	-2.0678	4
20400	Monteskue	monteskue	PV	SS	20042	43.144	-2.0831	4
20400	San Esteban (Tolosa)	san-esteban-tolosa	PV	SS	20042	43.1348	-2.078	4
20400	Auzotxikia	auzotxikia	PV	SS	20042	43.1301	-2.1036	4
20490	Lizartza	lizartza	PV	SS	20054	43.1024	-2.0349	4
20490	Orexa	orexa	PV	SS	20054	43.0938	-2.0112	4
20491	Gaztelu	gaztelu	PV	SS	20907	43.1162	-2.0244	4
20491	Leaburu	leaburu	PV	SS	20907	43.1219	-2.0543	4
20491	Belauntza	belauntza	PV	SS	20907	43.1359	-2.0516	4
20492	Berastegi	berastegi	PV	SS	20022	43.1242	-1.9802	4
20493	Berrobi	berrobi	PV	SS	20023	43.1452	-2.0262	4
20493	Eldua	eldua	PV	SS	20023	43.1453	-2.0127	4
20493	Elduain	elduain	PV	SS	20023	43.1402	-2.001	4
20494	Alkiza	alkiza	PV	SS	20041	43.1726	-2.1092	4
20494	Hernialde	hernialde	PV	SS	20041	43.1545	-2.0852	4
20495	Albiztur	albiztur	PV	SS	20004	43.1293	-2.1365	4
20496	Bidegoain	bidegoain	PV	SS	20024	43.1412	-2.1634	3
20496	Bidania	bidania	PV	SS	20024	43.1397	-2.1596	4
20496	Goiatz	goiatz	PV	SS	20024	43.1426	-2.1673	4
20500	Arrasate/Mondragon	arrasate-mondragon	PV	SS	20055	43.0668	-2.5055	3
20500	Udala	udala	PV	SS	20055	43.0778	-2.5125	4
20500	Meatzerreka	meatzerreka	PV	SS	20055	43.0807	-2.4957	4
20500	Garagartza (Arrasate/Mondragon)	garagartza-arrasate-mondragon	PV	SS	20055	43.0668	-2.5055	3
20500	Gesalibar	gesalibar	PV	SS	20055	43.0634	-2.5304	4
20500	Bedoña	bedona	PV	SS	20055	43.0453	-2.4833	4
20530	Zarimutz	zarimutz	PV	SS	20068	43.0035	-2.5641	4
20530	Marin	marin	PV	SS	20068	43.0018	-2.59	4
20530	Leintz-Gatzaga	leintz-gatzaga	PV	SS	20068	42.9868	-2.5685	4
20530	Apotzaga	apotzaga	PV	SS	20068	43.0305	-2.5236	4
20530	Bolibar-Ugazua	bolibar-ugazua	PV	SS	20068	43.0035	-2.5274	4
20530	Mazmela	mazmela	PV	SS	20068	43.0129	-2.558	4
20540	Eskoriatza	eskoriatza	PV	SS	20034	43.0183	-2.526	4
20550	Apotzaga-Etxebarri	apotzaga-etxebarri	PV	SS	20013	43.0295	-2.4985	3
20550	Goroeta	goroeta	PV	SS	20013	43.0181	-2.478	4
20550	Aretxabaleta	aretxabaleta	PV	SS	20013	43.0295	-2.4985	3
20550	Mendiola	mendiola	PV	SS	20013	43.0156	-2.5003	4
20550	Izurieta	izurieta	PV	SS	20013	43.0421	-2.5086	4
20550	Gellao	gellao	PV	SS	20013	43.0383	-2.5281	4
20550	Oro	oro	PV	SS	20013	43.0371	-2.4948	4
20550	Larrino	larrino	PV	SS	20013	43.0348	-2.474	4
20550	Arkarazo	arkarazo	PV	SS	20013	43.0223	-2.5052	4
20550	Galartza	galartza	PV	SS	20013	43.044	-2.5219	4
20550	Areantza	areantza	PV	SS	20013	43.0171	-2.4873	4
20550	Aozaratza	aozaratza	PV	SS	20013	43.0256	-2.4869	4
20560	Oñati	onati	PV	SS	20059	43.0326	-2.41	4
20567	Araotz	araotz	PV	SS	20059	42.9918	-2.4538	4
20567	Arantzazu	arantzazu	PV	SS	20059	42.9793	-2.3989	4
20568	Uribarri	uribarri	PV	SS	20059	43.0154	-2.4232	4
20569	Larraña	larrana	PV	SS	20059	43.0502	-2.3953	4
20569	Santxolopeztegi	santxolopeztegi	PV	SS	20059	43.0518	-2.4399	4
20569	Zubillaga	zubillaga	PV	SS	20059	43.0608	-2.4394	4
20569	Garibai	garibai	PV	SS	20059	43.0602	-2.4137	4
20569	Lezesarri	lezesarri	PV	SS	20059	43.0202	-2.414	4
20569	Garagaltza	garagaltza	PV	SS	20059	43.0309	-2.4275	4
20569	Goribar	goribar	PV	SS	20059	43.0428	-2.4196	4
20569	Torreauzo	torreauzo	PV	SS	20059	43.045	-2.4364	4
20569	Berezao	berezao	PV	SS	20059	43.0102	-2.3991	4
20569	Murgia	murgia	PV	SS	20059	43.0094	-2.3893	4
20569	Urrexola	urrexola	PV	SS	20059	43.0158	-2.448	4
20569	Olabarrieta (Oñati)	olabarrieta-onati	PV	SS	20059	43.0326	-2.41	4
20569	Zañartu	zanartu	PV	SS	20059	43.0358	-2.4392	4
20570	Bergara	bergara	PV	SS	20074	43.1151	-2.4175	4
20570	Elosua	elosua	PV	SS	20074	43.1397	-2.3608	4
20570	Basalgo	basalgo	PV	SS	20074	43.1425	-2.4318	4
20570	Elorregi	elorregi	PV	SS	20074	43.087	-2.439	4
20577	Antzuola	antzuola	PV	SS	20011	43.0973	-2.38	4
20578	Angiozar	angiozar	PV	SS	20074	43.1135	-2.4716	4
20579	Ubera	ubera	PV	SS		43.1344	-2.4604	4
20580	Osintxu	osintxu	PV	SS	20074	43.1556	-2.4068	4
20590	Placencia De Las Armas	placencia-de-las-armas	PV	SS	20065	43.1729	-2.413	4
20590	Soraluze	soraluze	PV	SS	20065	43.1729	-2.413	4
20600	Maltzaga	maltzaga	PV	SS	20030	43.1928	-2.4387	4
20600	Aginaga (Eibar)	aginaga-eibar	PV	SS	20030	43.1902	-2.4496	3
20600	Eibar	eibar	PV	SS	20030	43.1849	-2.4716	4
20600	Arrate	arrate	PV	SS	20030	43.1928	-2.4387	4
20690	Elgeta	elgeta	PV	SS	20033	43.137	-2.4886	4
20700	Zumarraga	zumarraga	PV	SS	20077	43.0886	-2.3141	4
20700	Urretxu	urretxu	PV	SS	20077	43.091	-2.317	4
20709	Ezkio	ezkio	PV	SS	20035	43.0805	-2.2753	4
20709	Itsaso-Alegia	itsaso-alegia	PV	SS	20035	43.0763	-2.2672	3
20709	Itsaso	itsaso	PV	SS	20035	43.0722	-2.259	4
20709	Anduaga (Santa Lutzia)	anduaga-santa-lutzia	PV	SS	20035	43.0763	-2.2672	3
20710	Aginaga (Zumarraga)	aginaga-zumarraga	PV	SS		43.0886	-2.3141	4
20720	Arrietamendi	arrietamendi	PV	SS	20017	43.1882	-2.2926	3
20720	Azkoitia	azkoitia	PV	SS	20017	43.1774	-2.3113	4
20720	Izarraitz	izarraitz	PV	SS	20017	43.1989	-2.274	4
20720	Ormaolamendi	ormaolamendi	PV	SS	20017	43.1882	-2.2926	3
20730	Loiola	loiola	PV	SS	20018	43.1633	-2.2832	4
20730	Azpeitia	azpeitia	PV	SS	20018	43.1825	-2.2669	4
20737	Letea	letea	PV	SS	20066	43.1658	-2.1617	4
20737	Artzalluz	artzalluz	PV	SS	20066	43.1794	-2.1975	4
20737	Errezil	errezil	PV	SS	20066	43.1651	-2.1739	4
20737	Argisain (Santa Marina)	argisain-santa-marina	PV	SS	20066	43.1065	-2.1746	4
20737	Ibarbia	ibarbia	PV	SS	20066	43.1612	-2.2055	4
20737	Ezama	ezama	PV	SS	20066	43.1555	-2.1771	4
20737	Erdoizta	erdoizta	PV	SS	20066	43.2007	-2.1796	4
20738	Urrestilla	urrestilla	PV	SS		43.1577	-2.2446	4
20738	Aratz Erreka	aratz-erreka	PV	SS		43.1328	-2.2736	4
20738	Nuarbe	nuarbe	PV	SS		43.1343	-2.2324	4
20739	Beizama	beizama	PV	SS	20020	43.1338	-2.2	4
20740	Endoia	endoia	PV	SS	20027	43.2397	-2.2928	4
20740	Lasao	lasao	PV	SS	20027	43.216	-2.2564	4
20740	Zestoa	zestoa	PV	SS	20027	43.2397	-2.2579	4
20749	Arroa Bekoa	arroa-bekoa	PV	SS	20003	43.2788	-2.2695	4
20749	Aizarnazabal	aizarnazabal	PV	SS	20003	43.2559	-2.2361	4
20749	Saiatz	saiatz	PV	SS	20003	43.264	-2.2218	4
20749	Arroa Goikoa	arroa-goikoa	PV	SS	20003	43.253	-2.2722	4
20749	Etxabe	etxabe	PV	SS	20003	43.2711	-2.2353	4
20749	Iraeta	iraeta	PV	SS	20003	43.2548	-2.2606	4
20749	Aizarna	aizarna	PV	SS	20003	43.2345	-2.2261	4
20749	Mugitzagaina	mugitzagaina	PV	SS	20003	43.2642	-2.2442	4
20749	Etxezarreta	etxezarreta	PV	SS	20003	43.2626	-2.2384	4
20749	Zubialde	zubialde	PV	SS	20003	43.2606	-2.2355	4
20750	Zumaia	zumaia	PV	SS	20081	43.2947	-2.2534	4
20759	Artadi	artadi	PV	SS		43.2878	-2.2407	4
20759	Oikia	oikia	PV	SS		43.2795	-2.2313	4
20800	Aitza	aitza	PV	SS	20079	43.2709	-2.1565	4
20800	Elkano (Zarautz)	elkano-zarautz	PV	SS	20079	43.2668	-2.173	3
20800	Urteta	urteta	PV	SS	20079	43.2639	-2.1679	4
20800	Zarautz	zarautz	PV	SS	20079	43.2844	-2.1699	4
20800	Urdaneta	urdaneta	PV	SS	20079	43.248	-2.1977	4
20808	Getaria	getaria	PV	SS	20039	43.3033	-2.2044	4
20808	San Prudentzio	san-prudentzio	PV	SS	20039	43.3036	-2.2197	4
20808	Eitzaga	eitzaga	PV	SS	20039	43.2938	-2.1983	4
20808	Meaga	meaga	PV	SS	20039	43.2811	-2.2089	4
20808	Askizu	askizu	PV	SS	20039	43.3026	-2.2302	4
20809	Laurgain	laurgain	PV	SS	20016	43.2476	-2.163	4
20809	Kurpidea	kurpidea	PV	SS	20016	43.2244	-2.1545	4
20809	Elkano (Aia)	elkano-aia	PV	SS	20016	43.2346	-2.1462	3
20809	Olaskoegia	olaskoegia	PV	SS	20016	43.2545	-2.1294	4
20809	Altzola (Aia)	altzola-aia	PV	SS	20016	43.2346	-2.1462	3
20809	Arrutiegia	arrutiegia	PV	SS	20016	43.2474	-2.1452	4
20809	Etxetaballa	etxetaballa	PV	SS	20016	43.21	-2.1649	4
20809	Andatza	andatza	PV	SS	20016	43.2355	-2.1248	4
20809	Aia	aia	PV	SS	20016	43.2372	-2.1483	4
20809	Iruretaegia	iruretaegia	PV	SS	20016	43.2204	-2.1394	4
20810	Orio	orio	PV	SS	20016	43.2787	-2.1254	4
20810	Santio Erreka	santio-erreka	PV	SS	20016	43.267	-2.119	4
20820	Deba	deba	PV	SS	20029	43.2957	-2.3521	4
20829	Itziar	itziar	PV	SS	20029	43.2761	-2.3304	4
20829	Lastur	lastur	PV	SS	20029	43.2507	-2.3336	4
20830	Galdona	galdona	PV	SS	20056	43.3149	-2.3937	4
20830	Arzainerreka	arzainerreka	PV	SS	20056	43.3008	-2.3948	3
20830	Mijoa	mijoa	PV	SS	20056	43.3135	-2.4137	4
20830	Olatz	olatz	PV	SS	20056	43.2887	-2.407	4
20830	Ibiri Laranga	ibiri-laranga	PV	SS	20056	43.3008	-2.3948	3
20830	Astigarribia	astigarribia	PV	SS	20056	43.2784	-2.3759	4
20830	Olabarrieta (Mutriku)	olabarrieta-mutriku	PV	SS	20056	43.3064	-2.3852	4
20830	Laranga	laranga	PV	SS	20056	43.2992	-2.3744	4
20830	Mutriku	mutriku	PV	SS	20056	43.3064	-2.3852	4
20830	Mizkia	mizkia	PV	SS	20056	43.299	-2.4234	4
20850	Garagartza (Mendaro)	garagartza-mendaro	PV	SS	20901	43.2533	-2.3857	4
20850	Azpilgoeta	azpilgoeta	PV	SS	20901	43.2542	-2.3884	4
20850	Plaza	plaza	PV	SS	20901	43.0989	-2.7496	4
20850	Mendaro	mendaro	PV	SS	20901	43.2533	-2.3857	4
20850	Mendarozabal	mendarozabal	PV	SS	20901	43.2433	-2.3884	4
20860	Altzola (Elgoibar)	altzola-elgoibar	PV	SS	20032	43.216	-2.4133	4
20870	Sallobente-Ermuaran	sallobente-ermuaran	PV	SS	20032	43.1972	-2.3853	4
20870	Idotorbe (San Pedro)	idotorbe-san-pedro	PV	SS	20032	43.2142	-2.4394	4
20870	Aiastai (San Migel)	aiastai-san-migel	PV	SS	20032	43.2076	-2.4148	3
20870	Azkue (San Roke)	azkue-san-roke	PV	SS	20032	43.203	-2.421	4
20870	Elgoibar	elgoibar	PV	SS	20032	43.216	-2.4133	4
01001	Vitoria-Gasteiz	vitoria-gasteiz	PV	VI	01059	42.85	-2.6727	4
01002	Vitoria-Gasteiz	vitoria-gasteiz	PV	VI	01059	42.85	-2.6727	4
01003	Vitoria-Gasteiz	vitoria-gasteiz	PV	VI	01059	42.85	-2.6727	4
01004	Vitoria-Gasteiz	vitoria-gasteiz	PV	VI	01059	42.85	-2.6727	4
01005	Vitoria-Gasteiz	vitoria-gasteiz	PV	VI	01059	42.85	-2.6727	4
01006	Vitoria-Gasteiz	vitoria-gasteiz	PV	VI	01059	42.85	-2.6727	4
01007	Armentia	armentia	PV	VI	01059	42.8333	-2.7	4
01007	Vitoria-Gasteiz	vitoria-gasteiz	PV	VI	01059	42.85	-2.6727	4
01008	Vitoria-Gasteiz	vitoria-gasteiz	PV	VI	01059	42.85	-2.6727	4
01009	Vitoria-Gasteiz	vitoria-gasteiz	PV	VI	01059	42.85	-2.6727	4
01010	Ali	ali	PV	VI	01059	42.8548	-2.7017	4
01010	Vitoria-Gasteiz	vitoria-gasteiz	PV	VI	01059	42.85	-2.6727	4
01010	Ehari	ehari	PV	VI	01059	42.8548	-2.7017	4
01012	Vitoria-Gasteiz	vitoria-gasteiz	PV	VI	01028	42.85	-2.6727	4
01013	Abetxuko	abetxuko	PV	VI	01059	42.8765	-2.681	4
01013	Vitoria-Gasteiz	vitoria-gasteiz	PV	VI	01059	42.85	-2.6727	4
01013	Arriaga	arriaga	PV	VI	01059	42.8668	-2.6774	4
01013	Betoño	betono	PV	VI	01059	42.8627	-2.6551	4
01013	Gamarra Mayor	gamarra-mayor	PV	VI	01059	42.8804	-2.6562	4
01013	Gamarra Nagusia	gamarra-nagusia	PV	VI	01059	42.8804	-2.6562	4
01015	Vitoria-Gasteiz	vitoria-gasteiz	PV	VI	01059	42.85	-2.6727	4
01071	Vitoria-Gasteiz	vitoria-gasteiz	PV	VI		42.85	-2.6727	4
01080	Vitoria-Gasteiz	vitoria-gasteiz	PV	VI		42.85	-2.6727	4
01100	Centro Militar Araka	centro-militar-araka	PV	VI		42.8403	-2.6055	1
01110	Santikurutze Kanpezu	santikurutze-kanpezu	PV	VI	01017	42.6697	-2.3512	4
01110	Kanpezu	kanpezu	PV	VI	01017	42.6697	-2.3512	3
01110	Santa Cruz De Campezo	santa-cruz-de-campezo	PV	VI	01017	42.6697	-2.3512	4
01110	Campezo	campezo	PV	VI	01017	42.6697	-2.3512	3
01117	San Vicente De Arana	san-vicente-de-arana	PV	VI	01017	42.7442	-2.362	4
01117	Uribarri-Harana	uribarri-harana	PV	VI	01017	42.7582	-2.3199	4
01117	Alda	alda	PV	VI	01017	42.7532	-2.3318	4
01117	Orbiso	orbiso	PV	VI	01017	42.6957	-2.3355	4
01117	Done Bikendi Harana	done-bikendi-harana	PV	VI	01017	42.7442	-2.362	4
01117	Harana/Valle De Arana	harana-valle-de-arana	PV	VI	01017	42.7425	-2.3366	3
01117	Kontrasta	kontrasta	PV	VI	01017	42.77	-2.295	4
01117	Ullibarri-Arana	ullibarri-arana	PV	VI	01017	42.7582	-2.3199	4
01117	Oteo	oteo	PV	VI	01017	42.7167	-2.3667	4
01118	Nafarrete	nafarrete	PV	VI	09109	42.6371	-2.5239	4
01118	Bernedo	bernedo	PV	VI	09109	42.6266	-2.4978	4
01118	Villafria	villafria	PV	VI	09109	42.6242	-2.5399	4
01118	Lagran	lagran	PV	VI	09109	42.6263	-2.5838	4
01118	Villaverde	villaverde	PV	VI	09109	42.6249	-2.5662	4
01118	Urturi	urturi	PV	VI	09109	42.6572	-2.5069	4
01118	Angostina	angostina	PV	VI	09109	42.6353	-2.4699	4
01120	Arraia-Maeztu	arraia-maeztu	PV	VI	01037	42.7389	-2.447	4
01120	Maeztu/Maestu	maeztu-maestu	PV	VI	01037	42.7389	-2.447	4
01128	Berrozi	berrozi	PV	VI	01016	42.696	-2.442	3
01128	Antoñana	antonana	PV	VI	01016	42.6934	-2.3962	4
01128	Durruma Kanpezu	durruma-kanpezu	PV	VI	01016	42.6701	-2.444	4
01128	Azazeta	azazeta	PV	VI	01016	42.7783	-2.4983	4
01128	Atauri	atauri	PV	VI	01016	42.727	-2.4274	4
01128	Bujanda	bujanda	PV	VI	01016	42.6745	-2.407	4
01128	San Roman De Campezo	san-roman-de-campezo	PV	VI	01016	42.6701	-2.444	4
01128	Kintana	kintana	PV	VI	01016	42.6582	-2.4767	4
01129	Leorza	leorza	PV	VI	01037	42.79	-2.4394	3
01129	Zekuiano	zekuiano	PV	VI	01037	42.7538	-2.4386	4
01129	Birgara Barren	birgara-barren	PV	VI	01037	42.79	-2.4394	3
01129	Virgala Mayor	virgala-mayor	PV	VI	01037	42.7531	-2.4756	4
01129	Ibisate	ibisate	PV	VI	01037	42.79	-2.4394	3
01129	Musitu	musitu	PV	VI	01037	42.7777	-2.4217	4
01129	Elortza	elortza	PV	VI	01037	42.79	-2.4394	3
01129	Arenaza	arenaza	PV	VI	01037	43.0171	-2.4873	4
01129	Virgala Menor	virgala-menor	PV	VI	01037	42.79	-2.4394	3
01129	Apellaniz	apellaniz	PV	VI	01037	42.7301	-2.4806	4
01129	Onraita	onraita	PV	VI	01037	42.7951	-2.3963	4
01129	Birgara Goien	birgara-goien	PV	VI	01037	42.7531	-2.4756	4
01129	Erroeta	erroeta	PV	VI	01037	42.7951	-2.3963	4
01129	Cicujano	cicujano	PV	VI	01037	42.7538	-2.4386	4
01129	Sabando	sabando	PV	VI	01037	42.75	-2.4	4
01129	Areatza	areatza	PV	VI	01037	43.0171	-2.4873	4
01129	Korres	korres	PV	VI	01037	42.6988	-2.4337	4
01129	Erroitegi	erroitegi	PV	VI	01037	42.7791	-2.3836	4
01129	Apinaiz	apinaiz	PV	VI	01037	42.7301	-2.4806	4
01129	Aletxa	aletxa	PV	VI	01037	42.7564	-2.451	4
01129	Roitegui	roitegui	PV	VI	01037	42.7791	-2.3836	4
01130	Zuia	zuia	PV	VI	01063	42.9569	-2.8195	3
01130	Murgia	murgia	PV	VI	01063	42.9569	-2.8195	4
01138	Buruaga	buruaga	PV	VI	01018	42.9732	-2.6603	3
01138	Ondategi	ondategi	PV	VI	01018	42.9574	-2.7357	4
01138	Zestafe	zestafe	PV	VI	01018	42.9732	-2.6603	3
01138	Olano	olano	PV	VI	01018	43.0603	-2.1007	4
01138	Letona	letona	PV	VI	01018	42.9732	-2.6603	3
01138	Zaitegi	zaitegi	PV	VI	01018	42.9333	-2.75	4
01138	Apodaka	apodaka	PV	VI	01018	42.9732	-2.6603	3
01138	Eribe	eribe	PV	VI	01018	42.9556	-2.7103	4
01138	Larrinoa	larrinoa	PV	VI	01018	42.9732	-2.6603	3
01138	Gopegi	gopegi	PV	VI	01018	42.9638	-2.7294	4
01138	Zigoitia	zigoitia	PV	VI	01018	42.9732	-2.6603	3
01138	Okoizta	okoizta	PV	VI	01018	42.9735	-2.713	4
01138	Etxaguen (Zigoitia)	etxaguen-zigoitia	PV	VI	01018	42.9732	-2.6603	3
01138	Manurga	manurga	PV	VI	01018	42.9657	-2.7546	4
01138	Murua	murua	PV	VI	01018	42.9755	-2.7359	4
01138	Berrikano	berrikano	PV	VI	01018	42.9732	-2.6603	3
01138	Acosta	acosta	PV	VI	01018	42.9735	-2.713	4
01139	Aperregi	aperregi	PV	VI	01063	42.923	-2.8434	4
01139	Ametzaga Zuia	ametzaga-zuia	PV	VI	01063	42.9597	-2.842	4
01139	Aretxaga	aretxaga	PV	VI	01063	42.9516	-2.832	3
01139	Sarria	sarria	PV	VI	01063	42.9658	-2.8255	4
01139	Guillerna	guillerna	PV	VI	01063	42.9502	-2.8541	4
01139	Markina	markina	PV	VI	01063	42.9758	-2.816	4
01139	Zarate	zarate	PV	VI	01063	42.9646	-2.7857	4
01139	Altube	altube	PV	VI	01063	42.976	-2.8688	4
01139	Domaikia	domaikia	PV	VI	01063	42.9271	-2.8061	4
01139	Jugo	jugo	PV	VI	01063	42.9444	-2.8042	4
01139	Bitoriano	bitoriano	PV	VI	01063	42.9502	-2.8278	4
01139	Lukiano	lukiano	PV	VI	01063	42.9323	-2.8569	4
01139	Gilierna	gilierna	PV	VI	01063	42.9502	-2.8541	4
01160	Ibarra	ibarra	PV	VI	01003	43.0498	-2.5659	4
01165	Oleta	oleta	PV	VI	01003	43.0473	-2.631	4
01169	Untzilla	untzilla	PV	VI	01003	43.0416	-2.5363	4
01169	Uribarri	uribarri	PV	VI	01003	43.0398	-2.5752	4
01169	Barajuen	barajuen	PV	VI	01003	43.047	-2.5588	4
01169	Gantzaga	gantzaga	PV	VI	01003	43.0648	-2.5845	4
01169	Azkoaga	azkoaga	PV	VI	01003	43.0333	-2.55	4
01169	Arexola	arexola	PV	VI	01003	43.05	-2.5833	4
01169	Arriola (Aramaio)	arriola-aramaio	PV	VI	01003	43.0461	-2.5647	3
01169	Etxaguen (Aramaio)	etxaguen-aramaio	PV	VI	01003	43.0461	-2.5647	3
01169	Aramaio	aramaio	PV	VI	01003	43.0461	-2.5647	3
01170	Elosu	elosu	PV	VI	01058	42.9753	-2.6793	4
01170	Urrunaga	urrunaga	PV	VI	01058	42.9545	-2.6529	4
01170	Ollerias/Ollerieta	ollerias-ollerieta	PV	VI	01058	42.9649	-2.6661	3
01170	Goiain	goiain	PV	VI	01058	42.9649	-2.6661	3
01170	Nafarrate	nafarrate	PV	VI	01058	42.9649	-2.6661	3
01170	Legutio	legutio	PV	VI	01058	42.9649	-2.6661	3
01191	Hueto Arriba/Otogoien	hueto-arriba-otogoien	PV	VI	01901	42.8912	-2.802	4
01191	Uribarri-Dibiña	uribarri-dibina	PV	VI	01901	42.8809	-2.7638	4
01191	Gobeo	gobeo	PV	VI	01901	42.8632	-2.7165	4
01191	Ullibarri-Viña	ullibarri-vina	PV	VI	01901	42.8809	-2.7638	4
01191	Estarrona	estarrona	PV	VI	01901	42.8648	-2.7482	4
01191	Astegieta	astegieta	PV	VI	01901	42.861	-2.7313	4
01191	Hueto Abajo/Otobarren	hueto-abajo-otobarren	PV	VI	01901	42.8855	-2.8016	4
01191	Mendoza	mendoza	PV	VI	01901	42.8599	-2.7803	4
01191	Martioda	martioda	PV	VI	01901	42.8753	-2.7795	4
01191	Trasponte	trasponte	PV	VI	01901	42.8471	-2.7851	4
01191	Trespuentes	trespuentes	PV	VI	01901	42.8471	-2.7851	4
01192	Ilarratza	ilarratza	PV	VI	01021	42.8595	-2.5979	4
01192	Lubiano	lubiano	PV	VI	01021	42.881	-2.5799	4
01192	Gazeta	gazeta	PV	VI	01021	42.8438	-2.5386	4
01192	Matauko	matauko	PV	VI	01021	42.861	-2.5783	4
01192	Burgelu	burgelu	PV	VI	01021	42.8497	-2.5451	4
01192	Oreitia	oreitia	PV	VI	01021	42.8567	-2.559	4
01192	Arcaute/Arkauti	arcaute-arkauti	PV	VI	01021	42.8512	-2.6347	4
01192	Elorriaga	elorriaga	PV	VI	01021	42.8504	-2.6414	4
01192	Arbulo	arbulo	PV	VI	01021	42.8753	-2.5657	4
01192	Elburgo	elburgo	PV	VI	01021	42.8497	-2.5451	4
01192	Arbulu	arbulu	PV	VI	01021	42.8753	-2.5657	4
01192	Zerio	zerio	PV	VI	01021	42.8529	-2.5904	4
01192	Junguitu/Jungitu	junguitu-jungitu	PV	VI	01021	42.8727	-2.595	4
01192	Añua	anua	PV	VI	01021	42.8328	-2.5378	4
01192	Argomaniz	argomaniz	PV	VI	01021	42.8673	-2.5429	4
01193	Hijona	hijona	PV	VI	01021	42.8156	-2.5469	4
01193	Gauna	gauna	PV	VI	01021	42.8245	-2.4953	4
01193	Azilu	azilu	PV	VI	01021	42.8319	-2.4764	4
01193	Andollu	andollu	PV	VI	01021	42.8305	-2.5691	4
01193	Trokoniz	trokoniz	PV	VI	01021	42.8275	-2.5573	3
01193	Askartza	askartza	PV	VI	01021	42.8424	-2.6132	4
01193	Arkaia	arkaia	PV	VI	01021	42.842	-2.635	4
01193	Aberasturi	aberasturi	PV	VI	01021	42.8261	-2.596	4
01193	Villafranca	villafranca	PV	VI	01021	42.8374	-2.5693	4
01193	Argandoña	argandona	PV	VI	01021	42.8397	-2.5826	4
01193	Egileta	egileta	PV	VI	01021	42.8096	-2.5347	4
01193	Erentxun	erentxun	PV	VI	01021	42.8152	-2.5225	4
01193	Ixona	ixona	PV	VI	01021	42.8156	-2.5469	4
01194	Gardelegi	gardelegi	PV	VI	01016	42.8221	-2.6781	4
01194	Uribarri Nagusia	uribarri-nagusia	PV	VI	01016	42.7947	-2.6049	4
01194	Izartza	izartza	PV	VI	01016	42.7804	-2.558	4
01194	Ullibarri De Los Olleros	ullibarri-de-los-olleros	PV	VI	01016	42.7947	-2.6049	4
01194	Berrostegieta	berrostegieta	PV	VI	01016	42.8129	-2.7102	4
01194	Monasterioguren	monasterioguren	PV	VI	01016	42.8045	-2.6438	4
01194	Aretxabaleta	aretxabaleta	PV	VI	01016	42.8293	-2.6735	4
01194	Lasarte	lasarte	PV	VI	01016	42.8188	-2.6903	4
01194	Eskibel	eskibel	PV	VI	01016	42.8203	-2.6346	3
01194	Okina	okina	PV	VI	01016	42.7625	-2.5882	4
01194	Castillo	castillo	PV	VI	01016	42.8058	-2.6694	4
01194	Gamiz	gamiz	PV	VI	01016	42.8187	-2.6194	4
01194	Gaztelu	gaztelu	PV	VI	01016	42.8058	-2.6694	4
01194	Bolibar	bolibar	PV	VI	01016	43.0035	-2.5274	4
01194	Mendiola	mendiola	PV	VI	01016	42.8184	-2.6525	4
01194	Otazu	otazu	PV	VI	01016	42.8318	-2.629	4
01195	Subijana De Alava	subijana-de-alava	PV	VI	01901	42.8072	-2.7777	4
01195	Zumelzu	zumelzu	PV	VI	01901	42.808	-2.756	4
01195	Ariñez	arinez	PV	VI	01901	42.828	-2.7542	4
01195	Lermanda	lermanda	PV	VI	01901	42.8464	-2.7453	4
01195	Subillana-Gasteiz	subillana-gasteiz	PV	VI	01901	42.8072	-2.7777	4
01195	Zumeltzu	zumeltzu	PV	VI	01901	42.808	-2.756	4
01195	Krispiñana	krispinana	PV	VI	01901	42.8532	-2.7304	4
01195	Zuhatzu	zuhatzu	PV	VI	01901	42.8398	-2.7221	4
01195	Crispijana	crispijana	PV	VI	01901	42.8532	-2.7304	4
01195	Villodas	villodas	PV	VI	01901	42.8328	-2.7882	4
01195	Margarita	margarita	PV	VI	01901	42.8479	-2.7556	4
01195	Gometxa	gometxa	PV	VI	01901	42.8274	-2.732	4
01195	Billoda	billoda	PV	VI	01901	42.8328	-2.7882	4
01195	Zuazo De Vitoria	zuazo-de-vitoria	PV	VI	01901	42.8398	-2.7221	4
01196	Mendiguren	mendiguren	PV	VI	01018	42.8919	-2.7193	3
01196	Antezana/Andetxa	antezana-andetxa	PV	VI	01018	42.8881	-2.7259	4
01196	Yurre/Ihurre	yurre-ihurre	PV	VI	01018	42.8919	-2.7193	3
01196	Lopidana	lopidana	PV	VI	01018	42.8729	-2.7119	4
01196	Mendarozketa	mendarozketa	PV	VI	01018	42.8919	-2.7193	3
01196	Foronda	foronda	PV	VI	01018	42.8994	-2.7279	4
01196	Artatza Foronda	artatza-foronda	PV	VI	01018	42.8919	-2.7193	3
01196	Arangiz	arangiz	PV	VI	01018	42.8884	-2.6998	4
01196	Mandojana	mandojana	PV	VI	01018	42.8919	-2.7193	3
01196	Etxabarri Ibiña	etxabarri-ibina	PV	VI	01018	42.9161	-2.7109	4
01196	Aranguiz	aranguiz	PV	VI	01018	42.8884	-2.6998	4
01196	Gereña	gerena	PV	VI	01018	42.8866	-2.7402	4
01196	Legarda	legarda	PV	VI	01018	42.895	-2.7379	4
01200	Salvatierra	salvatierra	PV	VI	01051	42.8516	-2.3912	4
01200	Agurain	agurain	PV	VI	01051	42.8516	-2.3912	4
01206	Gebara	gebara	PV	VI	01013	42.8929	-2.5117	4
01206	Heredia	heredia	PV	VI	01013	42.8786	-2.4419	4
01206	Maturana	maturana	PV	VI	01013	42.8957	-2.5179	4
01206	Arrieta	arrieta	PV	VI	01013	42.8577	-2.4757	4
01206	Ozaeta	ozaeta	PV	VI	01013	43.1074	-2.4196	4
01206	Audikana	audikana	PV	VI	01013	42.8826	-2.4855	4
01206	Dallo	dallo	PV	VI	01013	42.873	-2.4676	4
01206	Etura	etura	PV	VI	01013	42.8913	-2.4913	4
01206	Langarika	langarika	PV	VI	01013	42.8355	-2.4297	4
01206	Etxabarri-Urtupiña	etxabarri-urtupina	PV	VI	01013	42.8681	-2.5011	4
01206	Gazeo	gazeo	PV	VI	01013	42.849	-2.4305	4
01206	Marieta-Larrintzar	marieta-larrintzar	PV	VI	01013	42.8932	-2.4768	3
01206	Elgea	elgea	PV	VI	01013	42.9383	-2.5124	4
01206	Mendijur	mendijur	PV	VI	01013	42.8869	-2.5369	4
01206	Ezkerekotxa	ezkerekotxa	PV	VI	01013	42.8477	-2.4535	4
01207	Mezkia	mezkia	PV	VI	01051	42.8638	-2.3536	4
01207	Egileor	egileor	PV	VI	01051	42.8196	-2.3888	4
01207	Jauregi	jauregi	PV	VI	01051	43.2747	-1.9955	4
01207	Bikuña	bikuna	PV	VI	01051	42.851	-2.3355	4
01207	Vicuña	vicuna	PV	VI	01051	42.851	-2.3355	4
01207	Okariz	okariz	PV	VI	01051	42.8387	-2.3581	4
01207	Durruma Donemiliaga	durruma-donemiliaga	PV	VI	01051	42.8647	-2.3126	4
01207	Adana	adana	PV	VI	01051	42.8224	-2.4749	4
01260	Egino	egino	PV	VI	01009	42.8704	-2.263	4
01207	San Roman De San Millan	san-roman-de-san-millan	PV	VI	01051	42.8647	-2.3126	4
01207	Alangua	alangua	PV	VI	01051	42.868	-2.3492	3
01207	Alaitza	alaitza	PV	VI	01051	42.8238	-2.4145	4
01207	Uribarri-Jauregi	uribarri-jauregi	PV	VI	01051	42.868	-2.3492	3
01207	Munain	munain	PV	VI	01051	42.8471	-2.3561	4
01207	Ullibarri-Jauregi	ullibarri-jauregi	PV	VI	01051	42.868	-2.3492	3
01207	Opakua	opakua	PV	VI	01051	42.8277	-2.3591	4
01207	Arrizala	arrizala	PV	VI	01051	42.8282	-2.3721	4
01207	Txintxetru	txintxetru	PV	VI	01051	42.8359	-2.4555	4
01207	Gereñu	gerenu	PV	VI	01051	42.8151	-2.4426	4
01207	Egilatz	egilatz	PV	VI	01051	42.8639	-2.3348	4
01207	Eguilaz	eguilaz	PV	VI	01051	42.8639	-2.3348	4
01208	Larrea	larrea	PV	VI	01013	43.17	-2.0455	4
01208	Zalduondo	zalduondo	PV	VI	01013	42.8855	-2.3475	4
01208	Narbaiza	narbaiza	PV	VI	01013	42.9087	-2.4134	4
01208	Zuhatzu Donemiliaga	zuhatzu-donemiliaga	PV	VI	01013	42.8712	-2.4115	4
01208	Erdoñana	erdonana	PV	VI	01013	42.8745	-2.3772	4
01208	Axpuru	axpuru	PV	VI	01013	42.9115	-2.4476	4
01208	Ordoñana	ordonana	PV	VI	01013	42.8745	-2.3772	4
01208	Gordoa	gordoa	PV	VI	01013	42.902	-2.383	4
01208	Hermua	hermua	PV	VI	01013	42.9172	-2.4781	4
01208	Aspuru	aspuru	PV	VI	01013	42.9115	-2.4476	4
01208	Albeiz	albeiz	PV	VI	01013	42.8741	-2.3076	4
01208	Luzuriaga	luzuriaga	PV	VI	01013	42.8854	-2.3936	4
01208	Arriola (Asparrena)	arriola-asparrena	PV	VI	01013	42.9339	-2.3424	3
01208	Galarreta	galarreta	PV	VI	01013	43.277	-1.9864	4
01208	Zuazo De San Millan	zuazo-de-san-millan	PV	VI	01013	42.8712	-2.4115	4
01208	Barria	barria	PV	VI	01013	42.9339	-2.3424	3
01208	Albeniz	albeniz	PV	VI	01013	42.8741	-2.3076	4
01208	Ametzaga (Asparrena)	ametzaga-asparrena	PV	VI	01013	42.9339	-2.3424	3
01208	Donemiliaga	donemiliaga	PV	VI	01013	42.9339	-2.3424	3
01211	Mijancas	mijancas	PV	VI	01006	42.695	-2.8163	4
01211	Pipaon	pipaon	PV	VI	01006	42.6149	-2.6436	4
01211	Escanzana	escanzana	PV	VI	01006	42.666	-2.7517	3
01211	Tobera	tobera	PV	VI	01006	42.6758	-2.7851	4
01211	Baroja	baroja	PV	VI	01006	42.6653	-2.6917	4
01211	Lacorzanilla	lacorzanilla	PV	VI	01006	42.666	-2.7517	3
01211	Santurde	santurde	PV	VI	01006	42.6828	-2.7943	4
01211	Berantevilla	berantevilla	PV	VI	01006	42.6825	-2.8583	4
01211	Lacorzana	lacorzana	PV	VI	01006	42.666	-2.7517	3
01211	Payueta	payueta	PV	VI	01006	42.6518	-2.727	4
01211	Pagoeta	pagoeta	PV	VI	01006	42.6518	-2.727	4
01212	Peñacerrada	penacerrada	PV	VI	01028	42.6436	-2.708	4
01212	Zabalate	zabalate	PV	VI	01028	42.6729	-2.8392	4
01212	Berganzo	berganzo	PV	VI	01028	42.6499	-2.7818	4
01212	Ocio	ocio	PV	VI	01028	42.6567	-2.8226	4
01212	Urizaharra	urizaharra	PV	VI	01028	42.6487	-2.7907	3
01212	Gatzaga Buradon	gatzaga-buradon	PV	VI	01028	42.6341	-2.8313	4
01212	Portilla	portilla	PV	VI	01028	42.6729	-2.8392	4
01212	Zambrana	zambrana	PV	VI	01028	42.6487	-2.7907	3
01212	Montoria	montoria	PV	VI	01028	42.623	-2.7102	4
01212	Loza	loza	PV	VI	01028	42.6433	-2.6831	4
01212	Santa Cruz Del Fierro	santa-cruz-del-fierro	PV	VI	01028	42.6568	-2.8605	4
01212	Salinillas De Buradon	salinillas-de-buradon	PV	VI	01028	42.6341	-2.8313	4
01213	Rivabellosa	rivabellosa	PV	VI	01046	42.7167	-2.9167	4
01213	Zubillaga	zubillaga	PV	VI	01046	43.0608	-2.4394	4
01213	Turiso	turiso	PV	VI	01046	42.7564	-2.9498	4
01213	Melledes	melledes	PV	VI	01046	42.7735	-2.8963	3
01213	Salcedo	salcedo	PV	VI	01046	42.7343	-2.9637	4
01213	Lantaron	lantaron	PV	VI	01046	42.7735	-2.8963	3
01213	Komunioi	komunioi	PV	VI	01046	42.7167	-2.9667	4
01213	Molinilla	molinilla	PV	VI	01046	42.7542	-2.9685	3
01213	Leciñana Del Camino	lecinana-del-camino	PV	VI	01046	42.7432	-2.984	4
01213	Igai	igai	PV	VI	01046	42.7374	-2.913	3
01213	Comunion	comunion	PV	VI	01046	42.7167	-2.9667	4
01213	Erribera Beitia	erribera-beitia	PV	VI	01046	42.7735	-2.8963	3
01213	Leziñana	lezinana	PV	VI	01046	42.7432	-2.984	4
01213	Caicedo De Yuso/Kaizedo Behekoa	caicedo-de-yuso-kaizedo-behekoa	PV	VI	01046	42.7735	-2.8963	3
01213	Quintanilla De La Ribera	quintanilla-de-la-ribera	PV	VI	01046	42.7735	-2.8963	3
01213	Ribera Baja	ribera-baja	PV	VI	01046	42.7735	-2.8963	3
01213	San Miguel	san-miguel	PV	VI	01046	42.7735	-2.8963	3
01213	Villabezana	villabezana	PV	VI	01046	42.7735	-2.8963	3
01216	Faidu	faidu	PV	VI	01016	42.668	-2.6568	4
01216	Arluzea	arluzea	PV	VI	01016	42.7268	-2.5433	4
01216	Urarte	urarte	PV	VI	01016	42.6997	-2.5945	4
01216	Markinez	markinez	PV	VI	01016	42.7038	-2.5651	4
01220	Antezana De La Ribera	antezana-de-la-ribera	PV	VI	01006	42.7713	-2.8768	4
01220	Leciñana De La Oca	lecinana-de-la-oca	PV	VI	01006	42.7593	-2.8626	4
01220	Rivaguda	rivaguda	PV	VI	01006	42.6993	-2.8823	4
01220	Manzanos	manzanos	PV	VI	01006	42.7419	-2.8757	4
01220	Armiñon	arminon	PV	VI	01006	42.7231	-2.8717	4
01220	Estavillo	estavillo	PV	VI	01006	42.7282	-2.862	4
01220	Lacervilla	lacervilla	PV	VI	01006	42.7127	-2.8398	4
01230	Langraiz Oka	langraiz-oka	PV	VI	01901	42.8184	-2.8095	4
01230	Nanclares De La Oca	nanclares-de-la-oca	PV	VI	01901	42.8184	-2.8095	4
01240	Alegria-Dulantzi	alegria-dulantzi	PV	VI	01001	42.8412	-2.5118	4
01250	Araia	araia	PV	VI	01009	42.8934	-2.3131	4
01250	Asparrena	asparrena	PV	VI	01009	42.8934	-2.3131	4
01260	Ibarguren	ibarguren	PV	VI	01009	42.8605	-2.2774	4
01260	Ilarduia	ilarduia	PV	VI	01009	42.8722	-2.2857	4
01260	Urabain	urabain	PV	VI	01009	42.8629	-2.2943	4
01260	Andoin	andoin	PV	VI	01009	42.8592	-2.2656	4
01300	Biasteri	biasteri	PV	VI	01031	42.5546	-2.5853	4
01300	Laguardia	laguardia	PV	VI	01031	42.5546	-2.5853	4
01306	Lapuebla De Labarca	lapuebla-de-labarca	PV	VI	01033	42.4945	-2.5734	4
01307	Mañueta	manueta	PV	VI	01011	42.53	-2.6792	4
01307	Eskuernaga	eskuernaga	PV	VI	01011	42.5479	-2.6655	4
01307	Samaniego	samaniego	PV	VI	01011	42.5685	-2.6797	4
01307	Baños De Ebro	banos-de-ebro	PV	VI	01011	42.53	-2.6792	4
01307	Villabuena De Alava	villabuena-de-alava	PV	VI	01011	42.5479	-2.6655	4
01308	Assa	assa	PV	VI	01031	42.5768	-2.5085	3
01308	Kripan	kripan	PV	VI	01031	42.5911	-2.5166	4
01308	Lanciego	lanciego	PV	VI	01031	42.5625	-2.5134	4
01308	Lantziego	lantziego	PV	VI	01031	42.5768	-2.5085	3
01308	Viñaspre/Biasteri	vinaspre-biasteri	PV	VI	01031	42.5768	-2.4955	4
01308	El Campillar	el-campillar	PV	VI	01031	42.5768	-2.5085	3
01309	Elvillar	elvillar	PV	VI	01031	42.5699	-2.545	4
01309	Paganos	paganos	PV	VI	01031	42.5592	-2.6044	4
01309	Leza	leza	PV	VI	01031	42.5655	-2.6332	4
01309	Bilar	bilar	PV	VI	01031	42.5699	-2.545	4
01309	Navaridas	navaridas	PV	VI	01031	42.5457	-2.6265	4
01320	Oyon	oyon	PV	VI	01043	42.5057	-2.4364	4
01320	Oion	oion	PV	VI	01043	42.5057	-2.4364	4
01321	Laserna	laserna	PV	VI	01031	42.5379	-2.4297	1
01322	Labraza	labraza	PV	VI	01039	42.5667	-2.4167	4
01322	Yecora / Iekora	yecora-iekora	PV	VI	01039	42.5681	-2.4704	4
01322	Barriobusto	barriobusto	PV	VI	01039	42.568	-2.4318	4
01322	Moreda Araba	moreda-araba	PV	VI	01039	42.5257	-2.4083	4
01322	Moreda De Alava	moreda-de-alava	PV	VI	01039	42.5257	-2.4083	4
01330	Bastida	bastida	PV	VI	01028	42.5897	-2.7957	4
01330	Labastida	labastida	PV	VI	01028	42.5897	-2.7957	4
01340	Elciego	elciego	PV	VI	01022	42.5157	-2.619	4
01400	Laudio/Llodio	laudio-llodio	PV	VI	01036	43.1432	-2.962	4
01408	Luiaondo	luiaondo	PV	VI	01010	43.1016	-2.9973	4
01409	Zudibiarte	zudibiarte	PV	VI	01042	42.8647	-2.3126	3
01409	San Roman	san-roman	PV	VI	01042	42.8647	-2.3126	4
01409	Okondo	okondo	PV	VI	01042	42.8647	-2.3126	3
01409	Ugalde	ugalde	PV	VI	01042	42.8647	-2.3126	3
01409	Okondojena	okondojena	PV	VI	01042	42.8647	-2.3126	3
01409	Okondogoiena	okondogoiena	PV	VI	01042	42.8647	-2.3126	3
01409	Irabien	irabien	PV	VI	01042	42.8647	-2.3126	3
01409	Billatxica	billatxica	PV	VI	01042	42.8647	-2.3126	3
01409	Jandiola	jandiola	PV	VI	01042	42.8647	-2.3126	3
01420	Pobes	pobes	PV	VI	01046	42.802	-2.9099	4
01420	Hereña	herena	PV	VI	01046	42.7774	-2.9048	4
01420	Paul	paul	PV	VI	01046	42.7897	-2.9074	3
01420	Castillo Sopeña	castillo-sopena	PV	VI	01046	42.7897	-2.9074	3
01420	Caicedo-Sopeña	caicedo-sopena	PV	VI	01046	42.7897	-2.9074	3
01420	Basquiñuelas	basquinuelas	PV	VI	01046	42.7897	-2.9074	3
01420	Arbigano	arbigano	PV	VI	01046	42.7897	-2.9074	3
01423	Alcedo	alcedo	PV	VI	01046	42.7754	-3.0257	4
01423	Bellojin	bellojin	PV	VI	01046	42.7891	-3.046	3
01423	Bachicabo	bachicabo	PV	VI	01046	42.7893	-3.0716	4
01423	Villambrosa	villambrosa	PV	VI	01046	42.7891	-3.046	3
01423	Puentelarra	puentelarra	PV	VI	01046	42.7506	-3.0481	4
01423	Villamaderne	villamaderne	PV	VI	01046	42.8226	-3.0413	4
01423	Bergüenda	berguenda	PV	VI	01046	42.7778	-3.0458	4
01423	Larrazubi	larrazubi	PV	VI	01046	42.7506	-3.0481	4
01423	Sobron	sobron	PV	VI	01046	42.7737	-3.1145	4
01423	Espejo	espejo	PV	VI	01046	42.8088	-3.0465	4
01423	Tuesta	tuesta	PV	VI	01046	42.8097	-3.0251	4
01423	Barrio	barrio	PV	VI	01046	42.8085	-3.089	4
01423	Bergonda	bergonda	PV	VI	01046	42.7778	-3.0458	4
01423	Atiaga	atiaga	PV	VI	01046	42.8281	-3.007	4
01423	Fontecha	fontecha	PV	VI	01046	42.746	-3.028	4
01423	Atiega	atiega	PV	VI	01046	42.8281	-3.007	4
01426	Karkamu	karkamu	PV	VI	01046	42.861	-3.0398	4
01426	Nograro	nograro	PV	VI	01046	42.8239	-3.112	4
01426	Osma	osma	PV	VI	01046	42.8908	-3.064	4
01426	Villanueva De Valdegovia	villanueva-de-valdegovia	PV	VI	01046	42.8478	-3.0988	4
01426	Fresneda	fresneda	PV	VI	01046	42.8746	-3.0551	4
01426	Caranca	caranca	PV	VI	01046	42.8666	-3.0746	4
01426	Salinas De Añana/Gesaltza Añana	salinas-de-anana-gesaltza-anana	PV	VI	01046	42.802	-2.9864	4
01426	Villanañe	villanane	PV	VI	01046	42.8361	-3.0704	4
01426	Astulez	astulez	PV	VI	01046	42.8822	-3.0877	4
01426	Viloria	viloria	PV	VI	01046	42.8487	-3.0575	3
01426	Añana	anana	PV	VI	01046	42.802	-2.9864	4
01426	Arreo	arreo	PV	VI	01046	42.8487	-3.0575	3
01427	Lalastra	lalastra	PV	VI	01055	42.8755	-3.231	4
01427	Lahoz	lahoz	PV	VI	01055	42.8834	-3.2423	4
01427	Gurendes-Quejo	gurendes-quejo	PV	VI	01055	42.8744	-3.1698	3
01427	Basabe	basabe	PV	VI	01055	42.8937	-3.1445	4
01427	Ribera	ribera	PV	VI	01055	42.8744	-3.1698	3
01427	Valluerca	valluerca	PV	VI	01055	42.9089	-3.1686	4
01427	Quejo	quejo	PV	VI	01055	42.8744	-3.1698	3
01427	Tobillas	tobillas	PV	VI	01055	42.8804	-3.1875	4
01427	Quintanilla De Valdegovia	quintanilla-de-valdegovia	PV	VI	01055	42.8744	-3.1698	3
01427	Acebedo	acebedo	PV	VI	01055	42.9043	-3.1541	4
01427	Villamardones	villamardones	PV	VI	01055	42.8744	-3.1698	3
01427	Pinedo	pinedo	PV	VI	01055	42.8745	-3.147	4
01427	Mioma	mioma	PV	VI	01055	42.8916	-3.1119	4
01427	Boveda	boveda	PV	VI	01055	42.9059	-3.2042	4
01427	Corro	corro	PV	VI	01055	42.8801	-3.1712	4
01428	Ormijana	ormijana	PV	VI	01046	42.834	-2.932	4
01428	Morillas	morillas	PV	VI	01046	42.8254	-2.9002	4
01428	Subijana-Morillas	subijana-morillas	PV	VI	01046	42.8167	-2.9	4
01428	Ollavarre	ollavarre	PV	VI	01046	42.8185	-2.8369	4
01428	Anuntzeta	anuntzeta	PV	VI	01046	42.8013	-2.8984	4
01428	Nuvilla	nuvilla	PV	VI	01046	42.8261	-2.9203	3
01428	Tuyo	tuyo	PV	VI	01046	42.7832	-2.8467	4
01428	Guinea	guinea	PV	VI	01046	42.8536	-3.016	4
01428	Montevite	montevite	PV	VI	01046	42.8261	-2.9203	3
01428	Olabarri	olabarri	PV	VI	01046	42.8185	-2.8369	4
01428	Escota	escota	PV	VI	01046	42.8372	-2.9452	4
01428	Villaluenga	villaluenga	PV	VI	01046	42.8261	-2.9203	3
01428	Artaza	artaza	PV	VI	01046	42.846	-2.9678	4
01428	Anucita	anucita	PV	VI	01046	42.8013	-2.8984	4
01428	Lasierra	lasierra	PV	VI	01046	42.8261	-2.9203	3
01428	Barron	barron	PV	VI	01046	42.8462	-2.9926	4
01428	Axkoeta	axkoeta	PV	VI	01046	42.8372	-2.9452	4
01428	Mandaita	mandaita	PV	VI	01046	42.8261	-2.9203	3
01428	Artatza	artatza	PV	VI	01046	42.846	-2.9678	4
01430	Zuhatzu-Kuartango	zuhatzu-kuartango	PV	VI	01020	42.8699	-2.8867	4
01439	Anda	anda	PV	VI	01020	42.9184	-2.8954	4
01439	Katadiano	katadiano	PV	VI	01020	42.9118	-2.889	4
01439	Sendadiano	sendadiano	PV	VI	01020	42.8892	-2.9088	4
01439	Luna	luna	PV	VI	01020	42.8906	-2.9814	4
01439	Aprikano	aprikano	PV	VI	01020	42.85	-2.8833	4
01439	Inurrieta	inurrieta	PV	VI	01020	42.9707	-2.5781	4
01439	Etxabarri-Kuartango	etxabarri-kuartango	PV	VI	01020	42.8844	-2.8898	4
01439	Andagoia	andagoia	PV	VI	01020	42.9226	-2.9083	4
01439	Santa Eulalia	santa-eulalia	PV	VI	01020	42.8833	-2.9642	4
01439	Arriano	arriano	PV	VI	01020	42.8993	-2.8814	3
01439	Jokano	jokano	PV	VI	01020	42.8718	-2.916	4
01439	Urbina Basabe	urbina-basabe	PV	VI	01020	42.8993	-2.8814	3
01439	Marinda	marinda	PV	VI	01020	42.8993	-2.8814	3
01439	Gillarte	gillarte	PV	VI	01020	42.8993	-2.8814	3
01439	Artxua	artxua	PV	VI	01020	42.8993	-2.8814	3
01439	Uribarri-Kuartango	uribarri-kuartango	PV	VI	01020	42.8993	-2.8814	3
01439	Urbina Eza	urbina-eza	PV	VI	01020	42.8993	-2.8814	3
01439	Villamanca	villamanca	PV	VI	01020	42.8993	-2.8814	3
01439	Tortura	tortura	PV	VI	01020	42.8993	-2.8814	3
01440	Urkabustaiz	urkabustaiz	PV	VI	01054	42.9541	-2.9026	4
01440	Izarra	izarra	PV	VI	01054	42.9541	-2.9026	4
01449	Abornikano	abornikano	PV	VI	01054	42.9289	-2.8894	4
01449	Beluntza	beluntza	PV	VI	01054	42.9594	-2.8913	4
01449	Apregindana	apregindana	PV	VI	01054	42.9634	-2.9131	3
01449	Uzkiano	uzkiano	PV	VI	01054	42.9966	-2.9431	4
01449	Abezia	abezia	PV	VI	01054	42.9461	-2.9157	4
01449	Larrazketa	larrazketa	PV	VI	01054	42.9634	-2.9131	3
01449	Oiardo	oiardo	PV	VI	01054	42.9861	-2.926	4
01449	Goiuri-Ondona	goiuri-ondona	PV	VI	01054	42.9634	-2.9131	3
01449	Untzaga-Apregindana	untzaga-apregindana	PV	VI	01054	42.9634	-2.9131	3
01449	Unza-Apreguindana	unza-apreguindana	PV	VI	01054	42.9634	-2.9131	3
01450	Lekamaña	lekamana	PV	VI	01002	43.0211	-2.9963	4
01450	Lezama	lezama	PV	VI	01002	43.028	-2.9726	4
01450	Baranbio	baranbio	PV	VI	01002	43.049	-2.9209	4
01450	Inoso	inoso	PV	VI	01002	43.0327	-2.9633	3
01450	Ziorraga	ziorraga	PV	VI	01002	43.0327	-2.9633	3
01468	Tertanga	tertanga	PV	VI	01002	42.9779	-3.0233	4
01468	Delika	delika	PV	VI	01002	42.9696	-2.9879	4
01468	Larrinbe	larrinbe	PV	VI	01002	43.0434	-2.9828	4
01468	Aloria	aloria	PV	VI	01002	42.996	-2.9816	4
01468	Artomaña	artomana	PV	VI	01002	42.9835	-2.982	4
01468	Saratxo	saratxo	PV	VI	01002	43.0243	-3.0107	4
01470	Etxegoien	etxegoien	PV	VI	01002	43.05	-3	3
01470	Amurrio	amurrio	PV	VI	01002	43.05	-3	4
01474	Artziniega	artziniega	PV	VI	01004	43.1215	-3.1297	4
01476	Respaldiza	respaldiza	PV	VI	01010	43.0784	-3.0434	4
01476	Aiara	aiara	PV	VI	01010	43.0784	-3.0434	3
01476	Arespalditza	arespalditza	PV	VI	01010	43.0784	-3.0434	4
01476	Ayala	ayala	PV	VI	01010	43.0784	-3.0434	3
01477	Erbi	erbi	PV	VI	01010	43.0755	-3.1137	4
01477	Retes De Llanteno	retes-de-llanteno	PV	VI	01010	43.0915	-3.1009	4
01477	Quejana	quejana	PV	VI	01010	43.0773	-3.0733	4
01477	Beotegi	beotegi	PV	VI	01010	43.0889	-3.075	4
01477	Añes	anes	PV	VI	01010	43.0591	-3.1335	4
01477	Opellora	opellora	PV	VI	01010	43.1027	-3.1033	4
01477	Menagarai-Beotegi	menagarai-beotegi	PV	VI	01010	43.0809	-3.0932	3
01477	Ozeka	ozeka	PV	VI	01010	43.0716	-3.0895	4
01477	Zuaza	zuaza	PV	VI	01010	43.1	-3.05	4
01477	Lujo	lujo	PV	VI	01010	43.0781	-3.0971	4
01477	Lexartxu	lexartxu	PV	VI	01010	43.0809	-3.0932	3
01477	Kexaa	kexaa	PV	VI	01010	43.0773	-3.0733	4
01477	Lejarzo	lejarzo	PV	VI	01010	43.0603	-3.1229	4
01477	Costera	costera	PV	VI	01010	43.1027	-3.1033	4
01477	Menoio	menoio	PV	VI	01010	43.0689	-3.0726	4
01477	Luxo	luxo	PV	VI	01010	43.0781	-3.0971	4
01478	Santa Koloma	santa-koloma	PV	VI	01004	43.1383	-3.1581	4
01478	Llanteno	llanteno	PV	VI	01004	43.1086	-3.0951	4
01478	Sojo	sojo	PV	VI	01004	43.0915	-3.1228	4
01478	Mendieta	mendieta	PV	VI	01004	43.1333	-3.1278	4
01478	Soxoguti	soxoguti	PV	VI	01004	43.1121	-3.1277	4
01478	Retes De Tudela/Erretes Tudela	retes-de-tudela-erretes-tudela	PV	VI	01004	43.1146	-3.1684	4
01478	Soxo	soxo	PV	VI	01004	43.0915	-3.1228	4
01478	Campijo	campijo	PV	VI	01004	43.1129	-3.1318	3
01478	Gordeliz	gordeliz	PV	VI	01004	43.1129	-3.1318	3
01479	Agiñaga	aginaga	PV	VI	01010	43.0348	-3.0721	4
01479	Murga	murga	PV	VI	01010	43.0757	-3.0254	4
01479	Madaria	madaria	PV	VI	01010	43.0448	-3.0826	4
01479	Olabezar	olabezar	PV	VI	01010	43.0695	-3.0135	4
01479	Salmanton	salmanton	PV	VI	01010	43.0528	-3.0892	4
01479	Maroño	marono	PV	VI	01010	43.0517	-3.0589	4
01479	Izoria	izoria	PV	VI	01010	43.0615	-3.0369	4
01510	Ziriano	ziriano	PV	VI	01058	42.9154	-2.653	3
01510	Miñano Mayor	minano-mayor	PV	VI	01058	42.9167	-2.65	4
01510	Erretana	erretana	PV	VI	01058	42.903	-2.6438	4
01510	Betolaza	betolaza	PV	VI	01058	42.939	-2.6648	4
01510	Miñao Gutxia	minao-gutxia	PV	VI	01058	42.9167	-2.6667	4
01510	Urbina	urbina	PV	VI	01058	42.9444	-2.6465	4
01510	Miñao	minao	PV	VI	01058	42.9167	-2.65	4
01510	Luko	luko	PV	VI	01058	42.9343	-2.6414	4
01510	Miñano Menor	minano-menor	PV	VI	01058	42.9167	-2.6667	4
01510	Gamarra Menor	gamarra-menor	PV	VI	01058	42.8833	-2.65	4
01510	Gamarra Gutxia	gamarra-gutxia	PV	VI	01058	42.8833	-2.65	4
01520	Zurbano	zurbano	PV	VI	01059	42.8707	-2.6181	4
01520	Ullibarri-Gamboa	ullibarri-gamboa	PV	VI	01059	42.9379	-2.6079	4
01520	Arzubiaga	arzubiaga	PV	VI	01059	42.8815	-2.6195	4
01520	Amarita	amarita	PV	VI	01059	42.9155	-2.6293	4
01520	Zurbao	zurbao	PV	VI	01059	42.8707	-2.6181	4
01520	Landa	landa	PV	VI	01059	42.9326	-2.5954	4
01520	Durana	durana	PV	VI	01059	42.8907	-2.6395	4
01520	Nanclares De Ganboa / Langara Ganboa	nanclares-de-ganboa-langara-ganboa	PV	VI	01059	42.9215	-2.5757	4
01520	Mendibil	mendibil	PV	VI	01059	42.9068	-2.629	4
01520	Ullibarri-Arrazua	ullibarri-arrazua	PV	VI	01059	42.9044	-2.6149	3
01520	Arroiabe	arroiabe	PV	VI	01059	42.9167	-2.6167	4
26001	Logroño	logrono	RI	LO	26089	42.4667	-2.45	4
26002	Logroño	logrono	RI	LO	26089	42.4667	-2.45	4
26003	Logroño	logrono	RI	LO	26089	42.4667	-2.45	4
26004	Logroño	logrono	RI	LO	26089	42.4667	-2.45	4
26005	Logroño	logrono	RI	LO	26089	42.4667	-2.45	4
26006	Logroño	logrono	RI	LO	26168	42.4667	-2.45	4
26007	Logroño	logrono	RI	LO	26089	42.4667	-2.45	4
26008	Logroño	logrono	RI	LO	26089	42.4667	-2.45	4
26009	Logroño	logrono	RI	LO	26089	42.4667	-2.45	4
26070	Logroño	logrono	RI	LO		42.4667	-2.45	4
26071	Logroño	logrono	RI	LO		42.4667	-2.45	4
26080	Logroño	logrono	RI	LO		42.4667	-2.45	4
26100	Ribabellosa	ribabellosa	RI	LO	26012	42.2553	-2.6311	3
26100	Torrecilla En Cameros	torrecilla-en-cameros	RI	LO	26012	42.2553	-2.6311	4
26110	Nestares	nestares	RI	LO	26106	42.2701	-2.6199	4
26111	Almarza De Cameros	almarza-de-cameros	RI	LO	26012	42.2165	-2.5987	4
26111	Pinillos	pinillos	RI	LO	26012	42.1995	-2.5971	4
26120	Albelda De Iregua	albelda-de-iregua	RI	LO	26005	42.3584	-2.4728	4
26121	Panzares	panzares	RI	LO	26103	42.2906	-2.5669	4
26121	Islallana	islallana	RI	LO	26103	42.3249	-2.5149	4
26121	Viguera	viguera	RI	LO	26103	42.3093	-2.5333	4
26121	Castañares De Las Cuevas	castanares-de-las-cuevas	RI	LO	26103	42.3109	-2.5542	4
26122	Pradillo	pradillo	RI	LO	26067	42.1766	-2.6419	4
26122	Gallinero De Cameros	gallinero-de-cameros	RI	LO	26067	42.1723	-2.6179	4
26123	Aldeanueva De Cameros	aldeanueva-de-cameros	RI	LO	26169	42.1453	-2.6182	4
26123	Villanueva De Cameros	villanueva-de-cameros	RI	LO	26169	42.1672	-2.6504	4
26124	Nieva De Cameros	nieva-de-cameros	RI	LO	26122	42.2184	-2.667	4
26124	Peñaloscintos	penaloscintos	RI	LO	26122	42.173	-2.6817	4
26124	Montemediano	montemediano	RI	LO	26122	42.1958	-2.6694	4
26124	Ortigosa De Cameros	ortigosa-de-cameros	RI	LO	26122	42.173	-2.6817	4
26124	El Rasillo De Cameros	el-rasillo-de-cameros	RI	LO	26122	42.1958	-2.6694	4
26125	Villoslada De Cameros	villoslada-de-cameros	RI	LO	26177	42.1167	-2.6333	4
26126	San Andres	san-andres	RI	LO	26091	42.094	-2.5846	4
26126	Lumbreras	lumbreras	RI	LO	26091	42.1048	-2.6219	4
26126	El Horcajo	el-horcajo	RI	LO	26091	42.1232	-2.5956	4
26130	Union De Los Tres Ejercitos	union-de-los-tres-ejercitos	RI	LO	26006	42.3522	-2.4083	3
26130	Ribafrecha	ribafrecha	RI	LO	26006	42.3554	-2.39	4
26130	Clavijo	clavijo	RI	LO	26006	42.349	-2.4267	4
26131	Santa Cecilia	santa-cecilia	RI	LO	26135	42.3068	-2.3384	4
26131	San Vicente De Robres	san-vicente-de-robres	RI	LO	26135	42.3102	-2.3457	3
26131	Robres Del Castillo	robres-del-castillo	RI	LO	26135	42.2759	-2.2925	4
26131	Santa Engracia	santa-engracia	RI	LO	26135	42.3153	-2.3059	4
26131	Lagunilla De Jubera	lagunilla-de-jubera	RI	LO	26135	42.3102	-2.3457	3
26131	Zenzano	zenzano	RI	LO	26135	42.3128	-2.369	4
26131	San Bartolome De Jubera	san-bartolome-de-jubera	RI	LO	26135	42.3102	-2.3457	3
26131	Ventas Blancas	ventas-blancas	RI	LO	26135	42.35	-2.3019	4
26131	San Martin	san-martin	RI	LO	26135	42.3102	-2.3457	3
26131	Jubera	jubera	RI	LO	26135	42.3	-2.4667	4
26132	Luezas	luezas	RI	LO	26147	42.2884	-2.4737	4
26132	Santa Marina	santa-marina	RI	LO	26147	42.2901	-2.4187	3
26132	Leza De Rio Leza	leza-de-rio-leza	RI	LO	26147	42.3295	-2.4061	4
26132	El Collado	el-collado	RI	LO	26147	42.2736	-2.3424	4
26132	Bucesta	bucesta	RI	LO	26147	42.2901	-2.4187	3
26132	Terroba	terroba	RI	LO	26147	42.2581	-2.4437	4
26132	Soto De Cameros	soto-de-cameros	RI	LO	26147	42.2901	-2.4187	3
26132	Trevijano	trevijano	RI	LO	26147	42.3008	-2.4279	4
26133	Velilla	velilla	RI	LO	26077	42.2	-2.4572	3
26133	Rabanera	rabanera	RI	LO	26077	42.1896	-2.4865	4
26133	Vadillos	vadillos	RI	LO	26077	42.2	-2.4572	3
26133	Ajamil	ajamil	RI	LO	26077	42.1671	-2.4875	4
26133	San Roman De Cameros	san-roman-de-cameros	RI	LO	26077	42.2325	-2.4744	4
26133	Torremuña	torremuna	RI	LO	26077	42.2008	-2.4181	4
26133	Hornillos De Cameros	hornillos-de-cameros	RI	LO	26077	42.21	-2.4196	4
26134	Jalon De Cameros	jalon-de-cameros	RI	LO	26081	42.218	-2.49	4
26134	Muro De Cameros	muro-de-cameros	RI	LO	26081	42.2251	-2.5304	4
26134	Torre En Cameros	torre-en-cameros	RI	LO	26081	42.2413	-2.518	4
26135	Laguna De Cameros	laguna-de-cameros	RI	LO	26035	42.1746	-2.5428	4
26135	Cabezon De Cameros	cabezon-de-cameros	RI	LO	26035	42.1972	-2.5199	4
26140	Lardero	lardero	RI	LO	26084	42.4269	-2.4615	4
26141	Alberite	alberite	RI	LO	26006	42.407	-2.4389	4
26142	Villamediana De Iregua	villamediana-de-iregua	RI	LO	26168	42.4266	-2.4194	4
26143	Murillo De Rio Leza	murillo-de-rio-leza	RI	LO	26099	42.401	-2.3246	4
26144	Galilea	galilea	RI	LO	26053	42.347	-2.236	4
26144	Santa Lucia	santa-lucia	RI	LO	26053	42.3121	-2.2628	4
26144	Corera	corera	RI	LO	26053	42.3434	-2.2202	4
26145	Oteruelo	oteruelo	RI	LO	26108	42.3053	-2.2103	3
26145	Los Molinos De Ocon	los-molinos-de-ocon	RI	LO	26108	42.3142	-2.209	4
26145	Aldealobos	aldealobos	RI	LO	26108	42.3095	-2.2009	4
26145	Las Ruedas De Ocon	las-ruedas-de-ocon	RI	LO	26108	42.2923	-2.221	4
26146	El Redal	el-redal	RI	LO	26123	42.3375	-2.202	4
26147	Pipaona	pipaona	RI	LO	26108	42.3145	-2.2212	4
26148	Ocon	ocon	RI	LO	26108	42.299	-2.2402	4
26150	El Sequero (Agoncillo)(Poligono Industrial)	el-sequero-agoncillo-poligono-industrial	RI	LO		42.4349	-2.2514	1
26151	Arrubal	arrubal	RI	LO	26019	42.4349	-2.2514	4
26160	Aeropuerto De Algoncillo	aeropuerto-de-algoncillo	RI	LO	26002	42.4567	-2.3116	3
26160	Agoncillo	agoncillo	RI	LO	26002	42.4467	-2.2898	4
26160	Recajo	recajo	RI	LO	26002	42.4667	-2.3333	4
26190	Nalda	nalda	RI	LO	26103	42.3347	-2.4871	4
26191	Sorzano	sorzano	RI	LO	26144	42.3431	-2.5287	4
26200	Haro	haro	RI	LO	26071	42.5763	-2.8476	4
26210	Cihuri	cihuri	RI	LO	26148	42.565	-2.9229	4
26210	Anguciana	anguciana	RI	LO	26148	42.5742	-2.9012	4
26211	Tirgo	tirgo	RI	LO	26062	42.5459	-2.9494	4
26211	Fonzaleche	fonzaleche	RI	LO	26062	42.5811	-3.0122	4
26211	Foncea	foncea	RI	LO	26062	42.6153	-3.039	4
26212	Cellorigo	cellorigo	RI	LO	26045	42.627	-3.0002	4
26212	Galbarruli	galbarruli	RI	LO	26045	42.6218	-2.9609	4
26212	Castilseco	castilseco	RI	LO	26045	42.6106	-2.9594	4
26212	Sajazarra	sajazarra	RI	LO	26045	42.5888	-2.9612	4
26212	Villaseca	villaseca	RI	LO	26045	42.5984	-2.9786	4
26213	Leiva	leiva	RI	LO	26073	42.5028	-3.047	4
26213	Ochanduri	ochanduri	RI	LO	26073	42.5253	-3.0041	4
26213	Velasco	velasco	RI	LO	26073	42.4994	-3.0244	4
26213	Herramelluri	herramelluri	RI	LO	26073	42.503	-3.0195	4
26213	Tormantos	tormantos	RI	LO	26073	42.4943	-3.0745	4
26214	Cuzcurritilla	cuzcurritilla	RI	LO	26127	42.5415	-2.9642	3
26214	Cuzcurrita De Rio Tiron	cuzcurrita-de-rio-tiron	RI	LO	26127	42.5415	-2.9642	4
26215	Treviana	treviana	RI	LO	26155	42.559	-3.0503	4
26216	San Millan De Yecora	san-millan-de-yecora	RI	LO	26131	42.547	-3.0968	4
26220	Ollauri	ollauri	RI	LO	26111	42.5426	-2.8345	4
26221	Gimileo	gimileo	RI	LO	26068	42.5499	-2.8224	4
26222	Rodezno	rodezno	RI	LO	26127	42.5258	-2.846	4
26223	Hormilleja	hormilleja	RI	LO	26076	42.4563	-2.7315	4
26224	Torrecilla Sobre Alesanco	torrecilla-sobre-alesanco	RI	LO	26152	42.4082	-2.8338	4
26226	Monasterio De Suso	monasterio-de-suso	RI	LO		42.4966	-2.8136	1
26226	Monasterio De Yuso	monasterio-de-yuso	RI	LO		42.4966	-2.8136	1
26230	Casalarreina	casalarreina	RI	LO	26042	42.5491	-2.9099	4
26240	Castañares De Rioja	castanares-de-rioja	RI	LO	26043	42.5125	-2.9315	4
26241	Baños De Rioja	banos-de-rioja	RI	LO	26025	42.5123	-2.9464	4
26250	Santo Domingo De La Calzada	santo-domingo-de-la-calzada	RI	LO	26018	42.4402	-2.9536	4
26256	Villalobar De Rioja	villalobar-de-rioja	RI	LO	26167	42.4912	-2.964	4
26257	Bañares	banares	RI	LO	26024	42.4684	-2.9101	4
26257	Hervias	hervias	RI	LO	26024	42.4478	-2.8871	4
26258	Ciriñuela	cirinuela	RI	LO	26050	42.4225	-2.8926	4
26258	Manzanares De Rioja	manzanares-de-rioja	RI	LO	26050	42.3961	-2.8959	4
26258	Gallinero De Rioja	gallinero-de-rioja	RI	LO	26050	42.3982	-2.9222	4
26258	Cirueña	ciruena	RI	LO	26050	42.4121	-2.8959	4
26259	Grañon	granon	RI	LO	26069	42.4499	-3.0277	4
26259	Morales	morales	RI	LO	26069	42.4253	-3.0108	4
26259	Quintanar De Rioja	quintanar-de-rioja	RI	LO	26069	42.4091	-3.0935	4
26259	Villarta Quintana	villarta-quintana	RI	LO	26069	42.43	-3.0484	4
26259	Quintana	quintana	RI	LO	26069	42.4227	-3.0477	4
26259	Corporales	corporales	RI	LO	26069	42.4321	-2.9954	4
26260	Santurde	santurde	RI	LO	26140	42.3899	-2.9804	4
26261	Pazuengos	pazuengos	RI	LO	26113	42.3178	-2.9254	4
26261	Santurdejo	santurdejo	RI	LO	26113	42.377	-2.9544	4
26270	Amunartia	amunartia	RI	LO	26110	42.3525	-3.0362	4
26270	Arviza	arviza	RI	LO	26110	42.3752	-3.0028	4
26270	Uyarra	uyarra	RI	LO	26110	42.3494	-2.9659	4
26270	San Asensio De Los Cantos	san-asensio-de-los-cantos	RI	LO	26110	42.3669	-2.9747	4
26270	Ulizarna	ulizarna	RI	LO	26110	42.3486	-2.9816	4
26270	Tondeluna	tondeluna	RI	LO	26110	42.3818	-3.0217	4
26270	Ojacastro	ojacastro	RI	LO	26110	42.3472	-3.0049	4
26280	Ezcaray	ezcaray	RI	LO	26061	42.3254	-3.0131	4
26288	Anguta	anguta	RI	LO	26162	42.3383	-3.0915	4
26288	Zorraquin	zorraquin	RI	LO	26162	42.3256	-3.0393	4
26288	Valgañon	valganon	RI	LO	26162	42.3178	-3.0673	4
26289	Azarrulla	azarrulla	RI	LO	26061	42.2659	-3.0315	4
26289	Ayabarrena	ayabarrena	RI	LO	26061	42.2522	-3.0465	4
26289	Turza	turza	RI	LO	26061	42.3191	-2.9662	4
26289	Urdanta	urdanta	RI	LO	26061	42.2785	-2.9875	4
26289	San Anton	san-anton	RI	LO	26061	42.2692	-3.0376	4
26289	Posadas	posadas	RI	LO	26061	42.2439	-3.0386	4
26289	Zaldierna	zaldierna	RI	LO	26061	42.2817	-3.0264	4
26290	Briñas	brinas	RI	LO	26033	42.6011	-2.8319	4
26291	Cidamon	cidamon	RI	LO	26139	42.4952	-2.8783	4
26291	San Torcuato	san-torcuato	RI	LO	26139	42.4822	-2.8892	4
26291	Casas Blancas	casas-blancas	RI	LO	26139	42.498	-2.8828	3
26291	Zarraton	zarraton	RI	LO	26139	42.5165	-2.8809	4
26292	Villalba De Rioja	villalba-de-rioja	RI	LO	26166	42.6097	-2.8869	4
26292	San Felices	san-felices	RI	LO	26166	42.6097	-2.8869	3
26300	Najera	najera	RI	LO	26102	42.4182	-2.7287	4
26310	Badaran	badaran	RI	LO	26023	42.3679	-2.8108	4
26311	Cardenas	cardenas	RI	LO	26015	42.3746	-2.7673	4
26311	Cordovin	cordovin	RI	LO	26015	42.3856	-2.815	4
26311	Arenzana De Abajo	arenzana-de-abajo	RI	LO	26015	42.386	-2.7194	4
26311	Mahave	mahave	RI	LO	26015	42.3698	-2.7463	4
26311	Camprovin	camprovin	RI	LO	26015	42.3543	-2.7245	4
26312	Bezares	bezares	RI	LO	26016	42.3704	-2.6708	4
26312	Tricio	tricio	RI	LO	26016	42.4022	-2.7191	4
26312	Arenzana De Arriba	arenzana-de-arriba	RI	LO	26016	42.3874	-2.6949	4
26313	Uruñuela	urunuela	RI	LO	26160	42.4431	-2.7075	4
26314	Huercanos	huercanos	RI	LO	26079	42.428	-2.6959	4
26315	Castroviejo	castroviejo	RI	LO	26010	42.3881	-2.6735	3
26315	Santa Coloma	santa-coloma	RI	LO	26010	42.3672	-2.656	4
26315	Aleson	aleson	RI	LO	26010	42.4055	-2.6894	4
26315	Manjarres	manjarres	RI	LO	26010	42.3915	-2.6751	4
26320	Baños De Rio Tobia	banos-de-rio-tobia	RI	LO	26026	42.3353	-2.761	4
26321	Ledesma De La Cogolla	ledesma-de-la-cogolla	RI	LO	26095	42.3203	-2.719	4
26321	Matute	matute	RI	LO	26095	42.2989	-2.7956	4
26321	Pedroso	pedroso	RI	LO	26095	42.2996	-2.7189	4
26321	Villaverde De Rioja	villaverde-de-rioja	RI	LO	26095	42.3205	-2.8137	4
26321	Bobadilla	bobadilla	RI	LO	26095	42.3187	-2.7599	4
26321	Tobia	tobia	RI	LO	26095	42.2985	-2.814	4
26322	Anguiano	anguiano	RI	LO	26014	42.2638	-2.7646	4
26322	Monasterio De Nuestra Señora De Valvanera	monasterio-de-nuestra-senora-de-valvanera	RI	LO	26014	42.2142	-2.7796	3
26322	Brieva De Cameros	brieva-de-cameros	RI	LO	26014	42.1646	-2.7945	4
26323	Hormilla	hormilla	RI	LO	26075	42.4383	-2.7745	4
26323	Azofra	azofra	RI	LO	26075	42.424	-2.8009	4
26324	Alesanco	alesanco	RI	LO	26009	42.4141	-2.8167	4
26325	Canillas De Rio Tuerto	canillas-de-rio-tuerto	RI	LO	26039	42.3995	-2.8409	4
26325	Villar De Torre	villar-de-torre	RI	LO	26039	42.3713	-2.8641	4
26325	Villarejo	villarejo	RI	LO	26039	42.3742	-2.8871	4
26325	Cañas	canas	RI	LO	26039	42.3924	-2.8465	4
26326	San Millan De La Cogolla	san-millan-de-la-cogolla	RI	LO	26130	42.3297	-2.8619	4
26326	El Rio	el-rio	RI	LO	26130	42.3114	-2.8809	4
26327	Berceo	berceo	RI	LO	26027	42.3391	-2.8524	4
26328	Estollo	estollo	RI	LO	26060	42.3295	-2.8509	4
26329	Canales De La Sierra	canales-de-la-sierra	RI	LO	26038	42.1423	-3.0246	4
26329	Ventrosa	ventrosa	RI	LO	26038	42.1571	-2.8504	4
26329	Viniegra De Arriba	viniegra-de-arriba	RI	LO	26038	42.0951	-2.833	4
26329	Viniegra De Abajo	viniegra-de-abajo	RI	LO	26038	42.1506	-2.8893	4
26329	Mansilla	mansilla	RI	LO	26038	42.1534	-2.945	4
26329	Villavelayo	villavelayo	RI	LO	26038	42.1308	-2.9857	4
26329	Tabladas	tabladas	RI	LO	26038	42.1382	-2.9213	3
26330	Briones	briones	RI	LO	26034	42.544	-2.7857	4
26338	San Vicente De La Sonsierra	san-vicente-de-la-sonsierra	RI	LO	26142	42.5632	-2.7607	4
26339	Abalos	abalos	RI	LO	26142	42.5715	-2.7096	4
26339	Ribas De Tereso	ribas-de-tereso	RI	LO	26142	42.6035	-2.7505	4
26339	Peciña	pecina	RI	LO	26142	42.5881	-2.7254	4
26340	San Asensio	san-asensio	RI	LO	26129	42.4968	-2.7506	4
26340	Estrella, Noviciado De La	estrella-noviciado-de-la	RI	LO	26129	42.4968	-2.7506	3
26350	Cenicero	cenicero	RI	LO	26046	42.4813	-2.6441	4
26359	Torremontalbo	torremontalbo	RI	LO	26154	42.5	-2.6833	4
26360	Fuenmayor	fuenmayor	RI	LO	26064	42.4673	-2.5615	4
26370	Navarrete	navarrete	RI	LO	26105	42.4307	-2.5647	4
26371	Sotes	sotes	RI	LO	26163	42.405	-2.6265	3
26371	Ventosa	ventosa	RI	LO	26163	42.405	-2.6265	4
26372	Hornos De Moncalvillo	hornos-de-moncalvillo	RI	LO	26078	42.392	-2.5855	4
26373	Daroca De Rioja	daroca-de-rioja	RI	LO	26057	42.3948	-2.5678	1
26374	Medrano	medrano	RI	LO	26096	42.3836	-2.5539	4
26375	Entrena	entrena	RI	LO	26059	42.3878	-2.5307	4
26376	Sojuela	sojuela	RI	LO	26143	42.3699	-2.5452	4
26500	Calahorra	calahorra	RI	LO	26036	42.3051	-1.9652	4
26500	Murillo De Calahorra	murillo-de-calahorra	RI	LO	26036	42.3369	-1.995	4
26509	Alcanadre	alcanadre	RI	LO	26007	42.4049	-2.1207	4
26510	Pradejon	pradejon	RI	LO	26117	42.3345	-2.0685	4
26511	El Villar De Arnedo	el-villar-de-arnedo	RI	LO	26170	42.3209	-2.0953	4
26512	Tudelilla	tudelilla	RI	LO	26158	42.3002	-2.1175	4
26513	Ausejo	ausejo	RI	LO	26020	42.3421	-2.1671	4
26520	Rincon De Olivedo O Las Casas	rincon-de-olivedo-o-las-casas	RI	LO	26047	42.0052	-1.9553	3
26520	Cervera Del Rio Alhama	cervera-del-rio-alhama	RI	LO	26047	42.0052	-1.9553	4
26525	Igea	igea	RI	LO	26080	42.0678	-2.0109	4
26526	Cornago	cornago	RI	LO	26054	42.0644	-2.0949	4
26527	Ventas Del Baño	ventas-del-bano	RI	LO	26047	42.057	-1.909	4
26527	Valdeperillo	valdeperillo	RI	LO	26047	42.0783	-2.1118	4
26528	Valverde	valverde	RI	LO	26047	41.9798	-1.8616	4
26529	Cabreton	cabreton	RI	LO	26047	41.9973	-1.9061	4
26529	Valdegutur	valdegutur	RI	LO	26047	41.9745	-1.9042	4
26530	Aguilar Del Rio Alhama	aguilar-del-rio-alhama	RI	LO	26003	41.9621	-1.9934	4
26531	Inestrillas	inestrillas	RI	LO	26003	41.9701	-1.9843	4
26532	Valdemadera	valdemadera	RI	LO	26161	41.9841	-2.074	4
26533	Navajun	navajun	RI	LO	26104	41.9667	-2.1	4
26540	Alfaro	alfaro	RI	LO	26011	42.1803	-1.7502	4
26550	Rincon De Soto	rincon-de-soto	RI	LO	26125	42.2347	-1.8521	4
26559	Aldeanueva De Ebro	aldeanueva-de-ebro	RI	LO	26008	42.2291	-1.8874	4
26560	Autol	autol	RI	LO	26021	42.2166	-2.0052	4
26570	Quel	quel	RI	LO	26120	42.2298	-2.052	4
26580	Arnedo	arnedo	RI	LO	26018	42.1839	-2.2006	1
26584	Herce	herce	RI	LO	26072	42.2142	-2.1649	4
26585	Santa Eulalia Bajera	santa-eulalia-bajera	RI	LO	26017	42.2096	-2.1917	4
26585	Santa Eulalia Somera	santa-eulalia-somera	RI	LO	26017	42.2096	-2.1917	3
26586	El Villar De Enciso	el-villar-de-enciso	RI	LO	26058	42.136	-2.242	4
26586	Munilla	munilla	RI	LO	26058	42.189	-2.2951	4
26586	Zarzosa	zarzosa	RI	LO	26058	42.1829	-2.343	4
26586	Peroblasco	peroblasco	RI	LO	26058	42.1985	-2.2576	4
26586	Enciso	enciso	RI	LO	26058	42.1495	-2.2695	4
26586	Ambasaguas	ambasaguas	RI	LO	26058	42.1645	-2.2839	3
26586	Larriba	larriba	RI	LO	26058	42.1738	-2.3718	4
26586	Las Ruedas De Enciso	las-ruedas-de-enciso	RI	LO	26058	42.1645	-2.2839	3
26586	Navalsaz	navalsaz	RI	LO	26058	42.1218	-2.2085	4
26586	Poyales	poyales	RI	LO	26058	42.1645	-2.2839	3
26587	Villarroya	villarroya	RI	LO	26070	42.1305	-2.069	4
26587	Gravalos	gravalos	RI	LO	26070	42.1084	-1.9987	4
26587	Muro De Aguas	muro-de-aguas	RI	LO	26070	42.1336	-2.1118	4
26588	Bergasa	bergasa	RI	LO	26028	42.2528	-2.1322	4
26588	Bergasillas Somera O B. Alta	bergasillas-somera-o-b-alta	RI	LO	26028	42.2601	-2.1569	3
26588	Bergasillas Bajera	bergasillas-bajera	RI	LO	26028	42.2446	-2.1583	4
26588	Carbonera	carbonera	RI	LO	26028	42.2828	-2.1803	4
26589	Monasterio De Nuestra Señora De Vico	monasterio-de-nuestra-senora-de-vico	RI	LO	26017	42.1993	-2.208	3
26589	Prejano	prejano	RI	LO	26017	42.1865	-2.18	4
26589	Arnedillo	arnedillo	RI	LO	26017	42.2122	-2.236	4
26589	Baños Arnedillo, Los (Balnear)	banos-arnedillo-los-balnear	RI	LO	26017	42.1993	-2.208	3
03001	Alicante/Alacant	alicante-alacant	VC	A	03014	38.3452	-0.4815	1
03002	Alicante/Alacant	alicante-alacant	VC	A	03014	38.3452	-0.4815	1
03003	Alicante/Alacant	alicante-alacant	VC	A	03014	38.3452	-0.4815	1
03004	Alicante/Alacant	alicante-alacant	VC	A	03014	38.3452	-0.4815	1
03005	Alicante/Alacant	alicante-alacant	VC	A	03014	38.3452	-0.4815	1
03006	Alicante/Alacant	alicante-alacant	VC	A	03014	38.3452	-0.4815	1
03007	Alicante/Alacant	alicante-alacant	VC	A	03014	38.3452	-0.4815	1
03008	Alicante/Alacant	alicante-alacant	VC	A	03014	38.3452	-0.4815	1
03009	Alicante/Alacant	alicante-alacant	VC	A	03014	38.3452	-0.4815	1
03010	Alicante/Alacant	alicante-alacant	VC	A	03014	38.3452	-0.4815	1
03011	Alicante/Alacant	alicante-alacant	VC	A	03014	38.3452	-0.4815	1
03012	Alicante/Alacant	alicante-alacant	VC	A	03014	38.3452	-0.4815	1
03013	Alicante/Alacant	alicante-alacant	VC	A	03014	38.3452	-0.4815	1
03014	Alicante/Alacant	alicante-alacant	VC	A	03014	38.3452	-0.4815	1
03015	Alicante/Alacant	alicante-alacant	VC	A	03014	38.3452	-0.4815	4
03016	Alicante/Alacant	alicante-alacant	VC	A	03014	38.3452	-0.4815	1
03070	Alicante/Alacant	alicante-alacant	VC	A		38.3452	-0.4815	4
03071	Alicante/Alacant	alicante-alacant	VC	A		38.3452	-0.4815	1
03080	Alicante/Alacant	alicante-alacant	VC	A		38.3452	-0.4815	1
03100	Xixona	xixona	VC	A	03083	38.55	-0.4512	3
03100	Abio	abio	VC	A	03083	38.55	-0.4512	4
03100	Segorb	segorb	VC	A	03083	38.55	-0.4512	3
03100	Carrasqueta (Urbanizacion)	carrasqueta-urbanizacion	VC	A	03083	38.55	-0.4512	3
03108	Sierra Grana (Partida)	sierra-grana-partida	VC	A	03132	38.6215	-0.4036	3
03108	Alcoyes	alcoyes	VC	A	03132	38.6215	-0.4036	4
03108	Viola	viola	VC	A	03132	38.6215	-0.4036	3
03108	Torre De Les Maçanes, La/Torremanzanas	torre-de-les-macanes-la-torremanzanas	VC	A	03132	38.6215	-0.4036	4
03108	Barranco Orta	barranco-orta	VC	A	03132	38.6215	-0.4036	3
03109	Aljibe, El (Urbanizacion)	aljibe-el-urbanizacion	VC	A	03129	38.5341	-0.5924	3
03109	Torrosella	torrosella	VC	A	03129	38.5375	-0.607	4
03109	Tibi	tibi	VC	A	03129	38.5307	-0.5778	4
03109	Bonaire (Urbanizacion)	bonaire-urbanizacion	VC	A	03129	38.5341	-0.5924	3
03109	Pinares De Mecli (Urbanizacion)	pinares-de-mecli-urbanizacion	VC	A	03129	38.5341	-0.5924	3
03109	Maigmo (Urbanizacion)	maigmo-urbanizacion	VC	A	03129	38.5341	-0.5924	3
03110	La Venteta	la-venteta	VC	A	03090	38.4	-0.4	4
03110	Peñacerrada	penacerrada	VC	A	03090	38.4167	-0.45	4
03110	Bayona, La (Partida)	bayona-la-partida	VC	A	03090	38.4128	-0.4372	3
03110	Girasoles, Los (Mutxamel) (Urbanizacion)	girasoles-los-mutxamel-urbanizacion	VC	A	03090	38.4158	-0.4453	4
03110	Olmos, Los (Urbanizacion)	olmos-los-urbanizacion	VC	A	03090	38.4128	-0.4372	3
03110	Huerta, La (Mutxamel) (Urbanizacion)	huerta-la-mutxamel-urbanizacion	VC	A	03090	38.4158	-0.4453	4
03110	Tosal Redo (Partida)	tosal-redo-partida	VC	A	03090	38.4128	-0.4372	3
03110	Mutxamel	mutxamel	VC	A	03090	38.4158	-0.4453	4
03110	Peñetes, Les / Penyetes (Les) (Urbanizacion)	penetes-les-penyetes-les-urbanizacion	VC	A	03090	38.4128	-0.4372	3
03110	Roseta, La (Urbanizacion)	roseta-la-urbanizacion	VC	A	03090	38.4128	-0.4372	3
03110	Ravel (Urbanizacion)	ravel-urbanizacion	VC	A	03090	38.4128	-0.4372	3
03110	Rio-Park (Urbanizacion)	rio-park-urbanizacion	VC	A	03090	38.4128	-0.4372	3
03110	Calera, La (Urbanizacion)	calera-la-urbanizacion	VC	A	03090	38.4128	-0.4372	3
03110	Volveta Ganga	volveta-ganga	VC	A	03090	38.4128	-0.4372	3
03110	Señal, El (Partida)	senal-el-partida	VC	A	03090	38.4128	-0.4372	3
03110	Borrachina (Partida)	borrachina-partida	VC	A	03090	38.4128	-0.4372	3
03110	Benessiu / Benissiu (Partida)	benessiu-benissiu-partida	VC	A	03090	38.4128	-0.4372	3
03110	Obrera, La (Partida)	obrera-la-partida	VC	A	03090	38.4128	-0.4372	3
03110	Almajada, La (Urbanizacion)	almajada-la-urbanizacion	VC	A	03090	38.4128	-0.4372	3
03110	Paulinas, Las / Paulines (Les) (Urbanizacion)	paulinas-las-paulines-les-urbanizacion	VC	A	03090	38.4128	-0.4372	3
03110	San Peret / Sant Peret (Urbanizacion)	san-peret-sant-peret-urbanizacion	VC	A	03090	38.4128	-0.4372	3
03110	Marseta (Partida)	marseta-partida	VC	A	03090	38.4128	-0.4372	3
03110	Gialma (Urbanizacion)	gialma-urbanizacion	VC	A	03090	38.4128	-0.4372	3
03110	Benaud (Partida)	benaud-partida	VC	A	03090	38.4128	-0.4372	3
03110	Moli-Foc (Urbanizacion)	moli-foc-urbanizacion	VC	A	03090	38.4128	-0.4372	3
03110	Cotoveta (Urbanizacion)	cotoveta-urbanizacion	VC	A	03090	38.4128	-0.4372	3
03110	Cantalar, El (Partida)	cantalar-el-partida	VC	A	03090	38.4128	-0.4372	3
03110	Collao, El (Partida)	collao-el-partida	VC	A	03090	38.4128	-0.4372	3
03110	Pino, El / Pi, El (Urbanizacion)	pino-el-pi-el-urbanizacion	VC	A	03090	38.4128	-0.4372	3
03110	Volador, El / Volaor, El (Urbanizacion)	volador-el-volaor-el-urbanizacion	VC	A	03090	38.4128	-0.4372	3
03110	Valle Del Sol (Urbanizacion)	valle-del-sol-urbanizacion	VC	A	03090	38.4128	-0.4372	3
03110	Entredos, L' (Urbanizacion)	entredos-l-urbanizacion	VC	A	03090	38.4128	-0.4372	3
03110	Capellans (Partida)	capellans-partida	VC	A	03090	38.4128	-0.4372	3
03110	Serveres (Partida)	serveres-partida	VC	A	03090	38.4128	-0.4372	3
03110	Calvari (Partida)	calvari-partida	VC	A	03090	38.4128	-0.4372	3
03111	Pla De Cabeco (Urbanizacion)	pla-de-cabeco-urbanizacion	VC	A	03046	38.4774	-0.4252	3
03111	Cava, La (Busot)	cava-la-busot	VC	A	03046	38.4821	-0.4192	4
03111	Pisnella (Partida)	pisnella-partida	VC	A	03046	38.4774	-0.4252	3
03111	Hoya De Los Patos	hoya-de-los-patos	VC	A	03046	38.4681	-0.4374	4
03111	Planet, El (Partida)	planet-el-partida	VC	A	03046	38.4774	-0.4252	3
03111	Busot	busot	VC	A	03046	38.4821	-0.4192	4
03111	Pla Lloma (Urbanizacion)	pla-lloma-urbanizacion	VC	A	03046	38.4774	-0.4252	3
03111	Vercheret (Partida)	vercheret-partida	VC	A	03046	38.4774	-0.4252	3
03111	El Figueralet	el-figueralet	VC	A	03046	38.4774	-0.4252	3
03111	Hoya De Parra	hoya-de-parra	VC	A	03046	38.4774	-0.4252	3
03111	Llano Pastores (Urbanizacion)	llano-pastores-urbanizacion	VC	A	03046	38.4774	-0.4252	3
03111	Hoya Berenguer (Partida)	hoya-berenguer-partida	VC	A	03046	38.4774	-0.4252	3
03111	Carril (Urbanizacion)	carril-urbanizacion	VC	A	03046	38.4774	-0.4252	3
03112	Tangel	tangel	VC	A	03014	38.4079	-0.4719	4
03112	Villafranqueza - Palamo	villafranqueza-palamo	VC	A	03014	38.4079	-0.4719	3
03112	Mariquitos	mariquitos	VC	A	03014	38.4079	-0.4719	3
03112	Chareus	chareus	VC	A	03014	38.4079	-0.4719	3
03112	Alicante/Alacant	alicante-alacant	VC	A	03014	38.4079	-0.4719	3
03113	Santa Ana (Rebolledo)	santa-ana-rebolledo	VC	A	03065	38.35	-0.6167	4
03113	Xeperut, Lo (Partida)	xeperut-lo-partida	VC	A	03065	38.35	-0.6167	3
03113	El Rebolledo	el-rebolledo	VC	A	03065	38.35	-0.6167	3
03113	Foncalent / Font- Calent	foncalent-font-calent	VC	A	03065	38.35	-0.6167	3
03113	Alicante/Alacant	alicante-alacant	VC	A	03065	38.35	-0.6167	3
03114	Alicante/Alacant	alicante-alacant	VC	A	03014	38.3199	-0.5584	3
03114	Bacarot	bacarot	VC	A	03014	38.3199	-0.5584	4
03114	Poligono Industrial Las Atalayas	poligono-industrial-las-atalayas	VC	A	03014	38.3199	-0.5584	3
03115	Monnegre	monnegre	VC	A	03014	38.4877	-0.5409	4
03130	Santa Pola	santa-pola	VC	A	03121	38.1916	-0.5658	4
03138	Tabarca	tabarca	VC	A	03014	38.2209	-0.5863	1
03139	Barrio Alto	barrio-alto	VC	A	03065	38.2356	-0.5966	3
03139	Valverde Alto	valverde-alto	VC	A	03065	38.2378	-0.5931	4
03139	Valverde (Elche) (Partida)	valverde-elche-partida	VC	A	03065	38.2356	-0.5966	3
03139	Valverde Bajo	valverde-bajo	VC	A	03065	38.2333	-0.6	4
03139	Elx/Elche	elx-elche	VC	A	03065	38.2356	-0.5966	3
03139	El Vincle	el-vincle	VC	A	03065	38.2356	-0.5966	3
03139	Nova Vallverda	nova-vallverda	VC	A	03065	38.2356	-0.5966	3
03139	Vallverda/Valverde	vallverda-valverde	VC	A	03065	38.2356	-0.5966	3
03140	Guardamar Del Segura	guardamar-del-segura	VC	A	03076	38.0903	-0.6556	4
03140	Mare Nostrum (Camping)	mare-nostrum-camping	VC	A	03076	38.0903	-0.6556	3
03140	Pall-Mall (Camping)	pall-mall-camping	VC	A	03076	38.0903	-0.6556	3
03140	Pinada, La (Camping)	pinada-la-camping	VC	A	03076	38.0903	-0.6556	3
03140	San Jose (Camping)	san-jose-camping	VC	A	03076	38.0903	-0.6556	3
03140	Chapaprietas, Los (Partida)	chapaprietas-los-partida	VC	A	03076	38.0903	-0.6556	3
03149	Moncayo	moncayo	VC	A		38.0742	-0.6537	4
03149	Ventosala	ventosala	VC	A		38.0742	-0.6537	3
03149	Almarjal	almarjal	VC	A		38.0742	-0.6537	3
03149	San Bruno	san-bruno	VC	A		38.0742	-0.6537	3
03149	Los Rasos	los-rasos	VC	A		38.0742	-0.6537	3
03150	Dolores	dolores	VC	A	03064	38.14	-0.7709	4
03158	Catral	catral	VC	A	03055	38.161	-0.8013	4
03158	San Felipe Neri	san-felipe-neri	VC	A	03055	38.1776	-0.7973	4
03158	Madrigueras	madrigueras	VC	A	03055	38.1673	-0.8034	3
03158	Casicas, Las / Casicas	casicas-las-casicas	VC	A	03055	38.1631	-0.8115	4
03158	Hornos	hornos	VC	A	03055	38.1673	-0.8034	3
03158	Rincon De Los Pablos	rincon-de-los-pablos	VC	A	03055	38.1673	-0.8034	3
03158	Domingos, Los (Caserio)	domingos-los-caserio	VC	A	03055	38.1673	-0.8034	3
03158	Palomar	palomar	VC	A	03055	38.1673	-0.8034	3
03158	Nonduermas	nonduermas	VC	A	03055	38.1673	-0.8034	3
03159	Puebla De Rocamora	puebla-de-rocamora	VC	A	03061	38.1186	-0.7657	4
03159	Mayayo	mayayo	VC	A	03061	38.1224	-0.7586	3
03159	Llobregales	llobregales	VC	A	03061	38.1354	-0.7498	4
03159	Daya Nueva	daya-nueva	VC	A	03061	38.1131	-0.7603	4
03159	Puente De Mateos	puente-de-mateos	VC	A	03061	38.1224	-0.7586	3
03159	Cuatro Caminos	cuatro-caminos	VC	A	03061	38.1224	-0.7586	3
03159	Bodega, La (Dolores)	bodega-la-dolores	VC	A	03061	38.1224	-0.7586	3
03159	Rincon De Los Pertusas (Partida)	rincon-de-los-pertusas-partida	VC	A	03061	38.1224	-0.7586	3
03159	Florida Alta (Partida)	florida-alta-partida	VC	A	03061	38.1224	-0.7586	3
03159	Florida Baja (Partida)	florida-baja-partida	VC	A	03061	38.1224	-0.7586	3
03159	Escorredor	escorredor	VC	A	03061	38.1224	-0.7586	3
03159	Cuadra Nueva	cuadra-nueva	VC	A	03061	38.1224	-0.7586	3
03159	Camino De San Fulgencio	camino-de-san-fulgencio	VC	A	03061	38.1224	-0.7586	3
03159	Vereda Del Pozo	vereda-del-pozo	VC	A	03061	38.1224	-0.7586	3
03160	Almoradi	almoradi	VC	A	03015	38.1088	-0.792	4
03169	Almazarica (Caserio)	almazarica-caserio	VC	A	03012	38.1515	-0.7971	4
03169	Bañet (Caserio)	banet-caserio	VC	A	03012	38.1515	-0.7971	4
03169	El Camino De La Maja	el-camino-de-la-maja	VC	A	03012	38.1265	-0.797	3
03169	El Camino De Catral	el-camino-de-catral	VC	A	03012	38.1168	-0.7971	4
03169	El Bañet	el-banet	VC	A	03012	38.1265	-0.797	3
03169	Algorfa	algorfa	VC	A	03012	38.0864	-0.7965	4
03169	El Puente De Don Pedro	el-puente-de-don-pedro	VC	A	03012	38.1265	-0.797	3
03169	Lomas De La Juliana (Partida)	lomas-de-la-juliana-partida	VC	A	03012	38.1265	-0.797	3
03169	La Venta	la-venta	VC	A	03012	38.1265	-0.797	3
03169	El Raiguero	el-raiguero	VC	A	03012	38.1265	-0.797	3
03169	La Pinada	la-pinada	VC	A	03012	38.1265	-0.797	3
03169	El Gabato	el-gabato	VC	A	03012	38.1265	-0.797	3
03169	Cruz De Galindo	cruz-de-galindo	VC	A	03012	38.1265	-0.797	3
03169	Era Alta	era-alta	VC	A	03012	38.1265	-0.797	3
03169	La Fogaria	la-fogaria	VC	A	03012	38.1265	-0.797	3
03169	El Saladar	el-saladar	VC	A	03012	38.1265	-0.797	3
03170	El Nido	el-nido	VC	A	03113	38.093	-0.7726	4
03170	Ciudad Quesada	ciudad-quesada	VC	A	03113	38.065	-0.7167	4
03170	Pepin (Lo) (Urbanizacion)	pepin-lo-urbanizacion	VC	A	03113	38.082	-0.7382	3
03170	Rojales	rojales	VC	A	03113	38.088	-0.7254	4
03170	La Garriga	la-garriga	VC	A	03113	38.082	-0.7382	3
03176	Garrofero, Lo (Partida)	garrofero-lo-partida	VC	A	03012	38.0944	-0.7388	1
03176	Lo Crispin	lo-crispin	VC	A	03012	38.0944	-0.7388	1
03176	Montebello	montebello	VC	A	03012	38.0944	-0.7388	1
03177	Marina, La (Urbanizacion)	marina-la-urbanizacion	VC	A	03062	38.1201	-0.7439	3
03177	Daya Vieja	daya-vieja	VC	A	03062	38.1048	-0.738	4
03177	Los Martinez	los-martinez	VC	A	03062	38.1201	-0.7439	3
03177	San Fulgencio	san-fulgencio	VC	A	03062	38.1354	-0.7498	4
03177	Oasis (La Marina) (Urbanizacion)	oasis-la-marina-urbanizacion	VC	A	03062	38.1201	-0.7439	3
03177	Lo Pedreño	lo-pedreno	VC	A	03062	38.1201	-0.7439	3
03177	Escuera, La (Urbanizacion)	escuera-la-urbanizacion	VC	A	03062	38.1201	-0.7439	3
03177	Pesqueras, Las (Partida)	pesqueras-las-partida	VC	A	03062	38.1201	-0.7439	3
03178	Benijofar	benijofar	VC	A	03034	38.0779	-0.7368	4
03178	Talaya Park (Urbanizacion)	talaya-park-urbanizacion	VC	A	03034	38.0779	-0.7368	3
03178	Monteazul (Urbanizacion)	monteazul-urbanizacion	VC	A	03034	38.0779	-0.7368	3
03179	Los Palacios	los-palacios	VC	A	03015	38.106	-0.7251	4
03179	Heredades	heredades	VC	A	03015	38.0955	-0.7356	3
03179	Formentera Del Segura	formentera-del-segura	VC	A	03015	38.0851	-0.746	4
03180	Torrevieja	torrevieja	VC	A	03133	37.9787	-0.6822	4
03181	Torrevieja	torrevieja	VC	A	03133	37.9787	-0.6822	4
03182	Torrevieja	torrevieja	VC	A	03133	37.9787	-0.6822	4
03183	Torrevieja	torrevieja	VC	A	03133	37.9787	-0.6822	4
03184	Torrevieja	torrevieja	VC	A	03133	37.9787	-0.6822	4
03185	Torrevieja	torrevieja	VC	A	03133	37.9787	-0.6822	4
03186	Torrevieja	torrevieja	VC	A	03133	37.9787	-0.6822	4
03187	Los Montesinos	los-montesinos	VC	A	03903	38.0282	-0.745	4
03187	Las Casitas	las-casitas	VC	A	03903	38.0202	-0.749	3
03187	La Marquesa	la-marquesa	VC	A	03903	38.0042	-0.757	4
03187	Miras, Los (Montesinos)	miras-los-montesinos	VC	A	03903	38.0282	-0.745	4
03187	Perez, Los (Ayuntamiento Los Montesinos)	perez-los-ayuntamiento-los-montesinos	VC	A	03903	38.0202	-0.749	3
03187	Lo Sastre	lo-sastre	VC	A	03903	38.0202	-0.749	3
03187	La Rafaela	la-rafaela	VC	A	03903	38.0202	-0.749	3
03187	Los Pinicos	los-pinicos	VC	A	03903	38.0202	-0.749	3
03187	Lo Blanque	lo-blanque	VC	A	03903	38.0202	-0.749	3
03187	Los Paredes	los-paredes	VC	A	03903	38.0202	-0.749	3
03187	Herrada, La (Urbanizacion)	herrada-la-urbanizacion	VC	A	03903	38.0202	-0.749	3
03188	Torrevieja	torrevieja	VC	A	03133	37.9787	-0.6822	4
03189	Villamartin	villamartin	VC	A	03099	37.9391	-0.7527	4
03189	Los Dolses	los-dolses	VC	A	03099	37.9307	-0.7551	4
03189	Punta Prima	punta-prima	VC	A	03099	37.9458	-0.7161	4
03189	La Zenia	la-zenia	VC	A	03099	37.9258	-0.7285	4
03189	Cabo Roig	cabo-roig	VC	A	03099	37.9136	-0.723	4
03189	La Regia	la-regia	VC	A	03099	37.931	-0.7351	3
03189	Castillo De Don Juan	castillo-de-don-juan	VC	A	03099	37.931	-0.7351	3
03189	El Gato	el-gato	VC	A	03099	37.931	-0.7351	3
03189	Almendros, Los (Orihuela-Costa) (Urbanizacion)	almendros-los-orihuela-costa-urbanizacion	VC	A	03099	37.931	-0.7351	3
03189	Lomas De San Juan (Urbanizacion)	lomas-de-san-juan-urbanizacion	VC	A	03099	37.931	-0.7351	3
03312	Las Norias	las-norias	VC	A	03099	38.3833	-0.7167	4
03189	Horizonte, El (Urbanizacion)	horizonte-el-urbanizacion	VC	A	03099	37.931	-0.7351	3
03189	Florida, La (Orihuela-Costa) (Urbanizacion)	florida-la-orihuela-costa-urbanizacion	VC	A	03099	37.931	-0.7351	3
03189	Torre Zenia (Urbanizacion)	torre-zenia-urbanizacion	VC	A	03099	37.931	-0.7351	3
03189	Solana, La (Urbanizacion)	solana-la-urbanizacion	VC	A	03099	37.931	-0.7351	3
03189	Villacostas (Urbanizacion)	villacostas-urbanizacion	VC	A	03099	37.931	-0.7351	3
03189	Serena Ii (Urbanizacion)	serena-ii-urbanizacion	VC	A	03099	37.931	-0.7351	3
03189	Filipinas (Urbanizacion)	filipinas-urbanizacion	VC	A	03099	37.931	-0.7351	3
03189	Dehesa De Campoamor (Urbanizacion)	dehesa-de-campoamor-urbanizacion	VC	A	03099	37.931	-0.7351	3
03189	Orihuela-Costa (Nucleo)	orihuela-costa-nucleo	VC	A	03099	37.931	-0.7351	3
03189	Oleza (Urbanizacion)	oleza-urbanizacion	VC	A	03099	37.931	-0.7351	3
03189	Las Solanas	las-solanas	VC	A	03099	37.931	-0.7351	3
03189	Flamenca (Playa)	flamenca-playa	VC	A	03099	37.931	-0.7351	3
03189	Las Mimosas	las-mimosas	VC	A	03099	37.931	-0.7351	3
03189	Monte Zenia	monte-zenia	VC	A	03099	37.931	-0.7351	3
03190	Pilar De La Horadada	pilar-de-la-horadada	VC	A	03902	37.8659	-0.7926	4
03191	Torre De La Horadada	torre-de-la-horadada	VC	A	03099	37.8697	-0.7584	4
03191	Pinar De Campoverde	pinar-de-campoverde	VC	A	03099	37.9063	-0.8367	4
03191	Los Saez	los-saez	VC	A	03099	37.888	-0.7975	3
03191	Cañada De Praes / Caña De Praez	canada-de-praes-cana-de-praez	VC	A	03099	37.888	-0.7975	3
03191	Pueblo Latino (Urbanizacion)	pueblo-latino-urbanizacion	VC	A	03099	37.888	-0.7975	3
03191	Hortelanos, Los (Caserio)	hortelanos-los-caserio	VC	A	03099	37.888	-0.7975	3
03191	Mil Palmeras (Urbanizacion)	mil-palmeras-urbanizacion	VC	A	03099	37.888	-0.7975	3
03193	San Miguel De Salinas	san-miguel-de-salinas	VC	A	03120	37.9797	-0.789	4
03193	Presidente, El / Urbanizacion El Presidente (Urbanizacion)	presidente-el-urbanizacion-el-presidente-urbanizacion	VC	A	03120	37.9797	-0.789	3
03194	Pinet, El (Partida)	pinet-el-partida	VC	A	03065	38.0279	-0.7093	1
03194	Molar, El (Partida)	molar-el-partida	VC	A	03065	38.0279	-0.7093	1
03194	La Marina Del Pinet	la-marina-del-pinet	VC	A	03065	38.0279	-0.7093	1
03195	Balsares, Los (Altet)	balsares-los-altet	VC	A	03065	38.273	-0.5397	4
03195	El Altet	el-altet	VC	A	03065	38.273	-0.5397	4
03195	Los Arenales Del Sol	los-arenales-del-sol	VC	A	03065	38.273	-0.5397	3
03200	Elx/Elche	elx-elche	VC	A		38.2622	-0.7011	4
03201	Elx/Elche	elx-elche	VC	A	03065	38.2622	-0.7011	4
03202	Elx/Elche	elx-elche	VC	A	03065	38.2622	-0.7011	4
03203	Parque Industrial De Elche (Poligono Industrial)	parque-industrial-de-elche-poligono-industrial	VC	A	03065	38.2622	-0.7011	3
03203	Elx/Elche	elx-elche	VC	A	03065	38.2622	-0.7011	4
03204	Elx/Elche	elx-elche	VC	A	03065	38.2622	-0.7011	4
03205	Carrus (Elche) (Partida)	carrus-elche-partida	VC	A	03065	38.2622	-0.7011	4
03205	Elx/Elche	elx-elche	VC	A	03065	38.2622	-0.7011	4
03206	Elx/Elche	elx-elche	VC	A	03065	38.2622	-0.7011	4
03207	Altabix (Elche) (Partida)	altabix-elche-partida	VC	A	03065	38.2622	-0.7011	4
03207	Elx/Elche	elx-elche	VC	A	03065	38.2622	-0.7011	4
03208	Elx/Elche	elx-elche	VC	A	03065	38.2622	-0.7011	1
03290	Elx/Elche	elx-elche	VC	A	03065	38.2622	-0.7011	4
03290	Alzabares (Elche) (Partida)	alzabares-elche-partida	VC	A	03065	38.2622	-0.7011	4
03291	Elx/Elche	elx-elche	VC	A	03065	38.2622	-0.7011	4
03291	Vallonga, De La (Elche) (Partida)	vallonga-de-la-elche-partida	VC	A	03065	38.2622	-0.7011	4
03291	Ferriol (Elche) (Partida)	ferriol-elche-partida	VC	A	03065	38.2622	-0.7011	4
03292	Asprillas (Elche) (Partida)	asprillas-elche-partida	VC	A	03065	38.2622	-0.7011	1
03292	Bayas, Las (Elche) (Partida)	bayas-las-elche-partida	VC	A	03065	38.2622	-0.7011	1
03292	Elx/Elche	elx-elche	VC	A	03065	38.2622	-0.7011	1
03293	Elx/Elche	elx-elche	VC	A	03065	38.2622	-0.7011	4
03293	Derramador (Elche) (Partida)	derramador-elche-partida	VC	A	03065	38.2622	-0.7011	4
03293	Llano De San Jose (Elche) (Partida)	llano-de-san-jose-elche-partida	VC	A	03065	38.2622	-0.7011	4
03293	Algoros (Elche) (Partida)	algoros-elche-partida	VC	A	03065	38.2622	-0.7011	4
03294	Daimes (Elche) (Partida)	daimes-elche-partida	VC	A	03065	38.2622	-0.7011	1
03294	Foia, La (Elche) (Partida)	foia-la-elche-partida	VC	A	03065	38.2622	-0.7011	1
03294	Elx/Elche	elx-elche	VC	A	03065	38.2622	-0.7011	1
03295	Jubalcoi (Elche) (Partida)	jubalcoi-elche-partida	VC	A	03065	38.2622	-0.7011	1
03295	Elx/Elche	elx-elche	VC	A	03065	38.2622	-0.7011	1
03295	Saladas (Elche) (Partida)	saladas-elche-partida	VC	A	03065	38.2622	-0.7011	1
03295	Maitino (Elche) (Partida)	maitino-elche-partida	VC	A	03065	38.2622	-0.7011	1
03295	Perleta (Elche) (Partida)	perleta-elche-partida	VC	A	03065	38.2622	-0.7011	1
03296	Peña De Las Aguilas (Elche) (Partida)	pena-de-las-aguilas-elche-partida	VC	A	03065	38.2622	-0.7011	1
03296	Puzol (Elche) (Partida)	puzol-elche-partida	VC	A	03065	38.2622	-0.7011	1
03296	Matola (Elche) (Partida)	matola-elche-partida	VC	A	03065	38.2622	-0.7011	1
03296	Algoda (Elche) (Partida)	algoda-elche-partida	VC	A	03065	38.2622	-0.7011	1
03296	Elx/Elche	elx-elche	VC	A	03065	38.2622	-0.7011	1
03300	Orihuela	orihuela	VC	A	03099	38.0848	-0.944	4
03300	Los Huertos	los-huertos	VC	A	03099	38.0848	-0.944	3
03310	Correntias Bajas (Jacarilla)	correntias-bajas-jacarilla	VC	A	03099	38.0625	-0.8682	4
03310	Jacarilla	jacarilla	VC	A	03099	38.0625	-0.8682	4
03311	La Aparecida	la-aparecida	VC	A	03099	38.0818	-1.0088	4
03311	Bonanza (Raiguero De)	bonanza-raiguero-de	VC	A	03099	38.0818	-1.0088	3
03311	Camino De En Medio	camino-de-en-medio	VC	A	03099	38.0818	-1.0088	3
03311	Molino De La Ciudad	molino-de-la-ciudad	VC	A	03099	38.0818	-1.0088	3
03312	Arneva	arneva	VC	A	03099	38.0554	-0.9409	4
03312	Los Desamparados	los-desamparados	VC	A	03099	38.05	-0.9833	4
03313	Hurchillo	hurchillo	VC	A	03099	38.057	-0.9192	4
03313	Rebate	rebate	VC	A	03099	38.0242	-0.8922	3
03313	Torremendo	torremendo	VC	A	03099	37.9915	-0.8653	4
03313	Alcachofar	alcachofar	VC	A	03099	38.0242	-0.8922	3
03314	San Bartolome	san-bartolome	VC	A	03099	38.0943	-0.8613	4
03315	La Murada	la-murada	VC	A	03099	38.1774	-0.9698	4
03315	Pinos, Los (Caserio)	pinos-los-caserio	VC	A	03099	38.1774	-0.9698	3
03315	Candel, Lo (Caserio)	candel-lo-caserio	VC	A	03099	38.1774	-0.9698	3
03315	Carmen, Lo (Caserio)	carmen-lo-caserio	VC	A	03099	38.1774	-0.9698	3
03315	Perez, Los (Caserio)	perez-los-caserio	VC	A	03099	38.1774	-0.9698	3
03315	Gavilanes, Los (Caserio)	gavilanes-los-caserio	VC	A	03099	38.1774	-0.9698	3
03315	Mazones, Los (Caserio)	mazones-los-caserio	VC	A	03099	38.1774	-0.9698	3
03315	Asensios, Los (Caserio)	asensios-los-caserio	VC	A	03099	38.1774	-0.9698	3
03315	Torre Ines (Caserio)	torre-ines-caserio	VC	A	03099	38.1774	-0.9698	3
03315	Vives, Los (Caserio)	vives-los-caserio	VC	A	03099	38.1774	-0.9698	3
03315	Cabecico, El (Caserio)	cabecico-el-caserio	VC	A	03099	38.1774	-0.9698	3
03315	Los Riquelmes	los-riquelmes	VC	A	03099	38.1774	-0.9698	3
03315	Ronderos, Los (Caserio)	ronderos-los-caserio	VC	A	03099	38.1774	-0.9698	3
03315	Cutillas, Los (Caserio)	cutillas-los-caserio	VC	A	03099	38.1774	-0.9698	3
03316	La Matanza	la-matanza	VC	A	03099	38.1423	-1.0002	4
03316	Montepinar (Urbanizacion)	montepinar-urbanizacion	VC	A	03099	38.1418	-0.9812	3
03316	Benferri	benferri	VC	A	03099	38.1413	-0.9621	4
03317	Virgen Del Camino (Partida)	virgen-del-camino-partida	VC	A	03049	38.1137	-0.942	4
03317	Media Legua	media-legua	VC	A	03049	38.1137	-0.942	3
03317	Viejo De Callosa (Camino)	viejo-de-callosa-camino	VC	A	03049	38.1137	-0.942	4
03317	La Naya	la-naya	VC	A	03049	38.1137	-0.942	3
03317	Los Carasos / Carazos	los-carasos-carazos	VC	A	03049	38.1137	-0.942	3
03317	El Escorratel	el-escorratel	VC	A	03049	38.1137	-0.942	3
03317	Bodega, La (Orihuela)	bodega-la-orihuela	VC	A	03049	38.1137	-0.942	3
03318	Los Vicentes	los-vicentes	VC	A		38.1738	-0.9647	4
03318	Lo Rocamora	lo-rocamora	VC	A		38.1738	-0.9647	3
03319	Entrenaranjos / Urb. Entre Naranjos (Urbanizacion)	entrenaranjos-urb-entre-naranjos-urbanizacion	VC	A		38.1134	-0.9208	1
03320	Torrellano	torrellano	VC	A	03065	38.2931	-0.5882	4
03321	Chapitel (Vereda)	chapitel-vereda	VC	A		38.0833	-0.8167	4
03321	Correntias Medias	correntias-medias	VC	A		38.0833	-0.8167	3
03321	Fabregal (Vereda)	fabregal-vereda	VC	A		38.0833	-0.8167	4
03322	Molins	molins	VC	A		38.0819	-0.9087	4
03322	Brunete (Vereda)	brunete-vereda	VC	A		38.0833	-0.8167	4
03322	Serranos (Vereda)	serranos-vereda	VC	A		38.0833	-0.8167	4
03322	Don Faustino (Vereda)	don-faustino-vereda	VC	A		38.0833	-0.8167	4
03325	Puente Los Cirios	puente-los-cirios	VC	A		38.0847	-0.8768	3
03325	La Campaneta	la-campaneta	VC	A		38.0847	-0.8768	4
03325	Barrio Carretera (Campaneta)	barrio-carretera-campaneta	VC	A		38.0847	-0.8768	4
03330	Crevillent	crevillent	VC	A	03059	38.2499	-0.8097	4
03339	Barrio De La Estacion De Crevillente	barrio-de-la-estacion-de-crevillente	VC	A	03059	38.225	-0.7862	4
03339	Barranco De San Cayetano	barranco-de-san-cayetano	VC	A	03059	38.2375	-0.798	3
03339	Estacio, L' (Crevillente) (Partida)	estacio-l-crevillente-partida	VC	A	03059	38.2499	-0.8097	4
03339	Boch	boch	VC	A	03059	38.2375	-0.798	3
03339	Molinos De Magro / Molins De Magro (Partida)	molinos-de-magro-molins-de-magro-partida	VC	A	03059	38.2375	-0.798	3
03339	Carga (Partida)	carga-partida	VC	A	03059	38.2375	-0.798	3
03339	Mangranera, La (Partida)	mangranera-la-partida	VC	A	03059	38.2375	-0.798	3
03339	San Pascual	san-pascual	VC	A	03059	38.2375	-0.798	3
03339	Molineta, La (Partida)	molineta-la-partida	VC	A	03059	38.2375	-0.798	3
03339	Los Campillos	los-campillos	VC	A	03059	38.2375	-0.798	3
03339	El Realengo	el-realengo	VC	A	03059	38.2375	-0.798	3
03339	Cachap, El (Partida)	cachap-el-partida	VC	A	03059	38.2375	-0.798	3
03339	Barranco San Cayetano (Partida)	barranco-san-cayetano-partida	VC	A	03059	38.2375	-0.798	3
03339	Amoros (Partida)	amoros-partida	VC	A	03059	38.2375	-0.798	3
03339	Marchant (Partida)	marchant-partida	VC	A	03059	38.2375	-0.798	3
03339	Monje (Partida)	monje-partida	VC	A	03059	38.2375	-0.798	3
03340	Albatera	albatera	VC	A	03005	38.179	-0.8706	4
03348	Granja De Rocamora	granja-de-rocamora	VC	A	03074	38.1516	-0.8917	4
03348	Los Monecillos	los-monecillos	VC	A	03074	38.1516	-0.8917	3
03348	Mos Del Bou	mos-del-bou	VC	A	03074	38.1516	-0.8917	3
03349	San Isidro De Albatera	san-isidro-de-albatera	VC	A	03904	38.1725	-0.8387	4
03349	Gallegos, Los (Zona)	gallegos-los-zona	VC	A	03904	38.1725	-0.8387	3
03349	Cabezo, El (Zona)	cabezo-el-zona	VC	A	03904	38.1725	-0.8387	3
03349	Arzabon (Partida)	arzabon-partida	VC	A	03904	38.1725	-0.8387	3
03350	Cox	cox	VC	A	03058	38.1416	-0.8874	4
03350	Rambleta (Paraje)	rambleta-paraje	VC	A	03058	38.1725	-0.8387	4
03350	Los Collereros	los-collereros	VC	A	03058	38.1633	-0.8745	3
03350	Los Diaz	los-diaz	VC	A	03058	38.1667	-0.9333	4
03350	San Isidro (Paraje)	san-isidro-paraje	VC	A	03058	38.1725	-0.8387	4
03350	Montero, Lo (Orihuela)	montero-lo-orihuela	VC	A	03058	38.1633	-0.8745	3
03350	Huerta, La (Callosa Segura)	huerta-la-callosa-segura	VC	A	03058	38.1633	-0.8745	3
03350	Polanco, Lo (Partida)	polanco-lo-partida	VC	A	03058	38.1633	-0.8745	3
03350	El Salar	el-salar	VC	A	03058	38.1633	-0.8745	3
03350	Motor Del Carmen	motor-del-carmen	VC	A	03058	38.1633	-0.8745	3
03350	Jabonero, Lo (Partida)	jabonero-lo-partida	VC	A	03058	38.1633	-0.8745	3
03350	Callosilla (Orihuela)	callosilla-orihuela	VC	A	03058	38.1633	-0.8745	3
03350	Puntas, Los (Partida)	puntas-los-partida	VC	A	03058	38.1633	-0.8745	3
03360	Cartagena, Lo (Callosa De Segura) (Grupo)	cartagena-lo-callosa-de-segura-grupo	VC	A	03049	38.125	-0.8782	4
03360	Barrio Los Dolores	barrio-los-dolores	VC	A	03049	38.1518	-0.8308	4
03360	Callosa De Segura	callosa-de-segura	VC	A	03049	38.125	-0.8782	4
03360	Vereda De Los Cubos	vereda-de-los-cubos	VC	A	03049	38.1339	-0.8624	3
03360	San Pedro (Grupo)	san-pedro-grupo	VC	A	03049	38.1339	-0.8624	3
03360	Perpen, Lo (Grupo)	perpen-lo-grupo	VC	A	03049	38.1339	-0.8624	3
03360	San Roque	san-roque	VC	A	03049	38.1339	-0.8624	3
03360	Orilla Acequia (Grupo)	orilla-acequia-grupo	VC	A	03049	38.1339	-0.8624	3
03360	San Jose	san-jose	VC	A	03049	38.1339	-0.8624	3
03360	Almunia (Cami)	almunia-cami	VC	A	03049	38.1339	-0.8624	3
03360	Palmeral, El (Poblado)	palmeral-el-poblado	VC	A	03049	38.1339	-0.8624	3
03360	Barrio Cementerio	barrio-cementerio	VC	A	03049	38.1339	-0.8624	3
03360	Barrio El Palmeral	barrio-el-palmeral	VC	A	03049	38.1339	-0.8624	3
03360	Yesera, La (Partida)	yesera-la-partida	VC	A	03049	38.1339	-0.8624	3
03360	Cerca, Lo (Partida)	cerca-lo-partida	VC	A	03049	38.1339	-0.8624	3
03360	Benejuzar, Viejo / Camino Viejo De Benejuzar (Camino)	benejuzar-viejo-camino-viejo-de-benejuzar-camino	VC	A	03049	38.1339	-0.8624	3
03360	Benimira (Partida)	benimira-partida	VC	A	03049	38.1339	-0.8624	3
03360	Serrana, La (Camino)	serrana-la-camino	VC	A	03049	38.1339	-0.8624	3
03360	Ferrocarril, Paralelo (Camino)	ferrocarril-paralelo-camino	VC	A	03049	38.1339	-0.8624	3
03360	Muñosa, La (Partida)	munosa-la-partida	VC	A	03049	38.1339	-0.8624	3
03360	Almajal (Cami)	almajal-cami	VC	A	03049	38.1339	-0.8624	3
03369	Baden, El (Partida)	baden-el-partida	VC	A	03099	38.1339	-0.8624	1
03369	Rafal	rafal	VC	A	03099	38.1339	-0.8624	1
03369	Mudamiento	mudamiento	VC	A	03099	38.1339	-0.8624	1
03370	Redovan	redovan	VC	A	03111	38.1162	-0.9098	4
03370	La Magdalena	la-magdalena	VC	A	03111	38.1162	-0.9098	3
03370	Los Benitos	los-benitos	VC	A	03111	38.1162	-0.9098	3
03370	San Carlos	san-carlos	VC	A	03111	38.1162	-0.9098	3
03380	Bigastro	bigastro	VC	A	03044	38.0624	-0.8984	4
03380	Correntias Bajas (Bigastro)	correntias-bajas-bigastro	VC	A	03044	38.0624	-0.8984	4
03390	Secano De Barracas	secano-de-barracas	VC	A	03024	38.0773	-0.8394	3
03390	Benejuzar	benejuzar	VC	A	03024	38.0773	-0.8394	4
03400	Villena	villena	VC	A	03140	38.6373	-0.8657	4
03408	Encina, La (Nucleo)	encina-la-nucleo	VC	A	03140	38.646	-0.8701	1
03408	Tiesas, Las (Partida)	tiesas-las-partida	VC	A	03140	38.646	-0.8701	1
03408	Zafra, La (Nucleo)	zafra-la-nucleo	VC	A	03140	38.646	-0.8701	1
03409	Cañada	canada	VC	A	03052	38.6739	-0.8133	4
03409	Las Virtudes	las-virtudes	VC	A	03052	38.6268	-0.9314	4
03410	Biar	biar	VC	A	03043	38.6312	-0.7646	4
03420	Sarganella	sarganella	VC	A	03053	38.5969	-0.6721	3
03420	Castalla	castalla	VC	A	03053	38.5969	-0.6721	4
03430	Onil	onil	VC	A	03096	38.6261	-0.6731	4
03440	Ibi	ibi	VC	A	03079	38.6253	-0.5722	4
03450	Molines, Les	molines-les	VC	A	03021	38.7167	-0.65	3
03450	Banyeres De Mariola	banyeres-de-mariola	VC	A	03021	38.7167	-0.65	4
03450	La Marjal	la-marjal	VC	A	03021	38.7167	-0.65	3
03459	Casas De Beneyto (Caserio)	casas-de-beneyto-caserio	VC	A		38.7167	-0.65	1
03459	Casas De Maestre	casas-de-maestre	VC	A		38.7167	-0.65	1
03459	Villa-Rosa (Caserio)	villa-rosa-caserio	VC	A		38.7167	-0.65	1
03460	Beneixama	beneixama	VC	A	03023	38.7	-0.7667	4
03469	El Salse	el-salse	VC	A	03051	38.707	-0.7365	4
03469	Casas Del Rio	casas-del-rio	VC	A	03051	38.6951	-0.7516	3
03469	El Campo De Mirra/Camp De Mirra	el-campo-de-mirra-camp-de-mirra	VC	A	03051	38.6833	-0.7667	4
03469	Penyetes (Partida)	penyetes-partida	VC	A	03051	38.6951	-0.7516	3
03469	Balsa, La (Partida)	balsa-la-partida	VC	A	03051	38.6951	-0.7516	3
03500	Benidorm	benidorm	VC	A		38.5382	-0.131	4
03501	Benidorm	benidorm	VC	A	03031	38.5382	-0.131	4
03502	Tolls (Partida)	tolls-partida	VC	A	03031	38.5382	-0.131	3
03502	Benidorm	benidorm	VC	A	03031	38.5382	-0.131	4
03503	Foya Manera, La (Partida)	foya-manera-la-partida	VC	A	03031	38.5382	-0.131	3
03503	Benidorm	benidorm	VC	A	03031	38.5382	-0.131	4
03503	Coves (Partida)	coves-partida	VC	A	03031	38.5382	-0.131	3
03503	Almafra (Partida)	almafra-partida	VC	A	03031	38.5382	-0.131	3
03503	Lloma (Partida)	lloma-partida	VC	A	03031	38.5382	-0.131	3
03503	Armanello (Partida)	armanello-partida	VC	A	03031	38.5382	-0.131	3
03503	Saltet (Partida)	saltet-partida	VC	A	03031	38.5382	-0.131	3
03508	Benidorm	benidorm	VC	A		38.5382	-0.131	4
03509	Hortetes, Les (Partida)	hortetes-les-partida	VC	A	03069	38.5674	-0.2124	3
03509	Finestrat	finestrat	VC	A	03069	38.5674	-0.2124	4
03509	Figueretes (Partida)	figueretes-partida	VC	A	03069	38.5674	-0.2124	3
03509	Tapiada, La (Urbanizacion)	tapiada-la-urbanizacion	VC	A	03069	38.5674	-0.2124	3
03509	Tamarit, El (Urbanizacion)	tamarit-el-urbanizacion	VC	A	03069	38.5674	-0.2124	3
03509	Molino, El (Urbanizacion)	molino-el-urbanizacion	VC	A	03069	38.5674	-0.2124	3
03509	Golf Bahia (Urbanizacion)	golf-bahia-urbanizacion	VC	A	03069	38.5674	-0.2124	3
03509	Ramal De Loix (Urbanizacion)	ramal-de-loix-urbanizacion	VC	A	03069	38.5674	-0.2124	3
03510	Marchequivir	marchequivir	VC	A	03048	38.65	-0.1167	3
03510	Callosa D'En Sarria	callosa-d-en-sarria	VC	A	03048	38.65	-0.1167	4
03510	Almedia	almedia	VC	A	03048	38.65	-0.1167	3
03510	Tosal De Banderes	tosal-de-banderes	VC	A	03048	38.65	-0.1167	3
03516	Benimantell	benimantell	VC	A	03037	38.6771	-0.2106	4
03517	Benifato	benifato	VC	A	03057	38.6739	-0.2292	4
03517	El Castell De Guadalest	el-castell-de-guadalest	VC	A	03057	38.6768	-0.1991	4
03517	Confrides	confrides	VC	A	03057	38.6845	-0.2689	4
03517	Abdet	abdet	VC	A	03057	38.6942	-0.2573	4
03517	Beniarda	beniarda	VC	A	03057	38.6843	-0.2163	4
03518	Algar, El (Partida)	algar-el-partida	VC	A	03045	38.6847	-0.1066	3
03518	Tarbena	tarbena	VC	A	03045	38.6941	-0.1014	4
03518	Bolulla	bolulla	VC	A	03045	38.6753	-0.1118	4
03519	Chines	chines	VC	A		38.6789	-0.1901	1
03520	Polop	polop	VC	A	03107	38.6226	-0.1309	4
03520	Campulles (Partida)	campulles-partida	VC	A	03107	38.6226	-0.1309	3
03520	Chirles (Nucleo)	chirles-nucleo	VC	A	03107	38.6226	-0.1309	3
03520	Fonts, Les (Partida)	fonts-les-partida	VC	A	03107	38.6226	-0.1309	3
03520	Cotelles	cotelles	VC	A	03107	38.6226	-0.1309	3
03520	Alberca, La (Urbanizacion)	alberca-la-urbanizacion	VC	A	03107	38.6226	-0.1309	3
03520	Creueta, La (Urbanizacion)	creueta-la-urbanizacion	VC	A	03107	38.6226	-0.1309	3
03520	Bovalar (Urbanizacion)	bovalar-urbanizacion	VC	A	03107	38.6226	-0.1309	3
03520	Torrent (Partida)	torrent-partida	VC	A	03107	38.6226	-0.1309	3
03520	Pla De Terol (Urbanizacion)	pla-de-terol-urbanizacion	VC	A	03107	38.6226	-0.1309	3
03520	Raco (Partida)	raco-partida	VC	A	03107	38.6226	-0.1309	3
03530	Cautivador	cautivador	VC	A	03094	38.6082	-0.0955	4
03530	La Nucia	la-nucia	VC	A	03094	38.6137	-0.1269	4
03530	Tosal, El / Tossal, El (Urbanizacion)	tosal-el-tossal-el-urbanizacion	VC	A	03094	38.6119	-0.1164	3
03530	Panorama (La Nucia)	panorama-la-nucia	VC	A	03094	38.6137	-0.1269	4
03530	Las Vegas	las-vegas	VC	A	03094	38.6119	-0.1164	3
03530	Holiday - Club	holiday-club	VC	A	03094	38.6119	-0.1164	3
03530	Dorado, El (Urbanizacion)	dorado-el-urbanizacion	VC	A	03094	38.6119	-0.1164	3
03530	Barranco Hondo / Baranc Fondo	barranco-hondo-baranc-fondo	VC	A	03094	38.6119	-0.1164	3
03530	Coloma (Urbanizacion)	coloma-urbanizacion	VC	A	03094	38.6119	-0.1164	3
03530	Varadero (Urbanizacion)	varadero-urbanizacion	VC	A	03094	38.6119	-0.1164	3
03530	Entrepinos (Urbanizacion)	entrepinos-urbanizacion	VC	A	03094	38.6119	-0.1164	3
03530	Colina, La (Urbanizacion)	colina-la-urbanizacion	VC	A	03094	38.6119	-0.1164	3
03530	Pinar De Garaita (Urbanizacion)	pinar-de-garaita-urbanizacion	VC	A	03094	38.6119	-0.1164	3
03530	Perla, La (Urbanizacion)	perla-la-urbanizacion	VC	A	03094	38.6119	-0.1164	3
03530	Bello Horizonte / Bell Horitzo (Urbanizacion)	bello-horizonte-bell-horitzo-urbanizacion	VC	A	03094	38.6119	-0.1164	3
03530	Arcos, Los (Urbanizacion)	arcos-los-urbanizacion	VC	A	03094	38.6119	-0.1164	3
03530	Montebello	montebello	VC	A	03094	38.6119	-0.1164	3
03530	Arcos Norte (Urbanizacion)	arcos-norte-urbanizacion	VC	A	03094	38.6119	-0.1164	3
03530	Nucia Hills, La / Nucia-Hill	nucia-hills-la-nucia-hill	VC	A	03094	38.6119	-0.1164	3
03530	Arcos Este (Urbanizacion)	arcos-este-urbanizacion	VC	A	03094	38.6119	-0.1164	3
03530	Patricia (Urbanizacion)	patricia-urbanizacion	VC	A	03094	38.6119	-0.1164	3
03530	Montecasino (Urbanizacion)	montecasino-urbanizacion	VC	A	03094	38.6119	-0.1164	3
03530	Hapimag (Urbanizacion)	hapimag-urbanizacion	VC	A	03094	38.6119	-0.1164	3
03530	Caravana (Urbanizacion)	caravana-urbanizacion	VC	A	03094	38.6119	-0.1164	3
03530	Floriana (Urbanizacion)	floriana-urbanizacion	VC	A	03094	38.6119	-0.1164	3
03530	Montahud (Urbanizacion)	montahud-urbanizacion	VC	A	03094	38.6119	-0.1164	3
03530	Kristal (Urbanizacion)	kristal-urbanizacion	VC	A	03094	38.6119	-0.1164	3
03530	Maylan (Urbanizacion)	maylan-urbanizacion	VC	A	03094	38.6119	-0.1164	3
03530	Patrax (Urbanizacion)	patrax-urbanizacion	VC	A	03094	38.6119	-0.1164	3
03530	Nou Espai Ii (Urbanizacion)	nou-espai-ii-urbanizacion	VC	A	03094	38.6119	-0.1164	3
03530	Muixara, La (Urbanizacion)	muixara-la-urbanizacion	VC	A	03094	38.6119	-0.1164	3
03530	Nou Espai I (Urbanizacion)	nou-espai-i-urbanizacion	VC	A	03094	38.6119	-0.1164	3
03530	Orquideas, Las (Urbanizacion)	orquideas-las-urbanizacion	VC	A	03094	38.6119	-0.1164	3
03530	Nucia-Park (Urbanizacion)	nucia-park-urbanizacion	VC	A	03094	38.6119	-0.1164	3
03530	Olivos, Los (Urbanizacion)	olivos-los-urbanizacion	VC	A	03094	38.6119	-0.1164	3
03530	Torre, La (Urbanizacion)	torre-la-urbanizacion	VC	A	03094	38.6119	-0.1164	3
03530	Puerta De Hierro (Urbanizacion)	puerta-de-hierro-urbanizacion	VC	A	03094	38.6119	-0.1164	3
03530	Pla De Garaita (Urbanizacion)	pla-de-garaita-urbanizacion	VC	A	03094	38.6119	-0.1164	3
03530	Promere Bella Vista (Urbanizacion)	promere-bella-vista-urbanizacion	VC	A	03094	38.6119	-0.1164	3
03530	Sol Saliente (Urbanizacion)	sol-saliente-urbanizacion	VC	A	03094	38.6119	-0.1164	3
03530	Puerto Azul (Urbanizacion)	puerto-azul-urbanizacion	VC	A	03094	38.6119	-0.1164	3
03530	Rosales (Urbanizacion)	rosales-urbanizacion	VC	A	03094	38.6119	-0.1164	3
03530	Valle, El (Urbanizacion)	valle-el-urbanizacion	VC	A	03094	38.6119	-0.1164	3
03530	Tosal (Urbanizacion)	tosal-urbanizacion	VC	A	03094	38.6119	-0.1164	3
03540	Cabo De Las Huertas	cabo-de-las-huertas	VC	A	03014	38.6053	-0.176	1
03540	Alicante/Alacant	alicante-alacant	VC	A	03014	38.6053	-0.176	1
03550	Huertas	huertas	VC	A	03119	38.9167	-0.1167	4
03550	Benimagrell	benimagrell	VC	A	03119	38.3935	-0.4325	4
03550	Sant Joan D'Alacant	sant-joan-d-alacant	VC	A	03119	38.4015	-0.4362	4
03550	Mezquitas, Las, F-Ii Y Iii (Urbanizacion)	mezquitas-las-f-ii-y-iii-urbanizacion	VC	A	03119	38.5705	-0.3285	3
03550	Racholetes (Urbanizacion)	racholetes-urbanizacion	VC	A	03119	38.5705	-0.3285	3
03550	Santa Faz (San Juan)	santa-faz-san-juan	VC	A	03119	38.5705	-0.3285	3
03550	Frank Espinos	frank-espinos	VC	A	03119	38.5705	-0.3285	3
03550	Lloixa	lloixa	VC	A	03119	38.5705	-0.3285	3
03550	Fabraquer (Ayuntamiento San Juan)	fabraquer-ayuntamiento-san-juan	VC	A	03119	38.5705	-0.3285	3
03550	La Font	la-font	VC	A	03119	38.5705	-0.3285	3
03550	Salafranca (Urbanizacion)	salafranca-urbanizacion	VC	A	03119	38.5705	-0.3285	3
03550	Rajoletes / Racholetes (Urbanizacion)	rajoletes-racholetes-urbanizacion	VC	A	03119	38.5705	-0.3285	3
03559	Alicante/Alacant	alicante-alacant	VC	A	03014	38.5705	-0.3285	1
03559	Apostoles, Los (Urbanizacion)	apostoles-los-urbanizacion	VC	A	03014	38.5705	-0.3285	1
03559	Orgegia	orgegia	VC	A	03014	38.5705	-0.3285	1
03559	Santa Faz (Alicante)	santa-faz-alicante	VC	A	03014	38.5705	-0.3285	1
03560	El Campello	el-campello	VC	A	03050	38.4288	-0.3977	4
03560	Banyets, Els (Urbanizacion)	banyets-els-urbanizacion	VC	A	03050	38.4288	-0.3977	3
03560	Cala D'Or (Urbanizacion)	cala-d-or-urbanizacion	VC	A	03050	38.4288	-0.3977	3
03560	Bonny Barrio	bonny-barrio	VC	A	03050	38.4288	-0.3977	3
03560	La Almadraba	la-almadraba	VC	A	03050	38.4288	-0.3977	3
03560	Muchavista (Playa)	muchavista-playa	VC	A	03050	38.4288	-0.3977	3
03560	Venta Lanuza	venta-lanuza	VC	A	03050	38.4288	-0.3977	3
03560	Urbanizacion Bonanza (Urbanizacion)	urbanizacion-bonanza-urbanizacion	VC	A	03050	38.4288	-0.3977	3
03560	Messell, El (Poligono Industrial)	messell-el-poligono-industrial	VC	A	03050	38.4288	-0.3977	3
03560	Amerador, L	amerador-l	VC	A	03050	38.4288	-0.3977	3
03560	Alkabir (Urbanizacion)	alkabir-urbanizacion	VC	A	03050	38.4288	-0.3977	3
03560	Mezquitas, Las (Urbanizacion)	mezquitas-las-urbanizacion	VC	A	03050	38.4288	-0.3977	3
03560	Pueblo Acantilado	pueblo-acantilado	VC	A	03050	38.4288	-0.3977	3
03560	La Merced	la-merced	VC	A	03050	38.4288	-0.3977	3
03560	Coveta Fuma	coveta-fuma	VC	A	03050	38.4288	-0.3977	3
03560	Poblet, El (Urbanizacion)	poblet-el-urbanizacion	VC	A	03050	38.4288	-0.3977	3
03560	Colonia Trinidad	colonia-trinidad	VC	A	03050	38.4288	-0.3977	3
03569	Aigües	aigues	VC	A	03004	38.5	-0.35	4
03570	Era Soler	era-soler	VC	A	03139	38.5167	-0.2333	4
03570	La Villajoyosa/Vila Joiosa	la-villajoyosa-vila-joiosa	VC	A	03139	38.5075	-0.2335	4
03570	Plans	plans	VC	A	03139	38.5101	-0.2437	4
03570	Chovades	chovades	VC	A	03139	38.5114	-0.2368	3
03570	Sainvi (Urbanizacion)	sainvi-urbanizacion	VC	A	03139	38.5114	-0.2368	3
03570	Amunt De L'Horta (D) (Partida)	amunt-de-l-horta-d-partida	VC	A	03139	38.5114	-0.2368	3
03570	Carrichal (Partida)	carrichal-partida	VC	A	03139	38.5114	-0.2368	3
03570	Torretes (Partida)	torretes-partida	VC	A	03139	38.5114	-0.2368	3
03570	Almiserat (Partida)	almiserat-partida	VC	A	03139	38.5114	-0.2368	3
03570	Charco, El (Partida)	charco-el-partida	VC	A	03139	38.5114	-0.2368	3
03570	Galandu (Partida)	galandu-partida	VC	A	03139	38.5114	-0.2368	3
03570	Gasparot (Urbanizacion)	gasparot-urbanizacion	VC	A	03139	38.5114	-0.2368	3
03570	Montiboli (Urbanizacion)	montiboli-urbanizacion	VC	A	03139	38.5114	-0.2368	3
03570	Plands (Urbanizacion)	plands-urbanizacion	VC	A	03139	38.5114	-0.2368	3
03570	Robella, La (Partida)	robella-la-partida	VC	A	03139	38.5114	-0.2368	3
03570	Alcocons	alcocons	VC	A	03139	38.5114	-0.2368	3
03570	Atalayas (Villajoyosa)	atalayas-villajoyosa	VC	A	03139	38.5114	-0.2368	3
03570	Mediases	mediases	VC	A	03139	38.5114	-0.2368	3
03570	Aixihuili (Partida)	aixihuili-partida	VC	A	03139	38.5114	-0.2368	3
03570	Bol Nou (Partida)	bol-nou-partida	VC	A	03139	38.5114	-0.2368	3
03570	Secanet	secanet	VC	A	03139	38.5114	-0.2368	3
03570	Montesol	montesol	VC	A	03139	38.5114	-0.2368	3
03570	Parais	parais	VC	A	03139	38.5114	-0.2368	3
03570	Poligono Industrial El Torres	poligono-industrial-el-torres	VC	A	03139	38.5114	-0.2368	3
03570	Barberes	barberes	VC	A	03139	38.5114	-0.2368	3
03570	Rodacucos (Partida)	rodacucos-partida	VC	A	03139	38.5114	-0.2368	3
03570	Setines (Partida)	setines-partida	VC	A	03139	38.5114	-0.2368	3
03570	Salomo, El (Partida)	salomo-el-partida	VC	A	03139	38.5114	-0.2368	3
03578	Relleu	relleu	VC	A	03112	38.5873	-0.3116	4
03579	Orxeta	orxeta	VC	A	03124	38.564	-0.263	4
03579	Sella	sella	VC	A	03124	38.6093	-0.2731	4
03580	El Tosalet (Alfaz Del Pi) /Tossalet	el-tosalet-alfaz-del-pi-tossalet	VC	A	03011	38.5806	-0.1032	4
03580	Residence Park (Urbanizacion)	residence-park-urbanizacion	VC	A	03011	38.7311	-0.0691	3
03580	Devesa	devesa	VC	A	03011	38.8817	-0.035	4
03580	Limoneros (Urbanizacion)	limoneros-urbanizacion	VC	A	03011	38.7311	-0.0691	3
03580	Romeral, El (Urbanizacion)	romeral-el-urbanizacion	VC	A	03011	38.7311	-0.0691	3
03580	Oasis (Urbanizacion)	oasis-urbanizacion	VC	A	03011	38.7311	-0.0691	3
03580	Entre Naranjos -Flores	entre-naranjos-flores	VC	A	03011	38.7311	-0.0691	3
03580	Barranco Hondo / Barranc Fondo (Urbanizacion)	barranco-hondo-barranc-fondo-urbanizacion	VC	A	03011	38.7311	-0.0691	3
03580	Foya Blanca / Foia Blanca (Urbanizacion)	foya-blanca-foia-blanca-urbanizacion	VC	A	03011	38.7311	-0.0691	3
03580	Alfas Del Pi, L'	alfas-del-pi-l	VC	A	03011	38.7311	-0.0691	3
03580	Cautivador (Urbanizacion)	cautivador-urbanizacion	VC	A	03011	38.7311	-0.0691	3
03580	Colonia Escandinavia / Escandinavia	colonia-escandinavia-escandinavia	VC	A	03011	38.7311	-0.0691	3
03580	Jardin De Alfaz (Urbanizacion)	jardin-de-alfaz-urbanizacion	VC	A	03011	38.7311	-0.0691	3
03580	Pla Del Devesa (Urbanizacion)	pla-del-devesa-urbanizacion	VC	A	03011	38.7311	-0.0691	3
03581	Sant Pere (Partida)	sant-pere-partida	VC	A	03011	38.7311	-0.0691	1
03581	Estrada, La (Urbanizacion)	estrada-la-urbanizacion	VC	A	03011	38.7311	-0.0691	1
03581	Albir, L' (Nucleo)	albir-l-nucleo	VC	A	03011	38.7311	-0.0691	1
03581	Lloma, La (Partida)	lloma-la-partida	VC	A	03011	38.7311	-0.0691	1
03581	Guixa, La (Partida)	guixa-la-partida	VC	A	03011	38.7311	-0.0691	1
03581	Alfas Del Pi, L'-Playa / Alfas Del Pi-Playa (Nucleo)	alfas-del-pi-l-playa-alfas-del-pi-playa-nucleo	VC	A	03011	38.7311	-0.0691	1
03640	Bilaire (Partida)	bilaire-partida	VC	A	03089	38.4244	-0.8513	3
03589	Santa Fe (Urbanizacion)	santa-fe-urbanizacion	VC	A		38.7311	-0.0691	1
03590	Cap Blanc (Altea) (Urbanizacion)	cap-blanc-altea-urbanizacion	VC	A	03018	38.6076	-0.042	3
03590	Olla, L'	olla-l	VC	A	03018	38.6163	-0.0326	4
03590	Altea	altea	VC	A	03018	38.5988	-0.0514	4
03590	Planet, El (Altea)	planet-el-altea	VC	A	03018	38.6076	-0.042	3
03599	Puerto Campomanes-Grenwich (Urbanitzacio)	puerto-campomanes-grenwich-urbanitzacio	VC	A	03018	38.6912	0.0952	4
03599	Altea La Vella	altea-la-vella	VC	A	03018	38.6333	-0.0167	4
03599	El Mascarat	el-mascarat	VC	A	03018	38.6526	0.0206	3
03599	Carretera De Callosa Ensarria (Altea La Vella) (Carretera)	carretera-de-callosa-ensarria-altea-la-vella-carretera	VC	A	03018	38.6333	-0.0167	4
03599	Altea Hills (Zona)	altea-hills-zona	VC	A	03018	38.6526	0.0206	3
03599	Font De Ferrer (Partida)	font-de-ferrer-partida	VC	A	03018	38.6526	0.0206	3
03599	Galera De Las Palmeras (Urbanizacion)	galera-de-las-palmeras-urbanizacion	VC	A	03018	38.6526	0.0206	3
03599	Pueblo Mascarat	pueblo-mascarat	VC	A	03018	38.6526	0.0206	3
03599	Villa Gadea	villa-gadea	VC	A	03018	38.6526	0.0206	3
03599	La Galera	la-galera	VC	A	03018	38.6526	0.0206	3
03599	Alhama Springs (Urbanizacion)	alhama-springs-urbanizacion	VC	A	03018	38.6526	0.0206	3
03599	Sogay (Partida)	sogay-partida	VC	A	03018	38.6526	0.0206	3
03599	Riquet (Partida)	riquet-partida	VC	A	03018	38.6526	0.0206	3
03599	Mimosas, Las (Urbanizacion)	mimosas-las-urbanizacion	VC	A	03018	38.6526	0.0206	3
03599	Pila, La (Partida)	pila-la-partida	VC	A	03018	38.6526	0.0206	3
03600	Jaud	jaud	VC	A	03066	38.4441	-0.8079	4
03600	Elda	elda	VC	A	03066	38.4778	-0.7916	4
03600	Boveda	boveda	VC	A	03066	38.4033	-0.7838	3
03600	La Siesta	la-siesta	VC	A	03066	38.0152	-0.6899	4
03600	Campo Alto	campo-alto	VC	A	03066	38.4033	-0.7838	3
03600	Molinos, Los (Elda)	molinos-los-elda	VC	A	03066	38.4778	-0.7916	4
03600	Agualejas	agualejas	VC	A	03066	38.4033	-0.7838	3
03600	El Monastil	el-monastil	VC	A	03066	38.5	-0.7833	4
03600	El Chorrillo	el-chorrillo	VC	A	03066	38.4033	-0.7838	3
03600	Camara	camara	VC	A	03066	38.505	-0.8386	4
03600	Bateig	bateig	VC	A	03066	38.4033	-0.7838	3
03600	Sigmat	sigmat	VC	A	03066	38.4033	-0.7838	3
03600	Azafranar	azafranar	VC	A	03066	38.4033	-0.7838	3
03600	La Horteta	la-horteta	VC	A	03066	38.4033	-0.7838	3
03600	Pata	pata	VC	A	03066	38.4033	-0.7838	3
03600	Campico	campico	VC	A	03066	38.4033	-0.7838	3
03600	Barranco Gobernador	barranco-gobernador	VC	A	03066	38.4033	-0.7838	3
03600	Huerta Nueva	huerta-nueva	VC	A	03066	38.4033	-0.7838	3
03610	Caprala	caprala	VC	A	03104	38.5304	-0.7608	4
03610	Aguarrios (Zona)	aguarrios-zona	VC	A	03104	38.5066	-0.7681	3
03610	Pedreras, Las (Petrel)	pedreras-las-petrel	VC	A	03104	38.4829	-0.7755	4
03610	Pusa / Puça	pusa-puca	VC	A	03104	38.5066	-0.7681	3
03610	Troset (Zona)	troset-zona	VC	A	03104	38.5066	-0.7681	3
03610	Genibre / Ginibre (Partida)	genibre-ginibre-partida	VC	A	03104	38.5066	-0.7681	3
03610	Almafra (Zona)	almafra-zona	VC	A	03104	38.5066	-0.7681	3
03610	Llovera / Llobera, La (Partida)	llovera-llobera-la-partida	VC	A	03104	38.5066	-0.7681	3
03610	Petrer	petrer	VC	A	03104	38.5066	-0.7681	3
03610	Cati	cati	VC	A	03104	38.5066	-0.7681	3
03610	Loma Bada (Urbanizacion)	loma-bada-urbanizacion	VC	A	03104	38.5066	-0.7681	3
03610	Rebenton / Rebento, El (Partida)	rebenton-rebento-el-partida	VC	A	03104	38.5066	-0.7681	3
03610	Santa Barbara (Zona)	santa-barbara-zona	VC	A	03104	38.5066	-0.7681	3
03610	Salinetas De Petrel	salinetas-de-petrel	VC	A	03104	38.5066	-0.7681	3
03610	Guirney	guirney	VC	A	03104	38.5066	-0.7681	3
03610	El Cid	el-cid	VC	A	03104	38.5066	-0.7681	3
03610	Palomaret	palomaret	VC	A	03104	38.5066	-0.7681	3
03630	Sax	sax	VC	A	03123	38.5373	-0.8178	4
03638	Salinas	salinas	VC	A	03116	38.5202	-0.912	4
03639	La Colonia De Santa Eulalia	la-colonia-de-santa-eulalia	VC	A	03140	38.5288	-0.8649	1
03640	Cenia, La (Monover/Monovar) (Partida)	cenia-la-monover-monovar-partida	VC	A	03089	38.4381	-0.8406	4
03640	Falcones	falcones	VC	A	03089	38.3833	-0.8833	4
03640	Monover/Monovar	monover-monovar	VC	A	03089	38.4381	-0.8406	4
03640	Collado Almendro (Partida)	collado-almendro-partida	VC	A	03089	38.4244	-0.8513	3
03640	Pedrera (Monover/Monovar)	pedrera-monover-monovar	VC	A	03089	38.4381	-0.8406	4
03640	Zafarich (Partida)	zafarich-partida	VC	A	03089	38.4244	-0.8513	3
03640	El Gallo	el-gallo	VC	A	03089	38.4244	-0.8513	3
03640	Siri, El (Partida)	siri-el-partida	VC	A	03089	38.4244	-0.8513	3
03640	Peñetas / Peñetes (Partida)	penetas-penetes-partida	VC	A	03089	38.4244	-0.8513	3
03640	Molinos, Los (Casa)	molinos-los-casa	VC	A	03089	38.4244	-0.8513	3
03640	Rejuela, La (Partida)	rejuela-la-partida	VC	A	03089	38.4244	-0.8513	3
03640	Esvarador (Partida)	esvarador-partida	VC	A	03089	38.4244	-0.8513	3
03640	Collado Novelda (Partida)	collado-novelda-partida	VC	A	03089	38.4244	-0.8513	3
03640	Charco Amargo (Casas)	charco-amargo-casas	VC	A	03089	38.4244	-0.8513	3
03640	Cavarrasa (Partida)	cavarrasa-partida	VC	A	03089	38.4244	-0.8513	3
03640	Cavafria (Partida)	cavafria-partida	VC	A	03089	38.4244	-0.8513	3
03640	Bellich (Partida)	bellich-partida	VC	A	03089	38.4244	-0.8513	3
03640	Collado De Victoriano	collado-de-victoriano	VC	A	03089	38.4244	-0.8513	3
03640	Basso (Partida)	basso-partida	VC	A	03089	38.4244	-0.8513	3
03640	Alquebla (Partida)	alquebla-partida	VC	A	03089	38.4244	-0.8513	3
03640	Buitrera (Partida)	buitrera-partida	VC	A	03089	38.4244	-0.8513	3
03640	Beties (Partida)	beties-partida	VC	A	03089	38.4244	-0.8513	3
03640	Romaneta	romaneta	VC	A	03089	38.4244	-0.8513	3
03640	Cañaeta (Partida)	canaeta-partida	VC	A	03089	38.4244	-0.8513	3
03640	Fumarol (Partida)	fumarol-partida	VC	A	03089	38.4244	-0.8513	3
03640	Collado Azorin (Partida)	collado-azorin-partida	VC	A	03089	38.4244	-0.8513	3
03640	Bull (Partida)	bull-partida	VC	A	03089	38.4244	-0.8513	3
03640	Barrio Cenefa (Extrarradio)	barrio-cenefa-extrarradio	VC	A	03089	38.4244	-0.8513	3
03640	Cantarranas (Partida)	cantarranas-partida	VC	A	03089	38.4244	-0.8513	3
03640	Chinorla	chinorla	VC	A	03089	38.4244	-0.8513	3
03640	Hondon Alto (Partida)	hondon-alto-partida	VC	A	03089	38.4244	-0.8513	3
03640	Cañada Farina (Partida)	canada-farina-partida	VC	A	03089	38.4244	-0.8513	3
03640	Hondon Bajo (Partida)	hondon-bajo-partida	VC	A	03089	38.4244	-0.8513	3
03649	Cañada Roja	canada-roja	VC	A	03089	38.4508	-0.9438	4
03649	Cañadas De Don Ciro / Canyades D'En Cirus	canadas-de-don-ciro-canyades-d-en-cirus	VC	A	03089	38.4508	-0.9438	3
03649	Casas Del Señor / Cases Del Senyor	casas-del-senor-cases-del-senyor	VC	A	03089	38.4508	-0.9438	3
03649	Collado De Salinas	collado-de-salinas	VC	A	03089	38.4508	-0.9438	3
03649	Casas De Sanchiz / Cases De Sanchis	casas-de-sanchiz-cases-de-sanchis	VC	A	03089	38.4508	-0.9438	3
03649	Chinorlet / Xinorlet	chinorlet-xinorlet	VC	A	03089	38.4508	-0.9438	3
03649	Casas De Juan Blanco / Cases Joan Blanco	casas-de-juan-blanco-cases-joan-blanco	VC	A	03089	38.4508	-0.9438	3
03649	Mañan / Manya	manan-manya	VC	A	03089	38.4508	-0.9438	3
03649	Rambleta, La (Partida)	rambleta-la-partida	VC	A	03089	38.4508	-0.9438	3
03649	Fuente Del Pino (Partida)	fuente-del-pino-partida	VC	A	03089	38.4508	-0.9438	3
03649	Almorqui (Casa)	almorqui-casa	VC	A	03089	38.4508	-0.9438	3
03649	Solaneta (Partida)	solaneta-partida	VC	A	03089	38.4508	-0.9438	3
03649	Madara	madara	VC	A	03089	38.4508	-0.9438	3
03650	Pinoso	pinoso	VC	A	03105	38.4016	-1.042	4
03657	Capellania	capellania	VC	A	03105	38.4301	-1.0741	3
03657	Casas De Ibañez	casas-de-ibanez	VC	A	03105	38.4049	-1.0816	4
03657	Paredon	paredon	VC	A	03105	38.445	-1.0514	4
03658	Lel	lel	VC	A	03105	38.4491	-1.0221	4
03658	Tejera, La (Pinoso)	tejera-la-pinoso	VC	A	03105	38.4149	-1.0072	3
03658	Rodriguillo	rodriguillo	VC	A	03105	38.3655	-1.0476	4
03658	Camarillas	camarillas	VC	A	03105	38.4149	-1.0072	3
03658	Culebron	culebron	VC	A	03105	38.4217	-0.994	4
03658	Los Purgateros	los-purgateros	VC	A	03105	38.4149	-1.0072	3
03658	Ubeda	ubeda	VC	A	03105	38.4459	-0.9823	4
03658	El Faldar	el-faldar	VC	A	03105	38.4149	-1.0072	3
03658	Encebras	encebras	VC	A	03105	38.3922	-0.9898	4
03658	Casas Del Hospital	casas-del-hospital	VC	A	03105	38.4149	-1.0072	3
03658	Sonca	sonca	VC	A	03105	38.4149	-1.0072	3
03658	Prado	prado	VC	A	03105	38.4149	-1.0072	3
03659	La Caballusa	la-caballusa	VC	A	03105	38.4185	-1.0333	1
03659	Cañada Del Trigo	canada-del-trigo	VC	A	03105	38.4185	-1.0333	1
03660	Novelda	novelda	VC	A	03093	38.3848	-0.7677	4
03660	La Ledua	la-ledua	VC	A	03093	38.3755	-0.7901	3
03660	Horna Alta	horna-alta	VC	A	03093	38.3663	-0.8124	4
03660	Salinetas De Novelda	salinetas-de-novelda	VC	A	03093	38.3755	-0.7901	3
03660	Campet	campet	VC	A	03093	38.3755	-0.7901	3
03660	Molinos, Los (Novelda)	molinos-los-novelda	VC	A	03093	38.3755	-0.7901	3
03660	Casas De Sala	casas-de-sala	VC	A	03093	38.3755	-0.7901	3
03660	Duayme	duayme	VC	A	03093	38.3755	-0.7901	3
03660	Horna Baja	horna-baja	VC	A	03093	38.3755	-0.7901	3
03660	Serreta (Novelda)	serreta-novelda	VC	A	03093	38.3755	-0.7901	3
03660	Cucuch	cucuch	VC	A	03093	38.3755	-0.7901	3
03660	Fuente La Reina	fuente-la-reina	VC	A	03093	38.3755	-0.7901	3
03668	La Solana De Algueña	la-solana-de-alguena	VC	A	03013	38.3391	-1.0043	3
03668	Algueña	alguena	VC	A	03013	38.3391	-1.0043	4
03669	La Romana	la-romana	VC	A	03114	38.3675	-0.8986	4
03669	Algayat	algayat	VC	A	03114	38.3572	-0.9004	3
03669	La Boquera	la-boquera	VC	A	03114	38.3468	-0.9021	4
03669	Los Joveres	los-joveres	VC	A	03114	38.3572	-0.9004	3
03669	Los Pomares	los-pomares	VC	A	03114	38.3572	-0.9004	3
03669	Los Palaos	los-palaos	VC	A	03114	38.3572	-0.9004	3
03669	Batistes	batistes	VC	A	03114	38.3572	-0.9004	3
03669	Beltrans / Beltran	beltrans-beltran	VC	A	03114	38.3572	-0.9004	3
03669	Canicios	canicios	VC	A	03114	38.3572	-0.9004	3
03669	Alcana	alcana	VC	A	03114	38.3572	-0.9004	3
03669	Barrio De San Anton	barrio-de-san-anton	VC	A	03114	38.3572	-0.9004	3
03669	Los Leros	los-leros	VC	A	03114	38.3572	-0.9004	3
03670	Monforte Del Cid	monforte-del-cid	VC	A	03088	38.3803	-0.7285	4
03679	Orito	orito	VC	A	03088	38.3772	-0.6894	4
03679	Pozoblanco	pozoblanco	VC	A	03088	38.4188	-0.698	4
03679	El Llano Bajo	el-llano-bajo	VC	A	03088	38.398	-0.6937	3
03679	Espejeras	espejeras	VC	A	03088	38.398	-0.6937	3
03679	Ermita De San Pascual	ermita-de-san-pascual	VC	A	03088	38.398	-0.6937	3
03679	Capitania, La (Monforte Cid) (Urbanizacion)	capitania-la-monforte-cid-urbanizacion	VC	A	03088	38.398	-0.6937	3
03679	El Llano Alto	el-llano-alto	VC	A	03088	38.398	-0.6937	3
03679	Serreta, La (Monforte Cid)	serreta-la-monforte-cid	VC	A	03088	38.398	-0.6937	3
03679	Baños Nuestra Señora De Orito	banos-nuestra-senora-de-orito	VC	A	03088	38.398	-0.6937	3
03680	Tejera, La (Partida)	tejera-la-partida	VC	A	03019	38.3451	-0.7672	3
03680	Aspe	aspe	VC	A	03019	38.3451	-0.7672	4
03688	El Rebalso	el-rebalso	VC	A	03077	38.3097	-0.8896	3
03688	Cava, La (Hondon De Las Nieves)	cava-la-hondon-de-las-nieves	VC	A	03077	38.3084	-0.8533	4
03688	La Canalosa	la-canalosa	VC	A	03077	38.3051	-0.9352	4
03750	Ventas De Pedreguer	ventas-de-pedreguer	VC	A	03101	38.7931	0.0341	3
03688	Fondo De Les Neus, El/Hondon De Las Nieves	fondo-de-les-neus-el-hondon-de-las-nieves	VC	A	03077	38.3084	-0.8533	4
03688	La Solana	la-solana	VC	A	03077	38.3167	-0.9167	4
03689	Casas De Cofer	casas-de-cofer	VC	A	03077	38.2767	-0.9352	3
03689	Hondon De Los Frailes	hondon-de-los-frailes	VC	A	03077	38.2739	-0.9294	4
03689	Casas De Galiana	casas-de-galiana	VC	A	03077	38.2799	-0.9134	4
03689	Barbarroja	barbarroja	VC	A	03077	38.2762	-0.9628	4
03690	Sant Vicent Del Raspeig	sant-vicent-del-raspeig	VC	A	03122	38.3964	-0.5255	4
03690	Boqueres	boqueres	VC	A	03122	38.3964	-0.5255	3
03698	Agost	agost	VC	A	03002	38.44	-0.6384	4
03699	Moralet	moralet	VC	A	03014	38.4239	-0.5779	4
03699	Monteaud	monteaud	VC	A	03014	38.4013	-0.5794	3
03699	Verdegas	verdegas	VC	A	03014	38.4058	-0.5871	4
03699	Monteros, Los (San Vicente Del Raspeig)	monteros-los-san-vicente-del-raspeig	VC	A	03014	38.3964	-0.5255	4
03699	La Cañada	la-canada	VC	A	03014	38.4013	-0.5794	3
03699	La Alcoraya	la-alcoraya	VC	A	03014	38.3791	-0.6269	4
03700	Marines	marines	VC	A	03063	38.8525	0.0849	4
03700	Bovetes	bovetes	VC	A	03063	38.85	0.0667	4
03700	Denia	denia	VC	A	03063	38.8408	0.1057	4
03700	Santa Lucia	santa-lucia	VC	A	03063	38.8167	0.15	4
03700	Troyas	troyas	VC	A	03063	38.932	0.0181	3
03700	El Palmar	el-palmar	VC	A	03063	39.3	-0.3167	4
03700	Belems	belems	VC	A	03063	38.932	0.0181	3
03700	Galeretes	galeretes	VC	A	03063	38.932	0.0181	3
03700	Galeras	galeras	VC	A	03063	38.932	0.0181	3
03700	Florida (Denia)	florida-denia	VC	A	03063	38.932	0.0181	3
03700	Corral De Calafat	corral-de-calafat	VC	A	03063	38.932	0.0181	3
03700	Mirambells	mirambells	VC	A	03063	38.932	0.0181	3
03700	Lloma De Castazar	lloma-de-castazar	VC	A	03063	38.932	0.0181	3
03700	Saladar	saladar	VC	A	03063	38.932	0.0181	3
03700	Tosalet (Denia)	tosalet-denia	VC	A	03063	38.932	0.0181	3
03700	Altomira	altomira	VC	A	03063	38.932	0.0181	3
03700	Suertes Del Mar	suertes-del-mar	VC	A	03063	38.932	0.0181	3
03700	Santa Paula	santa-paula	VC	A	03063	38.932	0.0181	3
03700	Balcon (Denia)	balcon-denia	VC	A	03063	38.932	0.0181	3
03700	Punta Negra	punta-negra	VC	A	03063	38.932	0.0181	3
03700	Pedrera, La (Denia)	pedrera-la-denia	VC	A	03063	38.932	0.0181	3
03700	Tossal Gross (Partida)	tossal-gross-partida	VC	A	03063	38.932	0.0181	3
03700	Quijote	quijote	VC	A	03063	38.932	0.0181	3
03700	Campusos	campusos	VC	A	03063	38.932	0.0181	3
03700	Los Rotes	los-rotes	VC	A	03063	38.932	0.0181	3
03709	Planes De Elias (Partida)	planes-de-elias-partida	VC	A	03063	38.932	0.0181	1
03709	Pinella (A Y B) (Partida)	pinella-a-y-b-partida	VC	A	03063	38.932	0.0181	1
03709	Benimaquia (Partida)	benimaquia-partida	VC	A	03063	38.932	0.0181	1
03709	Casablanca (Partida)	casablanca-partida	VC	A	03063	38.932	0.0181	1
03709	Xara, La (Nucleo)	xara-la-nucleo	VC	A	03063	38.932	0.0181	1
03709	Planes, Les (Partida)	planes-les-partida	VC	A	03063	38.932	0.0181	1
03709	Hersi La Plana (Partida)	hersi-la-plana-partida	VC	A	03063	38.932	0.0181	1
03710	La Canuta	la-canuta	VC	A	03047	38.6373	0.0329	4
03710	Calp	calp	VC	A	03047	38.6447	0.0445	4
03710	Cometa, La (Calpe) (Urbanizacion)	cometa-la-calpe-urbanizacion	VC	A	03047	38.641	0.0387	3
03710	Ifach	ifach	VC	A	03047	38.641	0.0387	3
03710	Calalga (Urbanizacion)	calalga-urbanizacion	VC	A	03047	38.641	0.0387	3
03710	Corralets (Urbanizacion)	corralets-urbanizacion	VC	A	03047	38.641	0.0387	3
03710	Pinos, Los (Partida)	pinos-los-partida	VC	A	03047	38.641	0.0387	3
03710	Oltamar (Urbanizacion)	oltamar-urbanizacion	VC	A	03047	38.641	0.0387	3
03710	Ortembach (Urbanizacion)	ortembach-urbanizacion	VC	A	03047	38.641	0.0387	3
03710	Adelfas, Las (Urbanizacion)	adelfas-las-urbanizacion	VC	A	03047	38.641	0.0387	3
03710	Merced (Urbanizacion)	merced-urbanizacion	VC	A	03047	38.641	0.0387	3
03710	Marisol - Park (Urbanizacion)	marisol-park-urbanizacion	VC	A	03047	38.641	0.0387	3
03710	Maryvilla	maryvilla	VC	A	03047	38.641	0.0387	3
03710	Basetes, Les (Urbanizacion)	basetes-les-urbanizacion	VC	A	03047	38.641	0.0387	3
03710	Ricarlos (Urbanizacion)	ricarlos-urbanizacion	VC	A	03047	38.641	0.0387	3
03710	Pla De Mar (Partida)	pla-de-mar-partida	VC	A	03047	38.641	0.0387	3
03710	Colari (Urbanizacion)	colari-urbanizacion	VC	A	03047	38.641	0.0387	3
03710	Carrio (Urbanizacion)	carrio-urbanizacion	VC	A	03047	38.641	0.0387	3
03710	Benicolada (Urbanizacion)	benicolada-urbanizacion	VC	A	03047	38.641	0.0387	3
03720	Berdica	berdica	VC	A	03041	38.7167	0.0667	4
03720	Pinos	pinos	VC	A	03041	38.6644	-0.0198	4
03720	Fustera	fustera	VC	A	03041	38.662	0.0881	4
03720	Canor	canor	VC	A	03041	38.7167	0.0667	4
03720	Pedramala	pedramala	VC	A	03041	38.685	0.0735	4
03720	Quisi	quisi	VC	A	03041	38.6937	0.0624	3
03720	Benissa	benissa	VC	A	03041	38.7149	0.0485	4
03720	Baladrar (Partida)	baladrar-partida	VC	A	03041	38.6937	0.0624	3
03720	Paratella	paratella	VC	A	03041	38.6987	0.0806	4
03720	San Jaime-Benissa	san-jaime-benissa	VC	A	03041	38.6937	0.0624	3
03720	Montemar	montemar	VC	A	03041	38.6912	0.0952	4
03720	Fanadix (Benissa) (Partida)	fanadix-benissa-partida	VC	A	03041	38.6937	0.0624	3
03720	Patmore (Partida)	patmore-partida	VC	A	03041	38.6937	0.0624	3
03720	Bonaire	bonaire	VC	A	03041	38.6937	0.0624	3
03720	Benimarco (Benissa)	benimarco-benissa	VC	A	03041	38.6937	0.0624	3
03720	Bellita	bellita	VC	A	03041	38.6937	0.0624	3
03723	Llosa De Camacho	llosa-de-camacho	VC	A	03006	38.7727	-0.0071	4
03724	Alcasar	alcasar	VC	A	03128	38.6889	0.1404	3
03724	Moraira	moraira	VC	A	03128	38.6887	0.1348	4
03724	Cometa, La (Moraira/Teulada) (Partida)	cometa-la-moraira-teulada-partida	VC	A	03128	38.689	0.1422	4
03724	Pinar Del Advocat (Partida)	pinar-del-advocat-partida	VC	A	03128	38.6889	0.1404	3
03724	Fanadix (Moraira/Teulada) (Partida)	fanadix-moraira-teulada-partida	VC	A	03128	38.689	0.1422	4
03724	Paichi (Urbanizacion)	paichi-urbanizacion	VC	A	03128	38.6889	0.1404	3
03724	Cap Blanc (Moraira/Teulada) (Urbanizacion)	cap-blanc-moraira-teulada-urbanizacion	VC	A	03128	38.689	0.1422	4
03724	Moravit	moravit	VC	A	03128	38.6889	0.1404	3
03724	San Jaime (Urbanizacion)	san-jaime-urbanizacion	VC	A	03128	38.6889	0.1404	3
03724	Sabatera, La (Urbanizacion)	sabatera-la-urbanizacion	VC	A	03128	38.6889	0.1404	3
03724	Benimeit (Zona)	benimeit-zona	VC	A	03128	38.6889	0.1404	3
03725	Teulada	teulada	VC	A	03128	38.7294	0.1038	4
03725	Benimarco (Partida)	benimarco-partida	VC	A	03128	38.7294	0.1038	3
03725	Castellons (Partida)	castellons-partida	VC	A	03128	38.7294	0.1038	3
03726	Poble Nou De Benitatxell, El/Benitachell	poble-nou-de-benitatxell-el-benitachell	VC	A	03042	38.7327	0.1435	4
03726	Abiar, L' (Partida)	abiar-l-partida	VC	A	03042	38.7327	0.1435	3
03726	Benicambra (Partida)	benicambra-partida	VC	A	03042	38.7327	0.1435	3
03726	Benitachell (Nucleo)	benitachell-nucleo	VC	A	03042	38.7327	0.1435	3
03726	Yuca (Partida)	yuca-partida	VC	A	03042	38.7327	0.1435	3
03726	Pueblo Alcasar	pueblo-alcasar	VC	A	03042	38.7327	0.1435	3
03726	Cumbre Del Sol	cumbre-del-sol	VC	A	03042	38.7327	0.1435	3
03727	Xalo	xalo	VC	A	03081	38.7406	-0.0113	4
03728	Alcalali	alcalali	VC	A	03006	38.7504	-0.0401	4
03728	Cumbres De Alcalali (Urbanizacion)	cumbres-de-alcalali-urbanizacion	VC	A	03006	38.7504	-0.0401	3
03728	Vereda Park (Urbanizacion)	vereda-park-urbanizacion	VC	A	03006	38.7504	-0.0401	3
03728	La Solana	la-solana	VC	A	03006	38.7504	-0.0401	3
03728	Trosos, Los (Zona)	trosos-los-zona	VC	A	03006	38.7504	-0.0401	3
03728	Benarrosa (Zona)	benarrosa-zona	VC	A	03006	38.7504	-0.0401	3
03729	Lliber	lliber	VC	A	03125	38.7427	0.006	4
03729	Cometa (Senija)	cometa-senija	VC	A	03125	38.728	0.0418	4
03729	Senija	senija	VC	A	03125	38.728	0.0418	4
03730	Xabia/Javea	xabia-javea	VC	A	03082	38.7713	-0.0145	1
03730	Aduanas De Mar	aduanas-de-mar	VC	A	03082	38.7713	-0.0145	1
03737	Montgo-Toscamar	montgo-toscamar	VC	A	03082	38.7713	-0.0145	1
03737	Ermita (Urbanizacion)	ermita-urbanizacion	VC	A	03082	38.7713	-0.0145	1
03738	Cap Marti	cap-marti	VC	A	03082	38.7713	-0.0145	1
03738	Bahia De Javea (Urbanizacion)	bahia-de-javea-urbanizacion	VC	A	03082	38.7713	-0.0145	1
03738	Costa Nova (Urbanizacion)	costa-nova-urbanizacion	VC	A	03082	38.7713	-0.0145	1
03738	Balcon Al Mar (Javea/Xabia) (Urbanizacion)	balcon-al-mar-javea-xabia-urbanizacion	VC	A	03082	38.7713	-0.0145	1
03738	Parque Calablanca (Urbanizacion)	parque-calablanca-urbanizacion	VC	A	03082	38.7713	-0.0145	1
03738	Trencal	trencal	VC	A	03082	38.7713	-0.0145	1
03738	Arenal	arenal	VC	A	03082	38.7713	-0.0145	1
03738	Costa Nova	costa-nova	VC	A	03082	38.7713	-0.0145	1
03738	Toscal	toscal	VC	A	03082	38.7713	-0.0145	1
03739	Lluca	lluca	VC	A	03082	38.7713	-0.0145	1
03739	Los Cerezos	los-cerezos	VC	A	03082	38.7713	-0.0145	1
03739	Sol Del Este	sol-del-este	VC	A	03082	38.7713	-0.0145	1
03739	Tosalet, El (Javea/Xabia)	tosalet-el-javea-xabia	VC	A	03082	38.7713	-0.0145	1
03739	La Mandarina	la-mandarina	VC	A	03082	38.7713	-0.0145	1
03739	Rafalet (Urbanizacion)	rafalet-urbanizacion	VC	A	03082	38.7713	-0.0145	1
03739	Alborada (Urbanizacion)	alborada-urbanizacion	VC	A	03082	38.7713	-0.0145	1
03740	Gata De Gorgos	gata-de-gorgos	VC	A	03071	38.7744	0.0854	4
03740	Miralbons	miralbons	VC	A	03071	38.7744	0.0854	3
03740	Senies	senies	VC	A	03071	38.7744	0.0854	3
03740	Ecles Altos	ecles-altos	VC	A	03071	38.7744	0.0854	3
03740	Troset	troset	VC	A	03071	38.7744	0.0854	3
03740	Gaya	gaya	VC	A	03071	38.7744	0.0854	3
03740	Tossals	tossals	VC	A	03071	38.7744	0.0854	3
03740	Mirandas	mirandas	VC	A	03071	38.7744	0.0854	3
03740	Serillars	serillars	VC	A	03071	38.7744	0.0854	3
03740	Mirandes	mirandes	VC	A	03071	38.7744	0.0854	3
03740	Comes	comes	VC	A	03071	38.7744	0.0854	3
03740	Ecles Bajos	ecles-bajos	VC	A	03071	38.7744	0.0854	3
03740	Cuadros	cuadros	VC	A	03071	38.7744	0.0854	3
03740	Bolerias	bolerias	VC	A	03071	38.7744	0.0854	3
03740	La Faja	la-faja	VC	A	03071	38.7744	0.0854	3
03749	Alqueria Gasens	alqueria-gasens	VC	A	03063	38.6912	0.0007	3
03749	Jesus Pobre	jesus-pobre	VC	A	03063	38.799	0.0848	4
03749	Biserot	biserot	VC	A	03063	38.6912	0.0007	3
03749	Foyes Blanques	foyes-blanques	VC	A	03063	38.5833	-0.0833	4
03749	Tosal	tosal	VC	A	03063	38.6912	0.0007	3
03749	Senieta Reina	senieta-reina	VC	A	03063	38.6912	0.0007	3
03749	Sun Valley	sun-valley	VC	A	03063	38.6912	0.0007	3
03749	Rompudetes	rompudetes	VC	A	03063	38.6912	0.0007	3
03749	Planises	planises	VC	A	03063	38.6912	0.0007	3
03749	Ferrandos	ferrandos	VC	A	03063	38.6912	0.0007	3
03749	Tosal Roig	tosal-roig	VC	A	03063	38.6912	0.0007	3
03749	Casas Nuevas	casas-nuevas	VC	A	03063	38.6912	0.0007	3
03749	Cova Ampla	cova-ampla	VC	A	03063	38.6912	0.0007	3
03749	Los Lagos	los-lagos	VC	A	03063	38.6912	0.0007	3
03750	Pedreguer	pedreguer	VC	A	03101	38.7931	0.0341	4
03750	Barranco Parra	barranco-parra	VC	A	03101	38.7931	0.0341	3
03750	Monte Pedreguer / Muntanya De Pedreguer (Urbanizacion)	monte-pedreguer-muntanya-de-pedreguer-urbanizacion	VC	A	03101	38.7931	0.0341	3
03750	Monte Sella / Muntanya De La Sella (Urbanizacion)	monte-sella-muntanya-de-la-sella-urbanizacion	VC	A	03101	38.7931	0.0341	3
03750	Cometa-Orbeta	cometa-orbeta	VC	A	03101	38.7931	0.0341	3
03759	Benidoleig	benidoleig	VC	A	03030	38.7928	-0.0299	4
03759	Rincon Del Silencio (Urbanizacion)	rincon-del-silencio-urbanizacion	VC	A	03030	38.7928	-0.0299	3
03759	Aldea De Las Cuevas (Urbanizacion)	aldea-de-las-cuevas-urbanizacion	VC	A	03030	38.7928	-0.0299	3
03759	Colina Del Sol (Urbanizacion)	colina-del-sol-urbanizacion	VC	A	03030	38.7928	-0.0299	3
03759	Cueva De Las Calaveras	cueva-de-las-calaveras	VC	A	03030	38.7928	-0.0299	3
03759	España La Vieja (Urbanizacion)	espana-la-vieja-urbanizacion	VC	A	03030	38.7928	-0.0299	3
03760	Pamis	pamis	VC	A	03095	38.8176	0.0093	4
03760	Ondara	ondara	VC	A	03095	38.8282	0.0172	4
03760	Viñals (Partida)	vinals-partida	VC	A	03095	38.8229	0.0133	3
03760	Tosals (Partida)	tosals-partida	VC	A	03095	38.8229	0.0133	3
03769	Montesano	montesano	VC	A	03040	38.8215	-0.0427	3
03769	Benimeli	benimeli	VC	A	03040	38.8236	-0.0422	4
03769	El Rafol D'Almunia	el-rafol-d-almunia	VC	A	03040	38.8212	-0.0517	4
03769	Sanet Y Negrals	sanet-y-negrals	VC	A	03040	38.8197	-0.0341	4
03770	El Verger	el-verger	VC	A	03063	38.8471	0.0103	4
03778	Beniarbeig	beniarbeig	VC	A	03026	38.8223	-0.0021	4
03779	Mirarrosa (Nucleo)	mirarrosa-nucleo	VC	A	03063	38.8508	0.0175	3
03779	Poblets, Els	poblets-els	VC	A	03063	38.8508	0.0175	4
03779	Playa Santa Ana	playa-santa-ana	VC	A	03063	38.8508	0.0175	3
03779	Sisques (Partida)	sisques-partida	VC	A	03063	38.8508	0.0175	3
03779	Setla (Nucleo)	setla-nucleo	VC	A	03063	38.8508	0.0175	3
03779	Miraflor (Nucleo)	miraflor-nucleo	VC	A	03063	38.8508	0.0175	3
03779	Alters (Partida)	alters-partida	VC	A	03063	38.8508	0.0175	3
03779	Almadrava (Playa)	almadrava-playa	VC	A	03063	38.8508	0.0175	3
03779	Sorts De La Mar (Partida)	sorts-de-la-mar-partida	VC	A	03063	38.8508	0.0175	3
03779	Molinell (Nucleo)	molinell-nucleo	VC	A	03063	38.8508	0.0175	3
03779	Xironets (Partida)	xironets-partida	VC	A	03063	38.8508	0.0175	3
03779	Almetlerals (Partida)	almetlerals-partida	VC	A	03063	38.8508	0.0175	3
03779	Deveses (Partida)	deveses-partida	VC	A	03063	38.8508	0.0175	3
03779	Barranquet (Partida)	barranquet-partida	VC	A	03063	38.8508	0.0175	3
03779	Buscarrons (Urbanizacion)	buscarrons-urbanizacion	VC	A	03063	38.8508	0.0175	3
03779	Pueblo Naranjo (Urbanizacion)	pueblo-naranjo-urbanizacion	VC	A	03063	38.8508	0.0175	3
03779	Traveses (Partida)	traveses-partida	VC	A	03063	38.8508	0.0175	3
03780	Pego	pego	VC	A	03063	38.8431	-0.1171	4
03786	Forna	forna	VC	A	03001	38.8751	-0.1708	4
03786	La Vall D'Alcala	la-vall-d-alcala	VC	A	03001	38.7948	-0.2514	4
03786	Beniaia / Beniaya (Nucleo)	beniaia-beniaya-nucleo	VC	A	03001	38.8349	-0.2111	3
03786	Adsubia (Ajuntament Adsubia)	adsubia-ajuntament-adsubia	VC	A	03001	38.8349	-0.2111	3
03788	Alcala De La Jovada	alcala-de-la-jovada	VC	A	03136	38.7948	-0.2514	4
03788	Patro	patro	VC	A	03136	38.8217	-0.2624	4
03788	Llombay	llombay	VC	A	03136	38.8156	-0.2706	4
03788	Benirrama (Nucleo)	benirrama-nucleo	VC	A	03136	38.8107	-0.2615	3
03788	Benisili / Benissili	benisili-benissili	VC	A	03136	38.8107	-0.2615	3
03788	Benisiva (Nucleo)	benisiva-nucleo	VC	A	03136	38.8107	-0.2615	3
03788	Benitaia (Nucleo)	benitaia-nucleo	VC	A	03136	38.8107	-0.2615	3
03788	Beniali (Nucleo)	beniali-nucleo	VC	A	03136	38.8107	-0.2615	3
03788	Carroja, La (Nucleo)	carroja-la-nucleo	VC	A	03136	38.8107	-0.2615	3
03788	Vall De Gallinera	vall-de-gallinera	VC	A	03136	38.8107	-0.2615	3
03789	La Vall D' Ebo	la-vall-d-ebo	VC	A	03135	38.8242	-0.2206	1
03789	Monte Pego (Urbanizacion)	monte-pego-urbanizacion	VC	A	03135	38.8242	-0.2206	1
03790	Orba (Casco Antiguo)	orba-casco-antiguo	VC	A	03097	38.7705	-0.1012	1
03791	Benimaurell	benimaurell	VC	A	03137	38.7731	-0.1268	4
03791	Campell	campell	VC	A	03137	38.7803	-0.104	4
03791	Fontilles	fontilles	VC	A	03137	38.7763	-0.0874	4
03791	La Vall De Laguar	la-vall-de-laguar	VC	A	03137	38.7766	-0.1066	3
03791	Fleix	fleix	VC	A	03137	38.7768	-0.1084	4
03791	Plana, La (Paradisorba)	plana-la-paradisorba	VC	A	03137	38.7766	-0.1066	3
03791	El Eden	el-eden	VC	A	03137	38.7766	-0.1066	3
03792	Murla	murla	VC	A	03091	38.7604	-0.0821	4
03792	Coll De Rates	coll-de-rates	VC	A	03091	38.7527	-0.0733	3
03792	Parcent	parcent	VC	A	03091	38.745	-0.0645	4
03792	Orbeta (Urbanizacion)	orbeta-urbanizacion	VC	A	03091	38.7527	-0.0733	3
03793	Castell De Castells	castell-de-castells	VC	A	03054	38.7256	-0.1924	4
03794	Benigembla	benigembla	VC	A	03029	38.7549	-0.109	4
03795	Tormos	tormos	VC	A	03131	38.8014	-0.0716	4
03795	Capso (Partida)	capso-partida	VC	A	03131	38.8062	-0.0686	3
03795	Sagra	sagra	VC	A	03131	38.811	-0.0656	4
03795	Orbeta (Nucleo)	orbeta-nucleo	VC	A	03131	38.8062	-0.0686	3
03795	Masils (Partida)	masils-partida	VC	A	03131	38.8062	-0.0686	3
03795	Trullent (Partida)	trullent-partida	VC	A	03131	38.8062	-0.0686	3
03795	Aspre (Partida)	aspre-partida	VC	A	03131	38.8062	-0.0686	3
03800	Alcoi/Alcoy	alcoi-alcoy	VC	A	03009	38.7054	-0.4743	4
03801	Alcoi/Alcoy	alcoi-alcoy	VC	A	03009	38.7054	-0.4743	4
03802	Alcoi/Alcoy	alcoi-alcoy	VC	A	03009	38.7054	-0.4743	4
03803	Alcoi/Alcoy	alcoi-alcoy	VC	A	03009	38.7054	-0.4743	4
03804	Alcoi/Alcoy	alcoi-alcoy	VC	A	03009	38.7054	-0.4743	4
03810	Benilloba	benilloba	VC	A	03035	38.7001	-0.39	4
03811	Gorga	gorga	VC	A	03073	38.719	-0.3559	4
03811	Capellans	capellans	VC	A	03073	38.7216	-0.3363	3
03811	Quatretondeta	quatretondeta	VC	A	03073	38.7242	-0.3167	4
03812	Balones	balones	VC	A	03086	38.7373	-0.3432	4
03812	Millena	millena	VC	A	03086	38.7308	-0.3627	4
03812	Benimassot	benimassot	VC	A	03086	38.75	-0.2833	4
03813	Famorca	famorca	VC	A	03068	38.731	-0.2473	4
03813	Tollos	tollos	VC	A	03068	38.7563	-0.2747	4
03813	Facheca	facheca	VC	A	03068	38.735	-0.2677	4
03814	Beniafe	beniafe	VC	A	03008	38.6905	-0.3428	3
03814	Benasau	benasau	VC	A	03008	38.6905	-0.3428	4
03814	Alcoleja	alcoleja	VC	A	03008	38.6905	-0.3428	3
03814	Ares Del Bosque	ares-del-bosque	VC	A	03008	38.6905	-0.3428	3
03815	Penaguila	penaguila	VC	A	03103	38.68	-0.3584	4
03816	Benifallim	benifallim	VC	A	03032	38.6626	-0.3999	4
03819	La Sarga	la-sarga	VC	A	03009	38.6398	-0.4661	4
03819	Casas De La Carrasca	casas-de-la-carrasca	VC	A	03009	38.6398	-0.4661	3
03819	Riau-Riau (Urbanizacion)	riau-riau-urbanizacion	VC	A	03009	38.6398	-0.4661	3
03819	Estepar, El (Urbanizacion)	estepar-el-urbanizacion	VC	A	03009	38.6398	-0.4661	3
03819	La Canaleta	la-canaleta	VC	A	03009	38.6398	-0.4661	3
03820	Alcudia	alcudia	VC	A	03056	38.7591	-0.4294	4
03820	Cocentaina	cocentaina	VC	A	03056	38.7398	-0.4398	4
03820	Alqueria-Benifloret	alqueria-benifloret	VC	A	03056	38.7494	-0.4346	3
03820	Algars	algars	VC	A	03056	38.7494	-0.4346	3
03827	Almudaina	almudaina	VC	A	03016	38.76	-0.3515	4
03827	Benillup	benillup	VC	A	03016	38.754	-0.3799	4
03827	Benimarfull	benimarfull	VC	A	03016	38.7759	-0.3908	4
03828	Margarida	margarida	VC	A	03106	38.788	-0.2991	4
03828	Benialfaqui	benialfaqui	VC	A	03106	38.7726	-0.3379	4
03828	Catamarruch	catamarruch	VC	A	03106	38.7809	-0.3206	4
03828	Planes	planes	VC	A	03106	38.7852	-0.3427	4
03829	Alqueria D'Asnar, L'	alqueria-d-asnar-l	VC	A	03056	38.7667	-0.4167	4
03830	Plana, La (Muro Alcoy) (Urbanizacion)	plana-la-muro-alcoy-urbanizacion	VC	A	03092	38.7812	-0.4361	4
03830	Muro De Alcoy	muro-de-alcoy	VC	A	03092	38.7812	-0.4361	4
03837	Agres	agres	VC	A	03003	38.7833	-0.5167	4
03838	Alfafara	alfafara	VC	A	03010	38.7734	-0.5555	4
03839	Benamer	benamer	VC	A	03092	38.7842	-0.4155	4
03839	Turballos	turballos	VC	A	03092	38.8061	-0.4417	4
03839	Alqueria De Jorda	alqueria-de-jorda	VC	A	03092	38.7931	-0.4282	3
03839	Cela De Nuñez	cela-de-nunez	VC	A	03092	38.7889	-0.4275	4
03840	Gaianes	gaianes	VC	A	03072	38.8164	-0.4088	4
03841	Alcocer De Planes	alcocer-de-planes	VC	A	03007	38.795	-0.4024	4
03850	Beniarres	beniarres	VC	A	03028	38.8202	-0.3774	4
03860	Lorcha/Orxa, L'	lorcha-orxa-l	VC	A	03084	38.85	-0.3	4
03870	Penella	penella	VC	A		38.7009	-0.4251	4
12001	Castellon De La Plana/Castello De La Pla	castellon-de-la-plana-castello-de-la-pla	VC	CS	12040	40.2108	0.0272	4
12002	Castellon De La Plana/Castello De La Pla	castellon-de-la-plana-castello-de-la-pla	VC	CS	12040	40.2108	0.0272	4
12003	Castellon De La Plana/Castello De La Pla	castellon-de-la-plana-castello-de-la-pla	VC	CS	12040	40.2108	0.0272	4
12004	Castellon De La Plana/Castello De La Pla	castellon-de-la-plana-castello-de-la-pla	VC	CS	12040	40.2108	0.0272	4
12005	Castellon De La Plana/Castello De La Pla	castellon-de-la-plana-castello-de-la-pla	VC	CS	12040	40.2108	0.0272	4
12006	Castellon De La Plana/Castello De La Pla	castellon-de-la-plana-castello-de-la-pla	VC	CS	12040	40.2108	0.0272	4
12070	Castellon De La Plana/Castello De La Pla	castellon-de-la-plana-castello-de-la-pla	VC	CS		40.2108	0.0272	4
12071	Castellon De La Plana/Castello De La Pla	castellon-de-la-plana-castello-de-la-pla	VC	CS		40.2108	0.0272	4
12080	Castellon De La Plana/Castello De La Pla	castellon-de-la-plana-castello-de-la-pla	VC	CS		40.2108	0.0272	4
12100	El Grau De Castello/Grao	el-grau-de-castello-grao	VC	CS	12005	39.877	-0.0558	4
12100	Castellon De La Plana/Castello De La Pla	castellon-de-la-plana-castello-de-la-pla	VC	CS	12005	40.2108	0.0272	4
12110	Alcora, L'	alcora-l	VC	CS	12005	40.0667	-0.2	4
12118	Useres, Les/ Useras	useres-les-useras	VC	CS	12122	40.1577	-0.1652	4
12119	Costur	costur	VC	CS	12005	40.1197	-0.1739	4
12119	Araya	araya	VC	CS	12005	40.0667	-0.2833	4
12119	Masdavall	masdavall	VC	CS	12005	40.1286	-0.1715	4
12120	Lucena Del Cid	lucena-del-cid	VC	CS	12072	40.1333	-0.2833	4
12121	La Foya	la-foya	VC	CS	12005	40.1382	-0.3889	1
12122	Figueroles	figueroles	VC	CS	12122	40.1167	-0.2333	4
12123	Giraba De Abajo	giraba-de-abajo	VC	CS	12073	40.1	-0.3833	4
12123	Cedraman	cedraman	VC	CS	12073	40.15	-0.3833	4
12123	Castillo De Villamalefa	castillo-de-villamalefa	VC	CS	12073	40.1333	-0.3833	4
12123	Ludiente	ludiente	VC	CS	12073	40.0833	-0.3667	4
12123	Giraba De Arriba	giraba-de-arriba	VC	CS	12073	40.1	-0.3667	4
12124	Bibioj	bibioj	VC	CS	12130	40.2006	-0.3882	4
12124	Villahermosa Del Rio	villahermosa-del-rio	VC	CS	12130	40.2027	-0.4199	4
12125	Zucaina	zucaina	VC	CS	12142	40.1167	-0.4167	4
12126	San Vicente De Cortes	san-vicente-de-cortes	VC	CS	12048	40.1333	-0.5	4
12127	Cortes De Arenoso	cortes-de-arenoso	VC	CS	12048	40.1881	-0.542	4
12130	Mas De Flors	mas-de-flors	VC	CS	12902	40.0674	-0.1549	4
12130	Correntilla, De (Masia)	correntilla-de-masia	VC	CS	12902	40.0636	-0.1459	3
12130	Sant Joan De Moro	sant-joan-de-moro	VC	CS	12902	40.0599	-0.1369	4
12131	Las Crevadas	las-crevadas	VC	CS	12122	40.189	-0.2164	1
12132	Atzeneta Del Maestrat	atzeneta-del-maestrat	VC	CS	12001	40.189	-0.2164	1
12133	Meanes	meanes	VC	CS	12001	40.189	-0.2164	1
12134	Xodos/Chodos	xodos-chodos	VC	CS	12025	40.2452	-0.2879	4
12134	Benafigos	benafigos	VC	CS	12025	40.2764	-0.2077	4
12135	Vistabella Del Maestrazgo	vistabella-del-maestrazgo	VC	CS	12067	40.2962	-0.2944	4
12140	Albocasser	albocasser	VC	CS	12003	40.35	0.0333	4
12150	Villafranca Del Cid	villafranca-del-cid	VC	CS	12129	40.4288	-0.2577	4
12159	Mas Llosar	mas-llosar	VC	CS	12038	40.5021	-0.1913	3
12159	Castellfort	castellfort	VC	CS	12038	40.5021	-0.1913	4
12160	Benasal	benasal	VC	CS	12026	40.3769	-0.1397	4
12160	Fuentes En Segures	fuentes-en-segures	VC	CS	12026	40.3769	-0.1397	3
12161	La Torre D'En Besora	la-torre-d-en-besora	VC	CS	12119	40.3821	-0.1259	1
12162	Vilar De Canes	vilar-de-canes	VC	CS	12134	40.3582	-0.0655	4
12163	Torre De Matella	torre-de-matella	VC	CS	12051	40.3365	-0.1657	3
12163	Culla	culla	VC	CS	12051	40.3365	-0.1657	4
12163	Sales De Matella, De (Masia)	sales-de-matella-de-masia	VC	CS	12051	40.3365	-0.1657	3
12163	Molinell	molinell	VC	CS	12051	40.3365	-0.1657	3
12163	Pla Del Sabater	pla-del-sabater	VC	CS	12051	40.3365	-0.1657	3
12163	Monllat	monllat	VC	CS	12051	40.3365	-0.1657	3
12164	Los Rosildos	los-rosildos	VC	CS	12105	40.3821	-0.1259	1
12165	Ares Del Maestrat	ares-del-maestrat	VC	CS	12014	40.4567	-0.1327	4
12165	Coll D'Ares	coll-d-ares	VC	CS	12014	40.4567	-0.1327	3
12166	Los Ibarzos	los-ibarzos	VC	CS	12105	40.3821	-0.1259	1
12170	Sant Mateu	sant-mateu	VC	CS	12100	40.4653	0.1785	4
12179	Tirig	tirig	VC	CS	12111	40.4232	0.0779	4
12180	Cabanes	cabanes	VC	CS	12033	40.156	0.0433	4
12181	Benlloch	benlloch	VC	CS	12029	40.2108	0.0272	4
12182	Collet	collet	VC	CS	12105	40.2693	-0.0189	3
12182	Sierra Engarceran	sierra-engarceran	VC	CS	12105	40.2693	-0.0189	4
12183	Vilanova D'Alcolea	vilanova-d-alcolea	VC	CS	12132	40.2318	0.0741	4
12184	Sarratella	sarratella	VC	CS	12120	40.3128	0.0315	4
12184	Torre Endomenech	torre-endomenech	VC	CS	12120	40.2636	0.07	4
12185	Mas D'En Rieres	mas-d-en-rieres	VC	CS	12050	40.3833	0.15	4
12185	Mas Dels Calduch	mas-dels-calduch	VC	CS	12050	40.3465	0.1354	3
12185	Coves De Vinroma, Les	coves-de-vinroma-les	VC	CS	12050	40.3098	0.1208	4
12185	Mas D'En Ramona	mas-d-en-ramona	VC	CS	12050	40.3465	0.1354	3
12186	La Salzadella	la-salzadella	VC	CS	12098	40.4179	0.1751	4
12190	Borriol	borriol	VC	CS	12124	40.0425	-0.0702	4
12191	La Pobla Tornesa	la-pobla-tornesa	VC	CS	12094	40.1432	-0.0594	1
12192	Vilafames	vilafames	VC	CS	12128	40.1167	-0.05	4
12193	La Baseta	la-baseta	VC	CS	12124	40.1582	-0.0702	4
12193	Pelechana, La ( Pelechaneta, La)	pelechana-la-pelechaneta-la	VC	CS	12124	40.2	-0.0667	4
12193	La Barona	la-barona	VC	CS	12124	40.1662	-0.0637	4
12194	Montalba	montalba	VC	CS	12124	40.1753	-0.0357	3
12194	Vall D'Alba	vall-d-alba	VC	CS	12124	40.1753	-0.0357	4
12200	Onda	onda	VC	CS	12084	39.9667	-0.25	4
12210	Ribesalbes	ribesalbes	VC	CS	12095	40.0167	-0.2667	4
12220	Artesa	artesa	VC	CS	12084	39.95	-0.2833	4
12221	Tales	tales	VC	CS	12109	39.9484	-0.3072	4
12222	Ain	ain	VC	CS	12002	39.9278	-0.3444	3
12222	Benitandus	benitandus	VC	CS	12002	39.95	-0.3333	4
12222	Alcudia De Veo	alcudia-de-veo	VC	CS	12002	39.9167	-0.35	4
12222	Veo	veo	VC	CS	12002	39.9167	-0.35	4
12223	Sueras/Suera	sueras-suera	VC	CS	12108	39.95	-0.3333	4
12224	Ayodar	ayodar	VC	CS	12131	40	-0.3667	4
12224	Villamalur	villamalur	VC	CS	12131	39.9667	-0.4	4
12225	Fuentes De Ayodar	fuentes-de-ayodar	VC	CS	12064	40.0333	-0.4167	4
12225	Torralba Del Pinar	torralba-del-pinar	VC	CS	12064	39.9833	-0.4333	4
12230	Fanzara	fanzara	VC	CS	12058	40.0167	-0.3167	4
12230	Vallat	vallat	VC	CS	12058	40.0375	-0.3458	3
12230	Toga	toga	VC	CS	12058	40.05	-0.3667	4
12230	Argelita	argelita	VC	CS	12058	40.05	-0.35	4
12230	Espadilla	espadilla	VC	CS	12058	40.0333	-0.35	4
12231	Cirat	cirat	VC	CS	12046	40.05	-0.45	4
12232	Torrechiva	torrechiva	VC	CS	12118	40.05	-0.4	4
12232	Arañuel	aranuel	VC	CS	12118	40.0667	-0.4833	4
12232	El Tormo	el-tormo	VC	CS	12118	40.0667	-0.4167	4
12300	Morella	morella	VC	CS	12080	40.6197	-0.0989	4
12310	Forcall	forcall	VC	CS	12061	40.6454	-0.1999	4
12311	Villores	villores	VC	CS	12087	40.6748	-0.2002	4
12311	Palanques	palanques	VC	CS	12087	40.718	-0.1794	4
12311	Zorita Del Maestrazgo	zorita-del-maestrazgo	VC	CS	12087	40.7282	-0.1667	4
12311	Ortells	ortells	VC	CS	12087	40.6918	-0.1757	4
12312	Todolella	todolella	VC	CS	12075	40.6468	-0.2468	4
12312	La Mata De Morella	la-mata-de-morella	VC	CS	12075	40.6	-0.2833	4
12312	Olocau Del Rey	olocau-del-rey	VC	CS	12075	40.6377	-0.3404	4
12313	La Pobla D'Alcolea	la-pobla-d-alcolea	VC	CS		40.6509	-0.1555	1
12314	Xiva De Morella	xiva-de-morella	VC	CS		40.6588	-0.1254	4
12315	Vallibona	vallibona	VC	CS	12127	40.603	0.0464	4
12316	Hostal Nou	hostal-nou	VC	CS		40.6509	-0.1555	1
12317	Herbes	herbes	VC	CS	12068	40.721	-0.0044	4
12318	Portell De Morella	portell-de-morella	VC	CS	12091	40.5327	-0.2625	4
12318	Cinctorres	cinctorres	VC	CS	12091	40.5833	-0.2167	4
12319	Herbeset	herbeset	VC	CS	12037	40.662	-0.0193	4
12319	Castell De Cabres	castell-de-cabres	VC	CS	12037	40.6606	0.0422	4
12320	Sant Jordi/San Jorge	sant-jordi-san-jorge	VC	CS	12099	40.5098	0.3321	1
12330	Traiguera	traiguera	VC	CS	12121	40.5251	0.2902	4
12340	La Jana	la-jana	VC	CS	12070	40.6246	-0.0811	1
12350	Canet Lo Roig	canet-lo-roig	VC	CS	12036	40.5514	0.2431	4
12360	Xert/Chert	xert-chert	VC	CS	12052	40.5194	0.1583	4
12370	Anroig	anroig	VC	CS	12052	40.5126	0.1176	4
12400	Segorbe	segorbe	VC	CS	12040	39.85	-0.4833	4
12410	Altura	altura	VC	CS	12012	39.85	-0.5167	4
12410	La Cueva Santa	la-cueva-santa	VC	CS	12012	39.85	-0.5167	3
12412	Geldo	geldo	VC	CS	12104	39.8333	-0.4667	4
12412	Villatorcas	villatorcas	VC	CS	12104	39.8333	-0.4333	4
12413	Castellnovo	castellnovo	VC	CS	12010	39.8667	-0.45	4
12413	Almedijar	almedijar	VC	CS	12010	39.8667	-0.4	4
12414	Peñalba	penalba	VC	CS	12125	39.8667	-0.4667	4
12414	Vall De Almonacid	vall-de-almonacid	VC	CS	12125	39.9	-0.45	4
12414	Algimia De Almonacid	algimia-de-almonacid	VC	CS	12125	39.9167	-0.4333	4
12415	Matet	matet	VC	CS	12065	39.9333	-0.4667	4
12415	Gaibiel	gaibiel	VC	CS	12065	39.9333	-0.4833	4
12420	Barracas	barracas	VC	CS	12020	40.0167	-0.6833	4
12428	Fuente La Reina	fuente-la-reina	VC	CS	12063	40.0667	-0.6	4
12428	Los Calpes	los-calpes	VC	CS	12063	40.0667	-0.5833	4
12428	Los Cantos	los-cantos	VC	CS	12063	40.1167	-0.6	4
12428	Puebla De Arenoso	puebla-de-arenoso	VC	CS	12063	40.1	-0.5833	4
12428	Villanueva De Viver	villanueva-de-viver	VC	CS	12063	40.05	-0.65	4
12428	La Monzona	la-monzona	VC	CS	12063	40.1167	-0.6	4
12429	Pina De Montalgrao	pina-de-montalgrao	VC	CS	12115	40.0167	-0.65	4
12429	El Toro	el-toro	VC	CS	12115	39.9833	-0.75	4
12430	Bejis	bejis	VC	CS	12022	39.9	-0.7	4
12430	Artesa De Abajo	artesa-de-abajo	VC	CS	12022	39.9	-0.7	3
12430	Artesa De Arriba	artesa-de-arriba	VC	CS	12022	39.9	-0.7	3
12430	Rios De Arriba	rios-de-arriba	VC	CS	12022	39.9	-0.7	3
12431	Toras	toras	VC	CS	12114	39.9167	-0.6833	4
12440	Caudiel	caudiel	VC	CS	12043	39.95	-0.5667	4
12447	Montan	montan	VC	CS	12078	40.0333	-0.55	4
12448	Montanejos	montanejos	VC	CS	12079	40.0667	-0.5167	4
12448	La Alqueria	la-alqueria	VC	CS	12079	40.0667	-0.5	4
12449	Pavias	pavias	VC	CS	12088	39.9667	-0.4833	4
12449	Benafer	benafer	VC	CS	12088	39.9333	-0.5667	4
12449	Higueras	higueras	VC	CS	12088	39.9833	-0.5	4
12450	Jerica	jerica	VC	CS	12071	39.9167	-0.5667	4
12450	Novaliches	novaliches	VC	CS	12071	39.9167	-0.5333	4
12460	Viver	viver	VC	CS	12140	39.9167	-0.6	4
12469	Los Canales	los-canales	VC	CS	12140	39.8889	-0.7	3
12469	Rios De Abajo	rios-de-abajo	VC	CS	12140	39.9	-0.6833	4
12469	Masada Del Sordo	masada-del-sordo	VC	CS	12140	39.8889	-0.7	3
12469	Sacañet	sacanet	VC	CS	12140	39.8667	-0.7167	4
12469	Masias De Cristo	masias-de-cristo	VC	CS	12140	39.8889	-0.7	3
12469	Masia De Los Perez	masia-de-los-perez	VC	CS	12140	39.9	-0.7	4
12469	Teresa	teresa	VC	CS	12140	39.8889	-0.7	3
12470	Navajas	navajas	VC	CS	12081	39.8833	-0.5	4
12480	Soneja	soneja	VC	CS	12106	39.8167	-0.4167	4
12489	Sot De Ferrer	sot-de-ferrer	VC	CS	12107	39.8	-0.4	4
12490	Azuebar	azuebar	VC	CS	12018	39.8333	-0.3667	4
12499	Chovar	chovar	VC	CS	12056	39.85	-0.3167	4
12500	Vinaros	vinaros	VC	CS	12138	40.4703	0.4756	4
12510	San Rafael Del Rio	san-rafael-del-rio	VC	CS	12101	40.6	0.35	4
12511	Rossell	rossell	VC	CS	12096	40.6179	0.2213	4
12512	Bel	bel	VC	CS	12096	40.6239	0.1634	4
12513	Avella, La (Cati)	avella-la-cati	VC	CS	12042	40.4716	0.0227	4
12513	Cati	cati	VC	CS	12042	40.4716	0.0227	4
12520	Nules	nules	VC	CS	12082	39.8536	-0.1564	4
12526	La Vilavella	la-vilavella	VC	CS	12136	39.8722	-0.2136	1
12527	Artana	artana	VC	CS	12016	39.891	-0.2576	4
12528	Eslida	eslida	VC	CS	12057	39.8833	-0.3	4
12529	Mascarell	mascarell	VC	CS	12082	39.8606	-0.1406	4
12530	Burriana	burriana	VC	CS	12027	39.889	-0.085	4
12530	Alquerias De Santa Barbara	alquerias-de-santa-barbara	VC	CS	12027	39.889	-0.085	3
12530	Alquerias Santa Barbara	alquerias-santa-barbara	VC	CS	12027	39.889	-0.085	3
12539	Alquerias Del Niño Perdido	alquerias-del-nino-perdido	VC	CS	12901	39.8947	-0.1294	4
12540	Vila-Real/Villarreal	vila-real-villarreal	VC	CS	12135	39.9333	-0.1	4
12549	Betxi	betxi	VC	CS	12021	39.9333	-0.2	4
12550	Almazora/Almassora	almazora-almassora	VC	CS	12009	39.95	-0.05	4
12560	Benicasim	benicasim	VC	CS	12040	40.05	0.0667	4
12560	Benicassim	benicassim	VC	CS	12040	40.05	0.0667	4
12570	Alcala De Xivert	alcala-de-xivert	VC	CS	12004	40.3	0.2333	4
12578	Cervera Del Maestre	cervera-del-maestre	VC	CS	12044	40.4537	0.2766	4
12579	Capycorp	capycorp	VC	CS	12004	40.2514	0.2843	3
12579	Alcossebre	alcossebre	VC	CS	12004	40.2514	0.2843	4
12579	Las Fuentes	las-fuentes	VC	CS	12004	40.2514	0.2843	3
12580	Benicarlo	benicarlo	VC	CS	12027	40.4165	0.4271	4
12589	Calig	calig	VC	CS	12034	40.4626	0.3552	4
12590	Almenara	almenara	VC	CS	12011	39.75	-0.2167	4
12591	Platja D'Almenara Casablanca	platja-d-almenara-casablanca	VC	CS	12074	39.7667	-0.2	3
12591	La Llosa	la-llosa	VC	CS	12074	39.7667	-0.2	4
12591	Casablanca (La Llosa)	casablanca-la-llosa	VC	CS	12074	39.7667	-0.2	4
12592	Chilches/Xilxes	chilches-xilxes	VC	CS	12053	39.7824	-0.1874	4
12593	Grao De Moncofar	grao-de-moncofar	VC	CS	12077	39.8091	-0.147	3
12593	Moncofa	moncofa	VC	CS	12077	39.8091	-0.147	4
12594	Oropesa/Oropesa Del Mar	oropesa-oropesa-del-mar	VC	CS	12085	40.1	0.15	4
12595	Torre De La Sal	torre-de-la-sal	VC	CS	12033	40.1354	0.1663	4
12595	La Ribera De Cabanes	la-ribera-de-cabanes	VC	CS	12033	40.1354	0.1663	3
12596	Torrenostra	torrenostra	VC	CS	12117	40.1937	0.2215	4
12596	Torreblanca	torreblanca	VC	CS	12117	40.2203	0.1965	4
12597	Santa Magdalena De Pulpis	santa-magdalena-de-pulpis	VC	CS	12102	40.3562	0.3026	4
12598	Peñiscola	peniscola	VC	CS	12089	40.3574	0.4069	4
12599	Ballestar	ballestar	VC	CS	12093	40.6639	0.1757	4
12599	Pobla De Benifassa	pobla-de-benifassa	VC	CS	12093	40.6848	0.1377	3
12599	Corachar	corachar	VC	CS	12093	40.6898	0.0846	4
12599	Fredes	fredes	VC	CS	12093	40.7054	0.1709	4
12599	Las Casas Del Rio	las-casas-del-rio	VC	CS	12093	40.6848	0.1377	3
12599	Boixar	boixar	VC	CS	12093	40.6799	0.1197	4
12600	La Vall D'Uixo	la-vall-d-uixo	VC	CS	12126	39.8333	-0.2667	1
12609	Alfondeguilla	alfondeguilla	VC	CS	12007	39.8333	-0.2667	4
46001	Valencia	valencia	VC	V	46250	39.4698	-0.3774	4
46002	Valencia	valencia	VC	V	46250	39.4698	-0.3774	4
46003	Valencia	valencia	VC	V	46250	39.4698	-0.3774	4
46004	Valencia	valencia	VC	V	46250	39.4698	-0.3774	4
46005	Valencia	valencia	VC	V	28079	39.4698	-0.3774	4
46006	Valencia	valencia	VC	V	46250	39.4698	-0.3774	4
46007	Valencia	valencia	VC	V	46250	39.4698	-0.3774	4
46008	Valencia	valencia	VC	V	46250	39.4698	-0.3774	4
46009	Valencia	valencia	VC	V	46250	39.4698	-0.3774	4
46010	Valencia	valencia	VC	V	46250	39.4698	-0.3774	4
46011	Valencia	valencia	VC	V	46250	39.4698	-0.3774	4
46012	Valencia	valencia	VC	V	46250	39.4698	-0.3774	4
46013	Valencia	valencia	VC	V	46250	39.4698	-0.3774	4
46014	Valencia	valencia	VC	V	46250	39.4698	-0.3774	4
46015	Valencia	valencia	VC	V	46250	39.4698	-0.3774	4
46016	Valencia	valencia	VC	V	46237	39.4698	-0.3774	4
46017	Valencia	valencia	VC	V	46250	39.4698	-0.3774	4
46018	Valencia	valencia	VC	V	46250	39.4698	-0.3774	4
46019	Valencia	valencia	VC	V	46250	39.4698	-0.3774	4
46020	Valencia	valencia	VC	V	46250	39.4698	-0.3774	4
46021	Valencia	valencia	VC	V	46250	39.4698	-0.3774	4
46022	Valencia	valencia	VC	V	46250	39.4698	-0.3774	4
46023	Valencia	valencia	VC	V	46250	39.4698	-0.3774	4
46024	Valencia	valencia	VC	V	46250	39.4698	-0.3774	4
46025	Valencia	valencia	VC	V	46250	39.4698	-0.3774	4
46026	Valencia	valencia	VC	V	46250	39.4698	-0.3774	4
46035	Valencia	valencia	VC	V	46250	39.5	-0.4167	3
46035	Benimamet	benimamet	VC	V	46250	39.5	-0.4167	4
46070	Valencia	valencia	VC	V		39.4698	-0.3774	4
46071	Valencia	valencia	VC	V		39.4698	-0.3774	4
46080	Valencia	valencia	VC	V		39.4698	-0.3774	4
46100	Burjassot	burjassot	VC	V	46078	39.5167	-0.4167	4
46110	Campo Olivar	campo-olivar	VC	V	46135	39.5333	-0.4167	3
46110	Godella	godella	VC	V	46135	39.5333	-0.4167	4
46111	Rocafort	rocafort	VC	V	46216	39.5333	-0.4	4
46111	Santa Barbara (Urbanitzacio)	santa-barbara-urbanitzacio	VC	V	46216	39.5333	-0.4	3
46112	Masarrochos	masarrochos	VC	V	46250	39.5333	-0.4	4
46113	Moncada	moncada	VC	V	46171	39.5456	-0.3955	4
46114	Vinalesa	vinalesa	VC	V	46260	39.5333	-0.3667	4
46115	Alfara Del Patriarca	alfara-del-patriarca	VC	V	46025	39.55	-0.3833	4
46116	San Isidro De Benageber	san-isidro-de-benageber	VC	V		39.5729	-0.4112	1
46116	Masias	masias	VC	V		39.5729	-0.4112	1
46117	Betera	betera	VC	V	46070	39.5833	-0.45	4
46117	Benagolf (San Antonio) (Urbanizacion)	benagolf-san-antonio-urbanizacion	VC	V	46070	39.5833	-0.45	3
46117	Benagolf (Betera) (Urbanizacion)	benagolf-betera-urbanizacion	VC	V	46070	39.5833	-0.45	4
46117	Vall De Flors (Urbanitzacio)	vall-de-flors-urbanitzacio	VC	V	46070	39.5833	-0.45	3
46118	Cartuja De Portaceli	cartuja-de-portaceli	VC	V	46228	39.6833	-0.4333	3
46118	Serra	serra	VC	V	46228	39.6833	-0.4333	4
46118	Porta Coeli	porta-coeli	VC	V	46228	39.6833	-0.4333	3
46119	Naquera	naquera	VC	V	46178	39.65	-0.4167	4
46120	Alboraya	alboraya	VC	V	46013	39.5	-0.35	4
46127	Campamento Militar De Betera	campamento-militar-de-betera	VC	V		39.5	-0.35	1
46130	Massamagrell	massamagrell	VC	V	46164	39.5667	-0.3333	4
46131	Bonrepos I Mirambell	bonrepos-i-mirambell	VC	V	46250	39.5167	-0.3667	4
46131	Casas De Barcena	casas-de-barcena	VC	V	46250	39.5167	-0.3667	3
46132	Almassera	almassera	VC	V	46032	39.5167	-0.35	4
46133	Meliana	meliana	VC	V	46166	39.5333	-0.3333	4
46134	Foios	foios	VC	V	46126	39.5333	-0.35	4
46134	Cuiper	cuiper	VC	V	46126	39.5333	-0.35	3
46135	Emperador	emperador	VC	V	46250	39.55	-0.3333	4
46135	Albalat Dels Sorells	albalat-dels-sorells	VC	V	46250	39.5333	-0.35	4
46135	Mahuella Tauladella Rafalell Y Vistabella	mahuella-tauladella-rafalell-y-vistabella	VC	V	46250	39.5417	-0.3417	3
46136	Museros	museros	VC	V	46177	39.5667	-0.35	4
46137	Puebla De Farnals (Playa)	puebla-de-farnals-playa	VC	V	46199	39.5396	-0.3458	1
46138	Rafelbuñol/Rafelbunyol	rafelbunol-rafelbunyol	VC	V	46207	39.5396	-0.3458	1
46139	La Pobla De Farnals	la-pobla-de-farnals	VC	V	46199	39.5396	-0.3458	1
46140	Val De La Sabina	val-de-la-sabina	VC	V	46001	40.05	-1.2333	4
46140	Arroyo Cerezo	arroyo-cerezo	VC	V	46001	40.1167	-1.4167	4
46140	Sesga	sesga	VC	V	46001	40.0333	-1.1833	4
46140	Mas Del Olmo	mas-del-olmo	VC	V	46001	40.0667	-1.1667	4
46140	Ademuz	ademuz	VC	V	46001	40.0614	-1.2868	4
46140	Puebla De San Miguel	puebla-de-san-miguel	VC	V	46001	40.05	-1.1333	4
46141	Castielfabib	castielfabib	VC	V	46092	40.1308	-1.304	4
46141	Cuesta Del Rato	cuesta-del-rato	VC	V	46092	40.15	-1.3	4
46142	Los Santos	los-santos	VC	V		40.1	-1.2833	4
46143	Torrebaja	torrebaja	VC	V	46242	40.0297	-1.1536	1
46144	Mas De Jacinto	mas-de-jacinto	VC	V		40.1333	-1.25	4
46144	Torrealta	torrealta	VC	V		40.1333	-1.25	3
46145	Vallanca	vallanca	VC	V	46252	40.0667	-1.3333	4
46145	Negron	negron	VC	V	46252	40.0333	-1.35	4
46146	Casas Bajas	casas-bajas	VC	V	46088	40.0167	-1.2667	4
46147	Casas Altas	casas-altas	VC	V	46087	40.0333	-1.2667	4
46148	Algimia De Alfara	algimia-de-alfara	VC	V	46030	39.75	-0.3667	4
46149	Gilet	gilet	VC	V	46134	39.6833	-0.3167	4
46149	Santo Espiritu Del Monte	santo-espiritu-del-monte	VC	V	46134	39.6833	-0.3167	3
46150	Campamento De Marines	campamento-de-marines	VC	V		39.6876	-0.7751	1
46160	Vanacloig	vanacloig	VC	V	46147	39.6667	-0.8167	4
46160	Lliria	lliria	VC	V	46147	39.6333	-0.6	4
46162	Oset De Andilla	oset-de-andilla	VC	V	46141	39.8167	-0.7667	4
46162	Andilla	andilla	VC	V	46141	39.8333	-0.8	4
46162	Higueruelas	higueruelas	VC	V	46141	39.7833	-0.85	4
46162	Pobleta De Andilla	pobleta-de-andilla	VC	V	46141	39.8333	-0.8167	4
46162	Artaj	artaj	VC	V	46141	39.8	-0.7833	4
46163	Marines Viejo	marines-viejo	VC	V	46161	39.7416	-0.531	4
46163	Marines	marines	VC	V	46161	39.7416	-0.531	4
46164	Pedralba	pedralba	VC	V	46191	39.6	-0.7167	4
46165	Bugarra	bugarra	VC	V	46076	39.6167	-0.7667	4
46166	Gestalgar	gestalgar	VC	V	46133	39.6	-0.8333	4
46167	Chulilla	chulilla	VC	V	46112	39.65	-0.8833	4
46168	Sot De Chera	sot-de-chera	VC	V	46234	39.6333	-0.9	4
46168	Losa Del Obispo	losa-del-obispo	VC	V	46234	39.7	-0.8667	4
46169	Olocau	olocau	VC	V	46902	39.7	-0.5333	4
46169	Gatova	gatova	VC	V	46902	39.7667	-0.5167	4
46170	Villar Del Arzobispo	villar-del-arzobispo	VC	V	46258	39.7333	-0.8167	4
46171	Casinos	casinos	VC	V	46089	39.7	-0.7	4
46172	Alcublas	alcublas	VC	V	46018	39.8	-0.7	4
46173	Benageber	benageber	VC	V	46149	39.7167	-1.1	4
46174	Domeño	domeno	VC	V	46114	39.6611	-0.6708	4
46175	Calles	calles	VC	V	46079	39.7212	-0.9706	4
46175	Domeño Antiguo	domeno-antiguo	VC	V	46079	39.7212	-0.9706	3
46176	Ahillas	ahillas	VC	V	46106	39.8167	-0.9667	4
46176	Chelva	chelva	VC	V	46106	39.7493	-0.9968	4
46176	Ermitorio Del Remedio	ermitorio-del-remedio	VC	V	46106	39.783	-0.9818	3
46176	Torrecilla	torrecilla	VC	V	46106	39.783	-0.9818	3
46177	Tuejar	tuejar	VC	V	46247	39.7667	-1.0333	4
46178	El Chopo	el-chopo	VC	V	46262	39.9	-0.9833	4
46178	Titaguas	titaguas	VC	V	46262	39.8667	-1.0833	4
46178	La Carrasca	la-carrasca	VC	V	46262	39.8667	-1.0333	4
46178	La Canaleja	la-canaleja	VC	V	46262	39.95	-0.9833	4
46178	Campo Arriba	campo-arriba	VC	V	46262	39.8667	-1.05	4
46178	Alpuente	alpuente	VC	V	46262	39.8667	-1.0167	4
46178	Corcolilla	corcolilla	VC	V	46262	39.9167	-1.0167	4
46178	Collado De Alpuente	collado-de-alpuente	VC	V	46262	39.9667	-1.0333	4
46178	La Almeza	la-almeza	VC	V	46262	39.9333	-1	4
46178	Baldovar De Alpuente	baldovar-de-alpuente	VC	V	46262	39.9	-1.0333	4
46178	Cuevarruz, La (Alpuente)	cuevarruz-la-alpuente	VC	V	46262	39.8985	-1.0227	3
46178	Campo Abajo	campo-abajo	VC	V	46262	39.85	-1.0167	4
46178	La Yesa	la-yesa	VC	V	46262	39.8985	-1.0227	3
46178	El Hontanar	el-hontanar	VC	V	46262	39.8985	-1.0227	3
46178	Cuevarruz, La (La Yesa)	cuevarruz-la-la-yesa	VC	V	46262	39.8985	-1.0227	3
46178	La Hortichuela	la-hortichuela	VC	V	46262	39.8985	-1.0227	3
46179	Losilla De Aras	losilla-de-aras	VC	V	46041	39.9167	-1.1333	3
46179	Aras De Los Olmos	aras-de-los-olmos	VC	V	46041	39.9167	-1.1333	4
46180	Benaguasil	benaguasil	VC	V	46051	39.6	-0.5833	4
46181	Benisano	benisano	VC	V	46067	39.6167	-0.5667	4
46182	La Cañada	la-canada	VC	V	46190	39.5333	-0.4833	4
46182	Vallesa, La (Urbanizacion)	vallesa-la-urbanizacion	VC	V	46190	39.5333	-0.4833	3
46183	Eliana, L'	eliana-l	VC	V	46116	39.5667	-0.5333	4
46184	Cumbres De San Antonio (San Antonio) (Urbanizacion)	cumbres-de-san-antonio-san-antonio-urbanizacion	VC	V	46903	39.5833	-0.5433	1
46184	San Antonio De Benageber	san-antonio-de-benageber	VC	V	46903	39.5833	-0.5433	1
46184	Cumbres De San Antonio (Betera) (Urbanizacion)	cumbres-de-san-antonio-betera-urbanizacion	VC	V	46903	39.5833	-0.5433	1
46185	La Pobla De Vallbona	la-pobla-de-vallbona	VC	V	46202	39.6	-0.55	4
46185	Montecolorado (Urbanizacion)	montecolorado-urbanizacion	VC	V	46202	39.6	-0.55	3
46190	Riba-Roja De Turia	riba-roja-de-turia	VC	V	46214	39.5167	-0.5167	4
46191	Vilamarxant	vilamarxant	VC	V	46256	39.5667	-0.6167	4
46192	Monserrat	monserrat	VC	V	46172	39.3667	-0.6	4
46193	Montroy	montroy	VC	V	46176	39.3333	-0.6167	4
46194	Real	real	VC	V	46212	39.3333	-0.6	4
46195	Llombai	llombai	VC	V	46156	39.2833	-0.5667	4
46196	Catadau	catadau	VC	V	46093	39.2667	-0.5667	4
46197	Alfarp	alfarp	VC	V	46026	39.2833	-0.55	4
46198	Millares	millares	VC	V	46115	39.25	-0.7667	4
46198	Dos Aguas	dos-aguas	VC	V	46115	39.2833	-0.8	4
46199	La Cabezuela	la-cabezuela	VC	V	46167	39.3167	-1.05	4
46199	Casas De Herrero	casas-de-herrero	VC	V	46167	39.3	-0.9611	3
46199	Viñuelas	vinuelas	VC	V	46167	39.3333	-1	4
46199	El Oro	el-oro	VC	V	46167	39.3	-0.9167	4
46199	Cortes De Pallas	cortes-de-pallas	VC	V	46167	39.25	-0.9333	4
46199	Castilblanques	castilblanques	VC	V	46167	39.3167	-1.0167	4
46199	Otonel	otonel	VC	V	46167	39.2833	-0.85	4
46200	Paiporta	paiporta	VC	V	46186	39.4333	-0.4167	4
46210	Picanya	picanya	VC	V	46193	39.4333	-0.4333	4
46220	Picassent	picassent	VC	V	46015	39.3667	-0.45	4
46220	Alter, L'	alter-l	VC	V	46015	39.3667	-0.45	3
46225	Centro Penitenciario Picassent	centro-penitenciario-picassent	VC	V		39.3583	-0.4583	1
46229	Fuente Del Omet	fuente-del-omet	VC	V		39.35	-0.4667	4
46230	San Patricio (Urbanizacion)	san-patricio-urbanizacion	VC	V	46031	39.2722	-0.4944	3
46230	Alginet	alginet	VC	V	46031	39.2667	-0.4667	4
46230	Lagos, Los (Alginet) (Urbanizacion)	lagos-los-alginet-urbanizacion	VC	V	46031	39.2667	-0.4667	4
46230	Lagos, Los (Alfarp) (Urbanizacion)	lagos-los-alfarp-urbanizacion	VC	V	46031	39.2833	-0.55	4
46240	Carlet	carlet	VC	V	46085	39.2333	-0.5167	4
46240	Ausias March (Urbanizacion)	ausias-march-urbanizacion	VC	V	46085	39.2333	-0.5167	3
46249	Villarrubia De Carlet	villarrubia-de-carlet	VC	V		39.2333	-0.5167	1
46250	Alcudia, L'	alcudia-l	VC	V	46220	39.1667	-0.5167	3
46250	Montortal	montortal	VC	V	46220	39.1667	-0.5167	4
46260	Alberic	alberic	VC	V	46011	39.1167	-0.5167	4
46266	Antella	antella	VC	V	46040	39.0798	-0.5919	4
46267	Gavarda	gavarda	VC	V	46130	39.0833	-0.55	4
46268	La Garrofera De Alzira	la-garrofera-de-alzira	VC	V	46017	39.1048	-0.5616	1
46269	Tous	tous	VC	V	46246	39.1395	-0.5878	4
46270	Villanueva De Castellon	villanueva-de-castellon	VC	V	46257	39.0774	-0.5117	4
46290	Alcasser	alcasser	VC	V	46015	39.3667	-0.4333	4
46291	Benimodo	benimodo	VC	V	46063	39.2167	-0.5333	4
46292	Massalaves	massalaves	VC	V	46162	39.1438	-0.5226	4
46293	Alcantera De Xuquer	alcantera-de-xuquer	VC	V	46016	39.0667	-0.55	4
46293	Beneixida	beneixida	VC	V	46016	39.0667	-0.55	4
46294	Cotes	cotes	VC	V	46084	39.0701	-0.5745	4
46294	Carcer	carcer	VC	V	46084	39.0667	-0.5667	4
46295	Sumacarcer	sumacarcer	VC	V	46236	39.1	-0.6333	4
46295	Sellent	sellent	VC	V	46236	39.0322	-0.5878	4
46300	Utiel	utiel	VC	V	46249	39.5667	-1.2	4
46300	Aldea De Estenas	aldea-de-estenas	VC	V	46249	39.5667	-1.2	3
46310	Las Monjas	las-monjas	VC	V	46254	39.4667	-1.3	4
46310	Casas De Moya	casas-de-moya	VC	V	46254	39.4667	-1.4	4
46310	Casas De Pradas	casas-de-pradas	VC	V	46254	39.45	-1.3333	4
46310	Casas Del Rey	casas-del-rey	VC	V	46254	39.4833	-1.3833	4
46310	Los Marcos	los-marcos	VC	V	46254	39.47	-1.3533	3
46310	Venta Del Moro	venta-del-moro	VC	V	46254	39.4833	-1.35	4
46311	Jaraguas	jaraguas	VC	V	46254	39.5333	-1.3667	4
46312	Casas De Medina	casas-de-medina	VC	V	46249	39.5264	-1.325	1
46313	Los Corrales	los-corrales	VC	V	46249	39.6	-1.2667	4
46313	Cuevas, Las (Utiel)	cuevas-las-utiel	VC	V	46249	39.5667	-1.2	4
46313	Las Casas	las-casas	VC	V	46249	39.5833	-1.2667	4
46314	Fuenterrobles	fuenterrobles	VC	V	46129	39.5833	-1.35	4
46315	Caudete De Las Fuentes	caudete-de-las-fuentes	VC	V	46095	39.5667	-1.25	4
46317	Villargordo Del Cabriel	villargordo-del-cabriel	VC	V	46259	39.5333	-1.4333	4
46320	Sinarcas	sinarcas	VC	V	46232	39.7333	-1.2333	4
46321	Torre, Aldea De La	torre-aldea-de-la	VC	V	46249	39.7333	-1.2333	1
46330	Camporrobles	camporrobles	VC	V	46080	39.65	-1.4	4
46339	La Loberuela	la-loberuela	VC	V		39.6667	-1.3333	4
46340	Requena	requena	VC	V	46213	39.4883	-1.1004	4
46350	Chera	chera	VC	V	46108	39.6	-0.9667	4
46351	Villar De Tejas	villar-de-tejas	VC	V	46106	39.6333	-1.0833	4
46351	Villar De Olmos	villar-de-olmos	VC	V	46106	39.6	-1.0667	4
46351	Las Nogueras	las-nogueras	VC	V	46106	39.5833	-1.0833	4
46351	Cañada, La (Requena)	canada-la-requena	VC	V	46106	39.6056	-1.0778	3
46352	Los Duques	los-duques	VC	V	46213	39.4333	-1.2	4
46352	Casas De Eufemia	casas-de-eufemia	VC	V	46213	39.4333	-1.1833	3
46352	Campo Arcis	campo-arcis	VC	V	46213	39.4333	-1.1667	4
46353	Los Ruices	los-ruices	VC	V	46213	39.4667	-1.25	4
46354	Los Cojos	los-cojos	VC	V	46213	39.4167	-1.3	4
46354	Penen De Albosa	penen-de-albosa	VC	V	46213	39.4167	-1.2917	3
46354	Los Isidros	los-isidros	VC	V	46213	39.4167	-1.2833	4
46355	Casas De Juan Vich	casas-de-juan-vich	VC	V	46213	39.3333	-1.0667	3
46355	Casas De Sotos	casas-de-sotos	VC	V	46213	39.3333	-1.0667	4
46355	Los Pedrones	los-pedrones	VC	V	46213	39.3333	-1.0667	3
46356	Casas Del Rio	casas-del-rio	VC	V	46213	39.3	-1.1333	4
46357	Hortunas	hortunas	VC	V	46213	39.4	-1.0333	4
46357	La Portera	la-portera	VC	V	46213	39.4	-1.1	4
46357	El Ponton	el-ponton	VC	V	46213	39.4	-1.0667	3
46357	Azagador	azagador	VC	V	46213	39.4	-1.0667	3
46360	Buñol	bunol	VC	V	46077	39.4167	-0.7833	4
46367	Yatova	yatova	VC	V	46261	39.3833	-0.8	4
46368	Macastre	macastre	VC	V	46158	39.3833	-0.7833	4
46369	Alborache	alborache	VC	V	46012	39.3833	-0.7667	4
46370	Chiva	chiva	VC	V	46111	39.4667	-0.7167	4
46380	Cheste	cheste	VC	V	46109	39.4833	-0.6833	4
46388	Godelleta	godelleta	VC	V	46136	39.4167	-0.6833	4
46389	Conde Cortichelles, Del (Masia)	conde-cortichelles-del-masia	VC	V	46248	39.3833	-0.7	3
46389	Turis	turis	VC	V	46248	39.3833	-0.7	4
46390	San Juan De Requena	san-juan-de-requena	VC	V	46213	39.5333	-1.1667	4
46390	Roma	roma	VC	V	46213	39.5167	-1.15	4
46390	Calderon	calderon	VC	V	46213	39.5333	-1.1833	4
46390	Chicanos	chicanos	VC	V	46213	39.5222	-1.1611	3
46390	San Antonio De Requena	san-antonio-de-requena	VC	V	46213	39.5333	-1.15	4
46390	Derramador	derramador	VC	V	46213	39.5	-1.15	4
46390	Barrio Arroyo	barrio-arroyo	VC	V	46213	39.5167	-1.1667	4
46391	El Rebollar	el-rebollar	VC	V	46213	39.5278	-1.0407	1
46392	Siete Aguas	siete-aguas	VC	V	46229	39.4667	-0.9167	4
46393	Loriguilla	loriguilla	VC	V	46148	39.6833	-0.9167	4
46394	Ventas De Poyo	ventas-de-poyo	VC	V		39.4667	-0.5667	4
46394	Oliveral, Del (Masia)	oliveral-del-masia	VC	V		39.4667	-0.5667	3
46400	Cullera	cullera	VC	V	46105	39.1667	-0.25	4
46408	Faro De Cullera	faro-de-cullera	VC	V	46105	39.1824	-0.2201	4
46408	El Dosel	el-dosel	VC	V	46105	39.1995	-0.235	3
46408	Mareny De San Lorenzo	mareny-de-san-lorenzo	VC	V	46105	39.2167	-0.25	4
46409	El Brosquil	el-brosquil	VC	V	46105	39.1201	-0.2434	4
46409	El Estany	el-estany	VC	V	46105	39.1201	-0.2434	3
46409	El Marenyet	el-marenyet	VC	V	46105	39.1201	-0.2434	3
46410	Sueca	sueca	VC	V	46235	39.2026	-0.3111	4
46417	Riola	riola	VC	V	46215	39.2	-0.3333	4
46418	Fortaleny	fortaleny	VC	V	46125	39.1833	-0.3	4
46419	Mareny Blau	mareny-blau	VC	V	46235	39.1953	-0.3148	1
46419	Palmeretes, Les	palmeretes-les	VC	V	46235	39.1953	-0.3148	1
46419	Mareny De Les Barraquetes	mareny-de-les-barraquetes	VC	V	46235	39.1953	-0.3148	1
46419	Mareny De Vilches	mareny-de-vilches	VC	V	46235	39.1953	-0.3148	1
46420	El Perello	el-perello	VC	V	46235	39.2772	-0.2757	4
46430	Sollana	sollana	VC	V	46233	39.2833	-0.3667	4
46439	Romani	romani	VC	V	46233	39.2833	-0.3667	1
46440	Almussafes	almussafes	VC	V	46035	39.2833	-0.4167	4
46450	Benifaio	benifaio	VC	V	46204	39.2844	-0.426	4
46460	Silla	silla	VC	V	46230	39.3667	-0.4167	4
46469	Beniparrell	beniparrell	VC	V	46065	39.3833	-0.4167	4
46470	Albal	albal	VC	V	46094	39.4	-0.4167	4
46470	Massanassa	massanassa	VC	V	46094	39.4167	-0.4	4
46470	Catarroja	catarroja	VC	V	46094	39.4	-0.4	4
46500	Sagunt/Sagunto	sagunt-sagunto	VC	V	46220	39.6833	-0.2667	4
46501	Petres	petres	VC	V	46192	39.6833	-0.3	4
46510	Quartell	quartell	VC	V	46103	39.7333	-0.2667	4
46511	Benifairo De Les Valls	benifairo-de-les-valls	VC	V	46058	39.7333	-0.2667	4
46512	Faura	faura	VC	V	46122	39.7167	-0.25	4
46513	Estacion De Los Valles	estacion-de-los-valles	VC	V		39.7167	-0.2333	4
46514	Benavites	benavites	VC	V	46052	39.7333	-0.25	4
46515	Quart De Les Valls	quart-de-les-valls	VC	V	46101	39.7333	-0.2667	4
46520	Almarda, De (Playa)	almarda-de-playa	VC	V	46220	39.6622	-0.2175	3
46520	Puerto De Sagunto	puerto-de-sagunto	VC	V	46220	39.6622	-0.2175	4
46529	Canet D'En Berenguer	canet-d-en-berenguer	VC	V	46082	39.6833	-0.2167	4
46530	Puçol	pucol	VC	V	46220	39.6167	-0.3	4
46540	El Puig	el-puig	VC	V	46204	39.5887	-0.3033	4
46540	Puig, Del (Playa)	puig-del-playa	VC	V	46204	39.5887	-0.3033	3
46550	Albuixech	albuixech	VC	V	46014	39.55	-0.3167	4
46560	Massalfassar	massalfassar	VC	V	46163	39.5667	-0.3167	4
46590	Estivella	estivella	VC	V	46120	39.7167	-0.35	4
46591	Albalat Dels Taronchers	albalat-dels-taronchers	VC	V	46010	39.7	-0.3333	4
46592	Segart	segart	VC	V	46224	39.6833	-0.3667	4
46593	Algar De Palancia	algar-de-palancia	VC	V	46028	39.7833	-0.3667	4
46594	Alfara De La Baronia	alfara-de-la-baronia	VC	V	46024	39.75	-0.3667	4
46595	Torres-Torres	torres-torres	VC	V	46245	39.7333	-0.35	4
46600	Alzira	alzira	VC	V	46017	39.15	-0.4333	4
46610	Guadassuar	guadassuar	VC	V	46139	39.1833	-0.4667	4
46611	Benimuslem	benimuslem	VC	V	46064	39.1316	-0.4929	4
46612	Corbera	corbera	VC	V	46098	39.15	-0.35	4
46613	Llauri	llauri	VC	V	46155	39.1467	-0.3294	4
46614	Favara	favara	VC	V	46123	39.1167	-0.2833	4
46620	Ayora	ayora	VC	V	46044	39.0585	-1.0563	4
46621	San Benito	san-benito	VC	V	46263	38.9436	-1.1084	4
46621	Casas De Madrona	casas-de-madrona	VC	V	46263	38.9773	-1.0755	4
46621	Zarra	zarra	VC	V	46263	39.0918	-1.0753	4
46622	Teresa De Cofrentes	teresa-de-cofrentes	VC	V	46239	39.1056	-1.051	4
46623	Jarafuel	jarafuel	VC	V	46144	39.1401	-1.0731	4
46624	Jalance	jalance	VC	V	46142	39.2	-1.0667	4
46625	Cofrentes	cofrentes	VC	V	46097	39.2293	-1.0606	4
46625	Hervideros De Cofrentes	hervideros-de-cofrentes	VC	V	46097	39.2293	-1.0606	3
46625	Salto De Cofrentes	salto-de-cofrentes	VC	V	46097	39.2293	-1.0606	3
46630	La Font De La Figuera	la-font-de-la-figuera	VC	V	46128	38.8	-0.8833	4
46635	Fontanars Dels Alforins	fontanars-dels-alforins	VC	V	46124	38.7833	-0.7833	4
46635	Casas De Vidal	casas-de-vidal	VC	V	46124	38.7833	-0.7833	3
46635	Las Pedradas	las-pedradas	VC	V	46124	38.7833	-0.7833	3
46635	Poblet	poblet	VC	V	46124	38.7833	-0.7833	3
46640	Mogente/Moixent	mogente-moixent	VC	V	46170	39.0618	-0.6295	1
46650	Canals	canals	VC	V	46081	38.9625	-0.5844	4
46659	Ayacor	ayacor	VC	V	46081	38.9728	-0.5753	4
46659	Torre De Cerda	torre-de-cerda	VC	V	46081	38.9843	-0.5759	4
46660	Manuel	manuel	VC	V	46160	39.0506	-0.4898	4
46666	Rafelguaraf	rafelguaraf	VC	V	46209	39.0513	-0.4554	4
46666	Riu Rau	riu-rau	VC	V	46209	39.0533	-0.4603	3
46666	Berfull	berfull	VC	V	46209	39.0553	-0.4652	4
46667	Barxeta	barxeta	VC	V	46045	39.0167	-0.4167	4
46668	Tosalnou	tosalnou	VC	V	46151	39.0463	-0.4682	4
46668	Llocnou D'En Fenollet	llocnou-d-en-fenollet	VC	V	46151	39.0136	-0.4666	4
46669	Sant Joanet	sant-joanet	VC	V	46227	39.0689	-0.4935	3
46669	Senyera	senyera	VC	V	46227	39.0667	-0.5	4
46669	Enova, L'	enova-l	VC	V	46227	39.071	-0.487	4
46670	La Pobla Llarga	la-pobla-llarga	VC	V	46203	39.0833	-0.4667	4
46680	Carrascalet	carrascalet	VC	V	46029	39.1833	-0.4333	3
46680	Algemesi	algemesi	VC	V	46029	39.1833	-0.4333	4
46687	Albalat De La Ribera	albalat-de-la-ribera	VC	V	46008	39.2	-0.3833	4
46688	Polinya De Xuquer	polinya-de-xuquer	VC	V	46197	39.2	-0.3667	4
46689	Benicull De Xuquer	benicull-de-xuquer	VC	V	46904	39.1833	-0.3833	4
46690	Alcudia De Crespins, L'	alcudia-de-crespins-l	VC	V	46020	38.9667	-0.5833	4
46691	Vallada	vallada	VC	V	46251	38.8957	-0.691	4
46692	Montesa	montesa	VC	V	46174	38.9503	-0.652	4
46700	Gandia	gandia	VC	V		38.9667	-0.1833	4
46701	Gandia	gandia	VC	V	46131	38.9667	-0.1833	4
46702	Gandia	gandia	VC	V	46131	38.9667	-0.1833	4
46703	Gandia	gandia	VC	V	46066	38.9667	-0.1833	4
46710	Daimus	daimus	VC	V	46113	38.9667	-0.15	4
46710	Daimus, De (Playa)	daimus-de-playa	VC	V	46113	38.9667	-0.15	3
46711	Miramar	miramar	VC	V	46168	38.9504	-0.1401	4
46711	Guardamar De La Safor	guardamar-de-la-safor	VC	V	46168	38.9504	-0.1401	3
46711	Miramar, De (Playa)	miramar-de-playa	VC	V	46168	38.9504	-0.1401	3
46712	Piles	piles	VC	V	46195	38.9414	-0.1329	4
46712	Piles, De (Playa)	piles-de-playa	VC	V	46195	38.9167	-0.0833	4
46713	Bellreguard Poble	bellreguard-poble	VC	V	46048	38.94	-0.1397	1
46713	Bellreguard, De (Playa)	bellreguard-de-playa	VC	V	46048	38.94	-0.1397	1
46714	Palmera	palmera	VC	V	46188	38.9393	-0.1541	4
46715	Alqueria De La Comtessa, L'/Alqueria De La Condesa	alqueria-de-la-comtessa-l-alqueria-de-la-condesa	VC	V	46037	38.9333	-0.15	4
46716	Rafelcofer	rafelcofer	VC	V	46208	38.9325	-0.1677	4
46717	La Font D'En Carros	la-font-d-en-carros	VC	V	46089	38.94	-0.1397	1
46720	Villalonga	villalonga	VC	V	46255	38.8857	-0.2079	4
46721	Potries	potries	VC	V	46198	38.9162	-0.1959	4
46722	Benifla	benifla	VC	V	46061	38.9281	-0.1782	4
46722	Beniarjo	beniarjo	VC	V	46061	38.9325	-0.1863	4
46723	Almoines	almoines	VC	V	46034	38.9432	-0.1816	4
46724	Palma De Gandia	palma-de-gandia	VC	V	46187	38.9267	-0.2203	4
46725	Rotova	rotova	VC	V	46023	38.9321	-0.2577	4
46725	Alfauir	alfauir	VC	V	46023	38.9333	-0.25	4
46726	Llocnou De Sant Jeroni	llocnou-de-sant-jeroni	VC	V	46091	38.9167	-0.2833	4
46726	Almisera	almisera	VC	V	46091	38.9167	-0.2833	4
46726	Castellonet De La Conquesta	castellonet-de-la-conquesta	VC	V	46091	38.9167	-0.2667	4
46727	Real De Gandia	real-de-gandia	VC	V	46211	38.9482	-0.1924	4
46728	Marchuquera	marchuquera	VC	V	46131	38.9912	-0.2427	4
46728	Gandia	gandia	VC	V	46131	38.9667	-0.1833	4
46729	Montecorona (Urbanitzacio)	montecorona-urbanitzacio	VC	V	46002	38.6912	0.0952	4
46729	Ador	ador	VC	V	46002	38.9182	-0.2225	4
46730	Moli Santa Maria	moli-santa-maria	VC	V	46131	38.975	-0.1667	3
46730	Puerto De Gandia	puerto-de-gandia	VC	V	46131	38.9833	-0.15	4
46730	Gandia	gandia	VC	V	46131	38.9667	-0.1833	4
46740	Carcaixent	carcaixent	VC	V	46083	39.1333	-0.45	4
46749	Cogullada	cogullada	VC	V	46083	39.1333	-0.45	1
46750	Simat De La Valldigna	simat-de-la-valldigna	VC	V	46231	39.0333	-0.3167	4
46758	Barx	barx	VC	V	46046	39.0167	-0.3	4
46758	La Drova	la-drova	VC	V	46046	39.0038	-0.2835	4
46758	La Puigmola	la-puigmola	VC	V	46046	39.0102	-0.2917	3
46759	Corrales De Valldigna	corrales-de-valldigna	VC	V		39.0179	-0.3001	1
46760	Tavernes De La Valldigna	tavernes-de-la-valldigna	VC	V	46238	39.0667	-0.2667	4
46760	Tavernes De La Valldigna, De (Playa)	tavernes-de-la-valldigna-de-playa	VC	V	46238	39.0667	-0.2667	3
46770	Xeraco	xeraco	VC	V	46143	39.0333	-0.2167	4
46780	Oliva	oliva	VC	V	46181	38.9197	-0.1193	4
46790	Xeresa	xeresa	VC	V	46146	39.0167	-0.2167	4
46791	Benifairo De La Valldigna	benifairo-de-la-valldigna	VC	V	46059	39.055	-0.3033	4
46792	Barraca D'Aigues Vives	barraca-d-aigues-vives	VC	V	46017	39.0358	-0.26	1
46800	Torre De Lloris	torre-de-lloris	VC	V	46145	39.0299	-0.4893	4
46800	Anahuir	anahuir	VC	V	46145	38.9759	-0.5651	4
46800	Xativa	xativa	VC	V	46145	38.9833	-0.5167	4
46800	Sorio	sorio	VC	V	46145	39	-0.5167	4
46810	Enguera	enguera	VC	V	46118	38.9797	-0.6868	4
46811	Navalon De Abajo	navalon-de-abajo	VC	V	46118	38.9259	-0.8748	4
46811	Navalon De Arriba	navalon-de-arriba	VC	V	46118	38.9199	-0.8749	4
46812	Aielo De Malferit	aielo-de-malferit	VC	V	46042	38.8833	-0.5833	4
46813	Cerda	cerda	VC	V	46081	38.9833	-0.5667	4
46814	Torrella	torrella	VC	V	46137	38.9845	-0.5673	4
46814	Llanera De Ranes	llanera-de-ranes	VC	V	46137	38.9951	-0.5753	4
46815	La Llosa De Ranes	la-llosa-de-ranes	VC	V	46157	38.9707	-0.6399	1
46816	Rotgla I Corbera	rotgla-i-corbera	VC	V	46217	39.0046	-0.5648	4
46816	Torrent De Fenollet	torrent-de-fenollet	VC	V	46217	39.0046	-0.5648	3
46817	Estubeny	estubeny	VC	V	46121	39.0179	-0.6238	4
46818	Valles	valles	VC	V	46253	38.9852	-0.557	4
46818	La Granja De La Costera	la-granja-de-la-costera	VC	V	46253	38.998	-0.564	4
46819	Novele/Novetle	novele-novetle	VC	V	46180	38.9707	-0.6399	1
46820	Anna	anna	VC	V	46039	39.0203	-0.6462	4
46820	Barrio Fuente Negra	barrio-fuente-negra	VC	V	46039	39.0203	-0.6462	3
46821	Chella	chella	VC	V	46107	39.042	-0.6592	4
46822	Bolbaite	bolbaite	VC	V	46073	39.0604	-0.6747	4
46823	Navarres	navarres	VC	V	46179	39.102	-0.6947	4
46824	Quesa	quesa	VC	V	46206	39.1197	-0.74	4
46825	Bicorp	bicorp	VC	V	46071	39.1321	-0.7872	4
46830	Beniganim	beniganim	VC	V	46062	38.95	-0.4333	4
46837	Quatretonda	quatretonda	VC	V	46104	38.95	-0.4	4
46838	Benicolet	benicolet	VC	V	46057	38.9199	-0.3469	4
46838	Pinet	pinet	VC	V	46057	38.9818	-0.3387	4
46838	Llutxent	llutxent	VC	V	46057	38.9333	-0.35	4
46839	Guadasequies	guadasequies	VC	V	46069	38.9254	-0.4859	4
46839	Sempere	sempere	VC	V	46069	38.9201	-0.4814	4
46839	Bellus	bellus	VC	V	46069	38.9458	-0.487	4
46839	Benisuera	benisuera	VC	V	46069	38.9132	-0.4778	4
46840	La Pobla Del Duc	la-pobla-del-duc	VC	V	46200	38.8824	-0.3386	1
46841	Castello De Rugat	castello-de-rugat	VC	V	46090	38.8833	-0.3667	4
46842	Rugat	rugat	VC	V	46043	38.8793	-0.3611	4
46842	Terrateig	terrateig	VC	V	46043	38.8945	-0.3199	4
46842	Aielo De Rugat	aielo-de-rugat	VC	V	46043	38.8833	-0.0333	4
46842	Montitxelvo/Montichelvo	montitxelvo-montichelvo	VC	V	46043	38.8857	-0.2381	3
46843	Salem	salem	VC	V	46221	38.95	-0.3667	4
46843	Rafol De Salem	rafol-de-salem	VC	V	46221	38.8665	-0.3999	4
46844	Beniatjar	beniatjar	VC	V	46056	38.8475	-0.4174	4
46844	Otos	otos	VC	V	46056	38.8543	-0.444	4
46850	Olleria, L'	olleria-l	VC	V	46183	38.9395	-0.5214	1
46860	Albaida	albaida	VC	V	46006	38.838	-0.5172	4
46868	Belgida	belgida	VC	V	46047	38.85	-0.4667	4
46869	Atzeneta D'Albaida	atzeneta-d-albaida	VC	V	46003	38.8333	-0.5	4
46869	Benisoda	benisoda	VC	V	46003	38.8333	-0.5167	4
46869	Carricola	carricola	VC	V	46003	38.8413	-0.4726	4
46870	Ontinyent	ontinyent	VC	V	46184	38.8167	-0.6167	4
46880	Bocairent	bocairent	VC	V	46072	38.7667	-0.6167	4
46890	Agullent	agullent	VC	V	46004	38.8227	-0.5483	4
46891	Bufali	bufali	VC	V	46075	38.8677	-0.5162	4
46891	El Palomar	el-palomar	VC	V	46075	38.8677	-0.5162	3
46892	Montaverner	montaverner	VC	V	46173	38.9104	-0.5046	1
46893	Alfarrasi	alfarrasi	VC	V	46027	38.9	-0.5	4
46894	Genoves	genoves	VC	V	46132	38.9892	-0.4699	4
46894	Alboy	alboy	VC	V	46132	38.9726	-0.4884	4
46900	Torrent	torrent	VC	V	46244	39.4371	-0.4655	4
46900	El Realon	el-realon	VC	V	46244	39.4371	-0.4655	3
46901	El Vedat De Torrente	el-vedat-de-torrente	VC	V	46244	39.4352	-0.4911	1
46909	Juez, Del (Masia)	juez-del-masia	VC	V	46244	39.4333	-0.5167	4
46910	Lugar Nuevo De La Corona	lugar-nuevo-de-la-corona	VC	V	46022	39.4167	-0.3833	4
46910	Sedavi	sedavi	VC	V	46022	39.4333	-0.3833	4
46910	Alfafar	alfafar	VC	V	46022	39.4167	-0.3833	4
46910	Benetusser	benetusser	VC	V	46022	39.4167	-0.4	4
46920	Mislata	mislata	VC	V	46169	39.4752	-0.4183	4
46930	Quart De Poblet	quart-de-poblet	VC	V	46102	39.4814	-0.4394	4
46930	Barrio De Porta	barrio-de-porta	VC	V	46102	39.4814	-0.4394	3
46930	Barrio Jose Artesano	barrio-jose-artesano	VC	V	46102	39.4814	-0.4394	3
46940	Manises	manises	VC	V	46159	39.4914	-0.4635	4
46940	Collado (Partida)	collado-partida	VC	V	46159	39.504	-0.4901	3
46940	La Presa	la-presa	VC	V	46159	39.5167	-0.5167	4
46940	Aeropuerto De Manises (Valencia)	aeropuerto-de-manises-valencia	VC	V	46159	39.504	-0.4901	3
46950	Xirivella	xirivella	VC	V	46110	39.4659	-0.4259	4
46960	Barrio Del Cristo	barrio-del-cristo	VC	V	46021	39.4764	-0.462	4
46960	Aldaia	aldaia	VC	V	46021	39.4657	-0.4601	4
46970	Alaquas	alaquas	VC	V	46005	39.4557	-0.461	4
46980	Paterna	paterna	VC	V	46190	39.5	-0.4333	4
46980	Cruz De Gracia	cruz-de-gracia	VC	V	46190	39.5	-0.4333	3
46988	Poligono Fuente Del Jarro	poligono-fuente-del-jarro	VC	V	46190	39.5	-0.4333	1
46989	Terramelar	terramelar	VC	V	46190	39.5	-0.4333	1
\.


--
-- Data for Name: admin1; Type: TABLE DATA; Schema: fr; Owner: g5
--

COPY fr.admin1 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, population, timezone) FROM stdin;
2985244	Provence-Alpes-Côte d'Azur	provence-alpes-cote-d-azur	Provans — Al'py — Lazurnyj Bereg,Provans-Alpi-Lazuren brjag,Provansa-Alpe-Azurna obala,Provansa-Alpi-Azurna obala,Provansas-Alpes-Zydrasis Krantas,Provansas-Alpės-Žydrasis Krantas,Provenca – Alps – Costa Blava,Provenca-Alpes-Costa Azul,Provenca-Aups-Costa d'Azur,Provence-Alpes-Cote d'Azur,Provence-Alpes-Cote d'Azur Region,Provence-Alpes-Côte d'Azur,Provence-Alpes-Côte d'Azur Region,Provence-Alpes-Côte d’Azur,Provence-Arpes-Couta d'Azur,Provence-Arpes-Couta d’Azur,Provenco Alpi Azur-Rivo,Provenco-Alpoj-Bordo Lazura,Proventa-Alpi-Coasta de Azur,Proventza-Alpeak-Cote d'Azur,Provenza-Alpes-Costa Azul,Provenza-Alpi-Costa Azzurra,Provença – Alps – Costa Blava,Provença-Alpes-Costa Azul,Provença-Aups-Còsta d'Azur,Provența-Alpi-Coasta de Azur,Prowansja-Alpy-Lazurowe Wybrzeze,Prowansja-Alpy-Lazurowe Wybrzeże,Pruvenza-Alpi-Costa Azzola,Region PACA,Region Provence-Alpes-Cote d'Azur,Région PACA,Région Provence-Alpes-Côte d'Azur,peulobangseualpeukoteudajwileu,prwbʼns-ʼlp-qwt d'ʼzwr,pu luo wang si-a er bei si-lan se hai an,Прованс — Альпы — Лазурный Берег,Прованс-Алпи-Лазурен бряг,Прованса-Алпи-Азурна обала,פרובאנס-אלפ-קוט ד'אזור,პროვანსი-ალპები-ლაჟვარდოვანი ნაპირი,プロヴァンス＝アルプ＝コート・ダジュール地域圏,普罗旺斯-阿尔卑斯-蓝色海岸,프로방스알프코트다쥐르		FR	93	4864015	Europe/Paris
2988289	Pays de la Loire	pays-de-la-loire	Broiou al Liger,Broioù al Liger,Kraj Loary,Lando di Loire,Loarski Kraj,Loire,Loire-mente,Luara,Luara torpagi,Luara torpağı,Luaran lattanash,Luarayi erkir,Luarlandoj,Luaros krastas,Luaros kraštas,Luāra,Paesi della Loira,Pagi Ligeris,Pais del Loira,Pais do Loire,Pais ed la Loira,Pais ëd la Lòira,Paises da Loira,Paises de Leger,Paises del Loira,Paises do Loira,Paisi da Loira,Paisi dâ Loira,Payis de la Lere,Payis de la Lêre,Pays de la Loire,Pays de la Loire Region,Pays de la Loire suyu,Pays-de-la-Loire,País del Loira,País do Loire,Países da Loira,Países del Loira,Países do Loira,Païses de Léger,Pei d'o la Loar,Pei-de-la-Luar,Region Loara,Region Pays de la Loire,Région Pays de la Loire,Zemli Luary,Zemlja Loire,bayy dw la lwar,lu wa er he de qu,luarash regioni,luaris regioni,lwayyr wady,pe da la lu'ara,pe'i da la lo'ara,peideulalualeu,pyy dw la lwar,Земли Луары,Землі Луары,Лоарски Крај,Луаран латтанаш,Пеи дьо ла Лоар,Пеї-де-ла-Луар,Регион Лоара,Լուարայի երկիր,פיי דה לה לואר,بايي دو لا لوار,لوائیر وادی,پئی دو لا لوار,پیی دو لا لوآر,पेई दा ला लोआर,ਪੇ ਡ ਲਾ ਲੁਆਰ,แคว้นเปอีเดอลาลัวร์,ლუარაშ რეგიონი,ლუარის რეგიონი,ペイ・ド・ラ・ロワール地域圏,卢瓦尔河地区,페이드라루아르		FR	52	3482594	Europe/Paris
3012874	Île-de-France	ile-de-france	Francilio (Parizio),Ile de France,Ile-de-France,Ile-de-France Region,Ilha de Franca,Ilha de França,Isla de Francia,Region Ile-de-France,Region parisienne,Région parisienne,Région Île-de-France,ildeupeulangseu,Île-de-France,Île-de-France Region,일드프랑스		FR	11	11598866	Europe/Paris
3023519	Corse	corse	Collectivite Territoriale de Corse,Collectivité Territoriale de Corse,Corse,Corsega,Corsica,Corsica Region,Còrsega,Korsika,Korsiko,Region Corse,Région Corse,Teritoria Kolektivejo Korsiko,Territorial Collectivity of Corsica,koleusika,kurasika,kwrska,kwrsyka,qarsaqat,qrshqt,qrsqt,qurshiqat,قرسقة,قرشقة,قـُرْشِقَة,قَرْسَقَة,كورسكا,كورسيكا,كُورَسِكَا,كُورَسِيكَا,코르시카		FR	94	299209	Europe/Paris
3027939	Centre-Val de Loire	centre-val-de-loire	Centre,Centre-Val de Loire,Centro,Centro-Valle de Loira,Centro-Valle della Loira,Centro-Valo de Luaro,Region Centre,Region Centre-Val de Loire,Regione Centrale,Région Centre,Région Centre-Val de Loire,sangteuleu,상트르		FR	24	2526919	Europe/Paris
3030293	Bretagne	bretagne	A Bhreatainn Bheag,An Bhriotain,An Bhriotáin,Armorica,Bertanne,Breetany,Brehtan',Breizh,Bretagna,Bretagne,Bretagne suyu,Bretagnei poolsaar,Bretainia,Bretan,Bretan',Bretana,Bretane,Bretangne,Bretanha,Bretania,Bretanio,Bretaniô,Bretanja,Bretanje,Bretansky poloostrov,Bretanya,Bretanė,Bretaña,Bretaņa,Bretaňský poloostrov,Breten Vian,Breton,Bretonia,Bretonio,Bretonsko,Bretonya,Bretónsko,Britagna,Britannia,Britannia Minor,Britannia minor,Brittany,Brittany Region,Brétangne,Brëtagna,Burtaegne,Historiese Bretagne,Istor Breizh,Llydaw,Peretane Iti,Peretāne Iti,Pu-liet-thap-ni,Pu-lie̍t-thap-nì,Region Bretagne,Région Bretagne,Vretani,Yn Vritaan,beuleutanyu,brata'ina,bratan'ya,brattan'ya,brirrani,brtany,brytany,bu li si,bu lie ta ni,bu lie ta ni ban dao,burutanyu,pirittani,Βρετάνη,Бретан,Бретан түбегі,Бретань,Бретања,Брэтань,Բրետան,ברטאן,برتانی,بريتاني,برٹنی,بریتانیہ,ब्रतान्य,ब्रत्तान्य,ব্রতাইন,பிரித்தானி,ബ്രിറ്റനി,แคว้นเบรอตาญ,ბრეტანი,ブルターニュ,布列塔尼,布列塔尼半岛,布禮斯,브르타뉴,𐌻𐌴𐌹𐍄𐌹𐌻𐌰𐍄𐌰 𐌱𐍂𐌰𐌹𐍄𐌻𐌰𐌽𐌳		FR	53	3120288	Europe/Paris
11071619	Bourgogne-Franche-Comté	bourgogne-franche-comte	BFC,Borgogna-Franca Contea,Borgogne-Franche-Comtat,Borgogne-Franche-Comtât,Bourgogne-Franche-Comte,Bourgogne-Franche-Comté,Burgonjo-Franckonteo,Burgonjo-Franĉkonteo,buleugonyupeulangsyukongte,부르고뉴프랑슈콩테		FR	27	2816814	Europe/Paris
11071620	Nouvelle-Aquitaine	nouvelle-aquitaine	Akitania Berria,Aquitaine-Limousin-Poitou-Charentes,Aquitania-Limosino-Poitou-Charentes,Nouvelle-Aquitaine,Nova Akvitanio,Nova Aquitania,Nòva Aquitània,nubel-akiten,누벨아키텐		FR	75	5808594	Europe/Paris
11071621	Normandie	normandie	Normandia,Normandie,Normandio,Normandy,Normandía,Normaundie,noleumangdi,노르망디		FR	28	3322757	Europe/Paris
11071622	Grand Est	grand-est	ACAL,Alsace-Champagne-Ardenne-Lorrain,Alsace-Champagne-Ardenne-Lorraine,Alsazia-Champagne-Ardenne-Lorena,Grand Est,Granda Oriento,geulangteseuteu,그랑테스트		FR	44	5552388	Europe/Paris
11071623	Occitanie	occitanie	Languedoc-Roussillon-Midi-Pyrenees,Languedoc-Roussillon-Midi-Pyrénées,Linguadoca-Rossiglione-Midi-Pirenei,Occitania,Occitanie,Occitània,Okcitanio,Region Occitanie,Region Occitanie (Pyrenees-Mediterranee),Région Occitanie,Région Occitanie (Pyrénées-Méditerranée),ogsitani,옥시타니		FR	76	5626858	Europe/Paris
11071624	Hauts-de-France	hauts-de-france	Hauts-de-France,Nord-Pas-de-Calais,Nord-Pas-de-Calais-Picardie,Nord-Passo di Calais-Piccardia,Norda Francio,odeupeulangseu,오드프랑스		FR	32	5973098	Europe/Paris
11071625	Auvergne-Rhône-Alpes	auvergne-rhone-alpes	Alvernia-Rodano-Alpi,Auvergne-Rhone-Alpes,Auvergne-Rhône-Alpes,Auvernhe-Rose-Aups,Auvernio-Rodano-Alpoj,Auvèrnhe-Ròse-Aups,Aŭvernio-Rodano-Alpoj,Overgne-Rono-Arpes,obeleunyulon-alpeu,Ôvèrgne-Rôno-Arpes,오베르뉴론알프		FR	84	7695264	Europe/Paris
\.


--
-- Data for Name: admin2; Type: TABLE DATA; Schema: fr; Owner: g5
--

COPY fr.admin2 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, admin2_code, population, timezone) FROM stdin;
2967196	Yvelines	yvelines	Departement des Yvelines,Département des Yvelines,Yvelines		FR	11	78	1433447	Europe/Paris
2967222	Yonne	yonne	Departement de l'Yonne,Département de l'Yonne,Yonne		FR	27	89	354282	Europe/Paris
2967681	Vosges	vosges	Departement des Vosges,Département des Vosges,Vogezen,Vosges,Vosgi,Vosgos		FR	44	88	393474	Europe/Paris
2968815	Paris	paris	Departement de Paris,Département de Paris,Parigi,Paris,Paris Department		FR	11	75	2257981	Europe/Paris
2969280	Vienne	vienne	Departement de la Vienne,Département de la Vienne,Viena,Vienne		FR	75	86	437411	Europe/Paris
2970140	Vendée	vendee	Departement de la Vendee,Département de la Vendée,Vandea,Vendea,Vendee,Vendée		FR	52	85	645820	Europe/Paris
2970554	Vaucluse	vaucluse	Vaucluse		FR	93	84	551922	Europe/Paris
2970749	Var	var	Departement du Var,Département du Var,Var		FR	93	83	1025201	Europe/Paris
2971071	Val d'Oise	val-d-oise	Departement du Val-d'Oise,Département du Val-d'Oise,Département du Val-d’Oise,Val d'Oise,Val-d'Oise,Val-d’Oise,Valle de Oise		FR	11	95	1185379	Europe/Paris
2971090	Val-de-Marne	val-de-marne	Departement du Val-de-Marne,Département du Val-de-Marne,Val-de-Marne,Valle de Marne		FR	11	94	1331443	Europe/Paris
2973357	Tarn-et-Garonne	tarn-et-garonne	Tarn y Garona,Tarn-et-Garonne		FR	76	82	245857	Europe/Paris
2973362	Tarn	tarn	Departement du Tarn,Département du Tarn,Tarn		FR	76	81	385722	Europe/Paris
2974304	Somme	somme	Departement de la Somme,Département de la Somme,Soma,Somme		FR	32	80	582469	Europe/Paris
2975246	Seine-Saint-Denis	seine-saint-denis	Departement de Seine-Saint-Denis,Departement de la Seine-Saint-Denis,Département de Seine-Saint-Denis,Département de la Seine-Saint-Denis,Seine st denis,Seine-Saint-Denis,Sena Saint Denis		FR	11	93	1528413	Europe/Paris
2975248	Seine-Maritime	seine-maritime	Departement de la Seine-Maritime,Département de la Seine-Maritime,Seine-Inferieure,Seine-Inférieure,Seine-Maritime,Sena Maritimo,Sena Marítimo,Senna marittima		FR	28	76	1275483	Europe/Paris
2975249	Seine-et-Marne	seine-et-marne	Departement de Seine-et-Marne,Département de Seine-et-Marne,Seine-et-Marne,Sena y Marne		FR	11	77	1335284	Europe/Paris
2975517	Savoy	savoy	Departement de la Savoie,Département de la Savoie,Saboia,Saboya,Sabóia,Savoia,Savoie,Savojo,Savoy,Savoya		FR	84	73	424578	Europe/Paris
2975926	Sarthe	sarthe	Departement de la Sarthe,Département de la Sarthe,Sarthe		FR	52	72	576741	Europe/Paris
2976082	Saône-et-Loire	saone-et-loire	Departement de Saone-et-Loire,Département de Saône-et-Loire,Saona y Loira,Saone-et-Loire,Saône-et-Loire		FR	27	71	574002	Europe/Paris
2984885	Pyrénées-Orientales	pyrenees-orientales	Departament dels Pirineus Orientals,Departement des Pyrenees-Orientales,Département des Pyrénées-Orientales,Pirenei Orientali,Pirineos Orientales,Pirineus Orientais,Pyrenees-Orientales,Pyrenes-Orientales,Pyrénées-Orientales,Pyrénés-Orientales		FR	76	66	454737	Europe/Paris
2984887	Pyrénées-Atlantiques	pyrenees-atlantiques	Bosse-Atlantiques,Departement des Basses-Pyrenees,Departement des Pyrenees-Atlantiques,Département des Basses-Pyrénées,Département des Pyrénées-Atlantiques,Pirenei atlantici,Pireneus-Atlantics,Pirenèus-Atlantics,Pirineos Atlanticos,Pirineos Atlánticos,Pirineus Atlanticos,Pirineus Atlânticos,Pirinio-Atlantiarrak,Pyrenees-Atlantiques,Pyrénées-Atlantiques		FR	75	64	671644	Europe/Paris
2984986	Puy-de-Dôme	puy-de-dome	Departement du Puy-de-Dome,Département du Puy-de-Dôme,Puy de Dome,Puy-de-Dome,Puy-de-Dôme		FR	84	63	646908	Europe/Paris
2987410	Rhône	rhone	Departement du Rhone,Département du Rhône,Nouveau-Rhone,Nouveau-Rhône,Rhone,Rhône,Rodano,Ródano		FR	84	69	1738949	Europe/Paris
2988430	Pas-de-Calais	pas-de-calais	Departement du Pas-de-Calais,Département du Pas-de-Calais,Pas-de-Calais,Paso de Calais,Passo di Calais		FR	32	62	1488951	Europe/Paris
2989247	Orne	orne	Departement de l'Orne,Département de l'Orne,Orne		FR	28	61	302010	Europe/Paris
2989663	Oise	oise	Departement de l'Oise,Département de l'Oise,Oise		FR	32	60	821568	Europe/Paris
2990129	North	north	Departement du Nord,Département du Nord,Nord,Norte,North		FR	32	59	2613285	Europe/Paris
2990371	Nièvre	nievre	Departement de la Nievre,Département de la Nièvre,Nievre,Nièvre		FR	27	58	227740	Europe/Paris
2991627	Moselle	moselle	Departement de la Moselle,Département de la Moselle,Mosela,Mosella,Moselle		FR	44	57	1066328	Europe/Paris
2991879	Morbihan	morbihan	Departement du Morbihan,Département du Morbihan,Morbihan		FR	53	56	739144	Europe/Paris
2994106	Meuse	meuse	Departement de la Meuse,Département de la Meuse,Meuse,Mosa		FR	44	55	200417	Europe/Paris
2994111	Meurthe et Moselle	meurthe-et-moselle	Departement de Meurthe-et-Moselle,Département de Meurthe-et-Moselle,Meurthe,Meurthe et Moselle,Meurthe y Mosela,Meurthe-et-Moselle		FR	44	54	745134	Europe/Paris
2994932	Mayenne	mayenne	Departement de la Mayenne,Département de la Mayenne,Mayenne,Mezven		FR	52	53	315303	Europe/Paris
2995603	Marne	marne	Departement de la Marne,Département de la Marne,Marna,Marne		FR	44	51	580402	Europe/Paris
2996268	Manche	manche	Departement de la Manche,Département de la Manche,Mancha,Manche,Manica		FR	28	50	516065	Europe/Paris
2996663	Maine-et-Loire	maine-et-loire	Anjou,Departement de Maine-et-Loire,Departement du Maine-et-Loire,Département de Maine-et-Loire,Département du Maine-et-Loire,Maine y Loira,Maine-et-Loire,Mayenne-et-Loire		FR	52	49	803573	Europe/Paris
2997288	Lozère	lozere	Departement de la Lozere,Département de la Lozère,Lozere,Lozère		FR	76	48	81312	Europe/Paris
2997523	Lot-et-Garonne	lot-et-garonne	Lot y Garona,Lot-et-Garonne,Olt-et-Garona		FR	75	47	341132	Europe/Paris
2997524	Lot	lot	Departement du Lot,Département du Lot,Lot		FR	76	46	180305	Europe/Paris
2997856	Loir-et-Cher	loir-et-cher	Loir y Cher,Loir-et-Cher		FR	24	41	338503	Europe/Paris
2997857	Loiret	loiret	Departement du Loiret,Département du Loiret,Loiret		FR	24	45	672142	Europe/Paris
2997861	Loire-Atlantique	loire-atlantique	Departement de la Loire-Atlantique,Département de la Loire-Atlantique,Loira Atlantica,Loira Atlantico,Loira Atlántico,Loire-Atlantique,Loire-Inferieure,Loire-Inférieure		FR	52	44	1301325	Europe/Paris
2997870	Loire	loire	Departement de la Loire,Département de la Loire,Loira,Loire		FR	84	42	763867	Europe/Paris
3007866	Landes	landes	Departement des Landes,Département des Landes,Lanas,Landak,Landas,Landes		FR	75	40	392592	Europe/Paris
3012051	Jura	jura	Departement du Jura,Département du Jura,Giura,Jura		FR	27	39	271680	Europe/Paris
3012715	Isère	isere	Departement de l'Isere,Département de l'Isère,Isere,Isère		FR	84	38	1223730	Europe/Paris
3012804	Indre-et-Loire	indre-et-loire	Departement d'Indre-et-Loire,Département d'Indre-et-Loire,Indre y Loira,Indre-et-Loire		FR	24	37	603337	Europe/Paris
3012805	Indre	indre	Departement de l'Indre,Département de l'Indre,Indre		FR	24	36	239443	Europe/Paris
3012849	Ille-et-Vilaine	ille-et-vilaine	Departement d'Ille-et-Vilaine,Département d'Ille-et-Vilaine,Il-ha-Gwilen,Ille y Vilaine,Ille-et-Vilaine		FR	53	35	1003933	Europe/Paris
3013500	Hérault	herault	Departement de l'Herault,Département de l'Hérault,Herault,Hérault		FR	76	34	1050026	Europe/Paris
3013657	Hauts-de-Seine	hauts-de-seine	Altos de Sena,Departement des Hauts-de-Seine,Département des Hauts-de-Seine,Hauts-de-Seine		FR	11	92	1579457	Europe/Paris
3013663	Haut-Rhin	haut-rhin	Alto Reno,Alto Rin,Departement du Haut-Rhin,Département du Haut-Rhin,Haut-Rhin,Uwer-Elsass		FR	44	68	764064	Europe/Paris
3013719	Haute-Vienne	haute-vienne	Alta Viena,Departement de la Haute-Vienne,Département de la Haute-Vienne,Haute-Vienne		FR	75	87	383418	Europe/Paris
3013726	Hautes-Pyrénées	hautes-pyrenees	Alti Pirenei,Altos Pirineos,Altos Pirineus,Departement des Hautes-Pyrenees,Département des Hautes-Pyrénées,Hautes-Pyrenees,Hautes-Pyrénées		FR	76	65	238031	Europe/Paris
3013736	Haute-Savoie	haute-savoie	Alta Saboia,Alta Saboya,Alta Sabóia,Alta Savoia,Alta Savojo,Alta Savoya,Departement de la Haute-Savoie,Departement de la Haute-Vienne,Département de la Haute-Savoie,Département de la Haute-Vienne,Haute-Savoie,Upper Savoy		FR	84	74	747965	Europe/Paris
3013737	Haute-Saône	haute-saone	Alto Saona,Departement de la Haute-Saone,Département de la Haute-Saône,Haute-Saone,Haute-Saône		FR	27	70	246975	Europe/Paris
3013738	Hautes-Alpes	hautes-alpes	Alte Alpi,Altos Alpes,Departement des Hautes-Alpes,Département des Hautes-Alpes,Hautes-Alpes		FR	93	05	141153	Europe/Paris
3013757	Haute-Marne	haute-marne	Alta Marna,Alto Marne,Departement de la Haute-Marne,Département de la Haute-Marne,Haute-Marne		FR	44	52	192224	Europe/Paris
3013760	Haute-Loire	haute-loire	Alta Loira,Alto Loira,Departement de la Haute-Loire,Département de la Haute-Loire,Haute-Loire		FR	84	43	231066	Europe/Paris
3013767	Upper Garonne	upper-garonne	Alta Garonna,Alto Garona,Departement de la Haute-Garonne,Département de la Haute-Garonne,Haute Garonne,Haute-Garonne,Upper Garonne		FR	76	31	1254347	Europe/Paris
3013793	Upper Corsica	upper-corsica	Alta Corcega,Alta Corsega,Alta Córcega,Alta Córsega,Corsica settentrionale,Departement de la Haute-Corse,Département de la Haute-Corse,Golo,Haute-Corse,Upper Corsica		FR	94	2B	167103	Europe/Paris
3015948	Gironde	gironde	Departement de la Gironde,Département de la Gironde,Gironda,Gironde		FR	75	33	1464088	Europe/Paris
3016194	Gers	gers	Departement du Gers,Département du Gers,Gers		FR	76	32	194560	Europe/Paris
3016670	Gard	gard	Departement du Gard,Département du Gard,Gard		FR	76	30	718181	Europe/Paris
3018471	Finistère	finistere	Departement du Finistere,Département du Finistère,Finistere,Finisterre,Finistère		FR	53	29	925442	Europe/Paris
3019316	Eure-et-Loir	eure-et-loir	Departement d'Eure-et-Loir,Département d'Eure-et-Loir,Eure y Loir,Eure-et-Loir		FR	24	28	436966	Europe/Paris
3019317	Eure	eure	Aebura,Departement de l'Eure,Département de l'Eure,Eburae,Eure		FR	28	27	599181	Europe/Paris
3019599	Essonne	essonne	Departement de l'Essonne,Département de l'Essonne,Essonne		FR	11	91	1225717	Europe/Paris
3020781	Drôme	drome	Departament de Droma,Departement de la Drome,Droma,Drome,Drôme,Département de la Drôme		FR	84	26	497487	Europe/Paris
3020989	Doubs	doubs	Departement du Doubs,Doubs,Département du Doubs		FR	27	25	539992	Europe/Paris
3021042	Dordogne	dordogne	Departement de la Dordogne,Dordogna,Dordogne,Dordona,Dordonha,Dordoña,Département de la Dordogne		FR	75	24	424456	Europe/Paris
3021501	Deux-Sèvres	deux-sevres	Departement des Deux-Sevres,Deux Sevres,Deux Sèvres,Deux-Sevres,Deux-Sèvres,Département des Deux-Sèvres		FR	75	79	377784	Europe/Paris
3022516	Creuse	creuse	Creuse,Departement de la Creuse,Département de la Creuse		FR	75	23	128435	Europe/Paris
3023414	Côtes-d'Armor	cotes-d-armor	Aodou-an-Arvor,Aodoù-an-Arvor,Costas de Armor,Cotes-d'Armor,Côtes-d'Armor,Côtes-d’Armor,Departement des Cotes-d'Armor,Departement des Cotes-du-Nord,Département des Côtes-du-Nord,Département des Côtes-d’Armor		FR	53	22	608356	Europe/Paris
3023423	Cote d'Or	cote-d-or	Cote D Or,Cote D'Or,Cote d'Or,Cote-d'Or,Côte-d'Or,Departement de la Cote-d'Or,Département de la Côte-d'Or		FR	27	21	538259	Europe/Paris
3023514	South Corsica	south-corsica	Corcega del Sur,Corse-du-Sud,Corsega do Sul,Corsica del Sud,Córcega del Sur,Córsega do Sul,Departement de la Corse-du-Sud,Département de la Corse-du-Sud,Liamone,South Corsica,Suedkorsika,Südkorsika		FR	94	2A	143724	Europe/Paris
3023532	Corrèze	correze	Correza,Correze,Corrèze,Departement de la Correze,Département de la Corrèze		FR	75	19	252116	Europe/Paris
3025480	Cher	cher	Cher,Departement du Cher,Département du Cher		FR	24	18	319423	Europe/Paris
3026644	Charente-Maritime	charente-maritime	Carantonus Maritimus,Charanta Maritima,Charenta Maritima,Charenta Marítima,Charente Maritim,Charente Maritime,Charente Maritimo,Charente Marítim,Charente Marítimo,Charente-Inferieure,Charente-Inférieure,Charente-Maritima,Charente-Maritime,Dehpartament Sharanta Prymorskaja,Departamenti Sharantai Nazdibaҳri,Departement Charente-Maritime,Departement de la Charente-Maritime,Département de la Charente-Maritime,Pajurio Saranta,Pajūrio Šaranta,Primors'ka Sharanta,Primorskaja Sharanta,Primorski Sharant,Tines enchi Sharanta,bin hai xia lang de sheng,cang hwad cha r xngt-ma ri tim,sharanto=maritimu xian,sharnt marytym,shrant-marytym,Департаменти Шарантаи Наздибаҳрӣ,Дэпартамент Шаранта Прыморская,Приморская Шаранта,Приморски Шарант,Приморська Шаранта,Тинĕс енчи Шаранта,השראנט הימי,شارنت ماريتيم,شرانت-ماریتیم,จังหวัดชาร็องต์-มารีตีม,ზღვისპირა შარანტა,シャラント＝マリティーム県,滨海夏朗德省		FR	75	17	634928	Europe/Paris
3026646	Charente	charente	Charenta,Charente,Departement de la Charente,Département de la Charente		FR	75	16	363913	Europe/Paris
3028791	Cantal	cantal	Cantal,Departement du Cantal,Département du Cantal		FR	84	15	154354	Europe/Paris
3029094	Calvados	calvados	Calvados,Departement du Calvados,Département du Calvados		FR	28	14	697054	Europe/Paris
3031359	Bouches-du-Rhône	bouches-du-rhone	Bocas del Rodano,Bocas del Ródano,Bocas do Rodano,Bocas do Ródano,Bocche del Rodano,Bouches-du-Rhone,Bouches-du-Rhône,Departement des Bouches-du-Rhone,Département des Bouches-du-Rhône		FR	93	13	1995094	Europe/Paris
3033789	Territoire de Belfort	territoire-de-belfort	Ager Belfortii,Bel'for Cere,Belfora,Belforo teritorija,Belfort,Belfort Herrialdea,Belforti departemang,Departamenti Sarzamini Belfor,Departimento Territoire de Belfort,Edafos tou Belfor,Tehrytoryja Bel'for,Teritoar d'o Belfor,Teritori ed Belfort,Teritorija Bel'for,Teritorija Belfor,Teritorio de Belfort,Teritòri ëd Belfort,Territoire de Belfort,Territoire-de-Belfort,Territori de Belfort,Territorija Bel'for,Territorija-de-Bel'for,Territorio de Belfort,Territorio di Belfort,Territouero de Belfort,Territòri de Belfòrt,Território de Belfort,Tèrritouèro de Bélfôrt,Welschsundgau,aqlym blfwr,bei er fu de qu,telitualeudeubelpoleu ju,teritora de belphora,trytwar dw blfwr,tyrytwar dw bylfwr,Έδαφος του Μπελφόρ,Бельфор Çĕрĕ,Департаменти Сарзамини Белфор,Теритоар дьо Белфор,Територија Белфор,Територія Бельфор,Территория Бельфор,Территория-де-Бельфор,Тэрыторыя Бельфор,Բելֆորի տարածք,إقليم بلفور,تریتوآر دو بلفور,تیریتوار دو بیلفور,ضلع ٹیراٹری ڈی بیلفورٹ,तेरितॉर दे बेल्फॉर,จังหวัดแตรีตัวร์เดอแบลฟอร์,ბელფორის ტერიტორია,テリトワール・ド・ベルフォール県,贝尔福地区,테리투아르드벨포르 주		FR	27	90	145987	Europe/Paris
3034720	Bas-Rhin	bas-rhin	Baixo Reno,Bajo Rin,Bas-Rhin,Basso Reno,Departement du Bas-Rhin,Département du Bas-Rhin,Nieder-Elsass		FR	44	67	1113207	Europe/Paris
3035691	Aveyron	aveyron	Aveyron,Departement de l'Aveyron,Département de l'Aveyron		FR	76	12	288634	Europe/Paris
3036264	Aude	aude	Aude		FR	76	11	363420	Europe/Paris
3036420	Aube	aube	Aube,Departement de l'Aube,Département de l'Aube		FR	44	10	311676	Europe/Paris
3036965	Ariège	ariege	Ariege,Arieja,Ariège,Departement de l'Ariege,Département de l'Ariège		FR	76	09	156701	Europe/Paris
3037136	Ardennes	ardennes	Ardenas,Ardenne,Ardennes,Departement des Ardennes,Département des Ardennes		FR	44	08	291717	Europe/Paris
3037147	Ardèche	ardeche	Ardeche,Ardèche,Departement de l'Ardeche,Département de l'Ardèche,Vivarais		FR	84	07	323516	Europe/Paris
3038049	Alpes-Maritimes	alpes-maritimes	Alpes Maritimos,Alpes Marítimos,Alpes-Maritimes,Alpi Marittime,Departement des Alpes-Maritimes,Département des Alpes-Maritimes,Maritimes Alpes		FR	93	06	1094596	Europe/Paris
3038050	Alpes-de-Haute-Provence	alpes-de-haute-provence	Alpes da Alta Provenca,Alpes da Alta Provença,Alpes de Alta Provenza,Alpes-de-Haute-Provence,Alpi dell'Alta Provenza,Basses Alpes,Departement des Alpes-de-Haute-Provence,Département des Alpes-de-Haute-Provence		FR	93	04	164519	Europe/Paris
3038111	Allier	allier	Alaier,Alaièr,Allier,Departement de l'Allier,Département de l'Allier		FR	84	03	353362	Europe/Paris
3038375	Aisne	aisne	Aisne,Departement de l'Aisne,Département de l'Aisne		FR	32	02	554521	Europe/Paris
3038422	Ain	ain	Ain,Departement de l'Ain,Département de l'Ain		FR	84	01	605892	Europe/Paris
\.


--
-- Data for Name: admin3; Type: TABLE DATA; Schema: fr; Owner: g5
--

COPY fr.admin3 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, admin2_code, admin3_code, population, timezone) FROM stdin;
2967202	Arrondissement d'Yssingeaux	arrondissement-d-yssingeaux	Arrondissement d'Yssingeaux,Yssingeaux		FR	84	43	433	85073	Europe/Paris
2967602	Arrondissement de Vouziers	arrondissement-de-vouziers	Arrondissement de Vouziers,Vouziers		FR	44	08	084	21846	Europe/Paris
2967855	Arrondissement de Vitry-le-François	arrondissement-de-vitry-le-francois	Arrondissement de Vitry-le-Francois,Arrondissement de Vitry-le-François,Vitry-le-Francois,Vitry-le-François		FR	44	51	514	46024	Europe/Paris
2967970	Arrondissement de Vire	arrondissement-de-vire	Arrondissement de Vire,Vire		FR	28	14	144	72565	Europe/Paris
2968514	Arrondissement de Villeneuve-sur-Lot	arrondissement-de-villeneuve-sur-lot	Arrondissement de Villeneuve-sur-Lot,Villeneuve-sur-Lot		FR	75	47	473	89667	Europe/Paris
2968747	Arrondissement de Villefranche-sur-Saône	arrondissement-de-villefranche-sur-saone	Arrondissement de Villefranche-sur-Saone,Arrondissement de Villefranche-sur-Saône,Villefranche-sur-Saone,Villefranche-sur-Saône		FR	84	69	692	250492	Europe/Paris
2968754	Arrondissement de Villefranche-de-Rouergue	arrondissement-de-villefranche-de-rouergue	Arrondissement de Villefranche-de-Rouergue,Villefranche-de-Rouergue		FR	76	12	123	88171	Europe/Paris
2969157	Arrondissement du Vigan	arrondissement-du-vigan	Arrondissement du Vigan,Le Vigan,Vigan		FR	76	30	303	39243	Europe/Paris
2969282	Arrondissement de Vienne	arrondissement-de-vienne	Arrondissement de Vienne,Vienne		FR	84	38	383	212383	Europe/Paris
2969391	Arrondissement de Vichy	arrondissement-de-vichy	Arrondissement de Vichy,Vichy		FR	84	03	033	124896	Europe/Paris
2969561	Arrondissement de Vesoul	arrondissement-de-vesoul	Arrondissement de Vesoul,Vesoul		FR	27	70	702	127982	Europe/Paris
2969598	Arrondissement de Vervins	arrondissement-de-vervins	Arrondissement de Vervins,Vervins		FR	32	02	025	72157	Europe/Paris
2969678	Arrondissement de Versailles	arrondissement-de-versailles	Versailles		FR	11	78	784	413956	Europe/Paris
2969963	Arrondissement de Verdun	arrondissement-de-verdun	Arrondissement de Verdun,Verdun		FR	44	55	553	85564	Europe/Paris
2970109	Arrondissement de Vendôme	arrondissement-de-vendome	Arrondissement de Vendome,Arrondissement de Vendôme,Vendome,Vendôme		FR	24	41	412	69819	Europe/Paris
2970775	Arrondissement de Vannes	arrondissement-de-vannes	Arrondissement de Vannes,Vannes		FR	53	56	563	279964	Europe/Paris
2971040	Arrondissement de Valenciennes	arrondissement-de-valenciennes	Arrondissement de Valenciennes,Valenciennes		FR	32	59	596	351260	Europe/Paris
2971049	Arrondissement de Valence	arrondissement-de-valence	Arrondissement de Valence,Valence		FR	84	26	263	292921	Europe/Paris
2971297	Arrondissement d'Ussel	arrondissement-d-ussel	Arrondissement d'Ussel,Ussel		FR	75	19	193	41931	Europe/Paris
2971481	Arrondissement de Tulle	arrondissement-de-tulle	Arrondissement de Tulle,Tulle		FR	75	19	192	70741	Europe/Paris
2971548	Arrondissement de Troyes	arrondissement-de-troyes	Arrondissement de Troyes,Troyes		FR	44	10	103	226084	Europe/Paris
2972190	Arrondissement de Tours	arrondissement-de-tours	Arrondissement de Tours,Tours		FR	24	37	372	384117	Europe/Paris
2972212	Arrondissement de Tournon-sur-Rhône	arrondissement-de-tournon-sur-rhone	Tournon-sur-Rhone,Tournon-sur-Rhône		FR	84	07	073	138760	Europe/Paris
2972314	Arrondissement de Toulouse	arrondissement-de-toulouse	Arrondissement de Toulouse,Diamerisma tis Toulouzis,Toulouse,Διαμέρισμα της Τουλούζης		FR	76	31	313	1049948	Europe/Paris
2972326	Arrondissement de Toulon	arrondissement-de-toulon	Arrondissement de Toulon,Toulon		FR	93	83	832	567852	Europe/Paris
2972349	Arrondissement de Toul	arrondissement-de-toul	Arrondissement de Toul,Toul		FR	44	54	544	69151	Europe/Paris
2972741	Arrondissement de Thonon-les-Bains	arrondissement-de-thonon-les-bains	Arrondissement de Thonon-les-Bains,Thonon-les-Bains		FR	84	74	744	145809	Europe/Paris
2972810	Arrondissement de Thionville	arrondissement-de-thionville	Arrondissement de Thionville,Arrondissement de Thionville-Est,Arrondissement de Thionville-Ouest,Thionville		FR	44	57	577	266506	Europe/Paris
2972855	Arrondissement de Thiers	arrondissement-de-thiers	Arrondissement de Thiers,Thiers		FR	84	63	635	56321	Europe/Paris
2973012	Arrondissement de Thann-Guebwiller	arrondissement-de-thann-guebwiller	Thann-Guebwiller		FR	44	68	686	130270	Europe/Paris
2973384	Arrondissement de Tarbes	arrondissement-de-tarbes	Arrondissement de Tarbes,Tarbes		FR	76	65	653	140961	Europe/Paris
2973781	Arrondissement de Strasbourg	arrondissement-de-strasbourg	Strasbourg		FR	44	67	678	491409	Europe/Paris
2974388	Arrondissement de Soissons	arrondissement-de-soissons	Arrondissement de Soissons,Soissons		FR	32	02	024	107744	Europe/Paris
2975049	Arrondissement de Sens	arrondissement-de-sens	Arrondissement de Sens,Sens		FR	27	89	893	131368	Europe/Paris
2975086	Arrondissement de Senlis	arrondissement-de-senlis	Arrondissement de Senlis,Senlis		FR	32	60	604	281760	Europe/Paris
2975232	Arrondissement de Sélestat-Erstein	arrondissement-de-selestat-erstein	Selestat-Erstein,Sélestat-Erstein		FR	44	67	675	156463	Europe/Paris
2975313	Arrondissement de Segré	arrondissement-de-segre	Arrondissement de Segre,Arrondissement de Segré,Segre,Segré		FR	52	49	494	70805	Europe/Paris
2975347	Arrondissement de Sedan	arrondissement-de-sedan	Arrondissement de Sedan,Sedan		FR	44	08	083	58136	Europe/Paris
2975587	Arrondissement de Saverne	arrondissement-de-saverne	Arrondissement de Saverne,Saverne		FR	44	67	674	128960	Europe/Paris
2975757	Arrondissement de Saumur	arrondissement-de-saumur	Arrondissement de Saumur,Saumur		FR	52	49	493	135333	Europe/Paris
2975930	Arrondissement de Sartène	arrondissement-de-sartene	Arrondissement de Sartene,Arrondissement de Sartène,Sartene,Sartène		FR	94	2A	2A4	40830	Europe/Paris
2975963	Arrondissement de Sarreguemines	arrondissement-de-sarreguemines	Arrondissement de Sarreguemines,Sarreguemines		FR	44	57	576	99226	Europe/Paris
2975966	Arrondissement de Sarrebourg-Château-Salins	arrondissement-de-sarrebourg-chateau-salins	Arrondissement de Chateau-Salins,Arrondissement de Château-Salins,Arrondissement de Sarrebourg,Arrondissement de Sarrebourg-Chateau-Salins,Arrondissement de Sarrebourg-Château-Salins,Sarrebourg-Chateau-Salins,Sarrebourg-Château-Salins		FR	44	57	575	92282	Europe/Paris
2976008	Arrondissement de Sarlat-la-Canéda	arrondissement-de-sarlat-la-caneda	Arrondissement de Sarlat,Arrondissement de Sarlat-la-Caneda,Arrondissement de Sarlat-la-Canéda,Sarlat-la-Caneda,Sarlat-la-Canéda		FR	75	24	244	81863	Europe/Paris
2977293	Arrondissement de Saint-Quentin	arrondissement-de-saint-quentin	Arrondissement de Saint-Quentin,Saint-Quentin		FR	32	02	023	129028	Europe/Paris
2977844	Arrondissement de Saint-Omer	arrondissement-de-saint-omer	Arrondissement de Saint-Omer,Saint-Omer		FR	32	62	625	129608	Europe/Paris
2977920	Arrondissement de Saint-Nazaire	arrondissement-de-saint-nazaire	Arrondissement de Saint-Nazaire,Saint-Nazaire		FR	52	44	443	327907	Europe/Paris
2978639	Arrondissement de Saint-Malo	arrondissement-de-saint-malo	Arrondissement de Saint-Malo,Saint-Malo		FR	53	35	354	165866	Europe/Paris
2978757	Arrondissement de Saint-Lô	arrondissement-de-saint-lo	Saint-Lo,Saint-Lô		FR	28	50	504	103045	Europe/Paris
2979071	Arrondissement de Saint-Julien-en-Genevois	arrondissement-de-saint-julien-en-genevois	Arrondissement de Saint-Julien-en-Genevois,Saint-Julien-en-Genevois		FR	84	74	743	186343	Europe/Paris
2979302	Arrondissement de Saint-Jean-de-Maurienne	arrondissement-de-saint-jean-de-maurienne	Arrondissement de Saint-Jean-de-Maurienne,Saint-Jean-de-Maurienne		FR	84	73	733	43091	Europe/Paris
2979362	Arrondissement de Saint-Jean-d'Angély	arrondissement-de-saint-jean-d-angely	Arrondissement de Saint-Jean-d'Angely,Arrondissement de Saint-Jean-d'Angély,Saint-Jean-d'Angely,Saint-Jean-d'Angély		FR	75	17	175	52563	Europe/Paris
2979655	Arrondissement de Saint-Girons	arrondissement-de-saint-girons	Arrondissement de Saint-Girons,Saint-Girons		FR	76	09	093	40557	Europe/Paris
2980043	Arrondissement de Saint-Gaudens	arrondissement-de-saint-gaudens	Arrondissement de Saint-Gaudens,Saint-Gaudens		FR	76	31	312	77444	Europe/Paris
2980102	Arrondissement de Saint-Flour	arrondissement-de-saint-flour	Arrondissement de Saint-Flour,Saint-Flour		FR	84	15	153	37697	Europe/Paris
2980288	Arrondissement de Saint-Étienne	arrondissement-de-saint-etienne	Arrondissement de Saint-Etienne,Arrondissement de Saint-Étienne,Saint-Etienne,Saint-Étienne		FR	84	42	423	423286	Europe/Paris
2980339	Arrondissement de Saintes	arrondissement-de-saintes	Arrondissement de Saintes,Saintes		FR	75	17	174	116057	Europe/Paris
2980815	Arrondissement de Saint-Dizier	arrondissement-de-saint-dizier	Arrondissement de Saint-Dizier,Saint-Dizier		FR	44	52	523	69993	Europe/Paris
2980826	Arrondissement de Saint-Dié-des-Vosges	arrondissement-de-saint-die-des-vosges	Arrondissement de Saint-Die,Arrondissement de Saint-Die-des-Vosges,Arrondissement de Saint-Dié,Arrondissement de Saint-Dié-des-Vosges,Saint-Die-des-Vosges,Saint-Dié-des-Vosges		FR	44	88	883	90646	Europe/Paris
2980915	Arrondissement de Saint-Denis	arrondissement-de-saint-denis	Arrondissement de Saint-Denis,Saint-Denis		FR	11	93	933	435310	Europe/Paris
2981076	Arrondissement de Saint-Claude	arrondissement-de-saint-claude	Arrondissement de Saint-Claude,Saint-Claude		FR	27	39	393	49749	Europe/Paris
2981279	Arrondissement de Saint-Brieuc	arrondissement-de-saint-brieuc	Arrondissement de Saint-Brieuc,Saint-Brieuc		FR	53	22	224	270685	Europe/Paris
2981836	Arrondissement de Saint-Amand-Montrond	arrondissement-de-saint-amand-montrond	Arrondissement de Saint-Amand-Mont-Rond,Arrondissement de Saint-Amand-Montrond,Saint-Amand-Montrond		FR	24	18	182	63938	Europe/Paris
2982078	Arrondissement des Sables-d'Olonne	arrondissement-des-sables-d-olonne	Arrondissement des Sables-d'Olonne,Les Sables-d'Olonne,Sables-d'Olonne		FR	52	85	853	237354	Europe/Paris
2982651	Arrondissement de Rouen	arrondissement-de-rouen	Arrondissement de Rouen,Rouen		FR	28	76	763	631032	Europe/Paris
2982966	Arrondissement de Romorantin-Lanthenay	arrondissement-de-romorantin-lanthenay	Arrondissement de Romorantin-Lanthenay,Romorantin-Lanthenay		FR	24	41	413	111627	Europe/Paris
2983153	Arrondissement de Rodez	arrondissement-de-rodez	Arrondissement de Rodez,Rodez		FR	76	12	122	111180	Europe/Paris
2983272	Arrondissement de Rochefort	arrondissement-de-rochefort	Arrondissement de Rochefort,Rochefort		FR	75	17	172	189875	Europe/Paris
2983290	Arrondissement de Rochechouart	arrondissement-de-rochechouart	Rochechouart		FR	75	87	873	37817	Europe/Paris
2983360	Arrondissement de Roanne	arrondissement-de-roanne	Arrondissement de Roanne,Roanne		FR	84	42	422	157160	Europe/Paris
2983488	Arrondissement de Riom	arrondissement-de-riom	Arrondissement de Riom,Riom		FR	84	63	634	135164	Europe/Paris
2983890	Arrondissement de Rethel	arrondissement-de-rethel	Arrondissement de Rethel,Rethel		FR	44	08	082	37384	Europe/Paris
2983989	Arrondissement de Rennes	arrondissement-de-rennes	Arrondissement de Rennes,Rennes		FR	53	35	353	599717	Europe/Paris
2984113	Arrondissement de Reims	arrondissement-de-reims	Arrondissement de Reims,Reims		FR	44	51	513	294674	Europe/Paris
2984191	Arrondissement de Redon	arrondissement-de-redon	Arrondissement de Redon,Redon		FR	53	35	352	102157	Europe/Paris
2984512	Arrondissement de Rambouillet	arrondissement-de-rambouillet	Arrondissement de Rambouillet,Rambouillet		FR	11	78	782	228196	Europe/Paris
2984700	Arrondissement de Quimper	arrondissement-de-quimper	Arrondissement de Quimper,Quimper		FR	53	29	294	322740	Europe/Paris
2985020	Arrondissement du Puy-en-Velay	arrondissement-du-puy-en-velay	Arrondissement du Puy,Arrondissement du Puy-en-Velay,Le Puy,Le Puy-en-Velay,Puy-en-Velay		FR	84	43	432	96498	Europe/Paris
2985228	Arrondissement de Provins	arrondissement-de-provins	Arrondissement de Provins,Provins		FR	11	77	773	190156	Europe/Paris
2985289	Arrondissement de Privas	arrondissement-de-privas	Privas		FR	84	07	072	84907	Europe/Paris
2985643	Arrondissement de Prades	arrondissement-de-prades	Arrondissement de Prades,Prades		FR	76	66	663	59828	Europe/Paris
2986139	Arrondissement de Pontoise	arrondissement-de-pontoise	Arrondissement de Pontoise,Pontoise		FR	11	95	953	338425	Europe/Paris
2986159	Arrondissement de Pontivy	arrondissement-de-pontivy	Arrondissement de Pontivy,Pontivy		FR	53	56	562	155521	Europe/Paris
2986301	Arrondissement de Pontarlier	arrondissement-de-pontarlier	Arrondissement de Pontarlier,Pontarlier		FR	27	25	253	112913	Europe/Paris
2986494	Arrondissement de Poitiers	arrondissement-de-poitiers	Arrondissement de Poitiers,Poitiers		FR	75	86	863	259699	Europe/Paris
2987002	Arrondissement de Pithiviers	arrondissement-de-pithiviers	Arrondissement de Pithiviers,Pithiviers		FR	24	45	453	63483	Europe/Paris
2987913	Arrondissement de Perpignan	arrondissement-de-perpignan	Arrondissement de Perpignan,Perpignan		FR	76	66	662	285077	Europe/Paris
2987927	Arrondissement de Péronne	arrondissement-de-peronne	Arrondissement de Peronne,Arrondissement de Péronne,Peronne,Péronne		FR	32	80	804	94895	Europe/Paris
2987966	Arrondissement de Périgueux	arrondissement-de-perigueux	Arrondissement de Perigueux,Arrondissement de Périgueux,Perigueux,Périgueux		FR	75	24	243	175309	Europe/Paris
2988356	Arrondissement de Pau	arrondissement-de-pau	Arrondissement de Pau,Pau		FR	75	64	643	307892	Europe/Paris
2988446	Arrondissement de Parthenay	arrondissement-de-parthenay	Arrondissement de Parthenay,Parthenay		FR	75	79	793	66173	Europe/Paris
2988506	Paris	paris	Paras,Parigi,Paris,París,Páras		FR	11	75	751	4380654	Europe/Paris
2988669	Arrondissement de Pamiers	arrondissement-de-pamiers	Arrondissement de Pamiers,Pamiers		FR	76	09	092	64938	Europe/Paris
2989316	Arrondissement d'Orléans	arrondissement-d-orleans	Arrondissement d'Orleans,Arrondissement d'Orléans,Orleans,Orléans		FR	24	45	452	440562	Europe/Paris
2989568	Arrondissement d'Oloron-Sainte-Marie	arrondissement-d-oloron-sainte-marie	Arrondissement d'Oloron-Sainte-Marie,Oloron-Sainte-Marie		FR	75	64	642	72504	Europe/Paris
2989818	Arrondissement de Nyons	arrondissement-de-nyons	Arrondissement de Nyons,Nyons		FR	84	26	262	148049	Europe/Paris
2990139	Arrondissement de Nontron	arrondissement-de-nontron	Arrondissement de Nontron,Nontron		FR	75	24	242	54758	Europe/Paris
2990262	Arrondissement de Nogent-sur-Seine	arrondissement-de-nogent-sur-seine	Arrondissement de Nogent-sur-Seine,Nogent-sur-Seine		FR	44	10	102	54067	Europe/Paris
2990271	Arrondissement de Nogent-le-Rotrou	arrondissement-de-nogent-le-rotrou	Arrondissement de Nogent-le-Rotrou,Nogent-le-Rotrou		FR	24	28	284	36035	Europe/Paris
2990354	Arrondissement de Niort	arrondissement-de-niort	Arrondissement de Niort,Niort		FR	75	79	792	199177	Europe/Paris
2990362	Arrondissement de Nîmes	arrondissement-de-nimes	Arrondissement de Nimes,Arrondissement de Nîmes,Nimes,Nîmes		FR	76	30	302	554624	Europe/Paris
2990439	Arrondissement de Nice	arrondissement-de-nice	Arrondissement de Nice,Nice		FR	93	06	062	522637	Europe/Paris
2990473	Arrondissement de Nevers	arrondissement-de-nevers	Arrondissement de Nevers,Nevers		FR	27	58	583	115613	Europe/Paris
2990681	Arrondissement de Neufchâteau	arrondissement-de-neufchateau	Arrondissement de Neufchateau,Arrondissement de Neufchâteau,Neufchateau,Neufchâteau		FR	44	88	882	64681	Europe/Paris
2990779	Arrondissement de Nérac	arrondissement-de-nerac	Arrondissement de Nerac,Arrondissement de Nérac,Nerac,Nérac		FR	75	47	474	39020	Europe/Paris
2990918	Arrondissement de Narbonne	arrondissement-de-narbonne	Arrondissement de Narbonne,Narbonne		FR	76	11	113	165940	Europe/Paris
2990931	Arrondissement de Nantua	arrondissement-de-nantua	Arrondissement de Nantua,Nantua		FR	84	01	014	93404	Europe/Paris
2990968	Arrondissement de Nantes	arrondissement-de-nantes	Arrondissement de Nantes,Nantes		FR	52	44	442	830509	Europe/Paris
2990998	Arrondissement de Nancy	arrondissement-de-nancy	Arrondissement de Nancy,Nancy		FR	44	54	543	419699	Europe/Paris
2991152	Arrondissement de Muret	arrondissement-de-muret	Arrondissement de Muret,Muret		FR	76	31	311	220791	Europe/Paris
2991213	Arrondissement de Mulhouse	arrondissement-de-mulhouse	Arrondissement de Mulhouse,Mulhouse		FR	44	68	684	351012	Europe/Paris
2991477	Arrondissement de Moulins	arrondissement-de-moulins	Arrondissement de Moulins,Moulins		FR	84	03	032	106124	Europe/Paris
2991703	Arrondissement de Mortagne-au-Perche	arrondissement-de-mortagne-au-perche	Arrondissement de Mortagne-au-Perche,Mortagne-au-Perche		FR	28	61	613	88162	Europe/Paris
2991771	Arrondissement de Morlaix	arrondissement-de-morlaix	Arrondissement de Morlaix,Morlaix		FR	53	29	293	128830	Europe/Paris
2992088	Arrondissement de Montreuil	arrondissement-de-montreuil	Arrondissement de Montreuil,Montreuil		FR	32	62	624	112118	Europe/Paris
2992165	Arrondissement of Montpellier	arrondissement-of-montpellier	Arrondissement de Montpellier,Montpellier		FR	76	34	343	683935	Europe/Paris
2992224	Arrondissement de Montmorillon	arrondissement-de-montmorillon	Arrondissement de Montmorillon,Montmorillon		FR	75	86	862	67025	Europe/Paris
2992291	Arrondissement de Montluçon	arrondissement-de-montlucon	Arrondissement de Montlucon,Arrondissement de Montluçon,Montlucon,Montluçon		FR	84	03	031	108364	Europe/Paris
2992759	Arrondissement de Montdidier	arrondissement-de-montdidier	Arrondissement de Montdidier,Montdidier		FR	32	80	803	47700	Europe/Paris
2992770	Arrondissement de Mont-de-Marsan	arrondissement-de-mont-de-marsan	Arrondissement de Mont-de-Marsan,Mont-de-Marsan		FR	75	40	402	180294	Europe/Paris
2992889	Arrondissement de Montbrison	arrondissement-de-montbrison	Arrondissement de Montbrison,Montbrison		FR	84	42	421	181551	Europe/Paris
2992937	Arrondissement de Montbéliard	arrondissement-de-montbeliard	Arrondissement de Montbeliard,Arrondissement de Montbéliard,Montbeliard,Montbéliard		FR	27	25	252	176425	Europe/Paris
2992952	Arrondissement de Montbard	arrondissement-de-montbard	Arrondissement de Montbard,Montbard		FR	27	21	213	60074	Europe/Paris
2993000	Arrondissement de Montauban	arrondissement-de-montauban	Arrondissement de Montauban,Montauban		FR	76	82	822	179474	Europe/Paris
2993023	Arrondissement de Montargis	arrondissement-de-montargis	Arrondissement de Montargis,Montargis		FR	24	45	451	170285	Europe/Paris
2993475	Arrondissement de Molsheim	arrondissement-de-molsheim	Arrondissement de Molsheim,Molsheim		FR	44	67	673	103633	Europe/Paris
2993747	Arrondissement de Mirande	arrondissement-de-mirande	Arrondissement de Mirande,Mirande		FR	76	32	323	42285	Europe/Paris
2993874	Arrondissement de Millau	arrondissement-de-millau	Arrondissement de Millau,Millau		FR	76	12	121	79346	Europe/Paris
2994149	Arrondissement de Metz	arrondissement-de-metz	Metz		FR	44	57	579	344203	Europe/Paris
2994616	Arrondissement de Mende	arrondissement-de-mende	Arrondissement de Mende,Mende		FR	76	48	482	63180	Europe/Paris
2994650	Arrondissement de Melun	arrondissement-de-melun	Arrondissement de Melun,Melun		FR	11	77	772	278808	Europe/Paris
2994797	Arrondissement de Meaux	arrondissement-de-meaux	Arrondissement de Meaux,Meaux		FR	11	77	771	343169	Europe/Paris
2994933	Arrondissement de Mayenne	arrondissement-de-mayenne	Arrondissement de Mayenne,Mayenne		FR	52	53	533	120982	Europe/Paris
2995023	Arrondissement de Mauriac	arrondissement-de-mauriac	Mauriac		FR	84	15	152	25881	Europe/Paris
2995468	Arrondissement de Marseille	arrondissement-de-marseille	Arrondissement de Marseille,Marseille		FR	93	13	133	1932120	Europe/Paris
2995640	Arrondissement de Marmande	arrondissement-de-marmande	Arrondissement de Marmande,Marmande		FR	75	47	472	83647	Europe/Paris
2996147	Arrondissement de Mantes-la-Jolie	arrondissement-de-mantes-la-jolie	Arrondissement de Mantes-la-Jolie,Mantes-la-Jolie		FR	11	78	781	271436	Europe/Paris
2996175	Arrondissement du Mans	arrondissement-du-mans	Arrondissement du Mans,Le Mans,Mans		FR	52	72	723	265315	Europe/Paris
2996290	Arrondissement de Mamers	arrondissement-de-mamers	Arrondissement de Mamers,Mamers		FR	52	72	722	150238	Europe/Paris
2996881	Arrondissement de Mâcon	arrondissement-de-macon	Arrondissement de Macon,Arrondissement de Mâcon,Macon,Mâcon		FR	27	71	715	112854	Europe/Paris
2996943	Arrondissement de Lyon	arrondissement-de-lyon	Arrondissement de Lyon,Lyon		FR	84	69	691	2101106	Europe/Paris
2997075	Arrondissement de Lure	arrondissement-de-lure	Arrondissement de Lure,Lure		FR	27	70	701	109260	Europe/Paris
2997109	Arrondissement de Lunéville	arrondissement-de-luneville	Arrondissement de Luneville,Arrondissement de Lunéville,Luneville,Lunéville		FR	44	54	542	78662	Europe/Paris
2997438	Arrondissement de Louhans	arrondissement-de-louhans	Arrondissement de Louhans,Louhans		FR	27	71	714	67030	Europe/Paris
2997576	Arrondissement de Lorient	arrondissement-de-lorient	Arrondissement de Lorient,Lorient		FR	53	56	561	312063	Europe/Paris
2997625	Arrondissement de Lons-le-Saunier	arrondissement-de-lons-le-saunier	Arrondissement de Lons-le-Saunier,Lons-le-Saunier		FR	27	39	392	104522	Europe/Paris
2997935	Arrondissement de Lodève	arrondissement-de-lodeve	Arrondissement de Lodeve,Arrondissement de Lodève,Lodeve,Lodève		FR	76	34	342	138746	Europe/Paris
2997995	Arrondissement de Loches	arrondissement-de-loches	Arrondissement de Loches,Loches		FR	24	37	373	118282	Europe/Paris
2998149	Arrondissement de Lisieux	arrondissement-de-lisieux	Arrondissement de Lisieux,Lisieux		FR	28	14	143	162678	Europe/Paris
2998262	Arrondissement de Limoux	arrondissement-de-limoux	Arrondissement de Limoux,Limoux		FR	76	11	112	42546	Europe/Paris
2998285	Arrondissement de Limoges	arrondissement-de-limoges	Arrondissement de Limoges,Limoges		FR	75	87	872	297957	Europe/Paris
2998323	Arrondissement de Lille	arrondissement-de-lille	Arrondissement de Lille,Lille		FR	32	59	595	1237472	Europe/Paris
2998516	Arrondissement de Libourne	arrondissement-de-libourne	Arrondissement de Libourne,Libourne		FR	75	33	335	154067	Europe/Paris
3000071	Arrondissement de Lesparre-Médoc	arrondissement-de-lesparre-medoc	Arrondissement de Lesparre-Medoc,Arrondissement de Lesparre-Médoc,Lesparre-Medoc,Lesparre-Médoc		FR	75	33	334	89098	Europe/Paris
3003091	Arrondissement de Lens	arrondissement-de-lens	Arrondissement de Lens,Lens		FR	32	62	627	367839	Europe/Paris
3005865	Arrondissement de Laval	arrondissement-de-laval	Arrondissement de Laval,Laval		FR	52	53	532	112937	Europe/Paris
3006201	Arrondissement de La Tour-du-Pin	arrondissement-de-la-tour-du-pin	Arrondissement de La Tour-du-Pin,La Tour-du-Pin,Tour-du-Pin		FR	84	38	382	302380	Europe/Paris
3006766	Arrondissement de La Roche-sur-Yon	arrondissement-de-la-roche-sur-yon	Arrondissement de La Roche-sur-Yon,La Roche-sur-Yon,Roche-sur-Yon		FR	52	85	852	291623	Europe/Paris
3006783	Arrondissement de La Rochelle	arrondissement-de-la-rochelle	Arrondissement de La Rochelle,La Rochelle,Rochelle		FR	75	17	173	215707	Europe/Paris
3006956	Arrondissement de Largentière	arrondissement-de-largentiere	Arrondissement de Largentiere,Arrondissement de Largentière,Largentiere,Largentière		FR	84	07	071	101490	Europe/Paris
3007476	Arrondissement de Laon	arrondissement-de-laon	Arrondissement de Laon,Laon		FR	32	02	022	157371	Europe/Paris
3007608	Arrondissement de Lannion	arrondissement-de-lannion	Arrondissement de Lannion,Lannion		FR	53	22	223	99903	Europe/Paris
3007679	Arrondissement de Langres	arrondissement-de-langres	Arrondissement de Langres,Langres		FR	44	52	522	43943	Europe/Paris
3007688	Arrondissement de Langon	arrondissement-de-langon	Arrondissement de Langon,Langon		FR	75	33	333	132346	Europe/Paris
3010153	Arrondissement de La Châtre	arrondissement-de-la-chatre	Arrondissement de La Chatre,Arrondissement de La Châtre,Chatre,Châtre,La Chatre,La Châtre		FR	24	36	363	28433	Europe/Paris
3012265	Arrondissement de Jonzac	arrondissement-de-jonzac	Arrondissement de Jonzac,Jonzac		FR	75	17	171	67989	Europe/Paris
3012654	Arrondissement d'Issoudun	arrondissement-d-issoudun	Arrondissement d'Issoudun,Arrondissement de Issoudun,Issoudun		FR	24	36	364	34252	Europe/Paris
3012661	Arrondissement d'Issoire	arrondissement-d-issoire	Arrondissement d'Issoire,Issoire		FR	84	63	633	77561	Europe/Paris
3013633	Arrondissement du Havre	arrondissement-du-havre	Arrondissement du Havre,Havre,Le Harve,Le Havre		FR	28	76	762	387520	Europe/Paris
3014077	Arrondissement de Haguenau-Wissembourg	arrondissement-de-haguenau-wissembourg	Arrondissement de Haguenau,Arrondissement de Haguenau-Wissembourg,Arrondissement de Wissembourg,Haguenau-Wissembourg		FR	44	67	672	240942	Europe/Paris
3014220	Arrondissement de Guingamp	arrondissement-de-guingamp	Arrondissement de Guingamp,Guingamp		FR	53	22	222	125567	Europe/Paris
3014382	Arrondissement de Guéret	arrondissement-de-gueret	Arrondissement de Gueret,Arrondissement de Guéret,Gueret,Guéret		FR	75	23	232	74822	Europe/Paris
3014727	Arrondissement de Grenoble	arrondissement-de-grenoble	Arrondissement de Grenoble,Grenoble		FR	84	38	381	738149	Europe/Paris
3014855	Arrondissement de Grasse	arrondissement-de-grasse	Arrondissement de Grasse,Grasse		FR	93	06	061	561067	Europe/Paris
3015540	Arrondissement de Gourdon	arrondissement-de-gourdon	Arrondissement de Gourdon,Gourdon		FR	76	46	463	46838	Europe/Paris
3016142	Arrondissement de Gex	arrondissement-de-gex	Arrondissement de Gex,Gex		FR	84	01	013	93027	Europe/Paris
3016701	Arrondissement de Gap	arrondissement-de-gap	Arrondissement de Gap,Gap		FR	93	05	052	105841	Europe/Paris
3017608	Arrondissement de Fougères-Vitré	arrondissement-de-fougeres-vitre	Fougeres-Vitre,Fougères-Vitré		FR	53	35	351	184039	Europe/Paris
3017797	Arrondissement de Forcalquier	arrondissement-de-forcalquier	Arrondissement de Forcalquier,Forcalquier		FR	93	04	044	95990	Europe/Paris
3017804	Arrondissement de Forbach-Boulay-Moselle	arrondissement-de-forbach-boulay-moselle	Forbach-Boulay-Moselle		FR	44	57	573	243054	Europe/Paris
3017920	Arrondissement de Fontenay-le-Comte	arrondissement-de-fontenay-le-comte	Arrondissement de Fontenay-le-Comte,Fontenay-le-Comte		FR	52	85	851	141620	Europe/Paris
3018172	Arrondissement de Foix	arrondissement-de-foix	Arrondissement de Foix,Foix		FR	76	09	091	47572	Europe/Paris
3018236	Arrondissement de Florac	arrondissement-de-florac	Arrondissement de Florac,Florac		FR	76	48	481	13242	Europe/Paris
3018505	Arrondissement de Figeac	arrondissement-de-figeac	Arrondissement de Figeac,Figeac		FR	76	46	462	54566	Europe/Paris
3019264	Arrondissement d'Évreux	arrondissement-d-evreux	Arrondissement d'Evreux,Arrondissement d'Évreux,Evreux,Évreux		FR	28	27	273	140039	Europe/Paris
3020034	Arrondissement d'Épinal	arrondissement-d-epinal	Arrondissement d'Epinal,Arrondissement d'Épinal,Epinal,Épinal		FR	44	88	881	214314	Europe/Paris
3020061	Arrondissement d'Épernay	arrondissement-d-epernay	Arrondissement d'Epernay,Arrondissement d'Épernay,Arrondissement de Epernay,Arrondissement de Épernay,Epernay,Épernay		FR	44	51	512	120269	Europe/Paris
3020685	Arrondissement de Dunkerque	arrondissement-de-dunkerque	Arrondissement de Dunkerque,Dunkerque		FR	32	59	594	377294	Europe/Paris
3020809	Arrondissement de Dreux	arrondissement-de-dreux	Arrondissement de Dreux,Dreux		FR	24	28	283	129414	Europe/Paris
3020849	Arrondissement de Draguignan	arrondissement-de-draguignan	Draguignan		FR	93	83	831	306320	Europe/Paris
3020999	Arrondissement de Douai	arrondissement-de-douai	Arrondissement de Douai,Douai		FR	32	59	593	245280	Europe/Paris
3021262	Arrondissement de Dole	arrondissement-de-dole	Arrondissement de Dole,Dole		FR	27	39	391	106246	Europe/Paris
3021353	Arrondissement de Dinan	arrondissement-de-dinan	Arrondissement de Dinan,Dinan		FR	53	22	221	102698	Europe/Paris
3021371	Arrondissement de Dijon	arrondissement-de-dijon	Arrondissement de Dijon,Dijon		FR	27	21	212	361844	Europe/Paris
3021381	Arrondissement de Digne-les-Bains	arrondissement-de-digne-les-bains	Digne-les-Bains		FR	93	04	043	47298	Europe/Paris
3021410	Arrondissement de Dieppe	arrondissement-de-dieppe	Arrondissement de Dieppe,Dieppe		FR	28	76	761	237203	Europe/Paris
3021434	Arrondissement de Die	arrondissement-de-die	Arrondissement de Die,Die		FR	84	26	261	67036	Europe/Paris
3021669	Arrondissement de Dax	arrondissement-de-dax	Arrondissement de Dax,Dax		FR	75	40	401	224716	Europe/Paris
3022825	Arrondissement de Coutances	arrondissement-de-coutances	Arrondissement de Coutances,Coutances		FR	28	50	503	70845	Europe/Paris
3023475	Arrondissement de Cosne-Cours-sur-Loire	arrondissement-de-cosne-cours-sur-loire	Arrondissement de Cosne-sur-Loire,Cosne-Cours-sur-Loire		FR	27	58	584	43893	Europe/Paris
3023505	Arrondissement de Corte	arrondissement-de-corte	Arrondissement de Corte,Corte		FR	94	2B	2B3	58800	Europe/Paris
3023918	Arrondissement de Confolens	arrondissement-de-confolens	Arrondissement de Confolens,Confolens		FR	75	16	163	71845	Europe/Paris
3023942	Arrondissement de Condom	arrondissement-de-condom	Arrondissement de Condom,Condom		FR	76	32	322	67137	Europe/Paris
3024065	Arrondissement de Compiègne	arrondissement-de-compiegne	Arrondissement de Compiegne,Arrondissement de Compiègne,Compiegne,Compiègne		FR	32	60	603	182266	Europe/Paris
3024085	Arrondissement de Commercy	arrondissement-de-commercy	Arrondissement de Commercy,Commercy		FR	44	55	552	43511	Europe/Paris
3024296	Arrondissement de Colmar-Ribeauvillé	arrondissement-de-colmar-ribeauville	Colmar-Ribeauville,Colmar-Ribeauvillé		FR	44	68	682	211668	Europe/Paris
3024439	Arrondissement de Cognac	arrondissement-de-cognac	Cognac		FR	75	16	162	99987	Europe/Paris
3024634	Arrondissement de Clermont-Ferrand	arrondissement-de-clermont-ferrand	Arrondissement de Clermont-Ferrand,Clermont-Ferrand		FR	84	63	632	354048	Europe/Paris
3024642	Arrondissement de Clermont	arrondissement-de-clermont	Arrondissement de Clermont,Clermont		FR	32	60	602	130333	Europe/Paris
3024780	Arrondissement de Clamecy	arrondissement-de-clamecy	Arrondissement de Clamecy,Clamecy		FR	27	58	582	21364	Europe/Paris
3025052	Arrondissement de Cholet	arrondissement-de-cholet	Arrondissement de Cholet,Cholet		FR	52	49	492	224581	Europe/Paris
3025131	Arrondissement de Chinon	arrondissement-de-chinon	Arrondissement de Chinon,Chinon		FR	24	37	371	103824	Europe/Paris
3025465	Arrondissement de Cherbourg	arrondissement-de-cherbourg	Arrondissement de Cherbourg,Cherbourg		FR	28	50	502	189748	Europe/Paris
3025888	Arrondissement de Chaumont	arrondissement-de-chaumont	Arrondissement de Chaumont,Chaumont		FR	44	52	521	64148	Europe/Paris
3026140	Arrondissement de Châtellerault	arrondissement-de-chatellerault	Arrondissement de Chatellerault,Arrondissement de Châtellerault,Chatellerault,Châtellerault		FR	75	86	861	109345	Europe/Paris
3026193	Arrondissement de Château-Thierry	arrondissement-de-chateau-thierry	Arrondissement de Chateau-Thierry,Arrondissement de Château-Thierry,Chateau-Thierry,Château-Thierry		FR	32	02	021	69836	Europe/Paris
3026202	Arrondissement de Châteauroux	arrondissement-de-chateauroux	Arrondissement de Chateauroux,Arrondissement de Châteauroux,Chateauroux,Châteauroux		FR	24	36	362	129106	Europe/Paris
3026260	Arrondissement de Châteaulin	arrondissement-de-chateaulin	Arrondissement de Chateaulin,Arrondissement de Châteaulin,Chateaulin,Châteaulin		FR	53	29	292	82403	Europe/Paris
3026272	Arrondissement de Château-Gontier	arrondissement-de-chateau-gontier	Arrondissement de Chateau-Gontier,Arrondissement de Château-Gontier,Chateau-Gontier,Château-Gontier		FR	52	53	531	73769	Europe/Paris
3026284	Arrondissement de Châteaudun	arrondissement-de-chateaudun	Arrondissement de Chateaudun,Arrondissement de Châteaudun,Chateaudun,Châteaudun		FR	24	28	282	59262	Europe/Paris
3026297	Arrondissement de Château-Chinon (Ville)	arrondissement-de-chateau-chinon-ville	Arrondissement de Chateau-Chinon,Arrondissement de Chateau-Chinon (Ville),Arrondissement de Château-Chinon,Arrondissement de Château-Chinon (Ville),Chateau-Chinon (Ville),Château-Chinon (Ville)		FR	27	58	581	28291	Europe/Paris
3026466	Arrondissement de Chartres	arrondissement-de-chartres	Arrondissement de Chartres,Chartres		FR	24	28	281	209218	Europe/Paris
3026514	Arrondissement de Charolles	arrondissement-de-charolles	Arrondissement de Charolles,Charolles		FR	27	71	713	87416	Europe/Paris
3026612	Arrondissement de Charleville-Mézières	arrondissement-de-charleville-mezieres	Arrondissement de Charleville-Mezieres,Arrondissement de Charleville-Mézières,Charleville-Mezieres,Charleville-Mézières		FR	44	08	081	158005	Europe/Paris
3027421	Arrondissement de Chambéry	arrondissement-de-chambery	Arrondissement de Chambery,Arrondissement de Chambéry,Chambery,Chambéry		FR	84	73	732	274839	Europe/Paris
3027483	Arrondissement de Chalon-sur-Saône	arrondissement-de-chalon-sur-saone	Arrondissement de Chalon-sur-Saone,Arrondissement de Chalon-sur-Saône,Chalon-sur-Saone,Chalon-sur-Saône		FR	27	71	712	156331	Europe/Paris
3027486	Arrondissement de Châlons-en-Champagne	arrondissement-de-chalons-en-champagne	Arrondissement de Chalons-sur-Marne,Arrondissement de Châlons-sur-Marne,Chalons-en-Champagne,Châlons-en-Champagne		FR	44	51	511	109916	Europe/Paris
3027887	Arrondissement de Céret	arrondissement-de-ceret	Arrondissement de Ceret,Arrondissement de Céret,Ceret,Céret		FR	76	66	661	129464	Europe/Paris
3028260	Arrondissement de Castres	arrondissement-de-castres	Arrondissement de Castres,Castres		FR	76	81	812	195298	Europe/Paris
3028321	Arrondissement de Castelsarrasin	arrondissement-de-castelsarrasin	Arrondissement de Castelsarrasin,Castelsarrasin		FR	76	82	821	77423	Europe/Paris
3028381	Arrondissement de Castellane	arrondissement-de-castellane	Arrondissement de Castellane,Castellane		FR	93	04	042	11403	Europe/Paris
3028541	Arrondissement de Carpentras	arrondissement-de-carpentras	Arrondissement de Carpentras,Carpentras		FR	93	84	843	215881	Europe/Paris
3028640	Arrondissement de Carcassonne	arrondissement-de-carcassonne	Arrondissement de Carcassonne,Carcassonne		FR	76	11	111	159539	Europe/Paris
3029029	Arrondissement de Cambrai	arrondissement-de-cambrai	Arrondissement de Cambrai,Cambrai		FR	32	59	592	162045	Europe/Paris
3029089	Arrondissement de Calvi	arrondissement-de-calvi	Arrondissement de Calvi,Calvi,Calvi de Corse		FR	94	2B	2B5	29576	Europe/Paris
3029161	Arrondissement de Calais	arrondissement-de-calais	Arrondissement de Calais,Calais		FR	32	62	626	158492	Europe/Paris
3029212	Arrondissement de Cahors	arrondissement-de-cahors	Arrondissement de Cahors,Cahors		FR	76	46	461	71943	Europe/Paris
3029240	Arrondissement de Caen	arrondissement-de-caen	Arrondissement de Caen,Caen		FR	28	14	142	384540	Europe/Paris
3029973	Arrondissement de Brive-la-Gaillarde	arrondissement-de-brive-la-gaillarde	Arrondissement de Brive-la-Gaillarde,Brive-la-Gaillarde		FR	75	19	191	128863	Europe/Paris
3029994	Arrondissement de Brioude	arrondissement-de-brioude	Arrondissement de Brioude,Brioude		FR	84	43	431	45768	Europe/Paris
3030056	Arrondissement de Brignoles	arrondissement-de-brignoles	Arrondissement de Brignoles,Brignoles		FR	93	83	833	181649	Europe/Paris
3030070	Arrondissement de Briey	arrondissement-de-briey	Arrondissement de Briey,Briey		FR	44	54	541	166309	Europe/Paris
3030140	Arrondissement de Briançon	arrondissement-de-briancon	Arrondissement Briancon,Arrondissement Briançon,Arrondissement de Briancon,Arrondissement de Briançon,Briancon,Briançon		FR	93	05	051	35266	Europe/Paris
3030299	Arrondissement de Brest	arrondissement-de-brest	Arrondissement de Brest,Brest		FR	53	29	291	374276	Europe/Paris
3030302	Arrondissement de Bressuire	arrondissement-de-bressuire	Arrondissement de Bressuire,Bressuire		FR	75	79	791	109393	Europe/Paris
3031004	Arrondissement de Bourges	arrondissement-de-bourges	Arrondissement de Bourges,Bourges		FR	24	18	181	173037	Europe/Paris
3031008	Arrondissement de Bourg-en-Bresse	arrondissement-de-bourg-en-bresse	Arrondissement de Bourg-en-Bresse,Bourg-en-Bresse		FR	84	01	012	331400	Europe/Paris
3031132	Arrondissement de Boulogne-sur-Mer	arrondissement-de-boulogne-sur-mer	Arrondissement de Boulogne-sur-Mer,Boulogne-sur-Mer		FR	32	62	623	159748	Europe/Paris
3031580	Arrondissement de Bordeaux	arrondissement-de-bordeaux	Arrondissement de Bordeaux,Bordeaux,Diamerisma tou Bornto,Διαμέρισμα του Μπορντώ		FR	75	33	332	950099	Europe/Paris
3031676	Arrondissement de Bonneville	arrondissement-de-bonneville	Arrondissement de Bonneville,Bonneville		FR	84	74	742	186945	Europe/Paris
3032212	Arrondissement de Blois	arrondissement-de-blois	Arrondissement de Blois,Blois		FR	24	41	411	151323	Europe/Paris
3032294	Arrondissement de Blaye	arrondissement-de-blaye	Arrondissement de Blaye,Blaye		FR	75	33	331	90090	Europe/Paris
3032422	Le Blanc	le-blanc	Arrondissement du Blanc,Blanc,Le Blanc		FR	24	36	361	31714	Europe/Paris
3032832	Arrondissement de Béziers	arrondissement-de-beziers	Arrondissement de Beziers,Arrondissement de Béziers,Beziers,Béziers		FR	76	34	341	309800	Europe/Paris
3033000	Arrondissement de Béthune	arrondissement-de-bethune	Arrondissement de Bethune,Arrondissement de Béthune,Bethune,Béthune		FR	32	62	622	293991	Europe/Paris
3033122	Arrondissement de Besançon	arrondissement-de-besancon	Arrondissement de Besancon,Arrondissement de Besançon,Besancon,Besançon		FR	27	25	251	249211	Europe/Paris
3033307	Arrondissement de Bernay	arrondissement-de-bernay	Arrondissement de Bernay,Bernay		FR	28	27	272	227054	Europe/Paris
3033390	Arrondissement de Bergerac	arrondissement-de-bergerac	Arrondissement de Bergerac,Bergerac		FR	75	24	241	102859	Europe/Paris
3033623	Arrondissement de Belley	arrondissement-de-belley	Arrondissement de Belley,Belley		FR	84	01	011	120594	Europe/Paris
3033765	Arrondissement de Bellac	arrondissement-de-bellac	Arrondissement de Bellac,Bellac		FR	75	87	871	39204	Europe/Paris
3033790	Arrondissement de Belfort	arrondissement-de-belfort	Arrondissement de Belfort,Belfort		FR	27	90	901	144089	Europe/Paris
3034005	Arrondissement de Beauvais	arrondissement-de-beauvais	Arrondissement de Beauvais,Beauvais		FR	32	60	601	229183	Europe/Paris
3034125	Arrondissement de Beaune	arrondissement-de-beaune	Arrondissement de Beaune,Beaune		FR	27	21	211	111295	Europe/Paris
3034473	Arrondissement de Bayonne	arrondissement-de-bayonne	Arrondissement de Bayonne,Bayonne		FR	75	64	641	293590	Europe/Paris
3034482	Arrondissement de Bayeux	arrondissement-de-bayeux	Arrondissement de Bayeux,Bayeux		FR	28	14	141	73896	Europe/Paris
3034639	Arrondissement de Bastia	arrondissement-de-bastia	Bastia		FR	94	2B	2B2	87776	Europe/Paris
3034801	Arrondissement de Bar-sur-Aube	arrondissement-de-bar-sur-aube	Arrondissement de Bar-sur-Aube,Bar-sur-Aube		FR	44	10	101	28759	Europe/Paris
3034910	Arrondissement de Bar-le-Duc	arrondissement-de-bar-le-duc	Arrondissement de Bar-le-Duc,Bar-le-Duc		FR	44	55	551	59980	Europe/Paris
3034990	Arrondissement de Barcelonnette	arrondissement-de-barcelonnette	Arrondissement de Barcelonnette,Barcelonnette		FR	93	04	041	7874	Europe/Paris
3035417	Arrondissement de Bagnères-de-Bigorre	arrondissement-de-bagneres-de-bigorre	Arrondissement de Bagneres-de-Bigorre,Arrondissement de Bagnères-de-Bigorre,Bagneres-de-Bigorre,Bagnères-de-Bigorre		FR	76	65	652	48866	Europe/Paris
3035638	Arrondissement d'Avranches	arrondissement-d-avranches	Arrondissement d'Avranches,Avranches		FR	28	50	501	134724	Europe/Paris
3035679	Arrondissement d'Avignon	arrondissement-d-avignon	Avignon		FR	93	84	842	214340	Europe/Paris
3035697	Arrondissement d'Avesnes-sur-Helpe	arrondissement-d-avesnes-sur-helpe	Arrondissement d'Avesnes-sur-Helpe,Avesnes-sur-Helpe		FR	32	59	591	230372	Europe/Paris
3035767	Arrondissement d'Avallon	arrondissement-d-avallon	Arrondissement d'Avallon,Avallon		FR	27	89	892	43189	Europe/Paris
3035842	Arrondissement d'Auxerre	arrondissement-d-auxerre	Arrondissement d'Auxerre,Auxerre		FR	27	89	891	165987	Europe/Paris
3035882	Arrondissement d'Autun	arrondissement-d-autun	Arrondissement d'Autun,Autun		FR	27	71	711	131392	Europe/Paris
3036015	Arrondissement d'Aurillac	arrondissement-d-aurillac	Arrondissement d'Aurillac,Aurillac		FR	84	15	151	82391	Europe/Paris
3036280	Arrondissement d'Auch	arrondissement-d-auch	Arrondissement d'Auch,Auch		FR	76	32	321	81242	Europe/Paris
3036293	Arrondissement d'Aubusson	arrondissement-d-aubusson	Arrondissement d'Aubusson,Aubusson		FR	75	23	231	44680	Europe/Paris
3036783	Arrondissement d'Arras	arrondissement-d-arras	Arras,Arrondissement d'Arras		FR	32	62	621	248929	Europe/Paris
3036937	Arrondissement d'Arles	arrondissement-d-arles	Arles,Arrondissement d'Arles		FR	93	13	132	171684	Europe/Paris
3037050	Arrondissement d'Argentan	arrondissement-d-argentan	Argentan,Arrondissement d'Argentan		FR	28	61	612	110239	Europe/Paris
3037069	Arrondissement d'Argelès-Gazost	arrondissement-d-argeles-gazost	Argeles-Gazost,Argelès-Gazost,Arrondissement d'Argeles-Gazost,Arrondissement d'Argelès-Gazost		FR	76	65	651	38002	Europe/Paris
3037351	Arrondissement d'Apt	arrondissement-d-apt	Apt,Arrondissement d'Apt		FR	93	84	841	128793	Europe/Paris
3037542	Arrondissement d'Annecy	arrondissement-d-annecy	Annecy,Arrondissement d'Annecy		FR	84	74	741	282319	Europe/Paris
3037597	Arrondissement d'Angoulême	arrondissement-d-angouleme	Angouleme,Angoulême,Arrondissement d'Angouleme,Arrondissement d'Angoulême		FR	75	16	161	181456	Europe/Paris
3037655	Arrondissement d'Angers	arrondissement-d-angers	Angers,Arrondissement d'Angers		FR	52	49	491	380215	Europe/Paris
3037730	Les Andelys	les-andelys	Andelys,Arrondissement des Andelys,Les Andelys		FR	28	27	271	235732	Europe/Paris
3037853	Arrondissement d'Amiens	arrondissement-d-amiens	Amiens,Arrondissement d'Amiens		FR	32	80	802	304282	Europe/Paris
3037936	Arrondissement d'Ambert	arrondissement-d-ambert	Ambert,Arrondissement d'Ambert		FR	84	63	631	27606	Europe/Paris
3038011	Arrondissement d'Altkirch	arrondissement-d-altkirch	Altkirch,Arrondissement d'Altkirch		FR	44	68	681	69793	Europe/Paris
3038223	Arrondissement d'Alès	arrondissement-d-ales	Ales,Alès,Arrondissement d'Ales,Arrondissement d'Alès		FR	76	30	301	148139	Europe/Paris
3038229	Arrondissement d'Alençon	arrondissement-d-alencon	Alencon,Alençon,Arrondissement d'Alencon,Arrondissement d'Alençon		FR	28	61	611	86907	Europe/Paris
3038260	Arrondissement d'Albi	arrondissement-d-albi	Albi,Arrondissement d'Albi		FR	76	81	811	191150	Europe/Paris
3038265	Arrondissement d'Albertville	arrondissement-d-albertville	Albertville,Arrondissement d'Albertville		FR	84	73	731	111751	Europe/Paris
3038333	Arrondissement d'Ajaccio	arrondissement-d-ajaccio	Ajaccio,Arrondissement d'Ajaccio		FR	94	2A	2A1	113473	Europe/Paris
3038353	Arrondissement d'Aix-en-Provence	arrondissement-d-aix-en-provence	Aix-en-Provence,Arrondissement d'Aix-en-Provence		FR	93	13	131	450153	Europe/Paris
3038633	Arrondissement d'Agen	arrondissement-d-agen	Agen,Arrondissement d'Agen		FR	75	47	471	120499	Europe/Paris
3038788	Arrondissement d'Abbeville	arrondissement-d-abbeville	Abbeville,Arrondissement d'Abbeville		FR	32	80	801	125867	Europe/Paris
6457359	Arrondissement d'Istres	arrondissement-d-istres	Istres		FR	93	13	134	327971	Europe/Paris
6457360	Arrondissement de Vierzon	arrondissement-de-vierzon	Vierzon		FR	24	18	183	70135	Europe/Paris
6457361	Arrondissement de La Flèche	arrondissement-de-la-fleche	Fleche,Flèche		FR	52	72	721	152008	Europe/Paris
6457362	Arrondissement de Fontainebleau	arrondissement-de-fontainebleau	Fontainebleau		FR	11	77	774	156193	Europe/Paris
6457363	Arrondissement de Torcy	arrondissement-de-torcy	Torcy		FR	11	77	775	429339	Europe/Paris
6457364	Arrondissement de Saint-Germain-en-Laye	arrondissement-de-saint-germain-en-laye	Saint-Germain-en-Laye		FR	11	78	783	518220	Europe/Paris
6457365	Arrondissement d'Étampes	arrondissement-d-etampes	Etampes,Étampes		FR	11	91	911	130464	Europe/Paris
6457366	Arrondissement d'Évry	arrondissement-d-evry	Evry,Évry		FR	11	91	912	536258	Europe/Paris
6457367	Arrondissement de Palaiseau	arrondissement-de-palaiseau	Palaiseau		FR	11	91	913	620608	Europe/Paris
6457368	Arrondissement d'Antony	arrondissement-d-antony	Antony		FR	11	92	921	396552	Europe/Paris
6457369	Arrondissement de Nanterre	arrondissement-de-nanterre	Nanterre		FR	11	92	922	888181	Europe/Paris
6457370	Arrondissement de Boulogne-Billancourt	arrondissement-de-boulogne-billancourt	Boulogne-Billancourt		FR	11	92	923	318535	Europe/Paris
6457371	Arrondissement de Bobigny	arrondissement-de-bobigny	Bobigny		FR	11	93	931	415958	Europe/Paris
6457372	Arrondissement du Raincy	arrondissement-du-raincy	Le Raincy,Raincy		FR	11	93	932	755392	Europe/Paris
6457373	Arrondissement de Créteil	arrondissement-de-creteil	Creteil,Créteil		FR	11	94	941	310758	Europe/Paris
6457374	Arrondissement de Nogent-sur-Marne	arrondissement-de-nogent-sur-marne	Nogent-sur-Marne		FR	11	94	942	508854	Europe/Paris
6457375	Arrondissement de L'Haÿ-les-Roses	arrondissement-de-l-hay-les-roses	Hay-les-Roses,Haÿ-les-Roses		FR	11	94	943	558539	Europe/Paris
6457376	Arrondissement d'Argenteuil	arrondissement-d-argenteuil	Argenteuil		FR	11	95	951	412334	Europe/Paris
6457377	Arrondissement de Sarcelles	arrondissement-de-sarcelles	Sarcelles		FR	11	95	952	471164	Europe/Paris
6621469	Arrondissement d'Arcachon	arrondissement-d-arcachon	Arcachon		FR	75	33	336	150979	Europe/Paris
12036022	Arrondissement of Châteaubriant-Ancenis	arrondissement-of-chateaubriant-ancenis			FR	52	44	445	222436	Europe/Paris
\.


--
-- Data for Name: admin4; Type: TABLE DATA; Schema: fr; Owner: g5
--

COPY fr.admin4 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, admin2_code, admin3_code, admin4_code, population, timezone) FROM stdin;
2968577	Villeneuve-d'Ascq	villeneuve-d-ascq	Lungsod ng Villeneuve-d'Ascq,Vil'nev-d'Ask,Vil'njov-d'Ask,Villeneuve d'Ascq,Villeneuve-d'Ascq,Viln'ov d'Ask,Vilnev Dask,Вилнев Даск,Вилньов д'Аск,Вильнёв-д'Аск,Вільнев-д'Аск,ヴィルヌーヴ・ダスク		FR	32	59	595	59009	62358	Europe/Paris
2973014	Bitschwiller-lès-Thann	bitschwiller-les-thann	Bitschweiler,Bitshviler le Tan,Bitshviller-le-Tan,Bitshviller-le-Tann,bi te si ke wei lai lai tang,Битшвилер ле Тан,Битшвиллер-ле-Тан,Битшвиллер-ле-Танн,Бітшвіллер-ле-Танн,比特斯克维莱莱唐		FR	44	68	686	68040	1973	Europe/Paris
2986293	Pontault-Combault	pontault-combault			FR	11	77	775	77373	38326	Europe/Paris
3008501	L'Albère	l-albere	L'Albere,L'Albère,l'Albera		FR	76	66	661	66001	83	Europe/Paris
6324452	Maureillas-las-Illas	maureillas-las-illas	Maureillas-las-Illas,Morellas i les Illes,Morellàs i les Illes		FR	76	66	661	66106	2559	Europe/Paris
6424361	Volx	volx	Volx		FR	93	04	044	04245	3153	Europe/Paris
6424362	Orignolles	orignolles			FR	75	17	171	17269	664	Europe/Paris
6424363	Morogues	morogues	Morog,Morogues,mo luo gai,Морог,莫罗盖		FR	24	18	181	18156	443	Europe/Paris
6424364	Sourzac	sourzac	Sourzac		FR	75	24	243	24543	1107	Europe/Paris
6424365	Réaumont	reaumont	Reaumont,Réaumont		FR	84	38	381	38331	1033	Europe/Paris
6424366	Montgesty	montgesty	Montgesty		FR	76	46	461	46205	335	Europe/Paris
6424368	Viry	viry	Viri,Viriacum,Viry,Вірі		FR	84	74	743	74309	5072	Europe/Paris
6424369	Ichy	ichy	Ichy		FR	11	77	774	77230	174	Europe/Paris
6424370	Villevaudé	villevaude	Villevaude,Villevaudé		FR	11	77	771	77517	2109	Europe/Paris
6424371	Portieux	portieux	Portieux		FR	44	88	881	88355	1268	Europe/Paris
6424372	Daon	daon	Daon		FR	52	53	531	53089	490	Europe/Paris
6424373	Cusy	cusy	Cosi,Cusium Gebennesium,Cusy,Côsi,Kizi,Kjuzi,Кизи,Кюзі		FR	84	74	741	74097	1853	Europe/Paris
6424375	Salins	salins	Salen,Salins,sa lan,Сален,萨兰		FR	84	15	152	15220	145	Europe/Paris
6424376	Juillenay	juillenay	Juillenay,Zhjujene,Zhuene,rui yi lei nai,Жуене,Жуєне,Жюйене,瑞伊勒奈		FR	27	21	213	21328	43	Europe/Paris
6424377	Busy	busy	Bizi,Bjuzi,Busy,Бизи,Бюзі		FR	27	25	251	25103	628	Europe/Paris
6424378	Rottier	rottier	Rottier		FR	84	26	261	26283	21	Europe/Paris
6424379	Lucé	luce	Ljuse,Luce,Lucé,lu sai,Люсе,吕塞		FR	24	28	281	28218	15755	Europe/Paris
6424380	Cox	cox	Coths,Cox,Còths,Koks,ke zhen,Кокс,科镇		FR	76	31	313	31156	340	Europe/Paris
6424381	Francarville	francarville	Francarville		FR	76	31	313	31194	178	Europe/Paris
6424382	Pointis-Inard	pointis-inard	Pointis-Inard,Puantis-Inar,Puenti-Inar,Puntic-Inard,Puntis dInard,Puntiç-Inard,Puntís dInard,pu an di yi na er,Пуантис-Инар,Пуенті-Інар,普安蒂伊纳尔		FR	76	31	312	31427	913	Europe/Paris
6424383	Sassay	sassay	Sassay		FR	24	41	413	41237	1012	Europe/Paris
6424384	Préfontaines	prefontaines	Prefontaines,Préfontaines		FR	24	45	451	45255	451	Europe/Paris
6424386	Millières	millieres	Mil'er,Millieres,Millières,mi li ai,Мильер,Мільєр,米利埃		FR	28	50	503	50328	788	Europe/Paris
6424387	Champvoisy	champvoisy	Champvoisy		FR	44	51	512	51121	250	Europe/Paris
6424388	Sarcey	sarcey			FR	44	52	521	52459	113	Europe/Paris
6424389	Mée	mee			FR	52	53	531	53148	221	Europe/Paris
6424390	Éply	eply	Eply,Éply		FR	44	54	543	54179	303	Europe/Paris
6424391	Harville	harville			FR	44	55	553	55232	118	Europe/Paris
6424392	Septsarges	septsarges	Septsarges		FR	44	55	553	55484	48	Europe/Paris
6424393	Waly	waly	Waly		FR	44	55	551	55577	61	Europe/Paris
6424394	Mogneville	mogneville	Mogneville		FR	32	60	602	60404	1564	Europe/Paris
6424395	Igé	ige	Ige,Igé,Izhe,yi re,Іже,Иже,伊热		FR	28	61	613	61207	647	Europe/Paris
6424396	Mirepeix	mirepeix	Mirepeix		FR	75	64	643	64386	1270	Europe/Paris
6424397	Puberg	puberg	Bubert,Pjuberg,bwbyrgh,pi bei er,pwbrg,Пюберг,بوبيرغ,پوبرگ,皮贝尔		FR	44	67	674	67381	352	Europe/Paris
6424398	Motz	motz	Mo,Motz,Môtz,Мо		FR	84	73	732	73180	435	Europe/Paris
6424399	Megève	megeve	Megeve,Megève		FR	84	74	742	74173	3123	Europe/Paris
6424400	Tacoignières	tacoignieres	Tacoignieres,Tacoignières		FR	11	78	781	78605	1034	Europe/Paris
6424401	Mérobert	merobert			FR	11	91	911	91393	602	Europe/Paris
6424403	Jausiers	jausiers	Jausiers		FR	93	04	041	04096	1129	Europe/Paris
6424404	Coux	coux			FR	84	07	072	07072	1632	Europe/Paris
6424405	Ayen	ayen	Ayen		FR	75	19	191	19015	721	Europe/Paris
6424406	Arnayon	arnayon	Arnaion,Arnajon,Arnayon,Arneon,a er nai weng,Арнајон,Арнеон,阿尔奈翁		FR	84	26	261	26012	26	Europe/Paris
6424407	Charols	charols	Charols,Charous,Charòus,Sharol,Sharol',sha luo er,Шарол,Шароль,沙罗尔		FR	84	26	262	26078	903	Europe/Paris
6424408	Brenas	brenas			FR	76	34	341	34040	52	Europe/Paris
6424409	Bey	bey	Bey		FR	27	71	712	71033	830	Europe/Paris
6424410	Auchonvillers	auchonvillers	Chonvile,Chonvilé,Oshonvile,Oshonville,ou xiong wei lai er,Ошонвиле,Ошонвілле,欧雄维莱尔		FR	32	80	804	80038	143	Europe/Paris
6424411	Blan	blan	Blan		FR	76	81	812	81032	1121	Europe/Paris
6424412	Saint-Éloi	saint-eloi	Sent Elua,Sent-Ehlua,Sent-Elua,san-aylwa  ayn,sheng ai lu wa,Сент-Елуа,Сент-Элуа,Սենտ Էլուա,سان-إيلوا، أين,سینٹ-علوی، این,圣埃卢瓦		FR	84	01	011	01349	453	Europe/Paris
6424413	Servas	servas	Serva,Servas,sai er wa si,syrfas  ayn,Серва,Սերվա,سيرفاس، أين,塞尔瓦斯		FR	84	01	012	01405	1241	Europe/Paris
6424414	Mazan-l'Abbaye	mazan-l-abbaye	Mazan-l'Abbaye		FR	84	07	071	07154	121	Europe/Paris
6424415	Nouvion-sur-Meuse	nouvion-sur-meuse	Nouvion-sur-Meuse,Nuv'on-sjur-Mjoz,Nuvion-sjur-Mez,mo ci he pan nu wei yong,Нувьон-сюр-Мёз,Нувіон-сюр-Мез,默兹河畔努维永		FR	44	08	081	08327	2255	Europe/Paris
6424416	Sonnac	sonnac	Sonnac		FR	76	12	123	12272	510	Europe/Paris
6424417	Formigny La Bataille	formigny-la-bataille	Formigneium,Formigny La Bataille,Formin'i,Formini,fu er mi ni,Форминьи,Формињи,Форміньї,福尔米尼		FR	28	14	141	14281	726	Europe/Paris
6424418	Vieux-Ruffec	vieux-ruffec	Vieux-Ruffec		FR	75	16	163	16404	106	Europe/Paris
6424419	Mornay-Berry	mornay-berry	Mornay-Berry,Morne-Berri,mo er nai bei er li,Морне-Берри,Морне-Беррі,莫尔奈贝尔里		FR	24	18	182	18154	186	Europe/Paris
6424420	Eyraud-Crempse-Maurens	eyraud-crempse-maurens	Eyraud-Crempse-Maurens,Maurencs,Moran,mo lang,Моран,莫朗		FR	75	24	243	24259	1600	Europe/Paris
6424421	Upie	upie	Jupi,Upia,Upie,Upiá,yu pi ye,Юпі,于皮耶		FR	84	26	263	26358	1529	Europe/Paris
6424422	Nottonville	nottonville	Nottonvil',Nottonville,nuo tong wei er,Ноттонвіль,诺通维尔		FR	24	28	282	28283	306	Europe/Paris
6424423	Pessan	pessan	Pessan		FR	76	32	321	32312	671	Europe/Paris
6424424	Lacoste	lacoste	Lacoste		FR	76	34	342	34124	334	Europe/Paris
6424425	Nizas	nizas	Nizas		FR	76	34	341	34184	666	Europe/Paris
6424426	Cize	cize	Cize,Siz,Сиз,Сіз		FR	27	39	392	39153	785	Europe/Paris
6424427	Marclopt	marclopt	Marclopt,Marklo,ma er ke luo pu,Маркло,马尔克洛普		FR	84	42	421	42135	509	Europe/Paris
6424428	Nadillac	nadillac	Nadillac		FR	76	46	463	46210	62	Europe/Paris
6424429	Sos	sos	Sos,Sòs,suo zhen,Сос,索镇		FR	75	47	474	47302	670	Europe/Paris
6424430	Trémons	tremons	Tremons,Trémons		FR	75	47	473	47314	389	Europe/Paris
6424432	Quibou	quibou	Quibou		FR	28	50	504	50420	938	Europe/Paris
6424433	Ravigny	ravigny			FR	52	53	533	53187	233	Europe/Paris
6424434	Gye	gye	Zhi,gay,ji ai,Жи,Жі,گای,吉埃		FR	44	54	544	54242	238	Europe/Paris
6424435	Gimécourt	gimecourt	Gimecourt,Gimécourt		FR	44	55	552	55210	39	Europe/Paris
6424436	Ley	ley	Ley		FR	44	57	575	57397	101	Europe/Paris
6424437	Moussy	moussy	Moussy,Mussi,mu xi,Мусси,Муссі,穆西		FR	27	58	584	58184	107	Europe/Paris
6424438	Godenvillers	godenvillers	Godanviler,Godanville,ge dang wei lai er,Годанвилер,Годанвілле,戈当维莱尔		FR	32	60	602	60276	225	Europe/Paris
6424439	Litz	litz	Lic,Litz,Ліц		FR	32	60	602	60366	353	Europe/Paris
6424440	Bomy	bomy	Bomy		FR	32	62	625	62153	623	Europe/Paris
6424441	Cucq	cucq	Cucq		FR	32	62	624	62261	5120	Europe/Paris
6424442	Offekerque	offekerque	Offekerque		FR	32	62	626	62634	1160	Europe/Paris
6424443	Doumy	doumy			FR	75	64	643	64203	297	Europe/Paris
6424444	Vidou	vidou	Vido,Vidou,Vidu,Vidòu,wei du,Виду,Віду,维杜		FR	76	65	653	65461	104	Europe/Paris
6424445	Souanyas	souanyas	Soanyes,Souanyas,Suanias,su a ni a,Суаниас,Суаніас,苏阿尼阿		FR	76	66	663	66197	40	Europe/Paris
6424446	Sornay	sornay	Sorne,Сорне		FR	27	70	702	70494	333	Europe/Paris
6424447	Meillerie	meillerie	Meillerie		FR	84	74	744	74175	322	Europe/Paris
6424448	Gouy	gouy	Gouy		FR	28	76	763	76313	828	Europe/Paris
6424449	Nègrepelisse	negrepelisse	Negrepelisse,Nègrepelisse		FR	76	82	822	82134	5613	Europe/Paris
6424450	Tanlay	tanlay	Tanle,tang lai,Танле,唐莱		FR	27	89	892	89407	1030	Europe/Paris
6424451	Villevallier	villevallier	Vil'val'e,Villevallier,wei er wa li ye,Вильвалье,Вільвальє,维尔瓦利耶		FR	27	89	893	89468	420	Europe/Paris
6424452	Bey	bey	Be,Bej,Bey,bei zhen,by,Бе,Бей,Բե,بي,贝镇		FR	84	01	012	01042	276	Europe/Paris
6424453	Barbaira	barbaira	Barbaira		FR	76	11	111	11027	736	Europe/Paris
6424454	Barsac	barsac	Barcac,Barsak,Barçac,ba er sa ke,Барсак,巴尔萨克		FR	84	26	261	26027	139	Europe/Paris
6424455	Arre	arre	Ar,Arr,Arre,a er,Ар,Арр,阿尔		FR	76	30	303	30016	284	Europe/Paris
6424456	Brax	brax	Bra,Bracs,Braks,Brats,bu la,Бра,Бракс,布拉		FR	76	31	313	31088	2786	Europe/Paris
6424457	Caro	caro	Caro,Karo,Karozh,ka luo,karw,Каро,كارو,卡罗		FR	53	56	563	56035	1164	Europe/Paris
6424458	Boëcé	boece	Boece,Boëcé		FR	28	61	613	61048	120	Europe/Paris
6424459	Charnay	charnay	Charnay,Sharne,Шарне		FR	84	69	692	69047	1062	Europe/Paris
6424461	Chenay	chenay	Chenay		FR	52	72	722	72076	226	Europe/Paris
6424462	Murs	murs	Mjur,Murs,mi er,Мюр,米尔		FR	93	84	841	84085	419	Europe/Paris
6424463	Allevard	allevard	Allevard		FR	84	38	381	38006	4148	Europe/Paris
6424464	Chevroux	chevroux	Chevroux,Sevru,Shavru,Shevru,she fu lu,shyfrw,Шавру,Шевру,Շևրու,شيفرو,舍夫鲁		FR	84	01	012	01102	957	Europe/Paris
6424465	Anchamps	anchamps	Anchamps		FR	44	08	081	08011	220	Europe/Paris
6424466	Mogues	mogues	Mogues		FR	44	08	083	08291	199	Europe/Paris
6424467	Saint-Eugène	saint-eugene	Saint-Eugene,Saint-Eugène,Sent-Ehzhen,Sent-Ezhen,sheng e re en,Сент-Ежен,Сент-Эжен,سینٹ-یوجین، چارینتے-مریتھمے,圣厄热恩		FR	75	17	171	17326	278	Europe/Paris
6424468	Saint-Just	saint-just	Saint-Just,Sen-Zhjust,Sen-Zhust,sheng rui si,Сен-Жуст,Сен-Жюст,圣瑞斯		FR	24	18	181	18218	639	Europe/Paris
6424469	Lubersac	lubersac	Lubersac		FR	75	19	191	19121	2225	Europe/Paris
6424470	Vexin-sur-Epte	vexin-sur-epte	Ecos,Eko,ai ke,Еко,埃科		FR	28	27	271	27213	6121	Europe/Paris
6424472	Anduze	anduze	Anduze		FR	76	30	301	30010	3484	Europe/Paris
6424473	Agde	agde			FR	76	34	341	34003	27681	Europe/Paris
6424474	Vif	vif	Vif,wei zhen,Виф,Віф,维镇		FR	84	38	381	38545	8372	Europe/Paris
6424475	Cuq	cuq			FR	75	47	471	47076	262	Europe/Paris
6424476	Isse	isse			FR	44	51	511	51301	118	Europe/Paris
6424477	Vinay	vinay	Vinay		FR	44	51	512	51643	609	Europe/Paris
6424478	Séné	sene	Sene,Sine,Séné,sai nei,sene,Сене,セネ,塞内		FR	53	56	563	56243	8949	Europe/Paris
6424479	Dury	dury	Djuri,Dury,di li,dwry,Дюри,Дюрі,دوري,迪里		FR	32	62	621	62280	344	Europe/Paris
6424480	Nyer	nyer	Nyer		FR	76	66	663	66123	150	Europe/Paris
6424481	Vanne	vanne	Vanne		FR	27	70	702	70520	97	Europe/Paris
6424482	Avessé	avesse	Avesse,Avessé		FR	52	72	721	72019	370	Europe/Paris
6424483	Méry	mery	Mery,Méry		FR	84	73	732	73155	1706	Europe/Paris
6424484	Chevry	chevry	Chevry,Sevri,Shevri,she fu li,shwry  an,shyfry,Шеври,Шеврі,Շևրի,شوری، ان,شيفري,舍夫里		FR	84	01	013	01103	1643	Europe/Paris
6424485	Chézery-Forens	chezery-forens	Chezery-Forens,Chézery-Forens		FR	84	01	013	01104	460	Europe/Paris
6424486	Cize	cize	Cize,Sicum,Siz,syz,xi ci,Сиз,Сіз,Սիզ,سيز,西兹		FR	84	01	012	01106	170	Europe/Paris
6424487	Cleyzieu	cleyzieu	Cleyzieu,Cllêziœx,Klejz'e,Klez'jo,Klezje,Klezyo,ke lai qi e,klyzyw,Клезьё,Клезје,Клейзьє,Կլեզյո,كليزيو,کلیزیو,克莱齐厄		FR	84	01	011	01107	135	Europe/Paris
6424489	Colomieu	colomieu	Colomieu,Kolom'jo,Kolome,Kolomio,Kolomje,ke luo mi e,kwlwmyw,Коломьё,Коломє,Коломје,Կոլոմիո,كولوميو,科洛米厄		FR	84	01	011	01110	131	Europe/Paris
6424490	Conand	conand	Conand,Konan,ke nan,kwnan,Конан,Կոնան,كونان,科南		FR	84	01	011	01111	120	Europe/Paris
6424491	Condeissiat	condeissiat	Condeissiat,Kondes'ja,Kondesia,Kondesja,kong dai xi ya,kwndysya,Кондесья,Кондесја,Կոնդեսիա,كونديسيا,孔代西亚		FR	84	01	012	01113	825	Europe/Paris
6424492	Confort	confort	Confort,Konfor,kong fu er,kwnfwr,Конфор,Կոնֆոր,كونفور,孔福尔		FR	84	01	014	01114	620	Europe/Paris
6424493	Confrançon	confrancon	Confrancon,Confrançon,Konfranson,kong fu lang song,kwnfransw,Конфрансон,Կոնֆրանսոն,كونفرانسو,孔夫朗松		FR	84	01	012	01115	1331	Europe/Paris
6424494	Contrevoz	contrevoz	Contrevoz,Kontrevo,kong te lei wo,kwntryfw,Контрево,Կոնտրևո,كونتريفو,孔特勒沃		FR	84	01	011	01116	500	Europe/Paris
6424495	Conzieu	conzieu	Conzieu,Konz'e,Konz'jo,Konzje,Konzyo,kong qi e,kwnzyw,Конзьё,Конзьє,Конзје,Կոնզյո,كونزيو,孔齐厄		FR	84	01	011	01117	146	Europe/Paris
6424496	Corbonod	corbonod	Corbonod,Korbono,ke er bo nuo,kwrbwnw,Корбоно,Կորբոնո,كوربونو,科尔博诺		FR	84	01	011	01118	1255	Europe/Paris
6424497	Corlier	corlier	Corlier		FR	84	01	011	01121	113	Europe/Paris
6424499	Cormoranche-sur-Saône	cormoranche-sur-saone	Cormoranche-sur-Saone,Cormoranche-sur-Saône,Kormorans syur Son,Kormoransh sir Saon,Kormoransh-sjur-Son,kwrmwransh-swr-swn,suo en he pan ke er shao lang shen,Корморанш сир Саон,Корморанш-сюр-Сон,Կորմորանշ սյուր Սոն,كورمورانش-سور-سون,索恩河畔科尔绍朗什		FR	84	01	012	01123	1118	Europe/Paris
6424501	Corveissiat	corveissiat	Corveissiat,Korves'ja,Korvesia,ke er wei xi ya,kwrfyssya,Корвесья,Կորվեսիա,كورفيسسيا,科尔韦西亚		FR	84	01	012	01125	625	Europe/Paris
6424502	Courmangoux	courmangoux	Courmangoux		FR	84	01	012	01127	505	Europe/Paris
6424503	Crans	crans	Crans,Kran,ke lang,kran,Кран,Կրան,كران,克朗		FR	84	01	012	01129	263	Europe/Paris
6424504	Bresse Vallons	bresse-vallons	Bresse Vallons,Kra sir Resuz,Kra syur Resuz,Kra-sjur-Rejssuz,Kra-sjur-Resuz,kra-swr-ryswz,lei su ci he pan ke la,Кра сир Ресуз,Кра-сюр-Рейссуз,Кра-сюр-Ресуз,Կրա սյուր Ռեսուզ,كرا-سور-ريسوز,雷苏兹河畔克拉		FR	84	01	012	01130	2263	Europe/Paris
6424505	Cressin-Rochefort	cressin-rochefort	Kresen Rosfor,Kresen Roshfor,Kressen-Roshfor,ke lei sang-luo she fu er,krsn-rwshfwr,krysyn-rwshfwr,Кресен Рошфор,Крессен-Рошфор,Կրեսեն Ռոշֆոր,كريسين-روشفور,کرسن-روشفور,克雷桑－罗舍福尔		FR	84	01	011	01133	393	Europe/Paris
6424506	Crottet	crottet	Crotet,Crottet,Crotèt,Krote,Krotte,ke luo tai,krwtyh,Кроте,Кротте,Կրոթե,كروتيه,克罗泰		FR	84	01	012	01134	1734	Europe/Paris
6424507	Cruzilles-lès-Mépillat	cruzilles-les-mepillat	Cruzilles-les-Mepillat,Cruzilles-lès-Mépillat,Krizij le Mepija,Krjuzij-le-Mepija,Krjuzij-le-Mepijja,Kryuziy le Mepiyya,ke lu qi ye lai mei pi ya,krwzyl-lyh-mybya,Кризиј ле Мепија,Крюзий-ле-Мепийя,Крюзій-ле-Мепія,Կրյուզիյ լե Մեպիյյա,كروزيل-ليه-ميبيا,克吕齐耶莱梅皮亚		FR	84	01	012	01136	855	Europe/Paris
6424508	Culoz	culoz	Culoz		FR	84	01	011	01138	3053	Europe/Paris
6424509	Curciat-Dongalon	curciat-dongalon	Curciat-Dongalon,Kirsja Dongalon,Kjurs'ja-Dongalon,Kyursya Dongalon,kwrsya-dwnghalw,qu er xi ya-dong jia long,Кирсја Донгалон,Кюрсья-Донгалон,Կյուրսյա Դոնգալոն,كورسيا-دونغالو,屈尔西亚－东加隆		FR	84	01	012	01139	443	Europe/Paris
6424510	Curtafond	curtafond	Curtafond,Kirtafon,Kjurtafon,Kyurtafon,kwrtafwn,qu er ta feng,Киртафон,Кюртафон,Կյուրտաֆոն,كورتافون,屈尔塔丰		FR	84	01	012	01140	770	Europe/Paris
6424511	Dagneux	dagneux	Dagneux		FR	84	01	012	01142	4706	Europe/Paris
6424512	Divonne-les-Bains	divonne-les-bains	Divonne-les-Bains		FR	84	01	013	01143	9465	Europe/Paris
6424514	Dompierre-sur-Veyle	dompierre-sur-veyle	Domp'er-sjur-Vel',Domperr-sjur-Vejl',Dompier syur Vel,Dompierre-sur-Veyle,Dompjer sir Vel,dwmbyyr-swr-fyl,wei er he pan dong pi ai,Домпьер-сюр-Вель,Домпєрр-сюр-Вейль,Домпјер сир Вел,Դոմպիեր սյուր Վել,دومبيير-سور-فيل,韦尔河畔东皮埃		FR	84	01	012	01145	1164	Europe/Paris
6424515	Dompierre-sur-Chalaronne	dompierre-sur-chalaronne	Domp'er-sjur-Shalaron,Domperr-sjur-Shalaronn,Dompier syur Salaron,Dompierre-sur-Chalaronne,Dompjer sir Shalaron,dwmbyyr-swr-shalarwn,sha la long en he pan dong pi ai,Домпьер-сюр-Шаларон,Домпєрр-сюр-Шаларонн,Домпјер сир Шаларон,Դոմպիեր սյուր Շալարոն,دومبيير-سور-شالارون,沙拉龙恩河畔东皮埃		FR	84	01	012	01146	431	Europe/Paris
6424516	Domsure	domsure	Domsir,Domsjur,Donsjur,Donsyur,dong xu er,dwmswr,Домсир,Домсюр,Донсюр,Դոնսյուր,دومسور,东叙尔		FR	84	01	012	01147	483	Europe/Paris
6424518	Douvres	douvres	Douvres,Duvr,du fu er,dwfr,Дувр,Դուվր,دوفر,杜夫尔		FR	84	01	011	01149	1053	Europe/Paris
6424519	Drom	drom	Drom,de long,drwm,Дром,Դրոմ,دروم,德龙		FR	84	01	012	01150	217	Europe/Paris
6424520	Druillat	druillat	Drjuja,Drjujja,Druillat,Dryuya,de lu yi ya,drwyya,Дрюйя,Дрюя,Դրյույա,دروييا,德吕伊亚		FR	84	01	012	01151	1157	Europe/Paris
6424521	Échenevex	echenevex	Echenevex,Eshneve,ai she na,ayshynyfyh,Échenevex,Ешневе,أيشينيفيه,埃舍纳		FR	84	01	013	01153	2172	Europe/Paris
6424523	Évosges	evosges	Ehvozh,Evosges,Evoz,Evozh,afwsghyh,ai wo ri,Évosges,Евож,Эвож,Էվոժ,أفوسغيه,埃沃日		FR	84	01	011	01155	145	Europe/Paris
6424524	Fareins	fareins	Fareins,Faren,fa lan si,faryyn,Фарен,Ֆարեն,فاريين,法兰斯		FR	84	01	012	01157	2203	Europe/Paris
6424525	Feillens	feillens	Feillens,Fejan,Feyan,fei yan,fyan,fylyn,Фейан,Феян,Ֆեյան,فيلين,فیان,费延		FR	84	01	012	01159	3254	Europe/Paris
6424527	Flaxieu	flaxieu	Flaks'e,Flaks'jo,Flaxieu,flaksyw,fu la xi e,Флаксьё,Флаксьє,Ֆլաքսիո,فلاكسيو,夫拉西厄		FR	84	01	011	01162	69	Europe/Paris
6424528	Foissiat	foissiat	Foissiat,Fuas'ja,Fuasia,fu lu wa xi ya,fwasya,Фуасья,Ֆուասիա,فواسيا,夫鲁瓦西亚		FR	84	01	012	01163	2062	Europe/Paris
6424529	Francheleins	francheleins	Franshlen,Franslen,franshylyn,fu lang she lan,Франшлен,Ֆրանշլեն,فرانشيلين,夫朗舍兰		FR	84	01	012	01165	1574	Europe/Paris
6424530	Frans	frans	Fran,Frans,fran,fu lang,Фран,Ֆրան,فران,夫朗		FR	84	01	012	01166	2334	Europe/Paris
6424531	Garnerans	garnerans	Garneran,Garnerans,gharnyran,jia er na lang,Гарнеран,Գարներան,غارنيران,加尔纳朗		FR	84	01	012	01167	654	Europe/Paris
6424532	Genouilleux	genouilleux	Genouilleux,Zenuyyo,Zhenue,Zhenujjo,ghynwyyw,re nu yue,Женуйё,Женує,Ժենույյո,غينوييو,热努约		FR	84	01	012	01169	600	Europe/Paris
6424533	Béard-Géovreissiat	beard-geovreissiat	Bear Zeovresya,Bear-Zheovres'ja,Geovreissiat,Géovreissiat,Zheovresja,ghywfrysya,re ao fu lei xi ya,Беар-Жеовресья,Жеовресја,Բեար Ժեովրեսյա,غيوفريسيا,热奥夫雷西亚		FR	84	01	014	01170	1039	Europe/Paris
6424534	Géovreisset	geovreisset	Geovreisset,Géovreisset,Zeovrese,Zheovres,Zheovresse,ghywfrysyh,re ao fu lei sai,Жеоврес,Жеоврессе,Ժեովրեսե,غيوفريسيه,热奥夫雷塞		FR	84	01	014	01171	891	Europe/Paris
6424536	Gex	gex	Gex,Zheks,ghyks,jegseu,jekusu,re ke si,zhks  an,Жекс,غيكس,ژکس، ان,ジェクス,热克斯,젝스		FR	84	01	013	01173	12652	Europe/Paris
6424537	Giron	giron	Giron,Zhiron,Ziron,ghyrwn,ri long,Жирон,Ժիրոն,غيرون,日龙		FR	84	01	014	01174	180	Europe/Paris
6424538	Gorrevod	gorrevod	Gorevo,Gorrevo,Gorrevod,Gorrevôd,Gorvo,ghwryfw,ruo lei wo,Горво,Горрево,Գոռևո,غوريفو,若勒沃		FR	84	01	012	01175	861	Europe/Paris
6424539	Grand-Corent	grand-corent	Gran Koran,Gran-Koran,da ke lang,ghran-kwrwn,Гран-Коран,Գրան Կորան,غران-كورون,大科朗		FR	84	01	012	01177	174	Europe/Paris
6424540	Grièges	grieges	Grieges,Griez,Griezh,Grièges,ge li ai ri,ghryyj,Гриеж,Грієж,Գրիեժ,غرييج,格里埃日		FR	84	01	012	01179	1881	Europe/Paris
6424541	Grilly	grilly	Grilly		FR	84	01	013	01180	808	Europe/Paris
6424542	Groissiat	groissiat	Groissiat,Gruas'ja,Gruasya,ge lu wa xi ya,ghrwassya,grwasya,Груасья,Գրուասյա,غرواسسيا,گرواسیا,格鲁瓦西亚		FR	84	01	014	01181	1223	Europe/Paris
6424544	Guéreins	guereins	Geren,Guereins,Guéreins,gai lan,ghwyryyn,Герен,Գերեն,غويريين,盖兰		FR	84	01	012	01183	1435	Europe/Paris
6424545	Plateau d'Hauteville	plateau-d-hauteville			FR	84	01	011	01185	4845	Europe/Paris
6424547	Haut Valromey	haut-valromey	Haut Valromey		FR	84	01	011	01187	695	Europe/Paris
6424548	Illiat	illiat	Ijja,Il'ja,Illiacus,Illiat,Ilya,aylya,yi li ya,Ійя,Илья,Իլյա,إيليا,伊利亚		FR	84	01	012	01188	615	Europe/Paris
6424549	Innimond	innimond			FR	84	01	011	01190	98	Europe/Paris
6424550	Izenave	izenave	Izenave		FR	84	01	014	01191	162	Europe/Paris
6424551	Izernore	izernore	Izernore		FR	84	01	014	01192	2257	Europe/Paris
6424552	Izieu	izieu	Iz'e,Iz'jo,Izieu,Izyo,azyw,yi qi e,Ізьє,Изьё,Իզյո,إزيو,伊齐厄		FR	84	01	011	01193	242	Europe/Paris
6424553	Jassans-Riottier	jassans-riottier			FR	84	01	012	01194	6391	Europe/Paris
6424554	Jasseron	jasseron	Jasseron,Jâsseron,Zasron,Zhasron,Zhassron,jasyrwn,ya se long,Жасрон,Жассрон,Ժասրոն,جاسيرون,جسسیروں,雅瑟龙		FR	84	01	012	01195	1762	Europe/Paris
6424555	Jayat	jayat	Jayat,Zeyya,Zheja,Zhejja,jayat,ya ya,Жейя,Жея,Ժեյյա,جايات,雅亚		FR	84	01	012	01196	1166	Europe/Paris
6424556	Journans	journans	Journans,Zhurnan,Zurnan,jwrnan,ru er nan,zhwrnan,Журнан,Ժուրնան,جورنان,ژورنان,茹尔南		FR	84	01	012	01197	355	Europe/Paris
6424557	Jujurieux	jujurieux	Zhuzhure,jwjwryw  ayn,rui rui li e,Жужурє,جوجوريو، أين,瑞瑞里厄		FR	84	01	014	01199	2181	Europe/Paris
6424558	Lagnieu	lagnieu			FR	84	01	011	01202	7090	Europe/Paris
6424559	Laiz	laiz	Laiz,Le,lai ci,lyz,Ле,Լե,ليز,莱兹		FR	84	01	012	01203	1213	Europe/Paris
6424560	Le Poizat-Lalleyriat	le-poizat-lalleyriat	Laleria,Lallejrja,Laller'ja,Le Poizat-Lalleyriat,la lai li ya,lalyrya,Лаллейря,Лаллерья,Լալերիա,لاليريا,拉莱里亚		FR	84	01	014	01204	712	Europe/Paris
6424562	Lantenay	lantenay	Lantenay,Lantene,lang te nai,lantynay,Лантене,Լանտենե,لانتيناي,朗特奈		FR	84	01	014	01206	272	Europe/Paris
6424563	Lavours	lavours	Lavours,Lavur,la wu er,lafwr,Лавур,Լավուր,لافور,拉武尔		FR	84	01	011	01208	127	Europe/Paris
6424564	Léaz	leaz	Lea,Leaz,Léaz,lai a ci,lyaz,Леа,Լեա,لياز,莱阿兹		FR	84	01	013	01209	719	Europe/Paris
6424566	Lent	lent	Lan,Lent,lan  an,lang zhen,lwn,Лан,Լան,لان، ان,لون,朗镇		FR	84	01	012	01211	1416	Europe/Paris
6424567	Lescheroux	lescheroux	Lescheroux,Lesheru,Leshru,Lesru,lai she lu,lyshyrw,Лешеру,Лешру,Լեշրու,ليشيرو,莱舍鲁		FR	84	01	012	01212	727	Europe/Paris
6424568	Leyment	leyment	Lejman,Leman,Lement,Leyment,Lêment,lai mang,lymwn,Лейман,Леман,Լեման,ليمون,莱芒		FR	84	01	011	01213	1285	Europe/Paris
6424569	Leyssard	leyssard	Leyssard		FR	84	01	014	01214	153	Europe/Paris
6424570	Lhuis	lhuis	Ljui,Lues,Lués,Lyui,lu yi si,lwys,Люи,Люї,Լյուի,لويس,吕伊斯		FR	84	01	011	01216	890	Europe/Paris
6424572	Lompnas	lompnas	Lomna,Lompnas,Lompnaz,Lonna,long pu na si,lwmna,Ломна,Лонна,Լոննա,لومنا,隆普纳斯		FR	84	01	011	01219	169	Europe/Paris
6424575	Lurcy	lurcy	Ljursi,Lurcy,Lyursi,lu er xi,lwrsy,Люрси,Люрсі,Լյուրսի,لورسي,吕尔西		FR	84	01	012	01225	379	Europe/Paris
6424576	Magnieu	magnieu	Magnieu,Man'e,Man'jo,Manyo,ma ni e,manyw,Маньё,Маньє,Մանյո,مانيو,马尼厄		FR	84	01	011	01227	640	Europe/Paris
6424577	Maillat	maillat	Maja,Majja,Maya,ma ya,mayla,Майя,Мая,Մայա,مايلا,马亚		FR	84	01	014	01228	623	Europe/Paris
6424578	Malafretaz	malafretaz	Malafreta,Monlafretat,Monlafretât,ma la fu lei ta ci,malafryta,Малафрета,Մալաֆրետա,مالافريتا,马拉夫雷塔兹		FR	84	01	012	01229	1188	Europe/Paris
6424579	Mantenay-Montlin	mantenay-montlin	Mantene Monlen,Mantene-Monlen,mang te nai-meng lan,mantynay-mwnla,Мантене-Монлен,Մանտենե Մոնլեն,مانتيناي-مونلا,芒特奈－蒙兰		FR	84	01	012	01230	310	Europe/Paris
6424626	Polliat	polliat	Pol'ja,Polia,bo li ya,bwlya,Полья,Պոլիա,بوليا,波利亚		FR	84	01	012	01301	2504	Europe/Paris
6424580	Manziat	manziat	Manz'ja,Manzia,Manziat,mang qi ya,manzya,Манзья,Մանզիա,مانزيا,芒齐亚		FR	84	01	012	01231	1977	Europe/Paris
6424581	Marboz	marboz	Marbo,Marboz,ma er bo ci,marbwz,Марбо,Մարբո,ماربوز,马尔博兹		FR	84	01	012	01232	2226	Europe/Paris
6424582	Marchamp	marchamp	Marchamp,Marsan,Marsham,Marshan,ma er shang,marsham,Маршам,Маршан,Մարշան,مارشام,马尔尚		FR	84	01	011	01233	131	Europe/Paris
6424583	Marlieux	marlieux	Marl'e,Marl'jo,Marlieux,Marlyo,ma er li e,marlyw,Марльё,Марльє,Մարլյո,مارليو,马尔利厄		FR	84	01	012	01235	1068	Europe/Paris
6424584	Marsonnas	marsonnas	Marsona,Marsonna,Marsonnas,ma er suo na si,marswnna,Марсонна,Մարսոնա,مارسوننا,马尔索纳斯		FR	84	01	012	01236	981	Europe/Paris
6424585	Martignat	martignat	Martegne,Martegnê,Martignat,Martin'ja,Martinya,ma er di ni ya,martynya,Мартинья,Мартінья,Մարտինյա,مارتينيا,马尔蒂尼亚		FR	84	01	014	01237	1627	Europe/Paris
6424586	Massieux	massieux	Mas'e,Mas'jo,Massieux,Masyo,ma xi e,massyw,Масьё,Масьє,Մասյո,ماسسيو,马西厄		FR	84	01	012	01238	2519	Europe/Paris
6424588	Meillonnas	meillonnas			FR	84	01	012	01241	1332	Europe/Paris
6424589	Mérignat	merignat			FR	84	01	014	01242	126	Europe/Paris
6424590	Meximieux	meximieux	Meximieux		FR	84	01	011	01244	7669	Europe/Paris
6424591	Mézériat	mezeriat	Mezer'ja,Mezeria,Mezeriat,Mezerja,Mézériat,mei ze li ya,myzyrya,mzrya,Мезерья,Мезеря,Մեզերիա,مزریا,ميزيريا,梅泽里亚		FR	84	01	012	01246	2134	Europe/Paris
6424593	Mionnay	mionnay	M'onne,Mionnay,Mionne,Mjonne,mi ao nai,mywnay,Мйонне,Мьонне,Միոննե,ميوناي,米奥奈		FR	84	01	012	01248	2132	Europe/Paris
6424594	Misérieux	miserieux	Miserieux,Misérieux,Mizer'jo,Mizere,mi ze li e,myzyryw,Мизерьё,Мізерє,ميزيريو,米泽里厄		FR	84	01	012	01250	1938	Europe/Paris
6424595	Mogneneins	mogneneins	Mogneneins,Mon'enen,Monenen,mo ni e nan,mwnyann,mwnynyyn,Моньенен,Моньєнен,Մոնենեն,مونينيين,مونیانن,莫尼厄南		FR	84	01	012	01252	774	Europe/Paris
6424596	Montagnat	montagnat	Montagnat,Montan'ja,Montanya,meng ta ni ya,mwntanya,Монтанья,Մոնտանյա,مونتانيا,蒙塔尼亚		FR	84	01	012	01254	1960	Europe/Paris
6424597	Montanges	montanges	Montanges,Montanz,Montanzh,meng tang ri,mwntanyy9,Монтанж,Մոնտանժ,مونتانيي9,蒙唐日		FR	84	01	014	01257	341	Europe/Paris
6424598	Montceaux	montceaux	Monso,Montceaux,meng suo,mwnsyw,Монсо,Մոնսո,مونسيو,蒙索		FR	84	01	012	01258	1182	Europe/Paris
6424599	Montcet	montcet	Monse,Montcet,meng sai,mwnsyh,Монсе,Մոնսե,مونسيه,蒙塞		FR	84	01	012	01259	675	Europe/Paris
6424600	Monthieux	monthieux	Mont'e,Mont'jo,Montyo,meng di e,mwntyw,Монтьё,Монтьє,Մոնտյո,مونتيو,蒙蒂厄		FR	84	01	012	01261	648	Europe/Paris
6424601	Montluel	montluel	Montluel		FR	84	01	012	01262	7005	Europe/Paris
6424602	Montracol	montracol	Monrakol,Monrakol',meng te la ke er,mwnrakw,mwntrakwl,Монраколь,Մոնրակոլ,مونتراکول,مونراكو,蒙特拉科尔		FR	84	01	012	01264	1052	Europe/Paris
6424603	Montrevel-en-Bresse	montrevel-en-bresse	Monrevel an Bres,Monrevel'-an-Bres,Monrevel'-an-Bress,Montrevel-en-Bresse,bu lei si de qu meng lei wei er,mwnryfyl-aw-brys,Монревель-ан-Брес,Монревель-ан-Бресс,Մոնրևել ան Բրես,مونريفيل-أو-بريس,布雷斯地区蒙勒韦尔		FR	84	01	012	01266	2463	Europe/Paris
6424604	Murs-et-Gélignieux	murs-et-gelignieux	Mjur-e-Zhelin'e,Mjur-eh-Zhelin'jo,Murs-et-Gelignieux,Murs-et-Gélignieux,Myur e Zelinio,mi er he re li ni e,mwrs-ayh-ghylynyw,Мюр-е-Желіньє,Мюр-э-Желиньё,Մյուր է Ժելինիո,مورس-إيه-غيلينيو,米尔和热利尼厄		FR	84	01	011	01268	255	Europe/Paris
6424605	Nantua	nantua	Nantua		FR	84	01	014	01269	3482	Europe/Paris
6424607	Neuville-les-Dames	neuville-les-dames	Neuville-les-Dames,Nevil'-le-Dam,Njovil'-le-Dam,Nyovil le Dam,na wei ye lai da mu,nwfy-lys-dam,nwwyl-lh-dam,Невіль-ле-Дам,Нёвиль-ле-Дам,Նյովիլ լե Դամ,نوفي-ليس-دام,نوویل-له-دام,纳维耶莱达姆		FR	84	01	012	01272	1505	Europe/Paris
6424608	Neuville-sur-Ain	neuville-sur-ain	Nevil'-sjur-En,Njovil'-sjur-Ehn,Nyovil syur En,an he pan na wei ye,nwfy-swr-ayn,Невіль-сюр-Ен,Нёвиль-сюр-Эн,Նյովիլ սյուր Էն,نوفي-سور-أين,安河畔纳维耶		FR	84	01	014	01273	1741	Europe/Paris
6424609	Nivollet-Montgriffon	nivollet-montgriffon	Nivollet-Montgriffon		FR	84	01	011	01277	118	Europe/Paris
6424610	Oncieu	oncieu	Oncieu		FR	84	01	011	01279	94	Europe/Paris
6424611	Ordonnaz	ordonnaz	Ordonna,Ordonnaz,ao er duo na ci,awrdwnna,Ордонна,Օրդոննա,أوردوننا,奥尔多纳兹		FR	84	01	011	01280	146	Europe/Paris
6424612	Ornex	ornex	Ornex		FR	84	01	013	01281	4400	Europe/Paris
6424613	Outriaz	outriaz	Outriaz,Owtria,Utria,Utrja,awtrya,wu te li ya ci,Утриа,Утря,Ուտրիա,أوتريا,乌特里亚兹		FR	84	01	014	01282	261	Europe/Paris
6424614	Oyonnax	oyonnax	Oyonnax		FR	84	01	014	01283	22559	Europe/Paris
6424615	Ozan	ozan	Ozan,ao cang,awza,Озан,Օզան,أوزا,奥藏		FR	84	01	012	01284	674	Europe/Paris
6424616	Parcieux	parcieux	Parcieux,Pars'e,Pars'jo,Parsio,barsyw,pa er xi e,Парсьё,Парсьє,Պարսիո,بارسيو,帕尔西厄		FR	84	01	012	01285	1188	Europe/Paris
6424617	Parves et Nattages	parves-et-nattages	Parv,barf,pa er fu,Парв,Պարվ,بارف,帕尔夫		FR	84	01	011	01286	937	Europe/Paris
6424618	Péron	peron	Peron,Péron,byrwn,pei long,Перон,Պերոն,بيرون,佩龙		FR	84	01	013	01288	2584	Europe/Paris
6424619	Péronnas	peronnas	Peronnas,Péronnas		FR	84	01	012	01289	6287	Europe/Paris
6424620	Pérouges	perouges	Perouges,Pérouges		FR	84	01	011	01290	1205	Europe/Paris
6424621	Perrex	perrex	Perre,Perreks,Perrex,byryh,pei lei ke si,Перре,Перрекс,Պերեքս,بيريه,佩雷克斯		FR	84	01	012	01291	824	Europe/Paris
6424622	Peyriat	peyriat	Peyriat		FR	84	01	014	01293	164	Europe/Paris
6424623	Peyzieux-sur-Saône	peyzieux-sur-saone	Pejz'e-sjur-Son,Peyzieux-sur-Saone,Peyzieux-sur-Saône,Pez'jo-sjur-Son,Pezyo syur Son,byzyw-swr-swn,suo en he pan pei qi e,Пезьё-сюр-Сон,Пейзьє-сюр-Сон,Պեզյո սյուր Սոն,بيزيو-سور-سون,索恩河畔佩齐厄		FR	84	01	012	01295	663	Europe/Paris
6424625	Plagne	plagne	Plagne,Plan,Plan',blanyyh,lei la ni,Плань,Պլան,بلانييه,勒拉尼		FR	84	01	014	01298	123	Europe/Paris
6424627	Pollieu	pollieu	Pol'e,Pol'jo,Polio,Pollieu,bo li e,bwlyw,Польё,Польє,Պոլիո,بوليو,波利厄		FR	84	01	011	01302	161	Europe/Paris
6424628	Poncin	poncin	Poncin,Ponsen,bwnsa,peng sang,Понсен,Պոնսեն,بونسا,蓬桑		FR	84	01	014	01303	1696	Europe/Paris
6424629	Pont-d'Ain	pont-d-ain			FR	84	01	014	01304	2914	Europe/Paris
6424630	Pont-de-Vaux	pont-de-vaux	Pon de Vo,Pon-de-Vo,bwn-dw-fw,peng de wo,Пон-де-Во,Պոն դե Վո,بون-دو-فو,蓬德沃		FR	84	01	012	01305	2290	Europe/Paris
6424631	Pont-de-Veyle	pont-de-veyle	Pont-de-Veyle		FR	84	01	012	01306	1618	Europe/Paris
6424632	Pougny	pougny	Pougny,Pun'i,Punyi,bwnyy,pu ni,Пуньи,Пуньї,Պունյի,بونيي,普尼		FR	84	01	013	01308	815	Europe/Paris
6424634	Prémeyzel	premeyzel	Premejzel',Premeyzel,Premezel,Premezel',Prémeyzel,brymyzyh,pu lei mei ze er,Премезель,Премейзель,Պրեմեզել,بريميزيه,普雷梅泽尔		FR	84	01	011	01310	247	Europe/Paris
6424635	Prémillieu	premillieu	Premijjo,Premil'e,Premillieu,Premiyo,Prémillieu,brymyyw,pu lei mi li e,Премийё,Премільє,Պրեմիյո,بريمييو,普雷米利厄		FR	84	01	011	01311	46	Europe/Paris
6424637	Priay	priay	Priay,Prie,Priê,bryay,pryy,pu li ai,Прие,Пріе,Պրիե,برياي,پریی,普里艾		FR	84	01	014	01314	1707	Europe/Paris
6424639	Ramasse	ramasse	Ramas,Ramass,Ramasse,la ma si,ramas,Рамас,Рамасс,Ռամաս,راماس,拉马斯		FR	84	01	012	01317	321	Europe/Paris
6424640	Rancé	rance	Rance,Rancé,Rancê,Ranse,lang sai,ransh,ransyh,Рансе,Ռանսե,رانسه,رانسيه,朗塞		FR	84	01	012	01318	727	Europe/Paris
6424641	Relevant	relevant	Rel'van,Relevant,Relvan,lei lei wang,rwlwfan,Рельван,Ռելվան,رولوفان,勒勒旺		FR	84	01	012	01319	463	Europe/Paris
6424642	Replonges	replonges	Replonges		FR	84	01	012	01320	3702	Europe/Paris
6424643	Revonnas	revonnas	Revona,Revonna,Revonnas,lei wo na si,rwfwna,Ревонна,Ռևոնա,روفونا,雷沃纳斯		FR	84	01	012	01321	921	Europe/Paris
6424644	Reyrieux	reyrieux			FR	84	01	012	01322	4670	Europe/Paris
6424645	Rignieux-le-Franc	rignieux-le-franc	Rignieux-le-Franc,Rin'e-le-Fran,Rin'jo-le-Fran,Rinyo le Fran,li ni e lei fu lang,rynyw-lw-fran  ayn,Риньё-ле-Фран,Риньє-ле-Фран,Ռինյո լե Ֆրան,رينيو-لو-فران، أين,里尼厄勒夫朗		FR	84	01	011	01325	976	Europe/Paris
6424646	Rossillon	rossillon	Rosiyon,Rossijon,luo xi yong,rwsylw,Российон,Россійон,Ռոսիյոն,روسيلو,罗西永		FR	84	01	011	01329	153	Europe/Paris
6424647	Ruffieu	ruffieu	Rjuf'jo,Rjuffe,Ruffieu,Ryufyo,lu fei e,rwfyw,Рюффє,Рюфьё,Ռյուֆյո,روفيو,吕菲厄		FR	84	01	011	01330	184	Europe/Paris
6424648	Saint-André-de-Bâgé	saint-andre-de-bage	Saint-Andre-de-Bage,Saint-André-de-Bâgé,Sent Andre de Baze,Sent-Andre-de-Bazhe,san-andryh-dw-bajyh  ayn,sheng an de lie de ba re,Сент-Андре-де-Баже,Սենտ Անդրե դե Բաժե,سان-أندريه-دو-باجيه، أين,سینٹ-آندرے-دے-بگے,圣安德烈德巴热		FR	84	01	012	01332	742	Europe/Paris
6424649	Saint-André-de-Corcy	saint-andre-de-corcy	Saint-Andre-de-Corcy,Saint-André-de-Corcy,Sent Andre de Korsi,Sent-Andre-de-Korsi,san-andryh-dw-kwrsy  ayn,sheng an de lie de ke er xi,Сент-Андре-де-Корси,Сент-Андре-де-Корсі,Սենտ Անդրե դե Կորսի,سان-أندريه-دو-كورسي، أين,سینٹ-آندرے-دے-کورکے,圣安德烈德科尔西		FR	84	01	012	01333	3241	Europe/Paris
6424650	Saint-André-d'Huiriat	saint-andre-d-huiriat	Saint-Andre-d'Huiriat,Saint-André-d'Huiriat		FR	84	01	012	01334	602	Europe/Paris
6424651	Saint-André-le-Bouchoux	saint-andre-le-bouchoux	Saint-Andre-le-Bouchoux,Saint-André-le-Bouchoux,Sent Andre le Busu,Sent-Andre-le-Bushu,san-andryh-lw-bwshw  ayn,sheng an de lie lei bu shu,sn-andrh-lw-bwshw,Сент-Андре-ле-Бушу,Սենտ Անդրե լե Բուշու,سان-أندريه-لو-بوشو، أين,سن-آندره-لو-بوشو,سینٹ-آندرے-لے-وچوش,圣安德烈勒布舒		FR	84	01	012	01335	384	Europe/Paris
6424652	Saint-André-sur-Vieux-Jonc	saint-andre-sur-vieux-jonc	Sent Andre syur Vyo Zon,Sent-Andre-sjur-V'jo-Zhon,Sent-Andre-sjur-Ve-Zhonk,san-andryh-swr-fyw-jwn  ayn,wei e rong he pan sheng an de lie,Сент-Андре-сюр-Вьё-Жон,Сент-Андре-сюр-Вє-Жонк,Սենտ Անդրե սյուր Վյո Ժոն,سان-أندريه-سور-فيو-جون، أين,سینٹ-آندرے-سر-ےش-جونک,维厄容河畔圣安德烈		FR	84	01	012	01336	1126	Europe/Paris
6424653	Saint-Bénigne	saint-benigne	Saint-Benigne,Saint-Bénigne,Sen Benin,Sen-Benin',san-bynynyyh  ayn,sheng bei ni ni,Сен-Бенинь,Сен-Бенінь,Սեն Բենին,سان-بينينييه، أين,سینٹ-بینیگنے,圣贝尼尼		FR	84	01	012	01337	1254	Europe/Paris
6424655	Saint-Cyr-sur-Menthon	saint-cyr-sur-menthon	Saint-Cyr-sur-Menthon		FR	84	01	012	01343	1761	Europe/Paris
6424656	Saint-Denis-lès-Bourg	saint-denis-les-bourg			FR	84	01	012	01344	5667	Europe/Paris
6424657	Saint-Denis-en-Bugey	saint-denis-en-bugey	Saint-Denis-en-Bugey,Sen Deni an Byuze,Sen-Deni-an-Bjuzhe,bi re de qu sheng dan ni,san-dynys-awn-bwghyy  ayn,Сен-Дени-ан-Бюже,Сен-Дені-ан-Бюже,Սեն Դենի ան Բյուժե,سان-دينيس-أون-بوغيي، أين,سینٹ-ڈینس-این -بگے,比热地区圣但尼		FR	84	01	011	01345	2293	Europe/Paris
6424658	Saint-Didier-d'Aussiat	saint-didier-d-aussiat	Saint-Didier-d'Aussiat		FR	84	01	012	01346	879	Europe/Paris
6424659	Saint-Didier-de-Formans	saint-didier-de-formans	Saint-Didier-de-Formans,Sen Didie de Forman,Sen-Did'e-de-Forman,san-dydyy-dw-fwrman  ayn,sheng di di ai de fu er mang,Сен-Дидье-де-Форман,Сен-Дідьє-де-Форман,Սեն Դիդիե դե Ֆորման,سان-ديديي-دو-فورمان، أين,سینٹ-ددئر-دے-فورمانس,圣迪迪埃德福尔芒		FR	84	01	012	01347	1944	Europe/Paris
6424660	Saint-Didier-sur-Chalaronne	saint-didier-sur-chalaronne	Sen Didie syur Salaron,Sen-Did'e-sjur-Shalaron,Sen-Did'e-sjur-Shalaronn,san-dydyy-swr-shalarwn  ayn,sha la long en he pan sheng di di ai,Сен-Дидье-сюр-Шаларон,Сен-Дідьє-сюр-Шаларонн,Սեն Դիդիե սյուր Շալարոն,سان-ديديي-سور-شالارون، أين,سینٹ-ددئر-سر-چلاروں نے,沙拉龙恩河畔圣迪迪埃		FR	84	01	012	01348	2832	Europe/Paris
6424661	Saint-Étienne-du-Bois	saint-etienne-du-bois	Saint-Etienne-du-Bois,Saint-Étienne-du-Bois,Sent Etien dyu Bua,Sent-Eht'en-dju-Bua,Sent-Et'enn-dju-Bua,san-aytyan-dw-bwa  ayn,sheng ai di an di bu wa,Сент-Етьєнн-дю-Буа,Сент-Этьен-дю-Буа,Սենտ Էտիեն դյու Բուա,سان-أيتيان-دو-بوا، أين,سینٹ-ایٹیینے-دو-بوس، این,圣艾蒂安迪布瓦		FR	84	01	012	01350	2490	Europe/Paris
6425687	Thiéry	thiery			FR	93	06	062	06139	107	Europe/Paris
6424662	Saint-Étienne-sur-Chalaronne	saint-etienne-sur-chalaronne	Sent Etien syur Salaron,Sent-Eht'en-sjur-Shalaron,Sent-Et'enn-sjur-Shalaronn,san-aytyan-swr-shalarwn  ayn,sha la long en he pan sheng ai di an,sn-atyn-swr-shalarwn,Сент-Етьєнн-сюр-Шаларонн,Сент-Этьен-сюр-Шаларон,Սենտ Էտիեն սյուր Շալարոն,سان-أيتيان-سور-شالارون، أين,سن-اتین-سور-شالارون,سینٹ-ایٹیینے-سر-چلاروں نے,沙拉龙恩河畔圣艾蒂安		FR	84	01	012	01351	1546	Europe/Paris
6424663	Saint-Étienne-sur-Reyssouze	saint-etienne-sur-reyssouze	Saint-Etienne-sur-Reyssouze,Saint-Étienne-sur-Reyssouze,Sent Etien syur Resuz,Sent-Eht'en-sjur-Resuz,Sent-Et'enn-sjur-Rejssuz,lei su ci he pan sheng ai di an,san-aytyan-swr-ryswz  ayn,Сент-Етьєнн-сюр-Рейссуз,Сент-Этьен-сюр-Ресуз,Սենտ Էտիեն սյուր Ռեսուզ,سان-أيتيان-سور-ريسوز، أين,سینٹ-ایٹیینے-سر-ریسسووزے,雷苏兹河畔圣艾蒂安		FR	84	01	012	01352	568	Europe/Paris
6424664	Saint-Genis-Pouilly	saint-genis-pouilly	Saint-Genis-Pouilly		FR	84	01	013	01354	11892	Europe/Paris
6424665	Saint-Genis-sur-Menthon	saint-genis-sur-menthon	Saint-Genis-sur-Menthon,Sen Zeni syur Manton,Sen-Zheni-sjur-Manton,mang tong he pan mang tong sheng re ni,san-jyny-swr-myntw  ayn,sn-zhny-swr-mantwn,Сен-Жени-сюр-Мантон,Сен-Жені-сюр-Мантон,Սեն Ժենի սյուր Մանտոն,سان-جيني-سور-مينتو، أين,سن-ژنی-سور-مانتون,سینٹ-گینس-سر-منتھوں,芒通河畔芒通圣热尼		FR	84	01	012	01355	472	Europe/Paris
6424666	Saint-Georges-sur-Renon	saint-georges-sur-renon	Sen Zorz syur Renon,Sen-Zhorzh-sjur-Renon,lei nong he pan sheng qiao zhi,san-jwrj-swr-rynw  ayn,sn-zhrzh-swr-rnwn,Сен-Жорж-сюр-Ренон,Սեն Ժորժ սյուր Ռենոն,سان-جورج-سور-رينو، أين,سن-ژرژ-سور-رنون,سینٹ-گیورگس-سر-رنوں,勒农河畔圣乔治		FR	84	01	012	01356	219	Europe/Paris
6424667	Saint-Germain-de-Joux	saint-germain-de-joux	Saint-Germain-de-Joux,Sen Zermen de Zu,Sen-Zhermen-de-Zhu,san-jrman-dw-jw  ayn,sheng ri er man de ru,Сен-Жермен-де-Жу,Սեն Ժերմեն դե Ժու,سان-جرمان-دو-جو، أين,سینٹ-گرمین-دے-ظوش,圣日耳曼德茹		FR	84	01	014	01357	507	Europe/Paris
6424668	Saint-Germain-les-Paroisses	saint-germain-les-paroisses	Saint-Germain-les-Paroisses,Sen Zermen le Paruas,Sen-Zhermen-le-Paruas,Sen-Zhermen-le-Paruass,san-jrman-lyh-barwas  ayn,sheng ri er man lai pa lu wa si,Сен-Жермен-ле-Паруас,Сен-Жермен-ле-Паруасс,Սեն Ժերմեն լե Պարուաս,سان-جرمان-ليه-بارواس، أين,سینٹ-گرمین-لیس-پرویسسس,圣日耳曼莱帕鲁瓦斯		FR	84	01	011	01358	434	Europe/Paris
6424669	Saint-Germain-sur-Renon	saint-germain-sur-renon	Sen Zermen syur Renon,Sen-Zhermen-sjur-Renon,lei nong he pan sheng ri er man,san-jrman-swr-rynw  ayn,Сен-Жермен-сюр-Ренон,Սեն Ժերմեն սյուր Ռենոն,سان-جرمان-سور-رينو، أين,سینٹ-گرمین-سر-رنوں,勒农河畔圣日耳曼		FR	84	01	012	01359	235	Europe/Paris
6424670	Saint-Jean-de-Gonville	saint-jean-de-gonville	Sen Zan de Gonvil,Sen-Zhan-de-Gonvil',san-jwn-dw-ghwnfyl  ayn,sheng yue han de rong wei ye,Сен-Жан-де-Гонвиль,Сен-Жан-де-Гонвіль,Սեն Ժան դե Գոնվիլ,سان-جون-دو-غونفيل، أين,سینٹ-ژاں -دے-گونولے,圣约翰德容维耶		FR	84	01	013	01360	1720	Europe/Paris
6424671	Saint-Jean-de-Thurigneux	saint-jean-de-thurigneux	Saint-Jean-de-Thurigneux,Sen Zan de Tyurinyo,Sen-Zhan-de-Tjurin'e,Sen-Zhan-de-Tjurin'jo,san-jwn-dw-twrynyw  ayn,sheng yue han de di li ni e,Сен-Жан-де-Тюриньё,Сен-Жан-де-Тюриньє,Սեն Ժան դե Տյուրինյո,سان-جون-دو-تورينيو، أين,سینٹ-ژاں -دے-ٹہڑگنےش,圣约翰德蒂里尼厄		FR	84	01	012	01362	773	Europe/Paris
6424672	Saint-Jean-sur-Reyssouze	saint-jean-sur-reyssouze	Sen Zan syur Resuz,Sen-Zhan-sjur-Rejssuz,Sen-Zhan-sjur-Resuz,lei su ci he pan sheng yue han,san-jwn-swr-ryswz  ayn,Сен-Жан-сюр-Рейссуз,Сен-Жан-сюр-Ресуз,Սեն Ժան սյուր Ռեսուզ,سان-جون-سور-ريسوز، أين,سینٹ-ژاں -سر-ریسسووزے,雷苏兹河畔圣约翰		FR	84	01	012	01364	737	Europe/Paris
6424673	Saint-Jean-sur-Veyle	saint-jean-sur-veyle	Saint-Jean-sur-Veyle,Sen Zan syur Vel,Sen-Zhan-sjur-Vejl',Sen-Zhan-sjur-Vel',san-jwm-swr-fyl  ayn,wei er he pan sheng yue han,Сен-Жан-сюр-Вейль,Сен-Жан-сюр-Вель,Սեն Ժան սյուր Վել,سان-جوم-سور-فيل، أين,سینٹ-ژاں -سر-ویلے,韦尔河畔圣约翰		FR	84	01	012	01365	1122	Europe/Paris
6424674	Sainte-Julie	sainte-julie	Sainte-Julie,Sent Zyuli,Sent-Zhjuli,Sent-Zhuli,sant-jwly  ayn,sheng zhu li ya,Сент-Жулі,Сент-Жюли,Սենտ Ժյուլի,سانت-جولي، أين,سین-جلے، این,圣茱利亚		FR	84	01	011	01366	999	Europe/Paris
6424675	Saint-Julien-sur-Reyssouze	saint-julien-sur-reyssouze	Saint-Julien-sur-Reyssouze,Sen Zyulen syur Resuz,Sen-Zhjul'en-sjur-Resuz,Sen-Zhul'en-sjur-Rejssuz,lei su ci he pan sheng you li an,san-jwlyyn-swr-ryswz  ayn,Сен-Жульєн-сюр-Рейссуз,Сен-Жюльен-сюр-Ресуз,Սեն Ժյուլեն սյուր Ռեսուզ,سان-جوليين-سور-ريسوز، أين,سینٹ-جلیں -سر-ریسسووزے,雷苏兹河畔圣尤利安		FR	84	01	012	01367	698	Europe/Paris
6424676	Saint-Julien-sur-Veyle	saint-julien-sur-veyle	Saint-Julien-sur-Veyle,Sen Zyulen syur Vel,Sen-Zhjul'en-sjur-Vel',Sen-Zhul'en-sjur-Vejl',san-jwlyyn-swr-fyl  ayn,sn-zhwlyn-swr-wyl,wei er he pan sheng you li an,Сен-Жульєн-сюр-Вейль,Сен-Жюльен-сюр-Вель,Սեն Ժյուլեն սյուր Վել,سان-جوليين-سور-فيل، أين,سن-ژولین-سور-ویل,سینٹ-جلیں -سر-ویلے,韦尔河畔圣尤利安		FR	84	01	012	01368	798	Europe/Paris
6424677	Saint-Laurent-sur-Saône	saint-laurent-sur-saone	Saint-Laurent-sur-Saone,Saint-Laurent-sur-Saône,Sen Loran syur Son,Sen-Loran-sjur-Son,san-lwrwn-swr-swn  ayn,suo en he pan sheng lao lun si,Сен-Лоран-сюр-Сон,Սեն Լորան սյուր Սոն,سان-لورون-سور-سون، أين,سینٹ-لارنٹ-سر-سونے,索恩河畔圣劳伦斯		FR	84	01	012	01370	1754	Europe/Paris
6424678	Saint-Martin-de-Bavel	saint-martin-de-bavel	Saint-Martin-de-Bavel,Sen Marten de Bavel,Sen-Marten-de-Bavel',san-martan-dw-bafyl  ayn,sheng ma ding de ba wei er,Сен-Мартен-де-Бавель,Սեն Մարտեն դե Բավել,سان-مارتان-دو-بافيل، أين,سینٹ-مارٹن-دے-بول,圣马丁德巴韦尔		FR	84	01	011	01372	438	Europe/Paris
6424679	Saint-Martin-du-Frêne	saint-martin-du-frene	Saint-Martin-du-Frene,Saint-Martin-du-Frêne,Sen Marten dyu Fren,Sen-Marten-dju-Fren,san-martan-dw-fryn  ayn,sheng ma ding fu lei en,Сен-Мартен-дю-Френ,Սեն Մարտեն դյու Ֆրեն,سان-مارتان-دو-فرين، أين,سینٹ-مارٹن-دو-فڑنے,圣马丁夫雷恩		FR	84	01	014	01373	1063	Europe/Paris
6425688	Toudon	toudon	Toudon		FR	93	06	062	06141	338	Europe/Paris
6424680	Saint-Martin-du-Mont	saint-martin-du-mont	Saint-Martin-du-Mont,Sen Marten dyu Mon,Sen-Marten-dju-Mon,san-martan-dw-mwn  ayn,sheng ma ding di meng,sn-martn-dw-mwn  an,Сен-Мартен-дю-Мон,Սեն Մարտեն դյու Մոն,سان-مارتان-دو-مون، أين,سن-مارتن-دو-مون، ان,سینٹ-مارٹن-دو-مونٹ، این,圣马丁迪蒙		FR	84	01	012	01374	1807	Europe/Paris
6424681	Saint-Martin-le-Châtel	saint-martin-le-chatel	Saint-Martin-le-Chatel,Saint-Martin-le-Châtel,Sen Marten le Satel,Sen-Marten-le-Shatel',san-martan-lw-shatyl  ayn,sheng ma ding lei sha tai er,sn-martn-lw-shatl,Сен-Мартен-ле-Шатель,Սեն Մարտեն լե Շատել,سان-مارتان-لو-شاتيل، أين,سن-مارتن-لو-شاتل,سینٹ-مارٹن-لے-چٹیل,圣马丁勒沙泰尔		FR	84	01	012	01375	790	Europe/Paris
6424682	Saint-Maurice-de-Beynost	saint-maurice-de-beynost	Saint-Maurice-de-Beynost,Sen-Moris-de-Bejno,san-mwrys-dw-bynws  ayn,sheng mo li si de bei nuo si te,Сен-Морис-де-Бейно,سان-موريس-دو-بينوس، أين,圣莫里斯德贝诺斯特		FR	84	01	012	01376	3965	Europe/Paris
6424683	Saint-Maurice-de-Gourdans	saint-maurice-de-gourdans	Saint-Maurice-de-Gourdans,Sen Moris de Gurdan,Sen-Moris-de-Gurdan,san-mwrys-dw-ghwrdan  ayn,sheng mo li si de gu er dang,Сен-Морис-де-Гурдан,Սեն Մորիս դե Գուրդան,سان-موريس-دو-غوردان، أين,سینٹ-موریس-دے-گورڈانس,圣莫里斯德古尔当		FR	84	01	011	01378	2537	Europe/Paris
6424684	Saint-Maurice-de-Rémens	saint-maurice-de-remens	Saint-Maurice-de-Remens,Saint-Maurice-de-Rémens,Sen Moris de Reman,Sen-Moris-de-Reman,san-mwrys-dw-rymwn  ayn,sheng mo li si de lei mang,Сен-Морис-де-Реман,Սեն Մորիս դե Ռեման,سان-موريس-دو-ريمون، أين,سینٹ-موریس-دے-ریمنس,圣莫里斯德雷芒		FR	84	01	011	01379	752	Europe/Paris
6424685	Saint-Nizier-le-Bouchoux	saint-nizier-le-bouchoux	Saint-Nizier-le-Bouchoux,Sen Nizie le Busu,Sen-Niz'e-le-Bushu,san-nytsyyh-lw-bwshw  ayn,sheng ni qi ai lei bu shu,Сен-Низье-ле-Бушу,Сен-Нізьє-ле-Бушу,Սեն Նիզիե լե Բուշու,سان-نيتسييه-لو-بوشو، أين,سینٹ-نظیر-لے-وچوش,圣尼齐埃勒布舒		FR	84	01	012	01380	683	Europe/Paris
6424686	Saint-Nizier-le-Désert	saint-nizier-le-desert	Sen Nizie le Dezer,Sen-Niz'e-le-Dezer,san-nytsyyh-lw-dyzyr  ayn,sheng ni qi ai lei dai ze er,Сен-Низье-ле-Дезер,Сен-Нізьє-ле-Дезер,Սեն Նիզիե լե Դեզեր,سان-نيتسييه-لو-ديزير، أين,سینٹ-نظیر-لے-ڈیزرٹ,圣尼齐埃勒代泽尔		FR	84	01	012	01381	914	Europe/Paris
6424687	Sainte-Olive	sainte-olive	Sainte-Olive,Sent Oliv,Sent-Oliv,Sente-Olivo,sant-awlyf  ayn,sheng ao li fu,syn-wlw,Сент-Олив,Сент-Олів,Սենտ Օլիվ,سانت-أوليف، أين,سین-ولو,圣奥利夫		FR	84	01	012	01382	284	Europe/Paris
6424688	Saint-Paul-de-Varax	saint-paul-de-varax	Sen Pol de Vara,Sen-Pol'-de-Vara,san-bwl-dw-faraks  ayn,sheng bao luo de la ke si,sn-pl-dw-wara,Сен-Поль-де-Вара,Սեն Պոլ դե Վարա,سان-بول-دو-فاراكس، أين,سن-پل-دو-وارا,سین-پال-دے-ورا,圣保罗德拉克斯		FR	84	01	012	01383	1502	Europe/Paris
6424689	Saint-Rambert-en-Bugey	saint-rambert-en-bugey	Saint-Rambert-en-Bugey		FR	84	01	011	01384	2310	Europe/Paris
6424690	Saint-Sorlin-en-Bugey	saint-sorlin-en-bugey	Saint-Sorlin-en-Bugey,Sant-Sorlin,Sen Sorlen an Byuze,Sen-Sorlen-an-Bjuzhe,bi re de qu ang sheng suo er lan,san-swrlan-awn-bwghyy  ayn,Сен-Сорлен-ан-Бюже,Սեն Սորլեն ան Բյուժե,سان-سورلان-أون-بوغيي، أين,比热地区昂圣索尔兰		FR	84	01	011	01386	1150	Europe/Paris
6424691	Saint-Trivier-de-Courtes	saint-trivier-de-courtes	Saint-Trivier-de-Courtes,Sen Trivie de Kurt,Sen-Triv'e-de-Kurt,Sen-Trive-de-Kurt,san-tryfyyh-dw-kwrt  ayn,sheng te li wei ai de ku er te,Сен-Тривье-де-Курт,Сен-Тривє-де-Курт,Սեն Տրիվիե դե Կուրտ,سان-تريفييه-دو-كورت، أين,圣特里维埃德库尔特		FR	84	01	012	01388	1095	Europe/Paris
6424692	Saint-Trivier-sur-Moignans	saint-trivier-sur-moignans	Saint-Trivier-sur-Moignans,Sen-Trive-sjur-Muan'jan,mu wa ni ang he pan sheng te li wei ai,san-tryfyyh-swr-mwanyan  ayn,Сен-Тривє-сюр-Муаньян,سان-تريفييه-سور-موانيان، أين,穆瓦尼昂河畔圣特里维埃		FR	84	01	012	01389	1822	Europe/Paris
6424694	Salavre	salavre	Salavr,Salavre,Salavro,Salâvro,sa la fu er,salafr  ayn,salawr,Салавр,Սալավր,سالافر، أين,سالاور,萨拉夫尔		FR	84	01	012	01391	279	Europe/Paris
6424695	Samognat	samognat	Samognat		FR	84	01	014	01392	657	Europe/Paris
6424696	Sandrans	sandrans	Sandran,Sandrans,sandran  ayn,sang de lang,Сандран,Սանդրան,ساندران، أين,桑德朗		FR	84	01	012	01393	526	Europe/Paris
6424697	Sault-Brénaz	sault-brenaz	Sault-Brenaz,Sault-Brénaz,So Brena,So-Brena,suo-bu lei na,swl-brynaz  ayn,Со-Брена,Սո Բրենա,سول-بريناز، أين,索－布雷纳		FR	84	01	011	01396	960	Europe/Paris
6424698	Sauverny	sauverny	Soverni,suo wei er ni,swfyrny  ayn,Соверни,Соверні,Սովերնի,سوفيرني، أين,索韦尔尼		FR	84	01	013	01397	1025	Europe/Paris
6424699	Ségny	segny	Segny,Sen'i,Seni,Ségny,se ni,synyy,Сеньї,Սենի,سينيي,瑟尼		FR	84	01	013	01399	2016	Europe/Paris
6424700	Seillonnaz	seillonnaz	Sejonna,Seyona,sai luo na ci,sylwna,Сейонна,Սեյոնա,سيلونا,塞洛纳兹		FR	84	01	011	01400	138	Europe/Paris
6424701	Sergy	sergy	Sergy,Serzhi,Serzi,sai er ri,syrjy  ayn,Сержи,Сержі,Սերժի,سيرجي، أين,塞尔日		FR	84	01	013	01401	2045	Europe/Paris
6424702	Sermoyer	sermoyer	Sermoyer,Sermuae,Sermuaje,Sermuaye,sai er mu wa ye,syrmwyyh  ayn,Сермуайе,Сермуає,Սերմուայե,سيرموييه، أين,塞尔穆瓦耶		FR	84	01	012	01402	678	Europe/Paris
6424703	Serrières-sur-Ain	serrieres-sur-ain	Serrieres-sur-Ain,Serrières-sur-Ain		FR	84	01	014	01404	131	Europe/Paris
6424704	Servignat	servignat	Servin'ja,Servinya,sai er wei ni ya,syrfynya  ayn,Сервинья,Сервінья,Սերվինյա,سيرفينيا، أين,塞尔维尼亚		FR	84	01	012	01406	175	Europe/Paris
6424705	Simandre-sur-Suran	simandre-sur-suran	Simandr syur Syuran,Simandr-sjur-Sjuran,Simandre-sur-Suran,symandr-swr-swra,xu lang he pan xi mang de er,Симандр-сюр-Сюран,Сімандр-сюр-Сюран,Սիմանդր սյուր Սյուրան,سيماندر-سور-سورا,叙朗河畔西芒德尔		FR	84	01	012	01408	677	Europe/Paris
6424707	Sonthonnax-la-Montagne	sonthonnax-la-montagne			FR	84	01	014	01410	318	Europe/Paris
6424708	Souclin	souclin	Socllin,Souclin,Suklen,su ke lan,swkla  ayn,swkln,Суклен,Սուկլեն,سوكلا، أين,سوکلن,苏克兰		FR	84	01	011	01411	268	Europe/Paris
6425689	Touët-sur-Var	touet-sur-var	Touet-sur-Var,Touët-sur-Var		FR	93	06	062	06143	673	Europe/Paris
6424709	Sulignat	sulignat	Sjulin'ja,Sulignat,Syulinya,swlynya  ayn,xu li ni ya,Сюлинья,Сюлінья,Սյուլինյա,سولينيا، أين,叙利尼亚		FR	84	01	012	01412	577	Europe/Paris
6424712	Talissieu	talissieu			FR	84	01	011	01415	448	Europe/Paris
6424713	Tenay	tenay	Tenay,Tene,te nai,tynay  ayn,Тене,تيناي، أين,特奈		FR	84	01	011	01416	1044	Europe/Paris
6424716	Thoissey	thoissey	Thoissey		FR	84	01	012	01420	1725	Europe/Paris
6424717	Torcieu	torcieu	Torcieu,Torciœ,Tors'e,Tors'jo,Torsio,tuo er xi e,twrsyw,Торсьё,Торсьє,Տորսիո,تورسيو,托尔西厄		FR	84	01	011	01421	725	Europe/Paris
6424718	Tossiat	tossiat	Tos'ja,Tosia,Tossiat,tuo xi ya,twsya,Тосья,Տոսիա,توسيا,托西亚		FR	84	01	012	01422	1366	Europe/Paris
6424719	Toussieux	toussieux	Toussieux,Tus'e,Tus'jo,Tusio,tu xi e,twsyw,Тусьё,Тусьє,Տուսիո,توسيو,图西厄		FR	84	01	012	01423	1002	Europe/Paris
6424720	Tramoyes	tramoyes	Tramoyes		FR	84	01	012	01424	1664	Europe/Paris
6424722	Valeins	valeins	Valeins,Valen,falyynz,wa lan si,Вален,Վալեն,فاليينز,瓦兰斯		FR	84	01	012	01428	131	Europe/Paris
6424723	Vandeins	vandeins	Vandeins,Vanden,fandyyn,wa dan si,wndyns,Ванден,Վանդեն,فانديين,وندینس,瓦丹斯		FR	84	01	012	01429	685	Europe/Paris
6424724	Varambon	varambon	Varambon,farambw,wa lang bang,wrmbn,Варамбон,Վարամբոն,فارامبو,ورمبن,瓦朗邦		FR	84	01	014	01430	531	Europe/Paris
6424725	Vaux-en-Bugey	vaux-en-bugey	Vaux-en-Bugey		FR	84	01	011	01431	1228	Europe/Paris
6424726	Verjon	verjon	Verzhon,Verzon,fu er rong,fyrjw,wrzhn,Вержон,Վերժոն,فيرجو,ورژن,弗尔容		FR	84	01	012	01432	278	Europe/Paris
6424727	Versailleux	versailleux	Versae,Versailleux,Versajjo,Versayyo,fu er sa yue,fyrsayw,Версайё,Версає,Վերսայյո,فيرسايو,弗尔萨约		FR	84	01	012	01434	421	Europe/Paris
6424728	Vesancy	vesancy	Vesancy		FR	84	01	013	01436	490	Europe/Paris
6424729	Vescours	vescours	Veskur,fyskwr,wei si ku er,Вескур,Վեսկուր,فيسكور,韦斯库尔		FR	84	01	012	01437	250	Europe/Paris
6424730	Vésines	vesines	Vesines,Vezin,Vésines,fysyn,wei qi en,Везин,Везін,Վեզին,فيسين,韦齐恩		FR	84	01	012	01439	99	Europe/Paris
6424731	Vieu-d'Izenave	vieu-d-izenave	Vieu-d'Izenave		FR	84	01	014	01441	699	Europe/Paris
6424732	Villars-les-Dombes	villars-les-dombes	Vilar le Domb,Villar-le-Domb,Villars-les-Dombes,fylar-lyh-dwmb,wei la er lai dong bu,wyar-l-dmb,Виллар-ле-Домб,Віллар-ле-Домб,Վիլար լե Դոմբ,فيلار-ليه-دومب,ویار-ل-دمب,维拉尔莱东布		FR	84	01	012	01443	4628	Europe/Paris
6424733	Villemotier	villemotier	Vil'mot'e,Villemotier,Vilmote,fylmwtyyh,wei ye mo di ai,Вильмотье,Вільмотьє,Վիլմոտե,فيلموتييه,维耶莫蒂埃		FR	84	01	012	01445	677	Europe/Paris
6424734	Villereversure	villereversure	Vil'reversjur,Villereversure,Vilreversyur,fylryfyrswr,wei ye lei wei er xu er,Вильреверсюр,Вільреверсюр,Վիլրևերսյուր,فيلريفيرسور,维耶勒韦尔叙尔		FR	84	01	012	01447	1275	Europe/Paris
6424735	Villes	villes	Vil,Vil',fyl,wei ye,Виль,Віль,Վիլ,فيل,维耶		FR	84	01	014	01448	365	Europe/Paris
6424736	Viriat	viriat			FR	84	01	012	01451	6350	Europe/Paris
6424737	Virieu-le-Grand	virieu-le-grand	Vir'jo-le-Gran,Vire-le-Gran,Virieu-le-Grand,Virio le Gran,da wei li e,fyryw-lw-ghran,Вирьё-ле-Гран,Вірє-ле-Гран,Վիրիո լե Գրան,فيريو-لو-غران,大维里厄		FR	84	01	011	01452	1056	Europe/Paris
6424738	Arvière-en-Valromey	arviere-en-valromey	Vir'jo-le-Peti,Vire-le-Peti,Virio le Peti,fyryw-lw-bwty,xiao wei li e,Вирьё-ле-Пети,Вірє-ле-Петі,Վիրիո լե Պետի,فيريو-لو-بوتي,小维里厄		FR	84	01	011	01453	716	Europe/Paris
6424739	Virignin	virignin	Virignin,Virin'en,Virinen,fyrynyyn,wei li nian,Вириньен,Віриньєн,Վիրինեն,فيرينيين,维里年		FR	84	01	011	01454	1089	Europe/Paris
6424740	Vongnes	vongnes	Von,Von',Vongnes,Vonn',fwnnyh,weng ni,Воннь,Вонь,Վոն,فوننيه,翁尼		FR	84	01	011	01456	70	Europe/Paris
6424741	Vonnas	vonnas	Vonnas		FR	84	01	012	01457	2929	Europe/Paris
6424742	Bony	bony	Boni,Bony,bo ni,Бони,Боні,Բոնի,博尼		FR	32	02	023	02100	137	Europe/Paris
6424743	Bosmont-sur-Serre	bosmont-sur-serre	Bomon sir Ser,Bomon syur Ser,Bomon-sjur-Ser,Bosmon-sjur-Serr,Bosmont-sur-Serre,sai er he pan bo si meng,Бомон сир Сер,Бомон-сюр-Сер,Босмон-сюр-Серр,Բոմոն սյուր Սեր,塞尔河畔博斯蒙		FR	32	02	022	02101	196	Europe/Paris
6424744	Boué	boue	Boue,Boué		FR	32	02	025	02103	1316	Europe/Paris
6424745	Bouffignereux	bouffignereux	Bouffignereux,Buffin'ere,Buffin'erjo,Bufinere,Bufinieryo,bu fei nie lei,Буфињере,Буффиньерё,Буффіньєре,Բուֆինիերյո,布菲涅勒		FR	32	02	022	02104	103	Europe/Paris
6424746	Bouresches	bouresches	Bouresches		FR	32	02	021	02105	203	Europe/Paris
6424747	Bourg-et-Comin	bourg-et-comin	Bourg e Comin,Bourg-et-Comin,Bur-e-Komen,Burg e Komen,Burk e Komen,Burk-eh-Komen,bu er ke man,Бур-е-Комен,Бург е Комен,Бурк-э-Комен,Բուրկ է Կոմեն,布尔科曼		FR	32	02	022	02106	827	Europe/Paris
6424748	Bourguignon-sous-Coucy	bourguignon-sous-coucy	Bourguignon-sous-Coucy,Burgin'on-su-Kusi,Burginion su Kusi,Burginon su Kusi,bu ji ni weng su ku xi,Бургиньон-су-Куси,Бургињон су Куси,Бургіньон-су-Кусі,Բուրգինիոն սու Կուսի,布吉尼翁苏库西		FR	32	02	022	02107	101	Europe/Paris
6424749	Bourguignon-sous-Montbavin	bourguignon-sous-montbavin	Bourguignon-sous-Montbavin,Burgin'on-su-Monbaven,Burginion su Monbaven,Burginon su Monbaven,bu ji ni weng su meng ba wan,Бургиньон-су-Монбавен,Бургињон су Монбавен,Бургіньон-су-Монбавен,Բուրգինիոն սու Մոնբավեն,布吉尼翁苏蒙巴万		FR	32	02	022	02108	155	Europe/Paris
6424750	Braine	braine	Bren,bu lai ne,burenu,Брен,Բրեն,ブレーヌ,布赖讷		FR	32	02	024	02110	2231	Europe/Paris
6424751	Brancourt-en-Laonnois	brancourt-en-laonnois	Brancourt-en-Laonnois,Brankur an Lannua,Brankur-an-Lannua,Brankurt an Lanoa,bu lang ku er-ang luo nu wa,Бранкур-ан-Ланнуа,Бранкурт ан Ланоа,Բրանկուր ան Լաննուա,布朗库尔-昂洛努瓦		FR	32	02	022	02111	707	Europe/Paris
6424752	Brancourt-le-Grand	brancourt-le-grand	Brancourt-le-Grand		FR	32	02	023	02112	573	Europe/Paris
6424753	Brasles	brasles			FR	32	02	021	02114	1484	Europe/Paris
6424754	Braye-en-Laonnois	braye-en-laonnois	Braye-en-Laonnois,Bre-an-Lannua,Brej an Lanoa,Brej-an-Lannua,Brey an Lannua,bu lai ang luo nu wa,Бре-ан-Ланнуа,Брей-ан-Ланнуа,Бреј ан Ланоа,Բրեյ ան Լաննուա,布赖昂洛努瓦		FR	32	02	022	02115	211	Europe/Paris
6424755	Braye-en-Thiérache	braye-en-thierache	Braye-en-Thierache,Braye-en-Thiérache,Bre-an-T'erash,Brej an Tjerash,Brej-an-T'erash,Brey an Tieras,bu lai ang di ye la shen,Бре-ан-Тьєраш,Брей-ан-Тьераш,Бреј ан Тјераш,Բրեյ ան Տիերաշ,布赖昂蒂耶拉什		FR	32	02	025	02116	145	Europe/Paris
6424756	Bray-Saint-Christophe	bray-saint-christophe	Bray-Saint-Christophe,Bre-Sen-Kristof,Brej Sen Kristof,bu lai sheng ke li si tuo fu,Бре-Сен-Кристоф,Бреј Сен Кристоф,Բրե Սեն Քրիստոֆ,布赖圣克里斯托夫		FR	32	02	023	02117	68	Europe/Paris
6424757	Brécy	brecy	Brecy,Bresi,Brécy,bu lei xi,Бреси,Бресі,Բրեսի,布雷西		FR	32	02	021	02119	343	Europe/Paris
6424758	Brenelle	brenelle	Branel,Brenel,Brenel',bu lei nei lei,Бранел,Бренель,Բրենել,布勒内勒		FR	32	02	024	02120	196	Europe/Paris
6424759	Brissay-Choigny	brissay-choigny	Brise Shoani,Brise Suani,Brissay e Choigny,Brissay-Choigny,Brisse-Shuan'i,bu li sai shu wa ni,Брисе Шоањи,Бриссе-Шуаньи,Бриссе-Шуаньї,Բրիսե Շուանի,布里赛舒瓦尼		FR	32	02	023	02123	300	Europe/Paris
6424761	Brunehamel	brunehamel	Brinamel,Brjunamel',bu lu ne a mei lei,Бринамел,Брюнамель,布吕讷阿梅勒		FR	32	02	025	02126	472	Europe/Paris
6424762	Bruyères-sur-Fère	bruyeres-sur-fere	Brijer sir Fer,Brjuer-sjur-Fer,Brjujer-sjur-Fer,Bruyeres-sur-Fere,Bruyères-sur-Fère,Bryuyer syur Fer,fei er he pan bu lu ye er,Бријер сир Фер,Брюйер-сюр-Фер,Брюєр-сюр-Фер,Բրյույեր սյուր Ֆեր,费尔河畔布吕耶尔		FR	32	02	021	02127	185	Europe/Paris
6424763	Bruyères-et-Montbérault	bruyeres-et-montberault	Brijer e Monbero,Brjuer-e-Monbero,Brjujer-eh-Monbero,Bruyeres e Montberault,Bruyères e Montbérault,bu lu ye er he meng bei luo,Бријер е Монберо,Брюйер-э-Монберо,Брюєр-е-Монберо,布吕耶尔和蒙贝罗		FR	32	02	022	02128	1534	Europe/Paris
6424764	Bruys	bruys	Bri,Brjui,Bruys,Bryui,bu lu yi,Бри,Брюи,Брюї,Բրյուի,布吕伊		FR	32	02	024	02129	20	Europe/Paris
6424765	Bucilly	bucilly	Bisiji,Bjusii,Bjusiji,Bucilly,Byusiyi,bi xi yi,Бисији,Бюсийи,Бюсії,Բյուսիյի,比西伊		FR	32	02	025	02130	189	Europe/Paris
6424766	Bucy-le-Long	bucy-le-long	Bisi le Lon,Bjusi-le-Lon,Bucy-le-Long,Byusi le Lon,bi xi lei long,Биси ле Лон,Бюси-ле-Лон,Бюсі-ле-Лон,Բյուսի լե Լոն,比西勒隆		FR	32	02	024	02131	1888	Europe/Paris
6424767	Bucy-lès-Cerny	bucy-les-cerny	Bucy-les-Cerny,Bucy-lès-Cerny		FR	32	02	022	02132	210	Europe/Paris
6424768	Bucy-lès-Pierrepont	bucy-les-pierrepont	Bisi le Pjerpon,Bjusi-le-P'erpon,Bjusi-le-Perrpon,Bucy-les-Pierrepont,Bucy-lès-Pierrepont,Byusi le Pierpon,bi xi lai pi ai er peng,Биси ле Пјерпон,Бюси-ле-Пьерпон,Бюсі-ле-Пєррпон,Բյուսի լե Պիերպոն,比西莱皮埃尔蓬		FR	32	02	022	02133	416	Europe/Paris
6424769	Buironfosse	buironfosse	Buironfosse		FR	32	02	025	02135	1146	Europe/Paris
6424770	Burelles	burelles	Burelles		FR	32	02	025	02136	129	Europe/Paris
6424771	Bussiares	bussiares	Bisjar,Bjus'jar,Bussiares,Byusiar,bi xi ya er,Бисјар,Бюсьяр,Բյուսիար,比西亚尔		FR	32	02	021	02137	149	Europe/Paris
6424772	Buzancy	buzancy			FR	32	02	024	02138	189	Europe/Paris
6424773	Caillouël-Crépigny	caillouel-crepigny	Kajuehl'-Krepin'i,Kajuel Krepini,Kajuel'-Krepin'i,ka you ai lei-ke lei pi ni,Кайуэль-Крепиньи,Каюель-Крепіньї,Кајуел Крепињи,卡尤埃勒-克雷皮尼		FR	32	02	022	02139	436	Europe/Paris
6424774	Castres	castres	Kastr,ka si te er,kaseuteuleu,Кастр,卡斯特尔,카스트르		FR	32	02	023	02142	244	Europe/Paris
6424775	Caulaincourt	caulaincourt	Caulaincourt,Kolenkur,ke lan ku er,Коленкур,科兰库尔		FR	32	02	023	02144	146	Europe/Paris
6424776	Celles-lès-Condé	celles-les-conde	Celles-les-Conde,Celles-lès-Condé,Sel le Konde,Sel'-le-Konde,sai lei lai kong dai,Сел ле Конде,Сель-ле-Конде,塞勒莱孔代		FR	32	02	021	02146	84	Europe/Paris
6424777	Celles-sur-Aisne	celles-sur-aisne	Celles-sur-Aisne,Sel sir En,Sel'-sjur-Ehn,Sel'-sjur-En,ai na he pan sai lei,Сел сир Ен,Сель-сюр-Ен,Сель-сюр-Эн,埃纳河畔塞勒		FR	32	02	024	02148	259	Europe/Paris
6424778	Cerizy	cerizy	Cerizy,Serizi,sai li ji,Серизи,Серизі,塞里济		FR	32	02	023	02149	67	Europe/Paris
6424779	Cerny-en-Laonnois	cerny-en-laonnois	Cerny-en-Laonnois,Serni an Lanoa,Serni-an-Lannua,sai ni ang luo nu wa,Серни ан Ланоа,Серни-ан-Ланнуа,Серні-ан-Ланнуа,塞尼昂洛努瓦		FR	32	02	022	02150	65	Europe/Paris
6424780	Cerny-lès-Bucy	cerny-les-bucy	Cerny-les-Bucy,Cerny-lès-Bucy,Serni le Bisi,Serni-le-Bjusi,sai ni lai bi xi,Серни ле Биси,Серни-ле-Бюси,Серні-ле-Бюсі,塞尼莱比西		FR	32	02	022	02151	114	Europe/Paris
6424781	Cerseuil	cerseuil	Sersej,Sersjoj,sai er se yi,Серсей,Серсеј,Серсёй,塞尔瑟伊		FR	32	02	024	02152	89	Europe/Paris
6424782	Cessières-Suzy	cessieres-suzy	Cessieres-Suzy,Cessières-Suzy,Ses'er,Sesjer,sai xi ye er,Сесьер,Сесьєр,Сесјер,塞西耶尔		FR	32	02	022	02153	764	Europe/Paris
6424783	Chacrise	chacrise	Shakriz,sha ke li si,Шакриз,沙克里斯		FR	32	02	024	02154	359	Europe/Paris
6424784	Chaillevois	chaillevois	Chaillevois		FR	32	02	022	02155	178	Europe/Paris
6424785	Chalandry	chalandry	Chalandry,Shalandri,sha lang de li,Шаландри,Шаландрі,沙朗德里		FR	32	02	022	02156	250	Europe/Paris
6424786	Chambry	chambry	Chambry,Shambri,shang bu li,Шамбри,Шамбрі,尚布里		FR	32	02	022	02157	840	Europe/Paris
6424787	Chamouille	chamouille			FR	32	02	022	02158	289	Europe/Paris
6424788	Champs	champs	Champs,Sham,Shan,shang pu,Шам,Шан,尚普		FR	32	02	022	02159	281	Europe/Paris
6424789	Chaourse	chaourse	Chaourse,Shaurs,shao er si,Шаурс,绍尔斯		FR	32	02	025	02160	535	Europe/Paris
6424790	Charmes	charmes	Charmes,Sharm,sha er mu,Шарм,沙尔姆		FR	32	02	022	02165	1642	Europe/Paris
6424791	Chartèves	charteves	Charteves,Chartèves,Shartev,sha er tai fu,Шартев,沙尔泰弗		FR	32	02	021	02166	350	Europe/Paris
6424792	Chassemy	chassemy	Shasemi,Shasmi,Shassemi,sha sai mi,Шасеми,Шасми,Шассемі,沙塞米		FR	32	02	024	02167	876	Europe/Paris
6424793	Château-Thierry	chateau-thierry	Chateau-Thierry,Château-Thierry		FR	32	02	021	02168	14847	Europe/Paris
6424794	Châtillon-lès-Sons	chatillon-les-sons	Chatillon-les-Sons,Châtillon-lès-Sons,Shatijon le Son,Shatijon-le-Son,sha di yong lai song,Шатийон-ле-Сон,Шатијон ле Сон,Шатійон-ле-Сон,沙蒂永莱松		FR	32	02	022	02169	85	Europe/Paris
6424795	Châtillon-sur-Oise	chatillon-sur-oise	Chatillon-sur-Oise,Châtillon-sur-Oise,Shatijon sir Oaz,Shatijon-sjur-Uaz,wa ci he pan sha di yong,Шатийон-сюр-Уаз,Шатијон сир Оаз,Шатійон-сюр-Уаз,瓦兹河畔沙蒂永		FR	32	02	023	02170	127	Europe/Paris
6424796	Chaudun	chaudun	Chaudun,Shoden,Shodjon,shao dan,Шоден,Шодён,绍丹		FR	32	02	024	02172	249	Europe/Paris
6424797	Chauny	chauny			FR	32	02	022	02173	11975	Europe/Paris
6424798	Chavignon	chavignon	Chavignon,Shavin'on,Shavinon,sha wei ni weng,Шавиньон,Шавињон,Шавіньон,沙维尼翁		FR	32	02	024	02174	817	Europe/Paris
6424799	Chavigny	chavigny	Shavin'i,Shavini,sha wei ni,Шавиньи,Шавињи,Шавіньї,沙维尼		FR	32	02	024	02175	142	Europe/Paris
6424800	Chavonne	chavonne	Chavonne,Shavon,Shavonn,sha wo ne,Шавон,Шавонн,沙沃讷		FR	32	02	024	02176	204	Europe/Paris
6424801	Chermizy-Ailles	chermizy-ailles	Chermizy-Ailles,Shermizi Aj,Shermizi-Aj,xie er mi ji ya ye,Шермизи Ај,Шермизи-Ай,Шермізі-Ай,谢尔米济亚耶		FR	32	02	022	02178	108	Europe/Paris
6424802	Chéry-Chartreuve	chery-chartreuve	Chery-Chartreuve,Chéry-Chartreuve,Sheri Shartrev,Sheri-Shartrev,Sheri-Shartrjov,xie li sha te lei fu,Шери Шартрев,Шери-Шартрёв,Шері-Шартрев,谢里沙特勒弗		FR	32	02	024	02179	390	Europe/Paris
6424803	Chéry-lès-Pouilly	chery-les-pouilly	Chery-les-Pouilly,Chry-les-Pouille,Chry-lès-Pouillé,Chéry-lès-Pouilly,Sheri le Puji,Sheri-le-Pui,Sheri-le-Puji,xie li lai pu yi,Шери ле Пуји,Шери-ле-Пуйи,Шері-ле-Пуї,谢里莱普伊		FR	32	02	022	02180	702	Europe/Paris
6424804	Chéry-lès-Rozoy	chery-les-rozoy	Chery-les-Rozoy,Chéry-lès-Rozoy,Sheri-le-Rozua,xie li lai luo zu wa,Шери-ле-Розуа,Шері-ле-Розуа,谢里莱罗祖瓦		FR	32	02	025	02181	83	Europe/Paris
6424805	Chevennes	chevennes	Chevennes		FR	32	02	025	02182	130	Europe/Paris
6424806	Chevregny	chevregny	Chevregny,Shevren'i,Shevreni,xie fu lei ni,Шевреньи,Шевреньї,Шеврењи,谢夫雷尼		FR	32	02	022	02183	190	Europe/Paris
6424807	Chevresis-Monceau	chevresis-monceau	Chevresis-Monceau,Shevrezi Monso,Shevrezi-Monso,xie fu lei xi meng suo,Шеврези Монсо,Шеврези-Монсо,Шеврезі-Монсо,谢夫雷西蒙索		FR	32	02	023	02184	360	Europe/Paris
6424808	Chézy-en-Orxois	chezy-en-orxois	Shezi an Orksoa,Shezi-an-Orksua,xie ji ang ao ke su wa,Шези ан Орксоа,Шези-ан-Орксуа,Шезі-ан-Орксуа,谢济昂奥克苏瓦		FR	32	02	021	02185	411	Europe/Paris
6424809	Chézy-sur-Marne	chezy-sur-marne	Chezy-sur-Marne,Chézy-sur-Marne		FR	32	02	021	02186	1350	Europe/Paris
6424810	Chierry	chierry	Sh'erri,Sherri,Shjeri,xie li,Шьерри,Шєррі,Шјери,谢里		FR	32	02	021	02187	1097	Europe/Paris
6424811	Chigny	chigny	Shin'i,Shini,Шиньи,Шиньї,Шињи		FR	32	02	025	02188	150	Europe/Paris
6424812	Chivres-en-Laonnois	chivres-en-laonnois	Chivres-en-Laonnois		FR	32	02	022	02189	368	Europe/Paris
6424813	Chivres-Val	chivres-val	Shivr Val,Shivr-Val',xi fu er wa lei,Шивр Вал,Шивр-Валь,希夫尔瓦勒		FR	32	02	024	02190	538	Europe/Paris
6424814	Chivy-lès-Étouvelles	chivy-les-etouvelles	Chivy-les-Etouvelles,Chivy-lès-Etouvelles,Chivy-lès-Étouvelles,Shivi lez Etuvel,Shivi-lez-Ehtuvel',Shivi-lez-Etuvel',xi wei lai sai tu wei lei,Шиви лез Етувел,Шиви-лез-Этувель,Шиві-лез-Етувель,希维莱塞图韦勒		FR	32	02	022	02191	512	Europe/Paris
6424815	Chouy	chouy	Chouy,Shu,Shui,shu yi,Шу,Шуи,Шуї,舒伊		FR	32	02	024	02192	370	Europe/Paris
6424816	Cierges	cierges	Cierges,S'erzh,Sjerzh,xie er ri,Сьерж,Сьєрж,Сјерж,谢尔日		FR	32	02	021	02193	68	Europe/Paris
6424817	Cilly	cilly	Sii,Siji,xi li,Сийи,Сији,Сії,西利		FR	32	02	022	02194	201	Europe/Paris
6424818	Ciry-Salsogne	ciry-salsogne	Ciry-Salsogne,Siri Salson,Siri-Sal'son',xi li sa er suo nie,Сири Салсоњ,Сири-Сальсонь,Сірі-Сальсонь,西利萨尔索涅		FR	32	02	024	02195	924	Europe/Paris
6424819	Clacy-et-Thierret	clacy-et-thierret	Clacy e Thierret,Klasi et Tjere,Klasi-e-T'erre,Klasi-eh-T'erre,ke la xi di ye lei,Класи ет Тјере,Класи-э-Тьерре,Класі-е-Тьєрре,克拉西蒂耶雷		FR	32	02	022	02196	317	Europe/Paris
6424820	Clairfontaine	clairfontaine	Clairfontaine,Klerfonten,ke lai er fang dan,Клерфонтен,克莱尔方丹		FR	32	02	025	02197	562	Europe/Paris
6424821	Clamecy	clamecy	Clamecy,Klamsi,ke la mu xi,Кламси,Кламсі,克拉姆西		FR	32	02	024	02198	226	Europe/Paris
6424822	Clastres	clastres	Clastres,Klastr,ke la si te,Кластр,克拉斯特		FR	32	02	023	02199	652	Europe/Paris
6424823	Clermont-les-Fermes	clermont-les-fermes	Klermon le Ferm,Klermon-le-Ferm,ke lai meng lai fei mu,Клермон ле Ферм,Клермон-ле-Ферм,克莱蒙莱费姆		FR	32	02	025	02200	127	Europe/Paris
6424824	Coincy	coincy	Coincy,Koansi,Kuehnsi,Kuensi,kuan xi,Коанси,Куенсі,Куэнси,宽西		FR	32	02	021	02203	1326	Europe/Paris
6424825	Coingt	coingt	Coingt,Koen,Kuehn,Kuen,ke an,Коен,Куен,Куэн,科安		FR	32	02	025	02204	68	Europe/Paris
6424826	Colligis-Crandelain	colligis-crandelain	Colligis-Crandelain		FR	32	02	022	02205	241	Europe/Paris
6424827	Colonfay	colonfay	Kolonfe,ke long fei,Колонфе,科隆费		FR	32	02	025	02206	80	Europe/Paris
6424828	Commenchon	commenchon	Komanshon,Kommanshon,ke mang xiong,Команшон,Комманшон,科芒雄		FR	32	02	022	02207	210	Europe/Paris
6424829	Concevreux	concevreux	Concevreux,Konsevre,Konsevrjo,kong sai fu lei,Консевре,Консеврё,孔塞夫勒		FR	32	02	022	02208	280	Europe/Paris
6424830	Condé-en-Brie	conde-en-brie	Conde-en-Brie,Condé-en-Brie,Konde an Bri,Konde-an-Bri,Konte-an-Bri,konde=an=buri,kong dai ang bu li,Κοντέ-αν-Μπρι,Конде ан Бри,Конде-ан-Бри,Конде-ан-Брі,コンデ＝アン＝ブリー,孔代昂布里		FR	32	02	021	02209	675	Europe/Paris
6424831	Condé-sur-Aisne	conde-sur-aisne	Conde-sur-Aisne,Condé-sur-Aisne,Konde sir En,Konde-sjur-Ehn,Konde-sjur-En,ai na he pan kong dai,konde=shuru=enu,Конде сир Ен,Конде-сюр-Ен,Конде-сюр-Эн,コンデ＝シュル＝エーヌ,埃纳河畔孔代		FR	32	02	024	02210	358	Europe/Paris
6424832	Condé-sur-Suippe	conde-sur-suippe	Conde-sur-Suippe,Condé-sur-Suippe,Konde sir Sip,Konde-sjur-Sjuip,Konde-sjur-Sjuipp,xu pu he pan kong dai,Конде сир Сип,Конде-сюр-Сюип,Конде-сюр-Сюїпп,叙普河畔孔代		FR	32	02	022	02211	279	Europe/Paris
6424833	Condren	condren	Condren,Kondran,kong de lang,Кондран,孔德朗		FR	32	02	022	02212	707	Europe/Paris
6424834	Connigis	connigis	Connigis,Konizhi,Konnizhi,ke ni ji,Конижи,Коннижи,Конніжі,科尼吉		FR	32	02	021	02213	328	Europe/Paris
6424835	Contescourt	contescourt	Contescourt,Kontkur,kong tai si ku er,Конткур,孔泰斯库尔		FR	32	02	023	02214	61	Europe/Paris
6424836	Corbeny	corbeny	Corbeny		FR	32	02	022	02215	767	Europe/Paris
6424837	Corcy	corcy	Corcy,Korsi,ke er xi,Корси,Корсі,科尔西		FR	32	02	024	02216	309	Europe/Paris
6424838	Coucy-le-Château-Auffrique	coucy-le-chateau-auffrique	Coucy-le-Chateau-Auffrique,Coucy-le-Château-Auffrique		FR	32	02	022	02217	1025	Europe/Paris
6424839	Coucy-lès-Eppes	coucy-les-eppes	Coucy-les-Eppes,Coucy-lès-Eppes		FR	32	02	022	02218	623	Europe/Paris
6424840	Coucy-la-Ville	coucy-la-ville	Coucy-la-Ville,Kusi-la-Vil',ku xi cheng,Куси-ла-Виль,Кусі-ла-Віль,库西城		FR	32	02	022	02219	218	Europe/Paris
6424841	Coupru	coupru			FR	32	02	021	02221	154	Europe/Paris
6424842	Courbes	courbes	Courbes,Kurb,ku er bo,Курб,库尔伯		FR	32	02	022	02222	30	Europe/Paris
6424843	Courboin	courboin	Kurbuehn,Kurbuen,ku er bu an,Курбуен,Курбуэн,库尔布安		FR	32	02	021	02223	299	Europe/Paris
6424844	Courchamps	courchamps	Kursham,Kurshan,ku er shang pu,Куршам,Куршан,库尔尚普		FR	32	02	021	02225	90	Europe/Paris
6424845	Courmelles	courmelles	Courmelles,Kurmel,Kurmel',ku er mei lei,Курмел,Курмель,库尔梅勒		FR	32	02	024	02226	1813	Europe/Paris
6424846	Courmont	courmont	Courmont,Kurmon,ku er meng,Курмон,库尔蒙		FR	32	02	021	02227	140	Europe/Paris
6424847	Courtemont-Varennes	courtemont-varennes	Courtemont-Varennes,Kurtmon Varan,Kurtmon-Varen,Kurtmon-Varenn,ku er te meng-wa lei ne,Куртмон Варан,Куртмон-Варен,Куртмон-Варенн,库尔特蒙-瓦雷讷		FR	32	02	021	02228	329	Europe/Paris
6424848	Courtrizy-et-Fussigny	courtrizy-et-fussigny	Courtrizy e Fussigny,Courtrizy-et-Fussigny,Kurtrizi e Fisini,Kurtrizi-e-Fjussin'i,Kurtrizi-eh-Fjussin'i,ku te li ji he fei xi ni,Куртризи е Фисињи,Куртризи-э-Фюссиньи,Куртризі-е-Фюссіньї,库特里济和菲西尼		FR	32	02	022	02229	65	Europe/Paris
6424849	Couvrelles	couvrelles	Couvrelles,Kuvrel,Kuvrel',ku fu lei lei,Куврел,Куврель,库夫雷勒		FR	32	02	024	02230	188	Europe/Paris
6424850	Couvron-et-Aumencourt	couvron-et-aumencourt	Couvron e Aumencourt,Couvron-et-Aumencourt,Kuvron e Omankur,Kuvron-eh-Omankur,Kuvron-et-Omankur,ku fu long he ou mang ku er,Куврон е Оманкур,Куврон-ет-Оманкур,Куврон-э-Оманкур,库夫龙和欧芒库尔		FR	32	02	022	02231	928	Europe/Paris
6424851	Coyolles	coyolles	Coyolles,Koajol,Kuajol',kua yue lei,Коајол,Куайоль,夸约勒		FR	32	02	024	02232	346	Europe/Paris
6424852	Cramaille	cramaille			FR	32	02	024	02233	138	Europe/Paris
6424853	Craonne	craonne	Craonne		FR	32	02	022	02234	80	Europe/Paris
6424854	Craonnelle	craonnelle	Craonnelle		FR	32	02	022	02235	117	Europe/Paris
6424855	Crécy-au-Mont	crecy-au-mont	Crecy-au-Mont,Crécy-au-Mont,Kresi o Mon,Kresi-o-Mon,ke lei xi ou meng,Креси о Мон,Креси-о-Мон,Кресі-о-Мон,克雷西欧蒙		FR	32	02	022	02236	354	Europe/Paris
6424856	Crécy-sur-Serre	crecy-sur-serre	Crecy-sur-Serre,Crécy-sur-Serre,Kresi sir Ser,Kresi-sjur-Ser,Kresi-sjur-Serr,sai er he pan ke lei xi,Креси сир Сер,Креси-сюр-Сер,Кресі-сюр-Серр,塞尔河畔克雷西		FR	32	02	022	02237	1496	Europe/Paris
6424857	Crézancy	crezancy	Crezancy,Crézancy,Krezansi,ke lei cang xi,Крезанси,Крезансі,克雷藏西		FR	32	02	021	02239	1225	Europe/Paris
6424858	Croix-Fonsomme	croix-fonsomme	Croix-Fonsomme		FR	32	02	023	02240	253	Europe/Paris
6424859	Crupilly	crupilly	Crupilly,Kripiji,Krjupii,Krjupiji,ke lu pi yi,Крипији,Крюпийи,Крюпії,克吕皮伊		FR	32	02	025	02244	66	Europe/Paris
6424860	Cuffies	cuffies	Cuffies,Kifi,Kjuffi,qu fei ye,Кифи,Кюффи,Кюффі,屈菲耶		FR	32	02	024	02245	1796	Europe/Paris
6424861	Cuirieux	cuirieux	Cuirieux,Kirje,Kjuir'jo,Kjuire,qu li yue,Кирје,Кюирьё,Кюїрє,屈里约		FR	32	02	022	02248	158	Europe/Paris
6424862	Cuiry-Housse	cuiry-housse	Cuiry-Housse,Kiri Us,Kjuiri-Us,Kjuiri-Uss,qu li wu si,Кири Ус,Кюири-Ус,Кюїрі-Усс,屈里乌斯		FR	32	02	024	02249	104	Europe/Paris
6424863	Cuiry-lès-Chaudardes	cuiry-les-chaudardes	Cuiry-les-Chaudardes,Cuiry-lès-Chaudardes,Kiri le Shodard,Kjuiri-le-Shodard,qu li lai shao da de,Кири ле Шодард,Кюири-ле-Шодард,Кюїрі-ле-Шодард,屈里莱绍达德		FR	32	02	022	02250	74	Europe/Paris
6424864	Cuissy-et-Geny	cuissy-et-geny	Cuissy e Geny,Cuissy-et-Geny,Kisi et Zheni,Kjuissi-e-Zheni,Kjuissi-eh-Zheni,qu xi re ni,Киси ет Жени,Кюисси-э-Жени,Кюїссі-е-Жені,屈西热尼		FR	32	02	022	02252	71	Europe/Paris
6424865	Cuisy-en-Almont	cuisy-en-almont	Cuisy-en-Almont,Kizi an Almon,Kjuizi-an-Al'mon,qu xi ang a er meng,Кизи ан Алмон,Кюизи-ан-Альмон,Кюїзі-ан-Альмон,屈西昂阿尔蒙		FR	32	02	024	02253	352	Europe/Paris
6424866	Cutry	cutry	Kitri,Kjutri,qu te li,Китри,Кютри,Кютрі,屈特里		FR	32	02	024	02254	127	Europe/Paris
6424867	Cys-la-Commune	cys-la-commune	Cys-la-Commune,Si la Komin,Si-la-Kommjun,Sis-la-Kommjun,xi la ke mi ne,Си ла Комин,Си-ла-Коммюн,Сіс-ла-Коммюн,西拉科米讷		FR	32	02	024	02255	138	Europe/Paris
6424868	Dagny-Lambercy	dagny-lambercy	Dagny-Lambercy,Dan'i-Lambersi,Dani Lambersi,da ni lang bei xi,Даньи-Ламберси,Даньї-Ламберсі,Дањи Ламберси,达尼朗贝西		FR	32	02	025	02256	128	Europe/Paris
6424869	Dallon	dallon	Dallon,Dalon,da long,Даллон,Далон,Դալլոն,达隆		FR	32	02	023	02257	436	Europe/Paris
6424870	Dammard	dammard	Damar,Dammar,Dammard,da ma er,Дамар,Даммар,达马尔		FR	32	02	024	02258	387	Europe/Paris
6424871	Dampleux	dampleux	Dample,Dampleux,Dampljo,dang pu lei,Дампле,Дамплё,当普勒		FR	32	02	024	02259	400	Europe/Paris
6424872	Danizy	danizy	Danizi,da ni ji,Данизи,Данізі,Դանիզի,达尼济		FR	32	02	022	02260	629	Europe/Paris
6426211	Ignaux	ignaux	Ignaux		FR	76	09	091	09140	110	Europe/Paris
6424873	Dercy	dercy	Dercy,Dersi,de er xi,Дерси,Дерсі,Դերսի,德尔西		FR	32	02	022	02261	391	Europe/Paris
6424874	Deuillet	deuillet	Dee,Deje,Deuillet,Djoje,de ye,Деє,Деје,Дёйе,德耶		FR	32	02	022	02262	219	Europe/Paris
6424875	Dhuizel	dhuizel	Dhuizel,Dizel,Djuizel',di ze lei,Дизел,Дюизель,Дюїзель,迪泽勒		FR	32	02	024	02263	115	Europe/Paris
6424876	Dizy-le-Gros	dizy-le-gros			FR	32	02	025	02264	758	Europe/Paris
6424877	Dohis	dohis	Dohis,Doi,duo yi,Дои,Дої,Դոի,多伊		FR	32	02	025	02265	97	Europe/Paris
6424878	Dolignon	dolignon	Dolignon,Dolin'on,Dolinon,duo li ni weng,Долиньон,Долињон,Доліньон,Դոլինոն,多利尼翁		FR	32	02	025	02266	50	Europe/Paris
6424879	Dommiers	dommiers	Dom'er,Domje,Domme,duo mi ye,Доммє,Домьер,Домје,多米耶		FR	32	02	024	02267	287	Europe/Paris
6424880	Domptin	domptin	Dompten,Domptin,Donten,dong pu tan,Домптен,Донтен,栋普坦		FR	32	02	021	02268	660	Europe/Paris
6424881	Douchy	douchy	Douchy,Dushi,Dusi,du xi,Души,Душі,Դուշի,杜希		FR	32	02	023	02270	160	Europe/Paris
6424882	Dravegny	dravegny	Dravegny,Draven'i,Draveni,de la wei ni,Дравеньи,Дравеньї,Дравењи,Դրավենի,德拉韦尼		FR	32	02	021	02271	137	Europe/Paris
6424883	Droizy	droizy	Droizy,Druazi,de lu wa ji,Друази,Друазі,Դրուազի,德鲁瓦济		FR	32	02	024	02272	74	Europe/Paris
6424884	Ébouleau	ebouleau	Ebouleau,Ebulo,Ehbulo,ai bu luo,Ébouleau,Ебуло,Эбуло,埃布洛		FR	32	02	022	02274	204	Europe/Paris
6424885	Effry	effry	Effri,Effry,Ehfri,ai fu li,Еффрі,Эфри,埃夫里		FR	32	02	025	02275	329	Europe/Paris
6424886	Englancourt	englancourt	Anglankur,Englancourt,ang ge lang ku er,Англанкур,Անգլանկուր,昂格朗库尔		FR	32	02	025	02276	127	Europe/Paris
6424887	Éparcy	eparcy	Ehparsi,Eparcy,Eparsi,ai pa er xi,Éparcy,Епарсі,Эпарси,埃帕尔西		FR	32	02	025	02278	31	Europe/Paris
6424888	Épaux-Bézu	epaux-bezu	Ehpo-Bezju,Epo-Bezju,ai bo bei ju,Епо-Безю,Эпо-Безю,埃波贝聚		FR	32	02	021	02279	559	Europe/Paris
6424889	Épieds	epieds	Ehp'e,Epe,Epieds,ai pi ye de,Épieds,Епє,Эпье,埃皮耶德		FR	32	02	021	02280	384	Europe/Paris
6424890	Erlon	erlon	Ehrlon,Erlon,ai er long,Ерлон,Эрлон,埃尔隆		FR	32	02	022	02283	282	Europe/Paris
6424891	Erloy	erloy	Ehrlua,Erloy,Erlua,ai er lu wa,Ерлуа,Эрлуа,埃尔卢瓦		FR	32	02	025	02284	93	Europe/Paris
6424892	Esquéhéries	esqueheries	Ehskeehri,Eskeeri,Eskeri,Esqueheries,Esquéhéries,ai si kai ai li,Ескеері,Ескери,Эскеэри,埃斯凯埃里		FR	32	02	025	02286	858	Europe/Paris
6424893	Essigny-le-Grand	essigny-le-grand	Ehssin'i-le-Gran,Esini le Gran,Essigny-le-Grand,Essin'i-le-Gran,da ai xi ni,Есињи ле Гран,Ессіньї-ле-Гран,Эссиньи-ле-Гран,大埃西尼		FR	32	02	023	02287	1039	Europe/Paris
6424894	Essigny-le-Petit	essigny-le-petit	Ehssin'i-le-Peti,Esini le Pti,Essigny-le-Petit,Essin'i-le-Peti,xiao ai xi ni,Есињи ле Пти,Ессіньї-ле-Петі,Эссиньи-ле-Пети,小埃西尼		FR	32	02	023	02288	349	Europe/Paris
6424895	Essises	essises	Ehssiz,Esiz,Essises,Essiz,ai xi si,Есиз,Ессіз,Эссиз,埃西斯		FR	32	02	021	02289	422	Europe/Paris
6424896	Essômes-sur-Marne	essomes-sur-marne	Ehssom-sjur-Marn,Esom na Marni,Essom-sjur-Marn,Essomes-sur-Marne,Essômes-sur-Marne,ma en he pan ai suo mu,Есом на Марни,Ессом-сюр-Марн,Эссом-сюр-Марн,马恩河畔埃索姆		FR	32	02	021	02290	2793	Europe/Paris
6424897	Étampes-sur-Marne	etampes-sur-marne	Ehtamp-sjur-Marn,Etamp-sjur-Marn,Etampes-sur-Marne,Etan na Marni,ma en he pan ai tang pu,Етамп-сюр-Марн,Етан на Марни,Этамп-сюр-Марн,马恩河畔埃唐普		FR	32	02	021	02292	1258	Europe/Paris
6424898	Étaves-et-Bocquiaux	etaves-et-bocquiaux	Ehtav-eh-Bok'o,Etav et Bokjo,Etav-e-Bokjo,Etaves e Bocquiaux,Etaves-et-Bocquiaux,ai ta fu he bo qu yi ou,Étaves e Bocquiaux,Étaves-et-Bocquiaux,Етав ет Бокјо,Етав-е-Бокйо,Этав-э-Бокьо,埃塔夫和博屈伊欧		FR	32	02	023	02293	568	Europe/Paris
6424899	Étréaupont	etreaupont	Etreaupont,Étréaupont		FR	32	02	025	02295	868	Europe/Paris
6424900	Étreillers	etreillers	Ehtreje,Etree,Etreillers,Etreje,ai te lei ye,Étreillers,Етреє,Етреје,Этрейе,埃特雷耶		FR	32	02	023	02296	1214	Europe/Paris
6424901	Étrépilly	etrepilly	Ehtrepiji,Etrepii,Etrepiji,ai te lei pi yi,Етрепији,Етрепії,Этрепийи,埃特雷皮伊		FR	32	02	021	02297	114	Europe/Paris
6424902	Évergnicourt	evergnicourt	Ehvern'ikur,Evergnicourt,Evern'ikur,Evernikur,ai wei ni ku er,Évergnicourt,Еверньїкур,Еверњикур,Эверньикур,埃韦尼库尔		FR	32	02	022	02299	575	Europe/Paris
6424904	Fayet	fayet	Fae,Faiellum,Faje,Fayet,fa ye,Файе,Фає,法耶		FR	32	02	023	02303	664	Europe/Paris
6424905	Fère-en-Tardenois	fere-en-tardenois	Fere-en-Tardenois,Fère-en-Tardenois		FR	32	02	021	02305	3098	Europe/Paris
6424906	Festieux	festieux	Fest'e,Fest'jo,Festjo,fei si di e,Фестьё,Фестьє,Фестё,费斯蒂厄		FR	32	02	022	02309	677	Europe/Paris
6424907	Fieulaine	fieulaine	F'jolen,Felen,fei e lan,Фьёлен,Фєлен,菲厄兰		FR	32	02	023	02310	263	Europe/Paris
6424908	Flavigny-le-Grand-et-Beaurain	flavigny-le-grand-et-beaurain	Flavigny-le-Grand e Beaurain,Flavigny-le-Grand-et-Beaurain,Flavin'i-le-Grand-e-Boren,Flavin'i-le-Grand-eh-Boren,da fu la wei ni he bo lan,Флавиньи-ле-Гранд-э-Борен,Флавіньї-ле-Гранд-е-Борен,大弗拉维尼和博兰		FR	32	02	025	02313	480	Europe/Paris
6424909	Flavy-le-Martel	flavy-le-martel	Flavi-le-Martel',Flavy-le-Martel,fu la wei lei ma tai lei,Флави-ле-Мартель,Флаві-ле-Мартель,弗拉维勒马泰勒		FR	32	02	023	02315	1684	Europe/Paris
6424910	Fluquières	fluquieres	Fljuk'er,Fljuker,fu lu ji ye er,Флюкьер,Флюкєр,弗吕基耶尔		FR	32	02	023	02317	222	Europe/Paris
6424911	Folembray	folembray	Folambre,Folembray,fu lang bu lai,Фоламбре,福朗布赖		FR	32	02	022	02318	1395	Europe/Paris
6424912	Fontaine-lès-Clercs	fontaine-les-clercs	Fontaine-les-Clercs,Fontaine-lès-Clercs,Fonten le Klerk,Fonten-le-Kler,fang dan lai ke lai er,Фонтен ле Клерк,Фонтен-ле-Клер,方丹莱克莱尔		FR	32	02	023	02320	259	Europe/Paris
6424913	Fontaine-lès-Vervins	fontaine-les-vervins	Fontaine-les-Vervins,Fontaine-lès-Vervins,Fonten le Verven,Fonten-le-Verven,fang dan lai wei er wan,Фонтен ле Вервен,Фонтен-ле-Вервен,方丹莱韦尔万		FR	32	02	025	02321	926	Europe/Paris
6424914	Fontaine-Notre-Dame	fontaine-notre-dame	Fontaine-Notre-Dame,Fonten-Notr-Dam,fang dan sheng mu cun,Фонтен-Нотр-Дам,方丹圣母村		FR	32	02	023	02322	391	Europe/Paris
6424915	Fontaine-Uterte	fontaine-uterte	Fontaine-Uterte,Fonten-Jutert,fang dan yu tai er te,Фонтен-Ютерт,方丹于泰尔特		FR	32	02	023	02323	127	Europe/Paris
6424917	Fontenoy	fontenoy	Fontenoy,Fontenua,Fontnoa,feng te nu wa,Фонтенуа,Фонтноа,丰特努瓦		FR	32	02	024	02326	498	Europe/Paris
6424918	Foreste	foreste	Forest,Foreste,fu lai si te,Форест,福莱斯特		FR	32	02	023	02327	169	Europe/Paris
6424919	Fossoy	fossoy	Fosoa,Fossoy,Fossua,fu su wa,Фосоа,Фоссуа,福苏瓦		FR	32	02	021	02328	536	Europe/Paris
6424920	Fourdrain	fourdrain	Fourdrain,Furdren,fu er de lan,Фурдрен,富尔德兰		FR	32	02	022	02329	420	Europe/Paris
6424921	Francilly-Selency	francilly-selency	Francilly-Selency,Fransii-Selansi,Fransiji Selansi,Fransiji-Selansi,fu lang xi yi-sai lang xi,Франсийи-Селанси,Франсији Селанси,Франсії-Селансі,弗朗西伊-塞朗西		FR	32	02	023	02330	443	Europe/Paris
6424922	Fresnes-en-Tardenois	fresnes-en-tardenois	Fren-an-Tardenua,fu lei ne ang ta de nu wa,Френ-ан-Тарденуа,弗雷讷昂塔德努瓦		FR	32	02	021	02332	268	Europe/Paris
6424923	Fresnoy-le-Grand	fresnoy-le-grand	Fresnoy-le-Grand		FR	32	02	023	02334	2938	Europe/Paris
6424924	Fressancourt	fressancourt	Fressancourt,Fressankur,fu lei sang ku er,Фрессанкур,弗雷桑库尔		FR	32	02	022	02335	195	Europe/Paris
6424925	Frières-Faillouël	frieres-faillouel	Frieres-Faillouel,Frières-Faillouël		FR	32	02	022	02336	1006	Europe/Paris
6424926	Froidestrées	froidestrees	Froidestrees,Froidestrées,Fruadestre,fu lu wa dai si te lei,Фруадестре,弗鲁瓦代斯特雷		FR	32	02	025	02337	181	Europe/Paris
6424927	Froidmont-Cohartille	froidmont-cohartille	Froidmont-Cohartille,Fruadmon-Koartij,Fruamon-Koartij,fu lu wa meng-ke a di ye,Фруадмон-Коартій,Фруамон-Коартий,弗鲁瓦蒙-科阿蒂耶		FR	32	02	022	02338	266	Europe/Paris
6424928	Gandelu	gandelu	Gandelu		FR	32	02	021	02339	689	Europe/Paris
6424929	Gauchy	gauchy	Gauchy,Goshi,ge xi,Гоши,Гоші,戈希		FR	32	02	023	02340	5300	Europe/Paris
6424930	Gercy	gercy	Gercy,Zhersi,re er xi,Жерси,Жерсі,热尔西		FR	32	02	025	02341	284	Europe/Paris
6424931	Gergny	gergny	Gergny,Zhern'i,re er ni,Жерньи,Жерньї,热尔尼		FR	32	02	025	02342	135	Europe/Paris
6424932	Germaine	germaine	Germaine		FR	32	02	023	02343	80	Europe/Paris
6424934	Gibercourt	gibercourt	Gibercourt,Zhiberkur,ji bei ku er,Жиберкур,吉贝库尔		FR	32	02	023	02345	43	Europe/Paris
6424935	Gizy	gizy	Gizy,Zhizi,ji ji,Жизи,Жизі,吉济		FR	32	02	022	02346	677	Europe/Paris
6424936	Gland	gland	Glan,ge lang,Глан,格朗		FR	32	02	021	02347	452	Europe/Paris
6424938	Goussancourt	goussancourt	Goussancourt,Gussankur,gu sang ku er,Гуссанкур,古桑库尔		FR	32	02	021	02351	120	Europe/Paris
6424939	Grandlup-et-Fay	grandlup-et-fay	Grandlup e Fay,Grandlup-et-Fay,Granlju-e-Fe,Granlju-eh-Fe,ge lang lu pu fei,Гранлю-е-Фе,Гранлю-э-Фе,格朗吕普费		FR	32	02	022	02353	308	Europe/Paris
6424940	Grandrieux	grandrieux	Grandrieux,Granrie,Granrijo,ge lang e,Гранриё,Гранріє,格朗略		FR	32	02	025	02354	87	Europe/Paris
6424941	Gricourt	gricourt	Grikur,ge li ku er,Грикур,格里库尔		FR	32	02	023	02355	989	Europe/Paris
6424942	Grisolles	grisolles	Grisolles,Grizol',ge li suo lei,Гризоль,格里索勒		FR	32	02	021	02356	245	Europe/Paris
6424943	Gronard	gronard	Gronar,Gronard,ge luo na er,Гронар,格罗纳尔		FR	32	02	025	02357	74	Europe/Paris
6424944	Grougis	grougis	Grougis,Gruzhi,ge lu ji,Гружи,Гружі,格鲁吉		FR	32	02	025	02358	359	Europe/Paris
6424945	Grugies	grugies	Grjuzhi,Grugies,ge lu ji,Грюжи,Грюжі,格吕吉		FR	32	02	023	02359	1337	Europe/Paris
6424946	Villeneuve-sur-Aisne	villeneuve-sur-aisne			FR	32	02	022	02360	2673	Europe/Paris
6424947	Guivry	guivry	Givri,Guivry,ji fu li,Гиври,Гіврі,吉夫里		FR	32	02	022	02362	246	Europe/Paris
6424948	Guny	guny	Gjuni,ju ni,Гюни,Гюні,居尼		FR	32	02	022	02363	421	Europe/Paris
6424949	Hannapes	hannapes	Anap,Annap,Hannapes,a na pu,Анап,Аннап,Աննապ,阿纳普		FR	32	02	025	02366	315	Europe/Paris
6424950	Happencourt	happencourt	Apankur,Appankur,Happencourt,a pang ku er,Апанкур,Аппанкур,Ափանկուր,阿庞库尔		FR	32	02	023	02367	135	Europe/Paris
6424951	Haramont	haramont	Aramon,a la meng,Арамон,Արամոն,阿拉蒙		FR	32	02	024	02368	581	Europe/Paris
6424952	Harcigny	harcigny	Arsin'i,Arsini,Arsinyi,Harcigny,a er xi ni,Арсиньи,Арсињи,Арсіньї,Արսինյի,阿尔西尼		FR	32	02	025	02369	244	Europe/Paris
6424953	Harly	harly	Arli,Harly,a er li,Арли,Арлі,Արլի,阿尔利		FR	32	02	023	02371	1630	Europe/Paris
6424954	Hartennes-et-Taux	hartennes-et-taux	Arten e To,Arten-eh-To,Artenn-e-To,Hartennes e Taux,Hartennes-et-Taux,a te ne tuo,Артен е То,Артен-э-То,Артенн-е-То,Արտեն է Տո,阿特讷托		FR	32	02	024	02372	383	Europe/Paris
6424955	Hary	hary	Ari,Hary,a li,Ари,Арі,Արի,阿里		FR	32	02	025	02373	215	Europe/Paris
6424956	Hautevesnes	hautevesnes			FR	32	02	021	02375	172	Europe/Paris
6424957	Hauteville	hauteville	Otvil,Otvil',otovu~iru,ou te wei er,Отвил,Отвиль,Отвіль,オートヴィル,欧特维尔		FR	32	02	025	02376	162	Europe/Paris
6424958	Haution	haution	Haution,Ot'on,Otion,ou di weng,Отион,Отьон,欧蒂翁		FR	32	02	025	02377	148	Europe/Paris
6424959	Hinacourt	hinacourt	Hinacourt,Inakur,yi na ku er,Інакур,Инакур,伊纳库尔		FR	32	02	023	02380	26	Europe/Paris
6424960	Hirson	hirson	Hirson		FR	32	02	025	02381	8985	Europe/Paris
6424961	Holnon	holnon	Holnon,Ol'non,ao er nong,Ольнон,奥尔农		FR	32	02	023	02382	1400	Europe/Paris
6424962	Homblières	homblieres	Homblieres,Homblières,Ombl'er,Omblier,weng bu li ye er,Омблиер,Омбльєр,翁布利耶尔		FR	32	02	023	02383	1470	Europe/Paris
6424963	Houry	houry	Uri,wu li,Ури,Урі,乌里		FR	32	02	025	02384	50	Europe/Paris
6424964	Iron	iron	Iron,yi long,Ірон,Ирон,伊龙		FR	32	02	025	02386	245	Europe/Paris
6424965	Itancourt	itancourt	Itancourt,Itankur,yi tang ku er,Ітанкур,Итанкур,伊唐库尔		FR	32	02	023	02387	1034	Europe/Paris
6424966	Jaulgonne	jaulgonne	Jaulgonne,Zhol'gon,Zhol'gonn,ruo er ge ne,Жольгон,Жольгонн,若尔戈讷		FR	32	02	021	02389	638	Europe/Paris
6424967	Jeancourt	jeancourt	Jeancourt		FR	32	02	023	02390	273	Europe/Paris
6424968	Jeantes	jeantes	Jeantes-la-Ville,Zhant,rang te,Жант,让特		FR	32	02	025	02391	204	Europe/Paris
6424969	Joncourt	joncourt	Joncourt		FR	32	02	023	02392	303	Europe/Paris
6424970	Jouaignes	jouaignes	Jouaignes,Zhuehn',Zhuen',ru ai nie,Жуень,Жуэнь,茹埃涅		FR	32	02	024	02393	145	Europe/Paris
6424971	Jumencourt	jumencourt	Zhjumankur,Zhumankur,rui mang ku er,Жуманкур,Жюманкур,瑞芒库尔		FR	32	02	022	02395	150	Europe/Paris
6424972	Jumigny	jumigny	Jumigny,Zhjumin'i,Zhumin'i,rui mi ni,Жуміньї,Жюминьи,瑞米尼		FR	32	02	022	02396	64	Europe/Paris
6424973	Jussy	jussy	Jussy,Zhjussi,Zhussi,rui xi,Жуссі,Жюсси,瑞西		FR	32	02	023	02397	1246	Europe/Paris
6424974	Juvigny	juvigny	Juvigny,Zhjuvin'i,Zhuvin'i,rui wei ni,Жувіньї,Жювиньи,瑞维尼		FR	32	02	024	02398	274	Europe/Paris
6424975	Juvincourt-et-Damary	juvincourt-et-damary	Juvincourt e Damary,Zhjuvenkur-eh-Damari,Zhuvenkur-e-Damari,rui wan ku er-da ma li,Жувенкур-е-Дамарі,Жювенкур-э-Дамари,瑞万库尔-达马里		FR	32	02	022	02399	591	Europe/Paris
6424976	Laffaux	laffaux	Laffaux		FR	32	02	024	02400	149	Europe/Paris
6424977	Laigny	laigny	Laigny,Len'i,lai ni,Леньи,Леньї,莱尼		FR	32	02	025	02401	197	Europe/Paris
6424978	Lanchy	lanchy	Lanchy		FR	32	02	023	02402	38	Europe/Paris
6424979	Landifay-et-Bertaignemont	landifay-et-bertaignemont	Landifay e Bertaignemont,Landifay-et-Bertaignemont,Landife-e-Berten'emon,Landife-eh-Berten'mon,lang di fei he bei tai nie meng,Ландифе-э-Бертеньмон,Ландіфе-е-Бертеньємон,朗迪费和贝泰涅蒙		FR	32	02	025	02403	274	Europe/Paris
6424980	Landouzy-la-Cour	landouzy-la-cour	Landuzi-la-Kur,lang du ji la ku er,Ландузи-ла-Кур,Ландузі-ла-Кур,朗杜济拉库尔		FR	32	02	025	02404	185	Europe/Paris
6424981	Landouzy-la-Ville	landouzy-la-ville			FR	32	02	025	02405	558	Europe/Paris
6424982	Landricourt	landricourt	Landricourt,Landrikur,lang de li ku er,Ландрикур,لانڈریکورٹ، ایسنی,朗德里库尔		FR	32	02	022	02406	140	Europe/Paris
6424983	Laniscourt	laniscourt	Lanikur,Laniscourt,Laniskur,la ni si ku er,Ланикур,Ланіскур,拉尼斯库尔		FR	32	02	022	02407	177	Europe/Paris
6424984	Lappion	lappion	Lappion		FR	32	02	022	02409	272	Europe/Paris
6424986	Latilly	latilly	Latii,Latiji,Latilly,la di li,Латийи,Латії,拉蒂利		FR	32	02	021	02411	211	Europe/Paris
6424987	Launoy	launoy	Launoy		FR	32	02	024	02412	98	Europe/Paris
6424988	Laval-en-Laonnois	laval-en-laonnois	Laval'-an-Lannua,Laval-en-Laonnois,la wa lei ang luo nu wa,Лаваль-ан-Ланнуа,拉瓦勒昂洛努瓦		FR	32	02	022	02413	250	Europe/Paris
6424990	Laversine	laversine	Laversin,Laversine,la wei er sang,Лаверсин,Лаверсін,拉韦尔桑		FR	32	02	024	02415	160	Europe/Paris
6424991	Lemé	leme	Elme,Leme,Lemé,lei mei,Élmé,Леме,勒梅		FR	32	02	025	02416	436	Europe/Paris
6424993	Lerzy	lerzy	Lerzi,Lerzy,lai er ji,Лерзи,Лерзі,莱尔济		FR	32	02	025	02418	208	Europe/Paris
6424994	Leschelle	leschelle	Leschelle		FR	32	02	025	02419	273	Europe/Paris
6424995	Lesdins	lesdins	Leden,Lesdins,lei dan,Леден,勒丹		FR	32	02	023	02420	832	Europe/Paris
6424996	Lesges	lesges	Lesges,Lezh,lai si ri,Леж,莱斯日		FR	32	02	024	02421	100	Europe/Paris
6424997	Lesquielles-Saint-Germain	lesquielles-saint-germain	Lek'el'-Sen-Zhermen,Lekel'-Sen-Zhermen,Lesquielles-Saint-Germain,lai si ji ye lei-sheng ri er man,Лекьель-Сен-Жермен,Лекєль-Сен-Жермен,莱斯基耶勒-圣日尔曼		FR	32	02	025	02422	809	Europe/Paris
6424998	Leuilly-sous-Coucy	leuilly-sous-coucy	Lei-su-Kusi,Leuilly-sous-Coucy,Ljoji-su-Kusi,lei yi su ku xi,Леї-су-Кусі,Лёйи-су-Куси,勒伊苏库西		FR	32	02	022	02423	411	Europe/Paris
6424999	Leury	leury	Leri,Leury,Ljori,lei li,Лері,Лёри,勒里		FR	32	02	024	02424	107	Europe/Paris
6425000	Leuze	leuze	Leuze,Lez,Ljoz,lei ci,Лез,Лёз,勒兹		FR	32	02	025	02425	171	Europe/Paris
6425001	Levergies	levergies	Levergies,Leverzhi,lei wei er ri,Левержи,Левержі,勒韦尔日		FR	32	02	023	02426	549	Europe/Paris
6425002	Lhuys	lhuys	Lhuys,Ljui,lu cun,Люи,Люї,吕村		FR	32	02	024	02427	144	Europe/Paris
6425003	Licy-Clignon	licy-clignon	Licy-Clignon,Lisi-Klin'on,li xi ke li ni weng,Лиси-Клиньон,Лісі-Кліньон,利西克利尼翁		FR	32	02	021	02428	75	Europe/Paris
6425004	Lierval	lierval	Lierval		FR	32	02	022	02429	115	Europe/Paris
6425005	Liez	liez	L'e,li ye,Лье,Льє,利耶		FR	32	02	022	02431	400	Europe/Paris
6425006	Limé	lime	Lime,Limé,li mei,Лиме,Ліме,利梅		FR	32	02	024	02432	186	Europe/Paris
6425007	Lislet	lislet	Lislet		FR	32	02	025	02433	227	Europe/Paris
6425009	Logny-lès-Aubenton	logny-les-aubenton	Logny-les-Aubenton,Logny-lès-Aubenton,Lon'i-lez-Obanton,luo ni lai ou bang tong,Лоньи-лез-Обантон,Лоньї-лез-Обантон,洛尼莱欧邦通		FR	32	02	025	02435	74	Europe/Paris
6425010	Longpont	longpont	Longpont,Lonpon,long peng,Лонпон,Լոնպոն,隆蓬		FR	32	02	024	02438	268	Europe/Paris
6425011	Lor	lor	Lor,luo er,Лор,洛尔		FR	32	02	022	02440	145	Europe/Paris
6425012	Louâtre	louatre	Louatre,Louâtre,Luatr,lu a te er,Луатр,卢阿特尔		FR	32	02	024	02441	203	Europe/Paris
6425013	Loupeigne	loupeigne	Lupen',lu pei nie,Лупень,卢佩涅		FR	32	02	021	02442	91	Europe/Paris
6425014	Lucy-le-Bocage	lucy-le-bocage	Ljusi-le-Bokazh,Lucy-le-Bocage,lu xi lei bo ka ri,Люси-ле-Бокаж,Люсі-ле-Бокаж,吕西勒博卡日		FR	32	02	021	02443	190	Europe/Paris
6425015	Lugny	lugny	Lugny		FR	32	02	025	02444	109	Europe/Paris
6425016	Luzoir	luzoir	Ljuzuar,lu zu wa er,Люзуар,吕祖瓦尔		FR	32	02	025	02445	287	Europe/Paris
6425017	Ly-Fontaine	ly-fontaine	Ly-Fontaine		FR	32	02	023	02446	123	Europe/Paris
6425018	Maast-et-Violaine	maast-et-violaine	Maast e Violaine,Maast-e-Vjolen,Maast-eh-V'olen,Maast-et-Violaine,ma si te he wei ao lai ne,Мааст-е-Вйолен,Мааст-э-Вьолен,马斯特和维奥莱讷		FR	32	02	024	02447	147	Europe/Paris
6425020	Macogny	macogny	Macogny,Makon'i,ma ke ni,Маконьи,Маконьї,马科尼		FR	32	02	024	02449	77	Europe/Paris
6425021	Macquigny	macquigny	Macquigny,Makin'i,Makkin'i,ma ji ni,Маккиньи,Макіньї,马基尼		FR	32	02	025	02450	377	Europe/Paris
6425022	Magny-la-Fosse	magny-la-fosse	Man'i-la-Fos,Man'i-la-Foss,ma fu la fu si,Маньи-ла-Фос,Маньї-ла-Фосс,马福拉福斯		FR	32	02	023	02451	125	Europe/Paris
6425023	Maissemy	maissemy	Maissemy,Mesmi,Messmi,mai sai mi,Месми,Мессмі,迈塞米		FR	32	02	023	02452	242	Europe/Paris
6425024	Maizy	maizy	Maizy,Mezi,mai ji,Мези,Мезі,迈济		FR	32	02	022	02453	416	Europe/Paris
6425025	Malzy	malzy	Mal'zi,Malzy,ma er ji,Мальзи,Мальзі,马尔济		FR	32	02	025	02455	202	Europe/Paris
6425026	Manicamp	manicamp			FR	32	02	022	02456	312	Europe/Paris
6425027	Dhuys et Morin-en-Brie	dhuys-et-morin-en-brie	Dhuys et Morin-en-Brie,Marshe-an-Bri,ma er xie ang bu li,Марше-ан-Бри,Марше-ан-Брі,马尔谢昂布里		FR	32	02	021	02458	814	Europe/Paris
6425028	Marcy-sous-Marle	marcy-sous-marle	Marsi-su-Marl',ma er xi su ma er lei,Марси-су-Марль,Марсі-су-Марль,马尔西苏马尔勒		FR	32	02	022	02460	192	Europe/Paris
6425029	Marest-Dampcourt	marest-dampcourt	Marest-Damkur,Marest-Dampcourt,Marest-Dankur,ma lei dang pu ku er,Марест-Дамкур,Марест-Данкур,马雷当普库尔		FR	32	02	022	02461	361	Europe/Paris
6425030	Mareuil-en-Dôle	mareuil-en-dole	Marej-an-Dol',Mareuil-en-Dole,Mareuil-en-Dôle,Marjoj-an-Dol',ma lei yi ang duo lei,Марей-ан-Доль,Марёй-ан-Доль,马勒伊昂多勒		FR	32	02	021	02462	244	Europe/Paris
6425031	Marfontaine	marfontaine	Marfontaine,Marfonten,ma er fang dan,Марфонтен,马尔方丹		FR	32	02	025	02463	84	Europe/Paris
6425032	Marigny-en-Orxois	marigny-en-orxois	Marigny-en-Orxois		FR	32	02	021	02465	484	Europe/Paris
6425033	Marizy-Sainte-Geneviève	marizy-sainte-genevieve	Marizi-Sent-Zhenev'ev,Marizi-Sent-Zhenevev,Marizy-Sainte-Genevieve,Marizy-Sainte-Geneviève,ma li ji-sheng re ne wei ye wo,Маризи-Сент-Женевьев,Маризі-Сент-Женевєв,马里济-圣热讷维耶沃		FR	32	02	024	02466	131	Europe/Paris
6425034	Marizy-Saint-Mard	marizy-saint-mard	Marizi-Sen-Mar,ma li ji sheng ma er,Маризи-Сен-Мар,Маризі-Сен-Мар,马里济圣马尔		FR	32	02	024	02467	49	Europe/Paris
6425035	Marly-Gomont	marly-gomont	Marli-Gomon,Marly-Gomont,ma er li ge meng,Марли-Гомон,Марлі-Гомон,马尔利戈蒙		FR	32	02	025	02469	468	Europe/Paris
6425036	Martigny-Courpierre	martigny-courpierre			FR	32	02	022	02471	119	Europe/Paris
6425037	Mauregny-en-Haye	mauregny-en-haye	Mauregny-en-Haye,Moren'i-an-E,Moren'i-an-Eh,mo lei ni ang nai,Мореньи-ан-Э,Мореньї-ан-Е,莫勒尼昂奈		FR	32	02	022	02472	423	Europe/Paris
6425038	Mayot	mayot	Mayot,Mejo,ma yue,Мейо,马约		FR	32	02	022	02473	209	Europe/Paris
6425039	Mennessis	mennessis	Mennessis,Mensi,mei nei xi,Менси,Менсі,梅内西		FR	32	02	022	02474	420	Europe/Paris
6425041	Mennevret	mennevret	Mennevret,Mennvre,Menvre,mei nei fu lei,Менвре,Меннвре,梅内夫雷		FR	32	02	025	02476	641	Europe/Paris
6425042	Mercin-et-Vaux	mercin-et-vaux	Mercin e Vaux,Mercin-et-Vaux,Mersen-e-Vo,Mersen-eh-Vo,mei er sang wo,Мерсен-е-Во,Мерсен-э-Во,梅尔桑沃		FR	32	02	024	02477	965	Europe/Paris
6425043	Merlieux-et-Fouquerolles	merlieux-et-fouquerolles	Merl'e-e-Fukrol',Merl'jo-eh-Fukrol',Merlieux e Fouquerolles,Merlieux-et-Fouquerolles,mei er e he fu ke luo lei,Мерльё-э-Фукроль,Мерльє-е-Фукроль,梅尔略和富克罗勒		FR	32	02	022	02478	264	Europe/Paris
6425045	Mesbrecourt-Richecourt	mesbrecourt-richecourt	Mesbrecourt-Richecourt		FR	32	02	022	02480	305	Europe/Paris
6425046	Mesnil-Saint-Laurent	mesnil-saint-laurent	Menij-Sen-Loran,Menil'-Sen-Loran,Mesnil-Saint-Laurent,mei ni lei sheng luo lang,Мениль-Сен-Лоран,Меній-Сен-Лоран,梅尼勒圣洛朗		FR	32	02	023	02481	464	Europe/Paris
6425048	Mézières-sur-Oise	mezieres-sur-oise	Mez'er-sjur-Uaz,Mezieres-sur-Oise,Mézières-sur-Oise,wa ci he pan mei ji ye er,Мезьер-сюр-Уаз,Мезьєр-сюр-Уаз,瓦兹河畔梅济耶尔		FR	32	02	023	02483	517	Europe/Paris
6425049	Mézy-Moulins	mezy-moulins	Mezi-Mulen,Mezy-Moulins,Mézy-Moulins,mei ji mu lan,Мези-Мулен,Мезі-Мулен,梅济穆兰		FR	32	02	021	02484	523	Europe/Paris
6425050	Missy-aux-Bois	missy-aux-bois	Missi-o-Bua,Missy-aux-Bois,mi xi ou bu wa,Мисси-о-Буа,Міссі-о-Буа,米西欧布瓦		FR	32	02	024	02485	99	Europe/Paris
6425051	Missy-lès-Pierrepont	missy-les-pierrepont	Missi-le-P'erpon,Missi-le-Perrpon,Missy-les-Pierrepont,Missy-lès-Pierrepont,mi xi lai pi ai er peng,Мисси-ле-Пьерпон,Міссі-ле-Пєррпон,米西莱皮埃尔蓬		FR	32	02	022	02486	110	Europe/Paris
6425052	Missy-sur-Aisne	missy-sur-aisne	Missi-sjur-Ehn,Missi-sjur-En,Missy-sur-Aisne,ai na he pan mi xi,Мисси-сюр-Эн,Міссі-сюр-Ен,埃纳河畔米西		FR	32	02	024	02487	640	Europe/Paris
6425054	Molinchart	molinchart	Molenshar,Molinchart,mo lan sha er,Моленшар,莫兰沙尔		FR	32	02	022	02489	331	Europe/Paris
6425055	Monampteuil	monampteuil	Monampteuil,Monamtej,Monantjoj,Monantyoy,mo nan pu te yi,Монамтей,Монантёй,Մոնանտյոյ,莫南普特伊		FR	32	02	024	02490	131	Europe/Paris
6425056	Monceau-le-Neuf-et-Faucouzy	monceau-le-neuf-et-faucouzy	Monceau-le-Neuf e Faucouzy,Monceau-le-Neuf-et-Faucouzy,Monso-le-Nef-e-Fokuzi,Monso-le-Njof-eh-Fokuzi,xin meng suo he fu ku ji,Монсо-ле-Неф-е-Фокузі,Монсо-ле-Нёф-э-Фокузи,新蒙索和福库济		FR	32	02	025	02491	316	Europe/Paris
6425057	Monceau-lès-Leups	monceau-les-leups	Monceau-les-Leups,Monceau-lès-Leups,Monso-le-Le,Monso-le-Ljo,meng suo lai lei pu,Монсо-ле-Ле,Монсо-ле-Лё,蒙索莱勒普		FR	32	02	022	02492	476	Europe/Paris
6425058	Monceau-le-Waast	monceau-le-waast	Monso-le-Va,Monso-le-Vaast,meng suo lei wa si te,Монсо-ле-Ва,Монсо-ле-Вааст,蒙索勒瓦斯特		FR	32	02	022	02493	216	Europe/Paris
6425059	Monceau-sur-Oise	monceau-sur-oise	Monceau-sur-Oise,Monso-sjur-Uaz,wa ci he pan meng suo,Монсо-сюр-Уаз,瓦兹河畔蒙索		FR	32	02	025	02494	127	Europe/Paris
6425060	Mondrepuis	mondrepuis	Mondrepjui,meng te lei pi,Мондрепюи,Мондрепюї,蒙特勒皮		FR	32	02	025	02495	1031	Europe/Paris
6425061	Monnes	monnes	Mon,Monn,Monnes,mo ne,Мон,Монн,Մոն,莫讷		FR	32	02	024	02496	108	Europe/Paris
6425062	Montaigu	montaigu	Montaigu,Montegju,meng tai ju,Монтегю,蒙泰居		FR	32	02	022	02498	755	Europe/Paris
6425063	Montbrehain	montbrehain	Monbreehn,Monbreen,Montbrehain,meng bu lei an,Монбреен,Монбреэн,蒙布勒安		FR	32	02	023	02500	823	Europe/Paris
6425064	Montchâlons	montchalons	Monshalon,Montchalons,Montchâlons,meng sha long,Моншалон,蒙沙隆		FR	32	02	022	02501	76	Europe/Paris
6425065	Mont-d'Origny	mont-d-origny	Mont-d'Origny		FR	32	02	023	02503	864	Europe/Paris
6425066	Montescourt-Lizerolles	montescourt-lizerolles	Montescourt-Lizerolles		FR	32	02	023	02504	1664	Europe/Paris
6425067	Montfaucon	montfaucon	Monfokon,Montfaucon,meng fu kong,Монфокон,蒙福孔		FR	32	02	021	02505	203	Europe/Paris
6425068	Montgobert	montgobert	Mongober,Montgobert,meng ge bei er,Монгобер,蒙戈贝尔		FR	32	02	024	02506	192	Europe/Paris
6425069	Montgru-Saint-Hilaire	montgru-saint-hilaire	Mongrju-Sen-Iler,Mongrju-Sent-Iler,Montgru-Saint-Hilaire,meng ge lu-sheng yi lai er,Монгрю-Сен-Ілер,Монгрю-Сент-Илер,蒙戈吕-圣伊莱尔		FR	32	02	024	02507	33	Europe/Paris
6425070	Monthenault	monthenault	Monteno,Monthenault,meng tang nuo er,Монтено,蒙唐诺尔		FR	32	02	022	02508	154	Europe/Paris
6425071	Monthiers	monthiers	Mont'e,Monthiers,meng di ye,Монтье,Монтьє,蒙蒂耶		FR	32	02	021	02509	161	Europe/Paris
6425072	Monthurel	monthurel	Monthurel,Montjurel',meng di lei lei,Монтюрель,蒙蒂雷勒		FR	32	02	021	02510	152	Europe/Paris
6425073	Montigny-en-Arrouaise	montigny-en-arrouaise	Montigny-en-Arrouaise,Montin'i-an-Arruez,Montin'i-an-Aruehz,meng di ni-ang na lu ai si,Монтиньи-ан-Аруэз,Монтіньї-ан-Арруез,蒙蒂尼-昂纳鲁艾斯		FR	32	02	023	02511	297	Europe/Paris
6425075	Montigny-le-Franc	montigny-le-franc	Montigny-le-Franc,Montin'i-le-Fran,meng di ni lei fu lang,Монтиньи-ле-Фран,Монтіньї-ле-Фран,蒙蒂尼勒弗朗		FR	32	02	022	02513	146	Europe/Paris
6425076	Montigny-Lengrain	montigny-lengrain	Montigny-Lengrain,Montin'i-Langren,meng di ni lang ge lan,Монтиньи-Лангрен,Монтіньї-Лангрен,蒙蒂尼朗格兰		FR	32	02	024	02514	695	Europe/Paris
6425077	Montigny-lès-Condé	montigny-les-conde	Montigny-les-Conde,Montigny-lès-Condé,Montin'i-le-Konde,meng di ni lai kong dai,Монтиньи-ле-Конде,Монтіньї-ле-Конде,蒙蒂尼莱孔代		FR	32	02	021	02515	61	Europe/Paris
6425078	Montigny-sous-Marle	montigny-sous-marle	Montigny-sous-Marle,Montin'i-su-Marl',meng di ni su ma er lei,Монтиньи-су-Марль,Монтіньї-су-Марль,蒙蒂尼苏马尔勒		FR	32	02	022	02516	61	Europe/Paris
6425079	Montigny-sur-Crécy	montigny-sur-crecy	Montigny-sur-Crecy,Montigny-sur-Crécy,Montin'i-sjur-Kresi,ke lei xi he pan meng di ni,Монтиньи-сюр-Креси,Монтіньї-сюр-Кресі,克雷西河畔蒙蒂尼		FR	32	02	022	02517	328	Europe/Paris
6425080	Montlevon	montlevon	Monlevon,Montlevon,meng lai weng,Монлевон,蒙莱翁		FR	32	02	021	02518	297	Europe/Paris
6425081	Montloué	montloue	Monlue,Monlueh,Montloue,Montloué,meng lu ai,Монлуе,Монлуэ,蒙卢埃		FR	32	02	025	02519	188	Europe/Paris
6425082	Mont-Notre-Dame	mont-notre-dame	Mont-Notre-Dame		FR	32	02	024	02520	738	Europe/Paris
6425084	Mont-Saint-Jean	mont-saint-jean	Mon Sen Zan,Mon-Sen-Zhan,Mont-Saint-Jean,meng sheng rang,Мон-Сен-Жан,Մոն Սեն Ժան,蒙圣让		FR	32	02	025	02522	71	Europe/Paris
6425085	Mont-Saint-Martin	mont-saint-martin	Mon Sen Marten,Mon-Sen-Marten,meng sheng ma dan,Мон-Сен-Мартен,Մոն Սեն Մարտեն,蒙圣马丹		FR	32	02	024	02523	75	Europe/Paris
6425086	Mont-Saint-Père	mont-saint-pere	Mon-Sen-Per,Mont-Saint-Pere,Mont-Saint-Père,meng sheng pei er,Мон-Сен-Пер,蒙圣佩尔		FR	32	02	021	02524	696	Europe/Paris
6425087	Morgny-en-Thiérache	morgny-en-thierache	Morgny-en-Thierache,Morgny-en-Thiérache,Morn'i-an-T'erash,mo er ni-ang di ye la shen,Морньи-ан-Тьераш,Морньї-ан-Тьєраш,莫尔尼-昂蒂耶拉什		FR	32	02	025	02526	84	Europe/Paris
6425088	Morsain	morsain	Morsain,Morsen,mo er sang,Морсен,莫尔桑		FR	32	02	024	02527	433	Europe/Paris
6425089	Mortiers	mortiers	Mort'e,mo er jie,Мортье,Мортьє,莫尔捷		FR	32	02	022	02529	188	Europe/Paris
6425090	Moussy-Verneuil	moussy-verneuil	Moussy-Verneuil,Mussi-Vernej,Mussi-Vernjoj,mu xi wei er ne yi,Мусси-Вернёй,Муссі-Верней,穆西韦尔讷伊		FR	32	02	022	02531	124	Europe/Paris
6425091	Muret-et-Crouttes	muret-et-crouttes	Mjure-e-Krutt,Mjure-eh-Krut,Muret e Crouttes,Muret-et-Crouttes,mi lei ke lu te,Мюре-е-Крутт,Мюре-э-Крут,米雷克鲁特		FR	32	02	024	02533	123	Europe/Paris
6425092	Nampcelles-la-Cour	nampcelles-la-cour	Nampcelles-la-Cour,Namsel'-la-Kur,Nansel'-la-Kur,nan pu sai lei la ku er,Намсель-ла-Кур,Нансель-ла-Кур,南普塞勒拉库尔		FR	32	02	025	02535	121	Europe/Paris
6425093	Nampteuil-sous-Muret	nampteuil-sous-muret	Namptej-su-Mjure,Nampteuil-sous-Muret,Nantjoj-su-Mjure,nan pu te yi su mi lei,Намптей-су-Мюре,Нантёй-су-Мюре,南普特伊苏米雷		FR	32	02	024	02536	100	Europe/Paris
6425094	Nanteuil-la-Fosse	nanteuil-la-fosse	Nanteuil-la-Fosse		FR	32	02	024	02537	190	Europe/Paris
6425095	Nanteuil-Notre-Dame	nanteuil-notre-dame	Nantej-Notr-Dam,Nantjoj-Notr-Dam,nan te yi sheng mu cun,Нантей-Нотр-Дам,Нантёй-Нотр-Дам,楠特伊圣母村		FR	32	02	021	02538	62	Europe/Paris
6425096	Nauroy	nauroy	Nauroy,Norua,nuo lu wa,Норуа,诺鲁瓦		FR	32	02	023	02539	712	Europe/Paris
6425097	Nesles-la-Montagne	nesles-la-montagne	Nel'-la-Montan',Nesles-la-Montagne,nei lei la meng ta nie,Нель-ла-Монтань,内勒拉蒙塔涅		FR	32	02	021	02540	1202	Europe/Paris
6425098	Neufchâtel-sur-Aisne	neufchatel-sur-aisne	Nefshatel'-sjur-En,Neufchatel-sur-Aisne,Neufchâtel-sur-Aisne,Njoshatel'-sjur-Ehn,Novum Castellum Suessionum,ai na he pan ne sha tai lei,Нефшатель-сюр-Ен,Нёшатель-сюр-Эн,埃纳河畔讷沙泰勒		FR	32	02	022	02541	418	Europe/Paris
6425099	Neuflieux	neuflieux	Nefl'e,Neuflieux,Njofl'jo,ne fu e,Нефльє,Нёфльё,讷夫略		FR	32	02	022	02542	96	Europe/Paris
6425100	Neuilly-Saint-Front	neuilly-saint-front	Nei-Sen-Fron,Neuilly-Saint-Front,Njoji-Sen-Fron,ne yi sheng fu long,Неї-Сен-Фрон,Нёйи-Сен-Фрон,讷伊圣弗龙		FR	32	02	021	02543	2104	Europe/Paris
6425101	Neuve-Maison	neuve-maison	Neuve-Maison,Nev-Mezon,Njov-Mezon,xin mai song,Нев-Мезон,Нёв-Мезон,新迈松		FR	32	02	025	02544	607	Europe/Paris
6425102	Neuville-Saint-Amand	neuville-saint-amand	Neuville-Saint-Amand,Nevil'-Sent-Aman,Njovil'-Sent-Aman,ne wei er sheng a mang,Невіль-Сент-Аман,Нёвиль-Сент-Аман,讷维尔圣阿芒		FR	32	02	023	02549	843	Europe/Paris
6425103	Neuville-sur-Ailette	neuville-sur-ailette	Neuville-sur-Ailette		FR	32	02	022	02550	107	Europe/Paris
6425104	Neuville-sur-Margival	neuville-sur-margival	Neuville-sur-Margival,Nevil'-sjur-Marzhival',Njovil'-sjur-Marzhival',ma ji wa lei he pan ne wei er,Невіль-сюр-Марживаль,Нёвиль-сюр-Марживаль,马吉瓦勒河畔讷维尔		FR	32	02	024	02551	120	Europe/Paris
6425105	Nizy-le-Comte	nizy-le-comte	Nizi-le-Kont,Nizy-le-Comte,ni ji lei kong te,Низи-ле-Конт,Нізі-ле-Конт,尼济勒孔特		FR	32	02	022	02553	248	Europe/Paris
6425106	Nogentel	nogentel	Nogentel,Nozhantel',nuo rang tai lei,Ножантель,诺让泰勒		FR	32	02	021	02554	1005	Europe/Paris
6425107	Nogent-l'Artaud	nogent-l-artaud	Nogent-l'Artaud		FR	32	02	021	02555	2197	Europe/Paris
6425108	Noircourt	noircourt	Noircourt,Nuarkur,nu wa er ku er,Нуаркур,努瓦尔库尔		FR	32	02	025	02556	83	Europe/Paris
6425109	Noroy-sur-Ourcq	noroy-sur-ourcq	Noroy-sur-Ourcq,Norua-sjur-Urk,wu er ke he pan nuo lu wa,Норуа-сюр-Урк,乌尔克河畔诺鲁瓦		FR	32	02	024	02557	133	Europe/Paris
6425110	Nouvion-et-Catillon	nouvion-et-catillon	Nouvion e Catillon,Nouvion-et-Catillon,Nuv'on-eh-Katijon,Nuvion-e-Katijon,nu wei yong ka di yong,Нувьон-э-Катийон,Нувіон-е-Катійон,努维永卡蒂永		FR	32	02	022	02559	479	Europe/Paris
6425111	Nouvion-le-Comte	nouvion-le-comte	Nouvion-le-Comte,Nuv'on-le-Kont,Nuvion-le-Kont,nu wei yong lei kong te,Нувьон-ле-Конт,Нувіон-ле-Конт,努维永勒孔特		FR	32	02	022	02560	253	Europe/Paris
6425112	Nouvion-le-Vineux	nouvion-le-vineux	Nouvion-le-Vineux,Nuv'on-le-Vinjo,Nuvion-le-Vine,nu wei yong lei wei ne,Нувьон-ле-Винё,Нувіон-ле-Віне,努维永勒维讷		FR	32	02	022	02561	164	Europe/Paris
6425113	Nouvron-Vingré	nouvron-vingre	Nouvron-Vingre,Nouvron-Vingré,Nuvron-Vengre,nu fu long wan ge lei,Нуврон-Венгре,努夫龙万格雷		FR	32	02	024	02562	231	Europe/Paris
6425114	Noyales	noyales	Noyales,Nuajal',Nuajjal',nu wa ya lei,Нуайяль,Нуаяль,努瓦亚勒		FR	32	02	025	02563	169	Europe/Paris
6425115	Noyant-et-Aconin	noyant-et-aconin	Noyant e Aconin,Noyant-et-Aconin,Nuajan-e-Akonen,Nuajjan-eh-Akonen,nu wa yang a ke nan,Нуайян-э-Аконен,Нуаян-е-Аконен,努瓦扬阿科南		FR	32	02	024	02564	503	Europe/Paris
6425116	Ohis	ohis	Ohis,Ohis vald,Oi,ao yi,Ои,Ої,奥伊		FR	32	02	025	02567	315	Europe/Paris
6425117	Oigny-en-Valois	oigny-en-valois	Oigny-en-Valois,Uan'i-an-Valua,wa ni ang wa lu wa,Уаньи-ан-Валуа,Уаньї-ан-Валуа,瓦尼昂瓦卢瓦		FR	32	02	024	02568	151	Europe/Paris
6425118	Oisy	oisy	Oisy,Uazi,wa xi,Уази,Уазі,瓦西		FR	32	02	025	02569	467	Europe/Paris
6425119	Ollezy	ollezy	Ol'zi,Ollezi,Ollezy,ao lei ji,Оллезі,Ользи,奥勒济		FR	32	02	023	02570	187	Europe/Paris
6425120	Omissy	omissy	Omissi,Omissy,ao mi xi,Омисси,Оміссі,奥米西		FR	32	02	023	02571	704	Europe/Paris
6425121	Orainville	orainville	Orenvil',ao lan wei er,Оренвиль,Оренвіль,奥兰维尔		FR	32	02	022	02572	513	Europe/Paris
6425122	Orgeval	orgeval	Orzheval',ao re wa lei,Оржеваль,奥热瓦勒		FR	32	02	022	02573	66	Europe/Paris
6425123	Origny-en-Thiérache	origny-en-thierache	Origny-en-Thierache,Origny-en-Thiérache,Orin'i-an-T'erash,ao li ni-ang di ye la shen,Ориньи-ан-Тьераш,Ориньї-ан-Тьєраш,奥里尼-昂蒂耶拉什		FR	32	02	025	02574	1461	Europe/Paris
6425124	Osly-Courtil	osly-courtil	Oli-Kurtij,Oli-Kurtil',Osly-Courtil,ao si li ku di lei,Оли-Куртиль,Олі-Куртій,奥斯利库蒂勒		FR	32	02	024	02576	320	Europe/Paris
6425125	Ostel	ostel	Ostel,Ostel',ao si tai lei,Остель,奥斯泰勒		FR	32	02	024	02577	76	Europe/Paris
6425126	Oulchy-la-Ville	oulchy-la-ville	Ul'shi-la-Vil',wu xi cheng,Ульши-ла-Виль,Ульші-ла-Віль,乌希城		FR	32	02	024	02579	120	Europe/Paris
6425127	Oulchy-le-Château	oulchy-le-chateau	Oulchy-chCatiau,Oulchy-le-Chateau,Oulchy-le-Château,Ul'shi-le-Shato,wu xi bao,Ульши-ле-Шато,Ульші-ле-Шато,乌希堡		FR	32	02	024	02580	826	Europe/Paris
6425128	Paars	paars	Paar,Par,pa er,Паар,Пар,帕尔		FR	32	02	024	02581	306	Europe/Paris
6425129	Paissy	paissy	Paissy,Pessi,pei xi,Песси,Пессі,佩西		FR	32	02	022	02582	72	Europe/Paris
6425130	Pancy-Courtecon	pancy-courtecon	Pancy-Courtecon		FR	32	02	022	02583	58	Europe/Paris
6425131	Papleux	papleux	Paple,Papleux,Papljo,pa pu lei,Папле,Паплё,帕普勒		FR	32	02	025	02584	125	Europe/Paris
6425132	Parfondeval	parfondeval	Parfondeval,Parfondval',pa er feng de wa lei,Парфондваль,帕尔丰德瓦勒		FR	32	02	025	02586	142	Europe/Paris
6425133	Parfondru	parfondru	Parfondru		FR	32	02	022	02587	355	Europe/Paris
6425134	Pargny-Filain	pargny-filain	Pargny-Filain,Parn'i-Filen,pa er ni fei lan,Парньи-Филен,Парньї-Філен,帕尔尼菲兰		FR	32	02	024	02589	255	Europe/Paris
6425135	Pargny-la-Dhuys	pargny-la-dhuys	Pargny-la-Dhuys,Parn'i-la-Djui,pa er ni la di yi,Парньи-ла-Дюи,Парньї-ла-Дюї,帕尔尼拉迪伊		FR	32	02	021	02590	173	Europe/Paris
6425136	Parpeville	parpeville	Parpevil',Parpeville,pa er po wei er,Парпевиль,Парпевіль,帕尔珀维尔		FR	32	02	023	02592	190	Europe/Paris
6425137	Pasly	pasly	Pasly		FR	32	02	024	02593	998	Europe/Paris
6425138	Passy-en-Valois	passy-en-valois			FR	32	02	024	02594	156	Europe/Paris
6425139	Passy-sur-Marne	passy-sur-marne	Passi-sjur-Marn,Passy-sur-Marne,ma en he pan pa xi,Пасси-сюр-Марн,Пассі-сюр-Марн,马恩河畔帕西		FR	32	02	021	02595	129	Europe/Paris
6425140	Pavant	pavant	Pavan,Pavant,pa wang,Паван,帕旺		FR	32	02	021	02596	790	Europe/Paris
6425142	Pernant	pernant			FR	32	02	024	02598	661	Europe/Paris
6425143	Pierremande	pierremande	Pierremande		FR	32	02	022	02599	285	Europe/Paris
6425144	Pignicourt	pignicourt	Pignicourt		FR	32	02	022	02601	197	Europe/Paris
6425145	Pinon	pinon	Pinon,bnwn,pi nong,Пинон,Пінон,بنون,皮农		FR	32	02	022	02602	1768	Europe/Paris
6425146	Pithon	pithon	Piton,pi dun,Питон,Пітон,皮顿		FR	32	02	023	02604	83	Europe/Paris
6425147	Pleine-Selve	pleine-selve	Pleine-Selve,Plen-Sel'v,pu lai ne sai er wo,Плен-Сельв,普莱讷塞尔沃		FR	32	02	023	02605	162	Europe/Paris
6425148	Ploisy	ploisy	Ploisy,Pluazi,pu lu wa xi,Плуази,Плуазі,普卢瓦西		FR	32	02	024	02607	76	Europe/Paris
6425149	Plomion	plomion	Plom'on,Plomion,Plomjon,pu luo mi weng,Пломйон,Пломьон,普洛米翁		FR	32	02	025	02608	445	Europe/Paris
6426344	Urs	urs			FR	76	09	091	09320	34	Europe/Paris
6425150	Ployart-et-Vaurseine	ployart-et-vaurseine	Ployart-et-Vaurseine		FR	32	02	022	02609	21	Europe/Paris
6425151	Pommiers	pommiers	Pom'e,Pomme,Pommiers,bo mi ye,Поммє,Помье,波米耶		FR	32	02	024	02610	648	Europe/Paris
6425152	Pont-Arcy	pont-arcy	Pon-Arsi,Pont-Arcy,Pont-Arsi,peng ta er xi,Пон-Арсі,Понт-Арси,蓬塔尔西		FR	32	02	024	02612	128	Europe/Paris
6425153	Pontru	pontru	Ponrju,Pontrju,Pontru,peng lu,Понрю,Понтрю,蓬吕		FR	32	02	023	02614	256	Europe/Paris
6425154	Pontruet	pontruet	Pontruet		FR	32	02	023	02615	338	Europe/Paris
6425155	Pont-Saint-Mard	pont-saint-mard	Pon-Sen-Mar,Pont-Saint-Mard,peng sheng ma er,Пон-Сен-Мар,蓬圣马尔		FR	32	02	022	02616	203	Europe/Paris
6425156	Pouilly-sur-Serre	pouilly-sur-serre	Pouille-su-Sere,Pouilly-sur-Serre,Pouillé-su-Sère,Pui-sjur-Serr,Puji-sjur-Ser,sai er he pan pu yi,Пуйи-сюр-Сер,Пуї-сюр-Серр,塞尔河畔普伊		FR	32	02	022	02617	513	Europe/Paris
6425157	Prémont	premont	Premon,Premont,Prémont,pu lei meng,Премон,普雷蒙		FR	32	02	023	02618	706	Europe/Paris
6425158	Prémontré	premontre	Premonre,Premontre,pu lei meng te lei,Премонре,Премонтре,普雷蒙特雷		FR	32	02	022	02619	662	Europe/Paris
6425159	Presles-et-Boves	presles-et-boves	Prel'-e-Bov,Prel'-eh-Bov,Presles e Boves,pu lei lei bo wei si,Прель-е-Бов,Прель-э-Бов,普雷勒博韦斯		FR	32	02	024	02620	366	Europe/Paris
6425160	Presles-et-Thierny	presles-et-thierny	Prel'-e-T'erni,Prel'-eh-T'erni,Presles e Thierny,Presles-et-Thierny,pu lei lei di ye ni,Прель-е-Тьєрні,Прель-э-Тьерни,普雷勒蒂耶尼		FR	32	02	022	02621	385	Europe/Paris
6425161	Priez	priez	Prie,Priez,pu li ye,Прие,Пріє,普里耶		FR	32	02	021	02622	50	Europe/Paris
6425162	Prisces	prisces	Pris,Prisces,Priss,pu li se,Прис,Присс,普里瑟		FR	32	02	025	02623	106	Europe/Paris
6425163	Proisy	proisy	Proisy		FR	32	02	025	02624	286	Europe/Paris
6425164	Proix	proix	Proix,Prua,pu lu wa,Пруа,普鲁瓦		FR	32	02	025	02625	147	Europe/Paris
6425165	Prouvais	prouvais	Prouvais,Pruve,pu lu wei,Пруве,普鲁韦		FR	32	02	022	02626	311	Europe/Paris
6425166	Proviseux-et-Plesnoy	proviseux-et-plesnoy	Proviseux e Plesnoy,Proviseux-et-Plesnoy,Provize-e-Plenua,Provizjo-eh-Plenua,pu luo wei se he pu lai nu wa,Провизё-э-Пленуа,Провізе-е-Пленуа,普罗维瑟和普莱努瓦		FR	32	02	022	02627	120	Europe/Paris
6425167	Puiseux-en-Retz	puiseux-en-retz			FR	32	02	024	02628	212	Europe/Paris
6425168	Puisieux-et-Clanlieu	puisieux-et-clanlieu	Pjuiz'e-e-Klanl'e,Pjuiz'jo-eh-Klanl'jo,Puisieux e Clanlieu,Puisieux-et-Clanlieu,pi se ke lang e,Пюизьё-э-Кланльё,Пюїзьє-е-Кланльє,皮瑟克朗略		FR	32	02	025	02629	291	Europe/Paris
6425169	Quierzy	quierzy			FR	32	02	022	02631	425	Europe/Paris
6425170	Quincy-Basse	quincy-basse	Kensi-Bas,Kensi-Bass,Quincy-Basse,kan xi ba se,Кенси-Бас,Кенсі-Басс,坎西巴瑟		FR	32	02	022	02632	61	Europe/Paris
6425171	Quincy-sous-le-Mont	quincy-sous-le-mont	Kensi-su-le-Mon,Quincy-sous-le-Mont,kan xi su lei meng,Кенси-су-ле-Мон,Кенсі-су-ле-Мон,坎西苏勒蒙		FR	32	02	024	02633	61	Europe/Paris
6425172	Raillimont	raillimont	Raillimont,Raimon,Rejimon,lai li meng,Раїмон,Рейимон,赖利蒙		FR	32	02	025	02634	78	Europe/Paris
6425173	Ramicourt	ramicourt	Ramikur,la mi ku er,Рамикур,Рамікур,拉米库尔		FR	32	02	023	02635	152	Europe/Paris
6425174	Regny	regny	Regny,Ren'i,lei ni,Реньи,Реньї,勒尼		FR	32	02	023	02636	201	Europe/Paris
6425175	Remaucourt	remaucourt	Remaucourt		FR	32	02	023	02637	302	Europe/Paris
6425176	Remies	remies	Remi,Remies,lei mi,Реми,Ремі,勒米		FR	32	02	022	02638	234	Europe/Paris
6425177	Remigny	remigny	Ermignie,Remigny,Remin'i,lei mi ni,Érmignié,Реминьи,Реміньї,勒米尼		FR	32	02	023	02639	357	Europe/Paris
6425178	Renansart	renansart	Renansar,Renansart,lei nan sa er,Ренансар,勒南萨尔		FR	32	02	023	02640	169	Europe/Paris
6425179	Renneval	renneval	Renneval,Rennval',Renval',lei ne wa lei,Ренваль,Реннваль,雷讷瓦勒		FR	32	02	025	02641	120	Europe/Paris
6425180	Résigny	resigny	Resigny,Rezin'i,Résigny,lei xi ni,Резиньи,Резіньї,雷西尼		FR	32	02	025	02642	185	Europe/Paris
6425181	Ressons-le-Long	ressons-le-long			FR	32	02	024	02643	772	Europe/Paris
6425183	Reuilly-Sauvigny	reuilly-sauvigny	Rei-Sovin'i,Reuilly-Sauvigny,Rjoji-Sovin'i,lei yi suo wei ni,Реї-Совіньї,Рёйи-Совиньи,勒伊索维尼		FR	32	02	021	02645	209	Europe/Paris
6425186	Rocourt-Saint-Martin	rocourt-saint-martin	Rocourt-Saint-Martin,Rokur-Sen-Marten,luo ku er-sheng ma dan,Рокур-Сен-Мартен,罗库尔-圣马丹		FR	32	02	021	02649	273	Europe/Paris
6425187	Rocquigny	rocquigny	Rokin'i,Rokkin'i,luo ji ni,Роккиньи,Рокіньї,罗基尼		FR	32	02	025	02650	359	Europe/Paris
6425188	Rogécourt	rogecourt	Rogecourt,Rogécourt,Rozhekur,luo re ku er,Рожекур,罗热库尔		FR	32	02	022	02651	103	Europe/Paris
6425189	Rogny	rogny	Rogny,Ron'i,luo ni,Роньи,Роньї,罗尼		FR	32	02	025	02652	117	Europe/Paris
6425190	Romeny-sur-Marne	romeny-sur-marne	Romeni-sjur-Marn,Romeny-sur-Marne,ma en he pan luo mo ni,Ромени-сюр-Марн,Ромені-сюр-Марн,马恩河畔罗默尼		FR	32	02	021	02653	500	Europe/Paris
6425191	Romery	romery	Romery,Romri,luo mo li,Ромри,Ромрі,罗默里		FR	32	02	025	02654	85	Europe/Paris
6425192	Roucy	roucy	Roucy,Rusi,lu xi,Руси,Русі,鲁西		FR	32	02	022	02656	388	Europe/Paris
6425193	Rougeries	rougeries	Rougeries,Ruzhri,lu re li,Ружри,Ружрі,鲁热里		FR	32	02	025	02657	240	Europe/Paris
6425194	Roupy	roupy	Roupy		FR	32	02	023	02658	230	Europe/Paris
6425195	Rouvroy-sur-Serre	rouvroy-sur-serre	Ruvrua-sjur-Ser,Ruvrua-sjur-Serr,rwwrway-swr-sr,sai er he pan lu fu lu wa,Рувруа-сюр-Сер,Рувруа-сюр-Серр,رووروای-سور-سر,塞尔河畔鲁夫鲁瓦		FR	32	02	025	02660	39	Europe/Paris
6425196	Royaucourt-et-Chailvet	royaucourt-et-chailvet			FR	32	02	022	02661	245	Europe/Paris
6425197	Rozet-Saint-Albin	rozet-saint-albin	Roze-Sent-Al'ben,Rozet-Saint-Albin,luo ze sheng a er ban,Розе-Сент-Альбен,罗泽圣阿尔班		FR	32	02	021	02662	308	Europe/Paris
6425198	Rozoy-Bellevalle	rozoy-bellevalle	Rozoy-Bellevalle,Rozua-Bel'val',luo zu wa-bei lei wa lei,Розуа-Бельваль,罗祖瓦-贝勒瓦勒		FR	32	02	021	02664	113	Europe/Paris
6426345	Ustou	ustou			FR	76	09	093	09322	315	Europe/Paris
6425199	Grand-Rozoy	grand-rozoy	Gran-Rozua,Grand-Rozoy,da luo zu wa,Гран-Розуа,大罗祖瓦		FR	32	02	024	02665	307	Europe/Paris
6425200	Rozoy-sur-Serre	rozoy-sur-serre	Rozoy-sur-Serre		FR	32	02	025	02666	1006	Europe/Paris
6425201	Saconin-et-Breuil	saconin-et-breuil	Saconin e Breuil,Sakonen-e-Brej,Sakonen-eh-Brjoj,sa ke nan bu lei yi,Саконен-е-Брей,Саконен-э-Брёй,سکونیں -یت-برول,萨科南布勒伊		FR	32	02	024	02667	240	Europe/Paris
6425202	Sains-Richaumont	sains-richaumont	Sains-Richaumont,Sen-Rishomon,sang li shao meng,Сен-Ришомон,سائنس-رچومونٹ,桑里绍蒙		FR	32	02	025	02668	1034	Europe/Paris
6425204	Saint-Algis	saint-algis	Saint-Algis,Sent-Al'zhi,sheng a er ji,Сент-Альжи,Сент-Альжі,سینٹ-الگس,圣阿尔吉		FR	32	02	025	02670	160	Europe/Paris
6425205	Saint-Bandry	saint-bandry	Saint-Bandry,Sen-Bandri,sheng bang de li,Сен-Бандри,Сен-Бандрі,سینٹ-باندرے,圣邦德里		FR	32	02	024	02672	272	Europe/Paris
6425206	Saint-Christophe-à-Berry	saint-christophe-a-berry	Saint-Christophe-a-Berry,Saint-Christophe-à-Berry,Sen-Kristof-a-Berri,sheng ke li si tuo fu-a bei li,Сен-Кристоф-а-Берри,Сен-Кристоф-а-Беррі,سینٹ-کروسٹوفے-ا-بیری,圣克里斯托夫-阿贝里		FR	32	02	024	02673	443	Europe/Paris
6425207	Saint-Clément	saint-clement	Saint-Clement,Saint-Clément,Sen-Kleman,sheng ke lai mang,Сен-Клеман,سینٹ-کلیمنٹ، اسنے,圣克莱芒		FR	32	02	025	02674	52	Europe/Paris
6425208	Sainte-Croix	sainte-croix	Sainte-Croix,Sent-Krua,sheng ke lu wa,Сент-Круа,سین-ڑوش، اسنے,圣克鲁瓦		FR	32	02	022	02675	126	Europe/Paris
6425209	Saint-Erme-Outre-et-Ramecourt	saint-erme-outre-et-ramecourt	Saint-Erme-Outre-et-Ramecourt		FR	32	02	022	02676	1728	Europe/Paris
6425210	Saint-Eugène	saint-eugene	Saint-Eugene,Saint-Eugène,Sent-Ehzhen,Sent-Ezhen,sheng ou ren,Сент-Ежен,Сент-Эжен,سینٹ-یوجین، اسنے,圣欧仁		FR	32	02	021	02677	244	Europe/Paris
6425211	Saint-Gengoulph	saint-gengoulph	Saint-Gengoulph,Sen-Zhangul'f,rang gu er fu,Сен-Жангульф,سینٹ-گنگولف,让古尔夫		FR	32	02	021	02679	147	Europe/Paris
6425212	Saint-Gobain	saint-gobain	Saint-Gobain,Sen-Goben,sheng ge ban,Сен-Гобен,سینٹ-گوبیں ، اسنے,圣戈班		FR	32	02	022	02680	2267	Europe/Paris
6425213	Saint-Gobert	saint-gobert	Saint-Gobert,Sen-Gober,sheng ge bei er,Сен-Гобер,سینٹ-گوبرٹ,圣戈贝尔		FR	32	02	025	02681	261	Europe/Paris
6425215	Saint-Michel	saint-michel	Saint-Michel,Sen-Mishel',sheng mi xie er,Сен-Мишель,Сен-Мішель,سینٹ-مچل، اسنے,圣米歇尔		FR	32	02	025	02684	3470	Europe/Paris
6425216	Saint-Paul-aux-Bois	saint-paul-aux-bois	Saint-Paul-aux-Bois,Sen-Pol'-o-Bua,sheng bao luo ou bu wa,Сен-Поль-о-Буа,سینٹ-پال-آ-بوس,圣保罗欧布瓦		FR	32	02	022	02686	396	Europe/Paris
6425217	Saint-Pierre-Aigle	saint-pierre-aigle	Saint-Pierre-Aigle,Sen-P'er-Ehgl',Sen-Perr-Egl',sheng pi ai er ai ge lei,Сен-Пьер-Эгль,Сен-Пєрр-Егль,سین-پیری-اگلے,圣皮埃尔艾格勒		FR	32	02	024	02687	336	Europe/Paris
6425218	Saint-Pierre-lès-Franqueville	saint-pierre-les-franqueville	Saint-Pierre-les-Franqueville,Saint-Pierre-lès-Franqueville,Sen-P'er-le-Frankvil',Sen-Perr-le-Frankvil',sheng pi ai er-lai fu lang ke wei er,syn-pyry-lys-frynkwyl,Сен-Пьер-ле-Франквиль,Сен-Пєрр-ле-Франквіль,سین-پیری-لیس-فرینکویل,圣皮埃尔-莱弗朗克维尔		FR	32	02	025	02688	53	Europe/Paris
6425219	Saint-Pierremont	saint-pierremont			FR	32	02	022	02689	45	Europe/Paris
6425220	Sainte-Preuve	sainte-preuve	Sainte-Preuve,Sent-Prev,Sent-Prjov,sheng pu lei wo,Сент-Прев,Сент-Прёв,سین-پریوے,圣普勒沃		FR	32	02	022	02690	83	Europe/Paris
6425221	Saint-Rémy-Blanzy	saint-remy-blanzy	Saint-Remy-Blanzy,Saint-Rémy-Blanzy,Sen-Remi-Blanzi,sheng lei mi bu lang ji,Сен-Реми-Бланзи,Сен-Ремі-Бланзі,سین-رمے-بلانزے,圣雷米布朗济		FR	32	02	024	02693	215	Europe/Paris
6425222	Saint-Simon	saint-simon	Sen-Simon,sheng xi men,Сен-Симон,Сен-Сімон,圣西门		FR	32	02	023	02694	633	Europe/Paris
6425223	Saint-Thibaut	saint-thibaut	Saint-Thibaut,Sen-Tibo,sheng di bo,Сен-Тибо,Сен-Тібо,圣蒂博		FR	32	02	024	02695	72	Europe/Paris
6425224	Saint-Thomas	saint-thomas	Saint-Thomas		FR	32	02	022	02696	82	Europe/Paris
6425225	Samoussy	samoussy	Samoussy		FR	32	02	022	02697	388	Europe/Paris
6425226	Sancy-les-Cheminots	sancy-les-cheminots	Sancy-les-Cheminots		FR	32	02	024	02698	100	Europe/Paris
6425227	Saponay	saponay	Saponay,Sapone,sa bo nai,Сапоне,萨波奈		FR	32	02	021	02699	289	Europe/Paris
6425228	Saulchery	saulchery	Saulchery,Sol'sheri,suo er xie li,Сольшери,Сольшері,索尔谢里		FR	32	02	021	02701	732	Europe/Paris
6425229	Savy	savy	Savi,sa wei,Сави,Саві,萨维		FR	32	02	023	02702	612	Europe/Paris
6425230	Seboncourt	seboncourt	Seboncourt,Sebonkur,se bang ku er,Себонкур,瑟邦库尔		FR	32	02	023	02703	1100	Europe/Paris
6425231	Selens	selens	Selan,Selens,sai lang,Селан,塞朗		FR	32	02	022	02704	251	Europe/Paris
6425232	Septmonts	septmonts	Septmonts,Setmon,sai pu meng,Сетмон,塞普蒙		FR	32	02	024	02706	557	Europe/Paris
6425233	Septvaux	septvaux	Septvaux,Setvo,sai pu wo,Сетво,塞普沃		FR	32	02	022	02707	172	Europe/Paris
6425234	Sequehart	sequehart	Sequehart		FR	32	02	023	02708	206	Europe/Paris
6425236	Serches	serches	Serches,Sersh,sai er shen,Серш,塞尔什		FR	32	02	024	02711	312	Europe/Paris
6425237	Sergy	sergy	Sergy,Serzhi,sai er ji,Сержи,Сержі,塞尔吉		FR	32	02	021	02712	155	Europe/Paris
6425238	Seringes-et-Nesles	seringes-et-nesles	Serenzh-e-Nel',Serenzh-eh-Nel',Seringes e Nesles,sai lan ri nei lei,Серенж-е-Нель,Серенж-э-Нель,塞兰日内勒		FR	32	02	021	02713	280	Europe/Paris
6425239	Sermoise	sermoise	Sermoise,Sermuaz,sai er mu wa si,Сермуаз,塞尔穆瓦斯		FR	32	02	024	02714	344	Europe/Paris
6425240	Servais	servais	Servais,Serve,sai er wei,Серве,塞尔韦		FR	32	02	022	02716	288	Europe/Paris
6425241	Séry-lès-Mézières	sery-les-mezieres	Seri-le-Mez'er,Sery-les-Mezieres,Séry-lès-Mézières,sai li lai mei ji ye er,Сери-ле-Мезьер,Сері-ле-Мезьєр,塞里莱梅济耶尔		FR	32	02	023	02717	586	Europe/Paris
6425242	Silly-la-Poterie	silly-la-poterie	Sii-la-Potri,Siji-la-Potri,xi li la bo te li,Сийи-ла-Потри,Сії-ла-Потрі,西利拉波特里		FR	32	02	024	02718	129	Europe/Paris
6426403	Feuges	feuges	Feuges		FR	44	10	103	10149	330	Europe/Paris
6425243	Sinceny	sinceny	Senseni,Sinceny,sang si ni,Сенсени,Сенсені,桑斯尼		FR	32	02	022	02719	2040	Europe/Paris
6425244	Sissonne	sissonne	Sisson,Sissonn,Sissonne,xi suo ne,Сиссон,Сіссонн,锡索讷		FR	32	02	022	02720	2075	Europe/Paris
6425245	Sissy	sissy	Sissi,Sissy,xi xi,Сисси,Сіссі,锡西		FR	32	02	023	02721	475	Europe/Paris
6425246	Soissons	soissons	Soissons		FR	32	02	024	02722	28466	Europe/Paris
6425247	Soize	soize	Soize,Suaz,su wa si,Суаз,苏瓦斯		FR	32	02	025	02723	100	Europe/Paris
6425248	Sommelans	sommelans	Somlan,Sommelans,Sommlan,suo mo lang,Сомлан,Соммлан,索默朗		FR	32	02	021	02724	61	Europe/Paris
6425249	Sommeron	sommeron	Sommeron,Sommron,Somron,suo mo long,Соммрон,Сомрон,索默龙		FR	32	02	025	02725	141	Europe/Paris
6425250	Sommette-Eaucourt	sommette-eaucourt	Somet-Okur,Sommett-Okur,Sommette-Eaucourt,suo mo te ao ku er,Сомет-Окур,Сомметт-Окур,索默特奥库尔		FR	32	02	023	02726	191	Europe/Paris
6425251	Sons-et-Ronchères	sons-et-roncheres	Son-e-Ronsher,Sons e Roncheres,Sons e Ronchères,Sons-et-Roncheres,Sons-et-Ronchères,Sonz-eh-Ronsher,song long xie er,Сон-е-Роншер,Сонз-э-Роншер,松龙谢尔		FR	32	02	022	02727	238	Europe/Paris
6425252	Sorbais	sorbais	Sorbais,Sorbe,suo er bai,Сорбе,索尔拜		FR	32	02	025	02728	282	Europe/Paris
6425253	Soucy	soucy	Susi,su xi,Суси,Сусі,苏西		FR	32	02	024	02729	105	Europe/Paris
6425254	Soupir	soupir	Soupir,Supir,su pi er,Супир,Супір,苏皮尔		FR	32	02	024	02730	276	Europe/Paris
6425255	Surfontaine	surfontaine	Sjurfonten,Surfontaine,xu er fang dan,Сюрфонтен,叙尔方丹		FR	32	02	023	02732	100	Europe/Paris
6425257	Taillefontaine	taillefontaine	Tajfonten,tai lei fang dan,Тайфонтен,泰勒方丹		FR	32	02	024	02734	270	Europe/Paris
6425258	Tannières	tannieres	Tan'er,Tannieres,Tannières,ta ni ye er,Таньер,Таньєр,塔尼耶尔		FR	32	02	024	02735	16	Europe/Paris
6425259	Tartiers	tartiers	Tart'e,Tartiers,ta er jie,Тартье,Тартьє,塔尔捷		FR	32	02	024	02736	165	Europe/Paris
6425260	Tavaux-et-Pontséricourt	tavaux-et-pontsericourt	Tavaux e Pontsericourt,Tavaux e Pontséricourt,Tavo-e-Ponserikur,Tavo-eh-Ponserikur,ta wo peng sai li ku er,Таво-е-Понсерикур,Таво-э-Понсерикур,塔沃蓬塞里库尔		FR	32	02	022	02737	577	Europe/Paris
6425261	Tergnier	tergnier	Tergnier		FR	32	02	022	02738	13541	Europe/Paris
6425262	Terny-Sorny	terny-sorny	Terni-Sorni,Terny-Sorny,tai er ni suo er ni,Терни-Сорни,Терні-Сорні,泰尔尼索尔尼		FR	32	02	024	02739	328	Europe/Paris
6425263	Thenailles	thenailles	Tenaj,Thenailles,tai nai ye,Тенай,泰奈耶		FR	32	02	025	02740	224	Europe/Paris
6425264	Thenelles	thenelles	Tenel',Thenelles,tai nei lei,Тенель,泰内勒		FR	32	02	023	02741	551	Europe/Paris
6425265	Thiernu	thiernu	T'ernju,Thiernu,di ye er ni,Тьерню,Тьєрню,蒂耶尔尼		FR	32	02	022	02742	100	Europe/Paris
6425266	Torcy-en-Valois	torcy-en-valois	Torcy-en-Valois		FR	32	02	021	02744	78	Europe/Paris
6425267	Toulis-et-Attencourt	toulis-et-attencourt	Toulis e Attencourt,Toulis-et-Attencourt,Tuli-e-Attankur,Tuli-eh-Atankur,tu li a tang ku er,Тули-э-Атанкур,Тулі-е-Аттанкур,图利阿唐库尔		FR	32	02	022	02745	128	Europe/Paris
6425268	Travecy	travecy	Travecy,Travsi,te la wei xi,Травси,Травсі,特拉韦西		FR	32	02	022	02746	677	Europe/Paris
6425269	Trefcon	trefcon	Trefcon,Trefkon,te lei fu kong,Трефкон,特雷夫孔		FR	32	02	023	02747	87	Europe/Paris
6425270	Trosly-Loire	trosly-loire	Troli-Luar,Trosly-Loire,te luo si li-lu wa er,Троли-Луар,Тролі-Луар,特罗斯利-卢瓦尔		FR	32	02	022	02750	611	Europe/Paris
6425271	Trucy	trucy	Trjusi,Trucy,te lu xi,trwsy,Трюси,Трюсі,تروسی,特吕西		FR	32	02	022	02751	148	Europe/Paris
6425272	Tugny-et-Pont	tugny-et-pont	Tjun'i-e-Pon,Tjun'i-eh-Pon,Tugny e Pont,di ni peng,Тюньи-э-Пон,Тюньї-е-Пон,蒂尼蓬		FR	32	02	023	02752	276	Europe/Paris
6425273	Tupigny	tupigny	Tjupin'i,Tupigny,di pi ni,Тюпиньи,Тюпіньї,蒂皮尼		FR	32	02	025	02753	342	Europe/Paris
6425274	Ugny-le-Gay	ugny-le-gay	Jun'i-le-Ge,Ugny-le-Gay,yu ni lei gai,Юньи-ле-Ге,Юньї-ле-Ге,于尼勒盖		FR	32	02	022	02754	180	Europe/Paris
6425275	Urcel	urcel	Jursel',Urcel,yu er sai lei,Юрсель,于尔塞勒		FR	32	02	022	02755	578	Europe/Paris
6425276	Urvillers	urvillers	Jurville,Jurviller,Urvillers,yu er wei lai er,Юрвиллер,Юрвілле,于尔维莱尔		FR	32	02	023	02756	648	Europe/Paris
6425277	Vailly-sur-Aisne	vailly-sur-aisne	Vailly-sur-Aisne		FR	32	02	024	02758	1998	Europe/Paris
6425278	Variscourt	variscourt	Varikur,Variscourt,Variskur,wa li si ku er,wryskwrt,Варикур,Варискур,Վարիկուր,وریسکورت,瓦里斯库尔		FR	32	02	022	02761	189	Europe/Paris
6425279	Vassens	vassens	Vassan,Vassens,wa sang,wsns,Вассан,Վասսան,وسنس,瓦桑		FR	32	02	024	02762	157	Europe/Paris
6425280	Vasseny	vasseny	Vasni,Vasseni,Vasseny,wa sai ni,wsny,Васни,Вассені,Վասնի,وسنی,瓦塞尼		FR	32	02	024	02763	211	Europe/Paris
6425281	Vassogne	vassogne	Vassogne,Vasson,Vasson',wa suo nie,wsgn,Вассонь,Վասսոն,وسگن,瓦索涅		FR	32	02	022	02764	86	Europe/Paris
6425282	Vaucelles-et-Beffecourt	vaucelles-et-beffecourt	Vaucelles e Beffecourt,Vaucelles-et-Beffecourt,Vosel e Befkur,Vosel'-e-Beffkur,Vosel'-eh-Befkur,wawkls at bfkwrt,wo sai lei he bei fu ku er,Восель-е-Беффкур,Восель-э-Бефкур,Վոսել է Բեֆկուր,واوکلس ات بفکورت,沃塞勒和贝弗库尔		FR	32	02	022	02765	261	Europe/Paris
6425283	Vaudesson	vaudesson	Vaudesson,Vodson,Vodsson,wawdsn,wo de song,Водсон,Водссон,Վոդսոն,واودسن,沃德松		FR	32	02	024	02766	241	Europe/Paris
6425284	Vauxrezis	vauxrezis	Vorezi,Vorzi,wo lei ji,wwrzy,Ворезі,Ворзи,Վորզի,وورزی,沃雷济		FR	32	02	024	02767	328	Europe/Paris
6425285	Vauxaillon	vauxaillon	Vauxaillon,Voksajon,wawksayln,wo ke sai yong,Воксайон,Վոքսայոն,واوکسایلن,沃克赛永		FR	32	02	022	02768	532	Europe/Paris
6425287	Vauxbuin	vauxbuin	Vauxbuin,Vobjuehn,Vobjuen,Vobyuen,wawksbwyn,wo bi an,Вобюен,Вобюэн,Վոբյուեն,واوکسبوین,沃比安		FR	32	02	024	02770	788	Europe/Paris
6425289	Vaux-en-Vermandois	vaux-en-vermandois	Vaux-en-Vermandois,Vo-an-Vermandua,wawks an wrmndys,wo ang wei er mang du wa,Во-ан-Вермандуа,واوکس ان ورمندیس,沃昂韦尔芒杜瓦		FR	32	02	023	02772	149	Europe/Paris
6425290	Vauxtin	vauxtin	Voten,wawkstyn,wo tan,Вотен,Վոտեն,واوکستین,沃坦		FR	32	02	024	02773	40	Europe/Paris
6425291	Vendelles	vendelles	Vandel,Vandel',Vendelles,wang dai lei,wndls,Вандель,Վանդել,وندلس,旺代勒		FR	32	02	023	02774	117	Europe/Paris
6425294	Vendresse-Beaulne	vendresse-beaulne	Vandres Bon,Vandres-Bon,Vandress-Bon,wang de lei si-bo er ne,wndrs bywln,Вандрес-Бон,Вандресс-Бон,Վանդրես Բոն,وندرس بیولن,旺德雷斯-博尔讷		FR	32	02	022	02778	106	Europe/Paris
6425295	Vénérolles	venerolles	Venerol',Venerolles,Vénérolles,wei nei luo lei,Венероль,韦内罗勒		FR	32	02	025	02779	227	Europe/Paris
6425296	Venizel	venizel	Venizel,Venizel',fu ni ze lei,wnyzl,Венизель,Венізель,ونیزل,弗尼泽勒		FR	32	02	024	02780	1376	Europe/Paris
6425297	Verdilly	verdilly	Verdii,Verdiji,Verdilly,wei er di yi,wrdyly,Вердийи,Вердії,وردیلی,韦尔迪伊		FR	32	02	021	02781	465	Europe/Paris
6425298	Grand-Verly	grand-verly	Gran-Verli,Grand-Verly,da wei er li,Гран-Верли,Гран-Верлі,大韦尔利		FR	32	02	025	02783	138	Europe/Paris
6425299	Petit-Verly	petit-verly	Peti-Verli,xiao wei er li,Пети-Верли,Петі-Верлі,小韦尔利		FR	32	02	025	02784	155	Europe/Paris
6425300	Vermand	vermand			FR	32	02	023	02785	1086	Europe/Paris
6425301	Verneuil-sous-Coucy	verneuil-sous-coucy	Vernej-su-Kusi,Verneuil-sous-Coucy,Vernjoj-su-Kusi,Vernyoy su Kusi,wei er ne yi su ku xi,wrnwyl sws kwky,Верней-су-Кусі,Вернёй-су-Куси,Վերնյոյ սու Կուսի,ورنویل سوس کوکی,韦尔讷伊苏库西		FR	32	02	022	02786	127	Europe/Paris
6425302	Verneuil-sur-Serre	verneuil-sur-serre	Vernej-sjur-Serr,Verneuil-sur-Serre,Vernjoj-sjur-Ser,Vernyoy syur Ser,sai er he pan wei er ne yi,wrnwyl swr srh,Верней-сюр-Серр,Вернёй-сюр-Сер,Վերնյոյ սյուր Սեր,ورنویل سور سره,塞尔河畔韦尔讷伊		FR	32	02	022	02787	249	Europe/Paris
6425303	Vesles-et-Caumont	vesles-et-caumont	Vel e Komon,Vel'-e-Komon,Vel'-eh-Komon,Vesles e Caumont,Vesles-et-Caumont,wei lei ke meng,Вель-е-Комон,Вель-э-Комон,Վել է Կոմոն,韦勒科蒙		FR	32	02	022	02790	227	Europe/Paris
6425304	Veslud	veslud	Velju,Veslud,wei lu,Велю,韦吕		FR	32	02	022	02791	234	Europe/Paris
6425305	Veuilly-la-Poterie	veuilly-la-poterie	Vei-la-Potri,Veuilly-la-Poterie,Vjoji-la-Potri,fu yi la bo te li,Веї-ла-Потрі,Вёйи-ла-Потри,弗伊拉波特里		FR	32	02	021	02792	152	Europe/Paris
6425306	Vézaponin	vezaponin	Vezaponin,Vézaponin		FR	32	02	024	02793	130	Europe/Paris
6425307	Vézilly	vezilly	Vezii,Veziji,Veziyi,wei ji yi,Везийи,Везії,Վեզիյի,韦济伊		FR	32	02	021	02794	183	Europe/Paris
6425308	Vic-sur-Aisne	vic-sur-aisne	Vic-sur-Aisne		FR	32	02	024	02795	1666	Europe/Paris
6425309	Vichel-Nanteuil	vichel-nanteuil	Vichel-Nanteuil,Vishel'-Nantej,Vishel'-Nantjoj,wei xie lei nan te yi,Вишель-Нантёй,Вішель-Нантей,维谢勒楠特伊		FR	32	02	021	02796	89	Europe/Paris
6425310	Viel-Arcy	viel-arcy	V'el'-Arsi,Vel'-Arsi,Viel Arsi,Viel-Arcy,wei ye er a er xi,Вьель-Арси,Вєль-Арсі,Վիել Արսի,维耶尔阿尔西		FR	32	02	024	02797	183	Europe/Paris
6425311	Viels-Maisons	viels-maisons	V'el'-Mezon,Vel'-Mezon,Viel Mezon,wei ye er mai song,Вьель-Мезон,Вєль-Мезон,Վիել Մեզոն,维耶尔迈松		FR	32	02	021	02798	1201	Europe/Paris
6425312	Vierzy	vierzy	V'erzi,Verzi,Vierzy,wei ye er ji,Вьерзи,Вєрзі,维耶尔济		FR	32	02	024	02799	449	Europe/Paris
6425313	Viffort	viffort	Viffor,Viffort,wei fu er,Виффор,Віффор,维福尔		FR	32	02	021	02800	324	Europe/Paris
6425314	Vigneux-Hocquet	vigneux-hocquet	Vigneux-Hocquet,Vin'e-Oke,Vin'jo-Okke,wei ni e ao kai,Виньё-Окке,Віньє-Оке,维尼厄奥凯		FR	32	02	025	02801	266	Europe/Paris
6425315	Villemontoire	villemontoire	Vil'montuar,Villemontoire,wei lei meng tu wa er,Вильмонтуар,Вільмонтуар,维勒蒙图瓦尔		FR	32	02	024	02804	188	Europe/Paris
6425316	Villeneuve-Saint-Germain	villeneuve-saint-germain	Vil'nev-Sen-Zhermen,Vil'njov-Sen-Zhermen,Villeneuve-Saint-Germain,wei lei ne wo-sheng ri er man,Вильнёв-Сен-Жермен,Вільнев-Сен-Жермен,维勒讷沃-圣日耳曼		FR	32	02	024	02805	2517	Europe/Paris
6425317	Villeneuve-sur-Fère	villeneuve-sur-fere	Vil'nev-sjur-Fer,Vil'njov-sjur-Fer,Vilnoev-Suer-Fer,Vilnöv-Sür-Fer,fei er he pan wei lei ne wo,Вильнёв-сюр-Фер,Вільнев-сюр-Фер,费尔河畔维勒讷沃		FR	32	02	021	02806	277	Europe/Paris
6425318	Villequier-Aumont	villequier-aumont	Vil'k'e-Omon,Vil'ker-Omon,Villequier-Aumont,wei lei ji ye ou meng,Вилькье-Омон,Вількєр-Омон,维勒基耶欧蒙		FR	32	02	022	02807	622	Europe/Paris
6425320	Villers-Cotterêts	villers-cotterets	Villers-Cotterets,Villers-Cotterêts		FR	32	02	024	02810	10694	Europe/Paris
6425322	Villers-Hélon	villers-helon	Viller-Ehlon,Viller-Elon,Villers-Helon,Villers-Hélon,wei lai ai long,Виллер-Элон,Віллер-Елон,维莱埃隆		FR	32	02	024	02812	222	Europe/Paris
6425323	Villers-le-Sec	villers-le-sec	Viller-le-Sek,wei lai lei sai ke,Виллер-ле-Сек,Віллер-ле-Сек,维莱勒塞克		FR	32	02	023	02813	278	Europe/Paris
6425324	Villers-lès-Guise	villers-les-guise	Viller-le-Giz,Viller-le-Gjuiz,Villers-les-Guise,Villers-lès-Guise,wei lai lai ji si,Виллер-ле-Гюиз,Віллер-ле-Гіз,维莱莱吉斯		FR	32	02	025	02814	173	Europe/Paris
6425326	Villers-sur-Fère	villers-sur-fere	Viller-sjur-Fer,Villers-sur-Fere,Villers-sur-Fère,fei er he pan wei lai er,Виллер-сюр-Фер,Віллер-сюр-Фер,费尔河畔维莱尔		FR	32	02	021	02816	524	Europe/Paris
6425327	Ville-Savoye	ville-savoye	Vil'-Savua,sa wa cheng,Виль-Савуа,Віль-Савуа,萨瓦城		FR	32	02	024	02817	82	Europe/Paris
6425328	Vincy-Reuil-et-Magny	vincy-reuil-et-magny	Vensi-Rej-e-Man'i,Vensi-Rjoj-eh-Man'i,Vincy-Reuil e Magny,Vincy-Reuil-et-Magny,wan xi lei yi ma ni,Венси-Рёй-э-Маньи,Венсі-Рей-е-Маньї,万西勒伊马尼		FR	32	02	025	02819	117	Europe/Paris
6425329	Viry-Noureuil	viry-noureuil	Viri-Nurej,Viri-Nurjoj,Viry-Noureuil,wei li nu lei yi,Вири-Нурёй,Вірі-Нурей,维里努勒伊		FR	32	02	022	02820	1690	Europe/Paris
6425330	Vivaise	vivaise	Vivez,wei wei si,Вивез,Вівез,Վիվեզ,维韦斯		FR	32	02	022	02821	709	Europe/Paris
6425331	Vivières	vivieres	Vivieres,Vivières		FR	32	02	024	02822	396	Europe/Paris
6425332	Voharies	voharies	Voari,Voharies,wo a li,Воари,Воарі,Վոարի,沃阿里		FR	32	02	025	02823	73	Europe/Paris
6425333	Vorges	vorges	Vorges,Vorz,Vorzh,wo er ri,Ворж,Վորժ,沃尔日		FR	32	02	022	02824	368	Europe/Paris
6425334	Voulpaix	voulpaix	Voulpaix		FR	32	02	025	02826	389	Europe/Paris
6425335	Voyenne	voyenne	Voyenne,Vuaenn,Vuajen,Vuayen,wa ye ne,Вуайен,Вуаєнн,Վուայեն,瓦耶讷		FR	32	02	022	02827	318	Europe/Paris
6425336	Vregny	vregny	Vregny,Vren'i,Vreni,fu lei ni,Вреньи,Вреньї,Վրենի,弗勒尼		FR	32	02	024	02828	91	Europe/Paris
6425337	Vuillery	vuillery	Vjueri,Vjuijeri,Vuillery,wei ye li,Вюийери,Вюєрі,维耶里		FR	32	02	024	02829	43	Europe/Paris
6425339	Watigny	watigny	Vatin'i,Vatini,Watigny,wa di ni,Ватиньи,Ватіньї,Վատինի,瓦蒂尼		FR	32	02	025	02831	377	Europe/Paris
6425340	Wiège-Faty	wiege-faty	V'ezh-Fati,Vezh-Fati,Viez Fati,wei ye ri fa di,Вьеж-Фати,Вєж-Фаті,Վիեժ Ֆատի,维耶日法蒂		FR	32	02	025	02832	208	Europe/Paris
6425341	Wimy	wimy	Vimi,wei mi,Вими,Вімі,维米		FR	32	02	025	02833	476	Europe/Paris
6425342	Wissignicourt	wissignicourt	Vissin'ikur,Wissignicourt,wei xi ni ku er,Виссиньикур,Віссіньїкур,维西尼库尔		FR	32	02	022	02834	160	Europe/Paris
6425344	Domérat	domerat	Domairac,Domairat,Domera,Domerat,Domérat,domera,duo mei la,Домера,ドメラ,多梅拉		FR	84	03	031	03101	8819	Europe/Paris
6425345	Dompierre-sur-Besbre	dompierre-sur-besbre	Domp'er-sjur-Bebr,Domp'err-sjur-Bebr,Domperr-sjur-Bebr,Dompjer sir Bebr,bei si bu er he pan dong pi ye er,Домпьер-сюр-Бебр,Домпьерр-сюр-Бебр,Домпєрр-сюр-Бебр,Домпјер сир Бебр,贝斯布尔河畔东皮耶尔		FR	84	03	032	03102	3052	Europe/Paris
6425346	Doyet	doyet	Doaje,Doiac,Doyacum,Doyet,Duae,Duaje,du wa ai,Доаје,Дуае,Дуайе,Дуає,杜瓦埃		FR	84	03	031	03104	1193	Europe/Paris
6425347	Droiturier	droiturier	Dretureir,Dreturier,Dreturèir,Droiturier,Druatjur'e,Druatjure,de lu wa di li ye,Друатюрье,Друатюрє,德鲁瓦蒂里耶		FR	84	03	033	03105	325	Europe/Paris
6425348	Durdat-Larequille	durdat-larequille	Djurda-Larekij,Djurda-Larkij,Durdac e la Requilha,Durdat-Larequille,di er da la lei qu yi er,Дюрда-Ларекий,Дюрда-Ларкий,Дюрда-Ларкій,迪尔达拉雷屈伊尔		FR	84	03	031	03106	1343	Europe/Paris
6425349	Ébreuil	ebreuil	Aebura,Ebroiacum		FR	84	03	033	03107	1260	Europe/Paris
6425350	Échassières	echassieres	Echasseiras,Echassieres,Echassèiras,Ehshas'er,Eshas'er,ai sha xi ai,Échassières,Ешасьер,Ешасьєр,Эшасьер,埃沙西埃		FR	84	03	033	03108	390	Europe/Paris
6425351	Escurolles	escurolles	Escurolles		FR	84	03	033	03109	768	Europe/Paris
6425352	Espinasse-Vozelle	espinasse-vozelle	Espinasse-Vozelle		FR	84	03	033	03110	1003	Europe/Paris
6425353	Estivareilles	estivareilles	Ehstivarej,Estivareilles,Estivarej,Estivarelhas,ai si di wa lei lai,Естиварей,Естивареј,Естіварей,Эстиварей,埃斯蒂瓦雷莱		FR	84	03	031	03111	1107	Europe/Paris
6425354	Étroussat	etroussat	Ehtrussa,Etrocac,Etroussat,Etroçac,Etrusa,Etrussa,ai te lu sa,Етруса,Етрусса,Этрусса,埃特鲁萨		FR	84	03	032	03112	636	Europe/Paris
6425355	Ferrières-sur-Sichon	ferrieres-sur-sichon	Ferrieres-sur-Sichon,Ferrières-sur-Sichon		FR	84	03	033	03113	563	Europe/Paris
6425356	Fourilles	fourilles	Forilhas,Fourilles,Furij,fu li lai,Фурий,Фуриј,Фурій,富里莱		FR	84	03	032	03116	196	Europe/Paris
6425357	Franchesse	franchesse	Franshes,Franshess,fu lang she si,Франшес,Франшесс,弗朗舍斯		FR	84	03	032	03117	467	Europe/Paris
6425358	Gannat	gannat	Gannat		FR	84	03	033	03118	5836	Europe/Paris
6425360	Garnat-sur-Engièvre	garnat-sur-engievre	Garna-sjur-Anzh'evr,Garna-sjur-Anzhevr,Garna-sjur-Ehnzh'evr,Garnat-sur-Engievre,Garnat-sur-Engièvre,ang bi ye fu er he pan jia er na,Гарна-сюр-Анжьевр,Гарна-сюр-Анжєвр,Гарна-сюр-Энжьевр,昂比耶夫尔河畔加尔纳		FR	84	03	032	03120	699	Europe/Paris
6425361	Gipcy	gipcy	Zhipsi,ji pu xi,Жипси,Жипсі,吉普西		FR	84	03	032	03122	239	Europe/Paris
6425363	Gouise	gouise	Gouise,Guiz,gu yi si,Гуиз,Гуїз,古伊斯		FR	84	03	032	03124	220	Europe/Paris
6425364	Hérisson	herisson	Ehrisson,Eiricon,Eiriçon,Erisson,Herisson,Hérisson,Iritio,ai li song,erison,Ериссон,Эриссон,エリソン,埃里松		FR	84	03	031	03127	627	Europe/Paris
6425365	Huriel	huriel	Huriel		FR	84	03	031	03128	2664	Europe/Paris
6425366	Hyds	hyds	Aits,Aïts,Hyds,I,Id,Ids,Isselum,yi de,І,И,Ид,伊德		FR	84	03	031	03129	321	Europe/Paris
6425367	Isle-et-Bardais	isle-et-bardais	Il'-e-Barde,Il'-eh-Barde,Isle-et-Bardais,yi si er he ba er dai,Іль-е-Барде,Иль-е-Барде,Иль-э-Барде,伊斯尔和巴尔代		FR	84	03	031	03130	266	Europe/Paris
6425368	Isserpent	isserpent	Aisserpan,Isserpan,Isserpans,Isserpent,yi sai er pang,Іссерпан,Иссерпан,伊塞尔庞		FR	84	03	033	03131	525	Europe/Paris
6425369	Jenzat	jenzat	Gencac,Gençac,Jenzat,Zhanza,rang zha,Жанза,让扎		FR	84	03	033	03133	511	Europe/Paris
6425370	Lalizolle	lalizolle	La Lisola,La Lisòla,Lalizol',Lalizolle,la li zuo er,Лализоль,Лалізоль,拉利佐尔		FR	84	03	033	03135	358	Europe/Paris
6425371	Lamaids	lamaids	Lamaids,Lame,Lamets,la mai de,Ламе,拉迈德		FR	84	03	031	03136	218	Europe/Paris
6425372	Langy	langy	Langy,Lanjac dau Chamin,Lanzhi,lang ji,Ланжи,Ланжі,朗吉		FR	84	03	033	03137	276	Europe/Paris
6425373	Lapalisse	lapalisse	La Palica,La Paliça,Lapalis,Lapaliss,Lapalisse,la pa li si,Лапалис,Лапалисс,Лапалісс,拉帕利斯		FR	84	03	033	03138	3105	Europe/Paris
6425374	Laprugne	laprugne	Laprugne		FR	84	03	033	03139	318	Europe/Paris
6425375	Lavault-Sainte-Anne	lavault-sainte-anne	La Vau de Santa Anna,Lavault-Sainte-Anne,Lavo-Sent-An,Lavo-Sent-Ann,la wo er sheng ang,Лаво-Сент-Ан,Лаво-Сент-Анн,拉沃尔圣昂		FR	84	03	031	03140	1170	Europe/Paris
6425377	Lenax	lenax	Lena,Lenax,Лена		FR	84	03	033	03142	260	Europe/Paris
6425378	Liernolles	liernolles	L'ernol',Liernolles,li ye er nuo lai,Льерноль,Льєрноль,利耶尔诺莱		FR	84	03	033	03144	210	Europe/Paris
6425379	Lignerolles	lignerolles	Lignerolles,Lin'erol',Linharolas,Linharòlas,li gai luo lai,Линьероль,Ліньєроль,利盖罗莱		FR	84	03	031	03145	748	Europe/Paris
6425380	Limoise	limoise	Limoise,Limuaz,li mu wa si,Лимуаз,Лімуаз,利穆瓦斯		FR	84	03	032	03146	159	Europe/Paris
6425381	Loddes	loddes	Lod,Lodd,Lodda,luo de dai,Лод,Лодд,洛德代		FR	84	03	033	03147	162	Europe/Paris
6425382	Loriges	loriges	Lorijas,Lorizh,luo li re,Лориж,洛里热		FR	84	03	032	03148	353	Europe/Paris
6425383	Louchy-Montfand	louchy-montfand	Louchy-Montfand		FR	84	03	032	03149	440	Europe/Paris
6425384	Louroux-Bourbonnais	louroux-bourbonnais	Louroux-Bourbonnais,Luru-Burbonne,Oratorium Borbonense,lu lu bu er bo nai,Луру-Бурбонне,卢鲁布尔博奈		FR	84	03	031	03150	215	Europe/Paris
6425385	Louroux-de-Beaune	louroux-de-beaune	LOror de Beuna,Luru-de-Bon,Oratorium Belnense,lu lu de bo en,Луру-де-Бон,卢鲁德博恩		FR	84	03	031	03151	170	Europe/Paris
6425386	Louroux-de-Bouble	louroux-de-bouble	LOror de Chirac,Louroux-de-Bouble,Luru-de-Bubl',Oratorium super Bubulam,lu lu de bu bu er,Луру-де-Бубль,卢鲁德布布尔		FR	84	03	033	03152	243	Europe/Paris
6425388	Luneau	luneau	Ljuno,Luneau,lu nuo,Люно,吕诺		FR	84	03	033	03154	299	Europe/Paris
6425389	Lurcy-Lévis	lurcy-levis	Lurcy-Levis,Lurcy-Lévis		FR	84	03	032	03155	1906	Europe/Paris
6425390	Lusigny	lusigny	Ljuzin'i,Lusigny,lu xi ni,ryujini,Люзиньи,Люзіньї,リュジニー,吕西尼		FR	84	03	032	03156	1698	Europe/Paris
6425391	Magnet	magnet	Man'e,Manhac,ma gai,Манье,Маньє,马盖		FR	84	03	033	03157	982	Europe/Paris
6425392	Haut-Bocage	haut-bocage	Haut-Bocage,Mae,Maje,Malhac,Malhet,mai lai,Мае,Майе,Має,迈莱		FR	84	03	031	03158	892	Europe/Paris
6425393	Malicorne	malicorne	Malicorna,Malicorne,Malicòrna,Malikorn,ma li ke er en,marikorunu,Маликорн,Малікорн,マリコルヌ,马利科尔恩		FR	84	03	031	03159	806	Europe/Paris
6425394	Marcillat-en-Combraille	marcillat-en-combraille	Marcillat-en-Combraille		FR	84	03	031	03161	898	Europe/Paris
6425395	Marigny	marigny	Marin'i,ma li ni,marini,Мариньи,Мариньї,マリニー,马里尼		FR	84	03	032	03162	201	Europe/Paris
6425397	Mazirat	mazirat	Masirac,Mazira,Mazirat,ma qi la,Мазира,Мазіра,马齐拉		FR	84	03	031	03167	281	Europe/Paris
6425398	Meaulne-Vitray	meaulne-vitray	Meaulne-Vitray,Mol'n,mo er en,Мольн,莫尔恩		FR	84	03	031	03168	889	Europe/Paris
6425399	Meillard	meillard	Mejar,Milhard,mei la er,Мейар,Меяр,梅拉尔		FR	84	03	032	03169	315	Europe/Paris
6425400	Meillers	meillers	Mee,Meillers,Meje,mei lai er,Мее,Мейе,Меє,梅莱尔		FR	84	03	032	03170	141	Europe/Paris
6425401	Mercy	mercy	Mercy,Mersi,mei er xi,Мерси,Мерсі,梅尔西		FR	84	03	032	03171	263	Europe/Paris
6425402	Mesples	mesples	Mepl',Mesplas,Mesples,mei si pu lai,Мепль,梅斯普莱		FR	84	03	031	03172	127	Europe/Paris
6425403	Molinet	molinet	Moline,Molinet,mo li nei,mwlynh,Молине,Моліне,مولینه,莫利内		FR	84	03	032	03173	1161	Europe/Paris
6425404	Molles	molles	Molles		FR	84	03	033	03174	888	Europe/Paris
6425405	Monétay-sur-Allier	monetay-sur-allier	Monetay-sur-Allier,Monete-sjur-Al'e,Monétay-sur-Allier,a li ye he pan mo nei tai,Монете-сюр-Алье,Монете-сюр-Альє,阿利耶河畔莫内泰		FR	84	03	032	03176	505	Europe/Paris
6425406	Monétay-sur-Loire	monetay-sur-loire	Monetay-sur-Loire,Monete-sjur-Luar,Monétay-sur-Loire,lu wa er he pan mo nei tai,Монете-сюр-Луар,卢瓦尔河畔莫内泰		FR	84	03	032	03177	266	Europe/Paris
6425407	Montaigu-le-Blin	montaigu-le-blin	Montagut dau Blin,Montegju-le-Blen,meng tai ju lai bu lan,Монтегю-ле-Блен,蒙泰居莱布兰		FR	84	03	033	03179	306	Europe/Paris
6425408	Montbeugny	montbeugny	Monben'i,Monbjon'i,meng te bo ni,mwntbwgny,Монбеньи,Монбеньї,Монбёньи,مونتبوگنی,蒙特伯尼		FR	84	03	032	03180	691	Europe/Paris
6425409	Montcombroux-les-Mines	montcombroux-les-mines	Monkombru-le-Min,meng te kong bu lu lai mi nei,Монкомбру-ле-Мин,Монкомбру-ле-Мін,蒙特孔布鲁莱米内		FR	84	03	033	03181	320	Europe/Paris
6425410	Monteignet-sur-l'Andelot	monteignet-sur-l-andelot	Monteignet-sur-l'Andelot		FR	84	03	033	03182	267	Europe/Paris
6425411	Montilly	montilly	Montii,Montiji,Montilly,meng di li,Монтии,Монтийи,Монтії,蒙蒂利		FR	84	03	032	03184	516	Europe/Paris
6425412	Montluçon	montlucon			FR	84	03	031	03185	36147	Europe/Paris
6425413	Montmarault	montmarault	Monmaro,Montmaraud,Montmarault,meng te ma luo er,Монмаро,蒙特马罗尔		FR	84	03	031	03186	1520	Europe/Paris
6425414	Montoldre	montoldre	Montoldre		FR	84	03	033	03187	638	Europe/Paris
6425415	Montord	montord	Montor,Montord,Montort,Montòrt,meng tuo er,Монтор,蒙托尔		FR	84	03	032	03188	211	Europe/Paris
6425416	Montvicq	montvicq	Montvic,Montvicq,Monvik,meng te wei,Монвик,Монвік,蒙特维		FR	84	03	031	03189	716	Europe/Paris
6425417	Nades	nades	Nad,Nadas,Nades,na dai,Над,纳代		FR	84	03	033	03192	152	Europe/Paris
6425418	Nassigny	nassigny	Nacinhac,Nassigny,Nassin'i,na xi ni,Нассиньи,Нассіньї,纳西尼		FR	84	03	031	03193	179	Europe/Paris
6425419	Néris-les-Bains	neris-les-bains	Neris-les-Bains,Néris-les-Bains		FR	84	03	031	03195	2603	Europe/Paris
6425420	Neuilly-en-Donjon	neuilly-en-donjon	Neuilly-en-Donjon		FR	84	03	033	03196	220	Europe/Paris
6425421	Neuilly-le-Réal	neuilly-le-real	Nei-le-Real',Neuilly le Real,Neuilly-le-Real,Neuilly-le-Réal,Njoji-le-Real',ne yi lai lei a,Неи-ле-Реаль,Неї-ле-Реаль,Нёйи-ле-Реаль,讷伊莱雷阿		FR	84	03	032	03197	1458	Europe/Paris
6425422	Neure	neure	Ner,Neure,Njor,na er,Нер,Нёр,纳尔		FR	84	03	032	03198	184	Europe/Paris
6425423	Neuvy	neuvy	Neuvy,Nevi,Njovi,ne wei,Неви,Неві,Нёви,讷维		FR	84	03	032	03200	1593	Europe/Paris
6425424	Nizerolles	nizerolles	Nizerolles		FR	84	03	033	03201	327	Europe/Paris
6425425	Noyant-d'Allier	noyant-d-allier	Noyant-d'Allier		FR	84	03	032	03202	653	Europe/Paris
6425426	Paray-le-Frésil	paray-le-fresil	Pare-le-Frezij,Parej-le-Frezil',pa lai lai fu lei xi,Паре-ле-Фрезий,Паре-ле-Фрезій,Парей-ле-Фрезиль,帕赖莱弗雷西		FR	84	03	032	03203	387	Europe/Paris
6425427	Périgny	perigny	Pairinhac,Perigny,Perin'i,Périgny,pei li ni,Периньи,Периньї,佩里尼		FR	84	03	033	03205	447	Europe/Paris
6425428	Pierrefitte-sur-Loire	pierrefitte-sur-loire	P'erfit-sjur-Luar,P'errfitt-sjur-Luar,Perrfitt-sjur-Luar,lu wa er he pan pi ye er lei fei te,Пьеррфитт-сюр-Луар,Пьерфит-сюр-Луар,Пєррфітт-сюр-Луар,卢瓦尔河畔皮耶尔雷菲特		FR	84	03	032	03207	508	Europe/Paris
6425429	Poëzat	poezat	Poehza,Poesac,Poeza,Poezat,Poëzat,bo e zha,Поеза,Поэза,波厄扎		FR	84	03	033	03209	146	Europe/Paris
6425430	Pouzy-Mésangy	pouzy-mesangy	Puzi-Mezanzhi,pu qi mei sang ji,Пузи-Мезанжи,Пузі-Мезанжі,普齐梅桑吉		FR	84	03	032	03210	403	Europe/Paris
6425431	Prémilhat	premilhat	Prem'ja,Premija,Premilhac,Premilhat,Premja,pu lei mi ya,Премийа,Премья,Премя,普雷米亚		FR	84	03	031	03211	2439	Europe/Paris
6425432	Quinssaines	quinssaines	Kensen,Kenssen,Quincainas,Quinçainas,qu an sai nei,Кенсен,Кенссен,屈安赛内		FR	84	03	031	03212	1469	Europe/Paris
6425433	Reugny	reugny	Ren'i,Reugny,Rjon'i,Ruenhac,lei ni,Реньи,Реньї,Рёньи,勒尼		FR	84	03	031	03213	253	Europe/Paris
6425434	Rocles	rocles	Rocla,Rokl',Ròcla,luo ke lai,Рокль,罗克莱		FR	84	03	032	03214	379	Europe/Paris
6425435	Rongères	rongeres	Rongeiras,Rongeres,Rongèiras,Rongères,Ronzher,long re lei,Ронжер,龙热雷		FR	84	03	033	03215	568	Europe/Paris
6425436	Ronnet	ronnet	Ronac,Ronne,Ronnet,luo nei,Ронне,罗内		FR	84	03	031	03216	175	Europe/Paris
6425437	Saint-Aubin-le-Monial	saint-aubin-le-monial	Saint-Aubin-le-Monial		FR	84	03	032	03218	263	Europe/Paris
6425438	Saint-Bonnet-de-Four	saint-bonnet-de-four	Saint-Bonnet-de-Four,Sant Bonet de Forn,Sen-Bonne-de-Fur,sheng bo nei de fu,Сен-Бонне-де-Фур,سینٹ-بونٹ-دے-فور,圣博内德富		FR	84	03	031	03219	210	Europe/Paris
6425439	Saint-Bonnet-de-Rochefort	saint-bonnet-de-rochefort	Saint-Bonnet-de-Rochefort		FR	84	03	033	03220	691	Europe/Paris
6425440	Saint-Bonnet-Tronçais	saint-bonnet-troncais	Saint-Bonnet-Troncais,Saint-Bonnet-Tronçais,Sen-Bonne-Tronse,sheng bo nei te long sai,Сен-Бонне-Тронсе,سینٹ-بونٹ-ترونکیس,圣博内特龙赛		FR	84	03	031	03221	722	Europe/Paris
6425441	Saint-Caprais	saint-caprais	Saint-Caprais,Sant Caprasi,Sen-Kapre,sheng ka pu lai,Сен-Капре,سینٹ-کاپریس، الئیر,圣卡普赖		FR	84	03	031	03222	89	Europe/Paris
6425442	Saint-Désiré	saint-desire	Saint-Desire,Saint-Désiré,Sant Disirat,Sen-Dezire,sheng dai xi lei,Сен-Дезире,Сен-Дезіре,سینٹ-دسرے,圣代西雷		FR	84	03	031	03225	440	Europe/Paris
6425443	Saint-Didier-en-Donjon	saint-didier-en-donjon	Saint-Didier-en-Donjon,Sen-Did'e-an-Donzhon,Sen-Did'er-an-Donzhon,dong rong de qu sheng di di ye,Сен-Дидье-ан-Донжон,Сен-Дидьер-ан-Донжон,Сен-Дідьєр-ан-Донжон,سینٹ-ددئر-این -دونجوں,东容地区圣迪迪耶		FR	84	03	033	03226	269	Europe/Paris
6425444	Saint-Éloy-d'Allier	saint-eloy-d-allier	Saint-Eloy-d'Allier,Saint-Éloy-d'Allier		FR	84	03	031	03228	45	Europe/Paris
6425445	Saint-Ennemond	saint-ennemond	Saint-Ennemond,Sent-Annemon,Sent-Ennemon,sheng ai nei meng,Сент-Аннемон,Сент-Еннемон,سینٹ-ینموند,圣埃内蒙		FR	84	03	032	03229	638	Europe/Paris
6425446	Saint-Étienne-de-Vicq	saint-etienne-de-vicq	Saint-Etienne-de-Vicq,Saint-Étienne-de-Vicq,Sant Esteve de Vic,Sant Estève de Vic,Sent-Eht'en-de-Vik,Sent-Et'enn-de-Vik,sheng ai di an de wei,Сент-Етьенн-де-Вик,Сент-Етьєнн-де-Вік,Сент-Этьен-де-Вик,سینٹ-ایٹیینے-دے-وکق,圣埃蒂安德维		FR	84	03	033	03230	521	Europe/Paris
6425447	Saint-Fargeol	saint-fargeol	Saint-Fargeol,Sant Farjou,Sant Farjòu,Sen-Farzhol',sheng fa er ruo,Сен-Фаржоль,سینٹ-فرگیول,圣法尔若		FR	84	03	031	03231	191	Europe/Paris
6425448	Saint-Félix	saint-felix	Sant Filic,Sant Filiç,Sen-Feli,Sen-Feliks,sheng fei li,Сен-Фели,Сен-Феликс,Сен-Фелікс,سینٹ-فیلکس، الئیر,圣费利		FR	84	03	033	03232	324	Europe/Paris
6425449	Saint-Gérand-de-Vaux	saint-gerand-de-vaux	Saint-Gerand-de-Vaux,Saint-Gérand-de-Vaux,Sen-Zheran-de-Vo,sheng re lang de wo,Сен-Жеран-де-Во,سینٹ-گرانڈ-دے-وا,圣热朗德沃		FR	84	03	032	03234	386	Europe/Paris
6425450	Saint-Gérand-le-Puy	saint-gerand-le-puy			FR	84	03	033	03235	1010	Europe/Paris
6425451	Saint-Germain-des-Fossés	saint-germain-des-fosses	Saint-Germain-de-Salles,Sant German dels Fossats,Sen-Zhermen-de-Fosse,sheng ri er man dai fu sai,Сен-Жермен-де-Фоссе,圣日尔曼代福塞		FR	84	03	033	03236	3694	Europe/Paris
6425452	Saint-Germain-de-Salles	saint-germain-de-salles	Saint-Germain-de-Salles,Sant German de Salas,Sant German dels Fossats,Sen-Zhermen-de-Sal',sheng ri er man de sa lai,Сен-Жермен-де-Саль,سینٹ-گرمین-دے-سلس,圣日尔曼德萨莱		FR	84	03	032	03237	424	Europe/Paris
6425453	Saint-Léger-sur-Vouzance	saint-leger-sur-vouzance	Saint-Leger-sur-Vouzance,Saint-Léger-sur-Vouzance,Sen-Lezhe-sjur-Vuzans,wu cang ke he pan sheng lai re,Сен-Леже-сюр-Вузанс,سینٹ-لگر-سر-ووزانکے,武藏克河畔圣莱热		FR	84	03	033	03239	265	Europe/Paris
6425454	Saint-Léon	saint-leon	Saint-Leon,Saint-Léon,Sen-Leon,sheng lai weng,Сен-Леон,سینٹ-لوں ، الئیر,圣莱翁		FR	84	03	033	03240	575	Europe/Paris
6425455	Saint-Marcel-en-Murat	saint-marcel-en-murat	Saint-Marcel-en-Murat,Sant Marceu de Montmaraud,Sant Marcèu de Montmaraud,Sen-Marsel'-an-Mjura,mi la de qu sheng ma er sai,Сен-Марсель-ан-Мюра,سینٹ-مارسیل-این -مرات,米拉地区圣马尔塞		FR	84	03	031	03243	126	Europe/Paris
6425456	Saint-Marcel-en-Marcillat	saint-marcel-en-marcillat	Saint-Marcel-en-Marcillat,Sant Marceu de Marcilhac,Sant Marcèu de Marcilhac,Sen-Marsel'-an-Marsija,Sen-Marsel'-an-Marsijja,ma er xi la de qu sheng ma er sai,Сен-Марсель-ан-Марсийя,Сен-Марсель-ан-Марсия,Сен-Марсель-ан-Марсія,سینٹ-مارسیل-این -مرکلت,马尔西拉地区圣马尔塞		FR	84	03	031	03244	144	Europe/Paris
6425457	Saint-Martin-des-Lais	saint-martin-des-lais	Saint-Martin-des-Lais,Sen-Marten-de-Le,sheng ma dan dai lai,Сен-Мартен-де-Ле,سینٹ-مارٹن-دس-لیس,圣马丹代莱		FR	84	03	032	03245	124	Europe/Paris
6425458	Saint-Martinien	saint-martinien	Saint-Martinien,Sant Martinian,Sen-Martin'en,Sen-Martin'jan,sheng ma er di ni an,Сен-Мартиньен,Сен-Мартиньян,Сен-Мартіньян,سینٹ-مرتینئیں,圣马尔蒂尼安		FR	84	03	031	03246	610	Europe/Paris
6425459	Saint-Menoux	saint-menoux	Sen-Menu,sheng mang wu,Сен-Мену,سینٹ-ینوش,圣芒乌		FR	84	03	032	03247	1016	Europe/Paris
6425460	Saint-Nicolas-des-Biefs	saint-nicolas-des-biefs			FR	84	03	033	03248	175	Europe/Paris
6425461	Saint-Palais	saint-palais	Saint-Palais,Sant Paladi,Sen-Pale,sheng pa lai,Сен-Пале,سینٹ-پلیس، الئیر,圣帕莱		FR	84	03	031	03249	165	Europe/Paris
6425463	Saint-Plaisir	saint-plaisir	Saint-Plaisir,Sen-Plezir,sheng pu lai xi,syn-plasr,Сен-Плезир,Сен-Плезір,سین-پلاسر,圣普莱西		FR	84	03	032	03251	384	Europe/Paris
6425464	Saint-Pont	saint-pont	Saint-Pont,Sant Ponc,Sant Ponç,Sen-Pon,sheng peng,Сен-Пон,سین-پونٹ,圣蓬		FR	84	03	033	03252	644	Europe/Paris
6425465	Saint-Pourçain-sur-Besbre	saint-pourcain-sur-besbre	Saint-Pourcain-sur-Besbre,Saint-Pourçain-sur-Besbre,Sen-Pursen-sjur-Bebr,bei si bu er he pan sheng pu er sang,Сен-Пурсен-сюр-Бебр,سین-پورکین-سور-بسبرے,贝斯布尔河畔圣普尔桑		FR	84	03	032	03253	437	Europe/Paris
6425466	Saint-Pourçain-sur-Sioule	saint-pourcain-sur-sioule	Saint-Pourcain-sur-Sioule,Saint-Pourçain-sur-Sioule		FR	84	03	032	03254	5142	Europe/Paris
6425467	Saint-Priest-d'Andelot	saint-priest-d-andelot	Saint-Priest-d'Andelot		FR	84	03	033	03255	144	Europe/Paris
6425468	Saint-Priest-en-Murat	saint-priest-en-murat	Saint-Priest-en-Murat,Sant Prist de Murat,Sen-Priest-an-Mjura,mi la de qu sheng pu li ye si,Сен-Приест-ан-Мюра,Сен-Прієст-ан-Мюра,سین-پریسٹ-ین-مرات,米拉地区圣普里耶斯		FR	84	03	031	03256	222	Europe/Paris
6425469	Saint-Prix	saint-prix	Sant Prist de Dretureir,Sant Prist de Dreturèir,Sen-Pri,sheng pu li,syn-prks  alyyr,Сен-При,Сен-Прі,سین-پرکس، الئیر,圣普里		FR	84	03	033	03257	789	Europe/Paris
6425470	Saint-Rémy-en-Rollat	saint-remy-en-rollat	Saint-Remy-en-Rollat,Saint-Rémy-en-Rollat		FR	84	03	033	03258	1695	Europe/Paris
6425471	Saint-Sauvier	saint-sauvier	Saint-Sauvier,Sant Sauvador,Sen-Sov'e,Sen-Sove,sheng suo wei ye,syn-swyr,Сен-Совье,Сен-Совє,سین-سویر,圣索维耶		FR	84	03	031	03259	354	Europe/Paris
6425472	Sainte-Thérence	sainte-therence	Santa Tirenca,Santa Tirença,Sent-Terans,sheng tai lang ke,Сент-Теранс,سین-ٹہرینکے,圣泰朗克		FR	84	03	031	03261	188	Europe/Paris
6425473	Saint-Voir	saint-voir	Saint-Voir,Sen-Vuar,sheng wa,Сен-Вуар,圣瓦		FR	84	03	032	03263	194	Europe/Paris
6425474	Saint-Yorre	saint-yorre	Saint-Yorre		FR	84	03	033	03264	2637	Europe/Paris
6425475	Saligny-sur-Roudon	saligny-sur-roudon	Saligny-sur-Roudon,Salin'i-sjur-Rudon,lu dong he pan sa li ni,Салиньи-сюр-Рудон,Саліньї-сюр-Рудон,鲁东河畔萨利尼		FR	84	03	032	03265	687	Europe/Paris
6425476	Sanssat	sanssat	Sancac,Sansa,Sanssa,Sanssat,Sançac,sang sa,Санса,Сансса,桑萨		FR	84	03	033	03266	271	Europe/Paris
6425477	Saulcet	saulcet	Saucet,Saucèt,Saulcet,Sol'se,suo er sai,Сольсе,索尔塞		FR	84	03	032	03267	712	Europe/Paris
6425478	Sazeret	sazeret	Saserac,Sazre,sa ze lei,Сазре,萨泽雷		FR	84	03	031	03270	150	Europe/Paris
6425479	Serbannes	serbannes	Serbannes		FR	84	03	033	03271	827	Europe/Paris
6425480	Servilly	servilly	Serviji,Servilhac,Servilli,sai er wei li,Сервийи,Сервилли,Сервіллі,塞尔维利		FR	84	03	033	03272	295	Europe/Paris
6425481	Seuillet	seuillet	Seuillet		FR	84	03	033	03273	507	Europe/Paris
6425482	Sorbier	sorbier	Sorb'e,Sorbe,Sorbier,suo er bi ye,Сорбье,Сорбє,索尔比耶		FR	84	03	033	03274	313	Europe/Paris
6425483	Sussat	sussat	Sjussa,Sucac,Sussat,Suçac,xu sa,Сюсса,叙萨		FR	84	03	033	03276	102	Europe/Paris
6425484	Target	target	Target,Tarjac,Tarzhe,ta er re,Тарже,塔尔热		FR	84	03	033	03277	257	Europe/Paris
6425485	Taxat-Senat	taxat-senat	Taksa-Sena,Tatzac e Senac,Taxat-Senat,ta ke sa se na,Такса-Сена,塔克萨瑟纳		FR	84	03	032	03278	205	Europe/Paris
6425486	Terjat	terjat	Terjac,Terjat,Terzha,tai er ya,Тержа,泰尔雅		FR	84	03	031	03280	207	Europe/Paris
6425487	Theneuille	theneuille	Tenej,Tenjoj,Theneuille,Thenolium,te na yi er,Теней,Тенёй,特纳伊尔		FR	84	03	031	03282	366	Europe/Paris
6425488	Thiel-sur-Acolin	thiel-sur-acolin	T'el'-sjur-Akolen,a ke lan he pan di ye,Тьель-сюр-Аколен,Тьєль-сюр-Аколен,阿科兰河畔蒂耶		FR	84	03	032	03283	1117	Europe/Paris
6425489	Thionne	thionne	T'jonn,T'on,Thionne,di weng,Тьйонн,Тьон,蒂翁		FR	84	03	033	03284	325	Europe/Paris
6425490	Tortezais	tortezais	Tortezais		FR	84	03	031	03285	175	Europe/Paris
6425491	Toulon-sur-Allier	toulon-sur-allier			FR	84	03	032	03286	1139	Europe/Paris
6425492	Treignat	treignat	Treignat,Tren'ja,Trenhac,te lei ni ya,Тренья,特雷尼亚		FR	84	03	031	03288	416	Europe/Paris
6425493	Trévol	trevol	Trevol,Trevol',Trévol,te lei wo,trwwl,Треволь,تروول,特雷沃		FR	84	03	032	03290	1622	Europe/Paris
6425494	Trézelles	trezelles	Trezelles,Trézelles		FR	84	03	033	03291	398	Europe/Paris
6425495	Tronget	tronget	Tronget,Tronjac,Tronzhe,te long re,Тронже,特龙热		FR	84	03	032	03292	907	Europe/Paris
6425496	Urçay	urcay	Jurse,Urcay,Urçay,yu er sai,Юрсе,于尔赛		FR	84	03	031	03293	266	Europe/Paris
6425497	Ussel-d'Allier	ussel-d-allier	Ussel-d'Allier		FR	84	03	032	03294	160	Europe/Paris
6425498	Valignat	valignat	Valignat,Valin'ja,Valinhac,wa li ni ya,Валинья,Валінья,瓦利尼亚		FR	84	03	033	03295	77	Europe/Paris
6425499	Valigny	valigny	Valigny,Valin'i,wa li ni,Валиньи,Валіньї,瓦利尼		FR	84	03	031	03296	376	Europe/Paris
6425500	Vallon-en-Sully	vallon-en-sully	Vallon-an-Sjulli,Vallon-en-Sully,Valon,xu li de qu wa long,Валлон-ан-Сюлли,Валлон-ан-Сюллі,叙利地区瓦隆		FR	84	03	031	03297	1578	Europe/Paris
6425501	Varennes-sur-Allier	varennes-sur-allier	Varennes-sur-Allier		FR	84	03	033	03298	3561	Europe/Paris
6425502	Varennes-sur-Tèche	varennes-sur-teche	Varen-sjur-Tesh,Varenn-sjur-Tesh,Varennae super Teccam,Varennes-sur-Teche,Varennes-sur-Tèche,tai ke he pan wa lei nei,wrns swr tch,Варен-сюр-Теш,Варенн-сюр-Теш,ورنس سور تچ,泰克河畔瓦雷内		FR	84	03	033	03299	253	Europe/Paris
6425503	Vaumas	vaumas	Vau Mas,Vaumas,Voma,wawms,wo ma,Вома,واومس,沃马		FR	84	03	032	03300	538	Europe/Paris
6425504	Veauce	veauce	Vauca,Vauça,Veauce,Vos,wo ke,wywk,Вос,ویوک,沃克		FR	84	03	033	03302	37	Europe/Paris
6425505	Venas	venas	Vena,Venas,Venat,wei na,Вена,韦纳		FR	84	03	031	03303	241	Europe/Paris
6425506	Vendat	vendat	Vendat		FR	84	03	033	03304	2199	Europe/Paris
6425507	Verneix	verneix	Verne,Verneis,Verneix,Vernidum,Vernèis,wei er nei,wrnyks,Верне,ورنیکس,韦尔内		FR	84	03	031	03305	603	Europe/Paris
6425508	Verneuil-en-Bourbonnais	verneuil-en-bourbonnais	Verneuil-en-Bourbonnais		FR	84	03	032	03307	250	Europe/Paris
6425509	Vernusse	vernusse	Vernjus,Vernjuss,Vernussa,wei er ni si,Вернюс,Вернюсс,韦尔尼斯		FR	84	03	031	03308	155	Europe/Paris
6425574	Saint-Martin-de-Brômes	saint-martin-de-bromes	Saint-Martin-de-Bromes,Saint-Martin-de-Brômes		FR	93	04	044	04189	571	Europe/Paris
6425575	Saint-Martin-les-Eaux	saint-martin-les-eaux	Saint-Martin-les-Eaux		FR	93	04	044	04190	115	Europe/Paris
6425510	Vichy	vichy	Gorad Vishy,Vichei,Vichèi,Vippiacum,Vishi,Visi,Visy,Viši,Višī,bisi,fyshy,vishi,vu~ishi,wei xi,wshy,wwysy,wyshy,wysy,Βισύ,Виши,Віші,Горад Вішы,Վիշի,ווישי,וישי,فيشي,وشی,ویشی,ཝི་ཆི།,ვიში,ヴィシー,維希,비시		FR	84	03	033	03310	24383	Europe/Paris
6425511	Vieure	vieure	V'er,V'jor,Ver,Vieure,wei ye yu er,Вьер,Вьёр,Вєр,维耶于尔		FR	84	03	032	03312	277	Europe/Paris
6425512	Villebret	villebret	Vil'bre,Vil'bret,Vilabret,Villebret,wei lai bu lei,Вильбре,Вильбрет,Вільбрет,维莱布雷		FR	84	03	031	03314	1319	Europe/Paris
6425513	Villefranche-d'Allier	villefranche-d-allier			FR	84	03	031	03315	1352	Europe/Paris
6425514	Villeneuve-sur-Allier	villeneuve-sur-allier	Vil'nev-sjur-Al'e,Vil'njov-sjur-Al'e,a li ye he pan xin cheng,Вильнев-сюр-Алье,Вильнёв-сюр-Алье,Вільнев-сюр-Альє,阿利耶河畔新城		FR	84	03	032	03316	1067	Europe/Paris
6425515	Viplaix	viplaix	Viplais,Viple,wei pu lai,Випле,Віпле,维普莱		FR	84	03	031	03317	303	Europe/Paris
6425517	Voussac	voussac	Vocac,Voçac,Vussak,wu sa ke,Вуссак,武萨克		FR	84	03	032	03319	478	Europe/Paris
6425518	Ygrande	ygrande	Igrand,Iquerenda,Ygrande,yi ge lang de,Ігранд,Игранд,یگراندے,伊格朗德		FR	84	03	032	03320	775	Europe/Paris
6425519	Yzeure	yzeure	Yzeure		FR	84	03	032	03321	13230	Europe/Paris
6425521	Lardiers	lardiers			FR	93	04	044	04101	119	Europe/Paris
6425522	Limans	limans	Limans		FR	93	04	044	04104	364	Europe/Paris
6425523	Lurs	lurs	Ljur,lu er,Люр,吕尔		FR	93	04	044	04106	383	Europe/Paris
6425524	Majastres	majastres	Majastres		FR	93	04	043	04107	4	Europe/Paris
6425525	Malijai	malijai	Malijai		FR	93	04	043	04108	1984	Europe/Paris
6425526	Mallemoisson	mallemoisson	Mallemoisson		FR	93	04	043	04110	1052	Europe/Paris
6425527	Mane	mane	Man,Mana,Mane,mang zhen,Ман,芒镇		FR	93	04	044	04111	1358	Europe/Paris
6425528	Manosque	manosque	Manosque		FR	93	04	044	04112	21868	Europe/Paris
6425529	Marcoux	marcoux	Marcos,Marcoux,Marcòs,Marcós,Marku,ma er ku,Марку,马尔库		FR	93	04	043	04113	482	Europe/Paris
6425530	Méailles	meailles	Meailles,Méailles		FR	93	04	042	04115	112	Europe/Paris
6425531	Melve	melve	Melve		FR	93	04	044	04118	115	Europe/Paris
6425532	Val d'Oronaye	val-d-oronaye	Val d'Oronaye		FR	93	04	041	04120	118	Europe/Paris
6425533	Mézel	mezel	Mezel,Mézel		FR	93	04	043	04121	660	Europe/Paris
6425534	Montclar	montclar	Monklar,Montclar,meng te ke la,Монклар,蒙特克拉		FR	93	04	043	04126	414	Europe/Paris
6425535	Montfuron	montfuron	Montfuron		FR	93	04	044	04128	216	Europe/Paris
6425536	Montjustin	montjustin	Montjustin		FR	93	04	044	04129	57	Europe/Paris
6425537	Moriez	moriez	Moriez		FR	93	04	042	04133	231	Europe/Paris
6425538	Moustiers-Sainte-Marie	moustiers-sainte-marie	Moustiers-Sainte-Marie		FR	93	04	043	04135	701	Europe/Paris
6425539	Nibles	nibles	Nibles		FR	93	04	044	04137	43	Europe/Paris
6425540	Niozelles	niozelles	Niozelles		FR	93	04	044	04138	273	Europe/Paris
6425541	Noyers-sur-Jabron	noyers-sur-jabron			FR	93	04	044	04139	516	Europe/Paris
6425542	Ongles	ongles	Ongl',Onglas,Ongles,weng ge lai,Онгль,翁格莱		FR	93	04	044	04141	371	Europe/Paris
6425543	Oppedette	oppedette	Oppedette		FR	93	04	044	04142	50	Europe/Paris
6425544	Oraison	oraison	Aurason,Oraison,Orezon,ao lai song,Орезон,奥赖松		FR	93	04	044	04143	5917	Europe/Paris
6425545	Peipin	peipin	Peipin		FR	93	04	044	04145	1468	Europe/Paris
6425546	Peyroules	peyroules	Peyroules		FR	93	04	042	04148	234	Europe/Paris
6425547	Peyruis	peyruis			FR	93	04	043	04149	2867	Europe/Paris
6425549	Pierrerue	pierrerue	P'errju,Peira-rua,Peirarua,Perrerju,Pierrerue,Pèira-rua,pi ye er lei lu ai,Пьеррю,Пєррерю,皮耶尔勒吕埃		FR	93	04	044	04151	479	Europe/Paris
6425550	Pierrevert	pierrevert	Pierrevert		FR	93	04	044	04152	3743	Europe/Paris
6425552	Puimichel	puimichel			FR	93	04	044	04156	232	Europe/Paris
6425553	Puimoisson	puimoisson			FR	93	04	044	04157	739	Europe/Paris
6425554	Quinson	quinson	Quinson		FR	93	04	044	04158	427	Europe/Paris
6425555	Redortiers	redortiers			FR	93	04	044	04159	80	Europe/Paris
6425556	Reillanne	reillanne	Reillanne		FR	93	04	044	04160	1653	Europe/Paris
6425557	Revest-des-Brousses	revest-des-brousses	Revest-des-Brousses		FR	93	04	044	04162	270	Europe/Paris
6425558	Revest-du-Bion	revest-du-bion	Revest dAubion,Revest-dju-B'on,Revest-dju-Bjon,Revest-du-Bion,Revèst dAubion,lei wei si di bi weng,Ревест-дю-Бйон,Ревест-дю-Бьон,勒韦斯迪比翁		FR	93	04	044	04163	568	Europe/Paris
6425559	Revest-Saint-Martin	revest-saint-martin	Revest-Saint-Martin		FR	93	04	044	04164	77	Europe/Paris
6425560	Riez	riez	Riez		FR	93	04	044	04166	1848	Europe/Paris
6425561	Rougon	rougon			FR	93	04	042	04171	105	Europe/Paris
6425562	Roumoules	roumoules	Roumoules		FR	93	04	044	04172	742	Europe/Paris
6425563	Saint-André-les-Alpes	saint-andre-les-alpes	Saint-Andre-les-Alpes,Saint-André-les-Alpes		FR	93	04	042	04173	1008	Europe/Paris
6425564	Saint-Benoît	saint-benoit	Saint-Benoit,Saint-Benoît,Sant Beneset,Sen-Benua,sheng bang wa,Сен-Бенуа,سینٹ-بنوٹ، الپس-دے-ہوتے-پروونکے,圣邦瓦		FR	93	04	042	04174	152	Europe/Paris
6425565	Sainte-Croix-à-Lauze	sainte-croix-a-lauze	Sainte-Croix-a-Lauze,Sainte-Croix-à-Lauze		FR	93	04	044	04175	86	Europe/Paris
6425566	Saint-Étienne-les-Orgues	saint-etienne-les-orgues	Saint-Etienne-les-Orgues,Saint-Étienne-les-Orgues		FR	93	04	044	04178	1273	Europe/Paris
6425567	Saint-Geniez	saint-geniez	Saint-Geniez		FR	93	04	044	04179	94	Europe/Paris
6425568	Saint-Julien-d'Asse	saint-julien-d-asse	Saint-Julien-d'Asse		FR	93	04	043	04182	204	Europe/Paris
6425569	Saint-Julien-du-Verdon	saint-julien-du-verdon	Saint-Julien-du-Verdon		FR	93	04	042	04183	146	Europe/Paris
6425570	Saint-Jurs	saint-jurs	Saint-Jurs		FR	93	04	043	04184	138	Europe/Paris
6425571	Saint-Laurent-du-Verdon	saint-laurent-du-verdon	Saint-Laurent-du-Verdon		FR	93	04	044	04186	97	Europe/Paris
6425572	Saint-Lions	saint-lions	Saint-Lions		FR	93	04	042	04187	52	Europe/Paris
6425573	Saint-Maime	saint-maime	Saint-Maime		FR	93	04	044	04188	847	Europe/Paris
6425576	Saint-Martin-lès-Seyne	saint-martin-les-seyne	Saint-Martin-les-Seyne,Saint-Martin-lès-Seyne		FR	93	04	043	04191	13	Europe/Paris
6425577	Saint-Michel-l'Observatoire	saint-michel-l-observatoire			FR	93	04	044	04192	1239	Europe/Paris
6425578	Sainte-Tulle	sainte-tulle			FR	93	04	044	04197	3409	Europe/Paris
6425580	Saint-Vincent-sur-Jabron	saint-vincent-sur-jabron	Saint-Vincent-sur-Jabron		FR	93	04	044	04199	194	Europe/Paris
6425581	Salignac	salignac	Salin'jak,Salinhac,sa li ni ya ke,Салиньяк,Саліньяк,萨利尼亚克		FR	93	04	044	04200	633	Europe/Paris
6425582	Selonnet	selonnet	Selonnet		FR	93	04	043	04203	451	Europe/Paris
6425583	Sigonce	sigonce	Sigonce		FR	93	04	044	04206	429	Europe/Paris
6425584	Simiane-la-Rotonde	simiane-la-rotonde	Simiane-la-Rotonde		FR	93	04	044	04208	594	Europe/Paris
6425585	Sisteron	sisteron			FR	93	04	044	04209	7341	Europe/Paris
6425587	Sourribes	sourribes	Sourribes		FR	93	04	044	04211	179	Europe/Paris
6425588	Tartonne	tartonne	Tartonne		FR	93	04	042	04214	136	Europe/Paris
6425589	Thèze	theze	Tesa,Tez,Theze,Thèze,tai ci,Тез,泰兹		FR	93	04	044	04216	233	Europe/Paris
6425590	Thoard	thoard	Thoard		FR	93	04	043	04217	710	Europe/Paris
6425591	Thorame-Basse	thorame-basse	Thorame-Basse		FR	93	04	042	04218	222	Europe/Paris
6425592	Thorame-Haute	thorame-haute	Thorame-Haute		FR	93	04	042	04219	237	Europe/Paris
6425593	Turriers	turriers	Turriers		FR	93	04	044	04222	321	Europe/Paris
6425594	Ubraye	ubraye	Ubraye		FR	93	04	042	04224	88	Europe/Paris
6425595	Vachères	vacheres	Vacheres,Vachères		FR	93	04	044	04227	274	Europe/Paris
6425596	Valavoire	valavoire	Valavoire		FR	93	04	044	04228	42	Europe/Paris
6425597	Valbelle	valbelle	Valbelle		FR	93	04	044	04229	278	Europe/Paris
6425598	Valensole	valensole			FR	93	04	044	04230	3195	Europe/Paris
6425599	Valernes	valernes			FR	93	04	044	04231	253	Europe/Paris
6425600	Vaumeilh	vaumeilh	Vaumeilh		FR	93	04	044	04233	259	Europe/Paris
6425602	Verdaches	verdaches	Verdaches		FR	93	04	043	04235	61	Europe/Paris
6425603	Vergons	vergons	Vergons		FR	93	04	042	04236	112	Europe/Paris
6425604	Villars-Colmars	villars-colmars	Villars-Colmars		FR	93	04	042	04240	252	Europe/Paris
6425605	Villemus	villemus			FR	93	04	044	04241	185	Europe/Paris
6425606	Volonne	volonne	Volonne		FR	93	04	043	04244	1648	Europe/Paris
6425607	Pelleautier	pelleautier	Lo Pelautier,Lo Pelautièr,Pel'ot'e,Pelautier,Pelleautier,Pellot'e,pei luo di ye,Пеллотье,Пельотьє,佩洛蒂耶		FR	93	05	052	05100	700	Europe/Paris
6425608	Poligny	poligny	Poligny		FR	93	05	052	05104	299	Europe/Paris
6425609	Prunières	prunieres			FR	93	05	052	05106	298	Europe/Paris
6425610	Puy-Saint-André	puy-saint-andre	Fontcrestiana,Pjui-Sent-Andre,Puei Sant Andreu,Puy-Saint-Andre,Puy-Saint-André,pi yi sheng ang de lei,Пюи-Сент-Андре,Пюї-Сент-Андре,皮伊圣昂德雷		FR	93	05	051	05107	465	Europe/Paris
6425611	Puy-Saint-Eusèbe	puy-saint-eusebe	Puy-Saint-Eusebe,Puy-Saint-Eusèbe		FR	93	05	052	05108	136	Europe/Paris
6425612	Puy-Saint-Pierre	puy-saint-pierre	Pjui-Sen-P'er,Pjui-Sen-Perr,Puei Sant Peire,Puy-Saint-Pierre,Sant Peire de Briancon,Sant Pèire de Briançon,pi yi sheng pi ye er,Пюи-Сен-Пьер,Пюї-Сен-Пєрр,皮伊圣皮耶尔		FR	93	05	051	05109	534	Europe/Paris
6425613	Puy-Saint-Vincent	puy-saint-vincent	Pjui-Sen-Vensan,Puei Sant Vincent,Puy-Saint-Vincent,Sant Roman de Vauloisa,Sant Roman de Vauloïsa,pi yi sheng wan sang,Пюи-Сен-Венсан,Пюї-Сен-Венсан,皮伊圣万桑		FR	93	05	051	05110	284	Europe/Paris
6425614	Puy-Sanières	puy-sanieres	Pjui-San'er,Puei Sanheras,Puei de Sanheras,Puy-Sanieres,Puy-Sanières,pi yi sa ni ai,Пюи-Саньер,Пюї-Саньєр,皮伊萨尼埃		FR	93	05	052	05111	270	Europe/Paris
6425615	Rabou	rabou	Rabou		FR	93	05	052	05112	76	Europe/Paris
6425616	Rambaud	rambaud	Rambaud		FR	93	05	052	05113	375	Europe/Paris
6425617	Réallon	reallon	Reallon,Réallon		FR	93	05	052	05114	258	Europe/Paris
6425618	Réotier	reotier	Reot'e,Reotier,Riortier,Riortièr,Réotier,lei ao di ye,Реотье,Реотьє,雷奥蒂耶		FR	93	05	051	05116	195	Europe/Paris
6425619	Ribeyret	ribeyret	Ribeiret,Ribejre,Ribere,Ribeyret,li bei lei,Рибейре,Рибере,里贝雷		FR	93	05	052	05117	109	Europe/Paris
6425622	Rochebrune	rochebrune			FR	93	05	052	05121	168	Europe/Paris
6425623	Saint-André-d'Embrun	saint-andre-d-embrun	Saint-Andre-d'Embrun,Saint-André-d'Embrun		FR	93	05	052	05128	646	Europe/Paris
6425624	Saint-André-de-Rosans	saint-andre-de-rosans	Sant Andreu de Rosans,Sant Andrieu de Rosan,Sent-Andre-de-Rozan,sheng ang de lei de luo sang,Сент-Андре-де-Розан,سینٹ-آندرے-دے-روسانس,圣昂德雷德罗桑		FR	93	05	052	05129	148	Europe/Paris
6425625	Saint-Apollinaire	saint-apollinaire	Saint-Apollinaire		FR	93	05	052	05130	141	Europe/Paris
6425626	Saint-Auban-d'Oze	saint-auban-d-oze	Saint-Auban-d'Oze		FR	93	05	052	05131	88	Europe/Paris
6425627	Saint-Chaffrey	saint-chaffrey	Saint-Chaffrey,Sant Chafrei,Sen-Shaffre,Sen-Shafre,sheng sha fu lei,Сен-Шафре,Сен-Шаффре,سینٹ-چففرے,圣沙夫雷		FR	93	05	051	05133	1635	Europe/Paris
6425628	Saint-Crépin	saint-crepin			FR	93	05	051	05136	722	Europe/Paris
6425629	Dévoluy	devoluy	Devoluy,Dévoluy		FR	93	05	052	05139	990	Europe/Paris
6425630	Saint-Étienne-le-Laus	saint-etienne-le-laus	Saint-Etienne-le-Laus,Saint-Étienne-le-Laus		FR	93	05	052	05140	288	Europe/Paris
6425633	Saint-Jacques-en-Valgodemard	saint-jacques-en-valgodemard	Saint-Jacques-en-Valgodemard		FR	93	05	052	05144	148	Europe/Paris
6425634	Saint-Jean-Saint-Nicolas	saint-jean-saint-nicolas	Saint-Jean-Saint-Nicolas		FR	93	05	052	05145	1019	Europe/Paris
6425635	Saint-Julien-en-Beauchêne	saint-julien-en-beauchene	Saint-Julien-en-Beauchene,Saint-Julien-en-Beauchêne		FR	93	05	052	05146	123	Europe/Paris
6425636	Saint-Julien-en-Champsaur	saint-julien-en-champsaur	Saint-Julien-en-Champsaur		FR	93	05	052	05147	358	Europe/Paris
6425637	Saint-Laurent-du-Cros	saint-laurent-du-cros	Saint-Laurent-du-Cros,Sant Laurent,Sen-Loran-dju-Kro,sheng luo lang di ke luo,Сен-Лоран-дю-Кро,سینٹ-لارنٹ-دو-کروس,圣洛朗迪克罗		FR	93	05	052	05148	531	Europe/Paris
6425686	Théoule-sur-Mer	theoule-sur-mer			FR	93	06	061	06138	1476	Europe/Paris
6425638	Saint-Léger-les-Mélèzes	saint-leger-les-melezes	Saint-Leger-les-Melezes,Saint-Léger-les-Mélèzes		FR	93	05	052	05149	344	Europe/Paris
6425639	Saint-Martin-de-Queyrières	saint-martin-de-queyrieres			FR	93	05	051	05151	1127	Europe/Paris
6425640	Saint-Maurice-en-Valgodemard	saint-maurice-en-valgodemard	Saint-Maurice-en-Valgodemard		FR	93	05	052	05152	125	Europe/Paris
6425641	Saint-Michel-de-Chaillol	saint-michel-de-chaillol	Saint-Michel-de-Chaillol		FR	93	05	052	05153	324	Europe/Paris
6425642	Saint-Pierre-d'Argençon	saint-pierre-d-argencon			FR	93	05	052	05154	157	Europe/Paris
6425643	Saint-Pierre-Avez	saint-pierre-avez	Saint-Pierre-Avez		FR	93	05	052	05155	30	Europe/Paris
6425644	Saléon	saleon	Saleon,Saléon		FR	93	05	052	05159	91	Europe/Paris
6425645	Salérans	salerans	Salerans,Salérans		FR	93	05	052	05160	92	Europe/Paris
6425646	Savines-le-Lac	savines-le-lac	Savines-le-Lac		FR	93	05	052	05164	1057	Europe/Paris
6425647	Savournon	savournon	Savornon,Savurnon,sa wu er nong,Савурнон,萨武尔农		FR	93	05	052	05165	255	Europe/Paris
6425648	Sigottier	sigottier	Sigottier		FR	93	05	052	05167	90	Europe/Paris
6425649	Sorbiers	sorbiers	Sorbiers		FR	93	05	052	05169	36	Europe/Paris
6425650	Tallard	tallard	Tallard		FR	93	05	052	05170	2168	Europe/Paris
6425651	Théus	theus	Teju,Teues,Teus,Teús,Teüs,Theus,Théus,tai yu,Тею,泰于		FR	93	05	052	05171	201	Europe/Paris
6425652	Trescléoux	trescleoux	Trekleu,Trescleus,Trescléus,Treskleu,te lei si ke lai wu,Треклеу,Тресклеу,特雷斯克莱乌		FR	93	05	052	05172	317	Europe/Paris
6425653	Upaix	upaix	Upaix		FR	93	05	052	05173	450	Europe/Paris
6425654	Val-des-Prés	val-des-pres	La Vacheta,Val'-de-Pre,Val-des-Pres,Val-des-Prés,Vau dels Prats,wa dai pu lei,Валь-де-Пре,瓦代普雷		FR	93	05	051	05174	655	Europe/Paris
6425656	Valserres	valserres	Val'ser,Val'serr,Valserres,Vau-serres,Vau-sèrres,Vauserres,wa er sai er lei,Вальсер,Вальсерр,瓦尔塞尔雷		FR	93	05	052	05176	262	Europe/Paris
6425657	Ventavon	ventavon	Vantavon,Ventavon,wang ta weng,wntwn,Вантавон,ونتون,旺塔翁		FR	93	05	052	05178	548	Europe/Paris
6425658	Veynes	veynes	Veynes		FR	93	05	052	05179	3161	Europe/Paris
6425659	Villar-Loubière	villar-loubiere	Lobiera,Lobièra,Vilard Lobiera,Villar-Loubiere,Villar-Loubière,Villar-Lub'er,Villar-Luber,wei la lu bi ai,Виллар-Лубьер,Віллар-Лубєр,维拉卢比埃		FR	93	05	052	05182	40	Europe/Paris
6425660	Villar-Saint-Pancrace	villar-saint-pancrace	Villar-Saint-Pancrace		FR	93	05	051	05183	1471	Europe/Paris
6425661	Revest-les-Roches	revest-les-roches	Lo Revest,Lo Revèst,Revest-le-Rosh,Revestia,So Revest,So Revèst,lei wei si lai luo xie,ryfyst lyh rwtshys,Ревест-ле-Рош,ريفيست ليه روتشيس,勒韦斯莱罗谢		FR	93	06	062	06100	233	Europe/Paris
6425662	Rigaud	rigaud			FR	93	06	062	06101	208	Europe/Paris
6425663	Rimplas	rimplas	Rempla,Rimplacitum,Rimplas,Rimplàs,li mu pu la,rymblas,Ремпла,ريمبلاس,里姆普拉		FR	93	06	062	06102	90	Europe/Paris
6425664	Roquebillière	roquebilliere	Roquebilliere,Roquebillière		FR	93	06	062	06103	1822	Europe/Paris
6425665	Roquebrune-Cap-Martin	roquebrune-cap-martin	Roquebrune-Cap-Martin		FR	93	06	062	06104	12903	Europe/Paris
6425666	La Roque-en-Provence	la-roque-en-provence	La Roque-en-Provence,Rokesteron-Gras,Roksteron-Grass,Roquesteron de Grassa,Sa Roca de Franca,Sa Ròca de França,luo qu ai si tai long ge la si,rwkywstyrwn jras,Рокестерон-Грас,Рокстерон-Грасс,روكيوستيرون جراس,罗屈埃斯泰龙格拉斯		FR	93	06	061	06107	77	Europe/Paris
6425667	Roubion	roubion	Robion,Rub'on,Rubio,Rubjon,lu bi weng,rwbywn  alalb aljblyt,Рубйон,Рубьон,روبيون، الألب الجبلية,鲁比翁		FR	93	06	062	06110	120	Europe/Paris
6425668	Roure	roure			FR	93	06	062	06111	200	Europe/Paris
6425669	Sainte-Agnès	sainte-agnes	Sainte-Agnes,Sainte-Agnès		FR	93	06	062	06113	1271	Europe/Paris
6425670	Saint-Cézaire-sur-Siagne	saint-cezaire-sur-siagne	Saint-Cezaire-sur-Siagne,Saint-Cézaire-sur-Siagne		FR	93	06	061	06118	3913	Europe/Paris
6425671	Saint-Dalmas-le-Selvage	saint-dalmas-le-selvage	Saint-Dalmas-le-Selvage		FR	93	06	062	06119	122	Europe/Paris
6425672	Saint-Étienne-de-Tinée	saint-etienne-de-tinee	Saint-Etienne-de-Tinee,Saint-Étienne-de-Tinée		FR	93	06	062	06120	1551	Europe/Paris
6425673	Saint-Jean-Cap-Ferrat	saint-jean-cap-ferrat	Saint-Jean-Cap-Ferrat		FR	93	06	062	06121	1618	Europe/Paris
6425674	Saint-Laurent-du-Var	saint-laurent-du-var	Saint-Laurent-du-Var		FR	93	06	061	06123	28645	Europe/Paris
6425675	Saint-Martin-d'Entraunes	saint-martin-d-entraunes			FR	93	06	062	06125	131	Europe/Paris
6425676	Saint-Martin-du-Var	saint-martin-du-var	Fanum Sancti Martini ad Varum,Saint-Martin-du-Var,Sant Martin de Var,Sen-Marten-dju-Var,san martn dw far,sheng ma dan di wa,Сен-Мартен-дю-Вар,سان مارتن دو فار,سینٹ-مارٹن-دو-ور,圣马丹迪瓦		FR	93	06	062	06126	2940	Europe/Paris
6425677	Saint-Martin-Vésubie	saint-martin-vesubie	Saint-Martin-Vesubie,Saint-Martin-Vésubie		FR	93	06	062	06127	1394	Europe/Paris
6425678	Saint-Sauveur-sur-Tinée	saint-sauveur-sur-tinee	Fanum Sancti Salvatoris,Saint-Sauveur-sur-Tinee,Saint-Sauveur-sur-Tinée,Sant Salvaur,Sant Sarvaor,Sen-Sover-sjur-Tine,Sen-Sovjor-sjur-Tine,di nei ai he pan sheng suo fu,san sawfywr swr tyny,Сен-Совер-сюр-Тіне,Сен-Совёр-сюр-Тине,سان ساوفيور سور تيني,سین-سویر-سور-تنے,蒂内埃河畔圣索弗		FR	93	06	062	06129	323	Europe/Paris
6425679	Saint-Vallier-de-Thiey	saint-vallier-de-thiey	Saint-Vallier-de-Thiey,Sant Valier,Sen Valie d'o Tie,Sen-Val'e-de-T'e,san falyr dy thyy,sheng wa li ye de di ye yi,Сен Валие дьо Тие,Сен-Валье-де-Тье,Сен-Вальє-де-Тьє,سان فالير دي ثيي,圣瓦利耶德蒂耶伊		FR	93	06	061	06130	3560	Europe/Paris
6425681	Saorge	saorge	Saorgio,Saorj,Saorzh,Saurgium,sawrj  alalb aljblyt,suo er ge,Саорж,ساورج، الألب الجبلية,索尔格		FR	93	06	062	06132	461	Europe/Paris
6425682	Séranon	seranon	Seranon,Séranon,sai la nong,syranwn,Серанон,سيرانون,塞拉农		FR	93	06	061	06134	506	Europe/Paris
6425683	Sigale	sigale	Sigale		FR	93	06	062	06135	201	Europe/Paris
6425684	Sospel	sospel	Sospel		FR	93	06	062	06136	3815	Europe/Paris
6425685	Spéracèdes	speracedes	Las Perascedas,Speracedes,Sperased,Spéracèdes,sbyrasydys,si pei la sai dai,Сперасед,سبيراسيديس,斯佩拉塞代		FR	93	06	061	06137	1317	Europe/Paris
6425690	Tournefort	tournefort	Tournefort		FR	93	06	062	06146	164	Europe/Paris
6425691	Tourrette-Levens	tourrette-levens			FR	93	06	062	06147	4919	Europe/Paris
6425692	Utelle	utelle	Utelle		FR	93	06	062	06151	853	Europe/Paris
6425693	Valbonne	valbonne	Val'bonn,Vaubona,wa er bang,Вальбонн,瓦尔邦		FR	93	06	061	06152	13070	Europe/Paris
6425694	Valderoure	valderoure	Valderoure		FR	93	06	061	06154	441	Europe/Paris
6425695	Vallauris	vallauris	Vallauris		FR	93	06	061	06155	26618	Europe/Paris
6425696	Venanson	venanson	Venanson		FR	93	06	062	06156	157	Europe/Paris
6425697	Villars-sur-Var	villars-sur-var	Villars-sur-Var		FR	93	06	062	06158	757	Europe/Paris
6425698	Villefranche-sur-Mer	villefranche-sur-mer	Villafranca-de-mar,Villefranche-sur-Mer		FR	93	06	062	06159	5098	Europe/Paris
6425699	Villeneuve-d'Entraunes	villeneuve-d-entraunes	Villeneuve-d'Entraunes		FR	93	06	062	06160	74	Europe/Paris
6425700	Villeneuve-Loubet	villeneuve-loubet			FR	93	06	061	06161	14672	Europe/Paris
6425701	Gravières	gravieres	Grav'er,Graveiras,Graver,Gravieres,Gravières,ge la wei ai,Гравьер,Гравєр,格拉维埃		FR	84	07	071	07100	461	Europe/Paris
6425702	Grospierres	grospierres			FR	84	07	071	07101	887	Europe/Paris
6425703	Saint-Julien-d'Intres	saint-julien-d-intres	Ehntr,Entr,Intra,Saint-Julien-d'Intres,an te lei,Ентр,Энтр,安特雷		FR	84	07	073	07103	343	Europe/Paris
6425704	Issamoulenc	issamoulenc	Issamoulenc		FR	84	07	073	07104	94	Europe/Paris
6425705	Issanlas	issanlas	Issanla,Issanlas,Sanlans,yi sang la,Іссанла,Иссанла,伊桑拉		FR	84	07	071	07105	104	Europe/Paris
6425706	Issarlès	issarles			FR	84	07	071	07106	145	Europe/Paris
6425707	Jaujac	jaujac			FR	84	07	071	07107	1207	Europe/Paris
6425708	Joannas	joannas	Joanas,Joannas,Joanàs,Zhoanna,ruo a na,Жоанна,若阿纳		FR	84	07	071	07109	306	Europe/Paris
6425709	Joyeuse	joyeuse	Juesa,Juèsa,Zhuaez,Zhuajjoz,ru wa e si,Жуайёз,Жуаєз,茹瓦厄斯		FR	84	07	071	07110	1709	Europe/Paris
6425710	Labastide-de-Virac	labastide-de-virac	La Bastida de Virac,Labastid-de-Virak,Labastide-de-Virac,la ba si di de de wei la ke,Лабастид-де-Вирак,Лабастід-де-Вірак,لاباسٹیڈ-دی-ویراک,拉巴斯蒂德德维拉克		FR	84	07	071	07113	288	Europe/Paris
6425711	Labatie-d'Andaure	labatie-d-andaure			FR	84	07	073	07114	210	Europe/Paris
6425712	Labégude	labegude	La Beguda,Labegjud,Labegude,Labégude,la bei ju de,Лабегюд,لابیگوڈی,拉贝居德		FR	84	07	071	07116	1410	Europe/Paris
6425713	Lablachère	lablachere	Lablachere,Lablachère		FR	84	07	071	07117	2111	Europe/Paris
6425714	Laboule	laboule			FR	84	07	071	07118	133	Europe/Paris
6425715	Lachamp-Raphaël	lachamp-raphael	La Chalm jos Rafel,La Chalm jos Rafèl,Lachamp Raphael,Lachamp Raphaël,Lachamp-Raphael,Lachamp-Raphaël,Lasham-Rafael',Lashan-Rafaehl',la shang la fa e,lashamp-rafyl,Лашам-Рафаель,Лашан-Рафаэль,لاشامپ-رافیل,拉尚拉法厄		FR	84	07	071	07120	68	Europe/Paris
6425716	Lachapelle-Graillouse	lachapelle-graillouse	Lachapelle-Graillouse		FR	84	07	071	07121	203	Europe/Paris
6425717	Lachapelle-sous-Aubenas	lachapelle-sous-aubenas	La Chapela dAubenas,La Chapèla dAubenàs,Lachapelle sous Aubenas,Lachapelle-sous-Aubenas,Lashapel'-su-Obena,Lashapel'-suz-Obena,la sha pei er su ao bo na,lashapyl-sws-wbynas,Лашапель-су-Обена,Лашапель-суз-Обена,لاشاپیل-سوس-وبیناس,拉沙佩尔苏奥伯纳		FR	84	07	071	07122	1582	Europe/Paris
6425719	Lagorce	lagorce	Lagorce		FR	84	07	071	07126	1158	Europe/Paris
6425720	Lalevade-d'Ardèche	lalevade-d-ardeche	Lalevade-d'Ardeche,Lalevade-d'Ardèche		FR	84	07	071	07127	1100	Europe/Paris
6425721	Lalouvesc	lalouvesc	Lalouvesc		FR	84	07	073	07128	395	Europe/Paris
6425722	Lamastre	lamastre	La Mastra,Lamastr,la ma si te er,Ламастр,拉马斯特尔		FR	84	07	073	07129	2340	Europe/Paris
6425723	Lanarce	lanarce	La Narca,La Narsa,La Narça,Lanarce,Lanars,la na er ke,Ланарс,لانارسے,拉纳尔克		FR	84	07	071	07130	198	Europe/Paris
6425724	Lanas	lanas	Lanas		FR	84	07	071	07131	407	Europe/Paris
6425725	Largentière	largentiere	Largentiere,Largentière		FR	84	07	071	07132	1660	Europe/Paris
6425726	Larnas	larnas	Larna,Larnas,Larnàs,la er na,larnas,Ларна,لارناس,拉尔纳		FR	84	07	072	07133	231	Europe/Paris
6425727	Laurac-en-Vivarais	laurac-en-vivarais	Laurac-en-Vivarais		FR	84	07	071	07134	985	Europe/Paris
6425729	Laveyrune	laveyrune	La Veiruna,Lavejrjun,Laverjun,Laveyrune,la wei lan,Лавейрюн,Лаверюн,拉韦兰		FR	84	07	071	07136	111	Europe/Paris
6425730	Lavillatte	lavillatte	La Vilata,Lavillat,Lavillatt,la wei la te,Лавиллат,Лавіллатт,拉维拉特		FR	84	07	071	07137	68	Europe/Paris
6425731	Lavilledieu	lavilledieu	La Viladiu,Lavil'd'e,Lavil'd'jo,Lavilledieu,la wei lai di e,Лавильдьё,Лавільдьє,拉维莱迪厄		FR	84	07	071	07138	2103	Europe/Paris
6425732	Laviolle	laviolle	La Viola,La Viòla,Lav'ol',Laviolle,Lavjol',la wei ao er,Лавйоль,Лавьоль,拉维奥尔		FR	84	07	071	07139	110	Europe/Paris
6425733	Lentillères	lentilleres	Lantier,Lantijer,Lentilera,Lentilleres,Lentillères,lang di lai lei,Лантийер,Лантієр,朗蒂莱雷		FR	84	07	071	07141	233	Europe/Paris
6425736	Loubaresse	loubaresse	Lobaressa,Loubaresse,Lubares,Lubaress,lu ba lei si,Лубарес,Лубаресс,卢巴雷斯		FR	84	07	071	07144	38	Europe/Paris
6425737	Lussas	lussas	Ljussa,Lucan,Lussas,Luçan,lu sa,Люсса,吕萨		FR	84	07	071	07145	1150	Europe/Paris
6425738	Lyas	lyas	L'ja,Lia,Lians,Lias,Lyas,li a,Лья,Ліа,利阿		FR	84	07	072	07146	599	Europe/Paris
6425739	Malarce-sur-la-Thines	malarce-sur-la-thines	Malarce sur la Thines,Malars-sjur-la-Tin,la-di nei he pan ma la er ke,Маларс-сюр-ла-Тин,Маларс-сюр-ла-Тін,拉-蒂内河畔马拉尔克		FR	84	07	071	07147	245	Europe/Paris
6425740	Malbosc	malbosc	Malbosc		FR	84	07	071	07148	145	Europe/Paris
6425741	Marcols-les-Eaux	marcols-les-eaux	Marcols les Eaux,Marcous,Marcòus,Markol'-lez-O,ma er ke er lai ao,Марколь-лез-О,马尔科尔莱奥		FR	84	07	072	07149	304	Europe/Paris
6425742	Mariac	mariac	Mariac		FR	84	07	073	07150	581	Europe/Paris
6425744	Meyras	meyras	Mairas,Mairàs,Mejra,Mera,Meyras,mei la,Мейра,Мера,梅拉		FR	84	07	071	07156	953	Europe/Paris
6425746	Mézilhac	mezilhac	Mesilhac,Mezijak,Mezilhac,Mézilhac,mei qi ya ke,Мезийак,Мезіяк,梅齐亚克		FR	84	07	071	07158	92	Europe/Paris
6425747	Montpezat-sous-Bauzon	montpezat-sous-bauzon	Montpezat-sous-Bauzon		FR	84	07	071	07161	855	Europe/Paris
6425748	Montselgues	montselgues			FR	84	07	071	07163	84	Europe/Paris
6425749	Nozières	nozieres	Nozieres,Nozières		FR	84	07	073	07166	258	Europe/Paris
6425752	Pailharès	pailhares	Pailhares,Pailharès,Pajare,Pajares,Palhares,Palharés,pei ya lei,Пайарес,Паяре,佩亚雷		FR	84	07	073	07170	251	Europe/Paris
6425753	Payzac	payzac	Paisac,Pejzak,pei zha ke,Пейзак,佩扎克		FR	84	07	071	07171	541	Europe/Paris
6425754	Peaugres	peaugres	Peaugres,Peugras,Pogr,Pèugras,bo ge lei,Погр,波格雷		FR	84	07	073	07172	2077	Europe/Paris
6425755	Péreyres	pereyres	Pereiras,Perejr,Perer,Pereyres,Péreyres,pei lei lei,Перейр,Перер,佩雷雷		FR	84	07	071	07173	50	Europe/Paris
6425756	Planzolles	planzolles	Planzol',Planzolas,Planzolles,Planzòlas,pu lang zuo lai,Планзоль,普朗佐莱		FR	84	07	071	07176	127	Europe/Paris
6425757	Plats	plats	Plats		FR	84	07	073	07177	851	Europe/Paris
6425758	Pont-de-Labeaume	pont-de-labeaume	Pont-de-Labeaume		FR	84	07	071	07178	571	Europe/Paris
6425759	Pourchères	pourcheres	Porcheiras,Pursher,pu er xie lei,Пуршер,普尔谢雷		FR	84	07	072	07179	130	Europe/Paris
6425760	Prades	prades	Prades		FR	84	07	071	07182	1241	Europe/Paris
6425761	Pradons	pradons	Pradon,Pradons,pu la dong,Прадон,普拉东		FR	84	07	071	07183	467	Europe/Paris
6425762	Pranles	pranles	Pranl',Pranlas,Pranles,pu lang lai,Пранль,普朗莱		FR	84	07	072	07184	474	Europe/Paris
6425763	Privas	privas	Privas		FR	84	07	072	07186	8305	Europe/Paris
6425764	Prunet	prunet	Prunet		FR	84	07	071	07187	132	Europe/Paris
6425765	Quintenas	quintenas	Quintenas		FR	84	07	073	07188	1579	Europe/Paris
6425766	Ribes	ribes	Ribes		FR	84	07	071	07189	298	Europe/Paris
6425767	Rochecolombe	rochecolombe	Rochacolomba,Roshkolomb,Ròchacolomba,luo xie ke long bu,Рошколомб,罗谢科隆布		FR	84	07	071	07190	210	Europe/Paris
6425769	Rochepaule	rochepaule	Rochapaula,Rochepaule,Roshpol',Ròchapaula,luo xie bo er,Рошполь,罗谢波尔		FR	84	07	073	07192	268	Europe/Paris
6425770	Rocher	rocher	Rocher,Rochèr,Roshe,luo xie,Роше,罗谢		FR	84	07	071	07193	273	Europe/Paris
6425771	Rochessauve	rochessauve	Rocha-sauva,Rochasauva,Roshsov,Ròcha-sauva,Ròchasauva,luo xie suo fu,Рошсов,罗谢索夫		FR	84	07	072	07194	442	Europe/Paris
6425772	Rocles	rocles	Rocles		FR	84	07	071	07196	243	Europe/Paris
6425773	Roiffieux	roiffieux	Roiffieux		FR	84	07	073	07197	2807	Europe/Paris
6425774	Rompon	rompon			FR	84	07	072	07198	1076	Europe/Paris
6425775	Rosières	rosieres	Rosieres,Rosières		FR	84	07	071	07199	1188	Europe/Paris
6425776	Ruoms	ruoms	Rjuom,Ruom,Ruòm,lu weng,Рюом,吕翁		FR	84	07	071	07201	2260	Europe/Paris
6425777	Saint-Agrève	saint-agreve	Saint-Agreve,Saint-Agrève		FR	84	07	073	07204	2366	Europe/Paris
6425778	Saint-Alban-d'Ay	saint-alban-d-ay	Saint-Alban-d'Ay		FR	84	07	073	07205	1370	Europe/Paris
6425779	Saint-Alban-en-Montagne	saint-alban-en-montagne	Saint-Alban-en-Montagne,Sant Alban de lEsperon,Sant Alban en Montagne,Sent-Al'ban-an-Montan',meng ta ni de qu sheng a er bang,Сент-Альбан-ан-Монтань,سینٹ-البن-این -مونٹاگنے,蒙塔尼地区圣阿尔邦		FR	84	07	071	07206	90	Europe/Paris
6425780	Saint-Andéol-de-Berg	saint-andeol-de-berg	Saint-Andeol-de-Berg,Saint-Andéol-de-Berg		FR	84	07	071	07208	124	Europe/Paris
6425781	Saint-Andéol-de-Fourchades	saint-andeol-de-fourchades	Saint-Andeol-de-Fourchades,Saint-Andéol-de-Fourchades,Sant Andiou de Forchadas,Sant Andiòu de Forchadas,Sent-Andeol'-de-Furshad,sheng ang dai ao de fu er sha dai,Сент-Андеоль-де-Фуршад,سینٹ-اندول-دے-فورچدس,圣昂代奥德富尔沙代		FR	84	07	073	07209	54	Europe/Paris
6425782	Saint-Andéol-de-Vals	saint-andeol-de-vals	Saint-Andeol-de-Vals,Saint-Andéol-de-Vals,Sant Andeol de Vals,Sant Andiou de Vals,Sant Andiòu de Vals,Sant Andéol de Vals,Sent-Andeol'-de-Val',sheng ang dai ao de wa er,Сент-Андеоль-де-Валь,سینٹ-اندول-دے-ولس,圣昂代奥德瓦尔		FR	84	07	071	07210	531	Europe/Paris
6425783	Saint-André-de-Cruzières	saint-andre-de-cruzieres	Saint-Andre-de-Cruzieres,Saint-André-de-Cruzières,Sant Andrieu de Cruseiras,Sant Andrieu de Crusèiras,Sent-Andre-de-Krjuz'er,sheng ang de lei de ke lu qi ai,Сент-Андре-де-Крюзьер,Сент-Андре-де-Крюзьєр,سینٹ-آندرے-دے-کروزیرس,圣昂德雷德克吕齐埃		FR	84	07	071	07211	466	Europe/Paris
6425784	Saint-André-en-Vivarais	saint-andre-en-vivarais	Saint-Andre-en-Vivarais,Saint-André-en-Vivarais		FR	84	07	073	07212	215	Europe/Paris
6425785	Saint-André-Lachamp	saint-andre-lachamp	Saint-Andre-Lachamp,Saint-André-Lachamp,Sant Andre Lachamp,Sant Andrieu de la Chalm,Sant André Lachamp,Sent-Andre-Lasham,Sent-Andre-Lashan,sheng ang de lei la shang,Сент-Андре-Лашам,Сент-Андре-Лашан,سینٹ-آندرے-لچمپ,圣昂德雷拉尚		FR	84	07	071	07213	158	Europe/Paris
6425786	Saint-Apollinaire-de-Rias	saint-apollinaire-de-rias	Saint-Apollinaire-de-Rias,Sant Apolinari,Sant Apollinaire de Rias,Sent-Apoliner-de-R'ja,Sent-Apolliner-de-Rja,sheng a bo li nai er de li a,Сент-Аполинер-де-Рья,Сент-Аполлінер-де-Ря,سینٹ-اپولنیرے-دے-راس,圣阿波利奈尔德里阿		FR	84	07	072	07214	197	Europe/Paris
6425787	Saint-Barthélemy-le-Meil	saint-barthelemy-le-meil	Saint-Barthelemy-le-Meil,Saint-Barthélemy-le-Meil,Sant Barthelemy le Meil,Sant Barthélemy le Meil,Sant Bertomiu de Beuveser,Sant Bertomiu de Bèuveser,Sen-Bartelemi-le-Mej,sheng ba er tai lai mi lai mei,Сен-Бартелеми-ле-Мей,Сен-Бартелемі-ле-Мей,سینٹ-برتھلمے-لے-میل,圣巴尔泰莱米莱梅		FR	84	07	073	07215	193	Europe/Paris
6425788	Saint-Barthélemy-le-Plain	saint-barthelemy-le-plain	Saint-Barthelemy-le-Plain,Saint-Barthélemy-le-Plain,Sant Barthelemy le Plain,Sant Barthélemy le Plain,Sant Bertomiu de Colombier,Sant Bertomiu de Colombièr,Sen-Bartelemi-le-Plen,sheng ba er tai lai mi lai pu lan,Сен-Бартелеми-ле-Плен,Сен-Бартелемі-ле-Плен,سینٹ-برتھلمے-لے-پلائیں,圣巴尔泰莱米莱普兰		FR	84	07	073	07217	816	Europe/Paris
6425789	Saint-Basile	saint-basile	Saint-Basile		FR	84	07	073	07218	343	Europe/Paris
6425790	Saint-Bauzile	saint-bauzile	Saint-Bauzile		FR	84	07	072	07219	305	Europe/Paris
6425791	Saint-Christol	saint-christol	Saint-Christol		FR	84	07	073	07220	101	Europe/Paris
6425856	Sanilhac	sanilhac	San'jak,Sanijak,sa ni ya ke,Санийак,Саньяк,萨尼亚克		FR	84	07	071	07307	448	Europe/Paris
6425792	Saint-Cierge-la-Serre	saint-cierge-la-serre	Saint-Cierge-la-Serre,Sant Cierge la Serre,Sant Ciergue de la Serra,Sant Ciergue de la Sèrra,Sen-S'erzh-la-Ser,Sen-S'erzh-la-Serr,sheng xie er ge la sai er,Сен-Сьерж-ла-Сер,Сен-Сьєрж-ла-Серр,سینٹ-کیرگے-لا-سارے,圣谢尔格拉塞尔		FR	84	07	072	07221	254	Europe/Paris
6425793	Saint-Cierge-sous-le-Cheylard	saint-cierge-sous-le-cheylard	Saint-Cierge-sous-le-Cheylard,Sant Cierge sous le Cheylard,Sant Ciergue dau Chailar,Sen-S'erzh-su-le-Shejlar,Sen-S'erzh-su-le-Shelar,sheng xie er ge su si-er xie la er,Сен-Сьерж-су-ле-Шелар,Сен-Сьєрж-су-ле-Шейлар,سینٹ-کیرگے-سوس-لے-چےلارڈ,圣谢尔格苏斯-尔谢拉尔		FR	84	07	073	07222	200	Europe/Paris
6425794	Saint-Cirgues-en-Montagne	saint-cirgues-en-montagne	Saint-Cirgues-en-Montagne		FR	84	07	071	07224	211	Europe/Paris
6425795	Saint-Désirat	saint-desirat	Saint-Desirat,Saint-Désirat,Sant Desideri,Sant Desidèri,Sant Desirat,Sant Désirat,Sen-Dezira,sheng dai xi la,Сен-Дезира,Сен-Дезіра,سینٹ-دسرعت,圣代西拉		FR	84	07	073	07228	894	Europe/Paris
6425796	Saint-Didier-sous-Aubenas	saint-didier-sous-aubenas	Saint-Didier-sous-Aubenas,Sant Desdeir dAubenas,Sant Desdèir dAubenàs,Sant Didier sous Aubenas,Sen-Did'e-su-Obena,Sen-Did'e-suz-Obena,sheng di di ye su ao bo na,Сен-Дидье-суз-Обена,Сен-Дідьє-су-Обена,سینٹ-ددئر-سوس-اوبناس,圣迪迪耶苏奥伯纳		FR	84	07	071	07229	978	Europe/Paris
6425797	Saint-Étienne-de-Boulogne	saint-etienne-de-boulogne	Saint-Etienne-de-Boulogne,Saint-Étienne-de-Boulogne,Sant Esteve de Bolonha,Sant Estève de Bolonha,Sent-Eht'en-de-Bulon',Sent-Et'enn-de-Bulon',san=tetien'nu=do=buronyu,sheng ai di an de bu luo ni,Сент-Етьєнн-де-Булонь,Сент-Этьен-де-Булонь,سینٹ-ایٹیینے-دے-بولوگنے,サン＝テティエンヌ＝ド＝ブローニュ,圣埃蒂安德布洛尼		FR	84	07	071	07230	399	Europe/Paris
6425798	Saint-Étienne-de-Fontbellon	saint-etienne-de-fontbellon	Sant Esteve de Fontbellon,Sant Estève de Fontbellon,Sent-Eht'en-de-Fonbellon,Sent-Et'enn-de-Fonbellon,sheng ai di an de feng te bei long,Сент-Етьєнн-де-Фонбеллон,Сент-Этьен-де-Фонбеллон,سینٹ-ایٹیینے-دے-فونٹبلوں,圣埃蒂安德丰特贝隆		FR	84	07	071	07231	2696	Europe/Paris
6425799	Saint-Étienne-de-Lugdarès	saint-etienne-de-lugdares	Saint-Etienne-de-Lugdares,Saint-Étienne-de-Lugdarès		FR	84	07	071	07232	415	Europe/Paris
6425800	Saint-Étienne-de-Valoux	saint-etienne-de-valoux	Saint-Etienne-de-Valoux,Saint-Étienne-de-Valoux,Sant Esteve de Valons,Sant Esteve de Valoux,Sant Estève de Valons,Sant Estève de Valoux,Sent-Eht'en-de-Valu,Sent-Et'enn-de-Valu,sheng ai di an de wa lu,Сент-Етьєнн-де-Валу,Сент-Этьен-де-Валу,سینٹ-ایٹیینے-دے-لوش,圣埃蒂安德瓦卢		FR	84	07	073	07234	292	Europe/Paris
6425801	Saint-Félicien	saint-felicien	Saint-Felicien,Saint-Félicien		FR	84	07	073	07236	1180	Europe/Paris
6425802	Saint-Fortunat-sur-Eyrieux	saint-fortunat-sur-eyrieux	Saint-Fortunat-sur-Eyrieux,Sant Fortunat,Sant Fortunat sur Eyrieux,Sen-Fortjuna-sjur-Ehr'jo,Sen-Fortjuna-sjur-Ejre,ai li e he pan sheng fu er di na,Сен-Фортюна-сюр-Ейрє,Сен-Фортюна-сюр-Эрьё,سینٹ-فورتنت-سر-یڑےش,埃里厄河畔圣福尔蒂纳		FR	84	07	072	07237	769	Europe/Paris
6425803	Saint-Genest-Lachamp	saint-genest-lachamp	Saint-Genest-Lachamp,Sant Genest Lachamp,Sant Gineis de la Chalm,Sant Ginèis de la Chalm,Sen-Zhene-Lasham,Sen-Zhenest-Lashan,sheng re nei si la shang,Сен-Жене-Лашам,Сен-Женест-Лашан,سینٹ-گنیست-لچمپ,圣热内斯拉尚		FR	84	07	073	07239	102	Europe/Paris
6425804	Saint-Georges-les-Bains	saint-georges-les-bains	Saint-Georges-les-Bains,Sant Jordi,Sant Jòrdi,Sen-Zhorzh-le-Ben,sheng ruo er re lai ban,Сен-Жорж-ле-Бен,سینٹ-گیورگس-لیس-بانس,圣若尔热莱班		FR	84	07	073	07240	2244	Europe/Paris
6425805	Saint-Gineis-en-Coiron	saint-gineis-en-coiron	Sant Gineis de Coiron,Sant Gineis en Coiron,Sant Ginèis de Coiron,Sen-Zhine-an-Kuaron,Sen-Zhinez-an-Kuaron,kua long de qu sheng ji nei,Сен-Жине-ан-Куарон,Сен-Жинез-ан-Куарон,سینٹ-گنیس-این -کروں,夸龙地区圣吉内		FR	84	07	071	07242	114	Europe/Paris
6425807	Saint-Jean-Chambre	saint-jean-chambre	Saint-Jean-Chambre,Sant Jan de Chalencon,Sant Jean Chambre,Sen-Zhan-Shambr,sheng rang shang bu er,Сен-Жан-Шамбр,سینٹ-ژاں -چمبرے,圣让尚布尔		FR	84	07	072	07244	273	Europe/Paris
6425808	Saint-Jean-de-Muzols	saint-jean-de-muzols	Saint-Jean-de-Muzols,Sant Jan de Musous,Sant Jan de Musòus,Sant Jean de Muzols,Sen-Zhan-de-Mjuzol',sheng rang de mi zuo er,Сен-Жан-де-Мюзоль,سینٹ-ژاں -دے-مزولس,圣让德米佐尔		FR	84	07	073	07245	2426	Europe/Paris
6425809	Saint-Jean-le-Centenier	saint-jean-le-centenier	Saint-Jean-le-Centenier,Sant Jan lo Centenier,Sant Jan lo Centenièr,Sant Joan lo Centenier,Sant Joan lo Centenièr,Sen-Zhan-le-Santen'e,sheng rang lai sheng nie,Сен-Жан-ле-Сантенье,Сен-Жан-ле-Сантеньє,سینٹ-ژاں -لے-کنٹنیر,圣让莱圣涅		FR	84	07	071	07247	739	Europe/Paris
6425810	Saint-Jean-Roure	saint-jean-roure	Sant Jan de Roure,Sant Jean Roure,Sen-Zhan-Rur,sheng rang lu er,Сен-Жан-Рур,سینٹ-ژاں -روڑے,圣让鲁尔		FR	84	07	073	07248	265	Europe/Paris
6425811	Saint-Jeure-d'Andaure	saint-jeure-d-andaure	Saint-Jeure-d'Andaure		FR	84	07	073	07249	104	Europe/Paris
6425812	Saint-Jeure-d'Ay	saint-jeure-d-ay	Saint-Jeure-d'Ay		FR	84	07	073	07250	480	Europe/Paris
6425813	Saint-Joseph-des-Bancs	saint-joseph-des-bancs	Saint-Joseph-des-Bancs,Sant Josep los Bancs,Sant Joseph des Bancs,Sant Josèp los Bancs,Sen-Zhozef-de-Ban,sheng ruo sai dai bang ke,Сен-Жозеф-де-Бан,سینٹ-جوسف-دس-بنکس,圣若塞代邦克		FR	84	07	071	07251	183	Europe/Paris
6425815	Saint-Julien-du-Gua	saint-julien-du-gua	Saint-Julien-du-Gua,Sant Julian dau Ga,Sen-Zhjul'en-dju-Gjua,Sen-Zhul'en-dju-Gjua,sheng rui li an di ju a,Сен-Жульєн-дю-Гюа,Сен-Жюльен-дю-Гюа,سینٹ-جلیں -دو-گا,圣瑞利安迪居阿		FR	84	07	072	07253	190	Europe/Paris
6425816	Saint-Julien-du-Serre	saint-julien-du-serre	Saint-Julien-du-Serre,Sant Julian de Serra,Sant Julian de Sèrra,Sant Julian delh Serre,Sant Julian delh Sèrre,Sen-Zhjul'en-dju-Ser,Sen-Zhul'en-dju-Serr,sheng rui li an di sai er,Сен-Жульєн-дю-Серр,Сен-Жюльен-дю-Сер,سینٹ-جلیں -دو-سارے,圣瑞利安迪塞尔		FR	84	07	071	07254	875	Europe/Paris
6425817	Saint-Julien-en-Saint-Alban	saint-julien-en-saint-alban	Saint-Julien-en-Saint-Alban,Saint-Julien-en-St-Alban,Sant Julian dOvesa,Sant Julien en Sant Alban,Sen-Zhjul'en-an-Sent-Al'ban,Sen-Zhul'en-an-Sent-Al'ban,sheng a er bang de qu sheng rui li an,Сен-Жульєн-ан-Сент-Альбан,Сен-Жюльен-ан-Сент-Альбан,سینٹ-جلیں -این -سینٹ-البن,圣阿尔邦地区圣瑞利安		FR	84	07	072	07255	1507	Europe/Paris
6425819	Saint-Julien-le-Roux	saint-julien-le-roux	Saint-Julien-le-Roux,Sant Julian lo Rol,Sant Julien le Roux,Sen-Zhjul'en-le-Ru,Sen-Zhul'en-le-Ru,sheng rui li an lai lu,Сен-Жульєн-ле-Ру,Сен-Жюльен-ле-Ру,سینٹ-جلیں -لے-روش,圣瑞利安莱鲁		FR	84	07	072	07257	107	Europe/Paris
6425820	Saint-Julien-Vocance	saint-julien-vocance	Saint-Julien-Vocance		FR	84	07	073	07258	229	Europe/Paris
6425821	Saint-Lager-Bressac	saint-lager-bressac	Saint-Lager-Bressac,Sant Lager Bressac,Sant Leger e Bressac,Sant Legèr e Bressac,Sen-Lazhe-Bressak,sheng la re bu lei sa ke,Сен-Лаже-Брессак,سینٹ-لاگر-برسساک,圣拉热布雷萨克		FR	84	07	072	07260	914	Europe/Paris
6425822	Saint-Laurent-du-Pape	saint-laurent-du-pape	Sant Laurenc de Papa,Sant Laurent du Pape,Sant Laurenç de Papa,Sen-Loran-dju-Pap,sheng luo lang di pa pu,Сен-Лоран-дю-Пап,سینٹ-لارنٹ-دو-پاپے,圣洛朗迪帕普		FR	84	07	072	07261	1572	Europe/Paris
6425823	Saint-Laurent-les-Bains-Laval-d'Aurelle	saint-laurent-les-bains-laval-d-aurelle	Saint-Laurent-les-Bains-Laval-d'Aurelle,Sant Laurenc daus Banhs,Sant Laurenc de Borna,Sant Laurenç daus Banhs,Sant Laurenç de Borna,Sen-Loran-le-Ben,sheng luo lang lai ban,Сен-Лоран-ле-Бен,سینٹ-لارنٹ-لیس-بانس,圣洛朗莱班		FR	84	07	071	07262	178	Europe/Paris
6425824	Saint-Laurent-sous-Coiron	saint-laurent-sous-coiron			FR	84	07	071	07263	100	Europe/Paris
6425825	Saint-Marcel-d'Ardèche	saint-marcel-d-ardeche	Saint-Marcel-d'Ardeche,Saint-Marcel-d'Ardèche		FR	84	07	072	07264	2390	Europe/Paris
6425827	Saint-Martial	saint-martial	Saint-Martial		FR	84	07	071	07267	243	Europe/Paris
6425828	Saint-Martin-d'Ardèche	saint-martin-d-ardeche			FR	84	07	072	07268	996	Europe/Paris
6425829	Saint-Martin-de-Valamas	saint-martin-de-valamas	Saint-Martin-de-Valamas,Sant Martin de Valamas,Sant Martin de Valamàs,Sen-Marten-de-Valama,Sen-Marten-de-Valamas,sheng ma dan de wa la ma,Сен-Мартен-де-Валама,Сен-Мартен-де-Валамас,سینٹ-مارٹن-دے-ولاس,圣马丹德瓦拉马		FR	84	07	073	07269	1129	Europe/Paris
6425830	Saint-Maurice-d'Ardèche	saint-maurice-d-ardeche			FR	84	07	071	07272	304	Europe/Paris
6425831	Saint-Maurice-d'Ibie	saint-maurice-d-ibie	Saint-Maurice-d'Ibie		FR	84	07	071	07273	219	Europe/Paris
6425832	Saint-Mélany	saint-melany	Saint-Melany,Saint-Mélany		FR	84	07	071	07275	117	Europe/Paris
6425833	Saint-Michel-d'Aurance	saint-michel-d-aurance	Saint-Michel-d'Aurance		FR	84	07	073	07276	278	Europe/Paris
6425834	Saint-Michel-de-Boulogne	saint-michel-de-boulogne	Saint-Michel-de-Boulogne,Sant Michel de Boulogne,Sant Micheu de Bolonha,Sant Michèu de Bolonha,Sen-Mishel'-de-Bulon',sheng mi she de bu luo ni,Сен-Мишель-де-Булонь,Сен-Мішель-де-Булонь,سینٹ-مشیل-دے-بولوگنے,圣米舍德布洛尼		FR	84	07	071	07277	159	Europe/Paris
6425835	Saint-Michel-de-Chabrillanoux	saint-michel-de-chabrillanoux	Saint-Michel-de-Chabrillanoux,Sant Michel de Chabrillanoux,Sant Micheu de Chabrilhanos,Sant Michèu de Chabrilhanós,Sen-Mishel'-de-Shabrijanu,sheng mi she de sha bu li lang wu,Сен-Мишель-де-Шабрийану,Сен-Мішель-де-Шабріяну,سینٹ-مشیل-دے-ہبڑلنوش,圣米舍德沙布里朗乌		FR	84	07	072	07278	359	Europe/Paris
6425836	Saint-Paul-le-Jeune	saint-paul-le-jeune	Sant Pau lo Jove,Sen-Pol'-le-Zhen,Sen-Pol'-le-Zhjon,sheng bo lai re en,Сен-Поль-ле-Жен,Сен-Поль-ле-Жён,سین-پال-لے-جانے,圣波莱热恩		FR	84	07	071	07280	983	Europe/Paris
6425837	Saint-Péray	saint-peray	Saint-Peray,Saint-Péray,Sant Peire dAi,Sant Pèire dAi,Sen-Pere,san=pere,sheng pei lai,Сен-Пере,سین-پڑے,サン＝ペレ,圣佩赖		FR	84	07	073	07281	7645	Europe/Paris
6425838	Saint-Pierre-de-Colombier	saint-pierre-de-colombier	Saint-Pierre-de-Colombier		FR	84	07	071	07282	412	Europe/Paris
6425839	Saint-Pierre-la-Roche	saint-pierre-la-roche	Saint-Pierre-la-Roche		FR	84	07	072	07283	59	Europe/Paris
6425840	Saint-Pierre-sur-Doux	saint-pierre-sur-doux	Saint-Pierre-sur-Doux,Sant Peire lo Petit,Sant Pierre sur Doux,Sant Pèire lo Petit,Sen-P'er-sjur-Du,Sen-Perr-sjur-Du,du he pan sheng pi ye er,Сен-Пьер-сюр-Ду,Сен-Пєрр-сюр-Ду,سین-پیری-سور-ڈوش,杜河畔圣皮耶尔		FR	84	07	073	07285	107	Europe/Paris
6425841	Saint-Pierreville	saint-pierreville	Sant Peire Viala,Sant Pèire Viala,Sen-P'ervil',Sen-Perrvil',sheng pi ye er lei wei er,Сен-Пьервиль,Сен-Пєррвіль,سین-پیررویلے,圣皮耶尔勒维尔		FR	84	07	073	07286	548	Europe/Paris
6425842	Saint-Privat	saint-privat	Saint-Privat		FR	84	07	071	07289	1720	Europe/Paris
6425843	Saint-Prix	saint-prix	Saint-Prix		FR	84	07	073	07290	280	Europe/Paris
6425844	Saint-Remèze	saint-remeze	Saint-Remeze,Saint-Remèze,Sant Remesi,Sant Remèsi,Sen-Remez,sheng lei mei ci,Сен-Ремез,سین-رمزے,圣雷梅兹		FR	84	07	071	07291	875	Europe/Paris
6425845	Saint-Romain-d'Ay	saint-romain-d-ay	Saint-Romain-d'Ay		FR	84	07	073	07292	1188	Europe/Paris
6425846	Saint-Romain-de-Lerps	saint-romain-de-lerps	Saint-Romain-de-Lerps,Sant Romain de Lerps,Sant Roman de Lerps,Sant Roman de Lèrps,Sen-Romen-de-Ler,sheng luo man de lai er pu,Сен-Ромен-де-Лер,سین-رومین-دے-لرپس,圣罗曼德莱尔普		FR	84	07	073	07293	856	Europe/Paris
6425848	Saint-Sauveur-de-Montagut	saint-sauveur-de-montagut	Saint-Sauveur-de-Montagut,Sant Sauvador de Montagut,Sen-Sover-de-Montagju,Sen-Sovjor-de-Montagju,sheng suo fu de meng ta ju,Сен-Совер-де-Монтагю,Сен-Совёр-де-Монтагю,سین-سویر-دے-مونتگت,圣索弗德蒙塔居		FR	84	07	072	07295	1114	Europe/Paris
6425849	Saint-Sernin	saint-sernin	Saint-Sernin		FR	84	07	071	07296	1655	Europe/Paris
6425850	Saint-Symphorien-sous-Chomérac	saint-symphorien-sous-chomerac	Saint-Symphorien-sous-Chomerac,Saint-Symphorien-sous-Chomérac		FR	84	07	072	07298	759	Europe/Paris
6425851	Saint-Symphorien-de-Mahun	saint-symphorien-de-mahun	Saint-Symphorien-de-Mahun		FR	84	07	073	07299	119	Europe/Paris
6425852	Saint-Thomé	saint-thome	Saint-Thome,Saint-Thomé,Sant Thome,Sant Thomé,Sant Tomas,Sant Tomàs,Sen-Tome,sheng tuo mei,Сен-Томе,圣托梅		FR	84	07	072	07300	445	Europe/Paris
6425853	Saint-Vincent-de-Barrès	saint-vincent-de-barres	Saint-Vincent-de-Barres,Saint-Vincent-de-Barrès		FR	84	07	072	07302	832	Europe/Paris
6425854	Saint-Vincent-de-Durfort	saint-vincent-de-durfort	Saint-Vincent-de-Durfort,Sant Vincenc de Durfort,Sant Vincent de Durfort,Sant Vincenç de Durfòrt,Sen-Vensan-de-Djurfor,sheng wan sang de di er fu er,Сен-Венсан-де-Дюрфор,圣万桑德迪尔福尔		FR	84	07	072	07303	231	Europe/Paris
6425855	Salavas	salavas	Salavas		FR	84	07	071	07304	660	Europe/Paris
6425858	Satillieu	satillieu			FR	84	07	073	07309	1568	Europe/Paris
6425859	Sceautres	sceautres	Sceautres		FR	84	07	071	07311	143	Europe/Paris
6425860	Sécheras	secheras	Secheras,Secheràs,Seshra,Sécheras,sai xie la,Сешра,塞谢拉		FR	84	07	073	07312	551	Europe/Paris
6425861	Silhac	silhac	Sijak,Silhac,xi ya ke,Сийак,Сіяк,西亚克		FR	84	07	072	07314	366	Europe/Paris
6425863	Talencieux	talencieux			FR	84	07	073	07317	1051	Europe/Paris
6425864	Tauriers	tauriers	Tauriers,Taurièrs,Tor'e,Tore,tuo li ye er,Торье,Торє,托里耶尔		FR	84	07	071	07318	188	Europe/Paris
6425865	Thorrenc	thorrenc	Thorrenc		FR	84	07	073	07321	234	Europe/Paris
6425866	Thueyts	thueyts	Thueyts,Tjuehj,Tjuej,Tueis,Tueits,Tuèis,Tuèits,di ai te,Тюей,Тюэй,蒂埃特		FR	84	07	071	07322	1207	Europe/Paris
6425867	Toulaud	toulaud	Tolau,Toulaud,Tulo,tu luo,Туло,图洛		FR	84	07	073	07323	1687	Europe/Paris
6425869	Uzer	uzer			FR	84	07	071	07327	416	Europe/Paris
6425870	Vagnas	vagnas	Vagnas,Van'ja,Vanhans,wa ni ya,Ванья,瓦尼亚		FR	84	07	071	07328	544	Europe/Paris
6425871	Valgorge	valgorge	Valgorge		FR	84	07	071	07329	444	Europe/Paris
6425872	Vallon-Pont-d'Arc	vallon-pont-d-arc	Vallon-Pont-d'Arc		FR	84	07	071	07330	2359	Europe/Paris
6425873	Vals-les-Bains	vals-les-bains			FR	84	07	071	07331	3541	Europe/Paris
6425874	Valvignères	valvigneres	Val'vin'er,Valvigneres,Valvignères,Vauvinaira,falwyghnrs,wa er wei nie lei,Вальвиньер,Вальвіньєр,فالويغنرس,瓦尔维涅雷		FR	84	07	072	07332	485	Europe/Paris
6425875	Vanosc	vanosc	Vanosc		FR	84	07	073	07333	939	Europe/Paris
6425876	Vaudevant	vaudevant	Vaudavents,Vaudevant,Vodevan,Vodvan,wawdwnt,wo de wang,Водван,Водеван,واودونت,沃德旺		FR	84	07	073	07335	203	Europe/Paris
6425877	Vernon	vernon	Vernon		FR	84	07	071	07336	236	Europe/Paris
6425878	Vernosc-lès-Annonay	vernosc-les-annonay			FR	84	07	073	07337	2599	Europe/Paris
6425879	Vernoux-en-Vivarais	vernoux-en-vivarais	Vernons,Vernu-an-Vivare,wei wa lai de qu wei er nu,Верну-ан-Виваре,Верну-ан-Віваре,维瓦赖地区韦尔努		FR	84	07	072	07338	1961	Europe/Paris
6425880	Vesseaux	vesseaux	Vessau,Vesseaux,Vesso,wei suo,Вессо,韦索		FR	84	07	071	07339	1895	Europe/Paris
6425881	Veyras	veyras	Veyras		FR	84	07	072	07340	1533	Europe/Paris
6425882	Villeneuve-de-Berg	villeneuve-de-berg	Villeneuve-de-Berg		FR	84	07	071	07341	2951	Europe/Paris
6425883	Villevocance	villevocance	Villevocance		FR	84	07	073	07342	1178	Europe/Paris
6425884	Vinzieux	vinzieux	Venz'e,Vinz'jo,wan qi e,Вензьє,Винзьё,万齐厄		FR	84	07	073	07344	452	Europe/Paris
6425886	Vogüé	voguee	Voguee,Vogüé		FR	84	07	071	07348	1078	Europe/Paris
6425887	Champlin	champlin	Champlin,Shamplen,shang pu lan,Шамплен,尚普兰		FR	44	08	081	08100	72	Europe/Paris
6425888	Charbogne	charbogne	Charbogne,Sharbon,Sharbon',sha er bo nie,Шарбонь,Шарбоњ,沙尔博涅		FR	44	08	084	08103	219	Europe/Paris
6425889	Chardeny	chardeny	Chardeny		FR	44	08	084	08104	50	Europe/Paris
6425890	Charleville-Mézières	charleville-mezieres	Charleville-Mezieres,Charleville-Mézières		FR	44	08	081	08105	46682	Europe/Paris
6425891	Charnois	charnois	Sharnoa,Sharnua,sha er nu wa,Шарноа,Шарнуа,沙尔努瓦		FR	44	08	081	08106	76	Europe/Paris
6425892	Château-Porcien	chateau-porcien	Sato-Porsian,Shato Porsjen,Shato-Pors'en,Shato-Pors'jan,bo er xi an bao,Σατώ-Πορσιάν,Шато Порсјен,Шато-Порсьен,Шато-Порсьян,波尔西安堡		FR	44	08	082	08107	1395	Europe/Paris
6425893	Chaumont-Porcien	chaumont-porcien	Chaumont-Porcien,Shomon Porsjen,Shomon-Pors'en,Shomon-Pors'jan,xiao meng bo er xi an,Шомон Порсјен,Шомон-Порсьен,Шомон-Порсьян,肖蒙波尔西安		FR	44	08	082	08113	479	Europe/Paris
6425894	Chesnois-Auboncourt	chesnois-auboncourt	Shenoaz Obonkur,Shenua-Obonkur,xie nu wa-ou bang ku er,Шеноаз Обонкур,Шенуа-Обонкур,谢努瓦-欧邦库尔		FR	44	08	082	08117	173	Europe/Paris
6425895	Cheveuges	cheveuges			FR	44	08	083	08119	417	Europe/Paris
6425896	Chevières	chevieres	Chevieres,Chevières		FR	44	08	084	08120	46	Europe/Paris
6425897	Chilly	chilly	Chilly		FR	44	08	081	08121	147	Europe/Paris
6425898	Chooz	chooz	Chooz,Sho,Shoo,Tcho,Tchô,shao si,Шо,Шоо,绍斯		FR	44	08	081	08122	745	Europe/Paris
6425899	Chuffilly-Roche	chuffilly-roche	Chuffilly-Roche,Shifiji Rosh,Shjuffiji-Rosh,Shuffii-Rosh,xu fei li luo shen,Шифији Рош,Шуффії-Рош,Шюффийи-Рош,许菲利罗什		FR	44	08	084	08123	76	Europe/Paris
6425900	Clavy-Warby	clavy-warby	Clavy-Warby,Klavi Varbi,Klavi-Varbi,ke la wei wa er bi,Клави Варби,Клави-Варби,Клаві-Варбі,克拉维瓦尔比		FR	44	08	081	08124	350	Europe/Paris
6425901	Cliron	cliron	Cliron,Kliron,ke li long,Клирон,Клірон,克利龙		FR	44	08	081	08125	361	Europe/Paris
6425902	Condé-lès-Herpy	conde-les-herpy	Conde-les-Herpy,Condé-lès-Herpy,Konde lez Erpi,Konde-le-Erpi,Konde-lez-Ehrpi,kong dai lai ai er pi,Конде лез Ерпи,Конде-ле-Ерпі,Конде-лез-Эрпи,孔代莱埃尔皮		FR	44	08	082	08126	218	Europe/Paris
6425903	Condé-lès-Autry	conde-les-autry	Conde-les-Autry,Condé-lès-Autry,Konde lez Otri,Konde-lez-Otri,kong dai lai ou te li,Конде лез Отри,Конде-лез-Отри,Конде-лез-Отрі,孔代莱欧特里		FR	44	08	084	08128	71	Europe/Paris
6425904	Contreuve	contreuve	Contreuve		FR	44	08	084	08130	81	Europe/Paris
6425905	Cornay	cornay	Cornay		FR	44	08	084	08131	62	Europe/Paris
6425906	Corny-Machéroménil	corny-macheromenil	Corny-Macheromenil,Corny-Machéroménil		FR	44	08	082	08132	189	Europe/Paris
6425907	Coucy	coucy	Coucy,Kusi,ku xi,Куси,Кусі,库西		FR	44	08	082	08133	507	Europe/Paris
6425908	Coulommes-et-Marqueny	coulommes-et-marqueny	Coulommes-et-Marqueny		FR	44	08	084	08134	89	Europe/Paris
6425909	Daigny	daigny	Daigny,Den'i,Deni,dai ni,Деньи,Деньї,Дењи,代尼		FR	44	08	083	08136	350	Europe/Paris
6425910	Damouzy	damouzy	Damouzy		FR	44	08	081	08137	433	Europe/Paris
6425911	Deville	deville	Devil,Devil',Deville,Девил,Девиль,Девіль		FR	44	08	081	08139	1041	Europe/Paris
6425912	Dom-le-Mesnil	dom-le-mesnil	Dom le Menij,Dom-le-Menij,Dom-le-Menil',Dom-le-Mesnil,dong lei mei ni lei,Дом ле Мениј,Дом-ле-Мениль,Дом-ле-Меній,东勒梅尼勒		FR	44	08	081	08140	1092	Europe/Paris
6425913	Dommery	dommery	Domeri,Dommeri,Dommery,Domri,duo mo li,Домери,Доммері,Домри,多默里		FR	44	08	081	08141	177	Europe/Paris
6425914	Donchery	donchery	Donsheri,Donshri,dong she li,dwntshyry,Доншери,Доншері,Доншри,دونتشيري,东舍里		FR	44	08	083	08142	2144	Europe/Paris
6425915	Doumely-Bégny	doumely-begny	Doumely-Begny,Doumely-Bégny		FR	44	08	082	08143	79	Europe/Paris
6425916	Doux	doux	Doux,Du,du cun,Ду,杜村		FR	44	08	082	08144	97	Europe/Paris
6425917	Douzy	douzy	Douzy,Duzi,du ji,Дузи,Дузі,杜济		FR	44	08	083	08145	2151	Europe/Paris
6425918	Draize	draize	Draize		FR	44	08	082	08146	103	Europe/Paris
6425919	Dricourt	dricourt	Dricourt		FR	44	08	084	08147	84	Europe/Paris
6425920	Écly	ecly	Ecly,Écly		FR	44	08	082	08150	179	Europe/Paris
6425921	Écordal	ecordal	Ecordal,Écordal		FR	44	08	084	08151	325	Europe/Paris
6425923	Escombres-et-le-Chesnois	escombres-et-le-chesnois	Ehskombr-eh-le-Shenua,Escombres e Le Chesnois,Eskombr-e-le-Shenua,ai si kong bu er he lei xie nu wa,Ескомбр-е-ле-Шенуа,Эскомбр-э-ле-Шенуа,埃斯孔布尔和勒谢努瓦		FR	44	08	083	08153	357	Europe/Paris
6425924	Estrebay	estrebay	Ehstrebe,Estrebay,Estrebe,ai si te er bai,Естребе,Эстребе,埃斯特尔拜		FR	44	08	081	08154	70	Europe/Paris
6425925	Étalle	etalle	Etalle,Étalle		FR	44	08	081	08155	102	Europe/Paris
6425926	Éteignières	eteignieres	Ehten'er,Eteignieres,Eteignières,Eteiner,Eten'er,ai tai ni ye er,Éteignières,Етеињер,Етеньєр,Этеньер,埃泰尼耶尔		FR	44	08	081	08156	519	Europe/Paris
6425927	Étrépigny	etrepigny	Ehtrepin'i,Etrepigny,Etrepin'i,Etrepini,Etrépigny,ai te lei pi ni,Étrépigny,Етрепињи,Етрепіньї,Этрепиньи,埃特雷皮尼		FR	44	08	081	08158	285	Europe/Paris
6425928	Euilly-et-Lombut	euilly-et-lombut	Euilly-et-Lombut		FR	44	08	083	08159	116	Europe/Paris
6425929	Évigny	evigny	Ehvin'i,Evigny,Evin'i,Evini,ai wei ni,Évigny,Евињи,Евіньї,Эвиньи,埃维尼		FR	44	08	081	08160	191	Europe/Paris
6425930	Exermont	exermont	Ehksermon,Eksermon,ai ke sai er meng,Ексермон,Эксермон,埃克塞尔蒙		FR	44	08	084	08161	41	Europe/Paris
6425931	Fagnon	fagnon	Fagnon,Fan'on,Fanon,fa ni weng,fagnwn,Фаньон,Фањон,فاگنون,法尼翁		FR	44	08	081	08162	333	Europe/Paris
6425932	Faissault	faissault	Faissault,Feso,Fesso,fei suo,Фесо,Фессо,فیسولٹ,费索		FR	44	08	082	08163	249	Europe/Paris
6425933	Falaise	falaise	Falaise,Falaza,Falez,fa lai si,Фалез,فالیسی، ارڈینیس,法莱斯		FR	44	08	084	08164	329	Europe/Paris
6425934	Fépin	fepin	Fepen,Fepin,Fépin,fei pan,Фепен,费潘		FR	44	08	081	08166	265	Europe/Paris
6425935	Fleigneux	fleigneux	Fleigneux,Flen'e,Flen'jo,fu lai nie,Фленьё,Фленьє,弗莱涅		FR	44	08	083	08170	203	Europe/Paris
6425936	Fléville	fleville	Fleville,Fléville		FR	44	08	084	08171	98	Europe/Paris
6425937	Fligny	fligny			FR	44	08	081	08172	184	Europe/Paris
6425938	Flize	flize			FR	44	08	081	08173	1716	Europe/Paris
6425939	Floing	floing	Floing,Fluehn,Fluen,Флуен,Флуэн		FR	44	08	083	08174	2396	Europe/Paris
6425940	Foisches	foisches	Foisches		FR	44	08	081	08175	187	Europe/Paris
6425941	Fraillicourt	fraillicourt	Fraikur,Fraillicourt,Frajikur,fu lai yi ku er,Фрайикур,Фраїкур,Фрајикур,弗赖伊库尔		FR	44	08	082	08178	186	Europe/Paris
6425942	Francheval	francheval	Franshval,Franshval',fu lang she wa lei,Франшвал,Франшваль,弗朗舍瓦勒		FR	44	08	083	08179	611	Europe/Paris
6425943	Fromelennes	fromelennes	Fromelenn,Fromelennes,Fromlen,fu luo mo lai ne,Фромеленн,Фромлен,弗罗默莱讷		FR	44	08	081	08183	1044	Europe/Paris
6425944	Fromy	fromy	Fromy		FR	44	08	083	08184	82	Europe/Paris
6425945	Fumay	fumay			FR	44	08	081	08185	3476	Europe/Paris
6425946	Germont	germont	Germont,Zhermon,re er meng,Жермон,热尔蒙		FR	44	08	084	08186	47	Europe/Paris
6425947	Gernelle	gernelle	Gernelle,Zhernel,Zhernel',re er nei lei,Жернел,Жернель,热尔内勒		FR	44	08	081	08187	315	Europe/Paris
6425948	Gespunsart	gespunsart	Gespunsart		FR	44	08	081	08188	1069	Europe/Paris
6425949	Girondelle	girondelle	Girondelle		FR	44	08	081	08189	150	Europe/Paris
6425950	Givet	givet			FR	44	08	081	08190	6755	Europe/Paris
6425951	Givonne	givonne	Givonne		FR	44	08	083	08191	1053	Europe/Paris
6425952	Givron	givron	Givron		FR	44	08	082	08192	87	Europe/Paris
6425953	Gomont	gomont	Gomon,Gomont,ge meng,Гомон,戈蒙		FR	44	08	082	08195	332	Europe/Paris
6425954	Grandham	grandham			FR	44	08	084	08197	41	Europe/Paris
6425955	Grandpré	grandpre	Grandpre,Grandpré,Granpre,ge lang pu lei,Гранпре,格朗普雷		FR	44	08	084	08198	554	Europe/Paris
6425956	Grivy-Loisy	grivy-loisy	Grivi-Luazi,ge li wei lu wa xi,Гриви-Луази,Гриві-Луазі,格里维卢瓦西		FR	44	08	084	08200	183	Europe/Paris
6425957	Gruyères	gruyeres	Grjuer,Grjujer,Gruyeres,Gruyères,ge lu ye er,Грюйер,Грюєр,格吕耶尔		FR	44	08	081	08201	99	Europe/Paris
6425958	Gué-d'Hossus	gue-d-hossus	Gue-d'Hossus,Gué-d'Hossus		FR	44	08	081	08202	533	Europe/Paris
6425959	Guignicourt-sur-Vence	guignicourt-sur-vence	Guignicourt-sur-Vence		FR	44	08	081	08203	313	Europe/Paris
6425960	Guincourt	guincourt	Guincourt		FR	44	08	084	08204	90	Europe/Paris
6425961	Hagnicourt	hagnicourt	An'ikur,Anikur,a ni ku er,Аньикур,Аньїкур,Ањикур,阿尼库尔		FR	44	08	082	08205	79	Europe/Paris
6425962	Ham-les-Moines	ham-les-moines	Am le Moan,Am-le-Muan,An-le-Muan,ang lai mu wa ne,Ам ле Моан,Ам-ле-Муан,Ан-ле-Муан,昂莱穆瓦讷		FR	44	08	081	08206	378	Europe/Paris
6425963	Ham-sur-Meuse	ham-sur-meuse	Am sir Mez,Am-sjur-Mez,An-sjur-Mjoz,Ham-sur-Meuse,Han-so-Mouze,mo ci he pan ang cun,Ам сир Мез,Ам-сюр-Мез,Ан-сюр-Мёз,默兹河畔昂村		FR	44	08	081	08207	241	Europe/Paris
6425965	Hannogne-Saint-Martin	hannogne-saint-martin	Hannogne-Saint-Martin		FR	44	08	081	08209	466	Europe/Paris
6425966	Hannogne-Saint-Rémy	hannogne-saint-remy			FR	44	08	082	08210	111	Europe/Paris
6425967	Haraucourt	haraucourt	Arokur,Haraucourt,a luo ku er,Арокур,阿罗库尔		FR	44	08	083	08211	738	Europe/Paris
6425968	Harcy	harcy	Harcy		FR	44	08	081	08212	505	Europe/Paris
6426028	Montgon	montgon	Montgon		FR	44	08	084	08301	64	Europe/Paris
6425969	Hargnies	hargnies	Arn'i,Arni,Hargnies,a er nie,Арньи,Арні,Арњи,阿尔涅		FR	44	08	081	08214	476	Europe/Paris
6425970	Haudrecy	haudrecy	Haudrecy,Odresi,ou de lei xi,Одреси,Одресі,欧德勒西		FR	44	08	081	08216	302	Europe/Paris
6425971	Haulmé	haulme	Haulme,Haulmé,Ol'me,Olme,ou er mei,Олме,Ольме,欧尔梅		FR	44	08	081	08217	91	Europe/Paris
6425973	Haybes	haybes	Haybes		FR	44	08	081	08222	1892	Europe/Paris
6425974	Herbeuval	herbeuval	Herbeuval		FR	44	08	083	08223	116	Europe/Paris
6425975	Herpy-l'Arlésienne	herpy-l-arlesienne			FR	44	08	082	08225	196	Europe/Paris
6425976	Hierges	hierges	Erzh,Hierges,Jerzh,ye er ri,Єрж,Йерж,耶尔日		FR	44	08	081	08226	208	Europe/Paris
6425977	Houldizy	houldizy	Houldizy		FR	44	08	081	08230	366	Europe/Paris
6425978	Illy	illy	Ii,Illi,Illy,yi cun,Ії,Илли,伊村		FR	44	08	083	08232	411	Europe/Paris
6425979	Imécourt	imecourt			FR	44	08	084	08233	49	Europe/Paris
6425980	Inaumont	inaumont	Inaumont		FR	44	08	082	08234	97	Europe/Paris
6425981	Issancourt-et-Rumel	issancourt-et-rumel	Issancourt e Rumel,Issancourt-et-Rumel,Issankur-e-Rjumel',Issankur-eh-Rjumel',yi sang ku er he lu mei lei,Іссанкур-е-Рюмель,Иссанкур-э-Рюмель,伊桑库尔和吕梅勒		FR	44	08	081	08235	387	Europe/Paris
6425982	Jandun	jandun	Jandun,Zhanden,Zhandjon,rang dan,Жанден,Жандён,让丹		FR	44	08	081	08236	279	Europe/Paris
6425983	Joigny-sur-Meuse	joigny-sur-meuse			FR	44	08	081	08237	682	Europe/Paris
6425984	Jonval	jonval	Jonval		FR	44	08	084	08238	97	Europe/Paris
6425985	Juniville	juniville	Juniville,Zhjunivil',Zhunivil',rui ni wei er,Жунівіль,Жюнивиль,瑞尼维尔		FR	44	08	082	08239	1219	Europe/Paris
6425986	Laifour	laifour			FR	44	08	081	08242	460	Europe/Paris
6425987	Lalobbe	lalobbe	Lalobbe		FR	44	08	081	08243	172	Europe/Paris
6425988	Lametz	lametz	Lametz		FR	44	08	084	08244	73	Europe/Paris
6425989	Lançon	lancon	Lancon,Lanson,Lançon,lang song,Лансон,لانسون، ارڈینیس,朗松		FR	44	08	084	08245	34	Europe/Paris
6425990	Landres-et-Saint-Georges	landres-et-saint-georges	Landr-e-Sen-Zhorzh,Landr-eh-Sen-Zhorzh,Landres e Saint-Georges,Landres-et-Saint-Georges,lang de er he sheng qiao zhi,Ландр-е-Сен-Жорж,Ландр-э-Сен-Жорж,لانڈریس-اے-سین-جارج,朗德尔和圣乔治		FR	44	08	084	08246	81	Europe/Paris
6425991	Landrichamps	landrichamps	Landrichamps,Landrisham,Landrishan,lang de li shang,Ландришам,Ландришан,لانڈریچامپس,朗德里尚		FR	44	08	081	08247	133	Europe/Paris
6425992	Launois-sur-Vence	launois-sur-vence	Launois-sur-Vence,Lonua-sjur-Vans,luo nu wa xu wang si,Лонуа-сюр-Ванс,洛努瓦叙旺斯		FR	44	08	081	08248	693	Europe/Paris
6425993	Laval-Morency	laval-morency	Laval'-Moransi,Laval-Morency,la wa er mo lang xi,Лаваль-Моранси,Лаваль-Морансі,拉瓦尔莫朗西		FR	44	08	081	08249	241	Europe/Paris
6425994	Leffincourt	leffincourt	Leffenkur,Leffincourt,lai fan ku er,Леффенкур,莱凡库尔		FR	44	08	084	08250	187	Europe/Paris
6425995	Lépron-les-Vallées	lepron-les-vallees	Lepron-les-Vallees,Lépron-les-Vallées		FR	44	08	081	08251	85	Europe/Paris
6425996	Létanne	letanne	Letanne,Létanne		FR	44	08	083	08252	130	Europe/Paris
6425997	Liart	liart	L'jar,Liar,Liart,li ya er,Льяр,Ліар,利亚尔		FR	44	08	081	08254	595	Europe/Paris
6425998	Linay	linay			FR	44	08	083	08255	264	Europe/Paris
6425999	Liry	liry			FR	44	08	084	08256	92	Europe/Paris
6426000	Logny-Bogny	logny-bogny	Logny-Bogny,Lon'i-Bon'i,luo ni bo ni,Лоньи-Боньи,Лоньї-Боньї,洛尼博尼		FR	44	08	081	08257	180	Europe/Paris
6426001	Longwé	longwe	Longwe,Longwé		FR	44	08	084	08259	79	Europe/Paris
6426002	Lonny	lonny	Lonny		FR	44	08	081	08260	646	Europe/Paris
6426004	Lucquy	lucquy			FR	44	08	082	08262	587	Europe/Paris
6426005	Machault	machault	Machault,Masho,ma shao,Машо,ماچاولٹ، ارڈینیس,马绍		FR	44	08	084	08264	507	Europe/Paris
6426006	Maisoncelle-et-Villers	maisoncelle-et-villers			FR	44	08	083	08268	69	Europe/Paris
6426007	Malandry	malandry			FR	44	08	083	08269	85	Europe/Paris
6426008	Manre	manre	Manr,Manre,mang er,Манр,芒尔		FR	44	08	084	08271	100	Europe/Paris
6426009	Maranwez	maranwez	Maranwez		FR	44	08	081	08272	63	Europe/Paris
6426010	Marby	marby	Marby		FR	44	08	081	08273	57	Europe/Paris
6426011	Marcq	marcq	Marcq,Mark,ma er ke,Марк,马尔克		FR	44	08	084	08274	101	Europe/Paris
6426012	Margut	margut	Margut		FR	44	08	083	08276	775	Europe/Paris
6426013	Marlemont	marlemont	Marlemon,Marlemont,ma er lei meng,Марлемон,马尔勒蒙		FR	44	08	081	08277	144	Europe/Paris
6426014	Marquigny	marquigny	Marquigny		FR	44	08	084	08278	89	Europe/Paris
6426015	Mars-sous-Bourcq	mars-sous-bourcq	Mars-sous-Bourcq		FR	44	08	084	08279	54	Europe/Paris
6426016	Marvaux-Vieux	marvaux-vieux	Marvaux-Vieux		FR	44	08	084	08280	73	Europe/Paris
6426017	Matton-et-Clémency	matton-et-clemency	Matton-et-Clemency,Matton-et-Clémency		FR	44	08	083	08281	460	Europe/Paris
6426018	Maubert-Fontaine	maubert-fontaine	Maubert-Fontaine,Mober-Fonten,mo bei er fang dan,Мобер-Фонтен,莫贝尔方丹		FR	44	08	081	08282	1036	Europe/Paris
6426019	Ménil-Annelles	menil-annelles	Menil-Annelles,Ménil-Annelles		FR	44	08	082	08286	104	Europe/Paris
6426020	Ménil-Lépinois	menil-lepinois	Menij-Lepinua,Menil'-Lepinua,Menil-Lepinois,Ménil-Lépinois,mei ni lei-lai pi nu wa,Мениль-Лепинуа,Меній-Лепінуа,梅尼勒-莱皮努瓦		FR	44	08	082	08287	131	Europe/Paris
6426021	Mesmont	mesmont	Memon,mei si meng,Мемон,梅斯蒙		FR	44	08	082	08288	97	Europe/Paris
6426022	Messincourt	messincourt	Messincourt		FR	44	08	083	08289	615	Europe/Paris
6426023	Moiry	moiry	Moiry		FR	44	08	083	08293	151	Europe/Paris
6426024	Mondigny	mondigny	Mondigny		FR	44	08	081	08295	164	Europe/Paris
6426025	Montcheutin	montcheutin	Montcheutin		FR	44	08	084	08296	138	Europe/Paris
6426026	Montcornet	montcornet	Monkorne,meng ke er nei,Монкорне,蒙科尔内		FR	44	08	081	08297	297	Europe/Paris
6426027	Montcy-Notre-Dame	montcy-notre-dame	Monsi-Notr-Dam,Montcy-Notre-Dame,meng xi sheng mu cun,Монси-Нотр-Дам,Монсі-Нотр-Дам,蒙西圣母村		FR	44	08	081	08298	1620	Europe/Paris
6426029	Monthermé	montherme	Montherme,Monthermé		FR	44	08	081	08302	2337	Europe/Paris
6426030	Monthois	monthois	Monthois		FR	44	08	084	08303	368	Europe/Paris
6426031	Montigny-sur-Meuse	montigny-sur-meuse	Montigny-sur-Meuse,Montin'i-sjur-Mez,Montin'i-sjur-Mjoz,mo ci he pan meng di ni,Монтиньи-сюр-Мёз,Монтіньї-сюр-Мез,默兹河畔蒙蒂尼		FR	44	08	081	08304	80	Europe/Paris
6426032	Montigny-sur-Vence	montigny-sur-vence	Montigny-sur-Vence		FR	44	08	081	08305	239	Europe/Paris
6426033	Mont-Laurent	mont-laurent			FR	44	08	082	08306	63	Europe/Paris
6426034	Montmeillant	montmeillant	Montmeillant		FR	44	08	082	08307	83	Europe/Paris
6426035	Mont-Saint-Martin	mont-saint-martin	Mon-Sen-Marten,meng sheng ma dan,Мон-Сен-Мартен,蒙圣马丹		FR	44	08	084	08308	80	Europe/Paris
6426036	Murtin-et-Bogny	murtin-et-bogny	Murtin-et-Bogny		FR	44	08	081	08312	179	Europe/Paris
6426037	Nanteuil-sur-Aisne	nanteuil-sur-aisne	Nantej-sjur-En,Nantjoj-sjur-Ehn,ai na he pan nan te yi,Нантей-сюр-Ен,Нантёй-сюр-Эн,埃纳河畔南特伊		FR	44	08	082	08313	131	Europe/Paris
6426038	Neuflize	neuflize	Nefliz,Neuflize,Njofliz,ne fu li ci,Нефліз,Нёфлиз,讷夫利兹		FR	44	08	082	08314	777	Europe/Paris
6426039	Neufmaison	neufmaison			FR	44	08	081	08315	66	Europe/Paris
6426040	Neufmanil	neufmanil	Neufmanil		FR	44	08	081	08316	1049	Europe/Paris
6426041	Neuville-Day	neuville-day	Nevil'-De,Njovil'-De,ne wei er dai,Невіль-Де,Нёвиль-Де,讷维尔代		FR	44	08	084	08321	160	Europe/Paris
6426042	Neuville-lès-This	neuville-les-this			FR	44	08	081	08322	380	Europe/Paris
6426043	Neuvizy	neuvizy	Neuvizy,Nevizi,Njovizi,ne wei ji,Невізі,Нёвизи,讷维济		FR	44	08	082	08324	120	Europe/Paris
6426044	Noirval	noirval	Noirval		FR	44	08	084	08325	28	Europe/Paris
6426045	Nouart	nouart	Nouart		FR	44	08	084	08326	151	Europe/Paris
6426046	Nouzonville	nouzonville	Nouzonville,Nuzonvil',nu zong wei er,Нузонвиль,Нузонвіль,努宗维尔		FR	44	08	081	08328	5887	Europe/Paris
6426047	Novion-Porcien	novion-porcien	Nov'on-Pors'en,Novion-Porcien,Novion-Pors'jan,nuo wei yong-bo er xi an,Новьон-Порсьен,Новіон-Порсьян,诺维永-波尔西安		FR	44	08	082	08329	493	Europe/Paris
6426048	Novy-Chevrières	novy-chevrieres	Novy-Chevrieres,Novy-Chevrières		FR	44	08	082	08330	708	Europe/Paris
6426049	Noyers-Pont-Maugis	noyers-pont-maugis	Noyers-Pont-Maugis		FR	44	08	083	08331	694	Europe/Paris
6426050	Oches	oches	Oches		FR	44	08	084	08332	44	Europe/Paris
6426051	Omicourt	omicourt	Omicourt,Omikur,ao mi ku er,Омикур,Омікур,奥米库尔		FR	44	08	081	08334	42	Europe/Paris
6426052	Omont	omont	Omont		FR	44	08	081	08335	82	Europe/Paris
6426053	Osnes	osnes	Osnes		FR	44	08	083	08336	228	Europe/Paris
6426054	Pauvres	pauvres	Pauvres,Povr,bo fu er,Повр,波夫尔		FR	44	08	084	08338	188	Europe/Paris
6426055	Poilcourt-Sydney	poilcourt-sydney			FR	44	08	082	08340	184	Europe/Paris
6426056	Poix-Terron	poix-terron	Poix-Terron,Pua-Terron,pu wa tai long,Пуа-Террон,普瓦泰龙		FR	44	08	081	08341	793	Europe/Paris
6426057	Pouru-aux-Bois	pouru-aux-bois			FR	44	08	083	08342	278	Europe/Paris
6426058	Prix-lès-Mézières	prix-les-mezieres	Pri-le-Mez'er,pu li lai mei ji ye er,При-ле-Мезьер,Прі-ле-Мезьєр,普里莱梅济耶尔		FR	44	08	081	08346	1353	Europe/Paris
6426059	Puilly-et-Charbeaux	puilly-et-charbeaux	Puilly-et-Charbeaux		FR	44	08	083	08347	238	Europe/Paris
6426060	Puiseux	puiseux	Puiseux		FR	44	08	082	08348	120	Europe/Paris
6426061	Pure	pure	Pure		FR	44	08	083	08349	621	Europe/Paris
6426062	Quatre-Champs	quatre-champs	Katr-Sham,Katr-Shan,Quatre-Champs,ka te er shang,Катр-Шам,Катр-Шан,卡特尔尚		FR	44	08	084	08350	209	Europe/Paris
6426063	Quilly	quilly	Quilly		FR	44	08	084	08351	81	Europe/Paris
6426064	Raillicourt	raillicourt	Raikur,Raillicourt,Rajikur,lai yi ku er,Райикур,Раїкур,赖伊库尔		FR	44	08	081	08352	205	Europe/Paris
6426065	Rancennes	rancennes	Rancennes,Ransen,Ransenn,lang sai ne,Рансен,Рансенн,朗塞讷		FR	44	08	081	08353	715	Europe/Paris
6426066	Raucourt-et-Flaba	raucourt-et-flaba	Raucourt e Flaba,Rokur-e-Flaba,Rokur-eh-Flaba,luo ku er fu la ba,Рокур-е-Флаба,Рокур-э-Флаба,罗库尔弗拉巴		FR	44	08	083	08354	857	Europe/Paris
6426067	Regniowez	regniowez	Regniowez		FR	44	08	081	08355	395	Europe/Paris
6426068	Remaucourt	remaucourt			FR	44	08	082	08356	171	Europe/Paris
6426069	Remilly-Aillicourt	remilly-aillicourt	Remii-Aikur,Remiji-Ajikur,lei mi yi-a yi ku er,Ремийи-Айикур,Ремії-Аїкур,勒米伊-阿伊库尔		FR	44	08	083	08357	779	Europe/Paris
6426070	Remilly-les-Pothées	remilly-les-pothees	Remii-le-Pote,Remiji-le-Pote,Remilly-les-Pothees,Remilly-les-Pothées,lei mi yi lai bo tai,Ремийи-ле-Поте,Ремії-ле-Поте,勒米伊莱波泰		FR	44	08	081	08358	249	Europe/Paris
6426071	Renwez	renwez	Renwez		FR	44	08	081	08361	1700	Europe/Paris
6426072	Revin	revin			FR	44	08	081	08363	6433	Europe/Paris
6426073	Rilly-sur-Aisne	rilly-sur-aisne	Rii-sjur-En,Riji-sjur-Ehn,Rilly-sur-Aisne,ai na he pan li li,Рийи-сюр-Эн,Рії-сюр-Ен,埃纳河畔里利		FR	44	08	084	08364	137	Europe/Paris
6426074	Rimogne	rimogne	Rimogne		FR	44	08	081	08365	1399	Europe/Paris
6426075	Rocquigny	rocquigny	Rocquigny,Rokin'i,Rokkin'i,luo ji ni,Роккиньи,Рокіньї,罗基尼		FR	44	08	082	08366	689	Europe/Paris
6426076	Roizy	roizy	Roizy,Ruazi,lu wa ji,Руази,Руазі,鲁瓦济		FR	44	08	082	08368	218	Europe/Paris
6426077	Rouvroy-sur-Audry	rouvroy-sur-audry	Ruvrua-sjur-Odri,ou de li he pan lu fu lu wa,Рувруа-сюр-Одри,Рувруа-сюр-Одрі,欧德里河畔鲁夫鲁瓦		FR	44	08	081	08370	588	Europe/Paris
6426079	Rubigny	rubigny	Rjubin'i,lu bi ni,Рюбиньи,Рюбіньї,吕比尼		FR	44	08	082	08372	68	Europe/Paris
6426080	Sachy	sachy	Sachy		FR	44	08	083	08375	185	Europe/Paris
6426081	Saint-Aignan	saint-aignan	Saint-Aignan,Sent-Ehn'jan,Sent-En'jan,Сент-Еньян,Сент-Эньян,سینٹ-ایگنان، آرڈینس		FR	44	08	083	08377	147	Europe/Paris
6426082	Saint-Clément-à-Arnes	saint-clement-a-arnes	Saint-Clement-a-Arnes,Saint-Clément-à-Arnes,Sen-Kleman-a-Arn,Сен-Клеман-а-Арн,سینٹ-کلیمنٹ-ا-ارنس		FR	44	08	084	08378	109	Europe/Paris
6426083	Saint-Étienne-à-Arnes	saint-etienne-a-arnes	Sent-Eht'en-a-Arn,Sent-Et'enn-a-Arn,Сент-Етьєнн-а-Арн,Сент-Этьен-а-Арн,سینٹ-ایٹیینے-ا-ارنس		FR	44	08	084	08379	243	Europe/Paris
6426084	Saint-Fergeux	saint-fergeux	Saint-Fergeux		FR	44	08	082	08380	207	Europe/Paris
6426085	Saint-Germainmont	saint-germainmont	Saint-Germainmont		FR	44	08	082	08381	853	Europe/Paris
6426086	Saint-Jean-aux-Bois	saint-jean-aux-bois	Saint-Jean-aux-Bois,Sen-Zhan-o-Bua,Сен-Жан-о-Буа,سینٹ-ژاں -آ-بوس، آرڈینس		FR	44	08	082	08382	117	Europe/Paris
6426087	Saint-Juvin	saint-juvin	Sen-Zhjuven,Sen-Zhuven,Сен-Жувен,Сен-Жювен,سینٹ-جون		FR	44	08	084	08383	105	Europe/Paris
6426088	Saint-Lambert-et-Mont-de-Jeux	saint-lambert-et-mont-de-jeux	Saint-Lambert-et-Mont-de-Jeux		FR	44	08	084	08384	144	Europe/Paris
6426089	Saint-Laurent	saint-laurent	Saint-Laurent,Sen-Loran,Сен-Лоран,سینٹ-لارنٹ، آرڈینس		FR	44	08	081	08385	1134	Europe/Paris
6426090	Saint-Loup-Terrier	saint-loup-terrier	Sen-Lu-Ter'e,Sen-Lu-Terrie,Сен-Лу-Терріє,Сен-Лу-Терье,سینٹ-لوپ-ٹیریر		FR	44	08	084	08387	178	Europe/Paris
6426091	Saint-Marceau	saint-marceau	Saint-Marceau,Sen-Marso,Сен-Марсо,سینٹ-مارکو، آرڈینس		FR	44	08	081	08388	347	Europe/Paris
6426092	Saint-Marcel	saint-marcel	Saint-Marcel,Sen-Marsel',Сен-Марсель,سینٹ-مارسیل، آرڈینس		FR	44	08	081	08389	372	Europe/Paris
6426093	Saint-Menges	saint-menges	Saint-Menges		FR	44	08	083	08391	985	Europe/Paris
6426094	Saint-Morel	saint-morel	Saint-Morel,Sen-Morel',Сен-Морель,سینٹ-مورل		FR	44	08	084	08392	213	Europe/Paris
6426095	Saint-Pierre-à-Arnes	saint-pierre-a-arnes	Saint-Pierre-a-Arnes,Saint-Pierre-à-Arnes		FR	44	08	084	08393	68	Europe/Paris
6426096	Saint-Pierremont	saint-pierremont	Saint-Pierremont,Sen-P'ermon,Sen-Perrmon,Сен-Пьермон,Сен-Пєррмон,سین-پیررمونٹ، آرڈیننس		FR	44	08	084	08394	74	Europe/Paris
6426097	Saint-Pierre-sur-Vence	saint-pierre-sur-vence	Saint-Pierre-sur-Vence		FR	44	08	081	08395	124	Europe/Paris
6426099	Sainte-Vaubourg	sainte-vaubourg	Sainte-Vaubourg,Sent-Vobur,syn-wwbwrg,Сент-Вобур,سین-ووبورگ		FR	44	08	084	08398	86	Europe/Paris
6426100	Sapogne-sur-Marche	sapogne-sur-marche	Sapogne-sur-Marche		FR	44	08	083	08399	138	Europe/Paris
6426101	Sapogne-et-Feuchères	sapogne-et-feucheres	Sapogne e Feucheres,Sapogne e Feuchères,Sapogne-et-Feucheres,Sapogne-et-Feuchères,Sapon'-e-Fesher,Sapon'-eh-Fjosher,Сапонь-е-Фешер,Сапонь-э-Фёшер		FR	44	08	081	08400	516	Europe/Paris
6426102	Saulces-Champenoises	saulces-champenoises	Saulces-Champenoises,Sol's-Shampenuaz,Сольс-Шампенуаз		FR	44	08	084	08401	238	Europe/Paris
6426103	Saulces-Monclin	saulces-monclin	Saulces-Monclin,Sol's-Monklen,Сольс-Монклен		FR	44	08	082	08402	802	Europe/Paris
6426104	Sault-lès-Rethel	sault-les-rethel	Sault-les-Rethel,Sault-lès-Rethel		FR	44	08	082	08403	1914	Europe/Paris
6426105	Sauville	sauville	Sauville		FR	44	08	084	08405	258	Europe/Paris
6426106	Savigny-sur-Aisne	savigny-sur-aisne			FR	44	08	084	08406	373	Europe/Paris
6426107	Séchault	sechault	Sesho,Сешо		FR	44	08	084	08407	63	Europe/Paris
6426108	Sécheval	secheval	Secheval,Sécheval		FR	44	08	081	08408	552	Europe/Paris
6426109	Sedan	sedan	Sedan,Sedan i Frankrike,Sedanas,Sedán,cetan,sdan  ardn,se dang,seudang,sudan,Седан,סדאן,سدان، آردن,செதன்,スダン,色当,스당		FR	44	08	083	08409	16846	Europe/Paris
6426110	Semide	semide	Semide		FR	44	08	084	08410	196	Europe/Paris
6426111	Semuy	semuy	Semjui,Semuy,Семюи,Семюї		FR	44	08	084	08411	90	Europe/Paris
6426112	Senuc	senuc	Senjuk,Senuc,Сенюк		FR	44	08	084	08412	164	Europe/Paris
6426113	Seraincourt	seraincourt	Seraincourt		FR	44	08	082	08413	272	Europe/Paris
6426114	Seuil	seuil	Seuil		FR	44	08	082	08416	149	Europe/Paris
6426115	Sévigny-la-Forêt	sevigny-la-foret	Sevigny-la-Foret,Sévigny-la-Forêt		FR	44	08	081	08417	272	Europe/Paris
6426117	Signy-l'Abbaye	signy-l-abbaye			FR	44	08	081	08419	1372	Europe/Paris
6426118	Signy-le-Petit	signy-le-petit	Signy-le-Petit,Sin'i-le-Peti,Sin'i-le-Pti,Синьи-ле-Пти,Сіньї-ле-Петі		FR	44	08	081	08420	1267	Europe/Paris
6426119	Signy-Montlibert	signy-montlibert	Signy-Montlibert,Sin'i-Monliber,Синьи-Монлибер,Сіньї-Монлібер		FR	44	08	083	08421	90	Europe/Paris
6426120	Singly	singly	Singly		FR	44	08	081	08422	135	Europe/Paris
6426121	Sommauthe	sommauthe	Sommauthe		FR	44	08	084	08424	115	Europe/Paris
6426122	Sommerance	sommerance	Sommerance		FR	44	08	084	08425	38	Europe/Paris
6426123	Son	son	Son		FR	44	08	082	08426	100	Europe/Paris
6426124	Sorbon	sorbon	Sorbon		FR	44	08	082	08427	191	Europe/Paris
6426125	Sorcy-Bauthémont	sorcy-bauthemont	Sorcy-Bauthemont,Sorcy-Bauthémont		FR	44	08	082	08428	151	Europe/Paris
6426126	Stonne	stonne	Ston,Stonn,Стон,Стонн		FR	44	08	083	08430	42	Europe/Paris
6426127	Suzanne	suzanne	Suzanne		FR	44	08	084	08433	66	Europe/Paris
6426128	Sy	sy	Sy		FR	44	08	084	08434	52	Europe/Paris
6426129	Tagnon	tagnon	Tagnon,Tan'on,Таньон		FR	44	08	082	08435	882	Europe/Paris
6426130	Taillette	taillette	Taett,Taillette,Tajet,tai lai te,Тайет,Таєтт,泰萊特		FR	44	08	081	08436	401	Europe/Paris
6426131	Tailly	tailly	Tai,Tailly,Taji,Тайи,Таї		FR	44	08	084	08437	174	Europe/Paris
6426132	Taizy	taizy	Taizy		FR	44	08	082	08438	108	Europe/Paris
6426133	Tannay	tannay	Tanne,ta nai,Танне,塔奈		FR	44	08	084	08439	157	Europe/Paris
6426134	Tarzy	tarzy	Tarzi,Тарзи,Тарзі		FR	44	08	081	08440	165	Europe/Paris
6426137	Tétaigne	tetaigne	Tetaigne,Tétaigne		FR	44	08	083	08444	126	Europe/Paris
6426138	Thénorgues	thenorgues			FR	44	08	084	08446	87	Europe/Paris
6426139	Thin-le-Moutier	thin-le-moutier	Thin-le-Moutier		FR	44	08	081	08449	626	Europe/Paris
6426140	Thugny-Trugny	thugny-trugny	Thugny-Trugny,Tjun'i-Trjun'i,Тюньи-Трюньи,Тюньї-Трюньї		FR	44	08	082	08452	263	Europe/Paris
6426141	Toges	toges	Toges		FR	44	08	084	08453	99	Europe/Paris
6426142	Touligny	touligny	Tulin'i,Тулиньи,Туліньї		FR	44	08	081	08454	86	Europe/Paris
6426143	Tourcelles-Chaumont	tourcelles-chaumont			FR	44	08	084	08455	93	Europe/Paris
6426144	Tournavaux	tournavaux	Tournavaux		FR	44	08	081	08456	239	Europe/Paris
6426145	Tournes	tournes	Tournes,Turn,Турн		FR	44	08	081	08457	1076	Europe/Paris
6426146	Tourteron	tourteron	Tourteron,Turteron,Туртерон		FR	44	08	084	08458	179	Europe/Paris
6426147	Tremblois-lès-Carignan	tremblois-les-carignan	Tremblois-les-Carignan,Tremblois-lès-Carignan		FR	44	08	083	08459	164	Europe/Paris
6426148	Tremblois-lès-Rocroi	tremblois-les-rocroi	Tremblois-les-Rocroi,Tremblois-lès-Rocroi		FR	44	08	081	08460	161	Europe/Paris
6426149	Vandy	vandy	Vandi,Vandy,fandy,wndy  ardns,Ванди,Ванді,فاندي,وندی، اردنس		FR	44	08	084	08461	207	Europe/Paris
6426150	Vaux-Champagne	vaux-champagne			FR	44	08	084	08462	130	Europe/Paris
6426151	Vaux-en-Dieulet	vaux-en-dieulet	Vaux-en-Dieulet		FR	44	08	084	08463	53	Europe/Paris
6426152	Vaux-lès-Mouron	vaux-les-mouron	Vaux-les-Mouron,Vaux-lès-Mouron		FR	44	08	084	08464	81	Europe/Paris
6426153	Vaux-lès-Mouzon	vaux-les-mouzon			FR	44	08	083	08466	78	Europe/Paris
6426154	Vaux-Villaine	vaux-villaine	Vaux-Villaine,Vo-Vilen,Vo-Villen,wawks wylyn,Во-Вилен,Во-Віллен,واوکس ویلین		FR	44	08	081	08468	195	Europe/Paris
6426155	Verpel	verpel	Verpel',Верпель		FR	44	08	084	08470	70	Europe/Paris
6426156	Vieux-lès-Asfeld	vieux-les-asfeld	V'jo-lez-Asfel'd,Ve-lez-Asfel'd,Вьё-лез-Асфельд,Вє-лез-Асфельд		FR	44	08	082	08473	322	Europe/Paris
6426158	Villers-devant-le-Thour	villers-devant-le-thour	Villers-devant-le-Thour		FR	44	08	082	08476	419	Europe/Paris
6426159	Villers-devant-Mouzon	villers-devant-mouzon	Villers-devant-Mouzon		FR	44	08	083	08477	98	Europe/Paris
6426160	Villers-le-Tilleul	villers-le-tilleul	Villers-le-Tilleul		FR	44	08	081	08478	235	Europe/Paris
6426161	Villers-le-Tourneur	villers-le-tourneur	Viller-le-Turner,Viller-le-Turnjor,Villers-le-Tourneur,Виллер-ле-Турнёр,Віллер-ле-Турнер		FR	44	08	082	08479	195	Europe/Paris
6426162	Villers-Semeuse	villers-semeuse	Villers-Semeuse		FR	44	08	081	08480	3591	Europe/Paris
6426163	Villers-sur-le-Mont	villers-sur-le-mont	Villers-sur-le-Mont		FR	44	08	081	08482	111	Europe/Paris
6426164	Ville-sur-Lumes	ville-sur-lumes	Vil'-sjur-Ljum,Ville-sur-Lumes,Виль-сюр-Люм,Віль-сюр-Люм		FR	44	08	081	08483	520	Europe/Paris
6426165	Ville-sur-Retourne	ville-sur-retourne	Ville-sur-Retourne		FR	44	08	082	08484	83	Europe/Paris
6426166	Vireux-Molhain	vireux-molhain	Vireux-Molhain		FR	44	08	081	08486	1523	Europe/Paris
6426167	Vireux-Wallerand	vireux-wallerand	Vireux-Wallerand		FR	44	08	081	08487	1990	Europe/Paris
6426168	Vivier-au-Court	vivier-au-court	Viv'e-o-Kur,Viver-o-Kur,Vivier au Court,Vivier-au-Court,Вивье-о-Кур,Вівєр-о-Кур		FR	44	08	081	08488	2979	Europe/Paris
6426169	Voncq	voncq	Voncq		FR	44	08	084	08489	218	Europe/Paris
6426170	Vrigne aux Bois	vrigne-aux-bois	Vrigne aux Bois,Vrin'-o-Bua,Вринь-о-Буа		FR	44	08	083	08491	3645	Europe/Paris
6426171	Vrigne-Meuse	vrigne-meuse	Vrigne-Meuse,Vrin'-Mez,Vrin'-Mjoz,fu li nie-mo zi,Вринь-Мез,Вринь-Мёз,弗里涅-默茲		FR	44	08	081	08492	300	Europe/Paris
6426173	Wadelincourt	wadelincourt			FR	44	08	083	08494	481	Europe/Paris
6426174	Wagnon	wagnon	Wagnon		FR	44	08	082	08496	129	Europe/Paris
6426175	Warcq	warcq	Vark,Warcq,Варк		FR	44	08	081	08497	1281	Europe/Paris
6426176	Warnécourt	warnecourt	Warnecourt,Warnécourt		FR	44	08	081	08498	366	Europe/Paris
6426177	Wignicourt	wignicourt			FR	44	08	082	08500	59	Europe/Paris
6426178	Williers	williers	Williers		FR	44	08	083	08501	42	Europe/Paris
6426179	Yoncq	yoncq	Jonk,Yoncq,ywnkq,Йонк,یونکق		FR	44	08	083	08502	107	Europe/Paris
6426180	Yvernaumont	yvernaumont			FR	44	08	081	08503	140	Europe/Paris
6426181	Couflens	couflens	Coflens,Couflens,Kuflan,ku fu lang,Куфлан,库夫朗		FR	76	09	093	09100	84	Europe/Paris
6426182	Coussa	coussa	Coussa		FR	76	09	091	09101	255	Europe/Paris
6426183	Coutens	coutens	Coutens		FR	76	09	092	09102	172	Europe/Paris
6426184	Crampagna	crampagna	Crampagna		FR	76	09	091	09103	820	Europe/Paris
6426185	Dalou	dalou	Dalou		FR	76	09	091	09104	770	Europe/Paris
6426186	Daumazan-sur-Arize	daumazan-sur-arize	Daumasan,Daumazan-sur-Arize,Domazan sir Ariz,Domazan-sjur-Ariz,a li ci he pan duo ma cang,Домазан сир Ариз,Домазан-сюр-Ариз,阿里兹河畔多马藏		FR	76	09	093	09105	724	Europe/Paris
6426187	Dreuilhe	dreuilhe	Dreuilhe		FR	76	09	092	09106	354	Europe/Paris
6426188	Dun	dun	Dun		FR	76	09	092	09107	561	Europe/Paris
6426189	Durban-sur-Arize	durban-sur-arize			FR	76	09	093	09108	181	Europe/Paris
6426190	Engomer	engomer	Engomer		FR	76	09	093	09111	290	Europe/Paris
6426191	Ercé	erce			FR	76	09	093	09113	527	Europe/Paris
6426192	Erp	erp			FR	76	09	093	09114	116	Europe/Paris
6426193	Esclagne	esclagne	Esclagne		FR	76	09	092	09115	144	Europe/Paris
6426194	Escosse	escosse	Escosse		FR	76	09	092	09116	413	Europe/Paris
6426195	Eycheil	eycheil	Eycheil		FR	76	09	093	09119	555	Europe/Paris
6426196	Ferrières-sur-Ariège	ferrieres-sur-ariege	Ferrieres-sur-Ariege,Ferrières-sur-Ariège		FR	76	09	091	09121	788	Europe/Paris
6426197	Foix	foix	Foix		FR	76	09	091	09122	9613	Europe/Paris
6426198	Fornex	fornex	Fornex		FR	76	09	093	09123	113	Europe/Paris
6426199	Fougax-et-Barrineuf	fougax-et-barrineuf	Fougax-et-Barrineuf		FR	76	09	092	09125	437	Europe/Paris
6426201	Gabre	gabre	Gabre		FR	76	09	093	09127	118	Europe/Paris
6426202	Gajan	gajan	Gajan		FR	76	09	093	09128	311	Europe/Paris
6426203	Galey	galey			FR	76	09	093	09129	120	Europe/Paris
6426204	Ganac	ganac	Ganac		FR	76	09	091	09130	705	Europe/Paris
6426205	Garanou	garanou	Garanou		FR	76	09	091	09131	166	Europe/Paris
6426206	Gaudiès	gaudies	Gaudies,Gaudiès		FR	76	09	092	09132	241	Europe/Paris
6426207	Génat	genat	Genat,Génat		FR	76	09	091	09133	21	Europe/Paris
6426208	Gestiès	gesties	Gesties,Gestiès		FR	76	09	091	09134	26	Europe/Paris
6426210	Gudas	gudas	Gudas		FR	76	09	091	09137	181	Europe/Paris
6426212	Illartein	illartein	Illartein		FR	76	09	093	09141	73	Europe/Paris
6426213	Illier-et-Laramade	illier-et-laramade	Il'e-eh-Laramad,Il'er-e-Laramad,Ilier e la Ramada,Ilièr e la Ramada,Illier-et-Laramade,yi li ye he la la ma de,Ільєр-е-Ларамад,Илье-э-Ларамад,伊利耶和拉拉马德		FR	76	09	091	09143	25	Europe/Paris
6426214	Justiniac	justiniac			FR	76	09	092	09146	53	Europe/Paris
6426215	Lanoux	lanoux	Lanoux		FR	76	09	093	09151	50	Europe/Paris
6426216	Lapège	lapege	Lapege,Lapège		FR	76	09	091	09152	29	Europe/Paris
6426217	Lapenne	lapenne	Lapenne		FR	76	09	092	09153	131	Europe/Paris
6426218	Larbont	larbont	Larbont		FR	76	09	093	09154	54	Europe/Paris
6426219	Larcat	larcat	LArcat,Larcat,Larka,Larkat,la er ka,Ларка,Ларкат,لارکاٹ,拉尔卡		FR	76	09	091	09155	45	Europe/Paris
6426220	Larnat	larnat	Larnat		FR	76	09	091	09156	21	Europe/Paris
6426221	Laroque-d'Olmes	laroque-d-olmes	Laroque-d'Olmes		FR	76	09	092	09157	2454	Europe/Paris
6426222	Lassur	lassur	Lassjur,Lassur,Lhassur,la xu,laswr,Лассюр,لاسور,拉叙		FR	76	09	091	09159	82	Europe/Paris
6426223	Léran	leran	Leran,Léran,lai lang,Леран,莱朗		FR	76	09	092	09161	593	Europe/Paris
6426224	Lercoul	lercoul			FR	76	09	091	09162	25	Europe/Paris
6426225	Lescousse	lescousse	Lescousse		FR	76	09	092	09163	77	Europe/Paris
6426226	Lesparrou	lesparrou	Lesparrou		FR	76	09	092	09165	232	Europe/Paris
6426227	Leychert	leychert	Leychert		FR	76	09	092	09166	101	Europe/Paris
6426228	Lézat-sur-Lèze	lezat-sur-leze	Lesat,Leza-sjur-Lez,Lezat-sjur-Lez,lai ci he pan lai zha,reza=shuru=rezu,Леза-сюр-Лез,Лезат-сюр-Лез,レザ＝シュル＝レーズ,莱兹河畔莱扎		FR	76	09	093	09167	2320	Europe/Paris
6426229	Lieurac	lieurac	Lieurac		FR	76	09	092	09168	183	Europe/Paris
6426230	Limbrassac	limbrassac	Limbrassac		FR	76	09	092	09169	127	Europe/Paris
6426231	Lissac	lissac	Lissac		FR	76	09	092	09170	245	Europe/Paris
6426232	Loubaut	loubaut	Loubaut		FR	76	09	093	09172	28	Europe/Paris
6426233	Loubières	loubieres	Loubieres,Loubières		FR	76	09	091	09174	329	Europe/Paris
6426234	Ludiès	ludies			FR	76	09	092	09175	84	Europe/Paris
6426235	Luzenac	luzenac	Luzenac		FR	76	09	091	09176	508	Europe/Paris
6426236	Madière	madiere			FR	76	09	092	09177	196	Europe/Paris
6426238	Malléon	malleon			FR	76	09	091	09179	68	Europe/Paris
6426239	Manses	manses			FR	76	09	092	09180	129	Europe/Paris
6426240	Massat	massat	Massa,Massat,ma sa,Масса,Массат,马萨		FR	76	09	093	09182	665	Europe/Paris
6426241	Mauvezin-de-Prat	mauvezin-de-prat	Mauvezin-de-Prat		FR	76	09	093	09183	101	Europe/Paris
6426242	Mauvezin-de-Sainte-Croix	mauvezin-de-sainte-croix	Mauvezin-de-Sainte-Croix		FR	76	09	093	09184	36	Europe/Paris
6426243	Méras	meras	Meras,Méras		FR	76	09	093	09186	107	Europe/Paris
6426244	Mercenac	mercenac	Mercenac		FR	76	09	093	09187	362	Europe/Paris
6426245	Mercus-Garrabet	mercus-garrabet	Mercus,Mercus-Garrabet,Merkju-Garrabe,Merkjus-Garrabe,Mèrcus,mei er qu jia er la bei,merukyu=gyarabe,Меркю-Гаррабе,Меркюс-Гаррабе,メルキュ＝ギャラベ,梅尔屈加尔拉贝		FR	76	09	091	09188	1181	Europe/Paris
6426246	Mérigon	merigon	Merigon,Mérigon		FR	76	09	093	09190	114	Europe/Paris
6426247	Miglos	miglos	Miglos		FR	76	09	091	09192	118	Europe/Paris
6426249	Monesple	monesple	Monesple		FR	76	09	093	09195	26	Europe/Paris
6426250	Montagagne	montagagne			FR	76	09	093	09196	73	Europe/Paris
6426251	Montaillou	montaillou	Mons Alionis,Montaillou,Montaju,Montalhon,meng tai lu,Монтайу,Монтаю,蒙泰卢		FR	76	09	091	09197	17	Europe/Paris
6426252	Montardit	montardit	Montardit		FR	76	09	093	09198	189	Europe/Paris
6426254	Montégut-en-Couserans	montegut-en-couserans	Montegut-en-Couserans,Montégut-en-Couserans		FR	76	09	093	09201	72	Europe/Paris
6426255	Montégut-Plantaurel	montegut-plantaurel	Montegut-Plantaurel,Montégut-Plantaurel		FR	76	09	091	09202	338	Europe/Paris
6426256	Montesquieu-Avantès	montesquieu-avantes	Montesquieu-Avantes,Montesquieu-Avantès		FR	76	09	093	09204	247	Europe/Paris
6426257	Montferrier	montferrier	Monfer'e,Monferrie,Montferrier,Montferrièr,meng te fu er li ye,Монферріє,Монферье,蒙特弗尔里耶		FR	76	09	092	09206	502	Europe/Paris
6426258	Montgauch	montgauch	Montgauch		FR	76	09	093	09208	122	Europe/Paris
6426259	Montjoie-en-Couserans	montjoie-en-couserans	Montjoie-en-Couserans		FR	76	09	093	09209	1082	Europe/Paris
6426260	Montségur	montsegur	Monsegjur,Montsegur,meng te sai ju,monsegyuru,Монсегюр,モンセギュール,蒙特塞居		FR	76	09	092	09211	125	Europe/Paris
6426261	Montseron	montseron	Montseron		FR	76	09	093	09212	90	Europe/Paris
6426263	Nalzen	nalzen	Nalzen		FR	76	09	092	09215	143	Europe/Paris
6426264	Nescus	nescus	Nescus		FR	76	09	093	09216	62	Europe/Paris
6426265	Niaux	niaux	N'o,Nhaus,Niaux,Nio,ni ao,Ньо,Ніо,尼奥		FR	76	09	091	09217	174	Europe/Paris
6426266	Orgeix	orgeix	Orgeix		FR	76	09	091	09218	87	Europe/Paris
6426267	Orgibet	orgibet	Orgibet		FR	76	09	093	09219	183	Europe/Paris
6426268	Orlu	orlu	Orlu		FR	76	09	091	09220	171	Europe/Paris
6426269	Ornolac-Ussat-les-Bains	ornolac-ussat-les-bains	Ornolac e Ussat,Ornolac e los Banhs dUssat,Ornolak-Jussa-le-Ben,Ornolak-Jussat-le-Ben,ao er nuo la ke yu sa te-lai ban,Орнолак-Юсса-ле-Бен,Орнолак-Юссат-ле-Бен,奥尔诺拉克于萨特-莱班		FR	76	09	091	09221	236	Europe/Paris
6426270	Orus	orus			FR	76	09	091	09222	24	Europe/Paris
6426271	Oust	oust	Oust		FR	76	09	093	09223	540	Europe/Paris
6426272	Pailhès	pailhes			FR	76	09	093	09224	474	Europe/Paris
6426273	Pamiers	pamiers	Pamiers		FR	76	09	092	09225	15688	Europe/Paris
6426274	Perles-et-Castelet	perles-et-castelet	Perles-et-Castelet		FR	76	09	091	09228	223	Europe/Paris
6426275	Pradettes	pradettes	Pradettes		FR	76	09	092	09233	49	Europe/Paris
6426276	Pradières	pradieres	Pradieres,Pradières		FR	76	09	091	09234	115	Europe/Paris
6426277	Prayols	prayols			FR	76	09	091	09236	377	Europe/Paris
6426279	Quié	quie	Quie,Quié		FR	76	09	091	09240	302	Europe/Paris
6427736	Javrezac	javrezac	Javrezac		FR	75	16	162	16169	591	Europe/Paris
6426280	Rabat-les-Trois-Seigneurs	rabat-les-trois-seigneurs	Rabat-les-Trois-Seigneurs		FR	76	09	091	09241	351	Europe/Paris
6426281	Raissac	raissac			FR	76	09	092	09242	46	Europe/Paris
6426282	Régat	regat			FR	76	09	092	09243	86	Europe/Paris
6426283	Rieucros	rieucros	Rieucros		FR	76	09	092	09244	686	Europe/Paris
6426284	Rieux-de-Pelleport	rieux-de-pelleport	Rieux-de-Pelleport		FR	76	09	091	09245	1308	Europe/Paris
6426285	Rimont	rimont	Rimon,Rimont,li meng,Римон,里蒙		FR	76	09	093	09246	528	Europe/Paris
6426286	Rivèrenert	riverenert	Riverenert,Rivèrenert		FR	76	09	093	09247	177	Europe/Paris
6426287	Roquefixade	roquefixade	Rocafixada,Rokfiksad,Roquefixade,Ròcafixada,luo qu ai fei ke sa de,Рокфиксад,Рокфіксад,罗屈埃菲克萨德		FR	76	09	092	09249	150	Europe/Paris
6426288	Roquefort-les-Cascades	roquefort-les-cascades	Roquefort-les-Cascades		FR	76	09	092	09250	91	Europe/Paris
6426291	Sabarat	sabarat	Sabara,Sabarat,Savarat,sa ba la,sbart,Сабара,Сабарат,سبارت,萨巴拉		FR	76	09	093	09253	344	Europe/Paris
6426292	Saint-Amadou	saint-amadou	Saint-Amadou		FR	76	09	092	09254	246	Europe/Paris
6426293	Saint-Bauzeil	saint-bauzeil	Saint-Bauzeil		FR	76	09	091	09256	59	Europe/Paris
6426294	Saint-Félix-de-Tournegat	saint-felix-de-tournegat	Saint-Felix-de-Tournegat,Saint-Félix-de-Tournegat		FR	76	09	092	09259	137	Europe/Paris
6426295	Saint-Girons	saint-girons	Saint-Girons,Sanctus Gerontius,Sen-Zhiron,Sent Gironc,Sent Gironç,san=jiron,sheng ji long,Сен-Жирон,سینٹ-گرونس، اریگے,サン＝ジロン,圣吉龙		FR	76	09	093	09261	6353	Europe/Paris
6426296	Saint-Jean-d'Aigues-Vives	saint-jean-d-aigues-vives	Saint-Jean-d'Aigues-Vives		FR	76	09	092	09262	388	Europe/Paris
6426297	Saint-Jean-du-Castillonnais	saint-jean-du-castillonnais	Saint-Jean-du-Castillonnais		FR	76	09	093	09263	24	Europe/Paris
6426298	Saint-Jean-de-Verges	saint-jean-de-verges	Saint-Jean-de-Verges,Sen-Zhan-de-Verzh,Sent Joan de Verges,sheng rang de wei er re,Сен-Жан-де-Верж,سینٹ-ژاں -دے-ورگس,圣让德韦尔热		FR	76	09	091	09264	1228	Europe/Paris
6426299	Saint-Jean-du-Falga	saint-jean-du-falga	Saint-Jean-du-Falga,Sant Joan del Falgar,Sen-Zhan-dju-Fal'ga,sheng rang di fa er jia,Сен-Жан-дю-Фальга,سینٹ-ژاں -دو-فلگا,圣让迪法尔加		FR	76	09	092	09265	2946	Europe/Paris
6426300	Saint-Julien-de-Gras-Capou	saint-julien-de-gras-capou	Saint-Julien-de-Gras-Capou		FR	76	09	092	09266	56	Europe/Paris
6426301	Saint-Martin-de-Caralp	saint-martin-de-caralp	Saint-Martin-de-Caralp		FR	76	09	091	09269	350	Europe/Paris
6426302	Saint-Martin-d'Oydes	saint-martin-d-oydes	Saint-Martin-d'Oydes		FR	76	09	092	09270	231	Europe/Paris
6426303	Saint-Paul-de-Jarrat	saint-paul-de-jarrat	Saint-Paul-de-Jarrat,Sen-Pol'-de-Zharra,Sen-Pol'-de-Zharrat,Sent Pau de Jarrat,sheng bo de ya er la,Сен-Поль-де-Жарра,Сен-Поль-де-Жаррат,سین-پال-دے-ضررت,圣波德雅尔拉		FR	76	09	091	09272	1306	Europe/Paris
6426304	Saint-Pierre-de-Rivière	saint-pierre-de-riviere	Saint-Pierre-de-Riviere,Saint-Pierre-de-Rivière		FR	76	09	091	09273	622	Europe/Paris
6426305	Saint-Quentin-la-Tour	saint-quentin-la-tour	Saint-Quentin-la-Tour,Sant Quentin,Sen-Kanten-la-Tur,sheng qu ang tan la tu,Сен-Кантен-ла-Тур,سین-قینٹین-لا-طور,圣屈昂坦拉图		FR	76	09	092	09274	335	Europe/Paris
6426306	Saint-Quirc	saint-quirc	Saint-Quirc		FR	76	09	092	09275	375	Europe/Paris
6426307	Saint-Victor-Rouzaud	saint-victor-rouzaud			FR	76	09	092	09276	241	Europe/Paris
6426308	Saint-Ybars	saint-ybars			FR	76	09	093	09277	646	Europe/Paris
6426309	Salsein	salsein	Salsein		FR	76	09	093	09279	45	Europe/Paris
6426310	Saurat	saurat	Saurat		FR	76	09	091	09280	635	Europe/Paris
6426311	Sautel	sautel	Sautel		FR	76	09	092	09281	103	Europe/Paris
6426312	Saverdun	saverdun	Saverdun		FR	76	09	092	09282	4772	Europe/Paris
6426313	Savignac-les-Ormeaux	savignac-les-ormeaux			FR	76	09	091	09283	376	Europe/Paris
6426314	Ségura	segura			FR	76	09	091	09284	183	Europe/Paris
6426315	Seix	seix			FR	76	09	093	09285	706	Europe/Paris
6426317	Senconac	senconac	Senconac		FR	76	09	091	09287	12	Europe/Paris
6426318	Sentein	sentein	Sentein		FR	76	09	093	09290	152	Europe/Paris
6426319	Sentenac-d'Oust	sentenac-d-oust	Sentenac-d'Oust		FR	76	09	093	09291	109	Europe/Paris
6426320	Sentenac-de-Sérou	sentenac-de-serou			FR	76	09	093	09292	47	Europe/Paris
6426321	Serres-sur-Arget	serres-sur-arget			FR	76	09	091	09293	718	Europe/Paris
6426322	Sieuras	sieuras			FR	76	09	093	09294	93	Europe/Paris
6426323	Siguer	siguer	Sige,Siger,Siguer,Siguèr,xi gai,Сигер,Сіге,西盖		FR	76	09	091	09295	99	Europe/Paris
6426324	Aulos-Sinsat	aulos-sinsat			FR	76	09	091	09296	173	Europe/Paris
6426325	Sorgeat	sorgeat			FR	76	09	091	09298	83	Europe/Paris
6426326	Soula	soula	Soula		FR	76	09	091	09300	183	Europe/Paris
6426328	Surba	surba			FR	76	09	091	09303	334	Europe/Paris
6426329	Suzan	suzan			FR	76	09	093	09304	17	Europe/Paris
6426330	Tabre	tabre			FR	76	09	092	09305	375	Europe/Paris
6426331	Tarascon-sur-Ariège	tarascon-sur-ariege	Tarascon dArieja,Tarascon dArièja,Tarascon-sur-Ariege,Tarascon-sur-Ariège,Taraskon-sjur-Ar'ezh,Taraskon-sjur-Arezh,a li ye ge he pan ta la si kong,Тараскон-сюр-Арьеж,Тараскон-сюр-Арєж,阿里耶格河畔塔拉斯孔		FR	76	09	091	09306	3138	Europe/Paris
6426332	Taurignan-Castet	taurignan-castet			FR	76	09	093	09307	170	Europe/Paris
6426333	Taurignan-Vieux	taurignan-vieux	Taurignan-Vieux		FR	76	09	093	09308	206	Europe/Paris
6426334	Teilhet	teilhet			FR	76	09	092	09309	156	Europe/Paris
6426335	Thouars-sur-Arize	thouars-sur-arize	Thouars-sur-Arize		FR	76	09	093	09310	51	Europe/Paris
6426336	Tignac	tignac	Tignac		FR	76	09	091	09311	24	Europe/Paris
6426337	Tourtouse	tourtouse	Tourtouse		FR	76	09	093	09313	141	Europe/Paris
6426338	Tourtrol	tourtrol	Tourtrol		FR	76	09	092	09314	290	Europe/Paris
6426339	Trémoulet	tremoulet	Tremoulet,Trémoulet		FR	76	09	092	09315	123	Europe/Paris
6426340	Troye-d'Ariège	troye-d-ariege	Troye-d'Ariege,Troye-d'Ariège		FR	76	09	092	09316	89	Europe/Paris
6426342	Unac	unac	Unac		FR	76	09	091	09318	119	Europe/Paris
6426343	Unzent	unzent			FR	76	09	092	09319	119	Europe/Paris
6426346	Varilhes	varilhes	Vari,Varij,Varilhas,wa li ye,wrylhs,Варий,Варі,وریلهس,瓦里耶		FR	76	09	091	09324	3386	Europe/Paris
6426347	Vaychis	vaychis	Vaychis		FR	76	09	091	09325	23	Europe/Paris
6426348	Ventenac	ventenac	Ventenac		FR	76	09	091	09327	233	Europe/Paris
6426349	Vernajoul	vernajoul	Vernajoul		FR	76	09	091	09329	645	Europe/Paris
6426350	Vernaux	vernaux	Vernaus,Vernaux,Verno,wei er nuo,wrnwks,Верно,ورنوکس,韦尔诺		FR	76	09	091	09330	29	Europe/Paris
6426351	Verniolle	verniolle	Verniolle		FR	76	09	091	09332	2310	Europe/Paris
6426352	Val-de-Sos	val-de-sos	Val-de-Sos		FR	76	09	091	09334	656	Europe/Paris
6426353	Villeneuve-d'Olmes	villeneuve-d-olmes	Villeneuve-d'Olmes		FR	76	09	092	09336	1002	Europe/Paris
6426354	Villeneuve-du-Latou	villeneuve-du-latou	Villeneuve-du-Latou		FR	76	09	093	09338	153	Europe/Paris
6426355	Villeneuve-du-Paréage	villeneuve-du-pareage	Villeneuve-du-Pareage,Villeneuve-du-Paréage		FR	76	09	092	09339	771	Europe/Paris
6426356	Vira	vira	Vira		FR	76	09	091	09340	163	Europe/Paris
6426357	Sainte-Suzanne	sainte-suzanne	Sainte-Suzanne		FR	76	09	093	09342	237	Europe/Paris
6426358	Clérey	clerey	Klere,ke lai lei,Клере,克莱雷		FR	44	10	103	10100	1096	Europe/Paris
6426359	Coclois	coclois	Coclois		FR	44	10	103	10101	177	Europe/Paris
6426360	Colombé-la-Fosse	colombe-la-fosse	Colombe-la-Fosse,Colombé-la-Fosse,Kolombe la Fos,Kolombe-la-Foss,ke long bei la fu si,Коломбе ла Фос,Коломбе-ла-Фосс,科隆贝拉福斯		FR	44	10	101	10102	192	Europe/Paris
6426361	Colombé-le-Sec	colombe-le-sec	Colombe-le-Sec,Colombé-le-Sec,Kolombe le Sek,Kolombe-le-Sek,ke long bei lai sai ke,Коломбе ле Сек,Коломбе-ле-Сек,科隆贝莱塞克		FR	44	10	101	10103	147	Europe/Paris
6426362	Cormost	cormost	Cormost		FR	44	10	103	10104	309	Europe/Paris
6426363	Courcelles-sur-Voire	courcelles-sur-voire	Courcelles-sur-Voire		FR	44	10	101	10105	26	Europe/Paris
6426364	Courceroy	courceroy	Courceroy,Kurseroa,Kursrua,ku er se lu wa,Курсероа,Курсруа,库尔瑟鲁瓦		FR	44	10	102	10106	126	Europe/Paris
6426365	Coursan-en-Othe	coursan-en-othe	Coursan-en-Othe,Kursan an Ot,Kursan-an-Ot,ao te de qu ku er sang,Курсан ан От,Курсан-ан-От,奥特地区库尔桑		FR	44	10	103	10107	105	Europe/Paris
6426367	Courtenot	courtenot	Courtenot,Kurteno,Kurtno,ku er tang ao,Куртено,Куртно,库尔唐奥		FR	44	10	103	10109	228	Europe/Paris
6426368	Courteranges	courteranges	Courteranges		FR	44	10	103	10110	568	Europe/Paris
6426369	Courteron	courteron	Courteron		FR	44	10	103	10111	106	Europe/Paris
6426370	Coussegrey	coussegrey	Coussegrey,Kusegre,Kussegre,ku sai ge lei,Кусегре,Куссегре,库塞格雷		FR	44	10	103	10112	197	Europe/Paris
6426371	Couvignon	couvignon	Couvignon,Kuvin'on,Kuvinon,ku wei ni weng,Кувиньон,Кувињон,Кувіньон,库维尼翁		FR	44	10	101	10113	204	Europe/Paris
6426372	Crancey	crancey			FR	44	10	102	10114	730	Europe/Paris
6426373	Crésantignes	cresantignes	Cresantignes,Crésantignes		FR	44	10	103	10116	312	Europe/Paris
6426374	Crespy-le-Neuf	crespy-le-neuf	Crespy-le-Neuf,Krepi le Nef,Krespi-le-Nef,Krespi-le-Njof,ke lei si pi lai na,Крепи ле Неф,Креспи-ле-Нёф,Креспі-ле-Неф,克雷斯皮莱纳		FR	44	10	101	10117	152	Europe/Paris
6426375	Cunfin	cunfin			FR	44	10	103	10119	181	Europe/Paris
6426376	Cussangy	cussangy	Cussangy		FR	44	10	103	10120	235	Europe/Paris
6426377	Davrey	davrey	Davrey		FR	44	10	103	10122	247	Europe/Paris
6426378	Dienville	dienville	D'envil',D'janvil',Djenvil,di an wei er,Дьенвиль,Дьянвіль,Дјенвил,迪安维尔		FR	44	10	101	10123	878	Europe/Paris
6426379	Dierrey-Saint-Julien	dierrey-saint-julien	D'erre-Sen-Zhjul'en,D'erre-Sen-Zhul'en,Djere Sen Zhilijen,di ye er lei sheng rui li an,Дьерре-Сен-Жюльен,Дьєрре-Сен-Жульєн,Дјере Сен Жилијен,迪耶尔雷圣瑞利安		FR	44	10	102	10124	258	Europe/Paris
6426380	Dierrey-Saint-Pierre	dierrey-saint-pierre	D'erre-Sen-P'er,D'erre-Sen-Perr,Dierrey-Saint-Pierre,Djere Sen Pjer,di ye er lei sheng pi ye er,Дьерре-Сен-Пьер,Дьєрре-Сен-Пєрр,Дјере Сен Пјер,迪耶尔雷圣皮耶尔		FR	44	10	103	10125	293	Europe/Paris
6426381	Dolancourt	dolancourt	Dolancourt		FR	44	10	101	10126	137	Europe/Paris
6426382	Dommartin-le-Coq	dommartin-le-coq	Dommartin-le-Coq		FR	44	10	103	10127	65	Europe/Paris
6426383	Donnement	donnement	Donman,Donnement,Donnman,duo nei mang,Донман,Доннман,多内芒		FR	44	10	101	10128	79	Europe/Paris
6426384	Dosches	dosches	Dosches,Dosh,duo si xie,Дош,多斯谢		FR	44	10	103	10129	294	Europe/Paris
6426385	Dosnon	dosnon	Donon,duo si nong,Донон,多斯农		FR	44	10	103	10130	110	Europe/Paris
6426386	Droupt-Saint-Basle	droupt-saint-basle			FR	44	10	102	10131	352	Europe/Paris
6426387	Droupt-Sainte-Marie	droupt-sainte-marie	Droupt-Sainte-Marie		FR	44	10	102	10132	237	Europe/Paris
6426388	Eaux-Puiseaux	eaux-puiseaux	Eaux-Puiseaux		FR	44	10	103	10133	253	Europe/Paris
6426389	Échemines	echemines			FR	44	10	102	10134	100	Europe/Paris
6426390	Éclance	eclance			FR	44	10	101	10135	101	Europe/Paris
6426391	Éguilly-sous-Bois	eguilly-sous-bois	Eguilly-sous-Bois,Éguilly-sous-Bois		FR	44	10	103	10136	120	Europe/Paris
6426392	Engente	engente			FR	44	10	101	10137	38	Europe/Paris
6426393	Épagne	epagne	Epagne,Épagne		FR	44	10	101	10138	132	Europe/Paris
6426394	Épothémont	epothemont	Epothemont,Épothémont		FR	44	10	101	10139	179	Europe/Paris
6426395	Ervy-le-Châtel	ervy-le-chatel	Ehrvi-le-Shatel',Ervi-le-Shatel',Ervy-le-Chatel,Ervy-le-Châtel,ai er wei lai sha tai,Ерві-ле-Шатель,Эрви-ле-Шатель,埃尔维莱沙泰		FR	44	10	103	10140	1218	Europe/Paris
6426396	Essoyes	essoyes	Ehssua,Esoa,Essua,ai su wa ai,Есоа,Ессуа,Эссуа,埃苏瓦埃		FR	44	10	103	10141	728	Europe/Paris
6426397	Estissac	estissac	Ehstissak,Estisak,Estissac,Estissak,ai si di sa ke,Естисак,Естіссак,Эстиссак,埃斯蒂萨克		FR	44	10	103	10142	1870	Europe/Paris
6426400	Faux-Villecerf	faux-villecerf	Faux-Villecerf		FR	44	10	102	10145	221	Europe/Paris
6426401	Fay-lès-Marcilly	fay-les-marcilly	Fay-les-Marcilly,Fay-lès-Marcilly		FR	44	10	102	10146	86	Europe/Paris
6426402	Fays-la-Chapelle	fays-la-chapelle	Fays-la-Chapelle		FR	44	10	103	10147	133	Europe/Paris
6426404	Fontaine-Mâcon	fontaine-macon	Fontaine-Macon,Fontaine-Mâcon		FR	44	10	102	10153	667	Europe/Paris
6426405	Fontenay-de-Bossery	fontenay-de-bossery	Fontenay-de-Bossery		FR	44	10	102	10154	73	Europe/Paris
6426406	Fontette	fontette	Fontet,Fontett,Fontette,feng tai te,Фонтет,Фонтетт,丰泰特		FR	44	10	103	10155	201	Europe/Paris
6426407	Fontvannes	fontvannes	Fontvann,Fontvannes,Fonvan,feng te wa nei,Фонван,Фонтванн,丰特瓦内		FR	44	10	103	10156	722	Europe/Paris
6426408	Fouchères	foucheres	Foucheres,Fouchères,Fusher,Фушер		FR	44	10	103	10158	526	Europe/Paris
6426409	Fralignes	fralignes	Fralignes		FR	44	10	103	10159	89	Europe/Paris
6426410	Fravaux	fravaux			FR	44	10	101	10160	54	Europe/Paris
6426411	Fresnoy-le-Château	fresnoy-le-chateau	Fresnoy-le-Chateau,Fresnoy-le-Château		FR	44	10	103	10162	274	Europe/Paris
6426412	Fuligny	fuligny	Fuligny		FR	44	10	101	10163	48	Europe/Paris
6426413	Gélannes	gelannes			FR	44	10	102	10164	739	Europe/Paris
6426414	Géraudot	geraudot	Geraudot,Géraudot,Zherodo,re luo duo,Жеродо,热罗多		FR	44	10	103	10165	337	Europe/Paris
6426415	Gumery	gumery	Gumery		FR	44	10	102	10169	244	Europe/Paris
6426416	Gyé-sur-Seine	gye-sur-seine	Gye-sur-Seine,Gyé-sur-Seine		FR	44	10	103	10170	495	Europe/Paris
6426417	Hampigny	hampigny	Ampin'i,Ampini,Hampigny,ang pi ni,Ампиньи,Ампињи,Ампіньї,昂皮尼		FR	44	10	101	10171	242	Europe/Paris
6426418	Isle-Aumont	isle-aumont	Isle-Aumont		FR	44	10	103	10173	480	Europe/Paris
6426419	Jasseines	jasseines	Jasseines		FR	44	10	101	10175	178	Europe/Paris
6426420	Jaucourt	jaucourt	Zhokur,ruo ku er,Жокур,若库尔		FR	44	10	101	10176	167	Europe/Paris
6426421	Javernant	javernant	Javernant,Zhavernan,ya wei er nan,Жавернан,جویرنانٹ,雅韦尔南		FR	44	10	103	10177	153	Europe/Paris
6426422	Jessains	jessains	Jessains		FR	44	10	101	10178	276	Europe/Paris
6426423	Jeugny	jeugny	Jeugny		FR	44	10	103	10179	499	Europe/Paris
6426424	Joncreuil	joncreuil	Joncreuil,Zhonkrej,Zhonkrjoj,rong ke lei yi,Жонкрей,Жонкрёй,容克勒伊		FR	44	10	101	10180	90	Europe/Paris
6426425	Jully-sur-Sarce	jully-sur-sarce	Zhjulli-sjur-Sars,Zhulli-sjur-Sars,sa er ke he pan rui li,Жуллі-сюр-Сарс,Жюлли-сюр-Сарс,萨尔克河畔瑞利		FR	44	10	103	10181	249	Europe/Paris
6426426	Juvancourt	juvancourt	Juvancourt		FR	44	10	101	10182	121	Europe/Paris
6426427	Juvanzé	juvanze	Juvanze,Juvanzé,Zhjuvanze,Zhuvanze,rui wang ze,Жуванзе,Жюванзе,瑞旺泽		FR	44	10	101	10183	34	Europe/Paris
6426428	Juzanvigny	juzanvigny			FR	44	10	101	10184	127	Europe/Paris
6426429	Lagesse	lagesse	Lagesse		FR	44	10	103	10185	204	Europe/Paris
6426430	Laines-aux-Bois	laines-aux-bois	Laines-aux-Bois		FR	44	10	103	10186	520	Europe/Paris
6426431	Lantages	lantages	Lantages		FR	44	10	103	10188	241	Europe/Paris
6426432	Laubressel	laubressel	Laubressel,Lobressel',luo bu lei sai,lwbrysyl,Лобрессель,لوبریسیل,洛布雷塞		FR	44	10	103	10190	537	Europe/Paris
6426433	Lavau	lavau	Lavau,Lavo,la wo,Лаво,拉沃		FR	44	10	103	10191	966	Europe/Paris
6426434	Lentilles	lentilles	Lentilles		FR	44	10	101	10192	126	Europe/Paris
6426435	Lesmont	lesmont	Lemon,Lesmont,lai si meng,Лемон,莱斯蒙		FR	44	10	101	10193	308	Europe/Paris
6426436	Lévigny	levigny	Levigny,Levin'i,Lévigny,lai wei ni,revu~ini,Левиньи,Левіньї,レヴィニー,莱维尼		FR	44	10	101	10194	97	Europe/Paris
6426437	Lhuître	lhuitre	Ljuitr,yu yi te er,Люитр,Люїтр,于伊特尔		FR	44	10	103	10195	297	Europe/Paris
6426438	Lignol-le-Château	lignol-le-chateau	Lignol-le-Chateau,Lignol-le-Château		FR	44	10	101	10197	200	Europe/Paris
6426439	Lirey	lirey	Lirey		FR	44	10	103	10198	106	Europe/Paris
6426440	Loches-sur-Ource	loches-sur-ource	Loches-sur-Ource,Losh-sjur-Urs,wu er ke he pan luo xie,Лош-сюр-Урс,乌尔克河畔洛谢		FR	44	10	103	10199	357	Europe/Paris
6426441	Longchamp-sur-Aujon	longchamp-sur-aujon	Longchamp-sur-Aujon		FR	44	10	101	10203	422	Europe/Paris
6426442	Longpré-le-Sec	longpre-le-sec	Longpre-le-Sec,Longpré-le-Sec,Lonpre-le-Sek,long ge pu lei lai sai ke,Лонпре-ле-Сек,隆格普雷莱塞克		FR	44	10	101	10205	83	Europe/Paris
6426443	Longsols	longsols			FR	44	10	103	10206	124	Europe/Paris
6426444	Longueville-sur-Aube	longueville-sur-aube			FR	44	10	102	10207	124	Europe/Paris
6426445	Lusigny-sur-Barse	lusigny-sur-barse	Ljuzin'i-sjur-Bars,Lusigny-sur-Barse,ba er si he pan lu xi ni,Люзиньи-сюр-Барс,Люзіньї-сюр-Барс,巴尔斯河畔吕西尼		FR	44	10	103	10209	2131	Europe/Paris
6426446	Macey	macey	Macey		FR	44	10	103	10211	954	Europe/Paris
6426447	Machy	machy			FR	44	10	103	10212	113	Europe/Paris
6426448	Magnant	magnant	Magnant,Man'jan,ma ni ang,Маньян,马尼昂		FR	44	10	103	10213	164	Europe/Paris
6426449	Magnicourt	magnicourt	Magnicourt,Man'ikur,ma ni ku er,Маньикур,Маньїкур,马尼库尔		FR	44	10	101	10214	78	Europe/Paris
6426450	Magny-Fouchard	magny-fouchard	Magny-Fouchard		FR	44	10	101	10215	270	Europe/Paris
6426451	Mailly-le-Camp	mailly-le-camp	Mai-le-Kam,Mailly-le-Camp,Maji-le-Kan,mai li lai kang,Майи-ле-Кан,Маї-ле-Кам,迈利莱康		FR	44	10	103	10216	1546	Europe/Paris
6426452	Maison-des-Champs	maison-des-champs	Maison-des-Champs		FR	44	10	101	10217	33	Europe/Paris
6426453	Maisons-lès-Chaource	maisons-les-chaource	Maisons-les-Chaource,Maisons-lès-Chaource		FR	44	10	103	10218	163	Europe/Paris
6426454	Maisons-lès-Soulaines	maisons-les-soulaines	Maisons-les-Soulaines,Maisons-lès-Soulaines		FR	44	10	101	10219	60	Europe/Paris
6426455	Maizières-la-Grande-Paroisse	maizieres-la-grande-paroisse			FR	44	10	102	10220	1503	Europe/Paris
6426456	Maizières-lès-Brienne	maizieres-les-brienne	Maizieres-les-Brienne,Maizières-lès-Brienne		FR	44	10	101	10221	166	Europe/Paris
6426457	Maraye-en-Othe	maraye-en-othe	Maraye-en-Othe		FR	44	10	103	10222	465	Europe/Paris
6426458	Marcilly-le-Hayer	marcilly-le-hayer	Marsii-le-Ae,Marsiji-le-Aje,ma er xi li lai ai ai,Марсийи-ле-Айе,Марсії-ле-Ає,马尔西利莱艾埃		FR	44	10	102	10223	720	Europe/Paris
6426459	Marigny-le-Châtel	marigny-le-chatel	Marigny-le-Chatel,Marigny-le-Châtel		FR	44	10	102	10224	1739	Europe/Paris
6426460	Marnay-sur-Seine	marnay-sur-seine	Marnay-sur-Seine,Marne-sjur-Sen,sai na he pan ma er nai,Марне-сюр-Сен,塞纳河畔马尔奈		FR	44	10	102	10225	224	Europe/Paris
6426461	Marolles-lès-Bailly	marolles-les-bailly	Marolles-les-Bailly,Marolles-lès-Bailly		FR	44	10	103	10226	103	Europe/Paris
6426462	Marolles-sous-Lignières	marolles-sous-lignieres	Marol'-su-Lin'er,Marolles-sous-Lignieres,Marolles-sous-Lignières,ma luo lai su li ni ai,Мароль-су-Линьер,Мароль-су-Ліньєр,马罗莱苏利尼埃		FR	44	10	103	10227	332	Europe/Paris
6426463	Mathaux	mathaux	Mathaux,Mato,ma tuo,Мато,马托		FR	44	10	101	10228	200	Europe/Paris
6426464	Mergey	mergey	Merzhe,mei er re,Мерже,梅尔热		FR	44	10	103	10230	696	Europe/Paris
6426465	Merrey-sur-Arce	merrey-sur-arce	Merre-sjur-Ars,Merrey-sur-Arce,a er ke he pan mei er lei,Мерре-сюр-Арс,阿尔克河畔梅尔雷		FR	44	10	103	10232	325	Europe/Paris
6426466	Méry-sur-Seine	mery-sur-seine	Meri-sjur-Sen,sai na he pan mei li,Мери-сюр-Сен,Мері-сюр-Сен,塞纳河畔梅里		FR	44	10	102	10233	1520	Europe/Paris
6426467	Mesgrigny	mesgrigny			FR	44	10	102	10234	301	Europe/Paris
6426468	Mesnil-la-Comtesse	mesnil-la-comtesse			FR	44	10	103	10235	44	Europe/Paris
6426469	Mesnil-Lettre	mesnil-lettre			FR	44	10	103	10236	58	Europe/Paris
6426470	Mesnil-Saint-Loup	mesnil-saint-loup			FR	44	10	102	10237	605	Europe/Paris
6426471	Mesnil-Saint-Père	mesnil-saint-pere	Mesnil-Saint-Pere,Mesnil-Saint-Père		FR	44	10	103	10238	480	Europe/Paris
6426472	Mesnil-Sellières	mesnil-sellieres			FR	44	10	103	10239	590	Europe/Paris
6426473	Messon	messon	Messon,mei song,Мессон,梅松		FR	44	10	103	10240	469	Europe/Paris
6426474	Metz-Robert	metz-robert	Metz-Robert		FR	44	10	103	10241	60	Europe/Paris
6426475	Meurville	meurville	Mervil',Mjorvil',mo er wei er,Мервіль,Мёрвиль,默尔维尔		FR	44	10	101	10242	180	Europe/Paris
6426476	Molins-sur-Aube	molins-sur-aube	Molen-sjur-Ob,Molins-sur-Aube,ao bu he pan mo lan,Молен-сюр-Об,奥布河畔莫兰		FR	44	10	101	10243	107	Europe/Paris
6426477	Montaulin	montaulin			FR	44	10	103	10245	809	Europe/Paris
6426478	Montceaux-lès-Vaudes	montceaux-les-vaudes	Montceaux-les-Vaudes,Montceaux-lès-Vaudes		FR	44	10	103	10246	252	Europe/Paris
6426479	Montfey	montfey	Montfey		FR	44	10	103	10247	139	Europe/Paris
6426480	Montgueux	montgueux	Montgueux		FR	44	10	103	10248	404	Europe/Paris
6426481	Montier-en-l'Isle	montier-en-l-isle	Montier-en-l'Isle		FR	44	10	101	10250	240	Europe/Paris
6426482	Montigny-les-Monts	montigny-les-monts			FR	44	10	103	10251	250	Europe/Paris
6426483	Montmartin-le-Haut	montmartin-le-haut	Montmartin-le-Haut		FR	44	10	101	10252	49	Europe/Paris
6426484	Montmorency-Beaufort	montmorency-beaufort	Monmoransi-Bofor,Montmorency-Beaufort,meng te mo lang xi bo fu er,Монморанси-Бофор,Монморансі-Бофор,蒙特莫朗西博福尔		FR	44	10	101	10253	134	Europe/Paris
6426485	Montpothier	montpothier	Monpot'e,meng te bo di ye,Монпотье,Монпотьє,蒙特波蒂耶		FR	44	10	102	10254	335	Europe/Paris
6426486	Montreuil-sur-Barse	montreuil-sur-barse	Montrej-sjur-Bars,Montrjoj-sjur-Bars,ba er si he pan meng te lei yi,Монтрей-сюр-Барс,Монтрёй-сюр-Барс,巴尔斯河畔蒙特勒伊		FR	44	10	103	10255	303	Europe/Paris
6426487	Montsuzain	montsuzain	Montsuzain		FR	44	10	103	10256	409	Europe/Paris
6426488	Morembert	morembert			FR	44	10	103	10257	32	Europe/Paris
6426489	Moussey	moussey	Moussey,Musse,mu sai,Муссе,穆塞		FR	44	10	103	10260	636	Europe/Paris
6426491	Neuville-sur-Seine	neuville-sur-seine	Neuville-sur-Seine		FR	44	10	103	10262	448	Europe/Paris
6426492	Noé-les-Mallets	noe-les-mallets	Noe-les-Mallets,Noé-les-Mallets		FR	44	10	103	10264	116	Europe/Paris
6426493	Nogent-en-Othe	nogent-en-othe	Nogent-en-Othe,Nozhan-an-Ot,ao te de qu nuo rang,Ножан-ан-От,奥特地区诺让		FR	44	10	103	10266	46	Europe/Paris
6426494	Nogent-sur-Aube	nogent-sur-aube	Nogent-sur-Aube		FR	44	10	103	10267	327	Europe/Paris
6426495	Nogent-sur-Seine	nogent-sur-seine	Nogent-sur-Seine		FR	44	10	102	10268	5973	Europe/Paris
6426496	Nozay	nozay	Nozay		FR	44	10	103	10269	146	Europe/Paris
6426497	Onjon	onjon			FR	44	10	103	10270	250	Europe/Paris
6426498	Origny-le-Sec	origny-le-sec	Origny-le-Sec		FR	44	10	102	10271	610	Europe/Paris
6426499	Ortillon	ortillon			FR	44	10	103	10273	24	Europe/Paris
6426500	Orvilliers-Saint-Julien	orvilliers-saint-julien	Orvilliers-Saint-Julien		FR	44	10	102	10274	316	Europe/Paris
6426501	Ossey-les-Trois-Maisons	ossey-les-trois-maisons			FR	44	10	102	10275	590	Europe/Paris
6426502	Paisy-Cosdon	paisy-cosdon			FR	44	10	103	10276	340	Europe/Paris
6426503	Pars-lès-Chavanges	pars-les-chavanges	Pars-les-Chavanges,Pars-lès-Chavanges		FR	44	10	101	10279	66	Europe/Paris
6426504	Pars-lès-Romilly	pars-les-romilly	Pars-les-Romilly,Pars-lès-Romilly		FR	44	10	102	10280	833	Europe/Paris
6426505	Payns	payns			FR	44	10	103	10282	1367	Europe/Paris
6426506	Pel-et-Der	pel-et-der	Pel'-e-Der,Pel'-eh-Der,Pel-et-Der,pei he dai,Пель-е-Дер,Пель-э-Дер,佩和代		FR	44	10	101	10283	136	Europe/Paris
6426507	Périgny-la-Rose	perigny-la-rose	Perigny-la-Rose,Périgny-la-Rose		FR	44	10	102	10284	136	Europe/Paris
6426508	Perthes-lès-Brienne	perthes-les-brienne	Perthes-les-Brienne,Perthes-lès-Brienne		FR	44	10	101	10285	81	Europe/Paris
6426509	Petit-Mesnil	petit-mesnil			FR	44	10	101	10286	221	Europe/Paris
6426510	Piney	piney	Pine,Piney,pi nei,Пине,Піне,皮内		FR	44	10	103	10287	1513	Europe/Paris
6426511	Plaines-Saint-Lange	plaines-saint-lange	Plaines-Saint-Lange		FR	44	10	103	10288	265	Europe/Paris
6426512	Planty	planty	Planty		FR	44	10	103	10290	239	Europe/Paris
6426513	Plessis-Barbuise	plessis-barbuise	Plessis-Barbuise		FR	44	10	102	10291	196	Europe/Paris
6426514	Poivres	poivres	Poivres		FR	44	10	103	10293	154	Europe/Paris
6426515	Poligny	poligny	Poligny		FR	44	10	103	10294	65	Europe/Paris
6426516	Polisot	polisot	Polisot		FR	44	10	103	10295	326	Europe/Paris
6426517	Polisy	polisy	Polisy,Polizi,bo li xi,Полизи,Полізі,波利西		FR	44	10	103	10296	193	Europe/Paris
6427350	Noron-l'Abbaye	noron-l-abbaye	Noron-l'Abbaye		FR	28	14	142	14467	312	Europe/Paris
6426518	Pont-Sainte-Marie	pont-sainte-marie	Pon-Sent-Mari,Pont-Sainte-Marie,peng sheng ma li,Пон-Сент-Мари,Пон-Сент-Марі,蓬圣玛丽		FR	44	10	103	10297	5070	Europe/Paris
6426519	Pont-sur-Seine	pont-sur-seine	Pont-sur-Seine		FR	44	10	102	10298	1161	Europe/Paris
6426520	Pouan-les-Vallées	pouan-les-vallees	Pouan-les-Vallees,Pouan-les-Vallées		FR	44	10	103	10299	549	Europe/Paris
6426521	Pougy	pougy	Pougy		FR	44	10	103	10300	292	Europe/Paris
6426522	Pouy-sur-Vannes	pouy-sur-vannes	Pui-sjur-Van,Pui-sjur-Vann,wa nei he pan pu yi,Пуи-сюр-Ван,Пуї-сюр-Ванн,瓦内河畔普伊		FR	44	10	102	10301	148	Europe/Paris
6426523	Précy-Notre-Dame	precy-notre-dame	Precy-Notre-Dame,Précy-Notre-Dame		FR	44	10	101	10303	82	Europe/Paris
6426524	Précy-Saint-Martin	precy-saint-martin	Precy-Saint-Martin,Précy-Saint-Martin		FR	44	10	101	10304	188	Europe/Paris
6426525	Prémierfait	premierfait	Premierfait,Prémierfait		FR	44	10	102	10305	90	Europe/Paris
6426526	Proverville	proverville	Proverville		FR	44	10	101	10306	239	Europe/Paris
6426527	Prugny	prugny	Prugny		FR	44	10	103	10307	378	Europe/Paris
6426528	Prunay-Belleville	prunay-belleville	Prunay-Belleville		FR	44	10	102	10308	229	Europe/Paris
6426529	Prusy	prusy	Prusy		FR	44	10	103	10309	96	Europe/Paris
6426530	Puits-et-Nuisement	puits-et-nuisement	Pjui-e-Njuizman,Pjui-eh-Njuizman,Puits-et-Nuisement,pi yi te he ni yi se mang,Пюи-э-Нюизман,Пюї-е-Нюїзман,皮伊特和尼伊瑟芒		FR	44	10	101	10310	211	Europe/Paris
6426531	Racines	racines	Racines,Rasin,la xi nei,Расин,Расін,拉西内		FR	44	10	103	10312	167	Europe/Paris
6426532	Radonvilliers	radonvilliers	Radonvil'e,Radonvil'er,Radonvilliers,la dong wei li ye er,Радонвильер,Радонвільє,拉东维利耶尔		FR	44	10	101	10313	378	Europe/Paris
6426533	Rances	rances	Rances		FR	44	10	101	10315	44	Europe/Paris
6426534	Rhèges	rheges			FR	44	10	102	10316	238	Europe/Paris
6426535	Rigny-la-Nonneuse	rigny-la-nonneuse	Rigny-la-Nonneuse,Rin'i-la-Nonnez,Rin'i-la-Nonnjoz,li ni la nuo na si,Риньи-ла-Ноннёз,Риньї-ла-Ноннез,里尼拉诺纳斯		FR	44	10	102	10318	170	Europe/Paris
6426536	Rigny-le-Ferron	rigny-le-ferron	Rigny-le-Ferron		FR	44	10	103	10319	366	Europe/Paris
6426537	Rilly-Sainte-Syre	rilly-sainte-syre	Rii-Sent-Sir,Riji-Sent-Sir,Rilly-Sainte-Syre,li li sheng xi er,Рийи-Сент-Сир,Рії-Сент-Сір,里利圣西尔		FR	44	10	102	10320	231	Europe/Paris
6426538	Romilly-sur-Seine	romilly-sur-seine	Romilly-sur-Seine		FR	44	10	102	10323	14459	Europe/Paris
6426539	Rosières-près-Troyes	rosieres-pres-troyes			FR	44	10	103	10325	4066	Europe/Paris
6426540	Rosnay-l'Hôpital	rosnay-l-hopital	Rosnay-l'Hopital,Rosnay-l'Hôpital		FR	44	10	101	10326	197	Europe/Paris
6426541	Rouilly-Sacey	rouilly-sacey	Rouilly-Sacey,Rui-Sase,Ruji-Sase,lu yi li sa sai,Руйи-Сасе,Руї-Сасе,鲁伊利萨塞		FR	44	10	103	10328	386	Europe/Paris
6426542	Rouilly-Saint-Loup	rouilly-saint-loup	Rouilly-Saint-Loup		FR	44	10	103	10329	517	Europe/Paris
6426543	Rouvres-les-Vignes	rouvres-les-vignes	Rouvres-les-Vignes		FR	44	10	101	10330	106	Europe/Paris
6426544	Rumilly-lès-Vaudes	rumilly-les-vaudes			FR	44	10	103	10331	527	Europe/Paris
6426545	Ruvigny	ruvigny			FR	44	10	103	10332	493	Europe/Paris
6426546	Saint-André-les-Vergers	saint-andre-les-vergers	Sent-Andre-le-Verzhe,sheng ang de lei lai wei er re er,Сент-Андре-ле-Верже,سینٹ-آندرے-لیس-ورگرس,圣昂德雷莱韦尔热尔		FR	44	10	103	10333	12116	Europe/Paris
6426547	Saint-Aubin	saint-aubin	Saint-Aubin		FR	44	10	102	10334	587	Europe/Paris
6426548	Saint-Benoist-sur-Vanne	saint-benoist-sur-vanne	Sen-Benua-sjur-Van,Sen-Benua-sjur-Vann,wang he pan sheng bang wa si,Сен-Бенуа-сюр-Ван,Сен-Бенуа-сюр-Ванн,سینٹ-بنویست-سر-وں نے,旺河畔圣邦瓦斯		FR	44	10	103	10335	235	Europe/Paris
6426549	Saint-Benoît-sur-Seine	saint-benoit-sur-seine	Saint-Benoit-sur-Seine,Saint-Benoît-sur-Seine		FR	44	10	103	10336	406	Europe/Paris
6426550	Saint-Christophe-Dodinicourt	saint-christophe-dodinicourt	Saint-Christophe-Dodinicourt		FR	44	10	101	10337	34	Europe/Paris
6426551	Saint-Étienne-sous-Barbuise	saint-etienne-sous-barbuise	Saint-Etienne-sous-Barbuise,Saint-Étienne-sous-Barbuise		FR	44	10	103	10338	161	Europe/Paris
6426552	Saint-Flavy	saint-flavy	Saint-Flavy,Sen-Flavi,sheng fu la wei,Сен-Флави,Сен-Флаві,سینٹ-فلوے,圣夫拉维		FR	44	10	102	10339	277	Europe/Paris
6426553	Saint-Hilaire-sous-Romilly	saint-hilaire-sous-romilly	Saint-Hilaire-sous-Romilly		FR	44	10	102	10341	342	Europe/Paris
6426554	Saint-Jean-de-Bonneval	saint-jean-de-bonneval	Saint-Jean-de-Bonneval		FR	44	10	103	10342	391	Europe/Paris
6426555	Saint-Julien-les-Villas	saint-julien-les-villas	Saint-Julien-les-Villas,Sen-Zhjul'en-le-Villa,Sen-Zhul'en-le-Villa,sheng rui li an lai wei la,Сен-Жульєн-ле-Вілла,Сен-Жюльен-ле-Вилла,سینٹ-جلیں -لیس-ولاز,圣瑞利安莱维拉		FR	44	10	103	10343	6820	Europe/Paris
6426556	Saint-Léger-près-Troyes	saint-leger-pres-troyes	Saint-Leger-pres-Troyes,Saint-Léger-près-Troyes,Sen-Lezhe-pre-Trua,sheng lai re pu lei te lu wa ai,Сен-Леже-пре-Труа,سینٹ-لگر-پریس-ترویس,圣莱热普雷特鲁瓦埃		FR	44	10	103	10344	869	Europe/Paris
6426557	Saint-Léger-sous-Brienne	saint-leger-sous-brienne	Saint-Leger-sous-Brienne,Saint-Léger-sous-Brienne,Sen-Lezhe-su-Brien,Sen-Lezhe-su-Brienn,sheng lai re su bu li an,Сен-Леже-су-Бриен,Сен-Леже-су-Брієнн,سینٹ-لگر-سوس-برینے,圣莱热苏布里安		FR	44	10	101	10345	387	Europe/Paris
6426559	Saint-Loup-de-Buffigny	saint-loup-de-buffigny	Sen-Lu-de-Bjuffin'i,sheng lu de bi fei ni,Сен-Лу-де-Бюффиньи,Сен-Лу-де-Бюффіньї,سینٹ-لوپ-دے-بففگنے,圣卢德比菲尼		FR	44	10	102	10347	214	Europe/Paris
6426560	Saint-Lupien	saint-lupien	Saint-Lupien,Sen-Ljup'en,Sen-Ljupjan,sheng lu pi an,Сен-Люпьен,Сен-Люпян,سینٹ-لپئیں,圣吕皮安		FR	44	10	102	10348	239	Europe/Paris
6426561	Saint-Lyé	saint-lye	Saint-Lye,Saint-Lyé,Sen-L'e,Sen-Lie,sheng li ai,Сен-Лье,Сен-Ліе,سینٹ-لیے,圣利埃		FR	44	10	103	10349	2940	Europe/Paris
6426562	Saint-Mards-en-Othe	saint-mards-en-othe	Saint-Mards-en-Othe		FR	44	10	103	10350	641	Europe/Paris
6426563	Saint-Martin-de-Bossenay	saint-martin-de-bossenay	Saint-Martin-de-Bossenay		FR	44	10	102	10351	366	Europe/Paris
6427737	Juignac	juignac	Juignac		FR	75	16	161	16170	403	Europe/Paris
6426564	Sainte-Maure	sainte-maure	Sainte-Maure,Sent-Mor,sheng mo er,snt-mwr,Сент-Мор,سنت-مور,سین-مرے,圣莫尔		FR	44	10	103	10352	1620	Europe/Paris
6426565	Saint-Mesmin	saint-mesmin	Saint-Mesmin		FR	44	10	102	10353	822	Europe/Paris
6426566	Saint-Nabord-sur-Aube	saint-nabord-sur-aube	Saint-Nabord-sur-Aube		FR	44	10	103	10354	139	Europe/Paris
6426567	Saint-Oulph	saint-oulph	Saint-Oulph		FR	44	10	102	10356	281	Europe/Paris
6426568	Saint-Parres-aux-Tertres	saint-parres-aux-tertres	Saint-Parres-aux-Tertres,Sen-Par-o-Tertr,Sen-Parr-o-Tertr,sheng pa er lei ao tai er te lei,Сен-Пар-о-Тертр,Сен-Парр-о-Тертр,سینٹ-پررس-آ-ترترس,圣帕尔雷奥泰尔特雷		FR	44	10	103	10357	3116	Europe/Paris
6426569	Saint-Parres-lès-Vaudes	saint-parres-les-vaudes	Saint-Parres-les-Vaudes,Saint-Parres-lès-Vaudes		FR	44	10	103	10358	1010	Europe/Paris
6426570	Saint-Phal	saint-phal	Saint-Phal,Sen-Fal',sheng fa,Сен-Фаль,سین-پھل,圣法		FR	44	10	103	10359	525	Europe/Paris
6426571	Saint-Pouange	saint-pouange	Saint-Pouange		FR	44	10	103	10360	906	Europe/Paris
6426572	Sainte-Savine	sainte-savine	Sainte-Savine		FR	44	10	103	10362	10301	Europe/Paris
6426573	Saint-Thibault	saint-thibault	Sen-Tibo,sheng di bo er,Сен-Тибо,Сен-Тібо,圣蒂博尔		FR	44	10	103	10363	550	Europe/Paris
6426574	Saint-Usage	saint-usage	Saint-Usage		FR	44	10	103	10364	77	Europe/Paris
6426576	Saulcy	saulcy	Saulcy		FR	44	10	101	10366	71	Europe/Paris
6426577	Savières	savieres	Savieres,Savières		FR	44	10	102	10368	1008	Europe/Paris
6426579	Soligny-les-Étangs	soligny-les-etangs	Soligny-les-Etangs,Soligny-les-Étangs		FR	44	10	102	10370	239	Europe/Paris
6426580	Sommeval	sommeval	Sommeval		FR	44	10	103	10371	315	Europe/Paris
6426581	Soulaines-Dhuys	soulaines-dhuys	Soulaines-Dhuys,Sulen-Djui,su lai nei di yi,Сулен-Дюи,Сулен-Дюї,苏莱内迪伊		FR	44	10	101	10372	415	Europe/Paris
6426582	Souligny	souligny	Sulin'i,su li ni,Сулиньи,Суліньї,苏利尼		FR	44	10	103	10373	413	Europe/Paris
6426583	Spoy	spoy	Spoy,Spua,Спуа		FR	44	10	101	10374	173	Europe/Paris
6426584	Thennelières	thennelieres	Thennelieres,Thennelières		FR	44	10	103	10375	341	Europe/Paris
6426585	Thieffrain	thieffrain	Thieffrain		FR	44	10	103	10376	154	Europe/Paris
6426586	Thors	thors	Thors		FR	44	10	101	10378	73	Europe/Paris
6426587	Torcy-le-Grand	torcy-le-grand	Torcy-le-Grand		FR	44	10	103	10379	445	Europe/Paris
6426588	Torcy-le-Petit	torcy-le-petit	Torcy-le-Petit		FR	44	10	103	10380	81	Europe/Paris
6426589	Torvilliers	torvilliers	Torvil'e,Torvilliers,tuo er wei li ye er,Торвилье,Торвільє,托尔维利耶尔		FR	44	10	103	10381	960	Europe/Paris
6426590	Trancault	trancault	Trancault,Tranko,te lang ke er,Транко,特朗科尔		FR	44	10	102	10383	184	Europe/Paris
6426591	Trannes	trannes	Trannes		FR	44	10	101	10384	245	Europe/Paris
6426592	Turgy	turgy	Turgy		FR	44	10	103	10388	45	Europe/Paris
6426593	Unienville	unienville	Unienville		FR	44	10	101	10389	129	Europe/Paris
6426594	Urville	urville	Jurvil',Urville,yu er wei er,Юрвиль,Юрвіль,于尔维尔		FR	44	10	101	10390	136	Europe/Paris
6426595	Vailly	vailly			FR	44	10	103	10391	291	Europe/Paris
6426596	Vallant-Saint-Georges	vallant-saint-georges	Vallant-Saint-Georges		FR	44	10	102	10392	376	Europe/Paris
6426597	Vallentigny	vallentigny	Vallantin'i,Vallentigny,wa lang di ni,Валлантиньи,Валлантіньї,瓦朗蒂尼		FR	44	10	101	10393	185	Europe/Paris
6426598	Vanlay	vanlay	Vanlay,Vanle,fanly,wang lai,wnly,Ванле,فانلي,ونلی,旺莱		FR	44	10	103	10395	308	Europe/Paris
6426599	Vauchassis	vauchassis	Vauchassis,Voshassi,wawchsys,wo sha xi,Вошасси,Вошассі,واوچسیس,沃沙西		FR	44	10	103	10396	504	Europe/Paris
6426600	Vauchonvilliers	vauchonvilliers			FR	44	10	101	10397	159	Europe/Paris
6426601	Vaucogne	vaucogne	Vaucogne		FR	44	10	103	10398	74	Europe/Paris
6426602	Vaupoisson	vaupoisson	Vaupoisson		FR	44	10	103	10400	123	Europe/Paris
6426603	Vendeuvre-sur-Barse	vendeuvre-sur-barse	Vandevr-sjur-Bars,Vandjovr-sjur-Bars,Vendeuvre-sur-Barse,ba er si he pan wang de fu er,Вандевр-сюр-Барс,Вандёвр-сюр-Барс,巴尔斯河畔旺德夫尔		FR	44	10	101	10401	2334	Europe/Paris
6426604	Vernonvilliers	vernonvilliers	Vernonvilliers		FR	44	10	101	10403	62	Europe/Paris
6426605	Verpillières-sur-Ource	verpillieres-sur-ource	Verpillieres-sur-Ource,Verpillières-sur-Ource		FR	44	10	103	10404	111	Europe/Paris
6426606	Verricourt	verricourt			FR	44	10	103	10405	53	Europe/Paris
6426607	Viâpres-le-Petit	viapres-le-petit	Viapres-le-Petit,Viâpres-le-Petit		FR	44	10	102	10408	121	Europe/Paris
6426608	Villacerf	villacerf	Villacerf,Villaserf,wei la sai er,Вилласерф,Вілласерф,维拉塞尔		FR	44	10	103	10409	584	Europe/Paris
6426609	Villadin	villadin	Villadin		FR	44	10	102	10410	115	Europe/Paris
6426610	Villechétif	villechetif	Villechetif,Villechétif		FR	44	10	103	10412	925	Europe/Paris
6426611	Villeloup	villeloup			FR	44	10	103	10414	120	Europe/Paris
6426613	Villemereuil	villemereuil	Vil'merej,Vil'merjoj,Villemereuil,wei lai mo lei yi,Вильмерёй,Вільмерей,维莱默勒伊		FR	44	10	103	10416	244	Europe/Paris
6426614	Villemoiron-en-Othe	villemoiron-en-othe	Villemoiron-en-Othe		FR	44	10	103	10417	202	Europe/Paris
6426615	Villemorien	villemorien	Villemorien		FR	44	10	103	10418	208	Europe/Paris
6426616	Villemoyenne	villemoyenne	Villemoyenne		FR	44	10	103	10419	775	Europe/Paris
6426617	Villeneuve-au-Chemin	villeneuve-au-chemin			FR	44	10	103	10422	186	Europe/Paris
6426618	Villeret	villeret	Vil're,Villeret,wei lei lei,Вильре,Вільре,维勒雷		FR	44	10	101	10424	64	Europe/Paris
6426619	Villery	villery	Villery		FR	44	10	103	10425	276	Europe/Paris
6426620	Ville-sous-la-Ferté	ville-sous-la-ferte	Vil'-su-la-Ferte,Ville-sous-la-Ferte,Ville-sous-la-Ferté,wei er su si-la fu er tai,Виль-су-ла-Ферте,Віль-су-ла-Ферте,维尔苏斯-拉弗尔泰		FR	44	10	101	10426	1070	Europe/Paris
6426621	Ville-sur-Arce	ville-sur-arce	Ville-sur-Arce		FR	44	10	103	10427	215	Europe/Paris
6426677	Fontanès-de-Sault	fontanes-de-sault	Fontanes-de-Sault,Fontanès-de-Sault		FR	76	11	112	11147	5	Europe/Paris
6427884	Tusson	tusson	Tusson		FR	75	16	163	16390	222	Europe/Paris
6426622	Ville-sur-Terre	ville-sur-terre	Vil'-sjur-Ter,Vil'-sjur-Terr,Ville-sur-Terre,tai er he pan wei er,vu~iru=shuru=teru,Виль-сюр-Тер,Віль-сюр-Терр,ヴィル＝シュル＝テール,泰尔河畔维尔		FR	44	10	101	10428	106	Europe/Paris
6426623	Villette-sur-Aube	villette-sur-aube	Villette-sur-Aube		FR	44	10	103	10429	261	Europe/Paris
6426624	Villiers-Herbisse	villiers-herbisse	Vil'e-Ehrbis,Vil'e-Erbiss,Villiers-Herbisse,wei li ye er ai er bi si,Вилье-Эрбис,Вільє-Ербісс,维利耶尔埃尔比斯		FR	44	10	103	10430	87	Europe/Paris
6426626	Villiers-sous-Praslin	villiers-sous-praslin	Villiers-sous-Praslin		FR	44	10	103	10432	71	Europe/Paris
6426627	Villy-en-Trodes	villy-en-trodes	Villy-en-Trodes		FR	44	10	103	10433	243	Europe/Paris
6426628	Villy-le-Bois	villy-le-bois	Villy-le-Bois		FR	44	10	103	10434	56	Europe/Paris
6426629	Villy-le-Maréchal	villy-le-marechal	Villy-le-Marechal,Villy-le-Maréchal		FR	44	10	103	10435	189	Europe/Paris
6426630	Vinets	vinets	Vinets		FR	44	10	103	10436	171	Europe/Paris
6426631	Virey-sous-Bar	virey-sous-bar			FR	44	10	103	10437	629	Europe/Paris
6426632	Vitry-le-Croisé	vitry-le-croise	Vitry-le-Croise,Vitry-le-Croisé		FR	44	10	103	10438	240	Europe/Paris
6426633	Viviers-sur-Artaut	viviers-sur-artaut	Viviers-sur-Artaut		FR	44	10	103	10439	125	Europe/Paris
6426634	Voigny	voigny	Voigny		FR	44	10	101	10440	164	Europe/Paris
6426635	Vosnon	vosnon	Vonon,Vosnon,wo si nong,Вонон,沃斯农		FR	44	10	103	10441	231	Europe/Paris
6426636	Voué	voue	Voue,Voué		FR	44	10	103	10442	675	Europe/Paris
6426637	Vougrey	vougrey	Vougrey		FR	44	10	103	10443	49	Europe/Paris
6426638	Vulaines	vulaines	Vulaines		FR	44	10	103	10444	224	Europe/Paris
6426639	Yèvres-le-Petit	yevres-le-petit	Aebura,Evr-le-Peti,Evra,Jevr-le-Peti,Yevres-le-Petit,Yèvres-le-Petit,xiao yi ai fu lei,Євр-ле-Петі,Йевр-ле-Пети,ییورس-لے -پیٹت,小伊埃夫雷		FR	44	10	101	10445	59	Europe/Paris
6426640	Coudons	coudons	Coudons		FR	76	11	112	11101	53	Europe/Paris
6426641	Couffoulens	couffoulens	Confolenc,Confolenç,Couffoulens,Kuffulan,ku fu lang,Куффулан,库富朗		FR	76	11	111	11102	600	Europe/Paris
6426642	Couiza	couiza	Couiza		FR	76	11	112	11103	1129	Europe/Paris
6426643	Counozouls	counozouls	Counozouls		FR	76	11	112	11104	47	Europe/Paris
6426644	Cournanel	cournanel	Cornanel,Cornanèl,Cournanel,Kurnanel,Kurnanel',ku er na nei,Курнанел,Курнанель,库尔纳内		FR	76	11	112	11105	704	Europe/Paris
6426645	Coursan	coursan	Coursan		FR	76	11	113	11106	5836	Europe/Paris
6426646	Courtauly	courtauly	Courtauly		FR	76	11	112	11107	69	Europe/Paris
6426647	Coustaussa	coustaussa	Costaucan,Costauçan,Coustaussa,Kustosa,Kustossa,ku si tuo sa,Кустоса,Кустосса,库斯托萨		FR	76	11	112	11109	51	Europe/Paris
6426648	Coustouge	coustouge	Coustouge		FR	76	11	113	11110	124	Europe/Paris
6426649	Cruscades	cruscades	Cruscades		FR	76	11	113	11111	897	Europe/Paris
6426650	Cubières-sur-Cinoble	cubieres-sur-cinoble	Cubiera,Cubieres-sur-Cinoble,Cubièra,Cubières-sur-Cinoble,Cuperia,Kibjer sir Sinobl,Kjub'er-sjur-Sinobl',Kjuber-sjur-Sinobl',sang ao bu er he pan qu bi ai,Кибјер сир Синобл,Кюбьер-сюр-Синобль,Кюбєр-сюр-Сінобль,桑奥布尔河畔屈比埃		FR	76	11	112	11112	102	Europe/Paris
6426651	Cucugnan	cucugnan			FR	76	11	113	11113	126	Europe/Paris
6426652	Cuxac-Cabardès	cuxac-cabardes	Cuxac-Cabardes,Cuxac-Cabardès		FR	76	11	111	11115	909	Europe/Paris
6426653	Cuxac-d'Aude	cuxac-d-aude	Cuxac-d'Aude		FR	76	11	113	11116	4002	Europe/Paris
6426654	Davejean	davejean	Davejean		FR	76	11	113	11117	117	Europe/Paris
6426655	Dernacueillette	dernacueillette	Dernacueillette		FR	76	11	113	11118	43	Europe/Paris
6426656	Donazac	donazac	Donazac		FR	76	11	112	11121	107	Europe/Paris
6426657	Douzens	douzens	Dosens,Douzens,Duzan,du cang,Дузан,杜藏		FR	76	11	111	11122	725	Europe/Paris
6426658	Durban-Corbières	durban-corbieres			FR	76	11	113	11124	646	Europe/Paris
6426659	Embres-et-Castelmaure	embres-et-castelmaure	Ambr-e-Kastel'mor,Ambr-eh-Kastel'mor,Embres e Castelmaur,Embres e Castelmaure,Embres e Castèlmaure,Embres-et-Castelmaure,ang bu lei he ka si tai er mo er,Амбр-е-Кастельмор,Амбр-э-Кастельмор,昂布雷和卡斯泰尔莫尔		FR	76	11	113	11125	152	Europe/Paris
6426660	Escales	escales	Ehskal',Escalas,Eskal',ai si ka lai,Ескаль,Эскаль,埃斯卡莱		FR	76	11	113	11126	457	Europe/Paris
6426661	Escouloubre	escouloubre	Escouloubre		FR	76	11	112	11127	74	Europe/Paris
6426662	Espéraza	esperaza			FR	76	11	112	11129	1934	Europe/Paris
6426663	Espezel	espezel	Espezel		FR	76	11	112	11130	195	Europe/Paris
6426664	Fabrezan	fabrezan			FR	76	11	113	11132	1308	Europe/Paris
6426665	Fajac-en-Val	fajac-en-val	Fajac de Danha,Fajac en Val,Fajac-en-Val,Fazhak an Val,Fazhak-an-Val',fajakn-wal,wa de qu fa ya ke,Фажак ан Вал,Фажак-ан-Валь,فاجاکن-وال,瓦地区法雅克		FR	76	11	111	11133	37	Europe/Paris
6426666	Fajac-la-Relenque	fajac-la-relenque	Fajac de la Relenca,Fajac-la-Relenque,Fazhak la Relank,Fazhak-la-Relank,fa ya ke la lei lang qu ai,fajak-la-rylynqwy,Фажак ла Реланк,Фажак-ла-Реланк,فاجاک-لا-ریلینقوی,法雅克拉雷朗屈埃		FR	76	11	111	11134	50	Europe/Paris
6426667	Fanjeaux	fanjeaux	Fanjeaux		FR	76	11	111	11136	831	Europe/Paris
6426668	Félines-Termenès	felines-termenes			FR	76	11	113	11137	112	Europe/Paris
6426669	Fendeille	fendeille	Fendeille		FR	76	11	111	11138	548	Europe/Paris
6426670	Fenouillet-du-Razès	fenouillet-du-razes	Fenouillet-du-Razes,Fenouillet-du-Razès		FR	76	11	111	11139	89	Europe/Paris
6426671	Ferran	ferran			FR	76	11	111	11141	106	Europe/Paris
6426672	Festes-et-Saint-André	festes-et-saint-andre	Festes-et-Saint-Andre,Festes-et-Saint-André		FR	76	11	112	11142	208	Europe/Paris
6426673	Feuilla	feuilla	Feuilla		FR	76	11	113	11143	104	Europe/Paris
6426674	Fitou	fitou	Fitor,Fitou,Fitu,fei tu,fito~u,Фиту,Фіту,フィトゥー,菲图		FR	76	11	113	11144	1055	Europe/Paris
6426675	Fleury	fleury	Fleri,Fleury,Fljori,Fluris,fu lei li,Флери,Флері,Флёри,弗勒里		FR	76	11	113	11145	3866	Europe/Paris
6426676	Floure	floure			FR	76	11	111	11146	405	Europe/Paris
6426737	Marsa	marsa	Marsa,Marsan,ma er sa,Марса,马尔萨		FR	76	11	112	11219	20	Europe/Paris
6426678	Fontcouverte	fontcouverte	Fonkuvert,Fontcoberta,Fontcobèrta,Фонкуверт		FR	76	11	113	11148	546	Europe/Paris
6426679	Fonters-du-Razès	fonters-du-razes	Fonte di Raze,Fonte-dju-Razes,Fonters,Fonters-du-Razes,Fonters-du-Razès,feng tai er di la ze,Фонте ди Разе,Фонте-дю-Разес,丰泰尔迪拉泽		FR	76	11	111	11149	77	Europe/Paris
6426680	Fontiès-d'Aude	fonties-d-aude	Fonties-d'Aude,Fontiès-d'Aude		FR	76	11	111	11151	465	Europe/Paris
6426681	Fontjoncouse	fontjoncouse	Fontjoncouse		FR	76	11	113	11152	131	Europe/Paris
6426682	Fournes-Cabardès	fournes-cabardes	Fornas,Furn Kabarde,Furn-Kabardes,fu er nei ka ba er dai,Фурн Кабарде,Фурн-Кабардес,富尔内卡巴尔代		FR	76	11	111	11154	52	Europe/Paris
6426683	Fourtou	fourtou	Forton,Fourtou,Furtu,fu er tu,Фурту,富尔图		FR	76	11	112	11155	71	Europe/Paris
6426685	Fraissé-des-Corbières	fraisse-des-corbieres	Fraisse-des-Corbieres,Fraissé-des-Corbières		FR	76	11	113	11157	228	Europe/Paris
6426686	Gaja-et-Villedieu	gaja-et-villedieu	Gaja-et-Villedieu,Gajan e Viladieus,Gazha-e-Vil'd'e,Gazha-eh-Vil'd'jo,jia ya he wei lai di e,Гажа-е-Вильдье,Гажа-е-Вільдьє,Гажа-э-Вильдьё,加雅和维莱迪厄		FR	76	11	112	11158	292	Europe/Paris
6426687	Gaja-la-Selve	gaja-la-selve	Gaja-la-Selve		FR	76	11	111	11159	147	Europe/Paris
6426688	Galinagues	galinagues	Galinagues		FR	76	11	112	11160	31	Europe/Paris
6426689	Gardie	gardie	Gardie		FR	76	11	112	11161	118	Europe/Paris
6426690	Generville	generville	Generville		FR	76	11	111	11162	61	Europe/Paris
6426692	Ginestas	ginestas	Ginestars,Ginestas,Zhinesta,Zhinestas,ji nei si ta,Жинеста,Жинестас,吉内斯塔		FR	76	11	113	11164	1410	Europe/Paris
6426693	Ginoles	ginoles			FR	76	11	112	11165	309	Europe/Paris
6426694	Gourvieille	gourvieille	Gourvieille		FR	76	11	111	11166	73	Europe/Paris
6426695	Gramazie	gramazie	Gramazie		FR	76	11	112	11167	116	Europe/Paris
6426696	Granès	granes	Granes,Granès		FR	76	11	112	11168	98	Europe/Paris
6426697	Greffeil	greffeil	Greffeil,Greffej,Grefuelh,Grefuèlh,ge lei fei,Греффей,格雷费		FR	76	11	112	11169	75	Europe/Paris
6426698	Gruissan	gruissan	Gruissan		FR	76	11	113	11170	5011	Europe/Paris
6426700	Homps	homps	Homps,Om,Omps,On,weng pu,Ом,Он,翁普		FR	76	11	113	11172	585	Europe/Paris
6426701	Hounoux	hounoux	Hounoux		FR	76	11	111	11173	138	Europe/Paris
6426702	Issel	issel	Issel		FR	76	11	111	11175	492	Europe/Paris
6426703	Joucou	joucou	Jocon,Zhuku,ru ku,Жуку,茹库		FR	76	11	112	11177	35	Europe/Paris
6426704	Labastide-d'Anjou	labastide-d-anjou	Labastide-d'Anjou		FR	76	11	111	11178	1349	Europe/Paris
6426705	Labastide-en-Val	labastide-en-val	La Bastida de Danha,La Bastida en Val,Labastid-an-Val',Labastide-en-Val,wa de qu la ba si di de,Лабастид-ан-Валь,Лабастід-ан-Валь,لاباسٹیڈ-این-وال,瓦地区拉巴斯蒂德		FR	76	11	111	11179	93	Europe/Paris
6426706	Labastide-Esparbairenque	labastide-esparbairenque	La Bastida Esparveirenca,Labastid-Ehsparberank,Labastid-Esparberank,la ba si di de ai si pa er bai lang qu ai,Лабастид-Еспарберанк,Лабастид-Эспарберанк,Лабастід-Еспарберанк,لاباسٹیڈ-ایسپاربائرنکیو,拉巴斯蒂德埃斯帕尔拜朗屈埃		FR	76	11	111	11180	80	Europe/Paris
6426707	Labécède-Lauragais	labecede-lauragais	La Beceda,Labesed-Lorage,la bei sai de luo la gai,Лабесед-Лораге,لابیسیدے-لوراگایس,拉贝塞德洛拉盖		FR	76	11	111	11181	417	Europe/Paris
6426708	Ladern-sur-Lauquet	ladern-sur-lauquet	Ladern de Lauquet,Ladern-sjur-Loke,Ladern-sur-Lauquet,Ladèrn de Lauquet,luo qu ai he pan la dai er en,Ладерн-сюр-Локе,لاڈیرن-سور-لوقویٹ,洛屈埃河畔拉代尔恩		FR	76	11	112	11183	267	Europe/Paris
6426709	Lagrasse	lagrasse			FR	76	11	113	11185	546	Europe/Paris
6426710	Lairière	lairiere	Lairiere,Lairière		FR	76	11	113	11186	50	Europe/Paris
6426711	Lanet	lanet	Lane,Lanet,la nei,Лане,لانیٹ,拉内		FR	76	11	113	11187	50	Europe/Paris
6426712	Laprade	laprade	La Prada,Laprad,Laprade,la pu la de,labrad,Лапрад,لابراد,لاپراڈی، آڈ,拉普拉德		FR	76	11	111	11189	87	Europe/Paris
6426713	Laroque-de-Fa	laroque-de-fa	Laroque-de-Fa		FR	76	11	113	11191	149	Europe/Paris
6426714	Lasbordes	lasbordes	Labord,Las Bordas,Las Bòrdas,Lasbord,la si bo er dai,Лаборд,Ласборд,لاسبورڈیس، آڈ,拉斯博尔代		FR	76	11	111	11192	792	Europe/Paris
6426715	Lasserre-de-Prouille	lasserre-de-prouille			FR	76	11	111	11193	266	Europe/Paris
6426716	Lastours	lastours	Lastours		FR	76	11	111	11194	160	Europe/Paris
6426717	Laurabuc	laurabuc			FR	76	11	111	11195	410	Europe/Paris
6426718	Laurac	laurac			FR	76	11	111	11196	172	Europe/Paris
6426719	Lauraguel	lauraguel	Lauraguel		FR	76	11	112	11197	615	Europe/Paris
6426720	Laure-Minervois	laure-minervois			FR	76	11	111	11198	1074	Europe/Paris
6426721	Lespinassière	lespinassiere	Lespinassiere,Lespinassière		FR	76	11	111	11200	133	Europe/Paris
6426722	Leuc	leuc	Lek,Leuc,Ljok,lei ke,Лек,Лёк,勒克		FR	76	11	111	11201	835	Europe/Paris
6426723	Lézignan-Corbières	lezignan-corbieres			FR	76	11	113	11203	11334	Europe/Paris
6426724	Lignairolles	lignairolles	Lignairolles		FR	76	11	112	11204	42	Europe/Paris
6426725	Limousis	limousis	Limosins,Limousis,Limuzi,li mu xi,Лимузи,Лімузі,利穆西		FR	76	11	111	11205	128	Europe/Paris
6426726	Limoux	limoux			FR	76	11	112	11206	10098	Europe/Paris
6426727	Loupia	loupia	Loupia		FR	76	11	112	11207	241	Europe/Paris
6426728	Luc-sur-Aude	luc-sur-aude			FR	76	11	112	11209	237	Europe/Paris
6426729	Luc-sur-Orbieu	luc-sur-orbieu	Luc-sur-Orbieu		FR	76	11	113	11210	1140	Europe/Paris
6426730	Magrie	magrie	Magrie		FR	76	11	112	11211	532	Europe/Paris
6426731	Mailhac	mailhac			FR	76	11	113	11212	559	Europe/Paris
6426732	Maisons	maisons	Maisons		FR	76	11	113	11213	45	Europe/Paris
6426733	Malras	malras	Malras		FR	76	11	112	11214	384	Europe/Paris
6426734	Malviès	malvies	Malvies,Malviès		FR	76	11	112	11216	372	Europe/Paris
6426735	Marcorignan	marcorignan			FR	76	11	113	11217	1283	Europe/Paris
6426736	Marquein	marquein	Marken,Marquein,Marquenh,Marquènh,ma er qu an,Маркен,马尔屈安		FR	76	11	111	11218	81	Europe/Paris
6426738	Marseillette	marseillette	Marseett,Marseillette,Marsejet,Marselheta,ma er sai lai te,Марсеетт,Марсейет,Марсеєтт,马尔塞莱特		FR	76	11	111	11220	719	Europe/Paris
6426739	Mas-Cabardès	mas-cabardes			FR	76	11	111	11222	189	Europe/Paris
6426740	Mas-des-Cours	mas-des-cours	Mas dels Corts,Mas-de-Kur,Mas-des-Cours,ma dai ku er,Мас-де-Кур,马代库尔		FR	76	11	111	11223	26	Europe/Paris
6426741	Massac	massac	Massak,ma sa ke,Массак,马萨克		FR	76	11	113	11224	30	Europe/Paris
6426742	Mas-Saintes-Puelles	mas-saintes-puelles			FR	76	11	111	11225	916	Europe/Paris
6426743	Mayreville	mayreville			FR	76	11	111	11226	74	Europe/Paris
6426744	Mayronnes	mayronnes	Mayronnes		FR	76	11	111	11227	33	Europe/Paris
6426745	Mazerolles-du-Razès	mazerolles-du-razes	Maserolas,Maseròlas,Mazerol'-dju-Razes,Mazerolles-du-Razes,Mazerolles-du-Razès,Mazrol'-dju-Razes,ma ci luo lei di la ze,Мазероль-дю-Разес,Мазроль-дю-Разес,马兹罗勒迪拉泽		FR	76	11	112	11228	163	Europe/Paris
6426746	Mazuby	mazuby	Mazuby		FR	76	11	112	11229	25	Europe/Paris
6426747	Mérial	merial	Mer'jal',Merial,Merjal',Mérial,mei li a,Мерьяль,Меряль,梅里阿		FR	76	11	112	11230	31	Europe/Paris
6426748	Mézerville	mezerville	Mezerville,Mézerville		FR	76	11	111	11231	95	Europe/Paris
6426749	Mirepeisset	mirepeisset	Mirapeisset,Mirepeisset,Mirepesse,Mirpesse,mi lei pei sai,Мирепессе,Мирпессе,Мірепессе,米雷佩塞		FR	76	11	113	11233	762	Europe/Paris
6426750	Mireval-Lauragais	mireval-lauragais	Miraval de Lauragues,Miraval de Lauragués,Mireval'-Lorage,Mireval-Lauragais,Mirval'-Lorage,mi lei wa luo la gai,Мирваль-Лораге,Миреваль-Лораге,Міреваль-Лораге,米勒瓦洛拉盖		FR	76	11	111	11234	163	Europe/Paris
6426751	Missègre	missegre	Missegre,Missègre		FR	76	11	112	11235	65	Europe/Paris
6426752	Molandier	molandier	Moland'e,Molandier,Molandièr,mo lang di ye,Моландье,Моландьє,莫朗迪耶		FR	76	11	111	11236	237	Europe/Paris
6426753	Molleville	molleville	Mol'vil',Molevila,Molleville,mo lei wei er,Мольвиль,Мольвіль,莫勒维尔		FR	76	11	111	11238	124	Europe/Paris
6426754	Montazels	montazels	Montazels		FR	76	11	112	11240	569	Europe/Paris
6426755	Montbrun-des-Corbières	montbrun-des-corbieres			FR	76	11	113	11241	307	Europe/Paris
6426756	Montclar	montclar			FR	76	11	111	11242	169	Europe/Paris
6426757	Montferrand	montferrand	Monferran,Montferrand,meng te fu er lang,Монферран,蒙特弗尔朗		FR	76	11	111	11243	546	Europe/Paris
6426758	Montfort-sur-Boulzane	montfort-sur-boulzane	Montfort-sur-Boulzane		FR	76	11	112	11244	81	Europe/Paris
6426759	Montgaillard	montgaillard	Montgaillard		FR	76	11	113	11245	45	Europe/Paris
6426760	Montgradail	montgradail			FR	76	11	112	11246	51	Europe/Paris
6426761	Monthaut	monthaut	Monthaut		FR	76	11	112	11247	39	Europe/Paris
6426762	Montirat	montirat			FR	76	11	111	11248	77	Europe/Paris
6426763	Montjoi	montjoi			FR	76	11	113	11250	38	Europe/Paris
6426764	Val-de-Dagne	val-de-dagne	Monlor,Montlaur de Danha,Val-de-Dagne,meng te luo,Монлор,蒙特洛		FR	76	11	111	11251	726	Europe/Paris
6426765	Montmaur	montmaur	Monmor,Montmaur,meng te mo,Монмор,蒙特莫		FR	76	11	111	11252	309	Europe/Paris
6426766	Montolieu	montolieu	Mons Oliveus,Montol'e,Montol'jo,Montolieu,Montoliu,meng tuo li e,Монтолье,Монтольё,Монтольє,蒙托利厄		FR	76	11	111	11253	855	Europe/Paris
6426767	Montséret	montseret	Montseret,Montséret		FR	76	11	113	11256	580	Europe/Paris
6426768	Monze	monze	Monz,Monza,Monze,meng ci,Монз,蒙兹		FR	76	11	111	11257	228	Europe/Paris
6426769	Moussan	moussan	Moussan		FR	76	11	113	11258	1883	Europe/Paris
6426770	Moussoulens	moussoulens	Moussoulens		FR	76	11	111	11259	1024	Europe/Paris
6426771	Mouthoumet	mouthoumet	Mouthoumet		FR	76	11	113	11260	108	Europe/Paris
6426772	Moux	moux	Mos,Moux,Mu,mu zhen,Му,穆镇		FR	76	11	113	11261	698	Europe/Paris
6426773	Nébias	nebias	Nebias,Nébias		FR	76	11	112	11263	240	Europe/Paris
6426774	Névian	nevian	Nevian,Névian		FR	76	11	113	11264	1290	Europe/Paris
6426775	Niort-de-Sault	niort-de-sault	Niort-de-Sault		FR	76	11	112	11265	27	Europe/Paris
6426776	Port-la-Nouvelle	port-la-nouvelle	Port-la-Nouvelle		FR	76	11	113	11266	5600	Europe/Paris
6426777	Ornaisons	ornaisons	Ornaisons,Ornasons,Ornezon,ao er nai song,Орнезон,奥尔奈松		FR	76	11	113	11267	1208	Europe/Paris
6426778	Orsans	orsans			FR	76	11	111	11268	100	Europe/Paris
6426779	Ouveillan	ouveillan	Auvelhan,Ouveillan,Uvejan,wu wei lang,Увейан,Увеян,乌韦朗		FR	76	11	113	11269	2376	Europe/Paris
6426780	Padern	padern	Padern,Padèrn,pa dai er en,Падерн,帕代尔恩		FR	76	11	113	11270	128	Europe/Paris
6426781	Palairac	palairac	Palairac		FR	76	11	113	11271	28	Europe/Paris
6426782	Palaja	palaja	Palaja,Palajan,Palazha,pa la ya,Палажа,帕拉雅		FR	76	11	111	11272	2320	Europe/Paris
6426783	Paraza	paraza	Paraza		FR	76	11	113	11273	621	Europe/Paris
6426784	Pauligne	pauligne	Pauligne		FR	76	11	112	11274	351	Europe/Paris
6426785	Payra-sur-l'Hers	payra-sur-l-hers	Payra-sur-l'Hers		FR	76	11	111	11275	199	Europe/Paris
6426787	Pécharic-et-le-Py	pecharic-et-le-py	Pecharic-et-le-Py,Pécharic-et-le-Py		FR	76	11	111	11277	27	Europe/Paris
6426788	Pech-Luna	pech-luna			FR	76	11	111	11278	76	Europe/Paris
6426789	Pennautier	pennautier	Pennautier,Pennot'e,Puegnautier,Puègnautièr,po nuo di ye,Пеннотье,Пеннотьє,珀诺蒂耶		FR	76	11	111	11279	2515	Europe/Paris
6426791	Pexiora	pexiora	Peks'jora,Peks'ora,Pexiora,Puegsiuran,Puègsiuran,po ke xi ao la,Пексьйора,Пексьора,珀克西奥拉		FR	76	11	111	11281	1235	Europe/Paris
6426792	Peyrefitte-du-Razès	peyrefitte-du-razes	Peyrefitte-du-Razes,Peyrefitte-du-Razès		FR	76	11	112	11282	46	Europe/Paris
6426793	Peyrefitte-sur-l'Hers	peyrefitte-sur-l-hers	Peyrefitte-sur-l'Hers		FR	76	11	111	11283	75	Europe/Paris
6426794	Peyrens	peyrens	Peyrens		FR	76	11	111	11284	501	Europe/Paris
6426795	Peyriac-de-Mer	peyriac-de-mer	Peiriac de Mar,Pejriak-de-Mer,Per'jak-de-Mer,Peyriac-de-Mer,pei li a ke de mei,Пейриак-де-Мер,Пейріак-де-Мер,Перьяк-де-Мер,佩里阿克德梅		FR	76	11	113	11285	1113	Europe/Paris
6426796	Peyriac-Minervois	peyriac-minervois	Peiriac de Menerbes,Peiriac de Menerbés,Pejriak-Minervua,Per'jak-Minervua,Peyriac-Minervois,pei li a ke mi nei er wa,Пейриак-Минервуа,Пейріак-Мінервуа,Перьяк-Минервуа,佩里阿克米内尔瓦		FR	76	11	111	11286	1124	Europe/Paris
6426797	Pezens	pezens	Pesens,Pezan,Pezens,Vesins,po cang,Пезан,珀藏		FR	76	11	111	11288	1488	Europe/Paris
6426798	Pieusse	pieusse	Pieusse		FR	76	11	112	11289	1001	Europe/Paris
6426799	Plaigne	plaigne	Plaigne		FR	76	11	111	11290	116	Europe/Paris
6426800	Plavilla	plavilla	Planvialar,Plavijja,Plavilla,pu la wei la,Плавийя,Плавилла,Плавілла,普拉维拉		FR	76	11	111	11291	112	Europe/Paris
6426801	Pomas	pomas	Poma,Pomars,Pomas,bo ma,Пома,Помас,波马		FR	76	11	112	11293	881	Europe/Paris
6426802	Pomy	pomy			FR	76	11	112	11294	59	Europe/Paris
6426803	Pouzols-Minervois	pouzols-minervois	Posols de Menerbes,Posòls de Menerbés,Pouzols-Minervois,Puzol'-Minervua,pu zuo er mi nei er wa,Пузоль-Минервуа,Пузоль-Мінервуа,普佐尔米内尔瓦		FR	76	11	113	11296	525	Europe/Paris
6426804	Pradelles-Cabardès	pradelles-cabardes	Pradel'-Kabardes,Pradelas Cabardes,Pradelas de Cabardes,Pradelles-Cabardes,Pradelles-Cabardès,Pradèlas Cabardés,Pradèlas de Cabardés,pu la dai lai ka ba er dai,Прадель-Кабардес,普拉代莱卡巴尔代		FR	76	11	111	11297	145	Europe/Paris
6426806	Preixan	preixan	Preixan		FR	76	11	111	11299	615	Europe/Paris
6426807	Puginier	puginier	Puginier		FR	76	11	111	11300	155	Europe/Paris
6426808	Puilaurens	puilaurens	Puilaurens		FR	76	11	112	11302	268	Europe/Paris
6426809	Puivert	puivert	Pjuiver,Puegverd,Puivert,Puègverd,pi yi wei er,Пюивер,Пюївер,皮伊韦尔		FR	76	11	112	11303	496	Europe/Paris
6426810	Quintillan	quintillan	Quintillan		FR	76	11	113	11305	58	Europe/Paris
6426811	Quirbajou	quirbajou	Quirbajou		FR	76	11	112	11306	49	Europe/Paris
6426812	Raissac-d'Aude	raissac-d-aude			FR	76	11	113	11307	256	Europe/Paris
6426813	Raissac-sur-Lampy	raissac-sur-lampy	Raissac-sur-Lampy		FR	76	11	111	11308	459	Europe/Paris
6426814	Rennes-le-Château	rennes-le-chateau	Rennes-le-Chateau,Rennes-le-Château		FR	76	11	112	11309	77	Europe/Paris
6426815	Rennes-les-Bains	rennes-les-bains	Rennes-les-Bains		FR	76	11	112	11310	225	Europe/Paris
6426816	Ribouisse	ribouisse	Ribouisse		FR	76	11	111	11312	109	Europe/Paris
6426817	Ricaud	ricaud	Ricaud		FR	76	11	111	11313	298	Europe/Paris
6426818	Rieux-en-Val	rieux-en-val	R'e-an-Val',R'jo-an-Val',Re-an-Val',Rieux-en-Val,Rius de Danha,Rius en Val,wa de qu er yue,Рье-ан-Валь,Рьё-ан-Валь,Рє-ан-Валь,瓦地区尔约		FR	76	11	111	11314	90	Europe/Paris
6426819	Rieux-Minervois	rieux-minervois	R'e-Minervua,R'jo-Minervua,Re-Minervua,Rieux-Minervois,Rius de Menerbes,Rius de Menerbés,er yue mi nei er wa,Рье-Минервуа,Рьё-Минервуа,Рє-Мінервуа,尔约米内尔瓦		FR	76	11	111	11315	1993	Europe/Paris
6426820	Rivel	rivel	Rivel		FR	76	11	112	11316	193	Europe/Paris
6426821	Rodome	rodome	Rodome		FR	76	11	112	11317	125	Europe/Paris
6426822	Roquecourbe-Minervois	roquecourbe-minervois			FR	76	11	113	11318	127	Europe/Paris
6426823	Roquefère	roquefere	Roquefere,Roquefère		FR	76	11	111	11319	79	Europe/Paris
6426824	Roquefeuil	roquefeuil	Roquefeuil		FR	76	11	112	11320	286	Europe/Paris
6426825	Roquefort-de-Sault	roquefort-de-sault			FR	76	11	112	11321	85	Europe/Paris
6426826	Roquefort-des-Corbières	roquefort-des-corbieres	Rocafort de las Corbieras,Rokfor-de-Korb'er,Rokfor-de-Korber,Ròcafòrt de las Corbièras,luo qu ai fu er dai ke er bi ai,Рокфор-де-Корбьер,Рокфор-де-Корбєр,罗屈埃福尔代科尔比埃		FR	76	11	113	11322	1041	Europe/Paris
6426827	Roquetaillade-et-Conilhac	roquetaillade-et-conilhac	Roquetaillade-et-Conilhac		FR	76	11	112	11323	276	Europe/Paris
6426828	Roubia	roubia	Roubia		FR	76	11	113	11324	511	Europe/Paris
6426829	Rouffiac-d'Aude	rouffiac-d-aude	Rouffiac-d'Aude		FR	76	11	111	11325	441	Europe/Paris
6426830	Rouffiac-des-Corbières	rouffiac-des-corbieres	Rofiac de las Corbieras,Rofiac de las Corbièras,Rouffiac-des-Corbieres,Rouffiac-des-Corbières,Ruf'jak-de-Korb'er,Ruffiak-de-Korb'er,Ruffiak-de-Korber,lu fei a ke dai ke er bi ai,Руффиак-де-Корбьер,Руффіак-де-Корбєр,Руфьяк-де-Корбьер,鲁菲阿克代科尔比埃		FR	76	11	113	11326	89	Europe/Paris
6426831	Roullens	roullens	Roullens		FR	76	11	111	11327	465	Europe/Paris
6426833	Rustiques	rustiques			FR	76	11	111	11330	509	Europe/Paris
6426834	Saint-André-de-Roquelongue	saint-andre-de-roquelongue	Saint-Andre-de-Roquelongue,Saint-André-de-Roquelongue,Sant Andrieu de Rocalonga,Sant Andrieu de Ròcalonga,Sent-Andre-de-Roklong,sheng ang de lei de luo qu ai long gai,Сент-Андре-де-Роклонг,سینٹ-آندرے-دے-روقیلونگے,圣昂德雷德罗屈埃隆盖		FR	76	11	113	11332	1405	Europe/Paris
6426835	Saint-Benoît	saint-benoit	Sant Benaset,Sen-Benua,sheng bang wa,Сен-Бенуа,سینٹ-بنوٹ، اودے,圣邦瓦		FR	76	11	112	11333	104	Europe/Paris
6426836	Sainte-Camelle	sainte-camelle	Sainte-Camelle		FR	76	11	111	11334	119	Europe/Paris
6426837	Sainte-Colombe-sur-Guette	sainte-colombe-sur-guette	Sainte-Colombe-sur-Guette		FR	76	11	112	11335	47	Europe/Paris
6426838	Sainte-Colombe-sur-l'Hers	sainte-colombe-sur-l-hers	Sainte-Colombe-sur-l'Hers		FR	76	11	112	11336	438	Europe/Paris
6426839	Saint-Couat-d'Aude	saint-couat-d-aude	Saint-Couat-d'Aude		FR	76	11	113	11337	413	Europe/Paris
6426840	Saint-Couat-du-Razès	saint-couat-du-razes	Saint-Couat-du-Razes,Saint-Couat-du-Razès		FR	76	11	112	11338	58	Europe/Paris
6426841	Saint-Ferriol	saint-ferriol	Saint-Ferriol,Sant Ferriol,Sant Ferriòl,Sen-Fer'ol',Sen-Ferrijol',sheng fu er li ao,Сен-Феррийоль,Сен-Феррійоль,Сен-Ферьоль,سینٹ-پھرول,圣弗尔里奥		FR	76	11	112	11341	120	Europe/Paris
6426842	Saint-Frichoux	saint-frichoux	Saint-Frichoux		FR	76	11	111	11342	253	Europe/Paris
6426843	Saint-Gaudéric	saint-gauderic	Saint-Gauderic,Saint-Gaudéric		FR	76	11	111	11343	106	Europe/Paris
6426844	Saint-Jean-de-Barrou	saint-jean-de-barrou	Saint-Jean-de-Barrou		FR	76	11	113	11345	250	Europe/Paris
6426845	Saint-Jean-de-Paracol	saint-jean-de-paracol	Saint-Jean-de-Paracol		FR	76	11	112	11346	120	Europe/Paris
6426846	Saint-Julia-de-Bec	saint-julia-de-bec	Saint-Julia-de-Bec		FR	76	11	112	11347	104	Europe/Paris
6426847	Saint-Julien-de-Briola	saint-julien-de-briola	Saint-Julien-de-Briola		FR	76	11	111	11348	86	Europe/Paris
6426848	Saint-Just-et-le-Bézu	saint-just-et-le-bezu	Saint-Just-et-le-Bezu,Saint-Just-et-le-Bézu,Sant Just del Besun,Sen-Zhjust-eh-le-Bezju,Sen-Zhust-e-le-Bezju,sheng rui si he lai-bei ju,Сен-Жуст-е-ле-Безю,Сен-Жюст-э-ле-Безю,سینٹ-جست-یت-لے-بزو,圣瑞斯和莱-贝聚		FR	76	11	112	11350	41	Europe/Paris
6426849	Saint-Laurent-de-la-Cabrerisse	saint-laurent-de-la-cabrerisse	Sant Laurenc de la Cabrerissa,Sant Laurenç de la Cabrerissa,Sen-Loran-de-la-Kabreris,Sen-Loran-de-la-Kabreriss,sheng luo lang de la-ka bu lei li si,Сен-Лоран-де-ла-Кабрерис,Сен-Лоран-де-ла-Кабрерисс,سینٹ-لارنٹ-دے-لا-کبرریسسے,圣洛朗德拉-卡布勒里斯		FR	76	11	113	11351	738	Europe/Paris
6426850	Saint-Louis-et-Parahou	saint-louis-et-parahou	Saint-Louis-et-Parahou,Sant Lois e Paraon,Sant Loís e Paraon,Sen-Lui-e-Parau,Sen-Lui-eh-Parau,sheng lu yi he pa luo,Сен-Луи-е-Парау,Сен-Луи-э-Парау,Сен-Луї-е-Парау,سینٹ-لوئیس-یت-پرہو,圣卢伊和帕罗		FR	76	11	112	11352	58	Europe/Paris
6426851	Saint-Martin-des-Puits	saint-martin-des-puits			FR	76	11	113	11354	28	Europe/Paris
6426852	Saint-Martin-de-Villereglan	saint-martin-de-villereglan	Saint-Martin-de-Villereglan,Sant Martin de Vila-reglan,Sant Martin de Vilareglan,Sen-Marten-de-Vil'reglan,sheng ma dan de wei lei lei ge lang,Сен-Мартен-де-Вильреглан,Сен-Мартен-де-Вільреглан,سینٹ-مارٹن-دے-ولرگلان,圣马丹德维勒雷格朗		FR	76	11	112	11355	371	Europe/Paris
6426853	Saint-Martin-Lalande	saint-martin-lalande	Saint-Martin-Lalande,Sant Martin la Landa,Sen-Marten-Laland,sheng ma dan la lang de,Сен-Мартен-Лаланд,سینٹ-مارٹن-لالنڈے,圣马丹拉朗德		FR	76	11	111	11356	1121	Europe/Paris
6426854	Saint-Martin-le-Vieil	saint-martin-le-vieil	Saint-Martin-le-Vieil,Sant Martin le Vielh,Sant Martin le Vièlh,Sen-Marten-le-V'ej,Sen-Marten-le-Vej,sheng ma dan lai wei ye yi,Сен-Мартен-ле-Вьей,Сен-Мартен-ле-Вєй,سینٹ-مارٹن-لے-ویل,圣马丹莱维耶伊		FR	76	11	111	11357	225	Europe/Paris
6426855	Saint-Martin-Lys	saint-martin-lys	Saint-Martin-Lys,Sant Marti de Les,Sant Martin de Les,Sant Martí de Les,Sen-Marten-Li,Sen-Marten-Lis,sheng ma dan li,Сен-Мартен-Ли,Сен-Мартен-Лис,Сен-Мартен-Лі,سینٹ-مارٹن-لیس,圣马丹利		FR	76	11	112	11358	25	Europe/Paris
6426856	Saint-Michel-de-Lanès	saint-michel-de-lanes	Saint-Michel-de-Lanes,Saint-Michel-de-Lanès,Sant Miquel,Sant Miquèl,Sen-Mishel'-de-Lanes,sheng mi she de la nei,Сен-Мишель-де-Ланес,Сен-Мішель-де-Ланес,سینٹ-مشیل-دے-لانس,圣米舍德拉内		FR	76	11	111	11359	466	Europe/Paris
6426857	Saint-Nazaire-d'Aude	saint-nazaire-d-aude	Saint-Nazaire-d'Aude		FR	76	11	113	11360	2013	Europe/Paris
6426858	Saint-Papoul	saint-papoul	Fanum Sancti Papuli,Sant Papol,Sant Pàpol,Sen-Papul',sheng pa pu,Сен-Папуль,سینٹ-پاپول,圣帕普		FR	76	11	111	11361	818	Europe/Paris
6426859	Saint-Pierre-des-Champs	saint-pierre-des-champs	Saint-Pierre-des-Champs		FR	76	11	113	11363	181	Europe/Paris
6426860	Saint-Polycarpe	saint-polycarpe	Saint-Polycarpe,Sant Policarpi,Sen-Polikarp,sheng bo li ka er pu,sn-pwlykarp,Сен-Поликарп,Сен-Полікарп,سن-پولیکارپ,سین-پولیکرپے,圣波利卡尔普		FR	76	11	112	11364	144	Europe/Paris
6426861	Saint-Sernin	saint-sernin	Saint-Sernin		FR	76	11	111	11365	36	Europe/Paris
6426862	Sainte-Valière	sainte-valiere	Sainte-Valiere,Sainte-Valière		FR	76	11	113	11366	576	Europe/Paris
6426863	Saissac	saissac	Saissac		FR	76	11	111	11367	930	Europe/Paris
6426864	Sallèles-Cabardès	salleles-cabardes	Salleles-Cabardes,Sallèles-Cabardès		FR	76	11	111	11368	117	Europe/Paris
6426865	Sallèles-d'Aude	salleles-d-aude	Salleles-d'Aude,Sallèles-d'Aude		FR	76	11	113	11369	2877	Europe/Paris
6426866	Salles-d'Aude	salles-d-aude	Salles-d'Aude		FR	76	11	113	11370	3253	Europe/Paris
6426867	Salles-sur-l'Hers	salles-sur-l-hers	Salles-sur-l'Hers		FR	76	11	111	11371	699	Europe/Paris
6426868	Salsigne	salsigne			FR	76	11	111	11372	396	Europe/Paris
6426869	Salvezines	salvezines	Salvezines		FR	76	11	112	11373	77	Europe/Paris
6426870	Salza	salza	Salza		FR	76	11	113	11374	18	Europe/Paris
6426871	Seignalens	seignalens	Seignalens		FR	76	11	112	11375	33	Europe/Paris
6426872	Serviès-en-Val	servies-en-val	Serv'es-an-Val',Serv'ez-an-Val',Servez-an-Val',Servies,Servies de Danha,Servies-en-Val,Serviès,Serviès de Danha,Serviès-en-Val,wa de qu sai er wei ye,Сервьез-ан-Валь,Сервьес-ан-Валь,Сервєз-ан-Валь,瓦地区塞尔维耶		FR	76	11	111	11378	221	Europe/Paris
6426873	Sigean	sigean	Sigean,Sijan,Sizhan,xi rang,Сижан,Сіжан,西让		FR	76	11	113	11379	5470	Europe/Paris
6426874	Sonnac-sur-l'Hers	sonnac-sur-l-hers	Sonnac-sur-l'Hers		FR	76	11	112	11380	138	Europe/Paris
6426875	Sougraigne	sougraigne	Sougraigne		FR	76	11	112	11381	112	Europe/Paris
6426876	Souilhanels	souilhanels	Souilhanels		FR	76	11	111	11382	366	Europe/Paris
6426877	Souilhe	souilhe	Souilhe		FR	76	11	111	11383	317	Europe/Paris
6426878	Soulatgé	soulatge	Soulatge,Soulatgé		FR	76	11	113	11384	129	Europe/Paris
6426879	Soupex	soupex	Sopers,Sopèrs,Soupex,Supe,su pei,Супе,苏佩		FR	76	11	111	11385	256	Europe/Paris
6426880	Talairan	talairan	Talairan		FR	76	11	113	11386	465	Europe/Paris
6426881	Taurize	taurize			FR	76	11	111	11387	110	Europe/Paris
6426882	Tournissan	tournissan	Tournissan		FR	76	11	113	11392	276	Europe/Paris
6426883	Tourouzelle	tourouzelle	Tourouzelle		FR	76	11	113	11393	460	Europe/Paris
6426884	Tourreilles	tourreilles	Tourreilles		FR	76	11	112	11394	125	Europe/Paris
6426885	Trassanel	trassanel	Trassanel,Trassanel',Trassanèl,te la sa nei,Трассанель,特拉萨内		FR	76	11	111	11395	33	Europe/Paris
6426887	Trèbes	trebes	Trebes,Trèbes		FR	76	11	111	11397	5606	Europe/Paris
6426888	Treilles	treilles	Treilles		FR	76	11	113	11398	246	Europe/Paris
6426889	Tréville	treville	Treville,Tréville		FR	76	11	111	11399	102	Europe/Paris
6426890	Tréziers	treziers	Treziers,Tréziers		FR	76	11	112	11400	102	Europe/Paris
6426891	Tuchan	tuchan	Tuchan		FR	76	11	113	11401	774	Europe/Paris
6426892	Valmigère	valmigere	Valmigere,Valmigère		FR	76	11	112	11402	15	Europe/Paris
6426941	Huparlac	huparlac			FR	76	12	122	12116	256	Europe/Paris
6426893	Ventenac-Cabardès	ventenac-cabardes	Vantenak-Kabardes,Ventenac Cabardes,Ventenac Cabardés,Ventenac de Cabardes,Ventenac de Cabardés,wang te na ke ka ba er dai,wntnk kbrds,Вантенак-Кабардес,ونتنک کبردس,旺特纳克卡巴尔代		FR	76	11	111	11404	963	Europe/Paris
6426894	Véraza	veraza	Veraza,Véraza		FR	76	11	112	11406	32	Europe/Paris
6426895	Verdun-en-Lauragais	verdun-en-lauragais			FR	76	11	111	11407	276	Europe/Paris
6426896	Verzeille	verzeille	Verzeille		FR	76	11	111	11408	494	Europe/Paris
6426897	Vignevieille	vignevieille	Vignevieille		FR	76	11	113	11409	103	Europe/Paris
6426898	Villalier	villalier	Vilalier,Vilalièr,Villal'e,Villalier,wei la li ye,Виллалье,Віллальє,维拉利耶		FR	76	11	111	11410	1021	Europe/Paris
6426899	Villanière	villaniere	Vilaniera,Vilanièra,Villan'er,Villaniere,Villanière,wei la ni ai,Вилланьер,Вілланьєр,维拉尼埃		FR	76	11	111	11411	137	Europe/Paris
6426900	Villardebelle	villardebelle	Villardebelle		FR	76	11	112	11412	51	Europe/Paris
6426901	Villardonnel	villardonnel	Vilardonel,Vilardonèl,Villardonnel,Villardonnel',wei la er duo nei,Виллардоннель,Віллардоннель,维拉尔多内		FR	76	11	111	11413	500	Europe/Paris
6426902	Villar-en-Val	villar-en-val	Le Vilar de Danha,Le Vilar en Val,Villar-an-Val',Villar-en-Val,wa de qu wei la,Виллар-ан-Валь,Віллар-ан-Валь,瓦地区维拉		FR	76	11	111	11414	26	Europe/Paris
6426903	Villar-Saint-Anselme	villar-saint-anselme	Villar-Saint-Anselme		FR	76	11	112	11415	114	Europe/Paris
6426904	Villarzel-Cabardès	villarzel-cabardes	Villarzel-Cabardes,Villarzel-Cabardès		FR	76	11	111	11416	233	Europe/Paris
6426905	Villarzel-du-Razès	villarzel-du-razes	Villarzel-du-Razes,Villarzel-du-Razès		FR	76	11	112	11417	109	Europe/Paris
6426906	Villasavary	villasavary	Le Vilar,Le Vilar de Fanjaus,Villasavari,Villasavary,Villazavari,wei la sa wa li,Виллазавари,Вилласавари,Віллазаварі,维拉萨瓦里		FR	76	11	111	11418	1219	Europe/Paris
6426907	Villautou	villautou	Villautou		FR	76	11	111	11419	63	Europe/Paris
6426908	Villebazy	villebazy	Villebazy		FR	76	11	112	11420	128	Europe/Paris
6426909	Villedaigne	villedaigne	Villedaigne		FR	76	11	113	11421	509	Europe/Paris
6426910	Villedubert	villedubert	Vil'djuber,Viladubert,Viladubèrt,Villedubert,wei lei di bei er,Вильдюбер,Вільдюбер,维勒迪贝尔		FR	76	11	111	11422	344	Europe/Paris
6426911	Villefloure	villefloure	Villefloure		FR	76	11	111	11423	170	Europe/Paris
6426912	Villegailhenc	villegailhenc	Villegailhenc		FR	76	11	111	11425	1695	Europe/Paris
6426913	Villegly	villegly			FR	76	11	111	11426	1110	Europe/Paris
6426914	Villelongue-d'Aude	villelongue-d-aude	Villelongue-d'Aude		FR	76	11	112	11427	306	Europe/Paris
6426915	Villemoustaussou	villemoustaussou	Vil'mustossu,Vilamostausson,Villemoustaussou,wei lai mu si tuo su,Вильмустоссу,Вільмустоссу,维莱穆斯托苏		FR	76	11	111	11429	4389	Europe/Paris
6426916	Villeneuve-la-Comptal	villeneuve-la-comptal	Villeneuve-la-Comptal		FR	76	11	111	11430	1278	Europe/Paris
6426917	Villeneuve-les-Corbières	villeneuve-les-corbieres	Villeneuve-les-Corbieres,Villeneuve-les-Corbières		FR	76	11	113	11431	244	Europe/Paris
6426918	Villeneuve-lès-Montréal	villeneuve-les-montreal	Villeneuve-les-Montreal,Villeneuve-lès-Montréal		FR	76	11	111	11432	286	Europe/Paris
6426919	Villeneuve-Minervois	villeneuve-minervois	Vil'nev-Minervua,Vil'njov-Minervua,Vilanava dels Canonges,Vilanava dels Canònges,Vilanova de Menerbes,Vilanòva de Menerbés,Villeneuve-Minervois,mi nei er wa xin cheng,Вильнев-Минервуа,Вильнёв-Минервуа,Вільнев-Мінервуа,米内尔瓦新城		FR	76	11	111	11433	1018	Europe/Paris
6426920	Villepinte	villepinte	Vil'pent,Vilapinta,Villepinte,bilpaengteu,wei lei pan te,Вильпент,Вільпент,维勒潘特,빌팽트		FR	76	11	111	11434	1316	Europe/Paris
6426921	Villerouge-Termenès	villerouge-termenes	Vil'ruzh-Termenes,Vila-roja,Vilaroja de Termenes,Vilaroja de Termenés,Villerouge-Termenes,Villerouge-Termenès,tai er mei nei hong cheng,Вильруж-Терменес,Вільруж-Терменес,泰尔梅内红城		FR	76	11	113	11435	143	Europe/Paris
6426922	Villesèque-des-Corbières	villeseque-des-corbieres	Vil'sek-de-Korb'er,Vil'sek-de-Korber,Vila-seca de las Corbieras,Vila-seca de las Corbièras,Vilaseca de las Corbieras,Vilaseca de las Corbièras,Villeseque-des-Corbieres,Villesèque-des-Corbières,wei lai sai qu ai dai ke er bi ai,Вильсек-де-Корбьер,Вільсек-де-Корбєр,维莱塞屈埃代科尔比埃		FR	76	11	113	11436	376	Europe/Paris
6426923	Villesiscle	villesiscle	Villesiscle		FR	76	11	111	11438	381	Europe/Paris
6426924	Villespy	villespy	Villespy		FR	76	11	111	11439	355	Europe/Paris
6426925	Villetritouls	villetritouls	Villetritouls		FR	76	11	111	11440	39	Europe/Paris
6426926	Vinassan	vinassan	Vinassan		FR	76	11	113	11441	2654	Europe/Paris
6426927	Firmi	firmi	Firmi,Firmin,fei er mi,Фирми,Фірмі,菲尔米		FR	76	12	123	12100	2411	Europe/Paris
6426928	Flagnac	flagnac	Flan'jak,Flanhac,fu la ni ya ke,Фланьяк,弗拉尼亚克		FR	76	12	123	12101	1060	Europe/Paris
6426929	Flavin	flavin	Flaven,Flavin,Flavinh,fu la wan,Флавен,弗拉万		FR	76	12	121	12102	2309	Europe/Paris
6426930	Florentin-la-Capelle	florentin-la-capelle	Floranten-la-Kapel',Florentin-la-Capelle,Florentinh,fu luo lang tan la ka pei er,Флорантен-ла-Капель,弗洛朗坦拉卡佩尔		FR	76	12	122	12103	279	Europe/Paris
6426931	Foissac	foissac	Fuassak,fu wa sa ke,Фуассак,富瓦萨克		FR	76	12	123	12104	465	Europe/Paris
6426932	Gabriac	gabriac	Gabriac,Gabriak,jia bu li a ke,Габриак,Габріак,加布里阿克		FR	76	12	122	12106	503	Europe/Paris
6426933	Gaillac-d'Aveyron	gaillac-d-aveyron	Gaillac-d'Aveyron		FR	76	12	122	12107	302	Europe/Paris
6426934	Galgan	galgan	Gal'gan,Galgan,Galganh,jia er gang,Гальган,加尔冈		FR	76	12	123	12108	366	Europe/Paris
6426935	Gissac	gissac	Gissac,Zhisak,Zhissak,ji sa ke,Жисак,Жиссак,吉萨克		FR	76	12	121	12109	105	Europe/Paris
6426936	Golinhac	golinhac	Golin'jak,Golinak,Golinhac,ge li na ke,Голинак,Голиньяк,Голінак,戈利纳克		FR	76	12	122	12110	343	Europe/Paris
6426937	Goutrens	goutrens	Gotrens,Goutrens,Gutran,gu te lang,Гутран,古特朗		FR	76	12	123	12111	516	Europe/Paris
6426939	Gramond	gramond	Gramond		FR	76	12	123	12113	490	Europe/Paris
6426942	Lacroix-Barrez	lacroix-barrez	La Crotz,Lacroix-Barrez,Lakrua-Barres,Lakrua-Barrez,la ke lu wa ba er lei,lakrwyy-baryz,Лакруа-Баррез,Лакруа-Баррес,لاکروئی-باریز,拉克鲁瓦巴尔雷		FR	76	12	122	12118	502	Europe/Paris
6426943	Laguiole	laguiole	La Guiola,La Guiòla,Lagiol',Laguiole,Lajol',la ji ao er,lagwywly,ragioru,Лагіоль,Лайоль,لاگویولی,ラギオール,拉吉奥尔		FR	76	12	122	12119	1239	Europe/Paris
6426944	Laissac-Sévérac l'Église	laissac-severac-l-eglise	Lessak,lai sa ke,laysak,Лессак,لائساک,莱萨克		FR	76	12	122	12120	2102	Europe/Paris
6426945	Lapanouse-de-Cernon	lapanouse-de-cernon	La Panosa,La Panosa de Sarnon,Lapanouse-de-Cernon,Lapanuz-de-Sernon,la pang wu si de sai er nong,lapanwsy-dy-kyrnwn,Лапануз-де-Сернон,لاپانوسی-دی-کیرنون,拉庞乌斯德塞尔农		FR	76	12	121	12122	121	Europe/Paris
6426946	Lassouts	lassouts	Lassouts		FR	76	12	122	12124	291	Europe/Paris
6426948	Lédergues	ledergues	Lederg,Ledergas,Ledergues,Ledèrgas,Lédergues,lai dai er gai,Ледерг,莱代尔盖		FR	76	12	121	12127	667	Europe/Paris
6426949	Lescure-Jaoul	lescure-jaoul	Lescure-Jaoul		FR	76	12	123	12128	233	Europe/Paris
6426950	Lestrade-et-Thouels	lestrade-et-thouels	LEstrada e Toels,Lestrad-e-Tuel',Lestrad-eh-Tuehl',Lestrade-et-Thouels,lai si te la de he tu ai er,Лестрад-е-Туель,Лестрад-э-Туэль,莱斯特拉德和图埃尔		FR	76	12	121	12129	487	Europe/Paris
6426951	Livinhac-le-Haut	livinhac-le-haut	Livinhac-le-Haut		FR	76	12	123	12130	1148	Europe/Paris
6426952	Lunac	lunac	Ljunak,Lunac,lu na ke,Люнак,吕纳克		FR	76	12	123	12135	431	Europe/Paris
6426953	Maleville	maleville	Mal'vil',Malavila,Malevil',ma lei wei er,Малевіль,Мальвиль,马勒维尔		FR	76	12	123	12136	966	Europe/Paris
6426954	Manhac	manhac	Manhac		FR	76	12	123	12137	809	Europe/Paris
6426955	Marcillac-Vallon	marcillac-vallon	Marcilhac,Marsijak-Vallon,ma er xi la ke wa long,marushiyakku=vu~aron,Марсийак-Валлон,Марсіяк-Валлон,マルシヤック＝ヴァロン,马尔西拉克瓦隆		FR	76	12	122	12138	1689	Europe/Paris
6426956	Marnhagues-et-Latour	marnhagues-et-latour	Marn'jag-eh-Latur,Marnag-e-Latur,Marnhagas e la Tor,ma er na gai he la tu,Марнаг-е-Латур,Марньяг-э-Латур,马尔纳盖和拉图		FR	76	12	121	12139	133	Europe/Paris
6426957	Martiel	martiel	Marciel,Marcièl,Mart'el',Martiel,ma er di ye,marutieru,Мартьель,Мартьєль,マルティエル,马尔蒂耶		FR	76	12	123	12140	1023	Europe/Paris
6426958	Martrin	martrin	Martren,Martrin,Martrinh,ma er te lan,Мартрен,马尔特兰		FR	76	12	121	12141	230	Europe/Paris
6426959	Mayran	mayran	Mairanh,Mayran,Meran,mai lang,Меран,迈朗		FR	76	12	123	12142	634	Europe/Paris
6426960	Mélagues	melagues	Melag,Melagas,mei la gai,Мелаг,梅拉盖		FR	76	12	121	12143	60	Europe/Paris
6426961	Meljac	meljac	Meljac		FR	76	12	123	12144	134	Europe/Paris
6426962	Millau	millau			FR	76	12	121	12145	22200	Europe/Paris
6426963	Montagnol	montagnol	Montan'ol',Montanhol,Montanhòl,meng ta ni ao,Монтаньоль,蒙塔尼奥		FR	76	12	121	12147	129	Europe/Paris
6426964	Montbazens	montbazens	Monbazan,Montbasens,Montbazens,meng te ba cang,Монбазан,蒙特巴藏		FR	76	12	123	12148	1393	Europe/Paris
6426965	Montézic	montezic	Montezic,Montézic		FR	76	12	122	12151	232	Europe/Paris
6426966	Montfranc	montfranc	Montfranc		FR	76	12	121	12152	125	Europe/Paris
6426967	Montjaux	montjaux	Montjaux		FR	76	12	121	12153	394	Europe/Paris
6426968	Fondamente	fondamente	Fondamant,Fondamenta,Fondamente,feng da mang te,Фондамант,丰达芒特		FR	76	12	121	12155	324	Europe/Paris
6426969	Montpeyroux	montpeyroux	Monpejru,Monperu,Mont Peiros,Mont Peirós,Montpeiros,Montpeirós,Montpeyroux,meng te pei lu,Монпейру,Монперу,蒙特佩鲁		FR	76	12	122	12156	546	Europe/Paris
6426970	Montsalès	montsales	Monsale,Monsales,Montsales,Montsalès,Montsalés,meng te sa lai,Монсале,Монсалес,蒙特萨莱		FR	76	12	123	12158	325	Europe/Paris
6426971	Morlhon-le-Haut	morlhon-le-haut	Morlhon,Morlon-le-O,mo er yong lai ao,Морлон-ле-О,莫尔永莱奥		FR	76	12	123	12159	561	Europe/Paris
6426972	Mostuéjouls	mostuejouls	Mostjuehzhul',Mostjuezhul',Mostuejols,Mostuejouls,Mostuèjols,Mostuéjouls,mo si di ai ru er,Мостюежуль,Мостюэжуль,莫斯蒂埃茹尔		FR	76	12	121	12160	314	Europe/Paris
6426973	Mouret	mouret	Moret,Moret de Dordon,Mouret,Mure,mu lei,Муре,穆雷		FR	76	12	122	12161	536	Europe/Paris
6426974	Moyrazès	moyrazes	Moirases,Moirasés,Muajraze,Muarazes,mu wa la ze,Муайразе,Муаразес,穆瓦拉泽		FR	76	12	123	12162	1133	Europe/Paris
6426975	Murasson	murasson	Mjurasson,Muracon,Murasson,Muraçon,mi la song,Мюрассон,米拉松		FR	76	12	121	12163	186	Europe/Paris
6426976	Mur-de-Barrez	mur-de-barrez			FR	76	12	122	12164	788	Europe/Paris
6426977	Muret-le-Château	muret-le-chateau	Mjure-le-Shato,Muret,Muret-le-Chateau,Muret-le-Château,mi lei lai sha tuo,Мюре-ле-Шато,米雷莱沙托		FR	76	12	122	12165	346	Europe/Paris
6426978	Murols	murols			FR	76	12	122	12166	111	Europe/Paris
6426979	Nant	nant	Nan,Nant,nan cun,Нан,Нант,楠村		FR	76	12	121	12168	984	Europe/Paris
6426980	Naussac	naussac	Naucac,Naussac,Nauçac,Nossak,nuo sa ke,Носсак,诺萨克		FR	76	12	123	12170	370	Europe/Paris
6426981	Nauviale	nauviale	Nauviale,Nouviala,Nov'jal',Novjal',Nòuviala,nuo wei a er,Новьяль,Новяль,诺维阿尔		FR	76	12	122	12171	532	Europe/Paris
6426982	Olemps	olemps	Olemps		FR	76	12	122	12174	3381	Europe/Paris
6426983	Onet-le-Château	onet-le-chateau			FR	76	12	122	12176	11972	Europe/Paris
6426984	Palmas d'Aveyron	palmas-d-aveyron	Pal'ma,Pal'mas,Palmas,Palmàs,pa er ma,Пальма,Пальмас,帕尔马		FR	76	12	122	12177	1027	Europe/Paris
6426985	Paulhe	paulhe	Paulhe		FR	76	12	121	12178	397	Europe/Paris
6426986	Peux-et-Couffouleux	peux-et-couffouleux			FR	76	12	121	12179	89	Europe/Paris
6426987	Peyreleau	peyreleau	Peyreleau		FR	76	12	121	12180	74	Europe/Paris
6426988	Peyrusse-le-Roc	peyrusse-le-roc	Peirussa,Pejrjuss-le-Rok,Perjus-le-Rok,pei lu si lai luo ke,Пейрюсс-ле-Рок,Перюс-ле-Рок,佩吕斯莱罗克		FR	76	12	123	12181	234	Europe/Paris
6426989	Pomayrols	pomayrols	Pomayrols		FR	76	12	122	12184	122	Europe/Paris
6426990	Pont-de-Salars	pont-de-salars	Pont-de-Salars		FR	76	12	121	12185	1656	Europe/Paris
6426991	Pousthomy	pousthomy	Postomis,Postòmis,Pustomi,pu si tuo mi,Пустоми,Пустомі,普斯托米		FR	76	12	121	12186	212	Europe/Paris
6426992	Prades-d'Aubrac	prades-d-aubrac	Prades-d'Aubrac		FR	76	12	122	12187	398	Europe/Paris
6426993	Prades-Salars	prades-salars			FR	76	12	121	12188	304	Europe/Paris
6426994	Pradinas	pradinas	Pradinas		FR	76	12	123	12189	363	Europe/Paris
6426995	Mounes-Prohencoux	mounes-prohencoux	Mones Proencos,Mones e Proencos,Monés Proencós,Monés e Proencós,Mounes-Prohencoux,Mun-Proanku,mu nei pu luo ang ku,Мун-Проанку,穆内普罗昂库		FR	76	12	121	12192	184	Europe/Paris
6426996	Pruines	pruines	Pruines		FR	76	12	122	12193	303	Europe/Paris
6426997	Quins	quins	Ken,Quinc,Quins,Quinç,qu an,Кен,屈安		FR	76	12	123	12194	839	Europe/Paris
6426998	Rebourguil	rebourguil	Reborguil,Rebourguil,Reburgil',lei bu er ji,Ребургиль,Ребургіль,雷布尔吉		FR	76	12	121	12195	283	Europe/Paris
6427000	Réquista	requista	Requista,Réquista		FR	76	12	121	12197	2007	Europe/Paris
6427001	Rieupeyroux	rieupeyroux	R'joperu,Repejru,Rieupeyroux,Riupeiros,Riupeirós,li ye yu pei lu,Рьёперу,Рєпейру,里耶于佩鲁		FR	76	12	123	12198	1986	Europe/Paris
6427002	Rivière-sur-Tarn	riviere-sur-tarn	Ribieira,Ribieira de Tarn,Ribièira,Ribièira de Tarn,Riv'er-sjur-Tarn,River-sjur-Tarn,Riviere-sur-Tarn,Rivière-sur-Tarn,ta er en he pan li wei ai,Ривьер-сюр-Тарн,Ривєр-сюр-Тарн,塔尔恩河畔里维埃		FR	76	12	121	12200	1050	Europe/Paris
6427003	Rodez	rodez	Rodez		FR	76	12	122	12202	23739	Europe/Paris
6427004	Roquefort-sur-Soulzon	roquefort-sur-soulzon	Rocafort,Rokfor-sjur-Sul'zon,Roquefort-sur-Soulzon,Ròcafòrt,rokkuforu=shuru=suruzon,rwqpwr-swr-swlzwn,su er zong he pan luo qu ai fu er,Рокфор-сюр-Сульзон,רוקפור-סור-סולזון,ロックフォール＝シュール＝スールゾン,苏尔宗河畔罗屈埃福尔		FR	76	12	121	12203	572	Europe/Paris
6427005	Roussennac	roussennac	Roussennac		FR	76	12	123	12206	623	Europe/Paris
6427006	Rullac-Saint-Cirq	rullac-saint-cirq	Rjullak-Sen-Sirk,Rullac-Saint-Cirq,Rutlac,lu la ke sheng xi er,Рюллак-Сен-Сирк,Рюллак-Сен-Сірк,吕拉克圣西尔		FR	76	12	121	12207	347	Europe/Paris
6427007	Saint-Amans-des-Cots	saint-amans-des-cots	Saint-Amans-des-Cots		FR	76	12	122	12209	758	Europe/Paris
6427009	Saint-André-de-Vézines	saint-andre-de-vezines	Saint-Andre-de-Vezines,Saint-André-de-Vézines		FR	76	12	121	12211	134	Europe/Paris
6427010	Saint-Beaulize	saint-beaulize	Saint-Beaulize,Sen-Boliz,Sent Baulise,sheng bo li ci,Сен-Болиз,Сен-Боліз,سینٹ-بولیزے,圣博利兹		FR	76	12	121	12212	94	Europe/Paris
6427011	Saint-Beauzély	saint-beauzely	Saint-Beauzely,Saint-Beauzély		FR	76	12	121	12213	584	Europe/Paris
6427012	Saint-Chély-d'Aubrac	saint-chely-d-aubrac			FR	76	12	122	12214	538	Europe/Paris
6427013	Saint-Christophe-Vallon	saint-christophe-vallon	Saint-Christophe-Vallon,Sen-Kristof-Vallon,Sent Cristofa,Sent Cristòfa,sheng ke li si tuo fu wa long,Сен-Кристоф-Валлон,سینٹ-کروسٹوفے-والوں,圣克里斯托夫瓦隆		FR	76	12	122	12215	1137	Europe/Paris
6427014	Saint-Côme-d'Olt	saint-come-d-olt			FR	76	12	122	12216	1342	Europe/Paris
6427016	Sainte-Eulalie-d'Olt	sainte-eulalie-d-olt			FR	76	12	122	12219	376	Europe/Paris
6427017	Sainte-Eulalie-de-Cernon	sainte-eulalie-de-cernon			FR	76	12	121	12220	286	Europe/Paris
6427018	Saint-Félix-de-Lunel	saint-felix-de-lunel	Sant Falic,Sant Faliç,Sen-Feli-de-Ljunel',Sen-Feliks-de-Ljunel',Sent Falic,Sent Faliç,sheng fei li de lu nei,Сен-Фели-де-Люнель,Сен-Фелікс-де-Люнель,سینٹ-فیلکس-دے-لنیل,圣费利德吕内		FR	76	12	122	12221	358	Europe/Paris
6427019	Saint-Félix-de-Sorgues	saint-felix-de-sorgues	Saint-Felix-de-Sorgues,Saint-Félix-de-Sorgues,Sant Falic,Sant Faliç,Sen-Feli-de-Sorg,Sen-Feliks-de-Sorg,Sent Falic de Sorgas,Sent Faliç de Sòrgas,sheng fei li de suo er gai,Сен-Фели-де-Сорг,Сен-Фелікс-де-Сорг,سینٹ-فیلکس-دے-سورگیس,圣费利德索尔盖		FR	76	12	121	12222	225	Europe/Paris
6427020	Argences en Aubrac	argences-en-aubrac	Argences en Aubrac		FR	76	12	122	12223	1671	Europe/Paris
6427021	Saint Geniez d'Olt et d'Aubrac	saint-geniez-d-olt-et-d-aubrac	Saint Geniez d'Olt et d'Aubrac		FR	76	12	122	12224	2198	Europe/Paris
6427022	Saint-Georges-de-Luzençon	saint-georges-de-luzencon	Saint-Georges-de-Luzencon,Saint-Georges-de-Luzençon,Sen-Zhorzh-de-Ljuzanson,Sent Jordi,Sent Jòrdi,sheng ruo er re de lu cang song,Сен-Жорж-де-Люзансон,سینٹ-گیورگس-دے-لزنکون,圣若尔热德吕藏松		FR	76	12	121	12225	1621	Europe/Paris
6427023	Saint-Igest	saint-igest			FR	76	12	123	12227	196	Europe/Paris
6427024	Saint-Izaire	saint-izaire	Saint-Izaire,Sent Eseri,Sent Esèri,Sent-Izer,sheng yi ze er,Сент-Ізер,Сент-Изер,سینٹ-ازیرے,圣伊泽尔		FR	76	12	121	12228	305	Europe/Paris
6427025	Saint-Jean-d'Alcapiès	saint-jean-d-alcapies			FR	76	12	121	12229	257	Europe/Paris
6427026	Saint-Jean-Delnous	saint-jean-delnous	Sant Joan del Nos,Sen-Zhan-Del'nu,Sent Joan del Nos,sheng rang dai er nu,Сен-Жан-Дельну,سینٹ-ژاں -دلنوس,圣让代尔努		FR	76	12	121	12230	426	Europe/Paris
6427027	Saint-Jean-du-Bruel	saint-jean-du-bruel			FR	76	12	121	12231	686	Europe/Paris
6427028	Saint-Jean-et-Saint-Paul	saint-jean-et-saint-paul	Saint-Jean-et-Saint-Paul		FR	76	12	121	12232	277	Europe/Paris
6427029	Sainte-Juliette-sur-Viaur	sainte-juliette-sur-viaur	Sainte-Juliette-sur-Viaur,Sent-Zhjul'et-sjur-V'or,Sent-Zhul'ett-sjur-Vjor,Senta Jaleda,wei ao he pan sheng rui li ye te,Сент-Жульєтт-сюр-Вйор,Сент-Жюльет-сюр-Вьор,سین-جلتے-سر-ویور,维奥河畔圣瑞利耶特		FR	76	12	123	12234	591	Europe/Paris
6427030	Saint-Just-sur-Viaur	saint-just-sur-viaur	Saint-Just-sur-Viaur,Sen-Zhjust-sjur-V'or,Sen-Zhust-sjur-Vjor,Sent Just,Sent Just de Viaur,wei ao he pan sheng rui si,Сен-Жуст-сюр-Вйор,Сен-Жюст-сюр-Вьор,سینٹ-جست-سر-ویور,维奥河畔圣瑞斯		FR	76	12	123	12235	211	Europe/Paris
6427031	Saint-Laurent-de-Lévézou	saint-laurent-de-levezou	Saint-Laurent-de-Levezou,Saint-Laurent-de-Lévézou,Sen-Loran-de-Levezu,Sent Laurenc de Leveson,Sent Laurenç de Leveson,sheng luo lang de lai wei zu,Сен-Лоран-де-Левезу,سینٹ-لارنٹ-دے-لوزو,圣洛朗德莱韦祖		FR	76	12	121	12236	154	Europe/Paris
6427033	Saint-Léons	saint-leons			FR	76	12	121	12238	398	Europe/Paris
6427081	Villefranche-de-Rouergue	villefranche-de-rouergue	Villefranche-de-Rouergue		FR	76	12	123	12300	11894	Europe/Paris
6427998	Meursac	meursac	Meursac		FR	75	17	174	17232	1469	Europe/Paris
6427034	Saint-Martin-de-Lenne	saint-martin-de-lenne	Saint-Martin-de-Lenne,Sen-Marten-de-Len,Sen-Marten-de-Lenn,Sent Martin,Sent Martin de Lenna,sheng ma dan de lang,Сен-Мартен-де-Лен,Сен-Мартен-де-Ленн,سینٹ-مارٹن-دے-لانے,圣马丹德朗		FR	76	12	122	12239	295	Europe/Paris
6427035	Saint-Parthem	saint-parthem	Saint-Parthem,Sen-Partan,Sen-Partem,Sent Partem,Sent Partèm,sheng pa er tang,Сен-Партан,Сен-Партем,سینٹ-پرتھم,圣帕尔唐		FR	76	12	123	12240	408	Europe/Paris
6427036	Saint-Rémy	saint-remy	Saint-Remy,Saint-Rémy		FR	76	12	123	12242	326	Europe/Paris
6427037	Saint-Rome-de-Cernon	saint-rome-de-cernon	Saint-Rome-de-Cernon,Sen-Rom-de-Sernon,Sent Roma de Sarnon,Sent Roman de Sarnon,sheng long de sai er nong,Сен-Ром-де-Сернон,سین-روم-دے-کرنون,圣龙德塞尔农		FR	76	12	121	12243	895	Europe/Paris
6427038	Saint-Rome-de-Tarn	saint-rome-de-tarn	Saint-Rome-de-Tarn,Sant Roma de Tarn,Sen-Rom-de-Tarn,Sent Roman de Tarn,sheng long de ta er en,Сен-Ром-де-Тарн,سین-روم-دے-ترن,圣龙德塔尔恩		FR	76	12	121	12244	872	Europe/Paris
6427040	Saint-Saturnin-de-Lenne	saint-saturnin-de-lenne	Sen-Satjurnen-de-Len,Sen-Satjurnen-de-Lenn,Sent Adornin,Sent Adornin de Lenna,sheng sa di er nan de lang,Сен-Сатюрнен-де-Лен,Сен-Сатюрнен-де-Ленн,سین-سترنین-دے-لانے,圣萨蒂尔南德朗		FR	76	12	122	12247	302	Europe/Paris
6427041	Saint-Sernin-sur-Rance	saint-sernin-sur-rance	Saint-Sernin-sur-Rance,Sen-Sernen-sjur-Rans,Sent Sarnin,Sent Sarnin de Rance,lang ke he pan sheng sai er nan,Сен-Сернен-сюр-Ранс,سین-سرنین-سور-رانکے,朗克河畔圣塞尔南		FR	76	12	121	12248	628	Europe/Paris
6427042	Saint-Sever-du-Moustier	saint-sever-du-moustier	Saint-Sever-du-Moustier,Sen-Seve-dju-Mut'e,Sen-Sever-dju-Mut'e,Sent Sever,sheng se wei di mu si di ye,Сен-Севе-дю-Мутьє,Сен-Север-дю-Мутье,سین-سور-دو-موسٹیر,圣瑟韦迪穆斯蒂耶		FR	76	12	121	12249	203	Europe/Paris
6427043	Saint-Symphorien-de-Thénières	saint-symphorien-de-thenieres	Sant Aforian,Sen-Semforjan-de-Ten'er,Sen-Simfor'en-de-Ten'er,Sent Aforians,sheng xi mu fu li an de tai ni ai,Сен-Семфорян-де-Теньєр,Сен-Симфорьен-де-Теньер,圣西姆福里安德泰尼埃		FR	76	12	122	12250	213	Europe/Paris
6427044	Saint-Victor-et-Melvieu	saint-victor-et-melvieu	Saint-Victor-et-Melvieu,Sant Victor e Malviu,Sen-Viktor-e-Mel've,Sen-Viktor-eh-Mel'v'jo,Sent Victor e Melviu,sheng wei ke tuo he mei er wei e,Сен-Виктор-э-Мельвьё,Сен-Віктор-е-Мельвє,圣维克托和梅尔维厄		FR	76	12	121	12251	371	Europe/Paris
6427045	Salles-Courbatiès	salles-courbaties	Salles-Courbaties,Salles-Courbatiès		FR	76	12	123	12252	409	Europe/Paris
6427046	Salles-Curan	salles-curan	Salles-Curan		FR	76	12	121	12253	1050	Europe/Paris
6427047	Salles-la-Source	salles-la-source	Salles-la-Source		FR	76	12	122	12254	2200	Europe/Paris
6427048	Salmiech	salmiech	Sal'm'esh,Sal'mesh,Salmiech,Salmieg,Salmièg,Saumieg,Saumièg,sa er mi ye ke,Сальмьеш,Сальмєш,萨尔米耶克		FR	76	12	121	12255	765	Europe/Paris
6427050	Sanvensa	sanvensa	Sant Vensan,Sanvansa,Sanvensa,Sent Vencan,Sent Vençan,sang wang sa,Санванса,桑旺萨		FR	76	12	123	12259	658	Europe/Paris
6427051	Sauclières	sauclieres	Sauclieiras,Sauclieres,Sauclièiras,Sauclières,Sokl'er,Soklier,suo ke li ai,Соклиер,Сокльєр,索克利埃		FR	76	12	121	12260	159	Europe/Paris
6427052	Saujac	saujac	Saujac		FR	76	12	123	12261	127	Europe/Paris
6427053	Sauveterre-de-Rouergue	sauveterre-de-rouergue	Sauveterre-de-Rouergue		FR	76	12	123	12262	810	Europe/Paris
6427054	Sébazac-Concourès	sebazac-concoures	Sebazac-Concoures,Sébazac-Concourès		FR	76	12	122	12264	3235	Europe/Paris
6427055	Sébrazac	sebrazac	Sebrasac,Sebrazak,sai bu la zha ke,Себразак,塞布拉扎克		FR	76	12	122	12265	506	Europe/Paris
6427056	Sénergues	senergues	Senerg,Senergas,Senergues,Senèrgas,Sénergues,sai nei er gai,Сенерг,塞内尔盖		FR	76	12	122	12268	421	Europe/Paris
6427057	Sévérac d'Aveyron	severac-d-aveyron	Severac d'Aveyron,Sévérac d'Aveyron		FR	76	12	122	12270	4100	Europe/Paris
6427059	Soulages-Bonneval	soulages-bonneval			FR	76	12	122	12273	296	Europe/Paris
6427060	Sylvanès	sylvanes	Sylvanes,Sylvanès		FR	76	12	121	12274	109	Europe/Paris
6427062	Tauriac-de-Naucelle	tauriac-de-naucelle	Tauriac de Naucela,Tauriac de Naucèla,Tauriac-de-Naucelle,Tor'jak-de-Nosel',Toriak-de-Nosel',tuo li a ke de nuo sai er,Торьяк-де-Носель,Торіак-де-Носель,托里阿克德诺塞尔		FR	76	12	123	12276	369	Europe/Paris
6427063	Taussac	taussac	Taussac		FR	76	12	122	12277	510	Europe/Paris
6427064	Tayrac	tayrac			FR	76	12	123	12278	170	Europe/Paris
6427066	Toulonjac	toulonjac	Toulonjac		FR	76	12	123	12281	749	Europe/Paris
6427067	Tournemire	tournemire	Tornamira,Turnemir,tu er nei mi er,Турнемир,Турнемір,图尔内米尔		FR	76	12	121	12282	424	Europe/Paris
6427068	Trémouilles	tremouilles	Tremolhas,Tremouilles,Tremuj,Trémouilles,te lei mu yi lai,trmwyls,Тремуй,ترمویلس,特雷穆伊莱		FR	76	12	121	12283	505	Europe/Paris
6427070	Vabres-l'Abbaye	vabres-l-abbaye	Vabres-l'Abbaye		FR	76	12	121	12286	1190	Europe/Paris
6427072	Valady	valady	Valadi,Valadin,Valady,wa la di,Валади,Валаді,瓦拉迪		FR	76	12	122	12288	1509	Europe/Paris
6427073	Valzergues	valzergues	Valzergues		FR	76	12	123	12289	218	Europe/Paris
6427074	Vaureilles	vaureilles			FR	76	12	123	12290	510	Europe/Paris
6427075	Versols-et-Lapeyre	versols-et-lapeyre	Versol'-eh-Laper,Versol'z-e-Lapejr,Versols-et-Lapeyre,Verzols e La Peira,Verzols e la Peira,Verzòls e La Pèira,Verzòls e la Pèira,wei er suo er he la pei er,Версоль-э-Лапер,Версольз-е-Лапейр,韦尔索尔和拉佩尔		FR	76	12	121	12292	430	Europe/Paris
6427076	Veyreau	veyreau	Veyreau		FR	76	12	121	12293	140	Europe/Paris
6427077	Vézins-de-Lévézou	vezins-de-levezou	Vesinh,Vesinh de Leveson,Vezen-de-Levezu,Vezins-de-Levezou,Vézins-de-Lévézou,wei zan de lai wei zu,Везен-де-Левезу,韦赞德莱韦祖		FR	76	12	121	12294	655	Europe/Paris
6427078	Viala-du-Pas-de-Jaux	viala-du-pas-de-jaux	Viala-du-Pas-de-Jaux		FR	76	12	121	12295	98	Europe/Paris
6427079	Viala-du-Tarn	viala-du-tarn	Lo Vialar de Tarn,V'jala-dju-Tarn,Vjala-dju-Tarn,wei a la di ta er en,Вьяла-дю-Тарн,Вяла-дю-Тарн,维阿拉迪塔尔恩		FR	76	12	121	12296	478	Europe/Paris
6427080	Villefranche-de-Panat	villefranche-de-panat	Villefranche-de-Panat		FR	76	12	121	12299	717	Europe/Paris
6430787	Luray	luray	Luray		FR	24	28	283	28223	1574	Europe/Paris
6427082	Vimenet	vimenet	Vimne,wei mo nei,Вимне,Вімне,维默内		FR	76	12	122	12303	244	Europe/Paris
6427084	Viviez	viviez	Viv'e,Vive,Viviers,Viviez,Vivièrs,wei wei ye,Вивье,Вівє,维维耶		FR	76	12	123	12305	1277	Europe/Paris
6427085	Saint-Rémy-de-Provence	saint-remy-de-provence	Saint-Remy-de-Provence,Saint-Rémy-de-Provence		FR	93	13	132	13100	9612	Europe/Paris
6427086	Saint-Savournin	saint-savournin	Saint-Savournin		FR	93	13	133	13101	3338	Europe/Paris
6427087	Saint-Victoret	saint-victoret	Saint-Victoret		FR	93	13	134	13102	6587	Europe/Paris
6427088	Salon-de-Provence	salon-de-provence	Salon-de-Provence		FR	93	13	131	13103	45574	Europe/Paris
6427089	Sausset-les-Pins	sausset-les-pins	Sausset-les-Pins		FR	93	13	134	13104	7608	Europe/Paris
6427090	Sénas	senas	Senas,Sénas		FR	93	13	131	13105	7005	Europe/Paris
6427091	Septèmes-les-Vallons	septemes-les-vallons	Septem-le-Vallon,Septemes-les-Vallons,Septèmes-les-Vallons,Setem-le-Vallon,Seteme,sai pu tai mei lai wa long,Септем-ле-Валлон,Сетем-ле-Валлон,塞普泰梅莱瓦隆		FR	93	13	133	13106	10848	Europe/Paris
6427092	Simiane-Collongue	simiane-collongue	Simiane-Collongue		FR	93	13	131	13107	5561	Europe/Paris
6427093	Tarascon	tarascon	Tarasco,Tarascon,Tarascona,Tarascuni,Tarascó,Tarascón,Taraskon,ta la si kong,tarasukon,Тараскон,タラスコン,塔拉斯孔		FR	93	13	132	13108	15020	Europe/Paris
6427094	Vauvenargues	vauvenargues	Vauvenarga,Vauvenargues,Vovenarg,Vovenarnk,Vovnarg,waywnrgws  bwchs dwd rhn,wo wei na er gai,Βωβενάργκ,Вовенарг,Вовнарг,وائونرگوس، بوچس دود رهن,沃韦纳尔盖		FR	93	13	131	13111	1015	Europe/Paris
6427095	Velaux	velaux	Velaux		FR	93	13	131	13112	8783	Europe/Paris
6427096	Venelles	venelles	Venelles		FR	93	13	131	13113	8354	Europe/Paris
6427097	Ventabren	ventabren	Ventabren		FR	93	13	131	13114	5357	Europe/Paris
6427098	Vernègues	vernegues			FR	93	13	131	13115	1754	Europe/Paris
6427099	Verquières	verquieres	Verk'er,Verker,Verquiera,Verquieres,Verquières,wei er ji ai,Веркьер,Веркєр,韦尔基埃		FR	93	13	132	13116	826	Europe/Paris
6427100	Coudoux	coudoux			FR	93	13	131	13118	3698	Europe/Paris
6427101	Bretteville-sur-Laize	bretteville-sur-laize	Bretteville-sur-Laize,Brettvil'-sjur-Lez,Bretvil sir Lez,Bretvil'-sjur-Lez,lai ci he pan bu lei te wei er,Бретвил сир Лез,Бретвиль-сюр-Лез,Бреттвиль-сюр-Лез,Бреттвіль-сюр-Лез,莱兹河畔布雷特维尔		FR	28	14	142	14100	1844	Europe/Paris
6427102	Bretteville-sur-Odon	bretteville-sur-odon	Bretteville-sur-Odon		FR	28	14	142	14101	3759	Europe/Paris
6427104	Brucourt	brucourt	Brucourt		FR	28	14	143	14110	115	Europe/Paris
6427105	Bucéels	buceels	Bisel,Bjuseehl',Bjuseel',Buceels,Bucéels,bi sai ai er,Бисел,Бюсеель,Бюсеэль,比塞埃尔		FR	28	14	141	14111	385	Europe/Paris
6427108	Cabourg	cabourg			FR	28	14	143	14117	3657	Europe/Paris
6427109	Caen	caen	Cadomum,Cadum,Caen,Can,Caðum,Gorad Kan,Kaem,Kaen,Kan,Kana,Kanas,Kāna,k xng,ka,ka ang,kam,kan,kang,kyn,Καέν,Горад Кан,Кан,كا,کان,کین,कां,கன்,ก็อง,კანი,ካየን,カーン,卡昂,캉		FR	28	14	142	14118	105403	Europe/Paris
6427110	Cagny	cagny	Kan'i,Kani,Каньи,Каньї,Кањи		FR	28	14	142	14119	1830	Europe/Paris
6427111	Cahagnes	cahagnes	Cahagnes		FR	28	14	144	14120	1398	Europe/Paris
6427112	Cahagnolles	cahagnolles	Cahagnolles,Kaan'ol',Kanol,ka a ni ao lai,Кааньоль,Кањол,卡阿尼奥莱		FR	28	14	141	14121	254	Europe/Paris
6427113	Cairon	cairon	Cairon		FR	28	14	142	14123	1967	Europe/Paris
6427114	Cambes-en-Plaine	cambes-en-plaine	Cambes-en-Plaine,Kamb-an-Plen,Kan an Plen,kanbu=an=puren'nu,pu lan de qu kang bei,Камб-ан-Плен,Кан ан Плен,カンブ＝アン＝プレンヌ,普兰地区康贝		FR	28	14	142	14125	1707	Europe/Paris
6427115	Cambremer	cambremer	Kambreme,Kambremer,kang bu lei mei,Камбреме,Камбремер,康布雷梅		FR	28	14	143	14126	1356	Europe/Paris
6427116	Campagnolles	campagnolles	Campagnolles,Kampan'ol',Kampanol,kang pa ni ao lai,Кампаньоль,Кампањол,康帕尼奥莱		FR	28	14	144	14127	529	Europe/Paris
6427119	Campigny	campigny	Kampin'i,Kampini,kang pi ni,Кампиньи,Кампињи,Кампіньї,康皮尼		FR	28	14	141	14130	190	Europe/Paris
6427120	Canchy	canchy	Canchy,Kanshi,Канши,Канші		FR	28	14	141	14132	204	Europe/Paris
6427121	Carcagny	carcagny	Karkan'i,ka er ka ni,Карканьи,Карканьї,卡尔卡尼		FR	28	14	141	14135	284	Europe/Paris
6427122	Cardonville	cardonville	Cardonville,Kardonvil,Kardonvil',ka er dong wei er,Кардонвил,Кардонвиль,Кардонвіль,卡尔东维尔		FR	28	14	141	14136	109	Europe/Paris
6427123	Carpiquet	carpiquet	Carpiquet,Karpike,ka er pi qu ai,krpykh,Карпике,Карпіке,کرپیکه,卡尔皮屈埃		FR	28	14	142	14137	2468	Europe/Paris
6427124	Cartigny-l'Épinay	cartigny-l-epinay	Cartigny-l'Epinay,Cartigny-l'Épinay		FR	28	14	141	14138	301	Europe/Paris
6427126	Castillon-en-Auge	castillon-en-auge	Castellionum in Algia,Castillon-en-Auge,Kastijon an Ozh,Kastijon-an-Ozh,ao ge de qu ka si di long,Кастийон-ан-Ож,Кастијон ан Ож,Кастійон-ан-Ож,奥格地区卡斯蒂隆		FR	28	14	143	14141	167	Europe/Paris
6427128	Caumont-sur-Aure	caumont-sur-aure	Caumont-sur-Aure		FR	28	14	144	14143	2358	Europe/Paris
6427130	Cauvicourt	cauvicourt	Cauvicourt,Kovikur,ke wei ku er,Ковикур,Ковікур,科维库尔		FR	28	14	142	14145	498	Europe/Paris
6427131	Cauville	cauville	Cauville,Kovil,Kovil',ke wei er,Ковил,Ковиль,Ковіль,科维尔		FR	28	14	142	14146	161	Europe/Paris
6427132	Cernay	cernay	Cernay,Serne,sai er nai,Серне,塞尔奈		FR	28	14	143	14147	144	Europe/Paris
6427134	Cesny-aux-Vignes	cesny-aux-vignes	Cesny-aux-Vignes,Seni-o-Vin',sai si ni ao wei gai,Сени-о-Винь,Сені-о-Вінь,塞斯尼奥维盖		FR	28	14	142	14149	434	Europe/Paris
6427135	Cesny-les-Sources	cesny-les-sources	Cesny-les-Sources,Seni Boaz Albu,Seni-Bua-Al'bu,sai si ni bu wa a er bu,Сени Боаз Албу,Сени-Буа-Альбу,Сені-Буа-Альбу,塞斯尼布瓦阿尔布		FR	28	14	142	14150	1328	Europe/Paris
6427141	Chouain	chouain	Chouain,Shuehn,Shuen,Шуен,Шуэн		FR	28	14	141	14159	226	Europe/Paris
6427142	Cintheaux	cintheaux	Cintheaux,Sento,sang tuo,Сенто,桑托		FR	28	14	142	14160	192	Europe/Paris
6427346	Moyaux	moyaux	Moyaux,Muajo,mu wa ao,Муайо,穆瓦奥		FR	28	14	143	14460	1352	Europe/Paris
6427143	Clarbec	clarbec	Clarbec,Klarbek,ke la er bei ke,kurarubekku,Кларбек,クラルベック,克拉尔贝克		FR	28	14	143	14161	367	Europe/Paris
6427144	Clécy	clecy	Clecy,Clécy,Klesi,ke lai xi,Клеси,Клесі,克莱西		FR	28	14	142	14162	1259	Europe/Paris
6427145	Cléville	cleville	Cleville,Cléville,Klevil,Klevil',kurevu~iru,Клевил,Клевиль,Клевіль,クレヴィル		FR	28	14	142	14163	372	Europe/Paris
6427147	Colleville-sur-Mer	colleville-sur-mer	Colleville-sur-Mer,Kol'vil'-sjur-Mer,Kolvil na Moru,bin hai ke lei wei er,kwlwyl-swr-mr,Колвил на Мору,Кольвиль-сюр-Мер,Кольвіль-сюр-Мер,کولویل-سور-مر,滨海科勒维尔		FR	28	14	141	14165	176	Europe/Paris
6427148	Colleville-Montgomery	colleville-montgomery	Colleville-Montgomery		FR	28	14	142	14166	2378	Europe/Paris
6427149	Colombelles	colombelles	Colombelles		FR	28	14	142	14167	6769	Europe/Paris
6427150	Colombières	colombieres	Colombieres,Colombières,Kolomb'er,Kolomber,Kolombjer,ke long bi ai,Коломбьер,Коломбєр,Коломбјер,科隆比埃		FR	28	14	141	14168	211	Europe/Paris
6427151	Colombiers-sur-Seulles	colombiers-sur-seulles	Colombiers-sur-Seulles,Kolomb'e-sjur-Sel',Kolomb'e-sjur-Sjol',Kolombe-sjur-Sel',Kolombjer sir Sel,koronbieru=shuru=suru,se lai he pan ke long bi ye er,Коломбье-сюр-Сель,Коломбье-сюр-Сёль,Коломбє-сюр-Сель,Коломбјер сир Сел,コロンビエール＝シュル＝スル,瑟莱河畔科隆比耶尔		FR	28	14	141	14169	166	Europe/Paris
6427153	Combray	combray	Combray,Kombre,kong bu lai,kwmbrh,Комбре,کومبره,کومبرے,孔布赖		FR	28	14	142	14171	150	Europe/Paris
6427154	Commes	commes			FR	28	14	141	14172	400	Europe/Paris
6427156	Condé-sur-Seulles	conde-sur-seulles	Conde-sur-Seulles,Condé-sur-Seulles,Konde sir Sel,Konde-sjur-Sel',Konde-sjur-Sjol',se lai he pan kong dai,Конде сир Сел,Конде-сюр-Сель,Конде-сюр-Сёль,瑟莱河畔孔代		FR	28	14	141	14175	297	Europe/Paris
6427158	Coquainvilliers	coquainvilliers	Coquainvilliers		FR	28	14	143	14177	859	Europe/Paris
6427159	Cordebugle	cordebugle	Cordebugle,Kordbigl,Kordebjugl',ke er dai bi ge er,korudobyuguru,Кордбигл,Кордебюгль,コルドビュグル,科尔代比格尔		FR	28	14	143	14179	150	Europe/Paris
6427161	Cormolain	cormolain	Kormolen,ke er mo lan,Кормолен,科尔莫兰		FR	28	14	141	14182	415	Europe/Paris
6427162	Cossesseville	cossesseville	Kossessvil',Kossesvil',ke se se wei er,Коссесвиль,Коссессвиль,Коссессвіль,科瑟瑟维尔		FR	28	14	142	14183	96	Europe/Paris
6427163	Cottun	cottun	Kotten,Kottjon,ke tan,kottan,Коттен,Коттён,コッタン,科坦		FR	28	14	141	14184	215	Europe/Paris
6427168	Courseulles-sur-Mer	courseulles-sur-mer	Courseulles-sur-Mer,Kursel na Moru,Kursel'-sjur-Mer,Kursjol'-sjur-Mer,bin hai ku er se lai,Курсел на Мору,Курсель-сюр-Мер,Курсёль-сюр-Мер,滨海库尔瑟莱		FR	28	14	142	14191	4156	Europe/Paris
6427169	Courtonne-la-Meurdrac	courtonne-la-meurdrac	Courtonne-la-Meurdrac,Kurton la Merdrak,Kurton-la-Mjordrak,Kurtonn-la-Merdrak,ku er tong la mo er de la ke,kuruton'nu=ra=murudorakku,Куртон ла Мердрак,Куртон-ла-Мёрдрак,Куртонн-ла-Мердрак,クルトンヌ＝ラ＝ムルドラック,库尔通拉默尔德拉克		FR	28	14	143	14193	660	Europe/Paris
6427170	Crépon	crepon	Crepon,Crépon		FR	28	14	141	14196	218	Europe/Paris
6427171	Cresserons	cresserons	Kreseron,Kresron,Kresseron,ke lei se long,Кресерон,Кресрон,Крессерон,克雷瑟龙		FR	28	14	142	14197	1158	Europe/Paris
6427172	Cresseveuille	cresseveuille	Cresseveuille		FR	28	14	143	14198	261	Europe/Paris
6427173	Creully sur Seulles	creully-sur-seulles	Creully sur Seulles		FR	28	14	141	14200	2325	Europe/Paris
6427174	Cricqueville-en-Auge	cricqueville-en-auge	Cricqueville-en-Auge,Krikvil an Ozh,Krikvil'-an-Ozh,ao ge de qu ke li qu ai wei er,Криквил ан Ож,Криквиль-ан-Ож,Криквіль-ан-Ож,奥格地区克里屈埃维尔		FR	28	14	143	14203	185	Europe/Paris
6427175	Cricqueville-en-Bessin	cricqueville-en-bessin	Cricqueville-en-Bessin,Krikvil an Besen,Krikvil'-an-Bessen,bei sang de qu ke li qu ai wei er,Криквил ан Бесен,Криквиль-ан-Бессен,Криквіль-ан-Бессен,贝桑地区克里屈埃维尔		FR	28	14	141	14204	193	Europe/Paris
6427176	Cristot	cristot	Cristot,Kristo,ke li si tuo,Кристо,克里斯托		FR	28	14	141	14205	211	Europe/Paris
6427177	Crocy	crocy	Crocy,Krosi,ke luo xi,Кроси,Кросі,克罗西		FR	28	14	142	14206	314	Europe/Paris
6427179	Crouay	crouay	Crouay,Krue,Krueh,ke lu ai,Круе,Круэ,克鲁艾		FR	28	14	141	14209	538	Europe/Paris
6427180	Culey-le-Patry	culey-le-patry	Culey-le-Patry,Kile le Patri,Kjule-le-Patri,qu lai lai pa te li,Киле ле Патри,Кюле-ле-Патри,Кюле-ле-Патрі,屈莱莱帕特里		FR	28	14	142	14211	354	Europe/Paris
6427182	Cussy	cussy	Cussy,Kisi,Kjussi,qu xi,Киси,Кюсси,Кюссі,屈西		FR	28	14	141	14214	183	Europe/Paris
6427183	Cuverville	cuverville	Kivervil,Kjuvervil',qu wei er wei er,Кивервил,Кювервиль,Кювервіль,屈韦尔维尔		FR	28	14	142	14215	2095	Europe/Paris
6427184	Damblainville	damblainville	Damblenvil,Damblenvil',danburan'vu~iru,dang bu lan wei er,Дамбленвил,Дамбленвиль,Дамбленвіль,ダンブランヴィル,当布兰维尔		FR	28	14	142	14216	237	Europe/Paris
6427186	Danestal	danestal	Danestal',da nei si ta,Данесталь,达内斯塔		FR	28	14	143	14218	378	Europe/Paris
6427187	Démouville	demouville	Demouville,Demuvil',Démouville,dai mu wei er,Демувиль,Демувіль,代穆维尔		FR	28	14	142	14221	3209	Europe/Paris
6427188	Deux-Jumeaux	deux-jumeaux	De Zhimo,De-Zhumo,Deux-Jumeaux,Djo-Zhjumo,de rui mo,Де Жимо,Де-Жумо,Дё-Жюмо,德瑞莫		FR	28	14	141	14224	58	Europe/Paris
6427189	Dives-sur-Mer	dives-sur-mer	Dives-sur-Mer		FR	28	14	143	14225	5702	Europe/Paris
6427190	Donnay	donnay	Done,Donnay,Donne,duo nai,Доне,Донне,多奈		FR	28	14	142	14226	268	Europe/Paris
6427191	Douville-en-Auge	douville-en-auge	Douville-en-Auge,Duvil an Ozh,Duvil'-an-Ozh,ao ge de qu du wei er,Дувил ан Ож,Дувиль-ан-Ож,Дувіль-ан-Ож,奥格地区杜维尔		FR	28	14	143	14227	214	Europe/Paris
6427192	Douvres-la-Délivrande	douvres-la-delivrande	Douvres-la-Delivrande,Douvres-la-Délivrande		FR	28	14	142	14228	5126	Europe/Paris
6427193	Dozulé	dozule	Dozule,Dozulé		FR	28	14	143	14229	2283	Europe/Paris
6427351	Noron-la-Poterie	noron-la-poterie	Noron-la-Poterie		FR	28	14	141	14468	395	Europe/Paris
6427194	Drubec	drubec	Drjubek,Drubec,de lu bei ke,doryubekku,Дрюбек,ドリュベック,德吕贝克		FR	28	14	143	14230	116	Europe/Paris
6427195	Ducy-Sainte-Marguerite	ducy-sainte-marguerite	Djusi-Sent-Margerit,Ducy-Sainte-Marguerite,di xi sheng ma er gai li te,Дюси-Сент-Маргерит,Дюсі-Сент-Маргерит,迪西圣马尔盖里特		FR	28	14	141	14232	158	Europe/Paris
6427197	Ellon	ellon	Ehllon,Ellon,ai long,Еллон,Эллон,埃隆		FR	28	14	141	14236	463	Europe/Paris
6427198	Émiéville	emieville	Ehm'evil',Em'evil',Emevil',ai mi ai wei er,Емьевиль,Емєвіль,Эмьевиль,埃米埃维尔		FR	28	14	142	14237	588	Europe/Paris
6427199	Englesqueville-en-Auge	englesqueville-en-auge	Angleskevil'-an-Ozh,Englesqueville-en-Auge,ao ge de qu ang ge lai si qu ai wei er,Англескевиль-ан-Ож,Англескевіль-ан-Ож,奥格地区昂格莱斯屈埃维尔		FR	28	14	143	14238	113	Europe/Paris
6427200	Englesqueville-la-Percée	englesqueville-la-percee	Angleskevil'-la-Perse,Englesqueville-la-Percee,Englesqueville-la-Percée,ang ge lai si qu ai wei er la pei er sai ai,Англескевиль-ла-Персе,Англескевіль-ла-Персе,昂格莱斯屈埃维尔拉佩尔塞埃		FR	28	14	141	14239	101	Europe/Paris
6427201	Épaney	epaney	Ehpane,Epane,Epaney,ai pa nei,Épaney,Епане,Эпане,埃帕内		FR	28	14	142	14240	520	Europe/Paris
6427202	Épinay-sur-Odon	epinay-sur-odon	Ehpine-sjur-Odon,Epinay-sur-Odon,Epine-sjur-Odon,ao dong he pan ai pi nai,epine=shuru=odon,Épinay-sur-Odon,Епине-сюр-Одон,Епіне-сюр-Одон,Эпине-сюр-Одон,エピネ＝シュル＝オドン,奥东河畔埃皮奈		FR	28	14	144	14241	626	Europe/Paris
6427203	Épron	epron	Epron,Épron		FR	28	14	142	14242	1635	Europe/Paris
6427204	Équemauville	equemauville	Ehkemovil',Ekemovil',Equemauville,ai qu ai mo wei er,Équemauville,Екемовиль,Екемовіль,Экемовиль,埃屈埃莫维尔		FR	28	14	143	14243	1456	Europe/Paris
6427205	Ernes	ernes	Ehrn,Ern,Ernes,ai er nei,Ерн,Эрн,埃尔内		FR	28	14	142	14245	328	Europe/Paris
6427206	Escoville	escoville	Ehskovil',Ekovil,Escoville,Eskovil',ai si ke wei er,Ековил,Есковиль,Есковіль,Эсковиль,埃斯科维尔		FR	28	14	143	14246	801	Europe/Paris
6427207	Espins	espins	Ehspen,Epen,Espen,Espins,ai si pan,Епен,Еспен,Эспен,埃斯潘		FR	28	14	142	14248	237	Europe/Paris
6427208	Esquay-Notre-Dame	esquay-notre-dame	Ehske-Notr-Dam,Eske Notr Dam,Eske-Notr-Dam,Esquay-Notre-Dame,ai si qu ai nuo te er dang,Еске Нотр Дам,Еске-Нотр-Дам,Эске-Нотр-Дам,埃斯屈艾诺特尔当		FR	28	14	142	14249	1438	Europe/Paris
6427209	Esquay-sur-Seulles	esquay-sur-seulles	Ehske-sjur-Sjol',Eske sir Sel,Eske-sjur-Sel',Esquay-sur-Seulles,se lai he pan ai si qu ai,Еске сир Сел,Еске-сюр-Сель,Эске-сюр-Сёль,瑟莱河畔埃斯屈艾		FR	28	14	141	14250	299	Europe/Paris
6427210	Esson	esson	Ehsson,Eson,Esson,ai song,Есон,Ессон,Эссон,埃松		FR	28	14	142	14251	511	Europe/Paris
6427211	Estrées-la-Campagne	estrees-la-campagne	Ehstre-la-Kampan',Estre la Kampan,Estre-la-Kampan',Estrees-la-Campagne,Estrées-la-Campagne,ai si te lei ai la kang pa ni,Естре ла Кампањ,Естре-ла-Кампань,Эстре-ла-Кампань,埃斯特雷埃拉康帕尼		FR	28	14	142	14252	245	Europe/Paris
6427213	Éterville	eterville	Ehtervil',Etervil,Etervil',Eterville,ai tai er wei er,Éterville,Етервил,Етервиль,Етервіль,Этервиль,埃泰尔维尔		FR	28	14	142	14254	1605	Europe/Paris
6427215	Évrecy	evrecy	Ehvresi,Evresi,ai fu lei xi,Евреси,Евресі,Эвреси,埃夫雷西		FR	28	14	142	14257	2016	Europe/Paris
6427217	Fauguernon	fauguernon	Fauguernon,Fogernon,fu gai er nong,Фогернон,福盖尔农		FR	28	14	143	14260	248	Europe/Paris
6427219	Fierville-les-Parcs	fierville-les-parcs	Fierville-les-Parcs		FR	28	14	143	14269	205	Europe/Paris
6427220	Firfol	firfol	Firfol',fei er fu,firuforu,Фирфоль,Фірфоль,フィルフォル,菲尔福		FR	28	14	143	14270	419	Europe/Paris
6427221	Fleury-sur-Orne	fleury-sur-orne			FR	28	14	142	14271	4829	Europe/Paris
6427222	Fontaine-Étoupefour	fontaine-etoupefour	Fonten-Ehtupfur,Fonten-Etupfur,feng tan ai tu pei fu,Фонтен-Етупфур,Фонтен-Этупфур,丰坦埃图佩富		FR	28	14	142	14274	2297	Europe/Paris
6427223	Fontaine-Henry	fontaine-henry	Fontaine-Henry		FR	28	14	141	14275	469	Europe/Paris
6427224	Fontaine-le-Pin	fontaine-le-pin	Fontaine-le-Pin,Fonten-le-Pen,feng tan lai pan,Фонтен-ле-Пен,丰坦莱潘		FR	28	14	142	14276	358	Europe/Paris
6427225	Fontenay-le-Marmion	fontenay-le-marmion	Fontenay-le-Marmion,Fontene-le-Marm'on,Fontene-le-Marmjon,Fontne le Marmion,feng te nai lai ma er mi weng,Фонтене-ле-Мармйон,Фонтене-ле-Мармьон,Фонтне ле Мармион,丰特奈莱马尔米翁		FR	28	14	142	14277	1915	Europe/Paris
6427226	Fontenay-le-Pesnel	fontenay-le-pesnel	Fontene-le-Penel',Fontne le Penel,feng te nai lai pei si nei,Фонтене-ле-Пенель,Фонтне ле Пенел,丰特奈莱佩斯内		FR	28	14	141	14278	1169	Europe/Paris
6427228	Formentin	formentin	Formanten,Formentin,forumontan,fu er mang tan,Формантен,フォルモンタン,福尔芒坦		FR	28	14	143	14280	247	Europe/Paris
6427229	Foulognes	foulognes	Foulognes,Fulon,Fulon',fu luo gai,Фулонь,Фулоњ,富洛盖		FR	28	14	141	14282	198	Europe/Paris
6427231	Fourneville	fourneville	Fourneville,Furnevil',Furnvil,Furnvil',fu er na wei er,Фурнвил,Фурнвиль,Фурневиль,Фурневіль,富尔纳维尔		FR	28	14	143	14286	499	Europe/Paris
6427232	Fresné-la-Mère	fresne-la-mere	Frene-la-Mer,fu lei si nei la mei er,Френе-ла-Мер,弗雷斯内拉梅尔		FR	28	14	142	14289	619	Europe/Paris
6427233	Fresney-le-Puceux	fresney-le-puceux	Frene-le-Pjukjo,Frene-le-Pjuse,Fresney-le-Puceux,fu lei si nei lai pi se,Френе-ле-Пюкё,Френе-ле-Пюсе,弗雷斯内莱皮瑟		FR	28	14	142	14290	816	Europe/Paris
6427234	Fresney-le-Vieux	fresney-le-vieux	Frene-le-V'e,Frene-le-V'jo,Frene-le-Ve,Fresney-le-Vieux,fu lei si nei lai fu yue,Френе-ле-Вье,Френе-ле-Вьё,Френе-ле-Вє,弗雷斯内莱弗约		FR	28	14	142	14291	271	Europe/Paris
6427236	Fumichon	fumichon	Fjumishon,Fumichon,fei mi xiong,fu~yumishon,Фюмишон,Фюмішон,フュミション,菲米雄		FR	28	14	143	14293	286	Europe/Paris
6427238	Gavrus	gavrus	Gavrju,Gavrjus,Gavrus,jia fu lu,Гаврю,Гаврюс,加夫吕		FR	28	14	142	14297	555	Europe/Paris
6427347	Mutrécy	mutrecy	Mjutresi,Mutrecy,Mutrécy,mi te lei xi,Мютреси,Мютресі,米特雷西		FR	28	14	142	14461	359	Europe/Paris
6427239	Géfosse-Fontenay	gefosse-fontenay	Zhefos Fontne,Zhefos-Fontene,Zhefoss-Fontene,re fu si feng te nai,Жефос Фонтне,Жефос-Фонтене,Жефосс-Фонтене,热福斯丰特奈		FR	28	14	141	14298	141	Europe/Paris
6427240	Genneville	genneville	Zhennevil',Zhenvil',re na wei er,Женвиль,Женневиль,Женневіль,热纳维尔		FR	28	14	143	14299	809	Europe/Paris
6427241	Gerrots	gerrots	Gerrots,Zherot,Zherro,re er luo te,Жерот,Жерро,热尔罗特		FR	28	14	143	14300	53	Europe/Paris
6427242	Giberville	giberville	Giberville,Zhibervil,Zhibervil',ji bei er wei er,Жибервил,Жибервиль,Жибервіль,吉贝尔维尔		FR	28	14	142	14301	4984	Europe/Paris
6427243	Glanville	glanville	Glanvil,Glanvil',Glanville,ge lang wei er,Гланвил,Гланвиль,Гланвіль,格朗维尔		FR	28	14	143	14302	175	Europe/Paris
6427244	Gonneville-sur-Honfleur	gonneville-sur-honfleur	Gonneville-sur-Honfleur,Gonnvil'-sjur-Onfler,Gonvil sir Onfler,Gonvil'-sjur-Onfljor,weng fu lei he pan ge na wei er,Гонвил сир Онфлер,Гонвиль-сюр-Онфлёр,Гоннвиль-сюр-Онфлер,Гоннвіль-сюр-Онфлер,翁夫勒河畔戈纳维尔		FR	28	14	143	14304	866	Europe/Paris
6427245	Gonneville-sur-Mer	gonneville-sur-mer	Gonneville-sur-Mer,Gonnvil'-sjur-Mer,Gonvil na Moru,Gonvil'-sjur-Mer,bin hai ge na wei er,Гонвил на Мору,Гонвиль-сюр-Мер,Гоннвиль-сюр-Мер,Гоннвіль-сюр-Мер,滨海戈纳维尔		FR	28	14	143	14305	676	Europe/Paris
6427246	Gonneville-en-Auge	gonneville-en-auge	Gonneville-en-Auge,Gonnvil'-an-Ozh,Gonvil an Ozh,Gonvil'-an-Ozh,ao ge de qu ge na wei er,Гонвил ан Ож,Гонвиль-ан-Ож,Гоннвиль-ан-Ож,Гоннвіль-ан-Ож,奥格地区戈纳维尔		FR	28	14	143	14306	395	Europe/Paris
6427248	Goustranville	goustranville	Goustranville,Gustranvil',gu si te lang wei er,Густранвиль,Густранвіль,古斯特朗维尔		FR	28	14	143	14308	184	Europe/Paris
6427249	Gouvix	gouvix	Gouvix		FR	28	14	142	14309	827	Europe/Paris
6427250	Grainville-Langannerie	grainville-langannerie	Grenvil'-Langannri,Grenvil'-Langanri,ge lan wei er lang jia na li ye,grnwyl-langanry,Гренвиль-Ланганнри,Гренвиль-Ланганри,Гренвіль-Ланганнрі,گرنویل-لانگانری,格兰维尔朗加纳里耶		FR	28	14	142	14310	719	Europe/Paris
6427251	Grainville-sur-Odon	grainville-sur-odon	Grainville-sur-Odon,Grenvil'-sjur-Odon,ao dong he pan ge lan wei er,Гренвиль-сюр-Одон,Гренвіль-сюр-Одон,奥东河畔格兰维尔		FR	28	14	142	14311	1027	Europe/Paris
6427252	Grangues	grangues	Grang,Grangues,ge lang gai,Гранг,格朗盖		FR	28	14	143	14316	241	Europe/Paris
6427253	Graye-sur-Mer	graye-sur-mer	Gre-sjur-Mer,Grej-sjur-Mer,bin hai ge lai ai,Гре-сюр-Мер,Грей-сюр-Мер,滨海格赖埃		FR	28	14	141	14318	656	Europe/Paris
6427254	Grentheville	grentheville	Grantvil',ge lang te wei er,Грантвиль,Грантвіль,格朗特维尔		FR	28	14	142	14319	888	Europe/Paris
6427255	Grimbosq	grimbosq	Grimbosq		FR	28	14	142	14320	291	Europe/Paris
6427256	Guéron	gueron	Gueron,Guéron		FR	28	14	141	14322	245	Europe/Paris
6427258	Hermanville-sur-Mer	hermanville-sur-mer	Ehrmanvil'-sjur-Mer,Ermanvil'-sjur-Mer,Hermanville-sur-Mer,bin hai ai er mang wei er,Ерманвиль-сюр-Мер,Ерманвіль-сюр-Мер,Эрманвиль-сюр-Мер,滨海埃尔芒维尔		FR	28	14	142	14325	3064	Europe/Paris
6427259	Hermival-les-Vaux	hermival-les-vaux	Ehrmival'-le-Vo,Ermival'-le-Vo,Hermival-les-Vaux,ai er mi wa lai wo,Ермиваль-ле-Во,Ерміваль-ле-Во,Эрмиваль-ле-Во,埃尔米瓦莱沃		FR	28	14	143	14326	814	Europe/Paris
6427260	Hérouville-Saint-Clair	herouville-saint-clair	Herouville-Saint-Clair,Hérouville-Saint-Clair		FR	28	14	142	14327	22701	Europe/Paris
6427261	Hérouvillette	herouvillette	Ehruvillet,Eruvillett,Herouvillette,Hérouvillette,ai lu wei lai te,Ерувиллетт,Ерувіллетт,Эрувиллет,埃鲁维莱特		FR	28	14	143	14328	1226	Europe/Paris
6427262	Heuland	heuland	Ehlan,Elan,Heuland,e lang,Елан,Элан,厄朗		FR	28	14	143	14329	88	Europe/Paris
6427265	Hotot-en-Auge	hotot-en-auge	Hotot-en-Auge,Oto-an-Ozh,ao ge de qu ao tuo,Ото-ан-Ож,奥格地区奥托		FR	28	14	143	14335	306	Europe/Paris
6427266	Hottot-les-Bagues	hottot-les-bagues	Hottot-les-Bagues		FR	28	14	141	14336	477	Europe/Paris
6427267	Houlgate	houlgate	Houlgate		FR	28	14	143	14338	1951	Europe/Paris
6427269	Isigny-sur-Mer	isigny-sur-mer	Isigny-sur-Mer,Izin'i-sjur-Mer,bin hai yi xi ni,Ізіньї-сюр-Мер,Изиньи-сюр-Мер,滨海伊西尼		FR	28	14	141	14342	3656	Europe/Paris
6427270	Janville	janville	Janville,Zhanvil',jnwyl  klwdws,rang wei er,Жанвиль,Жанвіль,جنویل، کلودوس,让维尔		FR	28	14	142	14344	363	Europe/Paris
6427271	Jort	jort	Jort,Zhor,ruo er,Жор,若尔		FR	28	14	142	14345	298	Europe/Paris
6427272	Juaye-Mondaye	juaye-mondaye	Juaye-Mondaye,Zhjuehj-Mondej,Zhue-Monde,rui ai ai meng dai ai,Жуе-Монде,Жюэй-Мондей,瑞艾埃蒙代埃		FR	28	14	141	14346	668	Europe/Paris
6427273	Dialan sur Chaîne	dialan-sur-chaine	Dialan sur Chaine,Dialan sur Chaîne,Zhjurk,Zhurk,rui er ke,Журк,Жюрк,瑞尔克		FR	28	14	144	14347	1069	Europe/Paris
6427274	Juvigny-sur-Seulles	juvigny-sur-seulles	Juvigny-sur-Seulles		FR	28	14	141	14348	85	Europe/Paris
6427275	Laize-Clinchamps	laize-clinchamps	Laize-Clinchamps		FR	28	14	142	14349	1975	Europe/Paris
6427276	Landelles-et-Coupigny	landelles-et-coupigny			FR	28	14	144	14352	877	Europe/Paris
6427277	Landes-sur-Ajon	landes-sur-ajon	Land-sjur-Azhon,Landes-sur-Ajon,a rong he pan lang dai,rando=shuru=ajon,Ланд-сюр-Ажон,لانڈیس-سور-اجون,ランド＝シュル＝アジョン,阿容河畔朗代		FR	28	14	144	14353	413	Europe/Paris
6427278	Langrune-sur-Mer	langrune-sur-mer	Langrune-sur-Mer		FR	28	14	142	14354	1766	Europe/Paris
6427279	Ponts sur Seulles	ponts-sur-seulles			FR	28	14	141	14355	1161	Europe/Paris
6427281	Terres de Druance	terres-de-druance	Lassi,la xi,Ласси,Лассі,لاسی، کالواڈوس,拉西		FR	28	14	144	14357	966	Europe/Paris
6427282	Léaupartie	leaupartie	Leaupartie,Leoparti,Léaupartie,lai ao pa er di ye,reoparuti,Леопарти,Леопарті,レオパルティ,莱奥帕尔蒂耶		FR	28	14	143	14358	88	Europe/Paris
6427284	Leffard	leffard	Leffar,Leffard,lai fa er,Леффар,莱法尔		FR	28	14	142	14360	199	Europe/Paris
6427349	Norolles	norolles	Norol',Norolles,nororu,nuo luo lai,Нороль,ノロル,诺罗莱		FR	28	14	143	14466	306	Europe/Paris
6427286	Lessard-et-le-Chêne	lessard-et-le-chene	Lessar-e-le-Shen,Lessar-eh-le-Shen,lai sa er he lai-xie en,Лессар-е-ле-Шен,Лессар-э-ле-Шен,莱萨尔和莱-谢恩		FR	28	14	143	14362	156	Europe/Paris
6427287	Lingèvres	lingevres	Lenzhevr,Lingevres,Lingèvres,lan re fu lei,Ленжевр,兰热夫雷		FR	28	14	141	14364	466	Europe/Paris
6427288	Lion-sur-Mer	lion-sur-mer	Lion-sur-Mer		FR	28	14	142	14365	2424	Europe/Paris
6427290	Lisores	lisores	Lisores,Lizor,li suo lei,Лизор,Лізор,利索雷		FR	28	14	143	14368	267	Europe/Paris
6427291	Litteau	litteau	Litto,li tuo,Литто,Літто,利托		FR	28	14	141	14369	287	Europe/Paris
6427292	Livarot-Pays-d'Auge	livarot-pays-d-auge	Livarot-Pays-d'Auge		FR	28	14	143	14371	6392	Europe/Paris
6427295	Longues-sur-Mer	longues-sur-mer	Longues-sur-Mer		FR	28	14	141	14377	610	Europe/Paris
6427296	Longvillers	longvillers	Longvillers,Lonville,Lonviller,long ge wei lai er,ron'vu~ireru,Лонвилле,Лонвиллер,Лонвілле,ロンヴィレール,隆格维莱尔		FR	28	14	144	14379	359	Europe/Paris
6427297	Loucelles	loucelles	Locellae,Loucelles,Lusel',lu se lai,Лусель,卢瑟莱		FR	28	14	141	14380	183	Europe/Paris
6427298	Louvagny	louvagny	Louvagny		FR	28	14	142	14381	60	Europe/Paris
6427299	Louvigny	louvigny	Luvin'i,lu wei ni,Лувиньи,Лувіньї,卢维尼		FR	28	14	142	14383	2771	Europe/Paris
6427300	Luc-sur-Mer	luc-sur-mer	Luc-sur-Mer		FR	28	14	142	14384	3182	Europe/Paris
6427301	Magny-en-Bessin	magny-en-bessin	Magny-en-Bessin		FR	28	14	141	14385	159	Europe/Paris
6427305	Maisoncelles-Pelvey	maisoncelles-pelvey	Maisoncelles-Pelvey,Mezonsel'-Pel've,mai song se lai pei er wei,mezonseru=peruvu~e,Мезонсель-Пельве,メゾンセル＝ペルヴェ,迈松瑟莱佩尔韦		FR	28	14	144	14389	262	Europe/Paris
6427306	Maisoncelles-sur-Ajon	maisoncelles-sur-ajon	Maisoncelles-sur-Ajon,Mezonsel'-sjur-Azhon,a rong he pan mai song se lai,mezonseru=shuru=ajon,Мезонсель-сюр-Ажон,メゾンセル＝シュル＝アジョン,阿容河畔迈松瑟莱		FR	28	14	144	14390	191	Europe/Paris
6427307	Maisons	maisons	Maisons,Mezon,mai song,Мезон,迈松		FR	28	14	141	14391	390	Europe/Paris
6427308	Maizet	maizet	Maizet,Meze,mai ze,Мезе,迈泽		FR	28	14	142	14393	351	Europe/Paris
6427309	Maizières	maizieres	Maizieres,Maizières,Mez'er,mai qi ai,Мезьер,Мезьєр,迈齐埃		FR	28	14	142	14394	452	Europe/Paris
6427311	Maltot	maltot	Mal'to,Maltot,ma er tuo,Мальто,马尔托		FR	28	14	142	14396	1056	Europe/Paris
6427312	Mandeville-en-Bessin	mandeville-en-bessin	Mandevil'-an-Bessen,Mandeville-en-Bessin,bei sang de qu mang de wei er,Мандевиль-ан-Бессен,Мандевіль-ан-Бессен,贝桑地区芒德维尔		FR	28	14	141	14397	336	Europe/Paris
6427313	Manerbe	manerbe	Manerb,Manerbe,ma nei er bu,manerubu,Манерб,マネルブ,马内尔布		FR	28	14	143	14398	555	Europe/Paris
6427314	Manneville-la-Pipard	manneville-la-pipard	Manneville-la-Pipard,Mannvil'-la-Pipar,Manvil'-la-Pipar,ma na wei er la pi pa er,Манвиль-ла-Пипар,Маннвиль-ла-Пипар,Маннвіль-ла-Піпар,马纳维尔拉皮帕尔		FR	28	14	143	14399	290	Europe/Paris
6427315	Manvieux	manvieux	Manv'e,Manv'jo,Manve,man'vu~yu,mang wei e,Манвье,Манвьё,Манвє,マンヴュー,芒维厄		FR	28	14	141	14401	130	Europe/Paris
6427316	Marolles	marolles	Marol',Marolles,ma luo lai,Мароль,马罗莱		FR	28	14	143	14403	779	Europe/Paris
6427317	Martainville	martainville	Martainville,Martenvil',ma er tan wei er,Мартенвиль,Мартенвіль,马尔坦维尔		FR	28	14	142	14404	120	Europe/Paris
6427318	Martigny-sur-l'Ante	martigny-sur-l-ante	Martigny-sur-l'Ante		FR	28	14	142	14405	315	Europe/Paris
6427319	Moulins en Bessin	moulins-en-bessin	Martran'i,Moulins en Bessin,ma er te la ni,Мартраньи,Мартраньї,马尔特拉尼		FR	28	14	141	14406	1155	Europe/Paris
6427320	Mathieu	mathieu	Mat'e,Mat'jo,Mathieu,ma di e,Матье,Матьё,Матьє,马蒂厄		FR	28	14	142	14407	2195	Europe/Paris
6427321	May-sur-Orne	may-sur-orne	May-sur-Orne		FR	28	14	142	14408	1955	Europe/Paris
6427322	Merville-Franceville-Plage	merville-franceville-plage	Mervil'-Fransvil'-Plazh,Merville-Franceville-Plage,mei er wei er fu lang se wei er pu la ge,Мервиль-Франсвиль-Плаж,Мервіль-Франсвіль-Плаж,梅尔维尔弗朗瑟维尔普拉格		FR	28	14	143	14409	2181	Europe/Paris
6427323	Méry-Bissières-en-Auge	mery-bissieres-en-auge	Meri-Korbon,Mery-Bissieres-en-Auge,Méry-Bissières-en-Auge,mei li ke er bang,Мери-Корбон,Мері-Корбон,梅里科尔邦		FR	28	14	143	14410	1124	Europe/Paris
6427324	Meslay	meslay	Mele,Meslay,mei si lai,Меле,梅斯莱		FR	28	14	142	14411	284	Europe/Paris
6427327	Meuvaines	meuvaines	Meuvaines,Meven,Mjoven,mo wei nei,Мевен,Мёвен,默韦内		FR	28	14	141	14430	147	Europe/Paris
6427330	Monceaux-en-Bessin	monceaux-en-bessin	Monceaux-en-Bessin,Monso-an-Bessen,bei sang de qu meng suo,Монсо-ан-Бессен,贝桑地区蒙索		FR	28	14	141	14436	558	Europe/Paris
6427331	Mondeville	mondeville	Mondeville,Mondvil',meng de wei er,Мондвиль,Мондвіль,蒙德维尔		FR	28	14	142	14437	9811	Europe/Paris
6427332	Mondrainville	mondrainville	Mondrainville,Mondrenvil',meng de lan wei er,Мондренвиль,Мондренвіль,蒙德兰维尔		FR	28	14	142	14438	502	Europe/Paris
6427333	Monfréville	monfreville	Monfrevil',Monfreville,Monfréville,meng fu lei wei er,Монфревиль,Монфревіль,蒙夫雷维尔		FR	28	14	141	14439	99	Europe/Paris
6427339	Montfiquet	montfiquet	Monfike,Montfiquet,meng te fei qu ai,Монфике,Монфіке,蒙特菲屈埃		FR	28	14	141	14445	104	Europe/Paris
6427340	Montreuil-en-Auge	montreuil-en-auge	Montrej-an-Ozh,Montrjoj-an-Ozh,ao ge de qu meng te lei yi,montoruiyu=an=oju,Монтрей-ан-Ож,Монтрёй-ан-Ож,モントルイユ＝アン＝オージュ,奥格地区蒙特勒伊		FR	28	14	143	14448	55	Europe/Paris
6427341	Monts-en-Bessin	monts-en-bessin	Mon-an-Bessen,Monts-en-Bessin,Monz-an-Bessen,bei sang de qu meng te,Мон-ан-Бессен,Монз-ан-Бессен,贝桑地区蒙特		FR	28	14	144	14449	417	Europe/Paris
6427343	Mosles	mosles	Mol',Mosles,mo si lai,Моль,莫斯莱		FR	28	14	141	14453	359	Europe/Paris
6427344	Mouen	mouen	Mouen,Muan,mu ang,Муан,穆昂		FR	28	14	142	14454	1565	Europe/Paris
6427345	Moult-Chicheboville	moult-chicheboville	Moult-Chicheboville,Mu,Mul',mu er,Му,Муль,穆尔		FR	28	14	142	14456	2966	Europe/Paris
6430964	Loctudy	loctudy			FR	53	29	294	29135	4051	Europe/Paris
6427352	Norrey-en-Auge	norrey-en-auge	Norre-an-Ozh,ao ge de qu nuo er lei,Норре-ан-Ож,奥格地区诺尔雷		FR	28	14	142	14469	93	Europe/Paris
6427354	Notre-Dame-de-Livaye	notre-dame-de-livaye	Notr-Dam-de-Live,Notr-Dam-de-Livej,Notre-Dame-de-Livaye,notoru=damu=do=rivu~aiyu,nuo te lei-dang de li wei ai,Нотр-Дам-де-Ливе,Нотр-Дам-де-Ливей,Нотр-Дам-де-Ліве,ノートル＝ダム＝ド＝リヴァイユ,诺特雷-当德利韦埃		FR	28	14	143	14473	121	Europe/Paris
6427355	Notre-Dame-d'Estrées-Corbon	notre-dame-d-estrees-corbon			FR	28	14	143	14474	237	Europe/Paris
6427356	Val d'Arry	val-d-arry	Val d'Arry		FR	28	14	144	14475	2272	Europe/Paris
6427357	Olendon	olendon	Olandon,Olendon,ao lang dong,Оландон,奥朗东		FR	28	14	142	14476	191	Europe/Paris
6427359	Osmanville	osmanville	Osmanvil',Osmanville,ao si mang wei er,Османвиль,Османвіль,奥斯芒维尔		FR	28	14	141	14480	540	Europe/Paris
6427360	Ouézy	ouezy	Ouezy,Ouézy		FR	28	14	142	14482	233	Europe/Paris
6427361	Ouffières	ouffieres			FR	28	14	142	14483	190	Europe/Paris
6427362	Ouilly-du-Houley	ouilly-du-houley	Ui-dju-Ule,Uji-dju-Ule,uiri=de~yu=ure,wu yi li di wu lai,Уи-дю-Уле,Уйи-дю-Уле,Уї-дю-Уле,ウイリー＝デュ＝ウレ,乌伊利迪乌莱		FR	28	14	143	14484	237	Europe/Paris
6427363	Ouilly-le-Tesson	ouilly-le-tesson	Ouilly-le-Tesson,Ui-le-Tesson,Uji-le-Tesson,wu yi li lai tai song,Уи-ле-Тессон,Уйи-ле-Тессон,Уї-ле-Тессон,乌伊利莱泰松		FR	28	14	142	14486	601	Europe/Paris
6427364	Ouilly-le-Vicomte	ouilly-le-vicomte	Ouilly-le-Vicomte		FR	28	14	143	14487	817	Europe/Paris
6427365	Ouistreham	ouistreham	Ouistreham		FR	28	14	142	14488	9117	Europe/Paris
6427367	Parfouru-sur-Odon	parfouru-sur-odon	Parfouru-sur-Odon		FR	28	14	144	14491	197	Europe/Paris
6427368	Pennedepie	pennedepie	Pendepi,Penndepi,Pennedepie,po nei dai pi ye,Пендепи,Пенндепи,Пенндепі,珀内代皮耶		FR	28	14	143	14492	279	Europe/Paris
6427370	Périers-en-Auge	periers-en-auge	Per'e-an-Ozh,Per'er-an-Ozh,Pere-an-Ozh,Periers-en-Auge,Périers-en-Auge,ao ge de qu pei li ye er,Перье-ан-Ож,Перьер-ан-Ож,Перє-ан-Ож,奥格地区佩里耶尔		FR	28	14	143	14494	139	Europe/Paris
6427371	Périers-sur-le-Dan	periers-sur-le-dan	Per'e-sjur-le-Dan,Per'er-sjur-le-Dan,Pere-sjur-le-Dan,lai-dang he pan pei li ye er,Перье-сюр-ле-Дан,Перьер-сюр-ле-Дан,Перє-сюр-ле-Дан,莱-当河畔佩里耶尔		FR	28	14	142	14495	488	Europe/Paris
6427372	Périgny	perigny	Perin'i,pei li ni,Периньи,Периньї,佩里尼		FR	28	14	144	14496	58	Europe/Paris
6427373	Perrières	perrieres	Per'er,Perrier,Perrieres,Perrières,pei er li ai,Перриер,Перрієр,Перьер,佩尔里埃		FR	28	14	142	14497	324	Europe/Paris
6427374	Pertheville-Ners	pertheville-ners	Pertevil'-Ner,Pertheville-Ners,Pertvil'-Ner,pei er te wei er nei er,Пертвиль-Нер,Пертевиль-Нер,Пертевіль-Нер,佩尔特维尔内尔		FR	28	14	142	14498	245	Europe/Paris
6427375	Petiville	petiville	Petivil',Petiville,Ptivil',Петивиль,Петівіль,Птивиль		FR	28	14	143	14499	495	Europe/Paris
6427376	Pierrefitte-en-Auge	pierrefitte-en-auge	P'erfit-an-Ozh,P'errfitt-an-Ozh,Perrfitt-an-Ozh,Pierrefitte-en-Auge,ao ge de qu pi ye er lei fei te,Пьеррфитт-ан-Ож,Пьерфит-ан-Ож,Пєррфітт-ан-Ож,奥格地区皮耶尔雷菲特		FR	28	14	143	14500	159	Europe/Paris
6427377	Pierrefitte-en-Cinglais	pierrefitte-en-cinglais	P'erfit-an-Sengle,P'errfitt-an-Sengle,Perrfitt-an-Sengle,Pierrefitte-en-Cinglais,sang ge lai de qu pi ye er lei fei te,Пьеррфитт-ан-Сенгле,Пьерфит-ан-Сенгле,Пєррфітт-ан-Сенгле,桑格莱地区皮耶尔雷菲特		FR	28	14	142	14501	260	Europe/Paris
6427379	Planquery	planquery	Plankeri,Plankri,Planquery,pu lang qu ai li,Планкери,Планкері,Планкри,普朗屈埃里		FR	28	14	141	14506	239	Europe/Paris
6427380	Plumetot	plumetot	Plumetot		FR	28	14	142	14509	221	Europe/Paris
6427381	Pont-Bellanger	pont-bellanger	Pont-Bellanger		FR	28	14	144	14511	65	Europe/Paris
6427382	Pontécoulant	pontecoulant			FR	28	14	144	14512	81	Europe/Paris
6427383	Pont-l'Évêque	pont-l-eveque	Pont-l'Eveque,Pont-l'Évêque		FR	28	14	143	14514	4740	Europe/Paris
6427384	Port-en-Bessin-Huppain	port-en-bessin-huppain	Port-en-Bessin-Huppain		FR	28	14	141	14515	1943	Europe/Paris
6427385	Potigny	potigny	Potin'i,bo di ni,Потиньи,Потіньї,波蒂尼		FR	28	14	142	14516	2074	Europe/Paris
6427387	Préaux-Bocage	preaux-bocage	Preaux-Bocage,Preo-Bokazh,Préaux-Bocage,pu lei ao bo ka ge,Прео-Бокаж,普雷奥博卡格		FR	28	14	142	14519	119	Europe/Paris
6427389	Prêtreville	pretreville	Pretrevil',Pretreville,Prêtreville,pu lei te lei wei er,Претревиль,Претревіль,普雷特勒维尔		FR	28	14	143	14522	413	Europe/Paris
6427391	Putot-en-Auge	putot-en-auge	Pjuto-an-Ozh,Putot-en-Auge,ao ge de qu pi tuo,Пюто-ан-Ож,奥格地区皮托		FR	28	14	143	14524	298	Europe/Paris
6427393	Quetteville	quetteville	Kettvil',Ketvil',Quetteville,qu ai te wei er,Кетвиль,Кеттвиль,Кеттвіль,屈埃特维尔		FR	28	14	143	14528	375	Europe/Paris
6427394	Ranchy	ranchy	Ranchy,Ranshi,lang xi,Ранши,Ранші,朗希		FR	28	14	141	14529	241	Europe/Paris
6427395	Ranville	ranville	Ranville		FR	28	14	143	14530	1776	Europe/Paris
6427396	Rapilly	rapilly	Rapii,Rapiji,Rapilly,la pi li,Рапии,Рапийи,Рапії,拉皮利		FR	28	14	142	14531	47	Europe/Paris
6427397	Repentigny	repentigny	Repantin'i,Repentigny,lei pang di ni,Репантиньи,Репантіньї,雷庞蒂尼		FR	28	14	143	14533	89	Europe/Paris
6427398	Reux	reux	Re,Reux,Rjo,lei zhen,ru,Ре,Рё,ルー,勒镇		FR	28	14	143	14534	418	Europe/Paris
6427399	Reviers	reviers	Rev'e,Reve,Reviers,lei wei ye er,Ревье,Ревє,勒维耶尔		FR	28	14	142	14535	572	Europe/Paris
6427400	Castine-en-Plaine	castine-en-plaine			FR	28	14	142	14538	1442	Europe/Paris
6427401	Rocques	rocques	Rocques,Rok,luo qu ai,Рок,罗屈埃		FR	28	14	143	14540	289	Europe/Paris
6427402	Rosel	rosel	Rosel,Rozel',luo sai,Розель,罗塞		FR	28	14	142	14542	554	Europe/Paris
6427403	Rots	rots	Ro,Rots,luo te,Ро,罗特		FR	28	14	142	14543	2408	Europe/Paris
6427406	Rubercy	rubercy	Rjubersi,Rubercy,lu bei er xi,Рюберси,Рюберсі,吕贝尔西		FR	28	14	141	14547	166	Europe/Paris
6427409	Rumesnil	rumesnil	Rumesnil		FR	28	14	143	14550	102	Europe/Paris
6431157	Ghisoni	ghisoni	Ghisoni		FR	94	2B	2B3	2B124	213	Europe/Paris
6427411	Ryes	ryes	Ri,Ryes,li ai,Ри,Рі,里埃		FR	28	14	141	14552	511	Europe/Paris
6427413	Le Castelet	le-castelet	Le Castelet,Sent-Ehn'jan-de-Kramenil',Sent-En'jan-de-Kramenij,sheng ai ni ang de ke la mei si ni,Сент-Еньян-де-Крамений,Сент-Еньян-де-Краменій,Сент-Эньян-де-Крамениль,سینٹ-ایگنان-دے-کرامسنیل,圣艾尼昂德克拉梅斯尼		FR	28	14	142	14554	1455	Europe/Paris
6427414	Saint-André-d'Hébertot	saint-andre-d-hebertot	Saint-Andre-d'Hebertot,Saint-André-d'Hébertot		FR	28	14	143	14555	440	Europe/Paris
6427415	Saint-André-sur-Orne	saint-andre-sur-orne	Saint-Andre-sur-Orne,Saint-André-sur-Orne		FR	28	14	142	14556	1817	Europe/Paris
6427416	Saint-Arnoult	saint-arnoult	Saint-Arnoult,Sent-Arnu,sheng a er nu er,Сент-Арну,سینٹ-ارنولٹ، کلودوس,圣阿尔努尔		FR	28	14	143	14557	1182	Europe/Paris
6427417	Saint-Aubin-d'Arquenay	saint-aubin-d-arquenay	Saint-Aubin-d'Arquenay		FR	28	14	142	14558	972	Europe/Paris
6427419	Saint-Aubin-sur-Mer	saint-aubin-sur-mer	Saint-Aubin-sur-Mer,Sent-Oben-sjur-Mer,bin hai sheng ao ban,Сент-Обен-сюр-Мер,سینٹ-آبن-سر-مر، کلودوس,滨海圣奥班		FR	28	14	142	14562	2405	Europe/Paris
6427421	Saint-Côme-de-Fresné	saint-come-de-fresne	Saint-Come-de-Fresne,Saint-Côme-de-Fresné		FR	28	14	141	14565	265	Europe/Paris
6427422	Saint-Contest	saint-contest	Saint-Contest		FR	28	14	142	14566	2510	Europe/Paris
6427424	Sainte-Croix-sur-Mer	sainte-croix-sur-mer	Sainte-Croix-sur-Mer,Sent-Krua-sjur-Mer,bin hai sheng ke lu wa,syn-krwyy-sr-mr,Сент-Круа-сюр-Мер,سین-کروئی-سر-مر,滨海圣克鲁瓦		FR	28	14	141	14569	251	Europe/Paris
6427425	Valorbiquet	valorbiquet	Sen-Sir-dju-Ronsere,Valorbiquet,sheng xi di long se lai,Сен-Сир-дю-Ронсере,Сен-Сір-дю-Ронсере,سینٹ-کیر-دو-رونکرے,圣西迪龙瑟赖		FR	28	14	143	14570	2507	Europe/Paris
6427426	Saint-Denis-de-Mailloc	saint-denis-de-mailloc	Saint-Denis-de-Mailloc,Sen-Deni-de-Majok,sheng de ni de mai luo ke,Сен-Дени-де-Майок,Сен-Дені-де-Майок,سینٹ-ڈینس-دے-میلوک,圣德尼德迈洛克		FR	28	14	143	14571	298	Europe/Paris
6427427	Saint-Denis-de-Méré	saint-denis-de-mere	Sen-Deni-de-Mere,sheng de ni de mei lei,Сен-Дени-де-Мере,Сен-Дені-де-Мере,سینٹ-ڈینس-دے-میرے,圣德尼德梅雷		FR	28	14	144	14572	837	Europe/Paris
6427429	Saint-Désir	saint-desir	Sen-Dezir,sheng dai xi,Сен-Дезир,Сен-Дезір,سینٹ-دسر,圣代西		FR	28	14	143	14574	1696	Europe/Paris
6427430	Saint-Étienne-la-Thillaye	saint-etienne-la-thillaye	Saint-Etienne-la-Thillaye,Saint-Étienne-la-Thillaye		FR	28	14	143	14575	433	Europe/Paris
6427432	Seulline	seulline	Seulline		FR	28	14	144	14579	1331	Europe/Paris
6427435	Saint-Germain-de-Livet	saint-germain-de-livet	Saint-Germain-de-Livet,Sen-Zhermen-de-Live,sheng ri er man de li wei,Сен-Жермен-де-Ливе,Сен-Жермен-де-Ліве,سینٹ-گرمین-دے-لوٹ,圣日尔曼德利韦		FR	28	14	143	14582	769	Europe/Paris
6427438	Saint-Germain-du-Pert	saint-germain-du-pert	Saint-Germain-du-Pert,Sen-Zhermen-dju-Per,sheng ri er man di pei er,Сен-Жермен-дю-Пер,سینٹ-گرمین-دو-پرت,圣日尔曼迪佩尔		FR	28	14	141	14586	180	Europe/Paris
6427439	Saint-Germain-la-Blanche-Herbe	saint-germain-la-blanche-herbe	Sen-Zhermen-la-Blansh-Ehrb,Sen-Zhermen-la-Blansh-Erb,sheng ri er man la-bu lang ke ai er bu,Сен-Жермен-ла-Бланш-Ерб,Сен-Жермен-ла-Бланш-Эрб,سینٹ-گرمین-لا-بلانچے-حربے,圣日尔曼拉-布朗克埃尔布		FR	28	14	142	14587	2310	Europe/Paris
6427440	Saint-Germain-Langot	saint-germain-langot	Sen-Zhermen-Lango,sheng ri er man lang ge,Сен-Жермен-Ланго,سینٹ-گرمین-لنگوٹ,圣日尔曼朗戈		FR	28	14	142	14588	320	Europe/Paris
6427441	Saint-Germain-le-Vasson	saint-germain-le-vasson	Saint-Germain-le-Vasson,Sen-Zhermen-le-Vasson,sheng ri er man lai wa song,Сен-Жермен-ле-Вассон,سینٹ-گرمین-لے-واسسوں,圣日尔曼莱瓦松		FR	28	14	142	14589	946	Europe/Paris
6427442	Sainte-Honorine-de-Ducy	sainte-honorine-de-ducy	Sent-Onorin-de-Djusi,sheng ao nuo lan de di xi,Сент-Онорин-де-Дюси,Сент-Онорин-де-Дюсі,سین-ہونورنے-دے-دکے,圣奥诺兰德迪西		FR	28	14	141	14590	128	Europe/Paris
6427443	Aure sur Mer	aure-sur-mer	Aure sur Mer,Sent-Onorin-de-Pert,santonorinu=de=perute,sheng ao nuo li ne-de pei er tai,Сент-Онорин-де-Перт,سین-ہونورنے-دس-پرتیس,サントノリーヌ＝デ＝ペルテ,圣奥诺里讷-德佩尔泰		FR	28	14	141	14591	743	Europe/Paris
6427444	Sainte-Honorine-du-Fay	sainte-honorine-du-fay	Sent-Onorin-dju-Fe,sheng ao nuo li nei-di fei,Сент-Онорин-дю-Фе,سین-ہونورنے-دو-فی,圣奥诺里内-迪费		FR	28	14	142	14592	1344	Europe/Paris
6427445	Saint-Hymer	saint-hymer	Saint-Hymer,Sen-Imer,Sent-Imer,sheng yi mei,Сен-Імер,Сен-Имер,Сент-Имер,سینٹ-ہیمر,圣伊梅		FR	28	14	143	14593	645	Europe/Paris
6427446	Saint-Jean-de-Livet	saint-jean-de-livet	Saint-Jean-de-Livet,Sen-Zhan-de-Live,sheng rang de li wei,Сен-Жан-де-Ливе,Сен-Жан-де-Ліве,سینٹ-ژاں -دے-لوٹ,圣让德利韦		FR	28	14	143	14595	209	Europe/Paris
6427451	Saint-Julien-sur-Calonne	saint-julien-sur-calonne	Saint-Julien-sur-Calonne,Sen-Zhjul'en-sjur-Kalon,Sen-Zhul'en-sjur-Kalonn,ka long he pan sheng rui li an,Сен-Жульен-сюр-Калонн,Сен-Жульєн-сюр-Калонн,Сен-Жюльен-сюр-Калон,سینٹ-جلیں -سر-کلوں نے,卡隆河畔圣瑞利安		FR	28	14	143	14601	164	Europe/Paris
6427452	Saint-Laurent-de-Condel	saint-laurent-de-condel	Saint-Laurent-de-Condel,Sen-Loran-de-Kondel',sheng luo lang de kong dai,Сен-Лоран-де-Кондель,سینٹ-لارنٹ-دے-کونڈل,圣洛朗德孔代		FR	28	14	142	14603	492	Europe/Paris
6427454	Saint-Laurent-sur-Mer	saint-laurent-sur-mer	Saint-Laurent-sur-Mer,Sen-Loran-sjur-Mer,bin hai sheng luo lang,Сен-Лоран-сюр-Мер,سینٹ-لارنٹ-سر-مر,滨海圣洛朗		FR	28	14	141	14605	254	Europe/Paris
6427455	Saint-Léger-Dubosq	saint-leger-dubosq	Saint-Leger-Dubosq,Saint-Léger-Dubosq,Sen-Lezhe-Djubos,Sen-Lezhe-Djubosk,sheng lai re di bo si,Сен-Леже-Дюбос,Сен-Леже-Дюбоск,سینٹ-لگر-ڈبوسق,圣莱热迪博斯		FR	28	14	143	14606	168	Europe/Paris
6427456	Saint-Louet-sur-Seulles	saint-louet-sur-seulles	Saint-Louet-sur-Seulles,Sen-Lue-sjur-Sel',Sen-Lueh-sjur-Sjol',se lai he pan sheng lu ai,Сен-Луе-сюр-Сель,Сен-Луэ-сюр-Сёль,سینٹ-لوٹ-سر-سیولیس,瑟莱河畔圣卢埃		FR	28	14	144	14607	150	Europe/Paris
6427569	Laveissenet	laveissenet	Laveissenet		FR	84	15	153	15100	129	Europe/Paris
6427458	Saint-Loup-Hors	saint-loup-hors	Saint-Loup-Hors,Sen-Lu-Or,sheng lu ao er,Сен-Лу-Ор,سینٹ-لوپ-ہورس,圣卢奥尔		FR	28	14	141	14609	481	Europe/Paris
6427464	Sainte-Marie-Outre-l'Eau	sainte-marie-outre-l-eau	Sainte-Marie-Outre-l'Eau		FR	28	14	144	14619	122	Europe/Paris
6427465	Saint-Martin-aux-Chartrains	saint-martin-aux-chartrains	Saint-Martin-aux-Chartrains,Sen-Marten-o-Shartren,san=marutan=o=sharutoran,sheng ma dan ao sha er te lan,Сен-Мартен-о-Шартрен,سینٹ-مارٹن-آ-چرترینس,サン＝マルタン＝オ＝シャルトラン,圣马丹奥沙尔特兰		FR	28	14	143	14620	411	Europe/Paris
6427466	Saint-Martin-de-Blagny	saint-martin-de-blagny	Saint-Martin-de-Blagny		FR	28	14	141	14622	133	Europe/Paris
6427467	Saint-Martin-de-Fontenay	saint-martin-de-fontenay	Saint-Martin-de-Fontenay		FR	28	14	142	14623	2603	Europe/Paris
6427468	Saint-Martin-de-la-Lieue	saint-martin-de-la-lieue	Saint-Martin-de-la-Lieue		FR	28	14	143	14625	783	Europe/Paris
6427469	Saint-Martin-de-Mailloc	saint-martin-de-mailloc	Saint-Martin-de-Mailloc,Sen-Marten-de-Majok,sheng ma dan de mai luo ke,Сен-Мартен-де-Майок,سینٹ-مارٹن-دے-میلوک,圣马丹德迈洛克		FR	28	14	143	14626	891	Europe/Paris
6427470	Saint-Martin-de-Mieux	saint-martin-de-mieux	Saint-Martin-de-Mieux,Sen-Marten-de-M'e,Sen-Marten-de-M'jo,Sen-Marten-de-Me,sheng ma dan de mu yue,Сен-Мартен-де-Мье,Сен-Мартен-де-Мьё,Сен-Мартен-де-Мє,سینٹ-مارٹن-دے-ےش,サン・ヴィゴール・ド・ミュー礼拝堂,圣马丹德姆约		FR	28	14	142	14627	440	Europe/Paris
6427473	Saint-Martin-des-Entrées	saint-martin-des-entrees	Saint-Martin-des-Entrees,Saint-Martin-des-Entrées,Sen-Marten-dez-Antre,sheng ma dan dai ang te lei ai,Сен-Мартен-дез-Антре,سینٹ-مارٹن-دس-انٹریس,圣马丹代昂特雷埃		FR	28	14	141	14630	698	Europe/Paris
6427477	Saint-Omer	saint-omer	Saint-Omer,Sent-Omer,santomeru,sheng ao mei,Сент-Омер,سینٹ-امر، کلودوس,サントメール,圣奥梅		FR	28	14	142	14635	180	Europe/Paris
6427479	Saint-Ouen-du-Mesnil-Oger	saint-ouen-du-mesnil-oger	Saint-Ouen-du-Mesnil-Oger,Sent-Uan-dju-Menij-Ozhe,Sent-Uan-dju-Menil'-Ozhe,san=to~uan=de~yu=meniru=oje,sheng wu ang di-mei si ni ao re,Сент-Уан-дю-Мений-Оже,Сент-Уан-дю-Мениль-Оже,Сент-Уан-дю-Меній-Оже,سینٹ-وں -دو-مسنیل-اگر,サン＝トゥーアン＝デュ＝メニル＝オジェ,圣乌昂迪-梅斯尼奥热		FR	28	14	142	14637	211	Europe/Paris
6427481	Saint-Ouen-le-Pin	saint-ouen-le-pin	Saint-Ouen-le-Pin		FR	28	14	143	14639	260	Europe/Paris
6427482	Saint-Paul-du-Vernay	saint-paul-du-vernay	Saint-Paul-du-Vernay,Sen-Pol'-dju-Verne,sheng bo di wei er nai,Сен-Поль-дю-Верне,سین-پال-دو-ورنے,圣波迪韦尔奈		FR	28	14	141	14643	811	Europe/Paris
6427483	Saint-Philbert-des-Champs	saint-philbert-des-champs	Sen-Fil'ber-de-Sham,Sen-Fil'ber-de-Shan,san=firuberu=de=shan,sheng fei er bei er dai shang pu,Сен-Фильбер-де-Шам,Сен-Фильбер-де-Шан,Сен-Фільбер-де-Шам,سین-فلبرٹ-دے-شامپ,サン＝フィルベール＝デ＝シャン,圣菲尔贝尔代尚普		FR	28	14	143	14644	637	Europe/Paris
6427484	Saint-Pierre-Azif	saint-pierre-azif	Saint-Pierre-Azif		FR	28	14	143	14645	164	Europe/Paris
6427485	Saint-Pierre-Canivet	saint-pierre-canivet	Saint-Pierre-Canivet,Sen-P'er-Kanive,Sen-P'err-Kanive,Sen-Perr-Kanive,sheng pi ye er ka ni wei,Сен-Пьер-Каниве,Сен-Пьерр-Каниве,Сен-Пєрр-Каніве,سین-پیری-کانوٹ,圣皮耶尔卡尼韦		FR	28	14	142	14646	401	Europe/Paris
6427487	Saint-Pierre-du-Bû	saint-pierre-du-bu	Saint-Pierre-du-Bu,Saint-Pierre-du-Bû,Sen-P'er-dju-Bju,Sen-P'err-dju-Bju,Sen-Perr-dju-Bju,sheng pi ye er di bi,syn-pyry-dw-bw,Сен-Пьер-дю-Бю,Сен-Пьерр-дю-Бю,Сен-Пєрр-дю-Бю,سین-پیری-دو-بو,圣皮耶尔迪比		FR	28	14	142	14649	475	Europe/Paris
6427488	Saint-Pierre-du-Fresne	saint-pierre-du-fresne	Sen-P'er-dju-Fren,Sen-P'err-dju-Fren,Sen-Perr-dju-Fren,sheng pi ye er di fu lei si en,Сен-Пьер-дю-Френ,Сен-Пьерр-дю-Френ,Сен-Пєрр-дю-Френ,سین-پیری-دو-فریسنے,圣皮耶尔迪弗雷斯恩		FR	28	14	144	14650	197	Europe/Paris
6427489	Saint-Pierre-du-Jonquet	saint-pierre-du-jonquet	Saint-Pierre-du-Jonquet,Sen-P'er-dju-Zhonke,Sen-P'err-dju-Zhonke,Sen-Perr-dju-Zhonke,sheng pi ye er di rong qu ai,Сен-Пьер-дю-Жонке,Сен-Пьерр-дю-Жонке,Сен-Пєрр-дю-Жонке,سین-پیری-دو-جونقوٹ,圣皮耶尔迪容屈埃		FR	28	14	142	14651	232	Europe/Paris
6427490	Saint-Pierre-du-Mont	saint-pierre-du-mont	Saint-Pierre-du-Mont,Sen-P'er-dju-Mon,Sen-P'err-dju-Mon,Sen-Perr-dju-Mon,sheng pi ye er di meng,Сен-Пьер-дю-Мон,Сен-Пьерр-дю-Мон,Сен-Пєрр-дю-Мон,سین-پیری-دو-مونٹ، کلودوس,圣皮耶尔迪蒙		FR	28	14	141	14652	80	Europe/Paris
6427492	Saint-Pierre-en-Auge	saint-pierre-en-auge	Saint-Pierre-en-Auge		FR	28	14	143	14654	7825	Europe/Paris
6427494	Noues de Sienne	noues-de-sienne	Noues de Sienne		FR	28	14	144	14658	4456	Europe/Paris
6427495	Saint-Sylvain	saint-sylvain	Saint-Sylvain,Sen-Sil'ven,sheng xi er wan,Сен-Сильвен,Сен-Сільвен,圣西尔万		FR	28	14	142	14659	1439	Europe/Paris
6427496	Saint-Vaast-en-Auge	saint-vaast-en-auge	Saint-Vaast-en-Auge,Sen-Va-an-Ozh,Sen-Vaast-an-Ozh,ao ge de qu sheng wa a si,Сен-Ва-ан-Ож,Сен-Вааст-ан-Ож,奥格地区圣瓦阿斯		FR	28	14	143	14660	95	Europe/Paris
6427497	Saint-Vaast-sur-Seulles	saint-vaast-sur-seulles	Sen-Va-sjur-Sjol',Sen-Vaast-sjur-Sel',se lai he pan sheng wa a si,Сен-Ва-сюр-Сёль,Сен-Вааст-сюр-Сель,瑟莱河畔圣瓦阿斯		FR	28	14	141	14661	140	Europe/Paris
6427499	Saint-Vigor-le-Grand	saint-vigor-le-grand	Saint-Vigor-le-Grand,Sen-Vigor-le-Gran,da sheng wei ge,Сен-Вигор-ле-Гран,Сен-Вігор-ле-Гран,大圣维戈		FR	28	14	141	14663	2402	Europe/Paris
6427500	Sallenelles	sallenelles	Sal'nel',Sallenel',Sallenelles,sa lei nei lei,Салленель,Сальнель,萨勒内勒		FR	28	14	143	14665	299	Europe/Paris
6427502	Saon	saon	San,sang zhen,Сан,桑镇		FR	28	14	141	14667	230	Europe/Paris
6427503	Saonnet	saonnet	Sanne,Saonnet,suo nei,Санне,索内		FR	28	14	141	14668	298	Europe/Paris
6427504	Sassy	sassy	Sassi,sa xi,Сасси,Сассі,萨西		FR	28	14	142	14669	212	Europe/Paris
6427507	Soignolles	soignolles	Soignolles,Suan'ol',su wa ni ao lai,Суаньоль,苏瓦尼奥莱		FR	28	14	142	14674	122	Europe/Paris
6427508	Soliers	soliers	Sol'e,suo li ye er,Солье,Сольє,索利耶尔		FR	28	14	142	14675	2087	Europe/Paris
6427570	Laveissière	laveissiere			FR	84	15	153	15101	534	Europe/Paris
6431929	Goux	goux	Goux		FR	76	32	323	32151	70	Europe/Paris
6427509	Sommervieu	sommervieu	Sommerv'e,Sommerv'jo,Sommerve,suo mei er wei e,Соммервье,Соммервьё,Соммервє,索梅尔维厄		FR	28	14	141	14676	1003	Europe/Paris
6427510	Soulangy	soulangy	Soulangy,Sulanzhi,su lang ji,Суланжи,Суланжі,苏朗吉		FR	28	14	142	14677	249	Europe/Paris
6427511	Soumont-Saint-Quentin	soumont-saint-quentin	Soumont-Saint-Quentin,Sumon-Sen-Kanten,su meng sheng qu ang tan,Сумон-Сен-Кантен,苏蒙圣屈昂坦		FR	28	14	142	14678	541	Europe/Paris
6427512	Subles	subles	Sjubl',Subles,xu bu lai,Сюбль,叙布莱		FR	28	14	141	14679	675	Europe/Paris
6427513	Sully	sully	Sjulli,xu li,Сюлли,Сюллі,叙利		FR	28	14	141	14680	140	Europe/Paris
6427514	Surrain	surrain	Sjurren,Surrain,xu er lan,Сюррен,叙尔兰		FR	28	14	141	14681	158	Europe/Paris
6427515	Tessel	tessel	Tessel',tai sai,Тессель,泰塞		FR	28	14	141	14684	247	Europe/Paris
6427517	Le Hom	le-hom	Le Hom		FR	28	14	142	14689	3695	Europe/Paris
6427520	Tilly-sur-Seulles	tilly-sur-seulles	Tii-sjur-Sel',Tiji-sjur-Sjol',Tilly-sur-Seulles,se lai he pan di li,Тии-сюр-Сель,Тийи-сюр-Сёль,Тії-сюр-Сель,瑟莱河畔蒂利		FR	28	14	141	14692	1695	Europe/Paris
6427523	Touffréville	touffreville	Touffreville,Touffréville,Tuffrevil',Tufrevil',tu fu lei wei er,Туфревиль,Туффревиль,Туффревіль,图夫雷维尔		FR	28	14	143	14698	345	Europe/Paris
6427524	Tour-en-Bessin	tour-en-bessin	Tour-en-Bessin,Tur-an-Bessen,bei sang de qu tu,Тур-ан-Бессен,贝桑地区图		FR	28	14	141	14700	653	Europe/Paris
6427527	Tournières	tournieres	Turn'er,tu er ni ai,Турньер,Турньєр,图尔尼埃		FR	28	14	141	14705	153	Europe/Paris
6427528	Tourville-en-Auge	tourville-en-auge	Turvil'-an-Ozh,ao ge de qu tu er wei er,Турвиль-ан-Ож,Турвіль-ан-Ож,奥格地区图尔维尔		FR	28	14	143	14706	240	Europe/Paris
6427529	Tourville-sur-Odon	tourville-sur-odon	Turvil'-sjur-Odon,ao dong he pan tu er wei er,Турвиль-сюр-Одон,Турвіль-сюр-Одон,奥东河畔图尔维尔		FR	28	14	142	14707	1026	Europe/Paris
6427530	Tracy-Bocage	tracy-bocage	Tracy-Bocage,Trasi-Bokazh,te la xi bo ka ge,Траси-Бокаж,Трасі-Бокаж,特拉西博卡格		FR	28	14	144	14708	305	Europe/Paris
6427531	Tracy-sur-Mer	tracy-sur-mer			FR	28	14	141	14709	338	Europe/Paris
6427532	Tréprel	treprel	Treprel',te lei pu lei,trprl,Трепрель,ترپرل,特雷普雷		FR	28	14	142	14710	106	Europe/Paris
6427533	Trévières	trevieres			FR	28	14	141	14711	926	Europe/Paris
6427534	Saline	saline	Troarn,te luo a er en,Троарн,特罗阿尔恩		FR	28	14	142	14712	5468	Europe/Paris
6427535	Montillières-sur-Orne	montillieres-sur-orne	Trua-Mon,te lu wa meng te,Труа-Мон,特鲁瓦蒙特		FR	28	14	142	14713	605	Europe/Paris
6427536	Trouville-sur-Mer	trouville-sur-mer	Trouville-sur-Mer		FR	28	14	143	14715	4642	Europe/Paris
6427537	Trungy	trungy	Trenzhi,Trjunzhi,Trungy,te lan ji,trwngy,Тренжи,Тренжі,Трюнжи,ترونگی,特兰吉		FR	28	14	141	14716	218	Europe/Paris
6427540	Ussy	ussy	Jussi,Ussy,yu xi,Юсси,Юссі,于西		FR	28	14	142	14720	879	Europe/Paris
6427541	Valsemé	valseme	Val'seme,Val'sme,Valseme,Valsemé,vu~aruzume,wa er sai mei,Вальсеме,Вальсме,ヴァルズメ,瓦尔塞梅		FR	28	14	143	14723	278	Europe/Paris
6427542	Valdallière	valdalliere	Vassi,wa xi,wsy  klwds,Васси,Вассі,وسی، کلودس,瓦西		FR	28	14	144	14726	6054	Europe/Paris
6427546	Vaux-sur-Aure	vaux-sur-aure	Vaux-sur-Aure		FR	28	14	141	14732	350	Europe/Paris
6427547	Vaux-sur-Seulles	vaux-sur-seulles	Vaux-sur-Seulles,Vo-sjur-Sel',Vo-sjur-Sjol',se lai he pan wo,wawks swr swls,Во-сюр-Сель,Во-сюр-Сёль,واوکس سور سولس,瑟莱河畔沃		FR	28	14	141	14733	302	Europe/Paris
6427548	Vendes	vendes	Vand,Vendes,wang dai,Ванд,旺代		FR	28	14	141	14734	313	Europe/Paris
6427549	Vendeuvre	vendeuvre	Vandevr,Vandjovr,wang de fu er,wndwwr,Вандевр,Вандёвр,وندوور,旺德夫尔		FR	28	14	142	14735	752	Europe/Paris
6427550	Versainville	versainville	Versainville,Versenvil',wei er sang wei er,Версенвиль,Версенвіль,韦尔桑维尔		FR	28	14	142	14737	461	Europe/Paris
6427551	Verson	verson	Verson		FR	28	14	142	14738	3557	Europe/Paris
6427552	Ver-sur-Mer	ver-sur-mer	Ver-sur-Mer		FR	28	14	141	14739	1605	Europe/Paris
6427553	Vicques	vicques	Vicques,Vik,wei qu ai,Вик,Вік,维屈埃		FR	28	14	142	14742	70	Europe/Paris
6427554	Victot-Pontfol	victot-pontfol	Victot-Pontfol,Vikto-Ponfol',wei ke tuo peng te fu,Викто-Понфоль,Вікто-Понфоль,维克托蓬特福		FR	28	14	143	14743	117	Europe/Paris
6427555	Vienne-en-Bessin	vienne-en-bessin	V'en-an-Bessen,V'enn-an-Bessen,Venn-an-Bessen,Vienne-en-Bessin,bei sang de qu wei an,vu~ien'nu=an=bessan,Вьен-ан-Бессен,Вьенн-ан-Бессен,Вєнн-ан-Бессен,ヴィエンヌ＝アン＝ベッサン,贝桑地区维安		FR	28	14	141	14744	299	Europe/Paris
6427556	Vierville-sur-Mer	vierville-sur-mer	V'ervil'-sjur-Mer,Vervil'-sjur-Mer,Vierville-sur-Mer,bin hai wei ye wei er,vu~ieruvu~iru=shuru=meru,Вьервиль-сюр-Мер,Вєрвіль-сюр-Мер,ヴィエルヴィル＝シュル＝メール,滨海维耶维尔		FR	28	14	141	14745	236	Europe/Paris
6427559	Vignats	vignats	Vignats,Vin'ja,wei ni ya te,Винья,Вінья,维尼亚特		FR	28	14	142	14751	281	Europe/Paris
6427560	Villers-Bocage	villers-bocage	Ville-Bokazh,Viller-Bokazh,Villers-Bocage,wei lai er bo ka ge,Вилле-Бокаж,Виллер-Бокаж,Вілле-Бокаж,维莱尔博卡格		FR	28	14	144	14752	3110	Europe/Paris
6427561	Villers-Canivet	villers-canivet	Ville-Kanive,Viller-Kanive,Villers-Canivet,wei lai er ka ni wei,Вилле-Каниве,Виллер-Каниве,Вілле-Каніве,维莱尔卡尼韦		FR	28	14	142	14753	791	Europe/Paris
6427562	Villers-sur-Mer	villers-sur-mer	Villers-sur-Mer		FR	28	14	143	14754	2694	Europe/Paris
6427563	Villerville	villerville			FR	28	14	143	14755	660	Europe/Paris
6427565	Villons-les-Buissons	villons-les-buissons	Villon-le-Bjuisson,wei long lai bi yi song,Виллон-ле-Бюиссон,Віллон-ле-Бюїссон,维隆莱比伊松		FR	28	14	142	14758	728	Europe/Paris
6427566	Villy-Bocage	villy-bocage	Villi-Bokazh,wei li bo ka ge,Вилли-Бокаж,Віллі-Бокаж,维利博卡格		FR	28	14	144	14760	802	Europe/Paris
6427567	Vimont	vimont	Vimon,Vimont,wei meng,Вимон,Вімон,维蒙		FR	28	14	142	14761	710	Europe/Paris
6432162	Tudelle	tudelle	Tudelle		FR	76	32	321	32456	62	Europe/Paris
6427571	Lavigerie	lavigerie	La Vijaria,La Vijariá,Lavigerie,Lavizhri,la wei re li ye,Лавижри,Лавіжрі,拉维热里耶		FR	84	15	153	15102	105	Europe/Paris
6427572	Leucamp	leucamp			FR	84	15	151	15103	234	Europe/Paris
6427573	Leynhac	leynhac	Leynhac		FR	84	15	151	15104	348	Europe/Paris
6427574	Leyvaux	leyvaux	Laivaus,Lejvo,Levo,Leyvaux,lai wo,Лево,Лейво,莱沃		FR	84	15	153	15105	37	Europe/Paris
6427575	Lieutadès	lieutades	Lieutades,Lieutadès		FR	84	15	153	15106	165	Europe/Paris
6427578	Lugarde	lugarde	Ljugard,Lugarda,lu jia er de,Люгард,吕加尔德		FR	84	15	153	15110	147	Europe/Paris
6427579	Madic	madic	Madik,Мадик,Мадік,میڈیک		FR	84	15	152	15111	207	Europe/Paris
6427580	Malbo	malbo	Malbo		FR	84	15	153	15112	100	Europe/Paris
6427581	Marchastel	marchastel	Marchastel		FR	84	15	153	15116	153	Europe/Paris
6427582	Marcolès	marcoles	Marcoles,Marcolès		FR	84	15	151	15117	593	Europe/Paris
6427583	Marmanhac	marmanhac	Marman'jak,Marmanak,Marmanhac,ma er ma na ke,Марманак,Марманьяк,马尔马纳克		FR	84	15	151	15118	721	Europe/Paris
6427584	Massiac	massiac	Massiac		FR	84	15	153	15119	1718	Europe/Paris
6427586	Méallet	meallet	Mealle,Meallet,Mialet,Méallet,mei a lai,Меалле,梅阿莱		FR	84	15	152	15123	173	Europe/Paris
6427587	Menet	menet	Mene,Menet,mo nei,Мене,默内		FR	84	15	152	15124	567	Europe/Paris
6427588	Molèdes	moledes	Moled,Moleda,mo lai dai,Молед,莫莱代		FR	84	15	153	15126	98	Europe/Paris
6427589	Molompize	molompize	Molompisa,Molompiz,Molompize,mo long pi ci,Моломпиз,Моломпіз,莫隆皮兹		FR	84	15	153	15127	288	Europe/Paris
6427590	Montboudif	montboudif	Monbudif,Montbodif,Montboudif,meng te bu di,monbudifu,Монбудиф,Монбудіф,モンブディフ,蒙特布迪		FR	84	15	153	15129	189	Europe/Paris
6427591	Montchamp	montchamp			FR	84	15	153	15130	136	Europe/Paris
6427595	Moussages	moussages	Mossaja,Moussages,Mussazh,mu sa re,Муссаж,穆萨热		FR	84	15	152	15137	272	Europe/Paris
6427596	Narnhac	narnhac	Narnhac		FR	84	15	153	15139	74	Europe/Paris
6427597	Naucelles	naucelles	Naucelles		FR	84	15	151	15140	1996	Europe/Paris
6427598	Neussargues en Pinatelle	neussargues-en-pinatelle	Nessarg-Muassak,Neussargues Moissac,Neussargues en Pinatelle,Njossarg-Muassak,Nucarga e Moissac,Nuçarga e Moissac,na sa er gai mu wa sa ke,nusarugu=mowasakku,Нессарг-Муассак,Нёссарг-Муассак,ヌサルグ＝モワサック,纳萨尔盖穆瓦萨克		FR	84	15	153	15141	1844	Europe/Paris
6427599	Neuvéglise-sur-Truyère	neuveglise-sur-truyere	Neuveglise-sur-Truyere,Neuvéglise-sur-Truyère		FR	84	15	153	15142	1753	Europe/Paris
6427600	Nieudan	nieudan	N'edan,N'jodan,Nieudan,Niudan,nie yu dang,Ньедан,Ньёдан,Ньєдан,涅于当		FR	84	15	151	15143	108	Europe/Paris
6427601	Omps	omps	Om,Omps,Oms,On,weng pu,Ом,Он,翁普		FR	84	15	151	15144	349	Europe/Paris
6427604	Parlan	parlan	Parlan		FR	84	15	151	15147	431	Europe/Paris
6427605	Paulhenc	paulhenc	Paulhenc,Polank,bo yang ke,Поланк,波扬克		FR	84	15	153	15149	249	Europe/Paris
6427607	Peyrusse	peyrusse	Peirussa,Pejrjuss,Perjus,Peyrusse,pei lu si,Пейрюсс,Перюс,佩吕斯		FR	84	15	153	15151	154	Europe/Paris
6427608	Pierrefort	pierrefort	Pierrefort		FR	84	15	153	15152	903	Europe/Paris
6427609	Polminhac	polminhac	Pol'menak,Pol'min'jak,Polminhac,bo er mi na ke,Польменак,Польминьяк,波尔米纳克		FR	84	15	151	15154	1151	Europe/Paris
6427610	Pradiers	pradiers	Pradiers		FR	84	15	153	15155	89	Europe/Paris
6427611	Quézac	quezac	Quezac,Quézac		FR	84	15	151	15157	328	Europe/Paris
6427612	Rageade	rageade	Rageade		FR	84	15	153	15158	97	Europe/Paris
6427614	Rézentières	rezentieres	Rezentieres,Rézentières		FR	84	15	153	15161	112	Europe/Paris
6427615	Roannes-Saint-Mary	roannes-saint-mary	Roannes-Saint-Mary		FR	84	15	151	15163	1078	Europe/Paris
6427616	Roffiac	roffiac	Rof'jak,Roffiak,Rofiac de Sant Flor,luo fei a ke,Роффиак,Роффіак,Рофьяк,罗菲阿克		FR	84	15	153	15164	611	Europe/Paris
6427617	Rouffiac	rouffiac	Rofiac,Rofiac de Montverd,Rouffiac,Ruf'jak,Ruffiak,lu fei a ke,Руффиак,Руффіак,Руфьяк,鲁菲阿克		FR	84	15	151	15165	206	Europe/Paris
6427618	Roumégoux	roumegoux	Roumegoux,Roumégoux		FR	84	15	151	15166	312	Europe/Paris
6427619	Rouziers	rouziers	Rouziers		FR	84	15	151	15167	121	Europe/Paris
6427620	Saint-Amandin	saint-amandin	Saint-Amandin,Sant Amandin,Sent-Amanden,sheng a mang dan,Сент-Аманден,سینٹ-امنڈن,圣阿芒丹		FR	84	15	153	15170	227	Europe/Paris
6427622	Saint-Antoine	saint-antoine			FR	84	15	151	15172	112	Europe/Paris
6427623	Saint-Bonnet-de-Condat	saint-bonnet-de-condat	Saint-Bonnet-de-Condat,Sant Bonet de Condat,Sant Bonnet de Condat,Sen-Bonne-de-Konda,sheng bo nei de kong da,Сен-Бонне-де-Конда,سینٹ-بونٹ-دے-کوندت,圣博内德孔达		FR	84	15	153	15173	116	Europe/Paris
6427624	Saint-Bonnet-de-Salers	saint-bonnet-de-salers	Saint-Bonnet-de-Salers,Sant Bonet de Salern,Sant Bonet de Salèrn,Sen-Bonne-de-Saler,sheng bo nei de sa lai er,Сен-Бонне-де-Салер,سینٹ-بونٹ-دے-سلیرس,圣博内德萨莱尔		FR	84	15	152	15174	281	Europe/Paris
6427625	Saint-Cernin	saint-cernin	Saint-Cernin,Sant Sarnin,Sen-Sernen,sheng sai er nan,Сен-Сернен,سینٹ-کرنیں ، کنٹل,圣塞尔南		FR	84	15	151	15175	1073	Europe/Paris
6427626	Saint-Chamant	saint-chamant	Saint-Chamant,Sant Chamant,Sen-Shaman,Sench Amand,sheng sha mang,Сен-Шаман,سینٹ-چمنت، کنٹل,圣沙芒		FR	84	15	152	15176	237	Europe/Paris
6427627	Saint-Cirgues-de-Jordanne	saint-cirgues-de-jordanne	Sant Cirgues de Jordana,Sant Cirgues de Jordanne,Sen-Sirg-de-Zhordan,Sen-Sirg-de-Zhordann,sheng xi er gai de ruo er dang,Сен-Сирг-де-Жордан,Сен-Сирг-де-Жорданн,Сен-Сірг-де-Жорданн,سینٹ-کرگیس-دے-جوردانے,圣西尔盖德若尔当		FR	84	15	151	15178	133	Europe/Paris
6427628	Saint-Cirgues-de-Malbert	saint-cirgues-de-malbert	Saint-Cirgues-de-Malbert,Sant Cirgues de Beca,Sant Cirgues de Beça,Sant Cirgues de Malbert,Sen-Sirg-de-Mal'ber,sheng xi er gai de ma er bei er,Сен-Сирг-де-Мальбер,Сен-Сірг-де-Мальбер,سینٹ-کرگیس-دے-ملبرٹ,圣西尔盖德马尔贝尔		FR	84	15	151	15179	250	Europe/Paris
6427664	Tanavelle	tanavelle	Tanavelle		FR	84	15	153	15232	238	Europe/Paris
6427665	Teissières-de-Cornet	teissieres-de-cornet			FR	84	15	151	15233	288	Europe/Paris
6427629	Saint-Constant-Fournoulès	saint-constant-fournoules	Saint-Constant-Fournoules,Saint-Constant-Fournoulès,Sant Constanc,Sant Constant,Sant Constanç,Sen-Konstan,sheng kong si tang,Сен-Констан,سینٹ-کانسٹنٹ، کنٹل,圣孔斯唐		FR	84	15	151	15181	619	Europe/Paris
6427630	Saint-Étienne-Cantalès	saint-etienne-cantales	Saint-Etienne-Cantales,Saint-Étienne-Cantalès,Sant Esteve de Cera,Sant Estève de Cera,Sant Etienne Cantales,Sant Étienne Cantalès,Sent-Eht'en-Kantales,Sent-Et'enn-Kantale,sheng ai di an kang ta lai,Сент-Етьенн-Кантале,Сент-Етьєнн-Кантале,Сент-Этьен-Канталес,سینٹ-ایٹیینے-کنتلیس,圣埃蒂安康塔莱		FR	84	15	151	15182	134	Europe/Paris
6427631	Saint-Étienne-de-Carlat	saint-etienne-de-carlat	Saint-Etienne-de-Carlat,Saint-Étienne-de-Carlat		FR	84	15	151	15183	136	Europe/Paris
6427632	Saint-Étienne-de-Maurs	saint-etienne-de-maurs	Saint-Etienne-de-Maurs,Saint-Étienne-de-Maurs		FR	84	15	151	15184	784	Europe/Paris
6427633	Saint-Étienne-de-Chomeil	saint-etienne-de-chomeil	Saint-Etienne-de-Chomeil,Saint-Étienne-de-Chomeil,Sant Esteve de Chomelh,Sant Estève de Chomelh,Sant Etienne de Chomeil,Sant Étienne de Chomeil,Sent-Eht'en-de-Shomej,Sent-Et'enn-de-Shomej,sheng ai di an de shao mei,Сент-Етьенн-де-Шомей,Сент-Етьєнн-де-Шомей,Сент-Этьен-де-Шомей,سینٹ-ایٹیینے-دے-چومیل,圣埃蒂安德绍梅		FR	84	15	152	15185	215	Europe/Paris
6427634	Sainte-Eulalie	sainte-eulalie	Sainte-Eulalie		FR	84	15	152	15186	211	Europe/Paris
6427635	Saint-Gérons	saint-gerons	Saint-Gerons,Saint-Gérons,Sanctus Gerontius,Sant Gerons,Sant Gironc de Cera,Sant Gironç de Cera,Sant Gérons,Sen-Zheron,sheng re long,Сен-Жерон,سینٹ-گرونس,圣热龙		FR	84	15	151	15189	214	Europe/Paris
6427636	Saint-Illide	saint-illide	Saint-Illide		FR	84	15	151	15191	656	Europe/Paris
6427637	Saint-Jacques-des-Blats	saint-jacques-des-blats	Saint-Jacques des Blats,Sant Jaume dels Blats,Sen-Zhak-de-Bla,sheng ya qu ai dai bu la te,Сен-Жак-де-Бла,سینٹ-جکقوس-دس-بلٹس,圣雅屈埃代布拉特		FR	84	15	151	15192	349	Europe/Paris
6427638	Saint-Julien-de-Toursac	saint-julien-de-toursac	Saint-Julien-de-Toursac		FR	84	15	151	15194	118	Europe/Paris
6427639	Saint-Mamet-la-Salvetat	saint-mamet-la-salvetat	Saint-Mamet-la-Salvetat,Sant Mamet e la Salvetat,Sant Mamet la Salvetat,Sen-Mame-la-Sal'veta,sheng ma mei la sa er wei ta,Сен-Маме-ла-Сальвета,سینٹ-مامت-لا-سلوتات,圣马梅拉萨尔韦塔		FR	84	15	151	15196	1548	Europe/Paris
6427640	Sainte-Marie	sainte-marie	Sainte-Marie,Santa Maria,Santa Maria de Trueire,Santa Maria de Truèire,Sent-Mari,sheng ma li,Сент-Мари,Сент-Марі,سین-مرے، کنٹل,圣玛丽		FR	84	15	153	15198	110	Europe/Paris
6427641	Saint-Martial	saint-martial	Saint-Martial		FR	84	15	153	15199	81	Europe/Paris
6427642	Saint-Martin-Cantalès	saint-martin-cantales	Saint-Martin-Cantales,Saint-Martin-Cantalès		FR	84	15	152	15200	148	Europe/Paris
6427643	Saint-Martin-sous-Vigouroux	saint-martin-sous-vigouroux	Saint-Martin-sous-Vigouroux,Sant Martin de Vigoros,Sant Martin de Vigorós,Sant Martin jos Vigoros,Sant Martin jos Vigorós,Sen-Marten-su-Viguru,sheng ma dan su wei gu lu,Сен-Мартен-су-Вигуру,Сен-Мартен-су-Вігуру,سینٹ-مارٹن-سوس-گوگخو,圣马丹苏维古鲁		FR	84	15	153	15201	240	Europe/Paris
6427644	Saint-Martin-Valmeroux	saint-martin-valmeroux	Saint-Martin-Valmeroux,Sant Martin Valmeroux,Sant Martin de Salern,Sant Martin de Salèrn,Sen-Marten-Val'meru,san=marutan=vu~arumuru,sheng ma dan wa er mo lu,Сен-Мартен-Вальмеру,سینٹ-مارٹن-لمےگخو,サン＝マルタン＝ヴァルムルー,圣马丹瓦尔默鲁		FR	84	15	152	15202	763	Europe/Paris
6427645	Saint-Mary-le-Plain	saint-mary-le-plain	Sant Marc lo Plan,Sant Mari,Sen-Mari-le-Plen,sheng ma li lai pu lan,Сен-Мари-ле-Плен,Сен-Марі-ле-Плен,سینٹ-مرے-لے-پلائیں,圣马里莱普兰		FR	84	15	153	15203	158	Europe/Paris
6427646	Saint-Paul-des-Landes	saint-paul-des-landes	Saint-Paul-des-Landes,Sant Pau de Salern,Sant Pau de Salèrn,Sant Pau jos Vescamps,Sen-Pol'-de-Land,sheng bo dai lang dai,Сен-Поль-де-Ланд,سین-پال-دے-لنڈس,圣波代朗代		FR	84	15	151	15204	1536	Europe/Paris
6427647	Saint-Paul-de-Salers	saint-paul-de-salers	Saint-Paul-de-Salers,Sant Pau de Salern,Sant Pau de Salèrn,Sant Paul des Landes,Sen-Pol'-de-Saler,san=poru=do=sareru,sheng bo de sa lai er,Сен-Поль-де-Салер,سین-پال-دے-سلیرس,サン＝ポール＝ド＝サレール,圣波德萨莱尔		FR	84	15	152	15205	105	Europe/Paris
6427648	Saint-Poncy	saint-poncy	Saint-Poncy,Sant Poncin,Sant Poncy,Sen-Ponsi,sheng peng xi,Сен-Понси,Сен-Понсі,سین-پونکے,圣蓬西		FR	84	15	153	15207	351	Europe/Paris
6427649	Saint-Projet-de-Salers	saint-projet-de-salers	Saint-Projet-de-Salers,Sant Proget,Sant Projet de Salers,Sen-Prozhe-de-Saler,sheng pu luo re de sa lai er,Сен-Проже-де-Салер,سین-پروجیٹ-دے-سلیرس,圣普罗热德萨莱尔		FR	84	15	152	15208	138	Europe/Paris
6427651	Saint-Santin-Cantalès	saint-santin-cantales	Saint-Santin-Cantales,Saint-Santin-Cantalès,Sant Antin de Chantal,Sant Santin Cantales,Sant Santin Cantalès,Sen-Santen-Kantale,Sen-Santen-Kantales,sheng sang tan kang ta lai,syn-sntyn-kntlys,Сен-Сантен-Кантале,Сен-Сантен-Канталес,سین-سنتین-کنتلیس,圣桑坦康塔莱		FR	84	15	151	15211	306	Europe/Paris
6427653	Saint-Saury	saint-saury			FR	84	15	151	15214	190	Europe/Paris
6427654	Saint-Simon	saint-simon	Sant Simon,Sen-Simon,sheng xi meng,Сен-Симон,Сен-Сімон,圣西蒙		FR	84	15	151	15215	1154	Europe/Paris
6427656	Sansac-de-Marmiesse	sansac-de-marmiesse	Sancac de Marmeissa,Sansac de Marmiesse,Sansac-de-Marmiesse,Sansak-de-Marm'es,Sansak-de-Marm'ess,Sansak-de-Marmess,Sançac de Marmeissa,sang sa ke de ma er mi ye si,Сансак-де-Мармьес,Сансак-де-Мармьесс,Сансак-де-Мармєсс,桑萨克德马尔米耶斯		FR	84	15	151	15221	1358	Europe/Paris
6427657	Sauvat	sauvat	Sauvat,Sova,suo wa,Сова,索瓦		FR	84	15	152	15223	209	Europe/Paris
6427658	Ségur-les-Villas	segur-les-villas	Segjur-le-Villa,Segur,Segur les Villas,Segur-les-Villas,Ségur les Villas,Ségur-les-Villas,sai ju lai wei la,Сегюр-ле-Вилла,Сегюр-ле-Вілла,塞居莱维拉		FR	84	15	153	15225	202	Europe/Paris
6427659	Sénezergues	senezergues	Senezergues,Sénezergues		FR	84	15	151	15226	193	Europe/Paris
6427661	Siran	siran	Siran,xi lang,Сиран,Сіран,西朗		FR	84	15	151	15228	483	Europe/Paris
6427662	Sourniac	sourniac	Sourniac		FR	84	15	152	15230	202	Europe/Paris
6427663	Talizat	talizat	Talisat,Taliza,Talizat,ta li zha,Тализа,Таліза,塔利扎		FR	84	15	153	15231	585	Europe/Paris
6427666	Teissières-lès-Bouliès	teissieres-les-boulies			FR	84	15	151	15234	322	Europe/Paris
6427667	Thiézac	thiezac	T'ezak,Thiezac,Thiézac,Tiesac,di ai zha ke,Тьезак,Тьєзак,蒂埃扎克		FR	84	15	151	15236	606	Europe/Paris
6427668	Tiviers	tiviers	Tiviers		FR	84	15	153	15237	169	Europe/Paris
6427669	Tournemire	tournemire	Tornamira,Tournemire,Turnemir,Turnmir,tu er nei mi er,Турнемир,Турнемір,Турнмир,ٹورنمائر,图尔内米尔		FR	84	15	151	15238	125	Europe/Paris
6427670	Trizac	trizac	Trijac,Trizac,Trizak,te li zha ke,Тризак,特里扎克		FR	84	15	152	15243	519	Europe/Paris
6427671	Valjouze	valjouze			FR	84	15	153	15247	23	Europe/Paris
6427672	Valuéjols	valuejols	Valjuehzhol',Valjuezhol',Valuejols,Valuèjols,Valuéjols,falwjwls,wa lu ai ruo er,Валюежоль,Валюэжоль,فالوجولس,瓦吕埃若尔		FR	84	15	153	15248	560	Europe/Paris
6427673	Védrines-Saint-Loup	vedrines-saint-loup	Vedrines-Saint-Loup,Védrines-Saint-Loup		FR	84	15	153	15251	139	Europe/Paris
6427674	Velzic	velzic	Vel'zik,Velgic,Velzic,wei er qi ke,wlzyk,Вельзик,Вельзік,ولزیک,韦尔齐克		FR	84	15	151	15252	420	Europe/Paris
6427675	Vernols	vernols	Vernol',Vernols,Vernous,Vernòus,wei er nuo er,wrnls,Верноль,ورنلس,韦尔诺尔		FR	84	15	153	15253	66	Europe/Paris
6427676	Veyrières	veyrieres	Veirieras,Veirièras,Ver'er,Verer,Veyrieres,Veyrières,wei li ai,Верьер,Верєр,韦里埃		FR	84	15	152	15254	109	Europe/Paris
6427678	Vic-sur-Cère	vic-sur-cere	Vic-sur-Cere,Vic-sur-Cère		FR	84	15	151	15258	1830	Europe/Paris
6427680	Villedieu	villedieu	Vialadieu,Vil'd'e,Vil'd'jo,Viladieu,Villedieu,wei lai di e,Вильдье,Вильдьё,Вільдьє,维莱迪厄		FR	84	15	153	15262	549	Europe/Paris
6427681	Virargues	virargues	Virarg,Virarga,wei la er gai,Вирарг,Вірарг,维拉尔盖		FR	84	15	153	15263	133	Europe/Paris
6427682	Ydes	ydes	Ydes		FR	84	15	152	15265	1738	Europe/Paris
6427683	Yolet	yolet	Iolet,Jole,Yaulecum,Yolet,yi ao lai,Йоле,یولٹ,伊奥莱		FR	84	15	151	15266	555	Europe/Paris
6427684	Ytrac	ytrac	Eitrac,Itrak,Ytracum,itorakku,yi te la ke,ytrk,Ітрак,Итрак,یترک,イトラック,伊特拉克		FR	84	15	151	15267	4246	Europe/Paris
6427685	Chirac	chirac	Chirac,Shirak,shiraku,xi la ke,Ширак,シラク,希拉克		FR	75	16	163	16100	748	Europe/Paris
6427686	Claix	claix	Kle,ke lai,Кле,克莱		FR	75	16	161	16101	1010	Europe/Paris
6427688	Condac	condac	Condac		FR	75	16	163	16104	473	Europe/Paris
6427689	Condéon	condeon	Condeon,Condéon		FR	75	16	162	16105	599	Europe/Paris
6427690	Coulgens	coulgens	Coulgens		FR	75	16	161	16107	538	Europe/Paris
6427691	Courbillac	courbillac			FR	75	16	162	16109	727	Europe/Paris
6427692	Courcôme	courcome	Courcome,Courcôme		FR	75	16	163	16110	806	Europe/Paris
6427693	Courgeac	courgeac	Courgeac		FR	75	16	161	16111	198	Europe/Paris
6427694	Courlac	courlac	Courlac		FR	75	16	161	16112	53	Europe/Paris
6427695	Criteuil-la-Magdeleine	criteuil-la-magdeleine	Criteuil-la-Magdeleine		FR	75	16	162	16116	419	Europe/Paris
6427696	Curac	curac	Curac		FR	75	16	161	16117	128	Europe/Paris
6427697	Deviat	deviat	Deviat		FR	75	16	161	16118	146	Europe/Paris
6427698	Dignac	dignac	Dignac		FR	75	16	161	16119	1308	Europe/Paris
6427699	Dirac	dirac	Dirac,Dirak,Дирак,Дірак		FR	75	16	161	16120	1520	Europe/Paris
6427700	Douzat	douzat	Douzat		FR	75	16	162	16121	483	Europe/Paris
6427701	Ébréon	ebreon	Ebreon,Ébréon		FR	75	16	163	16122	148	Europe/Paris
6427702	Échallat	echallat	Echallat,Échallat		FR	75	16	162	16123	498	Europe/Paris
6427703	Écuras	ecuras			FR	75	16	161	16124	589	Europe/Paris
6427704	Édon	edon	Aidon,Edon,Ehdon,ai dong,Édon,Едон,Эдон,埃东		FR	75	16	161	16125	252	Europe/Paris
6427705	Empuré	empure			FR	75	16	163	16127	101	Europe/Paris
6427706	Épenède	epenede	Epenede,Épenède		FR	75	16	163	16128	195	Europe/Paris
6427708	Esse	esse	Ehs,Es,Ess,Essa,Esse,ai si,Ес,Есс,Эс,埃斯		FR	75	16	163	16131	505	Europe/Paris
6427709	Étagnac	etagnac	Etagnac,Étagnac		FR	75	16	163	16132	976	Europe/Paris
6427710	Étriac	etriac	Etriac,Étriac		FR	75	16	162	16133	202	Europe/Paris
6427711	Exideuil-sur-Vienne	exideuil-sur-vienne	Exideuil-sur-Vienne		FR	75	16	163	16134	1025	Europe/Paris
6427713	Feuillade	feuillade	Fejad,Feuillade,Fjojad,Folhada,fu yi la de,Феяд,Фёйад,弗伊拉德		FR	75	16	161	16137	306	Europe/Paris
6427714	Fleurac	fleurac	Flerak,Fleurac,Fljorak,fu lei la ke,Флерак,Флёрак,弗勒拉克		FR	75	16	162	16139	245	Europe/Paris
6427715	Fontclaireau	fontclaireau	Fontclaireau		FR	75	16	163	16140	435	Europe/Paris
6427716	Fouquebrune	fouquebrune	Fouquebrune		FR	75	16	161	16143	670	Europe/Paris
6427717	Fouqueure	fouqueure	Fouqueure		FR	75	16	163	16144	391	Europe/Paris
6427718	Foussignac	foussignac	Foussignac		FR	75	16	162	16145	628	Europe/Paris
6427719	Garat	garat	Gara,Garat,Гара		FR	75	16	161	16146	2027	Europe/Paris
6427720	Gardes-le-Pontaroux	gardes-le-pontaroux			FR	75	16	161	16147	269	Europe/Paris
6427721	Genac-Bignac	genac-bignac	Genac-Bignac		FR	75	16	162	16148	988	Europe/Paris
6427723	Gensac-la-Pallue	gensac-la-pallue	Gensac-la-Pallue,Zhansak-la-Pallju,rang sa ke la pa lu ai,Жансак-ла-Паллю,让萨克拉帕吕埃		FR	75	16	162	16150	1571	Europe/Paris
6427724	Genté	gente	Gente,Genté		FR	75	16	162	16151	897	Europe/Paris
6427725	Gimeux	gimeux			FR	75	16	162	16152	712	Europe/Paris
6427726	Mainxe-Gondeville	mainxe-gondeville	Mainxe-Gondeville		FR	75	16	162	16153	1178	Europe/Paris
6427728	Grassac	grassac	Grassac		FR	75	16	161	16158	330	Europe/Paris
6427729	Guimps	guimps	Guimps		FR	75	16	162	16160	476	Europe/Paris
6427730	Guizengeard	guizengeard	Guizengeard		FR	75	16	162	16161	167	Europe/Paris
6427731	Gurat	gurat	Gurat		FR	75	16	161	16162	181	Europe/Paris
6427732	Hiersac	hiersac	Hiersac		FR	75	16	162	16163	1065	Europe/Paris
6427733	Hiesse	hiesse	Hiesse		FR	75	16	163	16164	243	Europe/Paris
6427734	Houlette	houlette	Houlette,Ulet,Ulett,wu lai te,Улет,Улетт,乌莱特		FR	75	16	162	16165	367	Europe/Paris
6427735	Jauldes	jauldes	Jauldes		FR	75	16	161	16168	790	Europe/Paris
6427738	Juillac-le-Coq	juillac-le-coq	Juillac-le-Coq		FR	75	16	162	16171	652	Europe/Paris
6427740	Julienne	julienne	Julienne,Zhjul'en,Zhul'enn,rui li an,Жульєнн,Жюльен,瑞利安		FR	75	16	162	16174	510	Europe/Paris
6427741	Val des Vignes	val-des-vignes			FR	75	16	162	16175	1418	Europe/Paris
6427742	Ladiville	ladiville	Ladiville		FR	75	16	162	16177	116	Europe/Paris
6427743	Lagarde-sur-le-Né	lagarde-sur-le-ne	Lagarde-sur-le-Ne,Lagarde-sur-le-Né		FR	75	16	162	16178	180	Europe/Paris
6427745	Laprade	laprade	La Prada,Laprad,Laprade,la pu la de,Лапрад,لاپراڈی، چارینٹی,拉普拉德		FR	75	16	161	16180	246	Europe/Paris
6427746	Lessac	lessac	Lessac		FR	75	16	163	16181	546	Europe/Paris
6427747	Lesterps	lesterps			FR	75	16	163	16182	483	Europe/Paris
6427748	Lichères	licheres	Licheres,Lichères		FR	75	16	163	16184	89	Europe/Paris
6427749	Lignières-Sonneville	lignieres-sonneville	Lignieres-Sonneville,Lignières-Sonneville		FR	75	16	162	16186	601	Europe/Paris
6427750	Linars	linars	Linar,Linars,li na er,Линар,Лінар,利纳尔		FR	75	16	161	16187	2094	Europe/Paris
6427751	Londigny	londigny			FR	75	16	163	16189	250	Europe/Paris
6427752	Longré	longre	Longre,Longré		FR	75	16	163	16190	194	Europe/Paris
6427753	Lonnes	lonnes	Lonnes		FR	75	16	163	16191	176	Europe/Paris
6427754	Lupsault	lupsault			FR	75	16	163	16194	97	Europe/Paris
6427755	Luxé	luxe	Luxe,Luxé		FR	75	16	163	16196	722	Europe/Paris
6427756	Magnac-sur-Touvre	magnac-sur-touvre	Magnac-sur-Touvre		FR	75	16	161	16199	3100	Europe/Paris
6427757	Maine-de-Boixe	maine-de-boixe	Maine-de-Boixe		FR	75	16	163	16200	478	Europe/Paris
6427761	Manot	manot	Mano,Manoc,Manot,Manòc,mang ao,Мано,芒奥		FR	75	16	163	16205	563	Europe/Paris
6427762	Mansle	mansle	Mansle		FR	75	16	163	16206	1658	Europe/Paris
6427763	Marcillac-Lanville	marcillac-lanville	Marcillac-Lanville		FR	75	16	162	16207	536	Europe/Paris
6427764	Mareuil	mareuil	Marej,Mareuil,Marjoj,Марей,Марёй		FR	75	16	162	16208	406	Europe/Paris
6427765	Marsac	marsac	Marsac,Marsak,ma er sa ke,Марсак,马尔萨克		FR	75	16	161	16210	831	Europe/Paris
6427766	Marthon	marthon	Marthon		FR	75	16	161	16211	558	Europe/Paris
6427767	Massignac	massignac			FR	75	16	163	16212	392	Europe/Paris
6427769	Merpins	merpins	Merpins		FR	75	16	162	16217	1113	Europe/Paris
6427770	Mesnac	mesnac	Mesnac		FR	75	16	162	16218	409	Europe/Paris
6427771	Montboyer	montboyer			FR	75	16	161	16222	369	Europe/Paris
6427772	Montmérac	montmerac	Montmerac,Montmérac		FR	75	16	162	16224	728	Europe/Paris
6427773	Montignac-Charente	montignac-charente	Montignac-Charente		FR	75	16	163	16226	733	Europe/Paris
6427774	Montignac-le-Coq	montignac-le-coq	Montignac-le-Coq		FR	75	16	161	16227	137	Europe/Paris
6427775	Montjean	montjean	Montjean,Monzhan,meng te rang,Монжан,蒙特让		FR	75	16	163	16229	233	Europe/Paris
6427776	Montrollet	montrollet	Montrollet		FR	75	16	163	16231	307	Europe/Paris
6427777	Moulidars	moulidars	Moulidars		FR	75	16	162	16234	719	Europe/Paris
6427778	Mouthiers-sur-Boëme	mouthiers-sur-boeme	Mouthiers-sur-Boeme,Mouthiers-sur-Boëme		FR	75	16	161	16236	2441	Europe/Paris
6427779	Moutonneau	moutonneau	Moutonneau		FR	75	16	163	16238	111	Europe/Paris
6427780	Mouzon	mouzon	Mausom,Mouzon,Muzon,mu zong,Музон,穆宗		FR	75	16	163	16239	130	Europe/Paris
6427781	Nabinaud	nabinaud			FR	75	16	161	16240	99	Europe/Paris
6427782	Nanclars	nanclars	Nanclars		FR	75	16	163	16241	200	Europe/Paris
6427783	Nanteuil-en-Vallée	nanteuil-en-vallee	Nanteuil-en-Vallee,Nanteuil-en-Vallée		FR	75	16	163	16242	1346	Europe/Paris
6427784	Nercillac	nercillac	Nercillac		FR	75	16	162	16243	1098	Europe/Paris
6427785	Nersac	nersac	Nersac		FR	75	16	161	16244	2410	Europe/Paris
6427786	Nonac	nonac			FR	75	16	161	16246	291	Europe/Paris
6427788	Oradour-Fanais	oradour-fanais	Oradour-Fanais		FR	75	16	163	16249	397	Europe/Paris
6427789	Orgedeuil	orgedeuil	Orgedeuil		FR	75	16	161	16250	228	Europe/Paris
6427790	Oriolles	oriolles	Oriolles		FR	75	16	162	16251	266	Europe/Paris
6427791	Orival	orival	Orival',ao li wa,Ориваль,奥里瓦		FR	75	16	161	16252	153	Europe/Paris
6427792	Palluaud	palluaud	Palluaud		FR	75	16	161	16254	231	Europe/Paris
6427793	Parzac	parzac	Parzac		FR	75	16	163	16255	138	Europe/Paris
6427794	Passirac	passirac	Passirac		FR	75	16	162	16256	239	Europe/Paris
6427796	Pillac	pillac	Pillac		FR	75	16	161	16260	267	Europe/Paris
6427798	Plassac-Rouffiac	plassac-rouffiac	Plassac-Rouffiac		FR	75	16	161	16263	402	Europe/Paris
6427799	Pleuville	pleuville	Pleuville		FR	75	16	163	16264	352	Europe/Paris
6427800	Poullignac	poullignac	Poullignac		FR	75	16	161	16267	86	Europe/Paris
6427801	Poursac	poursac	Poursac		FR	75	16	163	16268	198	Europe/Paris
6427802	Pranzac	pranzac	Pranzac		FR	75	16	161	16269	908	Europe/Paris
6427803	Pressignac	pressignac	Pressignac		FR	75	16	163	16270	364	Europe/Paris
6427804	Puymoyen	puymoyen	Puymoyen		FR	75	16	161	16271	2388	Europe/Paris
6427805	Puyréaux	puyreaux	Puyreaux,Puyréaux		FR	75	16	163	16272	529	Europe/Paris
6427806	Raix	raix	Raix		FR	75	16	163	16273	149	Europe/Paris
6427809	Reignac	reignac	Reignac,Ren'jak,lei ni ya ke,Реньяк,雷尼亚克		FR	75	16	162	16276	733	Europe/Paris
6427810	Réparsac	reparsac	Reparsac,Réparsac		FR	75	16	162	16277	615	Europe/Paris
6427811	Rioux-Martin	rioux-martin			FR	75	16	161	16279	237	Europe/Paris
6427812	Rivières	rivieres	Riv'er,River,Rivieras,Rivieres,Rivières,li wei ai,Ривьер,Ривєр,里维埃		FR	75	16	161	16280	1999	Europe/Paris
6427813	Ronsenac	ronsenac	Ronsenac		FR	75	16	161	16283	572	Europe/Paris
6427814	Rougnac	rougnac			FR	75	16	161	16285	407	Europe/Paris
6427815	Roussines	roussines	Rossinas,Roussines,Russin,lu xi nei,Руссин,Руссін,鲁西内		FR	75	16	163	16289	275	Europe/Paris
6427816	Rouzède	rouzede	Rouzede,Rouzède		FR	75	16	161	16290	238	Europe/Paris
6427817	Ruelle-sur-Touvre	ruelle-sur-touvre			FR	75	16	161	16291	7215	Europe/Paris
6427818	Saint-Adjutory	saint-adjutory	Saint-Adjutory		FR	75	16	161	16293	475	Europe/Paris
6427819	Saint-Amant-de-Boixe	saint-amant-de-boixe	Saint-Amant-de-Boixe		FR	75	16	163	16295	1393	Europe/Paris
6427821	Saint-Amant-de-Nouère	saint-amant-de-nouere	Saint-Amant-de-Nouere,Saint-Amant-de-Nouère		FR	75	16	162	16298	403	Europe/Paris
6427822	Val-de-Bonnieure	val-de-bonnieure	Val-de-Bonnieure		FR	75	16	163	16300	1311	Europe/Paris
6427823	Saint-Aulais-la-Chapelle	saint-aulais-la-chapelle			FR	75	16	162	16301	235	Europe/Paris
6427824	Saint-Avit	saint-avit	Saint-Avit,Sent-Avi,sheng a wei,Сент-Ави,Сент-Аві,سینٹ-اوٹ، چارینتے,圣阿维		FR	75	16	161	16302	206	Europe/Paris
6427825	Saint-Brice	saint-brice	Sen-Bris,sheng bu li ke,Сен-Брис,سینٹ-برکے، چارینتے,圣布里克		FR	75	16	162	16304	966	Europe/Paris
6427826	Saint-Ciers-sur-Bonnieure	saint-ciers-sur-bonnieure	Saint-Ciers-sur-Bonnieure		FR	75	16	163	16307	335	Europe/Paris
6427827	Saint-Claud	saint-claud	Saint-Claud		FR	75	16	163	16308	1057	Europe/Paris
6427828	Saint-Cybardeaux	saint-cybardeaux	Saint-Cybardeaux		FR	75	16	162	16312	835	Europe/Paris
6427830	Saint-Fort-sur-le-Né	saint-fort-sur-le-ne	Saint-Fort-sur-le-Ne,Saint-Fort-sur-le-Né		FR	75	16	162	16316	365	Europe/Paris
6427831	Saint-Fraigne	saint-fraigne	Saint-Fraigne		FR	75	16	163	16317	447	Europe/Paris
6427832	Saint-Front	saint-front	Saint-Front,Sen-Fron,Sent Front,sheng fu long,Сен-Фрон,سینٹ-فرنٹ، چارینتے,圣夫龙		FR	75	16	163	16318	367	Europe/Paris
6427833	Saint-Genis-d'Hiersac	saint-genis-d-hiersac			FR	75	16	162	16320	912	Europe/Paris
6427835	Saint-Germain-de-Montbron	saint-germain-de-montbron	Saint-Germain-de-Montbron		FR	75	16	161	16323	491	Europe/Paris
6427836	Saint-Gourson	saint-gourson	Saint-Gourson		FR	75	16	163	16325	139	Europe/Paris
6427837	Saint-Groux	saint-groux	Saint-Groux		FR	75	16	163	16326	139	Europe/Paris
6427839	Saint-Laurent-de-Céris	saint-laurent-de-ceris	Saint-Laurent-de-Ceris,Saint-Laurent-de-Céris		FR	75	16	163	16329	775	Europe/Paris
6427840	Saint-Laurent-de-Cognac	saint-laurent-de-cognac	Saint-Laurent-de-Cognac		FR	75	16	162	16330	832	Europe/Paris
6427841	Saint-Laurent-des-Combes	saint-laurent-des-combes	Sen-Loran-de-Komb,sheng luo lang-de kong bu,Сен-Лоран-де-Комб,سینٹ-لارنٹ-دس-کومبس، چارینتے,圣洛朗-德孔布		FR	75	16	161	16331	93	Europe/Paris
6427842	Saint-Martin-du-Clocher	saint-martin-du-clocher	Saint-Martin-du-Clocher		FR	75	16	163	16335	124	Europe/Paris
6427843	Saint-Mary	saint-mary	Saint-Mary,Sen-Mari,Sent Mari,sheng ma li,Сен-Мари,Сен-Марі,سینٹ-مرے,圣马里		FR	75	16	163	16336	350	Europe/Paris
6427844	Saint-Maurice-des-Lions	saint-maurice-des-lions	Saint-Maurice-des-Lions		FR	75	16	163	16337	882	Europe/Paris
6427845	Saint-Même-les-Carrières	saint-meme-les-carrieres	Saint-Meme-les-Carrieres,Saint-Même-les-Carrières		FR	75	16	162	16340	1082	Europe/Paris
6427846	Saint-Michel	saint-michel	Saint-Michel,Sen-Mishel',sheng mi she,Сен-Мишель,Сен-Мішель,سینٹ-مچل، چارینتے,圣米舍		FR	75	16	161	16341	3234	Europe/Paris
6427848	Saint-Preuil	saint-preuil	Saint-Preuil		FR	75	16	162	16343	288	Europe/Paris
6427850	Saint-Quentin-sur-Charente	saint-quentin-sur-charente	Saint-Quentin-sur-Charente		FR	75	16	163	16345	211	Europe/Paris
6427851	Saint-Quentin-de-Chalais	saint-quentin-de-chalais	Saint-Quentin-de-Chalais		FR	75	16	161	16346	261	Europe/Paris
6427852	Sainte-Sévère	sainte-severe	Sent-Sever,sheng sai wei er,Сент-Север,سین-سویرے,圣塞韦尔		FR	75	16	162	16349	531	Europe/Paris
6427853	Saint-Simeux	saint-simeux	Saint-Simeux		FR	75	16	162	16351	610	Europe/Paris
6427854	Sainte-Souline	sainte-souline	Sainte-Souline		FR	75	16	162	16354	114	Europe/Paris
6427855	Saint-Sulpice-de-Cognac	saint-sulpice-de-cognac	Saint-Sulpice-de-Cognac		FR	75	16	162	16355	1221	Europe/Paris
6427856	Saint-Sulpice-de-Ruffec	saint-sulpice-de-ruffec	Saint-Sulpice-de-Ruffec		FR	75	16	163	16356	31	Europe/Paris
6427857	Saint-Vallier	saint-vallier	Saint-Vallier,Sen-Val'e,sheng wa li ye,Сен-Валье,Сен-Вальє,圣瓦利耶		FR	75	16	162	16357	137	Europe/Paris
6427858	Saint-Yrieix-sur-Charente	saint-yrieix-sur-charente	Saint-Yrieix-sur-Charente		FR	75	16	161	16358	7243	Europe/Paris
6427859	Salles-d'Angles	salles-d-angles			FR	75	16	162	16359	1035	Europe/Paris
6427860	Salles-de-Barbezieux	salles-de-barbezieux			FR	75	16	162	16360	455	Europe/Paris
6427861	Salles-de-Villefagnan	salles-de-villefagnan			FR	75	16	163	16361	329	Europe/Paris
6427862	Salles-Lavalette	salles-lavalette	Salles-Lavalette		FR	75	16	161	16362	365	Europe/Paris
6427863	Saulgond	saulgond	Saulgond		FR	75	16	163	16363	515	Europe/Paris
6427865	Sauvignac	sauvignac	Sauvignac		FR	75	16	162	16365	104	Europe/Paris
6427866	Segonzac	segonzac	Segonzak,se gong zha ke,Сегонзак,瑟贡扎克		FR	75	16	162	16366	2105	Europe/Paris
6427867	Sers	sers	Sar,Ser,Sers,Serts,sai er,Сер,塞尔		FR	75	16	161	16368	862	Europe/Paris
6427868	Sigogne	sigogne	Sigogne		FR	75	16	162	16369	998	Europe/Paris
6427869	Sireuil	sireuil	Sirej,Sireuil,Sirjoj,xi lei yi,Сирёй,Сірей,西勒伊		FR	75	16	161	16370	1158	Europe/Paris
6427870	Souffrignac	souffrignac			FR	75	16	161	16372	134	Europe/Paris
6427871	Soyaux	soyaux	Soyaux		FR	75	16	161	16374	9356	Europe/Paris
6427872	Suaux	suaux	Suaux		FR	75	16	163	16375	401	Europe/Paris
6427874	Taizé-Aizie	taize-aizie	Taize-Aizie,Taizé-Aizie		FR	75	16	163	16378	583	Europe/Paris
6427875	Taponnat-Fleurignac	taponnat-fleurignac	Taponnat-Fleurignac		FR	75	16	161	16379	1523	Europe/Paris
6427876	Theil-Rabier	theil-rabier	Theil-Rabier		FR	75	16	163	16381	174	Europe/Paris
6427877	Torsac	torsac	Torsac		FR	75	16	161	16382	768	Europe/Paris
6427878	Tourriers	tourriers			FR	75	16	163	16383	758	Europe/Paris
6427879	Touvérac	touverac	Touverac,Touvérac		FR	75	16	162	16384	656	Europe/Paris
6427881	Triac-Lautrait	triac-lautrait	Triac-Lautrait		FR	75	16	162	16387	452	Europe/Paris
6427882	Trois-Palis	trois-palis	Trois-Palis		FR	75	16	161	16388	953	Europe/Paris
6427883	Turgon	turgon	Tjurgon,Turgon,Turgont,di er gong,twrgn  sharanth,Тюргон,تورگن، شارانته,ٹورگن، چیرنت,蒂尔贡		FR	75	16	163	16389	86	Europe/Paris
6427886	Valence	valence	Valans,Valenca,Valença,wa lang ke,Валанс,瓦朗克		FR	75	16	163	16392	208	Europe/Paris
6427887	Vars	vars	Var,Vars,wa er,wrs  shrant,Вар,ورس، شرانت,瓦尔		FR	75	16	163	16393	2067	Europe/Paris
6427888	Vaux-Lavalette	vaux-lavalette	Vaux-Lavalette		FR	75	16	161	16394	99	Europe/Paris
6427889	Vaux-Rouillac	vaux-rouillac	Vaux-Rouillac		FR	75	16	162	16395	298	Europe/Paris
6427890	Ventouse	ventouse	Vantuz,Ventosa,Ventouse,wang tu si,wantwz  shrant,Вантуз,وانتوز، شرانت,旺图斯		FR	75	16	163	16396	128	Europe/Paris
6427891	Verdille	verdille	Verdille		FR	75	16	163	16397	340	Europe/Paris
6427893	Verteuil-sur-Charente	verteuil-sur-charente	Verteuil-sur-Charente		FR	75	16	163	16400	650	Europe/Paris
6427894	Moulins-sur-Tardoire	moulins-sur-tardoire	Moulins-sur-Tardoire		FR	75	16	161	16406	776	Europe/Paris
6427895	Villebois-Lavalette	villebois-lavalette	Vil'bua-Lavalet,Vil'bua-Lavalett,Vilabosc e La Valeta,Vilabuou,Vilabuòu,Vilabòsc e La Valeta,Villebois-Lavalette,wei lei bu wa la wa lai te,Вильбуа-Лавалет,Вільбуа-Лавалетт,维勒布瓦拉瓦莱特		FR	75	16	161	16408	757	Europe/Paris
6427898	Villejoubert	villejoubert	Vil'zhuber,Villejoubert,wei lei ru bei er,Вильжубер,Вільжубер,维勒茹贝尔		FR	75	16	163	16412	333	Europe/Paris
6427899	Villiers-le-Roux	villiers-le-roux	Villiers-le-Roux		FR	75	16	163	16413	137	Europe/Paris
6427900	Villognon	villognon	Villognon		FR	75	16	163	16414	324	Europe/Paris
6427901	Vindelle	vindelle	Vindelle		FR	75	16	161	16415	1064	Europe/Paris
6427902	Vitrac-Saint-Vincent	vitrac-saint-vincent	Vitrac-Saint-Vincent		FR	75	16	163	16416	517	Europe/Paris
6427904	Vouharte	vouharte	Vouharte		FR	75	16	163	16419	327	Europe/Paris
6427905	Voulgézac	voulgezac			FR	75	16	161	16420	251	Europe/Paris
6427906	Vouthon	vouthon	Vouthon		FR	75	16	161	16421	427	Europe/Paris
6427907	Vouzan	vouzan			FR	75	16	161	16422	772	Europe/Paris
6427908	Xambes	xambes	Xambes		FR	75	16	163	16423	312	Europe/Paris
6427909	Yviers	yviers	Yviers		FR	75	16	161	16424	511	Europe/Paris
6427910	Yvrac-et-Malleyrand	yvrac-et-malleyrand	Yvrac-et-Malleyrand		FR	75	16	161	16425	539	Europe/Paris
6427911	Chérac	cherac	Cherac,Chérac		FR	75	17	174	17100	1094	Europe/Paris
6427912	Cherbonnières	cherbonnieres	Sherbon'er,xie er bo ni ai,Шербоньер,Шербоньєр,谢尔博尼埃		FR	75	17	175	17101	347	Europe/Paris
6427913	Chermignac	chermignac	Chermignac		FR	75	17	174	17102	1251	Europe/Paris
6427915	Chevanceaux	chevanceaux			FR	75	17	171	17104	1015	Europe/Paris
6427916	Chives	chives	Chives,Shiv,xi wei,Шив,希韦		FR	75	17	175	17105	338	Europe/Paris
6427917	Cierzac	cierzac	Cierzac		FR	75	17	171	17106	300	Europe/Paris
6427918	Ciré-d'Aunis	cire-d-aunis			FR	75	17	172	17107	1335	Europe/Paris
6427919	Clam	clam	Clam,Klam,Klan,ke lang,Клам,Клан,克朗		FR	75	17	171	17108	424	Europe/Paris
6427920	Clavette	clavette	Klavet,Klavett,ke la wei te,Клавет,Клаветт,Կլավետ,克拉韦特		FR	75	17	173	17109	1357	Europe/Paris
6427921	Clérac	clerac			FR	75	17	171	17110	984	Europe/Paris
6427922	Clion	clion	Klion,ke li weng,Клион,Кліон,Կլիոն,克利翁		FR	75	17	171	17111	813	Europe/Paris
6427923	Coivert	coivert	Coivert,Koaver,Kuaver,kua wei er,Коавер,Куавер,Կուավեր,夸韦尔		FR	75	17	175	17114	212	Europe/Paris
6427924	Consac	consac	Konsak,kong sa ke,Консак,Կոնսակ,孔萨克		FR	75	17	171	17116	214	Europe/Paris
6427925	Contré	contre	Contre,Contré		FR	75	17	175	17117	142	Europe/Paris
6427926	Corignac	corignac	Corignac,Korin'jak,Korinak,Korinyak,ke li ni ya ke,Кориньяк,Корињак,Կորինյակ,科里尼亚克		FR	75	17	171	17118	368	Europe/Paris
6427927	Corme-Écluse	corme-ecluse			FR	75	17	174	17119	1111	Europe/Paris
6427928	Corme-Royal	corme-royal	Corme-Royal,Korm Roajal,Korm Royal,Korm-Ruajal',Korm-Ruajjal',ke er mu lu wa a,Корм Роајал,Корм-Руайяль,Корм-Руаяль,Կորմ Ռոյալ,科尔姆鲁瓦阿		FR	75	17	174	17120	1805	Europe/Paris
6427929	Courant	courant	Courant,Kuran,ku lang,Куран,库朗		FR	75	17	175	17124	407	Europe/Paris
6427930	Courcerac	courcerac	Kurserak,Kursrak,ku er se la ke,Курсерак,Курсрак,Կուրսրակ,库尔瑟拉克		FR	75	17	175	17126	302	Europe/Paris
6427931	Courçon	courcon			FR	75	17	173	17127	1757	Europe/Paris
6427932	Courcoury	courcoury	Kurkuri,ku er ku li,Куркури,Куркурі,Կուրկուրի,库尔库里		FR	75	17	174	17128	686	Europe/Paris
6427933	Courpignac	courpignac	Kurpin'jak,Kurpinak,Kurpinyak,ku er pi ni ya ke,Курпиньяк,Курпињак,Курпіньяк,Կուրպինյակ,库尔皮尼亚克		FR	75	17	171	17129	408	Europe/Paris
6427934	Cozes	cozes	Cozes		FR	75	17	174	17131	2136	Europe/Paris
6427935	Cramchaban	cramchaban	Cramchaban,Kramshaban,Kransaban,Kranshaban,ke lang sha bang,Крамшабан,Краншабан,Կրանշաբան,克朗沙邦		FR	75	17	173	17132	654	Europe/Paris
6427936	Cravans	cravans	Cravans,Kravan,ke la wang,Краван,Կրավան,克拉旺		FR	75	17	174	17133	854	Europe/Paris
6427937	Crazannes	crazannes	Crazannes,Krazan,Krazann,ke la zha nei,Кразан,Кразанн,Կրազան,克拉扎内		FR	75	17	174	17134	441	Europe/Paris
6427938	Cressé	cresse	Cresse,Cressé,Krese,Kresse,ke lei sai,Кресе,Крессе,Կրեսսե,克雷塞		FR	75	17	175	17135	239	Europe/Paris
6427939	Croix-Chapeau	croix-chapeau	Kroa Shapo,Krua Sapo,Krua-Shapo,ke lu wa sha bo,Кроа Шапо,Круа-Шапо,Կրուա Շապո,克鲁瓦沙波		FR	75	17	173	17136	1240	Europe/Paris
6427940	Dampierre-sur-Boutonne	dampierre-sur-boutonne	Dampierre-sur-Boutonne		FR	75	17	175	17138	279	Europe/Paris
6427941	Dompierre-sur-Charente	dompierre-sur-charente	Domp'er-sjur-Sharant,Domperr-sjur-Sharant,Dompier syur Sarant,Dompierre-sur-Charente,Dompjer sir Sharant,sha lang te he pan dong pi ye er,Домпьер-сюр-Шарант,Домпєрр-сюр-Шарант,Домпјер сир Шарант,Դոմպիեր սյուր Շարանտ,沙朗特河畔东皮耶尔		FR	75	17	174	17141	451	Europe/Paris
6427942	Dompierre-sur-Mer	dompierre-sur-mer	Domp'er-sjur-Mer,Domperr-sjur-Mer,Dompier syur Mer,Dompjer na Moru,bin hai dong pi ai er,Домпьер-сюр-Мер,Домпєрр-сюр-Мер,Домпјер на Мору,Դոմպիեր սյուր Մեր,滨海栋皮埃尔		FR	75	17	173	17142	5387	Europe/Paris
6427943	Échebrune	echebrune	Echebrune,Ehshbrjun,Eshebrjun,ai she bu lan,Échebrune,Ешебрюн,Эшбрюн,埃舍布兰		FR	75	17	171	17145	486	Europe/Paris
6427944	Échillais	echillais			FR	75	17	172	17146	3512	Europe/Paris
6427945	Écoyeux	ecoyeux	Ecoyeux,Écoyeux		FR	75	17	174	17147	1352	Europe/Paris
6427946	Écurat	ecurat	Ehkjura,Ekjura,ai qu la,Екюра,Экюра,埃屈拉		FR	75	17	174	17148	470	Europe/Paris
6427947	Épargnes	epargnes	Ehparn',Epargnes,Eparn',ai pa er gai,Épargnes,Епарнь,Эпарнь,埃帕尔盖		FR	75	17	174	17152	854	Europe/Paris
6427948	Esnandes	esnandes	Esnandes		FR	75	17	173	17153	2056	Europe/Paris
6427949	Étaules	etaules	Ehtol',Etaules,Etol,Etol',ai tuo lai,Étaules,Етол,Етоль,Этоль,埃托莱		FR	75	17	172	17155	2398	Europe/Paris
6427950	Expiremont	expiremont	Ehkspirmon,Ekspirmon,Expiremont,ai ke si pi lei meng,Експирмон,Експірмон,Экспирмон,埃克斯皮雷蒙		FR	75	17	171	17156	128	Europe/Paris
6427951	Ferrières	ferrieres	Fer'er,Ferrier,Ferrieres,Ferrières,fu er li ai,Феррієр,Ферьер,弗尔里埃		FR	75	17	173	17158	877	Europe/Paris
6427952	Fléac-sur-Seugne	fleac-sur-seugne	Fleac-sur-Seugne,Fléac-sur-Seugne		FR	75	17	171	17159	374	Europe/Paris
6427953	Floirac	floirac	Floirac,Fluarak,fu lu wa la ke,Флуарак,弗卢瓦拉克		FR	75	17	174	17160	370	Europe/Paris
6427954	Fontaine-Chalendray	fontaine-chalendray	Fontaine-Chalendray,Fonten-Shalandre,feng tan sha lang de lai,Фонтен-Шаландре,丰坦沙朗德赖		FR	75	17	175	17162	205	Europe/Paris
6427955	Fontaines-d'Ozillac	fontaines-d-ozillac	Fontaines-d'Ozillac		FR	75	17	171	17163	516	Europe/Paris
6427956	Fontcouverte	fontcouverte	Fonkuvert,Fontcouverte,feng te ku wei er te,Фонкуверт,丰特库韦尔特		FR	75	17	174	17164	2384	Europe/Paris
6427957	Fontenet	fontenet	Fontene,Fontenet,Fontne,feng te nei,Фонтене,Фонтне,丰特内		FR	75	17	175	17165	403	Europe/Paris
6427958	Fouras	fouras	Fouras		FR	75	17	172	17168	4046	Europe/Paris
6427959	Gémozac	gemozac	Gemozac,Gémozac		FR	75	17	174	17172	2843	Europe/Paris
6427960	Germignac	germignac	Germignac		FR	75	17	171	17175	663	Europe/Paris
6427961	Gibourne	gibourne	Gibourne,Zhiburn,Ziburn,ji bu er en,Жибурн,Ժիբուրն,吉布尔恩		FR	75	17	175	17176	112	Europe/Paris
6427962	Givrezac	givrezac	Givrezac,Zhivrezak,Zivrezak,ji fu lei zha ke,Живрезак,Ժիվրեզակ,吉夫雷扎克		FR	75	17	171	17178	68	Europe/Paris
6427963	Gourvillette	gourvillette	Gurvilet,Gurvillet,Gurvillett,gu er wei lai te,Гурвиллет,Гурвіллетт,Գուրվիլետ,古尔维莱特		FR	75	17	175	17180	93	Europe/Paris
6427964	Grandjean	grandjean	Grandjean,Granzan,Granzhan,ge lang de rang,Гранжан,Գրանժան,格朗德让		FR	75	17	175	17181	293	Europe/Paris
6427965	Grézac	grezac	Grezac,Grezak,Grézac,ge lei zha ke,Грезак,Գրեզակ,格雷扎克		FR	75	17	174	17183	916	Europe/Paris
6427966	Guitinières	guitinieres	Gitin'er,Gitinier,Guitinieres,Guitinières,ji di ni ai,Гитиньер,Гітіньєр,Գիտինիեր,吉蒂尼埃		FR	75	17	171	17187	524	Europe/Paris
6427967	Haimps	haimps	Haimps		FR	75	17	175	17188	465	Europe/Paris
6427969	Jarnac-Champagne	jarnac-champagne	Jarnac-Champagne,Zarnak Sampayn,Zharnak-Shampan',jrnak-shympyn,ya er na ke shang pa ni,Жарнак-Шампань,Ժարնակ Շամպայն,جرناک-شیمپین,雅尔纳克尚帕尼		FR	75	17	171	17192	788	Europe/Paris
6427970	Jazennes	jazennes	Jazennes,Zazen,Zhazen,Zhazenn,ya ze nei,Жазен,Жазенн,Ժազեն,雅泽内		FR	75	17	174	17196	531	Europe/Paris
6427971	Jonzac	jonzac	Jonzac		FR	75	17	171	17197	3442	Europe/Paris
6427972	Juicq	juicq	Juicq		FR	75	17	175	17198	288	Europe/Paris
6427973	Jussas	jussas	Jussas		FR	75	17	171	17199	145	Europe/Paris
6427974	Lagord	lagord	Lagor,Lagord,la ge er,Лагор,Լագոր,لاگورڈ,拉戈尔		FR	75	17	173	17200	7100	Europe/Paris
6427975	Landrais	landrais	Landrais,Landre,lang de lai,Ландре,Լանդրե,لانڈرایس,朗德赖		FR	75	17	172	17203	738	Europe/Paris
6427976	Léoville	leoville	Leoville,Léoville		FR	75	17	171	17204	317	Europe/Paris
6427977	Loire-les-Marais	loire-les-marais	Loire-les-Marais,Luar-le-Mare,lu wa er lai ma lai,Луар-ле-Маре,卢瓦尔莱马赖		FR	75	17	172	17205	382	Europe/Paris
6427978	Loiré-sur-Nie	loire-sur-nie	Luare-sjur-Ni,ni de he pan lu wa lei,Луаре-сюр-Ни,Луаре-сюр-Ні,尼德河畔卢瓦雷		FR	75	17	175	17206	285	Europe/Paris
6427979	Loix	loix	Loix,Lua,lu wa,Луа,卢瓦		FR	75	17	173	17207	715	Europe/Paris
6427980	Longèves	longeves	Longeves,Longèves,Lonzhev,long re wei,Лонжев,隆热韦		FR	75	17	173	17208	955	Europe/Paris
6427982	Lorignac	lorignac	Lorignac,Lorin'jak,luo li ni ya ke,Лориньяк,洛里尼亚克		FR	75	17	171	17210	487	Europe/Paris
6427983	Loulay	loulay			FR	75	17	175	17211	777	Europe/Paris
6427985	Lozay	lozay	Loze,luo ze,Лозе,洛泽		FR	75	17	175	17213	141	Europe/Paris
6427986	Luchat	luchat	Ljusha,Luchat,lu sha,Люша,吕沙		FR	75	17	174	17214	514	Europe/Paris
6427987	Lussant	lussant	Ljussan,Lussant,lu sang,Люссан,吕桑		FR	75	17	172	17216	996	Europe/Paris
6427988	Macqueville	macqueville	Macqueville,Makvil',ma qu ai wei er,mykywwyl,Маквиль,Маквіль,میکیوویل,马屈埃维尔		FR	75	17	175	17217	291	Europe/Paris
6427989	Marans	marans	Maran,Marans,ma lang,Маран,马朗		FR	75	17	173	17218	4517	Europe/Paris
6427990	Marennes-Hiers-Brouage	marennes-hiers-brouage	Maren,Marenn,ma lei nei,maren'nu,Марен,Маренн,マレンヌ,马雷内		FR	75	17	172	17219	6273	Europe/Paris
6427991	Marignac	marignac	Marignac,Marin'jak,ma li ni ya ke,Мариньяк,马里尼亚克		FR	75	17	171	17220	420	Europe/Paris
6427992	Marsais	marsais	Marsais,Marse,ma er sai,Марсе,马尔赛		FR	75	17	172	17221	914	Europe/Paris
6427993	Massac	massac	Massac,Massak,ma sa ke,Массак,马萨克		FR	75	17	175	17223	169	Europe/Paris
6427994	Mazeray	mazeray	Mazeray,Mazere,Mazre,ma ze lai,Мазере,Мазре,马泽赖		FR	75	17	175	17226	950	Europe/Paris
6427995	Médis	medis	Medis,Médis		FR	75	17	174	17228	2855	Europe/Paris
6427996	Meschers-sur-Gironde	meschers-sur-gironde	Meschers-sur-Gironde		FR	75	17	172	17230	3103	Europe/Paris
6427997	Messac	messac	Messac,Messak,mei sa ke,Мессак,梅萨克		FR	75	17	171	17231	105	Europe/Paris
6427999	Meux	meux	Me,Meux,Mjo,mo zhen,Ме,Мё,默镇		FR	75	17	171	17233	306	Europe/Paris
6428000	Migré	migre	Migre,Migré		FR	75	17	175	17234	321	Europe/Paris
6428001	Migron	migron	Migron,mi ge long,Мигрон,Мігрон,米格龙		FR	75	17	174	17235	730	Europe/Paris
6428002	Moëze	moeze	Moeze,Moëze		FR	75	17	172	17237	553	Europe/Paris
6428004	Montendre	montendre	Montendre		FR	75	17	171	17240	3231	Europe/Paris
6428005	Montils	montils	Montils		FR	75	17	174	17242	844	Europe/Paris
6428006	Montpellier-de-Médillan	montpellier-de-medillan	Monpel'e-de-Medijan,Montpellier-de-Medillan,Montpellier-de-Médillan,meng bi li ai de mei di lang,Монпелье-де-Медийан,Монпельє-де-Медіян,蒙彼利埃德梅迪朗		FR	75	17	174	17244	678	Europe/Paris
6428007	Montroy	montroy	Monrua,Montroy,meng te lu wa,Монруа,蒙特鲁瓦		FR	75	17	173	17245	881	Europe/Paris
6428008	Moragne	moragne	Moragne,Moran',mo la ni,Морань,莫拉尼		FR	75	17	172	17246	503	Europe/Paris
6428009	Mornac-sur-Seudre	mornac-sur-seudre	Mornac-sur-Seudre		FR	75	17	172	17247	834	Europe/Paris
6428010	Mortagne-sur-Gironde	mortagne-sur-gironde	Mortagne-sur-Gironde		FR	75	17	174	17248	911	Europe/Paris
6428012	Muron	muron	Mjuron,mi long,Мюрон,米龙		FR	75	17	172	17253	1332	Europe/Paris
6428013	Nachamps	nachamps	Nachamps		FR	75	17	175	17254	197	Europe/Paris
6428014	Nancras	nancras			FR	75	17	174	17255	789	Europe/Paris
6428015	Nantillé	nantille	Nantie,Nantije,Nantille,Nantillé,nan di lai,Нантийе,Нантіє,南蒂莱		FR	75	17	175	17256	326	Europe/Paris
6428016	Néré	nere	Nere,Néré,nei lei,Нере,内雷		FR	75	17	175	17257	734	Europe/Paris
6428017	Neuillac	neuillac	Nejak,Njojak,na yi la ke,Неяк,Нёйак,纳伊拉克		FR	75	17	171	17258	303	Europe/Paris
6428018	Neulles	neulles	Nel',Neulles,Njol',na lai,Нель,Нёль,纳莱		FR	75	17	171	17259	152	Europe/Paris
6428019	Neuvicq-le-Château	neuvicq-le-chateau	Neuvicq-le-Chateau,Neuvicq-le-Château,Nevik-le-Shato,Njovik-le-Shato,na wei lai sha tuo,Невік-ле-Шато,Нёвик-ле-Шато,纳维莱沙托		FR	75	17	175	17261	333	Europe/Paris
6428020	Nieul-lès-Saintes	nieul-les-saintes	N'el'-le-Sent,N'jol'-le-Sent,Nieul-les-Saintes,Nieul-lès-Saintes,nie yu lai sang tai,Ньёль-ле-Сент,Ньєль-ле-Сент,涅于莱桑泰		FR	75	17	174	17262	1221	Europe/Paris
6428021	Nieul-le-Virouil	nieul-le-virouil	Nieul-le-Virouil		FR	75	17	171	17263	580	Europe/Paris
6428022	Nieul-sur-Mer	nieul-sur-mer	Nieul-sur-Mer		FR	75	17	173	17264	5767	Europe/Paris
6428023	Nieulle-sur-Seudre	nieulle-sur-seudre	Nieulle-sur-Seudre		FR	75	17	172	17265	1236	Europe/Paris
6428024	Nuaillé-d'Aunis	nuaille-d-aunis			FR	75	17	173	17267	1143	Europe/Paris
6428025	Nuaillé-sur-Boutonne	nuaille-sur-boutonne	Njuae-sjur-Butonn,Njuaje-sjur-Buton,Nuaille-sur-Boutonne,Nuaillé-sur-Boutonne,Orignolles,bu tong he pan ni ai lai,Нюайе-сюр-Бутон,Нюає-сюр-Бутонн,布通河畔尼艾莱		FR	75	17	175	17268	204	Europe/Paris
6428026	Ozillac	ozillac	Ozijak,Ozillac,ao qi la ke,Озийак,Озіяк,奥齐拉克		FR	75	17	171	17270	630	Europe/Paris
6428027	Paillé	paille	Pae,Paille,Paillé,Paje,pei lai,Пайе,Пає,佩莱		FR	75	17	175	17271	316	Europe/Paris
6428029	Pessines	pessines	Pessin,Pessines,pei xi nei,Пессин,Пессін,佩西内		FR	75	17	174	17275	745	Europe/Paris
6428030	Pisany	pisany			FR	75	17	174	17278	733	Europe/Paris
6428031	Plassay	plassay	Plasse,pu la sai,Плассе,Պլասսե,普拉赛		FR	75	17	174	17280	716	Europe/Paris
6428032	Polignac	polignac	Polignac		FR	75	17	171	17281	176	Europe/Paris
6428033	Pont-l'Abbé-d'Arnoult	pont-l-abbe-d-arnoult	Pont-l'Abbe-d'Arnoult,Pont-l'Abbé-d'Arnoult		FR	75	17	174	17284	1814	Europe/Paris
6428034	Port-d'Envaux	port-d-envaux	Port-d'Envaux		FR	75	17	174	17285	1159	Europe/Paris
6428035	Poursay-Garnaud	poursay-garnaud	Poursay-Garnaud,Purse Garno,Purse-Garno,pu er sai jia er nuo,Пурсе-Гарно,Պուրսե Գարնո,普尔赛加尔诺		FR	75	17	175	17288	317	Europe/Paris
6428036	Préguillac	preguillac	Preguillac,Préguillac		FR	75	17	174	17289	458	Europe/Paris
6428037	Puilboreau	puilboreau	Puilboreau		FR	75	17	173	17291	5993	Europe/Paris
6428038	Puy-du-Lac	puy-du-lac	Pjui-dju-Lak,Puy-du-Lac,Pyui dyu Lak,pi yi di la ke,Пюи-дю-Лак,Пюї-дю-Лак,Պյուի դյու Լակ,皮伊迪拉克		FR	75	17	175	17292	478	Europe/Paris
6428039	Puyravault	puyravault	Pjuiravo,Pyuiravo,pi yi la wo er,Пюираво,Пюїраво,Պյուիրավո,皮伊拉沃尔		FR	75	17	172	17293	662	Europe/Paris
6428040	Puyrolland	puyrolland	Pjuirollan,Puyrolland,Pyuirolan,pi yi luo lang,Пюироллан,Пюїроллан,Պյուիրոլան,皮伊罗朗		FR	75	17	175	17294	198	Europe/Paris
6428041	Réaux sur Trèfle	reaux-sur-trefle	Reaux sur Trefle,Réaux sur Trèfle		FR	75	17	171	17295	830	Europe/Paris
6428042	Rétaud	retaud	Reto,lei tuo,Рето,雷托		FR	75	17	174	17296	1073	Europe/Paris
6428043	Rivedoux-Plage	rivedoux-plage	Rivedoux-Plage		FR	75	17	173	17297	2285	Europe/Paris
6428044	Rochefort	rochefort	Rochefort,Rochefort i Charente-Maritime,Roshfor,luo shen fu er,roshuforu,rwshfw  sharant-marytym,Рошфор,روشفو، شارانت-ماریتیم,ロシュフォール,羅什福爾		FR	75	17	172	17299	24047	Europe/Paris
6428045	Romazières	romazieres	Romazieres,Romazières		FR	75	17	175	17301	71	Europe/Paris
6428046	Romegoux	romegoux	Romegoux,Romegu,Romgu,luo mo gu,Ромгу,Ромегу,罗默古		FR	75	17	174	17302	614	Europe/Paris
6428047	Rouffignac	rouffignac	Rouffignac,Ruffin'jak,lu fei ni ya ke,Руффиньяк,Руффіньяк,鲁菲尼亚克		FR	75	17	171	17305	433	Europe/Paris
6428048	Sablonceaux	sablonceaux	Sablonceaux		FR	75	17	174	17307	1412	Europe/Paris
6428049	Saint-Agnant	saint-agnant	Saint-Agnant,Sent-An'jan,sheng a ni ang,Сент-Аньян,سینٹ-اگنانٹ، چارینتے-مریتھمے,圣阿尼昂		FR	75	17	172	17308	2673	Europe/Paris
6428051	Saint-André-de-Lidon	saint-andre-de-lidon	Saint-Andre-de-Lidon,Saint-André-de-Lidon,Sent-Andre-de-Lidon,sheng ang de lei de li dong,Сент-Андре-де-Лидон,Сент-Андре-де-Лідон,سینٹ-آندرے-دے-لادوں,圣昂德雷德利东		FR	75	17	174	17310	1104	Europe/Paris
6428052	Saint-Augustin	saint-augustin	Saint-Augustin,Sent-Ogjusten,sheng ao ju si tan,Сент-Огюстен,سینٹ-اوگسٹن، چارینتے-مریتھمے,圣奥居斯坦		FR	75	17	172	17311	1342	Europe/Paris
6428053	Saint-Bonnet-sur-Gironde	saint-bonnet-sur-gironde	Saint-Bonnet-sur-Gironde		FR	75	17	171	17312	820	Europe/Paris
6428054	Saint-Bris-des-Bois	saint-bris-des-bois	Saint-Bris-des-Bois,Sen-Bri-de-Bua,sheng bu li dai bu wa,Сен-Бри-де-Буа,Сен-Брі-де-Буа,圣布里代布瓦		FR	75	17	174	17313	391	Europe/Paris
6428055	Saint-Ciers-Champagne	saint-ciers-champagne	Saint-Ciers-Champagne		FR	75	17	171	17316	416	Europe/Paris
6428056	Saint-Ciers-du-Taillon	saint-ciers-du-taillon	Saint-Ciers-du-Taillon,Sen-S'e-dju-Tajon,Sen-S'er-dju-Tajon,sheng xie er di tai long,Сен-Сьер-дю-Тайон,Сен-Сьє-дю-Тайон,سینٹ-کیرس-دو-تلوں,圣谢尔迪泰隆		FR	75	17	171	17317	552	Europe/Paris
6428057	Saint-Clément-des-Baleines	saint-clement-des-baleines	Saint-Clement-des-Baleines,Saint-Clément-des-Baleines,Sen-Kleman-de-Balen,sheng ke lai mang dai ba lai nei,Сен-Клеман-де-Бален,سینٹ-کلیمنٹ-دس-بلینس,圣克莱芒代巴莱内		FR	75	17	173	17318	628	Europe/Paris
6428058	Saint-Coutant-le-Grand	saint-coutant-le-grand	Saint-Coutant-le-Grand		FR	75	17	172	17320	416	Europe/Paris
6428059	Saint-Crépin	saint-crepin	Saint-Crepin,Saint-Crépin		FR	75	17	172	17321	342	Europe/Paris
6428060	Saint-Cyr-du-Doret	saint-cyr-du-doret	Sen-Sir-dju-Dore,sheng xi di duo lei,Сен-Сир-дю-Доре,Сен-Сір-дю-Доре,سینٹ-کیر-دو-دورت,圣西迪多雷		FR	75	17	173	17322	637	Europe/Paris
6428061	Saint-Denis-d'Oléron	saint-denis-d-oleron			FR	75	17	172	17323	1349	Europe/Paris
6428062	Saint-Dizant-du-Bois	saint-dizant-du-bois	Saint-Dizant,Saint-Dizant-du-Bois,Sen-Dizan-dju-Bua,sheng di cang di bu wa,Сен-Дизан-дю-Буа,Сен-Дізан-дю-Буа,سینٹ-ڈیزانٹ-دو-بوس,圣迪藏迪布瓦		FR	75	17	171	17324	113	Europe/Paris
6428063	Saint-Dizant-du-Gua	saint-dizant-du-gua	Saint-Dizant-du-Gua,Sen-Dizan-dju-Gjua,sheng di cang di ju a,Сен-Дизан-дю-Гюа,Сен-Дізан-дю-Гюа,سینٹ-ڈیزانٹ-دو-گا,圣迪藏迪居阿		FR	75	17	171	17325	530	Europe/Paris
6428064	Saint-Fort-sur-Gironde	saint-fort-sur-gironde	Saint-Fort-sur-Gironde		FR	75	17	171	17328	913	Europe/Paris
6428065	Saint-Froult	saint-froult	Saint-Froult,Sen-Fru,sheng fu lu er,Сен-Фру,سینٹ-فرولٹ,圣夫鲁尔		FR	75	17	172	17329	340	Europe/Paris
6428066	Saint-Genis-de-Saintonge	saint-genis-de-saintonge	Saint-Genis-de-Saintonge		FR	75	17	171	17331	1233	Europe/Paris
6428067	Saint-Georges-de-Didonne	saint-georges-de-didonne	Saint-Georges-de-Didonne		FR	75	17	172	17333	5356	Europe/Paris
6428068	Saint-Georges-de-Longuepierre	saint-georges-de-longuepierre	Saint-Georges-de-Longuepierre,Sen-Zhorzh-de-Longp'er,Sen-Zhorzh-de-Longperr,sheng ruo er re de long gai pi ye er,Сен-Жорж-де-Лонгпьер,Сен-Жорж-де-Лонгпєрр,سینٹ-گیورگس-دے-لونگیپیررے,圣若尔热德隆盖皮耶尔		FR	75	17	175	17334	233	Europe/Paris
6428069	Saint-Georges-des-Agoûts	saint-georges-des-agouts	Saint-Georges-des-Agouts,Saint-Georges-des-Agoûts,Sen-Zhorzh-dez-Agu,sheng ruo er re dai a gu te,Сен-Жорж-дез-Агу,سینٹ-گیورگس-دس-اگوٹس,圣若尔热代阿古特		FR	75	17	171	17335	285	Europe/Paris
6428070	Saint-Georges-d'Oléron	saint-georges-d-oleron			FR	75	17	172	17337	3700	Europe/Paris
6428071	Saint-Georges-du-Bois	saint-georges-du-bois	Saint-Georges-du-Bois,Sen-Zhorzh-dju-Bua,sheng ruo er re di bu wa,Сен-Жорж-дю-Буа,سینٹ-گیورگس-دو-بوس، چارینتے-مریتھمے,圣若尔热迪布瓦		FR	75	17	172	17338	1764	Europe/Paris
6428072	Saint-Germain-de-Lusignan	saint-germain-de-lusignan	Saint-Germain-de-Lusignan,Sen-Zhermen-de-Ljuzin'jan,sheng ri er man de lu xi ni ang,Сен-Жермен-де-Люзиньян,Сен-Жермен-де-Люзіньян,سینٹ-گرمین-دے-لسیگنان,圣日尔曼德吕西尼昂		FR	75	17	171	17339	1300	Europe/Paris
6428073	Saint-Pierre-La-Noue	saint-pierre-la-noue	Saint-Pierre-La-Noue,Sen-Zhermen-de-Maransen,Sen-Zhermen-de-Maransenn,sheng ri er man de ma lang se nei,Сен-Жермен-де-Марансен,Сен-Жермен-де-Марансенн,سینٹ-گرمین-دے-مہرینکنس,圣日尔曼德马朗瑟内		FR	75	17	172	17340	1593	Europe/Paris
6428074	Saint-Germain-de-Vibrac	saint-germain-de-vibrac	Saint-Germain-de-Vibrac		FR	75	17	171	17341	193	Europe/Paris
6428075	Saint-Germain-du-Seudre	saint-germain-du-seudre	Sen-Zhermen-dju-Sedr,Sen-Zhermen-dju-Sjodr,sheng ri er man di se de er,Сен-Жермен-дю-Седр,Сен-Жермен-дю-Сёдр,سینٹ-گرمین-دو-سیودرے,圣日尔曼迪瑟德尔		FR	75	17	171	17342	432	Europe/Paris
6428076	Saint-Grégoire-d'Ardennes	saint-gregoire-d-ardennes			FR	75	17	171	17343	153	Europe/Paris
6428077	Saint-Hilaire-de-Villefranche	saint-hilaire-de-villefranche	Saint-Hilaire-de-Villefranche		FR	75	17	175	17344	1308	Europe/Paris
6428078	Saint-Hilaire-du-Bois	saint-hilaire-du-bois	Sen-Iler-dju-Bua,Sent-Iler-dju-Bua,Сен-Ілер-дю-Буа,Сент-Илер-дю-Буа,سینٹ-ہلیری-دو-بوس، چارینتے-مریتھمے		FR	75	17	171	17345	330	Europe/Paris
6428079	Saint-Hippolyte	saint-hippolyte	Saint-Hippolyte,Sen-Ippolit,Sent-Ippolit,sheng yi bo li te,Сен-Іпполіт,Сент-Ипполит,سینٹ-ہپپولیتے، چارینتے-مریتھمے,圣伊波利特		FR	75	17	172	17346	1402	Europe/Paris
6428080	Saint-Jean-d'Angély	saint-jean-d-angely			FR	75	17	175	17347	7066	Europe/Paris
6428081	Saint-Jean-d'Angle	saint-jean-d-angle	Saint-Jean-d'Angle		FR	75	17	172	17348	690	Europe/Paris
6428082	Saint-Jean-de-Liversay	saint-jean-de-liversay	Saint-Jean-de-Liversay,Sen-Zhan-de-Liverse,sheng rang de li wei er sai,Сен-Жан-де-Ливерсе,Сен-Жан-де-Ліверсе,سینٹ-ژاں -دے-لیورسے,圣让德利韦尔赛		FR	75	17	173	17349	2830	Europe/Paris
6428083	Saint-Julien-de-l'Escap	saint-julien-de-l-escap	Saint-Julien-de-l'Escap		FR	75	17	175	17350	901	Europe/Paris
6428085	Saint-Laurent-de-la-Prée	saint-laurent-de-la-pree	Saint-Laurent-de-la-Pree,Saint-Laurent-de-la-Prée		FR	75	17	172	17353	2083	Europe/Paris
6428086	Sainte-Lheurine	sainte-lheurine	Sent-Lerin,Sent-Ljorin,sheng yue lan,Сент-Лерин,Сент-Лёрин,سین-لہیرنے,圣约兰		FR	75	17	171	17355	519	Europe/Paris
6428088	Saint-Mandé-sur-Brédoire	saint-mande-sur-bredoire	Saint-Mande-sur-Bredoire,Saint-Mandé-sur-Brédoire		FR	75	17	175	17358	308	Europe/Paris
6428089	Saint-Mard	saint-mard	Sen-Mar,sheng ma er,Сен-Мар,سینٹ-مرد، چارینتے-مریتھمے,圣马尔		FR	75	17	172	17359	1204	Europe/Paris
6428090	Sainte-Marie-de-Ré	sainte-marie-de-re			FR	75	17	173	17360	3373	Europe/Paris
6428179	Voissay	voissay	Voissay,Vuase,Vuasse,wa sai,Вуассе,Վուասե,瓦赛		FR	75	17	175	17481	157	Europe/Paris
6428091	Saint-Martial-de-Mirambeau	saint-martial-de-mirambeau	Saint-Martial-de-Mirambeau,Sen-Mars'jal'-de-Mirambo,Sen-Marsjal'-de-Mirambo,sheng ma er di a de mi lang bo,Сен-Марсьяль-де-Мирамбо,Сен-Марсяль-де-Мірамбо,سینٹ-مارشل-دے-میرامبو,圣马尔蒂阿德米朗博		FR	75	17	171	17362	257	Europe/Paris
6428092	Saint-Martial-de-Vitaterne	saint-martial-de-vitaterne	Sen-Mars'jal'-de-Vitatern,Sen-Marsjal'-de-Vitatern,sheng ma er di a de wei ta tai er en,Сен-Марсьяль-де-Витатерн,Сен-Марсяль-де-Вітатерн,سینٹ-مارشل-دے-وٹاترنے,圣马尔蒂阿德维塔泰尔恩		FR	75	17	171	17363	550	Europe/Paris
6428093	Saint-Martial-sur-Né	saint-martial-sur-ne	Sen-Mars'jal'-sjur-Ne,Sen-Marsjal'-sjur-Ne,nei he pan sheng ma er di a,Сен-Марсьяль-сюр-Не,Сен-Марсяль-сюр-Не,سینٹ-مارشل-سر-نے,内河畔圣马尔蒂阿		FR	75	17	171	17364	450	Europe/Paris
6428094	Saint-Martin-d'Ary	saint-martin-d-ary	Saint-Martin-d'Ary		FR	75	17	171	17365	475	Europe/Paris
6428095	Saint-Martin-de-Coux	saint-martin-de-coux	Saint-Martin-de-Coux,Sen-Marten-de-Ku,sheng ma dan de ku,Сен-Мартен-де-Ку,سینٹ-مارٹن-دے-وش,圣马丹德库		FR	75	17	171	17366	457	Europe/Paris
6428096	Saint-Martin-de-Juillers	saint-martin-de-juillers	Saint-Martin-de-Juillers,Sen-Marten-de-Zhjuje,Sen-Marten-de-Zhue,sheng ma dan de rui yi lai er,Сен-Мартен-де-Жує,Сен-Мартен-де-Жюйе,سینٹ-مارٹن-دے-جیلیرس,圣马丹德瑞伊莱尔		FR	75	17	175	17367	157	Europe/Paris
6428097	Saint-Martin-de-Ré	saint-martin-de-re	Saint-Martin-de-Re,Saint-Martin-de-Ré		FR	75	17	173	17369	2288	Europe/Paris
6428099	Saint-Médard-d'Aunis	saint-medard-d-aunis	Saint-Medard-d'Aunis,Saint-Médard-d'Aunis		FR	75	17	173	17373	2232	Europe/Paris
6428100	Sainte-Même	sainte-meme	Sent-Mem,sheng mei mu,Сент-Мем,سین-ممے,圣梅姆		FR	75	17	175	17374	246	Europe/Paris
6428101	Saint-Nazaire-sur-Charente	saint-nazaire-sur-charente	Saint-Nazaire-sur-Charente		FR	75	17	172	17375	1181	Europe/Paris
6428102	Saint-Palais-de-Négrignac	saint-palais-de-negrignac	Saint-Palais-de-Negrignac,Saint-Palais-de-Négrignac		FR	75	17	171	17378	436	Europe/Paris
6428103	Saint-Palais-de-Phiolin	saint-palais-de-phiolin	Sen-Pale-de-Fiolen,Sen-Pale-de-Fjolen,sheng pa lai de fei ao lan,Сен-Пале-де-Фиолен,Сен-Пале-де-Фйолен,سینٹ-پلیس-دے-پھولن,圣帕莱德菲奥兰		FR	75	17	171	17379	209	Europe/Paris
6428104	Saint-Palais-sur-Mer	saint-palais-sur-mer	Saint-Palais-sur-Mer		FR	75	17	172	17380	3889	Europe/Paris
6428105	Saint-Pardoult	saint-pardoult	Saint-Pardoult		FR	75	17	175	17381	237	Europe/Paris
6428106	Saint-Pierre-d'Amilly	saint-pierre-d-amilly			FR	75	17	172	17382	524	Europe/Paris
6428107	Saint-Pierre-de-Juillers	saint-pierre-de-juillers	Sen-P'er-de-Zhjuije,Sen-Perr-de-Zhue,sheng pi ye er de rui yi lai er,Сен-Пьер-де-Жюийе,Сен-Пєрр-де-Жує,سین-پیری-دے-جیلیرس,圣皮耶尔德瑞伊莱尔		FR	75	17	175	17383	371	Europe/Paris
6428108	Saint-Pierre-de-l'Isle	saint-pierre-de-l-isle			FR	75	17	175	17384	266	Europe/Paris
6428109	Saint-Pierre-d'Oléron	saint-pierre-d-oleron	Saint-Pierre-d'Oleron,Saint-Pierre-d'Oléron		FR	75	17	172	17385	6762	Europe/Paris
6428110	Saint-Pierre-du-Palais	saint-pierre-du-palais	Saint-Pierre-du-Palais,Sen-P'er-dju-Pale,Sen-Perr-dju-Pale,sheng pi ye er di pa lai,syn-pyry-dw-plys,Сен-Пьер-дю-Пале,Сен-Пєрр-дю-Пале,سین-پیری-دو-پلیس,圣皮耶尔迪帕莱		FR	75	17	171	17386	373	Europe/Paris
6428111	Sainte-Ramée	sainte-ramee	Sainte-Ramee,Sainte-Ramée,Sent-Rame,sheng la mei ai,Сент-Раме,سین-رامے,圣拉梅埃		FR	75	17	171	17390	123	Europe/Paris
6428112	Saint-Rogatien	saint-rogatien	Sen-Rogas'en,Sen-Rogat'jan,sheng luo jia di an,syn-rwgtyyn,Сен-Рогасьен,Сен-Рогатьян,سین-روگتئین,圣罗加蒂安		FR	75	17	173	17391	2187	Europe/Paris
6428114	Saint-Romain-de-Benet	saint-romain-de-benet	Saint-Romain-de-Benet		FR	75	17	174	17393	1701	Europe/Paris
6428115	Saint-Saturnin-du-Bois	saint-saturnin-du-bois	Saint-Saturnin-du-Bois,Sen-Satjurnen-dju-Bua,sheng sa di er nan di bu wa,syn-strnyn-dw-bwyy,Сен-Сатюрнен-дю-Буа,سین-سترنین-دو-بوئی,圣萨蒂尔南迪布瓦		FR	75	17	172	17394	873	Europe/Paris
6428116	Saint-Sauveur-d'Aunis	saint-sauveur-d-aunis	Saint-Sauveur-d'Aunis		FR	75	17	173	17396	1692	Europe/Paris
6428117	Saint-Savinien	saint-savinien	Saint-Savinien		FR	75	17	175	17397	2425	Europe/Paris
6428118	Saint-Seurin-de-Palenne	saint-seurin-de-palenne	Saint-Seurin-de-Palenne,Sen-Seren-de-Palenn,Sen-Sjoren-de-Palen,sheng se lan de pa lang,Сен-Серен-де-Паленн,Сен-Сёрен-де-Пален,سین-سیرین-دے-پلانے,圣瑟兰德帕朗		FR	75	17	171	17398	166	Europe/Paris
6428119	Saint-Séverin-sur-Boutonne	saint-severin-sur-boutonne	Saint-Severin-sur-Boutonne,Saint-Séverin-sur-Boutonne,Sen-Severen-sjur-Butonn,Sen-Sevren-sjur-Buton,bu tong he pan sheng sai wei lan,syn-swryn-swr-bwtwn,Сен-Северен-сюр-Бутонн,Сен-Севрен-сюр-Бутон,سین-سورین-سور-بوتون,布通河畔圣塞韦兰		FR	75	17	175	17401	102	Europe/Paris
6428120	Saint-Sigismond-de-Clermont	saint-sigismond-de-clermont	Saint-Sigismond-de-Clermont,Sen-Sizhimon-de-Klermon,Sen-Sizhismon-de-Klermon,sheng xi ji si meng de ke lai meng,Сен-Сижимон-де-Клермон,Сен-Сіжисмон-де-Клермон,سین-سگسموند-دے-کلیرمونٹ,圣西吉斯蒙德克莱蒙		FR	75	17	171	17402	162	Europe/Paris
6428121	Saint-Simon-de-Bordes	saint-simon-de-bordes	Saint-Simon-de-Bordes,Sen-Simon-de-Bord,sheng xi meng de bo er dai,Сен-Симон-де-Борд,Сен-Сімон-де-Борд,圣西蒙德博尔代		FR	75	17	171	17403	728	Europe/Paris
6428122	Saint-Simon-de-Pellouaille	saint-simon-de-pellouaille	Saint-Simon-de-Pellouaille		FR	75	17	174	17404	653	Europe/Paris
6428123	Sainte-Soulle	sainte-soulle	Sainte-Soulle,Sent-Sul',sheng su er,Сент-Суль,سین-سولے,圣苏尔		FR	75	17	173	17407	4401	Europe/Paris
6428124	Saint-Sulpice-d'Arnoult	saint-sulpice-d-arnoult	Saint-Sulpice-d'Arnoult		FR	75	17	174	17408	841	Europe/Paris
6428125	Saint-Sulpice-de-Royan	saint-sulpice-de-royan	Saint-Sulpice-de-Royan		FR	75	17	172	17409	3159	Europe/Paris
6428126	Saint-Trojan-les-Bains	saint-trojan-les-bains	Saint-Trojan-les-Bains		FR	75	17	172	17411	1323	Europe/Paris
6428127	Saint-Vaize	saint-vaize	Saint-Vaize,Sen-Vez,sheng wei ci,Сен-Вез,圣韦兹		FR	75	17	174	17412	642	Europe/Paris
6428128	Saint-Vivien	saint-vivien	Saint-Vivien,Sen-Viv'en,Sen-Vivjan,sheng wei wei an,Сен-Вивьен,Сен-Вівян,圣维维安		FR	75	17	173	17413	1252	Europe/Paris
6428129	Saint-Xandre	saint-xandre	Saint-Xandre,Sen-Ksandr,sheng ke sang de er,Сен-Ксандр,圣克桑德尔		FR	75	17	173	17414	4718	Europe/Paris
6428130	Saleignes	saleignes	Saleignes		FR	75	17	175	17416	61	Europe/Paris
6428131	Salignac-de-Mirambeau	salignac-de-mirambeau	Salignac-de-Mirambeau,Salin'jak-de-Mirambo,sa li ni ya ke de mi lang bo,Салиньяк-де-Мирамбо,Саліньяк-де-Мірамбо,萨利尼亚克德米朗博		FR	75	17	171	17417	164	Europe/Paris
6428132	Salignac-sur-Charente	salignac-sur-charente	Salignac-sur-Charente,Salin'jak-sjur-Sharant,sha lang te he pan sa li ni ya ke,Салиньяк-сюр-Шарант,Саліньяк-сюр-Шарант,沙朗特河畔萨利尼亚克		FR	75	17	171	17418	606	Europe/Paris
6428133	Salles-sur-Mer	salles-sur-mer	Sal'-sjur-Mer,Salles-sur-Mer,bin hai sa lai,Саль-сюр-Мер,滨海萨莱		FR	75	17	173	17420	2103	Europe/Paris
6428134	Saujon	saujon	Saujon		FR	75	17	174	17421	7183	Europe/Paris
6428135	Seigné	seigne	Seigne,Seigné,Sen'e,sai nie,Сенье,Сеньє,塞涅		FR	75	17	175	17422	77	Europe/Paris
6428136	Semillac	semillac	Semijak,Semillac,se mi la ke,Семийак,Семіяк,瑟米拉克		FR	75	17	171	17423	70	Europe/Paris
6428137	Semoussac	semoussac	Semoussac,Semussak,sang wu sa ke,Семуссак,桑乌萨克		FR	75	17	171	17424	343	Europe/Paris
6428138	Siecq	siecq	S'ek,Siecq,xie zhen,Сьек,Сьєк,谢镇		FR	75	17	175	17427	215	Europe/Paris
6428139	Sonnac	sonnac	Sonnac,Sonnak,suo na ke,Соннак,索纳克		FR	75	17	175	17428	516	Europe/Paris
6428140	Soubise	soubise	Soubise,Subiz,su bi si,subizu,Субиз,Субіз,スービーズ,苏比斯		FR	75	17	172	17429	2966	Europe/Paris
6428141	Soubran	soubran	Subran,su bu lang,Субран,苏布朗		FR	75	17	171	17430	382	Europe/Paris
6428142	Soulignonne	soulignonne	Soulignonne,Sulin'on,Sulin'onn,su li ni weng,Сулиньон,Суліньонн,苏利尼翁		FR	75	17	174	17431	716	Europe/Paris
6428143	Souméras	soumeras			FR	75	17	171	17432	365	Europe/Paris
6428144	Sousmoulins	sousmoulins	Sousmoulins		FR	75	17	171	17433	221	Europe/Paris
6428145	Surgères	surgeres	Surgeres,Surgères		FR	75	17	172	17434	6820	Europe/Paris
6428146	Taillant	taillant	Taillant,Tajan,tai lang,Тайан,Таян,泰朗		FR	75	17	175	17435	184	Europe/Paris
6428147	Taillebourg	taillebourg	Taillebourg,Tajbur,ta ye bao,Тайбур,塔耶堡		FR	75	17	175	17436	737	Europe/Paris
6428148	Tanzac	tanzac	Tanzac		FR	75	17	174	17438	316	Europe/Paris
6428149	Taugon	taugon	Togon,tuo gong,Тогон,托贡		FR	75	17	173	17439	795	Europe/Paris
6428150	Ternant	ternant	Ternan,tai er nan,Тернан,泰尔南		FR	75	17	175	17440	376	Europe/Paris
6428151	Tesson	tesson	Tesson,tai song,Тессон,泰松		FR	75	17	174	17441	1045	Europe/Paris
6428152	Thaims	thaims	Tem,Ten,Thaims,tan zhen,Тем,Тен,坦镇		FR	75	17	174	17442	382	Europe/Paris
6428153	Thairé	thaire	Tere,Thaire,Thairé,tai lei,Тере,泰雷		FR	75	17	173	17443	1675	Europe/Paris
6428154	Thénac	thenac	Tenak,Thenac,Thénac,tai na ke,Тенак,泰纳克		FR	75	17	174	17444	1688	Europe/Paris
6428155	Thézac	thezac	Tezak,Thezac,Thézac,tai zha ke,Тезак,泰扎克		FR	75	17	174	17445	326	Europe/Paris
6428156	Thors	thors	Thors,Tor,tuo er,Тор,托尔		FR	75	17	175	17446	458	Europe/Paris
6428157	Tonnay-Boutonne	tonnay-boutonne	Tonnay-Boutonne		FR	75	17	175	17448	1159	Europe/Paris
6428158	Tonnay-Charente	tonnay-charente	Tonnay-Charente		FR	75	17	172	17449	7990	Europe/Paris
6428159	Torxé	torxe	Torkse,Torxe,Torxé,tuo er ke sai,Торксе,托尔克塞		FR	75	17	175	17450	205	Europe/Paris
6428160	Trizay	trizay	Trizay		FR	75	17	174	17453	1480	Europe/Paris
6428161	La Devise	la-devise	Vandre,fandr,wang de lei,wndr  shrant-marytym,Вандре,Վանդրե,فاندر,وندر، شرانت-ماریتیم,旺德雷		FR	75	17	172	17457	1092	Europe/Paris
6428162	Vanzac	vanzac	Vanzac,Vanzak,fanzak,wang zha ke,wnzk,Ванзак,Վանզակ,فانزاك,ونزک,旺扎克		FR	75	17	171	17458	149	Europe/Paris
6428163	Varaize	varaize	Varaize,Varez,wa lai ci,wryz,Варез,وریز,瓦赖兹		FR	75	17	175	17459	559	Europe/Paris
6428164	Varzay	varzay	Varzay,Varze,wa er ze,wrzy,Варзе,Վարզե,ورزی,瓦尔泽		FR	75	17	174	17460	807	Europe/Paris
6428165	Vaux-sur-Mer	vaux-sur-mer	Vaux-sur-Mer		FR	75	17	172	17461	3783	Europe/Paris
6428166	Vénérand	venerand	Venerand,Vénérand		FR	75	17	174	17462	761	Europe/Paris
6428167	Vergeroux	vergeroux	Vergeroux		FR	75	17	172	17463	1198	Europe/Paris
6428168	Vérines	verines	Verin,Verines,Vérines,wei li nei,Верин,Վերին,韦里内		FR	75	17	173	17466	2220	Europe/Paris
6428169	Villars-en-Pons	villars-en-pons	Vilar an Pon,Villar-an-Pon,Villars-en-Pons,peng de qu wei la er,Виллар-ан-Пон,Віллар-ан-Пон,Վիլար ան Պոն,蓬地区维拉尔		FR	75	17	174	17469	565	Europe/Paris
6428170	Villars-les-Bois	villars-les-bois	Vilar le Bua,Villar-le-Bua,Villars-les-Bois,sen lin wei la er,Виллар-ле-Буа,Віллар-ле-Буа,Վիլար լե Բուա,森林维拉尔		FR	75	17	174	17470	256	Europe/Paris
6428171	Villedoux	villedoux	Vil'du,Vildu,Villedoux,wei lei du,Вильду,Вільду,Վիլդու,维勒杜		FR	75	17	173	17472	2240	Europe/Paris
6428172	Villemorin	villemorin	Vil'moren,Villemorin,Vilmoren,wei lai mo lan,Вильморен,Вільморен,Վիլմորեն,维莱莫兰		FR	75	17	175	17473	87	Europe/Paris
6428173	Villeneuve-la-Comtesse	villeneuve-la-comtesse	Vil'nev-la-Kontess,Vil'njov-la-Kontes,Villeneuve-la-Comtesse,Vilnyov la Komtes,kong tai si xin cheng,Вильнёв-ла-Контес,Вільнев-ла-Контесс,Վիլնյով լա Կոմտես,孔泰斯新城		FR	75	17	175	17474	740	Europe/Paris
6428174	Villexavier	villexavier	Vil'ksav'e,Vil'ksave,Villexavier,wei lei ke sa wei ye,Вильксавье,Вільксавє,Վիլքսավիե,维勒克萨维耶		FR	75	17	171	17476	271	Europe/Paris
6428175	Villiers-Couture	villiers-couture	Vil'e-Kutjur,Vilie Kutyur,Villiers-Couture,wei li ye er ku di er,Вилье-Кутюр,Вільє-Кутюр,Վիլիե Կուտյուր,维利耶尔库蒂尔		FR	75	17	175	17477	121	Europe/Paris
6428176	Vinax	vinax	Vinax		FR	75	17	175	17478	63	Europe/Paris
6428177	Virollet	virollet	Virole,Virolle,Virollet,wei luo lai,Виролле,Віролле,Վիրոլե,维罗莱		FR	75	17	174	17479	262	Europe/Paris
6428178	Virson	virson	Virson		FR	75	17	172	17480	758	Europe/Paris
6428180	Yves	yves	Iv,Yves,yi wei,Ів,Ив,Իվ,یوس، چارے نتے -میری ٹائم,伊韦		FR	75	17	173	17483	1475	Europe/Paris
6428181	Le Grand-Village-Plage	le-grand-village-plage	Le Grand-Village-Plage		FR	75	17	172	17485	1048	Europe/Paris
6428182	Genouilly	genouilly	Genouilly,Zhenui,Zhenuji,rang wu yi li,Женуйи,Женуї,让乌伊利		FR	24	18	183	18100	686	Europe/Paris
6428183	Germigny-l'Exempt	germigny-l-exempt	Germigny-l'Exempt		FR	24	18	182	18101	309	Europe/Paris
6428184	Givardon	givardon	Zhivardon,ji wa er dong,Живардон,吉瓦尔东		FR	24	18	182	18102	298	Europe/Paris
6428185	Groises	groises			FR	24	18	181	18104	135	Europe/Paris
6428186	Gron	gron	Gron,ge long,Грон,格龙		FR	24	18	181	18105	475	Europe/Paris
6428187	Grossouvre	grossouvre	Grossuvr,ge luo su fu er,Гроссувр,格罗苏夫尔		FR	24	18	182	18106	278	Europe/Paris
6428188	Henrichemont	henrichemont	Henrichemont		FR	24	18	181	18109	1778	Europe/Paris
6428189	Herry	herry	Ehrri,Erri,Herry,ai er li,Еррі,Эрри,埃尔里		FR	24	18	181	18110	1002	Europe/Paris
6428190	Humbligny	humbligny	Ehmblin'i,Emblin'i,Humbligny,an bu li ni,Ембліньї,Эмблиньи,安布利尼		FR	24	18	181	18111	194	Europe/Paris
6428191	Ids-Saint-Roch	ids-saint-roch	I-Sen-Rosh,Ids-Saint-Roch,yi de sheng luo ke,І-Сен-Рош,И-Сен-Рош,伊德圣罗克		FR	24	18	182	18112	307	Europe/Paris
6428192	Ignol	ignol			FR	24	18	182	18113	180	Europe/Paris
6428193	Ineuil	ineuil	Inej,Ineuil,Injoj,yi na yi,Іней,Инёй,伊纳伊		FR	24	18	182	18114	244	Europe/Paris
6428194	Ivoy-le-Pré	ivoy-le-pre	Ivoy-le-Pre,Ivoy-le-Pré,Ivua-le-Pre,yi wa lai pu lei,Івуа-ле-Пре,Ивуа-ле-Пре,伊瓦莱普雷		FR	24	18	183	18115	809	Europe/Paris
6428195	Jalognes	jalognes	Jalognes		FR	24	18	181	18116	299	Europe/Paris
6428196	Jars	jars	Jars,Zhar,jrs  chr,Жар,جرس، چر		FR	24	18	181	18117	511	Europe/Paris
6428197	Jouet-sur-l'Aubois	jouet-sur-l-aubois			FR	24	18	182	18118	1364	Europe/Paris
6428198	Jussy-Champagne	jussy-champagne	Jussy-Champagne,Zhjussi-Shampan',Zhussi-Shampan',rui xi shang pa ni,Жуссі-Шампань,Жюсси-Шампань,瑞西尚帕尼		FR	24	18	181	18119	190	Europe/Paris
6428199	Jussy-le-Chaudrier	jussy-le-chaudrier	Jussy-le-Chaudrier,Zhjussi-le-Shodrie,Zhussi-le-Shodrie,rui xi lai shao de li ye,Жуссі-ле-Шодріє,Жюсси-ле-Шодрие,瑞西莱绍德里耶		FR	24	18	181	18120	617	Europe/Paris
6428200	Lantan	lantan	Lantan		FR	24	18	182	18121	90	Europe/Paris
6428201	Lapan	lapan	Lapan,la pang,lapan,Лапан,Լապան,لاپان,拉庞		FR	24	18	181	18122	203	Europe/Paris
6428203	Levet	levet	Leve,Levet,lei wei,Леве,勒韦		FR	24	18	181	18126	1397	Europe/Paris
6428204	Limeux	limeux	Lime,Limeux,Limjo,Лимё,Ліме		FR	24	18	183	18128	160	Europe/Paris
6428205	Lissay-Lochy	lissay-lochy	Lissay-Lochy		FR	24	18	181	18129	224	Europe/Paris
6428206	Loye-sur-Arnon	loye-sur-arnon	Loye-sur-Arnon,Lua-sjur-Arnon,a er nong he pan lu wa ai,Луа-сюр-Арнон,阿尔农河畔卢瓦埃		FR	24	18	182	18130	308	Europe/Paris
6428207	Lugny-Bourbonnais	lugny-bourbonnais	Lugny-Bourbonnais		FR	24	18	182	18131	36	Europe/Paris
6428208	Lugny-Champagne	lugny-champagne	Ljun'i-Shampan',Lugny-Champagne,lu ni shang pa ni,Люньи-Шампань,Люньї-Шампань,吕尼尚帕尼		FR	24	18	181	18132	144	Europe/Paris
6428209	Lunery	lunery	Lunery		FR	24	18	181	18133	1541	Europe/Paris
6428210	Lury-sur-Arnon	lury-sur-arnon	Ljuri-sjur-Arnon,Lury-sur-Arnon,a er nong he pan lu li,Люри-сюр-Арнон,Люрі-сюр-Арнон,阿尔农河畔吕里		FR	24	18	183	18134	673	Europe/Paris
6428211	Maisonnais	maisonnais	Mezonne,mai suo nai,Мезонне,迈索奈		FR	24	18	182	18135	239	Europe/Paris
6428212	Marçais	marcais	Marcais,Marse,Marçais,ma er sai,Марсе,马尔赛		FR	24	18	182	18136	285	Europe/Paris
6428213	Mareuil-sur-Arnon	mareuil-sur-arnon	Marej-sjur-Arnon,Mareuil-sur-Arnon,Marjoj-sjur-Arnon,a er nong he pan ma lei yi,Марей-сюр-Арнон,Марёй-сюр-Арнон,阿尔农河畔马勒伊		FR	24	18	181	18137	546	Europe/Paris
6428214	Marmagne	marmagne	Marmagne,Marman',ma er ma ni,Мармань,马尔马尼		FR	24	18	181	18138	1982	Europe/Paris
6428215	Marseilles-lès-Aubigny	marseilles-les-aubigny	Marseille-les-Aubigny,Marseille-lès-Aubigny,Marseilles-les-Aubigny,Marseilles-lès-Aubigny,Marsej-lez-Obin'i,ma er sai lai lai ao bi ni,Марсей-лез-Обиньи,Марсей-лез-Обіньї,马尔塞莱莱奥比尼		FR	24	18	181	18139	656	Europe/Paris
6428216	Massay	massay	Massay		FR	24	18	183	18140	1396	Europe/Paris
6428217	Mehun-sur-Yèvre	mehun-sur-yevre	Magdunum,Meehn-sjur-Jevr,Meen-sjur-Evr,Mehun-sur-Yevre,Mehun-sur-Yèvre,yi ai fu er he pan mo en,Меен-сюр-Євр,Меэн-сюр-Йевр,伊埃夫尔河畔默恩		FR	24	18	183	18141	6571	Europe/Paris
6428218	Meillant	meillant	Meillant,Mejan,mei yang,Мейан,Меян,梅扬		FR	24	18	182	18142	686	Europe/Paris
6428219	Menetou-Couture	menetou-couture	Menetou-Couture,Mentu-Kutjur,mo nei tu ku di er,Менту-Кутюр,默内图库蒂尔		FR	24	18	182	18143	361	Europe/Paris
6428220	Menetou-Râtel	menetou-ratel	Menetou-Ratel,Menetou-Râtel,Mentu-Ratel',mo nei tu la tai,Менту-Ратель,默内图拉泰		FR	24	18	181	18144	492	Europe/Paris
6428221	Menetou-Salon	menetou-salon	Menetou-Salon		FR	24	18	181	18145	1622	Europe/Paris
6428222	Ménétréol-sous-Sancerre	menetreol-sous-sancerre	Menetreol-sous-Sancerre,Ménétréol-sous-Sancerre		FR	24	18	181	18146	314	Europe/Paris
6428223	Ménétréol-sur-Sauldre	menetreol-sur-sauldre	Menetreol'-sjur-Sodr,Menetreol'-sjur-Sol'dr,Menetreol-sur-Sauldre,Ménétréol-sur-Sauldre,suo er de er he pan mei nei te lei ao,Менетреоль-сюр-Содр,Менетреоль-сюр-Сольдр,索尔德尔河畔梅内特雷奥		FR	24	18	183	18147	216	Europe/Paris
6428224	Méreau	mereau	Mereau,Mero,Méreau,mei luo,Меро,梅罗		FR	24	18	183	18148	2633	Europe/Paris
6428225	Méry-ès-Bois	mery-es-bois	Meri-e-Bua,Meri-eh-Bua,mei li ai bu wa,Мери-э-Буа,Мері-е-Буа,梅里埃布瓦		FR	24	18	183	18149	576	Europe/Paris
6428226	Méry-sur-Cher	mery-sur-cher	Meri-sjur-Sher,Mery-sur-Cher,Méry-sur-Cher,xie he pan mei li,Мери-сюр-Шер,Мері-сюр-Шер,谢河畔梅里		FR	24	18	183	18150	670	Europe/Paris
6428227	Morlac	morlac	Morlac,Morlak,mo er la ke,Морлак,莫尔拉克		FR	24	18	182	18153	330	Europe/Paris
6428792	Ouges	ouges	Ouges,Uzh,awzh,wu re,Уж,اوژ,乌热		FR	27	21	212	21473	1432	Europe/Paris
6428228	Mornay-sur-Allier	mornay-sur-allier	Mornay-sur-Allier,Morne-sjur-Al'e,a li ye he pan mo er nai,Морне-сюр-Алье,Морне-сюр-Альє,阿利耶河畔莫尔奈		FR	24	18	182	18155	428	Europe/Paris
6428229	Morthomiers	morthomiers	Morthomiers,Mortom'e,Mortome,mo er tuo mi ye er,Мортомье,Мортомє,莫尔托米耶尔		FR	24	18	181	18157	760	Europe/Paris
6428230	Moulins-sur-Yèvre	moulins-sur-yevre	Moulins-sur-Yevre,Moulins-sur-Yèvre,Mulen-sjur-Evr,Mulen-sjur-Jevr,yi ai fu er he pan mu lan,Мулен-сюр-Євр,Мулен-сюр-Йевр,伊埃夫尔河畔穆兰		FR	24	18	181	18158	849	Europe/Paris
6428231	Nançay	nancay	Nancay,Nanse,Nançay,nan sai,Нансе,南赛		FR	24	18	183	18159	853	Europe/Paris
6428232	Nérondes	nerondes	Nerond,Nerondes,Nérondes,nei long dai,Неронд,内龙代		FR	24	18	182	18160	1492	Europe/Paris
6428233	Neuilly-en-Dun	neuilly-en-dun	Nei-an-Den,Neuilly-en-Dun,Njoji-an-Djon,dan de qu ne yi,Неї-ан-Ден,Нёйи-ан-Дён,丹地区讷伊		FR	24	18	182	18161	232	Europe/Paris
6428234	Neuilly-en-Sancerre	neuilly-en-sancerre	Nei-an-Sanserr,Neuilly-en-Sancerre,Njoji-an-Sanser,sang sai er de qu ne yi,Неї-ан-Сансерр,Нёйи-ан-Сансер,桑塞尔地区讷伊		FR	24	18	181	18162	256	Europe/Paris
6428235	Neuvy-Deux-Clochers	neuvy-deux-clochers	Neuvy-Deux-Clochers,Nevi-De-Kloshe,Njovi-Djo-Kloshe,ne wei de ke luo she er,Неві-Де-Клоше,Нёви-Дё-Клоше,讷维德克洛舍尔		FR	24	18	181	18163	289	Europe/Paris
6428236	Neuvy-le-Barrois	neuvy-le-barrois	Neuvy-le-Barrois,Nevi-le-Barrua,Njovi-le-Barrua,ne wei lai ba er lu wa,Неві-ле-Барруа,Нёви-ле-Барруа,讷维莱巴尔鲁瓦		FR	24	18	182	18164	142	Europe/Paris
6428237	Neuvy-sur-Barangeon	neuvy-sur-barangeon	Neuvy-sur-Barangeon		FR	24	18	183	18165	1197	Europe/Paris
6428238	Nohant-en-Goût	nohant-en-gout	Noan-an-Gu,Nohant-en-Gout,Nohant-en-Goût,gu de qu nuo ang,Ноан-ан-Гу,古地区诺昂		FR	24	18	181	18166	589	Europe/Paris
6428239	Nohant-en-Graçay	nohant-en-gracay	Noan-an-Grase,ge la sai de qu nuo ang,Ноан-ан-Грасе,格拉赛地区诺昂		FR	24	18	183	18167	304	Europe/Paris
6428240	Nozières	nozieres	Noz'er,nuo qi ai,Нозьер,Нозьєр,诺齐埃		FR	24	18	182	18169	217	Europe/Paris
6428241	Oizon	oizon	Uazon,wa zong,Уазон,瓦宗		FR	24	18	183	18170	677	Europe/Paris
6428242	Orcenais	orcenais	Orcenais,Orsene,Orsne,ao er se nai,Орсене,Орсне,奥尔瑟奈		FR	24	18	182	18171	253	Europe/Paris
6428243	Osmery	osmery	Omeri,ao si mo li,Омери,Омері,奥斯默里		FR	24	18	182	18173	271	Europe/Paris
6428244	Osmoy	osmoy	Omua,Osmoy,ao si mu wa,Омуа,奥斯穆瓦		FR	24	18	181	18174	275	Europe/Paris
6428245	Parassy	parassy	Parassi,Parassy,pa la xi,Парасси,Парассі,帕拉西		FR	24	18	181	18176	419	Europe/Paris
6428246	Parnay	parnay	Parnay,Parne,pa er nai,Парне,帕尔奈		FR	24	18	182	18177	65	Europe/Paris
6428247	Pigny	pigny	Pigny,Pin'i,pi ni,Пиньи,Піньї,皮尼		FR	24	18	181	18179	946	Europe/Paris
6428248	Plaimpied-Givaudins	plaimpied-givaudins	Plaimpied-Givaudins,Plemp'e-Zhivoden,Plempe-Zhivoden,pu lan pi ye ji wo dan,Племпье-Живоден,Племпє-Живоден,普兰皮耶吉沃丹		FR	24	18	181	18180	1979	Europe/Paris
6428249	Plou	plou	Plu,pu lu,Плу,普卢		FR	24	18	181	18181	528	Europe/Paris
6428250	Précy	precy	Precy,Presi,Précy,pu lei xi,Преси,Пресі,普雷西		FR	24	18	181	18184	344	Europe/Paris
6428251	Presly	presly	Preli,Presly,pu lei si li,Прели,Прелі,普雷斯利		FR	24	18	183	18185	263	Europe/Paris
6428252	Préveranges	preveranges	Preveranges,Préveranges		FR	24	18	182	18187	530	Europe/Paris
6428253	Primelles	primelles	Primel',Primelles,pu li mo lai,Примель,普里默莱		FR	24	18	181	18188	248	Europe/Paris
6428254	Quantilly	quantilly	Quantilly		FR	24	18	181	18189	466	Europe/Paris
6428255	Quincy	quincy	Kensi,Quincy,kwynsy  shr,qu an xi,Кенси,Кенсі,کوئنسی، شر,屈安西		FR	24	18	183	18190	866	Europe/Paris
6428256	Raymond	raymond	Rejmon,Remon,lai meng,Реймон,Ремон,ريمنڊ، شر,ریمنڈ، شر,赖蒙		FR	24	18	182	18191	209	Europe/Paris
6428257	Rezay	rezay	Rezay,Reze,lei ze,Резе,雷泽		FR	24	18	182	18193	220	Europe/Paris
6428258	Rians	rians	R'jan,Rian,Rians,li ang,Рьян,Ріан,里昂		FR	24	18	181	18194	980	Europe/Paris
6428259	Sagonne	sagonne	Sagonne		FR	24	18	182	18195	186	Europe/Paris
6428260	Saint-Aignan-des-Noyers	saint-aignan-des-noyers	Saint-Aignan-des-Noyers,Sent-Ehn'jan-de-Nuaje,Sent-En'jan-de-Nuae,sheng ai ni ang dai nu wa ai er,Сент-Еньян-де-Нуає,Сент-Эньян-де-Нуайе,سینٹ-ایگنان-دس-نوےرس,圣艾尼昂代努瓦埃尔		FR	24	18	182	18196	99	Europe/Paris
6428261	Saint-Ambroix	saint-ambroix	Sent-Ambrua,sheng ang bu lu wa,Сент-Амбруа,سینٹ-امبڑوش، چر,圣昂布鲁瓦		FR	24	18	181	18198	369	Europe/Paris
6428262	Saint-Baudel	saint-baudel	Sen-Bodel',sheng bo dai,Сен-Бодель,سینٹ-بدل,圣博代		FR	24	18	182	18199	248	Europe/Paris
6428263	Saint-Bouize	saint-bouize	Sen-Buiz,sheng bu yi ci,Сен-Буиз,Сен-Буїз,سینٹ-بویزے,圣布伊兹		FR	24	18	181	18200	312	Europe/Paris
6428264	Saint-Céols	saint-ceols	Sen-Seol',sheng sai ao er,Сен-Сеоль,圣塞奥尔		FR	24	18	181	18202	15	Europe/Paris
6428265	Saint-Christophe-le-Chaudry	saint-christophe-le-chaudry	Saint-Christophe-le-Chaudry,Sen-Kristof-le-Shodri,Sent Cristofa de Renhac,Sent Cristòfa de Renhac,sheng ke li si tuo fu lai shao de li,Сен-Кристоф-ле-Шодри,Сен-Кристоф-ле-Шодрі,سینٹ-کروسٹوفے-لے-چودرے,圣克里斯托夫莱绍德里		FR	24	18	182	18203	105	Europe/Paris
6428266	Saint-Denis-de-Palin	saint-denis-de-palin	Saint-Denis-de-Palin,Sen-Deni-de-Palen,sheng de ni de pa lan,Сен-Дени-де-Пален,Сен-Дені-де-Пален,سینٹ-ڈینس-دے-پلن,圣德尼德帕兰		FR	24	18	182	18204	315	Europe/Paris
6428267	Saint-Doulchard	saint-doulchard	Saint-Doulchard,Sen-Dul'shar,san dwlshar,sheng du er sha er,Сен-Дульшар,سان دولشار,سینٹ-ڈولچرڈ,圣杜尔沙尔		FR	24	18	181	18205	9486	Europe/Paris
6428268	Saint-Éloy-de-Gy	saint-eloy-de-gy	Saint-Eloy-de-Gy,Saint-Éloy-de-Gy		FR	24	18	181	18206	1544	Europe/Paris
6428269	Saint-Florent-sur-Cher	saint-florent-sur-cher	Saint-Florent-sur-Cher		FR	24	18	181	18207	6618	Europe/Paris
6428308	Soulangis	soulangis	Soulangis,Sulanzhi,su lang ji,Суланжи,Суланжі,苏朗吉		FR	24	18	181	18253	485	Europe/Paris
6428309	Soye-en-Septaine	soye-en-septaine	Soye-en-Septaine		FR	24	18	181	18254	581	Europe/Paris
6428270	Saint-Georges-de-Poisieux	saint-georges-de-poisieux	Saint-Georges-de-Poisieux,Sen-Zhorzh-de-Puaz'e,Sen-Zhorzh-de-Puaz'jo,sheng ruo er re de pu wa xi e,Сен-Жорж-де-Пуазьё,Сен-Жорж-де-Пуазьє,سینٹ-گیورگس-دے-وثےش,圣若尔热德普瓦西厄		FR	24	18	182	18209	457	Europe/Paris
6428271	Saint-Georges-sur-la-Prée	saint-georges-sur-la-pree	Saint-Georges-sur-la-Pree,Saint-Georges-sur-la-Prée,Sen-Zhorzh-sjur-la-Pre,la-pu lei ai he pan sheng ruo er re,Сен-Жорж-сюр-ла-Пре,سینٹ-گیورگس-سر-لا-پڑے,拉-普雷埃河畔圣若尔热		FR	24	18	183	18210	625	Europe/Paris
6428272	Saint-Georges-sur-Moulon	saint-georges-sur-moulon	Saint-Georges-sur-Moulon,Sen-Zhorzh-sjur-Mulon,mu long he pan sheng ruo er re,Сен-Жорж-сюр-Мулон,سینٹ-گیورگس-سر-مولوں,穆隆河畔圣若尔热		FR	24	18	181	18211	701	Europe/Paris
6428273	Saint-Germain-des-Bois	saint-germain-des-bois	Saint-Germain-des-Bois,Sen-Zhermen-de-Bua,Сен-Жермен-де-Буа,سینٹ-گرمین-دس-بوس، چر		FR	24	18	182	18212	626	Europe/Paris
6428274	Saint-Germain-du-Puy	saint-germain-du-puy	Saint-Germain-du-Puy		FR	24	18	181	18213	5081	Europe/Paris
6428275	Saint-Hilaire-de-Court	saint-hilaire-de-court	Saint-Hilaire-de-Court		FR	24	18	183	18214	605	Europe/Paris
6428276	Saint-Hilaire-de-Gondilly	saint-hilaire-de-gondilly	Saint-Hilaire-de-Gondilly,Sen-Iler-de-Gondii,Sent-Iler-de-Gondiji,sheng yi lai er de gong di li,Сен-Ілер-де-Гондії,Сент-Илер-де-Гондийи,سینٹ-ہلیری-دے-گوندلے,圣伊莱尔德贡迪利		FR	24	18	182	18215	176	Europe/Paris
6428277	Saint-Hilaire-en-Lignières	saint-hilaire-en-lignieres	Saint-Hilaire-en-Lignieres,Saint-Hilaire-en-Lignières,Sent-Er-an-Lin'er,Sent-Iler-an-Lin'er,li ni ai de qu sheng yi lai er,Сент-Єр-ан-Ліньєр,Сент-Илер-ан-Линьер,سینٹ-ہلیری-این -لگنیرس,利尼埃地区圣伊莱尔		FR	24	18	182	18216	503	Europe/Paris
6428278	Saint-Jeanvrin	saint-jeanvrin	Saint-Jeanvrin,Sen-Zhanvren,sheng rang fu lan,Сен-Жанврен,سینٹ-جانورں,圣让夫兰		FR	24	18	182	18217	154	Europe/Paris
6428279	Saint-Léger-le-Petit	saint-leger-le-petit	Saint-Leger-le-Petit,Saint-Léger-le-Petit,Sen-Lezhe-le-Peti,xiao sheng lai re,Сен-Леже-ле-Пети,Сен-Леже-ле-Петі,سینٹ-لگر-لے-پیٹت,小圣莱热		FR	24	18	181	18220	357	Europe/Paris
6428280	Saint-Loup-des-Chaumes	saint-loup-des-chaumes	Saint-Loup-des-Chaumes,Sen-Lu-de-Shom,sheng lu dai shao mei,Сен-Лу-де-Шом,سینٹ-لوپ-دس-چومس,圣卢代绍梅		FR	24	18	182	18221	301	Europe/Paris
6428282	Saint-Martin-d'Auxigny	saint-martin-d-auxigny	Saint-Martin-d'Auxigny		FR	24	18	181	18223	2369	Europe/Paris
6428283	Saint-Martin-des-Champs	saint-martin-des-champs	Saint-Martin-des-Champs,Sen-Marten-de-Sham,Sen-Marten-de-Shan,sheng ma dan dai shang pu,Сен-Мартен-де-Шам,Сен-Мартен-де-Шан,سینٹ-مارٹن-دس-چمپس، چر,圣马丹代尚普		FR	24	18	181	18224	306	Europe/Paris
6428284	Saint-Michel-de-Volangis	saint-michel-de-volangis	Saint-Michel-de-Volangis,Sen-Mishel'-de-Volanzhi,sheng mi she de wo lang ji,Сен-Мишель-де-Воланжи,Сен-Мішель-де-Воланжі,سینٹ-مشیل-دے-وولنگس,圣米舍德沃朗吉		FR	24	18	181	18226	476	Europe/Paris
6428285	Sainte-Montaine	sainte-montaine	Sent-Monten,sheng meng tan,Сент-Монтен,سین-مونتینے,圣蒙坦		FR	24	18	183	18227	183	Europe/Paris
6428286	Saint-Outrille	saint-outrille	Saint-Outrille,Sent-Utrij,sheng wu te li er,Сент-Утрий,Сент-Утрій,سینٹ-اوٹریلے,圣乌特里尔		FR	24	18	183	18228	215	Europe/Paris
6428287	Saint-Palais	saint-palais	Sen-Pale,sheng pa lai,Сен-Пале,سینٹ-پلیس، چر,圣帕莱		FR	24	18	181	18229	623	Europe/Paris
6428288	Saint-Pierre-les-Bois	saint-pierre-les-bois	Saint-Pierre-les-Bois,Sen-P'er-le-Bua,Sen-Perr-le-Bua,sen lin sheng pi ye er,syn-pyry-lys-bwyy,Сен-Пьер-ле-Буа,Сен-Пєрр-ле-Буа,سین-پیری-لیس-بوئی,森林圣皮耶尔		FR	24	18	182	18230	292	Europe/Paris
6428289	Saint-Pierre-les-Étieux	saint-pierre-les-etieux	Saint-Pierre-les-Etieux,Saint-Pierre-les-Étieux,Sen-P'er-lez-Eht'jo,Sen-Perr-lez-Et'e,sheng pi ye er lai ai di e,syn-pyry-lys-tyw,Сен-Пьер-лез-Этьё,Сен-Пєрр-лез-Етьє,سین-پیری-لیس-تیو,圣皮耶尔莱埃蒂厄		FR	24	18	182	18231	695	Europe/Paris
6428291	Saint-Satur	saint-satur	Sen-Satjur,sheng sa di,syn-str,Сен-Сатюр,سین-ستر,圣萨蒂		FR	24	18	181	18233	1432	Europe/Paris
6428292	Sainte-Solange	sainte-solange	Sent-Solanzh,sheng suo lang ge,Сент-Соланж,سین-سولانگے,圣索朗格		FR	24	18	181	18235	1145	Europe/Paris
6428293	Sainte-Thorette	sainte-thorette	Sent-Toret,Sent-Torett,sheng tuo lei te,Сент-Торет,Сент-Торетт,سین-تھوڑتے,圣托雷特		FR	24	18	183	18237	477	Europe/Paris
6428294	Saint-Vitte	saint-vitte	Saint-Vitte		FR	24	18	182	18238	132	Europe/Paris
6428296	Sancergues	sancergues	Sanserg,sang sai er gai,Сансерг,桑塞尔盖		FR	24	18	181	18240	664	Europe/Paris
6428297	Sancoins	sancoins	Sancoins		FR	24	18	182	18242	3090	Europe/Paris
6428298	Santranges	santranges			FR	24	18	181	18243	413	Europe/Paris
6428299	Saugy	saugy	Saugy,Sozhi,suo ji,Сожи,Сожі,索吉		FR	24	18	181	18244	80	Europe/Paris
6428300	Saulzais-le-Potier	saulzais-le-potier	Saucac lo Potier,Saulzais-le-Potier,Sauçac lo Potier,Sol'ze-le-Pot'e,suo er ze lai bo di ye,Сользе-ле-Потье,Сользе-ле-Потьє,索尔泽莱波蒂耶		FR	24	18	182	18245	499	Europe/Paris
6428301	Savigny-en-Sancerre	savigny-en-sancerre	Savigny-en-Sancerre,Savin'i-an-Sanser,Savin'i-an-Sanserr,sang sai er de qu sa wei ni,Савиньи-ан-Сансер,Савіньї-ан-Сансерр,桑塞尔地区萨维尼		FR	24	18	181	18246	991	Europe/Paris
6428302	Savigny-en-Septaine	savigny-en-septaine	Savigny-en-Septaine,Savin'i-an-Seten,sai pu tan de qu sa wei ni,Савиньи-ан-Сетен,Савіньї-ан-Сетен,塞普坦地区萨维尼		FR	24	18	181	18247	704	Europe/Paris
6428303	Senneçay	sennecay	Sennecay,Senneçay,Sennse,Sense,se nei sai,Сеннсе,Сенсе,瑟内赛		FR	24	18	181	18248	467	Europe/Paris
6428304	Sens-Beaujeu	sens-beaujeu	San-Bozhe,San-Bozhjo,sang bo re,Сан-Боже,Сан-Божё,桑博热		FR	24	18	181	18249	398	Europe/Paris
6428305	Serruelles	serruelles	Serruelles		FR	24	18	182	18250	78	Europe/Paris
6428306	Sévry	sevry	Sevry,Sévry		FR	24	18	181	18251	68	Europe/Paris
6428307	Sidiailles	sidiailles	Sid'jaj,Sidiailles,Sidialhas,xi di ai lai,Сидьяй,Сідьяй,西迪艾莱		FR	24	18	182	18252	304	Europe/Paris
6428998	Lanrodec	lanrodec	Lanrodec		FR	53	22	222	22116	1314	Europe/Paris
6428310	Subligny	subligny	Sjublin'i,Subligny,xu bu li ni,Сюблиньи,Сюбліньї,叙布利尼		FR	24	18	181	18256	343	Europe/Paris
6428311	Sury-près-Léré	sury-pres-lere	Sury-pres-Lere,Sury-près-Léré		FR	24	18	181	18257	697	Europe/Paris
6428312	Sury-en-Vaux	sury-en-vaux	Sjuri-an-Vo,Sury-en-Vaux,wo de qu xu li,Сюри-ан-Во,Сюрі-ан-Во,沃地区叙里		FR	24	18	181	18258	708	Europe/Paris
6428313	Sury-ès-Bois	sury-es-bois	Sjuri-e-Bua,Sjuri-eh-Bua,Sury-es-Bois,Sury-ès-Bois,xu li ai bu wa,Сюри-э-Буа,Сюрі-е-Буа,叙里埃布瓦		FR	24	18	181	18259	264	Europe/Paris
6428314	Tendron	tendron	Tandron,Tendron,tang de long,Тандрон,唐德龙		FR	24	18	182	18260	95	Europe/Paris
6428315	Thaumiers	thaumiers	Thaumiers,Tom'e,Tome,tuo mi ye er,Томье,Томє,托米耶尔		FR	24	18	182	18261	416	Europe/Paris
6428316	Thauvenay	thauvenay	Thauvenay,Tovne,tuo wei nai,Товне,托韦奈		FR	24	18	181	18262	335	Europe/Paris
6428317	Thénioux	thenioux			FR	24	18	183	18263	667	Europe/Paris
6428318	Torteron	torteron	Torteron		FR	24	18	182	18265	800	Europe/Paris
6428319	Touchay	touchay	Tushe,tu xie,Туше,图谢		FR	24	18	182	18266	261	Europe/Paris
6428320	Trouy	trouy	Trouy,Trui,te lu yi,Труи,Труї,特鲁伊		FR	24	18	181	18267	3966	Europe/Paris
6428321	Uzay-le-Venon	uzay-le-venon	Juze-le-Venon,Uzay-le-Venon,yu ze lai wei nong,Юзе-ле-Венон,于泽莱韦农		FR	24	18	182	18268	399	Europe/Paris
6428322	Vailly-sur-Sauldre	vailly-sur-sauldre	Vai-sjur-Sol'dr,Vaji-sjur-Sodr,suo er de er he pan wei li,Вайи-сюр-Содр,Ваї-сюр-Сольдр,索尔德尔河畔韦利		FR	24	18	181	18269	662	Europe/Paris
6428323	Vasselay	vasselay	Vasle,Vasselay,Vassle,wa se lai,wsly,Васле,Вассле,وسلی,瓦瑟莱		FR	24	18	181	18271	1420	Europe/Paris
6428324	Veaugues	veaugues	Veaugues		FR	24	18	181	18272	654	Europe/Paris
6428325	Venesmes	venesmes	Venem,Venesmes,wei nei si mei,wnsms,Венем,ونسمس,韦内斯梅		FR	24	18	182	18273	823	Europe/Paris
6428326	Verdigny	verdigny	Verdigny,Verdin'i,wei er di ni,wrdygny,Вердиньи,Вердіньї,وردیگنی,韦尔迪尼		FR	24	18	181	18274	312	Europe/Paris
6428327	Vereaux	vereaux	Vereaux,Vero,wei luo,wrywks,Веро,وریوکس,韦罗		FR	24	18	182	18275	139	Europe/Paris
6428328	Vernais	vernais	Vernais,Verne,wei er nai,wrnys,Верне,ورنیس,韦尔奈		FR	24	18	182	18276	196	Europe/Paris
6428329	Vesdun	vesdun			FR	24	18	182	18278	575	Europe/Paris
6428330	Vignoux-sous-les-Aix	vignoux-sous-les-aix	Vin'ju-su-lez-Ehks,Vinju-su-lez-Eks,wei niu su si-lai ai,Винью-су-лез-Экс,Віню-су-лез-Екс,维纽苏斯-莱艾		FR	24	18	181	18280	712	Europe/Paris
6428331	Vignoux-sur-Barangeon	vignoux-sur-barangeon	Vignoux-sur-Barangeon		FR	24	18	183	18281	2130	Europe/Paris
6428332	Villabon	villabon	Villabon,wei la bang,wylabn,Виллабон,Віллабон,ویلابن,维拉邦		FR	24	18	181	18282	570	Europe/Paris
6428333	Villecelin	villecelin			FR	24	18	182	18283	99	Europe/Paris
6428334	Villegenon	villegenon	Vil'zhenon,Villegenon,wei lei rang weng,Вильженон,Вільженон,维勒让翁		FR	24	18	181	18284	219	Europe/Paris
6428335	Villeneuve-sur-Cher	villeneuve-sur-cher	Vil'nev-sjur-Sher,Vil'njov-sjur-Sher,Villeneuve-sur-Cher,xie he pan xin cheng,Вильнёв-сюр-Шер,Вільнев-сюр-Шер,谢河畔新城		FR	24	18	181	18285	464	Europe/Paris
6428336	Villequiers	villequiers	Vil'k'er,Vil'ker,Villequiers,wei lai qu ye er,Вилькьер,Вількєр,维莱屈耶尔		FR	24	18	181	18286	483	Europe/Paris
6428337	Vinon	vinon	Vinon,wei nong,Винон,Вінон,维农		FR	24	18	181	18287	302	Europe/Paris
6428338	Vorly	vorly	Vorli,Vorly,wo er li,Ворли,Ворлі,沃尔利		FR	24	18	181	18288	235	Europe/Paris
6428339	Vornay	vornay	Vornay,Vorne,wo er nai,Ворне,沃尔奈		FR	24	18	181	18289	595	Europe/Paris
6428340	Vouzeron	vouzeron	Vouzeron,Vuzron,wu ze long,Вузрон,武泽龙		FR	24	18	183	18290	560	Europe/Paris
6428341	Lagraulière	lagrauliere	La Grauliera,Lagrauliere,Lagraulière,Lagrol'er,la ge luo li ai,Лагрольер,Лагрольєр,拉格罗利埃		FR	75	19	192	19100	1104	Europe/Paris
6428342	Laguenne-sur-Avalouze	laguenne-sur-avalouze	LAguena,Lagen,Lagenn,Laguenne-sur-Avalouze,Las Guenas,la gai en,Лаген,Лагенн,拉盖恩		FR	75	19	192	19101	1550	Europe/Paris
6428343	Lamazière-Basse	lamaziere-basse	La Masiera Bassa,Lamaz'er-Bas,Lamaz'er-Bass,xia la ma qi ai,Ламазьер-Бас,Ламазьер-Басс,Ламазьєр-Басс,下拉马齐埃		FR	75	19	193	19102	300	Europe/Paris
6428344	Lamazière-Haute	lamaziere-haute	La Masiera Nauta,Lamaz'er-Ot,Lamaziere-Haute,Lamazière-Haute,shang la ma qi ai,Ламазьер-От,Ламазьєр-От,上拉马齐埃		FR	75	19	193	19103	66	Europe/Paris
6428345	Lamongerie	lamongerie			FR	75	19	192	19104	115	Europe/Paris
6428346	Lanteuil	lanteuil	Lantej,Lanteuil,Lantjoj,Lantol,Lantuelh,Lantòl,lang te yi,Лантей,Лантёй,朗特伊		FR	75	19	191	19105	522	Europe/Paris
6428348	Lascaux	lascaux	Las Caums,Las Couts,Las Còuts,Lascaux,Lasko,laskwks  kwryzy,Ласко,لاسکوکس، کوریزی		FR	75	19	191	19109	212	Europe/Paris
6428349	Latronche	latronche	La Troncha,Latronche,Latronsh,la te long ke,Латронш,拉特龙克		FR	75	19	193	19110	135	Europe/Paris
6428350	Laval-sur-Luzège	laval-sur-luzege	La Val,Laval'-sjur-Ljuzezh,Laval-sur-Luzege,Laval-sur-Luzège,lu ze ge he pan la wa,Лаваль-сюр-Люзеж,吕泽格河畔拉瓦		FR	75	19	193	19111	99	Europe/Paris
6428351	Lestards	lestards	Lestar,Lestards,Lestaurs,Los Taurs,lai si ta er de,Лестар,莱斯塔尔德		FR	75	19	192	19112	105	Europe/Paris
6428352	Lignareix	lignareix	Lignareix,Lin'jare,Linhares,Linharets,li ni ya lei,Линьяре,Ліньяре,利尼亚雷		FR	75	19	193	19114	164	Europe/Paris
6428353	Ligneyrac	ligneyrac	Lin'ejrak,Lin'erak,Linhairac,li gai yi la ke,Линьейрак,Линьерак,Ліньєйрак,利盖伊拉克		FR	75	19	191	19115	307	Europe/Paris
6428355	Lissac-sur-Couze	lissac-sur-couze	Licac,Lissac,Lissac-sur-Couze,Lissak-sjur-Kuz,Liçac,ku ci he pan li sa ke,Лиссак-сюр-Куз,Ліссак-сюр-Куз,库兹河畔利萨克		FR	75	19	191	19117	749	Europe/Paris
6428356	Lostanges	lostanges			FR	75	19	191	19119	134	Europe/Paris
6428357	Louignac	louignac	Louignac		FR	75	19	191	19120	237	Europe/Paris
6428358	Madranges	madranges	Madranges		FR	75	19	192	19122	193	Europe/Paris
6429224	Mautes	mautes	Mautas,Mautes,Mot,mo tai,Мот,莫泰		FR	75	23	231	23127	216	Europe/Paris
6428359	Malemort	malemort	Mal'mor-sjur-Korrez,Mala Mort,Mala Mòrt,Malamort,Malamòrt,ke er lei ci he pan ma lai mo er,marumoru=shuru=korezu,Мальмор-сюр-Коррез,マルモール＝シュル＝コレーズ,科尔雷兹河畔马莱莫尔		FR	75	19	191	19123	8012	Europe/Paris
6428360	Mansac	mansac	Mancac,Mansak,Mançac,mang sa ke,Мансак,芒萨克		FR	75	19	191	19124	1420	Europe/Paris
6428361	Marcillac-la-Croisille	marcillac-la-croisille	Marcilhac de Clergor,Marcilhac la Crosilha,Marcillac-la-Croisille,Marsijak-la-Kruazij,ma er xi la ke la ke lu wa xi er,Марсийак-ла-Круазий,Марсияк-ла-Круазий,Марсіяк-ла-Круазій,马尔西拉克拉克鲁瓦西尔		FR	75	19	193	19125	796	Europe/Paris
6428362	Marcillac-la-Croze	marcillac-la-croze	Marcilhac e la Crosa,Marcilhac e la Cròsa,Marcilhac la Crosa,Marcilhac la Cròsa,Marcillac-la-Croze,Marsijak-la-Kroz,ma er xi la ke la ke luo ci,Марсийак-ла-Кроз,Марсияк-ла-Кроз,Марсіяк-ла-Кроз,马尔西拉克拉克罗兹		FR	75	19	191	19126	179	Europe/Paris
6428364	Margerides	margerides			FR	75	19	193	19128	299	Europe/Paris
6428365	Masseret	masseret	Masseret		FR	75	19	192	19129	682	Europe/Paris
6428366	Maussac	maussac			FR	75	19	193	19130	435	Europe/Paris
6428367	Meilhards	meilhards	Meilhards,Mejar,Melhars,mei ya er de,Мейар,Меяр,梅亚尔德		FR	75	19	192	19131	507	Europe/Paris
6428368	Ménoire	menoire	Menoire,Menuar,mei nu wa er,Менуар,梅努瓦尔		FR	75	19	191	19132	112	Europe/Paris
6428369	Mestes	mestes	Mest,Mestas,Mestes,mei si tai,Мест,梅斯泰		FR	75	19	193	19135	356	Europe/Paris
6428370	Meymac	meymac	Meymac		FR	75	19	193	19136	2411	Europe/Paris
6428371	Meyrignac-l'Église	meyrignac-l-eglise	Meyrignac-l'Eglise,Meyrignac-l'Église		FR	75	19	193	19137	62	Europe/Paris
6428372	Millevaches	millevaches	Mil'vash,Millevaches,Miuvachas,mi lei wa xie,Мильваш,Мільваш,米勒瓦谢		FR	75	19	193	19139	83	Europe/Paris
6428373	Monceaux-sur-Dordogne	monceaux-sur-dordogne	Monceaux-sur-Dordogne		FR	75	19	192	19140	639	Europe/Paris
6428374	Monestier-Merlines	monestier-merlines	Monest'e-Merlin,Monestier e Merlinas,Monestier-Merlines,Monestièr e Merlinas,Monet'e-Merlin,mo nei si di ye mei er li nei,Монестье-Мерлин,Монетье-Мерлин,Монетьє-Мерлін,莫内斯蒂耶梅尔利内		FR	75	19	193	19141	313	Europe/Paris
6428375	Monestier-Port-Dieu	monestier-port-dieu	Monest'e-Por-D'jo,Monestier de Portdiu,Monestier e Port Dieu,Monestier-Port-Dieu,Monestièr de Portdiu,Monestièr e Port Dieu,Monet'e-Por-D'e,mo nei si di ye bo er de yue,monesutie=poru=de~yu,Монестье-Пор-Дьё,Монетье-Пор-Дье,Монетьє-Пор-Дьє,モネスティエ＝ポール＝デュー,莫内斯蒂耶波尔德约		FR	75	19	193	19142	106	Europe/Paris
6428376	Montaignac-Saint-Hippolyte	montaignac-saint-hippolyte	Montaignac-Saint-Hippolyte,Montanhac,Montanhac e Sent Ipolit,Monten'jak-Sen-Ippolit,Monten'jak-Sent-Ippolit,meng tai ni ya ke sheng yi bo li te,Монтеньяк-Сен-Іпполіт,Монтеньяк-Сен-Ипполит,Монтеньяк-Сент-Ипполит,蒙泰尼亚克圣伊波利特		FR	75	19	193	19143	576	Europe/Paris
6428377	Montgibaud	montgibaud	Mont Gibaud,Montgibaud,Monzhibo,meng te ji bo,Монжибо,蒙特吉博		FR	75	19	191	19144	241	Europe/Paris
6428378	Moustier-Ventadour	moustier-ventadour	Mostier,Mostier de Ventadorn,Moustier-Ventadour,Mut'e-Vantadur,mu si di ye wang ta du,musutie=vu~antado~uru,Мутье-Вантадур,Мутьє-Вантадур,ムスティエ＝ヴァンタドゥール,穆斯蒂耶旺塔杜		FR	75	19	193	19145	472	Europe/Paris
6428379	Naves	naves	Nav,Navas,Naves,na wei,Нав,纳韦		FR	75	19	192	19146	2325	Europe/Paris
6428381	Noailhac	noailhac	Noailhac,Noajak,Noalhac,nuo ai ya ke,Ноайак,Ноаяк,诺艾亚克		FR	75	19	191	19150	379	Europe/Paris
6428382	Noailles	noailles	Noailles,Noaj,Noalhas,noaiyu,nuo ai lai,Ноай,ノアイユ,诺艾莱		FR	75	19	191	19151	895	Europe/Paris
6428383	Nonards	nonards	Nonar,Nonards,Nonars,nuo na er de,Нонар,诺纳尔德		FR	75	19	191	19152	454	Europe/Paris
6428384	Objat	objat	Ajac,Objat,Obzha,ao bu ya,obuja,Обжа,オブジャ,奥布雅		FR	75	19	191	19153	3652	Europe/Paris
6428385	Orgnac-sur-Vézère	orgnac-sur-vezere	Orgnac-sur-Vezere,Orgnac-sur-Vézère		FR	75	19	192	19154	312	Europe/Paris
6428386	Orliac-de-Bar	orliac-de-bar	Orl'jak-de-Bar,Orlhac de Bar,Orliac-de-Bar,ao er li a ke de ba,Орльяк-де-Бар,奥尔利阿克德巴		FR	75	19	192	19155	292	Europe/Paris
6428387	Palazinges	palazinges	Palajanjas,Palasanjas,Palazenzh,Palazinges,pa la zan re,Палазенж,帕拉赞热		FR	75	19	191	19156	148	Europe/Paris
6428388	Pandrignes	pandrignes	Pandrignes,Pandrin',Pandrinhas,pang de li gai,Пандринь,庞德里盖		FR	75	19	192	19158	164	Europe/Paris
6428389	Péret-Bel-Air	peret-bel-air	Pere-Bel'-Ehr,Pere-Bel'-Er,Peret,pei lei bei ai,Пере-Бель-Ер,Пере-Бель-Эр,佩雷贝艾		FR	75	19	193	19159	92	Europe/Paris
6428390	Pérols-sur-Vézère	perols-sur-vezere	Perols-sur-Vezere,Pérols-sur-Vézère		FR	75	19	193	19160	181	Europe/Paris
6428391	Perpezac-le-Blanc	perpezac-le-blanc			FR	75	19	191	19161	469	Europe/Paris
6428392	Perpezac-le-Noir	perpezac-le-noir	Perpesac lo Negre,Perpezac-le-Noir,Perpezak-le-Nuar,pei er pei zha ke lai nu wa,Перпезак-ле-Нуар,佩尔佩扎克莱努瓦		FR	75	19	192	19162	1133	Europe/Paris
6428393	Peyrelevade	peyrelevade	Peira Levada,Peiralevada,Pejrel'vad,Perel'vad,Pèira Levada,pei lei lei wa de,Пейрельвад,Перельвад,佩雷勒瓦德		FR	75	19	193	19164	860	Europe/Paris
6428394	Confolent-Port-Dieu	confolent-port-dieu	Confolens,Confolent-Port-Dieu,Konfolan Por Dje,Konfolan-Por-D'e,Konfolan-Por-D'jo,Portdiu,kong fu lang bo er de yue,Конфолан Пор Дје,Конфолан-Пор-Дье,Конфолан-Пор-Дьё,Конфолан-Пор-Дьє,孔福朗波尔德约		FR	75	19	193	19167	38	Europe/Paris
6428395	Pradines	pradines	Pradin,Pradinas,Pradines,pu la di nei,Прадин,Прадін,普拉迪内		FR	75	19	192	19168	97	Europe/Paris
6428396	Puy-d'Arnac	puy-d-arnac	Puy-d'Arnac		FR	75	19	191	19169	289	Europe/Paris
6428397	Queyssac-les-Vignes	queyssac-les-vignes	Caissac,Caissac las Vinhas,Kejssak-le-Vin',Kesak-le-Vin',Queyssac-les-Vignes,qu ai sa ke lai wei gai,Кейссак-ле-Винь,Кейссак-ле-Вінь,Кесак-ле-Винь,屈埃萨克莱维盖		FR	75	19	191	19170	198	Europe/Paris
6428398	Reygade	reygade	Raigada,Raigadas,Regad,Rejgad,Reygade,lei jia de,Регад,Рейгад,雷加德		FR	75	19	192	19171	192	Europe/Paris
6428399	Rilhac-Treignac	rilhac-treignac	Rilhac-Treignac		FR	75	19	192	19172	110	Europe/Paris
6428401	Roche-le-Peyroux	roche-le-peyroux	La Rocha de Sent Julian,La Ròcha de Sent Julian,Rocha da Peiros,Rosh-le-Pejru,Rosh-le-Peru,Ròcha da Peirós,luo ke lai pei lu,Рош-ле-Пейру,Рош-ле-Перу,罗克莱佩鲁		FR	75	19	193	19175	98	Europe/Paris
6428402	Rosiers-d'Égletons	rosiers-d-egletons	Rosiers-d'Egletons,Rosiers-d'Égletons		FR	75	19	193	19176	1067	Europe/Paris
6428403	Rosiers-de-Juillac	rosiers-de-juillac	Rosier de Julhac,Rosiers-de-Juillac,Roz'e-de-Zhjujak,Roz'e-de-Zhuijak,luo xie er de rui yi la ke,Розье-де-Жуияк,Розье-де-Жюйак,Розьє-де-Жуіяк,罗谢尔德瑞伊拉克		FR	75	19	191	19177	185	Europe/Paris
6428404	Sadroc	sadroc	Sadran,Sadrok,sa de luo ke,sdrwk,Садрок,صدروک,萨德罗克		FR	75	19	191	19178	925	Europe/Paris
6428405	Saillac	saillac	Saillac,Sajak,Salhac,sai la ke,Сайак,Саяк,سیلاک، کورریزے,赛拉克		FR	75	19	191	19179	208	Europe/Paris
6428406	Saint-Angel	saint-angel	Sent Angiau,Sent-Anzhel',sheng ang re,Сент-Анжель,سینٹ-اینجل، کورریزے,圣昂热		FR	75	19	193	19180	707	Europe/Paris
6428407	Saint-Augustin	saint-augustin	Saint-Augustin,Sent Augustin,Sent-Ogjusten,sheng ao ju si tan,Сент-Огюстен,سینٹ-اوگسٹن، کورریزے,圣奥居斯坦		FR	75	19	192	19181	424	Europe/Paris
6428408	Saint-Aulaire	saint-aulaire	Saint-Aulaire,Sent-Oler,Senta Aularia,Senta Aulària,sheng ao lai er,Сент-Олер,سینٹ-اولیرے,圣奥莱尔		FR	75	19	191	19182	799	Europe/Paris
6428410	Saint-Bazile-de-Meyssac	saint-bazile-de-meyssac	Saint-Bazile-de-Meyssac,Sen-Bazil'-de-Mejssak,Sen-Bazil'-de-Messak,Sent Mauvire,sheng ba qi er de mei sa ke,Сен-Базиль-де-Мейссак,Сен-Базиль-де-Мессак,Сен-Базіль-де-Мейссак,سینٹ-بزیلے-دے-میسساک,圣巴齐尔德梅萨克		FR	75	19	191	19184	132	Europe/Paris
6428411	Saint-Bonnet-Elvert	saint-bonnet-elvert	Sen-Bonne-Ehl'ver,Sen-Bonne-El'ver,Sent Bonet del Vern,Sent Bonet del Vèrn,Sent Bonet el Vernh,sheng bo nei ai er wei er,Сен-Бонне-Ельвер,Сен-Бонне-Эльвер,سینٹ-بونٹ-یلورت,圣博内埃尔韦尔		FR	75	19	192	19186	208	Europe/Paris
6428412	Saint-Bonnet-la-Rivière	saint-bonnet-la-riviere	Sen-Bonne-la-Riv'er,Sen-Bonne-la-River,Sent Bonet de la Rebiera,Sent Bonet la Ribeira,Sent Bonet la Ribèira,san=bone=ra=rivu~ieru,sheng bo nei la li wei ai,Сен-Бонне-ла-Ривьер,Сен-Бонне-ла-Ривєр,سینٹ-بونٹ-لا-ریویرے,サン＝ボネ＝ラ＝リヴィエール,圣博内拉里维埃		FR	75	19	191	19187	381	Europe/Paris
6428413	Saint-Bonnet-l'Enfantier	saint-bonnet-l-enfantier	Saint-Bonnet-l'Enfantier		FR	75	19	191	19188	392	Europe/Paris
6428414	Saint-Bonnet-les-Tours-de-Merle	saint-bonnet-les-tours-de-merle	Saint-Bonnet-les-Tours-de-Merle		FR	75	19	192	19189	50	Europe/Paris
6428415	Saint-Bonnet-près-Bort	saint-bonnet-pres-bort	Saint-Bonnet-pres-Bort,Saint-Bonnet-près-Bort,Sen-Bonne-pre-Bor,Sent Bonet de Portdiu,Sent Bonet prep Baurt,sheng bo nei pu lei bo er,Сен-Бонне-пре-Бор,سینٹ-بونٹ-پریس-بورٹ,圣博内普雷博尔		FR	75	19	193	19190	194	Europe/Paris
6428416	Saint-Cernin-de-Larche	saint-cernin-de-larche	Sen-Sernen-de-Larsh,Sent Sarnin de LArcha,Sent Sarnin de lArcha,sheng sai er nan de la er ke,Сен-Сернен-де-Ларш,سینٹ-کرنیں -دے-لڑکھ,圣塞尔南德拉尔克		FR	75	19	191	19191	655	Europe/Paris
6428417	Saint-Chamant	saint-chamant	Sen-Shaman,Sench Amand,sheng sha mang,Сен-Шаман,سینٹ-چمنت، کورریزے,圣沙芒		FR	75	19	192	19192	491	Europe/Paris
6428419	Saint-Clément	saint-clement	Saint-Clement,Saint-Clément,Sen-Kleman,Sent Clement,sheng ke lai mang,Сен-Клеман,سینٹ-کلیمنٹ، کورریزے,圣克莱芒		FR	75	19	192	19194	1322	Europe/Paris
6428420	Saint-Cyprien	saint-cyprien	Saint-Cyprien,Sen-Siprien,Sen-Siprijan,Sent Cibran,san=shipurian,sheng xi pu li an,Сен-Сиприен,Сен-Сиприян,Сен-Сіпріян,سینٹ-کیپرین، کورریزے,サン＝シプリアン,圣西普里安		FR	75	19	191	19195	387	Europe/Paris
6428421	Saint-Cyr-la-Roche	saint-cyr-la-roche			FR	75	19	191	19196	503	Europe/Paris
6428422	Saint-Éloy-les-Tuileries	saint-eloy-les-tuileries	Saint-Eloy-les-Tuileries,Saint-Éloy-les-Tuileries,Sent Alieg,Sent Aliég,Sent Eleg,Sent Elèg,Sent-Ehlua-le-Tjuil'ri,Sent-Elua-le-Tjuil'ri,sheng ai lu wa lai di yi lei li ye,Сент-Елуа-ле-Тюильри,Сент-Елуа-ле-Тюїльрі,Сент-Элуа-ле-Тюильри,سینٹ-یلوے-لیس-تویلیریس,圣埃卢瓦莱蒂伊勒里耶		FR	75	19	191	19198	104	Europe/Paris
6428423	Saint-Étienne-aux-Clos	saint-etienne-aux-clos	Saint-Etienne-aux-Clos,Saint-Étienne-aux-Clos,Sent Estefe deus Chaus,Sent-Eht'en-o-Klo,Sent-Et'enn-o-Klo,sheng ai di an ao ke luo,Сент-Етьенн-о-Кло,Сент-Етьєнн-о-Кло,Сент-Этьен-о-Кло,سینٹ-ایٹیینے-آ-کلوس,圣埃蒂安奥克洛		FR	75	19	193	19199	227	Europe/Paris
6428424	Saint-Étienne-la-Geneste	saint-etienne-la-geneste	Saint-Etienne-la-Geneste,Saint-Étienne-la-Geneste,Sent Estefe de la Ginesta,Sent Estefe la Genesta,Sent-Eht'en-la-Zhenest,Sent-Et'enn-la-Zhenest,sheng ai di an la re nei si te,Сент-Етьенн-ла-Женест,Сент-Етьєнн-ла-Женест,Сент-Этьен-ла-Женест,سینٹ-ایٹیینے-لا-گنستے,圣埃蒂安拉热内斯特		FR	75	19	193	19200	94	Europe/Paris
6428425	Saint-Exupéry-les-Roches	saint-exupery-les-roches			FR	75	19	193	19201	590	Europe/Paris
6428426	Sainte-Féréole	sainte-fereole	Sent-Fereol',Senta Fereola,Senta Fereòla,Senta Feriola,Senta Feriòla,sheng fei lei ao er,Сент-Фереоль,سین-فرولے,圣费雷奥尔		FR	75	19	191	19202	1893	Europe/Paris
6428427	Sainte-Fortunade	sainte-fortunade	Sainte-Fortunade		FR	75	19	192	19203	1789	Europe/Paris
6428428	Saint-Fréjoux	saint-frejoux	Sen-Frezhu,Sent Frejolh,Sent Frejos,Sent Frejós,sheng fu lei ru,Сен-Фрежу,سینٹ-ڑےجوش,圣夫雷茹		FR	75	19	193	19204	293	Europe/Paris
6428429	Saint-Geniez-ô-Merle	saint-geniez-o-merle	Saint-Geniez-o-Merle,Saint-Geniez-ô-Merle,Sen-Zhen'ez-o-Merl',Sent Genes au Merle,Sent Genies,Sent Geniès,san=juniezo=meru,sheng re nie ao mei er,Сен-Женьез-о-Мерль,Сен-Женьєз-о-Мерль,سینٹ-گنیز-و-مرلے,サン＝ジュニエゾ＝メール,圣热涅奥梅尔		FR	75	19	192	19205	92	Europe/Paris
6428430	Saint-Germain-Lavolps	saint-germain-lavolps	Sen-Zhermen-Lavol',Sen-Zhermen-Lavol'p,Sent German de las Volps,Sent German de las Vòlps,Sent German las Volps,Sent German las Vòlps,sheng ri er man la wo er pu,Сен-Жермен-Лаволь,Сен-Жермен-Лавольп,سینٹ-گرمین-لوولپس,圣日尔曼拉沃尔普		FR	75	19	193	19206	87	Europe/Paris
6428456	Saint-Privat	saint-privat	Saint-Privat,Sen-Priva,Sent Privat,sheng pu li wa,Сен-Прива,سین-پروہت، کورریزے,圣普里瓦		FR	75	19	192	19237	1081	Europe/Paris
6428431	Saint-Germain-les-Vergnes	saint-germain-les-vergnes	Sen-Zhermen-le-Vern',Sent German e las Vernhas,Sent German e las Vèrnhas,Sent German las Vernhas,sheng ri er man lai wei er gai,Сен-Жермен-ле-Вернь,سینٹ-گرمین-لیس-ورگنس,圣日尔曼莱韦尔盖		FR	75	19	192	19207	1101	Europe/Paris
6428432	Saint-Hilaire-Foissac	saint-hilaire-foissac	Saint-Hilaire-Foissac,Sen-Iler-Fuassak,Sent Alari Foissac,Sent Alari de Foissac,Sent-Iler-Fuassak,sheng yi lai er fu wa sa ke,Сен-Ілер-Фуассак,Сен-Илер-Фуассак,Сент-Илер-Фуассак,سینٹ-ہلیری-فویسساک,圣伊莱尔富瓦萨克		FR	75	19	193	19208	194	Europe/Paris
6428433	Saint-Hilaire-les-Courbes	saint-hilaire-les-courbes	Saint-Hilaire-les-Courbes,Sen-Iler-le-Kurb,Sent Alari de las Corbas,Sent-Iler-le-Kurb,sheng yi lai er lai ku er bei,Сен-Ілер-ле-Курб,Сен-Илер-ле-Курб,Сент-Илер-ле-Курб,سینٹ-ہلیری-لیس-کوربس,圣伊莱尔莱库尔贝		FR	75	19	192	19209	153	Europe/Paris
6428434	Saint-Hilaire-Luc	saint-hilaire-luc	Saint-Hilaire-Luc		FR	75	19	193	19210	71	Europe/Paris
6428435	Saint-Hilaire-Peyroux	saint-hilaire-peyroux	Saint-Hilaire-Peyroux		FR	75	19	192	19211	966	Europe/Paris
6428436	Saint-Hilaire-Taurieux	saint-hilaire-taurieux	Saint-Hilaire-Taurieux,Sen-Iler-Tor'e,Sen-Iler-Tore,Sent Alari de Taurion,Sent-Iler-Tor'jo,sheng yi lai er tuo li e,Сен-Ілер-Торє,Сен-Илер-Торье,Сент-Илер-Торьё,سینٹ-ہلیری-ٹڑےش,圣伊莱尔托里厄		FR	75	19	192	19212	99	Europe/Paris
6428437	Saint-Jal	saint-jal	Saint-Jal,Sen-Zhal',Sent Jal,sheng ya,Сен-Жаль,سینٹ-جل,圣雅		FR	75	19	192	19213	633	Europe/Paris
6428438	Saint-Julien-aux-Bois	saint-julien-aux-bois	Saint-Julien-aux-Bois,Sen-Zhjul'en-o-Bua,Sen-Zhul'jan-o-Bua,Sent Julian al Bois,Sent Julian e lo Rial,sheng rui li an ao bu wa,Сен-Жульян-о-Буа,Сен-Жюльен-о-Буа,سینٹ-جلیں -آ-بوس,圣瑞利安奥布瓦		FR	75	19	192	19214	466	Europe/Paris
6428439	Saint-Julien-le-Vendômois	saint-julien-le-vendomois	Sen-Zhjul'en-le-Vandomua,Sen-Zhul'en-le-Vandomua,Sent Julian,Sent Julian e lo Vendones,Sent Julian e lo Vendonés,sheng rui li an lai wang duo mu wa,Сен-Жульен-ле-Вандомуа,Сен-Жульєн-ле-Вандомуа,Сен-Жюльен-ле-Вандомуа,سینٹ-جلیں -لے-وندوموس,圣瑞利安莱旺多穆瓦		FR	75	19	191	19216	250	Europe/Paris
6428440	Saint-Julien-Maumont	saint-julien-maumont	Saint-Julien-Maumont,Sen-Zhjul'en-Momon,Sen-Zhul'en-Momon,Sent Julian Momon,Sent Julian de Maumont,sheng rui li an mo meng,Сен-Жульен-Момон,Сен-Жульєн-Момон,Сен-Жюльен-Момон,سینٹ-جلیں -مومونٹ,圣瑞利安莫蒙		FR	75	19	191	19217	166	Europe/Paris
6428442	Sainte-Marie-Lapanouze	sainte-marie-lapanouze	Sainte-Marie-Lapanouze,Sent-Mari-Lapanuz,Senta Maria de la Panosa,Senta Maria la Panosa,sheng ma li la pang wu ci,Сент-Мари-Лапануз,Сент-Марі-Лапануз,سین-مرے-لپنووزے,圣玛丽拉庞乌兹		FR	75	19	193	19219	63	Europe/Paris
6428443	Saint-Martial-de-Gimel	saint-martial-de-gimel	Saint-Martial-de-Gimel,Sen-Mars'jal'-de-Zhimel',Sen-Marsjal'-de-Zhimel',Sent Marcau de Gimel,Sent Marcau de Gimels,Sent Marçau de Gimel,Sent Marçau de Gimels,sheng ma er di a de ji mei,Сен-Марсьяль-де-Жимель,Сен-Марсяль-де-Жимель,سینٹ-مارشل-دے-گمل,圣马尔蒂阿德吉梅		FR	75	19	192	19220	488	Europe/Paris
6428444	Saint-Martial-Entraygues	saint-martial-entraygues	Saint-Martial-Entraygues,Sen-Mars'jal'-Antreg,Sen-Marsjal'-Antreg,Sent Marcau dEntraigas,Sent Marcau dEntre Aigas,Sent Marçau dEntraigas,Sent Marçau dEntre Aigas,sheng ma er di a ang te lai gai,Сен-Марсьяль-Антрег,Сен-Марсяль-Антрег,سینٹ-مارشل-ینترےگیس,圣马尔蒂阿昂特赖盖		FR	75	19	192	19221	82	Europe/Paris
6428445	Saint-Martin-la-Méanne	saint-martin-la-meanne	Saint-Martin-la-Meanne,Saint-Martin-la-Méanne		FR	75	19	192	19222	340	Europe/Paris
6428446	Saint-Martin-Sepert	saint-martin-sepert	Saint-Martin-Sepert,Sen-Marten-Seper,Sent Martin Set Pers,Sent Martin de Setpers,sheng ma dan se pei er,Сен-Мартен-Сепер,سینٹ-مارٹن-سپرٹ,圣马丹瑟佩尔		FR	75	19	191	19223	283	Europe/Paris
6428447	Saint-Merd-de-Lapleau	saint-merd-de-lapleau	Saint-Merd-de-Lapleau,Sen-Mer-de-Laplo,Sent Merd de la Pleu,Sent Merd de la Pléu,Sent Mèrd de la Plèu,sheng mei er de la pu luo,Сен-Мер-де-Лапло,سینٹ-مرد-دے-لپلو,圣梅尔德拉普洛		FR	75	19	193	19225	183	Europe/Paris
6428448	Saint-Merd-les-Oussines	saint-merd-les-oussines	Sen-Mer-lez-Ussin,Sent Merd e las Aussinas,Sent Merd las Aussinas,Sent Mèrd e las Aussinas,sheng mei er lai wu xi nei,Сен-Мер-лез-Уссин,Сен-Мер-лез-Уссін,سینٹ-مرد-لیس-وسسنس,圣梅尔莱乌西内		FR	75	19	193	19226	130	Europe/Paris
6428449	Saint-Pantaléon-de-Lapleau	saint-pantaleon-de-lapleau	Saint-Pantaleon-de-Lapleau,Saint-Pantaléon-de-Lapleau,Sen-Pantaleon-de-Laplo,Sent Pantaleon de la Pleu,Sent Pantaleon de la Pléu,Sent Pantalion de la Pleu,Sent Pantalion de la Plèu,sheng pang ta lai weng de la pu luo,Сен-Панталеон-де-Лапло,سینٹ-پنتلیوں -دے-لپلو,圣庞塔莱翁德拉普洛		FR	75	19	193	19228	67	Europe/Paris
6428450	Saint-Pantaléon-de-Larche	saint-pantaleon-de-larche	Saint-Pantaleon-de-Larche,Saint-Pantaléon-de-Larche,Sen-Pantaleon-de-Larsh,Sent Pantaleon de LArcha,Sent Pantalion de lArcha,san=pantareon=do=rarushu,sheng pang ta lai weng de la er ke,Сен-Панталеон-де-Ларш,سینٹ-پنتلیوں -دے-لڑکھ,サン＝パンタレオン＝ド＝ラルシュ,圣庞塔莱翁德拉尔克		FR	75	19	191	19229	4787	Europe/Paris
6428451	Saint-Pardoux-Corbier	saint-pardoux-corbier	Saint-Pardoux-Corbier,Sen-Pardu-Korb'e,Sen-Pardu-Korbe,Sent Pardos Corbier,Sent Pardos e Corbier,Sent Pardós e Corbier,sheng pa er du ke er bi ye,Сен-Парду-Корбье,Сен-Парду-Корбє,سینٹ-پاردو-کوربئر,圣帕尔杜科尔比耶		FR	75	19	191	19230	417	Europe/Paris
6428452	Saint-Pardoux-la-Croisille	saint-pardoux-la-croisille	Saint-Pardoux-la-Croisille,Sen-Pardu-la-Kruazij,Sent Pardos de la Crosilha,Sent Pardos la Crosilha,Sent Pardós de la Crosilha,sheng pa er du la ke lu wa xi er,Сен-Парду-ла-Круазий,Сен-Парду-ла-Круазій,سینٹ-پاردو-لا-کرویسلے,圣帕尔杜拉克鲁瓦西尔		FR	75	19	192	19231	176	Europe/Paris
6428453	Saint-Pardoux-le-Vieux	saint-pardoux-le-vieux	Sen-Pardu-le-V'e,Sen-Pardu-le-V'jo,Sen-Pardu-le-Ve,Sent Pardos lo Vielh,Sent Pardos lo Viélh,Sent Pardós lo Vielh,sheng pa er du lai fu yue,Сен-Парду-ле-Вье,Сен-Парду-ле-Вьё,Сен-Парду-ле-Вє,سینٹ-پاردو-لے-ےش,圣帕尔杜莱弗约		FR	75	19	193	19233	299	Europe/Paris
6428454	Saint-Pardoux-l'Ortigier	saint-pardoux-l-ortigier	Saint-Pardoux-l'Ortigier		FR	75	19	191	19234	480	Europe/Paris
6428455	Saint-Priest-de-Gimel	saint-priest-de-gimel	Saint-Priest-de-Gimel		FR	75	19	192	19236	496	Europe/Paris
6428457	Saint-Rémy	saint-remy	Sen-Remi,Sent Remic,sheng lei mi,Сен-Реми,Сен-Ремі,سین-رمے، کورریزے,圣雷米		FR	75	19	193	19238	224	Europe/Paris
6428458	Saint-Robert	saint-robert	Saint-Robert,Sen-Rober,Sent Robert,Sent Robèrt,sheng luo bei er,Сен-Робер,سین-رابرٹ، کورریزے,圣罗贝尔		FR	75	19	191	19239	312	Europe/Paris
6428459	Saint-Salvadour	saint-salvadour	Fanum Sancti Salvatoris,Saint-Salvadour,Sen-Sal'vadur,Sent Salvador,sheng sa er wa du,Сен-Сальвадур,سین-سلواڈور,圣萨尔瓦杜		FR	75	19	192	19240	310	Europe/Paris
6428460	Saint-Setiers	saint-setiers			FR	75	19	193	19241	283	Europe/Paris
6428461	Saint-Solve	saint-solve	Saint-Solve,Sen-Sol'v,Sent Sauve,Sent Solve,Sent Sòlve,sheng suo er fu,Сен-Сольв,圣索尔夫		FR	75	19	191	19242	461	Europe/Paris
6428462	Saint-Sornin-Lavolps	saint-sornin-lavolps	Saint-Sornin-Lavolps,Sen-Sornen-Lavol',Sen-Sornen-Lavol'p,Sent Sarnin de las Volps,Sent Sarnin de las Vòlps,Sent Sarnin las Volps,sheng suo er nan la wo er pu,Сен-Сорнен-Лаволь,Сен-Сорнен-Лавольп,圣索尔南拉沃尔普		FR	75	19	191	19243	864	Europe/Paris
6428463	Saint-Sulpice-les-Bois	saint-sulpice-les-bois	Saint-Sulpice-les-Bois,Sen-Sjul'pis-le-Bua,Sent Saupise,Sent Sulpici los Bosc,Sent Sulpici los Bòsc,sen lin sheng xu er pi ke,Сен-Сюльпис-ле-Буа,Сен-Сюльпіс-ле-Буа,森林圣叙尔皮克		FR	75	19	193	19244	84	Europe/Paris
6428464	Saint-Viance	saint-viance	Saint-Viance,Sen-V'jans,Sen-Vjans,Sent Viance,sheng wei ang ke,Сен-Вьянс,Сен-Вянс,圣维昂克		FR	75	19	191	19246	1823	Europe/Paris
6428465	Saint-Victour	saint-victour	Saint-Victour		FR	75	19	193	19247	181	Europe/Paris
6428466	Saint-Ybard	saint-ybard	Saint-Ybard		FR	75	19	192	19248	681	Europe/Paris
6428467	Saint-Yrieix-le-Déjalat	saint-yrieix-le-dejalat	Saint-Yrieix-le-Dejalat,Saint-Yrieix-le-Déjalat,Sent Irieg lo Desjalat,Sent Iries lo Desjalat,Sent-Ir'e-le-Dezhala,Sent-Ire-le-Dezhala,sheng yi li ye yi lai dai ya la,Сент-Ірє-ле-Дежала,Сент-Ирье-ле-Дежала,圣伊里耶伊莱代雅拉		FR	75	19	193	19249	345	Europe/Paris
6428468	Salon-la-Tour	salon-la-tour	Celom,Salom,Salon-la-Tour,Salon-la-Tur,sa long la tu,Салон-ла-Тур,萨隆拉图		FR	75	19	192	19250	652	Europe/Paris
6428469	Sarran	sarran	Sarran,Serran,sa er lang,Сарран,萨尔朗		FR	75	19	193	19251	275	Europe/Paris
6428470	Sarroux - Saint Julien	sarroux-saint-julien	Sarron,Sarru,sa er lu,Сарру,萨尔鲁		FR	75	19	193	19252	842	Europe/Paris
6428471	Ségur-le-Château	segur-le-chateau	Segur-le-Chateau,Ségur-le-Château		FR	75	19	191	19254	179	Europe/Paris
6428472	Seilhac	seilhac	Seilhac,Sejak,Selhac,sai ya ke,Сейак,Сеяк,塞亚克		FR	75	19	192	19255	1719	Europe/Paris
6428473	Sérandon	serandon	Serandon,Serendon,Sérandon,sai lang dong,Серандон,塞朗东		FR	75	19	193	19256	357	Europe/Paris
6428474	Sérilhac	serilhac	Cerilhac,Serelhac,Seriak,Serijak,Serilhac,Sérilhac,sai li ya ke,Сериак,Серийак,Серіак,塞里亚克		FR	75	19	191	19257	268	Europe/Paris
6428475	Servières-le-Château	servieres-le-chateau	Cervieras,Cervièras,Serv'er-le-Shato,Server-le-Shato,Serviera dau Chasteu,Servieres-le-Chateau,Servières-le-Château,sai er wei ai lai sha tuo,seruvu~ieru=ru=shato,Сервьер-ле-Шато,Сервєр-ле-Шато,セルヴィエール＝ル＝シャトー,塞尔维埃莱沙托		FR	75	19	192	19258	616	Europe/Paris
6428476	Sexcles	sexcles	Segles,Sekl',Sescles,sai ke si ke lai,Секль,塞克斯克莱		FR	75	19	192	19259	234	Europe/Paris
6428477	Sioniac	sioniac	S'jon'jak,S'on'jak,Seunhac,Siunhac,xi ao ni a ke,Сьйоньяк,Сьоньяк,西奥尼阿克		FR	75	19	191	19260	229	Europe/Paris
6428478	Sornac	sornac	Sarnac,Saurnac,Sornak,suo er na ke,Сорнак,索尔纳克		FR	75	19	193	19261	767	Europe/Paris
6428479	Soudaine-Lavinadière	soudaine-lavinadiere			FR	75	19	192	19262	176	Europe/Paris
6428480	Soudeilles	soudeilles	Sodelhas,Sudej,su dai lai,Судей,苏代莱		FR	75	19	193	19263	306	Europe/Paris
6428481	Soursac	soursac	Sorcac,Sorçac,Soursac,Sursak,su er sa ke,Сурсак,苏尔萨克		FR	75	19	193	19264	502	Europe/Paris
6428482	Tarnac	tarnac			FR	75	19	192	19265	327	Europe/Paris
6428483	Thalamy	thalamy	Talami,Talamin,Thalamy,ta la mi,Талами,Таламі,塔拉米		FR	75	19	193	19266	96	Europe/Paris
6428484	Toy-Viam	toy-viam	Autoire Viam,Toir de Viam,Tua-V'jam,Tua-V'jan,Tua-Vjam,tu wa wei ang,Туа-Вьям,Туа-Вьян,Туа-Вям,图瓦维昂		FR	75	19	192	19268	37	Europe/Paris
6428485	Troche	troche			FR	75	19	191	19270	560	Europe/Paris
6428486	Tudeils	tudeils	Tjudel',Tudeils,Tudel,Tudelh,di dai er,Тюдель,蒂代尔		FR	75	19	191	19271	245	Europe/Paris
6428487	Tulle	tulle	Tulle		FR	75	19	192	19272	14453	Europe/Paris
6428489	Ussel	ussel	Jussel',Ussel,Ussèl,yu sai,yuseru,Юссель,ユセル,于塞		FR	75	19	193	19275	9782	Europe/Paris
6428490	Uzerche	uzerche	Uzerche		FR	75	19	192	19276	2848	Europe/Paris
6428491	Valiergues	valiergues	Val'erg,Valhergas,Valiergues,wa li ye er gai,Вальерг,Вальєрг,瓦利耶尔盖		FR	75	19	193	19277	145	Europe/Paris
6428492	Varetz	varetz	Varec,Vares,Varetz,Varés,wa lei te,wrtz,Варец,ورتز,瓦雷特		FR	75	19	191	19278	2407	Europe/Paris
6428493	Vars-sur-Roseix	vars-sur-roseix	Vars-sur-Roseix		FR	75	19	191	19279	375	Europe/Paris
6428494	Végennes	vegennes	Vegena,Vegennes,Vezhen,Vezhenn,Végennes,wei re nei,Вежен,Веженн,韦热内		FR	75	19	191	19280	176	Europe/Paris
6428495	Veix	veix	Ve,Ves,wei zhen,Ве,韦镇		FR	75	19	192	19281	65	Europe/Paris
6428497	Vigeois	vigeois	Vigeois,Visoas,Vizhua,Vosias,vu~ijowa,wei ru wa,Вижуа,Віжуа,ヴィジョワ,维茹瓦		FR	75	19	192	19285	1202	Europe/Paris
6428498	Vignols	vignols	Vin'ol',Vinhols,Vinhòls,vu~inyoru,wei ni ao er,Виньоль,Віньоль,ヴィニョル,维尼奥尔		FR	75	19	191	19286	557	Europe/Paris
6428499	Vitrac-sur-Montane	vitrac-sur-montane	Vitrac,Vitrac de Montana,Vitrak-sjur-Montan,meng tang he pan wei te la ke,Витрак-сюр-Монтан,Вітрак-сюр-Монтан,蒙唐河畔维特拉克		FR	75	19	192	19287	261	Europe/Paris
6428500	Voutezac	voutezac	Voltesac,Votesac,Vutezak,Vutzak,wu te zha ke,Вутезак,Вутзак,武特扎克		FR	75	19	191	19288	1270	Europe/Paris
6428501	Yssandon	yssandon	Eissandon,Issandon,Yssandon,yi sang dong,ynd wn,Іссандон,Иссандон,یند ون,伊桑东		FR	75	19	191	19289	684	Europe/Paris
6428502	Braux	braux	Braux,Bro,Бро		FR	27	21	213	21101	164	Europe/Paris
6428503	Brazey-en-Morvan	brazey-en-morvan	Braze-an-Morvan,Brazej an Morvan,Brazey-en-Morvan,brazy-an-mrwan,mo er wang de qu bu la ze,Бразе-ан-Морван,Бразеј ан Морван,برازی-آن-مروان,莫尔旺地区布拉泽		FR	27	21	211	21102	138	Europe/Paris
6428504	Brazey-en-Plaine	brazey-en-plaine	Braze-an-Plen,Brazej an Plen,Brazey-en-Plaine,brazy-an-pln,pu lan de qu bu la ze,Бразе-ан-Плен,Бразеј ан Плен,برازی-آن-پلن,普兰地区布拉泽		FR	27	21	211	21103	2391	Europe/Paris
6428505	Brémur-et-Vaurois	bremur-et-vaurois	Bremir e Voroa,Bremjur-e-Vorua,Bremjur-eh-Vorua,Bremur-et-Vaurois,Brémur-et-Vaurois,bu lei mi he wo lu wa,Бремир е Вороа,Бремюр-е-Воруа,Бремюр-э-Воруа,布雷米和沃鲁瓦		FR	27	21	213	21104	49	Europe/Paris
6428506	Bressey-sur-Tille	bressey-sur-tille	Brese sir Tij,Bresse-sjur-Tij,Bressey-sur-Tille,brsy-swr-ty,di er he pan bu lei sai,Бресе сир Тиј,Брессе-сюр-Тий,Брессе-сюр-Тій,برسی-سور-تی,蒂尔河畔布雷塞		FR	27	21	212	21105	1105	Europe/Paris
6428507	Bretenière	breteniere			FR	27	21	212	21106	900	Europe/Paris
6428508	Brianny	brianny	Brianni,Brianny,Brijani,bu li a ni,Брианни,Бријани,Бріанні,布里阿尼		FR	27	21	213	21108	118	Europe/Paris
6428509	Brion-sur-Ource	brion-sur-ource	Brion-sur-Ource		FR	27	21	213	21109	238	Europe/Paris
6428510	Brochon	brochon	Bresco,Brochon,Broshon,bu luo xiong,Брошон,布罗雄		FR	27	21	211	21110	664	Europe/Paris
6428511	Brognon	brognon	Bron'on,Броньон		FR	27	21	212	21111	301	Europe/Paris
6428512	Broin	broin	Bruehn,Bruen,brwyn,bu lu wan,Бруен,Бруэн,بروئن,布鲁万		FR	27	21	211	21112	435	Europe/Paris
6428513	Broindon	broindon	Broandon,Bruehndon,Bruendon,bu lu wan dong,Броандон,Бруендон,Бруэндон,布鲁万东		FR	27	21	211	21113	199	Europe/Paris
6428514	Buffon	buffon	Bifon,Bjuffon,Buffon,bi feng,Бифон,Бюффон,比丰		FR	27	21	213	21114	185	Europe/Paris
6428515	Buncey	buncey	Bense,Binse,Bjonse,Buncey,ban sai,Бенсе,Бинсе,Бёнсе,班塞		FR	27	21	213	21115	381	Europe/Paris
6428516	Bure-les-Templiers	bure-les-templiers	Bure-les-Templiers		FR	27	21	213	21116	136	Europe/Paris
6428517	Busseaut	busseaut	Biso,Bjusso,Busseaut,Бисо,Бюссо		FR	27	21	213	21117	48	Europe/Paris
6428518	Busserotte-et-Montenaille	busserotte-et-montenaille	Busserotte-et-Montenaille		FR	27	21	212	21118	25	Europe/Paris
6428519	Bussy-le-Grand	bussy-le-grand	Bisi le Gran,Bjussi-le-Gran,Bussy-le-Grand,da bi xi,Биси ле Гран,Бюсси-ле-Гран,Бюссі-ле-Гран,大比西		FR	27	21	213	21122	316	Europe/Paris
6428520	Buxerolles	buxerolles	Bjukserol',Buxerolles,Бюксероль		FR	27	21	213	21123	29	Europe/Paris
6428521	Censerey	censerey	Censerey,Sansere,Sensere,sang se lei,snsry,Сансере,Сенсере,سنسری,桑瑟雷		FR	27	21	211	21124	174	Europe/Paris
6428522	Cessey-sur-Tille	cessey-sur-tille	Cessey-sur-Tille,Sese sir Tij,Sesse-sjur-Tij,di er he pan se sai,Сесе сир Тиј,Сессе-сюр-Тий,Сессе-сюр-Тій,蒂尔河畔瑟塞		FR	27	21	212	21126	627	Europe/Paris
6428523	Chaignay	chaignay	Chaignay,Shen'e,Shene,Шенье,Шеньє,Шење		FR	27	21	212	21127	523	Europe/Paris
6428524	Chailly-sur-Armançon	chailly-sur-armancon	Chailly-sur-Armancon,Chailly-sur-Armançon,Shai-sjur-Armanson,Shaji sir Armanson,Shaji-sjur-Armanson,a er mang song he pan xie li,shayly-swr-armansn,Шаи-сюр-Армансон,Шайи-сюр-Армансон,Шаї-сюр-Армансон,Шаји сир Армансон,شایلی-سور-آرمانسن,阿尔芒松河畔谢利		FR	27	21	211	21128	245	Europe/Paris
6428525	Chambain	chambain	Chambain,Shamben,shang ban,Шамбен,尚班		FR	27	21	213	21129	31	Europe/Paris
6428526	Chambeire	chambeire	Camberia,Shamber,shang bei er,Шамбер,尚贝尔		FR	27	21	212	21130	391	Europe/Paris
6428527	Chamblanc	chamblanc	Chamblanc,Shamblan,shamblan,shang bu lang ke,Шамблан,شامبلان,尚布朗克		FR	27	21	211	21131	459	Europe/Paris
6428528	Chambolle-Musigny	chambolle-musigny	Chambolle-Musigny,Shambol Mizini,Shambol'-Mjuzin'i,shanboru=myujini,shang bo er mi xi ni,shang bo mi xian ni,Шамбол Мизињи,Шамболь-Мюзиньи,Шамболь-Мюзіньї,シャンボール＝ミュジニー,尚博尔米西尼,尚波蜜仙妮		FR	27	21	211	21133	296	Europe/Paris
6428529	Chamesson	chamesson	Chamesson		FR	27	21	213	21134	287	Europe/Paris
6428531	Champdôtre	champdotre	Champdotre,Champdôtre,Shamdotr,Shandotr,shandtr,shang pu duo te er,Шамдотр,Шандотр,شاندتر,尚普多特尔		FR	27	21	212	21138	600	Europe/Paris
6428532	Champrenault	champrenault	Shampreno,Shamreno,Shanreno,shang pu lei nuo er,Шампрено,Шамрено,Шанрено,尚普雷诺尔		FR	27	21	213	21141	34	Europe/Paris
6428533	Channay	channay	Channay,Shane,Shanne,Шане,Шанне		FR	27	21	213	21143	63	Europe/Paris
6428534	Charmes	charmes	Charmes,Sharm,Шарм		FR	27	21	212	21146	139	Europe/Paris
6428535	Charrey-sur-Saône	charrey-sur-saone	Charrey-sur-Saone,Charrey-sur-Saône,Share sir Saon,Sharre-sjur-Son,shary-swr-sayn,suo en he pan sha lei,Шаре сир Саон,Шарре-сюр-Сон,شاری-سور-سائن,索恩河畔沙雷		FR	27	21	211	21148	353	Europe/Paris
6428536	Chassagne-Montrachet	chassagne-montrachet	Shasan Montrashe,Shassan'-Monrashe,sha sa ni meng te la xie,sha shan meng xia xue,shasany-mnrashh,Шасањ Монтраше,Шассань-Монраше,شاسانی-منراشه,シャサーニュ・モンラッシェ,沙萨尼蒙特拉谢,莎珊夢夏雪		FR	27	21	211	21150	308	Europe/Paris
6428537	Châtillon-sur-Seine	chatillon-sur-seine	Chatillon-sur-Seine,Châtillon-sur-Seine		FR	27	21	213	21154	5378	Europe/Paris
6428538	Chaudenay-la-Ville	chaudenay-la-ville	Chaudenay-la-Ville,Shodene-la-Vil',Shodne la Vil,Shodne-la-Vil',shao de nai la wei er,shwdny-la-wyl,Шодене-ла-Виль,Шодне ла Вил,Шодне-ла-Виль,Шодне-ла-Віль,شودنی-لا-ویل,绍德奈拉维尔		FR	27	21	211	21155	44	Europe/Paris
6428539	Chaudenay-le-Château	chaudenay-le-chateau	Chaudenay-le-Chateau,Chaudenay-le-Château,Shodene-le-Shato,Shodne le Shato,Shodne-le-Shato,shao de nai lai sha tuo,shwdny-l-shatw,Шодене-ле-Шато,Шодне ле Шато,Шодне-ле-Шато,شودنی-ل-شاتو,绍德奈莱沙托		FR	27	21	211	21156	47	Europe/Paris
6428541	Chaume-lès-Baigneux	chaume-les-baigneux			FR	27	21	213	21160	90	Europe/Paris
6428542	Chaumont-le-Bois	chaumont-le-bois	Chaumont-le-Bois,Shomon le Boa,Shomon-le-Bua,shao meng lei bu wa,Шомон ле Боа,Шомон-ле-Буа,绍蒙勒布瓦		FR	27	21	213	21161	81	Europe/Paris
6428543	Chazilly	chazilly	Chazilly,Shazii,Shaziji,sha qi li,shazyly,Шазии,Шазийи,Шазији,Шазії,شازیلی,沙齐利		FR	27	21	211	21164	138	Europe/Paris
6428544	Chemin-d'Aisey	chemin-d-aisey	Chemin-d'Aisey		FR	27	21	213	21165	70	Europe/Paris
6428545	Chenôve	chenove	Shenov,shang ao fu,shanww,Шенов,شانوو,尚奥夫		FR	27	21	212	21166	13802	Europe/Paris
6428546	Cheuge	cheuge	Cheuge,Shezh,Shjozh,she ge,Шеж,Шёж,舍格		FR	27	21	212	21167	125	Europe/Paris
6428547	Chevannay	chevannay	Cavannacum,Chevannay,Shevane,Shevanne,xie wa nai,Шеване,Шеванне,谢瓦奈		FR	27	21	213	21168	45	Europe/Paris
6428548	Chevigny-en-Valière	chevigny-en-valiere	Chevigny-en-Valiere,Chevigny-en-Valière,Shevin'i-an-Val'er,Shevini an Valijer,shwyny-an-walyr,wa li ai de qu xie wei ni,Шевиньи-ан-Вальер,Шевињи ан Валијер,Шевіньї-ан-Вальєр,شوینی-آن-والیر,瓦利埃地区谢维尼		FR	27	21	211	21170	348	Europe/Paris
6428549	Chevigny-Saint-Sauveur	chevigny-saint-sauveur	Chevigny-Saint-Sauveur		FR	27	21	212	21171	11496	Europe/Paris
6428550	Cirey-lès-Pontailler	cirey-les-pontailler	Cirey-les-Pontailler,Cirey-lès-Pontailler,Sire le Pontaje,Sire-le-Pontae,Sire-le-Pontaje,xi lei lai peng tai lai,Сире ле Понтаје,Сире-ле-Понтае,Сире-ле-Понтайе,Сіре-ле-Понтає,西雷莱蓬泰莱		FR	27	21	212	21175	201	Europe/Paris
6428551	Civry-en-Montagne	civry-en-montagne	Civry-en-Montagne,Sivri an Montan,Sivri-an-Montan',meng ta ni de qu xi fu li,sywry-an-mntany,Сиври ан Монтањ,Сиври-ан-Монтань,Сіврі-ан-Монтань,سیوری-آن-منتانی,蒙塔尼地区西夫里		FR	27	21	211	21176	132	Europe/Paris
6428552	Clamerey	clamerey	Clamerey,Klamre,ke la mo lei,Кламре,克拉默雷		FR	27	21	213	21177	184	Europe/Paris
6428553	Valforêt	valforet	Klemanse,Klemense,Valforet,Valforêt,ke lai mang sai,Клемансе,Клеменсе,克莱芒塞		FR	27	21	211	21178	326	Europe/Paris
6428554	Clénay	clenay	Klene,ke lai nai,Клене,克莱奈		FR	27	21	212	21179	848	Europe/Paris
6428556	Clomot	clomot	Klomo,ke luo mo,klmw,klwmw,Кломо,کلمو,کلومو,克洛莫		FR	27	21	211	21181	134	Europe/Paris
6428557	Collonges-lès-Bévy	collonges-les-bevy	Kollonzh-le-Bevi,Kolonzh le Bevi,ke long re lai bei wei,Коллонж-ле-Беви,Коллонж-ле-Беві,Колонж ле Беви,科隆热莱贝维		FR	27	21	211	21182	94	Europe/Paris
6428558	Collonges-lès-Premières	collonges-les-premieres	Collonges-les-Premieres,Collonges-lès-Premières,Kollonzh-le-Prem'er,Kollonzh-le-Premer,Kolonzh le Premijer,ke long re lai pu lei mi ai,Коллонж-ле-Премьер,Коллонж-ле-Премєр,Колонж ле Премијер,科隆热莱普雷米埃		FR	27	21	212	21183	881	Europe/Paris
6428559	Combertault	combertault	Combertault,Komberto,kmbrtl,kong bei er tuo er,Комберто,کمبرتل,孔贝尔托尔		FR	27	21	211	21185	565	Europe/Paris
6428560	Comblanchien	comblanchien	Comblanchien,Komblansh'en,Komblansh'jan,Komblanshjan,Komblanshjen,kmblanshyn,kong bu lang xi an,Комбланшьен,Комбланшьян,Комбланшян,Комбланшјен,کمبلانشین,孔布朗希安		FR	27	21	211	21186	649	Europe/Paris
6428561	Commarin	commarin	Commarin,Komaren,Kommaren,kamarn,ke ma lan,Комарен,Коммарен,کامارن,科马兰		FR	27	21	211	21187	119	Europe/Paris
6428562	Corberon	corberon	Corberon,Korberon,ke er bo long,krbrnn,Корберон,کربرنن,科尔伯龙		FR	27	21	211	21189	448	Europe/Paris
6428563	Corcelles-les-Arts	corcelles-les-arts	Corcelles-les-Arts,Korsel lez Ar,Korsel'-lez-Ar,ke er se lai lai a er te,krsl-l-zar,Корсел лез Ар,Корсель-лез-Ар,کرسل-ل-زار,科尔瑟莱莱阿尔特		FR	27	21	211	21190	472	Europe/Paris
6428564	Corcelles-lès-Cîteaux	corcelles-les-citeaux	Corcelles-les-Citeaux,Corcelles-lès-Cîteaux		FR	27	21	211	21191	814	Europe/Paris
6428565	Corcelles-les-Monts	corcelles-les-monts	Corcelles-les-Monts,Korsel le Mon,Korsel'-le-Mon,ke er se lai lai meng te,Корсел ле Мон,Корсель-ле-Мон,科尔瑟莱莱蒙特		FR	27	21	212	21192	647	Europe/Paris
6428566	Corgengoux	corgengoux	Corgengoux,Korzhangu,Korzhengu,ke er rang gu,krzhangw,Коржангу,Корженгу,کرژانگو,科尔让古		FR	27	21	211	21193	379	Europe/Paris
6428567	Corgoloin	corgoloin	Corgoloin,Korgoloan,Korgoluehn,Korgoluen,ke er ge lu wan,krglwyn,Корголоан,Корголуен,Корголуэн,کرگلوئن,科尔戈卢万		FR	27	21	211	21194	896	Europe/Paris
6428568	Cormot-Vauchignon	cormot-vauchignon	Cormot-Vauchignon,Kormo le Gran,Kormo-le-Gran,da ke er mo,karmw-l-gran,Кормо ле Гран,Кормо-ле-Гран,کارمو-ل-گران,大科尔莫		FR	27	21	211	21195	207	Europe/Paris
6428569	Corpeau	corpeau	Corpeau,Korpo,ke er bo,krpw,Корпо,کرپو,科尔波		FR	27	21	211	21196	961	Europe/Paris
6428570	Corpoyer-la-Chapelle	corpoyer-la-chapelle	Corpoyer-la-Chapelle,Korpoaje la Shapel,Korpuae-la-Shapel',Korpuaje-la-Shapel',ke er pu wa ai la sha pei er,Корпоаје ла Шапел,Корпуае-ла-Шапель,Корпуайе-ла-Шапель,Корпуає-ла-Шапель,科尔普瓦埃拉沙佩尔		FR	27	21	213	21197	28	Europe/Paris
6428571	Corrombles	corrombles	Corrombles,Korombl,Korrombl',ke er long bu lai,Коромбл,Корромбль,科尔龙布莱		FR	27	21	213	21198	244	Europe/Paris
6428572	Corsaint	corsaint	Corsaint,Korsen,ke er sang,Корсен,科尔桑		FR	27	21	213	21199	158	Europe/Paris
6428573	Couchey	couchey	Couchey,Kushe,ku xie,Куше,库谢		FR	27	21	211	21200	1138	Europe/Paris
6428574	Coulmier-le-Sec	coulmier-le-sec	Kul'm'e-le-Sek,Kul'me-le-Sek,Kum'e-le-Sek,ku er mi ye lai sai ke,Кульмье-ле-Сек,Кульмє-ле-Сек,Кумье-ле-Сек,库尔米耶莱塞克		FR	27	21	213	21201	262	Europe/Paris
6428575	Courban	courban	Courban,Kurban,ku er bang,Курбан,库尔邦		FR	27	21	213	21202	178	Europe/Paris
6428576	Courcelles-Frémoy	courcelles-fremoy	Courcelles-Fremoy,Courcelles-Frémoy,Kursel Fremoa,Kursel'-Fremua,ku er se lai fu lei mu wa,Курсел Фремоа,Курсель-Фремуа,库尔瑟莱弗雷穆瓦		FR	27	21	213	21203	125	Europe/Paris
6428577	Courcelles-lès-Montbard	courcelles-les-montbard	Courcelles-les-Montbard,Courcelles-lès-Montbard,Kursel le Monbar,Kursel'-le-Monbar,ku er se lai lai meng ba er,Курсел ле Монбар,Курсель-ле-Монбар,库尔瑟莱莱蒙巴尔		FR	27	21	213	21204	77	Europe/Paris
6428578	Courcelles-lès-Semur	courcelles-les-semur	Courcelles-les-Semur,Courcelles-lès-Semur,Kursel le Semir,Kursel'-le-Semjur,ku er se lai lai se mi,Курсел ле Семир,Курсель-ле-Семюр,库尔瑟莱莱瑟米		FR	27	21	213	21205	247	Europe/Paris
6428579	Courtivron	courtivron	Courtivron,Kurtivron,ku er di fu long,Куртиврон,Куртіврон,库尔蒂夫龙		FR	27	21	212	21208	171	Europe/Paris
6428580	Couternon	couternon	Couternon,Kuternon,ku tai er nong,kwtrnn,Кутернон,کوترنن,库泰尔农		FR	27	21	212	21209	1887	Europe/Paris
6428581	Créancey	creancey	Creancey,Créancey,Kreanse,ke lei ang sai,kransy,Креансе,کرآنسی,克雷昂塞		FR	27	21	211	21210	519	Europe/Paris
6428582	Crécey-sur-Tille	crecey-sur-tille	Crecey-sur-Tille,Crécey-sur-Tille,Krese sir Tij,Krese-sjur-Tij,di er he pan ke lei sai,Кресе сир Тиј,Кресе-сюр-Тий,Кресе-сюр-Тій,蒂尔河畔克雷塞		FR	27	21	212	21211	147	Europe/Paris
6428583	Crépand	crepand	Crepand,Crépand,Krepan,ke lei pang,Крепан,克雷庞		FR	27	21	213	21212	325	Europe/Paris
6428584	Crimolois	crimolois	Krimoloa,Krimolua,ke li mo lu wa,krymlwa,Кримолоа,Кримолуа,کریملوا,克里莫卢瓦		FR	27	21	212	21213	796	Europe/Paris
6428585	Crugey	crugey	Crugey,Krizhe,Krjuzhe,ke lu re,krwzhy,Криже,Крюже,کروژی,克吕热		FR	27	21	211	21214	179	Europe/Paris
6428586	Cuiserey	cuiserey	Cuiserey,Kizere,Kjuizere,Kjuizre,qu yi se lei,Кизере,Кюизере,Кюизре,Кюїзере,屈伊瑟雷		FR	27	21	212	21215	179	Europe/Paris
6428587	Curley	curley	Kjurle,Кюрле		FR	27	21	211	21217	134	Europe/Paris
6428588	Curtil-Saint-Seine	curtil-saint-seine	Curtil-Saint-Seine		FR	27	21	212	21218	116	Europe/Paris
6428589	Curtil-Vergy	curtil-vergy	Kirtil Verzhi,Kjurtij-Verzhi,Kjurtil'-Verzhi,qu er di wei er ji,Киртил Вержи,Кюртий-Вержи,Кюртиль-Вержи,Кюртій-Вержі,屈尔蒂韦尔吉		FR	27	21	211	21219	137	Europe/Paris
6428590	Cussey-les-Forges	cussey-les-forges	Kise le Forzh,Kjusse-le-Forzh,qu sai lai fu er re,Кисе ле Форж,Кюссе-ле-Форж,屈塞莱福尔热		FR	27	21	212	21220	135	Europe/Paris
6428591	Cussy-la-Colonne	cussy-la-colonne	Cussy-la-Colonne,Kisi la Kolon,Kjussi-la-Kolon,Kjussi-la-Kolonn,kwsy-la-kln,qu xi la ke long,Киси ла Колон,Кюсси-ла-Колон,Кюсси-ла-Колонн,Кюссі-ла-Колонн,کوسی-لا-کلن,屈西拉科隆		FR	27	21	211	21221	50	Europe/Paris
6428592	Cussy-le-Châtel	cussy-le-chatel	Kisi la Shatel,Kjussi-le-Shatel',kwsy-l-shatl,qu xi lai sha tai,Киси ла Шател,Кюсси-ле-Шатель,Кюссі-ле-Шатель,کوسی-ل-شاتل,屈西莱沙泰		FR	27	21	211	21222	104	Europe/Paris
6428593	Daix	daix	De,dai zhen,Де,代镇		FR	27	21	212	21223	1439	Europe/Paris
6428594	Dampierre-en-Montagne	dampierre-en-montagne	Damp'er-an-Montan',Damp'err-an-Montan',Damperr-an-Montan',Dampierre-en-Montagne,Dampjer an Montan,meng ta ni de qu dang pi ye er,Дампьер-ан-Монтань,Дампьерр-ан-Монтань,Дампєрр-ан-Монтань,Дампјер ан Монтањ,蒙塔尼地区当皮耶尔		FR	27	21	213	21224	76	Europe/Paris
6428595	Dampierre-et-Flée	dampierre-et-flee	Damp'er-eh-Fle,Damp'err-e-Fle,Damperr-e-Fle,Dampierre-et-Flee,Dampierre-et-Flée,Dampjer e Fle,dang pi ye er he fu lai ai,Дампьер-э-Фле,Дампьерр-е-Фле,Дампєрр-е-Фле,Дампјер е Фле,当皮耶尔和弗莱埃		FR	27	21	212	21225	140	Europe/Paris
6428596	Darcey	darcey	Darse,da er sai,Дарсе,达尔塞		FR	27	21	213	21226	335	Europe/Paris
6428597	Darois	darois	Darois,Darua,da lu wa,Даруа,达鲁瓦		FR	27	21	212	21227	481	Europe/Paris
6428598	Détain-et-Bruant	detain-et-bruant	Detain-et-Bruant,Deten-e-Brjuan,Deten-eh-Brjuan,Détain-et-Bruant,dai tan he bu lu ang,Детен-е-Брюан,Детен-э-Брюан,代坦和布吕昂		FR	27	21	211	21228	140	Europe/Paris
6428599	Diancey	diancey	D'janse,Diancey,Djanse,di ang sai,Дьянсе,Дјансе,迪昂塞		FR	27	21	211	21229	85	Europe/Paris
6428600	Diénay	dienay	D'ene,Dienay,Diénay,Djene,di ai nai,Дьене,Дьєне,Дјене,迪埃奈		FR	27	21	212	21230	373	Europe/Paris
6428601	Dompierre-en-Morvan	dompierre-en-morvan	Domp'er-an-Morvan,Domp'err-an-Morvan,Domperr-an-Morvan,Dompierre-en-Morvan,Dompjer an Morvan,mo er wang de qu dong pi ye er,Домпьер-ан-Морван,Домпьерр-ан-Морван,Домпєрр-ан-Морван,Домпјер ан Морван,莫尔旺地区东皮耶尔		FR	27	21	213	21232	215	Europe/Paris
6428602	Drambon	drambon	Drambon,de lang bang,Драмбон,德朗邦		FR	27	21	212	21233	180	Europe/Paris
6428603	Duesme	duesme	Duesme		FR	27	21	213	21235	53	Europe/Paris
6428604	Ébaty	ebaty	Ebati,Ebaty,Ehbati,abaty,ai ba di,Ébaty,Ебати,Ебаті,Эбати,اباتی,ایباتے,埃巴蒂		FR	27	21	211	21236	258	Europe/Paris
6428605	Échalot	echalot	Echalot,Échalot		FR	27	21	213	21237	97	Europe/Paris
6428606	Échannay	echannay			FR	27	21	212	21238	129	Europe/Paris
6428607	Échenon	echenon	Echenon,Ehshnon,Eshenon,ai shang weng,ashnn,Échenon,Ешенон,Эшнон,اشنن,埃尚翁		FR	27	21	211	21239	775	Europe/Paris
6428608	Échevannes	echevannes	Echevannes,Ehshvan,Échevannes,Эшван		FR	27	21	212	21240	280	Europe/Paris
6428609	Échevronne	echevronne	Echevronne,Ehshevron,Eshevronn,ai she fu long,ashwrn,Échevronne,Ешевронн,Эшеврон,اشورن,埃舍夫龙		FR	27	21	211	21241	283	Europe/Paris
6428610	Échigey	echigey	Echigey,Ehshizhe,Eshizhe,ai xi re,Échigey,Ешиже,Эшиже,埃希热		FR	27	21	212	21242	286	Europe/Paris
6428611	Écutigny	ecutigny	Ehkjutin'i,Ekjutin'i,ai qu di ni,akwtyny,Екютиньи,Екютіньї,Экютиньи,اکوتینی,埃屈蒂尼		FR	27	21	211	21243	82	Europe/Paris
6428612	Éguilly	eguilly	Egii,Eguilly,Ehgiji,agyly,ai ji li,Éguilly,Егии,Егії,Эгийи,اگیلی,埃吉利		FR	27	21	211	21244	62	Europe/Paris
6428613	Épagny	epagny	Ehpan'i,Эпаньи		FR	27	21	212	21245	316	Europe/Paris
6428614	Épernay-sous-Gevrey	epernay-sous-gevrey	Ehperne-su-Zhevre,Epernay-sous-Gevrey,Eperne-su-Zhevre,ai pei er nai su re fu lei,Épernay-sous-Gevrey,Еперне-су-Жевре,Эперне-су-Жевре,埃佩尔奈苏热夫雷		FR	27	21	211	21246	185	Europe/Paris
6428615	Éringes	eringes	Ehrenzh,Erenzh,Eringes,ai lan re,Éringes,Еренж,Эренж,埃兰热		FR	27	21	213	21248	74	Europe/Paris
6428616	Esbarres	esbarres	Ebarr,Ehsbar,Esbarres,ai si ba er lei,asbar,Ебарр,Эсбар,اسبار,埃斯巴尔雷		FR	27	21	211	21249	704	Europe/Paris
6428617	Essarois	essarois	Ehssarua,Esaroa,Essarois,Essarua,ai sa lu wa,Есароа,Ессаруа,Эссаруа,埃萨鲁瓦		FR	27	21	213	21250	89	Europe/Paris
6428618	Essey	essey	Ehsse,Essey,Эссе		FR	27	21	211	21251	276	Europe/Paris
6429226	Mérinchal	merinchal	Merinchal,Mérinchal		FR	75	23	231	23131	738	Europe/Paris
6428619	Étalante	etalante	Ehtalant,Etalant,Etalante,ai ta lang te,Étalante,Еталант,Эталант,埃塔朗特		FR	27	21	213	21253	152	Europe/Paris
6428620	Étevaux	etevaux	Ehtvo,Etevaux,Etevo,Etvo,ai te wo,Étevaux,Етво,Етево,Этво,埃特沃		FR	27	21	212	21256	315	Europe/Paris
6428621	Étormay	etormay	Etormay,Étormay		FR	27	21	213	21257	68	Europe/Paris
6428622	Étrochey	etrochey	Ehtroshe,Etrochey,Etroshe,ai te luo xie,Étrochey,Етроше,Этроше,埃特罗谢		FR	27	21	213	21258	225	Europe/Paris
6428623	Fain-lès-Montbard	fain-les-montbard	Fain-les-Montbard,Fain-lès-Montbard,Fen le Monbar,Fen-le-Monbar,fan lai meng ba er,Фен ле Монбар,Фен-ле-Монбар,凡莱蒙巴尔		FR	27	21	213	21259	300	Europe/Paris
6428624	Fain-lès-Moutiers	fain-les-moutiers	Fain-les-Moutiers,Fain-lès-Moutiers,Fen le Mutje,Fen-le-Mut'e,fan lai mu di ye er,Фен ле Мутје,Фен-ле-Мутье,Фен-ле-Мутьє,凡莱穆蒂耶尔		FR	27	21	213	21260	157	Europe/Paris
6428625	Fauverney	fauverney			FR	27	21	212	21261	670	Europe/Paris
6428626	Faverolles-lès-Lucey	faverolles-les-lucey	Faverolles-les-Lucey,Faverolles-lès-Lucey		FR	27	21	213	21262	32	Europe/Paris
6428627	Fénay	fenay	Fenay,Fénay		FR	27	21	212	21263	1593	Europe/Paris
6428628	Fixin	fixin	Fiksen,Fiscinis,Fixin,fei ke sang,fei shan,fikusan,Фиксен,Фіксен,フィクサン,菲克桑,菲珊		FR	27	21	211	21265	749	Europe/Paris
6428629	Flagey-lès-Auxonne	flagey-les-auxonne	Flazhe-lez-Oksonn,Flazhe-lez-Oson,flazhy-l-zksn,fu la re lai ao ke song,Флаже-лез-Оксонн,Флаже-лез-Осон,فلاژی-ل-زکسن,弗拉热莱奥克松		FR	27	21	212	21268	197	Europe/Paris
6428630	Flammerans	flammerans	Flammeran,Flammerans,Flamran,flamran,fu la mo lang,Фламмеран,Фламран,فلامران,弗拉默朗		FR	27	21	212	21269	419	Europe/Paris
6428631	Flavignerot	flavignerot	Flavignerot,Flavin'ero,fu la wei gai luo,Флавиньеро,Флавіньєро,弗拉维盖罗		FR	27	21	212	21270	175	Europe/Paris
6428632	Flavigny-sur-Ozerain	flavigny-sur-ozerain			FR	27	21	213	21271	301	Europe/Paris
6428633	Fleurey-sur-Ouche	fleurey-sur-ouche			FR	27	21	212	21273	1281	Europe/Paris
6428634	Foncegrive	foncegrive	Foncegrive,Fonsgriv,feng sai ge li fu,Фонсгрив,丰塞格里夫		FR	27	21	212	21275	135	Europe/Paris
6428635	Fontaines-en-Duesmois	fontaines-en-duesmois	Fontaines-en-Duesmois,Fonten an Demoa,Fonten-an-Djuehmua,Fonten-an-Djuemua,di ai si mu wa de qu feng tai nei,Фонтен ан Демоа,Фонтен-ан-Дюемуа,Фонтен-ан-Дюэмуа,迪埃斯穆瓦地区丰泰内		FR	27	21	213	21276	120	Europe/Paris
6428636	Fontaine-Française	fontaine-francaise	Fontaine-Francaise,Fontaine-Française,Fonten-Fransez,feng tan fu lang sai si,Фонтен-Франсез,丰坦弗朗赛斯		FR	27	21	212	21277	897	Europe/Paris
6428637	Fontaine-lès-Dijon	fontaine-les-dijon	Fontaine-les-Dijon,Fontaine-lès-Dijon		FR	27	21	212	21278	8938	Europe/Paris
6428638	Fontaines-les-Sèches	fontaines-les-seches	Fontaines-les-Seches,Fontaines-les-Sèches		FR	27	21	213	21279	28	Europe/Paris
6428639	Fontangy	fontangy	Fontangy,Fontanzhi,feng tang ji,Фонтанжи,Фонтанжі,丰唐吉		FR	27	21	213	21280	143	Europe/Paris
6428640	Forléans	forleans	Forleans,Forléans		FR	27	21	213	21282	104	Europe/Paris
6428641	Fraignot-et-Vesvrotte	fraignot-et-vesvrotte	Fraignot-et-Vesvrotte,Fren'o-e-Vevrott,Fren'o-eh-Vevrot,Freno et Vevrot,fu lai ni ao he wei si fu luo te,Френьо-е-Вевротт,Френьо-э-Веврот,Фрењо ет Веврот,弗赖尼奥和韦斯夫罗特		FR	27	21	212	21283	58	Europe/Paris
6428642	Francheville	francheville	Franshvil',Франшвиль		FR	27	21	212	21284	278	Europe/Paris
6428644	Frénois	frenois	Frenois,Frénois		FR	27	21	212	21286	84	Europe/Paris
6428645	Frôlois	frolois	Frolois,Frolua,Frôlois,fu luo lu wa,Фролуа,弗罗卢瓦		FR	27	21	213	21288	171	Europe/Paris
6428646	Gemeaux	gemeaux	Zhemo,re mo,Жемо,热莫		FR	27	21	212	21290	882	Europe/Paris
6428647	Genay	genay	Genay,Zhene,Жене		FR	27	21	213	21291	379	Europe/Paris
6428648	Genlis	genlis			FR	27	21	212	21292	5350	Europe/Paris
6428649	Gergueil	gergueil	Gergueil,Zhergej,re er gai,Жергей,热尔盖		FR	27	21	212	21293	120	Europe/Paris
6428650	Gerland	gerland	Zherlan,re er lang,Жерлан,热尔朗		FR	27	21	211	21294	421	Europe/Paris
6428651	Gevrey-Chambertin	gevrey-chambertin			FR	27	21	211	21295	3086	Europe/Paris
6428652	Gevrolles	gevrolles	Gevrolles,Zhevrol,Zhevrol',re fu luo lai,Жеврол,Жевроль,热夫罗莱		FR	27	21	213	21296	178	Europe/Paris
6428653	Gilly-lès-Cîteaux	gilly-les-citeaux	Gilly-les-Citeaux,Gilly-lès-Cîteaux,Zhii-le-Sito,Zhiji le Sito,Zhiji-le-Sito,ji li lai xi tuo,zhyly-l-sytw,Жии-ле-Сито,Жийи-ле-Сито,Жији ле Сито,Жії-ле-Сіто,ژیلی-ل-سیتو,吉利莱西托		FR	27	21	211	21297	691	Europe/Paris
6428654	Gissey-le-Vieil	gissey-le-vieil	Gissey-le-Vieil,Zhise le Vjej,Zhisse-le-V'ej,Zhisse-le-Vej,ji sai lai wei ye yi,Жисе ле Вјеј,Жиссе-ле-Вьей,Жиссе-ле-Вєй,吉塞莱维耶伊		FR	27	21	213	21298	112	Europe/Paris
6428655	Gissey-sous-Flavigny	gissey-sous-flavigny	Gissey-sous-Flavigny,Zhise su Flavini,Zhisse-su-Flavin'i,ji sai su fu la wei ni,Жисе су Флавињи,Жиссе-су-Флавиньи,Жиссе-су-Флавіньї,吉塞苏弗拉维尼		FR	27	21	213	21299	89	Europe/Paris
6428656	Gissey-sur-Ouche	gissey-sur-ouche	Gissey-sur-Ouche,Zhise sir Ush,Zhisse-sjur-Ush,wu ke he pan ji sai,Жисе сир Уш,Жиссе-сюр-Уш,乌克河畔吉塞		FR	27	21	212	21300	357	Europe/Paris
6428657	Glanon	glanon	Glanon		FR	27	21	211	21301	239	Europe/Paris
6428658	Gomméville	gommeville	Gommeville,Gomméville		FR	27	21	213	21302	138	Europe/Paris
6428659	Grancey-sur-Ource	grancey-sur-ource	Grancey-sur-Ource,Granse-sjur-Urs,wu er ke he pan ge lang sai,Грансе-сюр-Урс,乌尔克河畔格朗塞		FR	27	21	213	21305	206	Europe/Paris
6428660	Grésigny-Sainte-Reine	gresigny-sainte-reine	Gresigny-Sainte-Reine,Grezin'i-Sent-Ren,Grésigny-Sainte-Reine,ge lei xi ni sheng lan,Грезиньи-Сент-Рен,Грезіньї-Сент-Рен,格雷西尼圣兰		FR	27	21	213	21307	142	Europe/Paris
6428661	Griselles	griselles	Griselles,Grizel',Гризель		FR	27	21	213	21309	92	Europe/Paris
6428662	Grosbois-en-Montagne	grosbois-en-montagne	Grosbois-en-Montagne		FR	27	21	212	21310	102	Europe/Paris
6428789	Orgeux	orgeux	Orgeux,Orzhe,Orzhjo,ao er re,arzhw,Орже,Оржё,ارژو,奥尔热		FR	27	21	212	21469	469	Europe/Paris
6428663	Grosbois-lès-Tichey	grosbois-les-tichey	Grobua-le-Tishe,Grosbois-les-Tichey,Grosbois-lès-Tichey,ge luo si bu wa lai di xie,grbwa-l-tyshy,Гробуа-ле-Тише,Гробуа-ле-Тіше,گربوا-ل-تیشی,格罗斯布瓦莱蒂谢		FR	27	21	211	21311	78	Europe/Paris
6428664	Gurgy-la-Ville	gurgy-la-ville	Gjurzhi-la-Vil',Gurgy-la-Ville,ju er ji la wei er,Гюржи-ла-Виль,Гюржі-ла-Віль,居尔吉拉维尔		FR	27	21	213	21312	36	Europe/Paris
6428665	Gurgy-le-Château	gurgy-le-chateau	Gjurzhi-le-Shato,Gurgy-le-Chateau,Gurgy-le-Château,ju er ji lai sha tuo,Гюржи-ле-Шато,Гюржі-ле-Шато,居尔吉莱沙托		FR	27	21	213	21313	42	Europe/Paris
6428666	Hauteroche	hauteroche	Hauteroche,Otrosh,ao te luo ke,Отрош,奥特罗克		FR	27	21	213	21314	78	Europe/Paris
6428667	Hauteville-lès-Dijon	hauteville-les-dijon	Hauteville-les-Dijon,Hauteville-lès-Dijon		FR	27	21	212	21315	1220	Europe/Paris
6428668	Heuilley-sur-Saône	heuilley-sur-saone			FR	27	21	212	21316	337	Europe/Paris
6428669	Is-sur-Tille	is-sur-tille	Is-sur-Tille		FR	27	21	212	21317	4413	Europe/Paris
6428671	Izeure	izeure	Izer,Izeure,Izjor,yi ze er,Ізер,Изер,Изёр,伊泽尔		FR	27	21	212	21319	857	Europe/Paris
6428672	Izier	izier	Isiadus,Iz'e,yi qi ye,Ізьє,Изье,伊齐耶		FR	27	21	212	21320	800	Europe/Paris
6428673	Jailly-les-Moulins	jailly-les-moulins	Zhai-le-Mulen,Zhaji-le-Mulen,re li lai mu lan,Жаи-ле-Мулен,Жайи-ле-Мулен,Жаї-ле-Мулен,جیللے-لیس-مولنس,热利莱穆兰		FR	27	21	213	21321	88	Europe/Paris
6428674	Jallanges	jallanges	Jallanges,Zhallanzh,jlngs,ya lang re,zhalanzh,Жалланж,جلنگس,ژالانژ,雅朗热		FR	27	21	211	21322	329	Europe/Paris
6428675	Jancigny	jancigny	Jancigny,Zhansin'i,rang xi ni,Жансиньи,Жансіньї,جنکگننے,让西尼		FR	27	21	212	21323	144	Europe/Paris
6428676	Jeux-lès-Bard	jeux-les-bard	Jeux-les-Bard,Jeux-lès-Bard,Zhe-le-Bar,Zhjo-le-Bar,re lai ba er,Же-ле-Бар,Жё-ле-Бар,热莱巴尔		FR	27	21	213	21324	53	Europe/Paris
6428677	Jouey	jouey	Jouey,Zhue,Zhueh,ru ai,zhwyy,Жуе,Жуэ,ژوئی,ژوئے,茹埃		FR	27	21	211	21325	186	Europe/Paris
6428678	Val-Mont	val-mont	Val-Mont,Zhur-an-Vo,wo de qu ru er,zhwr-zan-ww,Жур-ан-Во,ژور-زان-وو,沃地区茹尔		FR	27	21	211	21327	258	Europe/Paris
6428679	Juilly	juilly	Zhjuji,Жюйи		FR	27	21	213	21329	47	Europe/Paris
6428680	Labergement-Foigney	labergement-foigney	Labergement-Foigney,Laberzhman-Fuan'e,la bei er re mang fu wa gai yi,Лабержман-Фуанье,Лабержман-Фуаньє,拉贝尔热芒富瓦盖伊		FR	27	21	212	21330	372	Europe/Paris
6428681	Labergement-lès-Auxonne	labergement-les-auxonne	Labergement-les-Auxonne,Labergement-lès-Auxonne,Laberzhman-lez-Oksonn,Laberzhman-lez-Oson,la bei er re mang lai ao ke song,labrzhman-l-zksn,Лабержман-лез-Оксонн,Лабержман-лез-Осон,لابرژمان-ل-زکسن,拉贝尔热芒莱奥克松		FR	27	21	212	21331	327	Europe/Paris
6428682	Labergement-lès-Seurre	labergement-les-seurre	Labergement-les-Seurre,Labergement-lès-Seurre,Laberzhman-le-Serr,Laberzhman-le-Sjor,la bei er re mang lai se er,labrzhman-l-sr,Лабержман-ле-Серр,Лабержман-ле-Сёр,لابرژمان-ل-سر,拉贝尔热芒莱瑟尔		FR	27	21	211	21332	999	Europe/Paris
6428683	Labruyère	labruyere	Labrjujer,Labruyere,Labruyère,Лабрюйер		FR	27	21	211	21333	226	Europe/Paris
6428684	Lacanche	lacanche	Lacanche,Lakansh,la kang ke,lakansh,Лаканш,لاکانش,拉康克		FR	27	21	211	21334	566	Europe/Paris
6428685	Lacour-d'Arcenay	lacour-d-arcenay			FR	27	21	213	21335	126	Europe/Paris
6428686	Laignes	laignes	Len',lai gai,Лень,莱盖		FR	27	21	213	21336	714	Europe/Paris
6428687	Lamarche-sur-Saône	lamarche-sur-saone	Lamarche-sur-Saone,Lamarche-sur-Saône		FR	27	21	212	21337	1327	Europe/Paris
6428688	Lamargelle	lamargelle			FR	27	21	212	21338	156	Europe/Paris
6428689	Lantenay	lantenay	Lantenay,Lantene,Лантене		FR	27	21	212	21339	511	Europe/Paris
6428690	Lanthes	lanthes	Lant,Lanthes,lang tai,lant,Лант,لانت,朗泰		FR	27	21	211	21340	277	Europe/Paris
6428691	Lantilly	lantilly	Lantilly		FR	27	21	213	21341	107	Europe/Paris
6428692	Laperrière-sur-Saône	laperriere-sur-saone	Laperriere-sur-Saone,Laperrière-sur-Saône		FR	27	21	211	21342	431	Europe/Paris
6428693	Lechâtelet	lechatelet	Lechatelet,Lechâtelet,Leshatle,lai sha tai lai,lshatlh,Лешатле,لشاتله,莱沙泰莱		FR	27	21	211	21344	229	Europe/Paris
6428694	Léry	lery	Leri,Lery,Léry,Лери		FR	27	21	212	21345	201	Europe/Paris
6428695	Leuglay	leuglay	Legle,Leuglay,Ljogle,lei ge lai,Легле,Лёгле,勒格莱		FR	27	21	213	21346	310	Europe/Paris
6428696	Levernois	levernois	Levernois,Levernua,lei wei er nu wa,lwrnwa,Левернуа,لورنوا,勒韦尔努瓦		FR	27	21	211	21347	322	Europe/Paris
6428697	Licey-sur-Vingeanne	licey-sur-vingeanne	Licey-sur-Vingeanne,Lise-sjur-Venzhan,Lise-sjur-Venzhann,wan ya ne he pan li sai,Лисе-сюр-Венжан,Лисе-сюр-Венжанн,Лісе-сюр-Венжанн,万雅讷河畔利塞		FR	27	21	212	21348	104	Europe/Paris
6428698	Liernais	liernais			FR	27	21	211	21349	520	Europe/Paris
6428699	Lignerolles	lignerolles	Lignerolles,Lin'erol',Линьероль		FR	27	21	213	21350	48	Europe/Paris
6428700	Longchamp	longchamp	Longchamp,Lonshan,Лоншан		FR	27	21	212	21351	1182	Europe/Paris
6428701	Longeault-Pluvault	longeault-pluvault	Longeault-Pluvault,Lonzho,long ruo er,Лонжо,隆若尔		FR	27	21	212	21352	1124	Europe/Paris
6428702	Longecourt-en-Plaine	longecourt-en-plaine	Longecourt-en-Plaine		FR	27	21	212	21353	1223	Europe/Paris
6428703	Longvic	longvic	Longvic		FR	27	21	212	21355	8793	Europe/Paris
6428704	Lucenay-le-Duc	lucenay-le-duc	Ljusene-le-Djuk,Ljusne-le-Djuk,Lucenay-le-Duc,lu se nai lai di ke,Люсене-ле-Дюк,Люсне-ле-Дюк,吕瑟奈莱迪克		FR	27	21	213	21358	185	Europe/Paris
6428705	Lusigny-sur-Ouche	lusigny-sur-ouche	Ljuzin'i-sjur-Ush,Lusigny-sur-Ouche,lwzyny-swr-awsh,wu ke he pan lu xi ni,Люзиньи-сюр-Уш,Люзіньї-сюр-Уш,لوزینی-سور-اوش,乌克河畔吕西尼		FR	27	21	211	21360	109	Europe/Paris
6428707	Maconge	maconge	Makonzh,ma kong ge,maknzh,Маконж,ماکنژ,马孔格		FR	27	21	211	21362	132	Europe/Paris
6428708	Magnien	magnien	Magnien,Man'en,Man'jan,ma ni an,manyn,Маньен,Маньян,مانین,马尼安		FR	27	21	211	21363	315	Europe/Paris
6428790	Orret	orret	Orret		FR	27	21	213	21471	16	Europe/Paris
6428709	Magny-Lambert	magny-lambert	Magny-Lambert,Man'i-Lamber,ma ni lang bei er,Маньи-Ламбер,Маньї-Ламбер,马尼朗贝尔		FR	27	21	213	21364	85	Europe/Paris
6428710	Magny-la-Ville	magny-la-ville	Magny-la-Ville,Man'i-la-Vil',ma ni la wei er,Маньи-ла-Виль,Маньї-ла-Віль,马尼拉维尔		FR	27	21	213	21365	78	Europe/Paris
6428711	Magny-lès-Aubigny	magny-les-aubigny	Magny-les-Aubigny,Magny-lès-Aubigny,Man'i-lez-Obin'i,ma ni lai ao bi ni,many-l-zbyny,Маньи-лез-Обиньи,Маньї-лез-Обіньї,مانی-ل-زبینی,马尼莱奥比尼		FR	27	21	211	21366	206	Europe/Paris
6428712	Magny-lès-Villers	magny-les-villers	Magny-les-Villers,Magny-lès-Villers,Man'i-le-Ville,Man'i-le-Viller,ma ni lai wei lai er,many-l-wyr,Маньи-ле-Вилле,Маньи-ле-Виллер,Маньї-ле-Вілле,مانی-ل-ویر,马尼莱维莱尔		FR	27	21	211	21368	246	Europe/Paris
6428713	Magny-Saint-Médard	magny-saint-medard	Magny-Saint-Medard,Magny-Saint-Médard,Man'i-Sen-Medar,ma ni sheng mei da er,Маньи-Сен-Медар,Маньї-Сен-Медар,马尼圣梅达尔		FR	27	21	212	21369	309	Europe/Paris
6428714	Magny-sur-Tille	magny-sur-tille	Man'i-sjur-Tij,di er he pan ma ni,Маньи-сюр-Тий,Маньї-сюр-Тій,蒂尔河畔马尼		FR	27	21	212	21370	869	Europe/Paris
6428715	Maisey-le-Duc	maisey-le-duc	Maisey-le-Duc,Meze-le-Djuk,mai sai lai di ke,Мезе-ле-Дюк,迈塞莱迪克		FR	27	21	213	21372	85	Europe/Paris
6428716	Manlay	manlay	Manlay,Manle,mang lai,manly,Манле,مانلی,芒莱		FR	27	21	211	21375	175	Europe/Paris
6428717	Marandeuil	marandeuil	Marandej,Marandeuil,Marandjoj,ma lang de yi,Марандей,Марандёй,马朗德伊		FR	27	21	212	21376	118	Europe/Paris
6428718	Marcellois	marcellois	Marcellois,Marsellua,ma er se lu wa,Марселлуа,马尔瑟卢瓦		FR	27	21	213	21377	51	Europe/Paris
6428719	Marcenay	marcenay	Marcenay,Marsene,Marsne,ma er se nai,Марсене,Марсне,马尔瑟奈		FR	27	21	213	21378	100	Europe/Paris
6428720	Marcheseuil	marcheseuil	Marcheseuil,Marshezej,Marshezjoj,ma er xie se yi,marshzy,Маршезей,Маршезёй,مارشزی,马尔谢瑟伊		FR	27	21	211	21379	154	Europe/Paris
6428721	Marcigny-sous-Thil	marcigny-sous-thil	Marsin'i-su-Tij,Marsin'i-su-Til',ma er xi ni su di,Марсиньи-су-Тий,Марсиньи-су-Тиль,Марсіньї-су-Тій,马尔西尼苏蒂		FR	27	21	213	21380	65	Europe/Paris
6428722	Marcilly-Ogny	marcilly-ogny	Marcilly-Ogny,Marsii-On'i,Marsiji-On'i,ma er xi li ao ni,marsyly-awny,Марсии-Оньи,Марсийи-Оньи,Марсії-Оньї,مارسیلی-اونی,马尔西利奥尼		FR	27	21	211	21382	195	Europe/Paris
6428723	Marcilly-sur-Tille	marcilly-sur-tille	Marciacum,Marcilly-sur-Tille,Marsii-sjur-Tij,Marsiji-sjur-Tij,di er he pan ma er xi li,Марсии-сюр-Тий,Марсийи-сюр-Тий,Марсії-сюр-Тій,蒂尔河畔马尔西利		FR	27	21	212	21383	1665	Europe/Paris
6428724	Marey-lès-Fussey	marey-les-fussey	Mare-le-Fjusse,Marey-les-Fussey,Marey-lès-Fussey,ma lei lai fei sai,mary-l-fwsy,Маре-ле-Фюссе,ماری-ل-فوسی,马雷莱菲塞		FR	27	21	211	21384	57	Europe/Paris
6428725	Marey-sur-Tille	marey-sur-tille	Mare-sjur-Tij,di er he pan ma lei,Маре-сюр-Тий,Маре-сюр-Тій,蒂尔河畔马雷		FR	27	21	212	21385	323	Europe/Paris
6428726	Marigny-lès-Reullée	marigny-les-reullee	Marigny-les-Reullee,Marigny-lès-Reullée,Marin'i-le-Relle,Marin'i-le-Rjolle,ma li ni lai lei lai ai,maryny-l-rlh,Мариньи-ле-Релле,Мариньи-ле-Рёлле,Мариньї-ле-Релле,مارینی-ل-رله,马里尼莱勒莱埃		FR	27	21	211	21387	213	Europe/Paris
6428727	Marliens	marliens	Marliens		FR	27	21	212	21388	579	Europe/Paris
6428728	Marsannay-la-Côte	marsannay-la-cote	Marsannay-la-Cote,Marsannay-la-Côte		FR	27	21	212	21390	5366	Europe/Paris
6428729	Marsannay-le-Bois	marsannay-le-bois	Marsannay-le-Bois,Marsanne-le-Bua,ma er sa nai lai bu wa,Марсанне-ле-Буа,马尔萨奈莱布瓦		FR	27	21	212	21391	836	Europe/Paris
6428730	Martrois	martrois	Martrois,Martrua,ma er te lu wa,martrwa,Мартруа,مارتروا,马尔特鲁瓦		FR	27	21	211	21392	62	Europe/Paris
6428731	Massingy-lès-Semur	massingy-les-semur	Massenzhi-le-Semjur,ma sang ji lai se mi,Массенжи-ле-Семюр,Массенжі-ле-Семюр,马桑吉莱瑟米		FR	27	21	213	21394	168	Europe/Paris
6428732	Massingy-lès-Vitteaux	massingy-les-vitteaux	Massenzhi-le-Vitto,ma sang ji lai wei tuo,Массенжи-ле-Витто,Массенжі-ле-Вітто,马桑吉莱维托		FR	27	21	213	21395	99	Europe/Paris
6428733	Mauvilly	mauvilly	Mauvilly,Moviji,Movilli,mo wei li,Мовийи,Мовилли,Мовіллі,莫维利		FR	27	21	213	21396	67	Europe/Paris
6428734	Mavilly-Mandelot	mavilly-mandelot	Maviji-Mandelo,Mavilli-Mandelo,Mavilly-Mandelot,ma wei li mang dai luo,mawyly-mandlw,Мавийи-Мандело,Мавилли-Мандело,Мавіллі-Мандело,ماویلی-ماندلو,马维利芒代洛		FR	27	21	211	21397	177	Europe/Paris
6428735	Maxilly-sur-Saône	maxilly-sur-saone	Maksii-sjur-Son,Maksiji-sjur-Son,Maxiliacum,Maxilly-sur-Saone,Maxilly-sur-Saône,suo en he pan ma ke xi li,Максии-сюр-Сон,Максийи-сюр-Сон,Максії-сюр-Сон,索恩河畔马克西利		FR	27	21	212	21398	341	Europe/Paris
6428736	Meilly-sur-Rouvres	meilly-sur-rouvres	Mei-sjur-Ruvr,Meilly-sur-Rouvres,Meji-sjur-Ruvr,lu fu lei he pan mei li,myyly-swr-rwr,Меи-сюр-Рувр,Мейи-сюр-Рувр,Меї-сюр-Рувр,مییلی-سور-رور,鲁夫雷河畔梅利		FR	27	21	211	21399	189	Europe/Paris
6428737	Meloisey	meloisey	Meloisey,Meluaze,mlwazy,mo lu wa sai,Мелуазе,ملوازی,默卢瓦塞		FR	27	21	211	21401	332	Europe/Paris
6428739	Ménessaire	menessaire	Menessaire,Menesser,Ménessaire,mei nei sai er,mnsr,Менессер,منسر,梅内赛尔		FR	27	21	211	21403	84	Europe/Paris
6428740	Ménétreux-le-Pitois	menetreux-le-pitois	Menetreux-le-Pitois,Ménétreux-le-Pitois		FR	27	21	213	21404	431	Europe/Paris
6428741	Merceuil	merceuil	Merceuil,Mersej,Mersjoj,mei er se yi,mrky,Мерсей,Мерсёй,مرکی,梅尔瑟伊		FR	27	21	211	21405	815	Europe/Paris
6428742	Mesmont	mesmont	Mesmont		FR	27	21	212	21406	249	Europe/Paris
6428743	Meuilley	meuilley	Mee,Meuilley,Mjoje,mo yi lai,myyy,Мее,Меє,Мёйе,مییی,默伊莱		FR	27	21	211	21409	466	Europe/Paris
6428744	Meulson	meulson	Mel'son,Meulson,Mjol'son,mo er song,Мельсон,Мёльсон,默尔松		FR	27	21	213	21410	33	Europe/Paris
6428745	Meursanges	meursanges	Mersanzh,Meursanges,Mjorsanzh,mo er sang re,mrsanzh,Мерсанж,Мёрсанж,مرسانژ,默尔桑热		FR	27	21	211	21411	552	Europe/Paris
6428791	Orville	orville	Orvil',Orville,Орвиль		FR	27	21	212	21472	171	Europe/Paris
6428746	Meursault	meursault	Merso,Meursault,Mjorso,mo er suo er,mo su,mrsl,muruso,Мерсо,Мёрсо,مرسل,ムルソー,莫素,默尔索尔		FR	27	21	211	21412	1442	Europe/Paris
6428747	Mimeure	mimeure			FR	27	21	211	21414	306	Europe/Paris
6428748	Minot	minot			FR	27	21	213	21415	181	Europe/Paris
6428749	Mirebeau-sur-Bèze	mirebeau-sur-beze	Mirbo-sjur-Bez,Mirebeau-sur-Beze,Mirebeau-sur-Bèze,Miribellum,bei ci he pan mi lei bo,Мирбо-сюр-Без,Мірбо-сюр-Без,贝兹河畔米雷博		FR	27	21	212	21416	2100	Europe/Paris
6428750	Missery	missery			FR	27	21	213	21417	103	Europe/Paris
6428751	Moitron	moitron	Moitron		FR	27	21	213	21418	63	Europe/Paris
6428752	Molinot	molinot	Molino,Molinot,mo lan ao,mwlynw,Молино,Моліно,مولینو,莫兰奥		FR	27	21	211	21420	152	Europe/Paris
6428753	Moloy	moloy	Moloy,Molua,mo lu wa,Молуа,莫卢瓦		FR	27	21	212	21421	229	Europe/Paris
6428754	Montagny-lès-Beaune	montagny-les-beaune	Monan'i-le-Bon,Montagny-les-Beaune,Montagny-lès-Beaune,Montan'i-le-Bon,meng ta ni lai bo en,mntany-l-bn,Монаньи-ле-Бон,Монтаньи-ле-Бон,Монтаньї-ле-Бон,منتانی-ل-بن,蒙塔尼莱博恩		FR	27	21	211	21423	676	Europe/Paris
6428756	Montberthault	montberthault	Monberto,Montberthault,meng te bei er tuo er,Монберто,蒙特贝尔托尔		FR	27	21	213	21426	216	Europe/Paris
6428757	Montceau-et-Écharnant	montceau-et-echarnant	Monso-eh-Ehsharnan,Monso-et-Esharnan,Montceau-et-Echarnant,Montceau-et-Écharnant,meng te suo he ai sha er nan,mwnsw-a-asharnan,Монсо-ет-Ешарнан,Монсо-э-Эшарнан,مونسو-ا-اشارنان,蒙特索和埃沙尔南		FR	27	21	211	21427	174	Europe/Paris
6428758	Montigny-Montfort	montigny-montfort	Montigny-Montfort		FR	27	21	213	21429	302	Europe/Paris
6428759	Montigny-Saint-Barthélemy	montigny-saint-barthelemy	Montigny-Saint-Barthelemy,Montigny-Saint-Barthélemy,Montin'i-Sen-Bartelemi,meng di ni sheng ba er tai lai mi,Монтиньи-Сен-Бартелеми,Монтіньї-Сен-Бартелемі,蒙蒂尼圣巴尔泰莱米		FR	27	21	213	21430	86	Europe/Paris
6428760	Montigny-sur-Armançon	montigny-sur-armancon	Montigny-sur-Armancon,Montigny-sur-Armançon,Montin'i-sjur-Armanson,a er mang song he pan meng di ni,Монтиньи-сюр-Армансон,Монтіньї-сюр-Армансон,阿尔芒松河畔蒙蒂尼		FR	27	21	213	21431	152	Europe/Paris
6428761	Montigny-sur-Aube	montigny-sur-aube	Montigny-sur-Aube,Montin'i-sjur-Ob,ao bu he pan meng di ni,Монтиньи-сюр-Об,Монтіньї-сюр-Об,奥布河畔蒙蒂尼		FR	27	21	213	21432	272	Europe/Paris
6428762	Montlay-en-Auxois	montlay-en-auxois	Monle-an-Oksua,Monle-an-Osua,Montlay-en-Auxois,ao ke su wa de qu meng te lai,Монле-ан-Оксуа,Монле-ан-Осуа,奥克苏瓦地区蒙特莱		FR	27	21	213	21434	183	Europe/Paris
6428763	Montliot-et-Courcelles	montliot-et-courcelles	Monlio-e-Kursel',Monlio-eh-Kursel',Montliot-et-Courcelles,meng te li ao he ku er se lai,Монлио-е-Курсель,Монлио-э-Курсель,Монліо-е-Курсель,蒙特利奥和库尔瑟莱		FR	27	21	213	21435	305	Europe/Paris
6428764	Montmançon	montmancon	Monmanson,Montmancon,Montmançon,meng te mang song,Монмансон,蒙特芒松		FR	27	21	212	21437	250	Europe/Paris
6428765	Montmoyen	montmoyen	Monmuajan,Monmuajen,Montmoyen,meng te mu wa ang,Монмуайен,Монмуаян,蒙特穆瓦昂		FR	27	21	213	21438	81	Europe/Paris
6428766	Montoillot	montoillot	Montuajo,meng tu wa luo,Монтуайо,蒙图瓦洛		FR	27	21	212	21439	76	Europe/Paris
6428767	Mont-Saint-Jean	mont-saint-jean	Mon-Sen-Zhan,Mont-Saint-Jean,Мон-Сен-Жан		FR	27	21	211	21441	245	Europe/Paris
6428768	Morey-Saint-Denis	morey-saint-denis	More-Sen-Deni,Morey-Saint-Denis,mo lei sheng de ni,mo xi sheng dan ni,more=san=doni,Море-Сен-Дени,Море-Сен-Дені,モレ＝サン＝ドニ,摩希聖丹尼,莫雷圣德尼		FR	27	21	211	21442	674	Europe/Paris
6428769	Mosson	mosson	Mosson		FR	27	21	213	21444	73	Europe/Paris
6428770	Moutiers-Saint-Jean	moutiers-saint-jean			FR	27	21	213	21446	250	Europe/Paris
6428771	Mussy-la-Fosse	mussy-la-fosse	Mjussi-la-Fos,Mjussi-la-Foss,Mussy-la-Fosse,mi xi la fu si,Мюсси-ла-Фос,Мюсси-ла-Фосс,Мюссі-ла-Фосс,米西拉福斯		FR	27	21	213	21448	86	Europe/Paris
6428772	Nan-sous-Thil	nan-sous-thil	Nan-su-Tij,Nan-su-Til',nan su di,Нан-су-Тий,Нан-су-Тиль,Нан-су-Тій,南苏蒂		FR	27	21	213	21449	185	Europe/Paris
6428773	Nantoux	nantoux	Nantu,nan tu,nantw,Нанту,نانتو,南图		FR	27	21	211	21450	170	Europe/Paris
6428774	Nesle-et-Massoult	nesle-et-massoult	Nel'-e-Massu,Nel'-eh-Massul',Nesle-et-Massoult,nei si er he ma su er,Нель-е-Массу,Нель-э-Массуль,内斯尔和马苏尔		FR	27	21	213	21451	75	Europe/Paris
6428775	Neuilly-lès-Dijon	neuilly-les-dijon	Nei-le-Dizhon,Neuilly-les-Dijon,Neuilly-lès-Dijon,Njoji-le-Dizhon,ne yi lai di rong,nyyly-l-dyzhn,Неи-ле-Дижон,Неї-ле-Діжон,Нёйи-ле-Дижон,نییلی-ل-دیژن,讷伊莱迪容		FR	27	21	212	21452	1829	Europe/Paris
6428776	Nicey	nicey	Nicey,Nise,ni sai,Нисе,Нісе,尼塞		FR	27	21	213	21454	109	Europe/Paris
6428777	Nod-sur-Seine	nod-sur-seine	Nod-sur-Seine		FR	27	21	213	21455	215	Europe/Paris
6428778	Nogent-lès-Montbard	nogent-les-montbard	Nogent-les-Montbard,Nogent-lès-Montbard,Nozhan-le-Monbar,nuo rang lai meng ba er,Ножан-ле-Монбар,诺让莱蒙巴尔		FR	27	21	213	21456	155	Europe/Paris
6428779	Noidan	noidan	Noidan,Nuadan,nu wa dang,Нуадан,努瓦当		FR	27	21	213	21457	75	Europe/Paris
6428780	Noiron-sous-Gevrey	noiron-sous-gevrey	Noiron-sous-Gevrey		FR	27	21	211	21458	1083	Europe/Paris
6428781	Noiron-sur-Bèze	noiron-sur-beze	Noiron-sur-Beze,Noiron-sur-Bèze,Nuaron-sjur-Bez,bei ci he pan nu wa long,Нуарон-сюр-Без,贝兹河畔努瓦龙		FR	27	21	212	21459	239	Europe/Paris
6428782	Norges-la-Ville	norges-la-ville	Norges-la-Ville,Norzh-la-Vil',nuo er re la wei er,Норж-ла-Виль,Норж-ла-Віль,诺尔热拉维尔		FR	27	21	212	21462	954	Europe/Paris
6428783	Normier	normier	Norm'e,Norme,Normier,nuo er mi ye,Нормье,Нормє,诺尔米耶		FR	27	21	213	21463	43	Europe/Paris
6428784	Nuits-Saint-Georges	nuits-saint-georges	Nuits-Saint-Georges		FR	27	21	211	21464	5543	Europe/Paris
6428785	Obtrée	obtree	Obtre,ao bu te lei ai,Обтре,奥布特雷埃		FR	27	21	213	21465	76	Europe/Paris
6428786	Oigny	oigny	Oigny,Uan'i,Уаньи		FR	27	21	213	21466	36	Europe/Paris
6428787	Oisilly	oisilly	Oisilly		FR	27	21	212	21467	131	Europe/Paris
6432163	Urdens	urdens	Urdens		FR	76	32	322	32457	288	Europe/Paris
6428793	Pagny-la-Ville	pagny-la-ville	Pan'i-la-Vil',pa ni la wei er,pany-la-wyl,Паньи-ла-Виль,Паньї-ла-Віль,پانی-لا-ویل,帕尼拉维尔		FR	27	21	211	21474	408	Europe/Paris
6428794	Pagny-le-Château	pagny-le-chateau	Pagny-le-Chateau,Pagny-le-Château		FR	27	21	211	21475	511	Europe/Paris
6428795	Painblanc	painblanc	Painblanc,Penblan,pan bu lang ke,pnblan,Пенблан,پنبلان,潘布朗克		FR	27	21	211	21476	159	Europe/Paris
6428796	Panges	panges	Panges,Panzh,pang re,Панж,庞热		FR	27	21	212	21477	93	Europe/Paris
6428797	Pasques	pasques	Pak,Pasques,pa si qu ai,Пак,帕斯屈埃		FR	27	21	212	21478	292	Europe/Paris
6428798	Pellerey	pellerey	Pel're,Pellerey,pei lei lei,Пельре,佩勒雷		FR	27	21	212	21479	104	Europe/Paris
6428799	Pernand-Vergelesses	pernand-vergelesses	Pernan-Verzheless,Pernan-Verzhles,pei er nan wei er re lai sai,prnan-wrzhls,Пернан-Вержелесс,Пернан-Вержлес,پرنان-ورژلس,ペルナン・ヴェルジュレス,佩尔南韦尔热莱塞		FR	27	21	211	21480	248	Europe/Paris
6428800	Perrigny-lès-Dijon	perrigny-les-dijon	Perrigny-les-Dijon,Perrigny-lès-Dijon		FR	27	21	212	21481	1871	Europe/Paris
6428801	Perrigny-sur-l'Ognon	perrigny-sur-l-ognon	Perrigny-sur-l'Ognon		FR	27	21	212	21482	659	Europe/Paris
6428802	Pichanges	pichanges	Pichanges,Pishanzh,pi shang re,Пишанж,Пішанж,皮尚热		FR	27	21	212	21483	290	Europe/Paris
6428803	Planay	planay	Planay,Plane,Плане		FR	27	21	213	21484	72	Europe/Paris
6428804	Plombières-lès-Dijon	plombieres-les-dijon	Plomb'er-le-Dizhon,Plomber-le-Dizhon,pu long bi ai lai di rong,Пломбьер-ле-Дижон,Пломбєр-ле-Діжон,普隆比埃莱迪容		FR	27	21	212	21485	2605	Europe/Paris
6428806	Pluvet	pluvet	Pljuve,Pluvet,pu lu wei,Плюве,普吕韦		FR	27	21	212	21487	416	Europe/Paris
6428807	Poinçon-lès-Larrey	poincon-les-larrey	Poincon-les-Larrey,Poinçon-lès-Larrey,Puanson-le-Larre,Puenson-le-Larre,pu an song lai la er lei,Пуансон-ле-Ларре,Пуенсон-ле-Ларре,普安松莱拉尔雷		FR	27	21	213	21488	195	Europe/Paris
6428808	Poiseul-la-Grange	poiseul-la-grange	Poiseul-la-Grange		FR	27	21	212	21489	58	Europe/Paris
6428809	Poiseul-la-Ville-et-Laperrière	poiseul-la-ville-et-laperriere	Poiseul-la-Ville-et-Laperriere,Poiseul-la-Ville-et-Laperrière,Puazel'-la-Vil'-e-Laperrier,Puazjol'-la-Vil'-eh-Laper'er,pu wa se er-la-wei er he la pei er li ai,Пуазель-ла-Виль-е-Лаперриер,Пуазель-ла-Віль-е-Лаперрієр,Пуазёль-ла-Виль-э-Лаперьер,普瓦瑟尔-拉-维尔和拉佩尔里埃		FR	27	21	213	21490	163	Europe/Paris
6428810	Poiseul-lès-Saulx	poiseul-les-saulx	Poiseul-les-Saulx,Poiseul-lès-Saulx,Puazel'-le-So,Puazjol'-le-So,pu wa se lai suo er,Пуазель-ле-Со,Пуазёль-ле-Со,普瓦瑟莱索尔		FR	27	21	212	21491	65	Europe/Paris
6428811	Pommard	pommard	Pommar,Pommard,bo ma er,pmar,pomaru,Поммар,پمار,ポマール,波马尔		FR	27	21	211	21492	523	Europe/Paris
6428812	Poncey-lès-Athée	poncey-les-athee	Poncey-les-Athee,Poncey-lès-Athée		FR	27	21	212	21493	587	Europe/Paris
6428813	Poncey-sur-l'Ignon	poncey-sur-l-ignon	Poncey-sur-l'Ignon		FR	27	21	212	21494	72	Europe/Paris
6428814	Pontailler-sur-Saône	pontailler-sur-saone	Pontae-sjur-Son,Pontailler-sur-Saone,Pontailler-sur-Saône,Pontaje-sjur-Son,suo en he pan peng tai lai,Понтае-сюр-Сон,Понтайе-сюр-Сон,Понтає-сюр-Сон,索恩河畔蓬泰莱		FR	27	21	212	21496	1315	Europe/Paris
6428815	Pont-et-Massène	pont-et-massene	Pon-e-Massen,Pon-eh-Massen,Pont-et-Massene,Pont-et-Massène,peng he ma sai en,Пон-е-Массен,Пон-э-Массен,蓬和马塞恩		FR	27	21	213	21497	184	Europe/Paris
6428816	Posanges	posanges	Posanges,Posanzh,Pozanzh,bo sang re,Позанж,Посанж,波桑热		FR	27	21	213	21498	62	Europe/Paris
6428817	Pothières	pothieres	Pot'er,Pothieres,Pothières,bo di ai,Потьер,Потьєр,波蒂埃		FR	27	21	213	21499	210	Europe/Paris
6428818	Pouillenay	pouillenay	Pouillenay,Pujne,pu yi lei nai,Пуйне,普伊勒奈		FR	27	21	213	21500	573	Europe/Paris
6428819	Pouilly-en-Auxois	pouilly-en-auxois	Pui-an-Oksua,Pui-an-Osua,Puji-an-Osua,ao ke su wa de qu pu yi,pwyly-an-akswa,Пуи-ан-Оксуа,Пуйи-ан-Осуа,Пуї-ан-Осуа,پویلی-آن-اکسوا,奥克苏瓦地区普伊		FR	27	21	211	21501	1446	Europe/Paris
6428820	Pouilly-sur-Saône	pouilly-sur-saone	Pouilly-sur-Saone,Pouilly-sur-Saône,Pui-sjur-Son,Puji-sjur-Son,pwyly-swr-sayn,suo en he pan pu yi,Пуи-сюр-Сон,Пуйи-сюр-Сон,Пуї-сюр-Сон,پویلی-سور-سائن,索恩河畔普伊		FR	27	21	211	21502	626	Europe/Paris
6428821	Pouilly-sur-Vingeanne	pouilly-sur-vingeanne	Pouilly-sur-Vingeanne,Pui-sjur-Venzhann,Puji-sjur-Venzhan,wan ya ne he pan pu yi,Пуи-сюр-Венжанн,Пуйи-сюр-Венжан,Пуї-сюр-Венжанн,万雅讷河畔普伊		FR	27	21	212	21503	116	Europe/Paris
6428822	Prâlon	pralon	Pralon,Prâlon,pu la long,Пралон,普拉隆		FR	27	21	212	21504	88	Europe/Paris
6428823	Précy-sous-Thil	precy-sous-thil	Precy-sous-Thil,Presi-su-Tij,Presi-su-Til',Précy-sous-Thil,pu lei xi su di,Преси-су-Тий,Преси-су-Тиль,Пресі-су-Тій,普雷西苏蒂		FR	27	21	213	21505	735	Europe/Paris
6428824	Prenois	prenois	Prenois,Prenua,pu lei nu wa,Пренуа,普雷努瓦		FR	27	21	212	21508	406	Europe/Paris
6428825	Prusly-sur-Ource	prusly-sur-ource	Prjuli-sjur-Urs,Prusly-sur-Ource,wu er ke he pan pu lu si li,Прюли-сюр-Урс,Прюлі-сюр-Урс,乌尔克河畔普吕斯利		FR	27	21	213	21510	162	Europe/Paris
6428826	Puligny-Montrachet	puligny-montrachet	Pjulin'i-Monrashe,Puligny-Montrachet,pi li ni meng te la xie,pwlyny-mnrashh,Пюлиньи-Монраше,Пюліньї-Монраше,پولینی-منراشه,ピュリニィ・モンラッシェ,皮利尼蒙特拉谢		FR	27	21	211	21512	387	Europe/Paris
6428827	Quemigny-sur-Seine	quemigny-sur-seine	Kemin'i-sjur-Sen,sai na he pan qu ai mi ni,Кеминьи-сюр-Сен,Кеміньї-сюр-Сен,塞纳河畔屈埃米尼		FR	27	21	213	21514	94	Europe/Paris
6428828	Quincey	quincey	Kense,Quincey,Кенсе		FR	27	21	211	21517	507	Europe/Paris
6428829	Quincy-le-Vicomte	quincy-le-vicomte	Kensi-le-Vikont,qu an xi lai wei kong te,Кенси-ле-Виконт,Кенсі-ле-Віконт,屈安西莱维孔特		FR	27	21	213	21518	208	Europe/Paris
6428830	Recey-sur-Ource	recey-sur-ource	Recey-sur-Ource,Rese-sjur-Urs,wu er ke he pan lei sai,Ресе-сюр-Урс,乌尔克河畔雷塞		FR	27	21	213	21519	366	Europe/Paris
6428867	Saint-Seine-en-Bâche	saint-seine-en-bache	Saint-Seine-en-Bache,Saint-Seine-en-Bâche		FR	27	21	211	21572	397	Europe/Paris
6428831	Remilly-en-Montagne	remilly-en-montagne	Remii-an-Montan',Remiji-an-Montan',Remilly-en-Montagne,meng ta ni de qu lei mi li,Ремии-ан-Монтань,Ремийи-ан-Монтань,Ремії-ан-Монтань,蒙塔尼地区雷米利		FR	27	21	212	21520	149	Europe/Paris
6428832	Remilly-sur-Tille	remilly-sur-tille	Remii-sjur-Tij,Remiji-sjur-Tij,Remilly-sur-Tille,di er he pan lei mi li,rmyly-swr-ty,Ремии-сюр-Тий,Ремийи-сюр-Тий,Ремії-сюр-Тій,رمیلی-سور-تی,蒂尔河畔雷米利		FR	27	21	212	21521	881	Europe/Paris
6428833	Renève	reneve	Renev,Reneve,Renève,lei nei fu,Ренев,雷内夫		FR	27	21	212	21522	441	Europe/Paris
6428834	Reulle-Vergy	reulle-vergy	Rel'-Verzhi,Reulle-Vergy,Rjol'-Verzhi,lei er wei er ji,Рель-Вержи,Рель-Вержі,Рёль-Вержи,勒尔韦尔吉		FR	27	21	211	21523	134	Europe/Paris
6428835	Riel-les-Eaux	riel-les-eaux	R'el'-lez-O,Rel'-lez-O,Riel-les-Eaux,li ye lai ao,Рьель-лез-О,Рєль-лез-О,里耶莱奥		FR	27	21	213	21524	93	Europe/Paris
6428836	Roilly	roilly	Ruai,Ruaji,lu wa li,Руаи,Руайи,Руаї,鲁瓦利		FR	27	21	213	21529	48	Europe/Paris
6428838	Rouvres-en-Plaine	rouvres-en-plaine	Rouvres-en-Plaine		FR	27	21	212	21532	1109	Europe/Paris
6428839	Rouvres-sous-Meilly	rouvres-sous-meilly	Rouvres-sous-Meilly,Ruvr-su-Mei,Ruvr-su-Meji,lu fu lei su mei li,rwwr-sw-myly,Рувр-су-Меи,Рувр-су-Мейи,Рувр-су-Меї,روور-سو-میلی,鲁夫雷苏梅利		FR	27	21	211	21533	91	Europe/Paris
6428840	Ruffey-lès-Beaune	ruffey-les-beaune	Rjuffe-le-Bon,lu fei lai bo en,rwfy-l-bn,Рюффе-ле-Бон,روفی-ل-بن,吕费莱博恩		FR	27	21	211	21534	696	Europe/Paris
6428841	Sacquenay	sacquenay	Sacquenay,Sakene,Sakne,sa qu ai nai,Сакене,Сакне,سکقینے,萨屈埃奈		FR	27	21	212	21536	284	Europe/Paris
6428842	Saffres	saffres	Saffres		FR	27	21	213	21537	115	Europe/Paris
6428843	Saint-Andeux	saint-andeux	Saint-Andeux,Sent-Ande,Sent-Andjo,sheng ang de,Сент-Анде,Сент-Андё,سینٹ-اندےش,圣昂德		FR	27	21	213	21538	138	Europe/Paris
6428844	Saint-Anthot	saint-anthot	Saint-Anthot,Sent-Anto,sheng ang tuo,Сент-Анто,سینٹ-انتھوت,圣昂托		FR	27	21	212	21539	65	Europe/Paris
6428845	Saint-Apollinaire	saint-apollinaire	Saint-Apollinaire		FR	27	21	212	21540	7340	Europe/Paris
6428846	Saint-Bernard	saint-bernard	Saint-Bernard,Sen-Bernar,Сен-Бернар		FR	27	21	211	21542	450	Europe/Paris
6428847	Saint-Broing-les-Moines	saint-broing-les-moines	Saint-Broing-les-Moines		FR	27	21	213	21543	192	Europe/Paris
6428848	Saint-Euphrône	saint-euphrone	Saint-Euphrone,Saint-Euphrône,Sent-Efron,Sent-Ehfron,sheng e fu long,Сент-Ефрон,Сент-Эфрон,سینٹ-یفرونے,圣厄夫龙		FR	27	21	213	21547	181	Europe/Paris
6428849	Saint-Germain-de-Modéon	saint-germain-de-modeon	Saint-Germain-de-Modeon,Saint-Germain-de-Modéon,Sen-Zhermen-de-Modeon,sheng ri er man de mo dai weng,Сен-Жермен-де-Модеон,سینٹ-گرمین-دے-مودیوں,圣日尔曼德莫代翁		FR	27	21	213	21548	168	Europe/Paris
6428850	Saint-Germain-le-Rocheux	saint-germain-le-rocheux			FR	27	21	213	21549	79	Europe/Paris
6428851	Saint-Germain-lès-Senailly	saint-germain-les-senailly	Saint-Germain-les-Senailly,Saint-Germain-lès-Senailly,Sen-Zhermen-le-Senai,Sen-Zhermen-le-Senaji,sheng ri er man lai se nai li,Сен-Жермен-ле-Сенаи,Сен-Жермен-ле-Сенайи,Сен-Жермен-ле-Сенаї,سینٹ-گرمین-لیس-صناعیلے,圣日尔曼莱瑟奈利		FR	27	21	213	21550	123	Europe/Paris
6428853	Saint-Hélier	saint-helier	Saint-Helier,Saint-Hélier		FR	27	21	213	21552	37	Europe/Paris
6428854	Saint-Jean-de-Losne	saint-jean-de-losne	Saint-Jean-de-Losne		FR	27	21	211	21554	1102	Europe/Paris
6428855	Saint-Léger-Triey	saint-leger-triey	Saint-Leger-Triey,Saint-Léger-Triey,Sen-Lezhe-Trie,sheng lai re te li ye yi,Сен-Леже-Трие,Сен-Леже-Тріє,سینٹ-لگر-ترے,圣莱热特里耶伊		FR	27	21	212	21556	260	Europe/Paris
6428856	Saint-Marc-sur-Seine	saint-marc-sur-seine	Saint-Marc-sur-Seine,Sen-Mark-sjur-Sen,sai na he pan sheng ma er ke,Сен-Марк-сюр-Сен,سینٹ-مارک-سر-سینے,塞纳河畔圣马尔克		FR	27	21	213	21557	106	Europe/Paris
6428857	Sainte-Marie-la-Blanche	sainte-marie-la-blanche	Sainte-Marie-la-Blanche,Sent-Mari-la-Blansh,sheng ma li-la bu lang ke,sn-mary-la-blansh,Сент-Мари-ла-Бланш,Сент-Марі-ла-Бланш,سن-ماری-لا-بلانش,سین-مرے-لا-بلانچے,圣玛丽-拉布朗克		FR	27	21	211	21558	873	Europe/Paris
6428858	Sainte-Marie-sur-Ouche	sainte-marie-sur-ouche	Sainte-Marie-sur-Ouche,Sent-Mari-sjur-Ush,wu ke he pan sheng ma li,Сент-Мари-сюр-Уш,Сент-Марі-сюр-Уш,سین-مرے-سر-اوچھے,乌克河畔圣玛丽		FR	27	21	212	21559	689	Europe/Paris
6428859	Saint-Martin-de-la-Mer	saint-martin-de-la-mer	Saint-Martin-de-la-Mer,Sen-Marten-de-la-Mer,sheng ma dan de la-mei,sn-martn-d-la-mr,Сен-Мартен-де-ла-Мер,سن-مارتن-د-لا-مر,سینٹ-مارٹن-دے-لا-مر,圣马丹德拉-梅		FR	27	21	211	21560	298	Europe/Paris
6428860	Saint-Maurice-sur-Vingeanne	saint-maurice-sur-vingeanne	Saint-Maurice-sur-Vingeanne		FR	27	21	212	21562	221	Europe/Paris
6428861	Saint-Mesmin	saint-mesmin	Saint-Mesmin,Sen-Memen,Сен-Мемен		FR	27	21	213	21563	130	Europe/Paris
6428862	Saint-Nicolas-lès-Cîteaux	saint-nicolas-les-citeaux	Saint-Nicolas-les-Citeaux,Saint-Nicolas-lès-Cîteaux,Sen-Nikola-le-Sito,san=nikora=re=shito,sheng ni ke la lai xi tuo,sn-nykwla-l-sytw,Сен-Никола-ле-Сито,Сен-Нікола-ле-Сіто,سن-نیکولا-ل-سیتو,سینٹ-نکولس-لیس-تےش,サン＝ニコラ＝レ＝シトー,圣尼科拉莱西托		FR	27	21	211	21564	427	Europe/Paris
6428863	Saint-Philibert	saint-philibert	Sen-Filiber,Сен-Филибер		FR	27	21	211	21565	440	Europe/Paris
6428864	Saint-Pierre-en-Vaux	saint-pierre-en-vaux	Saint-Pierre-en-Vaux,Sen-P'er-an-Vo,Sen-P'err-an-Vo,Sen-Perr-an-Vo,sn-pyr-an-w,syn-pyry-yn-wa,wo de qu sheng pi ye er,Сен-Пьер-ан-Во,Сен-Пьерр-ан-Во,Сен-Пєрр-ан-Во,سن-پیر-آن-و,سین-پیری-ین-وا,沃地区圣皮耶尔		FR	27	21	211	21566	147	Europe/Paris
6428865	Saint-Prix-lès-Arnay	saint-prix-les-arnay	Saint-Prix-les-Arnay,Saint-Prix-lès-Arnay,Sen-Pri-lez-Arne,sheng pu li lai a er nai,sn-pry-l-zarny,Сен-При-лез-Арне,Сен-Прі-лез-Арне,سن-پری-ل-زارنی,سین-پرکس-لیس-اڑنے,圣普里莱阿尔奈		FR	27	21	211	21567	231	Europe/Paris
6428866	Sainte-Sabine	sainte-sabine	Sainte-Sabine,Sent-Sabin,sheng sa ban,snt-sabyn,Сент-Сабин,Сент-Сабін,سنت-سابین,سین-سبینے,圣萨班		FR	27	21	211	21570	184	Europe/Paris
6432164	Urgosse	urgosse	Urgosse		FR	76	32	322	32458	242	Europe/Paris
6428868	Saint-Seine-l'Abbaye	saint-seine-l-abbaye	Saint-Seine-l'Abbaye		FR	27	21	212	21573	372	Europe/Paris
6428869	Saint-Seine-sur-Vingeanne	saint-seine-sur-vingeanne	Saint-Seine-sur-Vingeanne,Sen-Sen-sjur-Venzhan,Sen-Sen-sjur-Venzhann,wan ya ne he pan sheng sang,Сен-Сен-сюр-Венжан,Сен-Сен-сюр-Венжанн,سین-سینے-سور-ونگان,万雅讷河畔圣桑		FR	27	21	212	21574	395	Europe/Paris
6428870	Saint-Symphorien-sur-Saône	saint-symphorien-sur-saone	Saint-Symphorien-sur-Saone,Saint-Symphorien-sur-Saône		FR	27	21	211	21575	351	Europe/Paris
6428871	Saint-Thibault	saint-thibault	Saint-Thibault,Sen-Tibo,Сен-Тибо		FR	27	21	213	21576	162	Europe/Paris
6428872	Saint-Usage	saint-usage	Saint-Usage,Sent-Juzazh,Сент-Юзаж		FR	27	21	211	21577	1359	Europe/Paris
6428873	Saint-Victor-sur-Ouche	saint-victor-sur-ouche	Saint-Victor-sur-Ouche,Sen-Viktor-sjur-Ush,wu ke he pan sheng wei ke tuo,Сен-Виктор-сюр-Уш,Сен-Віктор-сюр-Уш,乌克河畔圣维克托		FR	27	21	212	21578	288	Europe/Paris
6428874	Salives	salives	Saliv,Salives,sa li wei,Салив,Салів,萨利韦		FR	27	21	212	21579	212	Europe/Paris
6428875	Samerey	samerey	Samerey		FR	27	21	211	21581	160	Europe/Paris
6428876	Santosse	santosse	Santos,Santoss,Santosse,sang tuo si,sants,Сантос,Сантосс,سانتس,سنتوسے,桑托斯		FR	27	21	211	21583	53	Europe/Paris
6428877	Saulieu	saulieu	Saulieu,Sedolocum,Sol'e,Sol'jo,suo li e,Солье,Сольё,Сольє,索利厄		FR	27	21	213	21584	2441	Europe/Paris
6428878	Saulon-la-Chapelle	saulon-la-chapelle	Saulon-la-Chapelle,Solon-la-Shapel',suo long la sha pei er,Солон-ла-Шапель,索隆拉沙佩尔		FR	27	21	211	21585	976	Europe/Paris
6428879	Saulon-la-Rue	saulon-la-rue	Saulon-la-Rue,Solon-la-Rju,suo long la lu ai,Солон-ла-Рю,索隆拉吕埃		FR	27	21	211	21586	696	Europe/Paris
6428880	Saussey	saussey	Saussey,Sosse,Соссе		FR	27	21	211	21588	76	Europe/Paris
6428881	Saussy	saussy	Saussy,Sossi,suo xi,Сосси,Соссі,索西		FR	27	21	212	21589	102	Europe/Paris
6428882	Savigny-lès-Beaune	savigny-les-beaune	Savigny-les-Beaune,Savigny-lès-Beaune		FR	27	21	211	21590	1314	Europe/Paris
6428883	Savigny-le-Sec	savigny-le-sec	Savigny-le-Sec,Savin'i-le-Sek,sa wei ni lai sai ke,Савиньи-ле-Сек,Савіньї-ле-Сек,萨维尼莱塞克		FR	27	21	212	21591	834	Europe/Paris
6428884	Savigny-sous-Mâlain	savigny-sous-malain	Savigny-sous-Malain,Savigny-sous-Mâlain,Savin'i-su-Malen,sa wei ni su ma lan,Савиньи-су-Мален,Савіньї-су-Мален,萨维尼苏马兰		FR	27	21	212	21592	222	Europe/Paris
6428885	Savilly	savilly	Saviji,Savilli,Savilly,sa wei li,sawy,Савийи,Савилли,Савіллі,ساوی,萨维利		FR	27	21	211	21593	81	Europe/Paris
6428886	Savoisy	savoisy	Savoisy,Savuazi,sa wa xi,Савуази,Савуазі,萨瓦西		FR	27	21	213	21594	203	Europe/Paris
6428887	Savolles	savolles	Savol',Savolles,sa wo lai,Саволь,萨沃莱		FR	27	21	212	21595	162	Europe/Paris
6428888	Savouges	savouges	Savouges,Savuzh,sa wu re,Савуж,萨武热		FR	27	21	211	21596	371	Europe/Paris
6428889	Segrois	segrois	Segrois,Segrua,sai ge lu wa,Сегруа,塞格鲁瓦		FR	27	21	211	21597	43	Europe/Paris
6428890	Seigny	seigny	Seigny,Sen'i,sai ni,Сеньи,Сеньї,塞尼		FR	27	21	213	21598	173	Europe/Paris
6428891	Selongey	selongey	Selongey,Selonzhe,se long re,Селонже,瑟隆热		FR	27	21	212	21599	2413	Europe/Paris
6428892	Semarey	semarey	Semare,Semarey,se ma lei,smary,Семаре,سماری,سمارے,瑟马雷		FR	27	21	211	21600	122	Europe/Paris
6428893	Semond	semond	Semon,Semond,sang weng,Семон,桑翁		FR	27	21	213	21602	24	Europe/Paris
6428894	Sennecey-lès-Dijon	sennecey-les-dijon	Sennse-le-Dizhon,Sense-le-Dizhon,se nei sai lai di rong,snsy-l-dyzhn,Сеннсе-ле-Дижон,Сеннсе-ле-Діжон,Сенсе-ле-Дижон,سنسی-ل-دیژن,瑟内塞莱迪容		FR	27	21	212	21605	2076	Europe/Paris
6428895	Sincey-lès-Rouvray	sincey-les-rouvray	Sense-le-Ruvre,Sincey-les-Rouvray,Sincey-lès-Rouvray,sang sai lai lu fu lai,Сенсе-ле-Рувре,桑塞莱鲁夫赖		FR	27	21	213	21608	103	Europe/Paris
6428896	Soissons-sur-Nacey	soissons-sur-nacey	Soissons-sur-Nacey,Suason-sjur-Nase,Suasson-sjur-Nase,na sai he pan su wa song,Суасон-сюр-Насе,Суассон-сюр-Насе,纳塞河畔苏瓦松		FR	27	21	212	21610	361	Europe/Paris
6428897	Souhey	souhey	Souhey,Sue,Sueh,su ai,Суе,Суэ,苏埃		FR	27	21	213	21612	93	Europe/Paris
6428898	Soussey-sur-Brionne	soussey-sur-brionne	Soussey-sur-Brionne,Susse-sjur-Brijonn,Susse-sjur-Brion,bu li weng he pan su sai,Суссе-сюр-Брийонн,Суссе-сюр-Брион,Суссе-сюр-Брійонн,布里翁河畔苏塞		FR	27	21	213	21613	150	Europe/Paris
6428899	Spoy	spoy	Spoy,Spua,Спуа		FR	27	21	212	21614	369	Europe/Paris
6428900	Sussey	sussey	Sjusse,Sussey,swsy,xu sai,Сюссе,سوسی,叙塞		FR	27	21	211	21615	256	Europe/Paris
6428901	Talant	talant	Talan,Talant,ta lang,Талан,塔朗		FR	27	21	212	21617	11702	Europe/Paris
6428902	Talmay	talmay	Tal'me,Talmay,ta er mai,Тальме,塔尔迈		FR	27	21	212	21618	576	Europe/Paris
6428903	Tanay	tanay	Tanay,Tane,Тане		FR	27	21	212	21619	233	Europe/Paris
6428904	Tarsul	tarsul	Tarsjul',ta er xu,Тарсюль,塔尔叙		FR	27	21	212	21620	145	Europe/Paris
6428906	Tart-le-Bas	tart-le-bas	Tart-le-Bas		FR	27	21	212	21622	244	Europe/Paris
6428907	Tart	tart	Tar-le-O,Tart,ta er lai ao,Тар-ле-О,塔尔莱奥		FR	27	21	212	21623	1584	Europe/Paris
6428908	Tellecey	tellecey	Tel'se,Tellecey,Tellese,tai lai sai,Теллесе,Тельсе,泰莱塞		FR	27	21	212	21624	143	Europe/Paris
6428909	Terrefondrée	terrefondree	Terfondre,Terrefondree,Terrefondrée,Terrfondre,tai er lei feng de lei ai,Террфондре,Терфондре,泰尔雷丰德雷埃		FR	27	21	213	21626	62	Europe/Paris
6428910	Thenissey	thenissey	Tenisse,Thenissey,te ni sai,Тениссе,Теніссе,特尼塞		FR	27	21	213	21627	113	Europe/Paris
6428911	Thoires	thoires	Thoires,Tuar,tu wa lei,Туар,图瓦雷		FR	27	21	213	21628	63	Europe/Paris
6428912	Thoisy-la-Berchère	thoisy-la-berchere	Thoisy-la-Berchere,Thoisy-la-Berchère,Tuazi-la-Bersher,tu wa xi la bei er xie er,Туази-ла-Бершер,Туазі-ла-Бершер,图瓦西拉贝尔谢尔		FR	27	21	213	21629	316	Europe/Paris
6428959	Vignoles	vignoles	Vignoles,Vin'ol',Виньоль		FR	27	21	211	21684	899	Europe/Paris
6429225	Méasnes	measnes	Mean,Measnes,Mesnes,Miasnas,Méasnes,mei a si nei,Меан,梅阿斯内		FR	75	23	232	23130	550	Europe/Paris
6428913	Thoisy-le-Désert	thoisy-le-desert	Thoisy-le-Desert,Thoisy-le-Désert,Tuazi-le-Dezer,tu wa xi lai dai sai er,twazy-l-dzr,Туази-ле-Дезер,Туазі-ле-Дезер,توازی-ل-دزر,图瓦西莱代塞尔		FR	27	21	211	21630	208	Europe/Paris
6428914	Thomirey	thomirey	Thomirey,Tomire,tmyry,tuo mi lei,Томире,Томіре,تمیری,托米雷		FR	27	21	211	21631	47	Europe/Paris
6428915	Thorey-en-Plaine	thorey-en-plaine	Thorey-en-Plaine		FR	27	21	212	21632	1079	Europe/Paris
6428916	Thorey-sous-Charny	thorey-sous-charny	Thorey-sous-Charny,Tore-su-Sharni,tuo lei su sha er ni,Торе-су-Шарни,Торе-су-Шарні,托雷苏沙尔尼		FR	27	21	213	21633	171	Europe/Paris
6428917	Thorey-sur-Ouche	thorey-sur-ouche	Thorey-sur-Ouche,Tore-sjur-Ush,twry-swr-awsh,wu ke he pan tuo lei,Торе-сюр-Уш,توری-سور-اوش,乌克河畔托雷		FR	27	21	211	21634	149	Europe/Paris
6428918	Thoste	thoste	Thoste,Tost,tuo si te,Тост,托斯特		FR	27	21	213	21635	110	Europe/Paris
6428919	Til-Châtel	til-chatel	Tij-Shatel',Til'-Shatel',Til-Chatel,Til-Châtel,Tilae Castrum,di sha tai,Тий-Шатель,Тиль-Шатель,Тій-Шатель,蒂沙泰		FR	27	21	212	21638	1087	Europe/Paris
6428920	Tillenay	tillenay	Tillenay		FR	27	21	212	21639	762	Europe/Paris
6428921	Touillon	touillon	Touillon,Tujon,tu yi long,Туйон,图伊隆		FR	27	21	213	21641	467	Europe/Paris
6428923	Tréclun	treclun	Treclun,Treklen,Trekljon,Tréclun,te lei ke lan,trykln,Треклен,Треклён,تریکلن,特雷克兰		FR	27	21	212	21643	464	Europe/Paris
6428924	Trochères	trocheres	Trocheres,Trochères,Trosher,te luo xie lei,Трошер,特罗谢雷		FR	27	21	212	21644	167	Europe/Paris
6428925	Trouhans	trouhans	Trouhans,Truan,te lu ang,trwan,Труан,تروان,特鲁昂		FR	27	21	211	21645	611	Europe/Paris
6428926	Trouhaut	trouhaut	Trouhaut		FR	27	21	212	21646	114	Europe/Paris
6428927	Trugny	trugny	Trjun'i,Trugny,te lu ni,Трюньи,Трюньї,ترون‌یی,特吕尼		FR	27	21	211	21647	130	Europe/Paris
6428928	Turcey	turcey	Tjurse,di er sai,Тюрсе,蒂尔塞		FR	27	21	212	21648	188	Europe/Paris
6428929	Uncey-le-Franc	uncey-le-franc	Ense-le-Frank,Junse-le-Fran,Uncey-le-Franc,an sai lai fu lang ke,Енсе-ле-Франк,Юнсе-ле-Фран,安塞莱弗朗克		FR	27	21	213	21649	50	Europe/Paris
6428930	Urcy	urcy	Jursi,Urcy,yu er xi,Юрси,Юрсі,于尔西		FR	27	21	211	21650	151	Europe/Paris
6428931	Val-Suzon	val-suzon	Val'-Sjuzon,Val-Sjuzon,Val-Suzon,wa xu zong,Вал-Сюзон,Валь-Сюзон,瓦叙宗		FR	27	21	212	21651	210	Europe/Paris
6428932	Vandenesse-en-Auxois	vandenesse-en-auxois	Vandenes-an-Osua,Vandeness-an-Oksua,Vandeness-an-Osua,ao ke su wa de qu wang de nei si,fandns an awkswys,wndns an aywksys,Ванденес-ан-Осуа,Ванденесс-ан-Оксуа,Ванденесс-ан-Осуа,فاندنس إن أوكسويس,وندنس ان ائوکسیس,奥克苏瓦地区旺德内斯		FR	27	21	211	21652	299	Europe/Paris
6428933	Vannaire	vannaire	Vannaire,Vanner,fanayr,wa nai er,Ваннер,فاناير,瓦奈尔		FR	27	21	213	21653	55	Europe/Paris
6428934	Vanvey	vanvey	Vanve,Vanvey,fanwy,wang wei,wnwy,Ванве,فانوي,ونوی,旺韦		FR	27	21	213	21655	232	Europe/Paris
6428935	Varanges	varanges	Varanges		FR	27	21	212	21656	725	Europe/Paris
6428936	Varois-et-Chaignot	varois-et-chaignot	Varois-et-Chaignot,Varua-eh-Shen'o,Varuaz-e-Shen'o,wa lu wa he xie ni ao,wrys at chygnt,Варуа-э-Шеньо,Варуаз-е-Шеньо,وریس ات چیگنت,瓦鲁瓦和谢尼奥		FR	27	21	212	21657	1931	Europe/Paris
6428938	Vaux-Saules	vaux-saules	Vaux-Saules,Vo-Sol',wawks swls,wo suo lai,Во-Соль,واوکس سولس,沃索莱		FR	27	21	212	21659	168	Europe/Paris
6428939	Veilly	veilly	Veilly		FR	27	21	211	21660	43	Europe/Paris
6428940	Velars-sur-Ouche	velars-sur-ouche	Velar-sjur-Ush,wlrs swr awch,wu ke he pan wei la er,Велар-сюр-Уш,ولرس سور اوچ,乌克河畔韦拉尔		FR	27	21	212	21661	1673	Europe/Paris
6428941	Velogny	velogny	Velon'i,wei luo ni,wlgny,Велоньи,Велоньї,ولگنی,韦洛尼		FR	27	21	213	21662	35	Europe/Paris
6428942	Venarey-les-Laumes	venarey-les-laumes	Venarey-les-Laumes		FR	27	21	213	21663	2899	Europe/Paris
6428943	Verdonnet	verdonnet	Verdonnet		FR	27	21	213	21664	86	Europe/Paris
6428944	Vernois-lès-Vesvres	vernois-les-vesvres	Vernois-les-Vesvres,Vernois-lès-Vesvres,Vernua-le-Vevr,wei er nu wa lai wei si fu lei,wrnys las wswrs,Вернуа-ле-Вевр,ورنیس لاس وسورس,韦尔努瓦莱韦斯夫雷		FR	27	21	212	21665	177	Europe/Paris
6428945	Vernot	vernot	Vernot		FR	27	21	212	21666	80	Europe/Paris
6428946	Verrey-sous-Drée	verrey-sous-dree	Verre-su-Dre,Verrey-sous-Dree,Verrey-sous-Drée,wei er lei su de lei ai,Верре-су-Дре,韦尔雷苏德雷埃		FR	27	21	212	21669	74	Europe/Paris
6428947	Verrey-sous-Salmaise	verrey-sous-salmaise	Verrey-sous-Salmaise		FR	27	21	213	21670	289	Europe/Paris
6428948	Vertault	vertault	Vertault,Vertillum,Verto,wei er tuo er,Верто,韦尔托尔		FR	27	21	213	21671	56	Europe/Paris
6428949	Veuvey-sur-Ouche	veuvey-sur-ouche	Veuvey-sur-Ouche,Veve-sjur-Ush,Vjove-sjur-Ush,wu ke he pan fu wei,wwy-swr-awsh,Веве-сюр-Уш,Вёве-сюр-Уш,ووی-سور-اوش,乌克河畔弗韦		FR	27	21	211	21673	205	Europe/Paris
6428950	Veuxhaulles-sur-Aube	veuxhaulles-sur-aube	Veksol'-sjur-Ob,Veuxhaulles-sur-Aube,Vjoksol'-sjur-Ob,ao bu he pan fu ke suo lai,Вексоль-сюр-Об,Вёксоль-сюр-Об,奥布河畔弗克索莱		FR	27	21	213	21674	217	Europe/Paris
6428951	Vianges	vianges	V'janzh,Vianges,Vianzh,wei ang re,wyanzh,Вианж,Вьянж,Віанж,ویانژ,维昂热		FR	27	21	211	21675	42	Europe/Paris
6428952	Vic-de-Chassenay	vic-de-chassenay	Vik-de-Shasne,Vik-de-Shassene,wei ke de sha se nai,Вик-де-Шасне,Вик-де-Шассене,Вік-де-Шассене,维克德沙瑟奈		FR	27	21	213	21676	222	Europe/Paris
6428953	Vic-des-Prés	vic-des-pres	Vic-des-Pres,Vic-des-Prés,Vik-de-Pre,wei ke dai pu lei,wyk-d-prh,Вик-де-Пре,Вік-де-Пре,ویک-د-پره,维克代普雷		FR	27	21	211	21677	117	Europe/Paris
6428954	Vic-sous-Thil	vic-sous-thil	Vic-sous-Thil,Vik-su-Tij,Vik-su-Til',wei ke su di,Вик-су-Тий,Вик-су-Тиль,Вік-су-Тій,维克苏蒂		FR	27	21	213	21678	193	Europe/Paris
6428955	Vielverge	vielverge	Vielverge		FR	27	21	212	21680	489	Europe/Paris
6428957	Viévigne	vievigne	V'evin',Vevin',Vievigne,Viévigne,wei ai wei ni,Вьевинь,Вєвінь,维埃维尼		FR	27	21	212	21682	246	Europe/Paris
6428958	Viévy	vievy	Vievy,Viévy		FR	27	21	211	21683	357	Europe/Paris
6428960	Villaines-en-Duesmois	villaines-en-duesmois	Villaines-en-Duesmois,Villen-an-Djuehmua,Villen-an-Djuemua,di ai si mu wa de qu wei lai nei,Виллен-ан-Дюемуа,Виллен-ан-Дюэмуа,Віллен-ан-Дюемуа,迪埃斯穆瓦地区维莱内		FR	27	21	213	21685	251	Europe/Paris
6428961	Villaines-les-Prévôtes	villaines-les-prevotes	Villen-le-Prevot,wei lai nei lai pu lei wo tai,wyn-l-prwt,Виллен-ле-Превот,Віллен-ле-Превот,وین-ل-پروت,وین-لے-پرے ووت,维莱内莱普雷沃泰		FR	27	21	213	21686	140	Europe/Paris
6428962	Villargoix	villargoix	Villargoix		FR	27	21	213	21687	145	Europe/Paris
6428963	Villars-Fontaine	villars-fontaine	Villar-Fonten,Villars-Fontaine,wei la er feng tan,wyar-fwntn,Виллар-Фонтен,Віллар-Фонтен,ویار-فونتن,维拉尔丰坦		FR	27	21	211	21688	121	Europe/Paris
6428964	Villars-et-Villenotte	villars-et-villenotte	Villar-e-Vil'nott,Villar-eh-Vil'not,Villars-et-Villenotte,wei la er he wei lang ao te,wyarwyant,Виллар-е-Вильнотт,Виллар-э-Вильнот,Віллар-е-Вільнотт,ویار اے ویانت,ویارویانت,维拉尔和维朗奥特		FR	27	21	213	21689	176	Europe/Paris
6428965	Villeberny	villeberny	Vil'berni,Villeberny,wei lei bei er ni,Вильберни,Вільберні,维勒贝尔尼		FR	27	21	213	21690	91	Europe/Paris
6428966	Villebichot	villebichot	Vil'bisho,Villebichot,wei lei bi shao,wylbyshw,Вильбишо,Вільбішо,ویلبیشو,维勒比绍		FR	27	21	211	21691	390	Europe/Paris
6428967	Villecomte	villecomte	Kamuna Vil'kont,Vil'kont,Villecomte,wei lai kong te,Вильконт,Вільконт,Камуна Вільконт,维莱孔特		FR	27	21	212	21692	254	Europe/Paris
6428968	Villeferry	villeferry	Vil'ferri,Villeferry,wei lai fu er li,Вильферри,Вільферрі,维莱弗尔里		FR	27	21	213	21694	30	Europe/Paris
6428969	Villeneuve-sous-Charigny	villeneuve-sous-charigny	Vil'nev-su-Sharin'i,Vil'njov-su-Sharin'i,Villeneuve-sous-Charigny,wei lei na fu su sha li ni,Вильнев-су-Шариньи,Вильнёв-су-Шариньи,Вільнев-су-Шариньї,维勒纳夫苏沙里尼		FR	27	21	213	21696	91	Europe/Paris
6428970	Villers-la-Faye	villers-la-faye	Viller-la-Fe,Viller-la-Fej,Villers-la-Faye,wei lai er la fei ai,wyr-la-fy,Виллер-ла-Фе,Виллер-ла-Фей,Віллер-ла-Фе,ویر-لا-فی,维莱尔拉费埃		FR	27	21	211	21698	398	Europe/Paris
6428971	Villers-Patras	villers-patras	Viller-Patra,Villers-Patras,wei lai er pa te la,Виллер-Патра,Віллер-Патра,维莱尔帕特拉		FR	27	21	213	21700	104	Europe/Paris
6428972	Villers-Rotin	villers-rotin	Viller-Roten,wei lai er luo tan,wyr-rtn,Виллер-Ротен,Віллер-Ротен,ویر-رتن,维莱尔罗坦		FR	27	21	212	21701	129	Europe/Paris
6428973	Villey-sur-Tille	villey-sur-tille	Vili-sjur-Tij,Ville-sjur-Tij,Villey-sur-Tille,di er he pan wei lai,Вили-сюр-Тий,Вилле-сюр-Тий,Вілї-сюр-Тій,蒂尔河畔维莱		FR	27	21	212	21702	265	Europe/Paris
6428974	Villiers-en-Morvan	villiers-en-morvan	Vil'e-an-Morvan,Villiers-en-Morvan,mo er wang de qu wei li ye er,wyh-zan-mrwan,Вилье-ан-Морван,Вільє-ан-Морван,ویه-زان-مروان,莫尔旺地区维利耶尔		FR	27	21	211	21703	46	Europe/Paris
6428975	Villiers-le-Duc	villiers-le-duc	Vil'e-le-Djuk,Villiers-le-Duc,wei li ye er lai di ke,Вилье-ле-Дюк,Вільє-ле-Дюк,维利耶尔莱迪克		FR	27	21	213	21704	81	Europe/Paris
6428976	Villotte-Saint-Seine	villotte-saint-seine	Villot-Sen-Sen,Villott-Sen-Sen,wei luo te sheng sang,Виллот-Сен-Сен,Виллотт-Сен-Сен,Віллотт-Сен-Сен,维洛特圣桑		FR	27	21	212	21705	74	Europe/Paris
6428977	Villotte-sur-Ource	villotte-sur-ource	Villotte-sur-Ource		FR	27	21	213	21706	120	Europe/Paris
6428978	Villy-en-Auxois	villy-en-auxois	Villi-an-Oksua,Villi-an-Osua,ao ke su wa de qu wei li,Вилли-ан-Оксуа,Вилли-ан-Осуа,Віллі-ан-Осуа,奥克苏瓦地区维利		FR	27	21	213	21707	218	Europe/Paris
6428979	Villy-le-Moutier	villy-le-moutier	Villi-le-Mut'e,wei li lai mu di ye,wyly-l-mwtyh,Вилли-ле-Мутье,Віллі-ле-Мутьє,ویلی-ل-موتیه,维利莱穆蒂耶		FR	27	21	211	21708	345	Europe/Paris
6428980	Viserny	viserny	Vizerni,wei sai er ni,Визерни,Візерні,维塞尔尼		FR	27	21	213	21709	179	Europe/Paris
6428981	Vix	vix	Vi,Viks,Vix,wei zhen,Ви,Викс,Вікс,维镇		FR	27	21	213	21711	108	Europe/Paris
6428982	Vonges	vonges	Vonzh,weng re,wnzh,wwnzh,Вонж,ونژ,وونژ,翁热		FR	27	21	212	21713	344	Europe/Paris
6428983	Vosne-Romanée	vosne-romanee	Von-Romane,Vosne-Romanee,Vosne-Romanée,vu~onu=romane,wo si en luo ma nei ai,wsn-rmanh,Вон-Романе,وسن-رمانه,وسن-رمانے,ヴォーヌ＝ロマネ,沃斯恩罗马内埃		FR	27	21	211	21714	350	Europe/Paris
6428984	Voudenay	voudenay	Voudenay,Vudene,wu de nai,wwdny,Вудене,وودنی,وودنے,武德奈		FR	27	21	211	21715	190	Europe/Paris
6428986	Langoat	langoat	Langoa,Langoad,Langoat,lang ge a,Лангоа,Лангоат,لانگواٹ,朗戈阿		FR	53	22	223	22101	1165	Europe/Paris
6428988	Languédias	languedias	Langadiarn,Langed'ja,Languedias,Languédias,lang gai di a,Лангедья,لانگویڈیاس,朗盖迪阿		FR	53	22	221	22104	502	Europe/Paris
6428989	Languenan	languenan	Langenan,Langnan,Languenan,lang gai nan,langwynan,Лангенан,Лангнан,لانگوینان,朗盖南		FR	53	22	221	22105	1165	Europe/Paris
6428990	Langueux	langueux	Langueux		FR	53	22	224	22106	7648	Europe/Paris
6428991	Bon Repos sur Blavet	bon-repos-sur-blavet	Bon Repos sur Blavet,Laniska,Laniskat,Lanniskad,la ni si ka,Ланиска,Ланискат,Ланіска,لانیسکاٹ,拉尼斯卡		FR	53	22	222	22107	1279	Europe/Paris
6428992	Lanleff	lanleff	Lanlef,Lanleff,Lanlenv,Lanleñv,lang lai,lanlyf,Ланлеф,Ланлефф,لانلیف,朗莱		FR	53	22	222	22108	121	Europe/Paris
6428993	Lanloup	lanloup	Lanloup,Lanlu,Sant-Loup,lang lu,lanlwp,ranru,Ланлу,لانلوپ,ランルー,朗卢		FR	53	22	222	22109	230	Europe/Paris
6428994	Lanmérin	lanmerin	Lanmeren,Lanvilin,lang mei lan,lanmyryn,Ланмерен,لانمیرین,朗梅兰		FR	53	22	223	22110	600	Europe/Paris
6428995	Lanmodez	lanmodez	Lanmode,Lanmodez,Lanvaodez,lang mo dai,Ланмоде,لانموڈیز,朗莫代		FR	53	22	223	22111	423	Europe/Paris
6428996	Lannebert	lannebert	Lanber,Lanneber,Lannebert,Lannebeur,la nei bei er,Ланбер,Ланнебер,لانیبیرٹ,拉内贝尔		FR	53	22	222	22112	449	Europe/Paris
6428997	Lanrivain	lanrivain	Lanrivain,Lanriven,Larruen,lang li wan,lanrywayn,Ланривен,لانریواین,朗里万		FR	53	22	222	22115	461	Europe/Paris
6428999	Lantic	lantic	Lannidig,Lantic,Lantik,lang di ke,Лантик,Лантік,لانٹیک,朗蒂克		FR	53	22	224	22117	1656	Europe/Paris
6429000	Lanvallay	lanvallay	Lanvalae,Lanvallay,Lanvalle,lang wa lai,lanwalay,Ланвалле,لانوالای,朗瓦莱		FR	53	22	221	22118	4153	Europe/Paris
6429002	Lanvollon	lanvollon			FR	53	22	222	22121	1764	Europe/Paris
6429003	Laurenan	laurenan	Laurenan		FR	53	22	224	22122	735	Europe/Paris
6429006	Lézardrieux	lezardrieux	Lezardrieux,Lézardrieux		FR	53	22	223	22127	1469	Europe/Paris
6429007	Locarn	locarn	Lokarn,luo ka er en,Локарн,洛卡尔恩		FR	53	22	222	22128	405	Europe/Paris
6429008	Loc-Envel	loc-envel	Loc-Envel,Lok-Anvel',Lokenvel,luo ke ang wei,Лок-Анвель,洛克昂韦		FR	53	22	222	22129	70	Europe/Paris
6429009	Lohuec	lohuec	Lohuec,Lohueg,Lojuehk,Lojuek,lu ai ke,Лоюек,Лоюэк,卢埃克		FR	53	22	222	22132	262	Europe/Paris
6429010	Loscouët-sur-Meu	loscouet-sur-meu	Loscouet-sur-Meu,Loscouët-sur-Meu,Loskoed-ar-Mozon,Loskue-sjur-Me,Loskueht-sjur-Mjo,mo he pan luo si ku e,Лоскуе-сюр-Ме,Лоскуэт-сюр-Мё,默河畔洛斯库厄		FR	53	22	224	22133	638	Europe/Paris
6429011	Louannec	louannec			FR	53	22	223	22134	3073	Europe/Paris
6429012	Louargat	louargat	Louargat		FR	53	22	222	22135	2355	Europe/Paris
6429013	Maël-Carhaix	mael-carhaix	Mael-Carhaix,Maël-Carhaix		FR	53	22	222	22137	1514	Europe/Paris
6429014	Maël-Pestivien	mael-pestivien	Maehl'-Pestiv'en,Mael'-Pestiv'jan,Mael'-Pestivjan,Mael-Pestivien,Maël-Pestivien,ma e pei si di wei an,Маель-Пестивьян,Маель-Пестівян,Маэль-Пестивьен,马厄佩斯蒂维安		FR	53	22	222	22138	390	Europe/Paris
6429015	Mantallot	mantallot	Mantallot		FR	53	22	223	22141	227	Europe/Paris
6429016	Matignon	matignon	Matignon,Matin'on,Матиньон		FR	53	22	221	22143	1652	Europe/Paris
6429017	Mégrit	megrit	Megri,Megrid,Megrit,Mégrit,mei ge li,Мегри,Мегрі,梅格里		FR	53	22	221	22145	811	Europe/Paris
6429020	Mérillac	merillac	Merelieg,Merijak,Merillac,Mérillac,mei li la ke,Мерийак,Мерияк,Меріяк,梅里拉克		FR	53	22	224	22148	235	Europe/Paris
6429021	Merléac	merleac	Merleag,Merleak,mei er lai a ke,Мерлеак,梅尔莱阿克		FR	53	22	224	22149	451	Europe/Paris
6429023	Minihy-Tréguier	minihy-treguier	Minihy-Treguier,Minihy-Tréguier		FR	53	22	223	22152	1274	Europe/Paris
6429024	Moncontour	moncontour	Moncontour,Monkontur,Монконтур		FR	53	22	224	22153	868	Europe/Paris
6429026	Moustéru	mousteru	Mousteru,Mousteruz,Moustéru,Musterju,mu si tai lu,Мустерю,穆斯泰吕		FR	53	22	222	22156	670	Europe/Paris
6429027	Paimpol	paimpol	Paimpol		FR	53	22	222	22162	7186	Europe/Paris
6429028	Paule	paule	Paule		FR	53	22	222	22163	716	Europe/Paris
6429029	Pédernec	pedernec	Pedernec,Pederneg,Pedernek,Pédernec,pei dai er nei ke,Педернек,佩代尔内克		FR	53	22	222	22164	1849	Europe/Paris
6429030	Penvénan	penvenan	Penvenan,Penvénan		FR	53	22	223	22166	2571	Europe/Paris
6429032	Perros-Guirec	perros-guirec	Perros-Guirec		FR	53	22	223	22168	7212	Europe/Paris
6429033	Peumerit-Quintin	peumerit-quintin	Pemeri-Kenten,Peumerit-Quintin,Pjomrit-Kenten,Purid-Kintin,po mo li qu an tan,Пемери-Кентен,Пемері-Кентен,Пёмрит-Кентен,珀默里屈安坦		FR	53	22	222	22169	175	Europe/Paris
6429034	Plaine-Haute	plaine-haute	Plaine-Haute,Plen-Ot,Plenaod,pu lan ao te,Плен-От,普兰奥特		FR	53	22	224	22170	1595	Europe/Paris
6429035	Plaintel	plaintel	Plaintel,Plenevenitre,Pleneventer,Plentel',pu lan tai,Плентель,普兰泰		FR	53	22	224	22171	4315	Europe/Paris
6429036	Plancoët	plancoet	Plancoet,Plancoët,Plangoed,Plankoe,Plankoeht,pu lang ke e,Планкое,Планкоэт,普朗科厄		FR	53	22	221	22172	3022	Europe/Paris
6429038	Pléboulle	pleboulle	Parrochia de Plubole,Pleboull,Pleboulle,Plebul',Pléboulle,pu lai bu er,Плебуль,普莱布尔		FR	53	22	221	22174	859	Europe/Paris
6429039	Plédran	pledran	Pledran,Plédran		FR	53	22	224	22176	6571	Europe/Paris
6429040	Pléguien	pleguien	Pleg'en,Plegian,Pleguien,Plian,Pléguien,pu lai ji an,Плегиан,Плегьен,Плегіан,普莱吉安		FR	53	22	222	22177	1323	Europe/Paris
6429041	Pléhédel	plehedel	Pleedel',Pleehdel',Plehedel,pu lai ai dai,Плеедель,Плеэдель,普莱埃代		FR	53	22	222	22178	1301	Europe/Paris
6429042	Plélan-le-Petit	plelan-le-petit	Plelan-le-Peti,Plelan-le-Petit,Plelann-Vihan,Plélan-le-Petit,xiao pu lai lang,Плелан-ле-Пети,Плелан-ле-Петі,小普莱朗		FR	53	22	221	22180	1914	Europe/Paris
6429043	Plélauff	plelauff	Pellann,Plelauff,Plelof,Pleloff,Plélauff,pu lai luo,Плелоф,Плелофф,普莱洛		FR	53	22	222	22181	653	Europe/Paris
6429044	Plélo	plelo	Plelo,Pleuloch,Plélo,Плело		FR	53	22	222	22182	3332	Europe/Paris
6429045	Plémet	plemet	Pleme,Plemet,Plezeved,Plémet,pu lai mei,Племе,普莱梅		FR	53	22	224	22183	3609	Europe/Paris
6429046	Plémy	plemy	Plemi,Plemy,Plevig,Plémy,pu lai mi,Племи,Племі,普莱米		FR	53	22	224	22184	1564	Europe/Paris
6429047	Plénée-Jugon	plenee-jugon	Plene-Zhjugon,Plene-Zhugon,Plened-Yugon,Plenee-Jugon,Plénée-Jugon,pu lai nei ai rui gong,Плене-Жугон,Плене-Жюгон,普莱内埃瑞贡		FR	53	22	224	22185	2408	Europe/Paris
6429048	Pléneuf-Val-André	pleneuf-val-andre	Pleneuf-Val-Andre,Pléneuf-Val-André		FR	53	22	224	22186	4069	Europe/Paris
6429049	Plerneuf	plerneuf	Plerneuf		FR	53	22	222	22188	1046	Europe/Paris
6429050	Plésidy	plesidy	Plesidy,Plezidi,Plijidi,Plésidy,pu lai xi di,Плезиди,Плезіді,普莱西迪		FR	53	22	222	22189	612	Europe/Paris
6429053	Plestan	plestan	Plestan		FR	53	22	224	22193	1587	Europe/Paris
6429055	Pleubian	pleubian	Pleb'jan,Plebjan,Pleubian,Pleuvihan,Pljob'jan,pu lei bi ang,Плебьян,Плебян,Плёбьян,普勒比昂		FR	53	22	223	22195	2356	Europe/Paris
6429056	Pleudaniel	pleudaniel	Planiel,Pledan'el',Pleudaniel,Pljodan'el',pu lei da nie,Пледаньель,Пледаньєль,Плёданьель,普勒达涅		FR	53	22	223	22196	928	Europe/Paris
6429057	Pleumeur-Bodou	pleumeur-bodou			FR	53	22	223	22198	3968	Europe/Paris
6429058	Pleumeur-Gautier	pleumeur-gautier			FR	53	22	223	22199	1233	Europe/Paris
6429059	Pléven	pleven	Pleven,Pléven		FR	53	22	221	22200	582	Europe/Paris
6429060	Plévenon	plevenon	Plevenon,Plevnon,Plévenon,pu lai wei nong,Плевенон,Плевнон,普莱韦农		FR	53	22	221	22201	795	Europe/Paris
6429062	Ploëzal	ploezal	Pleuzal,Ploehzal',Ploezal,Ploezal',Ploëzal,pu luo e zha,Плоезаль,Плоэзаль,普洛厄扎		FR	53	22	222	22204	1261	Europe/Paris
6429063	Plorec-sur-Arguenon	plorec-sur-arguenon	Ploareg,Plorek-sjur-Argenon,a er gai nong he pan pu luo lei ke,Плорек-сюр-Аргенон,阿尔盖农河畔普洛雷克		FR	53	22	221	22205	412	Europe/Paris
6429064	Châtelaudren-Plouagat	chatelaudren-plouagat	Chatelaudren-Plouagat,Châtelaudren-Plouagat		FR	53	22	222	22206	3844	Europe/Paris
6429065	Plouaret	plouaret	Plouared,Plouaret,Pluare,pu lu a lei,Плуаре,普卢阿雷		FR	53	22	223	22207	2145	Europe/Paris
6429066	Plouasne	plouasne	Plouan,Plouasne,Pluan,pu lu a si en,Плуан,普卢阿斯恩		FR	53	22	221	22208	1716	Europe/Paris
6429067	Beaussais-sur-Mer	beaussais-sur-mer			FR	53	22	221	22209	3532	Europe/Paris
6429068	Ploubazlanec	ploubazlanec	Ploubazlanec		FR	53	22	222	22210	2999	Europe/Paris
6429069	Ploubezre	ploubezre	Ploubezre		FR	53	22	223	22211	3578	Europe/Paris
6429070	Plouër-sur-Rance	plouer-sur-rance			FR	53	22	221	22213	3520	Europe/Paris
6429071	Plouézec	plouezec	Plouezec,Plouézec		FR	53	22	222	22214	3210	Europe/Paris
6429072	Ploufragan	ploufragan			FR	53	22	224	22215	11398	Europe/Paris
6429073	Plougonver	plougonver	Plougonveur,Plugonve,Plugonver,pu lu gong wei,Плугонве,Плугонвер,普卢贡韦		FR	53	22	222	22216	733	Europe/Paris
6429074	Plougrescant	plougrescant	Plougouskant,Plougrescant,Plugreskan,pu lu ge lei si kang,puruguresukan,Плугрескан,プルグレスカン,普卢格雷斯康		FR	53	22	223	22218	1202	Europe/Paris
6429075	Plouguenast-Langast	plouguenast-langast			FR	53	22	224	22219	2492	Europe/Paris
6429076	Plouguernével	plouguernevel	Plouguernevel,Plouguernével		FR	53	22	222	22220	1711	Europe/Paris
6429077	Plouguiel	plouguiel	Plouguiel,Plug'el',Plugel',Plugiel',Priel,pu lu ji ye,Плугиель,Плугьель,Плугєль,普卢吉耶		FR	53	22	223	22221	1774	Europe/Paris
6429078	Plouha	plouha			FR	53	22	222	22222	4484	Europe/Paris
6429079	Plouisy	plouisy	Plouizi,Pluizi,pu lu yi xi,Плуизи,Плуїзі,普卢伊西		FR	53	22	222	22223	1972	Europe/Paris
6429080	Ploumagoar	ploumagoar			FR	53	22	222	22225	5412	Europe/Paris
6429081	Ploumilliau	ploumilliau	Ploumilliau		FR	53	22	223	22226	2487	Europe/Paris
6429084	Plourivo	plourivo	Plourivo		FR	53	22	222	22233	2281	Europe/Paris
6429085	Plouvara	plouvara	Plouvara,Pluvara,pu lu wa la,Плувара,普卢瓦拉		FR	53	22	222	22234	1148	Europe/Paris
6429086	Plouzélambre	plouzelambre	Plouzelambr,Plouzelambre,Plouzélambre,Pluzelambr,pu lu ze lang bu er,Плузеламбр,普卢泽朗布尔		FR	53	22	223	22235	235	Europe/Paris
6429087	Pludual	pludual	Pljudjual',Plua,Plual,Pludual,pu lu di a,Плюдюаль,普吕迪阿		FR	53	22	222	22236	732	Europe/Paris
6429088	Pluduno	pluduno	Pljudjuno,Pluduno,Pludunou,Pludunoù,pu lu dan ao,Плюдюно,普吕丹奥		FR	53	22	221	22237	2195	Europe/Paris
6429090	Plumaudan	plumaudan	Pljumodan,Plumaudan,Pluvaodan,pu lu mo dang,Плюмодан,普吕莫当		FR	53	22	221	22239	1266	Europe/Paris
6429091	Plumaugat	plumaugat	Plumaugat		FR	53	22	221	22240	1083	Europe/Paris
6429092	Plumieux	plumieux	Plebs Miochi,Pljum'e,Pljum'jo,Pljume,Pluvaeg,pu lu mi e,Плюмье,Плюмьё,Плюмє,普吕米厄		FR	53	22	224	22241	1016	Europe/Paris
6429093	Plurien	plurien	Pljur'en,Pljur'jan,Pljurjan,Plurien,pu lu li an,Плюрьен,Плюрьян,Плюрян,普吕里安		FR	53	22	224	22242	1509	Europe/Paris
6429094	Plusquellec	plusquellec	Pljuskellek,Pluskelleg,Plusquellec,pu lu si qu ai lai ke,Плюскеллек,普吕斯屈埃莱克		FR	53	22	222	22243	528	Europe/Paris
6429095	Plussulien	plussulien	Plussulien		FR	53	22	224	22244	492	Europe/Paris
6429096	Pluzunet	pluzunet	Pljuzjune,Pljuzjunet,Pluned,Plûned,pu lu ju nei,Плюзюне,Плюзюнет,普吕聚内		FR	53	22	223	22245	1000	Europe/Paris
6429097	Pommeret	pommeret	Peunvrid,Peuñvrid,Pomaretum,Pommere,Pomre,bo mo lei,Поммере,Помре,波默雷		FR	53	22	224	22246	2070	Europe/Paris
6429099	Pommerit-le-Vicomte	pommerit-le-vicomte	Pommerit-le-Vicomte		FR	53	22	222	22248	1761	Europe/Paris
6429100	Pont-Melvez	pont-melvez	Pon-Mel've,Pont-Melvez,peng mei er wei,Пон-Мельве,蓬梅尔韦		FR	53	22	222	22249	609	Europe/Paris
6429101	Pontrieux	pontrieux	Ponrie,Pontrev,Pontrieux,Pontrijo,Portrieux,peng te li e,Понрие,Понріє,Понтриё,蓬特里厄		FR	53	22	222	22250	1036	Europe/Paris
6429102	Pordic	pordic	Pordic		FR	53	22	224	22251	7105	Europe/Paris
6429104	Quemper-Guézennec	quemper-guezennec	Kampe-Gezennek,Kamper-Gezennek,Kemper-Gwezhenneg,Quemper-Guezennec,Quemper-Guézennec,qu ang pei gai ze nei ke,Кампе-Гезеннек,Кампер-Гезеннек,屈昂佩盖泽内克		FR	53	22	222	22256	1113	Europe/Paris
6429105	Quemperven	quemperven	Quemperven		FR	53	22	223	22257	382	Europe/Paris
6429106	Quessoy	quessoy	Cheisoium,Kesoue,Kessua,Quessoy,qu ai su wa,Кессуа,屈埃苏瓦		FR	53	22	224	22258	3804	Europe/Paris
6429107	Quévert	quevert	Quevert,Quévert		FR	53	22	221	22259	3724	Europe/Paris
6429108	Quintenic	quintenic	Quintenic		FR	53	22	224	22261	366	Europe/Paris
6429109	Rospez	rospez	Rospez		FR	53	22	223	22265	1756	Europe/Paris
6429110	Rostrenen	rostrenen	Rostrenan,Rostrenen,Rostrenenn,Rostrenum,luo si te lei nan,Ростренан,Ростренен,罗斯特雷南		FR	53	22	222	22266	3062	Europe/Paris
6429111	Rouillac	rouillac	Rouillac		FR	53	22	224	22267	396	Europe/Paris
6429112	Ruca	ruca	Ruca		FR	53	22	221	22268	602	Europe/Paris
6429113	Runan	runan	Rjunan,Runan,Рюнан		FR	53	22	222	22269	233	Europe/Paris
6429114	Saint-Agathon	saint-agathon	Saint-Agathon		FR	53	22	222	22272	2263	Europe/Paris
6429115	Saint-Alban	saint-alban	Sent-Al'ban,Сент-Альбан		FR	53	22	224	22273	2152	Europe/Paris
6429116	Saint-André-des-Eaux	saint-andre-des-eaux	Saint-Andre-des-Eaux,Saint-André-des-Eaux,Sent-Andre-dez-O,Сент-Андре-дез-О		FR	53	22	221	22274	330	Europe/Paris
6429118	Saint-Bihy	saint-bihy	Saint-Bihy		FR	53	22	224	22276	261	Europe/Paris
6429119	Saint-Brandan	saint-brandan	Saint-Brandan,Sant-Vedan,Sen-Brandan,sheng bu lang dang,Сен-Брандан,سینٹ-برانڈن,圣布朗当		FR	53	22	224	22277	2398	Europe/Paris
6429120	Saint-Carné	saint-carne	Sant-Karneg,Sen-Karne,sheng ka er nei,Сен-Карне,سینٹ-کرنے,圣卡尔内		FR	53	22	221	22280	996	Europe/Paris
6429121	Saint-Carreuc	saint-carreuc	Saint-Carreuc,Sant-Kareg,Sen-Karrek,Sen-Karrjok,sheng ka er lei ke,Сен-Каррек,Сен-Каррёк,سینٹ-کررک,圣卡尔勒克		FR	53	22	224	22281	1509	Europe/Paris
6429122	Saint-Cast-le-Guildo	saint-cast-le-guildo	Saint-Cast-le-Guildo		FR	53	22	221	22282	3351	Europe/Paris
6429123	Saint-Clet	saint-clet	Saint-Clet		FR	53	22	222	22283	874	Europe/Paris
6429124	Saint-Connan	saint-connan	Saint-Connan		FR	53	22	222	22284	300	Europe/Paris
6429126	Saint-Denoual	saint-denoual	Saint-Denoual,Sanctus Donoalus,Sant-Denwal,Sen-Denual',sheng dang wu a,Сен-Денуаль,سینٹ-دنووال,圣当乌阿		FR	53	22	224	22286	452	Europe/Paris
6429127	Saint-Donan	saint-donan	Saint-Donan		FR	53	22	224	22287	1448	Europe/Paris
6429128	Saint-Étienne-du-Gué-de-l'Isle	saint-etienne-du-gue-de-l-isle	Saint-Etienne-du-Gue-de-l'Isle,Saint-Étienne-du-Gué-de-l'Isle		FR	53	22	224	22288	355	Europe/Paris
6429131	Saint-Gilles-les-Bois	saint-gilles-les-bois	Saint-Gilles-les-Bois		FR	53	22	222	22293	428	Europe/Paris
6429132	Saint-Gilles-Pligeaux	saint-gilles-pligeaux	Saint-Gilles-Pligeaux,Sant-Jili-Plijo,Sen-Zhil'-Plizho,sheng ji lai pu li ruo,Сен-Жиль-Плижо,Сен-Жиль-Пліжо,سینٹ-گلیس-لگےش,圣吉莱普利若		FR	53	22	222	22294	290	Europe/Paris
6429133	Saint-Glen	saint-glen	Sant-Glenn,Sen-Glan,Sen-Glen,sheng ge lang,Сен-Глан,Сен-Глен,سینٹ-گلین,圣格朗		FR	53	22	224	22296	609	Europe/Paris
6429136	Saint-Hélen	saint-helen	Sant-Haelen,Sen-Elan,Sent-Ehlen,sheng ai lang,Сен-Елан,Сент-Элен,سینٹ-ہیلن,圣埃朗		FR	53	22	221	22299	1463	Europe/Paris
6429137	Saint-Jacut-de-la-Mer	saint-jacut-de-la-mer			FR	53	22	221	22302	906	Europe/Paris
6429139	Saint-Jean-Kerdaniel	saint-jean-kerdaniel	Saint-Jean-Kerdaniel		FR	53	22	222	22304	631	Europe/Paris
6429141	Saint-Judoce	saint-judoce	Saint-Judoce,Sant-Yuzeg,Sen-Zhjudos,Sen-Zhudos,sheng rui duo ke,Сен-Жудос,Сен-Жюдос,سینٹ-جدوکے,圣瑞多克		FR	53	22	221	22306	569	Europe/Paris
6429142	Saint-Juvat	saint-juvat	Saint-Juvat,Sant-Yuvad,Sen-Zhjuva,Sen-Zhuva,sheng rui wa,Сен-Жува,Сен-Жюва,سینٹ-جوت,圣瑞瓦		FR	53	22	221	22308	657	Europe/Paris
6429143	Saint-Launeuc	saint-launeuc	Saint-Launeuc,Sant-Laoueneg,Sen-Lonek,Sen-Lonjok,sheng luo na ke,Сен-Лонек,Сен-Лонёк,سینٹ-لنک,圣洛纳克		FR	53	22	224	22309	204	Europe/Paris
6429144	Saint-Lormel	saint-lormel	Saint-Lormel,Sant-Lohenvel,Sant-Loheñvel,Sen-Lormel',sheng luo er mei,Сен-Лормель,سینٹ-لورمل,圣洛尔梅		FR	53	22	221	22311	876	Europe/Paris
6429145	Saint-Maden	saint-maden	Saint-Maden,Sanctus Madenus,Sant-Maden,Sen-Madan,Sen-Maden,sheng ma dang,Сен-Мадан,Сен-Маден,سینٹ-مدین,圣马当		FR	53	22	221	22312	230	Europe/Paris
6429146	Saint-Martin-des-Prés	saint-martin-des-pres	Saint-Martin-des-Pres,Saint-Martin-des-Prés,Sant-Varzhin-Korle,Sen-Marten-de-Pre,sheng ma dan dai pu lei,Сен-Мартен-де-Пре,سینٹ-مارٹن-دس-پریس,圣马丹代普雷		FR	53	22	224	22313	320	Europe/Paris
6429148	Saint-Mayeux	saint-mayeux	Sant-Vaeg,Sen-Majjo,Sen-Majo,sheng mai e,Сен-Майо,Сен-Майё,سینٹ-یےش,圣迈厄		FR	53	22	224	22316	469	Europe/Paris
6429149	Saint-Michel-de-Plélan	saint-michel-de-plelan	Saint-Michel-de-Plelan,Saint-Michel-de-Plélan,Sant-Mikael-Plelann,Sen-Mishel'-de-Plelan,sheng mi she de pu lai lang,Сен-Мишель-де-Плелан,Сен-Мішель-де-Плелан,سینٹ-مشیل-دے-پلیلن,圣米舍德普莱朗		FR	53	22	221	22318	330	Europe/Paris
6429150	Saint-Michel-en-Grève	saint-michel-en-greve	Saint-Michel-en-Greve,Saint-Michel-en-Grève		FR	53	22	223	22319	453	Europe/Paris
6429151	Saint-Nicolas-du-Pélem	saint-nicolas-du-pelem	Saint-Nicolas-du-Pelem,Saint-Nicolas-du-Pélem		FR	53	22	222	22321	1667	Europe/Paris
6429152	Saint-Péver	saint-pever	Saint-Pever,Saint-Péver		FR	53	22	222	22322	415	Europe/Paris
6429153	Saint-Quay-Perros	saint-quay-perros	Saint-Quay-Perros,Sant-Ke-Perroz,Sen-Ke-Perro,Sen-Ke-Perros,sheng qu ai pei er luo,Сен-Ке-Перро,Сен-Ке-Перрос,سین-قے-پرروس,圣屈艾佩尔罗		FR	53	22	223	22324	1309	Europe/Paris
6429154	Saint-Quay-Portrieux	saint-quay-portrieux	Saint-Quay-Portrieux		FR	53	22	224	22325	2918	Europe/Paris
6429155	Saint-Rieul	saint-rieul	Saint-Rieul		FR	53	22	224	22326	548	Europe/Paris
6429156	Saint-Samson-sur-Rance	saint-samson-sur-rance	Saint-Samson-sur-Rance,Sant-Samzun,Sen-Samson-sjur-Rans,lang ke he pan sheng sang song,san=sanson=shuru=ransu,Сен-Самсон-сюр-Ранс,سین-سیمسن-سور-رانکے,サン＝サンソン＝シュル＝ランス,朗克河畔圣桑松		FR	53	22	221	22327	1587	Europe/Paris
6429157	Saint-Thélo	saint-thelo	Saint-Thelo,Saint-Thélo		FR	53	22	224	22330	419	Europe/Paris
6429158	Saint-Trimoël	saint-trimoel	Saint-Trimoel,Saint-Trimoël		FR	53	22	224	22332	533	Europe/Paris
6429159	Saint-Vran	saint-vran	Saint-Vran,Sant-Vran,Sen-Vran,sheng fu lang,Сен-Вран,圣夫朗		FR	53	22	224	22333	758	Europe/Paris
6429160	Saint-Igeaux	saint-igeaux	Saint-Igeaux,Sant-Ijo,Sent-Izho,sheng yi ruo,Сент-Іжо,Сент-Ижо,سینٹ-گےش,圣伊若		FR	53	22	222	22334	138	Europe/Paris
6429161	Senven-Léhart	senven-lehart	Sanvan-Lear,Sanven-Lear,Senven-Lehard,sang wang lai a er,Санван-Леар,Санвен-Леар,桑旺莱阿尔		FR	53	22	222	22335	233	Europe/Paris
6429162	Sévignac	sevignac	Sevignac,Sevin'jak,Sevinieg,Sévignac,sai wei ni ya ke,Севиньяк,Севіньяк,塞维尼亚克		FR	53	22	224	22337	1098	Europe/Paris
6429163	Squiffiec	squiffiec	Squiffiec		FR	53	22	222	22338	777	Europe/Paris
6429164	Taden	taden	Tadan,Taden,ta dang,Тадан,Таден,塔当		FR	53	22	221	22339	2408	Europe/Paris
6429165	Tonquédec	tonquedec	Tonquedec,Tonquédec		FR	53	22	223	22340	1183	Europe/Paris
6429166	Tramain	tramain	Tramain		FR	53	22	224	22341	691	Europe/Paris
6429167	Trébédan	trebedan	Trebedan,Treberan,Trebêran,Trébédan,te lei bei dang,trbdan,Требедан,تربدان,特雷贝当		FR	53	22	221	22342	427	Europe/Paris
6429168	Trébeurden	trebeurden	Trebeurden,Trébeurden		FR	53	22	223	22343	3664	Europe/Paris
6429169	Trébrivan	trebrivan	Trabrivan,Trebrivan,Trébrivan,te lei bu li wang,trbrywan,Требриван,تربریوان,特雷布里旺		FR	53	22	222	22344	734	Europe/Paris
6429170	Trébry	trebry	Trebri,Trebrid,te lei bu li,trbry,Требри,Требрі,تربری,特雷布里		FR	53	22	224	22345	817	Europe/Paris
6429171	Trédaniel	tredaniel	Tredaniel,Trédaniel		FR	53	22	224	22346	944	Europe/Paris
6429172	Trédarzec	tredarzec	Tredarzec,Tredarzeg,Tredarzek,Trédarzec,te lei da er ze ke,trdarzk,Тредарзек,تردارزک,特雷达尔泽克		FR	53	22	223	22347	1082	Europe/Paris
6429173	Trédias	tredias	Tredias,Trédias		FR	53	22	224	22348	482	Europe/Paris
6429174	Tréduder	treduder	Tredjude,Tredjuder,Treduder,Tréduder,te lei di dai,trdwdr,Тредюде,Тредюдер,تردودر,特雷迪代		FR	53	22	223	22350	196	Europe/Paris
6429176	Tréfumel	trefumel	Trefermael,Trefjumel',Trefumel,Tréfumel,te lei fei mei,trfwml,Трефюмель,ترفومل,特雷菲梅		FR	53	22	221	22352	275	Europe/Paris
6429177	Tréglamus	treglamus			FR	53	22	222	22354	1014	Europe/Paris
6429178	Trégomeur	tregomeur	Tregomer,Tregomeur,Tregomjor,Tregonveur,Trégomeur,te lei ge mo,trgwmywr,Трегомер,Трегомёр,ترگومئور,特雷戈默		FR	53	22	222	22356	941	Europe/Paris
6429179	Trégonneau	tregonneau	Tregonev,Tregonneau,Tregonno,Trégonneau,te lei ge nuo,trgwnyw,Трегонно,ترگونیو,特雷戈诺		FR	53	22	222	22358	566	Europe/Paris
6429180	Trégrom	tregrom	Tregrom,Trégrom		FR	53	22	223	22359	417	Europe/Paris
6429181	Tréguidel	treguidel	Tregedel,Tregidel',Treguidel,Tréguidel,te lei ji dai,trgwydl,Трегидель,Трегідель,ترگویدل,特雷吉代		FR	53	22	222	22361	616	Europe/Paris
6429182	Trélévern	trelevern	Trelevern,Trelêvern,te lei lai wei er en,trlwrn,Трелеверн,ترلورن,特雷莱韦尔恩		FR	53	22	223	22363	1257	Europe/Paris
6429183	Trélivan	trelivan	Trelivan,te lei li wang,trlywan,Треливан,Треліван,ترلیوان,特雷利旺		FR	53	22	221	22364	2719	Europe/Paris
6429184	Trémargat	tremargat	Tremarga,Tremargad,Tremargat,Trémargat,te lei ma er jia,trmargat,Тремарга,Тремаргат,ترمارگات,特雷马尔加		FR	53	22	222	22365	181	Europe/Paris
6429187	Tréméreuc	tremereuc	Tremereg,Tremerek,Tremereuc,Tremerjok,Tréméreuc,te lei mei lei ke,trmrywk,Тремерек,Тремерёк,ترمرئوک,特雷梅勒克		FR	53	22	221	22368	761	Europe/Paris
6429188	Trémorel	tremorel	Tremorae,Tremorel,Tremorel',Trémorel,te lei mo lei,trmwrl,Треморель,ترمورل,特雷莫雷		FR	53	22	224	22371	1160	Europe/Paris
6429189	Trémuson	tremuson	Tremuson,Trémuson		FR	53	22	224	22372	2051	Europe/Paris
6429191	Tressignaux	tressignaux	Tresigne,Tressignaux,Tressin'o,te lei xi ni ao,Трессиньо,Трессіньо,特雷西尼奥		FR	53	22	222	22375	677	Europe/Paris
6429192	Tréveneuc	treveneuc	Treveneg,Trevenek,Treveneuc,Trevenjok,Tréveneuc,te lei wei na ke,trwnywk,Тревенек,Тревенёк,ترونئوک,特雷韦纳克		FR	53	22	224	22377	785	Europe/Paris
6429193	Trévérec	treverec	Treverec,Trevereg,Treverek,Trévérec,te lei wei lei ke,trwrk,Треверек,ترورک,特雷韦雷克		FR	53	22	222	22378	219	Europe/Paris
6429194	Trévou-Tréguignec	trevou-treguignec	Trevou-Treguignec,Trévou-Tréguignec		FR	53	22	223	22379	1339	Europe/Paris
6429195	Trévron	trevron	Treveron,Trevron,Trévron,te lei fu long,trwrn,Треврон,ترورن,特雷夫龙		FR	53	22	221	22380	690	Europe/Paris
6429196	Trézény	trezeny	Trezeny,Trézény		FR	53	22	223	22381	359	Europe/Paris
6429197	Troguéry	troguery	Trogeri,Troguery,Troguéry,te luo gai li,Трогери,Трогері,特罗盖里		FR	53	22	223	22383	266	Europe/Paris
6429198	Vildé-Guingalan	vilde-guingalan	Vilde-Guingalan,Vildé-Guingalan		FR	53	22	221	22388	1246	Europe/Paris
6429199	Yffiniac	yffiniac	Yffiniac		FR	53	22	224	22389	5019	Europe/Paris
6429200	Yvias	yvias	Eviaz,Iv'ja,Iv'jas,Ivja,Yvias,yi wei a,ywas,Івя,Ивья,Ивьяс,یواس,伊维阿		FR	53	22	222	22390	762	Europe/Paris
6429201	Jarnages	jarnages	Jarnages,Jarnaja,Jarnajas,Zharnazh,jrngs,ya er na re,Жарнаж,جرنگس,雅尔纳热		FR	75	23	231	23100	470	Europe/Paris
6429202	Jouillat	jouillat	Jolhac,Jouillat,Zhuja,Zhujja,ru yi la,Жуйя,Жуя,茹伊拉		FR	75	23	232	23101	412	Europe/Paris
6429203	Ladapeyre	ladapeyre	Lada Peire,Ladapeira,Ladapejr,Ladaper,Ladapèira,la da pei er,Ладапейр,Ладапер,拉达佩尔		FR	75	23	231	23102	350	Europe/Paris
6429204	Lafat	lafat			FR	75	23	232	23103	361	Europe/Paris
6429205	Lavaufranche	lavaufranche	Lavaufranche		FR	75	23	231	23104	248	Europe/Paris
6429206	Lavaveix-les-Mines	lavaveix-les-mines	La Vavetz,Lavave-le-Min,Lavaveix-les-Mines,la wa wei lai mi nei,Лававе-ле-Мин,Лававе-ле-Мін,拉瓦韦莱米内		FR	75	23	231	23105	682	Europe/Paris
6429207	Lépaud	lepaud	LEspaud,Lepaud,Lepo,Lépaud,lai bo,Лепо,莱波		FR	75	23	231	23106	362	Europe/Paris
6429208	Leyrat	leyrat	Lairac,Lejra,Lera,Leyrat,lai la,Лейра,Лера,莱拉		FR	75	23	231	23108	149	Europe/Paris
6429209	Linard-Malval	linard-malval	Linard-Malval		FR	75	23	232	23109	208	Europe/Paris
6429210	Lioux-les-Monges	lioux-les-monges	Lion,Lion las Monjas,Lioux-les-Monges,Liu-le-Monzh,li wu lai meng re,Лиу-ле-Монж,Ліу-ле-Монж,利乌莱蒙热		FR	75	23	231	23110	56	Europe/Paris
6429211	Lizières	lizieres	Lisieras,Lisieres,Liz'er,li qi ai,Лизьер,Лізьєр,利齐埃		FR	75	23	232	23111	270	Europe/Paris
6429212	Lourdoueix-Saint-Pierre	lourdoueix-saint-pierre	LOrdoir,Lurdue-Sen-P'err,Lurdue-Sen-Perr,Lurdueh-Sen-P'er,lu er du ai sheng pi ye er,Лурдуе-Сен-Пьерр,Лурдуе-Сен-Пєрр,Лурдуэ-Сен-Пьер,卢尔杜埃圣皮耶尔		FR	75	23	232	23112	776	Europe/Paris
6429213	Lupersat	lupersat			FR	75	23	231	23113	312	Europe/Paris
6429214	Lussat	lussat	Ljussa,Lucac,Lussat,Luçac,lu sa,Люсса,吕萨		FR	75	23	231	23114	436	Europe/Paris
6429215	Magnat-l'Étrange	magnat-l-etrange	Magnat-l'Etrange,Magnat-l'Étrange		FR	75	23	231	23115	235	Europe/Paris
6429216	Mainsat	mainsat	Mancac,Mancac e Vaurenas,Mançac,Mançac e Vaurenas,Mensa,man sa,Менса,曼萨		FR	75	23	231	23116	574	Europe/Paris
6429217	Maison-Feyne	maison-feyne	Maison-Feyne		FR	75	23	232	23117	304	Europe/Paris
6429218	Maisonnisses	maisonnisses	Maisonicas,Maisoniças,Maisonnisses,Mezonnis,Mezonniss,mai suo ni sai,Мезоннис,Мезоннисс,Мезоннісс,迈索尼塞		FR	75	23	232	23118	197	Europe/Paris
6429219	Malleret-Boussac	malleret-boussac	Mal're-Bussak,Maleret de Bocac,Malerèt de Boçac,Malleret-Boussac,ma lei lei bu sa ke,Мальре-Буссак,马勒雷布萨克		FR	75	23	231	23120	199	Europe/Paris
6429221	Mansat-la-Courrière	mansat-la-courriere	Mansat-la-Courriere,Mansat-la-Courrière		FR	75	23	232	23122	93	Europe/Paris
6429222	Marsac	marsac	Marcac,Marsac,Marsak,Marçac,ma er sa ke,Марсак,马尔萨克		FR	75	23	232	23124	675	Europe/Paris
6429227	Montaigut-le-Blanc	montaigut-le-blanc	Mont Agut,Montagut,Montaigut-le-Blanc,Montegju-le-Blan,meng tai ju lai bu lang ke,Монтегю-ле-Блан,蒙泰居莱布朗克		FR	75	23	232	23132	407	Europe/Paris
6429228	Montboucher	montboucher	Monbushe,Mont Bochier,Montbochier,Montboucher,meng te bu xie,Монбуше,蒙特布谢		FR	75	23	232	23133	351	Europe/Paris
6429229	Mortroux	mortroux	Mortrou,Mortru,Mortròu,mo er te lu,Мортру,莫尔特鲁		FR	75	23	232	23136	288	Europe/Paris
6429230	Moutier-d'Ahun	moutier-d-ahun	Moutier-d'Ahun		FR	75	23	232	23138	180	Europe/Paris
6429231	Moutier-Malcard	moutier-malcard	Lo Mostier de Mortrou,Lo Mostier de Mortròu,Mostier Malcard,Mut'e-Mal'kar,mu di ye ma er ka er,Мутье-Малькар,Мутьє-Малькар,穆蒂耶马尔卡尔		FR	75	23	232	23139	527	Europe/Paris
6429232	Moutier-Rozeille	moutier-rozeille	Lo Mostier dau Bucon,Lo Mostier dau Buçon,Mostier Roselha,Mut'e-Rozej,mu di ye luo ze er,Мутье-Розей,Мутьє-Розей,穆蒂耶罗泽尔		FR	75	23	231	23140	431	Europe/Paris
6429233	Naillat	naillat	Naillat,Naja,Najja,Nalhac,nai la,Найя,Ная,奈拉		FR	75	23	232	23141	653	Europe/Paris
6429234	Néoux	neoux	Neon,Neoux,Neu,Néoux,nei wu,Неу,内乌		FR	75	23	231	23142	286	Europe/Paris
6429235	Noth	noth			FR	75	23	232	23143	507	Europe/Paris
6429236	Nouhant	nouhant	Nouhant		FR	75	23	231	23145	295	Europe/Paris
6429237	Nouzerines	nouzerines	Nosarinas,Noserines,Nuzrin,nu ze li nei,Нузрин,努泽里内		FR	75	23	231	23146	250	Europe/Paris
6429238	Nouzerolles	nouzerolles	Nosarolas,Nosaròlas,Noseroles,Noseròles,Nouzerolles,Nuzrol',nu ze luo lai,Нузроль,努泽罗莱		FR	75	23	232	23147	101	Europe/Paris
6429240	Parsac-Rimondeix	parsac-rimondeix	Parcac,Parsak,Parçac,pa er sa ke,Парсак,帕尔萨克		FR	75	23	231	23149	695	Europe/Paris
6429241	Peyrabout	peyrabout	Peirabon,Pejrabu,Perabu,Peyrabout,pei la bu,Пейрабу,Перабу,佩拉布		FR	75	23	232	23150	152	Europe/Paris
6429242	Peyrat-la-Nonière	peyrat-la-noniere	Pairac,Peirac,Pejra-la-Non'er,Pera-la-Non'er,Peyrat-la-Noniere,Peyrat-la-Nonière,pei la la nuo ni ai,Пейра-ла-Ноньер,Пейра-ла-Ноньєр,Пера-ла-Ноньер,佩拉拉诺尼埃		FR	75	23	231	23151	424	Europe/Paris
6429243	Pionnat	pionnat	P'onna,Pionac,Piònac,Pjonna,pi ao na,Пйонна,Пьонна,皮奥纳		FR	75	23	231	23154	769	Europe/Paris
6429244	Pontarion	pontarion	Pontarion		FR	75	23	232	23155	366	Europe/Paris
6429245	Pontcharraud	pontcharraud	Ponsharro,Pont Charreu,Pontcharraud,Pontcharreu,peng te sha er luo,Поншарро,蓬特沙尔罗		FR	75	23	231	23156	78	Europe/Paris
6429246	Poussanges	poussanges			FR	75	23	231	23158	152	Europe/Paris
6429247	Puy-Malsignat	puy-malsignat	Pjui-Mal'sin'ja,Pueg Malsinhac,Puegmalsinhac,Puy-Malsignat,Puègmalsinhac,pi yi ma er xi ni ya,Пюи-Мальсинья,Пюї-Мальсінья,皮伊马尔西尼亚		FR	75	23	231	23159	165	Europe/Paris
6429248	Reterre	reterre			FR	75	23	231	23160	289	Europe/Paris
6429250	Sagnat	sagnat	San'ja,Sanhac,sa ni ya,sagata,sgnt,Санья,سگنت,ਸੰਗਤ,萨尼亚		FR	75	23	232	23166	195	Europe/Paris
6429251	Sannat	sannat			FR	75	23	231	23167	350	Europe/Paris
6429252	Sardent	sardent	Sardan,Sarden,sa er dang,Сардан,萨尔当		FR	75	23	232	23168	785	Europe/Paris
6429253	Savennes	savennes			FR	75	23	232	23170	215	Europe/Paris
6429254	Sermur	sermur	Sermjur,sai er mi,Сермюр,塞尔米		FR	75	23	231	23171	133	Europe/Paris
6429255	Soubrebost	soubrebost	Sobrebosc,Sobrebòsc,Soubrebost,Subrebost,su bu lei bo si,Субребост,苏布雷博斯		FR	75	23	232	23173	137	Europe/Paris
6429256	Soumans	soumans	Solmans,Suman,su mang,Суман,苏芒		FR	75	23	231	23174	611	Europe/Paris
6429257	Sous-Parsat	sous-parsat	Sos Parcac,Sos Parçac,Sosparcac,Sosparçac,Su-Parsa,su pa er sa,Су-Парса,苏帕尔萨		FR	75	23	232	23175	114	Europe/Paris
6429258	Saint-Agnant-de-Versillat	saint-agnant-de-versillat	Sent Anhan,Sent Anhan de la Sostrana,Sent-An'jan-de-Versija,Sent-An'jan-de-Versijja,sheng a ni ang de wei er xi la,Сент-Аньян-де-Версийя,Сент-Аньян-де-Версия,Сент-Аньян-де-Версія,سینٹ-اگنانٹ-دے-ورسلت,圣阿尼昂德韦尔西拉		FR	75	23	232	23177	1099	Europe/Paris
6429259	Saint-Agnant-près-Crocq	saint-agnant-pres-crocq	Saint-Agnant-pres-Crocq,Saint-Agnant-près-Crocq,Sent Anhan de Croc,Sent Anhan de Cròc,Sent-An'jan-pre-Krok,sheng a ni ang pu lei ke luo,Сент-Аньян-пре-Крок,سینٹ-اگنانٹ-پریس-کروکق,圣阿尼昂普雷克罗		FR	75	23	231	23178	190	Europe/Paris
6429260	Saint-Alpinien	saint-alpinien	Saint-Alpinien		FR	75	23	231	23179	274	Europe/Paris
6429261	Saint-Amand-Jartoudeix	saint-amand-jartoudeix	Saint-Amand-Jartoudeix,Sent Amand Jartodes,Sent Amand Jartodés,Sent Amand de Borgonnuou,Sent Amand de Borgonnuòu,Sent-Aman-Zhartude,sheng a mang ya er tu dai,Сент-Аман-Жартуде,سینٹ-امنڈ-ظڑتودےش,圣阿芒雅尔图代		FR	75	23	232	23181	171	Europe/Paris
6429262	Saint-Avit-de-Tardes	saint-avit-de-tardes	Saint-Avit-de-Tardes,Sent Avit de Tarda,Sent Avit de Tardas,Sent-Avi-de-Tard,sheng a wei de ta er dai,Сент-Ави-де-Тард,Сент-Аві-де-Тард,سینٹ-اوٹ-دے-تردیس,圣阿维德塔尔代		FR	75	23	231	23182	174	Europe/Paris
6429263	Saint-Avit-le-Pauvre	saint-avit-le-pauvre	Saint-Avit-le-Pauvre,Sent Avit le Paubre,Sent Avit lo Paubre,Sent-Avi-le-Povr,sheng a wei lai bo fu er,Сент-Ави-ле-Повр,Сент-Аві-ле-Повр,سینٹ-اوٹ-لے-پورے,圣阿维莱波夫尔		FR	75	23	232	23183	78	Europe/Paris
6429264	Saint-Bard	saint-bard	Saint-Bard,Sen-Bar,Sent Bard,sheng ba er,Сен-Бар,سینٹ-برد,圣巴尔		FR	75	23	231	23184	106	Europe/Paris
6429265	Saint-Chabrais	saint-chabrais	Saint-Chabrais,Sen-Shabre,Sent Chabres,Sent Chabrés,sheng sha bu lai,Сен-Шабре,سینٹ-چبرائس,圣沙布赖		FR	75	23	231	23185	297	Europe/Paris
6429266	Saint-Dizier-la-Tour	saint-dizier-la-tour	Saint-Dizier-la-Tour		FR	75	23	231	23187	214	Europe/Paris
6429267	Saint-Dizier-les-Domaines	saint-dizier-les-domaines	Saint-Dizier-les-Domaines,Sen-Diz'e-le-Domen,Sent Desier,Sent Desier de Chasteluc,Sent Desier de Chasteluç,Sent Desíer,sheng di ji ye lai duo mai nei,Сен-Дизье-ле-Домен,Сен-Дізьє-ле-Домен,سینٹ-دزئر-لیس-دومائنس,圣迪济耶莱多迈内		FR	75	23	232	23188	190	Europe/Paris
6429331	Chancelade	chancelade	Chancelade		FR	75	24	243	24102	4268	Europe/Paris
6429332	Chantérac	chanterac	Chanterac,Chantérac		FR	75	24	243	24104	620	Europe/Paris
6429333	Chapdeuil	chapdeuil	Chapdeuil		FR	75	24	243	24105	132	Europe/Paris
6429268	Saint-Dizier-Masbaraud	saint-dizier-masbaraud	Saint-Dizier-Masbaraud,Sen-Diz'e-Lejrenn,Sen-Diz'e-Leren,Sent Desier de las Reinas,Sent Desier las Reinas,Sent Desíer las Reinas,sheng di ji ye lai lang,Сен-Дизье-Лейренн,Сен-Дизье-Лерен,Сен-Дізьє-Лейренн,سینٹ-دزئر-لےرنے,圣迪济耶莱朗		FR	75	23	232	23189	1122	Europe/Paris
6429269	Saint-Domet	saint-domet	Saint-Domet,Sen-Dome,Sent Domet,Sent Domèt,sheng duo mei,Сен-Доме,سینٹ-ڈومیٹ,圣多梅		FR	75	23	231	23190	177	Europe/Paris
6429270	Saint-Éloi	saint-eloi	Saint-Eloi,Saint-Éloi,Sent Alec,Sent Aleg,Sent-Ehlua,Sent-Elua,sheng ai lu wa,Сент-Елуа,Сент-Элуа,سینٹ-علوی، کراسے,圣埃卢瓦		FR	75	23	232	23191	224	Europe/Paris
6429271	Fursac	fursac	Fursac		FR	75	23	232	23192	1524	Europe/Paris
6429272	Sainte-Feyre-la-Montagne	sainte-feyre-la-montagne	Sainte-Feyre-la-Montagne,Sent Afeiran la Montanha,Sent-Fer-la-Montan',Senta Feira de Marnhac,sheng fei lei-la meng ta ni,Сент-Фер-ла-Монтань,سین-فیری-لا-مونٹاگنے,圣费雷-拉蒙塔尼		FR	75	23	231	23194	133	Europe/Paris
6429273	Saint-Fiel	saint-fiel	Saint-Fiel,Sen-F'el',Sen-Fel',Sent Fiel,sheng fei ye,Сен-Фьель,Сен-Фєль,سینٹ-فیل,圣菲耶		FR	75	23	232	23195	1037	Europe/Paris
6429274	Saint-Frion	saint-frion	Sen-Frion,Sent Frion,sheng fu li weng,Сен-Фрион,Сен-Фріон,سینٹ-فروں,圣夫里翁		FR	75	23	231	23196	257	Europe/Paris
6429275	Saint-Georges-la-Pouge	saint-georges-la-pouge	Sen-Zhorzh-la-Puzh,Sent Jorge de la Poja,Sent Jorgi de la Poja,Sent Jòrge de la Poja,Sent Jòrgi de la Poja,sheng ruo er re la pu ge,Сен-Жорж-ла-Пуж,سینٹ-گیورگس-لا-پوگے,圣若尔热拉普格		FR	75	23	232	23197	371	Europe/Paris
6429276	Saint-Georges-Nigremont	saint-georges-nigremont	Saint-Georges-Nigremont,Sen-Zhorzh-Nigremon,Sent Jorge de Negremont,Sent Jorgi e Negre Mont,Sent Jòrge de Negremont,Sent Jòrgi e Negre Mont,sheng ruo er re ni ge lei meng,Сен-Жорж-Нигремон,Сен-Жорж-Нігремон,سینٹ-گیورگس-نگریمونٹ,圣若尔热尼格雷蒙		FR	75	23	231	23198	121	Europe/Paris
6429277	Saint-Germain-Beaupré	saint-germain-beaupre	Sen-Zhermen-Bopre,Sent German,sheng ri er man bo pu lei,Сен-Жермен-Бопре,سینٹ-گرمین-بوپرے,圣日尔曼博普雷		FR	75	23	232	23199	440	Europe/Paris
6429278	Saint-Goussaud	saint-goussaud			FR	75	23	232	23200	162	Europe/Paris
6429279	Saint-Hilaire-la-Plaine	saint-hilaire-la-plaine	Saint-Hilaire-la-Plaine,Sen-Iler-la-Plen,Sent Alari de la Chassanha,Sent Alari la Plana,Sent-Iler-la-Plen,sheng yi lai er la pu lan,Сен-Ілер-ла-Плен,Сен-Илер-ла-Плен,Сент-Илер-ла-Плен,سینٹ-ہلیری-لا-پلانے,圣伊莱尔拉普兰		FR	75	23	232	23201	210	Europe/Paris
6429280	Saint-Hilaire-le-Château	saint-hilaire-le-chateau	Saint-Hilaire-le-Chateau,Saint-Hilaire-le-Château,Sen-Iler-le-Shato,Sent Alari de la Poja,Sent Alari lo Chasteu,Sent-Iler-le-Shato,sheng yi lai er lai sha tuo,Сен-Ілер-ле-Шато,Сен-Илер-ле-Шато,Сент-Илер-ле-Шато,سینٹ-ہلیری-لے-چتو,圣伊莱尔莱沙托		FR	75	23	232	23202	234	Europe/Paris
6429281	Saint-Julien-le-Châtel	saint-julien-le-chatel	Saint-Julien-le-Chatel,Saint-Julien-le-Châtel,Sen-Zhjul'en-le-Shatel',Sen-Zhul'en-le-Shatel',Sent Julian e lo Bruelh,Sent Julian lo Chastel,sheng rui li an lai sha tai,Сен-Жульен-ле-Шатель,Сен-Жульєн-ле-Шатель,Сен-Жюльен-ле-Шатель,سینٹ-جلیں -لے-چٹیل,圣瑞利安莱沙泰		FR	75	23	231	23204	145	Europe/Paris
6429283	Saint-Léger-Bridereix	saint-leger-bridereix	Saint-Leger-Bridereix,Saint-Léger-Bridereix,Sen-Lezhe-Bridere,Sent Leger,Sent Leger de Colondanas,Sent Legèr,Sent Legèr de Colondanas,sheng lai re bu li de lei,Сен-Леже-Бридере,سینٹ-لگر-ڑدےڑےش,圣莱热布里德雷		FR	75	23	232	23207	200	Europe/Paris
6429284	Saint-Léger-le-Guérétois	saint-leger-le-gueretois	Sen-Lezhe-le-Geretua,Sent Leger,Sent Leger de Garait,Sent Legèr,Sent Legèr de Garait,sheng lai re lai gai lei tu wa,Сен-Леже-ле-Геретуа,سینٹ-لگر-لے-گیرتوس,圣莱热莱盖雷图瓦		FR	75	23	232	23208	436	Europe/Paris
6429285	Saint-Loup	saint-loup	Saint-Loup,Sen-Lu,Sent Lop,sheng lu,Сен-Лу,سینٹ-لوپ، کراسے,圣卢		FR	75	23	231	23209	182	Europe/Paris
6429286	Saint-Maixant	saint-maixant	Saint-Maixant,Sen-Meksan,Sent Maissenc,Sent Maissenç,sheng mai ke sang,Сен-Мексан,سینٹ-شنت، کراسے,圣迈克桑		FR	75	23	231	23210	239	Europe/Paris
6429287	Saint-Marc-à-Frongier	saint-marc-a-frongier	Saint-Marc-a-Frongier,Saint-Marc-à-Frongier,Sen-Mark-a-Fronzh'e,Sen-Mark-a-Fronzhe,Sent Marc a Frongier,Sent Marc dau Bucon,Sent Marc dau Buçon,sheng ma er ke a fu long bi ye,Сен-Марк-а-Фронжье,Сен-Марк-а-Фронжє,سینٹ-مارک-ا-فرونگئر,圣马尔克阿弗龙比耶		FR	75	23	231	23211	421	Europe/Paris
6429288	Saint-Marc-à-Loubaud	saint-marc-a-loubaud	Saint-Marc-a-Loubaud,Saint-Marc-à-Loubaud,Sen-Mark-a-Lubo,Sent Marc a Lobaud,Sent Marc e la Vau,sheng ma er ke a lu bo,Сен-Марк-а-Лубо,سینٹ-مارک-ا-لوباود,圣马尔克阿卢博		FR	75	23	231	23212	137	Europe/Paris
6429290	Saint-Martial-le-Mont	saint-martial-le-mont	Saint-Martial-le-Mont,Sen-Mars'jal'-le-Mon,Sen-Marsjal'-le-Mon,Sent Marcau de la Vavetz,Sent Marcau lo Mont,Sent Marçau de la Vavetz,Sent Marçau lo Mont,sheng ma er di a lai meng,Сен-Марсьяль-ле-Мон,Сен-Марсяль-ле-Мон,سینٹ-مارشل-لے-مونٹ,圣马尔蒂阿莱蒙		FR	75	23	232	23214	256	Europe/Paris
6429292	Saint-Martin-Château	saint-martin-chateau	Saint-Martin-Chateau,Saint-Martin-Château		FR	75	23	232	23216	145	Europe/Paris
6429293	Saint-Martin-Sainte-Catherine	saint-martin-sainte-catherine	Saint-Martin-Sainte-Catherine,Saint-Martin-Ste-Catherine,Sen-Marten-Sent-Katrin,Sent Martin Senta Catarina,Sent Martin e Senta Catarina,sheng ma dan sheng ka te lan,Сен-Мартен-Сент-Катрин,سینٹ-مارٹن-سین-کیتھرین,圣马丹圣卡特兰		FR	75	23	232	23217	341	Europe/Paris
6429294	Saint-Maurice-près-Crocq	saint-maurice-pres-crocq	Saint-Maurice-pres-Crocq,Saint-Maurice-près-Crocq,Sen-Moris-pre-Krok,Sent Maurici de Croc,Sent Maurici de Cròc,sheng mo li ke pu lei ke luo,Сен-Морис-пре-Крок,سینٹ-موریس-پریس-کروکق,圣莫里克普雷克罗		FR	75	23	231	23218	100	Europe/Paris
6429295	Saint-Maurice-la-Souterraine	saint-maurice-la-souterraine	Saint-Maurice-la-Souterraine,Sen-Moris-la-Suterren,Sent Maurici,Sent Maurici de la Sostrana,sheng mo li ke la su tai er lan,Сен-Морис-ла-Сутеррен,سینٹ-موریس-لا-سوٹررہینے,圣莫里克拉苏泰尔兰		FR	75	23	232	23219	1227	Europe/Paris
6429334	Chassaignes	chassaignes	Chassanha,La Chassanha,Shasen,Shassen',sha sai gai,Шасењ,Шассень,沙赛盖		FR	75	24	243	24114	68	Europe/Paris
6429296	Saint-Merd-la-Breuille	saint-merd-la-breuille	Sen-Mer-la-Brej,Sen-Mer-la-Brjoj,Sent Merd,Sent Merd la Bruelha,Sent Mèrd,Sent Mèrd la Bruelha,sheng mei er la bu lei yi er,Сен-Мер-ла-Брей,Сен-Мер-ла-Брёй,سینٹ-مرد-لا-برییلے,圣梅尔拉布勒伊尔		FR	75	23	231	23221	189	Europe/Paris
6429297	Saint-Michel-de-Veisse	saint-michel-de-veisse	Saint-Michel-de-Veisse,Sen-Mishel'-de-Ves,Sen-Mishel'-de-Vess,Sent Michiu de Vaissa,sheng mi she de wei si,Сен-Мишель-де-Вес,Сен-Мишель-де-Весс,Сен-Мішель-де-Весс,سینٹ-مشیل-دے-ویسسے,圣米舍德韦斯		FR	75	23	232	23222	163	Europe/Paris
6429299	Saint-Oradoux-de-Chirouze	saint-oradoux-de-chirouze	Saint-Oradoux-de-Chirouze,Sent Orador de Chirosa,Sent-Oradu-de-Shiruz,sheng ao la du de xi lu ci,Сент-Ораду-де-Шируз,سینٹ-اورادو-دے-چرووزے,圣奥拉杜德希鲁兹		FR	75	23	231	23224	66	Europe/Paris
6429300	Saint-Oradoux-près-Crocq	saint-oradoux-pres-crocq	Saint-Oradoux-pres-Crocq,Saint-Oradoux-près-Crocq,Sent Orador de Croc,Sent Orador de Cròc,Sent-Oradu-pre-Krok,sheng ao la du pu lei ke luo,Сент-Ораду-пре-Крок,سینٹ-اورادو-پریس-کروکق,圣奥拉杜普雷克罗		FR	75	23	231	23225	99	Europe/Paris
6429301	Saint-Pardoux-d'Arnet	saint-pardoux-d-arnet			FR	75	23	231	23226	170	Europe/Paris
6429302	Saint-Pardoux-les-Cards	saint-pardoux-les-cards	Sen-Pardu-le-Kar,Sent Pardos de la Vavetz,Sent Pardos los Cars,Sent Pardós de la Vavetz,Sent Pardós los Cars,sheng pa er du lai ka er de,Сен-Парду-ле-Кар,سینٹ-پاردو-لیس-کارڈز,圣帕尔杜莱卡尔德		FR	75	23	231	23229	290	Europe/Paris
6429303	Saint-Pierre-Chérignat	saint-pierre-cherignat	Sen-P'er-Sherin'ja,Sen-P'err-Sherin'ja,Sen-Perr-Sherin'ja,Sent Peir Charnhac,Sent Peir de Charnhac,sheng pi ye er xie li ni ya,syn-pyry-chyrygnt,Сен-Пьер-Шеринья,Сен-Пьерр-Шеринья,Сен-Пєрр-Шеринья,سین-پیری-چیریگنت,圣皮耶尔谢里尼亚		FR	75	23	232	23230	170	Europe/Paris
6429305	Saint-Pierre-Bellevue	saint-pierre-bellevue	Saint-Pierre-Bellevue,Sen-P'er-Bel'vju,Sen-P'err-Bel'vju,Sen-Perr-Bel'vju,Sent Peir,Sent Peir de Vidalhac,sheng pi ye er bei lei wei ai,Сен-Пьер-Бельвю,Сен-Пьерр-Бельвю,Сен-Пєрр-Бельвю,سین-پیری-بلووے,圣皮耶尔贝勒维埃		FR	75	23	232	23232	214	Europe/Paris
6429307	Saint-Priest-la-Feuille	saint-priest-la-feuille	Saint-Priest-la-Feuille,Sant Prit la Fuelha,Sant Prit la Fuèlha,Sen-Priest-la-Fej,Sen-Priest-la-Fjoj,Sent Prist de la Sostrana,sheng pu li ye si la fu yi er,Сен-Приест-ла-Фей,Сен-Приест-ла-Фёй,Сен-Прієст-ла-Фей,سین-پریسٹ-لا-پھلے,圣普里耶斯拉弗伊尔		FR	75	23	232	23235	770	Europe/Paris
6429308	Saint-Priest-la-Plaine	saint-priest-la-plaine	Saint-Priest-la-Plaine,Sant Prit la Plana,Sen-Priest-la-Plen,Sent Prist de Salanhac,sheng pu li ye si la pu lan,Сен-Приест-ла-Плен,Сен-Прієст-ла-Плен,سین-پریسٹ-لا-پلانے,圣普里耶斯拉普兰		FR	75	23	232	23236	261	Europe/Paris
6429309	Saint-Priest-Palus	saint-priest-palus	Saint-Priest-Palus,Sen-Priest-Palju,Sent Priech Paluc,Sent Priech Paluç,Sent Prist de Sauviac,sheng pu li ye si pa lu,Сен-Приест-Палю,Сен-Прієст-Палю,سین-پریسٹ-پلس,圣普里耶斯帕吕		FR	75	23	232	23237	55	Europe/Paris
6429310	Saint-Quentin-la-Chabanne	saint-quentin-la-chabanne	Sen-Kanten-la-Shaban,Sen-Kanten-la-Shabann,Sent Quentin,sheng qu ang tan la sha bang,Сен-Кантен-ла-Шабан,Сен-Кантен-ла-Шабанн,سین-قینٹین-لا-چبن,圣屈昂坦拉沙邦		FR	75	23	231	23238	403	Europe/Paris
6429312	Saint-Silvain-Bas-le-Roc	saint-silvain-bas-le-roc	Saint-Silvain-Bas-le-Roc,Sen-Sil'ven-Ba-le-Rok,Sent Sauve de Bocac,Sent Sauve de Boçac,Sent Silvan,sheng xi er wan ba si-er luo ke,Сен-Сильвен-Ба-ле-Рок,Сен-Сільвен-Ба-ле-Рок,圣西尔万巴斯-尔罗克		FR	75	23	231	23240	409	Europe/Paris
6429313	Saint-Silvain-Montaigut	saint-silvain-montaigut	Saint-Silvain-Montaigut,Sant Sauve Mont Agut,Sen-Sil'ven-Montegju,Sent Sauve de Montagut,sheng xi er wan meng tai ju,Сен-Сильвен-Монтегю,Сен-Сільвен-Монтегю,圣西尔万蒙泰居		FR	75	23	232	23242	207	Europe/Paris
6429314	Saint-Silvain-sous-Toulx	saint-silvain-sous-toulx	Saint-Silvain-sous-Toulx,Sant Sauve de Tol,Sen-Sil'ven-su-Tu,Sen-Sil'ven-su-Tul',Sent Sauve de Tol,sheng xi er wan su tu er,Сен-Сильвен-су-Ту,Сен-Сильвен-су-Туль,Сен-Сільвен-су-Ту,圣西尔万苏图尔		FR	75	23	231	23243	163	Europe/Paris
6429315	Saint-Sulpice-le-Dunois	saint-sulpice-le-dunois	Sen-Sjul'pis-le-Djunua,Sent Saupise de Dun,Sent Sepise,sheng xu er pi ke lai dan wa,Сен-Сюльпис-ле-Дюнуа,Сен-Сюльпіс-ле-Дюнуа,圣叙尔皮克莱丹瓦		FR	75	23	232	23244	612	Europe/Paris
6429316	Saint-Sulpice-le-Guérétois	saint-sulpice-le-gueretois	Sen-Sjul'pis-le-Geretua,Sent Saupise de Garait,Sent Sepise,sheng xu er pi ke lai gai lei tu wa,Сен-Сюльпис-ле-Геретуа,Сен-Сюльпіс-ле-Геретуа,圣叙尔皮克莱盖雷图瓦		FR	75	23	232	23245	1969	Europe/Paris
6429317	Saint-Sulpice-les-Champs	saint-sulpice-les-champs	Saint-Sulpice-les-Champs		FR	75	23	231	23246	357	Europe/Paris
6429318	Saint-Vaury	saint-vaury	Saint-Vaury,Sen-Vori,Sent Vauric,sheng wo li,Сен-Вори,Сен-Ворі,圣沃里		FR	75	23	232	23247	1764	Europe/Paris
6429319	Saint-Yrieix-la-Montagne	saint-yrieix-la-montagne	Sent Eirieg de Valiera,Sent Eirieg de Valièra,Sent Iries la Montanha,Sent-Ir'e-la-Montan',Sent-Ire-la-Montan',sheng yi li ye yi la meng ta ni,Сент-Ірє-ла-Монтань,Сент-Ирье-ла-Монтань,圣伊里耶伊拉蒙塔尼		FR	75	23	231	23249	225	Europe/Paris
6429320	Saint-Yrieix-les-Bois	saint-yrieix-les-bois	Saint-Yrieix-les-Bois,Sent Eirieg de Peirabon,Sent Iries lo Bosc,Sent Iriès lo Bòsc,Sent-Ir'e-le-Bua,Sent-Ire-le-Bua,sen lin sheng yi li ye yi,Сент-Ірє-ле-Буа,Сент-Ирье-ле-Буа,森林圣伊里耶伊		FR	75	23	232	23250	286	Europe/Paris
6429322	Thauron	thauron	Tauron,Toron,tuo long,Торон,托龙		FR	75	23	232	23253	176	Europe/Paris
6429323	Toulx-Sainte-Croix	toulx-sainte-croix	Toulx-Sainte-Croix		FR	75	23	231	23254	265	Europe/Paris
6429325	Vareilles	vareilles	Vareilles,Varej,Varelhas e Boches,Varelhas e Bochés,Varelhes,wa lei lai,wryls  krws,Варей,وریلس، کروس,瓦雷莱		FR	75	23	232	23258	311	Europe/Paris
6429326	Verneiges	verneiges	Verneiges		FR	75	23	231	23259	111	Europe/Paris
6429327	Vidaillat	vidaillat	Vidaillat,Vidaja,Vidajja,Vidalhac,wei dai la,Видайя,Видая,Відая,维代拉		FR	75	23	232	23260	156	Europe/Paris
6429329	Vigeville	vigeville			FR	75	23	231	23262	167	Europe/Paris
6429330	Champs-Romain	champs-romain	Champs-Romain		FR	75	24	242	24101	294	Europe/Paris
6429335	Château-l'Évêque	chateau-l-eveque	Chateau-l'Eveque,Château-l'Évêque		FR	75	24	243	24115	2149	Europe/Paris
6429336	Châtres	chatres	Chastras,Chatres,Châtres,En Chastre,Shatr,sha te lei,Шатр,沙特雷		FR	75	24	244	24116	192	Europe/Paris
6429337	Les Coteaux Périgourdins	les-coteaux-perigourdins	Chavanhac,Les Coteaux Perigourdins,Les Coteaux Périgourdins,Shavan'jak,Shavanak,sha wa ni ya ke,Шаваньяк,Шавањак,沙瓦尼亚克		FR	75	24	244	24117	587	Europe/Paris
6429339	Cherval	cherval	Cherval		FR	75	24	243	24119	273	Europe/Paris
6429340	Cherveix-Cubas	cherveix-cubas	Cherveix-Cubas		FR	75	24	242	24120	574	Europe/Paris
6429341	Cladech	cladech	Cladech		FR	75	24	244	24122	103	Europe/Paris
6429342	Clermont-de-Beauregard	clermont-de-beauregard	Clarmont de Beuregard,Clermont-de-Beauregard,Klermon de Boregar,Klermon-de-Boregar,ke lai meng de bo lei jia er,Клермон де Борегар,Клермон-де-Борегар,克莱蒙德博雷加尔		FR	75	24	243	24123	98	Europe/Paris
6429343	Clermont-d'Excideuil	clermont-d-excideuil	Clermont-d'Excideuil		FR	75	24	242	24124	236	Europe/Paris
6429344	Colombier	colombier	Colombier,Colombièr,Kolomb'e,Kolombe,Kolombje,ke long bi ye,Коломбье,Коломбє,Коломбје,科隆比耶		FR	75	24	241	24126	251	Europe/Paris
6429345	Condat-sur-Trincou	condat-sur-trincou			FR	75	24	242	24129	474	Europe/Paris
6429346	Condat-sur-Vézère	condat-sur-vezere	Condat-sur-Vezere,Condat-sur-Vézère		FR	75	24	244	24130	893	Europe/Paris
6429347	Conne-de-Labarde	conne-de-labarde	Comna,Comna de La Barda,Conne-de-Labarde,Còmna,Còmna de La Barda,Kon de Labar,Konn-de-Labard,kong de la ba er de,Кон де Лабар,Конн-де-Лабард,孔德拉巴尔德		FR	75	24	241	24132	244	Europe/Paris
6429348	Corgnac-sur-l'Isle	corgnac-sur-l-isle	Corgnac-sur-l'Isle		FR	75	24	242	24134	836	Europe/Paris
6429349	Cornille	cornille	Cornilha,Cornille,Kornij,ke er ni er,Корний,Корниј,Корній,科尔尼尔		FR	75	24	243	24135	678	Europe/Paris
6429350	Coubjours	coubjours	Coubjours		FR	75	24	244	24136	130	Europe/Paris
6429351	Coulaures	coulaures	Coulaures		FR	75	24	242	24137	744	Europe/Paris
6429352	Coulounieix-Chamiers	coulounieix-chamiers	Coulounieix-Chamiers		FR	75	24	243	24138	7948	Europe/Paris
6429353	Coursac	coursac	Coursac		FR	75	24	243	24139	2132	Europe/Paris
6429354	Cours-de-Pile	cours-de-pile	Cours-de-Pile		FR	75	24	241	24140	1600	Europe/Paris
6429355	Coux et Bigaroque-Mouzens	coux-et-bigaroque-mouzens	Coux et Bigaroque-Mouzens		FR	75	24	244	24142	1220	Europe/Paris
6429356	Couze-et-Saint-Front	couze-et-saint-front	Couze-et-Saint-Front		FR	75	24	241	24143	721	Europe/Paris
6429357	Creyssac	creyssac	Creyssac		FR	75	24	243	24144	100	Europe/Paris
6429358	Creysse	creysse	Creissa,Kres,Kress,ke lei si,Крес,Кресс,克雷斯		FR	75	24	241	24145	1744	Europe/Paris
6429359	Creyssensac-et-Pissot	creyssensac-et-pissot	Creyssensac-et-Pissot		FR	75	24	243	24146	259	Europe/Paris
6429360	Cubjac-Auvézère-Val d'Ans	cubjac-auvezere-val-d-ans			FR	75	24	242	24147	1080	Europe/Paris
6429361	Cunèges	cuneges	Cuneges,Cuneja,Cunèges,Cunèja,Kinezh,Kjunezh,qu nei re,Кинеж,Кюнеж,屈内热		FR	75	24	241	24148	295	Europe/Paris
6429362	Daglan	daglan	Daglan,da ge lang,Даглан,达格朗		FR	75	24	244	24150	549	Europe/Paris
6429363	Doissat	doissat	Doissat		FR	75	24	244	24151	107	Europe/Paris
6429364	Douchapt	douchapt	Dochac,Dusha,Dushap,du sha pu,Душа,Душап,杜沙普		FR	75	24	243	24154	362	Europe/Paris
6429365	Douville	douville	Douville		FR	75	24	243	24155	453	Europe/Paris
6429366	Douzillac	douzillac	Douzillac		FR	75	24	243	24157	807	Europe/Paris
6429367	Dussac	dussac	Dussac		FR	75	24	242	24158	404	Europe/Paris
6429368	Échourgnac	echourgnac	Echourgnac,Échourgnac		FR	75	24	243	24159	398	Europe/Paris
6429369	Église-Neuve-de-Vergt	eglise-neuve-de-vergt			FR	75	24	243	24160	546	Europe/Paris
6429370	Église-Neuve-d'Issac	eglise-neuve-d-issac	Eglise-Neuve-d'Issac,Église-Neuve-d'Issac		FR	75	24	243	24161	140	Europe/Paris
6429371	Escoire	escoire	Escoire		FR	75	24	243	24162	421	Europe/Paris
6429372	Étouars	etouars	Etouars,Étouars		FR	75	24	242	24163	154	Europe/Paris
6429373	Excideuil	excideuil	Excideuil		FR	75	24	242	24164	1181	Europe/Paris
6429374	Eygurande-et-Gardedeuil	eygurande-et-gardedeuil	Aiguranda e Gardaduelh,Egirand et Gardedej,Egjurand-e-Garddej,Ehgjurand-eh-Gardedjoj,Eiguranda e Gardadelh,ai ju lang de he jia er dai de yi,Егиранд ет Гардедеј,Егюранд-е-Гарддей,Эгюранд-э-Гардедёй,埃居朗德和加尔代德伊		FR	75	24	243	24165	398	Europe/Paris
6429376	Eymet	eymet	Eymet		FR	75	24	241	24167	2646	Europe/Paris
6429379	Eyzerac	eyzerac	Eyzerac		FR	75	24	242	24171	563	Europe/Paris
6429380	Fanlac	fanlac	Fanlac		FR	75	24	244	24174	135	Europe/Paris
6429381	Faurilles	faurilles	Faurilhas,Faurilles,Forij,fu li lai,Форий,Форій,福里莱		FR	75	24	241	24176	35	Europe/Paris
6429383	Firbeix	firbeix	Firbeix		FR	75	24	242	24180	306	Europe/Paris
6429385	Fleurac	fleurac	Flerak,Fleurac,Fluerac,Flurac,fu lei la ke,Флерак,弗勒拉克		FR	75	24	244	24183	246	Europe/Paris
6429386	Fonroque	fonroque	Fonrok,Font Roca,Font Ròca,Font-roca,Font-ròca,feng luo ke,Фонрок,丰罗克		FR	75	24	241	24186	324	Europe/Paris
6429387	Fossemagne	fossemagne			FR	75	24	244	24188	540	Europe/Paris
6429388	Fougueyrolles	fougueyrolles	Faugairolas,Faugairòlas,Fougueyrolles,Fugerol,Fugerol',fu gai luo lai,Фугерол,Фугероль,富盖罗莱		FR	75	24	241	24189	495	Europe/Paris
6429389	Fouleix	fouleix	Foles,Folés,Fouleix,Fuleks,fu lai,Фулекс,富莱		FR	75	24	243	24190	241	Europe/Paris
6429390	Fraisse	fraisse			FR	75	24	241	24191	171	Europe/Paris
6429391	Gabillou	gabillou	Gabillou		FR	75	24	244	24192	96	Europe/Paris
6429392	Gageac-et-Rouillac	gageac-et-rouillac	Gageac-et-Rouillac,Gajac e Rolhas,Gajac e Rolhàs,Gazhak-e-Rujak,jia ya ke he lu yi la ke,Гажак-е-Руяк,加雅克和鲁伊拉克		FR	75	24	241	24193	448	Europe/Paris
6429393	Gardonne	gardonne	Gardonne		FR	75	24	241	24194	1577	Europe/Paris
6429394	Gaugeac	gaugeac	Gaugeac,Gaujac,Gozhak,ge ya ke,Гожак,戈雅克		FR	75	24	241	24195	115	Europe/Paris
6429395	Ginestet	ginestet	Ginestet,Zhineste,ji nei si tai,Жинесте,吉内斯泰		FR	75	24	241	24197	725	Europe/Paris
6429396	Granges-d'Ans	granges-d-ans			FR	75	24	244	24202	155	Europe/Paris
6429398	Grives	grives	Griv,Grivas,Grives,ge li wei,Грив,格里韦		FR	75	24	244	24206	131	Europe/Paris
6429399	Groléjac	grolejac	Graulejac,Grolejac,Grolezhak,Groléjac,ge luo lai ya ke,Гролежак,格罗莱雅克		FR	75	24	244	24207	649	Europe/Paris
6429400	Hautefaye	hautefaye	Autafaia,Hautefaye,Otfaj,Otfe,Otfej,ao tai fei ai,Отфай,Отфе,Отфеј,奥泰费埃		FR	75	24	242	24209	133	Europe/Paris
6429401	Hautefort	hautefort	Hautefort		FR	75	24	244	24210	946	Europe/Paris
6429402	Issac	issac	Eissac,Issac,Issak,Іссак,Иссак		FR	75	24	243	24211	437	Europe/Paris
6429403	Issigeac	issigeac	Issigeac		FR	75	24	241	24212	766	Europe/Paris
6429404	Javerlhac-et-la-Chapelle-Saint-Robert	javerlhac-et-la-chapelle-saint-robert	Javerlhac-et-la-Chapelle-Saint-Robert		FR	75	24	242	24214	852	Europe/Paris
6429405	Jayac	jayac	Jaiac,Zhajak,re a ke,Жаяк,热阿克		FR	75	24	244	24215	178	Europe/Paris
6429406	Journiac	journiac			FR	75	24	244	24217	430	Europe/Paris
6429407	Jumilhac-le-Grand	jumilhac-le-grand			FR	75	24	242	24218	1244	Europe/Paris
6429409	Lacropte	lacropte	Lacropte		FR	75	24	243	24220	657	Europe/Paris
6429410	Lamonzie-Montastruc	lamonzie-montastruc	Lamonzie-Montastruc		FR	75	24	241	24224	717	Europe/Paris
6429411	Lamonzie-Saint-Martin	lamonzie-saint-martin	Lamonzie-Saint-Martin		FR	75	24	241	24225	2515	Europe/Paris
6429413	Larzac	larzac	Larzac,Larzak,la er zha ke,Ларзак,لارزاک، ڈورڈوگنی,拉尔扎克		FR	75	24	244	24230	139	Europe/Paris
6429415	Lembras	lembras	Lambra,Lambras,Lembrac,lang bu la,Ламбра,Ламбрас,朗布拉		FR	75	24	241	24237	1145	Europe/Paris
6429416	Lempzours	lempzours			FR	75	24	242	24238	133	Europe/Paris
6429417	Limeyrat	limeyrat	Limeyrat		FR	75	24	244	24241	447	Europe/Paris
6429418	Lisle	lisle	LEsla,Lil',Lisle,li si er,Лиль,Ліль,利斯尔		FR	75	24	243	24243	881	Europe/Paris
6429419	Lolme	lolme	Lolme		FR	75	24	241	24244	199	Europe/Paris
6429421	Lunas	lunas	Lunas		FR	75	24	241	24246	368	Europe/Paris
6429422	Lusignac	lusignac	Lusignac		FR	75	24	243	24247	184	Europe/Paris
6429423	Lussas-et-Nontronneau	lussas-et-nontronneau			FR	75	24	242	24248	308	Europe/Paris
6429425	Manzac-sur-Vern	manzac-sur-vern	Manzac-sur-Vern		FR	75	24	243	24251	597	Europe/Paris
6429426	Marcillac-Saint-Quentin	marcillac-saint-quentin	Marcillac-Saint-Quentin		FR	75	24	244	24252	781	Europe/Paris
6429427	Marnac	marnac	Marnac,Marnak,ma er na ke,Марнак,马尔纳克		FR	75	24	244	24254	189	Europe/Paris
6429428	Marquay	marquay	Marcais,Marke,Marquay,ma er qu ai,Марке,马尔屈艾		FR	75	24	244	24255	575	Europe/Paris
6429429	Marsalès	marsales	Marcales,Marsale,Marsales,Marsalès,Marsalés,Marçalés,ma er sa lai,Марсале,马尔萨莱		FR	75	24	241	24257	238	Europe/Paris
6429431	Mauzac-et-Grand-Castang	mauzac-et-grand-castang	Mauzac-et-Grand-Castang		FR	75	24	241	24260	875	Europe/Paris
6429432	Mauzens-et-Miremont	mauzens-et-miremont	Mauzens-et-Miremont		FR	75	24	244	24261	299	Europe/Paris
6429433	Mayac	mayac	Mayac		FR	75	24	242	24262	338	Europe/Paris
6429434	Mazeyrolles	mazeyrolles			FR	75	24	244	24263	316	Europe/Paris
6429435	Ménesplet	menesplet	Menesple,Menesplet,Menèsplet,mei nei si pu lai,Менеспле,梅内斯普莱		FR	75	24	243	24264	1814	Europe/Paris
6429436	Mensignac	mensignac	Mensignac		FR	75	24	243	24266	1537	Europe/Paris
6429437	Meyrals	meyrals	Mairal,Meral',mei la er,Мераль,梅拉尔		FR	75	24	244	24268	638	Europe/Paris
6429438	Mialet	mialet	M'jale,Mialet,Mjale,mi a lai,Мьяле,Мяле,米阿莱		FR	75	24	242	24269	619	Europe/Paris
6429440	Milhac-de-Nontron	milhac-de-nontron			FR	75	24	242	24271	516	Europe/Paris
6429441	Minzac	minzac	Minzac		FR	75	24	241	24272	457	Europe/Paris
6429442	Molières	molieres	Mol'er,Molieras,Molièras,mo li ai,Мольер,Мольєр,莫利埃		FR	75	24	241	24273	327	Europe/Paris
6429443	Monbazillac	monbazillac	Monbazillac		FR	75	24	241	24274	849	Europe/Paris
6429445	Monmadalès	monmadales	Monmadale,Mont Madales,Mont Madalés,Montmadales,Montmadalés,meng ma da lai,Монмадале,蒙马达莱		FR	75	24	241	24278	81	Europe/Paris
6429447	Monsac	monsac			FR	75	24	241	24281	194	Europe/Paris
6429448	Monsaguel	monsaguel	Monsagel',Monsaguel,Monsaguèl,meng sa gai,Монсагель,蒙萨盖		FR	75	24	241	24282	156	Europe/Paris
6429450	Montagnac-d'Auberoche	montagnac-d-auberoche	Montagnac-d'Auberoche		FR	75	24	244	24284	150	Europe/Paris
6429451	Montagnac-la-Crempse	montagnac-la-crempse	Montagnac-la-Crempse		FR	75	24	243	24285	387	Europe/Paris
6429452	Montagrier	montagrier	Montagrier		FR	75	24	243	24286	526	Europe/Paris
6429453	Montazeau	montazeau	Montaseus,Montazeau,Montazo,meng ta zuo,Монтазо,蒙塔佐		FR	75	24	241	24288	301	Europe/Paris
6429455	Montferrand-du-Périgord	montferrand-du-perigord	Montferrand-du-Perigord,Montferrand-du-Périgord		FR	75	24	241	24290	158	Europe/Paris
6429456	Montpeyroux	montpeyroux	Monperu,Mont Peiros,Mont Peirós,Montpeiros,Montpeirós,Montpeyroux,meng te pei lu,Монперу,蒙特佩鲁		FR	75	24	241	24292	441	Europe/Paris
6429457	Monplaisant	monplaisant	Monplaisant,Monplezan,Mont Plasent,Montplasent,meng pu lai sang,Монплезан,蒙普莱桑		FR	75	24	244	24293	291	Europe/Paris
6429458	Montpon-Ménestérol	montpon-menesterol			FR	75	24	243	24294	5469	Europe/Paris
6429459	Montrem	montrem	Montrem		FR	75	24	243	24295	1254	Europe/Paris
6429460	Mouleydier	mouleydier	Mouleydier		FR	75	24	241	24296	1136	Europe/Paris
6429461	Moulin-Neuf	moulin-neuf	Molin Nuou,Molin Nuòu,Molinnuou,Molinnuòu,Mulen-Nef,Mulen-Njof,mu lan na,Мулен-Неф,Мулен-Нёф,穆兰纳		FR	75	24	243	24297	916	Europe/Paris
6429463	Nailhac	nailhac	Nailhac		FR	75	24	244	24302	325	Europe/Paris
6429464	Nantheuil	nantheuil	Nantheuil		FR	75	24	242	24304	959	Europe/Paris
6429465	Nanthiat	nanthiat			FR	75	24	242	24305	240	Europe/Paris
6429466	Nastringues	nastringues	Nastreng,Nastrengas,Nastringues,na si te lan gai,Настренг,纳斯特兰盖		FR	75	24	241	24306	110	Europe/Paris
6429467	Naussannes	naussannes	Naussannes		FR	75	24	241	24307	245	Europe/Paris
6429468	Négrondes	negrondes	Negrondes,Négrondes		FR	75	24	242	24308	832	Europe/Paris
6429469	Neuvic	neuvic	Nevik,Nuou Vic,Nuouvic,Nuòu Vic,Nuòuvic,na wei ke,nuvu~ikku,Невик,Невік,ヌヴィック,纳维克		FR	75	24	243	24309	3564	Europe/Paris
6429470	Sanilhac	sanilhac			FR	75	24	243	24312	4515	Europe/Paris
6429471	Orliac	orliac	Orliac		FR	75	24	244	24313	61	Europe/Paris
6429472	Orliaguet	orliaguet	Orl'jage,Orlhaguet,Orliaguet,ao er li a gai,Орльяге,奥尔利阿盖		FR	75	24	244	24314	105	Europe/Paris
6429473	Parcoul-Chenaud	parcoul-chenaud	Parcol,Parkul',pa er ku,Паркуль,帕尔库		FR	75	24	243	24316	746	Europe/Paris
6429474	Paulin	paulin	Paulin,Paulinh,Polen,bo lan,Полен,波兰		FR	75	24	244	24317	258	Europe/Paris
6429475	Paunat	paunat	Paunat		FR	75	24	243	24318	306	Europe/Paris
6429476	Paussac-et-Saint-Vivien	paussac-et-saint-vivien			FR	75	24	243	24319	459	Europe/Paris
6429477	Pazayac	pazayac	Pasaiac,Pazajak,Pazayac,pa ze a ke,Пазаяк,帕泽阿克		FR	75	24	244	24321	869	Europe/Paris
6429478	Périgueux	perigueux	Perigueux,Périgueux		FR	75	24	243	24322	29912	Europe/Paris
6429479	Petit-Bersac	petit-bersac	Petit-Bersac		FR	75	24	243	24323	180	Europe/Paris
6429480	Peyrignac	peyrignac			FR	75	24	244	24324	586	Europe/Paris
6429481	Peyrillac-et-Millac	peyrillac-et-millac	Peyrillac-et-Millac		FR	75	24	244	24325	221	Europe/Paris
6429482	Peyzac-le-Moustier	peyzac-le-moustier	Peyzac-le-Moustier		FR	75	24	244	24326	182	Europe/Paris
6429483	Piégut-Pluviers	piegut-pluviers	P'egju-Pljuv'e,Pegju-Pljuve,Puei Gut e Pluviers,pi ai ju pu lu wei ye er,Пьегю-Плювье,Пєгю-Плювє,皮埃居普吕维耶尔		FR	75	24	242	24328	1174	Europe/Paris
6429484	Pomport	pomport	Pomport		FR	75	24	241	24331	743	Europe/Paris
6429486	Pontours	pontours	Pontours		FR	75	24	241	24334	194	Europe/Paris
6429488	Prats-de-Carlux	prats-de-carlux	Prats-de-Carlux		FR	75	24	244	24336	556	Europe/Paris
6429489	Prats-du-Périgord	prats-du-perigord	Prats-du-Perigord,Prats-du-Périgord		FR	75	24	244	24337	147	Europe/Paris
6429490	Preyssac-d'Excideuil	preyssac-d-excideuil	Preyssac-d'Excideuil		FR	75	24	242	24339	171	Europe/Paris
6429491	Prigonrieux	prigonrieux			FR	75	24	241	24340	4148	Europe/Paris
6429492	Proissans	proissans	Proissans,Pruasan,Pruassan,Pruissans,pu lu wa sang,Пруасан,Пруассан,普鲁瓦桑		FR	75	24	244	24341	1006	Europe/Paris
6429495	Queyssac	queyssac	Queyssac		FR	75	24	241	24345	470	Europe/Paris
6429496	Rampieux	rampieux	Ramp'e,Rampe,Rampieux,Rampiu,lang pi e,Рампье,Рампє,朗皮厄		FR	75	24	241	24347	149	Europe/Paris
6429499	Razac-sur-l'Isle	razac-sur-l-isle	Razac-sur-l'Isle		FR	75	24	243	24350	2384	Europe/Paris
6429500	Ribagnac	ribagnac	Ribagnac,Riban'jak,Ribanhac,li ba ni ya ke,Рибаньяк,里巴尼亚克		FR	75	24	241	24351	316	Europe/Paris
6429501	Rouffignac-de-Sigoulès	rouffignac-de-sigoules	Rouffignac-de-Sigoules,Rouffignac-de-Sigoulès		FR	75	24	241	24357	321	Europe/Paris
6429502	Sadillac	sadillac	Sadillac		FR	75	24	241	24359	118	Europe/Paris
6429503	Sagelat	sagelat	Sagelat		FR	75	24	244	24360	306	Europe/Paris
6429505	Coly-Saint-Amand	coly-saint-amand	Coly-Saint-Amand		FR	75	24	244	24364	605	Europe/Paris
6429506	Saint-Amand-de-Vergt	saint-amand-de-vergt	Saint-Amand-de-Vergt		FR	75	24	243	24365	246	Europe/Paris
6429507	Saint-André-d'Allas	saint-andre-d-allas	Saint-Andre-d'Allas,Saint-André-d'Allas		FR	75	24	244	24366	822	Europe/Paris
6429508	Saint-André-de-Double	saint-andre-de-double	Saint-Andre-de-Double,Saint-André-de-Double,Sant Andrieu de Dobla,Sent Andriu de Dobla,Sent-Andre-de-Dubl',sheng ang de lei de du bu er,Сент-Андре-де-Дубль,سینٹ-آندرے-دے-ڈبل,圣昂德雷德杜布尔		FR	75	24	243	24367	171	Europe/Paris
6429512	Saint-Aquilin	saint-aquilin	Saint-Aquilin		FR	75	24	243	24371	485	Europe/Paris
6429514	Saint-Aubin-de-Lanquais	saint-aubin-de-lanquais			FR	75	24	241	24374	335	Europe/Paris
6429515	Saint-Aubin-de-Nabirat	saint-aubin-de-nabirat	Saint-Aubin-de-Nabirat		FR	75	24	244	24375	140	Europe/Paris
6429516	Saint Aulaye-Puymangou	saint-aulaye-puymangou	Saint Aulaye-Puymangou		FR	75	24	243	24376	1441	Europe/Paris
6429517	Saint-Avit-de-Vialard	saint-avit-de-vialard	Saint-Avit-de-Vialard		FR	75	24	244	24377	158	Europe/Paris
6429518	Saint-Avit-Rivière	saint-avit-riviere	Sench Avit de Ribiera,Sench Avit de Ribièra,Sent-Avi-Riv'er,Sent-Avi-River,sheng a wei li wei ai,Сент-Ави-Ривьер,Сент-Аві-Ривєр,سینٹ-اوٹ-ریویرے,圣阿维里维埃		FR	75	24	241	24378	77	Europe/Paris
6429519	Saint-Avit-Sénieur	saint-avit-senieur	Saint-Avit-Senieur,Saint-Avit-Sénieur		FR	75	24	241	24379	457	Europe/Paris
6429520	Saint-Barthélemy-de-Bellegarde	saint-barthelemy-de-bellegarde	Saint-Barthelemy-de-Bellegarde,Saint-Barthélemy-de-Bellegarde,Sen-Bartelemi-de-Bel'gard,Sent Bertomiu de Belagarda,sheng ba er tai lai mi de bei lei jia er de,Сен-Бартелеми-де-Бельгард,Сен-Бартелемі-де-Бельгард,سینٹ-برتھلمے-دے-بلگاردے,圣巴尔泰莱米德贝勒加尔德		FR	75	24	243	24380	515	Europe/Paris
6429522	Saint-Capraise-de-Lalinde	saint-capraise-de-lalinde			FR	75	24	241	24382	531	Europe/Paris
6429523	Saint-Capraise-d'Eymet	saint-capraise-d-eymet	Saint-Capraise-d'Eymet		FR	75	24	241	24383	152	Europe/Paris
6429524	Saint-Cassien	saint-cassien	Saint-Cassien,Sen-Kas'jan,Sent Cassian,sheng ka xi an,Сен-Касьян,سینٹ-کسسیں ، دوردوگنے,圣卡西安		FR	75	24	241	24384	33	Europe/Paris
6429525	Saint-Cernin-de-Labarde	saint-cernin-de-labarde	Sen-Sernen-de-Labard,Sent Sarnin de La Barda,Sent Sarnin de la Barda,sheng sai er nan de la ba er de,Сен-Сернен-де-Лабард,سینٹ-کرنیں -دے-لباردے,圣塞尔南德拉巴尔德		FR	75	24	241	24385	204	Europe/Paris
6429526	Saint-Cernin-de-l'Herm	saint-cernin-de-l-herm	Saint-Cernin-de-l'Herm		FR	75	24	244	24386	233	Europe/Paris
6429527	Saint-Chamassy	saint-chamassy	Saint-Chamassy		FR	75	24	244	24388	525	Europe/Paris
6429528	Saint-Crépin-d'Auberoche	saint-crepin-d-auberoche	Saint-Crepin-d'Auberoche,Saint-Crépin-d'Auberoche		FR	75	24	243	24390	348	Europe/Paris
6429530	Saint-Crépin-et-Carlucet	saint-crepin-et-carlucet	Sen-Krepen-e-Karljuse,Sent Crespin e Carlucet,sheng ke lei pan he ka er lu sai,Сен-Крепен-е-Карлюсе,سینٹ-کرپن-یت-کرلکٹ,圣克雷潘和卡尔吕塞		FR	75	24	244	24392	518	Europe/Paris
6429664	Trémolat	tremolat	Tremolat,Trémolat		FR	75	24	241	24558	643	Europe/Paris
6429531	Sainte-Croix-de-Mareuil	sainte-croix-de-mareuil	Sainte-Croix-de-Mareuil,Sent-Krua-de-Marej,Sent-Krua-de-Marjoj,Senta Crotz de Maruelh,sheng ke lu wa de ma lei yi,Сент-Круа-де-Марей,Сент-Круа-де-Марёй,سین-کروئی-دے-مریؤل,圣克鲁瓦德马勒伊		FR	75	24	242	24394	148	Europe/Paris
6429532	Saint-Cybranet	saint-cybranet	Saint-Cybranet,Sen-Sibrane,Sent Cibranet,sheng xi bu la nei,Сен-Сибране,Сен-Сібране,سینٹ-کیبرنٹ,圣西布拉内		FR	75	24	244	24395	399	Europe/Paris
6429533	Saint-Cyprien	saint-cyprien	Saint-Cyprien,Sen-Siprijan,Sent Cibra,Sent Cibran,sheng xi pu li an,Сен-Сиприян,Сен-Сіпріян,سینٹ-کیپرین، دوردوگنے,圣西普里安		FR	75	24	244	24396	1579	Europe/Paris
6429534	Saint-Cyr-les-Champagnes	saint-cyr-les-champagnes	Saint-Cyr-les-Champagnes		FR	75	24	242	24397	247	Europe/Paris
6429535	Saint-Étienne-de-Puycorbier	saint-etienne-de-puycorbier	Saint-Etienne-de-Puycorbier,Saint-Étienne-de-Puycorbier		FR	75	24	243	24399	109	Europe/Paris
6429536	Sainte-Eulalie-d'Ans	sainte-eulalie-d-ans	Sainte-Eulalie-d'Ans		FR	75	24	244	24401	287	Europe/Paris
6429538	Saint-Félix-de-Bourdeilles	saint-felix-de-bourdeilles	Saint-Felix-de-Bourdeilles,Saint-Félix-de-Bourdeilles		FR	75	24	242	24403	65	Europe/Paris
6429539	Saint-Félix-de-Reillac-et-Mortemart	saint-felix-de-reillac-et-mortemart	Saint-Felix-de-Reillac-et-Mortemart,Saint-Félix-de-Reillac-et-Mortemart		FR	75	24	244	24404	185	Europe/Paris
6429540	Saint-Félix-de-Villadeix	saint-felix-de-villadeix	Saint-Felix-de-Villadeix,Saint-Félix-de-Villadeix		FR	75	24	241	24405	312	Europe/Paris
6429541	Sainte-Foy-de-Belvès	sainte-foy-de-belves	Sent-Fua-de-Bel've,Senta Fe de Belves,Senta Fe de Belvés,sheng fu wa de bei er wei,Сент-Фуа-де-Бельве,سین-فوے-دے-بلوس,圣富瓦德贝尔韦		FR	75	24	244	24406	138	Europe/Paris
6429542	Sainte-Foy-de-Longas	sainte-foy-de-longas	Sainte-Foy-de-Longas,Sent-Fua-de-Longa,Senta Fe de Long Ga,Senta Fe de Longga,Senta Fe de Longgà,sheng fu wa de long jia,Сент-Фуа-де-Лонга,سین-فوے-دے-لونگس,圣富瓦德隆加		FR	75	24	241	24407	235	Europe/Paris
6429543	Saint-Front-d'Alemps	saint-front-d-alemps	Saint-Front-d'Alemps		FR	75	24	242	24408	264	Europe/Paris
6429544	Saint-Front-de-Pradoux	saint-front-de-pradoux	Saint-Front-de-Pradoux		FR	75	24	243	24409	1150	Europe/Paris
6429545	Saint-Front-la-Rivière	saint-front-la-riviere	Saint-Front-la-Riviere,Saint-Front-la-Rivière		FR	75	24	242	24410	530	Europe/Paris
6429546	Saint-Front-sur-Nizonne	saint-front-sur-nizonne	Saint-Front-sur-Nizonne,Sen-Fron-sjur-Nizon,Sen-Fron-sjur-Nizonn,Sent Front de Champs Niers,Sent Front de Champsniers,ni zong he pan sheng fu long,Сен-Фрон-сюр-Низон,Сен-Фрон-сюр-Низонн,Сен-Фрон-сюр-Нізонн,سینٹ-فرنٹ-سر-نیزوں نے,尼宗河畔圣夫龙		FR	75	24	242	24411	157	Europe/Paris
6429547	Saint-Geniès	saint-genies	Sen-Zhen'e,Sent Genies,Sent Geniés,Sent Ginies,Sent Giniés,sheng re nie,Сен-Женье,Сен-Женьє,سینٹ-گنیس، دوردوگنے,圣热涅		FR	75	24	244	24412	947	Europe/Paris
6429548	Saint-Géraud-de-Corps	saint-geraud-de-corps	Sen-Zhero-de-Kor,Sent Giraud de Corbs,Sent Giraud de Còrbs,sheng re luo de ke er pu,Сен-Жеро-де-Кор,سینٹ-گرد-دے-کور,圣热罗德科尔普		FR	75	24	241	24415	238	Europe/Paris
6429549	Saint-Germain-de-Belvès	saint-germain-de-belves	Saint-Germain-de-Belves,Saint-Germain-de-Belvès,Sen-Zhermen-de-Bel've,Sent German de Belves,Sent German de Belvés,sheng ri er man de bei er wei,Сен-Жермен-де-Бельве,سینٹ-گرمین-دے-بلوس,圣日尔曼德贝尔韦		FR	75	24	244	24416	177	Europe/Paris
6429550	Saint-Germain-des-Prés	saint-germain-des-pres	Sen-Zhermen-de-Pre,Sent Germa daus Prats,Sent German daus Prats,Sent Gèrman daus Prats,sheng ri er man dai pu lei,Сен-Жермен-де-Пре,سینٹ-گرمین-دس-پریس، دوردوگنے,圣日尔曼代普雷		FR	75	24	242	24417	518	Europe/Paris
6429551	Saint-Germain-du-Salembre	saint-germain-du-salembre	Saint-Germain-du-Salembre		FR	75	24	243	24418	933	Europe/Paris
6429553	Saint-Géry	saint-gery	Saint-Gery,Saint-Géry,Sen-Zheri,Sent Geri,sheng re li,Сен-Жери,Сен-Жері,سینٹ-گرے، دوردوگنے,圣热里		FR	75	24	241	24420	234	Europe/Paris
6429554	Saint-Geyrac	saint-geyrac	Saint-Geyrac		FR	75	24	243	24421	199	Europe/Paris
6429555	Saint-Hilaire-d'Estissac	saint-hilaire-d-estissac			FR	75	24	243	24422	110	Europe/Paris
6429556	Saint-Julien-Innocence-Eulalie	saint-julien-innocence-eulalie	Saint-Julien-Innocence-Eulalie,Sent-Innosans,Senta Denenca,Senta Denença,sheng yi nuo sang ke,Сент-Інносанс,Сент-Инносанс,سین-انوکنکے,圣伊诺桑克		FR	75	24	241	24423	294	Europe/Paris
6429557	Saint-Jean-de-Côle	saint-jean-de-cole			FR	75	24	242	24425	366	Europe/Paris
6429558	Saint-Jean-d'Estissac	saint-jean-d-estissac	Saint-Jean-d'Estissac		FR	75	24	243	24426	173	Europe/Paris
6429560	Saint-Jory-las-Bloux	saint-jory-las-bloux	Saint-Jory-las-Bloux		FR	75	24	242	24429	236	Europe/Paris
6429563	Saint-Julien-de-Lampon	saint-julien-de-lampon	Saint-Julien-de-Lampon,Sen-Zhul'en-de-Lampon,Sent Julia de Lamponh,Sent Julian de Lamponh,Sent Júlia de Lamponh,sheng rui li an de lang peng,Сен-Жульен-де-Лампон,Сен-Жульєн-де-Лампон,سینٹ-جلیں -دے-لمپوں,圣瑞利安德朗蓬		FR	75	24	244	24432	618	Europe/Paris
6429566	Saint-Laurent-des-Hommes	saint-laurent-des-hommes	Saint-Laurent-des-Hommes		FR	75	24	243	24436	1022	Europe/Paris
6429567	Saint-Laurent-des-Vignes	saint-laurent-des-vignes			FR	75	24	241	24437	886	Europe/Paris
6429568	Saint-Laurent-la-Vallée	saint-laurent-la-vallee	Saint-Laurent-la-Vallee,Saint-Laurent-la-Vallée,Sen-Loran-la-Valle,Sent Laurenc de Daglan,Sent Laurenc de Valech,Sent Laurenç de Daglan,Sent Laurenç de Valech,sheng luo lang la wa lai ai,Сен-Лоран-ла-Валле,سینٹ-لارنٹ-لا-ولے,圣洛朗拉瓦莱埃		FR	75	24	244	24438	256	Europe/Paris
6429570	Saint-Léon-d'Issigeac	saint-leon-d-issigeac	Saint-Leon-d'Issigeac,Saint-Léon-d'Issigeac		FR	75	24	241	24441	118	Europe/Paris
6429571	Saint-Léon-sur-l'Isle	saint-leon-sur-l-isle	Saint-Leon-sur-l'Isle,Saint-Léon-sur-l'Isle		FR	75	24	243	24442	2022	Europe/Paris
6429572	Saint-Léon-sur-Vézère	saint-leon-sur-vezere	Saint-Leon-sur-Vezere,Saint-Léon-sur-Vézère		FR	75	24	244	24443	429	Europe/Paris
6429573	Saint-Louis-en-l'Isle	saint-louis-en-l-isle	Saint-Louis-en-l'Isle		FR	75	24	243	24444	302	Europe/Paris
6429574	Saint-Marcel-du-Périgord	saint-marcel-du-perigord	Saint-Marcel-du-Perigord,Saint-Marcel-du-Périgord		FR	75	24	241	24445	146	Europe/Paris
6432214	Doulezon	doulezon	Doulezon		FR	75	33	335	33153	261	Europe/Paris
6429575	Saint-Marcory	saint-marcory	Saint-Marcory,Sen-Markori,Sent Marcori,Sent Marcòri,sheng ma er ke li,Сен-Маркори,Сен-Маркорі,سینٹ-مارکورے,圣马尔科里		FR	75	24	241	24446	52	Europe/Paris
6429577	Saint-Martial-d'Albarède	saint-martial-d-albarede	Saint-Martial-d'Albarede,Saint-Martial-d'Albarède		FR	75	24	242	24448	469	Europe/Paris
6429578	Saint-Martial-d'Artenset	saint-martial-d-artenset	Saint-Martial-d'Artenset		FR	75	24	243	24449	974	Europe/Paris
6429579	Saint-Martial-de-Nabirat	saint-martial-de-nabirat	Saint-Martial-de-Nabirat		FR	75	24	244	24450	595	Europe/Paris
6429580	Saint-Martial-de-Valette	saint-martial-de-valette	Saint-Martial-de-Valette		FR	75	24	242	24451	791	Europe/Paris
6429581	Saint-Martial-Viveyrol	saint-martial-viveyrol	Saint-Martial-Viveyrol		FR	75	24	243	24452	196	Europe/Paris
6429582	Saint-Martin-de-Fressengeas	saint-martin-de-fressengeas	Saint-Martin-de-Fressengeas		FR	75	24	242	24453	360	Europe/Paris
6429583	Saint-Martin-de-Ribérac	saint-martin-de-riberac	Saint-Martin-de-Riberac,Saint-Martin-de-Ribérac		FR	75	24	243	24455	717	Europe/Paris
6429584	Saint-Martin-des-Combes	saint-martin-des-combes	Saint-Martin-des-Combes,Sen-Marten-de-Komb,Sent Martin de las Combas,sheng ma dan dai kong bei,Сен-Мартен-де-Комб,سینٹ-مارٹن-دس-کومبس,圣马丹代孔贝		FR	75	24	243	24456	188	Europe/Paris
6429585	Saint-Martin-l'Astier	saint-martin-l-astier	Saint-Martin-l'Astier		FR	75	24	243	24457	138	Europe/Paris
6429586	Saint-Martin-le-Pin	saint-martin-le-pin	Saint-Martin-le-Pin		FR	75	24	242	24458	276	Europe/Paris
6429587	Saint-Méard-de-Gurçon	saint-meard-de-gurcon	Sen-Mear-de-Gjurson,Sent Meard de Gurcon,Sent Meard de Gurçon,sheng mei a er de ju er song,Сен-Меар-де-Гюрсон,سینٹ-مرد-دے-گرکون,圣梅阿尔德居尔松		FR	75	24	241	24461	806	Europe/Paris
6429588	Saint-Médard-de-Mussidan	saint-medard-de-mussidan	Saint-Medard-de-Mussidan,Saint-Médard-de-Mussidan,Sen-Medar-de-Mjussidan,Sent Meard de Moissida,Sent Medard de Moissida,sheng mei da er de mi xi dang,Сен-Медар-де-Мюссидан,Сен-Медар-де-Мюссідан,سینٹ-میڈرڈ-دے-مسسیدان,圣梅达尔德米西当		FR	75	24	243	24462	1715	Europe/Paris
6429589	Saint-Médard-d'Excideuil	saint-medard-d-excideuil	Saint-Medard-d'Excideuil,Saint-Médard-d'Excideuil		FR	75	24	242	24463	537	Europe/Paris
6429590	Saint-Mesmin	saint-mesmin	Sen-Memen,Sent Maimin,sheng mei si man,Сен-Мемен,سینٹ-مثمن، دوردوگنے,圣梅斯曼		FR	75	24	242	24464	316	Europe/Paris
6429591	Saint-Michel-de-Double	saint-michel-de-double	Saint-Michel-de-Double		FR	75	24	243	24465	242	Europe/Paris
6429592	Saint-Michel-de-Montaigne	saint-michel-de-montaigne	Saint-Michel-de-Montaigne		FR	75	24	241	24466	342	Europe/Paris
6429593	Saint-Michel-de-Villadeix	saint-michel-de-villadeix	Sen-Mishel'-de-Villade,Sent Micheu de Vilades,Sent Micheu de Viladés,sheng mi she de wei la dai,Сен-Мишель-де-Вилладе,Сен-Мішель-де-Вілладе,سینٹ-مشیل-دے-لدےش,圣米舍德维拉代		FR	75	24	243	24468	312	Europe/Paris
6429594	Sainte-Mondane	sainte-mondane	Sainte-Mondane		FR	75	24	244	24470	262	Europe/Paris
6429595	Sainte-Nathalène	sainte-nathalene	Sainte-Nathalene,Sainte-Nathalène		FR	75	24	244	24471	578	Europe/Paris
6429596	Saint-Nexans	saint-nexans	Saint-Nexans,Sen-Neksan,Sent Naissent,sheng na ke sang,Сен-Нексан,سینٹ-ےشنث,圣纳克桑		FR	75	24	241	24472	958	Europe/Paris
6429597	Sainte-Orse	sainte-orse	Sainte-Orse,Sent-Ors,Senta Orsa,sheng ao er si,Сент-Орс,سین-ورثے,圣奥尔斯		FR	75	24	244	24473	360	Europe/Paris
6429598	Saint-Pancrace	saint-pancrace	Saint-Pancrace,Sen-Pankras,Sent Pancraci,sheng pang ke la ke,Сен-Панкрас,سینٹ-پنکرآکے، دوردوگنے,圣庞克拉克		FR	75	24	242	24474	182	Europe/Paris
6429600	Saint-Pantaly-d'Excideuil	saint-pantaly-d-excideuil	Saint-Pantaly-d'Excideuil		FR	75	24	242	24476	145	Europe/Paris
6429601	Saint-Pardoux-et-Vielvic	saint-pardoux-et-vielvic	Saint-Pardoux-de-Drone,Saint-Pardoux-de-Drône,Saint-Pardoux-et-Vielvic,Sen-Pardu-e-V'el'vik,Sen-Pardu-e-Vel'vik,Sent Pardol e Vielh Vic,Sent Pardol e Vielhvic,Sent Pardol e Vièlh Vic,Sent Pardol e Vièlhvic,sheng pa er du he wei ye er wei ke,Сен-Парду-е-Вьельвик,Сен-Парду-е-Вєльвік,سینٹ-پاردو-یت-ویلویک,圣帕尔杜和维耶尔维克		FR	75	24	244	24478	221	Europe/Paris
6429602	Saint-Pardoux-la-Rivière	saint-pardoux-la-riviere	Saint-Pardoux-la-Riviere,Saint-Pardoux-la-Rivière		FR	75	24	242	24479	1182	Europe/Paris
6429603	Saint-Paul-de-Serre	saint-paul-de-serre	Saint-Paul-de-Serre		FR	75	24	243	24480	277	Europe/Paris
6429604	Saint-Paul-la-Roche	saint-paul-la-roche	Saint-Paul-la-Roche		FR	75	24	242	24481	525	Europe/Paris
6429605	Saint-Paul-Lizonne	saint-paul-lizonne	Saint-Paul-Lizonne,Sen-Pol'-Lizonn,Sent Pau de Lisona,sheng bo li zong,syn-pal-lzwn,Сен-Поль-Лизонн,Сен-Поль-Лізонн,سین-پال-لزون,圣波利宗		FR	75	24	243	24482	270	Europe/Paris
6429606	Saint-Perdoux	saint-perdoux	Saint-Perdoux,Sen-Perdu,Sent Pardol,Sent Pardol de Viasac,sheng pei er du,Сен-Перду,سین-ےڑدوش، دوردوگنے,圣佩尔杜		FR	75	24	241	24483	135	Europe/Paris
6429607	Saint-Pierre-de-Chignac	saint-pierre-de-chignac	Saint-Pierre-de-Chignac		FR	75	24	243	24484	869	Europe/Paris
6429608	Saint-Pierre-de-Côle	saint-pierre-de-cole	Saint-Pierre-de-Cole,Saint-Pierre-de-Côle		FR	75	24	242	24485	448	Europe/Paris
6429609	Saint-Pierre-de-Frugie	saint-pierre-de-frugie	Saint-Pierre-de-Frugie		FR	75	24	242	24486	391	Europe/Paris
6429610	Saint-Pierre-d'Eyraud	saint-pierre-d-eyraud	Saint-Pierre-d'Eyraud		FR	75	24	241	24487	1785	Europe/Paris
6429611	Saint-Pompont	saint-pompont			FR	75	24	244	24488	394	Europe/Paris
6429612	Saint-Priest-les-Fougères	saint-priest-les-fougeres	Saint-Priest-les-Fougeres,Saint-Priest-les-Fougères		FR	75	24	242	24489	380	Europe/Paris
6429613	Saint Privat en Périgord	saint-privat-en-perigord	Sen-Priva-de-Pre,Sent Privat,Sent Privat daus Prats,sheng pu li wa dai pu lei,Сен-Прива-де-Пре,سین-پروہت-دے-پریس,圣普里瓦代普雷		FR	75	24	243	24490	1136	Europe/Paris
6429614	Saint-Rabier	saint-rabier	Saint-Rabier,Sen-Rab'e,Sen-Rabe,Sent Rabier,sheng la bi ye,syn-rbyr,Сен-Рабье,Сен-Рабє,سین-ربیر,圣拉比耶		FR	75	24	244	24491	589	Europe/Paris
6429615	Saint-Raphaël	saint-raphael	Saint-Raphael,Saint-Raphaël,Sen-Rafaehl',Sen-Rafael',Sent Rafeu,sheng la fa e,Сен-Рафаель,Сен-Рафаэль,سین-رافیل، دوردوگنے,圣拉法厄		FR	75	24	242	24493	96	Europe/Paris
6432215	Escaudes	escaudes	Escaudes		FR	75	33	333	33155	153	Europe/Paris
6429616	Saint-Rémy	saint-remy	Saint-Remy,Saint-Rémy,Sen-Remi,Sent Remedi,sheng lei mi,Сен-Реми,Сен-Ремі,سین-رمے، دوردوگنے,圣雷米		FR	75	24	241	24494	508	Europe/Paris
6429617	Saint-Romain-de-Monpazier	saint-romain-de-monpazier	Saint-Romain-de-Monpazier		FR	75	24	241	24495	105	Europe/Paris
6429618	Saint-Romain-et-Saint-Clément	saint-romain-et-saint-clement	Saint-Romain-et-Saint-Clement,Saint-Romain-et-Saint-Clément,Sen-Romen-e-Sen-Kleman,Sen-Romen-eh-Sen-Kleman,Sent Roma e Sent Clamenc,Sent Roma e Sent Clamenç,Sent Roman e Sent Clamenc,Sent Roman e Sent Clamenç,sheng luo man he sheng ke lai mang,Сен-Ромен-е-Сен-Клеман,Сен-Ромен-э-Сен-Клеман,سین-رومین-یت-سین-کلیمنٹ,圣罗曼和圣克莱芒		FR	75	24	242	24496	326	Europe/Paris
6429619	Saint-Saud-Lacoussière	saint-saud-lacoussiere	Saint-Saud-Lacoussiere,Saint-Saud-Lacoussière		FR	75	24	242	24498	839	Europe/Paris
6429620	Saint-Sauveur-Lalande	saint-sauveur-lalande	Saint-Sauveur-Lalande,Sen-Sover-Laland,Sen-Sovjor-Laland,Sent Sauvador de La Landa,Sent Sauvador de la Landa,sheng suo fu la lang de,Сен-Совер-Лаланд,Сен-Совёр-Лаланд,سین-سویر-لالنڈے,圣索弗拉朗德		FR	75	24	243	24500	151	Europe/Paris
6429622	Saint-Séverin-d'Estissac	saint-severin-d-estissac			FR	75	24	243	24502	105	Europe/Paris
6429624	Saint-Sulpice-de-Roumagnac	saint-sulpice-de-roumagnac	Saint-Sulpice-de-Roumagnac		FR	75	24	243	24504	274	Europe/Paris
6429625	Saint-Sulpice-d'Excideuil	saint-sulpice-d-excideuil	Saint-Sulpice-d'Excideuil		FR	75	24	242	24505	333	Europe/Paris
6429626	Sainte-Trie	sainte-trie	Sent Tria,Sent Trian,Sent-Tri,sheng te li ye,Сент-Три,Сент-Трі,سین-ترے,圣特里耶		FR	75	24	244	24507	109	Europe/Paris
6429627	Saint-Vincent-de-Connezac	saint-vincent-de-connezac	Saint-Vincent-de-Connezac,Sen-Vensan-de-Konnzak,Sent Vincenc de Conasac,Sent Vincenç de Conasac,sheng wan sang de ke nei zha ke,Сен-Венсан-де-Коннзак,圣万桑德科内扎克		FR	75	24	243	24509	661	Europe/Paris
6429628	Saint-Vincent-de-Cosse	saint-vincent-de-cosse	Saint-Vincent-de-Cosse		FR	75	24	244	24510	363	Europe/Paris
6429629	Saint-Vincent-Jalmoutiers	saint-vincent-jalmoutiers	Saint-Vincent-Jalmoutiers,Sen-Vensan-Zhal'mut'e,Sent Vincenc de Jau Mostier,Sent Vincenc de Jaumostier,Sent Vincenç de Jau Mostier,Sent Vincenç de Jaumostier,sheng wan sang ya er mu di ye er,Сен-Венсан-Жальмутье,Сен-Венсан-Жальмутьє,圣万桑雅尔穆蒂耶尔		FR	75	24	243	24511	244	Europe/Paris
6429630	Saint-Vincent-le-Paluel	saint-vincent-le-paluel	Saint-Vincent-le-Paluel		FR	75	24	244	24512	272	Europe/Paris
6429631	Saint-Vincent-sur-l'Isle	saint-vincent-sur-l-isle	Saint-Vincent-sur-l'Isle		FR	75	24	242	24513	297	Europe/Paris
6429632	Salagnac	salagnac	Salagnac		FR	75	24	242	24515	788	Europe/Paris
6429633	Salles-de-Belvès	salles-de-belves	Sal'-de-Bel've,Salas de Belves,Salas de Belvés,Salles-de-Belves,Salles-de-Belvès,sa lai de bei er wei,Саль-де-Бельве,萨莱德贝尔韦		FR	75	24	244	24517	72	Europe/Paris
6429634	Salon	salon	Salon,sa long,Салон,萨隆		FR	75	24	243	24518	276	Europe/Paris
6429635	Sarlande	sarlande	Sarland,Sarlanda,Sarlande,sa er lang de,Сарланд,萨尔朗德		FR	75	24	242	24519	426	Europe/Paris
6429636	Sarlat-la-Canéda	sarlat-la-caneda			FR	75	24	244	24520	8946	Europe/Paris
6429637	Sarliac-sur-l'Isle	sarliac-sur-l-isle			FR	75	24	243	24521	1028	Europe/Paris
6429638	Sarrazac	sarrazac	Sarrasac,Sarrazac,Sarrazak,sa er la zha ke,Сарразак,萨尔拉扎克		FR	75	24	242	24522	381	Europe/Paris
6429639	Savignac-de-Miremont	savignac-de-miremont	Savignac-de-Miremont,Savin'jak-de-Mirmon,Savinhac de Miramont,sa wei ni ya ke de mi lei meng,Савиньяк-де-Мирмон,Савіньяк-де-Мірмон,萨维尼亚克德米雷蒙		FR	75	24	244	24524	174	Europe/Paris
6429640	Savignac-de-Nontron	savignac-de-nontron	Savignac-de-Nontron,Savin'jak-de-Nontron,Savinhac de Nontronh,sa wei ni ya ke de nong te long,Савиньяк-де-Нонтрон,Савіньяк-де-Нонтрон,萨维尼亚克德农特龙		FR	75	24	242	24525	190	Europe/Paris
6429641	Savignac-Lédrier	savignac-ledrier	Savignac-Ledrier,Savignac-Lédrier		FR	75	24	242	24526	719	Europe/Paris
6429642	Savignac-les-Églises	savignac-les-eglises	Savignac-les-Eglises,Savignac-les-Églises		FR	75	24	243	24527	991	Europe/Paris
6429643	Sceau-Saint-Angel	sceau-saint-angel	Sceau-Saint-Angel		FR	75	24	242	24528	123	Europe/Paris
6429645	Sergeac	sergeac	Sarjac,Sergeac,Serzhak,sai er ya ke,Сержак,塞尔雅克		FR	75	24	244	24531	217	Europe/Paris
6429646	Servanches	servanches	Servanches,Servansh,Servenchas,sai er wang xie,Серванш,塞尔旺谢		FR	75	24	243	24533	90	Europe/Paris
6429647	Simeyrols	simeyrols	Cimairols,Cimairòls,Simerol',Simeyrols,xi mei luo er,Симероль,Сімероль,西梅罗尔		FR	75	24	244	24535	260	Europe/Paris
6429648	Singleyrac	singleyrac	Senglerak,Singlairac,Singleyrac,sang ge lai la ke,Сенглерак,桑格莱拉克		FR	75	24	241	24536	279	Europe/Paris
6429649	Siorac-de-Ribérac	siorac-de-riberac	Siorac-de-Riberac,Siorac-de-Ribérac		FR	75	24	243	24537	254	Europe/Paris
6429650	Siorac-en-Périgord	siorac-en-perigord	Siorac-en-Perigord,Siorac-en-Périgord		FR	75	24	244	24538	1048	Europe/Paris
6429651	Sorges et Ligueux en Périgord	sorges-et-ligueux-en-perigord	Sorges et Ligueux en Perigord,Sorges et Ligueux en Périgord		FR	75	24	243	24540	1554	Europe/Paris
6429652	Soudat	soudat	Sodac,Soudat,Suda,su da,Суда,苏达		FR	75	24	242	24541	93	Europe/Paris
6429653	Soulaures	soulaures	Solaura,Sulor,su luo lei,Сулор,苏洛雷		FR	75	24	241	24542	91	Europe/Paris
6429654	Tamniès	tamnies	Tamn'e,Tamn'es,Tamnies,Tamniès,Taniers,Tanièrs,tang nie,Тамнье,Тамньес,Тамньє,唐涅		FR	75	24	244	24544	383	Europe/Paris
6429655	Teillots	teillots	Teillots,Tejo,Telhous,Telhòus,tai luo te,Тейо,泰洛特		FR	75	24	244	24545	100	Europe/Paris
6429656	Teyjat	teyjat	Taijac,Tezha,tai ya,Тежа,泰雅		FR	75	24	242	24548	275	Europe/Paris
6429658	Thenon	thenon			FR	75	24	244	24550	1259	Europe/Paris
6429659	Thiviers	thiviers	Thiviers		FR	75	24	242	24551	2891	Europe/Paris
6429660	Thonac	thonac	Thonac,Tonac,Tonak,tuo na ke,Тонак,托纳克		FR	75	24	244	24552	256	Europe/Paris
6429661	Tocane-Saint-Apre	tocane-saint-apre			FR	75	24	243	24553	1665	Europe/Paris
6429662	Tourtoirac	tourtoirac			FR	75	24	244	24555	642	Europe/Paris
6429663	Trélissac	trelissac	Trelissac,Trélissac		FR	75	24	243	24557	6629	Europe/Paris
6429665	Tursac	tursac	Tjursak,Tursac,di er sa ke,trsyk,twrsk,Тюрсак,ترسیک,تورسک,蒂尔萨克		FR	75	24	244	24559	347	Europe/Paris
6429666	Urval	urval	Urval		FR	75	24	241	24560	112	Europe/Paris
6429668	Vallereuil	vallereuil	Valaruelh,Vallerej,Vallereuil,wa lei lei yi,Валлерей,瓦勒勒伊		FR	75	24	243	24562	297	Europe/Paris
6429669	Valojoulx	valojoulx	Valojoulx		FR	75	24	244	24563	268	Europe/Paris
6429670	Vanxains	vanxains	Vanxains		FR	75	24	243	24564	704	Europe/Paris
6429671	Varaignes	varaignes	Varaignes		FR	75	24	242	24565	418	Europe/Paris
6429672	Varennes	varennes	Varenas,Varenn,Varennes,wa lei nei,wrns  drdgn,Варенн,ورنس، دردگن,瓦雷内		FR	75	24	241	24566	464	Europe/Paris
6429673	Vaunac	vaunac	Vaunac,Veunac,Vonak,wawnk,wo na ke,Вонак,واونک,沃纳克		FR	75	24	242	24567	283	Europe/Paris
6429675	Vendoire	vendoire	Vendoire		FR	75	24	243	24569	136	Europe/Paris
6429677	Verteillac	verteillac			FR	75	24	243	24573	673	Europe/Paris
6429678	Veyrignac	veyrignac	Veirinhac,Verin'jak,Veyrignac,wei li ni ya ke,Вериньяк,韦里尼亚克		FR	75	24	244	24574	334	Europe/Paris
6429679	Veyrines-de-Domme	veyrines-de-domme	Veirinas de Doma,Verin-de-Domm,Veyrines-de-Domme,wei li nei de dong,Верин-де-Домм,韦里内德东		FR	75	24	244	24575	227	Europe/Paris
6429680	Veyrines-de-Vergt	veyrines-de-vergt	Veyrines-de-Vergt		FR	75	24	243	24576	265	Europe/Paris
6429681	Vézac	vezac	Vesac,Vezac,Vezak,Vézac,wei zha ke,Везак,韦扎克		FR	75	24	244	24577	620	Europe/Paris
6429683	Villac	villac	Vilhac,Villac,Villak,wei la ke,Виллак,Віллак,维拉克		FR	75	24	244	24580	262	Europe/Paris
6429684	Villamblard	villamblard			FR	75	24	243	24581	873	Europe/Paris
6429685	Villars	villars	Vilars,Villar,Villars,wei la er,Виллар,Віллар,维拉尔		FR	75	24	242	24582	467	Europe/Paris
6429686	Villefranche-du-Périgord	villefranche-du-perigord	Villefranche-du-Perigord,Villefranche-du-Périgord		FR	75	24	244	24585	704	Europe/Paris
6429687	Villetoureix	villetoureix	Villetoureix		FR	75	24	243	24586	911	Europe/Paris
6429688	Vitrac	vitrac	Vitrac,Vitrak,wei te la ke,Витрак,Вітрак,维特拉克		FR	75	24	244	24587	803	Europe/Paris
6429689	Bulle	bulle	Bil,Bjul',Bulle,bi er,Бил,Бюль,比尔		FR	27	25	253	25100	427	Europe/Paris
6429691	Burnevillers	burnevillers	Burnevillers		FR	27	25	252	25102	46	Europe/Paris
6429692	By	by	Bi,By,bi zhen,Би,Бі,比镇		FR	27	25	251	25104	71	Europe/Paris
6429693	Byans-sur-Doubs	byans-sur-doubs	Byans-sur-Doubs		FR	27	25	251	25105	543	Europe/Paris
6429694	Cademène	cademene	Cademene,Cademène		FR	27	25	251	25106	75	Europe/Paris
6429695	Cendrey	cendrey	Cendrey		FR	27	25	251	25107	191	Europe/Paris
6429696	Cernay-l'Église	cernay-l-eglise	Cernay-l'Eglise,Cernay-l'Église		FR	27	25	252	25108	303	Europe/Paris
6429697	Cessey	cessey	Cessey,Sese,Sesse,se sai,Сесе,Сессе,瑟塞		FR	27	25	251	25109	337	Europe/Paris
6429698	Chaffois	chaffois	Chaffois,Shaffua,Shafoa,sha fu wa,Шафоа,Шаффуа,沙富瓦		FR	27	25	253	25110	974	Europe/Paris
6429699	Chalèze	chaleze	Chaleze,Chalèze		FR	27	25	251	25111	374	Europe/Paris
6429700	Chalezeule	chalezeule	Shalezel',Shalzel,sha lei ze er,Шалезель,Шалзел,沙勒泽尔		FR	27	25	251	25112	1291	Europe/Paris
6429701	Chamesol	chamesol	Chamesol,Shamsol,Shamzol',sha mei suo,Шамзоль,Шамсол,沙梅索		FR	27	25	252	25114	377	Europe/Paris
6429702	Champlive	champlive	Champlive,Shampliv,Shanliv,shang pu li fu,Шамплів,Шанлив,尚普利夫		FR	27	25	251	25116	253	Europe/Paris
6429703	Champoux	champoux	Champoux		FR	27	25	251	25117	91	Europe/Paris
6429704	Chantrans	chantrans	Chantrans,Shantran,shang te lang,Шантран,尚特朗		FR	27	25	251	25120	399	Europe/Paris
6429705	Chapelle-des-Bois	chapelle-des-bois	Shapel de Boa,Shapel'-de-Bua,sha pei er dai bu wa,Шапел де Боа,Шапель-де-Буа,沙佩尔代布瓦		FR	27	25	253	25121	253	Europe/Paris
6429706	Chapelle-d'Huin	chapelle-d-huin	Chapelle-d'Huin		FR	27	25	253	25122	510	Europe/Paris
6429708	Charmauvillers	charmauvillers	Sharmauvjer,Sharmoville,sha er mo wei lai er,Шармаувјер,Шармовілле,沙尔莫维莱尔		FR	27	25	252	25124	250	Europe/Paris
6429709	Charquemont	charquemont	Charquemont,Sharkemon,Sharkmon,sha er qu ai meng,Шаркемон,Шаркмон,沙尔屈埃蒙		FR	27	25	252	25127	2656	Europe/Paris
6429711	Chassagne-Saint-Denis	chassagne-saint-denis	Chassagne-Saint-Denis,Shasan Sen Deni,Shassan'-Sen-Deni,sha sa ni sheng de ni,Шасањ Сен Дени,Шассань-Сен-Дені,沙萨尼圣德尼		FR	27	25	251	25129	116	Europe/Paris
6429712	Châtelblanc	chatelblanc	Chatelblanc,Châtelblanc		FR	27	25	253	25131	125	Europe/Paris
6429713	Châtillon-Guyotte	chatillon-guyotte	Chatillon-Guyotte,Châtillon-Guyotte		FR	27	25	251	25132	127	Europe/Paris
6429714	Châtillon-le-Duc	chatillon-le-duc	Shatijon le Dik,Shatijon-le-Djuk,sha di long lai di ke,Шатијон ле Дик,Шатійон-ле-Дюк,沙蒂隆莱迪克		FR	27	25	251	25133	2047	Europe/Paris
6429715	Chaucenne	chaucenne	Chaucenne,Shosen,Shosenn,shao sang,Шосен,Шосенн,绍桑		FR	27	25	251	25136	516	Europe/Paris
6429718	Chaux-lès-Passavant	chaux-les-passavant	Chaux-les-Passavant,Chaux-lès-Passavant,Sho le Pasevan,Sho-le-Passavan,shao lai pa sa wang,Шо ле Пасеван,Шо-ле-Пассаван,绍莱帕萨旺		FR	27	25	253	25141	139	Europe/Paris
6429719	Chay	chay	Chay		FR	27	25	251	25143	213	Europe/Paris
6429720	Chazot	chazot	Chazot,Shazo,sha zuo,Шазо,沙佐		FR	27	25	252	25145	118	Europe/Paris
6429721	Chemaudin et Vaux	chemaudin-et-vaux	Chemaudin et Vaux,Shemoden,xie mo dan,Шемоден,谢莫丹		FR	27	25	251	25147	1890	Europe/Paris
6429722	Chenecey-Buillon	chenecey-buillon	Chenecey-Buillon,Shenese-Bjujon,Shensi Bijon,xie nei sai bi yi long,Шенесе-Бюйон,Шенси Бијон,谢内塞比伊隆		FR	27	25	251	25149	520	Europe/Paris
6429725	Chouzelot	chouzelot	Chouzelot		FR	27	25	251	25154	269	Europe/Paris
6429726	Cléron	cleron			FR	27	25	251	25155	315	Europe/Paris
6429727	Colombier-Fontaine	colombier-fontaine	Colombier-Fontaine		FR	27	25	252	25159	1300	Europe/Paris
6429781	Fesches-le-Châtel	fesches-le-chatel	Fesches-le-Chatel,Fesches-le-Châtel,Fesh-le-Shatel',fu si xie lai sha tai,Феш-ле-Шатель,弗斯谢莱沙泰		FR	27	25	252	25237	2199	Europe/Paris
6429728	Consolation-Maisonnettes	consolation-maisonnettes	Consolation-Maisonnettes,Konsolas'jon-Mezonnett,Konzolasjon Mezonet,kong suo la di weng mai suo nei tai,Конзоласјон Мезонет,Консоласьйон-Мезоннетт,孔索拉蒂翁迈索内泰		FR	27	25	253	25161	34	Europe/Paris
6429729	Corcelles-Ferrières	corcelles-ferrieres	Corcelles-Ferrieres,Corcelles-Ferrières,Korsel Ferjer,Korsel'-Ferrier,ke er se lai fu er li ai,Корсел Ферјер,Корсель-Феррієр,科尔瑟莱弗尔里埃		FR	27	25	251	25162	199	Europe/Paris
6429730	Corcelle-Mieslot	corcelle-mieslot			FR	27	25	251	25163	108	Europe/Paris
6429731	Corcondray	corcondray	Corcondray		FR	27	25	251	25164	144	Europe/Paris
6429732	Côtebrune	cotebrune	Cotebrune,Côtebrune,Kotbren,Kotbrjun,ke tai bu lan,Котбрен,Котбрюн,科泰布兰		FR	27	25	251	25166	77	Europe/Paris
6429733	Courcelles-lès-Montbéliard	courcelles-les-montbeliard	Kursel le Monbelijar,Kursel'-le-Monbel'jar,ku er se lai lai meng bei li a er,Курсел ле Монбелијар,Курсель-ле-Монбельяр,库尔瑟莱莱蒙贝利阿尔		FR	27	25	252	25170	1222	Europe/Paris
6429735	Cour-Saint-Maurice	cour-saint-maurice	Cour-Saint-Maurice,Kur-Sen-Moris,ku sheng mo li ke,Кур-Сен-Морис,库圣莫里克		FR	27	25	252	25173	158	Europe/Paris
6429736	Courtetain-et-Salans	courtetain-et-salans	Courtetain-et-Salans		FR	27	25	253	25175	84	Europe/Paris
6429737	Courvières	courvieres	Courvieres,Courvières,Kurver,Kurvijer,ku er wei ai,Курвијер,Курвєр,库尔维埃		FR	27	25	253	25176	315	Europe/Paris
6429738	Crosey-le-Grand	crosey-le-grand	Crosey-le-Grand,Kroze le Gran,Kroze-le-Gran,da ke luo sai,Крозе ле Гран,Крозе-ле-Гран,大克罗塞		FR	27	25	252	25177	152	Europe/Paris
6429739	Crosey-le-Petit	crosey-le-petit	Crosey-le-Petit,Kroze le Pti,Kroze-le-Peti,xiao ke luo sai,Крозе ле Пти,Крозе-ле-Петі,小克罗塞		FR	27	25	252	25178	141	Europe/Paris
6429740	Crouzet-Migette	crouzet-migette	Crouzet-Migette,Kruze Mizhet,Kruze-Mizhett,ke lu ze mi re te,Крузе Мижет,Крузе-Міжетт,克鲁泽米热特		FR	27	25	251	25180	118	Europe/Paris
6429741	Cubrial	cubrial	Cubrial,Kibrijal,Kjubrial',qu bu li a,Кибријал,Кюбріаль,屈布里阿		FR	27	25	251	25181	131	Europe/Paris
6429742	Cusance	cusance	Cusance		FR	27	25	251	25183	69	Europe/Paris
6429743	Cuse-et-Adrisans	cuse-et-adrisans	Cuse-et-Adrisans,Kis et Adrisan,Kjuz-e-Adrizan,qu si he a de li sang,Кис ет Адрисан,Кюз-е-Адризан,屈斯和阿德里桑		FR	27	25	251	25184	283	Europe/Paris
6429746	Dammartin-les-Templiers	dammartin-les-templiers	Damarten le Tempelije,Dammarten-le-Tamplie,Dammartin-les-Templiers,da ma er tan lai tang pu li ye er,Дамартен ле Темпелије,Даммартен-ле-Тампліє,达马尔坦莱唐普利耶尔		FR	27	25	251	25189	206	Europe/Paris
6429747	Dampierre-les-Bois	dampierre-les-bois	Damperr-le-Bua,Dampierre-les-Bois,Dampjer le Boa,sen lin dang pi ye er,Дампєрр-ле-Буа,Дампјер ле Боа,森林当皮耶尔		FR	27	25	252	25190	1654	Europe/Paris
6429748	Dampierre-sur-le-Doubs	dampierre-sur-le-doubs	Dampierre-sur-le-Doubs		FR	27	25	252	25191	460	Europe/Paris
6429749	Damprichard	damprichard	Damprichard,Damrishar,Danrishar,dang pu li sha er,Дамришар,Данришар,当普里沙尔		FR	27	25	252	25193	1886	Europe/Paris
6429750	Dasle	dasle	Dal,Dal',da si er,Дал,Даль,达斯尔		FR	27	25	252	25196	1423	Europe/Paris
6429751	Deluz	deluz	Deliz,Delju,dai lu,Делиз,Делю,代吕		FR	27	25	251	25197	623	Europe/Paris
6429753	Déservillers	deservillers			FR	27	25	251	25199	341	Europe/Paris
6429755	Dommartin	dommartin	Domarten,Dommarten,Dommartin,duo ma er tan,Домартен,Доммартен,多马尔坦		FR	27	25	253	25201	694	Europe/Paris
6429756	Dompierre-les-Tilleuls	dompierre-les-tilleuls	Dompierre-les-Tilleuls		FR	27	25	253	25202	267	Europe/Paris
6429757	Domprel	domprel	Domprel,Domprel',dong pu lei,Домпрел,Домпрель,东普雷		FR	27	25	253	25203	174	Europe/Paris
6429758	Dung	dung	Dung		FR	27	25	252	25207	650	Europe/Paris
6429759	Échay	echay	Echay,Eshe,ai xie,Échay,Еше,埃谢		FR	27	25	251	25209	128	Europe/Paris
6429760	Écurcey	ecurcey	Ecurcey,Écurcey		FR	27	25	252	25216	270	Europe/Paris
6429762	Épenouse	epenouse	Epenouse,Épenouse		FR	27	25	253	25218	148	Europe/Paris
6429763	Épenoy	epenoy	Epenoy,Epenua,ai pang wa,Épenoy,Епенуа,埃庞瓦		FR	27	25	253	25219	631	Europe/Paris
6429764	Épeugney	epeugney	Epen'e,Epeugney,ai po gai yi,Épeugney,Епеньє,埃珀盖伊		FR	27	25	251	25220	594	Europe/Paris
6429765	Esnans	esnans	Enan,Esnans,ai si nan,Енан,埃斯南		FR	27	25	251	25221	66	Europe/Paris
6429766	Étalans	etalans	Etalans,Étalans		FR	27	25	253	25222	1532	Europe/Paris
6429767	Éternoz	eternoz	Eterno,Eternoz,ai tai er nuo,Éternoz,Етерно,Етерноз,埃泰尔诺		FR	27	25	251	25223	337	Europe/Paris
6429768	Étouvans	etouvans	Etouvans,Etuvan,ai tu wang,Étouvans,Етуван,埃图旺		FR	27	25	252	25224	822	Europe/Paris
6429770	Étrappe	etrappe	Etrap,Etrapp,Etrappe,ai te la pu,Étrappe,Етрап,Етрапп,埃特拉普		FR	27	25	252	25226	213	Europe/Paris
6429771	Étray	etray	Etray,Etre,ai te lai,Етре,埃特赖		FR	27	25	253	25227	262	Europe/Paris
6429772	Étupes	etupes	Etupes,Étupes		FR	27	25	252	25228	3729	Europe/Paris
6429773	Évillers	evillers	Eville,Evillers,Evjer,ai wei lai er,Évillers,Евілле,Евјер,埃维莱尔		FR	27	25	253	25229	356	Europe/Paris
6429774	Exincourt	exincourt	Eksenkur,Exincourt,ai ke sang ku er,aksynkwrt,Ексенкур,إكسينكورت,埃克桑库尔		FR	27	25	252	25230	3230	Europe/Paris
6429775	Eysson	eysson	Ejsson,Eson,Eysson,ai song,Ейссон,Есон,埃松		FR	27	25	253	25231	114	Europe/Paris
6429776	Faimbe	faimbe	Femb,Fen,fan bu,fymby,Фемб,Фен,فیمبی,凡布		FR	27	25	252	25232	110	Europe/Paris
6429777	Fallerans	fallerans	Faleran,Falleran,Fallerans,fa lei lang,falyrans,Фалеран,Фаллеран,فالیرانس,法勒朗		FR	27	25	253	25233	282	Europe/Paris
6429778	Ferrières-le-Lac	ferrieres-le-lac	Ferrieres-le-Lac,Ferrières-le-Lac		FR	27	25	252	25234	170	Europe/Paris
6429779	Ferrières-les-Bois	ferrieres-les-bois			FR	27	25	251	25235	318	Europe/Paris
6429780	Fertans	fertans	Fertan,Fertans,fu er tang,Фертан,弗尔唐		FR	27	25	251	25236	259	Europe/Paris
6429782	Fessevillers	fessevillers	Fessevillers		FR	27	25	252	25238	159	Europe/Paris
6429783	Feule	feule	Fel',fu er,Фель,弗尔		FR	27	25	252	25239	180	Europe/Paris
6429785	Flangebouche	flangebouche	Flangebouche		FR	27	25	253	25243	774	Europe/Paris
6429786	Fontain	fontain	Fontain,Fonten,feng tan,Фонтен,丰坦		FR	27	25	251	25245	1289	Europe/Paris
6429787	Fontenelle-Montby	fontenelle-montby	Fontanel Monbi,Fontenel'-Monbi,Fontenelle-Montby,feng te nei er meng te bi,Фонтанел Монби,Фонтенель-Монбі,丰特内尔蒙特比		FR	27	25	251	25247	93	Europe/Paris
6429788	Fontenotte	fontenotte	Fontenotte		FR	27	25	251	25249	62	Europe/Paris
6429789	Fourbanne	fourbanne	Furban,Furbann,fu er bang,Фурбан,Фурбанн,富尔邦		FR	27	25	251	25251	173	Europe/Paris
6429790	Fournet-Blancheroche	fournet-blancheroche	Fournet-Blancheroche,Furne Blanshrosh,Furne-Blanshrosh,fu er nei bu lang she luo ke,Фурне Бланшрош,Фурне-Бланшрош,富尔内布朗舍罗克		FR	27	25	252	25255	366	Europe/Paris
6429791	Frambouhans	frambouhans	Frambouhans,Frambuan,fu lang bu ang,Фрамбуан,弗朗布昂		FR	27	25	252	25256	892	Europe/Paris
6429792	Franey	franey	Franey		FR	27	25	251	25257	275	Europe/Paris
6429793	Froidevaux	froidevaux	Froidevaux		FR	27	25	252	25261	72	Europe/Paris
6429794	Fuans	fuans	Fuans		FR	27	25	253	25262	492	Europe/Paris
6429795	Gellin	gellin	Gellin		FR	27	25	253	25263	241	Europe/Paris
6429797	Geneuille	geneuille	Geneuille		FR	27	25	251	25265	1342	Europe/Paris
6429798	Geney	geney	Geney		FR	27	25	252	25266	120	Europe/Paris
6429799	Gennes	gennes	Gennes,Zhenn,re nei,Женн,热内		FR	27	25	251	25267	680	Europe/Paris
6429800	Germéfontaine	germefontaine	Germefontaine,Germéfontaine,Zhermefonten,re er mei feng tan,Жермефонтен,热尔梅丰坦		FR	27	25	253	25268	129	Europe/Paris
6429802	Gevresin	gevresin	Zhevresen,Zhevrezen,re fu lei sang,Жеврезен,Жевресен,热夫雷桑		FR	27	25	251	25270	118	Europe/Paris
6429803	Gilley	gilley	Dziyii,Gilley,Zhie,Zhije,ji lai,Жије,Жіє,吉莱		FR	27	25	253	25271	1636	Europe/Paris
6429804	Glamondans	glamondans	Glamondan,ge la meng dang,Гламондан,格拉蒙当		FR	27	25	251	25273	214	Europe/Paris
6429805	Glay	glay	Glay,Gle,ge lai,Гле,格莱		FR	27	25	252	25274	341	Europe/Paris
6429806	Glère	glere	Gler,Glere,Glère,Глер		FR	27	25	252	25275	223	Europe/Paris
6429807	Gondenans-Montby	gondenans-montby	Gondenan-Monbi,Gondenans-Montby,Gondnan Monbi,gong de nan meng te bi,Гонденан-Монбі,Гонднан Монби,贡德南蒙特比		FR	27	25	251	25276	175	Europe/Paris
6429808	Gondenans-les-Moulins	gondenans-les-moulins	Gondenan-le-Mulen,Gondenans-les-Moulins,Gondnan le Mulen,gong de nan lai mu lan,Гонденан-ле-Мулен,Гонднан ле Мулен,贡德南莱穆兰		FR	27	25	251	25277	75	Europe/Paris
6429809	Gonsans	gonsans	Gonsan,Gonsans,gong sang,Гонсан,贡桑		FR	27	25	251	25278	572	Europe/Paris
6429810	Gouhelans	gouhelans			FR	27	25	251	25279	114	Europe/Paris
6429811	Goumois	goumois	Goumois		FR	27	25	252	25280	166	Europe/Paris
6429812	Goux-lès-Dambelin	goux-les-dambelin	Goux-les-Dambelin,Goux-lès-Dambelin		FR	27	25	252	25281	285	Europe/Paris
6429813	Goux-les-Usiers	goux-les-usiers	Goux-les-Usiers		FR	27	25	253	25282	728	Europe/Paris
6429814	Goux-sous-Landet	goux-sous-landet	Goux-sous-Landet		FR	27	25	251	25283	77	Europe/Paris
6429815	Grand-Charmont	grand-charmont	Gran-Sharmon,Grand-Charmont,ge lang sha er meng,Гран-Шармон,格朗沙尔蒙		FR	27	25	252	25284	5641	Europe/Paris
6429816	Grand'Combe-des-Bois	grand-combe-des-bois	Grand'Combe-des-Bois		FR	27	25	253	25286	138	Europe/Paris
6429817	Grandfontaine-sur-Creuse	grandfontaine-sur-creuse	Grandfontaine-sur-Creuse		FR	27	25	253	25289	72	Europe/Paris
6429818	Granges-Narboz	granges-narboz	Granges-Narboz		FR	27	25	253	25293	1194	Europe/Paris
6429819	Guillon-les-Bains	guillon-les-bains	Guillon-les-Bains		FR	27	25	251	25299	104	Europe/Paris
6429820	Guyans-Durnes	guyans-durnes	Guyans-Durnes		FR	27	25	251	25300	275	Europe/Paris
6429821	Guyans-Vennes	guyans-vennes	Gjuian-Venn,Guyans-Vennes,ji ang wei nei,Гюїан-Венн,吉昂韦内		FR	27	25	253	25301	822	Europe/Paris
6429822	Hauterive-la-Fresse	hauterive-la-fresse	Hauterive-la-Fresse,Otriv la Fres,Otriv-la-Fress,ao te li fu la fu lei si,Отрив ла Фрес,Отрив-ла-Фресс,奥特里夫拉弗雷斯		FR	27	25	253	25303	222	Europe/Paris
6429823	Hérimoncourt	herimoncourt	Erimonkur,Herimoncourt,Hérimoncourt,ai li meng ku er,Еримонкур,埃里蒙库尔		FR	27	25	252	25304	3640	Europe/Paris
6429824	Houtaud	houtaud	Uto,wu tuo,Уто,乌托		FR	27	25	253	25309	1074	Europe/Paris
6429825	Huanne-Montmartin	huanne-montmartin	Huanne-Montmartin,Juann-Monmarten,yu ang meng te ma er tan,Юанн-Монмартен,于昂蒙特马尔坦		FR	27	25	251	25310	82	Europe/Paris
6429826	Hyémondans	hyemondans	Emondan,Hyemondans,Hyémondans,yi ai meng dang,Ємондан,伊埃蒙当		FR	27	25	252	25311	198	Europe/Paris
6429827	Hyèvre-Magny	hyevre-magny	Hyevre-Magny,Hyèvre-Magny		FR	27	25	251	25312	73	Europe/Paris
6429828	Hyèvre-Paroisse	hyevre-paroisse	Evr-Paruass,Hyevre-Paroisse,Hyèvre-Paroisse,yi ai fu er pa lu wa si,Євр-Паруасс,伊埃夫尔帕鲁瓦斯		FR	27	25	251	25313	188	Europe/Paris
6429829	Indevillers	indevillers	Endville,Indevillers,an de wei lai er,Ендвілле,安德维莱尔		FR	27	25	252	25314	251	Europe/Paris
6429830	Issans	issans	Issans		FR	27	25	252	25316	241	Europe/Paris
6429832	Jougne	jougne	Jougne		FR	27	25	253	25318	1839	Europe/Paris
6429834	Labergement-Sainte-Marie	labergement-sainte-marie			FR	27	25	253	25320	1176	Europe/Paris
6429835	Villers-le-Lac	villers-le-lac			FR	27	25	253	25321	4889	Europe/Paris
6429837	Laissey	laissey	Laissey,Lesse,lai sai,laysy,Лессе,لائسی,莱塞		FR	27	25	251	25323	440	Europe/Paris
6429838	Lanans	lanans	Lanan,la nan,lanans,Ланан,لانانس,拉南		FR	27	25	251	25324	167	Europe/Paris
6429839	Landresse	landresse	Landress,Landresse,lang de lei si,Ландресс,لانڈریسی,朗德雷斯		FR	27	25	253	25325	233	Europe/Paris
6429840	Lantenne-Vertière	lantenne-vertiere	Lantenn-Vert'er,Lantenne-Vertiere,Lantenne-Vertière,lang tang wei er di ai,lantyn-wyrtyr,Лантенн-Вертьєр,لانتین-ویرتیر,朗唐韦尔蒂埃		FR	27	25	251	25326	535	Europe/Paris
6429972	Rurey	rurey	Rjure,lu lei,Рюре,吕雷		FR	27	25	251	25511	336	Europe/Paris
6429841	Lanthenans	lanthenans	Lantenan,landynans,lang te nan,Лантенан,لاندینانس,朗特南		FR	27	25	252	25327	67	Europe/Paris
6429842	Larnod	larnod	Larnod		FR	27	25	251	25328	772	Europe/Paris
6429843	Laval-le-Prieuré	laval-le-prieure	Laval'-le-Priere,Laval-le-Prieure,Laval-le-Prieuré,la wa lai pu li ye yu lei,Лаваль-ле-Прієре,拉瓦莱普里耶于雷		FR	27	25	253	25329	34	Europe/Paris
6429844	Lavans-Quingey	lavans-quingey	Lavans-Quingey		FR	27	25	251	25330	200	Europe/Paris
6429845	Lavans-Vuillafans	lavans-vuillafans	Lavans-Vuillafans		FR	27	25	251	25331	233	Europe/Paris
6429846	Lavernay	lavernay	Lavernay		FR	27	25	251	25332	575	Europe/Paris
6429847	Laviron	laviron	Laviron		FR	27	25	253	25333	334	Europe/Paris
6429848	Levier	levier	Leve,Levier,lei wei ye,Левє,勒维耶		FR	27	25	253	25334	2169	Europe/Paris
6429849	Liebvillers	liebvillers	Liebvillers		FR	27	25	252	25335	170	Europe/Paris
6429850	Liesle	liesle	L'el',Liesle,li ye si er,Льєль,利耶斯尔		FR	27	25	251	25336	521	Europe/Paris
6429851	Lizine	lizine	Lizin,Lizine,li zan,Лізін,利赞		FR	27	25	251	25338	87	Europe/Paris
6429852	Lods	lods	Lo,Ло		FR	27	25	251	25339	221	Europe/Paris
6429853	Lomont-sur-Crête	lomont-sur-crete	Lomont-sur-Crete,Lomont-sur-Crête		FR	27	25	251	25341	167	Europe/Paris
6429854	Longechaux	longechaux	Longechaux		FR	27	25	253	25342	77	Europe/Paris
6429855	Longemaison	longemaison	Longemaison		FR	27	25	253	25343	153	Europe/Paris
6429856	Longevelle-sur-Doubs	longevelle-sur-doubs	Longevelle-sur-Doubs,Lonzhvel'-sjur-Du,du bu he pan long re wei er,Лонжвель-сюр-Ду,杜布河畔隆热韦尔		FR	27	25	252	25345	690	Europe/Paris
6429857	Longevilles-Mont-d'Or	longevilles-mont-d-or			FR	27	25	253	25348	566	Europe/Paris
6429858	Loray	loray	Loray,Lore,luo lai,Лоре,洛赖		FR	27	25	253	25349	498	Europe/Paris
6429859	Lougres	lougres	Lougres,Lugr,lu ge lei,Лугр,卢格雷		FR	27	25	252	25350	779	Europe/Paris
6429860	Luxiol	luxiol			FR	27	25	251	25354	161	Europe/Paris
6429861	Malbrans	malbrans	Malbrans		FR	27	25	251	25360	152	Europe/Paris
6429862	Malbuisson	malbuisson	Malbuisson		FR	27	25	253	25361	860	Europe/Paris
6429863	Malpas	malpas	Mal'pa,Malpas,ma er pa,Мальпа,马尔帕		FR	27	25	253	25362	279	Europe/Paris
6429864	Mamirolle	mamirolle	Mamirolle		FR	27	25	251	25364	1773	Europe/Paris
6429865	Mancenans-Lizerne	mancenans-lizerne	Mancenans-Lizerne		FR	27	25	252	25366	191	Europe/Paris
6429866	Mandeure	mandeure	Mandeure		FR	27	25	252	25367	4833	Europe/Paris
6429867	Marchaux-Chaudefontaine	marchaux-chaudefontaine	Marchaux-Chaudefontaine,Marsho,ma er shao,Маршо,马尔绍		FR	27	25	251	25368	1463	Europe/Paris
6429869	Mathay	mathay	Mathay		FR	27	25	252	25370	2166	Europe/Paris
6429870	Mazerolles-le-Salin	mazerolles-le-salin	Mazerolles-le-Salin		FR	27	25	251	25371	203	Europe/Paris
6429871	Médière	mediere	Med'er,Mediere,Médière,mei di ai,Медьєр,梅迪埃		FR	27	25	252	25372	291	Europe/Paris
6429872	Le Mémont	le-memont	Le Memont,Le Mémont		FR	27	25	253	25373	41	Europe/Paris
6429874	Mérey-sous-Montrond	merey-sous-montrond	Mere-su-Monron,Merey-sous-Montrond,Mérey-sous-Montrond,mei lei su meng te long,Мере-су-Монрон,梅雷苏蒙特龙		FR	27	25	251	25375	424	Europe/Paris
6429875	Mérey-Vieilley	merey-vieilley	Merey-Vieilley,Mérey-Vieilley		FR	27	25	251	25376	145	Europe/Paris
6429876	Mésandans	mesandans	Mesandans,Mésandans		FR	27	25	251	25377	219	Europe/Paris
6429877	Meslières	meslieres	Meslieres,Meslières		FR	27	25	252	25378	372	Europe/Paris
6429878	Mesmay	mesmay	Mesmay		FR	27	25	251	25379	72	Europe/Paris
6429879	Métabief	metabief	Metabief,Métabief		FR	27	25	253	25380	1184	Europe/Paris
6429880	Miserey-Salines	miserey-salines	Miserey-Salines		FR	27	25	251	25381	2442	Europe/Paris
6429883	Mondon	mondon	Mondon		FR	27	25	251	25384	95	Europe/Paris
6429884	Montancy	montancy	Montansi,meng tang xi,Монтансі,蒙唐西		FR	27	25	252	25386	148	Europe/Paris
6429885	Montandon	montandon	Montandon,meng tang dong,Монтандон,蒙唐东		FR	27	25	252	25387	408	Europe/Paris
6429886	Montbéliardot	montbeliardot	Montbeliardot,Montbéliardot		FR	27	25	253	25389	114	Europe/Paris
6429887	Montbenoît	montbenoit	Montbenoit,Montbenoît		FR	27	25	253	25390	395	Europe/Paris
6429888	Mont-de-Laval	mont-de-laval	Mont-de-Laval		FR	27	25	253	25391	175	Europe/Paris
6429889	Mont-de-Vougney	mont-de-vougney	Mont-de-Vougney		FR	27	25	252	25392	181	Europe/Paris
6429890	Montécheroux	montecheroux	Montecheroux,Montécheroux		FR	27	25	252	25393	569	Europe/Paris
6429891	Montenois	montenois	Montenois,Montenua,meng tang wa,Монтенуа,蒙唐瓦		FR	27	25	252	25394	1510	Europe/Paris
6429892	Montfaucon	montfaucon	Monfokon,Montfaucon,meng te fu kong,Монфокон,蒙特福孔		FR	27	25	251	25395	1527	Europe/Paris
6429893	Montferrand-le-Château	montferrand-le-chateau	Montferrand-le-Chateau,Montferrand-le-Château		FR	27	25	251	25397	2108	Europe/Paris
6429894	Montflovin	montflovin			FR	27	25	253	25398	104	Europe/Paris
6429896	Montgesoye	montgesoye	Monzhezua,meng te re su wa ai,Монжезуа,蒙特热苏瓦埃		FR	27	25	251	25400	472	Europe/Paris
6429897	Montivernage	montivernage	Montivernage		FR	27	25	251	25401	29	Europe/Paris
6429898	Montjoie-le-Château	montjoie-le-chateau	Montjoie-le-Chateau,Montjoie-le-Château		FR	27	25	252	25402	28	Europe/Paris
6429899	Montlebon	montlebon	Monlebon,meng te lei bang,Монлебон,蒙特勒邦		FR	27	25	253	25403	2052	Europe/Paris
6429900	Montmahoux	montmahoux	Montmahoux		FR	27	25	251	25404	94	Europe/Paris
6429901	Montperreux	montperreux	Monperre,Montperreux,meng te pei er lei,Монперре,蒙特佩尔勒		FR	27	25	253	25405	847	Europe/Paris
6429902	Montrond-le-Château	montrond-le-chateau	Monron-le-Shato,meng te long lai sha tuo,Монрон-ле-Шато,蒙特龙莱沙托		FR	27	25	251	25406	562	Europe/Paris
6429903	Montussaint	montussaint			FR	27	25	251	25408	59	Europe/Paris
6429904	Morre	morre	Morr,Morre,mo er,Морр,莫尔		FR	27	25	251	25410	1354	Europe/Paris
6429905	Morteau	morteau	Morteau		FR	27	25	253	25411	6970	Europe/Paris
6429906	Mouthe	mouthe	Mouthe		FR	27	25	253	25413	1083	Europe/Paris
6429907	Mouthier-Haute-Pierre	mouthier-haute-pierre	Mouthier-Haute-Pierre		FR	27	25	251	25415	328	Europe/Paris
6429908	Myon	myon	Mion,Myon,mi weng,Міон,میون، ڈوبس,米翁		FR	27	25	251	25416	187	Europe/Paris
6429909	Nancray	nancray	Nancray,Nankre,nan ke lai,Нанкре,南克赖		FR	27	25	251	25418	1259	Europe/Paris
6429910	Nans-sous-Sainte-Anne	nans-sous-sainte-anne	Nan-su-Sent-Ann,Nans-sous-Sainte-Anne,nan su si-sheng ang,Нан-су-Сент-Анн,南苏斯-圣昂		FR	27	25	251	25420	147	Europe/Paris
6429911	Narbief	narbief	Narbief		FR	27	25	253	25421	66	Europe/Paris
6429912	Neuchâtel-Urtière	neuchatel-urtiere	Neuchatel-Urtiere,Neuchâtel-Urtière		FR	27	25	252	25422	194	Europe/Paris
6429913	Les Premiers Sapins	les-premiers-sapins	No,nuo de,Но,诺德		FR	27	25	253	25424	1561	Europe/Paris
6429914	Noël-Cerneux	noel-cerneux	Noel-Cerneux,Noël-Cerneux		FR	27	25	253	25425	421	Europe/Paris
6429915	Noirefontaine	noirefontaine	Nuarfonten,nu wa lei feng tan,Нуарфонтен,努瓦雷丰坦		FR	27	25	252	25426	377	Europe/Paris
6429916	Noironte	noironte	Noironte		FR	27	25	251	25427	383	Europe/Paris
6429917	Nommay	nommay	Nommay,Nomme,nuo mai,Номме,诺迈		FR	27	25	252	25428	1655	Europe/Paris
6429918	Novillars	novillars	Novillar,Novillars,nuo wei la er,Новіллар,诺维拉尔		FR	27	25	251	25429	1508	Europe/Paris
6429919	Ollans	ollans	Ollans		FR	27	25	251	25430	38	Europe/Paris
6429920	Onans	onans	Onan,Onans,ao nan,Онан,奥南		FR	27	25	252	25431	356	Europe/Paris
6429921	Orchamps-Vennes	orchamps-vennes	Orchamps-Vennes		FR	27	25	253	25432	2134	Europe/Paris
6429922	Ornans	ornans	Ornans		FR	27	25	251	25434	4385	Europe/Paris
6429923	Orsans	orsans	Orsan,Orsans,ao er sang,Орсан,奥尔桑		FR	27	25	253	25435	164	Europe/Paris
6429924	Orve	orve	Orve		FR	27	25	252	25436	64	Europe/Paris
6429925	Osse	osse			FR	27	25	251	25437	326	Europe/Paris
6429926	Osselle-Routelle	osselle-routelle	Ossel',Osselle-Routelle,ao sai er,Оссель,奥塞尔		FR	27	25	251	25438	952	Europe/Paris
6429927	Ougney-Douvot	ougney-douvot	Ougney-Douvot,Un'e-Duvo,wu gai yi du wo,Уньє-Дуво,乌盖伊杜沃		FR	27	25	251	25439	249	Europe/Paris
6429928	Ouhans	ouhans	Ouhans,Uan,wu ang,Уан,乌昂		FR	27	25	253	25440	375	Europe/Paris
6429929	Ouvans	ouvans			FR	27	25	253	25441	62	Europe/Paris
6429930	Oye-et-Pallet	oye-et-pallet	Oye-et-Pallet,Ua-e-Palle,wa ai he pa lai,Уа-е-Палле,瓦埃和帕莱		FR	27	25	253	25442	731	Europe/Paris
6429931	Palantine	palantine			FR	27	25	251	25443	67	Europe/Paris
6429933	Paroy	paroy	Paroy		FR	27	25	251	25445	124	Europe/Paris
6429934	Passonfontaine	passonfontaine			FR	27	25	253	25447	323	Europe/Paris
6429935	Pelousey	pelousey	Pelousey,Peluze,pei lu sai,Пелузе,佩卢塞		FR	27	25	251	25448	1511	Europe/Paris
6429936	Pessans	pessans	Pessans		FR	27	25	251	25450	87	Europe/Paris
6429937	Pierrefontaine-lès-Blamont	pierrefontaine-les-blamont	Perrfonten-le-Blamon,Pierrefontaine-les-Blamont,Pierrefontaine-lès-Blamont,pi ye er lei feng tan lai bu la meng,Пєррфонтен-ле-Бламон,皮耶尔雷丰坦莱布拉蒙		FR	27	25	252	25452	462	Europe/Paris
6429938	Pierrefontaine-les-Varans	pierrefontaine-les-varans	Perrfonten-le-Varan,Pierrefontaine-les-Varans,pi ye er lei feng tan lai wa lang,Пєррфонтен-ле-Варан,皮耶尔雷丰坦莱瓦朗		FR	27	25	253	25453	1414	Europe/Paris
6429939	Pirey	pirey	Pire,Pirey,pi lei,Піре,皮雷		FR	27	25	251	25454	2049	Europe/Paris
6429940	Placey	placey	Placey		FR	27	25	251	25455	198	Europe/Paris
6429941	Plaimbois-Vennes	plaimbois-vennes			FR	27	25	253	25457	102	Europe/Paris
6429942	Le Val	le-val	Le Val		FR	27	25	251	25460	241	Europe/Paris
6429943	Pompierre-sur-Doubs	pompierre-sur-doubs	Pompierre-sur-Doubs		FR	27	25	252	25461	307	Europe/Paris
6429944	Pontarlier	pontarlier	Pontarlier		FR	27	25	253	25462	17284	Europe/Paris
6429945	Pont-de-Roide-Vermondans	pont-de-roide-vermondans	Pont-de-Roide-Vermondans		FR	27	25	252	25463	4200	Europe/Paris
6429946	Pouilley-Français	pouilley-francais			FR	27	25	251	25466	832	Europe/Paris
6429947	Pouilley-les-Vignes	pouilley-les-vignes			FR	27	25	251	25467	1967	Europe/Paris
6429948	Présentevillers	presentevillers	Presentevillers,Prezantville,Présentevillers,pu lei sheng wei lai er,Презантвілле,普雷圣维莱尔		FR	27	25	252	25469	453	Europe/Paris
6429949	Puessans	puessans	Puessans		FR	27	25	251	25472	31	Europe/Paris
6429950	Pugey	pugey	Pjuzhe,Pugey,pi re,Пюже,皮热		FR	27	25	251	25473	748	Europe/Paris
6429951	Rancenay	rancenay	Rancenay,Ransene,lang se nai,Рансене,朗瑟奈		FR	27	25	251	25477	322	Europe/Paris
6429952	Randevillers	randevillers	Randevillers		FR	27	25	252	25478	118	Europe/Paris
6429953	Rang	rang	Ran,Rang,Ран		FR	27	25	252	25479	421	Europe/Paris
6429955	Raynans	raynans	Raynans		FR	27	25	252	25481	339	Europe/Paris
6429956	Reculfoz	reculfoz	Reculfoz		FR	27	25	253	25483	41	Europe/Paris
6429957	Rennes-sur-Loue	rennes-sur-loue	Renn-sjur-Lu,Rennes-sur-Loue,lu he pan lei nei,Ренн-сюр-Лу,卢河畔雷内		FR	27	25	251	25488	99	Europe/Paris
6429958	Reugney	reugney	Ren'e,Reugney,lei gai yi,Реньє,勒盖伊		FR	27	25	251	25489	316	Europe/Paris
6429959	Rignosot	rignosot	Rignosot		FR	27	25	251	25491	117	Europe/Paris
6429960	Rillans	rillans	Rillans		FR	27	25	251	25492	93	Europe/Paris
6429961	Rochejean	rochejean	Rochejean		FR	27	25	253	25494	676	Europe/Paris
6429962	Roche-lès-Clerval	roche-les-clerval	Roche-les-Clerval,Roche-lès-Clerval		FR	27	25	252	25496	120	Europe/Paris
6429963	Roches-lès-Blamont	roches-les-blamont	Roches-les-Blamont,Roches-lès-Blamont,Rosh-le-Blamon,luo xie lai bu la meng,Рош-ле-Бламон,罗谢莱布拉蒙		FR	27	25	252	25497	640	Europe/Paris
6429964	Rognon	rognon	Rognon		FR	27	25	251	25498	49	Europe/Paris
6429965	Ronchaux	ronchaux	Ronchaux		FR	27	25	251	25500	88	Europe/Paris
6429966	Rondefontaine	rondefontaine	Rondefontaine		FR	27	25	253	25501	32	Europe/Paris
6429967	Rosières-sur-Barbèche	rosieres-sur-barbeche	Rosieres-sur-Barbeche,Rosières-sur-Barbèche		FR	27	25	252	25503	124	Europe/Paris
6429968	Rosureux	rosureux	Rosureux		FR	27	25	253	25504	78	Europe/Paris
6429969	Rougemontot	rougemontot	Rougemontot		FR	27	25	251	25506	94	Europe/Paris
6429973	Saint-Antoine	saint-antoine	Saint-Antoine,Sent-Antuan,sheng ang tu wan,Сент-Антуан,سینٹ-انتوینے، دوبس,圣昂图万		FR	27	25	253	25514	339	Europe/Paris
6429974	Sainte-Colombe	sainte-colombe	Sainte-Colombe,Sent-Kolomb,sheng ke long bu,Сент-Коломб,سین-کولومبے، دوبس,圣科隆布		FR	27	25	253	25515	394	Europe/Paris
6429975	Saint-Georges-Armont	saint-georges-armont	Saint-Georges-Armont		FR	27	25	252	25516	119	Europe/Paris
6429976	Saint-Gorgon-Main	saint-gorgon-main	Saint-Gorgon-Main		FR	27	25	253	25517	283	Europe/Paris
6429977	Saint-Hippolyte	saint-hippolyte	Saint-Hippolyte,Sen-Ippolit,sheng yi bo li te,Сен-Іпполіт,سینٹ-ہپپولیتے، دوبس,圣伊波利特		FR	27	25	252	25519	904	Europe/Paris
6429978	Saint-Juan	saint-juan	Saint-Juan,Sen-Zhuan,sheng rui ang,Сен-Жуан,سینٹ-جان,圣瑞昂		FR	27	25	251	25520	171	Europe/Paris
6429979	Saint-Julien-lès-Montbéliard	saint-julien-les-montbeliard			FR	27	25	252	25521	166	Europe/Paris
6429980	Saint-Point-Lac	saint-point-lac	Saint-Point-Lac		FR	27	25	253	25525	281	Europe/Paris
6429981	Sainte-Suzanne	sainte-suzanne	Sainte-Suzanne		FR	27	25	252	25526	1533	Europe/Paris
6429982	Saint-Vit	saint-vit	Saint-Vit		FR	27	25	251	25527	4854	Europe/Paris
6429983	Samson	samson	Samson		FR	27	25	251	25528	92	Europe/Paris
6429984	Sancey	sancey	Sanse-le-Gran,da sang sai,Сансе-ле-Гран,大桑塞		FR	27	25	252	25529	1322	Europe/Paris
6429987	Saraz	saraz	Saraz		FR	27	25	251	25533	12	Europe/Paris
6429988	Saules	saules	Saules		FR	27	25	251	25535	225	Europe/Paris
6429990	Séchin	sechin			FR	27	25	251	25538	118	Europe/Paris
6429991	Seloncourt	seloncourt	Selonkur,se long ku er,Селонкур,瑟隆库尔		FR	27	25	252	25539	5823	Europe/Paris
6429992	Semondans	semondans	Semondans		FR	27	25	252	25540	300	Europe/Paris
6429993	Septfontaines	septfontaines			FR	27	25	253	25541	367	Europe/Paris
6429994	Servin	servin	Servin		FR	27	25	251	25544	201	Europe/Paris
6429995	Silley-Amancey	silley-amancey	Silley-Amancey		FR	27	25	251	25545	136	Europe/Paris
6429996	Silley-Bléfond	silley-blefond			FR	27	25	251	25546	53	Europe/Paris
6429997	Sochaux	sochaux			FR	27	25	252	25547	4015	Europe/Paris
6429998	Solemont	solemont	Sol'mon,Solemont,suo lai meng,Сольмон,索莱蒙		FR	27	25	252	25548	158	Europe/Paris
6429999	Sombacour	sombacour	Sombacour,Sombakur,song ba ku,Сомбакур,松巴库		FR	27	25	253	25549	632	Europe/Paris
6430000	Soulce-Cernay	soulce-cernay	Soulce-Cernay,Sul's-Serne,su er ke sai er nai,Сульс-Серне,苏尔克塞尔奈		FR	27	25	252	25551	122	Europe/Paris
6430001	Sourans	sourans	Sourans,Suran,su lang,Суран,苏朗		FR	27	25	252	25552	119	Europe/Paris
6430002	Soye	soye	Suj,su wa ai,Суй,苏瓦埃		FR	27	25	252	25553	385	Europe/Paris
6430003	Surmont	surmont	Surmont		FR	27	25	252	25554	124	Europe/Paris
6430004	Taillecourt	taillecourt	Taillecourt,Tajkur,ta ye ku er,Тайкур,塔耶库尔		FR	27	25	252	25555	1108	Europe/Paris
6430005	Tallans	tallans	Tallans		FR	27	25	251	25556	49	Europe/Paris
6430006	Tallenay	tallenay	Tallenay		FR	27	25	251	25557	409	Europe/Paris
6430007	Tarcenay-Foucherans	tarcenay-foucherans	Tarcenay-Foucherans,Tarsene,ta er se nai,Тарсене,塔尔瑟奈		FR	27	25	251	25558	1487	Europe/Paris
6430008	Thiébouhans	thiebouhans	Thiebouhans,Thiébouhans		FR	27	25	252	25559	254	Europe/Paris
6430009	Thise	thise	Thise,Tiz,di si,Тіз,蒂斯		FR	27	25	251	25560	3069	Europe/Paris
6430010	Thoraise	thoraise	Thoraise,Torez,tuo lai si,Торез,托赖斯		FR	27	25	251	25561	358	Europe/Paris
6430011	Thulay	thulay	Thulay		FR	27	25	252	25562	219	Europe/Paris
6430013	Torpes	torpes	Torp,tuo er pei,Торп,托尔佩		FR	27	25	251	25564	1041	Europe/Paris
6430014	Touillon-et-Loutelet	touillon-et-loutelet	Touillon-et-Loutelet		FR	27	25	253	25565	257	Europe/Paris
6430015	Tournans	tournans	Tournans,Turnan,tu er nan,Турнан,图尔南		FR	27	25	251	25567	132	Europe/Paris
6430016	Trépot	trepot	Trepot,Trépot		FR	27	25	251	25569	530	Europe/Paris
6430018	Trévillers	trevillers	Treville,Trevillers,Trévillers,te lei wei lai er,trwylrs,Тревілле,ترویلرس,特雷维莱尔		FR	27	25	252	25571	483	Europe/Paris
6430019	Trouvans	trouvans	Trouvans		FR	27	25	251	25572	104	Europe/Paris
6430020	Uzelle	uzelle	Juzel',yu ze er,Юзель,于泽尔		FR	27	25	251	25574	171	Europe/Paris
6430022	Val-de-Roulans	val-de-roulans	Val-de-Roulans		FR	27	25	251	25579	192	Europe/Paris
6430023	Valentigney	valentigney	Valantin'e,Valantinje,Valantinjė,Valentigney,wa lang di gai yi,Валантіньє,瓦朗蒂盖伊		FR	27	25	252	25580	10381	Europe/Paris
6430025	Valonne	valonne	Valonn,Valonne,falwn,wa long,Валонн,فالون,瓦隆		FR	27	25	252	25583	248	Europe/Paris
6430026	Valoreille	valoreille	Valoreille		FR	27	25	252	25584	129	Europe/Paris
6430028	Vandoncourt	vandoncourt	Vandoncourt,Vandonkur,fandwnkwrt,wang dong ku er,wndnkwrt,Вандонкур,فاندونكورت,وندنکورت,旺东库尔		FR	27	25	252	25586	837	Europe/Paris
6430030	Vaucluse	vaucluse	Dipartiment del Vaucluse,Dipartiment dël Vaucluse,Vaucluse,Vokljuz,wawklws  dwbs,wo ke lu si,Воклюз,واوکلوس، دوبس,沃克吕斯		FR	27	25	252	25588	120	Europe/Paris
6430031	Vauclusotte	vauclusotte	Vauclusotte		FR	27	25	252	25589	91	Europe/Paris
6430032	Vaudrivillers	vaudrivillers	Vaudrivillers		FR	27	25	251	25590	90	Europe/Paris
6430033	Vaufrey	vaufrey	Vaufrey,Vofre,wawfry,wo fu lei,Вофре,واوفری,沃夫雷		FR	27	25	252	25591	159	Europe/Paris
6430034	Vaux-et-Chantegrue	vaux-et-chantegrue	Vaux-et-Chantegrue,Vo-e-Shantgrju,wawks at chntgrw,wo he shang tai ge lu ai,Во-е-Шантгрю,واوکس ات چنتگرو,沃和尚泰格吕埃		FR	27	25	253	25592	565	Europe/Paris
6430035	Velesmes-Essarts	velesmes-essarts	Velesmes-Essarts		FR	27	25	251	25594	343	Europe/Paris
6430036	Vellerot-lès-Belvoir	vellerot-les-belvoir	Vellero-le-Bel'vuar,Vellerot-les-Belvoir,Vellerot-lès-Belvoir,wei lei luo lai bei er wa,wlrt las blwyr,Веллеро-ле-Бельвуар,ولرت لاس بلویر,韦勒罗莱贝尔瓦		FR	27	25	252	25595	98	Europe/Paris
6430037	Vellerot-lès-Vercel	vellerot-les-vercel	Vellerot-les-Vercel,Vellerot-lès-Vercel		FR	27	25	253	25596	65	Europe/Paris
6430200	Roynac	roynac	Roynac		FR	84	26	262	26287	484	Europe/Paris
6430038	Vellevans	vellevans	Vellevan,Vellevans,wei lei wang,wlwns,Веллеван,ولونس,韦勒旺		FR	27	25	252	25597	226	Europe/Paris
6430039	Venise	venise	Venise,Veniz,wei ni si,wnys  dwbs,Веніз,ونیس، دوبس,韦尼斯		FR	27	25	251	25598	509	Europe/Paris
6430040	Vennans	vennans	Vennans		FR	27	25	251	25599	261	Europe/Paris
6430041	Vercel-Villedieu-le-Camp	vercel-villedieu-le-camp	Vercel-Villedieu-le-Camp,Versel'-Vil'd'e-le-Kam,wei er sai wei lei di ye yu-er kang,wrkl wyldyw lh kmp,Версель-Вільдьє-ле-Кам,ورکل ویلدیو له کمپ,韦尔塞维勒迪耶于-尔康		FR	27	25	253	25601	1566	Europe/Paris
6430042	Vergranne	vergranne	Vergranne		FR	27	25	251	25602	109	Europe/Paris
6430043	Verne	verne	Verne		FR	27	25	251	25604	129	Europe/Paris
6430044	Vernierfontaine	vernierfontaine	Vern'erfonten,Vernierfontaine,wei er nie er feng tan,wrnyrfntyn,Верньєрфонтен,ورنیرفنتین,韦尔涅尔丰坦		FR	27	25	253	25605	464	Europe/Paris
6430045	Vernois-lès-Belvoir	vernois-les-belvoir	Vernois-les-Belvoir,Vernois-lès-Belvoir		FR	27	25	252	25607	60	Europe/Paris
6430046	Viéthorey	viethorey			FR	27	25	251	25613	93	Europe/Paris
6430047	Vieux-Charmont	vieux-charmont	Ve-Sharmon,Vieux-Charmont,fu yue sha er meng,Вє-Шармон,弗约沙尔蒙		FR	27	25	252	25614	2725	Europe/Paris
6430048	Villars-lès-Blamont	villars-les-blamont	Villar-le-Blamon,wei la er lai bu la meng,Віллар-ле-Бламон,维拉尔莱布拉蒙		FR	27	25	252	25615	448	Europe/Paris
6430049	Villars-Saint-Georges	villars-saint-georges	Villar-Sen-Zhorzh,Villars-Saint-Georges,wei la er sheng ruo er re,Віллар-Сен-Жорж,维拉尔圣若尔热		FR	27	25	251	25616	270	Europe/Paris
6430050	Villars-sous-Dampjoux	villars-sous-dampjoux	Villar-su-Damzhu,Villars-sous-Dampjoux,wei la er su dang pu ru,Віллар-су-Дамжу,维拉尔苏当普茹		FR	27	25	252	25617	362	Europe/Paris
6430051	Villars-sous-Écot	villars-sous-ecot	Villar-su-Eko,Villars-sous-Ecot,Villars-sous-Écot,wei la er su ai ke,Віллар-су-Еко,维拉尔苏埃科		FR	27	25	252	25618	354	Europe/Paris
6430052	Ville-du-Pont	ville-du-pont	Ville-du-Pont		FR	27	25	253	25620	304	Europe/Paris
6430053	Villeneuve-d'Amont	villeneuve-d-amont	Villeneuve-d'Amont		FR	27	25	253	25621	240	Europe/Paris
6430054	Villers-Buzon	villers-buzon	Ville-Bjuzon,Villers-Buzon,wei lai er bi zong,Вілле-Бюзон,维莱尔比宗		FR	27	25	251	25622	255	Europe/Paris
6430055	Villers-Chief	villers-chief	Villers-Chief		FR	27	25	253	25623	125	Europe/Paris
6430056	Villers-Grélot	villers-grelot	Villers-Grelot,Villers-Grélot		FR	27	25	251	25624	153	Europe/Paris
6430057	Villers-la-Combe	villers-la-combe	Villers-la-Combe		FR	27	25	253	25625	51	Europe/Paris
6430058	Villers-Saint-Martin	villers-saint-martin	Villers-Saint-Martin		FR	27	25	251	25626	216	Europe/Paris
6430059	Villers-sous-Chalamont	villers-sous-chalamont	Villers-sous-Chalamont		FR	27	25	253	25627	290	Europe/Paris
6430060	Villers-sous-Montrond	villers-sous-montrond	Villers-sous-Montrond		FR	27	25	251	25628	211	Europe/Paris
6430061	Voillans	voillans	Voillans		FR	27	25	251	25629	208	Europe/Paris
6430062	Voires	voires	Voires		FR	27	25	251	25630	97	Europe/Paris
6430063	Vorges-les-Pins	vorges-les-pins	Vorges-les-Pins,Vorzh-le-Pen,wo er re lai pan,Ворж-ле-Пен,沃尔热莱潘		FR	27	25	251	25631	597	Europe/Paris
6430064	Voujeaucourt	voujeaucourt	Voujeaucourt,Vuzhajukur,wu ruo ku er,Вужаюкур,武若库尔		FR	27	25	252	25632	3248	Europe/Paris
6430065	Vuillecin	vuillecin	Vjuesen,Vuillecin,wei yi lai sang,Вюєсен,维伊莱桑		FR	27	25	253	25634	647	Europe/Paris
6430066	Vyt-lès-Belvoir	vyt-les-belvoir	Vit-le-Bel'vuar,Vyt-les-Belvoir,Vyt-lès-Belvoir,wei lai bei er wa,Віт-ле-Бельвуар,维莱贝尔瓦		FR	27	25	252	25635	187	Europe/Paris
6430067	Combovin	combovin	Combovin		FR	84	26	263	26100	409	Europe/Paris
6430068	Condillac	condillac	Condilhac,Condillac,Kondijak,kong di la ke,Кондијак,Кондіяк,孔迪拉克		FR	84	26	262	26102	141	Europe/Paris
6430069	Cornillac	cornillac	Cornilhac,Cornillac,Kornijak,ke er ni la ke,kwrnylak,Корнијак,Корніяк,کورنیلاک,科尔尼拉克		FR	84	26	262	26104	81	Europe/Paris
6430070	Cornillon-sur-l'Oule	cornillon-sur-l-oule	Cornillon-sur-l'Oule		FR	84	26	262	26105	69	Europe/Paris
6430071	Crépol	crepol	Crepol,Crépol,Krepol,Krepol',ke lei bo,Крепол,Креполь,克雷波		FR	84	26	263	26107	561	Europe/Paris
6430072	Crozes-Hermitage	crozes-hermitage	Crosa,Croses e Ermitatge,Cròsa,Kroz-Ermitazh,Krozez Ermitazh,ke luo ze ai er mi ta ge,kurozu=erumitaju,Кроз-Ермітаж,Крозез Ермитаж,クローズ＝エルミタージュ,克罗泽埃尔米塔格		FR	84	26	263	26110	651	Europe/Paris
6430073	Crupies	crupies	Crupies,Krjupi,Krupje,Las Crupias,Las Crupiás,ke lu pi ye,Крупје,Крюпі,克吕皮耶		FR	84	26	262	26111	98	Europe/Paris
6430074	Curnier	curnier	Curnier,Kjurn'e,Kurnije,qu er nie,Курније,Кюрньє,屈尔涅		FR	84	26	262	26112	172	Europe/Paris
6430075	Die	die	Dea,Di,Dia,Die,Diá,Dje,di,di ye,Ди,Ді,Дје,ディー,迪耶		FR	84	26	261	26113	4585	Europe/Paris
6430076	Dieulefit	dieulefit	Dieulefit		FR	84	26	262	26114	3121	Europe/Paris
6430077	Divajeu	divajeu			FR	84	26	261	26115	637	Europe/Paris
6430078	Donzère	donzere	Donzere,Donzère		FR	84	26	262	26116	5739	Europe/Paris
6430079	Échevis	echevis	Echevis,Echevís,Eshevi,ai she wei,Échevis,Ешеві,埃舍维		FR	84	26	261	26117	48	Europe/Paris
6430080	Épinouze	epinouze	Epinuz,ai pan wu ci,Епінуз,埃潘乌兹		FR	84	26	263	26118	1558	Europe/Paris
6430081	Érôme	erome	Erom,Eroma,Erome,Eròma,ai long,Érôme,Ером,埃龙		FR	84	26	263	26119	818	Europe/Paris
6430082	Espeluche	espeluche	Espeluche		FR	84	26	262	26121	1039	Europe/Paris
6430083	Espenel	espenel	Espenel		FR	84	26	261	26122	167	Europe/Paris
6430084	Establet	establet	Establet,Etable,ai si ta bu lai,Етабле,埃斯塔布莱		FR	84	26	261	26123	28	Europe/Paris
6430085	Étoile-sur-Rhône	etoile-sur-rhone	Etoile-sur-Rhone,Étoile-sur-Rhône		FR	84	26	263	26124	5412	Europe/Paris
6430086	Eurre	eurre	Eurre		FR	84	26	261	26125	1305	Europe/Paris
6430087	Eygalayes	eygalayes	Eygalayes		FR	84	26	262	26126	84	Europe/Paris
6430088	Eygaliers	eygaliers	Eygaliers		FR	84	26	262	26127	103	Europe/Paris
6430090	Eyroles	eyroles	Airolas,Airòlas,Ejrol',Erol,Eyroles,ai luo lai,Ейроль,Ерол,埃罗莱		FR	84	26	262	26130	30	Europe/Paris
6430091	Eyzahut	eyzahut	Aisauet,Aisaüt,Ejzaju,Eyzahut,Ezai,ai zuo,Езаи,Ейзаю,埃佐		FR	84	26	262	26131	142	Europe/Paris
6430092	Fay-le-Clos	fay-le-clos	Fay-le-Clos		FR	84	26	263	26133	166	Europe/Paris
6430093	Francillon-sur-Roubion	francillon-sur-roubion	Francilhon,Francillon-sur-Roubion,Fransijon sir Rubion,Fransijon-sjur-Rubjon,lu bi weng he pan fu lang xi long,Франсијон сир Рубион,Франсійон-сюр-Рубйон,鲁比翁河畔弗朗西隆		FR	84	26	261	26137	192	Europe/Paris
6430094	Génissieux	genissieux	Geniciu,Zhenis'e,Zhenisjo,re ni xi e,Женисјо,Женісьє,热尼西厄		FR	84	26	263	26139	2183	Europe/Paris
6430095	Geyssans	geyssans	Geissan,Zhejssan,Zhesan,re sang,Жейссан,Жесан,热桑		FR	84	26	263	26140	721	Europe/Paris
6430096	Gigors-et-Lozeron	gigors-et-lozeron	Gigorc e Lauseron,Gigors-et-Lozeron,Gigòrç e Lauseron,Zhigor-e-Lozron,Zhigors et Lozeron,ji ge er he luo ze long,Жигор-е-Лозрон,Жигорс ет Лозерон,吉戈尔和洛泽龙		FR	84	26	261	26141	178	Europe/Paris
6430097	Glandage	glandage	Glandage,Glandatge,Glandazh,ge lang da ge,Гландаж,格朗达格		FR	84	26	261	26142	113	Europe/Paris
6430098	Gumiane	gumiane	Gjumjan,Gumiana,ju mi ang,Гюмян,居米昂		FR	84	26	261	26147	20	Europe/Paris
6430099	Hauterives	hauterives	Hauterives		FR	84	26	263	26148	1900	Europe/Paris
6430100	Hostun	hostun	Hostun		FR	84	26	263	26149	975	Europe/Paris
6430101	Izon-la-Bruisse	izon-la-bruisse	Ison dAigalaias,Izon-la-Brjuiss,yi zong la bu lu yi si,Ізон-ла-Брюїсс,伊宗拉布吕伊斯		FR	84	26	262	26150	10	Europe/Paris
6430102	Jonchères	joncheres	Joncheres,Jonchères		FR	84	26	261	26152	29	Europe/Paris
6430105	Lapeyrouse-Mornay	lapeyrouse-mornay	Lapejruz-Morne,Lapeyrouse-Mornay,la pei lu si mo er nai,lapyrwsy-mwrnay,Лапейруз-Морне,لاپیروسی-مورنای,拉佩鲁斯莫尔奈		FR	84	26	263	26155	1217	Europe/Paris
6430106	Larnage	larnage	Larnage		FR	84	26	263	26156	1073	Europe/Paris
6430107	Laval-d'Aix	laval-d-aix	Laval-d'Aix		FR	84	26	261	26159	122	Europe/Paris
6430108	Laveyron	laveyron			FR	84	26	263	26160	1165	Europe/Paris
6430109	Lens-Lestang	lens-lestang	Lan-Letan,Lens-Lestang,lang lai si tang,Лан-Летан,朗莱斯唐		FR	84	26	263	26162	859	Europe/Paris
6430110	Léoncel	leoncel	Leoncel,Leoncèl,Leonsel',Lhonceu,Lhoncèu,Léoncel,lai weng sai,Леонсель,莱翁塞		FR	84	26	261	26163	52	Europe/Paris
6430111	Lesches-en-Diois	lesches-en-diois	Lesches-en-Diois		FR	84	26	261	26164	50	Europe/Paris
6430112	Livron-sur-Drôme	livron-sur-drome	Livron-sur-Drome,Livron-sur-Drôme		FR	84	26	261	26165	9098	Europe/Paris
6430113	Loriol-sur-Drôme	loriol-sur-drome	LAuriou de Droma,LAuriòu de Droma,Lorjol'-sjur-Drom,de luo ne he pan luo li ao,Лорйоль-сюр-Дром,德罗讷河畔洛里奥		FR	84	26	261	26166	6561	Europe/Paris
6430114	Lus-la-Croix-Haute	lus-la-croix-haute	Lju-la-Krua-Ot,Lutz de la Crotz Auta,lu la-ke lu wa ao te,Лю-ла-Круа-От,吕拉-克鲁瓦奥特		FR	84	26	261	26168	549	Europe/Paris
6430115	Malissard	malissard	Malissard		FR	84	26	263	26170	3192	Europe/Paris
6430116	Manas	manas	Manas		FR	84	26	262	26171	195	Europe/Paris
6430117	Manthes	manthes	Mant,Manthes,mang tai,Мант,芒泰		FR	84	26	263	26172	669	Europe/Paris
6430118	Margès	marges	Marges,Margès		FR	84	26	263	26174	1133	Europe/Paris
6430119	Marignac-en-Diois	marignac-en-diois	Marignac-en-Diois		FR	84	26	261	26175	208	Europe/Paris
6430120	Marsanne	marsanne	Marcana,Marsann,Marsanne,Marçana,Марсанн		FR	84	26	262	26176	1333	Europe/Paris
6430121	Menglon	menglon	Manglon,Menglon,mang ge long,Манглон,芒格隆		FR	84	26	261	26178	501	Europe/Paris
6430122	Mercurol	mercurol	Mercurol-Veaunes,Mercurou,Mercuròu,Merkjurol',mei er qu luo,Меркюроль,梅尔屈罗		FR	84	26	263	26179	2623	Europe/Paris
6430123	Mérindol-les-Oliviers	merindol-les-oliviers	Merendol'-lez-Olive,Merindol-les-Oliviers,Mirindou,Mirindòu,Mérindol-les-Oliviers,mei lan duo lai ao li wei ye er,Мерендоль-лез-Олівє,梅兰多莱奥利维耶尔		FR	84	26	262	26180	229	Europe/Paris
6430124	Mévouillon	mevouillon	Medulhon,Mevouillon,Mevujon,Mévouillon,mei wu yi long,Мевуйон,梅武伊隆		FR	84	26	262	26181	241	Europe/Paris
6430125	Mirabel-aux-Baronnies	mirabel-aux-baronnies			FR	84	26	262	26182	1590	Europe/Paris
6430126	Mirabel-et-Blacons	mirabel-et-blacons	Mirabel-et-Blacons		FR	84	26	261	26183	1058	Europe/Paris
6430127	Mirmande	mirmande	Mirmande		FR	84	26	261	26185	574	Europe/Paris
6430128	Miscon	miscon	Miscon		FR	84	26	261	26186	56	Europe/Paris
6430130	Mollans-sur-Ouvèze	mollans-sur-ouveze			FR	84	26	262	26188	1060	Europe/Paris
6430131	Montauban-sur-l'Ouvèze	montauban-sur-l-ouveze	Montauban-sur-l'Ouveze,Montauban-sur-l'Ouvèze		FR	84	26	262	26189	109	Europe/Paris
6430132	Montaulieu	montaulieu	Montol'e,Montoliu,meng tuo li e,Монтольє,蒙托利厄		FR	84	26	262	26190	83	Europe/Paris
6430133	Montboucher-sur-Jabron	montboucher-sur-jabron	Monbushe-sjur-Zhabron,Montbocheir,Montbochèir,Montboucher sur Jabron,Montboucher-sur-Jabron,ya bu luo ne he pan meng te bu xie,Монбуше-сюр-Жаброн,雅布罗讷河畔蒙特布谢		FR	84	26	262	26191	2273	Europe/Paris
6430134	Montbrison-sur-Lez	montbrison-sur-lez	Monbrizon-sjur-Le,Montbrison,Montbrison-sur-Lez,lai he pan meng bu li song,Монбризон-сюр-Ле,莱河畔蒙布里松		FR	84	26	262	26192	286	Europe/Paris
6430135	Montbrun-les-Bains	montbrun-les-bains	Montbrun-les-Bains		FR	84	26	262	26193	444	Europe/Paris
6430136	Montchenu	montchenu	Monshenju,Montchenu,meng te xie ni,Моншеню,蒙特谢尼		FR	84	26	263	26194	581	Europe/Paris
6430137	Montclar-sur-Gervanne	montclar-sur-gervanne	Monklar-sjur-Zhervann,Montclar,Montclar-sur-Gervanne,re er wang he pan meng te ke la,Монклар-сюр-Жерванн,热尔旺河畔蒙特克拉		FR	84	26	261	26195	181	Europe/Paris
6430138	Montéléger	monteleger	Montalagier,Monteleger,Montelezhe,Montéléger,meng tai lai re,Монтележе,蒙泰莱热		FR	84	26	263	26196	1798	Europe/Paris
6430139	Montélier	montelier	Montelier,Montélier		FR	84	26	263	26197	4077	Europe/Paris
6430140	Montélimar	montelimar	Montelimar,Montélimar		FR	84	26	262	26198	38692	Europe/Paris
6430142	Montguers	montguers	Montguers		FR	84	26	262	26201	43	Europe/Paris
6430143	Montjoyer	montjoyer	Montjoier,Montjoièr,Montjoyer,Monzhuae,meng te ru wa ai,Монжуає,蒙特茹瓦埃		FR	84	26	262	26203	279	Europe/Paris
6430144	Montlaur-en-Diois	montlaur-en-diois	Montlaur-en-Diois		FR	84	26	261	26204	149	Europe/Paris
6430145	Montmaur-en-Diois	montmaur-en-diois	Montmaur-en-Diois		FR	84	26	261	26205	82	Europe/Paris
6430146	Montmeyran	montmeyran	Montmeyran		FR	84	26	263	26206	2877	Europe/Paris
6430147	Montmiral	montmiral	Monmiral',meng te mi la,Монміраль,蒙特米拉		FR	84	26	263	26207	660	Europe/Paris
6430148	Montoison	montoison	Montacon,Montaçon,Montoison,Montuazon,meng tu wa song,Монтуазон,蒙图瓦松		FR	84	26	261	26208	1912	Europe/Paris
6430149	Montréal-les-Sources	montreal-les-sources	Montreal-les-Sources,Montréal-les-Sources		FR	84	26	262	26209	24	Europe/Paris
6430150	Valherbasse	valherbasse	Monrigo,Valherbasse,meng te li ge,Монриго,蒙特里戈		FR	84	26	263	26210	1002	Europe/Paris
6430151	Montségur-sur-Lauzon	montsegur-sur-lauzon	Monsegjur-sjur-Lozon,Montsegur,Montsegur-sur-Lauzon,Montségur-sur-Lauzon,luo zong he pan meng te sai ju,Монсегюр-сюр-Лозон,洛宗河畔蒙特塞居		FR	84	26	262	26211	1291	Europe/Paris
6430152	Montvendre	montvendre	Montvendre		FR	84	26	263	26212	1167	Europe/Paris
6430153	Moras-en-Valloire	moras-en-valloire	Moras-en-Valloire		FR	84	26	263	26213	657	Europe/Paris
6430154	Mornans	mornans	Mornans		FR	84	26	261	26214	70	Europe/Paris
6430155	Mours-Saint-Eusèbe	mours-saint-eusebe	Morc,Morç,Mours-Saint-Eusebe,Mours-Saint-Eusèbe,Mur-Sent-Ezeb,mu er sheng e sai bu,Мур-Сент-Езеб,穆尔圣厄塞布		FR	84	26	263	26218	3096	Europe/Paris
6430156	Mureils	mureils	Mjurej,Mureils,mi lei er,Мюрей,米雷尔		FR	84	26	263	26219	465	Europe/Paris
6430157	Nyons	nyons	Nyons		FR	84	26	262	26220	6742	Europe/Paris
6430158	Omblèze	ombleze	Ombleses,Omblez,Ombleze,Omblèze,weng bu lai ci,Омблез,翁布莱兹		FR	84	26	261	26221	71	Europe/Paris
6430159	Orcinas	orcinas			FR	84	26	262	26222	38	Europe/Paris
6430160	Oriol-en-Royans	oriol-en-royans	Oriol-en-Royans		FR	84	26	261	26223	536	Europe/Paris
6430161	Ourches	ourches	Orchas,Ourches,Ursh,wu er xie,Урш,乌尔谢		FR	84	26	263	26224	247	Europe/Paris
6430162	Parnans	parnans	Parnan,Parnans,pa er nan,Парнан,帕尔南		FR	84	26	263	26225	699	Europe/Paris
6430163	Pelonne	pelonne	Pelonne		FR	84	26	262	26227	23	Europe/Paris
6430164	Peyrins	peyrins	Pairin,Pejren,pei lan,Пейрен,佩兰		FR	84	26	263	26231	2802	Europe/Paris
6430165	Peyrus	peyrus	Peirus,Peirús,Pejrju,Peyrus,pei lu,Пейрю,佩吕		FR	84	26	263	26232	605	Europe/Paris
6430167	Piégros-la-Clastre	piegros-la-clastre	Pegro-la-Klastr,Piegros-la-Clastre,Piégros-la-Clastre,Pueigros e la Clastra,Puèigròs e la Clastra,pi ai ge luo la ke la si te er,Пєгро-ла-Кластр,皮埃格罗拉克拉斯特尔		FR	84	26	261	26234	825	Europe/Paris
6430168	Pierrelatte	pierrelatte	Pierrelatte		FR	84	26	262	26235	13286	Europe/Paris
6430169	Pierrelongue	pierrelongue	Peiralonga,Perrlong,Pierrelongue,Pèiralonga,pi ye er lei long gai,Пєррлонг,皮耶尔雷隆盖		FR	84	26	262	26236	220	Europe/Paris
6430170	Plaisians	plaisians	Plaisians,Plaissan dAigaliers,Plaissan dAigalièrs,Plez'jan,pu lai xi ang,Плезьян,普莱西昂		FR	84	26	262	26239	197	Europe/Paris
6430171	Plan-de-Baix	plan-de-baix	Plan-de-Baix,Plan-de-Be,Plandebais,pu lang de bai,План-де-Бе,普朗德拜		FR	84	26	261	26240	145	Europe/Paris
6430172	Ponet-et-Saint-Auban	ponet-et-saint-auban	Ponet-et-Saint-Auban		FR	84	26	261	26246	126	Europe/Paris
6430173	Ponsas	ponsas	Ponsas		FR	84	26	263	26247	521	Europe/Paris
6430174	Pontaix	pontaix	Pontais,Pontaix,Ponte,peng tai,Понте,蓬泰		FR	84	26	261	26248	166	Europe/Paris
6430175	Pont-de-Barret	pont-de-barret	Lo Pont de Barret,Pon-de-Barre,Pont de Barret,Pont-de-Barret,peng de ba er lei,Пон-де-Барре,蓬德巴尔雷		FR	84	26	262	26249	671	Europe/Paris
6430176	Pont-de-l'Isère	pont-de-l-isere	Pont-de-l'Isere,Pont-de-l'Isère		FR	84	26	263	26250	3415	Europe/Paris
6430177	Portes-en-Valdaine	portes-en-valdaine	Portes-en-Valdaine		FR	84	26	262	26251	397	Europe/Paris
6430178	Portes-lès-Valence	portes-les-valence	Portes-les-Valence,Portes-lès-Valence		FR	84	26	263	26252	10445	Europe/Paris
6430179	Poyols	poyols	Poyols		FR	84	26	261	26253	69	Europe/Paris
6430180	Pradelle	pradelle	Pradel',Pradela,Pradelle,Pradèla,pu la dai er,Прадель,普拉代尔		FR	84	26	261	26254	18	Europe/Paris
6430181	Propiac	propiac	Propiak,pu luo pi a ke,Пропіак,普罗皮阿克		FR	84	26	262	26256	124	Europe/Paris
6430182	Puygiron	puygiron	Pjuizhiron,Puegiron,Pueigirond,Puygiron,Puèigirond,pi yi ji long,Пюїжирон,皮伊吉龙		FR	84	26	262	26257	421	Europe/Paris
6430183	Puy-Saint-Martin	puy-saint-martin	Lo Puei de Sant Martin,Lo Puèi de Sant Martin,Pjui-Sen-Marten,Pueg Sant Martin,Puy-Saint-Martin,Puèg Sant Martin,pi yi sheng ma er tan,Пюї-Сен-Мартен,皮伊圣马尔坦		FR	84	26	261	26258	881	Europe/Paris
6430184	Ratières	ratieres	Rat'er,Ratieres,Ratières,la di ai,Ратьєр,拉蒂埃		FR	84	26	263	26259	270	Europe/Paris
6430186	Reilhanette	reilhanette			FR	84	26	262	26263	144	Europe/Paris
6430187	Rémuzat	remuzat	Remjuza,Remusac,Remusat,Remuzat,Rémuzat,lei mi zha,Ремюза,雷米扎		FR	84	26	262	26264	352	Europe/Paris
6430188	Rimon-et-Savel	rimon-et-savel	Rimon-et-Savel		FR	84	26	261	26266	28	Europe/Paris
6430189	Rioms	rioms	Riom,Rioms,Riòm,Rjom,li weng,Рйом,里翁		FR	84	26	262	26267	26	Europe/Paris
6430190	Rochebaudin	rochebaudin	Rochabaudin,Rochebaudin,Roshboden,Ròchabaudin,luo xie bo dan,Рошбоден,罗谢博丹		FR	84	26	262	26268	121	Europe/Paris
6430191	Rochebrune	rochebrune	Rochabruna,Rochebrune,Roshbrjun,Ròchabruna,luo xie bu lan,Рошбрюн,罗谢布兰		FR	84	26	262	26269	63	Europe/Paris
6430192	Rochechinard	rochechinard	Rochechinard		FR	84	26	261	26270	115	Europe/Paris
6430193	Rochefort-Samson	rochefort-samson	Rochafort de Samson,Roshfor-Samson,Ròchafòrt de Samson,luo xie fu er sang song,Рошфор-Самсон,罗谢福尔桑松		FR	84	26	263	26273	1000	Europe/Paris
6430194	Rochefourchat	rochefourchat	Rochefourchat		FR	84	26	261	26274	1	Europe/Paris
6430196	Romans-sur-Isère	romans-sur-isere	Romans-sur-Isere,Romans-sur-Isère		FR	84	26	263	26281	33310	Europe/Paris
6430197	Roussas	roussas	Rossas,Rossàs,Roussas,Russa,lu sa,Русса,鲁萨		FR	84	26	262	26284	365	Europe/Paris
6430198	Rousset-les-Vignes	rousset-les-vignes	Rousset-les-Vignes		FR	84	26	262	26285	293	Europe/Paris
6430201	Saillans	saillans	Saillans,Sajan,Salhans,sai lang,Саян,سیلنس، ڈرامے,赛朗		FR	84	26	261	26289	1233	Europe/Paris
6430202	Saint-Agnan-en-Vercors	saint-agnan-en-vercors	Saint-Agnan-en-Vercors,Sant Anhan de Vercors,Sant Anhan de Vercòrs,Sent-An'jan-an-Verkor,wei er ke er de qu sheng a ni ang,Сент-Аньян-ан-Веркор,سینٹ-اگنان-این -ورکورس,韦尔科尔地区圣阿尼昂		FR	84	26	261	26290	387	Europe/Paris
6430203	Saint-Auban-sur-l'Ouvèze	saint-auban-sur-l-ouveze	Saint-Auban-sur-l'Ouveze,Saint-Auban-sur-l'Ouvèze		FR	84	26	262	26292	215	Europe/Paris
6430204	Saint-Avit	saint-avit	Saint-Avit,Sant Avit,Sent-Avi,sheng a wei,Сент-Аві,سینٹ-اوٹ، ڈرامے,圣阿维		FR	84	26	263	26293	302	Europe/Paris
6430205	Saint-Bardoux	saint-bardoux	Saint-Bardoux,Sant Bardou,Sant Bardòu,Sen-Bardu,sheng ba er du,Сен-Барду,سینٹ-پاردو,圣巴尔杜		FR	84	26	263	26294	607	Europe/Paris
6430206	Saint-Barthélemy-de-Vals	saint-barthelemy-de-vals	Saint-Barthelemy-de-Vals,Saint-Barthélemy-de-Vals		FR	84	26	263	26295	1884	Europe/Paris
6430208	Saint-Christophe-et-le-Laris	saint-christophe-et-le-laris	Sen-Kristof-e-le-Lari,sheng ke li si tuo fu he lai-la li,Сен-Кристоф-е-ле-Ларі,سینٹ-کروسٹوفے-یت-لے-لارس,圣克里斯托夫和莱-拉里		FR	84	26	263	26298	411	Europe/Paris
6430209	Saint-Dizier-en-Diois	saint-dizier-en-diois	Saint-Dizier-en-Diois		FR	84	26	261	26300	48	Europe/Paris
6430210	Saint-Donat-sur-l'Herbasse	saint-donat-sur-l-herbasse			FR	84	26	263	26301	4107	Europe/Paris
6430211	Sainte-Euphémie-sur-Ouvèze	sainte-euphemie-sur-ouveze	Sainte-Euphemie-sur-Ouveze,Sainte-Euphémie-sur-Ouvèze		FR	84	26	262	26303	71	Europe/Paris
6430212	Saint-Ferréol-Trente-Pas	saint-ferreol-trente-pas	Sant Ferriou,Sant Ferriòu,Sen-Ferreol'-Trant-Pa,sheng fu er lei ao te lang te pa,Сен-Ферреоль-Трант-Па,سینٹ-فرریول-ٹرینتے-پاس,圣弗尔雷奥特朗特帕		FR	84	26	262	26304	248	Europe/Paris
6430213	Saint-Gervais-sur-Roubion	saint-gervais-sur-roubion	Saint-Gervais-sur-Roubion,Sant Gervasi,Sen-Zherve-sjur-Rubjon,lu bi weng he pan sheng re er wei,Сен-Жерве-сюр-Рубйон,سینٹ-گروس-سر-روبیوں,鲁比翁河畔圣热尔韦		FR	84	26	262	26305	1000	Europe/Paris
6430214	Sainte-Jalle	sainte-jalle	Sainte-Jalle,Santa Jala,Sent-Zhal',sheng ya er,Сент-Жаль,سین-جلے,圣雅尔		FR	84	26	262	26306	304	Europe/Paris
6430215	Saint-Jean-en-Royans	saint-jean-en-royans	Saint-Jean-en-Royans		FR	84	26	261	26307	2918	Europe/Paris
6430216	Saint-Julien-en-Quint	saint-julien-en-quint	Saint-Julien-en-Quint,Sant Julian de Quint,Sen-Zhul'en-an-Ken,qu an de qu sheng rui li an,Сен-Жульєн-ан-Кен,سینٹ-جلیں -این -قینٹ,屈安地区圣瑞利安		FR	84	26	261	26308	155	Europe/Paris
6430217	Saint-Julien-en-Vercors	saint-julien-en-vercors	Saint-Julien-en-Vercors,Sant Julian de Vercors,Sant Julian de Vercòrs,Sen-Zhul'en-an-Verkor,wei er ke er de qu sheng rui li an,Сен-Жульєн-ан-Веркор,سینٹ-جلیں -این -ورکورس,韦尔科尔地区圣瑞利安		FR	84	26	261	26309	242	Europe/Paris
6430218	Saint-Laurent-d'Onay	saint-laurent-d-onay	Saint-Laurent-d'Onay		FR	84	26	263	26310	152	Europe/Paris
6430219	Saint-Laurent-en-Royans	saint-laurent-en-royans			FR	84	26	261	26311	1391	Europe/Paris
6430220	Saint-Marcel-lès-Sauzet	saint-marcel-les-sauzet	Saint-Marcel-les-Sauzet,Saint-Marcel-lès-Sauzet,Sant Marcau de Sauset,Sant Marceu de Sauset,Sant Marcèu de Sauset,Sant Marçau de Sauset,Sen-Marsel'-le-Soze,sheng ma er sai lai suo ze,Сен-Марсель-ле-Созе,سینٹ-مارسیل-لیس-سوضیت,圣马尔塞莱索泽		FR	84	26	262	26312	1247	Europe/Paris
6430221	Saint-Marcel-lès-Valence	saint-marcel-les-valence	Sant Marcau de Valenca,Sant Marçau de Valença,Sen-Marsel'-le-Valans,sheng ma er sai lai wa lang ke,Сен-Марсель-ле-Валанс,سینٹ-مارسیل-لیس-ویلنس,圣马尔塞莱瓦朗克		FR	84	26	263	26313	6201	Europe/Paris
6430222	Saint-Martin-d'Août	saint-martin-d-aout	Saint-Martin-d'Aout,Saint-Martin-d'Août		FR	84	26	263	26314	382	Europe/Paris
6430223	Saint-Martin-en-Vercors	saint-martin-en-vercors	Saint-Martin-en-Vercors		FR	84	26	261	26315	371	Europe/Paris
6430224	Saint-Martin-le-Colonel	saint-martin-le-colonel	Saint-Martin-le-Colonel		FR	84	26	261	26316	190	Europe/Paris
6430225	Saint-Maurice-sur-Eygues	saint-maurice-sur-eygues	Saint-Maurice-sur-Eygues,Sant Maurici,Sen-Moris-sjur-Ejg,ai gai he pan sheng mo li ke,Сен-Морис-сюр-Ейг,سینٹ-موریس-سر-یگیس,埃盖河畔圣莫里克		FR	84	26	262	26317	771	Europe/Paris
6430226	Saint-May	saint-may	Saint-May,Sant Mai,Sen-Me,sheng mai,Сен-Ме,سینٹ-مئی,圣迈		FR	84	26	262	26318	41	Europe/Paris
6430227	Saint-Michel-sur-Savasse	saint-michel-sur-savasse	Saint-Michel-sur-Savasse,Sen-Mishel'-sjur-Savass,sa wa si he pan sheng mi she,Сен-Мішель-сюр-Савасс,سینٹ-مشیل-سر-سواسسے,萨瓦斯河畔圣米舍		FR	84	26	263	26319	574	Europe/Paris
6430229	Saint-Nazaire-le-Désert	saint-nazaire-le-desert			FR	84	26	261	26321	190	Europe/Paris
6430230	Saint-Pantaléon-les-Vignes	saint-pantaleon-les-vignes	Saint-Pantaleon-les-Vignes,Saint-Pantaléon-les-Vignes,Sant Pantali,Sen-Pantaleon-le-Vin',sheng pang ta lai weng lai wei gai,Сен-Панталеон-ле-Вінь,سینٹ-پنتلیوں -لیس-وگنس,圣庞塔莱翁莱维盖		FR	84	26	262	26322	445	Europe/Paris
6430231	Saint-Paul-lès-Romans	saint-paul-les-romans	Sant Pau de Rumans,Sant Paul de Rumans,Sen-Pol'-le-Roman,sheng bo lai luo mang,syn-pal-lys-rwmans,Сен-Поль-ле-Роман,سین-پال-لیس-رومانس,圣波莱罗芒		FR	84	26	263	26323	1822	Europe/Paris
6430232	Saint-Paul-Trois-Châteaux	saint-paul-trois-chateaux	Saint-Paul-Trois-Chateaux,Saint-Paul-Trois-Châteaux,Sanctus Paulus Tricastinorum,Sen-Pol'-Trua-Shato,Sent Paul de Tricastin,sheng bo te lu wa sha tuo,Сен-Поль-Труа-Шато,圣波特鲁瓦沙托		FR	84	26	262	26324	9026	Europe/Paris
6430233	Saint-Rambert-d'Albon	saint-rambert-d-albon	Saint-Rambert-d'Albon		FR	84	26	263	26325	6420	Europe/Paris
6430235	Saint-Roman	saint-roman	Saint-Roman,Sant Roman,Sen-Roman,sheng luo mang,syn-rwmn,Сен-Роман,سین-رومن,圣罗芒		FR	84	26	261	26327	189	Europe/Paris
6430236	Saint-Sauveur-en-Diois	saint-sauveur-en-diois	Saint-Sauveur-en-Diois		FR	84	26	261	26328	55	Europe/Paris
6430237	Saint-Sorlin-en-Valloire	saint-sorlin-en-valloire	Sen-Sorlen-an-Valluar,wa lu wa er de qu sheng suo er lan,Сен-Сорлен-ан-Валлуар,瓦卢瓦尔地区圣索尔兰		FR	84	26	263	26330	2250	Europe/Paris
6430239	Saint-Uze	saint-uze	Saint-Uze		FR	84	26	263	26332	2040	Europe/Paris
6430304	Caumont	caumont	Caumont,Komon,ke meng,Комон,科蒙		FR	28	27	272	27133	1035	Europe/Paris
6430240	Saint-Vallier	saint-vallier	Saint-Vallier,Sant Valier,Sen-Val'e,sheng wa li ye,Сен-Вальє,圣瓦利耶		FR	84	26	263	26333	3896	Europe/Paris
6430241	Salettes	salettes	Salettes		FR	84	26	262	26334	148	Europe/Paris
6430242	Salles-sous-Bois	salles-sous-bois	Salles-sous-Bois		FR	84	26	262	26335	187	Europe/Paris
6430243	Saou	saou	Saou,Sau,suo zhen,Сау,索镇		FR	84	26	261	26336	556	Europe/Paris
6430244	Saulce-sur-Rhône	saulce-sur-rhone	Saulce-sur-Rhone,Saulce-sur-Rhône		FR	84	26	262	26337	1850	Europe/Paris
6430245	Séderon	sederon	Sederon,Séderon,sai de long,Седерон,塞德龙		FR	84	26	262	26340	267	Europe/Paris
6430246	Serves-sur-Rhône	serves-sur-rhone	Serv-sjur-Ron,Servas,luo ne he pan sai er wei,Серв-сюр-Рон,罗讷河畔塞尔韦		FR	84	26	263	26341	743	Europe/Paris
6430247	Solérieux	solerieux	Solere,Solerieu,Solerieux,Solérieux,suo lai li e,Солерє,索莱里厄		FR	84	26	262	26342	342	Europe/Paris
6430248	Souspierre	souspierre	Souspierre		FR	84	26	262	26343	97	Europe/Paris
6430249	Soyans	soyans	Soian,Suajan,su wa ang,Суаян,苏瓦昂		FR	84	26	261	26344	381	Europe/Paris
6430250	Suze-la-Rousse	suze-la-rousse	Suze-la-Rousse		FR	84	26	262	26345	2089	Europe/Paris
6430251	Tain-l'Hermitage	tain-l-hermitage	Tain-l'Hermitage		FR	84	26	263	26347	6194	Europe/Paris
6430252	Taulignan	taulignan	Taulignan		FR	84	26	262	26348	1697	Europe/Paris
6430253	Tersanne	tersanne	Tersann,Tersanne,tai er sang,Терсанн,泰尔桑		FR	84	26	263	26349	356	Europe/Paris
6430254	Teyssières	teyssieres	Taisseiras,Taissèiras,Tejs'er,Teyssieres,Teyssières,tai xi ai,Тейсьєр,泰西埃		FR	84	26	262	26350	86	Europe/Paris
6430255	Triors	triors	Triors		FR	84	26	263	26355	551	Europe/Paris
6430256	Truinas	truinas	Trjuina,Truinas,Truinàs,te lu yi na,trwynas,Трюїна,ترویناس,特吕伊纳		FR	84	26	262	26356	122	Europe/Paris
6430257	Tulette	tulette	Tulette		FR	84	26	262	26357	1976	Europe/Paris
6430258	Vachères-en-Quint	vacheres-en-quint			FR	84	26	261	26359	31	Europe/Paris
6430259	Valaurie	valaurie	Valaurie		FR	84	26	262	26360	593	Europe/Paris
6430260	Valdrôme	valdrome			FR	84	26	261	26361	146	Europe/Paris
6430261	Valouse	valouse	Valosa,Valouse,Valuz,wa lu si,Валуз,瓦卢斯		FR	84	26	262	26363	34	Europe/Paris
6430262	Vassieux-en-Vercors	vassieux-en-vercors	Vassieux-en-Vercors		FR	84	26	261	26364	322	Europe/Paris
6430264	Venterol	venterol	Vantrol',Venterol,Venterou,Venteròu,wang te luo,wntrl  drm,Вантроль,ونترل، درم,旺特罗		FR	84	26	262	26367	705	Europe/Paris
6430265	Vercheny	vercheny	Verchenac,Vercheny,Versheni,wei er xie ni,wrchny,Вершені,ورچنی,韦尔谢尼		FR	84	26	261	26368	450	Europe/Paris
6430267	Vercoiran	vercoiran	Vercoiran		FR	84	26	262	26370	142	Europe/Paris
6430268	Véronne	veronne	Verona,Veronn,wei long,Веронн,韦龙		FR	84	26	261	26371	46	Europe/Paris
6430269	Vers-sur-Méouge	vers-sur-meouge	Vers-sur-Meouge,Vers-sur-Méouge		FR	84	26	262	26372	44	Europe/Paris
6430270	Vesc	vesc	Vesc,Vesk,wei si ke,Веск,韦斯克		FR	84	26	262	26373	272	Europe/Paris
6430272	Villefranche-le-Château	villefranche-le-chateau	Villefranche-le-Chateau,Villefranche-le-Château		FR	84	26	262	26375	22	Europe/Paris
6430273	Villeperdrix	villeperdrix	Vil'perdri,Vilaperdritz,Villeperdrix,wei lei pei er de li,Вільпердрі,维勒佩尔德里		FR	84	26	262	26376	117	Europe/Paris
6430274	Vinsobres	vinsobres			FR	84	26	262	26377	1165	Europe/Paris
6430275	Volvent	volvent	Volvent		FR	84	26	261	26378	34	Europe/Paris
6430276	Gervans	gervans	Gervanc,Gervans,Gervanç,Zhervan,re er wang,Жерван,热尔旺		FR	84	26	263	26380	560	Europe/Paris
6430277	Jaillans	jaillans	Jaillans,Jalhan,Zhajan,jyllns,re lang,Жаян,جیللنس,热朗		FR	84	26	263	26381	894	Europe/Paris
6430278	Saint-Vincent-la-Commanderie	saint-vincent-la-commanderie	Saint-Vincent-la-Commanderie,Sant Vincenc de Charpac,Sant Vincenç de Charpac,Sen-Vensan-la-Kommandri,sheng wan sang la ke mang de li ye,Сен-Венсан-ла-Коммандрі,圣万桑拉科芒德里耶		FR	84	26	263	26382	527	Europe/Paris
6430279	Boulleville	boulleville	Boulleville,Bull'vil',Bullevil',Bulvil,bu lei wei er,Булвил,Буллевиль,Булльвіль,布勒维尔		FR	28	27	272	27100	1145	Europe/Paris
6430280	Bouquelon	bouquelon	Bouquelon,Bukelon,Buklon,bu ke long,Букелон,Буклон,布克隆		FR	28	27	272	27101	489	Europe/Paris
6430281	Bouquetot	bouquetot	Bouquetot,Buketo,Bukto,bu ke tuo,Букето,Букто,布克托		FR	28	27	272	27102	1080	Europe/Paris
6430282	Bourg-Achard	bourg-achard	Bourg-Achard,Bur-Ashar,Burg Ashar,bu er a sha er,bwrgh atshard,Бур-Ашар,Бург Ашар,بورغ أتشارد,布尔阿沙尔		FR	28	27	272	27103	3718	Europe/Paris
6430284	Bourneville-Sainte-Croix	bourneville-sainte-croix			FR	28	27	272	27107	1269	Europe/Paris
6430285	Bourth	bourth	Bourth,Burt,Бурт		FR	28	27	272	27108	1295	Europe/Paris
6430286	Brestot	brestot	Bresto,Brestot,Breto,bu lei si tuo,Бресто,Брето,布雷斯托		FR	28	27	272	27110	575	Europe/Paris
6430287	Breuilpont	breuilpont			FR	28	27	271	27114	1227	Europe/Paris
6430288	Breux-sur-Avre	breux-sur-avre			FR	28	27	272	27115	345	Europe/Paris
6430289	Brionne	brionne	Brionne		FR	28	27	272	27116	4325	Europe/Paris
6430290	Broglie	broglie	Brogli,Broglie,Broli,bu luo ge li ye,Брогли,Броглі,Брољи,布罗格利耶		FR	28	27	272	27117	1076	Europe/Paris
6430291	Brosville	brosville			FR	28	27	272	27118	627	Europe/Paris
6430292	Bueil	bueil	Bijej,Bjuej,Bueil,bi ai,Бијеј,Бюей,比埃		FR	28	27	271	27119	1632	Europe/Paris
6430293	Burey	burey	Burey		FR	28	27	273	27120	398	Europe/Paris
6430296	Caillouet-Orgeville	caillouet-orgeville	Caillouet-Orgeville		FR	28	27	271	27123	470	Europe/Paris
6430297	Cailly-sur-Eure	cailly-sur-eure	Cailly-sur-Eure,Kai-sjur-Er,Keji sir Er,e er he pan kai li,Каи-сюр-Ер,Каї-сюр-Ер,Кеји сир Ер,厄尔河畔凯利		FR	28	27	271	27124	221	Europe/Paris
6430298	Campigny	campigny	Campigny		FR	28	27	272	27126	1169	Europe/Paris
6430299	Canappeville	canappeville	Kanappvil',Kanapvil,ka na po wei er,Канапвил,Канаппвиль,Канаппвіль,卡纳珀维尔		FR	28	27	272	27127	667	Europe/Paris
6430303	Caugé	cauge	Kozhe,ke re,Коже,科热		FR	28	27	273	27132	853	Europe/Paris
6430305	Cauverville-en-Roumois	cauverville-en-roumois	Cauverville-en-Roumois		FR	28	27	272	27134	234	Europe/Paris
6430306	Cesseville	cesseville	Cesseville		FR	28	27	272	27135	488	Europe/Paris
6430307	Chaignes	chaignes	Chaignes,Shen,Shen',xie gai,Шень,Шењ,谢盖		FR	28	27	271	27136	276	Europe/Paris
6430309	Chamblac	chamblac			FR	28	27	272	27138	391	Europe/Paris
6430310	Chambord	chambord	Chambord		FR	28	27	272	27139	156	Europe/Paris
6430311	Champ-Dolent	champ-dolent	Champ-Dolent		FR	28	27	273	27141	69	Europe/Paris
6430312	Champenard	champenard			FR	28	27	271	27142	265	Europe/Paris
6430314	Champigny-la-Futelaye	champigny-la-futelaye	Champigny-la-Futelaye		FR	28	27	273	27144	285	Europe/Paris
6430316	Charleval	charleval	Charleval,Sharleval',Sharlval,sha er lei wa,Шарлвал,Шарлеваль,沙尔勒瓦		FR	28	27	271	27151	1803	Europe/Paris
6430317	Château-sur-Epte	chateau-sur-epte	Chateau-sur-Epte,Château-sur-Epte,Shato sir Et,Shato-sjur-Ept,ai pu te he pan sha tuo,Шато сир Ет,Шато-сюр-Епт,埃普特河畔沙托		FR	28	27	271	27152	584	Europe/Paris
6430318	Chavigny-Bailleul	chavigny-bailleul	Chavigny-Bailleul		FR	28	27	273	27154	587	Europe/Paris
6430321	Cierrey	cierrey	Cierrey		FR	28	27	273	27158	730	Europe/Paris
6430324	Collandres-Quincarnon	collandres-quincarnon	Collandres-Quincarnon,Kolandr-Kenkarnon,Kollandr-Kenkarnon,ke lang de lei qu an ka er nong,Коландр-Кенкарнон,Колландр-Кенкарнон,科朗德雷屈安卡尔农		FR	28	27	273	27162	226	Europe/Paris
6430325	Colletot	colletot	Colletot,Kol'to,Kolleto,Kolto,ke lei tuo,Коллето,Колто,Кольто,科勒托		FR	28	27	272	27163	202	Europe/Paris
6430326	Combon	combon	Combon		FR	28	27	272	27164	821	Europe/Paris
6430327	Conches-en-Ouche	conches-en-ouche	Conches-en-Ouche		FR	28	27	273	27165	5033	Europe/Paris
6430328	Condé-sur-Risle	conde-sur-risle	Conde-sur-Risle,Condé-sur-Risle,Konde sir Ril,Konde-sjur-Ril',li si er he pan kong dai,Конде сир Рил,Конде-сюр-Риль,里斯尔河畔孔代		FR	28	27	272	27167	636	Europe/Paris
6430329	Connelles	connelles			FR	28	27	271	27168	192	Europe/Paris
6430331	Corneville-la-Fouquetière	corneville-la-fouquetiere	Corneville-la-Fouquetiere,Corneville-la-Fouquetière		FR	28	27	272	27173	122	Europe/Paris
6430332	Corneville-sur-Risle	corneville-sur-risle	Corneville-sur-Risle		FR	28	27	272	27174	1338	Europe/Paris
6430334	Coudres	coudres	Coudres		FR	28	27	273	27177	549	Europe/Paris
6430335	Courbépine	courbepine	Courbepine,Courbépine		FR	28	27	272	27179	732	Europe/Paris
6430336	Courcelles-sur-Seine	courcelles-sur-seine	Courcelles-sur-Seine		FR	28	27	271	27180	2035	Europe/Paris
6430337	Courdemanche	courdemanche	Courdemanche,Kurdmansh,ku er dai mang ke,Курдманш,库尔代芒克		FR	28	27	273	27181	597	Europe/Paris
6430338	Courteilles	courteilles	Courteilles		FR	28	27	272	27182	147	Europe/Paris
6430339	Crestot	crestot	Crestot		FR	28	27	272	27185	556	Europe/Paris
6430340	Criquebeuf-la-Campagne	criquebeuf-la-campagne	Criquebeuf-la-Campagne		FR	28	27	272	27187	304	Europe/Paris
6430341	Criquebeuf-sur-Seine	criquebeuf-sur-seine	Criquebeuf-sur-Seine,Krikbef na Seni,Krikbef-sjur-Sen,sai na he pan ke li qu ai bo,Крикбеф на Сени,Крикбеф-сюр-Сен,塞纳河畔克里屈埃伯		FR	28	27	271	27188	1412	Europe/Paris
6430342	Croisy-sur-Eure	croisy-sur-eure	Croisy-sur-Eure		FR	28	27	271	27190	192	Europe/Paris
6430343	Crosville-la-Vieille	crosville-la-vieille	Crosville-la-Vieille		FR	28	27	272	27192	596	Europe/Paris
6430344	Croth	croth	Croth,Krot,ke luo,Крот,克罗		FR	28	27	273	27193	1321	Europe/Paris
6430347	Dangu	dangu	Dangi,Dangju,Dangu,dang ju,Данги,Дангю,当居		FR	28	27	271	27199	579	Europe/Paris
6430348	Dardez	dardez	Darde,Dardez,da er dai,Дарде,Дардез,达尔代		FR	28	27	273	27200	153	Europe/Paris
6430349	Daubeuf-la-Campagne	daubeuf-la-campagne			FR	28	27	272	27201	232	Europe/Paris
6430350	Daubeuf-près-Vatteville	daubeuf-pres-vatteville	Daubeuf-pres-Vatteville,Daubeuf-près-Vatteville,Dobef pre Vatvil,Dobef-pre-Vattvil',duo bo pu lei wa te wei er,Добеф пре Ватвил,Добеф-пре-Ваттвиль,Добеф-пре-Ваттвіль,多伯普雷瓦特维尔		FR	28	27	271	27202	472	Europe/Paris
6430351	Douains	douains	Douains,Duen,Дуен		FR	28	27	271	27203	508	Europe/Paris
6430352	Douville-sur-Andelle	douville-sur-andelle	Douville-sur-Andelle,Duvil sir Andel,Duvil'-sjur-Andel',ang dai er he pan du wei er,Дувил сир Андел,Дувиль-сюр-Андель,Дувіль-сюр-Андель,昂代尔河畔杜维尔		FR	28	27	271	27205	440	Europe/Paris
6430353	Droisy	droisy	Droazi,Druazi,de lu wa xi,Дроази,Друази,Друазі,德鲁瓦西		FR	28	27	273	27206	434	Europe/Paris
6430354	Drucourt	drucourt	Drjukur,Drucourt,de lu ku er,Дрюкур,德吕库尔		FR	28	27	272	27207	603	Europe/Paris
6430355	Écaquelon	ecaquelon			FR	28	27	272	27209	618	Europe/Paris
6430356	Écardenville-la-Campagne	ecardenville-la-campagne			FR	28	27	272	27210	472	Europe/Paris
6430358	Écauville	ecauville	Ecauville,Écauville		FR	28	27	272	27212	112	Europe/Paris
6430359	Écouis	ecouis	Ecouis,Ekui,ai ku yi,Екуи,Екуї,埃库伊		FR	28	27	271	27214	822	Europe/Paris
6430360	Ecquetot	ecquetot	Ecquetot		FR	28	27	272	27215	381	Europe/Paris
6430361	Épaignes	epaignes	Epaignes,Epen,Epen',ai pei gai,Épaignes,Епень,Епењ,埃佩盖		FR	28	27	272	27218	1595	Europe/Paris
6430362	Épégard	epegard	Epegard,Épégard		FR	28	27	272	27219	569	Europe/Paris
6430363	Épieds	epieds	Ep'e,Epe,Epieds,Epje,ai pi ye de,Épieds,Епье,Епє,Епје,埃皮耶德		FR	28	27	273	27220	360	Europe/Paris
6430364	Épreville-en-Lieuvin	epreville-en-lieuvin			FR	28	27	272	27222	201	Europe/Paris
6430366	Épreville-près-le-Neubourg	epreville-pres-le-neubourg	Epreville-pres-le-Neubourg,Épreville-près-le-Neubourg		FR	28	27	272	27224	478	Europe/Paris
6430367	Étrépagny	etrepagny	Ehtrepan'i,Etrepagny,Etrepan'i,Etrepani,Etrépagny,ai te lei pa ni,Étrépagny,Етрепаньи,Етрепаньї,Етрепањи,Этрепаньи,埃特雷帕尼		FR	28	27	271	27226	3816	Europe/Paris
6430368	Étréville	etreville	Etrevil,Etrevil',Etreville,Etréville,ai te lei wei er,Étréville,Етревил,Етревиль,Етревіль,埃特雷维尔		FR	28	27	272	27227	681	Europe/Paris
6430369	Éturqueraye	eturqueraye			FR	28	27	272	27228	291	Europe/Paris
6430370	Ézy-sur-Eure	ezy-sur-eure	Ezy-sur-Eure,Ézy-sur-Eure		FR	28	27	273	27230	3658	Europe/Paris
6430371	Fains	fains	Fen,fan zhen,fyns,Фен,فینس,凡镇		FR	28	27	271	27231	423	Europe/Paris
6430372	Farceaux	farceaux			FR	28	27	271	27232	343	Europe/Paris
6430373	Fatouville-Grestain	fatouville-grestain	Fatouville-Grestain		FR	28	27	272	27233	762	Europe/Paris
6430374	Faverolles-la-Campagne	faverolles-la-campagne	Faverolles-la-Campagne		FR	28	27	273	27235	155	Europe/Paris
6430375	Ferrières-Haut-Clocher	ferrieres-haut-clocher	Ferrieres-Haut-Clocher,Ferrières-Haut-Clocher		FR	28	27	273	27238	1188	Europe/Paris
6430376	Ferrières-Saint-Hilaire	ferrieres-saint-hilaire	Ferrieres-Saint-Hilaire,Ferrières-Saint-Hilaire		FR	28	27	272	27239	417	Europe/Paris
6430377	Feuguerolles	feuguerolles	Feuguerolles		FR	28	27	272	27241	178	Europe/Paris
6430380	Fleury-la-Forêt	fleury-la-foret			FR	28	27	271	27245	266	Europe/Paris
6430381	Fleury-sur-Andelle	fleury-sur-andelle	Fleri-sjur-Andel',Fleury-sur-Andelle,Fljori-sjur-Andel',ang dai er he pan fu lei li,Флери-сюр-Андель,Флері-сюр-Андель,Флёри-сюр-Андель,昂代尔河畔弗勒里		FR	28	27	271	27246	1848	Europe/Paris
6430382	Flipou	flipou	Flipou,Flipu,fu li pu,Флипу,Фліпу,弗利普		FR	28	27	271	27247	330	Europe/Paris
6430383	Fontaine-Bellenger	fontaine-bellenger	Fontaine-Bellenger,Fonten-Bel'nzher,feng tan bei lang re,Фонтен-Бельнжер,丰坦贝朗热		FR	28	27	271	27249	1134	Europe/Paris
6430385	Fontaine-l'Abbé	fontaine-l-abbe			FR	28	27	272	27251	516	Europe/Paris
6430386	Fontaine-la-Louvet	fontaine-la-louvet	Fontaine-la-Louvet		FR	28	27	272	27252	334	Europe/Paris
6430388	Fontaine-sous-Jouy	fontaine-sous-jouy			FR	28	27	271	27254	887	Europe/Paris
6430390	Fort-Moville	fort-moville	For Movil,For-Movil',Fort-Moville,fu er mo wei er,Фор Мовил,Фор-Мовиль,Фор-Мовіль,福尔莫维尔		FR	28	27	272	27258	488	Europe/Paris
6430391	Foucrainville	foucrainville	Foucrainville		FR	28	27	273	27259	73	Europe/Paris
6430392	Foulbec	foulbec	Foulbec,Ful'bek,Fulbek,fu er bei ke,Фулбек,Фульбек,富尔贝克		FR	28	27	272	27260	652	Europe/Paris
6430393	Fouqueville	fouqueville			FR	28	27	272	27261	460	Europe/Paris
6430395	Le Perrey	le-perrey	Furmeto,Le Perrey,fu er mo tuo,Фурмето,富尔默托		FR	28	27	272	27263	1235	Europe/Paris
6430398	Freneuse-sur-Risle	freneuse-sur-risle			FR	28	27	272	27267	358	Europe/Paris
6430399	Fresne-Cauverville	fresne-cauverville	Fresne-Cauverville		FR	28	27	272	27269	200	Europe/Paris
6430401	Fresney	fresney	Fresney		FR	28	27	273	27271	338	Europe/Paris
6430403	Gamaches-en-Vexin	gamaches-en-vexin	Gamaches-en-Vexin,Gamash-an-Veksen,wei ke sang de qu jia ma xie,Гамаш-ан-Вексен,韦克桑地区加马谢		FR	28	27	271	27276	299	Europe/Paris
6430404	La Baronnie	la-baronnie			FR	28	27	273	27277	705	Europe/Paris
6430405	Garennes-sur-Eure	garennes-sur-eure	Garennes-sur-Eure		FR	28	27	273	27278	1889	Europe/Paris
6430406	Gauciel	gauciel	Gauciel		FR	28	27	273	27280	891	Europe/Paris
6430407	Gaudreville-la-Rivière	gaudreville-la-riviere	Gaudreville-la-Riviere,Gaudreville-la-Rivière		FR	28	27	273	27281	225	Europe/Paris
6430408	Gauville-la-Campagne	gauville-la-campagne	Gauville-la-Campagne		FR	28	27	273	27282	565	Europe/Paris
6430409	Gisors	gisors	Gisors		FR	28	27	271	27284	11918	Europe/Paris
6430411	Giverville	giverville	Giverville		FR	28	27	272	27286	396	Europe/Paris
6430412	Glisolles	glisolles	Glisolles		FR	28	27	273	27287	833	Europe/Paris
6430413	Glos-sur-Risle	glos-sur-risle	Glo sir Ril,Glo-sjur-Ril',Glos-sur-Risle,li si er he pan ge luo,Гло сир Рил,Гло-сюр-Риль,里斯尔河畔格洛		FR	28	27	272	27288	586	Europe/Paris
6430418	Graveron-Sémerville	graveron-semerville	Graveron-Semerville,Graveron-Sémerville		FR	28	27	272	27298	299	Europe/Paris
6430419	Gravigny	gravigny	Gravigny,Gravin'i,ge la wei ni,Гравиньи,Гравіньї,格拉维尼		FR	28	27	273	27299	3915	Europe/Paris
6430420	Grosley-sur-Risle	grosley-sur-risle	Grosley-sur-Risle		FR	28	27	272	27300	524	Europe/Paris
6430422	Guerny	guerny			FR	28	27	271	27304	173	Europe/Paris
6430423	Guichainville	guichainville	Guichainville		FR	28	27	273	27306	2682	Europe/Paris
6430424	Guiseniers	guiseniers	Guiseniers		FR	28	27	271	27307	460	Europe/Paris
6430426	Hacqueville	hacqueville			FR	28	27	271	27310	442	Europe/Paris
6430427	Harcourt	harcourt	Arkur,Harcourt,a er ku er,Аркур,阿尔库尔		FR	28	27	272	27311	1039	Europe/Paris
6430428	Hardencourt-Cocherel	hardencourt-cocherel	Hardencourt-Cocherel		FR	28	27	271	27312	254	Europe/Paris
6430429	Harquency	harquency	Harquency		FR	28	27	271	27315	263	Europe/Paris
6430430	Hauville	hauville	Hauville		FR	28	27	272	27316	1286	Europe/Paris
6430431	Hébécourt	hebecourt	Hebecourt,Hébécourt		FR	28	27	271	27324	570	Europe/Paris
6430432	Hecmanville	hecmanville	Hecmanville		FR	28	27	272	27325	170	Europe/Paris
6430433	Hécourt	hecourt	Hecourt,Hécourt		FR	28	27	271	27326	339	Europe/Paris
6430434	Hectomare	hectomare			FR	28	27	272	27327	223	Europe/Paris
6430435	Hennezis	hennezis			FR	28	27	271	27329	785	Europe/Paris
6430436	Herqueville	herqueville	Herqueville		FR	28	27	271	27330	139	Europe/Paris
6430437	Heudebouville	heudebouville	Heudebouville		FR	28	27	271	27332	790	Europe/Paris
6430438	Heudicourt	heudicourt	Edikur,Heudicourt,Едикур,Едікур		FR	28	27	271	27333	664	Europe/Paris
6430439	Heudreville-en-Lieuvin	heudreville-en-lieuvin	Heudreville-en-Lieuvin		FR	28	27	272	27334	109	Europe/Paris
6430440	Heudreville-sur-Eure	heudreville-sur-eure	Heudreville-sur-Eure		FR	28	27	271	27335	1048	Europe/Paris
6430441	Hondouville	hondouville	Hondouville		FR	28	27	272	27339	799	Europe/Paris
6430442	Honguemare-Guenouville	honguemare-guenouville	Honguemare-Guenouville		FR	28	27	272	27340	697	Europe/Paris
6430443	Houetteville	houetteville			FR	28	27	272	27342	204	Europe/Paris
6430444	Houlbec-Cocherel	houlbec-cocherel	Houlbec-Cocherel		FR	28	27	271	27343	1320	Europe/Paris
6430446	Houville-en-Vexin	houville-en-vexin	Houville-en-Vexin		FR	28	27	271	27346	233	Europe/Paris
6430447	Huest	huest	Huest		FR	28	27	273	27347	787	Europe/Paris
6430448	Igoville	igoville	Igovil',yi ge wei er,Іговіль,Иговиль,伊戈维尔		FR	28	27	271	27348	1753	Europe/Paris
6430449	Illeville-sur-Montfort	illeville-sur-montfort	Illeville-sur-Montfort		FR	28	27	272	27349	876	Europe/Paris
6430450	Illiers-l'Évêque	illiers-l-eveque			FR	28	27	273	27350	996	Europe/Paris
6430451	Irreville	irreville	Irreville		FR	28	27	273	27353	471	Europe/Paris
6430452	Iville	iville	Iville		FR	28	27	272	27354	493	Europe/Paris
6430453	Ivry-la-Bataille	ivry-la-bataille	Aebura,Ebriaco,Eburiacum,Eure,Ivry-la-Bataille		FR	28	27	273	27355	2754	Europe/Paris
6430455	Jouy-sur-Eure	jouy-sur-eure	Jouy-sur-Eure		FR	28	27	271	27358	574	Europe/Paris
6430456	Juignettes	juignettes			FR	28	27	272	27359	213	Europe/Paris
6430457	Jumelles	jumelles	Jumelles		FR	28	27	273	27360	315	Europe/Paris
6430459	Léry	lery	Leri,lai li,Лери,Лері,莱里		FR	28	27	271	27365	2034	Europe/Paris
6430461	Lignerolles	lignerolles			FR	28	27	273	27368	325	Europe/Paris
6430462	Lilly	lilly	Lilly		FR	28	27	271	27369	83	Europe/Paris
6430463	Lisors	lisors	Lisors		FR	28	27	271	27370	350	Europe/Paris
6430464	Livet-sur-Authou	livet-sur-authou	Livet-sur-Authou		FR	28	27	272	27371	146	Europe/Paris
6430465	Longchamps	longchamps	Longchamps		FR	28	27	271	27372	615	Europe/Paris
6430466	Lorleau	lorleau			FR	28	27	271	27373	143	Europe/Paris
6430467	Louversey	louversey	Louversey		FR	28	27	273	27374	544	Europe/Paris
6430468	Louviers	louviers	Louviers		FR	28	27	271	27375	18538	Europe/Paris
6430469	Louye	louye	Louye,Lui,lu yi ai,Луи,Луї,卢伊埃		FR	28	27	273	27376	229	Europe/Paris
6430470	Lyons-la-Forêt	lyons-la-foret			FR	28	27	271	27377	729	Europe/Paris
6430471	Mainneville	mainneville			FR	28	27	271	27379	415	Europe/Paris
6430472	Malleville-sur-le-Bec	malleville-sur-le-bec	Malleville-sur-le-Bec		FR	28	27	272	27380	258	Europe/Paris
6430473	Malouy	malouy	Malouy		FR	28	27	272	27381	161	Europe/Paris
6430474	Mandeville	mandeville			FR	28	27	272	27382	322	Europe/Paris
6430475	Mandres	mandres	Mandres		FR	28	27	272	27383	371	Europe/Paris
6430476	Manneville-la-Raoult	manneville-la-raoult	Manneville-la-Raoult		FR	28	27	272	27384	506	Europe/Paris
6430477	Manneville-sur-Risle	manneville-sur-risle	Mannvil'-sjur-Ril',li si er he pan ma na wei er,Маннвиль-сюр-Риль,Маннвіль-сюр-Риль,里斯尔河畔马纳维尔		FR	28	27	272	27385	1534	Europe/Paris
6430479	Marais-Vernier	marais-vernier	Marais-Vernier,Mare-Vern'e,ma lai wei er nie,Маре-Вернье,Маре-Верньє,马赖韦尔涅		FR	28	27	272	27388	508	Europe/Paris
6430480	Marbeuf	marbeuf	Marbef,Marbeuf,ma er bo,Марбеф,马尔伯		FR	28	27	272	27389	455	Europe/Paris
6430481	Marcilly-la-Campagne	marcilly-la-campagne	Marcilly-la-Campagne		FR	28	27	273	27390	1181	Europe/Paris
6430482	Marcilly-sur-Eure	marcilly-sur-eure	Marcilly-sur-Eure		FR	28	27	273	27391	1575	Europe/Paris
6430483	Martot	martot	Marto,Martot,ma er tuo,Марто,马尔托		FR	28	27	271	27394	575	Europe/Paris
6430484	Mélicourt	melicourt			FR	28	27	272	27395	80	Europe/Paris
6430485	Ménilles	menilles	Menilles,Ménilles		FR	28	27	271	27397	1716	Europe/Paris
6430486	Menneval	menneval	Menneval		FR	28	27	272	27398	1400	Europe/Paris
6430487	Mercey	mercey			FR	28	27	271	27399	50	Europe/Paris
6430488	Merey	merey	Merey		FR	28	27	271	27400	347	Europe/Paris
6430489	Mesnil-Rousset	mesnil-rousset	Mesnil-Rousset		FR	28	27	272	27404	92	Europe/Paris
6430490	Mesnil-sous-Vienne	mesnil-sous-vienne	Mesnil-sous-Vienne		FR	28	27	271	27405	114	Europe/Paris
6430492	Mesnil-Verclives	mesnil-verclives			FR	28	27	271	27407	298	Europe/Paris
6430493	Mézières-en-Vexin	mezieres-en-vexin	Mezieres-en-Vexin,Mézières-en-Vexin		FR	28	27	271	27408	620	Europe/Paris
6430494	Miserey	miserey	Mizere,mi se lei,Мизере,Мізере,米瑟雷		FR	28	27	273	27410	634	Europe/Paris
6430495	Moisville	moisville	Moisville		FR	28	27	273	27411	231	Europe/Paris
6430496	Terres de Bord	terres-de-bord	Montor,Terres de Bord,meng tuo er,Монтор,蒙托尔		FR	28	27	271	27412	1499	Europe/Paris
6430497	Montfort-sur-Risle	montfort-sur-risle	Montfort-sur-Risle		FR	28	27	272	27413	756	Europe/Paris
6430498	Montreuil-l'Argillé	montreuil-l-argille	Montreuil-l'Argille,Montreuil-l'Argillé		FR	28	27	272	27414	812	Europe/Paris
6430499	Morsan	morsan	Morsan		FR	28	27	272	27418	109	Europe/Paris
6430500	Mouettes	mouettes	Mouettes		FR	28	27	273	27419	772	Europe/Paris
6430501	Mouflaines	mouflaines	Mouflaines		FR	28	27	271	27420	170	Europe/Paris
6430502	Mousseaux-Neuville	mousseaux-neuville	Mousseaux-Neuville		FR	28	27	273	27421	651	Europe/Paris
6430503	Muids	muids	Muids		FR	28	27	271	27422	866	Europe/Paris
6430505	Nagel-Séez-Mesnil	nagel-seez-mesnil	Nagel-Seez-Mesnil,Nagel-Séez-Mesnil		FR	28	27	273	27424	327	Europe/Paris
6430506	Nassandres sur Risle	nassandres-sur-risle	Nassandres sur Risle		FR	28	27	272	27425	2389	Europe/Paris
6430507	Neaufles-Saint-Martin	neaufles-saint-martin	Neaufles-Saint-Martin		FR	28	27	271	27426	1261	Europe/Paris
6430508	Neuilly	neuilly			FR	28	27	271	27429	172	Europe/Paris
6430509	Neuville-sur-Authou	neuville-sur-authou	Neuville-sur-Authou		FR	28	27	272	27433	196	Europe/Paris
6430510	Noards	noards	Noards		FR	28	27	272	27434	55	Europe/Paris
6430511	Nogent-le-Sec	nogent-le-sec	Nogent-le-Sec		FR	28	27	273	27436	419	Europe/Paris
6430512	Notre-Dame-de-l'Isle	notre-dame-de-l-isle	Notre-Dame-de-l'Isle		FR	28	27	271	27440	670	Europe/Paris
6430513	Notre-Dame-d'Épine	notre-dame-d-epine	Notre-Dame-d'Epine,Notre-Dame-d'Épine		FR	28	27	272	27441	81	Europe/Paris
6430515	Ormes	ormes	Ormes		FR	28	27	273	27446	500	Europe/Paris
6430516	Le Val-Doré	le-val-dore	Le Val-Dore,Le Val-Doré		FR	28	27	273	27447	919	Europe/Paris
6430517	Pacy-sur-Eure	pacy-sur-eure	Paciacum,Pacy-sur-Eure,Pasi-sjur-Er,e er he pan pa xi,Паси-сюр-Ер,Пасі-сюр-Ер,厄尔河畔帕西		FR	28	27	271	27448	5092	Europe/Paris
6430519	Parville	parville	Parville		FR	28	27	273	27451	316	Europe/Paris
6430596	Saint-Julien-de-la-Liègue	saint-julien-de-la-liegue			FR	28	27	271	27553	409	Europe/Paris
6430521	Perriers-sur-Andelle	perriers-sur-andelle	Perr'e-sjur-Andel',Perre-sjur-Andel',Perriers-sur-Andelle,ang dai er he pan pei er li ye er,Перрье-сюр-Андель,Перрє-сюр-Андель,昂代尔河畔佩尔里耶尔		FR	28	27	271	27453	1820	Europe/Paris
6430522	Perruel	perruel			FR	28	27	271	27454	472	Europe/Paris
6430524	Pinterville	pinterville	Pentervil',Pinterville,pan tai er wei er,Пентервиль,Пентервіль,潘泰尔维尔		FR	28	27	271	27456	746	Europe/Paris
6430525	Piseux	piseux	Piseux		FR	28	27	272	27457	768	Europe/Paris
6430526	Plainville	plainville	Plainville,Plenvil',pu lan wei er,Пленвиль,Пленвіль,普兰维尔		FR	28	27	272	27460	190	Europe/Paris
6430527	Plasnes	plasnes	Plasnes		FR	28	27	272	27463	709	Europe/Paris
6430528	Pont-Authou	pont-authou	Pont-Authou		FR	28	27	272	27468	650	Europe/Paris
6430529	Pont-de-l'Arche	pont-de-l-arche	Pont-de-l'Arche		FR	28	27	271	27469	4156	Europe/Paris
6430530	Pont-Saint-Pierre	pont-saint-pierre	Pon-Sen-P'err,Pon-Sen-Perr,Pont-Saint-Pierre,peng sheng pi ye er,Пон-Сен-Пьерр,Пон-Сен-Пєрр,蓬圣皮耶尔		FR	28	27	271	27470	1163	Europe/Paris
6430531	Porte-de-Seine	porte-de-seine	Porte-de-Seine		FR	28	27	271	27471	208	Europe/Paris
6430532	Portes	portes	Portes		FR	28	27	273	27472	269	Europe/Paris
6430533	Port-Mort	port-mort	Por-Mor,Port-Mort,mo er gang,Пор-Мор,莫尔港		FR	28	27	271	27473	936	Europe/Paris
6430534	Prey	prey	Prey		FR	28	27	273	27478	951	Europe/Paris
6430535	Puchay	puchay	Puchay		FR	28	27	271	27480	620	Europe/Paris
6430536	Pullay	pullay			FR	28	27	272	27481	401	Europe/Paris
6430537	Quatremare	quatremare	Quatremare		FR	28	27	271	27483	402	Europe/Paris
6430540	Quittebeuf	quittebeuf	Kittebef,qu yi te bo,Киттебеф,Кіттебеф,屈伊特伯		FR	28	27	272	27486	648	Europe/Paris
6430541	Radepont	radepont	Radepont,Radpon,la dai peng,Радпон,拉代蓬		FR	28	27	271	27487	655	Europe/Paris
6430542	Renneville	renneville	Renneville		FR	28	27	271	27488	198	Europe/Paris
6430543	Reuilly	reuilly	Rei,Reuilly,lei yi li,Реи,Реї,勒伊利		FR	28	27	273	27489	531	Europe/Paris
6430544	Richeville	richeville	Richeville		FR	28	27	271	27490	273	Europe/Paris
6430545	Romilly-la-Puthenaye	romilly-la-puthenaye	Romilly-la-Puthenaye		FR	28	27	272	27492	319	Europe/Paris
6430546	Romilly-sur-Andelle	romilly-sur-andelle			FR	28	27	271	27493	3237	Europe/Paris
6430547	Rosay-sur-Lieure	rosay-sur-lieure	Rosay-sur-Lieure		FR	28	27	271	27496	537	Europe/Paris
6430549	Rouge-Perriers	rouge-perriers			FR	28	27	272	27498	368	Europe/Paris
6430551	Sacquenville	sacquenville	Sacquenville		FR	28	27	273	27504	1219	Europe/Paris
6430552	Saint-Agnan-de-Cernières	saint-agnan-de-cernieres	Saint-Agnan-de-Cernieres,Saint-Agnan-de-Cernières		FR	28	27	272	27505	155	Europe/Paris
6430554	Saint-André-de-l'Eure	saint-andre-de-l-eure	Saint-Andre-de-l'Eure,Saint-André-de-l'Eure		FR	28	27	273	27507	3965	Europe/Paris
6430557	Saint-Aubin-d'Écrosville	saint-aubin-d-ecrosville	Saint-Aubin-d'Ecrosville,Saint-Aubin-d'Écrosville		FR	28	27	272	27511	704	Europe/Paris
6430558	Saint-Aubin-de-Scellon	saint-aubin-de-scellon	Saint-Aubin-de-Scellon		FR	28	27	272	27512	355	Europe/Paris
6430560	Saint-Aubin-du-Thenney	saint-aubin-du-thenney			FR	28	27	272	27514	373	Europe/Paris
6430562	Treis-Sants-en-Ouche	treis-sants-en-ouche	Treis-Sants-en-Ouche		FR	28	27	272	27516	1425	Europe/Paris
6430563	Saint-Aubin-sur-Gaillon	saint-aubin-sur-gaillon	Saint-Aubin-sur-Gaillon		FR	28	27	271	27517	1930	Europe/Paris
6430566	Saint-Benoît-des-Ombres	saint-benoit-des-ombres	Saint-Benoit-des-Ombres,Saint-Benoît-des-Ombres		FR	28	27	272	27520	142	Europe/Paris
6430567	Saint-Christophe-sur-Avre	saint-christophe-sur-avre	Saint-Christophe-sur-Avre		FR	28	27	272	27521	146	Europe/Paris
6430568	Saint-Christophe-sur-Condé	saint-christophe-sur-conde	Saint-Christophe-sur-Conde,Saint-Christophe-sur-Condé		FR	28	27	272	27522	503	Europe/Paris
6430570	Sainte-Colombe-près-Vernon	sainte-colombe-pres-vernon			FR	28	27	271	27525	314	Europe/Paris
6430572	Saint-Cyr-de-Salerne	saint-cyr-de-salerne	Saint-Cyr-de-Salerne		FR	28	27	272	27527	207	Europe/Paris
6430573	Saint-Cyr-la-Campagne	saint-cyr-la-campagne	Saint-Cyr-la-Campagne		FR	28	27	272	27529	425	Europe/Paris
6430574	Saint-Denis-d'Augerons	saint-denis-d-augerons	Saint-Denis-d'Augerons		FR	28	27	272	27530	88	Europe/Paris
6430575	Saint-Denis-des-Monts	saint-denis-des-monts	Saint-Denis-des-Monts		FR	28	27	272	27531	209	Europe/Paris
6430577	Saint-Denis-le-Ferment	saint-denis-le-ferment	Saint-Denis-le-Ferment,Sen-Deni-le-Ferman,sheng de ni lai fu er mang,Сен-Дени-ле-Ферман,Сен-Дені-ле-Ферман,سینٹ-ڈینس-لے-فرمنٹ,圣德尼莱弗尔芒		FR	28	27	271	27533	485	Europe/Paris
6430578	Saint-Didier-des-Bois	saint-didier-des-bois	Saint-Didier-des-Bois		FR	28	27	272	27534	885	Europe/Paris
6430579	Saint-Élier	saint-elier	Saint-Elier,Saint-Élier		FR	28	27	273	27535	442	Europe/Paris
6430580	Saint-Éloi-de-Fourques	saint-eloi-de-fourques	Saint-Eloi-de-Fourques,Saint-Éloi-de-Fourques		FR	28	27	272	27536	514	Europe/Paris
6430581	Saint-Étienne-du-Vauvray	saint-etienne-du-vauvray			FR	28	27	271	27537	889	Europe/Paris
6430582	Saint-Étienne-l'Allier	saint-etienne-l-allier	Saint-Etienne-l'Allier,Saint-Étienne-l'Allier		FR	28	27	272	27538	555	Europe/Paris
6430583	Saint-Étienne-sous-Bailleul	saint-etienne-sous-bailleul			FR	28	27	271	27539	393	Europe/Paris
6430585	Le Mesnil-Saint-Jean	le-mesnil-saint-jean	Le Mesnil-Saint-Jean		FR	28	27	272	27541	202	Europe/Paris
6430586	Saint-Georges-du-Vièvre	saint-georges-du-vievre	Saint-Georges-du-Vievre,Saint-Georges-du-Vièvre		FR	28	27	272	27542	879	Europe/Paris
6430587	Saint-Georges-Motel	saint-georges-motel	Sen-Zhorzh-Motel',sheng ruo er re mo tai,Сен-Жорж-Мотель,سینٹ-گیورگس-موٹل,圣若尔热莫泰		FR	28	27	273	27543	903	Europe/Paris
6430588	Saint-Germain-de-Pasquier	saint-germain-de-pasquier	Saint-Germain-de-Pasquier		FR	28	27	272	27545	126	Europe/Paris
6430589	Saint-Germain-des-Angles	saint-germain-des-angles			FR	28	27	273	27546	179	Europe/Paris
6430591	Saint-Germain-sur-Avre	saint-germain-sur-avre	Saint-Germain-sur-Avre		FR	28	27	273	27548	1184	Europe/Paris
6430593	Saint-Grégoire-du-Vièvre	saint-gregoire-du-vievre	Saint-Gregoire-du-Vievre,Saint-Grégoire-du-Vièvre		FR	28	27	272	27550	323	Europe/Paris
6430597	Saint-Laurent-des-Bois	saint-laurent-des-bois	Saint-Laurent-des-Bois		FR	28	27	273	27555	248	Europe/Paris
6430599	Saint-Léger-du-Gennetey	saint-leger-du-gennetey			FR	28	27	272	27558	184	Europe/Paris
6430601	Saint-Marcel	saint-marcel	Saint-Marcel,Sen-Marsel',sheng ma er sai,Сен-Марсель,سینٹ-مارسیل، یرے,圣马尔塞		FR	28	27	271	27562	4541	Europe/Paris
6430602	Saint-Mards-de-Blacarville	saint-mards-de-blacarville	Saint-Mards-de-Blacarville		FR	28	27	272	27563	797	Europe/Paris
6430604	Le Lesme	le-lesme	Le Lesme		FR	28	27	272	27565	666	Europe/Paris
6430606	Sainte-Marie-de-Vatimesnil	sainte-marie-de-vatimesnil	Sainte-Marie-de-Vatimesnil		FR	28	27	271	27567	263	Europe/Paris
6430607	Sainte-Marthe	sainte-marthe	Sainte-Marthe		FR	28	27	273	27568	514	Europe/Paris
6430608	Saint-Martin-du-Tilleul	saint-martin-du-tilleul	Saint-Martin-du-Tilleul		FR	28	27	272	27569	240	Europe/Paris
6430609	Saint-Martin-la-Campagne	saint-martin-la-campagne	Saint-Martin-la-Campagne		FR	28	27	273	27570	98	Europe/Paris
6430610	Saint-Martin-Saint-Firmin	saint-martin-saint-firmin	Saint-Martin-Saint-Firmin		FR	28	27	272	27571	320	Europe/Paris
6430611	Saint-Meslin-du-Bosc	saint-meslin-du-bosc			FR	28	27	272	27572	287	Europe/Paris
6430613	Sainte-Opportune-du-Bosc	sainte-opportune-du-bosc	Sainte-Opportune-du-Bosc,Sent-Opportjun-dju-Bosk,sheng ao bo er di nei-di bo si ke,Сент-Оппортюн-дю-Боск,سین-وپپورتونے-دو-بوسک,圣奥波尔蒂内-迪博斯克		FR	28	27	272	27576	656	Europe/Paris
6430614	Sainte-Opportune-la-Mare	sainte-opportune-la-mare	Sainte-Opportune-la-Mare		FR	28	27	272	27577	443	Europe/Paris
6430615	Sainte-Marie-d'Attez	sainte-marie-d-attez	Sainte-Marie-d'Attez		FR	28	27	272	27578	575	Europe/Paris
6430616	Saint-Ouen-de-Pontcheuil	saint-ouen-de-pontcheuil	Saint-Ouen-de-Pontcheuil		FR	28	27	272	27579	97	Europe/Paris
6430617	Saint-Ouen-de-Thouberville	saint-ouen-de-thouberville	Saint-Ouen-de-Thouberville		FR	28	27	272	27580	2375	Europe/Paris
6430619	Saint-Ouen-du-Tilleul	saint-ouen-du-tilleul	Saint-Ouen-du-Tilleul		FR	28	27	272	27582	1629	Europe/Paris
6430620	Saint-Paul-de-Fourques	saint-paul-de-fourques	Saint-Paul-de-Fourques,Sen-Pol'-de-Furk,sheng bo de fu er qu ai,Сен-Поль-де-Фурк,سین-پال-دے-فورقوس,圣波德富尔屈埃		FR	28	27	272	27584	299	Europe/Paris
6430621	Saint-Philbert-sur-Risle	saint-philbert-sur-risle	Saint-Philbert-sur-Risle		FR	28	27	272	27587	782	Europe/Paris
6430623	Saint-Pierre-de-Bailleul	saint-pierre-de-bailleul	Saint-Pierre-de-Bailleul		FR	28	27	271	27589	963	Europe/Paris
6430624	Saint-Pierre-de-Cernières	saint-pierre-de-cernieres	Saint-Pierre-de-Cernieres,Saint-Pierre-de-Cernières		FR	28	27	272	27590	219	Europe/Paris
6430626	Saint-Pierre-de-Salerne	saint-pierre-de-salerne	Saint-Pierre-de-Salerne		FR	28	27	272	27592	250	Europe/Paris
6430627	Saint-Pierre-des-Fleurs	saint-pierre-des-fleurs	Saint-Pierre-des-Fleurs,Sen-P'err-de-Fler,Sen-Perr-de-Fler,sheng pi ye er dai fu lei er,Сен-Пьерр-де-Флер,Сен-Пєрр-де-Флер,سین-پیری-دے-فلورس,圣皮耶尔代弗勒尔		FR	28	27	272	27593	1536	Europe/Paris
6430628	Saint-Pierre-des-Ifs	saint-pierre-des-ifs	Saint-Pierre-des-Ifs,Sen-P'err-dez-If,Sen-Perr-dez-If,sheng pi ye er dai yi fu,Сен-Пьерр-дез-Иф,Сен-Пєрр-дез-Іф,سین-پیری-دے-افس، یرے,圣皮耶尔代伊夫		FR	28	27	272	27594	278	Europe/Paris
6430629	Saint-Pierre-du-Bosguérard	saint-pierre-du-bosguerard	Saint-Pierre-du-Bosguerard,Saint-Pierre-du-Bosguérard		FR	28	27	272	27595	1043	Europe/Paris
6430631	Saint-Pierre-du-Val	saint-pierre-du-val	Saint-Pierre-du-Val,Sen-P'err-dju-Val',Sen-Perr-dju-Val',sheng pi ye er di wa,syn-pyry-dw-wl,Сен-Пьерр-дю-Валь,Сен-Пєрр-дю-Валь,سین-پیری-دو-ول,圣皮耶尔迪瓦		FR	28	27	272	27597	568	Europe/Paris
6430632	Saint-Pierre-du-Vauvray	saint-pierre-du-vauvray	Saint-Pierre-du-Vauvray,Sen-P'err-dju-Vovre,Sen-Perr-dju-Vovre,sheng pi ye er di wo fu lai,Сен-Пьерр-дю-Вовре,Сен-Пєрр-дю-Вовре,سین-پیری-دو-ووورے,圣皮耶尔迪沃夫赖		FR	28	27	271	27598	1280	Europe/Paris
6430633	Saint-Pierre-la-Garenne	saint-pierre-la-garenne	Saint-Pierre-la-Garenne		FR	28	27	271	27599	926	Europe/Paris
6430635	Saint-Samson-de-la-Roque	saint-samson-de-la-roque	Saint-Samson-de-la-Roque,Sen-Samson-de-la-Rok,san=sanson=do=ra=rokku,sheng sang song de la-luo qu ai,Сен-Самсон-де-ла-Рок,سین-سیمسن-دے-لا-روقعے,サン＝サンソン＝ド＝ラ＝ロック,圣桑松德拉-罗屈埃		FR	28	27	272	27601	431	Europe/Paris
6430636	Saint-Sébastien-de-Morsent	saint-sebastien-de-morsent	Saint-Sebastien-de-Morsent,Saint-Sébastien-de-Morsent		FR	28	27	273	27602	5750	Europe/Paris
6430638	Saint-Symphorien	saint-symphorien			FR	28	27	272	27606	484	Europe/Paris
6430640	Saint-Victor-de-Chrétienville	saint-victor-de-chretienville	Saint-Victor-de-Chretienville,Saint-Victor-de-Chrétienville		FR	28	27	272	27608	461	Europe/Paris
6430641	Saint-Victor-d'Épine	saint-victor-d-epine	Saint-Victor-d'Epine,Saint-Victor-d'Épine		FR	28	27	272	27609	322	Europe/Paris
6430642	Saint-Victor-sur-Avre	saint-victor-sur-avre			FR	28	27	272	27610	59	Europe/Paris
6430643	Saint-Vincent-des-Bois	saint-vincent-des-bois	Saint-Vincent-des-Bois		FR	28	27	271	27612	334	Europe/Paris
6430644	Saint-Vincent-du-Boulay	saint-vincent-du-boulay	Saint-Vincent-du-Boulay		FR	28	27	272	27613	378	Europe/Paris
6430645	Sancourt	sancourt	Sancourt		FR	28	27	271	27614	155	Europe/Paris
6430646	Sassey	sassey			FR	28	27	273	27615	187	Europe/Paris
6430647	Saussay-la-Campagne	saussay-la-campagne	Saussay-la-Campagne		FR	28	27	271	27617	528	Europe/Paris
6430648	Sébécourt	sebecourt	Sebecourt,Sébécourt		FR	28	27	273	27618	480	Europe/Paris
6430649	Selles	selles	Selles		FR	28	27	272	27620	465	Europe/Paris
6430650	Serquigny	serquigny	Serquigny		FR	28	27	272	27622	1994	Europe/Paris
6430651	Surtauville	surtauville	Surtauville		FR	28	27	271	27623	487	Europe/Paris
6430652	Surville	surville	Surville		FR	28	27	271	27624	918	Europe/Paris
6430653	Suzay	suzay	Suzay		FR	28	27	271	27625	347	Europe/Paris
6430657	Thibouville	thibouville	Thibouville		FR	28	27	272	27630	307	Europe/Paris
6430658	Thierville	thierville	T'ervil',Thierville,di ye er wei er,Тьервиль,Тьєрвіль,蒂耶尔维尔		FR	28	27	272	27631	371	Europe/Paris
6430661	Tilleul-Dame-Agnès	tilleul-dame-agnes			FR	28	27	273	27640	194	Europe/Paris
6430785	Lumeau	lumeau	Limogilum,Lumeau		FR	24	28	282	28221	160	Europe/Paris
6430662	Tillières-sur-Avre	tillieres-sur-avre	Tijer-sjur-Avr,Tillieres-sur-Avre,Tillières-sur-Avre,a fu er he pan di li ai,Тийер-сюр-Авр,Тійєр-сюр-Авр,阿夫尔河畔蒂利埃		FR	28	27	272	27643	1080	Europe/Paris
6430663	Tilly	tilly	Tii,Tilly,di li,Тии,Тії,蒂利		FR	28	27	271	27644	545	Europe/Paris
6430666	Tournedos-Bois-Hubert	tournedos-bois-hubert	Tournedos-Bois-Hubert		FR	28	27	272	27650	460	Europe/Paris
6430669	Tourville-la-Campagne	tourville-la-campagne	Tourville-la-Campagne		FR	28	27	272	27654	1061	Europe/Paris
6430670	Tourville-sur-Pont-Audemer	tourville-sur-pont-audemer	Tourville-sur-Pont-Audemer		FR	28	27	272	27655	736	Europe/Paris
6430671	Toutainville	toutainville	Toutainville		FR	28	27	272	27656	1341	Europe/Paris
6430672	Triqueville	triqueville	Triqueville		FR	28	27	272	27662	334	Europe/Paris
6430673	Trouville-la-Haule	trouville-la-haule	Trouville-la-Haule		FR	28	27	272	27665	769	Europe/Paris
6430674	Valailles	valailles	Valailles		FR	28	27	272	27667	388	Europe/Paris
6430675	Valletot	valletot	Valletot		FR	28	27	272	27669	410	Europe/Paris
6430676	Vandrimare	vandrimare	Vandrimar,Vandrimare,fandrymar,wang de li ma er,wndrymr,Вандримар,فاندريمار,وندریمر,旺德里马尔		FR	28	27	271	27670	959	Europe/Paris
6430677	Vannecrocq	vannecrocq	Vannecrocq		FR	28	27	272	27671	151	Europe/Paris
6430678	Vaux-sur-Eure	vaux-sur-eure	Vaux-sur-Eure		FR	28	27	271	27674	273	Europe/Paris
6430679	Venon	venon	Venon		FR	28	27	272	27677	387	Europe/Paris
6430680	Verneuil d'Avre et d'Iton	verneuil-d-avre-et-d-iton			FR	28	27	272	27679	8164	Europe/Paris
6430682	Vesly	vesly			FR	28	27	271	27682	689	Europe/Paris
6430683	Vézillon	vezillon	Vezillon,Vézillon		FR	28	27	271	27683	261	Europe/Paris
6430687	Villegats	villegats	Villegats		FR	28	27	271	27689	351	Europe/Paris
6430688	Villers-en-Vexin	villers-en-vexin	Villers-en-Vexin		FR	28	27	271	27690	314	Europe/Paris
6430689	Villers-sur-le-Roule	villers-sur-le-roule	Villers-sur-le-Roule		FR	28	27	271	27691	841	Europe/Paris
6430690	Villettes	villettes	Villettes		FR	28	27	272	27692	175	Europe/Paris
6430691	Villez-sous-Bailleul	villez-sous-bailleul	Villez-sous-Bailleul		FR	28	27	271	27694	312	Europe/Paris
6430692	Villez-sur-le-Neubourg	villez-sur-le-neubourg	Villez-sur-le-Neubourg		FR	28	27	272	27695	284	Europe/Paris
6430693	Vironvay	vironvay	Vironvay		FR	28	27	271	27697	331	Europe/Paris
6430694	Voiscreville	voiscreville	Voiscreville		FR	28	27	272	27699	127	Europe/Paris
6430695	Vraiville	vraiville	Vraiville		FR	28	27	272	27700	655	Europe/Paris
6430696	Cintray	cintray	Sentre,Sintre,sheng lai,Сентре,Синтре,圣赖		FR	24	28	281	28100	417	Europe/Paris
6430697	Clévilliers	clevilliers	Clevilliers,Clévilliers		FR	24	28	281	28102	705	Europe/Paris
6430698	Cloyes-les-Trois-Rivières	cloyes-les-trois-rivieres	Cloyes-les-Trois-Rivieres,Cloyes-les-Trois-Rivières,Kloa na Loari,Klua-sjur-le-Luar,lai-lu wa he pan ke lu wa ai,Клоа на Лоари,Клуа-сюр-ле-Луар,莱-卢瓦河畔克卢瓦埃		FR	24	28	282	28103	5710	Europe/Paris
6430699	Coltainville	coltainville			FR	24	28	281	28104	877	Europe/Paris
6430700	Combres	combres	Kombr,kong bu lei,Комбр,孔布雷		FR	24	28	284	28105	565	Europe/Paris
6430701	Conie-Molitard	conie-molitard	Conie-Molitard,Koni Molitar,Koni-Molitar,ke nie mo li ta er,Кони Молитар,Коні-Молітар,科涅莫利塔尔		FR	24	28	282	28106	403	Europe/Paris
6430702	Corancez	corancez	Koransez,ke lang sai,Корансез,科朗塞		FR	24	28	281	28107	388	Europe/Paris
6430703	Cormainville	cormainville	Cormainville,Kormenvil,Kormenvil',ke er man wei er,Корменвил,Корменвіль,科尔曼维尔		FR	24	28	282	28108	242	Europe/Paris
6430704	Coudray-au-Perche	coudray-au-perche	Coudray-au-Perche		FR	24	28	284	28111	343	Europe/Paris
6430706	Coulombs	coulombs	Coulombs,Kulon,ku long bu,Кулон,库隆布		FR	24	28	283	28113	1365	Europe/Paris
6430707	Courbehaye	courbehaye	Courbehaye,Kurbee,ku er bei ai ai,Курбее,库尔贝艾埃		FR	24	28	282	28114	136	Europe/Paris
6430709	Courville-sur-Eure	courville-sur-eure	Courville-sur-Eure,Kurvil sir Er,Kurvil'-sjur-Er,e er he pan ku er wei er,Курвил сир Ер,Курвіль-сюр-Ер,厄尔河畔库尔维尔		FR	24	28	281	28116	2817	Europe/Paris
6430710	Crécy-Couvé	crecy-couve	Crecy-Couve,Crécy-Couvé,Kresi Kuve,Kresi-Kuve,ke lei xi ku wei,Креси Куве,Кресі-Куве,克雷西库韦		FR	24	28	283	28117	259	Europe/Paris
6430711	Croisilles	croisilles	Croisilles		FR	24	28	283	28118	447	Europe/Paris
6430712	Dambron	dambron	Dambron		FR	24	28	282	28121	98	Europe/Paris
6430713	Dampierre-sous-Brou	dampierre-sous-brou	Damperr-su-Bru,Dampjer su Bru,dang pi ye er su bu lu,Дампєрр-су-Бру,Дампјер су Бру,当皮耶尔苏布鲁		FR	24	28	282	28123	466	Europe/Paris
6430714	Dampierre-sur-Avre	dampierre-sur-avre	Damperr-sjur-Avr,Dampjer sir Avr,a fu er he pan dang pi ye er,Дампєрр-сюр-Авр,Дампјер сир Авр,阿夫尔河畔当皮耶尔		FR	24	28	283	28124	745	Europe/Paris
6430715	Dancy	dancy	Dansi,dang xi,Данси,Дансі,当西		FR	24	28	282	28126	204	Europe/Paris
6430716	Dangeau	dangeau	Dangeau,Danzho,dang ruo,Данжо,当若		FR	24	28	282	28127	1283	Europe/Paris
6430717	Dangers	dangers	Dangers		FR	24	28	281	28128	429	Europe/Paris
6430718	Denonville	denonville	Danonvil,Denonvil',Denonville,dang weng wei er,Данонвил,Денонвіль,当翁维尔		FR	24	28	281	28129	759	Europe/Paris
6430719	Digny	digny	Digny,Din'i,Dini,Дињи,Діньї		FR	24	28	283	28130	967	Europe/Paris
6430720	Donnemain-Saint-Mamès	donnemain-saint-mames	Donmen Sen Mame,Donnemain-Saint-Mames,Donnemain-Saint-Mamès,Donnemen-Sen-Mame,duo nei man sheng ma mei,Донмен Сен Маме,Доннемен-Сен-Маме,多内曼圣马梅		FR	24	28	282	28132	696	Europe/Paris
6430722	Dreux	dreux	Dreux		FR	24	28	283	28134	30977	Europe/Paris
6430724	Écluzelles	ecluzelles	Ecluzelles,Écluzelles		FR	24	28	283	28136	166	Europe/Paris
6430725	Écrosnes	ecrosnes	Ecrosnes,Ekron,ai ke luo si nei,Écrosnes,Екрон,埃克罗斯内		FR	24	28	281	28137	864	Europe/Paris
6430726	Épeautrolles	epeautrolles	Epeautrolles,Epotrol',ai bo te luo lai,Épeautrolles,Епотроль,埃波特罗莱		FR	24	28	281	28139	183	Europe/Paris
6430786	Luplanté	luplante	Luplante,Luplanté		FR	24	28	281	28222	386	Europe/Paris
6430728	Ermenonville-la-Grande	ermenonville-la-grande	Ermenonvil'-la-Grand,Ermenonville-la-Grande,da ai er mang weng wei er,Ерменонвіль-ла-Гранд,大埃尔芒翁维尔		FR	24	28	281	28141	321	Europe/Paris
6430729	Ermenonville-la-Petite	ermenonville-la-petite	Ermenonvil'-la-Petit,Ermenonville-la-Petite,xiao ai er mang weng wei er,Ерменонвіль-ла-Петіт,小埃尔芒翁维尔		FR	24	28	281	28142	187	Europe/Paris
6430730	Escorpain	escorpain	Escorpain,Eskorpen,ai si ke er pan,Ескорпен,埃斯科尔潘		FR	24	28	283	28143	249	Europe/Paris
6430732	Favières	favieres	Favieres,Favières		FR	24	28	283	28147	602	Europe/Paris
6430733	Flacey	flacey	Flacey,Flase,fu la sai,Фласе,弗拉塞		FR	24	28	282	28153	210	Europe/Paris
6430734	Fontaine-la-Guyon	fontaine-la-guyon	Fontaine-la-Guyon,Fonten-la-Gvion,feng tan la ji weng,Фонтен-ла-Гвіон,丰坦拉吉翁		FR	24	28	281	28154	1669	Europe/Paris
6430735	Fontaine-les-Ribouts	fontaine-les-ribouts	Fontaine-les-Ribouts		FR	24	28	283	28155	209	Europe/Paris
6430736	Fontaine-Simon	fontaine-simon	Fontaine-Simon,Fonten-Simon,feng tan xi meng,Фонтен-Сімон,丰坦西蒙		FR	24	28	284	28156	936	Europe/Paris
6430737	Fontenay-sur-Conie	fontenay-sur-conie	Fontenay-sur-Conie,Fontene-sjur-Koni,Fontne sir Koni,ke ni de he pan feng te nai,Фонтене-сюр-Коні,Фонтне сир Кони,科尼德河畔丰特奈		FR	24	28	282	28157	132	Europe/Paris
6430738	Fontenay-sur-Eure	fontenay-sur-eure	Fontenay-sur-Eure,Fontene-sjur-Er,Fontne sir Er,e er he pan feng te nai,Фонтене-сюр-Ер,Фонтне сир Ер,厄尔河畔丰特奈		FR	24	28	281	28158	965	Europe/Paris
6430739	Francourville	francourville	Francourville		FR	24	28	281	28160	832	Europe/Paris
6430740	Frazé	fraze			FR	24	28	284	28161	507	Europe/Paris
6430741	Fresnay-le-Comte	fresnay-le-comte	Fresnay-le-Comte		FR	24	28	281	28162	330	Europe/Paris
6430742	Fresnay-le-Gilmert	fresnay-le-gilmert	Fresnay-le-Gilmert		FR	24	28	281	28163	196	Europe/Paris
6430743	Fresnay-l'Évêque	fresnay-l-eveque			FR	24	28	281	28164	744	Europe/Paris
6430745	Friaize	friaize			FR	24	28	284	28166	240	Europe/Paris
6430746	Fruncé	frunce	Frunce,Fruncé		FR	24	28	281	28167	414	Europe/Paris
6430747	Garancières-en-Beauce	garancieres-en-beauce	Garancieres-en-Beauce,Garancières-en-Beauce,Garans'er-an-Bos,bo ke de qu jia lang xi ai,Гарансьєр-ан-Бос,博克地区加朗西埃		FR	24	28	281	28169	218	Europe/Paris
6430748	Garancières-en-Drouais	garancieres-en-drouais	Garancieres-en-Drouais,Garancières-en-Drouais		FR	24	28	283	28170	270	Europe/Paris
6430749	Garnay	garnay	Garnay,Garne,jia er nai,Гарне,加尔奈		FR	24	28	283	28171	872	Europe/Paris
6430750	Gas	gas	Gas		FR	24	28	281	28172	788	Europe/Paris
6430751	Gellainville	gellainville	Gellainville,Zhellenvil',re lan wei er,Желленвіль,热兰维尔		FR	24	28	281	28177	677	Europe/Paris
6430752	Germainville	germainville	Germainville		FR	24	28	283	28178	278	Europe/Paris
6430754	Gohory	gohory	Goori,Gori,ge ao li,Гоорі,Гори,戈奥里		FR	24	28	282	28182	326	Europe/Paris
6430755	Gommerville	gommerville	Gomervil,Gommervil',Gommerville,ge mei er wei er,Гомервил,Гоммервіль,戈梅尔维尔		FR	24	28	281	28183	680	Europe/Paris
6430756	Gouillons	gouillons	Gouillons,Gujon,gu yi long,Гуйон,Гујон,古伊隆		FR	24	28	281	28184	336	Europe/Paris
6430757	Goussainville	goussainville	Goussainville,Gussenvil',Гуссенвіль		FR	24	28	283	28185	1279	Europe/Paris
6430758	Guainville	guainville	Gjuenvil',Guainville,ju an wei er,Гюенвіль,居安维尔		FR	24	28	283	28187	690	Europe/Paris
6430759	Guilleville	guilleville	Guilleville		FR	24	28	281	28189	181	Europe/Paris
6430760	Hanches	hanches	Ansh,ang xie,Анш,昂谢		FR	24	28	281	28191	2709	Europe/Paris
6430761	Happonvilliers	happonvilliers	Aponvilije,Apponvil'e,Happonvilliers,a peng wei li ye er,Апонвилије,Аппонвільє,阿蓬维利耶尔		FR	24	28	284	28192	300	Europe/Paris
6430762	Havelu	havelu	Avelju,Avli,a wei lu,Авелю,Авли,阿韦吕		FR	24	28	283	28193	142	Europe/Paris
6430763	Houville-la-Branche	houville-la-branche	Houville-la-Branche,Uvil'-la-Bransh,wu wei er la bu lang ke,Увіль-ла-Бранш,乌维尔拉布朗克		FR	24	28	281	28194	438	Europe/Paris
6430764	Intréville	intreville	Intreville,Intréville		FR	24	28	281	28197	142	Europe/Paris
6430765	Jallans	jallans	Jallans,Zhallan,jllns,ya lang,Жаллан,جللنس,雅朗		FR	24	28	282	28198	816	Europe/Paris
6430766	Janville-en-Beauce	janville-en-beauce	Janville-en-Beauce,Zhanvil',rang wei er,Жанвиль,Жанвіль,جنویل، یرے-یت-لوئر,让维尔		FR	24	28	281	28199	2569	Europe/Paris
6430767	Jaudrais	jaudrais	Jaudrais,Zhodre,ruo de lai,Жодре,若德赖		FR	24	28	283	28200	394	Europe/Paris
6430768	Lamblore	lamblore	Lamblore		FR	24	28	283	28202	343	Europe/Paris
6430769	Landelles	landelles	Landelles		FR	24	28	281	28203	640	Europe/Paris
6430772	Laons	laons	Lan,Laons,lang zhen,Лан,朗镇		FR	24	28	283	28206	693	Europe/Paris
6430773	Léthuin	lethuin	Lethuin,Léthuin		FR	24	28	281	28207	228	Europe/Paris
6430774	Levainville	levainville			FR	24	28	281	28208	393	Europe/Paris
6430775	Lèves	leves	Leves,Lèves		FR	24	28	281	28209	5687	Europe/Paris
6430776	Levesville-la-Chenard	levesville-la-chenard	Levesville-la-Chenard		FR	24	28	281	28210	217	Europe/Paris
6430777	Logron	logron	Logron,luo ge long,Логрон,洛格龙		FR	24	28	282	28211	588	Europe/Paris
6430778	Loigny-la-Bataille	loigny-la-bataille	Loigny-la-Bataille,Luan'i-la-Bataj,lu wa ni la ba tai er,Луаньї-ла-Батай,卢瓦尼拉巴泰尔		FR	24	28	282	28212	208	Europe/Paris
6430779	Lormaye	lormaye	Lormaye,Lorme,luo er mai ai,Лорме,洛尔迈埃		FR	24	28	283	28213	663	Europe/Paris
6430780	Louville-la-Chenard	louville-la-chenard			FR	24	28	281	28215	252	Europe/Paris
6430781	Louvilliers-en-Drouais	louvilliers-en-drouais	Louvilliers-en-Drouais,Luvil'e-an-Drue,de lu ai de qu lu wei li ye er,Лувільє-ан-Друе,德鲁艾地区卢维利耶尔		FR	24	28	283	28216	202	Europe/Paris
6430782	Louvilliers-lès-Perche	louvilliers-les-perche	Louvilliers-les-Perche,Louvilliers-lès-Perche		FR	24	28	283	28217	181	Europe/Paris
6430783	Luigny	luigny	Ljuin'i,Luigny,lu yi ni,Люїньї,吕伊尼		FR	24	28	284	28219	352	Europe/Paris
6430784	Luisant	luisant	Ljuizan,Luisant,lu yi sang,Люїзан,吕伊桑		FR	24	28	281	28220	6657	Europe/Paris
6430789	Maillebois	maillebois	Maillebois		FR	24	28	283	28226	930	Europe/Paris
6430790	Maintenon	maintenon	Maintenon		FR	24	28	281	28227	4245	Europe/Paris
6430791	Manou	manou	Manou		FR	24	28	284	28232	595	Europe/Paris
6430792	Marboué	marboue	Marboue,Marboué,Marbue,ma er bu ai,Марбуе,马尔布埃		FR	24	28	282	28233	1133	Europe/Paris
6430793	Marchéville	marcheville	Marcheville,Marchéville		FR	24	28	281	28234	489	Europe/Paris
6430794	Marchezais	marchezais			FR	24	28	283	28235	328	Europe/Paris
6430795	Arcisses	arcisses	Arcisses,Margon,ma er gong,Маргон,马尔贡		FR	24	28	284	28236	2209	Europe/Paris
6430796	Marolles-les-Buis	marolles-les-buis			FR	24	28	284	28237	213	Europe/Paris
6430797	Meaucé	meauce	Mose,mo sai,Мосе,莫塞		FR	24	28	284	28240	560	Europe/Paris
6430798	Méréglise	mereglise	Mereglise,Meregliz,Méréglise,mei lei ge li si,Мерегліз,梅雷格利斯		FR	24	28	281	28242	101	Europe/Paris
6430799	Mérouville	merouville	Merouville,Mérouville		FR	24	28	281	28243	221	Europe/Paris
6430800	Meslay-le-Grenet	meslay-le-grenet	Mele-le-Grene,Meslay-le-Grenet,mei si lai lai ge lei nei,Меле-ле-Грене,梅斯莱莱格雷内		FR	24	28	281	28245	341	Europe/Paris
6430801	Meslay-le-Vidame	meslay-le-vidame	Meslay-le-Vidame		FR	24	28	282	28246	526	Europe/Paris
6430802	Mévoisins	mevoisins	Mevoisins,Mévoisins		FR	24	28	281	28249	624	Europe/Paris
6430803	Mézières-en-Drouais	mezieres-en-drouais	Mez'er-an-Drue,Mezieres-en-Drouais,Mézières-en-Drouais,de lu ai de qu mei qi ai,Мезьєр-ан-Друе,德鲁艾地区梅齐埃		FR	24	28	283	28251	1079	Europe/Paris
6430804	Miermaigne	miermaigne			FR	24	28	284	28252	203	Europe/Paris
6430805	Mignières	mignieres	Mignieres,Mignières		FR	24	28	281	28253	1034	Europe/Paris
6430806	Mittainvilliers-Vérigny	mittainvilliers-verigny	Mittainvilliers-Verigny,Mittainvilliers-Vérigny,Mittenvil'e,mi tan wei li ye er,Міттенвільє,米坦维利耶尔		FR	24	28	281	28254	797	Europe/Paris
6430807	Moinville-la-Jeulin	moinville-la-jeulin	Moinville-la-Jeulin		FR	24	28	281	28255	170	Europe/Paris
6430808	Moléans	moleans	Molean,Moleans,Moléans,mo lai ang,Молеан,莫莱昂		FR	24	28	282	28256	467	Europe/Paris
6430809	Mondonville-Saint-Jean	mondonville-saint-jean	Mondonville-Saint-Jean		FR	24	28	281	28257	87	Europe/Paris
6430811	Montboissier	montboissier	Monbuas'e,Montboissier,meng te bu wa xie,Монбуасьє,蒙特布瓦谢		FR	24	28	282	28259	318	Europe/Paris
6430812	Montharville	montharville	Montharville		FR	24	28	282	28260	97	Europe/Paris
6430813	Montigny-le-Chartif	montigny-le-chartif	Montigny-le-Chartif,Montin'i-le-Shartif,meng di ni lai sha er di,Монтіньї-ле-Шартіф,蒙蒂尼莱沙尔蒂		FR	24	28	284	28261	631	Europe/Paris
6430816	Montireau	montireau	Montireau,Montiro,meng di luo,Монтіро,蒙蒂罗		FR	24	28	284	28264	141	Europe/Paris
6430817	Montlandon	montlandon	Montlandon		FR	24	28	284	28265	244	Europe/Paris
6430818	Morainville	morainville			FR	24	28	281	28268	26	Europe/Paris
6430819	Morancez	morancez	Morancez,Moransez,mo lang sai,Морансез,莫朗塞		FR	24	28	281	28269	1741	Europe/Paris
6430820	Moriers	moriers			FR	24	28	282	28270	220	Europe/Paris
6430821	Morvilliers	morvilliers	Morvilliers		FR	24	28	283	28271	158	Europe/Paris
6430822	Mottereau	mottereau	Mottereau		FR	24	28	282	28272	169	Europe/Paris
6430823	Moulhard	moulhard	Moulhard,Mular,mu ya er,Мулар,穆亚尔		FR	24	28	284	28273	144	Europe/Paris
6430824	Neuvy-en-Beauce	neuvy-en-beauce	Neuvy-en-Beauce,Nevi-an-Bos,bo ke de qu ne wei,Неві-ан-Бос,博克地区讷维		FR	24	28	281	28276	215	Europe/Paris
6430825	Neuvy-en-Dunois	neuvy-en-dunois	Neuvy-en-Dunois		FR	24	28	282	28277	312	Europe/Paris
6430826	Nogent-le-Phaye	nogent-le-phaye	Nogent-le-Phaye,Nozhan-le-Fe,nuo rang lai fei ai,Ножан-ле-Фе,诺让莱费埃		FR	24	28	281	28278	1425	Europe/Paris
6430827	Nogent-le-Roi	nogent-le-roi	Nogent-le-Roi		FR	24	28	283	28279	4132	Europe/Paris
6430828	Nogent-le-Rotrou	nogent-le-rotrou			FR	24	28	284	28280	9940	Europe/Paris
6430829	Nogent-sur-Eure	nogent-sur-eure	Nogent-sur-Eure		FR	24	28	281	28281	500	Europe/Paris
6430830	Nonvilliers-Grandhoux	nonvilliers-grandhoux	Nonvilliers-Grandhoux		FR	24	28	284	28282	427	Europe/Paris
6430831	Oinville-Saint-Liphard	oinville-saint-liphard	Oinville-Saint-Liphard,Uenvil'-Sen-Lifar,ao an wei er sheng li fa er,Уенвіль-Сен-Ліфар,奥安维尔圣利法尔		FR	24	28	281	28284	274	Europe/Paris
6430832	Oinville-sous-Auneau	oinville-sous-auneau	Oinville-sous-Auneau		FR	24	28	281	28285	342	Europe/Paris
6430833	Ollé	olle	Olle,Ollé		FR	24	28	281	28286	610	Europe/Paris
6430834	Orgères-en-Beauce	orgeres-en-beauce	Orgeres-en-Beauce,Orgères-en-Beauce,Orzher-an-Bos,bo ke de qu ao er re lei,Оржер-ан-Бос,博克地区奥尔热雷		FR	24	28	282	28287	1093	Europe/Paris
6430836	Orrouer	orrouer	Orrouer		FR	24	28	281	28290	303	Europe/Paris
6430837	Ouarville	ouarville	Ouarville		FR	24	28	281	28291	518	Europe/Paris
6430838	Ouerre	ouerre	Ouerre		FR	24	28	283	28292	735	Europe/Paris
6430840	Oysonville	oysonville	Oysonville		FR	24	28	281	28294	520	Europe/Paris
6430842	Péronville	peronville	Peronvil',Peronville,Péronville,pei long wei er,Перонвіль,佩龙维尔		FR	24	28	282	28296	266	Europe/Paris
6430844	Poinville	poinville	Poinville,Puenvil',pu an wei er,Пуенвіль,普安维尔		FR	24	28	281	28300	143	Europe/Paris
6430845	Poisvilliers	poisvilliers	Puavil'e,pu wa si wei li ye er,Пуавільє,普瓦斯维利耶尔		FR	24	28	281	28301	443	Europe/Paris
6430846	Pontgouin	pontgouin	Ponguen,peng te gu an,Понгуен,蓬特古安		FR	24	28	281	28302	1121	Europe/Paris
6430847	Poupry	poupry	Poupry,Pupri,pu pu li,Пупрі,普普里		FR	24	28	282	28303	108	Europe/Paris
6430848	Prasville	prasville	Prasville		FR	24	28	281	28304	434	Europe/Paris
6430849	Pré-Saint-Évroult	pre-saint-evroult	Pre-Saint-Evroult,Pre-Sent-Evru,Pré-Saint-Évroult,pu lei sheng ai fu lu er,Пре-Сент-Евру,普雷圣埃夫鲁尔		FR	24	28	282	28305	297	Europe/Paris
6430850	Pré-Saint-Martin	pre-saint-martin	Pre-Saint-Martin,Pré-Saint-Martin		FR	24	28	282	28306	198	Europe/Paris
6430851	Prudemanche	prudemanche	Prudemanche		FR	24	28	283	28308	256	Europe/Paris
6432216	Escoussans	escoussans			FR	75	33	333	33156	311	Europe/Paris
6430852	Prunay-le-Gillon	prunay-le-gillon	Prjune-le-Zhijon,Prunay-le-Gillon,pu lu nai lai ji long,Прюне-ле-Жійон,普吕奈莱吉隆		FR	24	28	281	28309	1079	Europe/Paris
6430853	Puiseux	puiseux	Puiseux		FR	24	28	283	28312	140	Europe/Paris
6430854	Revercourt	revercourt	Revercourt		FR	24	28	283	28315	22	Europe/Paris
6430855	Rohaire	rohaire	Rohaire		FR	24	28	283	28316	129	Europe/Paris
6430856	Roinville	roinville	Roinville,Ruenvil',lu wan wei er,Руенвіль,鲁万维尔		FR	24	28	281	28317	548	Europe/Paris
6430858	Rouvray-Saint-Denis	rouvray-saint-denis			FR	24	28	281	28319	439	Europe/Paris
6430860	Rueil-la-Gadelière	rueil-la-gadeliere	Rjuej-la-Gadel'er,Rueil-la-Gadeliere,Rueil-la-Gadelière,lu ai la jia dai li ai,Рюей-ла-Гадельєр,吕埃拉加代利埃		FR	24	28	283	28322	510	Europe/Paris
6430861	Saint-Ange-et-Torçay	saint-ange-et-torcay	Saint-Ange-et-Torcay,Saint-Ange-et-Torçay		FR	24	28	283	28323	286	Europe/Paris
6430862	Saint-Arnoult-des-Bois	saint-arnoult-des-bois	Sent-Arnu-de-Bua,sheng a er nu er dai bu wa,Сент-Арну-де-Буа,سینٹ-ارنولٹ-دس-بوس,圣阿尔努尔代布瓦		FR	24	28	281	28324	890	Europe/Paris
6430863	Saint-Aubin-des-Bois	saint-aubin-des-bois	Saint-Aubin-des-Bois,Sent-Oben-de-Bua,sheng ao ban dai bu wa,Сент-Обен-де-Буа,سینٹ-آبن-دس-بوس، یرے-یت-لوئر,圣奥班代布瓦		FR	24	28	281	28325	993	Europe/Paris
6430864	Saint-Avit-les-Guespières	saint-avit-les-guespieres	Saint-Avit-les-Guespieres,Saint-Avit-les-Guespières,Sent-Avi-le-Gesper,sheng a wei lai gai si pi ai,Сент-Аві-ле-Геспєр,سینٹ-اوٹ-لیس-گیسپیرس,圣阿维莱盖斯皮埃		FR	24	28	282	28326	370	Europe/Paris
6430865	Saint-Bomer	saint-bomer	Saint-Bomer,Sen-Bome,sheng bo mei,Сен-Боме,سینٹ-بومر,圣博梅		FR	24	28	284	28327	200	Europe/Paris
6430866	Saintigny	saintigny	Saintigny		FR	24	28	284	28331	1009	Europe/Paris
6430867	Sainte-Gemme-Moronval	sainte-gemme-moronval	Sainte-Gemme-Moronval,Sent-Zhemm-Moronval',sheng rang mo long wa,Сент-Жемм-Моронваль,سین-گامے-مورونول,圣让莫龙瓦		FR	24	28	283	28332	1095	Europe/Paris
6430868	Saint-Denis-des-Puits	saint-denis-des-puits	Saint-Denis-des-Puits,Sen-Deni-de-Pjui,sheng de ni dai pi yi te,Сен-Дені-де-Пюї,سینٹ-ڈینس-دس-پیٹس,圣德尼代皮伊特		FR	24	28	281	28333	139	Europe/Paris
6430869	Saint-Denis-Lanneray	saint-denis-lanneray	Saint-Denis-Lanneray,Sen-Deni-le-Pon,sheng de ni lai peng te,Сен-Дені-ле-Пон,سینٹ-ڈینس-لیس-پونٹس,圣德尼莱蓬特		FR	24	28	282	28334	2264	Europe/Paris
6430870	Saint-Éliph	saint-eliph	Saint-Eliph,Saint-Éliph		FR	24	28	284	28335	901	Europe/Paris
6430871	Saint-Éman	saint-eman	Saint-Eman,Saint-Éman		FR	24	28	281	28336	109	Europe/Paris
6430872	Saint-Georges-sur-Eure	saint-georges-sur-eure	Saint-Georges-sur-Eure,Sen-Zhorzh-sjur-Er,e er he pan sheng ruo er re,Сен-Жорж-сюр-Ер,سینٹ-گیورگس-سر-یرے,厄尔河畔圣若尔热		FR	24	28	281	28337	2734	Europe/Paris
6430873	Saint-Germain-le-Gaillard	saint-germain-le-gaillard	Saint-Germain-le-Gaillard		FR	24	28	281	28339	339	Europe/Paris
6430875	Saint-Jean-de-Rebervilliers	saint-jean-de-rebervilliers	Saint-Jean-de-Rebervilliers,Sen-Zhan-de-Rebervil'e,sheng rang de lei bei er wei li ye er,Сен-Жан-де-Ребервільє,سینٹ-ژاں -دے-ریبرولیرس,圣让德雷贝尔维利耶尔		FR	24	28	283	28341	235	Europe/Paris
6430876	Saint-Jean-Pierre-Fixte	saint-jean-pierre-fixte	Saint-Jean-Pierre-Fixte		FR	24	28	284	28342	260	Europe/Paris
6430877	Saint-Laurent-la-Gâtine	saint-laurent-la-gatine	Saint-Laurent-la-Gatine,Saint-Laurent-la-Gâtine		FR	24	28	283	28343	443	Europe/Paris
6430878	Saint-Léger-des-Aubées	saint-leger-des-aubees	Saint-Leger-des-Aubees,Saint-Léger-des-Aubées		FR	24	28	281	28344	270	Europe/Paris
6430879	Saint-Lubin-de-Cravant	saint-lubin-de-cravant			FR	24	28	283	28346	57	Europe/Paris
6430880	Saint-Lubin-de-la-Haye	saint-lubin-de-la-haye	Saint-Lubin-de-la-Haye,Sen-Ljuben-de-la-E,sheng lu ban de la-ai ai,Сен-Любен-де-ла-Е,سینٹ-لبن-دے-لا-ہے,圣吕班德拉-艾埃		FR	24	28	283	28347	958	Europe/Paris
6430881	Saint-Lubin-des-Joncherets	saint-lubin-des-joncherets	Saint-Lubin-des-Joncherets,Sen-Ljuben-de-Zhonshere,sheng lu ban dai rong xie lei te,Сен-Любен-де-Жоншере,سینٹ-لبن-دس-جونچریٹس,圣吕班代容谢雷特		FR	24	28	283	28348	4020	Europe/Paris
6430882	Saint-Lucien	saint-lucien	Saint-Lucien		FR	24	28	283	28349	255	Europe/Paris
6430883	Saint-Luperce	saint-luperce	Sen-Ljupers,sheng lu pei er ke,Сен-Люперс,سینٹ-لپیرکے,圣吕佩尔克		FR	24	28	281	28350	875	Europe/Paris
6430884	Saint-Maixme-Hauterive	saint-maixme-hauterive	Saint-Maixme-Hauterive,Sen-Meksm-Otriv,sheng mai ke si mu ao te li fu,Сен-Мексм-Отрив,سینٹ-شمے-ہوتیروے,圣迈克斯姆奥特里夫		FR	24	28	283	28351	424	Europe/Paris
6430885	Saint-Martin-de-Nigelles	saint-martin-de-nigelles	Saint-Martin-de-Nigelles		FR	24	28	281	28352	1564	Europe/Paris
6430886	Saint-Maur-sur-le-Loir	saint-maur-sur-le-loir	Saint-Maur-sur-le-Loir,Sen-Mor-sjur-le-Luar,lai-lu wa he pan sheng mo,Сен-Мор-сюр-ле-Луар,سینٹ-موڑ-سر-لے-لوئر,莱-卢瓦河畔圣莫		FR	24	28	282	28353	421	Europe/Paris
6430887	Saint-Maurice-Saint-Germain	saint-maurice-saint-germain	Saint-Maurice-Saint-Germain		FR	24	28	284	28354	414	Europe/Paris
6430888	Saint-Ouen-Marchefroy	saint-ouen-marchefroy	Sent-Uan-Marshefrua,sheng wu ang ma er xie fu lu wa,Сент-Уан-Маршефруа,سینٹ-وں -مرچفروے,圣乌昂马尔谢夫鲁瓦		FR	24	28	283	28355	293	Europe/Paris
6430890	Saint-Piat	saint-piat	Saint-Piat,Sen-Pia,sheng pi a,syn-pat,Сен-Піа,سین-پات,圣皮阿		FR	24	28	281	28357	1047	Europe/Paris
6430891	Saint-Prest	saint-prest	Saint-Prest		FR	24	28	281	28358	1997	Europe/Paris
6430893	Saint-Victor-de-Buthon	saint-victor-de-buthon	Saint-Victor-de-Buthon,Sen-Viktor-de-Bjuton,sheng wei ke tuo de bi tong,Сен-Віктор-де-Бютон,圣维克托德比通		FR	24	28	284	28362	514	Europe/Paris
6430894	Sainville	sainville	Sainville		FR	24	28	281	28363	1012	Europe/Paris
6430895	Sancheville	sancheville	Sancheville,Sanshvil',sang xie wei er,Саншвіль,桑谢维尔		FR	24	28	282	28364	832	Europe/Paris
6430896	Sandarville	sandarville	Sandarville		FR	24	28	281	28365	406	Europe/Paris
6430897	Santeuil	santeuil			FR	24	28	281	28366	320	Europe/Paris
6430898	Saulnières	saulnieres	Saulnieres,Saulnières		FR	24	28	283	28369	694	Europe/Paris
6432681	Vendémian	vendemian			FR	76	34	342	34328	1053	Europe/Paris
6430899	Saumeray	saumeray	Saumeray,Somere,suo mo lai,Сомере,索默赖		FR	24	28	282	28370	489	Europe/Paris
6430900	Senonches	senonches	Senonches		FR	24	28	283	28373	3091	Europe/Paris
6430901	Serazereux	serazereux	Serazereux		FR	24	28	283	28374	559	Europe/Paris
6430902	Serville	serville			FR	24	28	283	28375	364	Europe/Paris
6430905	Souancé-au-Perche	souance-au-perche	Suanse-o-Persh,su ang sai ao pei er ke,Суансе-о-Перш,苏昂塞奥佩尔克		FR	24	28	284	28378	537	Europe/Paris
6430906	Soulaires	soulaires	Soulaires		FR	24	28	281	28379	447	Europe/Paris
6430907	Sours	sours	Sours		FR	24	28	281	28380	1951	Europe/Paris
6430908	Terminiers	terminiers	Termin'e,tai er mi nie er,Терміньє,泰尔米涅尔		FR	24	28	282	28382	914	Europe/Paris
6430909	Theuville	theuville	Tevil',Theuville,te wei er,Тевіль,特维尔		FR	24	28	281	28383	709	Europe/Paris
6430910	Thivars	thivars	Thivars,Tivar,di wa er,Тівар,蒂瓦尔		FR	24	28	281	28388	1067	Europe/Paris
6430911	Thiville	thiville	Thiville,Tivil',di wei er,Тівіль,蒂维尔		FR	24	28	282	28389	344	Europe/Paris
6430912	Tillay-le-Péneux	tillay-le-peneux	Tie-le-Pene,Tillay-le-Peneux,Tillay-le-Péneux,di lai lai pei na,Тіє-ле-Пене,蒂莱莱佩纳		FR	24	28	282	28390	326	Europe/Paris
6430913	Trancrainville	trancrainville			FR	24	28	281	28392	164	Europe/Paris
6430914	Tréon	treon	Treon,Tréon		FR	24	28	283	28394	1391	Europe/Paris
6430915	Trizay-Coutretot-Saint-Serge	trizay-coutretot-saint-serge	Trizay-Coutretot-Saint-Serge,Trize-Kutreto-Sen-Serzh,te li ze ku te lei tuo sheng sai er ge,Тризе-Кутрето-Сен-Серж,特里泽库特雷托圣塞尔格		FR	24	28	284	28395	450	Europe/Paris
6430916	Trizay-lès-Bonneval	trizay-les-bonneval	Trizay-les-Bonneval,Trizay-lès-Bonneval		FR	24	28	282	28396	321	Europe/Paris
6430917	Umpeau	umpeau	Umpeau		FR	24	28	281	28397	391	Europe/Paris
6430918	Unverre	unverre	Unverre		FR	24	28	282	28398	1204	Europe/Paris
6430919	Vaupillon	vaupillon	Vaupillon		FR	24	28	284	28401	454	Europe/Paris
6430921	Vernouillet	vernouillet	Vernouillet,Vernue,wei er nu yi lai,Вернує,韦尔努伊莱		FR	24	28	283	28404	12494	Europe/Paris
6430922	Vert-en-Drouais	vert-en-drouais	Vert-en-Drouais		FR	24	28	283	28405	1100	Europe/Paris
6430923	Éole-en-Beauce	eole-en-beauce	Eole-en-Beauce,Éole-en-Beauce		FR	24	28	281	28406	1244	Europe/Paris
6430924	Vichères	vicheres	Visher,wei xie lei,Вішер,维谢雷		FR	24	28	284	28407	312	Europe/Paris
6430925	Vierville	vierville	Vervil',Vierville,wei ye er wei er,Вєрвіль,维耶尔维尔		FR	24	28	281	28408	134	Europe/Paris
6430926	Vieuvicq	vieuvicq	Vevik,wei ye yu wei,Вєвік,维耶于维		FR	24	28	282	28409	479	Europe/Paris
6430927	Villampuy	villampuy	Villampuy		FR	24	28	282	28410	318	Europe/Paris
6430929	Villemeux-sur-Eure	villemeux-sur-eure	Vil'me-sjur-Er,Villemeux-sur-Eure,e er he pan wei lai mo,Вільме-сюр-Ер,厄尔河畔维莱默		FR	24	28	283	28415	1608	Europe/Paris
6430931	Villiers-le-Morhier	villiers-le-morhier	Vil'e-le-More,wei li ye er lai mo li ye,Вільє-ле-Морє,维利耶尔莱莫里耶		FR	24	28	283	28417	1350	Europe/Paris
6430932	Villiers-Saint-Orien	villiers-saint-orien	Vil'e-Sent-Orian,Villiers-Saint-Orien,wei li ye er sheng ao li an,Вільє-Сент-Оріан,维利耶尔圣奥里安		FR	24	28	282	28418	166	Europe/Paris
6430933	Vitray-en-Beauce	vitray-en-beauce	Vitray-en-Beauce		FR	24	28	282	28419	357	Europe/Paris
6430934	Voise	voise	Voise		FR	24	28	281	28421	286	Europe/Paris
6430935	Les Villages Vovéens	les-villages-voveens	Les Villages Voveens,Les Villages Vovéens		FR	24	28	281	28422	3983	Europe/Paris
6430936	Yermenonville	yermenonville	Ermenonvil',Yermenonville,yi ai er mang weng wei er,yrmnwnwyl,Єрменонвіль,یرمنونویل,伊埃尔芒翁维尔		FR	24	28	281	28423	589	Europe/Paris
6430937	Ymeray	ymeray	Imere,yi mo lai,Імере,یمرے,伊默赖		FR	24	28	281	28425	631	Europe/Paris
6430938	Ymonville	ymonville	Ymonville		FR	24	28	281	28426	494	Europe/Paris
6430939	Lanarvily	lanarvily	Lanarvily		FR	53	29	291	29100	425	Europe/Paris
6430940	Landéda	landeda			FR	53	29	291	29101	3559	Europe/Paris
6430941	Landeleau	landeleau	Landeleau,Landelo		FR	53	29	292	29102	926	Europe/Paris
6430942	Landévennec	landevennec	Landevennec,Landévennec		FR	53	29	292	29104	332	Europe/Paris
6430943	Landrévarzec	landrevarzec	Landrevarzec,Landrevarzeg,Landrevarzek,Landrévarzec,lang de lei wa er ze ke,Ландреварзек,لانڈریوارزیک,朗德雷瓦尔泽克		FR	53	29	294	29106	1836	Europe/Paris
6430944	Landudal	landudal	Landudal		FR	53	29	294	29107	874	Europe/Paris
6430945	Landudec	landudec	Landudec		FR	53	29	294	29108	1419	Europe/Paris
6430946	Landunvez	landunvez			FR	53	29	291	29109	1479	Europe/Paris
6430947	Langolen	langolen	Langolen		FR	53	29	294	29110	876	Europe/Paris
6430948	Lanhouarneau	lanhouarneau	Lanhouarneau		FR	53	29	293	29111	1316	Europe/Paris
6430949	Lanildut	lanildut	Lanildut		FR	53	29	291	29112	951	Europe/Paris
6430950	Lannéanou	lanneanou	Lanneanou,Lannéanou		FR	53	29	293	29114	389	Europe/Paris
6430951	Lannédern	lannedern			FR	53	29	292	29115	295	Europe/Paris
6430952	Lanneuffret	lanneuffret	Lanneuffret		FR	53	29	291	29116	149	Europe/Paris
6430953	Lannilis	lannilis			FR	53	29	291	29117	5533	Europe/Paris
6430954	Lanrivoaré	lanrivoare	Lanrivoare,Lanrivoaré		FR	53	29	291	29119	1465	Europe/Paris
6430955	Lanvéoc	lanveoc	Lanveoc,Lanveog,Lanveok,Lanvéoc,Lañveog,lang wei ao ke,lanwywk,ran'vu~eokku,Ланвеок,لانویوک,ランヴェオック,朗韦奥克		FR	53	29	292	29120	2158	Europe/Paris
6430956	Laz	laz	La,la zhen,razu,Ла,ラズ,拉镇		FR	53	29	292	29122	665	Europe/Paris
6430957	Lennon	lennon	Lennon,lang weng,renon,Леннон,レノン,朗翁		FR	53	29	292	29123	803	Europe/Paris
6430958	Lesneven	lesneven	Lesneven		FR	53	29	291	29124	7301	Europe/Paris
6430960	Locmélar	locmelar	Locmelar,Locmélar		FR	53	29	293	29131	466	Europe/Paris
6430961	Locquénolé	locquenole	Locquenole,Locquénolé		FR	53	29	293	29132	787	Europe/Paris
6430962	Locquirec	locquirec	Locquirec		FR	53	29	293	29133	1402	Europe/Paris
6430963	Locronan	locronan	Locronan,Locus Ronani,Lokorn,Lokronan,luo ke luo nan,rokuronan,Локронан,ロクロナン,洛克罗南		FR	53	29	294	29134	805	Europe/Paris
6430965	Locunolé	locunole	Locunole,Locunolé		FR	53	29	294	29136	1152	Europe/Paris
6430966	Logonna-Daoulas	logonna-daoulas			FR	53	29	291	29137	2120	Europe/Paris
6430967	Lopérec	loperec	Loperec,Lopérec		FR	53	29	292	29139	850	Europe/Paris
6430968	Loperhet	loperhet			FR	53	29	291	29140	3686	Europe/Paris
6430969	Loqueffret	loqueffret	Loqueffret		FR	53	29	292	29141	359	Europe/Paris
6430970	Mahalon	mahalon	Mahalon		FR	53	29	294	29143	952	Europe/Paris
6430971	Melgven	melgven	Melgven		FR	53	29	294	29146	3375	Europe/Paris
6430972	Mellac	mellac	Mellac		FR	53	29	294	29147	3042	Europe/Paris
6430973	Mespaul	mespaul	Mespaol,Mespaul,Mespol',mei si bo,mesuporu,Месполь,メスポール,梅斯波		FR	53	29	293	29148	944	Europe/Paris
6430975	Moëlan-sur-Mer	moelan-sur-mer			FR	53	29	294	29150	6800	Europe/Paris
6430976	Morlaix	morlaix	Montroulez,Morlaix		FR	53	29	293	29151	14721	Europe/Paris
6430978	Pencran	pencran	Pankran,Pencran,Penn-ar-Chrann,pang ke lang,pankuran,Панкран,パンクラン,庞克朗		FR	53	29	291	29156	1946	Europe/Paris
6430979	Pleuven	pleuven	Pleuven		FR	53	29	294	29161	2848	Europe/Paris
6430980	Pleyber-Christ	pleyber-christ			FR	53	29	293	29163	3116	Europe/Paris
6430981	Ploéven	ploeven	Ploeven,Ploéven		FR	53	29	292	29166	522	Europe/Paris
6430982	Plogastel-Saint-Germain	plogastel-saint-germain	Plogastel-Saint-Germain		FR	53	29	294	29167	1929	Europe/Paris
6430983	Plogoff	plogoff	Plogoff		FR	53	29	294	29168	1230	Europe/Paris
6430984	Plogonnec	plogonnec	Plogonnec		FR	53	29	294	29169	3141	Europe/Paris
6430985	Plomelin	plomelin			FR	53	29	294	29170	4187	Europe/Paris
6430986	Plomeur	plomeur	Plomeur		FR	53	29	294	29171	3786	Europe/Paris
6430987	Plomodiern	plomodiern			FR	53	29	292	29172	2083	Europe/Paris
6430988	Plonéis	ploneis	Ploneis,Plonéis		FR	53	29	294	29173	2392	Europe/Paris
6430989	Plonéour-Lanvern	ploneour-lanvern	Ploneour-Lanvern,Plonéour-Lanvern		FR	53	29	294	29174	6071	Europe/Paris
6430990	Plonévez-du-Faou	plonevez-du-faou	Plonevez-ar-Faou		FR	53	29	292	29175	2099	Europe/Paris
6430991	Plonévez-Porzay	plonevez-porzay			FR	53	29	292	29176	1769	Europe/Paris
6430992	Ploudaniel	ploudaniel			FR	53	29	291	29179	3698	Europe/Paris
6430993	Plouédern	plouedern	Plouedern,Plouédern		FR	53	29	291	29181	2795	Europe/Paris
6430994	Plouégat-Guérand	plouegat-guerand			FR	53	29	293	29182	1067	Europe/Paris
6430995	Plouégat-Moysan	plouegat-moysan	Plebs Erdegati Moysen,Plegad-Moezan,Plouegat-Moysan,Plouégat-Moysan,Pluega-Muajzan,pu lu ai jia mu wa sang,Плуега-Муайзан,普卢埃加穆瓦桑		FR	53	29	293	29183	717	Europe/Paris
6430996	Plouénan	plouenan			FR	53	29	293	29184	2500	Europe/Paris
6430997	Plouescat	plouescat	Plouescat		FR	53	29	293	29185	3453	Europe/Paris
6430998	Plougar	plougar	Gwikar,Plougar,Plugar,pu lu jia,Плугар,普卢加		FR	53	29	293	29187	783	Europe/Paris
6430999	Plougasnou	plougasnou			FR	53	29	293	29188	2887	Europe/Paris
6431000	Plougastel-Daoulas	plougastel-daoulas			FR	53	29	291	29189	13349	Europe/Paris
6431001	Plougonvelin	plougonvelin	Plougonvelen,Plugonvelen,pu lu gong wei lan,purugon'vuran,Плугонвелен,プルゴンヴラン,普卢贡韦兰		FR	53	29	291	29190	4152	Europe/Paris
6431002	Plougonven	plougonven			FR	53	29	293	29191	3461	Europe/Paris
6431003	Plougoulm	plougoulm			FR	53	29	293	29192	1766	Europe/Paris
6431004	Plougourvest	plougourvest	Gwikourvest,Plougourvest,Plugurves,pu lu gu er wei si,Плугурвес,普卢古尔韦斯		FR	53	29	293	29193	1400	Europe/Paris
6431005	Plouguerneau	plouguerneau	Plouguerneau		FR	53	29	291	29195	6549	Europe/Paris
6431006	Plouguin	plouguin	Plouguin		FR	53	29	291	29196	2141	Europe/Paris
6431007	Plouider	plouider			FR	53	29	291	29198	1872	Europe/Paris
6431008	Plouigneau	plouigneau	Plouigneau		FR	53	29	293	29199	5107	Europe/Paris
6431009	Ploumoguer	ploumoguer			FR	53	29	291	29201	2029	Europe/Paris
6431010	Plounéour-Ménez	plouneour-menez			FR	53	29	293	29202	1250	Europe/Paris
6431012	Plounéventer	plouneventer			FR	53	29	293	29204	2097	Europe/Paris
6431013	Plounévézel	plounevezel	Plounevezel,Plounévézel		FR	53	29	292	29205	1254	Europe/Paris
6431014	Plounévez-Lochrist	plounevez-lochrist			FR	53	29	293	29206	2312	Europe/Paris
6431015	Plouvien	plouvien			FR	53	29	291	29209	3746	Europe/Paris
6431016	Plouvorn	plouvorn			FR	53	29	293	29210	2865	Europe/Paris
6431017	Plouyé	plouye	Plouye,Plouyé		FR	53	29	292	29211	686	Europe/Paris
6431018	Plouzévédé	plouzevede	Gwitevede,Plouzevede,Plouzévédé,Pluzevede,pu lu ze wei dai,Плузеведе,普卢泽韦代		FR	53	29	293	29213	1779	Europe/Paris
6431019	Plovan	plovan	Plovan		FR	53	29	294	29214	680	Europe/Paris
6431020	Plozévet	plozevet	Plozevet,Plozévet		FR	53	29	294	29215	2980	Europe/Paris
6431021	Pluguffan	pluguffan	Pluguffan		FR	53	29	294	29216	4087	Europe/Paris
6431022	Pont-Aven	pont-aven			FR	53	29	294	29217	2824	Europe/Paris
6431023	Pont-l'Abbé	pont-l-abbe	Pont-l'Abbe,Pont-l'Abbé		FR	53	29	294	29220	8183	Europe/Paris
6431024	Porspoder	porspoder	Porspoder		FR	53	29	291	29221	1817	Europe/Paris
6431025	Port-Launay	port-launay	Port-Launay		FR	53	29	292	29222	389	Europe/Paris
6431026	Pouldergat	pouldergat	Pouldergat		FR	53	29	294	29224	1215	Europe/Paris
6431027	Pouldreuzic	pouldreuzic			FR	53	29	294	29225	2137	Europe/Paris
6431028	Poullan-sur-Mer	poullan-sur-mer			FR	53	29	294	29226	1516	Europe/Paris
6431029	Poullaouen	poullaouen	Poullaouen		FR	53	29	292	29227	1510	Europe/Paris
6431030	Primelin	primelin	Primelin		FR	53	29	294	29228	724	Europe/Paris
6431031	Quéménéven	quemeneven			FR	53	29	294	29229	1119	Europe/Paris
6431032	Querrien	querrien	Querrien		FR	53	29	294	29230	1748	Europe/Paris
6431033	Quimper	quimper	Quimper		FR	53	29	294	29232	63405	Europe/Paris
6431034	Quimperlé	quimperle	Quimperle,Quimperlé		FR	53	29	294	29233	12034	Europe/Paris
6431036	Roscanvel	roscanvel	Roscanvel		FR	53	29	292	29238	840	Europe/Paris
6432748	Meillac	meillac			FR	53	35	354	35172	1824	Europe/Paris
6431037	Roscoff	roscoff	Roscoff,Roscovia,Rosko,Roskof,Roskoff,luo si ke,rosukofu,rwsqwp,Роскоф,Роскофф,רוסקוף,ロスコフ,罗斯科		FR	53	29	293	29239	3363	Europe/Paris
6431038	Rosnoën	rosnoen			FR	53	29	292	29240	951	Europe/Paris
6431039	Rosporden	rosporden	Rosporden		FR	53	29	294	29241	7643	Europe/Paris
6431040	Saint-Coulitz	saint-coulitz	Saint-Coulitz,Sant-Kouled,Sen-Kuli,san=kuritsu,sheng ku li te,Сен-Кули,Сен-Кулі,سینٹ-کولٹز,サン＝クーリツ,圣库利特		FR	53	29	292	29243	429	Europe/Paris
6431041	Saint-Derrien	saint-derrien	Saint-Derrien		FR	53	29	293	29244	808	Europe/Paris
6431042	Saint-Évarzec	saint-evarzec	Saint-Evarzec,Saint-Évarzec		FR	53	29	294	29247	3540	Europe/Paris
6431043	Saint-Frégant	saint-fregant	Saint-Fregant,Saint-Frégant		FR	53	29	291	29248	811	Europe/Paris
6431044	Saint-Goazec	saint-goazec	Saint-Goazec		FR	53	29	292	29249	710	Europe/Paris
6431045	Saint-Hernin	saint-hernin			FR	53	29	292	29250	761	Europe/Paris
6431046	Saint-Jean-du-Doigt	saint-jean-du-doigt			FR	53	29	293	29251	643	Europe/Paris
6431047	Saint-Jean-Trolimon	saint-jean-trolimon	Saint-Jean-Trolimon		FR	53	29	294	29252	976	Europe/Paris
6431048	Saint-Martin-des-Champs	saint-martin-des-champs	Saint-Martin-des-Champs,Sant-Martin-war-ar-Maez,Sen-Marten-de-Sham,san=marutan=de=shan,sheng ma dan dai shang pu,Сен-Мартен-де-Шам,سینٹ-مارٹن-دس-چمپس، فنستیرے,サン＝マルタン＝デ＝シャン,圣马丹代尚普		FR	53	29	293	29254	4606	Europe/Paris
6431049	Saint-Nic	saint-nic	Saint-Nic		FR	53	29	292	29256	776	Europe/Paris
6431050	Saint-Pol-de-Léon	saint-pol-de-leon	Saint-Pol-de-Leon,Saint-Pol-de-Léon		FR	53	29	293	29259	6589	Europe/Paris
6431051	Saint-Renan	saint-renan	Saint-Renan		FR	53	29	291	29260	8097	Europe/Paris
6431052	Saint-Rivoal	saint-rivoal	Saint-Rivoal		FR	53	29	292	29261	186	Europe/Paris
6431053	Saint-Ségal	saint-segal	Saint-Segal,Saint-Ségal		FR	53	29	292	29263	1070	Europe/Paris
6431054	Sainte-Sève	sainte-seve	Sainte-Seve,Sainte-Sève		FR	53	29	293	29265	1002	Europe/Paris
6431055	Saint-Thois	saint-thois			FR	53	29	292	29267	715	Europe/Paris
6431056	Saint-Thonan	saint-thonan	Saint-Thonan		FR	53	29	291	29268	1755	Europe/Paris
6431057	Saint-Thurien	saint-thurien	Sant-Turian,Sen-Tjur'jan,Sen-Tjurjan,sheng di li an,Сен-Тюрьян,Сен-Тюрян,圣蒂里安		FR	53	29	294	29269	1026	Europe/Paris
6431058	Saint-Urbain	saint-urbain	Lannurvan,Saint-Urbain,Sent-Jurben,sheng yu er ban,Сент-Юрбен,圣于尔班		FR	53	29	291	29270	1637	Europe/Paris
6431059	Saint-Vougay	saint-vougay	Saint-Vougay,Sant-Nouga,Sen-Vuge,san=vuge,sheng wu gai,Сен-Вуге,サン＝ヴゲ,圣武盖		FR	53	29	293	29271	903	Europe/Paris
6431060	Santec	santec			FR	53	29	293	29273	2367	Europe/Paris
6431061	Scaër	scaer	Scaer,Scaër		FR	53	29	294	29274	5383	Europe/Paris
6431062	Scrignac	scrignac	Skrigneg		FR	53	29	292	29275	779	Europe/Paris
6431063	Sibiril	sibiril	Sibirij,Sibiril,Sibirill,shibiriru,xi bi li,Сибирий,Сібірій,シビリル,西比里		FR	53	29	293	29276	1213	Europe/Paris
6431064	Spézet	spezet	Spezet,Spézet		FR	53	29	292	29278	1832	Europe/Paris
6431065	Taulé	taule	Taule,Taulé		FR	53	29	293	29279	2961	Europe/Paris
6431066	Telgruc-sur-Mer	telgruc-sur-mer	Tel'grjuk-sjur-Mer,Telgruc-sur-Mer,Terrug,bin hai tai er ge lu ke,teruguryukku=shuru=meru,Тельгрюк-сюр-Мер,テルグリュック＝シュル＝メール,滨海泰尔格吕克		FR	53	29	292	29280	2105	Europe/Paris
6431067	Tourch	tourch			FR	53	29	294	29281	1038	Europe/Paris
6431068	Trébabu	trebabu	Trebabju,Trebabu,Trébabu,te lei ba bi,torebabyu,trbabw,Требабю,تربابو,トレバビュ,特雷巴比		FR	53	29	291	29282	345	Europe/Paris
6431069	Tréflaouénan	treflaouenan	Treflaouenan,Tréflaouénan		FR	53	29	293	29285	504	Europe/Paris
6431070	Tréflez	treflez	Treflez,Tréflez		FR	53	29	293	29287	944	Europe/Paris
6431071	Trégarantec	tregarantec			FR	53	29	291	29288	584	Europe/Paris
6431072	Trégarvan	tregarvan	Tregarvan,Trégarvan		FR	53	29	292	29289	128	Europe/Paris
6431073	Tréglonou	treglonou	Treglonou,Tréglonou		FR	53	29	291	29290	650	Europe/Paris
6431074	Trégourez	tregourez	Tregourez,Trégourez		FR	53	29	292	29291	984	Europe/Paris
6431075	Tréguennec	treguennec	Treguennec,Tréguennec		FR	53	29	294	29292	317	Europe/Paris
6431076	Trégunc	tregunc	Tregunc,Trégunc		FR	53	29	294	29293	7042	Europe/Paris
6431077	Trémaouézan	tremaouezan	Tremaouezan,Trémaouézan		FR	53	29	291	29295	568	Europe/Paris
6431078	Tréméoc	tremeoc	Tremeoc,Tréméoc		FR	53	29	294	29296	1339	Europe/Paris
6431079	Tréogat	treogat			FR	53	29	294	29298	583	Europe/Paris
6431080	Tréouergat	treouergat	Treouergad,Treouergat,Treuerga,Tréouergat,te lei wu ai er jia,trywwrgat,Треуерга,ترئوورگات,特雷乌埃尔加		FR	53	29	291	29299	335	Europe/Paris
6431081	Trézilidé	trezilide	Trezilide,Trézilidé,te lei qi li dai,trzylyd,Трезилиде,Трезіліде,ترزیلید,特雷齐利代		FR	53	29	293	29301	378	Europe/Paris
6431082	Cristinacce	cristinacce	Cristinacce		FR	94	2A	2A1	2A100	60	Europe/Paris
6431083	Forciolo	forciolo	Forciolo		FR	94	2A	2A1	2A117	76	Europe/Paris
6431084	Fozzano	fozzano	Focano,Foccano,Fozzano,Fuzza,Fuzzà,Фоцано,Фоццано		FR	94	2A	2A4	2A118	212	Europe/Paris
6431085	Frasseto	frasseto	Frasseto,Frassetu,Frazeto,Фразето,Фрассето		FR	94	2A	2A1	2A119	115	Europe/Paris
6431086	Giuncheto	giuncheto	Giuncheto		FR	94	2A	2A4	2A127	84	Europe/Paris
6431087	Granace	granace	Granace		FR	94	2A	2A4	2A128	88	Europe/Paris
6431088	Grossa	grossa			FR	94	2A	2A4	2A129	43	Europe/Paris
6431089	Grosseto-Prugna	grosseto-prugna	Grosseto-Prugna		FR	94	2A	2A1	2A130	2990	Europe/Paris
6431090	Letia	letia	Let'ja,Letia,Letija,Летия,Летья,Летія		FR	94	2A	2A1	2A141	117	Europe/Paris
6431091	Levie	levie			FR	94	2A	2A4	2A142	708	Europe/Paris
6431092	Lopigna	lopigna	Lopin'ja,Лопинья,Лопінья		FR	94	2A	2A1	2A144	102	Europe/Paris
6431093	Loreto-di-Tallano	loreto-di-tallano	Laretu dAttalla,Laretu dAttallà,Loreto di Tallano,Loreto-di-Tallano,Лорето-ди-Таллано,Лорето-ді-Таллано		FR	94	2A	2A4	2A146	52	Europe/Paris
6431094	Marignana	marignana	Marignana		FR	94	2A	2A1	2A154	109	Europe/Paris
6431095	Moca-Croce	moca-croce	Maca e Croci,Macà è Croci,Moca-Croce,Moka-Kroche,Мока-Кроче		FR	94	2A	2A4	2A160	245	Europe/Paris
6431096	Monacia-d'Aullène	monacia-d-aullene			FR	94	2A	2A4	2A163	521	Europe/Paris
6431097	Murzo	murzo	Murzo		FR	94	2A	2A1	2A174	96	Europe/Paris
6431098	Ocana	ocana	Ocana,Okana,Òcana,Окана		FR	94	2A	2A1	2A181	581	Europe/Paris
6431099	Olivese	olivese	Livesi,Olivese,Oliveze,Оливезе,Олівезе		FR	94	2A	2A1	2A186	228	Europe/Paris
6431100	Olmeto	olmeto	Ol'meto,Ulmetu,Ольмето		FR	94	2A	2A4	2A189	1219	Europe/Paris
6431101	Olmiccia	olmiccia	Olmiccia		FR	94	2A	2A4	2A191	122	Europe/Paris
6431102	Orto	orto	Orto,Ortu,Орто		FR	94	2A	2A1	2A196	57	Europe/Paris
6431103	Osani	osani			FR	94	2A	2A1	2A197	96	Europe/Paris
6431104	Ota	ota	Ota,Otta,Ота		FR	94	2A	2A1	2A198	529	Europe/Paris
6431105	Palneca	palneca	Pal'neka,Palleca,pa er nei ka,Пальнека,帕爾內卡		FR	94	2A	2A1	2A200	162	Europe/Paris
6431106	Partinello	partinello			FR	94	2A	2A1	2A203	102	Europe/Paris
6431107	Peri	peri	Peri,Пери,Пері		FR	94	2A	2A1	2A209	1943	Europe/Paris
6431108	Petreto-Bicchisano	petreto-bicchisano	Petreto-Bicchisano		FR	94	2A	2A4	2A211	565	Europe/Paris
6431109	Pianottoli-Caldarello	pianottoli-caldarello	Pianottoli-Caldarello		FR	94	2A	2A4	2A215	928	Europe/Paris
6431110	Pietrosella	pietrosella	P'etrosella,P'etrozella,Petrozella,Pietrosella,Pitrusedda,Пьетрозелла,Пьетроселла,Пєтрозелла		FR	94	2A	2A1	2A228	1640	Europe/Paris
6431111	Pila-Canale	pila-canale	Pila-Canale		FR	94	2A	2A1	2A232	286	Europe/Paris
6431112	Poggiolo	poggiolo	Podzholo,Poggiolo,U Pighjolu,Поджоло		FR	94	2A	2A1	2A240	106	Europe/Paris
6431113	Propriano	propriano	Propriano,Prupia,Prupià,Проприано,Пропріано		FR	94	2A	2A4	2A249	3789	Europe/Paris
6431114	Quasquara	quasquara	Quasquara		FR	94	2A	2A1	2A253	52	Europe/Paris
6431115	Quenza	quenza	Kuenca,Kvendza,Квендза,Куенца		FR	94	2A	2A4	2A254	185	Europe/Paris
6431116	Renno	renno	Renno,Rennu,Ренно		FR	94	2A	2A1	2A258	60	Europe/Paris
6431117	Rezza	rezza	Rezza		FR	94	2A	2A1	2A259	51	Europe/Paris
6431118	Rosazia	rosazia	Rosazia		FR	94	2A	2A1	2A262	50	Europe/Paris
6431119	Salice	salice	Salice		FR	94	2A	2A1	2A266	91	Europe/Paris
6431120	Sari-Solenzara	sari-solenzara	Sari-Solenzara		FR	94	2A	2A4	2A269	1355	Europe/Paris
6431121	Sari-d'Orcino	sari-d-orcino	Sari-d'Orcino		FR	94	2A	2A1	2A270	331	Europe/Paris
6431122	Sarrola-Carcopino	sarrola-carcopino	Sarrola-Carcopino,Sarrola-Karkopino,Sarrula e Carcupinu,Sarrula è Carcupinu,Саррола-Каркопино,Саррола-Каркопіно		FR	94	2A	2A1	2A271	2846	Europe/Paris
6431123	Sartène	sartene	Sartene,Sartène		FR	94	2A	2A4	2A272	3252	Europe/Paris
6431124	Serra-di-Ferro	serra-di-ferro	Serra-di-Ferro		FR	94	2A	2A1	2A276	476	Europe/Paris
6431125	Serriera	serriera	Ser'era,Serriera,Серриера,Серрієра,Серьера		FR	94	2A	2A1	2A279	124	Europe/Paris
6431126	Soccia	soccia	Soccia		FR	94	2A	2A1	2A282	145	Europe/Paris
6431127	Sollacaro	sollacaro	Sollacaro		FR	94	2A	2A4	2A284	358	Europe/Paris
6431128	Sorbollano	sorbollano	Sorbollano		FR	94	2A	2A4	2A285	78	Europe/Paris
6431129	Sotta	sotta			FR	94	2A	2A4	2A288	1374	Europe/Paris
6431130	San-Gavino-di-Carbini	san-gavino-di-carbini			FR	94	2A	2A4	2A300	1105	Europe/Paris
6431131	Santa-Maria-Figaniella	santa-maria-figaniella	Santa Maria di Vighjanu,Santa Maria-Figaniella,Santa Marìa di Vighjanu,Santa-Maria-Figaniella,Santa-Marija-Figan'ella,Santa-Marija-Figaniella,Санта-Мария-Фиганиелла,Санта-Мария-Фиганьелла,Санта-Марія-Фіганієлла		FR	94	2A	2A4	2A310	93	Europe/Paris
6431132	Santa-Maria-Siché	santa-maria-siche	Santa Maria dUrnanu,Santa Maria-Siche,Santa Maria-Sichè,Santa Marìa dUrnanu,Santa-Maria-Siche,Santa-Maria-Siché,Santa-Marija-Sishe,Санта-Мария-Сише,Санта-Марія-Сіше		FR	94	2A	2A1	2A312	441	Europe/Paris
6431133	Tasso	tasso	Tasso		FR	94	2A	2A1	2A322	109	Europe/Paris
6431134	Tavaco	tavaco	Tavaco		FR	94	2A	2A1	2A323	352	Europe/Paris
6431135	Tavera	tavera	Tavera,tawra,Тавера,تاورا		FR	94	2A	2A1	2A324	399	Europe/Paris
6431136	Tolla	tolla	Todda,Tolla,Толла		FR	94	2A	2A1	2A326	127	Europe/Paris
6431137	Ucciani	ucciani	Ucciani		FR	94	2A	2A1	2A330	492	Europe/Paris
6431138	Urbalacone	urbalacone	Urbalaco,Urbalacone,Urbalacò,Urbalakone,Урбалаконе		FR	94	2A	2A1	2A331	65	Europe/Paris
6431139	Valle-di-Mezzana	valle-di-mezzana	Valle di Mezzana,Valle-di-Meccana,Valle-di-Medzana,Valle-di-Mezzana,Valli di Mezana,Валле-ди-Медзана,Валле-ди-Меццана,Валле-ді-Меццана		FR	94	2A	2A1	2A336	414	Europe/Paris
6431140	Vero	vero	Vero,Veru,Веро		FR	94	2A	2A1	2A345	559	Europe/Paris
6431141	Vico	vico	Alvea,Vico,Vicu,Viko,Вико,Віко		FR	94	2A	2A1	2A348	917	Europe/Paris
6431142	Viggianello	viggianello	Viggianello		FR	94	2A	2A4	2A349	770	Europe/Paris
6431143	Villanova	villanova	Beddanova,Villanova,Вилланова,Вілланова		FR	94	2A	2A1	2A351	357	Europe/Paris
6431144	Zicavo	zicavo	Zicavo		FR	94	2A	2A1	2A359	228	Europe/Paris
6431145	Zigliara	zigliara	Cil'jara,Dzil'jara,Дзильяра,Цильяра		FR	94	2A	2A1	2A360	130	Europe/Paris
6431146	Zonza	zonza	Zonza		FR	94	2A	2A4	2A362	2698	Europe/Paris
6431147	Zoza	zoza	Coca,Dzodza,Zoza,Дзодза,Цоца		FR	94	2A	2A4	2A363	54	Europe/Paris
6431148	Crocicchia	crocicchia	Crocicchia		FR	94	2B	2B3	2B102	71	Europe/Paris
6431149	Erbajolo	erbajolo	Erbajolo		FR	94	2B	2B3	2B105	108	Europe/Paris
6431150	Érone	erone	Ehrone,Erone,Érone,Ероне,Эроне		FR	94	2B	2B3	2B106	11	Europe/Paris
6431151	Favalello	favalello	Favalello		FR	94	2B	2B3	2B110	74	Europe/Paris
6431152	Felce	felce	Fel'che,Felce,Felge,Фельче		FR	94	2B	2B3	2B111	51	Europe/Paris
6431153	Feliceto	feliceto	Feliceto		FR	94	2B	2B5	2B112	221	Europe/Paris
6431154	Focicchia	focicchia	Focicchia		FR	94	2B	2B3	2B116	26	Europe/Paris
6431155	Furiani	furiani	Furiani		FR	94	2B	2B2	2B120	5682	Europe/Paris
6431156	Ghisonaccia	ghisonaccia	Ghisonaccia		FR	94	2B	2B3	2B123	4196	Europe/Paris
6431158	Giocatojo	giocatojo	Giocatojo		FR	94	2B	2B3	2B125	48	Europe/Paris
6431159	Giuncaggio	giuncaggio			FR	94	2B	2B3	2B126	56	Europe/Paris
6431160	Isolaccio-di-Fiumorbo	isolaccio-di-fiumorbo	Isolaccio-di-Fiumorbo		FR	94	2B	2B3	2B135	316	Europe/Paris
6431161	Lama	lama	Lama,Лама		FR	94	2B	2B5	2B136	156	Europe/Paris
6431162	Lano	lano	Lano,Lanu,Лано		FR	94	2B	2B3	2B137	27	Europe/Paris
6431163	Lavatoggio	lavatoggio	Lavatoggio		FR	94	2B	2B5	2B138	150	Europe/Paris
6431164	Lento	lento	Lento,Lentu,Ленто		FR	94	2B	2B3	2B140	104	Europe/Paris
6431165	Linguizzetta	linguizzetta	Linguiccetta,Linguizzetta,Лингуиццетта,Лінгуїццетта		FR	94	2B	2B3	2B143	1127	Europe/Paris
6431166	Loreto-di-Casinca	loreto-di-casinca	Loreto di Casinca,Loreto-di-Casinca,Loreto-di-Kazinka,Loretu di Casinca,Лорето-ди-Казинка,Лорето-ді-Казінка		FR	94	2B	2B3	2B145	213	Europe/Paris
6431167	Lucciana	lucciana	Lucciana		FR	94	2B	2B2	2B148	5671	Europe/Paris
6431168	Lugo-di-Nazza	lugo-di-nazza	Lugo di Nazza,Lugo-di-Nacca,Lugo-di-Nazza,U Lugu di Nazza,Луго-ди-Нацца,Луго-ді-Нацца		FR	94	2B	2B3	2B149	78	Europe/Paris
6431169	Lumio	lumio	Lumio		FR	94	2B	2B5	2B150	1140	Europe/Paris
6431170	Manso	manso	Manso,Mansu,Мансо		FR	94	2B	2B5	2B153	113	Europe/Paris
6431171	Matra	matra	Matra,Матра		FR	94	2B	2B3	2B155	42	Europe/Paris
6431172	Mazzola	mazzola	A Mazzola,Maccola,Mazzola,mazwla,Маццола,مازولا		FR	94	2B	2B3	2B157	28	Europe/Paris
6431173	Moïta	moita	Moita,Moïta		FR	94	2B	2B3	2B161	79	Europe/Paris
6431174	Moltifao	moltifao			FR	94	2B	2B3	2B162	672	Europe/Paris
6431175	Monacia-d'Orezza	monacia-d-orezza	Monacia-d'Orezza		FR	94	2B	2B3	2B164	27	Europe/Paris
6431176	Moncale	moncale	Moncale		FR	94	2B	2B5	2B165	324	Europe/Paris
6431177	Monticello	monticello	Monticello,Montichello,U Munticellu,Монтичелло,Монтічелло		FR	94	2B	2B5	2B168	1935	Europe/Paris
6431178	Morosaglia	morosaglia	Morosaglia		FR	94	2B	2B3	2B169	1100	Europe/Paris
6431179	Muracciole	muracciole	Muracciole		FR	94	2B	2B3	2B171	35	Europe/Paris
6431180	Muro	muro	Muro,Muru,Муро		FR	94	2B	2B5	2B173	236	Europe/Paris
6431181	Nessa	nessa	Nesce,Nessa,Несса		FR	94	2B	2B5	2B175	110	Europe/Paris
6431182	Nocario	nocario	Nocario		FR	94	2B	2B3	2B176	66	Europe/Paris
6431183	Noceta	noceta	Noceta		FR	94	2B	2B3	2B177	60	Europe/Paris
6431184	Nonza	nonza			FR	94	2B	2B2	2B178	73	Europe/Paris
6431185	Novale	novale	A Nuvale,Novale,Новале		FR	94	2B	2B3	2B179	60	Europe/Paris
6431186	Novella	novella	Novella,Nuvella,Новелла		FR	94	2B	2B5	2B180	85	Europe/Paris
6431187	Occhiatana	occhiatana	Occhiatana		FR	94	2B	2B5	2B182	225	Europe/Paris
6431188	Ogliastro	ogliastro	Ogliastro		FR	94	2B	2B2	2B183	102	Europe/Paris
6431189	Oletta	oletta	Oletta		FR	94	2B	2B5	2B185	1650	Europe/Paris
6431190	Olmeta-di-Tuda	olmeta-di-tuda	Olmeta-di-Tuda		FR	94	2B	2B5	2B188	461	Europe/Paris
6431191	Olmi-Cappella	olmi-cappella	Olmi-Cappella		FR	94	2B	2B5	2B190	177	Europe/Paris
6431192	Omessa	omessa	Omessa,Омесса		FR	94	2B	2B3	2B193	578	Europe/Paris
6431193	Ortiporio	ortiporio			FR	94	2B	2B3	2B195	129	Europe/Paris
6431194	Palasca	palasca	Palasca		FR	94	2B	2B5	2B199	163	Europe/Paris
6431195	Pancheraccia	pancheraccia			FR	94	2B	2B3	2B201	181	Europe/Paris
6431196	Penta-Acquatella	penta-acquatella			FR	94	2B	2B3	2B206	32	Europe/Paris
6431197	Penta-di-Casinca	penta-di-casinca	Penta-di-Casinca		FR	94	2B	2B3	2B207	3405	Europe/Paris
6431198	Perelli	perelli	I Perelli,Perelli,Перелли,Переллі		FR	94	2B	2B3	2B208	110	Europe/Paris
6431199	Pero-Casevecchie	pero-casevecchie	Pero-Casevecchie,Pero-Kazevekk'e,Pero-Kazevekke,Peru e Casevechje,Peru è Casevechje,Перо-Казевеккье,Перо-Казевеккє		FR	94	2B	2B3	2B210	123	Europe/Paris
6431200	Pianello	pianello	P'janello,Pianello,Pjanello,U Pianellu,Пьянелло,Пянелло		FR	94	2B	2B3	2B213	67	Europe/Paris
6431201	Piano	piano	Piano		FR	94	2B	2B3	2B214	28	Europe/Paris
6431202	Piazzali	piazzali	Piazzali		FR	94	2B	2B3	2B216	17	Europe/Paris
6431203	Piazzole	piazzole	E Piazzole,P'jaccole,Piazzole,Pjaccole,Пьяццоле,Пяццоле		FR	94	2B	2B3	2B217	42	Europe/Paris
6431204	Piedicorte-di-Gaggio	piedicorte-di-gaggio	Piedicorte-di-Gaggio		FR	94	2B	2B3	2B218	99	Europe/Paris
6431205	Piedigriggio	piedigriggio	Piedigriggio		FR	94	2B	2B3	2B220	142	Europe/Paris
6431206	Piedipartino	piedipartino	P'edipartino,Pedipartino,Pedipartinu,Piedipartino,Пьедипартино,Пєдіпартіно		FR	94	2B	2B3	2B221	19	Europe/Paris
6431207	Pie-d'Orezza	pie-d-orezza	Pie-d'Orezza		FR	94	2B	2B3	2B222	36	Europe/Paris
6431208	Pietralba	pietralba	Pietralba		FR	94	2B	2B5	2B223	486	Europe/Paris
6431209	Pietra-di-Verde	pietra-di-verde	Pietra-di-Verde		FR	94	2B	2B3	2B225	104	Europe/Paris
6431210	Pietraserena	pietraserena	A Petra Serena,P'etraserena,Petraserena,Pietraserena,pietorazuruna,Пьетрасерена,Пєтрасерена,ピエトラズルナ		FR	94	2B	2B3	2B226	78	Europe/Paris
6431211	Pietroso	pietroso	P'etrozo,Petrozo,U Petrosu,Пьетрозо,Пєтрозо		FR	94	2B	2B3	2B229	258	Europe/Paris
6431212	Pigna	pigna	Pigna,Pin'ja,Пинья,Пінья		FR	94	2B	2B5	2B231	99	Europe/Paris
6431213	Pino	pino	Pino,Pinu,Пино,Піно		FR	94	2B	2B2	2B233	158	Europe/Paris
6431214	Pioggiola	pioggiola	Pioggiola		FR	94	2B	2B5	2B235	86	Europe/Paris
6431215	Poggio-di-Nazza	poggio-di-nazza	Poggio-di-Nazza		FR	94	2B	2B3	2B236	180	Europe/Paris
6431216	Poggio-di-Venaco	poggio-di-venaco	Poggio-di-Venaco		FR	94	2B	2B3	2B238	212	Europe/Paris
6431217	Poggio-d'Oletta	poggio-d-oletta	Poggio-d'Oletta		FR	94	2B	2B5	2B239	215	Europe/Paris
6431218	Poggio-Marinaccio	poggio-marinaccio	Poggio-Marinaccio		FR	94	2B	2B3	2B241	30	Europe/Paris
6431219	Poggio-Mezzana	poggio-mezzana			FR	94	2B	2B3	2B242	663	Europe/Paris
6431220	Polveroso	polveroso	Pol'verozo,Polveroso,U Pulverosu,Польверозо		FR	94	2B	2B3	2B243	41	Europe/Paris
6431221	Popolasca	popolasca	Popolasca		FR	94	2B	2B3	2B244	48	Europe/Paris
6431222	Porri	porri	Porri,Порри,Поррі		FR	94	2B	2B3	2B245	44	Europe/Paris
6431223	La Porta	la-porta	La Porta		FR	94	2B	2B3	2B246	193	Europe/Paris
6431224	Prunelli-di-Casacconi	prunelli-di-casacconi			FR	94	2B	2B3	2B250	150	Europe/Paris
6431225	Prunelli-di-Fiumorbo	prunelli-di-fiumorbo	Prunelli-di-Fiumorbo		FR	94	2B	2B3	2B251	3652	Europe/Paris
6431226	Quercitello	quercitello	Quercitello		FR	94	2B	2B3	2B255	45	Europe/Paris
6431227	Rapaggio	rapaggio	Rapaggio		FR	94	2B	2B3	2B256	25	Europe/Paris
6431228	Rapale	rapale	Rapale		FR	94	2B	2B5	2B257	151	Europe/Paris
6431229	Riventosa	riventosa	Riventosa		FR	94	2B	2B3	2B260	158	Europe/Paris
6431230	Rospigliani	rospigliani	Respughjani,Rospil'jani,Роспильяни,Роспільяні		FR	94	2B	2B3	2B263	72	Europe/Paris
6431231	Rusio	rusio	Rusio		FR	94	2B	2B3	2B264	77	Europe/Paris
6431232	Rutali	rutali	Rutali		FR	94	2B	2B5	2B265	381	Europe/Paris
6431233	Saliceto	saliceto	Saliceto,Salicheto,U Salgetu,Саличето,Салічето		FR	94	2B	2B3	2B267	55	Europe/Paris
6431234	Scata	scata	Scata		FR	94	2B	2B3	2B273	47	Europe/Paris
6431235	Scolca	scolca	Scolca		FR	94	2B	2B3	2B274	105	Europe/Paris
6431236	Sermano	sermano	Sermano		FR	94	2B	2B3	2B275	58	Europe/Paris
6431237	Silvareccio	silvareccio	Sil'varechcho,Silvareccio,U Silvarecciu,Сильвареччо,Сільвареччо		FR	94	2B	2B3	2B280	127	Europe/Paris
6431238	Solaro	solaro	Solaro		FR	94	2B	2B3	2B283	706	Europe/Paris
6431239	Sorbo-Ocagnano	sorbo-ocagnano	Sorbo-Ocagnano		FR	94	2B	2B3	2B286	829	Europe/Paris
6431240	Sorio	sorio	Sorio		FR	94	2B	2B5	2B287	140	Europe/Paris
6431241	Soveria	soveria	Soveria,Soverija,Suveria,Соверия,Соверія		FR	94	2B	2B3	2B289	118	Europe/Paris
6431242	Speloncato	speloncato	Speloncato		FR	94	2B	2B5	2B290	278	Europe/Paris
6431243	Stazzona	stazzona	A Stazzona,Staccona,Stazzona,Стаццона		FR	94	2B	2B3	2B291	42	Europe/Paris
6431244	Sant'Antonino	sant-antonino			FR	94	2B	2B5	2B296	124	Europe/Paris
6431245	San-Damiano	san-damiano	San Damiano,San Damianu,San-Dam'jano,San-Damiano,San-Damjano,Сан-Дамиано,Сан-Дамьяно,Сан-Дамяно		FR	94	2B	2B3	2B297	57	Europe/Paris
6431246	Saint-Florent	saint-florent	Saint-Florent,San Fiorenzo,San Fiurenzu,Sen-Floran,Sent-Floran,Сен-Флоран,Сент-Флоран,سینٹ-فلورینٹ، ہوتے-کورسے		FR	94	2B	2B5	2B298	1637	Europe/Paris
6431247	San-Gavino-di-Tenda	san-gavino-di-tenda	San-Gavino-di-Tenda		FR	94	2B	2B5	2B301	70	Europe/Paris
6431248	San-Giovanni-di-Moriani	san-giovanni-di-moriani	San Ghjuvanni di Moriani,San Giovanni di Moriani,San-Dzhovanni-di-Moriani,San-Giovanni-di-Moriani,Сан-Джованни-ди-Мориани,Сан-Джованні-ді-Моріані		FR	94	2B	2B3	2B302	94	Europe/Paris
6431249	San-Giuliano	san-giuliano	San-Giuliano		FR	94	2B	2B3	2B303	703	Europe/Paris
6431250	San-Lorenzo	san-lorenzo	San Lorenzo,San Lurenzu,San-Lorenco,San-Lorenzo,Сан-Лоренцо		FR	94	2B	2B3	2B304	142	Europe/Paris
6431251	San-Martino-di-Lota	san-martino-di-lota	San-Martino-di-Lota		FR	94	2B	2B2	2B305	2906	Europe/Paris
6431252	Santa-Lucia-di-Mercurio	santa-lucia-di-mercurio	Santa Lucia di Mercurio,Santa Lucia di Mercuriu,Santa-Luchija-di-Merkurio,Santa-Lucia-di-Mercurio,Санта-Лучия-ди-Меркурио,Санта-Лучія-ді-Меркуріо		FR	94	2B	2B3	2B306	102	Europe/Paris
6431253	Santa-Lucia-di-Moriani	santa-lucia-di-moriani	Santa-Lucia-di-Moriani		FR	94	2B	2B3	2B307	1385	Europe/Paris
6431254	Santa-Maria-di-Lota	santa-maria-di-lota	Santa-Maria-di-Lota		FR	94	2B	2B2	2B309	1718	Europe/Paris
6431255	Santa-Maria-Poggio	santa-maria-poggio	Santa Maria Poggio,Santa Maria di u Poghju,Santa Marija Podzo,Santa Marija Podžo,Santa-Maria-Poggio,Santa-Marija-Podzho,Санта-Мария-Поджо,Санта-Марія-Поджо		FR	94	2B	2B3	2B311	720	Europe/Paris
6431256	San-Nicolao	san-nicolao	San-Nicolao		FR	94	2B	2B3	2B313	1943	Europe/Paris
6431257	Santo-Pietro-di-Tenda	santo-pietro-di-tenda			FR	94	2B	2B5	2B314	360	Europe/Paris
6431258	Santo-Pietro-di-Venaco	santo-pietro-di-venaco	Santo-Pietro-di-Venaco		FR	94	2B	2B3	2B315	279	Europe/Paris
6431259	Santa-Reparata-di-Balagna	santa-reparata-di-balagna	Santa-Reparata-di-Balagna		FR	94	2B	2B5	2B316	1022	Europe/Paris
6431260	Santa-Reparata-di-Moriani	santa-reparata-di-moriani	Santa Reparata di Moriani,Santa Riparata di Moriani,Santa-Reparata-de-Moriani,Santa-Reparata-di-Moriani,Санта-Репарата-ди-Мориани,Санта-Репарата-ді-Моріані		FR	94	2B	2B3	2B317	51	Europe/Paris
6431261	Taglio-Isolaccio	taglio-isolaccio	Taglio-Isolaccio		FR	94	2B	2B3	2B318	571	Europe/Paris
6431262	Talasani	talasani	Talasani		FR	94	2B	2B3	2B319	763	Europe/Paris
6431263	Tallone	tallone	Tallone,Таллоне		FR	94	2B	2B3	2B320	331	Europe/Paris
6431264	Tarrano	tarrano	Tarrano,Tarranu,Tàrranu,Таррано		FR	94	2B	2B3	2B321	15	Europe/Paris
6431265	Tox	tox	Tox		FR	94	2B	2B3	2B328	96	Europe/Paris
6431266	Tralonca	tralonca	Tralonca		FR	94	2B	2B3	2B329	109	Europe/Paris
6431267	Urtaca	urtaca	Urtaca		FR	94	2B	2B5	2B332	233	Europe/Paris
6431268	Vallecalle	vallecalle	Vallecalle,Vallekalle,Валлекалле		FR	94	2B	2B5	2B333	138	Europe/Paris
6431269	Valle-di-Campoloro	valle-di-campoloro	E Valle di Campoloru,Valle di Campoloro,Valle-di-Campoloro,Valle-di-Kampoloro,Валле-ди-Камполоро,Валле-ді-Камполоро		FR	94	2B	2B3	2B335	342	Europe/Paris
6431270	Valle-di-Rostino	valle-di-rostino	Valle-di-Rostino		FR	94	2B	2B3	2B337	131	Europe/Paris
6431271	Valle-d'Orezza	valle-d-orezza	Valle-d'Orezza		FR	94	2B	2B3	2B338	49	Europe/Paris
6431272	Vallica	vallica	Vallica		FR	94	2B	2B5	2B339	26	Europe/Paris
6431273	Velone-Orneto	velone-orneto	Velone e Ornetu,Velone è Ornetu,Velone-Orneto,wln arntw,Велоне-Орнето,ولن ارنتو		FR	94	2B	2B3	2B340	117	Europe/Paris
6431274	Ventiseri	ventiseri	Ventiseri		FR	94	2B	2B3	2B342	2480	Europe/Paris
6431275	Venzolasca	venzolasca	Venzolasca		FR	94	2B	2B3	2B343	1775	Europe/Paris
6431276	Vescovato	vescovato	Episcopatus,U Viscuvatu,Vescovato,Veskovato,Весковато		FR	94	2B	2B3	2B346	2806	Europe/Paris
6431277	Vezzani	vezzani	Vezzani		FR	94	2B	2B3	2B347	281	Europe/Paris
6432749	Melesse	melesse	Melesse		FR	53	35	353	35173	6346	Europe/Paris
6431278	Ville-di-Paraso	ville-di-paraso	Ville-di-Paraso		FR	94	2B	2B5	2B352	215	Europe/Paris
6431279	Vivario	vivario	Vivario		FR	94	2B	2B3	2B354	441	Europe/Paris
6431280	Volpajola	volpajola	Volpajola		FR	94	2B	2B3	2B355	420	Europe/Paris
6431281	Zalana	zalana	Calana,Zalana,Zàlana,Залана,Цалана		FR	94	2B	2B3	2B356	141	Europe/Paris
6431282	Zilia	zilia	Zilia		FR	94	2B	2B5	2B361	290	Europe/Paris
6431283	Zuani	zuani	Zuani		FR	94	2B	2B3	2B364	29	Europe/Paris
6431284	San-Gavino-di-Fiumorbo	san-gavino-di-fiumorbo	San-Gavino-di-Fiumorbo		FR	94	2B	2B3	2B365	135	Europe/Paris
6431285	Chisa	chisa	Chisa		FR	94	2B	2B3	2B366	99	Europe/Paris
6431286	Cruviers-Lascours	cruviers-lascours	Cruviers e las Corts,Cruviers-Lascours,Cruvièrs e las Corts,Krivje Lakur,Krjuv'e-Laskur,Krjuve-Laskur,ke lu wei ye er la si ku er,Кривје Лакур,Крювье-Ласкур,Крювє-Ласкур,克吕维耶尔拉斯库尔		FR	76	30	301	30100	705	Europe/Paris
6431287	Deaux	deaux	Deaux,Deus,Do,Dèus,duo zhen,До,多镇		FR	76	30	301	30101	658	Europe/Paris
6431288	Dions	dions	D'jon,Dion,di weng,Дион,Дьйон,迪翁		FR	76	30	302	30102	605	Europe/Paris
6431289	Domazan	domazan	Domasan,Domazan,duo ma cang,Домазан,多马藏		FR	76	30	302	30103	926	Europe/Paris
6431290	Domessargues	domessargues	Daumecargues,Daumeçargues,Domesarg,Domessarg,Domessargues,duo mei sa er gai,Домесарг,Домессарг,多梅萨尔盖		FR	76	30	302	30104	758	Europe/Paris
6431291	Dourbies	dourbies			FR	76	30	303	30105	150	Europe/Paris
6431292	Durfort-et-Saint-Martin-de-Sossenac	durfort-et-saint-martin-de-sossenac	Djurfor-e-Sen-Marten-de-Sossenak,Durfort e Sent Martin de Sossenac,Durfort-et-Saint-Martin-de-Sossenac,Durfòrt e Sent Martin de Sossenac,di er fu er te-ai te-sheng ma er tan de suo se na ke,Дюрфор-е-Сен-Мартен-де-Соссенак,迪尔福尔特-埃特-圣马尔坦德索瑟纳克		FR	76	30	303	30106	685	Europe/Paris
6431293	Estézargues	estezargues	Cruviers-Lascours,Estesargues,Estezarg,Estezargues,Estézargues,ai si tai zha er gai,Естезарг,埃斯泰扎尔盖		FR	76	30	302	30107	556	Europe/Paris
6431294	Euzet	euzet	Euset,Eze,e ze,Езе,厄泽		FR	76	30	301	30109	428	Europe/Paris
6431295	Flaux	flaux	Flaux		FR	76	30	302	30110	374	Europe/Paris
6431296	Foissac	foissac	Foissac		FR	76	30	302	30111	403	Europe/Paris
6431297	Fons-sur-Lussan	fons-sur-lussan	Fons-sur-Lussan		FR	76	30	302	30113	237	Europe/Paris
6431298	Fontarèches	fontareches	Fontarecha,Fontaresh,feng ta lei xie,Фонтареш,丰塔雷谢		FR	76	30	302	30115	261	Europe/Paris
6431299	Fressac	fressac	Fressac,Fressak,fu lei sa ke,Фрессак,弗雷萨克		FR	76	30	303	30119	177	Europe/Paris
6431300	Gailhan	gailhan	Gailhan		FR	76	30	303	30121	244	Europe/Paris
6431301	Gajan	gajan	Gajan,Gazhan,jia rang,Гажан,加让		FR	76	30	302	30122	669	Europe/Paris
6431302	Garons	garons	Garons		FR	76	30	302	30125	4840	Europe/Paris
6431303	Générac	generac	Generac,Générac,Zhenerak,re nei la ke,Женерак,热内拉克		FR	76	30	302	30128	4078	Europe/Paris
6431304	Générargues	generargues	Generargues,Générargues		FR	76	30	301	30129	704	Europe/Paris
6431305	Génolhac	genolhac			FR	76	30	301	30130	844	Europe/Paris
6431306	Goudargues	goudargues	Godargues,Goudargues,Gudarg,gu da er gai,Гударг,古达尔盖		FR	76	30	302	30131	1099	Europe/Paris
6431307	Issirac	issirac	Issirak,yi xi la ke,Іссірак,Иссирак,伊西拉克		FR	76	30	302	30134	296	Europe/Paris
6431308	Junas	junas	Junas		FR	76	30	302	30136	1089	Europe/Paris
6431309	Lamelouze	lamelouze	La Melosa,Lamelouze,Lameluz,la mo lu ci,lamylwzy,Ламелуз,لامیلوزی,拉默卢兹		FR	76	30	301	30137	138	Europe/Paris
6431310	Langlade	langlade	LAnglada,Langlad,Langlade,lang ge la de,Ланглад,لینگ لیڈ، گارڈ,朗格拉德		FR	76	30	302	30138	2175	Europe/Paris
6431311	Lasalle	lasalle	La Sala,Lasalle,Lazal',la sa er,Лазаль,لاسالی، گارڈ,拉萨尔		FR	76	30	303	30140	1147	Europe/Paris
6431312	Laval-Pradel	laval-pradel	Laval-Pradel		FR	76	30	301	30142	1175	Europe/Paris
6431313	Laval-Saint-Roman	laval-saint-roman	La Vau de Sant Roman,La Vau de Sent Roman,Laval'-Sen-Roman,Laval-Saint-Roman,la wa sheng luo mang,Лаваль-Сен-Роман,拉瓦圣罗芒		FR	76	30	302	30143	220	Europe/Paris
6431314	Lédenon	ledenon	Ledenon,Lédenon		FR	76	30	302	30145	1531	Europe/Paris
6431315	Lédignan	ledignan			FR	76	30	303	30146	1439	Europe/Paris
6431316	Liouc	liouc	Lieuc,Liouc,Liuk,Lièuc,li wu ke,Лиук,Ліук,利乌克		FR	76	30	303	30148	260	Europe/Paris
6431317	Lirac	lirac	Lirac		FR	76	30	302	30149	894	Europe/Paris
6431318	Malons-et-Elze	malons-et-elze	Malons-et-Elze		FR	76	30	301	30153	123	Europe/Paris
6431319	Mandagout	mandagout	Mandagon,Mandagout,Mandagu,mang da gu,Мандагу,芒达古		FR	76	30	303	30154	402	Europe/Paris
6431320	Manduel	manduel	Manduel		FR	76	30	302	30155	6758	Europe/Paris
6431321	Marguerittes	marguerittes	Marguerittes		FR	76	30	302	30156	8592	Europe/Paris
6431323	Martignargues	martignargues	Martignargues		FR	76	30	301	30158	422	Europe/Paris
6431324	Maruéjols-lès-Gardon	maruejols-les-gardon	Marjuezhol'-le-Gardon,Maruejols de Gardon,Maruejols-les-Gardon,Maruèjols de Gardon,Maruéjols-lès-Gardon,ma lu ai ruo er lai jia er dong,Марюежоль-ле-Гардон,马吕埃若尔莱加尔东		FR	76	30	303	30160	234	Europe/Paris
6431325	Massillargues-Attuech	massillargues-attuech	Massillargues-Attuech		FR	76	30	301	30162	659	Europe/Paris
6431326	Mauressargues	mauressargues	Mauressargues		FR	76	30	302	30163	150	Europe/Paris
6431327	Méjannes-le-Clap	mejannes-le-clap	Mejanas e lo Clap,Mezhann-le-Klap,mei ya nei lai ke la,Межанн-ле-Клап,梅雅内莱克拉		FR	76	30	301	30164	707	Europe/Paris
6431328	Méjannes-lès-Alès	mejannes-les-ales	Mejanas dAles,Mejanas dAlest,Mejanas dAlès,Mejanas dAlèst,Mejannes-les-Ales,Mezhann-lez-Ales,Méjannes-lès-Alès,mei ya nei lai a lai,Межанн-лез-Алес,梅雅内莱阿莱		FR	76	30	301	30165	1236	Europe/Paris
6431329	Meynes	meynes	Meinas,Mejn,Meynes,mei nei,Мейн,梅内		FR	76	30	302	30166	2444	Europe/Paris
6431330	Meyrannes	meyrannes	Mairanas,Mejrann,Meyrannes,mei la nei,Мейранн,梅拉内		FR	76	30	301	30167	841	Europe/Paris
6431331	Mialet	mialet	M'jale,Mialet,Mjale,mi a lai,Мьяле,Мяле,米阿莱		FR	76	30	301	30168	622	Europe/Paris
6432962	Saint-Aigny	saint-aigny			FR	24	36	361	36178	284	Europe/Paris
6431332	Milhaud	milhaud	Mijo,Milhau,Milhaud,mi yue,Мийо,Мійо,米约		FR	76	30	302	30169	5666	Europe/Paris
6431333	Molières-Cavaillac	molieres-cavaillac	Mol'er-Kavajak,Molieras e Cavalhac,Molieres-Cavaillac,Molièras e Cavalhac,Molières-Cavaillac,mo li ai ka wei la ke,Мольер-Каваяк,Мольєр-Каваяк,莫利埃卡韦拉克		FR	76	30	303	30170	944	Europe/Paris
6431334	Molières-sur-Cèze	molieres-sur-ceze	Mol'er-sjur-Sez,Molieras de Ceser,Molieres-sur-Ceze,Molièras de Céser,Molières-sur-Cèze,sai ci he pan mo li ai,Мольер-сюр-Сез,Мольєр-сюр-Сез,塞兹河畔莫利埃		FR	76	30	301	30171	1367	Europe/Paris
6431335	Monoblet	monoblet	Monoble,meng ao bu lai,Монобле,蒙奥布莱		FR	76	30	303	30172	711	Europe/Paris
6431336	Montaren-et-Saint-Médiers	montaren-et-saint-mediers	Montaran-e-Sen-Med'e,Montaren e Sent Medier,Montaren-et-Saint-Mediers,Montaren-et-Saint-Médiers,meng ta lang he sheng mei di ye er,Монтаран-е-Сен-Медье,Монтаран-е-Сен-Медьє,蒙塔朗和圣梅迪耶尔		FR	76	30	302	30174	1442	Europe/Paris
6431337	Montclus	montclus	Monklju,Montclus,Montclús,meng te ke lu,Монклю,蒙特克吕		FR	76	30	302	30175	212	Europe/Paris
6431338	Montdardier	montdardier	Montdardier		FR	76	30	303	30176	204	Europe/Paris
6431339	Monteils	monteils	Monteils,Montej,Montelhs,meng tai er,Монтей,蒙泰尔		FR	76	30	301	30177	653	Europe/Paris
6431341	Montfrin	montfrin	Montfrin		FR	76	30	302	30179	3212	Europe/Paris
6431342	Montignargues	montignargues	Montignargues,Montin'jarg,Montinhargues,meng di ni ya er gai,Монтиньярг,Монтіньярг,蒙蒂尼亚尔盖		FR	76	30	302	30180	605	Europe/Paris
6431343	Montpezat	montpezat	Monpezat,Montpesat,Montpezat,meng te po zha,Монпезат,蒙特珀扎		FR	76	30	302	30182	1158	Europe/Paris
6431344	Moulézan	moulezan	Molesan,Moulezan,Moulézan,Mulezan,mu lai cang,Мулезан,穆莱藏		FR	76	30	302	30183	633	Europe/Paris
6431345	Moussac	moussac	Mocac,Moussac,Moçac,Mussak,mu sa ke,Муссак,穆萨克		FR	76	30	302	30184	1460	Europe/Paris
6431346	Mus	mus	Mjus,Murs,Mus,mi zhen,Мюс,米镇		FR	76	30	302	30185	1397	Europe/Paris
6431347	Nages-et-Solorgues	nages-et-solorgues	Nages-et-Solorgues		FR	76	30	302	30186	1653	Europe/Paris
6431348	Ners	ners	Ners		FR	76	30	301	30188	715	Europe/Paris
6431349	Nîmes	nimes	Nimes,Nîmes		FR	76	30	302	30189	151001	Europe/Paris
6431351	Orsan	orsan	Orsan		FR	76	30	302	30191	1125	Europe/Paris
6431352	Parignargues	parignargues	Parignargues,Parin'jarg,Parinhargues,pa li ni ya er gai,Париньярг,帕里尼亚尔盖		FR	76	30	302	30193	635	Europe/Paris
6431353	Peyremale	peyremale	Peyremale		FR	76	30	301	30194	286	Europe/Paris
6431354	Peyrolles	peyrolles	Peirolas,Peiròlas,Pejrol',Peyllores,pei luo lai,Пейроль,佩罗莱		FR	76	30	303	30195	35	Europe/Paris
6431355	Pommiers	pommiers	Pomiers,Pomièrs,Pomm'e,Pomme,Pommiers,bo mi ye er,Поммье,Поммє,波米耶尔		FR	76	30	303	30199	57	Europe/Paris
6431356	Pompignan	pompignan	Pompignan,Pompin'jan,Pompinhan,peng pi ni ang,Помпиньян,Помпіньян,蓬皮尼昂		FR	76	30	303	30200	944	Europe/Paris
6431357	Ponteils-et-Brésis	ponteils-et-bresis			FR	76	30	301	30201	358	Europe/Paris
6431359	Portes	portes	Port,Portas,Pòrtas,bo er tai,Порт,波尔泰		FR	76	30	301	30203	354	Europe/Paris
6431360	Potelières	potelieres	Potelieres,Potelières		FR	76	30	301	30204	373	Europe/Paris
6431361	Pougnadoresse	pougnadoresse	Pinhadoreissa,Pinhadorèissa,Pougnadoresse,Pun'jadoress,pu ni ya duo lei si,Пуньядоресс,普尼亚多雷斯		FR	76	30	302	30205	246	Europe/Paris
6431362	Poulx	poulx	Poulx		FR	76	30	302	30206	3835	Europe/Paris
6431363	Pouzilhac	pouzilhac	Pouzilhac		FR	76	30	302	30207	709	Europe/Paris
6431364	Puechredon	puechredon	Puechredon		FR	76	30	303	30208	36	Europe/Paris
6431365	Pujaut	pujaut	Pjuzho,Puejaut,Pujaut,pi ruo,Пюжо,皮若		FR	76	30	302	30209	4243	Europe/Paris
6431366	Quissac	quissac	Kissak,Quicac,Quintiacum,Quissac,Quiçac,qu yi sa ke,Киссак,Кіссак,屈伊萨克		FR	76	30	303	30210	3172	Europe/Paris
6431367	Redessan	redessan	Redecan,Redessan,Redeçan,lei dai sang,Редессан,雷代桑		FR	76	30	302	30211	4120	Europe/Paris
6431368	Remoulins	remoulins	Remoulins		FR	76	30	302	30212	2303	Europe/Paris
6431369	Revens	revens	Revan,Reven,Revens,lei wang,Реван,勒旺		FR	76	30	303	30213	22	Europe/Paris
6431370	Ribaute-les-Tavernes	ribaute-les-tavernes	Ribauta e las Tavernas,Ribauta e las Tavèrnas,Ribaute-les-Tavernes,Ribot-le-Tavern,li bo te lai ta wei er nei,Рибот-ле-Таверн,里博特莱塔韦尔内		FR	76	30	301	30214	2165	Europe/Paris
6431371	Rivières	rivieres	Ribieiras,Ribièiras,Riv'er,River,Rivieres,Rivières,li wei ai,Ривьер,Ривєр,里维埃		FR	76	30	301	30215	347	Europe/Paris
6431372	Rochefort-du-Gard	rochefort-du-gard	Rocafort de Gardon,Rochefort-du-Gard,Roshfor-dju-Gar,Ròcafòrt de Gardon,luo xie fu er di jia er,Рошфор-дю-Гар,罗谢福尔迪加尔		FR	76	30	302	30217	7498	Europe/Paris
6431373	Rochegude	rochegude	Rochaguda,Rochegude,Roshgjud,Ròchaguda,luo xie ju de,Рошгюд,罗谢居德		FR	76	30	301	30218	247	Europe/Paris
6431375	Roquedur	roquedur	Rocadun,Rokdjur,Roquedur,Ròcadun,luo qu ai di,Рокдюр,罗屈埃迪		FR	76	30	303	30220	254	Europe/Paris
6431377	Rousson	rousson	Rosson,Rousson,Russon,lu song,Руссон,鲁松		FR	76	30	301	30223	4064	Europe/Paris
6431378	Sabran	sabran	Sabran,sa bu lang,sbran,Сабран,سبران,萨布朗		FR	76	30	302	30225	1676	Europe/Paris
6431379	Saint-Alexandre	saint-alexandre	Saint-Alexandre		FR	76	30	302	30226	1218	Europe/Paris
6431380	Saint-Ambroix	saint-ambroix	Sant Ambrueis,Sant Ambruèis,Sent Ambrueis,Sent Ambruèis,Sent-Ambrua,sheng ang bu lu wa,Сент-Амбруа,سینٹ-امبڑوش، گرد,圣昂布鲁瓦		FR	76	30	301	30227	3078	Europe/Paris
6431381	Saint-André-de-Majencoules	saint-andre-de-majencoules	Saint-Andre-de-Majencoules,Saint-André-de-Majencoules,Sent Andrieu de Magencolas,Sent-Andre-de-Mazhankul',sheng ang de lei de ma rang ku lai,Сент-Андре-де-Мажанкуль,سینٹ-آندرے-دے-مجنکولیس,圣昂德雷德马让库莱		FR	76	30	303	30229	601	Europe/Paris
6431382	Saint-André-de-Roquepertuis	saint-andre-de-roquepertuis	Saint-Andre-de-Roquepertuis,Saint-André-de-Roquepertuis		FR	76	30	302	30230	602	Europe/Paris
6431467	Tresques	tresques	Trescas,Tresk,Tresques,te lei si qu ai,Треск,特雷斯屈埃		FR	76	30	302	30331	1803	Europe/Paris
6431383	Saint-André-de-Valborgne	saint-andre-de-valborgne	Saint-Andre-de-Valborgne,Saint-André-de-Valborgne,Sant Andrieu de Valbornha,Sent Andrieu de Valbornha,Sent-Andre-de-Val'born',sheng ang de lei de wa er bo er ni,Сент-Андре-де-Вальборнь,سینٹ-آندرے-دے-ولبورگنے,圣昂德雷德瓦尔博尔尼		FR	76	30	303	30231	396	Europe/Paris
6431384	Saint-André-d'Olérargues	saint-andre-d-olerargues	Saint-Andre-d'Olerargues,Saint-André-d'Olérargues		FR	76	30	302	30232	429	Europe/Paris
6431385	Saint-Bauzély	saint-bauzely	Saint-Bauzely,Saint-Bauzély,Sen-Bozeli,Sent Bauseli,Sent Bausèli,sheng bo ze li,Сен-Бозели,Сен-Бозелі,سینٹ-بہزلے,圣博泽利		FR	76	30	302	30233	612	Europe/Paris
6431386	Saint-Bénézet	saint-benezet	Saint-Benezet,Saint-Bénézet		FR	76	30	303	30234	269	Europe/Paris
6431387	Saint-Bonnet-du-Gard	saint-bonnet-du-gard	Saint-Bonnet-du-Gard,Sen-Bonne-dju-Gar,Sent Bonet de Gardon,Sent Bonet del Gard,sheng bo nei di jia er,Сен-Бонне-дю-Гар,سینٹ-بونٹ-دو-گرد,圣博内迪加尔		FR	76	30	302	30235	844	Europe/Paris
6431389	Sainte-Cécile-d'Andorge	sainte-cecile-d-andorge			FR	76	30	301	30239	580	Europe/Paris
6431390	Saint-Césaire-de-Gauzignan	saint-cesaire-de-gauzignan			FR	76	30	301	30240	380	Europe/Paris
6431391	Saint-Chaptes	saint-chaptes	Saint-Chaptes,Sen-Shapt,Sench Agde,Sencha Agta,sheng sha pu tai,Сен-Шапт,سینٹ-چپٹس,圣沙普泰		FR	76	30	302	30241	1858	Europe/Paris
6431392	Saint-Christol-de-Rodières	saint-christol-de-rodieres	Saint-Christol-de-Rodieres,Saint-Christol-de-Rodières		FR	76	30	302	30242	164	Europe/Paris
6431393	Saint-Christol-lès-Alès	saint-christol-les-ales	Saint-Christol-les-Ales,Saint-Christol-lès-Alès		FR	76	30	301	30243	7021	Europe/Paris
6431394	Saint-Côme-et-Maruéjols	saint-come-et-maruejols	Saint-Come-et-Maruejols,Saint-Côme-et-Maruéjols,Sen-Kom-e-Marjuezhol',Sent Cosme e Maruejols,Sent Còsme e Maruèjols,sheng kong he ma lu ai ruo er,Сен-Ком-е-Марюежоль,سینٹ-کومے-یت-مروجولس,圣孔和马吕埃若尔		FR	76	30	302	30245	770	Europe/Paris
6431395	Sainte-Croix-de-Caderle	sainte-croix-de-caderle	Sent-Krua-de-Kaderl',Senta Crotz de Caderla,Senta Crotz de Cadèrla,sheng ke lu wa de ka dai er,Сент-Круа-де-Кадерль,سین-کروئی-دے-کدرلے,圣克鲁瓦德卡代尔		FR	76	30	301	30246	113	Europe/Paris
6431396	Saint-Dézéry	saint-dezery	Saint-Dezery,Saint-Dézéry		FR	76	30	302	30248	440	Europe/Paris
6431398	Saint-Félix-de-Pallières	saint-felix-de-pallieres	Sen-Feliks-de-Pal'er,Sent Felic de Palhieira,Sent Feliç de Palhièira,sheng fei li de pa li ai,Сен-Феликс-де-Пальер,Сен-Фелікс-де-Пальєр,سینٹ-فیلکس-دے-پلیرس,圣费利德帕利埃		FR	76	30	303	30252	249	Europe/Paris
6431399	Saint-Florent-sur-Auzonnet	saint-florent-sur-auzonnet	Saint-Florent-sur-Auzonnet,Sen-Floran-sjur-Ozonne,Sent Florenc,Sent Florenc dAusona,Sent Florenç,Sent Florenç dAusona,ao zuo nei he pan sheng fu luo lang,Сен-Флоран-сюр-Озонне,سینٹ-فلورینٹ-سر-اوزونٹ,奥佐内河畔圣夫洛朗		FR	76	30	301	30253	1192	Europe/Paris
6431401	Saint-Gervasy	saint-gervasy	Saint-Gervasy,Sen-Zhervazi,Sent Gervasi,sheng re er wa xi,Сен-Жервази,Сен-Жервазі,سینٹ-گروسے,圣热尔瓦西		FR	76	30	302	30257	1874	Europe/Paris
6431403	Saint-Hilaire-de-Brethmas	saint-hilaire-de-brethmas	Saint-Hilaire-de-Brethmas,Sen-Iler-de-Bretmas,Sent Alari de Bretmas,Sent Alari de Bretmàs,sheng yi lai er de bu lei te ma,Сен-Ілер-де-Бретмас,Сен-Илер-де-Бретмас,سینٹ-ہلیری-دے-برتھماس,圣伊莱尔德布雷特马		FR	76	30	301	30259	4273	Europe/Paris
6431404	Saint-Hilaire-d'Ozilhan	saint-hilaire-d-ozilhan	Saint-Hilaire-d'Ozilhan		FR	76	30	302	30260	1062	Europe/Paris
6431405	Saint-Hippolyte-de-Caton	saint-hippolyte-de-caton	Saint-Hippolyte-de-Caton		FR	76	30	301	30261	214	Europe/Paris
6431406	Saint-Hippolyte-de-Montaigu	saint-hippolyte-de-montaigu	Saint-Hippolyte-de-Montaigu,Sen-Ippolit-de-Montegju,Sent Ipolit de Montagut,sheng yi bo li te de meng tai ju,Сен-Іпполіт-де-Монтегю,Сен-Ипполит-де-Монтегю,سینٹ-ہپپولیتے-دے-مونٹیگو,圣伊波利特德蒙泰居		FR	76	30	302	30262	255	Europe/Paris
6431407	Saint-Hippolyte-du-Fort	saint-hippolyte-du-fort			FR	76	30	303	30263	3937	Europe/Paris
6431408	Saint-Jean-de-Ceyrargues	saint-jean-de-ceyrargues	Saint-Jean-de-Ceyrargues		FR	76	30	301	30264	160	Europe/Paris
6431409	Saint-Jean-de-Crieulon	saint-jean-de-crieulon	Saint-Jean-de-Crieulon		FR	76	30	303	30265	248	Europe/Paris
6431410	Saint-Jean-de-Maruéjols-et-Avéjan	saint-jean-de-maruejols-et-avejan			FR	76	30	301	30266	954	Europe/Paris
6431411	Saint-Jean-de-Serres	saint-jean-de-serres	Saint-Jean-de-Serres		FR	76	30	301	30267	522	Europe/Paris
6431412	Saint-Jean-de-Valériscle	saint-jean-de-valeriscle	Saint-Jean-de-Valeriscle,Saint-Jean-de-Valériscle,Sen-Zhan-de-Valeriskl',Sent Jan de Ceba,Sent Joan de Ceba,sheng rang de wa lai li si ke er,Сен-Жан-де-Валерискль,سینٹ-ژاں -دے-والیریسکلے,圣让德瓦莱里斯克尔		FR	76	30	301	30268	680	Europe/Paris
6431413	Saint-Jean-du-Gard	saint-jean-du-gard	Saint-Jean-du-Gard		FR	76	30	301	30269	2521	Europe/Paris
6431414	Saint-Julien-de-Cassagnas	saint-julien-de-cassagnas	Saint-Julien-de-Cassagnas,Sen-Zhul'en-de-Kassan'jas,Sent Julian de Cassanhac,Sent Julian de Cassanhaç,sheng rui li an de ka sa ni ya,Сен-Жульен-де-Кассаньяс,Сен-Жульєн-де-Кассаньяс,سینٹ-جلیں -دے-کسسگناس,圣瑞利安德卡萨尼亚		FR	76	30	301	30271	684	Europe/Paris
6431416	Saint-Julien-de-Peyrolas	saint-julien-de-peyrolas	Saint-Julien-de-Peyrolas,Sen-Zhul'en-de-Pejrolas,Sent Julian de Pairolac,Sent Julian de Pairolaç,sheng rui li an de pei luo la,Сен-Жульен-де-Пейролас,Сен-Жульєн-де-Пейролас,سینٹ-جلیں -دے-پےرولس,圣瑞利安德佩罗拉		FR	76	30	302	30273	1382	Europe/Paris
6431417	Saint-Just-et-Vacquières	saint-just-et-vacquieres	Saint-Just-et-Vacquieres,Saint-Just-et-Vacquières,Sen-Zhust-e-Vak'er,Sen-Zhust-e-Vaker,Sent Just e Vaquieiras,Sent Just e Vaquièiras,sheng rui si he wa qu ai,Сен-Жуст-е-Вакьер,Сен-Жуст-е-Вакєр,سینٹ-جست-یت-واکقیرس,圣瑞斯和瓦屈埃		FR	76	30	301	30275	302	Europe/Paris
6431418	Saint-Laurent-d'Aigouze	saint-laurent-d-aigouze	Saint-Laurent-d'Aigouze		FR	76	30	302	30276	3466	Europe/Paris
6431419	Saint-Laurent-de-Carnols	saint-laurent-de-carnols	Saint-Laurent-de-Carnols		FR	76	30	302	30277	485	Europe/Paris
6431420	Saint-Laurent-des-Arbres	saint-laurent-des-arbres	Saint-Laurent-des-Arbres		FR	76	30	302	30278	2997	Europe/Paris
6431622	Lacroix-Falgarde	lacroix-falgarde	Lacroix-Falgarde		FR	76	31	313	31259	2048	Europe/Paris
6431421	Saint-Laurent-la-Vernède	saint-laurent-la-vernede	Sen-Loran-la-Verned,Sent Laurenc de la Verneda,Sent Laurenç de la Verneda,sheng luo lang la wei er nei de,Сен-Лоран-ла-Вернед,سینٹ-لارنٹ-لا-ورنڈے,圣洛朗拉韦尔内德		FR	76	30	302	30279	685	Europe/Paris
6431423	Saint-Mamert-du-Gard	saint-mamert-du-gard	Saint-Mamert-du-Gard,Sant Mamet del Gard,Sen-Mamer-dju-Gar,Sent Mamet,sheng ma mei er di jia er,Сен-Мамер-дю-Гар,سینٹ-ممیرٹ-دو-گرد,圣马梅尔迪加尔		FR	76	30	302	30281	1624	Europe/Paris
6431424	Saint-Marcel-de-Careiret	saint-marcel-de-careiret	Saint-Marcel-de-Careiret		FR	76	30	302	30282	843	Europe/Paris
6431425	Saint-Martial	saint-martial	Saint-Martial,Sen-Mars'jal',Sen-Marsjal',Sent Marcau,Sent Marçau,Сен-Марсьяль,Сен-Марсяль,سینٹ-مارشل، گرد		FR	76	30	303	30283	177	Europe/Paris
6431426	Saint-Martin-de-Valgalgues	saint-martin-de-valgalgues	Sen-Marten-de-Val'gal'g,Sent Martin de Valgalga,sheng ma dan de wa er jia er gai,Сен-Мартен-де-Вальгальг,سینٹ-مارٹن-دے-ولگلگیس,圣马丹德瓦尔加尔盖		FR	76	30	301	30284	4365	Europe/Paris
6431427	Saint-Maurice-de-Cazevieille	saint-maurice-de-cazevieille	Saint-Maurice-de-Cazevieille		FR	76	30	301	30285	711	Europe/Paris
6431428	Saint-Maximin	saint-maximin	Saint-Maximin,Sen-Maksimen,Sent Maissemin,sheng ma ke xi man,Сен-Максимен,Сен-Максімен,سینٹ-شمن، گرد,圣马克西曼		FR	76	30	302	30286	734	Europe/Paris
6431429	Saint-Michel-d'Euzet	saint-michel-d-euzet	Saint-Michel-d'Euzet		FR	76	30	302	30287	629	Europe/Paris
6431430	Saint-Nazaire-des-Gardies	saint-nazaire-des-gardies	Saint-Nazaire-des-Gardies		FR	76	30	303	30289	81	Europe/Paris
6431431	Saint-Paulet-de-Caisson	saint-paulet-de-caisson	Saint-Paulet-de-Caisson		FR	76	30	302	30290	1800	Europe/Paris
6431432	Saint-Paul-la-Coste	saint-paul-la-coste	Sen-Pol'-la-Kost,Sent Pau de la Costa,Sent Pau de la Còsta,sheng bo la ke si te,Сен-Поль-ла-Кост,سین-پال-لا-کوستے,圣波拉科斯特		FR	76	30	301	30291	283	Europe/Paris
6431433	Saint-Pons-la-Calm	saint-pons-la-calm	Saint-Pons-la-Calm		FR	76	30	302	30292	433	Europe/Paris
6431434	Saint-Privat-de-Champclos	saint-privat-de-champclos	Saint-Privat-de-Champclos		FR	76	30	301	30293	340	Europe/Paris
6431435	Saint-Privat-des-Vieux	saint-privat-des-vieux	Sen-Privat-de-V'e,Sen-Privat-de-Ve,Sent Privat dels Vielhs,Sent Privat dels Vièlhs,sheng pu li wa dai fu yue,Сен-Приват-де-Вье,Сен-Приват-де-Вє,سین-پروہت-دسویو,圣普里瓦代弗约		FR	76	30	301	30294	5149	Europe/Paris
6431436	Saint-Quentin-la-Poterie	saint-quentin-la-poterie	Saint-Quentin-la-Poterie,Sen-Kanten-la-Potri,Sent Quentin de la Terralha,sheng qu ang tan la bo te li ye,Сен-Кантен-ла-Потри,Сен-Кантен-ла-Потрі,سین-قینٹین-لا-پوٹرے,圣屈昂坦拉波特里耶		FR	76	30	302	30295	3046	Europe/Paris
6431437	Saint-Roman-de-Codières	saint-roman-de-codieres	Saint-Roman-de-Codieres,Saint-Roman-de-Codières		FR	76	30	303	30296	160	Europe/Paris
6431438	Saint-Siffret	saint-siffret	Sen-Siffre,Sent Sifret,sheng xi fu lei,syn-sffrt,Сен-Сиффре,Сен-Сіффре,سین-سففرت,圣西夫雷		FR	76	30	302	30299	1050	Europe/Paris
6431439	Saint-Théodorit	saint-theodorit	Sen-Teodori,Sent Teodorit,sheng tai ao duo li,Сен-Теодори,Сен-Теодорі,圣泰奥多里		FR	76	30	303	30300	522	Europe/Paris
6431440	Saint-Victor-des-Oules	saint-victor-des-oules	Sen-Viktor-dez-Ul',Sent Victor deis Olas,sheng wei ke tuo dai wu lai,Сен-Виктор-дез-Уль,Сен-Віктор-дез-Уль,圣维克托代乌莱		FR	76	30	302	30301	308	Europe/Paris
6431441	Saint-Victor-la-Coste	saint-victor-la-coste	Saint-Victor-la-Coste,Sen-Viktor-la-Kost,Sent Victor de la Costa,Sent Victor de la Còsta,sheng wei ke tuo la ke si te,Сен-Виктор-ла-Кост,Сен-Віктор-ла-Кост,圣维克托拉科斯特		FR	76	30	302	30302	2053	Europe/Paris
6431442	Saint-Victor-de-Malcap	saint-victor-de-malcap	Saint-Victor-de-Malcap,Sen-Viktor-de-Mal'ka,Sent Victor de Maucap,sheng wei ke tuo de ma er ka,Сен-Виктор-де-Малька,Сен-Віктор-де-Малька,圣维克托德马尔卡		FR	76	30	301	30303	836	Europe/Paris
6431443	Salazac	salazac	Salazac		FR	76	30	302	30304	184	Europe/Paris
6431444	Salindres	salindres	Salindres		FR	76	30	301	30305	3406	Europe/Paris
6431445	Salinelles	salinelles	Salinel',Salinela,Salinèla,sa li nei lai,Салинель,Салінель,萨利内莱		FR	76	30	302	30306	582	Europe/Paris
6431446	Sardan	sardan	Sardan,sa er dang,Сардан,萨尔当		FR	76	30	303	30309	282	Europe/Paris
6431448	Sauve	sauve	Sauve		FR	76	30	303	30311	1935	Europe/Paris
6431449	Sauzet	sauzet	Sauset,Soze,suo ze,Созе,索泽		FR	76	30	302	30313	744	Europe/Paris
6431450	Savignargues	savignargues	Savignargues		FR	76	30	303	30314	241	Europe/Paris
6431451	Saze	saze	Sase,Saz,sa ci,Саз,萨兹		FR	76	30	302	30315	2022	Europe/Paris
6431452	Sénéchas	senechas	Seneschas,Seneschàs,Seneshas,sai nei sha,Сенешас,塞内沙		FR	76	30	301	30316	249	Europe/Paris
6431453	Sernhac	sernhac	Saranhac,Sernak,sai er na ke,Сернак,塞尔纳克		FR	76	30	302	30317	1727	Europe/Paris
6431454	Servas	servas	Servas		FR	76	30	301	30318	207	Europe/Paris
6431455	Serviers-et-Labaume	serviers-et-labaume	Serviers-et-Labaume		FR	76	30	302	30319	600	Europe/Paris
6431456	Seynes	seynes	Seynes		FR	76	30	301	30320	162	Europe/Paris
6431457	Sommières	sommieres	Sommieres,Sommières		FR	76	30	302	30321	4861	Europe/Paris
6431458	Soudorgues	soudorgues	Sodorgues,Sodòrgues,Soudorgues,Sudorg,su duo er gai,Судорг,苏多尔盖		FR	76	30	303	30322	281	Europe/Paris
6431459	Soustelle	soustelle	Sostela,Sostèla,Soustelle,Sustel',su si tai er,Сустель,苏斯泰尔		FR	76	30	301	30323	127	Europe/Paris
6431460	Souvignargues	souvignargues	Sauvinhargues,Souvignargues,Suvin'jarg,su wei ni ya er gai,Сувиньярг,Сувіньярг,苏维尼亚尔盖		FR	76	30	302	30324	861	Europe/Paris
6431461	Sumène	sumene	Sumene,Sumène		FR	76	30	303	30325	1560	Europe/Paris
6431462	Tavel	tavel	Tavel,Tavel',Taveus,Tavèus,ta wei,tavu~eru,Тавель,タヴェル,塔韦		FR	76	30	302	30326	1962	Europe/Paris
6431463	Tharaux	tharaux	Tharaux		FR	76	30	301	30327	55	Europe/Paris
6431464	Théziers	theziers	Tesiers,Tez'e,Theziers,Théziers,tai qi ye er,Тезье,Тезьє,泰齐耶尔		FR	76	30	302	30328	1059	Europe/Paris
6431465	Thoiras	thoiras			FR	76	30	301	30329	441	Europe/Paris
6431466	Tornac	tornac	Tornac		FR	76	30	301	30330	885	Europe/Paris
6431468	Uchaud	uchaud	Jusho,Uchau,Uchaud,yu shao,Юшо,اچاؤڈ,于绍		FR	76	30	302	30333	4285	Europe/Paris
6431469	Uzès	uzes	Uzes,Uzès		FR	76	30	302	30334	8491	Europe/Paris
6431470	Vabres	vabres	Vabres		FR	76	30	301	30335	112	Europe/Paris
6431472	Vallabrix	vallabrix	Boucoiran-et-Nozieres,Boucoiran-et-Nozières,Valabric,Valabriç,Vallabri,Vallabrix,wa la bu li,Валлабри,Валлабрі,瓦拉布里		FR	76	30	302	30337	421	Europe/Paris
6431473	Vallérargues	vallerargues	Vallerargues,Vallérargues		FR	76	30	302	30338	136	Europe/Paris
6431474	Val-d'Aigoual	val-d-aigoual	Val-d'Aigoual		FR	76	30	303	30339	1469	Europe/Paris
6431475	Valliguières	valliguieres	Valaiguiera,Valaiguièra,Valligier,wa li ji ai,Валлигиер,Валлігіер,瓦利吉埃		FR	76	30	302	30340	579	Europe/Paris
6431476	Vauvert	vauvert	Vauverd,Vauvert,Vauvèrd,Vover,waywrt,wo wei er,Вовер,وائورت,沃韦尔		FR	76	30	302	30341	11442	Europe/Paris
6431477	Vénéjan	venejan	Venejan,Venezhan,Vénéjan,vu~enejan,wei nei rang,Венежан,ヴェネジャン,韦内让		FR	76	30	302	30342	1227	Europe/Paris
6431478	Verfeuil	verfeuil	Verfeuil		FR	76	30	302	30343	608	Europe/Paris
6431479	Vergèze	vergeze	Vergesa,Vergeze,Vergèze,Verzhez,wei er re ci,wrgz,Вержез,ورگز,韦尔热兹		FR	76	30	302	30344	5044	Europe/Paris
6431480	Vestric-et-Candiac	vestric-et-candiac	Vestric e Candiac,Vestric-et-Candiac,Vestrik-e-Kand'jak,wei si te li ke he kang di a ke,Вестрик-е-Кандьяк,韦斯特里克和康迪阿克		FR	76	30	302	30347	1420	Europe/Paris
6431481	Vézénobres	vezenobres	Vesenobre,Vesenòbre,Vezenobr,Vezenobres,Vézénobres,wei ze nuo bu er,Везенобр,韦泽诺布尔		FR	76	30	301	30348	1771	Europe/Paris
6431482	Vic-le-Fesq	vic-le-fesq	Vic e lo Fesc,Vic-le-Fesq,Vik-le-Fesk,wei ke lai fu si,Вик-ле-Феск,Вік-ле-Феск,维克莱弗斯		FR	76	30	303	30349	510	Europe/Paris
6431484	Villevieille	villevieille	Vil'v'ej,Vil'vej,Vilavielha,Vilavièlha,wei lei wei ye yi er,Вильвьей,Вільвєй,维勒维耶伊尔		FR	76	30	302	30352	1711	Europe/Paris
6431485	Vissec	vissec	Vissec		FR	76	30	303	30353	56	Europe/Paris
6431486	Saint-Paul-les-Fonts	saint-paul-les-fonts	Saint-Paul-les-Fonts,Sen-Pol'-le-Fon,Sent Pau dei Fonts,Sent Pau dei Fònts,sheng bo lai feng te,Сен-Поль-ле-Фон,سین-پال-لیس-فونٹس,圣波莱丰特		FR	76	30	302	30355	1033	Europe/Paris
6431487	Rodilhan	rodilhan	Rodilhan		FR	76	30	302	30356	2885	Europe/Paris
6431488	Cambernard	cambernard	Cambernard,Campbernat,Kambernar,kang bei er na er,Камбернар,康贝尔纳尔		FR	76	31	311	31101	465	Europe/Paris
6431489	Cambiac	cambiac	Cambiac,Kamb'jak,Kambiak,Kambijak,kang bi a ke,Камбијак,Камбьяк,Камбіак,康比阿克		FR	76	31	313	31102	212	Europe/Paris
6431490	Canens	canens	Canens,Kanan,ka nan,Канан,卡南		FR	76	31	311	31103	57	Europe/Paris
6431491	Capens	capens	Capens,Kapan,ka pang,Капан,卡庞		FR	76	31	311	31104	670	Europe/Paris
6431492	Caragoudes	caragoudes	Caragodas,Caragoudes,Karagud,ka la gu dai,Карагуд,卡拉古代		FR	76	31	313	31105	217	Europe/Paris
6431493	Caraman	caraman	Caraman,Caramanh,Karaman,ka la mang,Караман,卡拉芒		FR	76	31	313	31106	2490	Europe/Paris
6431494	Carbonne	carbonne	Carbonne		FR	76	31	311	31107	5607	Europe/Paris
6431495	Cardeilhac	cardeilhac	Cardeilhac		FR	76	31	312	31108	270	Europe/Paris
6431496	Cassagnabère-Tournas	cassagnabere-tournas	Cassagnabere-Tournas,Cassagnabère-Tournas,Cassinhabera e Tornac,Cassinhabera e Tornas,Cassinhabèra e Tornaç,Cassinhabèra e Tornàs,Kasan'jaber-Turnas,Kasanaber Turna,Kassan'jaber-Turnas,ka sa ni ya bei er tu er na,Касаньябер-Турнас,Касањабер Турна,Кассаньябер-Турнас,卡萨尼亚贝尔图尔纳		FR	76	31	312	31109	457	Europe/Paris
6431497	Cassagne	cassagne	Cassagne,Cassanha,Kasan,Kasan',Kassan',ka sa ni,Касань,Касањ,Кассань,卡萨尼		FR	76	31	312	31110	629	Europe/Paris
6431498	Castagnac	castagnac	Castanhac,Kastan'jak,Kastanak,ka si ta ni ya ke,Кастаньяк,Кастањак,卡斯塔尼亚克		FR	76	31	311	31111	292	Europe/Paris
6431499	Castagnède	castagnede	Castagnede,Castagnède,Castanheda,Kastan'ed,Kataned,ka si ta nie de,Кастаньед,Кастаньєд,Катањед,卡斯塔涅德		FR	76	31	312	31112	187	Europe/Paris
6431500	Castanet-Tolosan	castanet-tolosan	Castanet Tolosan,Castanet-Tolosan,Kastane Tolozan,Kastane-Tolozan,ka si ta nei tuo luo sang,Кастане Толозан,Кастане-Толозан,卡斯塔内托洛桑		FR	76	31	313	31113	12963	Europe/Paris
6431501	Castelbiague	castelbiague	Castelbiague,Castethviague,Castèthviague,Kastel'b'jag,Kastel'bjag,Kastelbjag,ka si tai er bi a gai,Кастелбјаг,Кастельбьяг,Кастельбяг,卡斯泰尔比阿盖		FR	76	31	312	31114	256	Europe/Paris
6431502	Castelgaillard	castelgaillard	Castelgaillard		FR	76	31	312	31115	61	Europe/Paris
6431503	Castelginest	castelginest	Castelginest,Castèlginèst,Kastel'zhines,Kastelzhinest,ka si tai er ji nei si,Кастелжинест,Кастельжинес,קאסטלזינסט,卡斯泰尔吉内斯		FR	76	31	313	31116	10199	Europe/Paris
6431504	Castelnau-d'Estrétefonds	castelnau-d-estretefonds			FR	76	31	313	31118	6226	Europe/Paris
6431505	Castelnau-Picampeau	castelnau-picampeau	Castelnau-Picampeau,Castethnau Picampau,Castethnau de la Branda,Castethnau-Picampau,Castèthnau Picampau,Castèthnau de la Branda,Castèthnau-Picampau,Kastel'no-Pikampo,Kastelno Pikampo,ka si tai er nuo pi kang bo,Кастелно Пикампо,Кастельно-Пикампо,Кастельно-Пікампо,卡斯泰尔诺皮康波		FR	76	31	311	31119	216	Europe/Paris
6431506	Castéra-Vignoles	castera-vignoles	Castera-Vignoles,Castéra-Vignoles		FR	76	31	312	31121	64	Europe/Paris
6431507	Casties-Labrande	casties-labrande	Castia de la Branda,Casties-Labrande,Kasti-Labrand,Kastje Labrand,ka si di ye la bu lang de,Касти-Лабранд,Касті-Лабранд,Кастје Лабранд,卡斯蒂耶拉布朗德		FR	76	31	311	31122	118	Europe/Paris
6431508	Castillon-de-Larboust	castillon-de-larboust	Castilhon de Larbost,Castillon-de-Larboust,Kastijon de Larbu,Kastijon-de-Larbust,ka si di long de la er bu si,Кастийон-де-Ларбуст,Кастијон де Ларбу,Кастійон-де-Ларбуст,卡斯蒂隆德拉尔布斯		FR	76	31	312	31123	54	Europe/Paris
6431563	Forgues	forgues	Forg,Forgues,Horgas,Hòrgas,fu er gai,Форг,福尔盖		FR	76	31	311	31189	208	Europe/Paris
6431564	Fos	fos	Fo,Fos,Hos,Hòs,fu zhen,Фо,Фос,福镇		FR	76	31	312	31190	240	Europe/Paris
6431565	Fougaron	fougaron	Fougaron		FR	76	31	312	31191	94	Europe/Paris
6431509	Castillon-de-Saint-Martory	castillon-de-saint-martory	Castilhon de Sent Martori,Castilhon de Sent Martòri,Castillon-de-Saint-Martory,Kastijon se Sen Martori,Kastijon-de-Sen-Martori,ka si di long de sheng ma er tuo li,Кастийон-де-Сен-Мартори,Кастијон се Сен Мартори,Кастійон-де-Сен-Марторі,卡斯蒂隆德圣马尔托里		FR	76	31	312	31124	380	Europe/Paris
6431510	Cathervielle	cathervielle	Caterviela,Catervièla,Katerv'el',Katervel',Katrvjel,ka tai er wei ye er,Катервьель,Катервєль,Катрвјел,卡泰尔维耶尔		FR	76	31	312	31125	37	Europe/Paris
6431511	Caubiac	caubiac	Caubiac		FR	76	31	313	31126	377	Europe/Paris
6431512	Caujac	caujac	Caujac		FR	76	31	311	31128	836	Europe/Paris
6431513	Cazarilh-Laspènes	cazarilh-laspenes	Cazarilh-Laspenes,Cazarilh-Laspènes		FR	76	31	312	31129	28	Europe/Paris
6431514	Cazaril-Tambourès	cazaril-tamboures			FR	76	31	312	31130	90	Europe/Paris
6431515	Cazaunous	cazaunous	Casaunaus,Casausnaus,Cazaunous,Kazaunu,Kazonus,ka zuo nu,Казауну,Казонус,卡佐努		FR	76	31	312	31131	72	Europe/Paris
6431516	Cazaux-Layrisse	cazaux-layrisse			FR	76	31	312	31132	58	Europe/Paris
6431517	Cazeaux-de-Larboust	cazeaux-de-larboust	Casaus de Larbost,Cazeaux-de-Larboust,Kazo de Larbu,Kazo-de-Larbust,ka zuo de la er bu si,Казо де Ларбу,Казо-де-Ларбуст,卡佐德拉尔布斯		FR	76	31	312	31133	94	Europe/Paris
6431518	Cazeneuve-Montaut	cazeneuve-montaut			FR	76	31	312	31134	70	Europe/Paris
6431519	Cazères	cazeres	Cazeres,Cazères		FR	76	31	311	31135	4883	Europe/Paris
6431520	Cépet	cepet	Cepet,Cépet,Sepe,sai pei,Сепе,塞佩		FR	76	31	313	31136	1754	Europe/Paris
6431521	Cessales	cessales	Cessalas,Cessales,Sesal,Sesal',Sessal',se sa lai,Сесал,Сесаль,Сессаль,瑟萨莱		FR	76	31	313	31137	173	Europe/Paris
6431522	Charlas	charlas	Charlas		FR	76	31	312	31138	237	Europe/Paris
6431523	Chaum	chaum	Chaum,Shaum,Shom,Шом		FR	76	31	312	31139	186	Europe/Paris
6431524	Chein-Dessus	chein-dessus	Chein-Dessus		FR	76	31	312	31140	185	Europe/Paris
6431525	Ciadoux	ciadoux			FR	76	31	312	31141	243	Europe/Paris
6431526	Cier-de-Luchon	cier-de-luchon	Cier-de-Luchon		FR	76	31	312	31142	252	Europe/Paris
6431527	Cier-de-Rivière	cier-de-riviere			FR	76	31	312	31143	280	Europe/Paris
6431528	Cintegabelle	cintegabelle	Cintegabelle		FR	76	31	311	31145	2899	Europe/Paris
6431529	Cirès	cires	Cires,Cirès,Cirés,Sire,Sires,xi lei,Сире,Сирес,Сіре,西雷		FR	76	31	312	31146	12	Europe/Paris
6431530	Clermont-le-Fort	clermont-le-fort	Clermont-le-Fort		FR	76	31	313	31148	512	Europe/Paris
6431531	Colomiers	colomiers			FR	76	31	313	31149	38716	Europe/Paris
6431532	Cornebarrieu	cornebarrieu	Cornebarrieu		FR	76	31	313	31150	6521	Europe/Paris
6431533	Corronsac	corronsac	Corroncac,Corronçac,Koronsak,Korronsak,ke er long sa ke,Коронсак,Корронсак,科尔龙萨克		FR	76	31	313	31151	800	Europe/Paris
6431534	Coueilles	coueilles	Coueilles		FR	76	31	312	31152	95	Europe/Paris
6431535	Couladère	couladere			FR	76	31	311	31153	433	Europe/Paris
6431536	Couret	couret	Couret		FR	76	31	312	31155	241	Europe/Paris
6431537	Cugnaux	cugnaux	Cugnaux		FR	76	31	313	31157	17771	Europe/Paris
6431538	Cuguron	cuguron	Cuguron		FR	76	31	312	31158	187	Europe/Paris
6431539	Daux	daux	Daux		FR	76	31	313	31160	2322	Europe/Paris
6431540	Deyme	deyme	Deime,Dejm,Dem,Deyme,Dèime,dai mu,Дейм,Дем,代姆		FR	76	31	313	31161	1119	Europe/Paris
6431541	Donneville	donneville	Donevila,Donneville,Donnvil',Donvil,Donvil',Dònevila,duo na wei er,Донвил,Донвиль,Доннвіль,多纳维尔		FR	76	31	313	31162	1020	Europe/Paris
6431542	Drémil-Lafage	dremil-lafage	Dremij-Lafazh,Dremil e La Faja,Dremil e la Faja,Dremil'-Lafazh,de lei mi la fa ge,Дремиль-Лафаж,Дремій-Лафаж,德雷米拉法格		FR	76	31	313	31163	2654	Europe/Paris
6431543	Drudas	drudas	Drjudas,Drudac,Drudas,Drudaç,Drudàs,de lu da,Дрюдас,德吕达		FR	76	31	313	31164	223	Europe/Paris
6431544	Eaunes	eaunes	Eaunes		FR	76	31	311	31165	6091	Europe/Paris
6431545	Empeaux	empeaux	Empeaux		FR	76	31	311	31166	249	Europe/Paris
6431546	Encausse-les-Thermes	encausse-les-thermes	Ankos-le-Term,Ankoss-le-Term,En Causse,Encaussa,Encausse-les-Thermes,ang ke si lai tai er mei,Анкос-ле-Терм,Анкосс-ле-Терм,昂科斯莱泰尔梅		FR	76	31	312	31167	695	Europe/Paris
6431547	Escalquens	escalquens	Ehskal'kens,Eskal'kan,ai si ka er qu ang,Ескалькан,Эскалькенс,埃斯卡尔屈昂		FR	76	31	313	31169	6557	Europe/Paris
6431548	Escanecrabe	escanecrabe	Escanecrabe		FR	76	31	312	31170	245	Europe/Paris
6431549	Espanès	espanes	Ehspanes,Epane,Espane,Espanes,Espanès,Espanés,ai si pa nei,Епане,Еспане,Эспанес,埃斯帕内		FR	76	31	313	31171	322	Europe/Paris
6431550	Esparron	esparron	Esparron		FR	76	31	312	31172	58	Europe/Paris
6431551	Esperce	esperce	Ehspers,Esperca,Esperce,Espers,Espèrça,ai si pei er ke,Есперс,Эсперс,埃斯佩尔克		FR	76	31	311	31173	253	Europe/Paris
6431552	Estadens	estadens	Ehstadens,Estadan,ai si ta dang,Естадан,Эстаденс,埃斯塔当		FR	76	31	312	31174	523	Europe/Paris
6431553	Estancarbon	estancarbon	Estancarbon		FR	76	31	312	31175	598	Europe/Paris
6431554	Esténos	estenos	Ehstenos,Esteno,Estenos,Estenòs,ai si tai nuo,Естено,Естенос,Эстенос,埃斯泰诺		FR	76	31	312	31176	185	Europe/Paris
6431555	Eup	eup	Eup		FR	76	31	312	31177	130	Europe/Paris
6431556	Fenouillet	fenouillet	Fenolhet,Fenue,Fenuje,fang wu yi lai,Фенуйе,Фенує,方乌伊莱		FR	76	31	313	31182	5070	Europe/Paris
6431557	Figarol	figarol	Figarol		FR	76	31	312	31183	299	Europe/Paris
6431558	Flourens	flourens	Florenc,Florenç,Flourens,Fluran,Flurens,fu lu lang,Флуран,Флуренс,弗卢朗		FR	76	31	313	31184	1916	Europe/Paris
6431560	Fonbeauzard	fonbeauzard	Fonbozar,Fontbausard,Fontboscat,feng bo zha er,Фонбозар,丰博扎尔		FR	76	31	313	31186	2964	Europe/Paris
6431561	Fonsorbes	fonsorbes	Fonsorb,Fonsorbes,Fontsorbas,Fontsòrbas,feng suo er bei,Фонсорб,丰索尔贝		FR	76	31	311	31187	11748	Europe/Paris
6431562	Fontenilles	fontenilles	Fontanilhas,Fontenij,Fontenilles,Fontnij,feng te ni lai,Фонтений,Фонтеній,Фонтниј,丰特尼莱		FR	76	31	311	31188	5755	Europe/Paris
6431566	Fourquevaux	fourquevaux	Forcasvals,Fourquevaux,Furkevo,Furkvo,fu er qu ai wo,Фуркво,Фуркево,富尔屈埃沃		FR	76	31	313	31192	757	Europe/Paris
6431568	Francon	francon	Francon,Frankon,fu lang kong,Франкон,弗朗孔		FR	76	31	311	31196	243	Europe/Paris
6431569	Franquevielle	franquevielle			FR	76	31	312	31197	334	Europe/Paris
6431570	Fronsac	fronsac	Fronsac		FR	76	31	312	31199	208	Europe/Paris
6431571	Frontignan-de-Comminges	frontignan-de-comminges	Frontignan-de-Comminges		FR	76	31	312	31200	74	Europe/Paris
6431573	Fronton	fronton	Fronton,Frontonh,fu long tong,furonton,Фронтон,フロントン,弗龙通		FR	76	31	313	31202	6009	Europe/Paris
6431574	Frouzins	frouzins	Frouzins		FR	76	31	311	31203	8890	Europe/Paris
6431575	Fustignac	fustignac	Fustignac		FR	76	31	311	31204	80	Europe/Paris
6431576	Gagnac-sur-Garonne	gagnac-sur-garonne	Gan'jak-sjur-Garon,Gan'jak-sjur-Garonn,Ganhac de Garona,jia luo ne he pan jia ni ya ke,Ганьяк-сюр-Гарон,Ганьяк-сюр-Гаронн,加罗讷河畔加尼亚克		FR	76	31	313	31205	2986	Europe/Paris
6431577	Gaillac-Toulza	gaillac-toulza	Gajak-Tul'za,Galhac Tolzan,Galhac de Tolzan,gai la ke tu er zha,Гайак-Тульза,Гаяк-Тульза,盖拉克图尔扎		FR	76	31	311	31206	1250	Europe/Paris
6431578	Ganties	ganties	Ganti,Gantias,Ganties,gang di ye,Ганти,Ганті,冈蒂耶		FR	76	31	312	31208	322	Europe/Paris
6431579	Garac	garac	Garac		FR	76	31	313	31209	158	Europe/Paris
6431580	Gardouch	gardouch	Gardog,Gardouch,Gardush,jia er du ke,Гардуш,加尔杜克		FR	76	31	313	31210	1259	Europe/Paris
6431581	Gargas	gargas	Gargas		FR	76	31	313	31211	689	Europe/Paris
6431582	Garidech	garidech	Garidech		FR	76	31	313	31212	1756	Europe/Paris
6431583	Garin	garin	Garen,Garin,jia lan,Гарен,加兰		FR	76	31	312	31213	142	Europe/Paris
6431584	Gauré	gaure	Gaure,Gauré		FR	76	31	313	31215	508	Europe/Paris
6431585	Gémil	gemil	Gemilh,Zhemij,Zhemil',re mi,Жемиль,Жемиј,Жемій,热米		FR	76	31	313	31216	272	Europe/Paris
6431586	Gensac-de-Boulogne	gensac-de-boulogne	Gensac-de-Boulogne		FR	76	31	312	31218	133	Europe/Paris
6431587	Gensac-sur-Garonne	gensac-sur-garonne	Gensac-sur-Garonne		FR	76	31	311	31219	421	Europe/Paris
6431588	Gibel	gibel	Gibel,Gibèl,Zhibel,Zhibel',Жибел,Жибель		FR	76	31	313	31220	357	Europe/Paris
6431589	Gouaux-de-Larboust	gouaux-de-larboust	Gouaux-de-Larboust,Guaus de Larbost,Guaus-de-Larbust,Guo de Larbu,Guo-de-Larbust,gu ao de la er bu si,Гуаус-де-Ларбуст,Гуо де Ларбу,Гуо-де-Ларбуст,古奥德拉尔布斯		FR	76	31	312	31221	66	Europe/Paris
6431590	Gouaux-de-Luchon	gouaux-de-luchon	Gouaux-de-Luchon		FR	76	31	312	31222	47	Europe/Paris
6431591	Goudex	goudex			FR	76	31	312	31223	50	Europe/Paris
6431592	Gourdan-Polignan	gourdan-polignan	Gordan e Polinhan,Gourdan-Polignan,Gurdan Polinan,Gurdan-Polin'jan,gu er dang bo li ni ang,Гурдан Полињан,Гурдан-Полиньян,Гурдан-Поліньян,古尔当波利尼昂		FR	76	31	312	31224	1208	Europe/Paris
6431593	Goutevernisse	goutevernisse	Goutevernisse		FR	76	31	311	31225	181	Europe/Paris
6431594	Gouzens	gouzens	Gouzens		FR	76	31	311	31226	83	Europe/Paris
6431595	Goyrans	goyrans	Goyrans		FR	76	31	313	31227	846	Europe/Paris
6431596	Gragnague	gragnague	Gragnague,Gran'jag,Granhaga,ge la ni ya gai,Граньяг,格拉尼亚盖		FR	76	31	313	31228	1782	Europe/Paris
6431597	Gratens	gratens	Gratan,Гратан		FR	76	31	311	31229	676	Europe/Paris
6431598	Gratentour	gratentour	Gratentour		FR	76	31	313	31230	3673	Europe/Paris
6431599	Grépiac	grepiac	Grepiac,Grépiac		FR	76	31	311	31233	988	Europe/Paris
6431600	Guran	guran	Guran		FR	76	31	312	31235	44	Europe/Paris
6431603	Huos	huos	Huos,Juos,Uos,Uòs,yu ao,Юос,于奥		FR	76	31	312	31238	493	Europe/Paris
6431604	Issus	issus	Aissus,Aissús,Isju,Issju,Issus,yi xu,Іссю,Исю,伊叙		FR	76	31	313	31240	593	Europe/Paris
6431605	Izaut-de-l'Hôtel	izaut-de-l-hotel	Izaut-de-l'Hotel,Izaut-de-l'Hôtel		FR	76	31	312	31241	324	Europe/Paris
6431606	Jurvielle	jurvielle	Jurviela,Jurvielle,Jurvièla,Zhjurv'el',Zhurvel',rui er wei ye er,Журвєль,Жюрвьель,瑞尔维耶尔		FR	76	31	312	31242	20	Europe/Paris
6431607	Juzes	juzes	Juzes		FR	76	31	313	31243	93	Europe/Paris
6431608	Juzet-de-Luchon	juzet-de-luchon	Juzet-de-Luchon		FR	76	31	312	31244	363	Europe/Paris
6431609	Juzet-d'Izaut	juzet-d-izaut	Juzet-d'Izaut		FR	76	31	312	31245	193	Europe/Paris
6431610	Labarthe-Inard	labarthe-inard	Era Barta dInard,Era Barta-Inard,Labart-Inar,Labarthe-Inard,la ba er te yi na er,Лабарт-Інар,Лабарт-Инар,لاباردی-ینارڈ,拉巴尔特伊纳尔		FR	76	31	312	31246	857	Europe/Paris
6431611	Labarthe-Rivière	labarthe-riviere	Labarthe-Riviere,Labarthe-Rivière		FR	76	31	312	31247	1346	Europe/Paris
6431612	Labarthe-sur-Lèze	labarthe-sur-leze	Labarthe-sur-Leze,Labarthe-sur-Lèze		FR	76	31	311	31248	5838	Europe/Paris
6431613	Labastide-Beauvoir	labastide-beauvoir	La Bastida,La Bastida de las Varenas,Labastid-Bovuar,Labastide-Beauvoir,la ba si di de bo wa,Лабастид-Бовуар,Лабастід-Бовуар,لاباسٹیڈ-بیووویر,拉巴斯蒂德博瓦		FR	76	31	313	31249	1278	Europe/Paris
6431614	Labastide-Clermont	labastide-clermont	La Bastida de Clarmont,Labastid-Klermon,Labastide-Clermont,la ba si di de ke lai meng,Лабастид-Клермон,Лабастід-Клермон,لاباسٹیڈ-کلیرمونٹ,拉巴斯蒂德克莱蒙		FR	76	31	311	31250	663	Europe/Paris
6431615	Labastide-Paumès	labastide-paumes			FR	76	31	312	31251	147	Europe/Paris
6431616	Labastide-Saint-Sernin	labastide-saint-sernin	La Bastida de Sant Sarnin,La Bastida de Sant Sernin,Labastid-Sen-Sernen,Labastide-Saint-Sernin,la ba si di de sheng sai er nan,Лабастид-Сен-Сернен,Лабастід-Сен-Сернен,لاباسٹیڈ-سین-سیرنین,拉巴斯蒂德圣塞尔南		FR	76	31	313	31252	1899	Europe/Paris
6431617	Labastidette	labastidette	Labastidette		FR	76	31	311	31253	2501	Europe/Paris
6431618	Labège	labege	Labege,Labège		FR	76	31	313	31254	4117	Europe/Paris
6431619	Labroquère	labroquere	Labroquere,Labroquère		FR	76	31	312	31255	328	Europe/Paris
6431620	Labruyère-Dorsa	labruyere-dorsa			FR	76	31	311	31256	277	Europe/Paris
6431621	Lacaugne	lacaugne	Lacaugne		FR	76	31	311	31258	206	Europe/Paris
6433196	Eydoche	eydoche	Eydoche		FR	84	38	382	38159	531	Europe/Paris
6431623	Lagardelle-sur-Lèze	lagardelle-sur-leze	Lagardelle-sur-Leze,Lagardelle-sur-Lèze		FR	76	31	311	31263	2992	Europe/Paris
6431624	Lagrâce-Dieu	lagrace-dieu	Lagrace-Dieu,Lagrâce-Dieu		FR	76	31	311	31264	578	Europe/Paris
6431625	Lagraulet-Saint-Nicolas	lagraulet-saint-nicolas	LAgraulet Sent Nicolau,LAgraulet de Sent Nicolau,Lagraulet-Saint-Nicolas,Lagrole-Sen-Nikola,la ge luo lai sheng ni ke la,Лагроле-Сен-Никола,Лагроле-Сен-Нікола,拉格罗莱圣尼科拉		FR	76	31	313	31265	247	Europe/Paris
6431626	Lahage	lahage	La Haja,Laazh,Lahage,la a ge,Лааж,لاہاگی,拉阿格		FR	76	31	311	31266	215	Europe/Paris
6431627	Lahitère	lahitere	Lahitere,Lahitère		FR	76	31	311	31267	57	Europe/Paris
6431628	Lamasquère	lamasquere	La Masquera,La Masquèra,Lamasker,la ma si qu ai er,lamasqwyry,Ламаскер,لاماسقویری,拉马斯屈埃尔		FR	76	31	311	31269	1431	Europe/Paris
6431629	Landorthe	landorthe	Landorthe		FR	76	31	312	31270	985	Europe/Paris
6431630	Lanta	lanta	Lanta,Lantar,lang ta,Ланта,لانٹا، ہوٹی-گارونی,朗塔		FR	76	31	313	31271	2028	Europe/Paris
6431631	Lapeyrouse-Fossat	lapeyrouse-fossat	La Peirosa e Fossat,Lapejruz-Fossat,Laperuz-Fosat,Lapeyrouse-Fossat,la pei lu si fu sa,Лапейруз-Фоссат,Лаперуз-Фосат,لاپیروسی-فوساٹ,拉佩鲁斯福萨		FR	76	31	313	31273	2794	Europe/Paris
6431632	Larcan	larcan	Larcan		FR	76	31	312	31274	177	Europe/Paris
6431633	Laréole	lareole	La Reula,Lareol',la lei ao er,larywly,Лареоль,لاریولی,拉雷奥尔		FR	76	31	313	31275	177	Europe/Paris
6431634	Latoue	latoue	Latoue		FR	76	31	312	31278	324	Europe/Paris
6431635	Latrape	latrape	La Trapa,Latrap,Latrape,la te la pu,latrapy,Латрап,لاتراپی,拉特拉普		FR	76	31	311	31280	365	Europe/Paris
6431636	Launac	launac			FR	76	31	313	31281	1405	Europe/Paris
6431637	Launaguet	launaguet	Launaguet,Lonage,luo na gai,Лонаге,洛纳盖		FR	76	31	313	31282	8564	Europe/Paris
6431638	Lautignac	lautignac	Lautignac		FR	76	31	311	31283	266	Europe/Paris
6431639	Lauzerville	lauzerville	Lauservila,Lauzerville,Lozervil',luo ze er wei er,Лозервиль,Лозервіль,洛泽尔维尔		FR	76	31	313	31284	1565	Europe/Paris
6431640	Lavalette	lavalette			FR	76	31	313	31285	732	Europe/Paris
6431641	Lavelanet-de-Comminges	lavelanet-de-comminges	Lavelanet-de-Comminges		FR	76	31	311	31286	631	Europe/Paris
6431642	Layrac-sur-Tarn	layrac-sur-tarn	Layrac-sur-Tarn		FR	76	31	313	31288	327	Europe/Paris
6431643	Lège	lege	Lege,Lège		FR	76	31	312	31290	43	Europe/Paris
6431644	Léguevin	leguevin	Leguevin,Léguevin		FR	76	31	313	31291	9063	Europe/Paris
6431645	Lescuns	lescuns	Lescuns		FR	76	31	311	31292	71	Europe/Paris
6431646	Lespiteau	lespiteau			FR	76	31	312	31294	96	Europe/Paris
6431647	Lespugue	lespugue	Era Espuga,Lespjug,Lespugue,lai si pi gai,Леспюг,莱斯皮盖		FR	76	31	312	31295	80	Europe/Paris
6431648	Lestelle-de-Saint-Martory	lestelle-de-saint-martory	Era Estela de Sent Martori,Era Estela de Sent Martòri,Lestel'-de-Sen-Martori,Lestelle-de-Saint-Martory,lai si tai er de sheng ma er tuo li,Лестель-де-Сен-Мартори,Лестель-де-Сен-Марторі,莱斯泰尔德圣马尔托里		FR	76	31	312	31296	437	Europe/Paris
6431649	Lilhac	lilhac	Lilhac		FR	76	31	312	31301	131	Europe/Paris
6431650	Lodes	lodes			FR	76	31	312	31302	290	Europe/Paris
6431651	Longages	longages	Longages,Longatges,Longatjas,Longazh,long jia re,Лонгаж,隆加热		FR	76	31	311	31303	3020	Europe/Paris
6431652	Loubens-Lauragais	loubens-lauragais	Loubens-Lauragais		FR	76	31	313	31304	463	Europe/Paris
6431653	Loudet	loudet	Loudet		FR	76	31	312	31305	198	Europe/Paris
6431654	Lourde	lourde			FR	76	31	312	31306	91	Europe/Paris
6431656	Luscan	luscan	Luscan		FR	76	31	312	31308	58	Europe/Paris
6431657	Lussan-Adeilhac	lussan-adeilhac	Ljusan-Adejak,Ljussan-Adejak,Lucan e Adelhac,Lucan-Adelhac,Luçan e Adelhac,Luçan-Adelhac,lu sang a dai ya ke,Люсан-Адейак,Люссан-Адеяк,吕桑阿代亚克		FR	76	31	311	31309	226	Europe/Paris
6431658	Lux	lux	Ljuks,Lutz,Lux,lu zhen,Люкс,吕镇		FR	76	31	313	31310	346	Europe/Paris
6431659	Mailholas	mailholas	Mailholas		FR	76	31	311	31312	35	Europe/Paris
6431660	Mancioux	mancioux	Mancioux		FR	76	31	312	31314	427	Europe/Paris
6431661	Mane	mane	Mane		FR	76	31	312	31315	973	Europe/Paris
6431662	Marignac-Lasclares	marignac-lasclares	Marignac-Lasclares,Marilhac e las Claras,Marin'jak-Laklar,Marin'jak-Lasklar,Marinhac e las Claras,ma li ni ya ke la si ke la lei,Мариньяк-Лаклар,Мариньяк-Ласклар,马里尼亚克拉斯克拉雷		FR	76	31	311	31317	470	Europe/Paris
6431663	Marignac-Laspeyres	marignac-laspeyres	Marignac-Laspeyres		FR	76	31	311	31318	220	Europe/Paris
6431665	Marquefave	marquefave	Marcahava,Markfav,Marquefave,ma er qu ai fa fu,Маркфав,马尔屈埃法夫		FR	76	31	311	31320	980	Europe/Paris
6431666	Marsoulas	marsoulas	Marsoulas		FR	76	31	312	31321	124	Europe/Paris
6431667	Martisserre	martisserre	Martisserre		FR	76	31	312	31322	59	Europe/Paris
6431668	Martres-de-Rivière	martres-de-riviere	Martr-de-Riv'er,Martr-de-River,Martras dArdieja,Martras dArdièja,Martras de Ribera,Martras de Ribèra,Martres-de-Riviere,Martres-de-Rivière,ma er te lei de li wei ai,Мартр-де-Ривьер,Мартр-де-Ривєр,马尔特雷德里维埃		FR	76	31	312	31323	364	Europe/Paris
6431669	Martres-Tolosane	martres-tolosane	Martr-Tolozan,Martras Tolosana,Martras de Garona,Martres-Tolosane,ma er te lei tuo luo sang,Мартр-Толозан,马尔特雷托洛桑		FR	76	31	311	31324	2369	Europe/Paris
6431670	Mascarville	mascarville	Mascarvila,Mascarville,Maskarvil',ma si ka er wei er,Маскарвиль,Маскарвіль,马斯卡尔维尔		FR	76	31	313	31325	169	Europe/Paris
6431671	Massabrac	massabrac	Massabrac		FR	76	31	311	31326	87	Europe/Paris
6431672	Mauran	mauran	Mauran		FR	76	31	311	31327	224	Europe/Paris
6431673	Mauressac	mauressac	Mauressac		FR	76	31	311	31330	512	Europe/Paris
6431674	Maureville	maureville	Maurevila,Maureville,Morevil',mo lei wei er,Моревиль,Моревіль,莫勒维尔		FR	76	31	313	31331	303	Europe/Paris
6431675	Mauvaisin	mauvaisin	Malvesin,Mauvaisin,Movezen,mo wei sang,Мовезен,莫韦桑		FR	76	31	313	31332	241	Europe/Paris
6431676	Mauzac	mauzac	Mausac,Mozak,mo zha ke,Мозак,莫扎克		FR	76	31	311	31334	1263	Europe/Paris
6431677	Mayrègne	mayregne	Mairenha,Meren',mai lei ni,Мерень,迈雷尼		FR	76	31	312	31335	24	Europe/Paris
6431678	Melles	melles	Melles		FR	76	31	312	31337	88	Europe/Paris
6431679	Menville	menville	Menville		FR	76	31	313	31338	762	Europe/Paris
6431680	Mérenvielle	merenvielle	Meranv'el',Meranvel',Merenviela,Merenvielle,Merenvièla,Mérenvielle,mei lang wei ye er,Меранвьель,Меранвєль,梅朗维耶尔		FR	76	31	313	31339	485	Europe/Paris
6431681	Mervilla	mervilla	Mervilla		FR	76	31	313	31340	266	Europe/Paris
6431682	Merville	merville	Mervil',Mervila,Merville,mei er wei er,Мервиль,Мервіль,梅尔维尔		FR	76	31	313	31341	5367	Europe/Paris
6431683	Milhas	milhas	Mijas,Milhars,Milhas,Mjas,mi ya,Мийас,Мяс,米亚		FR	76	31	312	31342	178	Europe/Paris
6431685	Miramont-de-Comminges	miramont-de-comminges	Miramont-de-Comminges		FR	76	31	312	31344	771	Europe/Paris
6431686	Miremont	miremont	Miramont,Miramont dAuta-riba,Miremont,Mirmon,mi lei meng,Мирмон,Мірмон,米雷蒙		FR	76	31	311	31345	2437	Europe/Paris
6431687	Mirepoix-sur-Tarn	mirepoix-sur-tarn	Mirepoix-sur-Tarn		FR	76	31	313	31346	1001	Europe/Paris
6431689	Moncaup	moncaup	Moncaup,Monko,Montcaub,Montcauv,meng ke,Монко,蒙科		FR	76	31	312	31348	38	Europe/Paris
6431690	Mondavezan	mondavezan	Mondavesan,Mondavezan,Montdavesan,meng da wei cang,Мондавезан,蒙达韦藏		FR	76	31	311	31349	907	Europe/Paris
6431691	Mondilhan	mondilhan	Mondilhan		FR	76	31	312	31350	98	Europe/Paris
6431692	Mondonville	mondonville	Mondonvil',Mondonvila,Mondonville,meng dong wei er,Мондонвиль,Мондонвіль,蒙东维尔		FR	76	31	313	31351	4541	Europe/Paris
6431693	Mondouzil	mondouzil	Mondouzil		FR	76	31	313	31352	237	Europe/Paris
6431694	Monès	mones	Mones,Monès		FR	76	31	311	31353	93	Europe/Paris
6431695	Monestrol	monestrol	Monestrol		FR	76	31	313	31354	67	Europe/Paris
6431696	Montaigut-sur-Save	montaigut-sur-save	Montaigut-sur-Save		FR	76	31	313	31356	1604	Europe/Paris
6431697	Montastruc-de-Salies	montastruc-de-salies	Montastrjuk-de-Sali,Montastruc de Salias,Montastruc-de-Salies,meng ta si te lu ke de sa li ye,Монтастрюк-де-Сали,Монтастрюк-де-Салі,蒙塔斯特吕克德萨利耶		FR	76	31	312	31357	273	Europe/Paris
6431698	Montastruc-la-Conseillère	montastruc-la-conseillere	Montastrjuk-la-Konseer,Montastrjuk-la-Konsejer,Montastruc e la Conselhiera,Montastruc e la Conselhièra,Montastruc-la-Conseillere,Montastruc-la-Conseillère,meng ta si te lu ke la kong sai lai er,Монтастрюк-ла-Консейер,Монтастрюк-ла-Консеєр,蒙塔斯特吕克拉孔塞莱尔		FR	76	31	313	31358	3358	Europe/Paris
6431699	Montastruc-Savès	montastruc-saves	Montastrjuk-Save,Montastrjuk-Saves,Montastruc de Saves,Montastruc de Savés,Montastruc-Saves,Montastruc-Savès,meng ta si te lu ke sa wei,Монтастрюк-Саве,Монтастрюк-Савес,蒙塔斯特吕克萨韦		FR	76	31	311	31359	75	Europe/Paris
6431700	Montauban-de-Luchon	montauban-de-luchon	Montauban-de-Luchon		FR	76	31	312	31360	488	Europe/Paris
6431701	Montberaud	montberaud	Montberaud		FR	76	31	311	31362	209	Europe/Paris
6431702	Montbernard	montbernard	Montbernard		FR	76	31	312	31363	222	Europe/Paris
6431703	Montberon	montberon	Monberon,meng te bo long,Монберон,蒙特伯龙		FR	76	31	313	31364	2932	Europe/Paris
6431704	Montbrun-Bocage	montbrun-bocage			FR	76	31	311	31365	477	Europe/Paris
6431705	Montbrun-Lauragais	montbrun-lauragais	Monbren-Lorage,Monbrjon-Lorage,Montbrun de Lauragues,Montbrun de Lauragués,Montbrun-Lauragais,meng te bu lan luo la gai,Монбрен-Лораге,Монбрён-Лораге,蒙特布兰洛拉盖		FR	76	31	313	31366	590	Europe/Paris
6431706	Montclar-de-Comminges	montclar-de-comminges	Montclar-de-Comminges		FR	76	31	311	31367	90	Europe/Paris
6431707	Montclar-Lauragais	montclar-lauragais	Montclar-Lauragais		FR	76	31	313	31368	242	Europe/Paris
6431708	Mont-de-Galié	mont-de-galie	Mont-de-Galie,Mont-de-Galié		FR	76	31	312	31369	42	Europe/Paris
6431709	Montégut-Bourjac	montegut-bourjac	Montegut-Bourjac,Montégut-Bourjac		FR	76	31	311	31370	135	Europe/Paris
6431710	Montégut-Lauragais	montegut-lauragais	Montagut de Lauragues,Montagut de Lauragués,Montegju-Lorage,meng tai ju luo la gai,Монтегю-Лораге,蒙泰居洛拉盖		FR	76	31	313	31371	455	Europe/Paris
6431711	Montespan	montespan	Montespan,meng tai si pang,montesupan,Монтеспан,モンテスパン,蒙泰斯庞		FR	76	31	312	31372	453	Europe/Paris
6431712	Montesquieu-Guittaut	montesquieu-guittaut	Montesquieu-Guittaut		FR	76	31	312	31373	174	Europe/Paris
6431713	Montesquieu-Lauragais	montesquieu-lauragais	Montesk'jo-Lorage,Monteske-Lorage,Montesquieu-Lauragais,Montesquiu de Lauragues,Montesquiu de Lauragués,meng tai si ji e luo la gai,Монтескьё-Лораге,Монтескє-Лораге,蒙泰斯基厄洛拉盖		FR	76	31	313	31374	962	Europe/Paris
6431714	Montesquieu-Volvestre	montesquieu-volvestre	Montesquieu-Volvestre		FR	76	31	311	31375	3020	Europe/Paris
6431715	Montgaillard-de-Salies	montgaillard-de-salies	Montgaillard-de-Salies		FR	76	31	312	31376	102	Europe/Paris
6431716	Montgaillard-Lauragais	montgaillard-lauragais	Montgaillard-Lauragais		FR	76	31	313	31377	745	Europe/Paris
6431717	Montgaillard-sur-Save	montgaillard-sur-save	Montgaillard-sur-Save		FR	76	31	312	31378	85	Europe/Paris
6431718	Montgazin	montgazin	Montgazin		FR	76	31	311	31379	195	Europe/Paris
6431719	Montgeard	montgeard	Montgeard,Montjard,Monzhar,meng te ya er,Монжар,蒙特雅尔		FR	76	31	313	31380	480	Europe/Paris
6431720	Montgiscard	montgiscard			FR	76	31	313	31381	2323	Europe/Paris
6431721	Montgras	montgras	Mongras,Montgras,Montgràs,meng te ge la,Монграс,蒙特格拉		FR	76	31	311	31382	104	Europe/Paris
6431722	Montjoire	montjoire	Montjoire,Montjòire,Monzhuar,meng te ru wa er,Монжуар,蒙特茹瓦尔		FR	76	31	313	31383	1286	Europe/Paris
6431723	Montmaurin	montmaurin	Monmoren,Montmaurin,meng te mo lan,Монморен,蒙特莫兰		FR	76	31	312	31385	210	Europe/Paris
6431724	Montoulieu-Saint-Bernard	montoulieu-saint-bernard	Montoulieu-Saint-Bernard		FR	76	31	312	31386	212	Europe/Paris
6431725	Montoussin	montoussin	Montoussin		FR	76	31	311	31387	133	Europe/Paris
6431726	Montpitol	montpitol	Monpitol',Montpitol,Montpitòl,meng te pi tuo,Монпитоль,Монпітоль,蒙特皮托		FR	76	31	313	31388	389	Europe/Paris
6431823	Saint-Pé-d'Ardet	saint-pe-d-ardet			FR	76	31	312	31509	146	Europe/Paris
6431727	Montrabé	montrabe	Monrabe,Mont-rabe,Montrabe,Montrabé,meng te la bei,Монрабе,蒙特拉贝		FR	76	31	313	31389	4122	Europe/Paris
6431728	Montréjeau	montrejeau	Montrejeau,Montréjeau		FR	76	31	312	31390	2830	Europe/Paris
6431729	Montsaunès	montsaunes	Monsone,Monsones,Montsauners,Montsaunes,Montsaunèrs,Montsaunès,meng te suo nei,Монсоне,Монсонес,蒙特索内		FR	76	31	312	31391	445	Europe/Paris
6431730	Mourvilles-Basses	mourvilles-basses	Morvilas Bassas,Mourvilles-Basses,Murvil'-Bas,Murvil'-Bass,mu er wei lai ba sai,Мурвиль-Бас,Мурвіль-Басс,穆尔维莱巴塞		FR	76	31	313	31392	73	Europe/Paris
6431732	Moustajon	moustajon	Moustajon		FR	76	31	312	31394	144	Europe/Paris
6431733	Nailloux	nailloux	Nailloux		FR	76	31	313	31396	3816	Europe/Paris
6431734	Nénigan	nenigan	Nenigan,Nénigan		FR	76	31	312	31397	64	Europe/Paris
6431735	Nizan-Gesse	nizan-gesse	Nizan-Gesse		FR	76	31	312	31398	80	Europe/Paris
6431736	Nogaret	nogaret	Nogare,Nogaret,nuo jia lei,Ногаре,诺加雷		FR	76	31	313	31400	79	Europe/Paris
6431737	Noueilles	noueilles	Noueilles		FR	76	31	313	31401	404	Europe/Paris
6431738	Odars	odars	Audars,Odar,Odars,ao da er,Одар,奥达尔		FR	76	31	313	31402	855	Europe/Paris
6431739	Ondes	ondes	Ondes		FR	76	31	313	31403	718	Europe/Paris
6431740	Oô	oo	Oo,Oô		FR	76	31	312	31404	88	Europe/Paris
6431741	Ore	ore	Or,Ora,Ore,ao er,Òra,Ор,奥尔		FR	76	31	312	31405	104	Europe/Paris
6431742	Palaminy	palaminy	Palamenic,Palamini,Palaminy,pa la mi ni,Паламини,Паламіні,帕拉米尼		FR	76	31	311	31406	804	Europe/Paris
6431743	Paulhac	paulhac	Paulhac,Pol'jak,Polak,bo ya ke,Полак,Польяк,波亚克		FR	76	31	313	31407	1229	Europe/Paris
6431744	Payssous	payssous	Payssous		FR	76	31	312	31408	91	Europe/Paris
6431745	Péchabou	pechabou	Pechabou,Péchabou		FR	76	31	313	31409	2151	Europe/Paris
6431746	Pechbonnieu	pechbonnieu	Pechbonnieu		FR	76	31	313	31410	4420	Europe/Paris
6431747	Pechbusque	pechbusque	Pechbusque,Peshbjusk,Pueg-Busca,Puegbusca,Puèg-Busca,Puègbusca,pei ke bi si qu ai,Пешбюск,佩克比斯屈埃		FR	76	31	313	31411	863	Europe/Paris
6431748	Péguilhan	peguilhan			FR	76	31	312	31412	295	Europe/Paris
6431749	Peyrissas	peyrissas	Peyrissas		FR	76	31	312	31414	82	Europe/Paris
6431750	Peyrouzet	peyrouzet	Peyrouzet		FR	76	31	312	31415	88	Europe/Paris
6431751	Pibrac	pibrac	Pibrak,pi bu la ke,Пібрак,皮布拉克		FR	76	31	313	31417	8379	Europe/Paris
6431752	Pin-Balma	pin-balma	Pin-Balma		FR	76	31	313	31418	896	Europe/Paris
6431753	Pinsaguel	pinsaguel	Pensagel',Pincaguel,Pinsaguel,Pinsaguèl,Pinçaguèl,pan sa gai,Пенсагель,潘萨盖		FR	76	31	311	31420	2767	Europe/Paris
6431754	Plagnole	plagnole	Plan'ol',Planhola,Planhòla,pu la ni ao er,Планьоль,普拉尼奥尔		FR	76	31	311	31423	306	Europe/Paris
6431755	Plaisance-du-Touch	plaisance-du-touch	Plaisance-du-Touch,Plasenca de Toish,Plasenca deu Toish,Plasença de Toish,Plasença deu Toish,Plezans-dju-Tush,pu lai sang ke di tu ke,Плезанс-дю-Туш,普莱桑克迪图克		FR	76	31	313	31424	18250	Europe/Paris
6431756	Pointis-de-Rivière	pointis-de-riviere	Pointis-de-Riviere,Pointis-de-Rivière		FR	76	31	312	31426	844	Europe/Paris
6431757	Pompertuzat	pompertuzat			FR	76	31	313	31429	2256	Europe/Paris
6431758	Ponlat-Taillebourg	ponlat-taillebourg	Ponlat-Taillebourg		FR	76	31	312	31430	630	Europe/Paris
6431760	Portet-de-Luchon	portet-de-luchon	Portet-de-Luchon		FR	76	31	312	31432	40	Europe/Paris
6431761	Portet-sur-Garonne	portet-sur-garonne	Portet-sur-Garonne		FR	76	31	311	31433	9718	Europe/Paris
6431762	Poubeau	poubeau	Pobou,Pobòu,Poubeau,Pubo,pu bo,Пубо,普博		FR	76	31	312	31434	73	Europe/Paris
6431763	Poucharramet	poucharramet	Pojarramet,Poucharramet,Pusharrame,pu sha er la mei,Пушарраме,普沙尔拉梅		FR	76	31	311	31435	867	Europe/Paris
6431764	Pouy-de-Touges	pouy-de-touges	Poi de Toish,Poi de Tojas,Pouy-de-Touges,Pui-de-Tuzh,pu yi de tu re,Пуи-де-Туж,Пуї-де-Туж,普伊德图热		FR	76	31	311	31436	406	Europe/Paris
6431765	Pouze	pouze	Posa,Pouze,Puz,pu ci,Пуз,普兹		FR	76	31	313	31437	89	Europe/Paris
6431767	Préserville	preserville	Preservila,Preserville,Prezervil',Préserville,pu lei sai er wei er,Презервиль,Презервіль,普雷塞尔维尔		FR	76	31	313	31439	718	Europe/Paris
6431768	Proupiary	proupiary	Propiari,Prup'jari,Prupjari,pu lu pi a li,Прупьяри,Прупярі,普鲁皮阿里		FR	76	31	312	31440	71	Europe/Paris
6431769	Prunet	prunet	Prunet		FR	76	31	313	31441	150	Europe/Paris
6431770	Puydaniel	puydaniel	Pjuidan'el',Puegdaniel,Puydaniel,Puègdanièl,pi yi da nie,Пюиданьель,Пюїданьєль,皮伊达涅		FR	76	31	311	31442	493	Europe/Paris
6431771	Puymaurin	puymaurin	Pjuimoren,Poimaurin,Puymaurin,pi yi mo lan,Пюиморен,Пюїморен,皮伊莫兰		FR	76	31	312	31443	302	Europe/Paris
6431772	Puysségur	puyssegur	Pjuisegjur,Pjuissegjur,Poi-sigur,Poisegur,Poisigur,pi yi sai ju,Пюисегюр,Пюїссегюр,皮伊塞居		FR	76	31	313	31444	147	Europe/Paris
6431773	Ramonville-Saint-Agne	ramonville-saint-agne	Ramonville-Saint-Agne		FR	76	31	313	31446	14145	Europe/Paris
6431774	Razecueillé	razecueille	Razecueille,Razecueillé		FR	76	31	312	31447	39	Europe/Paris
6431775	Rebigue	rebigue	Rebig,Rebiga,Rebigue,lei bi gai,Ребиг,Ребіг,雷比盖		FR	76	31	313	31448	488	Europe/Paris
6431776	Régades	regades	Regades,Régades		FR	76	31	312	31449	130	Europe/Paris
6431777	Renneville	renneville	Renevila,Rennevila,Renneville,Rennvil',Renvil',lei na wei er,Ренвиль,Реннвіль,雷纳维尔		FR	76	31	313	31450	552	Europe/Paris
6431778	Revel	revel	Revel,Revel',Revèl,lei wei,Ревель,勒韦		FR	76	31	313	31451	9567	Europe/Paris
6431779	Rieucazé	rieucaze	Rieucaze,Rieucazé		FR	76	31	312	31452	52	Europe/Paris
6431780	Rieumajou	rieumajou	Rieumajou		FR	76	31	313	31453	128	Europe/Paris
6431781	Rieumes	rieumes	Rieumes		FR	76	31	311	31454	3512	Europe/Paris
6431782	Riolas	riolas	Riolas		FR	76	31	312	31456	47	Europe/Paris
6431783	Roquefort-sur-Garonne	roquefort-sur-garonne	Rocahort de Garona,Rokfor-sjur-Garon,Rokfor-sjur-Garonn,Roquefort-sur-Garonne,Ròcahòrt de Garona,jia luo ne he pan luo qu ai fu er,Рокфор-сюр-Гарон,Рокфор-сюр-Гаронн,加罗讷河畔罗屈埃福尔		FR	76	31	312	31457	798	Europe/Paris
6431785	Roquesérière	roqueseriere	Rocaceriera,Rokser'er,Rokserer,Roqueseriere,Roquesérière,Ròcacerièra,luo qu ai sai li ai,Роксерьер,Роксерєр,罗屈埃塞里埃		FR	76	31	313	31459	703	Europe/Paris
6431786	Roquettes	roquettes	Roquettes		FR	76	31	311	31460	4103	Europe/Paris
6431787	Rouède	rouede			FR	76	31	312	31461	293	Europe/Paris
6431788	Rouffiac-Tolosan	rouffiac-tolosan	Rofiac,Rofiac Tolosan,Ruf'jak-Tolozan,Ruffiak-Tolozan,lu fei a ke tuo luo sang,Руффіак-Толозан,Руфьяк-Толозан,鲁菲阿克托洛桑		FR	76	31	313	31462	1978	Europe/Paris
6431789	Roumens	roumens	Romens,Roumens,Ruman,Rumens,lu mang,Руман,Руменс,鲁芒		FR	76	31	313	31463	240	Europe/Paris
6431790	Sabonnères	sabonneres	Sabonneres,Sabonnères		FR	76	31	311	31464	310	Europe/Paris
6431791	Saccourvielle	saccourvielle	Saccourvielle,Sacorviela,Sacorvièla,Sakkurv'el',Sakkurvel',sa ku er wei ye er,skwrwyl,Саккурвьель,Саккурвєль,سکورویل,萨库尔维耶尔		FR	76	31	312	31465	14	Europe/Paris
6431792	Saiguède	saiguede			FR	76	31	311	31466	784	Europe/Paris
6431793	Saint-Alban	saint-alban	Saint-Alban,Sant Alban,Sent Alban,Sent-Al'ban,sheng a er bang,Сент-Альбан,سینٹ-البن، ہوتے-گروں نے,圣阿尔邦		FR	76	31	313	31467	6122	Europe/Paris
6431794	Saint-Araille	saint-araille	Sent-Araj,Senta Aralha,sheng a lai er,Сент-Арай,سینٹ-آرہیلے,圣阿赖尔		FR	76	31	311	31469	151	Europe/Paris
6431795	Saint-Aventin	saint-aventin	Saint-Aventin,Sent Avantin,Sent-Avanten,sheng a wang tan,Сент-Авантен,سینٹ-اونٹن,圣阿旺坦		FR	76	31	312	31470	94	Europe/Paris
6431796	Saint-Béat-Lez	saint-beat-lez	Saint-Beat-Lez,Saint-Béat-Lez		FR	76	31	312	31471	404	Europe/Paris
6431799	Saint-Clar-de-Rivière	saint-clar-de-riviere	Saint-Clar-de-Riviere,Saint-Clar-de-Rivière,Sen-Klar-de-Riv'er,Sen-Klar-de-River,Sent Clar,Sent Clar de Ribera,Sent Clar de Ribèra,sheng ke la de li wei ai,Сен-Клар-де-Ривьер,Сен-Клар-де-Ривєр,سینٹ-کلر-دے-ریویرے,圣克拉德里维埃		FR	76	31	311	31475	1336	Europe/Paris
6431800	Saint-Élix-le-Château	saint-elix-le-chateau	Saint-Elix-le-Chateau,Saint-Elix-le-Château,Saint-Élix-le-Château,Sent Helitz,Sent Helitz deu Casteth,Sent Helitz deu Castèth,Sent-Ehliks-le-Shato,Sent-Eliks-le-Shato,sheng ai li lai sha tuo,Сент-Елікс-ле-Шато,Сент-Эликс-ле-Шато,سینٹ-لش-لے-چتو,圣埃利莱沙托		FR	76	31	311	31476	889	Europe/Paris
6431801	Saint-Élix-Séglan	saint-elix-seglan	Saint-Elix-Seglan,Saint-Élix-Séglan		FR	76	31	312	31477	43	Europe/Paris
6431802	Saint-Félix-Lauragais	saint-felix-lauragais	Saint-Felix-Lauragais,Saint-Félix-Lauragais,Sant Felitz de Lauragues,Sant Felitz de Lauragués,Sen-Feliks-Lorage,san=ferikkusu=rorage,sheng fei li luo la gai,Сен-Феликс-Лораге,Сен-Фелікс-Лораге,سینٹ-فیلکس-لہراگیس,サン＝フェリックス＝ロラゲ,圣费利洛拉盖		FR	76	31	313	31478	1276	Europe/Paris
6431803	Sainte-Foy-d'Aigrefeuille	sainte-foy-d-aigrefeuille	Sainte-Foy-d'Aigrefeuille		FR	76	31	313	31480	1978	Europe/Paris
6431804	Sainte-Foy-de-Peyrolières	sainte-foy-de-peyrolieres	Sent-Fua-de-Pejrol'er,Sent-Fua-de-Perol'er,Senta Fe de Peirolieras,Senta Fe de Peirolièras,sheng fu wa de pei luo li ai,Сент-Фуа-де-Пейрольєр,Сент-Фуа-де-Перольер,سین-فوے-دے-پےرولیرس,圣富瓦德佩罗利埃		FR	76	31	311	31481	2057	Europe/Paris
6431805	Saint-Frajou	saint-frajou	Saint-Frajou,Sen-Frazhu,Sent Frajo,Sent Frajol,Sent Frajou,Sent Frajó,sheng fu la ru,Сен-Фражу,سینٹ-فراجو,圣夫拉茹		FR	76	31	312	31482	216	Europe/Paris
6431806	Saint-Gaudens	saint-gaudens	Sen-Godan,Sen-Godens,Sent Gaudenc,Sent Gaudenç,san=godansu,sheng ge dang,sn gwdn,Сен-Годан,Сен-Годенс,سن گودن,سینٹ-گودینس، ہوتے-گروں نے,サン＝ゴーダンス,圣戈当		FR	76	31	312	31483	11431	Europe/Paris
6431807	Saint-Geniès-Bellevue	saint-genies-bellevue	Saint-Genies-Bellevue,Saint-Geniès-Bellevue,Sant Genest,Sant Genèst,Sant Ginest,Sant Ginèst,Sen-Zhen'e-Bel'vju,Sen-Zhen'es-Bel'vju,sheng re nie bei lei wei ai,Сен-Женьес-Бельвю,Сен-Женьє-Бельвю,سینٹ-گنیس-بلووے,圣热涅贝勒维埃		FR	76	31	313	31484	2436	Europe/Paris
6431808	Saint-Ignan	saint-ignan	Saint-Ignan		FR	76	31	312	31487	232	Europe/Paris
6431809	Saint-Jean-Lherm	saint-jean-lherm	Saint-Jean-Lherm,Sen-Zhan-Lerm,Sent Joan de LErm,Sent Joan de LÈrm,Sent Joan de lErm,Sent Joan de lÈrm,sheng rang ye er mu,Сен-Жан-Лерм,سینٹ-ژاں -لحرم,圣让耶尔姆		FR	76	31	313	31489	366	Europe/Paris
6431810	Saint-Jory	saint-jory	Saint-Jory,Sen-Zhori,Sent Jori,Sent Jòri,sheng ruo li,Сен-Жори,Сен-Жорі,圣若里		FR	76	31	313	31490	5692	Europe/Paris
6431811	Saint-Julia	saint-julia	Saint-Julia,Sen-Zhjul'ja,Sen-Zhulija,Sent Julian,Sent Julian de Grascapon,sheng rui li a,Сен-Жулія,Сен-Жюлья,سینٹ-جلا,圣瑞利阿		FR	76	31	313	31491	414	Europe/Paris
6431812	Saint-Lary-Boujean	saint-lary-boujean	Saint-Lary-Boujean		FR	76	31	312	31493	138	Europe/Paris
6431813	Saint-Léon	saint-leon	Saint-Leon,Saint-Léon,Sen-Leon,Sent Lon,sheng lai weng,Сен-Леон,سینٹ-لوں ، ہوتے-گروں نے,圣莱翁		FR	76	31	313	31495	1257	Europe/Paris
6431814	Sainte-Livrade	sainte-livrade	Sainte-Livrade,Sent-Livrad,Senta Liurada,sheng li fu la de,Сент-Ливрад,Сент-Ліврад,سین-لورادے,圣利夫拉德		FR	76	31	313	31496	282	Europe/Paris
6431815	Saint-Loup-Cammas	saint-loup-cammas	Saint-Loup-Cammas,Sen-Lu-Kammas,Sent Lop,Sent Lop de Camas,Sent Lop de Camàs,sheng lu ka ma,Сен-Лу-Каммас,سینٹ-لوپ-کمماس,圣卢卡马		FR	76	31	313	31497	2135	Europe/Paris
6431816	Saint-Loup-en-Comminges	saint-loup-en-comminges	Saint-Loup-en-Comminges		FR	76	31	312	31498	35	Europe/Paris
6431817	Saint-Lys	saint-lys	Saint-Lys		FR	76	31	311	31499	9379	Europe/Paris
6431818	Saint-Mamet	saint-mamet	Saint-Mamet,Sen-Mame,Sent Mamet,Sent Memet,sheng ma mei,Сен-Маме,سینٹ-مامت,圣马梅		FR	76	31	312	31500	545	Europe/Paris
6431819	Saint-Marcel-Paulel	saint-marcel-paulel	Sen-Marsel'-Polel',Sent Marcel e Paulel,Sent Marcèl e Paulèl,sheng ma er sai bo lai,Сен-Марсель-Полель,سینٹ-مارسیل-پولیل,圣马尔塞波莱		FR	76	31	313	31501	388	Europe/Paris
6431820	Saint-Marcet	saint-marcet	Saint-Marcet		FR	76	31	312	31502	357	Europe/Paris
6431821	Saint-Orens-de-Gameville	saint-orens-de-gameville	Saint-Orens-de-Gameville		FR	76	31	313	31506	11520	Europe/Paris
6431822	Saint-Paul-d'Oueil	saint-paul-d-oueil	Saint-Paul-d'Oueil		FR	76	31	312	31508	36	Europe/Paris
6431876	Vignaux	vignaux	Vignaux		FR	76	31	313	31577	128	Europe/Paris
6431824	Saint-Pé-Delbosc	saint-pe-delbosc	Saint-Pe-Delbosc,Saint-Pé-Delbosc		FR	76	31	312	31510	128	Europe/Paris
6431825	Saint-Pierre-de-Lages	saint-pierre-de-lages	Saint-Pierre-de-Lages,Sant Peire de Latge,Sant Pèire de Latge,Sen-P'er-de-Lazh,Sen-Perr-de-Lazh,Sent Peire de Latge,Sent Pèire de Latge,sheng pi ye er de la re,Сен-Пьер-де-Лаж,Сен-Пєрр-де-Лаж,سین-پیری-دے-لگس,圣皮耶尔德拉热		FR	76	31	313	31512	854	Europe/Paris
6431826	Saint-Plancard	saint-plancard	Saint-Plancard		FR	76	31	312	31513	366	Europe/Paris
6431827	Saint-Rustice	saint-rustice			FR	76	31	313	31515	472	Europe/Paris
6431828	Saint-Sulpice-sur-Lèze	saint-sulpice-sur-leze	Saint-Sulpice-sur-Leze,Saint-Sulpice-sur-Lèze,Sen-Sjul'pis-sjur-Lez,Sent Samplesi de Lesa,Sent Somplesi,lai ci he pan sheng xu er pi ke,Сен-Сюльпис-сюр-Лез,Сен-Сюльпіс-сюр-Лез,莱兹河畔圣叙尔皮克		FR	76	31	311	31517	2364	Europe/Paris
6431829	Saint-Thomas	saint-thomas	Saint-Thomas,Sen-Toma,Sent Tomas,Sent Tomàs,sheng tuo ma,Сен-Тома,圣托马		FR	76	31	311	31518	568	Europe/Paris
6431830	Sajas	sajas			FR	76	31	311	31520	121	Europe/Paris
6431831	Saleich	saleich	Saleich		FR	76	31	312	31521	342	Europe/Paris
6431832	Salerm	salerm	Salerm		FR	76	31	312	31522	54	Europe/Paris
6431833	Salies-du-Salat	salies-du-salat	Sali-dju-Salat,Salias,Salias de Salat,Salies-du-Salat,sa li ye di sa la,Сали-дю-Салат,Салі-дю-Салат,萨利耶迪萨拉		FR	76	31	312	31523	1802	Europe/Paris
6431834	Salles-et-Pratviel	salles-et-pratviel	Sal'-e-Pratvel',Sal'-eh-Pratv'el',Salas e Pratvielh,Salas e Pratvièlh,Sales e Pratvielh,Sales e Pratvièlh,sa lai he pu la te wei ye,Саль-е-Пратвєль,Саль-э-Пратвьель,萨莱和普拉特维耶		FR	76	31	312	31524	133	Europe/Paris
6431835	Salles-sur-Garonne	salles-sur-garonne	Sal'-sjur-Garon,Sal'-sjur-Garonn,Salas de Garona,Salles-sur-Garonne,jia luo ne he pan sa lai,Саль-сюр-Гарон,Саль-сюр-Гаронн,加罗讷河畔萨莱		FR	76	31	311	31525	563	Europe/Paris
6431836	Saman	saman	Saman		FR	76	31	312	31528	135	Europe/Paris
6431837	Samouillan	samouillan	Samouillan		FR	76	31	312	31529	131	Europe/Paris
6431838	Sana	sana	Sana		FR	76	31	311	31530	250	Europe/Paris
6431839	Sarrecave	sarrecave	Sarrecave		FR	76	31	312	31531	77	Europe/Paris
6431840	Sarremezan	sarremezan	Sarremezan		FR	76	31	312	31532	95	Europe/Paris
6431841	Saubens	saubens	Soban,Sobens,suo bang,Собан,Собенс,索邦		FR	76	31	311	31533	2200	Europe/Paris
6431842	Saussens	saussens	Saussens		FR	76	31	313	31534	206	Europe/Paris
6431843	Saux-et-Pomarède	saux-et-pomarede	Saux-et-Pomarede,Saux-et-Pomarède		FR	76	31	312	31536	282	Europe/Paris
6431844	Savarthès	savarthes			FR	76	31	312	31537	171	Europe/Paris
6431845	Savères	saveres	Saver,Savera,Saveres,Savèra,Savères,sa wei lei,Савер,萨韦雷		FR	76	31	311	31538	213	Europe/Paris
6431846	Sédeilhac	sedeilhac	Sedeilhac,Sédeilhac		FR	76	31	312	31539	61	Europe/Paris
6431847	Seilh	seilh	Seilh,Sej,Selh,Sèlh,sai er,Сей,塞尔		FR	76	31	313	31541	3231	Europe/Paris
6431848	Seilhan	seilhan	Seilhan		FR	76	31	312	31542	204	Europe/Paris
6431849	Sénarens	senarens	Senarens,Sénarens		FR	76	31	311	31543	109	Europe/Paris
6431850	Sengouagnet	sengouagnet	Sanguan'e,Sengouagnet,Senguanhet,sang gu a gai,Сангуанье,Сангуаньє,桑古阿盖		FR	76	31	312	31544	209	Europe/Paris
6431851	Sepx	sepx	Seps,Sepx,sai pu,Сепс,塞普		FR	76	31	312	31545	230	Europe/Paris
6431852	Seyre	seyre			FR	76	31	313	31546	131	Europe/Paris
6431853	Signac	signac	Signac,Sin'jak,Sinhac,xi ni ya ke,Синьяк,Сіньяк,西尼亚克		FR	76	31	312	31548	46	Europe/Paris
6431854	Sode	sode	Sode		FR	76	31	312	31549	18	Europe/Paris
6431855	Soueich	soueich	Soueich		FR	76	31	312	31550	533	Europe/Paris
6431856	Tarabel	tarabel	Tarabel,Tarabel',Tarabèl,ta la bei,Тарабель,塔拉贝		FR	76	31	313	31551	411	Europe/Paris
6431857	Terrebasse	terrebasse	Terbas,Terrabaisha,Terrbass,Terrebasse,Tèrrabaisha,tai er lei ba si,Тербас,Террбасс,泰尔雷巴斯		FR	76	31	312	31552	139	Europe/Paris
6431858	Thil	thil	Thil,Tij,Til',Tilh,di zhen,Тиль,Тій,蒂镇		FR	76	31	313	31553	1191	Europe/Paris
6431860	Tournefeuille	tournefeuille	Tournefeuille		FR	76	31	313	31557	26436	Europe/Paris
6431861	Toutens	toutens	Totens,Toutens,Tutan,tu tang,Тутан,图唐		FR	76	31	313	31558	328	Europe/Paris
6431862	Trébons-de-Luchon	trebons-de-luchon	Trebon-de-Ljushon,Trebons de Luishon,Trebons-de-Luchon,Trebòns de Luishon,Trébons-de-Luchon,te lei bang de lu xiong,trbwns-dw-lwchwn,Требон-де-Люшон,تربونس-دو-لوچون,特雷邦德吕雄		FR	76	31	312	31559	4	Europe/Paris
6431863	Trébons-sur-la-Grasse	trebons-sur-la-grasse	Trebon-sjur-la-Gras,Trebon-sjur-la-Grass,Trebons,Trebons de la Grassa,Trebons-sur-la-Grasse,Trébons-sur-la-Grasse,la-ge la si he pan te lei bang,trbwns-swr-la-gras,Требон-сюр-ла-Грас,Требон-сюр-ла-Грасс,تربونس-سور-لا-گراس,拉-格拉斯河畔特雷邦		FR	76	31	313	31560	450	Europe/Paris
6431864	Urau	urau	Juro,Urau,yu luo,Юро,于罗		FR	76	31	312	31562	124	Europe/Paris
6431865	Vacquiers	vacquiers	Vacquiers,Vak'e,Vake,Vaquiers,Vaquièrs,wa qu ye er,Вакье,Вакє,瓦屈耶尔		FR	76	31	313	31563	1321	Europe/Paris
6431866	Valcabrère	valcabrere	Val'kabrer,Vathcrabera,Vathcrabèra,wa er ka bu lei er,Валькабрер,瓦尔卡布雷尔		FR	76	31	312	31564	144	Europe/Paris
6431867	Valentine	valentine	Valantin,Valentina,Valentine,wa lang tan,Валантин,Валантін,瓦朗坦		FR	76	31	312	31565	877	Europe/Paris
6431868	Vallègue	vallegue	Vallegue,Vallègue		FR	76	31	313	31566	527	Europe/Paris
6431869	Vallesvilles	vallesvilles	Belasvilas,Bèlasvilas,Vallesvilles,Vallevil',wa lai si wei lai,Валлевиль,Валлевіль,瓦莱斯维莱		FR	76	31	313	31567	409	Europe/Paris
6431871	Vaux	vaux	Vaux		FR	76	31	313	31570	287	Europe/Paris
6431872	Vendine	vendine	Vendine		FR	76	31	313	31571	282	Europe/Paris
6431873	Venerque	venerque	Venerque		FR	76	31	311	31572	2554	Europe/Paris
6431874	Vieille-Toulouse	vieille-toulouse	La Vielha de Tolosa,V'ej-Tuluz,Vej-Tuluz,Vieille-Toulouse,Vielha Tolosa,Vièlha Tolosa,wei ye yi er tu lu si,Вьей-Тулуз,Вєй-Тулуз,维耶伊尔图卢斯		FR	76	31	313	31575	1160	Europe/Paris
6431875	Vieillevigne	vieillevigne	Vieillevigne		FR	76	31	313	31576	328	Europe/Paris
6431877	Vigoulet-Auzil	vigoulet-auzil			FR	76	31	313	31578	891	Europe/Paris
6431878	Villariès	villaries	Vilaries,Vilariès,Villar'es,Villare,Villaries,Villariès,wei la li ye,Вилларьес,Вілларє,维拉里耶		FR	76	31	313	31579	802	Europe/Paris
6431879	Villaudric	villaudric	Vilaudric,Villaudric,Villaudricum,Villodrik,wei luo de li ke,Виллодрик,Віллодрик,维洛德里克		FR	76	31	313	31581	1526	Europe/Paris
6431880	Villefranche-de-Lauragais	villefranche-de-lauragais	Villefranche-de-Lauragais		FR	76	31	313	31582	4376	Europe/Paris
6431881	Villematier	villematier	Vil'mat'e,Vilamatier,Vilamatièr,wei lai ma di ye,Вильматье,Вільматьє,维莱马蒂耶		FR	76	31	313	31583	1031	Europe/Paris
6431882	Villemur-sur-Tarn	villemur-sur-tarn	Villemur-sur-Tarn		FR	76	31	313	31584	5882	Europe/Paris
6431883	Villeneuve-de-Rivière	villeneuve-de-riviere			FR	76	31	312	31585	1786	Europe/Paris
6431884	Villeneuve-Lécussan	villeneuve-lecussan	Villeneuve-Lecussan,Villeneuve-Lécussan		FR	76	31	312	31586	553	Europe/Paris
6431885	Villeneuve-lès-Bouloc	villeneuve-les-bouloc	Vil'nev-le-Bulok,Vil'njov-le-Bulok,Vilanava de Bonloc,Vilanava de Bonlòc,Villeneuve-les-Bouloc,Villeneuve-lès-Bouloc,bu luo ke xin cheng,Вильнёв-ле-Булок,Вільнев-ле-Булок,布洛克新城		FR	76	31	313	31587	1549	Europe/Paris
6431886	Villeneuve-Tolosane	villeneuve-tolosane	Villeneuve-Tolosane		FR	76	31	313	31588	9453	Europe/Paris
6431887	Villenouvelle	villenouvelle	Vil'nuvel',Vilanovela,Vilanovèla,Villenouvelle,wei lang wu wei er,Вильнувель,Вільнувель,维朗乌韦尔		FR	76	31	313	31589	1390	Europe/Paris
6431888	Binos	binos			FR	76	31	312	31590	43	Europe/Paris
6431889	Céran	ceran	Ceran,Céran,Seran,sai lang,Серан,塞朗		FR	76	32	322	32101	218	Europe/Paris
6431890	Cézan	cezan			FR	76	32	322	32102	222	Europe/Paris
6431891	Chélan	chelan	Chelan,Chélan,Shelan,Шелан		FR	76	32	323	32103	175	Europe/Paris
6431892	Clermont-Savès	clermont-saves	Clarmont Saves,Clarmont Savés,Clarmont de Saves,Clarmont de Savés,Clermont-Saves,Clermont-Savès,Klermon Save,Klermon-Save,Klermon-Saves,ke lai meng sa wei,Клермон Саве,Клермон-Саве,Клермон-Савес,克莱蒙萨韦		FR	76	32	321	32105	298	Europe/Paris
6431893	Cologne	cologne	Cologne,Colonha,Kolon,Kolon',koronyu,Колонь,Колоњ,コローニュ		FR	76	32	322	32106	928	Europe/Paris
6431894	Corneillan	corneillan	Cornelhan,Kornejan,ke er nei lang,Корнейан,Корнеян,Корнејан,科尔内朗		FR	76	32	323	32108	140	Europe/Paris
6431895	Courrensan	courrensan	Correncan,Corrensan,Corrençan,Courrensan,Kuransan,Kurransan,ku er lang sang,Курансан,Куррансан,库尔朗桑		FR	76	32	322	32110	406	Europe/Paris
6431896	Courties	courties	Cortias,Cortías,Courties,Kurti,Kurtis,ku er di ye,Курти,Куртис,Курті,库尔蒂耶		FR	76	32	323	32111	54	Europe/Paris
6431897	Crastes	crastes	Crastas,Crastes,Krast,ke la si tai,Краст,克拉斯泰		FR	76	32	321	32112	253	Europe/Paris
6431898	Cravencères	cravenceres	Cravenceres,Cravencères		FR	76	32	322	32113	92	Europe/Paris
6431899	Cuélas	cuelas	Cuelas,Cuélas		FR	76	32	323	32114	124	Europe/Paris
6431900	Dému	demu	Demju,Demu,Demú,Dému,dai mi,Демю,代米		FR	76	32	322	32115	342	Europe/Paris
6431901	Duffort	duffort	Djuffor,Djuffort,Duffort,Dufort,Dufòrt,Durfort,Durfòrt,di fu er,Дюффор,Дюффорт,迪福尔		FR	76	32	323	32116	140	Europe/Paris
6431902	Duran	duran			FR	76	32	321	32117	878	Europe/Paris
6431903	Eauze	eauze	Eauze,Elusa,Eusa,Oz,ao ci,Éauze,Оз,奥兹		FR	76	32	322	32119	3894	Europe/Paris
6431904	Esclassan-Labastide	esclassan-labastide	Esclassan-Labastide		FR	76	32	323	32122	364	Europe/Paris
6431905	Espaon	espaon	Ehspaon,Espaon,Espon,ai si pang,Еспаон,Эспаон,埃斯庞		FR	76	32	321	32124	188	Europe/Paris
6431906	Espas	espas	Ehspas,Espa,Espans,Espas,ai si pa,Еспа,Еспас,Эспас,埃斯帕		FR	76	32	322	32125	122	Europe/Paris
6431907	Estampes	estampes	Estampes		FR	76	32	323	32126	161	Europe/Paris
6431908	Estang	estang	Estang		FR	76	32	322	32127	639	Europe/Paris
6431909	Estipouy	estipouy	Estipouy		FR	76	32	323	32128	210	Europe/Paris
6431910	Estramiac	estramiac	Estramiac		FR	76	32	322	32129	139	Europe/Paris
6431911	Flamarens	flamarens	Flamarens		FR	76	32	322	32131	144	Europe/Paris
6431912	Fleurance	fleurance			FR	76	32	322	32132	6101	Europe/Paris
6431913	Fourcès	fources	Forces,Forcés,Fources,Fourcès,Furse,Furses,fu er sai,Фурсе,Фурсес,富尔塞		FR	76	32	322	32133	264	Europe/Paris
6431914	Frégouville	fregouville	Fregouville,Fregoviela,Fregovièla,Freguvil',Frégouville,fu lei gu wei er,Фрегувиль,Фрегувіль,弗雷古维尔		FR	76	32	321	32134	343	Europe/Paris
6431915	Fustérouau	fusterouau	Fusterouau,Fustérouau		FR	76	32	323	32135	132	Europe/Paris
6431916	Galiax	galiax	Galiax		FR	76	32	323	32136	155	Europe/Paris
6431917	Garravet	garravet	Garrave,Garravet,jia er la wei,Гарраве,Гарравет,加尔拉韦		FR	76	32	321	32138	156	Europe/Paris
6431918	Gaudonville	gaudonville	Gaudonville		FR	76	32	322	32139	111	Europe/Paris
6431919	Gaujac	gaujac	Gaujac		FR	76	32	321	32140	63	Europe/Paris
6431920	Gaujan	gaujan	Gaujan		FR	76	32	321	32141	115	Europe/Paris
6431921	Gazaupouy	gazaupouy	Gazaupouy		FR	76	32	322	32143	308	Europe/Paris
6431922	Gazax-et-Baccarisse	gazax-et-baccarisse	Gasatz e Vacarissa,Gazaks-e-Bakkariss,Gazaks-eh-Bakkaris,Gazax-et-Baccarisse,jia zha he ba ka li si,Газакс-е-Баккарисс,Газакс-э-Баккарис,加扎和巴卡里斯		FR	76	32	321	32144	83	Europe/Paris
6431923	Gée-Rivière	gee-riviere	Gea e Ribera,Gea e Ribèra,Germ e Ribera,Gèrm e Ribèra,Zhe Rivjer,Zhe-Riv'er,Zhe-River,re ai li wei ai,Же Ривјер,Же-Ривьер,Же-Ривєр,热埃里维埃		FR	76	32	323	32145	45	Europe/Paris
6431924	Gimbrède	gimbrede	Gimbreda,Gimbrede,Gimbrède,Zhembred,Zhimbred,ji mu bu lei de,Жембред,Жимбред,吉姆布雷德		FR	76	32	322	32146	294	Europe/Paris
6431925	Gimont	gimont	Gimont		FR	76	32	321	32147	2989	Europe/Paris
6431926	Giscaro	giscaro	Giscaro,Giscarou,Giscarò,Giscaròu,Zhiskaro,ji si ka luo,Жискаро,吉斯卡罗		FR	76	32	321	32148	96	Europe/Paris
6431927	Gondrin	gondrin			FR	76	32	322	32149	1177	Europe/Paris
6431928	Goutz	goutz	Goutz		FR	76	32	322	32150	197	Europe/Paris
6431930	Haget	haget	Azhe,Azhet,Haget,a re,Аже,Ажет,阿热		FR	76	32	323	32152	333	Europe/Paris
6431931	Haulies	haulies	Haulias,Haulies,Oli,ao li ye,Оли,Олі,奥利耶		FR	76	32	323	32153	157	Europe/Paris
6431932	Homps	homps	Homps		FR	76	32	322	32154	104	Europe/Paris
6431933	Izotges	izotges	Izotges		FR	76	32	323	32161	112	Europe/Paris
6431934	Jû-Belloc	ju-belloc	Ju-Belloc,Jû-Belloc		FR	76	32	323	32163	298	Europe/Paris
6431935	Juilles	juilles	Juilles,Julhas,Zhjuj,Zhuij,rui yi lai,Жуїй,Жюй,瑞伊莱		FR	76	32	321	32165	221	Europe/Paris
6431936	Justian	justian	Justian		FR	76	32	321	32166	117	Europe/Paris
6431937	Laas	laas			FR	76	32	323	32167	295	Europe/Paris
6431939	Labarthète	labarthete	La Barteta,Labartet,Labarthete,Labarthète,la ba er tai te,Лабартет,拉巴尔泰特		FR	76	32	323	32170	140	Europe/Paris
6431940	Labastide-Savès	labastide-saves	La Bastida de Saves,La Bastida de Savés,Labastid-Save,Labastid-Saves,Labastide-Saves,Labastide-Savès,la ba si di de sa wei,Лабастид-Савес,Лабастід-Саве,拉巴斯蒂德萨韦		FR	76	32	321	32171	171	Europe/Paris
6431941	Labéjan	labejan	Labejan,Labezhan,Labéjan,la bei rang,Лабежан,拉贝让		FR	76	32	323	32172	317	Europe/Paris
6431942	Labrihe	labrihe	La Briha,Labri,Labrihe,la bu li,Лабри,Лабрі,拉布里		FR	76	32	322	32173	209	Europe/Paris
6431943	Ladevèze-Rivière	ladeveze-riviere	Ladeveze-Riviere,Ladevèze-Rivière		FR	76	32	323	32174	214	Europe/Paris
6431944	Ladevèze-Ville	ladeveze-ville	La Devesa,La Devesa Vila,Ladevez-Vil',Ladeveze-Ville,Ladevèze-Ville,la dai wei ci wei er,Ладевез-Виль,Ладевез-Віль,拉代韦兹维尔		FR	76	32	323	32175	249	Europe/Paris
6431945	Lagarde-Hachan	lagarde-hachan	Lagarde-Hachan		FR	76	32	323	32177	162	Europe/Paris
6431946	Lagardère	lagardere	Lagardere,Lagardère		FR	76	32	322	32178	76	Europe/Paris
6431947	Lagraulet-du-Gers	lagraulet-du-gers	Lagraulet-du-Gers		FR	76	32	322	32180	543	Europe/Paris
6431948	Lahas	lahas	Lahas		FR	76	32	321	32182	179	Europe/Paris
6431949	Lalanne-Arqué	lalanne-arque	Lalanne-Arque,Lalanne-Arqué		FR	76	32	323	32185	157	Europe/Paris
6431950	Lamaguère	lamaguere	La Maguera,La Maguèra,Lamager,Lamaguere,Lamaguère,la ma gai er,lamagwyry,Ламагер,لاماگویری,拉马盖尔		FR	76	32	323	32186	81	Europe/Paris
6431951	Lamazère	lamazere	La Masera,Lamazer,Lamazere,Lamazère,la ma ze er,lamazyry,Ламазер,لامازیری,拉马泽尔		FR	76	32	323	32187	123	Europe/Paris
6431952	Lamothe-Goas	lamothe-goas	Lamothe-Goas		FR	76	32	322	32188	77	Europe/Paris
6431953	Lannemaignan	lannemaignan	Lannemaignan		FR	76	32	322	32189	110	Europe/Paris
6431954	Lannepax	lannepax			FR	76	32	322	32190	488	Europe/Paris
6431955	Lanne-Soubiran	lanne-soubiran	Lanne-Soubiran		FR	76	32	322	32191	140	Europe/Paris
6431956	Lannux	lannux	Lannjuks,Lannux,Lanus,Lanutz,Lanús,la ni,lanwks,Ланнюкс,لانوکس,拉尼		FR	76	32	323	32192	244	Europe/Paris
6431957	Larée	laree	Laree,Larée		FR	76	32	322	32193	231	Europe/Paris
6431958	Larressingle	larressingle	Larressingle		FR	76	32	322	32194	215	Europe/Paris
6431959	Larroque-Engalin	larroque-engalin	Larroque-Engalin		FR	76	32	322	32195	50	Europe/Paris
6431960	Larroque-Saint-Sernin	larroque-saint-sernin	Larroque-Saint-Sernin		FR	76	32	322	32196	168	Europe/Paris
6431961	Larroque-sur-l'Osse	larroque-sur-l-osse			FR	76	32	322	32197	242	Europe/Paris
6431962	Lasserade	lasserade	La Serrada,Lasrad,Lasserad,Lasserade,la se la de,Ласрад,Лассерад,لاسیراڈی,拉瑟拉德		FR	76	32	323	32199	202	Europe/Paris
6431963	Lasséran	lasseran	Lasseran,Lasséran		FR	76	32	323	32200	391	Europe/Paris
6431964	Lasseube-Propre	lasseube-propre	La Seuva Propra,La Seuva Pròpra,Lasjob-Propr,Lasseb-Propr,Lasseube-Propre,la se bu pu luo pu er,lasywby-prwpry,Лассеб-Пропр,Ласёб-Пропр,لاسیوبی-پروپری,拉瑟布普罗普尔		FR	76	32	323	32201	332	Europe/Paris
6431965	Laujuzan	laujuzan	Laujuzan		FR	76	32	322	32202	274	Europe/Paris
6431966	Lauraët	lauraet	LAuret,Lauraet,Lauraët,Lorae,Loraeht,luo la e,Лорае,Лораэт,洛拉厄		FR	76	32	322	32203	254	Europe/Paris
6431967	Lavardens	lavardens	Lavardan,la wa er dang,Лавардан,拉瓦尔当		FR	76	32	321	32204	393	Europe/Paris
6431968	Laveraët	laveraet	Laveraet,Laveraët		FR	76	32	323	32205	108	Europe/Paris
6431969	Laymont	laymont	Laimon,Laimont,Laymont,Lemon,Lemont,lai meng,Лемон,Лемонт,莱蒙		FR	76	32	321	32206	209	Europe/Paris
6431970	Leboulin	leboulin	Leboulin,Lebulen,Lo Bolin,lei bu lan,Лебулен,勒布兰		FR	76	32	321	32207	349	Europe/Paris
6431971	Lectoure	lectoure	Lectoure		FR	76	32	322	32208	3663	Europe/Paris
6431972	Lelin-Lapujolle	lelin-lapujolle			FR	76	32	323	32209	275	Europe/Paris
6431973	Lias-d'Armagnac	lias-d-armagnac	Lias-d'Armagnac		FR	76	32	322	32211	197	Europe/Paris
6431974	Ligardes	ligardes	Ligardes		FR	76	32	322	32212	218	Europe/Paris
6431975	Lombez	lombez	Lombarium,Lombers,Lombez,Lombèrs,long bei,Ломбез,隆贝		FR	76	32	321	32213	2109	Europe/Paris
6431976	Loubédat	loubedat			FR	76	32	322	32214	110	Europe/Paris
6431977	Loubersan	loubersan	Lobercan,Lobersan,Loberçan,Loubersan,Lubersan,lu bei er sang,Луберсан,卢贝尔桑		FR	76	32	323	32215	156	Europe/Paris
6431978	Lourties-Monbrun	lourties-monbrun	Lourties-Monbrun		FR	76	32	323	32216	152	Europe/Paris
6431979	Louslitges	louslitges	Louslitges		FR	76	32	323	32217	72	Europe/Paris
6431980	Loussous-Débat	loussous-debat			FR	76	32	323	32218	60	Europe/Paris
6431981	Lupiac	lupiac	Ljup'jak,Ljupiak,Lupiac,lu pi a ke,Люпьяк,Люпіак,吕皮阿克		FR	76	32	321	32219	300	Europe/Paris
6431982	Luppé-Violles	luppe-violles	Luppe-Violles,Luppé-Violles		FR	76	32	322	32220	165	Europe/Paris
6431983	Magnan	magnan	Magnan		FR	76	32	322	32222	243	Europe/Paris
6431984	Magnas	magnas	Magnas		FR	76	32	322	32223	63	Europe/Paris
6431985	Malabat	malabat	Malabat		FR	76	32	323	32225	118	Europe/Paris
6431986	Manas-Bastanous	manas-bastanous	Manas-Bastanous		FR	76	32	323	32226	80	Europe/Paris
6431987	Manciet	manciet	Mancet,Mans'e,Mans'et,Mansiet,mang xie,Мансьет,Мансьє,芒谢		FR	76	32	322	32227	804	Europe/Paris
6431988	Mansempuy	mansempuy			FR	76	32	322	32229	87	Europe/Paris
6431989	Mansencôme	mansencome	Mansankom,Mansencome,Mansencôme,Massencoma,mang sang kong,Мансанком,芒桑孔		FR	76	32	322	32230	45	Europe/Paris
6431990	Marambat	marambat	Marambat		FR	76	32	321	32231	450	Europe/Paris
6431991	Maravat	maravat	Maravat		FR	76	32	322	32232	44	Europe/Paris
6431992	Marciac	marciac	Marciac		FR	76	32	323	32233	1236	Europe/Paris
6431993	Marestaing	marestaing	Marestanh,Maresten,ma lei si tan,Марестен,马雷斯坦		FR	76	32	321	32234	313	Europe/Paris
6431994	Marguestau	marguestau	Marguestau		FR	76	32	322	32236	74	Europe/Paris
6431995	Marsan	marsan	Marcan,Marsan,Marçan,ma er sang,marsn,Марсан,مارسن,马尔桑		FR	76	32	321	32237	465	Europe/Paris
6431996	Marsolan	marsolan			FR	76	32	322	32239	465	Europe/Paris
6431997	Mas-d'Auvignon	mas-d-auvignon	Mas-d'Auvignon		FR	76	32	322	32241	173	Europe/Paris
6431998	Masseube	masseube	Masseube		FR	76	32	323	32242	1511	Europe/Paris
6431999	Mauléon-d'Armagnac	mauleon-d-armagnac	Mauleon-d'Armagnac,Mauléon-d'Armagnac		FR	76	32	322	32243	278	Europe/Paris
6432000	Maulichères	maulicheres	Maulicheres,Maulichères		FR	76	32	323	32244	169	Europe/Paris
6432001	Maumusson-Laguian	maumusson-laguian	Maumusson-Laguian		FR	76	32	323	32245	141	Europe/Paris
6432002	Maupas	maupas	Maupas		FR	76	32	322	32246	204	Europe/Paris
6432003	Meilhan	meilhan	Meilhan		FR	76	32	323	32250	81	Europe/Paris
6432004	Miélan	mielan	Mielan,Miélan		FR	76	32	323	32252	1149	Europe/Paris
6432005	Miradoux	miradoux	Miradors,Miradu,mi la du,Мираду,Міраду,米拉杜		FR	76	32	322	32253	502	Europe/Paris
6432006	Miramont-d'Astarac	miramont-d-astarac	Miramont-d'Astarac		FR	76	32	323	32254	350	Europe/Paris
6432007	Miramont-Latour	miramont-latour	Miramont-Latour		FR	76	32	322	32255	162	Europe/Paris
6432008	Mirande	mirande	Mirande		FR	76	32	323	32256	3483	Europe/Paris
6432009	Mirannes	mirannes	Mirannes		FR	76	32	321	32257	68	Europe/Paris
6432010	Monbardon	monbardon	Monbardon		FR	76	32	323	32260	86	Europe/Paris
6432011	Monblanc	monblanc	Monblan,Monblanc,Montblanc,meng bu lang ke,Монблан,蒙布朗克		FR	76	32	321	32261	350	Europe/Paris
6432012	Moncassin	moncassin	Moncassin		FR	76	32	323	32263	137	Europe/Paris
6432013	Monclar-sur-Losse	monclar-sur-losse	Monclar-sur-Losse		FR	76	32	323	32265	104	Europe/Paris
6432014	Moncorneil-Grazan	moncorneil-grazan			FR	76	32	323	32266	159	Europe/Paris
6432015	Monferran-Plavès	monferran-plaves	Monferran-Plave,Monferran-Plaves,Monferran-Plavès,Montferran e Plaves,Montferran e Plavès,Montferran e Plavés,Montferrand e Plaves,Montferrand e Plavés,meng fu er lang pu la wei,Монферран-Плаве,Монферран-Плавес,蒙弗尔朗普拉韦		FR	76	32	323	32267	123	Europe/Paris
6432016	Monferran-Savès	monferran-saves	Monferran-Save,Monferran-Saves,Monferran-Savès,Montferran Saves,Montferran Savés,Montferran de Saves,Montferran de Savés,Montferrand de Saves,Montferrand de Savés,meng fu er lang sa wei,Монферран-Саве,Монферран-Савес,蒙弗尔朗萨韦		FR	76	32	321	32268	794	Europe/Paris
6432017	Monfort	monfort	Monfor,Monfort,Montfort,Montfòrt,meng fu er,Монфор,Монфорт,蒙福尔		FR	76	32	322	32269	490	Europe/Paris
6432018	Mongausy	mongausy	Mongausy		FR	76	32	321	32270	74	Europe/Paris
6432019	Monguilhem	monguilhem			FR	76	32	322	32271	309	Europe/Paris
6432020	Monlaur-Bernet	monlaur-bernet	Monlaur-Bernet,Monlor-Berne,Monlor-Bernet,Montlaur e Vernet,meng luo bei er nei,Монлор-Берне,Монлор-Бернет,蒙洛贝尔内		FR	76	32	323	32272	157	Europe/Paris
6432021	Monlezun-d'Armagnac	monlezun-d-armagnac			FR	76	32	322	32274	201	Europe/Paris
6432022	Monpardiac	monpardiac	Monpardiac		FR	76	32	323	32275	45	Europe/Paris
6432023	Montadet	montadet			FR	76	32	321	32276	77	Europe/Paris
6432024	Montamat	montamat			FR	76	32	321	32277	134	Europe/Paris
6432025	Mont-d'Astarac	mont-d-astarac	Mont-d'Astarac		FR	76	32	323	32280	109	Europe/Paris
6432026	Mont-de-Marrast	mont-de-marrast			FR	76	32	323	32281	111	Europe/Paris
6432028	Montégut-Savès	montegut-saves	Montagut Saves,Montagut Savés,Montagut de Saves,Montagut de Savés,Montegju-Save,Montegjut-Saves,meng tai ju sa wei,Монтегю-Саве,Монтегют-Савес,蒙泰居萨韦		FR	76	32	321	32284	65	Europe/Paris
6432029	Montesquiou	montesquiou	Montesk'ju,Monteskju,Montesquiu,meng tai si qu yi wu,Монтескью,Монтескю,蒙泰斯屈伊乌		FR	76	32	323	32285	583	Europe/Paris
6432030	Montestruc-sur-Gers	montestruc-sur-gers	Montestruc-sur-Gers		FR	76	32	322	32286	709	Europe/Paris
6432031	Montiron	montiron	Montiron		FR	76	32	321	32288	139	Europe/Paris
6432032	Montpézat	montpezat	Monpezat,Montpesat,Montpezat,Montpézat,meng te pei zha,Монпезат,蒙特佩扎		FR	76	32	321	32289	243	Europe/Paris
6432033	Montréal	montreal	Monreal',Mont-rejau,Montreal-du-Gers,Montrejau de Gers,Montréal-du-Gers,meng te lei a,monrearu,Монреаль,モンレアル,蒙特雷阿		FR	76	32	322	32290	1171	Europe/Paris
6432034	Mormès	mormes	Mormes,Mormès		FR	76	32	322	32291	120	Europe/Paris
6432035	Mouchan	mouchan	Moishan,Mushan,mu shang,Мушан,穆尚		FR	76	32	322	32292	411	Europe/Paris
6432036	Mouchès	mouches	Mouches,Mouchès		FR	76	32	323	32293	74	Europe/Paris
6432037	Mourède	mourede			FR	76	32	321	32294	91	Europe/Paris
6432038	Nizas	nizas	Nisas,Nisàs,Nizas,ni zha,Низас,Нізас,尼扎		FR	76	32	321	32295	154	Europe/Paris
6432039	Nogaro	nogaro	Nogaro,Nogarou,Nogarò,Nogaròu,nuo jia luo,Ногаро,诺加罗		FR	76	32	322	32296	1997	Europe/Paris
6432040	Noilhan	noilhan	Noilhan,Nojan,Nolhan,Nualan,nu wa yang,Нойан,Нуалан,努瓦扬		FR	76	32	321	32297	376	Europe/Paris
6432041	Nougaroulet	nougaroulet	Nogarolet,Nougaroulet,Nugarule,Nugarulet,nu jia lu lai,Нугаруле,Нугарулет,努加鲁莱		FR	76	32	321	32298	375	Europe/Paris
6432042	Noulens	noulens	Noulens		FR	76	32	322	32299	105	Europe/Paris
6432043	Orbessan	orbessan	Orbecan,Orbesan,Orbessan,Orbeçan,ao er bei sang,Орбесан,Орбессан,奥尔贝桑		FR	76	32	323	32300	278	Europe/Paris
6432044	Ordan-Larroque	ordan-larroque	Ordan e La Roca,Ordan e La Ròca,Ordan e la Roca,Ordan e la Ròca,Ordan-Larrok,Ordan-Larroque,ao er dang la er luo qu ai,Ордан-Ларрок,奥尔当拉尔罗屈埃		FR	76	32	321	32301	915	Europe/Paris
6432045	Ornézan	ornezan	Ornezan,Ornézan		FR	76	32	323	32302	229	Europe/Paris
6432046	Pallanne	pallanne	Pallanne		FR	76	32	323	32303	60	Europe/Paris
6432047	Panassac	panassac	Panassac		FR	76	32	323	32304	286	Europe/Paris
6432048	Panjas	panjas	Panjas,Panjàs,Panzhas,pang ya,Панжас,庞雅		FR	76	32	322	32305	396	Europe/Paris
6432049	Pauilhac	pauilhac	Pauilhac		FR	76	32	322	32306	631	Europe/Paris
6432050	Pavie	pavie	Pavie		FR	76	32	321	32307	2481	Europe/Paris
6432052	Pellefigue	pellefigue	Pellefigue		FR	76	32	321	32309	117	Europe/Paris
6432053	Perchède	perchede			FR	76	32	322	32310	110	Europe/Paris
6432054	Pergain-Taillac	pergain-taillac	Pergain-Taillac		FR	76	32	322	32311	307	Europe/Paris
6432057	Peyrusse-Massas	peyrusse-massas	Peirussa Massas,Peirussa Massàs,Peirussa de Massas,Peirussa de Massàs,Pejrjuss-Massas,Perjus-Masas,Peyrusse-Massas,pei lu si ma sa,Пейрюсс-Массас,Перюс-Масас,佩吕斯马萨		FR	76	32	321	32316	101	Europe/Paris
6432058	Peyrusse-Vieille	peyrusse-vieille	Peyrusse-Vieille		FR	76	32	321	32317	73	Europe/Paris
6432059	Pis	pis	Pis		FR	76	32	322	32318	110	Europe/Paris
6432060	Plieux	plieux	Plie,Plieux,Plijo,Plius,pu li e,Плиё,Пліє,普利厄		FR	76	32	322	32320	125	Europe/Paris
6432061	Pompiac	pompiac	Pomp'jak,Pompiak,peng pi a ke,Помпьяк,Помпіак,蓬皮阿克		FR	76	32	321	32322	188	Europe/Paris
6432062	Ponsampère	ponsampere	Ponsampere,Ponsampère		FR	76	32	323	32323	135	Europe/Paris
6432063	Ponsan-Soubiran	ponsan-soubiran	Ponsan-Soubiran		FR	76	32	323	32324	95	Europe/Paris
6432064	Pouydraguin	pouydraguin	Pouydraguin		FR	76	32	323	32325	137	Europe/Paris
6432065	Pouylebon	pouylebon	Pouylebon		FR	76	32	323	32326	136	Europe/Paris
6432066	Pouy-Roquelaure	pouy-roquelaure	Pouy-Roquelaure		FR	76	32	322	32328	123	Europe/Paris
6432067	Préchac-sur-Adour	prechac-sur-adour	Preishac dAdor,Preishac de Castethnau,Preishac de Castèthnau,Preshak-sjur-Adur,a du he pan pu lei sha ke,Прешак-сюр-Адур,阿杜河畔普雷沙克		FR	76	32	323	32330	203	Europe/Paris
6432068	Preignan	preignan	Preignan,Pren'jan,Prenhan,pu lei ni ang,Преньян,普雷尼昂		FR	76	32	321	32331	1283	Europe/Paris
6432069	Préneron	preneron			FR	76	32	321	32332	136	Europe/Paris
6432070	Projan	projan	Projan,Prozhan,pu luo rang,Прожан,普罗让		FR	76	32	323	32333	180	Europe/Paris
6432072	Puycasquier	puycasquier	Pjuikask'e,Pjuikaske,Poicasquer,Poicasquèr,Puicasquer,Puicasquèr,Puycasquier,pi yi ka si qu ye,Пюикаскье,Пюїкаскє,皮伊卡斯屈耶		FR	76	32	321	32335	457	Europe/Paris
6432073	Puylausic	puylausic	Pjuilozik,Poilausic,Puylausic,pi yi luo xi ke,Пюилозик,Пюїлозік,皮伊洛西克		FR	76	32	321	32336	164	Europe/Paris
6432074	Ramouzens	ramouzens			FR	76	32	322	32338	162	Europe/Paris
6432075	Razengues	razengues	Rasengas,Razang,la cang gai,Разанг,拉藏盖		FR	76	32	321	32339	236	Europe/Paris
6432076	Réans	reans			FR	76	32	322	32340	286	Europe/Paris
6432077	Ricourt	ricourt	Ricourt		FR	76	32	323	32342	67	Europe/Paris
6432078	Riguepeu	riguepeu			FR	76	32	321	32343	218	Europe/Paris
6432079	Riscle	riscle	Riscla,Riscle,Riskl',li si ke er,Рискль,里斯克尔		FR	76	32	323	32344	1802	Europe/Paris
6432080	Roquebrune	roquebrune	Rocabruna,Rokbrjun,Roquebrune,Ròcabruna,luo qu ai bu lan,Рокбрюн,罗屈埃布兰		FR	76	32	321	32346	213	Europe/Paris
6432081	Roquelaure-Saint-Aubin	roquelaure-saint-aubin	Rocalaura Sent Aubin,Rocalaura de Sent Aubin,Roklor-Sent-Oben,Roquelaure-Saint-Aubin,Ròcalaura Sent Aubin,Ròcalaura de Sent Aubin,luo qu ai luo er sheng ao ban,Роклор-Сент-Обен,罗屈埃洛尔圣奥班		FR	76	32	322	32349	126	Europe/Paris
6432082	Roquepine	roquepine			FR	76	32	322	32350	40	Europe/Paris
6432084	Rozès	rozes	Rozes,Rozès		FR	76	32	321	32352	124	Europe/Paris
6432085	Sabaillan	sabaillan	Sabaillan,Sabajan,Sabalhan,sa bai lang,sbyl,Сабайан,Сабаян,سبیل,萨拜朗		FR	76	32	321	32353	149	Europe/Paris
6432086	Sabazan	sabazan	Sabazan		FR	76	32	323	32354	135	Europe/Paris
6432087	Sadeillan	sadeillan	Sadeillan		FR	76	32	323	32355	88	Europe/Paris
6432088	Sainte-Anne	sainte-anne	Sainte-Anne,Sent-Ann,Senta Anna,santan'nu,sheng ang,syn-ayn  grs,Сент-Анн,سین-این، گرس,サンタンヌ,圣昂		FR	76	32	322	32357	117	Europe/Paris
6432090	Saint-Arailles	saint-arailles	Saint-Arailles		FR	76	32	321	32360	134	Europe/Paris
6432091	Saint-Aunix-Lengros	saint-aunix-lengros	Saint-Aunix-Lengros		FR	76	32	323	32362	143	Europe/Paris
6432092	Sainte-Aurence-Cazaux	sainte-aurence-cazaux	Sainte-Aurence-Cazaux,Sent-Orans-Kazo,Senta Aurenca e Casaus,Senta Aurensa e Casaus,Senta Aurença e Casaus,santoransu=kazo,sheng ao lang ke ka zuo,Сент-Оранс-Казо,سین-اورنکے-ذش,サントランス＝カゾー,圣奥朗克卡佐		FR	76	32	323	32363	104	Europe/Paris
6432093	Saint-Avit-Frandat	saint-avit-frandat	Sent Avit e Frandat,Sent-Avi-Franda,Sent-Avi-Frandat,sheng a wei fu lang da,Сент-Ави-Франда,Сент-Аві-Франдат,سینٹ-اوٹ-فراندت,圣阿维弗朗达		FR	76	32	322	32364	99	Europe/Paris
6432094	Saint-Blancard	saint-blancard	Saint-Blancard,Sen-Blankar,Sent Blancat,sheng bu lang ka er,Сен-Бланкар,سینٹ-بلانکارڈ,圣布朗卡尔		FR	76	32	323	32365	340	Europe/Paris
6432095	Saint-Brès	saint-bres			FR	76	32	322	32366	78	Europe/Paris
6432096	Sainte-Christie-d'Armagnac	sainte-christie-d-armagnac			FR	76	32	322	32369	383	Europe/Paris
6432097	Saint-Cricq	saint-cricq	Saint-Cricq		FR	76	32	322	32372	294	Europe/Paris
6432098	Sainte-Dode	sainte-dode	Sainte-Dode,Sent-Dod,Senta Dora,sheng duo de,Сент-Дод,سین-ڈوڈے,圣多德		FR	76	32	323	32373	213	Europe/Paris
6432099	Saint-Élix-Theux	saint-elix-theux	Saint-Elix-Theux,Saint-Élix-Theux		FR	76	32	323	32375	107	Europe/Paris
6432100	Saint-Germé	saint-germe	Sen-Zherme,Sent Germer,Sent Germer de Tarcac,Sent Germer de Tarçac,sheng re er mei,Сен-Жерме,سینٹ-گرمی,圣热尔梅		FR	76	32	323	32378	495	Europe/Paris
6432101	Saint-Griède	saint-griede	Saint-Griede,Saint-Griède		FR	76	32	322	32380	141	Europe/Paris
6432102	Saint-Jean-le-Comtal	saint-jean-le-comtal			FR	76	32	323	32381	408	Europe/Paris
6432103	Saint-Jean-Poutge	saint-jean-poutge	Saint-Jean-Poutge,Sen-Zhan-Putzh,Sent Joan Potge,sheng rang pu te ge,Сен-Жан-Путж,سینٹ-ژاں -پوتگے,圣让普特格		FR	76	32	321	32382	326	Europe/Paris
6432104	Saint-Justin	saint-justin	Sen-Zhjusten,Sen-Zhusten,Sent Justin,sheng rui si tan,Сен-Жустен,Сен-Жюстен,سینٹ-جسٹن، گرس,圣瑞斯坦		FR	76	32	323	32383	131	Europe/Paris
6432105	Saint-Léonard	saint-leonard	Saint-Leonard,Saint-Léonard		FR	76	32	322	32385	182	Europe/Paris
6432106	Saint-Lizier-du-Planté	saint-lizier-du-plante	Saint-Lizier-du-Plante,Saint-Lizier-du-Planté		FR	76	32	321	32386	136	Europe/Paris
6432107	Saint-Martin-d'Armagnac	saint-martin-d-armagnac	Saint-Martin-d'Armagnac		FR	76	32	322	32390	241	Europe/Paris
6432108	Saint-Martin-de-Goyne	saint-martin-de-goyne	Saint-Martin-de-Goyne,Sen-Marten-de-Guajn,Sen-Marten-de-Guan,Sent Martin de Gueeina,Sent Martin de Güeina,sheng ma dan de gua en,Сен-Мартен-де-Гуайн,Сен-Мартен-де-Гуан,سینٹ-مارٹن-دے-گوینے,圣马丹德瓜恩		FR	76	32	322	32391	129	Europe/Paris
6432109	Saint-Martin-Gimois	saint-martin-gimois	Saint-Martin-Gimois		FR	76	32	321	32392	91	Europe/Paris
6432110	Sainte-Mère	sainte-mere	Sainte-Mere,Sainte-Mère,Sent-Mer,Senta Mera,Senta Mèra,sheng mei er,Сент-Мер,سین-میرے,圣梅尔		FR	76	32	322	32395	218	Europe/Paris
6432111	Saint-Mézard	saint-mezard	Saint-Mezard,Saint-Mézard		FR	76	32	322	32396	220	Europe/Paris
6432112	Saint-Mont	saint-mont	Saint-Mont		FR	76	32	323	32398	321	Europe/Paris
6432113	Saint-Orens-Pouy-Petit	saint-orens-pouy-petit	Saint-Orens-Pouy-Petit		FR	76	32	322	32400	180	Europe/Paris
6432114	Saint-Ost	saint-ost	Saint-Ost,Sent Haust,Sent-Ost,sheng ao si,Сент-Ост,سینٹ-است,圣奥斯		FR	76	32	323	32401	83	Europe/Paris
6432115	Saint-Paul-de-Baïse	saint-paul-de-baise	Saint-Paul-de-Baise,Saint-Paul-de-Baïse		FR	76	32	321	32402	101	Europe/Paris
6432116	Saint-Puy	saint-puy			FR	76	32	322	32404	596	Europe/Paris
6432117	Saint-Sauvy	saint-sauvy	Saint-Sauvy		FR	76	32	321	32406	332	Europe/Paris
6432118	Saint-Soulan	saint-soulan	Saint-Soulan		FR	76	32	321	32407	161	Europe/Paris
6432119	Salles-d'Armagnac	salles-d-armagnac	Salles-d'Armagnac		FR	76	32	322	32408	127	Europe/Paris
6432120	Samaran	samaran	Samaran		FR	76	32	323	32409	90	Europe/Paris
6432121	Samatan	samatan	Samatan,sa ma tang,Саматан,萨马唐		FR	76	32	321	32410	2378	Europe/Paris
6432122	Saramon	saramon	Saramon,sa la meng,Сарамон,萨拉蒙		FR	76	32	321	32412	817	Europe/Paris
6432123	Sarcos	sarcos	Sarcos		FR	76	32	323	32413	72	Europe/Paris
6432124	Sarragachies	sarragachies	Sarragachies,Sarragaishias,Sarragashi,sa er la jia xie,Саррагаши,Саррагаші,萨尔拉加谢		FR	76	32	323	32414	247	Europe/Paris
6432126	Sarrant	sarrant	Sarrant		FR	76	32	322	32416	368	Europe/Paris
6432127	Sauviac	sauviac	Sauviac		FR	76	32	323	32419	109	Europe/Paris
6432128	Sauvimont	sauvimont	Sauvimont,Sovimon,Sovimont,suo wei meng,Совимонт,Совімон,索维蒙		FR	76	32	321	32420	65	Europe/Paris
6432129	Savignac-Mona	savignac-mona	Savignac-Mona,Savin'jak-Mona,Savinhac e Lo Monar,Savinhac e lo Monar,sa wei ni ya ke mo na,Савиньяк-Мона,Савіньяк-Мона,萨维尼亚克莫纳		FR	76	32	321	32421	138	Europe/Paris
6432130	Scieurac-et-Flourès	scieurac-et-floures	Scieurac-et-Floures,Scieurac-et-Flourès		FR	76	32	323	32422	41	Europe/Paris
6432131	Séailles	seailles	Seailles,Séailles		FR	76	32	322	32423	47	Europe/Paris
6432132	Ségos	segos	Segos,Segòs,Ségos,sai ge,Сегос,塞戈		FR	76	32	323	32424	234	Europe/Paris
6432134	Seissan	seissan	Seissan,Sesan,Sessan,Sheishan,sai sang,Сесан,Сессан,塞桑		FR	76	32	323	32426	1096	Europe/Paris
6432135	Sembouès	semboues	Semboues,Sembouès		FR	76	32	323	32427	60	Europe/Paris
6432136	Sémézies-Cachan	semezies-cachan	Semezies-Cachan,Sémézies-Cachan		FR	76	32	321	32428	66	Europe/Paris
6432137	Sempesserre	sempesserre	Sempesserre		FR	76	32	322	32429	299	Europe/Paris
6432138	Sérempuy	serempuy	Serempuy,Sérempuy		FR	76	32	322	32431	34	Europe/Paris
6432140	Simorre	simorre	Cimorra,Cimòrra,Simor,Simorr,xi mo er,Симор,Сіморр,西莫尔		FR	76	32	321	32433	705	Europe/Paris
6432141	Sion	sion	Sion		FR	76	32	322	32434	106	Europe/Paris
6432142	Sirac	sirac	Sirac,Sirak,xi la ke,Сирак,Сірак,西拉克		FR	76	32	322	32435	171	Europe/Paris
6432143	Solomiac	solomiac	Solom'jak,Solomjak,suo luo mi a ke,Соломьяк,Соломяк,索洛米阿克		FR	76	32	322	32436	478	Europe/Paris
6432144	Sorbets	sorbets			FR	76	32	322	32437	223	Europe/Paris
6432145	Tachoires	tachoires	Tachoires,Taishoeras,Taishoèras,Tashuar,ta shu wa lei,Ташуар,塔舒瓦雷		FR	76	32	323	32438	97	Europe/Paris
6432146	Tarsac	tarsac	Tarcac,Tarsac,Tarsak,Tarçac,ta er sa ke,Тарсак,塔尔萨克		FR	76	32	323	32439	168	Europe/Paris
6432147	Tasque	tasque	Tasca,Task,Tasque,ta si qu ai,Таск,塔斯屈埃		FR	76	32	323	32440	256	Europe/Paris
6432148	Taybosc	taybosc	Taybosc		FR	76	32	322	32441	65	Europe/Paris
6432149	Terraube	terraube	Terrauba,Terraube,Terrob,Tèrrauba,tai er luo bu,Терроб,泰尔罗布		FR	76	32	322	32442	378	Europe/Paris
6432150	Termes-d'Armagnac	termes-d-armagnac	Termes-d'Armagnac		FR	76	32	323	32443	189	Europe/Paris
6432151	Thoux	thoux	Thoux,Tors,Tu,tu zhen,Ту,图镇		FR	76	32	322	32444	249	Europe/Paris
6432152	Tieste-Uragnoux	tieste-uragnoux	Tieste-Uragnoux		FR	76	32	323	32445	177	Europe/Paris
6432153	Tillac	tillac	Tijak,Tilhac,Tillac,di la ke,Тийак,Тіяк,蒂拉克		FR	76	32	323	32446	280	Europe/Paris
6432154	Touget	touget	Toget,Tojet,Touget,Tuzhe,Tuzhet,tu re,Туже,Тужет,图热		FR	76	32	322	32448	515	Europe/Paris
6432155	Toujouse	toujouse	Tojosa,Toujouse,Tuzhuz,tu ru si,Тужуз,图茹斯		FR	76	32	322	32449	237	Europe/Paris
6432156	Tourdun	tourdun	Tourdun		FR	76	32	323	32450	111	Europe/Paris
6432157	Tournan	tournan	Tornan,Tournan,Turnan,tu er nan,Турнан,图尔南		FR	76	32	321	32451	182	Europe/Paris
6432158	Tournecoupe	tournecoupe	Tournecoupe		FR	76	32	322	32452	267	Europe/Paris
6432159	Tourrenquets	tourrenquets	Tourrenquets		FR	76	32	321	32453	115	Europe/Paris
6432160	Traversères	traverseres	Traverser,Traverseras,Traversèras,te la wei er sai lei,Траверсер,特拉韦尔塞雷		FR	76	32	323	32454	72	Europe/Paris
6432161	Troncens	troncens	Troncens,Tronsan,Tronsens,te long sang,Тронсан,Тронсенс,特龙桑		FR	76	32	323	32455	184	Europe/Paris
6432165	Valence-sur-Baïse	valence-sur-baise	Valans-sjur-Baiz,Valenca de Baisa,Valença de Baïsa,bai si he pan wa lang ke,Валанс-сюр-Баиз,Валанс-сюр-Баїз,拜斯河畔瓦朗克		FR	76	32	322	32459	1133	Europe/Paris
6432166	Vergoignan	vergoignan	Vergoignan,Vergonhan,Verguan'jan,wei er gua ni ang,wrgygnn,Вергуаньян,ورگیگنن,韦尔瓜尼昂		FR	76	32	323	32460	291	Europe/Paris
6432167	Verlus	verlus	Verlju,Verljus,Verlus,Verlush,wei er lu,wrlws,Верлю,Верлюс,ورلوس,韦尔吕		FR	76	32	323	32461	99	Europe/Paris
6432168	Vic-Fezensac	vic-fezensac	Vic-Fezensac		FR	76	32	321	32462	3468	Europe/Paris
6432169	Viozan	viozan	Viozan		FR	76	32	323	32466	110	Europe/Paris
6432170	Cars	cars	Kar,Kars,Кар,Карс		FR	75	33	331	33100	1176	Europe/Paris
6432171	Cartelègue	cartelegue	Cartelegue,Cartelègue,Karteleg,Kartleg,Quartalega,Quartalèga,ka er tai lai gai,Картелег,Картлег,卡尔泰莱盖		FR	75	33	331	33101	1259	Europe/Paris
6432172	Casseuil	casseuil	Casseuil		FR	75	33	333	33102	401	Europe/Paris
6432173	Castelmoron-d'Albret	castelmoron-d-albret	Castelmoron-d'Albret		FR	75	33	333	33103	53	Europe/Paris
6432174	Castelnau-de-Médoc	castelnau-de-medoc	Castelnau-de-Medoc,Castelnau-de-Médoc,Castethnau de Medoc,Castèthnau de Medoc,Castèthnau de Medòc,Kastel'no-de-Medok,Kastelno de Medok,ka si tai er nuo de mei duo ke,Кастелно де Медок,Кастельно-де-Медок,卡斯泰尔诺德梅多克		FR	75	33	334	33104	4623	Europe/Paris
6432175	Castelviel	castelviel	Castelviel		FR	75	33	333	33105	215	Europe/Paris
6432176	Castets et Castillon	castets-et-castillon	Casteths Andorta,Castets et Castillon,Castèths Andòrta,Kastet an Dort,Kastets-an-Dort,duo er te de qu ka si tai te,Кастет ан Дорт,Кастетс-ан-Дорт,多尔特地区卡斯泰特		FR	75	33	333	33106	1457	Europe/Paris
6432178	Castillon-la-Bataille	castillon-la-bataille	Castillon-la-Bataille		FR	75	33	335	33108	3160	Europe/Paris
6432179	Castres-Gironde	castres-gironde	Castra,Castres-Gironde,Kastr Zhirond,Kastr-Zhirond,ka si te lei ji long de,Кастр Жиронд,Кастр-Жиронд,卡斯特雷吉龙德		FR	75	33	332	33109	2333	Europe/Paris
6432180	Caudrot	caudrot	Caudrot		FR	75	33	333	33111	1211	Europe/Paris
6432181	Cauvignac	cauvignac	Cauvignac,Cauvinhac,Kovin'jak,Kovinak,ke wei ni ya ke,Ковиньяк,Ковињак,Ковіньяк,科维尼亚克		FR	75	33	333	33113	167	Europe/Paris
6432182	Cavignac	cavignac	Cavignac,Kavin'jak,Kavinak,ka wei ni ya ke,Кавиньяк,Кавињак,Кавіньяк,卡维尼亚克		FR	75	33	331	33114	1981	Europe/Paris
6432183	Cazats	cazats	Casats,Cazats,Kazat,Kazats,ka zha te,Казат,Казатс,卡扎特		FR	75	33	333	33116	419	Europe/Paris
6432184	Cazaugitat	cazaugitat	Casau Gitat,Casaugitat,Cazaugitat,Kazozhita,Kazozhitat,ka zuo ji ta,Казожита,Казожитат,卡佐吉塔		FR	75	33	333	33117	253	Europe/Paris
6432185	Cenon	cenon	Cenon		FR	75	33	332	33119	24369	Europe/Paris
6432186	Cérons	cerons	Seron,sai long,Серон,塞龙		FR	75	33	333	33120	2092	Europe/Paris
6432187	Cestas	cestas			FR	75	33	332	33122	16781	Europe/Paris
6432188	Cézac	cezac	Cezac,Cézac,Sezak,sai zha ke,Сезак,塞扎克		FR	75	33	331	33123	2535	Europe/Paris
6432189	Chamadelle	chamadelle	Chamadelle,Shamadel,Shamadel',sha ma dai er,Шамадел,Шамадель,沙马代尔		FR	75	33	335	33124	727	Europe/Paris
6432190	Cissac-Médoc	cissac-medoc	Cissac,Cissac de Medoc,Cissac de Medòc,Cissac-Medoc,Cissac-Médoc,Sisak Medok,Sissak-Medok,xi sa ke mei duo ke,Сисак Медок,Сиссак-Медок,Сіссак-Медок,西萨克梅多克		FR	75	33	334	33125	2101	Europe/Paris
6432191	Civrac-de-Blaye	civrac-de-blaye	Civrac-de-Blaye,Sivrak de Ble,Sivrak-de-Ble,xi fu la ke de bu lai ai,Сиврак де Бле,Сиврак-де-Бле,Сіврак-де-Бле,西夫拉克德布莱埃		FR	75	33	331	33126	850	Europe/Paris
6432192	Civrac-en-Médoc	civrac-en-medoc	Civrac-en-Medoc,Civrac-en-Médoc,Sibrac de Medoc,Sibrac de Medòc,Sibrac de lEsparra,Sivrak an Medok,Sivrak-an-Medok,mei duo ke de qu xi fu la ke,Сиврак ан Медок,Сиврак-ан-Медок,Сіврак-ан-Медок,梅多克地区西夫拉克		FR	75	33	334	33128	678	Europe/Paris
6432193	Cleyrac	cleyrac	Clairac,Cleyrac,Klejrak,Klerak,ke lai la ke,Клейрак,Клерак,克莱拉克		FR	75	33	333	33129	159	Europe/Paris
6432194	Coimères	coimeres	Coimeres,Coimères		FR	75	33	333	33130	1033	Europe/Paris
6432195	Coirac	coirac	Koarak,Kuarak,kua la ke,Коарак,Куарак,夸拉克		FR	75	33	333	33131	199	Europe/Paris
6432196	Comps	comps	Comps,Coms,Kom,Kon,kong pu,Ком,Кон,孔普		FR	75	33	331	33132	535	Europe/Paris
6432197	Coubeyrac	coubeyrac	Cobeirac,Coubeyrac,Kuberak,ku bei la ke,Куберак,库贝拉克		FR	75	33	335	33133	70	Europe/Paris
6432198	Couquèques	couqueques	Coqueca,Coquèca,Couqueques,Couquèques,Kukek,ku qu ai qu ai,Кукек,库屈埃屈埃		FR	75	33	334	33134	267	Europe/Paris
6432199	Courpiac	courpiac	Courpiac		FR	75	33	333	33135	122	Europe/Paris
6432200	Cours-de-Monségur	cours-de-monsegur	Corts de Montsegur,Cours-de-Monsegur,Cours-de-Monségur,Kur de Monsegir,Kur-de-Monsegjur,ku er de meng sai ju,Кур де Монсегир,Кур-де-Монсегюр,库尔德蒙塞居		FR	75	33	333	33136	280	Europe/Paris
6432201	Cours-les-Bains	cours-les-bains	Cours-les-Bains		FR	75	33	333	33137	219	Europe/Paris
6432202	Coutras	coutras	Coutras		FR	75	33	335	33138	8576	Europe/Paris
6432203	Croignon	croignon	Croignon,Cronhon,Kroanon,Kruan'on,ke lu wa ni weng,Кроањон,Круаньон,克鲁瓦尼翁		FR	75	33	332	33141	618	Europe/Paris
6432205	Cubzac-les-Ponts	cubzac-les-ponts	Cubzac-les-Ponts		FR	75	33	331	33143	2422	Europe/Paris
6432206	Cudos	cudos	Cudos,Cudòs,Kido,Kjudos,Кидо,Кюдос		FR	75	33	333	33144	814	Europe/Paris
6432207	Cursan	cursan	Curcan,Cursan,Curçan,Kirsan,Kjursan,qu er sang,Кирсан,Кюрсан,屈尔桑		FR	75	33	332	33145	645	Europe/Paris
6432208	Daignac	daignac			FR	75	33	335	33147	479	Europe/Paris
6432209	Dardenac	dardenac			FR	75	33	335	33148	84	Europe/Paris
6432210	Daubèze	daubeze	Daubesa,Daubeze,Daubèze,Dobez,duo bei ci,Добез,多贝兹		FR	75	33	333	33149	151	Europe/Paris
6432211	Dieulivol	dieulivol	Dieulivol		FR	75	33	333	33150	335	Europe/Paris
6432212	Donnezac	donnezac	Donnezac,Donnzak,Donzak,duo nei zha ke,Донзак,Доннзак,多内扎克		FR	75	33	331	33151	897	Europe/Paris
6432213	Donzac	donzac	Donzac,Donzak,dong zha ke,Донзак,东扎克		FR	75	33	333	33152	120	Europe/Paris
6432217	Espiet	espiet	Epje,Esp'e,Espe,Espiet,Епје,Еспье,Еспє		FR	75	33	335	33157	778	Europe/Paris
6432218	Étauliers	etauliers	Etauliers,Étauliers		FR	75	33	331	33159	1480	Europe/Paris
6432219	Eynesse	eynesse	Aineca,Aineça,Enes,Eness,Eynesse,ai nei si,Енес,Енесс,埃内斯		FR	75	33	335	33160	586	Europe/Paris
6432220	Eyrans	eyrans	Eran,Eyrans,Еран		FR	75	33	331	33161	754	Europe/Paris
6432221	Eysines	eysines	Eysines		FR	75	33	332	33162	23120	Europe/Paris
6432222	Faleyras	faleyras	Faleiras,Faleiràs,Falera,Faleras,Faleyras,fa lai la,Фалера,Фалерас,فالےراس,法莱拉		FR	75	33	333	33163	423	Europe/Paris
6432223	Fargues-Saint-Hilaire	fargues-saint-hilaire			FR	75	33	332	33165	2860	Europe/Paris
6432224	Floirac	floirac	Floirac,Fluarak,Hloirac,fu lu wa la ke,Флуарак,弗卢瓦拉克		FR	75	33	332	33167	17182	Europe/Paris
6432225	Flaujagues	flaujagues	Flaujagas,Flaujagues,Flozhag,fu luo ya gai,Фложаг,弗洛雅盖		FR	75	33	335	33168	601	Europe/Paris
6432226	Floudès	floudes	Floudes,Floudès		FR	75	33	333	33169	103	Europe/Paris
6432227	Fontet	fontet	Fontet		FR	75	33	333	33170	794	Europe/Paris
6432228	Fours	fours	Fours,Fur,fu er,Фур,富尔		FR	75	33	331	33172	317	Europe/Paris
6432229	Francs	francs	Fran,Francs,Frank,furan,Фран,Франк,フラン		FR	75	33	335	33173	190	Europe/Paris
6432230	Frontenac	frontenac	Frontenac,Frontenak,fu long te na ke,Фронтенак,弗龙特纳克		FR	75	33	333	33175	744	Europe/Paris
6432231	Gabarnac	gabarnac	Gabarnac		FR	75	33	333	33176	361	Europe/Paris
6432232	Gaillan-en-Médoc	gaillan-en-medoc	Gaillan-en-Medoc,Gaillan-en-Médoc,Gajan-an-Medok,Galhan,Galhan de Medoc,Galhan de Medòc,mei duo ke de qu gai lang,Гаян-ан-Медок,梅多克地区盖朗		FR	75	33	334	33177	2295	Europe/Paris
6432233	Gajac	gajac	Gazhak,Гажак		FR	75	33	333	33178	387	Europe/Paris
6432234	Gans	gans	Gans		FR	75	33	333	33180	188	Europe/Paris
6432235	Gardegan-et-Tourtirac	gardegan-et-tourtirac	Gardegan e Tortirac,Gardegan-et-Tourtirac,Gardgan-e-Turtirak,jia er dai gang he tu er di la ke,Гардган-е-Туртирак,Гардган-е-Туртірак,加尔代冈和图尔蒂拉克		FR	75	33	335	33181	286	Europe/Paris
6432236	Gauriac	gauriac	Gauriac		FR	75	33	331	33182	758	Europe/Paris
6432237	Gauriaguet	gauriaguet	Gauriaguet,Gor'jage,Gorjage,ge li a gai,Горьяге,Горяге,戈里阿盖		FR	75	33	331	33183	1240	Europe/Paris
6432238	Générac	generac	Generac,Générac,Zhenerak,re nei la ke,Женерак,热内拉克		FR	75	33	331	33184	544	Europe/Paris
6432239	Gensac	gensac	Gencac,Gensac,Gençac,Zhansak,rang sa ke,Жансак,让萨克		FR	75	33	335	33186	800	Europe/Paris
6432240	Giscos	giscos	Giscos,Giscòs,Zhiko,Zhiskos,ji si ke,Жико,Жискос,吉斯科		FR	75	33	333	33188	183	Europe/Paris
6432241	Gornac	gornac	Gornac,Gornak,ge er na ke,Горнак,戈尔纳克		FR	75	33	333	33189	437	Europe/Paris
6432242	Goualade	goualade	Goualade		FR	75	33	333	33190	97	Europe/Paris
6432244	Gradignan	gradignan	Gradignan		FR	75	33	332	33192	25563	Europe/Paris
6432245	Grayan-et-l'Hôpital	grayan-et-l-hopital	Grayan-et-l'Hopital,Grayan-et-l'Hôpital		FR	75	33	334	33193	1351	Europe/Paris
6432246	Grézillac	grezillac	Gresilhac,Grezijak,Grezillac,Grézillac,ge lei qi la ke,Грезияк,Грезіяк,格雷齐拉克		FR	75	33	335	33194	695	Europe/Paris
6432247	Guillac	guillac	Gijak,Guilhac,Guillac,ji la ke,Гияк,Гіяк,吉拉克		FR	75	33	335	33196	166	Europe/Paris
6432248	Guillos	guillos	Guillos		FR	75	33	333	33197	450	Europe/Paris
6432249	Guîtres	guitres	Guitres,Guîtres		FR	75	33	335	33198	1585	Europe/Paris
6432250	Gujan-Mestras	gujan-mestras	Gujan-Mestras		FR	75	33	336	33199	20933	Europe/Paris
6432251	Hostens	hostens	Hostens		FR	75	33	333	33202	1329	Europe/Paris
6432252	Hure	hure	Hura,Hure,Jur,yu er,Юр,于尔		FR	75	33	333	33204	514	Europe/Paris
6432253	Illats	illats	Ijats,Ilats,Illats,yi la te,Іятс,Иятс,伊拉特		FR	75	33	333	33205	1421	Europe/Paris
6432254	Isle-Saint-Georges	isle-saint-georges	Isle-Saint-Georges		FR	75	33	332	33206	529	Europe/Paris
6432255	Izon	izon	Ison,Izon,yi zong,Ізон,伊宗		FR	75	33	335	33207	5692	Europe/Paris
6432256	Jau-Dignac-et-Loirac	jau-dignac-et-loirac	Jau,Jau-Dignac-et-Loirac,Zho-Din'jak-e-Luarak,ruo-di ni ya ke he lu wa la ke,Жо-Диньяк-е-Луарак,Жо-Діньяк-е-Луарак,若-迪尼亚克和卢瓦拉克		FR	75	33	334	33208	986	Europe/Paris
6432257	Jugazan	jugazan	Jugasan,Jugazan,Zhugazan,rui jia cang,Жугазан,瑞加藏		FR	75	33	335	33209	295	Europe/Paris
6432258	Labescau	labescau	LAbescau,Labescau,Labesko,la bei si ke,Лабеско,拉贝斯科		FR	75	33	333	33212	111	Europe/Paris
6432259	Ladaux	ladaux	Ladaus,Ladaux,Lado,la duo,Ладо,لاڈوکس,拉多		FR	75	33	333	33215	196	Europe/Paris
6432260	Lados	lados	Lados,Ladòs,la duo,Ладос,拉多		FR	75	33	333	33216	176	Europe/Paris
6432261	Lagorce	lagorce	La Gorca,La Gòrça,Lagors,la ge er si,Лагорс,拉戈尔斯		FR	75	33	335	33218	1669	Europe/Paris
6432262	Lamarque	lamarque	La Marca,Lamark,Lamarque,la ma er qu ai,Ламарк,لامارقوی، گیرونڈی,拉马尔屈埃		FR	75	33	334	33220	1300	Europe/Paris
6432265	Landiras	landiras	Landiras,Landiràs,lang di la,Ландирас,Ландірас,朗迪拉		FR	75	33	333	33225	2256	Europe/Paris
6432266	Langoiran	langoiran	Langoiran		FR	75	33	333	33226	2171	Europe/Paris
6432267	Lansac	lansac	Lancac,Lansac,Lansak,Lançac,lang sa ke,Лансак,لانساک، گیرونڈی,朗萨克		FR	75	33	331	33228	731	Europe/Paris
6432268	Lanton	lanton	Lanton,Lenton,lang tong,lantwn,Лантон,لانتون,لانٹن، گیروند,朗通		FR	75	33	336	33229	6725	Europe/Paris
6432269	Lartigue	lartigue	LArtiga,Lartig,Lartigue,la er di gai,Лартиг,Лартіг,لارٹیگوی، گیرونڈی,拉尔蒂盖		FR	75	33	333	33232	40	Europe/Paris
6432270	Laruscade	laruscade	Larjuskad,Laruscade,la lu si ka de,Ларюскад,لاروسکاڈی,拉吕斯卡德		FR	75	33	331	33233	2706	Europe/Paris
6432271	Latresne	latresne	Latresne		FR	75	33	332	33234	3425	Europe/Paris
6432272	Lavazan	lavazan	Lavasan,Lavazan,la wa cang,Лавазан,拉瓦藏		FR	75	33	333	33235	236	Europe/Paris
6432273	Léogeats	leogeats	Leogeats,Léogeats		FR	75	33	333	33237	802	Europe/Paris
6432589	Pomérols	pomerols	Pomerols,Pomérols		FR	76	34	341	34207	2246	Europe/Paris
6432274	Léognan	leognan	Leon'jan,Leonhan,lai ao ni ang,Леоньян,莱奥尼昂		FR	75	33	332	33238	10282	Europe/Paris
6432275	Lerm-et-Musset	lerm-et-musset	LErm e Musset,LErm e Mussets,Lerm-e-Mjusse,LÈrm e Musset,LÈrm e Mussets,lai er mu he mi sai,Лерм-е-Мюссе,莱尔姆和米塞		FR	75	33	333	33239	487	Europe/Paris
6432276	Lesparre-Médoc	lesparre-medoc	Lesparre-Medoc,Lesparre-Médoc		FR	75	33	334	33240	5794	Europe/Paris
6432277	Lestiac-sur-Garonne	lestiac-sur-garonne	Lestiac-sur-Garonne		FR	75	33	333	33241	581	Europe/Paris
6432278	Lignan-de-Bazas	lignan-de-bazas	Lin'jan-de-Bazas,Linhan de Vasats,li ni ang de ba zha,Линьян-де-Базас,Ліньян-де-Базас,利尼昂德巴扎		FR	75	33	333	33244	396	Europe/Paris
6432279	Lignan-de-Bordeaux	lignan-de-bordeaux	Lignan-de-Bordeaux		FR	75	33	332	33245	827	Europe/Paris
6432280	Listrac-de-Durèze	listrac-de-dureze	Listrac de Duresa,Listrac de Durèsa,Listrac-de-Dureze,Listrac-de-Durèze,Listrak-de-Djurez,li si te la ke de di lei ci,Листрак-де-Дюрез,Лістрак-де-Дюрез,利斯特拉克德迪雷兹		FR	75	33	333	33247	170	Europe/Paris
6432281	Listrac-Médoc	listrac-medoc	Listrac de Medoc,Listrac de Medòc,Listrak-Medok,li si te la ke mei duo ke,Листрак-Медок,Лістрак-Медок,リストラック・メドック,利斯特拉克梅多克		FR	75	33	334	33248	2737	Europe/Paris
6432282	Lormont	lormont	Lormont		FR	75	33	332	33249	23247	Europe/Paris
6432283	Loubens	loubens	Lobens,Loubens,Luban,lu bang,Лубан,卢邦		FR	75	33	333	33250	301	Europe/Paris
6432284	Louchats	louchats	Loishats,Louchats,Lushats,lu sha te,Лушатс,卢沙特		FR	75	33	333	33251	726	Europe/Paris
6432285	Loupes	loupes	Loupes		FR	75	33	332	33252	775	Europe/Paris
6432286	Loupiac-de-la-Réole	loupiac-de-la-reole	Lopiac de la Reula,Lopiac de la Rèula,Loupiac-de-la-Reole,Loupiac-de-la-Réole,Lupiak-de-la-Reol',lu pi a ke de la-lei ao er,Лупиак-де-ла-Реоль,Лупіак-де-ла-Реоль,卢皮阿克德拉-雷奥尔		FR	75	33	333	33254	490	Europe/Paris
6432288	Ludon-Médoc	ludon-medoc	Ludon-Medoc,Ludon-Médoc		FR	75	33	332	33256	4607	Europe/Paris
6432289	Lugaignac	lugaignac	Ljugen'jak,Lugaignac,Luganhac,lu gai ni ya ke,Люгеньяк,吕盖尼亚克		FR	75	33	335	33257	476	Europe/Paris
6432290	Lugasson	lugasson	Ljugasson,Lugacon,Lugasson,Lugaçon,lu jia song,Люгассон,吕加松		FR	75	33	333	33258	290	Europe/Paris
6432291	Lugos	lugos	Ljugos,Lugos,Lugòs,lu ge,Люгос,吕戈		FR	75	33	336	33260	907	Europe/Paris
6432292	Madirac	madirac	Madirak,ma di la ke,Мадирак,Мадірак,میڈیراک,马迪拉克		FR	75	33	332	33263	235	Europe/Paris
6432293	Maransin	maransin	Maransen,Maransin,ma lang sang,Марансен,马朗桑		FR	75	33	335	33264	1021	Europe/Paris
6432294	Marcenais	marcenais	Marsene,ma er se nai,Марсене,马尔瑟奈		FR	75	33	331	33266	750	Europe/Paris
6432295	Margaux-Cantenac	margaux-cantenac	Margaus,Margaux-Cantenac,Margo,ma er ge,maleugo,margw,marugo,Марго,مارگو,マルゴー,马尔戈,마르고		FR	75	33	334	33268	2953	Europe/Paris
6432297	Marimbault	marimbault	Marimbault		FR	75	33	333	33270	188	Europe/Paris
6432298	Marions	marions	Marions,Marjon,ma li weng,Марйон,马里翁		FR	75	33	333	33271	199	Europe/Paris
6432299	Marsas	marsas	Marsas,ma er sa,Марсас,马尔萨		FR	75	33	331	33272	1196	Europe/Paris
6432300	Martignas-sur-Jalle	martignas-sur-jalle			FR	75	33	332	33273	7302	Europe/Paris
6432301	Martillac	martillac	Martijak,Martilhac,Martillac,ma er di la ke,Мартийак,Мартияк,Мартіяк,马尔蒂拉克		FR	75	33	332	33274	2975	Europe/Paris
6432302	Martres	martres	Martr,Martras,Martres,ma er te lei,Мартр,马尔特雷		FR	75	33	333	33275	117	Europe/Paris
6432303	Masseilles	masseilles	Macelhas,Masseilles,Massej,ma sai lai,Массей,马塞莱		FR	75	33	333	33276	148	Europe/Paris
6432304	Massugas	massugas	Massjugas,Massugas,Massugàs,ma xu jia,Массюгас,马叙加		FR	75	33	333	33277	226	Europe/Paris
6432305	Mazion	mazion	Maz'jon,ma qi weng,Мазьйон,马齐翁		FR	75	33	331	33280	520	Europe/Paris
6432306	Mérignac	merignac	Merin'jak,Merinak,Merinhac,mei li ni ya ke,melinyakeu,merinyakku,mrynyk  zhyrwnd,Мериньяк,Мерињак,مرینیک، ژیروند,メリニャック,梅里尼亚克,메리냐크		FR	75	33	332	33281	70317	Europe/Paris
6432307	Mérignas	merignas	Merin'ja,Merinhas,Merinhàs,mei li ni ya,Меринья,梅里尼亚		FR	75	33	333	33282	335	Europe/Paris
6432308	Mesterrieux	mesterrieux	Meste Riu,Mesterrie,Mesterriu,Mèste Riu,mei si tai er li e,Местеррие,Местерріє,梅斯泰尔里厄		FR	75	33	333	33283	219	Europe/Paris
6432309	Mios	mios	Mios,Miòs,Mjos,mi ao,Мйос,米奥		FR	75	33	336	33284	9513	Europe/Paris
6432310	Mombrier	mombrier	Mombrie,Mombrier,meng bu li ye,Момбрие,Момбріє,蒙布里耶		FR	75	33	331	33285	416	Europe/Paris
6432312	Monprimblanc	monprimblanc	Monpremblan,Mont Primblan,Montprimblan,meng pu li mu bu lang ke,Монпремблан,蒙普里姆布朗克		FR	75	33	333	33288	292	Europe/Paris
6432313	Montagne	montagne	Montagne,Montan',Montanha,meng ta ni,montanyu,Монтань,モンターニュ,蒙塔尼		FR	75	33	335	33290	1542	Europe/Paris
6432314	Montagoudin	montagoudin	Mont Agaudin,Montagaudin,Montagoudin,Montaguden,meng ta gu dan,Монтагуден,蒙塔古丹		FR	75	33	333	33291	184	Europe/Paris
6432315	Montussan	montussan	Montussan		FR	75	33	332	33293	3136	Europe/Paris
6432316	Morizès	morizes	Mauriseth,Maurisèth,Morizes,Morizès,mo li ze,Моризес,莫里泽		FR	75	33	333	33294	545	Europe/Paris
6432317	Mouillac	mouillac	Molhac,Mujak,mu yi la ke,Муяк,穆伊拉克		FR	75	33	335	33295	90	Europe/Paris
6432318	Mouliets-et-Villemartin	mouliets-et-villemartin	Moliets e Vila Martin,Moliets e Vilamartin,Mouliets-et-Villemartin,Mul'ets-e-Vil'marten,mu li ye te he wei lai ma er tan,Мульетс-е-Вильмартен,Мульєтс-е-Вільмартен,穆利耶特和维莱马尔坦		FR	75	33	335	33296	1075	Europe/Paris
6432319	Moulis-en-Médoc	moulis-en-medoc	Molis,Molis de Medoc,Molís,Molís de Medòc,Moulis-en-Medoc,Moulis-en-Médoc,Muli-an-Medok,Muliz-an-Medok,mei duo ke de qu mu li,muri=zan=medokku,Мули-ан-Медок,Мулиз-ан-Медок,Муліз-ан-Медок,ムーリ＝ザン＝メドック,梅多克地区穆利		FR	75	33	334	33297	1806	Europe/Paris
6432320	Mourens	mourens	Morens,Mourens,Muran,mu lang,Муран,穆朗		FR	75	33	333	33299	385	Europe/Paris
6432590	Popian	popian	Popian		FR	76	34	342	34208	348	Europe/Paris
6432321	Naujac-sur-Mer	naujac-sur-mer	Naujac,Nozhak-sjur-Mer,bin hai nuo ya ke,Ножак-сюр-Мер,滨海诺雅克		FR	75	33	334	33300	1073	Europe/Paris
6432322	Naujan-et-Postiac	naujan-et-postiac	Naujan-et-Postiac		FR	75	33	335	33301	565	Europe/Paris
6432323	Néac	neac	Neac,Neak,Néac,nei a ke,Неак,内阿克		FR	75	33	335	33302	407	Europe/Paris
6432324	Nérigean	nerigean	Nerigean,Nerijan,Nerizhan,Nérigean,nei li rang,Нерижан,内里让		FR	75	33	335	33303	834	Europe/Paris
6432325	Neuffons	neuffons	Nau Honts,Nauhonts,Neffon,Neuffons,na feng,Неффон,纳丰		FR	75	33	333	33304	155	Europe/Paris
6432327	Noaillan	noaillan	Noaillan		FR	75	33	333	33307	1677	Europe/Paris
6432328	Omet	omet	Ome,ao mei,Оме,奥梅		FR	75	33	333	33308	296	Europe/Paris
6432329	Ordonnac	ordonnac	Ordonac,Ordonnac,Ordonnak,ao er duo na ke,Ордоннак,奥尔多纳克		FR	75	33	334	33309	509	Europe/Paris
6432330	Origne	origne	Aurinha,Origne,Orin',ao li ni,Оринь,奥里尼		FR	75	33	333	33310	181	Europe/Paris
6432331	Paillet	paillet	Paillet		FR	75	33	333	33311	1217	Europe/Paris
6432332	Parempuyre	parempuyre	Parampjuir,Parampuira,pa lang pi yi er,Парампюир,Парампюїр,帕朗皮伊尔		FR	75	33	332	33312	8456	Europe/Paris
6432333	Pellegrue	pellegrue			FR	75	33	333	33316	1093	Europe/Paris
6432334	Périssac	perissac	Perissac,Perissak,Périssac,pei li sa ke,Периссак,佩里萨克		FR	75	33	335	33317	1175	Europe/Paris
6432335	Pessac-sur-Dordogne	pessac-sur-dordogne	Pessac-sur-Dordogne		FR	75	33	335	33319	464	Europe/Paris
6432336	Petit-Palais-et-Cornemps	petit-palais-et-cornemps	Peti-Pale-e-Kornam,Petit-Palais-et-Cornemps,po di-pa lai he ke er nen pu si,Пети-Пале-е-Корнам,Петі-Пале-е-Корнам,珀蒂-帕萊和科爾嫩普斯		FR	75	33	335	33320	724	Europe/Paris
6432337	Peujard	peujard	Peujard,Pezhar,Pui Isarn,Puisarn,po ya er,Пежар,珀雅尔		FR	75	33	331	33321	2185	Europe/Paris
6432338	Pineuilh	pineuilh	Pineuilh		FR	75	33	335	33324	4357	Europe/Paris
6432339	Plassac	plassac	Plassac,Plassak,pu la sa ke,Плассак,普拉萨克		FR	75	33	331	33325	860	Europe/Paris
6432340	Pleine-Selve	pleine-selve	Pleine-Selve,Plen-Sel'v,pu lan sai er fu,Плен-Сельв,普兰塞尔夫		FR	75	33	331	33326	220	Europe/Paris
6432341	Podensac	podensac	Podansak,Podencac,Podensac,Podençac,bo dang sa ke,Подансак,波当萨克		FR	75	33	333	33327	3201	Europe/Paris
6432342	Pompéjac	pompejac	Pompejac,Pompéjac		FR	75	33	333	33329	258	Europe/Paris
6432343	Pompignac	pompignac	Pompignac		FR	75	33	332	33330	2938	Europe/Paris
6432344	Pondaurat	pondaurat	Pondaurat		FR	75	33	333	33331	473	Europe/Paris
6432345	Porchères	porcheres	Porsher,bo er xie lei,Поршер,波尔谢雷		FR	75	33	335	33332	896	Europe/Paris
6432346	Portets	portets	Portets		FR	75	33	333	33334	2686	Europe/Paris
6432347	Préchac	prechac	Preishac,Preshak,pu lei sha ke,Прешак,普雷沙克		FR	75	33	333	33336	1012	Europe/Paris
6432348	Preignac	preignac	Preignac		FR	75	33	333	33337	2150	Europe/Paris
6432350	Pugnac	pugnac	Pugnac		FR	75	33	331	33341	2292	Europe/Paris
6432351	Pujols-sur-Ciron	pujols-sur-ciron	Pjuzhol'-sjur-Siron,Pujols-sur-Ciron,Pujous de Siron,Pujòus de Siron,xi luo ne he pan pi ruo er,Пюжоль-сюр-Сирон,Пюжоль-сюр-Сірон,西罗讷河畔皮若尔		FR	75	33	333	33343	789	Europe/Paris
6432352	Puybarban	puybarban	Pjuibarban,Puei Barbant,Puibarban,Puybarban,Puèi Barbant,pi yi ba er bang,Пюибарбан,Пюїбарбан,皮伊巴尔邦		FR	75	33	333	33346	418	Europe/Paris
6432353	Rauzan	rauzan	Rausan,Rauzan,Rozan,luo cang,Розан,罗藏		FR	75	33	335	33350	1210	Europe/Paris
6432354	Reignac	reignac	Reignac,Ren'jak,lei ni ya ke,Реньяк,雷尼亚克		FR	75	33	331	33351	1555	Europe/Paris
6432355	Rimons	rimons	Rimons		FR	75	33	333	33353	190	Europe/Paris
6432356	Riocaud	riocaud	Riocaud,Riu Cau,Riucau,Rjoko,li ao ke,Рйоко,里奥科		FR	75	33	335	33354	184	Europe/Paris
6432357	Roaillan	roaillan	Roaillan,Roajan,Roalhan,luo ai lang,Роаян,罗艾朗		FR	75	33	333	33357	1667	Europe/Paris
6432358	Romagne	romagne	Romagne,Roman',Romanha,luo ma ni,Романь,罗马尼		FR	75	33	333	33358	457	Europe/Paris
6432359	Roquebrune	roquebrune	Rocabruna,Rokbrjun,Roquebrune,Ròcabruna,luo qu ai bu lan,Рокбрюн,罗屈埃布兰		FR	75	33	333	33359	274	Europe/Paris
6432360	Ruch	ruch	Rjush,Ruch,Ruish,lu ke,Рюш,吕克		FR	75	33	333	33361	601	Europe/Paris
6432361	Sablons	sablons	Sablon,Sablons,sa bu long,Саблон,سبلونس، گروندے,萨布隆		FR	75	33	335	33362	1358	Europe/Paris
6432362	Saillans	saillans	Saillans,Sajan,Salhans,sai lang,Саян,سیلنس، گروندے,赛朗		FR	75	33	335	33364	399	Europe/Paris
6432364	Saint-André-du-Bois	saint-andre-du-bois	Saint-Andre-du-Bois,Saint-André-du-Bois		FR	75	33	333	33367	432	Europe/Paris
6432365	Saint-André-et-Appelles	saint-andre-et-appelles	Saint-Andre-et-Appelles,Saint-André-et-Appelles,Sant Andrieu e Apela,Sant Andrieu e Apèla,Sent Andriu e Apela,Sent Andriu e Apèla,Sent-Andre-e-Appel',sheng ang de lei he a pei lai,Сент-Андре-е-Аппель,سینٹ-آندرے-یت-اپپلیس,圣昂德雷和阿佩莱		FR	75	33	335	33369	698	Europe/Paris
6432366	Saint-Androny	saint-androny	Saint-Androny,Sent-Androni,sheng ang de luo ni,Сент-Андрони,Сент-Андроні,سینٹ-اندرونے,圣昂德罗尼		FR	75	33	331	33370	558	Europe/Paris
6432367	Saint-Antoine-du-Queyret	saint-antoine-du-queyret	Saint-Antoine-du-Queyret,Sent Antoni dau Cairet,Sent Antòni dau Cairet,Sent-Antuan-dju-Kejre,sheng ang tu wan di qu ai lei,Сент-Антуан-дю-Кейре,سینٹ-انتوینے-دو-قےرت,圣昂图万迪屈埃雷		FR	75	33	333	33372	64	Europe/Paris
6432369	Saint-Aubin-de-Blaye	saint-aubin-de-blaye	Saint-Aubin-de-Blaye,Sent-Oben-de-Ble,sheng ao ban de bu lai ai,Сент-Обен-де-Бле,سینٹ-آبن-دے-بلے,圣奥班德布莱埃		FR	75	33	331	33374	829	Europe/Paris
6432370	Saint-Aubin-de-Branne	saint-aubin-de-branne	Saint-Aubin-de-Branne		FR	75	33	335	33375	350	Europe/Paris
6432371	Saint-Aubin-de-Médoc	saint-aubin-de-medoc	Saint-Aubin-de-Medoc,Saint-Aubin-de-Médoc		FR	75	33	332	33376	7147	Europe/Paris
6432372	Saint-Avit-de-Soulège	saint-avit-de-soulege	Saint-Avit-de-Soulege,Saint-Avit-de-Soulège,Sent Avit de Soletge,Sent-Avi-de-Sulezh,sheng a wei de su lai ge,Сент-Ави-де-Сулеж,Сент-Аві-де-Сулеж,سینٹ-اوٹ-دے-سولگے,圣阿维德苏莱格		FR	75	33	335	33377	79	Europe/Paris
6432373	Saint-Brice	saint-brice	Saint-Brice,Sen-Bris,Sent Brici,Sent Bríci,sheng bu li ke,Сен-Брис,سینٹ-برکے، گروندے,圣布里克		FR	75	33	333	33379	316	Europe/Paris
6432374	Val-de-Livenne	val-de-livenne	Sen-Kapre-de-Ble,Val-de-Livenne,sheng ka pu lai de bu lai ai,Сен-Капре-де-Бле,سینٹ-کاپریس-دے-بلے,圣卡普赖德布莱埃		FR	75	33	331	33380	1739	Europe/Paris
6432375	Saint-Caprais-de-Bordeaux	saint-caprais-de-bordeaux	Saint-Caprais-de-Bordeaux		FR	75	33	332	33381	3201	Europe/Paris
6432376	Saint-Christoly-de-Blaye	saint-christoly-de-blaye	Saint-Christoly-de-Blaye,Sen-Kristoli-de-Ble,sheng ke li si tuo li de bu lai ai,Сен-Кристоли-де-Бле,Сен-Кристолі-де-Бле,سینٹ-چرستولے-دے-بلے,圣克里斯托利德布莱埃		FR	75	33	331	33382	1983	Europe/Paris
6432377	Saint-Christoly-Médoc	saint-christoly-medoc	Saint-Christoly-Medoc,Saint-Christoly-Médoc		FR	75	33	334	33383	288	Europe/Paris
6432378	Saint-Christophe-des-Bardes	saint-christophe-des-bardes	Saint-Christophe-des-Bardes,Sen-Kristof-de-Bard,Sent Cristofe de Bardas,Sent Cristòfe de Bardas,sheng ke li si tuo fu dai ba er dai,Сен-Кристоф-де-Бард,سینٹ-کروسٹوفے-دس-بردس,圣克里斯托夫代巴尔代		FR	75	33	335	33384	443	Europe/Paris
6432379	Saint-Cibard	saint-cibard	Saint-Cibard,Sen-Sibar,Sench Ibarc,Sench Ibarç,sheng xi ba er,Сен-Сибар,Сен-Сібар,سینٹ-کبرد,圣西巴尔		FR	75	33	335	33386	179	Europe/Paris
6432380	Saint-Ciers-d'Abzac	saint-ciers-d-abzac	Saint-Ciers-d'Abzac		FR	75	33	335	33387	1390	Europe/Paris
6432381	Saint-Ciers-de-Canesse	saint-ciers-de-canesse	Saint-Ciers-de-Canesse,Sen-S'e-de-Kaness,Sent Circ de Caneca,Sent Circ de Caneça,sheng xie er de ka nei si,Сен-Сье-де-Канесс,Сен-Сьє-де-Канесс,سینٹ-کیرس-دے-کنیسسے,圣谢尔德卡内斯		FR	75	33	331	33388	822	Europe/Paris
6432382	Saint-Ciers-sur-Gironde	saint-ciers-sur-gironde	Saint-Ciers-sur-Gironde		FR	75	33	331	33389	3025	Europe/Paris
6432383	Sainte-Croix-du-Mont	sainte-croix-du-mont	Sainte-Croix-du-Mont		FR	75	33	333	33392	901	Europe/Paris
6432384	Saint-Denis-de-Pile	saint-denis-de-pile	Saint-Denis-de-Pile,Sen-Deni-de-Pil',sheng de ni de pi er,Сен-Дени-де-Пиль,Сен-Дені-де-Піль,سینٹ-ڈینس-دے-پلے,圣德尼德皮尔		FR	75	33	335	33393	5411	Europe/Paris
6432385	Saint-Émilion	saint-emilion	Saint-Emilion,Saint-Émilion		FR	75	33	335	33394	1876	Europe/Paris
6432386	Saint-Étienne-de-Lisse	saint-etienne-de-lisse	Saint-Etienne-de-Lisse,Saint-Étienne-de-Lisse,Sent Estefe de Lica,Sent Estefe de Puiblanquet,Sent Estèfe de Liça,Sent Estèfe de Puiblanquet,Sent-Et'enn-de-Liss,sheng ai di an de li si,Сент-Етьенн-де-Лисс,Сент-Етьєнн-де-Лісс,سینٹ-ایٹیینے-دے-لسسے,圣埃蒂安德利斯		FR	75	33	335	33396	249	Europe/Paris
6432387	Saint-Exupéry	saint-exupery	Sent Exuperi,Sent Exupèri,Sent Superi,Sent-Ekzjuperi,sheng ai ke xu pei li,Сент-Екзюпери,Сент-Екзюпері,سینٹ-شپےڑی، گروندے,圣埃克叙佩里		FR	75	33	333	33398	165	Europe/Paris
6432388	Saint-Félix-de-Foncaude	saint-felix-de-foncaude			FR	75	33	333	33399	292	Europe/Paris
6432389	Saint-Ferme	saint-ferme	Saint-Ferme,Sen-Ferm,Sent Fermer,Sent Fèrmer,sheng fu er mu,Сен-Ферм,圣弗尔姆		FR	75	33	333	33400	353	Europe/Paris
6432390	Sainte-Florence	sainte-florence	Sainte-Florence,Sent-Florans,Senta Florenca,Senta Florença,sheng fu luo lang ke,Сент-Флоранс,سین-فلورنس، گروندے,圣弗洛朗克		FR	75	33	335	33401	148	Europe/Paris
6432391	Sainte-Foy-la-Grande	sainte-foy-la-grande	Sainte-Foy-la-Grande		FR	75	33	335	33402	2484	Europe/Paris
6432392	Sainte-Foy-la-Longue	sainte-foy-la-longue	Sainte-Foy-la-Longue,Sent-Fua-la-Long,Senta Fe la Longa,Senta He la Longa,sheng fu wa-la long gai,Сент-Фуа-ла-Лонг,سین-فوے-لا-لونگی,圣富瓦-拉隆盖		FR	75	33	333	33403	121	Europe/Paris
6432393	Saint-Genès-de-Blaye	saint-genes-de-blaye	Saint-Genes-de-Blaye,Saint-Genès-de-Blaye,Sen-Zhenes-de-Ble,sheng re nei de bu lai ai,Сен-Женес-де-Бле,سینٹ-گینس-دے-بلے,圣热内德布莱埃		FR	75	33	331	33405	484	Europe/Paris
6432394	Saint-Genès-de-Castillon	saint-genes-de-castillon	Saint-Genes-de-Castillon,Saint-Genès-de-Castillon		FR	75	33	335	33406	394	Europe/Paris
6432395	Saint-Genès-de-Fronsac	saint-genes-de-fronsac	Saint-Genes-de-Fronsac,Saint-Genès-de-Fronsac,Sen-Zhenes-de-Fronsak,sheng re nei de fu long sa ke,Сен-Женес-де-Фронсак,سینٹ-گینس-دے-فرونساک,圣热内德弗龙萨克		FR	75	33	335	33407	782	Europe/Paris
6432396	Saint-Genès-de-Lombaud	saint-genes-de-lombaud			FR	75	33	332	33408	395	Europe/Paris
6432397	Saint-Genis-du-Bois	saint-genis-du-bois	Saint-Genis-du-Bois,Sen-Zhenis-dju-Bua,Sent Genis de Martras,Sent Genis deu Bosc,Sent Genís de Martras,Sent Genís deu Bòsc,sheng re ni di bu wa,Сен-Женис-дю-Буа,Сен-Женіс-дю-Буа,سینٹ-گینس-دو-بوس,圣热尼迪布瓦		FR	75	33	333	33409	90	Europe/Paris
6432398	Saint-Germain-de-Grave	saint-germain-de-grave	Saint-Germain-de-Grave,Sen-Zhermen-de-Grav,Sent German de Grava,Sent German de la Grava,sheng ri er man de ge la fu,Сен-Жермен-де-Грав,سینٹ-گرمین-دے-گریو,圣日尔曼德格拉夫		FR	75	33	333	33411	160	Europe/Paris
6432399	Saint-Germain-d'Esteuil	saint-germain-d-esteuil	Saint-Germain-d'Esteuil		FR	75	33	334	33412	1218	Europe/Paris
6432400	Saint-Germain-du-Puch	saint-germain-du-puch	Sen-Zhermen-dju-Pjush,Sent German dau Pug,sheng ri er man di pi ke,Сен-Жермен-дю-Пюш,سینٹ-گرمین-دو-پچ,圣日尔曼迪皮克		FR	75	33	335	33413	2152	Europe/Paris
6432401	Saint-Germain-de-la-Rivière	saint-germain-de-la-riviere	Saint-Germain-de-la-Riviere,Saint-Germain-de-la-Rivière,Sen-Zhermen-de-la-Riv'er,Sen-Zhermen-de-la-River,Sent German de la Ribera,Sent German de la Ribiera,Sent German de la Ribièra,Sent German de la Ribèra,sheng ri er man de la-li wei ai,Сен-Жермен-де-ла-Ривьер,Сен-Жермен-де-ла-Ривєр,سینٹ-گرمین-دے-لا-ریویرے,圣日尔曼德拉-里维埃		FR	75	33	335	33414	378	Europe/Paris
6432402	Saint-Gervais	saint-gervais	Saint-Gervais,Sen-Zherve,Sent Gervasi,sheng re er wei,Сен-Жерве,سینٹ-گروس، گروندے,圣热尔韦		FR	75	33	331	33415	1845	Europe/Paris
6432403	Saint-Girons-d'Aiguevives	saint-girons-d-aiguevives	Saint-Girons-d'Aiguevives		FR	75	33	331	33416	960	Europe/Paris
6432404	Sainte-Hélène	sainte-helene	Sainte-Helene,Sainte-Hélène,Sent-Elen,Senta Elena,sheng ai lai en,Сент-Елен,سین-ہلنے، گروندے,圣埃莱恩		FR	75	33	334	33417	2767	Europe/Paris
6432470	Sauternes	sauternes	Sauternas,Sauternes,Sautèrnas,Sotern,soterunu,suo tai er nei,Сотерн,ソーテルヌ,索泰尔内		FR	75	33	333	33504	783	Europe/Paris
6432405	Saint-Hilaire-de-la-Noaille	saint-hilaire-de-la-noaille	Saint-Hilaire-de-la-Noaille,Sen-Iler-de-la-Noaj,Sent Ilari de la Noalha,sheng yi lai er de la-nuo ai er,Сен-Ілер-де-ла-Ноай,Сен-Илер-де-ла-Ноай,سینٹ-ہلیری-دے-لا-نوایلے,圣伊莱尔德拉-诺艾尔		FR	75	33	333	33418	381	Europe/Paris
6432406	Saint-Hilaire-du-Bois	saint-hilaire-du-bois	Saint-Hilaire-du-Bois,Sen-Iler-dju-Bua,Sent Ilari de Sauvaterra,Sent Ilari de Sauvatèrra,Sent Ilari deu Bosc,Sent Ilari deu Bòsc,sheng yi lai er di bu wa,Сен-Ілер-дю-Буа,Сен-Илер-дю-Буа,سینٹ-ہلیری-دو-بوس، گروندے,圣伊莱尔迪布瓦		FR	75	33	333	33419	76	Europe/Paris
6432407	Saint-Hippolyte	saint-hippolyte	Saint-Hippolyte,Sen-Ippolit,Sent Polit,sheng yi bo li te,Сен-Іпполіт,Сен-Ипполит,سینٹ-ہپپولیتے، گروندے,圣伊波利特		FR	75	33	335	33420	138	Europe/Paris
6432408	Saint-Jean-de-Blaignac	saint-jean-de-blaignac	Saint-Jean-de-Blaignac,Sen-Zhan-de-Blen'jak,Sent Joan de Blanhac,sheng rang de bu lai ni ya ke,Сен-Жан-де-Бленьяк,سینٹ-ژاں -دے-بلیگناک,圣让德布莱尼亚克		FR	75	33	335	33421	438	Europe/Paris
6432409	Saint-Jean-d'Illac	saint-jean-d-illac	Saint-Jean-d'Illac		FR	75	33	332	33422	8156	Europe/Paris
6432410	Saint-Laurent-d'Arce	saint-laurent-d-arce	Saint-Laurent-d'Arce		FR	75	33	331	33425	1438	Europe/Paris
6432411	Saint-Laurent-des-Combes	saint-laurent-des-combes	Saint-Laurent-des-Combes,Sen-Loran-de-Komb,Sent Laurenc de Peiralonga,Sent Laurenc de las Comas,Sent Laurenç de Pèiralonga,Sent Laurenç de las Comas,sheng luo lang-de kong bu,Сен-Лоран-де-Комб,سینٹ-لارنٹ-دس-کومبس، گروندے,圣洛朗-德孔布		FR	75	33	335	33426	262	Europe/Paris
6432412	Saint-Laurent-du-Bois	saint-laurent-du-bois	Sen-Loran-dju-Bua,Sent Laurenc deu Bosc,Sent Laurenc lo Naut,Sent Laurenç deu Bòsc,Sent Laurenç lo Naut,sheng luo lang di bu wa,Сен-Лоран-дю-Буа,سینٹ-لارنٹ-دو-بوس,圣洛朗迪布瓦		FR	75	33	333	33427	254	Europe/Paris
6432413	Saint-Laurent-du-Plan	saint-laurent-du-plan	Saint-Laurent-du-Plan,Sen-Loran-dju-Plan,Sent Laurenc dau Plan,Sent Laurenc lo Baish,Sent Laurenç dau Plan,Sent Laurenç lo Baish,sheng luo lang di pu lang,Сен-Лоран-дю-План,سینٹ-لارنٹ-دو-پلان,圣洛朗迪普朗		FR	75	33	333	33428	96	Europe/Paris
6432414	Saint-Léger-de-Balson	saint-leger-de-balson	Saint-Leger-de-Balson,Saint-Léger-de-Balson		FR	75	33	333	33429	343	Europe/Paris
6432415	Saint-Loubert	saint-loubert			FR	75	33	333	33432	229	Europe/Paris
6432416	Saint-Loubès	saint-loubes	Saint-Loubes,Saint-Loubès		FR	75	33	332	33433	9375	Europe/Paris
6432417	Saint-Louis-de-Montferrand	saint-louis-de-montferrand			FR	75	33	332	33434	2158	Europe/Paris
6432418	Saint-Macaire	saint-macaire	Sen-Maker,Sent Macari,sheng ma kai er,Сен-Макер,سینٹ-مکرے,圣马凯尔		FR	75	33	333	33435	2088	Europe/Paris
6432419	Saint-Magne-de-Castillon	saint-magne-de-castillon	Saint-Magne-de-Castillon,Sen-Man'-de-Kastijon,Sent Manhe de Castilhon,sheng ma ni de ka si di long,Сен-Мань-де-Кастийон,Сен-Мань-де-Кастійон,سینٹ-مگنے-دے-کاسٹلوں,圣马尼德卡斯蒂隆		FR	75	33	335	33437	1989	Europe/Paris
6432420	Saint-Maixant	saint-maixant	Saint-Maixant,Sen-Meksan,Sent Maxenc,Sent Maxenç,sheng mai ke sang,Сен-Мексан,سینٹ-شنت، گروندے,圣迈克桑		FR	75	33	333	33438	1894	Europe/Paris
6432421	Saint-Mariens	saint-mariens	Saint-Mariens,Sen-Mar'jan,Sen-Marjan,sheng ma li an,Сен-Марьян,Сен-Марян,سینٹ-مرینس,圣马里安		FR	75	33	331	33439	1601	Europe/Paris
6432422	Saint-Martin-Lacaussade	saint-martin-lacaussade	Saint-Martin-Lacaussade,Sen-Marten-Lakossad,sheng ma dan la ke sa de,Сен-Мартен-Лакоссад,سینٹ-مارٹن-لاکوسساڈے,圣马丹拉科萨德		FR	75	33	331	33441	1086	Europe/Paris
6432423	Saint-Martin-de-Laye	saint-martin-de-laye	Saint-Martin-de-Laye,Sen-Marten-de-Laj,sheng ma dan de lai ai,Сен-Мартен-де-Лай,سینٹ-مارٹن-دے-لیے,圣马丹德莱埃		FR	75	33	335	33442	541	Europe/Paris
6432424	Saint-Martin-de-Lerm	saint-martin-de-lerm	Saint-Martin-de-Lerm,Sen-Marten-de-Lerm,Sent Martin de lErm,Sent Martin de lÈrm,sheng ma dan de lai er mu,Сен-Мартен-де-Лерм,سینٹ-مارٹن-دے-لرم,圣马丹德莱尔姆		FR	75	33	333	33443	138	Europe/Paris
6432425	Saint-Martin-de-Sescas	saint-martin-de-sescas	Saint-Martin-de-Sescas,Sen-Marten-de-Seskas,Sent Martin de Sescas,Sent Martin de Sescàs,sheng ma dan de sai si ka,Сен-Мартен-де-Сескас,سینٹ-مارٹن-دے-سسکس,圣马丹德塞斯卡		FR	75	33	333	33444	603	Europe/Paris
6432426	Saint-Martin-du-Bois	saint-martin-du-bois	Sen-Marten-dju-Bua,sheng ma dan di bu wa,Сен-Мартен-дю-Буа,سینٹ-مارٹن-دو-بوس، گروندے,圣马丹迪布瓦		FR	75	33	335	33445	856	Europe/Paris
6432427	Saint-Martin-du-Puy	saint-martin-du-puy	Saint-Martin-du-Puy,Sen-Marten-dju-Pjui,Sent Martin deu Pot,sheng ma dan di pi yi,Сен-Мартен-дю-Пюи,Сен-Мартен-дю-Пюї,سینٹ-مارٹن-دو-پے، گروندے,圣马丹迪皮伊		FR	75	33	333	33446	190	Europe/Paris
6432428	Saint-Médard-de-Guizières	saint-medard-de-guizieres	Saint-Medard-de-Guizieres,Saint-Médard-de-Guizières,Sen-Medar-de-Giz'er,sheng mei da er de ji qi ai,Сен-Медар-де-Гизьер,Сен-Медар-де-Гізьєр,سینٹ-میڈرڈ-دے-گیزیرس,圣梅达尔德吉齐埃		FR	75	33	335	33447	2373	Europe/Paris
6432429	Saint-Médard-d'Eyrans	saint-medard-d-eyrans	Saint-Medard-d'Eyrans,Saint-Médard-d'Eyrans		FR	75	33	332	33448	2944	Europe/Paris
6432430	Saint-Médard-en-Jalles	saint-medard-en-jalles	Saint-Medard-en-Jalles,Saint-Médard-en-Jalles		FR	75	33	332	33449	30956	Europe/Paris
6432431	Saint-Michel-de-Castelnau	saint-michel-de-castelnau	Sen-Mishel'-de-Kastel'no,Sent Miqueu de Castethnau,Sent Miquèu de Castèthnau,sheng mi she de ka si tai er nuo,Сен-Мишель-де-Кастельно,Сен-Мішель-де-Кастельно,سینٹ-مشیل-دے-کاسٹلنو,圣米舍德卡斯泰尔诺		FR	75	33	333	33450	230	Europe/Paris
6432432	Saint-Michel-de-Fronsac	saint-michel-de-fronsac	Saint-Michel-de-Fronsac,Sen-Mishel'-de-Fronsak,Sent Micheu de Froncac,Sent Michèu de Fronçac,Sent Miqueu de Fronsac,Sent Miquèu de Fronsac,sheng mi she de fu long sa ke,Сен-Мишель-де-Фронсак,Сен-Мішель-де-Фронсак,سینٹ-مشیل-دے-فرونساک,圣米舍德弗龙萨克		FR	75	33	335	33451	516	Europe/Paris
6432433	Saint-Michel-de-Rieufret	saint-michel-de-rieufret			FR	75	33	333	33452	748	Europe/Paris
6432434	Saint-Morillon	saint-morillon	Saint-Morillon,Sen-Morijon,Sent Maurilhon,sheng mo li long,Сен-Морийон,Сен-Морійон,سینٹ-موریلوں,圣莫里隆		FR	75	33	332	33454	1665	Europe/Paris
6433908	Nousse	nousse	Nousse		FR	75	40	401	40205	242	Europe/Paris
6432435	Saint-Pardon-de-Conques	saint-pardon-de-conques	Saint-Pardon-de-Conques,Sen-Pardon-de-Konk,Sent Pardon de Concas,Sent Perdon de Concas,sheng pa er dong de kong qu ai,Сен-Пардон-де-Конк,圣帕尔东德孔屈埃		FR	75	33	333	33457	576	Europe/Paris
6432436	Saint-Pey-de-Castets	saint-pey-de-castets	Sen-Pe-de-Kastets,Sent Peir de Casteths,Sent Pèir de Castèths,sheng pei de ka si tai te,Сен-Пе-де-Кастетс,سین-پی-دے-کستیٹس,圣佩德卡斯泰特		FR	75	33	335	33460	623	Europe/Paris
6432437	Saint-Philippe-d'Aiguille	saint-philippe-d-aiguille	Saint-Philippe-d'Aiguille		FR	75	33	335	33461	373	Europe/Paris
6432438	Saint-Philippe-du-Seignal	saint-philippe-du-seignal	Saint-Philippe-du-Seignal,Sant Filipe deu Senhal,Sen-Filipp-dju-Sen'jal',Sent Filipe de Senhau,sheng fei li pu di sai ni ya,Сен-Филипп-дю-Сеньяль,Сен-Філіпп-дю-Сеньяль,سین-فلپے-دو-سگنل,圣菲利普迪塞尼亚		FR	75	33	335	33462	480	Europe/Paris
6432439	Saint-Pierre-d'Aurillac	saint-pierre-d-aurillac	Saint-Pierre-d'Aurillac		FR	75	33	333	33463	1329	Europe/Paris
6432440	Saint-Pierre-de-Bat	saint-pierre-de-bat	Saint-Pierre-de-Bat		FR	75	33	333	33464	317	Europe/Paris
6432441	Saint-Pierre-de-Mons	saint-pierre-de-mons	Saint-Pierre-de-Mons,Sen-P'err-de-Mon,Sen-Perr-de-Mon,Sent Peir de Lengon,Sent Peir de Mons,Sent Pèir de Lengon,Sent Pèir de Mons,sheng pi ye er de meng,Сен-Пьерр-де-Мон,Сен-Пєрр-де-Мон,圣皮耶尔德蒙		FR	75	33	333	33465	1184	Europe/Paris
6432442	Saint-Quentin-de-Baron	saint-quentin-de-baron	Sen-Kanten-de-Baron,Sent Quentin de Baron,Sent Quentin de Varon,sheng qu ang tan de ba long,Сен-Кантен-де-Барон,سین-قینٹین-دے-بڑون,圣屈昂坦德巴龙		FR	75	33	335	33466	2398	Europe/Paris
6432443	Saint-Quentin-de-Caplong	saint-quentin-de-caplong	Sen-Kanten-de-Kaplon,Sent Quentin de Camp Long,Sent Quentin de Camplong,sheng qu ang tan de ka pu long,Сен-Кантен-де-Каплон,سین-قینٹین-دے-کپلونگ,圣屈昂坦德卡普隆		FR	75	33	335	33467	245	Europe/Paris
6432444	Saint-Romain-la-Virvée	saint-romain-la-virvee	Saint-Romain-la-Virvee,Saint-Romain-la-Virvée,Sen-Romen-la-Virve,Sent Roman,sheng luo man la wei er wei ai,Сен-Ромен-ла-Вирве,Сен-Ромен-ла-Вірве,سین-رومین-لا-وروے,圣罗曼拉维尔韦埃		FR	75	33	335	33470	872	Europe/Paris
6432445	Saint-Sauveur-de-Puynormand	saint-sauveur-de-puynormand	Sen-Sover-de-Pjuinorman,sheng suo fu de pi yi nuo er mang,Сен-Совер-де-Пюинорман,Сен-Совер-де-Пюїнорман,سین-سویر-دے-پینورمند,圣索弗德皮伊诺尔芒		FR	75	33	335	33472	359	Europe/Paris
6432446	Saint-Selve	saint-selve			FR	75	33	332	33474	2865	Europe/Paris
6432447	Saint-Seurin-de-Bourg	saint-seurin-de-bourg	Saint-Seurin-de-Bourg,Sen-Seren-de-Bur,Sent Seurin de Borg,sheng se lan de bu er,Сен-Серен-де-Бур,سین-سیرین-دے-بارگ,圣瑟兰德布尔		FR	75	33	331	33475	402	Europe/Paris
6432448	Saint-Seurin-de-Cadourne	saint-seurin-de-cadourne	Saint-Seurin-de-Cadourne,Sen-Seren-de-Kadurn,Sent Seurin de Cadorna,sheng se lan de ka du er en,Сен-Серен-де-Кадурн,سین-سیرین-دے-کدوڑنے,圣瑟兰德卡杜尔恩		FR	75	33	334	33476	713	Europe/Paris
6432449	Saint-Seurin-de-Cursac	saint-seurin-de-cursac	Saint-Seurin-de-Cursac,Sen-Seren-de-Kjursak,sheng se lan de qu er sa ke,Сен-Серен-де-Кюрсак,سین-سیرین-دے-کرسک,圣瑟兰德屈尔萨克		FR	75	33	331	33477	781	Europe/Paris
6432450	Saint-Seurin-sur-l'Isle	saint-seurin-sur-l-isle	Saint-Seurin-sur-l'Isle		FR	75	33	335	33478	3160	Europe/Paris
6432451	Saint-Sève	saint-seve	Saint-Seve,Saint-Sève		FR	75	33	333	33479	254	Europe/Paris
6432452	Saint-Sulpice-de-Faleyrens	saint-sulpice-de-faleyrens			FR	75	33	335	33480	1379	Europe/Paris
6432453	Saint-Sulpice-de-Guilleragues	saint-sulpice-de-guilleragues	Saint-Sulpice-de-Guilleragues,Sen-Sjul'pis-de-Gierag,Sent Sulpici de Guilheragas,sheng xu er pi ke de ji lei la gai,Сен-Сюльпис-де-Гиераг,Сен-Сюльпіс-де-Гієраг,圣叙尔皮克德吉勒拉盖		FR	75	33	333	33481	227	Europe/Paris
6432454	Saint-Sulpice-de-Pommiers	saint-sulpice-de-pommiers	Saint-Sulpice-de-Pommiers,Sen-Sjul'pis-de-Pomm'e,Sen-Sjul'pis-de-Pomme,Sent Sulpici de Pomeirs,Sent Sulpici de Pomèirs,sheng xu er pi ke de bo mi ye er,Сен-Сюльпис-де-Поммье,Сен-Сюльпіс-де-Поммє,圣叙尔皮克德波米耶尔		FR	75	33	333	33482	230	Europe/Paris
6432455	Saint-Sulpice-et-Cameyrac	saint-sulpice-et-cameyrac	Saint-Sulpice-et-Cameyrac		FR	75	33	332	33483	4584	Europe/Paris
6432456	Saint-Symphorien	saint-symphorien	Sen-Semfor'jan,Sen-Semforjan,Sent Sefrian,sheng xi mu fu li an,Сен-Семфорьян,Сен-Семфорян,圣西姆福里安		FR	75	33	333	33484	1840	Europe/Paris
6432457	Sainte-Terre	sainte-terre	Sainte-Terre,Sent-Terr,Senta Terra,Senta Tèrra,sheng tai er,Сент-Терр,سین-تارے,圣泰尔		FR	75	33	335	33485	1891	Europe/Paris
6432458	Saint-Trojan	saint-trojan			FR	75	33	331	33486	341	Europe/Paris
6432459	Saint-Vincent-de-Pertignas	saint-vincent-de-pertignas	Sen-Vensan-de-Pertin'jas,Sent Vincenc de Pertinhas,Sent Vincenç de Pertinhàs,sheng wan sang de pei er di ni ya,Сен-Венсан-де-Пертиньяс,Сен-Венсан-де-Пертіньяс,圣万桑德佩尔蒂尼亚		FR	75	33	335	33488	383	Europe/Paris
6432460	Saint-Vivien-de-Blaye	saint-vivien-de-blaye	Sen-Viv'jan-de-Ble,Sen-Vivjan-de-Ble,sheng wei wei an de bu lai ai,Сен-Вивьян-де-Бле,Сен-Вівян-де-Бле,圣维维安德布莱埃		FR	75	33	331	33489	369	Europe/Paris
6432461	Saint-Vivien-de-Médoc	saint-vivien-de-medoc	Saint-Vivien-de-Medoc,Saint-Vivien-de-Médoc,Sen-Viv'jan-de-Medok,Sen-Vivjan-de-Medok,Sent Bibian de Medoc,Sent Bibian de Medòc,Sent Vivian dau Medoc,Sent Vivian dau Medòc,sheng wei wei an de mei duo ke,Сен-Вивьян-де-Медок,Сен-Вівян-де-Медок,圣维维安德梅多克		FR	75	33	334	33490	1766	Europe/Paris
6432463	Saint-Yzan-de-Soudiac	saint-yzan-de-soudiac	Saint-Yzan-de-Soudiac,Sent-Izan-de-Sud'jak,sheng yi cang de su di a ke,Сент-Ізан-де-Судьяк,Сент-Изан-де-Судьяк,圣伊藏德苏迪阿克		FR	75	33	331	33492	2369	Europe/Paris
6432464	Saint-Yzans-de-Médoc	saint-yzans-de-medoc			FR	75	33	334	33493	388	Europe/Paris
6432465	Salaunes	salaunes	Salaunas,Salon,sa luo nei,Салон,萨洛内		FR	75	33	334	33494	996	Europe/Paris
6432466	Samonac	samonac			FR	75	33	331	33500	429	Europe/Paris
6432467	Saucats	saucats	Saucats,Sokats,suo ka te,Сокатс,索卡特		FR	75	33	332	33501	2956	Europe/Paris
6432468	Saugon	saugon	Sogon,suo gong,Согон,索贡		FR	75	33	331	33502	470	Europe/Paris
6432469	Saumos	saumos	Saumos,Saumòs,Somos,suo mo,Сомос,索莫		FR	75	33	334	33503	538	Europe/Paris
6432471	Sauveterre-de-Guyenne	sauveterre-de-guyenne	Sauveterre-de-Guyenne		FR	75	33	333	33506	1755	Europe/Paris
6432472	Sauviac	sauviac	Sauviac,Soviak,suo wei a ke,Совиак,Совіак,索维阿克		FR	75	33	333	33507	321	Europe/Paris
6432473	Semens	semens	Seman,se mang,Семан,瑟芒		FR	75	33	333	33510	198	Europe/Paris
6432474	Sigalens	sigalens			FR	75	33	333	33512	380	Europe/Paris
6432475	Sillas	sillas	Sijas,Silhas,Silhàs,Sillas,xi la,Сияс,Сіяс,西拉		FR	75	33	333	33513	119	Europe/Paris
6432476	Soulac-sur-Mer	soulac-sur-mer	Soulac-sur-Mer		FR	75	33	334	33514	2716	Europe/Paris
6432477	Soulignac	soulignac	Solinhac,Soulignac,Sulin'jak,su li ni ya ke,Сулиньяк,Суліньяк,苏利尼亚克		FR	75	33	333	33515	434	Europe/Paris
6432478	Soussac	soussac	Sossac,Soussac,Sussak,su sa ke,Суссак,苏萨克		FR	75	33	333	33516	187	Europe/Paris
6432479	Tabanac	tabanac			FR	75	33	332	33518	1082	Europe/Paris
6432481	Talais	talais	Talais,Tale,ta lai,Тале,塔莱		FR	75	33	334	33521	731	Europe/Paris
6432482	Talence	talence			FR	75	33	332	33522	42712	Europe/Paris
6432483	Targon	targon	Targon		FR	75	33	333	33523	2063	Europe/Paris
6432484	Tarnès	tarnes	Tarnes,Tarnès,Tarnés,ta er nei,Тарнес,塔尔内		FR	75	33	335	33524	316	Europe/Paris
6432485	Tauriac	tauriac	Tauriac,Toriak,tuo li a ke,Ториак,Торіак,托里阿克		FR	75	33	331	33525	1289	Europe/Paris
6432486	Teuillac	teuillac	Teuillac		FR	75	33	331	33530	890	Europe/Paris
6432487	Tizac-de-Curton	tizac-de-curton	Tizac-de-Curton		FR	75	33	335	33531	320	Europe/Paris
6432488	Tizac-de-Lapouyade	tizac-de-lapouyade	Tizac-de-Lapouyade,Tizak-de-Lapuiad,di zha ke de la pu yi a de,Тизак-де-Лапуиад,Тізак-де-Лапуїад,蒂扎克德拉普伊阿德		FR	75	33	335	33532	482	Europe/Paris
6432489	Toulenne	toulenne	Tolena,Toulenne,Tulenn,tu lang,Туленн,图朗		FR	75	33	333	33533	2549	Europe/Paris
6432490	Tresses	tresses	Tresses		FR	75	33	332	33535	4557	Europe/Paris
6432491	Uzeste	uzeste	Uzeste		FR	75	33	333	33537	411	Europe/Paris
6432492	Valeyrac	valeyrac	Valeirac,Valerak,Valeyrac,wa lai la ke,Валерак,瓦莱拉克		FR	75	33	334	33538	552	Europe/Paris
6432493	Vayres	vayres	Vairas,Ver,wei lei,wyrs  gyrnd,Вер,ویرس، گیرند,韦雷		FR	75	33	335	33539	3859	Europe/Paris
6432494	Vendays-Montalivet	vendays-montalivet	Vande-Montalive,Vendais e Montalivet,Vendays-Montalivet,wang dai meng ta li wei,wndys mntlywt,Ванде-Монталиве,Ванде-Монталіве,وندیس منتلیوت,旺代蒙塔利韦		FR	75	33	334	33540	2464	Europe/Paris
6432495	Vensac	vensac	Vensac		FR	75	33	334	33541	972	Europe/Paris
6432496	Vérac	verac	Vairac,Verac,Verak,Vérac,wei la ke,Верак,韦拉克		FR	75	33	335	33542	921	Europe/Paris
6432497	Verdelais	verdelais	Verdelais		FR	75	33	333	33543	1034	Europe/Paris
6432498	Vignonet	vignonet	Vignonet		FR	75	33	335	33546	495	Europe/Paris
6432499	Villandraut	villandraut	Vilandraut,Villandraut,Villandro,wei lang de luo,Вилландро,Вілландро,维朗德罗		FR	75	33	333	33547	1024	Europe/Paris
6432500	Villegouge	villegouge	Villegouge		FR	75	33	335	33548	1259	Europe/Paris
6432501	Villenave-de-Rions	villenave-de-rions	Vil'nav-de-Rjon,Vilanava de Rions,wei lei na fu de li weng,Вильнав-де-Рйон,Вільнав-де-Рйон,维勒纳夫德里翁		FR	75	33	333	33549	315	Europe/Paris
6432502	Villenave-d'Ornon	villenave-d-ornon	Villenave-d'Ornon		FR	75	33	332	33550	32750	Europe/Paris
6432503	Virelade	virelade	Virelade		FR	75	33	333	33552	1050	Europe/Paris
6432504	Virsac	virsac	Vircac,Virsak,Virçac,wei er sa ke,Вирсак,Вірсак,维尔萨克		FR	75	33	331	33553	1122	Europe/Paris
6432505	Yvrac	yvrac	Ibrac,Ivrac,Ivrak,Yvrac,yi fu la ke,ywrak,Іврак,Иврак,یوراک,伊夫拉克		FR	75	33	332	33554	2786	Europe/Paris
6432506	Marcheprime	marcheprime	Marcheprime		FR	75	33	336	33555	4663	Europe/Paris
6432507	Ferrières-Poussarou	ferrieres-poussarou	Ferrieres-Poussarou,Ferrières-Poussarou		FR	76	34	341	34100	68	Europe/Paris
6432508	Fontès	fontes	Fontes,Fontès		FR	76	34	342	34103	1007	Europe/Paris
6432509	Fouzilhon	fouzilhon	Fouzilhon		FR	76	34	341	34105	240	Europe/Paris
6432510	Fozières	fozieres	Fosieiras,Fosièiras,Foz'er,Fozieres,Fozières,Fozjer,fu qi ai,Фозьер,Фозьєр,Фозјер,福齐埃		FR	76	34	342	34106	167	Europe/Paris
6432511	Frontignan	frontignan	Frontignan		FR	76	34	343	34108	22521	Europe/Paris
6432512	Gabian	gabian	Gab'jan,Gabian,Gabjan,jia bi ang,Габьян,Габян,加比昂		FR	76	34	341	34109	841	Europe/Paris
6432513	Galargues	galargues	Galargues		FR	76	34	343	34110	715	Europe/Paris
6432514	Ganges	ganges	Gange,Ganzh,gang re,Ганж,冈热		FR	76	34	342	34111	3987	Europe/Paris
6432515	Gigean	gigean	Gijan,Zhizhan,ji rang,Жижан,吉让		FR	76	34	343	34113	6415	Europe/Paris
6432516	Gignac	gignac	Gignac,Ginhac,Zhin'jak,Zhinak,ji ni ya ke,Жиньяк,Жињак,吉尼亚克		FR	76	34	342	34114	6074	Europe/Paris
6432517	Gorniès	gornies	Gorn'es,Gorniers,Gornies,Gornije,Gornièrs,Gorniès,ge er nie,Горније,Горньес,Горньєс,戈尔涅		FR	76	34	342	34115	127	Europe/Paris
6432518	Grabels	grabels	Grabel',Grabels,Grabèls,ge la bei er,Грабель,格拉贝尔		FR	76	34	343	34116	8281	Europe/Paris
6432519	Graissessac	graissessac	Graissessac		FR	76	34	341	34117	656	Europe/Paris
6432520	Guzargues	guzargues	Gjuzarg,Gusargues,Guzargues,ju zha er gai,Гюзарг,居扎尔盖		FR	76	34	342	34118	516	Europe/Paris
6432521	Hérépian	herepian	Erep'jan,Erepia,Erepjan,Erépia,ai lei pi ang,Ерепьян,Ерепян,埃雷皮昂		FR	76	34	341	34119	1513	Europe/Paris
6432522	Jacou	jacou	Jacou		FR	76	34	343	34120	6785	Europe/Paris
6432523	Joncels	joncels	Joncels		FR	76	34	341	34121	312	Europe/Paris
6432524	Juvignac	juvignac	Juvignac		FR	76	34	343	34123	10864	Europe/Paris
6432525	Lagamas	lagamas	Lagamas		FR	76	34	342	34125	111	Europe/Paris
6432526	Lamalou-les-Bains	lamalou-les-bains	LAmalon,Lamalou-les-Bains,Lamalu-le-Ben,la ma lu lai ban,lamalw-lys-bayns,Ламалу-ле-Бен,لامالو-لیس-باینس,拉马卢莱班		FR	76	34	341	34126	2542	Europe/Paris
6432527	Lansargues	lansargues	Lancargues,Lansarg,Lansargues,Lançargues,lang sa er gai,lansargwys,Лансарг,لانسارگویس,朗萨尔盖		FR	76	34	343	34127	3120	Europe/Paris
6432528	Lattes	lattes	Latas,Latt,Lattes,la tai,Латт,لاتیس، ہیرولٹ,拉泰		FR	76	34	343	34129	16687	Europe/Paris
6432529	Laurens	laurens	Laurenc,Laurens,Laurenç,Loran,luo lang,Лоран,洛朗		FR	76	34	341	34130	1667	Europe/Paris
6432530	Lauret	lauret	Lauret		FR	76	34	342	34131	595	Europe/Paris
6432531	Lauroux	lauroux	Lauroux		FR	76	34	342	34132	195	Europe/Paris
6432532	Lavérune	laverune	Laverune,Lavérune		FR	76	34	343	34134	3191	Europe/Paris
6432533	Lespignan	lespignan	Lespignan		FR	76	34	341	34135	3155	Europe/Paris
6432534	Lézignan-la-Cèbe	lezignan-la-cebe	Lezignan-la-Cebe,Lézignan-la-Cèbe		FR	76	34	341	34136	1546	Europe/Paris
6432535	Liausson	liausson	Liausson		FR	76	34	342	34137	145	Europe/Paris
6432536	Lieuran-Cabrières	lieuran-cabrieres	Lieuran-Cabrieres,Lieuran-Cabrières		FR	76	34	342	34138	324	Europe/Paris
6432537	Lieuran-lès-Béziers	lieuran-les-beziers	L'eran-le-Bez'e,Lieuran-les-Beziers,Lieuran-lès-Béziers,Liuran de Besiers,Liuran de Besièrs,li ye yu lang lai bei ji ye,Льеран-ле-Безье,Льєран-ле-Безьє,利耶于朗莱贝济耶		FR	76	34	341	34139	1391	Europe/Paris
6432538	Lignan-sur-Orb	lignan-sur-orb	Lignan-sur-Orb,Lin'jan-sjur-Orb,Linha dOrb,Linha dÒrb,ao er he pan li ni ang,Линьян-сюр-Орб,Ліньян-сюр-Орб,奥尔河畔利尼昂		FR	76	34	341	34140	3097	Europe/Paris
6432539	Lodève	lodeve	Lodeve,Lodève		FR	76	34	342	34142	7426	Europe/Paris
6432540	Loupian	loupian	Loupian		FR	76	34	343	34143	2139	Europe/Paris
6432541	Lunas	lunas	Ljunas,Lunac,Lunaç,lu na,Люнас,吕纳		FR	76	34	341	34144	669	Europe/Paris
6432542	Lunel-Viel	lunel-viel	Lunel-Viel		FR	76	34	343	34146	3876	Europe/Paris
6432543	Magalas	magalas	Magalac,Magalas,Magalaç,ma jia la,Магалас,马加拉		FR	76	34	341	34147	3313	Europe/Paris
6432544	Maraussan	maraussan	Maraussan		FR	76	34	341	34148	4244	Europe/Paris
6432545	Margon	margon	Margon		FR	76	34	341	34149	670	Europe/Paris
6432546	Marseillan	marseillan	Marcilhan,Marsejan,Massilhan,ma er sai lang,Марсеян,马尔塞朗		FR	76	34	343	34150	7773	Europe/Paris
6432548	Mas-de-Londres	mas-de-londres	Mas-de-Londres		FR	76	34	342	34152	658	Europe/Paris
6432549	Mauguio	mauguio	Mauguio		FR	76	34	343	34154	17073	Europe/Paris
6432550	Mérifons	merifons	Merifons,Mérifons		FR	76	34	342	34156	45	Europe/Paris
6432551	Mèze	meze	Meze,Mèze		FR	76	34	343	34157	11533	Europe/Paris
6432552	Minerve	minerve	Menerba,Menèrba,Minerv,Minerve,mi nei er fu,mineruvu,Минерв,Мінерв,ミネルヴ,米内尔夫		FR	76	34	341	34158	130	Europe/Paris
6432553	Montady	montady	Montady		FR	76	34	341	34161	3929	Europe/Paris
6432554	Montarnaud	montarnaud	Montarnaud		FR	76	34	342	34163	3456	Europe/Paris
6432555	Montaud	montaud	Montaut,Monto,meng tuo,Монто,蒙托		FR	76	34	343	34164	987	Europe/Paris
6432556	Montbazin	montbazin			FR	76	34	343	34165	2975	Europe/Paris
6432557	Montblanc	montblanc	Monblan,Montblanc,meng te bu lang ke,Монблан,蒙特布朗克		FR	76	34	341	34166	2832	Europe/Paris
6432558	Montels	montels	Montel',Montelhs,meng tai er,Монтель,蒙泰尔		FR	76	34	341	34167	252	Europe/Paris
6432559	Montferrier-sur-Lez	montferrier-sur-lez	Montferrier-sur-Lez		FR	76	34	343	34169	3598	Europe/Paris
6432560	Montouliers	montouliers	Montoliers,Montolièrs,Montouliers,Montul'e,meng tu li ye er,Монтулье,Монтульє,蒙图利耶尔		FR	76	34	341	34170	224	Europe/Paris
6432562	Montpeyroux	montpeyroux	Monperu,Mont Peiros,Mont Peirós,Montpeiros,Montpeirós,Montpeyroux,meng te pei lu,Монперу,蒙特佩鲁		FR	76	34	342	34173	1334	Europe/Paris
6432563	Moulès-et-Baucels	moules-et-baucels	Moles e Baucels,Molés e Baucèls,Moules-et-Baucels,Moulès-et-Baucels,Mulez-e-Bosel',mu lai he bo sai er,Мулез-е-Босель,穆莱和博塞尔		FR	76	34	342	34174	883	Europe/Paris
6432564	Mourèze	moureze	Moureze,Mourèze		FR	76	34	342	34175	192	Europe/Paris
6432565	Murles	murles	Mjurl',Murlas,Murles,mi er lai,Мюрль,米尔莱		FR	76	34	342	34177	302	Europe/Paris
6432566	Murviel-lès-Montpellier	murviel-les-montpellier			FR	76	34	343	34179	1891	Europe/Paris
6432567	Nébian	nebian	Nebian,Nébian		FR	76	34	342	34180	1395	Europe/Paris
6432568	Nézignan-l'Évêque	nezignan-l-eveque	Nezignan-l'Eveque,Nézignan-l'Évêque		FR	76	34	341	34182	1818	Europe/Paris
6432569	Nissan-lez-Enserune	nissan-lez-enserune	Nissan-lez-Enserune		FR	76	34	341	34183	3967	Europe/Paris
6432570	Notre-Dame-de-Londres	notre-dame-de-londres	Londras,Notr-Dam-de-Londr,Notre-Dame-de-Londres,nuo te lei-dang de long de lei,Нотр-Дам-де-Лондр,诺特雷-当德隆德雷		FR	76	34	342	34185	480	Europe/Paris
6432571	Octon	octon	Auton,Okton,ao ke tong,Октон,奥克通		FR	76	34	342	34186	516	Europe/Paris
6432572	Olargues	olargues	Olargues		FR	76	34	341	34187	682	Europe/Paris
6432573	Olmet-et-Villecun	olmet-et-villecun	Olmet-et-Villecun		FR	76	34	342	34188	172	Europe/Paris
6432576	Pailhès	pailhes	Pailhes,Pailhès		FR	76	34	341	34191	564	Europe/Paris
6432577	Palavas-les-Flots	palavas-les-flots	Palavas-les-Flots		FR	76	34	343	34192	6075	Europe/Paris
6432578	Pardailhan	pardailhan	Pardailhan		FR	76	34	341	34193	185	Europe/Paris
6432579	Paulhan	paulhan	Polan,bo yang,pwlan,Полан,پولان,波扬		FR	76	34	342	34194	3891	Europe/Paris
6432580	Pégairolles-de-Buèges	pegairolles-de-bueges	Pegairolas de Buoja,Pegairolles-de-Bueges,Pegairòlas de Buòja,Pegerol'-de-Bjuezh,Pégairolles-de-Buèges,pei gai luo lai de bi ai re,Пегероль-де-Бюеж,佩盖罗莱德比埃热		FR	76	34	342	34195	46	Europe/Paris
6432581	Pégairolles-de-l'Escalette	pegairolles-de-l-escalette	Pegairolles-de-l'Escalette,Pégairolles-de-l'Escalette		FR	76	34	342	34196	157	Europe/Paris
6432582	Péret	peret	Peret,Péret		FR	76	34	342	34197	1005	Europe/Paris
6432583	Pérols	perols	Perol',Perous,Peròus,pei luo er,Пероль,佩罗尔		FR	76	34	343	34198	9061	Europe/Paris
6432584	Pézenas	pezenas	Pezenas,Pézenas		FR	76	34	341	34199	8187	Europe/Paris
6432585	Pierrerue	pierrerue	Pierrerue		FR	76	34	341	34201	292	Europe/Paris
6432586	Pignan	pignan	Pignan		FR	76	34	343	34202	6844	Europe/Paris
6432587	Pinet	pinet	Pine,Pinet,pi nei,Пине,Піне,皮内		FR	76	34	341	34203	1624	Europe/Paris
6432588	Plaissan	plaissan			FR	76	34	342	34204	1107	Europe/Paris
6432591	Portiragnes	portiragnes	Portiragnes		FR	76	34	341	34209	3160	Europe/Paris
6432592	Poujols	poujols	Poujols		FR	76	34	342	34212	163	Europe/Paris
6432593	Poussan	poussan	Poussan		FR	76	34	343	34213	6001	Europe/Paris
6432594	Pouzolles	pouzolles	Pouzolles		FR	76	34	341	34214	1159	Europe/Paris
6432595	Prades-le-Lez	prades-le-lez	Prades-le-Lez		FR	76	34	343	34217	5451	Europe/Paris
6432596	Prades-sur-Vernazobre	prades-sur-vernazobre	Prades-sur-Vernazobre		FR	76	34	341	34218	309	Europe/Paris
6432597	Prémian	premian	Premian,Prémian		FR	76	34	341	34219	518	Europe/Paris
6432598	Puéchabon	puechabon	Pig-abon,Pjueshabon,pi ai sha bang,Пюешабон,皮埃沙邦		FR	76	34	342	34221	483	Europe/Paris
6432599	Puilacher	puilacher	Puilacher		FR	76	34	342	34222	552	Europe/Paris
6432600	Puimisson	puimisson	Puimisson		FR	76	34	341	34223	1052	Europe/Paris
6432601	Puissalicon	puissalicon	Puissalicon		FR	76	34	341	34224	1334	Europe/Paris
6432602	Puisserguier	puisserguier	Puisserguier		FR	76	34	341	34225	2845	Europe/Paris
6432603	Quarante	quarante	Cranta,Karant,Quarante,qu a lang te,Карант,屈阿朗特		FR	76	34	341	34226	1760	Europe/Paris
6432604	Restinclières	restinclieres	Restinclieres,Restinclières		FR	76	34	343	34227	1777	Europe/Paris
6432605	Rieussec	rieussec			FR	76	34	341	34228	69	Europe/Paris
6432606	Riols	riols	Riols,Riòls,Rjol',li ao er,Рйоль,里奥尔		FR	76	34	341	34229	758	Europe/Paris
6432607	Romiguières	romiguieres	Romiguieres,Romiguières		FR	76	34	342	34231	25	Europe/Paris
6432608	Roquebrun	roquebrun	Roquebrun		FR	76	34	341	34232	605	Europe/Paris
6432609	Roqueredonde	roqueredonde	Roqueredonde		FR	76	34	342	34233	212	Europe/Paris
6432610	Roquessels	roquessels	Roquessels		FR	76	34	341	34234	107	Europe/Paris
6432611	Rosis	rosis	Rosis,Rozi,Ròsis,luo xi,Рози,Розі,罗西		FR	76	34	341	34235	295	Europe/Paris
6432612	Roujan	roujan			FR	76	34	341	34237	2122	Europe/Paris
6432613	Saint-André-de-Buèges	saint-andre-de-bueges	Sant Andrieu de Buoja,Sant Andrieu de Buòja,Sent-Andre-de-Bjuezh,sheng ang de lei de bi ai re,Сент-Андре-де-Бюеж,سینٹ-آندرے-دے-بوگس,圣昂德雷德比埃热		FR	76	34	342	34238	40	Europe/Paris
6432614	Saint-André-de-Sangonis	saint-andre-de-sangonis	Saint-Andre-de-Sangonis,Saint-André-de-Sangonis,Sant Andrieu de Sangonis,Sant Andrieu de Sangònis,Sent-Andre-de-Sangoni,sheng ang de lei de sang ge ni,Сент-Андре-де-Сангони,Сент-Андре-де-Сангоні,سینٹ-آندرے-دے-سنگونس,圣昂德雷德桑戈尼		FR	76	34	342	34239	5855	Europe/Paris
6432615	Saint-Aunès	saint-aunes	Saint-Aunes,Saint-Aunès		FR	76	34	343	34240	3320	Europe/Paris
6432616	Saint-Bauzille-de-la-Sylve	saint-bauzille-de-la-sylve	Saint-Bauzille-de-la-Sylve		FR	76	34	342	34241	818	Europe/Paris
6432617	Saint-Bauzille-de-Montmel	saint-bauzille-de-montmel	Saint-Bauzille-de-Montmel		FR	76	34	342	34242	1012	Europe/Paris
6432618	Saint-Bauzille-de-Putois	saint-bauzille-de-putois	Saint-Bauzille-de-Putois		FR	76	34	342	34243	1965	Europe/Paris
6432619	Saint-Chinian	saint-chinian	Saint-Chinian,Sanch Inhan,Sanch-Inhan,Sen-Shin'jan,sheng xi ni ang,Сен-Шиньян,سینٹ-چینیاں,圣希尼昂		FR	76	34	341	34245	1719	Europe/Paris
6432620	Sainte-Croix-de-Quintillargues	sainte-croix-de-quintillargues	Sainte-Croix-de-Quintillargues		FR	76	34	342	34248	881	Europe/Paris
6432621	Saint-Drézéry	saint-drezery	Saint-Drezery,Saint-Drézéry,Sant Dreseri,Sen-Drezeri,sheng de lei ze li,Сен-Дрезери,Сен-Дрезері,سینٹ-درزرے,圣德雷泽里		FR	76	34	343	34249	2451	Europe/Paris
6432622	Saint-Étienne-d'Albagnan	saint-etienne-d-albagnan	Saint-Etienne-d'Albagnan,Saint-Étienne-d'Albagnan		FR	76	34	341	34250	313	Europe/Paris
6432623	Saint-Étienne-de-Gourgas	saint-etienne-de-gourgas	Saint-Etienne-de-Gourgas,Saint-Étienne-de-Gourgas,Sant Esteve de Gorgac,Sant Esteve de Gorgas,Sant Estève de Gorgaç,Sant Estève de Gorgàs,Sent-Et'enn-de-Gurgas,sheng ai di an de gu er jia,Сент-Етьенн-де-Гургас,Сент-Етьєнн-де-Гургас,سینٹ-ایٹیینے-دے-گورگس,圣埃蒂安德古尔加		FR	76	34	342	34251	472	Europe/Paris
6432624	Saint-Étienne-Estréchoux	saint-etienne-estrechoux	Saint-Etienne-Estrechoux,Saint-Étienne-Estréchoux		FR	76	34	341	34252	267	Europe/Paris
6432625	Saint-Félix-de-l'Héras	saint-felix-de-l-heras	Saint-Felix-de-l'Heras,Saint-Félix-de-l'Héras		FR	76	34	342	34253	35	Europe/Paris
6432626	Saint-Félix-de-Lodez	saint-felix-de-lodez	Saint-Felix-de-Lodez,Saint-Félix-de-Lodez		FR	76	34	342	34254	1170	Europe/Paris
6432627	Saint-Gély-du-Fesc	saint-gely-du-fesc	Saint-Gely-du-Fesc,Saint-Gély-du-Fesc,Sant Geli dau Fesc,Sen-Zheli-dju-Fesk,Senzelidifeska,Senželīdifeska,sheng re li di fu si ke,Сен-Жели-дю-Феск,Сен-Желі-дю-Феск,سینٹ-گلے-دو-فسک,圣热利迪弗斯克		FR	76	34	342	34255	9814	Europe/Paris
6432628	Saint-Geniès-des-Mourgues	saint-genies-des-mourgues	Saint-Genies-des-Mourgues,Saint-Geniès-des-Mourgues		FR	76	34	343	34256	1865	Europe/Paris
6432629	Saint-Geniès-de-Varensal	saint-genies-de-varensal	Saint-Genies-de-Varensal,Saint-Geniès-de-Varensal,Sen-Zhen'es-de-Varansal',Sent Ginieis de Varencal,Sent Ginièis de Varençal,sheng re nie de wa lang sa,Сен-Женьес-де-Варансаль,Сен-Женьєс-де-Варансаль,سینٹ-گنیس-دے-ورینسل,圣热涅德瓦朗萨		FR	76	34	341	34257	205	Europe/Paris
6432630	Saint-Georges-d'Orques	saint-georges-d-orques	Saint-Georges-d'Orques		FR	76	34	343	34259	5426	Europe/Paris
6432631	Saint-Gervais-sur-Mare	saint-gervais-sur-mare	Sant Gervais,Sen-Zherve-sjur-Mar,ma er he pan sheng re er wei,Сен-Жерве-сюр-Мар,سینٹ-گروس-سر-مارے,马尔河畔圣热尔韦		FR	76	34	341	34260	848	Europe/Paris
6432632	Saint-Guilhem-le-Désert	saint-guilhem-le-desert			FR	76	34	342	34261	256	Europe/Paris
6432633	Saint-Guiraud	saint-guiraud	Saint-Guiraud		FR	76	34	342	34262	207	Europe/Paris
6432634	Saint-Hilaire-de-Beauvoir	saint-hilaire-de-beauvoir	Saint-Hilaire-de-Beauvoir		FR	76	34	342	34263	403	Europe/Paris
6432635	Saint-Jean-de-Buèges	saint-jean-de-bueges	Saint-Jean-de-Bueges,Saint-Jean-de-Buèges		FR	76	34	342	34264	191	Europe/Paris
6432636	Saint-Jean-de-Cornies	saint-jean-de-cornies	Saint-Jean-de-Cornies		FR	76	34	342	34265	713	Europe/Paris
6432679	Vélieux	velieux	Velieux,Vélieux		FR	76	34	341	34326	83	Europe/Paris
6432680	Vendargues	vendargues	Vendargues		FR	76	34	343	34327	6176	Europe/Paris
6432637	Saint-Jean-de-Cuculles	saint-jean-de-cuculles	Saint-Jean-de-Cuculles,Sant Joan de Cuculas,Sen-Zhan-de-Kjukjul',sheng rang de qu qu lai,Сен-Жан-де-Кюкюль,سینٹ-ژاں -دے-کلیس,圣让德屈屈莱		FR	76	34	342	34266	475	Europe/Paris
6432638	Saint-Jean-de-Fos	saint-jean-de-fos	Saint-Jean-de-Fos,Sant Joan de Forcs,Sant Joan de Fòrcs,Sen-Zhan-de-Fos,sheng rang de fu,Сен-Жан-де-Фос,سینٹ-ژاں -دے-فوس,圣让德福		FR	76	34	342	34267	1672	Europe/Paris
6432639	Saint-Jean-de-la-Blaquière	saint-jean-de-la-blaquiere	Saint-Jean-de-la-Blaquiere,Saint-Jean-de-la-Blaquière,Sant Joan de la Blaquieira,Sant Joan de la Blaquièira,Sen-Zhan-de-la-Blak'er,Sen-Zhan-de-la-Blaker,sheng rang de la-bu la ji ai,Сен-Жан-де-ла-Блакьер,Сен-Жан-де-ла-Блакєр,سینٹ-ژاں -دے-لا-بلاقییرے,圣让德拉-布拉基埃		FR	76	34	342	34268	631	Europe/Paris
6432640	Saint-Jean-de-Minervois	saint-jean-de-minervois	Saint-Jean-de-Minervois,Sant Joan de Menerbes,Sant Joan de Menerbés,Sen-Zhan-de-Minervua,sheng rang de mi nei er wa,Сен-Жан-де-Минервуа,Сен-Жан-де-Мінервуа,سینٹ-ژاں -دے-منروویس,圣让德米内尔瓦		FR	76	34	341	34269	149	Europe/Paris
6432641	Saint-Jean-de-Védas	saint-jean-de-vedas	Saint Jean de Vedas,Saint Jean de Védas,Saint-Jean-de-Vedas,Saint-Jean-de-Védas,St. Jean de Vedas,St. Jean de Védas		FR	76	34	343	34270	9539	Europe/Paris
6432642	Saint-Martin-de-l'Arçon	saint-martin-de-l-arcon	Saint-Martin-de-l'Arcon,Saint-Martin-de-l'Arçon		FR	76	34	341	34273	138	Europe/Paris
6432643	Saint-Martin-de-Londres	saint-martin-de-londres	Saint-Martin-de-Londres,Sant Martin de Londras,Sen-Marten-de-Londr,sheng ma dan de long de lei,Сен-Мартен-де-Лондр,سینٹ-مارٹن-دے-لوندرس,圣马丹德隆德雷		FR	76	34	342	34274	2720	Europe/Paris
6432644	Saint-Mathieu-de-Tréviers	saint-mathieu-de-treviers			FR	76	34	342	34276	4739	Europe/Paris
6432646	Saint-Nazaire-de-Ladarez	saint-nazaire-de-ladarez	Saint-Nazaire-de-Ladarez,Sant Nasari de las Avelhanas,Sant Nazari de las Avelhanas,Sen-Nazer-de-Ladarez,sheng na ze er de la da lei,Сен-Назер-де-Ладарез,سینٹ-نظارے-دے-لداریز,圣纳泽尔德拉达雷		FR	76	34	341	34279	366	Europe/Paris
6432647	Saint-Nazaire-de-Pézan	saint-nazaire-de-pezan	Saint-Nazaire-de-Pezan,Saint-Nazaire-de-Pézan		FR	76	34	343	34280	623	Europe/Paris
6432648	Saint-Pargoire	saint-pargoire	Saint-Pargoire		FR	76	34	342	34281	2258	Europe/Paris
6432649	Saint-Paul-et-Valmalle	saint-paul-et-valmalle	Saint-Paul-et-Valmalle,Sant Paul e Valmala,Sen-Pol'-e-Val'mal',sheng bo he wa er ma er,syn-pal-yt-wlmyl,Сен-Поль-е-Вальмаль,سین-پال-یت-ولمیل,圣波和瓦尔马尔		FR	76	34	342	34282	1102	Europe/Paris
6432650	Saint-Pierre-de-la-Fage	saint-pierre-de-la-fage	Saint-Pierre-de-la-Fage,Sant Peire de la Faja,Sant Pèire de la Faja,Sen-P'err-de-la-Fazh,Sen-Perr-de-la-Fazh,sheng pi ye er de la-fa ge,Сен-Пьерр-де-ла-Фаж,Сен-Пєрр-де-ла-Фаж,سین-پیری-دے-لا-فیگ,圣皮耶尔德拉-法格		FR	76	34	342	34283	129	Europe/Paris
6432651	Saint-Pons-de-Mauchiens	saint-pons-de-mauchiens	Sant Ponc de Mauchins,Sant Ponç de Mauchins,Sen-Pon-de-Mosh'jan,Sen-Pon-de-Moshjan,sheng peng de mo xi an,Сен-Пон-де-Мошьян,Сен-Пон-де-Мошян,سین-پونس-دے-موچینس,圣蓬德莫希安		FR	76	34	341	34285	669	Europe/Paris
6432652	Saint-Thibéry	saint-thibery	Saint-Thibery,Saint-Thibéry,Sant Tiberi,Sant Tibèri,Sen-Tiberi,sheng di bei li,Сен-Тибери,Сен-Тібері,圣蒂贝里		FR	76	34	341	34289	2578	Europe/Paris
6432653	Saint-Vincent-de-Barbeyrargues	saint-vincent-de-barbeyrargues	Saint-Vincent-de-Barbeyrargues,Sant Vincenc de Barbairargues,Sant Vincenç de Barbairargues,Sen-Vensan-de-Barbejrarg,sheng wan sang de ba er bei la er gai,Сен-Венсан-де-Барбейрарг,圣万桑德巴尔贝拉尔盖		FR	76	34	342	34290	639	Europe/Paris
6432654	Salasc	salasc	Salasc		FR	76	34	342	34292	307	Europe/Paris
6432655	Saturargues	saturargues	Saturargues		FR	76	34	343	34294	953	Europe/Paris
6432656	Saussan	saussan	Caussan,Saussan,Sossan,suo sang,Çaussan,Соссан,索桑		FR	76	34	343	34295	1538	Europe/Paris
6432657	Sauteyrargues	sauteyrargues	Sautairargues,Sauteyrargues,Sotejrarg,suo tai la er gai,Сотейрарг,索泰拉尔盖		FR	76	34	342	34297	405	Europe/Paris
6432658	Sauvian	sauvian	Sauvian,Sov'jan,Sovjan,suo wei ang,Совьян,Совян,索维昂		FR	76	34	341	34298	5285	Europe/Paris
6432659	Sérignan	serignan	Serignan,Sérignan		FR	76	34	341	34299	6934	Europe/Paris
6432660	Servian	servian	Cervian,Serv'jan,Servian,Servjan,sai er wei ang,Сервьян,Сервян,塞尔维昂		FR	76	34	341	34300	4747	Europe/Paris
6432661	Sète	sete	Sete,Sète		FR	76	34	343	34301	43609	Europe/Paris
6432662	Siran	siran	Sira,Siran,xi lang,Сиран,Сіран,西朗		FR	76	34	341	34302	725	Europe/Paris
6432664	Soubès	soubes			FR	76	34	342	34304	939	Europe/Paris
6432665	Soumont	soumont	Somont,Soumont,Sumon,su meng,Сумон,苏蒙		FR	76	34	342	34306	188	Europe/Paris
6432666	Sussargues	sussargues	Sjussarg,Sucargues,Sussargues,Suçargues,xu sa er gai,Сюссарг,叙萨尔盖		FR	76	34	343	34307	2725	Europe/Paris
6432667	Taussac-la-Billière	taussac-la-billiere	Taucac,Tauçac,Tossak-la-Bijer,tuo sa ke la bi li ai,Тоссак-ла-Бийер,Тоссак-ла-Бійєр,托萨克拉比利埃		FR	76	34	341	34308	440	Europe/Paris
6432668	Teyran	teyran	Teyran		FR	76	34	342	34309	4607	Europe/Paris
6432669	Tourbes	tourbes	Tourbes		FR	76	34	341	34311	1579	Europe/Paris
6432670	Tressan	tressan	Tressan		FR	76	34	342	34313	650	Europe/Paris
6432671	Usclas-du-Bosc	usclas-du-bosc	Usclas-du-Bosc		FR	76	34	342	34316	214	Europe/Paris
6432672	Vailhan	vailhan	Vailhan,Vajan,Valhan,wei yang,Ваян,韦扬		FR	76	34	341	34319	160	Europe/Paris
6432673	Vailhauquès	vailhauques	Vailhauques,Vailhauquès,Vajokes,Valhauques,Valhauqués,wei yue qu ai,Вайокес,韦约屈埃		FR	76	34	342	34320	2575	Europe/Paris
6432674	Valergues	valergues	Valerg,Valergues,Valèrgues,wa lai er gai,Валерг,瓦莱尔盖		FR	76	34	343	34321	2057	Europe/Paris
6432675	Valflaunès	valflaunes	Val'flones,Valfaunes,Valfaunés,Valflaunes,Valflaunès,wa er fu luo nei,Вальфлонес,瓦尔夫洛内		FR	76	34	342	34322	759	Europe/Paris
6432676	Valmascle	valmascle	Valmascle		FR	76	34	342	34323	40	Europe/Paris
6432677	Valras-Plage	valras-plage	Val'ras-Plazh,Valrans,wa er la pu la ge,Вальрас-Плаж,瓦尔拉普拉格		FR	76	34	341	34324	4192	Europe/Paris
6432678	Valros	valros	Valros		FR	76	34	341	34325	1592	Europe/Paris
6432683	Verreries-de-Moussans	verreries-de-moussans	Verreries-de-Moussans		FR	76	34	341	34331	95	Europe/Paris
6432684	Vias	vias	V'jas,Vias,Viàs,Vjas,wei a,Вьяс,Вяс,维阿		FR	76	34	341	34332	5613	Europe/Paris
6432685	Vic-la-Gardiole	vic-la-gardiole	Vic-la-Gardiole		FR	76	34	343	34333	3263	Europe/Paris
6432686	Vieussan	vieussan	Vieussan		FR	76	34	341	34334	263	Europe/Paris
6432687	Villeneuve-lès-Béziers	villeneuve-les-beziers	Vil'nev-le-Bez'e,Vilanova de Besiers,Vilanòva de Besièrs,Villeneuve-les-Beziers,Villeneuve-lès-Béziers,bei ji ye xin cheng,Вильнев-ле-Безье,Вільнев-ле-Безьє,贝济耶新城		FR	76	34	341	34336	4255	Europe/Paris
6432688	Villeneuvette	villeneuvette	Villeneuvette		FR	76	34	342	34338	71	Europe/Paris
6432689	Villespassans	villespassans	Vil'passan,Vilespassens,Villespassans,wei lai si pa sang,Вильпассан,Вільпассан,维莱斯帕桑		FR	76	34	341	34339	167	Europe/Paris
6432691	Villeveyrac	villeveyrac	Villeveyrac		FR	76	34	343	34341	3786	Europe/Paris
6432692	Viols-le-Fort	viols-le-fort	Lo Fort de Vious,Lo Fòrt de Viòus,Viols-le-Fort,Vious lo Fort,Viòus lo Fòrt,Vjol'-le-For,wei ao er lai fu er,Вйоль-ле-Фор,维奥尔莱福尔		FR	76	34	342	34343	1203	Europe/Paris
6432694	Dourdain	dourdain			FR	53	35	353	35101	1157	Europe/Paris
6432695	Drouges	drouges	Droga,Drouges,Drougez,Druzh,de lu re,Друж,德鲁热		FR	53	35	351	35102	524	Europe/Paris
6432696	Ercé-en-Lamée	erce-en-lamee	Erce-en-Lamee,Ercé-en-Lamée,Erse-an-Lame,Herceium in Media,Herzieg-Mez,la mei ai de qu ai er sai,Ерсе-ан-Ламе,拉梅埃地区埃尔塞		FR	53	35	352	35106	1497	Europe/Paris
6432697	Ercé-près-Liffré	erce-pres-liffre	Erce-pres-Liffre,Ercé-près-Liffré		FR	53	35	353	35107	1785	Europe/Paris
6432698	Essé	esse			FR	53	35	351	35108	1108	Europe/Paris
6432699	Étrelles	etrelles	Etrelles,Étrelles		FR	53	35	351	35109	2534	Europe/Paris
6432700	Feins	feins	Feins		FR	53	35	353	35110	958	Europe/Paris
6432701	Fleurigné	fleurigne	Flerin'e,Fleurigne,Fleurigné,Florineium,Flurinieg,fu lei li nie,Флеринье,Флериньє,弗勒里涅		FR	53	35	351	35112	995	Europe/Paris
6432702	Forges-la-Forêt	forges-la-foret	Forges-la-Foret,Forges-la-Forêt		FR	53	35	351	35114	268	Europe/Paris
6432703	Gaël	gael	Gadellus,Gael,Gael',Gaël,Gwazel,gayl,jia e,Гаель,گائل,加厄		FR	53	35	353	35117	1651	Europe/Paris
6432704	Gahard	gahard	Gahard		FR	53	35	353	35118	1451	Europe/Paris
6432705	Gennes-sur-Seiche	gennes-sur-seiche	Gennes-sur-Seiche		FR	53	35	351	35119	952	Europe/Paris
6432706	Gévezé	geveze	Geveze,Gévezé		FR	53	35	353	35120	5180	Europe/Paris
6432707	Gosné	gosne	Gone,Goneg,Gonneium,Gosne,Gosné,ge si nei,Гоне,戈斯内		FR	53	35	353	35121	1994	Europe/Paris
6432708	Goven	goven	Goven		FR	53	35	352	35123	4402	Europe/Paris
6432710	Guichen	guichen	Guichen		FR	53	35	352	35126	8400	Europe/Paris
6432711	Guignen	guignen			FR	53	35	352	35127	3851	Europe/Paris
6432712	Guipel	guipel	Gipel',Guipel,Guipellum,Gwipedel,ji pei,Гипель,Гіпель,吉佩		FR	53	35	353	35128	1704	Europe/Paris
6432713	Hirel	hirel	Hirel		FR	53	35	354	35132	1380	Europe/Paris
6432714	Iffendic	iffendic	Iffendic		FR	53	35	353	35133	4454	Europe/Paris
6432715	Irodouër	irodouer	Irodouer,Irodouër,Iroduer,yi luo du e,Іродуер,Иродуер,伊罗杜厄		FR	53	35	353	35135	2249	Europe/Paris
6432716	Janzé	janze	Janze,Janzé		FR	53	35	351	35136	8287	Europe/Paris
6432717	Javené	javene	Iaveneium,Javene,Javené,Yaoueneg,Zhavene,ya wei nei,Жавене,جونے,雅韦内		FR	53	35	351	35137	2061	Europe/Paris
6432718	Laignelet	laignelet	Laignelet		FR	53	35	351	35138	1161	Europe/Paris
6432719	Laillé	laille	Laille,Laillé		FR	53	35	353	35139	5089	Europe/Paris
6432720	Lalleu	lalleu	Lalleu		FR	53	35	352	35140	577	Europe/Paris
6432721	Landavran	landavran	Landavran		FR	53	35	351	35141	689	Europe/Paris
6432722	Landéan	landean	Landean,Landéan		FR	53	35	351	35142	1226	Europe/Paris
6432723	Landujan	landujan	Landujan		FR	53	35	353	35143	958	Europe/Paris
6432724	Langan	langan	Langan,lang gang,Ланган,لانگان، ایلی-اے-ویلاینی,朗冈		FR	53	35	353	35144	948	Europe/Paris
6432726	Langouet	langouet	Langouet		FR	53	35	353	35146	600	Europe/Paris
6432728	Lanrigan	lanrigan	Lanrigan		FR	53	35	354	35148	151	Europe/Paris
6432729	Lassy	lassy	Lassi,Lassy,Lazig,la xi,Ласси,Лассі,لاسی، یلی-اے-ویلاینی,拉西		FR	53	35	352	35149	1674	Europe/Paris
6432730	Lécousse	lecousse	Eskuz,Excussa,Lecousse,Lekuss,Lécousse,lai ku si,Лекусс,莱库斯		FR	53	35	351	35150	3207	Europe/Paris
6432731	Lieuron	lieuron	Lieuron		FR	53	35	352	35151	792	Europe/Paris
6432732	Lillemer	lillemer			FR	53	35	354	35153	353	Europe/Paris
6432733	Livré-sur-Changeon	livre-sur-changeon	Livre-sur-Changeon,Livré-sur-Changeon		FR	53	35	353	35154	1692	Europe/Paris
6432734	Lohéac	loheac	Loeak,Loheac,Loheacum,Lohieg,Lohéac,luo ai a ke,Лоеак,洛埃阿克		FR	53	35	352	35155	656	Europe/Paris
6432735	Longaulnay	longaulnay	Longaulnay		FR	53	35	354	35156	626	Europe/Paris
6432736	Lourmais	lourmais	Lourmais		FR	53	35	354	35159	331	Europe/Paris
6432738	Louvigné-de-Bais	louvigne-de-bais			FR	53	35	351	35161	1904	Europe/Paris
6432739	Louvigné-du-Désert	louvigne-du-desert	Louvigne-du-Desert,Louvigné-du-Désert		FR	53	35	351	35162	3403	Europe/Paris
6432740	Marcillé-Raoul	marcille-raoul	Marcille-Raoul,Marcillé-Raoul		FR	53	35	351	35164	781	Europe/Paris
6432741	Marcillé-Robert	marcille-robert	Marcille-Robert,Marcillé-Robert		FR	53	35	351	35165	968	Europe/Paris
6432742	Marpiré	marpire	Marbereg,Marpire,Marpiré,ma er pi lei,Марпире,Марпіре,马尔皮雷		FR	53	35	351	35166	1065	Europe/Paris
6432743	Martigné-Ferchaud	martigne-ferchaud	Martigne-Ferchaud,Martigné-Ferchaud		FR	53	35	351	35167	2610	Europe/Paris
6432744	Val d'Anast	val-d-anast	Val d'Anast		FR	53	35	352	35168	3944	Europe/Paris
6432745	Maxent	maxent	Maksan,Maxent,Skiriou-Masen,Skirioù-Masen,ma ke sang,Максан,马克桑		FR	53	35	353	35169	1469	Europe/Paris
6432746	Mecé	mece	Meceium,Mese,Mezieg,mei sai,Месе,梅塞		FR	53	35	351	35170	605	Europe/Paris
6432747	Médréac	medreac	Medreac,Médréac		FR	53	35	353	35171	1818	Europe/Paris
6432750	Mellé	melle	Melle,Melleg,Melleium,Mellé,mei lai,Мелле,梅莱		FR	53	35	351	35174	652	Europe/Paris
6432751	Mernel	mernel			FR	53	35	352	35175	1049	Europe/Paris
6432752	Guipry-Messac	guipry-messac	Guipry-Messac,Messak,Metiacus,Mezeg,mei sa ke,Мессак,梅萨克		FR	53	35	352	35176	6887	Europe/Paris
6432753	Mézières-sur-Couesnon	mezieres-sur-couesnon	Mezieres-sur-Couesnon,Mézières-sur-Couesnon		FR	53	35	353	35178	1715	Europe/Paris
6432755	Miniac-sous-Bécherel	miniac-sous-becherel	Miniac-sous-Becherel,Miniac-sous-Bécherel		FR	53	35	353	35180	765	Europe/Paris
6432756	Mondevert	mondevert	Mondevert		FR	53	35	351	35183	819	Europe/Paris
6432757	Montauban-de-Bretagne	montauban-de-bretagne	Montauban-de-Bretagne		FR	53	35	353	35184	5747	Europe/Paris
6432758	Montautour	montautour	Montautour		FR	53	35	351	35185	262	Europe/Paris
6432760	Monterfil	monterfil	Monterfil		FR	53	35	353	35187	1310	Europe/Paris
6432761	Montfort-sur-Meu	montfort-sur-meu	Montfort-sur-Meu		FR	53	35	353	35188	6614	Europe/Paris
6432762	Montgermont	montgermont	Montgermont		FR	53	35	353	35189	3296	Europe/Paris
6432763	Monthault	monthault	Monthault		FR	53	35	351	35190	273	Europe/Paris
6432764	Les Portes du Coglais	les-portes-du-coglais	Mons Ursi,Montourz,Montur,meng tu er,Монтур,蒙图尔		FR	53	35	351	35191	2377	Europe/Paris
6432765	Montreuil-des-Landes	montreuil-des-landes	Montreuil-des-Landes		FR	53	35	351	35192	247	Europe/Paris
6432766	Montreuil-le-Gast	montreuil-le-gast	Montreuil-le-Gast		FR	53	35	353	35193	1932	Europe/Paris
6432767	Montreuil-sous-Pérouse	montreuil-sous-perouse			FR	53	35	351	35194	1020	Europe/Paris
6432768	Montreuil-sur-Ille	montreuil-sur-ille	Monasteriolum super Insulam,Montrej-sjur-Il',Montreuil-sur-Ille,Mousterel-an-Il,yi er he pan meng te lei yi,Монтрей-сюр-Іль,Монтрей-сюр-Иль,伊尔河畔蒙特勒伊		FR	53	35	353	35195	2336	Europe/Paris
6432769	Mordelles	mordelles	Mordelles		FR	53	35	353	35196	7321	Europe/Paris
6432770	Mouazé	mouaze	Mouaze,Mouazé		FR	53	35	353	35197	1490	Europe/Paris
6432771	Moussé	mousse	Mousse,Moussé		FR	53	35	351	35199	330	Europe/Paris
6432772	Moutiers	moutiers	Mousteriou,Mousterioù,Moutiers,Mut'e,mu di ye er,Мутье,Мутьє,穆蒂耶尔		FR	53	35	351	35200	935	Europe/Paris
6432773	Nouvoitou	nouvoitou	Neveztell,Nouvoitou,Novus Status,Nuvuatu,nu wa tu,Нувуату,努瓦图		FR	53	35	353	35204	3016	Europe/Paris
6432774	Noyal-sous-Bazouges	noyal-sous-bazouges			FR	53	35	351	35205	388	Europe/Paris
6432775	Noyal-sur-Vilaine	noyal-sur-vilaine			FR	53	35	353	35207	5914	Europe/Paris
6432776	Orgères	orgeres	An Heizeg,Orgeres,Orgeriae,Orgères,Orzher,ao er re lei,Оржер,奥尔热雷		FR	53	35	353	35208	4494	Europe/Paris
6432777	Pacé	pace	Pace,Paceium,Pacé,Pase,Pazieg,pa sai,Пасе,帕塞		FR	53	35	353	35210	11764	Europe/Paris
6432779	Pancé	pance	Pance,Pancé		FR	53	35	352	35212	1163	Europe/Paris
6432780	Parcé	parce	Parce,Parciacum,Parcé,Parse,Parzieg,pa er sai,Парсе,帕尔塞		FR	53	35	351	35214	651	Europe/Paris
6432781	Parigné	parigne	Parigne,Parigneium,Parigné,Parin'e,Parinieg,pa li nie,Паринье,Париньє,帕里涅		FR	53	35	351	35215	1329	Europe/Paris
6432782	Parthenay-de-Bretagne	parthenay-de-bretagne	Partene-de-Bretan',Parteneium,Parzheneg,pa er te nai de bu lei ta ni,Партене-де-Бретань,帕尔特奈德布雷塔尼		FR	53	35	353	35216	1675	Europe/Paris
6432783	Pipriac	pipriac	Pipriac,Pipriak,Presperieg,Prisperiacum,pi pu li a ke,Пиприак,Піпріак,皮普里阿克		FR	53	35	352	35219	3734	Europe/Paris
6432784	Piré-Chancé	pire-chance	Pire-Chance,Piré-Chancé		FR	53	35	353	35220	2860	Europe/Paris
6432785	Pléchâtel	plechatel	Plebs Castelli,Plechatel,Plegastell,Pleshatel',Pléchâtel,pu lai sha tai,Плешатель,普莱沙泰		FR	53	35	352	35221	2749	Europe/Paris
6432786	Pleine-Fougères	pleine-fougeres			FR	53	35	354	35222	1984	Europe/Paris
6432787	Plélan-le-Grand	plelan-le-grand	Plelan-le-Grand,Plélan-le-Grand		FR	53	35	353	35223	3892	Europe/Paris
6432788	Plerguer	plerguer	Plerguer		FR	53	35	354	35224	2659	Europe/Paris
6432789	Plesder	plesder	Pleder,Plesde,Plesder,pu lai si dai,Плесде,普莱斯代		FR	53	35	354	35225	795	Europe/Paris
6432790	Pleugueneuc	pleugueneuc	Plegeneg,Plegenek,Pleugueneuc,pu lei gai na ke,Плегенек,普勒盖纳克		FR	53	35	354	35226	1870	Europe/Paris
6432791	Pleumeleuc	pleumeleuc	Pleumeleuc		FR	53	35	353	35227	3270	Europe/Paris
6432792	Pleurtuit	pleurtuit	Pleurtuit		FR	53	35	354	35228	6703	Europe/Paris
6432793	Pocé-les-Bois	poce-les-bois	Poce-les-Bois,Poceium,Pocé-les-Bois,Pose-le-Bua,Pozieg,sen lin bo sai,Посе-ле-Буа,森林波塞		FR	53	35	351	35229	1283	Europe/Paris
6432794	Poilley	poilley	Poilleium,Poilley,Polieg,Puae,pu wa lai,Пуае,Пуає,普瓦莱		FR	53	35	351	35230	383	Europe/Paris
6432795	Poligné	poligne	Poligneium,Polin'e,Polinieg,bo li nie,Полинье,Поліньє,波利涅		FR	53	35	352	35231	1203	Europe/Paris
6432796	Princé	prince	Prense,Priskieg,pu lan sai,Пренсе,普兰塞		FR	53	35	351	35232	376	Europe/Paris
6432797	Québriac	quebriac	Kebriak,Kevrieg,Quebriac,Quebriacum,Québriac,qu ai bu li a ke,Кебриак,Кебріак,屈埃布里阿克		FR	53	35	354	35233	1584	Europe/Paris
6432798	Quédillac	quedillac			FR	53	35	353	35234	1184	Europe/Paris
6432799	Rannée	rannee			FR	53	35	351	35235	1102	Europe/Paris
6432800	Renac	renac	Rannacum,Ranneg,Renac,Renak,lei na ke,Ренак,雷纳克		FR	53	35	352	35237	993	Europe/Paris
6432801	Rennes	rennes	Civitas Redonum,Condate,Rennes,Roazhon		FR	53	35	353	35238	216268	Europe/Paris
6432802	Retiers	retiers	Retiers		FR	53	35	351	35239	4313	Europe/Paris
6432803	Romagné	romagne	Romagne,Romagné,Roman'e,Romaniacum,Rovenieg,luo ma nie,Романье,Романьє,罗马涅		FR	53	35	351	35243	2376	Europe/Paris
6432804	Romazy	romazy	Romazi,Romazy,Rovazil,luo ma qi,Ромази,Ромазі,罗马齐		FR	53	35	351	35244	257	Europe/Paris
6432805	Romillé	romille	Romie,Romille,Romillé,Rovelieg,luo mi lai,Ромие,Роміє,罗米莱		FR	53	35	353	35245	3891	Europe/Paris
6432806	Roz-Landrieux	roz-landrieux	Roz-Landrie,Roz-Landrieux,Roz-Lanrieg,luo lang de li e,Роз-Ландрие,Роз-Ландріє,罗朗德里厄		FR	53	35	354	35246	1339	Europe/Paris
6432963	Saint-Aoustrille	saint-aoustrille	Saint-Aoustrille		FR	24	36	364	36179	220	Europe/Paris
6432807	Roz-sur-Couesnon	roz-sur-couesnon	Roz-an-Arvor,Roz-sjur-Kuenon,ku ai si nong he pan luo,Роз-сюр-Куенон,库埃斯农河畔罗		FR	53	35	354	35247	1011	Europe/Paris
6432808	Sains	sains	Sains		FR	53	35	354	35248	495	Europe/Paris
6432809	Sainte-Anne-sur-Vilaine	sainte-anne-sur-vilaine	Santez-Anna-ar-Gwilen,Sent-Ann-sjur-Vilen,wei lan he pan sheng ang,Сент-Анн-сюр-Вилен,Сент-Анн-сюр-Вілен,سین-این-سر-ولاینے,维兰河畔圣昂		FR	53	35	352	35249	1008	Europe/Paris
6432810	Saint-Aubin-d'Aubigné	saint-aubin-d-aubigne	Saint-Aubin-d'Aubigne,Saint-Aubin-d'Aubigné		FR	53	35	353	35251	3691	Europe/Paris
6432811	Saint-Aubin-des-Landes	saint-aubin-des-landes	Sanctus Albinus de Landis,Sant-Albin-al-Lann,Sent-Oben-de-Land,sheng ao ban dai lang dai,Сент-Обен-де-Ланд,سینٹ-آبن-دس-لنڈس,圣奥班代朗代		FR	53	35	351	35252	945	Europe/Paris
6432812	Saint-Aubin-du-Cormier	saint-aubin-du-cormier	Saint-Aubin-du-Cormier		FR	53	35	353	35253	3806	Europe/Paris
6432814	Saint-Benoît-des-Ondes	saint-benoit-des-ondes	Saint-Benoit-des-Ondes,Saint-Benoît-des-Ondes		FR	53	35	354	35255	1006	Europe/Paris
6432815	Saint-Briac-sur-Mer	saint-briac-sur-mer			FR	53	35	354	35256	2007	Europe/Paris
6432816	Maen Roch	maen-roch	Maen Roch		FR	53	35	351	35257	4779	Europe/Paris
6432817	Saint-Brieuc-des-Iffs	saint-brieuc-des-iffs	Sant-Brieg-an-Ivineg,Sen-Brie-dez-Iff,sheng bu li ye yu ke dai yi fu,Сен-Брие-дез-Ифф,Сен-Бріє-дез-Іфф,سینٹ-بریک-دس-افس,圣布里耶于克代伊夫		FR	53	35	354	35258	344	Europe/Paris
6432818	Saint-Broladre	saint-broladre	Saint-Broladre,Sant-Brewalaer,Sen-Broladr,sheng bu luo la de er,Сен-Броладр,سینٹ-برولدرے,圣布罗拉德尔		FR	53	35	354	35259	1129	Europe/Paris
6432819	Saint-Christophe-des-Bois	saint-christophe-des-bois	Saint-Christophe-des-Bois,Sant-Kristol-ar-Choad,Sen-Kristof-de-Bua,sheng ke li si tuo fu dai bu wa,Сен-Кристоф-де-Буа,سینٹ-کروسٹوفے-دس-بوس,圣克里斯托夫代布瓦		FR	53	35	351	35260	587	Europe/Paris
6432820	Saint-Christophe-de-Valains	saint-christophe-de-valains	Saint-Christophe-de-Valains		FR	53	35	351	35261	220	Europe/Paris
6432821	Sainte-Colombe	sainte-colombe	Sainte-Colombe		FR	53	35	351	35262	342	Europe/Paris
6432822	Saint-Coulomb	saint-coulomb	Saint-Coulomb		FR	53	35	354	35263	2674	Europe/Paris
6432823	Saint-Didier	saint-didier	Saint-Didier,Sanctus Desiderius,Sant-Ider,Sen-Did'e,sheng di di ye,Сен-Дидье,Сен-Дідьє,سینٹ-ددئر، الے-یت-ولاینے,圣迪迪耶		FR	53	35	351	35264	2026	Europe/Paris
6432824	Saint-Domineuc	saint-domineuc	Landoveneg,Sen-Dominek,sheng duo mi na ke,Сен-Доминек,Сен-Домінек,سینٹ-ڈومینک,圣多米纳克		FR	53	35	354	35265	2515	Europe/Paris
6432825	Saint-Erblon	saint-erblon	Saint-Erblon,Sanctus Hermelandus de Eremo,Sant-Ervlon-an-Dezerzh,Sent-Erblon,sheng ai er bu long,Сент-Ерблон,سینٹ-ایربلوں ، الے-یت-ولاینے,圣埃尔布隆		FR	53	35	353	35266	2925	Europe/Paris
6432827	Saint-Ganton	saint-ganton	Saint-Ganton,Sant-Weganton,Sen-Ganton,sheng gang tong,Сен-Гантон,سینٹ-گنتوں,圣冈通		FR	53	35	352	35268	422	Europe/Paris
6432829	Saint-Georges-de-Gréhaigne	saint-georges-de-grehaigne	Saint-Georges-de-Grehaigne,Saint-Georges-de-Gréhaigne,Sant-Jord-Grehan,Sen-Zhorzh-de-Green',sheng ruo er re de ge lei ai ni,Сен-Жорж-де-Греень,سینٹ-گیورگس-دے-گریھیگنے,圣若尔热德格雷艾尼		FR	53	35	354	35270	372	Europe/Paris
6432830	Saint-Georges-de-Reintembault	saint-georges-de-reintembault	Saint-Georges-de-Reintembault		FR	53	35	351	35271	1527	Europe/Paris
6432831	Saint-Germain-du-Pinel	saint-germain-du-pinel	Saint-Germain-du-Pinel,Sanctus Germanus de Pinello,Sant-Jermen-ar-Bineg,Sen-Zhermen-dju-Pinel',sheng ri er man di pi nei,Сен-Жермен-дю-Пинель,Сен-Жермен-дю-Пінель,سینٹ-گرمین-دو-پینل,圣日尔曼迪皮内		FR	53	35	351	35272	914	Europe/Paris
6432832	Saint-Germain-en-Coglès	saint-germain-en-cogles	Saint-Germain-en-Cogles,Saint-Germain-en-Coglès,Sanctus Germanus de Coglesio,Sant-Jermen-Gougleiz,Sen-Zhermen-an-Kogle,ke ge lai de qu sheng ri er man,Сен-Жермен-ан-Когле,سینٹ-گرمین-این -کوگلیس,科格莱地区圣日尔曼		FR	53	35	351	35273	2050	Europe/Paris
6432833	Saint-Germain-sur-Ille	saint-germain-sur-ille	Saint-Germain-sur-Ille,Sanctus Germanus super Insulam,Sant-Jermen-an-Il,Sen-Zhermen-sjur-Il',yi er he pan sheng ri er man,Сен-Жермен-сюр-Іль,Сен-Жермен-сюр-Иль,سینٹ-گرمین-سر-الے,伊尔河畔圣日尔曼		FR	53	35	353	35274	918	Europe/Paris
6432834	Saint-Gondran	saint-gondran	Saint-Gondran,Sanctus Gordianus,Sant-Gondran,Sen-Gondran,sheng gong de lang,Сен-Гондран,سینٹ-گوندران,圣贡德朗		FR	53	35	353	35276	536	Europe/Paris
6432835	Saint-Gonlay	saint-gonlay	Saint-Gonlay		FR	53	35	353	35277	343	Europe/Paris
6432836	Saint-Grégoire	saint-gregoire	Saint-Gregoire,Saint-Grégoire,Sanctus Gregorius,Sant-Gregor,Sen-Greguar,sheng ge lei gua er,Сен-Грегуар,سینٹ-گریگویرے، الے-یت-ولاینے,圣格雷瓜尔		FR	53	35	353	35278	9521	Europe/Paris
6432837	Saint-Guinoux	saint-guinoux	Saint-Guinoux,Sant-Gwenou,Sant-Gwênoù,Sen-Ginu,sheng ji nu,Сен-Гину,Сен-Гіну,سینٹ-نوش,圣吉努		FR	53	35	354	35279	1205	Europe/Paris
6432838	Saint-Hilaire-des-Landes	saint-hilaire-des-landes	Fanum Sancti Hilarii de Landis,Saint-Hilaire-des-Landes,Sant-Eler-al-Lann,Sen-Iler-de-Land,sheng yi lai er dai lang dai,Сен-Ілер-де-Ланд,Сен-Илер-де-Ланд,سینٹ-ہلیری-دس-لنڈس,圣伊莱尔代朗代		FR	53	35	351	35280	1045	Europe/Paris
6432839	Saint-Jacques-de-la-Lande	saint-jacques-de-la-lande	Saint-Jacques-de-la-Lande		FR	53	35	353	35281	12917	Europe/Paris
6432840	Rives-du-Couesnon	rives-du-couesnon	Rives-du-Couesnon,Sant-Yann-ar-Chouenon,Santus Ioannes super Coisnonem,Sen-Zhan-sjur-Kuenon,ku ai si nong he pan sheng rang,Сен-Жан-сюр-Куенон,سینٹ-ژاں -سر-کوسنوں,库埃斯农河畔圣让		FR	53	35	351	35282	2845	Europe/Paris
6432841	Saint-Jean-sur-Vilaine	saint-jean-sur-vilaine	Saint-Jean-sur-Vilaine,Sanctus Ioannes supra Vicenoniam,Sant-Yann-ar-Gwilen,Sen-Zhan-sjur-Vilen,wei lan he pan sheng rang,Сен-Жан-сюр-Вилен,Сен-Жан-сюр-Вілен,سینٹ-ژاں -سر-ولاینے,维兰河畔圣让		FR	53	35	351	35283	1245	Europe/Paris
6432842	Saint-Jouan-des-Guérets	saint-jouan-des-guerets	Saint-Jouan-des-Guerets,Saint-Jouan-des-Guérets,Sant-Yowan-an-Havreg,Sen-Zhuan-de-Gere,sheng ru ang dai gai lei te,Сен-Жуан-де-Гере,سینٹ-جوان-دس-گیریٹس,圣茹昂代盖雷特		FR	53	35	354	35284	2622	Europe/Paris
6432964	Saint-Août	saint-aout	Saint-Aout,Saint-Août		FR	24	36	363	36180	844	Europe/Paris
6432843	Saint-Just	saint-just	Saint-Just,Sant-Yust,Sen-Zhust,sheng rui si,Сен-Жуст,سینٹ-جست، الے-یت-ولاینے,圣瑞斯		FR	53	35	352	35285	1072	Europe/Paris
6432844	Saint-Léger-des-Prés	saint-leger-des-pres	Saint-Leger-des-Pres,Saint-Léger-des-Prés,Sanctus Leodegarius,Sant-Lezer-ar-Pradeier,Sen-Lezhe-de-Pre,sheng lai re dai pu lei,Сен-Леже-де-Пре,سینٹ-لگر-دس-پریس,圣莱热代普雷		FR	53	35	354	35286	254	Europe/Paris
6432845	Saint-Lunaire	saint-lunaire	Saint-Lunaire		FR	53	35	354	35287	2316	Europe/Paris
6432846	Saint-Malo-de-Phily	saint-malo-de-phily	Saint-Malo-de-Phily		FR	53	35	352	35289	1089	Europe/Paris
6432847	Saint-Marcan	saint-marcan	Saint-Marcan,Sant-Marchan,Sen-Markan,sheng ma er kang,Сен-Маркан,سینٹ-مرکن,圣马尔康		FR	53	35	354	35291	450	Europe/Paris
6432848	Saint-Marc-le-Blanc	saint-marc-le-blanc	Saint-Marc-le-Blanc,Sanctus Medardus Albus,Sant-Mezar-Elvinieg,Sen-Mark-le-Blan,sheng ma er ke lai bu lang ke,Сен-Марк-ле-Блан,سینٹ-مارک-لے-بلانک,圣马尔克莱布朗克		FR	53	35	351	35292	1682	Europe/Paris
6432850	Sainte-Marie	sainte-marie	Lokmaria-Redon,Plebs Sanctae Mariae,Sainte-Marie,Sent-Mari,sheng ma li,Сент-Мари,Сент-Марі,سین-مرے، الے-یت-ولاینے,圣玛丽		FR	53	35	352	35294	2259	Europe/Paris
6432851	Saint-Maugan	saint-maugan	Saint-Maugan,Sanctus Malgandus,Sant-Malgant,Sen-Mogan,sheng mo gang,Сен-Моган,سینٹ-مگن,圣莫冈		FR	53	35	353	35295	552	Europe/Paris
6432852	Saint-Médard-sur-Ille	saint-medard-sur-ille	Saint-Medard-sur-Ille,Saint-Médard-sur-Ille,Sanctus Medardus super Illam,Sant-Marzh-an-Il,Sen-Medar-sjur-Il',yi er he pan sheng mei da er,Сен-Медар-сюр-Іль,Сен-Медар-сюр-Иль,سینٹ-میڈرڈ-سر-الے,伊尔河畔圣梅达尔		FR	53	35	353	35296	1307	Europe/Paris
6432853	Saint-Méen-le-Grand	saint-meen-le-grand	Saint-Meen-le-Grand,Saint-Méen-le-Grand		FR	53	35	353	35297	4622	Europe/Paris
6432854	Saint-Méloir-des-Ondes	saint-meloir-des-ondes	Sant-Meleg,Sen-Meluar-dez-Ond,sheng mei lu wa dai weng dai,Сен-Мелуар-дез-Онд,سینٹ-ملور-دس-انڈس,圣梅卢瓦代翁代		FR	53	35	354	35299	4032	Europe/Paris
6432856	Saint-Onen-la-Chapelle	saint-onen-la-chapelle	Saint-Onen-la-Chapelle,Sanctus Onnenus,Santez-Onenn,Sent-Onan-la-Shapel',sheng ao nan la sha pei er,Сент-Онан-ла-Шапель,سینٹ-انیں -لا-چپلے,圣奥南拉沙佩尔		FR	53	35	353	35302	1167	Europe/Paris
6432857	Saint-Ouen-des-Alleux	saint-ouen-des-alleux	Saint-Ouen-des-Alleux,Sanctus Audoenus de Allodis,Sant-Owen-an-Alloz,Sent-Uan-dez-Alle,sheng wu ang dai a lei,Сент-Уан-дез-Алле,سینٹ-وں -دس-ٖلےش,圣乌昂代阿勒		FR	53	35	351	35304	1297	Europe/Paris
6432858	Saint-Péran	saint-peran	Sant-Peran,Sant-Pêran,Sen-Peran,sheng pei lang,syn-pran,Сен-Перан,سین-پران,圣佩朗		FR	53	35	353	35305	407	Europe/Paris
6432859	Saint-Père-Marc-en-Poulet	saint-pere-marc-en-poulet	Saint-Pere-Marc-en-Poulet,Saint-Père-Marc-en-Poulet,Sant-Per-Poualed,Sant-Pêr-Poualed,Sen-Per,sheng pei er,Сен-Пер,سین-پرے، الے-یت-ولاینے,圣佩尔		FR	53	35	354	35306	2280	Europe/Paris
6432860	Saint-Pern	saint-pern	Saint-Pern		FR	53	35	353	35307	1025	Europe/Paris
6432861	Mesnil-Roc'h	mesnil-roc-h	Mesnil-Roc'h		FR	53	35	354	35308	4279	Europe/Paris
6432862	Saint-Sauveur-des-Landes	saint-sauveur-des-landes	Kersalver-al-Lann,Saint-Sauveur-des-Landes,Sanctus Salvator Landis,Sen-Sover-de-Land,sheng suo wo er-de lang de,Сен-Совер-де-Ланд,سین-سویر-دے-لنڈس,圣索沃尔-德朗德		FR	53	35	351	35310	1512	Europe/Paris
6432863	Saint-Séglin	saint-seglin	Saint-Seglin,Saint-Séglin		FR	53	35	352	35311	557	Europe/Paris
6432864	Saint-Senoux	saint-senoux	Saint-Senoux,Sant-Senour,Sen-Senu,sheng sang wu,Сен-Сену,سین-سےنوش,圣桑乌		FR	53	35	352	35312	1838	Europe/Paris
6432865	Saint-Suliac	saint-suliac	Saint-Suliac		FR	53	35	354	35314	918	Europe/Paris
6432866	Saint-Sulpice-la-Forêt	saint-sulpice-la-foret	Saint-Sulpice-la-Foret,Saint-Sulpice-la-Forêt		FR	53	35	353	35315	1302	Europe/Paris
6432867	Saint-Thual	saint-thual	Saint-Thual,Sant-Tual,Sen-Tjual',sheng di a,Сен-Тюаль,圣蒂阿		FR	53	35	354	35318	899	Europe/Paris
6432868	Saint-Thurial	saint-thurial	Saint-Thurial		FR	53	35	353	35319	2069	Europe/Paris
6432869	Saint-Uniac	saint-uniac	Saint-Uniac		FR	53	35	353	35320	534	Europe/Paris
6432870	Saulnières	saulnieres	Saoner,Saulnieres,Saulnières,Sol'n'er,suo er ni ai,Сольньер,Сольньєр,索尔尼埃		FR	53	35	352	35321	754	Europe/Paris
6432871	Sens-de-Bretagne	sens-de-bretagne	San-de-Bretan',Sen,Sens-de-Bretagne,Sensus,sang de bu lei ta ni,Сан-де-Бретань,桑德布雷塔尼		FR	53	35	353	35326	2548	Europe/Paris
6432872	Servon-sur-Vilaine	servon-sur-vilaine	Servon,Servon-sjur-Vilen,Servonium,wei lan he pan sai er weng,Сервон-сюр-Вилен,Сервон-сюр-Вілен,维兰河畔塞尔翁		FR	53	35	353	35327	3611	Europe/Paris
6432874	Sougéal	sougeal	Solus Gallus,Sougeal,Sougéal,Sulial,Suzheal',su re a,Сужеаль,苏热阿		FR	53	35	354	35329	605	Europe/Paris
6432875	Taillis	taillis	Tai,Talieg,Taslia,tai li,Таи,Таї,泰利		FR	53	35	351	35330	1001	Europe/Paris
6432876	Talensac	talensac	Talensac		FR	53	35	353	35331	2496	Europe/Paris
6432878	Thourie	thourie	Thourie,Tourig,Turi,Turria,tu li ye,Тури,Турі,图里耶		FR	53	35	351	35335	786	Europe/Paris
6432879	Tinténiac	tinteniac	Tinteniac,Tinténiac		FR	53	35	354	35337	3565	Europe/Paris
6432880	Torcé	torce	Torce,Torcé,Torse,Tourcheg,tuo er sai,Торсе,托尔塞		FR	53	35	351	35338	1185	Europe/Paris
6432881	Treffendel	treffendel			FR	53	35	353	35340	1257	Europe/Paris
6432884	Trévérien	treverien			FR	53	35	354	35345	884	Europe/Paris
6432885	Trimer	trimer			FR	53	35	354	35346	208	Europe/Paris
6432886	Val-d'Izé	val-d-ize	Val-d'Ize,Val-d'Izé		FR	53	35	351	35347	2586	Europe/Paris
6432888	Vergéal	vergeal	Vergeal,Vergéal		FR	53	35	351	35350	804	Europe/Paris
6432889	Vern-sur-Seiche	vern-sur-seiche	Vern-sur-Seiche		FR	53	35	353	35352	7893	Europe/Paris
6432890	Vezin-le-Coquet	vezin-le-coquet	Vezin-le-Coquet		FR	53	35	353	35353	5650	Europe/Paris
6432891	Vieux-Viel	vieux-viel	Vieux-Viel		FR	53	35	354	35354	316	Europe/Paris
6432892	Vieux-Vy-sur-Couesnon	vieux-vy-sur-couesnon	Vieux-Vy-sur-Couesnon		FR	53	35	353	35355	1194	Europe/Paris
6432893	Vignoc	vignoc	Vignoc		FR	53	35	353	35356	1850	Europe/Paris
6432965	Saint-Benoît-du-Sault	saint-benoit-du-sault	Saint-Benoit-du-Sault,Saint-Benoît-du-Sault		FR	24	36	361	36182	607	Europe/Paris
6432894	Villamée	villamee	Gwilavez,Villamarae,Villame,Villamee,Villamée,wei la mei ai,Вилламе,Вілламе,维拉梅埃		FR	53	35	351	35357	317	Europe/Paris
6432895	Visseiche	visseiche	Gwisech,Visechia,Visseiche,Vissesh,wei sai ke,Виссеш,Віссеш,维塞克		FR	53	35	351	35359	812	Europe/Paris
6432896	Lourouer-Saint-Laurent	lourouer-saint-laurent	Lourouer-Saint-Laurent		FR	24	36	363	36100	275	Europe/Paris
6432897	Luant	luant	Luant		FR	24	36	362	36101	1487	Europe/Paris
6432898	Luçay-le-Libre	lucay-le-libre	Lucay-le-Libre,Luçay-le-Libre		FR	24	36	364	36102	102	Europe/Paris
6432899	Luçay-le-Mâle	lucay-le-male	Lucay-le-Male,Luçay-le-Mâle		FR	24	36	362	36103	1375	Europe/Paris
6432900	Lurais	lurais	Lurais		FR	24	36	361	36104	248	Europe/Paris
6432901	Lureuil	lureuil	Lureuil		FR	24	36	361	36105	265	Europe/Paris
6432902	Luzeret	luzeret	Luzeret		FR	24	36	361	36106	152	Europe/Paris
6432903	Maillet	maillet	Mae,Maillet,Maje,mai lai,Майе,Має,迈莱		FR	24	36	363	36110	264	Europe/Paris
6432904	Malicornay	malicornay	Malicornay		FR	24	36	363	36111	190	Europe/Paris
6432905	Mâron	maron	Maron,Mâron		FR	24	36	362	36112	772	Europe/Paris
6432906	Martizay	martizay	Martizay		FR	24	36	361	36113	962	Europe/Paris
6432907	Mauvières	mauvieres	Mauvieres,Mauvières		FR	24	36	361	36114	317	Europe/Paris
6432908	Menetou-sur-Nahon	menetou-sur-nahon	Menetou-sur-Nahon		FR	24	36	364	36115	113	Europe/Paris
6432909	Ménétréols-sous-Vatan	menetreols-sous-vatan	Menetreols-sous-Vatan,Ménétréols-sous-Vatan		FR	24	36	364	36116	118	Europe/Paris
6432910	Méobecq	meobecq			FR	24	36	362	36118	367	Europe/Paris
6432911	Mérigny	merigny	Merigny,Mérigny		FR	24	36	361	36119	535	Europe/Paris
6432912	Mers-sur-Indre	mers-sur-indre	Mers-sur-Indre		FR	24	36	363	36120	650	Europe/Paris
6432913	Meunet-Planches	meunet-planches			FR	24	36	364	36121	175	Europe/Paris
6432914	Meunet-sur-Vatan	meunet-sur-vatan	Meunet-sur-Vatan		FR	24	36	364	36122	192	Europe/Paris
6432915	Mézières-en-Brenne	mezieres-en-brenne	Mezieres-en-Brenne,Mézières-en-Brenne		FR	24	36	361	36123	1021	Europe/Paris
6432916	Migné	migne	Migne,Migné		FR	24	36	361	36124	274	Europe/Paris
6432917	Migny	migny	Migny		FR	24	36	364	36125	127	Europe/Paris
6432918	Montchevrier	montchevrier			FR	24	36	363	36126	454	Europe/Paris
6432919	Montgivray	montgivray	Montgivray		FR	24	36	363	36127	1613	Europe/Paris
6432920	Montierchaume	montierchaume			FR	24	36	362	36128	1628	Europe/Paris
6432921	Montipouret	montipouret	Montipouret		FR	24	36	363	36129	558	Europe/Paris
6432922	Mosnay	mosnay	Mosnay		FR	24	36	362	36131	477	Europe/Paris
6432923	Mouhers	mouhers	Mouhers		FR	24	36	363	36133	231	Europe/Paris
6432924	Mouhet	mouhet	Mouhet		FR	24	36	361	36134	447	Europe/Paris
6432925	Moulins-sur-Céphons	moulins-sur-cephons	Moulins-sur-Cephons,Moulins-sur-Céphons		FR	24	36	362	36135	295	Europe/Paris
6432926	Murs	murs	Mjur,Murs,mi er,Мюр,米尔		FR	24	36	362	36136	128	Europe/Paris
6432928	Néret	neret	Neret,Néret		FR	24	36	363	36138	195	Europe/Paris
6432929	Neuillay-les-Bois	neuillay-les-bois	Neuillay-les-Bois		FR	24	36	362	36139	664	Europe/Paris
6432930	Neuvy-Pailloux	neuvy-pailloux	Neuvy-Pailloux		FR	24	36	364	36140	1209	Europe/Paris
6432931	Neuvy-Saint-Sépulchre	neuvy-saint-sepulchre	Neuvy-Saint-Sepulchre,Neuvy-Saint-Sépulchre		FR	24	36	363	36141	1656	Europe/Paris
6432932	Niherne	niherne	Niherne		FR	24	36	362	36142	1591	Europe/Paris
6432933	Nohant-Vic	nohant-vic	Nohant-Vic		FR	24	36	363	36143	456	Europe/Paris
6432934	Nuret-le-Ferron	nuret-le-ferron	Nuret-le-Ferron		FR	24	36	361	36144	308	Europe/Paris
6432936	Orsennes	orsennes	Orsennes		FR	24	36	363	36146	765	Europe/Paris
6432937	Oulches	oulches	Oulches		FR	24	36	361	36148	408	Europe/Paris
6432938	Palluau-sur-Indre	palluau-sur-indre	Palluau-sur-Indre		FR	24	36	362	36149	780	Europe/Paris
6432939	Parnac	parnac	Parnac,Parnak,pa er na ke,Парнак,帕尔纳克		FR	24	36	361	36150	503	Europe/Paris
6432941	Paudy	paudy	Paudy		FR	24	36	364	36152	464	Europe/Paris
6432942	Paulnay	paulnay	Paulnay		FR	24	36	361	36153	328	Europe/Paris
6432943	Pellevoisin	pellevoisin	Pellevoisin		FR	24	36	362	36155	767	Europe/Paris
6432944	Pérassay	perassay	Perassay,Pérassay		FR	24	36	363	36156	361	Europe/Paris
6432945	Badecon-le-Pin	badecon-le-pin	Badecon-le-Pin		FR	24	36	362	36158	744	Europe/Paris
6432946	Pommiers	pommiers	Pom'e,Pomme,bo mi ye er,Поммє,Помье,波米耶尔		FR	24	36	362	36160	243	Europe/Paris
6432947	Le Pont-Chrétien-Chabenet	le-pont-chretien-chabenet	Le Pont-Chretien-Chabenet,Le Pont-Chrétien-Chabenet		FR	24	36	362	36161	922	Europe/Paris
6432948	Poulaines	poulaines	Poulaines,Pulen,pu lai nei,Пулен,普莱内		FR	24	36	364	36162	870	Europe/Paris
6432949	Pouligny-Notre-Dame	pouligny-notre-dame	Pouligny-Notre-Dame		FR	24	36	363	36163	716	Europe/Paris
6432950	Pouligny-Saint-Martin	pouligny-saint-martin			FR	24	36	363	36164	224	Europe/Paris
6432951	Pouligny-Saint-Pierre	pouligny-saint-pierre	Pouligny-Saint-Pierre		FR	24	36	361	36165	1086	Europe/Paris
6432952	Préaux	preaux	Preaux,Preo,Préaux,pu lei ao,Прео,普雷奥		FR	24	36	362	36166	161	Europe/Paris
6432953	Preuilly-la-Ville	preuilly-la-ville	Preuilly-la-Ville		FR	24	36	361	36167	164	Europe/Paris
6432954	Prissac	prissac	Prissac		FR	24	36	361	36168	635	Europe/Paris
6432955	Reboursin	reboursin	Reboursin		FR	24	36	364	36170	109	Europe/Paris
6432956	Reuilly	reuilly	Rei,Reuilly,Rjoji,lei yi li,Реї,Рёйи,勒伊利		FR	24	36	364	36171	2031	Europe/Paris
6432957	Rosnay	rosnay	Rone,Rosne,luo si nai,Роне,Росне,罗斯奈		FR	24	36	361	36173	513	Europe/Paris
6432958	Roussines	roussines	Rossinas,Roussines,Russin,lu xi nei,Руссин,Руссін,鲁西内		FR	24	36	361	36174	360	Europe/Paris
6432959	Rouvres-les-Bois	rouvres-les-bois			FR	24	36	362	36175	291	Europe/Paris
6432960	Ruffec	ruffec	Rjuffek,Rjuffek-le-Shato,Ruffec,lu fu ke,Рюффек,Рюффек-ле-Шато,吕弗克		FR	24	36	361	36176	592	Europe/Paris
6432961	Sacierges-Saint-Martin	sacierges-saint-martin			FR	24	36	361	36177	315	Europe/Paris
6432967	Saint-Chartier	saint-chartier			FR	24	36	363	36184	517	Europe/Paris
6432968	Saint-Christophe-en-Bazelle	saint-christophe-en-bazelle	Saint-Christophe-en-Bazelle		FR	24	36	364	36185	389	Europe/Paris
6432969	Saint-Christophe-en-Boucherie	saint-christophe-en-boucherie	Saint-Christophe-en-Boucherie		FR	24	36	363	36186	256	Europe/Paris
6432970	Saint-Civran	saint-civran	Saint-Civran		FR	24	36	361	36187	144	Europe/Paris
6432971	Saint-Cyran-du-Jambot	saint-cyran-du-jambot			FR	24	36	362	36188	220	Europe/Paris
6432972	Sainte-Fauste	sainte-fauste	Sainte-Fauste		FR	24	36	364	36190	276	Europe/Paris
6432973	Saint-Gaultier	saint-gaultier	Saint-Gaultier		FR	24	36	361	36192	1827	Europe/Paris
6432974	Saint-Genou	saint-genou	Saint-Genou		FR	24	36	362	36194	982	Europe/Paris
6432976	Saint-Lactencin	saint-lactencin	Saint-Lactencin		FR	24	36	362	36198	432	Europe/Paris
6432977	Sainte-Lizaigne	sainte-lizaigne	Sainte-Lizaigne		FR	24	36	364	36199	1190	Europe/Paris
6432978	Saint-Marcel	saint-marcel	Saint-Marcel,Sen-Marsel',sheng ma er sai,Сен-Марсель,سینٹ-مارسیل، اندرے,圣马尔塞		FR	24	36	362	36200	1585	Europe/Paris
6432980	Saint-Médard	saint-medard	Sen-Medar,sheng mei da er,Сен-Медар,سینٹ-میڈرڈ، اندرے,圣梅达尔		FR	24	36	362	36203	46	Europe/Paris
6432981	Saint-Michel-en-Brenne	saint-michel-en-brenne	Saint-Michel-en-Brenne		FR	24	36	361	36204	324	Europe/Paris
6432982	Saint-Pierre-de-Jards	saint-pierre-de-jards	Saint-Pierre-de-Jards		FR	24	36	364	36205	121	Europe/Paris
6432985	Sainte-Sévère-sur-Indre	sainte-severe-sur-indre			FR	24	36	363	36208	780	Europe/Paris
6432986	Saint-Valentin	saint-valentin	Saint-Valentin,Sen-Valanten,sheng wa lang tan,sn-walntn,Сен-Валантен,سن-والنتن,圣瓦朗坦		FR	24	36	364	36209	281	Europe/Paris
6432987	Sassierges-Saint-Germain	sassierges-saint-germain			FR	24	36	362	36211	487	Europe/Paris
6432988	Saulnay	saulnay	Saulnay,Sol'ne,suo er nai,Сольне,索尔奈		FR	24	36	361	36212	158	Europe/Paris
6432989	Sauzelles	sauzelles	Sauzelles		FR	24	36	361	36213	239	Europe/Paris
6432990	Sazeray	sazeray	Sazeray		FR	24	36	363	36214	305	Europe/Paris
6432991	Ségry	segry	Segry,Ségry		FR	24	36	364	36215	515	Europe/Paris
6432992	Selles-sur-Nahon	selles-sur-nahon			FR	24	36	362	36216	72	Europe/Paris
6432993	Sembleçay	semblecay	Semblecay,Sembleçay		FR	24	36	364	36217	102	Europe/Paris
6432994	Tendu	tendu	Tandju,Tendu,tang di,Тандю,唐迪		FR	24	36	362	36219	648	Europe/Paris
6432995	Thevet-Saint-Julien	thevet-saint-julien			FR	24	36	363	36221	391	Europe/Paris
6432996	Tilly	tilly	Tii,Tiji,Tilhac,di li,Тийи,Тії,蒂利		FR	24	36	361	36223	136	Europe/Paris
6432997	Tournon-Saint-Martin	tournon-saint-martin	Tournon-Saint-Martin		FR	24	36	361	36224	1172	Europe/Paris
6432998	Tranzault	tranzault	Tranzault		FR	24	36	363	36226	353	Europe/Paris
6432999	Urciers	urciers	Urciers		FR	24	36	363	36227	246	Europe/Paris
6433000	Valençay	valencay	Valencay,Valençay		FR	24	36	362	36228	2391	Europe/Paris
6433001	Val-Fouzon	val-fouzon	Val-Fouzon		FR	24	36	364	36229	1012	Europe/Paris
6433002	Velles	velles	Vel',Velles,wei lai,wls  ayndr,Вель,ولس، ایندر,韦莱		FR	24	36	362	36231	996	Europe/Paris
6433003	Verneuil-sur-Igneraie	verneuil-sur-igneraie	Verneuil-sur-Igneraie		FR	24	36	363	36234	313	Europe/Paris
6433004	Veuil	veuil	Veuil		FR	24	36	362	36235	375	Europe/Paris
6433005	Vicq-Exemplet	vicq-exemplet			FR	24	36	363	36236	319	Europe/Paris
6433006	Vicq-sur-Nahon	vicq-sur-nahon	Vicq-sur-Nahon		FR	24	36	362	36237	735	Europe/Paris
6433007	Vigoulant	vigoulant	Vigolant,Vigoulant,Vigulan,wei gu lang,Вигулан,Вігулан,维古朗		FR	24	36	363	36238	104	Europe/Paris
6433008	Vigoux	vigoux	Vigoux		FR	24	36	361	36239	461	Europe/Paris
6433009	Vijon	vijon			FR	24	36	363	36240	306	Europe/Paris
6433010	Villedieu-sur-Indre	villedieu-sur-indre			FR	24	36	362	36241	2721	Europe/Paris
6433011	Villegongis	villegongis	Villegongis		FR	24	36	362	36242	116	Europe/Paris
6433012	Villegouin	villegouin	Vil'guehn,Vil'guen,Villegouin,wei lei gu an,Вильгуэн,Вільгуен,维勒古安		FR	24	36	362	36243	339	Europe/Paris
6433013	Villentrois-Faverolles-en-Berry	villentrois-faverolles-en-berry	Villentrois-Faverolles-en-Berry		FR	24	36	362	36244	913	Europe/Paris
6433015	Vouillon	vouillon	Vouillon		FR	24	36	364	36248	236	Europe/Paris
6433016	Épeigné-les-Bois	epeigne-les-bois	Epeigne-les-Bois,Épeigné-les-Bois		FR	24	37	373	37100	436	Europe/Paris
6433017	Épeigné-sur-Dême	epeigne-sur-deme			FR	24	37	371	37101	165	Europe/Paris
6433018	Esves-le-Moutier	esves-le-moutier	Esves-le-Moutier,Ev le Mutje,Ev-le-Mut'e,ai si wei lai mu di ye,Ев ле Мутје,Ев-ле-Мутьє,埃斯韦莱穆蒂耶		FR	24	37	373	37103	149	Europe/Paris
6433019	Esvres	esvres	Esvres		FR	24	37	372	37104	5849	Europe/Paris
6433020	Faye-la-Vineuse	faye-la-vineuse	Faye-la-Vineuse,Fe-la-Vinez,fei ai la wei na si,Фе-ла-Вінез,费埃拉维纳斯		FR	24	37	371	37105	255	Europe/Paris
6433021	Ferrière-Larçon	ferriere-larcon	Ferrier-Larson,Ferriere-Larcon,Ferrière-Larçon,fu er li ai la er song,Феррієр-Ларсон,弗尔里埃拉尔松		FR	24	37	373	37107	250	Europe/Paris
6433022	Ferrière-sur-Beaulieu	ferriere-sur-beaulieu	Ferrier-sjur-Bol'e,Ferriere-sur-Beaulieu,Ferrière-sur-Beaulieu,bo li e he pan fu er li ai,Феррієр-сюр-Больє,博利厄河畔弗尔里埃		FR	24	37	373	37108	737	Europe/Paris
6433023	Fondettes	fondettes	Fondettes		FR	24	37	372	37109	10460	Europe/Paris
6433024	Francueil	francueil	Francueil,Frankej,Frankjuej,fu lang qu ai,Франкеј,Франкюей,弗朗屈埃		FR	24	37	373	37110	1372	Europe/Paris
6433025	Gizeux	gizeux	Gizeux,Zhize,Zhizu,Жизе,Жизу		FR	24	37	371	37112	400	Europe/Paris
6433026	Hommes	hommes	Hommes,Omm,ao mei,Омм,奥梅		FR	24	37	371	37117	892	Europe/Paris
6433027	Huismes	huismes	Huismes		FR	24	37	371	37118	1510	Europe/Paris
6433029	Jaulnay	jaulnay	Jaulnay		FR	24	37	371	37121	261	Europe/Paris
6433030	Joué-lès-Tours	joue-les-tours	Joue-les-Tours,Joué-lès-Tours		FR	24	37	372	37122	37505	Europe/Paris
6433031	Langeais	langeais	Langeais		FR	24	37	371	37123	4612	Europe/Paris
6433195	Eybens	eybens	Eybens		FR	84	38	381	38158	10391	Europe/Paris
6433032	Larçay	larcay	Larcay,Larse,Larçay,la er sai,Ларсе,拉尔赛		FR	24	37	372	37124	2437	Europe/Paris
6433033	Lémeré	lemere	Lemere,Lémeré,lai mei lei,Лемере,莱梅雷		FR	24	37	371	37125	512	Europe/Paris
6433034	Lerné	lerne	Lerne,Lerné,lai er nei,Лерне,莱尔内		FR	24	37	371	37126	298	Europe/Paris
6433035	Lignières-de-Touraine	lignieres-de-touraine	Lignieres-de-Touraine,Lignières-de-Touraine,Lin'er-de-Turen,li ni ai de tu lan,Ліньєр-де-Турен,利尼埃德图兰		FR	24	37	372	37128	1299	Europe/Paris
6433036	Ligré	ligre	Ligre,Ligré,li ge lei,Лігре,利格雷		FR	24	37	371	37129	1069	Europe/Paris
6433037	Ligueil	ligueil	Ligej,Ligueil,li gai,Лігей,利盖		FR	24	37	373	37130	2200	Europe/Paris
6433038	Limeray	limeray	Limeray		FR	24	37	373	37131	1286	Europe/Paris
6433039	Loché-sur-Indrois	loche-sur-indrois	Loche-sur-Indrois,Loché-sur-Indrois		FR	24	37	373	37133	534	Europe/Paris
6433040	Louans	louans	Louans		FR	24	37	373	37134	634	Europe/Paris
6433042	Lublé	luble	Luble,Lublé		FR	24	37	371	37137	145	Europe/Paris
6433043	Lussault-sur-Loire	lussault-sur-loire	Lussault-sur-Loire		FR	24	37	373	37138	764	Europe/Paris
6433044	Luynes	luynes	Ljuin,Luynes,lu yi nei,Люїн,吕伊内		FR	24	37	372	37139	5143	Europe/Paris
6433045	Luzé	luze	Ljuze,Luze,Luzé,lu ze,Люзе,吕泽		FR	24	37	371	37140	256	Europe/Paris
6433046	Luzillé	luzille	Ljuzie,lu qi lai,Люзіє,吕齐莱		FR	24	37	373	37141	983	Europe/Paris
6433047	Maillé	maille	Maille,Maillé		FR	24	37	371	37142	579	Europe/Paris
6433048	Manthelan	manthelan	Manthelan		FR	24	37	373	37143	1369	Europe/Paris
6433049	Marçay	marcay	Marcay,Marçay		FR	24	37	371	37144	512	Europe/Paris
6433050	Marcé-sur-Esves	marce-sur-esves	Marce-sur-Esves,Marcé-sur-Esves,Marse-sjur-Ev,ai si wei he pan ma er sai,Марсе-сюр-Ев,埃斯韦河畔马尔塞		FR	24	37	373	37145	244	Europe/Paris
6433051	Marcilly-sur-Maulne	marcilly-sur-maulne	Marcilly-sur-Maulne,Marsii-sjur-Mol'n,mo er en he pan ma er xi li,Марсії-сюр-Мольн,莫尔恩河畔马尔西利		FR	24	37	371	37146	236	Europe/Paris
6433052	Marcilly-sur-Vienne	marcilly-sur-vienne	Marcilly-sur-Vienne		FR	24	37	371	37147	549	Europe/Paris
6433053	Marigny-Marmande	marigny-marmande	Marigny-Marmande,Marin'i-Marmand,ma li ni ma er mang de,Мариньї-Марманд,马里尼马尔芒德		FR	24	37	371	37148	588	Europe/Paris
6433054	Mazières-de-Touraine	mazieres-de-touraine	Mazieres-de-Touraine,Mazières-de-Touraine		FR	24	37	371	37150	1299	Europe/Paris
6433055	Mettray	mettray	Mettray		FR	24	37	372	37152	2022	Europe/Paris
6433056	Monnaie	monnaie	Monne,mo nai ai,Монне,莫奈埃		FR	24	37	372	37153	4369	Europe/Paris
6433057	Montbazon	montbazon	Montbazon		FR	24	37	372	37154	4202	Europe/Paris
6433058	Monthodon	monthodon	Monthodon		FR	24	37	373	37155	618	Europe/Paris
6433059	Montlouis-sur-Loire	montlouis-sur-loire	Montlouis-sur-Loire		FR	24	37	372	37156	10628	Europe/Paris
6433060	Montrésor	montresor	Montrezor,meng te lei suo,Монтрезор,蒙特雷索		FR	24	37	373	37157	351	Europe/Paris
6433061	Montreuil-en-Touraine	montreuil-en-touraine	Montrej-an-Turen,tu lan de qu meng te lei yi,Монтрей-ан-Турен,图兰地区蒙特勒伊		FR	24	37	373	37158	835	Europe/Paris
6433062	Morand	morand	Morand		FR	24	37	373	37160	352	Europe/Paris
6433063	Mosnes	mosnes	Mosnes		FR	24	37	373	37161	809	Europe/Paris
6433064	Mouzay	mouzay	Mouzay		FR	24	37	373	37162	477	Europe/Paris
6433065	Neuil	neuil			FR	24	37	371	37165	438	Europe/Paris
6433066	Neuillé-le-Lierre	neuille-le-lierre			FR	24	37	373	37166	805	Europe/Paris
6433067	Neuillé-Pont-Pierre	neuille-pont-pierre	Nee-Pon-Perr,Njoje-Pon-P'er,na yi lai peng pi ye er,Неє-Пон-Пєрр,Нёйе-Пон-Пьер,纳伊莱蓬皮耶尔		FR	24	37	371	37167	1969	Europe/Paris
6433068	Neuilly-le-Brignon	neuilly-le-brignon	Neuilly-le-Brignon		FR	24	37	373	37168	306	Europe/Paris
6433069	Neuvy-le-Roi	neuvy-le-roi	Neuvy-le-Roi,Nevi-le-Rua,ne wei lai lu wa,Неві-ле-Руа,讷维莱鲁瓦		FR	24	37	371	37170	1087	Europe/Paris
6433070	Noizay	noizay	Nuaze,nu wa ze,Нуазе,努瓦泽		FR	24	37	373	37171	1146	Europe/Paris
6433071	Notre-Dame-d'Oé	notre-dame-d-oe	Notre-Dame-d'Oe,Notre-Dame-d'Oé		FR	24	37	372	37172	4085	Europe/Paris
6433072	Nouans-les-Fontaines	nouans-les-fontaines	Nouans-les-Fontaines,Nuan-le-Fonten,nu ang lai feng tai nei,Нуан-ле-Фонтен,努昂莱丰泰内		FR	24	37	373	37173	759	Europe/Paris
6433073	Nouzilly	nouzilly	Nouzilly		FR	24	37	373	37175	1258	Europe/Paris
6433074	Noyant-de-Touraine	noyant-de-touraine			FR	24	37	371	37176	1218	Europe/Paris
6433075	Orbigny	orbigny	Orbigny,Orbin'i,ao er bi ni,Орбіньї,奥尔比尼		FR	24	37	373	37177	748	Europe/Paris
6433076	Panzoult	panzoult	Panzoult,Panzu,pang zu er,Панзу,庞祖尔		FR	24	37	371	37178	573	Europe/Paris
6433077	Parçay-Meslay	parcay-meslay	Parcay-Meslay,Parse-Mele,Parçay-Meslay,pa er sai mei si lai,Парсе-Меле,帕尔赛梅斯莱		FR	24	37	372	37179	2289	Europe/Paris
6433078	Parçay-sur-Vienne	parcay-sur-vienne	Parcay-sur-Vienne,Parse-sjur-Venn,Parçay-sur-Vienne,wei an he pan pa er sai,Парсе-сюр-Вєнн,维安河畔帕尔赛		FR	24	37	371	37180	647	Europe/Paris
6433079	Paulmy	paulmy	Paulmy,Pol'mi,bo er mi,pwlmy,Польмі,پولمی,波尔米		FR	24	37	373	37181	232	Europe/Paris
6433080	Pernay	pernay	Pernay,Perne,pei er nai,Перне,佩尔奈		FR	24	37	371	37182	1325	Europe/Paris
6433081	Perrusson	perrusson	Perrjusson,Perrusson,pei er lu song,Перрюссон,佩尔吕松		FR	24	37	373	37183	1504	Europe/Paris
6433082	Pocé-sur-Cisse	poce-sur-cisse			FR	24	37	373	37185	1636	Europe/Paris
6433083	Pont-de-Ruan	pont-de-ruan	Pon-de-Rjuan,Pont-de-Ruan,peng de lu ang,Пон-де-Рюан,蓬德吕昂		FR	24	37	372	37186	1157	Europe/Paris
6433084	Ports	ports	Ports		FR	24	37	371	37187	355	Europe/Paris
6433085	Pouzay	pouzay	Pouzay		FR	24	37	371	37188	865	Europe/Paris
6433086	Preuilly-sur-Claise	preuilly-sur-claise	Preuilly-sur-Claise		FR	24	37	373	37189	1003	Europe/Paris
6433087	Pussigny	pussigny	Pussigny		FR	24	37	371	37190	169	Europe/Paris
6433088	Razines	razines	Razines		FR	24	37	371	37191	238	Europe/Paris
6433089	Reignac-sur-Indre	reignac-sur-indre	Reignac-sur-Indre		FR	24	37	373	37192	1211	Europe/Paris
6433090	Restigné	restigne	Restigne,Restigné,Restin'e,lei si di nie,Рестіньє,雷斯蒂涅		FR	24	37	371	37193	1264	Europe/Paris
6433091	Richelieu	richelieu	Richelieu,Rishel'e,Rishel'jo,li xie li e,Ришельё,Ришельє,里谢利厄		FR	24	37	371	37196	1755	Europe/Paris
6433092	Rigny-Ussé	rigny-usse	Rigny-Usse,Rigny-Ussé,Rin'i-Jusse,li ni yu sai,rini=yusse,Риньї-Юссе,リニー＝ユッセ,里尼于塞		FR	24	37	372	37197	490	Europe/Paris
6433093	Rillé	rille	Rie,Rille,Rillé,li lai,Ріє,里莱		FR	24	37	371	37198	311	Europe/Paris
6433094	Rilly-sur-Vienne	rilly-sur-vienne			FR	24	37	371	37199	490	Europe/Paris
6433095	Rochecorbon	rochecorbon	Rochecorbon		FR	24	37	372	37203	3162	Europe/Paris
6433096	Rouziers-de-Touraine	rouziers-de-touraine	Rouziers-de-Touraine		FR	24	37	371	37204	1292	Europe/Paris
6433097	Saché	sache	Sache,Saché,Sashe,sa xie,Саше,سچے، اندرے-یت-لڑے,萨谢		FR	24	37	372	37205	1380	Europe/Paris
6433098	Saint-Antoine-du-Rocher	saint-antoine-du-rocher	Saint-Antoine-du-Rocher,Sent-Antuan-dju-Roshe,sheng ang tu wan di luo xie,Сент-Антуан-дю-Роше,سینٹ-انتوینے-دو-روچر,圣昂图万迪罗谢		FR	24	37	371	37206	1714	Europe/Paris
6433099	Saint-Aubin-le-Dépeint	saint-aubin-le-depeint	Saint-Aubin-le-Depeint,Saint-Aubin-le-Dépeint		FR	24	37	371	37207	304	Europe/Paris
6433100	Saint-Avertin	saint-avertin	Saint-Avertin		FR	24	37	372	37208	14988	Europe/Paris
6433102	Saint-Benoît-la-Forêt	saint-benoit-la-foret	Saint-Benoit-la-Foret,Saint-Benoît-la-Forêt,Sen-Benua-la-Fore,sheng bang wa la fu lei,Сен-Бенуа-ла-Форе,سینٹ-بنوٹ-لا-فورٹ,圣邦瓦拉福雷		FR	24	37	371	37210	852	Europe/Paris
6433103	Saint-Branchs	saint-branchs	Saint-Branchs		FR	24	37	372	37211	2601	Europe/Paris
6433104	Sainte-Catherine-de-Fierbois	sainte-catherine-de-fierbois	Sainte-Catherine-de-Fierbois		FR	24	37	372	37212	754	Europe/Paris
6433105	Saint-Christophe-sur-le-Nais	saint-christophe-sur-le-nais			FR	24	37	371	37213	1126	Europe/Paris
6433106	Saint-Cyr-sur-Loire	saint-cyr-sur-loire	Sen-Sir-sjur-Luar,lu wa er he pan sheng xi,sen-sir-siur-luari,Сен-Сір-сюр-Луар,سینٹ-کیر-سر-لڑے,სენ-სირ-სიურ-ლუარი,卢瓦尔河畔圣西		FR	24	37	372	37214	15763	Europe/Paris
6433107	Saint-Épain	saint-epain	Saint-Epain,Saint-Épain		FR	24	37	371	37216	1557	Europe/Paris
6433108	Saint-Étienne-de-Chigny	saint-etienne-de-chigny	Saint-Etienne-de-Chigny,Saint-Étienne-de-Chigny		FR	24	37	372	37217	1583	Europe/Paris
6433109	Saint-Flovier	saint-flovier	Saint-Flovier		FR	24	37	373	37218	572	Europe/Paris
6433110	Saint-Genouph	saint-genouph	Sen-Zhenu,sheng rang wu,Сен-Жену,سینٹ-گنوف,圣让乌		FR	24	37	372	37219	1058	Europe/Paris
6433111	Saint-Germain-sur-Vienne	saint-germain-sur-vienne	Sen-Zhermen-sjur-Venn,wei an he pan sheng ri er man,Сен-Жермен-сюр-Вєнн,سینٹ-گرمین-سر-وینے,维安河畔圣日尔曼		FR	24	37	371	37220	381	Europe/Paris
6433112	Saint-Hippolyte	saint-hippolyte			FR	24	37	373	37221	641	Europe/Paris
6433113	Saint-Jean-Saint-Germain	saint-jean-saint-germain	Saint-Jean-Saint-Germain		FR	24	37	373	37222	761	Europe/Paris
6433114	Saint-Laurent-de-Lin	saint-laurent-de-lin	Saint-Laurent-de-Lin		FR	24	37	371	37223	322	Europe/Paris
6433115	Saint-Laurent-en-Gâtines	saint-laurent-en-gatines	Saint-Laurent-en-Gatines,Saint-Laurent-en-Gâtines		FR	24	37	373	37224	951	Europe/Paris
6433116	Saint-Martin-le-Beau	saint-martin-le-beau	Saint-Martin-le-Beau,Sen-Marten-le-Bo,sheng ma dan lai bo,Сен-Мартен-ле-Бо,سینٹ-مارٹن-لے-بو,圣马丹莱博		FR	24	37	373	37225	3148	Europe/Paris
6433117	Sainte-Maure-de-Touraine	sainte-maure-de-touraine	Saint-Mor-nte-Tourain,Sainte-Maure-de-Touraine,Sent-Mor-de-Turen,sheng mo er de tu lan,Σαιντ-Μωρ-ντε-Τουραίν,Сент-Мор-де-Турен,سین-مرے-دے-تورہینے,圣莫尔德图兰		FR	24	37	371	37226	4285	Europe/Paris
6433119	Saint-Nicolas-de-Bourgueil	saint-nicolas-de-bourgueil	Saint-Nicolas-de-Bourgueil,Sen-Nikola-de-Burgej,sheng ni ke la de bu er gai,Сен-Нікола-де-Бургей,سینٹ-نکولس-دے-بورگیل,圣尼科拉德布尔盖		FR	24	37	371	37228	1112	Europe/Paris
6433120	Saint-Nicolas-des-Motets	saint-nicolas-des-motets	Saint-Nicolas-des-Motets		FR	24	37	373	37229	268	Europe/Paris
6433121	Saint-Ouen-les-Vignes	saint-ouen-les-vignes	Saint-Ouen-les-Vignes,Sent-Uan-le-Vin',sheng wu ang lai wei gai,Сент-Уан-ле-Вінь,سینٹ-وں -لیس-وگنس,圣乌昂莱维盖		FR	24	37	373	37230	1017	Europe/Paris
6433122	Saint-Paterne-Racan	saint-paterne-racan	Saint-Paterne-Racan,Sen-Patern-Rakan,sheng pa tai er en la kang,Сен-Патерн-Ракан,سینٹ-پترنے-رکن,圣帕泰尔恩拉康		FR	24	37	371	37231	1661	Europe/Paris
6433123	Coteaux-sur-Loire	coteaux-sur-loire			FR	24	37	371	37232	1918	Europe/Paris
6433124	Saint-Pierre-des-Corps	saint-pierre-des-corps	Saint-Pierre-des-Corps,Sen-Perr-de-Kor,sheng pi ye er dai ke er pu,Сен-Пєрр-де-Кор,圣皮耶尔代科尔普		FR	24	37	372	37233	15866	Europe/Paris
6433125	Saint-Règle	saint-regle	Saint-Regle,Saint-Règle		FR	24	37	373	37236	567	Europe/Paris
6433126	Saint-Senoch	saint-senoch	Saint-Senoch		FR	24	37	373	37238	559	Europe/Paris
6433127	Saunay	saunay			FR	24	37	373	37240	692	Europe/Paris
6433128	Savigné-sur-Lathan	savigne-sur-lathan	Savigne-sur-Lathan,Savigné-sur-Lathan,Savin'e-sjur-Latan,la tang he pan sa wei nie,Савіньє-сюр-Латан,拉唐河畔萨维涅		FR	24	37	371	37241	1362	Europe/Paris
6433129	Savigny-en-Véron	savigny-en-veron	Savigny-en-Veron,Savigny-en-Véron		FR	24	37	371	37242	1535	Europe/Paris
6433130	Savonnières	savonnieres	Savonnieres,Savonnières		FR	24	37	372	37243	3151	Europe/Paris
6433131	Sazilly	sazilly	Sazilly		FR	24	37	371	37244	239	Europe/Paris
6433132	Sennevières	sennevieres	Sennevieres,Sennevières,Sennver,se nei wei ai,Сеннвєр,瑟内维埃		FR	24	37	373	37246	210	Europe/Paris
6433133	Seuilly	seuilly	Sei,Seji,Seuilly,Sulleium,se yi li,Сеї,Сеји,瑟伊利		FR	24	37	371	37248	346	Europe/Paris
6433134	Sonzay	sonzay	Sonze,song ze,Сонзе,松泽		FR	24	37	371	37249	1395	Europe/Paris
6433135	Sorigny	sorigny	Sorigny		FR	24	37	372	37250	2577	Europe/Paris
6433136	Souvigné	souvigne			FR	24	37	371	37251	844	Europe/Paris
6433137	Souvigny-de-Touraine	souvigny-de-touraine	Souvigny-de-Touraine,Suvin'i-de-Turen,su wei ni de tu lan,Сувіньї-де-Турен,苏维尼德图兰		FR	24	37	373	37252	389	Europe/Paris
6433138	Sublaines	sublaines	Sublaines		FR	24	37	373	37253	196	Europe/Paris
6433139	Tauxigny-Saint-Bauld	tauxigny-saint-bauld	Tauxigny-Saint-Bauld		FR	24	37	373	37254	1665	Europe/Paris
6433140	Tavant	tavant	Tavan,ta wang,Таван,塔旺		FR	24	37	371	37255	265	Europe/Paris
6433141	Theneuil	theneuil	Theneuil		FR	24	37	371	37256	297	Europe/Paris
6433142	Thilouze	thilouze	Thilouze,Tijuz,di lu ci,Тіюз,蒂卢兹		FR	24	37	372	37257	1689	Europe/Paris
6433143	Tournon-Saint-Pierre	tournon-saint-pierre			FR	24	37	373	37259	455	Europe/Paris
6433144	Trogues	trogues			FR	24	37	371	37262	317	Europe/Paris
6433145	Truyes	truyes	Trjui,te lu yi ai,trwy  andr alwar,Трюї,تروی، اندر الوآر,特吕伊埃		FR	24	37	372	37263	2423	Europe/Paris
6433146	Vallères	valleres	Valler,Valleres,Vallères,wa lai lei,Валлер,瓦莱雷		FR	24	37	372	37264	1233	Europe/Paris
6433147	Veigné	veigne	Veigne,Veigné		FR	24	37	372	37266	6159	Europe/Paris
6433148	Véretz	veretz	Veretz,Véretz,wei lei te,Веретз,韦雷特		FR	24	37	372	37267	4441	Europe/Paris
6433149	Verneuil-le-Château	verneuil-le-chateau	Vernej-le-Shato,Verneuil-le-Chateau,Verneuil-le-Château,wei er na yi lai sha tuo,wrnwyl lh chatyw,Верней-ле-Шато,ورنویل له چاتیو,韦尔纳伊莱沙托		FR	24	37	371	37268	127	Europe/Paris
6433150	Verneuil-sur-Indre	verneuil-sur-indre	Vernej-sjur-Endr,Verneuil-sur-Indre,an de er he pan wei er na yi,wrnwyl swr ayndr,Верней-сюр-Ендр,ورنویل سور ایندر,安德尔河畔韦尔纳伊		FR	24	37	373	37269	486	Europe/Paris
6433151	Vernou-sur-Brenne	vernou-sur-brenne	Vernou-sur-Brenne,Vernu-sjur-Brenn,bu lang he pan wei er nu,Верну-сюр-Бренн,布朗河畔韦尔努		FR	24	37	372	37270	2705	Europe/Paris
6433152	Villaines-les-Rochers	villaines-les-rochers			FR	24	37	372	37271	1060	Europe/Paris
6433153	Villandry	villandry	Villandri,Villandry,vu~irandori,wei lang de li,Вілландрі,ヴィランドリー,维朗德里		FR	24	37	372	37272	1105	Europe/Paris
6433154	Villebourg	villebourg			FR	24	37	371	37274	296	Europe/Paris
6433155	Villedômain	villedomain	Villedomain,Villedômain		FR	24	37	373	37275	116	Europe/Paris
6433156	Villedômer	villedomer	Vil'dome,Villedomer,Villedômer,wei lei duo mei,Вільдоме,维勒多梅		FR	24	37	373	37276	1384	Europe/Paris
6433157	Villeloin-Coulangé	villeloin-coulange	Villeloin-Coulange,Villeloin-Coulangé		FR	24	37	373	37277	615	Europe/Paris
6433158	Villeperdue	villeperdue	Vil'perdju,Villeperdue,wei lei pei er di ai,Вільпердю,维勒佩尔迪埃		FR	24	37	372	37278	1012	Europe/Paris
6433159	Villiers-au-Bouin	villiers-au-bouin	Villiers-au-Bouin		FR	24	37	371	37279	758	Europe/Paris
6433160	Vou	vou			FR	24	37	373	37280	202	Europe/Paris
6433161	Yzeures-sur-Creuse	yzeures-sur-creuse	Yzeures-sur-Creuse		FR	24	37	373	37282	1401	Europe/Paris
6433162	Cheyssieu	cheyssieu	Cheyssieu,Shejs'e,Shes'jo,Shesje,xie xi e,Шейсьє,Шесьё,Шесје,谢西厄		FR	84	38	383	38101	1025	Europe/Paris
6433163	Chichilianne	chichilianne	Chichiliana,Chichilianne,Shishil'jan,Shishil'jank,Shishilijan,xi xi li ang,Шишилијан,Шишильян,Шишильянк,希希利昂		FR	84	38	381	38103	295	Europe/Paris
6433164	Chimilin	chimilin	Chimilin,Shimen,Shimilen,shimiran,xi mi lan,Шимилен,Шимєн,シミラン,希米兰		FR	84	38	382	38104	1473	Europe/Paris
6433165	Chirens	chirens	Chirens		FR	84	38	381	38105	2332	Europe/Paris
6433166	Cholonge	cholonge	Cholonge		FR	84	38	381	38106	328	Europe/Paris
6433168	Choranche	choranche	Chorancha,Choranche,Shoransh,shao lang ke,shoranshu,Шоранш,ショランシュ,绍朗克		FR	84	38	381	38108	121	Europe/Paris
6433169	Chozeau	chozeau	Chozeau,Shozo,shao zuo,shozo,Шозо,ショゾー,绍佐		FR	84	38	382	38109	1047	Europe/Paris
6433171	Clavans-en-Haut-Oisans	clavans-en-haut-oisans	Clavanc,Clavans-en-Haut-Oisans,Clavanç,Klavans an Ot Oazan,Klavanz-an-Ot-Uazan,ao te-wa sang de qu ke la wang,Клаванз-ан-От-Уазан,Клаванс ан От Оазан,奥特-瓦桑地区克拉旺		FR	84	38	381	38112	105	Europe/Paris
6433172	Clonas-sur-Varèze	clonas-sur-vareze	Clonas-sur-Vareze,Clonas-sur-Varèze,Klona sir Varez,Klona-sjur-Varez,wa lei ci he pan ke luo na,Клона сир Варез,Клона-сюр-Варез,瓦雷兹河畔克洛纳		FR	84	38	383	38114	1459	Europe/Paris
6433173	Cognin-les-Gorges	cognin-les-gorges	Cognin-les-Gorges,Kon'en-le-Gorzh,Konen le Gorzh,ke nian lai ge er re,Коньен-ле-Горж,Коньєн-ле-Горж,Коњен ле Горж,科年莱戈尔热		FR	84	38	381	38117	637	Europe/Paris
6433174	Corbelin	corbelin	Corbelin,Korbelen,Korblen,ke er bei lan,Корбелен,Корблен,科尔贝兰		FR	84	38	382	38124	2226	Europe/Paris
6433176	Corenc	corenc	Corenc		FR	84	38	381	38126	3996	Europe/Paris
6433177	Cornillon-en-Trièves	cornillon-en-trieves	Cornillon-en-Trieves,Cornillon-en-Trièves		FR	84	38	381	38127	167	Europe/Paris
6433178	Corrençon-en-Vercors	correncon-en-vercors	Correncon-en-Vercors,Corrençon-en-Vercors		FR	84	38	381	38129	351	Europe/Paris
6433179	Coublevie	coublevie	Coublevie		FR	84	38	381	38133	4668	Europe/Paris
6433180	Cour-et-Buis	cour-et-buis	Cour-et-Buis		FR	84	38	383	38134	853	Europe/Paris
6433181	Crachier	crachier	Crachier		FR	84	38	382	38136	501	Europe/Paris
6433182	Crémieu	cremieu	Cremieu,Crémieu		FR	84	38	382	38138	3297	Europe/Paris
6433183	Crolles	crolles	Crolles		FR	84	38	381	38140	8296	Europe/Paris
6433184	Culin	culin	Culin,Kilen,Kjulen,qu lan,Килен,Кюлен,屈兰		FR	84	38	383	38141	739	Europe/Paris
6433185	Diémoz	diemoz	Diemoz,Diémoz		FR	84	38	383	38144	2692	Europe/Paris
6433187	Dizimieu	dizimieu	Dizim'jo,Dizime,Dizimieu,Dizimje,di qi mi e,Дизимьё,Дизимје,Дізімє,迪齐米厄		FR	84	38	382	38146	842	Europe/Paris
6433188	Doissin	doissin	Doissin		FR	84	38	382	38147	886	Europe/Paris
6433189	Dolomieu	dolomieu	Dolom'jo,Dolome,Dolomje,Доломьё,Доломє,Доломје		FR	84	38	382	38148	3123	Europe/Paris
6433190	Domarin	domarin	Domarin		FR	84	38	382	38149	1608	Europe/Paris
6433191	Domène	domene	Domene,Domène		FR	84	38	381	38150	6742	Europe/Paris
6433192	Échirolles	echirolles	Echirolles,Échirolles		FR	84	38	381	38151	35855	Europe/Paris
6433193	Engins	engins	Engins		FR	84	38	381	38153	469	Europe/Paris
6433194	Estrablin	estrablin	Estrablin		FR	84	38	383	38157	3332	Europe/Paris
6433197	Eyzin-Pinet	eyzin-pinet	Ehzen-Pinet,Ejzen-Pine,Ezen Pine,ai zan pi nei,Езен Пине,Ейзен-Піне,Эзен-Пинет,埃赞皮内		FR	84	38	383	38160	2228	Europe/Paris
6433198	Faverges-de-la-Tour	faverges-de-la-tour	Faverzh-de-la-Tur,fa wei er re de la-tu,Фаверж-де-ла-Тур,法韦尔热德拉-图		FR	84	38	382	38162	1388	Europe/Paris
6433200	Flachères	flacheres	Flacheres,Flachères		FR	84	38	382	38167	520	Europe/Paris
6433201	Fontanil-Cornillon	fontanil-cornillon	Fontanij Kornijon,Fontanij-Kornijon,Fontanil'-Kornijon,Fontanil-Cornillon,feng ta ni ke er ni long,Фонтаниль-Корнийон,Фонтаниј Корнијон,Фонтаній-Корнійон,丰塔尼科尔尼隆		FR	84	38	381	38170	2722	Europe/Paris
6433202	Four	four	Four,Fur,fu zhen,Фур,富镇		FR	84	38	382	38172	1495	Europe/Paris
6433203	Frontonas	frontonas	Frontona,Frontonas,fu long tuo na,Фронтона,Фронтонас,弗龙托纳		FR	84	38	382	38176	2049	Europe/Paris
6433204	Gières	gieres	Gieres,Gières,Zh'er,Zher,Zhjer,ge ai,Жьер,Жєр,Жјер,格埃		FR	84	38	381	38179	6601	Europe/Paris
6433205	Gillonnay	gillonnay	Gillonnay		FR	84	38	383	38180	1015	Europe/Paris
6433206	Goncelin	goncelin	Goncelin		FR	84	38	381	38181	2379	Europe/Paris
6433207	Granieu	granieu			FR	84	38	382	38183	491	Europe/Paris
6433208	Grenay	grenay	Grenay,Grene,ge lei nai,Грене,格雷奈		FR	84	38	383	38184	1596	Europe/Paris
6433209	Gresse-en-Vercors	gresse-en-vercors			FR	84	38	381	38186	396	Europe/Paris
6433210	Herbeys	herbeys	Ehrbej,Erbe,Erbej,Herbeys,Ербе,Ербей,Эрбей		FR	84	38	381	38188	1360	Europe/Paris
6433211	Heyrieux	heyrieux	Ehr'jo,Ejrie,ai li e,Ейріє,Эрьё,埃里厄		FR	84	38	383	38189	4695	Europe/Paris
6433212	Hières-sur-Amby	hieres-sur-amby			FR	84	38	382	38190	1219	Europe/Paris
6433213	Huez	huez	Huez,Jue,Jueh,Ueis,yu ai,Юе,Юэ,于埃		FR	84	38	381	38191	1303	Europe/Paris
6433214	Izeaux	izeaux	Izeaux		FR	84	38	381	38194	2150	Europe/Paris
6433215	Izeron	izeron	Izeron		FR	84	38	381	38195	714	Europe/Paris
6433218	Jardin	jardin	Jardin,Zharden,ya er dan,Жарден,جارڈن، اسیرے,雅尔丹		FR	84	38	383	38199	2232	Europe/Paris
6433219	Laffrey	laffrey	Laffre,Laffrey,Lafred,Lafrêd,la fu lei,lafry,Лаффре,لافری,拉夫雷		FR	84	38	381	38203	445	Europe/Paris
6433220	Lalley	lalley	Lalac,Lalle,Lalley,la lai,laly,Лалле,لالی,拉莱		FR	84	38	381	38204	197	Europe/Paris
6433221	Lans-en-Vercors	lans-en-vercors			FR	84	38	381	38205	2645	Europe/Paris
6433222	Lavaldens	lavaldens	Laval'dan,Lavaldens,Lavâldens,la wa er dang,Лавальдан,拉瓦尔当		FR	84	38	381	38207	157	Europe/Paris
6433223	Lavars	lavars	Lavars		FR	84	38	381	38208	149	Europe/Paris
6433225	Leyrieu	leyrieu	Leyrieu		FR	84	38	382	38210	818	Europe/Paris
6433226	Lieudieu	lieudieu	Lieudieu		FR	84	38	383	38211	343	Europe/Paris
6433227	Livet-et-Gavet	livet-et-gavet	Livet-et-Gavet		FR	84	38	381	38212	1304	Europe/Paris
6433228	Longechenal	longechenal	Lonzhshenal',long re xie na,Лонжшеналь,隆热谢纳		FR	84	38	383	38213	564	Europe/Paris
6433229	Lumbin	lumbin	Lemben,Lumbin,lan ban,Лембен,兰班		FR	84	38	381	38214	2129	Europe/Paris
6433230	Luzinay	luzinay	Ljuzine,lu qi nai,Люзине,Люзіне,吕齐奈		FR	84	38	383	38215	2319	Europe/Paris
6433231	Marcieu	marcieu	Marcieu		FR	84	38	381	38217	73	Europe/Paris
6433232	Marcilloles	marcilloles	Marcilloles		FR	84	38	383	38218	1071	Europe/Paris
6433233	Marcollin	marcollin	Marcollin		FR	84	38	383	38219	668	Europe/Paris
6433234	Marnans	marnans	Marnans		FR	84	38	383	38221	148	Europe/Paris
6433235	Massieu	massieu	Massieu		FR	84	38	382	38222	743	Europe/Paris
6433236	Maubec	maubec	Maubec,Mobek,mo bei ke,Мобек,莫贝克		FR	84	38	382	38223	1724	Europe/Paris
6433237	Autrans-Méaudre en Vercors	autrans-meaudre-en-vercors	Autrans-Meaudre en Vercors,Autrans-Méaudre en Vercors		FR	84	38	381	38225	2969	Europe/Paris
6433238	Mens	mens	Mans,Menc,Mens,Menç,Манс		FR	84	38	381	38226	1397	Europe/Paris
6433239	Merlas	merlas	Merla,Merlas,mei er la,Мерла,梅尔拉		FR	84	38	382	38228	494	Europe/Paris
6433240	Meylan	meylan	Meylan		FR	84	38	381	38229	17115	Europe/Paris
6433241	Meyrié	meyrie	Meyrie,Meyrié		FR	84	38	382	38230	1006	Europe/Paris
6433242	Miribel-Lanchâtre	miribel-lanchatre	Miribel-Lanchatre,Miribel-Lanchâtre		FR	84	38	381	38235	422	Europe/Paris
6433243	Miribel-les-Échelles	miribel-les-echelles	Miribel'-lez-Ehshel',Miribel'-lez-Eshel',Miribel-les-Echelles,Miribel-les-Échelles,mi li bei lai ai she lai,Мирибель-лез-Эшель,Мірибель-лез-Ешель,米里贝莱埃舍莱		FR	84	38	381	38236	1720	Europe/Paris
6433244	Mizoën	mizoen	Misoan,Mizoehn,Mizoen,Mizoën,mi zuo e en,Мизоэн,Мізоен,米佐厄恩		FR	84	38	381	38237	192	Europe/Paris
6433245	Moidieu-Détourbe	moidieu-detourbe	Muad'e-Deturb,Muad'jo-Deturb,mu wa di e dai tu er bu,Муадьё-Детурб,Муадьє-Детурб,穆瓦迪厄代图尔布		FR	84	38	383	38238	1862	Europe/Paris
6433246	Moissieu-sur-Dolon	moissieu-sur-dolon			FR	84	38	383	38240	692	Europe/Paris
6433247	Monestier-d'Ambel	monestier-d-ambel	Monestier-d'Ambel		FR	84	38	381	38241	23	Europe/Paris
6433248	Monestier-de-Clermont	monestier-de-clermont	Lo Monastier de Clarmont,Lo Monastièr de Clarmont,Lo Monestier de Clarmont,Lo Monestièr de Clarmont,Monest'e-de-Klermon,Monestier-de-Clermont,Monet'e-de-Klermon,mo nei si di ye de ke lai meng,Монестье-де-Клермон,Монетьє-де-Клермон,莫内斯蒂耶德克莱蒙		FR	84	38	381	38242	1427	Europe/Paris
6433249	Montalieu-Vercieu	montalieu-vercieu	Montal'e-Vers'e,Montal'jo-Vers'jo,meng ta li e wei er xi e,Монтальё-Версьё,Монтальє-Версьє,蒙塔利厄韦尔西厄		FR	84	38	382	38247	3379	Europe/Paris
6433250	Montaud	montaud	Monto,meng tuo,Монто,蒙托		FR	84	38	381	38248	552	Europe/Paris
6433251	Montbonnot-Saint-Martin	montbonnot-saint-martin	Monbonno-Sen-Marten,Montbonnot-Saint-Martin,meng te bang ao sheng ma er tan,Монбонно-Сен-Мартен,蒙特邦奥圣马尔坦		FR	84	38	381	38249	5015	Europe/Paris
6433252	Montcarra	montcarra			FR	84	38	382	38250	530	Europe/Paris
6433253	Montchaboud	montchaboud	Monshabu,Montchaboud,meng te sha bu,Моншабу,蒙特沙布		FR	84	38	381	38252	349	Europe/Paris
6433909	Oeyregave	oeyregave			FR	75	40	401	40206	350	Europe/Paris
6433254	Les Deux Alpes	les-deux-alpes	Les Deux Alpes		FR	84	38	381	38253	1905	Europe/Paris
6433255	Monteynard	monteynard	Monteynard		FR	84	38	381	38254	492	Europe/Paris
6433257	Montferrat	montferrat	Monferra,Montferrat,meng te fu er la,Монферра,蒙特弗尔拉		FR	84	38	382	38256	1763	Europe/Paris
6433259	Morette	morette	Morette		FR	84	38	381	38263	420	Europe/Paris
6433260	Mottier	mottier	Mottier		FR	84	38	383	38267	689	Europe/Paris
6433261	Murianette	murianette	Murianette		FR	84	38	381	38271	892	Europe/Paris
6433262	Murinais	murinais	Murinais		FR	84	38	381	38272	388	Europe/Paris
6433264	Nivolas-Vermelle	nivolas-vermelle	Nivola-Vermel',Nivolas-Vermelle,ni wo la wei er mei er,Нивола-Вермель,Нівола-Вермель,尼沃拉韦尔梅尔		FR	84	38	382	38276	2604	Europe/Paris
6433265	Notre-Dame-de-Commiers	notre-dame-de-commiers	Notr-Dam-de-Komm'e,Notr-Dam-de-Komme,Notre-Dame-de-Commiers,nuo te lei-dang de ke mi ye er,Нотр-Дам-де-Коммье,Нотр-Дам-де-Коммє,诺特雷-当德科米耶尔		FR	84	38	381	38277	498	Europe/Paris
6433266	Notre-Dame-de-Mésage	notre-dame-de-mesage			FR	84	38	381	38279	1164	Europe/Paris
6433267	Noyarey	noyarey	Noyarey		FR	84	38	381	38281	2240	Europe/Paris
6433268	Optevoz	optevoz	Optevoz		FR	84	38	382	38282	840	Europe/Paris
6433269	Oris-en-Rattier	oris-en-rattier	Oris-en-Rattier		FR	84	38	381	38283	116	Europe/Paris
6433270	Ornacieux-Balbins	ornacieux-balbins	Ornas'e,Ornas'jo,ao er na xi e,Орнасьё,Орнасьє,奥尔纳西厄		FR	84	38	383	38284	848	Europe/Paris
6433271	Ornon	ornon	Ornon,ao er nong,Орнон,奥尔农		FR	84	38	381	38285	143	Europe/Paris
6433272	Oulles	oulles	Oulles		FR	84	38	381	38286	7	Europe/Paris
6433273	Oyeu	oyeu	Oyeu		FR	84	38	382	38287	981	Europe/Paris
6433274	Oytier-Saint-Oblas	oytier-saint-oblas	Oytier-Saint-Oblas		FR	84	38	383	38288	1625	Europe/Paris
6433275	Oz	oz	O,Oz,ao zhen,О,Оз,奥镇		FR	84	38	381	38289	247	Europe/Paris
6433276	Pact	pact	Pact		FR	84	38	383	38290	844	Europe/Paris
6433277	Pajay	pajay	Pajay		FR	84	38	383	38291	1131	Europe/Paris
6433279	Panossas	panossas	Panossas		FR	84	38	382	38294	679	Europe/Paris
6433280	Parmilieu	parmilieu	Parmilieu		FR	84	38	382	38295	703	Europe/Paris
6433281	Arandon-Passins	arandon-passins	Arandon-Passins		FR	84	38	382	38297	1797	Europe/Paris
6433282	Pellafol	pellafol	Pelafou,Pelafòu,Pellafol,Pellafol',pei la fu,Пеллафоль,佩拉福		FR	84	38	381	38299	136	Europe/Paris
6433283	Penol	penol	Penol		FR	84	38	383	38300	344	Europe/Paris
6433284	Pierre-Châtel	pierre-chatel	P'er-Shatel',Perr-Shatel',Pierre-Chatel,Pierre-Châtel,pi ye er sha tai,Пьер-Шатель,Пєрр-Шатель,皮耶尔沙泰		FR	84	38	381	38304	1500	Europe/Paris
6433286	Pisieu	pisieu	Pisieu		FR	84	38	383	38307	535	Europe/Paris
6433287	Poisat	poisat	Puaza,pu wa sa,Пуаза,普瓦萨		FR	84	38	381	38309	2208	Europe/Paris
6433288	Poliénas	polienas	Pol'ena,Pol'enas,Polienas,Poliénas,bo li ai na,Польенас,Польєна,波利埃纳		FR	84	38	381	38310	1176	Europe/Paris
6433289	Pommier-de-Beaurepaire	pommier-de-beaurepaire	Pommier-de-Beaurepaire		FR	84	38	383	38311	704	Europe/Paris
6433291	Pont-de-Chéruy	pont-de-cheruy	Pont-de-Cheruy,Pont-de-Chéruy		FR	84	38	382	38316	5703	Europe/Paris
6433292	Pont-Évêque	pont-eveque	Pon-Evek,Pont-Ehvek,Pont-Eveque,Pont-Évêque,peng tai wei ke,Пон-Евек,Понт-Эвек,蓬泰韦克		FR	84	38	383	38318	5213	Europe/Paris
6433293	Pont-en-Royans	pont-en-royans			FR	84	38	381	38319	782	Europe/Paris
6433294	Porcieu-Amblagnieu	porcieu-amblagnieu	Porcieu-Amblagnieu,Pors'e-Amblan'e,Pors'jo-Amblan'jo,bo er xi e ang bu la ge ni e,Порсьё-Амбланьё,Порсьє-Амбланьє,波尔西厄昂布拉格尼厄		FR	84	38	382	38320	1756	Europe/Paris
6433295	Prébois	prebois	Prebois,Prébois		FR	84	38	381	38321	166	Europe/Paris
6433296	Presles	presles	Prel',Preslas,Presles,Prèslas,pu lei si lai,Прель,普雷斯莱		FR	84	38	381	38322	88	Europe/Paris
6433297	Pressins	pressins	Pressen,pu lei sang,Прессен,普雷桑		FR	84	38	382	38323	1152	Europe/Paris
6433298	Primarette	primarette	Primarette		FR	84	38	383	38324	722	Europe/Paris
6433299	Proveysieux	proveysieux	Provejz'e,Provez'jo,pu luo wei xi e,Провезьё,Провейзьє,普罗韦西厄		FR	84	38	381	38325	505	Europe/Paris
6433300	Prunières	prunieres	Prunieres,Prunières		FR	84	38	381	38326	360	Europe/Paris
6433301	Quet-en-Beaumont	quet-en-beaumont	Quet-en-Beaumont		FR	84	38	381	38329	67	Europe/Paris
6433302	Renage	renage	Renage,Renazh,lei na ge,Ренаж,雷纳格		FR	84	38	381	38332	3532	Europe/Paris
6433303	Rencurel	rencurel	Rankjurel',Rencurel,Rencureu,Rencurèu,lang qu lei,Ранкюрель,朗屈雷		FR	84	38	381	38333	313	Europe/Paris
6433304	Revel-Tourdan	revel-tourdan	Revel'-Turdan,lei wei tu er dang,Ревель-Турдан,勒韦图尔当		FR	84	38	383	38335	1041	Europe/Paris
6433305	Reventin-Vaugris	reventin-vaugris	Revanten-Vogri,Reventin-Vaugris,lei wang tan wo ge li,Ревантен-Вогри,Ревантен-Вогрі,勒旺坦沃格里		FR	84	38	383	38336	1861	Europe/Paris
6433306	Rochetoirin	rochetoirin	Rochetoirin		FR	84	38	382	38341	1124	Europe/Paris
6433307	Roissard	roissard	Roissard		FR	84	38	381	38342	300	Europe/Paris
6433308	Romagnieu	romagnieu	Romagnieu,Roman'e,Roman'jo,luo ma ge ni e,Романьё,Романьє,罗马格尼厄		FR	84	38	382	38343	1571	Europe/Paris
6433309	Rovon	rovon	Rovon,luo weng,Ровон,罗翁		FR	84	38	381	38345	610	Europe/Paris
6433310	Royas	royas	Royas		FR	84	38	383	38346	393	Europe/Paris
6433311	Roybon	roybon			FR	84	38	383	38347	1179	Europe/Paris
6433312	Ruy-Montceau	ruy-montceau	Ruy-Montceau		FR	84	38	382	38348	4471	Europe/Paris
6433313	Sablons	sablons	Sablon,Sablons,sa bu long,sblwns  asyry,Саблон,سبلونس، اسیری,萨布隆		FR	84	38	383	38349	2300	Europe/Paris
6433314	Sainte-Agnès	sainte-agnes			FR	84	38	381	38350	567	Europe/Paris
6433315	Saint-Agnin-sur-Bion	saint-agnin-sur-bion			FR	84	38	383	38351	1018	Europe/Paris
6433316	Saint-Alban-de-Roche	saint-alban-de-roche	Sent-Al'ban-de-Rosh,sheng a er bang de luo ke,Сент-Альбан-де-Рош,سینٹ-البن-دے-روکھے,圣阿尔邦德罗克		FR	84	38	382	38352	1908	Europe/Paris
6433317	Saint-Alban-du-Rhône	saint-alban-du-rhone	Sent-Al'ban-dju-Ron,sheng a er bang di long,Сент-Альбан-дю-Рон,سینٹ-البن-دو-رہونے,圣阿尔邦迪龙		FR	84	38	383	38353	842	Europe/Paris
6433318	Saint-Albin-de-Vaulserre	saint-albin-de-vaulserre	Saint-Albin-de-Vaulserre,Sent-Al'ben-de-Vol'serr,sheng a er ban de wo er sai er,Сент-Альбен-де-Вольсерр,سینٹ-البن-دے-وولسررے,圣阿尔班德沃尔塞尔		FR	84	38	382	38354	401	Europe/Paris
6433319	Saint-André-en-Royans	saint-andre-en-royans	Saint-Andre-en-Royans,Saint-André-en-Royans		FR	84	38	381	38356	315	Europe/Paris
6433320	Saint-André-le-Gaz	saint-andre-le-gaz	Saint-Andre-le-Gaz,Saint-André-le-Gaz,Sent-Andre-le-Ga,Sent-Andre-le-Gaz,sheng ang de lei lai jia,Сент-Андре-ле-Га,Сент-Андре-ле-Газ,سینٹ-آندرے-لے-گز,圣昂德雷莱加		FR	84	38	382	38357	2807	Europe/Paris
6433321	Sainte-Anne-sur-Gervonde	sainte-anne-sur-gervonde			FR	84	38	383	38358	670	Europe/Paris
6433322	Saint-Arey	saint-arey	Saint-Arey		FR	84	38	381	38361	83	Europe/Paris
6433323	Saint-Barthélemy-de-Séchilienne	saint-barthelemy-de-sechilienne	Saint-Barthelemy-de-Sechilienne,Saint-Barthélemy-de-Séchilienne		FR	84	38	381	38364	439	Europe/Paris
6433324	Saint-Baudille-de-la-Tour	saint-baudille-de-la-tour	Saint-Baudille-de-la-Tour,Sen-Bodij-de-la-Tur,sheng bo di er de la-tu,Сен-Бодий-де-ла-Тур,Сен-Бодій-де-ла-Тур,سینٹ-بہدلے-دے-لا-طور,圣博迪尔德拉-图		FR	84	38	382	38365	806	Europe/Paris
6433325	Saint-Baudille-et-Pipet	saint-baudille-et-pipet	Saint-Baudille-et-Pipet,Sant Baudili,Sen-Bodij-e-Pipe,Sen-Bodij-eh-Pipe,sheng bo di er he pi pei,Сен-Бодий-э-Пипе,Сен-Бодій-е-Піпе,سینٹ-بہدلے-یت-پپیت,圣博迪尔和皮佩		FR	84	38	381	38366	256	Europe/Paris
6433326	Saint-Blaise-du-Buis	saint-blaise-du-buis	Saint-Blaise-du-Buis,Sen-Blez-dju-Bjui,sheng bu lai si di bi yi,Сен-Блез-дю-Бюи,Сен-Блез-дю-Бюї,سینٹ-بلاسے-دو-بیس,圣布莱斯迪比伊		FR	84	38	381	38368	1041	Europe/Paris
6433327	Sainte-Blandine	sainte-blandine	Sainte-Blandine		FR	84	38	382	38369	970	Europe/Paris
6433328	Saint-Bonnet-de-Chavagne	saint-bonnet-de-chavagne	Sen-Bonne-de-Shavan',sheng bo nei de sha wa ni,Сен-Бонне-де-Шавань,سینٹ-بونٹ-دے-چواگنے,圣博内德沙瓦尼		FR	84	38	381	38370	628	Europe/Paris
6433329	Saint-Bueil	saint-bueil	Sen-Bjuehj,Sen-Bjuej,sheng bi ai,Сен-Бюей,Сен-Бюэй,سینٹ-بیل,圣比埃		FR	84	38	382	38372	722	Europe/Paris
6433330	Saint-Cassien	saint-cassien	Sen-Kas'jan,sheng ka xi an,Сен-Касьян,سینٹ-کسسیں ، اسیری,圣卡西安		FR	84	38	381	38373	1148	Europe/Paris
6433331	Saint-Chef	saint-chef	Saint-Chef		FR	84	38	382	38374	3618	Europe/Paris
6433332	Saint-Christophe-en-Oisans	saint-christophe-en-oisans	Saint-Christophe-en-Oisans,Sant Cristou,Sant Cristòu,Sen-Kristof-an-Uazan,wa sang de qu sheng ke li si tuo fu,Сен-Кристоф-ан-Уазан,سینٹ-کروسٹوفے-این -ایسنس,瓦桑地区圣克里斯托夫		FR	84	38	381	38375	104	Europe/Paris
6433333	Saint-Christophe-sur-Guiers	saint-christophe-sur-guiers	Saint-Christophe-sur-Guiers,Sen-Kristof-sjur-G'er,Sen-Kristof-sjur-Gjue,ji ye er he pan sheng ke li si tuo fu,Сен-Кристоф-сюр-Гьер,Сен-Кристоф-сюр-Гює,سینٹ-کروسٹوفے-سر-گیرس,吉耶尔河畔圣克里斯托夫		FR	84	38	381	38376	848	Europe/Paris
6433334	Saint-Clair-de-la-Tour	saint-clair-de-la-tour	Saint-Clair-de-la-Tour,Sen-Kler-de-la-Tur,sheng ke lai de la-tu,Сен-Клер-де-ла-Тур,سینٹ-کلئیر-دے-لا-طور,圣克莱德拉-图		FR	84	38	382	38377	3395	Europe/Paris
6433335	Saint-Clair-du-Rhône	saint-clair-du-rhone	Saint-Clair-du-Rhone,Saint-Clair-du-Rhône		FR	84	38	383	38378	3873	Europe/Paris
6433337	Saint-Didier-de-Bizonnes	saint-didier-de-bizonnes	Saint-Didier-de-Bizonnes		FR	84	38	382	38380	299	Europe/Paris
6433338	Saint-Didier-de-la-Tour	saint-didier-de-la-tour	Saint-Didier-de-la-Tour,Sen-Did'e-de-la-Tur,sheng di di ye de la-tu,Сен-Дидье-де-ла-Тур,Сен-Дідьє-де-ла-Тур,سینٹ-ددئر-دے-لا-طور,圣迪迪耶德拉-图		FR	84	38	382	38381	2020	Europe/Paris
6433339	Saint-Étienne-de-Crossey	saint-etienne-de-crossey	Saint-Etienne-de-Crossey,Saint-Étienne-de-Crossey,Sent-Eht'en-de-Krose,Sent-Et'enn-de-Krosse,sheng ai di an de ke luo sai,Сент-Етьєнн-де-Кроссе,Сент-Этьен-де-Кросе,سینٹ-ایٹیینے-دے-کروسسے,圣埃蒂安德克罗塞		FR	84	38	381	38383	2546	Europe/Paris
6433340	Saint-Étienne-de-Saint-Geoirs	saint-etienne-de-saint-geoirs	Saint-Etienne-de-Saint-Geoirs,Saint-Étienne-de-Saint-Geoirs,Sent-Eht'en-de-Sen-Zhuar,Sent-Et'enn-de-Sen-Zhuar,sheng ai di an de sheng ru wa er,Сент-Етьєнн-де-Сен-Жуар,Сент-Этьен-де-Сен-Жуар,سینٹ-ایٹیینے-دے-سینٹ-گورس,圣埃蒂安德圣茹瓦尔		FR	84	38	383	38384	3242	Europe/Paris
6433341	Saint-Geoire-en-Valdaine	saint-geoire-en-valdaine	Saint-Geoire-en-Valdaine		FR	84	38	382	38386	2408	Europe/Paris
6433342	Saint-Georges-de-Commiers	saint-georges-de-commiers	Saint-Georges-de-Commiers,Sen-Zhorzh-de-Kom'e,Sen-Zhorzh-de-Komme,sheng ruo er re de ke mi ye er,Сен-Жорж-де-Коммє,Сен-Жорж-де-Комье,سینٹ-گیورگس-دے-کوممیرس,圣若尔热德科米耶尔		FR	84	38	381	38388	2145	Europe/Paris
6433343	Saint-Georges-d'Espéranche	saint-georges-d-esperanche	Saint-Georges-d'Esperanche,Saint-Georges-d'Espéranche		FR	84	38	383	38389	3311	Europe/Paris
6433344	Saint-Guillaume	saint-guillaume	Saint-Guillaume,Sant Guilhaume,Sen-Gijom,sheng ji luo mu,sn-gywm,Сен-Гийом,Сен-Гійом,سن-گیوم,سینٹ-گیلومے,圣吉洛姆		FR	84	38	381	38391	261	Europe/Paris
6433345	Saint-Hilaire-de-Brens	saint-hilaire-de-brens	Saint-Hilaire-de-Brens,Sen-Iler-de-Bran,Sent-Iler-de-Bran,sheng yi lai er de bu lang,Сен-Ілер-де-Бран,Сент-Илер-де-Бран,سینٹ-ہلیری-دے-برنس,圣伊莱尔德布朗		FR	84	38	382	38392	624	Europe/Paris
6433346	Saint-Hilaire-de-la-Côte	saint-hilaire-de-la-cote	Saint-Hilaire-de-la-Cote,Saint-Hilaire-de-la-Côte,Sen-Iler-de-la-Kot,Sent-Iler-de-la-Kot,sheng yi lai er de la-ke te,Сен-Ілер-де-ла-Кот,Сент-Илер-де-ла-Кот,سینٹ-ہلیری-دے-لا-کوٹے,圣伊莱尔德拉-科特		FR	84	38	383	38393	1467	Europe/Paris
6433347	Saint-Hilaire-du-Rosier	saint-hilaire-du-rosier	Saint-Hilaire-du-Rosier		FR	84	38	381	38394	1903	Europe/Paris
6433348	Saint-Honoré	saint-honore	Sen-Onore,Sent-Onore,sheng ao nuo lei,Сен-Оноре,Сент-Оноре,سینٹ-ہونورے، اسیری,圣奥诺雷		FR	84	38	381	38396	810	Europe/Paris
6433390	Saint-Prim	saint-prim	Sen-Prem,sheng pu li mu,syn-prym,Сен-Прем,سین-پریم,圣普里姆		FR	84	38	383	38448	1355	Europe/Paris
6433349	Saint-Ismier	saint-ismier	Saint-Ismier,Sent-Im'e,Sent-Isme,sheng yi si mi ye,Сент-Ісмє,Сент-Имье,سینٹ-اسمئر,圣伊斯米耶		FR	84	38	381	38397	6907	Europe/Paris
6433350	Saint-Jean-d'Avelanne	saint-jean-d-avelanne	Saint-Jean-d'Avelanne		FR	84	38	382	38398	955	Europe/Paris
6433351	Saint-Jean-de-Bournay	saint-jean-de-bournay	Saint-Jean-de-Bournay,Sen-Zhan-de-Burne,sheng rang de bu er nai,Сен-Жан-де-Бурне,سینٹ-ژاں -دے-بورنے,圣让德布尔奈		FR	84	38	383	38399	4609	Europe/Paris
6433352	Saint-Jean-de-Moirans	saint-jean-de-moirans	Saint-Jean-de-Moirans		FR	84	38	381	38400	3482	Europe/Paris
6433353	Saint-Jean-de-Soudain	saint-jean-de-soudain			FR	84	38	382	38401	1576	Europe/Paris
6433354	Saint-Jean-d'Hérans	saint-jean-d-herans	Saint-Jean-d'Herans,Saint-Jean-d'Hérans		FR	84	38	381	38403	292	Europe/Paris
6433355	Saint-Joseph-de-Rivière	saint-joseph-de-riviere	Saint-Joseph-de-Riviere,Saint-Joseph-de-Rivière		FR	84	38	381	38405	1217	Europe/Paris
6433356	Saint-Julien-de-l'Herms	saint-julien-de-l-herms	Saint-Julien-de-l'Herms		FR	84	38	383	38406	147	Europe/Paris
6433357	Saint-Just-Chaleyssin	saint-just-chaleyssin	Saint-Just-Chaleyssin,Sen-Zhjust-Shalessen,Sen-Zhust-Shalejssen,sheng rui si sha lai sang,Сен-Жуст-Шалейссен,Сен-Жюст-Шалессен,سینٹ-جست-چلیسسن,圣瑞斯沙莱桑		FR	84	38	383	38408	2526	Europe/Paris
6433358	Saint-Just-de-Claix	saint-just-de-claix	Saint-Just-de-Claix,Sant Just,Sen-Zhjust-de-Kle,Sen-Zhust-de-Kle,sheng rui si de ke lai,Сен-Жуст-де-Кле,Сен-Жюст-де-Кле,سینٹ-جست-دے-لش,圣瑞斯德克莱		FR	84	38	381	38409	1182	Europe/Paris
6433359	Saint-Lattier	saint-lattier	Saint-Lattier,Sen-Lat'e,sheng la di ye,Сен-Латье,Сен-Латьє,سینٹ-لاتٹیر,圣拉蒂耶		FR	84	38	381	38410	1309	Europe/Paris
6433360	Saint-Laurent-du-Pont	saint-laurent-du-pont	Saint-Laurent-du-Pont		FR	84	38	381	38412	4540	Europe/Paris
6433361	Saint-Laurent-en-Beaumont	saint-laurent-en-beaumont	Saint-Laurent-en-Beaumont		FR	84	38	381	38413	466	Europe/Paris
6433362	Sainte-Luce	sainte-luce	Sainte-Luce		FR	84	38	381	38414	43	Europe/Paris
6433363	Saint-Marcel-Bel-Accueil	saint-marcel-bel-accueil	Saint-Marcel-Bel-Accueil,Sen-Marsel'-Bel'-Akkej,Sen-Marsel'-Bel'-Akkjoj,sheng ma er sai bei a qu ai,Сен-Марсель-Бель-Аккей,Сен-Марсель-Бель-Аккёй,سینٹ-مارسیل-بل-اکیل,圣马尔塞贝阿屈埃		FR	84	38	382	38415	1374	Europe/Paris
6433364	Sainte-Marie-d'Alloix	sainte-marie-d-alloix	Sainte-Marie-d'Alloix		FR	84	38	381	38417	480	Europe/Paris
6433365	Sainte-Marie-du-Mont	sainte-marie-du-mont	Sainte-Marie-du-Mont,Sent-Mari-dju-Mon,sheng ma li-di meng,Сент-Мари-дю-Мон,Сент-Марі-дю-Мон,سین-مرے-دو-مونٹ، اسیری,圣玛丽-迪蒙		FR	84	38	381	38418	238	Europe/Paris
6433366	Saint-Martin-de-Clelles	saint-martin-de-clelles	Saint-Martin-de-Clelles		FR	84	38	381	38419	183	Europe/Paris
6433367	Saint-Martin-d'Hères	saint-martin-d-heres	Saint-Martin-d'Heres,Saint-Martin-d'Hères		FR	84	38	381	38421	38634	Europe/Paris
6433368	Saint-Martin-d'Uriage	saint-martin-d-uriage	Saint-Martin-d'Uriage		FR	84	38	381	38422	5416	Europe/Paris
6433369	Saint-Martin-le-Vinoux	saint-martin-le-vinoux	Saint-Martin-le-Vinoux		FR	84	38	381	38423	5757	Europe/Paris
6433370	Saint-Maurice-en-Trièves	saint-maurice-en-trieves	Saint-Maurice-en-Trieves,Saint-Maurice-en-Trièves		FR	84	38	381	38424	154	Europe/Paris
6433371	Saint-Maurice-l'Exil	saint-maurice-l-exil	Saint-Maurice-l'Exil		FR	84	38	383	38425	6092	Europe/Paris
6433372	Saint-Maximin	saint-maximin	Saint-Maximin,Sen-Maksimen,sheng ma ke xi man,Сен-Максимен,Сен-Максімен,سینٹ-شمن، اسیری,圣马克西曼		FR	84	38	381	38426	648	Europe/Paris
6433373	Saint-Michel-de-Saint-Geoirs	saint-michel-de-saint-geoirs	Saint-Michel-de-Saint-Geoirs		FR	84	38	383	38427	306	Europe/Paris
6433374	Saint-Michel-en-Beaumont	saint-michel-en-beaumont	Saint-Michel-en-Beaumont		FR	84	38	381	38428	31	Europe/Paris
6433375	Saint-Michel-les-Portes	saint-michel-les-portes	Saint-Michel-les-Portes,Sant Micheu e las Portas,Sant Michèu e las Pòrtas,Sen-Mishel'-le-Port,sheng mi she lai bo er tai,Сен-Мишель-ле-Порт,Сен-Мішель-ле-Порт,سینٹ-مشیل-لیس-پورٹس,圣米舍莱波尔泰		FR	84	38	381	38429	269	Europe/Paris
6433376	Saint-Mury-Monteymond	saint-mury-monteymond			FR	84	38	381	38430	325	Europe/Paris
6433377	Saint-Nicolas-de-Macherin	saint-nicolas-de-macherin	Saint-Nicolas-de-Macherin,Sen-Nikola-de-Masheren,sheng ni ke la de ma xie lan,Сен-Никола-де-Машерен,Сен-Нікола-де-Машерен,سینٹ-نکولس-دے-مچریں,圣尼科拉德马谢兰		FR	84	38	381	38432	933	Europe/Paris
6433378	Saint-Nizier-du-Moucherotte	saint-nizier-du-moucherotte	Saint-Nizier-du-Moucherotte		FR	84	38	381	38433	1105	Europe/Paris
6433379	Saint-Ondras	saint-ondras	Saint-Ondras,Sent-Ondra,sheng weng de la,Сент-Ондра,سینٹ-اندراس,圣翁德拉		FR	84	38	382	38434	631	Europe/Paris
6433381	Saint-Paul-de-Varces	saint-paul-de-varces	Sen-Pol'-de-Vars,sheng bo de wa er sai,Сен-Поль-де-Варс,سین-پال-دے-ورسے,圣波德瓦尔塞		FR	84	38	381	38436	2186	Europe/Paris
6433382	Saint-Paul-d'Izeaux	saint-paul-d-izeaux	Saint-Paul-d'Izeaux		FR	84	38	383	38437	296	Europe/Paris
6433383	Saint-Paul-lès-Monestier	saint-paul-les-monestier	Saint-Paul-les-Monestier,Saint-Paul-lès-Monestier		FR	84	38	381	38438	263	Europe/Paris
6433384	Crêts en Belledonne	crets-en-belledonne	Crets en Belledonne,Crêts en Belledonne		FR	84	38	381	38439	3379	Europe/Paris
6433385	Saint-Pierre-de-Bressieux	saint-pierre-de-bressieux	Saint-Pierre-de-Bressieux,Sen-P'er-de-Bres'jo,Sen-Perr-de-Bres'e,sheng pi ye er de bu lei xi e,Сен-Пьер-де-Бресьё,Сен-Пєрр-де-Бресьє,سین-پیری-دے-بریسیو,圣皮耶尔德布雷西厄		FR	84	38	383	38440	763	Europe/Paris
6433386	Saint-Pierre-de-Chartreuse	saint-pierre-de-chartreuse	Saint-Pierre-de-Chartreuse		FR	84	38	381	38442	1041	Europe/Paris
6433387	Saint-Pierre-de-Chérennes	saint-pierre-de-cherennes			FR	84	38	381	38443	468	Europe/Paris
6433388	Saint-Pierre-de-Méaroz	saint-pierre-de-mearoz	Saint-Pierre-de-Mearoz,Saint-Pierre-de-Méaroz		FR	84	38	381	38444	132	Europe/Paris
6433389	Saint-Pierre-de-Mésage	saint-pierre-de-mesage	Saint-Pierre-de-Mesage,Saint-Pierre-de-Mésage,Sen-P'er-de-Mezazh,Sen-Perr-de-Mezazh,sheng pi ye er de mei sa ge,Сен-Пьер-де-Мезаж,Сен-Пєрр-де-Мезаж,سین-پیری-دے-مساج,圣皮耶尔德梅萨格		FR	84	38	381	38445	760	Europe/Paris
6433569	Genod	genod	Genod		FR	27	39	392	39247	69	Europe/Paris
6433391	Saint-Quentin-Fallavier	saint-quentin-fallavier	Saint-Quentin-Fallavier		FR	84	38	382	38449	6099	Europe/Paris
6433392	Saint-Quentin-sur-Isère	saint-quentin-sur-isere	Saint-Quentin-sur-Isere,Saint-Quentin-sur-Isère,Sen-Kanten-sjur-Izer,yi sai er he pan sheng qu ang tan,Сен-Кантен-сюр-Ізер,Сен-Кантен-сюр-Изер,سین-قینٹین-سور-اسیری,伊塞尔河畔圣屈昂坦		FR	84	38	381	38450	1423	Europe/Paris
6433393	Saint-Romain-de-Jalionas	saint-romain-de-jalionas	Saint-Romain-de-Jalionas		FR	84	38	382	38451	3252	Europe/Paris
6433394	Saint-Romain-de-Surieu	saint-romain-de-surieu			FR	84	38	383	38452	345	Europe/Paris
6433395	Saint-Romans	saint-romans	Sant Roman,Sen-Roman,sheng luo mang,syn-rwmans,Сен-Роман,سین-رومانس,圣罗芒		FR	84	38	381	38453	1782	Europe/Paris
6433396	Saint-Savin	saint-savin	Saint-Savin,Sen-Saven,sheng sa wan,syn-swn  asyry,Сен-Савен,سین-سون، اسیری,圣萨万		FR	84	38	382	38455	4037	Europe/Paris
6433397	Châtel-en-Trièves	chatel-en-trieves	Chatel-en-Trieves,Châtel-en-Trièves		FR	84	38	381	38456	452	Europe/Paris
6433398	Saint-Siméon-de-Bressieux	saint-simeon-de-bressieux	Saint-Simeon-de-Bressieux,Saint-Siméon-de-Bressieux,Sen-Simeon-de-Bres'e,Sen-Simeon-de-Bres'jo,sheng xi mei weng de bu lei xi e,Сен-Симеон-де-Бресьё,Сен-Сімеон-де-Бресьє,圣西梅翁德布雷西厄		FR	84	38	383	38457	2882	Europe/Paris
6433399	Saint-Sorlin-de-Morestel	saint-sorlin-de-morestel	Saint-Sorlin-de-Morestel		FR	84	38	382	38458	634	Europe/Paris
6433400	Saint-Sulpice-des-Rivoires	saint-sulpice-des-rivoires	Saint-Sulpice-des-Rivoires,Sen-Sjul'pis-de-Rivuar,sheng xu er pi ke dai li wa lei,Сен-Сюльпис-де-Ривуар,Сен-Сюльпіс-де-Ривуар,圣叙尔皮克代里瓦雷		FR	84	38	382	38460	433	Europe/Paris
6433401	Saint-Théoffrey	saint-theoffrey	Saint-Theoffrey,Saint-Théoffrey		FR	84	38	381	38462	513	Europe/Paris
6433402	Saint-Victor-de-Cessieu	saint-victor-de-cessieu	Sen-Viktor-de-Ses'e,Sen-Viktor-de-Ses'jo,sheng wei ke tuo de sai xi e,Сен-Виктор-де-Сесьё,Сен-Віктор-де-Сесьє,圣维克托德塞西厄		FR	84	38	382	38464	2212	Europe/Paris
6433403	Saint-Victor-de-Morestel	saint-victor-de-morestel			FR	84	38	382	38465	1097	Europe/Paris
6433404	Saint-Vincent-de-Mercuze	saint-vincent-de-mercuze	Saint-Vincent-de-Mercuze,Sen-Vensan-de-Merkjuz,sheng wan sang de mei er qu ci,Сен-Венсан-де-Меркюз,圣万桑德梅尔屈兹		FR	84	38	381	38466	1500	Europe/Paris
6433405	Salagnon	salagnon	Salagnon		FR	84	38	382	38467	1404	Europe/Paris
6433406	Salaise-sur-Sanne	salaise-sur-sanne	Salaise-sur-Sanne,Salez-sjur-San,Salez-sjur-Sann,sai na he pan sa lai si,Салез-сюр-Сан,Салез-сюр-Санн,塞纳河畔萨莱斯		FR	84	38	383	38468	4542	Europe/Paris
6433407	Sarcenas	sarcenas	Sarsena,sa er se na,Сарсена,萨尔瑟纳		FR	84	38	381	38472	191	Europe/Paris
6433408	Sardieu	sardieu	Sardieu		FR	84	38	383	38473	1110	Europe/Paris
6433409	Sassenage	sassenage	Sassenage		FR	84	38	381	38474	11372	Europe/Paris
6433410	Satolas-et-Bonce	satolas-et-bonce	Satolas-et-Bonce,Satolaz-e-Bons,Satolaz-eh-Bons,sa tuo la he bang ke,Сатолаз-е-Бонс,Сатолаз-э-Бонс,萨托拉和邦克		FR	84	38	382	38475	2404	Europe/Paris
6433411	Savas-Mépin	savas-mepin	Savas-Mepin,Savas-Mépin		FR	84	38	383	38476	890	Europe/Paris
6433412	Septème	septeme	Septem,Septeme,Septème,Setem,sai pu tai mu,Септем,Сетем,塞普泰姆		FR	84	38	383	38480	2064	Europe/Paris
6433413	Sérézin-de-la-Tour	serezin-de-la-tour	Serezen-de-la-Tur,Serezin-de-la-Tour,Sérézin-de-la-Tour,sai lei zan de la-tu,Серезен-де-ла-Тур,塞雷赞德拉-图		FR	84	38	382	38481	1034	Europe/Paris
6433414	Sermérieu	sermerieu	Sermerieu,Sermérieu		FR	84	38	382	38483	1657	Europe/Paris
6433415	Serpaize	serpaize	Serpaize,Serpez,sai er pei ci,Серпез,塞尔佩兹		FR	84	38	383	38484	1924	Europe/Paris
6433416	Seyssinet-Pariset	seyssinet-pariset	Sejssine-Parize,Sessine-Parize,Seyssinet-Pariset,sai xi nei pa li sai,Сейссіне-Паризе,Сессине-Паризе,塞西内帕里塞		FR	84	38	381	38485	11981	Europe/Paris
6433417	Seyssins	seyssins	Sejssen,Sesen,Seyssins,sai sang,Сейссен,Сесен,塞桑		FR	84	38	381	38486	7352	Europe/Paris
6433418	Seyssuel	seyssuel	Seyssuel		FR	84	38	383	38487	1996	Europe/Paris
6433419	Siccieu-Saint-Julien-et-Carisieu	siccieu-saint-julien-et-carisieu	Siccieu-Saint-Julien-et-Carisieu,Siks'e-Sen-Zhul'jan-e-Kariz'e,Siks'jo-Sen-Zhjul'en-eh-Kariz'jo,xi xie yu-sheng rui li an he ka li xi e,Сиксьё-Сен-Жюльен-э-Каризьё,Сіксьє-Сен-Жульян-е-Каризьє,西谢于-圣瑞利安和卡里西厄		FR	84	38	382	38488	591	Europe/Paris
6433420	Siévoz	sievoz			FR	84	38	381	38489	138	Europe/Paris
6433421	Sillans	sillans	Sijan,xi lang,Сийан,Сіян,西朗		FR	84	38	383	38490	1897	Europe/Paris
6433422	Sinard	sinard	Sinar,Sinard,Sinârd,xi na er,Синар,Сінар,西纳尔		FR	84	38	381	38492	677	Europe/Paris
6433423	Soleymieu	soleymieu	Soleymieu		FR	84	38	382	38494	773	Europe/Paris
6433424	Sonnay	sonnay	Sonnay		FR	84	38	383	38496	1238	Europe/Paris
6433425	Succieu	succieu	Succieu		FR	84	38	382	38498	733	Europe/Paris
6433426	Têche	teche	Teche,Têche		FR	84	38	381	38500	574	Europe/Paris
6433427	Tencin	tencin	Tansen,Tencin,tang sang,Тансен,唐桑		FR	84	38	381	38501	2079	Europe/Paris
6433428	Theys	theys	Te,Tej,Tes,Theys,Tês,tai zhen,Те,Тей,泰镇		FR	84	38	381	38504	1958	Europe/Paris
6433429	Thodure	thodure	Thodure		FR	84	38	383	38505	751	Europe/Paris
6433430	Tignieu-Jameyzieu	tignieu-jameyzieu	Tignieu-Jameyzieu,Tin'e-Zhamejz'e,Tin'jo-Zhamez'jo,di ge ni e ya mei qi e,Тиньё-Жамезьё,Тіньє-Жамейзьє,蒂格尼厄雅梅齐厄		FR	84	38	382	38507	7145	Europe/Paris
6433431	Torchefelon	torchefelon	Torchefelon		FR	84	38	382	38508	726	Europe/Paris
6433432	Tramolé	tramole			FR	84	38	383	38512	714	Europe/Paris
6433433	Tréminis	treminis	Tremini,Treminis,Treminís,te lei mi ni,trmynys,Треминис,Треміні,ترمینیس,特雷米尼		FR	84	38	381	38514	180	Europe/Paris
6433434	Trept	trept	Trept		FR	84	38	382	38515	2106	Europe/Paris
6433435	Tullins	tullins	Tullins		FR	84	38	381	38517	7679	Europe/Paris
6433436	Valbonnais	valbonnais	Valbonnais		FR	84	38	381	38518	498	Europe/Paris
6433438	Valencogne	valencogne	Valencogne		FR	84	38	382	38520	678	Europe/Paris
6433570	Geraise	geraise	Geraise		FR	27	39	391	39248	41	Europe/Paris
6433439	Varacieux	varacieux	Varacieux,Varas'e,Varas'jo,wa la xi e,wrkywks,Варасьё,Варасьє,ورکیوکس,瓦拉西厄		FR	84	38	381	38523	867	Europe/Paris
6433440	Vasselin	vasselin			FR	84	38	382	38525	466	Europe/Paris
6433441	Vatilieu	vatilieu	Vatil'e,Vatil'jo,Vatilieu,wa di li e,wtylyw,Ватильё,Ватільє,وتیلیو,瓦蒂利厄		FR	84	38	381	38526	367	Europe/Paris
6433442	Vaujany	vaujany	Vaujany		FR	84	38	381	38527	322	Europe/Paris
6433443	Vaulnaveys-le-Bas	vaulnaveys-le-bas			FR	84	38	381	38528	1265	Europe/Paris
6433444	Vaulnaveys-le-Haut	vaulnaveys-le-haut	Vaulnaveys-le-Haut		FR	84	38	381	38529	3725	Europe/Paris
6433445	Vaulx-Milieu	vaulx-milieu	Vaulx-Milieu,Vo-Mil'e,Vo-Mil'jo,wawlks mylyw,wo er mi li e,Во-Мильё,Во-Мільє,واولکس میلیو,沃尔米利厄		FR	84	38	382	38530	2532	Europe/Paris
6433446	Velanne	velanne	Velanne		FR	84	38	382	38531	530	Europe/Paris
6433447	Vénérieu	venerieu	Venerieu,Vénérieu		FR	84	38	382	38532	799	Europe/Paris
6433448	Venon	venon	Venon,wei nong,wnn  aysr,Венон,ونن، ایسر,韦农		FR	84	38	381	38533	721	Europe/Paris
6433450	Vernioz	vernioz	Vernio,Vernioz,wei er ni ao,wrnyz,Вернио,Верніо,ورنیز,韦尔尼奥		FR	84	38	383	38536	1244	Europe/Paris
6433451	Vertrieu	vertrieu	Vertrie,Vertrieu,Vertrijo,wei er te li e,Вертриё,Вертріє,韦尔特里厄		FR	84	38	382	38539	653	Europe/Paris
6433452	Veurey-Voroize	veurey-voroize	Vere-Voruaz,Veurey-Voroize,Vjore-Voruaz,fu lei wo lu wa ci,Вере-Воруаз,Вёре-Воруаз,弗雷沃鲁瓦兹		FR	84	38	381	38540	1440	Europe/Paris
6433453	Veyssilieu	veyssilieu			FR	84	38	382	38542	336	Europe/Paris
6433454	Vignieu	vignieu	Vignieu		FR	84	38	382	38546	1039	Europe/Paris
6433455	Villard-Bonnot	villard-bonnot			FR	84	38	381	38547	7102	Europe/Paris
6433456	Villard-de-Lans	villard-de-lans	Villard-de-Lans		FR	84	38	381	38548	4208	Europe/Paris
6433457	Villard-Notre-Dame	villard-notre-dame	Villar-Notr-Dam,Villard-Notre-Dame,wei la er nuo te er dang,Виллар-Нотр-Дам,Віллар-Нотр-Дам,维拉尔诺特尔当		FR	84	38	381	38549	26	Europe/Paris
6433458	Villard-Reculas	villard-reculas	Lo Vilar Cremat,Villar-Rekjula,Villard-Reculas,wei la er lei qu la,Виллар-Рекюла,Віллар-Рекюла,维拉尔雷屈拉		FR	84	38	381	38550	56	Europe/Paris
6433459	Villard-Reymond	villard-reymond	Villard-Reymond		FR	84	38	381	38551	43	Europe/Paris
6433460	Villard-Saint-Christophe	villard-saint-christophe	Villard-Saint-Christophe		FR	84	38	381	38552	406	Europe/Paris
6433461	Villefontaine	villefontaine	Villefontaine		FR	84	38	382	38553	18653	Europe/Paris
6433462	Villemoirieu	villemoirieu	Vil'muar'jo,Vil'muare,wei lai mu wa li e,Вильмуарьё,Вільмуарє,维莱穆瓦里厄		FR	84	38	382	38554	1867	Europe/Paris
6433463	Villeneuve-de-Marc	villeneuve-de-marc	Villeneuve-de-Marc		FR	84	38	383	38555	1152	Europe/Paris
6433464	Ville-sous-Anjou	ville-sous-anjou	Vil'-su-Anzhu,Ville-sous-Anjou,wei er su ang ru,Виль-су-Анжу,Віль-су-Анжу,维尔苏昂茹		FR	84	38	383	38556	1195	Europe/Paris
6433465	Villette-d'Anthon	villette-d-anthon	Villette-d'Anthon		FR	84	38	382	38557	4881	Europe/Paris
6433467	Vinay	vinay	Vinay,Vine,wei nai,Вине,Віне,维奈		FR	84	38	381	38559	4217	Europe/Paris
6433468	Viriville	viriville	Virivil',Viriville,wei li wei er,Виривиль,Віривіль,维里维尔		FR	84	38	383	38561	1638	Europe/Paris
6433469	Vizille	vizille	Vizille		FR	84	38	381	38562	7428	Europe/Paris
6433470	Voiron	voiron			FR	84	38	381	38563	20209	Europe/Paris
6433471	Voissant	voissant	Voissant		FR	84	38	382	38564	220	Europe/Paris
6433472	Vourey	vourey	Vourey,Vure,wu lei,Вуре,武雷		FR	84	38	381	38566	1710	Europe/Paris
6433473	Chamrousse	chamrousse	Chamrousse		FR	84	38	381	38567	441	Europe/Paris
6433474	Champrougier	champrougier	Champrougier		FR	27	39	392	39100	96	Europe/Paris
6433475	Chancia	chancia	Chancia,Shansija,Shansja,shang xi ya,Шансія,Шансја,尚西亚		FR	27	39	393	39102	222	Europe/Paris
6433476	Chapelle-Voland	chapelle-voland	Shapel Volan,Shapel'-Volan,sha pei er wo lang,Шапел Волан,Шапель-Волан,沙佩尔沃朗		FR	27	39	392	39104	608	Europe/Paris
6433477	Chapois	chapois	Shapoa,Shapua,sha pu wa,Шапоа,Шапуа,沙普瓦		FR	27	39	392	39105	220	Europe/Paris
6433478	Charchilla	charchilla	Charchilla		FR	27	39	393	39106	275	Europe/Paris
6433479	Charcier	charcier	Charcier,Shars'e,Sharsje,sha er xie,Шарсьє,Шарсје,沙尔谢		FR	27	39	392	39107	123	Europe/Paris
6433480	Charency	charency	Charency,Sharansi,sha lang xi,Шаранси,Шарансі,沙朗西		FR	27	39	392	39108	56	Europe/Paris
6433481	Charézier	charezier	Charezier,Charézier,Sharez'e,Sharezje,sha lei qi ye,Шарезьє,Шарезје,沙雷齐耶		FR	27	39	392	39109	172	Europe/Paris
6433483	Château-Chalon	chateau-chalon	Chateau-Chalon,Château-Chalon		FR	27	39	392	39114	148	Europe/Paris
6433485	Châtel-de-Joux	chatel-de-joux	Chatel-de-Joux,Châtel-de-Joux,Shatel de Zhu,Shatel'-de-Zhu,sha tai de ru,Шател де Жу,Шатель-де-Жу,沙泰德茹		FR	27	39	393	39118	51	Europe/Paris
6433486	Châtelneuf	chatelneuf	Chatelneuf,Châtelneuf,Shatel'nef,Shatelnef,sha tai er na,Шателнеф,Шательнеф,沙泰尔纳		FR	27	39	392	39120	139	Europe/Paris
6433487	Chaumergy	chaumergy	Shomerzhi,shao mei er ji,Шомержи,Шомержі,绍梅尔吉		FR	27	39	392	39124	487	Europe/Paris
6433488	Chaussenans	chaussenans			FR	27	39	391	39127	96	Europe/Paris
6433489	Chaussin	chaussin	Chaussin		FR	27	39	391	39128	1667	Europe/Paris
6433490	Chaux-des-Crotenay	chaux-des-crotenay	Chaux-des-Crotenay		FR	27	39	392	39129	406	Europe/Paris
6433491	Nanchez	nanchez	Nanchez,Sho de Pre,Sho-de-Pre,shao dai pu lei,Шо де Пре,Шо-де-Пре,绍代普雷		FR	27	39	393	39130	800	Europe/Paris
6433492	Chavéria	chaveria	Shaverja,sha wei li a,Шаверя,Шаверја,沙韦里阿		FR	27	39	392	39134	232	Europe/Paris
6433494	Chemenot	chemenot	Chemenot		FR	27	39	392	39136	36	Europe/Paris
6433495	Saint-Hymetière-sur-Valouse	saint-hymetiere-sur-valouse	Saint-Hymetiere-sur-Valouse,Saint-Hymetière-sur-Valouse		FR	27	39	392	39137	434	Europe/Paris
6433496	Chêne-Bernard	chene-bernard	Chene-Bernard,Chêne-Bernard,Shen Bernar,Shen-Bernar,xie en bei er na er,Шен Бернар,Шен-Бернар,谢恩贝尔纳尔		FR	27	39	391	39139	66	Europe/Paris
6433497	Chevigny	chevigny	Chevigny,Shevin'i,Shevini,xie wei ni,Шевињи,Шевіньї,谢维尼		FR	27	39	391	39141	281	Europe/Paris
6433499	Chevrotaine	chevrotaine	Chevrotaine,Shevroten,xie fu luo tan,Шевротен,谢夫罗坦		FR	27	39	392	39143	32	Europe/Paris
6433500	Chille	chille	Chille		FR	27	39	392	39145	292	Europe/Paris
6433501	Chilly-le-Vignoble	chilly-le-vignoble			FR	27	39	392	39146	671	Europe/Paris
6433502	Chilly-sur-Salins	chilly-sur-salins	Chilly-sur-Salins		FR	27	39	391	39147	112	Europe/Paris
6433504	Choisey	choisey	Choisey		FR	27	39	391	39150	1064	Europe/Paris
6433505	Choux	choux	Shu,shu zhen,Шу,舒镇		FR	27	39	393	39151	118	Europe/Paris
6433506	Clairvaux-les-Lacs	clairvaux-les-lacs	Clairvaux-les-Lacs		FR	27	39	392	39154	1444	Europe/Paris
6433507	Clucy	clucy	Clucy		FR	27	39	391	39155	81	Europe/Paris
6433508	Cogna	cogna	Kon'ja,Kona,Koni,ke ni ya,Конья,Коња,科尼亚		FR	27	39	392	39156	252	Europe/Paris
6433509	Coiserette	coiserette	Coiserette,Koazret,Kuazrett,kua se lei te,Коазрет,Куазретт,夸瑟雷特		FR	27	39	393	39157	53	Europe/Paris
6433511	Colonne	colonne	Colonne		FR	27	39	391	39159	268	Europe/Paris
6433512	Commenailles	commenailles	Commenailles		FR	27	39	392	39160	869	Europe/Paris
6433514	Condamine	condamine	Kondamin,kong da man,Кондамин,Кондамін,孔达曼		FR	27	39	392	39162	269	Europe/Paris
6433516	Conliège	conliege	Conliege,Conliège		FR	27	39	392	39164	673	Europe/Paris
6433517	Conte	conte	Conte,Kont,Конт		FR	27	39	392	39165	59	Europe/Paris
6433518	Cornod	cornod	Cornod,Korno,ke er nuo,Корно,科尔诺		FR	27	39	392	39166	221	Europe/Paris
6433519	Cosges	cosges	Cosges,Kozh,ke si re,Кож,科斯热		FR	27	39	392	39167	366	Europe/Paris
6433520	Courbette	courbette	Courbette		FR	27	39	392	39168	53	Europe/Paris
6433521	Courbouzon	courbouzon	Courbouzon		FR	27	39	392	39169	587	Europe/Paris
6433522	Courlans	courlans	Courlans,Kurlan,ku er lang,Курлан,库尔朗		FR	27	39	392	39170	930	Europe/Paris
6433523	Courlaoux	courlaoux	Courlaoux		FR	27	39	392	39171	1092	Europe/Paris
6433524	Coyrière	coyriere	Coyriere,Coyrière,Koarjer,Kuarer,kua li ai,Коарјер,Куарєр,夸里埃		FR	27	39	393	39174	65	Europe/Paris
6433525	Coyron	coyron	Coyron,Koaron,Kuaron,kua long,Коарон,Куарон,夸龙		FR	27	39	393	39175	74	Europe/Paris
6433526	Cramans	cramans	Cramans		FR	27	39	391	39176	524	Europe/Paris
6433527	Hauteroche	hauteroche	Hauteroche,Kranso,ke lang suo,Крансо,克朗索		FR	27	39	392	39177	942	Europe/Paris
6433528	Crans	crans	Crans		FR	27	39	392	39178	74	Europe/Paris
6433529	Crenans	crenans	Crenans		FR	27	39	393	39179	239	Europe/Paris
6433530	Cressia	cressia	Cressia,Kresja,Kressija,ke lei xi ya,Крессія,Кресја,克雷西亚		FR	27	39	392	39180	260	Europe/Paris
6433531	Crissey	crissey	Crissey,Krise,Krisse,ke li sai,Крисе,Криссе,克里塞		FR	27	39	391	39182	640	Europe/Paris
6433532	Cuisia	cuisia	Cuisia,Kizja,Kjuizija,qu yi xi ya,Кизја,Кюїзія,屈伊西亚		FR	27	39	392	39185	393	Europe/Paris
6433535	Damparis	damparis	Damparis		FR	27	39	391	39189	2727	Europe/Paris
6433536	Darbonnay	darbonnay	Darbonnay		FR	27	39	391	39191	93	Europe/Paris
6433537	Denezières	denezieres	Denez'er,Denezieres,Denezières,Denzjer,de nei qi ai,Денезьєр,Дензјер,德内齐埃		FR	27	39	392	39192	73	Europe/Paris
6433538	Desnes	desnes	Desnes		FR	27	39	392	39194	475	Europe/Paris
6433541	Domblans	domblans			FR	27	39	392	39199	1212	Europe/Paris
6433542	Dompierre-sur-Mont	dompierre-sur-mont	Domperr-sjur-Mon,Dompierre-sur-Mont,Dompjer sir Mon,meng he pan dong pi ye er,Домпєрр-сюр-Мон,Домпјер сир Мон,蒙河畔东皮耶尔		FR	27	39	392	39200	237	Europe/Paris
6433543	Doucier	doucier	Dus'e,Dusje,du xie,Дусьє,Дусје,杜谢		FR	27	39	392	39201	306	Europe/Paris
6433544	Dournon	dournon	Durnon,du er nong,Дурнон,杜尔农		FR	27	39	391	39202	137	Europe/Paris
6433545	Doye	doye	Doa,Doye,Dua,du wa ai,Доа,Дуа,杜瓦埃		FR	27	39	392	39203	103	Europe/Paris
6433546	Dramelay	dramelay	Dramelay,Dramle,de la mo lai,Драмле,德拉默莱		FR	27	39	392	39204	29	Europe/Paris
6433547	Écleux	ecleux	Ecleux,Écleux		FR	27	39	391	39206	222	Europe/Paris
6433548	Équevillon	equevillon	Ekvillon,Equevillon,ai qu ai wei long,Équevillon,Еквіллон,埃屈埃维隆		FR	27	39	392	39210	582	Europe/Paris
6433549	Esserval-Tartre	esserval-tartre	Eserval Tartr,Esserval'-Tartr,Esserval-Tartre,ai sai er wa ta er te er,Есервал Тартр,Ессерваль-Тартр,埃塞尔瓦塔尔特尔		FR	27	39	392	39214	117	Europe/Paris
6433551	Étival	etival	Etival,Etival'-le-Ronsho,Etival-les-Ronchaux,ai di wa,Étival,Étival-les-Ronchaux,Етивал,Етіваль-ле-Роншо,埃蒂瓦		FR	27	39	393	39216	307	Europe/Paris
6433552	Évans	evans	Evan,Evans,ai wang,Еван,埃旺		FR	27	39	391	39219	640	Europe/Paris
6433553	Falletans	falletans	Falletans		FR	27	39	391	39220	391	Europe/Paris
6433554	Fay-en-Montagne	fay-en-montagne	Fay-en-Montagne		FR	27	39	391	39222	86	Europe/Paris
6433557	Foncine-le-Bas	foncine-le-bas	Foncine-le-Bas,Fonsin-le-Ba,feng sang lai ba,Фонсін-ле-Ба,丰桑莱巴		FR	27	39	392	39227	198	Europe/Paris
6433559	Fontainebrux	fontainebrux	Fontainebrux,Fontenbri,Fontenbrju,feng tai nei bu lu,Фонтенбри,Фонтенбрю,丰泰内布吕		FR	27	39	392	39229	201	Europe/Paris
6433560	Fontenu	fontenu	Fontenu		FR	27	39	392	39230	74	Europe/Paris
6433561	Foulenay	foulenay	Foulenay,Fulene,Fulne,fu lei nai,Фулене,Фулне,富勒奈		FR	27	39	392	39234	85	Europe/Paris
6433562	Fraisans	fraisans	Fraisans,Frezan,fu lai sang,Фрезан,弗赖桑		FR	27	39	391	39235	1228	Europe/Paris
6433563	Francheville	francheville			FR	27	39	392	39236	51	Europe/Paris
6433564	Fraroz	fraroz	Fraro,fu la luo,Фраро,弗拉罗		FR	27	39	392	39237	48	Europe/Paris
6433565	Frébuans	frebuans			FR	27	39	392	39241	376	Europe/Paris
6433567	Frontenay	frontenay	Frontenay,Frontene,fu long te nai,Фронтене,弗龙特奈		FR	27	39	392	39244	178	Europe/Paris
6433568	Gendrey	gendrey	Gendrey,Zhandre,rang de lei,Жандре,让德雷		FR	27	39	391	39246	430	Europe/Paris
6433571	Geruge	geruge	Geruge,Zherizh,Zherjuzh,re lu ge,Жериж,Жерюж,热吕格		FR	27	39	392	39250	170	Europe/Paris
6433572	Gevingey	gevingey	Gevingey,Zhevenzhe,re wan re,Жевенже,热万热		FR	27	39	392	39251	453	Europe/Paris
6433573	Gevry	gevry	Gevry,Zhevri,re fu li,Жеври,Жеврі,热夫里		FR	27	39	391	39252	685	Europe/Paris
6433574	Gillois	gillois	Gillois,Zhijua,Zhiloa,ji lu wa,Жилоа,Жіюа,吉卢瓦		FR	27	39	392	39254	131	Europe/Paris
6433575	Gizia	gizia	Gizia		FR	27	39	392	39255	237	Europe/Paris
6433576	Grange-de-Vaivre	grange-de-vaivre			FR	27	39	391	39259	37	Europe/Paris
6433578	Graye-et-Charnay	graye-et-charnay	Graye-et-Charnay		FR	27	39	392	39261	138	Europe/Paris
6433579	Gredisans	gredisans			FR	27	39	391	39262	137	Europe/Paris
6433580	Grozon	grozon	Grozon,ge luo zong,Грозон,格罗宗		FR	27	39	391	39263	428	Europe/Paris
6433582	Hautecour	hautecour	Hautecour,Otkur,ao tai ku,Откур,奥泰库		FR	27	39	392	39265	190	Europe/Paris
6433583	Ivory	ivory	Ivory		FR	27	39	391	39267	94	Europe/Paris
6433584	Ivrey	ivrey	Ivre,Ivrey,yi fu lei,Івре,Ивре,伊夫雷		FR	27	39	391	39268	63	Europe/Paris
6433585	Jeurre	jeurre	Jeurre,Zherr,re er,Жерр,热尔		FR	27	39	393	39269	271	Europe/Paris
6433586	Jouhe	jouhe	Jouhe		FR	27	39	391	39270	557	Europe/Paris
6433587	Ladoye-sur-Seille	ladoye-sur-seille	Ladoye-sur-Seille,Ladua-sjur-Sej,sai er he pan la du wa ai,Ладуа-сюр-Сей,لاڈوی-سور-سیلی,塞尔河畔拉杜瓦埃		FR	27	39	392	39272	54	Europe/Paris
6433588	Montlainsia	montlainsia	Len,Montlainsia,lan zhen,layns,Лен,لائنس,兰镇		FR	27	39	392	39273	247	Europe/Paris
6433589	Lajoux	lajoux	Lajoux,Lazhu,la ru,lajwks  jwra  franky,Лажу,لاجوکس، جورا، فرانکی,拉茹		FR	27	39	393	39274	250	Europe/Paris
6433590	Lamoura	lamoura	Lamoura		FR	27	39	393	39275	630	Europe/Paris
6433591	Largillay-Marsonnay	largillay-marsonnay	Largillay-Marsonnay,Larzhie-Marsonne,la er ji lai ma er suo nai,largylay-marswnay,Ларжіє-Марсонне,لارگیلای-مارسونای,拉尔吉莱马尔索奈		FR	27	39	392	39278	163	Europe/Paris
6433592	Larnaud	larnaud	Larnaud,Larno,la er nuo,Ларно,لارنوڈ,拉尔诺		FR	27	39	392	39279	599	Europe/Paris
6433593	Larrivoire	larrivoire	Larrivuar,la er li wa er,larywwyry,Ларривуар,لاریوویری,拉尔里瓦尔		FR	27	39	393	39280	109	Europe/Paris
6433594	Lavangeot	lavangeot	Lavangeot		FR	27	39	391	39284	135	Europe/Paris
6433595	Lavans-lès-Dole	lavans-les-dole	Lavan-le-Dol',Lavans-les-Dole,Lavans-lès-Dole,la wang lai duo er,Лаван-ле-Доль,拉旺莱多尔		FR	27	39	391	39285	322	Europe/Paris
6433596	Lavans-lès-Saint-Claude	lavans-les-saint-claude	Lavan-le-Sen-Klod,Lavans-les-Saint-Claude,Lavans-lès-Saint-Claude,la wang lai sheng ke luo de,Лаван-ле-Сен-Клод,拉旺莱圣克洛德		FR	27	39	393	39286	2498	Europe/Paris
6433598	Lavigny	lavigny	Lavigny,Lavin'i,la wei ni,Лавіньї,拉维尼		FR	27	39	392	39288	375	Europe/Paris
6433599	Lect	lect	Lect,Lek,lai ke,Лек,莱克		FR	27	39	393	39289	353	Europe/Paris
6433600	Valzin en Petite Montagne	valzin-en-petite-montagne			FR	27	39	392	39290	493	Europe/Paris
6433601	Lemuy	lemuy	Lemjui,Lemuy,lai mi yi,Лемюї,莱米伊		FR	27	39	391	39291	237	Europe/Paris
6433602	Leschères	lescheres			FR	27	39	393	39293	211	Europe/Paris
6433604	Loisia	loisia	Luazija,lu wa xi ya,Луазія,卢瓦西亚		FR	27	39	392	39295	166	Europe/Paris
6433605	Longchaumois	longchaumois	Longchaumois,Lonshomua,long ge shao mu wa,Лоншомуа,隆格绍穆瓦		FR	27	39	393	39297	1179	Europe/Paris
6433606	Longcochon	longcochon			FR	27	39	392	39298	62	Europe/Paris
6433607	Longwy-sur-le-Doubs	longwy-sur-le-doubs	Longwy-sur-le-Doubs,Lonvi-sjur-le-Du,lai-du bu he pan long ge wei,Лонві-сюр-ле-Ду,莱-杜布河畔隆格维		FR	27	39	391	39299	513	Europe/Paris
6433608	Lons-le-Saunier	lons-le-saunier	Lons-le-Saunier		FR	27	39	392	39300	17364	Europe/Paris
6433609	Loulle	loulle	Lul',lu er,Луль,卢尔		FR	27	39	392	39301	172	Europe/Paris
6433610	Louvatange	louvatange	Louvatange		FR	27	39	391	39302	98	Europe/Paris
6433612	Macornay	macornay	Macornay,Makorne,ma ke er nai,mykwrnay,Макорне,میکورنای,马科尔奈		FR	27	39	392	39306	980	Europe/Paris
6433613	Maisod	maisod			FR	27	39	393	39307	328	Europe/Paris
6433614	Malange	malange			FR	27	39	391	39308	323	Europe/Paris
6433616	Mantry	mantry	Mantri,Mantry,mang te li,Мантрі,芒特里		FR	27	39	392	39310	449	Europe/Paris
6433617	Marigna-sur-Valouse	marigna-sur-valouse	Marigna-sur-Valouse,Marin'ja-sjur-Valuz,wa lu si he pan ma li ni ya,Маринья-сюр-Валуз,瓦卢斯河畔马里尼亚		FR	27	39	392	39312	118	Europe/Paris
6433618	Marigny	marigny	Marigny,Marin'i,ma li ni,Мариньї,马里尼		FR	27	39	392	39313	200	Europe/Paris
6433619	Marnézia	marnezia	Marnezia,Marnézia		FR	27	39	392	39314	95	Europe/Paris
6433620	Marnoz	marnoz	Marnoz		FR	27	39	391	39315	407	Europe/Paris
6433621	Martigna	martigna	Martigna		FR	27	39	393	39318	199	Europe/Paris
6433622	Mathenay	mathenay	Mathenay		FR	27	39	391	39319	140	Europe/Paris
6433623	Maynal	maynal	Maynal		FR	27	39	392	39320	342	Europe/Paris
6433624	Menotey	menotey	Menotey		FR	27	39	391	39323	298	Europe/Paris
6433625	Mérona	merona	Merona,Mérona		FR	27	39	392	39324	9	Europe/Paris
6433626	Mesnay	mesnay	Mene,Mesnay,mei si nai,Мене,梅斯奈		FR	27	39	391	39325	579	Europe/Paris
6433627	Mesnois	mesnois	Menua,Mesnois,mei si nu wa,Менуа,梅斯努瓦		FR	27	39	392	39326	192	Europe/Paris
6433628	Messia-sur-Sorne	messia-sur-sorne			FR	27	39	392	39327	842	Europe/Paris
6433629	Meussia	meussia	Messija,Meussia,mo xi ya,Мессія,默西亚		FR	27	39	393	39328	424	Europe/Paris
6433630	Mièges	mieges	Mezh,mi ye re,Мєж,米耶热		FR	27	39	392	39329	155	Europe/Paris
6433631	Miéry	miery	Meri,mi ai li,Мєрі,米埃里		FR	27	39	391	39330	153	Europe/Paris
6433634	Moirans-en-Montagne	moirans-en-montagne	Moirans-en-Montagne,Muaran-an-Montan',meng ta ni de qu mu wa lang,Муаран-ан-Монтань,蒙塔尼地区穆瓦朗		FR	27	39	393	39333	2092	Europe/Paris
6433635	Moiron	moiron			FR	27	39	392	39334	132	Europe/Paris
6433636	Moissey	moissey	Moissey		FR	27	39	391	39335	557	Europe/Paris
6433637	Molain	molain	Molain,Molen,mo lan,Молен,莫兰		FR	27	39	391	39336	108	Europe/Paris
6433638	Molamboz	molamboz	Molamboz		FR	27	39	391	39337	89	Europe/Paris
6433639	Chassal-Molinges	chassal-molinges	Chassal-Molinges,Molenzh,mo lan re,Моленж,莫兰热		FR	27	39	393	39339	1137	Europe/Paris
6433640	Monay	monay	Monay		FR	27	39	391	39342	126	Europe/Paris
6433641	Monnetay	monnetay	Monnetay		FR	27	39	392	39343	14	Europe/Paris
6433642	Monnet-la-Ville	monnet-la-ville	Monne-la-Vil',mo nei la wei er,Монне-ла-Віль,莫内拉维尔		FR	27	39	392	39344	347	Europe/Paris
6433643	Monnières	monnieres	Monn'er,Monnieres,Monnières,mo ni ai,Монньєр,莫尼埃		FR	27	39	391	39345	425	Europe/Paris
6433644	Montagna-le-Reconduit	montagna-le-reconduit	Montagna-le-Reconduit,Montan'ja-le-Rekondjui,meng ta ni ya lai lei kong di yi,Монтанья-ле-Рекондюї,蒙塔尼亚莱雷孔迪伊		FR	27	39	392	39346	118	Europe/Paris
6433646	Montaigu	montaigu	Montaigu,Montegju,meng tai ju,Монтегю,蒙泰居		FR	27	39	392	39348	451	Europe/Paris
6433647	Montain	montain	Montain		FR	27	39	392	39349	518	Europe/Paris
6433648	Montbarrey	montbarrey	Monbarre,Montbarrey,meng ba er lei,Монбарре,蒙巴尔雷		FR	27	39	391	39350	317	Europe/Paris
6433649	Montcusel	montcusel	Montcusel		FR	27	39	393	39351	163	Europe/Paris
6433650	Monteplain	monteplain			FR	27	39	391	39352	136	Europe/Paris
6433651	Montfleur	montfleur	Monfler,Montfleur,meng te fu lei,Монфлер,蒙特夫勒		FR	27	39	392	39353	190	Europe/Paris
6433652	Montholier	montholier	Montholier		FR	27	39	391	39354	354	Europe/Paris
6433653	Montigny-lès-Arsures	montigny-les-arsures	Montigny-les-Arsures,Montigny-lès-Arsures		FR	27	39	391	39355	264	Europe/Paris
6433654	Montigny-sur-l'Ain	montigny-sur-l-ain	Montigny-sur-l'Ain		FR	27	39	392	39356	195	Europe/Paris
6433655	Montmirey-la-Ville	montmirey-la-ville			FR	27	39	391	39360	179	Europe/Paris
6433656	Montmirey-le-Château	montmirey-le-chateau	Monmire-le-Shato,Montmirey-le-Chateau,Montmirey-le-Château,meng te mi lei lai sha tuo,Монміре-ле-Шато,蒙特米雷莱沙托		FR	27	39	391	39361	194	Europe/Paris
6433657	Montmorot	montmorot			FR	27	39	392	39362	3025	Europe/Paris
6433658	Montrevel	montrevel	Montrevel		FR	27	39	392	39363	94	Europe/Paris
6433659	Mont-sous-Vaudrey	mont-sous-vaudrey	Mont-sous-Vaudrey		FR	27	39	391	39365	1253	Europe/Paris
6433660	Mont-sur-Monnet	mont-sur-monnet	Mon-sjur-Monne,mo nei he pan meng,Мон-сюр-Монне,莫内河畔蒙		FR	27	39	392	39366	248	Europe/Paris
6433661	Morbier	morbier	Morbe,mo er bi ye,Морбє,莫尔比耶		FR	27	39	393	39367	2306	Europe/Paris
6433662	Hauts de Bienne	hauts-de-bienne	Hauts de Bienne,More,mwrz,Море,مورز		FR	27	39	393	39368	5370	Europe/Paris
6433663	Mouchard	mouchard	Mouchard,Mushar,mu sha er,Мушар,穆沙尔		FR	27	39	391	39370	1116	Europe/Paris
6433664	Moutonne	moutonne			FR	27	39	392	39375	131	Europe/Paris
6433665	Moutoux	moutoux	Moutoux		FR	27	39	392	39376	70	Europe/Paris
6433667	Nance	nance	Nance,Nans,Нанс		FR	27	39	392	39379	511	Europe/Paris
6433668	Nancuise	nancuise	Nancuise,Nankjuiz,nan qu yi si,Нанкюїз,南屈伊斯		FR	27	39	392	39380	45	Europe/Paris
6433670	Neuvilley	neuvilley	Neuvilley		FR	27	39	391	39386	86	Europe/Paris
6433671	Nevy-sur-Seille	nevy-sur-seille	Nevi-sjur-Sej,Nevy-sur-Seille,sai er he pan na wei,Неві-сюр-Сей,塞尔河畔纳维		FR	27	39	392	39388	212	Europe/Paris
6433672	Ney	ney	Ney		FR	27	39	392	39389	566	Europe/Paris
6433673	Nogna	nogna	Nogna,Non'ja,nuo ni ya,Нонья,诺尼亚		FR	27	39	392	39390	294	Europe/Paris
6433674	Nozeroy	nozeroy	Nozeroy		FR	27	39	392	39391	436	Europe/Paris
6433675	Offlanges	offlanges	Offlanges		FR	27	39	391	39392	198	Europe/Paris
6433676	Onglières	onglieres	Onglieres,Onglières		FR	27	39	392	39393	65	Europe/Paris
6433677	Onoz	onoz	Onoz,ao nuo,Оноз,奥诺		FR	27	39	392	39394	74	Europe/Paris
6433679	Orgelet	orgelet	Orgelet,Orzhele,ao er re lai,Оржеле,奥尔热莱		FR	27	39	392	39397	1583	Europe/Paris
6433680	Ounans	ounans	Ounans,Unan,wu nan,Унан,乌南		FR	27	39	391	39399	367	Europe/Paris
6433681	Our	our	Our,Ur,wu zhen,Ур,乌镇		FR	27	39	391	39400	139	Europe/Paris
6433682	Oussières	oussieres	Oussieres,Oussières		FR	27	39	391	39401	230	Europe/Paris
6433683	Pagney	pagney	Pagney		FR	27	39	391	39402	337	Europe/Paris
6433684	Pagnoz	pagnoz	Pagnoz		FR	27	39	391	39403	234	Europe/Paris
6433685	Pannessières	pannessieres	Pannessieres,Pannessières		FR	27	39	392	39404	481	Europe/Paris
6433686	Parcey	parcey	Parcey,Parse,pa er sai,Парсе,帕尔塞		FR	27	39	391	39405	961	Europe/Paris
6433687	Passenans	passenans	Passenans		FR	27	39	392	39407	350	Europe/Paris
6433688	Patornay	patornay	Patornay		FR	27	39	392	39408	139	Europe/Paris
6433689	Peintre	peintre	Peintre		FR	27	39	391	39409	123	Europe/Paris
6433690	Perrigny	perrigny	Perrigny,Perrin'i,pei er li ni,Перриньї,佩尔里尼		FR	27	39	392	39411	1526	Europe/Paris
6433691	Picarreau	picarreau	Picarreau		FR	27	39	391	39418	103	Europe/Paris
6433692	Pillemoine	pillemoine	Piemuan,Pillemoine,pi lai mu wan,Піємуан,皮莱穆万		FR	27	39	392	39419	57	Europe/Paris
6433693	Pimorin	pimorin	Pimorin		FR	27	39	392	39420	193	Europe/Paris
6433694	Plainoiseau	plainoiseau	Plainoiseau		FR	27	39	392	39422	529	Europe/Paris
6433695	Plaisia	plaisia	Plaisia,Plezija,pu lai xi ya,Плезія,普莱西亚		FR	27	39	392	39423	111	Europe/Paris
6433696	Plasne	plasne	Plasne		FR	27	39	391	39426	224	Europe/Paris
6433697	Plénise	plenise	Plenise,Plénise		FR	27	39	392	39427	63	Europe/Paris
6433698	Plénisette	plenisette	Plenisette,Plénisette		FR	27	39	392	39428	24	Europe/Paris
6433699	Pleure	pleure	Pleure		FR	27	39	391	39429	424	Europe/Paris
6433700	Plumont	plumont	Plumont		FR	27	39	391	39430	103	Europe/Paris
6433701	Poids-de-Fiole	poids-de-fiole	Poids-de-Fiole,Puad-de-Fjol',pu wa de de fei ao er,Пуад-де-Фйоль,普瓦德德菲奥尔		FR	27	39	392	39431	330	Europe/Paris
6433702	Pointre	pointre	Pointre		FR	27	39	391	39432	125	Europe/Paris
6433778	Toulouse-le-Château	toulouse-le-chateau			FR	27	39	392	39533	221	Europe/Paris
6433703	Pont-de-Poitte	pont-de-poitte	Pon-de-Puatt,Pont-de-Poitte,peng de pu wa te,Пон-де-Пуатт,蓬德普瓦特		FR	27	39	392	39435	653	Europe/Paris
6433704	Pont-d'Héry	pont-d-hery	Pont-d'Hery,Pont-d'Héry		FR	27	39	391	39436	236	Europe/Paris
6433705	Pont-du-Navoy	pont-du-navoy	Pon-dju-Navua,Pont-du-Navoy,peng di na wa,Пон-дю-Навуа,蓬迪纳瓦		FR	27	39	392	39437	267	Europe/Paris
6433707	Port-Lesney	port-lesney	Port-Lesney		FR	27	39	391	39439	538	Europe/Paris
6433709	Prémanon	premanon	Premanon,Prémanon,pu lei mang weng,Преманон,普雷芒翁		FR	27	39	393	39441	1182	Europe/Paris
6433711	Présilly	presilly	Presilly,Prezii,Présilly,pu lei xi li,Презії,普雷西利		FR	27	39	392	39443	130	Europe/Paris
6433712	Pretin	pretin	Pretin		FR	27	39	391	39444	62	Europe/Paris
6433713	Publy	publy	Publy		FR	27	39	392	39445	285	Europe/Paris
6433714	Pupillin	pupillin	Pjupien,Pupillin,pi pi lan,Пюпієн,皮皮兰		FR	27	39	391	39446	240	Europe/Paris
6433715	Quintigny	quintigny	Quintigny		FR	27	39	392	39447	241	Europe/Paris
6433716	Rainans	rainans	Rainans		FR	27	39	391	39449	270	Europe/Paris
6433717	Ranchot	ranchot	Ranchot		FR	27	39	391	39451	486	Europe/Paris
6433718	Rans	rans	Rans		FR	27	39	391	39452	538	Europe/Paris
6433719	Ravilloles	ravilloles	Ravilloles		FR	27	39	393	39453	488	Europe/Paris
6433720	Reithouse	reithouse	Reithouse		FR	27	39	392	39455	63	Europe/Paris
6433721	Relans	relans	Relans		FR	27	39	392	39456	341	Europe/Paris
6433722	Revigny	revigny	Revigny,Revin'i,lei wei ni,Ревіньї,勒维尼		FR	27	39	392	39458	249	Europe/Paris
6433723	Rix	rix	Riks,Rix,li zhen,Рикс,里镇		FR	27	39	392	39461	72	Europe/Paris
6433724	Rochefort-sur-Nenon	rochefort-sur-nenon	Rochefort-sur-Nenon,Roshfor-sjur-Nenon,na nong he pan luo xie fu er,Рошфор-сюр-Ненон,纳农河畔罗谢福尔		FR	27	39	391	39462	662	Europe/Paris
6433725	Rogna	rogna	Ron'ja,luo ni ya,Ронья,罗尼亚		FR	27	39	393	39463	226	Europe/Paris
6433726	Romange	romange	Romange		FR	27	39	391	39465	198	Europe/Paris
6433727	Rosay	rosay	Rosay,Roze,luo sai,Розе,罗赛		FR	27	39	392	39466	125	Europe/Paris
6433728	Rotalier	rotalier	Rotal'e,Rotalier,luo ta li ye,Ротальє,罗塔利耶		FR	27	39	392	39467	166	Europe/Paris
6433729	Rothonay	rothonay	Rotone,luo tuo nai,Ротоне,罗托奈		FR	27	39	392	39468	133	Europe/Paris
6433730	Rouffange	rouffange	Rouffange		FR	27	39	391	39469	103	Europe/Paris
6433731	Ruffey-sur-Seille	ruffey-sur-seille	Ruffey-sur-Seille		FR	27	39	392	39471	722	Europe/Paris
6433732	Rye	rye	Ri,Rye,li ai,Рі,里埃		FR	27	39	392	39472	217	Europe/Paris
6433733	Saffloz	saffloz	Safflo,Saffloz,sa fu luo,sfflwz,Саффло,سففلوز,萨夫洛		FR	27	39	392	39473	108	Europe/Paris
6433734	Sainte-Agnès	sainte-agnes			FR	27	39	392	39474	355	Europe/Paris
6433735	Saint-Aubin	saint-aubin	Saint-Aubin,Sent-Oben,sheng ao ban,Сент-Обен,سینٹ-ابن، زرا,圣奥班		FR	27	39	391	39476	1798	Europe/Paris
6433736	Saint-Baraing	saint-baraing	Saint-Baraing		FR	27	39	391	39477	264	Europe/Paris
6433737	Saint-Didier	saint-didier	Saint-Didier		FR	27	39	392	39480	274	Europe/Paris
6433738	Saint-Germain-en-Montagne	saint-germain-en-montagne	Saint-Germain-en-Montagne		FR	27	39	392	39481	423	Europe/Paris
6433742	Saint-Lamain	saint-lamain	Saint-Lamain,Sen-Lamen,sheng la man,Сен-Ламен,سینٹ-لمین,圣拉曼		FR	27	39	392	39486	116	Europe/Paris
6433744	Saint-Lothain	saint-lothain	Saint-Lothain,Sen-Loten,sheng luo tan,Сен-Лотен,سینٹ-لوٹھائیں,圣洛坦		FR	27	39	391	39489	473	Europe/Paris
6433745	Coteaux du Lizon	coteaux-du-lizon	Coteaux du Lizon,Sen-Ljupisen,sheng lu pi sang,Сен-Люпісен,سینٹ-لپکن,圣吕皮桑		FR	27	39	393	39491	2390	Europe/Paris
6433746	Saint-Maur	saint-maur	Saint-Maur,Sen-Mor,sheng mo,Сен-Мор,سینٹ-موڑ، زرا,圣莫		FR	27	39	392	39492	233	Europe/Paris
6433747	Saint-Thiébaud	saint-thiebaud	Saint-Thiebaud,Saint-Thiébaud		FR	27	39	391	39495	60	Europe/Paris
6433748	Saizenay	saizenay			FR	27	39	391	39497	98	Europe/Paris
6433749	Saligney	saligney	Saligney		FR	27	39	391	39499	186	Europe/Paris
6433750	Salins-les-Bains	salins-les-bains	Salins-les-Bains		FR	27	39	391	39500	2652	Europe/Paris
6433751	Sampans	sampans	Sampan,sang pang,Сампан,桑庞		FR	27	39	391	39501	1154	Europe/Paris
6433752	Santans	santans	Santans		FR	27	39	391	39502	305	Europe/Paris
6433753	Sapois	sapois	Sapois		FR	27	39	392	39503	368	Europe/Paris
6433754	Sarrogna	sarrogna	Sarrogna		FR	27	39	392	39504	233	Europe/Paris
6433755	Saugeot	saugeot	Saugeot		FR	27	39	392	39505	65	Europe/Paris
6433757	Séligney	seligney			FR	27	39	391	39507	76	Europe/Paris
6433759	Septmoncel les Molunes	septmoncel-les-molunes	Septmoncel les Molunes		FR	27	39	393	39510	843	Europe/Paris
6433760	Sergenaux	sergenaux	Sergenaux		FR	27	39	392	39511	69	Europe/Paris
6433761	Sergenon	sergenon	Sergenon		FR	27	39	392	39512	53	Europe/Paris
6433762	Sermange	sermange			FR	27	39	391	39513	257	Europe/Paris
6433763	Serre-les-Moulières	serre-les-moulieres	Serre-les-Moulieres,Serre-les-Moulières		FR	27	39	391	39514	189	Europe/Paris
6433764	Sirod	sirod	Siro,Sirod,xi luo,Сіро,西罗		FR	27	39	392	39517	533	Europe/Paris
6433765	Songeson	songeson	Songeson,Sonzhezon,song re song,Сонжезон,松热松		FR	27	39	392	39518	69	Europe/Paris
6433766	Soucia	soucia	Soucia		FR	27	39	392	39519	192	Europe/Paris
6433767	Souvans	souvans	Souvans,Suvan,su wang,Суван,苏旺		FR	27	39	391	39520	483	Europe/Paris
6433768	Supt	supt	Sjut,Supt,xu pu,Сют,叙普		FR	27	39	392	39522	103	Europe/Paris
6433769	Syam	syam	Syam		FR	27	39	392	39523	190	Europe/Paris
6433771	Tassenières	tassenieres	Tassen'er,Tassenieres,Tassenières,ta sai ni ai,Тассеньєр,塔塞尼埃		FR	27	39	391	39525	394	Europe/Paris
6433772	Tavaux	tavaux	Tavaux		FR	27	39	391	39526	3908	Europe/Paris
6433773	Taxenne	taxenne			FR	27	39	391	39527	104	Europe/Paris
6433776	Thoiria	thoiria	Thoiria		FR	27	39	392	39531	198	Europe/Paris
6433777	Thoissia	thoissia	Thoissia		FR	27	39	392	39532	34	Europe/Paris
6433779	Tourmont	tourmont	Tourmont,Turmon,tu er meng,Турмон,图尔蒙		FR	27	39	391	39535	471	Europe/Paris
6433780	Uxelles	uxelles	Juksel',Uxelles,yu ke sai lai,Юксель,于克塞莱		FR	27	39	392	39538	53	Europe/Paris
6433781	Valempoulières	valempoulieres	Valampul'er,Valempoulieres,Valempoulières,wa lang pu li ai,Валампульєр,瓦朗普利埃		FR	27	39	392	39540	203	Europe/Paris
6433783	Vannoz	vannoz	Vannoz		FR	27	39	392	39543	203	Europe/Paris
6433785	Vaux-lès-Saint-Claude	vaux-les-saint-claude	Vo-le-Sen-Klod,wawks las snt klwd,wo lai sheng ke luo de,Во-ле-Сен-Клод,واوکس لاس سنت کلود,沃莱圣克洛德		FR	27	39	393	39547	699	Europe/Paris
6433786	Vaux-sur-Poligny	vaux-sur-poligny	Vaux-sur-Poligny,Vo-sjur-Polin'i,bo li ni he pan wo,wawks swr plygny,Во-сюр-Поліньї,واوکس سور پلیگنی,波利尼河畔沃		FR	27	39	391	39548	83	Europe/Paris
6433788	Verges	verges	Verges,Verzh,wei er re,wrgs  ywra,Верж,ورگس، یورا,韦尔热		FR	27	39	392	39550	192	Europe/Paris
6433789	Véria	veria	Veria,Véria		FR	27	39	392	39551	118	Europe/Paris
6433790	Vernantois	vernantois	Vernantois,Vernantua,wei er nan tu wa,wrnntys,Вернантуа,ورننتیس,韦尔南图瓦		FR	27	39	392	39552	340	Europe/Paris
6433791	Vers-en-Montagne	vers-en-montagne	Ve-an-Montan',Vers-en-Montagne,meng ta ni de qu wei er,Ве-ан-Монтань,蒙塔尼地区韦尔		FR	27	39	392	39554	239	Europe/Paris
6433792	Vers-sous-Sellières	vers-sous-sellieres	Vers-sous-Sellieres,Vers-sous-Sellières		FR	27	39	392	39555	237	Europe/Paris
6433793	Vertamboz	vertamboz	Vertamboz		FR	27	39	392	39556	92	Europe/Paris
6433794	Vescles	vescles	Vescles,Veskl',wei si ke lai,Вескль,韦斯克莱		FR	27	39	392	39557	196	Europe/Paris
6433795	Vevy	vevy	Vevy		FR	27	39	392	39558	265	Europe/Paris
6433796	Villard-Saint-Sauveur	villard-saint-sauveur	Villard-Saint-Sauveur		FR	27	39	393	39560	618	Europe/Paris
6433797	Villards-d'Héria	villards-d-heria	Villards-d'Heria,Villards-d'Héria		FR	27	39	393	39561	425	Europe/Paris
6433800	Villeneuve-d'Aval	villeneuve-d-aval	Villeneuve-d'Aval		FR	27	39	391	39565	87	Europe/Paris
6433802	Villeneuve-sous-Pymont	villeneuve-sous-pymont	Vil'nev-su-Pimon,Villeneuve-sous-Pymont,wei lei na fu su pi meng,Вільнев-су-Пімон,维勒纳夫苏皮蒙		FR	27	39	392	39567	286	Europe/Paris
6433803	Villers-Farlay	villers-farlay	Ville-Farle,Villers-Farlay,wei lai er fa er lai,Вілле-Фарле,维莱尔法尔莱		FR	27	39	391	39569	669	Europe/Paris
6433804	Villers-Robert	villers-robert	Villers-Robert		FR	27	39	391	39571	231	Europe/Paris
6433805	Villette-lès-Arbois	villette-les-arbois	Villett-lez-Arbua,Villette-les-Arbois,Villette-lès-Arbois,wei lai te lai a er bu wa,Віллетт-лез-Арбуа,维莱特莱阿尔布瓦		FR	27	39	391	39572	383	Europe/Paris
6433806	Villette-lès-Dole	villette-les-dole	Villette-les-Dole,Villette-lès-Dole		FR	27	39	391	39573	769	Europe/Paris
6433807	Villevieux	villevieux	Vil've,wei lai wei e,Вільвє,维莱维厄		FR	27	39	392	39574	713	Europe/Paris
6433808	Val-Sonnette	val-sonnette	Val-Sonnette,Vensel',wan se lai,Венсель,万瑟莱		FR	27	39	392	39576	912	Europe/Paris
6433809	Vincent-Froideville	vincent-froideville	Vensan,Vincent-Froideville,wan sang,Венсан,万桑		FR	27	39	392	39577	391	Europe/Paris
6433810	Viry	viry	Viri,Viry,wei li,Вірі,维里		FR	27	39	393	39579	938	Europe/Paris
6433811	Vitreux	vitreux	Vitre,Vitreux,wei te lei,Вітре,维特勒		FR	27	39	391	39581	286	Europe/Paris
6433812	Voiteur	voiteur	Vuater,wa te,Вуатер,瓦特		FR	27	39	392	39582	748	Europe/Paris
6433813	Vosbles-Valfin	vosbles-valfin	Vobl',Vosbles-Valfin,wo si bu lai,Вобль,沃斯布莱		FR	27	39	392	39583	188	Europe/Paris
6433814	Vriange	vriange	Vriange		FR	27	39	391	39584	152	Europe/Paris
6433815	Vulvoz	vulvoz	Vulvoz		FR	27	39	393	39585	19	Europe/Paris
6433816	Aresches	aresches	Aresches		FR	27	39	391	39586	34	Europe/Paris
6433817	Gaas	gaas	Gaas		FR	75	40	401	40101	505	Europe/Paris
6433818	Gabarret	gabarret	Gabarret		FR	75	40	402	40102	1293	Europe/Paris
6433819	Gaillères	gailleres	Gaer,Gailleres,Gaillères,Galhera,Galhèra,gai lai lei,Гаер,Гаєр,盖莱雷		FR	75	40	402	40103	610	Europe/Paris
6433820	Gamarde-les-Bains	gamarde-les-bains	Gamard-le-Ben,Gamarda,Gamarde,Gamarde-les-Bains,jia ma er de lai ban,Гамард-ле-Бен,加马尔德莱班		FR	75	40	401	40104	1272	Europe/Paris
6433821	Garein	garein	Garein,Garen,Garenh,jia lan,Гарен,加兰		FR	75	40	402	40105	435	Europe/Paris
6433822	Garrey	garrey	Garrey		FR	75	40	401	40106	200	Europe/Paris
6433824	Gastes	gastes	Gastes		FR	75	40	402	40108	787	Europe/Paris
6433825	Gaujacq	gaujacq	Gaujac,Gaujacq,Gozhak,Гожак		FR	75	40	401	40109	438	Europe/Paris
6433826	Geaune	geaune	Geaune		FR	75	40	402	40110	676	Europe/Paris
6433827	Geloux	geloux	Gelos,Geloux,Gelós,Zhelu,re lu,Желу,热卢		FR	75	40	402	40111	714	Europe/Paris
6433828	Gibret	gibret	Gibret		FR	75	40	401	40112	102	Europe/Paris
6433829	Goos	goos	Goos		FR	75	40	401	40113	523	Europe/Paris
6433830	Gourbera	gourbera	Gourbera		FR	75	40	401	40114	367	Europe/Paris
6433831	Gousse	gousse	Gousse		FR	75	40	401	40115	324	Europe/Paris
6433832	Grenade-sur-l'Adour	grenade-sur-l-adour	Grenade-sur-l'Adour		FR	75	40	402	40117	2517	Europe/Paris
6433834	Hagetmau	hagetmau	Hagetmau		FR	75	40	402	40119	4664	Europe/Paris
6433835	Hastingues	hastingues	Asteng,Asting,Hastinga,Hastings,Hastingues,a si tan gai,Астенг,Астинг,阿斯坦盖		FR	75	40	401	40120	571	Europe/Paris
6433836	Hauriet	hauriet	Hauriet		FR	75	40	401	40121	277	Europe/Paris
6433837	Haut-Mauco	haut-mauco	Haut-Mauco,Mau Corn Haut,Mau Còrn Haut,Maucorn lo Haut,Maucòrn lo Haut,O-Moko,Ot Moko,ao mo ke,О-Моко,От Моко,奥莫科		FR	75	40	402	40122	944	Europe/Paris
6433838	Herm	herm	Erm,Herm,ai er mu,Èrm,Ерм,埃尔姆		FR	75	40	401	40123	1132	Europe/Paris
6433839	Herré	herre			FR	75	40	402	40124	141	Europe/Paris
6433840	Heugas	heugas	Heugas		FR	75	40	401	40125	1336	Europe/Paris
6433841	Hontanx	hontanx	Hontans,Hontanx,Ontan,weng tang,Онтан,翁唐		FR	75	40	402	40127	595	Europe/Paris
6433842	Horsarrieu	horsarrieu	Horsarrieu		FR	75	40	402	40128	688	Europe/Paris
6433843	Josse	josse	Josse		FR	75	40	401	40129	843	Europe/Paris
6433844	Labastide-Chalosse	labastide-chalosse	La Bastida de Pont-la-reina,La Bastida de Shalossa,La Bastida de Shalòssa,Labastid-Shaloss,Labastide-Chalosse,la ba si di de sha luo si,Лабастид-Шалосс,Лабастід-Шалосс,لاباسٹیڈ-چالوس,拉巴斯蒂德沙洛斯		FR	75	40	402	40130	149	Europe/Paris
6433845	Labastide-d'Armagnac	labastide-d-armagnac			FR	75	40	402	40131	686	Europe/Paris
6433846	Labenne	labenne	Labenne		FR	75	40	401	40133	6353	Europe/Paris
6433847	Labouheyre	labouheyre			FR	75	40	402	40134	2736	Europe/Paris
6433848	Labrit	labrit	Labri,Labrit,la bu li,Лабри,Лабрі,لابریٹ,拉布里		FR	75	40	402	40135	867	Europe/Paris
6433849	Lacajunte	lacajunte	Lacajunte		FR	75	40	402	40136	153	Europe/Paris
6433850	Lacquy	lacquy	Lacquy		FR	75	40	402	40137	278	Europe/Paris
6433851	Lacrabe	lacrabe	Lacrabe		FR	75	40	402	40138	259	Europe/Paris
6433852	Laglorieuse	laglorieuse	La Gloriosa,Laglor'ez,Laglorez,Laglorieuse,la ge luo li ye yu si,laglwrywsy,Лаглорьез,Лаглорєз,لاگلوریوسی,拉格洛里耶于斯		FR	75	40	402	40139	547	Europe/Paris
6433854	Lahosse	lahosse	Lahosse		FR	75	40	401	40141	327	Europe/Paris
6433855	Laluque	laluque	La Luca,Laljuk,Laluque,la lu qu ai,lalywqwy,Лалюк,لالیوقوی,拉吕屈埃		FR	75	40	401	40142	1014	Europe/Paris
6433856	Larbey	larbey	Larbe,Larbei,Larbey,la er bei,larby,Ларбе,لاربی,拉尔贝		FR	75	40	401	40144	247	Europe/Paris
6433857	Larrivière-Saint-Savin	larriviere-saint-savin	LArribera,LArribera de Sent Savin,LArribèra,LArribèra de Sent Savin,Larriv'er-Sen-Saven,Larriver-Sen-Saven,Larriviere,Larriviere-Saint-Savin,Larrivière,Larrivière-Saint-Savin,la er li wei ai sheng sa wan,larywyry-syn-sawyn,Ларривьер-Сен-Савен,Ларривєр-Сен-Савен,لاریویری-سین-ساوین,拉尔里维埃圣萨万		FR	75	40	402	40145	656	Europe/Paris
6433859	Laurède	laurede	Laurede,Laurède		FR	75	40	401	40147	395	Europe/Paris
6433860	Lauret	lauret	Lauret		FR	75	40	402	40148	87	Europe/Paris
6433861	Lencouacq	lencouacq	Lankuak,Lencoac,Lencouacq,lang ku a,Ланкуак,朗库阿		FR	75	40	402	40149	388	Europe/Paris
6433862	Lesgor	lesgor	Lesgor		FR	75	40	401	40151	443	Europe/Paris
6433863	Lesperon	lesperon	LEsperon,Lesperon,lai si po long,Лесперон,莱斯珀龙		FR	75	40	402	40152	1049	Europe/Paris
6433864	Le Leuy	le-leuy	Le Leuy		FR	75	40	401	40153	243	Europe/Paris
6433865	Lévignacq	levignacq	Levignacq,Levin'jak,Lo Binhac,Lévignacq,lai wei ni ya,Левиньяк,Левіньяк,莱维尼亚		FR	75	40	401	40154	316	Europe/Paris
6433866	Linxe	linxe	Lenks,Linca,Linxe,Linça,lan ke si,Ленкс,兰克斯		FR	75	40	401	40155	1459	Europe/Paris
6433867	Liposthey	liposthey	Liposthey		FR	75	40	402	40156	523	Europe/Paris
6433868	Lit-et-Mixe	lit-et-mixe	Lit-et-Mixe		FR	75	40	401	40157	1607	Europe/Paris
6433869	Losse	losse	Loss,Lossa,Lòssa,luo si,Лосс,洛斯		FR	75	40	402	40158	272	Europe/Paris
6433870	Louer	louer	Louer		FR	75	40	401	40159	292	Europe/Paris
6433871	Lourquen	lourquen	Lourquen		FR	75	40	401	40160	175	Europe/Paris
6433872	Lubbon	lubbon	Lubbon		FR	75	40	402	40161	109	Europe/Paris
6433873	Lucbardez-et-Bargues	lucbardez-et-bargues	Ljukbardez-e-Barg,Luc Bardes e Bargas,Luc Bardés e Bargas,Lucbardes e Bargas,Lucbardés e Bargas,lu ke ba er dai he ba er gai,Люкбардез-е-Барг,吕克巴尔代和巴尔盖		FR	75	40	402	40162	571	Europe/Paris
6433875	Retjons	retjons	Retzhon,lei te rong,Ретжон,雷特容		FR	75	40	402	40164	344	Europe/Paris
6433876	Luglon	luglon	Luglon		FR	75	40	402	40165	390	Europe/Paris
6433877	Luxey	luxey	Ljukse,Lucseir,Lucsèir,Luxey,lu ke sai,Люксе,吕克塞		FR	75	40	402	40167	666	Europe/Paris
6433878	Magescq	magescq	Magesc,Magescq,Mazhesk,ma re si,Мажеск,马热斯		FR	75	40	401	40168	2106	Europe/Paris
6433879	Maillas	maillas	Majas,Malhas,Malhàs,mai la,Маяс,迈拉		FR	75	40	402	40169	136	Europe/Paris
6433880	Maillères	mailleres			FR	75	40	402	40170	241	Europe/Paris
6433882	Mant	mant	Man,Mant,mang zhen,Ман,芒镇		FR	75	40	402	40172	271	Europe/Paris
6433883	Marpaps	marpaps			FR	75	40	401	40173	137	Europe/Paris
6433884	Mauries	mauries	Mauries		FR	75	40	402	40174	92	Europe/Paris
6433885	Maurrin	maurrin	Maurrin		FR	75	40	402	40175	446	Europe/Paris
6433887	Maylis	maylis	Mailis,Mailís,Maylis,Meli,mai li,Мели,Мелі,迈利		FR	75	40	401	40177	317	Europe/Paris
6433888	Mées	mees	Me,Mees,Merc,Mers,Merç,Mées,mei ai,Ме,梅埃		FR	75	40	401	40179	1786	Europe/Paris
6433889	Messanges	messanges	Massanjas,Messanges,Messanzh,mei sang re,Мессанж,梅桑热		FR	75	40	401	40181	965	Europe/Paris
6433890	Mézos	mezos	Mesos,Mesòs,Mezos,Mézos,mei zuo,Мезос,梅佐		FR	75	40	402	40182	837	Europe/Paris
6433891	Mimbaste	mimbaste	Mimbaste		FR	75	40	401	40183	1018	Europe/Paris
6433892	Miramont-Sensacq	miramont-sensacq			FR	75	40	402	40185	356	Europe/Paris
6433893	Misson	misson	Misson		FR	75	40	401	40186	767	Europe/Paris
6433894	Moliets-et-Maa	moliets-et-maa	Mol'ets-e-Maa,Mol'ets-eh-Maa,Moliets e Mar,Moliets-et-Maa,Moliets-et-Maâ,mo li ye te he ma a,morie=e=ma,Мольетс-е-Маа,Мольетс-э-Маа,Мольєтс-е-Маа,モリエ＝エ＝マー,莫利耶特和馬阿		FR	75	40	401	40187	1162	Europe/Paris
6433895	Momuy	momuy	Momuy		FR	75	40	402	40188	464	Europe/Paris
6433897	Mont-de-Marsan	mont-de-marsan	Mont-de-Marsan		FR	75	40	402	40192	29885	Europe/Paris
6433899	Montfort-en-Chalosse	montfort-en-chalosse	Montfort-en-Chalosse		FR	75	40	401	40194	1183	Europe/Paris
6433900	Montgaillard	montgaillard			FR	75	40	402	40195	636	Europe/Paris
6433901	Montsoué	montsoue			FR	75	40	402	40196	573	Europe/Paris
6433902	Morganx	morganx	Morganx		FR	75	40	402	40198	177	Europe/Paris
6433903	Mouscardès	mouscardes	Mouscardes,Mouscardès		FR	75	40	401	40199	261	Europe/Paris
6433904	Moustey	moustey	Mosteir,Mosteirs-Viganon,Mostèir,Mostèirs-Viganon,Moustey,Muste,mu si tai,Мусте,穆斯泰		FR	75	40	402	40200	689	Europe/Paris
6433905	Narrosse	narrosse	Narross,Narrossa,Narròssa,na er luo si,Нарросс,纳尔罗斯		FR	75	40	401	40202	3191	Europe/Paris
6433906	Nassiet	nassiet	Nassiet		FR	75	40	401	40203	354	Europe/Paris
6433907	Nerbis	nerbis	Nerbis		FR	75	40	401	40204	279	Europe/Paris
6433910	Oeyreluy	oeyreluy	Oeyreluy		FR	75	40	401	40207	1540	Europe/Paris
6433911	Onard	onard	Onard		FR	75	40	401	40208	374	Europe/Paris
6433912	Ondres	ondres	Ondres		FR	75	40	401	40209	5214	Europe/Paris
6433913	Onesse-Laharie	onesse-laharie	Onesse-Laharie		FR	75	40	402	40210	1001	Europe/Paris
6433914	Orist	orist	Orist		FR	75	40	401	40211	708	Europe/Paris
6433915	Orthevielle	orthevielle	Orthevielle		FR	75	40	401	40212	911	Europe/Paris
6433916	Orx	orx	Orcs,Orks,ao er,Òrcs,Оркс,奥尔		FR	75	40	401	40213	608	Europe/Paris
6433918	Ousse-Suzan	ousse-suzan	Ossa e Susan,Ousse-Suzan,Uss-Sjuzan,wu si xu cang,Усс-Сюзан,乌斯叙藏		FR	75	40	402	40215	273	Europe/Paris
6433919	Ozourt	ozourt	Ozourt		FR	75	40	401	40216	206	Europe/Paris
6433920	Parentis-en-Born	parentis-en-born	Parentis-en-Born		FR	75	40	402	40217	6094	Europe/Paris
6433921	Parleboscq	parleboscq	La Casa,Parlebosc,Parleboscq,Parlebosk,Parlebòsc,pa er lei bo si,Парлебоск,帕尔勒博斯		FR	75	40	402	40218	505	Europe/Paris
6433922	Payros-Cazautets	payros-cazautets	Payros-Cazautets		FR	75	40	402	40219	106	Europe/Paris
6433923	Pécorade	pecorade	Pecorade,Pécorade		FR	75	40	402	40220	141	Europe/Paris
6433924	Perquie	perquie	Perki,Perquia,Perquie,pei er qu ye,Перки,Перкі,佩尔屈耶		FR	75	40	402	40221	352	Europe/Paris
6433925	Peyre	peyre			FR	75	40	402	40223	248	Europe/Paris
6433926	Peyrehorade	peyrehorade	Peyrehorade		FR	75	40	401	40224	3673	Europe/Paris
6433928	Pimbo	pimbo	Pembo,Pimbo,pi mu bo,Пембо,皮姆博		FR	75	40	402	40226	210	Europe/Paris
6433929	Pissos	pissos	Pissos,Pissòs,pi suo,Писсос,Піссос,皮索		FR	75	40	402	40227	1431	Europe/Paris
6433930	Pomarez	pomarez	Pomarez		FR	75	40	401	40228	1541	Europe/Paris
6433931	Pontenx-les-Forges	pontenx-les-forges	Pontanks-le-Forzh,Pontens,Pontenx-les-Forges,peng tang lai fu er re,Понтанкс-ле-Форж,蓬唐莱福尔热		FR	75	40	402	40229	1559	Europe/Paris
6433932	Pontonx-sur-l'Adour	pontonx-sur-l-adour	Pontonx-sur-l'Adour		FR	75	40	401	40230	2764	Europe/Paris
6433933	Port-de-Lanne	port-de-lanne	Lanas,Por-de-Lann,Port-de-Lanne,bo er de lang,Пор-де-Ланн,波尔德朗		FR	75	40	401	40231	1042	Europe/Paris
6433934	Poudenx	poudenx	Poudenx		FR	75	40	402	40232	225	Europe/Paris
6433935	Pouillon	pouillon	Polhon,Pouillon,Pujon,pu yi long,Пуйон,普伊隆		FR	75	40	401	40233	3068	Europe/Paris
6433936	Pouydesseaux	pouydesseaux	Poi de Sauc,Poi de Sauç,Poidessauc,Poidessauç,Pouydesseaux,Puidesso,pu yi dai suo,Пуидессо,Пуїдессо,普伊代索		FR	75	40	402	40234	924	Europe/Paris
6433937	Poyanne	poyanne	Poiana,Poyanne,Puajann,pu wa ang,Пуаянн,普瓦昂		FR	75	40	401	40235	682	Europe/Paris
6433938	Poyartin	poyartin	Poyartin		FR	75	40	401	40236	859	Europe/Paris
6433939	Pujo-le-Plan	pujo-le-plan	Pujo-le-Plan		FR	75	40	402	40238	632	Europe/Paris
6433940	Puyol-Cazalet	puyol-cazalet	Puyol-Cazalet		FR	75	40	402	40239	109	Europe/Paris
6433941	Renung	renung	Renung		FR	75	40	402	40240	537	Europe/Paris
6433942	Rimbez-et-Baudiets	rimbez-et-baudiets	Rimbez-et-Baudiets		FR	75	40	402	40242	104	Europe/Paris
6433943	Rion-des-Landes	rion-des-landes	Arrion,Rion-des-Landes,Rjon-de-Land,li weng dai lang dai,Рйон-де-Ланд,里翁代朗代		FR	75	40	401	40243	2960	Europe/Paris
6433944	Rivière-Saas-et-Gourby	riviere-saas-et-gourby	Ribera dEngomer,Ribera-Saas e Gorbi,Ribèra dEngomèr,Ribèra-Saas e Gorbí,Riv'er-Saas-e-Gurbi,River-Saas-e-Gurbi,Riviere-Saas-et-Gourby,Rivière-Saas-et-Gourby,li wei ye lei-sa a he gu er bi,Ривьер-Саас-е-Гурби,Ривєр-Саас-е-Гурбі,里维耶雷-萨阿和古尔比		FR	75	40	401	40244	1228	Europe/Paris
6433945	Sabres	sabres	Sabr,sa bu lei,Сабр,سبریس، لنڈس,萨布雷		FR	75	40	402	40246	1178	Europe/Paris
6433947	Saint-Cricq-Chalosse	saint-cricq-chalosse	Sen-Krik-Shaloss,Sent Cric de Shalossa,Sent Cric de Shalòssa,Sent Cric de la Teulada,sheng ke li sha luo si,Сен-Крик-Шалосс,سینٹ-کرکق-چلوسسے,圣克里沙洛斯		FR	75	40	402	40253	638	Europe/Paris
6433948	Saint-Cricq-du-Gave	saint-cricq-du-gave			FR	75	40	401	40254	418	Europe/Paris
6433949	Saint-Cricq-Villeneuve	saint-cricq-villeneuve	Saint-Cricq-Villeneuve,Sen-Krik-Vil'nev,Sent Cric de Vilanava,Sent Cric-Vilanava,sheng ke li wei lei na fu,Сен-Крик-Вильнев,Сен-Крик-Вільнев,سینٹ-کرکق-ولنیوے,圣克里维勒纳夫		FR	75	40	402	40255	487	Europe/Paris
6433950	Saint-Étienne-d'Orthe	saint-etienne-d-orthe	Saint-Etienne-d'Orthe,Saint-Étienne-d'Orthe		FR	75	40	401	40256	703	Europe/Paris
6433951	Sainte-Eulalie-en-Born	sainte-eulalie-en-born	Sainte-Eulalie-en-Born,Sent-Elali-an-Born,Senta Auladia,Senta Auladia de Born,Senta Aulàdia,Senta Aulàdia de Bòrn,bo er en de qu sheng e la li ye,Сент-Елали-ан-Борн,Сент-Елалі-ан-Борн,سین-یلے-این -بورن,博尔恩地区圣厄拉利耶		FR	75	40	402	40257	1255	Europe/Paris
6433952	Saint-Gein	saint-gein			FR	75	40	402	40259	432	Europe/Paris
6433953	Saint-Geours-d'Auribat	saint-geours-d-auribat	Saint-Geours-d'Auribat		FR	75	40	401	40260	411	Europe/Paris
6433954	Saint-Geours-de-Maremne	saint-geours-de-maremne	Saint-Geours-de-Maremne,Sen-Zhur-de-Maremn,Sent Jors de Maremne,sheng ru er de ma lang en,Сен-Жур-де-Маремн,سینٹ-گورس-دے-مرمنے,圣茹尔德马朗恩		FR	75	40	401	40261	2631	Europe/Paris
6433955	Saint-Gor	saint-gor	Saint-Gor		FR	75	40	402	40262	306	Europe/Paris
6433956	Saint-Jean-de-Lier	saint-jean-de-lier	Saint-Jean-de-Lier		FR	75	40	401	40263	415	Europe/Paris
6433957	Saint-Jean-de-Marsacq	saint-jean-de-marsacq	Saint-Jean-de-Marsacq		FR	75	40	401	40264	1567	Europe/Paris
6433958	Saint-Julien-d'Armagnac	saint-julien-d-armagnac	Saint-Julien-d'Armagnac		FR	75	40	402	40265	107	Europe/Paris
6433959	Saint-Julien-en-Born	saint-julien-en-born	Saint-Julien-en-Born		FR	75	40	401	40266	1614	Europe/Paris
6433960	Saint-Justin	saint-justin	Sen-Zhusten,Sent Justin,sheng rui si tan,Сен-Жустен,سینٹ-جسٹن، لنڈس,圣瑞斯坦		FR	75	40	402	40267	975	Europe/Paris
6433962	Saint-Lon-les-Mines	saint-lon-les-mines	Saint-Lon-les-Mines		FR	75	40	401	40269	1195	Europe/Paris
6433963	Saint-Loubouer	saint-loubouer	Sen-Lubue,Sent Loboer,Sent Loboèr,sheng lu bu ai,Сен-Лубуе,سینٹ-لوبور,圣卢布埃		FR	75	40	402	40270	443	Europe/Paris
6433965	Saint-Martin-de-Hinx	saint-martin-de-hinx	Saint-Martin-de-Hinx		FR	75	40	401	40272	1407	Europe/Paris
6433966	Saint-Martin-de-Seignanx	saint-martin-de-seignanx	Saint-Martin-de-Seignanx,Sen-Marten-de-Sen'jan,Sent Martin de Senhans,sheng ma dan de sai ni ang,Сен-Мартен-де-Сеньян,سینٹ-مارٹن-دے-سےگننش,圣马丹德塞尼昂		FR	75	40	401	40273	5349	Europe/Paris
6433967	Saint-Martin-d'Oney	saint-martin-d-oney	Saint-Martin-d'Oney		FR	75	40	402	40274	1403	Europe/Paris
6433968	Saint-Maurice-sur-Adour	saint-maurice-sur-adour	Saint-Maurice-sur-Adour,Sen-Moris-sjur-Adur,Sent Maurici,Sent Maurici dAdor,a du he pan sheng mo li ke,Сен-Морис-сюр-Адур,سینٹ-موریس-سر-ادور,阿杜河畔圣莫里克		FR	75	40	402	40275	580	Europe/Paris
6433969	Saint-Michel-Escalus	saint-michel-escalus	Saint-Michel-Escalus		FR	75	40	401	40276	299	Europe/Paris
6433970	Saint-Pandelon	saint-pandelon	Saint-Pandelon		FR	75	40	401	40277	714	Europe/Paris
6433971	Saint-Paul-lès-Dax	saint-paul-les-dax	Saint-Paul-les-Dax,Saint-Paul-lès-Dax		FR	75	40	401	40279	13092	Europe/Paris
6433972	Saint-Perdon	saint-perdon	Sen-Perdon,Sent Perdon,sheng pei er dong,syn-prdwn,Сен-Пердон,سین-پردون,圣佩尔东		FR	75	40	402	40280	1706	Europe/Paris
6433973	Saint-Pierre-du-Mont	saint-pierre-du-mont	Saint-Pierre-du-Mont,Sen-P'err-dju-Mon,Sen-Perr-dju-Mon,Sent Per deu Mont,Sent Pèr deu Mont,sheng pi ye er di meng,Сен-Пьерр-дю-Мон,Сен-Пєрр-дю-Мон,سین-پیری-دو-مونٹ، لنڈس,圣皮耶尔迪蒙		FR	75	40	402	40281	9482	Europe/Paris
6433974	Saint-Sever	saint-sever			FR	75	40	402	40282	4958	Europe/Paris
6433975	Saint-Vincent-de-Tyrosse	saint-vincent-de-tyrosse	Saint-Vincent-de-Tyrosse		FR	75	40	401	40284	7630	Europe/Paris
6433976	Saint-Yaguen	saint-yaguen	Saint-Yaguen,Sent Jaguen,Sent Jàguen,Sent-Jagen,sheng yi a gai en,Сент-Яген,圣伊阿盖恩		FR	75	40	401	40285	630	Europe/Paris
6433977	Samadet	samadet	Samade,Samadet,Samadeth,Samadèth,sa ma dai,Самаде,萨马代		FR	75	40	402	40286	1149	Europe/Paris
6433978	Sanguinet	sanguinet	Sanguinet		FR	75	40	402	40287	4009	Europe/Paris
6433979	Sarbazan	sarbazan	Sarbasan,Sarbazan,sa er ba cang,Сарбазан,萨尔巴藏		FR	75	40	402	40288	1185	Europe/Paris
6433980	Sarraziet	sarraziet	Sarraziet		FR	75	40	402	40289	230	Europe/Paris
6433982	Saubion	saubion	Saubion		FR	75	40	401	40291	1381	Europe/Paris
6433983	Saubrigues	saubrigues	Saubrigues		FR	75	40	401	40292	1391	Europe/Paris
6433984	Saubusse	saubusse	Saubusse		FR	75	40	401	40293	1101	Europe/Paris
6433985	Saugnac-et-Cambran	saugnac-et-cambran	Saugnac-et-Cambran,Saunhac e Cambran,Son'jak-e-Kambran,suo ni ya ke he kang bu lang,Соньяк-е-Камбран,索尼亚克和康布朗		FR	75	40	401	40294	1552	Europe/Paris
6433986	Saugnacq-et-Muret	saugnacq-et-muret	Saugnacq-et-Muret,Saunhac e Lo Muret,Saunhac e lo Muret,Son'jak-e-Mjure,suo ni ya he mi lei,Соньяк-е-Мюре,索尼亚和米雷		FR	75	40	402	40295	1005	Europe/Paris
6433987	Seignosse	seignosse	Seignosse		FR	75	40	401	40296	3870	Europe/Paris
6433988	Serres-Gaston	serres-gaston	Serres-Gaston		FR	75	40	402	40298	389	Europe/Paris
6433989	Serreslous-et-Arribans	serreslous-et-arribans	Serreslous-et-Arribans		FR	75	40	402	40299	195	Europe/Paris
6433990	Seyresse	seyresse	Seireca,Seiressa,Seireça,Sejress,Seyresse,sai lei si,Сейресс,塞雷斯		FR	75	40	401	40300	897	Europe/Paris
6433991	Siest	siest	Siest		FR	75	40	401	40301	139	Europe/Paris
6433993	Solférino	solferino	Sol'ferino,Solferino,Solférino,Vilanava de la Boheira,Vilanava de la Bohèira,suo er fei li nuo,Сольферино,索尔费里诺		FR	75	40	402	40303	332	Europe/Paris
6433994	Soorts-Hossegor	soorts-hossegor	Soorts-Hossegor		FR	75	40	401	40304	3701	Europe/Paris
6433995	Sorbets	sorbets	Sorbets		FR	75	40	402	40305	198	Europe/Paris
6433996	Sorde-l'Abbaye	sorde-l-abbaye	Sorde-l'Abbaye		FR	75	40	401	40306	639	Europe/Paris
6433997	Sore	sore	Sore		FR	75	40	402	40307	1107	Europe/Paris
6433998	Sort-en-Chalosse	sort-en-chalosse			FR	75	40	401	40308	944	Europe/Paris
6433999	Souprosse	souprosse	Soprossa,Sopròssa,Souprosse,Supross,su pu luo si,Супросс,苏普罗斯		FR	75	40	401	40309	1112	Europe/Paris
6434000	Soustons	soustons	Soustons		FR	75	40	401	40310	7696	Europe/Paris
6434001	Taller	taller	Taler,Taller,Talèr,ta lai,Таллер,塔莱		FR	75	40	401	40311	604	Europe/Paris
6434002	Tarnos	tarnos	Tarnos		FR	75	40	401	40312	12363	Europe/Paris
6434003	Tartas	tartas	Tartas		FR	75	40	401	40313	3245	Europe/Paris
6434004	Tercis-les-Bains	tercis-les-bains	Tercis,Tercis-les-Bains,Tersis-le-Ben,Tèrcis,tai er xi lai ban,Терсис-ле-Бен,Терсіс-ле-Бен,泰尔西莱班		FR	75	40	401	40314	1184	Europe/Paris
6434005	Tilh	tilh	Tij,Tilh,di er,Тий,Тій,蒂尔		FR	75	40	401	40316	803	Europe/Paris
6434006	Tosse	tosse	Toss,Tossa,Tòssa,tuo si,Тосс,托斯		FR	75	40	401	40317	2734	Europe/Paris
6434007	Toulouzette	toulouzette			FR	75	40	401	40318	320	Europe/Paris
6434008	Trensacq	trensacq			FR	75	40	402	40319	248	Europe/Paris
6434009	Uchacq-et-Parentis	uchacq-et-parentis	Jushak-e-Parantis,Uchacq-et-Parentis,Uishac e Parentias,Uishac e Parentis,Uishac e Parentís,awchkq at prntys,yu sha he pa lang di,Юшак-е-Парантис,Юшак-е-Парантіс,اوچکق ات پرنتیس,اچق-ات-پیرینٹس,于沙和帕朗蒂		FR	75	40	402	40320	591	Europe/Paris
6434010	Urgons	urgons			FR	75	40	402	40321	256	Europe/Paris
6434011	Uza	uza	Husar,Juza,Uza,yu zha,Юза,于扎		FR	75	40	401	40322	184	Europe/Paris
6434012	Vert	vert	Vert		FR	75	40	402	40323	266	Europe/Paris
6434013	Vicq-d'Auribat	vicq-d-auribat	Vicq-d'Auribat		FR	75	40	401	40324	262	Europe/Paris
6434014	Vielle-Tursan	vielle-tursan	Vielle-Tursan		FR	75	40	402	40325	259	Europe/Paris
6434015	Vielle-Saint-Girons	vielle-saint-girons	V'el'-Sen-Zhiron,V'joj-Sen-Zhiron,Vel'-Sen-Zhiron,Viela e Sent Gironc,Viela e Sent Gironç,Viela-Sent Gironc,Vielle-Saint-Girons,Vièla e Sent Gironç,Vièla-Sent Gironç,wei ye er sheng ji long,Вьель-Сен-Жирон,Вьёй-Сен-Жирон,Вєль-Сен-Жирон,维耶尔圣吉龙		FR	75	40	401	40326	1246	Europe/Paris
6434016	Vielle-Soubiran	vielle-soubiran	Vielle-Soubiran		FR	75	40	402	40327	237	Europe/Paris
6434017	Vieux-Boucau-les-Bains	vieux-boucau-les-bains	Lo Bocau Vielh,V'e-Buko-le-Ben,V'jo-Buko-le-Ben,Ve-Buko-le-Ben,fu yue bu ke-lai ban,Вье-Буко-ле-Бен,Вьё-Буко-ле-Бен,Вє-Буко-ле-Бен,弗约布科-莱班		FR	75	40	401	40328	1606	Europe/Paris
6434018	Villeneuve-de-Marsan	villeneuve-de-marsan	Villeneuve-de-Marsan		FR	75	40	402	40331	2422	Europe/Paris
6434019	Ychoux	ychoux	Ishos,Ishu,Ishós,chwsh,yi shu,Ішу,Ишу,چوش,伊舒		FR	75	40	402	40332	2265	Europe/Paris
6434020	Ygos-Saint-Saturnin	ygos-saint-saturnin	Igos e Sent Saturnin,Igos-Sen-Satjurnen,Igòs e Sent Saturnin,Ygos-Saint-Saturnin,yi ge sheng sa di er nan,Ігос-Сен-Сатюрнен,Игос-Сен-Сатюрнен,یگوس-سینٹ-سترنیں,伊戈圣萨蒂尔南		FR	75	40	402	40333	1317	Europe/Paris
6434021	Yzosse	yzosse			FR	75	40	401	40334	360	Europe/Paris
6434022	Houssay	houssay	Houssay		FR	24	41	412	41102	388	Europe/Paris
6434023	Huisseau-en-Beauce	huisseau-en-beauce	Huisseau-en-Beauce		FR	24	41	412	41103	417	Europe/Paris
6434024	Huisseau-sur-Cosson	huisseau-sur-cosson	Huisseau-sur-Cosson,Juisso-sjur-Kosson,ke song he pan yu yi suo,Юїссо-сюр-Коссон,科松河畔于伊索		FR	24	41	411	41104	2280	Europe/Paris
6434025	Josnes	josnes	Josnes		FR	24	41	411	41105	900	Europe/Paris
6434026	Lamotte-Beuvron	lamotte-beuvron	Lamotte-Beuvron		FR	24	41	413	41106	4733	Europe/Paris
6434027	Lancé	lance	Lance,Lancé		FR	24	41	412	41107	471	Europe/Paris
6434028	Lancôme	lancome	Lancome,Lancôme,Lankom,Ланком,لانکوم، لوئر-اے-چیز		FR	24	41	411	41108	122	Europe/Paris
6434029	Landes-le-Gaulois	landes-le-gaulois	Landes-le-Gaulois		FR	24	41	411	41109	745	Europe/Paris
6434030	Langon-sur-Cher	langon-sur-cher	Langon,Langon-sur-Cher,lang gong,Лангон,لانگون، لویر-اے-چیر,朗贡		FR	24	41	413	41110	809	Europe/Paris
6434031	Lassay-sur-Croisne	lassay-sur-croisne	Lassay-sur-Croisne,Lasse-sjur-Kruan,ke lu wa si en he pan la sai,lasay-swr-krwyzn,Лассе-сюр-Круан,لاسای-سور-کروئزن,克鲁瓦斯恩河畔拉赛		FR	24	41	413	41112	251	Europe/Paris
6434032	Lavardin	lavardin	Lavarden,Lavardin,la wa er dan,Лаварден,拉瓦尔丹		FR	24	41	412	41113	185	Europe/Paris
6434033	Lestiou	lestiou	Lestiou		FR	24	41	411	41114	285	Europe/Paris
6434034	Lisle	lisle	Lisle		FR	24	41	412	41116	196	Europe/Paris
6434035	Loreux	loreux	Loreux		FR	24	41	413	41118	217	Europe/Paris
6434036	Lorges	lorges	Lorges		FR	24	41	411	41119	360	Europe/Paris
6434037	Lunay	lunay	Ljune,Lunay,lu nai,Люне,吕奈		FR	24	41	412	41120	1270	Europe/Paris
6434038	Maray	maray	Maray		FR	24	41	413	41122	232	Europe/Paris
6434039	Marchenoir	marchenoir	Marchenoir,Marshenuar,ma er shang wa,Маршенуар,马尔尚瓦		FR	24	41	411	41123	649	Europe/Paris
6434040	Marcilly-en-Beauce	marcilly-en-beauce			FR	24	41	412	41124	349	Europe/Paris
6434041	Marcilly-en-Gault	marcilly-en-gault	Marcilly-en-Gault,Marsii-an-Go,ge er de qu ma er xi li,Марсії-ан-Го,戈尔地区马尔西利		FR	24	41	413	41125	743	Europe/Paris
6434042	Mareuil-sur-Cher	mareuil-sur-cher	Mareuil-sur-Cher		FR	24	41	413	41126	1131	Europe/Paris
6434043	Maslives	maslives	Maslives		FR	24	41	411	41129	703	Europe/Paris
6434044	Maves	maves	Maves		FR	24	41	411	41130	656	Europe/Paris
6434045	Mazangé	mazange	Mazange,Mazangé		FR	24	41	412	41131	875	Europe/Paris
6434046	Méhers	mehers	Mehers,Méhers		FR	24	41	413	41132	350	Europe/Paris
6434048	Menars	menars	Menar,mo na er,Менар,默纳尔		FR	24	41	411	41134	629	Europe/Paris
6434049	Mennetou-sur-Cher	mennetou-sur-cher	Mennetou-sur-Cher		FR	24	41	413	41135	893	Europe/Paris
6434050	Mer	mer	Bahari,Mer,More,mei zhen,Мер,Море,梅镇		FR	24	41	411	41136	6276	Europe/Paris
6434051	Mesland	mesland			FR	24	41	411	41137	567	Europe/Paris
6434052	Meusnes	meusnes	Men,Meusnes,mo si nei,Мен,默斯内		FR	24	41	413	41139	1094	Europe/Paris
6434053	Millançay	millancay	Mijanse,Millancay,Millançay,mi lang sai,Міянсе,米朗赛		FR	24	41	413	41140	775	Europe/Paris
6434054	Moisy	moisy	Moisy,Muazi,mu wa xi,Муазі,穆瓦西		FR	24	41	412	41141	361	Europe/Paris
6434055	Valencisse	valencisse			FR	24	41	411	41142	2414	Europe/Paris
6434056	Mondoubleau	mondoubleau	Mondoubleau		FR	24	41	412	41143	1355	Europe/Paris
6434057	Monteaux	monteaux	Monteaux		FR	24	41	411	41144	785	Europe/Paris
6434058	Monthou-sur-Bièvre	monthou-sur-bievre	Monthou-sur-Bievre,Monthou-sur-Bièvre		FR	24	41	411	41145	817	Europe/Paris
6434059	Monthou-sur-Cher	monthou-sur-cher			FR	24	41	413	41146	970	Europe/Paris
6434060	Montlivault	montlivault	Monlivo,Montlivault,meng te li wo er,Монліво,蒙特利沃尔		FR	24	41	411	41148	1371	Europe/Paris
6434061	Montoire-sur-le-Loir	montoire-sur-le-loir	Montoire-sur-le-Loir		FR	24	41	412	41149	3808	Europe/Paris
6434062	Mont-près-Chambord	mont-pres-chambord	Mont-pres-Chambord,Mont-près-Chambord		FR	24	41	411	41150	3271	Europe/Paris
6434063	Montrichard Val de Cher	montrichard-val-de-cher			FR	24	41	413	41151	3816	Europe/Paris
6434064	Montrieux-en-Sologne	montrieux-en-sologne	Montrieux-en-Sologne		FR	24	41	413	41152	662	Europe/Paris
6434065	Montrouveau	montrouveau	Montrouveau		FR	24	41	412	41153	154	Europe/Paris
6434066	Morée	moree	More,Moree,Morée,mo lei ai,Море,莫雷埃		FR	24	41	412	41154	1078	Europe/Paris
6434067	Muides-sur-Loire	muides-sur-loire			FR	24	41	411	41155	1284	Europe/Paris
6434068	Mulsans	mulsans	Mulsans		FR	24	41	411	41156	505	Europe/Paris
6434069	Mur-de-Sologne	mur-de-sologne	Mur-de-Sologne		FR	24	41	413	41157	1514	Europe/Paris
6434070	Naveil	naveil	Naveil		FR	24	41	412	41158	2344	Europe/Paris
6434071	Neung-sur-Beuvron	neung-sur-beuvron	Neung-sur-Beuvron		FR	24	41	413	41159	1218	Europe/Paris
6434072	Nouan-le-Fuzelier	nouan-le-fuzelier	Nouan-le-Fuzelier		FR	24	41	413	41161	2326	Europe/Paris
6434073	Nourray	nourray	Nourray,Nurre,nu er lai,Нурре,努尔赖		FR	24	41	412	41163	113	Europe/Paris
6434074	Noyers-sur-Cher	noyers-sur-cher	Noyers-sur-Cher,Nuae-sjur-Sher,xie he pan nu wa ai er,Нуає-сюр-Шер,谢河畔努瓦埃尔		FR	24	41	413	41164	2750	Europe/Paris
6434076	Oisly	oisly	Oisly		FR	24	41	413	41166	373	Europe/Paris
6434077	Veuzain-sur-Loire	veuzain-sur-loire			FR	24	41	411	41167	3556	Europe/Paris
6434078	Orçay	orcay	Orcay,Orçay		FR	24	41	413	41168	240	Europe/Paris
6434081	Oucques La Nouvelle	oucques-la-nouvelle			FR	24	41	411	41171	1715	Europe/Paris
6434358	Josat	josat	Josat		FR	84	43	431	43107	80	Europe/Paris
6434082	Ouzouer-le-Doyen	ouzouer-le-doyen	Ouzouer-le-Doyen		FR	24	41	412	41172	252	Europe/Paris
6434084	Périgny	perigny	Perigny,Périgny		FR	24	41	412	41174	180	Europe/Paris
6434085	Pezou	pezou	Pezou		FR	24	41	412	41175	1119	Europe/Paris
6434086	Pierrefitte-sur-Sauldre	pierrefitte-sur-sauldre	Pierrefitte-sur-Sauldre		FR	24	41	413	41176	800	Europe/Paris
6434087	Pontlevoy	pontlevoy	Pontlevoy		FR	24	41	413	41180	1520	Europe/Paris
6434088	Pouillé	pouille	Pouille,Pouillé		FR	24	41	413	41181	796	Europe/Paris
6434089	Pray	pray	Pray		FR	24	41	412	41182	295	Europe/Paris
6434091	Prunay-Cassereau	prunay-cassereau	Prjune-Kassro,Prunay-Cassereau,pu lu nai ka se luo,Прюне-Кассро,普吕奈卡瑟罗		FR	24	41	412	41184	618	Europe/Paris
6434092	Rahart	rahart	Rahart		FR	24	41	412	41186	323	Europe/Paris
6434093	Renay	renay	Renay		FR	24	41	412	41187	165	Europe/Paris
6434094	Rhodon	rhodon	Rhodon		FR	24	41	411	41188	125	Europe/Paris
6434095	Rilly-sur-Loire	rilly-sur-loire	Rilly-sur-Loire		FR	24	41	411	41189	472	Europe/Paris
6434096	Rocé	roce	Roce,Rocé		FR	24	41	412	41190	220	Europe/Paris
6434097	Rougeou	rougeou			FR	24	41	413	41195	156	Europe/Paris
6434099	Sainte-Anne	sainte-anne	Sainte-Anne		FR	24	41	412	41200	442	Europe/Paris
6434100	Saint-Bohaire	saint-bohaire	Saint-Bohaire,Sen-Boer,sheng bo ai er,sn-bwyr,Сен-Боер,سن-بوئر,سینٹ-بوھیرے,圣博艾尔		FR	24	41	411	41203	491	Europe/Paris
6434101	Saint-Claude-de-Diray	saint-claude-de-diray			FR	24	41	411	41204	1773	Europe/Paris
6434102	Saint-Cyr-du-Gault	saint-cyr-du-gault	Saint-Cyr-du-Gault		FR	24	41	411	41205	175	Europe/Paris
6434103	Saint-Denis-sur-Loire	saint-denis-sur-loire	Saint-Denis-sur-Loire		FR	24	41	411	41206	843	Europe/Paris
6434104	Saint-Dyé-sur-Loire	saint-dye-sur-loire	Saint-Dye-sur-Loire,Saint-Dyé-sur-Loire		FR	24	41	411	41207	1143	Europe/Paris
6434105	Saint-Étienne-des-Guérets	saint-etienne-des-guerets	Saint-Etienne-des-Guerets,Saint-Étienne-des-Guérets		FR	24	41	411	41208	103	Europe/Paris
6434106	Saint-Firmin-des-Prés	saint-firmin-des-pres	Saint-Firmin-des-Pres,Saint-Firmin-des-Prés		FR	24	41	412	41209	829	Europe/Paris
6434108	Saint-Georges-sur-Cher	saint-georges-sur-cher	Saint Georges sur Cher,Saint-Georges-sur-Cher,Sen-Zhorzh-sjur-Sher,St. Georges sur Cher,xie he pan sheng ruo er re,Сен-Жорж-сюр-Шер,سینٹ-گیورگس-سر-چر,谢河畔圣若尔热		FR	24	41	413	41211	2667	Europe/Paris
6434109	Saint-Gervais-la-Forêt	saint-gervais-la-foret	Saint-Gervais-la-Foret,Saint-Gervais-la-Forêt		FR	24	41	411	41212	3219	Europe/Paris
6434110	Saint-Gourgon	saint-gourgon	Saint-Gourgon		FR	24	41	412	41213	114	Europe/Paris
6434111	Saint-Hilaire-la-Gravelle	saint-hilaire-la-gravelle			FR	24	41	412	41214	716	Europe/Paris
6434112	Saint-Jean-Froidmentel	saint-jean-froidmentel	Saint-Jean-Froidmentel		FR	24	41	412	41216	542	Europe/Paris
6434113	Saint-Julien-de-Chédon	saint-julien-de-chedon	Saint-Julien-de-Chedon,Saint-Julien-de-Chédon		FR	24	41	413	41217	756	Europe/Paris
6434114	Saint-Julien-sur-Cher	saint-julien-sur-cher	Saint-Julien-sur-Cher,Sen-Zhul'en-sjur-Sher,xie he pan sheng rui li an,Сен-Жульєн-сюр-Шер,سینٹ-جلیں -سر-چر,谢河畔圣瑞利安		FR	24	41	413	41218	772	Europe/Paris
6434115	Saint-Laurent-des-Bois	saint-laurent-des-bois	Saint-Laurent-des-Bois		FR	24	41	411	41219	289	Europe/Paris
6434116	Saint-Léonard-en-Beauce	saint-leonard-en-beauce	Saint-Leonard-en-Beauce,Saint-Léonard-en-Beauce		FR	24	41	411	41221	644	Europe/Paris
6434117	Saint-Lubin-en-Vergonnois	saint-lubin-en-vergonnois	Saint-Lubin-en-Vergonnois		FR	24	41	411	41223	719	Europe/Paris
6434118	Saint-Marc-du-Cor	saint-marc-du-cor			FR	24	41	412	41224	184	Europe/Paris
6434119	Saint-Martin-des-Bois	saint-martin-des-bois	Saint-Martin-des-Bois,Sen-Marten-de-Bua,sheng ma dan dai bu wa,Сен-Мартен-де-Буа,سینٹ-مارٹن-دس-بوس,圣马丹代布瓦		FR	24	41	412	41225	586	Europe/Paris
6434120	Saint-Rimay	saint-rimay	Sen-Rime,sheng li mai,Сен-Риме,圣里迈		FR	24	41	412	41228	291	Europe/Paris
6434121	Saint-Romain-sur-Cher	saint-romain-sur-cher	Saint-Romain-sur-Cher		FR	24	41	413	41229	1489	Europe/Paris
6434122	Saint-Viâtre	saint-viatre	Saint-Viatre,Saint-Viâtre,Sen-Viatr,sheng wei a te er,Сен-Віатр,圣维阿特尔		FR	24	41	413	41231	1212	Europe/Paris
6434123	Salbris	salbris			FR	24	41	413	41232	5320	Europe/Paris
6434124	Sambin	sambin	Sambin		FR	24	41	411	41233	941	Europe/Paris
6434125	Santenay	santenay	Santenay		FR	24	41	411	41234	293	Europe/Paris
6434127	Sasnières	sasnieres	Sasnieres,Sasnières		FR	24	41	412	41236	109	Europe/Paris
6434128	Savigny-sur-Braye	savigny-sur-braye			FR	24	41	412	41238	2046	Europe/Paris
6434129	Seigy	seigy	Seigy,Sezhi,sai ji,Сежі,塞吉		FR	24	41	413	41239	1083	Europe/Paris
6434131	Selles-Saint-Denis	selles-saint-denis	Sel'-Sen-Deni,Selles-Saint-Denis,se lai sheng de ni,Сель-Сен-Дені,瑟莱圣德尼		FR	24	41	413	41241	1340	Europe/Paris
6434132	Selles-sur-Cher	selles-sur-cher	Selles-sur-Cher		FR	24	41	413	41242	4590	Europe/Paris
6434133	Selommes	selommes	Selommes		FR	24	41	412	41243	816	Europe/Paris
6434134	Séris	seris	Seris,Séris		FR	24	41	411	41245	373	Europe/Paris
6434135	Soings-en-Sologne	soings-en-sologne	Soings-en-Sologne,Suen-an-Solon',suo luo ni de qu su wan ge,Суен-ан-Солонь,索洛尼地区苏万格		FR	24	41	413	41247	1614	Europe/Paris
6434136	Couëtron-au-Perche	couetron-au-perche	Couetron-au-Perche,Couëtron-au-Perche,Sude,su dai,Суде,苏代		FR	24	41	412	41248	1057	Europe/Paris
6434137	Souesmes	souesmes			FR	24	41	413	41249	1080	Europe/Paris
6434138	Souvigny-en-Sologne	souvigny-en-sologne	Souvigny-en-Sologne,Suvin'i-an-Solon',suo luo ni de qu su wei ni,Сувіньї-ан-Солонь,索洛尼地区苏维尼		FR	24	41	413	41251	519	Europe/Paris
6434139	Suèvres	suevres	Suevres,Suèvres		FR	24	41	411	41252	1679	Europe/Paris
6434140	Talcy	talcy	Tal'si,Talcy,ta er xi,Тальсі,塔尔西		FR	24	41	411	41253	248	Europe/Paris
6434141	Ternay	ternay	Ternay		FR	24	41	412	41255	338	Europe/Paris
6434142	Theillay	theillay	Tee,Theillay,tai lai,Теє,泰莱		FR	24	41	413	41256	1284	Europe/Paris
6434143	Thésée	thesee	Teze,Thesee,Thésée,Тезе		FR	24	41	413	41258	1143	Europe/Paris
6434302	Saint-Paul-d'Uzore	saint-paul-d-uzore	Saint-Paul-d'Uzore		FR	84	42	421	42269	166	Europe/Paris
6434144	Thoré-la-Rochette	thore-la-rochette	Thore-la-Rochette,Thoré-la-Rochette		FR	24	41	412	41259	884	Europe/Paris
6434145	Thoury	thoury	Thoury,Turi,tu li,Турі,图里		FR	24	41	411	41260	422	Europe/Paris
6434146	Tourailles	tourailles			FR	24	41	412	41261	134	Europe/Paris
6434147	Tour-en-Sologne	tour-en-sologne	Tur-an-Solon',suo luo ni de qu tu,Тур-ан-Солонь,索洛尼地区图		FR	24	41	411	41262	1106	Europe/Paris
6434150	Valaire	valaire	Valaire		FR	24	41	411	41266	86	Europe/Paris
6434151	Vallières-les-Grandes	vallieres-les-grandes	Val'er-le-Grand,Vallieres-les-Grandes,Vallières-les-Grandes,falyrs lyh ghrands,wa li ai lai ge lang dai,Вальєр-ле-Гранд,فاليرس ليه غراندس,瓦利埃莱格朗代		FR	24	41	413	41267	937	Europe/Paris
6434152	Veilleins	veilleins			FR	24	41	413	41268	161	Europe/Paris
6434154	Vernou-en-Sologne	vernou-en-sologne			FR	24	41	413	41271	623	Europe/Paris
6434155	Villavard	villavard	Villavard		FR	24	41	412	41274	127	Europe/Paris
6434156	Villebarou	villebarou	Villebarou		FR	24	41	411	41276	2459	Europe/Paris
6434157	Villebout	villebout	Villebout		FR	24	41	412	41277	141	Europe/Paris
6434159	Villedieu-le-Château	villedieu-le-chateau			FR	24	41	412	41279	411	Europe/Paris
6434160	Villeherviers	villeherviers	Vil'erve,Villeherviers,wei lai ai er wei ye er,Вільервє,维莱埃尔维耶尔		FR	24	41	413	41282	475	Europe/Paris
6434161	Villemardy	villemardy	Villemardy		FR	24	41	412	41283	278	Europe/Paris
6434162	Villeneuve-Frouville	villeneuve-frouville	Villeneuve-Frouville		FR	24	41	411	41284	61	Europe/Paris
6434163	Villeny	villeny			FR	24	41	413	41285	498	Europe/Paris
6434164	Villeporcher	villeporcher			FR	24	41	412	41286	153	Europe/Paris
6434165	Villerable	villerable	Villerable		FR	24	41	412	41287	526	Europe/Paris
6434166	Villerbon	villerbon	Villerbon		FR	24	41	411	41288	793	Europe/Paris
6434167	Villermain	villermain	Villermain		FR	24	41	411	41289	395	Europe/Paris
6434168	Villeromain	villeromain	Villeromain		FR	24	41	412	41290	242	Europe/Paris
6434169	Villetrun	villetrun			FR	24	41	412	41291	323	Europe/Paris
6434170	Villexanton	villexanton	Villexanton		FR	24	41	411	41292	201	Europe/Paris
6434171	Villiersfaux	villiersfaux	Villiersfaux		FR	24	41	412	41293	262	Europe/Paris
6434172	Villiers-sur-Loir	villiers-sur-loir	Villiers-sur-Loir		FR	24	41	412	41294	1128	Europe/Paris
6434173	Vouzon	vouzon	Vouzon		FR	24	41	413	41296	1493	Europe/Paris
6434174	Yvoy-le-Marron	yvoy-le-marron	Yvoy-le-Marron		FR	24	41	413	41297	693	Europe/Paris
6434175	Graix	graix	Graix,Gre,ge lai,Гре,格赖		FR	84	42	423	42101	149	Europe/Paris
6434176	Grammond	grammond	Grammond		FR	84	42	421	42102	898	Europe/Paris
6434177	Grézieux-le-Fromental	grezieux-le-fromental	Grezieux-le-Fromental,Grézieux-le-Fromental		FR	84	42	421	42105	224	Europe/Paris
6434178	Gumières	gumieres	Gumieres,Gumières		FR	84	42	421	42107	323	Europe/Paris
6434179	Jarnosse	jarnosse	Jarnosse		FR	84	42	422	42112	443	Europe/Paris
6434180	Jas	jas	Jas		FR	84	42	421	42113	223	Europe/Paris
6434182	Jonzieux	jonzieux	Jonzieux		FR	84	42	423	42115	1143	Europe/Paris
6434183	Juré	jure	Jure,Juré,Zhure,rui lei,Журе,瑞雷		FR	84	42	422	42116	241	Europe/Paris
6434184	Leigneux	leigneux	Leigneux		FR	84	42	421	42119	380	Europe/Paris
6434185	Lentigny	lentigny	Lentigny		FR	84	42	422	42120	1717	Europe/Paris
6434186	Lérigneux	lerigneux	Lerigneux,Lérigneux		FR	84	42	421	42121	145	Europe/Paris
6434187	Lézigneux	lezigneux	Lezin'e,lai qi gai yu,Лезіньє,莱齐盖于		FR	84	42	421	42122	1701	Europe/Paris
6434188	Lorette	lorette	Lorett,Lorette,luo lei te,Лоретт,洛雷特		FR	84	42	423	42123	4717	Europe/Paris
6434189	Lupé	lupe			FR	84	42	423	42124	313	Europe/Paris
6434190	Luré	lure	Ljure,Lure,Luré,lu lei,Люре,吕雷		FR	84	42	422	42125	146	Europe/Paris
6434191	Luriecq	luriecq	Luriecq		FR	84	42	421	42126	1308	Europe/Paris
6434192	Mably	mably	Mabli,Mably,ma bu li,mably  lwyry,Маблі,مابلی، لویری,马布利		FR	84	42	422	42127	7689	Europe/Paris
6434193	Machézal	machezal	Mashezal',ma xie zha,machyzal,Машезаль,ماچیزال,马谢扎		FR	84	42	422	42128	388	Europe/Paris
6434194	Maclas	maclas	Maclas		FR	84	42	423	42129	1808	Europe/Paris
6434195	Magneux-Haute-Rive	magneux-haute-rive	Magneux-Haute-Rive		FR	84	42	421	42130	557	Europe/Paris
6434197	Marcenod	marcenod	Marcenod,Marseno,ma er sang ao,Марсено,马尔桑奥		FR	84	42	423	42133	718	Europe/Paris
6434198	Marcoux	marcoux	Marcoux		FR	84	42	421	42136	737	Europe/Paris
6434199	Margerie-Chantagret	margerie-chantagret	Margerie-Chantagret		FR	84	42	421	42137	802	Europe/Paris
6434200	Maringes	maringes	Maringes		FR	84	42	421	42138	670	Europe/Paris
6434201	Marlhes	marlhes	Marlhes		FR	84	42	423	42139	1298	Europe/Paris
6434202	Marols	marols	Marol',Marols,Marous,Maròus,Мароль		FR	84	42	421	42140	414	Europe/Paris
6434203	Mizérieux	mizerieux	Mizerieux,Mizérieux		FR	84	42	421	42143	434	Europe/Paris
6434204	Montarcher	montarcher	Montarcher,Montarchier,Montarchièr,Montarshe,meng ta er xie,Монтарше,蒙塔尔谢		FR	84	42	421	42146	66	Europe/Paris
6434205	Montrond-les-Bains	montrond-les-bains	Montrond-les-Bains		FR	84	42	421	42149	5301	Europe/Paris
6434206	Montverdun	montverdun	Monverden,meng te wei er dan,Монверден,蒙特韦尔丹		FR	84	42	421	42150	1292	Europe/Paris
6434207	Nandax	nandax	Nanda,Nandax,nan da,Нанда,南达		FR	84	42	422	42152	508	Europe/Paris
6434208	Neaux	neaux	Neaux,No,nuo zhen,Но,诺镇		FR	84	42	422	42153	479	Europe/Paris
6434209	Néronde	neronde	Nerond,Neronda,Neronde,Nèronda,Néronde,nei long de,Неронд,内龙德		FR	84	42	422	42154	458	Europe/Paris
6434210	Nervieux	nervieux	Nerve,Nervieux,nei er wei e,Нервє,内尔维厄		FR	84	42	421	42155	985	Europe/Paris
6434211	Neulise	neulise	Neliz,na li si,Неліз,纳利斯		FR	84	42	422	42156	1345	Europe/Paris
6434212	Noailly	noailly	Noai,Noailly,nuo ai li,Ноаї,诺艾利		FR	84	42	422	42157	805	Europe/Paris
6434357	Jax	jax	Jatz,Zhaks,ya zhen,Жакс,雅镇		FR	84	43	431	43106	147	Europe/Paris
6434213	Noirétable	noiretable	Neitrable,Noiretable,Noirétable,Nuaretabl',nu wa lei ta bu er,Нуаретабль,努瓦雷塔布尔		FR	84	42	421	42159	1597	Europe/Paris
6434214	Nollieux	nollieux			FR	84	42	422	42160	201	Europe/Paris
6434215	Notre-Dame-de-Boisset	notre-dame-de-boisset	Notre-Dame-de-Boisset		FR	84	42	422	42161	565	Europe/Paris
6434216	Ouches	ouches	Ouches,Ush,wu xie,Уш,乌谢		FR	84	42	422	42162	1164	Europe/Paris
6434217	Palogneux	palogneux	Palogneux		FR	84	42	421	42164	79	Europe/Paris
6434218	Panissières	panissieres	Panis'er,pa ni xi ai,Панісьєр,帕尼西埃		FR	84	42	421	42165	2948	Europe/Paris
6434219	Parigny	parigny	Parigny		FR	84	42	422	42166	602	Europe/Paris
6434220	Pavezin	pavezin	Pavezin		FR	84	42	423	42167	353	Europe/Paris
6434221	Pélussin	pelussin	Pelussin,Pélussin		FR	84	42	423	42168	3786	Europe/Paris
6434222	Périgneux	perigneux	Perigneux,Périgneux		FR	84	42	421	42169	1478	Europe/Paris
6434223	Perreux	perreux	Perre,pei er lei,Перре,佩尔勒		FR	84	42	422	42170	2128	Europe/Paris
6434224	Planfoy	planfoy	Planfoy		FR	84	42	423	42172	1025	Europe/Paris
6434225	Poncins	poncins	Poncins		FR	84	42	421	42174	1053	Europe/Paris
6434226	Pouilly-les-Nonains	pouilly-les-nonains	Pouilly-les-Nonains,Pui-le-Nonen,pu yi lai nuo nan,Пуї-ле-Нонен,普伊莱诺南		FR	84	42	422	42176	2086	Europe/Paris
6434227	Pouilly-sous-Charlieu	pouilly-sous-charlieu	Pui-su-Sharl'e,pu yi su sha er li e,Пуї-су-Шарльє,普伊苏沙尔利厄		FR	84	42	422	42177	2484	Europe/Paris
6434228	Pradines	pradines	Pradin,pu la di nei,Прадін,普拉迪内		FR	84	42	422	42178	794	Europe/Paris
6434229	Pralong	pralong	Pralong		FR	84	42	421	42179	857	Europe/Paris
6434230	Renaison	renaison	Renaison		FR	84	42	422	42182	3107	Europe/Paris
6434231	Riorges	riorges	Riorges		FR	84	42	422	42184	10669	Europe/Paris
6434232	Rivas	rivas	Rivas		FR	84	42	421	42185	651	Europe/Paris
6434233	Rive-de-Gier	rive-de-gier			FR	84	42	423	42186	15156	Europe/Paris
6434234	Roche-la-Molière	roche-la-moliere	Roche-la-Moliere,Roche-la-Molière		FR	84	42	423	42189	9708	Europe/Paris
6434236	Rozier-en-Donzy	rozier-en-donzy	Rozier-en-Donzy		FR	84	42	421	42193	1452	Europe/Paris
6434237	Sail-les-Bains	sail-les-bains	Saj-le-Ben,sai lai ban,syl-lys-bans,Сай-ле-Бен,سیل-لیس-بانس,赛莱班		FR	84	42	422	42194	205	Europe/Paris
6434238	Sail-sous-Couzan	sail-sous-couzan	Sail-sous-Couzan		FR	84	42	421	42195	943	Europe/Paris
6434239	Sainte-Agathe-en-Donzy	sainte-agathe-en-donzy	Sainte-Agathe-en-Donzy,Sent-Agat-an-Donzi,dong qi de qu sheng a jia te,Сент-Агат-ан-Донзі,سین-اگاٹھے-این -دونزے,东齐地区圣阿加特		FR	84	42	422	42196	127	Europe/Paris
6434240	Sainte-Agathe-la-Bouteresse	sainte-agathe-la-bouteresse	Sainte-Agathe-la-Bouteresse,Sent-Agat-la-Buteress,sheng a jia tai-la bu te lei si,Сент-Агат-ла-Бутересс,سین-اگاٹھے-لا-بوترسسے,圣阿加泰-拉布特雷斯		FR	84	42	421	42197	1012	Europe/Paris
6434241	Saint-Alban-les-Eaux	saint-alban-les-eaux	Saint-Alban-les-Eaux		FR	84	42	422	42198	972	Europe/Paris
6434242	Saint-André-d'Apchon	saint-andre-d-apchon	Saint-Andre-d'Apchon,Saint-André-d'Apchon		FR	84	42	422	42199	1953	Europe/Paris
6434243	Saint-André-le-Puy	saint-andre-le-puy	Saint-Andre-le-Puy,Saint-André-le-Puy		FR	84	42	421	42200	1545	Europe/Paris
6434244	Saint-Barthélemy-Lestra	saint-barthelemy-lestra	Saint-Barthelemy-Lestra,Saint-Barthélemy-Lestra		FR	84	42	421	42202	684	Europe/Paris
6434245	Saint-Bonnet-des-Quarts	saint-bonnet-des-quarts	Saint-Bonnet-des-Quarts,Sen-Bonne-de-Kar,sheng bo nei dai qu a er te,Сен-Бонне-де-Кар,سینٹ-بونٹ-دس-قارٹس,圣博内代屈阿尔特		FR	84	42	422	42203	325	Europe/Paris
6434246	Saint-Bonnet-le-Château	saint-bonnet-le-chateau	Saint-Bonnet-le-Chateau,Saint-Bonnet-le-Château		FR	84	42	421	42204	1536	Europe/Paris
6434247	Saint-Bonnet-le-Courreau	saint-bonnet-le-courreau	Saint-Bonnet-le-Courreau,Sen-Bonne-le-Kurro,sheng bo nei lai ku er luo,Сен-Бонне-ле-Курро,سینٹ-بونٹ-لے-کوررو,圣博内莱库尔罗		FR	84	42	421	42205	691	Europe/Paris
6434248	Saint-Bonnet-les-Oules	saint-bonnet-les-oules	Saint-Bonnet-les-Oules,Sen-Bonne-lez-Ul',sheng bo nei lai wu lai,Сен-Бонне-лез-Уль,سینٹ-بونٹ-لیس-ولیس,圣博内莱乌莱		FR	84	42	421	42206	1601	Europe/Paris
6434249	Saint-Chamond	saint-chamond	Sen Shamon,Sen-Shamon,Sensamona,Senšamona,saengsyamong,san=shamon,sheng shang weng,sn shmwn,sn-shamwn,Сен Шамон,Сен-Шамон,سن شمون,سن-شامون,سینٹ-چموند، لڑے,サン＝シャモン,圣尚翁,생샤몽		FR	84	42	423	42207	35339	Europe/Paris
6434250	Saint-Christo-en-Jarez	saint-christo-en-jarez	Saint-Christo-en-Jarez,Sen-Kristo-an-Zhare,ya lei de qu sheng ke li si tuo,Сен-Кристо-ан-Жаре,سینٹ-چرسٹو-این -جرز,雅雷地区圣克里斯托		FR	84	42	423	42208	1864	Europe/Paris
6434251	Sainte-Colombe-sur-Gand	sainte-colombe-sur-gand	Sainte-Colombe-sur-Gand,Sent-Kolomb-sjur-Gand,gang he pan sheng ke long bu,Сент-Коломб-сюр-Ганд,سین-کولومبے-سر-گند,冈河畔圣科隆布		FR	84	42	422	42209	418	Europe/Paris
6434252	Sainte-Croix-en-Jarez	sainte-croix-en-jarez	Sainte-Croix-en-Jarez,Sent-Krua-an-Zhare,syn-krwyy-ayn -jrz,ya lei de qu sheng ke lu wa,Сент-Круа-ан-Жаре,سین-کروئی-این -جرز,雅雷地区圣克鲁瓦		FR	84	42	423	42210	466	Europe/Paris
6434253	Saint-Cyprien	saint-cyprien	Sen-Siprijan,sheng xi pu li an,Сен-Сіпріян,سینٹ-کیپرین، لڑے,圣西普里安		FR	84	42	421	42211	2481	Europe/Paris
6434254	Saint-Cyr-de-Favières	saint-cyr-de-favieres	Saint-Cyr-de-Favieres,Saint-Cyr-de-Favières,Sen-Sir-de-Faver,sheng xi de fa wei ai,Сен-Сір-де-Фавєр,سینٹ-کیر-دے-فورس,圣西德法维埃		FR	84	42	422	42212	892	Europe/Paris
6434256	Saint-Cyr-les-Vignes	saint-cyr-les-vignes	Saint-Cyr-les-Vignes		FR	84	42	421	42214	1015	Europe/Paris
6434258	Saint-Denis-sur-Coise	saint-denis-sur-coise	Saint-Denis-sur-Coise,Sen-Deni-sjur-Kuaz,kua si he pan sheng de ni,Сен-Дені-сюр-Куаз,سینٹ-ڈینس-سر-کسے,夸斯河畔圣德尼		FR	84	42	421	42216	658	Europe/Paris
6434259	Saint-Didier-sur-Rochefort	saint-didier-sur-rochefort	Saint-Didier-sur-Rochefort		FR	84	42	421	42217	412	Europe/Paris
6434260	Saint-Étienne-le-Molard	saint-etienne-le-molard	Saint-Etienne-le-Molard,Saint-Étienne-le-Molard,Sent-Et'enn-le-Molar,sheng ai di an lai mo la er,Сент-Етьєнн-ле-Молар,سینٹ-ایٹیینے-لے-مولارڈ,圣埃蒂安莱莫拉尔		FR	84	42	421	42219	1010	Europe/Paris
6434261	Saint-Forgeux-Lespinasse	saint-forgeux-lespinasse	Saint-Forgeux-Lespinasse,Sen-Forzhe-Lepinass,sheng fu er re lai si pi na si,Сен-Форже-Лепінасс,سینٹ-وڑگےش-لیسپنسسے,圣福尔热莱斯皮纳斯		FR	84	42	422	42220	640	Europe/Paris
6434262	Sainte-Foy-Saint-Sulpice	sainte-foy-saint-sulpice	Sainte-Foy-Saint-Sulpice		FR	84	42	421	42221	514	Europe/Paris
6434263	Saint-Galmier	saint-galmier	Saint-Galmier		FR	84	42	421	42222	5707	Europe/Paris
6434264	Saint-Genest-Lerpt	saint-genest-lerpt	Saint-Genest-Lerpt		FR	84	42	423	42223	6121	Europe/Paris
6434265	Saint-Genest-Malifaux	saint-genest-malifaux			FR	84	42	423	42224	2857	Europe/Paris
6434266	Saint-Georges-de-Baroille	saint-georges-de-baroille	Saint-Georges-de-Baroille,Sen-Zhorzh-de-Barual',sheng ruo er re de ba lu wa er,Сен-Жорж-де-Баруаль,سینٹ-گیورگس-دے-برویل,圣若尔热德巴鲁瓦尔		FR	84	42	422	42226	411	Europe/Paris
6434267	Saint-Georges-en-Couzan	saint-georges-en-couzan	Saint-Georges-en-Couzan,Sen-Zhorzh-an-Kuzan,ku cang de qu sheng ruo er re,Сен-Жорж-ан-Кузан,سینٹ-گیورگس-این -کوزن,库藏地区圣若尔热		FR	84	42	421	42227	432	Europe/Paris
6434268	Saint-Georges-Haute-Ville	saint-georges-haute-ville			FR	84	42	421	42228	1421	Europe/Paris
6434270	Saint-Germain-Laval	saint-germain-laval	Saint-Germain-Laval,Sen-Zhermen-Laval',sheng ri er man-la wa lei,Сен-Жермен-Лаваль,سینٹ-گرمین-لاول، لڑے,圣日耳曼-拉瓦勒		FR	84	42	422	42230	1646	Europe/Paris
6434271	Saint-Germain-Lespinasse	saint-germain-lespinasse	Sen-Zhermen-Lepinass,sheng ri er man lai si pi na si,Сен-Жермен-Лепінасс,سینٹ-گرمین-لیسپنسسے,圣日尔曼莱斯皮纳斯		FR	84	42	422	42231	1236	Europe/Paris
6434272	Saint-Haon-le-Châtel	saint-haon-le-chatel	Saint-Haon-le-Chatel,Saint-Haon-le-Châtel,Sen-Aon-le-Shatel',sheng ang lei sha tai lei,Сен-Аон-ле-Шатель,سینٹ-ہوں -لے-چٹیل,圣昂勒沙泰勒		FR	84	42	422	42232	639	Europe/Paris
6434273	Saint-Haon-le-Vieux	saint-haon-le-vieux	Saint-Haon-le-Vieux,Sen-Aon-le-Ve,sheng ang lai fu yue,Сен-Аон-ле-Вє,سینٹ-ہوں -لے-ےش,圣昂莱弗约		FR	84	42	422	42233	960	Europe/Paris
6434274	Saint-Héand	saint-heand	Saint-Heand,Saint-Héand		FR	84	42	423	42234	3593	Europe/Paris
6434275	Saint-Hilaire-sous-Charlieu	saint-hilaire-sous-charlieu	Saint-Hilaire-sous-Charlieu,Sen-Iler-su-Sharl'e,sheng yi lai er su sha er li e,Сен-Ілер-су-Шарльє,سینٹ-ہلیری-سوس-چرلیو,圣伊莱尔苏沙尔利厄		FR	84	42	422	42236	545	Europe/Paris
6434276	Saint-Jean-Bonnefonds	saint-jean-bonnefonds			FR	84	42	423	42237	6664	Europe/Paris
6434277	Saint-Jean-la-Vêtre	saint-jean-la-vetre	Saint-Jean-la-Vetre,Saint-Jean-la-Vêtre		FR	84	42	421	42238	322	Europe/Paris
6434278	Saint-Jean-Soleymieux	saint-jean-soleymieux	Saint-Jean-Soleymieux,Sen-Zhan-Solejme,sheng rang suo lai mi e,Сен-Жан-Солеймє,سینٹ-ژاں -سولےیمےش,圣让索莱米厄		FR	84	42	421	42240	856	Europe/Paris
6434279	Saint-Jodard	saint-jodard	Saint-Jodard,Sen-Zhodar,sheng ruo da er,Сен-Жодар,سینٹ-جودرد,圣若达尔		FR	84	42	422	42241	426	Europe/Paris
6434280	Saint-Julien-d'Oddes	saint-julien-d-oddes	Saint-Julien-d'Oddes		FR	84	42	422	42243	269	Europe/Paris
6434281	Vêtre-sur-Anzon	vetre-sur-anzon			FR	84	42	421	42245	549	Europe/Paris
6434282	Saint-Julien-Molin-Molette	saint-julien-molin-molette	Saint-Julien-Molin-Molette		FR	84	42	423	42246	1159	Europe/Paris
6434283	Saint-Just-en-Bas	saint-just-en-bas	Saint-Just-en-Bas,Sen-Zhu-an-Ba,ba de qu sheng rui si,Сен-Жу-ан-Ба,سینٹ-جست-این -بس,巴地区圣瑞斯		FR	84	42	421	42247	286	Europe/Paris
6434284	Saint-Just-en-Chevalet	saint-just-en-chevalet	Saint-Just-en-Chevalet,Sen-Zhu-an-Shevale,sheng rui si te-ang she wa lai,Сен-Жу-ан-Шевале,سینٹ-جست-این -کھولت,圣瑞斯特-昂舍瓦莱		FR	84	42	422	42248	1145	Europe/Paris
6434285	Saint-Just-la-Pendue	saint-just-la-pendue	Saint-Just-la-Pendue		FR	84	42	422	42249	1650	Europe/Paris
6434286	Saint-Laurent-la-Conche	saint-laurent-la-conche	Saint-Laurent-la-Conche		FR	84	42	421	42251	621	Europe/Paris
6434287	Saint-Laurent-Rochefort	saint-laurent-rochefort	Saint-Laurent-Rochefort		FR	84	42	421	42252	244	Europe/Paris
6434288	Saint-Léger-sur-Roanne	saint-leger-sur-roanne	Saint-Leger-sur-Roanne,Saint-Léger-sur-Roanne		FR	84	42	422	42253	1139	Europe/Paris
6434289	Saint-Marcel-de-Félines	saint-marcel-de-felines	Saint-Marcel-de-Felines,Saint-Marcel-de-Félines,Sen-Marsel'-de-Felin,sheng ma er sai de fei li nei,Сен-Марсель-де-Фелін,سینٹ-مارسیل-دے-فلنس,圣马尔塞德费利内		FR	84	42	422	42254	818	Europe/Paris
6434290	Saint-Marcel-d'Urfé	saint-marcel-d-urfe			FR	84	42	422	42255	294	Europe/Paris
6434291	Saint-Marcellin-en-Forez	saint-marcellin-en-forez	Saint-Marcellin-en-Forez		FR	84	42	421	42256	4760	Europe/Paris
6434292	Saint-Martin-d'Estréaux	saint-martin-d-estreaux	Saint-Martin-d'Estreaux,Saint-Martin-d'Estréaux		FR	84	42	422	42257	848	Europe/Paris
6434293	Saint-Martin-la-Plaine	saint-martin-la-plaine	Saint-Martin-la-Plaine		FR	84	42	423	42259	3716	Europe/Paris
6434294	Saint-Martin-la-Sauveté	saint-martin-la-sauvete	Sen-Marten-la-Sovte,sheng ma dan la suo wei tai,Сен-Мартен-ла-Совте,سینٹ-مارٹن-لا-سوتے,圣马丹拉索韦泰		FR	84	42	422	42260	993	Europe/Paris
6434295	Saint-Martin-Lestra	saint-martin-lestra	Sen-Marten-Lestra,sheng ma dan lai si te la,Сен-Мартен-Лестра,سینٹ-مارٹن-لیسترا,圣马丹莱斯特拉		FR	84	42	421	42261	889	Europe/Paris
6434296	Saint-Maurice-en-Gourgois	saint-maurice-en-gourgois	Saint-Maurice-en-Gourgois		FR	84	42	421	42262	1823	Europe/Paris
6434297	Saint-Médard-en-Forez	saint-medard-en-forez	Saint-Medard-en-Forez,Saint-Médard-en-Forez,Sen-Medar-an-Fore,fu lei de qu sheng mei da er,Сен-Медар-ан-Форе,سینٹ-میڈرڈ-این -فوریز,福雷地区圣梅达尔		FR	84	42	421	42264	1070	Europe/Paris
6434299	Saint-Nizier-de-Fornas	saint-nizier-de-fornas	Saint-Nizier-de-Fornas,Sant Nicet de Fornas,Sant Nicèt de Fornàs,Sen-Niz'e-de-Forna,sheng ni qi ye de fu er na,Сен-Нізьє-де-Форна,سینٹ-نظیر-دے-فورنس,圣尼齐耶德福尔纳		FR	84	42	421	42266	668	Europe/Paris
6434300	Saint-Nizier-sous-Charlieu	saint-nizier-sous-charlieu	Saint-Nizier-sous-Charlieu		FR	84	42	422	42267	1705	Europe/Paris
6434301	Vézelin-sur-Loire	vezelin-sur-loire	Sen-Pol'-de-Vezelen,Vezelin-sur-Loire,Vézelin-sur-Loire,sheng bo de wei ze lan,Сен-Поль-де-Везелен,سین-پال-دے-وزیلن,圣波德韦泽兰		FR	84	42	422	42268	781	Europe/Paris
6434303	Saint-Paul-en-Cornillon	saint-paul-en-cornillon	Saint-Paul-en-Cornillon,Sant Paul jos Cornilhon,Sen-Pol'-an-Kornijon,ke er ni long de qu sheng bo,syn-pal-yn-kwrnlwn,Сен-Поль-ан-Корнійон,سین-پال-ین-کورنلون,科尔尼隆地区圣波		FR	84	42	423	42270	1358	Europe/Paris
6434304	Saint-Paul-en-Jarez	saint-paul-en-jarez	Saint-Paul-en-Jarez		FR	84	42	423	42271	4837	Europe/Paris
6434305	Saint-Pierre-la-Noaille	saint-pierre-la-noaille	Sen-Perr-la-Noaj,sheng pi ye er la nuo ai er,Сен-Пєрр-ла-Ноай,سین-پیری-لا-نوایلے,圣皮耶尔拉诺艾尔		FR	84	42	422	42273	381	Europe/Paris
6434306	Saint-Polgues	saint-polgues	Saint-Polgues		FR	84	42	422	42274	259	Europe/Paris
6434307	Saint-Priest-en-Jarez	saint-priest-en-jarez	Saint-Priest-en-Jarez,Sen-Prie-an-Zhare,ya lei de qu sheng pu li ye si,Сен-Пріє-ан-Жаре,雅雷地区圣普里耶斯		FR	84	42	423	42275	6147	Europe/Paris
6434308	Saint-Priest-la-Prugne	saint-priest-la-prugne	Saint-Priest-la-Prugne,Sen-Prie-la-Prjun',sheng pu li ye si la pu lu ni,Сен-Пріє-ла-Прюнь,سین-پریسٹ-لا-پرگنے,圣普里耶斯拉普吕尼		FR	84	42	422	42276	435	Europe/Paris
6434309	Saint-Priest-la-Roche	saint-priest-la-roche	Saint-Priest-la-Roche,Sen-Prie-la-Rosh,sheng pu li ye si la luo ke,Сен-Пріє-ла-Рош,سین-پریسٹ-لا-روکھے,圣普里耶斯拉罗克		FR	84	42	422	42277	348	Europe/Paris
6434310	Saint-Priest-la-Vêtre	saint-priest-la-vetre	Saint-Priest-la-Vetre,Saint-Priest-la-Vêtre		FR	84	42	421	42278	150	Europe/Paris
6434311	Saint-Régis-du-Coin	saint-regis-du-coin	Sen-Rezhi-dju-Kuen,Vilanova de Marlhas,Vilanòva de Marlhas,sheng lei ji di kuan,syn-rygs-dw-kwn,Сен-Режі-дю-Куен,سین-ریگس-دو-کون,圣雷吉迪宽		FR	84	42	423	42280	380	Europe/Paris
6434312	Saint-Rirand	saint-rirand	Saint-Rirand,Sen-Riran,sheng li lang,Сен-Риран,سین-ریرانڈ,圣里朗		FR	84	42	422	42281	142	Europe/Paris
6434313	Saint-Romain-d'Urfé	saint-romain-d-urfe	Saint-Romain-d'Urfe,Saint-Romain-d'Urfé		FR	84	42	422	42282	270	Europe/Paris
6434314	Saint-Romain-en-Jarez	saint-romain-en-jarez			FR	84	42	423	42283	1232	Europe/Paris
6434315	Saint-Romain-la-Motte	saint-romain-la-motte	Saint-Romain-la-Motte,Sen-Romen-la-Mott,sheng luo man la mo te,Сен-Ромен-ла-Мотт,سین-رومین-لا-ماٹی,圣罗曼拉莫特		FR	84	42	422	42284	1440	Europe/Paris
6434316	Saint-Romain-le-Puy	saint-romain-le-puy	Saint-Romain-le-Puy		FR	84	42	421	42285	3945	Europe/Paris
6434317	Saint-Romain-les-Atheux	saint-romain-les-atheux	Saint-Romain-les-Atheux,Sant Roman e los Ateus,Sen-Romen-lez-Ate,sheng luo man lai a te,syn-rwmyn-lyzatyw,Сен-Ромен-лез-Ате,سین-رومین-لیزاتیو,圣罗曼莱阿特		FR	84	42	423	42286	968	Europe/Paris
6434318	Saint-Sauveur-en-Rue	saint-sauveur-en-rue	Saint-Sauveur-en-Rue		FR	84	42	423	42287	1096	Europe/Paris
6434319	Saint-Symphorien-de-Lay	saint-symphorien-de-lay	Sen-Semforjan-de-Le,sheng xi mu fu li an de lai,Сен-Семфорян-де-Ле,圣西姆福里安德莱		FR	84	42	422	42289	1895	Europe/Paris
6434320	Saint-Thomas-la-Garde	saint-thomas-la-garde	Saint-Thomas-la-Garde		FR	84	42	421	42290	594	Europe/Paris
6434323	Saint-Vincent-de-Boisset	saint-vincent-de-boisset	Saint-Vincent-de-Boisset,Sen-Vensan-de-Buasse,sheng wan sang de bu wa sai,Сен-Венсан-де-Буассе,圣万桑德布瓦塞		FR	84	42	422	42294	946	Europe/Paris
6434324	Salt-en-Donzy	salt-en-donzy	Sa-an-Donzi,Salt-en-Donzy,dong qi de qu sa er,Са-ан-Донзі,东齐地区萨尔		FR	84	42	421	42296	543	Europe/Paris
6434325	Salvizinet	salvizinet			FR	84	42	421	42297	595	Europe/Paris
6434326	Sauvain	sauvain	Sauvain,Soven,suo wan,Совен,索万		FR	84	42	421	42298	379	Europe/Paris
6434327	Sevelinges	sevelinges	Sevelinges		FR	84	42	422	42300	647	Europe/Paris
6434328	Sorbiers	sorbiers	Sorbe,Sorbiers,soleubie,suo er bi ye er,Сорбє,索尔比耶尔,소르비에		FR	84	42	423	42302	8009	Europe/Paris
6434329	Souternon	souternon	Souternon,Suternon,su tai er nong,Сутернон,苏泰尔农		FR	84	42	422	42303	292	Europe/Paris
6434330	Sury-le-Comtal	sury-le-comtal	Sury-le-Comtal		FR	84	42	421	42304	6417	Europe/Paris
6434331	Tartaras	tartaras	Tartara,Tartaras,ta er ta la,Тартара,塔尔塔拉		FR	84	42	423	42307	840	Europe/Paris
6434332	Thélis-la-Combe	thelis-la-combe	Thelis-la-Combe,Thélis-la-Combe		FR	84	42	423	42310	160	Europe/Paris
6434333	Trelins	trelins	Trelins		FR	84	42	421	42313	648	Europe/Paris
6434334	Unias	unias			FR	84	42	421	42315	439	Europe/Paris
6434335	Unieux	unieux	Unieux		FR	84	42	423	42316	8786	Europe/Paris
6434337	Usson-en-Forez	usson-en-forez	Usson-en-Forez		FR	84	42	421	42318	1494	Europe/Paris
6434338	Valfleury	valfleury	Val'fleri,Valfleury,wa er fu lei li,Вальфлері,瓦尔夫勒里		FR	84	42	423	42320	707	Europe/Paris
6434339	Veauche	veauche	Veauche		FR	84	42	421	42323	8918	Europe/Paris
6434340	Veauchette	veauchette	Veauchette,Voshett,wo xie te,wwsht,Вошетт,ووشت,沃谢特		FR	84	42	421	42324	1190	Europe/Paris
6434341	Vendranges	vendranges	Vendranges		FR	84	42	422	42325	370	Europe/Paris
6434342	Véranne	veranne	Veranne,Véranne		FR	84	42	423	42326	830	Europe/Paris
6434344	Verrières-en-Forez	verrieres-en-forez	Verrier-an-Fore,fu lei de qu wei er li ai,Веррієр-ан-Форе,福雷地区韦尔里埃		FR	84	42	421	42328	694	Europe/Paris
6434345	Villemontais	villemontais	Vil'monte,Villemontais,wei lai meng tai,Вільмонте,维莱蒙泰		FR	84	42	422	42331	1015	Europe/Paris
6434346	Villers	villers	Viller,Villers,wei lai er,Віллер,维莱尔		FR	84	42	422	42333	577	Europe/Paris
6434347	Violay	violay			FR	84	42	422	42334	1233	Europe/Paris
6434348	Viricelles	viricelles	Viricelles		FR	84	42	421	42335	464	Europe/Paris
6434349	Virigneux	virigneux	Virigneux		FR	84	42	421	42336	629	Europe/Paris
6434350	Vivans	vivans	Vivans		FR	84	42	422	42337	231	Europe/Paris
6434351	Chausseterre	chausseterre	Chaucaterra,Chausseterre,Chauçatèrra,Shoseter,Shossterr,shao se tai er,Шосетер,Шосстерр,绍瑟泰尔		FR	84	42	422	42339	231	Europe/Paris
6434352	Frugières-le-Pin	frugieres-le-pin	Frugieres-le-Pin,Frugières-le-Pin		FR	84	43	431	43100	156	Europe/Paris
6434353	Goudet	goudet	Goudet		FR	84	43	432	43101	59	Europe/Paris
6434355	Grèzes	grezes	Gresas,Grez,ge lei ze,Грез,格雷泽		FR	84	43	431	43104	197	Europe/Paris
6434356	Javaugues	javaugues	Javaugues		FR	84	43	431	43105	195	Europe/Paris
6434359	Jullianges	jullianges	Julianja,Zhul'janzh,rui li ang re,Жульянж,瑞利昂热		FR	84	43	432	43108	439	Europe/Paris
6434360	Landos	landos	Landas e la Sauvetat,Lando,Landos,lang duo,Ландо,لینڈوس,朗多		FR	84	43	432	43111	893	Europe/Paris
6434361	Langeac	langeac	Langeac,Lanjac,Lanzhak,lang ya ke,langyak,ranjakku,Ланжак,لانگیاک,ランジャック,朗雅克		FR	84	43	431	43112	3743	Europe/Paris
6434362	Lantriac	lantriac			FR	84	43	432	43113	1931	Europe/Paris
6434363	Lapte	lapte	Lapte		FR	84	43	433	43114	1710	Europe/Paris
6434364	Laussonne	laussonne			FR	84	43	432	43115	1009	Europe/Paris
6434365	Laval-sur-Doulon	laval-sur-doulon	Laval-sur-Doulon		FR	84	43	431	43116	63	Europe/Paris
6434366	Lavaudieu	lavaudieu	Lavaudieu		FR	84	43	431	43117	237	Europe/Paris
6434367	Lavoûte-Chilhac	lavoute-chilhac	Lavoute-Chilhac,Lavoûte-Chilhac		FR	84	43	431	43118	286	Europe/Paris
6434368	Lavoûte-sur-Loire	lavoute-sur-loire	La Vouta de Leir,La Vouta de Polinhac,La Vòuta de Leir,La Vòuta de Polinhac,Lavoute-sur-Loire,Lavoûte-sur-Loire,Lavut-sjur-Luar,lu wa er he pan la wu te,Лавут-сюр-Луар,卢瓦尔河畔拉武特		FR	84	43	432	43119	847	Europe/Paris
6434369	Léotoing	leotoing	Leotoing,Léotoing		FR	84	43	431	43121	242	Europe/Paris
6434370	Lorlanges	lorlanges	Lorlanges		FR	84	43	431	43123	372	Europe/Paris
6434371	Loudes	loudes			FR	84	43	432	43124	908	Europe/Paris
6434372	Lubilhac	lubilhac	Lubilhac		FR	84	43	431	43125	87	Europe/Paris
6434373	Malrevers	malrevers	Malrevers		FR	84	43	432	43126	750	Europe/Paris
6434374	Malvalette	malvalette	Malvalette		FR	84	43	433	43127	828	Europe/Paris
6434375	Malvières	malvieres	Malvieres,Malvières		FR	84	43	431	43128	136	Europe/Paris
6434376	Mazet-Saint-Voy	mazet-saint-voy			FR	84	43	433	43130	1114	Europe/Paris
6434377	Mézères	mezeres	Mezeres,Mézères		FR	84	43	432	43134	160	Europe/Paris
6434378	Monistrol-d'Allier	monistrol-d-allier			FR	84	43	431	43136	197	Europe/Paris
6434379	Monistrol-sur-Loire	monistrol-sur-loire	Monistrol-sur-Loire		FR	84	43	433	43137	8756	Europe/Paris
6434380	Monlet	monlet	Monle,Monlet,Montlet,meng lai,Монле,蒙莱		FR	84	43	432	43138	409	Europe/Paris
6434381	Montclard	montclard			FR	84	43	431	43139	56	Europe/Paris
6434382	Montregard	montregard	Montregard		FR	84	43	433	43142	601	Europe/Paris
6434383	Montusclat	montusclat	Montusclat		FR	84	43	432	43143	144	Europe/Paris
6434384	Moudeyres	moudeyres			FR	84	43	432	43144	104	Europe/Paris
6434385	Ouides	ouides	Ouides		FR	84	43	432	43145	57	Europe/Paris
6434386	Paulhaguet	paulhaguet	Paulhaguet,Polage,bo ya gai,Полаге,波亚盖		FR	84	43	431	43148	875	Europe/Paris
6434387	Pébrac	pebrac	Pebrac,Pebrak,Pébrac,pei bu la ke,Пебрак,佩布拉克		FR	84	43	431	43149	115	Europe/Paris
6434388	Pinols	pinols	Pinols		FR	84	43	431	43151	198	Europe/Paris
6434389	Polignac	polignac	Polin'jak,Polinhac,bo li ni ya ke,porinyakku,Полиньяк,Поліньяк,ポリニャック,波利尼亚克		FR	84	43	432	43152	2816	Europe/Paris
6434390	Pont-Salomon	pont-salomon	Pon-Salomon,Pont de Salamon,Pònt de Salamon,peng sa luo meng,Пон-Саломон,蓬萨洛蒙		FR	84	43	433	43153	2077	Europe/Paris
6434391	Présailles	presailles	Presailles,Presalhas,Prezaj,Présailles,pu lei sai lai,Презай,普雷赛莱		FR	84	43	432	43156	126	Europe/Paris
6434392	Queyrières	queyrieres	Cairiera,Cairièra,Kejr'er,Kejrer,Queireiras,Queyrieres,Queyrières,qu ai li ai,Кейрьер,Кейрєр,屈埃里埃		FR	84	43	432	43158	304	Europe/Paris
6434393	Raucoules	raucoules	Raucoules		FR	84	43	433	43159	913	Europe/Paris
6434394	Rauret	rauret	Rauret		FR	84	43	432	43160	195	Europe/Paris
6434395	Retournac	retournac	Retournac		FR	84	43	433	43162	2898	Europe/Paris
6434396	Riotord	riotord	Riotord,Riutort,Riutòrt,Rjotor,li ao tuo er,riotoru,Рйотор,リオトール,里奥托尔		FR	84	43	433	43163	1174	Europe/Paris
6434397	Roche-en-Régnier	roche-en-regnier	Roche-en-Regnier,Roche-en-Régnier		FR	84	43	432	43164	501	Europe/Paris
6434398	Rosières	rosieres	Rosieiras,Rosieres,Rosièiras,Rosières,Roz'er,luo xi ai,Розьер,Розьєр,罗西埃		FR	84	43	432	43165	1532	Europe/Paris
6434399	Saint-Arcons-de-Barges	saint-arcons-de-barges			FR	84	43	432	43168	121	Europe/Paris
6434401	Saint-Bérain	saint-berain	Saint-Berain,Saint-Bérain		FR	84	43	431	43171	87	Europe/Paris
6434403	Saint-Christophe-d'Allier	saint-christophe-d-allier	Saint-Christophe-d'Allier		FR	84	43	431	43173	92	Europe/Paris
6434404	Saint-Christophe-sur-Dolaison	saint-christophe-sur-dolaison	Saint-Christophe-sur-Dolaison,Sant Cristou e Dolaison,Sant Cristòu e Dolaison,Sen-Kristof-sjur-Dolezon,duo lai song he pan sheng ke li si tuo fu,Сен-Кристоф-сюр-Долезон,سینٹ-کروسٹوفے-سر-دولیسوں,多莱松河畔圣克里斯托夫		FR	84	43	432	43174	952	Europe/Paris
6434406	Saint-Didier-en-Velay	saint-didier-en-velay	Saint-Didier-en-Velay,Sant Desdeir de Velai,Sant Desdèir de Velai,Sen-Did'er-an-Vele,san=didie=an=vure,wei lai de qu sheng di di ye,Сен-Дидьер-ан-Веле,Сен-Дідьєр-ан-Веле,سینٹ-ددئر-این -ویلے,サン＝ディディエ＝アン＝ヴレ,韦莱地区圣迪迪耶		FR	84	43	433	43177	3424	Europe/Paris
6434407	Saint-Didier-sur-Doulon	saint-didier-sur-doulon			FR	84	43	431	43178	196	Europe/Paris
6434408	Saint-Étienne-du-Vigan	saint-etienne-du-vigan	Saint-Etienne-du-Vigan,Saint-Étienne-du-Vigan,Sant Esteve del Vigan,Sant Estève del Vigan,Sent-Et'enn-dju-Vigan,sheng ai di an di wei gang,Сент-Етьенн-дю-Виган,Сент-Етьєнн-дю-Віган,سینٹ-ایٹیینے-دو-ویگن,圣埃蒂安迪维冈		FR	84	43	432	43180	101	Europe/Paris
6434409	Saint-Étienne-Lardeyrol	saint-etienne-lardeyrol	Saint-Etienne-Lardeyrol,Saint-Étienne-Lardeyrol,Sant Esteve,Sant Esteve de lArdeirou,Sant Estève,Sant Estève de lArdeiròu,Sent-Et'enn-Lardejrol',sheng ai di an la er dai luo,Сент-Етьенн-Лардейроль,Сент-Етьєнн-Лардейроль,سینٹ-ایٹیینے-لارڈےرول,圣埃蒂安拉尔代罗		FR	84	43	432	43181	760	Europe/Paris
6434410	Saint-Étienne-sur-Blesle	saint-etienne-sur-blesle			FR	84	43	431	43182	56	Europe/Paris
6434411	Sainte-Eugénie-de-Villeneuve	sainte-eugenie-de-villeneuve			FR	84	43	431	43183	99	Europe/Paris
6434413	Sainte-Florine	sainte-florine	Sainte-Florine		FR	84	43	431	43185	3123	Europe/Paris
6434414	Saint-Front	saint-front	Saint-Front,Sant Front,Sen-Fron,sheng fu long,Сен-Фрон,سینٹ-فرنٹ، ہوتے-لڑے,圣夫龙		FR	84	43	432	43186	401	Europe/Paris
6434415	Saint-Geneys-près-Saint-Paulien	saint-geneys-pres-saint-paulien	Saint-Geneys-pres-Saint-Paulien,Saint-Geneys-près-Saint-Paulien		FR	84	43	432	43187	313	Europe/Paris
6434416	Saint-Georges-d'Aurac	saint-georges-d-aurac	Saint-Georges-d'Aurac		FR	84	43	431	43188	469	Europe/Paris
6434417	Saint-Germain-Laprade	saint-germain-laprade	Saint-Germain-Laprade,Sant German de la Prada,Sen-Zhermen-Laprad,sheng ri er man la pu la de,Сен-Жермен-Лапрад,سینٹ-گرمین-لپرادے,圣日尔曼拉普拉德		FR	84	43	432	43190	3611	Europe/Paris
6434418	Saint-Géron	saint-geron	Saint-Geron,Saint-Géron		FR	84	43	431	43191	258	Europe/Paris
6434419	Saint-Haon	saint-haon	Saint-Haon,Sant Aon,Sen-Aon,sheng ang,Сен-Аон,سینٹ-ہوں,圣昂		FR	84	43	432	43192	308	Europe/Paris
6434420	Saint-Hostien	saint-hostien	Saint-Hostien,Sant Ostian,Sen-Ost'jan,sheng ao si di an,Сен-Остьян,سینٹ-ہوسٹیں,圣奥斯蒂安		FR	84	43	432	43194	745	Europe/Paris
6434421	Saint-Ilpize	saint-ilpize	Saint-Ilpize,Sant Ilpidi,Sent-Ijpiz,santirupizu,sheng yi er pi ci,Сент-Ійпіз,Сент-Ийпиз,سینٹ-الپیزے,サンティルピズ,圣伊尔皮兹		FR	84	43	431	43195	190	Europe/Paris
6434422	Saint-Jean-d'Aubrigoux	saint-jean-d-aubrigoux	Saint-Jean-d'Aubrigoux		FR	84	43	432	43196	179	Europe/Paris
6434423	Saint-Jean-de-Nay	saint-jean-de-nay	Saint-Jean-de-Nay		FR	84	43	432	43197	356	Europe/Paris
6434424	Saint-Jean-Lachalm	saint-jean-lachalm	Saint-Jean-Lachalm		FR	84	43	432	43198	285	Europe/Paris
6434425	Saint-Julien-Chapteuil	saint-julien-chapteuil	Saint-Julien-Chapteuil		FR	84	43	432	43200	1881	Europe/Paris
6434426	Saint-Julien-d'Ance	saint-julien-d-ance	Saint-Julien-d'Ance		FR	84	43	432	43201	248	Europe/Paris
6434427	Saint-Julien-des-Chazes	saint-julien-des-chazes	Saint-Julien-des-Chazes,Sant Julian de las Chasas,Sen-Zhul'en-de-Shaz,sheng rui li an dai sha ze,Сен-Жульен-де-Шаз,Сен-Жульєн-де-Шаз,سینٹ-جلیں -دس-چزیس,圣瑞利安代沙泽		FR	84	43	431	43202	66	Europe/Paris
6434428	Saint-Julien-du-Pinet	saint-julien-du-pinet	Saint-Julien-du-Pinet		FR	84	43	433	43203	464	Europe/Paris
6434429	Saint-Julien-Molhesabate	saint-julien-molhesabate	Saint-Julien-Molhesabate		FR	84	43	433	43204	175	Europe/Paris
6434430	Saint-Just-Malmont	saint-just-malmont			FR	84	43	433	43205	4165	Europe/Paris
6434431	Saint-Just-près-Brioude	saint-just-pres-brioude	Saint-Just-pres-Brioude,Saint-Just-près-Brioude		FR	84	43	431	43206	426	Europe/Paris
6434432	Saint-Laurent-Chabreuges	saint-laurent-chabreuges	Saint-Laurent-Chabreuges		FR	84	43	431	43207	263	Europe/Paris
6434433	Saint-Martin-de-Fugères	saint-martin-de-fugeres	Saint-Martin-de-Fugeres,Saint-Martin-de-Fugères		FR	84	43	432	43210	218	Europe/Paris
6434434	Saint-Maurice-de-Lignon	saint-maurice-de-lignon	Saint-Maurice-de-Lignon,Sant Maurise,Sen-Moris-de-Lin'on,sheng mo li ke de li ni weng,Сен-Морис-де-Линьон,Сен-Морис-де-Ліньон,سینٹ-موریس-دے-لگنوں,圣莫里克德利尼翁		FR	84	43	433	43211	2579	Europe/Paris
6434435	Saint-Pal-de-Mons	saint-pal-de-mons	Saint-Pal-de-Mons		FR	84	43	433	43213	2277	Europe/Paris
6434436	Saint-Pal-de-Senouire	saint-pal-de-senouire	Saint-Pal-de-Senouire		FR	84	43	431	43214	110	Europe/Paris
6434437	Saint-Paul-de-Tartas	saint-paul-de-tartas	Saint-Paul-de-Tartas,Sant Paul de Tartas,Sant Paul de Tartàs,Sen-Pol'-de-Tarta,sheng bo de ta er ta,Сен-Поль-де-Тарта,سین-پال-دے-ترٹاس,圣波德塔尔塔		FR	84	43	432	43215	201	Europe/Paris
6434438	Saint-Pierre-Eynac	saint-pierre-eynac	Saint-Pierre-Eynac		FR	84	43	432	43218	1125	Europe/Paris
6434439	Saint-Préjet-Armandon	saint-prejet-armandon	Saint-Prejet-Armandon,Saint-Préjet-Armandon		FR	84	43	431	43219	103	Europe/Paris
6434440	Saint-Préjet-d'Allier	saint-prejet-d-allier	Saint-Prejet-d'Allier,Saint-Préjet-d'Allier		FR	84	43	431	43220	159	Europe/Paris
6434441	Saint-Privat-d'Allier	saint-privat-d-allier			FR	84	43	432	43221	405	Europe/Paris
6434442	Saint-Privat-du-Dragon	saint-privat-du-dragon	Saint-Privat-du-Dragon		FR	84	43	431	43222	157	Europe/Paris
6434443	Saint-Romain-Lachalm	saint-romain-lachalm	Saint-Romain-Lachalm,Sant Roman de la Chalm,Sen-Romen-Lashal'm,sheng luo man la sha er mu,syn-rwmyn-lachalm,Сен-Ромен-Лашальм,سین-رومین-لاچالم,圣罗曼拉沙尔姆		FR	84	43	433	43223	1082	Europe/Paris
6434444	Sainte-Sigolène	sainte-sigolene	Sainte-Sigolene,Sainte-Sigolène		FR	84	43	433	43224	5959	Europe/Paris
6434445	Saint-Vénérand	saint-venerand	Saint-Venerand,Saint-Vénérand		FR	84	43	431	43225	51	Europe/Paris
6434446	Saint-Vert	saint-vert	Saint-Vert		FR	84	43	431	43226	111	Europe/Paris
6434447	Saint-Victor-Malescours	saint-victor-malescours	Saint-Victor-Malescours		FR	84	43	433	43227	826	Europe/Paris
6434448	Saint-Victor-sur-Arlanc	saint-victor-sur-arlanc			FR	84	43	432	43228	86	Europe/Paris
6434449	Saint-Vidal	saint-vidal	Saint-Vidal,Sant Vidal,Sen-Vidal',sheng wei da,Сен-Видаль,Сен-Відаль,圣维达		FR	84	43	432	43229	597	Europe/Paris
6434450	Salzuit	salzuit	Salzuit		FR	84	43	431	43232	365	Europe/Paris
6434451	Sanssac-l'Église	sanssac-l-eglise			FR	84	43	432	43233	1136	Europe/Paris
6434452	Sembadel	sembadel	Sembadel		FR	84	43	431	43237	230	Europe/Paris
6434453	Séneujols	seneujols	Seneujols,Senezhol',Sinujous de Velai,Sinujòus de Velai,Séneujols,sai na ruo er,Сенежоль,塞纳若尔		FR	84	43	432	43238	315	Europe/Paris
6434454	Solignac-sous-Roche	solignac-sous-roche	Solignac-sous-Roche		FR	84	43	433	43240	233	Europe/Paris
6434455	Solignac-sur-Loire	solignac-sur-loire	Solanhac,Solanhac de Leir,Solanhac de Lèir,Solin'jak-sjur-Luar,lu wa er he pan suo li ni ya ke,Солиньяк-сюр-Луар,Соліньяк-сюр-Луар,卢瓦尔河畔索利尼亚克		FR	84	43	432	43241	1264	Europe/Paris
6434456	Tailhac	tailhac	Tailhac		FR	84	43	431	43242	73	Europe/Paris
6434457	Thoras	thoras			FR	84	43	431	43245	234	Europe/Paris
6434458	Tiranges	tiranges	Tiranges		FR	84	43	433	43246	476	Europe/Paris
6434459	Torsiac	torsiac	Torsiac		FR	84	43	431	43247	71	Europe/Paris
6434460	Valprivas	valprivas	Val'priva,Valprivas,Vauprivas,Vauprivàs,falbryfas,wa er pu li wa,Вальприва,فالبريفاس,瓦尔普里瓦		FR	84	43	433	43249	496	Europe/Paris
6434461	Vals-le-Chastel	vals-le-chastel			FR	84	43	431	43250	44	Europe/Paris
6434462	Vals-près-le-Puy	vals-pres-le-puy	Val'-pre-le-Pjui,Vals de Velai,Vals-pres-le-Puy,Vals-près-le-Puy,wa er pu lei si-er pi yi,Валь-пре-ле-Пюи,Валь-пре-ле-Пюї,瓦尔普雷斯-尔皮伊		FR	84	43	432	43251	3354	Europe/Paris
6434463	Varennes-Saint-Honorat	varennes-saint-honorat	Varennes-Saint-Honorat		FR	84	43	432	43252	24	Europe/Paris
6434464	Vazeilles-Limandre	vazeilles-limandre	Vazeilles-Limandre		FR	84	43	432	43254	251	Europe/Paris
6434466	Venteuges	venteuges	Venteuges		FR	84	43	431	43256	351	Europe/Paris
6434467	Vergezac	vergezac	Sant Remic de Velai,Vergezac,Verzhezak,wei er re zha ke,wrgzk,Вержезак,ورگزک,韦尔热扎克		FR	84	43	432	43257	497	Europe/Paris
6434468	Vergongheon	vergongheon	Vergongheon		FR	84	43	431	43258	1858	Europe/Paris
6434469	Vernassal	vernassal	Vernassal,Vernassal',Vernassau de Fitz,wei er na sa,wrnsl,Вернассаль,ورنسل,韦尔纳萨		FR	84	43	432	43259	351	Europe/Paris
6434470	Vézézoux	vezezoux	Vesedon,Vezezu,wei ze zu,Везезу,韦泽祖		FR	84	43	431	43261	588	Europe/Paris
6434471	Vieille-Brioude	vieille-brioude	La Vielha de Briude,V'ej-Briud,Vej-Briud,Vieille-Brioude,Vielha Briude,Vièlha Briude,wei ye yi er bu li wu de,Вьей-Бриуд,Вєй-Бріуд,维耶伊尔布里乌德		FR	84	43	431	43262	1203	Europe/Paris
6434472	Vielprat	vielprat	Vielprat		FR	84	43	432	43263	49	Europe/Paris
6434473	Villeneuve-d'Allier	villeneuve-d-allier	Villeneuve-d'Allier		FR	84	43	431	43264	290	Europe/Paris
6434474	Vorey	vorey	Vore-sjur-Arzon,Vorei,Vorey,Vorey-sur-Arzon,Vorèi,wo lei,Воре-сюр-Арзон,沃雷		FR	84	43	432	43267	1434	Europe/Paris
6434475	Yssingeaux	yssingeaux	Yssingeaux		FR	84	43	433	43268	7162	Europe/Paris
6434476	Monnières	monnieres	Meliner,Monn'er,Monnieres,Monnières,mo ni ai,Монньєр,莫尼埃		FR	52	44	442	44100	2179	Europe/Paris
6434478	Montoir-de-Bretagne	montoir-de-bretagne			FR	52	44	443	44103	7079	Europe/Paris
6434480	Mouais	mouais			FR	52	44	445	44105	384	Europe/Paris
6434481	Mouzeil	mouzeil	Mouzeil		FR	52	44	445	44107	1874	Europe/Paris
6434482	Mouzillon	mouzillon	Maodilon,Mouzillon,Muzijon,mu qi long,Музійон,穆齐隆		FR	52	44	442	44108	2810	Europe/Paris
6434483	Nantes	nantes	Gorad Nant,Nant,Nantas,Nante,Nantes,Nanti,Nanto,Naoned,Portus Namnetum,n xngt,namta,nan te,nangteu,nant,nanta,nanto,nantu,nantyz,naunta,Νάντη,Горад Нант,Нант,Նանտ,נאנט,نانت,نانتیز,नाँत,नांत,ਨੌਂਤ,நாந்து,น็องต์,ნანტი,ナント,南特,낭트		FR	52	44	442	44109	306694	Europe/Paris
6434484	Nort-sur-Erdre	nort-sur-erdre	Nort-sur-Erdre		FR	52	44	445	44110	8651	Europe/Paris
6434485	Notre-Dame-des-Landes	notre-dame-des-landes	Notre-Dame-des-Landes		FR	52	44	445	44111	2144	Europe/Paris
6434486	Noyal-sur-Brutz	noyal-sur-brutz	Noyal-sur-Brutz		FR	52	44	445	44112	592	Europe/Paris
6434487	Orvault	orvault			FR	52	44	442	44114	25931	Europe/Paris
6434488	Pannecé	pannece	Pannece,Pannecé		FR	52	44	445	44118	1342	Europe/Paris
6434489	Paulx	paulx	Palud,Paulx,Pol',bo er,Поль,波尔		FR	52	44	442	44119	1978	Europe/Paris
6434490	Petit-Auverné	petit-auverne			FR	52	44	445	44121	429	Europe/Paris
6434491	Petit-Mars	petit-mars	Petit-Mars		FR	52	44	445	44122	3605	Europe/Paris
6434492	Pierric	pierric	Pierric		FR	52	44	445	44123	983	Europe/Paris
6434493	Piriac-sur-Mer	piriac-sur-mer	Piriac-sur-Mer		FR	52	44	443	44125	2261	Europe/Paris
6434494	Pontchâteau	pontchateau	Pontchateau,Pontchâteau		FR	52	44	443	44129	10666	Europe/Paris
6434495	Pont-Saint-Martin	pont-saint-martin	Pon-Sen-Marten,Pont-Marzhin,peng sheng ma er tan,pon=san=marutan,Пон-Сен-Мартен,ポン＝サン＝マルタン,蓬圣马尔坦		FR	52	44	442	44130	5877	Europe/Paris
6434496	Pornic	pornic			FR	52	44	443	44131	14703	Europe/Paris
6434497	Port-Saint-Père	port-saint-pere	Port-Saint-Pere,Port-Saint-Père		FR	52	44	442	44133	2910	Europe/Paris
6434498	Pouillé-les-Côteaux	pouille-les-coteaux	Pouille-les-Coteaux,Pouillé-les-Côteaux		FR	52	44	445	44134	1025	Europe/Paris
6434499	Préfailles	prefailles	Prefailles,Préfailles		FR	52	44	443	44136	1223	Europe/Paris
6434500	Prinquiau	prinquiau			FR	52	44	443	44137	3476	Europe/Paris
6434501	Puceul	puceul	Pjusel',Puceul,Punsel,Puñsel,pi se,Пюсель,皮瑟		FR	52	44	445	44138	1119	Europe/Paris
6434502	Quilly	quilly	Kii,Killig,Quilly,kiri,qu yi li,Кії,キリー,屈伊利		FR	52	44	443	44139	1379	Europe/Paris
6434504	Riaillé	riaille	Riaille,Riaillé		FR	52	44	445	44144	2319	Europe/Paris
6434505	Rouans	rouans	Rouans		FR	52	44	442	44145	2913	Europe/Paris
6434506	Ruffigné	ruffigne	Ruffigne,Ruffigné		FR	52	44	445	44148	708	Europe/Paris
6434507	Saffré	saffre			FR	52	44	445	44149	3860	Europe/Paris
6434508	Saint-André-des-Eaux	saint-andre-des-eaux	Saint-Andre-des-Eaux,Saint-André-des-Eaux,Sanctus Andreas prope Guerrandiam,Sant-Andrev-an-Doureier,Sent-Andre-dez-O,sheng ang de lei dai ao,Сент-Андре-дез-О,سینٹ-آندرے-دس-وا، لڑے-اٹلانتقوے,圣昂德雷代奥		FR	52	44	443	44151	6355	Europe/Paris
6434509	Saint-Aubin-des-Châteaux	saint-aubin-des-chateaux	Saint-Aubin-des-Chateaux,Saint-Aubin-des-Châteaux		FR	52	44	445	44153	1777	Europe/Paris
6434511	Saint-Étienne-de-Montluc	saint-etienne-de-montluc	Saint-Etienne-de-Montluc,Saint-Étienne-de-Montluc		FR	52	44	442	44158	6952	Europe/Paris
6434512	Saint-Fiacre-sur-Maine	saint-fiacre-sur-maine	Saint-Fiacre-sur-Maine		FR	52	44	442	44159	1186	Europe/Paris
6434514	Saint-Gildas-des-Bois	saint-gildas-des-bois	Gweltaz-Lambrizig,Saint-Gildas-des-Bois,Sanctus Gildasius de Nemore,Sen-Zhil'da-de-Bua,sheng ri er da-de bu wa,Сен-Жильда-де-Буа,سینٹ-گلدس-دس-بوس,圣日尔达-德布瓦		FR	52	44	443	44161	3776	Europe/Paris
6434515	Saint-Herblain	saint-herblain	Saint-Herblain		FR	52	44	442	44162	46603	Europe/Paris
6434516	Vair-sur-Loire	vair-sur-loire			FR	52	44	445	44163	4624	Europe/Paris
6434517	Saint-Hilaire-de-Chaléons	saint-hilaire-de-chaleons	Saint-Hilaire-de-Chaleons,Saint-Hilaire-de-Chaléons		FR	52	44	443	44164	2265	Europe/Paris
6434519	Saint-Jean-de-Boiseau	saint-jean-de-boiseau	Saint-Jean-de-Boiseau		FR	52	44	442	44166	5692	Europe/Paris
6434520	Saint-Joachim	saint-joachim	Saint-Joachim,Sant-Yoasin,Sen-Zhoashim,san=joashan,sheng ruo a xi mu,Сен-Жоашим,سینٹ-جوکھم,サン＝ジョアシャン,圣若阿希姆		FR	52	44	443	44168	3983	Europe/Paris
6434521	Saint-Julien-de-Concelles	saint-julien-de-concelles	Saint-Julien-de-Concelles		FR	52	44	442	44169	6888	Europe/Paris
6434522	Saint-Julien-de-Vouvantes	saint-julien-de-vouvantes	Saint-Julien-de-Vouvantes		FR	52	44	445	44170	973	Europe/Paris
6434523	Saint-Léger-les-Vignes	saint-leger-les-vignes	Saint-Leger-les-Vignes,Saint-Léger-les-Vignes		FR	52	44	442	44171	1776	Europe/Paris
6434524	Sainte-Luce-sur-Loire	sainte-luce-sur-loire	Sainte-Luce-sur-Loire		FR	52	44	442	44172	15247	Europe/Paris
6434525	Saint-Lumine-de-Clisson	saint-lumine-de-clisson			FR	52	44	442	44173	2109	Europe/Paris
6434526	Saint-Lumine-de-Coutais	saint-lumine-de-coutais	Saint-Lumine-de-Coutais		FR	52	44	442	44174	2128	Europe/Paris
6434527	Saint-Lyphard	saint-lyphard	Sanctus Limphardus,Sant-Lefer,Sen-Lifar,san=rifaru,sheng li fa er,Сен-Ліфар,سینٹ-لیفرد,サン＝リファール,圣利法尔		FR	52	44	443	44175	4699	Europe/Paris
6434528	Saint-Malo-de-Guersac	saint-malo-de-guersac	Saint-Malo-de-Guersac		FR	52	44	443	44176	3175	Europe/Paris
6434529	Saint-Mars-de-Coutais	saint-mars-de-coutais	Saint-Mars-de-Coutais		FR	52	44	442	44178	2630	Europe/Paris
6434530	Vallons-de-l'Erdre	vallons-de-l-erdre	Vallons-de-l'Erdre		FR	52	44	445	44180	6589	Europe/Paris
6434532	Saint-Michel-Chef-Chef	saint-michel-chef-chef	Saint-Michel-Chef-Chef		FR	52	44	443	44182	4813	Europe/Paris
6434533	Saint-Molf	saint-molf	Saint-Molf		FR	52	44	443	44183	2560	Europe/Paris
6434534	Saint-Nazaire	saint-nazaire	Saint-Nazaire		FR	52	44	443	44184	69719	Europe/Paris
6434536	Sainte-Pazanne	sainte-pazanne	Sainte-Pazanne		FR	52	44	442	44186	6659	Europe/Paris
6434537	Saint-Père-en-Retz	saint-pere-en-retz	Saint-Pere-en-Retz,Saint-Père-en-Retz		FR	52	44	443	44187	4553	Europe/Paris
6434538	Saint-Philbert-de-Grand-Lieu	saint-philbert-de-grand-lieu	Saint-Philbert-de-Grand-Lieu		FR	52	44	442	44188	8851	Europe/Paris
6434539	Sainte-Reine-de-Bretagne	sainte-reine-de-bretagne	Sainte-Reine-de-Bretagne,Santez-Rouanez-Breizh,Sent-Ren-de-Bretan',santo=renu=do=burutanyu,sheng lan de bu lei ta ni,Сент-Рен-де-Бретань,سین-رینے-دے-برتگنے,サント＝レーヌ＝ド＝ブルターニュ,圣兰德布雷塔尼		FR	52	44	443	44189	2353	Europe/Paris
6434540	Saint-Sébastien-sur-Loire	saint-sebastien-sur-loire	Saint-Sebastien-sur-Loire,Saint-Sébastien-sur-Loire		FR	52	44	442	44190	26872	Europe/Paris
6434541	Saint-Viaud	saint-viaud	Sanctus Vitalis,Sant-Widel-Skovrid,Sen-Vjo,sheng wei ao,Сен-Вйо,圣维奥		FR	52	44	443	44192	2457	Europe/Paris
6434542	Saint-Vincent-des-Landes	saint-vincent-des-landes	Saint-Vincent-des-Landes,Sanctus Vincentius de Landis,Sant-Visant-al-Lann,Sen-Vensan-de-Land,san=vu~ansan=de=rando,sheng wan sang dai lang dai,Сен-Венсан-де-Ланд,サン＝ヴァンサン＝デ＝ランド,圣万桑代朗代		FR	52	44	445	44193	1521	Europe/Paris
6434543	Sautron	sautron	Sautron		FR	52	44	442	44194	7915	Europe/Paris
6434544	Savenay	savenay	Savenay		FR	52	44	443	44195	8448	Europe/Paris
6434545	Sévérac	severac	Severac,Severak,Severeg,Sévérac,sai wei la ke,Северак,塞韦拉克		FR	52	44	443	44196	1628	Europe/Paris
6434546	Sion-les-Mines	sion-les-mines	Sion-les-Mines		FR	52	44	445	44197	1598	Europe/Paris
6434547	Soudan	soudan	Saoudan,Solzennum,Soudan,Sudan,su dang,sudan,Судан,スーダン,苏当		FR	52	44	445	44199	2000	Europe/Paris
6434548	Soulvache	soulvache	Soulvache		FR	52	44	445	44200	351	Europe/Paris
6434549	Thouaré-sur-Loire	thouare-sur-loire			FR	52	44	442	44204	9778	Europe/Paris
6434551	Trans-sur-Erdre	trans-sur-erdre	Trans-sur-Erdre		FR	52	44	445	44207	1065	Europe/Paris
6434552	Treffieux	treffieux	Treffieux		FR	52	44	445	44208	862	Europe/Paris
6434553	Treillières	treillieres	Treillieres,Treillières		FR	52	44	445	44209	8978	Europe/Paris
6434554	Trignac	trignac	Trignac		FR	52	44	443	44210	7871	Europe/Paris
6434555	Vallet	vallet	Gwaled,Valle,wa lai,Валле,瓦莱		FR	52	44	442	44212	8953	Europe/Paris
6434556	Loireauxence	loireauxence	Gwared,Loireauxence,Varad,Varesda,vu~arado,wa la dai,Варад,ヴァラド,瓦拉代		FR	52	44	445	44213	7540	Europe/Paris
6434557	Vay	vay	Gwez,Vay,Ve,way  lyr atlntyqw,Ве,وای، لیر اتلنتیقو		FR	52	44	445	44214	2060	Europe/Paris
6434558	Vertou	vertou	Vertou		FR	52	44	442	44215	23581	Europe/Paris
6434559	Vieillevigne	vieillevigne	Henwinieg,Vejvin',Vieillevigne,vu~ieiyuvu~inyu,wei ye yi lei wei ni,Вєйвінь,ヴィエイユヴィーニュ,维耶伊勒维尼		FR	52	44	442	44216	3961	Europe/Paris
6434560	Vigneux-de-Bretagne	vigneux-de-bretagne			FR	52	44	445	44217	5923	Europe/Paris
6434561	Villepot	villepot	Villepot		FR	52	44	445	44218	662	Europe/Paris
6434563	Vue	vue	Gwagenez,Vju,Vue,wei ai,Вю,维埃		FR	52	44	442	44220	1648	Europe/Paris
6434564	Combleux	combleux	Combleux		FR	24	45	452	45100	504	Europe/Paris
6434565	Combreux	combreux			FR	24	45	452	45101	277	Europe/Paris
6434566	Conflans-sur-Loing	conflans-sur-loing	Conflans-sur-Loing		FR	24	45	451	45102	369	Europe/Paris
6434567	Corbeilles	corbeilles			FR	24	45	451	45103	1540	Europe/Paris
6434568	Corquilleroy	corquilleroy	Corquilleroy		FR	24	45	451	45104	2797	Europe/Paris
6434569	Cortrat	cortrat	Cortrat		FR	24	45	451	45105	77	Europe/Paris
6434570	Coudroy	coudroy	Coudroy		FR	24	45	451	45107	330	Europe/Paris
6434571	Coullons	coullons	Coullons		FR	24	45	451	45108	2430	Europe/Paris
6434572	Coulmiers	coulmiers			FR	24	45	452	45109	544	Europe/Paris
6434573	Courcy-aux-Loges	courcy-aux-loges	Courcy-aux-Loges		FR	24	45	453	45111	436	Europe/Paris
6434574	Courtemaux	courtemaux	Courtemaux		FR	24	45	451	45113	265	Europe/Paris
6434575	Courtempierre	courtempierre	Courtempierre		FR	24	45	451	45114	236	Europe/Paris
6434576	Courtenay	courtenay	Courtenay,Kortne,Kurtene,ku er te nai,Кортне,Куртене,库尔特奈		FR	24	45	451	45115	4035	Europe/Paris
6434577	Crottes-en-Pithiverais	crottes-en-pithiverais	Crottes-en-Pithiverais		FR	24	45	453	45118	339	Europe/Paris
6434578	Dadonville	dadonville	Dadonville		FR	24	45	453	45119	2434	Europe/Paris
6434579	Dammarie-en-Puisaye	dammarie-en-puisaye	Dammarie-en-Puisaye		FR	24	45	451	45120	172	Europe/Paris
6434580	Dammarie-sur-Loing	dammarie-sur-loing			FR	24	45	451	45121	498	Europe/Paris
6434581	Dampierre-en-Burly	dampierre-en-burly	Dampierre-en-Burly		FR	24	45	452	45122	1490	Europe/Paris
6434582	Darvoy	darvoy	Darvoy		FR	24	45	452	45123	1872	Europe/Paris
6434584	Donnery	donnery	Donnery		FR	24	45	452	45126	2779	Europe/Paris
6434585	Dordives	dordives	Dordives		FR	24	45	451	45127	3340	Europe/Paris
6434586	Douchy-Montcorbon	douchy-montcorbon	Douchy-Montcorbon,Dushi,Души,Душі		FR	24	45	451	45129	1431	Europe/Paris
6434587	Dry	dry	Dri,Дрі		FR	24	45	452	45130	1395	Europe/Paris
6434588	Échilleuses	echilleuses			FR	24	45	453	45131	395	Europe/Paris
6434589	Égry	egry	Egry,Égry		FR	24	45	453	45132	368	Europe/Paris
6434590	Engenville	engenville	Engenville		FR	24	45	453	45133	566	Europe/Paris
6434591	Épieds-en-Beauce	epieds-en-beauce	Epieds-en-Beauce,Épieds-en-Beauce		FR	24	45	452	45134	1455	Europe/Paris
6434592	Erceville	erceville	Erceville		FR	24	45	453	45135	309	Europe/Paris
6434593	Ervauville	ervauville	Ervauville		FR	24	45	451	45136	550	Europe/Paris
6434594	Escrennes	escrennes	Escrennes		FR	24	45	453	45137	736	Europe/Paris
6434595	Escrignelles	escrignelles	Escrignelles		FR	24	45	451	45138	52	Europe/Paris
6434596	Estouy	estouy	Estouy		FR	24	45	453	45139	524	Europe/Paris
6434597	Faverelles	faverelles	Faverelles		FR	24	45	451	45141	153	Europe/Paris
6434598	Fay-aux-Loges	fay-aux-loges	Fay-aux-Loges,Fe-o-Lozh,fai=o=roju,fei ao luo re,Фе-о-Лож,ファイ＝オー＝ロジュ,费奥洛热		FR	24	45	452	45142	3758	Europe/Paris
6434600	Férolles	ferolles	Ferolles,Férolles		FR	24	45	452	45144	1157	Europe/Paris
6434601	Fleury-les-Aubrais	fleury-les-aubrais	Fleury-les-Aubrais		FR	24	45	452	45147	20973	Europe/Paris
6434602	Fontenay-sur-Loing	fontenay-sur-loing	Fontenay-sur-Loing		FR	24	45	451	45148	1716	Europe/Paris
6434603	Foucherolles	foucherolles	Foucherolles,Fushrol,Fushrol',fu xie luo lai,Фушрол,Фушроль,富谢罗莱		FR	24	45	451	45149	288	Europe/Paris
6434604	Fréville-du-Gâtinais	freville-du-gatinais	Freville-du-Gatinais,Fréville-du-Gâtinais		FR	24	45	451	45150	182	Europe/Paris
6434605	Gaubertin	gaubertin			FR	24	45	453	45151	263	Europe/Paris
6434606	Gémigny	gemigny	Gemigny,Gémigny		FR	24	45	452	45152	209	Europe/Paris
6434607	Germigny-des-Prés	germigny-des-pres	Germigny-des-Pres,Germigny-des-Prés		FR	24	45	452	45153	732	Europe/Paris
6434608	Gidy	gidy			FR	24	45	452	45154	1982	Europe/Paris
6434609	Girolles	girolles	Zhirol,Zhirol',Жирол,Жироль		FR	24	45	451	45156	627	Europe/Paris
6434610	Givraines	givraines			FR	24	45	453	45157	418	Europe/Paris
6434611	Grangermont	grangermont			FR	24	45	453	45159	194	Europe/Paris
6434612	Greneville-en-Beauce	greneville-en-beauce	Greneville-en-Beauce		FR	24	45	453	45160	688	Europe/Paris
6434613	Griselles	griselles	Griselles,Grizel',ge li se lai,Гризель,格里瑟莱		FR	24	45	451	45161	798	Europe/Paris
6434614	Guigneville	guigneville	Guigneville		FR	24	45	453	45162	532	Europe/Paris
6434615	Gy-les-Nonains	gy-les-nonains	Gy-les-Nonains		FR	24	45	451	45165	635	Europe/Paris
6434616	Huêtre	huetre	Huetre,Huêtre		FR	24	45	452	45166	280	Europe/Paris
6434617	Huisseau-sur-Mauves	huisseau-sur-mauves	Huisseau-sur-Mauves		FR	24	45	452	45167	1661	Europe/Paris
6434618	Ingrannes	ingrannes	Ingrannes		FR	24	45	452	45168	527	Europe/Paris
6434619	Ingré	ingre	Ingre,Ingré		FR	24	45	452	45169	8893	Europe/Paris
6434620	Intville-la-Guétard	intville-la-guetard	Intville-la-Guetard,Intville-la-Guétard		FR	24	45	453	45170	127	Europe/Paris
6434621	Isdes	isdes	Isd,Isdes,yi si dai,Ісд,伊斯代		FR	24	45	452	45171	553	Europe/Paris
6434622	Jargeau	jargeau	Jargeau		FR	24	45	452	45173	4577	Europe/Paris
6434623	Jouy-en-Pithiverais	jouy-en-pithiverais			FR	24	45	453	45174	271	Europe/Paris
6434624	Jouy-le-Potier	jouy-le-potier	Jouy-le-Potier		FR	24	45	452	45175	1353	Europe/Paris
6434625	Juranville	juranville	Juranville		FR	24	45	453	45176	448	Europe/Paris
6434626	Laas	laas	Laas,la a,Лаас,لاس، لوئرٹ,拉阿		FR	24	45	453	45177	234	Europe/Paris
6434627	Ladon	ladon	Ladon,la dong,Ладон,لاڈون، لویریٹ,拉东		FR	24	45	451	45178	1395	Europe/Paris
6434628	Lailly-en-Val	lailly-en-val	Lailly-en-Val		FR	24	45	452	45179	3078	Europe/Paris
6434629	Langesse	langesse			FR	24	45	451	45180	76	Europe/Paris
6434630	Léouville	leouville	Leouville,Léouville		FR	24	45	453	45181	81	Europe/Paris
6434631	Ligny-le-Ribault	ligny-le-ribault	Ligny-le-Ribault		FR	24	45	452	45182	1243	Europe/Paris
6434633	Lion-en-Sullias	lion-en-sullias	Lion-en-Sullias		FR	24	45	452	45184	407	Europe/Paris
6434634	Lombreuil	lombreuil	Lombreuil		FR	24	45	451	45185	301	Europe/Paris
6434635	Lorcy	lorcy	Lorcy		FR	24	45	453	45186	559	Europe/Paris
6434636	Lorris	lorris			FR	24	45	451	45187	2898	Europe/Paris
6434637	Loury	loury	Loury		FR	24	45	452	45188	2484	Europe/Paris
6434638	Louzouer	louzouer	Louzouer		FR	24	45	451	45189	279	Europe/Paris
6434639	Le Malesherbois	le-malesherbois	Le Malesherbois,Malezerb,ma lai sai er bei,Малезерб,马莱塞尔贝		FR	24	45	453	45191	8134	Europe/Paris
6434641	Marcilly-en-Villette	marcilly-en-villette			FR	24	45	452	45193	2096	Europe/Paris
6434642	Mardié	mardie	Mard'e,Mardie,Mardié,ma er di ai,Мардьє,马尔迪埃		FR	24	45	452	45194	2771	Europe/Paris
6434643	Mareau-aux-Bois	mareau-aux-bois	Mareau-aux-Bois		FR	24	45	453	45195	582	Europe/Paris
6434644	Mareau-aux-Prés	mareau-aux-pres	Mareau-aux-Pres,Mareau-aux-Prés		FR	24	45	452	45196	1272	Europe/Paris
6434645	Marigny-les-Usages	marigny-les-usages	Marigny-les-Usages		FR	24	45	452	45197	1494	Europe/Paris
6434646	Marsainvilliers	marsainvilliers	Marsainvilliers		FR	24	45	453	45198	296	Europe/Paris
6434647	Melleroy	melleroy	Melleroy		FR	24	45	451	45199	503	Europe/Paris
6434648	Ménestreau-en-Villette	menestreau-en-villette	Menestreau-en-Villette,Ménestreau-en-Villette		FR	24	45	452	45200	1470	Europe/Paris
6434649	Mérinville	merinville			FR	24	45	451	45201	188	Europe/Paris
6434650	Messas	messas			FR	24	45	452	45202	882	Europe/Paris
6434651	Meung-sur-Loire	meung-sur-loire	Meung-sur-Loire		FR	24	45	452	45203	6354	Europe/Paris
6434782	Gindou	gindou			FR	76	46	463	46120	314	Europe/Paris
6434652	Mézières-lez-Cléry	mezieres-lez-clery	Mezieres-lez-Clery,Mézières-lez-Cléry		FR	24	45	452	45204	830	Europe/Paris
6434653	Mézières-en-Gâtinais	mezieres-en-gatinais	Mezieres-en-Gatinais,Mézières-en-Gâtinais		FR	24	45	451	45205	271	Europe/Paris
6434654	Mignères	migneres	Migneres,Mignères		FR	24	45	451	45206	318	Europe/Paris
6434655	Mignerette	mignerette	Mignerette		FR	24	45	451	45207	393	Europe/Paris
6434656	Montargis	montargis	Montargis		FR	24	45	451	45208	14222	Europe/Paris
6434657	Montbarrois	montbarrois			FR	24	45	453	45209	312	Europe/Paris
6434658	Montbouy	montbouy			FR	24	45	451	45210	742	Europe/Paris
6434660	Montcresson	montcresson	Montcresson		FR	24	45	451	45212	1285	Europe/Paris
6434661	Montliard	montliard	Montliard		FR	24	45	453	45215	229	Europe/Paris
6434662	Mormant-sur-Vernisson	mormant-sur-vernisson	Mormant-sur-Vernisson		FR	24	45	451	45216	116	Europe/Paris
6434663	Morville-en-Beauce	morville-en-beauce	Morville-en-Beauce		FR	24	45	453	45217	171	Europe/Paris
6434664	Nancray-sur-Rimarde	nancray-sur-rimarde	Nancray-sur-Rimarde		FR	24	45	453	45220	610	Europe/Paris
6434666	Nargis	nargis	Nargis,Narzhi,na ji si,Наржі,納吉斯		FR	24	45	451	45222	1495	Europe/Paris
6434667	Nesploy	nesploy	Nesploy		FR	24	45	451	45223	374	Europe/Paris
6434668	Neuville-aux-Bois	neuville-aux-bois	Neuville-aux-Bois		FR	24	45	452	45224	4591	Europe/Paris
6434669	Neuvy-en-Sullias	neuvy-en-sullias	Neuvy-en-Sullias		FR	24	45	452	45226	1348	Europe/Paris
6434670	Nevoy	nevoy	Nevoy		FR	24	45	451	45227	1176	Europe/Paris
6434671	Nibelle	nibelle	Nibelle		FR	24	45	453	45228	1173	Europe/Paris
6434672	Nogent-sur-Vernisson	nogent-sur-vernisson			FR	24	45	451	45229	2539	Europe/Paris
6434673	Oison	oison	Oison		FR	24	45	453	45231	130	Europe/Paris
6434674	Olivet	olivet	Olive,Olivet,ao li wei,awlywh  lwarh,ollibe,orivu~e,Ολιβέ,Оливе,Оліве,اولیوه، لوآره,オリヴェ,奧利韋,올리베		FR	24	45	452	45232	21520	Europe/Paris
6434675	Ondreville-sur-Essonne	ondreville-sur-essonne	Ondreville-sur-Essonne		FR	24	45	453	45233	408	Europe/Paris
6434677	Ousson-sur-Loire	ousson-sur-loire			FR	24	45	451	45238	750	Europe/Paris
6434678	Oussoy-en-Gâtinais	oussoy-en-gatinais	Oussoy-en-Gatinais,Oussoy-en-Gâtinais		FR	24	45	451	45239	411	Europe/Paris
6434679	Outarville	outarville	Outarville		FR	24	45	453	45240	1347	Europe/Paris
6434680	Ouzouer-des-Champs	ouzouer-des-champs	Ouzouer-des-Champs		FR	24	45	451	45242	255	Europe/Paris
6434681	Ouzouer-sous-Bellegarde	ouzouer-sous-bellegarde	Ouzouer-sous-Bellegarde		FR	24	45	451	45243	313	Europe/Paris
6434682	Ouzouer-sur-Loire	ouzouer-sur-loire			FR	24	45	452	45244	2754	Europe/Paris
6434683	Ouzouer-sur-Trézée	ouzouer-sur-trezee	Ouzouer-sur-Trezee,Ouzouer-sur-Trézée,Ouzouër-sur-Trézée		FR	24	45	451	45245	1155	Europe/Paris
6434684	Pannecières	pannecieres			FR	24	45	453	45246	128	Europe/Paris
6434685	Pannes	pannes	Pann,Pannes,pa nei,Панн,帕内		FR	24	45	451	45247	3704	Europe/Paris
6434686	Patay	patay	Patay		FR	24	45	452	45248	2160	Europe/Paris
6434687	Paucourt	paucourt	Paucourt		FR	24	45	451	45249	902	Europe/Paris
6434688	Pers-en-Gâtinais	pers-en-gatinais	Pers-en-Gatinais,Pers-en-Gâtinais		FR	24	45	451	45250	253	Europe/Paris
6434690	Pithiviers-le-Vieil	pithiviers-le-vieil	Pithiviers-le-Vieil		FR	24	45	453	45253	1826	Europe/Paris
6434691	Poilly-lez-Gien	poilly-lez-gien	Poilly-lez-Gien		FR	24	45	451	45254	2413	Europe/Paris
6434692	Presnoy	presnoy	Presnoy		FR	24	45	451	45256	247	Europe/Paris
6434693	Quiers-sur-Bézonde	quiers-sur-bezonde			FR	24	45	451	45259	1156	Europe/Paris
6434694	Ramoulu	ramoulu	Ramoulu		FR	24	45	453	45260	253	Europe/Paris
6434695	Rebréchien	rebrechien	Rebrechien,Rebréchien		FR	24	45	452	45261	1337	Europe/Paris
6434696	Rouvray-Sainte-Croix	rouvray-sainte-croix			FR	24	45	452	45262	144	Europe/Paris
6434697	Rouvres-Saint-Jean	rouvres-saint-jean	Rouvres-Saint-Jean		FR	24	45	453	45263	272	Europe/Paris
6434698	Rozières-en-Beauce	rozieres-en-beauce	Rozieres-en-Beauce,Rozières-en-Beauce		FR	24	45	452	45264	199	Europe/Paris
6434700	Saint-Aignan-le-Jaillard	saint-aignan-le-jaillard	Saint-Aignan-le-Jaillard		FR	24	45	452	45268	607	Europe/Paris
6434701	Saint-Ay	saint-ay	Saint-Ay		FR	24	45	452	45269	3400	Europe/Paris
6434702	Saint-Benoît-sur-Loire	saint-benoit-sur-loire			FR	24	45	452	45270	2044	Europe/Paris
6434703	Saint-Brisson-sur-Loire	saint-brisson-sur-loire	Saint-Brisson-sur-Loire		FR	24	45	451	45271	988	Europe/Paris
6434704	Saint-Cyr-en-Val	saint-cyr-en-val	Saint-Cyr-en-Val		FR	24	45	452	45272	3291	Europe/Paris
6434705	Saint-Denis-en-Val	saint-denis-en-val	Saint-Denis-en-Val		FR	24	45	452	45274	7507	Europe/Paris
6434706	Saint-Firmin-des-Bois	saint-firmin-des-bois	Saint-Firmin-des-Bois		FR	24	45	451	45275	468	Europe/Paris
6434707	Saint-Firmin-sur-Loire	saint-firmin-sur-loire	Saint-Firmin-sur-Loire		FR	24	45	451	45276	534	Europe/Paris
6434708	Sainte-Geneviève-des-Bois	sainte-genevieve-des-bois	Sainte-Genevieve-des-Bois,Sainte-Geneviève-des-Bois,Sancta Genovefa de Nemore,Sent-Zhenevev-de-Bua,sheng re na wei ye wei-dai bu wa,Сент-Женевєв-де-Буа,سین-گنویوے-دس-بوس، لویریت,圣热纳维耶韦-代布瓦		FR	24	45	451	45278	1080	Europe/Paris
6434709	Saint-Germain-des-Prés	saint-germain-des-pres	Sen-Zhermen-de-Pre,sheng ri er man dai pu lei,Сен-Жермен-де-Пре,سینٹ-گرمین-دس-پریس، لویریت,圣日尔曼代普雷		FR	24	45	451	45279	1916	Europe/Paris
6434710	Saint-Gondon	saint-gondon			FR	24	45	451	45280	1115	Europe/Paris
6434711	Saint-Hilaire-les-Andrésis	saint-hilaire-les-andresis	Saint-Hilaire-les-Andresis,Saint-Hilaire-les-Andrésis		FR	24	45	451	45281	898	Europe/Paris
6434712	Saint-Hilaire-Saint-Mesmin	saint-hilaire-saint-mesmin			FR	24	45	452	45282	3029	Europe/Paris
6434713	Saint-Hilaire-sur-Puiseaux	saint-hilaire-sur-puiseaux	Saint-Hilaire-sur-Puiseaux		FR	24	45	451	45283	174	Europe/Paris
6434714	Saint-Jean-de-Braye	saint-jean-de-braye	Saint-Jean-de-Braye		FR	24	45	452	45284	20376	Europe/Paris
6434715	Saint-Jean-de-la-Ruelle	saint-jean-de-la-ruelle	Saint-Jean-de-la-Ruelle		FR	24	45	452	45285	16298	Europe/Paris
6434781	Gigouzac	gigouzac	Gigosac,Gigouzac,Zhiguzak,ji gu zha ke,Жигузак,吉古扎克		FR	76	46	461	46119	264	Europe/Paris
6434716	Saint-Jean-le-Blanc	saint-jean-le-blanc	Saint-Jean-le-Blanc,Sen-Zhan-le-Blan,sheng rang lai bu lang ke,Сен-Жан-ле-Блан,سینٹ-ژاں -لے-بلانک، لویریت,圣让莱布朗克		FR	24	45	452	45286	8636	Europe/Paris
6434717	Saint-Loup-de-Gonois	saint-loup-de-gonois	Saint-Loup-de-Gonois		FR	24	45	451	45287	86	Europe/Paris
6434718	Saint-Loup-des-Vignes	saint-loup-des-vignes	Saint-Loup-des-Vignes		FR	24	45	453	45288	400	Europe/Paris
6434719	Saint-Lyé-la-Forêt	saint-lye-la-foret	Saint-Lye-la-Foret,Saint-Lyé-la-Forêt		FR	24	45	452	45289	1154	Europe/Paris
6434720	Saint-Martin-d'Abbat	saint-martin-d-abbat	Saint-Martin-d'Abbat		FR	24	45	452	45290	1759	Europe/Paris
6434721	Saint-Martin-sur-Ocre	saint-martin-sur-ocre	Saint-Martin-sur-Ocre,Sen-Marten-sjur-Okr,ao ke er he pan sheng ma dan,Сен-Мартен-сюр-Окр,سینٹ-مارٹن-سر-اکڑے، لویریت,奥克尔河畔圣马丹		FR	24	45	451	45291	1234	Europe/Paris
6434722	Saint-Maurice-sur-Aveyron	saint-maurice-sur-aveyron	Saint-Maurice-sur-Aveyron		FR	24	45	451	45292	863	Europe/Paris
6434723	Saint-Maurice-sur-Fessard	saint-maurice-sur-fessard			FR	24	45	451	45293	1197	Europe/Paris
6434724	Saint-Péravy-la-Colombe	saint-peravy-la-colombe			FR	24	45	452	45296	752	Europe/Paris
6434725	Saint-Pryvé-Saint-Mesmin	saint-pryve-saint-mesmin	Saint-Pryve-Saint-Mesmin,Saint-Pryvé-Saint-Mesmin		FR	24	45	452	45298	5666	Europe/Paris
6434726	Saint-Sigismond	saint-sigismond	Saint-Sigismond,Sen-Sizhismon,sheng xi ji si meng,syn-sgsmwnd  lwyryt,Сен-Сіжисмон,سین-سگسموند، لویریت,圣西吉斯蒙		FR	24	45	452	45299	266	Europe/Paris
6434727	Sandillon	sandillon	Sandillon		FR	24	45	452	45300	3926	Europe/Paris
6434728	Santeau	santeau	Santeau		FR	24	45	453	45301	415	Europe/Paris
6434729	Saran	saran	Saran,sa lang,saran,Саран,サラン,萨朗		FR	24	45	452	45302	16379	Europe/Paris
6434730	Sceaux-du-Gâtinais	sceaux-du-gatinais	Sceaux-du-Gatinais,Sceaux-du-Gâtinais		FR	24	45	451	45303	637	Europe/Paris
6434731	Seichebrières	seichebrieres	Seichebrieres,Seichebrières		FR	24	45	452	45305	203	Europe/Paris
6434732	Sennely	sennely	Sennely		FR	24	45	452	45309	710	Europe/Paris
6434733	Sermaises	sermaises	Sermaises		FR	24	45	453	45310	1642	Europe/Paris
6434734	Sigloy	sigloy	Sigloy		FR	24	45	452	45311	674	Europe/Paris
6434735	Solterre	solterre	Solterre		FR	24	45	451	45312	478	Europe/Paris
6434736	Sougy	sougy	Sougy		FR	24	45	452	45313	835	Europe/Paris
6434737	Sully-la-Chapelle	sully-la-chapelle	Sully-la-Chapelle		FR	24	45	452	45314	421	Europe/Paris
6434738	Sully-sur-Loire	sully-sur-loire	Sully-sur-Loire		FR	24	45	452	45315	5401	Europe/Paris
6434739	Sury-aux-Bois	sury-aux-bois	Sury-aux-Bois		FR	24	45	452	45316	794	Europe/Paris
6434740	Tavers	tavers	Tave,Tavers,ta wei er,Таве,塔韦尔		FR	24	45	452	45317	1340	Europe/Paris
6434741	Thignonville	thignonville	Thignonville		FR	24	45	453	45320	388	Europe/Paris
6434742	Thimory	thimory			FR	24	45	451	45321	743	Europe/Paris
6434743	Thorailles	thorailles	Thorailles		FR	24	45	451	45322	179	Europe/Paris
6434744	Tigy	tigy	Tigy		FR	24	45	452	45324	2321	Europe/Paris
6434746	Tournoisis	tournoisis	Tournoisis		FR	24	45	452	45326	414	Europe/Paris
6434747	Traînou	trainou	Trainou,Traînou		FR	24	45	452	45327	3293	Europe/Paris
6434748	Treilles-en-Gâtinais	treilles-en-gatinais	Treilles-en-Gatinais,Treilles-en-Gâtinais		FR	24	45	451	45328	283	Europe/Paris
6434749	Triguères	trigueres	Triger,Trigueres,Triguères,te li gai lei,Тригер,特里盖雷		FR	24	45	451	45329	1307	Europe/Paris
6434750	Trinay	trinay			FR	24	45	452	45330	228	Europe/Paris
6434751	Vannes-sur-Cosson	vannes-sur-cosson	Vannes-sur-Cosson		FR	24	45	452	45331	595	Europe/Paris
6434752	Vennecy	vennecy	Vennecy		FR	24	45	452	45333	1736	Europe/Paris
6434753	Vieilles-Maisons-sur-Joudry	vieilles-maisons-sur-joudry	Vieilles-Maisons-sur-Joudry		FR	24	45	451	45334	642	Europe/Paris
6434754	Vienne-en-Val	vienne-en-val	Vienne-en-Val		FR	24	45	452	45335	1937	Europe/Paris
6434755	Viglain	viglain			FR	24	45	452	45336	876	Europe/Paris
6434757	Villemoutiers	villemoutiers	Villemoutiers		FR	24	45	451	45339	484	Europe/Paris
6434758	Villemurlin	villemurlin			FR	24	45	452	45340	590	Europe/Paris
6434760	Villevoques	villevoques	Villevoques		FR	24	45	451	45343	212	Europe/Paris
6434761	Villorceau	villorceau	Villorceau		FR	24	45	452	45344	1138	Europe/Paris
6434762	Vimory	vimory	Vimory		FR	24	45	451	45345	1196	Europe/Paris
6434763	Vitry-aux-Loges	vitry-aux-loges	Vitri-o-Lozh,Vitry-aux-Loges,wei te li ao luo re,Вітрі-о-Лож,维特里奥洛热		FR	24	45	452	45346	2122	Europe/Paris
6434764	Vrigny	vrigny	Vrigny,Vrin'i,fu li ni,Вриньї,弗里尼		FR	24	45	453	45347	831	Europe/Paris
6434765	Yèvre-la-Ville	yevre-la-ville	Yevre-la-Ville,Yèvre-la-Ville		FR	24	45	453	45348	706	Europe/Paris
6434766	Faycelles	faycelles	Faycelles		FR	76	46	462	46100	654	Europe/Paris
6434767	Felzins	felzins	Felzins		FR	76	46	462	46101	435	Europe/Paris
6434768	Figeac	figeac	Figeac		FR	76	46	462	46102	9833	Europe/Paris
6434769	Saint-Paul-Flaugnac	saint-paul-flaugnac	Saint-Paul-Flaugnac		FR	76	46	461	46103	994	Europe/Paris
6434770	Flaujac-Gare	flaujac-gare	Flaujac,Flaujac-Gare,Flozhak-Gar,fu luo ya ke jia er,Фложак-Гар,弗洛雅克加尔		FR	76	46	462	46104	103	Europe/Paris
6434771	Flaujac-Poujols	flaujac-poujols	Flaujac-Poujols		FR	76	46	461	46105	752	Europe/Paris
6434772	Floirac	floirac	Floirac,Fluarak,fu lu wa la ke,Флуарак,弗卢瓦拉克		FR	76	46	463	46106	267	Europe/Paris
6434773	Floressas	floressas	Floressas		FR	76	46	461	46107	159	Europe/Paris
6434775	Fourmagnac	fourmagnac	Fourmagnac		FR	76	46	462	46111	157	Europe/Paris
6434776	Francoulès	francoules	Francoles,Francolès,Francoules,Francoulès,Frankule,fu lang ku lai,furankure,Франкуле,フランクーレ,弗朗库莱		FR	76	46	461	46112	222	Europe/Paris
6434777	Frayssinet-le-Gélat	frayssinet-le-gelat	Frayssinet-le-Gelat,Frayssinet-le-Gélat		FR	76	46	463	46114	355	Europe/Paris
6434778	Frayssinhes	frayssinhes	Frayssinhes		FR	76	46	462	46115	169	Europe/Paris
6434780	Gignac	gignac	Ginhac,Zhin'jak,Zhinak,ji ni ya ke,Жиньяк,Жињак,吉尼亚克		FR	76	46	463	46118	661	Europe/Paris
6434783	Gintrac	gintrac	Gintrac		FR	76	46	462	46122	105	Europe/Paris
6434784	Girac	girac	Girac		FR	76	46	462	46123	380	Europe/Paris
6434785	Glanes	glanes	Glanes		FR	76	46	462	46124	304	Europe/Paris
6434786	Gorses	gorses	Gorcas,Gors,Gorsas,Gòrsas,Gòrças,ge er sai,Горс,戈尔塞		FR	76	46	462	46125	322	Europe/Paris
6434787	Goujounac	goujounac	Gojonac,Goujounac,Guzhojunak,Guzhunak,gu ru na ke,gujunakku,Гужоюнак,Гужунак,グジュナック,古茹纳克		FR	76	46	463	46126	224	Europe/Paris
6434788	Gourdon	gourdon	Gordon,Gourdon,Gurdon,gu er dong,gurudon,Гурдон,グルドン,古尔东		FR	76	46	463	46127	4202	Europe/Paris
6434789	Gréalou	grealou	Grealou,Gréalou		FR	76	46	462	46129	277	Europe/Paris
6434790	Grézels	grezels	Grezels,Grézels		FR	76	46	461	46130	224	Europe/Paris
6434791	Grèzes	grezes	Gresas,Grez,ge lei ze,Грез,格雷泽		FR	76	46	462	46131	175	Europe/Paris
6434792	Issendolus	issendolus			FR	76	46	462	46132	513	Europe/Paris
6434793	Issepts	issepts	Issepts		FR	76	46	462	46133	226	Europe/Paris
6434794	Labastide-du-Vert	labastide-du-vert	Labastide-du-Vert		FR	76	46	461	46136	261	Europe/Paris
6434795	Labastide-Marnhac	labastide-marnhac	La Bastida de Marnhac,Labastid-Marnak,la ba si di de ma er na ke,Лабастід-Марнак,لاباسٹیڈ-مارنہاک,拉巴斯蒂德马尔纳克		FR	76	46	461	46137	1217	Europe/Paris
6434796	Cœur de Causse	c-ur-de-causse	Coeur de Causse,Cœur de Causse,Cœur-de-Causse,La Bastida Fortuniera,La Bastida Fortunièra,La Bastida de Murat,Labastid-Mjurat,la ba si di de mi la,Лабастід-Мюрат,لاباسٹیڈ-موراٹ,拉巴斯蒂德米拉		FR	76	46	463	46138	958	Europe/Paris
6434797	Labathude	labathude	Labathude		FR	76	46	462	46139	213	Europe/Paris
6434798	Laburgade	laburgade	Laburgade		FR	76	46	461	46140	351	Europe/Paris
6434800	Lacapelle-Cabanac	lacapelle-cabanac	Lacapelle-Cabanac		FR	76	46	461	46142	163	Europe/Paris
6434801	Lacapelle-Marival	lacapelle-marival	Lacapelle-Marival		FR	76	46	462	46143	1279	Europe/Paris
6434802	Lachapelle-Auzac	lachapelle-auzac	Lachapelle-Auzac		FR	76	46	463	46145	794	Europe/Paris
6434803	Ladirat	ladirat	Ladirat		FR	76	46	462	46146	99	Europe/Paris
6434804	Lalbenque	lalbenque	Lalbenque		FR	76	46	461	46148	1672	Europe/Paris
6434805	Lamagdelaine	lamagdelaine	Lamagdelaine		FR	76	46	461	46149	704	Europe/Paris
6434807	Lamothe-Cassel	lamothe-cassel	Lamothe-Cassel		FR	76	46	463	46151	139	Europe/Paris
6434808	Lamothe-Fénelon	lamothe-fenelon			FR	76	46	463	46152	286	Europe/Paris
6434809	Lanzac	lanzac	Lanzac,Lanzak,lang zha ke,lanzak,Ланзак,لانزاک,朗扎克		FR	76	46	463	46153	594	Europe/Paris
6434811	Larnagol	larnagol	Larnagol,Larnagol',Larnagòl,la er na ge,larnagwl,Ларнаголь,لارناگول,拉尔纳戈		FR	76	46	462	46155	135	Europe/Paris
6434812	Bellefont-La Rauze	bellefont-la-rauze			FR	76	46	461	46156	1224	Europe/Paris
6434815	Latouille-Lentillac	latouille-lentillac	La Tolha e Lentilhac,Latouille-Lentillac,Latuj-Lantijak,la tu yi er lang di la ke,Латуй-Лантіяк,لاتویلی-لینٹیلاک,拉图伊尔朗蒂拉克		FR	76	46	462	46159	230	Europe/Paris
6434816	Lauresses	lauresses	Lauresses		FR	76	46	462	46161	271	Europe/Paris
6434817	Laval-de-Cère	laval-de-cere	Laval-de-Cere,Laval-de-Cère		FR	76	46	462	46163	309	Europe/Paris
6434818	Lavercantière	lavercantiere	La Vercantiera,La Vercantièra,Lavercantiere,Lavercantière,Laverkant'er,la wei er kang di ai,Лаверкантьєр,拉韦尔康蒂埃		FR	76	46	463	46164	241	Europe/Paris
6434819	Lavergne	lavergne			FR	76	46	463	46165	448	Europe/Paris
6434821	Lentillac-Saint-Blaise	lentillac-saint-blaise	Lentillac-Saint-Blaise		FR	76	46	462	46168	167	Europe/Paris
6434822	Léobard	leobard	Leobar,Liaubard,Liaubart,lai ao ba er,Леобар,莱奥巴尔		FR	76	46	463	46169	214	Europe/Paris
6434823	Leyme	leyme			FR	76	46	462	46170	936	Europe/Paris
6434825	Livernon	livernon	Livernon		FR	76	46	462	46176	681	Europe/Paris
6434826	Loubressac	loubressac	Laubrecac,Laubreçac,Loubressac,Lubressak,lu bu lei sa ke,Лубрессак,卢布雷萨克		FR	76	46	462	46177	550	Europe/Paris
6434827	Lugagnac	lugagnac	Lugagnac		FR	76	46	461	46179	127	Europe/Paris
6434828	Lunan	lunan	Lunan		FR	76	46	462	46180	566	Europe/Paris
6434829	Lunegarde	lunegarde	Lunegarde		FR	76	46	463	46181	100	Europe/Paris
6434830	Luzech	luzech			FR	76	46	461	46182	1805	Europe/Paris
6434831	Marcilhac-sur-Célé	marcilhac-sur-cele			FR	76	46	462	46183	198	Europe/Paris
6434832	Marminiac	marminiac	Marmin'jak,Marminhac,Marminiac,ma er mi ni a ke,Марміньяк,马尔米尼阿克		FR	76	46	463	46184	366	Europe/Paris
6434833	Masclat	masclat	Masclac,Masclat,Masklat,ma si ke la,Масклат,马斯克拉		FR	76	46	463	46186	357	Europe/Paris
6434835	Mechmont	mechmont			FR	76	46	461	46190	123	Europe/Paris
6434836	Mercuès	mercues	Mercues,Mercuès,Merkjue,mei er qu ai,Меркюе,梅尔屈埃		FR	76	46	461	46191	1072	Europe/Paris
6434837	Meyronne	meyronne	Mairona,Mejronn,mei long,Мейронн,梅龙		FR	76	46	463	46192	283	Europe/Paris
6434838	Miers	miers	Me,Mier,Miers,Mièr,Mièrs,mi ye er,Мє,米耶尔		FR	76	46	463	46193	453	Europe/Paris
6434840	Montcléra	montclera	Monklera,Montclarat,Montclera,Montcléra,meng te ke lai la,Монклера,蒙特克莱拉		FR	76	46	463	46200	275	Europe/Paris
6434841	Montcuq-en-Quercy-Blanc	montcuq-en-quercy-blanc	Montcuq-en-Quercy-Blanc		FR	76	46	461	46201	1707	Europe/Paris
6434842	Montdoumerc	montdoumerc			FR	76	46	461	46202	531	Europe/Paris
6434843	Montet-et-Bouxal	montet-et-bouxal			FR	76	46	462	46203	221	Europe/Paris
6434844	Montfaucon	montfaucon	Monfokon,Montfalcon,Montfaucon,meng te fu kong,Монфокон,蒙特福孔		FR	76	46	463	46204	588	Europe/Paris
6434845	Montlauzun	montlauzun	Montlauzun		FR	76	46	461	46206	125	Europe/Paris
6434846	Montvalent	montvalent	Montvalent,Monvalan,meng te wa lang,Монвалан,蒙特瓦朗		FR	76	46	463	46208	285	Europe/Paris
6434847	Nadaillac-de-Rouge	nadaillac-de-rouge	Nadaillac-de-Rouge,Nadajak-de-Ruzh,Nadalhac,na dai la ke de lu ge,Надаяк-де-Руж,纳代拉克德鲁格		FR	76	46	463	46209	160	Europe/Paris
6434848	Nuzéjouls	nuzejouls	Nuzejouls,Nuzéjouls		FR	76	46	461	46211	382	Europe/Paris
6434849	Orniac	orniac	Orniac		FR	76	46	463	46212	72	Europe/Paris
6434850	Padirac	padirac	Padirak,pa di la ke,Падірак,帕迪拉克		FR	76	46	463	46213	159	Europe/Paris
6434851	Parnac	parnac	Parnac		FR	76	46	461	46214	373	Europe/Paris
6434852	Payrac	payrac	Payrac		FR	76	46	463	46215	628	Europe/Paris
6434853	Payrignac	payrignac	Pairinhac,Payrignac,Perin'jak,pei li ni ya ke,Периньяк,佩里尼亚克		FR	76	46	463	46216	683	Europe/Paris
6434854	Pern	pern			FR	76	46	461	46217	458	Europe/Paris
6434855	Pescadoires	pescadoires			FR	76	46	461	46218	193	Europe/Paris
6434856	Peyrilles	peyrilles	Peyrilles		FR	76	46	463	46219	370	Europe/Paris
6434857	Pinsac	pinsac	Pensak,Pincac,Pinsac,Pinçac,pan sa ke,Пенсак,潘萨克		FR	76	46	463	46220	765	Europe/Paris
6434858	Planioles	planioles	Planioles		FR	76	46	462	46221	513	Europe/Paris
6434859	Pontcirq	pontcirq	Pontcirq		FR	76	46	461	46223	146	Europe/Paris
6434860	Prendeignes	prendeignes			FR	76	46	462	46226	230	Europe/Paris
6434861	Promilhanes	promilhanes	Promilhanes		FR	76	46	461	46227	224	Europe/Paris
6434862	Prudhomat	prudhomat	Prjudomat,Prudhomat,Prudomat,pu lu duo ma,Прюдомат,普吕多马		FR	76	46	462	46228	716	Europe/Paris
6434863	Puybrun	puybrun			FR	76	46	462	46229	981	Europe/Paris
6434865	Puy-l'Évêque	puy-l-eveque	Puy-l'Eveque,Puy-l'Évêque		FR	76	46	461	46231	1984	Europe/Paris
6434866	Quissac	quissac	Quissac		FR	76	46	462	46233	113	Europe/Paris
6434867	Rampoux	rampoux	Rampoux		FR	76	46	463	46234	97	Europe/Paris
6434868	Reilhac	reilhac	Reilhac,Rejak,Relhac,lei ya ke,Реяк,雷亚克		FR	76	46	462	46235	176	Europe/Paris
6434869	Reilhaguet	reilhaguet	Reilhaguet		FR	76	46	463	46236	131	Europe/Paris
6434870	Rocamadour	rocamadour	Roc Amador,Rocamador,Rocamadour,Rokamadoer,Rokamadur,Ròc Amador,Ròcamador,Vjoska Rakamadur,luo ka ma du,rokamado~uru,rx ka ma dur,Вёска Ракамадур,Рокамадур,รอกามาดูร์,ロカマドゥール,羅卡馬杜		FR	76	46	463	46240	617	Europe/Paris
6434871	Rouffilhac	rouffilhac			FR	76	46	463	46241	184	Europe/Paris
6434872	Rudelle	rudelle	Rjudel',Rudela,Rudelle,Rudèla,lu dai er,Рюдель,吕代尔		FR	76	46	462	46242	169	Europe/Paris
6434873	Sabadel-Latronquière	sabadel-latronquiere			FR	76	46	462	46244	95	Europe/Paris
6434874	Sabadel-Lauzès	sabadel-lauzes	Sabadel-Lauzes,Sabadel-Lauzès		FR	76	46	463	46245	80	Europe/Paris
6434875	Saignes	saignes	Saignes		FR	76	46	462	46246	80	Europe/Paris
6434878	Saint-Bressou	saint-bressou	Saint-Bressou		FR	76	46	462	46249	115	Europe/Paris
6434879	Saint-Céré	saint-cere	Saint-Cere,Saint-Céré		FR	76	46	462	46251	3449	Europe/Paris
6434880	Les Pechs du Vers	les-pechs-du-vers	Les Pechs du Vers		FR	76	46	463	46252	302	Europe/Paris
6434881	Saint-Chamarand	saint-chamarand	Saint-Chamarand		FR	76	46	463	46253	197	Europe/Paris
6434882	Saint-Chels	saint-chels			FR	76	46	462	46254	141	Europe/Paris
6434883	Saint-Cirgues	saint-cirgues	Saint-Cirgues		FR	76	46	462	46255	351	Europe/Paris
6434884	Saint-Cirq-Lapopie	saint-cirq-lapopie	Saint-Cirq-Lapopie		FR	76	46	461	46256	204	Europe/Paris
6434886	Saint-Cirq-Souillaguet	saint-cirq-souillaguet	Saint-Cirq-Souillaguet		FR	76	46	463	46258	158	Europe/Paris
6434887	Sainte-Colombe	sainte-colombe	Sainte-Colombe		FR	76	46	462	46260	208	Europe/Paris
6434888	Barguelonne-en-Quercy	barguelonne-en-quercy	Barguelonne-en-Quercy		FR	76	46	461	46263	681	Europe/Paris
6434889	Saint-Denis-Catus	saint-denis-catus	Saint-Denis-Catus		FR	76	46	461	46264	172	Europe/Paris
6434890	Saint-Denis-lès-Martel	saint-denis-les-martel	Saint-Denis-les-Martel,Saint-Denis-lès-Martel,Sen-Deni-le-Martel',Sent Daunis,Sent Daunis de Martel,Sent Daunís,Sent Daunís de Martèl,sheng de ni lai ma er tai,Сен-Дені-ле-Мартель,سینٹ-ڈینس-لیس-مارٹل,圣德尼莱马尔泰		FR	76	46	463	46265	335	Europe/Paris
6434891	Saint-Germain-du-Bel-Air	saint-germain-du-bel-air	Saint-Germain-du-Bel-Air		FR	76	46	463	46267	568	Europe/Paris
6434892	Saint Géry-Vers	saint-gery-vers	Saint Gery-Vers,Saint Géry-Vers		FR	76	46	461	46268	861	Europe/Paris
6434893	Saint-Jean-de-Laur	saint-jean-de-laur	Saint-Jean-de-Laur		FR	76	46	462	46270	232	Europe/Paris
6434894	Saint-Jean-Lespinasse	saint-jean-lespinasse	Saint-Jean-Lespinasse		FR	76	46	462	46271	387	Europe/Paris
6434895	Saint-Laurent-les-Tours	saint-laurent-les-tours	Sen-Loran-le-Tur,Sent Laurenc,Sent Laurenc de las Tors,Sent Laurenç,Sent Laurenç de las Tors,sheng luo lang lai tu er,Сен-Лоран-ле-Тур,سینٹ-لارنٹ-لیس-ٹورز,圣洛朗莱图尔		FR	76	46	462	46273	912	Europe/Paris
6434897	Saint-Martin-Labouval	saint-martin-labouval	Sant Martin Laboval,Sant Martin de Nogairac,Sen-Marten-Labuval',sheng ma dan la bu wa,Сен-Мартен-Лабуваль,سینٹ-مارٹن-لبوول,圣马丹拉布瓦		FR	76	46	461	46276	182	Europe/Paris
6434898	Saint-Martin-le-Redon	saint-martin-le-redon	Saint-Martin-le-Redon		FR	76	46	461	46277	209	Europe/Paris
6434900	Saint-Maurice-en-Quercy	saint-maurice-en-quercy	Saint-Maurice-en-Quercy,Sen-Moris-an-Kersi,Sent Maurice de Carcin,qu ai er xi de qu sheng mo li ke,Сен-Морис-ан-Керсі,سینٹ-موریس-این -قورکے,屈埃尔西地区圣莫里克		FR	76	46	462	46279	222	Europe/Paris
6434901	Saint-Médard-de-Presque	saint-medard-de-presque	Saint-Medard-de-Presque,Saint-Médard-de-Presque		FR	76	46	462	46281	200	Europe/Paris
6434902	Saint-Médard-Nicourby	saint-medard-nicourby	Saint-Medard-Nicourby,Saint-Médard-Nicourby		FR	76	46	462	46282	89	Europe/Paris
6434903	Saint-Michel-de-Bannières	saint-michel-de-bannieres	Saint-Michel-de-Bannieres,Saint-Michel-de-Bannières		FR	76	46	463	46283	327	Europe/Paris
6434904	Saint-Michel-Loubéjou	saint-michel-loubejou	Saint-Michel-Loubejou,Saint-Michel-Loubéjou		FR	76	46	462	46284	401	Europe/Paris
6434906	Saint-Paul-de-Vern	saint-paul-de-vern	Saint-Paul-de-Vern		FR	76	46	462	46286	183	Europe/Paris
6434907	Saint-Perdoux	saint-perdoux	Saint-Perdoux		FR	76	46	462	46288	205	Europe/Paris
6434910	Saint-Sozy	saint-sozy	Saint-Sozy		FR	76	46	463	46293	460	Europe/Paris
6434911	Saint-Vincent-du-Pendit	saint-vincent-du-pendit	Saint-Vincent-du-Pendit		FR	76	46	462	46295	188	Europe/Paris
6434912	Saint-Vincent-Rive-d'Olt	saint-vincent-rive-d-olt	Saint-Vincent-Rive-d'Olt		FR	76	46	461	46296	444	Europe/Paris
6434913	Salviac	salviac	Sal'viak,Salviac,sa er wei a ke,Сальвіак,萨尔维阿克		FR	76	46	463	46297	1214	Europe/Paris
6434915	Sauliac-sur-Célé	sauliac-sur-cele	Saulhac,Sauliac,Sauliac-sur-Cele,Sauliac-sur-Célé,Sol'jak-sjur-Sele,sai lai he pan suo li a ke,Сольяк-сюр-Селе,塞莱河畔索利阿克		FR	76	46	462	46299	122	Europe/Paris
6434916	Sauzet	sauzet	Sauzet		FR	76	46	461	46301	515	Europe/Paris
6434917	Sénaillac-Latronquière	senaillac-latronquiere			FR	76	46	462	46302	139	Europe/Paris
6434918	Sénaillac-Lauzès	senaillac-lauzes	Senaillac-Lauzes,Sénaillac-Lauzès		FR	76	46	463	46303	128	Europe/Paris
6434919	Séniergues	seniergues			FR	76	46	463	46304	129	Europe/Paris
6434920	Sonac	sonac	Sonac		FR	76	46	462	46306	85	Europe/Paris
6434921	Soturac	soturac	Soturac		FR	76	46	461	46307	634	Europe/Paris
6434922	Soucirac	soucirac			FR	76	46	463	46308	100	Europe/Paris
6434923	Souillac	souillac	Solhac,Sujak,su yi la ke,Суяк,苏伊拉克		FR	76	46	463	46309	3342	Europe/Paris
6434924	Soulomès	soulomes	Soulomes,Soulomès		FR	76	46	463	46310	118	Europe/Paris
6434925	Sousceyrac-en-Quercy	sousceyrac-en-quercy	Sousceyrac-en-Quercy		FR	76	46	462	46311	1360	Europe/Paris
6434926	Strenquels	strenquels	Strenquels		FR	76	46	463	46312	263	Europe/Paris
6434927	Terrou	terrou	Terrou		FR	76	46	462	46314	171	Europe/Paris
6434928	Teyssieu	teyssieu	Teyssieu		FR	76	46	462	46315	176	Europe/Paris
6434929	Thédirac	thedirac	Tedirac,Tedirak,Thedirac,Thédirac,tai di la ke,Тедірак,泰迪拉克		FR	76	46	463	46316	302	Europe/Paris
6434930	Thégra	thegra	Tegra,Tegrà,Thegra,Thégra,tai ge la,Тегра,泰格拉		FR	76	46	463	46317	469	Europe/Paris
6434931	Thémines	themines	Temin,Teminas,Themines,Thémines,tai mi nei,Темін,泰米内		FR	76	46	462	46318	216	Europe/Paris
6434932	Théminettes	theminettes	Theminettes,Théminettes		FR	76	46	462	46319	170	Europe/Paris
6434933	Tour-de-Faure	tour-de-faure	Tour-de-Faure		FR	76	46	461	46320	326	Europe/Paris
6434934	Touzac	touzac	Touzac		FR	76	46	461	46321	375	Europe/Paris
6434935	Trespoux-Rassiels	trespoux-rassiels	Trespoux-Rassiels		FR	76	46	461	46322	810	Europe/Paris
6434936	Ussel	ussel	Ussel		FR	76	46	463	46323	90	Europe/Paris
6434937	Uzech	uzech	Uzech		FR	76	46	463	46324	218	Europe/Paris
6434941	Varaire	varaire	Varaire,Varer,wa lai er,wryr,Варер,وریر,瓦赖尔		FR	76	46	461	46328	315	Europe/Paris
6434942	Vaylats	vaylats	Vailats,Vajlat,Vaylats,wei la te,wylat,Вайлат,ویلات,韦拉特		FR	76	46	461	46329	318	Europe/Paris
6434943	Vayrac	vayrac	Vayrac		FR	76	46	463	46330	1292	Europe/Paris
6434944	Vidaillac	vidaillac	Vidaillac		FR	76	46	461	46333	168	Europe/Paris
6434945	Villesèque	villeseque	Villeseque,Villesèque		FR	76	46	461	46335	399	Europe/Paris
6434946	Mayrac	mayrac	Mairac,Mayrac,Merak,mai la ke,Мерак,迈拉克		FR	76	46	463	46337	256	Europe/Paris
6434947	Bessonies	bessonies	Bessonies		FR	76	46	462	46338	81	Europe/Paris
6434948	Saint-Pierre-Lafeuille	saint-pierre-lafeuille	Saint-Pierre-Lafeuille		FR	76	46	461	46340	368	Europe/Paris
6434949	Foulayronnes	foulayronnes			FR	75	47	471	47100	5368	Europe/Paris
6434950	Fourques-sur-Garonne	fourques-sur-garonne	Forcas,Forcas de Garona,Fourques-sur-Garonne,Furk na Garoni,Furk-sjur-Garonn,jia luo ne he pan fu er qu ai,Фурк на Гарони,Фурк-сюр-Гаронн,加罗讷河畔富尔屈埃		FR	75	47	472	47101	1308	Europe/Paris
6434951	Francescas	francescas	Francescas,Francescàs,Franseska,Franseskas,fu lang sai si ka,Франсеска,Франсескас,弗朗塞斯卡		FR	75	47	474	47102	752	Europe/Paris
6434952	Fréchou	frechou	Frechou,Fréchou		FR	75	47	474	47103	222	Europe/Paris
6434953	Frégimont	fregimont	Fregimont,Frezhimon,fu lei ji meng,Фрежимон,弗雷吉蒙		FR	75	47	471	47104	260	Europe/Paris
6434954	Frespech	frespech	Frespech,Frespesh,Frespueg,Frespuèg,fu lei si pei ke,Фреспеш,弗雷斯佩克		FR	75	47	473	47105	304	Europe/Paris
6434955	Fumel	fumel	Fumel		FR	75	47	473	47106	4846	Europe/Paris
6434956	Galapian	galapian	Galapian		FR	75	47	471	47107	320	Europe/Paris
6434957	Gaujac	gaujac	Gaujac,Gozhak,ge ya ke,Гожак,戈雅克		FR	75	47	472	47108	260	Europe/Paris
6434958	Gavaudun	gavaudun	Gavaudun,Gavoden,jia wo dan,Гаводен,加沃丹		FR	75	47	473	47109	280	Europe/Paris
6434959	Granges-sur-Lot	granges-sur-lot	Granges-sur-Lot		FR	75	47	471	47111	595	Europe/Paris
6434961	Grézet-Cavagnan	grezet-cavagnan	Greset e Cavanhan,Greze-Kavan'jan,Grezet-Cavagnan,Grézet-Cavagnan,Lo Greseth e Cavanhan,Lo Gresèth e Cavanhan,ge lei ze ka wa ni ang,Грезе-Каваньян,格雷泽卡瓦尼昂		FR	75	47	472	47114	380	Europe/Paris
6434962	Guérin	guerin	Garinh,Geren,Guerin,Guérin,Герен		FR	75	47	472	47115	251	Europe/Paris
6434963	Hautefage-la-Tour	hautefage-la-tour	Autafaja,Hautefage-la-Tour,Nautafaja,Otfazh la Tur,Otfazh-la-Tur,ao tai fa ge la tu,Отфаж ла Тур,Отфаж-ла-Тур,奥泰法格拉图		FR	75	47	473	47117	971	Europe/Paris
6434964	Hautesvignes	hautesvignes	Hautesvignes		FR	75	47	472	47118	173	Europe/Paris
6434965	Houeillès	houeilles	Hoalhes,Hoalhés,Houeilles,Houeillès,Uees,wu ai lai,Уеес,Уеєс,乌埃莱		FR	75	47	474	47119	576	Europe/Paris
6434966	Jusix	jusix	Jusix		FR	75	47	472	47120	123	Europe/Paris
6434967	Labastide-Castel-Amouroux	labastide-castel-amouroux	Labastide-Castel-Amouroux		FR	75	47	472	47121	307	Europe/Paris
6434968	Labretonie	labretonie	Labretonie		FR	75	47	472	47122	176	Europe/Paris
6434969	Lacapelle-Biron	lacapelle-biron	La Capela Biron,La Capela de Biront,La Capèla Biron,La Capèla de Biront,Lakapel'-Biron,la ka pei er bi long,lakyply-byrwn,Лакапель-Бирон,Лакапель-Бірон,لاکیپلی-بیرون,拉卡佩尔比龙		FR	75	47	473	47123	433	Europe/Paris
6434970	Lacépède	lacepede	Lacepede,Lacépède		FR	75	47	471	47125	323	Europe/Paris
6434971	Lachapelle	lachapelle	La Capela,La Capela de Marmanda,La Capèla,La Capèla de Marmanda,Lachapelle,Lashapel',la sha pei er,Лашапель,لاشاپیل، لوٹ-اے-گارونی,拉沙佩尔		FR	75	47	472	47126	76	Europe/Paris
6434972	Lafitte-sur-Lot	lafitte-sur-lot	Lafitte-sur-Lot		FR	75	47	472	47127	831	Europe/Paris
6434973	Lafox	lafox	Lafox		FR	75	47	471	47128	1153	Europe/Paris
6434974	Lagarrigue	lagarrigue			FR	75	47	471	47129	281	Europe/Paris
6434975	Lagruère	lagruere	Lagruere,Lagruère		FR	75	47	472	47130	347	Europe/Paris
6434976	Lagupie	lagupie	Lagupie		FR	75	47	472	47131	737	Europe/Paris
6434977	Lalandusse	lalandusse	Lalandusse		FR	75	47	473	47132	220	Europe/Paris
6434978	Laparade	laparade	Laparade		FR	75	47	472	47135	376	Europe/Paris
6434979	Laperche	laperche	Laperche		FR	75	47	472	47136	127	Europe/Paris
6434980	Laplume	laplume	La Pluma,Lapljum,la pu lu mu,laplywmy,Лаплюм,لاپلیومی,拉普吕姆		FR	75	47	471	47137	1426	Europe/Paris
6434981	Laroque-Timbaut	laroque-timbaut	Laroque-Timbaut		FR	75	47	471	47138	1671	Europe/Paris
6434982	Laugnac	laugnac	Laugnac,Launhac,Lon'jak,luo ni ya ke,Лоньяк,洛尼亚克		FR	75	47	471	47140	652	Europe/Paris
6434983	Laussou	laussou	Laussou		FR	75	47	473	47141	300	Europe/Paris
6434984	Lavardac	lavardac	Lavardac,Lavardak,la wa er da ke,Лавардак,拉瓦尔达克		FR	75	47	474	47143	2245	Europe/Paris
6434985	Layrac	layrac	Lairac,Layrac,Lerak,lai la ke,Лерак,莱拉克		FR	75	47	471	47145	3591	Europe/Paris
6434986	Lédat	ledat			FR	75	47	473	47146	1396	Europe/Paris
6434987	Lévignac-de-Guyenne	levignac-de-guyenne	Levignac-de-Guyenne,Levin'jak-de-Gjuienn,Levinhac,Levinhac de Guiana,Lévignac-de-Guyenne,lai wei ni ya ke de ji an,Левиньяк-де-Гюиенн,Левіньяк-де-Гюїенн,莱维尼亚克德吉安		FR	75	47	472	47147	665	Europe/Paris
6434988	Leyritz-Moncassin	leyritz-moncassin	Leyritz-Moncassin		FR	75	47	474	47148	208	Europe/Paris
6434989	Longueville	longueville	Longueville		FR	75	47	472	47150	364	Europe/Paris
6434990	Loubès-Bernac	loubes-bernac	Lobers e Bernac,Lobèrs e Bernac,Lubes-Bernak,lu bei bei er na ke,Лубес-Бернак,卢贝贝尔纳克		FR	75	47	472	47151	412	Europe/Paris
6434991	Lougratte	lougratte	Lougratte		FR	75	47	473	47152	404	Europe/Paris
6434992	Lusignan-Petit	lusignan-petit	Lusignan-Petit		FR	75	47	471	47154	356	Europe/Paris
6434993	Marcellus	marcellus	Marcerust,Marsellju,ma er se lu,Марселлю,马尔瑟吕		FR	75	47	472	47156	866	Europe/Paris
6434994	Marmande	marmande	Marmande		FR	75	47	472	47157	17645	Europe/Paris
6434995	Marmont-Pachas	marmont-pachas	Marmont-Pachas		FR	75	47	471	47158	161	Europe/Paris
6434997	Massels	massels	Maceus,Macèus,Massel',Massels,ma sai er,Массель,马塞尔		FR	75	47	473	47161	115	Europe/Paris
6434999	Mauvezin-sur-Gupie	mauvezin-sur-gupie			FR	75	47	472	47163	590	Europe/Paris
6435000	Mazières-Naresse	mazieres-naresse	Mazieres-Naresse,Mazières-Naresse		FR	75	47	473	47164	128	Europe/Paris
6435001	Meilhan-sur-Garonne	meilhan-sur-garonne	Meilhan-sur-Garonne		FR	75	47	472	47165	1333	Europe/Paris
6435002	Miramont-de-Guyenne	miramont-de-guyenne	Miramon-de-Gjuienn,Miramont,Miramont de Guiana,Miramont-de-Guyenne,mi la meng de ji an,Мирамон-де-Гюиенн,Мірамон-де-Гюїенн,米拉蒙德吉安		FR	75	47	472	47168	3189	Europe/Paris
6435003	Monbahus	monbahus	Monbahus,Monbaju,Montbaus,Montbaús,meng bo,Монбаю,蒙博		FR	75	47	473	47170	603	Europe/Paris
6435004	Monbalen	monbalen	Monbalen		FR	75	47	471	47171	421	Europe/Paris
6435005	Moncaut	moncaut	Moncaut,Monko,Montcaut,meng ke,Монко,蒙科		FR	75	47	474	47172	624	Europe/Paris
6435006	Moncrabeau	moncrabeau			FR	75	47	474	47174	727	Europe/Paris
6435007	Monflanquin	monflanquin	Monflanken,Montflanquin,meng fu lang qu an,mwnflynkwyn,Монфланкен,مونفلینکوئن,蒙夫朗屈安		FR	75	47	473	47175	2307	Europe/Paris
6435008	Mongaillard	mongaillard	Mongaillard,Mongajar,Montgalhard,meng gai la er,Монгаяр,蒙盖拉尔		FR	75	47	474	47176	183	Europe/Paris
6435009	Monheurt	monheurt	Moner,Monheurt,Monthurt,mo na er,Монер,莫纳尔		FR	75	47	474	47177	195	Europe/Paris
6435010	Monsempron-Libos	monsempron-libos	Monsampron-Libos,Monsempron-Libos,Montsempron e Libos,Montsempron e Libós,meng sang pu long li bo,Монсампрон-Либос,Монсампрон-Лібос,蒙桑普龙利博		FR	75	47	473	47179	2101	Europe/Paris
6435011	Montagnac-sur-Auvignon	montagnac-sur-auvignon	Montan'jak-sjur-Ovin'on,Montanhac de la Pluma,Montanhac sus Auvinhon,ao wei ni weng he pan meng ta ni ya ke,Монтаньяк-сюр-Овиньон,Монтаньяк-сюр-Овіньон,奥维尼翁河畔蒙塔尼亚克		FR	75	47	474	47180	614	Europe/Paris
6435012	Montagnac-sur-Lède	montagnac-sur-lede	Montagnac-sur-Lede,Montagnac-sur-Lède,Montan'jak-sjur-Led,Montanhac de Leda,Montanhac de Lèda,Montanhac de Salas,lai de he pan meng ta ni ya ke,Монтаньяк-сюр-Лед,莱德河畔蒙塔尼亚克		FR	75	47	473	47181	265	Europe/Paris
6435013	Montauriol	montauriol	Montauriol		FR	75	47	473	47183	176	Europe/Paris
6435014	Montayral	montayral	Montayral		FR	75	47	473	47185	2686	Europe/Paris
6435015	Montesquieu	montesquieu	Montesk'e,Monteske,Montesquiu,meng tai si ji e,montesukyu,Монтескье,Монтескє,モンテスキュー,蒙泰斯基厄		FR	75	47	474	47186	777	Europe/Paris
6435016	Monteton	monteton	Monteton,meng tai tong,Монтетон,蒙泰通		FR	75	47	472	47187	328	Europe/Paris
6435017	Montignac-de-Lauzun	montignac-de-lauzun	Montignac-de-Lauzun		FR	75	47	472	47188	284	Europe/Paris
6435018	Montignac-Toupinerie	montignac-toupinerie	Montignac-Toupinerie		FR	75	47	472	47189	150	Europe/Paris
6435019	Montpouillan	montpouillan	Montpouillan		FR	75	47	472	47191	789	Europe/Paris
6435020	Monviel	monviel			FR	75	47	473	47192	80	Europe/Paris
6435021	Moulinet	moulinet	Moulinet		FR	75	47	473	47193	194	Europe/Paris
6435022	Nérac	nerac			FR	75	47	474	47195	6898	Europe/Paris
6435023	Nicole	nicole	Nicole		FR	75	47	471	47196	230	Europe/Paris
6435024	Nomdieu	nomdieu	Nomdieu		FR	75	47	474	47197	249	Europe/Paris
6435025	Pailloles	pailloles	Pailloles		FR	75	47	473	47198	337	Europe/Paris
6435026	Pardaillan	pardaillan	Pardaillan		FR	75	47	472	47199	307	Europe/Paris
6435027	Parranquet	parranquet	Parranquet		FR	75	47	473	47200	117	Europe/Paris
6435028	Penne-d'Agenais	penne-d-agenais			FR	75	47	473	47203	2352	Europe/Paris
6435029	Pindères	pinderes	Pender,Pinderas,Pinderes,Pindèras,Pindères,pan dai lei,Пендер,潘代雷		FR	75	47	474	47205	213	Europe/Paris
6435030	Pinel-Hauterive	pinel-hauterive			FR	75	47	473	47206	570	Europe/Paris
6435031	Pompiey	pompiey	Pomp'e,Pompe,Pompieir,Pompiey,Pompièir,peng pi ye yi,Помпье,Помпє,蓬皮耶伊		FR	75	47	474	47207	224	Europe/Paris
6435032	Pompogne	pompogne	Pompogne		FR	75	47	474	47208	215	Europe/Paris
6435033	Pont-du-Casse	pont-du-casse	Pont-du-Casse		FR	75	47	471	47209	4244	Europe/Paris
6435034	Port-Sainte-Marie	port-sainte-marie	Port-Sainte-Marie		FR	75	47	471	47210	1944	Europe/Paris
6435035	Poudenas	poudenas	Podenas,Podenàs,Poudenas,Pudnas,pu de na,Пуднас,普德纳		FR	75	47	474	47211	255	Europe/Paris
6435036	Poussignac	poussignac	Possinhac,Poussignac,Pussin'jak,pu xi ni ya ke,Пуссиньяк,Пуссіньяк,普西尼亚克		FR	75	47	472	47212	268	Europe/Paris
6435037	Prayssas	prayssas	Praissas,Praissàs,Prayssas,Pressas,pu lai sa,Прессас,普赖萨		FR	75	47	471	47213	999	Europe/Paris
6435038	Puch-d'Agenais	puch-d-agenais			FR	75	47	474	47214	703	Europe/Paris
6435039	Puymiclan	puymiclan	Pjuimiklan,Pueimiclan,Puymiclan,Puèimiclan,pi yi mi ke lang,Пюимиклан,Пюїміклан,皮伊米克朗		FR	75	47	472	47216	640	Europe/Paris
6435040	Puymirol	puymirol	Puymirol		FR	75	47	471	47217	937	Europe/Paris
6435041	Puysserampion	puysserampion	Puysserampion		FR	75	47	472	47218	258	Europe/Paris
6435042	Rayet	rayet	Rayet		FR	75	47	473	47219	178	Europe/Paris
6435043	Razimet	razimet	Razimet		FR	75	47	474	47220	314	Europe/Paris
6435044	Rives	rives	Ribas,Riv,Rives,li wei,Рив,里韦		FR	75	47	473	47223	230	Europe/Paris
6435045	Romestaing	romestaing	Romestaing,Romestanh,Romesten,luo mei si tan,Роместен,罗梅斯坦		FR	75	47	472	47224	168	Europe/Paris
6435046	Roumagne	roumagne	Romanha,Roumagne,Ruman',lu ma ni,Румань,鲁马尼		FR	75	47	472	47226	551	Europe/Paris
6435047	Ruffiac	ruffiac	Rjuffiak,Rofiac,Ruffiac,Rufiac,lu fei a ke,Рюффиак,Рюффіак,吕菲阿克		FR	75	47	472	47227	167	Europe/Paris
6435048	Saint-Antoine-de-Ficalba	saint-antoine-de-ficalba	Saint-Antoine-de-Ficalba		FR	75	47	473	47228	718	Europe/Paris
6435049	Sainte-Bazeille	sainte-bazeille	Sainte-Bazeille		FR	75	47	472	47233	3138	Europe/Paris
6435050	Saint-Caprais-de-Lerm	saint-caprais-de-lerm	Sant Caprasi de lErm,Sant Caprasi de lÈrm,Sen-Kapre-de-Lerm,Sent Caprasi,sheng ka pu lai de lai er mu,Сен-Капре-де-Лерм,سینٹ-کاپریس-دے-لرم,圣卡普赖德莱尔姆		FR	75	47	471	47234	638	Europe/Paris
6435051	Saint-Colomb-de-Lauzun	saint-colomb-de-lauzun	Sant Colomban de Lausun,Sen-Kolom-de-Lozen,Sent Colomb,sheng ke long de luo zan,Сен-Колом-де-Лозен,سینٹ-کولومب-دے-لوذن,圣科隆德洛赞		FR	75	47	472	47235	480	Europe/Paris
6435053	Sainte-Colombe-de-Villeneuve	sainte-colombe-de-villeneuve	Sainte-Colombe-de-Villeneuve,Santa Coloma de Vilanueva,Santa Coloma de Vilanuèva,Sent-Kolomb-de-Vil'nev,Senta Colomba de Vilanueva,Senta Colomba de Vilanuèva,sheng ke long bu de wei lei na fu,Сент-Коломб-де-Вильнев,Сент-Коломб-де-Вільнев,سین-کولومبے-دے-ولنیوے,圣科隆布德维勒纳夫		FR	75	47	473	47237	494	Europe/Paris
6435054	Sainte-Colombe-en-Bruilhois	sainte-colombe-en-bruilhois	Sainte-Colombe-en-Bruilhois		FR	75	47	471	47238	1662	Europe/Paris
6435055	Saint-Étienne-de-Fougères	saint-etienne-de-fougeres	Saint-Etienne-de-Fougeres,Saint-Étienne-de-Fougères		FR	75	47	473	47239	821	Europe/Paris
6435056	Saint-Étienne-de-Villeréal	saint-etienne-de-villereal			FR	75	47	473	47240	298	Europe/Paris
6435057	Saint-Eutrope-de-Born	saint-eutrope-de-born	Saint-Eutrope-de-Born		FR	75	47	473	47241	682	Europe/Paris
6435058	Saint-Front-sur-Lémance	saint-front-sur-lemance	Saint-Front-sur-Lemance,Saint-Front-sur-Lémance,Sant Front de Lemanca,Sant Front de Lemança,Sen-Fron-sjur-Lemans,Sent Front,lai mang ke he pan sheng fu long,Сен-Фрон-сюр-Леманс,سینٹ-فرنٹ-سر-لیمنکے,莱芒克河畔圣夫龙		FR	75	47	473	47242	536	Europe/Paris
6435059	Sainte-Gemme-Martaillac	sainte-gemme-martaillac	Sainte-Gemme-Martaillac,Sent-Zhemm-Martajak,Senta Gema e Martalhac,Senta Gèma e Martalhac,sheng rang ma er tai la ke,Сент-Жемм-Мартаяк,سین-گامے-مرتیلاک,圣让马尔泰拉克		FR	75	47	472	47244	423	Europe/Paris
6435060	Saint-Jean-de-Duras	saint-jean-de-duras	Sen-Zhan-de-Djuras,Sent Joan de Duras,Sent Joan de Duràs,sheng rang de di la,Сен-Жан-де-Дюрас,سینٹ-ژاں -دے-درس,圣让德迪拉		FR	75	47	472	47247	248	Europe/Paris
6435061	Saint-Jean-de-Thurac	saint-jean-de-thurac	Saint-Jean-de-Thurac		FR	75	47	471	47248	552	Europe/Paris
6435062	Sainte-Livrade-sur-Lot	sainte-livrade-sur-lot	Sainte-Livrade-sur-Lot		FR	75	47	473	47252	6378	Europe/Paris
6435063	Sainte-Marthe	sainte-marthe	Sainte-Marthe,Santa Marta,Sent-Mart,sheng ma er te,Сент-Март,سین-مارتھ، لوٹ-یت-گروں نے,圣马尔特		FR	75	47	472	47253	592	Europe/Paris
6435064	Saint-Martin-Curton	saint-martin-curton	Saint-Martin-Curton		FR	75	47	474	47254	307	Europe/Paris
6435065	Saint-Martin-de-Villeréal	saint-martin-de-villereal	Saint-Martin-de-Villereal,Saint-Martin-de-Villeréal		FR	75	47	473	47256	109	Europe/Paris
6435066	Saint-Martin-Petit	saint-martin-petit	Saint-Martin-Petit		FR	75	47	472	47257	565	Europe/Paris
6435067	Sainte-Maure-de-Peyriac	sainte-maure-de-peyriac	Sent-Mor-de-Pejriak,Senta Maura de Peirac,sheng mo er de pei li a ke,Сент-Мор-де-Пейриак,Сент-Мор-де-Пейріак,سین-مرے-دے-پیراک,圣莫尔德佩里阿克		FR	75	47	474	47258	342	Europe/Paris
6435068	Saint-Maurice-de-Lestapel	saint-maurice-de-lestapel	Saint-Maurice-de-Lestapel		FR	75	47	473	47259	108	Europe/Paris
6435070	Saint-Nicolas-de-la-Balerme	saint-nicolas-de-la-balerme	La Valerma,La Valèrma,Saint-Nicolas-de-la-Balerme,Sant Nicolau de la Valerma,Sen-Nikola-de-la-Balerm,sheng ni ke la de la-ba lai er mu,Сен-Никола-де-ла-Балерм,Сен-Нікола-де-ла-Балерм,سینٹ-نکولس-دے-لا-بلیرمے,圣尼科拉德拉-巴莱尔姆		FR	75	47	471	47262	406	Europe/Paris
6435071	Saint-Pardoux-du-Breuil	saint-pardoux-du-breuil	Saint-Pardoux-du-Breuil		FR	75	47	472	47263	609	Europe/Paris
6435072	Saint-Pardoux-Isaac	saint-pardoux-isaac	Saint-Pardoux-Isaac		FR	75	47	472	47264	1147	Europe/Paris
6435073	Saint-Pastour	saint-pastour	Saint-Pastour,Sant Pastor,Sen-Pastur,sheng pa si tu,Сен-Пастур,سینٹ-پاسٹر,圣帕斯图		FR	75	47	473	47265	394	Europe/Paris
6435074	Saint-Pierre-de-Buzet	saint-pierre-de-buzet	Sen-P'err-de-Bjuze,Sen-Perr-de-Bjuze,Sent Peir de Buseth,Sent Pèir de Busèth,sheng pi ye er de bi ze,Сен-Пьерр-де-Бюзе,Сен-Пєрр-де-Бюзе,سین-پیری-دے-بزیت,圣皮耶尔德比泽		FR	75	47	474	47267	288	Europe/Paris
6435126	Palhers	palhers	Palhers		FR	76	48	482	48107	188	Europe/Paris
6435127	Paulhac-en-Margeride	paulhac-en-margeride	Paulhac-en-Margeride		FR	76	48	482	48110	100	Europe/Paris
6435075	Saint-Pierre-de-Clairac	saint-pierre-de-clairac	Saint-Pierre-de-Clairac,Sant Peire de Clairac,Sant Pèire de Clairac,Sen-P'err-de-Klerak,Sen-Perr-de-Klerak,sheng pi ye er de ke lai la ke,Сен-Пьерр-де-Клерак,Сен-Пєрр-де-Клерак,سین-پیری-دے-کلارک,圣皮耶尔德克莱拉克		FR	75	47	471	47269	877	Europe/Paris
6435076	Saint-Pierre-sur-Dropt	saint-pierre-sur-dropt	Sant Peire de Drot,Sant Pèire de Dròt,Sen-P'err-sjur-Dro,Sen-Perr-sjur-Dro,Sent Peir de Levinhac,Sent Pèir de Levinhac,de luo pu he pan sheng pi ye er,Сен-Пьерр-сюр-Дро,Сен-Пєрр-сюр-Дро,سین-پیری-سور-دروپٹ,德罗普河畔圣皮耶尔		FR	75	47	472	47271	325	Europe/Paris
6435077	Saint-Quentin-du-Dropt	saint-quentin-du-dropt	Saint-Quentin-du-Dropt		FR	75	47	473	47272	197	Europe/Paris
6435078	Saint-Romain-le-Noble	saint-romain-le-noble	Saint-Romain-le-Noble		FR	75	47	471	47274	432	Europe/Paris
6435079	Saint-Salvy	saint-salvy	Saint-Salvy		FR	75	47	471	47275	191	Europe/Paris
6435080	Saint-Sardos	saint-sardos	Saint-Sardos,Sen-Sardos,Sent Sardos,Sent Sardòs,sheng sa er duo,Сен-Сардос,سین-سردوس، لوٹ-یت-گرون,圣萨尔多		FR	75	47	471	47276	293	Europe/Paris
6435082	Saint-Sernin	saint-sernin	Saint-Sernin		FR	75	47	472	47278	413	Europe/Paris
6435083	Saint-Sylvestre-sur-Lot	saint-sylvestre-sur-lot	Saint-Sylvestre-sur-Lot,Sant Silvestre dOlt,Sant Silvèstre dÒlt,Sen-Sil'vestr-sjur-Lot,Sent Silvestre,luo te he pan sheng xi er wei si te er,Сен-Сильвестр-сюр-Лот,Сен-Сільвестр-сюр-Лот,洛特河畔圣西尔韦斯特尔		FR	75	47	473	47280	2291	Europe/Paris
6435084	Saint-Urcisse	saint-urcisse	Saint-Urcisse		FR	75	47	471	47281	231	Europe/Paris
6435085	Saint-Vincent-de-Lamontjoie	saint-vincent-de-lamontjoie	Saint-Vincent-de-Lamontjoie		FR	75	47	474	47282	252	Europe/Paris
6435086	Saint-Vite	saint-vite	Sant Vite,Sen-Vit,sheng wei te,Сен-Вит,Сен-Віт,圣维特		FR	75	47	473	47283	1167	Europe/Paris
6435087	Samazan	samazan	Samacan,Samazan,Samaçan,sa ma cang,Самазан,萨马藏		FR	75	47	472	47285	870	Europe/Paris
6435088	Sauméjan	saumejan	Saumejan,Sauméjan,Saut Mejan,Sautmejan,Somezhan,suo mei rang,Сомежан,索梅让		FR	75	47	474	47286	102	Europe/Paris
6435089	Saumont	saumont	Saumont,Somon,suo meng,Сомон,索蒙		FR	75	47	474	47287	256	Europe/Paris
6435090	Sauvagnas	sauvagnas	Sauvagnas,Sauvanhas,Sauvanhàs,Sovan'jas,suo wa ni ya,Сованьяс,索瓦尼亚		FR	75	47	471	47288	528	Europe/Paris
6435091	Sauveterre-la-Lémance	sauveterre-la-lemance	Sauvaterra de Fumel,Sauvaterra de Lemanca,Sauvatèrra de Fumèl,Sauvatèrra de Lemança,Sauveterre-la-Lemance,Sauveterre-la-Lémance,Sovterr-la-Lemans,suo wei tai er la lai mang ke,Совтерр-ла-Леманс,索韦泰尔拉莱芒克		FR	75	47	473	47292	518	Europe/Paris
6435092	Sauveterre-Saint-Denis	sauveterre-saint-denis	Sauveterre-Saint-Denis		FR	75	47	471	47293	406	Europe/Paris
6435093	Savignac-de-Duras	savignac-de-duras	Savignac-de-Duras,Savin'jak-de-Djuras,Savinhac de Duras,Savinhac de Duràs,sa wei ni ya ke de di la,Савиньяк-де-Дюрас,Савіньяк-де-Дюрас,萨维尼亚克德迪拉		FR	75	47	472	47294	220	Europe/Paris
6435094	Savignac-sur-Leyze	savignac-sur-leyze	Savignac-sur-Leyze		FR	75	47	473	47295	310	Europe/Paris
6435095	Ségalas	segalas	Segalas,Ségalas		FR	75	47	472	47296	157	Europe/Paris
6435096	Sembas	sembas	Sembas		FR	75	47	473	47297	140	Europe/Paris
6435097	Sénestis	senestis			FR	75	47	472	47298	210	Europe/Paris
6435098	Sérignac-Péboudou	serignac-peboudou	Serignac-Peboudou,Sérignac-Péboudou		FR	75	47	473	47299	175	Europe/Paris
6435099	Sérignac-sur-Garonne	serignac-sur-garonne	Serin'jak-sjur-Garonn,Serinhac dAgenes,Serinhac dAgenés,Serinhac de Garona,jia luo ne he pan sai li ni ya ke,Сериньяк-сюр-Гаронн,加罗讷河畔塞里尼亚克		FR	75	47	471	47300	1161	Europe/Paris
6435100	Seyches	seyches			FR	75	47	472	47301	1047	Europe/Paris
6435102	Taillebourg	taillebourg	Tajbur,Talhaborg,ta ye bao,Тайбур,塔耶堡		FR	75	47	472	47304	69	Europe/Paris
6435103	Tayrac	tayrac	Tayrac		FR	75	47	471	47305	401	Europe/Paris
6435104	Thézac	thezac	Tesac,Tezak,Thezac,Thézac,tai zha ke,Тезак,泰扎克		FR	75	47	473	47307	195	Europe/Paris
6435105	Thouars-sur-Garonne	thouars-sur-garonne	Thouars-sur-Garonne		FR	75	47	474	47308	214	Europe/Paris
6435106	Tonneins	tonneins	Tonneins		FR	75	47	472	47310	9055	Europe/Paris
6435107	Tourliac	tourliac	Tourliac		FR	75	47	473	47311	135	Europe/Paris
6435108	Tournon-d'Agenais	tournon-d-agenais	Tournon-d'Agenais		FR	75	47	473	47312	738	Europe/Paris
6435109	Tourtrès	tourtres	Tortres,Tortrés,Tourtres,Tourtrès,Turtres,tu er te lei,Туртрес,图尔特雷		FR	75	47	473	47313	136	Europe/Paris
6435110	Trentels	trentels	Trantel',Trentels,Trenteus,Trentèus,te lang tai er,Трантель,特朗泰尔		FR	75	47	473	47315	852	Europe/Paris
6435111	Varès	vares	Vares,Varès		FR	75	47	472	47316	666	Europe/Paris
6435112	Verteuil-d'Agenais	verteuil-d-agenais	Verteuil-d'Agenais		FR	75	47	472	47317	595	Europe/Paris
6435113	Vianne	vianne	Vianne		FR	75	47	474	47318	1022	Europe/Paris
6435114	Villebramar	villebramar	Villebramar		FR	75	47	473	47319	100	Europe/Paris
6435115	Villefranche-du-Queyran	villefranche-du-queyran	Vil'fransh-dju-Kejran,Vilafranca,Vilafranca deu Cairan,Villefranche-du-Queyran,qu ai lang zi you cheng,Вильфранш-дю-Кейран,Вільфранш-дю-Кейран,屈埃朗自由城		FR	75	47	474	47320	397	Europe/Paris
6435116	Villeneuve-de-Duras	villeneuve-de-duras			FR	75	47	472	47321	321	Europe/Paris
6435117	Villeneuve-sur-Lot	villeneuve-sur-lot	Villeneuve-sur-Lot		FR	75	47	473	47323	22422	Europe/Paris
6435118	Villeton	villeton	Villeton		FR	75	47	472	47325	456	Europe/Paris
6435119	Virazeil	virazeil	Viraselh,Virazej,wei la ze,wyrazyl,Виразей,Віразей,ویرازیل,维拉泽		FR	75	47	472	47326	1714	Europe/Paris
6435120	Xaintrailles	xaintrailles	Xaintrailles		FR	75	47	474	47327	416	Europe/Paris
6435121	Montbel	montbel			FR	76	48	482	48100	112	Europe/Paris
6435122	Montrodat	montrodat	Montrodat		FR	76	48	482	48103	1231	Europe/Paris
6435123	Nasbinals	nasbinals	Nasbinals		FR	76	48	482	48104	509	Europe/Paris
6435124	Naussac-Fontanes	naussac-fontanes	Nauncac,Naunçac,Naussac-Fontanes,Nossak,nuo sa ke,Носсак,诺萨克		FR	76	48	482	48105	351	Europe/Paris
6435125	Noalhac	noalhac	Noalhac		FR	76	48	482	48106	98	Europe/Paris
6435128	Pierrefiche	pierrefiche	Pierrefiche		FR	76	48	482	48112	164	Europe/Paris
6435129	Prévenchères	prevencheres	Prevansher,Prevenchieiras,Prevenchièiras,pu lei wang xie lei,Преваншер,普雷旺谢雷		FR	76	48	482	48119	256	Europe/Paris
6435131	Prunières	prunieres	Prjun'er,Prunieiras,Prunieres,Prunièiras,Prunières,pu lu ni ai,Прюньер,Прюньєр,普吕尼埃		FR	76	48	482	48121	259	Europe/Paris
6435133	Recoules-d'Aubrac	recoules-d-aubrac	Recoules-d'Aubrac		FR	76	48	482	48123	192	Europe/Paris
6435134	Recoules-de-Fumas	recoules-de-fumas	Recoules-de-Fumas		FR	76	48	482	48124	103	Europe/Paris
6435135	Lachamp-Ribennes	lachamp-ribennes	Lachamp-Ribennes,Ribenn,Ribennas,li bo nei,Рибенн,里伯内		FR	76	48	482	48126	340	Europe/Paris
6435136	Rimeize	rimeize	Rimeize		FR	76	48	482	48128	581	Europe/Paris
6435137	Rocles	rocles	Rocles		FR	76	48	482	48129	234	Europe/Paris
6435138	Rousses	rousses			FR	76	48	481	48130	113	Europe/Paris
6435139	Saint-Alban-sur-Limagnole	saint-alban-sur-limagnole	Sench Aubanh,Sent-Al'ban-sjur-Liman'ol',li ma ni ao er he pan sheng a er bang,santaruban=shuru=rimanyoru,Сент-Альбан-сюр-Лиманьоль,Сент-Альбан-сюр-Ліманьоль,سینٹ-البن-سر-لمگنولے,サンタルバン＝シュル＝リマニョル,利马尼奥尔河畔圣阿尔邦		FR	76	48	482	48132	1336	Europe/Paris
6435142	Saint-André-de-Lancize	saint-andre-de-lancize	Sent Andrieu,Sent-Andre-de-Lansiz,sheng ang de lei de lang xi ci,Сент-Андре-де-Лансиз,Сент-Андре-де-Лансіз,سینٹ-آندرے-دے-لنکزے,圣昂德雷德朗西兹		FR	76	48	481	48136	126	Europe/Paris
6435143	Saint-Bonnet-de-Chirac	saint-bonnet-de-chirac	Saint-Bonnet-de-Chirac,Sant Bonet,Sen-Bonne-de-Shirak,sheng bo nei de xi la ke,Сен-Бонне-де-Ширак,سینٹ-بونٹ-دے-چرک,圣博内德希拉克		FR	76	48	482	48138	70	Europe/Paris
6435145	Saint-Chély-d'Apcher	saint-chely-d-apcher			FR	76	48	482	48140	4160	Europe/Paris
6435148	Saint-Étienne-du-Valdonnez	saint-etienne-du-valdonnez	Saint-Etienne-du-Valdonnez,Saint-Étienne-du-Valdonnez		FR	76	48	482	48147	647	Europe/Paris
6435149	Saint-Étienne-Vallée-Française	saint-etienne-vallee-francaise	Saint-Etienne-Vallee-Francaise,Saint-Étienne-Vallée-Française		FR	76	48	481	48148	512	Europe/Paris
6435150	Saint-Flour-de-Mercoire	saint-flour-de-mercoire	Saint-Flour-de-Mercoire		FR	76	48	482	48150	192	Europe/Paris
6435151	Saint-Frézal-d'Albuges	saint-frezal-d-albuges	Saint-Frezal-d'Albuges,Saint-Frézal-d'Albuges		FR	76	48	482	48151	69	Europe/Paris
6435152	Ventalon en Cévennes	ventalon-en-cevennes	Sen-Frezal'-de-Vantalon,Sent Fresald de Ventalon,sheng fu lei zha de wang ta long,Сен-Фрезаль-де-Ванталон,سینٹ-فریزل-دے-ونتالوں,圣夫雷扎德旺塔隆		FR	76	48	481	48152	221	Europe/Paris
6435153	Saint-Gal	saint-gal	Saint-Gal		FR	76	48	482	48153	90	Europe/Paris
6435155	Saint-Germain-de-Calberte	saint-germain-de-calberte	Saint-Germain-de-Calberte		FR	76	48	481	48155	441	Europe/Paris
6435156	Saint-Germain-du-Teil	saint-germain-du-teil	Saint-Germain-du-Teil		FR	76	48	482	48156	878	Europe/Paris
6435157	Saint-Hilaire-de-Lavit	saint-hilaire-de-lavit	Saint-Hilaire-de-Lavit		FR	76	48	481	48158	115	Europe/Paris
6435158	Saint-Jean-la-Fouillouse	saint-jean-la-fouillouse	Saint-Jean-la-Fouillouse		FR	76	48	482	48160	159	Europe/Paris
6435159	Saint-Juéry	saint-juery	Saint-Juery,Saint-Juéry,Sen-Zhueri,Sent Jueri,Sent Juèri,sheng rui ai li,Сен-Жуери,Сен-Жуері,سینٹ-جیرے، لوزیرے,圣瑞埃里		FR	76	48	482	48161	66	Europe/Paris
6435163	Saint-Laurent-de-Muret	saint-laurent-de-muret	Saint-Laurent-de-Muret,Sen-Loran-de-Mjure,Sent Laurenc de Muret,Sent Laurenç de Muret,sheng luo lang de mi lei,Сен-Лоран-де-Мюре,سینٹ-لارنٹ-دے-مرت,圣洛朗德米雷		FR	76	48	482	48165	187	Europe/Paris
6435164	Cans et Cévennes	cans-et-cevennes			FR	76	48	481	48166	280	Europe/Paris
6435165	Saint-Laurent-de-Veyrès	saint-laurent-de-veyres	Saint-Laurent-de-Veyres,Saint-Laurent-de-Veyrès		FR	76	48	482	48167	38	Europe/Paris
6435166	Saint-Léger-de-Peyre	saint-leger-de-peyre	Saint-Leger-de-Peyre,Saint-Léger-de-Peyre,Sen-Lezhe-de-Pejr,Sent Latgier de Peire,Sent Latgièr de Peire,sheng lai re de pei er,Сен-Леже-де-Пейр,سینٹ-لگر-دے-پیرے,圣莱热德佩尔		FR	76	48	482	48168	184	Europe/Paris
6435167	Saint-Léger-du-Malzieu	saint-leger-du-malzieu	Saint-Leger-du-Malzieu,Saint-Léger-du-Malzieu		FR	76	48	482	48169	213	Europe/Paris
6435168	Saint-Martin-de-Boubaux	saint-martin-de-boubaux			FR	76	48	481	48170	176	Europe/Paris
6435169	Saint-Martin-de-Lansuscle	saint-martin-de-lansuscle	Saint-Martin-de-Lansuscle		FR	76	48	481	48171	188	Europe/Paris
6435171	Saint-Michel-de-Dèze	saint-michel-de-deze	Saint-Michel-de-Deze,Saint-Michel-de-Dèze		FR	76	48	481	48173	248	Europe/Paris
6435172	Saint-Paul-le-Froid	saint-paul-le-froid	Saint-Paul-le-Froid		FR	76	48	482	48174	141	Europe/Paris
6435173	Saint-Pierre-de-Nogaret	saint-pierre-de-nogaret	Sen-P'err-de-Nogare,Sen-Perr-de-Nogare,Sent Peire,Sent Pèire,sheng pi ye er de nuo jia lei,Сен-Пьерр-де-Ногаре,Сен-Пєрр-де-Ногаре,سین-پیری-دے-نوگریٹ,圣皮耶尔德诺加雷		FR	76	48	482	48175	180	Europe/Paris
6435174	Saint-Pierre-des-Tripiers	saint-pierre-des-tripiers	Saint-Pierre-des-Tripiers,Sant Peire dEstripians,Sant Pèire dEstripians,Sen-P'err-de-Trip'e,Sen-Perr-de-Tripe,sheng pi ye er dai te li pi ye er,Сен-Пьерр-де-Трипье,Сен-Пєрр-де-Трипє,سین-پیری-دے-ٹریپیرس,圣皮耶尔代特里皮耶尔		FR	76	48	481	48176	84	Europe/Paris
6435175	Saint-Pierre-le-Vieux	saint-pierre-le-vieux	Saint-Pierre-le-Vieux		FR	76	48	482	48177	315	Europe/Paris
6435176	Saint-Privat-de-Vallongue	saint-privat-de-vallongue	Saint-Privat-de-Vallongue,Sen-Privat-de-Vallong,Sent Privat de Vallonga,Sent Privat de Vallònga,sheng pu li wa de wa long gai,Сен-Приват-де-Валлонг,سین-پروہت-دے-والنگے,圣普里瓦德瓦隆盖		FR	76	48	481	48178	233	Europe/Paris
6435177	Saint-Privat-du-Fau	saint-privat-du-fau	Saint-Privat-du-Fau		FR	76	48	482	48179	130	Europe/Paris
6435179	Saint-Sauveur-de-Ginestoux	saint-sauveur-de-ginestoux	Saint-Sauveur-de-Ginestoux		FR	76	48	482	48182	57	Europe/Paris
6435182	Serverette	serverette	Cerveiretas,Serverett,sai er wei lei te,Серверетт,塞尔韦雷特		FR	76	48	482	48188	264	Europe/Paris
6435185	Vialas	vialas	V'jalas,Vialars,Vialas,Vjalas,wei a la,Вьялас,Вялас,维阿拉		FR	76	48	481	48194	434	Europe/Paris
6435186	Cizay-la-Madeleine	cizay-la-madeleine	Cizay-la-Madeleine		FR	52	49	493	49100	471	Europe/Paris
6435193	Cornillé-les-Caves	cornille-les-caves	Kornije le Kav,Kornil'e-le-Kav,ke er ni lai lai ka wei,Корније ле Кав,Корнільє-ле-Кав,科尔尼莱莱卡韦		FR	52	49	491	49107	472	Europe/Paris
6435194	Coron	coron	Coron,Koron,Корон		FR	52	49	492	49109	1598	Europe/Paris
6435195	Corzé	corze	Corze,Corzé,Korze,ke er ze,Корзе,科尔泽		FR	52	49	491	49110	1819	Europe/Paris
6435197	Courchamps	courchamps			FR	52	49	493	49113	497	Europe/Paris
6435201	Denée	denee	Dene,dai nei ai,Дене,代内埃		FR	52	49	491	49120	1402	Europe/Paris
6435202	Distré	distre	Distre,Distré,di si te lei,Дистре,Дістре,迪斯特雷		FR	52	49	493	49123	1673	Europe/Paris
6435203	Doué-en-Anjou	doue-en-anjou			FR	52	49	493	49125	10981	Europe/Paris
6435205	Durtal	durtal	Durtal		FR	52	49	491	49127	3371	Europe/Paris
6435207	Écouflant	ecouflant			FR	52	49	491	49129	4070	Europe/Paris
6435208	Écuillé	ecuille	Ecuille,Ecuillé,Ekije,Ekjuil'e,ai qu yi lai,Écuillé,Екије,Екюїльє,埃屈伊莱		FR	52	49	491	49130	631	Europe/Paris
6435209	Épieds	epieds	Epe,Epieds,Epje,ai pi ye de,Épieds,Епє,Епје,埃皮耶德		FR	52	49	493	49131	747	Europe/Paris
6435210	Étriché	etriche	Etriche,Etriché,Etrishe,ai te li xie,Étriché,Етрише,埃特里谢		FR	52	49	491	49132	1547	Europe/Paris
6435212	Feneu	feneu	Feneu		FR	52	49	491	49135	2216	Europe/Paris
6435213	Les Bois d'Anjou	les-bois-d-anjou	Les Bois d'Anjou		FR	52	49	493	49138	2637	Europe/Paris
6435219	Grez-Neuville	grez-neuville			FR	52	49	494	49155	1449	Europe/Paris
6435222	Ingrandes-Le Fresne sur Loire	ingrandes-le-fresne-sur-loire	Engrand,Ingrandes-Le Fresne sur Loire,an ge lang dai,angurando,Енгранд,アングランド,安格朗代		FR	52	49	491	49160	2601	Europe/Paris
6435224	Jarzé Villages	jarze-villages	Jarze Villages,Jarzé Villages,Zharze,ya er ze,Жарзе,雅尔泽		FR	52	49	491	49163	2746	Europe/Paris
6435225	Les Garennes sur Loire	les-garennes-sur-loire	Les Garennes sur Loire,Zhuin'e-sjur-Luar,lu wa er he pan rui yi nie,Жуїньє-сюр-Луар,卢瓦尔河畔瑞伊涅		FR	52	49	491	49167	4495	Europe/Paris
6435226	Juvardeil	juvardeil	Juvardeil		FR	52	49	494	49170	822	Europe/Paris
6435228	Huillé-Lézigné	huille-lezigne	Huille-Lezigne,Huillé-Lézigné,Lezin'e,lai qi nie,Лезіньє,莱齐涅		FR	52	49	491	49174	1321	Europe/Paris
6435232	Louresse-Rochemenier	louresse-rochemenier	Louresse-Rochemenier		FR	52	49	493	49182	844	Europe/Paris
6435237	Mazé-Milon	maze-milon	Maze-Milon,Mazé-Milon		FR	52	49	493	49194	5787	Europe/Paris
6435238	Mazières-en-Mauges	mazieres-en-mauges	Maz'er-an-Mozh,Mazieres-en-Mauges,Mazières-en-Mauges,mo re de qu ma qi ai,Мазьєр-ан-Мож,莫热地区马齐埃		FR	52	49	492	49195	1154	Europe/Paris
6435242	Miré	mire	Mire,Miré,mi lei,Міре,米雷		FR	52	49	494	49205	989	Europe/Paris
6435247	Montreuil-Bellay	montreuil-bellay	Montreuil-Bellay		FR	52	49	493	49215	3903	Europe/Paris
6435248	Montreuil-sur-Loir	montreuil-sur-loir	Montreuil-sur-Loir		FR	52	49	491	49216	570	Europe/Paris
6435249	Montreuil-sur-Maine	montreuil-sur-maine	Montreuil-sur-Maine		FR	52	49	494	49217	744	Europe/Paris
6435250	Montrevault-sur-Èvre	montrevault-sur-evre			FR	52	49	492	49218	15971	Europe/Paris
6435251	Montsoreau	montsoreau	Montsoreau		FR	52	49	493	49219	441	Europe/Paris
6435252	Morannes sur Sarthe-Daumeray	morannes-sur-sarthe-daumeray	Morann,Morannes sur Sarthe-Daumeray,mo la nei,Моранн,莫拉内		FR	52	49	491	49220	3642	Europe/Paris
6435253	Mouliherne	mouliherne			FR	52	49	493	49221	864	Europe/Paris
6435254	Mozé-sur-Louet	moze-sur-louet	Moze-sjur-Lue,lu he pan mo ze,Мозе-сюр-Луе,卢河畔莫泽		FR	52	49	491	49222	2006	Europe/Paris
6435255	Neuillé	neuille	Nee,Neuille,Neuillé,na yi lai,Неє,纳伊莱		FR	52	49	493	49224	991	Europe/Paris
6435260	Nuaillé	nuaille	Nuaille,Nuaillé		FR	52	49	492	49231	1489	Europe/Paris
6435264	Parnay	parnay	Parne,pa er nai,Парне,帕尔奈		FR	52	49	493	49235	435	Europe/Paris
6435265	Passavant-sur-Layon	passavant-sur-layon	Passavant-sur-Layon		FR	52	49	492	49236	126	Europe/Paris
6435268	Ombrée d'Anjou	ombree-d-anjou	Ombree d'Anjou,Ombrée d'Anjou		FR	52	49	494	49248	9013	Europe/Paris
6435271	Rochefort-sur-Loire	rochefort-sur-loire	Rochefort-sur-Loire		FR	52	49	491	49259	2343	Europe/Paris
6435272	Rou-Marson	rou-marson	Rou-Marson		FR	52	49	493	49262	664	Europe/Paris
6435276	Saint-Augustin-des-Bois	saint-augustin-des-bois	Saint-Augustin-des-Bois		FR	52	49	494	49266	1214	Europe/Paris
6435277	Saint-Barthélemy-d'Anjou	saint-barthelemy-d-anjou	Saint-Barthelemy-d'Anjou,Saint-Barthélemy-d'Anjou		FR	52	49	491	49267	9209	Europe/Paris
6435280	Saint-Clément-de-la-Place	saint-clement-de-la-place	Saint-Clement-de-la-Place,Saint-Clément-de-la-Place		FR	52	49	491	49271	2161	Europe/Paris
6435281	Saint-Clément-des-Levées	saint-clement-des-levees	Saint-Clement-des-Levees,Saint-Clément-des-Levées,Sen-Kleman-de-Leve,sheng ke lai mang dai lai wei ai,Сен-Клеман-де-Леве,سینٹ-کلیمنٹ-دس-لویس,圣克莱芒代莱韦埃		FR	52	49	493	49272	1118	Europe/Paris
6435287	Saint-Georges-sur-Loire	saint-georges-sur-loire	Saint-Georges-sur-Loire		FR	52	49	491	49283	3570	Europe/Paris
6435288	Saint-Germain-des-Prés	saint-germain-des-pres	Sen-Zhermen-de-Pre,sheng ri er man dai pu lei,Сен-Жермен-де-Пре,سینٹ-گرمین-دس-پریس،مائنے-یت-لڑے,圣日尔曼代普雷		FR	52	49	491	49284	1399	Europe/Paris
6435290	Saint-Jean-de-la-Croix	saint-jean-de-la-croix	Saint-Jean-de-la-Croix		FR	52	49	491	49288	230	Europe/Paris
6435292	Saint-Just-sur-Dive	saint-just-sur-dive	Saint-Just-sur-Dive,Sen-Zhust-sjur-Div,di fu he pan sheng rui si,Сен-Жуст-сюр-Дів,سینٹ-جست-سر-دیوے,迪夫河畔圣瑞斯		FR	52	49	493	49291	396	Europe/Paris
6435293	Val-du-Layon	val-du-layon			FR	52	49	491	49292	3397	Europe/Paris
6435294	Saint-Lambert-la-Potherie	saint-lambert-la-potherie			FR	52	49	491	49294	2731	Europe/Paris
6435298	Saint-Léger-de-Linières	saint-leger-de-linieres	Saint-Leger-de-Linieres,Saint-Léger-de-Linières		FR	52	49	491	49298	3529	Europe/Paris
6435299	Saint-Léger-sous-Cholet	saint-leger-sous-cholet	Saint-Leger-sous-Cholet,Saint-Léger-sous-Cholet		FR	52	49	492	49299	2817	Europe/Paris
6435301	Sèvremoine	sevremoine	Sevremoine,Sèvremoine		FR	52	49	492	49301	25681	Europe/Paris
6435804	Époye	epoye	Epoye,Époye		FR	44	51	513	51232	437	Europe/Paris
6435306	Saint-Martin-du-Fouilloux	saint-martin-du-fouilloux	Saint-Martin-du-Fouilloux,Sen-Marten-dju-Fuju,sheng ma dan di fu yi lu,Сен-Мартен-дю-Фую,سینٹ-مارٹن-دو-ولوش،مائنے-یت-لڑے,圣马丹迪富伊卢		FR	52	49	491	49306	1672	Europe/Paris
6435309	Saint-Philbert-du-Peuple	saint-philbert-du-peuple	Saint-Philbert-du-Peuple		FR	52	49	493	49311	1297	Europe/Paris
6435318	Verrières-en-Anjou	verrieres-en-anjou	Verrieres-en-Anjou,Verrières-en-Anjou		FR	52	49	491	49323	7060	Europe/Paris
6435319	Sarrigné	sarrigne	Sarrigne,Sarrigné		FR	52	49	491	49326	815	Europe/Paris
6435321	Saumur	saumur	Saumur		FR	52	49	493	49328	27125	Europe/Paris
6435322	Savennières	savennieres			FR	52	49	491	49329	1338	Europe/Paris
6435323	Segré-en-Anjou Bleu	segre-en-anjou-bleu	Segre-en-Anjou Bleu,Segré-en-Anjou Bleu		FR	52	49	494	49331	17577	Europe/Paris
6435324	Seiches-sur-le-Loir	seiches-sur-le-loir	Seiches-sur-le-Loir		FR	52	49	491	49333	2980	Europe/Paris
6435325	Sermaise	sermaise	Sermaise,Sermez,sai er mai si,Сермез,塞尔迈斯		FR	52	49	491	49334	319	Europe/Paris
6435326	Somloire	somloire	Somloire		FR	52	49	492	49336	897	Europe/Paris
6435328	Soulaines-sur-Aubance	soulaines-sur-aubance	Soulaines-sur-Aubance		FR	52	49	491	49338	1418	Europe/Paris
6435329	Soulaire-et-Bourg	soulaire-et-bourg	Soulaire-et-Bourg		FR	52	49	491	49339	1484	Europe/Paris
6435330	Souzay-Champigny	souzay-champigny	Souzay-Champigny,Suze-Shampin'i,su ze shang pi ni,Сузе-Шампіньї,苏泽尚皮尼		FR	52	49	493	49341	760	Europe/Paris
6435332	Thorigné-d'Anjou	thorigne-d-anjou	Thorigne-d'Anjou,Thorigné-d'Anjou		FR	52	49	494	49344	1222	Europe/Paris
6435333	Bellevigne-en-Layon	bellevigne-en-layon			FR	52	49	491	49345	5757	Europe/Paris
6435334	Tiercé	tierce	T'erse,Tierce,Tiercé,di ye er sai,Тьєрсе,蒂耶尔塞		FR	52	49	491	49347	4349	Europe/Paris
6435337	Toutlemonde	toutlemonde	Toutlemonde		FR	52	49	492	49352	1336	Europe/Paris
6435338	Trélazé	trelaze	Trelaze,Trélazé		FR	52	49	491	49353	14402	Europe/Paris
6435339	Trémentines	trementines			FR	52	49	492	49355	2956	Europe/Paris
6435341	Turquant	turquant	Turquant		FR	52	49	493	49358	585	Europe/Paris
6435342	Varennes-sur-Loire	varennes-sur-loire	Varennes-sur-Loire		FR	52	49	493	49361	1829	Europe/Paris
6435343	Varrains	varrains	Varrains		FR	52	49	493	49362	1224	Europe/Paris
6435345	Vaudelnay	vaudelnay	Vaudelnay,Vode,wawdlny,wo dai er nai,Воде,واودلنی,沃代尔奈		FR	52	49	493	49364	1159	Europe/Paris
6435347	Erdre-en-Anjou	erdre-en-anjou	Erdre-en-Anjou		FR	52	49	494	49367	5750	Europe/Paris
6435348	Vernantes	vernantes	Vernant,Vernantes,wei er nan tai,wrnnts,Вернант,ورننتس,韦尔南泰		FR	52	49	493	49368	1990	Europe/Paris
6435349	Vernoil-le-Fourrier	vernoil-le-fourrier	Vernoil-le-Fourrier		FR	52	49	493	49369	1269	Europe/Paris
6435350	Vezins	vezins	Vezen,Vezins,wei zan,Везен,韦赞		FR	52	49	492	49371	1704	Europe/Paris
6435351	Villebernier	villebernier	Villebernier		FR	52	49	493	49374	1540	Europe/Paris
6435354	Rives-du-Loir-en-Anjou	rives-du-loir-en-anjou	Rives-du-Loir-en-Anjou		FR	52	49	491	49377	5503	Europe/Paris
6435355	Vivy	vivy	Vivi,Vivy,wei wei,Віві,维维		FR	52	49	493	49378	2589	Europe/Paris
6435357	Yzernay	yzernay	Izerne,Yzernay,yi ze er nai,Ізерне,یزرنے,伊泽尔奈		FR	52	49	492	49381	1855	Europe/Paris
6435359	Carneville	carneville	Carneville		FR	28	50	502	50101	236	Europe/Paris
6435360	Carolles	carolles	Carolles		FR	28	50	501	50102	749	Europe/Paris
6435362	Catteville	catteville	Catteville,Kattvil',Katvil,ka te wei er,Катвил,Каттвиль,Каттвіль,卡特维尔		FR	28	50	502	50105	103	Europe/Paris
6435363	Cavigny	cavigny	Cavigny		FR	28	50	504	50106	257	Europe/Paris
6435365	Céaux	ceaux	Seo,sai ao,Сео,塞奥		FR	28	50	501	50108	429	Europe/Paris
6435367	Cerisy-la-Forêt	cerisy-la-foret	Cerisy-la-Foret,Cerisy-la-Forêt		FR	28	50	504	50110	1006	Europe/Paris
6435368	Cerisy-la-Salle	cerisy-la-salle	Cerisy-la-Salle,Serizi la Sal,Serizi-la-Sal',se li xi la sa er,Серизи ла Сал,Серизи-ла-Саль,Серизі-ла-Саль,瑟里西拉萨尔		FR	28	50	503	50111	1062	Europe/Paris
6435369	Le Grippon	le-grippon	Le Grippon,Shamservon,Shanservon,shang pu sai er weng,Шамсервон,Шансервон,尚普塞尔翁		FR	28	50	501	50115	364	Europe/Paris
6435372	Chavoy	chavoy			FR	28	50	501	50126	127	Europe/Paris
6435377	Clitourps	clitourps	Clitourps		FR	28	50	502	50135	200	Europe/Paris
6435379	Condé-sur-Vire	conde-sur-vire			FR	28	50	504	50139	4058	Europe/Paris
6435381	Vicq-sur-Mer	vicq-sur-mer	Vicq-sur-Mer		FR	28	50	502	50142	1027	Europe/Paris
6435382	Coulouvray-Boisbenâtre	coulouvray-boisbenatre	Coulouvray-Boisbenatre,Coulouvray-Boisbenâtre		FR	28	50	501	50144	558	Europe/Paris
6435383	Courtils	courtils	Courtils,Kurtij,ku er di er,Куртий,Куртиј,Куртій,库尔蒂尔		FR	28	50	501	50146	225	Europe/Paris
6435384	Couville	couville	Couville,Kuvil,Kuvil',ku wei er,Кувил,Кувиль,Кувіль,库维尔		FR	28	50	502	50149	1125	Europe/Paris
6435385	Crasville	crasville	Crasville,Krasvil',Kravil,Kravil',ke la si wei er,Кравил,Кравіль,Красвиль,克拉斯维尔		FR	28	50	502	50150	254	Europe/Paris
6435386	Créances	creances	Creances,Créances		FR	28	50	503	50151	2169	Europe/Paris
6435389	Dangy	dangy			FR	28	50	504	50159	659	Europe/Paris
6435390	Digosville	digosville	Digovil,Digovil',di ge si wei er,Диговил,Диговиль,Діговіль,迪戈斯维尔		FR	28	50	502	50162	1520	Europe/Paris
6435393	Donville-les-Bains	donville-les-bains	Donville-les-Bains		FR	28	50	501	50165	3164	Europe/Paris
6435394	Doville	doville	Dovil,Dovil',Doville,duo wei er,Довил,Довиль,Довіль,多维尔		FR	28	50	503	50166	318	Europe/Paris
6435395	Ducey-Les Chéris	ducey-les-cheris	Ducey-Les Cheris,Ducey-Les Chéris		FR	28	50	501	50168	2757	Europe/Paris
6435396	Écausseville	ecausseville	Ecausseville,Ekossvil',ai ke se wei er,Écausseville,Екоссвиль,Екоссвіль,埃科瑟维尔		FR	28	50	502	50169	100	Europe/Paris
6435398	Émondeville	emondeville	Emondeville,Emondvil',ai meng de wei er,Émondeville,Емондвиль,Емондвіль,埃蒙德维尔		FR	28	50	502	50172	356	Europe/Paris
6435399	Équilly	equilly	Eki,Equilly,ai qu yi li,Équilly,Екї,埃屈伊利		FR	28	50	501	50174	194	Europe/Paris
6435400	Éroudeville	eroudeville	Eroudeville,Erudvil',ai lu de wei er,Éroudeville,Ерудвиль,Ерудвіль,埃鲁德维尔		FR	28	50	502	50175	236	Europe/Paris
6435401	Étienville	etienville	Et'janvil',Etienville,Etjenvil,ai di an wei er,Étienville,Етьянвиль,Етьянвіль,Етјенвил,埃蒂安维尔		FR	28	50	502	50177	373	Europe/Paris
6435402	Fermanville	fermanville	Fermanvil',fu er mang wei er,Ферманвиль,Ферманвіль,弗尔芒维尔		FR	28	50	502	50178	1286	Europe/Paris
6435404	Feugères	feugeres	Feugeres,Feugères		FR	28	50	503	50181	340	Europe/Paris
6435405	Fierville-les-Mines	fierville-les-mines	F'ervil'-le-Min,Fervil'-le-Min,Fierville-les-Mines,fei ye er wei er lai mi nei,Фьервиль-ле-Мин,Фєрвіль-ле-Мін,菲耶尔维尔莱米内		FR	28	50	502	50183	335	Europe/Paris
6435406	Flamanville	flamanville	Flamanvil',Flamanville,fu la mang wei er,furaman'vu~iru,Фламанвиль,Фламанвіль,フラマンヴィル,弗拉芒维尔		FR	28	50	502	50184	1742	Europe/Paris
6435408	Folligny	folligny	Folligny,Follin'i,fu li ni,Фоллиньи,Фолліньї,福利尼		FR	28	50	501	50188	1085	Europe/Paris
6435409	Fontenay-sur-Mer	fontenay-sur-mer	Fontenay-sur-Mer,Fontene-sjur-Mer,Fontne na Moru,bin hai feng te nai,Фонтене-сюр-Мер,Фонтне на Мору,滨海丰特奈		FR	28	50	502	50190	180	Europe/Paris
6435411	Fresville	fresville	Fresville,Frevil',fu lei si wei er,Фревиль,Фревіль,弗雷斯维尔		FR	28	50	502	50194	365	Europe/Paris
6435412	Gathemo	gathemo	Gathemo		FR	28	50	501	50195	240	Europe/Paris
6435413	Gatteville-le-Phare	gatteville-le-phare	Gattvil'-le-Far,jia te wei er lai fa er,Гаттвиль-ле-Фар,Гаттвіль-ле-Фар,加特维尔莱法尔		FR	28	50	502	50196	492	Europe/Paris
6435414	Gavray-sur-Sienne	gavray-sur-sienne	Gavray-sur-Sienne		FR	28	50	503	50197	1980	Europe/Paris
6435415	Geffosses	geffosses	Zheffoss,re fu sai,Жеффосс,热福塞		FR	28	50	503	50198	434	Europe/Paris
6435416	Genêts	genets	Genets,Genêts		FR	28	50	501	50199	429	Europe/Paris
6435417	Ger	ger	Zher,re zhen,Жер,热镇		FR	28	50	501	50200	814	Europe/Paris
6435420	Golleville	golleville	Gol'vil',Golleville,Golvil,ge lei wei er,Голвил,Гольвиль,Гольвіль,戈勒维尔		FR	28	50	502	50207	174	Europe/Paris
6435421	Gonfreville	gonfreville	Gonfrevil,Gonfrevil',gong fu lei wei er,Гонфревил,Гонфревиль,Гонфревіль,贡夫勒维尔		FR	28	50	503	50208	149	Europe/Paris
6435422	Gorges	gorges	Gorges,Gorzh,ge er re,Горж,戈尔热		FR	28	50	503	50210	348	Europe/Paris
6435426	Gouvets	gouvets	Gouvets,Guve,gu wei te,Гуве,古韦特		FR	28	50	504	50214	265	Europe/Paris
6435427	Gouville-sur-Mer	gouville-sur-mer	Guvil'-sjur-Mer,Mountcarville,bin hai gu wei er,Гувиль-сюр-Мер,Гувіль-сюр-Мер,滨海古维尔		FR	28	50	503	50215	3154	Europe/Paris
6435428	Gratot	gratot	Grato,Gratot,ge la tuo,Грато,格拉托		FR	28	50	503	50219	651	Europe/Paris
6435430	Grimesnil	grimesnil	Grimeni,Grimesnil,ge li mei si ni,Гримени,Гримені,格里梅斯尼		FR	28	50	503	50221	62	Europe/Paris
6435431	Grosville	grosville	Grosville,Grovil',ge luo si wei er,Гровиль,Гровіль,格罗斯维尔		FR	28	50	502	50222	788	Europe/Paris
6435433	Hambye	hambye	Hambye		FR	28	50	503	50228	1152	Europe/Paris
6435435	Hardinvast	hardinvast	Hardinvast		FR	28	50	502	50230	874	Europe/Paris
6435436	Hauteville-sur-Mer	hauteville-sur-mer	Hauteville-sur-Mer,Otvil na Moru,Otvil'-sjur-Mer,bin hai ao te wei er,otovu~iru=shuru=meru,Отвил на Мору,Отвиль-сюр-Мер,Отвіль-сюр-Мер,オートヴィル＝シュル＝メール,滨海奥特维尔		FR	28	50	503	50231	702	Europe/Paris
6435437	Hauteville-la-Guichard	hauteville-la-guichard	Hauteville-la-Guichard		FR	28	50	503	50232	469	Europe/Paris
6435438	Hautteville-Bocage	hautteville-bocage	Hautteville-Bocage,Ottvil'-Bokazh,Otvil Bokazh,ao te wei er bo ka ge,Отвил Бокаж,Оттвиль-Бокаж,Оттвіль-Бокаж,奥特维尔博卡格		FR	28	50	502	50233	152	Europe/Paris
6435439	Héauville	heauville	Eovil',Heauville,Héauville,ai ao wei er,Еовиль,Еовіль,埃奥维尔		FR	28	50	502	50238	474	Europe/Paris
6435440	Thèreval	thereval	Thereval,Thèreval		FR	28	50	504	50239	1792	Europe/Paris
6435441	Helleville	helleville			FR	28	50	502	50240	513	Europe/Paris
6435442	Hémevez	hemevez	Emeve,Hemevez,Hémevez,ai mo wei,Емеве,埃默韦		FR	28	50	502	50241	181	Europe/Paris
6435444	Heugueville-sur-Sienne	heugueville-sur-sienne	Egvil'-sjur-S'enn,Heugueville-sur-Sienne,xi an he pan e gai wei er,Егвиль-сюр-Сьенн,Егвіль-сюр-Сьєнн,西安河畔厄盖维尔		FR	28	50	503	50243	541	Europe/Paris
6435447	Hiesville	hiesville	Evil',Hiesville,ye si wei er,Євіль,Евиль,耶斯维尔		FR	28	50	502	50246	62	Europe/Paris
6435448	Hocquigny	hocquigny	Hocquigny,Okin'i,ao qu yi ni,Окиньи,Окіньї,奥屈伊尼		FR	28	50	501	50247	184	Europe/Paris
6435451	Huberville	huberville	Huberville,Jubervil',yu bei er wei er,Юбервиль,Юбервіль,于贝尔维尔		FR	28	50	502	50251	369	Europe/Paris
6435452	Hudimesnil	hudimesnil	Hudimesnil,Judimeni,yu di mei si ni,Юдимени,Юдімені,于迪梅斯尼		FR	28	50	501	50252	880	Europe/Paris
6435453	Huisnes-sur-Mer	huisnes-sur-mer	Huisnes-sur-Mer,Juin-sjur-Mer,bin hai yu yi si nei,Юин-сюр-Мер,Юїн-сюр-Мер,滨海于伊斯内		FR	28	50	501	50253	191	Europe/Paris
6435456	Isigny-le-Buat	isigny-le-buat			FR	28	50	501	50256	3315	Europe/Paris
6435458	Joganville	joganville	Zhoganvil',ruo gang wei er,Жоганвиль,Жоганвіль,若冈维尔		FR	28	50	502	50258	106	Europe/Paris
6435459	Juilley	juilley	Juilley,Zhue,rui yi lai,Жуе,Жує,瑞伊莱		FR	28	50	501	50259	672	Europe/Paris
6435460	Juvigny les Vallées	juvigny-les-vallees	Zhuvin'i-le-Tertr,rui wei ni lai tai er te er,Жувиньи-ле-Тертр,Жувіньї-ле-Тертр,瑞维尼莱泰尔特尔		FR	28	50	501	50260	1709	Europe/Paris
6435461	Lamberville	lamberville	Lambervil',Lamberville,lambyrwyl  manchy,lang bei er wei er,Ламбервиль,Ламбервіль,لامبیرویل، مانچی,朗贝尔维尔		FR	28	50	504	50261	174	Europe/Paris
6435462	Lapenty	lapenty	Lapanti,Lapenty,la pang di,Лапанти,Лапанті,لاپینٹی,拉庞蒂		FR	28	50	501	50263	374	Europe/Paris
6435463	Laulne	laulne	Laulne,Lon,luo er en,Лон,洛尔恩		FR	28	50	503	50265	185	Europe/Paris
6435805	Escardes	escardes	Escardes		FR	44	51	512	51233	86	Europe/Paris
6435464	Lengronne	lengronne	Langronn,Lengronne,lang ge long,Лангронн,朗格龙		FR	28	50	503	50266	430	Europe/Paris
6435465	Lessay	lessay	Lessay		FR	28	50	503	50267	2246	Europe/Paris
6435466	Liesville-sur-Douve	liesville-sur-douve	L'evil'-sjur-Duv,Liesville-sur-Douve,du fu he pan li ye si wei er,Льевиль-сюр-Дув,Льєвіль-сюр-Дув,杜夫河畔利耶斯维尔		FR	28	50	502	50269	204	Europe/Paris
6435467	Lieusaint	lieusaint	L'esen,li ye yu sang,Льесен,Льєсен,利耶于桑		FR	28	50	502	50270	427	Europe/Paris
6435468	Lingeard	lingeard	Lenzhar,Lingeard,lan ya er,Ленжар,兰雅尔		FR	28	50	501	50271	79	Europe/Paris
6435469	Lingreville	lingreville	Lengrevil',Lingreville,lan ge lei wei er,Ленгревиль,Ленгревіль,兰格勒维尔		FR	28	50	503	50272	1001	Europe/Paris
6435470	Montsenelle	montsenelle	Liter,Montsenelle,Литер,Літер		FR	28	50	503	50273	1398	Europe/Paris
6435471	Lolif	lolif	Lolif,luo li,Лолиф,Лоліф,洛利		FR	28	50	501	50276	557	Europe/Paris
6435473	Magneville	magneville			FR	28	50	502	50285	339	Europe/Paris
6435474	Marcey-les-Grèves	marcey-les-greves	Marcey-les-Grves,Marse-le-Grev,ma er sai lai ge lei wei,Марсе-ле-Грев,马尔塞莱格雷韦		FR	28	50	501	50288	1277	Europe/Paris
6435475	Marchésieux	marchesieux	Marchesieux,Marchésieux,Marshez'e,ma er xie xi e,Маршезье,Маршезьє,马尔谢西厄		FR	28	50	503	50289	720	Europe/Paris
6435476	Margueray	margueray	Margere,Margueray,ma er gai lai,Маргере,马尔盖赖		FR	28	50	504	50291	133	Europe/Paris
6435477	Marigny-Le-Lozon	marigny-le-lozon	Marigny-Le-Lozon,Marin'i,ma li ni,Мариньи,Мариньї,马里尼		FR	28	50	504	50292	2633	Europe/Paris
6435478	Martinvast	martinvast	Martinvast		FR	28	50	502	50294	1255	Europe/Paris
6435479	Maupertuis	maupertuis	Maupertuis,Mopertjui,mo pei er di yi,Мопертюи,Мопертюї,莫佩尔蒂伊		FR	28	50	504	50295	135	Europe/Paris
6435480	Maupertus-sur-Mer	maupertus-sur-mer	Maupertus-sur-Mer		FR	28	50	502	50296	220	Europe/Paris
6435481	Méautis	meautis	Meautis,Meoti,Méautis,mei ao di,Меоти,Меоті,梅奥蒂		FR	28	50	504	50298	647	Europe/Paris
6435484	Montabot	montabot	Montabot		FR	28	50	504	50334	277	Europe/Paris
6435485	Montaigu-les-Bois	montaigu-les-bois	Montegju-le-Bua,sen lin meng tai ju,Монтегю-ле-Буа,森林蒙泰居		FR	28	50	503	50336	226	Europe/Paris
6435489	Montcuit	montcuit	Monkjui,meng te qu yi,Монкюи,Монкюї,蒙特屈伊		FR	28	50	503	50340	183	Europe/Paris
6435490	Montebourg	montebourg	Montebourg		FR	28	50	502	50341	2085	Europe/Paris
6435491	Montfarville	montfarville	Montfarville		FR	28	50	502	50342	811	Europe/Paris
6435493	Monthuchon	monthuchon	Monjushon,Monthuchon,meng di xiong,Монюшон,蒙蒂雄		FR	28	50	503	50345	662	Europe/Paris
6435494	Montjoie-Saint-Martin	montjoie-saint-martin	Montjoie-Saint-Martin		FR	28	50	501	50347	248	Europe/Paris
6435496	Montmartin-sur-Mer	montmartin-sur-mer	Monmarten-sjur-Mer,Montmartin-sur-Mer,bin hai meng te ma er tan,Монмартен-сюр-Мер,滨海蒙特马尔坦		FR	28	50	503	50349	1343	Europe/Paris
6435497	Montpinchon	montpinchon	Montpinchon		FR	28	50	503	50350	537	Europe/Paris
6435498	Montrabot	montrabot	Montrabot		FR	28	50	504	50351	79	Europe/Paris
6435499	Montreuil-sur-Lozon	montreuil-sur-lozon	Montreuil-sur-Lozon		FR	28	50	504	50352	328	Europe/Paris
6435502	Moon-sur-Elle	moon-sur-elle	Moon-sur-Elle		FR	28	50	504	50356	843	Europe/Paris
6435505	Mortain-Bocage	mortain-bocage	Mortain-Bocage		FR	28	50	501	50359	2955	Europe/Paris
6435506	Morville	morville	Morvil',mo er wei er,Морвиль,Морвіль,莫尔维尔		FR	28	50	502	50360	265	Europe/Paris
6435507	Moyon Villages	moyon-villages	Moyon Villages,Muajon,mu wa weng,Муайон,穆瓦翁		FR	28	50	504	50363	1503	Europe/Paris
6435508	Muneville-le-Bingard	muneville-le-bingard	Mjunevil'-le-Bengar,Muneville-le-Bingard,mi na wei er lai ban jia er,Мюневиль-ле-Бенгар,Мюневіль-ле-Бенгар,米纳维尔莱班加尔		FR	28	50	503	50364	688	Europe/Paris
6435509	Muneville-sur-Mer	muneville-sur-mer	Mjunevil'-sjur-Mer,bin hai mi na wei er,Мюневиль-сюр-Мер,Мюневіль-сюр-Мер,滨海米纳维尔		FR	28	50	501	50365	469	Europe/Paris
6435510	Nay	nay	Nay		FR	28	50	503	50368	72	Europe/Paris
6435511	Négreville	negreville	Negreville,Négreville		FR	28	50	502	50369	803	Europe/Paris
6435512	Neufmesnil	neufmesnil	Nefmenij,Neufmesnil,na fu mei si ni,Нефмений,Нефменій,纳夫梅斯尼		FR	28	50	503	50372	200	Europe/Paris
6435513	Neuville-au-Plain	neuville-au-plain	Nevil'-o-Plen,ne wei er ao pu lan,Невиль-о-Плен,Невіль-о-Плен,讷维尔奥普兰		FR	28	50	502	50373	91	Europe/Paris
6435514	Neuville-en-Beaumont	neuville-en-beaumont	Neuville-en-Beaumont		FR	28	50	502	50374	39	Europe/Paris
6435516	Nicorps	nicorps	Nicorps,Nikor,ni ke er pu,Никор,Нікор,尼科尔普		FR	28	50	503	50376	415	Europe/Paris
6435517	Notre-Dame-de-Cenilly	notre-dame-de-cenilly	Notre-Dame-de-Cenilly		FR	28	50	503	50378	661	Europe/Paris
6435518	Notre-Dame-de-Livoye	notre-dame-de-livoye	Notr-Dam-de-Livua,Notre-Dame-de-Livoye,nuo te lei-dang de li wa ai,Нотр-Дам-де-Ливуа,Нотр-Дам-де-Лівуа,诺特雷-当德利瓦埃		FR	28	50	501	50379	141	Europe/Paris
6435521	Nouainville	nouainville	Nouainville,Nuenvil',nu an wei er,Нуенвиль,Нуенвіль,努安维尔		FR	28	50	502	50382	577	Europe/Paris
6435524	Orglandes	orglandes	Orgland,Orglandes,ao er ge lang dai,Оргланд,奥尔格朗代		FR	28	50	502	50387	366	Europe/Paris
6435525	Orval sur Sienne	orval-sur-sienne	Orval',ao er wa,Орваль,奥尔瓦		FR	28	50	503	50388	1161	Europe/Paris
6435526	Ozeville	ozeville	Ozeville,Ozvil',ao ze wei er,Озвиль,Озвіль,奥泽维尔		FR	28	50	502	50390	156	Europe/Paris
6435527	Grandparigny	grandparigny	Grandparigny,Parin'i,pa li ni,Париньи,Париньї,帕里尼		FR	28	50	501	50391	2700	Europe/Paris
6435528	Perriers-en-Beauficel	perriers-en-beauficel	Perriers-en-Beauficel		FR	28	50	501	50397	214	Europe/Paris
6435529	Picauville	picauville	Picauville,Pikovil',pi ke wei er,Пиковиль,Піковіль,皮科维尔		FR	28	50	502	50400	3301	Europe/Paris
6435530	Pierreville	pierreville	P'errvil',Perrvil',Pierreville,pi ye er lei wei er,Пьеррвиль,Пєррвіль,皮耶尔勒维尔		FR	28	50	502	50401	728	Europe/Paris
6435531	Pirou	pirou			FR	28	50	503	50403	1461	Europe/Paris
6435534	Poilley	poilley	Poilleium,Poilley,Puae,pu wa lai,Пуае,Пуає,普瓦莱		FR	28	50	501	50407	888	Europe/Paris
6435535	Pontaubault	pontaubault	Pontaubault		FR	28	50	501	50408	542	Europe/Paris
6435536	Pont-Hébert	pont-hebert	Pon-Eber,peng ai bei er,Пон-Ебер,蓬埃贝尔		FR	28	50	504	50409	2042	Europe/Paris
6435538	Ponts	ponts	Pon,Ponts,Ponts-sous-Avranches,peng te,Пон,蓬特		FR	28	50	501	50411	636	Europe/Paris
6435539	Port-Bail-sur-Mer	port-bail-sur-mer	Port-Bail-sur-Mer		FR	28	50	502	50412	2640	Europe/Paris
6435540	Précey	precey	Prcey,Precey,Prese,Précey,pu lei sai,Пресе,普雷塞		FR	28	50	501	50413	545	Europe/Paris
6435543	Quettehou	quettehou	Kettu,Quettehou,Tchettehou,qu ai tai wu,Кетту,屈埃泰乌		FR	28	50	502	50417	1786	Europe/Paris
6435545	Quettreville-sur-Sienne	quettreville-sur-sienne	Kettrevil'-sjur-S'enn,Quettreville-sur-Sienne,xi an he pan qu ai te lei wei er,Кеттревиль-сюр-Сьенн,Кеттревіль-сюр-Сьєнн,西安河畔屈埃特勒维尔		FR	28	50	503	50419	3199	Europe/Paris
6435546	Quinéville	quineville	Quineville,Quinéville		FR	28	50	502	50421	279	Europe/Paris
6435547	Rampan	rampan	Rampan,lang pang,Рампан,朗庞		FR	28	50	504	50423	206	Europe/Paris
6435548	Rauville-la-Bigot	rauville-la-bigot	Rauville-la-Bigot		FR	28	50	502	50425	1149	Europe/Paris
6435549	Rauville-la-Place	rauville-la-place	Rauville-la-Place,Rovil'-la-Plas,luo wei er la pu la ke,Ровиль-ла-Плас,Ровіль-ла-Плас,罗维尔拉普拉克		FR	28	50	502	50426	381	Europe/Paris
6435551	Reffuveille	reffuveille	Reffjuvej,Reffuveille,lei fei wei er,Реффювей,雷菲韦尔		FR	28	50	501	50428	505	Europe/Paris
6435552	Regnéville-sur-Mer	regneville-sur-mer	Ren'evil'-sjur-Mer,bin hai lei nie wei er,Реньевиль-сюр-Мер,Реньєвіль-сюр-Мер,滨海雷涅维尔		FR	28	50	503	50429	733	Europe/Paris
6435553	Reigneville-Bocage	reigneville-bocage	Reigneville-Bocage,Ren'evil'-Bokazh,lei gai wei er bo ka ge,Реньевиль-Бокаж,Реньєвіль-Бокаж,雷盖维尔博卡格		FR	28	50	502	50430	39	Europe/Paris
6435554	Remilly Les Marais	remilly-les-marais	Remii-sjur-Lozon,Remilly Les Marais,luo zong he pan lei mi li,Ремии-сюр-Лозон,Ремії-сюр-Лозон,洛宗河畔雷米利		FR	28	50	504	50431	1098	Europe/Paris
6435555	Réville	reville	Revil',Reville,Réville,lei wei er,Ревиль,Ревіль,雷维尔		FR	28	50	502	50433	1051	Europe/Paris
6435556	Rocheville	rocheville	Rocheville,Roshvil',luo xie wei er,Рошвиль,Рошвіль,罗谢维尔		FR	28	50	502	50435	616	Europe/Paris
6435557	Romagny Fontenay	romagny-fontenay	Romagny Fontenay,Roman'i,luo ma ni,Романьи,Романьї,罗马尼		FR	28	50	501	50436	1338	Europe/Paris
6435558	Roncey	roncey	Roncey		FR	28	50	503	50437	805	Europe/Paris
6435562	Saint-Amand-Villages	saint-amand-villages	Saint-Amand-Villages,Sent-Aman,sheng a mang,Сент-Аман,سینٹ-امنڈ، منچھ,圣阿芒		FR	28	50	504	50444	2557	Europe/Paris
6435563	Saint-André-de-Bohon	saint-andre-de-bohon	Sent-Andre-de-Boon,sheng ang de lei de bo weng,Сент-Андре-де-Боон,سینٹ-آندرے-دے-بوہوں,圣昂德雷德博翁		FR	28	50	504	50445	337	Europe/Paris
6435564	Saint-André-de-l'Épine	saint-andre-de-l-epine	Saint-Andre-de-l'Epine,Saint-André-de-l'Épine		FR	28	50	504	50446	554	Europe/Paris
6435565	Saint-Aubin-des-Préaux	saint-aubin-des-preaux	Saint-Aubin-des-Praux,Sent-Oben-de-Preo,sheng ao ban dai pu lei ao,Сент-Обен-де-Прео,سینٹ-آبن-دس-ڑےش,圣奥班代普雷奥		FR	28	50	501	50447	431	Europe/Paris
6435566	Saint-Aubin-de-Terregatte	saint-aubin-de-terregatte	Sent-Oben-de-Terrgatt,sheng ao ban de tai er lei jia te,Сент-Обен-де-Терргатт,سینٹ-آبن-دے-تررگاٹتے,圣奥班德泰尔雷加特		FR	28	50	501	50448	686	Europe/Paris
6435568	Saint-Barthélemy	saint-barthelemy	Saint-Barthelemy,Saint-Barthlemy,Saint-Barthélemy,Sen-Bartelemi,sheng ba er tai lai mi,Сен-Бартелеми,Сен-Бартелемі,سینٹ-برتھلمے، منچھ,圣巴尔泰莱米		FR	28	50	501	50450	330	Europe/Paris
6435570	Sainte-Cécile	sainte-cecile	Sainte-Cecile,Sainte-Cécile,Sent-Sesil',Сент-Сесиль,Сент-Сесіль,سین-کیلے، منچھ		FR	28	50	504	50453	831	Europe/Paris
6435571	Saint-Christophe-du-Foc	saint-christophe-du-foc	Saint-Christophe-du-Foc,Sen-Kristof-dju-Fo,sheng ke li si tuo fu di fu ke,Сен-Кристоф-дю-Фо,سینٹ-کروسٹوفے-دو-فوک,圣克里斯托夫迪福克		FR	28	50	502	50454	431	Europe/Paris
6435572	Saint-Clair-sur-l'Elle	saint-clair-sur-l-elle			FR	28	50	504	50455	949	Europe/Paris
6435575	Saint-Cyr-du-Bailleul	saint-cyr-du-bailleul	Saint-Cyr-du-Bailleul,Sen-Sir-dju-Bael',sheng xi di bai lei,Сен-Сир-дю-Баель,Сен-Сір-дю-Баєль,سینٹ-کیر-دو-بیلیول,圣西迪拜勒		FR	28	50	501	50462	394	Europe/Paris
6435576	Saint-Denis-le-Gast	saint-denis-le-gast	Saint-Denis-le-Gast,Sen-Deni-le-Ga,sheng de ni lai jia si,Сен-Дени-ле-Га,Сен-Дені-ле-Га,سینٹ-ڈینس-لے-گست,圣德尼莱加斯		FR	28	50	503	50463	541	Europe/Paris
6435577	Saint-Denis-le-Vêtu	saint-denis-le-vetu	Saint-Denis-le-Vetu,Saint-Denis-le-Vtu,Saint-Denis-le-Vêtu,Sen-Deni-le-Vetju,sheng de ni lai wei di,Сен-Дени-ле-Ветю,Сен-Дені-ле-Ветю,سینٹ-ڈینس-لے-وٹو,圣德尼莱韦蒂		FR	28	50	503	50464	619	Europe/Paris
6435579	Saint-Floxel	saint-floxel	Saint-Floxel,Sen-Flosel',sheng fu luo ke sai,Сен-Флосель,سینٹ-لوشےل,圣夫洛克塞		FR	28	50	502	50467	491	Europe/Paris
6435580	Saint-Fromond	saint-fromond	Saint-Fromond,Sen-Fromon,sheng fu luo meng,Сен-Фромон,سینٹ-فروموند,圣夫罗蒙		FR	28	50	504	50468	768	Europe/Paris
6435581	Sainte-Geneviève	sainte-genevieve	Sainte-Genevieve,Sainte-Geneviève,Sent-Zhenev'ev,Sent-Zhenevev,sheng re na wei ye fu,Сент-Женевьев,Сент-Женевєв,سین-گنویوے، منچھ,圣热纳维耶夫		FR	28	50	502	50469	320	Europe/Paris
6435583	Saint-Georges-de-la-Rivière	saint-georges-de-la-riviere	Saint-Georges-de-la-Riviere,Saint-Georges-de-la-Rivière,Sen-Zhorzh-de-la-Riv'er,Sen-Zhorzh-de-la-River,sheng ruo er re de la-li wei ai,Сен-Жорж-де-ла-Ривьер,Сен-Жорж-де-ла-Ривєр,سینٹ-گیورگس-دے-لا-ریویرے,圣若尔热德拉-里维埃		FR	28	50	502	50471	273	Europe/Paris
6435584	Saint-Georges-de-Livoye	saint-georges-de-livoye	Saint-Georges-de-Livoye		FR	28	50	501	50472	200	Europe/Paris
6435585	Saint-Georges-d'Elle	saint-georges-d-elle			FR	28	50	504	50473	402	Europe/Paris
6435587	Saint-Georges-Montcocq	saint-georges-montcocq	Saint-Georges-Montcocq		FR	28	50	504	50475	915	Europe/Paris
6435590	Saint-Germain-de-Tournebut	saint-germain-de-tournebut	Sen-Zhermen-de-Turnebju,sheng ri er man de tu er nei bi,Сен-Жермен-де-Турнебю,سینٹ-گرمین-دے-ٹورنیبٹ,圣日尔曼德图尔内比		FR	28	50	502	50478	428	Europe/Paris
6435591	Saint-Germain-de-Varreville	saint-germain-de-varreville	Saint-Germain-de-Varreville,Sen-Zhermen-de-Varrevil',sheng ri er man de wa er lei wei er,Сен-Жермен-де-Варревиль,Сен-Жермен-де-Варревіль,سینٹ-گرمین-دے-وررویل,圣日尔曼德瓦尔勒维尔		FR	28	50	502	50479	115	Europe/Paris
6435592	Saint-Germain-le-Gaillard	saint-germain-le-gaillard	Saint-Germain-le-Gaillard,Sen-Zhermen-le-Gajar,sheng ri er man lai gai la er,Сен-Жермен-ле-Гаяр,سینٹ-گرمین-لے-گیلارڈ، منچھ,圣日尔曼莱盖拉尔		FR	28	50	502	50480	742	Europe/Paris
6435593	Saint-Germain-sur-Ay	saint-germain-sur-ay	Saint-Germain-sur-Ay		FR	28	50	503	50481	910	Europe/Paris
6435594	Saint-Germain-sur-Sèves	saint-germain-sur-seves	Saint-Germain-sur-Seves,Saint-Germain-sur-Sèves,Sen-Zhermen-sjur-Sev,sai wei he pan sheng ri er man,Сен-Жермен-сюр-Сев,سینٹ-گرمین-سر-سوس,塞韦河畔圣日尔曼		FR	28	50	503	50482	180	Europe/Paris
6435595	Saint-Hilaire-du-Harcouët	saint-hilaire-du-harcouet	Saint-Hilaire-du-Harcouet,Saint-Hilaire-du-Harcouët		FR	28	50	501	50484	6120	Europe/Paris
6435597	Saint-Jacques-de-Néhou	saint-jacques-de-nehou	Saint-Jacques-de-Nehou,Saint-Jacques-de-Néhou,Sen-Zhak-de-Neu,sheng ya qu ai de nei wu,Сен-Жак-де-Неу,سینٹ-جکقوس-دے-نحو,圣雅屈埃德内乌		FR	28	50	502	50486	600	Europe/Paris
6435598	Saint-James	saint-james			FR	28	50	501	50487	5006	Europe/Paris
6435599	Saint-Jean-de-Daye	saint-jean-de-daye	Saint-Jean-de-Daye,Sen-Zhan-de-De,sheng rang de dai ai,Сен-Жан-де-Де,سینٹ-ژاں -دے-دے,圣让德代埃		FR	28	50	504	50488	623	Europe/Paris
6435600	Saint-Jean-de-la-Haize	saint-jean-de-la-haize	Saint-Jean-de-la-Haize,Sen-Zhan-de-la-Ez,sheng rang de la-ai ci,Сен-Жан-де-ла-Ез,سینٹ-ژاں -دے-لا-ہیضے,圣让德拉-艾兹		FR	28	50	501	50489	510	Europe/Paris
6435601	Saint-Jean-de-la-Rivière	saint-jean-de-la-riviere	Saint-Jean-de-la-Riviere,Saint-Jean-de-la-Rivière,Sen-Zhan-de-la-Riv'er,Sen-Zhan-de-la-River,sheng rang de la-li wei ai,Сен-Жан-де-ла-Ривьер,Сен-Жан-де-ла-Ривєр,سینٹ-ژاں -دے-لا-ریویرے,圣让德拉-里维埃		FR	28	50	502	50490	347	Europe/Paris
6435602	Saint-Jean-de-Savigny	saint-jean-de-savigny	Saint-Jean-de-Savigny		FR	28	50	504	50491	438	Europe/Paris
6435603	Saint-Jean-d'Elle	saint-jean-d-elle	Saint-Jean-d'Elle		FR	28	50	504	50492	2440	Europe/Paris
6435604	Saint-Jean-des-Champs	saint-jean-des-champs	Saint-Jean-des-Champs,Sen-Zhan-de-Sham,sheng rang dai shang pu,Сен-Жан-де-Шам,سینٹ-ژاں -دس-چمپس,圣让代尚普		FR	28	50	501	50493	1401	Europe/Paris
6435605	Saint-Jean-le-Thomas	saint-jean-le-thomas	Saint-Jean-le-Thomas		FR	28	50	501	50496	408	Europe/Paris
6435607	Saint-Joseph	saint-joseph	Saint-Joseph,Sen-Zhozef,sheng ruo sai,Сен-Жозеф,سینٹ-جوسف، منچھ,圣若塞		FR	28	50	502	50498	793	Europe/Paris
6435608	Saint-Laurent-de-Cuves	saint-laurent-de-cuves	Saint-Laurent-de-Cuves,Sen-Loran-de-Kjuv,sheng luo lang de qu wei,Сен-Лоран-де-Кюв,سینٹ-لارنٹ-دے-کوس,圣洛朗德屈韦		FR	28	50	501	50499	483	Europe/Paris
6435609	Saint-Laurent-de-Terregatte	saint-laurent-de-terregatte	Saint-Laurent-de-Terregatte,Sen-Loran-de-Terrgatt,sheng luo lang de tai er lei jia te,Сен-Лоран-де-Терргатт,سینٹ-لارنٹ-دے-تررگاٹتے,圣洛朗德泰尔雷加特		FR	28	50	501	50500	645	Europe/Paris
6435611	Saint-Malo-de-la-Lande	saint-malo-de-la-lande	Saint-Malo-de-la-Lande,Sen-Malo-de-la-Land,sheng ma luo de la-lang de,Сен-Мало-де-ла-Ланд,سینٹ-ملو-دے-لا-لنڈے,圣马洛德拉-朗德		FR	28	50	503	50506	480	Europe/Paris
6435613	Sainte-Marie-du-Mont	sainte-marie-du-mont	Sainte-Marie-du-Mont,Sent-Mari-dju-Mon,sheng ma li-di meng,Сент-Мари-дю-Мон,Сент-Марі-дю-Мон,圣玛丽-迪蒙		FR	28	50	502	50509	726	Europe/Paris
6435614	Saint-Martin-d'Aubigny	saint-martin-d-aubigny	Saint-Martin-d'Aubigny		FR	28	50	503	50510	595	Europe/Paris
6435615	Saint-Martin-d'Audouville	saint-martin-d-audouville			FR	28	50	502	50511	133	Europe/Paris
6435616	Saint-Martin-de-Bonfossé	saint-martin-de-bonfosse			FR	28	50	504	50512	531	Europe/Paris
6435617	Saint-Martin-de-Cenilly	saint-martin-de-cenilly	Saint-Martin-de-Cenilly,Sen-Marten-de-Senii,sheng ma dan de se ni li,Сен-Мартен-де-Сении,Сен-Мартен-де-Сенії,سینٹ-مارٹن-دے-کنلے,圣马丹德瑟尼利		FR	28	50	503	50513	185	Europe/Paris
6435620	Saint-Martin-de-Varreville	saint-martin-de-varreville	Saint-Martin-de-Varreville,Sen-Marten-de-Varrevil',sheng ma dan de wa er lei wei er,Сен-Мартен-де-Варревиль,Сен-Мартен-де-Варревіль,سینٹ-مارٹن-دے-وررویل,圣马丹德瓦尔勒维尔		FR	28	50	502	50517	188	Europe/Paris
6435621	Saint-Martin-le-Bouillant	saint-martin-le-bouillant	Saint-Martin-le-Bouillant,Sen-Marten-le-Bujan,sheng ma dan lai bu yi lang,Сен-Мартен-ле-Буян,سینٹ-مارٹن-لے-بویلانٹ,圣马丹莱布伊朗		FR	28	50	501	50518	317	Europe/Paris
6435622	Saint-Martin-le-Gréard	saint-martin-le-greard	Saint-Martin-le-Greard,Saint-Martin-le-Gréard,Sen-Marten-le-Grear,sheng ma dan lai ge lei a er,Сен-Мартен-ле-Греар,سینٹ-مارٹن-لے-گریرد,圣马丹莱格雷阿尔		FR	28	50	502	50519	489	Europe/Paris
6435624	Saint-Maur-des-Bois	saint-maur-des-bois	Saint-Maur-des-Bois,Sen-Mor-de-Bua,sheng mo dai bu wa,Сен-Мор-де-Буа,سینٹ-موڑ-دس-بوس,圣莫代布瓦		FR	28	50	501	50521	150	Europe/Paris
6435625	Saint-Maurice-en-Cotentin	saint-maurice-en-cotentin	Saint-Maurice-en-Cotentin,Sen-Moris-an-Kotanten,ke tang tan de qu sheng mo li ke,Сен-Морис-ан-Котантен,سینٹ-موریس-این -کوٹینٹین,科唐坦地区圣莫里克		FR	28	50	502	50522	258	Europe/Paris
6435626	Sainte-Mère-Église	sainte-mere-eglise	Sainte-Mere-Eglise,Sainte-Mère-Église		FR	28	50	502	50523	3107	Europe/Paris
6435628	Saint-Michel-de-Montjoie	saint-michel-de-montjoie	Saint-Michel-de-Montjoie,Sen-Mishel'-de-Monzhua,san=misheru=do=monjowa,sheng mi she de meng te ru wa,Сен-Мишель-де-Монжуа,Сен-Мішель-де-Монжуа,سینٹ-مشیل-دے-مونتجوئی,サン＝ミシェル＝ド＝モンジョワ,圣米舍德蒙特茹瓦		FR	28	50	501	50525	307	Europe/Paris
6435676	Teurthéville-Hague	teurtheville-hague	Tertevil'-Ag,Teurtheville-Hague,Teurthéville-Hague,te er tai wei er a gai,Тертевиль-Аг,Тертевіль-Аг,特尔泰维尔阿盖		FR	28	50	502	50594	1047	Europe/Paris
6435629	Saint-Nicolas-de-Pierrepont	saint-nicolas-de-pierrepont	Saint-Nicolas-de-Pierrepont,Sen-Nikola-de-P'errpon,Sen-Nikola-de-Perrpon,sheng ni ke la de pi ye er lei peng,Сен-Никола-де-Пьеррпон,Сен-Нікола-де-Пєррпон,سینٹ-نکولس-دے-پیررپونٹ,圣尼科拉德皮耶尔雷蓬		FR	28	50	503	50528	303	Europe/Paris
6435630	Saint-Pair-sur-Mer	saint-pair-sur-mer	Saint-Pair-sur-Mer		FR	28	50	501	50532	4045	Europe/Paris
6435631	Saint-Patrice-de-Claids	saint-patrice-de-claids	Saint-Patrice-de-Claids,Sen-Patris-de-Kled,sheng pa te li ke de ke lai de,Сен-Патрис-де-Клед,سینٹ-پترکے-دے-کلئیڈس,圣帕特里克德克莱德		FR	28	50	503	50533	172	Europe/Paris
6435633	Le Parc	le-parc	Le Parc,Sent-P'jans,Sent-Pjans,sheng pi an ke,Сент-Пьянс,Сент-Пянс,سین-پینکے,圣皮安克		FR	28	50	501	50535	906	Europe/Paris
6435634	Saint-Pierre-d'Arthéglise	saint-pierre-d-artheglise			FR	28	50	502	50536	131	Europe/Paris
6435635	Saint-Pierre-de-Semilly	saint-pierre-de-semilly	Saint-Pierre-de-Semilly,Sen-P'err-de-Semii,Sen-Perr-de-Semii,sheng pi ye er de se mi li,Сен-Пьерр-де-Семии,Сен-Пєрр-де-Семії,سین-پیری-دے-سمیلے,圣皮耶尔德瑟米利		FR	28	50	504	50538	442	Europe/Paris
6435636	Saint-Pierre-Église	saint-pierre-eglise	Saint-Pierre-Eglise,Saint-Pierre-Église,Sen-P'err-Egliz,Sen-Perr-Egliz,sheng pi ye er ai ge li si,Сен-Пьерр-Еглиз,Сен-Пєрр-Егліз,سین-پیری-ایگلیسے,圣皮耶尔埃格利斯		FR	28	50	502	50539	1799	Europe/Paris
6435637	Saint-Pierre-Langers	saint-pierre-langers	Saint-Pierre-Langers,Sen-P'err-Lanzhe,Sen-Perr-Lanzhe,sheng pi ye er lang re er,syn-pyry-lngyrs,Сен-Пьерр-Ланже,Сен-Пєрр-Ланже,سین-پیری-لنگیرس,圣皮耶尔朗热尔		FR	28	50	501	50540	583	Europe/Paris
6435638	Saint-Planchers	saint-planchers	Saint-Planchers,Sen-Planshe,sheng pu lang xie er,syn-planchrs,Сен-Планше,سین-پلانچرس,圣普朗谢尔		FR	28	50	501	50541	1353	Europe/Paris
6435639	Saint-Pois	saint-pois	Saint-Pois		FR	28	50	501	50542	509	Europe/Paris
6435640	Saint-Quentin-sur-le-Homme	saint-quentin-sur-le-homme	Saint-Quentin-sur-le-Homme,Sen-Kanten-sjur-le-Omm,lai-weng he pan sheng qu ang tan,Сен-Кантен-сюр-ле-Омм,سین-قینٹین-سور-لے-ہوممے,莱-翁河畔圣屈昂坦		FR	28	50	501	50543	1272	Europe/Paris
6435643	Bourgvallées	bourgvallees	Bourgvallees,Bourgvallées,Sen-Samson-de-Bonfosse,sheng sang song de bang fu sai,Сен-Самсон-де-Бонфоссе,سین-سیمسن-دے-بونفوسے,圣桑松德邦福塞		FR	28	50	504	50546	3193	Europe/Paris
6435644	Saint-Sauveur-de-Pierrepont	saint-sauveur-de-pierrepont	Saint-Sauveur-de-Pierrepont		FR	28	50	503	50548	133	Europe/Paris
6435645	Saint-Sauveur-la-Pommeraye	saint-sauveur-la-pommeraye	Saint-Sauveur-la-Pommeraye,Sen-Sover-la-Pommre,sheng suo fu la bo mo lai ai,Сен-Совер-ла-Поммре,سین-سویر-لا-پوممراے,圣索弗拉波默赖埃		FR	28	50	501	50549	361	Europe/Paris
6435646	Saint-Sauveur-Villages	saint-sauveur-villages	Saint-Sauveur-Villages,Sen-Sover-Landelen,sheng suo fu lang dai lan,Сен-Совер-Ланделен,圣索弗朗代兰		FR	28	50	503	50550	3568	Europe/Paris
6435647	Saint-Sauveur-le-Vicomte	saint-sauveur-le-vicomte	Saint-Sauveur-le-Vicomte		FR	28	50	502	50551	2166	Europe/Paris
6435648	Saint-Sébastien-de-Raids	saint-sebastien-de-raids	Saint-Sebastien-de-Raids,Saint-Sébastien-de-Raids		FR	28	50	503	50552	340	Europe/Paris
6435649	Saint-Senier-de-Beuvron	saint-senier-de-beuvron	Saint-Senier-de-Beuvron,Sen-Sen'e-de-Bevron,sheng se nie de bo fu long,Сен-Сенье-де-Беврон,Сен-Сеньє-де-Беврон,سین-سینئر-دے-بورون,圣瑟涅德伯夫龙		FR	28	50	501	50553	363	Europe/Paris
6435650	Saint-Senier-sous-Avranches	saint-senier-sous-avranches	Saint-Senier-sous-Avranches,Sen-Sen'e-su-Avransh,sheng se nie su a fu lang xie,Сен-Сенье-су-Авранш,Сен-Сеньє-су-Авранш,سین-سینئر-سوس-آورانکھس,圣瑟涅苏阿夫朗谢		FR	28	50	501	50554	1398	Europe/Paris
6435651	Sainte-Suzanne-sur-Vire	sainte-suzanne-sur-vire	Sainte-Suzanne-sur-Vire		FR	28	50	504	50556	680	Europe/Paris
6435654	Saint-Vaast-la-Hougue	saint-vaast-la-hougue	Saint-Vaast-la-Hougue		FR	28	50	502	50562	1779	Europe/Paris
6435655	Saint-Vigor-des-Monts	saint-vigor-des-monts	Saint-Vigor-des-Monts,Sen-Vigor-de-Mon,sheng wei ge dai meng te,Сен-Вигор-де-Мон,Сен-Вігор-де-Мон,圣维戈代蒙特		FR	28	50	504	50563	286	Europe/Paris
6435656	Terre-et-Marais	terre-et-marais	Terre-et-Marais		FR	28	50	504	50564	1282	Europe/Paris
6435657	Sartilly-Baie-Bocage	sartilly-baie-bocage	Sartii,Sartilly-Baie-Bocage,sa er di li,Сартии,Сартії,萨尔蒂利		FR	28	50	501	50565	2808	Europe/Paris
6435658	Saussemesnil	saussemesnil	Saussemesnil		FR	28	50	502	50567	897	Europe/Paris
6435659	Saussey	saussey	Saussey,Sosse,suo sai,Соссе,سوسے، مانشے,索塞		FR	28	50	503	50568	471	Europe/Paris
6435661	Sébeville	sebeville	Sebevil',sai bo wei er,Себевиль,Себевіль,塞伯维尔		FR	28	50	502	50571	32	Europe/Paris
6435663	Servon	servon	Servon,sai er weng,Сервон,塞尔翁		FR	28	50	501	50574	278	Europe/Paris
6435664	Sideville	sideville	Sidevil',Sideville,xi de wei er,Сидевиль,Сідевіль,西德维尔		FR	28	50	502	50575	703	Europe/Paris
6435665	Sortosville-en-Beaumont	sortosville-en-beaumont	Sortosville-en-Beaumont,Sortovil'-an-Bomon,bo meng de qu suo er tuo si wei er,Сортовиль-ан-Бомон,Сортовіль-ан-Бомон,博蒙地区索尔托斯维尔		FR	28	50	502	50577	316	Europe/Paris
6435666	Sottevast	sottevast	Sottevast		FR	28	50	502	50579	1352	Europe/Paris
6435667	Sotteville	sotteville	Sotteville,Sottvil',suo te wei er,Соттвиль,Соттвіль,索特维尔		FR	28	50	502	50580	467	Europe/Paris
6435670	Subligny	subligny	Subligny		FR	28	50	501	50584	375	Europe/Paris
6435671	Surtainville	surtainville	Sjurtenvil',Surtainville,xu er tan wei er,Сюртенвиль,Сюртенвіль,叙尔坦维尔		FR	28	50	502	50585	1192	Europe/Paris
6435672	Tamerville	tamerville	Tamervil',Tamerville,ta mei er wei er,Тамервиль,Тамервіль,塔梅尔维尔		FR	28	50	502	50588	652	Europe/Paris
6435673	Tanis	tanis	Tanis		FR	28	50	501	50589	301	Europe/Paris
6435675	Teurthéville-Bocage	teurtheville-bocage	Tertevil'-Bokazh,Teurtheville-Bocage,Teurthéville-Bocage,te er tai wei er bo ka ge,Тертевиль-Бокаж,Тертевіль-Бокаж,特尔泰维尔博卡格		FR	28	50	502	50593	593	Europe/Paris
6435677	Théville	theville	Tevil',Theville,Théville,tai wei er,Тевиль,Тевіль,泰维尔		FR	28	50	502	50596	319	Europe/Paris
6435678	Tirepied-sur-Sée	tirepied-sur-see	Tirepied-sur-See,Tirepied-sur-Sée		FR	28	50	501	50597	936	Europe/Paris
6435679	Tocqueville	tocqueville	Tocqueville,Tokvil',tuo qu ai wei er,Токвиль,Токвіль,托屈埃维尔		FR	28	50	502	50598	282	Europe/Paris
6435680	Tollevast	tollevast	Tolleva,Tollevast,tuo lei wa si,Толлева,托勒瓦斯		FR	28	50	502	50599	1510	Europe/Paris
6435682	Torigny-les-Villes	torigny-les-villes	Torigny-les-Villes		FR	28	50	504	50601	4352	Europe/Paris
6435683	Tourville-sur-Sienne	tourville-sur-sienne	Tourville-sur-Sienne		FR	28	50	503	50603	788	Europe/Paris
6435684	Tréauville	treauville	Treovil',te lei ao wei er,trywyl,Треовиль,Треовіль,ترئویل,特雷奥维尔		FR	28	50	502	50604	726	Europe/Paris
6435686	Tribehou	tribehou	Tribehou,Tribeu,te li bei wu,Трибеу,特里贝乌		FR	28	50	504	50606	540	Europe/Paris
6435688	Turqueville	turqueville	Tjurkevil',di er qu ai wei er,trqwwyl,twrqwwyl,Тюркевиль,Тюркевіль,ترقوویل,تورقوویل,蒂尔屈埃维尔		FR	28	50	502	50609	147	Europe/Paris
6435689	Vains	vains	Vains		FR	28	50	501	50612	724	Europe/Paris
6435690	Valcanville	valcanville	Val'kanvil',Valcanville,vu~arukan'vu~iru,wa er kang wei er,Вальканвиль,Вальканвіль,ヴァルカンヴィル,瓦尔康维尔		FR	28	50	502	50613	410	Europe/Paris
6435691	Valognes	valognes	Valognes		FR	28	50	502	50615	6779	Europe/Paris
6435692	Varenguebec	varenguebec	Varangebek,Varenguebec,wa lang gai bei ke,wrngwbk,Варангебек,ورنگوبک,瓦朗盖贝克		FR	28	50	503	50617	321	Europe/Paris
6435693	Varouville	varouville	Varouville,Varuvil',wa lu wei er,wrwwyl,Варувиль,Варувіль,وروویل,瓦鲁维尔		FR	28	50	502	50618	266	Europe/Paris
6435695	Vaudreville	vaudreville	Vaudreville,Vodrevil',wo de lei wei er,Водревиль,Водревіль,沃德勒维尔		FR	28	50	502	50621	72	Europe/Paris
6435699	Vernix	vernix	Verni,Vernix,wei er ni,wrnyks  mnchh,Верни,Верні,ورنیکس، منچه,韦尔尼		FR	28	50	501	50628	160	Europe/Paris
6435700	Vesly	vesly	Veli,Vesly,wei si li,Вели,Велі,韦斯利		FR	28	50	503	50629	720	Europe/Paris
6435702	Videcosville	videcosville	Videcosville,Vidkovil',wei dai ke si wei er,Видковиль,Відковіль,维代科斯维尔		FR	28	50	502	50634	80	Europe/Paris
6435704	Villebaudon	villebaudon			FR	28	50	504	50637	317	Europe/Paris
6435707	Villiers-Fossard	villiers-fossard	Vil'e-Fossar,Villiers-Fossard,wei li ye er fu sa er,Вилье-Фоссар,Вільє-Фоссар,维利耶尔福萨尔		FR	28	50	504	50641	639	Europe/Paris
6435709	Virandeville	virandeville	Virandevil',Virandeville,wei lang de wei er,Вирандевиль,Вірандевіль,维朗德维尔		FR	28	50	502	50643	797	Europe/Paris
6435711	Yquelon	yquelon	Yquelon		FR	28	50	501	50647	1069	Europe/Paris
6435713	Caurel	caurel	Caurel,Korel,Korel',ke lei,Корел,Корель,科雷		FR	44	51	513	51101	638	Europe/Paris
6435714	Cauroy-lès-Hermonville	cauroy-les-hermonville	Cauroy-les-Hermonville,Cauroy-lès-Hermonville		FR	44	51	513	51102	503	Europe/Paris
6435715	Cernay-en-Dormois	cernay-en-dormois	Sernaj an Dormoa,Serne-an-Dormua,duo er mu wa de qu sai er nai,Сернај ан Дормоа,Серне-ан-Дормуа,多尔穆瓦地区塞尔奈		FR	44	51	511	51104	156	Europe/Paris
6435716	Cernay-lès-Reims	cernay-les-reims	Cernay-les-Reims,Cernay-lès-Reims		FR	44	51	513	51105	1393	Europe/Paris
6435717	Cernon	cernon	Cernon		FR	44	51	511	51106	129	Europe/Paris
6435718	Chaintrix-Bierges	chaintrix-bierges	Chaintrix-Bierges		FR	44	51	512	51107	326	Europe/Paris
6435719	Châlons-sur-Vesle	chalons-sur-vesle	Chalons-sur-Vesle,Châlons-sur-Vesle		FR	44	51	513	51109	196	Europe/Paris
6435720	Chaltrait	chaltrait			FR	44	51	512	51110	60	Europe/Paris
6435721	Chambrecy	chambrecy	Chambrecy,Shambresi,shang bu lei xi,Шамбреси,Шамбресі,尚布雷西		FR	44	51	513	51111	146	Europe/Paris
6435722	Chamery	chamery	Chamery		FR	44	51	513	51112	411	Europe/Paris
6435723	Champigneul-Champagne	champigneul-champagne	Champigneul-Champagne,Shampin'el'-Shampan',Shampinel Shampan,shang pi gai yu shang pa ni,Шампињел Шампањ,Шампіньєль-Шампань,尚皮盖于尚帕尼		FR	44	51	511	51117	312	Europe/Paris
6435724	Champillon	champillon	Champillon		FR	44	51	512	51119	502	Europe/Paris
6435725	Champlat-et-Boujacourt	champlat-et-boujacourt	Champlat-et-Boujacourt		FR	44	51	512	51120	170	Europe/Paris
6435726	Changy	changy	Changy		FR	44	51	514	51122	119	Europe/Paris
6435727	Châtelraould-Saint-Louvent	chatelraould-saint-louvent			FR	44	51	514	51134	226	Europe/Paris
6435728	Châtillon-sur-Broué	chatillon-sur-broue	Chatillon-sur-Broue,Châtillon-sur-Broué,Shatijon sir Brue,Shatijon-sjur-Brue,bu lu ai he pan sha di long,Шатијон сир Бруе,Шатійон-сюр-Бруе,布鲁埃河畔沙蒂隆		FR	44	51	514	51135	75	Europe/Paris
6435729	Châtillon-sur-Marne	chatillon-sur-marne	Chatillon-sur-Marne,Châtillon-sur-Marne		FR	44	51	512	51136	691	Europe/Paris
6435730	Châtillon-sur-Morin	chatillon-sur-morin	Chatillon-sur-Morin,Châtillon-sur-Morin,Shatijon sir Moren,Shatijon-sjur-Moren,mo lan he pan sha di long,Шатијон сир Морен,Шатійон-сюр-Морен,莫兰河畔沙蒂隆		FR	44	51	512	51137	213	Europe/Paris
6435731	Châtrices	chatrices	Chatrices,Châtrices,Shatris,sha te li sai,Шатрис,沙特里塞		FR	44	51	511	51138	34	Europe/Paris
6435732	Chaudefontaine	chaudefontaine	Chaudefontaine		FR	44	51	511	51139	324	Europe/Paris
6435733	Chaumuzy	chaumuzy	Chaumuzy,Shomizi,Shomjuzi,shao mi qi,Шомизи,Шомюзі,绍米齐		FR	44	51	513	51140	375	Europe/Paris
6435734	Chavot-Courcourt	chavot-courcourt	Chavot-Courcourt		FR	44	51	512	51142	349	Europe/Paris
6435735	Cheminon	cheminon	Cheminon,Sheminon,xie man weng,Шеминон,Шемінон,谢曼翁		FR	44	51	514	51144	611	Europe/Paris
6435736	Chenay	chenay			FR	44	51	513	51145	233	Europe/Paris
6435737	Cheniers	cheniers			FR	44	51	511	51146	109	Europe/Paris
6435738	Cheppes-la-Prairie	cheppes-la-prairie	Cheppes-la-Prairie		FR	44	51	511	51148	177	Europe/Paris
6435739	Chepy	chepy			FR	44	51	511	51149	428	Europe/Paris
6435740	Cherville	cherville	Cherville		FR	44	51	511	51150	80	Europe/Paris
6435741	Chichey	chichey			FR	44	51	512	51151	175	Europe/Paris
6435742	Chigny-les-Roses	chigny-les-roses	Chigny-les-Roses		FR	44	51	513	51152	560	Europe/Paris
6435743	Chouilly	chouilly	Chouilly		FR	44	51	512	51153	1013	Europe/Paris
6435744	Clamanges	clamanges			FR	44	51	512	51154	207	Europe/Paris
6435745	Clesles	clesles			FR	44	51	512	51155	628	Europe/Paris
6435746	Cloyes-sur-Marne	cloyes-sur-marne	Cloyes-sur-Marne		FR	44	51	514	51156	133	Europe/Paris
6435747	Coizard-Joches	coizard-joches	Coizard-Joches,Koazar Zhosh,Kuazar-Zhosh,kua zha er ruo xie,Коазар Жош,Куазар-Жош,夸扎尔若谢		FR	44	51	512	51157	76	Europe/Paris
6435748	Compertrix	compertrix	Compertrix		FR	44	51	511	51160	1547	Europe/Paris
6435749	Condé-sur-Marne	conde-sur-marne			FR	44	51	511	51161	823	Europe/Paris
6435750	Conflans-sur-Seine	conflans-sur-seine			FR	44	51	512	51162	652	Europe/Paris
6435751	Congy	congy	Congy,Konzhi,Конжи,Конжі		FR	44	51	512	51163	259	Europe/Paris
6435752	Connantray-Vaurefroy	connantray-vaurefroy	Connantray-Vaurefroy,Konantre Vorfroa,Konnantre-Vorefrua,ke nan te lai wo lei fu lu wa,Конантре Ворфроа,Коннантре-Ворефруа,科南特赖沃雷夫鲁瓦		FR	44	51	512	51164	168	Europe/Paris
6435753	Connantre	connantre	Connantre,Konantr,Konnantr,ke nan te er,Конантр,Коннантр,科南特尔		FR	44	51	512	51165	1108	Europe/Paris
6435754	Coolus	coolus	Coolus		FR	44	51	511	51168	220	Europe/Paris
6435755	Corbeil	corbeil	Corbeil		FR	44	51	514	51169	93	Europe/Paris
6435756	Corfélix	corfelix	Corfelix,Corfélix,Korfeliks,ke er fei li,Корфеликс,Корфелікс,科尔费利		FR	44	51	512	51170	111	Europe/Paris
6435757	Cormicy	cormicy			FR	44	51	513	51171	1467	Europe/Paris
6435758	Cormontreuil	cormontreuil	Cormontreuil		FR	44	51	513	51172	6528	Europe/Paris
6435759	Cormoyeux	cormoyeux			FR	44	51	512	51173	119	Europe/Paris
6435760	Corribert	corribert			FR	44	51	512	51174	58	Europe/Paris
6435761	Corrobert	corrobert	Corrobert		FR	44	51	512	51175	203	Europe/Paris
6435762	Corroy	corroy	Koroa,Korrua,ke er lu wa,Короа,Корруа,科尔鲁瓦		FR	44	51	512	51176	162	Europe/Paris
6435763	Coulommes-la-Montagne	coulommes-la-montagne	Coulommes-la-Montagne		FR	44	51	513	51177	211	Europe/Paris
6435764	Coupetz	coupetz	Coupetz		FR	44	51	511	51178	76	Europe/Paris
6435765	Coupéville	coupeville			FR	44	51	511	51179	164	Europe/Paris
6435766	Courcelles-Sapicourt	courcelles-sapicourt	Courcelles-Sapicourt		FR	44	51	513	51181	365	Europe/Paris
6435767	Courcemain	courcemain			FR	44	51	512	51182	110	Europe/Paris
6435768	Courcy	courcy	Courcy,Kursi,ku er xi,Курси,Курсі,库尔西		FR	44	51	513	51183	975	Europe/Paris
6435769	Courdemanges	courdemanges	Courdemanges		FR	44	51	514	51184	392	Europe/Paris
6435770	Courgivaux	courgivaux	Kurzhivo,ku er ji wo,Курживо,库尔吉沃		FR	44	51	512	51185	319	Europe/Paris
6435771	Courjeonnet	courjeonnet	Courjeonnet		FR	44	51	512	51186	47	Europe/Paris
6435772	Courlandon	courlandon	Courlandon,Kurlandon,ku er lang dong,Курландон,库尔朗东		FR	44	51	513	51187	293	Europe/Paris
6435773	Courmas	courmas	Courmas		FR	44	51	513	51188	207	Europe/Paris
6435774	Courtémont	courtemont	Courtemont,Courtémont		FR	44	51	511	51191	62	Europe/Paris
6435775	Courthiézy	courthiezy	Courthiezy,Courthiézy		FR	44	51	512	51192	367	Europe/Paris
6435776	Courtisols	courtisols	Courtisols,Kurtizol,Kurtizol',ku er di suo er,Куртизол,Куртізоль,库尔蒂索尔		FR	44	51	511	51193	2441	Europe/Paris
6435777	Couvrot	couvrot	Couvrot		FR	44	51	514	51195	866	Europe/Paris
6435778	Cramant	cramant	Cramant,Kraman,ke la mang,Краман,克拉芒		FR	44	51	512	51196	901	Europe/Paris
6435779	Crugny	crugny	Crugny		FR	44	51	513	51198	636	Europe/Paris
6435780	Cuchery	cuchery	Cuchery,Kisheri,Kjusheri,qu xie li,Кишери,Кюшері,屈谢里		FR	44	51	512	51199	407	Europe/Paris
6435781	Cuis	cuis	Ki,Kjui,qu yi,Ки,Кюї,屈伊		FR	44	51	512	51200	395	Europe/Paris
6435782	Cumières	cumieres	Cumieres,Cumières,Kimjer,Kjumer,qu mi ai,Кимјер,Кюмєр,屈米埃		FR	44	51	512	51202	768	Europe/Paris
6435783	Cuperly	cuperly	Cuperly		FR	44	51	511	51203	232	Europe/Paris
6435784	Damery	damery	Dameri,Damery,Damri,da mo li,Дамери,Дамрі,达默里		FR	44	51	512	51204	1444	Europe/Paris
6435785	Dampierre-au-Temple	dampierre-au-temple	Damperr-o-Tampl',Dampierre-au-Temple,Dampjer o Tampl,dang pi ye er ao tang pu er,Дампєрр-о-Тампль,Дампјер о Тампл,当皮耶尔奥唐普尔		FR	44	51	511	51205	274	Europe/Paris
6435786	Dampierre-le-Château	dampierre-le-chateau	Dampierre-le-Chateau,Dampierre-le-Château		FR	44	51	511	51206	102	Europe/Paris
6435787	Dampierre-sur-Moivre	dampierre-sur-moivre	Dampierre-sur-Moivre		FR	44	51	511	51208	112	Europe/Paris
6435788	Dizy	dizy	Dizi,Dizy,di qi,Дизи,Дізі,迪齐		FR	44	51	512	51210	1540	Europe/Paris
6435789	Dommartin-Lettrée	dommartin-lettree	Domarten Letre,Dommarten-Lettre,duo ma er tan lai te lei ai,Домартен Летре,Доммартен-Леттре,多马尔坦莱特雷埃		FR	44	51	511	51212	152	Europe/Paris
6435790	Dommartin-sous-Hans	dommartin-sous-hans	Dommartin-sous-Hans		FR	44	51	511	51213	56	Europe/Paris
6435791	Dompremy	dompremy	Dompremy		FR	44	51	514	51215	155	Europe/Paris
6435792	Dontrien	dontrien	Dontrien		FR	44	51	513	51216	263	Europe/Paris
6435793	Dormans	dormans	Dormans		FR	44	51	512	51217	2922	Europe/Paris
6435794	Drosnay	drosnay	Drosnay		FR	44	51	514	51219	212	Europe/Paris
6435795	Drouilly	drouilly	Drouilly		FR	44	51	514	51220	137	Europe/Paris
6435796	Éclaires	eclaires	Eclaires,Éclaires		FR	44	51	511	51222	94	Europe/Paris
6435797	Écollemont	ecollemont	Ecollemont,Écollemont		FR	44	51	514	51223	54	Europe/Paris
6435798	Écriennes	ecriennes	Ecriennes,Écriennes		FR	44	51	514	51224	170	Europe/Paris
6435799	Écueil	ecueil	Ecueil,Ekej,ai qu ai,Écueil,Екей,埃屈埃		FR	44	51	513	51225	303	Europe/Paris
6435800	Écury-le-Repos	ecury-le-repos	Ecury-le-Repos,Écury-le-Repos		FR	44	51	512	51226	60	Europe/Paris
6435801	Écury-sur-Coole	ecury-sur-coole	Ecury-sur-Coole,Écury-sur-Coole		FR	44	51	511	51227	498	Europe/Paris
6435802	Épense	epense	Epense,Épense		FR	44	51	511	51229	126	Europe/Paris
6435803	Épernay	epernay	Epernay,Épernay		FR	44	51	512	51230	23084	Europe/Paris
6435806	Esclavolles-Lurey	esclavolles-lurey	Esclavolles-Lurey		FR	44	51	512	51234	595	Europe/Paris
6435807	Étoges	etoges	Etoges,Etozh,ai tuo re,Étoges,Етож,埃托热		FR	44	51	512	51238	458	Europe/Paris
6435808	Étréchy	etrechy	Etrechy,Étréchy		FR	44	51	512	51239	107	Europe/Paris
6435809	Euvy	euvy	Euvy		FR	44	51	512	51241	84	Europe/Paris
6435810	Fagnières	fagnieres	Fagnieres,Fagnières		FR	44	51	511	51242	4830	Europe/Paris
6435811	Faux-Fresnay	faux-fresnay	Faux-Fresnay		FR	44	51	512	51243	329	Europe/Paris
6435812	Faverolles-et-Coëmy	faverolles-et-coemy	Faverolles-et-Coemy,Faverolles-et-Coëmy		FR	44	51	513	51245	563	Europe/Paris
6435813	Favresse	favresse	Favress,Favresse,fa fu lei si,Фавресс,法夫雷斯		FR	44	51	514	51246	224	Europe/Paris
6435814	Fère-Champenoise	fere-champenoise			FR	44	51	512	51248	2173	Europe/Paris
6435815	Festigny	festigny	Festigny		FR	44	51	512	51249	404	Europe/Paris
6435816	Flavigny	flavigny			FR	44	51	512	51251	163	Europe/Paris
6435817	Fleury-la-Rivière	fleury-la-riviere	Fleury-la-Riviere,Fleury-la-Rivière		FR	44	51	512	51252	520	Europe/Paris
6435818	Florent-en-Argonne	florent-en-argonne	Florent-en-Argonne		FR	44	51	511	51253	243	Europe/Paris
6435819	Fontaine-Denis-Nuisy	fontaine-denis-nuisy	Fontaine-Denis-Nuisy		FR	44	51	512	51254	234	Europe/Paris
6435820	Fontaine-en-Dormois	fontaine-en-dormois	Fontaine-en-Dormois		FR	44	51	511	51255	17	Europe/Paris
6435821	Fontaine-sur-Ay	fontaine-sur-ay	Fontaine-sur-Ay,Fonten si E,Fonten-sjur-I,ai he pan feng tan,Фонтен си Е,Фонтен-сюр-І,艾河畔丰坦		FR	44	51	512	51256	341	Europe/Paris
6435822	Frignicourt	frignicourt	Frignicourt		FR	44	51	514	51262	1862	Europe/Paris
6435823	Fromentières	fromentieres	Fromentieres,Fromentières		FR	44	51	512	51263	375	Europe/Paris
6435824	Gaye	gaye	Gaye		FR	44	51	512	51265	591	Europe/Paris
6435825	Germaine	germaine	Germaine,Zhermen,Жермен		FR	44	51	512	51266	512	Europe/Paris
6435826	Germigny	germigny			FR	44	51	513	51267	184	Europe/Paris
6435827	Germinon	germinon	Germinon		FR	44	51	512	51268	174	Europe/Paris
6435829	Givry-en-Argonne	givry-en-argonne	Givry-en-Argonne		FR	44	51	511	51272	450	Europe/Paris
6435831	Gizaucourt	gizaucourt	Gizaucourt		FR	44	51	511	51274	114	Europe/Paris
6435832	Glannes	glannes	Glannes		FR	44	51	514	51275	190	Europe/Paris
6435833	Gourgançon	gourgancon	Gourgancon,Gourgançon,Gurganson,gu er gang song,Гургансон,古尔冈松		FR	44	51	512	51276	154	Europe/Paris
6435834	Granges-sur-Aube	granges-sur-aube			FR	44	51	512	51279	184	Europe/Paris
6435835	Gratreuil	gratreuil			FR	44	51	511	51280	30	Europe/Paris
6435836	Grauves	grauves	Grauves		FR	44	51	512	51281	626	Europe/Paris
6435837	Gueux	gueux	Ge,Gueux,gai yu,Ге,盖于		FR	44	51	513	51282	1677	Europe/Paris
6435838	Haussignémont	haussignemont			FR	44	51	514	51284	277	Europe/Paris
6435839	Haussimont	haussimont	Haussimont,Osimon,Ossimon,ao xi meng,Осимон,Оссімон,奥西蒙		FR	44	51	511	51285	141	Europe/Paris
6435840	Hautvillers	hautvillers			FR	44	51	512	51287	717	Europe/Paris
6435841	Heiltz-le-Hutier	heiltz-le-hutier	Heiltz-le-Hutier		FR	44	51	514	51288	235	Europe/Paris
6435842	Heiltz-le-Maurupt	heiltz-le-maurupt	E-le-Morju,Elc le Morit,Heiltz-le-Maurupt,ai er te lai mo lu pu,Е-ле-Морю,Елц ле Морит,埃尔特莱莫吕普		FR	44	51	514	51289	413	Europe/Paris
6435843	Heiltz-l'Évêque	heiltz-l-eveque	Heiltz-l'Eveque,Heiltz-l'Évêque		FR	44	51	514	51290	302	Europe/Paris
6435844	Herpont	herpont	Erpon,Herpont,ai er peng,Ерпон,埃尔蓬		FR	44	51	511	51292	135	Europe/Paris
6435845	Hourges	hourges	Hourges		FR	44	51	513	51294	82	Europe/Paris
6435846	Huiron	huiron			FR	44	51	514	51295	302	Europe/Paris
6435847	Humbauville	humbauville	Humbauville		FR	44	51	514	51296	79	Europe/Paris
6435848	Isles-sur-Suippe	isles-sur-suippe	Isles-sur-Suippe		FR	44	51	513	51299	887	Europe/Paris
6435849	Isle-sur-Marne	isle-sur-marne			FR	44	51	514	51300	101	Europe/Paris
6435850	Jâlons	jalons	Jalons,Jâlons		FR	44	51	511	51303	569	Europe/Paris
6435851	Janvilliers	janvilliers	Janvilliers		FR	44	51	512	51304	168	Europe/Paris
6435852	Janvry	janvry	Janvry		FR	44	51	513	51305	134	Europe/Paris
6435853	Joiselle	joiselle	Joiselle,Zhuazel',ru wa sai er,Жуазель,茹瓦塞尔		FR	44	51	512	51306	99	Europe/Paris
6435854	Jonchery-sur-Suippe	jonchery-sur-suippe	Jonchery-sur-Suippe		FR	44	51	511	51307	224	Europe/Paris
6435855	Jonchery-sur-Vesle	jonchery-sur-vesle	Jonchery-sur-Vesle		FR	44	51	513	51308	1861	Europe/Paris
6435856	Jonquery	jonquery	Jonquery		FR	44	51	513	51309	119	Europe/Paris
6435857	Jouy-lès-Reims	jouy-les-reims			FR	44	51	513	51310	215	Europe/Paris
6435858	Juvigny	juvigny	Juvigny,Zhuvin'i,rui wei ni,Жувіньї,瑞维尼		FR	44	51	511	51312	922	Europe/Paris
6435859	Lachy	lachy	Lashi,la xi,lachy  marny,Лаші,لاچی، مارنی,拉希		FR	44	51	512	51313	329	Europe/Paris
6435860	Lagery	lagery	Lagery		FR	44	51	513	51314	210	Europe/Paris
6435861	Landricourt	landricourt	Landricourt		FR	44	51	514	51315	154	Europe/Paris
6435862	Larzicourt	larzicourt	Larzicourt		FR	44	51	514	51316	280	Europe/Paris
6435863	Laval-sur-Tourbe	laval-sur-tourbe	Laval-sur-Tourbe		FR	44	51	511	51317	60	Europe/Paris
6435864	Lavannes	lavannes	Lavannes		FR	44	51	513	51318	607	Europe/Paris
6435865	Lenharrée	lenharree	Lenharree,Lenharrée		FR	44	51	511	51319	92	Europe/Paris
6435866	Leuvrigny	leuvrigny	Leuvrigny		FR	44	51	512	51320	352	Europe/Paris
6435867	Lhéry	lhery	Lhery,Lhéry		FR	44	51	513	51321	84	Europe/Paris
6435868	Lignon	lignon	Lignon		FR	44	51	514	51322	129	Europe/Paris
6435869	Linthelles	linthelles			FR	44	51	512	51323	108	Europe/Paris
6435870	Linthes	linthes	Linthes		FR	44	51	512	51324	118	Europe/Paris
6435871	Loisy-en-Brie	loisy-en-brie	Loisy-en-Brie		FR	44	51	512	51327	210	Europe/Paris
6435872	Loisy-sur-Marne	loisy-sur-marne	Loisy-sur-Marne		FR	44	51	514	51328	1095	Europe/Paris
6435873	Loivre	loivre	Loivre		FR	44	51	513	51329	1283	Europe/Paris
6435875	Ludes	ludes	Ljud,Ludes,lu dai,Люд,吕代		FR	44	51	513	51333	635	Europe/Paris
6435876	Luxémont-et-Villotte	luxemont-et-villotte	Luxemont-et-Villotte,Luxémont-et-Villotte		FR	44	51	514	51334	445	Europe/Paris
6435877	Maffrécourt	maffrecourt	Maffrecourt,Maffrécourt		FR	44	51	511	51336	57	Europe/Paris
6435878	Mailly-Champagne	mailly-champagne	Mailly-Champagne		FR	44	51	513	51338	672	Europe/Paris
6435879	Mairy-sur-Marne	mairy-sur-marne	Mairy-sur-Marne,Meri-sjur-Marn,ma en he pan mai li,Мері-сюр-Марн,马恩河畔迈里		FR	44	51	511	51339	548	Europe/Paris
6435880	Maisons-en-Champagne	maisons-en-champagne	Maisons-en-Champagne,Mezon-an-Shampan',shang pa ni de qu mai song,Мезон-ан-Шампань,尚帕尼地区迈松		FR	44	51	514	51340	528	Europe/Paris
6435881	Mancy	mancy	Mancy,Mansi,mang xi,Мансі,芒西		FR	44	51	512	51342	254	Europe/Paris
6435882	Marcilly-sur-Seine	marcilly-sur-seine	Marcilly-sur-Seine		FR	44	51	512	51343	643	Europe/Paris
6435883	Mardeuil	mardeuil	Mardeuil		FR	44	51	512	51344	1513	Europe/Paris
6435884	Mareuil-en-Brie	mareuil-en-brie	Mareuil-en-Brie		FR	44	51	512	51345	270	Europe/Paris
6435885	Mareuil-le-Port	mareuil-le-port	Marej-le-Por,Mareui-le-Port,Mareuil-le-Port,ma lei yi lai bo er,Марей-ле-Пор,马勒伊莱波尔		FR	44	51	512	51346	1179	Europe/Paris
6435887	Marfaux	marfaux	Marfaux		FR	44	51	513	51348	131	Europe/Paris
6435888	Margerie-Hancourt	margerie-hancourt	Margerie-Hancourt		FR	44	51	514	51349	190	Europe/Paris
6435889	Marsangis	marsangis	Marsangis		FR	44	51	512	51353	48	Europe/Paris
6435890	Marson	marson	Marson		FR	44	51	511	51354	294	Europe/Paris
6435891	Massiges	massiges	Massiges		FR	44	51	511	51355	48	Europe/Paris
6435892	Matignicourt-Goncourt	matignicourt-goncourt	Matignicourt-Goncourt		FR	44	51	514	51356	144	Europe/Paris
6435893	Matougues	matougues	Matougues		FR	44	51	511	51357	612	Europe/Paris
6435894	Maurupt-le-Montois	maurupt-le-montois			FR	44	51	514	51358	580	Europe/Paris
6435895	Mécringes	mecringes	Mecringes,Mécringes		FR	44	51	512	51359	199	Europe/Paris
6435896	Merfy	merfy	Merfy		FR	44	51	513	51362	607	Europe/Paris
6435897	Merlaut	merlaut	Merlaut,Merlo,mei er luo,Мерло,梅尔洛		FR	44	51	514	51363	241	Europe/Paris
6435898	Méry-Prémecy	mery-premecy	Mery-Premecy,Méry-Prémecy		FR	44	51	513	51364	61	Europe/Paris
6435899	Minaucourt-le-Mesnil-lès-Hurlus	minaucourt-le-mesnil-les-hurlus	Minaucourt-le-Mesnil-les-Hurlus,Minaucourt-le-Mesnil-lès-Hurlus		FR	44	51	511	51368	50	Europe/Paris
6435900	Moiremont	moiremont	Moiremont		FR	44	51	511	51370	205	Europe/Paris
6435901	Moncetz-Longevas	moncetz-longevas	Moncetz-Longevas		FR	44	51	511	51372	541	Europe/Paris
6435902	Moncetz-l'Abbaye	moncetz-l-abbaye	Moncetz-l'Abbaye		FR	44	51	514	51373	95	Europe/Paris
6435903	Mondement-Montgivroux	mondement-montgivroux	Mondement-Montgivroux,Mondman-Monzhivru,meng dai mang meng te ji fu lu,Мондман-Монживру,蒙代芒蒙特吉夫鲁		FR	44	51	512	51374	33	Europe/Paris
6435904	Montbré	montbre			FR	44	51	513	51375	258	Europe/Paris
6435906	Montépreux	montepreux	Montepre,Montepreux,Montépreux,meng tai pu lei,Монтепре,蒙泰普勒		FR	44	51	511	51377	43	Europe/Paris
6435907	Monthelon	monthelon	Montelon,Monthelon,meng tai long,Монтелон,蒙泰隆		FR	44	51	512	51378	356	Europe/Paris
6435908	Montigny-sur-Vesle	montigny-sur-vesle	Montigny-sur-Vesle		FR	44	51	513	51379	521	Europe/Paris
6435909	Mont-sur-Courville	mont-sur-courville	Mont-sur-Courville		FR	44	51	513	51382	130	Europe/Paris
6435910	Morangis	morangis	Morangis		FR	44	51	512	51384	382	Europe/Paris
6435911	Morsains	morsains	Morsains		FR	44	51	512	51386	132	Europe/Paris
6435912	Moslins	moslins	Moslen,mo si lan,Мослен,莫斯兰		FR	44	51	512	51387	312	Europe/Paris
6435913	Mourmelon-le-Grand	mourmelon-le-grand	Mourmelon-le-Grand,Murmelon-le-Gran,da mu er mo long,Мурмелон-ле-Гран,大穆尔默隆		FR	44	51	511	51388	5183	Europe/Paris
6435914	Mourmelon-le-Petit	mourmelon-le-petit	Mourmelon-le-Petit,Murmelon-le-Peti,xiao mu er mo long,Мурмелон-ле-Петі,小穆尔默隆		FR	44	51	511	51389	805	Europe/Paris
6435915	Moussy	moussy	Moussy		FR	44	51	512	51390	748	Europe/Paris
6435916	Muizon	muizon	Muizon		FR	44	51	513	51391	2187	Europe/Paris
6435917	Mutigny	mutigny	Mutigny		FR	44	51	512	51392	191	Europe/Paris
6435918	Nesle-la-Reposte	nesle-la-reposte	Nel'-la-Repost,Nesle-la-Reposte,nei si er la lei bo si te,Нель-ла-Репост,内斯尔拉雷波斯特		FR	44	51	512	51395	103	Europe/Paris
6435919	Nesle-le-Repons	nesle-le-repons	Nesle-le-Repons		FR	44	51	512	51396	153	Europe/Paris
6435920	Neuvy	neuvy	Nevi,ne wei,Неві,讷维		FR	44	51	512	51402	244	Europe/Paris
6435921	Nogent-l'Abbesse	nogent-l-abbesse	Nogent-l'Abbesse		FR	44	51	513	51403	541	Europe/Paris
6435922	Noirlieu	noirlieu	Noirlieu,Nuarl'e,nu wa er li e,Нуарльє,努瓦尔利厄		FR	44	51	511	51404	105	Europe/Paris
6435923	Norrois	norrois	Norrois		FR	44	51	514	51406	148	Europe/Paris
6435924	Nuisement-sur-Coole	nuisement-sur-coole	Nuisement-sur-Coole		FR	44	51	511	51409	352	Europe/Paris
6435925	Ognes	ognes			FR	44	51	512	51412	65	Europe/Paris
6435926	Oiry	oiry	Oiry,Uari,wa li,Уарі,瓦里		FR	44	51	512	51413	835	Europe/Paris
6435927	Omey	omey	Omey		FR	44	51	511	51415	216	Europe/Paris
6435928	Orconte	orconte			FR	44	51	514	51417	400	Europe/Paris
6435929	Outines	outines	Outines		FR	44	51	514	51419	134	Europe/Paris
6435930	Outrepont	outrepont	Outrepont		FR	44	51	514	51420	86	Europe/Paris
6435931	Oyes	oyes	Oyes,Ua,wa ai,Уа,瓦埃		FR	44	51	512	51421	79	Europe/Paris
6435932	Pargny-lès-Reims	pargny-les-reims	Pargny-les-Reims,Pargny-lès-Reims		FR	44	51	513	51422	456	Europe/Paris
6435933	Pargny-sur-Saulx	pargny-sur-saulx	Pargny-sur-Saulx		FR	44	51	514	51423	1896	Europe/Paris
6435934	Passavant-en-Argonne	passavant-en-argonne	Passavant-en-Argonne		FR	44	51	511	51424	211	Europe/Paris
6435935	Passy-Grigny	passy-grigny	Passi-Grin'i,pa xi ge li ni,Пассі-Гриньї,帕西格里尼		FR	44	51	512	51425	378	Europe/Paris
6435936	Péas	peas			FR	44	51	512	51426	67	Europe/Paris
6435937	Pévy	pevy	Pevy,Pévy		FR	44	51	513	51429	211	Europe/Paris
6435938	Pierre-Morains	pierre-morains			FR	44	51	512	51430	95	Europe/Paris
6435939	Pierry	pierry	Pierry		FR	44	51	512	51431	1201	Europe/Paris
6435940	Pleurs	pleurs	Pler,Pleurs,pu lei er,Плер,普勒尔		FR	44	51	512	51432	870	Europe/Paris
6435941	Plichancourt	plichancourt	Plichancourt		FR	44	51	514	51433	241	Europe/Paris
6435942	Plivot	plivot	Plivot		FR	44	51	512	51434	753	Europe/Paris
6435943	Pocancy	pocancy			FR	44	51	512	51435	168	Europe/Paris
6435944	Pogny	pogny	Pogny,Pon'i,bo ni,Поньї,波尼		FR	44	51	511	51436	920	Europe/Paris
6435945	Poilly	poilly	Poilly		FR	44	51	513	51437	95	Europe/Paris
6435946	Pomacle	pomacle	Pomacle		FR	44	51	513	51439	438	Europe/Paris
6435947	Pontfaverger-Moronvilliers	pontfaverger-moronvilliers	Pontfaverger-Moronvilliers		FR	44	51	513	51440	1749	Europe/Paris
6435948	Ponthion	ponthion	Ponthion		FR	44	51	514	51441	111	Europe/Paris
6435949	Potangis	potangis	Potangis		FR	44	51	512	51443	127	Europe/Paris
6435950	Pouillon	pouillon	Pouillon,Pujon,pu yi long,Пуйон,普伊隆		FR	44	51	513	51444	495	Europe/Paris
6435951	Pourcy	pourcy	Pourcy		FR	44	51	513	51445	190	Europe/Paris
6435952	Pringy	pringy	Pringy		FR	44	51	514	51446	409	Europe/Paris
6435953	Prosnes	prosnes	Pron,Prosnes,pu luo si nei,Прон,普罗斯内		FR	44	51	513	51447	495	Europe/Paris
6435954	Prouilly	prouilly	Prouilly		FR	44	51	513	51448	563	Europe/Paris
6435955	Puisieulx	puisieulx	Pjuiz'el',Puisieulx,pi yi xie yu er,Пюїзьєль,皮伊谢于尔		FR	44	51	513	51450	413	Europe/Paris
6435956	Queudes	queudes	Queudes		FR	44	51	512	51451	99	Europe/Paris
6435957	Rapsécourt	rapsecourt	Rapsecourt,Rapsécourt		FR	44	51	511	51452	34	Europe/Paris
6435958	Recy	recy	Recy		FR	44	51	511	51453	1036	Europe/Paris
6435959	Remicourt	remicourt	Remicourt		FR	44	51	511	51456	56	Europe/Paris
6435960	Reuves	reuves	Reuves		FR	44	51	512	51458	75	Europe/Paris
6435961	Réveillon	reveillon	Reveillon,Réveillon		FR	44	51	512	51459	105	Europe/Paris
6435962	Rieux	rieux	Rie,Rieux,er yue,Ріє,尔约		FR	44	51	512	51460	200	Europe/Paris
6435963	Rilly-la-Montagne	rilly-la-montagne	Rii-la-Montan',Rilly-la-Montagne,li li la meng ta ni,Рії-ла-Монтань,里利拉蒙塔尼		FR	44	51	513	51461	1000	Europe/Paris
6435964	Romery	romery			FR	44	51	512	51465	154	Europe/Paris
6435965	Romigny	romigny	Romigny		FR	44	51	513	51466	211	Europe/Paris
6435966	Rouvroy-Ripont	rouvroy-ripont	Rouvroy-Ripont		FR	44	51	511	51470	10	Europe/Paris
6435967	Sacy	sacy	Sasi,sa xi,Сасі,سکے، مرنے,萨西		FR	44	51	513	51471	375	Europe/Paris
6435968	Saint-Amand-sur-Fion	saint-amand-sur-fion			FR	44	51	514	51472	1025	Europe/Paris
6435970	Saint-Chéron	saint-cheron	Saint-Cheron,Saint-Chéron		FR	44	51	514	51475	62	Europe/Paris
6435971	Saint-Étienne-au-Temple	saint-etienne-au-temple	Sent-Et'enn-o-Tampl',san=tetien'nu=o=tanpuru,sheng ai di an ao tang pu er,Сент-Етьєнн-о-Тампль,سینٹ-ایٹیینے-او-ٹیمپل,サン＝テティエンヌ＝オ＝タンプル,圣埃蒂安奥唐普尔		FR	44	51	511	51476	813	Europe/Paris
6435972	Saint-Étienne-sur-Suippe	saint-etienne-sur-suippe	Saint-Etienne-sur-Suippe,Saint-Étienne-sur-Suippe		FR	44	51	513	51477	313	Europe/Paris
6435973	Saint-Eulien	saint-eulien	Saint-Eulien		FR	44	51	514	51478	452	Europe/Paris
6435974	Sainte-Gemme	sainte-gemme	Sainte-Gemme		FR	44	51	512	51480	139	Europe/Paris
6435975	Saint-Germain-la-Ville	saint-germain-la-ville			FR	44	51	511	51482	669	Europe/Paris
6435976	Saint-Gibrien	saint-gibrien	Saint-Gibrien		FR	44	51	511	51483	522	Europe/Paris
6435977	Saint-Gilles	saint-gilles	Saint-Gilles		FR	44	51	513	51484	288	Europe/Paris
6435978	Saint-Hilaire-au-Temple	saint-hilaire-au-temple	Saint-Hilaire-au-Temple,Sen-Iler-o-Tampl',sheng yi lai er ao tang pu er,Сен-Ілер-о-Тампль,سینٹ-ہلیری-او-ٹیمپل,圣伊莱尔奥唐普尔		FR	44	51	511	51485	337	Europe/Paris
6435979	Saint-Hilaire-le-Grand	saint-hilaire-le-grand			FR	44	51	511	51486	352	Europe/Paris
6435980	Saint-Hilaire-le-Petit	saint-hilaire-le-petit	Saint-Hilaire-le-Petit		FR	44	51	513	51487	342	Europe/Paris
6435981	Saint-Imoges	saint-imoges	Saint-Imoges,Sent-Imozh,sheng yi mo re,Сент-Імож,سینٹ-اموگس,圣伊莫热		FR	44	51	512	51488	318	Europe/Paris
6435982	Saint-Jean-devant-Possesse	saint-jean-devant-possesse	Saint-Jean-devant-Possesse		FR	44	51	514	51489	31	Europe/Paris
6435983	Saint-Jean-sur-Moivre	saint-jean-sur-moivre	Saint-Jean-sur-Moivre		FR	44	51	511	51490	206	Europe/Paris
6435984	Saint-Jean-sur-Tourbe	saint-jean-sur-tourbe			FR	44	51	511	51491	96	Europe/Paris
6435985	Saint-Just-Sauvage	saint-just-sauvage			FR	44	51	512	51492	1486	Europe/Paris
6435986	Saint-Léonard	saint-leonard			FR	44	51	513	51493	108	Europe/Paris
6435987	Saint-Lumier-en-Champagne	saint-lumier-en-champagne	Saint-Lumier-en-Champagne		FR	44	51	514	51496	260	Europe/Paris
6435988	Saint-Lumier-la-Populeuse	saint-lumier-la-populeuse	Saint-Lumier-la-Populeuse		FR	44	51	514	51497	48	Europe/Paris
6435989	Saint-Mard-sur-Auve	saint-mard-sur-auve	Saint-Mard-sur-Auve		FR	44	51	511	51498	64	Europe/Paris
6435990	Saint-Mard-lès-Rouffy	saint-mard-les-rouffy	Saint-Mard-les-Rouffy,Saint-Mard-lès-Rouffy		FR	44	51	512	51499	164	Europe/Paris
6435991	Saint-Mard-sur-le-Mont	saint-mard-sur-le-mont	Sen-Mar-sjur-le-Mon,lai-meng he pan sheng ma er,Сен-Мар-сюр-ле-Мон,سینٹ-مرد-سر-لے-مونٹ,莱-蒙河畔圣马尔		FR	44	51	511	51500	120	Europe/Paris
6435992	Sainte-Marie-à-Py	sainte-marie-a-py			FR	44	51	511	51501	198	Europe/Paris
6435993	Saint-Martin-aux-Champs	saint-martin-aux-champs			FR	44	51	511	51502	100	Europe/Paris
6435994	Saint-Martin-l'Heureux	saint-martin-l-heureux	Saint-Martin-l'Heureux		FR	44	51	513	51503	84	Europe/Paris
6435995	Saint-Martin-sur-le-Pré	saint-martin-sur-le-pre	Saint-Martin-sur-le-Pre,Saint-Martin-sur-le-Pré		FR	44	51	511	51504	794	Europe/Paris
6435996	Saint-Masmes	saint-masmes	Saint-Masmes		FR	44	51	513	51505	457	Europe/Paris
6435997	Saint-Memmie	saint-memmie	Sen-Memmi,sheng mei mi ye,Сен-Меммі,سینٹ-مممئے,圣梅米耶		FR	44	51	511	51506	5548	Europe/Paris
6435998	Sainte-Menehould	sainte-menehould	Sainte-Menehould		FR	44	51	511	51507	4110	Europe/Paris
6436127	Chassigny	chassigny	Chassigny		FR	44	52	522	52113	248	Europe/Paris
6435999	Saint-Quentin-les-Marais	saint-quentin-les-marais	Saint-Quentin-les-Marais		FR	44	51	514	51510	138	Europe/Paris
6436000	Saint-Quentin-le-Verger	saint-quentin-le-verger	Saint-Quentin-le-Verger		FR	44	51	512	51511	122	Europe/Paris
6436001	Saint-Quentin-sur-Coole	saint-quentin-sur-coole	Saint-Quentin-sur-Coole		FR	44	51	511	51512	102	Europe/Paris
6436002	Saint-Saturnin	saint-saturnin	Saint-Saturnin		FR	44	51	512	51516	58	Europe/Paris
6436003	Saint-Souplet-sur-Py	saint-souplet-sur-py	Saint-Souplet-sur-Py		FR	44	51	513	51517	128	Europe/Paris
6436004	Saint-Thierry	saint-thierry	Saint-Thierry		FR	44	51	513	51518	636	Europe/Paris
6436005	Saint-Thomas-en-Argonne	saint-thomas-en-argonne	Saint-Thomas-en-Argonne		FR	44	51	511	51519	38	Europe/Paris
6436006	Saint-Utin	saint-utin	Saint-Utin		FR	44	51	514	51520	83	Europe/Paris
6436007	Saint-Vrain	saint-vrain			FR	44	51	514	51521	226	Europe/Paris
6436008	Sapignicourt	sapignicourt	Sapignicourt		FR	44	51	514	51522	403	Europe/Paris
6436009	Sarcy	sarcy	Sarcy		FR	44	51	513	51523	249	Europe/Paris
6436010	Saron-sur-Aube	saron-sur-aube	Saron-sur-Aube		FR	44	51	512	51524	303	Europe/Paris
6436011	Sarry	sarry	Sarri,Sarry,sa er li,Саррі,萨尔里		FR	44	51	511	51525	2054	Europe/Paris
6436012	Saudoy	saudoy	Saudoy		FR	44	51	512	51526	360	Europe/Paris
6436013	Savigny-sur-Ardres	savigny-sur-ardres	Savigny-sur-Ardres		FR	44	51	513	51527	266	Europe/Paris
6436014	Scrupt	scrupt	Scrupt		FR	44	51	514	51528	134	Europe/Paris
6436015	Selles	selles	Selles		FR	44	51	513	51529	402	Europe/Paris
6436016	Sept-Saulx	sept-saulx	Sept-Saulx,Set-So,sai pu suo er,Сет-Со,塞普索尔		FR	44	51	513	51530	605	Europe/Paris
6436018	Sermiers	sermiers	Sermiers		FR	44	51	513	51532	553	Europe/Paris
6436019	Servon-Melzicourt	servon-melzicourt	Servon-Melzicourt		FR	44	51	511	51533	109	Europe/Paris
6436020	Serzy-et-Prin	serzy-et-prin	Serzy-et-Prin		FR	44	51	513	51534	196	Europe/Paris
6436021	Sillery	sillery	Seleriacum,Sijri,Sillery,xi lei li,Сійрі,西勒里		FR	44	51	513	51536	1736	Europe/Paris
6436022	Sogny-aux-Moulins	sogny-aux-moulins			FR	44	51	511	51538	114	Europe/Paris
6436023	Sogny-en-l'Angle	sogny-en-l-angle	Sogny-en-l'Angle		FR	44	51	514	51539	57	Europe/Paris
6436024	Soizy-aux-Bois	soizy-aux-bois	Soizy-aux-Bois		FR	44	51	512	51542	183	Europe/Paris
6436025	Somme-Bionne	somme-bionne			FR	44	51	511	51543	84	Europe/Paris
6436026	Sommepy-Tahure	sommepy-tahure	Sommepy-Tahure		FR	44	51	511	51544	626	Europe/Paris
6436027	Sommesous	sommesous			FR	44	51	511	51545	533	Europe/Paris
6436028	Somme-Suippe	somme-suippe			FR	44	51	511	51546	468	Europe/Paris
6436029	Somme-Tourbe	somme-tourbe	Somm-Turb,Somme-Tourbe,Summa Turba,song tu er bu,Сомм-Турб,松图尔布		FR	44	51	511	51547	144	Europe/Paris
6436030	Somme-Vesle	somme-vesle	Somm-Vel',Somme-Vesle,Summa Vidula,song wei si er,Сомм-Вель,松韦斯尔		FR	44	51	511	51548	428	Europe/Paris
6436031	Somme-Yèvre	somme-yevre	Somme-Yevre,Somme-Yèvre		FR	44	51	511	51549	113	Europe/Paris
6436032	Sompuis	sompuis	Sompjui,Sompuis,song pi yi,Сомпюї,松皮伊		FR	44	51	514	51550	302	Europe/Paris
6436033	Somsois	somsois	Somsois		FR	44	51	514	51551	197	Europe/Paris
6436034	Songy	songy	Songy		FR	44	51	514	51552	265	Europe/Paris
6436035	Souain-Perthes-lès-Hurlus	souain-perthes-les-hurlus	Souain-Perthes-les-Hurlus,Souain-Perthes-lès-Hurlus		FR	44	51	511	51553	236	Europe/Paris
6436036	Soudron	soudron	Soudron		FR	44	51	511	51556	305	Europe/Paris
6436037	Soulanges	soulanges	Soulanges,Sulanzh,su lang re,Суланж,苏朗热		FR	44	51	514	51557	478	Europe/Paris
6436038	Soulières	soulieres	Soulieres,Soulières		FR	44	51	512	51558	141	Europe/Paris
6436039	Suizy-le-Franc	suizy-le-franc			FR	44	51	512	51560	108	Europe/Paris
6436040	Taissy	taissy	Taissy		FR	44	51	513	51562	2208	Europe/Paris
6436041	Talus-Saint-Prix	talus-saint-prix	Talju-Sen-Pri,Talus-Saint-Prix,ta lu sheng pu li,Талю-Сен-Прі,塔吕圣普里		FR	44	51	512	51563	110	Europe/Paris
6436042	Val de Livre	val-de-livre	Toks'er-Mjutri,Val de Livre,tuo ke xi ai mi te li,Токсьєр-Мютрі,托克西埃米特里		FR	44	51	512	51564	646	Europe/Paris
6436043	Thaas	thaas	Thaas		FR	44	51	512	51565	97	Europe/Paris
6436044	Thibie	thibie	Thibie		FR	44	51	511	51566	289	Europe/Paris
6436045	Thiéblemont-Farémont	thieblemont-faremont	Thieblemont-Faremont,Thiéblemont-Farémont		FR	44	51	514	51567	549	Europe/Paris
6436046	Thillois	thillois	Thillois		FR	44	51	513	51569	426	Europe/Paris
6436047	Tilloy-et-Bellay	tilloy-et-bellay	Tilloy-et-Bellay		FR	44	51	511	51572	212	Europe/Paris
6436048	Tinqueux	tinqueux	Tinqueux		FR	44	51	513	51573	10096	Europe/Paris
6436049	Tours-sur-Marne	tours-sur-marne	Tours-sur-Marne		FR	44	51	512	51576	1379	Europe/Paris
6436050	Tramery	tramery	Tramery		FR	44	51	513	51577	151	Europe/Paris
6436051	Trécon	trecon			FR	44	51	512	51578	79	Europe/Paris
6436052	Tréfols	trefols	Trefol',Tres Fagi,te lei fu er,trflws,Трефоль,ترفلوس,特雷福尔		FR	44	51	512	51579	161	Europe/Paris
6436053	Trépail	trepail	Trepaij,Trepail,Trépail,te lei pei,trpayl,Трепаїй,ترپایل,特雷佩		FR	44	51	513	51580	431	Europe/Paris
6436054	Treslon	treslon	Treslon		FR	44	51	513	51581	239	Europe/Paris
6436055	Trigny	trigny	Trigny		FR	44	51	513	51582	541	Europe/Paris
6436056	Trois-Puits	trois-puits			FR	44	51	513	51584	155	Europe/Paris
6436057	Troissy	troissy	Troissy		FR	44	51	512	51585	860	Europe/Paris
6436058	Unchair	unchair	Unchair		FR	44	51	513	51586	165	Europe/Paris
6436059	Vadenay	vadenay	Vadenay		FR	44	51	511	51587	246	Europe/Paris
6436060	Valmy	valmy	Valmy		FR	44	51	511	51588	292	Europe/Paris
6436061	Vanault-le-Châtel	vanault-le-chatel	Vanault-le-Chatel,Vanault-le-Châtel		FR	44	51	514	51589	178	Europe/Paris
6436062	Vanault-les-Dames	vanault-les-dames	Vanault-les-Dames		FR	44	51	514	51590	366	Europe/Paris
6436063	Vandeuil	vandeuil	Vandeuil		FR	44	51	513	51591	210	Europe/Paris
6436064	Vassimont-et-Chapelaine	vassimont-et-chapelaine	Vassimont-et-Chapelaine		FR	44	51	511	51594	60	Europe/Paris
6436198	Grenant	grenant	Grenant		FR	44	52	522	52229	149	Europe/Paris
6436065	Vatry	vatry	Vatri,Vatry,wa te li,wtry,Ватрі,وتری,瓦特里		FR	44	51	511	51595	148	Europe/Paris
6436066	Vauchamps	vauchamps	Vauchamps i Marne,Vosham,wawchmps  mrn,wo shang pu,Вошам,واوچمپس، مرن,沃尚普		FR	44	51	512	51596	356	Europe/Paris
6436067	Vauciennes	vauciennes	Vauciennes		FR	44	51	512	51597	334	Europe/Paris
6436068	Vauclerc	vauclerc	Voklerk,wawklrk,wo ke lai er ke,Воклерк,واوکلرک,沃克莱尔克		FR	44	51	514	51598	500	Europe/Paris
6436069	Vaudesincourt	vaudesincourt	Vaudesincourt		FR	44	51	513	51600	88	Europe/Paris
6436070	Vavray-le-Grand	vavray-le-grand			FR	44	51	514	51601	166	Europe/Paris
6436071	Vavray-le-Petit	vavray-le-petit	Vavray-le-Petit		FR	44	51	514	51602	66	Europe/Paris
6436072	Vélye	velye			FR	44	51	512	51603	187	Europe/Paris
6436073	Ventelay	ventelay	Ventelay		FR	44	51	513	51604	258	Europe/Paris
6436074	Venteuil	venteuil	Venteuil		FR	44	51	512	51605	533	Europe/Paris
6436075	Verdon	verdon	Verdon		FR	44	51	512	51607	211	Europe/Paris
6436076	Vernancourt	vernancourt	Vernancourt		FR	44	51	514	51608	90	Europe/Paris
6436077	Verneuil	verneuil	Vernej,wei er na yi,wrnwyl  mrn,Верней,ورنویل، مرن,韦尔纳伊		FR	44	51	512	51609	840	Europe/Paris
6436078	Verzenay	verzenay	Verzenay		FR	44	51	513	51613	1062	Europe/Paris
6436079	Verzy	verzy	Verzi,wei er qi,Верзі,韦尔齐		FR	44	51	513	51614	992	Europe/Paris
6436080	Vésigneul-sur-Marne	vesigneul-sur-marne	Vesigneul-sur-Marne,Vésigneul-sur-Marne		FR	44	51	511	51616	240	Europe/Paris
6436081	Vienne-la-Ville	vienne-la-ville	Vienne-la-Ville		FR	44	51	511	51620	173	Europe/Paris
6436082	Vienne-le-Château	vienne-le-chateau	Vienne-le-Chateau,Vienne-le-Château		FR	44	51	511	51621	524	Europe/Paris
6436083	Ville-Dommange	ville-dommange	Ville-Dommange		FR	44	51	513	51622	401	Europe/Paris
6436084	Ville-en-Selve	ville-en-selve	Vil'-an-Sel'v,Ville-en-Selve,sai er fu de qu wei er,Віль-ан-Сельв,塞尔夫地区维尔		FR	44	51	513	51623	274	Europe/Paris
6436085	Ville-en-Tardenois	ville-en-tardenois	Vil'-an-Tardenua,Ville-en-Tardenois,ta er dang wa de qu wei er,Віль-ан-Тарденуа,塔尔当瓦地区维尔		FR	44	51	513	51624	661	Europe/Paris
6436086	Villeneuve-la-Lionne	villeneuve-la-lionne	Vil'nev-la-L'jonn,Villeneuve-la-Lionne,li weng xin cheng,Вільнев-ла-Льйонн,利翁新城		FR	44	51	512	51625	286	Europe/Paris
6436087	Villeneuve-Renneville-Chevigny	villeneuve-renneville-chevigny			FR	44	51	512	51627	314	Europe/Paris
6436088	Villeneuve-Saint-Vistre-et-Villevotte	villeneuve-saint-vistre-et-villevotte			FR	44	51	512	51628	124	Europe/Paris
6436089	Villers-Allerand	villers-allerand	Viller-Al'ran,Villers-Allerand,wei lai er a lei lang,Віллер-Альран,维莱尔阿勒朗		FR	44	51	513	51629	876	Europe/Paris
6436090	Villers-aux-Bois	villers-aux-bois			FR	44	51	512	51630	325	Europe/Paris
6436091	Villers-en-Argonne	villers-en-argonne	Villers-en-Argonne		FR	44	51	511	51632	229	Europe/Paris
6436092	Villers-Franqueux	villers-franqueux	Villers-Franqueux		FR	44	51	513	51633	298	Europe/Paris
6436093	Villers-le-Château	villers-le-chateau	Villers-le-Chateau,Villers-le-Château		FR	44	51	511	51634	250	Europe/Paris
6436094	Villers-le-Sec	villers-le-sec	Villers-le-Sec		FR	44	51	514	51635	121	Europe/Paris
6436095	Villers-Marmery	villers-marmery	Viller-Marmeri,Villers-Marmery,wei lai er ma er mo li,Віллер-Мармері,维莱尔马尔默里		FR	44	51	513	51636	536	Europe/Paris
6436096	Villers-sous-Châtillon	villers-sous-chatillon	Villers-sous-Chatillon,Villers-sous-Châtillon		FR	44	51	512	51637	213	Europe/Paris
6436097	Villeseneux	villeseneux	Villeseneux		FR	44	51	512	51638	232	Europe/Paris
6436098	Ville-sur-Tourbe	ville-sur-tourbe	Ville-sur-Tourbe		FR	44	51	511	51640	232	Europe/Paris
6436099	Villevenard	villevenard	Vil'venar,wei lei wei na er,Вільвенар,维勒韦纳尔		FR	44	51	512	51641	214	Europe/Paris
6436100	Villiers-aux-Corneilles	villiers-aux-corneilles			FR	44	51	512	51642	108	Europe/Paris
6436101	Vincelles	vincelles	Vincelles		FR	44	51	512	51644	297	Europe/Paris
6436102	Vindey	vindey	Vindey		FR	44	51	512	51645	121	Europe/Paris
6436103	Virginy	virginy	Virginy		FR	44	51	511	51646	86	Europe/Paris
6436104	Vitry-en-Perthois	vitry-en-perthois	Vitri-an-Pertua,Vitry-en-Perthois,pei er tu wa de qu wei te li,Вітрі-ан-Пертуа,佩尔图瓦地区维特里		FR	44	51	514	51647	844	Europe/Paris
6436105	Vitry-la-Ville	vitry-la-ville	Vitri-la-Vil',Vitry-la-Ville,wei te li la wei er,Вітрі-ла-Віль,维特里拉维尔		FR	44	51	511	51648	367	Europe/Paris
6436106	Vitry-le-François	vitry-le-francois	Vitry-le-Francois,Vitry-le-François		FR	44	51	514	51649	12552	Europe/Paris
6436107	Voilemont	voilemont	Voilemont,Vual'mon,wa lai meng,Вуальмон,瓦莱蒙		FR	44	51	511	51650	43	Europe/Paris
6436109	Vouarces	vouarces	Vouarces		FR	44	51	512	51652	65	Europe/Paris
6436110	Vouillers	vouillers			FR	44	51	514	51654	255	Europe/Paris
6436111	Vouzy	vouzy			FR	44	51	512	51655	293	Europe/Paris
6436112	Vraux	vraux	Vraux		FR	44	51	511	51656	460	Europe/Paris
6436113	Vrigny	vrigny	Vrigny		FR	44	51	513	51657	223	Europe/Paris
6436115	Wargemoulin-Hurlus	wargemoulin-hurlus	Wargemoulin-Hurlus		FR	44	51	511	51659	46	Europe/Paris
6436116	Warmeriville	warmeriville	Varmerivil',wa er mo li wei er,Вармеривіль,瓦尔默里维尔		FR	44	51	513	51660	2407	Europe/Paris
6436117	Witry-lès-Reims	witry-les-reims	Vitri-le-Rejms,Witry-les-Reims,Witry-lès-Reims,wei te li lai lan,Вітрі-ле-Реймс,维特里莱兰		FR	44	51	513	51662	5017	Europe/Paris
6436119	Champigny-lès-Langres	champigny-les-langres	Champigny-les-Langres,Champigny-lès-Langres		FR	44	52	522	52102	426	Europe/Paris
6436120	Champigny-sous-Varennes	champigny-sous-varennes	Champigny-sous-Varennes		FR	44	52	522	52103	117	Europe/Paris
6436122	Changey	changey	Changey		FR	44	52	522	52105	302	Europe/Paris
6436123	Chanoy	chanoy	Chanoy		FR	44	52	522	52106	135	Europe/Paris
6436124	Chantraines	chantraines			FR	44	52	521	52107	218	Europe/Paris
6436125	Charmes-en-l'Angle	charmes-en-l-angle	Charmes-en-l'Angle		FR	44	52	523	52109	10	Europe/Paris
6436126	Charmes-la-Grande	charmes-la-grande	Charmes-la-Grande		FR	44	52	523	52110	157	Europe/Paris
6436128	Châteauvillain	chateauvillain	Chateauvillain,Châteauvillain		FR	44	52	521	52114	1596	Europe/Paris
6436129	Chaudenay	chaudenay			FR	44	52	522	52119	340	Europe/Paris
6436130	Chauffourt	chauffourt	Chauffourt		FR	44	52	522	52120	204	Europe/Paris
6436132	Chevillon	chevillon	Chevillon,Shevijon,Шевијон,Шевійон		FR	44	52	523	52123	1334	Europe/Paris
6436133	Cirey-lès-Mareilles	cirey-les-mareilles			FR	44	52	521	52128	136	Europe/Paris
6436134	Cirey-sur-Blaise	cirey-sur-blaise	Cirey-sur-Blaise		FR	44	52	523	52129	117	Europe/Paris
6436136	Cirfontaines-en-Ornois	cirfontaines-en-ornois	Cirfontaines-en-Ornois		FR	44	52	523	52131	76	Europe/Paris
6436137	Clinchamp	clinchamp			FR	44	52	521	52133	78	Europe/Paris
6436138	Cohons	cohons	Cohons		FR	44	52	522	52134	238	Europe/Paris
6436139	Coiffy-le-Bas	coiffy-le-bas	Coiffy-le-Bas		FR	44	52	522	52135	92	Europe/Paris
6436140	Coiffy-le-Haut	coiffy-le-haut	Coiffy-le-Haut		FR	44	52	522	52136	120	Europe/Paris
6436141	Colmier-le-Bas	colmier-le-bas	Colmier-le-Bas		FR	44	52	522	52137	22	Europe/Paris
6436142	Colmier-le-Haut	colmier-le-haut	Colmier-le-Haut,Kol'me-le-O,Kolmje le O,ke er mi ye lai ao,Колмје ле О,Кольмє-ле-О,科尔米耶莱奥		FR	44	52	522	52138	55	Europe/Paris
6436143	Colombey les Deux Églises	colombey-les-deux-eglises	Colombey les Deux Eglises,Colombey les Deux Églises		FR	44	52	521	52140	723	Europe/Paris
6436144	Condes	condes	Condes		FR	44	52	521	52141	307	Europe/Paris
6436145	Consigny	consigny	Consigny		FR	44	52	521	52142	68	Europe/Paris
6436146	Coublanc	coublanc	Coublanc,Kublan,ku bu lang ke,Кублан,库布朗克		FR	44	52	522	52145	116	Europe/Paris
6436147	Coupray	coupray	Coupray		FR	44	52	521	52146	148	Europe/Paris
6436148	Courcelles-en-Montagne	courcelles-en-montagne	Courcelles-en-Montagne		FR	44	52	522	52147	91	Europe/Paris
6436149	Courcelles-sur-Blaise	courcelles-sur-blaise			FR	44	52	523	52149	101	Europe/Paris
6436150	Culmont	culmont	Culmont,Kilmon,Kjul'mon,qu er meng,Килмон,Кюльмон,屈尔蒙		FR	44	52	522	52155	552	Europe/Paris
6436151	Curel	curel	Curel		FR	44	52	523	52156	415	Europe/Paris
6436152	Curmont	curmont			FR	44	52	521	52157	12	Europe/Paris
6436153	Cusey	cusey	Cusey		FR	44	52	522	52158	281	Europe/Paris
6436154	Cuves	cuves	Cuves		FR	44	52	521	52159	24	Europe/Paris
6436155	Daillancourt	daillancourt			FR	44	52	521	52160	69	Europe/Paris
6436156	Daillecourt	daillecourt	Daillecourt		FR	44	52	521	52161	75	Europe/Paris
6436157	Dammartin-sur-Meuse	dammartin-sur-meuse	Dammartin-sur-Meuse		FR	44	52	522	52162	200	Europe/Paris
6436158	Damrémont	damremont	Damremont,Damrémont		FR	44	52	522	52164	208	Europe/Paris
6436159	Dancevoir	dancevoir	Dancevoir,Dansevuar,Dansvoar,dang se wa,Дансвоар,Дансевуар,当瑟瓦		FR	44	52	521	52165	192	Europe/Paris
6436160	Darmannes	darmannes	Darmannes		FR	44	52	521	52167	257	Europe/Paris
6436161	Dinteville	dinteville	Dinteville		FR	44	52	521	52168	54	Europe/Paris
6436162	Dommarien	dommarien	Dommarien		FR	44	52	522	52170	159	Europe/Paris
6436163	Dommartin-le-Franc	dommartin-le-franc	Dommartin-le-Franc		FR	44	52	523	52171	246	Europe/Paris
6436164	Dommartin-le-Saint-Père	dommartin-le-saint-pere	Dommartin-le-Saint-Pere,Dommartin-le-Saint-Père		FR	44	52	523	52172	276	Europe/Paris
6436165	Doncourt-sur-Meuse	doncourt-sur-meuse	Doncourt-sur-Meuse		FR	44	52	521	52174	41	Europe/Paris
6436166	Donjeux	donjeux	Donjeux		FR	44	52	523	52175	383	Europe/Paris
6436167	Doulevant-le-Château	doulevant-le-chateau	Doulevant-le-Chateau,Doulevant-le-Château,Dulevan-le-Shato,Dulvan le Shato,du lei wang lai sha tuo,Дулван ле Шато,Дулеван-ле-Шато,杜勒旺莱沙托		FR	44	52	523	52178	367	Europe/Paris
6436168	Doulevant-le-Petit	doulevant-le-petit	Doulevant-le-Petit		FR	44	52	523	52179	29	Europe/Paris
6436170	Échenay	echenay			FR	44	52	523	52181	94	Europe/Paris
6436171	Effincourt	effincourt	Effincourt		FR	44	52	523	52184	62	Europe/Paris
6436172	Enfonvelle	enfonvelle	Enfonvelle		FR	44	52	522	52185	70	Europe/Paris
6436173	Épizon	epizon	Epizon,Épizon		FR	44	52	523	52187	178	Europe/Paris
6436174	Esnouveaux	esnouveaux	Esnouveaux		FR	44	52	521	52190	298	Europe/Paris
6436175	Euffigneix	euffigneix	Euffigneix		FR	44	52	521	52193	305	Europe/Paris
6436177	Fayl-Billot	fayl-billot	Fayl-Billot,Fayl-la-Foret,Fayl-la-Forêt,Fel'-Bijo,fei bi luo,Фель-Бійо,费比洛		FR	44	52	522	52197	1326	Europe/Paris
6436178	Ferrière-et-Lafolie	ferriere-et-lafolie	Ferriere-et-Lafolie,Ferrière-et-Lafolie		FR	44	52	523	52199	51	Europe/Paris
6436179	Flagey	flagey	Flagey		FR	44	52	522	52200	82	Europe/Paris
6436180	Flammerécourt	flammerecourt	Flammerecourt,Flammerécourt		FR	44	52	523	52201	68	Europe/Paris
6436181	Fontaines-sur-Marne	fontaines-sur-marne	Fontaines-sur-Marne		FR	44	52	523	52203	149	Europe/Paris
6436182	Forcey	forcey	Forcey		FR	44	52	521	52204	66	Europe/Paris
6436183	Foulain	foulain	Fulen,fu lan,Фулен,富兰		FR	44	52	521	52205	701	Europe/Paris
6436184	Frampas	frampas	Frampas		FR	44	52	523	52206	163	Europe/Paris
6436185	Frécourt	frecourt			FR	44	52	522	52207	94	Europe/Paris
6436186	Fresnes-sur-Apance	fresnes-sur-apance	Fresnes-sur-Apance		FR	44	52	522	52208	151	Europe/Paris
6436187	Fronville	fronville	Fronville		FR	44	52	523	52212	335	Europe/Paris
6436188	Genevrières	genevrieres	Genevrieres,Genevrières		FR	44	52	522	52213	133	Europe/Paris
6436189	Germaines	germaines	Germaines		FR	44	52	522	52216	36	Europe/Paris
6436191	Germay	germay			FR	44	52	523	52218	46	Europe/Paris
6436192	Germisay	germisay	Germisay		FR	44	52	523	52219	19	Europe/Paris
6436193	Giey-sur-Aujon	giey-sur-aujon	Giey-sur-Aujon,Zhie-sjur-Ozhon,Zhje sir Ozhon,ao rong he pan bi ye yi,Жіє-сюр-Ожон,Жје сир Ожон,奥容河畔比耶伊		FR	44	52	521	52220	123	Europe/Paris
6436194	Gillancourt	gillancourt	Gillancourt		FR	44	52	521	52221	118	Europe/Paris
6436195	Gillaumé	gillaume			FR	44	52	523	52222	38	Europe/Paris
6436196	Gilley	gilley	Gilley		FR	44	52	522	52223	68	Europe/Paris
6436197	Graffigny-Chemin	graffigny-chemin	Graffigny-Chemin		FR	44	52	521	52227	231	Europe/Paris
6436199	Guindrecourt-aux-Ormes	guindrecourt-aux-ormes	Guindrecourt-aux-Ormes		FR	44	52	523	52231	95	Europe/Paris
6436200	Guindrecourt-sur-Blaise	guindrecourt-sur-blaise	Guindrecourt-sur-Blaise		FR	44	52	521	52232	54	Europe/Paris
6436201	Guyonvelle	guyonvelle	Guyonvelle		FR	44	52	522	52233	107	Europe/Paris
6436202	Hâcourt	hacourt	Hacourt,Hâcourt		FR	44	52	521	52234	38	Europe/Paris
6436206	Heuilley-le-Grand	heuilley-le-grand	Heuilley-le-Grand		FR	44	52	522	52240	217	Europe/Paris
6436207	Huilliécourt	huilliecourt	Huilliecourt,Huilliécourt		FR	44	52	521	52243	118	Europe/Paris
6436208	Humbécourt	humbecourt	Humbecourt,Humbécourt		FR	44	52	523	52244	794	Europe/Paris
6436209	Humberville	humberville	Humberville		FR	44	52	521	52245	70	Europe/Paris
6436210	Illoud	illoud			FR	44	52	521	52247	227	Europe/Paris
6436211	Is-en-Bassigny	is-en-bassigny			FR	44	52	521	52248	550	Europe/Paris
6436212	Isômes	isomes	Isomes,Isômes		FR	44	52	522	52249	152	Europe/Paris
6436213	Lachapelle-en-Blaisy	lachapelle-en-blaisy	Lachapelle-en-Blaisy		FR	44	52	521	52254	78	Europe/Paris
6436214	Laferté-sur-Amance	laferte-sur-amance	Laferte-sur-Amance,Laferté-sur-Amance		FR	44	52	522	52257	108	Europe/Paris
6436215	Laferté-sur-Aube	laferte-sur-aube	Laferte-sjur-Ob,ao bu he pan la fu er tai,Лаферте-сюр-Об,لافیرٹی-سور-اوب,奥布河畔拉弗尔泰		FR	44	52	521	52258	341	Europe/Paris
6436216	Lamancine	lamancine	Lamancine		FR	44	52	521	52260	124	Europe/Paris
6436218	Laneuvelle	laneuvelle	Laneuvelle		FR	44	52	522	52264	69	Europe/Paris
6436220	Lanques-sur-Rognon	lanques-sur-rognon	Lanques-sur-Rognon		FR	44	52	521	52271	188	Europe/Paris
6436221	Lanty-sur-Aube	lanty-sur-aube			FR	44	52	521	52272	125	Europe/Paris
6436222	Lavernoy	lavernoy			FR	44	52	522	52275	76	Europe/Paris
6436223	Laville-aux-Bois	laville-aux-bois	Laville-aux-Bois		FR	44	52	521	52276	205	Europe/Paris
6436224	Lecey	lecey	Lecey		FR	44	52	522	52280	215	Europe/Paris
6436225	Leffonds	leffonds	Leffonds		FR	44	52	521	52282	345	Europe/Paris
6436226	Leschères-sur-le-Blaiseron	lescheres-sur-le-blaiseron	Lescheres-sur-le-Blaiseron,Leschères-sur-le-Blaiseron		FR	44	52	523	52284	101	Europe/Paris
6436227	Leuchey	leuchey	Leuchey		FR	44	52	522	52285	85	Europe/Paris
6436228	Leurville	leurville	Leurville		FR	44	52	521	52286	87	Europe/Paris
6436229	Levécourt	levecourt	Levecourt,Levécourt		FR	44	52	521	52287	87	Europe/Paris
6436230	Lezéville	lezeville	Lezeville,Lezéville		FR	44	52	523	52288	121	Europe/Paris
6436231	Liffol-le-Petit	liffol-le-petit	Liffol-le-Petit		FR	44	52	521	52289	323	Europe/Paris
6436233	Louvemont	louvemont	Louvemont		FR	44	52	523	52294	705	Europe/Paris
6436234	Louvières	louvieres	Louvieres,Louvières		FR	44	52	521	52295	99	Europe/Paris
6436236	Luzy-sur-Marne	luzy-sur-marne	Luzy-sur-Marne		FR	44	52	521	52297	258	Europe/Paris
6436237	Maâtz	maatz			FR	44	52	522	52298	76	Europe/Paris
6436238	Maisoncelles	maisoncelles	Maisoncelles		FR	44	52	521	52301	56	Europe/Paris
6436239	Maizières-sur-Amance	maizieres-sur-amance	Maizieres-sur-Amance,Maizières-sur-Amance		FR	44	52	522	52303	100	Europe/Paris
6436240	Malaincourt-sur-Meuse	malaincourt-sur-meuse	Malaincourt-sur-Meuse		FR	44	52	521	52304	59	Europe/Paris
6436241	Mandres-la-Côte	mandres-la-cote	Mandres-la-Cote,Mandres-la-Côte		FR	44	52	521	52305	526	Europe/Paris
6436242	Manois	manois			FR	44	52	521	52306	453	Europe/Paris
6436243	Marac	marac	Marac		FR	44	52	522	52307	213	Europe/Paris
6436245	Marbéville	marbeville	Marbeville,Marbéville		FR	44	52	521	52310	97	Europe/Paris
6436246	Marcilly-en-Bassigny	marcilly-en-bassigny	Marcilly-en-Bassigny		FR	44	52	522	52311	212	Europe/Paris
6436247	Mardor	mardor	Mardor		FR	44	52	522	52312	49	Europe/Paris
6436248	Marnay-sur-Marne	marnay-sur-marne	Marnay-sur-Marne		FR	44	52	521	52315	317	Europe/Paris
6436249	Melay	melay			FR	44	52	522	52318	264	Europe/Paris
6436250	Mennouveaux	mennouveaux	Mennouveaux		FR	44	52	521	52319	70	Europe/Paris
6436251	Mertrud	mertrud	Mertrud		FR	44	52	523	52321	176	Europe/Paris
6436252	Meures	meures	Meures		FR	44	52	521	52322	136	Europe/Paris
6436253	Mirbel	mirbel	Mirbel		FR	44	52	521	52326	42	Europe/Paris
6436255	Montcharvot	montcharvot	Montcharvot		FR	44	52	522	52328	34	Europe/Paris
6436256	Montheries	montheries	Montheries		FR	44	52	521	52330	62	Europe/Paris
6436257	La Porte du Der	la-porte-du-der	Mont'er-an-Der,dai de qu meng di ye,Монтьєр-ан-Дер,代地区蒙蒂耶		FR	44	52	523	52331	2285	Europe/Paris
6436258	Montot-sur-Rognon	montot-sur-rognon	Montot-sur-Rognon		FR	44	52	521	52335	128	Europe/Paris
6436259	Montreuil-sur-Blaise	montreuil-sur-blaise			FR	44	52	523	52336	163	Europe/Paris
6436260	Montreuil-sur-Thonnance	montreuil-sur-thonnance	Montreuil-sur-Thonnance		FR	44	52	523	52337	63	Europe/Paris
6436262	Morancourt	morancourt	Morancourt		FR	44	52	523	52341	136	Europe/Paris
6436263	Morionvilliers	morionvilliers			FR	44	52	521	52342	29	Europe/Paris
6436264	Mouilleron	mouilleron	Mouilleron		FR	44	52	522	52344	38	Europe/Paris
6436265	Mussey-sur-Marne	mussey-sur-marne	Mussey-sur-Marne		FR	44	52	523	52346	367	Europe/Paris
6436266	Narcy	narcy	Narcy		FR	44	52	523	52347	251	Europe/Paris
6436267	Neuilly-l'Évêque	neuilly-l-eveque	Neuilly-l'Eveque,Neuilly-l'Évêque		FR	44	52	522	52348	602	Europe/Paris
6436268	Neuilly-sur-Suize	neuilly-sur-suize	Neuilly-sur-Suize		FR	44	52	521	52349	314	Europe/Paris
6436269	Neuvelle-lès-Voisey	neuvelle-les-voisey	Neuvelle-les-Voisey,Neuvelle-lès-Voisey		FR	44	52	522	52350	74	Europe/Paris
6436271	Ninville	ninville	Ninville		FR	44	52	521	52352	85	Europe/Paris
6436272	Noidant-Chatenoy	noidant-chatenoy	Noidant-Chatenoy		FR	44	52	522	52354	82	Europe/Paris
6436273	Noidant-le-Rocheux	noidant-le-rocheux			FR	44	52	522	52355	161	Europe/Paris
6436274	Nomécourt	nomecourt	Nomecourt,Nomécourt		FR	44	52	523	52356	109	Europe/Paris
6436275	Noncourt-sur-le-Rongeant	noncourt-sur-le-rongeant	Noncourt-sur-le-Rongeant		FR	44	52	523	52357	175	Europe/Paris
6436276	Nully	nully	Nully		FR	44	52	523	52359	159	Europe/Paris
6436277	Occey	occey	Occey		FR	44	52	522	52360	153	Europe/Paris
6436278	Orbigny-au-Mont	orbigny-au-mont	Orbigny-au-Mont		FR	44	52	522	52362	135	Europe/Paris
6436279	Orbigny-au-Val	orbigny-au-val	Orbigny-au-Val		FR	44	52	522	52363	96	Europe/Paris
6436280	Orcevaux	orcevaux	Orcevaux		FR	44	52	522	52364	98	Europe/Paris
6436281	Orges	orges	Orges		FR	44	52	521	52365	361	Europe/Paris
6436282	Ormancey	ormancey	Ormancey		FR	44	52	522	52366	80	Europe/Paris
6436283	Ormoy-lès-Sexfontaines	ormoy-les-sexfontaines			FR	44	52	521	52367	45	Europe/Paris
6436284	Orquevaux	orquevaux	Orquevaux		FR	44	52	521	52369	86	Europe/Paris
6436285	Osne-le-Val	osne-le-val	Osne-le-Val		FR	44	52	523	52370	258	Europe/Paris
6436286	Oudincourt	oudincourt	Oudincourt		FR	44	52	521	52371	145	Europe/Paris
6436287	Outremécourt	outremecourt	Outremecourt,Outremécourt,Utremekur,wu te lei mei ku er,Утремекур,乌特雷梅库尔		FR	44	52	521	52372	95	Europe/Paris
6436288	Ozières	ozieres	Ozieres,Ozières		FR	44	52	521	52373	42	Europe/Paris
6436289	Palaiseul	palaiseul	Palaiseul		FR	44	52	522	52375	61	Europe/Paris
6436290	Pansey	pansey	Pansey		FR	44	52	523	52376	93	Europe/Paris
6436291	Paroy-sur-Saulx	paroy-sur-saulx			FR	44	52	523	52378	47	Europe/Paris
6436292	Peigney	peigney	Peigney		FR	44	52	522	52380	372	Europe/Paris
6436293	Perrusse	perrusse	Perrusse		FR	44	52	521	52385	31	Europe/Paris
6436294	Pisseloup	pisseloup	Pisseloup		FR	44	52	522	52390	50	Europe/Paris
6436295	Planrupt	planrupt	Planrupt		FR	44	52	523	52391	306	Europe/Paris
6436296	Plesnoy	plesnoy	Plesnoy		FR	44	52	522	52392	112	Europe/Paris
6436297	Poinsenot	poinsenot	Poinsenot		FR	44	52	522	52393	49	Europe/Paris
6436298	Poinson-lès-Grancey	poinson-les-grancey	Poinson-les-Grancey,Poinson-lès-Grancey		FR	44	52	522	52395	41	Europe/Paris
6436299	Poinson-lès-Nogent	poinson-les-nogent			FR	44	52	521	52396	147	Europe/Paris
6436300	Poiseul	poiseul	Poiseul		FR	44	52	522	52397	73	Europe/Paris
6436301	Poissons	poissons	Poissons		FR	44	52	523	52398	685	Europe/Paris
6436302	Pont-la-Ville	pont-la-ville	Pont-la-Ville		FR	44	52	521	52399	132	Europe/Paris
6436303	Poulangy	poulangy	Poulangy		FR	44	52	521	52401	400	Europe/Paris
6436304	Praslay	praslay	Praslay		FR	44	52	522	52403	72	Europe/Paris
6436305	Le Montsaugeonnais	le-montsaugeonnais	Protua,pu luo tu wa,Протуа,普罗图瓦		FR	44	52	522	52405	1277	Europe/Paris
6436306	Pressigny	pressigny	Pressigny,Pressin'i,pu lei xi ni,Прессіньї,普雷西尼		FR	44	52	522	52406	201	Europe/Paris
6436307	Prez-sous-Lafauche	prez-sous-lafauche	Prez-sous-Lafauche		FR	44	52	521	52407	305	Europe/Paris
6436308	Rives Dervoises	rives-dervoises	Rives Dervoises		FR	44	52	523	52411	1385	Europe/Paris
6436309	Rachecourt-sur-Marne	rachecourt-sur-marne	Rachecourt-sur-Marne		FR	44	52	523	52414	782	Europe/Paris
6436310	Rançonnières	ranconnieres	Ranconnieres,Rançonnières		FR	44	52	522	52415	108	Europe/Paris
6436311	Rangecourt	rangecourt	Rangecourt		FR	44	52	521	52416	64	Europe/Paris
6436313	Reynel	reynel	Rejnel',Reynel,lei nei,Рейнель,雷内		FR	44	52	521	52420	120	Europe/Paris
6436314	Riaucourt	riaucourt	Riaucourt		FR	44	52	521	52421	471	Europe/Paris
6436315	Richebourg	richebourg			FR	44	52	521	52422	281	Europe/Paris
6436316	Rimaucourt	rimaucourt	Rimaucourt		FR	44	52	521	52423	671	Europe/Paris
6436317	Rivières-le-Bois	rivieres-le-bois	Rivieres-le-Bois,Rivières-le-Bois		FR	44	52	522	52424	75	Europe/Paris
6436318	Rochefort-sur-la-Côte	rochefort-sur-la-cote	Rochefort-sur-la-Cote,Rochefort-sur-la-Côte		FR	44	52	521	52428	61	Europe/Paris
6436319	Roches-sur-Marne	roches-sur-marne	Roches-sur-Marne		FR	44	52	523	52429	554	Europe/Paris
6436320	Rolampont	rolampont	Rolampon,Rolampont,luo lang peng,Ролампон,罗朗蓬		FR	44	52	522	52432	1512	Europe/Paris
6436321	Romain-sur-Meuse	romain-sur-meuse	Romain-sur-Meuse		FR	44	52	521	52433	114	Europe/Paris
6436322	Rouécourt	rouecourt	Rouecourt,Rouécourt		FR	44	52	523	52436	48	Europe/Paris
6436323	Rouelles	rouelles	Rouelles		FR	44	52	522	52437	26	Europe/Paris
6436324	Rougeux	rougeux	Rougeux		FR	44	52	522	52438	113	Europe/Paris
6436325	Rouvres-sur-Aube	rouvres-sur-aube	Rouvres-sur-Aube		FR	44	52	522	52439	106	Europe/Paris
6436326	Rouvroy-sur-Marne	rouvroy-sur-marne	Rouvroy-sur-Marne		FR	44	52	523	52440	387	Europe/Paris
6436327	Saint-Blin	saint-blin	Saint-Blin		FR	44	52	521	52444	395	Europe/Paris
6436328	Saint-Broingt-le-Bois	saint-broingt-le-bois	Saint-Broingt-le-Bois		FR	44	52	522	52445	83	Europe/Paris
6436329	Saint-Broingt-les-Fosses	saint-broingt-les-fosses	Saint-Broingt-les-Fosses		FR	44	52	522	52446	230	Europe/Paris
6436330	Saint-Ciergues	saint-ciergues			FR	44	52	522	52447	189	Europe/Paris
6436331	Saint-Dizier	saint-dizier			FR	44	52	523	52448	24932	Europe/Paris
6436332	Saint-Loup-sur-Aujon	saint-loup-sur-aujon	Saint-Loup-sur-Aujon		FR	44	52	522	52450	149	Europe/Paris
6436333	Saint-Martin-lès-Langres	saint-martin-les-langres			FR	44	52	522	52452	109	Europe/Paris
6436334	Saint-Maurice	saint-maurice	Saint-Maurice		FR	44	52	522	52453	137	Europe/Paris
6436335	Saint-Thiébault	saint-thiebault	Saint-Thiebault,Saint-Thiébault		FR	44	52	521	52455	238	Europe/Paris
6436336	Saint-Vallier-sur-Marne	saint-vallier-sur-marne	Saint-Vallier-sur-Marne		FR	44	52	522	52457	177	Europe/Paris
6436337	Sarrey	sarrey	Sarrey		FR	44	52	522	52461	378	Europe/Paris
6436338	Saudron	saudron			FR	44	52	523	52463	47	Europe/Paris
6436339	Saulles	saulles	Saulles		FR	44	52	522	52464	45	Europe/Paris
6436340	Semilly	semilly	Semilly		FR	44	52	521	52468	106	Europe/Paris
6436341	Serqueux	serqueux	Serke,Serqueux,sai er qu e,Серке,塞尔屈厄		FR	44	52	522	52470	435	Europe/Paris
6436342	Signéville	signeville	Signeville,Signéville		FR	44	52	521	52473	93	Europe/Paris
6436343	Silvarouvres	silvarouvres	Silvarouvres		FR	44	52	521	52474	38	Europe/Paris
6436344	Sommancourt	sommancourt	Sommancourt		FR	44	52	523	52475	67	Europe/Paris
6436345	Sommerécourt	sommerecourt	Sommerecourt,Sommerécourt		FR	44	52	521	52476	81	Europe/Paris
6436346	Sommevoire	sommevoire	Sommevoire		FR	44	52	523	52479	707	Europe/Paris
6436347	Soncourt-sur-Marne	soncourt-sur-marne	Soncourt-sur-Marne		FR	44	52	521	52480	373	Europe/Paris
6436348	Soulaucourt-sur-Mouzon	soulaucourt-sur-mouzon			FR	44	52	521	52482	98	Europe/Paris
6436349	Soyers	soyers	Soyers		FR	44	52	522	52483	59	Europe/Paris
6436350	Suzannecourt	suzannecourt	Suzannecourt		FR	44	52	523	52484	375	Europe/Paris
6436351	Ternat	ternat	Ternat		FR	44	52	522	52486	62	Europe/Paris
6436352	Thilleux	thilleux	Thilleux		FR	44	52	523	52487	79	Europe/Paris
6436353	Thivet	thivet	Thivet		FR	44	52	521	52488	273	Europe/Paris
6436354	Thol-lès-Millières	thol-les-millieres	Thol-les-Millieres,Thol-lès-Millières		FR	44	52	521	52489	35	Europe/Paris
6436355	Thonnance-lès-Joinville	thonnance-les-joinville	Thonnance-les-Joinville,Thonnance-lès-Joinville		FR	44	52	523	52490	748	Europe/Paris
6436356	Thonnance-les-Moulins	thonnance-les-moulins	Thonnance-les-Moulins		FR	44	52	523	52491	114	Europe/Paris
6436357	Torcenay	torcenay	Torcenay		FR	44	52	522	52492	550	Europe/Paris
6436358	Tornay	tornay	Tornay		FR	44	52	522	52493	33	Europe/Paris
6436359	Treix	treix	Treix		FR	44	52	521	52494	233	Europe/Paris
6436361	Vaillant	vaillant	Vaillant		FR	44	52	522	52499	44	Europe/Paris
6436363	Valleret	valleret	Valleret		FR	44	52	523	52502	57	Europe/Paris
6436364	Valleroy	valleroy	Valleroy		FR	44	52	522	52503	22	Europe/Paris
6436365	Vaudrecourt	vaudrecourt	Vaudrecourt		FR	44	52	521	52505	36	Europe/Paris
6436366	Vaudrémont	vaudremont	Vaudremont,Vaudrémont		FR	44	52	521	52506	104	Europe/Paris
6436367	Vauxbons	vauxbons	Vauxbons		FR	44	52	522	52507	62	Europe/Paris
6436369	Vaux-sur-Blaise	vaux-sur-blaise	Vaux-sur-Blaise		FR	44	52	523	52510	375	Europe/Paris
6436370	Vaux-sur-Saint-Urbain	vaux-sur-saint-urbain	Vaux-sur-Saint-Urbain		FR	44	52	523	52511	57	Europe/Paris
6436371	Vecqueville	vecqueville			FR	44	52	523	52512	541	Europe/Paris
6436372	Velles	velles	Velles		FR	44	52	522	52513	69	Europe/Paris
6436373	Verbiesles	verbiesles			FR	44	52	521	52514	324	Europe/Paris
6436374	Verseilles-le-Bas	verseilles-le-bas	Verseilles-le-Bas		FR	44	52	522	52515	103	Europe/Paris
6436375	Verseilles-le-Haut	verseilles-le-haut	Verseilles-le-Haut		FR	44	52	522	52516	47	Europe/Paris
6436376	Vesaignes-sous-Lafauche	vesaignes-sous-lafauche	Vesaignes-sous-Lafauche		FR	44	52	521	52517	126	Europe/Paris
6436377	Vesaignes-sur-Marne	vesaignes-sur-marne	Vesaignes-sur-Marne		FR	44	52	521	52518	106	Europe/Paris
6436378	Vesvres-sous-Chalancey	vesvres-sous-chalancey	Vesvres-sous-Chalancey		FR	44	52	522	52519	47	Europe/Paris
6436379	Vicq	vicq	Vicq		FR	44	52	522	52520	152	Europe/Paris
6436380	Viéville	vieville	Vieville,Viéville		FR	44	52	521	52522	336	Europe/Paris
6436381	Vignes-la-Côte	vignes-la-cote	Vignes-la-Cote,Vignes-la-Côte		FR	44	52	521	52523	62	Europe/Paris
6436382	Vignory	vignory	Vignory,Vin'ori,wei ni ao li,Віньорі,维尼奥里		FR	44	52	521	52524	248	Europe/Paris
6436384	Ville-en-Blaisois	ville-en-blaisois	Ville-en-Blaisois		FR	44	52	523	52528	155	Europe/Paris
6436386	Villiers-le-Sec	villiers-le-sec	Villiers-le-Sec		FR	44	52	521	52535	710	Europe/Paris
6436387	Villiers-lès-Aprey	villiers-les-aprey			FR	44	52	522	52536	46	Europe/Paris
6436388	Villiers-sur-Suize	villiers-sur-suize	Villiers-sur-Suize		FR	44	52	521	52538	268	Europe/Paris
6436389	Violot	violot	Violot		FR	44	52	522	52539	71	Europe/Paris
6436390	Vitry-en-Montagne	vitry-en-montagne	Vitry-en-Montagne		FR	44	52	522	52540	24	Europe/Paris
6436391	Vitry-lès-Nogent	vitry-les-nogent	Vitry-les-Nogent,Vitry-lès-Nogent		FR	44	52	521	52541	176	Europe/Paris
6436392	Vivey	vivey	Vivey		FR	44	52	522	52542	55	Europe/Paris
6436393	Voillecomte	voillecomte	Voillecomte		FR	44	52	523	52543	540	Europe/Paris
6436394	Voisines	voisines	Voisines		FR	44	52	522	52545	95	Europe/Paris
6436395	Voncourt	voncourt	Voncourt		FR	44	52	522	52546	17	Europe/Paris
6436396	Vouécourt	vouecourt	Vouecourt,Vouécourt		FR	44	52	521	52547	209	Europe/Paris
6436397	Vraincourt	vraincourt	Vraincourt		FR	44	52	521	52548	90	Europe/Paris
6436398	Vroncourt-la-Côte	vroncourt-la-cote	Vroncourt-la-Cote,Vroncourt-la-Côte		FR	44	52	521	52549	24	Europe/Paris
6436399	Wassy	wassy	Wassy		FR	44	52	523	52550	2891	Europe/Paris
6436400	Fougerolles-du-Plessis	fougerolles-du-plessis	Fougerolles-du-Plessis		FR	52	53	533	53100	1228	Europe/Paris
6436401	Fromentières	fromentieres	Fromant'er,fu luo mang di ai,Фромантьєр,弗罗芒蒂埃		FR	52	53	531	53101	829	Europe/Paris
6436402	Gennes-Longuefuye	gennes-longuefuye			FR	52	53	531	53104	1328	Europe/Paris
6436403	Gesvres	gesvres	Gesvres		FR	52	53	533	53106	526	Europe/Paris
6436404	Gorron	gorron	Gorron		FR	52	53	533	53107	2592	Europe/Paris
6436405	Grazay	grazay	Graze,ge la ze,Гразе,格拉泽		FR	52	53	533	53109	623	Europe/Paris
6436406	Grez-en-Bouère	grez-en-bouere			FR	52	53	531	53110	1017	Europe/Paris
6436407	Hambers	hambers	Hambers		FR	52	53	533	53113	608	Europe/Paris
6436408	Hardanges	hardanges	Ardanzh,a er dang re,Арданж,阿尔当热		FR	52	53	533	53114	202	Europe/Paris
6436409	Hercé	herce	Herce,Hercé		FR	52	53	533	53115	311	Europe/Paris
6436410	Izé	ize	Ize,yi ze,Ізе,伊泽		FR	52	53	533	53120	472	Europe/Paris
6436411	Jublains	jublains			FR	52	53	533	53122	727	Europe/Paris
6436412	Juvigné	juvigne	Ioviniacum,Juvigne,Juvigné,Zhuvin'e,rui wei nie,Жувіньє,瑞维涅		FR	52	53	533	53123	1456	Europe/Paris
6436413	Landivy	landivy	Landivy		FR	52	53	533	53125	1147	Europe/Paris
6436414	Larchamp	larchamp	Larsham,la er shang,larchamp  mayny,Ларшам,لارچامپ، ماینی,拉尔尚		FR	52	53	533	53126	1107	Europe/Paris
6436415	Laubrières	laubrieres	Laubrieres,Laubrières,Lobrier,luo bu li ai,lwbryrys,Лобрієр,لوبریریس,洛布里埃		FR	52	53	531	53128	350	Europe/Paris
6436417	Lesbois	lesbois	Lesbois		FR	52	53	533	53131	194	Europe/Paris
6436418	Levaré	levare	Levare,lei wa lei,Леваре,勒瓦雷		FR	52	53	533	53132	303	Europe/Paris
6436419	Livré-la-Touche	livre-la-touche	Livre-la-Touche,Livré-la-Touche		FR	52	53	531	53135	750	Europe/Paris
6436420	La Roche-Neuville	la-roche-neuville	La Roche-Neuville,Luan'e-sjur-Maenn,mai ang he pan lu wa nie,Луаньє-сюр-Маєнн,迈昂河畔卢瓦涅		FR	52	53	531	53136	1165	Europe/Paris
6436421	Loiron-Ruillé	loiron-ruille	Luaron,lu wa long,Луарон,卢瓦龙		FR	52	53	532	53137	2640	Europe/Paris
6436423	Loupfougères	loupfougeres	Loupfougeres,Loupfougères		FR	52	53	533	53139	404	Europe/Paris
6436424	Louverné	louverne	Louverne,Louverné		FR	52	53	532	53140	4228	Europe/Paris
6436425	Louvigné	louvigne	Louvigne,Louvigné		FR	52	53	532	53141	1137	Europe/Paris
6436426	Madré	madre	Madre,Madricum,Madré,ma de lei,Мадре,میڈری,马德雷		FR	52	53	533	53142	310	Europe/Paris
6436427	Maisoncelles-du-Maine	maisoncelles-du-maine	Maisoncelles-du-Maine,Mezonsel'-dju-Men,mai song se lai di man,Мезонсель-дю-Мен,迈松瑟莱迪曼		FR	52	53	531	53143	523	Europe/Paris
6436428	Marcillé-la-Ville	marcille-la-ville	Marcille-la-Ville,Marcillé-la-Ville,Marsie-la-Vil',ma er xi lai la wei er,Марсіє-ла-Віль,马尔西莱拉维尔		FR	52	53	533	53144	816	Europe/Paris
6436429	Marigné-Peuton	marigne-peuton	Marigne-Peuton,Marigné-Peuton,Marin'e-Peton,ma li nie po tong,Мариньє-Петон,马里涅珀通		FR	52	53	531	53145	549	Europe/Paris
6436430	Méral	meral	Meral,Meral',Merallum,Méral,mei la,Мераль,梅拉		FR	52	53	531	53151	1091	Europe/Paris
6436431	Meslay-du-Maine	meslay-du-maine			FR	52	53	531	53152	2908	Europe/Paris
6436432	Mézangers	mezangers	Mezangers,Mezanzhe,Mézangers,mei cang re er,Мезанже,梅藏热尔		FR	52	53	533	53153	672	Europe/Paris
6436433	Montaudin	montaudin	Montaudin		FR	52	53	533	53154	906	Europe/Paris
6436434	Montenay	montenay	Montenay		FR	52	53	533	53155	1363	Europe/Paris
6436435	Montflours	montflours	Monflur,meng te fu lu er,Монфлур,蒙特夫卢尔		FR	52	53	532	53156	255	Europe/Paris
6436436	Montigné-le-Brillant	montigne-le-brillant	Montigne-le-Brillant,Montigné-le-Brillant		FR	52	53	532	53157	1255	Europe/Paris
6436438	Montsûrs	montsurs	Monsjur,Montsurs,Montsûrs,meng te xu er,Монсюр,蒙特叙尔		FR	52	53	533	53161	3272	Europe/Paris
6436439	Moulay	moulay			FR	52	53	533	53162	959	Europe/Paris
6436440	Neau	neau	Neau,No,nuo zhen,Но,诺镇		FR	52	53	533	53163	768	Europe/Paris
6436441	Neuilly-le-Vendin	neuilly-le-vendin	Neuilly-le-Vendin		FR	52	53	533	53164	347	Europe/Paris
6436442	Niafles	niafles	Niafles		FR	52	53	531	53165	345	Europe/Paris
6436443	Nuillé-sur-Vicoin	nuille-sur-vicoin	Njuie-sjur-Vikuen,Nuille-sur-Vicoin,Nuillé-sur-Vicoin,wei kuan he pan ni yi lai,Нюїє-сюр-Вікуен,维宽河畔尼伊莱		FR	52	53	532	53168	1217	Europe/Paris
6436444	Olivet	olivet	Olive,Olivet,ao li wei,orivu~e,Оліве,オリヴェ,奥利韦		FR	52	53	532	53169	417	Europe/Paris
6436445	Origné	origne			FR	52	53	531	53172	422	Europe/Paris
6436446	Parigné-sur-Braye	parigne-sur-braye	Parigne-sur-Braye,Parigné-sur-Braye		FR	52	53	533	53174	846	Europe/Paris
6436447	Parné-sur-Roc	parne-sur-roc	Parne-sjur-Rok,Parne-sur-Roc,Parné-sur-Roc,luo ke he pan pa er nei,Парне-сюр-Рок,罗克河畔帕尔内		FR	52	53	532	53175	1335	Europe/Paris
6436448	Pommerieux	pommerieux	Pommere,Pommerieux,bo mei li e,Поммерє,波梅里厄		FR	52	53	531	53180	661	Europe/Paris
6436450	Port-Brillet	port-brillet	Port-Brillet		FR	52	53	532	53182	1817	Europe/Paris
6436451	Préaux	preaux	Preaux,Preo,Préaux,pu lei ao,Прео,普雷奥		FR	52	53	531	53184	167	Europe/Paris
6436452	Pré-en-Pail-Saint-Samson	pre-en-pail-saint-samson	Pre-en-Pail-Saint-Samson,Pré-en-Pail-Saint-Samson		FR	52	53	533	53185	2343	Europe/Paris
6436454	Rennes-en-Grenouilles	rennes-en-grenouilles	Renn-an-Grenuj,ge lei nu yi lai de qu lei nei,Ренн-ан-Гренуй,格雷努伊莱地区雷内		FR	52	53	533	53189	109	Europe/Paris
6436455	Ruillé-Froid-Fonds	ruille-froid-fonds	Ruille-Froid-Fonds,Ruillé-Froid-Fonds		FR	52	53	531	53193	564	Europe/Paris
6436457	Saint-Aignan-de-Couptrain	saint-aignan-de-couptrain			FR	52	53	533	53196	374	Europe/Paris
6436458	Saint-Aignan-sur-Roë	saint-aignan-sur-roe	Saint-Aignan-sur-Roe,Saint-Aignan-sur-Roë		FR	52	53	531	53197	893	Europe/Paris
6436459	Saint-Aubin-du-Désert	saint-aubin-du-desert	Saint-Aubin-du-Desert,Saint-Aubin-du-Désert		FR	52	53	533	53198	245	Europe/Paris
6436460	Saint-Aubin-Fosse-Louvain	saint-aubin-fosse-louvain	Saint-Aubin-Fosse-Louvain		FR	52	53	533	53199	218	Europe/Paris
6436461	Saint-Baudelle	saint-baudelle	Saint-Baudelle,Sen-Bodel',sheng bo dai er,Сен-Бодель,سینٹ-بہدلے,圣博代尔		FR	52	53	533	53200	1130	Europe/Paris
6436462	Saint-Berthevin-la-Tannière	saint-berthevin-la-tanniere	Sen-Berteven-la-Tan'er,sheng bei er te wan la ta ni ai,Сен-Бертевен-ла-Таньєр,سینٹ-برتھوں -لا-تنیرے,圣贝尔特万拉塔尼埃		FR	52	53	533	53202	344	Europe/Paris
6436463	Saint-Calais-du-Désert	saint-calais-du-desert	Saint-Calais-du-Desert,Saint-Calais-du-Désert		FR	52	53	533	53204	386	Europe/Paris
6436465	Saint-Charles-la-Forêt	saint-charles-la-foret	Saint-Charles-la-Foret,Saint-Charles-la-Forêt		FR	52	53	531	53206	209	Europe/Paris
6436467	Saint-Cyr-en-Pail	saint-cyr-en-pail	Saint-Cyr-en-Pail,Sen-Sir-an-Paj,pa yi de qu sheng xi,Сен-Сір-ан-Пай,سینٹ-کیر-این -پیل,帕伊地区圣西		FR	52	53	533	53208	488	Europe/Paris
6436469	Saint-Denis-d'Anjou	saint-denis-d-anjou	Saint-Denis-d'Anjou		FR	52	53	531	53210	1557	Europe/Paris
6436470	Saint-Denis-de-Gastines	saint-denis-de-gastines	Saint-Denis-de-Gastines,Sen-Deni-de-Gastin,sheng de ni de jia si di nei,Сен-Дені-де-Гастін,سینٹ-ڈینس-دے-گاستینس,圣德尼德加斯蒂内		FR	52	53	533	53211	1548	Europe/Paris
6436471	Saint-Denis-du-Maine	saint-denis-du-maine	Saint-Denis-du-Maine,Sen-Deni-dju-Men,sheng de ni di man,Сен-Дені-дю-Мен,سینٹ-ڈینس-دو-مہینے,圣德尼迪曼		FR	52	53	531	53212	428	Europe/Paris
6436475	Saint-Fraimbault-de-Prières	saint-fraimbault-de-prieres	Sen-Frembo-de-Prier,sheng fu lan bo er de pu li ai,Сен-Фрембо-де-Прієр,سینٹ-فرائمبالٹ-دے-پریرس,圣夫兰博尔德普里埃		FR	52	53	533	53216	1001	Europe/Paris
6436476	Sainte-Gemmes-le-Robert	sainte-gemmes-le-robert	Sent-Zhemm-le-Rober,sheng re mei si-er luo bei er,Сент-Жемм-ле-Робер,سین-گممس-لے-رابرٹ,圣热梅斯-尔罗贝尔		FR	52	53	533	53218	877	Europe/Paris
6436477	Saint-Georges-Buttavent	saint-georges-buttavent	Sen-Zhorzh-Bjuttavan,sheng ruo er re bi ta wang,Сен-Жорж-Бюттаван,سینٹ-گیورگس-بتتاونت,圣若尔热比塔旺		FR	52	53	533	53219	1432	Europe/Paris
6436478	Saint-Georges-le-Fléchard	saint-georges-le-flechard			FR	52	53	533	53220	418	Europe/Paris
6436479	Saint-Georges-sur-Erve	saint-georges-sur-erve	Saint-Georges-sur-Erve,Sen-Zhorzh-sjur-Erv,ai er fu he pan sheng ruo er re,Сен-Жорж-сюр-Ерв,سینٹ-گیورگس-سر-یروے,埃尔夫河畔圣若尔热		FR	52	53	533	53221	382	Europe/Paris
6436480	Saint-Germain-d'Anxure	saint-germain-d-anxure	Saint-Germain-d'Anxure		FR	52	53	533	53222	400	Europe/Paris
6436482	Saint-Germain-le-Fouilloux	saint-germain-le-fouilloux	Saint-Germain-le-Fouilloux,Sen-Zhermen-le-Fuju,sheng ri er man lai fu yi lu,Сен-Жермен-ле-Фую,سینٹ-گرمین-لے-ولوش,圣日尔曼莱富伊卢		FR	52	53	532	53224	1158	Europe/Paris
6436483	Saint-Germain-le-Guillaume	saint-germain-le-guillaume	Saint-Germain-le-Guillaume		FR	52	53	533	53225	488	Europe/Paris
6436484	Saint-Hilaire-du-Maine	saint-hilaire-du-maine	Saint-Hilaire-du-Maine		FR	52	53	533	53226	851	Europe/Paris
6436485	Blandouet-Saint Jean	blandouet-saint-jean	Blandouet-Saint Jean,Sen-Zhan-sjur-Erv,ai er fu he pan sheng rang,Сен-Жан-сюр-Ерв,سینٹ-ژاں -سر-یروے,埃尔夫河畔圣让		FR	52	53	533	53228	616	Europe/Paris
6436486	Saint-Jean-sur-Mayenne	saint-jean-sur-mayenne	Saint-Jean-sur-Mayenne		FR	52	53	532	53229	1653	Europe/Paris
6436487	Saint-Julien-du-Terroux	saint-julien-du-terroux	Sen-Zhul'en-dju-Terru,sheng rui li an di tai er lu,Сен-Жульєн-дю-Терру,سینٹ-جلیں -دو-ٹےڑگخو,圣瑞利安迪泰尔鲁		FR	52	53	533	53230	238	Europe/Paris
6436489	Saint-Loup-du-Dorat	saint-loup-du-dorat	Sen-Lu-dju-Dora,sheng lu di duo la,Сен-Лу-дю-Дора,سینٹ-لوپ-دو-دورت,圣卢迪多拉		FR	52	53	531	53233	376	Europe/Paris
6436490	Saint-Loup-du-Gast	saint-loup-du-gast	Saint-Loup-du-Gast		FR	52	53	533	53234	362	Europe/Paris
6436491	Sainte-Marie-du-Bois	sainte-marie-du-bois	Sainte-Marie-du-Bois		FR	52	53	533	53235	212	Europe/Paris
6436492	Saint-Mars-sur-Colmont	saint-mars-sur-colmont	Saint-Mars-sur-Colmont		FR	52	53	533	53237	472	Europe/Paris
6436493	Saint-Mars-sur-la-Futaie	saint-mars-sur-la-futaie	Saint-Mars-sur-la-Futaie,Sen-Mars-sjur-la-Fjute,la-fei tai ai he pan sheng ma er,Сен-Марс-сюр-ла-Фюте,سینٹ-مارس-سر-لا-فٹائے,拉-菲泰埃河畔圣马尔		FR	52	53	533	53238	553	Europe/Paris
6436494	Saint-Martin-de-Connée	saint-martin-de-connee	Saint-Martin-de-Connee,Saint-Martin-de-Connée,Sen-Marten-de-Konne,sheng ma dan de ke nei ai,Сен-Мартен-де-Конне,سینٹ-مارٹن-دے-کونے,圣马丹德科内埃		FR	52	53	533	53239	417	Europe/Paris
6436495	Saint-Martin-du-Limet	saint-martin-du-limet	Saint-Martin-du-Limet,Sen-Marten-dju-Lime,sheng ma dan di li mei,Сен-Мартен-дю-Ліме,سینٹ-مارٹن-دو-لمیت,圣马丹迪利梅		FR	52	53	531	53240	443	Europe/Paris
6436497	Saint-Pierre-des-Landes	saint-pierre-des-landes	Saint-Pierre-des-Landes		FR	52	53	533	53245	942	Europe/Paris
6436500	Saint-Pierre-sur-Erve	saint-pierre-sur-erve			FR	52	53	533	53248	141	Europe/Paris
6436502	Saint-Poix	saint-poix	Sen-Pua,sheng pu wa,syn-pwyy,Сен-Пуа,سین-پوئی,圣普瓦		FR	52	53	531	53250	404	Europe/Paris
6436505	Saint-Saturnin-du-Limet	saint-saturnin-du-limet	Saint-Saturnin-du-Limet		FR	52	53	531	53253	508	Europe/Paris
6436506	Sainte-Suzanne-et-Chammes	sainte-suzanne-et-chammes	Sent-Sjuzann,sheng xu cang,Сент-Сюзанн,سین-سجان، مینے,圣叙藏		FR	52	53	533	53255	1314	Europe/Paris
6436507	Saint-Thomas-de-Courceriers	saint-thomas-de-courceriers	Saint-Thomas-de-Courceriers,Sen-Toma-de-Kursere,sheng tuo ma de ku er se li ye er,Сен-Тома-де-Курсерє,圣托马德库尔瑟里耶尔		FR	52	53	533	53256	191	Europe/Paris
6436508	Saulges	saulges	Saulges		FR	52	53	533	53257	313	Europe/Paris
6436510	Simplé	simple	Simple,Simplé		FR	52	53	531	53260	443	Europe/Paris
6436511	Soucé	souce			FR	52	53	533	53261	165	Europe/Paris
6436512	Thorigné-en-Charnie	thorigne-en-charnie	Thorigne-en-Charnie,Thorigné-en-Charnie,Torin'e-an-Sharni,sha er nie de qu tuo li nie,Ториньє-ан-Шарні,沙尔涅地区托里涅		FR	52	53	533	53264	196	Europe/Paris
6436513	Vaiges	vaiges	Vaiges,Vezh,wei re,Веж,韦热		FR	52	53	533	53267	1160	Europe/Paris
6436514	Vautorte	vautorte	Vautorte,Votort,wawtrt,wo tuo er te,Воторт,واوترت,沃托尔特		FR	52	53	533	53269	592	Europe/Paris
6436515	Vieuvy	vieuvy	Vieuvy		FR	52	53	533	53270	127	Europe/Paris
6436516	Villaines-la-Juhel	villaines-la-juhel	Villaines-la-Juhel		FR	52	53	533	53271	2855	Europe/Paris
6436517	Villepail	villepail	Vil'paj,Villepail,wei lei pei,Вільпай,维勒佩		FR	52	53	533	53272	173	Europe/Paris
6436518	Villiers-Charlemagne	villiers-charlemagne	Villiers-Charlemagne		FR	52	53	531	53273	1135	Europe/Paris
6436520	Voutré	voutre	Voutre,Voutré		FR	52	53	533	53276	911	Europe/Paris
6436521	Brin-sur-Seille	brin-sur-seille	Bren sir Sej,Bren-sjur-Sej,Brin-sur-Seille,sai er he pan bu lan,Брен сир Сеј,Брен-сюр-Сей,塞尔河畔布兰		FR	44	54	543	54100	792	Europe/Paris
6436522	Brouville	brouville	Brouville,Bruvil,Bruvil',bu lu wei er,Брувил,Брувиль,Брувіль,布鲁维尔		FR	44	54	542	54101	132	Europe/Paris
6436523	Bruley	bruley	Brile,Brjule,Bruley,bu lu lai,Бриле,Брюле,布吕莱		FR	44	54	544	54102	616	Europe/Paris
6436524	Bruville	bruville	Brivil,Brjuvil',Bruville,bu lu wei er,Бривил,Брювиль,Брювіль,布吕维尔		FR	44	54	541	54103	225	Europe/Paris
6436525	Buissoncourt	buissoncourt	Bisonkur,Bjuissonkur,Buissoncourt,bi yi song ku er,Бисонкур,Бюиссонкур,Бюїссонкур,比伊松库尔		FR	44	54	543	54104	269	Europe/Paris
6436526	Bulligny	bulligny	Bulligny		FR	44	54	544	54105	516	Europe/Paris
6436527	Bures	bures	Bir,Bjur,Bures,bi lei,Бир,Бюр,比雷		FR	44	54	542	54106	63	Europe/Paris
6436528	Buriville	buriville	Birivil,Bjurivil',Buriville,bi li wei er,Биривил,Бюривиль,Бюривіль,比里维尔		FR	44	54	542	54107	73	Europe/Paris
6436529	Burthecourt-aux-Chênes	burthecourt-aux-chenes			FR	44	54	543	54108	105	Europe/Paris
6436530	Ceintrey	ceintrey	Sentre,sheng lei,Сентре,圣雷		FR	44	54	543	54109	920	Europe/Paris
6436531	Cerville	cerville	Cerville,Servil,Servil',sai er wei er,Сервил,Сервиль,Сервіль,塞尔维尔		FR	44	54	543	54110	571	Europe/Paris
6436532	Chaligny	chaligny	Chaligny		FR	44	54	543	54111	2868	Europe/Paris
6436533	Chambley-Bussières	chambley-bussieres	Chambley-Bussieres,Chambley-Bussières,Shamble Bisjer,Shamble-Bjus'er,Shamble-Bjuss'er,chambly-bwsyrs,shang bu lai bi xi ai,Шамбле Бисјер,Шамбле-Бюссьер,Шамбле-Бюсьер,Шамбле-Бюсьєр,چامبلی-بوسیرس,尚布莱比西埃		FR	44	54	541	54112	690	Europe/Paris
6436534	Champenoux	champenoux	Champenoux,Shampenu,Shanu,shang pang wu,Шампену,Шану,尚庞乌		FR	44	54	543	54113	1361	Europe/Paris
6436535	Champey-sur-Moselle	champey-sur-moselle	Champey-sur-Moselle,Shampe sir Mozel,Shampe-sjur-Mozel',mo sai er he pan shang pei,Шампе сир Мозел,Шампе-сюр-Мозель,莫塞尔河畔尚佩		FR	44	54	543	54114	349	Europe/Paris
6436536	Champigneulles	champigneulles	Champigneulles		FR	44	54	543	54115	6781	Europe/Paris
6436537	Chanteheux	chanteheux	Chanteheux,Shante,Shantejo,shang tai e,Шанте,Шантеё,尚泰厄		FR	44	54	542	54116	2128	Europe/Paris
6436538	Chaouilley	chaouilley	Chaouilley,Shaue,Shauje,shao yi lai,Шауе,Шауйе,Шаує,Шаује,绍伊莱		FR	44	54	543	54117	114	Europe/Paris
6436539	Charency-Vezin	charency-vezin	Charency-Vezin,Sharansi Vezen,Sharansi-Vezen,sha lang xi wei zan,Шаранси Везен,Шаранси-Везен,Шарансі-Везен,沙朗西韦赞		FR	44	54	541	54118	634	Europe/Paris
6436540	Charey	charey	Charey,Share,sha lei,Шаре,沙雷		FR	44	54	544	54119	79	Europe/Paris
6436541	Charmes-la-Côte	charmes-la-cote	Charmes-la-Cote,Charmes-la-Côte		FR	44	54	544	54120	339	Europe/Paris
6436542	Chaudeney-sur-Moselle	chaudeney-sur-moselle	Chaudeney-sur-Moselle,Shodne sir Mozel,Shodne-sjur-Mozel',mo sai er he pan shao de nei,Шодне сир Мозел,Шодне-сюр-Мозель,莫塞尔河畔绍德内		FR	44	54	544	54122	704	Europe/Paris
6436543	Chavigny	chavigny	Chavigny,Shavin'i,Shavini,Шавиньи,Шавињи,Шавіньї		FR	44	54	543	54123	1895	Europe/Paris
6436544	Chazelles-sur-Albe	chazelles-sur-albe			FR	44	54	542	54124	38	Europe/Paris
6436545	Chenevières	chenevieres	Chenevieres,Chenevières,Shenev'er,Shenever,Shenvjer,xie nei wei ai,Шенвјер,Шеневьер,Шеневєр,谢内维埃		FR	44	54	542	54125	498	Europe/Paris
6436546	Chenicourt	chenicourt	Chenicourt,Shenikur,xie ni ku er,Шеникур,Шенікур,谢尼库尔		FR	44	54	543	54126	228	Europe/Paris
6436547	Clayeures	clayeures	Klajer,Klajjor,Klajor,ke lai e lei,Клайор,Клайёр,Клајер,克莱厄雷		FR	44	54	542	54130	190	Europe/Paris
6436548	Clémery	clemery	Clemery,Clémery,Klemeri,Klemri,ke lai mo li,Клемери,Клемері,Клемри,克莱默里		FR	44	54	543	54131	497	Europe/Paris
6436549	Coincourt	coincourt	Coincourt,Koankur,Kuankur,Kuenkur,kuan ku er,Коанкур,Куанкур,Куенкур,宽库尔		FR	44	54	542	54133	133	Europe/Paris
6436550	Colmey	colmey	Kol'me,Kolme,ke er mei,Колме,Кольме,科尔梅		FR	44	54	541	54134	254	Europe/Paris
6436551	Colombey-les-Belles	colombey-les-belles	Kolombe le Bel,Kolombe-le-Bel',ke long bei lai bei lai,Коломбе ле Бел,Коломбе-ле-Бель,科隆贝莱贝莱		FR	44	54	544	54135	1464	Europe/Paris
6436552	Conflans-en-Jarnisy	conflans-en-jarnisy	Conflans-en-Jarnisy,Konflan-an-Zharnisi,Konflan-an-Zharnizi,Konflanz-an-Zharnizi,ya er ni xi de qu kong fu lang,Конфлан-ан-Жарнизи,Конфлан-ан-Жарниси,Конфланз-ан-Жарнизи,Конфланз-ан-Жарнізі,雅尔尼西地区孔夫朗		FR	44	54	541	54136	2358	Europe/Paris
6436553	Cons-la-Grandville	cons-la-grandville	Cons-la-Grandville,Kon la Granvil,Kon-la-Granvil',kong la ge lang de wei er,Кон ла Гранвил,Кон-ла-Гранвиль,Кон-ла-Гранвіль,孔拉格朗德维尔		FR	44	54	541	54137	527	Europe/Paris
6436554	Cosnes-et-Romain	cosnes-et-romain	Cosnes-et-Romain,Kon-e-Romen,Kon-eh-Romen,ke si nei he luo man,Кон-е-Ромен,Кон-э-Ромен,科斯内和罗曼		FR	44	54	541	54138	2665	Europe/Paris
6436555	Courbesseaux	courbesseaux	Courbesseaux		FR	44	54	542	54139	334	Europe/Paris
6436556	Coyviller	coyviller	Coyviller		FR	44	54	543	54141	142	Europe/Paris
6436557	Crantenoy	crantenoy	Crantenoy,Krantenua,Krantnoa,ke lang tang wa,Крантенуа,Крантноа,克朗唐瓦		FR	44	54	543	54142	148	Europe/Paris
6436558	Crépey	crepey	Crepey,Crépey		FR	44	54	544	54143	392	Europe/Paris
6436559	Crévéchamps	crevechamps	Crevechamps,Crévéchamps,Krevesham,Kreveshan,ke lei wei shang pu,Кревешам,Кревешан,克雷韦尚普		FR	44	54	543	54144	393	Europe/Paris
6436560	Crévic	crevic	Crevic,Crévic,Krevik,ke lei wei ke,Кревик,Кревік,克雷维克		FR	44	54	542	54145	901	Europe/Paris
6436561	Crézilles	crezilles	Crezilles,Crézilles,Krezij,ke lei qi lai,Крезий,Крезиј,Крезій,克雷齐莱		FR	44	54	544	54146	276	Europe/Paris
6436562	Crion	crion	Krijon,Krion,ke li weng,Крийон,Крион,Крійон,克里翁		FR	44	54	542	54147	92	Europe/Paris
6436563	Croismare	croismare	Croismare,Kroamer,Kruamar,ke lu wa si ma er,Кроамер,Круамар,克鲁瓦斯马尔		FR	44	54	542	54148	631	Europe/Paris
6436564	Custines	custines	Custines,Kisten,Kjustin,qu si di nei,Кистен,Кюстин,Кюстін,屈斯蒂内		FR	44	54	543	54150	3004	Europe/Paris
6436565	Cutry	cutry	Cutry,Kitri,Kjutri,Китри,Кютри,Кютрі		FR	44	54	541	54151	1028	Europe/Paris
6436566	Damelevières	damelevieres	Damelev'er,Damelever,Damelevieres,Damelevières,Damelvjer,Damlev'er,da mo lai wei ai,Дамелвјер,Дамелевьер,Дамелевєр,Дамлевьер,达默莱维埃		FR	44	54	542	54152	3176	Europe/Paris
6436567	Dampvitoux	dampvitoux	Dampvitoux,Dampvitu,Damvitu,Danvitu,dang pu wei tu,Дамвиту,Дамвіту,Дампвиту,Данвиту,当普维图		FR	44	54	541	54153	59	Europe/Paris
6436568	Deneuvre	deneuvre	Deneuvre		FR	44	54	542	54154	532	Europe/Paris
6436569	Deuxville	deuxville	Deuxville,Devil,Devil',Djovil',de ke si wei er,Девил,Девиль,Девіль,Дёвиль,德克斯维尔		FR	44	54	542	54155	429	Europe/Paris
6436570	Diarville	diarville	Diarville		FR	44	54	543	54156	529	Europe/Paris
6436571	Dieulouard	dieulouard	D'eluar,D'joluar,Dieulouard,Djeluar,di ye yu lu a er,Дьелуар,Дьёлуар,Дьєлуар,Дјелуар,迪耶于卢阿尔		FR	44	54	543	54157	4757	Europe/Paris
6436572	Dolcourt	dolcourt	Dol'kur,Dolcourt,Dolkur,duo er ku er,Долкур,Долькур,多尔库尔		FR	44	54	544	54158	127	Europe/Paris
6436612	Fraimbois	fraimbois	Fraimbois,Fremboa,Frembua,fu lan bu wa,Фрембоа,Фрембуа,弗兰布瓦		FR	44	54	542	54206	386	Europe/Paris
6436573	Dombasle-sur-Meurthe	dombasle-sur-meurthe	Dombal sir Mert,Dombal'-sjur-Mjort,Dombasl'-sjur-Mert,Dombasle-sur-Meurthe,mo er te he pan dong ba si er,Домбал сир Мерт,Домбаль-сюр-Мёрт,Домбасль-сюр-Мерт,默尔特河畔东巴斯尔		FR	44	54	543	54159	9781	Europe/Paris
6436574	Domèvre-en-Haye	domevre-en-haye	Domevr an Aj,Domevr-an-E,Domevr-an-Eh,Domevre-en-Haye,Domèvre-en-Haye,ai ai de qu duo mei fu er,Домевр ан Ај,Домевр-ан-Е,Домевр-ан-Э,艾埃地区多梅夫尔		FR	44	54	544	54160	376	Europe/Paris
6436575	Domèvre-sur-Vezouze	domevre-sur-vezouze	Domevre-sur-Vezouze,Domèvre-sur-Vezouze		FR	44	54	542	54161	289	Europe/Paris
6436576	Domgermain	domgermain	Domgermain,Domzhermen,dong re er man,Домжермен,东热尔曼		FR	44	54	544	54162	1198	Europe/Paris
6436577	Domjevin	domjevin			FR	44	54	542	54163	254	Europe/Paris
6436578	Dommarie-Eulmont	dommarie-eulmont	Domari Filmon,Dommari-Ehl'mon,Dommari-El'mon,Dommarie-Eulmont,duo ma li ye e er meng,Домари Филмон,Доммари-Ельмон,Доммари-Эльмон,Доммарі-Ельмон,多马里耶厄尔蒙		FR	44	54	543	54164	85	Europe/Paris
6436579	Dommartemont	dommartemont	Domarmon,Dommartemon,Dommartemont,duo ma er tai meng,Домармон,Доммартемон,多马尔泰蒙		FR	44	54	543	54165	594	Europe/Paris
6436580	Dommartin-lès-Toul	dommartin-les-toul	Domarten le Tul,Dommarten-le-Tul',Dommartin-les-Toul,Dommartin-lès-Toul,duo ma er tan lai tu,Домартен ле Тул,Доммартен-ле-Туль,多马尔坦莱图		FR	44	54	544	54167	2007	Europe/Paris
6436581	Domprix	domprix	Dompri,Domprix,dong pu li,Домпри,Домпрі,东普里		FR	44	54	541	54169	84	Europe/Paris
6436582	Doncourt-lès-Conflans	doncourt-les-conflans	Doncourt-les-Conflans,Doncourt-lès-Conflans,Donkue le Konflen,Donkur-le-Konflan,dong ku er lai kong fu lang,dwnkwrt-ls-kwnflans,Донкуе ле Конфлен,Донкур-ле-Конфлан,دونکورت-لس-کونفلانس,东库尔莱孔夫朗		FR	44	54	541	54171	1198	Europe/Paris
6436583	Doncourt-lès-Longuyon	doncourt-les-longuyon	Doncourt-les-Longuyon,Doncourt-lès-Longuyon,Donkur le Longijon,Donkur-le-Longjuion,Donkur-le-Longjujon,dong ku er lai long ji weng,Донкур ле Лонгијон,Донкур-ле-Лонгюион,Донкур-ле-Лонгюйон,Донкур-ле-Лонгюїон,东库尔莱隆吉翁		FR	44	54	541	54172	303	Europe/Paris
6436584	Drouville	drouville	Drouville		FR	44	54	542	54173	204	Europe/Paris
6436585	Écrouves	ecrouves	Ecrouves,Écrouves		FR	44	54	544	54174	4375	Europe/Paris
6436586	Einvaux	einvaux	Ehnvo,Envo,an wo,Енво,Энво,安沃		FR	44	54	542	54175	352	Europe/Paris
6436587	Einville-au-Jard	einville-au-jard	Ehnvil'-o-Zhar,Einville-au-Jard,Envil'-o-Zhar,an wei er ao ya er,Енвиль-о-Жар,Енвіль-о-Жар,Энвиль-о-Жар,安维尔奥雅尔		FR	44	54	542	54176	1216	Europe/Paris
6436588	Emberménil	embermenil			FR	44	54	542	54177	262	Europe/Paris
6436589	Épiez-sur-Chiers	epiez-sur-chiers	Ehp'e-sjur-Sh'er,Ep'ez-sjur-Sh'e,Epez-sjur-She,Epiez-sur-Chiers,xie er he pan ai pi ye,Épiez-sur-Chiers,Епьез-сюр-Шье,Епєз-сюр-Шє,Эпье-сюр-Шьер,谢尔河畔埃皮耶		FR	44	54	541	54178	182	Europe/Paris
6436590	Erbéviller-sur-Amezule	erbeviller-sur-amezule	Erbeviller-sur-Amezule,Erbéviller-sur-Amezule		FR	44	54	543	54180	77	Europe/Paris
6436591	Errouville	errouville			FR	44	54	541	54181	743	Europe/Paris
6436592	Essey-et-Maizerais	essey-et-maizerais	Ehsse-eh-Mezre,Esej et Mezere,Esse-e-Mezre,Essey-et-Maizerais,ai sai he mai ze lai,Есеј ет Мезере,Ессе-е-Мезре,Эссе-э-Мезре,埃塞和迈泽赖		FR	44	54	544	54182	380	Europe/Paris
6436593	Essey-la-Côte	essey-la-cote	Essey-la-Cote,Essey-la-Côte		FR	44	54	542	54183	82	Europe/Paris
6436594	Essey-lès-Nancy	essey-les-nancy			FR	44	54	543	54184	8704	Europe/Paris
6436595	Étreval	etreval	Ehtreval',Etreval,Etreval',ai te lei wa,Étreval,Етревал,Етреваль,Этреваль,埃特勒瓦		FR	44	54	543	54185	62	Europe/Paris
6436596	Euvezin	euvezin	Ehvzen,Euvezin,Evezen,Evzen,e wei zan,Евезен,Евзен,Эвзен,厄韦赞		FR	44	54	544	54187	108	Europe/Paris
6436597	Favières	favieres	Favieres,Favières		FR	44	54	544	54189	596	Europe/Paris
6436598	Fécocourt	fecocourt	Fecocourt,Fekokur,Fécocourt,fei ke ku er,Фекокур,费科库尔		FR	44	54	544	54190	107	Europe/Paris
6436599	Fenneviller	fenneviller	Fenneviller,Fennville,Fennviller,fei na wei lai,Феннвилле,Феннвиллер,Феннвілле,费纳维莱		FR	44	54	542	54191	92	Europe/Paris
6436600	Fey-en-Haye	fey-en-haye	Fe-an-E,Fe-an-Eh,Fey-en-Haye,ai ai de qu fei,Фе-ан-Е,Фе-ан-Э,艾埃地区费		FR	44	54	543	54193	79	Europe/Paris
6436601	Fillières	fillieres			FR	44	54	541	54194	509	Europe/Paris
6436602	Flainval	flainval	Flainval,Flenval',fu lan wa,Фленваль,弗兰瓦		FR	44	54	542	54195	204	Europe/Paris
6436603	Flavigny-sur-Moselle	flavigny-sur-moselle	Flavigny-sur-Moselle,Flavin'i-sjur-Mozel',mo sai er he pan fu la wei ni,Флавиньи-сюр-Мозель,Флавіньї-сюр-Мозель,莫塞尔河畔弗拉维尼		FR	44	54	543	54196	1733	Europe/Paris
6436604	Fléville-devant-Nancy	fleville-devant-nancy	Flevil'-devan-Nansi,Fleville-devant-Nancy,Fléville-devant-Nancy,fu lai wei er de wang nan xi,Флевиль-деван-Нанси,Флевіль-деван-Нансі,弗莱维尔德旺南西		FR	44	54	543	54197	2288	Europe/Paris
6436605	Fléville-Lixières	fleville-lixieres	Flevil'-Liks'er,Fleville-Lixieres,Fléville-Lixières,fu lai wei er li ke xi ai,Флевиль-Ликсьер,Флевіль-Ліксьєр,弗莱维尔利克西埃		FR	44	54	541	54198	311	Europe/Paris
6436606	Flin	flin	Flen,Flin,flyn,fu lan,Флен,فلین,弗兰		FR	44	54	542	54199	376	Europe/Paris
6436607	Flirey	flirey	Flire,fu li lei,Флире,Фліре,弗利雷		FR	44	54	544	54200	149	Europe/Paris
6436608	Fontenoy-la-Joûte	fontenoy-la-joute	Fontenoy-la-Joute,Fontenoy-la-Joûte,Fontenua-la-Zhut,Fontnoa la Zhut,feng tang wa la ru te,Фонтенуа-ла-Жут,Фонтноа ла Жут,丰唐瓦拉茹特		FR	44	54	542	54201	307	Europe/Paris
6436609	Fontenoy-sur-Moselle	fontenoy-sur-moselle	Fontenoy-sur-Moselle		FR	44	54	544	54202	372	Europe/Paris
6436610	Forcelles-Saint-Gorgon	forcelles-saint-gorgon	Forcelles-Saint-Gorgon		FR	44	54	543	54203	151	Europe/Paris
6436611	Forcelles-sous-Gugney	forcelles-sous-gugney	Forcelles-sous-Gugney,Forsel su Gine,Forsel'-su-Gjun'e,fu er se lai su ju gai yi,Форсел су Гиње,Форсель-су-Гюнье,Форсель-су-Гюньє,福尔瑟莱苏居盖伊		FR	44	54	543	54204	94	Europe/Paris
6436613	Fraisnes-en-Saintois	fraisnes-en-saintois	Fraisnes-en-Saintois		FR	44	54	543	54207	106	Europe/Paris
6436614	Francheville	francheville	Franshvil,Franshvil',fu lang she wei er,Франшвил,Франшвиль,Франшвіль,弗朗舍维尔		FR	44	54	544	54208	279	Europe/Paris
6436615	Franconville	franconville	Franconville,Francorum Villa,Frankonvil,Frankonvil',Франконвил,Франконвиль,Франконвіль		FR	44	54	542	54209	81	Europe/Paris
6436616	Fréménil	fremenil	Fremenij,Fremenil,Fremenil',Fréménil,fu lei mei ni,Фремений,Фремениль,Фременій,弗雷梅尼		FR	44	54	542	54210	223	Europe/Paris
6436617	Frémonville	fremonville	Fremonvil',Fremonville,Frémonville,fu lei meng wei er,Фремонвиль,Фремонвіль,弗雷蒙维尔		FR	44	54	542	54211	186	Europe/Paris
6436618	Fresnois-la-Montagne	fresnois-la-montagne	Frenua-la-Montan',fu lei si nu wa la meng ta ni,Френуа-ла-Монтань,弗雷斯努瓦拉蒙塔尼		FR	44	54	541	54212	410	Europe/Paris
6436619	Friauville	friauville	Friauville,Friovil',fu li ao wei er,Фриовиль,Фріовіль,弗里奥维尔		FR	44	54	541	54213	367	Europe/Paris
6436620	Frolois	frolois	Frolois		FR	44	54	543	54214	708	Europe/Paris
6436621	Frouard	frouard	Frouard		FR	44	54	543	54215	6566	Europe/Paris
6436622	Froville	froville	Frovil',Froville,Фровиль,Фровіль		FR	44	54	542	54216	123	Europe/Paris
6436623	Gélacourt	gelacourt	Gelacourt,Gélacourt,Zhelakur,re la ku er,Желакур,热拉库尔		FR	44	54	542	54217	168	Europe/Paris
6436624	Gélaucourt	gelaucourt	Gelaucourt,Gélaucourt,Zhelokur,re luo ku er,Желокур,热洛库尔		FR	44	54	544	54218	66	Europe/Paris
6436625	Gellenoncourt	gellenoncourt	Gellenoncourt		FR	44	54	543	54219	76	Europe/Paris
6436626	Gémonville	gemonville	Gemonville,Gémonville		FR	44	54	544	54220	73	Europe/Paris
6436627	Gerbécourt-et-Haplemont	gerbecourt-et-haplemont	Gerbecourt-et-Haplemont,Gerbécourt-et-Haplemont		FR	44	54	543	54221	226	Europe/Paris
6436628	Gerbéviller	gerbeviller			FR	44	54	542	54222	1349	Europe/Paris
6436629	Germiny	germiny	Germiny		FR	44	54	544	54223	208	Europe/Paris
6436630	Gézoncourt	gezoncourt	Gezoncourt,Gézoncourt,Zhezonkur,re zong ku er,Жезонкур,热宗库尔		FR	44	54	544	54225	176	Europe/Paris
6436632	Giraumont	giraumont	Giraumont,Zhiromon,ji luo meng,Жиромон,吉罗蒙		FR	44	54	541	54227	1346	Europe/Paris
6436633	Giriviller	giriviller	Zhirivil',Zhirivile,Zhiriviller,ji li wei lai,Жиривиле,Жиривиллер,Жиривиль,Жиривіль,吉里维莱		FR	44	54	542	54228	71	Europe/Paris
6436634	Glonville	glonville	Glonville		FR	44	54	542	54229	353	Europe/Paris
6436636	Gondrecourt-Aix	gondrecourt-aix	Gondrecourt-Aix,Gondrekur-Ehks,Gondrekur-Eks,Gondrkur E,gong de lei ku er ai,Гондрекур-Екс,Гондрекур-Экс,Гондркур Е,贡德雷库尔艾		FR	44	54	541	54231	178	Europe/Paris
6436637	Gondreville	gondreville	Gondrevil',Gondreville,Gondrvil,gong de lei wei er,Гондрвил,Гондревиль,Гондревіль,贡德勒维尔		FR	44	54	544	54232	2823	Europe/Paris
6436638	Gondrexon	gondrexon	Gondrekson,Gondrexon,gong de lei ke song,Гондрексон,贡德勒克松		FR	44	54	542	54233	40	Europe/Paris
6436639	Goviller	goviller	Goviller		FR	44	54	543	54235	427	Europe/Paris
6436641	Grimonviller	grimonviller	Grimaldi Villa,Grimonvil',Grimonviller,ge li meng wei lai,Гримонвиллер,Гримонвиль,Гримонвіль,格里蒙维莱		FR	44	54	544	54237	91	Europe/Paris
6436642	Gripport	gripport	Grippor,Gripport,ge li bo er,Гриппор,格里波尔		FR	44	54	543	54238	293	Europe/Paris
6436643	Griscourt	griscourt	Griscourt		FR	44	54	544	54239	129	Europe/Paris
6436644	Grosrouvres	grosrouvres	Groruvr,Grosrouvres,ge luo si lu fu lei,Грорувр,格罗斯鲁夫雷		FR	44	54	544	54240	63	Europe/Paris
6436645	Hablainville	hablainville	Ablenvil,Ablenvil',Hablainville,a bu lan wei er,Абленвил,Абленвиль,Абленвіль,ہبلین ول,阿布兰维尔		FR	44	54	542	54243	222	Europe/Paris
6436646	Hagéville	hageville	Azhevil,Azhevil',Hageville,Hagéville,a re wei er,Ажевил,Ажевиль,Ажевіль,阿热维尔		FR	44	54	541	54244	114	Europe/Paris
6436647	Haigneville	haigneville	Ehn'evil',En'evil',Envil,Haigneville,ai gai wei er,Еньевиль,Еньєвіль,Ењвил,Эньевиль,艾盖维尔		FR	44	54	542	54245	56	Europe/Paris
6436648	Halloville	halloville	Allovil',Alovil,Halloville,a luo wei er,Алловиль,Алловіль,Аловил,阿洛维尔		FR	44	54	542	54246	73	Europe/Paris
6436649	Hammeville	hammeville	Hammeville		FR	44	54	543	54247	176	Europe/Paris
6436650	Hamonville	hamonville	Amonvil,Amonvil',Hamonville,a meng wei er,Амонвил,Амонвиль,Амонвіль,阿蒙维尔		FR	44	54	544	54248	93	Europe/Paris
6436651	Hannonville-Suzémont	hannonville-suzemont	Annonvil'-Sjuzemon,Anonvil Sizemon,Hannonville-Suzemont,Hannonville-Suzémont,a nong wei er xu ze meng,Аннонвиль-Сюземон,Аннонвіль-Сюземон,Анонвил Сиземон,阿农维尔叙泽蒙		FR	44	54	541	54249	262	Europe/Paris
6436652	Harbouey	harbouey	Harbouey		FR	44	54	542	54251	116	Europe/Paris
6436653	Haroué	haroue	Arue,Arueh,Haroue,Haroué,a lu ai,Аруе,Аруэ,阿鲁埃		FR	44	54	543	54252	512	Europe/Paris
6436654	Hatrize	hatrize	Atriz,Hatrize,a te li ci,Атриз,阿特里兹		FR	44	54	541	54253	770	Europe/Paris
6436655	Haucourt-Moulaine	haucourt-moulaine	Haucourt-Moulaine,Okur Mulen,Okur-Mulen,ao ku er mu lan,Окур Мулен,Окур-Мулен,奥库尔穆兰		FR	44	54	541	54254	3165	Europe/Paris
6436656	Haudonville	haudonville	Haudonville,Odonvil,Odonvil',ao dong wei er,Одонвил,Одонвиль,Одонвіль,奥东维尔		FR	44	54	542	54255	88	Europe/Paris
6436657	Haussonville	haussonville	Osonvil,Ossonvil',ao song wei er,Осонвил,Оссонвиль,Оссонвіль,奥松维尔		FR	44	54	542	54256	303	Europe/Paris
6436658	Heillecourt	heillecourt	Heillecourt		FR	44	54	543	54257	5569	Europe/Paris
6436659	Hénaménil	henamenil	Henamenil,Hénaménil		FR	44	54	542	54258	150	Europe/Paris
6436660	Herbéviller	herbeviller	Ehrbeviller,Erbevil',Herbeviller,Herbéviller,ai er bei wei lai,Ербевиль,Ербевіль,Эрбевиллер,埃尔贝维莱		FR	44	54	542	54259	235	Europe/Paris
6436661	Hériménil	herimenil	Ehrimenil',Erimenij,Herimenil,Hériménil,ai li mei ni,Еримений,Ерименій,Эримениль,埃里梅尼		FR	44	54	542	54260	960	Europe/Paris
6436662	Herserange	herserange	Herserange		FR	44	54	541	54261	4368	Europe/Paris
6436663	Hoéville	hoeville	Hoeville,Hoéville		FR	44	54	542	54262	199	Europe/Paris
6436664	Homécourt	homecourt			FR	44	54	541	54263	6167	Europe/Paris
6436665	Houdelmont	houdelmont			FR	44	54	543	54264	218	Europe/Paris
6436666	Houdreville	houdreville			FR	44	54	543	54266	440	Europe/Paris
6436667	Housséville	housseville	Housseville,Housséville		FR	44	54	543	54268	166	Europe/Paris
6436668	Hudiviller	hudiviller	Hudiviller		FR	44	54	542	54269	352	Europe/Paris
6436669	Hussigny-Godbrange	hussigny-godbrange	Hussigny-Godbrange		FR	44	54	541	54270	3511	Europe/Paris
6436670	Jaillon	jaillon	Jaillon,Zhajon,re long,Жайон,جیللوں,热隆		FR	44	54	544	54272	472	Europe/Paris
6436671	Jarny	jarny	Jarny		FR	44	54	541	54273	8295	Europe/Paris
6436672	Jarville-la-Malgrange	jarville-la-malgrange	Jarville-la-Malgrange		FR	44	54	543	54274	9233	Europe/Paris
6436673	Jaulny	jaulny	Jaulny		FR	44	54	544	54275	211	Europe/Paris
6436674	Jeandelaincourt	jeandelaincourt	Jeandelaincourt		FR	44	54	543	54276	802	Europe/Paris
6436675	Jeandelize	jeandelize	Jeandelize		FR	44	54	541	54277	373	Europe/Paris
6436676	Jevoncourt	jevoncourt	Jevoncourt		FR	44	54	543	54278	99	Europe/Paris
6436677	Jezainville	jezainville	Jezainville		FR	44	54	543	54279	949	Europe/Paris
6436678	Jolivet	jolivet	Jolivet,Zholive,Жоливе,Жоліве		FR	44	54	542	54281	905	Europe/Paris
6436679	Joppécourt	joppecourt	Joppecourt,Joppécourt		FR	44	54	541	54282	158	Europe/Paris
6436680	Jouaville	jouaville			FR	44	54	541	54283	304	Europe/Paris
6436681	Joudreville	joudreville	Joudreville		FR	44	54	541	54284	1165	Europe/Paris
6436682	Juvrecourt	juvrecourt	Juvrecourt,Zhjuvrekur,Zhuvrekur,rui fu lei ku er,Жуврекур,Жюврекур,瑞夫雷库尔		FR	44	54	542	54285	61	Europe/Paris
6436683	Labry	labry	Labri,Labry,la bu li,labry,Лабри,Лабрі,لابری,拉布里		FR	44	54	541	54286	1550	Europe/Paris
6436684	Lachapelle	lachapelle			FR	44	54	542	54287	269	Europe/Paris
6436685	Lagney	lagney	Lagney,Lan'e,la gai yi,lagny,Ланье,Ланьє,لاگنی,拉盖伊		FR	44	54	544	54288	504	Europe/Paris
6436686	Laix	laix	Laix,Leks,lai zhen,Лекс,莱镇		FR	44	54	541	54290	204	Europe/Paris
6436687	Lamath	lamath	Lamat,Lamath,la ma,Ламат,لاماٹہ,拉马		FR	44	54	542	54292	200	Europe/Paris
6436688	Landécourt	landecourt	Landekur,lang dai ku er,Ландекур,لانڈیکورٹ,朗代库尔		FR	44	54	542	54293	92	Europe/Paris
6436689	Landremont	landremont	Landremont		FR	44	54	543	54294	146	Europe/Paris
6436690	Landres	landres	Landres		FR	44	54	541	54295	977	Europe/Paris
6436691	Laneuvelotte	laneuvelotte	Laneuvelotte,Lanevlott,Lanjovlott,la na wei luo te,Ланевлотт,Ланёвлотт,لانیوویلوٹٹی,拉纳韦洛特		FR	44	54	543	54296	442	Europe/Paris
6436692	Laneuveville-aux-Bois	laneuveville-aux-bois	Lanevvil'-o-Bua,Lanjovvil'-o-Bua,la na fu wei er ao bu wa,lanywwywyl-a-bwys,Ланеввиль-о-Буа,Ланеввіль-о-Буа,Ланёввиль-о-Буа,لانیوویویل-آ-بویس,拉纳弗维尔奥布瓦		FR	44	54	542	54297	316	Europe/Paris
6436693	Laneuveville-derrière-Foug	laneuveville-derriere-foug	Laneuveville-derriere-Foug,Laneuveville-derrière-Foug,Lanevvil'-derrier-Fug,Lanjovvil'-derr'er-Fug,la na fu wei er dai er li ai fu,Ланеввиль-дерриер-Фуг,Ланеввіль-деррієр-Фуг,Ланёввиль-деррьер-Фуг,لانیوویویل-ڈیریری-فوگ,拉纳弗维尔代尔里埃富		FR	44	54	544	54298	147	Europe/Paris
6436694	Laneuveville-devant-Bayon	laneuveville-devant-bayon	Lanevvil'-devan-Bajon,Lanjovvil'-devan-Bajon,la na fu wei er de wang ba yong,Ланеввиль-деван-Байон,Ланеввіль-деван-Байон,Ланёввиль-деван-Байон,لانیوویویل-دیواں-بےون,拉纳弗维尔德旺巴永		FR	44	54	543	54299	225	Europe/Paris
6436695	Laneuveville-devant-Nancy	laneuveville-devant-nancy	Laneuveville-devant-Nancy,Lanevvil'-devan-Nansi,Lanjovvil'-devan-Nansi,la na fu wei er de wang nan xi,Ланеввиль-деван-Нанси,Ланеввіль-деван-Нансі,Ланёввиль-деван-Нанси,لانیوویویل-دیواں-نانسی,拉纳弗维尔德旺南西		FR	44	54	543	54300	6544	Europe/Paris
6436696	Lanfroicourt	lanfroicourt	Lanfruakur,lang fu lu wa ku er,Ланфруакур,لانفرویکورٹ,朗夫鲁瓦库尔		FR	44	54	543	54301	130	Europe/Paris
6436697	Lantéfontaine	lantefontaine	Lantefontaine,Lantefonten,Lantéfontaine,lang tai feng tan,Лантефонтен,لانتے فونتین,朗泰丰坦		FR	44	54	541	54302	760	Europe/Paris
6436698	Laronxe	laronxe	Laronxe		FR	44	54	542	54303	373	Europe/Paris
6436699	Laxou	laxou	Laxou		FR	44	54	543	54304	14321	Europe/Paris
6436700	Lay-Saint-Christophe	lay-saint-christophe			FR	44	54	543	54305	2468	Europe/Paris
6436701	Lebeuville	lebeuville	Lebeuville,Lebevil',Lebjovil',lei bo wei er,Лебевиль,Лебевіль,Лебёвиль,勒伯维尔		FR	44	54	543	54307	175	Europe/Paris
6436702	Leintrey	leintrey	Leintrey,Lentre,lan te lei,Лентре,兰特雷		FR	44	54	542	54308	139	Europe/Paris
6436703	Lemainville	lemainville	Lemainville		FR	44	54	543	54309	372	Europe/Paris
6436704	Leménil-Mitry	lemenil-mitry	Lemenil-Mitry,Leménil-Mitry		FR	44	54	543	54310	3	Europe/Paris
6436705	Lenoncourt	lenoncourt	Lenonkur,lang weng ku er,Ленонкур,朗翁库尔		FR	44	54	543	54311	594	Europe/Paris
6436706	Lesménils	lesmenils	Lesmenils,Lesménils		FR	44	54	543	54312	497	Europe/Paris
6436707	Létricourt	letricourt	Letricourt,Letrikur,Létricourt,lai te li ku er,Летрикур,莱特里库尔		FR	44	54	543	54313	242	Europe/Paris
6436708	Lexy	lexy	Leksi,Lexy,lei ke xi,Лекси,Лексі,勒克西		FR	44	54	541	54314	3607	Europe/Paris
6436709	Leyr	leyr			FR	44	54	543	54315	925	Europe/Paris
6436710	Lironville	lironville	Lironville		FR	44	54	544	54317	128	Europe/Paris
6436711	Liverdun	liverdun	Liverdun		FR	44	54	544	54318	6043	Europe/Paris
6436712	Loisy	loisy	Loisy		FR	44	54	543	54320	326	Europe/Paris
6436713	Longlaville	longlaville	Longlaville,Lonlavil',long ge la wei er,Лонлавиль,Лонлавіль,隆格拉维尔		FR	44	54	541	54321	2489	Europe/Paris
6436714	Longwy	longwy	Longwy		FR	44	54	541	54323	14722	Europe/Paris
6436715	Lorey	lorey	Lorey		FR	44	54	542	54324	107	Europe/Paris
6436716	Loromontzey	loromontzey	Loromontzey		FR	44	54	542	54325	88	Europe/Paris
6436717	Lubey	lubey	Ljube,Lubey,lu bei,Любе,吕贝		FR	44	54	541	54326	231	Europe/Paris
6436718	Lucey	lucey	Ljuse,Lucey,lu sai,Люсе,吕塞		FR	44	54	544	54327	623	Europe/Paris
6436719	Ludres	ludres	Ludres		FR	44	54	543	54328	6298	Europe/Paris
6436720	Lupcourt	lupcourt			FR	44	54	543	54330	458	Europe/Paris
6436721	Magnières	magnieres	Magnieres,Magnières		FR	44	54	542	54331	290	Europe/Paris
6436722	Maidières	maidieres			FR	44	54	543	54332	1535	Europe/Paris
6436723	Mailly-sur-Seille	mailly-sur-seille	Mailly-sur-Seille		FR	44	54	543	54333	246	Europe/Paris
6436724	Maixe	maixe	Maixe		FR	44	54	542	54335	413	Europe/Paris
6436725	Malavillers	malavillers	Malavillers		FR	44	54	541	54337	136	Europe/Paris
6436726	Malleloy	malleloy			FR	44	54	543	54338	981	Europe/Paris
6436727	Malzéville	malzeville			FR	44	54	543	54339	7969	Europe/Paris
6436728	Mamey	mamey	Mamey		FR	44	54	544	54340	340	Europe/Paris
6436731	Mangonville	mangonville			FR	44	54	543	54344	231	Europe/Paris
6436732	Manoncourt-en-Vermois	manoncourt-en-vermois	Manoncourt-en-Vermois		FR	44	54	543	54345	340	Europe/Paris
6436733	Manoncourt-en-Woëvre	manoncourt-en-woevre	Manoncourt-en-Woevre,Manoncourt-en-Woëvre,Manonkur-an-Voevr,Manonkur-an-Vuavr,wo e fu er de qu mang weng ku er,Манонкур-ан-Воевр,Манонкур-ан-Вуавр,沃厄夫尔地区芒翁库尔		FR	44	54	544	54346	243	Europe/Paris
6436734	Manonville	manonville	Manonvil',Manonville,mang weng wei er,Манонвиль,Манонвіль,芒翁维尔		FR	44	54	544	54348	242	Europe/Paris
6436735	Manonviller	manonviller	Manonvil',Manonviller,mang weng wei lai,Манонвиллер,Манонвиль,Манонвіль,芒翁维莱		FR	44	54	542	54349	167	Europe/Paris
6436736	Marainviller	marainviller	Marainviller,Marenvil',Marenviller,ma lan wei lai,Маренвиллер,Маренвиль,Маренвіль,马兰维莱		FR	44	54	542	54350	672	Europe/Paris
6436737	Marbache	marbache	Marbache,Marbash,ma er ba ke,Марбаш,马尔巴克		FR	44	54	543	54351	1714	Europe/Paris
6436738	Mars-la-Tour	mars-la-tour	Mars la Tur,Mars-la-Tour,Mars-la-Tur,ma er la tu,Марс ла Тур,Марс-ла-Тур,马尔拉图		FR	44	54	541	54353	963	Europe/Paris
6436739	Marthemont	marthemont	Marthemont		FR	44	54	543	54354	42	Europe/Paris
6436740	Mattexey	mattexey			FR	44	54	542	54356	66	Europe/Paris
6436741	Maxéville	maxeville	Maxeville,Maxéville		FR	44	54	543	54357	9889	Europe/Paris
6436742	Mazerulles	mazerulles	Mazerulles		FR	44	54	543	54358	269	Europe/Paris
6436743	Méhoncourt	mehoncourt	Mehoncourt,Meonkur,Méhoncourt,mei weng ku er,Меонкур,梅翁库尔		FR	44	54	542	54359	237	Europe/Paris
6436744	Ménil-la-Tour	menil-la-tour	Menij-la-Tur,Menil'-la-Tur,Menil-la-Tour,Ménil-la-Tour,mei ni la tu,Мений-ла-Тур,Мениль-ла-Тур,Меній-ла-Тур,梅尼拉图		FR	44	54	544	54360	339	Europe/Paris
6436745	Mercy-le-Bas	mercy-le-bas	Mersi-le-Ba,mei er xi lai ba,Мерси-ле-Ба,Мерсі-ле-Ба,梅尔西莱巴		FR	44	54	541	54362	1274	Europe/Paris
6436746	Mercy-le-Haut	mercy-le-haut	Mercy-le-Haut,Mersi-le-O,mei er xi lai ao,Мерси-ле-О,Мерсі-ле-О,梅尔西莱奥		FR	44	54	541	54363	274	Europe/Paris
6436747	Méréville	mereville	Mereville,Méréville		FR	44	54	543	54364	1373	Europe/Paris
6436748	Merviller	merviller	Merville,Merviller,mei er wei lai,Мервилле,Мервиллер,Мервілле,梅尔维莱		FR	44	54	542	54365	343	Europe/Paris
6436749	Messein	messein	Messen,mei sang,Мессен,梅桑		FR	44	54	543	54366	1873	Europe/Paris
6436750	Mexy	mexy	Meksi,Mexy,mo ke xi,Мекси,Мексі,默克西		FR	44	54	541	54367	2251	Europe/Paris
6436751	Mignéville	migneville	Min'evil',mi nie wei er,Миньевиль,Міньєвіль,米涅维尔		FR	44	54	542	54368	193	Europe/Paris
6436752	Millery	millery	Millery		FR	44	54	543	54369	624	Europe/Paris
6436753	Minorville	minorville	Minorville		FR	44	54	544	54370	235	Europe/Paris
6436754	Moineville	moineville	Moineville,Muanvil',mu wa na wei er,Муанвиль,Муанвіль,穆瓦纳维尔		FR	44	54	541	54371	1085	Europe/Paris
6436755	Moncel-lès-Lunéville	moncel-les-luneville	Moncel-les-Luneville,Moncel-lès-Lunéville,Monsel'-le-Ljunevil',meng sai lai lu nei wei er,Монсель-ле-Люневиль,Монсель-ле-Люневіль,蒙塞莱吕内维尔		FR	44	54	542	54373	630	Europe/Paris
6436756	Moncel-sur-Seille	moncel-sur-seille	Moncel-sur-Seille,Monsel'-sjur-Sej,sai er he pan meng sai,Монсель-сюр-Сей,塞尔河畔蒙塞		FR	44	54	543	54374	527	Europe/Paris
6436757	Montauville	montauville	Montauville,Montovil',meng tuo wei er,Монтовиль,Монтовіль,蒙托维尔		FR	44	54	543	54375	1069	Europe/Paris
6436758	Montenoy	montenoy			FR	44	54	543	54376	416	Europe/Paris
6436759	Montigny-sur-Chiers	montigny-sur-chiers	Montigny-sur-Chiers		FR	44	54	541	54378	491	Europe/Paris
6436760	Mont-l'Étroit	mont-l-etroit	Mont-l'Etroit,Mont-l'Étroit		FR	44	54	544	54379	89	Europe/Paris
6436761	Mont-le-Vignoble	mont-le-vignoble	Mon-le-Vin'obl',Mont-le-Vignoble,meng lai wei ni ao bu er,Мон-ле-Виньобль,Мон-ле-Віньобль,蒙莱维尼奥布尔		FR	44	54	544	54380	422	Europe/Paris
6436762	Montreux	montreux	Montre,Montreux,Montrjo,meng te lei,Монтре,Монтрё,蒙特勒		FR	44	54	542	54381	65	Europe/Paris
6436763	Mont-Saint-Martin	mont-saint-martin	Mon-Sen-Marten,meng sheng ma er tan,Мон-Сен-Мартен,蒙圣马尔坦		FR	44	54	541	54382	8602	Europe/Paris
6436764	Mont-sur-Meurthe	mont-sur-meurthe	Mon-sjur-Mert,Mon-sjur-Mjort,Mont-sur-Meurthe,mo er te he pan meng,Мон-сюр-Мерт,Мон-сюр-Мёрт,默尔特河畔蒙		FR	44	54	542	54383	1113	Europe/Paris
6436765	Morfontaine	morfontaine	Morfonten,mo er feng tan,Морфонтен,莫尔丰坦		FR	44	54	541	54385	1095	Europe/Paris
6436766	Moriviller	moriviller	Morivil',Moriviller,mo li wei lai,Моривиллер,Моривиль,Моривіль,莫里维莱		FR	44	54	542	54386	94	Europe/Paris
6436767	Morville-sur-Seille	morville-sur-seille	Morville-sur-Seille		FR	44	54	543	54387	148	Europe/Paris
6436768	Mouacourt	mouacourt	Mouacourt,Muakur,mu a ku er,Муакур,穆阿库尔		FR	44	54	542	54388	71	Europe/Paris
6436769	Mouaville	mouaville	Mouaville		FR	44	54	541	54389	98	Europe/Paris
6436931	Vitrey	vitrey			FR	44	54	543	54587	209	Europe/Paris
6436770	Moutiers	moutiers	Moutiers,Mut'e,mu di ye er,Мутье,Мутьє,穆蒂耶尔		FR	44	54	541	54391	1569	Europe/Paris
6436771	Moutrot	moutrot	Moutrot		FR	44	54	544	54392	298	Europe/Paris
6436772	Moyen	moyen	Moyen		FR	44	54	542	54393	551	Europe/Paris
6436773	Murville	murville	Mjurvil',Murville,mi er wei er,Мюрвиль,Мюрвіль,米尔维尔		FR	44	54	541	54394	245	Europe/Paris
6436774	Neufmaisons	neufmaisons	Neufmaisons		FR	44	54	542	54396	233	Europe/Paris
6436775	Neuves-Maisons	neuves-maisons	Nev-Mezon,Njov-Mezon,na wei mai song,Нев-Мезон,Нёв-Мезон,纳韦迈松		FR	44	54	543	54397	6820	Europe/Paris
6436776	Neuviller-lès-Badonviller	neuviller-les-badonviller	Neuviller-les-Badonviller,Neuviller-lès-Badonviller,Nevil'-le-Badonvil',Njoviller-le-Badonviller,na wei lai lai ba dong wei lai,Невиль-ле-Бадонвиль,Невіль-ле-Бадонвіль,Нёвиллер-ле-Бадонвиллер,纳维莱莱巴东维莱		FR	44	54	542	54398	92	Europe/Paris
6436777	Neuviller-sur-Moselle	neuviller-sur-moselle	Neuviller-sur-Moselle,Nevil'-sjur-Mozel',Njoviller-sjur-Mozel',mo sai er he pan na wei lai,Невиль-сюр-Мозель,Невіль-сюр-Мозель,Нёвиллер-сюр-Мозель,莫塞尔河畔纳维莱		FR	44	54	543	54399	225	Europe/Paris
6436778	Nonhigny	nonhigny	Nonhigny,Nonin'i,nuo ni ni,Нониньи,Ноніньї,诺尼尼		FR	44	54	542	54401	126	Europe/Paris
6436779	Norroy-le-Sec	norroy-le-sec	Norroy-le-Sec		FR	44	54	541	54402	419	Europe/Paris
6436780	Norroy-lès-Pont-à-Mousson	norroy-les-pont-a-mousson	Norroy-les-Pont-a-Mousson,Norroy-lès-Pont-à-Mousson,Norrua-le-Pont-a-Musson,nuo er lu wa lai si-peng te-a mu song,Норруа-ле-Понт-а-Муссон,诺尔鲁瓦莱斯-蓬特-阿穆松		FR	44	54	543	54403	1215	Europe/Paris
6436781	Noviant-aux-Prés	noviant-aux-pres	Nov'jant-o-Pre,Noviant-aux-Pres,Noviant-aux-Prés,Novjant-o-Pre,nuo wei ang ao pu lei,Новьянт-о-Пре,Новянт-о-Пре,诺维昂奥普雷		FR	44	54	544	54404	262	Europe/Paris
6436782	Ochey	ochey	Ochey,Oshe,ao xie,Оше,奥谢		FR	44	54	544	54405	519	Europe/Paris
6436783	Ogéviller	ogeviller	Ozhevil',Ozheviller,ao re wei lai,Ожевиллер,Ожевиль,Ожевіль,奥热维莱		FR	44	54	542	54406	285	Europe/Paris
6436784	Ognéville	ogneville			FR	44	54	543	54407	102	Europe/Paris
6436785	Olley	olley	Olle,ao lai,Олле,奥莱		FR	44	54	541	54408	247	Europe/Paris
6436786	Omelmont	omelmont	Omel'mon,Omelmont,ao mei er meng,Омельмон,奥梅尔蒙		FR	44	54	543	54409	187	Europe/Paris
6436787	Onville	onville	Onvil',weng wei er,Онвиль,Онвіль,翁维尔		FR	44	54	541	54410	535	Europe/Paris
6436788	Ormes-et-Ville	ormes-et-ville	Orm-e-Vil',Orm-eh-Vil',ao er mei he wei er,Орм-е-Виль,Орм-е-Віль,Орм-э-Виль,奥尔梅和维尔		FR	44	54	543	54411	231	Europe/Paris
6436790	Ozerailles	ozerailles	Ozerailles		FR	44	54	541	54413	148	Europe/Paris
6436791	Pagny-sur-Moselle	pagny-sur-moselle	Pagny-sur-Moselle,Pan'i-sjur-Mozel',mo sai er he pan pa ni,Паньи-сюр-Мозель,Паньї-сюр-Мозель,莫塞尔河畔帕尼		FR	44	54	543	54415	4158	Europe/Paris
6436792	Pannes	pannes	Pannes		FR	44	54	544	54416	171	Europe/Paris
6436793	Parey-Saint-Césaire	parey-saint-cesaire	Parey-Saint-Cesaire,Parey-Saint-Césaire		FR	44	54	543	54417	244	Europe/Paris
6436794	Parroy	parroy	Parroy,Parrua,pa er lu wa,Парруа,帕尔鲁瓦		FR	44	54	542	54418	164	Europe/Paris
6436795	Parux	parux	Parju,Parux,pa lu,Парю,帕吕		FR	44	54	542	54419	70	Europe/Paris
6436796	Petitmont	petitmont	Petitmont		FR	44	54	542	54421	322	Europe/Paris
6436797	Pettonville	pettonville	Pettonvil',pei tong wei er,Петтонвиль,Петтонвіль,佩通维尔		FR	44	54	542	54422	66	Europe/Paris
6436798	Pexonne	pexonne	Peksonn,Pexonne,po ke song,Пексонн,珀克松		FR	44	54	542	54423	369	Europe/Paris
6436799	Phlin	phlin	Phlin		FR	44	54	543	54424	41	Europe/Paris
6436800	Piennes	piennes	P'enn,Penn,Piennes,pi ye nei,Пьенн,Пєнн,皮耶内		FR	44	54	541	54425	2477	Europe/Paris
6436801	Pierre-Percée	pierre-percee	P'er-Perse,P'err-Perse,Perr-Perse,Pierre-Percee,Pierre-Percée,pi ye er pei er sai ai,Пьер-Персе,Пьерр-Персе,Пєрр-Персе,皮耶尔佩尔塞埃		FR	44	54	542	54427	90	Europe/Paris
6436802	Pierreville	pierreville	Pierreville		FR	44	54	543	54429	311	Europe/Paris
6436803	Pompey	pompey	Pompe,Pompey,peng pei,Помпе,蓬佩		FR	44	54	543	54430	4900	Europe/Paris
6436804	Pont-Saint-Vincent	pont-saint-vincent	Pont-Saint-Vincent		FR	44	54	543	54432	1901	Europe/Paris
6436805	Port-sur-Seille	port-sur-seille	Port-sur-Seille		FR	44	54	543	54433	221	Europe/Paris
6436806	Praye	praye	Praj,Praye,Pre,pu lai ai,Прай,Пре,普赖埃		FR	44	54	543	54434	275	Europe/Paris
6436807	Preutin-Higny	preutin-higny	Preten-In'i,Preutin-Higny,Prjoten-In'i,pu lei tan yi ni,Претен-Іньї,Претен-Иньи,Прётен-Иньи,普勒坦伊尼		FR	44	54	541	54436	136	Europe/Paris
6436808	Pulligny	pulligny			FR	44	54	543	54437	1174	Europe/Paris
6436809	Pulney	pulney	Pulney		FR	44	54	544	54438	59	Europe/Paris
6436810	Pulnoy	pulnoy	Pjul'nua,Pulnoy,pi er nu wa,Пюльнуа,皮尔努瓦		FR	44	54	543	54439	4712	Europe/Paris
6436811	Puxe	puxe	Puxe		FR	44	54	541	54440	114	Europe/Paris
6436812	Puxieux	puxieux	Puxieux		FR	44	54	541	54441	258	Europe/Paris
6436815	Raville-sur-Sânon	raville-sur-sanon	Ravil'-sjur-Sanon,Raville-sur-Sanon,Raville-sur-Sânon,sang weng he pan la wei er,Равиль-сюр-Санон,Равіль-сюр-Санон,桑翁河畔拉维尔		FR	44	54	542	54445	103	Europe/Paris
6436816	Réchicourt-la-Petite	rechicourt-la-petite	Rechicourt-la-Petite,Réchicourt-la-Petite		FR	44	54	542	54446	60	Europe/Paris
6436817	Réclonville	reclonville	Reclonville,Réclonville		FR	44	54	542	54447	74	Europe/Paris
6436818	Rehainviller	rehainviller	Rehainviller		FR	44	54	542	54449	1044	Europe/Paris
6436819	Reherrey	reherrey	Reherrey		FR	44	54	542	54450	116	Europe/Paris
6436820	Réhon	rehon	Rehon,Reon,Réhon,lei weng,Реон,雷翁		FR	44	54	541	54451	3844	Europe/Paris
6436821	Reillon	reillon	Reillon		FR	44	54	542	54452	86	Europe/Paris
6436822	Rembercourt-sur-Mad	rembercourt-sur-mad	Rembercourt-sur-Mad		FR	44	54	544	54453	157	Europe/Paris
6436929	Virecourt	virecourt	Virecourt		FR	44	54	542	54585	459	Europe/Paris
6436823	Remenoville	remenoville	Remenovil',Remenoville,lei mang ao wei er,Ременовиль,Ременовіль,雷芒奥维尔		FR	44	54	542	54455	164	Europe/Paris
6436824	Réméréville	remereville	Remereville,Réméréville		FR	44	54	543	54456	536	Europe/Paris
6436826	Richardménil	richardmenil	Richardmenil,Richardménil,Risharmenij,Risharmenil',li sha er de mei ni,Ришармений,Ришармениль,Ришарменій,里沙尔德梅尼		FR	44	54	543	54459	2358	Europe/Paris
6436827	Rogéville	rogeville	Rogeville,Rogéville		FR	44	54	544	54460	186	Europe/Paris
6436828	Rosières-aux-Salines	rosieres-aux-salines	Rosariae,Rosieres-aux-Salines,Rosières-aux-Salines,Roz'er-o-Salin,luo xi ai ao sa li nei,Розьер-о-Салин,Розьєр-о-Салін,罗西埃奥萨利内		FR	44	54	543	54462	2861	Europe/Paris
6436829	Rosières-en-Haye	rosieres-en-haye			FR	44	54	544	54463	237	Europe/Paris
6436830	Rouves	rouves	Rouves		FR	44	54	543	54464	104	Europe/Paris
6436831	Roville-devant-Bayon	roville-devant-bayon			FR	44	54	543	54465	791	Europe/Paris
6436832	Royaumeix	royaumeix	Royaumeix		FR	44	54	544	54466	354	Europe/Paris
6436833	Rozelieures	rozelieures	Rozel'er,Rozel'jor,Rozelieures,luo ze li ye yu lei,Розельер,Розельёр,Розельєр,罗泽利耶于雷		FR	44	54	542	54467	191	Europe/Paris
6436834	Saffais	saffais	Saffais		FR	44	54	543	54468	117	Europe/Paris
6436835	Saint-Baussant	saint-baussant	Saint-Baussant		FR	44	54	544	54470	74	Europe/Paris
6436836	Saint-Boingt	saint-boingt	Saint-Boingt,Sen-Buan,Sen-Buen,sheng bu an ge,Сен-Буан,Сен-Буен,سینٹ-بوینگٹھ,圣布安格		FR	44	54	542	54471	72	Europe/Paris
6436837	Saint-Clément	saint-clement	Sen-Kleman,sheng ke lai mang,Сен-Клеман,سینٹ-کلیمنٹ، میرٹھ-یت-موسیلے,圣克莱芒		FR	44	54	542	54472	863	Europe/Paris
6436838	Saint-Firmin	saint-firmin	Saint-Firmin		FR	44	54	543	54473	273	Europe/Paris
6436839	Sainte-Geneviève	sainte-genevieve	Sainte-Genevieve,Sainte-Geneviève		FR	44	54	543	54474	191	Europe/Paris
6436841	Saint-Julien-lès-Gorze	saint-julien-les-gorze	Saint-Julien-les-Gorze,Saint-Julien-lès-Gorze,Sen-Zhjul'en-le-Gorz,Sen-Zhul'en-le-Gorz,sheng rui li an lai ge er ci,Сен-Жульен-ле-Горз,Сен-Жульєн-ле-Горз,Сен-Жюльен-ле-Горз,سینٹ-جلیں -لیس-گورزے,圣瑞利安莱戈尔兹		FR	44	54	541	54477	163	Europe/Paris
6436842	Saint-Marcel	saint-marcel	Saint-Marcel		FR	44	54	541	54478	153	Europe/Paris
6436843	Saint-Mard	saint-mard	Saint-Mard,Sen-Mar,sheng ma er,Сен-Мар,سینٹ-مرد، میرٹھ-یت-موسیلے,圣马尔		FR	44	54	542	54479	88	Europe/Paris
6436844	Saint-Maurice-aux-Forges	saint-maurice-aux-forges	Saint-Maurice-aux-Forges,Sen-Moris-o-Forzh,sheng mo li ke ao fu er re,Сен-Морис-о-Форж,سینٹ-موریس-آ-فورگس,圣莫里克奥福尔热		FR	44	54	542	54481	103	Europe/Paris
6436845	Saint-Max	saint-max	Saint-Max		FR	44	54	543	54482	9872	Europe/Paris
6436846	Saint-Nicolas-de-Port	saint-nicolas-de-port	Saint-Nicolas-de-Port		FR	44	54	543	54483	7573	Europe/Paris
6436847	Sainte-Pôle	sainte-pole	Sainte-Pole,Sainte-Pôle		FR	44	54	542	54484	191	Europe/Paris
6436848	Saint-Pancré	saint-pancre	Saint-Pancre,Saint-Pancré,Sen-Pankre,sheng pang ke lei,Сен-Панкре,سینٹ-پنکڑے,圣庞克雷		FR	44	54	541	54485	320	Europe/Paris
6436850	Saint-Sauveur	saint-sauveur	Saint-Sauveur,Sen-Sover,Sen-Sovjor,sheng suo fu,Сен-Совер,Сен-Совёр,سین-سویر، میرٹھ-یت-موسیلے,圣索弗		FR	44	54	542	54488	45	Europe/Paris
6436851	Saint-Supplet	saint-supplet	Sen-Sjupple,sheng xu pu lai,Сен-Сюппле,圣叙普莱		FR	44	54	541	54489	145	Europe/Paris
6436852	Saizerais	saizerais	Saizerais		FR	44	54	543	54490	1526	Europe/Paris
6436853	Sanzey	sanzey	Sanzey		FR	44	54	544	54492	137	Europe/Paris
6436854	Saulnes	saulnes	Saulnes,Sol'n,suo er nei,Сольн,索尔内		FR	44	54	541	54493	2410	Europe/Paris
6436855	Saulxerotte	saulxerotte			FR	44	54	544	54494	110	Europe/Paris
6436856	Saulxures-lès-Nancy	saulxures-les-nancy	Saulxures-les-Nancy,Saulxures-lès-Nancy,Soksjur-le-Nansi,suo er ke xu lei lai nan xi,Соксюр-ле-Нанси,Соксюр-ле-Нансі,索尔克叙雷莱南西		FR	44	54	543	54495	4070	Europe/Paris
6436857	Saulxures-lès-Vannes	saulxures-les-vannes	Saulxures-les-Vannes,Saulxures-lès-Vannes,Soksjur-le-Vann,suo er ke xu lei lai wa nei,Соксюр-ле-Ванн,索尔克叙雷莱瓦内		FR	44	54	544	54496	376	Europe/Paris
6436858	Saxon-Sion	saxon-sion	Saxon-Sion		FR	44	54	543	54497	94	Europe/Paris
6436859	Seichamps	seichamps	Seichamps		FR	44	54	543	54498	4873	Europe/Paris
6436860	Seicheprey	seicheprey	Seicheprey		FR	44	54	544	54499	113	Europe/Paris
6436861	Selaincourt	selaincourt	Selaincourt		FR	44	54	544	54500	177	Europe/Paris
6436862	Serres	serres	Serres		FR	44	54	542	54502	244	Europe/Paris
6436863	Serrouville	serrouville	Serrouville		FR	44	54	541	54504	694	Europe/Paris
6436864	Sexey-aux-Forges	sexey-aux-forges	Sekse-o-Forzh,Sexey-aux-Forges,se ke sai ao fu er re,Сексе-о-Форж,瑟克塞奥福尔热		FR	44	54	544	54505	696	Europe/Paris
6436865	Sionviller	sionviller	S'jonvil',S'onviller,Sionviller,xiong wei lai,Сьйонвиль,Сьйонвіль,Сьонвиллер,雄维莱		FR	44	54	542	54507	103	Europe/Paris
6436866	Sommerviller	sommerviller			FR	44	54	542	54509	986	Europe/Paris
6436867	Sornéville	sorneville	Sornevil',Sorneville,Sornéville,suo er nei wei er,Сорневиль,Сорневіль,索尔内维尔		FR	44	54	543	54510	337	Europe/Paris
6436868	Sponville	sponville			FR	44	54	541	54511	126	Europe/Paris
6436869	Tanconville	tanconville	Tanconville		FR	44	54	542	54512	117	Europe/Paris
6436870	Tantonville	tantonville	Tantonville		FR	44	54	543	54513	639	Europe/Paris
6436871	Tellancourt	tellancourt	Tellancourt,Tellankur,tai lang ku er,Телланкур,泰朗库尔		FR	44	54	541	54514	559	Europe/Paris
6436872	Thézey-Saint-Martin	thezey-saint-martin	Teze-Sen-Marten,Thezey-Saint-Martin,Thézey-Saint-Martin,tai ze sheng ma er tan,Тезе-Сен-Мартен,泰泽圣马尔坦		FR	44	54	543	54517	203	Europe/Paris
6436873	Thiaville-sur-Meurthe	thiaville-sur-meurthe	Thiaville-sur-Meurthe		FR	44	54	542	54519	565	Europe/Paris
6436874	Thiébauménil	thiebaumenil	Thiebaumenil,Thiébauménil		FR	44	54	542	54520	381	Europe/Paris
6436930	Viterne	viterne	Viterne		FR	44	54	543	54586	729	Europe/Paris
6436875	Thorey-Lyautey	thorey-lyautey	Thorey-Lyautey,Tore-Liote,tuo lei li ao tai,Торе-Лиоте,Торе-Ліоте,托雷利奥泰		FR	44	54	543	54522	140	Europe/Paris
6436876	Thuilley-aux-Groseilles	thuilley-aux-groseilles	Thuilley-aux-Groseilles		FR	44	54	544	54523	465	Europe/Paris
6436877	Thumeréville	thumereville	Thumereville,Thumeréville		FR	44	54	541	54524	76	Europe/Paris
6436878	Tiercelet	tiercelet			FR	44	54	541	54525	655	Europe/Paris
6436879	Tomblaine	tomblaine	Tomblaine		FR	44	54	543	54526	8898	Europe/Paris
6436880	Tonnoy	tonnoy	Tonnoy		FR	44	54	543	54527	712	Europe/Paris
6436881	Tramont-Émy	tramont-emy	Tramont-Emy,Tramont-Émy		FR	44	54	544	54529	31	Europe/Paris
6436882	Tramont-Lassus	tramont-lassus	Tramont-Lassus		FR	44	54	544	54530	88	Europe/Paris
6436883	Tramont-Saint-André	tramont-saint-andre			FR	44	54	544	54531	59	Europe/Paris
6436884	Tremblecourt	tremblecourt	Tramblekur,Tremblecourt,te lang bu lai ku er,Трамблекур,特朗布莱库尔		FR	44	54	544	54532	180	Europe/Paris
6436885	Trieux	trieux	Trie,Trieux,Trijo,te li e,Трие,Триё,Тріє,特里厄		FR	44	54	541	54533	2533	Europe/Paris
6436886	Trondes	trondes			FR	44	54	544	54534	547	Europe/Paris
6436887	Tucquegnieux	tucquegnieux	Tucquegnieux		FR	44	54	541	54536	2489	Europe/Paris
6436888	Uruffe	uruffe	Jurjuff,yu lu fu,Юрюфф,于吕夫		FR	44	54	544	54538	398	Europe/Paris
6436889	Vacqueville	vacqueville	Vacqueville,Vakvil',wa qu ai wei er,Ваквиль,Ваквіль,瓦屈埃维尔		FR	44	54	542	54539	241	Europe/Paris
6436890	Val-et-Châtillon	val-et-chatillon	Val'-e-Shatijon,Val'-eh-Shatijon,wa he sha di long,Валь-е-Шатийон,Валь-е-Шатійон,Валь-э-Шатийон,瓦和沙蒂隆		FR	44	54	542	54540	601	Europe/Paris
6436891	Valhey	valhey			FR	44	54	542	54541	174	Europe/Paris
6436892	Vandelainville	vandelainville	Vandelainville		FR	44	54	544	54544	138	Europe/Paris
6436893	Vandeléville	vandeleville	Vandelevil',Vandeleville,Vandeléville,Vandlevil',fandlfyl,wang dai lai wei er,wndlwyl,Ванделевиль,Ванделевіль,Вандлевиль,فاندلفيل,وندلویل,旺代莱维尔		FR	44	54	544	54545	210	Europe/Paris
6436894	Vandières	vandieres	Vand'er,Vandieres,Vandières,fandyrs,wang di ai,Вандьер,Вандьєр,فانديرس,وندیرس، مورته‌ات مسل,旺迪埃		FR	44	54	543	54546	923	Europe/Paris
6436895	Vannes-le-Châtel	vannes-le-chatel	Vann-le-Shatel',Vannes-le-Chatel,Vannes-le-Châtel,fans ly tshatl,wa nei lai sha tai,wns lh chatl,Ванн-ле-Шатель,فانس لي تشاتل,ونس له چاتل,瓦内莱沙泰		FR	44	54	544	54548	573	Europe/Paris
6436896	Varangéville	varangeville	Varangeville,Varangéville		FR	44	54	543	54549	3668	Europe/Paris
6436897	Vathiménil	vathimenil	Vathimenil,Vathiménil		FR	44	54	542	54550	358	Europe/Paris
6436898	Vaucourt	vaucourt	Vaucourt		FR	44	54	542	54551	66	Europe/Paris
6436899	Vaudigny	vaudigny	Vaudigny,Vodin'i,wawdygny,wo di ni,Водиньи,Водіньї,واودیگنی,沃迪尼		FR	44	54	543	54554	75	Europe/Paris
6436900	Vaxainville	vaxainville	Vaxainville		FR	44	54	542	54555	104	Europe/Paris
6436901	Vého	veho	Veho,Vého		FR	44	54	542	54556	96	Europe/Paris
6436902	Bois-de-Haye	bois-de-haye	Bois-de-Haye		FR	44	54	544	54557	2225	Europe/Paris
6436903	Velaine-sous-Amance	velaine-sous-amance			FR	44	54	543	54558	276	Europe/Paris
6436904	Velle-sur-Moselle	velle-sur-moselle	Velle-sur-Moselle		FR	44	54	542	54559	285	Europe/Paris
6436905	Veney	veney	Veney		FR	44	54	542	54560	50	Europe/Paris
6436906	Vennezey	vennezey	Venneze,Vennezey,wei nei ze,Веннезе,韦内泽		FR	44	54	542	54561	51	Europe/Paris
6436907	Verdenal	verdenal	Verdenal,Verdenal',wei er de na,wrdnl,Верденаль,وردنل,韦尔德纳		FR	44	54	542	54562	155	Europe/Paris
6436908	Vézelise	vezelise	Vezelise,Vézelise		FR	44	54	543	54563	1441	Europe/Paris
6436909	Viéville-en-Haye	vieville-en-haye	Vieville-en-Haye,Viéville-en-Haye		FR	44	54	544	54564	150	Europe/Paris
6436910	Vilcey-sur-Trey	vilcey-sur-trey	Vil'se-sjur-Tre,Vilcey-sur-Trey,te lei he pan wei er sai,Вильсе-сюр-Тре,Вільсе-сюр-Тре,特雷河畔维尔塞		FR	44	54	544	54566	162	Europe/Paris
6436911	Villacourt	villacourt	Villacourt,Villakur,wei la ku er,Виллакур,Віллакур,维拉库尔		FR	44	54	542	54567	405	Europe/Paris
6436912	Ville-au-Montois	ville-au-montois	Vil'-o-Montua,Ville-au-Montois,wei er ao meng tu wa,Виль-о-Монтуа,Віль-о-Монтуа,维尔奥蒙图瓦		FR	44	54	541	54568	268	Europe/Paris
6436913	Ville-au-Val	ville-au-val			FR	44	54	543	54569	200	Europe/Paris
6436914	Villecey-sur-Mad	villecey-sur-mad	Vil'se-sjur-Ma,Vil'se-sjur-Mad,Villecey-sur-Mad,ma he pan wei lai sai,Вильсе-сюр-Ма,Вильсе-сюр-Мад,Вільсе-сюр-Мад,马河畔维莱塞		FR	44	54	541	54570	334	Europe/Paris
6436915	Ville-en-Vermois	ville-en-vermois	Ville-en-Vermois		FR	44	54	543	54571	601	Europe/Paris
6436917	Villers-en-Haye	villers-en-haye	Villers-en-Haye		FR	44	54	544	54573	179	Europe/Paris
6436918	Villers-la-Chèvre	villers-la-chevre	Villers-la-Chevre,Villers-la-Chèvre		FR	44	54	541	54574	577	Europe/Paris
6436919	Villers-la-Montagne	villers-la-montagne	Ville-la-Montan',Viller-la-Montan',wei lai er la meng ta ni,Вилле-ла-Монтань,Виллер-ла-Монтань,Вілле-ла-Монтань,维莱尔拉蒙塔尼		FR	44	54	541	54575	1499	Europe/Paris
6436921	Villers-lès-Moivrons	villers-les-moivrons			FR	44	54	543	54577	147	Europe/Paris
6436922	Villers-lès-Nancy	villers-les-nancy	Villers-les-Nancy,Villers-lès-Nancy		FR	44	54	543	54578	14455	Europe/Paris
6436923	Villers-sous-Prény	villers-sous-preny			FR	44	54	543	54579	348	Europe/Paris
6436925	Ville-sur-Yron	ville-sur-yron	Ville-sur-Yron		FR	44	54	541	54581	297	Europe/Paris
6436926	Villette	villette	Vilette,Villet,Villett,Villette,wei lai te,Виллет,Виллетт,Віллетт,维莱特		FR	44	54	541	54582	183	Europe/Paris
6436927	Villey-le-Sec	villey-le-sec	Ville-le-Sek,wei lai lai sai ke,Вилле-ле-Сек,Вілле-ле-Сек,维莱莱塞克		FR	44	54	544	54583	411	Europe/Paris
6436928	Villey-Saint-Étienne	villey-saint-etienne	Ville-Sent-Eht'enn,Ville-Sent-Et'enn,Villey-Saint-Etienne,Villey-Saint-Étienne,wei lai sheng ai di an,Вилле-Сент-Етьенн,Вилле-Сент-Этьенн,Вілле-Сент-Етьєнн,维莱圣埃蒂安		FR	44	54	544	54584	1083	Europe/Paris
6436932	Vitrimont	vitrimont	Vitrimont		FR	44	54	542	54588	402	Europe/Paris
6436933	Vittonville	vittonville			FR	44	54	543	54589	123	Europe/Paris
6436934	Viviers-sur-Chiers	viviers-sur-chiers	Viviers-sur-Chiers		FR	44	54	541	54590	651	Europe/Paris
6436935	Voinémont	voinemont	Voinemont,Voinémont,Vuanemon,wa nei meng,Вуанемон,瓦内蒙		FR	44	54	543	54591	332	Europe/Paris
6436936	Vroncourt	vroncourt			FR	44	54	543	54592	270	Europe/Paris
6436937	Waville	waville	Vavil',Waville,wa wei er,Вавиль,Вавіль,瓦维尔		FR	44	54	541	54593	430	Europe/Paris
6436938	Xammes	xammes	Ksamm,Xammes,ke sa mei,Ксамм,克萨梅		FR	44	54	544	54594	149	Europe/Paris
6436939	Xermaménil	xermamenil	Ksermamenij,Ksermamenil',ke sai er ma mei ni,Ксермамений,Ксермамениль,Ксермаменій,克塞尔马梅尼		FR	44	54	542	54595	551	Europe/Paris
6436940	Xeuilley	xeuilley	Ksee,Ksjoje,Xeuilley,ke se yi lai,Ксее,Ксеє,Ксёйе,克瑟伊莱		FR	44	54	543	54596	888	Europe/Paris
6436941	Xirocourt	xirocourt	Xirocourt		FR	44	54	543	54597	448	Europe/Paris
6436942	Xivry-Circourt	xivry-circourt	Xivry-Circourt		FR	44	54	541	54598	275	Europe/Paris
6436943	Xonville	xonville			FR	44	54	541	54599	134	Europe/Paris
6436945	Xures	xures	Ksjur,Xures,ke xu lei,Ксюр,克叙雷		FR	44	54	542	54601	111	Europe/Paris
6436947	Champougny	champougny	Champougny		FR	44	55	552	55100	93	Europe/Paris
6436948	Chardogne	chardogne	Chardogne,Shardon,Shardon',sha er duo ni,Шардонь,Шардоњ,沙尔多尼		FR	44	55	551	55101	308	Europe/Paris
6436949	Charny-sur-Meuse	charny-sur-meuse	Charny-sur-Meuse		FR	44	55	553	55102	522	Europe/Paris
6436951	Chassey-Beaupré	chassey-beaupre	Chassey-Beaupre,Chassey-Beaupré		FR	44	55	552	55104	93	Europe/Paris
6436952	Châtillon-sous-les-Côtes	chatillon-sous-les-cotes	Chatillon-sous-les-Cotes,Châtillon-sous-les-Côtes		FR	44	55	553	55105	174	Europe/Paris
6436953	Chattancourt	chattancourt	Chattancourt		FR	44	55	553	55106	182	Europe/Paris
6436954	Chaumont-devant-Damvillers	chaumont-devant-damvillers	Chaumont-devant-Damvillers		FR	44	55	553	55107	48	Europe/Paris
6436955	Chaumont-sur-Aire	chaumont-sur-aire	Chaumont-sur-Aire		FR	44	55	551	55108	133	Europe/Paris
6436956	Chauvency-le-Château	chauvency-le-chateau	Chauvency-le-Chateau,Chauvency-le-Château,Shovansi le Shato,Shovansi-le-Shato,shao wang xi lai sha tuo,Шованси ле Шато,Шованси-ле-Шато,Шовансі-ле-Шато,绍旺西莱沙托		FR	44	55	553	55109	249	Europe/Paris
6436957	Chauvency-Saint-Hubert	chauvency-saint-hubert	Chauvency-Saint-Hubert		FR	44	55	553	55110	249	Europe/Paris
6436958	Chauvoncourt	chauvoncourt	Chauvoncourt,Shovonkur,shao weng ku er,Шовонкур,绍翁库尔		FR	44	55	552	55111	453	Europe/Paris
6436959	Cheppy	cheppy	Cheppy		FR	44	55	553	55113	146	Europe/Paris
6436960	Cierges-sous-Montfaucon	cierges-sous-montfaucon	Cierges-sous-Montfaucon		FR	44	55	553	55115	55	Europe/Paris
6436961	Clermont-en-Argonne	clermont-en-argonne	Clermont-en-Argonne		FR	44	55	553	55117	1491	Europe/Paris
6436962	Combles-en-Barrois	combles-en-barrois	Combles-en-Barrois		FR	44	55	551	55120	814	Europe/Paris
6436963	Combres-sous-les-Côtes	combres-sous-les-cotes	Combres-sous-les-Cotes,Combres-sous-les-Côtes		FR	44	55	553	55121	118	Europe/Paris
6436964	Commercy	commercy	Commercy		FR	44	55	552	55122	5673	Europe/Paris
6436965	Consenvoye	consenvoye	Konsanvoaj,Konsanvua,kong sang wa ai,Консанвоај,Консанвуа,孔桑瓦埃		FR	44	55	553	55124	306	Europe/Paris
6436966	Contrisson	contrisson	Contrisson,Kontrison,Kontrisson,kong te li song,Контрисон,Контриссон,孔特里松		FR	44	55	551	55125	815	Europe/Paris
6436967	Courcelles-en-Barrois	courcelles-en-barrois	Courcelles-en-Barrois		FR	44	55	552	55127	37	Europe/Paris
6436968	Courcelles-sur-Aire	courcelles-sur-aire	Courcelles-sur-Aire,Kursel sir Er,Kursel'-sjur-Er,ai er he pan ku er se lai,Курсел сир Ер,Курсель-сюр-Ер,艾尔河畔库尔瑟莱		FR	44	55	551	55128	40	Europe/Paris
6436969	Courouvre	courouvre	Courouvre		FR	44	55	552	55129	33	Europe/Paris
6436970	Couvertpuis	couvertpuis	Couvertpuis		FR	44	55	551	55133	88	Europe/Paris
6436971	Couvonges	couvonges	Kuvonzh,ku weng re,Кувонж,库翁热		FR	44	55	551	55134	158	Europe/Paris
6436972	Cuisy	cuisy			FR	44	55	553	55137	48	Europe/Paris
6436973	Cunel	cunel	Cunel		FR	44	55	553	55140	13	Europe/Paris
6436974	Dagonville	dagonville	Dagonville		FR	44	55	552	55141	84	Europe/Paris
6436975	Dainville-Bertheléville	dainville-bertheleville	Dainville-Bertheleville,Dainville-Bertheléville		FR	44	55	552	55142	119	Europe/Paris
6436976	Dammarie-sur-Saulx	dammarie-sur-saulx	Damari sir So,Dammari-sjur-So,Dammarie-sur-Saulx,suo er he pan da ma li ye,Дамари сир Со,Даммари-сюр-Со,Даммарі-сюр-Со,索尔河畔达马里耶		FR	44	55	551	55144	440	Europe/Paris
6436977	Dannevoux	dannevoux	Dannevoux		FR	44	55	553	55146	227	Europe/Paris
6436978	Delut	delut	Delut		FR	44	55	553	55149	128	Europe/Paris
6436979	Demange-Baudignécourt	demange-baudignecourt	Demange-Baudignecourt,Demange-Baudignécourt,Demanzh oks O,Demanzh-oz-O,dai mang ge ao ao,Деманж окс О,Деманж-оз-О,代芒格奥奥		FR	44	55	552	55150	570	Europe/Paris
6436980	Dieppe-sous-Douaumont	dieppe-sous-douaumont	Dieppe-sous-Douaumont		FR	44	55	553	55153	186	Europe/Paris
6436981	Dieue-sur-Meuse	dieue-sur-meuse	D'e-sjur-Mez,Dieue-sur-Meuse,Dje sir Mez,mo si he pan di ye yu ai,Дье-сюр-Мез,Дьє-сюр-Мез,Дје сир Мез,默斯河畔迪耶于埃		FR	44	55	553	55154	1447	Europe/Paris
6436982	Dombasle-en-Argonne	dombasle-en-argonne	Dombasle-en-Argonne		FR	44	55	553	55155	415	Europe/Paris
6436983	Dombras	dombras	Dombras		FR	44	55	553	55156	136	Europe/Paris
6436984	Dommartin-la-Montagne	dommartin-la-montagne	Dommartin-la-Montagne		FR	44	55	553	55157	51	Europe/Paris
6436985	Dommary-Baroncourt	dommary-baroncourt	Dommary-Baroncourt		FR	44	55	553	55158	751	Europe/Paris
6436986	Dompcevrin	dompcevrin	Dompcevrin		FR	44	55	552	55159	315	Europe/Paris
6436987	Dompierre-aux-Bois	dompierre-aux-bois	Dompierre-aux-Bois		FR	44	55	552	55160	40	Europe/Paris
6436988	Doncourt-aux-Templiers	doncourt-aux-templiers			FR	44	55	553	55163	67	Europe/Paris
6436989	Doulcon	doulcon	Doulcon		FR	44	55	553	55165	455	Europe/Paris
6436990	Dugny-sur-Meuse	dugny-sur-meuse	Dugny-sur-Meuse		FR	44	55	553	55166	1294	Europe/Paris
6436991	Dun-sur-Meuse	dun-sur-meuse	Den-sjur-Mez,Dun-sur-Meuse,mo si he pan dan,Ден-сюр-Мез,默斯河畔丹		FR	44	55	553	55167	665	Europe/Paris
6436992	Duzey	duzey	Duzey		FR	44	55	553	55168	42	Europe/Paris
6436993	Écouviez	ecouviez			FR	44	55	553	55169	506	Europe/Paris
6436994	Eix	eix			FR	44	55	553	55171	254	Europe/Paris
6436995	Épiez-sur-Meuse	epiez-sur-meuse	Epiez-sur-Meuse,Épiez-sur-Meuse		FR	44	55	552	55173	41	Europe/Paris
6436996	Épinonville	epinonville	Epinonville,Épinonville		FR	44	55	553	55174	70	Europe/Paris
6436997	Érize-la-Brûlée	erize-la-brulee	Erize-la-Brulee,Érize-la-Brûlée		FR	44	55	551	55175	189	Europe/Paris
6436998	Érize-la-Petite	erize-la-petite	Eriz-la-Petit,Erize-la-Petite,xiao ai li ci,Érize-la-Petite,Ериз-ла-Петит,Ериз-ла-Петіт,小埃里兹		FR	44	55	551	55177	59	Europe/Paris
6436999	Érize-Saint-Dizier	erize-saint-dizier	Erize-Saint-Dizier,Érize-Saint-Dizier		FR	44	55	551	55178	191	Europe/Paris
6437000	Esnes-en-Argonne	esnes-en-argonne	Esnes-en-Argonne		FR	44	55	553	55180	136	Europe/Paris
6437001	Étain	etain	Etain,Eten,Olovo,ai tan,Étain,Етен,Олово,埃坦		FR	44	55	553	55181	3592	Europe/Paris
6437002	Éton	eton	Eton,Éton		FR	44	55	553	55182	208	Europe/Paris
6437003	Étraye	etraye	Etraye,Étraye		FR	44	55	553	55183	40	Europe/Paris
6437004	Euville	euville	Euville,Evil,Evil',e wei er,Евил,Евиль,Евіль,厄维尔		FR	44	55	552	55184	1673	Europe/Paris
6437005	Flassigny	flassigny	Flassigny		FR	44	55	553	55188	48	Europe/Paris
6437007	Forges-sur-Meuse	forges-sur-meuse	Forges-sur-Meuse		FR	44	55	553	55193	121	Europe/Paris
6437008	Foucaucourt-sur-Thabas	foucaucourt-sur-thabas			FR	44	55	551	55194	57	Europe/Paris
6437009	Fouchères-aux-Bois	foucheres-aux-bois	Foucheres-aux-Bois,Fouchères-aux-Bois		FR	44	55	551	55195	140	Europe/Paris
6437010	Frémeréville-sous-les-Côtes	fremereville-sous-les-cotes			FR	44	55	552	55196	145	Europe/Paris
6437011	Fresnes-au-Mont	fresnes-au-mont	Fresnes-au-Mont		FR	44	55	552	55197	172	Europe/Paris
6437012	Fresnes-en-Woëvre	fresnes-en-woevre	Fresnes-en-Woevre,Fresnes-en-Woëvre		FR	44	55	553	55198	681	Europe/Paris
6437013	Froidos	froidos	Froidos		FR	44	55	553	55199	102	Europe/Paris
6437014	Fromeréville-les-Vallons	fromereville-les-vallons	Fromereville-les-Vallons,Fromeréville-les-Vallons		FR	44	55	553	55200	210	Europe/Paris
6437015	Fromezey	fromezey			FR	44	55	553	55201	51	Europe/Paris
6437016	Futeau	futeau	Futeau		FR	44	55	553	55202	167	Europe/Paris
6437017	Génicourt-sur-Meuse	genicourt-sur-meuse	Genicourt-sur-Meuse,Génicourt-sur-Meuse		FR	44	55	553	55204	285	Europe/Paris
6437018	Gercourt-et-Drillancourt	gercourt-et-drillancourt	Gercourt-et-Drillancourt		FR	44	55	553	55206	110	Europe/Paris
6437019	Géry	gery	Gery,Géry		FR	44	55	551	55207	56	Europe/Paris
6437020	Gesnes-en-Argonne	gesnes-en-argonne	Gesnes-en-Argonne		FR	44	55	553	55208	59	Europe/Paris
6437021	Gincrey	gincrey	Gincrey		FR	44	55	553	55211	63	Europe/Paris
6437022	Girauvoisin	girauvoisin			FR	44	55	552	55212	73	Europe/Paris
6437023	Givrauval	givrauval	Givrauval		FR	44	55	551	55214	296	Europe/Paris
6437024	Gondrecourt-le-Château	gondrecourt-le-chateau	Gondrecourt-le-Chateau,Gondrecourt-le-Château		FR	44	55	552	55215	1087	Europe/Paris
6437025	Gouraincourt	gouraincourt	Gouraincourt		FR	44	55	553	55216	56	Europe/Paris
6437026	Goussaincourt	goussaincourt	Goussaincourt		FR	44	55	552	55217	120	Europe/Paris
6437027	Grimaucourt-en-Woëvre	grimaucourt-en-woevre	Grimaucourt-en-Woevre,Grimaucourt-en-Woëvre		FR	44	55	553	55219	105	Europe/Paris
6437028	Grimaucourt-près-Sampigny	grimaucourt-pres-sampigny	Grimaucourt-pres-Sampigny,Grimaucourt-près-Sampigny		FR	44	55	552	55220	86	Europe/Paris
6437029	Guerpont	guerpont			FR	44	55	551	55221	250	Europe/Paris
6437030	Gussainville	gussainville			FR	44	55	553	55222	33	Europe/Paris
6437031	Haironville	haironville	Haironville		FR	44	55	551	55224	595	Europe/Paris
6437032	Halles-sous-les-Côtes	halles-sous-les-cotes			FR	44	55	553	55225	155	Europe/Paris
6437033	Han-lès-Juvigny	han-les-juvigny	Han-les-Juvigny,Han-lès-Juvigny		FR	44	55	553	55226	123	Europe/Paris
6437034	Hannonville-sous-les-Côtes	hannonville-sous-les-cotes	Annonvil'-su-le-Kot,Anonvil su le Kot,Hannonville-sous-les-Cotes,Hannonville-sous-les-Côtes,a nong wei er su si-lai ke tai,Аннонвиль-су-ле-Кот,Аннонвіль-су-ле-Кот,Анонвил су ле Кот,阿农维尔苏斯-莱科泰		FR	44	55	553	55228	586	Europe/Paris
6437035	Han-sur-Meuse	han-sur-meuse	Han-sur-Meuse		FR	44	55	552	55229	280	Europe/Paris
6437036	Haudainville	haudainville	Haudainville		FR	44	55	553	55236	960	Europe/Paris
6437037	Haudiomont	haudiomont	Haudiomont		FR	44	55	553	55237	220	Europe/Paris
6437038	Heippes	heippes	Heippes		FR	44	55	553	55241	75	Europe/Paris
6437039	Hennemont	hennemont	Hennemont		FR	44	55	553	55242	111	Europe/Paris
6437040	Herbeuville	herbeuville	Herbeuville		FR	44	55	553	55243	183	Europe/Paris
6437041	Herméville-en-Woëvre	hermeville-en-woevre	Hermeville-en-Woevre,Herméville-en-Woëvre		FR	44	55	553	55244	240	Europe/Paris
6437042	Heudicourt-sous-les-Côtes	heudicourt-sous-les-cotes	Heudicourt-sous-les-Cotes,Heudicourt-sous-les-Côtes		FR	44	55	552	55245	168	Europe/Paris
6437043	Hévilliers	hevilliers	Hevilliers,Hévilliers		FR	44	55	551	55246	141	Europe/Paris
6437044	Horville-en-Ornois	horville-en-ornois	Horville-en-Ornois		FR	44	55	552	55247	58	Europe/Paris
6437045	Houdelaincourt	houdelaincourt	Houdelaincourt		FR	44	55	552	55248	306	Europe/Paris
6437046	Inor	inor	Inor,yi nuo,Інор,Инор,伊诺		FR	44	55	553	55250	186	Europe/Paris
6437047	Ippécourt	ippecourt	Ippecourt,Ippécourt		FR	44	55	551	55251	95	Europe/Paris
6437048	Iré-le-Sec	ire-le-sec	Ire-le-Sec,Iré-le-Sec		FR	44	55	553	55252	155	Europe/Paris
6437049	Jametz	jametz	Jametz		FR	44	55	553	55255	255	Europe/Paris
6437050	Jonville-en-Woëvre	jonville-en-woevre	Jonville-en-Woevre,Jonville-en-Woëvre		FR	44	55	552	55256	149	Europe/Paris
6437051	Jouy-en-Argonne	jouy-en-argonne			FR	44	55	553	55257	49	Europe/Paris
6437052	Julvécourt	julvecourt	Julvecourt,Julvécourt		FR	44	55	553	55260	60	Europe/Paris
6437054	Juvigny-sur-Loison	juvigny-sur-loison	Juvigny-sur-Loison		FR	44	55	553	55262	264	Europe/Paris
6437055	Labeuville	labeuville			FR	44	55	553	55265	133	Europe/Paris
6437056	Lachalade	lachalade	Lachalade		FR	44	55	553	55266	61	Europe/Paris
6437057	Lacroix-sur-Meuse	lacroix-sur-meuse			FR	44	55	552	55268	720	Europe/Paris
6437058	Lahaymeix	lahaymeix	Lahaymeix		FR	44	55	552	55269	77	Europe/Paris
6437060	Laheycourt	laheycourt	Laheycourt		FR	44	55	551	55271	405	Europe/Paris
6437061	Laimont	laimont	Laimont		FR	44	55	551	55272	463	Europe/Paris
6437062	Lamorville	lamorville			FR	44	55	552	55274	286	Europe/Paris
6437063	Lamouilly	lamouilly	Lamouilly		FR	44	55	553	55275	92	Europe/Paris
6437064	Laneuville-au-Rupt	laneuville-au-rupt	Laneuville-au-Rupt		FR	44	55	552	55278	200	Europe/Paris
6437065	Laneuville-sur-Meuse	laneuville-sur-meuse	Laneuville-sur-Meuse		FR	44	55	553	55279	432	Europe/Paris
6437066	Lanhères	lanheres	Lanheres,Lanhères		FR	44	55	553	55280	65	Europe/Paris
6437068	Lavallée	lavallee	Lavallee,Lavallée		FR	44	55	552	55282	93	Europe/Paris
6437069	Lavincourt	lavincourt	Lavincourt		FR	44	55	551	55284	69	Europe/Paris
6437070	Lavoye	lavoye	Lavoye		FR	44	55	551	55285	150	Europe/Paris
6437071	Lemmes	lemmes	Lemmes		FR	44	55	553	55286	244	Europe/Paris
6437072	Lérouville	lerouville	Lerouville,Leruvil',Lérouville,lai lu wei er,Лерувиль,Лерувіль,莱鲁维尔		FR	44	55	552	55288	1449	Europe/Paris
6437073	Levoncourt	levoncourt	Levoncourt		FR	44	55	552	55289	57	Europe/Paris
6437074	Lignières-sur-Aire	lignieres-sur-aire			FR	44	55	552	55290	53	Europe/Paris
6437075	Ligny-en-Barrois	ligny-en-barrois	Ligny-en-Barrois		FR	44	55	551	55291	4058	Europe/Paris
6437076	Liny-devant-Dun	liny-devant-dun	Lini-devan-Den,Liny-devant-Dun,li ni de wang dan,Лини-деван-Ден,Ліні-деван-Ден,利尼德旺丹		FR	44	55	553	55292	191	Europe/Paris
6437077	Lion-devant-Dun	lion-devant-dun	Lion-devant-Dun		FR	44	55	553	55293	169	Europe/Paris
6437078	Lisle-en-Barrois	lisle-en-barrois			FR	44	55	551	55295	39	Europe/Paris
6437079	L'Isle-en-Rigault	l-isle-en-rigault	L'Isle-en-Rigault,Lil'-an-Rigo,li ge er de qu li si er,Лиль-ан-Риго,Ліль-ан-Риго,里戈尔地区利斯尔		FR	44	55	551	55296	484	Europe/Paris
6437080	Lissey	lissey			FR	44	55	553	55297	113	Europe/Paris
6437081	Longeaux	longeaux	Longeaux		FR	44	55	551	55300	228	Europe/Paris
6437082	Longchamps-sur-Aire	longchamps-sur-aire	Longchamps-sur-Aire		FR	44	55	552	55301	123	Europe/Paris
6437083	Longeville-en-Barrois	longeville-en-barrois	Longeville-en-Barrois		FR	44	55	551	55302	1164	Europe/Paris
6437084	Loupmont	loupmont	Loupmont		FR	44	55	552	55303	77	Europe/Paris
6437085	Louppy-le-Château	louppy-le-chateau	Louppy-le-Chateau,Louppy-le-Château		FR	44	55	551	55304	157	Europe/Paris
6437086	Louppy-sur-Loison	louppy-sur-loison	Louppy-sur-Loison,Luppi-sjur-Luazon,lu wa song he pan lu pi,Луппи-сюр-Луазон,Луппі-сюр-Луазон,卢瓦松河畔卢皮		FR	44	55	553	55306	137	Europe/Paris
6437087	Luzy-Saint-Martin	luzy-saint-martin	Luzy-Saint-Martin		FR	44	55	553	55310	113	Europe/Paris
6437088	Maizeray	maizeray	Maizeray		FR	44	55	553	55311	35	Europe/Paris
6437089	Maizey	maizey	Maizey		FR	44	55	552	55312	166	Europe/Paris
6437090	Mandres-en-Barrois	mandres-en-barrois			FR	44	55	551	55315	121	Europe/Paris
6437091	Manheulles	manheulles	Manheulles		FR	44	55	553	55317	139	Europe/Paris
6437092	Marchéville-en-Woëvre	marcheville-en-woevre	Marcheville-en-Woevre,Marchéville-en-Woëvre		FR	44	55	553	55320	69	Europe/Paris
6437093	Marre	marre	Marre		FR	44	55	553	55321	162	Europe/Paris
6437094	Marson-sur-Barboure	marson-sur-barboure	Marson-sjur-Barbur,Marson-sur-Barboure,ba er bu er he pan ma er song,Марсон-сюр-Барбур,巴尔布尔河畔马尔松		FR	44	55	552	55322	48	Europe/Paris
6437095	Martincourt-sur-Meuse	martincourt-sur-meuse	Martincourt-sur-Meuse		FR	44	55	553	55323	66	Europe/Paris
6437096	Maucourt-sur-Orne	maucourt-sur-orne			FR	44	55	553	55325	60	Europe/Paris
6437097	Mauvages	mauvages	Mauvages		FR	44	55	552	55327	268	Europe/Paris
6437098	Maxey-sur-Vaise	maxey-sur-vaise	Maxey-sur-Vaise		FR	44	55	552	55328	302	Europe/Paris
6437099	Mécrin	mecrin	Mecrin,Mécrin		FR	44	55	552	55329	222	Europe/Paris
6437100	Méligny-le-Grand	meligny-le-grand	Meligny-le-Grand,Méligny-le-Grand		FR	44	55	552	55330	100	Europe/Paris
6437101	Méligny-le-Petit	meligny-le-petit	Meligny-le-Petit,Méligny-le-Petit		FR	44	55	552	55331	81	Europe/Paris
6437102	Menaucourt	menaucourt	Menaucourt		FR	44	55	551	55332	237	Europe/Paris
6437103	Ménil-aux-Bois	menil-aux-bois	Menil-aux-Bois,Ménil-aux-Bois		FR	44	55	552	55333	42	Europe/Paris
6437104	Ménil-la-Horgne	menil-la-horgne	Menij-la-Orn',Menil-la-Horgne,Ménil-la-Horgne,mei ni la ao er ni,Мений-ла-Орнь,Меній-ла-Орнь,梅尼拉奥尔尼		FR	44	55	552	55334	171	Europe/Paris
6437105	Ménil-sur-Saulx	menil-sur-saulx	Menij-sjur-So,Menil-sur-Saulx,Ménil-sur-Saulx,suo er he pan mei ni,Мений-сюр-Со,Меній-сюр-Со,索尔河畔梅尼		FR	44	55	551	55335	263	Europe/Paris
6437106	Merles-sur-Loison	merles-sur-loison	Merles-sur-Loison		FR	44	55	553	55336	153	Europe/Paris
6437107	Milly-sur-Bradon	milly-sur-bradon	Milly-sur-Bradon		FR	44	55	553	55338	173	Europe/Paris
6437108	Mogeville	mogeville	Mogeville		FR	44	55	553	55339	83	Europe/Paris
6437109	Mognéville	mogneville	Mogneville,Mognéville,Mon'evil',mo nie wei er,Моньевиль,Моньєвіль,莫涅维尔		FR	44	55	551	55340	376	Europe/Paris
6437110	Montblainville	montblainville	Montblainville		FR	44	55	553	55343	62	Europe/Paris
6437111	Mont-devant-Sassey	mont-devant-sassey	Mon-devan-Sasse,Mont-devant-Sassey,meng de wang sa sai,Мон-деван-Сассе,蒙德旺萨塞		FR	44	55	553	55345	92	Europe/Paris
6437112	Montfaucon-d'Argonne	montfaucon-d-argonne	Montfaucon-d'Argonne		FR	44	55	553	55346	315	Europe/Paris
6437114	Montigny-devant-Sassey	montigny-devant-sassey	Montigny-devant-Sassey		FR	44	55	553	55349	120	Europe/Paris
6437507	Florange	florange	Florange		FR	44	57	577	57221	11895	Europe/Paris
6437115	Montigny-lès-Vaucouleurs	montigny-les-vaucouleurs	Montigny-les-Vaucouleurs,Montigny-lès-Vaucouleurs		FR	44	55	552	55350	65	Europe/Paris
6437116	Montplonne	montplonne	Monplonn,Montplonne,meng te pu long,Монплонн,蒙特普隆		FR	44	55	551	55352	140	Europe/Paris
6437117	Montsec	montsec	Monsek,Montsec,meng te sai ke,Монсек,蒙特塞克		FR	44	55	552	55353	84	Europe/Paris
6437118	Montzéville	montzeville	Montzeville,Montzéville		FR	44	55	553	55355	156	Europe/Paris
6437119	Moranville	moranville			FR	44	55	553	55356	109	Europe/Paris
6437120	Morgemoulin	morgemoulin	Morgemoulin		FR	44	55	553	55357	110	Europe/Paris
6437121	Morley	morley	Morley		FR	44	55	551	55359	205	Europe/Paris
6437122	Mouilly	mouilly	Mouilly		FR	44	55	553	55360	111	Europe/Paris
6437124	Moulotte	moulotte	Moulotte		FR	44	55	553	55363	105	Europe/Paris
6437125	Mouzay	mouzay	Muze,mu ze,Музе,穆泽		FR	44	55	553	55364	705	Europe/Paris
6437126	Murvaux	murvaux	Murvaux		FR	44	55	553	55365	141	Europe/Paris
6437127	Muzeray	muzeray	Muzeray		FR	44	55	553	55367	133	Europe/Paris
6437128	Naives-en-Blois	naives-en-blois	Naives-en-Blois		FR	44	55	552	55368	155	Europe/Paris
6437129	Naix-aux-Forges	naix-aux-forges	Nasium,Ne-o-Forzh,nai ao fu er re,Не-о-Форж,奈奥福尔热		FR	44	55	551	55370	215	Europe/Paris
6437130	Nançois-le-Grand	nancois-le-grand	Nancois-le-Grand,Nançois-le-Grand		FR	44	55	552	55371	72	Europe/Paris
6437131	Nançois-sur-Ornain	nancois-sur-ornain	Nancois-sur-Ornain,Nançois-sur-Ornain		FR	44	55	551	55372	386	Europe/Paris
6437132	Nant-le-Grand	nant-le-grand	Nan-le-Gran,Nant-le-Grand,da nan,Нан-ле-Гран,大南		FR	44	55	551	55373	77	Europe/Paris
6437133	Nant-le-Petit	nant-le-petit	Nant-le-Petit		FR	44	55	551	55374	80	Europe/Paris
6437134	Nantillois	nantillois	Nantillois		FR	44	55	553	55375	63	Europe/Paris
6437135	Nantois	nantois	Nantois		FR	44	55	551	55376	83	Europe/Paris
6437136	Nepvant	nepvant	Nepvant		FR	44	55	553	55377	85	Europe/Paris
6437137	Nettancourt	nettancourt	Nettancourt,Nettankur,nei tang ku er,Неттанкур,内唐库尔		FR	44	55	551	55378	254	Europe/Paris
6437138	Neuville-en-Verdunois	neuville-en-verdunois	Neuville-en-Verdunois		FR	44	55	552	55380	60	Europe/Paris
6437139	Neuville-lès-Vaucouleurs	neuville-les-vaucouleurs	Neuville-les-Vaucouleurs,Neuville-lès-Vaucouleurs		FR	44	55	552	55381	177	Europe/Paris
6437140	Neuville-sur-Ornain	neuville-sur-ornain	Neuville-sur-Ornain		FR	44	55	551	55382	360	Europe/Paris
6437141	Neuvilly-en-Argonne	neuvilly-en-argonne	Neuvilly-en-Argonne		FR	44	55	553	55383	218	Europe/Paris
6437142	Nicey-sur-Aire	nicey-sur-aire	Nicey-sur-Aire		FR	44	55	552	55384	123	Europe/Paris
6437143	Nouillonpont	nouillonpont	Nouillonpont		FR	44	55	553	55387	235	Europe/Paris
6437144	Nubécourt	nubecourt	Nubecourt,Nubécourt		FR	44	55	551	55389	246	Europe/Paris
6437145	Olizy-sur-Chiers	olizy-sur-chiers	Olizy-sur-Chiers		FR	44	55	553	55391	190	Europe/Paris
6437146	Osches	osches	Osches		FR	44	55	553	55395	54	Europe/Paris
6437147	Ourches-sur-Meuse	ourches-sur-meuse	Ourches-sur-Meuse		FR	44	55	552	55396	218	Europe/Paris
6437148	Pagny-la-Blanche-Côte	pagny-la-blanche-cote	Pagny-la-Blanche-Cote,Pagny-la-Blanche-Côte		FR	44	55	552	55397	240	Europe/Paris
6437149	Pagny-sur-Meuse	pagny-sur-meuse	Pagny-sur-Meuse		FR	44	55	552	55398	1026	Europe/Paris
6437150	Parfondrupt	parfondrupt	Parfondrupt		FR	44	55	553	55400	46	Europe/Paris
6437151	Peuvillers	peuvillers	Peuvillers		FR	44	55	553	55403	54	Europe/Paris
6437152	Pierrefitte-sur-Aire	pierrefitte-sur-aire	Pierrefitte-sur-Aire		FR	44	55	552	55404	313	Europe/Paris
6437153	Pillon	pillon	Pijon,Pillon,pi long,Пийон,Пійон,皮隆		FR	44	55	553	55405	271	Europe/Paris
6437154	Pintheville	pintheville	Pintheville		FR	44	55	553	55406	110	Europe/Paris
6437155	Pont-sur-Meuse	pont-sur-meuse			FR	44	55	552	55407	136	Europe/Paris
6437156	Pouilly-sur-Meuse	pouilly-sur-meuse	Pouilly-sur-Meuse,Pui-sjur-Mez,mo si he pan pu yi,Пуи-сюр-Мез,Пуї-сюр-Мез,默斯河畔普伊		FR	44	55	553	55408	180	Europe/Paris
6437157	Pretz-en-Argonne	pretz-en-argonne	Pretz-en-Argonne		FR	44	55	551	55409	76	Europe/Paris
6437158	Quincy-Landzécourt	quincy-landzecourt	Quincy-Landzecourt,Quincy-Landzécourt		FR	44	55	553	55410	144	Europe/Paris
6437159	Rambucourt	rambucourt	Rambucourt		FR	44	55	552	55412	192	Europe/Paris
6437160	Rancourt-sur-Ornain	rancourt-sur-ornain	Rancourt-sur-Ornain		FR	44	55	551	55414	197	Europe/Paris
6437161	Ranzières	ranzieres	Ranzieres,Ranzières		FR	44	55	552	55415	80	Europe/Paris
6437162	Rarécourt	rarecourt	Rarecourt,Rarécourt		FR	44	55	553	55416	215	Europe/Paris
6437163	Récicourt	recicourt	Recicourt,Resikur,Récicourt,lei xi ku er,Ресикур,Ресікур,雷西库尔		FR	44	55	553	55419	170	Europe/Paris
6437164	Récourt-le-Creux	recourt-le-creux	Recourt-le-Creux,Récourt-le-Creux		FR	44	55	553	55420	78	Europe/Paris
6437165	Reffroy	reffroy	Reffroy		FR	44	55	552	55421	71	Europe/Paris
6437166	Regnéville-sur-Meuse	regneville-sur-meuse	Regneville-sur-Meuse,Regnéville-sur-Meuse		FR	44	55	553	55422	50	Europe/Paris
6437167	Remennecourt	remennecourt			FR	44	55	551	55424	55	Europe/Paris
6437168	Resson	resson	Resson		FR	44	55	551	55426	393	Europe/Paris
6437169	Revigny-sur-Ornain	revigny-sur-ornain	Revigny-sur-Ornain,Revin'i-sjur-Ornen,ao er nan he pan lei wei ni,Ревиньи-сюр-Орнен,Ревіньї-сюр-Орнен,奥尔南河畔勒维尼		FR	44	55	551	55427	2860	Europe/Paris
6437170	Réville-aux-Bois	reville-aux-bois			FR	44	55	553	55428	118	Europe/Paris
6437171	Riaville	riaville	Riaville		FR	44	55	553	55429	43	Europe/Paris
6437172	Ribeaucourt	ribeaucourt	Ribeaucourt		FR	44	55	551	55430	76	Europe/Paris
6437173	Richecourt	richecourt			FR	44	55	552	55431	60	Europe/Paris
6437174	Rigny-la-Salle	rigny-la-salle	Rigny-la-Salle,Rin'i-la-Sal',li ni la sa er,Риньи-ла-Саль,Риньї-ла-Саль,里尼拉萨尔		FR	44	55	552	55433	368	Europe/Paris
6437175	Rigny-Saint-Martin	rigny-saint-martin	Rigny-Saint-Martin		FR	44	55	552	55434	54	Europe/Paris
6437176	Robert-Espagne	robert-espagne	Rober-Espan',Robert-Espagne,luo bei er ai si pa ni,Робер-Еспань,罗贝尔埃斯帕尼		FR	44	55	551	55435	843	Europe/Paris
6437177	Romagne-sous-les-Côtes	romagne-sous-les-cotes	Romagne-sous-les-Cotes,Romagne-sous-les-Côtes		FR	44	55	553	55437	114	Europe/Paris
6437178	Romagne-sous-Montfaucon	romagne-sous-montfaucon	Romagne-sous-Montfaucon		FR	44	55	553	55438	187	Europe/Paris
6437179	Ronvaux	ronvaux			FR	44	55	553	55439	88	Europe/Paris
6437180	Rouvres-en-Woëvre	rouvres-en-woevre	Rouvres-en-Woevre,Rouvres-en-Woëvre		FR	44	55	553	55443	610	Europe/Paris
6437181	Rouvrois-sur-Meuse	rouvrois-sur-meuse	Rouvrois-sur-Meuse		FR	44	55	552	55444	203	Europe/Paris
6437182	Rouvrois-sur-Othain	rouvrois-sur-othain	Rouvrois-sur-Othain		FR	44	55	553	55445	197	Europe/Paris
6437183	Rupt-aux-Nonains	rupt-aux-nonains	Rju-o-Nonen,Rupt-aux-Nonains,lu pu ao nuo nan,Рю-о-Нонен,吕普奥诺南		FR	44	55	551	55447	365	Europe/Paris
6437184	Rupt-devant-Saint-Mihiel	rupt-devant-saint-mihiel	Rupt-devant-Saint-Mihiel		FR	44	55	552	55448	56	Europe/Paris
6437185	Rupt-en-Woëvre	rupt-en-woevre			FR	44	55	553	55449	302	Europe/Paris
6437187	Saint-Amand-sur-Ornain	saint-amand-sur-ornain	Saint-Amand-sur-Ornain		FR	44	55	551	55452	55	Europe/Paris
6437188	Saint-André-en-Barrois	saint-andre-en-barrois			FR	44	55	553	55453	67	Europe/Paris
6437189	Saint-Aubin-sur-Aire	saint-aubin-sur-aire	Saint-Aubin-sur-Aire		FR	44	55	552	55454	170	Europe/Paris
6437190	Saint-Germain-sur-Meuse	saint-germain-sur-meuse	Saint-Germain-sur-Meuse		FR	44	55	552	55456	270	Europe/Paris
6437191	Saint-Hilaire-en-Woëvre	saint-hilaire-en-woevre	Saint-Hilaire-en-Woevre,Saint-Hilaire-en-Woëvre		FR	44	55	553	55457	175	Europe/Paris
6437192	Saint-Jean-lès-Buzy	saint-jean-les-buzy			FR	44	55	553	55458	370	Europe/Paris
6437193	Saint-Joire	saint-joire	Saint-Joire		FR	44	55	552	55459	235	Europe/Paris
6437194	Saint-Julien-sous-les-Côtes	saint-julien-sous-les-cotes	Saint-Julien-sous-les-Cotes,Saint-Julien-sous-les-Côtes		FR	44	55	552	55460	143	Europe/Paris
6437195	Saint-Laurent-sur-Othain	saint-laurent-sur-othain	Saint-Laurent-sur-Othain		FR	44	55	553	55461	505	Europe/Paris
6437196	Saint-Maurice-sous-les-Côtes	saint-maurice-sous-les-cotes			FR	44	55	552	55462	370	Europe/Paris
6437197	Salmagne	salmagne	Salmagne		FR	44	55	551	55466	302	Europe/Paris
6437198	Samogneux	samogneux	Samogneux		FR	44	55	553	55468	94	Europe/Paris
6437199	Sassey-sur-Meuse	sassey-sur-meuse	Sassey-sur-Meuse		FR	44	55	553	55469	109	Europe/Paris
6437200	Saudrupt	saudrupt	Saudrupt		FR	44	55	551	55470	201	Europe/Paris
6437201	Saulmory-Villefranche	saulmory-villefranche	Saulmory-Villefranche		FR	44	55	553	55471	91	Europe/Paris
6437202	Sauvigny	sauvigny	Sauvigny,Sovin'i,suo wei ni,Совиньи,Совіньї,索维尼		FR	44	55	552	55474	232	Europe/Paris
6437203	Sauvoy	sauvoy	Sauvoy		FR	44	55	552	55475	63	Europe/Paris
6437204	Savonnières-devant-Bar	savonnieres-devant-bar	Savonnieres-devant-Bar,Savonnières-devant-Bar		FR	44	55	551	55476	479	Europe/Paris
6437206	Seigneulles	seigneulles	Seigneulles		FR	44	55	551	55479	178	Europe/Paris
6437207	Senon	senon	Senon		FR	44	55	553	55481	335	Europe/Paris
6437208	Sepvigny	sepvigny	Sepvigny		FR	44	55	552	55485	75	Europe/Paris
6437209	Seuzey	seuzey	Seuzey		FR	44	55	552	55487	107	Europe/Paris
6437210	Silmont	silmont	Silmont		FR	44	55	551	55488	161	Europe/Paris
6437211	Sivry-la-Perche	sivry-la-perche	Sivry-la-Perche		FR	44	55	553	55489	272	Europe/Paris
6437212	Sivry-sur-Meuse	sivry-sur-meuse	Sivry-sur-Meuse		FR	44	55	553	55490	341	Europe/Paris
6437213	Sommedieue	sommedieue	Sommedieue		FR	44	55	553	55492	965	Europe/Paris
6437214	Sommeilles	sommeilles	Sommeilles		FR	44	55	551	55493	205	Europe/Paris
6437215	Sommelonne	sommelonne			FR	44	55	551	55494	469	Europe/Paris
6437216	Sorcy-Saint-Martin	sorcy-saint-martin	Sorcy-Saint-Martin,Sorsi-Sen-Marten,suo er xi sheng ma er tan,Сорси-Сен-Мартен,Сорсі-Сен-Мартен,索尔西圣马尔坦		FR	44	55	552	55496	1101	Europe/Paris
6437217	Souilly	souilly	Sui,su yi li,Суи,Суї,苏伊利		FR	44	55	553	55498	439	Europe/Paris
6437218	Spincourt	spincourt	Spenkur,si pan ku er,Спенкур,斯潘库尔		FR	44	55	553	55500	846	Europe/Paris
6437219	Stainville	stainville	Stainville,Stenvil',si tan wei er,Стенвиль,Стенвіль,斯坦维尔		FR	44	55	551	55501	434	Europe/Paris
6437220	Stenay	stenay	Stenay		FR	44	55	553	55502	2673	Europe/Paris
6437221	Taillancourt	taillancourt	Taillancourt		FR	44	55	552	55503	129	Europe/Paris
6437222	Tannois	tannois	Tannois		FR	44	55	551	55504	397	Europe/Paris
6437223	Thierville-sur-Meuse	thierville-sur-meuse	Thierville-sur-Meuse		FR	44	55	553	55505	3076	Europe/Paris
6437224	Thillombois	thillombois	Thillombois		FR	44	55	552	55506	30	Europe/Paris
6437225	Thonne-la-Long	thonne-la-long	Thonne-la-Long,Tonn-la-Lon,tong la long,Тонн-ла-Лон,通拉隆		FR	44	55	553	55508	326	Europe/Paris
6437226	Thonne-le-Thil	thonne-le-thil	Thonne-le-Thil		FR	44	55	553	55509	268	Europe/Paris
6437227	Thonnelle	thonnelle	Thonnelle		FR	44	55	553	55511	146	Europe/Paris
6437228	Tilly-sur-Meuse	tilly-sur-meuse	Tilly-sur-Meuse		FR	44	55	553	55512	293	Europe/Paris
6437229	Trémont-sur-Saulx	tremont-sur-saulx	Tremont-sur-Saulx,Trémont-sur-Saulx		FR	44	55	551	55514	612	Europe/Paris
6437230	Trésauvaux	tresauvaux	Tresauvaux,Trésauvaux		FR	44	55	553	55515	70	Europe/Paris
6437231	Tréveray	treveray			FR	44	55	552	55516	583	Europe/Paris
6437232	Tronville-en-Barrois	tronville-en-barrois	Tronville-en-Barrois		FR	44	55	551	55519	1480	Europe/Paris
6437233	Troussey	troussey	Trusse,te lu sai,Труссе,特鲁塞		FR	44	55	552	55520	454	Europe/Paris
6437234	Ugny-sur-Meuse	ugny-sur-meuse	Ugny-sur-Meuse		FR	44	55	552	55522	108	Europe/Paris
6437235	Vacherauville	vacherauville	Vacherauville		FR	44	55	553	55523	175	Europe/Paris
6437236	Vadelaincourt	vadelaincourt	Vadelaincourt		FR	44	55	553	55525	83	Europe/Paris
6437237	Vadonville	vadonville	Vadonville		FR	44	55	552	55526	261	Europe/Paris
6437293	Locmaria-Grand-Champ	locmaria-grand-champ	Locmaria-Grand-Champ,Lokmar'ja-Gran-Sham,Lokmaria-Gregam,Lokmarja-Gran-Sham,luo ke ma li a ge lang shang,Локмарья-Гран-Шам,Локмаря-Гран-Шам,洛克马里阿格朗尚		FR	53	56	563	56115	1706	Europe/Paris
6437294	Locmariaquer	locmariaquer	Locmariaquer		FR	53	56	561	56116	1566	Europe/Paris
6437238	Varennes-en-Argonne	varennes-en-argonne	Varen-an-Argon,Varenn-an-Argonn,Varennes,Varennes-en-Argonne,a ge ne de qu wa lei nei,balenneu ang aleugon,faryn  kybk,vu~aren'nu=an=arugon'nu,wrns an argn,Варен-ан-Аргон,Варенн-ан-Аргонн,فارين، كيبك,ورنس ان ارگن,ヴァレンヌ＝アン＝アルゴンヌ,阿戈讷地区瓦雷内,바렌느 앙 아르곤		FR	44	55	553	55527	663	Europe/Paris
6437239	Varnéville	varneville	Varneville,Varnéville		FR	44	55	552	55528	54	Europe/Paris
6437240	Vassincourt	vassincourt	Vassincourt		FR	44	55	551	55531	269	Europe/Paris
6437241	Vaubecourt	vaubecourt			FR	44	55	551	55532	316	Europe/Paris
6437242	Vaudeville-le-Haut	vaudeville-le-haut	Vaudeville-le-Haut		FR	44	55	552	55534	56	Europe/Paris
6437243	Vauquois	vauquois	Vauquois		FR	44	55	553	55536	18	Europe/Paris
6437244	Douaumont-Vaux	douaumont-vaux	Douaumont-Vaux,Vo-devan-Damlu,wawks dwnt dmlwp,wo de wang dang lu,Во-деван-Дамлу,واوکس دونت دملوپ,沃德旺当卢		FR	44	55	553	55537	81	Europe/Paris
6437245	Vaux-lès-Palameix	vaux-les-palameix	Vaux-les-Palameix,Vaux-lès-Palameix		FR	44	55	552	55540	55	Europe/Paris
6437246	Vavincourt	vavincourt	Vavincourt		FR	44	55	551	55541	507	Europe/Paris
6437247	Velaines	velaines			FR	44	55	551	55543	955	Europe/Paris
6437248	Velosnes	velosnes	Velosnes		FR	44	55	553	55544	172	Europe/Paris
6437249	Verdun	verdun	Ferdun,Gorad Verdehn,Verden,Verdjun,Verdun,Verduno,Verdún,Virodunum,beleudoeng,fan er deng,fyrdan,verdeni,vu~erudan,wrdn,Верден,Вердюн,Горад Вердэн,ורדן,فيردان,ვერდენი,ヴェルダン,凡尔登,베르됭		FR	44	55	553	55545	17913	Europe/Paris
6437250	Verneuil-Grand	verneuil-grand	Vernej-Gran,Verneuil-Grand,wei er na yi ge lang,wrnwyl grnd,Верней-Гран,ورنویل گرند,韦尔纳伊格朗		FR	44	55	553	55546	201	Europe/Paris
6437251	Verneuil-Petit	verneuil-petit	Verneuil-Petit		FR	44	55	553	55547	126	Europe/Paris
6437252	Véry	very	Very,Véry		FR	44	55	553	55549	94	Europe/Paris
6437253	Vigneulles-lès-Hattonchâtel	vigneulles-les-hattonchatel	Vigneulles-les-Hattonchatel,Vigneulles-lès-Hattonchâtel,Vin'el'-le-Attonshatel',wei gai yu lai lai a tong sha tai,Виньель-ле-Аттоншатель,Віньєль-ле-Аттоншатель,维盖于莱莱阿通沙泰		FR	44	55	552	55551	1572	Europe/Paris
6437254	Vigneul-sous-Montmédy	vigneul-sous-montmedy	Vigneul-sous-Montmedy,Vigneul-sous-Montmédy		FR	44	55	553	55552	91	Europe/Paris
6437255	Vignot	vignot			FR	44	55	552	55553	1303	Europe/Paris
6437256	Villécloye	villecloye	Villecloye,Villécloye		FR	44	55	553	55554	266	Europe/Paris
6437257	Ville-devant-Belrain	ville-devant-belrain	Ville-devant-Belrain		FR	44	55	552	55555	34	Europe/Paris
6437258	Ville-devant-Chaumont	ville-devant-chaumont	Ville-devant-Chaumont		FR	44	55	553	55556	50	Europe/Paris
6437259	Ville-en-Woëvre	ville-en-woevre	Ville-en-Woevre,Ville-en-Woëvre		FR	44	55	553	55557	124	Europe/Paris
6437260	Villeroy-sur-Méholle	villeroy-sur-meholle	Villeroy-sur-Meholle,Villeroy-sur-Méholle		FR	44	55	552	55559	32	Europe/Paris
6437261	Villers-aux-Vents	villers-aux-vents	Villers-aux-Vents		FR	44	55	551	55560	132	Europe/Paris
6437262	Villers-devant-Dun	villers-devant-dun	Villers-devant-Dun		FR	44	55	553	55561	55	Europe/Paris
6437263	Villers-le-Sec	villers-le-sec			FR	44	55	551	55562	124	Europe/Paris
6437264	Villers-sous-Pareid	villers-sous-pareid			FR	44	55	553	55565	79	Europe/Paris
6437265	Villers-sur-Meuse	villers-sur-meuse	Villers-sur-Meuse		FR	44	55	553	55566	304	Europe/Paris
6437266	Ville-sur-Cousances	ville-sur-cousances	Ville-sur-Cousances		FR	44	55	553	55567	139	Europe/Paris
6437267	Ville-sur-Saulx	ville-sur-saulx	Vil'-sjur-So,Ville-sur-Saulx,suo er he pan wei er,Виль-сюр-Со,Віль-сюр-Со,索尔河畔维尔		FR	44	55	551	55568	289	Europe/Paris
6437268	Villotte-devant-Louppy	villotte-devant-louppy			FR	44	55	551	55569	165	Europe/Paris
6437269	Villotte-sur-Aire	villotte-sur-aire	Villotte-sur-Aire		FR	44	55	552	55570	195	Europe/Paris
6437270	Vittarville	vittarville	Vittarville		FR	44	55	553	55572	74	Europe/Paris
6437271	Vouthon-Bas	vouthon-bas	Vouthon-Bas		FR	44	55	552	55574	51	Europe/Paris
6437272	Vouthon-Haut	vouthon-haut	Vouthon-Haut		FR	44	55	552	55575	81	Europe/Paris
6437273	Warcq	warcq	Warcq		FR	44	55	553	55578	205	Europe/Paris
6437274	Watronville	watronville	Watronville		FR	44	55	553	55579	108	Europe/Paris
6437275	Wavrille	wavrille	Wavrille		FR	44	55	553	55580	48	Europe/Paris
6437276	Willeroncourt	willeroncourt	Willeroncourt		FR	44	55	551	55581	107	Europe/Paris
6437277	Wiseppe	wiseppe	Vizepp,Wiseppe,wei sai pu,Визепп,Візепп,维塞普		FR	44	55	553	55582	102	Europe/Paris
6437278	Woël	woel	Woel,Woël		FR	44	55	553	55583	201	Europe/Paris
6437279	Woimbey	woimbey	Woimbey		FR	44	55	552	55584	123	Europe/Paris
6437280	Xivray-et-Marvoisin	xivray-et-marvoisin	Xivray-et-Marvoisin		FR	44	55	552	55586	98	Europe/Paris
6437281	Languidic	languidic	Languidic		FR	53	56	561	56101	7904	Europe/Paris
6437282	Forges de Lanouée	forges-de-lanouee	Forges de Lanouee,Forges de Lanouée		FR	53	56	562	56102	2246	Europe/Paris
6437283	Lantillac	lantillac	Lantijak,Lantilieg,Lantillac,lang di la ke,Лантияк,Лантіяк,لانٹیلاک,朗蒂拉克		FR	53	56	562	56103	308	Europe/Paris
6437284	Lanvaudan	lanvaudan	Lanvaudan,Lanvodan,lang wo dang,Ланводан,لانووڈان,朗沃当		FR	53	56	561	56104	803	Europe/Paris
6437286	Larmor-Baden	larmor-baden	Larmor-Baden		FR	53	56	563	56106	896	Europe/Paris
6437287	Larmor-Plage	larmor-plage	Larmor-Plage		FR	53	56	561	56107	8240	Europe/Paris
6437288	Larré	larre	Lare,Larre,la er lei,Ларре,لاری، موربیہان,拉尔雷		FR	53	56	563	56108	1029	Europe/Paris
6437289	Lauzach	lauzach	Laozag,Lauzach,Lozash,luo zha ke,Лозаш,洛扎克		FR	53	56	563	56109	1133	Europe/Paris
6437290	Lignol	lignol	An Ignol,Lignol,Lin'ol',li ni ao,Линьоль,Ліньоль,利尼奥		FR	53	56	562	56110	869	Europe/Paris
6437291	Limerzel	limerzel	Limerzel		FR	53	56	563	56111	1348	Europe/Paris
6437292	Lizio	lizio	Lizio		FR	53	56	563	56112	736	Europe/Paris
6437295	Locminé	locmine	Locmine,Locminé		FR	53	56	562	56117	4227	Europe/Paris
6437296	Locmiquélic	locmiquelic	Locmiquelic,Locmiquélic		FR	53	56	561	56118	4072	Europe/Paris
6437297	Locoal-Mendon	locoal-mendon	Locoal-Mendon,Locus Guduali,Lokoal'-Mandon,Lokoal-Mendon,luo ke a mang dong,Локоаль-Мандон,洛科阿芒东		FR	53	56	561	56119	3408	Europe/Paris
6437298	Lorient	lorient	Lorient		FR	53	56	561	56121	57274	Europe/Paris
6437299	Loyat	loyat	Loyat		FR	53	56	562	56122	1632	Europe/Paris
6437300	Malansac	malansac	Malansac		FR	53	56	563	56123	2184	Europe/Paris
6437301	Malestroit	malestroit	Malastred,Malestretum,Malestroit,Malestrua,ma lai si te lu wa,maresutorowa,Малеструа,マレストロワ,马莱斯特鲁瓦		FR	53	56	563	56124	2458	Europe/Paris
6437302	Malguénac	malguenac	Mal'genak,Malgeneg,Malguenac,Malguénac,ma er gai na ke,Мальгенак,马尔盖纳克		FR	53	56	562	56125	1835	Europe/Paris
6437303	Marzan	marzan	Marzan		FR	53	56	563	56126	2286	Europe/Paris
6437304	Melrand	melrand	Melrand		FR	53	56	562	56128	1510	Europe/Paris
6437305	Ménéac	meneac	Meneac,Ménéac		FR	53	56	562	56129	1576	Europe/Paris
6437306	Merlevenez	merlevenez	Merlevenez		FR	53	56	561	56130	3212	Europe/Paris
6437308	Meucon	meucon	Meucon		FR	53	56	563	56132	2249	Europe/Paris
6437309	Missiriac	missiriac	Megerieg,Miciriacum,Missiriac,Missiriak,mi xi li a ke,Миссириак,Міссіріак,米西里阿克		FR	53	56	563	56133	1140	Europe/Paris
6437310	Mohon	mohon	Moon,Mozhon,mo weng,mwhwn,Моон,موهون,莫翁		FR	53	56	562	56134	992	Europe/Paris
6437311	Molac	molac	Molac,Molak,Moulleg,mo la ke,Молак,莫拉克		FR	53	56	563	56135	1549	Europe/Paris
6437312	Monteneuf	monteneuf	Montenef,Monteneg,Monteneuf,meng te na,Монтенеф,蒙特纳		FR	53	56	563	56136	764	Europe/Paris
6437313	Monterblanc	monterblanc			FR	53	56	563	56137	3267	Europe/Paris
6437315	Montertelot	montertelot	Montertelot		FR	53	56	562	56139	360	Europe/Paris
6437316	Moréac	moreac	Moreac,Moreak,Moriacum,Moréac,Mourieg,mo lei a ke,Мореак,莫雷阿克		FR	53	56	562	56140	3764	Europe/Paris
6437317	Moustoir-Ac	moustoir-ac	Moustoer-Logunech,Moustoir-Ac,Mustuar-Ak,mu si tu wa a ke,Мустуар-Ак,穆斯图瓦阿克		FR	53	56	562	56141	1839	Europe/Paris
6437319	Évellys	evellys	Evellys,Évellys		FR	53	56	562	56144	3472	Europe/Paris
6437320	Néant-sur-Yvel	neant-sur-yvel	Neant-sur-Yvel,Néant-sur-Yvel		FR	53	56	562	56145	1058	Europe/Paris
6437321	Neulliac	neulliac	Nel'jak,Neulieg,Neulliac,na li a ke,Нельяк,纳利阿克		FR	53	56	562	56146	1417	Europe/Paris
6437322	Nivillac	nivillac			FR	53	56	563	56147	4551	Europe/Paris
6437323	Nostang	nostang	Lostenk,Nostan,Nostang,nuo si tang,Ностан,诺斯唐		FR	53	56	561	56148	1529	Europe/Paris
6437324	Noyal-Muzillac	noyal-muzillac	Noyal-Muzillac		FR	53	56	563	56149	2525	Europe/Paris
6437326	Noyal-Pontivy	noyal-pontivy			FR	53	56	562	56151	3659	Europe/Paris
6437327	Péaule	peaule	Peaule,Péaule		FR	53	56	563	56153	2651	Europe/Paris
6437328	Peillac	peillac	Paolieg,Peillac,Pejak,pei la ke,Пеяк,佩拉克		FR	53	56	563	56154	1860	Europe/Paris
6437329	Persquen	persquen	Persquen		FR	53	56	562	56156	340	Europe/Paris
6437330	Plaudren	plaudren	Plaodren,Plaudren,Plodran,pu luo de lang,Плодран,普洛德朗		FR	53	56	563	56157	1916	Europe/Paris
6437331	Plescop	plescop	Plescop,Plesko,Pleskob,pu lai si ke,Плеско,普莱斯科		FR	53	56	563	56158	5708	Europe/Paris
6437332	Pleucadeuc	pleucadeuc			FR	53	56	563	56159	1778	Europe/Paris
6437333	Pleugriffet	pleugriffet	Plegriffe,Pleugriffet,Ploueg-Grifed,pu lei ge li fu,Плегриффе,普勒格里弗		FR	53	56	562	56160	1255	Europe/Paris
6437334	Ploemel	ploemel	Ploemel		FR	53	56	561	56161	2841	Europe/Paris
6437335	Ploemeur	ploemeur	Ploemeur		FR	53	56	561	56162	17911	Europe/Paris
6437336	Ploërdut	ploerdut	Ploerdut,Ploërdut		FR	53	56	562	56163	1216	Europe/Paris
6437337	Ploeren	ploeren	Ploeren		FR	53	56	563	56164	6594	Europe/Paris
6437338	Ploërmel	ploermel	blwrmyl,blwyrml,بلوئرمل,بلورميل		FR	53	56	562	56165	9890	Europe/Paris
6437339	Plouay	plouay	Plouay		FR	53	56	561	56166	5604	Europe/Paris
6437340	Plougoumelen	plougoumelen	Plougoumelen,Plougouvelen,Plugumelan,pu lu gu mo lang,Плугумелан,普卢古默朗		FR	53	56	563	56167	2461	Europe/Paris
6437341	Plouharnel	plouharnel	Plouharnel		FR	53	56	561	56168	2148	Europe/Paris
6437342	Plouray	plouray	Plouray		FR	53	56	562	56170	1142	Europe/Paris
6437343	Pluherlin	pluherlin	Pluherlin		FR	53	56	563	56171	1526	Europe/Paris
6437344	Plumelec	plumelec	Plumelec		FR	53	56	562	56172	2684	Europe/Paris
6437345	Plumelin	plumelin	Pljumelen,Plumelin,Pluverin,pu lu mo lan,Плюмелен,普吕默兰		FR	53	56	562	56174	2730	Europe/Paris
6437346	Plumergat	plumergat	Pljumerga,Plumergat,Pluvergad,pu lu mei er jia,Плюмерга,普吕梅尔加		FR	53	56	561	56175	4088	Europe/Paris
6437347	Pluneret	pluneret			FR	53	56	561	56176	5584	Europe/Paris
6437348	Pluvigner	pluvigner	Pluvigner		FR	53	56	561	56177	7480	Europe/Paris
6437349	Porcaro	porcaro	Porcaro		FR	53	56	563	56180	722	Europe/Paris
6437350	Port-Louis	port-louis	Ludovici portus,Por-Lui,Port-Louis,Porzh-Loeiz,lu yi gang,poru=rui,Пор-Луи,Пор-Луї,ポール＝ルイ,路易港		FR	53	56	561	56181	2626	Europe/Paris
6437351	Priziac	priziac	Priziac		FR	53	56	562	56182	981	Europe/Paris
6437353	Questembert	questembert			FR	53	56	563	56184	7454	Europe/Paris
6437354	Quéven	queven			FR	53	56	561	56185	8571	Europe/Paris
6437356	Quistinic	quistinic	Quistinic		FR	53	56	561	56188	1438	Europe/Paris
6437357	Radenac	radenac	Radenac,Radenak,Radeneg,la de na ke,Раденак,拉德纳克		FR	53	56	562	56189	1053	Europe/Paris
6437358	Réguiny	reguiny			FR	53	56	562	56190	2000	Europe/Paris
6437359	Réminiac	reminiac	Remin'jak,Reminiac,Ruvenieg,Réminiac,lei mi ni a ke,Реминьяк,Реміньяк,雷米尼阿克		FR	53	56	563	56191	385	Europe/Paris
6437360	Riantec	riantec			FR	53	56	561	56193	5516	Europe/Paris
6437361	Rieux	rieux	R'e,Re,Reoz,er yue,Рье,Рє,尔约		FR	53	56	563	56194	2831	Europe/Paris
6437362	Rochefort-en-Terre	rochefort-en-terre	Roch-an-Argoed,Rochefort-en-Terre,Roshfor-an-Terr,roshuforu=an=teru,tai er de qu luo xie fu er,Рошфор-ан-Терр,ロシュフォール＝アン＝テール,泰尔地区罗谢福尔		FR	53	56	563	56196	627	Europe/Paris
6437363	Rohan	rohan	Rohan		FR	53	56	562	56198	1635	Europe/Paris
6437365	Ruffiac	ruffiac	Rjuffiak,Ruffiac,Rufieg,lu fei a ke,Рюффиак,Рюффіак,吕菲阿克		FR	53	56	563	56200	1428	Europe/Paris
6437366	Saint-Abraham	saint-abraham	Saint-Abraham,Sant-Abran,Sent-Abraam,sheng a bu la ang,Сент-Абраам,سینٹ-ابراہیم,圣阿布拉昂		FR	53	56	563	56202	541	Europe/Paris
6437367	Saint-Aignan	saint-aignan	Saint-Aignan,Sant-Inan,Sent-En'jan,sheng ai ni ang,Сент-Еньян,سینٹ-ایگنان، موربیحا,圣艾尼昂		FR	53	56	562	56203	591	Europe/Paris
6437368	Saint-Allouestre	saint-allouestre			FR	53	56	562	56204	621	Europe/Paris
6437369	Saint-Avé	saint-ave	Saint-Ave,Saint-Avé		FR	53	56	563	56206	11342	Europe/Paris
6437370	Saint-Brieuc-de-Mauron	saint-brieuc-de-mauron	Saint-Brieuc-de-Mauron,Sanctus Briocus de Mauronio,Sant-Brieg-Maoron,Sen-Brie-de-Moron,sheng bu li ye yu ke de mo long,Сен-Брие-де-Морон,Сен-Бріє-де-Морон,سینٹ-بریک-دے-مروں,圣布里耶于克德莫龙		FR	53	56	562	56208	345	Europe/Paris
6437371	Saint-Caradec-Trégomel	saint-caradec-tregomel	Saint-Caradec-Tregomel,Saint-Caradec-Trégomel		FR	53	56	562	56210	476	Europe/Paris
6437372	Saint-Congard	saint-congard	Saint-Congard		FR	53	56	563	56211	739	Europe/Paris
6437373	Saint-Dolay	saint-dolay	Saint-Dolay,Sanctus Evoldius,Sant-Aelwez,Sen-Dole,sheng duo lai,Сен-Доле,سینٹ-ڈولے,圣多莱		FR	53	56	563	56212	2465	Europe/Paris
6437374	Saint-Gérand	saint-gerand	Sant-Jelan,Sen-Zheran,sheng re lang,Сен-Жеран,سینٹ-گرانڈ,圣热朗		FR	53	56	562	56213	1109	Europe/Paris
6437375	Saint-Gildas-de-Rhuys	saint-gildas-de-rhuys	Saint-Gildas-de-Rhuys		FR	53	56	563	56214	1634	Europe/Paris
6437376	Saint-Gonnery	saint-gonnery	Saint-Gonnery,Sant-Goneri,Sen-Gonneri,sheng ge na li,Сен-Гоннери,Сен-Гоннері,سینٹ-گونرے,圣戈纳里		FR	53	56	562	56215	1088	Europe/Paris
6437377	Saint-Gorgon	saint-gorgon	Saint-Gorgon,Sant-Kogo,Sen-Gorgon,sheng ge er gong,Сен-Горгон,سینٹ-گوریجن، موربیحا,圣戈尔贡		FR	53	56	563	56216	386	Europe/Paris
6437378	Saint-Gravé	saint-grave	Saint-Grave,Saint-Gravé		FR	53	56	563	56218	743	Europe/Paris
6437379	Saint-Guyomard	saint-guyomard	Saint-Guyomard		FR	53	56	563	56219	1358	Europe/Paris
6437380	Sainte-Hélène	sainte-helene	Sainte-Helene,Sainte-Hélène,Santez-Elen,Sent-Elen,sheng ai lai en,Сент-Елен,سین-ہلنے، موربیحا,圣埃莱恩		FR	53	56	561	56220	1240	Europe/Paris
6437381	Saint-Jacut-les-Pins	saint-jacut-les-pins	Saint-Jacut-les-Pins		FR	53	56	563	56221	1736	Europe/Paris
6437382	Saint-Jean-Brévelay	saint-jean-brevelay	Saint-Jean-Brevelay,Saint-Jean-Brévelay		FR	53	56	562	56222	2773	Europe/Paris
6437383	Saint-Jean-la-Poterie	saint-jean-la-poterie	Saint-Jean-la-Poterie,Sant-Yann-ar-Wern,Sen-Zhan-la-Potri,sheng rang la bo te li ye,Сен-Жан-ла-Потри,Сен-Жан-ла-Потрі,سینٹ-ژاں -لا-پوٹرے,圣让拉波特里耶		FR	53	56	563	56223	1503	Europe/Paris
6437384	Saint-Léry	saint-lery	Sanctus Elerius,Sant-Leri,Sen-Leri,sheng lai li,Сен-Лери,Сен-Лері,سینٹ-لڑے,圣莱里		FR	53	56	562	56225	190	Europe/Paris
6437385	Saint-Malo-de-Beignon	saint-malo-de-beignon	Saint-Malo-de-Beignon,Sant-Malou-Benion,Sant-Maloù-Benion,Sen-Malo-de-Ben'on,san=maro=do=benyon,sheng ma luo de bei ni weng,Сен-Мало-де-Беньон,سینٹ-ملو-دے-بیگنوں,サン＝マロ＝ド＝ベニョン,圣马洛德贝尼翁		FR	53	56	563	56226	514	Europe/Paris
6437386	Saint-Malo-des-Trois-Fontaines	saint-malo-des-trois-fontaines	Saint-Malo-des-Trois-Fontaines,Sant-Malou-an-Teir-Feunteun,Sant-Maloù-an-Teir-Feunteun,Sen-Malo-de-Trua-Fonten,sheng ma luo dai si-te lu wa feng tai nei,Сен-Мало-де-Труа-Фонтен,سینٹ-ملو-دس-تروص-فونٹائنس,圣马洛代斯-特鲁瓦丰泰内		FR	53	56	562	56227	562	Europe/Paris
6437387	Saint-Marcel	saint-marcel	Saint-Marcel,Sanctus Marcellus,Sant-Marchell,Sen-Marsel',sheng ma er sai,Сен-Марсель,سینٹ-مارسیل، موربیحا,圣马尔塞		FR	53	56	563	56228	1058	Europe/Paris
6437388	Saint-Nicolas-du-Tertre	saint-nicolas-du-tertre	Saint-Nicolas-du-Tertre,Sant-Nikolaz-ar-Roz,Sen-Nikola-dju-Tertr,sheng ni ke la di tai er te er,Сен-Никола-дю-Тертр,Сен-Нікола-дю-Тертр,سینٹ-نکولس-دو-ترترے,圣尼科拉迪泰尔特尔		FR	53	56	563	56230	467	Europe/Paris
6437389	Saint-Nolff	saint-nolff	Saint-Nolff		FR	53	56	563	56231	3719	Europe/Paris
6437390	Saint-Perreux	saint-perreux	Saint-Perreux		FR	53	56	563	56232	1182	Europe/Paris
6437391	Saint-Philibert	saint-philibert	Lokfiliberzh,Saint-Philibert,Sant-Filiberzh,Sen-Filiber,sheng fei li bei er,Сен-Филибер,Сен-Філібер,سین-فلبرٹ، موربہان,圣菲利贝尔		FR	53	56	561	56233	1497	Europe/Paris
6437392	Saint-Pierre-Quiberon	saint-pierre-quiberon	Saint-Pierre-Quiberon		FR	53	56	561	56234	2068	Europe/Paris
6437393	Saint-Servant	saint-servant	Saint-Servant		FR	53	56	562	56236	809	Europe/Paris
6437394	Saint-Thuriau	saint-thuriau	Saint-Thuriau,Sant-Turiav,Sen-Tjurjo,sheng di li ao,Сен-Тюрйо,圣蒂里奥		FR	53	56	562	56237	1858	Europe/Paris
6437395	Saint-Vincent-sur-Oust	saint-vincent-sur-oust	Saint-Vincent-sur-Oust		FR	53	56	563	56239	1479	Europe/Paris
6437396	Sarzeau	sarzeau	Sarzeau		FR	53	56	563	56240	7842	Europe/Paris
6437397	Sauzon	sauzon	Sauzon		FR	53	56	561	56241	981	Europe/Paris
6437398	Séglien	seglien	Seglien,Séglien		FR	53	56	562	56242	680	Europe/Paris
6437399	Sérent	serent			FR	53	56	563	56244	3048	Europe/Paris
6437400	Silfiac	silfiac	Sil'fiak,Silieg,xi er fei a ke,Сильфиак,Сільфіак,西尔菲阿克		FR	53	56	562	56245	437	Europe/Paris
6437401	Sulniac	sulniac	Sjul'niak,Sulniac,Sulnieg,xu er ni a ke,Сюльниак,Сюльніак,叙尔尼阿克		FR	53	56	563	56247	3591	Europe/Paris
6437402	Théhillac	thehillac	Thehillac,Théhillac		FR	53	56	563	56250	583	Europe/Paris
6437403	Theix-Noyalo	theix-noyalo	Theix-Noyalo		FR	53	56	563	56251	7808	Europe/Paris
6437404	Trédion	tredion			FR	53	56	563	56254	1252	Europe/Paris
6437405	Treffléan	trefflean	Trefflean,Treffléan		FR	53	56	563	56255	2260	Europe/Paris
6437406	Tréhorenteuc	trehorenteuc	Trehorenteuc,Tréhorenteuc		FR	53	56	562	56256	119	Europe/Paris
6437407	Vannes	vannes	Dariorigum,Gwened,Van,Vanas,Vann,Venetens,vu~an'nu,wa ne,Ван,Ванн,באניס,ואן,ヴァンヌ,瓦讷		FR	53	56	563	56260	53218	Europe/Paris
6437408	Kernascléden	kernascleden			FR	53	56	562	56264	404	Europe/Paris
6437409	Bourscheid	bourscheid	Bourscheid,Burscheid,Burshajd,Burshejd,Буршајд,Буршейд		FR	44	57	575	57100	181	Europe/Paris
6437410	Bousbach	bousbach	Bousbach,Busbak,Buschbach,Buzbakh,bu si ba ke,bwsbakh,Бузбах,Бусбак,بوسباخ,布斯巴克		FR	44	57	573	57101	1217	Europe/Paris
6437411	Bousse	bousse	Bousse,Bus,Buss,bu si,Бус,Бусс,布斯		FR	44	57	577	57102	3158	Europe/Paris
6437412	Bousseviller	bousseviller	Bousseviller,Buseviler,Bussviller,Busweiler,bu se wei lai,Бусевилер,Буссвиллер,Буссвіллер,布瑟维莱		FR	44	57	576	57103	125	Europe/Paris
6437413	Boust	boust	Boust,Bu,Bust,bu si te,Бу,Буст,布斯特		FR	44	57	577	57104	1217	Europe/Paris
6437414	Boustroff	boustroff	Buschdorf,Bustrof,Bustroff,bu si te luo,bwstrwf,Бустроф,Бустрофф,بوستروف,布斯特罗		FR	44	57	573	57105	149	Europe/Paris
6437415	Breidenbach	breidenbach	Brajdenbakh,Bredanbak,bu lei dang ba ke,Брајденбах,Бреданбак,布雷当巴克		FR	44	57	576	57108	331	Europe/Paris
6437416	Breistroff-la-Grande	breistroff-la-grande	Breistroff-la-Grande		FR	44	57	577	57109	694	Europe/Paris
6437417	Brettnach	brettnach	Bretnakh,Brettnach,Brettnak,Brettnash,brtnakh,bu lei te na ke,Бретнах,Бреттнак,Бреттнаш,برتناخ,布雷特纳克		FR	44	57	573	57110	447	Europe/Paris
6437418	Bronvaux	bronvaux	Bronvaux		FR	44	57	579	57111	557	Europe/Paris
6437419	Brouck	brouck	Brouck,Bruk,bu lu,Брук,布鲁		FR	44	57	573	57112	84	Europe/Paris
6437420	Brouderdorff	brouderdorff	Brouderdorff,Bruderdorf,Bruderdorff,brwdrdrf,bu lu dai er duo er,Брудердорф,Брудердорфф,برودردرف,布鲁代尔多尔		FR	44	57	575	57113	970	Europe/Paris
6437421	Brouviller	brouviller	Brauweiler,Bruviler,Bruviller,brwwylr,bu lu wei lai,Брувилер,Брувиллер,Брувіллер,بروویلر,布鲁维莱		FR	44	57	575	57114	427	Europe/Paris
6437422	Brulange	brulange	Brilanzh,Brjulanzh,Brulange,bu lu lang ge,Бриланж,Брюланж,布吕朗格		FR	44	57	573	57115	102	Europe/Paris
6437423	Buchy	buchy	Bishi,Bjushi,Buchy,bi xi,Биши,Бюши,Бюші,比希		FR	44	57	579	57116	108	Europe/Paris
6437424	Buding	buding	Bjuden,Buding,Buedingen bei Diedenhofen,Büdingen bei Diedenhofen,bi dan,bwdyng,Будинг,Бюден,بودینگ,比丹		FR	44	57	577	57117	591	Europe/Paris
6437425	Budling	budling	Bidlingen,Bjudlen,Budling,bi de lan,bwdlyng,Будлинг,Бюдлен,بودلینگ,比德兰		FR	44	57	577	57118	181	Europe/Paris
6437426	Buhl-Lorraine	buhl-lorraine	Bil Loren,Bjul'-Lorren,Buehl,Buhl-Lorraine,Bühl,bi luo er lan,bwl-lwrn,Бил Лорен,Бюль-Лоррен,بول-لورن,比洛尔兰		FR	44	57	575	57119	1225	Europe/Paris
6437427	Burtoncourt	burtoncourt	Birtonkur,Bjurtonkur,Burtoncourt,bi er tong ku er,bwrtnkwr,Биртонкур,Бюртонкур,بورتنکور,比尔通库尔		FR	44	57	579	57121	194	Europe/Paris
6437428	Cappel	cappel	Cappel,Kapel,Kappel',Капел,Каппель		FR	44	57	573	57122	700	Europe/Paris
6437429	Carling	carling	Carling,Karlen,Karlingen,Карлен		FR	44	57	573	57123	3439	Europe/Paris
6437430	Cattenom	cattenom	Cattenom,Katenom,Kattenhofen,Kattenom,Kettenuewen,ka tang weng,Катеном,Каттеном,卡唐翁		FR	44	57	577	57124	2694	Europe/Paris
6437431	Chailly-lès-Ennery	chailly-les-ennery	Chailly-les-Ennery,Chailly-lès-Ennery,Shai-lez-Enneri,Shaji lez Eneri,shayly-lh-znry,xie li lai ai na li,Шаи-лез-Еннери,Шаї-лез-Еннері,Шаји лез Енери,شایلی-له-زنری,谢利莱埃纳里		FR	44	57	579	57125	364	Europe/Paris
6437432	Chambrey	chambrey	Chambrey		FR	44	57	575	57126	343	Europe/Paris
6437433	Chanville	chanville	Chanville,Shanvil',shang wei er,shanwyl,Шанвиль,Шанвіль,شانویل,尚维尔		FR	44	57	579	57127	126	Europe/Paris
6437434	Charleville-sous-Bois	charleville-sous-bois	Charleville-sous-Bois,Sharlevil'-su-Bua,Sharlvil su Boa,sen lin sha er lei wei er,sharlwwyl-sw-bwa,Шарлвил су Боа,Шарлевиль-су-Буа,Шарлевіль-су-Буа,شارلوویل-سو-بوا,森林沙尔勒维尔		FR	44	57	579	57128	319	Europe/Paris
6437435	Charly-Oradour	charly-oradour	Charly-Oradour,Sharli Oradur,Sharli-Oradur,sha er li ao la du,sharly-aradwr,Шарли Орадур,Шарли-Орадур,Шарлі-Орадур,شارلی-ارادور,沙尔利奥拉杜		FR	44	57	579	57129	680	Europe/Paris
6437436	Château-Bréhain	chateau-brehain	Chateau-Brehain,Château-Bréhain,Shato Brejen,Shato-Breehn,Shato-Breen,sha tuo bu lei an,shatw-brhn,Шато Брејен,Шато-Бреен,Шато-Бреэн,شاتو-برهن,沙托布雷安		FR	44	57	575	57130	76	Europe/Paris
6437437	Château-Rouge	chateau-rouge	Chateau-Rouge,Château-Rouge,Rothendorf,Shato Ruzh,Shato-Ruzh,sha tuo lu ge,shatw-rwzh,Шато Руж,Шато-Руж,شاتو-روژ,沙托鲁格		FR	44	57	573	57131	294	Europe/Paris
6437438	Château-Salins	chateau-salins	Chateau-Salins,Château-Salins		FR	44	57	575	57132	2453	Europe/Paris
6437439	Château-Voué	chateau-voue	Chateau-Voue,Château-Voué		FR	44	57	575	57133	108	Europe/Paris
6437440	Châtel-Saint-Germain	chatel-saint-germain	Chatel-Saint-Germain,Châtel-Saint-Germain		FR	44	57	579	57134	1853	Europe/Paris
6437441	Chémery-les-Deux	chemery-les-deux	Chemery-les-Deux,Chémery-les-Deux,Schemmerich,Shameri le De,Shemri-le-De,Shemri-le-Djo,shmry-lh-dw,xie mo li lai de,Шамери ле Де,Шемри-ле-Де,Шемри-ле-Дё,Шемрі-ле-Де,شمری-له-دو,谢默里莱德		FR	44	57	573	57136	557	Europe/Paris
6437442	Chenois	chenois	Chenois,Shanoa,Shenua,shang wa,shnwa,Шаноа,Шенуа,شنوا,尚瓦		FR	44	57	575	57138	76	Europe/Paris
6437443	Chérisey	cherisey			FR	44	57	579	57139	298	Europe/Paris
6437444	Chesny	chesny	Chesny,Sheni,shsny,xie si ni,Шени,Шені,شسنی,谢斯尼		FR	44	57	579	57140	603	Europe/Paris
6437445	Chicourt	chicourt	Chicourt,Shikur,shykwr,xi ku er,Шикур,شیکور,希库尔		FR	44	57	575	57141	95	Europe/Paris
6437446	Chieulles	chieulles	Chieulles,Sh'el',Sh'jol',Shel',Shjel,shywl,xie yu lai,Шьель,Шьёль,Шєль,Шјел,شیول,谢于莱		FR	44	57	579	57142	417	Europe/Paris
6437447	Clouange	clouange	Clouange,Kluanzh,ke lu ang ge,klwanzh,Клуанж,کلوانژ,克卢昂格		FR	44	57	577	57143	3602	Europe/Paris
6437448	Cocheren	cocheren	Cocheren,Kochern,Kokeren,Kokhern,Kosheran,ke xie lang,Кокерен,Кохерн,Кошеран,科谢朗		FR	44	57	573	57144	3527	Europe/Paris
6437449	Coincy	coincy	Coincy,Koansi,Kuehnsi,Kuensi,Коанси,Куенси,Куенсі,Куэнси		FR	44	57	579	57145	307	Europe/Paris
6437505	Flévy	flevy	Flevi,Flevy,Flévy,flwy,fu lai wei,Флеви,Флеві,فلوی,弗莱维		FR	44	57	579	57219	567	Europe/Paris
6437506	Flocourt	flocourt	Flocourt		FR	44	57	579	57220	118	Europe/Paris
6437450	Coin-lès-Cuvry	coin-les-cuvry	Coin-les-Cuvry,Coin-lès-Cuvry,Koan le Kivri,Kuen-le-Kjuvri,kuan lai qu fu li,kwyn-lh-kwwry,Коан ле Киври,Куен-ле-Кюври,Куен-ле-Кюврі,کوئن-له-کووری,宽莱屈夫里		FR	44	57	579	57146	710	Europe/Paris
6437451	Coin-sur-Seille	coin-sur-seille	Coin-sur-Seille,Koan sir Sej,Kuen-sjur-Sej,kwyn-swr-sy,sai er he pan kuan,Коан сир Сеј,Куен-сюр-Сей,کوئن-سور-سی,塞尔河畔宽		FR	44	57	579	57147	338	Europe/Paris
6437452	Colligny-Maizery	colligny-maizery	Colligny-Maizery,Kolini,Kollin'i,Колињи,Коллиньи,Колліньї		FR	44	57	579	57148	579	Europe/Paris
6437453	Colmen	colmen	Colmen,Kol'man,Kolmen,ke er mang,kwlman,Колмен,Кольман,کولمان,科尔芒		FR	44	57	573	57149	200	Europe/Paris
6437454	Condé-Northen	conde-northen	Conde-Northen,Condé-Northen		FR	44	57	573	57150	669	Europe/Paris
6437455	Conthil	conthil	Conthil,Kontij,Kontil',kwntyl,Контий,Контиль,Контиј,Контій,کونتیل		FR	44	57	575	57151	170	Europe/Paris
6437456	Contz-les-Bains	contz-les-bains	Konc le Ben,Konc-le-Ben,Niederkontz,kong te lai ban,kwnts-lh-bn,Конц ле Бен,Конц-ле-Бен,کونتس-له-بن,孔特莱班		FR	44	57	577	57152	509	Europe/Paris
6437457	Corny-sur-Moselle	corny-sur-moselle	Corny-sur-Moselle		FR	44	57	579	57153	2221	Europe/Paris
6437458	Coume	coume			FR	44	57	573	57154	664	Europe/Paris
6437459	Courcelles-Chaussy	courcelles-chaussy			FR	44	57	579	57155	3092	Europe/Paris
6437460	Courcelles-sur-Nied	courcelles-sur-nied			FR	44	57	579	57156	1198	Europe/Paris
6437462	Créhange	crehange	Kreanzh,Kriechingen,ke lei ang ge,Креанж,克雷昂格		FR	44	57	573	57159	3918	Europe/Paris
6437463	Cutting	cutting	Cutting,Kjutten,Kuting,qu tan,Кутинг,Кюттен,屈坦		FR	44	57	575	57161	138	Europe/Paris
6437464	Dabo	dabo	Dabo,Dagsburg,Дабо		FR	44	57	575	57163	2527	Europe/Paris
6437465	Dalem	dalem	Dalan,Dalem,da lang,Далан,Далем,达朗		FR	44	57	573	57165	624	Europe/Paris
6437466	Dalhain	dalhain	Dalhain		FR	44	57	575	57166	112	Europe/Paris
6437467	Dalstein	dalstein	Dal'sten,Dalshtajn,Dalstein,da er si tan,dalshtayn,Далштајн,Дальстен,دالشتاین,达尔斯坦		FR	44	57	573	57167	354	Europe/Paris
6437469	Dannelbourg	dannelbourg	Danelburg,Dannel'bur,Dannelbourg,Dannelburg,da nei er bu er,danlbwrg,Данелбург,Даннельбур,دانلبورگ,达内尔布尔		FR	44	57	575	57169	495	Europe/Paris
6437470	Delme	delme	Del'm,Delm,Delme,dai er mu,Делм,Дельм,代尔姆		FR	44	57	575	57171	1119	Europe/Paris
6437471	Denting	denting	Danten,Denting,dang tan,dntyng,Дантен,Дентинг,دنتینگ,当坦		FR	44	57	573	57172	270	Europe/Paris
6437472	Desseling	desseling	Deseling,Desselen,Desseling,dai se lan,dslyng,Деселинг,Десселен,دسلینگ,代瑟兰		FR	44	57	575	57173	107	Europe/Paris
6437473	Destry	destry	Destry		FR	44	57	573	57174	91	Europe/Paris
6437474	Diane-Capelle	diane-capelle	Diane-Capelle		FR	44	57	575	57175	223	Europe/Paris
6437475	Diebling	diebling	D'eblen,Dibling,Diebling,Dieblingen,di ye bu lan,dyblyng,Диблинг,Дьеблен,Дьєблен,دیبلینگ,迪耶布兰		FR	44	57	573	57176	1656	Europe/Paris
6437476	Diffembach-lès-Hellimer	diffembach-les-hellimer	Diffembach-les-Hellimer,Diffembach-lès-Hellimer		FR	44	57	573	57178	357	Europe/Paris
6437477	Distroff	distroff	Distroff		FR	44	57	577	57179	1745	Europe/Paris
6437478	Dolving	dolving	Dol'ven,Dolving,Dolvingen,dlwyng,duo er wan,Долвинг,Дольвен,دلوینگ,多尔万		FR	44	57	575	57180	357	Europe/Paris
6437479	Donjeux	donjeux	Donzhe,Donzhjo,dong re,Донже,Донжё,东热		FR	44	57	575	57182	88	Europe/Paris
6437480	Donnelay	donnelay	Donle,Donnelay,Donnle,Donnlei,duo nei lai,Донле,Доннле,Доннлеи,多内莱		FR	44	57	575	57183	190	Europe/Paris
6437482	Éblange	eblange	Eblange,Eblanzh,Eblingen,Ehblanzh,ablanzh,ai bu lang ge,Éblange,Ебланж,Эбланж,ابلانژ,埃布朗格		FR	44	57	573	57187	375	Europe/Paris
6437483	Éguelshardt	eguelshardt	Eguelshardt,Éguelshardt		FR	44	57	576	57188	428	Europe/Paris
6437484	Eincheville	eincheville	Ehnshvil',Eincheville,Enschweiler,Enshvil',an xie wei er,Еншвиль,Еншвіль,Эншвиль,安谢维尔		FR	44	57	573	57189	220	Europe/Paris
6437485	Elvange	elvange	Ehl'vanzh,El'vanzh,Elvange,Elwingen,Ельванж,Эльванж		FR	44	57	573	57190	382	Europe/Paris
6437486	Elzange	elzange	El'zanzh,Elsingen,ai er cang ge,Ельзанж,埃尔藏格		FR	44	57	577	57191	731	Europe/Paris
6437487	Enchenberg	enchenberg	Anshanber,Enchenberg,ang shang bei er,anshnbrg,Аншанбер,انشنبرگ,昂尚贝尔		FR	44	57	576	57192	1252	Europe/Paris
6437488	Entrange	entrange	Entrange		FR	44	57	577	57194	1247	Europe/Paris
6437489	Erching	erching	Erching,Erchingen,Ershen,Ершен		FR	44	57	576	57196	407	Europe/Paris
6437490	Ernestviller	ernestviller	Ernestviller		FR	44	57	576	57197	501	Europe/Paris
6437491	Erstroff	erstroff	Erstroff		FR	44	57	573	57198	199	Europe/Paris
6437492	Escherange	escherange	Escherange		FR	44	57	577	57199	604	Europe/Paris
6437493	Etting	etting	Etting		FR	44	57	576	57201	756	Europe/Paris
6437494	Etzling	etzling	Ecling,Ehclen,Etslen,Etzling,Etzlingen,ai te ci lan,atslyng,Етслен,Ецлинг,Эцлен,اتسلینگ,埃特兹兰		FR	44	57	573	57202	1195	Europe/Paris
6437495	Évrange	evrange	Evrange,Évrange		FR	44	57	577	57203	239	Europe/Paris
6437496	Falck	falck	Fal'k,Falck,Falk,fa er,falkk  mwsyly,Фалк,Фальк,فالکک، موسیلی,法尔		FR	44	57	573	57205	2480	Europe/Paris
6437497	Fameck	fameck	Fameck		FR	44	57	577	57206	14010	Europe/Paris
6437498	Farébersviller	farebersviller	Farebersviller,Farébersviller		FR	44	57	573	57207	5519	Europe/Paris
6437499	Fèves	feves	Fev,Feves,Fèves,fei wei,Фев,费韦		FR	44	57	579	57211	1074	Europe/Paris
6437500	Filstroff	filstroff	Fijstroff,Fil'stroff,Filsdorf,Filstroff,fei er si te luo,Фийстрофф,Фильстрофф,Фійстрофф,菲尔斯特罗		FR	44	57	573	57213	780	Europe/Paris
6437501	Fixem	fixem	Fixem		FR	44	57	577	57214	423	Europe/Paris
6437502	Flastroff	flastroff	Flasdorf,Flastroff,fu la si te luo,Фластрофф,弗拉斯特罗		FR	44	57	577	57215	322	Europe/Paris
6437503	Fleisheim	fleisheim	Fleisheim		FR	44	57	575	57216	152	Europe/Paris
6437504	Flétrange	fletrange	Fletrange,Flétrange		FR	44	57	573	57217	947	Europe/Paris
6437508	Folkling	folkling	Fol'klen,Folkling,Folklingen,fu er ke lan,fwlklyng,Фольклен,فولکلینگ,福尔克兰		FR	44	57	573	57222	1295	Europe/Paris
6437509	Folschviller	folschviller	Folschviller		FR	44	57	573	57224	4041	Europe/Paris
6437510	Fonteny	fonteny	Fonteny		FR	44	57	575	57225	144	Europe/Paris
6437511	Fontoy	fontoy	Fontoy		FR	44	57	577	57226	3023	Europe/Paris
6437512	Fossieux	fossieux	Fos'e,Fos'jo,Fosje,Fossieux,fu xi e,fwsyw,Фосье,Фосьё,Фосьє,Фосје,فوسیو,福西厄		FR	44	57	575	57228	217	Europe/Paris
6437513	Foulcrey	foulcrey	Foulcrey		FR	44	57	575	57229	180	Europe/Paris
6437514	Fouligny	fouligny	Fouligny,Fuellingen,Fulin'i,Fulini,Füllingen,fu li ni,fwlyny,Фулиньи,Фулињи,Фуліньї,فولینی,富利尼		FR	44	57	573	57230	195	Europe/Paris
6437515	Foville	foville	Fovil,Fovil',fu wei er,Фовил,Фовиль,Фовіль,福维尔		FR	44	57	579	57231	102	Europe/Paris
6437516	Francaltroff	francaltroff	Francaltroff		FR	44	57	575	57232	762	Europe/Paris
6437517	Fraquelfing	fraquelfing	Frakel'fen,Frakelfing,frakwlfyng,fu la qu ai er fan,Фракелфинг,Фракельфен,فراکولفینگ,弗拉屈埃尔凡		FR	44	57	575	57233	80	Europe/Paris
6437518	Frauenberg	frauenberg	Frauenberg,Froanber,fu luo ang bei er,Фрауенберг,Фроанбер,弗罗昂贝尔		FR	44	57	576	57234	575	Europe/Paris
6437519	Freistroff	freistroff	Freisdorf,Frestroff,fraystrf,fu lei si te luo,Фрестрофф,فرایسترف,弗雷斯特罗		FR	44	57	573	57235	1074	Europe/Paris
6437520	Frémery	fremery	Fremeri,Fremery,Frémery,frmry,fu lei mo li,Фремери,Фремері,فرمری,弗雷默里		FR	44	57	575	57236	78	Europe/Paris
6437521	Frémestroff	fremestroff			FR	44	57	573	57237	299	Europe/Paris
6437522	Fresnes-en-Saulnois	fresnes-en-saulnois	Fren-an-Sol'nua,Fresnes-en-Saulnois,frsn-an-slnwa,suo er nu wa de qu fu lei si nei,Френ-ан-Сольнуа,فرسن-آن-سلنوا,索尔努瓦地区弗雷斯内		FR	44	57	575	57238	179	Europe/Paris
6437523	Freybouse	freybouse	Frebuz,Freibuss,Frejbuz,Freybouse,frybwz,fu lei bu si,Фребуз,Фрейбуз,فریبوز,弗雷布斯		FR	44	57	573	57239	434	Europe/Paris
6437524	Fribourg	fribourg	Fribur,Friburgo,fu li bu er,Фрибур,弗里布尔		FR	44	57	575	57241	164	Europe/Paris
6437525	Gandrange	gandrange	Gandrange		FR	44	57	577	57242	2846	Europe/Paris
6437526	Garrebourg	garrebourg	Garrebourg		FR	44	57	575	57244	499	Europe/Paris
6437527	Gavisse	gavisse	Gavisse		FR	44	57	577	57245	566	Europe/Paris
6437528	Givrycourt	givrycourt	Zhivrikur,ji fu li ku er,Живрикур,吉夫里库尔		FR	44	57	575	57248	91	Europe/Paris
6437529	Glatigny	glatigny	Glatigny,Glatin'i,Glatini,ge la di ni,Глатиньи,Глатињи,Глатіньї,格拉蒂尼		FR	44	57	579	57249	251	Europe/Paris
6437530	Goetzenbruck	goetzenbruck	Goetzenbruck		FR	44	57	576	57250	1551	Europe/Paris
6437531	Gomelange	gomelange	Gelmingen,Gomelange,Gomelanzh,Gomlanzh,ge mo lang ge,gwmlanzh,Гомеланж,Гомланж,گوملانژ,戈默朗格		FR	44	57	573	57252	507	Europe/Paris
6437532	Gondrexange	gondrexange	Gondrexange		FR	44	57	575	57253	483	Europe/Paris
6437533	Gosselming	gosselming	Goselming,Gossel'men,ge sai er man,gslmyng,Госелминг,Госсельмен,گسلمینگ,戈塞尔曼		FR	44	57	575	57255	594	Europe/Paris
6437534	Gravelotte	gravelotte	Gravelotte		FR	44	57	579	57256	830	Europe/Paris
6437535	Grémecey	gremecey			FR	44	57	575	57257	105	Europe/Paris
6437536	Gréning	grening	Grening,Gréning		FR	44	57	573	57258	137	Europe/Paris
6437537	Grosbliederstroff	grosbliederstroff	Grosbliederstroff		FR	44	57	576	57260	3326	Europe/Paris
6437538	Gros-Réderching	gros-rederching	Gro-Redershen,Gros-Rederching,Gros-Réderching,Grossrederchingen,Großrederchingen,ge luo lei dai er shang,Гро-Редершен,格罗雷代尔尚		FR	44	57	576	57261	1338	Europe/Paris
6437539	Grostenquin	grostenquin	Grostenquin		FR	44	57	573	57262	617	Europe/Paris
6437540	Grundviller	grundviller	Grendviller,Grundviller,Grundweiler,ge lan de wei lai,grwndwylr,Грендвиллер,Грендвіллер,گروندویلر,格兰德维莱		FR	44	57	576	57263	670	Europe/Paris
6437541	Guebenhouse	guebenhouse			FR	44	57	576	57264	427	Europe/Paris
6437542	Guébestroff	guebestroff	Gebestroff,Guebestroff,Guébestroff,gai bei si te luo,gbstrf,Гебестрофф,گبسترف,盖贝斯特罗		FR	44	57	575	57265	44	Europe/Paris
6437543	Guéblange-lès-Dieuze	gueblange-les-dieuze	Geblanzh-le-D'ez,Geblanzh-le-D'joz,Gueblange-les-Dieuze,Guéblange-lès-Dieuze,gai bu lang ge lai di ye yu ci,gblanzh-lh-dywz,Гебланж-ле-Дьез,Гебланж-ле-Дьёз,Гебланж-ле-Дьєз,گبلانژ-له-دیوز,盖布朗格莱迪耶于兹		FR	44	57	575	57266	163	Europe/Paris
6437544	Guébling	guebling	Geblen,Guebling,Guébling,gai bu lan,gbln,Геблен,گبلن,盖布兰		FR	44	57	575	57268	126	Europe/Paris
6437545	Guénange	guenange	Guenange,Guénange		FR	44	57	577	57269	7191	Europe/Paris
6437546	Guenviller	guenviller	Guenviller		FR	44	57	573	57271	651	Europe/Paris
6437547	Guermange	guermange	Guermange		FR	44	57	575	57272	93	Europe/Paris
6437548	Guerstling	guerstling	Gerstlen,Gerstlingen,Guerstling,gai er si te lan,Герстлен,盖尔斯特兰		FR	44	57	573	57273	417	Europe/Paris
6437549	Guerting	guerting	Guerting		FR	44	57	573	57274	860	Europe/Paris
6437550	Guessling-Hémering	guessling-hemering	Gesslen-Ehmeren,Gesslen-Emeren,Gesslingen-Hemeringen,Guessling-Hemering,Guessling-Hémering,gai si lan ai mo lan,Гесслен-Емерен,Гесслен-Эмерен,盖斯兰埃默兰		FR	44	57	573	57275	916	Europe/Paris
6437551	Guinglange	guinglange	Gaenglingen,Genglanzh,Ginglanzh,Guinglange,Gänglingen,ji en ge lang ge,Генгланж,Гингланж,Гінгланж,吉恩格朗格		FR	44	57	573	57276	332	Europe/Paris
6437552	Guinkirchen	guinkirchen	Gehnkirchen,Genkirshan,Ginkirshan,ji en ji er shang,Генкиршан,Гинкиршан,Гінкіршан,吉恩基尔尚		FR	44	57	573	57277	154	Europe/Paris
6437553	Guinzeling	guinzeling	Genzelen,Ginzelen,gwynzlyng,ji en ze lan,Гензелен,Гинзелен,Гінзелен,گوینزلینگ,吉恩泽兰		FR	44	57	575	57278	69	Europe/Paris
6437554	Guntzviller	guntzviller	Guntzviller		FR	44	57	575	57280	388	Europe/Paris
6437555	Haboudange	haboudange	Abudanzh,Haboudange,a bu dang ge,habwdanzh,Абуданж,هابودانژ,ہبو ڈانگے,阿布当格		FR	44	57	575	57281	270	Europe/Paris
6437556	Hagen	hagen			FR	44	57	577	57282	365	Europe/Paris
6437557	Hagondange	hagondange	Hagondange		FR	44	57	579	57283	9275	Europe/Paris
6437558	Hallering	hallering	Alering,Alleren,Hallering,Halleringen,a lei lan,halryng,Алеринг,Аллерен,هالرینگ,阿勒兰		FR	44	57	573	57284	109	Europe/Paris
6437559	Halstroff	halstroff	Al'stroff,Halsdorf,Halstroff,Khalshtrof,a er si te luo,halstrf,Альстрофф,Халштроф,هالسترف,阿尔斯特罗		FR	44	57	577	57286	320	Europe/Paris
6437560	Basse-Ham	basse-ham	Bas Am,Bass-Am,Niederham,ba si ang,bas-ham,Бас Ам,Басс-Ам,باس-هام,巴斯昂		FR	44	57	577	57287	2253	Europe/Paris
6437561	Ham-sous-Varsberg	ham-sous-varsberg	Am-su-Varsber,Ham unter Varsberg,Ham-sous-Varsberg,Kham su Varsberg,ang su wa er si bei er,ham-sw-warsbrg,Ам-су-Варсбер,Хам су Варсберг,هام-سو-وارسبرگ,昂苏瓦尔斯贝尔		FR	44	57	573	57288	2820	Europe/Paris
6437562	Hambach	hambach	Ambak,Hambach,Hombach,Khambakh,ang ba ke,Амбак,Хамбах,昂巴克		FR	44	57	576	57289	2877	Europe/Paris
6437563	Hampont	hampont	Ampon,Hampont,Khampont,ang peng,hampwn,Ампон,Хампонт,هامپون,昂蓬		FR	44	57	575	57290	185	Europe/Paris
6437565	Hannocourt	hannocourt	Annokur,Annonkur,Anokur,Hannocourt,a nuo ku er,hanwkwr,Аннокур,Аннонкур,Анокур,هانوکور,阿诺库尔		FR	44	57	575	57292	21	Europe/Paris
6437566	Han-sur-Nied	han-sur-nied	An-sjur-N'e,Han-sur-Nied,Khan sir Nijed,han-swr-nyh,ni de he pan ang,Ан-сюр-Нье,Ан-сюр-Ньє,Хан сир Нијед,هان-سور-نیه,尼德河畔昂		FR	44	57	573	57293	259	Europe/Paris
6437567	Hanviller	hanviller	Hanviller		FR	44	57	576	57294	211	Europe/Paris
6437568	Haraucourt-sur-Seille	haraucourt-sur-seille	Arokur su Sej,Arokur-sjur-Sej,Haraucourt-sur-Seille,harkwr-swr-sy,sai er he pan a luo ku er,Арокур су Сеј,Арокур-сюр-Сей,هارکور-سور-سی,塞尔河畔阿罗库尔		FR	44	57	575	57295	106	Europe/Paris
6437569	Hargarten-aux-Mines	hargarten-aux-mines	Argartan-o-Min,Hargarten,Hargarten-aux-Mines,Khargarten o Min,a er jia er tang ao mi nei,hargartn-a-myn,Аргартан-о-Мин,Аргартан-о-Мін,Харгартен о Мин,هارگارتن-ا-مین,阿尔加尔唐奥米内		FR	44	57	573	57296	1119	Europe/Paris
6437570	Harprich	harprich	Arprish,Harprich,Kharprikh,a er pu li ke,harprysh,Арприш,Харприх,هارپریش,阿尔普里克		FR	44	57	573	57297	167	Europe/Paris
6437571	Harreberg	harreberg	Arreber,Haarberg,Harreberg,Khareberg,a er lei bei er,harbrg,Арребер,Хареберг,هاربرگ,阿尔雷贝尔		FR	44	57	575	57298	402	Europe/Paris
6437572	Hartzviller	hartzviller	Arcviller,Hartzviller,Harzweiler,Kharcviler,a er te ci wei lai,hartswylr,Арцвиллер,Арцвіллер,Харцвилер,هارتسویلر,阿尔特兹维莱		FR	44	57	575	57299	910	Europe/Paris
6437573	Haselbourg	haselbourg	Azel'bur,Haselbourg,Haselburg,Khazelburg,a sai er bu er,hazlbwrg,Азельбур,Хазелбург,هازلبورگ,阿塞尔布尔		FR	44	57	575	57300	313	Europe/Paris
6437574	Haspelschiedt	haspelschiedt	Haspelschiedt		FR	44	57	576	57301	305	Europe/Paris
6437575	Hattigny	hattigny	Atini,Attin'i,Hattigny,hatyny,Атињи,Аттиньи,Аттіньї,هاتینی		FR	44	57	575	57302	192	Europe/Paris
6437576	Hauconcourt	hauconcourt	Hauconcourt,Okonkur,ao kong ku er,hwknkwr,Оконкур,هوکنکور,奥孔库尔		FR	44	57	579	57303	635	Europe/Paris
6437577	Haut-Clocher	haut-clocher	Haut-Clocher,O Kloshe,O-Kloshe,Zittersdorf,ao ke luo she,hw-klwshh,О Клоше,О-Клоше,هو-کلوشه,奥克洛舍		FR	44	57	575	57304	341	Europe/Paris
6437578	Havange	havange	Havange		FR	44	57	577	57305	448	Europe/Paris
6437579	Hayange	hayange	Hayange		FR	44	57	577	57306	15776	Europe/Paris
6437580	Hayes	hayes	E,Hayes,ai ai,Е,艾埃		FR	44	57	579	57307	223	Europe/Paris
6437581	Hazembourg	hazembourg	Azambur,Hassenburg,Hazembourg,Khazemburg,a cang bu er,hatsmbwrg,Азамбур,Хазембург,هاتسمبورگ,阿藏布尔		FR	44	57	576	57308	133	Europe/Paris
6437582	Heining-lès-Bouzonville	heining-les-bouzonville	Ehnen-le-Buzonvil',Enen-le-Buzonvil',Heining-les-Bouzonville,Heining-lès-Bouzonville,Heiningen bei Busendorf,Khajning le Buzonvil,ai nan lai bu zong wei er,haynyng-l-bwznwyl,Енен-ле-Бузонвиль,Енен-ле-Бузонвіль,Хајнинг ле Бузонвил,Энен-ле-Бузонвиль,هاینینگ-ل-بوزنویل,埃南莱布宗维尔		FR	44	57	573	57309	488	Europe/Paris
6437583	Hellering-lès-Fénétrange	hellering-les-fenetrange	Hellering-les-Fenetrange,Hellering-lès-Fénétrange		FR	44	57	575	57310	192	Europe/Paris
6437584	Helstroff	helstroff	Ehl'stroff,El'stroff,Helsdorf,Khelstrof,ai er si te luo,hlstrwf,Ельстрофф,Хелстроф,Эльстрофф,هلستروف,埃尔斯特罗		FR	44	57	573	57312	535	Europe/Paris
6437585	Hémilly	hemilly	Ehmiji,Emii,Hemilly,Hémilly,ai mi li,hmyly,Емии,Емії,Эмийи,همیلی,埃米利		FR	44	57	573	57313	144	Europe/Paris
6437586	Héming	heming	Emen,Heming,Héming,ai man,Емен,埃曼		FR	44	57	575	57314	500	Europe/Paris
6437587	Henridorff	henridorff	Anridorf,Anridorff,Heinrichsdorf,Henridorff,ang li duo er,anrydrf,Анридорф,Анридорфф,آنریدرف,昂里多尔		FR	44	57	575	57315	695	Europe/Paris
6437588	Henriville	henriville	Henriville		FR	44	57	573	57316	757	Europe/Paris
6437589	Hérange	herange	Herange,Hérange		FR	44	57	575	57317	106	Europe/Paris
6437590	Hermelange	hermelange	Ermelanzh,Hermelange,ai er mo lang ge,hrmlanzh,Ермеланж,هرملانژ,埃尔默朗格		FR	44	57	575	57318	229	Europe/Paris
6437591	Herny	herny	Ehrni,Erni,Herny,hrny,Ерни,Ерні,Эрни,هرنی		FR	44	57	573	57319	503	Europe/Paris
6437592	Hertzing	hertzing	Hertzing		FR	44	57	575	57320	193	Europe/Paris
6437593	Hesse	hesse	Ess,Hesse,ai si,Есс,埃斯		FR	44	57	575	57321	576	Europe/Paris
6437594	Hestroff	hestroff	Ehstroff,Estroff,Hessdorf,Hestroff,ai si te luo,hstrf,Естрофф,Эстрофф,هسترف,埃斯特罗		FR	44	57	573	57322	454	Europe/Paris
6437595	Hettange-Grande	hettange-grande	Hettange-Grande		FR	44	57	577	57323	7636	Europe/Paris
6437596	Hilbesheim	hilbesheim	Hilbesheim		FR	44	57	575	57324	611	Europe/Paris
6437597	Hilsprich	hilsprich	Hilsprich,Il'sprik,yi er si pu li ke,Ільсприк,Ильсприк,伊尔斯普里克		FR	44	57	576	57325	873	Europe/Paris
6437598	Hinckange	hinckange	Ehnkanzh,Enkkanzh,Hinckange,an kang ge,hnkanzh,Енкканж,Энканж,هنکانژ,安康格		FR	44	57	573	57326	316	Europe/Paris
6437798	Puttigny	puttigny	Puttigny		FR	44	57	575	57558	86	Europe/Paris
6437599	Holacourt	holacourt	Holacourt,Olakur,ao la ku er,hwlakwr,Олакур,هولاکور,奥拉库尔		FR	44	57	573	57328	87	Europe/Paris
6437600	Holling	holling	Holling,Hollingen,Ollen,ao lan,Оллен,奥兰		FR	44	57	573	57329	439	Europe/Paris
6437601	Holving	holving	Holving		FR	44	57	576	57330	1304	Europe/Paris
6437602	Hombourg-Budange	hombourg-budange	Hombourg-Budange,Homburg-Bidingen,Ombur-Bjudanzh,hmbwrg-bwdanzh,weng bu er bi dang ge,Омбур-Бюданж,همبورگ-بودانژ,翁布尔比当格		FR	44	57	577	57331	563	Europe/Paris
6437603	Hombourg-Haut	hombourg-haut	Hombourg-Haut		FR	44	57	573	57332	6594	Europe/Paris
6437604	Hommarting	hommarting	Hommarting		FR	44	57	575	57333	861	Europe/Paris
6437605	Hommert	hommert	Hommert		FR	44	57	575	57334	340	Europe/Paris
6437607	Hottviller	hottviller	Hottviller,Hottweiler,Ottviller,ao te wei lai,Оттвиллер,Оттвіллер,奥特维莱		FR	44	57	576	57338	529	Europe/Paris
6437608	Hultehouse	hultehouse	Hueltenhausen,Hultehouse,Hültenhausen,Jul'teuz,hwlthawzn,yu er tai wu si,Юльтеуз,هولتهاوزن,于尔泰乌斯		FR	44	57	575	57339	366	Europe/Paris
6437609	Hundling	hundling	Endlen,Hundling,Hundlingen,an de lan,Ендлен,安德兰		FR	44	57	576	57340	1345	Europe/Paris
6437610	Hunting	hunting	Hunting		FR	44	57	577	57341	732	Europe/Paris
6437611	Ibigny	ibigny	Ibigny		FR	44	57	575	57342	100	Europe/Paris
6437612	Illange	illange	Illange,Illanzh,Illingen,yi lang ge,Ілланж,Илланж,伊朗格		FR	44	57	577	57343	1892	Europe/Paris
6437613	Imling	imling	Imlen,Imling,yi mu lan,Імлен,Имлен,伊姆兰		FR	44	57	575	57344	713	Europe/Paris
6437614	Inglange	inglange	Inglange		FR	44	57	577	57345	432	Europe/Paris
6437615	Insming	insming	Ehnsmen,Ensmen,Insming,Insmingen,an si man,aynsmyng,Енсмен,Энсмен,اینسمینگ,安斯曼		FR	44	57	575	57346	578	Europe/Paris
6437616	Insviller	insviller	Ehnsviller,Ensviller,Insviller,Insweiler,an si wei lai,aynswylr,Енсвиллер,Енсвіллер,Энсвиллер,اینسویلر,安斯维莱		FR	44	57	575	57347	179	Europe/Paris
6437617	Ippling	ippling	Ippling		FR	44	57	576	57348	761	Europe/Paris
6437618	Jallaucourt	jallaucourt	Jallaucourt,Zhallokur,ya luo ku er,zhalkwr,Жаллокур,جلوکورٹ,ژالکور,雅洛库尔		FR	44	57	575	57349	162	Europe/Paris
6437619	Jouy-aux-Arches	jouy-aux-arches	Jouy-aux-Arches		FR	44	57	579	57350	1487	Europe/Paris
6437620	Jury	jury	Jury,Zhuri,Жури,Журі		FR	44	57	579	57351	1034	Europe/Paris
6437621	Jussy	jussy	Zhjussi,Zhussi,rui xi,Жусси,Жуссі,Жюсси,瑞西		FR	44	57	579	57352	454	Europe/Paris
6437622	Juvelize	juvelize	Juvelize,Zhjuveliz,Zhuveliz,rui wei li ci,zhwwlyz,Жувелиз,Жувеліз,Жювелиз,ژوولیز,瑞韦利兹		FR	44	57	575	57353	72	Europe/Paris
6437623	Juville	juville	Juville,Zhjuvil',Zhuvil',rui wei er,zhwwyl,Жувиль,Жувіль,Жювиль,ژوویل,瑞维尔		FR	44	57	575	57354	119	Europe/Paris
6437624	Kalhausen	kalhausen	Kalhausen,Kalkhauzen,Kalozan,ka yue sang,Калозан,Калхаузен,卡约桑		FR	44	57	576	57355	853	Europe/Paris
6437625	Kanfen	kanfen	Kanfan,Kanfen,kang fang,Канфан,康方		FR	44	57	577	57356	1154	Europe/Paris
6437626	Kappelkinger	kappelkinger			FR	44	57	576	57357	401	Europe/Paris
6437627	Kédange-sur-Canner	kedange-sur-canner	Kedange-sur-Canner,Kedanzh sir Kane,Kedanzh-sjur-Kanne,Kedingen,Kédange-sur-Canner,ka nei he pan kai dang ge,kdanzh-swr-kanh,Кеданж сир Кане,Кеданж-сюр-Канне,کدانژ-سور-کانه,卡内河畔凯当格		FR	44	57	577	57358	1090	Europe/Paris
6437628	Kemplich	kemplich	Kamplish,Kemplich,Kemplish,kang pu li ke,kmplysh,Камплиш,Кампліш,Кемплиш,کمپلیش,康普利克		FR	44	57	577	57359	167	Europe/Paris
6437629	Kerbach	kerbach	Kerbach,Kerbah,Kerbak,Kerbakh,kai er ba ke,krbakh,Кербак,Кербах,کرباخ,凯尔巴克		FR	44	57	573	57360	1197	Europe/Paris
6437630	Kerling-lès-Sierck	kerling-les-sierck	Kerlen le Sijerk,Kerlen-le-S'erk,Kerlingen,kai er lan lai xie er,krlngn,Керлен ле Сијерк,Керлен-ле-Сьерк,Керлен-ле-Сьєрк,کرلنگن,凯尔兰莱谢尔		FR	44	57	577	57361	565	Europe/Paris
6437631	Kerprich-aux-Bois	kerprich-aux-bois	Kerprish o Boa,Kerprish-o-Bua,kai er pu li ke ao bu wa,krprysh-a-bwa,Керприш о Боа,Керприш-о-Буа,کرپریش-ا-بوا,凯尔普里克奥布瓦		FR	44	57	575	57362	155	Europe/Paris
6437632	Kirsch-lès-Sierck	kirsch-les-sierck	Kirsch bei Sierck,Kirsch-les-Sierck,Kirsch-lès-Sierck,Kirsh le Sijerk,Kirsh-le-S'erk,ji er si ke lai xie er,kyrsh-lh-zyrk,Кирш ле Сијерк,Кирш-ле-Сьерк,Кірш-ле-Сьєрк,کیرش-له-زیرک,基尔斯克莱谢尔		FR	44	57	577	57364	310	Europe/Paris
6437633	Kirschnaumen	kirschnaumen	Kirchnaumen,Kirschnaumen,Kirshnaumen,Kirshnoman,ji er si ke nuo mang,kyrshnawmn,Киршнаумен,Киршноман,Кіршноман,کیرشناومن,基尔斯克诺芒		FR	44	57	577	57365	469	Europe/Paris
6437634	Kirviller	kirviller	Kirviler,Kirviller,Kirweiler,ji er wei lai,Кирвилер,Кирвиллер,Кірвіллер,基尔维莱		FR	44	57	576	57366	143	Europe/Paris
6437635	Knutange	knutange	Knjutanzh,Knutange,Knutanzh,ke ni tang ge,knwtangh,Кнутанж,Кнютанж,کنوتانگه,克尼唐格		FR	44	57	577	57368	3199	Europe/Paris
6437636	Haute-Kontz	haute-kontz	Haute-Kontz,Oberkontz,Ot Konc,Ot-Konc,ao te kong te,ht-knts,От Конц,От-Конц,هت-کنتس,奥特孔特		FR	44	57	577	57371	586	Europe/Paris
6437637	Kuntzig	kuntzig	Kentsig,Kuenzig,Kuntcig,Kuntzig,Künzig,kan te qi,kwntsysh,Кентсиг,Кентсіг,Кунтциг,کونتسیش,坎特齐		FR	44	57	577	57372	1310	Europe/Paris
6437638	Lachambre	lachambre	Kammern,Lashambr,la shang bu er,lachambry,Лашамбр,لاچامبری,拉尚布尔		FR	44	57	573	57373	898	Europe/Paris
6437639	Lafrimbolle	lafrimbolle	Lafrembol',Lafrimbolle,la fu li mu bo er,lafrymbl,lafrymbwly,Лафремболь,لافریمبل,لافریمبولی,拉夫里姆博尔		FR	44	57	575	57374	205	Europe/Paris
6437640	Lagarde	lagarde	Lagard,Lagarde,la jia er de,Лагард,لاگارڈی، موسیلی,拉加尔德		FR	44	57	575	57375	190	Europe/Paris
6437641	Lambach	lambach	Lambach,Lambak,lambach  mwsyly,lang ba shen,Ламбак,لامباچ، موسیلی,朗巴什		FR	44	57	576	57376	512	Europe/Paris
6437642	Landange	landange	Landange		FR	44	57	575	57377	235	Europe/Paris
6437643	Landroff	landroff	Landroff		FR	44	57	573	57379	272	Europe/Paris
6437799	Racrange	racrange			FR	44	57	573	57560	595	Europe/Paris
6437644	Laneuveville-lès-Lorquin	laneuveville-les-lorquin	Laneuveville-les-Lorquin,Laneuveville-lès-Lorquin		FR	44	57	575	57380	105	Europe/Paris
6437645	Laneuveville-en-Saulnois	laneuveville-en-saulnois	Lanevvil'-an-Sol'nua,Lanjovvil'-an-Sol'nua,lanwwyl-an-slnwa,lanywwywyl-ayn-swlnwys,suo er nu wa de qu la na fu wei er,Ланеввиль-ан-Сольнуа,Ланеввіль-ан-Сольнуа,Ланёввиль-ан-Сольнуа,لانوویل-آن-سلنوا,لانیوویویل-این-سولنویس,索尔努瓦地区拉纳弗维尔		FR	44	57	575	57381	302	Europe/Paris
6437646	Langatte	langatte	Langatte		FR	44	57	575	57382	558	Europe/Paris
6437647	Languimberg	languimberg	Languimberg		FR	44	57	575	57383	171	Europe/Paris
6437648	Laning	laning	Lanen,Laning,Lanningen,la nan,lanyng,Ланен,لانینگ,拉南		FR	44	57	573	57384	594	Europe/Paris
6437649	Laudrefang	laudrefang	Lauterfangen,Lodrefan,lawdrfang,luo de lei fang,Лодрефан,لاودرفانگ,洛德雷方		FR	44	57	573	57386	338	Europe/Paris
6437650	Laumesfeld	laumesfeld	Laumesfeld,Lomesfel'd,lawmsfld,luo mei si fu er,Ломесфельд,لاومسفلد,洛梅斯弗尔		FR	44	57	577	57387	276	Europe/Paris
6437651	Launstroff	launstroff	Launsdorf,Launstroff,Lonstroff,lnstrf,luo en si te luo,Лонстрофф,لنسترف,洛恩斯特罗		FR	44	57	577	57388	262	Europe/Paris
6437652	Lelling	lelling	Lelling		FR	44	57	573	57389	473	Europe/Paris
6437653	Lemberg	lemberg	Lamber,lang bei er,Ламбер,朗贝尔		FR	44	57	576	57390	1468	Europe/Paris
6437654	Lemoncourt	lemoncourt	Lemonkur,lai meng ku er,lamnkwr,Лемонкур,لامنکور,莱蒙库尔		FR	44	57	575	57391	72	Europe/Paris
6437655	Lemud	lemud			FR	44	57	579	57392	457	Europe/Paris
6437656	Lengelsheim	lengelsheim	Lanzhel'sem,Lengelsheim,lang re er sang,Ланжельсем,朗热尔桑		FR	44	57	576	57393	217	Europe/Paris
6437657	Léning	lening	Lening,Léning		FR	44	57	575	57394	326	Europe/Paris
6437658	Lesse	lesse	Less,Лесс		FR	44	57	575	57395	207	Europe/Paris
6437659	Lessy	lessy	Lessi,Lessy,lai xi,Лесси,Лессі,莱西		FR	44	57	579	57396	749	Europe/Paris
6437660	Leyviller	leyviller	Lejviller,Leviller,Leyviller,Leyweiler,lai wei lai,Левиллер,Лейвиллер,Лейвіллер,莱维莱		FR	44	57	573	57398	489	Europe/Paris
6437661	Lezey	lezey	Leze,Lezey,lei ze,lzy,Лезе,لزی,勒泽		FR	44	57	575	57399	99	Europe/Paris
6437662	Lidrezing	lidrezing	Lidrezen,Lidrezing,li de lei zan,lydrtsyng,Лидрезен,Лідрезен,لیدرتسینگ,利德雷赞		FR	44	57	575	57401	86	Europe/Paris
6437663	Liederschiedt	liederschiedt	Liederschiedt		FR	44	57	576	57402	125	Europe/Paris
6437664	Liéhon	liehon	L'eon,li ai weng,Льеон,Льєон,利埃翁		FR	44	57	579	57403	110	Europe/Paris
6437665	Lindre-Basse	lindre-basse	Lendr-Bass,Lindre-Basse,lan de er ba si,lyndr-bas,Лендр-Басс,لیندر-باس,兰德尔巴斯		FR	44	57	575	57404	223	Europe/Paris
6437666	Lindre-Haute	lindre-haute	Lendr-Ot,Lindre-Haute,lan de er ao te,lndr-hwt,Лендр-От,لندر-هوت,兰德尔奥特		FR	44	57	575	57405	47	Europe/Paris
6437667	Liocourt	liocourt	L'jokur,L'okur,li ao ku er,lywkwr,Льйокур,Льокур,لیوکور,利奥库尔		FR	44	57	575	57406	136	Europe/Paris
6437668	Lixing-lès-Rouhling	lixing-les-rouhling	Lixing-les-Rouhling,Lixing-lès-Rouhling		FR	44	57	576	57408	927	Europe/Paris
6437669	Lixing-lès-Saint-Avold	lixing-les-saint-avold	Liksen-le-Sent-Avol'd,Lixing-les-Saint-Avold,Lixing-lès-Saint-Avold,Lixingen,li ke sang lai sheng a wo er,Ликсен-ле-Сент-Авольд,Ліксен-ле-Сент-Авольд,利克桑莱圣阿沃尔		FR	44	57	573	57409	691	Europe/Paris
6437670	Lhor	lhor	Lhor,Lohr,Lor,yue zhen,Лор,约镇		FR	44	57	575	57410	133	Europe/Paris
6437672	Longeville-lès-Metz	longeville-les-metz	Longeville-les-Metz,Longeville-lès-Metz		FR	44	57	579	57412	4068	Europe/Paris
6437673	Longeville-lès-Saint-Avold	longeville-les-saint-avold	Longeville-les-Saint-Avold,Longeville-lès-Saint-Avold,Lonzhevil'-le-Sent-Avol'd,Lonzhvil'-le-Sent-Avol'd,Lubeln,long re wei er lai sheng a wo er,Лонжвиль-ле-Сент-Авольд,Лонжвіль-ле-Сент-Авольд,Лонжевиль-ле-Сент-Авольд,隆热维尔莱圣阿沃尔		FR	44	57	573	57413	3696	Europe/Paris
6437674	Lorry-Mardigny	lorry-mardigny	Lorri-Mardin'i,Lorry-Mardigny,luo er li ma er di ni,Лорри-Мардиньи,Лоррі-Мардіньї,洛尔里马尔迪尼		FR	44	57	579	57416	640	Europe/Paris
6437675	Lostroff	lostroff	Lostroff,luo si te luo,lwstrwf,Лострофф,لوستروف,洛斯特罗		FR	44	57	575	57417	69	Europe/Paris
6437676	Loudrefing	loudrefing	Lauterfingen,Loudrefing,Ludrefen,lu de lei fan,lwdrfyng,Лудрефен,لودرفینگ,卢德雷凡		FR	44	57	575	57418	322	Europe/Paris
6437677	Loupershouse	loupershouse	Loupershouse,Lupershausen,Lupersuz,lu pei er su si,lwprshawzn,Луперсуз,لوپرسهاوزن,卢佩尔苏斯		FR	44	57	576	57419	941	Europe/Paris
6437678	Loutzviller	loutzviller	Lutsviller,Lutzweiler,lu te ci wei lai,lwtswylr,Лутсвиллер,Лутсвіллер,لوتسویلر,卢特兹维莱		FR	44	57	576	57421	149	Europe/Paris
6437679	Louvigny	louvigny	Louvigny,Luvin'i,lu wei ni,Лувиньи,Лувіньї,卢维尼		FR	44	57	579	57422	909	Europe/Paris
6437680	Lubécourt	lubecourt	Ljubekur,lu bei ku er,lwbkwr,Любекур,لوبکور,吕贝库尔		FR	44	57	575	57423	72	Europe/Paris
6437681	Lucy	lucy	Lucy		FR	44	57	575	57424	222	Europe/Paris
6437682	Luppy	luppy	Ljuppi,Luppy,lu pi,lwpy,Люппи,Люппі,لوپی,吕皮		FR	44	57	579	57425	569	Europe/Paris
6437683	Luttange	luttange	Ljuttanzh,Luettingen,Luttange,Lüttingen,lu tang ge,lwtanzh,Люттанж,لوتانژ,吕唐格		FR	44	57	577	57426	903	Europe/Paris
6437684	Lutzelbourg	lutzelbourg	Ljutzel'bur,Luetzelburg,Lutzelbourg,Lützelburg,lu te ze er bu er,Лютзельбур,吕特泽尔布尔		FR	44	57	575	57427	597	Europe/Paris
6437685	Macheren	macheren	Macheren,Machern,Mashran,ma xie lang,machyryn,Машран,ماچیرین,马谢朗		FR	44	57	573	57428	2781	Europe/Paris
6437686	Mainvillers	mainvillers	Mainvillers,Maiweiler,Menville,Menviller,man wei lai er,maynwylrs,Менвилле,Менвиллер,Менвілле,ماینویلرس,曼维莱尔		FR	44	57	573	57430	336	Europe/Paris
6437687	Maizeroy	maizeroy	Maizeroy		FR	44	57	579	57431	384	Europe/Paris
6437689	Maizières-lès-Metz	maizieres-les-metz	Maizieres-les-Metz,Maizières-lès-Metz		FR	44	57	579	57433	11232	Europe/Paris
6437800	Rahling	rahling			FR	44	57	576	57561	768	Europe/Paris
6437801	Ranguevaux	ranguevaux	Ranguevaux		FR	44	57	577	57562	836	Europe/Paris
6437690	Maizières-lès-Vic	maizieres-les-vic	Mez'er-le-Vik,mai qi ai lai wei ke,Мезьер-ле-Вик,Мезьєр-ле-Вік,迈齐埃莱维克		FR	44	57	575	57434	510	Europe/Paris
6437692	Malling	malling	Mallen,Malling,Mallingen,ma lan,Маллен,马兰		FR	44	57	577	57437	623	Europe/Paris
6437693	Malroy	malroy	Malroy		FR	44	57	579	57438	360	Europe/Paris
6437694	Manderen-Ritzing	manderen-ritzing	Manderan,Manderen-Ritzing,Mandern,mandrn,mang de lang,Мандеран,ماندرن,芒德朗		FR	44	57	577	57439	587	Europe/Paris
6437696	Manom	manom	Manom		FR	44	57	577	57441	2757	Europe/Paris
6437697	Many	many	Mani,Many,ma ni,Мани,Мані,马尼		FR	44	57	573	57442	272	Europe/Paris
6437698	Marange-Silvange	marange-silvange			FR	44	57	579	57443	5993	Europe/Paris
6437699	Marange-Zondrange	marange-zondrange	Marange-Zondrange		FR	44	57	573	57444	338	Europe/Paris
6437700	Marieulles	marieulles			FR	44	57	579	57445	697	Europe/Paris
6437701	Marsal	marsal	Marosallum,Marsal,Marsal',ma er sa,Марсаль,马尔萨		FR	44	57	575	57448	277	Europe/Paris
6437702	Marsilly	marsilly	Marsii,Marsiji,Marsilly,ma er xi li,Марсии,Марсийи,Марсії,马尔西利		FR	44	57	579	57449	539	Europe/Paris
6437703	Marthille	marthille			FR	44	57	575	57451	173	Europe/Paris
6437704	Maxstadt	maxstadt	Maxstadt		FR	44	57	573	57453	325	Europe/Paris
6437705	Mécleuves	mecleuves	Mecleuves,Mécleuves		FR	44	57	579	57454	1164	Europe/Paris
6437706	Mégange	megange	Megange,Mégange		FR	44	57	573	57455	165	Europe/Paris
6437707	Meisenthal	meisenthal	Meisenthal		FR	44	57	576	57456	702	Europe/Paris
6437708	Menskirch	menskirch	Manskirsh,Menskirch,Menskirchen,mang si ji er ke,mnskyrsh,Манскирш,Манскірш,منسکیرش,芒斯基尔克		FR	44	57	573	57457	141	Europe/Paris
6437709	Merschweiller	merschweiller	Merschweiller		FR	44	57	577	57459	236	Europe/Paris
6437710	Merten	merten	Mertan,Merten,mei er tang,mrtn,Мертан,مرتن,梅尔唐		FR	44	57	573	57460	1517	Europe/Paris
6437711	Métairies-Saint-Quirin	metairies-saint-quirin	Metairies-Saint-Quirin,Meteri-Sen-Kiren,Métairies-Saint-Quirin,mei tai li ye sheng qu yi lan,mtry-sn-kyrn,Метери-Сен-Кирен,Метері-Сен-Кірен,متری-سن-کیرن,梅泰里耶圣屈伊兰		FR	44	57	575	57461	270	Europe/Paris
6437713	Metzeresche	metzeresche	Meceresh,Metzeresch,Metzeresche,mei te ze lei si ke,mtsrshh,Мецереш,متسرشه,梅特泽雷斯克		FR	44	57	577	57464	940	Europe/Paris
6437714	Metzervisse	metzervisse	Metzervisse		FR	44	57	577	57465	2274	Europe/Paris
6437715	Metzing	metzing	Mecen,Metzing,Metzingen,mei te zan,mtsyng,Мецен,متسینگ,梅特赞		FR	44	57	573	57466	638	Europe/Paris
6437716	Mey	mey	Mej,Mey,mei zhen,Мей,梅镇		FR	44	57	579	57467	274	Europe/Paris
6437717	Mittelbronn	mittelbronn	Mittel'bronn,mi tai er bu long,mytlbrwn,Миттельбронн,Міттельбронн,میتلبرون,米泰尔布龙		FR	44	57	575	57468	688	Europe/Paris
6437718	Mittersheim	mittersheim	Mittersem,Mittersheim,mi tai er sang,mytrshaym,Миттерсем,Міттерсем,میترسهایم,米泰尔桑		FR	44	57	575	57469	593	Europe/Paris
6437719	Molring	molring	Mol'ren,Molring,mlryng,mo er lan,Мольрен,ملرینگ,莫尔兰		FR	44	57	575	57470	7	Europe/Paris
6437720	Momerstroff	momerstroff	Momersdorf,Momerstroff,mo mei er si te luo,Момерстрофф,莫梅尔斯特罗		FR	44	57	573	57471	279	Europe/Paris
6437721	Moncheux	moncheux			FR	44	57	579	57472	150	Europe/Paris
6437722	Moncourt	moncourt	Moncourt,Monkur,meng ku er,mwnkwr,Монкур,مونکور,蒙库尔		FR	44	57	575	57473	72	Europe/Paris
6437723	Mondelange	mondelange	Mondelange,Mondlanzh,meng dai lang ge,mwndlanzh,Мондланж,موندلانژ,蒙代朗格		FR	44	57	577	57474	5739	Europe/Paris
6437724	Monneren	monneren	Monneren,Monnran,mo na lang,mwnrn,Моннран,مونرن,莫纳朗		FR	44	57	577	57476	423	Europe/Paris
6437725	Montbronn	montbronn	Mombronn,Monbronn,Montbronn,meng te bu long,Монбронн,蒙特布龙		FR	44	57	576	57477	1631	Europe/Paris
6437726	Montdidier	montdidier	Mondid'e,meng te di di ye,Мондидье,Мондідьє,蒙特迪迪耶		FR	44	57	575	57478	77	Europe/Paris
6437727	Montenach	montenach	Montenach,Montenak,meng te na ke,Монтенак,蒙特纳克		FR	44	57	577	57479	455	Europe/Paris
6437728	Montigny-lès-Metz	montigny-les-metz	Montigny-les-Metz,Montigny-lès-Metz		FR	44	57	579	57480	21713	Europe/Paris
6437730	Morhange	morhange	Moerchingen,Moranzh,Morhange,Mörchingen,mo lang ge,Моранж,莫朗格		FR	44	57	573	57483	3465	Europe/Paris
6437731	Morsbach	morsbach	Morsbach,Morsbak,mo er si ba ke,Морсбак,莫尔斯巴克		FR	44	57	573	57484	2680	Europe/Paris
6437732	Morville-lès-Vic	morville-les-vic	Morvil'-le-Vik,Morville-les-Vic,Morville-lès-Vic,mo er wei er lai wei ke,Морвиль-ле-Вик,Морвіль-ле-Вік,莫尔维尔莱维克		FR	44	57	575	57485	128	Europe/Paris
6437733	Morville-sur-Nied	morville-sur-nied	Morvil'-sjur-N'e,Morville-sur-Nied,mrwyl-swr-nyh,ni de he pan mo er wei er,Морвиль-сюр-Нье,Морвіль-сюр-Ньє,مرویل-سور-نیه,尼德河畔莫尔维尔		FR	44	57	575	57486	122	Europe/Paris
6437734	Moulins-lès-Metz	moulins-les-metz	Moulins-les-Metz,Moulins-lès-Metz,Mulen-le-Mec,mu lan lai mei te,Мулен-ле-Мец,穆兰莱梅特		FR	44	57	579	57487	5093	Europe/Paris
6437735	Mouterhouse	mouterhouse	Mouterhouse		FR	44	57	576	57489	309	Europe/Paris
6437736	Moyenvic	moyenvic	Moyenvic		FR	44	57	575	57490	374	Europe/Paris
6437739	Mulcey	mulcey	Mjul'se,Mulcey,mi er sai,mwlsy,Мюльсе,مولسی,米尔塞		FR	44	57	575	57493	210	Europe/Paris
6437740	Munster	munster	Menster,Mjunster,Muenster,Munster,Münster,man si tai,Менстер,Мюнстер,曼斯泰		FR	44	57	575	57494	255	Europe/Paris
6437741	Narbéfontaine	narbefontaine	Memersbronn,Narbefontaine,Narbefonten,Narbéfontaine,na er bei feng tan,narbfwntn,Нарбефонтен,ناربفونتن,纳尔贝丰坦		FR	44	57	573	57495	118	Europe/Paris
6437742	Nébing	nebing	Neben,Nebing,Nébing,nbyng,nei ban,Небен,نبینگ,内班		FR	44	57	575	57496	350	Europe/Paris
6437743	Nelling	nelling	Nelling		FR	44	57	576	57497	264	Europe/Paris
6437744	Neufchef	neufchef	Neufchef		FR	44	57	577	57498	2568	Europe/Paris
6437745	Neufgrange	neufgrange			FR	44	57	576	57499	1412	Europe/Paris
6437746	Neufmoulins	neufmoulins	Neufmoulins		FR	44	57	575	57500	42	Europe/Paris
6437747	Neufvillage	neufvillage	Nefvillazh,Neufvillage,Njofvillazh,na fu wei la ge,Нефвиллаж,Нефвіллаж,Нёфвиллаж,纳夫维拉格		FR	44	57	575	57501	37	Europe/Paris
6437748	Neunkirchen-lès-Bouzonville	neunkirchen-les-bouzonville	Nenkirshan-le-Buzonvil',Neunkirchen bei Busendorf,Neunkirchen-les-Bouzonville,Neunkirchen-lès-Bouzonville,Njonkirshan-le-Buzonvil',na en ji er shang lai bu zong wei er,Ненкиршан-ле-Бузонвиль,Ненкіршан-ле-Бузонвіль,Нёнкиршан-ле-Бузонвиль,纳恩基尔尚莱布宗维尔		FR	44	57	573	57502	344	Europe/Paris
6437749	Niderhoff	niderhoff	Niderhoff,Nideroff,ni de luo,nydrhf,Нидерофф,Нідерофф,نیدرهف,尼德罗		FR	44	57	575	57504	281	Europe/Paris
6437750	Niderviller	niderviller	Niderviller,Niederweiler,ni dai er wei lai,Нідервіллер,尼代尔维莱		FR	44	57	575	57505	1222	Europe/Paris
6437752	Niedervisse	niedervisse	N'ederviss,Niderviss,Niederwiese,nie dai er wei si,Нидервисс,Ньедервисс,Ньєдервісс,涅代尔维斯		FR	44	57	573	57507	259	Europe/Paris
6437753	Nilvange	nilvange	Nil'vanzh,Nilvange,ni er wang ge,nylwanzh,Нильванж,Нільванж,نیلوانژ,尼尔旺格		FR	44	57	577	57508	4758	Europe/Paris
6437754	Nitting	nitting	Nitten,Nitting,ni tan,nytyng,Ниттен,Ніттен,نیتینگ,尼坦		FR	44	57	575	57509	461	Europe/Paris
6437755	Noisseville	noisseville	Noisseville,Nuassvil',nu wa se wei er,Нуассвиль,Нуассвіль,努瓦瑟维尔		FR	44	57	579	57510	1019	Europe/Paris
6437756	Norroy-le-Veneur	norroy-le-veneur	Norroy-le-Veneur,Norrua-le-Vener,Norrua-le-Venjor,nuo er lu wa lai wei na,Норруа-ле-Венер,Норруа-ле-Венёр,诺尔鲁瓦莱韦纳		FR	44	57	579	57511	1018	Europe/Paris
6437757	Nouilly	nouilly	Nouilly		FR	44	57	579	57512	705	Europe/Paris
6437758	Nousseviller-lès-Bitche	nousseviller-les-bitche	Nousseviller-les-Bitche,Nousseviller-lès-Bitche,Nussviller-le-Bich,Nussweiler,nu se wei lai lai bi te ke,Нуссвиллер-ле-Бич,Нуссвіллер-ле-Біч,努瑟维莱莱比特克		FR	44	57	576	57513	136	Europe/Paris
6437759	Nousseviller-Saint-Nabor	nousseviller-saint-nabor			FR	44	57	573	57514	1191	Europe/Paris
6437760	Novéant-sur-Moselle	noveant-sur-moselle	Noveant-sur-Moselle,Novéant-sur-Moselle		FR	44	57	579	57515	1823	Europe/Paris
6437761	Oberdorff	oberdorff	Oberdorf,Oberdorff,ao bei er duo er,Обердорф,Обердорфф,奥贝尔多尔		FR	44	57	573	57516	347	Europe/Paris
6437762	Obergailbach	obergailbach	Obergailbach,Obergajbak,ao bei er gai er ba ke,Обергайбак,奥贝尔盖尔巴克		FR	44	57	576	57517	317	Europe/Paris
6437763	Oberstinzel	oberstinzel	Oberstenzel',Oberstinzel,ao bei er si tan ze,Оберстензель,奥贝尔斯坦泽		FR	44	57	575	57518	348	Europe/Paris
6437764	Obervisse	obervisse	Obervisse		FR	44	57	573	57519	159	Europe/Paris
6437765	Obreck	obreck	Obreck,Obrek,abrk,ao bu lei,Обрек,ابرک,奥布雷		FR	44	57	575	57520	38	Europe/Paris
6437767	Ommeray	ommeray	Ommeray		FR	44	57	575	57524	122	Europe/Paris
6437768	Oriocourt	oriocourt	Or'okur,Oriocourt,Orjokur,ao li ao ku er,arywkwr,Орйокур,Орьокур,اریوکور,奥里奥库尔		FR	44	57	575	57525	58	Europe/Paris
6437769	Ormersviller	ormersviller	Ormersviller,Ormersweiler,ao er mei er si wei lai,Ормерсвиллер,Ормерсвіллер,奥尔梅尔斯维莱		FR	44	57	576	57526	395	Europe/Paris
6437770	Orny	orny			FR	44	57	579	57527	365	Europe/Paris
6437771	Oron	oron	Oron,ao long,Орон,奥龙		FR	44	57	575	57528	90	Europe/Paris
6437772	Ottange	ottange	Etteng,Ottange,Ottanzh,ao tang ge,atanzh,Ëtteng,Оттанж,اتانژ,奥唐格		FR	44	57	577	57529	2984	Europe/Paris
6437773	Oudrenne	oudrenne	Oudrenne		FR	44	57	577	57531	736	Europe/Paris
6437774	Pagny-lès-Goin	pagny-les-goin	Pan'i-le-Guen,pa ni lai guan,pany-lh-gwyn,Паньи-ле-Гуен,Паньї-ле-Гуен,پانی-له-گوئن,帕尼莱关		FR	44	57	579	57532	242	Europe/Paris
6437775	Pange	pange	Pange		FR	44	57	579	57533	877	Europe/Paris
6437776	Peltre	peltre	Peltre		FR	44	57	579	57534	1861	Europe/Paris
6437777	Petit-Réderching	petit-rederching	Kleinrederchingen,Peti-Redershen,Petit-Rederching,Petit-Réderching,pei di lei dai er shang,pty-rdrshn,Пети-Редершен,Петі-Редершен,پتی-ردرشن,佩蒂雷代尔尚		FR	44	57	576	57535	1512	Europe/Paris
6437778	Petit-Tenquin	petit-tenquin	Kleintaenchen,Kleintänchen,Peti-Tanken,Peti-Tenken,Petit-Tenquin,pei di tang qu an,Пети-Танкен,Пети-Тенкен,Петі-Тенкен,佩蒂唐屈安		FR	44	57	573	57536	232	Europe/Paris
6437781	Pévange	pevange	Pevanzh,pei wang ge,pwanzh,Певанж,پوانژ,佩旺格		FR	44	57	575	57539	54	Europe/Paris
6437782	Phalsbourg	phalsbourg	Phalsbourg		FR	44	57	575	57540	4725	Europe/Paris
6437783	Philippsbourg	philippsbourg	Philippsbourg		FR	44	57	576	57541	616	Europe/Paris
6437784	Piblange	piblange	Piblanzh,Pieblingen,pi bu lang ge,Пибланж,Пібланж,皮布朗格		FR	44	57	573	57542	1030	Europe/Paris
6437785	Pierrevillers	pierrevillers			FR	44	57	579	57543	1513	Europe/Paris
6437786	Plaine-de-Walsch	plaine-de-walsch	Plaine-de-Walsch		FR	44	57	575	57544	638	Europe/Paris
6437787	Plappeville	plappeville			FR	44	57	579	57545	2009	Europe/Paris
6437788	Plesnois	plesnois	Plesnois		FR	44	57	579	57546	825	Europe/Paris
6437789	Pommérieux	pommerieux	Pommerieux,Pommérieux		FR	44	57	579	57547	697	Europe/Paris
6437790	Pontoy	pontoy	Pontoy		FR	44	57	579	57548	428	Europe/Paris
6437791	Pontpierre	pontpierre	Ponp'er,Ponp'err,Ponperr,Pontpierre,Steinbiedersdorf,peng te pi ye er,Понпьер,Понпьерр,Понпєрр,蓬特皮耶尔		FR	44	57	573	57549	719	Europe/Paris
6437792	Porcelette	porcelette			FR	44	57	573	57550	2490	Europe/Paris
6437794	Pournoy-la-Chétive	pournoy-la-chetive	Purnua-la-Shetiv,pu er nu wa la xie di fu,pwrnway-la-shtyw,Пурнуа-ла-Шетив,Пурнуа-ла-Шетів,پورنوای-لا-شتیو,普尔努瓦拉谢蒂夫		FR	44	57	579	57553	642	Europe/Paris
6437795	Pournoy-la-Grasse	pournoy-la-grasse	Purnua-la-Grass,pu er nu wa la ge la si,pwrnway-la-gras,Пурнуа-ла-Грасс,پورنوای-لا-گراس,普尔努瓦拉格拉斯		FR	44	57	579	57554	598	Europe/Paris
6437796	Prévocourt	prevocourt	Prevocourt,Prevokur,Prévocourt,prwkwr,pu lei wo ku er,Превокур,پروکور,普雷沃库尔		FR	44	57	575	57555	109	Europe/Paris
6437797	Puttelange-lès-Thionville	puttelange-les-thionville	Puttelange-les-Thionville,Puttelange-lès-Thionville		FR	44	57	577	57557	957	Europe/Paris
6437802	Réchicourt-le-Château	rechicourt-le-chateau	Rechicourt-le-Chateau,Réchicourt-le-Château		FR	44	57	575	57564	547	Europe/Paris
6437804	Réding	reding	Reding,Réding		FR	44	57	575	57566	2406	Europe/Paris
6437805	Rémelfang	remelfang			FR	44	57	573	57567	173	Europe/Paris
6437806	Rémelfing	remelfing	Remel'fen,Remelfing,Remelfingen,Rémelfing,lei mei er fan,Ремельфен,雷梅尔凡		FR	44	57	576	57568	1406	Europe/Paris
6437807	Rémeling	remeling	Remeling,Rémeling		FR	44	57	577	57569	302	Europe/Paris
6437808	Rémering-lès-Puttelange	remering-les-puttelange	Remering-les-Puttelange,Rémering-lès-Puttelange		FR	44	57	576	57571	1116	Europe/Paris
6437809	Rémilly	remilly	Remii,Remilly,Rémilly,lei mi li,Ремии,Ремії,雷米利		FR	44	57	579	57572	2059	Europe/Paris
6437810	Réning	rening	Rening,Réning		FR	44	57	575	57573	125	Europe/Paris
6437811	Basse-Rentgen	basse-rentgen	Basse-Rentgen		FR	44	57	577	57574	471	Europe/Paris
6437812	Retonfey	retonfey	Retonfey		FR	44	57	579	57575	1385	Europe/Paris
6437813	Rettel	rettel	Rettel',lei tai,Реттель,雷泰		FR	44	57	577	57576	726	Europe/Paris
6437814	Reyersviller	reyersviller	Reersviller,Reyersviller,Reyersweiler,lei ai er si wei lai,Реерсвиллер,Реєрсвіллер,雷埃尔斯维莱		FR	44	57	576	57577	363	Europe/Paris
6437815	Rezonville-Vionville	rezonville-vionville	Rezonville-Vionville		FR	44	57	579	57578	507	Europe/Paris
6437816	Rhodes	rhodes	Rhodes		FR	44	57	575	57579	119	Europe/Paris
6437817	Riche	riche	Riche,Rish,li ke,Риш,里克		FR	44	57	575	57580	189	Europe/Paris
6437818	Richeling	richeling	Richeling		FR	44	57	576	57581	341	Europe/Paris
6437819	Richemont	richemont	Richemont,Rishmon,li shang weng,Ришмон,里尚翁		FR	44	57	577	57582	2013	Europe/Paris
6437820	Richeval	richeval			FR	44	57	575	57583	135	Europe/Paris
6437821	Rimling	rimling			FR	44	57	576	57584	632	Europe/Paris
6437823	Rochonvillers	rochonvillers	Rochonvillers		FR	44	57	577	57586	193	Europe/Paris
6437824	Rodalbe	rodalbe	Rodal'b,Rodalbe,Rodalben,luo da er bu,rwdalb,Родальб,رودالب,罗达尔布		FR	44	57	575	57587	246	Europe/Paris
6437825	Rodemack	rodemack	Rodemack		FR	44	57	577	57588	1204	Europe/Paris
6437826	Rohrbach-lès-Bitche	rohrbach-les-bitche	Rohrbach,Rohrbach-les-Bitche,Rohrbach-lès-Bitche,Rorbak-le-Bich,luo er ba ke lai bi te ke,rwrbakh-lh-bych,Рорбак-ле-Бич,Рорбак-ле-Біч,رورباخ-له-بیچ,罗尔巴克莱比特克		FR	44	57	576	57589	2272	Europe/Paris
6437827	Rolbing	rolbing	Rol'ben,Rolbingen,luo er ban,rwlbyng,Рольбен,رولبینگ,罗尔班		FR	44	57	576	57590	247	Europe/Paris
6437828	Rombas	rombas	Rombas		FR	44	57	579	57591	9857	Europe/Paris
6437829	Romelfing	romelfing	Romelfing		FR	44	57	575	57592	357	Europe/Paris
6437830	Roppeviller	roppeviller	Roppeviller,Roppviller,Roppweiler,luo po wei lai,rpwylr,Роппвиллер,Роппвіллер,رپویلر,罗珀维莱		FR	44	57	576	57594	109	Europe/Paris
6437831	Rorbach-lès-Dieuze	rorbach-les-dieuze	Rorbach-les-Dieuze,Rorbach-lès-Dieuze,Rorbak-le-D'ez,Rorbak-le-D'joz,luo er ba ke lai di ye yu ci,rwrbakh-l-dywz,Рорбак-ле-Дьез,Рорбак-ле-Дьёз,Рорбак-ле-Дьєз,رورباخ-ل-دیوز,罗尔巴克莱迪耶于兹		FR	44	57	575	57595	54	Europe/Paris
6437832	Rosbruck	rosbruck	Rosbrjuk,Rosbruck,Rossbruecken,Roßbrücken,luo si bu lu,rsbrwk,Росбрюк,رسبروک,罗斯布吕		FR	44	57	573	57596	777	Europe/Paris
6437833	Rosselange	rosselange	Rosselange,Rosslanzh,luo se lang ge,rslanzh,Россланж,رسلانژ,罗瑟朗格		FR	44	57	577	57597	2712	Europe/Paris
6437834	Roupeldange	roupeldange	Roupeldange,Rupel'danzh,Ruplingen,lu pei er dang ge,Рупельданж,鲁佩尔当格		FR	44	57	573	57599	376	Europe/Paris
6437835	Roussy-le-Village	roussy-le-village	Roussy-le-Village		FR	44	57	577	57600	1350	Europe/Paris
6437836	Rozérieulles	rozerieulles			FR	44	57	579	57601	1377	Europe/Paris
6437837	Rurange-lès-Thionville	rurange-les-thionville	Rurange-les-Thionville,Rurange-lès-Thionville		FR	44	57	577	57602	2494	Europe/Paris
6437838	Russange	russange	Reisseng,Rjussanzh,Ruessingen,Russange,Réisseng,Rüssingen,lu sang ge,rwsanzh,Рюссанж,روسانژ,吕桑格		FR	44	57	577	57603	1273	Europe/Paris
6437839	Rustroff	rustroff	Rjustroff,Ruesdorf,Rustroff,Rüsdorf,lu si te luo,rwstrf,Рюстрофф,روسترف,吕斯特罗		FR	44	57	577	57604	606	Europe/Paris
6437840	Saint-Epvre	saint-epvre	Saint-Epvre,Sent-Ehvr,Sent-Evr,sheng ai pu fu er,sn-apwr,Сент-Евр,Сент-Эвр,سن-اپور,سینٹ-یپورے,圣埃普夫尔		FR	44	57	575	57609	177	Europe/Paris
6437841	Saint-François-Lacroix	saint-francois-lacroix	Saint-Francois-Lacroix,Saint-François-Lacroix,Sankt Franz,Sen-Fransua-Lakrua,sheng fu lang su wa la ke lu wa,Сен-Франсуа-Лакруа,سینٹ-فرانکوئس-چڑوش,圣夫朗苏瓦拉克鲁瓦		FR	44	57	573	57610	302	Europe/Paris
6437842	Saint-Georges	saint-georges	Saint-Georges		FR	44	57	575	57611	201	Europe/Paris
6437843	Saint-Jean-de-Bassel	saint-jean-de-bassel			FR	44	57	575	57613	345	Europe/Paris
6437844	Saint-Jean-Kourtzerode	saint-jean-kourtzerode	Saint-Jean-Kourtzerode		FR	44	57	575	57614	722	Europe/Paris
6437845	Saint-Jean-Rohrbach	saint-jean-rohrbach	Johannsrohrbach,Saint-Jean-Rohrbach,Sen-Zhan-Rorbak,sheng rang luo er ba ke,Сен-Жан-Рорбак,سینٹ-ژاں -روہربچ,圣让罗尔巴克		FR	44	57	576	57615	979	Europe/Paris
6437846	Saint-Julien-lès-Metz	saint-julien-les-metz	Saint-Julien-les-Metz,Saint-Julien-lès-Metz		FR	44	57	579	57616	3366	Europe/Paris
6437847	Saint-Jure	saint-jure	Saint-Jure,Sen-Zhur,sheng rui er,Сен-Жур,圣瑞尔		FR	44	57	579	57617	302	Europe/Paris
6437848	Saint-Louis-lès-Bitche	saint-louis-les-bitche	Saint-Louis-les-Bitche,Saint-Louis-lès-Bitche		FR	44	57	576	57619	499	Europe/Paris
6437850	Saint-Médard	saint-medard	Saint-Medard,Saint-Médard,Sen-Medar,sheng mei da er,Сен-Медар,سینٹ-میڈرڈ، موسیلے,圣梅达尔		FR	44	57	575	57621	95	Europe/Paris
6437851	Saint-Privat-la-Montagne	saint-privat-la-montagne	Saint-Privat-la-Montagne		FR	44	57	579	57622	1843	Europe/Paris
6437852	Sainte-Ruffine	sainte-ruffine	Sainte-Ruffine,Sent-Rjuffin,sheng lu fan,Сент-Рюффин,Сент-Рюффін,سین-رففنے,圣吕凡		FR	44	57	579	57624	553	Europe/Paris
6437853	Salonnes	salonnes	Salonnes		FR	44	57	575	57625	193	Europe/Paris
6438006	Lys	lys	Li,Lys,li zhen,Ли,Лі,利镇		FR	27	58	582	58150	108	Europe/Paris
6437854	Sanry-lès-Vigy	sanry-les-vigy	Sanri-le-Vizhi,Sanry-les-Vigy,Sanry-lès-Vigy,sang li lai wei ji,sanry-lh-wyzhy,Санри-ле-Вижи,Санрі-ле-Віжі,سانری-له-ویژی,桑里莱维吉		FR	44	57	579	57626	531	Europe/Paris
6437855	Sanry-sur-Nied	sanry-sur-nied	Sanri-sjur-N'e,ni de he pan sang li,sanry-swr-nyh,Санри-сюр-Нье,Санрі-сюр-Ньє,سانری-سور-نیه,尼德河畔桑里		FR	44	57	579	57627	296	Europe/Paris
6437856	Sarraltroff	sarraltroff	Sarraltroff		FR	44	57	575	57629	734	Europe/Paris
6437857	Sarrebourg	sarrebourg	Sarrebourg		FR	44	57	575	57630	11987	Europe/Paris
6437858	Sarreinsming	sarreinsming	Saareinsmingen,Sarreinsming,Sarrensmen,ansmyngh,sa er lan si man,Сарренсмен,آنسمینگه,萨尔兰斯曼		FR	44	57	576	57633	1276	Europe/Paris
6437859	Saulny	saulny	Saulny,Sol'ni,slny,suo er ni,Сольни,Сольні,سلنی,索尔尼		FR	44	57	579	57634	1389	Europe/Paris
6437860	Schalbach	schalbach	Schalbach,Shal'bak,si sha er ba ke,Шальбак,斯沙尔巴克		FR	44	57	575	57635	332	Europe/Paris
6437861	Schmittviller	schmittviller	Schmittweiler,Shmittviller,ashmytwylr,si ke mi te wei lai,Шмиттвиллер,Шміттвіллер,اشمیتویلر,斯克米特维莱		FR	44	57	576	57636	326	Europe/Paris
6437862	Schneckenbusch	schneckenbusch	Schneckenbusch,Shnekenbush,si ke nei kang bi si ke,Шнекенбуш,斯克内康比斯克		FR	44	57	575	57637	301	Europe/Paris
6437863	Schorbach	schorbach	Schorbach		FR	44	57	576	57639	541	Europe/Paris
6437864	Schwerdorff	schwerdorff	Schwerdorff		FR	44	57	573	57640	472	Europe/Paris
6437865	Schweyen	schweyen	Schweyen,Shveen,shwayn,si ke wei ang,Швеен,Швеєн,شواین,斯克韦昂		FR	44	57	576	57641	317	Europe/Paris
6437866	Scy-Chazelles	scy-chazelles	Scy-Chazelles,Si Shazel,Si-Shazel',si xi sha ze lai,Си Шазел,Си-Шазель,Сі-Шазель,斯西沙泽莱		FR	44	57	579	57642	2670	Europe/Paris
6437867	Secourt	secourt	Secourt		FR	44	57	579	57643	199	Europe/Paris
6437868	Seingbouse	seingbouse	Seingbouse,Senbuz,Sengbusch,sang ge bu si,Сенбуз,桑格布斯		FR	44	57	573	57644	1856	Europe/Paris
6437869	Semécourt	semecourt	Semecourt,Semekur,Semécourt,sai mei ku er,Семекур,塞梅库尔		FR	44	57	579	57645	974	Europe/Paris
6437870	Serémange-Erzange	seremange-erzange	Seremange-Erzange,Serémange-Erzange		FR	44	57	577	57647	4328	Europe/Paris
6437871	Servigny-lès-Raville	servigny-les-raville	Servigny-les-Raville,Servigny-lès-Raville,Servin'i-le-Ravil',sai er wei ni lai la wei er,Сервиньи-ле-Равиль,Сервіньї-ле-Равіль,塞尔维尼莱拉维尔		FR	44	57	579	57648	478	Europe/Paris
6437872	Servigny-lès-Sainte-Barbe	servigny-les-sainte-barbe	Servigny-les-Sainte-Barbe,Servigny-lès-Sainte-Barbe,Servin'i-le-Sent-Barb,sai er wei ni lai si-sheng ba er bu,Сервиньи-ле-Сент-Барб,Сервіньї-ле-Сент-Барб,塞尔维尼莱斯-圣巴尔布		FR	44	57	579	57649	459	Europe/Paris
6437873	Sierck-les-Bains	sierck-les-bains	Sierck-les-Bains		FR	44	57	577	57650	1733	Europe/Paris
6437874	Siersthal	siersthal	S'erstal',Siersthal,xie er si ta,Сьерсталь,Сьєрсталь,谢尔斯塔		FR	44	57	576	57651	669	Europe/Paris
6437875	Sillegny	sillegny	Sillegny		FR	44	57	579	57652	469	Europe/Paris
6437876	Silly-en-Saulnois	silly-en-saulnois	Silly-en-Saulnois		FR	44	57	579	57653	31	Europe/Paris
6437877	Silly-sur-Nied	silly-sur-nied	Silly-sur-Nied		FR	44	57	579	57654	692	Europe/Paris
6437878	Solgne	solgne	Solgne		FR	44	57	579	57655	1105	Europe/Paris
6437879	Sotzeling	sotzeling	Sotselen,Sotzelen,Sotzeling,suo te ze lan,ztslyng,Сотзелен,Сотселен,زتسلینگ,索特泽兰		FR	44	57	575	57657	21	Europe/Paris
6437880	Soucht	soucht	Soucht,Sucht,Sush,su ke,swsht,Суш,سوشت,苏克		FR	44	57	576	57658	1052	Europe/Paris
6437881	Spicheren	spicheren	Spichern,Spisheran,si pi she lang,Спишеран,Спішеран,斯皮舍朗		FR	44	57	573	57659	3225	Europe/Paris
6437882	Stiring-Wendel	stiring-wendel			FR	44	57	573	57660	11991	Europe/Paris
6437883	Sturzelbronn	sturzelbronn	Stjurzel'bronn,Stuerzelbronn,Sturzelbronn,Stürzelbronn,si di er ze er bu long,Стюрзельбронн,斯蒂尔泽尔布龙		FR	44	57	576	57661	178	Europe/Paris
6437884	Suisse	suisse	Suisse		FR	44	57	573	57662	105	Europe/Paris
6437885	Talange	talange	Talange		FR	44	57	579	57663	7699	Europe/Paris
6437886	Tarquimpol	tarquimpol	Tarquimpol		FR	44	57	575	57664	63	Europe/Paris
6437887	Tenteling	tenteling	Tenteling		FR	44	57	573	57665	1076	Europe/Paris
6437888	Terville	terville	Tervil',Terville,Terwen,tai er wei er,trwyl,Тервиль,Тервіль,ترویل,泰尔维尔		FR	44	57	577	57666	6929	Europe/Paris
6437889	Téterchen	teterchen	Teterchen,Tetershan,Tetershen,tai tai er shang,ttrchn,Тетершан,Тетершен,تترچن,泰泰尔尚		FR	44	57	573	57667	799	Europe/Paris
6437890	Théding	theding	Teden,Theding,Thedingen,Théding,tai dan,Теден,泰丹		FR	44	57	573	57669	2515	Europe/Paris
6437891	Thicourt	thicourt	Thicourt,Tikur,di ku er,tykwr,Тикур,Тікур,تیکور,蒂库尔		FR	44	57	573	57670	143	Europe/Paris
6437892	Thimonville	thimonville	Thimonville,Timonvil',di meng wei er,tymnwyl,Тимонвиль,Тімонвіль,تیمنویل,蒂蒙维尔		FR	44	57	579	57671	156	Europe/Paris
6437893	Thonville	thonville	Thonville,Tonvil',tong wei er,twnwyl,Тонвиль,Тонвіль,تونویل,通维尔		FR	44	57	573	57673	47	Europe/Paris
6437894	Tincry	tincry	Tenkri,Tincry,tan ke li,tnkry,Тенкри,Тенкрі,تنکری,坦克里		FR	44	57	575	57674	174	Europe/Paris
6437895	Torcheville	torcheville	Torcheville,Torshvil',tuo er xie wei er,Торшвиль,Торшвіль,托尔谢维尔		FR	44	57	575	57675	114	Europe/Paris
6437896	Tragny	tragny	Tran'i,te la ni,Траньи,Траньї,特拉尼		FR	44	57	579	57676	100	Europe/Paris
6437897	Trémery	tremery	Tremery,Trémery		FR	44	57	579	57677	1060	Europe/Paris
6437898	Tressange	tressange	Tressange		FR	44	57	577	57678	2107	Europe/Paris
6437899	Tromborn	tromborn	Tromborn		FR	44	57	573	57681	372	Europe/Paris
6437900	Uckange	uckange	Uckange		FR	44	57	577	57683	6793	Europe/Paris
6437901	Vahl-Ebersing	vahl-ebersing	Vahl-Ebersing,Val'-Ebersen,Val'-Ehbersen,wa ai bei er sang,Валь-Еберсен,Валь-Эберсен,瓦埃贝尔桑		FR	44	57	573	57684	516	Europe/Paris
6437953	Wittring	wittring	Vittren,Wittring,Wittringen,wei te lan,Виттрен,Віттрен,维特兰		FR	44	57	576	57748	793	Europe/Paris
6437902	Vahl-lès-Bénestroff	vahl-les-benestroff	Vahl-les-Benestroff,Vahl-lès-Bénestroff,Val'-le-Benestroff,wa lai bei nei si te luo,wal-lh-bnstrwf,Валь-ле-Бенестрофф,وال-له-بنستروف,瓦莱贝内斯特罗		FR	44	57	575	57685	144	Europe/Paris
6437903	Vallerange	vallerange	Vallerange		FR	44	57	573	57687	207	Europe/Paris
6437904	Valmestroff	valmestroff	Val'mestroff,Valmestroff,Walmesdorf,falmstrwf,wa er mei si te luo,walmstrf,Вальместрофф,فالمستروف,والمسترف,瓦尔梅斯特罗		FR	44	57	577	57689	289	Europe/Paris
6437905	Valmont	valmont	Val'mon,Valmont,Walmen,falmwnt,wa er meng,Вальмон,فالمونت,瓦尔蒙		FR	44	57	573	57690	3185	Europe/Paris
6437906	Valmunster	valmunster	Val'menster,Val'mjonster,Valmuenster,Valmunster,Valmünster,falmwnstr,wa er man si tai,walmwnstr,Вальменстер,Вальмёнстер,فالمونستر,والمونستر,瓦尔曼斯泰		FR	44	57	573	57691	98	Europe/Paris
6437907	Vannecourt	vannecourt	Vannekur,Vannkur,fankwrt,wa nei ku er,wnkwrt,Ваннекур,Ваннкур,فانكورت,ونکورت,瓦内库尔		FR	44	57	575	57692	81	Europe/Paris
6437908	Vantoux	vantoux	Vantoux		FR	44	57	579	57693	868	Europe/Paris
6437909	Vany	vany	Vani,Vany,fany,wa ni,wny  fransh,Вани,Вані,فاني,ونی، فرانسه,瓦尼		FR	44	57	579	57694	390	Europe/Paris
6437910	Varize-Vaudoncourt	varize-vaudoncourt	Variz,Varize-Vaudoncourt,wa li ci,waryz  msl,Вариз,واریز، مسل,瓦里兹		FR	44	57	573	57695	547	Europe/Paris
6437911	Vasperviller	vasperviller	Vasperviller		FR	44	57	575	57697	317	Europe/Paris
6437912	Vatimont	vatimont	Vatimon,Vatimont,wa di meng,wtymnt,Ватимон,Ватімон,وتیمنت,瓦蒂蒙		FR	44	57	573	57698	325	Europe/Paris
6437913	Vaudreching	vaudreching	Vaudreching,Vodreshen,Wallerchen,wawdrchyng,wo de lei shang,Водрешен,واودرچینگ,沃德雷尚		FR	44	57	573	57700	546	Europe/Paris
6437914	Vaxy	vaxy	Vaksi,Vaxy,wa ke xi,wksy,Вакси,Ваксі,وکسی,瓦克西		FR	44	57	575	57702	155	Europe/Paris
6437916	Veckring	veckring	Veckring,Vekren,Weckringen,wei ke lan,wkryng,Векрен,وکرینگ,韦克兰		FR	44	57	577	57704	683	Europe/Paris
6437917	Velving	velving	Vel'ven,Velving,Welwingen,wei er wan,wlwyng,Вельвен,ولوینگ,韦尔万		FR	44	57	573	57705	205	Europe/Paris
6437918	Vergaville	vergaville	Vergavil',Vergaville,wei er jia wei er,wrgwyl,Вергавиль,Вергавіль,ورگویل,韦尔加维尔		FR	44	57	575	57706	592	Europe/Paris
6437920	Verny	verny	Verni,Verny,wei er ni,Верні,韦尔尼		FR	44	57	579	57708	1940	Europe/Paris
6437921	Vescheim	vescheim	Vescheim		FR	44	57	575	57709	327	Europe/Paris
6437922	Vibersviller	vibersviller	Vibersviller,Wiebersweiler,wei bei er si wei lai,wybrswylr,Виберсвиллер,Віберсвіллер,ویبرسویلر,维贝尔斯维莱		FR	44	57	575	57711	461	Europe/Paris
6437923	Vic-sur-Seille	vic-sur-seille	Vic-sur-Seille		FR	44	57	575	57712	1291	Europe/Paris
6437924	Vieux-Lixheim	vieux-lixheim	Vieux-Lixheim		FR	44	57	575	57713	259	Europe/Paris
6437925	Haute-Vigneulles	haute-vigneulles	Haute-Vigneulles,Oberfillen,Ot Vizhnel,Ot-Vin'el',Ot-Vin'jol',ao te wei gai yu lai,at-wynywl,От Вижнел,От-Виньель,От-Виньёль,От-Віньєль,ات-وینیول,奥特维盖于莱		FR	44	57	573	57714	408	Europe/Paris
6437926	Vigny	vigny	Vigny		FR	44	57	579	57715	349	Europe/Paris
6437927	Viller	viller	Viller,Weiler,wei lai,Виллер,Віллер,维莱		FR	44	57	573	57717	208	Europe/Paris
6437928	Villers-Stoncourt	villers-stoncourt	Ville-Stonkur,Viller-Stoncourt,Viller-Stonkur,Villers-Stoncourt,wei lai er si tong ku er,wylh-astwnkwr,Вилле-Стонкур,Виллер-Стонкур,Вілле-Стонкур,ویله-استونکور,维莱尔斯通库尔		FR	44	57	579	57718	232	Europe/Paris
6437929	Villers-sur-Nied	villers-sur-nied	Ville-sjur-N'e,Viller-sjur-N'e,Villers-sur-Nied,ni de he pan wei lai er,wyh-swr-nyh,Вилле-сюр-Нье,Виллер-сюр-Нье,Вілле-сюр-Ньє,ویه-سور-نیه,尼德河畔维莱尔		FR	44	57	575	57719	77	Europe/Paris
6437930	Villing	villing	Vijen,Villen,Villing,Willingen,wei lan,wylyng,Вийен,Виллен,Віллен,ویلینگ,维兰		FR	44	57	573	57720	494	Europe/Paris
6437931	Vilsberg	vilsberg	Vilsberg		FR	44	57	575	57721	361	Europe/Paris
6437933	Virming	virming	Virmen,Virming,Wirmingen,wei er man,wyrmyng,Вирмен,Вірмен,ویرمینگ,维尔曼		FR	44	57	575	57723	296	Europe/Paris
6437934	Vitry-sur-Orne	vitry-sur-orne			FR	44	57	577	57724	3015	Europe/Paris
6437935	Vittersbourg	vittersbourg	Vittersbourg		FR	44	57	575	57725	365	Europe/Paris
6437936	Vittoncourt	vittoncourt	Vittoncourt,Vittonkur,wei tong ku er,wytwnkwr,Виттонкур,Віттонкур,ویتونکور,维通库尔		FR	44	57	573	57726	378	Europe/Paris
6437937	Voimhaut	voimhaut	Vuamo,wa mo,wwahw,Вуамо,وواهو,瓦莫		FR	44	57	573	57728	253	Europe/Paris
6437938	Volmerange-les-Mines	volmerange-les-mines	Volmerange-les-Mines		FR	44	57	577	57731	2170	Europe/Paris
6437939	Volmunster	volmunster	Vol'menster,Volmunster,Wolmuenster,Wolmünster,wo er man si tai,Вольменстер,沃尔曼斯泰		FR	44	57	576	57732	802	Europe/Paris
6437940	Volstroff	volstroff	Vol'stroff,Volstroff,Wolsdorf,wo er si te luo,Вольстрофф,沃尔斯特罗		FR	44	57	577	57733	1969	Europe/Paris
6437941	Voyer	voyer	Voyer		FR	44	57	575	57734	446	Europe/Paris
6437942	Vry	vry	Vri,Vry,fu li,Ври,Врі,弗里		FR	44	57	579	57736	590	Europe/Paris
6437944	Waldhouse	waldhouse	Val'duz,Waldhausen,Waldhouse,wa er du si,waldhawzn,Вальдуз,والدهاوزن,瓦尔杜斯		FR	44	57	576	57738	400	Europe/Paris
6437945	Waldweistroff	waldweistroff	Val'dvestroff,Waldweisdorf,Waldweistroff,wa er de wei si te luo,Вальдвестрофф,瓦尔德韦斯特罗		FR	44	57	577	57739	493	Europe/Paris
6437946	Waldwisse	waldwisse	Waldwisse		FR	44	57	577	57740	833	Europe/Paris
6437947	Walschbronn	walschbronn	Walschbronn		FR	44	57	576	57741	498	Europe/Paris
6437948	Walscheid	walscheid	Walscheid		FR	44	57	575	57742	1558	Europe/Paris
6437949	Waltembourg	waltembourg			FR	44	57	575	57743	244	Europe/Paris
6437950	Wiesviller	wiesviller	V'eviller,Veviller,Wiesweiler,wei ye si wei lai,Вьевиллер,Вєвіллер,维耶斯维莱		FR	44	57	576	57745	987	Europe/Paris
6437951	Willerwald	willerwald	Willerwald		FR	44	57	576	57746	1544	Europe/Paris
6437952	Wintersbourg	wintersbourg			FR	44	57	575	57747	267	Europe/Paris
6437954	Woippy	woippy	Woippy		FR	44	57	579	57751	14103	Europe/Paris
6437955	Woustviller	woustviller	Vustviller,Woustviller,Wustweiler,wu si te wei lai,Вуствиллер,Вуствіллер,武斯特维莱		FR	44	57	576	57752	3194	Europe/Paris
6437956	Wuisse	wuisse	Wuisse		FR	44	57	575	57753	63	Europe/Paris
6437957	Xanrey	xanrey	Ksanre,Xanrey,ke sang lei,zanry,Ксанре,زانری,克桑雷		FR	44	57	575	57754	117	Europe/Paris
6437958	Xocourt	xocourt	Ksokur,Xocourt,ke suo ku er,zkwr,Ксокур,زکور,克索库尔		FR	44	57	575	57755	90	Europe/Paris
6437959	Xouaxange	xouaxange	Ksuaksanzh,Xouaxange,ke su a ke sang ge,zwazanzh,Ксуаксанж,زوازانژ,克苏阿克桑格		FR	44	57	575	57756	302	Europe/Paris
6437960	Zarbeling	zarbeling	Zarbelen,Zarbeling,tsarblyng,zha er bei lan,Зарбелен,تساربلینگ,扎尔贝兰		FR	44	57	575	57759	58	Europe/Paris
6437961	Zilling	zilling	Zilling		FR	44	57	575	57761	277	Europe/Paris
6437962	Zimming	zimming	Zimmen,Zimming,Zimmingen,qi man,Зиммен,Зіммен,齐曼		FR	44	57	573	57762	711	Europe/Paris
6437963	Zommange	zommange	Zommange,Zommanzh,zuo mang ge,zwmanzh,Зомманж,زومانژ,佐芒格		FR	44	57	575	57763	42	Europe/Paris
6437964	Zoufftgen	zoufftgen	Suftgen,Zoufftgen,Zufftzhan,tswftgn,zu fu te rang,Зуффтжан,تسوفتگن,祖夫特让		FR	44	57	577	57764	1208	Europe/Paris
6437965	Diesen	diesen	D'ezan,Diesen,Dizen,di ye sang,Дизен,Дьезан,Дьєзан,迪耶桑		FR	44	57	573	57765	1064	Europe/Paris
6437966	Stuckange	stuckange	Stuckange,Stueckingen,Stukanzh,Stückingen,si di kang ge,Стуканж,斯蒂康格		FR	44	57	577	57767	1051	Europe/Paris
6437968	Dompierre-sur-Nièvre	dompierre-sur-nievre	Domp'err-sjur-N'evr,Domperr-sjur-N'evr,Dompetra super Mevram,Dompierre-sur-Nievre,Dompierre-sur-Nièvre,Dompjer sir Nijevr,nie fu er he pan dong pi ye er,Домпьерр-сюр-Ньевр,Домпєрр-сюр-Ньєвр,Домпјер сир Нијевр,涅夫尔河畔东皮耶尔		FR	27	58	584	58101	195	Europe/Paris
6437969	Dornecy	dornecy	Dorneciacum,Dornesi,duo er nei xi,Дорнеси,Дорнесі,多尔内西		FR	27	58	582	58103	489	Europe/Paris
6437970	Dornes	dornes	Dorn,Dornes,duo er nei,Дорн,多尔内		FR	27	58	583	58104	1411	Europe/Paris
6437971	Druy-Parigny	druy-parigny			FR	27	58	583	58105	325	Europe/Paris
6437972	Dun-les-Places	dun-les-places	Den-le-Plas,Dun-les-Places,dan lai pu la sai,Ден-ле-Плас,丹莱普拉塞		FR	27	58	581	58106	350	Europe/Paris
6437973	Dun-sur-Grandry	dun-sur-grandry	Dun-sur-Grandry		FR	27	58	581	58107	169	Europe/Paris
6437974	Empury	empury	Empury		FR	27	58	581	58108	80	Europe/Paris
6437975	Entrains-sur-Nohain	entrains-sur-nohain	Antren-sjur-Noen,nuo an he pan ang te lan,Антрен-сюр-Ноен,诺安河畔昂特兰		FR	27	58	582	58109	813	Europe/Paris
6437976	Fâchin	fachin	Fachin,Fashen,Fâchin,fa shang,fachyn,Фашен,فاچین,法尚		FR	27	58	581	58111	111	Europe/Paris
6437977	Fertrève	fertreve	Fertrev,fu er te lei fu,Фертрев,弗尔特雷夫		FR	27	58	583	58113	103	Europe/Paris
6437978	Fléty	flety	Flety,Fléty		FR	27	58	581	58114	107	Europe/Paris
6437979	Fleury-sur-Loire	fleury-sur-loire	Fleri-sjur-Luar,Fleury-sur-Loire,Floriacum super Ligerim,lu wa er he pan fu lei li,Флери-сюр-Луар,Флері-сюр-Луар,卢瓦尔河畔弗勒里		FR	27	58	583	58115	233	Europe/Paris
6437980	Fourchambault	fourchambault	Fourchambault,Furnus Archibaldus,Furshambo,fu er shang bo er,Фуршамбо,富尔尚博尔		FR	27	58	583	58117	4253	Europe/Paris
6437981	Frasnay-Reugny	frasnay-reugny	Frane Reni,Frane-Ren'i,Franhiacum,Frasnay-Reugny,fu la si nai lei ni,Фране Рењи,Фране-Реньи,Фране-Реньї,弗拉斯奈勒尼		FR	27	58	583	58119	89	Europe/Paris
6437982	Gâcogne	gacogne	Gacogne,Gakon,Gakon',Gâcogne,jia ke ni,Гаконь,Гакоњ,加科尼		FR	27	58	582	58120	256	Europe/Paris
6437983	Garchizy	garchizy	Garshizi,jia er xi qi,Гаршизи,Гаршизі,加尔希齐		FR	27	58	583	58121	3723	Europe/Paris
6437984	Garchy	garchy	Garchy,Garshi,jia er xi,Гарши,Гарші,加尔希		FR	27	58	584	58122	428	Europe/Paris
6437985	Germenay	germenay	Germanaium,Germenay,Zhermane,Zhermene,re er mo nai,Жермане,Жермене,热尔默奈		FR	27	58	582	58123	142	Europe/Paris
6437986	Gien-sur-Cure	gien-sur-cure	Gien-sur-Cure		FR	27	58	581	58125	95	Europe/Paris
6437987	Gimouille	gimouille	Gimollia,Zhimuj,ji mu yi er,Жимуй,Жимуј,吉穆伊尔		FR	27	58	583	58126	463	Europe/Paris
6437988	Giry	giry	Giriacum,Zhiri,ji li,Жири,Жирі,吉里		FR	27	58	584	58127	199	Europe/Paris
6437989	Gouloux	gouloux	Gouloux,Govilis,Gulu,gu lu,Гулу,古卢		FR	27	58	581	58129	183	Europe/Paris
6437990	Grenois	grenois	Fanum Sanctae Genovefae,Grenois,Grenua,ge lei nu wa,Гренуа,格雷努瓦		FR	27	58	582	58130	99	Europe/Paris
6437991	Guérigny	guerigny	Guerigny,Guérigny		FR	27	58	583	58131	2498	Europe/Paris
6437992	Guipy	guipy	Guipy		FR	27	58	582	58132	243	Europe/Paris
6437993	Imphy	imphy	Emfi,Imphy,yi mu fei,Емфи,Емфі,伊姆菲		FR	27	58	583	58134	3416	Europe/Paris
6437994	Lamenay-sur-Loire	lamenay-sur-loire	Lamenay-sur-Loire		FR	27	58	583	58137	57	Europe/Paris
6437995	Langeron	langeron	Langeronum,Lanzheron,lang re long,langyrwn,Ланжерон,لانگیرون,朗热龙		FR	27	58	583	58138	369	Europe/Paris
6437996	Lanty	lanty	Lanty		FR	27	58	581	58139	123	Europe/Paris
6437997	Larochemillay	larochemillay	Larochemillay		FR	27	58	581	58140	231	Europe/Paris
6437998	Lavault-de-Frétoy	lavault-de-fretoy	Lavault-de-Fretoy,Lavault-de-Frétoy,Lavo-de-Fretua,la wo er de fu lei tu wa,Лаво-де-Фретуа,拉沃尔德弗雷图瓦		FR	27	58	581	58141	63	Europe/Paris
6437999	Limanton	limanton	Limanton,li mang tong,Лимантон,Лімантон,利芒通		FR	27	58	581	58142	242	Europe/Paris
6438000	Limon	limon	Limon		FR	27	58	583	58143	151	Europe/Paris
6438001	Livry	livry	Livri,Livriacum,Livry,li fu li,Ливри,Ліврі,利夫里		FR	27	58	583	58144	702	Europe/Paris
6438002	Lucenay-lès-Aix	lucenay-les-aix			FR	27	58	583	58146	985	Europe/Paris
6438003	Lurcy-le-Bourg	lurcy-le-bourg	Ljursi-le-Bur,Luperciacum Burgum,Lurcy-le-Bourg,lu er xi lai bu er,Люрси-ле-Бур,Люрсі-ле-Бур,吕尔西莱布尔		FR	27	58	584	58147	294	Europe/Paris
6438004	Luthenay-Uxeloup	luthenay-uxeloup	Ljutne-Jukselu,Lothenayacum,Luthenay-Uxeloup,lu te nai yu ke sai lu,Лютне-Юкселу,吕特奈于克塞卢		FR	27	58	583	58148	633	Europe/Paris
6438005	Luzy	luzy	Ljuzi,Luzy,lu qi,Люзи,Люзі,吕齐		FR	27	58	581	58149	1976	Europe/Paris
6438007	Magny-Cours	magny-cours	Magny-Cours,Man'i-Kur,Manji Kuras,ma ni ku er,Маньи-Кур,Маньї-Кур,马尼库尔		FR	27	58	583	58152	1403	Europe/Paris
6438008	Magny-Lormes	magny-lormes	Magniacum,Man'i-Lorm,ma ni luo er mei,Маньи-Лорм,Маньї-Лорм,马尼洛尔梅		FR	27	58	582	58153	74	Europe/Paris
6438009	Marigny-l'Église	marigny-l-eglise	Marigny-l'Eglise,Marigny-l'Église		FR	27	58	581	58157	299	Europe/Paris
6438010	Mars-sur-Allier	mars-sur-allier	Mars-sur-Allier		FR	27	58	583	58158	300	Europe/Paris
6438011	Marigny-sur-Yonne	marigny-sur-yonne			FR	27	58	582	58159	204	Europe/Paris
6438012	Marzy	marzy	Marzi,Marzy,ma er qi,Марзи,Марзі,马尔齐		FR	27	58	583	58160	3666	Europe/Paris
6438013	Menou	menou	Menou,Menu,mang wu,Мену,芒乌		FR	27	58	582	58163	182	Europe/Paris
6438014	Mesves-sur-Loire	mesves-sur-loire	Masava,Mesves-sur-Loire,Mev-sjur-Luar,lu wa er he pan mei si wei,Мев-сюр-Луар,卢瓦尔河畔梅斯韦		FR	27	58	584	58164	707	Europe/Paris
6438015	Metz-le-Comte	metz-le-comte	Mec-le-Kont,Metz-le-Comte,mei te lai kong te,Мец-ле-Конт,梅特莱孔特		FR	27	58	582	58165	163	Europe/Paris
6438016	Mhère	mhere	Mhere,Mhère		FR	27	58	582	58166	230	Europe/Paris
6438018	Millay	millay	Millay,Mille,mi lai,Милле,Мілле,米莱		FR	27	58	581	58168	447	Europe/Paris
6438019	Moissy-Moulinot	moissy-moulinot	Moissy-Moulinot		FR	27	58	582	58169	20	Europe/Paris
6438020	Monceaux-le-Comte	monceaux-le-comte	Monceaux-le-Comte,Monso-le-Kont,meng suo lai kong te,Монсо-ле-Конт,蒙索莱孔特		FR	27	58	582	58170	123	Europe/Paris
6438021	Montapas	montapas	Montapa,meng ta pa,Монтапа,蒙塔帕		FR	27	58	581	58171	287	Europe/Paris
6438022	Montaron	montaron	Montaron,meng ta long,Монтарон,蒙塔龙		FR	27	58	581	58173	161	Europe/Paris
6438023	Montenoison	montenoison	Montenoison		FR	27	58	584	58174	122	Europe/Paris
6438024	Mont-et-Marré	mont-et-marre	Mon-e-Marre,Mont-et-Marre,Mont-et-Marré,meng he ma er lei,Мон-е-Марре,蒙和马尔雷		FR	27	58	581	58175	165	Europe/Paris
6438025	Montigny-aux-Amognes	montigny-aux-amognes	Montin'i-o-Amon',meng di ni ao a mo gai,Монтиньи-о-Амонь,Монтіньї-о-Амонь,蒙蒂尼奥阿莫盖		FR	27	58	583	58176	603	Europe/Paris
6438026	Montigny-en-Morvan	montigny-en-morvan	Montigny-en-Morvan,Montin'i-an-Morvan,mo er wang de qu meng di ni,Монтиньи-ан-Морван,Монтіньї-ан-Морван,莫尔旺地区蒙蒂尼		FR	27	58	581	58177	304	Europe/Paris
6438027	Montigny-sur-Canne	montigny-sur-canne			FR	27	58	581	58178	151	Europe/Paris
6438028	Montreuillon	montreuillon	Montrejon,Montreuillon,meng te lei yi long,Монтрейон,蒙特勒伊隆		FR	27	58	582	58179	268	Europe/Paris
6438029	Moraches	moraches	Moraches,Morash,mo la xie,Мораш,莫拉谢		FR	27	58	582	58181	139	Europe/Paris
6438030	Moulins-Engilbert	moulins-engilbert	Moulins-Engilbert		FR	27	58	581	58182	1455	Europe/Paris
6438031	Mouron-sur-Yonne	mouron-sur-yonne	Mouron-sur-Yonne		FR	27	58	582	58183	96	Europe/Paris
6438032	Murlin	murlin	Mjurlen,Murlin,mi er lan,Мюрлен,米尔兰		FR	27	58	584	58186	92	Europe/Paris
6438033	Myennes	myennes	M'enn,Menn,Myennes,mi ai nei,mynys,Мьенн,Мєнн,مینیس,米埃内		FR	27	58	584	58187	533	Europe/Paris
6438034	Nannay	nannay	Nannay		FR	27	58	584	58188	118	Europe/Paris
6438035	Neuffontaines	neuffontaines	Neffonten,Neuffontaines,na feng tai nei,Неффонтен,纳丰泰内		FR	27	58	582	58190	106	Europe/Paris
6438036	Neuville-lès-Decize	neuville-les-decize			FR	27	58	583	58192	238	Europe/Paris
6438037	Neuvy-sur-Loire	neuvy-sur-loire	Neuvy-sur-Loire,Nevi-sjur-Luar,Novus Vicus,lu wa er he pan ne wei,Неви-сюр-Луар,Неві-сюр-Луар,卢瓦尔河畔讷维		FR	27	58	584	58193	1465	Europe/Paris
6438038	Nuars	nuars	Njuar,Nuars,ni a er,Нюар,尼阿尔		FR	27	58	582	58197	155	Europe/Paris
6438039	Onlay	onlay	Onlay		FR	27	58	581	58199	150	Europe/Paris
6438040	Ouagne	ouagne	Ouagne,Uan',wu a ni,Уань,乌阿尼		FR	27	58	582	58200	155	Europe/Paris
6438041	Oudan	oudan	Oudan		FR	27	58	582	58201	145	Europe/Paris
6438042	Ougny	ougny			FR	27	58	581	58202	25	Europe/Paris
6438043	Oulon	oulon	Oulon		FR	27	58	584	58203	66	Europe/Paris
6438044	Vaux d'Amognes	vaux-d-amognes	Uruer,Vaux d'Amognes,wu lu e,Уруер,乌鲁厄		FR	27	58	583	58204	546	Europe/Paris
6438045	Parigny-la-Rose	parigny-la-rose	Parigny-la-Rose		FR	27	58	582	58206	40	Europe/Paris
6438046	Parigny-les-Vaux	parigny-les-vaux	Parigny-les-Vaux		FR	27	58	583	58207	960	Europe/Paris
6438047	Pazy	pazy	Pazi,pa qi,Пази,Пазі,帕齐		FR	27	58	582	58208	310	Europe/Paris
6438048	Perroy	perroy	Perroy,Perrua,pei er lu wa,Перруа,佩尔鲁瓦		FR	27	58	584	58209	167	Europe/Paris
6438049	Planchez	planchez	Planchez,Planshe,pu lang she,Планше,普朗舍		FR	27	58	581	58210	301	Europe/Paris
6438050	Pougny	pougny	Pougny		FR	27	58	584	58213	463	Europe/Paris
6438051	Pougues-les-Eaux	pougues-les-eaux	Pougues-les-Eaux,Pug-lez-O,pu gai lai ao,Пуг-лез-О,普盖莱奥		FR	27	58	583	58214	2405	Europe/Paris
6438052	Pouilly-sur-Loire	pouilly-sur-loire			FR	27	58	584	58215	1672	Europe/Paris
6438053	Pouques-Lormes	pouques-lormes	Pouques-Lormes,Puk-Lorm,pu qu ai luo er mei,Пук-Лорм,普屈埃洛尔梅		FR	27	58	582	58216	161	Europe/Paris
6438054	Pousseaux	pousseaux	Pousseaux		FR	27	58	582	58217	196	Europe/Paris
6438055	Prémery	premery	Premery,Premri,Prémery,pu lei mo li,Премри,Премрі,普雷默里		FR	27	58	584	58218	1853	Europe/Paris
6438056	Préporché	preporche	Preporche,Préporché		FR	27	58	581	58219	203	Europe/Paris
6438057	Rix	rix	Rix		FR	27	58	582	58222	157	Europe/Paris
6438058	Rouy	rouy	Rouy		FR	27	58	583	58223	604	Europe/Paris
6438059	Ruages	ruages	Rjuazh,Ruages,lu a re,Рюаж,吕阿热		FR	27	58	582	58224	94	Europe/Paris
6438060	Saincaize-Meauce	saincaize-meauce	Saincaize-Meauce,Senkez-Mos,sang kai ci mo ke,Сенкез-Мос,سینکیزے-موکے,桑凯兹莫克		FR	27	58	583	58225	383	Europe/Paris
6438061	Saint-Amand-en-Puisaye	saint-amand-en-puisaye	Saint-Amand-en-Puisaye,Sent-Aman-an-Pjuize,pi yi sai ai de qu sheng a mang,Сент-Аман-ан-Пюизе,Сент-Аман-ан-Пюїзе,سینٹ-امنڈ-این -پیسے,皮伊赛埃地区圣阿芒		FR	27	58	584	58227	1282	Europe/Paris
6438062	Saint-Andelain	saint-andelain	Saint-Andelain,Sent-Andlen,sheng ang dai lan,Сент-Андлен,سینٹ-اندیلائیں,圣昂代兰		FR	27	58	584	58228	488	Europe/Paris
6438064	Saint-Aubin-des-Chaumes	saint-aubin-des-chaumes	Saint-Aubin-des-Chaumes,Sent-Oben-de-Shom,sheng ao ban dai shao mei,Сент-Обен-де-Шом,سینٹ-آبن-دس-چومس,圣奥班代绍梅		FR	27	58	582	58230	71	Europe/Paris
6438065	Saint-Aubin-les-Forges	saint-aubin-les-forges	Saint-Aubin-les-Forges,Sent-Oben-le-Forzh,sheng ao ban lai fu er re,Сент-Обен-ле-Форж,سینٹ-آبن-لیس-فورگس,圣奥班莱福尔热		FR	27	58	584	58231	405	Europe/Paris
6438066	Saint-Benin-d'Azy	saint-benin-d-azy	Saint-Benin-d'Azy		FR	27	58	583	58232	1288	Europe/Paris
6438067	Saint-Bonnot	saint-bonnot			FR	27	58	584	58234	132	Europe/Paris
6438068	Saint-Brisson	saint-brisson	Saint-Brisson,Sen-Brisson,sheng bu li song,Сен-Бриссон,سینٹ-برسسوں,圣布里松		FR	27	58	581	58235	266	Europe/Paris
6438069	Saint-Éloi	saint-eloi	Saint-Eloi,Saint-Éloi,Sent-Elua,sheng ai lu wa,Сент-Елуа,سینٹ-علوی، نورے,圣埃卢瓦		FR	27	58	583	58238	2128	Europe/Paris
6438070	Saint-Franchy	saint-franchy	Saint-Franchy		FR	27	58	583	58240	74	Europe/Paris
6438071	Saint-Germain-Chassenay	saint-germain-chassenay	Sen-Zhermen-Shassne,sheng ri er man sha se nai,Сен-Жермен-Шассне,سینٹ-گرمین-چسسنے,圣日尔曼沙瑟奈		FR	27	58	583	58241	328	Europe/Paris
6438072	Saint-Germain-des-Bois	saint-germain-des-bois	Saint-Germain-des-Bois,Sen-Zhermen-de-Bua,sheng ri er man dai bu wa,Сен-Жермен-де-Буа,سینٹ-گرمین-دس-بوس، نورے,圣日尔曼代布瓦		FR	27	58	582	58242	115	Europe/Paris
6438073	Saint-Gratien-Savigny	saint-gratien-savigny	Saint-Gratien-Savigny		FR	27	58	581	58243	112	Europe/Paris
6438074	Saint-Hilaire-en-Morvan	saint-hilaire-en-morvan	Saint-Hilaire-en-Morvan,Sen-Iler-an-Morvan,mo er wang de qu sheng yi lai er,Сен-Ілер-ан-Морван,Сен-Илер-ан-Морван,سینٹ-ہلیری-این -موروں,莫尔旺地区圣伊莱尔		FR	27	58	581	58244	217	Europe/Paris
6438075	Saint-Hilaire-Fontaine	saint-hilaire-fontaine	Sen-Iler-Fonten,sheng yi lai er feng tan,Сен-Ілер-Фонтен,Сен-Илер-Фонтен,سینٹ-ہلیری-فونتینے,圣伊莱尔丰坦		FR	27	58	581	58245	178	Europe/Paris
6438076	Saint-Jean-aux-Amognes	saint-jean-aux-amognes	Saint-Jean-aux-Amognes,Sen-Zhan-o-Amon',sheng rang ao a mo gai,Сен-Жан-о-Амонь,سینٹ-ژاں -آ-اموگنس,圣让奥阿莫盖		FR	27	58	583	58247	501	Europe/Paris
6438077	Saint-Laurent-l'Abbaye	saint-laurent-l-abbaye	Saint-Laurent-l'Abbaye		FR	27	58	584	58248	216	Europe/Paris
6438078	Saint-Léger-de-Fougeret	saint-leger-de-fougeret	Sen-Lezhe-de-Fuzhre,sheng lai re de fu re lei,Сен-Леже-де-Фужре,سینٹ-لگر-دے-فوگرت,圣莱热德富热雷		FR	27	58	581	58249	385	Europe/Paris
6438079	Saint-Léger-des-Vignes	saint-leger-des-vignes	Saint-Leger-des-Vignes,Saint-Léger-des-Vignes,Sen-Lezhe-de-Vin',sheng lai re dai wei gai,Сен-Леже-де-Винь,Сен-Леже-де-Вінь,سینٹ-لگر-دس-وگنس,圣莱热代维盖		FR	27	58	583	58250	1901	Europe/Paris
6438080	Saint-Malo-en-Donziois	saint-malo-en-donziois	Saint-Malo-en-Donziois,Sen-Malo-an-Donzjua,dong qi wa de qu sheng ma luo,Сен-Мало-ан-Донзюа,سینٹ-ملو-این -دونزوس,东齐瓦地区圣马洛		FR	27	58	584	58252	129	Europe/Paris
6438081	Saint-Martin-d'Heuille	saint-martin-d-heuille	Saint-Martin-d'Heuille		FR	27	58	583	58254	609	Europe/Paris
6438082	Saint-Martin-du-Puy	saint-martin-du-puy	Sen-Marten-dju-Pjui,sheng ma dan di pi yi,Сен-Мартен-дю-Пюи,Сен-Мартен-дю-Пюї,سینٹ-مارٹن-دو-پے، نورے,圣马丹迪皮伊		FR	27	58	581	58255	274	Europe/Paris
6438083	Saint-Martin-sur-Nohain	saint-martin-sur-nohain	Saint-Martin-sur-Nohain,Sen-Marten-sjur-Noen,nuo an he pan sheng ma dan,Сен-Мартен-сюр-Ноен,سینٹ-مارٹن-سر-نوھیں,诺安河畔圣马丹		FR	27	58	584	58256	373	Europe/Paris
6438084	Saint-Parize-en-Viry	saint-parize-en-viry	Saint-Parize-en-Viry		FR	27	58	583	58259	154	Europe/Paris
6438085	Saint-Parize-le-Châtel	saint-parize-le-chatel	Saint-Parize-le-Chatel,Saint-Parize-le-Châtel		FR	27	58	583	58260	1329	Europe/Paris
6438086	Saint-Péreuse	saint-pereuse	Saint-Pereuse,Saint-Péreuse		FR	27	58	581	58262	227	Europe/Paris
6438087	Saint-Pierre-du-Mont	saint-pierre-du-mont	Saint-Pierre-du-Mont		FR	27	58	582	58263	201	Europe/Paris
6438088	Saint-Pierre-le-Moûtier	saint-pierre-le-moutier	Saint-Pierre-le-Moutier,Saint-Pierre-le-Moûtier,Sen-P'err-le-Mut'e,Sen-Perr-le-Mut'e,sheng pi ye er lai mu di ye,Сен-Пьерр-ле-Мутье,Сен-Пєрр-ле-Мутьє,سین-پیری-لے-موٹیر,圣皮耶尔莱穆蒂耶		FR	27	58	583	58264	1957	Europe/Paris
6438089	Saint-Révérien	saint-reverien	Saint-Reverien,Saint-Révérien		FR	27	58	582	58266	162	Europe/Paris
6438090	Saint-Saulge	saint-saulge	Saint-Saulge		FR	27	58	583	58267	747	Europe/Paris
6438091	Saint-Vérain	saint-verain	Sen-Veren,sheng wei lan,Сен-Верен,圣韦兰		FR	27	58	584	58270	334	Europe/Paris
6438092	Sardy-lès-Épiry	sardy-les-epiry	Sardi-lez-Epiri,Sardy-les-Epiry,Sardy-lès-Épiry,sa er di lai ai pi li,Сарди-лез-Епири,Сарді-лез-Епірі,萨尔迪莱埃皮里		FR	27	58	582	58272	115	Europe/Paris
6438093	Sauvigny-les-Bois	sauvigny-les-bois	Sauvigny-les-Bois,Sovin'i-le-Bua,sen lin suo wei ni,Совиньи-ле-Буа,Совіньї-ле-Буа,森林索维尼		FR	27	58	583	58273	1458	Europe/Paris
6438094	Savigny-Poil-Fol	savigny-poil-fol	Savin'i-Pual'-Fol',sa wei ni pu wa fu,Савиньи-Пуаль-Фоль,Савіньї-Пуаль-Фоль,萨维尼普瓦福		FR	27	58	581	58274	129	Europe/Paris
6438095	Saxi-Bourdon	saxi-bourdon	Saxi-Bourdon		FR	27	58	583	58275	298	Europe/Paris
6438096	Sémelay	semelay	Semelay,Sémelay		FR	27	58	581	58276	240	Europe/Paris
6438097	Sermages	sermages	Sermages,Sermazh,sai er ma re,Сермаж,塞尔马热		FR	27	58	581	58277	189	Europe/Paris
6438098	Sichamps	sichamps			FR	27	58	584	58279	194	Europe/Paris
6438099	Sougy-sur-Loire	sougy-sur-loire	Sougy-sur-Loire		FR	27	58	583	58280	644	Europe/Paris
6438100	Suilly-la-Tour	suilly-la-tour	Suilly-la-Tour		FR	27	58	584	58281	600	Europe/Paris
6438101	Surgy	surgy	Sjurzhi,Surgy,xu er ji,Сюржи,Сюржі,叙尔吉		FR	27	58	582	58282	336	Europe/Paris
6438102	Taconnay	taconnay	Taconnay		FR	27	58	582	58283	79	Europe/Paris
6438103	Talon	talon	Talon		FR	27	58	582	58284	42	Europe/Paris
6438327	Lewarde	lewarde	Lewarde		FR	32	59	593	59345	2422	Europe/Paris
6438104	Tamnay-en-Bazois	tamnay-en-bazois	Tamnay-en-Bazois,Tamne-an-Bazua,ba zu wa de qu tang nai,Тамне-ан-Базуа,巴祖瓦地区唐奈		FR	27	58	581	58285	173	Europe/Paris
6438105	Tazilly	tazilly	Tazii,ta qi li,Тазии,Тазії,塔齐利		FR	27	58	581	58287	202	Europe/Paris
6438106	Teigny	teigny	Teigny		FR	27	58	582	58288	103	Europe/Paris
6438107	Thaix	thaix	Thaix		FR	27	58	581	58290	54	Europe/Paris
6438108	Thianges	thianges			FR	27	58	583	58291	170	Europe/Paris
6438109	Tintury	tintury	Tintury		FR	27	58	581	58292	186	Europe/Paris
6438110	Toury-Lurcy	toury-lurcy	Turi-Ljursi,tu li lu er xi,Тури-Люрси,Турі-Люрсі,图里吕尔西		FR	27	58	583	58293	421	Europe/Paris
6438111	Toury-sur-Jour	toury-sur-jour	Toury-sur-Jour,Turi-sjur-Zhur,ru he pan tu li,Тури-сюр-Жур,Турі-сюр-Жур,茹河畔图里		FR	27	58	583	58294	120	Europe/Paris
6438112	Tracy-sur-Loire	tracy-sur-loire	Tracy-sur-Loire,Trasi-sjur-Luar,lu wa er he pan te la xi,Траси-сюр-Луар,Трасі-сюр-Луар,卢瓦尔河畔特拉西		FR	27	58	584	58295	958	Europe/Paris
6438113	Tresnay	tresnay	Trene,Tresnay,te lei si nai,Трене,特雷斯奈		FR	27	58	583	58296	153	Europe/Paris
6438114	Tronsanges	tronsanges	Tronsanges,Tronsanzh,te long sang re,Тронсанж,特龙桑热		FR	27	58	584	58298	393	Europe/Paris
6438115	Trucy-l'Orgueilleux	trucy-l-orgueilleux	Trucy-l'Orgueilleux		FR	27	58	582	58299	221	Europe/Paris
6438116	Urzy	urzy	Jurzi,Urzy,yu er qi,Юрзи,Юрзі,于尔齐		FR	27	58	583	58300	1802	Europe/Paris
6438117	Varennes-lès-Narcy	varennes-les-narcy	Varenn-le-Narsi,wa lei nei lai na er xi,wrns las nrky,Варенн-ле-Нарси,Варенн-ле-Нарсі,ورنس لاس نرکی,瓦雷内莱纳尔西		FR	27	58	584	58302	976	Europe/Paris
6438118	Vauclaix	vauclaix	Vauclaix		FR	27	58	582	58305	132	Europe/Paris
6438119	Verneuil	verneuil	Vernej,wei er na yi,wrnwyl  nywr,Верней,ورنویل، نیور,韦尔纳伊		FR	27	58	583	58306	297	Europe/Paris
6438120	Vielmanay	vielmanay			FR	27	58	584	58307	181	Europe/Paris
6438121	Vignol	vignol	Vignol		FR	27	58	582	58308	62	Europe/Paris
6438122	Villapourçon	villapourcon	Villapourcon,Villapourçon		FR	27	58	581	58309	418	Europe/Paris
6438123	Villiers-le-Sec	villiers-le-sec			FR	27	58	582	58310	49	Europe/Paris
6438124	Ville-Langy	ville-langy	Vil'-Lanzhi,Ville-Langy,wei er lang ji,Виль-Ланжи,Віль-Ланжі,维尔朗吉		FR	27	58	583	58311	264	Europe/Paris
6438125	Villiers-sur-Yonne	villiers-sur-yonne	Villiers-sur-Yonne		FR	27	58	582	58312	276	Europe/Paris
6438126	Vitry-Laché	vitry-lache	Vitri-Lashe,Vitry-Lache,Vitry-Laché,wei te li la xie,Витри-Лаше,Вітрі-Лаше,维特里拉谢		FR	27	58	582	58313	83	Europe/Paris
6438127	Bousignies-sur-Roc	bousignies-sur-roc	Bousignies-sur-Roc		FR	32	59	591	59101	405	Europe/Paris
6438128	Boussières-en-Cambrésis	boussieres-en-cambresis	Bus'er-an-Kambrezi,Busjer an Kambrezi,bu xi ye er ang kang bu lei xi,Бусьер-ан-Камбрези,Бусьєр-ан-Камбрезі,Бусјер ан Камбрези,布西耶尔昂康布雷西		FR	32	59	592	59102	414	Europe/Paris
6438129	Boussières-sur-Sambre	boussieres-sur-sambre	Boussieres-sur-Sambre,Boussières-sur-Sambre,Bus'er-sjur-Sambr,Busjer sir Sambr,sang bu er he pan bu xi ye er,Бусьер-сюр-Самбр,Бусьєр-сюр-Самбр,Бусјер сир Самбр,桑布尔河畔布西耶尔		FR	32	59	591	59103	523	Europe/Paris
6438130	Boussois	boussois			FR	32	59	591	59104	3245	Europe/Paris
6438131	Bouvignies	bouvignies	Bouvignies		FR	32	59	593	59105	1540	Europe/Paris
6438132	Bouvines	bouvines	Bouvines		FR	32	59	595	59106	691	Europe/Paris
6438133	Bray-Dunes	bray-dunes			FR	32	59	594	59107	4541	Europe/Paris
6438134	Briastre	briastre	Briastr,Briastre,Brijatr,bu li ya si te er,Бриастр,Бријатр,Бріастр,布里亚斯特尔		FR	32	59	592	59108	743	Europe/Paris
6438135	Brillon	brillon	Brillon		FR	32	59	596	59109	721	Europe/Paris
6438136	Brouckerque	brouckerque	Brouckerque		FR	32	59	594	59110	1356	Europe/Paris
6438137	Broxeele	broxeele	Brokseel',Broksel,Broksele,Broxeele,bu luo ke sai lei,Броксеель,Броксел,布罗克塞勒		FR	32	59	594	59111	385	Europe/Paris
6438138	Bruay-sur-l'Escaut	bruay-sur-l-escaut	Bruay-sur-l'Escaut		FR	32	59	596	59112	11638	Europe/Paris
6438139	Bruille-lez-Marchiennes	bruille-lez-marchiennes	Bruille-lez-Marchiennes		FR	32	59	593	59113	1325	Europe/Paris
6438140	Bruille-Saint-Amand	bruille-saint-amand	Brije Sent Aman,Brjuj-Sent-Aman,Bruille-Saint-Amand,bu lu ye sheng a mang,Брије Сент Аман,Брюй-Сент-Аман,布吕耶圣阿芒		FR	32	59	596	59114	1673	Europe/Paris
6438141	Brunémont	brunemont	Brinemon,Brjunemon,Brunemont,bu lu nei meng,Бринемон,Брюнемон,布吕内蒙		FR	32	59	593	59115	712	Europe/Paris
6438142	Bry	bry	Bri,Bry,bu li,Бри,Брі,布里		FR	32	59	591	59116	415	Europe/Paris
6438143	Bugnicourt	bugnicourt	Binikur,Bjun'ikur,bi ni ku er,Бињикур,Бюньикур,Бюньїкур,比尼库尔		FR	32	59	593	59117	993	Europe/Paris
6438144	Busigny	busigny	Busigny		FR	32	59	592	59118	2488	Europe/Paris
6438145	Buysscheure	buysscheure	Bisher,Bjuisher,Buisscheure,Buusscheure,bi xi she er,Бишер,Бюишер,Бюїшер,比西舍尔		FR	32	59	594	59119	580	Europe/Paris
6438146	Caëstre	caestre	Caestre,Caëstre,Kaaster,Kaestr,Kaetr,Koaster,ka ai si te er,Каестр,Каетр,卡埃斯特尔		FR	32	59	594	59120	1957	Europe/Paris
6438147	Cagnoncles	cagnoncles	Cagnoncles,Kan'onkl',Kanonkl,ka ni weng ke lei,Каньонкль,Кањонкл,卡尼翁克勒		FR	32	59	592	59121	607	Europe/Paris
6438148	Camphin-en-Carembault	camphin-en-carembault	Camphin-en-Carembault,Kamfen an Karambo,Kamfen-an-Karambo,kang fan ang ka lei bo,Камфен ан Карамбо,Камфен-ан-Карамбо,康凡昂卡雷博		FR	32	59	595	59123	1646	Europe/Paris
6438149	Camphin-en-Pévèle	camphin-en-pevele	Camphin-en-Pevele,Camphin-en-Pévèle,Kamfen an Pevel,Kamfen-an-Pevel',kang fan ang pei wei lei,Камфен ан Певел,Камфен-ан-Певель,康凡昂佩韦勒		FR	32	59	595	59124	2363	Europe/Paris
6438150	Cantaing-sur-Escaut	cantaing-sur-escaut	Cantaing-sur-Escaut,Kanten sir Esko,Kanten-sjur-Esko,ai si ke he pan kang tan,Кантен сир Еско,Кантен-сюр-Еско,埃斯科河畔康坦		FR	32	59	592	59125	397	Europe/Paris
6438151	Cantin	cantin	Cantin		FR	32	59	593	59126	1549	Europe/Paris
6438152	Capinghem	capinghem			FR	32	59	595	59128	2424	Europe/Paris
6438153	Cappelle-en-Pévèle	cappelle-en-pevele	Cappelle-en-Pevele,Cappelle-en-Pévèle		FR	32	59	595	59129	2233	Europe/Paris
6438154	Cappelle-la-Grande	cappelle-la-grande	Cappelle-la-Grande		FR	32	59	594	59131	7888	Europe/Paris
6438155	Carnières	carnieres	Carnieres,Carnières		FR	32	59	592	59132	1100	Europe/Paris
6438156	Carnin	carnin	Carnin,Karnen,ka er nan,Карнен,卡尔南		FR	32	59	595	59133	988	Europe/Paris
6438157	Cartignies	cartignies	Cartignies,Kartini,Kartinije,ka er di ni,Картини,Картињије,Картіні,卡尔蒂尼		FR	32	59	591	59134	1262	Europe/Paris
6438158	Catillon-sur-Sambre	catillon-sur-sambre	Catillon-sur-Sambre		FR	32	59	592	59137	834	Europe/Paris
6438159	Cattenières	cattenieres			FR	32	59	592	59138	673	Europe/Paris
6438160	Caudry	caudry	Caudry		FR	32	59	592	59139	14493	Europe/Paris
6438161	Caullery	caullery			FR	32	59	592	59140	448	Europe/Paris
6438162	Cauroir	cauroir	Cauroir,Koroar,Koruar,ke lu wa er,Короар,Коруар,科鲁瓦尔		FR	32	59	592	59141	578	Europe/Paris
6438163	Cerfontaine	cerfontaine	Cerfontaine,Serfonten,sai er fang dan,Серфонтен,塞尔方丹		FR	32	59	591	59142	669	Europe/Paris
6438164	Château-l'Abbaye	chateau-l-abbaye	Chateau-l'Abbaye,Château-l'Abbaye		FR	32	59	596	59144	884	Europe/Paris
6438165	Chemy	chemy	Chemy,Shemi,she mi,Шеми,Шемі,舍米		FR	32	59	595	59145	769	Europe/Paris
6438166	Chéreng	chereng			FR	32	59	595	59146	2989	Europe/Paris
6438167	Choisies	choisies	Shoazi,Shuazi,shu wa xi,Шоази,Шуази,Шуазі,舒瓦西		FR	32	59	591	59147	53	Europe/Paris
6438168	Clairfayts	clairfayts	Clairfayts,Klerfe,Klerfet,ke lai er fei te,Клерфе,Клерфет,克莱尔费特		FR	32	59	591	59148	376	Europe/Paris
6438169	Clary	clary	Klari,ke la li,Клари,Кларі,克拉里		FR	32	59	592	59149	1105	Europe/Paris
6438170	Cobrieux	cobrieux	Cobrieux,Kobrie,Kobrije,ke bu e,Кобрие,Кобрије,Кобріє,科布略		FR	32	59	595	59150	525	Europe/Paris
6438171	Colleret	colleret	Colleret,Kolere,Kollere,ke er lei,Колере,Коллере,科尔雷		FR	32	59	591	59151	1620	Europe/Paris
6438172	Comines	comines	Comines,Cominium,Komen,Komin,Koomn-Frans,ke mi ne,Комен,Комин,Комін,科米讷		FR	32	59	595	59152	12369	Europe/Paris
6438173	Condé-sur-l'Escaut	conde-sur-l-escaut	Conde-sur-l'Escaut,Condé-sur-l'Escaut		FR	32	59	596	59153	9680	Europe/Paris
6438174	Coudekerque-Branche	coudekerque-branche	Coudekerque-Branche		FR	32	59	594	59155	21204	Europe/Paris
6438175	Courchelettes	courchelettes	Courchelettes,Kurshelet,Kurshelett,ku er xie lai te,Куршелет,Куршелетт,库尔谢莱特		FR	32	59	593	59156	2804	Europe/Paris
6438176	Coutiches	coutiches			FR	32	59	593	59158	3001	Europe/Paris
6438177	Craywick	craywick	Craywick,Kraaiwijk,Krevik,Kroaiwyk,ke lai wei ke,Кревик,Кревік,克赖维克		FR	32	59	594	59159	711	Europe/Paris
6438178	Crespin	crespin	Krepen,Krespen,ke lei si pan,krspyn  nwr,Крепен,Креспен,کرسپین، نور,克雷斯潘		FR	32	59	596	59160	4551	Europe/Paris
6438179	Crochte	crochte	Crochte,Krochte,Krosht,ke luo shen te,Крошт,克罗什特		FR	32	59	594	59162	669	Europe/Paris
6438180	Croix-Caluyau	croix-caluyau	Croix-Caluyau,Kroa Kalijo,Krua-Kaljuio,ke lu wa ka lu yue,Кроа Калијо,Круа-Калюио,Круа-Калюїо,克鲁瓦卡吕约		FR	32	59	591	59164	262	Europe/Paris
6438181	Cuincy	cuincy	Cuincy,Kjuehnsi,Kjuensi,Kuinsi,qu an xi,Куинси,Кюенси,Кюенсі,Кюэнси,屈安西		FR	32	59	593	59165	6454	Europe/Paris
6438182	Cuvillers	cuvillers	Cuvillers,Kivije,Kjuville,qu wei lai er,Кивије,Кювилле,Кювілле,屈维莱尔		FR	32	59	592	59167	198	Europe/Paris
6438183	Cysoing	cysoing	Cysoing		FR	32	59	595	59168	5033	Europe/Paris
6438184	Damousies	damousies	Damousies,Damuzi,da mu xi,Дамузи,Дамузі,达穆西		FR	32	59	591	59169	197	Europe/Paris
6438185	Dechy	dechy			FR	32	59	593	59170	5307	Europe/Paris
6438186	Dehéries	deheries	Deeri,Deheries,Dehéries,Deri,Déhéries,de ai li,Деери,Деері,Дери,德埃里		FR	32	59	592	59171	40	Europe/Paris
6438187	Dimechaux	dimechaux	Dimechaux,Dimesho,di mo shao,Димешо,Дімешо,迪默绍		FR	32	59	591	59174	351	Europe/Paris
6438188	Dimont	dimont	Dimon,Dimont,di meng,Димон,Дімон,迪蒙		FR	32	59	591	59175	318	Europe/Paris
6438189	Doignies	doignies	Doani,Duani,du wa ni,Доањи,Дуани,Дуані,杜瓦尼		FR	32	59	592	59176	337	Europe/Paris
6438190	Dompierre-sur-Helpe	dompierre-sur-helpe	Dompierre-sur-Helpe		FR	32	59	591	59177	865	Europe/Paris
6438191	Douchy-les-Mines	douchy-les-mines	Douchy-les-Mines		FR	32	59	596	59179	10717	Europe/Paris
6438192	Dourlers	dourlers	Dourlers		FR	32	59	591	59181	585	Europe/Paris
6438193	Drincham	drincham	Drensham,Drincham,Drinkam,de lan shang,Дреншам,德兰尚		FR	32	59	594	59182	250	Europe/Paris
6438194	Ebblinghem	ebblinghem	Ebblengem,Ebblingem,ai bu lan gai mu,Еббленгем,埃布兰盖姆		FR	32	59	594	59184	681	Europe/Paris
6438195	Eccles	eccles	Eccles		FR	32	59	591	59186	86	Europe/Paris
6438196	Éclaibes	eclaibes	Eclaibes,Ekleb,ai ke lai bo,Еклеб,埃克莱伯		FR	32	59	591	59187	304	Europe/Paris
6438197	Eecke	eecke	Eecke		FR	32	59	594	59189	1221	Europe/Paris
6438198	Élesmes	elesmes	Elesmes,Élesmes		FR	32	59	591	59190	983	Europe/Paris
6438199	Élincourt	elincourt	Elenkur,Elincourt,ai lan ku er,Élincourt,Еленкур,埃兰库尔		FR	32	59	592	59191	627	Europe/Paris
6438200	Émerchicourt	emerchicourt	Emerchicourt,Emershikur,ai mei er xi ku er,Émerchicourt,Емершикур,埃梅尔希库尔		FR	32	59	596	59192	879	Europe/Paris
6438201	Emmerin	emmerin			FR	32	59	595	59193	3174	Europe/Paris
6438202	Englefontaine	englefontaine	Anglefonten,Englefontaine,ang ge lei fang dan,Англефонтен,昂格勒方丹		FR	32	59	591	59194	1307	Europe/Paris
6438203	Englos	englos	Anglo,Englos,ang ge luo,Англо,昂格洛		FR	32	59	595	59195	606	Europe/Paris
6438204	Ennevelin	ennevelin	Ennevelin,Ennvelen,ai ne wo lan,Еннвелен,埃讷沃兰		FR	32	59	595	59197	2186	Europe/Paris
6438205	Eppe-Sauvage	eppe-sauvage	Eppe-Sauvage		FR	32	59	591	59198	275	Europe/Paris
6438206	Erchin	erchin	Ershen,ai er shang,Ершен,埃尔尚		FR	32	59	593	59199	695	Europe/Paris
6438207	Eringhem	eringhem	Erengem,Eringem,ai lan gang,Еренгем,埃兰冈		FR	32	59	594	59200	473	Europe/Paris
6438208	Erquinghem-le-Sec	erquinghem-le-sec	Erkengem-le-Sek,Erquinghem-le-Sec,ai er ji gai mu lei sai ke,Еркенгем-ле-Сек,埃尔基盖姆勒塞克		FR	32	59	595	59201	590	Europe/Paris
6438209	Erquinghem-Lys	erquinghem-lys	Ehrkengem-Lis,Erkegem an de Leie,Erkengem-Li,Erkengem-Lis,ai er ji gai mu li si,Еркенгем-Ли,Еркенгем-Ліс,Эркенгем-Лис,埃尔基盖姆利斯		FR	32	59	595	59202	5081	Europe/Paris
6438210	Erre	erre	Err,Erre,ai er,Ерр,埃尔		FR	32	59	593	59203	1594	Europe/Paris
6438211	Escarmain	escarmain	Escarmain,Eskarmen,ai si ka er man,Ескармен,埃斯卡尔曼		FR	32	59	592	59204	469	Europe/Paris
6438212	Escaudain	escaudain	Ehskoden,Eskoden,ai si ke dan,Ескоден,Эскоден,埃斯科丹		FR	32	59	596	59205	9588	Europe/Paris
6438213	Escautpont	escautpont	Escautpont		FR	32	59	596	59207	4211	Europe/Paris
6438214	Escobecques	escobecques	Eskobek,ai si ke bei ke,Ескобек,埃斯科贝克		FR	32	59	595	59208	299	Europe/Paris
6438215	Esnes	esnes	En,Esnes,ai ne,Ен,埃讷		FR	32	59	592	59209	681	Europe/Paris
6438216	Esquelbecq	esquelbecq	Esquelbecq		FR	32	59	594	59210	2124	Europe/Paris
6438217	Estaires	estaires	Estaires		FR	32	59	594	59212	6406	Europe/Paris
6438218	Estourmel	estourmel	Estourmel,Esturmel',Eturmel,ai si tu mei er,Естурмель,Етурмел,埃斯图梅尔		FR	32	59	592	59213	460	Europe/Paris
6438219	Estrées	estrees	Estre,Estrees,Estrées,ai si te lei,Естре,埃斯特雷		FR	32	59	593	59214	1119	Europe/Paris
6438220	Estreux	estreux	Estre,Estreux,ai si te lei,Естре,埃斯特勒		FR	32	59	596	59215	947	Europe/Paris
6438221	Eswars	eswars	Esvar,Eswars,Evar,ai si wa er,Евар,Есвар,埃斯瓦尔		FR	32	59	592	59216	350	Europe/Paris
6438222	Eth	eth	Et,Eth,ai te,Ет,埃特		FR	32	59	591	59217	335	Europe/Paris
6438223	Estrun	estrun			FR	32	59	592	59219	711	Europe/Paris
6438224	Famars	famars	Famars		FR	32	59	596	59221	2505	Europe/Paris
6438225	Faumont	faumont	Faumont,Fomon,fu meng,Фомон,福蒙		FR	32	59	593	59222	2148	Europe/Paris
6438226	Féchain	fechain	Fechain,Féchain		FR	32	59	593	59224	1746	Europe/Paris
6438227	Feignies	feignies			FR	32	59	591	59225	6943	Europe/Paris
6438228	Felleries	felleries			FR	32	59	591	59226	1403	Europe/Paris
6438229	Fenain	fenain	Fenain,Fenen,fei nan,Фенен,费南		FR	32	59	593	59227	5323	Europe/Paris
6438230	Férin	ferin	Feren,Ferin,Férin,fei lan,Ферен,费兰		FR	32	59	593	59228	1472	Europe/Paris
6438231	Féron	feron	Feron,Féron		FR	32	59	591	59229	568	Europe/Paris
6438232	Ferrière-la-Grande	ferriere-la-grande	Ferriere-la-Grande,Ferrière-la-Grande		FR	32	59	591	59230	5311	Europe/Paris
6438233	Ferrière-la-Petite	ferriere-la-petite	Ferriere-la-Petite,Ferrière-la-Petite		FR	32	59	591	59231	1069	Europe/Paris
6438234	Flaumont-Waudrechies	flaumont-waudrechies	Flaumont-Waudrechies		FR	32	59	591	59233	382	Europe/Paris
6438235	Flers-en-Escrebieux	flers-en-escrebieux	Fle-an-Eskreb'e,Fle-an-Eskrebe,Fler-an-Ehskreb'jo,Flers-en-Escrebieux,fu lai er ang ai si ke lei bi yue,Фле-ан-Ескребье,Фле-ан-Ескребє,Флер-ан-Эскребьё,弗莱尔昂埃斯克雷比约		FR	32	59	593	59234	5876	Europe/Paris
6438236	Flesquières	flesquieres	Flesk'er,Flesker,Flesquieres,Flesquières,fu lai si ji ai,Флескьер,Флескєр,弗莱斯基埃		FR	32	59	592	59236	262	Europe/Paris
6438237	Flêtre	fletre	Fletre,Flêtre		FR	32	59	594	59237	974	Europe/Paris
6438238	Flines-lès-Mortagne	flines-les-mortagne	Flines-les-Mortagne,Flines-lès-Mortagne		FR	32	59	596	59238	1655	Europe/Paris
6438239	Floursies	floursies	Floursies		FR	32	59	591	59240	128	Europe/Paris
6438240	Floyon	floyon	Floyon		FR	32	59	591	59241	526	Europe/Paris
6438241	Fontaine-au-Bois	fontaine-au-bois	Fontaine-au-Bois		FR	32	59	591	59242	691	Europe/Paris
6438242	Fontaine-au-Pire	fontaine-au-pire	Fontaine-au-Pire		FR	32	59	592	59243	1213	Europe/Paris
6438243	Fontaine-Notre-Dame	fontaine-notre-dame	Fonten-Notr-Dam,fang dan nuo te da mu,Фонтен-Нотр-Дам,方丹诺特达姆		FR	32	59	592	59244	1782	Europe/Paris
6438244	Forest-en-Cambrésis	forest-en-cambresis	Forest-en-Cambresis,Forest-en-Cambrésis		FR	32	59	591	59246	555	Europe/Paris
6438245	Forest-sur-Marque	forest-sur-marque	Fore sir Mark,Fore-sjur-Mark,ma ke he pan fu lei,Форе сир Марк,Форе-сюр-Марк,马克河畔福雷		FR	32	59	595	59247	1447	Europe/Paris
6438247	Fourmies	fourmies	Fourmies,Furmi,fu er mi,Фурми,Фурмі,富尔米		FR	32	59	591	59249	12119	Europe/Paris
6438248	Fournes-en-Weppes	fournes-en-weppes	Fournes-en-Weppes,Furn an Vep,Furn-an-Vepp,fu er ne ang wei pu,Фурн ан Веп,Фурн-ан-Вепп,富尔讷昂韦普		FR	32	59	595	59250	2216	Europe/Paris
6438249	Frasnoy	frasnoy	Franoa,Franua,Frasnoy,fu la si nu wa,Франоа,Франуа,弗拉斯努瓦		FR	32	59	591	59251	379	Europe/Paris
6438250	Fresnes-sur-Escaut	fresnes-sur-escaut	Fren-sjur-Ehsko,Fren-sjur-Esko,Fresnes-sur-Escaut,ai si ke he pan fu lei ne,Френ-сюр-Еско,Френ-сюр-Эско,埃斯科河畔弗雷讷		FR	32	59	596	59253	7601	Europe/Paris
6438251	Fressain	fressain	Fressain,Fressen,fu lei sang,Фрессен,弗雷桑		FR	32	59	593	59254	884	Europe/Paris
6438252	Fressies	fressies	Fressi,Fressies,fu lei xi,Фресси,Фрессі,弗雷西		FR	32	59	592	59255	566	Europe/Paris
6438253	Fretin	fretin	Freten,Fretin,fu lei tan,Фретен,弗勒坦		FR	32	59	595	59256	3379	Europe/Paris
6438254	Fromelles	fromelles	Fromelles		FR	32	59	595	59257	917	Europe/Paris
6438255	Genech	genech	Genech		FR	32	59	595	59258	2685	Europe/Paris
6438256	Ghissignies	ghissignies	Ghissignies,Gisini,Gissini,ji xi ni,Гисињи,Гиссини,Гіссіні,吉西尼		FR	32	59	591	59259	525	Europe/Paris
6438257	Ghyvelde	ghyvelde	Ghyvelde,Gijvelde,Givel'd,Giveld,Gyvelde,ji fei er de,Гивелд,Гивельд,Гівельд,吉费尔德		FR	32	59	594	59260	4192	Europe/Paris
6438258	Glageon	glageon	Glageon		FR	32	59	591	59261	1831	Europe/Paris
6438259	Godewaersvelde	godewaersvelde	Godewaersvelde		FR	32	59	594	59262	2055	Europe/Paris
6438260	Gognies-Chaussée	gognies-chaussee	Gognies-Chaussee,Gognies-Chaussée		FR	32	59	591	59264	765	Europe/Paris
6438261	Gommegnies	gommegnies			FR	32	59	591	59265	2289	Europe/Paris
6438262	Gondecourt	gondecourt	Gondecourt		FR	32	59	595	59266	4004	Europe/Paris
6438263	Gonnelieu	gonnelieu	Gonelije,Gonnel'e,Gonnelieu,gong nei e,Гонелије,Гоннелье,Гоннельє,贡内略		FR	32	59	592	59267	313	Europe/Paris
6438265	Grand-Fayt	grand-fayt			FR	32	59	591	59270	508	Europe/Paris
6438266	Grande-Synthe	grande-synthe	Grande-Synthe		FR	32	59	594	59271	23294	Europe/Paris
6438267	Grand-Fort-Philippe	grand-fort-philippe	Grand-Fort-Philippe		FR	32	59	594	59272	5081	Europe/Paris
6438268	Gravelines	gravelines	Gravelines		FR	32	59	594	59273	11461	Europe/Paris
6438269	Gruson	gruson	Grjuzon,Gruson,ge lu song,Грюзон,格吕松		FR	32	59	595	59275	1204	Europe/Paris
6438270	Guesnain	guesnain	Guesnain		FR	32	59	593	59276	4651	Europe/Paris
6438271	Gussignies	gussignies	Gussignies		FR	32	59	591	59277	337	Europe/Paris
6438272	Halluin	halluin			FR	32	59	595	59279	20708	Europe/Paris
6438273	Hantay	hantay	Ante,Hantay,a ta,Анте,阿塔		FR	32	59	595	59281	1303	Europe/Paris
6438274	Hardifort	hardifort	Ardifor,Hardefoort,Hardifort,Harrevoorde,Harrevôorde,a er di fu er,Ардифор,Ардіфор,阿尔迪福尔		FR	32	59	594	59282	383	Europe/Paris
6438275	Hargnies	hargnies	Arni,a er ni,Арни,Арні,Арњи,阿尔尼		FR	32	59	591	59283	606	Europe/Paris
6438276	Hasnon	hasnon	Hasnon		FR	32	59	596	59284	3870	Europe/Paris
6438277	Haspres	haspres	Haspres		FR	32	59	596	59285	2757	Europe/Paris
6438278	Haucourt-en-Cambrésis	haucourt-en-cambresis	Haucourt-en-Cambresis,Haucourt-en-Cambrésis,Okur-an-Kambrezi,ou ku er ang kang bu lei xi,Окур-ан-Камбрези,Окур-ан-Камбрезі,欧库尔昂康布雷西		FR	32	59	592	59287	202	Europe/Paris
6438279	Haulchin	haulchin	Haulchin		FR	32	59	596	59288	2268	Europe/Paris
6438280	Haussy	haussy	Haussy,Osi,Ossi,ou xi,Оси,Осси,Оссі,欧西		FR	32	59	592	59289	1538	Europe/Paris
6438281	Hautmont	hautmont	Hautmont		FR	32	59	591	59291	14548	Europe/Paris
6438282	Haveluy	haveluy	Haveluy		FR	32	59	596	59292	3129	Europe/Paris
6438283	Haverskerque	haverskerque	Haverskerque		FR	32	59	594	59293	1441	Europe/Paris
6438284	Haynecourt	haynecourt	Enekur,Enkur,a ne ku er,Енекур,Енкур,阿讷库尔		FR	32	59	592	59294	325	Europe/Paris
6438285	Hazebrouck	hazebrouck	Hazebrouck		FR	32	59	594	59295	21685	Europe/Paris
6438286	Hecq	hecq	Ek,Hecq,ai ke,Ек,埃克		FR	32	59	591	59296	357	Europe/Paris
6438287	Hélesmes	helesmes	Elem,Helesmes,Hélesmes,ai lai mu,Елем,埃莱姆		FR	32	59	596	59297	1975	Europe/Paris
6438288	Hem-Lenglet	hem-lenglet	Hem-Lenglet		FR	32	59	592	59300	574	Europe/Paris
6438289	Hergnies	hergnies	Ehrn'i,Erni,Hergnies,ai er nie,Ерни,Ерні,Эрньи,埃尔涅		FR	32	59	596	59301	4415	Europe/Paris
6438290	Hérin	herin			FR	32	59	596	59302	4052	Europe/Paris
6438291	Herlies	herlies	Erli,ai er li,Ерли,Ерлі,埃尔利		FR	32	59	595	59303	2408	Europe/Paris
6438292	Herrin	herrin	Herrin		FR	32	59	595	59304	423	Europe/Paris
6438293	Herzeele	herzeele	Erzeel',Erzele,Herzeele,Herzele,ai er ze lei,Ерзеель,埃尔泽勒		FR	32	59	594	59305	1629	Europe/Paris
6438294	Hestrud	hestrud	Estrju,Hestrud,ai si te lu,Естрю,埃斯特吕		FR	32	59	591	59306	295	Europe/Paris
6438295	Holque	holque	Holke,Ol'k,Olke,ao er ke,Ольк,奥尔克		FR	32	59	594	59307	899	Europe/Paris
6438296	Hondeghem	hondeghem			FR	32	59	594	59308	970	Europe/Paris
6438297	Hondschoote	hondschoote	Hondschoote		FR	32	59	594	59309	4097	Europe/Paris
6438298	Hon-Hergies	hon-hergies	Hon-Hergies,On-Erzhi,weng er ri,Он-Ержи,Он-Ержі,翁尔日		FR	32	59	591	59310	853	Europe/Paris
6438299	Honnechy	honnechy	Honnechy		FR	32	59	592	59311	545	Europe/Paris
6438300	Hordain	hordain	Hordain		FR	32	59	596	59313	1408	Europe/Paris
6438301	Hornaing	hornaing			FR	32	59	593	59314	3553	Europe/Paris
6438302	Houdain-lez-Bavay	houdain-lez-bavay	Houdain-lez-Bavay,Uden-le-Bave,wu dan lai ba wei,Уден-ле-Баве,乌丹莱巴韦		FR	32	59	591	59315	876	Europe/Paris
6438303	Houplin-Ancoisne	houplin-ancoisne	Houplin-Ancoisne		FR	32	59	595	59316	3439	Europe/Paris
6438304	Houplines	houplines			FR	32	59	595	59317	7840	Europe/Paris
6438305	Houtkerque	houtkerque	Houtkerque		FR	32	59	594	59318	1005	Europe/Paris
6438306	Hoymille	hoymille	Hoymille		FR	32	59	594	59319	3224	Europe/Paris
6438307	Illies	illies	Illi,Illies,yi cun,Іллі,Илли,伊村		FR	32	59	595	59320	1546	Europe/Paris
6438308	Iwuy	iwuy	Iwuy		FR	32	59	592	59322	3336	Europe/Paris
6438309	Jenlain	jenlain	Jenlain		FR	32	59	591	59323	1134	Europe/Paris
6438310	Jeumont	jeumont	Jeumont		FR	32	59	591	59324	10185	Europe/Paris
6438311	Jolimetz	jolimetz	Jolimetz,Zholimec,ruo li mei ci,Жолимец,Жолімец,若利梅兹		FR	32	59	591	59325	873	Europe/Paris
6438312	Lallaing	lallaing	Lallaing,Lallen,la lan,Лаллен,拉兰		FR	32	59	593	59327	6164	Europe/Paris
6438313	Lambersart	lambersart	Lambersart		FR	32	59	595	59328	27618	Europe/Paris
6438314	Landas	landas	Landa,Landas,lang da,Ланда,لانڈاس,朗达		FR	32	59	593	59330	2402	Europe/Paris
6438315	Landrecies	landrecies	Landrecies		FR	32	59	591	59331	3491	Europe/Paris
6438316	Larouillies	larouillies	Larouillies		FR	32	59	591	59333	257	Europe/Paris
6438317	Lauwin-Planque	lauwin-planque	Lauwin-Planque,Loven-Plank,luo wan pu lang ke,Ловен-Планк,洛万普朗克		FR	32	59	593	59334	1715	Europe/Paris
6438318	Lecelles	lecelles	Lecelles,Lesel',lei sai lei,Лесель,勒塞勒		FR	32	59	596	59335	2791	Europe/Paris
6438319	Lécluse	lecluse	Lecluse,Lekljuz,Lécluse,lai ke lu si,Леклюз,莱克吕斯		FR	32	59	593	59336	1369	Europe/Paris
6438320	Lederzeele	lederzeele	Lederzeel',Lederzeele,Lederzele,lai de er ze lei,Ледерзеель,莱德尔泽勒		FR	32	59	594	59337	667	Europe/Paris
6438321	Ledringhem	ledringhem			FR	32	59	594	59338	664	Europe/Paris
6438322	Leers	leers	Leers		FR	32	59	595	59339	9546	Europe/Paris
6438323	Leffrinckoucke	leffrinckoucke	Leffrinckoucke		FR	32	59	594	59340	4277	Europe/Paris
6438324	Lesdain	lesdain			FR	32	59	592	59341	408	Europe/Paris
6438325	Lesquin	lesquin	Lesquin		FR	32	59	595	59343	7912	Europe/Paris
6438326	Leval	leval	Leval',lei wa er,Леваль,勒瓦尔		FR	32	59	591	59344	2465	Europe/Paris
6438328	Lezennes	lezennes			FR	32	59	595	59346	3143	Europe/Paris
6438329	Liessies	liessies	Liessies		FR	32	59	591	59347	531	Europe/Paris
6438330	Lieu-Saint-Amand	lieu-saint-amand	L'e-Sent-Aman,Lieu-Saint-Amand,e sheng a mang,Лье-Сент-Аман,Льє-Сент-Аман,略圣阿芒		FR	32	59	596	59348	1325	Europe/Paris
6438331	Ligny-en-Cambrésis	ligny-en-cambresis	Ligny-en-Cambresis,Ligny-en-Cambrésis		FR	32	59	592	59349	1899	Europe/Paris
6438332	Limont-Fontaine	limont-fontaine	Limon-Fonten,Limont-Fontaine,li meng fang dan,Лимон-Фонтен,Лімон-Фонтен,利蒙方丹		FR	32	59	591	59351	561	Europe/Paris
6438333	Linselles	linselles	Linselles		FR	32	59	595	59352	8356	Europe/Paris
6438334	Locquignol	locquignol	Locquignol,Lokin'ol',luo ji ni ao er,Локиньоль,Локіньоль,洛基尼奥尔		FR	32	59	591	59353	370	Europe/Paris
6438335	Loffre	loffre	Loffre		FR	32	59	593	59354	737	Europe/Paris
6438336	Lompret	lompret	Lompret		FR	32	59	595	59356	2301	Europe/Paris
6438337	Looberghe	looberghe	Loberge,Looberg,luo bei he,Лооберг,洛贝赫		FR	32	59	594	59358	1183	Europe/Paris
6438338	Loon-Plage	loon-plage	Loon-Plage		FR	32	59	594	59359	6209	Europe/Paris
6438339	Lourches	lourches	Lourches,Lursh,lu er shen,Лурш,卢尔什		FR	32	59	596	59361	3942	Europe/Paris
6438340	Louvignies-Quesnoy	louvignies-quesnoy	Louvignies-Quesnoy,Luvini-Kenua,lu wei ni kai nu wa,Лувини-Кенуа,Лувіні-Кенуа,卢维尼凯努瓦		FR	32	59	591	59363	936	Europe/Paris
6438341	Louvil	louvil	Louvil		FR	32	59	595	59364	828	Europe/Paris
6438342	Louvroil	louvroil	Louvroil,Luvrual',lu fu lu wa lei,Лувруаль,卢夫鲁瓦勒		FR	32	59	591	59365	6558	Europe/Paris
6438343	Lynde	lynde	Lind,Linde,Lynde,lan de,Линд,Лінд,兰德		FR	32	59	594	59366	750	Europe/Paris
6438344	Maing	maing			FR	32	59	596	59369	4074	Europe/Paris
6438345	Mairieux	mairieux	Mairieux		FR	32	59	591	59370	740	Europe/Paris
6438346	Marbaix	marbaix	Marbaix		FR	32	59	591	59374	487	Europe/Paris
6438347	Marcoing	marcoing	Markuehn,Markuen,ma er kuan,Маркуен,Маркуэн,马尔宽		FR	32	59	592	59377	1881	Europe/Paris
6438348	Marcq-en-Ostrevent	marcq-en-ostrevent	Mark-an-Ostrevan,ma er kang ao si te lei wang,Марк-ан-Остреван,马尔康奥斯特雷旺		FR	32	59	593	59379	727	Europe/Paris
6438349	Maresches	maresches	Maresh,ma lei shen,Мареш,马雷什		FR	32	59	591	59381	828	Europe/Paris
6438350	Maretz	maretz	Marec,Maretz,ma lei ci,Марец,马雷兹		FR	32	59	592	59382	1462	Europe/Paris
6438351	Marly	marly	Marli,Marly,ma er li,Марли,Марлі,马尔利		FR	32	59	596	59383	11495	Europe/Paris
6438352	Maroilles	maroilles	Marual',ma lu wa ye,Маруаль,马鲁瓦耶		FR	32	59	591	59384	1391	Europe/Paris
6438353	Marpent	marpent	Marpent		FR	32	59	591	59385	2758	Europe/Paris
6438354	Marquillies	marquillies	Marquillies		FR	32	59	595	59388	1986	Europe/Paris
6438355	Masnières	masnieres	Masnieres,Masnières		FR	32	59	592	59389	2704	Europe/Paris
6438356	Masny	masny			FR	32	59	593	59390	4132	Europe/Paris
6438357	Mastaing	mastaing	Mastaing,Masten,ma si tan,Мастен,马斯坦		FR	32	59	596	59391	853	Europe/Paris
6438358	Maulde	maulde	Maulde		FR	32	59	596	59393	1016	Europe/Paris
6438359	Maurois	maurois	Maurois		FR	32	59	592	59394	391	Europe/Paris
6438360	Mazinghien	mazinghien	Mazinghien		FR	32	59	592	59395	306	Europe/Paris
6438361	Mecquignies	mecquignies	Mecquignies,Mekini,mei ke nie,Мекини,Мекіні,梅克涅		FR	32	59	591	59396	692	Europe/Paris
6438362	Merckeghem	merckeghem	Merckeghem		FR	32	59	594	59397	586	Europe/Paris
6438363	Mérignies	merignies	Merignies,Mérignies		FR	32	59	595	59398	2998	Europe/Paris
6438364	Merris	merris	Merri,Merris,mei er li,Мерри,Меррі,梅尔里		FR	32	59	594	59399	1025	Europe/Paris
6438365	Merville	merville	Meregem,Mervil',Merville,mei wei er,Мервиль,Мервіль,梅维尔		FR	32	59	594	59400	9842	Europe/Paris
6438366	Millam	millam	Millam,mi lang,Миллам,Міллам,米朗		FR	32	59	594	59402	809	Europe/Paris
6438367	Millonfosse	millonfosse	Millonfoss,Millonfosse,mi long fu si,Миллонфосс,Міллонфосс,米隆福斯		FR	32	59	596	59403	708	Europe/Paris
6438368	Monceau-Saint-Waast	monceau-saint-waast	Monceau-Saint-Waast		FR	32	59	591	59406	495	Europe/Paris
6438369	Monchaux-sur-Écaillon	monchaux-sur-ecaillon	Monchaux-sur-Ecaillon,Monchaux-sur-Écaillon		FR	32	59	596	59407	542	Europe/Paris
6438370	Monchecourt	monchecourt	Monshekur,meng she ku er,Моншекур,蒙舍库尔		FR	32	59	593	59409	2493	Europe/Paris
6438371	Mons-en-Pévèle	mons-en-pevele	Mons-en-Pevele,Mons-en-Pévèle		FR	32	59	595	59411	2125	Europe/Paris
6438372	Montay	montay	Montay		FR	32	59	592	59412	306	Europe/Paris
6438373	Montigny-en-Cambrésis	montigny-en-cambresis	Montin'i-an-Kambrezi,meng di ni ang kang bu lei xi,Монтиньи-ан-Камбрези,Монтіньї-ан-Камбрезі,蒙蒂尼昂康布雷西		FR	32	59	592	59413	564	Europe/Paris
6438374	Montrécourt	montrecourt	Monrekur,Montrecourt,Montrécourt,meng te lei ku er,Монрекур,蒙特雷库尔		FR	32	59	592	59415	228	Europe/Paris
6438375	Morbecque	morbecque	Moerbeke,Morbecque,Morbek,mo er bei ke,Морбек,莫尔贝克		FR	32	59	594	59416	2556	Europe/Paris
6438376	Mortagne-du-Nord	mortagne-du-nord	Mortagne-du-Nord		FR	32	59	596	59418	1642	Europe/Paris
6438377	Mouchin	mouchin	Mushen,mu shang,Мушен,穆尚		FR	32	59	595	59419	1397	Europe/Paris
6438378	Moustier-en-Fagne	moustier-en-fagne	Moustier-en-Fagne		FR	32	59	591	59420	61	Europe/Paris
6438379	Mouvaux	mouvaux	Mouvaux		FR	32	59	595	59421	13326	Europe/Paris
6438380	Naves	naves	Nav,Naves,ne wei,Нав,讷韦		FR	32	59	592	59422	637	Europe/Paris
6438381	Neuf-Berquin	neuf-berquin	Nef-Berken,Nieuw-Berkijn,Nieuw-Berkyn,ne fu bei er kan,Неф-Беркен,讷夫贝尔坎		FR	32	59	594	59423	1219	Europe/Paris
6438382	Neuf-Mesnil	neuf-mesnil	Nef-Menij,ne fu mei ni lei,Неф-Мений,Неф-Меній,讷夫梅尼勒		FR	32	59	591	59424	1337	Europe/Paris
6438383	Neuville-en-Avesnois	neuville-en-avesnois	Nevil'-an-Avenua,ne wei er ang a wei nu wa,Невиль-ан-Авенуа,Невіль-ан-Авенуа,讷维尔昂阿韦努瓦		FR	32	59	591	59425	305	Europe/Paris
6438662	Cuvergnon	cuvergnon			FR	32	60	604	60190	288	Europe/Paris
6438384	Neuville-en-Ferrain	neuville-en-ferrain	Neuville-en-Ferrain		FR	32	59	595	59426	10371	Europe/Paris
6438385	Neuville-Saint-Rémy	neuville-saint-remy	Neuville-Saint-Remy,Neuville-Saint-Rémy		FR	32	59	592	59428	3807	Europe/Paris
6438386	Nieppe	nieppe	Nieppe		FR	32	59	594	59431	7449	Europe/Paris
6438387	Niergnies	niergnies	Niergnies		FR	32	59	592	59432	510	Europe/Paris
6438388	Nomain	nomain	Nomain		FR	32	59	593	59435	2497	Europe/Paris
6438389	Noordpeene	noordpeene	Noordpeene		FR	32	59	594	59436	789	Europe/Paris
6438390	Noyelles-lès-Seclin	noyelles-les-seclin	Noyelles-les-Seclin,Noyelles-lès-Seclin		FR	32	59	595	59437	879	Europe/Paris
6438391	Noyelles-sur-Sambre	noyelles-sur-sambre	Noyelles-sur-Sambre		FR	32	59	591	59439	288	Europe/Paris
6438392	Noyelles-sur-Selle	noyelles-sur-selle	Noyelles-sur-Selle,Nuael'-sjur-Sel',sai er he pan nu wa ye er,Нуаель-сюр-Сель,Нуаєль-сюр-Сель,塞尔河畔努瓦耶尔		FR	32	59	596	59440	711	Europe/Paris
6438393	Obies	obies	Obies		FR	32	59	591	59441	710	Europe/Paris
6438394	Obrechies	obrechies	Obrechies,Obreshi,ao bu lei xi,Обреши,Обреші,奥布雷希		FR	32	59	591	59442	268	Europe/Paris
6438395	Ochtezeele	ochtezeele	Ochtezele,Oshtezeel',ao ke te ze lei,Оштезеель,奥克特泽勒		FR	32	59	594	59443	383	Europe/Paris
6438396	Odomez	odomez	Odome,Odomez,ao duo mei ci,Одоме,奥多梅兹		FR	32	59	596	59444	932	Europe/Paris
6438397	Ohain	ohain	Oen,Ohain,ao an,Оен,奥安		FR	32	59	591	59445	1204	Europe/Paris
6438398	Onnaing	onnaing	Onnaing,Onnen,ao nan,Оннен,奥南		FR	32	59	596	59447	8782	Europe/Paris
6438399	Oost-Cappel	oost-cappel	Oost-Cappel		FR	32	59	594	59448	471	Europe/Paris
6438400	Ors	ors	Ors		FR	32	59	592	59450	651	Europe/Paris
6438401	Orsinval	orsinval	Orsinval		FR	32	59	591	59451	545	Europe/Paris
6438402	Ostricourt	ostricourt	Ostricourt		FR	32	59	595	59452	5375	Europe/Paris
6438403	Oudezeele	oudezeele	Oudezeele,Oudezele,Udezeel',awdzlh,wu dai ze lei,Удезеель,اودزله,اودزیلے,乌代泽勒		FR	32	59	594	59453	685	Europe/Paris
6438404	Paillencourt	paillencourt	Paillencourt,Pajankur,pa yang ku er,Паянкур,帕扬库尔		FR	32	59	592	59455	992	Europe/Paris
6438405	Pecquencourt	pecquencourt	Pecquencourt		FR	32	59	593	59456	5973	Europe/Paris
6438406	Pérenchies	perenchies	Peranshi,Perenchies,Pérenchies,pei lang xi,Перанши,Перанші,佩朗希		FR	32	59	595	59457	8366	Europe/Paris
6438407	Péronne-en-Mélantois	peronne-en-melantois	Peronn-an-Melantua,Peronne-en-Melantois,Péronne-en-Mélantois,pei luo nan mei lang tu wa,Перонн-ан-Мелантуа,佩罗南梅朗图瓦		FR	32	59	595	59458	903	Europe/Paris
6438408	Petit-Fayt	petit-fayt	Petit-Fayt		FR	32	59	591	59461	305	Europe/Paris
6438409	Phalempin	phalempin	Phalempin		FR	32	59	595	59462	4757	Europe/Paris
6438410	Pitgam	pitgam	Pitgam		FR	32	59	594	59463	958	Europe/Paris
6438411	Poix-du-Nord	poix-du-nord	Pua-dju-Nor,bei pu wa,Пуа-дю-Нор,北普瓦		FR	32	59	591	59464	2199	Europe/Paris
6438412	Pommereuil	pommereuil	Le Pommereuil,Le-Pommerej,Pommereuil,bo mu lei yi,Ле-Поммерей,波姆勒伊		FR	32	59	592	59465	774	Europe/Paris
6438413	Pont-à-Marcq	pont-a-marcq	Pont-a-Marcq,Pont-à-Marcq		FR	32	59	595	59466	2895	Europe/Paris
6438414	Pont-sur-Sambre	pont-sur-sambre	Pont-sur-Sambre		FR	32	59	591	59467	2542	Europe/Paris
6438415	Pradelles	pradelles	Pradeels,Pradel',Pradelles,pu la dai lei,Прадель,普拉代勒		FR	32	59	594	59469	385	Europe/Paris
6438416	Prémesques	premesques	Premesques,Prémesques		FR	32	59	595	59470	2138	Europe/Paris
6438417	Préseau	preseau	Preseau,Préseau		FR	32	59	596	59471	1920	Europe/Paris
6438418	Preux-au-Bois	preux-au-bois	Pre-o-Bua,Preux-au-Bois,pu lei ou bu wa,Пре-о-Буа,普勒欧布瓦		FR	32	59	591	59472	845	Europe/Paris
6438419	Preux-au-Sart	preux-au-sart	Pre-o-Sar,Preux-au-Sart,pu lei ou sa er,Пре-о-Сар,普勒欧萨尔		FR	32	59	591	59473	309	Europe/Paris
6438420	Prisches	prisches	Prisches		FR	32	59	591	59474	1081	Europe/Paris
6438421	Prouvy	prouvy	Prouvy,Pruvi,pu lu wei,Пруви,Пруві,普鲁维		FR	32	59	596	59475	2290	Europe/Paris
6438422	Proville	proville			FR	32	59	592	59476	3165	Europe/Paris
6438423	Provin	provin	Proven,Provin,pu luo wan,Провен,普罗万		FR	32	59	595	59477	4242	Europe/Paris
6438424	Quaëdypre	quaedypre	Kaedipr,Kwaadieper,Kwoadyper,Quaedypre,Quaëdypre,kai ai di pu er,Каедипр,Каедіпр,凯埃迪普尔		FR	32	59	594	59478	1078	Europe/Paris
6438425	Quarouble	quarouble	Karubl',Quarouble,kai lu bu lei,Карубль,凯鲁布勒		FR	32	59	596	59479	3015	Europe/Paris
6438426	Quérénaing	querenaing	Kerenen,Querenaing,Quérénaing,kai lei nan,Керенен,凯雷南		FR	32	59	596	59480	905	Europe/Paris
6438427	Quesnoy-sur-Deûle	quesnoy-sur-deule	Quesnoy-sur-Deule,Quesnoy-sur-Deûle		FR	32	59	595	59482	6780	Europe/Paris
6438428	Quiévelon	quievelon	K'evelon,Kevelon,Quievelon,Quiévelon,ji ye wei long,Кьевелон,Кєвелон,基耶韦隆		FR	32	59	591	59483	129	Europe/Paris
6438429	Quiévrechain	quievrechain			FR	32	59	596	59484	6358	Europe/Paris
6438430	Quiévy	quievy	Quievy,Quiévy		FR	32	59	592	59485	1765	Europe/Paris
6438431	Radinghem-en-Weppes	radinghem-en-weppes	Radengem-an-Vepp,Radinghem-en-Weppes,la dan gang ang wei pu,Раденгем-ан-Вепп,拉丹冈昂韦普		FR	32	59	595	59487	1365	Europe/Paris
6438432	Raimbeaucourt	raimbeaucourt	Raimbeaucourt		FR	32	59	593	59489	4055	Europe/Paris
6438433	Rainsars	rainsars			FR	32	59	591	59490	184	Europe/Paris
6438434	Raismes	raismes	Raismes		FR	32	59	596	59491	12642	Europe/Paris
6438435	Ramillies	ramillies	Ramii,la mi yi,Рамии,Рамії,拉米伊		FR	32	59	592	59492	597	Europe/Paris
6438436	Ramousies	ramousies	Ramousies		FR	32	59	591	59493	229	Europe/Paris
6438437	Raucourt-au-Bois	raucourt-au-bois	Raucourt-au-Bois,Rokur-o-Bua,luo ku er ou bu wa,Рокур-о-Буа,罗库尔欧布瓦		FR	32	59	591	59494	173	Europe/Paris
6438438	Recquignies	recquignies	Recquignies,Rekini,lei ke nie,Рекини,Рекіні,雷克涅		FR	32	59	591	59495	2401	Europe/Paris
6438439	Rejet-de-Beaulieu	rejet-de-beaulieu	Rejet-de-Beaulieu		FR	32	59	592	59496	270	Europe/Paris
6438440	Renescure	renescure	Renescure		FR	32	59	594	59497	2089	Europe/Paris
6438441	Reumont	reumont	Remon,Reumont,lei meng,Ремон,勒蒙		FR	32	59	592	59498	368	Europe/Paris
6438442	Rexpoëde	rexpoede	Rexpoede,Rexpoëde		FR	32	59	594	59499	2027	Europe/Paris
6438443	Ribécourt-la-Tour	ribecourt-la-tour	Ribecourt-la-Tour,Ribekur-la-Tur,Ribécourt-la-Tour,li bei ku er la tu er,Рибекур-ла-Тур,里贝库尔拉图尔		FR	32	59	592	59500	375	Europe/Paris
6438444	Rieulay	rieulay			FR	32	59	593	59501	1360	Europe/Paris
6438445	Rieux-en-Cambrésis	rieux-en-cambresis	R'e-an-Kambrezi,Re-an-Kambrezi,e ang kang bu lei xi,Рье-ан-Камбрези,Рє-ан-Камбрезі,略昂康布雷西		FR	32	59	592	59502	1460	Europe/Paris
6438446	Robersart	robersart	Robersart		FR	32	59	591	59503	177	Europe/Paris
6438447	Rombies-et-Marchipont	rombies-et-marchipont	Rombi-e-Marshipon,Rombies-et-Marchipont,luo bie ma er xi peng,Ромби-е-Маршипон,Ромбі-е-Маршипон,罗别马尔希蓬		FR	32	59	596	59505	760	Europe/Paris
6438448	Romeries	romeries	Romeri,luo mei li,Ромери,Ромері,罗梅里		FR	32	59	592	59506	440	Europe/Paris
6438449	Ronchin	ronchin	Ronchin		FR	32	59	595	59507	19074	Europe/Paris
6438450	Roncq	roncq	Roncq		FR	32	59	595	59508	13475	Europe/Paris
6438451	Roost-Warendin	roost-warendin	Roos-Varanden,Roost-Warendin,Ros-Varanden,luo si te wa lang dan,Роос-Варанден,Рос-Варанден,罗斯特瓦朗丹		FR	32	59	593	59509	6191	Europe/Paris
6438452	Roubaix	roubaix	Roubaix		FR	32	59	595	59512	96412	Europe/Paris
6438453	Roucourt	roucourt	Rukur,lu ku er,Рукур,鲁库尔		FR	32	59	593	59513	450	Europe/Paris
6438454	Rousies	rousies	Rousies		FR	32	59	591	59514	4015	Europe/Paris
6438455	Rouvignies	rouvignies	Rouvignies,Ruvini,lu wei nie,Рувини,Рувіні,鲁维涅		FR	32	59	596	59515	660	Europe/Paris
6438456	Rubrouck	rubrouck	Rjubruk,Rubroek,Rubrouck,lu bu lu ke,Рюбрук,吕布鲁克		FR	32	59	594	59516	944	Europe/Paris
6438457	Ruesnes	ruesnes	Ruesnes		FR	32	59	591	59518	439	Europe/Paris
6438458	Rumegies	rumegies	Rjumezhi,Rumegies,lu mu ri,Рюмежи,Рюмежі,吕姆日		FR	32	59	596	59519	1763	Europe/Paris
6438459	Rumilly-en-Cambrésis	rumilly-en-cambresis	Rjumii-an-Kambrezi,Rumilly-en-Cambresis,Rumilly-en-Cambrésis,lu mi yi ang kang bu lei xi,Рюмии-ан-Камбрези,Рюмії-ан-Камбрезі,吕米伊昂康布雷西		FR	32	59	592	59520	1462	Europe/Paris
6438460	Sailly-lez-Cambrai	sailly-lez-cambrai	Sai-le-Kambre,sa yi lai kang bu lei,Саи-ле-Камбре,Саї-ле-Камбре,سیلے-لیز-کمبری,萨伊莱康布雷		FR	32	59	592	59521	468	Europe/Paris
6438461	Sainghin-en-Mélantois	sainghin-en-melantois	Sainghin-en-Melantois,Sainghin-en-Mélantois,Sengen-an-Melantua,sang gan ang mei lang tu wa,Сенген-ан-Мелантуа,سینگھن-این -ملانتوس,桑甘昂梅朗图瓦		FR	32	59	595	59523	2687	Europe/Paris
6438462	Sainghin-en-Weppes	sainghin-en-weppes	Sainghin-en-Weppes,Sengen-an-Vep,Sengen-an-Vepp,sang gan ang wei pu,Сенген-ан-Веп,Сенген-ан-Вепп,سینگھن-این -واپس,桑甘昂韦普		FR	32	59	595	59524	5640	Europe/Paris
6438463	Sains-du-Nord	sains-du-nord	Sains-du-Nord		FR	32	59	591	59525	2939	Europe/Paris
6438464	Saint-Amand-les-Eaux	saint-amand-les-eaux			FR	32	59	596	59526	16147	Europe/Paris
6438465	Saint-Aubert	saint-aubert	Saint-Aubert,Sent-Ober,sheng ou bei er,Сент-Обер,سینٹ-عبرت، نورد,圣欧贝尔		FR	32	59	592	59528	1569	Europe/Paris
6438466	Saint-Aybert	saint-aybert	Saint-Aybert,Sent-Eber,sheng ai bei er,Сент-Ебер,سینٹ-ےبرٹ,圣艾贝尔		FR	32	59	596	59530	373	Europe/Paris
6438467	Saint-Benin	saint-benin	Saint-Benin,Sen-Benen,sheng bo nan,Сен-Бенен,سینٹ-بنیں,圣伯南		FR	32	59	592	59531	338	Europe/Paris
6438468	Saint-Georges-sur-l'Aa	saint-georges-sur-l-aa	Saint-Georges-sur-l'Aa		FR	32	59	594	59532	309	Europe/Paris
6438469	Saint-Hilaire-lez-Cambrai	saint-hilaire-lez-cambrai	Saint-Hilaire-lez-Cambrai		FR	32	59	592	59533	1630	Europe/Paris
6438470	Saint-Hilaire-sur-Helpe	saint-hilaire-sur-helpe	Saint-Hilaire-sur-Helpe		FR	32	59	591	59534	809	Europe/Paris
6438471	Saint-Jans-Cappel	saint-jans-cappel	Saint-Jans-Cappel		FR	32	59	594	59535	1730	Europe/Paris
6438472	Sainte-Marie-Cappel	sainte-marie-cappel	Sainte-Marie-Cappel,Sent-Mari-Kappel',Sint-Maria-Kapel,Sint-Mariakappel,sheng ma li ka pei lei,Сент-Мари-Каппель,Сент-Марі-Каппель,سین-مرے-کپپیل,圣玛丽卡佩勒		FR	32	59	594	59536	878	Europe/Paris
6438473	Saint-Martin-sur-Écaillon	saint-martin-sur-ecaillon	Saint-Martin-sur-Ecaillon,Saint-Martin-sur-Écaillon,Sen-Marten-sjur-Ekajon,ai ka yong he pan sheng ma dan,Сен-Мартен-сюр-Екайон,سینٹ-مارٹن-سر-یکیلوں,埃卡永河畔圣马丹		FR	32	59	592	59537	520	Europe/Paris
6438474	Saint-Momelin	saint-momelin	Saint-Momelin,Sen-Momelen,Sint-Momelijn,Sint-Momelingn,sheng mo mo lan,Сен-Момелен,سینٹ-مومیلن,圣莫默兰		FR	32	59	594	59538	480	Europe/Paris
6438475	Saint-Pierre-Brouck	saint-pierre-brouck	Saint-Pierre-Brouck		FR	32	59	594	59539	993	Europe/Paris
6438477	Saint-Python	saint-python	Sen-Piton,sheng pi dun,Сен-Питон,Сен-Пітон,سین-پائیتھون,圣皮顿		FR	32	59	592	59541	1012	Europe/Paris
6438478	Saint-Remy-Chaussée	saint-remy-chaussee	Saint-Remy-Chaussee,Saint-Remy-Chaussée,Sen-Remi-Shosse,sheng lei mi shao sai,Сен-Реми-Шоссе,Сен-Ремі-Шоссе,سین-رمے-چوسے,圣雷米绍塞		FR	32	59	591	59542	510	Europe/Paris
6438479	Saint-Saulve	saint-saulve	Saint-Saulve		FR	32	59	596	59544	11161	Europe/Paris
6438480	Saint-Souplet	saint-souplet	Saint-Souplet		FR	32	59	592	59545	1233	Europe/Paris
6438481	Saint-Sylvestre-Cappel	saint-sylvestre-cappel	Sen-Sil'vestr-Kappel',Sint-Silvester-Kapel,Sint-Silvesterkappel,sheng xi er wei si te ka pei lei,Сен-Сильвестр-Каппель,Сен-Сільвестр-Каппель,圣锡尔韦斯特卡佩勒		FR	32	59	594	59546	1171	Europe/Paris
6438482	Salesches	salesches	Salesches,Salesh,sa lei shen,Салеш,萨勒什		FR	32	59	591	59549	291	Europe/Paris
6438483	Salomé	salome	Salome,Salomé,sa luo mei,Саломе,萨洛梅		FR	32	59	595	59550	2969	Europe/Paris
6438484	Saméon	sameon	Sameon,Saméon,sa mei weng,Самеон,萨梅翁		FR	32	59	593	59551	1641	Europe/Paris
6438485	Sancourt	sancourt	Sancourt,Sankur,sang ku er,Санкур,桑库尔		FR	32	59	592	59552	198	Europe/Paris
6438486	Santes	santes	Santes		FR	32	59	595	59553	5768	Europe/Paris
6438787	Lavacquerie	lavacquerie	Lavacquerie		FR	32	60	601	60353	208	Europe/Paris
6438487	Sars-et-Rosières	sars-et-rosieres	Sar-e-Roz'er,sa er luo xi ye er,Сар-е-Розьер,Сар-е-Розьєр,萨尔罗西耶尔		FR	32	59	596	59554	574	Europe/Paris
6438488	Sars-Poteries	sars-poteries	Sars-Poteries		FR	32	59	591	59555	1463	Europe/Paris
6438489	Sassegnies	sassegnies			FR	32	59	591	59556	275	Europe/Paris
6438490	Saultain	saultain	Saultain		FR	32	59	596	59557	2339	Europe/Paris
6438491	Saulzoir	saulzoir			FR	32	59	592	59558	1787	Europe/Paris
6438492	Sebourg	sebourg	Sebourg		FR	32	59	596	59559	1966	Europe/Paris
6438493	Sémeries	semeries	Semeries,Sémeries		FR	32	59	591	59562	546	Europe/Paris
6438494	Semousies	semousies	Semousies,Semuzi,sai mu xi,Семузи,Семузі,塞穆西		FR	32	59	591	59563	246	Europe/Paris
6438495	Sepmeries	sepmeries			FR	32	59	591	59565	672	Europe/Paris
6438496	Sequedin	sequedin	Sekeden,Sequedin,sai ke dan,Секеден,塞克丹		FR	32	59	595	59566	4700	Europe/Paris
6438497	Sercus	sercus	Serkju,Zerkel,sai er qu,Серкю,塞尔屈		FR	32	59	594	59568	450	Europe/Paris
6438498	Sin-le-Noble	sin-le-noble	Sen-le-Nobl',Sin-le-Noble,Sin-le-Nope,sang lei nuo bu lei,Сен-ле-Нобль,桑勒诺布勒		FR	32	59	593	59569	15446	Europe/Paris
6438499	Socx	socx	Soks,suo ke,Сокс,索科		FR	32	59	594	59570	934	Europe/Paris
6438500	Solesmes	solesmes	Solem,Solesmes,suo lai mu,Солем,索莱姆		FR	32	59	592	59571	4387	Europe/Paris
6438501	Solre-le-Château	solre-le-chateau	Solre-le-Chateau,Solre-le-Château		FR	32	59	591	59572	1832	Europe/Paris
6438502	Solrinnes	solrinnes	Sol'rinn,suo er li ne,Сольринн,索尔里讷		FR	32	59	591	59573	136	Europe/Paris
6438503	Somain	somain	Somain,Somen,suo man,Сомен,索曼		FR	32	59	593	59574	12488	Europe/Paris
6438504	Sommaing	sommaing			FR	32	59	592	59575	421	Europe/Paris
6438505	Spycker	spycker			FR	32	59	594	59576	1807	Europe/Paris
6438506	Staple	staple	Stapel,Stapl',Staple,Stoapel,si ta pu lei,Стапль,斯塔普勒		FR	32	59	594	59577	665	Europe/Paris
6438507	Steenbecque	steenbecque	Steenbecque		FR	32	59	594	59578	1707	Europe/Paris
6438508	Steene	steene	Steene		FR	32	59	594	59579	1335	Europe/Paris
6438509	Steenvoorde	steenvoorde			FR	32	59	594	59580	4344	Europe/Paris
6438510	Steenwerck	steenwerck	Steenwerck		FR	32	59	594	59581	3624	Europe/Paris
6438511	Strazeele	strazeele			FR	32	59	594	59582	951	Europe/Paris
6438512	Taisnières-en-Thiérache	taisnieres-en-thierache	Taisnieres-en-Thierache,Taisnières-en-Thiérache		FR	32	59	591	59583	464	Europe/Paris
6438513	Taisnières-sur-Hon	taisnieres-sur-hon	Taisnieres-sur-Hon,Taisnières-sur-Hon		FR	32	59	591	59584	978	Europe/Paris
6438514	Templemars	templemars			FR	32	59	595	59585	3356	Europe/Paris
6438515	Templeuve-en-Pévèle	templeuve-en-pevele	Tamplev,Tampljov,Templeuve-en-Pevele,Templeuve-en-Pévèle,tang pu lei fu,Тамплев,Тамплёв,唐普勒弗		FR	32	59	595	59586	5930	Europe/Paris
6438516	Terdeghem	terdeghem	Terdeghem		FR	32	59	594	59587	548	Europe/Paris
6438517	Téteghem-Coudekerque-Village	teteghem-coudekerque-village	Tetegem,Teteghem-Coudekerque-Village,Téteghem-Coudekerque-Village,tai tai gai mu,ttgm,Тетегем,تتگم,泰泰盖姆		FR	32	59	594	59588	8113	Europe/Paris
6438518	Thiant	thiant	Thiant		FR	32	59	596	59589	2837	Europe/Paris
6438519	Thiennes	thiennes	T'enn,Thiennes,Tienen,Tienn,di ye ne,Тьенн,Тьєнн,蒂耶讷		FR	32	59	594	59590	910	Europe/Paris
6438520	Thivencelle	thivencelle	Thivencelle		FR	32	59	596	59591	852	Europe/Paris
6438521	Thumeries	thumeries	Thumeries,Tjumeri,di mu li,Тюмери,Тюмері,蒂姆里		FR	32	59	595	59592	3915	Europe/Paris
6438522	Thun-Saint-Amand	thun-saint-amand	Ten-Sent-Aman,Thun-Saint-Amand,di an sheng a mang,Тен-Сент-Аман,蒂安圣阿芒		FR	32	59	596	59594	1131	Europe/Paris
6438523	Thun-Saint-Martin	thun-saint-martin	Thun-Saint-Martin		FR	32	59	592	59595	521	Europe/Paris
6438524	Tilloy-lez-Marchiennes	tilloy-lez-marchiennes	Tilloy-lez-Marchiennes		FR	32	59	593	59596	527	Europe/Paris
6438525	Toufflers	toufflers	Toufflers		FR	32	59	595	59598	3923	Europe/Paris
6438526	Tourcoing	tourcoing			FR	32	59	595	59599	97476	Europe/Paris
6438527	Tourmignies	tourmignies	Tourmignies,Turmini,tu er mi ni,Турмини,Турміні,图尔米尼		FR	32	59	595	59600	891	Europe/Paris
6438528	Tressin	tressin	Tressen,Tressin,te lei sang,Трессен,特雷桑		FR	32	59	595	59602	1407	Europe/Paris
6438529	Trith-Saint-Léger	trith-saint-leger			FR	32	59	596	59603	6261	Europe/Paris
6438530	Troisvilles	troisvilles	Truavil',te lu wa wei lei,Труавиль,Труавіль,特鲁瓦维勒		FR	32	59	592	59604	836	Europe/Paris
6438531	Uxem	uxem	Juksem,Uksem,Uxem,yu ke si mu,Юксем,于克斯姆		FR	32	59	594	59605	1411	Europe/Paris
6438532	Valenciennes	valenciennes	Valenciennes		FR	32	59	596	59606	43680	Europe/Paris
6438533	Vendegies-au-Bois	vendegies-au-bois	Vandezhi-o-Bua,wang de ji suo bu wa,wndgys aw bwys,Вандежи-о-Буа,Вандежі-о-Буа,وندگیس او بویس,旺德吉索布瓦		FR	32	59	591	59607	492	Europe/Paris
6438534	Vendegies-sur-Écaillon	vendegies-sur-ecaillon	Vendegies-sur-Ecaillon,Vendegies-sur-Écaillon		FR	32	59	592	59608	1075	Europe/Paris
6438535	Vendeville	vendeville	Vandevil',wang de wei er,Вандевиль,Вандевіль,旺德维尔		FR	32	59	595	59609	1627	Europe/Paris
6438536	Verchain-Maugré	verchain-maugre	Verchain-Maugre,Verchain-Maugré		FR	32	59	596	59610	970	Europe/Paris
6438537	Verlinghem	verlinghem	Verlinghem		FR	32	59	595	59611	2445	Europe/Paris
6438538	Vertain	vertain			FR	32	59	592	59612	523	Europe/Paris
6438539	Vicq	vicq	Vicq,Vik,wei ke,Вик,Вік,维克		FR	32	59	596	59613	1506	Europe/Paris
6438540	Viesly	viesly	V'eli,Veli,Viesly,wei ye li,Вьели,Вєлі,维耶利		FR	32	59	592	59614	1552	Europe/Paris
6438541	Vieux-Berquin	vieux-berquin	Oud-Berkijn,Oud-Berkyn,V'e-Berken,Ve-Berken,Vieux-Berquin,jiu bei er kan,Вье-Беркен,Вє-Беркен,旧贝尔坎		FR	32	59	594	59615	2512	Europe/Paris
6438542	Vieux-Mesnil	vieux-mesnil	V'e-Menij,Ve-Menij,Vieux-Mesnil,jiu mei ni lei,Вье-Мений,Вє-Меній,旧梅尼勒		FR	32	59	591	59617	637	Europe/Paris
6438543	Vieux-Reng	vieux-reng	Vieux-Reng		FR	32	59	591	59618	853	Europe/Paris
6438788	Laverrière	laverriere	Laverriere,Laverrière		FR	32	60	601	60354	39	Europe/Paris
6438544	Villereau	villereau	Vil'ro,Villereau,wei lei luo,Вильро,Вільро,维勒罗		FR	32	59	591	59619	971	Europe/Paris
6438545	Villers-au-Tertre	villers-au-tertre	Ville-o-Tertr,Villers-au-Tertre,wei lai ou tai er te er,Вилле-о-Тертр,Вілле-о-Тертр,维莱欧泰尔特尔		FR	32	59	593	59620	619	Europe/Paris
6438546	Villers-en-Cauchies	villers-en-cauchies	Ville-an-Koshi,wei lai ang ke xi,Вилле-ан-Коши,Вілле-ан-Коші,维莱昂科希		FR	32	59	592	59622	1278	Europe/Paris
6438547	Villers-Guislain	villers-guislain	Ville-Gislen,wei lai ji lan,Вилле-Гислен,Вілле-Гіслен,维莱吉兰		FR	32	59	592	59623	694	Europe/Paris
6438548	Villers-Outréaux	villers-outreaux	Villers-Outreaux,Villers-Outréaux		FR	32	59	592	59624	2091	Europe/Paris
6438549	Villers-Plouich	villers-plouich	Ville-Pluish,Villers-Plouich,wei lai pu lu yi shen,Вилле-Плуиш,Вілле-Плуїш,维莱普卢伊什		FR	32	59	592	59625	409	Europe/Paris
6438550	Villers-Pol	villers-pol	Villers-Pol		FR	32	59	591	59626	1260	Europe/Paris
6438551	Villers-Sire-Nicole	villers-sire-nicole	Villers-Sire-Nicole		FR	32	59	591	59627	980	Europe/Paris
6438552	Volckerinckhove	volckerinckhove	Vol'kerenkov,Volckerinckhove,Volkerinkhove,Volkerinkove,wo er kai lan ke fu,Волькеренков,沃尔凯兰科弗		FR	32	59	594	59628	577	Europe/Paris
6438553	Vred	vred	Vred		FR	32	59	593	59629	1381	Europe/Paris
6438554	Wahagnies	wahagnies	Vaani,Wahagnies,wa a nie,Ваани,Ваані,瓦阿涅		FR	32	59	595	59630	2606	Europe/Paris
6438555	Wallers-en-Fagne	wallers-en-fagne	Wallers-en-Fagne		FR	32	59	591	59633	288	Europe/Paris
6438556	Wallon-Cappel	wallon-cappel	Vallon-Kappel',Waalskappel,Woals-Kapel,wa long ka pei lei,Валлон-Каппель,瓦隆卡佩勒		FR	32	59	594	59634	825	Europe/Paris
6438557	Wambaix	wambaix	Wambaix		FR	32	59	592	59635	380	Europe/Paris
6438558	Wambrechies	wambrechies	Wambrechies		FR	32	59	595	59636	10539	Europe/Paris
6438559	Wandignies-Hamage	wandignies-hamage	Wandignies-Hamage		FR	32	59	593	59637	1288	Europe/Paris
6438560	Wannehain	wannehain	Wannehain		FR	32	59	595	59638	1188	Europe/Paris
6438561	Wargnies-le-Grand	wargnies-le-grand	Wargnies-le-Grand		FR	32	59	591	59639	1091	Europe/Paris
6438562	Wargnies-le-Petit	wargnies-le-petit	Varni-le-Peti,Wargnies-le-Petit,xiao wa er nie,Варни-ле-Пети,Варні-ле-Петі,小瓦尔涅		FR	32	59	591	59640	755	Europe/Paris
6438563	Warhem	warhem	Varem,Warrem,wa er mu,Варем,瓦尔姆		FR	32	59	594	59641	2051	Europe/Paris
6438564	Warlaing	warlaing			FR	32	59	593	59642	570	Europe/Paris
6438565	Wasnes-au-Bac	wasnes-au-bac	Van-o-Bak,Wasnes-au-Bac,wa ne ou ba ke,Ван-о-Бак,瓦讷欧巴克		FR	32	59	596	59645	620	Europe/Paris
6438566	Wasquehal	wasquehal	Wasquehal		FR	32	59	595	59646	20722	Europe/Paris
6438567	Watten	watten	Vattan,Waten,Watten,Woatn,wa tang,Ваттан,瓦唐		FR	32	59	594	59647	2561	Europe/Paris
6438568	Wattignies-la-Victoire	wattignies-la-victoire	Wattignies-la-Victoire		FR	32	59	591	59649	244	Europe/Paris
6438569	Wattrelos	wattrelos	Wattrelos		FR	32	59	595	59650	41341	Europe/Paris
6438570	Wavrechain-sous-Denain	wavrechain-sous-denain	Vavreshen-su-Denen,Wavrechain-sous-Denain,wa fu lei shang su de nan,Ваврешен-су-Денен,瓦夫勒尚苏德南		FR	32	59	596	59651	1654	Europe/Paris
6438571	Wavrechain-sous-Faulx	wavrechain-sous-faulx	Wavrechain-sous-Faulx		FR	32	59	596	59652	372	Europe/Paris
6438572	Wavrin	wavrin	Vavren,Wavrin,wa fu lan,Ваврен,瓦夫兰		FR	32	59	595	59653	7628	Europe/Paris
6438573	Waziers	waziers	Vaz'e,Waziers,wa qi ye,Вазье,Вазьє,瓦齐耶		FR	32	59	593	59654	7477	Europe/Paris
6438574	Wemaers-Cappel	wemaers-cappel	Vemae-Kappel',Wemaarskappel,Wemoars-Kapel,wei ma er ka pei lei,Вемае-Каппель,韦马尔卡佩勒		FR	32	59	594	59655	252	Europe/Paris
6438575	Wervicq-Sud	wervicq-sud	Wervicq-Sud		FR	32	59	595	59656	5412	Europe/Paris
6438576	West-Cappel	west-cappel	Vest-Kappel',Weskappel,Westkapelle,Westkappel,wei si te ka pei lei,Вест-Каппель,韦斯特卡佩勒		FR	32	59	594	59657	606	Europe/Paris
6438577	Wicres	wicres	Wicres		FR	32	59	595	59658	475	Europe/Paris
6438579	Willems	willems	Villem,wei lian,Виллем,Віллем,威廉		FR	32	59	595	59660	3014	Europe/Paris
6438580	Willies	willies	Villi,wei li,Вилли,Віллі,维利		FR	32	59	591	59661	154	Europe/Paris
6438581	Winnezeele	winnezeele	Vinnezeel',Winnezeele,Winnezele,wan ne ze lei,wynnzlh,Виннезеель,Віннезеель,وینزیلے,ویننزله,万讷泽勒		FR	32	59	594	59662	1279	Europe/Paris
6438582	Wormhout	wormhout	Wormhout		FR	32	59	594	59663	5598	Europe/Paris
6438583	Wulverdinghe	wulverdinghe	Vjul'verdeng,Wulverdinge,Wulverdinghe,wei er wei er dan ge,Вюльверденг,维尔韦尔丹格		FR	32	59	594	59664	310	Europe/Paris
6438584	Wylder	wylder	Vil'de,Wilder,Wylder,wei er de,Вильде,Вільде,维尔德		FR	32	59	594	59665	295	Europe/Paris
6438585	Zermezeele	zermezeele	Zermezeel',Zermezeele,Zermezele,ze er mo ze lei,Зермезеель,泽尔默泽勒		FR	32	59	594	59667	211	Europe/Paris
6438586	Zuydcoote	zuydcoote	Zuydcoote		FR	32	59	594	59668	1738	Europe/Paris
6438587	Zuytpeene	zuytpeene	Zjujtpeen,Zuidpene,Zuudpene,Zuytpeene,ju yi pei ne,Зюйтпеен,聚伊佩讷		FR	32	59	594	59669	526	Europe/Paris
6438588	Don	don	Don		FR	32	59	595	59670	1307	Europe/Paris
6438589	Brasseuse	brasseuse			FR	32	60	604	60100	105	Europe/Paris
6438591	Brenouille	brenouille	Brenouille		FR	32	60	602	60102	2041	Europe/Paris
6438592	Bresles	bresles	Bresles		FR	32	60	601	60103	4129	Europe/Paris
6438593	Breteuil	breteuil	Berteuil,Bretej,Breteuil,Bretjoj,Bèrteuil,bu lei te yi,Бретей,Бретеј,Бретёй,布雷特伊		FR	32	60	602	60104	4436	Europe/Paris
6438594	Brétigny	bretigny	Bretigny,Bretin'i,Bretini,Brétigny,bu lei di ni,Бретињи,Бретіньї,布雷蒂尼		FR	32	60	603	60105	408	Europe/Paris
6438595	Breuil-le-Sec	breuil-le-sec	Breuil-le-Sec		FR	32	60	602	60106	2615	Europe/Paris
6438596	Breuil-le-Vert	breuil-le-vert			FR	32	60	602	60107	3072	Europe/Paris
6438597	Briot	briot			FR	32	60	601	60108	279	Europe/Paris
6438598	Brombos	brombos	Brombo,bu long bo,Бромбо,布龙博		FR	32	60	601	60109	263	Europe/Paris
6438599	Broquiers	broquiers			FR	32	60	601	60110	239	Europe/Paris
6438601	Brunvillers-la-Motte	brunvillers-la-motte	Brenviler la Mot,Brenville-la-Mott,Brunvillers-la-Motte,bu lan wei lai er la mo te,Бренвилер ла Мот,Бренвілле-ла-Мотт,布兰维莱尔拉莫特		FR	32	60	602	60112	340	Europe/Paris
6438602	Bucamps	bucamps	Bikan,Bjukam,Bucamps,bi kang pu,Бикан,Бюкам,比康普		FR	32	60	602	60113	187	Europe/Paris
6438603	Buicourt	buicourt	Buicourt		FR	32	60	601	60114	143	Europe/Paris
6438604	Bury	bury	Biri,Bjuri,Bury,Бири,Бюрі		FR	32	60	602	60116	2982	Europe/Paris
6438605	Caisnes	caisnes	Caisnes		FR	32	60	603	60118	519	Europe/Paris
6438606	Cambronne-lès-Ribécourt	cambronne-les-ribecourt	Cambronne-les-Ribecourt,Cambronne-lès-Ribécourt		FR	32	60	603	60119	1953	Europe/Paris
6438607	Cambronne-lès-Clermont	cambronne-les-clermont	Cambronne-les-Clermont,Cambronne-lès-Clermont		FR	32	60	602	60120	1122	Europe/Paris
6438608	Campeaux	campeaux	Campeaux,Kampo,kang bo,Кампо,康波		FR	32	60	601	60122	520	Europe/Paris
6438609	Campremy	campremy	Campremy,Kampremi,kang pu lei mi,Кампреми,Кампремі,康普雷米		FR	32	60	602	60123	497	Europe/Paris
6438610	Candor	candor	Candor		FR	32	60	603	60124	296	Europe/Paris
6438611	Canly	canly	Canly		FR	32	60	603	60125	795	Europe/Paris
6438612	Cannectancourt	cannectancourt	Cannectancourt		FR	32	60	603	60126	514	Europe/Paris
6438613	Canny-sur-Matz	canny-sur-matz	Kani sir Mac,Kanni-sjur-Ma,ma te he pan ka ni,Кани сир Мац,Канні-сюр-Ма,马特河畔卡尼		FR	32	60	603	60127	391	Europe/Paris
6438614	Canny-sur-Thérain	canny-sur-therain	Canny-sur-Therain,Canny-sur-Thérain		FR	32	60	601	60128	230	Europe/Paris
6438615	Carlepont	carlepont	Carlepont,Karlepon,ka er lei peng,Карлепон,卡尔勒蓬		FR	32	60	603	60129	1503	Europe/Paris
6438616	Catenoy	catenoy			FR	32	60	602	60130	1044	Europe/Paris
6438617	Catheux	catheux	Catheux		FR	32	60	601	60131	110	Europe/Paris
6438618	Cauffry	cauffry	Cauffry		FR	32	60	602	60134	2500	Europe/Paris
6438619	Cauvigny	cauvigny	Cauvigny		FR	32	60	601	60135	1629	Europe/Paris
6438620	Cempuis	cempuis	Cempuis		FR	32	60	601	60136	527	Europe/Paris
6438621	Cernoy	cernoy	Cernoy,Sernoa,Sernua,sai er nu wa,Серноа,Сернуа,塞尔努瓦		FR	32	60	602	60137	298	Europe/Paris
6438622	Chamant	chamant	Chamant		FR	32	60	604	60138	909	Europe/Paris
6438624	Chambors	chambors	Shambo,Shambor,shang bo er,Шамбо,Шамбор,尚博尔		FR	32	60	601	60140	316	Europe/Paris
6438625	Chantilly	chantilly	Cantiliacum,Cantily,Chantilly,Santigi,Shantiji,shang di li,shantii,shantyly  awaz,sntyly,syangtii,Σαντιγί,Шантийи,Шантији,Шантійї,שנטילי,شانتیلی، اواز,シャンティイ,尚蒂利,샹티이		FR	32	60	604	60141	10789	Europe/Paris
6438626	Chaumont-en-Vexin	chaumont-en-vexin			FR	32	60	601	60143	3237	Europe/Paris
6438628	Chelles	chelles	Chelles,Shel,Shel',xie lai,Шел,Шель,谢莱		FR	32	60	603	60145	524	Europe/Paris
6438629	Chepoix	chepoix	Chepoix		FR	32	60	602	60146	416	Europe/Paris
6438630	Chevincourt	chevincourt	Chevincourt,Civinocurtis,Shevenkur,Shevinkur,xie wan ku er,Шевенкур,Шевинкур,谢万库尔		FR	32	60	603	60147	867	Europe/Paris
6438631	Chèvreville	chevreville	Chevreville,Chèvreville		FR	32	60	604	60148	428	Europe/Paris
6438632	Chevrières	chevrieres	Chevrieres,Chevrières,Shevrier,Shevrijer,xie fu li ai,Шевријер,Шеврієр,谢夫里埃		FR	32	60	603	60149	1965	Europe/Paris
6438633	Chiry-Ourscamp	chiry-ourscamp	Chiry-Ourscamp		FR	32	60	603	60150	1175	Europe/Paris
6438634	Choisy-au-Bac	choisy-au-bac	Choisy-au-Bac		FR	32	60	603	60151	3300	Europe/Paris
6438635	Choisy-la-Victoire	choisy-la-victoire			FR	32	60	602	60152	232	Europe/Paris
6438636	Choqueuse-les-Bénards	choqueuse-les-benards	Choqueuse-les-Benards,Choqueuse-les-Bénards		FR	32	60	601	60153	103	Europe/Paris
6438637	Cinqueux	cinqueux			FR	32	60	602	60154	1541	Europe/Paris
6438638	Cires-lès-Mello	cires-les-mello	Cires-les-Mello,Cires-lès-Mello		FR	32	60	604	60155	3974	Europe/Paris
6438639	Clairoix	clairoix			FR	32	60	603	60156	2152	Europe/Paris
6438640	Coivrel	coivrel			FR	32	60	602	60158	255	Europe/Paris
6438641	Conchy-les-Pots	conchy-les-pots	Conchy-les-Pots,Konshi le Pot,Konshi-le-Po,kong xi lai bo te,Конши ле Пот,Конші-ле-По,孔希莱波特		FR	32	60	603	60160	700	Europe/Paris
6438642	Corbeil-Cerf	corbeil-cerf	Corbeil-Cerf		FR	32	60	601	60162	344	Europe/Paris
6438643	Cormeilles	cormeilles	Cormeilles		FR	32	60	601	60163	436	Europe/Paris
6438644	Couloisy	couloisy	Couloisy		FR	32	60	603	60167	528	Europe/Paris
6438646	Courteuil	courteuil	Courteuil		FR	32	60	604	60170	619	Europe/Paris
6438647	Coye-la-Forêt	coye-la-foret	Coye-la-Foret,Coye-la-Forêt		FR	32	60	604	60172	3884	Europe/Paris
6438648	Cramoisy	cramoisy			FR	32	60	604	60173	803	Europe/Paris
6438650	Creil	creil	Creil		FR	32	60	604	60175	35747	Europe/Paris
6438651	Crépy-en-Valois	crepy-en-valois			FR	32	60	604	60176	15231	Europe/Paris
6438652	Cressonsacq	cressonsacq	Cressonsacq		FR	32	60	602	60177	451	Europe/Paris
6438653	Crillon	crillon	Crillon,Krijon,ke li long,Кријон,Крійон,克里隆		FR	32	60	601	60180	485	Europe/Paris
6438654	Crisolles	crisolles	Crisolles		FR	32	60	603	60181	957	Europe/Paris
6438655	Croissy-sur-Celle	croissy-sur-celle	Croissy-sur-Celle		FR	32	60	601	60183	267	Europe/Paris
6438656	Croutoy	croutoy	Croutoy,Krutoa,Krutua,ke lu tu wa,Крутоа,Крутуа,克鲁图瓦		FR	32	60	603	60184	209	Europe/Paris
6438657	Crouy-en-Thelle	crouy-en-thelle	Crouy-en-Thelle,Krui-an-Tel',Kruj an Tel,tai er de qu ke lu yi,Круї-ан-Тель,Круј ан Тел,泰尔地区克鲁伊		FR	32	60	604	60185	1104	Europe/Paris
6438658	Cuignières	cuignieres	Cuignieres,Cuignières		FR	32	60	602	60186	249	Europe/Paris
6438659	Cuigy-en-Bray	cuigy-en-bray	Cuigy-en-Bray,Kizhi an Bre,Kjuizhi-an-Bre,bu lai de qu qu yi ji,Кижи ан Бре,Кюїжі-ан-Бре,布赖地区屈伊吉		FR	32	60	601	60187	936	Europe/Paris
6438660	Cuise-la-Motte	cuise-la-motte	Cuise-la-Motte,Kiz la Mot,Kjuiz-la-Mott,qu yi si la mo te,Киз ла Мот,Кюїз-ла-Мотт,屈伊斯拉莫特		FR	32	60	603	60188	2169	Europe/Paris
6438661	Cuts	cuts	Cuts,Kit,Kjuts,qu te,Кит,Кютс,屈特		FR	32	60	603	60189	969	Europe/Paris
6438663	Cuvilly	cuvilly	Cuvilly,Kiviji,Kjuvilli,qu wei li,Кивији,Кювіллі,屈维利		FR	32	60	603	60191	632	Europe/Paris
6438664	Cuy	cuy	Cuy		FR	32	60	603	60192	217	Europe/Paris
6438665	Dargies	dargies	Dargies,Darji,Darzhi,da er bi ye,Даржи,Даржі,达尔比耶		FR	32	60	601	60194	255	Europe/Paris
6438666	Dives	dives	Dives		FR	32	60	603	60198	399	Europe/Paris
6438667	Doméliers	domeliers	Domel'e,Domeliers,Domelije,Doméliers,duo mei li ye er,Домелије,Домельє,多梅利耶尔		FR	32	60	601	60199	243	Europe/Paris
6438668	Domfront	domfront	Domfront		FR	32	60	602	60200	308	Europe/Paris
6438669	Duvy	duvy	Djuvi,Duvy,di wei,Дюві,迪维		FR	32	60	604	60203	454	Europe/Paris
6438670	Écuvilly	ecuvilly	Ecuvilly,Écuvilly		FR	32	60	603	60204	315	Europe/Paris
6438671	Élencourt	elencourt	Elencourt,Élencourt		FR	32	60	601	60205	54	Europe/Paris
6438672	Élincourt-Sainte-Marguerite	elincourt-sainte-marguerite	Elincourt-Sainte-Marguerite,Élincourt-Sainte-Marguerite		FR	32	60	603	60206	865	Europe/Paris
6438674	Énencourt-Léage	enencourt-leage	Enencourt-Leage,Énencourt-Léage		FR	32	60	601	60208	142	Europe/Paris
6438675	La Corne en Vexin	la-corne-en-vexin	La Corne en Vexin		FR	32	60	601	60209	528	Europe/Paris
6438676	Épineuse	epineuse	Epineuse,Épineuse		FR	32	60	602	60210	245	Europe/Paris
6438677	Éragny-sur-Epte	eragny-sur-epte	Eragny-sur-Epte,Eran'i-sjur-Ept,ai pu te he pan ai la ni,Éragny-sur-Epte,Ераньї-сюр-Епт,埃普特河畔埃拉尼		FR	32	60	601	60211	619	Europe/Paris
6438678	Ercuis	ercuis	Ercuis		FR	32	60	604	60212	1610	Europe/Paris
6438679	Ermenonville	ermenonville	Ermenonville		FR	32	60	604	60213	1009	Europe/Paris
6438680	Ernemont-Boutavent	ernemont-boutavent	Ernemont-Boutavent		FR	32	60	601	60214	203	Europe/Paris
6438681	Erquinvillers	erquinvillers			FR	32	60	602	60216	178	Europe/Paris
6438682	Escames	escames	Escames		FR	32	60	601	60217	216	Europe/Paris
6438683	Esches	esches	Esches,Esh,ai si xie,Еш,埃斯谢		FR	32	60	601	60218	1555	Europe/Paris
6438684	Escles-Saint-Pierre	escles-saint-pierre			FR	32	60	601	60219	159	Europe/Paris
6438685	Espaubourg	espaubourg	Epobur,Espaubourg,Espobur,ai si bo bu er,Епобур,Еспобур,埃斯波布尔		FR	32	60	601	60220	509	Europe/Paris
6438686	Esquennoy	esquennoy	Esquennoy		FR	32	60	602	60221	723	Europe/Paris
6438687	Estrées-Saint-Denis	estrees-saint-denis			FR	32	60	603	60223	3758	Europe/Paris
6438688	Étavigny	etavigny	Etavigny,Étavigny		FR	32	60	604	60224	157	Europe/Paris
6438689	Étouy	etouy	Etouy,Étouy		FR	32	60	602	60225	777	Europe/Paris
6438690	Évricourt	evricourt	Evricourt,Évricourt		FR	32	60	603	60227	220	Europe/Paris
6438691	Fay-les-Étangs	fay-les-etangs	Fay-les-Etangs,Fay-les-Étangs		FR	32	60	601	60228	469	Europe/Paris
6438692	Feigneux	feigneux	Feigneux		FR	32	60	604	60231	437	Europe/Paris
6438693	Fitz-James	fitz-james	Fitz-James		FR	32	60	602	60234	2469	Europe/Paris
6438694	Flavacourt	flavacourt	Flavacourt,Flavakur,fu la wa ku er,Флавакур,弗拉瓦库尔		FR	32	60	601	60235	663	Europe/Paris
6438695	Flavy-le-Meldeux	flavy-le-meldeux	Flavy-le-Meldeux		FR	32	60	603	60236	210	Europe/Paris
6438696	Fléchy	flechy	Flechy,Fléchy		FR	32	60	602	60237	98	Europe/Paris
6438697	Fleurines	fleurines	Fleurines		FR	32	60	604	60238	1909	Europe/Paris
6438698	Fontaine-Bonneleau	fontaine-bonneleau	Fontaine-Bonneleau,Fonten-Bonnlo,feng tan bo nei luo,Фонтен-Боннло,丰坦博内洛		FR	32	60	601	60240	251	Europe/Paris
6438699	Fontaine-Lavaganne	fontaine-lavaganne			FR	32	60	601	60242	501	Europe/Paris
6438700	Fontaine-Saint-Lucien	fontaine-saint-lucien	Fontaine-Saint-Lucien		FR	32	60	601	60243	163	Europe/Paris
6438701	Fontenay-Torcy	fontenay-torcy	Fontenay-Torcy,Fontene-Torsi,Fontne Torsi,feng te nai tuo er xi,Фонтене-Торсі,Фонтне Торси,丰特奈托尔西		FR	32	60	601	60244	124	Europe/Paris
6438702	Formerie	formerie	Formerie		FR	32	60	601	60245	2145	Europe/Paris
6438704	Fouilleuse	fouilleuse			FR	32	60	602	60247	139	Europe/Paris
6438705	Foulangues	foulangues	Foulangues		FR	32	60	604	60249	197	Europe/Paris
6438706	Fouquenies	fouquenies	Fouquenies		FR	32	60	601	60250	426	Europe/Paris
6438707	Fournival	fournival	Fournival,Furnival,Furnival',fu er ni wa,Фурнивал,Фурніваль,富尔尼瓦		FR	32	60	602	60252	511	Europe/Paris
6438708	Francastel	francastel	Francastel,Frankastel,Frankastel',Frincate,Frincaté,frankastl,fu lang ka si tai,Франкастел,Франкастель,فرانکاستل,弗朗卡斯泰		FR	32	60	601	60253	480	Europe/Paris
6438709	Fréniches	freniches	Freniches,Fréniches		FR	32	60	603	60255	349	Europe/Paris
6438710	Montchevreuil	montchevreuil	Montchevreuil		FR	32	60	601	60256	1266	Europe/Paris
6438711	Fresnières	fresnieres	Fresnieres,Fresnières		FR	32	60	603	60258	164	Europe/Paris
6438712	Fresnoy-en-Thelle	fresnoy-en-thelle	Fresnoy-en-Thelle		FR	32	60	604	60259	928	Europe/Paris
6438713	Fresnoy-la-Rivière	fresnoy-la-riviere	Fresnoy-la-Riviere,Fresnoy-la-Rivière		FR	32	60	604	60260	637	Europe/Paris
6438714	Fresnoy-le-Luat	fresnoy-le-luat	Frenua-le-Ljua,Fresnoy-le-Luat,fu lei si nu wa lai lu a,Френуа-ле-Люа,弗雷斯努瓦莱吕阿		FR	32	60	604	60261	510	Europe/Paris
6438715	Frétoy-le-Château	fretoy-le-chateau			FR	32	60	603	60263	257	Europe/Paris
6438716	Frocourt	frocourt	Frocourt,Frokur,fu luo ku er,Фрокур,弗罗库尔		FR	32	60	601	60264	522	Europe/Paris
6438717	Gannes	gannes	Gannes		FR	32	60	602	60268	349	Europe/Paris
6438718	Genvry	genvry	Genvry		FR	32	60	603	60270	318	Europe/Paris
6438719	Gilocourt	gilocourt	Gilocourt		FR	32	60	604	60272	665	Europe/Paris
6438720	Giraumont	giraumont	Giraumont		FR	32	60	603	60273	543	Europe/Paris
6438721	Glaignes	glaignes	Glaignes		FR	32	60	604	60274	365	Europe/Paris
6438722	Glatigny	glatigny	Glatigny		FR	32	60	601	60275	227	Europe/Paris
6438723	Goincourt	goincourt	Goankur,Guenkur,guan ku er,Гоанкур,Гуенкур,关库尔		FR	32	60	601	60277	1304	Europe/Paris
6438724	Golancourt	golancourt	Golankur,ge lang ku er,Голанкур,戈朗库尔		FR	32	60	603	60278	387	Europe/Paris
6438789	Laversines	laversines	Laversines		FR	32	60	601	60355	1151	Europe/Paris
6438725	Gondreville	gondreville	Gondrevil',Gondrvil,gong de lei wei er,Гондрвил,Гондревіль,贡德勒维尔		FR	32	60	604	60279	209	Europe/Paris
6438726	Gourchelles	gourchelles	Gourchelles		FR	32	60	601	60280	127	Europe/Paris
6438727	Gournay-sur-Aronde	gournay-sur-aronde	Gournay-sur-Aronde,Gurne-sjur-Arond,a long de he pan gu er nai,Гурне-сюр-Аронд,阿龙德河畔古尔奈		FR	32	60	603	60281	576	Europe/Paris
6438728	Gouvieux	gouvieux	Gouvieux		FR	32	60	604	60282	9162	Europe/Paris
6438729	Grandfresnoy	grandfresnoy	Grandfrenoe,Grandfresnoy,Grandfrénoè,Granfrenua,ge lang de fu lei si nu wa,Гранфренуа,格朗德夫雷斯努瓦		FR	32	60	603	60284	1758	Europe/Paris
6438730	Grandvillers-aux-Bois	grandvillers-aux-bois	Grandvillers-aux-Bois		FR	32	60	602	60285	316	Europe/Paris
6438731	Grandvilliers	grandvilliers	Grandviye,Grandviyé,Granvil'e,ge lang de wei li ye er,Гранвилье,Гранвільє,格朗德维利耶尔		FR	32	60	601	60286	3002	Europe/Paris
6438732	Grandrû	grandru	Grandru,Grandrû		FR	32	60	603	60287	342	Europe/Paris
6438733	Grémévillers	gremevillers			FR	32	60	601	60288	453	Europe/Paris
6438734	Grez	grez	Grez		FR	32	60	601	60289	272	Europe/Paris
6438735	Guignecourt	guignecourt	Djincourt,Gin'ekur,Guignecourt,ji gai ku er,Гіньєкур,吉盖库尔		FR	32	60	601	60290	384	Europe/Paris
6438736	Guiscard	guiscard	Giskar,Guiscard,ji si ka er,Гискар,Гіскар,吉斯卡尔		FR	32	60	603	60291	1800	Europe/Paris
6438737	Gury	gury	Gury		FR	32	60	603	60292	243	Europe/Paris
6438738	Hadancourt-le-Haut-Clocher	hadancourt-le-haut-clocher	Hadancourt-le-Haut-Clocher		FR	32	60	601	60293	361	Europe/Paris
6438740	Hannaches	hannaches	Hannaches		FR	32	60	601	60296	143	Europe/Paris
6438741	Hanvoile	hanvoile	Anvoal,Anvual',Hanvoile,ang wa er,Анвоал,Анвуаль,昂瓦尔		FR	32	60	601	60298	621	Europe/Paris
6438743	Haudivillers	haudivillers	Haudivillers		FR	32	60	601	60302	823	Europe/Paris
6438744	Hautbos	hautbos	Hautbos,Otbo,ao te bo,Отбо,奥特博		FR	32	60	601	60303	187	Europe/Paris
6438745	Haute-Épine	haute-epine	Haute-Epine,Ot Epin,Ot-Epin,ao te ai pan,От Епин,От-Епін,奥特埃潘		FR	32	60	601	60304	270	Europe/Paris
6438746	Hautefontaine	hautefontaine	Hautefontaine		FR	32	60	603	60305	332	Europe/Paris
6438747	Hécourt	hecourt	Hecourt,Hécourt		FR	32	60	601	60306	157	Europe/Paris
6438748	Heilles	heilles	Heilles		FR	32	60	602	60307	623	Europe/Paris
6438749	Hémévillers	hemevillers	Hemevillers,Hémévillers		FR	32	60	603	60308	457	Europe/Paris
6438751	Herchies	herchies			FR	32	60	601	60310	638	Europe/Paris
6438752	Héricourt-sur-Thérain	hericourt-sur-therain	Hericourt-sur-Therain,Héricourt-sur-Thérain		FR	32	60	601	60312	132	Europe/Paris
6438753	Hermes	hermes	Erm,Hermes,ai er mei,Ерм,埃尔梅		FR	32	60	601	60313	2494	Europe/Paris
6438754	Hétomesnil	hetomesnil			FR	32	60	601	60314	307	Europe/Paris
6438755	Hodenc-en-Bray	hodenc-en-bray	Hodenc-en-Bray,Odank-an-Bre,bu lai de qu ao dang ke,Оданк-ан-Бре,布赖地区奥当克		FR	32	60	601	60315	492	Europe/Paris
6438756	Hondainville	hondainville	Hondainville		FR	32	60	602	60317	699	Europe/Paris
6438757	Houdancourt	houdancourt	Houdancourt,Udankur,wu dang ku er,Уданкур,乌当库尔		FR	32	60	603	60318	664	Europe/Paris
6438759	Ivry-le-Temple	ivry-le-temple	Aebura,Eburiacum,Evriacum,Ivri-le-Tampl',Ivry-le-Temple,yi fu li lai tang pu er,Іврі-ле-Тампль,伊夫里莱唐普尔		FR	32	60	601	60321	749	Europe/Paris
6438760	Jaméricourt	jamericourt	Jamericourt,Jaméricourt		FR	32	60	601	60322	320	Europe/Paris
6438761	Janville	janville	Janville,Zhanvil',rang wei er,Жанвіль,جنویل، ایسے,让维尔		FR	32	60	603	60323	691	Europe/Paris
6438762	Jaulzy	jaulzy	Zhol'zi,ruo er qi,Жользі,若尔齐		FR	32	60	603	60324	916	Europe/Paris
6438763	Jaux	jaux	Jaux		FR	32	60	603	60325	2559	Europe/Paris
6438764	Jonquières	jonquieres	Zhonker,rong ji ai,Жонкєр,容基埃		FR	32	60	603	60326	612	Europe/Paris
6438765	Jouy-sous-Thelle	jouy-sous-thelle	Zhui-su-Tel',ru yi su tai er,Жуї-су-Тель,茹伊苏泰尔		FR	32	60	601	60327	1030	Europe/Paris
6438766	Juvignies	juvignies			FR	32	60	601	60328	322	Europe/Paris
6438767	Laberlière	laberliere			FR	32	60	603	60329	195	Europe/Paris
6438768	Laboissière-en-Thelle	laboissiere-en-thelle			FR	32	60	601	60330	1330	Europe/Paris
6438769	Labosse	labosse	Labosse		FR	32	60	601	60331	444	Europe/Paris
6438770	Labruyère	labruyere	Labrjuer,la bu lu yi ai er,Лабрюєр,لابروئےری، ویسی,拉布吕伊埃尔		FR	32	60	602	60332	684	Europe/Paris
6438771	Lachapelle-aux-Pots	lachapelle-aux-pots	Lachapelle-aux-Pots,Lashapel'-o-Po,la sha pei er ao bo te,Лашапель-о-По,لاشاپیل-آ-پوٹس,拉沙佩尔奥波特		FR	32	60	601	60333	1619	Europe/Paris
6438772	Lachapelle-Saint-Pierre	lachapelle-saint-pierre	Lachapelle-Saint-Pierre		FR	32	60	601	60334	917	Europe/Paris
6438773	Lachapelle-sous-Gerberoy	lachapelle-sous-gerberoy	Lachapelle-sous-Gerberoy		FR	32	60	601	60335	148	Europe/Paris
6438774	Lachelle	lachelle	Lachelle,Lashel',la xie er,lachyl,Лашель,لاچیل,拉谢尔		FR	32	60	603	60337	645	Europe/Paris
6438775	Lacroix-Saint-Ouen	lacroix-saint-ouen			FR	32	60	603	60338	4521	Europe/Paris
6438776	Lafraye	lafraye	Lafraye		FR	32	60	601	60339	368	Europe/Paris
6438777	Lagny-le-Sec	lagny-le-sec	Lagny-le-Sec,Lan'i-le-Sek,la ni lai sai ke,lagny-ly-syk,Ланьї-ле-Сек,لاگنی-لی-سیک,拉尼莱塞克		FR	32	60	604	60341	2067	Europe/Paris
6438778	Laigneville	laigneville	Laigneville		FR	32	60	602	60342	4571	Europe/Paris
6438779	Lalande-en-Son	lalande-en-son	Laland-an-Son,song de qu la lang de,Лаланд-ан-Сон,لالانڈی این-سون,松地区拉朗德		FR	32	60	601	60343	667	Europe/Paris
6438780	Lalandelle	lalandelle	Lalandelle		FR	32	60	601	60344	469	Europe/Paris
6438781	Lamécourt	lamecourt	Lamecourt,Lamécourt		FR	32	60	602	60345	197	Europe/Paris
6438784	Lassigny	lassigny	Lassigny,Lassin'i,la xi ni,lasygny,Лассиньи,Лассіньї,لاسیگنی,拉西尼		FR	32	60	603	60350	1399	Europe/Paris
6438785	Lataule	lataule	Lataule		FR	32	60	603	60351	114	Europe/Paris
6438786	Lattainville	lattainville	Lattainville,Lattenvil',la tan wei er,Латтенвіль,لاتاینولے,拉坦维尔		FR	32	60	601	60352	151	Europe/Paris
6438790	Lavilletertre	lavilletertre	Lavil'tertr,Lavilletertre,la wei lei tai er te er,Лавільтертр,拉维勒泰尔特尔		FR	32	60	601	60356	517	Europe/Paris
6438791	Léglantiers	leglantiers	Leglant'e,lai ge lang di ye er,Леглантьє,莱格朗蒂耶尔		FR	32	60	602	60357	550	Europe/Paris
6438792	Lhéraule	lheraule	Lheraule,Lhéraule		FR	32	60	601	60359	191	Europe/Paris
6438793	Liancourt-Saint-Pierre	liancourt-saint-pierre	Liancourt-Saint-Pierre		FR	32	60	601	60361	593	Europe/Paris
6438794	Libermont	libermont	Libermont		FR	32	60	603	60362	191	Europe/Paris
6438795	Lierville	lierville	L'ervil',Lierville,li ye er wei er,Льєрвіль,利耶尔维尔		FR	32	60	601	60363	234	Europe/Paris
6438796	Lieuvillers	lieuvillers	L'eville,Lieuvillers,li ye yu wei lai er,Льєвілле,利耶于维莱尔		FR	32	60	602	60364	713	Europe/Paris
6438797	Lihus	lihus			FR	32	60	601	60365	404	Europe/Paris
6438798	Loconville	loconville	Loconville,Lokonvil',luo kong wei er,Локонвіль,洛孔维尔		FR	32	60	601	60367	340	Europe/Paris
6438799	Longueil-Annel	longueil-annel	Longueil-Annel		FR	32	60	603	60368	2608	Europe/Paris
6438800	Longueil-Sainte-Marie	longueil-sainte-marie	Longueil-Sainte-Marie		FR	32	60	603	60369	1921	Europe/Paris
6438801	Lormaison	lormaison			FR	32	60	601	60370	1301	Europe/Paris
6438802	Loueuse	loueuse	Luez,lu e si,Луез,卢厄斯		FR	32	60	601	60371	149	Europe/Paris
6438803	Luchy	luchy	Luchy		FR	32	60	601	60372	636	Europe/Paris
6438804	Machemont	machemont	Machemont		FR	32	60	603	60373	687	Europe/Paris
6438805	Maimbeville	maimbeville	Maimbeville		FR	32	60	602	60375	421	Europe/Paris
6438806	Maisoncelle-Saint-Pierre	maisoncelle-saint-pierre	Maisoncelle-Saint-Pierre		FR	32	60	601	60376	158	Europe/Paris
6438807	Maisoncelle-Tuilerie	maisoncelle-tuilerie	Maisoncelle-Tuilerie		FR	32	60	602	60377	302	Europe/Paris
6438808	Marest-sur-Matz	marest-sur-matz	Marest-sur-Matz		FR	32	60	603	60378	410	Europe/Paris
6438809	Mareuil-la-Motte	mareuil-la-motte			FR	32	60	603	60379	654	Europe/Paris
6438810	Mareuil-sur-Ourcq	mareuil-sur-ourcq	Marej-sjur-Urk,Mareuil-sur-Ourcq,wu er he pan ma lei yi,Марей-сюр-Урк,乌尔河畔马勒伊		FR	32	60	604	60380	1616	Europe/Paris
6438812	Margny-lès-Compiègne	margny-les-compiegne	Margny-les-Compiegne,Margny-lès-Compiègne		FR	32	60	603	60382	8218	Europe/Paris
6438813	Margny-sur-Matz	margny-sur-matz	Margny-sur-Matz,Marn'i-sjur-Ma,ma ci he pan ma er ni,Марньї-сюр-Ма,马茨河畔马尔尼		FR	32	60	603	60383	534	Europe/Paris
6438814	Marolles	marolles	Marolles		FR	32	60	604	60385	685	Europe/Paris
6438815	Marquéglise	marqueglise	Marqueglise,Marquéglise		FR	32	60	603	60386	504	Europe/Paris
6438816	Marseille-en-Beauvaisis	marseille-en-beauvaisis	Marseille-en-Beauvaisis		FR	32	60	601	60387	1474	Europe/Paris
6438817	Martincourt	martincourt			FR	32	60	601	60388	128	Europe/Paris
6438818	Maulers	maulers	Maulers		FR	32	60	601	60390	311	Europe/Paris
6438819	Maysel	maysel	Maysel,Mezel',mai sai,Мезель,迈塞		FR	32	60	604	60391	249	Europe/Paris
6438820	Mélicocq	melicocq	Melicocq,Mélicocq		FR	32	60	603	60392	724	Europe/Paris
6438821	Ménévillers	menevillers	Meneville,Menevillers,Ménévillers,mei nei wei lai er,Меневілле,梅内维莱尔		FR	32	60	602	60394	106	Europe/Paris
6438822	Méru	meru	Meru,Méru		FR	32	60	601	60395	14640	Europe/Paris
6438823	Méry-la-Bataille	mery-la-bataille	Meri-la-Bataj,Mery-la-Bataille,Méry-la-Bataille,mei li la ba tai er,Мері-ла-Батай,梅里拉巴泰尔		FR	32	60	602	60396	632	Europe/Paris
6438824	Milly-sur-Thérain	milly-sur-therain	Mii-sjur-Teren,Milly-sur-Therain,Milly-sur-Thérain,tai lan he pan mi li,Мії-сюр-Терен,泰兰河畔米利		FR	32	60	601	60403	1659	Europe/Paris
6438825	Monceaux-l'Abbaye	monceaux-l-abbaye			FR	32	60	601	60407	230	Europe/Paris
6438826	Monchy-Humières	monchy-humieres	Monshi-Jumer,meng xi yu mi ai,Монші-Юмєр,蒙希于米埃		FR	32	60	603	60408	749	Europe/Paris
6438827	Monchy-Saint-Éloi	monchy-saint-eloi	Monchy-Saint-Eloi,Monchy-Saint-Éloi		FR	32	60	602	60409	2153	Europe/Paris
6438829	Monneville	monneville	Monnevil',mo na wei er,Монневіль,莫纳维尔		FR	32	60	601	60411	823	Europe/Paris
6438830	Montagny-en-Vexin	montagny-en-vexin	Montagny-en-Vexin,Montan'i-an-Veksen,wei ke sang de qu meng ta ni,Монтаньї-ан-Вексен,韦克桑地区蒙塔尼		FR	32	60	601	60412	670	Europe/Paris
6438831	Montagny-Sainte-Félicité	montagny-sainte-felicite	Montagny-Sainte-Felicite,Montagny-Sainte-Félicité		FR	32	60	604	60413	420	Europe/Paris
6438832	Montataire	montataire	Montataire		FR	32	60	604	60414	13345	Europe/Paris
6438833	Montépilloy	montepilloy	Montepilloy,Montépilloy		FR	32	60	604	60415	145	Europe/Paris
6438834	Montgérain	montgerain	Montgerain,Montgérain,Monzheren,meng te re lan,Монжерен,蒙特热兰		FR	32	60	602	60416	184	Europe/Paris
6438836	Montjavoult	montjavoult	Montjavoult,Monzhavu,meng te ya wu er,Монжаву,蒙特雅武尔		FR	32	60	601	60420	482	Europe/Paris
6438837	Montlognon	montlognon	Montlognon		FR	32	60	604	60422	193	Europe/Paris
6438838	Montmacq	montmacq	Montmacq		FR	32	60	603	60423	1060	Europe/Paris
6438839	Montmartin	montmartin	Montmartin		FR	32	60	603	60424	259	Europe/Paris
6438840	Montreuil-sur-Brêche	montreuil-sur-breche	Montrej-sjur-Bresh,Montreuil-sur-Breche,Montreuil-sur-Brêche,bu lei ke he pan meng te lei yi,Монтрей-сюр-Бреш,布雷克河畔蒙特勒伊		FR	32	60	602	60425	494	Europe/Paris
6438841	Montreuil-sur-Thérain	montreuil-sur-therain	Montreuil-sur-Therain,Montreuil-sur-Thérain		FR	32	60	601	60426	247	Europe/Paris
6438842	Monts	monts	Monts		FR	32	60	601	60427	170	Europe/Paris
6438843	Morangles	morangles	Morangl',Morangles,mo lang ge lai,Морангль,莫朗格莱		FR	32	60	604	60429	406	Europe/Paris
6438844	Morienval	morienval	Morienval		FR	32	60	604	60430	1071	Europe/Paris
6438845	Morlincourt	morlincourt	Morlincourt		FR	32	60	603	60431	525	Europe/Paris
6438846	Mortefontaine-en-Thelle	mortefontaine-en-thelle	Mortefontaine-en-Thelle,Mortfonten-an-Tel',tai er de qu mo er tai feng tan,Мортфонтен-ан-Тель,泰尔地区莫尔泰丰坦		FR	32	60	601	60433	898	Europe/Paris
6438847	Mortemer	mortemer	Mortemer		FR	32	60	603	60434	224	Europe/Paris
6438848	Mory-Montcrux	mory-montcrux	Mory-Montcrux		FR	32	60	602	60436	88	Europe/Paris
6438849	Mouchy-le-Châtel	mouchy-le-chatel	Mouchy-le-Chatel,Mouchy-le-Châtel,Mushi-le-Shatel',mu xi lai sha tai,Муші-ле-Шатель,穆希莱沙泰		FR	32	60	601	60437	81	Europe/Paris
6438850	Mouy	mouy	Mouy		FR	32	60	602	60439	5321	Europe/Paris
6438851	Moyvillers	moyvillers	Moyvillers,Muajville,mu wa wei lai er,Муайвілле,穆瓦维莱尔		FR	32	60	603	60441	655	Europe/Paris
6438852	Muidorge	muidorge	Muidorge		FR	32	60	601	60442	140	Europe/Paris
6438853	Muirancourt	muirancourt	Muirancourt		FR	32	60	603	60443	566	Europe/Paris
6438854	Mureaumont	mureaumont			FR	32	60	601	60444	152	Europe/Paris
6438855	Nampcel	nampcel	Nampcel,Nampsel',nan pu sai,Нампсель,南普塞		FR	32	60	603	60445	317	Europe/Paris
6438856	Nanteuil-le-Haudouin	nanteuil-le-haudouin	Nanteuil-le-Haudouin		FR	32	60	604	60446	4224	Europe/Paris
6438857	Néry	nery	Nery,Néry		FR	32	60	604	60447	663	Europe/Paris
6438858	Neufchelles	neufchelles			FR	32	60	604	60448	372	Europe/Paris
6438859	Neufvy-sur-Aronde	neufvy-sur-aronde			FR	32	60	603	60449	281	Europe/Paris
6438860	Neuilly-en-Thelle	neuilly-en-thelle	Nei-an-Tel',Neuilly-en-Thelle,Njoji-an-Tel',tai er de qu ne yi,Неї-ан-Тель,Нёйи-ан-Тель,泰尔地区讷伊		FR	32	60	604	60450	3448	Europe/Paris
6438861	Neuilly-sous-Clermont	neuilly-sous-clermont	Neuilly-sous-Clermont		FR	32	60	602	60451	1671	Europe/Paris
6438862	Neuville-Bosc	neuville-bosc	Neuville-Bosc		FR	32	60	601	60452	524	Europe/Paris
6438863	Nivillers	nivillers	Niville,Niviller,ni wei lai er,Нивиллер,Нівілле,尼维莱尔		FR	32	60	601	60461	189	Europe/Paris
6438864	Noailles	noailles	Noailles,Noaj,nuo ai lai,Ноай,诺艾莱		FR	32	60	601	60462	2842	Europe/Paris
6438865	Nogent-sur-Oise	nogent-sur-oise	Nogent-sur-Oise		FR	32	60	604	60463	19595	Europe/Paris
6438866	Nointel	nointel	Nointel,Nuentel',nu wan tai,Нуентель,努万泰		FR	32	60	602	60464	998	Europe/Paris
6438867	Noirémont	noiremont	Noiremont,Noirémont		FR	32	60	602	60465	178	Europe/Paris
6438868	Nourard-le-Franc	nourard-le-franc	Nourard-le-Franc,Nurar-le-Fran,nu la er lai fu lang ke,Нурар-ле-Фран,努拉尔莱弗朗克		FR	32	60	602	60468	353	Europe/Paris
6438869	Noyers-Saint-Martin	noyers-saint-martin	Noyers-Saint-Martin,Nuae-Sen-Marten,nu wa ai er sheng ma er tan,Нуає-Сен-Мартен,努瓦埃尔圣马尔坦		FR	32	60	602	60470	834	Europe/Paris
6438870	Ognolles	ognolles	Ognolles		FR	32	60	603	60474	289	Europe/Paris
6438872	Omécourt	omecourt	Omecourt,Omécourt		FR	32	60	601	60476	198	Europe/Paris
6438873	Ons-en-Bray	ons-en-bray	Ons-en-Bray		FR	32	60	601	60477	1403	Europe/Paris
6438874	Ormoy-le-Davien	ormoy-le-davien	Ormoy-le-Davien		FR	32	60	604	60478	349	Europe/Paris
6438875	Ormoy-Villers	ormoy-villers	Ormoy-Villers		FR	32	60	604	60479	627	Europe/Paris
6438876	Oroër	oroer	Oroer,Oroër		FR	32	60	601	60480	560	Europe/Paris
6438877	Orrouy	orrouy	Orrouy		FR	32	60	604	60481	589	Europe/Paris
6438878	Orry-la-Ville	orry-la-ville			FR	32	60	604	60482	3365	Europe/Paris
6438879	Orvillers-Sorel	orvillers-sorel			FR	32	60	603	60483	525	Europe/Paris
6438880	Oursel-Maison	oursel-maison	Ourcel-Maison,Ursel'-Mezon,wu er sai mai song,Урсель-Мезон,乌尔塞迈松		FR	32	60	602	60485	241	Europe/Paris
6438881	Paillart	paillart	Paillart,Pajar,pei la er,Паяр,佩拉尔		FR	32	60	602	60486	583	Europe/Paris
6438883	Passel	passel	Passel		FR	32	60	603	60488	287	Europe/Paris
6438884	Péroy-les-Gombries	peroy-les-gombries	Peroy-les-Gombries,Péroy-les-Gombries		FR	32	60	604	60489	1125	Europe/Paris
6438885	Pierrefitte-en-Beauvaisis	pierrefitte-en-beauvaisis	Pierrefitte-en-Beauvaisis		FR	32	60	601	60490	359	Europe/Paris
6438886	Pierrefonds	pierrefonds	Perrfon,Petrafons,pi ye er lei feng de,Пєррфон,皮耶尔雷丰德		FR	32	60	603	60491	1819	Europe/Paris
6438887	Pimprez	pimprez	Pimprez		FR	32	60	603	60492	875	Europe/Paris
6438889	Plainval	plainval	Plainval		FR	32	60	602	60495	401	Europe/Paris
6438890	Plainville	plainville	Plainville		FR	32	60	602	60496	160	Europe/Paris
6438891	Plessis-de-Roye	plessis-de-roye	Plessis-de-Roye		FR	32	60	603	60499	233	Europe/Paris
6438892	Ponchon	ponchon	Ponchon,Ponshon,peng xiong,Поншон,蓬雄		FR	32	60	601	60504	1108	Europe/Paris
6438893	Pontarmé	pontarme	Pontarme,Pontarmé		FR	32	60	604	60505	801	Europe/Paris
6438894	Pont-l'Évêque	pont-l-eveque	Pont-l'Eveque,Pont-l'Évêque		FR	32	60	603	60506	669	Europe/Paris
6438895	Pontoise-lès-Noyon	pontoise-les-noyon	Pontoise-les-Noyon,Pontoise-lès-Noyon		FR	32	60	603	60507	463	Europe/Paris
6438896	Pont-Sainte-Maxence	pont-sainte-maxence	Pont-Sainte-Maxence		FR	32	60	604	60509	12470	Europe/Paris
6438897	Porcheux	porcheux	Porcheux		FR	32	60	601	60510	581	Europe/Paris
6438898	Porquéricourt	porquericourt	Porquericourt,Porquéricourt		FR	32	60	603	60511	386	Europe/Paris
6438899	Précy-sur-Oise	precy-sur-oise	Precy-sur-Oise,Précy-sur-Oise		FR	32	60	604	60513	3217	Europe/Paris
6438900	Prévillers	previllers	Previllers,Prévillers		FR	32	60	601	60514	227	Europe/Paris
6438901	Pronleroy	pronleroy	Pronleroy		FR	32	60	602	60515	386	Europe/Paris
6438902	Puiseux-en-Bray	puiseux-en-bray	Puiseux-en-Bray		FR	32	60	601	60516	424	Europe/Paris
6438903	Puiseux-le-Hauberger	puiseux-le-hauberger			FR	32	60	604	60517	844	Europe/Paris
6438904	Puits-la-Vallée	puits-la-vallee	Puits-la-Vallee,Puits-la-Vallée		FR	32	60	602	60518	201	Europe/Paris
6438905	Quesmy	quesmy			FR	32	60	603	60519	183	Europe/Paris
6438906	Quincampoix-Fleuzy	quincampoix-fleuzy	Quincampoix-Fleuzy		FR	32	60	601	60521	393	Europe/Paris
6438907	Quinquempoix	quinquempoix	Quinquempoix		FR	32	60	602	60522	321	Europe/Paris
6438908	Rainvillers	rainvillers	Rainvillers,Renville,Rinvile,Rinvilé,lan wei lai er,Ренвілле,兰维莱尔		FR	32	60	601	60523	888	Europe/Paris
6438909	Rantigny	rantigny			FR	32	60	602	60524	2495	Europe/Paris
6438910	Raray	raray	Raray		FR	32	60	604	60525	152	Europe/Paris
6438911	Ravenel	ravenel	Ravenel,Ravenel',Raveni,la wei nei,rafynyl,Равенель,رافينيل,拉韦内		FR	32	60	602	60526	1115	Europe/Paris
6439030	Villembray	villembray	Villembray		FR	32	60	601	60677	258	Europe/Paris
6440349	Charre	charre	Charre		FR	75	64	642	64186	211	Europe/Paris
6438912	Réez-Fosse-Martin	reez-fosse-martin	Reez-Foss-Marten,Reez-Fosse-Martin,Réez-Fosse-Martin,lei ai fu si ma er tan,Реез-Фосс-Мартен,雷埃福斯马尔坦		FR	32	60	604	60527	150	Europe/Paris
6438913	Reilly	reilly	Reilly		FR	32	60	601	60528	125	Europe/Paris
6438914	Rémécourt	remecourt	Remecourt,Rémécourt		FR	32	60	602	60529	81	Europe/Paris
6438915	Rémérangles	remerangles	Remerangles,Rémérangles		FR	32	60	602	60530	216	Europe/Paris
6438917	Ressons-sur-Matz	ressons-sur-matz	Ressons-sur-Matz		FR	32	60	603	60533	1707	Europe/Paris
6438918	Rethondes	rethondes	Rethondes		FR	32	60	603	60534	670	Europe/Paris
6438919	Reuil-sur-Brêche	reuil-sur-breche	Rej-sjur-Bresh,Reuil-sur-Breche,Reuil-sur-Brêche,bu lei ke he pan lei yi,Рей-сюр-Бреш,布雷克河畔勒伊		FR	32	60	602	60535	327	Europe/Paris
6438920	Rhuis	rhuis			FR	32	60	604	60536	142	Europe/Paris
6438921	Ricquebourg	ricquebourg	Ricquebourg		FR	32	60	603	60538	283	Europe/Paris
6438922	Rivecourt	rivecourt			FR	32	60	603	60540	580	Europe/Paris
6438923	Roberval	roberval	Roberval,Roberval',luo bei er wa,Роберваль,罗贝尔瓦		FR	32	60	604	60541	372	Europe/Paris
6438924	Rochy-Condé	rochy-conde	Roshi-Konde,luo xi kong dai,Роші-Конде,罗希孔代		FR	32	60	601	60542	991	Europe/Paris
6438925	Rocquemont	rocquemont	Rocquemont,Rokmon,luo qu ai meng,Рокмон,罗屈埃蒙		FR	32	60	604	60543	119	Europe/Paris
6438926	Rocquencourt	rocquencourt	Rocquencourt,Rokankur,Роканкур		FR	32	60	602	60544	194	Europe/Paris
6438927	Romescamps	romescamps			FR	32	60	601	60545	560	Europe/Paris
6438929	Rotangy	rotangy	Rotangy		FR	32	60	601	60549	214	Europe/Paris
6438930	Rothois	rothois	Rothois		FR	32	60	601	60550	227	Europe/Paris
6438931	Rousseloy	rousseloy			FR	32	60	602	60551	315	Europe/Paris
6438932	Rouville	rouville	Rouville		FR	32	60	604	60552	259	Europe/Paris
6438933	Rouvillers	rouvillers	Rouvillers,Ruville,lu wei lai er,Рувілле,鲁维莱尔		FR	32	60	602	60553	277	Europe/Paris
6438934	Rouvroy-les-Merles	rouvroy-les-merles	Rouvroy-les-Merles,Ruvrua-le-Merl',lu fu lu wa lai mei er lai,Рувруа-ле-Мерль,鲁夫鲁瓦莱梅尔莱		FR	32	60	602	60555	55	Europe/Paris
6438935	Roy-Boissy	roy-boissy	Roe-Boessy,Roy-Boissy,Roé-Boéssy,Rua-Buassi,lu wa bu wa xi,Руа-Буассі,鲁瓦布瓦西		FR	32	60	601	60557	323	Europe/Paris
6438936	Roye-sur-Matz	roye-sur-matz	Ressons-sur-Matz,Roye-sur-Matz,Rua-sjur-Ma,ma te he pan lu wa ai,Руа-сюр-Ма,马特河畔鲁瓦埃		FR	32	60	603	60558	460	Europe/Paris
6438937	Rully	rully	Rjulli,Rully,lu li,Рюллі,吕利		FR	32	60	604	60560	723	Europe/Paris
6438938	Russy-Bémont	russy-bemont	Russy-Bemont,Russy-Bémont		FR	32	60	604	60561	204	Europe/Paris
6438939	Sacy-le-Grand	sacy-le-grand	Sacy-le-Grand		FR	32	60	602	60562	1523	Europe/Paris
6438940	Sacy-le-Petit	sacy-le-petit			FR	32	60	602	60563	553	Europe/Paris
6438941	Sains-Morainvillers	sains-morainvillers	Sains-Morainvillers,Sen-Morenville,sang mo lan wei lai er,sayns-mwrynwlyrs,Сен-Моренвілле,سائنس-مورینولیرس,桑莫兰维莱尔		FR	32	60	602	60564	276	Europe/Paris
6438942	Saint-André-Farivillers	saint-andre-farivillers	Sent-Andre-Fariville,sheng ang de lei fa li wei lai er,Сент-Андре-Фаривілле,سینٹ-آندرے-فریولیرس,圣昂德雷法里维莱尔		FR	32	60	602	60565	512	Europe/Paris
6438943	Saint-Arnoult	saint-arnoult	Saint-Arnoult,Sent-Arnu,sheng a er nu er,Сент-Арну,سینٹ-ارنولٹ، ایسے,圣阿尔努尔		FR	32	60	601	60566	216	Europe/Paris
6438944	Saint-Aubin-en-Bray	saint-aubin-en-bray	Saint-Aubin-en-Bray		FR	32	60	601	60567	1128	Europe/Paris
6438945	Saint-Aubin-sous-Erquery	saint-aubin-sous-erquery	Saint-Aubin-sous-Erquery		FR	32	60	602	60568	334	Europe/Paris
6438946	Saint-Crépin-aux-Bois	saint-crepin-aux-bois	Saint-Crepin-aux-Bois,Saint-Crépin-aux-Bois,Sen-Krepen-o-Bua,sheng ke lei pan ao bu wa,Сен-Крепен-о-Буа,سینٹ-کرپن-آ-بوس,圣克雷潘奥布瓦		FR	32	60	603	60569	229	Europe/Paris
6438947	Saint-Crépin-Ibouvillers	saint-crepin-ibouvillers	Saint-Crepin-Ibouvillers,Saint-Crépin-Ibouvillers,Sen-Krepen-Ibuville,sheng ke lei pan yi bu wei lai er,Сен-Крепен-Ібувілле,سینٹ-کرپن-ابوولیرس,圣克雷潘伊布维莱尔		FR	32	60	601	60570	1526	Europe/Paris
6438948	Saint-Deniscourt	saint-deniscourt			FR	32	60	601	60571	87	Europe/Paris
6438949	Sainte-Eusoye	sainte-eusoye	Sainte-Eusoye,Sent-Ezua,sheng e su wa ai,Сент-Езуа,سین-یسوے,圣厄苏瓦埃		FR	32	60	602	60573	314	Europe/Paris
6438950	Saint-Félix	saint-felix	Saint-Felix,Saint-Félix,Sen-Feliks,sheng fei li,Сен-Фелікс,سینٹ-فیلکس، ایسے,圣费利		FR	32	60	602	60574	630	Europe/Paris
6438951	Saint-Germain-la-Poterie	saint-germain-la-poterie	Saint-Germain-la-Poterie,Sen-Zhermen-la-Potri,sheng ri er man la bo te li ye,Сен-Жермен-ла-Потрі,سینٹ-گرمین-لا-پوٹرے,圣日尔曼拉波特里耶		FR	32	60	601	60576	453	Europe/Paris
6438952	Saint-Germer-de-Fly	saint-germer-de-fly	Saint-Germer-de-Fly,Sen-Zherme-de-Fli,sheng re er mei de fu li,Сен-Жерме-де-Флі,سینٹ-گرمر-دے-فلائی,圣热尔梅德弗利		FR	32	60	601	60577	1715	Europe/Paris
6438953	Saintines	saintines	Saintines		FR	32	60	604	60578	1056	Europe/Paris
6438954	Saint-Jean-aux-Bois	saint-jean-aux-bois	Saint-Jean-aux-Bois,Sen-Zhan-o-Bua,sheng rang ao bu wa,Сен-Жан-о-Буа,سینٹ-ژاں -آ-بوس، ایسے,圣让奥布瓦		FR	32	60	603	60579	316	Europe/Paris
6438955	Saint-Just-en-Chaussée	saint-just-en-chaussee	Saint-Just-en-Chaussee,Saint-Just-en-Chaussée		FR	32	60	602	60581	5992	Europe/Paris
6438956	Saint-Léger-aux-Bois	saint-leger-aux-bois	Saint-Leger-aux-Bois,Saint-Léger-aux-Bois		FR	32	60	603	60582	798	Europe/Paris
6438957	Saint-Léger-en-Bray	saint-leger-en-bray	Saint-Leger-en-Bray,Saint-Léger-en-Bray		FR	32	60	601	60583	349	Europe/Paris
6438958	Saint-Leu-d'Esserent	saint-leu-d-esserent			FR	32	60	604	60584	4686	Europe/Paris
6438959	Saint-Martin-aux-Bois	saint-martin-aux-bois	Saint-Martin-aux-Bois		FR	32	60	602	60585	288	Europe/Paris
6438960	Saint-Martin-Longueau	saint-martin-longueau	Saint-Martin-Longueau,Sen-Marten-Longo,sheng ma dan long gai ao,Сен-Мартен-Лонго,圣马丹隆盖奥		FR	32	60	602	60587	1507	Europe/Paris
6438961	Saint-Maur	saint-maur	Saint-Maur,Sen-Mor,sheng mo,Сен-Мор,سینٹ-موڑ، ایسے,圣莫		FR	32	60	601	60588	384	Europe/Paris
6438962	Saint-Maximin	saint-maximin	Saint-Maximin,Sen-Maksimen,sheng ma ke xi man,Сен-Максімен,سینٹ-شمن، ایسے,圣马克西曼		FR	32	60	604	60589	3005	Europe/Paris
6438963	Saint-Omer-en-Chaussée	saint-omer-en-chaussee	Saint-Omer-en-Chaussee,Saint-Omer-en-Chaussée		FR	32	60	601	60590	1259	Europe/Paris
6438965	Saint-Quentin-des-Prés	saint-quentin-des-pres	Saint-Quentin-des-Pres,Saint-Quentin-des-Prés,Sen-Kanten-de-Pre,sheng qu ang tan dai pu lei,Сен-Кантен-де-Пре,سین-قینٹین-دے-پریس,圣屈昂坦代普雷		FR	32	60	601	60594	287	Europe/Paris
6438966	Saint-Thibault	saint-thibault	Saint-Thibault		FR	32	60	601	60599	304	Europe/Paris
6438967	Saint-Vaast-de-Longmont	saint-vaast-de-longmont			FR	32	60	604	60600	644	Europe/Paris
6438968	Saint-Vaast-lès-Mello	saint-vaast-les-mello	Saint-Vaast-les-Mello,Saint-Vaast-lès-Mello		FR	32	60	604	60601	1102	Europe/Paris
6438969	Salency	salency	Salency		FR	32	60	603	60603	887	Europe/Paris
6438970	Sarcus	sarcus	Sarcus		FR	32	60	601	60604	264	Europe/Paris
6438971	Sarnois	sarnois	Sarnois		FR	32	60	601	60605	348	Europe/Paris
6438972	Savignies	savignies	Savignies		FR	32	60	601	60609	828	Europe/Paris
6438973	Sempigny	sempigny	Sempigny		FR	32	60	603	60610	796	Europe/Paris
6438974	Senantes	senantes			FR	32	60	601	60611	628	Europe/Paris
6438975	Senots	senots	Senots		FR	32	60	601	60613	337	Europe/Paris
6438976	Sérévillers	serevillers	Serevillers,Sérévillers		FR	32	60	602	60615	134	Europe/Paris
6438978	Sermaize	sermaize	Sermaize		FR	32	60	603	60617	247	Europe/Paris
6438979	Séry-Magneval	sery-magneval	Sery-Magneval,Séry-Magneval		FR	32	60	604	60618	284	Europe/Paris
6438981	Silly-Tillard	silly-tillard	Sii-Tijar,Silly-Tillard,xi li di la er,Сії-Тіяр,西利蒂拉尔		FR	32	60	601	60620	442	Europe/Paris
6438983	Sommereux	sommereux	Sommereux		FR	32	60	601	60622	475	Europe/Paris
6438984	Songeons	songeons	Songeons		FR	32	60	601	60623	1071	Europe/Paris
6438985	Sully	sully			FR	32	60	601	60624	170	Europe/Paris
6438986	Suzoy	suzoy	Suzoy		FR	32	60	603	60625	557	Europe/Paris
6438988	Tartigny	tartigny	Tartigny		FR	32	60	602	60627	281	Europe/Paris
6438989	Therdonne	therdonne	Therdonne		FR	32	60	601	60628	1055	Europe/Paris
6438990	Thérines	therines	Therines,Thérines		FR	32	60	601	60629	205	Europe/Paris
6438991	Thibivillers	thibivillers	Thibivillers,Tibiville,di bi wei lai er,Тібівілле,蒂比维莱尔		FR	32	60	601	60630	170	Europe/Paris
6438992	Thiers-sur-Thève	thiers-sur-theve	Thiers-sur-Theve,Thiers-sur-Thève		FR	32	60	604	60631	1049	Europe/Paris
6438993	Thiescourt	thiescourt	T'eskur,Tchiecourt,Tchiécourt,Thiescourt,di ye si ku er,Тьєскур,蒂耶斯库尔		FR	32	60	603	60632	752	Europe/Paris
6438994	Thieuloy-Saint-Antoine	thieuloy-saint-antoine	T'elua-Sent-Antuan,Thieuloy-Saint-Antoine,di ye yu lu wa sheng ang tu wan,Тьєлуа-Сент-Антуан,蒂耶于卢瓦圣昂图万		FR	32	60	601	60633	406	Europe/Paris
6438995	Thieux	thieux	Thieux		FR	32	60	602	60634	429	Europe/Paris
6438996	Thiverny	thiverny	Thiverny		FR	32	60	604	60635	1056	Europe/Paris
6438997	Thourotte	thourotte	Thourotte		FR	32	60	603	60636	4571	Europe/Paris
6438998	Thury-en-Valois	thury-en-valois	Thury-en-Valois,Tjuri-an-Valua,wa lu wa de qu di li,Тюрі-ан-Валуа,瓦卢瓦地区蒂里		FR	32	60	604	60637	489	Europe/Paris
6438999	Thury-sous-Clermont	thury-sous-clermont			FR	32	60	602	60638	681	Europe/Paris
6439000	Tillé	tille	Til'e,Tille,Tillé,di lai,tire,tylh,Тільє,تیله,ティレ,蒂莱		FR	32	60	601	60639	1118	Europe/Paris
6439001	Tourly	tourly			FR	32	60	601	60640	176	Europe/Paris
6439002	Tracy-le-Mont	tracy-le-mont	Tracy-le-Mont		FR	32	60	603	60641	1737	Europe/Paris
6439003	Tracy-le-Val	tracy-le-val	Tracy-le-Val		FR	32	60	603	60642	1109	Europe/Paris
6439004	Tricot	tricot	Tricot,Triko,te li ke,Трико,特里科		FR	32	60	602	60643	1463	Europe/Paris
6439005	Trie-Château	trie-chateau	Trie-Chateau,Trie-Château		FR	32	60	601	60644	1951	Europe/Paris
6439006	Trie-la-Ville	trie-la-ville	Trie-la-Ville,Trij-la-Vil',te li ye la wei er,Трій-ла-Віль,特里耶拉维尔		FR	32	60	601	60645	313	Europe/Paris
6439007	Troissereux	troissereux	Troissereux		FR	32	60	601	60646	1138	Europe/Paris
6439008	Trosly-Breuil	trosly-breuil	Trosly-Breuil		FR	32	60	603	60647	2091	Europe/Paris
6439009	Troussencourt	troussencourt	Troussencourt		FR	32	60	602	60648	339	Europe/Paris
6439011	Trumilly	trumilly	Trumilly		FR	32	60	604	60650	520	Europe/Paris
6439012	Ully-Saint-Georges	ully-saint-georges	Ully-Saint-Georges		FR	32	60	604	60651	1858	Europe/Paris
6439013	Valdampierre	valdampierre	Val'damperr,Valdampierre,wa er dang pi ye er,Вальдампєрр,瓦尔当皮耶尔		FR	32	60	601	60652	941	Europe/Paris
6439014	Valescourt	valescourt	Valescourt		FR	32	60	602	60653	290	Europe/Paris
6439015	Vandélicourt	vandelicourt	Vandelicourt,Vandélicourt		FR	32	60	603	60654	281	Europe/Paris
6439016	Varesnes	varesnes	Varesnes		FR	32	60	603	60655	371	Europe/Paris
6439018	Vauciennes	vauciennes	Vauciennes,Vos'enn,wawkyns  ays,wo xie nei,Восьєнн,واوکینس، ایس,沃谢内		FR	32	60	604	60658	683	Europe/Paris
6439019	Vaudancourt	vaudancourt	Vaudancourt,Vodankur,wawdnkwrt,wo dang ku er,Воданкур,واودنکورت,沃当库尔		FR	32	60	601	60659	173	Europe/Paris
6439020	Vaumoise	vaumoise	Vaumoise		FR	32	60	604	60661	979	Europe/Paris
6439021	Vendeuil-Caply	vendeuil-caply	Vendeuil-Caply		FR	32	60	602	60664	478	Europe/Paris
6439022	Venette	venette	Venette		FR	32	60	603	60665	2830	Europe/Paris
6439023	Ver-sur-Launette	ver-sur-launette	Ver-sur-Launette		FR	32	60	604	60666	1173	Europe/Paris
6439024	Verderonne	verderonne	Verderonne		FR	32	60	602	60669	491	Europe/Paris
6439025	Verneuil-en-Halatte	verneuil-en-halatte	Verneuil-en-Halatte		FR	32	60	604	60670	4652	Europe/Paris
6439026	Vez	vez	Vez		FR	32	60	604	60672	292	Europe/Paris
6439027	Viefvillers	viefvillers	Viefvillers		FR	32	60	601	60673	182	Europe/Paris
6439028	Vieux-Moulin	vieux-moulin	Ve-Mulen,Vieux-Moulin,fu yue mu lan,Вє-Мулен,弗约穆兰		FR	32	60	603	60674	642	Europe/Paris
6439029	Vignemont	vignemont	Vignemont		FR	32	60	603	60675	433	Europe/Paris
6439031	Villeneuve-les-Sablons	villeneuve-les-sablons	Vil'nev-le-Sablon,wei lei na fu lai sa bu long,Вільнев-ле-Саблон,维勒纳夫莱萨布隆		FR	32	60	601	60678	1194	Europe/Paris
6439032	Villeneuve-sur-Verberie	villeneuve-sur-verberie	Villeneuve-sur-Verberie		FR	32	60	604	60680	640	Europe/Paris
6439033	Villers-Saint-Barthélemy	villers-saint-barthelemy	Villers-Saint-Barthelemy,Villers-Saint-Barthélemy		FR	32	60	601	60681	493	Europe/Paris
6439034	Villers Saint Frambourg-Ognon	villers-saint-frambourg-ognon	Villers Saint Frambourg-Ognon		FR	32	60	604	60682	717	Europe/Paris
6439035	Villers-Saint-Genest	villers-saint-genest			FR	32	60	604	60683	383	Europe/Paris
6439036	Villers-Saint-Paul	villers-saint-paul	Villers-Saint-Paul		FR	32	60	604	60684	6428	Europe/Paris
6439037	Villers-Saint-Sépulcre	villers-saint-sepulcre	Villers-Saint-Sepulcre,Villers-Saint-Sépulcre		FR	32	60	601	60685	980	Europe/Paris
6439038	Villers-sous-Saint-Leu	villers-sous-saint-leu			FR	32	60	604	60686	2344	Europe/Paris
6439040	Villers-sur-Bonnières	villers-sur-bonnieres			FR	32	60	601	60688	162	Europe/Paris
6439041	Villers-sur-Coudun	villers-sur-coudun	Villers-sur-Coudun		FR	32	60	603	60689	1399	Europe/Paris
6439042	Villers-Vermont	villers-vermont	Villers-Vermont		FR	32	60	601	60691	125	Europe/Paris
6439043	Villers-Vicomte	villers-vicomte	Villers-Vicomte		FR	32	60	602	60692	157	Europe/Paris
6439046	Vineuil-Saint-Firmin	vineuil-saint-firmin	Vineuil-Saint-Firmin		FR	32	60	604	60695	1362	Europe/Paris
6439047	Vrocourt	vrocourt	Vrocourt		FR	32	60	601	60697	34	Europe/Paris
6439048	Wacquemoulin	wacquemoulin	Vakmulen,Wacquemoulin,wa qu ai mu lan,Вакмулен,瓦屈埃穆兰		FR	32	60	602	60698	310	Europe/Paris
6439049	Wambez	wambez			FR	32	60	601	60699	164	Europe/Paris
6439050	Warluis	warluis	Warluis		FR	32	60	601	60700	1163	Europe/Paris
6439051	Wavignies	wavignies	Wavignies		FR	32	60	602	60701	1200	Europe/Paris
6439052	Welles-Pérennes	welles-perennes	Welles-Perennes,Welles-Pérennes		FR	32	60	602	60702	257	Europe/Paris
6439053	Chaumont	chaumont	Chaumont,Shomon,shao meng,shomon,Шомон,ショーモン,绍蒙		FR	28	61	613	61103	179	Europe/Paris
6439054	Chemilli	chemilli	Chemilli,Shemii,Shemiji,xie mi li,Шемии,Шемији,Шемії,谢米利		FR	28	61	613	61105	198	Europe/Paris
6439057	Cisai-Saint-Aubin	cisai-saint-aubin	Cisai-Saint-Aubin,Size Sent Oben,Size-Sent-Oben,shise=san=toban,xi sai sheng ao ban,Сизе Сент Обен,Сизе-Сент-Обен,Сізе-Сент-Обен,シセ＝サン＝トーバン,西赛圣奥班		FR	28	61	613	61108	155	Europe/Paris
6439060	Comblot	comblot	Comblot,Komblo,kong bu luo,Комбло,孔布洛		FR	28	61	613	61113	64	Europe/Paris
6439061	Commeaux	commeaux	Commeaux,Kommo,Komo,Коммо,Комо		FR	28	61	612	61114	152	Europe/Paris
6439063	Sablons sur Huisne	sablons-sur-huisne	Konde sir In,Konde-sjur-Juin,yu yi si en he pan kong dai,Конде сир Ин,Конде-сюр-Юин,Конде-сюр-Юїн,于伊斯恩河畔孔代		FR	28	61	613	61116	2140	Europe/Paris
6439065	Coudehard	coudehard	Coudehard,Kudar,ku dai a er,Кудар,库代阿尔		FR	28	61	612	61120	80	Europe/Paris
6439066	Coulimer	coulimer	Coulimer,Kulime,ku li mei,Кулиме,Куліме,库利梅		FR	28	61	613	61121	296	Europe/Paris
6439067	Coulmer	coulmer			FR	28	61	613	61122	86	Europe/Paris
6439069	Coulonges-sur-Sarthe	coulonges-sur-sarthe	Coulonges-sur-Sarthe,Kulonzh-sjur-Sart,sa er te he pan ku long re,Кулонж-сюр-Сарт,萨尔特河畔库隆热		FR	28	61	611	61126	538	Europe/Paris
6439071	Courgeon	courgeon	Kurzheon,Kurzhon,ku er rong,Куржеон,Куржон,库尔容		FR	28	61	613	61129	371	Europe/Paris
6439073	Courtomer	courtomer	Courtomer,Kurtome,Kurtomer,ku er tuo mei,Куртоме,Куртомер,库尔托梅		FR	28	61	611	61133	727	Europe/Paris
6439075	Crouttes	crouttes	Crouttes,Krut,Krutt,ke lu tai,Крут,Крутт,克鲁泰		FR	28	61	613	61139	310	Europe/Paris
6439076	Crulai	crulai	Crulai,Krile,Krjule,ke lu lai,Криле,Крюле,克吕莱		FR	28	61	613	61140	871	Europe/Paris
6439077	Cuissai	cuissai	Cuissai,Kise,Kjuisse,qu yi sai,Кисе,Кюиссе,Кюїссе,屈伊赛		FR	28	61	611	61141	420	Europe/Paris
6439078	Dame-Marie	dame-marie	Dam Mari,Dam-Mari,Dame-Marie,dang ma li ye,Дам Мари,Дам-Мари,Дам-Марі,当马里耶		FR	28	61	613	61142	154	Europe/Paris
6439080	Domfront en Poiraie	domfront-en-poiraie	Domfron,Domfront en Poiraie,dong fu long,Домфрон,栋夫龙		FR	28	61	612	61145	4276	Europe/Paris
6439081	Dompierre	dompierre	Domp'err,Domperr,Dompierre,Dompjer,dong pi ye er,Домпьерр,Домпєрр,Домпјер,东皮耶尔		FR	28	61	612	61146	403	Europe/Paris
6439083	Durcet	durcet	Djurse,di er sai,Дюрсе,迪尔塞		FR	28	61	612	61148	304	Europe/Paris
6439084	Échalou	echalou	Echalou,Eshalu,ai sha lu,Échalou,Ешалу,埃沙卢		FR	28	61	612	61149	392	Europe/Paris
6439085	Échauffour	echauffour			FR	28	61	613	61150	742	Europe/Paris
6439086	Écorcei	ecorcei	Ecorcei,Ekorse,ai ke er sai,Écorcei,Екорсе,埃科尔塞		FR	28	61	613	61151	378	Europe/Paris
6439087	Écorches	ecorches	Ecorches,Ekorsh,ai ke er she,Écorches,Екорш,埃科尔舍		FR	28	61	612	61152	85	Europe/Paris
6439088	Écouché-les-Vallées	ecouche-les-vallees	Ecouche-les-Vallees,Écouché-les-Vallées		FR	28	61	612	61153	2185	Europe/Paris
6439089	Faverolles	faverolles	Faverolles,Favrol',fa wei luo lai,Фавроль,法韦罗莱		FR	28	61	612	61158	145	Europe/Paris
6439090	Feings	feings	Feings,Fen,fan ge,Фен,凡格		FR	28	61	613	61160	199	Europe/Paris
6439092	Ferrières-la-Verrerie	ferrieres-la-verrerie	Ferrier-la-Verreri,Ferrieres-la-Verrerie,Ferrières-la-Verrerie,fu er li ai la wei er lei li ye,Ферриер-ла-Веррери,Феррієр-ла-Веррері,弗尔里埃拉韦尔雷里耶		FR	28	61	611	61166	155	Europe/Paris
6439093	Flers	flers	Fler,Флер		FR	28	61	612	61169	14766	Europe/Paris
6439094	Fleuré	fleure	Flere,Fleure,Fleuré,fu lei lei,Флере,弗勒雷		FR	28	61	612	61170	210	Europe/Paris
6439095	Fontaine-les-Bassets	fontaine-les-bassets	Fontaine-les-Bassets,Fonten-le-Basse,feng tan lai ba sai te,Фонтен-ле-Бассе,丰坦莱巴塞特		FR	28	61	612	61171	105	Europe/Paris
6439099	Fresnay-le-Samson	fresnay-le-samson	Frene-le-Samson,Fresnay-le-Samson,fu lei si nai lai sang song,Френе-ле-Самсон,弗雷斯奈莱桑松		FR	28	61	613	61180	90	Europe/Paris
6442499	Sivignon	sivignon			FR	27	71	715	71524	167	Europe/Paris
6439100	Gacé	gace	Gace,Gacé,Gase,jia sai,Гасе,加塞		FR	28	61	613	61181	1886	Europe/Paris
6439101	Gandelain	gandelain	Gandelain,Gandelen,gang dai lan,Ганделен,冈代兰		FR	28	61	611	61182	408	Europe/Paris
6439102	Gâprée	gapree	Gapre,Gapree,Gâprée,jia pu lei ai,Гапре,加普雷埃		FR	28	61	611	61183	132	Europe/Paris
6439107	Godisson	godisson	Godison,Godisson,ge di song,Годисон,Годиссон,Годіссон,戈迪松		FR	28	61	613	61192	110	Europe/Paris
6439108	Monts-sur-Orne	monts-sur-orne	Gule,Monts-sur-Orne,gu lai,Гуле,古莱		FR	28	61	612	61194	926	Europe/Paris
6439109	Guêprei	gueprei	Gueprei,Guêprei		FR	28	61	612	61197	143	Europe/Paris
6439110	Guerquesalles	guerquesalles	Gerksal',gai er qu ai sa lai,Герксаль,盖尔屈埃萨莱		FR	28	61	613	61198	135	Europe/Paris
6439111	Habloville	habloville	Ablovil,Ablovil',Habloville,a bu luo wei er,Абловил,Абловиль,Абловіль,阿布洛维尔		FR	28	61	612	61199	323	Europe/Paris
6439116	Irai	irai	Irai,Ire,yi lai,Іре,Ире,伊赖		FR	28	61	613	61208	605	Europe/Paris
6439117	Joué-du-Bois	joue-du-bois	Joue-du-Bois,Joué-du-Bois,LHome-Chamondot,LHôme-Chamondot,Zhue-dju-Bua,ru ai di bu wa,Жуе-дю-Буа,茹埃迪布瓦		FR	28	61	611	61209	423	Europe/Paris
6439118	Joué-du-Plain	joue-du-plain	Joue-du-Plain,Joué-du-Plain		FR	28	61	612	61210	254	Europe/Paris
6439119	Juvigny Val d'Andaine	juvigny-val-d-andaine	Juvigny Val d'Andaine		FR	28	61	611	61211	2196	Europe/Paris
6439120	Juvigny-sur-Orne	juvigny-sur-orne	Juvigny-sur-Orne,Zhuvin'i-sjur-Orn,ao er en he pan rui wei ni,Жувиньи-сюр-Орн,Жувіньї-сюр-Орн,奥尔恩河畔瑞维尼		FR	28	61	612	61212	114	Europe/Paris
6439122	Laleu	laleu	Lale,Laleu,la lei,Лале,拉勒		FR	28	61	611	61215	362	Europe/Paris
6439123	Landigou	landigou	Landigou,Landigu,lang di gu,Ландигу,Ландігу,朗迪古		FR	28	61	612	61221	431	Europe/Paris
6439124	Landisacq	landisacq	Landisacq,Landizak,lang di sa,Ландизак,Ландізак,朗迪萨		FR	28	61	612	61222	746	Europe/Paris
6439126	Larré	larre	Larre,Larré,la er lei,Ларре,拉尔雷		FR	28	61	611	61224	427	Europe/Paris
6439127	Lignères	ligneres	Lin'er,li nie lei,Линьер,Ліньєр,利涅雷		FR	28	61	613	61225	28	Europe/Paris
6439129	Lignou	lignou	Lignou,Linju,li niu,Линю,Ліню,利纽		FR	28	61	612	61227	146	Europe/Paris
6439130	L'Orée-d'Écouves	l-oree-d-ecouves	L'Oree-d'Ecouves,L'Orée-d'Écouves,Livai,li wei ai,Ливаи,Ліваї,利韦埃		FR	28	61	611	61228	720	Europe/Paris
6439131	Loisail	loisail	Loisail,Luazaj,lu wa sai,Луазай,卢瓦赛		FR	28	61	613	61229	126	Europe/Paris
6439132	Longny les Villages	longny-les-villages			FR	28	61	613	61230	3024	Europe/Paris
6439135	Lonlay-le-Tesson	lonlay-le-tesson	Lonlay-le-Tesson,Lonle-le-Tesson,long lai lai tai song,Лонле-ле-Тессон,隆莱莱泰松		FR	28	61	612	61233	223	Europe/Paris
6439136	Lonrai	lonrai	Lonre,long lai,Лонре,隆赖		FR	28	61	611	61234	1141	Europe/Paris
6439139	Lougé-sur-Maire	louge-sur-maire	Louge-sur-Maire,Lougé-sur-Maire,Luzhe-sjur-Mer,mai er he pan lu re,Луже-сюр-Мер,迈尔河畔卢热		FR	28	61	612	61237	319	Europe/Paris
6439140	Louvières-en-Auge	louvieres-en-auge	Louvieres-en-Auge,Louvières-en-Auge		FR	28	61	612	61238	70	Europe/Paris
6439141	Magny-le-Désert	magny-le-desert			FR	28	61	611	61243	1416	Europe/Paris
6439142	Mahéru	maheru	Maerju,ma ai lu,Маерю,马埃吕		FR	28	61	613	61244	263	Europe/Paris
6439149	Marchemaisons	marchemaisons	Marchemaisons		FR	28	61	611	61251	152	Europe/Paris
6439150	Mardilly	mardilly	Mardii,Mardilly,ma er di li,Мардии,Мардії,马尔迪利		FR	28	61	613	61252	134	Europe/Paris
6439151	Mauves-sur-Huisne	mauves-sur-huisne	Mauves-sur-Huisne,Mov-sjur-Juin,yu yi si en he pan mo wei,Мов-сюр-Юин,Мов-сюр-Юїн,于伊斯恩河畔莫韦		FR	28	61	613	61255	550	Europe/Paris
6439152	Médavy	medavy	Medavi,Medavy,Médavy,mei da wei,Медави,Медаві,梅达维		FR	28	61	611	61256	152	Europe/Paris
6439154	Ménil-Erreux	menil-erreux	Menij-Erre,Menil-Erreux,Ménil-Erreux,mei ni ai er lei,Мений-Ерре,Меній-Ерре,梅尼埃尔勒		FR	28	61	611	61263	225	Europe/Paris
6439155	Ménil-Froger	menil-froger	Menij-Frozhe,mei ni fu luo re,Мений-Фроже,Меній-Фроже,梅尼弗罗热		FR	28	61	613	61264	56	Europe/Paris
6439156	Ménil-Gondouin	menil-gondouin	Menij-Gonduen,Menil-Gondouin,Ménil-Gondouin,mei ni gong du an,Мений-Гондуен,Меній-Гондуен,梅尼贡杜安		FR	28	61	612	61265	173	Europe/Paris
6439157	Ménil-Hermei	menil-hermei	Menij-Erme,Menil-Hermei,Ménil-Hermei,mei ni ai er mei,Мений-Ерме,Меній-Ерме,梅尼埃尔梅		FR	28	61	612	61267	202	Europe/Paris
6439158	Ménil-Hubert-en-Exmes	menil-hubert-en-exmes	Menij-Juber-an-Eksm,Menil-Hubert-en-Exmes,Ménil-Hubert-en-Exmes,ai ke si mei de qu mei ni er-yu bei er,meniru=yuberu=an=ekumu,Мений-Юбер-ан-Ексм,Меній-Юбер-ан-Ексм,メニル＝ユベール＝アン＝エクム,埃克斯梅地区梅尼尔-于贝尔		FR	28	61	613	61268	115	Europe/Paris
6439159	Ménil-Hubert-sur-Orne	menil-hubert-sur-orne	Menij-Juber-sjur-Orn,Menil-Hubert-sur-Orne,Ménil-Hubert-sur-Orne,ao er en he pan mei ni er-yu bei er,Мений-Юбер-сюр-Орн,Меній-Юбер-сюр-Орн,奥尔恩河畔梅尼尔-于贝尔		FR	28	61	612	61269	481	Europe/Paris
6439164	Moncy	moncy	Moncy,Monsi,meng xi,Монси,Монсі,蒙西		FR	28	61	612	61281	249	Europe/Paris
6439166	Montabard	montabard	Montabard		FR	28	61	612	61283	288	Europe/Paris
6439167	Montchevrel	montchevrel	Monshevrel',Montchevrel,meng te xie fu lei,Моншеврель,蒙特谢夫雷		FR	28	61	611	61284	240	Europe/Paris
6439170	Montilly-sur-Noireau	montilly-sur-noireau	Montilly-sur-Noireau		FR	28	61	612	61287	726	Europe/Paris
6439171	Montmerrei	montmerrei	Monmerre,Montmerrei,meng te mei er lei,Монмерре,蒙特梅尔雷		FR	28	61	611	61288	514	Europe/Paris
6439172	Mont-Ormel	mont-ormel	Mon-Ormel',Mont-Ormel,meng ao er mei,Мон-Ормель,蒙奥尔梅		FR	28	61	612	61289	55	Europe/Paris
6439173	Montreuil-au-Houlme	montreuil-au-houlme	Montreuil-au-Houlme		FR	28	61	612	61290	137	Europe/Paris
6439174	Montreuil-la-Cambe	montreuil-la-cambe	Montrej-la-Kamb,Montreuil-la-Cambe,meng te lei yi la kang bu,Монтрей-ла-Камб,蒙特勒伊拉康布		FR	28	61	612	61291	72	Europe/Paris
6439175	Montsecret-Clairefougère	montsecret-clairefougere	Montsecret-Clairefougere,Montsecret-Clairefougère		FR	28	61	612	61292	674	Europe/Paris
6439176	Mortagne-au-Perche	mortagne-au-perche	Mortagne-au-Perche		FR	28	61	613	61293	3873	Europe/Paris
6439177	Mortrée	mortree	Mortre,mo er te lei ai,Мортре,莫尔特雷埃		FR	28	61	611	61294	1189	Europe/Paris
6439179	Moulins-la-Marche	moulins-la-marche	Moulins-la-Marche,Mulen-la-Marsh,mu lan la ma er ke,muran=ra=marushu,Мулен-ла-Марш,ムーラン＝ラ＝マルシュ,穆兰拉马尔克		FR	28	61	613	61297	747	Europe/Paris
6439180	Moulins-sur-Orne	moulins-sur-orne	Moulins-sur-Orne,Mulen-sjur-Orn,ao er en he pan mu lan,Мулен-сюр-Орн,奥尔恩河畔穆兰		FR	28	61	612	61298	311	Europe/Paris
6439182	Moutiers-au-Perche	moutiers-au-perche	Moutiers-au-Perche,Mut'e-o-Persh,mu di ye er ao pei er ke,Мутье-о-Перш,Мутьє-о-Перш,穆蒂耶尔奥佩尔克		FR	28	61	613	61300	405	Europe/Paris
6439183	Neauphe-sous-Essai	neauphe-sous-essai	Neauphe-sous-Essai,Nof-su-Esse,nuo fu su ai sai,Ноф-су-Ессе,诺夫苏埃赛		FR	28	61	611	61301	210	Europe/Paris
6439184	Nécy	necy	Necy,Nécy		FR	28	61	612	61303	522	Europe/Paris
6439185	Neuilly-le-Bisson	neuilly-le-bisson	Neuilly-le-Bisson		FR	28	61	611	61304	302	Europe/Paris
6439188	Neuville-sur-Touques	neuville-sur-touques	Neuville-sur-Touques,Nevil'-sjur-Tuk,tu qu ai he pan ne wei er,Невиль-сюр-Тук,Невіль-сюр-Тук,图屈埃河畔讷维尔		FR	28	61	613	61307	226	Europe/Paris
6439189	Neuvy-au-Houlme	neuvy-au-houlme	Neuvy-au-Houlme,Nevi-o-Ul'm,ne wei ao wu er mu,Неви-о-Ульм,Неві-о-Ульм,讷维奥乌尔姆		FR	28	61	612	61308	212	Europe/Paris
6439190	Perche en Nocé	perche-en-noce	Nose,nuo sai,Носе,诺塞		FR	28	61	613	61309	2104	Europe/Paris
6439191	Nonant-le-Pin	nonant-le-pin	Nonant-le-Pin		FR	28	61	613	61310	507	Europe/Paris
6439194	Occagnes	occagnes	Occagnes,Okkan',ao ka gai,Оккань,奥卡盖		FR	28	61	612	61314	648	Europe/Paris
6439196	Ommoy	ommoy	Ommoy		FR	28	61	612	61316	128	Europe/Paris
6439198	Origny-le-Roux	origny-le-roux	Origny-le-Roux,Orin'i-le-Ru,ao li ni lai lu,Ориньи-ле-Ру,Ориньї-ле-Ру,奥里尼莱鲁		FR	28	61	613	61319	268	Europe/Paris
6439200	Pacé	pace	Pace,Pacé,Pase,pa sai,Пасе,帕塞		FR	28	61	611	61321	368	Europe/Paris
6439201	Parfondeval	parfondeval	Parfondeval,Parfondval',pa er feng de wa,Парфондваль,帕尔丰德瓦		FR	28	61	613	61322	113	Europe/Paris
6439202	Perrou	perrou	Perrou,Perru,pei er lu,Перру,佩尔鲁		FR	28	61	611	61326	283	Europe/Paris
6439203	Pervenchères	pervencheres	Pervansher,Pervencheres,Pervenchères,pei er wang xie lei,Перваншер,佩尔旺谢雷		FR	28	61	613	61327	340	Europe/Paris
6439204	Planches	planches	Planches		FR	28	61	613	61330	193	Europe/Paris
6439205	Pointel	pointel	Pointel,Puentel',pu an tai,Пуентель,普安泰		FR	28	61	612	61332	326	Europe/Paris
6439206	Pontchardon	pontchardon	Ponshardon,Pontchardon,peng te sha er dong,Поншардон,蓬特沙尔东		FR	28	61	613	61333	202	Europe/Paris
6439207	Pouvrai	pouvrai	Puvre,pu fu lai,Пувре,普夫赖		FR	28	61	613	61336	108	Europe/Paris
6439210	Écouves	ecouves	Ecouves,Radon,la dong,Écouves,Радон,拉东		FR	28	61	611	61341	1697	Europe/Paris
6439212	Rémalard en Perche	remalard-en-perche	Remalard en Perche,Rémalard en Perche		FR	28	61	613	61345	1974	Europe/Paris
6439213	Résenlieu	resenlieu			FR	28	61	613	61347	175	Europe/Paris
6439214	Réveillon	reveillon	Reveillon,Revejon,Réveillon,lei wei long,Ревейон,雷韦隆		FR	28	61	613	61348	368	Europe/Paris
6439215	Ri	ri	Ri,li zhen,Ри,Рі,里镇		FR	28	61	612	61349	169	Europe/Paris
6439216	Roiville	roiville	Roiville,Ruavil',lu wa wei er,Руавиль,Руавіль,鲁瓦维尔		FR	28	61	613	61351	131	Europe/Paris
6439217	Rônai	ronai	Ronai,Rone,Rônai,luo nai,Роне,罗奈		FR	28	61	612	61352	163	Europe/Paris
6439220	Rouperroux	rouperroux	Rouperroux,Ruperru,lu pei er lu,Руперру,鲁佩尔鲁		FR	28	61	611	61357	182	Europe/Paris
6439222	Saint-Agnan-sur-Sarthe	saint-agnan-sur-sarthe	Saint-Agnan-sur-Sarthe,Sent-An'jan-sjur-Sart,sa er te he pan sheng a ni ang,Сент-Аньян-сюр-Сарт,سینٹ-اگنان-سر-سرٹھے,萨尔特河畔圣阿尼昂		FR	28	61	611	61360	110	Europe/Paris
6439223	Saint-André-de-Briouze	saint-andre-de-briouze	Saint-Andre-de-Briouze,Saint-André-de-Briouze		FR	28	61	612	61361	186	Europe/Paris
6439224	Saint-André-de-Messei	saint-andre-de-messei	Sent-Andre-de-Messe,sheng ang de lei de mei sai,Сент-Андре-де-Мессе,سینٹ-آندرے-دے-مسسی,圣昂德雷德梅塞		FR	28	61	612	61362	571	Europe/Paris
6439225	Saint-Aquilin-de-Corbion	saint-aquilin-de-corbion	Saint-Aquilin-de-Corbion,Sent-Akilen-de-Korbjon,sheng a qu yi lan de ke er bi weng,Сент-Акилен-де-Корбйон,Сент-Акілен-де-Корбйон,سینٹ-اقیلن-دے-کوربیوں,圣阿屈伊兰德科尔比翁		FR	28	61	613	61363	72	Europe/Paris
6439227	Saint-Aubin-d'Appenai	saint-aubin-d-appenai	Saint-Aubin-d'Appenai		FR	28	61	611	61365	400	Europe/Paris
6439228	Saint-Aubin-de-Bonneval	saint-aubin-de-bonneval	Saint-Aubin-de-Bonneval,Sent-Oben-de-Bonnval',sheng ao ban de bo na wa,Сент-Обен-де-Боннваль,سینٹ-آبن-دے-بونول,圣奥班德博纳瓦		FR	28	61	613	61366	139	Europe/Paris
6439229	Saint-Aubin-de-Courteraie	saint-aubin-de-courteraie	Saint-Aubin-de-Courteraie,Sent-Oben-de-Kurtrai,sheng ao ban de ku er te lai ai,Сент-Обен-де-Куртраи,Сент-Обен-де-Куртраї,سینٹ-آبن-دے-کورٹرائے,圣奥班德库尔特赖埃		FR	28	61	613	61367	134	Europe/Paris
6439231	Saint-Bômer-les-Forges	saint-bomer-les-forges	Sen-Bome-le-Forzh,sheng bo mei lai fu er re,Сен-Боме-ле-Форж,سینٹ-بومر-لیس-فورگس,圣博梅莱福尔热		FR	28	61	612	61369	1047	Europe/Paris
6439232	Saint-Brice-sous-Rânes	saint-brice-sous-ranes	Saint-Brice-sous-Ranes,Saint-Brice-sous-Rânes		FR	28	61	612	61371	136	Europe/Paris
6439234	Sainte-Céronne-lès-Mortagne	sainte-ceronne-les-mortagne	Sainte-Ceronne-les-Mortagne,Sainte-Céronne-lès-Mortagne		FR	28	61	613	61373	253	Europe/Paris
6439236	Boischampré	boischampre	Boischampre,Boischampré,Sen-Kristof-le-Zhazhole,sheng ke li si tuo fu lai ya ruo lai,Сен-Кристоф-ле-Жажоле,سینٹ-کروسٹوفے-لے-ججولٹ,圣克里斯托夫莱雅若莱		FR	28	61	612	61375	1208	Europe/Paris
6439237	Saint-Clair-de-Halouze	saint-clair-de-halouze	Saint-Clair-de-Halouze,Sen-Kler-de-Aluz,sheng ke lai de a lu ci,Сен-Клер-де-Алуз,سینٹ-کلئیر-دے-ہالووزے,圣克莱德阿卢兹		FR	28	61	612	61376	865	Europe/Paris
6442500	Sologny	sologny	Sologny		FR	27	71	715	71525	599	Europe/Paris
6439240	Saint-Cyr-la-Rosière	saint-cyr-la-rosiere	Saint-Cyr-la-Rosiere,Saint-Cyr-la-Rosière,Sen-Sir-la-Roz'er,sheng xi la luo xi ai,Сен-Сир-ла-Розьер,Сен-Сір-ла-Розьєр,سینٹ-کیر-لا-روسیرے,圣西拉罗西埃		FR	28	61	613	61379	236	Europe/Paris
6439242	Saint-Denis-sur-Huisne	saint-denis-sur-huisne	Saint-Denis-sur-Huisne,Sen-Deni-sjur-Juin,yu yi si en he pan sheng de ni,Сен-Дени-сюр-Юин,Сен-Дені-сюр-Юїн,سینٹ-ڈینس-سر-ہیسنے,于伊斯恩河畔圣德尼		FR	28	61	613	61381	54	Europe/Paris
6439245	Saint-Ellier-les-Bois	saint-ellier-les-bois	Saint-Ellier-les-Bois,Sent-El'e-le-Bua,sen lin sheng ai li ye,Сент-Елье-ле-Буа,Сент-Ельє-ле-Буа,سینٹ-الئیر-لیس-بوس,森林圣埃利耶		FR	28	61	611	61384	242	Europe/Paris
6439247	Sainte-Gauburge-Sainte-Colombe	sainte-gauburge-sainte-colombe	Sainte-Gauburge-Sainte-Colombe		FR	28	61	613	61389	1057	Europe/Paris
6439248	Saint-Georges-d'Annebecq	saint-georges-d-annebecq			FR	28	61	612	61390	141	Europe/Paris
6439249	Saint-Georges-des-Groseillers	saint-georges-des-groseillers	Saint-Georges-des-Groseillers		FR	28	61	612	61391	3233	Europe/Paris
6439250	Saint-Germain-d'Aunay	saint-germain-d-aunay	Saint-Germain-d'Aunay		FR	28	61	613	61392	148	Europe/Paris
6439251	Saint-Germain-de-Clairefeuille	saint-germain-de-clairefeuille	Saint-Germain-de-Clairefeuille,Sen-Zhermen-de-Klerfej,sheng ri er man de ke lai lei fu yi er,Сен-Жермен-де-Клерфей,سینٹ-گرمین-دے-کلئیرفولے,圣日尔曼德克莱雷弗伊尔		FR	28	61	613	61393	155	Europe/Paris
6439252	Saint-Germain-de-la-Coudre	saint-germain-de-la-coudre	Saint-Germain-de-la-Coudre,Sen-Zhermen-de-la-Kudr,sheng ri er man de la-ku de er,Сен-Жермен-де-ла-Кудр,سینٹ-گرمین-دے-لا-کودرے,圣日尔曼德拉-库德尔		FR	28	61	613	61394	762	Europe/Paris
6439253	Saint-Germain-des-Grois	saint-germain-des-grois			FR	28	61	613	61395	240	Europe/Paris
6439254	Saint-Germain-de-Martigny	saint-germain-de-martigny			FR	28	61	613	61396	74	Europe/Paris
6439256	Saint-Germain-le-Vieux	saint-germain-le-vieux	Saint-Germain-le-Vieux		FR	28	61	611	61398	58	Europe/Paris
6439257	Saint-Gervais-des-Sablons	saint-gervais-des-sablons	Saint-Gervais-des-Sablons		FR	28	61	612	61399	70	Europe/Paris
6439258	Saint-Gervais-du-Perron	saint-gervais-du-perron	Saint-Gervais-du-Perron,Sen-Zherve-dju-Perron,sheng re er wei di pei er long,Сен-Жерве-дю-Перрон,سینٹ-گروس-دو-پیرن,圣热尔韦迪佩尔龙		FR	28	61	611	61400	378	Europe/Paris
6439259	Saint-Gilles-des-Marais	saint-gilles-des-marais			FR	28	61	612	61401	113	Europe/Paris
6439260	Saint-Hilaire-de-Briouze	saint-hilaire-de-briouze	Saint-Hilaire-de-Briouze,Sen-Iler-de-Briuz,sheng yi lai er de bu li wu ci,Сен-Ілер-де-Бріуз,Сен-Илер-де-Бриуз,سینٹ-ہلیری-دے-برووزے,圣伊莱尔德布里乌兹		FR	28	61	612	61402	317	Europe/Paris
6439261	Saint-Hilaire-le-Châtel	saint-hilaire-le-chatel	Saint-Hilaire-le-Chatel,Saint-Hilaire-le-Châtel,Sen-Iler-le-Shatel',sheng yi lai er lai sha tai,Сен-Ілер-ле-Шатель,Сен-Илер-ле-Шатель,سینٹ-ہلیری-لے-چٹیل,圣伊莱尔莱沙泰		FR	28	61	613	61404	652	Europe/Paris
6439262	Saint-Hilaire-sur-Erre	saint-hilaire-sur-erre	Saint-Hilaire-sur-Erre,Sen-Iler-sjur-Err,ai er he pan sheng yi lai er,Сен-Ілер-сюр-Ерр,Сен-Илер-сюр-Ерр,سینٹ-ہلیری-سر-ارے,埃尔河畔圣伊莱尔		FR	28	61	613	61405	528	Europe/Paris
6439263	Sainte-Honorine-la-Chardonne	sainte-honorine-la-chardonne	Sainte-Honorine-la-Chardonne,Sent-Onorin-la-Shardonn,sheng ao nuo li nei-la sha er dong,Сент-Онорин-ла-Шардонн,سین-ہونورنے-لا-چاردوں نے,圣奥诺里内-拉沙尔东		FR	28	61	612	61407	739	Europe/Paris
6439264	Sainte-Honorine-la-Guillaume	sainte-honorine-la-guillaume	Sainte-Honorine-la-Guillaume		FR	28	61	612	61408	337	Europe/Paris
6439267	Saint-Jouin-de-Blavou	saint-jouin-de-blavou	Saint-Jouin-de-Blavou		FR	28	61	613	61411	282	Europe/Paris
6439269	Saint-Langis-lès-Mortagne	saint-langis-les-mortagne	Saint-Langis-les-Mortagne,Saint-Langis-lès-Mortagne,Sen-Lanzhi-le-Mortan',sheng lang ji lai mo er ta ni,Сен-Ланжи-ле-Мортань,Сен-Ланжі-ле-Мортань,سینٹ-لنگس-لیس-مورتاگنے,圣朗吉莱莫尔塔尼		FR	28	61	613	61414	920	Europe/Paris
6439270	Saint-Léger-sur-Sarthe	saint-leger-sur-sarthe	Saint-Leger-sur-Sarthe,Saint-Léger-sur-Sarthe,Sen-Lezhe-sjur-Sart,sa er te he pan sheng lai re,Сен-Леже-сюр-Сарт,سینٹ-لگر-سر-سرٹھے,萨尔特河畔圣莱热		FR	28	61	611	61415	364	Europe/Paris
6439271	Saint-Léonard-des-Parcs	saint-leonard-des-parcs	Saint-Leonard-des-Parcs,Saint-Léonard-des-Parcs,Sen-Leonar-de-Park,sheng lai ao na er dai pa er ke,Сен-Леонар-де-Парк,سینٹ-لیونارڈ-دس-پارکس,圣莱奥纳尔代帕尔克		FR	28	61	611	61416	73	Europe/Paris
6439273	Saint-Mard-de-Réno	saint-mard-de-reno	Saint-Mard-de-Reno,Saint-Mard-de-Réno,Sen-Mar-de-Reno,sheng ma er de lei nuo,Сен-Мар-де-Рено,سینٹ-مرد-دے-رینو,圣马尔德雷诺		FR	28	61	613	61418	439	Europe/Paris
6439274	Sainte-Marguerite-de-Carrouges	sainte-marguerite-de-carrouges	Sainte-Marguerite-de-Carrouges,Sent-Margerit-de-Karruzh,sheng ma er gai li te de ka er lu re,Сент-Маргерит-де-Карруж,سین-مرگیرٹے-دے-کرروگس,圣马尔盖里特德卡尔鲁热		FR	28	61	611	61419	225	Europe/Paris
6439275	Sainte-Marie-la-Robert	sainte-marie-la-robert	Sainte-Marie-la-Robert,Sent-Mari-la-Rober,sheng ma li-la luo bei er,Сент-Мари-ла-Робер,Сент-Марі-ла-Робер,سین-مرے-لا-رابرٹ,圣玛丽-拉罗贝尔		FR	28	61	611	61420	84	Europe/Paris
6439276	Saint-Mars-d'Égrenne	saint-mars-d-egrenne	Saint-Mars-d'Egrenne,Saint-Mars-d'Égrenne		FR	28	61	611	61421	678	Europe/Paris
6439277	Saint-Martin-d'Écublei	saint-martin-d-ecublei	Saint-Martin-d'Ecublei,Saint-Martin-d'Écublei		FR	28	61	613	61423	642	Europe/Paris
6439279	Saint-Martin-du-Vieux-Bellême	saint-martin-du-vieux-belleme	Saint-Martin-du-Vieux-Belleme,Saint-Martin-du-Vieux-Bellême,Sen-Marten-dju-V'e-Bellem,Sen-Marten-dju-Ve-Bellem,sheng ma dan di-wei e bei lai mu,Сен-Мартен-дю-Вье-Беллем,Сен-Мартен-дю-Вє-Беллем,سینٹ-مارٹن-دو-ےش-بلمے,圣马丹迪-维厄贝莱姆		FR	28	61	613	61426	585	Europe/Paris
6439280	Saint-Martin-l'Aiguillon	saint-martin-l-aiguillon	Saint-Martin-l'Aiguillon		FR	28	61	611	61427	194	Europe/Paris
6439282	Charencey	charencey	Charencey,Sen-Moris-le-Sharanse,sheng mo li ke lai sha lang sai,Сен-Морис-ле-Шарансе,سینٹ-موریس-لیس-چارینکے,圣莫里克莱沙朗塞		FR	28	61	613	61429	814	Europe/Paris
6439487	Éclimeux	eclimeux	Eclimeux,Éclimeux		FR	32	62	624	62282	172	Europe/Paris
6439286	Saint-Nicolas-de-Sommaire	saint-nicolas-de-sommaire	Saint-Nicolas-de-Sommaire,Sen-Nikola-de-Sommer,sheng ni ke la de suo mai er,Сен-Никола-де-Соммер,Сен-Нікола-де-Соммер,سینٹ-نکولس-دے-سوممیرے,圣尼科拉德索迈尔		FR	28	61	613	61435	267	Europe/Paris
6439287	Sainte-Opportune	sainte-opportune	Sainte-Opportune		FR	28	61	612	61436	249	Europe/Paris
6439289	Saint-Ouen-sur-Iton	saint-ouen-sur-iton	Saint-Ouen-sur-Iton,Sent-Uan-sjur-Iton,yi tong he pan sheng wu ang,Сент-Уан-сюр-Ітон,Сент-Уан-сюр-Итон,سینٹ-وں -سر-اتوں,伊通河畔圣乌昂		FR	28	61	613	61440	837	Europe/Paris
6439292	Saint-Philbert-sur-Orne	saint-philbert-sur-orne	Sen-Fil'ber-sjur-Orn,ao er en he pan sheng fei er bei er,Сен-Фильбер-сюр-Орн,Сен-Фільбер-сюр-Орн,سین-فلبرٹ-سور-اڑنے,奥尔恩河畔圣菲尔贝尔		FR	28	61	612	61444	112	Europe/Paris
6439293	Saint-Pierre-d'Entremont	saint-pierre-d-entremont	Saint-Pierre-d'Entremont,Saint-Pierre-dEntremont		FR	28	61	612	61445	700	Europe/Paris
6439294	Saint-Pierre-des-Loges	saint-pierre-des-loges	Saint-Pierre-des-Loges,Sen-P'err-de-Lozh,Sen-Perr-de-Lozh,sheng pi ye er dai luo re,Сен-Пьерр-де-Лож,Сен-Пєрр-де-Лож,سین-پیری-دے-لوگس,圣皮耶尔代洛热		FR	28	61	613	61446	157	Europe/Paris
6439295	Saint-Pierre-du-Regard	saint-pierre-du-regard	Saint-Pierre-du-Regard,Sen-P'err-dju-Regar,Sen-Perr-dju-Regar,sheng pi ye er di lei jia er,syn-pyry-dw-rygrd,Сен-Пьерр-дю-Регар,Сен-Пєрр-дю-Регар,سین-پیری-دو-ریگرد,圣皮耶尔迪雷加尔		FR	28	61	612	61447	1437	Europe/Paris
6439296	Saint-Pierre-la-Bruyère	saint-pierre-la-bruyere	Saint-Pierre-la-Bruyere,Saint-Pierre-la-Bruyère,Sen-P'err-la-Brjuer,Sen-Perr-la-Brjuer,sheng pi ye er la bu lu yi ai er,Сен-Пьерр-ла-Брюер,Сен-Пєрр-ла-Брюєр,سین-پیری-لا-بریرے,圣皮耶尔拉布吕伊埃尔		FR	28	61	613	61448	446	Europe/Paris
6439298	Saint-Quentin-de-Blavou	saint-quentin-de-blavou	Saint-Quentin-de-Blavou,Sen-Kanten-de-Blavu,sheng qu ang tan de bu la wu,Сен-Кантен-де-Блаву,سین-قینٹین-دے-بلوو,圣屈昂坦德布拉武		FR	28	61	611	61450	72	Europe/Paris
6439299	Saint-Quentin-les-Chardonnets	saint-quentin-les-chardonnets			FR	28	61	612	61451	350	Europe/Paris
6439300	Saint-Roch-sur-Égrenne	saint-roch-sur-egrenne	Saint-Roch-sur-Egrenne,Saint-Roch-sur-Égrenne,Sen-Rosh-sjur-Egrenn,ai ge lang he pan sheng luo ke,syn-rwch-swr-aygrn,Сен-Рош-сюр-Егренн,سین-روچ-سور-ایگرن,埃格朗河畔圣罗克		FR	28	61	611	61452	179	Europe/Paris
6439301	Saint-Sauveur-de-Carrouges	saint-sauveur-de-carrouges	Saint-Sauveur-de-Carrouges		FR	28	61	611	61453	245	Europe/Paris
6439302	Sainte-Scolasse-sur-Sarthe	sainte-scolasse-sur-sarthe	Sent-Skolass-sjur-Sart,sa er te he pan sheng si ke la si,Сент-Сколасс-сюр-Сарт,سین-سکولسسے-سر-سرٹھے,萨尔特河畔圣斯科拉斯		FR	28	61	611	61454	622	Europe/Paris
6439303	Saint-Sulpice-sur-Risle	saint-sulpice-sur-risle	Saint-Sulpice-sur-Risle,Sen-Sjul'pis-sjur-Ril',li si er he pan sheng xu er pi ke,Сен-Сюльпис-сюр-Риль,Сен-Сюльпіс-сюр-Риль,里斯尔河畔圣叙尔皮克		FR	28	61	613	61456	1677	Europe/Paris
6439304	Saint-Symphorien-des-Bruyères	saint-symphorien-des-bruyeres	Saint-Symphorien-des-Bruyeres,Saint-Symphorien-des-Bruyères,Sen-Semfor'jan-de-Brjuer,Sen-Semforjan-de-Brjuer,sheng xi mu fu li an dai bu lu yi ai lei,Сен-Семфорьян-де-Брюер,Сен-Семфорян-де-Брюєр,圣西姆福里安代布吕伊埃雷		FR	28	61	613	61457	506	Europe/Paris
6439306	Saires-la-Verrerie	saires-la-verrerie	Saires-la-Verrerie,Ser-la-Verreri,sai lei la wei er lei li ye,Сер-ла-Веррери,Сер-ла-Веррері,赛雷拉韦尔雷里耶		FR	28	61	612	61459	305	Europe/Paris
6439307	Sarceaux	sarceaux	Sarceaux,Sarso,sa er suo,Сарсо,萨尔索		FR	28	61	612	61462	1056	Europe/Paris
6439309	Semallé	semalle	Semalle,Semallé,se ma lai,Семалле,瑟马莱		FR	28	61	611	61467	362	Europe/Paris
6439313	Sévigny	sevigny	Sevigny,Sevin'i,Sévigny,sai wei ni,Севиньи,Севіньї,塞维尼		FR	28	61	612	61472	310	Europe/Paris
6439314	Sevrai	sevrai	Sevrai,Sevre,sai fu lai,Севре,塞夫赖		FR	28	61	612	61473	254	Europe/Paris
6439315	Soligny-la-Trappe	soligny-la-trappe	Soligny-la-Trappe,Solin'i-la-Trapp,Solini la Trap,suo li ni la te la pu,Солини ла Трап,Солиньи-ла-Трапп,Соліньї-ла-Трапп,索利尼拉特拉普		FR	28	61	613	61475	685	Europe/Paris
6439319	Tanques	tanques	Tanques		FR	28	61	612	61479	156	Europe/Paris
6439320	Tanville	tanville	Tanvil',Tanville,tang wei er,Танвиль,Танвіль,唐维尔		FR	28	61	611	61480	223	Europe/Paris
6439321	Tellières-le-Plessis	tellieres-le-plessis	Tellieres-le-Plessis,Tellières-le-Plessis		FR	28	61	611	61481	77	Europe/Paris
6439322	Tessé-Froulay	tesse-froulay	Tesse-Froulay,Tesse-Frule,Tessé-Froulay,tai sai fu lu lai,Тессе-Фруле,泰塞弗鲁莱		FR	28	61	611	61482	393	Europe/Paris
6439323	Bagnoles de l'Orne Normandie	bagnoles-de-l-orne-normandie	Bagnoles de l'Orne Normandie		FR	28	61	611	61483	2674	Europe/Paris
6439324	Ticheville	ticheville	Ticheville,Tishvil',di xie wei er,Тишвиль,Тішвіль,蒂谢维尔		FR	28	61	613	61485	209	Europe/Paris
6439325	Tinchebray-Bocage	tinchebray-bocage	Tinchebray-Bocage		FR	28	61	612	61486	4964	Europe/Paris
6439326	Torchamp	torchamp	Torchamp,Torsham,tuo er shang,Торшам,托尔尚		FR	28	61	611	61487	293	Europe/Paris
6439327	Touquettes	touquettes	Touquettes		FR	28	61	613	61488	91	Europe/Paris
6439328	Tourouvre au Perche	tourouvre-au-perche	Turuvr,tu lu fu er,Турувр,图鲁夫尔		FR	28	61	613	61491	3182	Europe/Paris
6439329	Trémont	tremont	Tremon,te lei meng,trmnt  awrn,Тремон,ترمنت، اورن,特雷蒙		FR	28	61	611	61492	122	Europe/Paris
6439330	Trun	trun	Tren,Trun,te lan,trwn  awrnh,Трен,ترون، اورنه,特兰		FR	28	61	612	61494	1271	Europe/Paris
6439332	Valframbert	valframbert	Val'framber,Valframbert,wa er fu lang bei er,Вальфрамбер,瓦尔夫朗贝尔		FR	28	61	611	61497	1738	Europe/Paris
6439333	Vaunoise	vaunoise	Vaunoise		FR	28	61	613	61498	100	Europe/Paris
6439334	Verrières	verrieres	Verr'er,Verrer,Verrieres,Verrières,wei er li ai,Веррьер,Веррєр,韦尔里埃		FR	28	61	613	61501	423	Europe/Paris
6439337	Villedieu-lès-Bailleul	villedieu-les-bailleul	Villedieu-les-Bailleul,Villedieu-lès-Bailleul		FR	28	61	612	61505	214	Europe/Paris
6439387	Bonningues-lès-Ardres	bonningues-les-ardres	Bonningues-les-Ardres,Bonningues-lès-Ardres		FR	32	62	625	62155	665	Europe/Paris
6439339	Villiers-sous-Mortagne	villiers-sous-mortagne	Vil'e-su-Mortan',Villiers-sous-Mortagne,wei li ye er su mo er ta ni,Вилье-су-Мортань,Вільє-су-Мортань,维利耶尔苏莫尔塔尼		FR	28	61	613	61507	286	Europe/Paris
6439340	Vimoutiers	vimoutiers	Vimoutiers		FR	28	61	613	61508	3427	Europe/Paris
6439344	Beaurainville	beaurainville	Beaurainville		FR	32	62	624	62100	2099	Europe/Paris
6439345	Bécourt	becourt	Becourt,Bekur,Boucourt,Bécourt,bei ku er,bykwrt,Бекур,بيكورت,贝库尔		FR	32	62	624	62102	270	Europe/Paris
6439346	Béhagnies	behagnies	Behagnies,Béhagnies		FR	32	62	621	62103	120	Europe/Paris
6439347	Bellebrune	bellebrune	Bellebrune		FR	32	62	623	62104	382	Europe/Paris
6439348	Belle-et-Houllefort	belle-et-houllefort	Belle-et-Houllefort		FR	32	62	623	62105	559	Europe/Paris
6439349	Bénifontaine	benifontaine	Benifontaine,Benifonten,Bénifontaine,bei ni fang dan,bynyfwntyn,Бенифонтен,Беніфонтен,بينيفونتين,贝尼方丹		FR	32	62	627	62107	355	Europe/Paris
6439350	Bergueneuse	bergueneuse	Bergenez,Bergueneuse,Berguigneu,Burzhenez,bei er ge ne si,byjwynyws,Бергенез,Бурженез,بيجوينيوس,贝尔格讷斯		FR	32	62	621	62109	217	Europe/Paris
6439351	Berlencourt-le-Cauroy	berlencourt-le-cauroy	Berlankur le Koroa,Berlankur-le-Korua,Berlencourt-le-Cauroy,Berlincourt-l'Cauroy,Berlincourt-l’Cauroy,bei lang ku er lei ke lu wa,byrlynkwrt ly kawrwy,Берланкур ле Короа,Берланкур-ле-Коруа,بيرلينكورت لي كاوروي,贝朗库尔勒科鲁瓦		FR	32	62	621	62111	281	Europe/Paris
6439352	Berles-au-Bois	berles-au-bois	Berles-au-Bois		FR	32	62	621	62112	515	Europe/Paris
6439353	Berles-Monchel	berles-monchel	Berl Monshel,Berl'-Monshel',Berles-Monchel,Birle-Monchel,bei er lei meng xie er,byrlyh mwntshyl,Берл Моншел,Берль-Моншель,بيرليه مونتشيل,贝尔勒蒙谢尔		FR	32	62	621	62113	490	Europe/Paris
6439354	Bermicourt	bermicourt	Bermicourt,Bermikur,bei mi ku er,byrmykwrt,Бермикур,Бермікур,بيرميكورت,贝米库尔		FR	32	62	621	62114	162	Europe/Paris
6439355	Berneville	berneville	Berneville		FR	32	62	621	62115	490	Europe/Paris
6439356	Bernieulles	bernieulles	Bernieulles		FR	32	62	624	62116	185	Europe/Paris
6439357	Bertincourt	bertincourt	Bartincourt,Bertenkur,Bertincourt,bei dang gu,byrtykwrt,Бертенкур,بيرتيكورت,贝当古		FR	32	62	621	62117	921	Europe/Paris
6439358	Béthonsart	bethonsart	Bethonsart,Béthonsart		FR	32	62	621	62118	151	Europe/Paris
6439359	Beugin	beugin	Beugin		FR	32	62	622	62120	473	Europe/Paris
6439360	Beugnâtre	beugnatre	Ben'jatr,Benatr,Buignatre,bo ni ya te er,bywjnatry,Беньятр,Бењатр,بيوجناتري,伯尼亚特尔		FR	32	62	621	62121	170	Europe/Paris
6439361	Beugny	beugny	Ben'i,Beni,Beugny,Bugny,bo ni,bywjny,Беньи,Беньї,Бењи,بيوجني,伯尼		FR	32	62	621	62122	386	Europe/Paris
6439362	Beussent	beussent	Besan,Bessan,Beussent,bo sang,bywsynt,Бесан,Бессан,بيوسينت,伯桑		FR	32	62	624	62123	552	Europe/Paris
6439363	Beuvrequen	beuvrequen	Beuvrequen		FR	32	62	623	62125	451	Europe/Paris
6439364	Bezinghem	bezinghem	Bezengem,Bezingam,Bezinghem,Bezinghin,bei zan gai mu,byzynhym,Безенгем,Безингам,بيزينهيم,贝赞盖姆		FR	32	62	624	62127	355	Europe/Paris
6439365	Biache-Saint-Vaast	biache-saint-vaast	Biache-Saint-Vaast		FR	32	62	621	62128	4058	Europe/Paris
6439366	Biefvillers-lès-Bapaume	biefvillers-les-bapaume	Biefvillers-les-Bapaume,Biefvillers-lès-Bapaume		FR	32	62	621	62129	92	Europe/Paris
6439367	Bienvillers-au-Bois	bienvillers-au-bois	Bienvillers-au-Bois		FR	32	62	621	62130	642	Europe/Paris
6439368	Bihucourt	bihucourt	Bihucourt,Bijukur,Bjikur,bi yu ku er,byhwkwrt,Биюкур,Біюкур,Бјикур,بيهوكورت,比于库尔		FR	32	62	621	62131	357	Europe/Paris
6439369	Billy-Berclau	billy-berclau	Billy-Berclau		FR	32	62	622	62132	4562	Europe/Paris
6439370	Billy-Montigny	billy-montigny	Billy-Montigny		FR	32	62	627	62133	8166	Europe/Paris
6439371	Bimont	bimont	Bimont		FR	32	62	624	62134	116	Europe/Paris
6439372	Blairville	blairville	Blairvile,Blairville,Blervil,Blervil',blayrfyly,bu lai er wei er,Блервил,Блервиль,Блервіль,بلايرفيلي,布莱尔维尔		FR	32	62	621	62135	312	Europe/Paris
6439373	Blangy-sur-Ternoise	blangy-sur-ternoise	Blangy-su-Ternoese,Blangy-su-Tèrnoèse,Blangy-sur-Ternoise,Blanzhi sir Ternoaz,Blanzhi-sjur-Ternuaz,blanjy swr tyrnwys,tai nu wa si he pan bu lang ri,Бланжи сир Терноаз,Бланжи-сюр-Тернуаз,Бланжі-сюр-Тернуаз,بلانجي سور تيرنويس,泰努瓦斯河畔布朗日		FR	32	62	624	62138	722	Europe/Paris
6439374	Blendecques	blendecques	Blendecques		FR	32	62	625	62139	5022	Europe/Paris
6439375	Blessy	blessy	Belsy,Blesi,Blessi,Blessy,blyhy,bu lai xi,Блеси,Блесси,Блессі,بليهي,布莱西		FR	32	62	622	62141	866	Europe/Paris
6439376	Blingel	blingel	Blenzhel,Blenzhel',Blingel,blynjyl,bu lan ri lei,Бленжел,Бленжель,بلينجيل,布兰日勒		FR	32	62	624	62142	162	Europe/Paris
6439377	Boffles	boffles	Boffles		FR	32	62	621	62143	52	Europe/Paris
6439378	Boiry-Becquerelle	boiry-becquerelle	Boiry-Becquerelle		FR	32	62	621	62144	433	Europe/Paris
6439379	Boiry-Notre-Dame	boiry-notre-dame	Boiry-Notre-Dame		FR	32	62	621	62145	458	Europe/Paris
6439380	Boiry-Saint-Martin	boiry-saint-martin			FR	32	62	621	62146	278	Europe/Paris
6439381	Boiry-Sainte-Rictrude	boiry-sainte-rictrude	Boari Sent Riktrid,Boiry-Sainte-Rictrude,Boury-Sainte-Rictrude,Buari-Sent-Riktrjud,bu wa li sheng li ke te lu de,bwyry san rystrwd,Боари Сент Риктрид,Буари-Сент-Риктрюд,Буарі-Сент-Риктрюд,بويري سان ريسترود,布瓦里圣里克特吕德		FR	32	62	621	62147	404	Europe/Paris
6439382	Bois-Bernard	bois-bernard			FR	32	62	627	62148	827	Europe/Paris
6439383	Boisdinghem	boisdinghem	Boisdinghem		FR	32	62	625	62149	247	Europe/Paris
6439384	Boisleux-au-Mont	boisleux-au-mont	Boale o Mon,Boisleux-au-Mont,Boleu-au-Mont,Buale-o-Mon,bu wa lei ou meng,bwyslyks aw mwnt,Боале о Мон,Буале-о-Мон,بويسليكس أو مونت,布瓦勒欧蒙		FR	32	62	621	62151	519	Europe/Paris
6439385	Boisleux-Saint-Marc	boisleux-saint-marc	Boisleux-Saint-Marc		FR	32	62	621	62152	254	Europe/Paris
6439386	Bonnières	bonnieres	Bon'er,Bonijer,bo ni ye er,bwnyrys,Бонијер,Боньер,Боньєр,بونيريس,博尼耶尔		FR	32	62	621	62154	674	Europe/Paris
6439388	Bonningues-lès-Calais	bonningues-les-calais	Bonenzh le Kale,Bonneng-le-Kale,Bonningues-les-Calais,Bonningues-lès-Calais,Bonnink-les-Cales,Bonnink-lès-Calés,bo ni ge lai jia lai,bwnynjwys lyh kalyh,Боненж ле Кале,Бонненг-ле-Кале,بونينجويس ليه كاليه,博尼格莱加来		FR	32	62	626	62156	574	Europe/Paris
6439389	Boubers-lès-Hesmond	boubers-les-hesmond	Boubers-les-Hesmond,Boubers-lès-Hesmond		FR	32	62	624	62157	87	Europe/Paris
6439390	Boubers-sur-Canche	boubers-sur-canche	Boubers-sur-Canche		FR	32	62	621	62158	592	Europe/Paris
6439391	Boulogne-sur-Mer	boulogne-sur-mer	Boulogne,Boulogne-sur-Mer		FR	32	62	623	62160	41669	Europe/Paris
6439392	Bouquehault	bouquehault	Bouquehault		FR	32	62	626	62161	755	Europe/Paris
6439393	Bourecq	bourecq	Bourecq		FR	32	62	622	62162	616	Europe/Paris
6439394	Bourlon	bourlon	Bourlon		FR	32	62	621	62164	1175	Europe/Paris
6439395	Bournonville	bournonville	Burnonvil,Burnonvil',bu nong wei er,bwrnwnfyl,Бурнонвил,Бурнонвиль,Бурнонвіль,بورنونفيل,布农维尔		FR	32	62	623	62165	244	Europe/Paris
6439396	Bours	bours	Bours,Bur,bu er,bwrs,Бур,بورس,布尔		FR	32	62	621	62166	614	Europe/Paris
6439397	Boursin	boursin	Boursin		FR	32	62	626	62167	262	Europe/Paris
6439398	Bourthes	bourthes	Bourthes,Burt,bu er te,bwrthys,Бурт,بورثيس,布尔特		FR	32	62	624	62168	866	Europe/Paris
6439399	Bouvelinghem	bouvelinghem	Bouvelinghem,Bouvelinghin,Buvelengem,Buvlengam,bu wei lan gai mu,bwfylynhym,Бувеленгем,Бувленгам,بوفيلينهيم,布韦兰盖姆		FR	32	62	625	62169	210	Europe/Paris
6439400	Bouvigny-Boyeffles	bouvigny-boyeffles	Bouvigny-Boyeffles		FR	32	62	627	62170	2428	Europe/Paris
6439401	Boyaval	boyaval			FR	32	62	621	62171	134	Europe/Paris
6439402	Boyelles	boyelles	Boyelles		FR	32	62	621	62172	357	Europe/Paris
6439403	Brêmes	bremes	Brem,Breme-les-Arde,Bremes,Brème-lés-Arde,Brêmes,brymys bad kalyh,bu lei mu,Брем,بريميس،باد كاليه,布雷姆		FR	32	62	626	62174	1290	Europe/Paris
6439404	Brévillers	brevillers	Brevijer,Brevil'e,Breville,Brévillé,bu lei wei lai er,Бревилье,Бревијер,Бревільє,布雷维莱尔		FR	32	62	624	62175	159	Europe/Paris
6439405	Bréxent-Énocq	brexent-enocq	Breksan Enok,Breksan-Enok,Brexent-Enocq,Bréxent-Enocq,Bréxent-Énocq,bryksnt ynwsk,bu lei ke sang ai nuo ke,Брексан Енок,Брексан-Енок,بريكسنت ينوسك,布雷克桑埃诺克		FR	32	62	624	62176	688	Europe/Paris
6439406	Brimeux	brimeux	Brimeux		FR	32	62	624	62177	839	Europe/Paris
6439407	Brunembert	brunembert	Brunembert		FR	32	62	623	62179	416	Europe/Paris
6439408	Bucquoy	bucquoy	Bikoa,Bjukua,Bucquoe,Bucquoy,Bucquoé,bi kua,bwskywy,Бикоа,Бюкуа,بوسكيوي,比夸		FR	32	62	621	62181	1467	Europe/Paris
6439409	Buire-au-Bois	buire-au-bois	Bir o Boa,Bjuir-o-Bua,Buire-au-Bois,Buire-au-Bos,bi er ou bu wa,bywry aw bwys,Бир о Боа,Бюир-о-Буа,Бюїр-о-Буа,بيوري أو بويس,比尔欧布瓦		FR	32	62	621	62182	229	Europe/Paris
6439410	Buire-le-Sec	buire-le-sec			FR	32	62	624	62183	786	Europe/Paris
6439411	Buissy	buissy	Bisi,Bjuissi,Buissy,bi xi,bwyzy,Биси,Бюисси,Бюїссі,بويزي,比西		FR	32	62	621	62184	258	Europe/Paris
6439412	Bullecourt	bullecourt	Bullecourt		FR	32	62	621	62185	239	Europe/Paris
6439413	Bully-les-Mines	bully-les-mines	Bully-les-Mines		FR	32	62	627	62186	12299	Europe/Paris
6439414	Buneville	buneville	Benvil,Bjunevil',Buneville,bi nei wei er,bwnyfaly,Бенвил,Бюневиль,Бюневіль,بونيفالي,比内维尔		FR	32	62	621	62187	178	Europe/Paris
6439415	Burbure	burbure	Burbure		FR	32	62	622	62188	2925	Europe/Paris
6439417	Busnes	busnes	Busnes		FR	32	62	622	62190	1291	Europe/Paris
6439418	Caffiers	caffiers	Caffiers,Kaff'e,Kaffe,Kafjer,ka fei ye,kafyrs,Каффье,Каффє,Кафјер,كافيرس,卡菲耶		FR	32	62	626	62191	758	Europe/Paris
6439419	Calonne-Ricouart	calonne-ricouart	Calonne-Ricouart		FR	32	62	622	62194	5466	Europe/Paris
6439420	Calonne-sur-la-Lys	calonne-sur-la-lys			FR	32	62	622	62195	1565	Europe/Paris
6439421	Camblain-Châtelain	camblain-chatelain	Camblain-Chatelain,Camblain-Châtelain,Camblin-Catelin,Kamblen Shatlen,Kamblen-Shatlen,kamblyn shatylayn,kang bu lan sha te lan,Камблен Шатлен,Камблен-Шатлен,كامبلين شاتيلاين,康布兰沙特兰		FR	32	62	622	62197	1777	Europe/Paris
6439422	Cambligneul	cambligneul	Cambligneul,Camblignu,Kamblin'el',Kamblinel,kamblyjnywl,kang bu li ni e er,Камблиньель,Камблињел,Камбліньєль,كامبليجنيول,康布利尼厄尔		FR	32	62	621	62198	339	Europe/Paris
6439423	Camblain-l'Abbé	camblain-l-abbe	Camblain-l'Abbe,Camblain-l'Abbé		FR	32	62	621	62199	652	Europe/Paris
6439424	Cambrin	cambrin	Cambrin		FR	32	62	622	62200	1189	Europe/Paris
6439425	Camiers	camiers	Camiers		FR	32	62	624	62201	2685	Europe/Paris
6439426	Campagne-lès-Boulonnais	campagne-les-boulonnais	Campagne-les-Boulonnais,Campagne-lès-Boulonnais		FR	32	62	624	62202	613	Europe/Paris
6439427	Campagne-lès-Hesdin	campagne-les-hesdin	Campagne-les-Hesdin,Campagne-lès-Hesdin,Campania,Kampan lez Eden,Kampan'-le-Ehden,Kampan'-lez-Eden,kambajny lyh hysdyn,kang pa nie lai sai si dan,Кампань-ле-Эден,Кампань-лез-Еден,Кампањ лез Еден,كامباجني ليه هيسدين,康帕涅莱塞斯丹		FR	32	62	624	62204	1901	Europe/Paris
6439428	Campagne-lès-Wardrecques	campagne-les-wardrecques	Campagne-les-Wardrecques,Campagne-lès-Wardrecques		FR	32	62	625	62205	1223	Europe/Paris
6439429	Campigneulles-les-Grandes	campigneulles-les-grandes	Campigneulles-les-Grandes,Campignole-les-Grandes,Campignole-lès-Grandes,Kampin'el'-le-Grand,Kampinel le Grand,da kang pi ni e lei,kambyjnwlys lyh jrands,Кампиньель-ле-Гранд,Кампињел ле Гранд,Кампіньєль-ле-Гранд,كامبيجنوليس ليه جراندس,大康皮尼厄勒		FR	32	62	624	62206	292	Europe/Paris
6439430	Campigneulles-les-Petites	campigneulles-les-petites			FR	32	62	624	62207	551	Europe/Paris
6439431	Canettemont	canettemont	Canettemont		FR	32	62	621	62208	70	Europe/Paris
6439432	Canlers	canlers	Kanle,Kanler,kang lai er,kanlyrs,Канле,Канлер,كانليرس,康莱尔		FR	32	62	624	62209	162	Europe/Paris
6439433	Capelle-Fermont	capelle-fermont	Capelle-Fermont		FR	32	62	621	62211	215	Europe/Paris
6439434	Carency	carency	Carinchy,Karansi,ka lang xi,karynsy,Каранси,Карансі,كارينسي,卡朗西		FR	32	62	627	62213	735	Europe/Paris
6439435	Carly	carly	Carly,Karli,ka er li,karly,Карли,Карлі,كارلي,卡尔利		FR	32	62	623	62214	555	Europe/Paris
6439436	Carvin	carvin	Carvin		FR	32	62	627	62215	17167	Europe/Paris
6439437	Cauchy-à-la-Tour	cauchy-a-la-tour	Cauchy-a-la-Tour,El-Cauchie-a-lTour,El-Cauchie-à-lTour,Koshi a la Tur,Koshi-a-la-Tur,kawtshy la twr,ke xi la tu er,Коши а ла Тур,Коши-а-ла-Тур,Коші-а-ла-Тур,كاوتشي لا تور,科希拉图尔		FR	32	62	622	62217	2860	Europe/Paris
6439438	Caucourt	caucourt	Caucourt,Kokur,kawkwrt,ke ku er,Кокур,كاوكورت,科库尔		FR	32	62	622	62218	346	Europe/Paris
6439439	Caumont	caumont	Komon,ke meng,kwmnt,Комон,كومنت,科蒙		FR	32	62	624	62219	169	Europe/Paris
6439440	Cavron-Saint-Martin	cavron-saint-martin	Kavron Sen Marten,Kavron-Sen-Marten,ka fu long sheng ma dan,kafrwn san martn,Каврон Сен Мартен,Каврон-Сен-Мартен,كافرون سان مارتن,卡夫龙圣马丹		FR	32	62	624	62220	463	Europe/Paris
6439441	Chelers	chelers	Shele,Sheler,tshylyrs,xie lai er,Шеле,Шелер,تشيليرس,谢莱尔		FR	32	62	621	62221	266	Europe/Paris
6439442	Chériennes	cheriennes	Cheriene,Chériène,Sher'enn,Sherenn,Sherjen,tshyrynys,xie li ye ne,Шерьенн,Шерєнн,Шерјен,تشيرينيس,谢里耶讷		FR	32	62	624	62222	151	Europe/Paris
6439443	Chérisy	cherisy	Cherisy,Chérisy		FR	32	62	621	62223	295	Europe/Paris
6439444	Chocques	chocques	Shok,shao ke,tshwkyws,Шок,تشوكيوس,绍克		FR	32	62	622	62224	2920	Europe/Paris
6439445	Clairmarais	clairmarais	Clairmarais		FR	32	62	625	62225	634	Europe/Paris
6439447	Clenleu	clenleu	Clenleu,Klanle,Klenle,ke lang lei,klynlyw,Кланле,Кленле,كلينليو,克朗勒		FR	32	62	624	62227	197	Europe/Paris
6439448	Clerques	clerques	Clerques		FR	32	62	625	62228	320	Europe/Paris
6439449	Cléty	clety	Clety,Cléty,Kelty,Kleti,ke lai di,klyty,Клети,Клеті,كليتي,克莱蒂		FR	32	62	625	62229	757	Europe/Paris
6439450	Colembert	colembert	Colembert		FR	32	62	623	62230	923	Europe/Paris
6439452	Conchil-le-Temple	conchil-le-temple	Conchil-le-Temple		FR	32	62	624	62233	1132	Europe/Paris
6439453	Conchy-sur-Canche	conchy-sur-canche	Conchy-su-Canche,Conchy-sur-Canche,Konshi sir Kansh,Konshi-sjur-Kansh,kang shen he pan kong xi,kwntshy swr kantshy,Конши сир Канш,Конши-сюр-Канш,Конші-сюр-Канш,كونتشي سور كانتشي,康什河畔孔希		FR	32	62	621	62234	213	Europe/Paris
6439454	Condette	condette	Condette		FR	32	62	623	62235	2523	Europe/Paris
6439455	Contes	contes	Contes,Kont,kong te,kwnts,Конт,كونتس,孔特		FR	32	62	624	62236	328	Europe/Paris
6439456	Conteville-lès-Boulogne	conteville-les-boulogne	Conteville-les-Boulogne,Conteville-lès-Boulogne		FR	32	62	623	62237	465	Europe/Paris
6439457	Corbehem	corbehem			FR	32	62	621	62240	2357	Europe/Paris
6439458	Cormont	cormont	Cormont		FR	32	62	624	62241	327	Europe/Paris
6439459	Couin	couin	Couin		FR	32	62	621	62242	111	Europe/Paris
6439460	Coullemont	coullemont			FR	32	62	621	62243	115	Europe/Paris
6439461	Coulomby	coulomby	Coulomby,Kulombi,ku long bi,kwlwmby,Куломби,Куломбі,كولومبي,库隆比		FR	32	62	625	62245	735	Europe/Paris
6439462	Coupelle-Neuve	coupelle-neuve	Coupelle-Neuve,Kupel'-Nev,kwbyly nywf,xin ku pei lei,Купель-Нев,كوبيلي نيوف,新库佩勒		FR	32	62	624	62246	163	Europe/Paris
6439463	Coupelle-Vieille	coupelle-vieille	Coupelle-Vieille,Kupel'-V'ej,Kupel'-Vej,jiu ku pei lei,kwbyly fyly,Купель-Вьей,Купель-Вєй,كوبيلي فيلي,旧库佩勒		FR	32	62	624	62247	607	Europe/Paris
6439464	Courcelles-le-Comte	courcelles-le-comte			FR	32	62	621	62248	451	Europe/Paris
6439465	Courrières	courrieres	Courrieres,Courrières		FR	32	62	627	62250	10579	Europe/Paris
6439466	Courset	courset	Courset		FR	32	62	623	62251	517	Europe/Paris
6439467	Couturelle	couturelle	Couturelle		FR	32	62	621	62253	67	Europe/Paris
6439468	Coyecques	coyecques	Coyecque,Coyecques,Coyécque,Kojek,Kuaek,kua ye ke,kwyskyws,Којек,Куаек,Куаєк,كويسكيوس,夸耶克		FR	32	62	625	62254	595	Europe/Paris
6439469	Crémarest	cremarest	Cremarest,Crémarest		FR	32	62	623	62255	782	Europe/Paris
6439470	Crépy	crepy	Crepy,Crépy,Kerpy,Krepi,ke lei pi,kryby,Крепи,Крепі,كريبي,克雷皮		FR	32	62	624	62256	150	Europe/Paris
6439471	Créquy	crequy	Crequy,Créquy,Kerquy,Kreki,Kérquy,ke lei ji,krykywy,Креки,Крекі,كريكيوي,克雷基		FR	32	62	624	62257	489	Europe/Paris
6439472	Cuinchy	cuinchy	Cuinchy		FR	32	62	622	62262	1745	Europe/Paris
6439473	Dainville	dainville	Denvij,Denvil',dan wei er,daynfyly,Денвиль,Денвиј,Денвіль,داينفيلي,丹维尔		FR	32	62	621	62263	5573	Europe/Paris
6439474	Dannes	dannes	Dannes		FR	32	62	623	62264	1330	Europe/Paris
6439475	Delettes	delettes	Delet,Delett,Delettes,Edlettes,de lai te,dylytys,Édlettes,Делет,Делетт,ديليتيس,德莱特		FR	32	62	625	62265	1174	Europe/Paris
6439476	Denier	denier	Den'e,Denier,Denije,de ni ye,dynyr,Деније,Денье,Деньє,دينير,德尼耶		FR	32	62	621	62266	83	Europe/Paris
6439477	Desvres	desvres	Desvres		FR	32	62	623	62268	5040	Europe/Paris
6439478	Diéval	dieval	D'eval',Dieval,Diéval,Djeval,di ye wa er,dyfal,Дьеваль,Дьєваль,Дјевал,ديفال,迪耶瓦尔		FR	32	62	622	62269	753	Europe/Paris
6439479	Divion	divion	Div'on,Divion,di wei yong,dyfwn  bad kalyh,Дивион,Дивьон,Дівіон,ديفون، باد كاليه,迪维永		FR	32	62	622	62270	6905	Europe/Paris
6439480	Dohem	dohem	Dohem		FR	32	62	625	62271	832	Europe/Paris
6439481	Douchy-lès-Ayette	douchy-les-ayette	Douchy-les-Ayette,Douchy-lès-Ayette,Dushi lez Ajet,Dushi-lez-Aett,du xi lai a ye te,dwtshy lyh ayty,Души лез Ајет,Души-лез-Аетт,Душі-лез-Аєтт,دوتشي ليه أيتي,杜希莱阿耶特		FR	32	62	621	62272	304	Europe/Paris
6439482	Doudeauville	doudeauville	Doudeauville,Doudiauville,Dudovil,Dudovil',du duo wei er,dwdyafyl,Дудовил,Дудовиль,Дудовіль,دوديافيل,杜多维尔		FR	32	62	623	62273	576	Europe/Paris
6439483	Dourges	dourges	Dourges		FR	32	62	627	62274	5828	Europe/Paris
6439485	Drocourt	drocourt	Drocourt,Drokur,de luo ku er,drwkwrt,Дрокур,دروكورت,德罗库尔		FR	32	62	627	62277	2936	Europe/Paris
6439486	Echinghen	echinghen	Echinghen		FR	32	62	623	62281	393	Europe/Paris
6442820	Marthod	marthod	Marthod		FR	84	73	731	73153	1373	Europe/Paris
6439488	Écourt-Saint-Quentin	ecourt-saint-quentin	Aicort-Saint-Quintin,Ecourt-Saint-Quentin,Ekur Sen Kenten,Ekur-Sen-Kanten,ai ku er sheng kun ting,akwrt san kwyntyn,Écourt-Saint-Quentin,Екур Сен Кентен,Екур-Сен-Кантен,إكورت سان كوينتين,艾库尔圣昆廷		FR	32	62	621	62284	1668	Europe/Paris
6439489	Écoust-Saint-Mein	ecoust-saint-mein	Ecoust-Saint-Mein,Écoust-Saint-Mein		FR	32	62	621	62285	492	Europe/Paris
6439490	Ecquedecques	ecquedecques	Ecquedecques		FR	32	62	622	62286	509	Europe/Paris
6439491	Ecques	ecques			FR	32	62	625	62288	2120	Europe/Paris
6439492	Écuires	ecuires	Ecuires,Ekjuir,ai qu er,aswyrys,Écuires,Екюир,Екюїр,إسويريس,埃屈尔		FR	32	62	624	62289	739	Europe/Paris
6439493	Écurie	ecurie	Ecurie,Écurie		FR	32	62	621	62290	392	Europe/Paris
6439494	Éleu-dit-Leauwette	eleu-dit-leauwette	Eleu-dit-Leauwette,Éleu-dit-Leauwette		FR	32	62	627	62291	2960	Europe/Paris
6439495	Elnes	elnes	Elnes		FR	32	62	625	62292	935	Europe/Paris
6439496	Embry	embry	Ambri,Embry,ambry,ang bu li,Амбри,Амбрі,امبري,昂布里		FR	32	62	624	62293	242	Europe/Paris
6439497	Enquin-lez-Guinegatte	enquin-lez-guinegatte	Enquin-lez-Guinegatte		FR	32	62	625	62295	1611	Europe/Paris
6439498	Enquin-sur-Baillons	enquin-sur-baillons	Enken-sjur-Bajon,Enquin-sur-Baillons,ankywyn swr baylwns,bai long he pan kan cun,Енкен-сюр-Байон,إنكيوين سور بايلونس,拜隆河畔坎村		FR	32	62	624	62296	280	Europe/Paris
6439499	Eps	eps	Eps,ai pu,aybs,Епс,إيبس,埃普		FR	32	62	621	62299	249	Europe/Paris
6439500	Équihen-Plage	equihen-plage	Equihen-Plage,Équihen-Plage		FR	32	62	623	62300	2767	Europe/Paris
6439501	Équirre	equirre	Equirre,Équirre		FR	32	62	621	62301	72	Europe/Paris
6439502	Érin	erin	Eren,Erin,ai lan,ayryn,Érin,Ерен,Ерин,إيرين,埃兰		FR	32	62	621	62303	228	Europe/Paris
6439503	Erny-Saint-Julien	erny-saint-julien	Arny-Saint-Julien,Erni-Sen-Zhul'en,Erny-Saint-Julien,ai er ni sheng yu lian,arny san jwlyan,Ерни-Сен-Жульен,Ерні-Сен-Жульєн,إرني سان جوليان,埃尔尼圣于连		FR	32	62	625	62304	328	Europe/Paris
6439504	Ervillers	ervillers			FR	32	62	621	62306	403	Europe/Paris
6439505	Esquerdes	esquerdes	Esquerdes		FR	32	62	625	62309	1617	Europe/Paris
6439506	Essars	essars	Essars		FR	32	62	622	62310	1708	Europe/Paris
6439507	Estevelles	estevelles			FR	32	62	627	62311	2048	Europe/Paris
6439508	Estrée-Blanche	estree-blanche			FR	32	62	622	62313	968	Europe/Paris
6439509	Estrée-Cauchy	estree-cauchy			FR	32	62	622	62314	377	Europe/Paris
6439510	Estréelles	estreelles	Estreelles,Estréelles		FR	32	62	624	62315	357	Europe/Paris
6439511	Estrée-Wamin	estree-wamin	Estree-Wamin,Estrée-Wamin		FR	32	62	621	62316	169	Europe/Paris
6439512	Étaing	etaing	Etaing,Étaing		FR	32	62	621	62317	444	Europe/Paris
6439513	Étaples	etaples	Etaples,Étaples		FR	32	62	624	62318	11034	Europe/Paris
6439514	Éterpigny	eterpigny	Eterpigny,Eterpin'i,Eterpini,ai tai er pi ni,atyrbyjny,Етерпиньи,Етерпињи,Етерпіньї,إتيربيجني,埃泰尔皮尼		FR	32	62	621	62319	257	Europe/Paris
6439515	Étrun	etrun	Etrun,Étrun		FR	32	62	621	62320	317	Europe/Paris
6439516	Évin-Malmaison	evin-malmaison	Ehven-Mal'mezon,Even-Mal'mezon,Even-Malmezon,Evin-Malmaison,ai wan ma er mai zong,ayfyn malmyswn,Évin-Malmaison,Евен-Малмезон,Евен-Мальмезон,Эвен-Мальмезон,إيفين مالميسون,埃万马尔迈宗		FR	32	62	627	62321	4580	Europe/Paris
6439518	Fampoux	fampoux	Fampoux		FR	32	62	621	62323	1165	Europe/Paris
6439519	Farbus	farbus	Farbju,Farbus,fa er bi,farbws,Фарбю,فاربوس,法尔比		FR	32	62	621	62324	554	Europe/Paris
6439520	Fauquembergues	fauquembergues	Fauquembergues,Fauquimbergue,Fokamberg,fawkywmbyrjws,fu kang bei ge,Фокамберг,فاوكيومبيرجوس,福康贝格		FR	32	62	625	62325	991	Europe/Paris
6439521	Favreuil	favreuil	Favreuil		FR	32	62	621	62326	231	Europe/Paris
6439522	Febvin-Palfart	febvin-palfart	Febvin-Palfart		FR	32	62	625	62327	596	Europe/Paris
6439523	Ferfay	ferfay	Ferfay,Ferfe,Fracfagium,fei er fei,fyrfay,Ферфе,فيرفاي,费尔费		FR	32	62	622	62328	915	Europe/Paris
6439524	Ferques	ferques	Ferques		FR	32	62	623	62329	1805	Europe/Paris
6439525	Festubert	festubert	Festjuber,Festubert,fei si di bei er,fystwbyrt,Фестюбер,فيستوبيرت,费斯蒂贝尔		FR	32	62	622	62330	1315	Europe/Paris
6439526	Feuchy	feuchy	Feuchy		FR	32	62	621	62331	1037	Europe/Paris
6439527	Ficheux	ficheux	Ficheux		FR	32	62	621	62332	526	Europe/Paris
6439528	Fiefs	fiefs	F'ef,Fef,Fie,Fiefs,Fié,fei ye fu,fyfs,Фьеф,Фєф,فيفس,菲耶夫		FR	32	62	621	62333	384	Europe/Paris
6439529	Fiennes	fiennes	F'enn,Fenn,Fiennes,fei ye ne,fynys,Фьенн,Фєнн,فينيس,菲耶讷		FR	32	62	626	62334	897	Europe/Paris
6439530	Fillièvres	fillievres	Ferieuffes,Fijevr,Fillievres,Fillièvres,Férieuffes,fei li ye fu er,fylyfrys,Фийевр,Фійєвр,فيليفريس,菲利耶夫尔		FR	32	62	624	62335	501	Europe/Paris
6439531	Fléchin	flechin	Felchin,Flechin,Fleshen,Fléchin,Félchin,flytshyn,fu lai shang,Флешен,فليتشين,弗莱尚		FR	32	62	625	62336	485	Europe/Paris
6439532	Fleurbaix	fleurbaix			FR	32	62	622	62338	2685	Europe/Paris
6439533	Fleury	fleury	Fleri,Fleury,flwry,fu lei li,Флери,Флері,فلوري,弗勒里		FR	32	62	621	62339	127	Europe/Paris
6439534	Floringhem	floringhem	Florengem,Floringhem,flwrynhym,fu luo lan gai mu,Флоренгем,فلورينهيم,弗洛兰盖姆		FR	32	62	621	62340	905	Europe/Paris
6439535	Foncquevillers	foncquevillers	Foncquevillers,Fonkeville,feng ke wei lai er,fwskywfylyrs,Фонкевилле,Фонкевілле,فوسكيوفيليرس,丰克维莱尔		FR	32	62	621	62341	442	Europe/Paris
6439536	Fontaine-lès-Boulans	fontaine-les-boulans	Fontaine-les-Boulans,Fontaine-lès-Boulans		FR	32	62	621	62342	97	Europe/Paris
6439537	Fontaine-lès-Croisilles	fontaine-les-croisilles	Fontaine-les-Croisilles,Fontaine-lès-Croisilles		FR	32	62	621	62343	285	Europe/Paris
6439538	Fontaine-lès-Hermans	fontaine-les-hermans	Fontaine-les-Hermans,Fontaine-lès-Hermans		FR	32	62	621	62344	112	Europe/Paris
6439539	Fortel-en-Artois	fortel-en-artois	Fortel-en-Artois		FR	32	62	621	62346	212	Europe/Paris
6439540	Fosseux	fosseux	Fosseux		FR	32	62	621	62347	140	Europe/Paris
6439541	Foufflin-Ricametz	foufflin-ricametz	Foufflin-Ricametz		FR	32	62	621	62348	156	Europe/Paris
6439542	Fouquereuil	fouquereuil	Fouquereuil,Fouquereul,Fukerej,Fukrej,fu kai lei yi,fwkywrywyl,Фукерей,Фукреј,فوكيوريويل,富凯勒伊		FR	32	62	622	62349	1547	Europe/Paris
6439543	Fouquières-lès-Béthune	fouquieres-les-bethune	Foukere-les-Betheune,Foukère-lès-Bétheune,Fuk'er-le-Betjun,Fuker-le-Betjun,Fukjer le Beten,fu ji ye er lai bei di ne,fwkywyrys lyh bythwn,Фукьер-ле-Бетюн,Фукєр-ле-Бетюн,Фукјер ле Бетен,فوكيويريس ليه بيثون,富基耶尔莱贝蒂讷		FR	32	62	622	62350	1074	Europe/Paris
6439544	Fouquières-lès-Lens	fouquieres-les-lens			FR	32	62	627	62351	6353	Europe/Paris
6439545	Framecourt	framecourt	Framecourt		FR	32	62	621	62352	105	Europe/Paris
6439546	Frémicourt	fremicourt	Fremicourt,Fremikur,Frémicourt,frymykwrt,fu lei mi ku er,Фремикур,Фремікур,فريميكورت,弗雷米库尔		FR	32	62	621	62353	248	Europe/Paris
6439547	Frencq	frencq	Frank,Frencq,frynsk,fu lang ke,Франк,فرينسك,弗朗克		FR	32	62	624	62354	827	Europe/Paris
6439548	Fresnes-lès-Montauban	fresnes-les-montauban	Fresnes-les-Montauban,Fresnes-lès-Montauban		FR	32	62	621	62355	568	Europe/Paris
6439549	Fresnicourt-le-Dolmen	fresnicourt-le-dolmen	Fresnicourt-le-Dolmen		FR	32	62	622	62356	760	Europe/Paris
6439550	Fresnoy-en-Gohelle	fresnoy-en-gohelle	Fresnoy-en-Gohelle		FR	32	62	621	62358	217	Europe/Paris
6439551	Fréthun	frethun			FR	32	62	626	62360	1288	Europe/Paris
6439552	Frévent	frevent	Frevent,Frévent		FR	32	62	621	62361	3582	Europe/Paris
6439553	Frévillers	frevillers	Freville,Frevillers,Frévillers,fryfylyrs,fu lei wei lai er,Фревилле,Фревілле,فريفيليرس,弗雷维莱尔		FR	32	62	621	62362	243	Europe/Paris
6439554	Frévin-Capelle	frevin-capelle	Fervin-Capelle,Freven-Kapel',Frevin-Capelle,Frévin-Capelle,Férvin-Capelle,fryfyn kabyl,fu lei wan ka pei lei,Фревен-Капель,فريفين كابيل,弗雷万卡佩勒		FR	32	62	621	62363	375	Europe/Paris
6439555	Fruges	fruges	Frjuzh,Fruche,Fruges,frwjys,fu lu ri,Фрюж,فروجيس,弗吕日		FR	32	62	624	62364	2388	Europe/Paris
6439556	Galametz	galametz	Galamec,jalamytz,jia la mei si,Галамец,جالاميتز,加拉梅斯		FR	32	62	624	62365	201	Europe/Paris
6439557	Gauchin-Légal	gauchin-legal	Gauchin-Legal,Gauchin-Légal		FR	32	62	622	62366	322	Europe/Paris
6439558	Gauchin-Verloingt	gauchin-verloingt	Gauchin-Verloingt		FR	32	62	621	62367	846	Europe/Paris
6439559	Gaudiempré	gaudiempre	Gaudiempre,Gaudiempré		FR	32	62	621	62368	198	Europe/Paris
6439560	Gavrelle	gavrelle	Gavrelle		FR	32	62	621	62369	622	Europe/Paris
6439562	Givenchy-en-Gohelle	givenchy-en-gohelle			FR	32	62	627	62371	1962	Europe/Paris
6439563	Givenchy-le-Noble	givenchy-le-noble	Givenchy-le-Noble		FR	32	62	621	62372	151	Europe/Paris
6439564	Gomiécourt	gomiecourt	Gomiecourt,Gomiécourt		FR	32	62	621	62374	153	Europe/Paris
6439565	Gonnehem	gonnehem	Gonnehem		FR	32	62	622	62376	2549	Europe/Paris
6439566	Gosnay	gosnay	Gosnay		FR	32	62	622	62377	946	Europe/Paris
6439567	Gouves	gouves	Gouves,Guv,gu wei si,jwfys,Гув,جوفيس,古韦斯		FR	32	62	621	62378	197	Europe/Paris
6439568	Gouy-en-Artois	gouy-en-artois	Gouy-en-Artois		FR	32	62	621	62379	326	Europe/Paris
6439569	Gouy-en-Ternois	gouy-en-ternois	Gouy-en-Ternois		FR	32	62	621	62381	136	Europe/Paris
6439570	Gouy-Saint-André	gouy-saint-andre	Gouy-Saint-Andre,Gouy-Saint-André		FR	32	62	624	62382	639	Europe/Paris
6439571	Gouy-sous-Bellonne	gouy-sous-bellonne	Gouy-sous-Bellonne,Gui-su-Bellonn,gu yi su bei luo ne,jwy sws bylwny,Гуи-су-Беллонн,Гуї-су-Беллонн,جوي سوس بيلوني,古伊苏贝洛讷		FR	32	62	621	62383	1363	Europe/Paris
6439572	Graincourt-lès-Havrincourt	graincourt-les-havrincourt			FR	32	62	621	62384	633	Europe/Paris
6439573	Grenay	grenay	Grene,Guernay,ge lei nai,jrynay,Грене,جريناي,格勒奈		FR	32	62	627	62386	6889	Europe/Paris
6439574	Grévillers	grevillers	Greville,Grevillers,Grévillers,ge lei wei lai er,jryfylyrs,Гревилле,Гревілле,جريفيليرس,格雷维莱尔		FR	32	62	621	62387	365	Europe/Paris
6439575	Grincourt-lès-Pas	grincourt-les-pas	Grincourt-les-Pas,Grincourt-lès-Pas		FR	32	62	621	62389	29	Europe/Paris
6439576	Groffliers	groffliers	Groffl'e,Groffliers,Groufiye,Groufiyé,ge luo fu li ye,jrwflyrs,Гроффлье,Гроффльє,جروفليرس,格罗夫利耶		FR	32	62	624	62390	1492	Europe/Paris
6439577	Guarbecque	guarbecque			FR	32	62	622	62391	1434	Europe/Paris
6439578	Guémappe	guemappe	Guemappe,Guémappe		FR	32	62	621	62392	341	Europe/Paris
6439579	Guemps	guemps			FR	32	62	626	62393	1097	Europe/Paris
6439580	Guigny	guigny	Gin'i,Guigny,ji ni,jwyjny,Гиньи,Гіньї,جويجني,吉尼		FR	32	62	624	62395	150	Europe/Paris
6439581	Guinecourt	guinecourt	Guinecourt		FR	32	62	621	62396	18	Europe/Paris
6439582	Guisy	guisy	Guisy		FR	32	62	624	62398	268	Europe/Paris
6439583	Habarcq	habarcq	Habarcq		FR	32	62	621	62399	684	Europe/Paris
6439584	Haillicourt	haillicourt	Aikur,Ajikur,Haillicourt,a yi ku er,haylykwrt,Аикур,Айикур,Аїкур,Ајикур,هايليكورت,阿伊库尔		FR	32	62	622	62400	4942	Europe/Paris
6439585	Haisnes	haisnes	Ehn,En,ai ne,haysnys,Ен,Эн,هايسنيس,艾讷		FR	32	62	622	62401	4336	Europe/Paris
6439586	Halinghen	halinghen	Halinghen		FR	32	62	623	62402	331	Europe/Paris
6439587	Hallines	hallines			FR	32	62	625	62403	1206	Europe/Paris
6439588	Halloy	halloy	Allua,Aloa,a lu wa,halwy,Аллуа,Алоа,هالوي,阿卢瓦		FR	32	62	621	62404	225	Europe/Paris
6439589	Hamblain-les-Prés	hamblain-les-pres	Hamblain-les-Pres,Hamblain-les-Prés		FR	32	62	621	62405	504	Europe/Paris
6439590	Hamelincourt	hamelincourt	Amelenkur,Amlenkur,Hamelincourt,a mei lan ku er,hamylynkwrt,Амеленкур,Амленкур,هاميلينكورت,阿梅兰库尔		FR	32	62	621	62406	256	Europe/Paris
6439591	Ham-en-Artois	ham-en-artois	Am an Artoa,Am-an-Artua,a mu ang na tu wa,ham an artwys,Ам ан Артоа,Ам-ан-Артуа,هام إن أرتويس,阿姆昂纳图瓦		FR	32	62	622	62407	1009	Europe/Paris
6439592	Hames-Boucres	hames-boucres	Hames-Boucres		FR	32	62	626	62408	1475	Europe/Paris
6439593	Hannescamps	hannescamps	Hannescamps		FR	32	62	621	62409	198	Europe/Paris
6439594	Haplincourt	haplincourt	Haplincourt		FR	32	62	621	62410	186	Europe/Paris
6439595	Haravesnes	haravesnes	Araven,Haravesnes,a la wei ne,harafysnys,Аравен,هارافيسنيس,阿拉韦讷		FR	32	62	621	62411	50	Europe/Paris
6439596	Hardinghen	hardinghen	Hardinghen		FR	32	62	626	62412	1206	Europe/Paris
6439597	Harnes	harnes	Harnes		FR	32	62	627	62413	12524	Europe/Paris
6439598	Hautecloque	hautecloque	Hautecloque,Otklok,hawtyklwk,ou tai ke luo ke,Отклок,هاوتيكلوك,欧泰克洛克		FR	32	62	621	62416	219	Europe/Paris
6439599	Hébuterne	hebuterne	Ebjutern,Hebuterne,Heputerne,Hébuterne,Héputerne,ai bi tai er ne,hybwtyrn,Ебютерн,هيبوتيرن,埃比泰尔讷		FR	32	62	621	62422	524	Europe/Paris
6439600	Helfaut	helfaut	Helfaut		FR	32	62	625	62423	1669	Europe/Paris
6439601	Hendecourt-lès-Cagnicourt	hendecourt-les-cagnicourt	Hendecourt-les-Cagnicourt,Hendecourt-lès-Cagnicourt		FR	32	62	621	62424	314	Europe/Paris
6439602	Hendecourt-lès-Ransart	hendecourt-les-ransart	Hendecourt-les-Ransart,Hendecourt-lès-Ransart		FR	32	62	621	62425	134	Europe/Paris
6439603	Héninel	heninel	Eninel',Heninel,Héninel,ai ni nei lei,hynynyl,Енинель,Енінель,هينينيل,埃尼内勒		FR	32	62	621	62426	181	Europe/Paris
6439604	Hénin-Beaumont	henin-beaumont	Henin-Beaumont,Hénin-Beaumont		FR	32	62	627	62427	25901	Europe/Paris
6439605	Hénin-sur-Cojeul	henin-sur-cojeul	Enen-sjur-Kozhel',Henin-sur-Cojeul,Hénin-sur-Cojeul,hynan swr kwjywl,ke re lei he pan ai nan,Енен-сюр-Кожель,هينان سور كوجيول,科热勒河畔埃南		FR	32	62	621	62428	532	Europe/Paris
6439606	Henneveux	henneveux			FR	32	62	623	62429	301	Europe/Paris
6439607	Hénu	henu	Henu,Hénu		FR	32	62	621	62430	166	Europe/Paris
6439609	Herbinghen	herbinghen	Erbengan,Herbinghen,ai er ban gang,hyrbynhyn,Ербенган,هيربينهين,埃尔班冈		FR	32	62	626	62432	368	Europe/Paris
6439610	Héricourt	hericourt	Erikur,Hericourt,Héricourt,ai li ku er,hyrykwrt,Ерикур,هيريكورت,埃里库尔		FR	32	62	621	62433	96	Europe/Paris
6439611	Herlincourt	herlincourt	Herlincourt		FR	32	62	621	62435	106	Europe/Paris
6439612	Herlin-le-Sec	herlin-le-sec	Erlen-le-Sek,Herlin-le-Sec,ai lan lei sai ke,hyrlyn ly syk,Ерлен-ле-Сек,هيرلين لي سيك,埃兰勒塞克		FR	32	62	621	62436	177	Europe/Paris
6439613	Herly	herly	Erli,Herly,ai er li,hyrly,Ерли,Ерлі,هيرلي,埃尔利		FR	32	62	624	62437	321	Europe/Paris
6439614	Hermelinghen	hermelinghen			FR	32	62	626	62439	405	Europe/Paris
6439615	Hermies	hermies	Army,Ehrmi,Ermi,ai er mi,hyrmys,Ерми,Ермі,Эрми,هيرميس,埃尔米		FR	32	62	621	62440	1184	Europe/Paris
6439616	Hermin	hermin	Hermin		FR	32	62	622	62441	212	Europe/Paris
6439617	Hernicourt	hernicourt	Ernikur,Harnicourt,Hernicourt,ai ni ku er,hyrnykwrt,Ерникур,Ернікур,هيرنيكورت,埃尼库尔		FR	32	62	621	62442	559	Europe/Paris
6439618	Hersin-Coupigny	hersin-coupigny	Ehrsen-Kupin'i,Ersen-Kupin'i,Hersin-Coupigny,ai er sang ku pi ni,hyrnys kwbyjny,Ерсен-Купиньи,Ерсен-Купіньї,Эрсен-Купиньи,هيرنيس كوبيجني,埃尔桑库皮尼		FR	32	62	622	62443	6236	Europe/Paris
6439619	Hervelinghen	hervelinghen			FR	32	62	623	62444	234	Europe/Paris
6439620	Hesdigneul-lès-Béthune	hesdigneul-les-bethune	Esdin'el'-le-Betjun,Hedignu-les-Betheune,Hédignu-lès-Bétheune,ai di ni e lei lai bei di ne,hysdyjnywl lyh bythwn,Есдиньель-ле-Бетюн,Есдіньєль-ле-Бетюн,هيسديجنيول ليه بيثون,埃迪尼厄勒莱贝蒂讷		FR	32	62	622	62445	824	Europe/Paris
6439621	Hesdigneul-lès-Boulogne	hesdigneul-les-boulogne	Hesdigneul-les-Boulogne,Hesdigneul-lès-Boulogne		FR	32	62	623	62446	667	Europe/Paris
6439622	Hesdin-l'Abbé	hesdin-l-abbe			FR	32	62	623	62448	1872	Europe/Paris
6439623	Hestrus	hestrus	Hestrus		FR	32	62	621	62450	241	Europe/Paris
6439624	Heuchin	heuchin	Heuchin		FR	32	62	621	62451	545	Europe/Paris
6439625	Heuringhem	heuringhem	Heuringhem		FR	32	62	625	62452	1329	Europe/Paris
6439626	Hinges	hinges	Enzh,Hinges,an ri,hynjys,Енж,هينجيس,安日		FR	32	62	622	62454	2478	Europe/Paris
6439627	Hocquinghen	hocquinghen	Hocquinghen,Okengan,ao kan gang,hwskywnhyn,Окенган,هوسكيونهين,奥坎冈		FR	32	62	626	62455	112	Europe/Paris
6439628	Houchin	houchin			FR	32	62	622	62456	706	Europe/Paris
6439629	Houlle	houlle	Houlle		FR	32	62	625	62458	1107	Europe/Paris
6439630	Houvin-Houvigneul	houvin-houvigneul	Houvin-Houvigneul		FR	32	62	621	62459	228	Europe/Paris
6439631	Hubersent	hubersent	Hubersent		FR	32	62	624	62460	266	Europe/Paris
6439632	Huby-Saint-Leu	huby-saint-leu	Huby-Saint-Leu		FR	32	62	624	62461	886	Europe/Paris
6439633	Huclier	huclier	Huclier		FR	32	62	621	62462	133	Europe/Paris
6439634	Hucqueliers	hucqueliers	Hucqueliers		FR	32	62	624	62463	467	Europe/Paris
6439635	Hulluch	hulluch			FR	32	62	627	62464	3429	Europe/Paris
6439636	Humbercamps	humbercamps	Humbercamps		FR	32	62	621	62465	219	Europe/Paris
6439637	Humbert	humbert	Ember,Humbert,an bei er,hmbrt,Ембер,همبرت,安贝尔		FR	32	62	624	62466	234	Europe/Paris
6439639	Incourt	incourt	Enkur,an ku er,ankwrt,Енкур,إنكورت,安库尔		FR	32	62	624	62470	84	Europe/Paris
6439640	Bellinghem	bellinghem			FR	32	62	625	62471	1073	Europe/Paris
6439641	Inxent	inxent	Enksan,Inxent,an ke sang,anksynt,Енксан,إنكسينت,安克桑		FR	32	62	624	62472	163	Europe/Paris
6439642	Isbergues	isbergues			FR	32	62	622	62473	8946	Europe/Paris
6439643	Isques	isques	Isques		FR	32	62	623	62474	1149	Europe/Paris
6439644	Izel-lès-Équerchin	izel-les-equerchin	Izel-les-Equerchin,Izel-lès-Équerchin		FR	32	62	621	62476	986	Europe/Paris
6439645	Journy	journy	Journy		FR	32	62	625	62478	283	Europe/Paris
6439646	Labeuvrière	labeuvriere	Labeuvriere,Labeuvrière		FR	32	62	622	62479	1665	Europe/Paris
6439648	Lacres	lacres	Lacres		FR	32	62	623	62483	251	Europe/Paris
6439649	Lagnicourt-Marcel	lagnicourt-marcel	Lagnicourt-Marcel		FR	32	62	621	62484	335	Europe/Paris
6439650	Laires	laires	Laires		FR	32	62	625	62485	363	Europe/Paris
6439651	Landrethun-le-Nord	landrethun-le-nord	Landrethun-le-Nord		FR	32	62	623	62487	1299	Europe/Paris
6439652	Landrethun-lès-Ardres	landrethun-les-ardres	Landrethun-les-Ardres,Landrethun-lès-Ardres		FR	32	62	626	62488	747	Europe/Paris
6439653	Lapugnoy	lapugnoy	L'Puno,Lapjunjua,Lapjunua,Lapugnoy,L’Puno,la pi ni wa,labwjnwy,Лапюнуа,Лапюнюа,لابوجنوي,拉皮尼瓦		FR	32	62	622	62489	3452	Europe/Paris
6439654	Lattre-Saint-Quentin	lattre-saint-quentin	Lattr-Sen-Kanten,la te er sheng kang tan,latry san kwyntyn,Латтр-Сен-Кантен,لاتري سان كوينتين,拉特尔圣康坦		FR	32	62	621	62490	265	Europe/Paris
6439656	Lebiez	lebiez	Lebiez		FR	32	62	624	62492	249	Europe/Paris
6439657	Lebucquière	lebucquiere	Lebucquiere,Lebucquière		FR	32	62	621	62493	237	Europe/Paris
6439659	Ledinghem	ledinghem	Ledengem,Ledinghem,Ledinghin,lai dan gai mu,lydynhym,Леденгем,ليدينهيم,莱丹盖姆		FR	32	62	625	62495	335	Europe/Paris
6439660	Lefaux	lefaux	Lefaux,Lefo,lei fu,lyfawks,Лефо,ليفاوكس,勒福		FR	32	62	624	62496	240	Europe/Paris
6439661	Leforest	leforest	Lefore,Lefores,Leforest,lei fu lei,lyfwryst,Лефоре,Лефорес,ليفوريست,勒福雷		FR	32	62	627	62497	7112	Europe/Paris
6439662	Lépine	lepine	Lepin,Lepine,Lépine,lai pi ne,lbyn,Лепин,Лепін,لبين,莱皮讷		FR	32	62	624	62499	266	Europe/Paris
6439663	Lespesses	lespesses	Lespesses		FR	32	62	622	62500	404	Europe/Paris
6439664	Lespinoy	lespinoy	Lespinua,lai si pi nu wa,lysbynwy,Леспинуа,Леспінуа,ليسبينوي,莱斯皮努瓦		FR	32	62	624	62501	222	Europe/Paris
6439665	Lestrem	lestrem	Lestrem		FR	32	62	622	62502	4487	Europe/Paris
6439666	Leubringhen	leubringhen	Lebrengan,Leubringhen,Leubringhin,lei bu lan gang,lywbrynhyn,Лебренган,ليوبرينهين,勒布兰冈		FR	32	62	623	62503	293	Europe/Paris
6439667	Leulinghen-Bernes	leulinghen-bernes	Leulinghen-Bernes		FR	32	62	623	62505	428	Europe/Paris
6439668	Licques	licques	Licques		FR	32	62	626	62506	1631	Europe/Paris
6439669	Liencourt	liencourt	Liencourt		FR	32	62	621	62507	283	Europe/Paris
6439670	Lières	lieres			FR	32	62	622	62508	382	Europe/Paris
6439671	Liettres	liettres			FR	32	62	622	62509	323	Europe/Paris
6439672	Lignereuil	lignereuil	Lignereuil		FR	32	62	621	62511	136	Europe/Paris
6439673	Ligny-lès-Aire	ligny-les-aire	Ligny-les-Aire,Ligny-lès-Aire		FR	32	62	622	62512	613	Europe/Paris
6439674	Ligny-sur-Canche	ligny-sur-canche	Ligny-sur-Canche		FR	32	62	621	62513	188	Europe/Paris
6439675	Ligny-Saint-Flochel	ligny-saint-flochel			FR	32	62	621	62514	268	Europe/Paris
6439676	Ligny-Thilloy	ligny-thilloy	Ligny-Thilloy		FR	32	62	621	62515	542	Europe/Paris
6439677	Lillers	lillers			FR	32	62	622	62516	10058	Europe/Paris
6439678	Linghem	linghem	Linghem		FR	32	62	622	62517	210	Europe/Paris
6439679	Linzeux	linzeux	Linzeux		FR	32	62	621	62518	156	Europe/Paris
6439680	Lisbourg	lisbourg	Lisbourg		FR	32	62	621	62519	588	Europe/Paris
6439681	Locon	locon			FR	32	62	622	62520	2399	Europe/Paris
6439682	Loison-sur-Créquoise	loison-sur-crequoise	Loison-sur-Crequoise,Loison-sur-Créquoise		FR	32	62	624	62522	258	Europe/Paris
6439683	Loison-sous-Lens	loison-sous-lens	Logeon-dsous-Linse,Loison-sous-Lens,Luazon-su-Lan,Luazon-su-Lans,lu wa song su lang si,lwyswn sws lyns,Луазон-су-Лан,Луазон-су-Ланс,لويسون سوس لينس,卢瓦松苏朗斯		FR	32	62	627	62523	5417	Europe/Paris
6439684	Longfossé	longfosse	Lonfosse,Longfosse,Longfossé,long fu sai,lwnjfwsy,Лонфоссе,لونجفوسي,隆福塞		FR	32	62	623	62524	1444	Europe/Paris
6439685	Longuenesse	longuenesse	Longuenesse		FR	32	62	625	62525	11029	Europe/Paris
6439686	Loos-en-Gohelle	loos-en-gohelle	Loos-en-Gohelle		FR	32	62	627	62528	6647	Europe/Paris
6439687	Lorgies	lorgies	Lorgies,Lorzhi,luo er ji,lwrjys,Лоржи,Лоржі,لورجيس,洛尔吉		FR	32	62	622	62529	1585	Europe/Paris
6439688	Lottinghen	lottinghen	Lottinghen		FR	32	62	623	62530	549	Europe/Paris
6439689	Louches	louches	Louches		FR	32	62	626	62531	951	Europe/Paris
6439690	Lozinghem	lozinghem	Lozengem,Lozinghem,Lozinghin,luo zan gai mu,lwzynhym,Лозенгем,لوزينهيم,洛赞盖姆		FR	32	62	622	62532	1281	Europe/Paris
6439691	Lugy	lugy	Lugy		FR	32	62	624	62533	147	Europe/Paris
6439692	Lumbres	lumbres			FR	32	62	625	62534	3685	Europe/Paris
6439693	Magnicourt-sur-Canche	magnicourt-sur-canche	Magnicourt-sur-Canche		FR	32	62	621	62537	119	Europe/Paris
6439695	Maisnil-lès-Ruitz	maisnil-les-ruitz	Maisnil-les-Ruitz,Maisnil-lès-Ruitz		FR	32	62	622	62540	1655	Europe/Paris
6439696	Maizières	maizieres	Majere,Majère,Mez'er,mai ji ye er,mayzyrys,Мезьер,Мезьєр,مايزيريس,迈济耶尔		FR	32	62	621	62542	187	Europe/Paris
6439697	Mametz	mametz	Mame,Mametz,Mamouille,ma mei si,mamytz,Маме,ماميتز,马梅斯		FR	32	62	625	62543	1991	Europe/Paris
6439698	Manin	manin	Manen,Manin,ma nan,manyn,Манен,مانين,马南		FR	32	62	621	62544	189	Europe/Paris
6439699	Maninghem	maninghem	Maninghem		FR	32	62	624	62545	151	Europe/Paris
6439700	Maninghen-Henne	maninghen-henne	Manengan-Enn,Maninghen-Henne,ma nan gang ai ne,manynhyn hyny,Маненган-Енн,مانينهين هيني,马南冈埃讷		FR	32	62	623	62546	323	Europe/Paris
6439701	Marant	marant	Marant		FR	32	62	624	62547	73	Europe/Paris
6439702	Marconne	marconne	Marconne,Markonn,ma er ke ne,markwny,Марконн,ماركوني,马尔科讷		FR	32	62	624	62549	1105	Europe/Paris
6439703	Marconnelle	marconnelle	Marconnelle,Markonnel',ma er ke nei lei,markwnyl,Марконнель,ماركونيل,马尔科内勒		FR	32	62	624	62550	1147	Europe/Paris
6439704	Marenla	marenla	Marenla		FR	32	62	624	62551	247	Europe/Paris
6439705	Marest	marest	Mares,ma lei,maryst,Марес,ماريست,马雷		FR	32	62	621	62553	288	Europe/Paris
6439706	Maresville	maresville			FR	32	62	624	62554	101	Europe/Paris
6439707	Marles-les-Mines	marles-les-mines	Marl'-le-Min,Marles-les-Mines,ma er lei lai mi ne,marlys lyh mynys,Марль-ле-Мин,Марль-ле-Мін,مارليس ليه مينيس,马尔勒莱米讷		FR	32	62	622	62555	5615	Europe/Paris
6439708	Marles-sur-Canche	marles-sur-canche	Marl'-sjur-Kansh,Marles-sur-Canche,kang shen he pan ma er lei,marlys swr kantshy,Марль-сюр-Канш,مارليس سور كانتشي,康什河畔马尔勒		FR	32	62	624	62556	297	Europe/Paris
6439709	Marquay	marquay	Marke,Marquay,ma kai,markywy,Марке,ماركيوي,马凯		FR	32	62	621	62558	182	Europe/Paris
6439710	Marquise	marquise	Markiz,Marquise,Marquisse,markys,Маркиз,Маркіз,ماركيس		FR	32	62	623	62560	5111	Europe/Paris
6439712	Matringhem	matringhem	Matringhem		FR	32	62	624	62562	191	Europe/Paris
6439713	Mazingarbe	mazingarbe	Mazingarbe		FR	32	62	627	62563	8011	Europe/Paris
6439714	Mazinghem	mazinghem	Mazengem,Mazinghin,ma zan gai mu,mazynhym,Мазенгем,مازينهيم,马赞盖姆		FR	32	62	622	62564	477	Europe/Paris
6439715	Mencas	mencas	Mencas		FR	32	62	624	62565	76	Europe/Paris
6439716	Menneville	menneville	Manneville,Menneville,Mennvil',mei ne wei er,mynyfal,Меннвиль,Меннвіль,مينيفال,梅讷维尔		FR	32	62	623	62566	715	Europe/Paris
6439717	Mentque-Nortbécourt	mentque-nortbecourt	Mentque-Nortbecourt,Mentque-Nortbécourt		FR	32	62	625	62567	658	Europe/Paris
6439718	Mercatel	mercatel	Mercatel		FR	32	62	621	62568	675	Europe/Paris
6439719	Merck-Saint-Liévin	merck-saint-lievin	Merck-Saint-Lievin,Merck-Saint-Liévin		FR	32	62	625	62569	654	Europe/Paris
6439720	Méricourt	mericourt	Maricourt,Mericourt,Merikur,Méricourt,mei li ku er,myrykwrt,Мерикур,ميريكورت,梅里库尔		FR	32	62	627	62570	11688	Europe/Paris
6439722	Meurchin	meurchin	Mershen,Meurchin,mo er shang,mywrtshyn,Мершен,ميورتشين,默尔尚		FR	32	62	627	62573	3805	Europe/Paris
6439723	Mingoval	mingoval	Mingoval		FR	32	62	621	62574	230	Europe/Paris
6439724	Monchiet	monchiet	Monchiet		FR	32	62	621	62578	97	Europe/Paris
6439725	Monchy-au-Bois	monchy-au-bois	Monshi-o-Bua,meng xi ou bu wa,mwntshy aw bwys,Монши-о-Буа,Монші-о-Буа,مونتشي أو بويس,蒙希欧布瓦		FR	32	62	621	62579	554	Europe/Paris
6439726	Monchy-Breton	monchy-breton	Monchy-Breton,Monshi-Breton,meng xi bu lei dun,mwntshy brytwn,Монши-Бретон,Монші-Бретон,مونتشي بريتون,蒙希布雷顿		FR	32	62	621	62580	456	Europe/Paris
6439727	Monchy-Cayeux	monchy-cayeux	Monchy-Cayeux		FR	32	62	621	62581	306	Europe/Paris
6439728	Monchy-le-Preux	monchy-le-preux	Monshi-le-Pre,meng xi lei pu lei,mwntshy ly brywks,Монши-ле-Пре,Монші-ле-Пре,مونتشي لي بريوكس,蒙希勒普勒		FR	32	62	621	62582	690	Europe/Paris
6439729	Mondicourt	mondicourt	Mondicourt		FR	32	62	621	62583	608	Europe/Paris
6439730	Montcavrel	montcavrel			FR	32	62	624	62585	420	Europe/Paris
6439731	Montenescourt	montenescourt	Monteneskur,meng tai ne ku er,mwntynyskwrt,Монтенескур,مونتينيسكورت,蒙泰讷库尔		FR	32	62	621	62586	457	Europe/Paris
6439732	Montigny-en-Gohelle	montigny-en-gohelle	Montigny-en-Gohelle		FR	32	62	627	62587	10185	Europe/Paris
6439733	Mont-Saint-Éloi	mont-saint-eloi	Mon-Sent-Elua,Mont-Saint-Eloi,Mont-Saint-Eloue,Mont-Saint-Éloi,Mont-Saint-Éloué,meng sheng ai lu wa,mwnt san alwy,Мон-Сент-Елуа,مونت سان إلوي,蒙圣埃卢瓦		FR	32	62	621	62589	1028	Europe/Paris
6439734	Monts-en-Ternois	monts-en-ternois	Monts-en-Ternois		FR	32	62	621	62590	64	Europe/Paris
6439735	Morchies	morchies	Morchies,Morshi,mo er xi,mwrtshys,Морши,Морші,مورتشيس,莫尔希		FR	32	62	621	62591	206	Europe/Paris
6439736	Moringhem	moringhem	Moringhem		FR	32	62	625	62592	550	Europe/Paris
6439738	Mory	mory	Mori,Mory,mo li,mwry,Мори,Морі,موري,莫里		FR	32	62	621	62594	315	Europe/Paris
6439739	Moulle	moulle	Moulle,Mul',mu lei,mwly,Муль,مولي,穆勒		FR	32	62	625	62595	1110	Europe/Paris
6439740	Mouriez	mouriez			FR	32	62	624	62596	250	Europe/Paris
6439741	Moyenneville	moyenneville	Muaennvil',mu wa ye ne wei er,mwynyfyl,Муаеннвиль,Муаєннвіль,موينيفيل,穆瓦耶讷维尔		FR	32	62	621	62597	266	Europe/Paris
6439742	Muncq-Nieurlet	muncq-nieurlet	Menk-N'erle,Muncq-Nieurlet,man ke ni yue er lai,mwnsyk nywrlyt,Менк-Ньерле,Менк-Ньєрле,مونسيك نيورليت,曼克尼约尔莱		FR	32	62	626	62598	719	Europe/Paris
6439743	Nabringhen	nabringhen	Nabrengan,Nabringhen,Nabringhin,na bu lan gang,nabrynhyn,Набренган,نابرينهين,纳布兰冈		FR	32	62	623	62599	206	Europe/Paris
6439744	Nédon	nedon	Nedon,Nédon		FR	32	62	621	62600	154	Europe/Paris
6439745	Nédonchel	nedonchel	Nedonchel,Nédonchel		FR	32	62	621	62601	247	Europe/Paris
6439747	Nesles	nesles	Nel',Nesles,nei lei,nyslys,Нель,نيسليس,内勒		FR	32	62	623	62603	954	Europe/Paris
6439748	Neufchâtel-Hardelot	neufchatel-hardelot	Neufchatel-Hardelot,Neufchâtel-Hardelot		FR	32	62	623	62604	3748	Europe/Paris
6439749	Neulette	neulette			FR	32	62	624	62605	28	Europe/Paris
6439750	Neuve-Chapelle	neuve-chapelle	Neuve-Chapelle		FR	32	62	622	62606	1439	Europe/Paris
6439751	Neuville-au-Cornet	neuville-au-cornet	Neuville-au-Cornet,Nevil'-o-Korne,ne wei er ou ke er nei,nwfyl aw kwrnyt,Невиль-о-Корне,Невіль-о-Корне,نوفيل أو كورنيت,讷维尔欧科尔内		FR	32	62	621	62607	71	Europe/Paris
6439752	Neuville-Saint-Vaast	neuville-saint-vaast	Neuville-Saint-Vaast,Nevil'-Sen-Vaast,ne wei er sheng wa si te,nwfyl san fas,Невиль-Сен-Вааст,Невіль-Сен-Вааст,نوفيل سان فاس,讷维尔圣瓦斯特		FR	32	62	621	62609	1512	Europe/Paris
6439753	Neuville-sous-Montreuil	neuville-sous-montreuil	Neuville-sous-Montreuil,Nevil'-su-Montrej,ne wei er su meng te lei yi,nwfyl sws mwntrwyl,Невиль-су-Монтрей,Невіль-су-Монтрей,نوفيل سوس مونترويل,讷维尔苏蒙特勒伊		FR	32	62	624	62610	655	Europe/Paris
6439754	Neuville-Vitasse	neuville-vitasse	Neuville-Vitasse,Nevil'-Vitass,ne wei er wei ta si,nwfyl fytas,Невиль-Витасс,Невіль-Вітасс,نوفيل فيتاس,讷维尔维塔斯		FR	32	62	621	62611	508	Europe/Paris
6439755	Neuvireuil	neuvireuil	Neuvireuil		FR	32	62	621	62612	547	Europe/Paris
6439756	Nielles-lès-Bléquin	nielles-les-blequin	Nielles-les-Blequin,Nielles-lès-Bléquin		FR	32	62	625	62613	826	Europe/Paris
6439757	Nielles-lès-Ardres	nielles-les-ardres	Nielles-les-Ardres,Nielles-lès-Ardres		FR	32	62	626	62614	546	Europe/Paris
6439758	Nielles-lès-Calais	nielles-les-calais	N'el'-le-Kale,nie lei lai bu la song,nylys lyh kalys,Ньель-ле-Кале,Ньєль-ле-Кале,نيليس ليه كاليس,涅勒莱布拉松		FR	32	62	626	62615	278	Europe/Paris
6439759	Nordausques	nordausques	Nordausques		FR	32	62	625	62618	1235	Europe/Paris
6439760	Noreuil	noreuil	Noreuil		FR	32	62	621	62619	158	Europe/Paris
6439761	Nortkerque	nortkerque	Nortkerque		FR	32	62	626	62621	1622	Europe/Paris
6439762	Nort-Leulinghem	nort-leulinghem	Nort-Leulinghem		FR	32	62	625	62622	217	Europe/Paris
6439763	Nouvelle-Église	nouvelle-eglise	Nouvelle-Eglise,Nouvelle-Église		FR	32	62	626	62623	650	Europe/Paris
6439764	Noyelles-Godault	noyelles-godault	Noeyel-Godault,Noyelles-Godault,Nuael'-Godo,Nuajel'-Godo,Nöyel-Godault,nu wa ye er ge duo,nwylys jwdawlt,Нуаель-Годо,Нуайель-Годо,Нуаєль-Годо,نويليس جوداولت,努瓦耶尔戈多		FR	32	62	627	62624	5922	Europe/Paris
6439765	Noyelles-lès-Vermelles	noyelles-les-vermelles	Noyelles-les-Vermelles,Noyelles-lès-Vermelles		FR	32	62	622	62626	2407	Europe/Paris
6439766	Noyelles-sous-Bellonne	noyelles-sous-bellonne	Noyelles-sous-Bellonne		FR	32	62	621	62627	813	Europe/Paris
6439767	Noyelles-sous-Lens	noyelles-sous-lens	Noyelles-sous-Lens		FR	32	62	627	62628	6656	Europe/Paris
6439768	Noyellette	noyellette	Noyellette		FR	32	62	621	62629	173	Europe/Paris
6439769	Noyelle-Vion	noyelle-vion	Noeyot-Wion,Noyelle-Vion,Nuael'-Vion,Nöyot-Wion,nu wa ye er wei weng,nwyly fywn,Нуаель-Вион,Нуаєль-Віон,نويلي فيون,努瓦耶尔维翁		FR	32	62	621	62630	291	Europe/Paris
6439770	Oblinghem	oblinghem	Oblinghem		FR	32	62	622	62632	372	Europe/Paris
6439771	Offin	offin	Offin		FR	32	62	624	62635	211	Europe/Paris
6439772	Offrethun	offrethun	Offreten,Offrethun,ao fu lei tan,awfrythwn,Оффретен,أوفريثون,奥夫雷坦		FR	32	62	623	62636	267	Europe/Paris
6439773	Oignies	oignies	Oignies,Ongnies,Uan'i,Uani,awyjnys,wa ni,Уани,Уаньи,Уані,أويجنيس,瓦尼		FR	32	62	627	62637	9692	Europe/Paris
6439774	Oisy-le-Verger	oisy-le-verger	Oisy-le-Verger		FR	32	62	621	62638	1231	Europe/Paris
6439775	Oppy	oppy	Oppi,Oppy,ao pi,awby,Оппи,Оппі,أوبي,奥皮		FR	32	62	621	62639	407	Europe/Paris
6439776	Orville	orville	Orvil',ao wei er,awrfyl,Орвиль,Орвіль,أورفيل,奥维尔		FR	32	62	621	62640	403	Europe/Paris
6439777	Ostreville	ostreville	Dauterville,Ostrevil',Ostreville,ao si te lei wei er,awstryfyl,Остревиль,Остревіль,أوستريفيل,奥斯特雷维尔		FR	32	62	621	62641	254	Europe/Paris
6439778	Ourton	ourton	Ourton,Urton,awrtwn,wu er dun,Уртон,أورتون,乌尔顿		FR	32	62	622	62642	770	Europe/Paris
6439779	Outreau	outreau			FR	32	62	623	62643	13709	Europe/Paris
6439780	Ouve-Wirquin	ouve-wirquin	Ouve-Wirquin		FR	32	62	625	62644	509	Europe/Paris
6439781	Oye-Plage	oye-plage	Ooie,Oye-Plage,Ua-Plazh,ao ye pu la ri,awyy blaj,Уа-Плаж,أويي بلاج,奥耶普拉日		FR	32	62	626	62645	5260	Europe/Paris
6439782	Palluel	palluel	Palluel		FR	32	62	621	62646	572	Europe/Paris
6439783	Parenty	parenty	Paranti,Parenty,barynty,pa lang di,Паранти,Паранті,بارينتي,帕朗蒂		FR	32	62	624	62648	526	Europe/Paris
6439784	Pas-en-Artois	pas-en-artois	Pa-an-Artua,Pas-en-Artois,Pos-in-Artoe,Pos-in-Artoé,bas an artwyz,pa sang na er tu wa,Па-ан-Артуа,باس إن أرتويز,帕桑纳尔图瓦		FR	32	62	621	62649	776	Europe/Paris
6439785	Pelves	pelves	Pelves		FR	32	62	621	62650	729	Europe/Paris
6439786	Penin	penin			FR	32	62	621	62651	474	Europe/Paris
6439787	Pernes-lès-Boulogne	pernes-les-boulogne			FR	32	62	623	62653	434	Europe/Paris
6439788	Peuplingues	peuplingues	Peuplingues		FR	32	62	626	62654	775	Europe/Paris
6439789	Pierremont	pierremont	P'errmon,Perrmon,Pierremont,byrymwnt,pi ai er meng,Пьеррмон,Пєррмон,بيريمونت,皮埃尔蒙		FR	32	62	621	62655	283	Europe/Paris
6439790	Pihem	pihem	Pihem		FR	32	62	625	62656	957	Europe/Paris
6439791	Pihen-lès-Guînes	pihen-les-guines			FR	32	62	626	62657	487	Europe/Paris
6439792	Pittefaux	pittefaux	Pittefaux		FR	32	62	623	62658	125	Europe/Paris
6439793	Planques	planques			FR	32	62	624	62659	83	Europe/Paris
6439794	Plouvain	plouvain	Plouvain,Pluven,blwfayn,pu lu wan,Плувен,بلوفاين,普卢万		FR	32	62	621	62660	450	Europe/Paris
6439795	Polincove	polincove	Polincove		FR	32	62	626	62662	831	Europe/Paris
6439796	Pommera	pommera			FR	32	62	621	62663	311	Europe/Paris
6439797	Pommier	pommier	Pommier		FR	32	62	621	62664	233	Europe/Paris
6439798	Pont-à-Vendin	pont-a-vendin	Pont-a-Vendin,Pont-à-Vendin		FR	32	62	627	62666	3177	Europe/Paris
6439799	Prédefin	predefin	Predefen,Predefin,Prudefin,Prédefin,brydyfyn,pu lei de fan,Предефен,بريديفين,普雷德凡		FR	32	62	621	62668	199	Europe/Paris
6439800	Pressy	pressy	Pressy		FR	32	62	621	62669	315	Europe/Paris
6439801	Preures	preures	Preures		FR	32	62	624	62670	603	Europe/Paris
6439802	Pronville-en-Artois	pronville-en-artois	Pronvil',Pronville-en-Artois,brwnfyl,pu long wei er,Пронвиль,Пронвіль,برونفيل,普龙维尔		FR	32	62	621	62671	324	Europe/Paris
6439803	Puisieux	puisieux	Pjuiz'e,Puisieux,bwysywks,pi xi e,Пюизье,Пюїзьє,بويسيوكس,皮西厄		FR	32	62	621	62672	672	Europe/Paris
6439804	Quéant	queant	Queant,Quéant		FR	32	62	621	62673	659	Europe/Paris
6439805	Quelmes	quelmes	Quelmes		FR	32	62	625	62674	575	Europe/Paris
6439806	Quernes	quernes	Quernes		FR	32	62	622	62676	465	Europe/Paris
6439807	Quesques	quesques	Kesk,Quesques,kai si ke,kywyskyws,Кеск,كيويسكيوس,凯斯克		FR	32	62	623	62678	667	Europe/Paris
6439808	Questrecques	questrecques	Kestrek,Questrecques,Questres,kai si te lei ke,kywstryskyws,Кестрек,كيوستريسكيوس,凯斯特雷克		FR	32	62	623	62679	311	Europe/Paris
6439809	Quiéry-la-Motte	quiery-la-motte	Chiery-lMotte,Chiéry-lMotte,K'eri-la-Mott,Keri-la-Mott,Quiery-la-Motte,Quiéry-la-Motte,ji ye li la mo te,kywyry la mwt,Кьери-ла-Мотт,Кєрі-ла-Мотт,كيويري لا موت,基耶里拉莫特		FR	32	62	621	62680	734	Europe/Paris
6439810	Quiestède	quiestede	Quiestede,Quiestède		FR	32	62	625	62681	608	Europe/Paris
6439811	Quilen	quilen	Quilen		FR	32	62	624	62682	58	Europe/Paris
6439812	Racquinghem	racquinghem	Racquinghem		FR	32	62	625	62684	2296	Europe/Paris
6439813	Ramecourt	ramecourt	Ramecourt,Ramkur,la mo ku er,ramykwrt,Рамкур,راميكورت,拉默库尔		FR	32	62	621	62686	374	Europe/Paris
6439814	Rang-du-Fliers	rang-du-fliers	Rang-du-Fliers		FR	32	62	624	62688	4118	Europe/Paris
6439816	Saint-Augustin	saint-augustin	Arbecque,Arbècque,Rebek,lei bei ke,rybyskyws,Ребек,ريبيسكيوس,勒贝克		FR	32	62	625	62691	799	Europe/Paris
6439817	Rebergues	rebergues	Rebergues		FR	32	62	625	62692	379	Europe/Paris
6439818	Rebreuve-sur-Canche	rebreuve-sur-canche			FR	32	62	621	62694	197	Europe/Paris
6439819	Récourt	recourt	Recourt,Récourt		FR	32	62	621	62697	216	Europe/Paris
6439820	Recques-sur-Course	recques-sur-course	Recques-sur-Course		FR	32	62	624	62698	284	Europe/Paris
6439821	Recques-sur-Hem	recques-sur-hem	Recques-sur-Hem		FR	32	62	626	62699	622	Europe/Paris
6439822	Rely	rely	Arly,Reli,Rely,lei li,ryly,Рели,Релі,ريلي,雷利		FR	32	62	622	62701	455	Europe/Paris
6439823	Remilly-Wirquin	remilly-wirquin	Remilly-Wirquin		FR	32	62	625	62702	343	Europe/Paris
6439824	Renty	renty	Renty		FR	32	62	625	62704	646	Europe/Paris
6439825	Riencourt-lès-Bapaume	riencourt-les-bapaume	R'jankur-le-Bapom,Riencourt-les-Bapaume,Riencourt-lès-Bapaume,Rjankur-le-Bapom,li an ku er lai ba bo mu,rynkwrt lyh babawm,Рьянкур-ле-Бапом,Рянкур-ле-Бапом,رينكورت ليه باباوم,里安库尔莱巴波姆		FR	32	62	621	62708	37	Europe/Paris
6439826	Riencourt-lès-Cagnicourt	riencourt-les-cagnicourt	Riencourt-les-Cagnicourt,Riencourt-lès-Cagnicourt		FR	32	62	621	62709	267	Europe/Paris
6439827	Rimboval	rimboval	Rimboval		FR	32	62	624	62710	141	Europe/Paris
6439828	Rinxent	rinxent	Rinxent		FR	32	62	623	62711	2972	Europe/Paris
6439829	Rivière	riviere	Riv'er,River,li wei ye er,ryfyr,Ривьер,Ривєр,ريفير,里维耶尔		FR	32	62	621	62712	1124	Europe/Paris
6439830	Robecq	robecq	Robecq		FR	32	62	622	62713	1368	Europe/Paris
6439831	Roclincourt	roclincourt	Roclincourt		FR	32	62	621	62714	771	Europe/Paris
6439832	Rocquigny	rocquigny	Rocquigny,Rokin'i,luo ji ni,rwskywjny,Рокиньи,Рокіньї,روسكيوجني,罗基尼		FR	32	62	621	62715	284	Europe/Paris
6439833	Rodelinghem	rodelinghem	Rodelinghem		FR	32	62	626	62716	539	Europe/Paris
6439834	Roëllecourt	roellecourt	Roellecourt,Roëllecourt		FR	32	62	621	62717	545	Europe/Paris
6439835	Rollancourt	rollancourt	Rollancourt		FR	32	62	624	62719	310	Europe/Paris
6439836	Rombly	rombly	Rombly		FR	32	62	622	62720	50	Europe/Paris
6439837	Roquetoire	roquetoire			FR	32	62	625	62721	1948	Europe/Paris
6439838	Rougefay	rougefay	Rougefay		FR	32	62	621	62722	84	Europe/Paris
6439839	Roussent	roussent	Roussent		FR	32	62	624	62723	240	Europe/Paris
6439840	Rouvroy	rouvroy	Rouvro,Rouvroy,Ruvrua,rwyfrwy,Рувруа,رويفروي		FR	32	62	627	62724	8698	Europe/Paris
6439841	Royon	royon	Royon		FR	32	62	624	62725	133	Europe/Paris
6439842	Ruisseauville	ruisseauville	Ruisseauville		FR	32	62	624	62726	198	Europe/Paris
6439843	Rumaucourt	rumaucourt	Rumaucourt		FR	32	62	621	62728	687	Europe/Paris
6439844	Ruminghem	ruminghem	Ruminghem		FR	32	62	626	62730	1660	Europe/Paris
6439846	Sachin	sachin	Sashen,sa shang,sashyn,Сашен,ساشين,سچن، پاس-دے-کلاس,萨尚		FR	32	62	621	62732	344	Europe/Paris
6439848	Sailly-en-Ostrevent	sailly-en-ostrevent	Sailly-en-Ostrevent		FR	32	62	621	62734	727	Europe/Paris
6439849	Sailly-Labourse	sailly-labourse	Sailly-Labourse		FR	32	62	622	62735	2295	Europe/Paris
6439851	Sains-en-Gohelle	sains-en-gohelle	Sains-en-Gohelle,Sen-an-Goehl',Sen-an-Goel',sang ang ge ai lei,synz an jwhyl,Сен-ан-Гоель,Сен-ан-Гоэль,سينز إن جوهيل,桑昂戈埃勒		FR	32	62	627	62737	6213	Europe/Paris
6439852	Sains-lès-Fressin	sains-les-fressin	Sains-les-Fressin,Sains-lès-Fressin		FR	32	62	624	62738	165	Europe/Paris
6439853	Sains-lès-Marquion	sains-les-marquion			FR	32	62	621	62739	319	Europe/Paris
6439854	Sains-lès-Pernes	sains-les-pernes	Sains-les-Pernes,Sains-lès-Pernes		FR	32	62	621	62740	283	Europe/Paris
6439855	Sainte-Austreberthe	sainte-austreberthe	Sent-Ostrebert,san awstrybyrth,sheng ou si te lei bei er te,Сент-Остреберт,سان أوستريبيرث,سین-اوستربرٹھے، پاس-دے-کلاس,圣欧斯特雷贝尔特		FR	32	62	624	62743	406	Europe/Paris
6439856	Sainte-Catherine	sainte-catherine	Sainte-Catherine		FR	32	62	621	62744	3499	Europe/Paris
6439857	Saint-Étienne-au-Mont	saint-etienne-au-mont	Saint-Etienne-au-Mont,Saint-Étienne-au-Mont		FR	32	62	623	62746	5085	Europe/Paris
6439858	Saint-Floris	saint-floris	Saint-Floris		FR	32	62	622	62747	578	Europe/Paris
6439859	Saint-Folquin	saint-folquin	Saint-Folquin		FR	32	62	626	62748	2220	Europe/Paris
6439860	Saint-Hilaire-Cottes	saint-hilaire-cottes	Saint-Hilaire-Cottes,Sen-Iler-Kott,san hylyr kwtys,sheng yi lai er ke te,Сен-Ілер-Котт,Сен-Илер-Котт,سان هيلير كوتيس,سینٹ-ہلیری-کوتس,圣伊莱尔科特		FR	32	62	622	62750	809	Europe/Paris
6439861	Saint-Inglevert	saint-inglevert	Saint-Inglevert		FR	32	62	623	62751	768	Europe/Paris
6439862	Saint-Josse	saint-josse	Saint-Josse		FR	32	62	624	62752	1148	Europe/Paris
6439863	Saint-Laurent-Blangy	saint-laurent-blangy			FR	32	62	621	62753	6659	Europe/Paris
6439864	Saint-Léonard	saint-leonard	Saint-Leonard,Saint-Léonard,Sen-Leonar,san lywnard,sheng lai ao na er,Сен-Леонар,سان ليونارد,سینٹ-لیونارڈ، پاس-دے-کلاس,圣莱奥纳尔		FR	32	62	623	62755	3510	Europe/Paris
6439865	Sainte-Marie-Kerque	sainte-marie-kerque	Sainte-Marie-Kerque		FR	32	62	626	62756	1640	Europe/Paris
6439866	Saint-Martin-lez-Tatinghem	saint-martin-lez-tatinghem	Saint-Martin-lez-Tatinghem		FR	32	62	625	62757	5897	Europe/Paris
6439867	Saint-Martin-Boulogne	saint-martin-boulogne	Saint-Martin-Boulogne		FR	32	62	623	62758	11320	Europe/Paris
6439868	Saint-Martin-Choquel	saint-martin-choquel	Saint-Martin-Choquel		FR	32	62	623	62759	473	Europe/Paris
6439869	Saint-Martin-d'Hardinghem	saint-martin-d-hardinghem			FR	32	62	625	62760	284	Europe/Paris
6439870	Saint-Martin-sur-Cojeul	saint-martin-sur-cojeul	Saint-Martin-sur-Cojeul		FR	32	62	621	62761	210	Europe/Paris
6439871	Saint-Michel-sous-Bois	saint-michel-sous-bois	Saint-Michel-sous-Bois		FR	32	62	624	62762	119	Europe/Paris
6439872	Saint-Omer-Capelle	saint-omer-capelle	Saint-Omer-Capelle		FR	32	62	626	62766	1085	Europe/Paris
6439873	Saint-Pol-sur-Ternoise	saint-pol-sur-ternoise	Saint-Pol-sur-Ternoise		FR	32	62	621	62767	5001	Europe/Paris
6439874	Saint-Tricat	saint-tricat	Saint-Tricat		FR	32	62	626	62769	762	Europe/Paris
6439875	Saint-Venant	saint-venant	Saint-Venant		FR	32	62	622	62770	2973	Europe/Paris
6439876	Sallaumines	sallaumines	Sallaumines		FR	32	62	627	62771	9799	Europe/Paris
6439877	Salperwick	salperwick	Salperwick		FR	32	62	625	62772	495	Europe/Paris
6439878	Samer	samer			FR	32	62	623	62773	4245	Europe/Paris
6439879	Sangatte	sangatte	Sangatte		FR	32	62	626	62774	4789	Europe/Paris
6439880	Sanghen	sanghen	Sangan,Sanghen,sang gang,sanhyn,Санган,سانهين,桑冈		FR	32	62	626	62775	320	Europe/Paris
6439881	Sapignies	sapignies	Sapignies,Sapini,sa pi ni,sabyjnys,Сапини,Сапіні,سابيجنيس,萨皮尼		FR	32	62	621	62776	196	Europe/Paris
6439882	Sars-le-Bois	sars-le-bois	Sars-le-Bois		FR	32	62	621	62778	84	Europe/Paris
6439883	Sarton	sarton	Sarton		FR	32	62	621	62779	182	Europe/Paris
6439884	Sauchy-Cauchy	sauchy-cauchy	Sauchy-Cauchy		FR	32	62	621	62780	365	Europe/Paris
6439885	Sauchy-Lestrée	sauchy-lestree	Sauchy-Lestree,Sauchy-Lestrée,Soshi-Lestre,sawtshy lystry,suo xi lai si te lei,Соши-Лестре,Соші-Лестре,ساوتشي ليستري,索希莱斯特雷		FR	32	62	621	62781	453	Europe/Paris
6439886	Saudemont	saudemont	Saudemont		FR	32	62	621	62782	454	Europe/Paris
6439888	Savy-Berlette	savy-berlette	Savy-Berlette		FR	32	62	621	62785	932	Europe/Paris
6439889	Selles	selles	Sel',Selles,sai lei,sylys,Сель,سيليس,塞勒		FR	32	62	623	62786	333	Europe/Paris
6439890	Sempy	sempy	Sempy		FR	32	62	624	62787	329	Europe/Paris
6439891	Senlecques	senlecques	Senlecques		FR	32	62	623	62789	266	Europe/Paris
6439892	Senlis	senlis	Sanli,Sanlis,Senlis,sang li si,synlys,Санли,Санліс,سينليس,桑利斯		FR	32	62	624	62790	163	Europe/Paris
6439893	Séricourt	sericourt	Sericourt,Séricourt		FR	32	62	621	62791	55	Europe/Paris
6439894	Serques	serques	Serques		FR	32	62	625	62792	1147	Europe/Paris
6439895	Setques	setques	Secq,Setk,sai ke,sytkyws,Сетк,سيتكيوس,塞克		FR	32	62	625	62794	608	Europe/Paris
6439896	Sibiville	sibiville			FR	32	62	621	62795	111	Europe/Paris
6439897	Simencourt	simencourt	Chimincourt,Simankur,Simencourt,symynkwrt,xi mang ku er,Симанкур,Сіманкур,سيمينكورت,西芒库尔		FR	32	62	621	62796	557	Europe/Paris
6439898	Siracourt	siracourt	Siracourt		FR	32	62	621	62797	272	Europe/Paris
6439899	Sombrin	sombrin	Sombrin		FR	32	62	621	62798	240	Europe/Paris
6439900	Sorrus	sorrus	Sorrus		FR	32	62	624	62799	805	Europe/Paris
6439902	Souchez	souchez	Souchez		FR	32	62	627	62801	2509	Europe/Paris
6439903	Surques	surques	Surques		FR	32	62	625	62803	645	Europe/Paris
6439905	Tangry	tangry	Tangri,Tangry,tang ge li,tanjry,Тангри,Тангрі,تانجري,唐格里		FR	32	62	621	62805	243	Europe/Paris
6439906	Tardinghen	tardinghen	Tardinghen		FR	32	62	623	62806	150	Europe/Paris
6439908	Ternas	ternas	Terna,Ternas,tai er na,tyrnas,Терна,تيرناس,泰尔纳		FR	32	62	621	62809	134	Europe/Paris
6439909	Thélus	thelus	Thelus,Thélus		FR	32	62	621	62810	1209	Europe/Paris
6439910	Thérouanne	therouanne	Therouanne,Thérouanne		FR	32	62	625	62811	1135	Europe/Paris
6439911	Thiembronne	thiembronne	T'jambronn,di ang bu luo ne,thymbrwn,Тьямбронн,ثيمبرون,蒂昂布罗讷		FR	32	62	625	62812	849	Europe/Paris
6439912	Thièvres	thievres	T'evr,di e fu lei,thyfrys,Тьевр,Тьєвр,ثيفريس,蒂厄夫勒		FR	32	62	621	62814	133	Europe/Paris
6439913	Tigny-Noyelle	tigny-noyelle	Tigny-Noyelle		FR	32	62	624	62815	173	Europe/Paris
6439914	Tilloy-lès-Hermaville	tilloy-les-hermaville	Tijua-le-Ermavil',Tilloy-les-Hermaville,Tilloy-lès-Hermaville,di lu wa lai ai er ma wei er,tylwy lyh hyrmafyl,Тиюа-ле-Ермавиль,Тіюа-ле-Ермавіль,تيلوي ليه هيرمافيل,蒂卢瓦莱埃尔马维尔		FR	32	62	621	62816	224	Europe/Paris
6439915	Tilloy-lès-Mofflaines	tilloy-les-mofflaines	Tijua-le-Mofflen,Tilloy-les-Mofflaines,Tilloy-lès-Mofflaines,Tiloe-les-Mouflines,Tiloé-lès-Mouflines,di lu wa lai mo fu lai ne,tylwy lyh mwflayns,Тиюа-ле-Моффлен,Тіюа-ле-Моффлен,تيلوي ليه موفلاينس,蒂卢瓦莱莫夫莱讷		FR	32	62	621	62817	1438	Europe/Paris
6439916	Tilly-Capelle	tilly-capelle	Tii-Kapel',Tilly-Capelle,di li ka pei lei,tyly kabyl,Тии-Капель,Тії-Капель,تيلي كابيل,蒂利卡佩勒		FR	32	62	621	62818	162	Europe/Paris
6439917	Tilques	tilques	Tilques		FR	32	62	625	62819	1107	Europe/Paris
6439918	Tincques	tincques	Tenk,dan ke,tynskyws,Тенк,تينسكيوس,丹克		FR	32	62	621	62820	832	Europe/Paris
6439919	Tingry	tingry	Tengri,dan ge li,tynjry,Тенгри,Тенгрі,تينجري,丹格里		FR	32	62	623	62821	287	Europe/Paris
6439921	Torcy	torcy	Torchy,Torcy,Torsi,tuo er xi,twrsy,Торси,Торсі,تورسي,托尔西		FR	32	62	624	62823	160	Europe/Paris
6439923	Tortequesne	tortequesne	Tortequesne		FR	32	62	621	62825	809	Europe/Paris
6439924	Tramecourt	tramecourt	Tramecourt		FR	32	62	624	62828	60	Europe/Paris
6439925	Trescault	trescault	Trescault,Tresko,te lei si ke er,tryskawlt,Треско,تريسكاولت,特雷斯科尔		FR	32	62	621	62830	181	Europe/Paris
6439926	Troisvaux	troisvaux	Treuvaux,Truavo,te lu wa wo,trwysfawks,Труаво,ترويسفاوكس,特鲁瓦沃		FR	32	62	621	62831	270	Europe/Paris
6439927	Tubersent	tubersent	Tubersent		FR	32	62	624	62832	498	Europe/Paris
6439928	Vacquerie-le-Boucq	vacquerie-le-boucq	Vacquerie-le-Boucq		FR	32	62	621	62833	89	Europe/Paris
6439929	Valhuon	valhuon			FR	32	62	621	62835	577	Europe/Paris
6439930	Vaudricourt	vaudricourt			FR	32	62	622	62836	944	Europe/Paris
6439931	Vaudringhem	vaudringhem	Vaudringhem		FR	32	62	625	62837	545	Europe/Paris
6439932	Vaulx-Vraucourt	vaulx-vraucourt	Vaulx-Vraucourt,Vo-Vrokur,fawlks frawkwrt,wawlks wrwkwrt,wo er fu luo ku er,Во-Врокур,فاولكس فراوكورت,واولکس وروکورت,沃尔夫罗库尔		FR	32	62	621	62839	1023	Europe/Paris
6439933	Vélu	velu	Velu,Vélu		FR	32	62	621	62840	136	Europe/Paris
6439934	Vendin-lès-Béthune	vendin-les-bethune	Vendin-les-Bethune,Vendin-lès-Béthune		FR	32	62	622	62841	2433	Europe/Paris
6439935	Vendin-le-Vieil	vendin-le-vieil	Vendin-le-Vieil		FR	32	62	627	62842	8683	Europe/Paris
6439936	Verchin	verchin	Verchin,Vershen,fyrtshyn,wei er shang,wrchyn,Вершен,فيرتشين,ورچین,韦尔尚		FR	32	62	624	62843	243	Europe/Paris
6439937	Verchocq	verchocq	Vercho,Verchocq,Vershok,Vércho,fyrtshwsyk,wei er shao ke,wrchkq,Вершок,فيرتشوسيك,ورچکق,韦尔绍克		FR	32	62	624	62844	661	Europe/Paris
6439938	Verlincthun	verlincthun	Verlincthun		FR	32	62	623	62845	441	Europe/Paris
6440482	Louhossoa	louhossoa	Louhossoa,Luhuso		FR	75	64	641	64350	904	Europe/Paris
6439939	Verquin	verquin	Verken,fyrkywn,wei er kan,Веркен,فيركيون,韦尔坎		FR	32	62	622	62848	3425	Europe/Paris
6439940	Verton	verton	Verton		FR	32	62	624	62849	2408	Europe/Paris
6439941	Vieil-Hesdin	vieil-hesdin			FR	32	62	624	62850	366	Europe/Paris
6439942	Vieille-Chapelle	vieille-chapelle	Vieille-Chapelle		FR	32	62	622	62851	781	Europe/Paris
6439943	Vieille-Église	vieille-eglise	Vieille-Eglise,Vieille-Église		FR	32	62	626	62852	1386	Europe/Paris
6439944	Vieil-Moutier	vieil-moutier	Vieil-Moutier		FR	32	62	623	62853	389	Europe/Paris
6439945	Villers-au-Bois	villers-au-bois	Villers-au-Bois		FR	32	62	627	62854	561	Europe/Paris
6439946	Villers-au-Flos	villers-au-flos	Villers-au-Flos		FR	32	62	621	62855	266	Europe/Paris
6439947	Villers-Brûlin	villers-brulin	Ville-Brjulen,Villers-Brulin,Villers-Brûlin,fylyrs brwlyn,wei lai bu lu lan,Вилле-Брюлен,Вілле-Брюлен,فيليرس برولين,维莱布吕兰		FR	32	62	621	62856	365	Europe/Paris
6439948	Villers-Châtel	villers-chatel	Villers-Chatel,Villers-Châtel		FR	32	62	621	62857	140	Europe/Paris
6439949	Villers-l'Hôpital	villers-l-hopital	Villers-l'Hopital,Villers-l'Hôpital		FR	32	62	621	62859	262	Europe/Paris
6439950	Villers-Sir-Simon	villers-sir-simon	Villers-Sir-Simon		FR	32	62	621	62860	117	Europe/Paris
6439951	Vincly	vincly	Vincly		FR	32	62	624	62862	154	Europe/Paris
6439952	Violaines	violaines	Violaines		FR	32	62	622	62863	3611	Europe/Paris
6439953	Vis-en-Artois	vis-en-artois	Vis-en-Artois		FR	32	62	621	62864	656	Europe/Paris
6439954	Vitry-en-Artois	vitry-en-artois	Vitri-an-Artua,Vitry-en-Artois,Vitry-in-Artoe,Vitry-in-Artoé,fytry an artwyz,wei te li ang na tu wa,Витри-ан-Артуа,Вітрі-ан-Артуа,فيتري إن أرتويز,维特里昂纳图瓦		FR	32	62	621	62865	4636	Europe/Paris
6439955	Waben	waben			FR	32	62	624	62866	430	Europe/Paris
6439956	Wacquinghen	wacquinghen	Wacquinghen		FR	32	62	623	62867	258	Europe/Paris
6439957	Wail	wail			FR	32	62	624	62868	269	Europe/Paris
6439958	Wailly-Beaucamp	wailly-beaucamp	Wailly-Beaucamp		FR	32	62	624	62870	1015	Europe/Paris
6439959	Wambercourt	wambercourt	Wambercourt		FR	32	62	624	62871	246	Europe/Paris
6439960	Wancourt	wancourt	Wancourt		FR	32	62	621	62873	663	Europe/Paris
6439961	Wanquetin	wanquetin	Wanquetin		FR	32	62	621	62874	720	Europe/Paris
6439962	Warlencourt-Eaucourt	warlencourt-eaucourt	Warlencourt-Eaucourt		FR	32	62	621	62876	143	Europe/Paris
6439963	Warlincourt-lès-Pas	warlincourt-les-pas	Warlincourt-les-Pas,Warlincourt-lès-Pas		FR	32	62	621	62877	186	Europe/Paris
6439964	Warlus	warlus	Varlju,Warlus,wa er lu,warlws,Варлю,وارلوس,瓦尔吕		FR	32	62	621	62878	376	Europe/Paris
6439965	Warluzel	warluzel	Warluzel		FR	32	62	621	62879	231	Europe/Paris
6439966	Wavrans-sur-l'Aa	wavrans-sur-l-aa	Wavrans-sur-l'Aa		FR	32	62	625	62882	1286	Europe/Paris
6439967	Wavrans-sur-Ternoise	wavrans-sur-ternoise	Wavrans-sur-Ternoise		FR	32	62	621	62883	199	Europe/Paris
6439968	Westrehem	westrehem	Westrehem		FR	32	62	622	62885	239	Europe/Paris
6439969	Wicquinghem	wicquinghem	Wicquinghem		FR	32	62	624	62886	249	Europe/Paris
6439970	Widehem	widehem	Widehem		FR	32	62	624	62887	245	Europe/Paris
6439971	Wierre-au-Bois	wierre-au-bois	V'err-o-Bua,Verr-o-Bua,Wierre-au-Bois,wei ye lei ou bu wa,wyry aw bwyz,Вьерр-о-Буа,Вєрр-о-Буа,ويري أو بويز,维耶勒欧布瓦		FR	32	62	623	62888	225	Europe/Paris
6439972	Wierre-Effroy	wierre-effroy	Wierre-Effroy		FR	32	62	623	62889	829	Europe/Paris
6439973	Willeman	willeman	Willeman		FR	32	62	624	62890	182	Europe/Paris
6439974	Willencourt	willencourt	Viencourt,Vijankur,Willencourt,wei lang ku er,wylynkwrt,Виянкур,Віянкур,ويلينكورت,维朗库尔		FR	32	62	621	62891	136	Europe/Paris
6439975	Willerval	willerval	Willerval		FR	32	62	621	62892	649	Europe/Paris
6439976	Wimereux	wimereux	Wimereux		FR	32	62	623	62893	6795	Europe/Paris
6439977	Wimille	wimille	Wimille		FR	32	62	623	62894	4091	Europe/Paris
6439978	Wingles	wingles	Vengl',Wingles,wan ge lei,wynjlys,Венгль,وينجليس,万格勒		FR	32	62	627	62895	8776	Europe/Paris
6439979	Wirwignes	wirwignes	Wirwignes		FR	32	62	623	62896	749	Europe/Paris
6439980	Wismes	wismes	Wismes		FR	32	62	625	62897	483	Europe/Paris
6439981	Wisques	wisques	Wisques		FR	32	62	625	62898	229	Europe/Paris
6439982	Wissant	wissant	Wissant		FR	32	62	623	62899	981	Europe/Paris
6439983	Witternesse	witternesse	Witternesse		FR	32	62	622	62900	587	Europe/Paris
6439984	Wittes	wittes	Wittes		FR	32	62	625	62901	937	Europe/Paris
6439985	Wizernes	wizernes	Wizernes		FR	32	62	625	62902	3317	Europe/Paris
6439986	Zoteux	zoteux	Zoteux		FR	32	62	624	62903	602	Europe/Paris
6439987	Zouafques	zouafques	Zouafques		FR	32	62	625	62904	625	Europe/Paris
6439988	Zudausques	zudausques	Zudausques		FR	32	62	625	62905	890	Europe/Paris
6439989	Zutkerque	zutkerque	Zutkerque		FR	32	62	626	62906	1742	Europe/Paris
6439990	Libercourt	libercourt	Libercourt		FR	32	62	627	62907	8396	Europe/Paris
6439991	Châteauneuf-les-Bains	chateauneuf-les-bains	Castellum Novum,Chasteunou de Siula,Chasteunòu de Siula,Chateauneuf-les-Bains,Châteauneuf-les-Bains,Shatonef le Ben,Shatonef-le-Ben,sha tuo na lai ban,Шатонеф ле Бен,Шатонеф-ле-Бен,沙托纳莱班		FR	84	63	634	63100	308	Europe/Paris
6439993	Châteldon	chateldon	Chateldon,Châteldon		FR	84	63	635	63102	775	Europe/Paris
6439994	Châtel-Guyon	chatel-guyon	Chastel Guion,Chasteuguidon,Chatel-Guyon,Chatelguyon,Châtel-Guyon,Châtelguyon,Shatel'-Gjuion,Shatelgijon,sha tai ji weng,shateru=giyon,Шателгијон,Шатель-Гюїон,シャテル＝ギヨン,沙泰吉翁		FR	84	63	634	63103	6155	Europe/Paris
6439995	Chauriat	chauriat	Chauriac,Chauriat,Shorja,shao li a,Шоря,Шорја,绍里阿		FR	84	63	632	63106	1666	Europe/Paris
6439996	Chavaroux	chavaroux	Chavaros,Chavaroux,Chavarós,Shavaru,sha wa lu,Шавару,沙瓦鲁		FR	84	63	634	63107	470	Europe/Paris
6439997	Chidrac	chidrac			FR	84	63	633	63109	509	Europe/Paris
6439998	Cisternes-la-Forêt	cisternes-la-foret	Cisternes-la-Foret,Cisternes-la-Forêt		FR	84	63	634	63110	466	Europe/Paris
6440485	Louvie-Juzon	louvie-juzon	Louvie-Juzon		FR	75	64	642	64353	1064	Europe/Paris
6439999	Clerlande	clerlande	Clarlanda,Clerlande,Klerland,ke lai er lang de,Клерланд,克莱尔朗德		FR	84	63	634	63112	552	Europe/Paris
6440000	Clermont-Ferrand	clermont-ferrand	Clermont-Ferrand		FR	84	63	632	63113	142686	Europe/Paris
6440001	Combronde	combronde	Comba-ronda,Combronde,Conbronde,Kombrond,kong bu long de,Комбронд,孔布龙德		FR	84	63	634	63116	2182	Europe/Paris
6440002	Compains	compains	Compains		FR	84	63	633	63117	124	Europe/Paris
6440003	Condat-en-Combraille	condat-en-combraille			FR	84	63	634	63118	430	Europe/Paris
6440004	Corent	corent	Corent,Koran,ke lang,Коран,科朗		FR	84	63	632	63120	727	Europe/Paris
6440005	Coudes	coudes	Coudes		FR	84	63	633	63121	1231	Europe/Paris
6440006	Courgoul	courgoul	Corgol,Courgoul,Kurgul,Kurgul',ku er gu,Кургул,Кургуль,库尔古		FR	84	63	633	63122	70	Europe/Paris
6440007	Cournols	cournols	Cornous,Cornòus,Cournols,Kurnol,Kurnol',ku er nuo er,Курнол,Курноль,库尔诺尔		FR	84	63	632	63123	239	Europe/Paris
6440008	Cournon-d'Auvergne	cournon-d-auvergne	Cournon-d'Auvergne		FR	84	63	632	63124	20126	Europe/Paris
6440009	Courpière	courpiere	Corpiera,Corpièra,Courpiere,Courpière,Curta Petra,Kurper,Kurpjer,ku er pi ai,Курпєр,Курпјер,库尔皮埃		FR	84	63	635	63125	4142	Europe/Paris
6440011	Crevant-Laveine	crevant-laveine	Crevant,Crevant-Laveine,Krevan Laven,Krevan-Laven,ke lei wang la wan,Креван Лавен,Креван-Лавен,克勒旺拉万		FR	84	63	635	63128	969	Europe/Paris
6440012	Culhat	culhat	Culhac,Culhat,Kila,Kjuja,kyura,qu ya,Кила,Кюя,キュラ,屈亚		FR	84	63	635	63131	1182	Europe/Paris
6440013	Cunlhat	cunlhat	Cunlhat		FR	84	63	631	63132	1251	Europe/Paris
6440015	Dauzat-sur-Vodable	dauzat-sur-vodable	Dauzat-sur-Vodable		FR	84	63	633	63134	86	Europe/Paris
6440016	Davayat	davayat	Davaiac,Davaja,Daveja,da wei a,Даваја,Давея,达韦阿		FR	84	63	634	63135	603	Europe/Paris
6440017	Domaize	domaize	Doasmaisas,Domaize,Domez,duo mai ci,Домез,多迈兹		FR	84	63	631	63136	389	Europe/Paris
6440018	Doranges	doranges	Doranges		FR	84	63	631	63137	150	Europe/Paris
6440019	Dorat	dorat	Daurac,Dora,Dorat,Дора		FR	84	63	635	63138	710	Europe/Paris
6440020	Dore-l'Église	dore-l-eglise	Dore-l'Eglise,Dore-l'Église		FR	84	63	631	63139	621	Europe/Paris
6440021	Durmignat	durmignat	Durmignat		FR	84	63	634	63140	199	Europe/Paris
6440022	Durtol	durtol	Durtol		FR	84	63	632	63141	2006	Europe/Paris
6440023	Échandelys	echandelys	Echandelis,Echandelys,Echandèlis,Eschandalis,Eshandeli,ai shang dai li,Échandelys,Ешандели,Ешанделі,埃尚代利		FR	84	63	631	63142	260	Europe/Paris
6440024	Effiat	effiat	Effiat,Effja,Efiac,ai fei a,Еффя,埃菲阿		FR	84	63	634	63143	1113	Europe/Paris
6440025	Égliseneuve-d'Entraigues	egliseneuve-d-entraigues	Egliseneuve-d'Entraigues,Égliseneuve-d'Entraigues		FR	84	63	633	63144	358	Europe/Paris
6440026	Égliseneuve-des-Liards	egliseneuve-des-liards	Egliseneuve-des-Liards,Égliseneuve-des-Liards		FR	84	63	633	63145	136	Europe/Paris
6440027	Égliseneuve-près-Billom	egliseneuve-pres-billom	Egliseneuve-pres-Billom,Egliseneuve-près-Billom,Egliznev-pre-Bijom,Gleisanova de Bilhom,Glèisanòva de Bilhom,ai ge li se na fu pu lei bi long,Égliseneuve-près-Billom,Еглизнев-пре-Бийом,Еглізнев-пре-Бійом,埃格利瑟纳夫普雷比隆		FR	84	63	632	63146	803	Europe/Paris
6440028	Églisolles	eglisolles	Eglisolles,Eglizol',Gleisolas,Gleisòlas,ai ge li suo lai,Églisolles,Еглизоль,Еглізоль,埃格利索莱		FR	84	63	631	63147	261	Europe/Paris
6440029	Ennezat	ennezat	Ennezat		FR	84	63	634	63148	2485	Europe/Paris
6440030	Entraigues	entraigues	Antreg,Entraigas,ang te lai gai,Антрег,昂特赖盖		FR	84	63	634	63149	655	Europe/Paris
6440031	Enval	enval			FR	84	63	634	63150	1471	Europe/Paris
6440032	Escoutoux	escoutoux	Escotos,Escotós,Escoutoux,Eskutu,ai si ku tu,Ескуту,埃斯库图		FR	84	63	635	63151	1359	Europe/Paris
6440033	Espirat	espirat	Epira,Espira,Espirac,Espirat,ai si pi la,Епира,Еспіра,埃斯皮拉		FR	84	63	632	63154	394	Europe/Paris
6440034	Estandeuil	estandeuil	Estandej,Estandelh,Estandeuil,Etandej,ai si tang de yi,Естандей,Етандеј,埃斯唐德伊		FR	84	63	632	63155	450	Europe/Paris
6440035	Esteil	esteil	Esteij,Esteil,Estej,Estelh,Естеиј,Естей		FR	84	63	633	63156	63	Europe/Paris
6440036	Fayet-le-Château	fayet-le-chateau	Fae-le-Shato,Faiet e lo Montelh,Faiet lo Chastel,Faiet lo Chastèl,Fayet-le-Chateau,Fayet-le-Château,fei ai lai sha tuo,Фає-ле-Шато,费埃莱沙托		FR	84	63	632	63157	351	Europe/Paris
6440037	Fayet-Ronaye	fayet-ronaye	Fae-Rone,Faiet e Ronaia,Fayet-Ronaye,Lo Faiet,fei ai luo nai ai,Фае-Роне,Фає-Роне,费埃罗奈埃		FR	84	63	631	63158	106	Europe/Paris
6440038	Fernoël	fernoel	Fernoel,Fernoël		FR	84	63	634	63159	130	Europe/Paris
6440039	Aulhat-Flat	aulhat-flat	Aulhat-Flat,Fla,Flac de Soire,fu la,Фла,弗拉		FR	84	63	633	63160	908	Europe/Paris
6440040	Fournols	fournols	Fornols,Fornous,Fornòls,Fournols,Furnol,Furnol',Fórnous,fu er nuo er,Фурнол,Фурноль,富尔诺尔		FR	84	63	631	63162	320	Europe/Paris
6440041	Gelles	gelles	Gelas,Gelles,Zhel',re lai,Жель,热莱		FR	84	63	633	63163	965	Europe/Paris
6440042	Gerzat	gerzat	Gerzat		FR	84	63	632	63164	10534	Europe/Paris
6440043	Giat	giat	Giac,Zhja,ji a,Жя,Жја,吉阿		FR	84	63	634	63165	826	Europe/Paris
6440044	Gignat	gignat	Gignat		FR	84	63	633	63166	241	Europe/Paris
6440045	Gimeaux	gimeaux			FR	84	63	634	63167	401	Europe/Paris
6440046	Glaine-Montaigut	glaine-montaigut	Glaina e Montagut,Glaine-Montaigut,Glen Montegi,Glen-Montegju,ge lan meng tai ju,Глен Монтеги,Глен-Монтегю,格兰蒙泰居		FR	84	63	632	63168	565	Europe/Paris
6440047	Gouttières	gouttieres	Gouttieres,Gouttières		FR	84	63	634	63171	352	Europe/Paris
6440048	Grandeyrolles	grandeyrolles	Grandeirolas,Grandeiròlas,Grandejrol',Grandeyrolles,ge lang dai luo lai,Грандейроль,格朗代罗莱		FR	84	63	633	63172	53	Europe/Paris
6440049	Grandrif	grandrif	Grand-riu,Grandrif,Granrif,ge lang de li,Гранриф,格朗德里		FR	84	63	631	63173	179	Europe/Paris
6440050	Grandval	grandval	Grandval,Grandvau,Granval',ge lang de wa,Гранваль,格朗德瓦		FR	84	63	631	63174	114	Europe/Paris
6440051	Heume-l'Église	heume-l-eglise	Heume-l'Eglise,Heume-l'Église		FR	84	63	633	63176	107	Europe/Paris
6440052	Isserteaux	isserteaux	Issertaus,Isserteaux,Isserto,yi sai er tuo,Іссерто,伊塞尔托		FR	84	63	632	63177	416	Europe/Paris
6440053	Issoire	issoire			FR	84	63	633	63178	14662	Europe/Paris
6440054	Job	job	Zhob,ruo zhen,Жоб,若镇		FR	84	63	631	63179	1014	Europe/Paris
6440055	Joze	joze	Josa,Joze,Jòsa,Zhoz,ruo ci,Жоз,若兹		FR	84	63	635	63180	1103	Europe/Paris
6440056	Jozerand	jozerand	Jozerand		FR	84	63	634	63181	555	Europe/Paris
6440057	Jumeaux	jumeaux	Jumeaux		FR	84	63	633	63182	640	Europe/Paris
6440058	Labessette	labessette			FR	84	63	633	63183	62	Europe/Paris
6440059	Lamontgie	lamontgie	Lamontgie		FR	84	63	633	63185	652	Europe/Paris
6440060	Landogne	landogne			FR	84	63	634	63186	237	Europe/Paris
6440061	Lapeyrouse	lapeyrouse	La Peirosa,Lapejruz,Lapeyrouse,la pei lu si,Лапейруз,لاپیروسی، پوی-دی-ڈومی,拉佩鲁斯		FR	84	63	634	63187	565	Europe/Paris
6440062	Laps	laps	Laps		FR	84	63	632	63188	596	Europe/Paris
6440063	Laqueuille	laqueuille	La Cuelha de Perpesac,Lakej,Laqueuille,la qu e yi er,laqwywyly,Лакей,لاقویویلی,拉屈厄伊尔		FR	84	63	633	63189	366	Europe/Paris
6440064	Larodde	larodde	La Roda,La Ròda,Larodd,Larodde,la luo de de,Лародд,لاروڈڈی,拉罗德德		FR	84	63	633	63190	270	Europe/Paris
6440065	Lempty	lempty	Lempty		FR	84	63	635	63194	389	Europe/Paris
6440066	Lezoux	lezoux	Lezoux		FR	84	63	635	63195	6062	Europe/Paris
6440067	Limons	limons	Limon,Limons,li meng,Лімон,利蒙		FR	84	63	634	63196	739	Europe/Paris
6440068	Lisseuil	lisseuil	Lisseuil		FR	84	63	634	63197	118	Europe/Paris
6440069	Loubeyrat	loubeyrat	Lobeirac,Lubejra,lu bei la,Лубейра,卢贝拉		FR	84	63	634	63198	1297	Europe/Paris
6440070	Ludesse	ludesse	Ludesse		FR	84	63	633	63199	485	Europe/Paris
6440071	Lussat	lussat	Ljussa,Lucac,Lussat,Luçac,lu sa,Люсса,吕萨		FR	84	63	634	63200	919	Europe/Paris
6440072	Luzillat	luzillat	Luzillat		FR	84	63	634	63201	1110	Europe/Paris
6440073	Madriat	madriat			FR	84	63	633	63202	108	Europe/Paris
6440074	Malauzat	malauzat	Malausac,Malauzat,Maloza,ma luo zha,Малоза,马洛扎		FR	84	63	634	63203	1137	Europe/Paris
6440075	Malintrat	malintrat	Malintrat		FR	84	63	634	63204	1132	Europe/Paris
6440076	Manglieu	manglieu	Manglieu		FR	84	63	632	63205	462	Europe/Paris
6440077	Manzat	manzat			FR	84	63	634	63206	1369	Europe/Paris
6440078	Marat	marat	Mara,Marac,ma la,Мара,马拉		FR	84	63	631	63207	823	Europe/Paris
6440079	Mareugheol	mareugheol	Mareugheol		FR	84	63	633	63209	192	Europe/Paris
6440080	Maringues	maringues			FR	84	63	634	63210	3118	Europe/Paris
6440081	Marsac-en-Livradois	marsac-en-livradois	Marcac e Forchaval,Marsac-en-Livradois,Marsak-an-Livradua,Marçac e Forchaval,li fu la du wa de qu ma er sa ke,Марсак-ан-Ливрадуа,Марсак-ан-Ліврадуа,利夫拉杜瓦地区马尔萨克		FR	84	63	631	63211	1458	Europe/Paris
6440082	Marsat	marsat	Marsa,Marsat,ma er sa,Марса,马尔萨		FR	84	63	634	63212	1322	Europe/Paris
6440083	Les Martres-de-Veyre	les-martres-de-veyre	Les Martres-de-Veyre		FR	84	63	632	63214	3955	Europe/Paris
6440084	Martres-sur-Morge	martres-sur-morge	Martres-sur-Morge		FR	84	63	634	63215	667	Europe/Paris
6440085	Mauzun	mauzun	Mausun,Mauzun,Mozen,mo zan,Мозен,莫赞		FR	84	63	632	63216	113	Europe/Paris
6440086	Mayres	mayres	Mayres		FR	84	63	631	63218	195	Europe/Paris
6440087	Mazaye	mazaye	Mazaye		FR	84	63	633	63219	727	Europe/Paris
6440088	Mazoires	mazoires	Mazoires		FR	84	63	633	63220	99	Europe/Paris
6440089	Medeyrolles	medeyrolles	Medeirolas,Medeiròlas,Medejrol',Medeyrolles,mo dai luo lai,Медейроль,默代罗莱		FR	84	63	631	63221	116	Europe/Paris
6440090	Meilhaud	meilhaud			FR	84	63	633	63222	515	Europe/Paris
6440091	Ménétrol	menetrol	Menetrol,Ménétrol		FR	84	63	634	63224	1631	Europe/Paris
6440092	Messeix	messeix	Messeix		FR	84	63	634	63225	1044	Europe/Paris
6440093	Mur-sur-Allier	mur-sur-allier	Meseu,Mesèu,Mezel',Mur-sur-Allier,mo ze,Мезель,默泽		FR	84	63	632	63226	3403	Europe/Paris
6440094	Mirefleurs	mirefleurs	Chasteunou dAleir,Chasteunòu dAlèir,Mirefleurs,Mirfler,mi lei fu lei er,Мірфлер,米雷夫勒尔		FR	84	63	632	63227	2442	Europe/Paris
6440095	Miremont	miremont	Miremont		FR	84	63	634	63228	300	Europe/Paris
6440096	Montaigut-le-Blanc	montaigut-le-blanc	Montagut e Gordon,Montegju-le-Blan,meng tai ju lai bu lang ke,montegyu=ru=buran,Монтегю-ле-Блан,モンテギュー＝ル＝ブラン,蒙泰居莱布朗克		FR	84	63	633	63234	860	Europe/Paris
6440097	Montcel	montcel	Montcel		FR	84	63	634	63235	487	Europe/Paris
6440098	Mont-Dore	mont-dore	Mont-Dore		FR	84	63	633	63236	1303	Europe/Paris
6440099	Montel-de-Gelat	montel-de-gelat	Montel-de-Gelat		FR	84	63	634	63237	443	Europe/Paris
6440100	Montfermy	montfermy			FR	84	63	634	63238	227	Europe/Paris
6440101	Montmorin	montmorin	Monmoren,Montmaurin,Montmorin,meng te mo lan,Монморен,蒙特莫兰		FR	84	63	632	63239	725	Europe/Paris
6440102	Montpensier	montpensier	Monpans'e,Monpanseir,Monpansèir,Montpancheir,Montpanchèir,Montpensier,meng te pang xie,monpanshie,Монпансьє,モンパンシエ,蒙特庞谢		FR	84	63	634	63240	445	Europe/Paris
6440103	Montpeyroux	montpeyroux	Monpejru,Mont Peiros,Mont Peirós,Montpeiros,Montpeirós,Montpeyroux,meng te pei lu,monperu,Монпейру,مونٹپیروکس,モンペルー,蒙特佩鲁		FR	84	63	633	63241	341	Europe/Paris
6440105	Mozac	mozac	Mozac		FR	84	63	634	63245	3899	Europe/Paris
6440106	Murat-le-Quaire	murat-le-quaire	Mjura-le-Ker,Murat e lo Caire,mi la lai qu ai er,myura=ru=keru,Мюра-ле-Кер,ミュラ＝ル＝ケール,米拉莱屈艾尔		FR	84	63	633	63246	476	Europe/Paris
6440107	Murol	murol	Murol		FR	84	63	633	63247	587	Europe/Paris
6440108	Nébouzat	nebouzat	Nebouzat,Nébouzat		FR	84	63	633	63248	834	Europe/Paris
6440109	Néronde-sur-Dore	neronde-sur-dore	Neironda,Nerond-sjur-Dor,Neronde-sur-Dore,Néronde-sur-Dore,duo er he pan nei long de,Неронд-сюр-Дор,多尔河畔内龙德		FR	84	63	635	63249	505	Europe/Paris
6440110	Neschers	neschers	Neschers		FR	84	63	633	63250	832	Europe/Paris
6440226	Saint-Sulpice	saint-sulpice	Sant Sulpici,Sen-Sjul'pis,sheng xu er pi ke,Сен-Сюльпіс,圣叙尔皮克		FR	84	63	634	63399	87	Europe/Paris
6440111	Neuf-Église	neuf-eglise	Nef-Egliz,Neuf Eglise,Neuf-Eglise,Neuf-Église,Novagleisa,Nòvaglèisa,na ai ge li si,Неф-Егліз,纳埃格利斯		FR	84	63	634	63251	294	Europe/Paris
6440112	Noalhat	noalhat	Noala,Noalhac,Noalhat,nuo a ya,Ноала,诺阿亚		FR	84	63	635	63253	246	Europe/Paris
6440113	Nohanent	nohanent	Nohanent		FR	84	63	632	63254	2229	Europe/Paris
6440114	Nonette-Orsonnette	nonette-orsonnette	Lenede,Nonett,Nonette-Orsonnette,nonetto,nuo nei te,Нонетт,ノネット,诺内特		FR	84	63	633	63255	563	Europe/Paris
6440115	Novacelles	novacelles	Novacelles		FR	84	63	631	63256	141	Europe/Paris
6440116	Olby	olby	Olby		FR	84	63	633	63257	778	Europe/Paris
6440117	Olliergues	olliergues	Ol'erg,Olhergas,Olhèrgas,Olliergues,ao lie ge,Ольерг,Ольєрг,奥列格		FR	84	63	631	63258	751	Europe/Paris
6440118	Olloix	olloix	Olloix,Ollua,Olois,ao lu wa,Оллуа,奥卢瓦		FR	84	63	632	63259	316	Europe/Paris
6440119	Orbeil	orbeil	Orbeil		FR	84	63	633	63261	839	Europe/Paris
6440120	Orcet	orcet	Orcac,Orcet,Orse,Orçac,ao er sai,Орсе,奥尔塞		FR	84	63	632	63262	2637	Europe/Paris
6440121	Orcines	orcines	Orcines		FR	84	63	632	63263	3364	Europe/Paris
6440122	Orléat	orleat	Orlea,Orleat,Orlhac de Ledos,Orlhac de Ledós,Orléat,ao er lai a,Орлеа,奥尔莱阿		FR	84	63	635	63265	2139	Europe/Paris
6440124	Palladuc	palladuc	Paladun,Palladjuk,Palladuc,pa la di ke,Палладюк,帕拉迪克		FR	84	63	635	63267	551	Europe/Paris
6440125	Parent	parent	Paran,Parenc,Parent,Parenç,pa lang,Паран,帕朗		FR	84	63	633	63269	841	Europe/Paris
6440126	Parentignat	parentignat	Parantin'ja,Parentinhac,pa lang di ni ya,Парантинья,Парантінья,帕朗蒂尼亚		FR	84	63	633	63270	523	Europe/Paris
6440127	Paslières	paslieres			FR	84	63	635	63271	1525	Europe/Paris
6440128	Pérignat-lès-Sarliève	perignat-les-sarlieve	Pairinhac de Sarleiva,Pairinhac de Sarlèiva,Perignat-les-Sarlieve,Perin'ja-le-Sarl'ev,Pérignat-lès-Sarliève,pei li ni ya lai sa er li ye fu,Перинья-ле-Сарльєв,佩里尼亚莱萨尔利耶夫		FR	84	63	632	63272	2675	Europe/Paris
6440129	Pérignat-sur-Allier	perignat-sur-allier	Pairinhac dAleir,Pairinhac dAlèir,Pairinhat,Perignat-es-Allier,Perignat-sur-Allier,Perin'ja-sjur-Al'e,Pérignat-sur-Allier,Pérignat-ès-Allier,a li ye he pan pei li ni ya,Перинья-сюр-Алье,Перинья-сюр-Альє,阿利耶河畔佩里尼亚		FR	84	63	632	63273	1516	Europe/Paris
6440130	Perrier	perrier	Perrier		FR	84	63	633	63275	893	Europe/Paris
6440131	Peschadoires	peschadoires	Peschadoires,Peschadora,Peshaduar,pei si sha du wa lei,Пешадуар,佩斯沙杜瓦雷		FR	84	63	635	63276	2120	Europe/Paris
6440132	Peslières	peslieres	Palheiras de Chantaloba,Palhèiras de Chantaloba,Pel'er,pei si li ai,Пельер,Пельєр,佩斯利埃		FR	84	63	633	63277	67	Europe/Paris
6440133	Pessat-Villeneuve	pessat-villeneuve	Pecac e Vilanova,Pessa-Vil'nev,Pessat-Villeneuve,Peçac e Vilanòva,pei sa wei lei na fu,Песса-Вільнев,佩萨维勒纳夫		FR	84	63	634	63278	656	Europe/Paris
6440134	Picherande	picherande	Picharanda,Picherande,Pishrand,pi xie lang de,Пишранд,Пішранд,皮谢朗德		FR	84	63	633	63279	362	Europe/Paris
6440135	Pignols	pignols	Pin'ol',Pinhous,Pinhòus,pi ni ao er,Піньоль,皮尼奥尔		FR	84	63	632	63280	334	Europe/Paris
6440136	Plauzat	plauzat	Plausac,Plauzat,Ploza,pu luo zha,Плоза,普洛扎		FR	84	63	633	63282	1638	Europe/Paris
6440137	Pontaumur	pontaumur	Pons Murus,Pontaumur,Pontomjur,peng tuo mi,Понтомюр,蓬托米		FR	84	63	634	63283	659	Europe/Paris
6440138	Pont-du-Château	pont-du-chateau	Pont-du-Chateau,Pont-du-Château		FR	84	63	632	63284	11191	Europe/Paris
6440139	Pontgibaud	pontgibaud	Pontgibaud		FR	84	63	634	63285	755	Europe/Paris
6440140	Prompsat	prompsat	Proansac,Promsa,pu long pu sa,puronpusa,Промса,プロンプサ,普龙普萨		FR	84	63	634	63288	417	Europe/Paris
6440141	Prondines	prondines	Prondines		FR	84	63	634	63289	258	Europe/Paris
6440142	Pulvérières	pulverieres	Pulverieres,Pulvérières		FR	84	63	634	63290	406	Europe/Paris
6440143	Puy-Guillaume	puy-guillaume			FR	84	63	635	63291	2743	Europe/Paris
6440144	Queuille	queuille	Queuille		FR	84	63	634	63294	270	Europe/Paris
6440145	Ravel	ravel	Ravel,Ravel',Raveu,Ravèu,la wei,Равель,拉韦		FR	84	63	635	63296	708	Europe/Paris
6440146	Rentières	rentieres	Rentieres,Rentières		FR	84	63	633	63299	117	Europe/Paris
6440147	Roche-d'Agoux	roche-d-agoux	Roche-d'Agoux		FR	84	63	634	63304	103	Europe/Paris
6440148	Rochefort-Montagne	rochefort-montagne	Rochafort,Rochefort-Montagne,Roshfor-Montan',Ròchafòrt,luo xie fu er meng ta ni,roshuforu=montanyu,Рошфор-Монтань,ロシュフォール＝モンターニュ,罗谢福尔蒙塔尼		FR	84	63	633	63305	876	Europe/Paris
6440149	Romagnat	romagnat	Romagnat,Roman'ja,luo ma ni ya,Романья,罗马尼亚		FR	84	63	632	63307	7634	Europe/Paris
6440150	Royat	royat	Royat		FR	84	63	632	63308	4798	Europe/Paris
6440151	Sainte-Agathe	sainte-agathe	Sainte-Agathe,Santa Agata,Sent-Agat,sheng a jia te,Сент-Агат,سین-اگاٹھے، پے-دے-ڈومی,圣阿加特		FR	84	63	635	63310	190	Europe/Paris
6440152	Saint-Agoulin	saint-agoulin	Saint-Agoulin		FR	84	63	634	63311	334	Europe/Paris
6440153	Saint-Alyre-d'Arlanc	saint-alyre-d-arlanc	Saint-Alyre-d'Arlanc		FR	84	63	631	63312	171	Europe/Paris
6440154	Saint-Alyre-ès-Montagne	saint-alyre-es-montagne	Sant Aliri de las Montanhas,Sent-Alir-e-Montan',sheng a li er ai meng ta ni,Сент-Алир-е-Монтань,Сент-Алір-е-Монтань,سینٹ-الیرے-یس-مونٹاگنے,圣阿利尔埃蒙塔尼		FR	84	63	633	63313	134	Europe/Paris
6440155	Saint-Amant-Roche-Savine	saint-amant-roche-savine	Saint-Amant-Roche-Savine,Sant Amanc de Rocha-savina,Sant Amanc-Rocha Savina,Sant Amanç de Ròcha-savina,Sant Amanç-Ròcha Savina,Sent-Aman-Rosh-Savin,sheng a mang luo shen sa wei ne,Сент-Аман-Рош-Савин,Сент-Аман-Рош-Савін,سینٹ-امانت-روکھے-سونے,圣阿芒罗什萨维讷		FR	84	63	631	63314	495	Europe/Paris
6440156	Saint-Amant-Tallende	saint-amant-tallende	Saint-Amant-Tallende,Sant Amanc de Telemac,Sant Amanç de Telemac,Sent-Aman-Talland,sheng a mang ta lang de,Сент-Аман-Талланд,سینٹ-امانت-تلندے,圣阿芒塔朗德		FR	84	63	632	63315	1757	Europe/Paris
6440227	Saint-Sylvestre-Pragoulin	saint-sylvestre-pragoulin	Saint-Sylvestre-Pragoulin		FR	84	63	634	63400	1077	Europe/Paris
6440555	Parbayse	parbayse	Parbayse		FR	75	64	643	64442	313	Europe/Paris
6440157	Saint-André-le-Coq	saint-andre-le-coq	Saint-Andre-le-Coq,Saint-André-le-Coq,Sant Andrieu,Sent-Andre-le-Kok,sheng ang de lei lai ke,Сент-Андре-ле-Кок,سینٹ-آندرے-لے-کوق,圣昂德雷莱科		FR	84	63	634	63317	524	Europe/Paris
6440158	Saint-Anthème	saint-antheme	Saint-Antheme,Saint-Anthème,Sanctus Anthemius,Sant Antelmes,Sent-Antem,sheng ang tai mu,Сент-Антем,سینٹ-انتھمے,圣昂泰姆		FR	84	63	631	63319	697	Europe/Paris
6440159	Saint-Avit	saint-avit	Saint-Avit		FR	84	63	634	63320	242	Europe/Paris
6440160	Saint-Babel	saint-babel	Saint-Babel,Sant Babeu,Sant Babèu,Sen-Babel',sheng ba bei,Сен-Бабель,سینٹ-بابل,圣巴贝		FR	84	63	633	63321	949	Europe/Paris
6440161	Saint-Bonnet-le-Bourg	saint-bonnet-le-bourg	Saint-Bonnet-le-Bourg,Sant Bonet de Doranjas,Sen-Bonne-le-Bur,sheng bo nei lai bu er,Сен-Бонне-ле-Бур,سینٹ-بونٹ-لے-بارگ,圣博内莱布尔		FR	84	63	631	63323	154	Europe/Paris
6440162	Saint-Bonnet-le-Chastel	saint-bonnet-le-chastel	Saint-Bonnet-le-Chastel		FR	84	63	631	63324	208	Europe/Paris
6440163	Saint-Bonnet-lès-Allier	saint-bonnet-les-allier	Saint-Bonnet-les-Allier,Saint-Bonnet-lès-Allier		FR	84	63	632	63325	432	Europe/Paris
6440164	Saint-Bonnet-près-Orcival	saint-bonnet-pres-orcival	Sant Bonet dOrcivau,Sen-Bonne-pre-Orsival',sheng bo nei pu lei ao er xi wa,Сен-Бонне-пре-Орсіваль,سینٹ-بونٹ-پریس-ورکول,圣博内普雷奥尔西瓦		FR	84	63	633	63326	474	Europe/Paris
6440165	Saint-Bonnet-près-Riom	saint-bonnet-pres-riom	Saint-Bonnet-pres-Riom,Saint-Bonnet-près-Riom,Sant Bonet de Riam,Sen-Bonne-pre-Rjom,sheng bo nei pu lei li weng,Сен-Бонне-пре-Рйом,سینٹ-بونٹ-پریس-روم,圣博内普雷里翁		FR	84	63	634	63327	2142	Europe/Paris
6440166	Sainte-Catherine	sainte-catherine	Sainte-Catherine		FR	84	63	631	63328	53	Europe/Paris
6440167	Sainte-Christine	sainte-christine	Sainte-Christine		FR	84	63	634	63329	131	Europe/Paris
6440168	Saint-Cirgues-sur-Couze	saint-cirgues-sur-couze			FR	84	63	633	63330	352	Europe/Paris
6440169	Saint-Clément-de-Régnat	saint-clement-de-regnat	Saint-Clement-de-Regnat,Saint-Clement-de-Valorgue,Saint-Clément-de-Régnat,Saint-Clément-de-Valorgue,Sant Clamenc de Rainhac,Sant Clamenç de Rainhac,Sen-Kleman-de-Ren'ja,sheng ke lai mang de lei ni ya,Сен-Клеман-де-Ренья,سینٹ-کلیمنٹ-دے-ریگنت,圣克莱芒德雷尼亚		FR	84	63	634	63332	554	Europe/Paris
6440170	Saint-Denis-Combarnazat	saint-denis-combarnazat	Saint-Denis-Combarnazat,Sant Daunis e Barnasac,Sant Daunís e Barnasac,Sen-Deni-Kombarnaza,sheng de ni kong ba er na zha,Сен-Дені-Комбарназа,سینٹ-ڈینس-کومبرنازت,圣德尼孔巴尔纳扎		FR	84	63	634	63333	224	Europe/Paris
6440171	Saint-Dier-d'Auvergne	saint-dier-d-auvergne			FR	84	63	632	63334	507	Europe/Paris
6440172	Saint-Diéry	saint-diery	Saint-Diery,Saint-Diéry,Sant Deiric,Sen-D'eri,sheng di ai li,Сен-Дьери,Сен-Дьєрі,سینٹ-ڈیرے,圣迪埃里		FR	84	63	633	63335	476	Europe/Paris
6440173	Saint-Donat	saint-donat	Saint-Donat		FR	84	63	633	63336	209	Europe/Paris
6440174	Saint-Éloy-la-Glacière	saint-eloy-la-glaciere	Saint-Eloy-la-Glaciere,Saint-Eloy-la-Glacière,Saint-Éloy-la-Glacière,Sant Aloi de Fornous,Sant Alòi de Fórnous,Sent-Elua-la-Glas'er,sheng ai lu wa la ge la xi ai,Сент-Елуа-ла-Гласьер,Сент-Елуа-ла-Гласьєр,سینٹ-یلوے-لا-گلکیرے,圣埃卢瓦拉格拉西埃		FR	84	63	631	63337	56	Europe/Paris
6440175	Saint-Éloy-les-Mines	saint-eloy-les-mines	Saint-Eloy-les-Mines,Saint-Éloy-les-Mines,Sant Aloi de Montagut,Sant Aloi de las Minas,Sant Alòi de Montagut,Sant Alòi de las Minas,Sent-Elua-le-Min,sheng ai lu wa lai mi nei,Сент-Елуа-ле-Мін,سینٹ-یلوے-لیس-مائنز,圣埃卢瓦莱米内		FR	84	63	634	63338	3715	Europe/Paris
6440176	Saint-Étienne-des-Champs	saint-etienne-des-champs			FR	84	63	634	63339	140	Europe/Paris
6440177	Saint-Étienne-sur-Usson	saint-etienne-sur-usson	Saint-Etienne-sur-Usson,Saint-Étienne-sur-Usson,Sant Esteve dUcon,Sant Estève dUçon,Sent-Et'enn-sjur-Jusson,yu song he pan sheng ai di an,Сент-Етьенн-сюр-Юссон,Сент-Етьєнн-сюр-Юссон,سینٹ-ایٹیینے-سر-اسسوں,于松河畔圣埃蒂安		FR	84	63	633	63340	284	Europe/Paris
6440178	Saint-Ferréol-des-Côtes	saint-ferreol-des-cotes	Saint-Ferreol-des-Cotes,Saint-Ferréol-des-Côtes		FR	84	63	631	63341	543	Europe/Paris
6440179	Saint-Floret	saint-floret	Saint-Floret		FR	84	63	633	63342	250	Europe/Paris
6440181	Saint-Genès-Champanelle	saint-genes-champanelle	Saint-Genes-Champanelle,Saint-Genès-Champanelle		FR	84	63	632	63345	3525	Europe/Paris
6440182	Saint-Genès-Champespe	saint-genes-champespe	Sant Genest de Champespa,Sant Genèst de Champespa,Sen-Zhene-Shampesp,sheng re nei shang pei si pu,Сен-Жене-Шампесп,سینٹ-گینس-چمپسپے,圣热内尚佩斯普		FR	84	63	633	63346	221	Europe/Paris
6440184	Saint-Genès-la-Tourette	saint-genes-la-tourette	Saint-Genes-la-Tourette,Saint-Genès-la-Tourette,Sant Genest de la Torreta,Sant Genèst de la Torreta,Sen-Zhene-la-Turett,sheng re nei la tu lei te,Сен-Жене-ла-Туретт,سینٹ-گینس-لا-توڑتے,圣热内拉图雷特		FR	84	63	633	63348	177	Europe/Paris
6440185	Saint-Georges-de-Mons	saint-georges-de-mons	Sant Jorge de la Crotz,Sant Jòrge de la Crotz,Sen-Zhorzh-de-Mon,sheng ruo er re de meng,Сен-Жорж-де-Мон,سینٹ-گیورگس-دے-مونس,圣若尔热德蒙		FR	84	63	634	63349	1976	Europe/Paris
6440186	Saint-Georges-sur-Allier	saint-georges-sur-allier	Saint-Georges-sur-Allier,Sant Jorge,Sant Jòrge,Sen-Zhorzh-sjur-Al'e,a li ye he pan sheng ruo er re,Сен-Жорж-сюр-Альє,سینٹ-گیورگس-سر-الئیر,阿利耶河畔圣若尔热		FR	84	63	632	63350	1244	Europe/Paris
6440187	Saint-Germain-près-Herment	saint-germain-pres-herment	Saint-Germain-pres-Herment,Saint-Germain-près-Herment		FR	84	63	634	63351	84	Europe/Paris
6440188	Saint-Germain-Lembron	saint-germain-lembron	Saint-Germain-Lembron,Sant German de Lembron,Sen-Zhermen-Lambron,sheng ri er man lang bu long,Сен-Жермен-Ламброн,سینٹ-گرمین-لیمبروں,圣日尔曼朗布龙		FR	84	63	633	63352	1957	Europe/Paris
6440189	Saint-Germain-l'Herm	saint-germain-l-herm			FR	84	63	631	63353	492	Europe/Paris
6440190	Saint-Gervais-d'Auvergne	saint-gervais-d-auvergne	Saint-Gervais-d'Auvergne		FR	84	63	634	63354	1323	Europe/Paris
6440191	Saint-Gervais-sous-Meymont	saint-gervais-sous-meymont	Saint-Gervais-sous-Meymont,Sant Gervasi dOlhergas,Sant Gervasi dOlhèrgas,Sen-Zherve-su-Mejmon,sheng re er wei su mei meng,Сен-Жерве-су-Меймон,سینٹ-گروس-سوس-مےمونٹ,圣热尔韦苏梅蒙		FR	84	63	631	63355	239	Europe/Paris
6440281	Youx	youx	Youx		FR	84	63	634	63471	918	Europe/Paris
6440192	Saint-Gervazy	saint-gervazy	Saint-Gervazy,Sant Gervasi,Sant Gervasi dAunhac,Sen-Zhervazi,sheng re er wa qi,Сен-Жервази,Сен-Жервазі,سینٹ-گروزے,圣热尔瓦齐		FR	84	63	633	63356	324	Europe/Paris
6440193	Saint-Hérent	saint-herent			FR	84	63	633	63357	111	Europe/Paris
6440194	Saint-Hilaire-la-Croix	saint-hilaire-la-croix	Saint-Hilaire-la-Croix,Sant Ilari e Lac-roi,Sen-Iler-la-Krua,sheng yi lai er la ke lu wa,Сен-Ілер-ла-Круа,سینٹ-ہلیری-لا-ڑوش,圣伊莱尔拉克鲁瓦		FR	84	63	634	63358	344	Europe/Paris
6440195	Saint-Hilaire-les-Monges	saint-hilaire-les-monges			FR	84	63	634	63359	96	Europe/Paris
6440196	Saint-Ignat	saint-ignat	Saint-Ignat		FR	84	63	634	63362	880	Europe/Paris
6440197	Saint-Jacques-d'Ambur	saint-jacques-d-ambur	Saint-Jacques-d'Ambur		FR	84	63	634	63363	274	Europe/Paris
6440198	Saint-Jean-d'Heurs	saint-jean-d-heurs	Saint-Jean-d'Heurs		FR	84	63	635	63364	657	Europe/Paris
6440199	Saint-Jean-des-Ollières	saint-jean-des-ollieres	Saint-Jean-des-Ollieres,Saint-Jean-des-Ollières		FR	84	63	632	63365	461	Europe/Paris
6440200	Saint-Jean-en-Val	saint-jean-en-val	Saint-Jean-en-Val,Sant Jan dUcon,Sant Jan dUçon,Sen-Zhan-an-Val',wa de qu sheng rang,Сен-Жан-ан-Валь,سینٹ-ژاں -این -ول,瓦地区圣让		FR	84	63	633	63366	354	Europe/Paris
6440201	Saint-Jean-Saint-Gervais	saint-jean-saint-gervais	Saint-Jean-Saint-Gervais,Saint-Jean-St-Gervais,Sant Jan e Sant Gervasi,Sen-Zhan-Sen-Zherve,sheng rang sheng re er wei,Сен-Жан-Сен-Жерве,سینٹ-ژاں -سینٹ-گروس,圣让圣热尔韦		FR	84	63	633	63367	124	Europe/Paris
6440202	Saint-Julien-de-Coppel	saint-julien-de-coppel	Sant Julian de Copeu,Sant Julian de Copèu,Sen-Zhul'en-de-Koppel',sheng rui li an de ke pei,Сен-Жульен-де-Коппель,Сен-Жульєн-де-Коппель,سینٹ-جلیں -دے-کوپپیل,圣瑞利安德科佩		FR	84	63	632	63368	1270	Europe/Paris
6440203	Saint-Julien-la-Geneste	saint-julien-la-geneste	Saint-Julien-la-Geneste		FR	84	63	634	63369	122	Europe/Paris
6440204	Saint-Julien-Puy-Lavèze	saint-julien-puy-laveze	Saint-Julien-Puy-Laveze,Saint-Julien-Puy-Lavèze,Sant Julian e Pueiloveser,Sant Julian e Puèiloveser,Sen-Zhul'en-Pjui-Lavez,sheng rui li an pi yi la wei ci,Сен-Жульєн-Пюї-Лавез,سینٹ-جلیں -پے-لویزے,圣瑞利安皮伊拉韦兹		FR	84	63	633	63370	358	Europe/Paris
6440205	Saint-Laure	saint-laure	Saint-Laure		FR	84	63	634	63372	647	Europe/Paris
6440206	Saint-Maigner	saint-maigner			FR	84	63	634	63373	192	Europe/Paris
6440207	Saint-Martin-des-Olmes	saint-martin-des-olmes	Saint-Martin-des-Olmes,Sant Martin de Jarros,Sant Martin de Jarrós,Sen-Marten-dez-Ol'm,sheng ma dan dai ao er mei,Сен-Мартен-дез-Ольм,سینٹ-مارٹن-دس-المس,圣马丹代奥尔梅		FR	84	63	631	63374	290	Europe/Paris
6440208	Saint-Martin-des-Plains	saint-martin-des-plains	Saint-Martin-des-Plains,Sant Martin de la Mongia,Sant Martin de la Móngia,Sen-Marten-de-Plen,sheng ma dan dai pu lan,Сен-Мартен-де-Плен,سینٹ-مارٹن-دس-پلینس,圣马丹代普兰		FR	84	63	633	63375	146	Europe/Paris
6440210	Saint-Maurice-près-Pionsat	saint-maurice-pres-pionsat	Saint-Maurice-pres-Pionsat,Saint-Maurice-près-Pionsat		FR	84	63	634	63377	369	Europe/Paris
6440211	Saint-Myon	saint-myon	Saint-Myon,Sant Mion,Sen-Mion,sheng mi weng,Сен-Міон,سینٹ-میوں,圣米翁		FR	84	63	634	63379	469	Europe/Paris
6440212	Saint-Nectaire	saint-nectaire	Saint-Nectaire,Sant Nectari,Sen-Nekter,Sent Nectari,san=nekuteru,Сен-Нектер,سینٹ-نکتیرے، پے-دے-ڈومی,サン＝ネクテール		FR	84	63	633	63380	728	Europe/Paris
6440213	Saint-Ours	saint-ours	Saint-Ours,Sant Ors,Sent-Urs,sheng wu er,Сент-Урс,سینٹ-ورس، پے-دے-ڈومی,圣乌尔		FR	84	63	634	63381	1689	Europe/Paris
6440214	Saint-Pierre-Colamine	saint-pierre-colamine	Saint-Pierre-Colamine,Sant Peire e Chananelha,Sant Pèire e Chananelha,Sen-P'err-Kolamin,Sen-Perr-Kolamin,san=pieru=koraminu,sheng pi ye er ke la man,Сен-Пьерр-Коламин,Сен-Пєрр-Коламін,سین-پیری-کولآمنے,サン＝ピエール＝コラミーヌ,圣皮耶尔科拉曼		FR	84	63	633	63383	249	Europe/Paris
6440215	Saint-Pierre-la-Bourlhonne	saint-pierre-la-bourlhonne	Saint-Pierre-la-Bourlhonne,Sant Peire e la Borlhona,Sant Pèire e la Borlhona,Sen-P'err-la-Burlonn,Sen-Perr-la-Burlonn,sheng pi ye er la bu er yong,Сен-Пьерр-ла-Бурлонн,Сен-Пєрр-ла-Бурлонн,سین-پیری-لا-بورلہون,圣皮耶尔拉布尔永		FR	84	63	631	63384	128	Europe/Paris
6440216	Saint-Pierre-le-Chastel	saint-pierre-le-chastel	Saint-Pierre-le-Chastel,Sant Peire dau Chasteu,Sant Pèire dau Chastèu,Sen-Perr-le-Shastel',sheng pi ye er lai sha si tai,Сен-Пєрр-ле-Шастель,سین-پیری-لے-چسٹل,圣皮耶尔莱沙斯泰		FR	84	63	634	63385	430	Europe/Paris
6440217	Saint-Pierre-Roche	saint-pierre-roche	Saint-Pierre-Roche		FR	84	63	633	63386	447	Europe/Paris
6440218	Saint-Priest-Bramefant	saint-priest-bramefant	Saint-Priest-Bramefant		FR	84	63	634	63387	868	Europe/Paris
6440219	Saint-Priest-des-Champs	saint-priest-des-champs			FR	84	63	634	63388	718	Europe/Paris
6440220	Saint-Quentin-sur-Sauxillanges	saint-quentin-sur-sauxillanges	Saint-Quentin-sur-Sauxillanges,Sant Quintin de Saussilanjas,Sen-Kanten-sjur-Sosijanzh,suo ke xi lang re he pan sheng qu ang tan,Сен-Кантен-сюр-Сосиянж,Сен-Кантен-сюр-Сосіянж,سین-قینٹین-سور-ساکسی لانج,索克西朗热河畔圣屈昂坦		FR	84	63	633	63389	112	Europe/Paris
6440221	Saint-Quintin-sur-Sioule	saint-quintin-sur-sioule	Saint-Quintin-sur-Sioule,Sant Quintin dEbruelh,Sen-Kenten-sjur-Siul',xi wu er he pan sheng qu an tan,Сен-Кентен-сюр-Сіуль,سین-قینٹین-سور-سولے,西乌尔河畔圣屈安坦		FR	84	63	634	63390	381	Europe/Paris
6440222	Saint-Rémy-de-Blot	saint-remy-de-blot	Saint-Remy-de-Blot,Saint-Rémy-de-Blot,Sant Remic de Blot,Sant Remic de Blòt,Sen-Remi-de-Blo,sheng lei mi de bu luo,Сен-Ремі-де-Бло,سین-رمے-دے-بلوٹ,圣雷米德布洛		FR	84	63	634	63391	230	Europe/Paris
6440223	Saint-Rémy-de-Chargnat	saint-remy-de-chargnat	Saint-Remy-de-Chargnat,Saint-Rémy-de-Chargnat,Sant Remic de Charnhac,Sen-Remi-de-Sharn'ja,sheng lei mi de sha er ni ya,Сен-Реми-де-Шарнья,Сен-Ремі-де-Шарнья,سین-رمے-دے-چرگنت,圣雷米德沙尔尼亚		FR	84	63	633	63392	568	Europe/Paris
6440224	Saint-Rémy-sur-Durolle	saint-remy-sur-durolle	Saint-Remy-sur-Durolle,Saint-Rémy-sur-Durolle		FR	84	63	635	63393	1734	Europe/Paris
6440225	Saint-Sandoux	saint-sandoux	Sant Sandos,Sant Sandós,Sen-Sandu,sheng sang du,syn-sndwsh,Сен-Санду,سین-سندوش,圣桑杜		FR	84	63	632	63395	948	Europe/Paris
6440348	Cette-Eygun	cette-eygun	Cette-Eygun		FR	75	64	642	64185	71	Europe/Paris
6440228	Saint-Victor-Montvianeix	saint-victor-montvianeix	Sant Victor de la Lobeira,Sant Victor de la Lobèira,Sen-Viktor-Monvjane,sheng wei ke tuo meng te wei a nei,Сен-Віктор-Монвяне,圣维克托蒙特维阿内		FR	84	63	635	63402	248	Europe/Paris
6440229	Saint-Yvoine	saint-yvoine	Saint-Yvoine		FR	84	63	633	63404	589	Europe/Paris
6440230	Sallèdes	salledes	Saledas,Salled,Salledes,Sallèdes,Salèdas,sa lai dai,Саллед,萨莱代		FR	84	63	632	63405	589	Europe/Paris
6440231	Sardon	sardon	Sardon,sa er dong,Сардон,萨尔东		FR	84	63	634	63406	313	Europe/Paris
6440232	Saulzet-le-Froid	saulzet-le-froid	Saulzet-le-Froid,Sausac,Sause lo Freid,Sol'ze-le-Frua,suo er ze lai fu lu wa,Сользе-ле-Фруа,索尔泽莱弗鲁瓦		FR	84	63	632	63407	267	Europe/Paris
6440233	Sauret-Besserve	sauret-besserve	Sauret-Besserve		FR	84	63	634	63408	168	Europe/Paris
6440234	Saurier	saurier	Saureir,Saurier,Saurèir,Sor'e,Sore,suo li ye,Сорье,Сорє,索里耶		FR	84	63	633	63409	266	Europe/Paris
6440235	Sauvagnat-Sainte-Marthe	sauvagnat-sainte-marthe	Sauvagnat-Sainte-Marthe		FR	84	63	633	63411	482	Europe/Paris
6440236	Sauvessanges	sauvessanges	Sauvessanges		FR	84	63	631	63412	517	Europe/Paris
6440237	Sauviat	sauviat	Sauviac,Sauviat,Sovja,suo wei a,Совя,索维阿		FR	84	63	635	63414	543	Europe/Paris
6440238	Savennes	savennes	Savennes		FR	84	63	634	63416	94	Europe/Paris
6440239	Sayat	sayat	Sayat		FR	84	63	634	63417	2300	Europe/Paris
6440240	Sermentizon	sermentizon	Sarmention,Sermantizon,Sermentison,Sermentizon,sai er mang di zong,Сермантізон,塞尔芒蒂宗		FR	84	63	635	63418	578	Europe/Paris
6440241	Servant	servant	Servant		FR	84	63	634	63419	535	Europe/Paris
6440242	Seychalles	seychalles	Seychalles		FR	84	63	635	63420	768	Europe/Paris
6440243	Singles	singles	Cinglas,Sengl',Singles,sang ge lai,Сенгль,桑格莱		FR	84	63	633	63421	170	Europe/Paris
6440244	Solignat	solignat	Solanhac,Solignat,Solin'ja,suo li ni ya,Солинья,Солінья,索利尼亚		FR	84	63	633	63422	491	Europe/Paris
6440245	Sugères	sugeres	Sjuzher,Sugeiras,Sugeres,Sugèiras,Sugères,xu re lei,Сюжер,叙热雷		FR	84	63	633	63423	607	Europe/Paris
6440246	Surat	surat	Surat		FR	84	63	634	63424	567	Europe/Paris
6440247	Tauves	tauves	Tauvas,Tov,tuo wei,Тов,托韦		FR	84	63	633	63426	787	Europe/Paris
6440248	Teilhède	teilhede			FR	84	63	634	63427	443	Europe/Paris
6440249	Teilhet	teilhet			FR	84	63	634	63428	297	Europe/Paris
6440250	Ternant-les-Eaux	ternant-les-eaux	Ternant-les-Eaux		FR	84	63	633	63429	39	Europe/Paris
6440251	Thiers	thiers	T'er,Thiernum,Thiers,Tiern,Tièrn,di ye er,tieru,Тьєр,ティエール,蒂耶尔		FR	84	63	635	63430	11700	Europe/Paris
6440252	Thiolières	thiolieres	Thiolieres,Thiolières		FR	84	63	631	63431	163	Europe/Paris
6440253	Thuret	thuret	Thuret,Tjure,Turet,Тюре		FR	84	63	634	63432	925	Europe/Paris
6440254	Tortebesse	tortebesse	Tortebesse		FR	84	63	634	63433	65	Europe/Paris
6440255	Tours-sur-Meymont	tours-sur-meymont	Tors,Tours-sur-Meymont,Tur-sjur-Mejmon,mei meng he pan tu er,Тур-сюр-Меймон,梅蒙河畔图尔		FR	84	63	631	63434	516	Europe/Paris
6440256	Tourzel-Ronzières	tourzel-ronzieres	Torgeu e Rongeiras,Torgèu e Rongèiras,Tourzel-Ronzieres,Tourzel-Ronzières,Turzel'-Ronz'er,tu er ze long qi ai,Турзель-Ронзьер,Турзель-Ронзьєр,图尔泽龙齐埃		FR	84	63	633	63435	250	Europe/Paris
6440257	Tralaigues	tralaigues	Tralaigues		FR	84	63	634	63436	83	Europe/Paris
6440258	Trémouille-Saint-Loup	tremouille-saint-loup	Sant Lop de Tremolha,Tremouille-Saint-Loup,Tremuj-Sen-Lu,Trémouille-Saint-Loup,te lei mu yi er sheng lu,trmwyl-snt-lwp,Тремуй-Сен-Лу,ترمویل-سنت-لوپ,特雷穆伊尔圣卢		FR	84	63	633	63437	143	Europe/Paris
6440259	Trézioux	trezioux	Tresios,Tresiós,Trezioux,Treziu,Trézioux,te lei qi wu,trzywks,Трезіу,ترزیوکس,特雷齐乌		FR	84	63	632	63438	470	Europe/Paris
6440260	Valbeleix	valbeleix	Val'bele,Valbeleix,Vaubeleis,wa er bei lai,Вальбеле,瓦尔贝莱		FR	84	63	633	63440	129	Europe/Paris
6440261	Valcivières	valcivieres	Val'siv'er,Val'siver,Valcivieres,Valcivières,Vauciveira,Vaucivèira,wa er xi wei ai,Вальсивьер,Вальсівєр,瓦尔西维埃		FR	84	63	631	63441	209	Europe/Paris
6440262	Varennes-sur-Morge	varennes-sur-morge	Varenas de Riam,Varenn-sjur-Morzh,Varennes-sur-Morge,mo er ge he pan wa lei nei,wrns swr mrgh,Варенн-сюр-Морж,ورنس سور مرغ,莫尔格河畔瓦雷内		FR	84	63	634	63443	402	Europe/Paris
6440263	Varennes-sur-Usson	varennes-sur-usson	Varenas dUcon,Varenas dUçon,Varenn-sjur-Jusson,Varennes-sur-Usson,wrns swr ywsn,yu song he pan wa lei nei,Варенн-сюр-Юссон,ورنس سور یوسن,于松河畔瓦雷内		FR	84	63	633	63444	281	Europe/Paris
6440264	Vassel	vassel	Vassel		FR	84	63	632	63445	289	Europe/Paris
6440265	Vensat	vensat	Vansa,Vencac,Vensat,Vençac,wang sa,wnst,Ванса,ونست,旺萨		FR	84	63	634	63446	500	Europe/Paris
6440266	Vergheas	vergheas	Vergheas		FR	84	63	634	63447	63	Europe/Paris
6440267	Le Vernet-Chaméane	le-vernet-chameane	Le Vernet-Chameane,Le Vernet-Chaméane		FR	84	63	633	63448	826	Europe/Paris
6440268	Verneugheol	verneugheol			FR	84	63	634	63450	241	Europe/Paris
6440269	Vernines	vernines	Vernines		FR	84	63	633	63451	423	Europe/Paris
6440270	Verrières	verrieres	Verrieres,Verrières		FR	84	63	633	63452	71	Europe/Paris
6440271	Vertaizon	vertaizon	Vertaizon,Verteson,Vertezon,vu~erutezon,wei er tai zong,Вертезон,ヴェルテゾン,韦尔泰宗		FR	84	63	632	63453	3190	Europe/Paris
6440272	Vertolaye	vertolaye	Vertolaia,Vertolaye,Vertole,wei er tuo lai ai,Вертоле,韦尔托莱埃		FR	84	63	631	63454	537	Europe/Paris
6440273	Veyre-Monton	veyre-monton	Veyre-Monton		FR	84	63	632	63455	3489	Europe/Paris
6440274	Vichel	vichel	Vichel		FR	84	63	633	63456	347	Europe/Paris
6440275	Vic-le-Comte	vic-le-comte	Vic-le-Comte		FR	84	63	632	63457	5075	Europe/Paris
6440276	Viverols	viverols	Viverols		FR	84	63	631	63465	410	Europe/Paris
6440277	Voingt	voingt	Voingt		FR	84	63	634	63467	33	Europe/Paris
6440278	Vollore-Montagne	vollore-montagne			FR	84	63	635	63468	307	Europe/Paris
6440279	Vollore-Ville	vollore-ville	Vollor-Vil',Vollore-Ville,Volora,Volòra,wo luo er wei er,Воллор-Віль,沃洛尔维尔		FR	84	63	635	63469	758	Europe/Paris
6440280	Volvic	volvic	Volvic		FR	84	63	634	63470	4429	Europe/Paris
6440282	Yronde-et-Buron	yronde-et-buron	Aironda e Buron,Airònda e Buron,Irond-e-Bjuron,irondo=e=byuron,yi long de he bi long,Іронд-е-Бюрон,یروندے -یت-برون,イロンド＝エ＝ビュロン,伊龙德和比龙		FR	84	63	632	63472	653	Europe/Paris
6440283	Yssac-la-Tourette	yssac-la-tourette			FR	84	63	634	63473	380	Europe/Paris
6440284	Bassussarry	bassussarry	Bassussarry,Basusarri		FR	75	64	641	64100	3074	Europe/Paris
6440285	Baudreix	baudreix	Baudreix		FR	75	64	643	64101	586	Europe/Paris
6440286	Bayonne	bayonne	Bayonne		FR	75	64	641	64102	50589	Europe/Paris
6440287	Bedous	bedous	Bedous		FR	75	64	642	64104	591	Europe/Paris
6440288	Béguios	beguios	Behauze		FR	75	64	641	64105	249	Europe/Paris
6440289	Béhasque-Lapiste	behasque-lapiste	Behaskane-Laphizketa		FR	75	64	641	64106	502	Europe/Paris
6440290	Béhorléguy	behorleguy	Behorleguy,Béhorléguy		FR	75	64	641	64107	74	Europe/Paris
6440291	Bellocq	bellocq	Bellocq		FR	75	64	643	64108	890	Europe/Paris
6440292	Bénéjacq	benejacq	Benejacq,Bénéjacq		FR	75	64	643	64109	1937	Europe/Paris
6440293	Béost	beost	Beost,Béost		FR	75	64	642	64110	219	Europe/Paris
6440294	Bentayou-Sérée	bentayou-seree	Bentayou-Seree,Bentayou-Sérée		FR	75	64	643	64111	109	Europe/Paris
6440295	Bernadets	bernadets	Bernadets		FR	75	64	643	64114	580	Europe/Paris
6440296	Berrogain-Laruns	berrogain-laruns	Berrogain-Laruns,Berrogaine-Laruentze,Berrogaine-Larüntze		FR	75	64	642	64115	164	Europe/Paris
6440297	Bescat	bescat			FR	75	64	642	64116	260	Europe/Paris
6440298	Bésingrand	besingrand	Besingrand,Bésingrand		FR	75	64	643	64117	132	Europe/Paris
6440300	Beuste	beuste	Beuste		FR	75	64	643	64119	616	Europe/Paris
6440301	Biarritz	biarritz	Biarritz,Miarritze		FR	75	64	641	64122	24777	Europe/Paris
6440302	Bidarray	bidarray	Bidarrai,Bidarray		FR	75	64	641	64124	686	Europe/Paris
6440303	Bidart	bidart	Bidart,Bidarte		FR	75	64	641	64125	6597	Europe/Paris
6440304	Bielle	bielle	B'el',Bel',Bielle,Bjel,Viela,Villa dOsal,Vièla,bi ye lei,Бьель,Бєль,Бјел,比耶勒		FR	75	64	642	64127	394	Europe/Paris
6440305	Bilhères	bilheres	Bilheres,Bilhères		FR	75	64	642	64128	161	Europe/Paris
6440306	Billère	billere	Billere,Billère		FR	75	64	643	64129	12964	Europe/Paris
6440307	Biriatou	biriatou	Biriatou,Biriatu		FR	75	64	641	64130	1221	Europe/Paris
6440308	Bizanos	bizanos	Bizanos		FR	75	64	643	64132	4652	Europe/Paris
6440309	Boeil-Bezing	boeil-bezing	Boeil-Bezing		FR	75	64	643	64133	1274	Europe/Paris
6440310	Bonloc	bonloc	Bonloc,Lekuine		FR	75	64	641	64134	366	Europe/Paris
6440311	Bonnut	bonnut	Bonnut		FR	75	64	643	64135	767	Europe/Paris
6440312	Borce	borce	Borce		FR	75	64	642	64136	134	Europe/Paris
6440313	Boueilh-Boueilho-Lasque	boueilh-boueilho-lasque	Boueilh-Boueilho-Lasque		FR	75	64	643	64141	335	Europe/Paris
6440314	Bougarber	bougarber	Bougarber		FR	75	64	643	64142	869	Europe/Paris
6440315	Bouillon	bouillon	Bolhon,Bujon,bu yi long,Буйон,Бујон,布伊隆		FR	75	64	643	64143	155	Europe/Paris
6440316	Boumourt	boumourt	Boumourt		FR	75	64	643	64144	154	Europe/Paris
6440317	Bourdettes	bourdettes	Bourdettes		FR	75	64	643	64145	511	Europe/Paris
6440318	Bournos	bournos	Bournos		FR	75	64	643	64146	329	Europe/Paris
6440319	Bugnein	bugnein	Bugnein		FR	75	64	642	64149	230	Europe/Paris
6440320	Bunus	bunus	Bunus,Bunuze		FR	75	64	641	64150	131	Europe/Paris
6440322	Buros	buros	Buros		FR	75	64	643	64152	1862	Europe/Paris
6440323	Burosse-Mendousse	burosse-mendousse	Burosse-Mendousse		FR	75	64	643	64153	66	Europe/Paris
6440324	Bussunarits-Sarrasquette	bussunarits-sarrasquette	Bussunarits-Sarrasquette,Duzunaritze-Sarasketa		FR	75	64	641	64154	203	Europe/Paris
6440325	Bustince-Iriberry	bustince-iriberry	Bitens Iriberi,Bjustens-Iriberri,Bustince-Iriberry,Buztintze-Hiriberri,bi si tan xi li bei li,Битенс Ирибери,Бюстенс-Іриберрі,Бюстенс-Ириберри,比斯坦西利贝里		FR	75	64	641	64155	89	Europe/Paris
6440326	Buziet	buziet	Buziet		FR	75	64	642	64156	489	Europe/Paris
6440327	Buzy	buzy	Bizi,Bjuzi,Busi,Buzy,bi qi,Бизи,Бюзи,Бюзі,比齐		FR	75	64	642	64157	967	Europe/Paris
6440328	Cabidos	cabidos	Cabidos		FR	75	64	643	64158	185	Europe/Paris
6440329	Cadillon	cadillon	Cadillon		FR	75	64	643	64159	107	Europe/Paris
6440330	Cambo-les-Bains	cambo-les-bains	Cambo-les-Bains,Kanbo		FR	75	64	641	64160	6629	Europe/Paris
6440331	Came	came	Akamarre,Camer,Càmer,Kam,Кам		FR	75	64	641	64161	956	Europe/Paris
6440332	Camou-Cihigue	camou-cihigue	Camou-Cihigue,Gamere-Zihiga		FR	75	64	642	64162	99	Europe/Paris
6440333	Cardesse	cardesse			FR	75	64	643	64165	293	Europe/Paris
6440334	Caro	caro	Caro		FR	75	64	641	64166	199	Europe/Paris
6440335	Carrère	carrere	Carrere,Carrère		FR	75	64	643	64167	215	Europe/Paris
6440336	Castagnède	castagnede	Castagnede,Castagnède,Castanheda,Kastan'ed,Kataned,ka si ta nie de,Кастаньед,Кастаньєд,Катањед,卡斯塔涅德		FR	75	64	642	64170	211	Europe/Paris
6440337	Casteide-Cami	casteide-cami	Casteide-Cami		FR	75	64	643	64171	235	Europe/Paris
6440338	Casteide-Candau	casteide-candau	Casteda-Candau,Casteida e Candau,Castèida e Candau,Kasted-Kando,Kated Kando,ka si tai de kang duo,Кастед-Кандо,Катед Кандо,卡斯泰德康多		FR	75	64	643	64172	276	Europe/Paris
6440339	Casteide-Doat	casteide-doat			FR	75	64	643	64173	154	Europe/Paris
6440340	Castéra-Loubix	castera-loubix	Castera-Loubix,Castéra-Loubix		FR	75	64	643	64174	54	Europe/Paris
6440341	Castetbon	castetbon	Castetbon		FR	75	64	642	64176	179	Europe/Paris
6440342	Castétis	castetis			FR	75	64	643	64177	617	Europe/Paris
6440343	Castetnau-Camblong	castetnau-camblong	Castetnau-Camblong		FR	75	64	642	64178	454	Europe/Paris
6440344	Castetner	castetner	Castetner		FR	75	64	643	64179	134	Europe/Paris
6440345	Castetpugon	castetpugon	Castetpugon		FR	75	64	643	64180	210	Europe/Paris
6440346	Caubios-Loos	caubios-loos	Caubios-Loos		FR	75	64	643	64183	546	Europe/Paris
6440347	Cescau	cescau	Cescau,Seko,Sescau,Sesko,sai si ke,Секо,Сеско,塞斯科		FR	75	64	643	64184	597	Europe/Paris
6440350	Charritte-de-Bas	charritte-de-bas	Charritte-de-Bas,Sarrikotapea		FR	75	64	642	64187	275	Europe/Paris
6440351	Chéraute	cheraute	Cheraute,Chéraute,Sohueta,Sohüta		FR	75	64	642	64188	1099	Europe/Paris
6440352	Ciboure	ciboure	Ciboure		FR	75	64	641	64189	6297	Europe/Paris
6440353	Claracq	claracq	Claracq		FR	75	64	643	64190	228	Europe/Paris
6440354	Coarraze	coarraze	Coarraze		FR	75	64	643	64191	2168	Europe/Paris
6440355	Conchez-de-Béarn	conchez-de-bearn	Conchez-de-Bearn,Conchez-de-Béarn		FR	75	64	643	64192	125	Europe/Paris
6440356	Coslédaà-Lube-Boast	cosledaa-lube-boast	Cosledaa-Lube-Boast,Coslédaà-Lube-Boast		FR	75	64	643	64194	385	Europe/Paris
6440357	Coublucq	coublucq	Coublucq		FR	75	64	643	64195	105	Europe/Paris
6440358	Crouseilles	crouseilles	Crouseilles		FR	75	64	643	64196	126	Europe/Paris
6440359	Cuqueron	cuqueron	Cuqueron		FR	75	64	643	64197	191	Europe/Paris
6440360	Denguin	denguin			FR	75	64	643	64198	1752	Europe/Paris
6440361	Doazon	doazon	Doazon		FR	75	64	643	64200	190	Europe/Paris
6440362	Dognen	dognen	Dognen		FR	75	64	642	64201	215	Europe/Paris
6440363	Domezain-Berraute	domezain-berraute	Domezain-Berraute,Domintxaine-Berroeta		FR	75	64	641	64202	516	Europe/Paris
6440364	Eaux-Bonnes	eaux-bonnes	Eaux-Bonnes		FR	75	64	642	64204	291	Europe/Paris
6440365	Escos	escos	Escos		FR	75	64	642	64205	237	Europe/Paris
6440366	Escot	escot			FR	75	64	642	64206	129	Europe/Paris
6440367	Escou	escou	Escou		FR	75	64	642	64207	417	Europe/Paris
6440368	Escoubès	escoubes	Escoubes,Escoubès		FR	75	64	643	64208	403	Europe/Paris
6440369	Escout	escout	Escout		FR	75	64	642	64209	434	Europe/Paris
6440370	Escurès	escures	Escures,Escurès		FR	75	64	643	64210	150	Europe/Paris
6440371	Espéchède	espechede	Espechede,Espéchède		FR	75	64	643	64212	149	Europe/Paris
6440372	Espelette	espelette	Espelette,Ezpeleta		FR	75	64	641	64213	2061	Europe/Paris
6440373	Espiute	espiute	Espiute		FR	75	64	642	64215	108	Europe/Paris
6440374	Espoey	espoey	Espoey		FR	75	64	643	64216	1139	Europe/Paris
6440375	Esquiule	esquiule	Eskiula,Esquiule		FR	75	64	642	64217	534	Europe/Paris
6440376	Estialescq	estialescq			FR	75	64	642	64219	271	Europe/Paris
6440377	Estos	estos			FR	75	64	642	64220	525	Europe/Paris
6440378	Etcharry	etcharry	Etcharry,Etxarri		FR	75	64	641	64221	125	Europe/Paris
6440379	Etchebar	etchebar	Etchebar,Etxebarre		FR	75	64	642	64222	72	Europe/Paris
6440380	Etsaut	etsaut	Etsaut		FR	75	64	642	64223	75	Europe/Paris
6440381	Eysus	eysus	Eysus		FR	75	64	642	64224	649	Europe/Paris
6440382	Ance Féas	ance-feas	Ance Feas,Ance Féas		FR	75	64	642	64225	619	Europe/Paris
6440383	Fichous-Riumayou	fichous-riumayou			FR	75	64	643	64226	175	Europe/Paris
6440384	Gabaston	gabaston	Gabaston		FR	75	64	643	64227	659	Europe/Paris
6440385	Gabat	gabat	Gabadi,Gabat		FR	75	64	641	64228	245	Europe/Paris
6440386	Gamarthe	gamarthe	Gamarte,Gamarthe		FR	75	64	641	64229	122	Europe/Paris
6440387	Gan	gan	Gan,Gant,gang zhen,Ган,冈镇		FR	75	64	643	64230	5528	Europe/Paris
6440388	Garindein	garindein	Garindaine,Garindein		FR	75	64	642	64231	503	Europe/Paris
6440389	Garlède-Mondebat	garlede-mondebat			FR	75	64	643	64232	223	Europe/Paris
6440390	Garlin	garlin	Garlin		FR	75	64	643	64233	1405	Europe/Paris
6440391	Garos	garos	Garos		FR	75	64	643	64234	250	Europe/Paris
6440392	Garris	garris	Garris,Garrueze,Garrüze,jia li,Гаррис,Гарріс,加里		FR	75	64	641	64235	286	Europe/Paris
6440393	Gayon	gayon	Gayon		FR	75	64	643	64236	56	Europe/Paris
6440395	Gerderest	gerderest	Gerderest		FR	75	64	643	64239	133	Europe/Paris
6440396	Géronce	geronce			FR	75	64	642	64241	444	Europe/Paris
6440397	Gestas	gestas	Gestars,Gestas,Jeztaze,Zhesta,Zhestas,Жеста,Жестас		FR	75	64	642	64242	66	Europe/Paris
6440398	Géus-d'Arzacq	geus-d-arzacq			FR	75	64	643	64243	201	Europe/Paris
6440399	Goès	goes	Goes,Goès		FR	75	64	642	64245	620	Europe/Paris
6440400	Gomer	gomer	Gome,Gomer,Gomèr,ge mei,Гоме,Гомер,戈梅		FR	75	64	643	64246	319	Europe/Paris
6440401	Gotein-Libarrenx	gotein-libarrenx	Gotaine-Irabarne,Gotein-Libarrenx		FR	75	64	642	64247	478	Europe/Paris
6440402	Guéthary	guethary	Getaria,Guethary,Guéthary		FR	75	64	641	64249	1311	Europe/Paris
6440403	Guiche	guiche	Gish,Gixune,Guiche,Guishe,ji shen,Гиш,Гіш,吉什		FR	75	64	641	64250	961	Europe/Paris
6440404	Guinarthe-Parenties	guinarthe-parenties			FR	75	64	642	64251	229	Europe/Paris
6440405	Gurmençon	gurmencon	Gurmencon,Gurmençon		FR	75	64	642	64252	886	Europe/Paris
6440406	Gurs	gurs	Gurs		FR	75	64	642	64253	425	Europe/Paris
6440407	Hagetaubin	hagetaubin	Hagetaubin		FR	75	64	643	64254	584	Europe/Paris
6440408	Halsou	halsou	Halsou,Haltsu		FR	75	64	641	64255	585	Europe/Paris
6440409	Hasparren	hasparren	Asparan,Asparran,Asparren,Hasparn,Hasparren,Hazparne,a si pa lang,asparn,Аспаран,Аспарран,Аспаррен,آسپارن,阿斯帕朗		FR	75	64	641	64256	6757	Europe/Paris
6440410	Haut-de-Bosdarros	haut-de-bosdarros	Haut-de-Bosdarros		FR	75	64	643	64257	325	Europe/Paris
6440411	Hélette	helette	Heleta,Helette,Hélette		FR	75	64	641	64259	717	Europe/Paris
6440412	Herrère	herrere			FR	75	64	642	64261	384	Europe/Paris
6440413	Higuères-Souye	higueres-souye	Higueres-Souye,Higuères-Souye		FR	75	64	643	64262	276	Europe/Paris
6440414	Hosta	hosta	Hosta,Hozta,Osta,Оста		FR	75	64	641	64265	81	Europe/Paris
6440415	Hours	hours	Horcs,Hours,Ur,Urs,Ур,Урс		FR	75	64	643	64266	265	Europe/Paris
6440416	Ibarrolle	ibarrolle	Ibarrolle		FR	75	64	641	64267	85	Europe/Paris
6440417	Idaux-Mendy	idaux-mendy	Idaux-Mendy,Idauze-Mendi		FR	75	64	642	64268	266	Europe/Paris
6440418	Idron	idron	Idron		FR	75	64	643	64269	4765	Europe/Paris
6440419	Igon	igon	Igon		FR	75	64	643	64270	964	Europe/Paris
6440420	Ilharre	ilharre	Ilharre		FR	75	64	641	64272	156	Europe/Paris
6440483	Lourdios-Ichère	lourdios-ichere	Lourdios-Ichere,Lourdios-Ichère		FR	75	64	642	64351	148	Europe/Paris
6440421	Irissarry	irissarry	Irisarri,Irissarri,Irissarry,yi li sa li,Іриссаррі,Ирисарри,Ириссарри,伊里萨里		FR	75	64	641	64273	878	Europe/Paris
6440422	Irouléguy	irouleguy	Irouleguy,Irouléguy,Irulegi		FR	75	64	641	64274	367	Europe/Paris
6440423	Ispoure	ispoure	Ispoure,Izpura		FR	75	64	641	64275	673	Europe/Paris
6440424	Issor	issor	Issor		FR	75	64	642	64276	239	Europe/Paris
6440425	Isturits	isturits	Isturits,Izturitze		FR	75	64	641	64277	519	Europe/Paris
6440426	Itxassou	itxassou	Itsasu,Itxassou		FR	75	64	641	64279	2082	Europe/Paris
6440427	Jasses	jasses	Jasses		FR	75	64	642	64281	132	Europe/Paris
6440428	Jatxou	jatxou	Jatsu,Jatxou		FR	75	64	641	64282	1142	Europe/Paris
6440429	Jaxu	jaxu	Jatsu		FR	75	64	641	64283	205	Europe/Paris
6440430	Jurançon	jurancon	Jurancon,Jurançon		FR	75	64	643	64284	7086	Europe/Paris
6440431	Juxue	juxue	Jutsi,Juxue		FR	75	64	641	64285	211	Europe/Paris
6440432	Labastide-Cézéracq	labastide-cezeracq	Labastide-Cezeracq,Labastide-Cézéracq		FR	75	64	643	64288	559	Europe/Paris
6440433	Labastide-Villefranche	labastide-villefranche			FR	75	64	642	64291	349	Europe/Paris
6440434	Labatmale	labatmale	Labatmale		FR	75	64	643	64292	252	Europe/Paris
6440435	Labets-Biscay	labets-biscay	Labets-Biscay,Labetze-Bizkai		FR	75	64	641	64294	158	Europe/Paris
6440436	Labeyrie	labeyrie	La Veiria,La Veiria de Basserclas,Laberi,Labeyrie,la bei li ye,labyry  pyrynys-atlantykyw,Лабери,Лабері,لابیری، پیرینیس-اتلانتیکیو,拉贝里耶		FR	75	64	643	64295	123	Europe/Paris
6440437	Lacadée	lacadee	Lacadee,Lacadée		FR	75	64	643	64296	159	Europe/Paris
6440438	Lacarre	lacarre	Lakar,Lakarr,Lakarra,la ka er,lakary,Лакар,Лакарр,لاکاری,拉卡尔		FR	75	64	641	64297	177	Europe/Paris
6440439	Lacarry-Arhan-Charritte-de-Haut	lacarry-arhan-charritte-de-haut	Lacarry-Arhan-Charritte-de-Haut,Lakarri-Arhane-Sarrikotagaine		FR	75	64	642	64298	129	Europe/Paris
6440440	Lacommande	lacommande	Lacommande		FR	75	64	643	64299	215	Europe/Paris
6440441	Lacq	lacq	Lacq		FR	75	64	643	64300	735	Europe/Paris
6440442	Lagor	lagor	Lagor		FR	75	64	643	64301	1191	Europe/Paris
6440443	Lagos	lagos	Lago,Lagos,Lagòs,la ge,lagws  pyrynys-atlantyk,Лаго,Лагос,لاگوس، پیرینیس-اتلانتیک,拉戈		FR	75	64	643	64302	470	Europe/Paris
6440444	Laguinge-Restoue	laguinge-restoue	Laguinge-Restoue,Liginaga-Astuee,Liginaga-Astüe		FR	75	64	642	64303	166	Europe/Paris
6440445	Lahonce	lahonce	Lahonce,Lehuntze		FR	75	64	641	64304	2346	Europe/Paris
6440446	Lahontan	lahontan	Lahontan,Laontan,lang tang,Лаонтан,لاہونٹان، پیرینیس-اتلانتیک,朗唐		FR	75	64	642	64305	504	Europe/Paris
6440447	Lahourcade	lahourcade	Lahourcade		FR	75	64	643	64306	696	Europe/Paris
6440448	Lalongue	lalongue	Lalongue		FR	75	64	643	64307	213	Europe/Paris
6440449	Lalonquette	lalonquette	Lalonquette		FR	75	64	643	64308	280	Europe/Paris
6440450	Lamayou	lamayou	Lamayou		FR	75	64	643	64309	199	Europe/Paris
6440451	Lannecaube	lannecaube	Lannecaube		FR	75	64	643	64311	160	Europe/Paris
6440452	Lantabat	lantabat	Landibarre		FR	75	64	641	64313	290	Europe/Paris
6440453	Larceveau-Arros-Cibits	larceveau-arros-cibits	Larceveau-Arros-Cibits,Larsevo-Arros-Sibits,Larzabale-Arroze-Zibitze,la er se wo a er luo xi bi te,Ларсево-Аррос-Сибитс,Ларсево-Аррос-Сібітс,لارسیویو-اروس-کیبیٹس,拉尔瑟沃阿尔罗西比特		FR	75	64	641	64314	403	Europe/Paris
6440454	Laroin	laroin	Laroin		FR	75	64	643	64315	1069	Europe/Paris
6440455	Larrau	larrau	Larraine		FR	75	64	642	64316	197	Europe/Paris
6440456	Larressore	larressore	Larresoro		FR	75	64	641	64317	1980	Europe/Paris
6440457	Larreule	larreule	La Reula,Larrel',Larreule,Larrjol',la er lei er,larywly  pyrynys-atlantykyw,Ларрель,Ларрёль,لاریولی، پیرینیس-اتلانتیکیو,拉尔勒尔		FR	75	64	643	64318	182	Europe/Paris
6440458	Larribar-Sorhapuru	larribar-sorhapuru	Larribar-Sorhapuru,Larribarre-Sorhapuerue,Larribarre-Sorhapürü		FR	75	64	641	64319	190	Europe/Paris
6440459	Lasclaveries	lasclaveries	Lasclaveries		FR	75	64	643	64321	244	Europe/Paris
6440460	Lasse	lasse	Las,Lasa,Lass,Lasse,la si,lasy  pyrynys-atlantykyw,Лас,Ласс,لاسی، پیرینیس-اتلانتیکیو,拉斯		FR	75	64	641	64322	329	Europe/Paris
6440461	Lasseube	lasseube	Lasseube		FR	75	64	642	64324	1735	Europe/Paris
6440462	Lasseubetat	lasseubetat	La Sauvetat,Lasjobetat,Lassebetat,Lasseubetat,la se bei ta,Лассебетат,Ласёбетат,لاسیوبیٹاٹ,拉瑟贝塔		FR	75	64	642	64325	206	Europe/Paris
6440463	Lay-Lamidou	lay-lamidou	Lay-Lamidou		FR	75	64	642	64326	122	Europe/Paris
6440464	Lecumberry	lecumberry	Lecumberry,Lekunberri		FR	75	64	641	64327	171	Europe/Paris
6440465	Ledeuix	ledeuix	Ledeuix		FR	75	64	642	64328	1035	Europe/Paris
6440466	Lée	lee	Le,Lee,Lée,lai ai,Ле,莱埃		FR	75	64	643	64329	1276	Europe/Paris
6440467	Lées-Athas	lees-athas			FR	75	64	642	64330	267	Europe/Paris
6440468	Lème	leme	Leme,Lème		FR	75	64	643	64332	164	Europe/Paris
6440469	Lescun	lescun	Lascun,Laskun,Lescun,Lesken,lai si kan,Лескен,莱斯坎		FR	75	64	642	64336	179	Europe/Paris
6440470	Lespourcy	lespourcy	Lespourcy		FR	75	64	643	64338	195	Europe/Paris
6440471	Lestelle-Bétharram	lestelle-betharram	Lestelle-Betharram,Lestelle-Bétharram		FR	75	64	643	64339	841	Europe/Paris
6440472	Lichans-Sunhar	lichans-sunhar	Lexantzue-Zunharre,Lexantzü-Zunharre,Lichans-Sunhar		FR	75	64	642	64340	81	Europe/Paris
6440473	Lichos	lichos	Lichos,Lischos,Lischòs,Lishos,Lishòs,Lixoze,li shao,Лишос,Лішос,利绍		FR	75	64	642	64341	136	Europe/Paris
6440474	Licq-Athérey	licq-atherey	Licq-Atherey,Licq-Athérey,Ligi-Atherei		FR	75	64	642	64342	209	Europe/Paris
6440475	Limendous	limendous			FR	75	64	643	64343	678	Europe/Paris
6440476	Livron	livron	Livron		FR	75	64	643	64344	414	Europe/Paris
6440477	Lohitzun-Oyhercq	lohitzun-oyhercq	Lohitzuene-Oihergi,Lohitzüne-Oihergi		FR	75	64	641	64345	204	Europe/Paris
6440479	Lonçon	loncon	Loncon,Lonçon		FR	75	64	643	64347	194	Europe/Paris
6440480	Lons	lons	Lons		FR	75	64	643	64348	12913	Europe/Paris
6440481	Loubieng	loubieng			FR	75	64	643	64349	512	Europe/Paris
6440486	Louvie-Soubiron	louvie-soubiron			FR	75	64	642	64354	120	Europe/Paris
6440487	Louvigny	louvigny	Lobinher,Lobinhèr,Louvigny,Luvin'i,lu wei ni,Лувиньи,Лувіньї,卢维尼		FR	75	64	643	64355	140	Europe/Paris
6440488	Luc-Armau	luc-armau	Luc-Armau		FR	75	64	643	64356	116	Europe/Paris
6440489	Lucarré	lucarre	Lucarre,Lucarré		FR	75	64	643	64357	57	Europe/Paris
6440490	Lucgarier	lucgarier	Lucgarier		FR	75	64	643	64358	254	Europe/Paris
6440491	Lucq-de-Béarn	lucq-de-bearn	Lucq-de-Bearn,Lucq-de-Béarn		FR	75	64	643	64359	941	Europe/Paris
6440492	Lurbe-Saint-Christau	lurbe-saint-christau	Lurbe-Saint-Christau		FR	75	64	642	64360	197	Europe/Paris
6440493	Lussagnet-Lusson	lussagnet-lusson	Lussagnet-Lusson		FR	75	64	643	64361	168	Europe/Paris
6440494	Luxe-Sumberraute	luxe-sumberraute	Luekueze-Altzuemarta,Luxe-Sumberraute,Lüküze-Altzümarta		FR	75	64	641	64362	402	Europe/Paris
6440495	Lys	lys	Lis,Lo Lis,Lys,li zhen,Лис,Ліс,利镇		FR	75	64	642	64363	338	Europe/Paris
6440496	Macaye	macaye	Macaye,Makea		FR	75	64	641	64364	569	Europe/Paris
6440497	Malaussanne	malaussanne	Malaussanne		FR	75	64	643	64365	426	Europe/Paris
6440498	Maslacq	maslacq			FR	75	64	643	64367	907	Europe/Paris
6440499	Masparraute	masparraute	Martxueta,Masparraute		FR	75	64	641	64368	226	Europe/Paris
6440500	Maspie-Lalonquère-Juillacq	maspie-lalonquere-juillacq	Maspie-Lalonquere-Juillacq,Maspie-Lalonquère-Juillacq		FR	75	64	643	64369	257	Europe/Paris
6440501	Maucor	maucor	Maucor		FR	75	64	643	64370	515	Europe/Paris
6440502	Mauléon-Licharre	mauleon-licharre	Maule-Lextarre,Mauleon-Licharre,Mauléon-Licharre		FR	75	64	642	64371	2974	Europe/Paris
6440503	Mazères-Lezons	mazeres-lezons	Mazeres-Lezons,Mazères-Lezons		FR	75	64	643	64373	1845	Europe/Paris
6440504	Méharin	meharin	Mehaine,Meharin,Méharin		FR	75	64	641	64375	271	Europe/Paris
6440505	Meillon	meillon			FR	75	64	643	64376	909	Europe/Paris
6440506	Mendionde	mendionde	Lekorne,Mendionde		FR	75	64	641	64377	844	Europe/Paris
6440507	Menditte	menditte	Mendikota,Menditte		FR	75	64	642	64378	196	Europe/Paris
6440508	Mendive	mendive	Mendibe,Mendive		FR	75	64	641	64379	164	Europe/Paris
6440509	Méracq	meracq	Meracq,Méracq		FR	75	64	643	64380	227	Europe/Paris
6440510	Méritein	meritein	Meritein,Méritein		FR	75	64	642	64381	291	Europe/Paris
6440511	Mesplède	mesplede	Mespled,Mespleda,Mesplede,Mesplède,mei si pu lai de,Месплед,梅斯普莱德		FR	75	64	643	64382	366	Europe/Paris
6440512	Mialos	mialos	Mialos		FR	75	64	643	64383	123	Europe/Paris
6440513	Miossens-Lanusse	miossens-lanusse	Miossens-Lanusse		FR	75	64	643	64385	261	Europe/Paris
6440514	Momas	momas	Momas		FR	75	64	643	64387	573	Europe/Paris
6440515	Momy	momy	Momy		FR	75	64	643	64388	133	Europe/Paris
6440516	Monassut-Audiracq	monassut-audiracq	Monassut-Audiracq		FR	75	64	643	64389	359	Europe/Paris
6440518	Moncayolle-Larrory-Mendibieu	moncayolle-larrory-mendibieu	Mitikile-Larrori-Mendibile,Moncayolle-Larrory-Mendibieu		FR	75	64	642	64391	317	Europe/Paris
6440521	Montardon	montardon	Montardon		FR	75	64	643	64399	2295	Europe/Paris
6440522	Mont-Disse	mont-disse	Mont-Disse		FR	75	64	643	64401	72	Europe/Paris
6440523	Montory	montory	Berorize,Montori,Montory,Montòri,meng tuo li,Монтори,Монторі,蒙托里		FR	75	64	642	64404	301	Europe/Paris
6440524	Morlanne	morlanne			FR	75	64	643	64406	580	Europe/Paris
6440525	Mouguerre	mouguerre	Mouguerre,Mugerre		FR	75	64	641	64407	5013	Europe/Paris
6440526	Mouhous	mouhous			FR	75	64	643	64408	56	Europe/Paris
6440527	Moumour	moumour			FR	75	64	642	64409	844	Europe/Paris
6440528	Mourenx	mourenx	Mourenx		FR	75	64	643	64410	6487	Europe/Paris
6440529	Musculdy	musculdy	Musculdy,Muskildi		FR	75	64	642	64411	237	Europe/Paris
6440530	Nabas	nabas	Nabarzi,Nabas,Navars,na ba,Набас,纳巴		FR	75	64	642	64412	109	Europe/Paris
6440531	Narcastet	narcastet	Narcastet		FR	75	64	643	64413	733	Europe/Paris
6440532	Narp	narp	Narp		FR	75	64	642	64414	116	Europe/Paris
6440533	Navailles-Angos	navailles-angos	Navailles-Angos		FR	75	64	643	64415	1495	Europe/Paris
6440534	Noguères	nogueres	Nogueres,Noguères		FR	75	64	643	64418	139	Europe/Paris
6440535	Nousty	nousty	Nousty		FR	75	64	643	64419	1615	Europe/Paris
6440536	Ogenne-Camptort	ogenne-camptort	Ogenne-Camptort		FR	75	64	642	64420	245	Europe/Paris
6440537	Ogeu-les-Bains	ogeu-les-bains	Ogeu-les-Bains		FR	75	64	642	64421	1295	Europe/Paris
6440538	Oloron-Sainte-Marie	oloron-sainte-marie	Oloron-Sainte-Marie		FR	75	64	642	64422	10791	Europe/Paris
6440539	Ordiarp	ordiarp	Ordiarp,Urdinarbe,Urdiñarbe		FR	75	64	642	64424	521	Europe/Paris
6440540	Orègue	oregue	Oragarre,Oregue,Orègue		FR	75	64	641	64425	484	Europe/Paris
6440541	Orin	orin	Aurin,Oren,ao lan,Орен,奥兰		FR	75	64	642	64426	241	Europe/Paris
6440542	Orion	orion	Or'on,Orion,ao li weng,Орион,Орьон,Оріон,اورین، پیرانسیس اٹلانٹیکس,奥里翁		FR	75	64	642	64427	145	Europe/Paris
6440543	Orriule	orriule	Aurriula,Orr'jul',Orrijul',Orriule,ao er li yu er,Орриюль,Оррьюль,Орріюль,奥尔里于尔		FR	75	64	642	64428	135	Europe/Paris
6440544	Orsanco	orsanco	Orsanco,Ostankoa		FR	75	64	641	64429	109	Europe/Paris
6440545	Orthez	orthez	Orthez		FR	75	64	643	64430	10627	Europe/Paris
6440546	Os-Marsillon	os-marsillon			FR	75	64	643	64431	531	Europe/Paris
6440547	Ossas-Suhare	ossas-suhare	Ossas-Suhare,Ozaze-Zuehara,Ozaze-Zühara		FR	75	64	642	64432	89	Europe/Paris
6440548	Osse-en-Aspe	osse-en-aspe	Osse-en-Aspe		FR	75	64	642	64433	324	Europe/Paris
6440549	Ossenx	ossenx	Ossenx		FR	75	64	642	64434	51	Europe/Paris
6440550	Osserain-Rivareyte	osserain-rivareyte	Osserain-Rivareyte,Ozaraine-Erribareita		FR	75	64	641	64435	211	Europe/Paris
6440551	Ossès	osses	Ortzaize		FR	75	64	641	64436	845	Europe/Paris
6440552	Ostabat-Asme	ostabat-asme	Izura-Azme		FR	75	64	641	64437	194	Europe/Paris
6440553	Ouillon	ouillon	Ouillon		FR	75	64	643	64438	558	Europe/Paris
6440554	Pagolle	pagolle	Pagola,Pagolle		FR	75	64	641	64441	269	Europe/Paris
6440556	Pardies-Piétat	pardies-pietat	Pardies-Pietat,Pardies-Piétat		FR	75	64	643	64444	447	Europe/Paris
6440557	Pau	pau	Gorad Po,Palum,Pau,Paue,Pauo,Paŭo,Po,bo cheng,paw,po,pw,Горад По,По,פו,پاؤ,پو,โป,პო,ポー,波城,포		FR	75	64	643	64445	77251	Europe/Paris
6440558	Peyrelongue-Abos	peyrelongue-abos	Peyrelongue-Abos		FR	75	64	643	64446	148	Europe/Paris
6440559	Piets-Plasence-Moustrou	piets-plasence-moustrou	Piets-Plasence-Moustrou		FR	75	64	643	64447	138	Europe/Paris
6440560	Poey-de-Lescar	poey-de-lescar	Poey-de-Lescar		FR	75	64	643	64448	1596	Europe/Paris
6440561	Poey-d'Oloron	poey-d-oloron	Poey-d'Oloron		FR	75	64	642	64449	168	Europe/Paris
6440562	Pomps	pomps	Pomps		FR	75	64	643	64450	289	Europe/Paris
6440566	Pontiacq-Viellepinte	pontiacq-viellepinte	Pontiacq-Viellepinte		FR	75	64	643	64454	179	Europe/Paris
6440567	Portet	portet	Portet		FR	75	64	643	64455	170	Europe/Paris
6440568	Pouliacq	pouliacq	Pouliacq		FR	75	64	643	64456	56	Europe/Paris
6440569	Poursiugues-Boucoue	poursiugues-boucoue	Poursiugues-Boucoue		FR	75	64	643	64457	194	Europe/Paris
6440570	Préchacq-Josbaig	prechacq-josbaig	Prechacq-Josbaig,Préchacq-Josbaig		FR	75	64	642	64458	292	Europe/Paris
6440571	Préchacq-Navarrenx	prechacq-navarrenx	Prechacq-Navarrenx,Préchacq-Navarrenx		FR	75	64	642	64459	161	Europe/Paris
6440572	Précilhon	precilhon	Precilhon,Précilhon		FR	75	64	642	64460	401	Europe/Paris
6440573	Puyoô	puyoo	Puyoo,Puyoô		FR	75	64	643	64461	1136	Europe/Paris
6440574	Ramous	ramous	Ramous		FR	75	64	643	64462	506	Europe/Paris
6440575	Rébénacq	rebenacq	Rebenacq,Rébénacq		FR	75	64	642	64463	685	Europe/Paris
6440576	Ribarrouy	ribarrouy	Ribarrouy		FR	75	64	643	64464	83	Europe/Paris
6440577	Riupeyrous	riupeyrous	Riupeyrous		FR	75	64	643	64465	204	Europe/Paris
6440578	Rivehaute	rivehaute	Rivehaute		FR	75	64	642	64466	260	Europe/Paris
6440579	Rontignon	rontignon	Rontignon		FR	75	64	643	64467	825	Europe/Paris
6440580	Roquiague	roquiague	Arrokiaga,Roquiague		FR	75	64	642	64468	117	Europe/Paris
6440581	Saint-Abit	saint-abit	Saint-Abit		FR	75	64	643	64469	321	Europe/Paris
6440582	Saint-Armou	saint-armou	Saint-Armou		FR	75	64	643	64470	636	Europe/Paris
6440583	Saint-Boès	saint-boes	Saint-Boes,Saint-Boès		FR	75	64	643	64471	358	Europe/Paris
6440584	Saint-Castin	saint-castin	Saint-Castin		FR	75	64	643	64472	871	Europe/Paris
6440585	Sainte-Colome	sainte-colome	Sainte-Colome		FR	75	64	642	64473	354	Europe/Paris
6440586	Saint-Dos	saint-dos	Saint-Dos		FR	75	64	642	64474	159	Europe/Paris
6440587	Sainte-Engrâce	sainte-engrace	Sainte-Engrace,Sainte-Engrâce,Santa Grazi,Urdatx		FR	75	64	642	64475	192	Europe/Paris
6440588	Saint-Esteben	saint-esteben	Donostiri,Donoztiri,Sent Esteve,Sent Estève,Sent-Ehsteben,Sent-Esteban,sheng ai si te bang,Сент-Естебан,Сент-Эстебен,سینٹ-استبن,圣埃斯特邦		FR	75	64	641	64476	416	Europe/Paris
6440589	Saint-Étienne-de-Baïgorry	saint-etienne-de-baigorry	Baigorri,Saint-Etienne-de-Baigorry,Saint-Étienne-de-Baïgorry		FR	75	64	641	64477	1487	Europe/Paris
6440590	Saint-Faust	saint-faust	Saint-Faust		FR	75	64	643	64478	752	Europe/Paris
6440591	Saint-Gladie-Arrive-Munein	saint-gladie-arrive-munein	Saint-Gladie-Arrive-Munein		FR	75	64	642	64480	202	Europe/Paris
6440592	Saint-Goin	saint-goin	Saint-Goin		FR	75	64	642	64481	223	Europe/Paris
6440593	Saint-Jammes	saint-jammes	Saint-Jammes		FR	75	64	643	64482	638	Europe/Paris
6440594	Saint-Jean-de-Luz	saint-jean-de-luz	Donibane Lohizune,Saint-Jean-de-Luz		FR	75	64	641	64483	14057	Europe/Paris
6440595	Saint-Jean-le-Vieux	saint-jean-le-vieux	Donazaharre,Saint-Jean-le-Vieux,Sant Chuan lo Viello,Sen-Zhan-le-V'e,Sen-Zhan-le-V'jo,Sen-Zhan-le-Ve,Sent Joan lo Vielh,san jwn lw fyw,sheng rang lai fu yue,Сен-Жан-ле-Вье,Сен-Жан-ле-Вьё,Сен-Жан-ле-Вє,سان جون لو فيو,سینٹ-ژاں -لے-ےش، پیرینیث-اٹلانتیقوس,圣让莱弗约		FR	75	64	641	64484	852	Europe/Paris
6440596	Saint-Jean-Pied-de-Port	saint-jean-pied-de-port	Saint-Jean-Pied-de-Port		FR	75	64	641	64485	1586	Europe/Paris
6440597	Saint-Jean-Poudge	saint-jean-poudge			FR	75	64	643	64486	76	Europe/Paris
6440598	Saint-Just-Ibarre	saint-just-ibarre	Donaixti-Ibarre,Saint-Just-Ibarre		FR	75	64	641	64487	232	Europe/Paris
6440599	Saint-Laurent-Bretagne	saint-laurent-bretagne	Saint-Laurent-Bretagne		FR	75	64	643	64488	435	Europe/Paris
6440600	Saint-Martin-d'Arberoue	saint-martin-d-arberoue	Donamartiri,Saint-Martin-d'Arberoue		FR	75	64	641	64489	317	Europe/Paris
6440601	Saint-Martin-d'Arrossa	saint-martin-d-arrossa	Arrosa,Saint-Martin-d'Arrossa		FR	75	64	641	64490	537	Europe/Paris
6440602	Saint-Pé-de-Léren	saint-pe-de-leren	Saint-Pe-de-Leren,Saint-Pé-de-Léren		FR	75	64	642	64494	257	Europe/Paris
6440603	Saint-Pée-sur-Nivelle	saint-pee-sur-nivelle	Saint-Pee-sur-Nivelle,Saint-Pée-sur-Nivelle,Senpere		FR	75	64	641	64495	6721	Europe/Paris
6440604	Saint-Pierre-d'Irube	saint-pierre-d-irube	Hiriburu,Saint-Pierre-d'Irube		FR	75	64	641	64496	4835	Europe/Paris
6440605	Salies-de-Béarn	salies-de-bearn	Salies-de-Bearn,Salies-de-Béarn		FR	75	64	642	64499	4688	Europe/Paris
6440606	Salles-Mongiscard	salles-mongiscard	Salles-Mongiscard		FR	75	64	643	64500	316	Europe/Paris
6440607	Sallespisse	sallespisse	Sallespisse		FR	75	64	643	64501	586	Europe/Paris
6440609	Samsons-Lion	samsons-lion	Samsons-Lion		FR	75	64	643	64503	87	Europe/Paris
6440610	Sare	sare	Sara,Sare		FR	75	64	641	64504	2642	Europe/Paris
6440611	Sarpourenx	sarpourenx	Sarpourenx		FR	75	64	643	64505	336	Europe/Paris
6440612	Sarrance	sarrance	Sarrance		FR	75	64	642	64506	169	Europe/Paris
6440614	Saucède	saucede	Saucede,Saucède		FR	75	64	642	64508	123	Europe/Paris
6440615	Sauguis-Saint-Étienne	sauguis-saint-etienne	Sauguis-Saint-Etienne,Sauguis-Saint-Étienne		FR	75	64	642	64509	161	Europe/Paris
6440616	Sault-de-Navailles	sault-de-navailles	Sault-de-Navailles		FR	75	64	643	64510	877	Europe/Paris
6440617	Sauvagnon	sauvagnon	Sauvagnon		FR	75	64	643	64511	3296	Europe/Paris
6440618	Sauvelade	sauvelade	Sauvelade		FR	75	64	643	64512	274	Europe/Paris
6440619	Séby	seby	Seby,Séby		FR	75	64	643	64514	195	Europe/Paris
6440621	Sedzère	sedzere	Sedzere,Sedzère		FR	75	64	643	64516	400	Europe/Paris
6440622	Séméacq-Blachon	semeacq-blachon	Semeacq-Blachon,Séméacq-Blachon		FR	75	64	643	64517	169	Europe/Paris
6440623	Serres-Castet	serres-castet			FR	75	64	643	64519	4244	Europe/Paris
6440624	Serres-Sainte-Marie	serres-sainte-marie	Senta Maria de Serra,Senta Maria de Sèrra,Ser-Sent-Mari,Serr-Sent-Mari,Serra,Serra-Senta Maria,Sèrra,Sèrra-Senta Maria,sai er lei sheng ma li,Сер-Сент-Мари,Серр-Сент-Мари,Серр-Сент-Марі,塞尔雷圣玛丽		FR	75	64	643	64521	557	Europe/Paris
6440625	Sévignacq-Meyracq	sevignacq-meyracq	Sevignacq-Meyracq,Sévignacq-Meyracq		FR	75	64	642	64522	545	Europe/Paris
6440626	Simacourbe	simacourbe			FR	75	64	643	64524	396	Europe/Paris
6440627	Siros	siros	Siros,Siròs,xi luo,Сирос,Сірос,西罗		FR	75	64	643	64525	742	Europe/Paris
6440628	Soumoulou	soumoulou	Soumoulou		FR	75	64	643	64526	1577	Europe/Paris
6440629	Souraïde	souraide	Souraide,Souraïde,Zuraide		FR	75	64	641	64527	1396	Europe/Paris
6440630	Suhescun	suhescun	Suhescun,Suhuskune		FR	75	64	641	64528	173	Europe/Paris
6440631	Sus	sus	Sjus,Sus,Xuetxe,Xütxe,xu zhen,Сюс,叙镇		FR	75	64	642	64529	374	Europe/Paris
6440632	Susmiou	susmiou	Susmiou		FR	75	64	642	64530	365	Europe/Paris
6440633	Tabaille-Usquain	tabaille-usquain	Tabaille-Usquain		FR	75	64	642	64531	43	Europe/Paris
6440634	Tadousse-Ussau	tadousse-ussau	Tadousse-Ussau		FR	75	64	643	64532	68	Europe/Paris
6440635	Tardets-Sorholus	tardets-sorholus	Atharratze-Sorholueze,Atharratze-Sorholüze,Tardets-Sorholus,Tardets-Soroljus,ta er dai te suo luo lu,Тардетс-Соролюс,塔尔代特索罗吕		FR	75	64	642	64533	551	Europe/Paris
6440636	Taron-Sadirac-Viellenave	taron-sadirac-viellenave			FR	75	64	643	64534	192	Europe/Paris
6440637	Tarsacq	tarsacq	Tarsacq		FR	75	64	643	64535	510	Europe/Paris
6440638	Trois-Villes	trois-villes	Iruri,Trois-Villes		FR	75	64	642	64537	135	Europe/Paris
6440639	Uhart-Cize	uhart-cize	Uhart-Cize,Uharte Garazi		FR	75	64	641	64538	808	Europe/Paris
6440640	Uhart-Mixe	uhart-mixe	Uhart-Mixe,Uhartehiri		FR	75	64	641	64539	206	Europe/Paris
6440641	Urcuit	urcuit	Urketa		FR	75	64	641	64540	2420	Europe/Paris
6440642	Urdès	urdes	Jurdes,yu er dai,Юрдес,于尔代		FR	75	64	643	64541	305	Europe/Paris
6440643	Urdos	urdos	Urdos		FR	75	64	642	64542	66	Europe/Paris
6440644	Urepel	urepel	Urepel,Urepele		FR	75	64	641	64543	288	Europe/Paris
6440645	Urost	urost			FR	75	64	643	64544	77	Europe/Paris
6440646	Urrugne	urrugne	Jurrjun',Urrugne,Urruna,Urrunha,Urruña,awrwny,yu er lu ni,Юррюнь,أوروني,于尔吕尼		FR	75	64	641	64545	9995	Europe/Paris
6440647	Urt	urt	Ahurti,Urt		FR	75	64	641	64546	2269	Europe/Paris
6440648	Ustaritz	ustaritz	Ustaritz,Uztaritze		FR	75	64	641	64547	6826	Europe/Paris
6440649	Uzan	uzan	Juzan,Usan,Usand,Uzan,yu cang,Юзан,于藏		FR	75	64	643	64548	176	Europe/Paris
6440650	Uzein	uzein	Uzein		FR	75	64	643	64549	1228	Europe/Paris
6440651	Uzos	uzos	Uzos		FR	75	64	643	64550	725	Europe/Paris
6440652	Verdets	verdets	Verdets		FR	75	64	642	64551	264	Europe/Paris
6440653	Vialer	vialer	Vialer		FR	75	64	643	64552	190	Europe/Paris
6440654	Viellenave-d'Arthez	viellenave-d-arthez	Viellenave-d'Arthez		FR	75	64	643	64554	195	Europe/Paris
6440655	Viellenave-de-Navarrenx	viellenave-de-navarrenx	Viellenave-de-Navarrenx		FR	75	64	642	64555	162	Europe/Paris
6440656	Vielleségure	viellesegure	Viellesegure,Vielleségure		FR	75	64	643	64556	369	Europe/Paris
6440657	Villefranque	villefranque	Milafranga,Vielafranca,Vil'frank,Villefranque,Vièlafranca,wei lai fu lang qu ai,Вильфранк,Вільфранк,维莱夫朗屈埃		FR	75	64	641	64558	2596	Europe/Paris
6440658	Viodos-Abense-de-Bas	viodos-abense-de-bas	Bildoze-Onizepea,Viodos-Abense-de-Bas		FR	75	64	642	64559	718	Europe/Paris
6440659	Viven	viven	Viven		FR	75	64	643	64560	192	Europe/Paris
6440660	Bordères-sur-l'Échez	borderes-sur-l-echez	Borderes-sur-l'Echez,Bordères-sur-l'Échez		FR	76	65	653	65100	5151	Europe/Paris
6440661	Bouilh-Devant	bouilh-devant	Bolh Davant,Bouilh-Devant,Buj Devan,Buj-Devan,Buj-Devant,bu yi er de wang,Буй-Деван,Буй-Девант,Буј Деван,布伊尔德旺		FR	76	65	653	65102	21	Europe/Paris
6440662	Boulin	boulin	Boulin		FR	76	65	653	65104	284	Europe/Paris
6440663	Bourisp	bourisp	Borisp,Bourisp,Burip,Buris,bu li si,Бурип,Бурис,布里斯		FR	76	65	652	65106	158	Europe/Paris
6440664	Bourréac	bourreac	Bourreac,Bourréac		FR	76	65	651	65107	107	Europe/Paris
6440665	Bours	bours	Borc,Borç,Bours,Bur,bu er,Бур,布尔		FR	76	65	653	65108	811	Europe/Paris
6440666	Bramevaque	bramevaque	Bramevaque		FR	76	65	652	65109	37	Europe/Paris
6440667	Bugard	bugard	Bigar,Bjugar,Bugar,Bugard,bi jia er,Бигар,Бюгар,比加尔		FR	76	65	653	65110	86	Europe/Paris
6440668	Bulan	bulan	Bilan,Bjulan,Bulan,bi lang,Билан,Бюлан,比朗		FR	76	65	652	65111	60	Europe/Paris
6440669	Bun	bun	Ben,Bjon,Бен,Бён		FR	76	65	651	65112	140	Europe/Paris
6440670	Burg	burg	Bir,Bjur,Burc,Burg,bi er,Бир,Бюр,比尔		FR	76	65	653	65113	272	Europe/Paris
6440672	Cadéac	cadeac	Cadeac,Cadiac,Cadéac,Kadeak,ka dai a ke,Кадеак,卡代阿克		FR	76	65	652	65116	310	Europe/Paris
6440673	Cadeilhan-Trachère	cadeilhan-trachere	Cadeilhan-Trachere,Cadeilhan-Trachère,Cadelha e Trasherra,Cadelha e Trashèrra,Kadejan Trasher,Kadejan-Trasher,ka dai yang te la xie er,Кадейан-Трашер,Кадеян-Трашер,Кадејан Трашер,卡代扬特拉谢尔		FR	76	65	652	65117	38	Europe/Paris
6440674	Caharet	caharet	Caharet		FR	76	65	653	65118	37	Europe/Paris
6440675	Caixon	caixon	Caishon,Caixon,Kekson,kai ke song,Кексон,凯克松		FR	76	65	653	65119	376	Europe/Paris
6440676	Calavanté	calavante	Calavanter,Calavantèr,Kalavante,ka la wang tai,Калаванте,卡拉旺泰		FR	76	65	653	65120	327	Europe/Paris
6440677	Camalès	camales	Camalers,Camales,Camalèrs,Camalès,Kamale,Kamales,ka ma lai,Камале,Камалес,卡马莱		FR	76	65	653	65121	388	Europe/Paris
6440679	Camparan	camparan	Camparan,Kamparan,kang pa lang,Кампаран,康帕朗		FR	76	65	652	65124	55	Europe/Paris
6440680	Campistrous	campistrous	Campistrons,Campistros,Campistrous,Campistrós,Kampistru,kang pi si te lu,Кампистру,Кампістру,康皮斯特鲁		FR	76	65	652	65125	317	Europe/Paris
6440681	Campuzan	campuzan	Campudan,Campuzan,Kampizan,Kampjuzan,kang pi cang,Кампизан,Кампюзан,康皮藏		FR	76	65	653	65126	163	Europe/Paris
6440682	Capvern	capvern	Capvern		FR	76	65	652	65127	1303	Europe/Paris
6440683	Castelbajac	castelbajac	Castelbajac		FR	76	65	652	65128	133	Europe/Paris
6440684	Castelnau-Magnoac	castelnau-magnoac	Castelnau-Magnoac,Castethnau de Manhoac,Castèthnau de Manhoac,Kastel'no-Man'oak,Kastelno Manoak,ka si tai er nuo ma ni ao a ke,Кастелно Мањоак,Кастельно-Маньоак,卡斯泰尔诺马尼奥阿克		FR	76	65	653	65129	789	Europe/Paris
6440685	Castelnau-Rivière-Basse	castelnau-riviere-basse	Castelnau-Riviere-Basse,Castelnau-Rivière-Basse		FR	76	65	653	65130	631	Europe/Paris
6440686	Castelvieilh	castelvieilh	Castelvieilh,Castethvielh,Castèthvièlh,Kastel'v'ej,Kastel'vej,Kastelvjej,ka si tai er wei ye yi er,Кастелвјеј,Кастельвьей,Кастельвєй,卡斯泰尔维耶伊尔		FR	76	65	653	65131	245	Europe/Paris
6440688	Caussade-Rivière	caussade-riviere	Caucada,Caussade-Riviere,Caussade-Rivière,Cauçada,Kosad Rivjer,Kosad-Riv'er,Kossad-River,ke sa de li wei ai,Косад Ривјер,Косад-Ривьер,Коссад-Ривєр,科萨德里维埃		FR	76	65	653	65137	98	Europe/Paris
6440689	Cauterets	cauterets			FR	76	65	651	65138	924	Europe/Paris
6440690	Cazarilh	cazarilh	Casarilh,Cazarilh,Kazari,Kazarij,ka zha li er,Казарий,Казариј,Казарі,卡扎里尔		FR	76	65	652	65139	51	Europe/Paris
6440691	Cazaux-Debat	cazaux-debat	Cadau de Devath,Cadaus Devath,Kazo Deba,Kazo-Deba,Kazo-Debat,ka zuo dai ba,Казо Деба,Казо-Деба,Казо-Дебат,卡佐代巴		FR	76	65	652	65140	31	Europe/Paris
6440692	Chelle-Debat	chelle-debat			FR	76	65	653	65142	212	Europe/Paris
6440693	Chelle-Spou	chelle-spou	Chelle-Spou,Shel Spu,Shel'-Spu,Shela Espon,Shela e Espon,Shèla Espon,Shèla e Espon,xie er si pu,Шел Спу,Шель-Спу,谢尔斯普		FR	76	65	652	65143	119	Europe/Paris
6440694	Cheust	cheust	Cheust		FR	76	65	651	65144	87	Europe/Paris
6440695	Chèze	cheze	Cheze,Chèze		FR	76	65	651	65145	51	Europe/Paris
6440696	Chis	chis	Chis,Shi,Shins,Shis,xi zhen,Ши,Шис,希镇		FR	76	65	653	65146	315	Europe/Paris
6440697	Cieutat	cieutat	Cieutat,Ciutat,La Ciutat,S'etat,S'jotat,Sjeta,xie yu ta,Сьётат,Сьєтат,Сјета,谢于塔		FR	76	65	652	65147	599	Europe/Paris
6440698	Cizos	cizos	Cidos,Cidòs,Cizos,Sizo,Sizos,xi zuo,Сизо,Сизос,Сізос,西佐		FR	76	65	653	65148	124	Europe/Paris
6440699	Clarens	clarens	Clarenc,Clarens,Clarenç,Klaran,Klarans,ke la lang,Кларан,Кларанс,克拉朗		FR	76	65	652	65150	516	Europe/Paris
6440700	Collongues	collongues	Collongas,Còllongas,Kollong,Kolong,ke long gai,Коллонг,Колонг,科隆盖		FR	76	65	653	65151	147	Europe/Paris
6440701	Coussan	coussan	Cocan,Coçan,Kusan,Kussan,ku sang,Кусан,Куссан,库桑		FR	76	65	653	65153	119	Europe/Paris
6440702	Créchets	crechets	Crechets,Creisheths,Creishèths,Créchets,Kreshet,Kreshets,ke lei xie te,Крешет,Крешетс,克雷谢特		FR	76	65	652	65154	54	Europe/Paris
6440703	Devèze	deveze	Deveze,Devèze		FR	76	65	653	65155	65	Europe/Paris
6440704	Dours	dours	Dours		FR	76	65	653	65156	226	Europe/Paris
6440705	Ens	ens	An,ang zhen,Ан,昂镇		FR	76	65	652	65157	26	Europe/Paris
6440706	Esbareich	esbareich	Ebaresh,Ehbaresh,Esbareich,Esbareish,Esbarèish,ai si ba lei ke,Ебареш,Эбареш,埃斯巴雷克		FR	76	65	652	65158	81	Europe/Paris
6440707	Escala	escala	Escala		FR	76	65	652	65159	378	Europe/Paris
6440709	Escondeaux	escondeaux	Ehskondo,Escondeaux,Eskondo,Los Condaus,ai si kong duo,Ескондо,Эскондо,埃斯孔多		FR	76	65	653	65161	280	Europe/Paris
6440710	Esconnets	esconnets	Ehskonnets,Esconets,Eskonnets,Есконнетс,Эсконнетс		FR	76	65	652	65162	37	Europe/Paris
6440711	Escots	escots	Ehskots,Escots,Escòts,Eskots,ai si ke te,Ескотс,Эскотс,埃斯科特		FR	76	65	652	65163	32	Europe/Paris
6440712	Escoubès-Pouts	escoubes-pouts	Ehskubes-Pu,Escobers e Potz,Escobèrs e Potz,Eskube-Puts,ai si ku bei pu te,Ескубе-Путс,Эскубес-Пу,埃斯库贝普特		FR	76	65	651	65164	106	Europe/Paris
6440713	Esparros	esparros	Ehsparros,Esparo,Esparros,Esparròs,ai si pa er luo,Еспаро,Еспаррос,Эспаррос,埃斯帕尔罗		FR	76	65	652	65165	179	Europe/Paris
6440714	Espèche	espeche	Ehspesh,Espeisha,Espesh,ai si pei ke,Еспеш,Эспеш,埃斯佩克		FR	76	65	652	65166	54	Europe/Paris
6440715	Espieilh	espieilh	Espieilh		FR	76	65	652	65167	26	Europe/Paris
6440716	Estampures	estampures	Ehstampjur,Estampir,Estampjur,Estampuras,ai si tang pi lei,Естампир,Естампюр,Эстампюр,埃斯唐皮雷		FR	76	65	653	65170	76	Europe/Paris
6440717	Estarvielle	estarvielle	Ehstarv'el',Estarvel',Estarviela,Estarvielle,Estarvièla,Estarvjel,ai si ta er wei ye er,Естарвєль,Естарвјел,Эстарвьель,埃斯塔尔维耶尔		FR	76	65	652	65171	34	Europe/Paris
6440718	Estensan	estensan	Ehstansan,Estansan,Estenca,Estensan,Estença,ai si tang sang,Естансан,Эстансан,埃斯唐桑		FR	76	65	652	65172	39	Europe/Paris
6440719	Esterre	esterre	Ehster,Ester,Esterr,Esterra,Estèrra,Естер,Естерр,Эстер		FR	76	65	651	65173	191	Europe/Paris
6440720	Estirac	estirac	Ehstirak,Estirac,Estirak,ai si di la ke,Естирак,Естірак,Эстирак,埃斯蒂拉克		FR	76	65	653	65174	101	Europe/Paris
6440721	Ferrère	ferrere	Ferrer,Harrera,Harrèra,fu er lei er,Феррер,弗尔雷尔		FR	76	65	652	65175	43	Europe/Paris
6440722	Fontrailles	fontrailles	Fontrailles,Fontraj,Fontralha,feng te lai lai,Фонтрай,Фонтрај,丰特赖莱		FR	76	65	653	65177	145	Europe/Paris
6440723	Fréchède	frechede	Frechede,Freisheda,Freshed,Fréchède,fu lei xie de,Фрешед,弗雷谢德		FR	76	65	653	65178	49	Europe/Paris
6440724	Fréchendets	frechendets	Frechendets,Freshandets,Fréchendets,Hreishindeth,Hreishindèth,fu lei shang dai te,Фрешандетс,弗雷尚代特		FR	76	65	652	65179	31	Europe/Paris
6440725	Fréchet-Aure	frechet-aure	Eth Hreishet,Frechet-Aure,Freshe-Or,Freshet-Or,Fréchet-Aure,Hreishet,fu lei xie ao er,Фреше-Ор,Фрешет-Ор,弗雷谢奥尔		FR	76	65	652	65180	13	Europe/Paris
6440726	Fréchou-Fréchet	frechou-frechet	Frechou-Frechet,Fréchou-Fréchet		FR	76	65	653	65181	163	Europe/Paris
6440727	Gaillagos	gaillagos	Gaillagos,Gajagos,Galhagos,Galhagòs,gai la ge,Гайагос,Гаягос,盖拉戈		FR	76	65	651	65182	128	Europe/Paris
6440728	Galan	galan	Galan,jia lang,Галан,加朗		FR	76	65	652	65183	723	Europe/Paris
6440729	Galez	galez	Gales,Galez,Galés,jia lai,Галез,Галес,加莱		FR	76	65	652	65184	190	Europe/Paris
6440731	Gaudent	gaudent	Gaudent		FR	76	65	652	65186	42	Europe/Paris
6440732	Gaussan	gaussan	Gaussan		FR	76	65	653	65187	116	Europe/Paris
6440734	Gayan	gayan			FR	76	65	653	65189	277	Europe/Paris
6440735	Gazave	gazave	Gasava,Gazav,Gazave,jia zha fu,Газав,加扎夫		FR	76	65	652	65190	65	Europe/Paris
6440736	Gavarnie-Gèdre	gavarnie-gedre	Gavarnie-Gedre,Gavarnie-Gèdre,Gedra,Gèdra,Zhedr,jedoru,re de er,Жедр,ジェドル,热德尔		FR	76	65	651	65192	352	Europe/Paris
6440737	Gembrie	gembrie	Gembria,Gembrie,Zhambri,janburi,rang bu li ye,Жамбри,Жамбрі,ジャンブリ,让布里耶		FR	76	65	652	65193	76	Europe/Paris
6440739	Ger	ger	Ger,Gèr,Zher,re zhen,Жер,热镇		FR	76	65	651	65197	168	Europe/Paris
6440740	Gerde	gerde	Gerda,Gerde,Zherd,re er de,Жерд,热尔德		FR	76	65	652	65198	1150	Europe/Paris
6440741	Germ	germ	Germ,Gèrm,Zherm,re er mu,Жерм,热尔姆		FR	76	65	652	65199	36	Europe/Paris
6440742	Germs-sur-l'Oussouet	germs-sur-l-oussouet	Germs-sur-l'Oussouet		FR	76	65	651	65200	109	Europe/Paris
6440743	Geu	geu	Geu,Zhe,Zhjo,Же,Жё		FR	76	65	651	65201	168	Europe/Paris
6440744	Gez-ez-Angles	gez-ez-angles	Gez-ez-Angles		FR	76	65	651	65203	28	Europe/Paris
6440745	Gonez	gonez	Gones,Gonez,Gonés,ge nei,Гонез,Гонес,戈内		FR	76	65	653	65204	29	Europe/Paris
6440746	Goudon	goudon	Godor,Goudon,Gudon,gu dong,Гудон,古东		FR	76	65	653	65206	232	Europe/Paris
6440747	Gourgue	gourgue	Gorga,Gourgue,Gurg,gu er gai,Гург,古尔盖		FR	76	65	652	65207	61	Europe/Paris
6440748	Grailhen	grailhen	Grailhen,Grajan,Gralhen,ge lai yang,Грайан,Граян,格赖扬		FR	76	65	652	65208	22	Europe/Paris
6440749	Grézian	grezian	Gredian,Grez'jan,Grezian,Grézian,ge lei qi ang,Грезьян,格雷齐昂		FR	76	65	652	65209	86	Europe/Paris
6440750	Grust	grust	Grjust,Grust,ge lu si,Грюст,格吕斯		FR	76	65	651	65210	39	Europe/Paris
6440751	Guchan	guchan			FR	76	65	652	65211	136	Europe/Paris
6440752	Guchen	guchen	Gjushan,Gushen,Гюшан		FR	76	65	652	65212	356	Europe/Paris
6440753	Guizerix	guizerix			FR	76	65	653	65213	125	Europe/Paris
6440754	Hagedet	hagedet	Azhede,Azhedet,Hagedeth,Hagedèth,a re dai,Ажеде,Ажедет,阿热代		FR	76	65	653	65215	45	Europe/Paris
6440755	Hauban	hauban			FR	76	65	652	65216	109	Europe/Paris
6440756	Hautaget	hautaget	Hautaget,Hauthaget,Otazhe,Otazhet,ao ta re,Отаже,Отажет,奥塔热		FR	76	65	652	65217	54	Europe/Paris
6440757	Hèches	heches	Ehsh,Esh,Heches,Heishas,Hèches,Hèishas,ai xie,Еш,Эш,埃谢		FR	76	65	652	65218	611	Europe/Paris
6440758	Hibarette	hibarette	Hibareta,Hibarette,Hibarèta,Ibaret,Ibarett,yi ba lei te,Ібаретт,Ибарет,伊巴雷特		FR	76	65	653	65220	239	Europe/Paris
6440759	Hiis	hiis	Hiis,Hins,Iis,yi yi,Ііс,Иис,伊伊		FR	76	65	652	65221	247	Europe/Paris
6440760	Hitte	hitte	Hita,Hitte,It,Itt,yi te,Ітт,Ит,伊特		FR	76	65	653	65222	165	Europe/Paris
6440761	Horgues	horgues	Horgas,Horgues,Hòrgas,Org,ao er gai,Орг,奥尔盖		FR	76	65	653	65223	1195	Europe/Paris
6440762	Houeydets	houeydets	Houeydets,Uehdets,Ueideth,Ueidèth,Uejdets,wu ai dai te,Уейдетс,Уэдетс,乌埃代特		FR	76	65	652	65224	257	Europe/Paris
6440763	Hourc	hourc	Hourc,Lo Horc,Urk,wu er ke,Урк,乌尔克		FR	76	65	653	65225	111	Europe/Paris
6440764	Ibos	ibos	Ibos,Ibòs,Ібос,Ибос		FR	76	65	653	65226	2890	Europe/Paris
6440765	Ilhet	ilhet	Iet,Ilet,Ilhet,yi ye,Ієт,Илет,伊耶		FR	76	65	652	65228	120	Europe/Paris
6440768	Izaux	izaux	Isaus,Izaux,Izo,yi zuo,Ізо,Изо,伊佐		FR	76	65	652	65231	204	Europe/Paris
6440769	Jarret	jarret	Jarret,Zharre,Zharret,ya er lei,Жарре,Жаррет,ضررت، ہوٹس-پیرینییس,雅尔雷		FR	76	65	651	65233	312	Europe/Paris
6440770	Jézeau	jezeau	Gedeu,Gèdeu,Zhezo,re zuo,Жезо,热佐		FR	76	65	652	65234	98	Europe/Paris
6440771	Juillan	juillan	Juillan		FR	76	65	653	65235	4137	Europe/Paris
6440772	Julos	julos	Julos,Julòs,Zhjulos,Zhulos,rui luo,Жулос,Жюлос,瑞洛		FR	76	65	651	65236	385	Europe/Paris
6440773	Juncalas	juncalas	Juncalas,Juncalàs,Zhenkalas,Zhjunkalas,ran ka la,Женкалас,Жюнкалас,然卡拉		FR	76	65	651	65237	170	Europe/Paris
6440774	Labassère	labassere	Labaser,Labasser,Labassera,Labassere,Labassèra,Labassère,la ba sai er,Лабасер,Лабассер,拉巴塞尔		FR	76	65	652	65238	233	Europe/Paris
6440775	Labatut-Rivière	labatut-riviere	Labatut-Riviere,Labatut-Rivière		FR	76	65	653	65240	407	Europe/Paris
6440776	Laborde	laborde	Laborde		FR	76	65	652	65241	87	Europe/Paris
6440777	Lacassagne	lacassagne	Lacassagne		FR	76	65	653	65242	234	Europe/Paris
6440778	Lafitole	lafitole	La Fitola,La Fitòla,Lafitol',Lafitole,la fei tuo er,Лафитоль,Лафітоль,拉菲托尔		FR	76	65	653	65243	479	Europe/Paris
6440779	Lagrange	lagrange	Lagrange		FR	76	65	652	65245	225	Europe/Paris
6440780	Lahitte-Toupière	lahitte-toupiere	La Hita Topiera,La Hita Topièra,Lahitte-Toupiere,Lahitte-Toupière,Lait-Tup'er,Laitt-Tuper,lai te tu pi ai,Лаит-Тупьер,Лаїтт-Тупєр,莱特图皮埃		FR	76	65	653	65248	260	Europe/Paris
6440781	Lalanne-Trie	lalanne-trie	La Lana,La Lana de Tria,Lalan-Tri,Lalann-Tri,Lalanne-Trie,la lang te li ye,Лалан-Три,Лаланн-Трі,拉朗特里耶		FR	76	65	653	65250	112	Europe/Paris
6440782	Laloubère	laloubere	La Lobera,La Lobèra,Laluber,la lu bei er,Лалубер,拉卢贝尔		FR	76	65	653	65251	1897	Europe/Paris
6440783	Lamarque-Pontacq	lamarque-pontacq	Era Marca,Era Marca-Pontac,Lamark-Pontak,Lamarque-Pontacq,la ma er ke peng ta,Ламарк-Понтак,拉马尔克蓬塔		FR	76	65	653	65252	842	Europe/Paris
6440784	Lamarque-Rustaing	lamarque-rustaing	La Marca dArrostanh,Lamark-Rjustaen,Lamark-Rjusten,Lamarque-Rustaing,la ma er qu ai lu si tan,Ламарк-Рюстаен,Ламарк-Рюстен,拉马尔屈埃吕斯坦		FR	76	65	653	65253	54	Europe/Paris
6440785	Laméac	lameac	Hlamiac,Lameac,Lameak,Laméac,la mei a ke,Ламеак,拉梅阿克		FR	76	65	653	65254	150	Europe/Paris
6440786	Lançon	lancon	Lanson,Лансон		FR	76	65	652	65255	33	Europe/Paris
6440844	Odos	odos	Odos		FR	76	65	653	65331	3231	Europe/Paris
6440787	Lanespède	lanespede	Lanesped,Lanespeda,Lanespede,Lanespède,la nei si pei de,Ланеспед,لانیسپیڈی,拉内斯佩德		FR	76	65	653	65256	148	Europe/Paris
6440788	Lannemezan	lannemezan			FR	76	65	652	65258	5865	Europe/Paris
6440789	Lansac	lansac	Lancac,Lansac,Lansak,Lançac,lang sa ke,Лансак,朗萨克		FR	76	65	653	65259	177	Europe/Paris
6440790	Laran	laran	Laran,Ларан,لاران، ہوٹیس-پیرینیس		FR	76	65	653	65261	49	Europe/Paris
6440791	Larreule	larreule	La Reula,Larrel',Larreule,Larrjol',la er lei er,Ларрель,Ларрёль,拉尔勒尔		FR	76	65	653	65262	409	Europe/Paris
6440792	Lascazères	lascazeres	Lascaseras,Lascasèras,Lascazeres,Lascazères,Laskazer,la si ka ze lei,Ласказер,拉斯卡泽雷		FR	76	65	653	65264	314	Europe/Paris
6440793	Laslades	laslades	Lalad,Laslad,Lasladas,la si la dai,Лалад,Ласлад,拉斯拉代		FR	76	65	653	65265	351	Europe/Paris
6440794	Lassales	lassales	Lassales		FR	76	65	653	65266	32	Europe/Paris
6440795	Lau-Balagnas	lau-balagnas	Lau-Balagnas		FR	76	65	651	65267	521	Europe/Paris
6440796	Lescurry	lescurry	Lekjurri,Lescurri,Lescurry,lai si qu er li,Лекюрри,Лекюррі,莱斯屈尔里		FR	76	65	653	65269	173	Europe/Paris
6440797	Lespouey	lespouey	Lepueh,Lespue,Lespuei,lai si pu ai,Лепуэ,Леспуе,莱斯普埃		FR	76	65	653	65270	211	Europe/Paris
6440798	Lézignan	lezignan	Lesinhan,Lezignan,Lezin'jan,Lézignan,lai qi ni ang,Лезиньян,Лезіньян,莱齐尼昂		FR	76	65	651	65271	346	Europe/Paris
6440799	Lhez	lhez	Les,Lez,Lhes,ye zhen,Лез,Лес,耶镇		FR	76	65	653	65272	77	Europe/Paris
6440800	Liac	liac	Liac		FR	76	65	653	65273	198	Europe/Paris
6440801	Libaros	libaros	Libaros,Libaròs,li ba luo,Либарос,Лібарос,利巴罗		FR	76	65	652	65274	135	Europe/Paris
6440802	Lies	lies	Lies		FR	76	65	652	65275	69	Europe/Paris
6440803	Lizos	lizos	Lidos,Lidòs,Lizos,li zuo,Лизос,Лізос,利佐		FR	76	65	653	65276	112	Europe/Paris
6440804	Lombrès	lombres	Lombres,Lombrès		FR	76	65	652	65277	104	Europe/Paris
6440805	Lomné	lomne	Lomne,Lomner,Lomné,Ломне		FR	76	65	652	65278	32	Europe/Paris
6440806	Lortet	lortet	Lortet		FR	76	65	652	65279	209	Europe/Paris
6440807	Loubajac	loubajac	Lobajac,Loubajac,Lubazhak,lu ba ya ke,Лубажак,卢巴雅克		FR	76	65	651	65280	395	Europe/Paris
6440808	Loucrup	loucrup	Locrup,Lukrju,Lukrjup,lu ke lu,Лукрю,Лукрюп,卢克吕		FR	76	65	653	65281	222	Europe/Paris
6440809	Loudenvielle	loudenvielle	Loudenvielle		FR	76	65	652	65282	293	Europe/Paris
6440810	Loudervielle	loudervielle	Loderviela,Lodervièla,Luderv'el',Ludervel',lu dai er wei ye er,Лудервьель,Лудервєль,卢代尔维耶尔		FR	76	65	652	65283	54	Europe/Paris
6440811	Louey	louey	Louey,Lue,Lueh,Luei,lu ai,Луе,Луэ,卢埃		FR	76	65	653	65284	976	Europe/Paris
6440812	Louit	louit	Louit		FR	76	65	653	65285	201	Europe/Paris
6440814	Lubret-Saint-Luc	lubret-saint-luc	Ljubre-Sen-Ljuk,Ljubret-Sen-Ljuk,Lubret e Sent Luc,Lubret-Saint-Luc,lu bu lei sheng lu ke,Любре-Сен-Люк,Любрет-Сен-Люк,吕布雷圣吕克		FR	76	65	653	65288	57	Europe/Paris
6440815	Luby-Betmont	luby-betmont	Ljubi-Betmon,Lube e Bethmont,Lube e Bèthmont,Luby-Betmont,lu bi bei te meng,Люби-Бетмон,Любі-Бетмон,吕比贝特蒙		FR	76	65	653	65289	104	Europe/Paris
6440816	Lugagnan	lugagnan	Ljugan'jan,Lugagnan,Luganhan,lu jia ni ang,Люганьян,吕加尼昂		FR	76	65	651	65291	139	Europe/Paris
6440818	Lustar	lustar	Ljustar,Lustar,lu si ta,Люстар,吕斯塔		FR	76	65	653	65293	118	Europe/Paris
6440819	Lutilhous	lutilhous	Ljutijus,Luctilhos,Luctilhós,Lutilhous,lu di you,Лютийус,Лютіюс,吕蒂尤		FR	76	65	652	65294	224	Europe/Paris
6440820	Luz-Saint-Sauveur	luz-saint-sauveur	Luz-Saint-Sauveur		FR	76	65	651	65295	979	Europe/Paris
6440821	Madiran	madiran	Madiran		FR	76	65	653	65296	421	Europe/Paris
6440822	Mansan	mansan	Mancan,Mansan,Mançan,mang sang,Мансан,芒桑		FR	76	65	653	65297	42	Europe/Paris
6440823	Marquerie	marquerie	Markeri,Marqueria,Marquerie,ma er qu ai li ye,Маркери,Маркері,马尔屈埃里耶		FR	76	65	653	65298	78	Europe/Paris
6440824	Marsas	marsas	Marsas		FR	76	65	652	65300	71	Europe/Paris
6440825	Maubourguet	maubourguet	Maubourguet		FR	76	65	653	65304	2433	Europe/Paris
6440826	Mauléon-Barousse	mauleon-barousse	Mauleon-Barousse,Mauléon-Barousse		FR	76	65	652	65305	95	Europe/Paris
6440827	Mazerolles	mazerolles	Maderolas,Maderòlas,Mazerol',Mazerolles,Mazrol',ma ci luo lei,Мазероль,Мазроль,马兹罗勒		FR	76	65	653	65308	108	Europe/Paris
6440828	Mazouau	mazouau	Mazouau		FR	76	65	652	65309	16	Europe/Paris
6440829	Mérilheu	merilheu	Mere,Merijjo,Merilheu,Merlheu,Merlhèu,Mérilheu,mei li yue,Мерийё,Мерє,梅里约		FR	76	65	652	65310	252	Europe/Paris
6440830	Mingot	mingot	Mengo,Mengot,Mingot,Mingòt,man ge,Менго,Менгот,曼戈		FR	76	65	653	65311	98	Europe/Paris
6440832	Momères	momeres	Momer,Momeras,Momeres,Momères,mo mei lei,Момер,莫梅雷		FR	76	65	653	65313	758	Europe/Paris
6440834	Monléon-Magnoac	monleon-magnoac	Monleon-Magnoac,Monleon-Man'oak,Monléon-Magnoac,Montlion,meng lai weng ma ni ao a ke,Монлеон-Маньоак,蒙莱翁马尼奥阿克		FR	76	65	653	65315	437	Europe/Paris
6440835	Monlong	monlong	Monlon,Monlong,Montlong,meng long,Монлон,蒙隆		FR	76	65	653	65316	103	Europe/Paris
6440836	Montignac	montignac	Montignac,Montin'jak,Montinhac,meng di ni ya ke,Монтиньяк,Монтіньяк,蒙蒂尼亚克		FR	76	65	653	65321	137	Europe/Paris
6440837	Montoussé	montousse	Montosser,Montossèr,Montuse,Montusse,meng tu sai,Монтусе,Монтуссе,蒙图塞		FR	76	65	652	65322	247	Europe/Paris
6440838	Montsérié	montserie	Monser'e,Monsere,Montcirer,Montcirèr,Montserie,Montserié,Montsérié,meng te sai li ai,Монсерье,Монсерє,蒙特塞里埃		FR	76	65	652	65323	74	Europe/Paris
6440839	Moumoulous	moumoulous	Moumoulous		FR	76	65	653	65325	41	Europe/Paris
6440840	Mun	mun	Men,Mjon,man zhen,Мен,Мён,曼镇		FR	76	65	653	65326	102	Europe/Paris
6440841	Nestier	nestier	Nestier		FR	76	65	652	65327	159	Europe/Paris
6440842	Neuilh	neuilh	Neuilh		FR	76	65	652	65328	98	Europe/Paris
6440843	Nouilhan	nouilhan	Nolhan,Nouilhan,Nujan,nu yi yang,Нуйан,Нуян,努伊扬		FR	76	65	653	65330	198	Europe/Paris
6440845	Oléac-Debat	oleac-debat	Auliac Devath,Oleac-Debat,Oleak-Deba,Oleak-Debat,Oléac-Debat,ao lai a ke dai ba,Олеак-Деба,Олеак-Дебат,奥莱阿克代巴		FR	76	65	653	65332	168	Europe/Paris
6440846	Oléac-Dessus	oleac-dessus	Auliac Dessus,Auliac Dessús,Oleac-Dessus,Oleak-Desju,Oleak-Dessju,Oléac-Dessus,ao lai a ke dai xu,Олеак-Дессю,Олеак-Десю,奥莱阿克代叙		FR	76	65	653	65333	126	Europe/Paris
6440847	Omex	omex	Aumets,Omeks,Omex,ao mei,Омекс,奥梅		FR	76	65	651	65334	231	Europe/Paris
6440848	Ordizan	ordizan	Ordisan,Ordizan,ao er di cang,Ордизан,Ордізан,奥尔迪藏		FR	76	65	652	65335	551	Europe/Paris
6440849	Organ	organ	Organ		FR	76	65	653	65336	42	Europe/Paris
6440850	Orieux	orieux	Aurius,Or'jo,Ore,Orieux,ao li e,Орьё,Орє,奥里厄		FR	76	65	653	65337	120	Europe/Paris
6440851	Orignac	orignac	Aurinhac,Orignac,Orin'jak,ao li ni ya ke,Ориньяк,奥里尼亚克		FR	76	65	652	65338	263	Europe/Paris
6440852	Orincles	orincles	Aurinclas,Orenkl',Orincles,ao lan ke lai,Оренкль,奥兰克莱		FR	76	65	653	65339	335	Europe/Paris
6440853	Orleix	orleix	Orleix		FR	76	65	653	65340	2123	Europe/Paris
6440854	Oroix	oroix	Auroish,Oroix,Orua,Oruaks,ao lu wa,Оруа,Оруакс,奥鲁瓦		FR	76	65	653	65341	121	Europe/Paris
6440855	Osmets	osmets	Los Mes,Los Mès,Osmets,ao si mei te,Осметс,奥斯梅特		FR	76	65	653	65342	86	Europe/Paris
6440856	Ossen	ossen	Aussen,Osan,Ossan,Ossen,ao sang,Осан,Оссан,奥桑		FR	76	65	651	65343	229	Europe/Paris
6440857	Ossun-ez-Angles	ossun-ez-angles	Ossun-ez-Angles		FR	76	65	651	65345	47	Europe/Paris
6440858	Oueilloux	oueilloux	Oueilloux,Uehju,Ueju,Uelhons,wu ai lu,Уею,Уэйу,乌埃卢		FR	76	65	653	65346	178	Europe/Paris
6440859	Ourde	ourde	Orda,Ourde,Urd,wu er de,Урд,乌尔德		FR	76	65	652	65347	34	Europe/Paris
6440860	Ourdon	ourdon	Ourdon		FR	76	65	651	65349	5	Europe/Paris
6440861	Oursbelille	oursbelille	Orc,Ors Belila,Orç,Oursbelille,Ursbelij,Ursbelil',wu er si bei li er,Урсбелиль,Урсбелій,乌尔斯贝利尔		FR	76	65	653	65350	1190	Europe/Paris
6440862	Ousté	ouste	Oster,Ostèr,Ouste,Ousté,Uste,wu si tai,Усте,乌斯泰		FR	76	65	651	65351	27	Europe/Paris
6440863	Ouzous	ouzous	Ausons,Uzus,wu zu,Узус,乌祖		FR	76	65	651	65352	207	Europe/Paris
6440864	Ozon	ozon	Audon,Ozon,ao zong,Озон,奥宗		FR	76	65	653	65353	285	Europe/Paris
6440865	Pailhac	pailhac			FR	76	65	652	65354	69	Europe/Paris
6440866	Paréac	pareac	Pareac,Paréac		FR	76	65	651	65355	59	Europe/Paris
6440867	Péré	pere	Pere,Perer,Perèr,Péré,pei lei,Пере,佩雷		FR	76	65	652	65356	53	Europe/Paris
6440868	Peyraube	peyraube	Peirauba,Pejrob,Perob,Peyraube,pei luo bu,Пейроб,Пероб,佩罗布		FR	76	65	653	65357	162	Europe/Paris
6440869	Peyret-Saint-André	peyret-saint-andre	Peyret-Saint-Andre,Peyret-Saint-André		FR	76	65	653	65358	55	Europe/Paris
6440870	Peyriguère	peyriguere	Peiriguera,Peiriguèra,Pejriger,Periger,Peyriguere,Peyriguère,pei li gai er,Пейригер,Перигер,佩里盖尔		FR	76	65	653	65359	26	Europe/Paris
6440871	Peyrouse	peyrouse	Peyrouse		FR	76	65	651	65360	276	Europe/Paris
6440872	Peyrun	peyrun	Peirun,Pejren,Perjon,Peyrun,pei lan,Пейрен,Перён,佩兰		FR	76	65	653	65361	86	Europe/Paris
6440873	Pierrefitte-Nestalas	pierrefitte-nestalas	P'erfit-Nestalas,Peirahita e Nestalas,Perrfitt-Nestalas,Pierrefitte-Nestalas,Pèirahita e Nestalàs,pi ye er lei fei te nei si ta la,Пьерфит-Несталас,Пєррфітт-Несталас,皮耶尔雷菲特内斯塔拉		FR	76	65	651	65362	1155	Europe/Paris
6440874	Pinas	pinas	Pinars,Pinas,pi na,Пинас,Пінас,皮纳		FR	76	65	652	65363	451	Europe/Paris
6440875	Pintac	pintac	Pintac		FR	76	65	653	65364	23	Europe/Paris
6440876	Poueyferré	poueyferre	Poiharrer,Poiharrèr,Poueyferre,Poueyferré,Puehferre,Puejferre,pu ai fu er lei,Пуейферре,Пуэферре,普埃弗尔雷		FR	76	65	651	65366	856	Europe/Paris
6440877	Poumarous	poumarous	Pomaros,Pomarós,Poumarous,Pumarus,pu ma lu,Пумарус,普马鲁		FR	76	65	653	65367	152	Europe/Paris
6440878	Pouyastruc	pouyastruc	Poiastruc,Pojastruc,Puiastrjuk,Pujastrjuk,pu yi a si te lu ke,Пуйастрюк,Пуїастрюк,普伊阿斯特吕克		FR	76	65	653	65369	698	Europe/Paris
6440879	Pouzac	pouzac	Pouzac		FR	76	65	652	65370	1106	Europe/Paris
6440880	Pujo	pujo	Pjuzho,Pujo,Pujou,Pujòu,pi ruo,Пюжо,皮若		FR	76	65	653	65372	638	Europe/Paris
6440881	Puntous	puntous	Pentus,Pjontus,Puntos,Puntous,Puntós,pan tu,Пентус,Пёнтус,潘图		FR	76	65	653	65373	190	Europe/Paris
6440882	Puydarrieux	puydarrieux	Pjuidar'jo,Pjuidarrie,Poidarrius,Puydarrieux,pi yi da er li e,Пюидарьё,Пюїдарріє,皮伊达尔里厄		FR	76	65	653	65374	218	Europe/Paris
6440883	Rabastens-de-Bigorre	rabastens-de-bigorre	Rabastens de Bigorra,Rabastens de Bigòrra,Rabastens-de-Bigor,Rabastens-de-Bigorr,Rabastens-de-Bigorre,la ba si tang de bi ge er,Рабастенс-де-Бигор,Рабастенс-де-Бігорр,拉巴斯唐德比戈尔		FR	76	65	653	65375	1461	Europe/Paris
6440884	Recurt	recurt	Recurt		FR	76	65	652	65376	202	Europe/Paris
6440885	Ricaud	ricaud	Ricau,Ricaud,Riko,li ke,Рико,里科		FR	76	65	653	65378	65	Europe/Paris
6440886	Ris	ris	Arris,Arrís,Ri,Ris,li zhen,Ри,Рі,里镇		FR	76	65	652	65379	17	Europe/Paris
6440887	Sabalos	sabalos	Sabalos,Sabalòs,sa ba luo,sblws,Сабалос,سبلوس,萨巴洛		FR	76	65	653	65380	149	Europe/Paris
6440888	Sabarros	sabarros	Sabarros,Sabarròs,sa ba er luo,sbrrws,Сабаррос,سبرروس,萨巴尔罗		FR	76	65	652	65381	34	Europe/Paris
6440889	Sacoué	sacoue	Sacoe,Sacoue,Sacoué,Sakue,Sakueh,Sàcoe,sa ku ai,Сакуе,Сакуэ,سکوۓ,萨库埃		FR	76	65	652	65382	62	Europe/Paris
6440890	Sadournin	sadournin	Sadornin,Sadournin,Sadurnen,sa du er nan,Садурнен,سدورنیں,萨杜尔南		FR	76	65	653	65383	178	Europe/Paris
6440891	Sailhan	sailhan	Sailhan,Sajan,Salhan,sai yang,salhan,Сайан,Саян,صالحان,赛扬		FR	76	65	652	65384	159	Europe/Paris
6440892	Saint-Lanne	saint-lanne	Saint-Lanne,Sen-Lan,Sen-Lann,Senlana,sheng lang,Сен-Лан,Сен-Ланн,سینٹ-لانے,圣朗		FR	76	65	653	65387	136	Europe/Paris
6440893	Saint-Lary-Soulan	saint-lary-soulan	Saint-Lary-Soulan,Sen-Lari-Sulan,Sent Lari e Sola,sheng la li su lang,Сен-Ларі-Сулан,圣拉里苏朗		FR	76	65	652	65388	844	Europe/Paris
6440894	Saint-Laurent-de-Neste	saint-laurent-de-neste	Saint-Laurent-de-Neste,Sen-Loran-de-Nest,Sent Laurenc,Sent Laurenc de Nestes,Sent Laurenç,Sent Laurenç de Nestés,sheng luo lang de nei si te,Сен-Лоран-де-Нест,سینٹ-لارنٹ-دے-نیستے,圣洛朗德内斯特		FR	76	65	652	65389	924	Europe/Paris
6440895	Saint-Pastous	saint-pastous	Saint-Pastous,Sen-Pastus,Sent Pastors,sheng pa si tu,Сен-Пастус,سینٹ-پسٹھوس,圣帕斯图		FR	76	65	651	65393	131	Europe/Paris
6440896	Saint-Pé-de-Bigorre	saint-pe-de-bigorre	Saint-Pe-de-Bigorre,Saint-Pé-de-Bigorre,Sen-Pe-de-Bigor,Sen-Pe-de-Bigorr,Sent Per,Sent Per de Bigorra,Sent Pèr,Sent Pèr de Bigòrra,sheng pei de bi ge er,Сен-Пе-де-Бигор,Сен-Пе-де-Бігорр,سین-پی-دے-بگوررے,圣佩德比戈尔		FR	76	65	651	65395	1159	Europe/Paris
6440897	Saint-Savin	saint-savin	Sen-Saven,Sent Savin,sheng sa wan,Сен-Савен,سین-سون، ہوٹس-پیرینیث,圣萨万		FR	76	65	651	65396	379	Europe/Paris
6440898	Saint-Sever-de-Rustan	saint-sever-de-rustan	Saint-Sever-de-Rustan		FR	76	65	653	65397	173	Europe/Paris
6440900	Saligos	saligos	Saligos,Saligòs,sa li ge,Салигос,Салігос,萨利戈		FR	76	65	651	65399	110	Europe/Paris
6440901	Salles-Adour	salles-adour	Sal'-Adur,Salas dAdor,Salas de Tarba,Salles-Adour,sa lai a du,Саль-Адур,萨莱阿杜		FR	76	65	653	65401	582	Europe/Paris
6440902	Samuran	samuran	Samjuran,Samuran,sa mi lang,Самюран,萨米朗		FR	76	65	652	65402	26	Europe/Paris
6440904	Sariac-Magnoac	sariac-magnoac	Sar'jak-Man'oak,Sariac,Sariac-Magnoac,Sariak-Man'oak,sa li a ke ma ni ao a ke,Сарьяк-Маньоак,Саріак-Маньоак,萨里阿克马尼奥阿克		FR	76	65	653	65404	152	Europe/Paris
6440905	Sarlabous	sarlabous	Sarlabons,Sarlabous,Sarlabus,sa er la bu,Сарлабус,萨尔拉布		FR	76	65	652	65405	67	Europe/Paris
6440906	Sarniguet	sarniguet	Sarnige,Sarniget,Sarniguet,sa er ni gai,Сарнигет,Сарніге,萨尔尼盖		FR	76	65	653	65406	252	Europe/Paris
6440907	Sarp	sarp	Sarp,sa er,Сарп,萨尔		FR	76	65	652	65407	110	Europe/Paris
6440908	Sarrancolin	sarrancolin	Sarrancolin		FR	76	65	652	65408	569	Europe/Paris
6440909	Sarriac-Bigorre	sarriac-bigorre	Sar'jak-Bigor,Sarriac,Sarriac-Bigorre,Sarriak-Bigorr,sa er li a ke bi ge er,Сарріак-Бігорр,Сарьяк-Бигор,萨尔里阿克比戈尔		FR	76	65	653	65409	299	Europe/Paris
6440910	Sarrouilles	sarrouilles	Sarrolhas,Sarrouilles,Sarruj,sa er lu yi lai,Сарруй,萨尔鲁伊莱		FR	76	65	653	65410	527	Europe/Paris
6440911	Sassis	sassis	Sasis,Sassi,Sassis,Sassís,sa xi,Сасис,Сассі,萨西		FR	76	65	651	65411	83	Europe/Paris
6440912	Sazos	sazos	Sasos,Sasòs,Sazos,sa zuo,Сазос,萨佐		FR	76	65	651	65413	123	Europe/Paris
6440913	Ségalas	segalas			FR	76	65	653	65414	82	Europe/Paris
6440914	Ségus	segus	Segju,Segus,Segús,Ségus,sai ju,Сегю,塞居		FR	76	65	651	65415	246	Europe/Paris
6440915	Seich	seich	Seich		FR	76	65	652	65416	90	Europe/Paris
6440916	Séméac	semeac			FR	76	65	653	65417	4902	Europe/Paris
6440917	Sénac	senac	Senac,Sénac		FR	76	65	653	65418	299	Europe/Paris
6440918	Sentous	sentous	Sentous		FR	76	65	652	65419	68	Europe/Paris
6440919	Sère-en-Lavedan	sere-en-lavedan	Cera,Cera de Salas,Cèra,Cèra de Salas,Ser-an-Lavdan,Ser-an-Lavedan,Sere-en-Lavedan,Sère-en-Lavedan,la wei dang de qu sai er,Сер-ан-Лавдан,Сер-ан-Лаведан,拉韦当地区塞尔		FR	76	65	651	65420	71	Europe/Paris
6440920	Sère-Lanso	sere-lanso	Cera e Lancou,Cèra e Lançòu,Ser-Lanso,Sere-Lanso,Sère-Lanso,sai er lang suo,Сер-Лансо,塞尔朗索		FR	76	65	651	65421	52	Europe/Paris
6440922	Sère-Rustaing	sere-rustaing	Cera dArrostanh,Cèra dArrostanh,Ser-Rjustaen,Ser-Rjusten,Sere-Rustaing,Sère-Rustaing,sai er lu si tan,Сер-Рюстаен,Сер-Рюстен,塞尔吕斯坦		FR	76	65	653	65423	128	Europe/Paris
6440923	Sers	sers	Ser,Serc,Sers,Serç,sai er,Сер,塞尔		FR	76	65	651	65424	110	Europe/Paris
6440924	Siarrouy	siarrouy	S'jarrui,Siarroi,Siarrouy,xi ya er lu yi,Сьярруи,Сьярруї,西亚尔鲁伊		FR	76	65	653	65425	431	Europe/Paris
6440925	Sinzos	sinzos	Sinzos		FR	76	65	653	65426	146	Europe/Paris
6440927	Sireix	sireix	Sireix		FR	76	65	651	65428	65	Europe/Paris
6440928	Sombrun	sombrun	Sombrun		FR	76	65	653	65429	207	Europe/Paris
6440929	Soréac	soreac	Soreac,Soreak,Soriac,Soréac,suo lei a ke,Сореак,索雷阿克		FR	76	65	653	65430	52	Europe/Paris
6440930	Sost	sost	Sost,Sòst,suo si,Сост,索斯		FR	76	65	652	65431	87	Europe/Paris
6440931	Soublecause	soublecause	Soblacausa,Soublecause,Sublekoz,su bu lai ke si,Сублекоз,苏布莱科斯		FR	76	65	653	65432	188	Europe/Paris
6440932	Soues	soues	Soas,Soues,Su,su ai,Су,苏埃		FR	76	65	653	65433	3046	Europe/Paris
6440933	Soulom	soulom	Solon,Soulom,Sulom,su long,Сулом,苏隆		FR	76	65	651	65435	257	Europe/Paris
6440934	Souyeaux	souyeaux	Sogeus,Sogèus,Souyeaux,Suio,Sujo,su yi ao,Суйо,Суїо,苏伊奥		FR	76	65	653	65436	305	Europe/Paris
6440935	Tajan	tajan	Tajan		FR	76	65	652	65437	138	Europe/Paris
6440936	Talazac	talazac			FR	76	65	653	65438	74	Europe/Paris
6440937	Tarasteix	tarasteix			FR	76	65	653	65439	263	Europe/Paris
6440938	Tarbes	tarbes	Tarbes		FR	76	65	653	65440	40318	Europe/Paris
6440939	Thèbe	thebe	Teb,Teve,Thebe,Thèbe,tai bu,Теб,泰布		FR	76	65	652	65441	79	Europe/Paris
6440940	Thermes-Magnoac	thermes-magnoac	Term-Man'oak,Termes,Thermes-Magnoac,Tèrmes,tai er mei ma ni ao a ke,Терм-Маньоак,泰尔梅马尼奥阿克		FR	76	65	653	65442	214	Europe/Paris
6440941	Thuy	thuy			FR	76	65	653	65443	19	Europe/Paris
6440943	Tilhouse	tilhouse	Telhosa,Tijuz,Tilhouse,Tiluz,di you si,Тийуз,Тілуз,蒂尤斯		FR	76	65	652	65445	224	Europe/Paris
6440944	Tostat	tostat	Tostac,Tostat,tuo si ta,Тостат,托斯塔		FR	76	65	653	65446	526	Europe/Paris
6440945	Tournay	tournay	Tornai,Turne,tu er nai,Турне,图尔奈		FR	76	65	653	65447	1264	Europe/Paris
6440946	Tournous-Darré	tournous-darre	Tornos Darrer,Tornós Darrèr,Tournous-Darre,Tournous-Darré,Turnus-Darre,tu er nu da er lei,Турнус-Дарре,图尔努达尔雷		FR	76	65	653	65448	83	Europe/Paris
6440947	Tournous-Devant	tournous-devant	Tornos Davant,Tornós Davant,Tournous-Devant,Turnus-Devan,Turnus-Devant,tu er nu de wang,Турнус-Деван,Турнус-Девант,图尔努德旺		FR	76	65	652	65449	113	Europe/Paris
6443023	Poisy	poisy	Poisy		FR	84	74	741	74213	7859	Europe/Paris
6440949	Troubat	troubat	Trobath,Troubat,Trubat,te lu ba,Трубат,特鲁巴		FR	76	65	652	65453	73	Europe/Paris
6440950	Trouley-Labarthe	trouley-labarthe	Trolei e la Barta,Trule-Labart,te lu lai la ba er te,Труле-Лабарт,特鲁莱拉巴尔特		FR	76	65	653	65454	97	Europe/Paris
6440951	Tuzaguet	tuzaguet	Tjuzage,Tjuzaget,Tusagueth,Tusaguèth,Tuzaguet,di zha gai,Тюзаге,Тюзагет,蒂扎盖		FR	76	65	652	65455	461	Europe/Paris
6440952	Uglas	uglas	Juglas,Uglans,yu ge la,Юглас,于格拉		FR	76	65	652	65456	287	Europe/Paris
6440953	Ugnouas	ugnouas	Ugnouas		FR	76	65	653	65457	76	Europe/Paris
6440954	Uzer	uzer	Juze,User,Usèr,Uzer,yu ze,Юзе,于泽		FR	76	65	652	65459	106	Europe/Paris
6440955	Vidouze	vidouze	Vidosa,Vidouze,Viduz,wei du ci,Видуз,Відуз,维杜兹		FR	76	65	653	65462	238	Europe/Paris
6440956	Vielle-Adour	vielle-adour	V'el'-Adur,Vel'-Adur,Viela,Viela dAdor,Vielle-Adour,Vièla,Vièla dAdor,wei ye er a du,Вьель-Адур,Вєль-Адур,维耶尔阿杜		FR	76	65	653	65464	509	Europe/Paris
6440957	Vielle-Aure	vielle-aure	Vielle-Aure		FR	76	65	652	65465	332	Europe/Paris
6440958	Vier-Bordes	vier-bordes	Bier e Bordas,Bièr e Bòrdas,V'e-Bord,Ve-Bord,wei ye bo er dai,Вье-Борд,Вє-Борд,维耶博尔代		FR	76	65	651	65467	104	Europe/Paris
6440959	Vieuzos	vieuzos	Vieuzos		FR	76	65	653	65468	46	Europe/Paris
6440960	Viey	viey	Biei,V'e,Ve,wei ye yi,Вье,Вє,维耶伊		FR	76	65	651	65469	32	Europe/Paris
6440961	Viger	viger			FR	76	65	651	65470	135	Europe/Paris
6440962	Vignec	vignec	Biec,Vin'ek,wei gai ke,Виньек,Віньєк,维盖克		FR	76	65	652	65471	226	Europe/Paris
6440963	Villefranque	villefranque	Vil'frank,Vilafranca,Villefranque,wei lai fu lang ke,Вильфранк,Вільфранк,维莱夫朗克		FR	76	65	653	65472	81	Europe/Paris
6440964	Villelongue	villelongue	Villelongue		FR	76	65	651	65473	397	Europe/Paris
6440965	Villembits	villembits	Vil'mbits,Vilambic,Villambi,Villembits,wei lang bi te,Вилламби,Вільмбітс,维朗比特		FR	76	65	653	65474	116	Europe/Paris
6440967	Villenave-près-Marsac	villenave-pres-marsac	Vil'nav-pre-Marsak,Vilanava,Villenave-pres-Marsac,Villenave-près-Marsac,wei lei na fu pu lei ma er sa ke,Вильнав-пре-Марсак,Вільнав-пре-Марсак,维勒纳夫普雷马尔萨克		FR	76	65	653	65477	85	Europe/Paris
6440968	Viscos	viscos	Biscos,Biscòs,Viscos,Viskos,wei si ke,Вискос,Віскос,维斯科		FR	76	65	651	65478	36	Europe/Paris
6440969	Visker	visker			FR	76	65	653	65479	334	Europe/Paris
6440971	Barèges	bareges	Bareges,Barèges		FR	76	65	651	65481	170	Europe/Paris
6440972	Llo	llo	Jo,luo zhen,Йо,洛镇		FR	76	66	663	66100	169	Europe/Paris
6440973	Llupia	llupia	Jup'ja,Jupja,Llupia,Llupià,lu pi a,Юпья,Юпя,吕皮阿		FR	76	66	662	66101	1953	Europe/Paris
6440974	Mantet	mantet	Mantet		FR	76	66	663	66102	31	Europe/Paris
6440975	Marquixanes	marquixanes	Markisan,Marqueixanes,Marquixanes,ma er qu yi ke sa nei,Маркисан,Маркісан,马尔屈伊克萨内		FR	76	66	663	66103	543	Europe/Paris
6440976	Matemale	matemale	Matemale		FR	76	66	663	66105	264	Europe/Paris
6440977	Maury	maury	Mauri,Maurin,Maury,Maurí,Mori,mo li,Мори,Морі,莫里		FR	76	66	663	66107	783	Europe/Paris
6440978	Millas	millas	Millars,Millas		FR	76	66	663	66108	4250	Europe/Paris
6440979	Montalba-le-Château	montalba-le-chateau	Montal'ba-le-Shato,Montalba del Castell,Montalba-le-Chateau,Montalba-le-Château,Montalban del Castel,Montalban del Castelh,Montalban del Castèl,Montalban del Castèlh,Montalbà del Castell,meng ta er ba lai sha tuo,Монтальба-ле-Шато,蒙塔尔巴莱沙托		FR	76	66	663	66111	149	Europe/Paris
6440980	Montbolo	montbolo	Montbolo,Montboló		FR	76	66	661	66113	182	Europe/Paris
6440981	Montescot	montescot	Montescot,Montesko,meng tai si ke,Монтеско,蒙泰斯科		FR	76	66	661	66114	1744	Europe/Paris
6440982	Montferrer	montferrer	Montferrer		FR	76	66	661	66116	189	Europe/Paris
6440983	Montner	montner	Monne,meng te nei,Монне,蒙特内		FR	76	66	662	66118	343	Europe/Paris
6440984	Mosset	mosset	Mosset		FR	76	66	663	66119	303	Europe/Paris
6440985	Nahuja	nahuja	Nahuja,Najuzha,Naueja,Naüja,nuo ya,Наюжа,诺雅		FR	76	66	663	66120	76	Europe/Paris
6440986	Néfiach	nefiach	Nef'jash,Nefiac,Nefiach,Nefjash,Néfiach,nei fei a ke,Нефьяш,Нефяш,内菲阿克		FR	76	66	663	66121	1281	Europe/Paris
6440987	Nohèdes	nohedes	Noed,Noedes,Nohedes,Nohèdes,nuo ai dai,Ноед,诺埃代		FR	76	66	663	66122	64	Europe/Paris
6440988	Olette	olette	Oleta i Evol,Oleta i Èvol,Olett,Olette,ao lai te,Олетт,奥莱特		FR	76	66	663	66125	371	Europe/Paris
6440989	Oms	oms	Oms,weng zhen,Омс,翁镇		FR	76	66	661	66126	331	Europe/Paris
6440990	Oreilla	oreilla	Oreilla,Oreja,Orella,Orellà,ao lei la,Орея,奥雷拉		FR	76	66	663	66128	20	Europe/Paris
6440991	Ortaffa	ortaffa	Hortafa,Hortafà,Ortafa,Ortaffa,Ortafà,ao er ta fa,Ортаффа,奥尔塔法		FR	76	66	661	66129	1426	Europe/Paris
6440992	Osséja	osseja	Oceja,Osseja,Ossezha,Osséja,ao sai ya,Оссежа,奥塞雅		FR	76	66	663	66130	1323	Europe/Paris
6440993	Palau-de-Cerdagne	palau-de-cerdagne	Palau-de-Cerdagne		FR	76	66	663	66132	403	Europe/Paris
6440994	Palau-del-Vidre	palau-del-vidre	Palau del Vidre,Palau-del-Vidre,Palo-del'-Vidr,pa luo dai wei de er,Пало-дель-Видр,Пало-дель-Відр,帕洛代维德尔		FR	76	66	661	66133	3178	Europe/Paris
6440995	Passa	passa	Paca,Passa,Paçà,pa sa,Пасса,帕萨		FR	76	66	661	66134	761	Europe/Paris
6440996	Perpignan	perpignan	Perpignan		FR	76	66	662	66136	121875	Europe/Paris
6440997	Peyrestortes	peyrestortes	Paretstortes,Pejretort,Peyrestortes,pei lei si tuo er tai,Пейреторт,佩雷斯托尔泰		FR	76	66	662	66138	1384	Europe/Paris
6440998	Pézilla-de-Conflent	pezilla-de-conflent	Pesilhan de Conflent,Pesilla de Conflent,Pesillà de Conflent,Pezija-de-Konflan,Pezilla-de-Conflent,Pézilla-de-Conflent,pei qi la de kong fu lang,Пезия-де-Конфлан,Пезія-де-Конфлан,佩齐拉德孔夫朗		FR	76	66	663	66139	50	Europe/Paris
6440999	Pézilla-la-Rivière	pezilla-la-riviere	Pesilla de la Ribera,Pesillà de la Ribera,Pezija-la-Riv'er,Pezija-la-River,Pezilla-la-Riviere,Pézilla-la-Rivière,pei qi la la li wei ai,Пезия-ла-Ривьер,Пезія-ла-Ривєр,佩齐拉拉里维埃		FR	76	66	662	66140	3587	Europe/Paris
6441000	Pia	pia	Pia,Pià,pi a,Пиа,Піа,皮阿		FR	76	66	662	66141	8888	Europe/Paris
6441001	Planèzes	planezes	Planezes,Planèzes		FR	76	66	663	66143	102	Europe/Paris
6441002	Pollestres	pollestres	Pollestr,Pollestres,bo lai si te lei,Поллестр,波莱斯特雷		FR	76	66	662	66144	4815	Europe/Paris
6441003	Ponteilla	ponteilla	Ponteja,Pontella,Pontellà,peng tai la,Понтея,蓬泰拉		FR	76	66	662	66145	2767	Europe/Paris
6441004	Porta	porta	Porta,bo er ta,Порта,波尔塔		FR	76	66	663	66146	117	Europe/Paris
6441005	Porté-Puymorens	porte-puymorens	Porte-Puymorens,Porté-Puymorens		FR	76	66	663	66147	103	Europe/Paris
6441006	Prats-de-Mollo-la-Preste	prats-de-mollo-la-preste	Prats de Mollo i la Presta,Prats de Molló i la Presta,Prats-de-Mollo-la-Preste		FR	76	66	661	66150	1155	Europe/Paris
6441007	Prats-de-Sournia	prats-de-sournia	Prats de Sornhan,Prats de Sornia,Prats de Sornià,Prats-de-Sournia,Prats-de-Surn'ja,pu la te de su er ni a,Пратс-де-Сурнья,普拉特德苏尔尼阿		FR	76	66	663	66151	77	Europe/Paris
6441008	Prugnanes	prugnanes	Prugnanes		FR	76	66	663	66152	106	Europe/Paris
6441009	Prunet-et-Belpuig	prunet-et-belpuig	Prjune-e-Bel'pjui,Prunet i Bellpuig,Prunet-et-Belpuig,pu lu nei he bei er pi yi,Прюне-е-Бельпюи,Прюне-е-Бельпюї,普吕内和贝尔皮伊		FR	76	66	663	66153	49	Europe/Paris
6441011	Rabouillet	rabouillet	Rabouillet		FR	76	66	663	66156	112	Europe/Paris
6441012	Railleu	railleu	Rae,Railleu,Ralleu,lai lei,Рае,Рає,赖勒		FR	76	66	663	66157	30	Europe/Paris
6441013	Rasiguères	rasigueres	Rasigueras,Rasigueres,Rasiguèras,Rasiguères,Raziger,la xi gai lei,Разигер,Разігер,拉西盖雷		FR	76	66	663	66158	153	Europe/Paris
6441014	Réal	real	Real,Real',Réal,lei a,Реаль,雷阿		FR	76	66	663	66159	65	Europe/Paris
6441015	Reynès	reynes	Reiners,Rejnes,Reynes,Reynès,lei nei,Рейнес,رینے,雷内		FR	76	66	661	66160	1364	Europe/Paris
6441016	Rigarda	rigarda	Rigarda,Rigardà,li jia er da,Ригарда,里加尔达		FR	76	66	663	66162	649	Europe/Paris
6441017	Rivesaltes	rivesaltes	Rivesaltes		FR	76	66	662	66164	8647	Europe/Paris
6441018	Rodès	rodes	Roders,Rodes,Rodès,Rodés,luo dai,Родес,罗代		FR	76	66	663	66165	625	Europe/Paris
6441019	Sahorre	sahorre	Sahorre,Saorr,Saorra,suo er,Саорр,سہوررے,索尔		FR	76	66	663	66166	379	Europe/Paris
6441020	Saillagouse	saillagouse	Saillagouse,Sajaguz,Sallagosa,sai la gu si,Саягуз,赛拉古斯		FR	76	66	663	66167	1101	Europe/Paris
6441021	Saint-Arnac	saint-arnac	Cantarnac,Centernac,Saint-Arnac,Sent-Arnak,sheng a er na ke,Çantarnac,Сент-Арнак,سینٹ-ارناک,圣阿尔纳克		FR	76	66	663	66169	118	Europe/Paris
6441022	Saint-Estève	saint-esteve	Saint-Esteve,Saint-Estève		FR	76	66	662	66172	11841	Europe/Paris
6441023	Saint-Féliu-d'Amont	saint-feliu-d-amont	Saint-Feliu-d'Amont,Saint-Féliu-d'Amont,Sant Feliu d'Amunt		FR	76	66	663	66173	1097	Europe/Paris
6441024	Saint-Féliu-d'Avall	saint-feliu-d-avall	Sant Feliu d'Avall		FR	76	66	662	66174	2765	Europe/Paris
6441025	Saint-Jean-Lasseille	saint-jean-lasseille	Saint-Jean-Lasseille,Sant Joan la Cella,Sen-Zhan-Lassej,sheng rang la sai er,Сен-Жан-Лассей,سینٹ-ژاں -لسسیلے,圣让拉塞尔		FR	76	66	661	66177	1539	Europe/Paris
6441026	Saint-Laurent-de-la-Salanque	saint-laurent-de-la-salanque	Saint-Laurent-de-la-Salanque,Sant Llorenc de la Salanca,Sant Llorenç de la Salanca,Sen-Loran-de-la-Salank,sheng luo lang de la-sa lang qu ai,Сен-Лоран-де-ла-Саланк,سینٹ-لارنٹ-دے-لا-سالنقے,圣洛朗德拉-萨朗屈埃		FR	76	66	662	66180	10308	Europe/Paris
6441027	Sainte-Léocadie	sainte-leocadie	Sainte-Leocadie,Sainte-Léocadie,Santa Llocaia,Sent-Leokadi,santo=reokadi,sheng lai ao ka di ye,Сент-Леокади,Сент-Леокаді,سین-لیوکدئے,サント＝レオカディー,圣莱奥卡迪耶		FR	76	66	663	66181	132	Europe/Paris
6441028	Saint-Marsal	saint-marsal	Saint-Marsal,Sant Marcal,Sant Marçal,Sen-Marsal',sheng ma er sa,Сен-Марсаль,سینٹ-مرسل,圣马尔萨		FR	76	66	661	66183	79	Europe/Paris
6441029	Saint-Michel-de-Llotes	saint-michel-de-llotes	Saint-Michel-de-Llotes,Sant Miquel de Llotes,Sen-Mishel'-de-Llot,sheng mi she de luo tai,Сен-Мишель-де-Ллот,Сен-Мішель-де-Ллот,سینٹ-مشیل-دے-لوٹس,圣米舍德洛泰		FR	76	66	663	66185	343	Europe/Paris
6441030	Saint-Paul-de-Fenouillet	saint-paul-de-fenouillet	Saint-Paul-de-Fenouillet,Sant Pau de Fenolhet,Sant Pau de Fenollet,Sen-Pol'-de-Fenue,san=poru=do=fenuie,sheng bo de fang wu yi lai,Сен-Поль-де-Фенуе,Сен-Поль-де-Фенує,サン＝ポール＝ド＝フェヌイエ,圣波德方乌伊莱		FR	76	66	663	66187	1814	Europe/Paris
6441031	Saint-Pierre-dels-Forcats	saint-pierre-dels-forcats			FR	76	66	663	66188	266	Europe/Paris
6441032	Saleilles	saleilles	Saleilles,Salej,Salelles,sa lai lai,Салей,萨莱莱		FR	76	66	662	66189	5190	Europe/Paris
6441033	Sansa	sansa	Censa,Censà,Sansa,sang sa,Санса,桑萨		FR	76	66	663	66191	24	Europe/Paris
6441034	Sauto	sauto	Sauto,Sauto-Fetges,Sautó,Soto,suo tuo,Сото,索托		FR	76	66	663	66192	93	Europe/Paris
6441035	Serdinya	serdinya	Serdin'ja,Serdinya,Serdinyà,sai er di ni a,Сердинья,Сердінья,塞尔迪尼阿		FR	76	66	663	66193	246	Europe/Paris
6441036	Serralongue	serralongue	Serrallonga,Serralongue		FR	76	66	661	66194	230	Europe/Paris
6441037	Taillet	taillet	Tae,Taillet,Tellet,ta ye,tayh,Тае,Тає,تائے,تایه,塔耶		FR	76	66	661	66199	108	Europe/Paris
6441038	Tarerach	tarerach	Tarerac,Tarerach,Tarerash,ta lei la ke,Тарераш,塔勒拉克		FR	76	66	663	66201	50	Europe/Paris
6441039	Targassonne	targassonne	Targassonne		FR	76	66	663	66202	181	Europe/Paris
6441040	Taulis	taulis	Taulis,Teulis,Teulís,Toli,tuo li,Толи,Толі,托利		FR	76	66	661	66203	51	Europe/Paris
6441041	Taurinya	taurinya	Taurinya,Taurinyà,Torin'ja,tuo li ni a,Торинья,托里尼阿		FR	76	66	663	66204	334	Europe/Paris
6441042	Tautavel	tautavel	Talteuell,Talteüll,Tautavel,Totavel',totavu~eru,tuo ta wei,Тотавель,トータヴェル,托塔韦		FR	76	66	662	66205	872	Europe/Paris
6441043	Terrats	terrats	Terrats		FR	76	66	661	66207	644	Europe/Paris
6441044	Théza	theza	Tesa,Tesà,Teza,tai zha,Теза,泰扎		FR	76	66	661	66208	2011	Europe/Paris
6441045	Thuir	thuir	Thuir		FR	76	66	661	66210	7551	Europe/Paris
6441046	Tordères	torderes	Torderes,Tordères		FR	76	66	661	66211	158	Europe/Paris
6441047	Torreilles	torreilles	Torreilles,Torrej,Torrelles de la Salanca,tuo er lei lai,Торрей,托尔雷莱		FR	76	66	662	66212	3818	Europe/Paris
6441048	Toulouges	toulouges	Toulouges		FR	76	66	662	66213	6732	Europe/Paris
6441049	Tresserre	tresserre	Trasserra,Tresserr,Tresserra,Tresserre,te lei sai er,Трессерр,特雷塞尔		FR	76	66	661	66214	1055	Europe/Paris
6441050	Trévillach	trevillach	Trevilhac,Trevillac,Trevillach,Trevillash,Trévillach,te lei wei la ke,trwylach,Тревиллаш,Тревіллаш,ترویلاچ,特雷维拉克		FR	76	66	663	66215	153	Europe/Paris
6441051	Trilla	trilla	Trija,Trilhan,Trilla,Trillà,te li la,Трия,Трія,特里拉		FR	76	66	663	66216	75	Europe/Paris
6441052	Trouillas	trouillas	Trujas,Trullars,te lu yi la,Труяс,特鲁伊拉		FR	76	66	661	66217	2028	Europe/Paris
6441054	Urbanya	urbanya	Urbanya		FR	76	66	663	66219	51	Europe/Paris
6441055	Valcebollère	valcebollere	Val'seboller,Valcebollere,Valcebollère,Vallcebollera,wa er se bo lai er,Вальсеболлер,瓦尔瑟博莱尔		FR	76	66	663	66220	42	Europe/Paris
6441056	Valmanya	valmanya	Val'man'ja,Vallmanya,Valmanya,falmnya,wa er ma ni a,Вальманья,فالمنيا,瓦尔马尼阿		FR	76	66	663	66221	35	Europe/Paris
6441057	Vernet-les-Bains	vernet-les-bains	Vernet-les-Bains		FR	76	66	663	66222	1359	Europe/Paris
6441058	Villefranche-de-Conflent	villefranche-de-conflent	Villefranche-de-Conflent		FR	76	66	663	66223	214	Europe/Paris
6441059	Villelongue-de-la-Salanque	villelongue-de-la-salanque	Villelongue-de-la-Salanque		FR	76	66	662	66224	3268	Europe/Paris
6441060	Villemolaque	villemolaque	Vil'molak,Vilamulaca,Villemolaque,wei lai mo la qu ai,Вильмолак,Вільмолак,维莱莫拉屈埃		FR	76	66	661	66226	1364	Europe/Paris
6441061	Villeneuve-de-la-Raho	villeneuve-de-la-raho	Vil'nev-de-la-Rao,Vilanova de Rao,Vilanova de Raò,Vilanova de Raó,la-luo xin cheng,Вильнев-де-ла-Рао,Вільнев-де-ла-Рао,拉-罗新城		FR	76	66	662	66227	3936	Europe/Paris
6441062	Villeneuve-la-Rivière	villeneuve-la-riviere	Vil'nev-la-Riv'er,Vil'nev-la-River,Vilanova de la Ribera,li wei ai xin cheng,Вильнев-ла-Ривьер,Вільнев-ла-Ривєр,里维埃新城		FR	76	66	662	66228	1282	Europe/Paris
6441063	Vinça	vinca	Vensa,Vinca,Vinça,Vinçà,wan sa,Венса,万萨		FR	76	66	663	66230	2040	Europe/Paris
6441064	Vingrau	vingrau	Vengro,wan ge luo,Венгро,万格罗		FR	76	66	662	66231	609	Europe/Paris
6441065	Vira	vira	Vira,Viran,Virà,wei la,Вира,Віра,维拉		FR	76	66	663	66232	27	Europe/Paris
6441066	Donnenheim	donnenheim	Donenkhajm,Donnenajm,Donnenheim,Dunnene,dnnhaym,duo nei nan,dwnynhym,Доненхајм,Донненайм,دننهایم,دونينهيم,多内南		FR	44	67	672	67100	345	Europe/Paris
6441067	Dorlisheim	dorlisheim	Dorelse,Dorlisajm,Dorliskhajm,duo er li sang,dwrlyshaym,dwrlyshym,Дорлисайм,Дорлисхајм,Дорлісайм,دورليشيم,دورلیشایم,多尔利桑		FR	44	67	673	67101	2618	Europe/Paris
6441068	Dossenheim-Kochersberg	dossenheim-kochersberg	Doosne,Dosenkhajm-Kokhersberg,Dossenajm-Koshersberg,Dossenheim-Kochersberg,dsnhaym-kkhrsbrg,duo se nan ke xie er si bei er,dwsynhym kwtshrsbyrgh,Досенхајм-Кохерсберг,Доссенайм-Кошерсберг,دسنهایم-کخرسبرگ,دوسينهيم كوتشرسبيرغ,多瑟南科谢尔斯贝尔		FR	44	67	674	67102	285	Europe/Paris
6441069	Dossenheim-sur-Zinsel	dossenheim-sur-zinsel	Dosenkhajm sir Cinzel,Dossenajm-sjur-Zensel',Dossenheim an der Zinsel,Dossenheim-sur-Zinsel,Duusne,dsnhaym-swr-tsynzl,dwsynhym swr zynsyl,zan sai he pan duo se nan,Досенхајм сир Цинзел,Доссенайм-сюр-Зенсель,دسنهایم-سور-تسینزل,دوسينهيم سور زينسيل,赞塞河畔多瑟南		FR	44	67	674	67103	1074	Europe/Paris
6441070	Drusenheim	drusenheim	Drusenheim		FR	44	67	672	67106	5097	Europe/Paris
6441071	Duntzenheim	duntzenheim	Djuncenajm,Duntzenheim,Dunzenheim,Dunzne,dan te ze nan,dwntzynhym,Дюнценайм,دونتزينهيم,丹特泽南		FR	44	67	674	67107	634	Europe/Paris
6441072	Duppigheim	duppigheim	Duppigheim		FR	44	67	673	67108	1587	Europe/Paris
6441073	Durningen	durningen	Dirninge,Djurningen,Duerningen,Durningen,Dírnínge,Dürningen,di er nan rang,dwrnynghyn,Дюрнинген,Дюрнінген,دورنينغين,迪尔南让		FR	44	67	674	67109	634	Europe/Paris
6441074	Durrenbach	durrenbach	Dirrebach,Djurrenbak,Duerrenbach,Dírrebàch,Dürrenbach,di er lang ba ke,dwrynbatsh,Дюрренбак,دورينباتش,迪尔朗巴克		FR	44	67	672	67110	1079	Europe/Paris
6441075	Durstel	durstel	Djurstel',Durschtel,Durstel,di er si tai,dwrstyl,Дюрстель,دورستيل,迪尔斯泰		FR	44	67	674	67111	406	Europe/Paris
6441076	Duttlenheim	duttlenheim	Dittle,Djuttlenajm,Duettelnheim,Duttlenheim,Díttle,Düttelnheim,di te lei nan,dwtlynhym,Дюттленайм,دوتلينهيم,迪特勒南		FR	44	67	673	67112	2886	Europe/Paris
6441077	Ebersheim	ebersheim	Awersche,Ebersajm,Ebersheim,abyrshym,ai bei er sang,Еберсайм,إبيرشيم,埃贝尔桑		FR	44	67	675	67115	2239	Europe/Paris
6441078	Ebersmunster	ebersmunster	Awerschminster,Awerschmínster,Ebersmjunster,Ebersmuenster,Ebersmunster,Ebersmünster,Novientum,ai bei er si man si tai,aybrsmwtstyr,Еберсмюнстер,إيبرسموتستير,埃贝尔斯曼斯泰		FR	44	67	675	67116	516	Europe/Paris
6441079	Eckartswiller	eckartswiller	Eckartsweiler,Eckertswiller,Ekartsviller,ai ka er te si wei lai,akartswylr,akartswylyr,Екартсвиллер,Екартсвіллер,إكارتسويلير,اکارتسویلر,埃卡尔特斯维莱		FR	44	67	674	67117	425	Europe/Paris
6441080	Eckbolsheim	eckbolsheim	Eckbolsheim		FR	44	67	678	67118	6729	Europe/Paris
6441081	Eckwersheim	eckwersheim	Eckwersche,Eckwersheim,Ehkversajm,Ekversajm,ai ke wei er sang,akwrshaym,akwyrshym,Екверсайм,Экверсайм,إكويرشيم,اکورسهایم,埃克韦尔桑		FR	44	67	678	67119	1315	Europe/Paris
6441082	Eichhoffen	eichhoffen	Eichhoffen		FR	44	67	675	67120	538	Europe/Paris
6441083	Elsenheim	elsenheim	El'senajm,Else,Elsenheim,ai er se nan,alsynhym,alznhaym,Ельсенайм,إلسينهيم,الزنهایم,埃尔瑟南		FR	44	67	675	67121	823	Europe/Paris
6441084	Engwiller	engwiller	Angwiller,Angwíller,Engviller,Engweiler,ang ge wei lai,anghwylyr,ayngwylr,Енгвиллер,Енгвіллер,إنغويلير,اینگویلر,昂格维莱		FR	44	67	672	67123	503	Europe/Paris
6441085	Entzheim	entzheim	Anze,Encajm,Entzheim,Enzheim,ang te zan,antzhym,entsuhaimu,Енцайм,إنتزهيم,エンツハイム,昂特赞		FR	44	67	678	67124	2268	Europe/Paris
6441086	Epfig	epfig	Epfig		FR	44	67	675	67125	2274	Europe/Paris
6441163	Ingenheim	ingenheim	Ingenajm,Ingenheim,Ingne,an re nan,anghynhym,ayngnhaym,Íngne,Інгенайм,Ингенайм,إنغينهيم,اینگنهایم,安热南		FR	44	67	674	67220	326	Europe/Paris
6441087	Erckartswiller	erckartswiller	Erckartswiller,Erkartsviller,Erkartsweiler,Erkertswiller,ai er ka er te si wei lai,arkartswylr,arkartswylyr,Еркартсвиллер,Еркартсвіллер,إركارتسويلير,ارکارتسویلر,埃尔卡尔特斯维莱		FR	44	67	674	67126	303	Europe/Paris
6441088	Ergersheim	ergersheim	Arische,Ergersajm,Ergersheim,ai er re er sang,arghyrshym,Ергерсайм,إرغيرشيم,埃尔热尔桑		FR	44	67	673	67127	1325	Europe/Paris
6441089	Ernolsheim-Bruche	ernolsheim-bruche			FR	44	67	673	67128	1851	Europe/Paris
6441090	Erstein	erstein	Erstein		FR	44	67	675	67130	10669	Europe/Paris
6441091	Eschau	eschau	Aschoei,Aschöi,Ehshau,Esho,ai si shao,astshaw,Ешо,Эшау,إستشاو,埃斯绍		FR	44	67	678	67131	5102	Europe/Paris
6441092	Eschbourg	eschbourg	Eschbourg,Eschburg,Eschburi,Eshbur,ai si ke bu er,ashbwrg,astshbwrgh,Ешбур,إستشبورغ,اشبورگ,埃斯克布尔		FR	44	67	674	67133	483	Europe/Paris
6441093	Eschwiller	eschwiller	Eschweiler,Eschwiller,Eshviller,ai si ke wei lai,ashwylr,astshwylyr,Ешвиллер,Ешвіллер,إستشويلير,اشویلر,埃斯克维莱		FR	44	67	674	67134	183	Europe/Paris
6441094	Ettendorf	ettendorf	Ettendorf		FR	44	67	674	67135	775	Europe/Paris
6441095	Eywiller	eywiller	Ajviler,Eiwiller,Ejviller,Eyweiler,Eywiller,ai wei lai,aywylr,aywylyr,Ајвилер,Ейвиллер,Ейвіллер,آیویلر,إيويلير,埃维莱		FR	44	67	674	67136	283	Europe/Paris
6441096	Fegersheim	fegersheim	Fajersche,Fegersajm,Fegersheim,fei re er sang,fyghyrshym,Фегерсайм,فيغيرشيم,费热尔桑		FR	44	67	678	67137	5714	Europe/Paris
6441097	Fessenheim-le-Bas	fessenheim-le-bas	Fassne,Fessenajm-le-Ba,Fessenheim,Fessenheim-le-Bas,fei se nan lai ba,fsnhaym-l-ba,fysynhym ly bas,Фессенайм-ле-Ба,فسنهایم-ل-با,فيسينهيم لي باس,费瑟南莱巴		FR	44	67	674	67138	552	Europe/Paris
6441098	Flexbourg	flexbourg	Flagschburi,Fleksbur,Flexbourg,Flexburg,flksbwrg,flyksbwrgh,fu lai ke si bu er,Флексбур,فليكسبورغ,فلکسبورگ,弗莱克斯布尔		FR	44	67	673	67139	465	Europe/Paris
6441099	Forstfeld	forstfeld	Forschfald,Forstfel'd,Forstfeld,fu er si te fu er,fwrstfld,fwrstfyld,Форстфелд,Форстфельд,فورستفلد,فورستفيلد,福尔斯特弗尔		FR	44	67	672	67140	728	Europe/Paris
6441100	Forstheim	forstheim	Forschem,Forstajm,Forstkhajm,fu er si tan,fwrsthaym,fwrsthym,Форстайм,Форстхајм,فورستهایم,فورسثيم,福尔斯坦		FR	44	67	672	67141	577	Europe/Paris
6441101	Fort-Louis	fort-louis	For-Lui,Fort-Louis,Fort-Luis,foru=rui,fu er lu yi,fwr-lwyy,fwrt lwys,Фор-Луи,Фор-Луї,Форт-Луис,فور-لویی,فورت لويس,フォール＝ルイ,福尔卢伊		FR	44	67	672	67142	299	Europe/Paris
6441102	Fouchy	fouchy	Fouchy		FR	44	67	675	67143	663	Europe/Paris
6441103	Fouday	fouday	Fouday		FR	44	67	673	67144	347	Europe/Paris
6441104	Friedolsheim	friedolsheim	Freedelse,Fridol'sajm,Friedolsheim,frydlshaym,frydwlshym,fu li ye duo er sang,Фридольсайм,فريدولشيم,فریدلسهایم,弗里耶多尔桑		FR	44	67	674	67145	239	Europe/Paris
6441105	Friesenheim	friesenheim	Friesenheim		FR	44	67	675	67146	623	Europe/Paris
6441106	Frohmuhl	frohmuhl	Frohmuhl		FR	44	67	674	67148	183	Europe/Paris
6441107	Furchhausen	furchhausen	Fjurshozen,Furchhausen,Furichhuese,Furichhüse,fei er ke sang,fwrshhawzn,fwrtshhlwsyn,Фюршозен,فورتشهلوسين,فورشهاوزن,菲尔科桑		FR	44	67	674	67149	415	Europe/Paris
6441108	Furdenheim	furdenheim	Firne,Fjurdenajm,Fuerdenheim,Furdenheim,Fírne,Fürdenheim,fei er de nan,fwrdynhym,Фюрденайм,فوردينهيم,菲尔德南		FR	44	67	674	67150	1317	Europe/Paris
6441109	Gambsheim	gambsheim	Gambsheim		FR	44	67	672	67151	4804	Europe/Paris
6441110	Geispolsheim	geispolsheim	Geispolsheim		FR	44	67	678	67152	7476	Europe/Paris
6441111	Geiswiller-Zœbersdorf	geiswiller-z-bersdorf	Gaeiswiller,Gajsviller,Geisweiler,Geiswiller-Zœbersdorf,Gäiswiller,gayswylr,ghyswylyr,re si wei lai,Гайсвиллер,Гайсвіллер,غيسويلير,گایسویلر,热斯维莱		FR	44	67	674	67153	397	Europe/Paris
6441112	Gerstheim	gerstheim	Geerschte,Gerstajm,Gerstheim,Gerstkhajm,ghyrsthym,grsthaym,re er si tan,Герстайм,Герстхајм,غيرسثيم,گرستهایم,热尔斯坦		FR	44	67	675	67154	3434	Europe/Paris
6441113	Gertwiller	gertwiller	Gertviler,Gertviller,Gertweiler,Gertwiller,ghyrtwylyr,grtwylr,re er te wei lai,Гертвилер,Гертвиллер,Гертвіллер,غيرتويلير,گرتویلر,热尔特维莱		FR	44	67	675	67155	1256	Europe/Paris
6441114	Geudertheim	geudertheim	Gaiderte,Geudertheim,Gojdertkhajm,Zhedertajm,ghywdrthym,gwydrthaym,re dai er tan,Гојдертхајм,Жедертайм,غيودرثيم,گویدرتهایم,热代尔坦		FR	44	67	672	67156	2491	Europe/Paris
6441116	Gottenhouse	gottenhouse	Gotenkhaus,Gottehuese,Gottehüse,Gottenhausen,Gottenhouse,Gottenuz,ge tang wu si,ghwtynhws,gwtnhaws,Готенхаус,Готтенуз,غوتينهوس,گوتنهاوس,戈唐乌斯		FR	44	67	674	67161	386	Europe/Paris
6441117	Gottesheim	gottesheim	Goteskhajm,Gottesajm,Gottesheim,Gottsne,ge tai sang,ghwthyshym,gwtshaym,Готесхајм,Готтесайм,غوثيشيم,گوتسهایم,戈泰桑		FR	44	67	674	67162	341	Europe/Paris
6441118	Gougenheim	gougenheim	Goeoene,Gougenheim,Gugenheim,Gugenkhajm,Guzhenajm,Gööne,ghwghynhym,gu re nan,gwgnhaym,Гугенхајм,Гуженайм,غوغينهيم,گوگنهایم,古热南		FR	44	67	674	67163	550	Europe/Paris
6441119	Goxwiller	goxwiller	Gogschwiller,Goksviller,Goxweiler,Goxwiller,ge ke si wei lai,ghwkswylyr,Гоксвиллер,Гоксвіллер,غوكسويلير,戈克斯维莱		FR	44	67	675	67164	848	Europe/Paris
6441120	Grandfontaine	grandfontaine	Grandfontaine,Granfonten,Grossbrunn,Michelbrunn,ge lang de feng tan,ghrandfwntyn,Гранфонтен,غراندفونتين,格朗德丰坦		FR	44	67	673	67165	410	Europe/Paris
6441121	Grassendorf	grassendorf	Grassedorf,Grassendorf,Gràssedorf,ge la sang duo er,ghrasyndwrf,grasndrf,Грассендорф,غراسيندورف,گراسندرف,格拉桑多尔		FR	44	67	674	67166	249	Europe/Paris
6441122	Grendelbruch	grendelbruch	Grendelbruch		FR	44	67	673	67167	1209	Europe/Paris
6441123	Gresswiller	gresswiller	Grasswiller,Gressviller,Gressweiler,Gresswiller,ge lei si wei lai,ghryswylyr,Грессвиллер,Грессвіллер,غريسويلير,格雷斯维莱		FR	44	67	673	67168	1696	Europe/Paris
6441124	Gries	gries	Gries,Grij,ge li ye,ghrys,Грий,Грій,غريس,格里耶		FR	44	67	672	67169	2861	Europe/Paris
6441359	Siegen	siegen	Siegen,Sije,Sizhen,syghyn,xie rang,Сижен,Сіжен,سيغين,谢让		FR	44	67	672	67466	508	Europe/Paris
6441125	Griesheim-près-Molsheim	griesheim-pres-molsheim	Griese,Griesheim bei Molsheim,Griesheim-pres-Molsheim,Grisajm-pre-Mol'sajm,ge li ye sang pu lei mo er sang,ghryshym,Грисайм-пре-Мольсайм,غريسهيم,格里耶桑普雷莫尔桑		FR	44	67	673	67172	2164	Europe/Paris
6441126	Gumbrechtshoffen	gumbrechtshoffen	Gjumbreshtsoffen,Gumbertshoffe,Gumbrechtshoffen,Gumprechtshofen,gan bu lei ke te suo fang,ghwmbrytshtshwfn,gwmbrshtshwfn,Гюмбрештсоффен,غومبريتشتشوفن,گومبرشتسهوفن,甘布雷克特索方		FR	44	67	672	67174	1171	Europe/Paris
6441127	Gundershoffen	gundershoffen	Gjundersoffen,Gunderschoffe,Gundershofen,Gundershoffen,gan dai er suo fang,ghwndyrshwfyn,Гюндерсоффен,غونديرشوفين,甘代尔索方		FR	44	67	672	67176	3656	Europe/Paris
6441128	Gunstett	gunstett	Gjunstet,Gunschtett,gan si tai,ghwnstyt,gwnshtt,Гюнстет,غونستيت,گونشتت,甘斯泰		FR	44	67	672	67177	662	Europe/Paris
6441129	Gungwiller	gungwiller	Gjunviller,Gungweiler,Gungwiller,gan ge wei lai,ghwnghwylyr,gwngwylr,Гюнвиллер,Гюнвіллер,غونغويلير,گونگویلر,甘格维莱		FR	44	67	674	67178	280	Europe/Paris
6441130	Haegen	haegen	Ezhen,Haaje,Haegen,Hägen,Khegen,a ai rang,hayghyn,hgn,Ежен,Хеген,هايغين,هگن,阿埃让		FR	44	67	674	67179	691	Europe/Paris
6441131	Haguenau	haguenau	Haguenau		FR	44	67	672	67180	34460	Europe/Paris
6441132	Handschuheim	handschuheim	Andshuajm,Haensche,Handschuheim,Hänsche,Khandshukhajm,ang de si xu an,handshwhaym,handstshwhym,Андшуайм,Хандшухајм,هاندستشوهيم,هاندشوهایم,昂德斯许安		FR	44	67	674	67181	274	Europe/Paris
6441133	Hangenbieten	hangenbieten	Angenbiten,Hangebiete,Hàngebiete,Khangenbiten,ang rang bi ye tang,hanghynbytyn,hangnbytn,Ангенбитен,Ангенбітен,Хангенбитен,هانغينبيتين,هانگنبیتن,ہنگنبیٹن,昂让比耶唐		FR	44	67	678	67182	1508	Europe/Paris
6441134	Harskirchen	harskirchen	Arskirshen,Harschkirich,Hàrschkírich,Kharskirkhen,a er si ji er shang,harskyrshn,harskyrtsn,Арскиршен,Арскіршен,Харскирхен,هارسكيرتسن,هارسکیرشن,阿尔斯基尔尚		FR	44	67	674	67183	855	Europe/Paris
6441135	Hatten	hatten	Atten,Hatte,Hàtte,Khaten,a tang,hatyn,Аттен,Хатен,هاتين,阿唐		FR	44	67	672	67184	1921	Europe/Paris
6441136	Hattmatt	hattmatt	Attmat,Hattmatt,Hàttmàtt,Khatmat,a te ma,hatmat,Аттмат,Хатмат,هاتمات,阿特马		FR	44	67	674	67185	681	Europe/Paris
6441137	Hegeney	hegeney	Hegeney		FR	44	67	672	67186	420	Europe/Paris
6441138	Heidolsheim	heidolsheim	Edol'sajm,Haidelse,Heidolsheim,Khajdolskhajm,ai duo er sang,haydlshaym,hydwlshym,Едольсайм,Хајдолсхајм,هایدلسهایم,هيدولشيم,埃多尔桑		FR	44	67	675	67187	514	Europe/Paris
6441139	Heiligenberg	heiligenberg	Ajligenberg,Heiligenberg,Hellebari,Khajligenberg,ai li rang bei er,hylyghnbyrgh,Айлигенберг,Айлігенберг,Хајлигенберг,هيليغنبيرغ,埃利让贝尔		FR	44	67	673	67188	659	Europe/Paris
6441140	Heiligenstein	heiligenstein			FR	44	67	675	67189	957	Europe/Paris
6441141	Hengwiller	hengwiller	Engviller,Hangwiller,Hengweiler,Hengwiller,Khengviler,ang ge wei lai,hngwylr,hynghwylyr,Енгвиллер,Енгвіллер,Хенгвилер,هنگویلر,هينغويلير,昂格维莱		FR	44	67	674	67190	188	Europe/Paris
6441142	Herbitzheim	herbitzheim	Herbitzheim		FR	44	67	674	67191	1851	Europe/Paris
6441143	Herbsheim	herbsheim	Erbsajm,Herbse,ai er bu sang,hrbshaym,hyrbshym,Ербсайм,هربسهایم,هيربشيم,埃尔布桑		FR	44	67	675	67192	916	Europe/Paris
6441144	Hessenheim	hessenheim	Essenajm,Hesse,Hessenheim,ai se nan,hysnhym,Ессенайм,هيسنهيم,埃瑟南		FR	44	67	675	67195	621	Europe/Paris
6441145	Hilsenheim	hilsenheim	Hilsenheim		FR	44	67	675	67196	2653	Europe/Paris
6441146	Hindisheim	hindisheim	Hindisheim		FR	44	67	675	67197	1464	Europe/Paris
6441147	Hinsbourg	hinsbourg	Ensbur,Hinsbourg,Hinsburg,Hinschburi,Hínschburi,an si bu er,hynsbwrg,hynsbwrgh,Енсбур,هينسبورغ,هینسبورگ,安斯布尔		FR	44	67	674	67198	113	Europe/Paris
6441148	Hinsingen	hinsingen	Ensingen,Hinsinge,Hinsingen,Hinsínge,an sang rang,hynynghyn,hynzyngn,Енсинген,Енсінген,هينينغين,هینزینگن,安桑让		FR	44	67	674	67199	89	Europe/Paris
6441149	Hipsheim	hipsheim	Hipse,Hipsheim,Hípse,Ipsajm,hybshym,hypshaym,yi pu sang,Іпсайм,Ипсайм,هيبشيم,هیپسهایم,伊普桑		FR	44	67	675	67200	1015	Europe/Paris
6441150	Hirschland	hirschland	Hirschland,Hírschland,Irshlan,hyrshland,hyrstshland,yi er si ke lang,Іршлан,Иршлан,هيرستشلاند,هیرشلاند,伊尔斯克朗		FR	44	67	674	67201	332	Europe/Paris
6441151	Hochfelden	hochfelden	Hochfelden,Huffalde,Huffàlde,Oshfel'den,ao ke fu er dang,hwtshfyldyn,okuferudan,Ошфельден,هوتشفيلدين,オクフェルダン,奥克弗尔当		FR	44	67	674	67202	3958	Europe/Paris
6441152	Hochstett	hochstett	Heestett,Oshstet,ao ke si tai,hkhshtt,hwtshstyt,Ошстет,هخشتت,هوتشستيت,奥克斯泰		FR	44	67	672	67203	367	Europe/Paris
6441153	Hoffen	hoffen	Hoffe,Hoffen,Offen,ao fang,hwfyn,Оффен,هوفين,奥方		FR	44	67	672	67206	1131	Europe/Paris
6441155	Hohfrankenheim	hohfrankenheim	Hohfrankenheim,Huhfrankne,Huhfrànkne,Ofrankenajm,ao fu lang ke nan,hwfranknhaym,hwhfrankynhym,Офранкенайм,هوفرانکنهایم,هوهفرانكينهيم,奥夫朗克南		FR	44	67	674	67209	260	Europe/Paris
6441156	Holtzheim	holtzheim	Holse,Holtzheim,Holzheim,Ol'cajm,ao er te zan,hwltshaym,hwltzhym,Ольцайм,هولتزهيم,هولتسهایم,奥尔特赞		FR	44	67	678	67212	3617	Europe/Paris
6441157	Hunspach	hunspach	Hunschpach,Hunschpàch,Hunspach,Unspak,an si pa ke,ansupakku,hwnsbatsh,Унспак,هونسباتش,ہنزپاخ,アンスパック,安斯帕克		FR	44	67	672	67213	637	Europe/Paris
6441158	Hurtigheim	hurtigheim	Hurtigheim		FR	44	67	674	67214	745	Europe/Paris
6441159	Huttendorf	huttendorf	Hittedorf,Huettendorf,Huttendorf,Híttedorf,Hüttendorf,Juttendorf,hwtyndwrf,yu tang duo er,Юттендорф,هوتيندورف,于唐多尔		FR	44	67	672	67215	509	Europe/Paris
6441160	Huttenheim	huttenheim	Hittene,Huettenheim,Huttenheim,Híttene,Hüttenheim,Juttenajm,hwtynhym,yu te nan,Юттенайм,هوتينهيم,于特南		FR	44	67	675	67216	2705	Europe/Paris
6441161	Ichtratzheim	ichtratzheim	Ichtratzheim,Ischterze,Ishtracajm,atshtratzhym,ayshtratshaym,yi ke te la te zan,Іштрацайм,Иштрацайм,إتشتراتزهيم,ایشتراتسهایم,伊克特拉特赞		FR	44	67	675	67217	308	Europe/Paris
6441162	Illkirch-Graffenstaden	illkirch-graffenstaden			FR	44	67	678	67218	26837	Europe/Paris
6441164	Ingolsheim	ingolsheim	Engol'sajm,Ingelse,Ingolsheim,an ge er sang,anghwlshym,Íngelse,Енгольсайм,إنغولشيم,安戈尔桑		FR	44	67	672	67221	305	Europe/Paris
6441165	Ingwiller	ingwiller	Engviller,Ingweiler,Ingwiller,an ge wei lai,anghwylr,inguvu~ireru,Íngwiller,Енгвиллер,Енгвіллер,إنغويلر,イングヴィレール,安格维莱		FR	44	67	674	67222	4065	Europe/Paris
6441166	Innenheim	innenheim	Innenajm,Innenheim,Innle,anynhym,aynnhaym,yi nei nan,Ínnle,Інненайм,Инненайм,إنينهيم,ایننهایم,伊内南		FR	44	67	675	67223	1186	Europe/Paris
6441167	Issenhausen	issenhausen	Issehuese,Issehüse,Issenhausen,Issenozen,asynhawsyn,yi se nuo se en,Іссенозен,Иссенозен,إسينهاوسين,伊瑟诺瑟恩		FR	44	67	674	67225	108	Europe/Paris
6441168	Ittenheim	ittenheim	Ittenajm,Ittene,Ittenheim,atynhym,aytnhaym,yi te nan,Іттенайм,Иттенайм,إتينهيم,ایتنهایم,伊特南		FR	44	67	674	67226	2125	Europe/Paris
6441169	Itterswiller	itterswiller	Itterswiller		FR	44	67	675	67227	242	Europe/Paris
6441170	Kaltenhouse	kaltenhouse	Kal'tenuz,Kaltehuese,Kaltenhausen,Kaltenhouse,Kàltehüse,ka er tang wu si,kaltnwz,kaltynhwas,Кальтенуз,كالتينهواس,کالتنوز,卡尔唐乌斯		FR	44	67	672	67230	2232	Europe/Paris
6441171	Kauffenheim	kauffenheim	Kafem,Kaufenkhajm,Kauffenheim,Koffenajm,kawfnhaym,kawfynhym,ke fei nan,Кауфенхајм,Коффенайм,كاوفينهيم,کاوفنهایم,科费南		FR	44	67	672	67231	213	Europe/Paris
6441172	Keffenach	keffenach	Kefenakh,Keffenach,Keffenak,Keffenàch,ke fei na ke,kfnakh,kyfynatsh,Кефенах,Кеффенак,كيفيناتش,کفناخ,克费纳克		FR	44	67	672	67232	187	Europe/Paris
6441173	Kertzfeld	kertzfeld	Kercfel'd,Kercfeld,Kertzfeld,Kerzfald,Kerzfeld,kai er te ci fu er,krtsfld,kyrtzfyld,Керцфелд,Керцфельд,كيرتزفيلد,کرتسفلد,کرزفیلڈ,凯尔特兹弗尔		FR	44	67	675	67233	1236	Europe/Paris
6441174	Keskastel	keskastel	Kaschel,Keskastel,Keskastel',Keskatel,Kàschel,kai si ka si tai,kskastl,kyskastyl,Кескастель,Кескател,كيسكاستيل,کسکاستل,凯斯卡斯泰		FR	44	67	674	67234	1532	Europe/Paris
6441175	Kesseldorf	kesseldorf	Keseldorf,Kessel'dorf,ke sai er duo er,ksldwrf,kysyldwrf,Кеселдорф,Кессельдорф,كيسيلدورف,کسلدورف,克塞尔多尔		FR	44	67	672	67235	408	Europe/Paris
6441176	Kienheim	kienheim	Kiene,Kienheim,Kinajm,Kinkhajm,ji ye nan,kynhaym,kynhym,Кинайм,Кинхајм,Кінайм,كينهيم,کینهایم,基耶南		FR	44	67	674	67236	565	Europe/Paris
6441177	Kilstett	kilstett	Kilstett		FR	44	67	672	67237	2538	Europe/Paris
6441178	Kindwiller	kindwiller	Kendviller,Kindviler,Kindweiler,Kindwiller,Kíndwíller,kan de wei lai,kyndwylr,kyndwylyr,Кендвиллер,Кендвіллер,Киндвилер,كيندويلير,کیندویلر,坎德维莱		FR	44	67	672	67238	635	Europe/Paris
6441179	Kintzheim	kintzheim	Kintzheim		FR	44	67	675	67239	1621	Europe/Paris
6441180	Kirchheim	kirchheim	Kiriche,Kirkhkhajm,Kirshajm,Kíriche,ji er sang,kyrtshhym,Кирххајм,Киршайм,Кіршайм,كيرتشهيم,基尔桑		FR	44	67	673	67240	690	Europe/Paris
6441182	Kogenheim	kogenheim	Kogenajm,Kogenheim,Koiene,Kozhenajm,ke re nan,kwghynhym,kwgnhaym,Когенајм,Коженайм,كوغينهيم,کوگنهایم,科热南		FR	44	67	675	67246	1241	Europe/Paris
6441183	Kolbsheim	kolbsheim	Koblshajm,Koblskhajm,Kol'bsajm,Kolbse,Kolbsheim,ke er bu sang,kwlbshaym,kwlbshym,Коблсхајм,Кольбсайм,كولبشيم,کولبسهایم,科尔布桑		FR	44	67	678	67247	940	Europe/Paris
6441184	Krautergersheim	krautergersheim	Krautergersheim		FR	44	67	675	67248	1662	Europe/Paris
6441185	Krautwiller	krautwiller	Krautviler,Krautweiler,Krautwiller,Krotviller,Kruetwiller,Krütwiller,ke luo te wei lai,krawtwylr,krawtwylyr,Краутвилер,Кротвиллер,Кротвіллер,كراوتويلير,کراوتویلر,克罗特维莱		FR	44	67	672	67249	235	Europe/Paris
6441186	Kriegsheim	kriegsheim	Kriegsheim,Kriejse,Krigsajm,Krigshajm,Krigskhajm,ke li ye ge sang,kryghshym,krygshaym,Кригсайм,Кригсхајм,كريغشيم,کریگسهایم,克里耶格桑		FR	44	67	672	67250	783	Europe/Paris
6441187	Kurtzenhouse	kurtzenhouse	Kjurcenuz,Kurcenkhouz,Kurtcenhauz,Kurtzenhouse,Kurzehuese,Kurzehüse,Kurzenhausen,kwrtsnhaws,kwrtzynhwas,qu er te cang wu si,Курценхоуз,Кюрценуз,كورتزينهواس,کورتسنهاوس,屈尔特藏乌斯		FR	44	67	672	67252	1049	Europe/Paris
6441188	Kuttolsheim	kuttolsheim	Kittelse,Kjuttol'sajm,Kuettolsheim,Kutolshajm,Kutolskhajm,Kuttolsheim,Kíttelse,Küttolsheim,kwtwlshym,qu tuo er sang,Кутолсхајм,Кюттольсайм,كوتولشيم,屈托尔桑		FR	44	67	674	67253	628	Europe/Paris
6441189	Kutzenhausen	kutzenhausen	Kjucenozen,Kutcenhauzen,Kutcenkhauzen,Kutzehuese,Kutzehüse,Kutzenhausen,kwtzynhawsyn,qu te ze nuo sang,Кутценхаузен,Кюценозен,كوتزينهاوسين,屈特泽诺桑		FR	44	67	672	67254	919	Europe/Paris
6441190	Lalaye	lalaye	Lalaye		FR	44	67	675	67255	471	Europe/Paris
6441191	Lampertheim	lampertheim	Lampertajm,Lamperte,Lampertheim,Làmperte,lambyrthym,lang pei er tan,lympyrdym  bas-ryn,Лампертайм,لامبيرثيم,لیمپیردیم، باس-رین,朗佩尔坦		FR	44	67	678	67256	3004	Europe/Paris
6441192	Lampertsloch	lampertsloch	Lampertschloch,Lampertsloch,Lampertslok,Làmpertschloch,lambyrtslwtsh,lamprtslkh,lang pei er te si luo ke,Лампертслок,لامبيرتسلوتش,لامپرتسلخ,لیمپیرٹسلوچ,朗佩尔特斯洛克		FR	44	67	672	67257	732	Europe/Paris
6441193	Landersheim	landersheim	Landersajm,Landersche,Landersheim,Làndersche,landrshaym,landyrshym,lang dai er sang,Ландерсайм,لاندرسهایم,لانديرشيم,لانڈیرشیم,朗代尔桑		FR	44	67	674	67258	203	Europe/Paris
6441194	Langensoultzbach	langensoultzbach	Langensoultzbach		FR	44	67	672	67259	937	Europe/Paris
6441195	Laubach	laubach	Laubach,Laubàch,Lobak,lawbatsh,luo ba ke,lwbach  bas-rayn,Лобак,لاوباتش,لوباچ، باس-رائن,洛巴克		FR	44	67	672	67260	319	Europe/Paris
6441196	Lembach	lembach	Laembach,Lambak,Lembach,Lämbàch,lang ba ke,Ламбак,朗巴克		FR	44	67	672	67263	1560	Europe/Paris
6441197	Leutenheim	leutenheim	Letenajm,Littenem,lei te nan,lytnhaym,lywtynhym,Летенайм,ليوتينهيم,لیتنهایم,勒特南		FR	44	67	672	67264	843	Europe/Paris
6441198	Lichtenberg	lichtenberg	Lichtenberg,Liechteburi,Lishtenberg,li ke tang bei er,lytshtynbyrgh,Лиштенберг,Ліштенберг,ليتشتينبيرغ,利克唐贝尔		FR	44	67	674	67265	559	Europe/Paris
6441443	Grussenheim	grussenheim	Grussenheim		FR	44	68	682	68110	811	Europe/Paris
6441199	Limersheim	limersheim	Limersajm,Limersche,Limersheim,li mei er sang,lymrshaym,lymyrshym,Лимерсайм,Лімерсайм,ليميرشيم,لیمرسهایم,利梅尔桑		FR	44	67	675	67266	661	Europe/Paris
6441200	Lingolsheim	lingolsheim	Lingolsheim		FR	44	67	678	67267	18569	Europe/Paris
6441201	Lipsheim	lipsheim	Lipsajm,Lipse,Lipsheim,li pu sang,lybshym,Липсайм,Ліпсайм,ليبشيم,利普桑		FR	44	67	678	67268	2568	Europe/Paris
6441202	Littenheim	littenheim	Littenajm,Littenheim,Littne,li te nan,lytanhaym,lytynhym,Литтенайм,Літтенайм,ليتينهيم,لیتانهایم,利特南		FR	44	67	674	67269	284	Europe/Paris
6441203	Lixhausen	lixhausen	Liksozen,Lixhuese,Líxhüse,li ke suo sang,lykshawsyn,lykshawzn,Ликсозен,Ліксозен,ليكسهاوسين,لیکسهاوزن,利克索桑		FR	44	67	674	67270	374	Europe/Paris
6441204	Lobsann	lobsann	Lobsann		FR	44	67	672	67271	638	Europe/Paris
6441205	Lochwiller	lochwiller	Lochweiler,Lochwiller,Loshviller,Lowiller,lkhwylr,luo ke wei lai,lwtshwylyr,Лошвиллер,Лошвіллер,لخویلر,لوتشويلير,洛克维莱		FR	44	67	674	67272	428	Europe/Paris
6441206	Lohr	lohr	Lor,luo zhen,lwhr,Лор,لوهر,洛镇		FR	44	67	674	67273	498	Europe/Paris
6441207	Lorentzen	lorentzen	Loraenze,Lorencen,Lorentzen,Lorenzen,Loränze,luo lang te cang,lwryntzyn,Лоренцен,لورينتزين,洛朗特藏		FR	44	67	674	67274	238	Europe/Paris
6441208	Lupstein	lupstein	Ljupsten,Lupschte,Lupstein,lu pu si tan,lwbstyn,lwpshtayn,Люпстен,لوبستين,لوپشتاین,吕普斯坦		FR	44	67	674	67275	788	Europe/Paris
6441209	Lutzelhouse	lutzelhouse	Lutzelhouse		FR	44	67	673	67276	1904	Europe/Paris
6441210	Mackenheim	mackenheim			FR	44	67	675	67277	761	Europe/Paris
6441211	Mackwiller	mackwiller	Mackweiler,Mackwiller,Makviller,ma ke wei lai,makwylr,makwylyr,mykwylr,Маквиллер,Маквіллер,ماكويلير,ماکویلر,میکویلر,马克维莱		FR	44	67	674	67278	589	Europe/Paris
6441212	Maennolsheim	maennolsheim	Maennolsheim,Mannelse,Mennol'sajm,Männolsheim,mang ao er sang,maynwlshym,mnlshaym,Меннольсайм,ماينولشيم,منلسهایم,芒奥尔桑		FR	44	67	674	67279	232	Europe/Paris
6441213	Maisonsgoutte	maisonsgoutte	Maisonsgoutte		FR	44	67	675	67280	804	Europe/Paris
6441214	Marckolsheim	marckolsheim	Marckolsheim		FR	44	67	675	67281	4142	Europe/Paris
6441215	Marlenheim	marlenheim	Marlenheim		FR	44	67	673	67282	4234	Europe/Paris
6441216	Matzenheim	matzenheim	Macenajm,Matzene,Matzenheim,Màtzene,ma te ze nan,matsnhaym,matzynhym,Маценайм,ماتزينهيم,ماتسنهایم,马特泽南		FR	44	67	675	67285	1418	Europe/Paris
6441217	Meistratzheim	meistratzheim	Maisterze,Meistratzheim,Meistrazheim,Mestracajm,maystratshaym,mei si te la te zan,mystratzhym,Местрацайм,مایستراتسهایم,ميستراتزهيم,梅斯特拉特赞		FR	44	67	675	67286	1469	Europe/Paris
6441218	Melsheim	melsheim	Malse,Mel'sajm,Melsheim,mei er sang,mylshym,Мельсайм,ميلشيم,梅尔桑		FR	44	67	674	67287	585	Europe/Paris
6441219	Memmelshoffen	memmelshoffen	Mammelshoffe,Memmel'soffen,Memmelshoffen,mmlshwfn,mo mo er suo fang,mymylshwfyn,Меммельсоффен,مملسهوفن,ميميلشوفين,默默尔索方		FR	44	67	672	67288	332	Europe/Paris
6441220	Menchhoffen	menchhoffen	Maenichhoffe,Menchhoffen,Menshoffen,Mänichhoffe,mang ke fang,myntshhwfyn,Меншоффен,مينتشهوفين,芒科方		FR	44	67	674	67289	603	Europe/Paris
6441221	Merkwiller-Pechelbronn	merkwiller-pechelbronn	Marikwiller-Bachelbrunn,Merkviller-Peshel'bronn,Merkweiler-Pechelbronn,Merkwiller-Pechelbronn,mei er ke wei lai pei xie er bu long,merukuvu~ireru=pesheruburon,mrkwylrpshlbrn,myrkwylyr bytshylbrwn,Мерквиллер-Пешельбронн,Мерквіллер-Пешельбронн,مرکویلرپشلبرن,ميركويلير بيتشيلبرون,メルクヴィレール＝ペシェルブロン,梅尔克维莱佩谢尔布龙		FR	44	67	672	67290	919	Europe/Paris
6441222	Mertzwiller	mertzwiller	Mertzwiller		FR	44	67	672	67291	3360	Europe/Paris
6441223	Mietesheim	mietesheim	Mietsem,Mitesajm,mi ye tai sang,mytshaym,mytyshym,Митесайм,Мітесайм,ميتيشيم,میتسهایم,米耶泰桑		FR	44	67	672	67292	669	Europe/Paris
6441224	Minversheim	minversheim	Minversheim		FR	44	67	674	67293	668	Europe/Paris
6441225	Mittelbergheim	mittelbergheim	Mittelbergheim		FR	44	67	675	67295	658	Europe/Paris
6441226	Mittelhausbergen	mittelhausbergen	Mittelhuesbarje,Mittelosbergen,Míttelhüsbarje,mi tai yue si bei er rang,mytylhawsbyrghyn,Миттелосберген,Міттелосберген,ميتيلهاوسبيرغين,米泰约斯贝尔让		FR	44	67	678	67296	1934	Europe/Paris
6441228	Mittelschaeffolsheim	mittelschaeffolsheim	Mittel'sheffol'sajm,Mittelschaeffolsheim,Mittelschafelse,Mittelschäffolsheim,Míttelschafelse,mi tai er si sha ai fu er sang,mytlshflshaym,mytlstshayfwlshym,Миттельшеффольсайм,Міттельшеффольсайм,ميتلستشايفولشيم,میتلشفلسهایم,米泰尔斯沙埃福尔桑		FR	44	67	672	67298	564	Europe/Paris
6441229	Mollkirch	mollkirch	Mol'kirsh,Mollkirch,Mollkirich,Mollkírich,mo er ji er ke,mwlkyrsh,mwlkyrtsh,Молькирш,Молькірш,مولكيرتش,مولکیرش,莫尔基尔克		FR	44	67	673	67299	928	Europe/Paris
6441230	Mommenheim	mommenheim	Mommenajm,Mommenheim,Mummle,mo mo nan,mwmynhym,Момменайм,مومينهيم,莫默南		FR	44	67	672	67301	1815	Europe/Paris
6441231	Monswiller	monswiller	Monsviller,Monsweiler,Monswiller,Munswiller,meng si wei lai,mwnswylyr,Монсвиллер,Монсвіллер,مونسويلير,蒙斯维莱		FR	44	67	674	67302	2109	Europe/Paris
6441232	Morsbronn-les-Bains	morsbronn-les-bains	Morsbronn,Morsbronn-le-Ben,Morschbrunn,mo er si bu long lai ban,mwrsbrwn lyh bayns,mwrsbrwn-l-bn,Морсбронн-ле-Бен,مورسبرون ليه باينس,مورسبرون-ل-بن,莫尔斯布龙莱班		FR	44	67	672	67303	678	Europe/Paris
6441233	Mothern	mothern	Mothern		FR	44	67	672	67305	2033	Europe/Paris
6441234	Muhlbach-sur-Bruche	muhlbach-sur-bruche			FR	44	67	673	67306	648	Europe/Paris
6441235	Mundolsheim	mundolsheim			FR	44	67	678	67309	4741	Europe/Paris
6441236	Mussig	mussig	Mjussig,Muessig,Mussig,Müssig,mi xi,mwsygh,mwsysh,Мюссиг,Мюссіг,موسيغ,موسیش,米西		FR	44	67	675	67310	1143	Europe/Paris
6441237	Muttersholtz	muttersholtz	Mieterschulz,Mjuttersol'c,Muettersholz,Muttersholtz,Müttersholz,mi tai er suo er te,mwtrshwlts,mwtyrshwltz,myutterusorutsu,Мюттерсольц,موترسهولتس,موتيرشولتز,ミュッテルソルツ,米泰尔索尔特		FR	44	67	675	67311	2023	Europe/Paris
6441238	Mutzenhouse	mutzenhouse	Mjucenuz,Mutzehuese,Mutzehüse,Mutzenhausen,Mutzenhouse,mi te cang wu si,mwtsnhaws,mwtzynhwas,Мюценуз,موتزينهواس,موتسنهاوس,米特藏乌斯		FR	44	67	674	67312	452	Europe/Paris
6441239	Mutzig	mutzig	Mjucig,Muetzig,Mutzig,Mützig,mi te qi,mutsu~igu,mwtzygh,Мюциг,موتزيغ,ムツィグ,米特齐		FR	44	67	673	67313	5992	Europe/Paris
6441240	Natzwiller	natzwiller	Natzwiller		FR	44	67	673	67314	548	Europe/Paris
6441241	Neubois	neubois	Neubois		FR	44	67	675	67317	695	Europe/Paris
6441242	Neuhaeusel	neuhaeusel			FR	44	67	672	67319	344	Europe/Paris
6441243	Neuve-Église	neuve-eglise	Neikirich,Neikírich,Neukirch,Neuve-Eglise,Neuve-Église,Nev-Egliz,na fu ai ge li si,Нев-Еглиз,Нев-Егліз,纳夫埃格利斯		FR	44	67	675	67320	631	Europe/Paris
6441244	Neuwiller-lès-Saverne	neuwiller-les-saverne	Neuwiller-les-Saverne,Neuwiller-lès-Saverne		FR	44	67	674	67322	1119	Europe/Paris
6441245	Niederbronn-les-Bains	niederbronn-les-bains			FR	44	67	672	67324	4395	Europe/Paris
6441246	Niederhaslach	niederhaslach	Niederhaslach		FR	44	67	673	67325	1411	Europe/Paris
6441247	Niederhausbergen	niederhausbergen	Niderhuesbarje,Niderosbergen,Niederhausbergen,Níderhüsbarje,nie de luo si bei er rang,nydrhawsbrgn,nydrhawsbyrghyn,Нидеросберген,Нідеросберген,نيدرهاوسبيرغين,نیدرهاوسبرگن,涅德罗斯贝尔让		FR	44	67	678	67326	1522	Europe/Paris
6441248	Niederlauterbach	niederlauterbach	Niderlauterbach,Niderloterbak,Niederlauterbach,nie dai er luo tai er ba ke,nydlawtyrbatsh,nydrlawtrbakh,Нидерлотербак,Нідерлотербак,نيدلاوتيرباتش,نیدرلاوترباخ,涅代尔洛泰尔巴克		FR	44	67	672	67327	967	Europe/Paris
6441249	Niedermodern	niedermodern	Nidermodere,Nidermodern,Niedermodern,Nídermodere,nie dai er mo dai er en,nydrmdrn,nydrmwdyrn,Нидермодерн,Нідермодерн,نيدرموديرن,نیدرمدرن,涅代尔莫代尔恩		FR	44	67	672	67328	931	Europe/Paris
6441250	Niedernai	niedernai	Niedernai		FR	44	67	675	67329	1244	Europe/Paris
6441251	Niederschaeffolsheim	niederschaeffolsheim	Niderschafelse,Nidersheffol'sajm,Niederschaeffolsheim,Niederschäffolsheim,Níderschafelse,nie dai er si sha ai fu er sang,nydrshflshaym,nydrstshayfwlshym,Нидершеффольсайм,Нідершеффольсайм,نيدرستشايفولشيم,نیدرشفلسهایم,涅代尔斯沙埃福尔桑		FR	44	67	672	67331	1376	Europe/Paris
6441252	Niedersoultzbach	niedersoultzbach	Nidersul'cbak,Nidersulzbach,Niedersoultzbach,Niedersulzbach,Nídersulzbach,nie dai er su er te ci ba ke,nydrswltzbatsh,nydrzwltsbakh,Нидерсульцбак,Нідерсульцбак,نيدرسولتزباتش,نیدرزولتسباخ,涅代尔苏尔特兹巴克		FR	44	67	674	67333	265	Europe/Paris
6441253	Niedersteinbach	niedersteinbach	Niderstanbach,Niderstenbak,Niedersteinbach,Níderstanbach,nie dai er si tan ba ke,nydrshtaynbakh,nydrstynbatsh,Нидерстенбак,Нідерстенбак,نيدرستينباتش,نیدرشتاینباخ,涅代尔斯坦巴克		FR	44	67	672	67334	126	Europe/Paris
6441254	Nordheim	nordheim	Naarde,Nordajm,Nordheim,Nààrde,nuo er dan,nwrdhym,Нордайм,نوردهيم,诺尔丹		FR	44	67	673	67335	880	Europe/Paris
6441255	Nordhouse	nordhouse	Naards,Nordhausen,Nordhouse,Norduz,Nààrds,nrdhaws,nuo er du si,nwrdhws,Нордуз,نردهاوس,نوردهوس,诺尔杜斯		FR	44	67	675	67336	1731	Europe/Paris
6441256	Nothalten	nothalten	Notal'ten,Nuutelt,nthaltn,nuo ta er tang,nwthaltyn,Нотальтен,نتهالتن,نوثالتين,诺塔尔唐		FR	44	67	675	67337	458	Europe/Paris
6441257	Obenheim	obenheim	Obenajm,Obenheim,Owene,ao bo nan,awbnhaym,awbynhym,Обенайм,أوبينهيم,اوبنهایم,奥伯南		FR	44	67	675	67338	1380	Europe/Paris
6441258	Oberbronn	oberbronn	Oberbronn,Owerbrunn,abrbrwn,ao bei er bu long,awbyrbrwn,Обербронн,أوبيربرون,ابربرون,奥贝尔布龙		FR	44	67	672	67340	1561	Europe/Paris
6441259	Oberdorf-Spachbach	oberdorf-spachbach	Oberdorf-Spachbach,Oberdorf-Spakbak,Owerdorf-Spachbach,Owerdorf-Spàchbàch,abrdrf-ashpakhbakh,ao bei er duo er si pa ke ba ke,awbrdwrf sbatshbatsh,Обердорф-Спакбак,أوبردورف سباتشباتش,ابردرف-اشپاخباخ,奥贝尔多尔斯帕克巴克		FR	44	67	672	67341	363	Europe/Paris
6441260	Oberhaslach	oberhaslach	Ewerhosle,Oberaslak,abrhaslakh,ao bo la si la ke,awbrhaslatsh,Обераслак,أوبرهاسلاتش,ابرهاسلاخ,奥伯拉斯拉克		FR	44	67	673	67342	1771	Europe/Paris
6441261	Oberhausbergen	oberhausbergen	Oberhausbergen		FR	44	67	678	67343	5383	Europe/Paris
6441262	Oberhoffen-lès-Wissembourg	oberhoffen-les-wissembourg	Oberhoffen bei Weissenburg,Oberhoffen bei Weißenburg,Oberhoffen-les-Wissembourg,Oberhoffen-lès-Wissembourg,Oberoffen-le-Visembur,Owerhoffe,abrhwfn-l-wysmbwrg,ao bo luo fang lai wei sang bu er,awbrhwfyn lyh wysymbwrgh,Обероффен-ле-Висембур,Обероффен-ле-Вісембур,أوبرهوفين ليه ويسيمبورغ,ابرهوفن-ل-ویسمبورگ,奥伯罗方莱维桑布尔		FR	44	67	672	67344	332	Europe/Paris
6441263	Oberhoffen-sur-Moder	oberhoffen-sur-moder	Ewerhoffe,Oberhofen an der Moder,Oberhoffen-sur-Moder,Oberoffen-sjur-Moder,abrhwfn-swr-mwdr,awbyrhwfyn swr mwdyr,mo dai he pan ao bo luo fang,Обероффен-сюр-Модер,أوبيرهوفين سور مودير,ابرهوفن-سور-مودر,莫代河畔奥伯罗方		FR	44	67	672	67345	3464	Europe/Paris
6441264	Oberlauterbach	oberlauterbach	Oberlauterbach,Oberloterbak,Owerlauterbach,Owerlauterbàch,abrlawtrbakh,ao bei er luo tai er ba ke,awbrlawtyrbatsh,Оберлотербак,أوبرلاوتيرباتش,ابرلاوترباخ,奥贝尔洛泰尔巴克		FR	44	67	672	67346	536	Europe/Paris
6441265	Obernai	obernai			FR	44	67	675	67348	10953	Europe/Paris
6441266	Oberschaeffolsheim	oberschaeffolsheim	Oberschaeffolsheim		FR	44	67	678	67350	2313	Europe/Paris
6441267	Obersoultzbach	obersoultzbach	Obersoultzbach,Obersul'cbak,Obersulzbach,Owersulzbach,abrzwltsbakh,ao bei er su er te ci ba ke,awbrswltzbatsh,Оберсульцбак,أوبرسولتزباتش,ابرزولتسباخ,奥贝尔苏尔特兹巴克		FR	44	67	674	67352	433	Europe/Paris
6441268	Obersteinbach	obersteinbach	Obersteinbach,Oberstenbak,Owerstanbach,abrshtaynbakh,ao bei si tan ba ke,awbrstynbatsh,Оберстенбак,أوبرستينباتش,ابرشتاینباخ,奥贝斯坦巴克		FR	44	67	672	67353	224	Europe/Paris
6441269	Odratzheim	odratzheim	Odratzheim		FR	44	67	673	67354	488	Europe/Paris
6441270	Oermingen	oermingen	Erminge,Ermínge,OErmingen,Oermingen,ao ai er man rang,armyngn,awyrmynghyn,Örmingen,Оерминген,Оермінген,أويرمينغين,ارمینگن,奥埃尔曼让		FR	44	67	674	67355	1252	Europe/Paris
6441444	Gueberschwihr	gueberschwihr	Gueberschwihr		FR	44	68	686	68111	837	Europe/Paris
6441271	Offendorf	offendorf	Offedorf,Offendorf,afndwrf,ao fang duo er,awfyndwrf,Оффендорф,أوفيندورف,افندورف,奥方多尔		FR	44	67	672	67356	2488	Europe/Paris
6441272	Offwiller	offwiller	Offviller,Offweiler,Offwiller,Offwíller,afwylr,ao fu wei lai,awfwyayr,Оффвиллер,Оффвіллер,أوفوياير,افویلر,奥夫维莱		FR	44	67	672	67358	804	Europe/Paris
6441273	Ohlungen	ohlungen	Ohlunge,Ohlungen,Oljungen,alwngn,ao lan rang,awhlwnghyn,Олюнген,أوهلونغين,الونگن,奥兰让		FR	44	67	672	67359	1307	Europe/Paris
6441274	Ohnenheim	ohnenheim	Ohnenheim		FR	44	67	675	67360	1015	Europe/Paris
6441275	Olwisheim	olwisheim	Olwisheim		FR	44	67	672	67361	494	Europe/Paris
6441277	Osthoffen	osthoffen	Oschthoffe,Osthoffen,Ostoffen,ao si tuo fang,asthwfn  fransh,awsthwfyn,Остоффен,أوسثوفين,استهوفن، فرانسه,奥斯托方		FR	44	67	678	67363	829	Europe/Paris
6441278	Osthouse	osthouse			FR	44	67	675	67364	923	Europe/Paris
6441279	Ostwald	ostwald	Oschwald,Oschwàld,Ostval'd,Ostwald,ao si te wa er,awstwald,osutovu~arudo,Оствальд,أوستوالد,オストヴァルド,奥斯特瓦尔		FR	44	67	678	67365	12714	Europe/Paris
6441280	Ottersthal	ottersthal	Eckerschdal,Otterstal,Otterstal',Ottersthal,ao tai er si ta,awtyrsthal,wtrstal,Оттерсталь,أوتيرسثال,وترستال,奥泰尔斯塔		FR	44	67	674	67366	678	Europe/Paris
6441281	Otterswiller	otterswiller	Ottersviller,Ottersweiler,Otterswiller,Ottewiller,ao tai er si wei lai,atrswylr,awtyrswylyr,Оттерсвиллер,Оттерсвіллер,أوتيرسويلير,اترسویلر,奥泰尔斯维莱		FR	44	67	674	67367	1346	Europe/Paris
6441282	Ottrott	ottrott			FR	44	67	673	67368	1548	Europe/Paris
6441283	Ottwiller	ottwiller	Ottviller,Ottweiler,Ottwiller,Otwiller,ao te wei lai,atwylr,awtwylyr,Оттвиллер,Оттвіллер,أوتويلير,اتویلر,奥特维莱		FR	44	67	674	67369	260	Europe/Paris
6441284	Petersbach	petersbach	Petersbach,Petersbak,Peterschbach,Peterschbàch,bytyrsbatsh,pei tai er si ba ke,ptrsbakh,Петерсбак,بيتيرسباتش,پترسباخ,佩泰尔斯巴克		FR	44	67	674	67370	640	Europe/Paris
6441285	Val-de-Moder	val-de-moder	Val-de-Moder		FR	44	67	672	67372	5135	Europe/Paris
6441288	Pfulgriesheim	pfulgriesheim	Filgriese,Pfjul'grisajm,Pfuelgriesheim,Pfulgriesheim,Pfülgriesheim,bfwlghryshym,pfwlgryshaym,pu fei er ge li ye sang,Пфюльгрисайм,بفولغريشيم,پفولگریسهایم,普菲尔格里耶桑		FR	44	67	674	67375	1292	Europe/Paris
6441289	Plobsheim	plobsheim	Plobsheim		FR	44	67	678	67378	4434	Europe/Paris
6441290	Preuschdorf	preuschdorf	Preshdorf,Preuschdorf,Prischdorf,brywtshdwrf,prwyshdrf,pu lei si ke duo er,Прешдорф,بريوتشدورف,پرویشدرف,普勒斯克多尔		FR	44	67	672	67379	912	Europe/Paris
6441291	Printzheim	printzheim	Prencajm,Printzheim,Prinze,Prinzheim,Prínze,bryntzhym,pryntshaym,pu lan te zan,Пренцайм,برينتزهيم,پرینتسهایم,普兰特赞		FR	44	67	674	67380	201	Europe/Paris
6441292	Quatzenheim	quatzenheim	Kacenajm,Quatzenheim,Zwatzne,Zwàtzne,kwatsnhaym,kwatynhym,qu a te ze nan,Каценайм,كواتينهيم,کواتسنهایم,屈阿特泽南		FR	44	67	674	67382	781	Europe/Paris
6441293	Rangen	rangen	Rangen		FR	44	67	673	67383	206	Europe/Paris
6441294	Ratzwiller	ratzwiller	Racviller,Ratschwiller,Ratzweiler,Ratzwiller,Ràtschwiller,la te ci wei lai,ratswylr,ratzwylyr,Рацвиллер,Рацвіллер,راتزويلير,راتسویلر,拉特兹维莱		FR	44	67	674	67385	253	Europe/Paris
6441295	Rauwiller	rauwiller	Rauweiler,Roewiller,Roviller,Röwiller,luo wei lai,rawwylr,rawylyr,Ровиллер,Ровіллер,راوویلر,راويلير,罗维莱		FR	44	67	674	67386	208	Europe/Paris
6441296	Reichsfeld	reichsfeld	Reichsfeld,Rejshsfel'd,Risfald,lei ke si fu er,rayshsfld,rytshsfyld,Рейшсфельд,رایشسفلد,ريتشسفيلد,雷克斯弗尔		FR	44	67	675	67387	297	Europe/Paris
6441297	Reichshoffen	reichshoffen	Reichshoffen		FR	44	67	672	67388	5393	Europe/Paris
6441298	Reichstett	reichstett	Reichstett		FR	44	67	678	67389	4430	Europe/Paris
6441299	Reinhardsmunster	reinhardsmunster	Rainhardsminschter,Rainhardsmínschter,Reinhardsmuenster,Reinhardsmunster,Reinhardsmünster,Renardsmjunster,lei na er de si man si tai,raynhardsmwnstr,rynhardsmwnstyr,Ренардсмюнстер,راینهاردسمونستر,رينهاردسمونستير,雷纳尔德斯曼斯泰		FR	44	67	674	67391	452	Europe/Paris
6441300	Reipertswiller	reipertswiller	Reipertsweiler,Reipertswiller,Repertsviller,Ripertswiller,lei pei er te si wei lai,rayprtswylr,rybyrtswylyr,Репертсвиллер,Репертсвіллер,رایپرتسویلر,ريبيرتسويلير,雷佩尔特斯维莱		FR	44	67	674	67392	873	Europe/Paris
6441301	Retschwiller	retschwiller	Retschweiler,Retschwiller,Retshviller,lei te si ke wei lai,rchwylr,rytstshwylyr,Ретшвиллер,Ретшвіллер,ريتستشويلير,رچویلر,雷特斯克维莱		FR	44	67	672	67394	281	Europe/Paris
6441302	Reutenbourg	reutenbourg	Retenbur,Reutenburg,Riteburi,lei tang bu er,rtnbwrg,rwtynbwrgh,Ретенбур,رتنبورگ,روتينبورغ,勒唐布尔		FR	44	67	674	67395	432	Europe/Paris
6441304	Rhinau	rhinau	Rhinau		FR	44	67	675	67397	2717	Europe/Paris
6441305	Richtolsheim	richtolsheim	Reegelse,Richtolsheim,Rishtol'sajm,li ke tuo er sang,ryshtlshaym,rytshtwlshym,Риштольсайм,ريتشتولشيم,ریشتلسهایم,里克托尔桑		FR	44	67	675	67398	335	Europe/Paris
6441306	Riedseltz	riedseltz	Ridsel'c,Ridselz,Riedseltz,Riedselz,li ye de sai er te,rydsyltz,rydzlts,Ридсельц,ريدسيلتز,ریدزلتس,里耶德塞尔特		FR	44	67	672	67400	1095	Europe/Paris
6441307	Rimsdorf	rimsdorf	Rimschdroff,Rimsdorf,Rímschdroff,li mu si duo er,rymsdwrf,Римсдорф,ريمسدورف,ریمسدورف,里姆斯多尔		FR	44	67	674	67401	311	Europe/Paris
6441309	Ringendorf	ringendorf	Rengendorf,Ringedorf,Ringendorf,Ríngedorf,lan rang duo er,rynghndwrf,ryngndrf,Ренгендорф,رينغندورف,رینگندرف,兰让多尔		FR	44	67	674	67403	440	Europe/Paris
6441310	Rittershoffen	rittershoffen	Ritterschoffe,Rittershoffen,Rittersoffen,li tai er suo fang,rytrshwfn,rytyrshwfyn,Риттерсоффен,ريتيرشوفين,ریترسهوفن,里泰尔索方		FR	44	67	672	67404	913	Europe/Paris
6441311	Rohr	rohr	Rohr,Ror,Ruur,luo zhen,rwhr,Рор,روهر,罗镇		FR	44	67	674	67406	291	Europe/Paris
6441312	Rohrwiller	rohrwiller	Rohrweiler,Rohrwiller,Rorviller,Rowiller,luo er wei lai,rrwylr,rwhrwylyr,Рорвиллер,Рорвіллер,ررویلر,روهرويلير,罗尔维莱		FR	44	67	672	67407	1662	Europe/Paris
6441542	Muntzenheim	muntzenheim			FR	44	68	682	68227	1228	Europe/Paris
6441313	Romanswiller	romanswiller	Romansviller,Romansweiler,Romanswiller,Rumedswiller,luo mang si wei lai,rwmanswylyr,rwmnswylr,Романсвиллер,Романсвіллер,رومانسويلير,رومنسویلر,罗芒斯维莱		FR	44	67	673	67408	1258	Europe/Paris
6441314	Rosenwiller	rosenwiller	Rosenweiler,Rosenwiller,Rosewiller,Rozenviller,luo sang wei lai,Розенвиллер,Розенвіллер,罗桑维莱		FR	44	67	673	67410	698	Europe/Paris
6441315	Rosheim	rosheim	Rosheim		FR	44	67	673	67411	5083	Europe/Paris
6441316	Rossfeld	rossfeld	Rossfeld		FR	44	67	675	67412	991	Europe/Paris
6441317	Rosteig	rosteig	Rostai,Rosteg,Rosteig,luo si tai,rwshtayg,rwstygh,Ростег,روستيغ,روشتایگ,罗斯泰		FR	44	67	674	67413	545	Europe/Paris
6441318	Rothau	rothau	Rothau		FR	44	67	673	67414	1575	Europe/Paris
6441319	Rothbach	rothbach	Rotbak,Rothbach,Ruubach,luo te ba ke,rwtbakh,rwthbatsh,Ротбак,روتباخ,روثباتش,罗特巴克		FR	44	67	672	67415	472	Europe/Paris
6441320	Rott	rott	Rott,rwt,Ротт,روت		FR	44	67	672	67416	473	Europe/Paris
6441321	Rottelsheim	rottelsheim	Rottel'sajm,Rottelse,luo tai er sang,rtlshaym,rwtlshym,Роттельсайм,رتلسهایم,روتلشيم,罗泰尔桑		FR	44	67	672	67417	313	Europe/Paris
6441322	Rountzenheim-Auenheim	rountzenheim-auenheim	Rountzenheim-Auenheim,Runcenajm,Runzenem,Runzenheim,lu en te ze nan,rwntsnhaym,rwntznhym,Рунценайм,رونتزنهيم,رونتسنهایم,鲁恩特泽南		FR	44	67	672	67418	1945	Europe/Paris
6441323	Russ	russ	Rjuss,Russ,lu zhen,rws,Рюсс,روس,吕镇		FR	44	67	673	67420	1263	Europe/Paris
6441324	Saales	saales	Saales		FR	44	67	673	67421	829	Europe/Paris
6441325	Saasenheim	saasenheim			FR	44	67	675	67422	603	Europe/Paris
6441326	Saessolsheim	saessolsheim	Saessolsheim,Saselse,Sessol'sajm,Sässolsheim,sa ai suo er sang,sasswlshym,sayswlshym,zslshaym,Сессольсайм,زسلسهایم,ساسسولشیم,سايسولشيم,萨埃索尔桑		FR	44	67	674	67423	563	Europe/Paris
6441327	Saint-Blaise-la-Roche	saint-blaise-la-roche	Saint-Blaise-la-Roche		FR	44	67	673	67424	233	Europe/Paris
6441328	Saint-Jean-Saverne	saint-jean-saverne	Saint-Jean-Saverne,Sankt Johann bei Zabern,Sant Johann,Sen-Zhan-Savern,Sànt Johànn,sheng rang sa wei er en,Сен-Жан-Саверн,圣让萨韦尔恩		FR	44	67	674	67425	574	Europe/Paris
6441329	Saint-Martin	saint-martin	Saint-Martin,Salmarter,Salmàrter,Sankt Martin,Sen-Marten,san martn,sheng ma dan,Сен-Мартен,سان مارتن,سینٹ-مارٹن، بس-رہین,圣马丹		FR	44	67	675	67426	352	Europe/Paris
6441330	Saint-Maurice	saint-maurice	Saint-Maurice,Sen-Moris,san mwrys,sheng mo li ke,Сен-Морис,سان موريس,سینٹ-موریس، بس-رہین,圣莫里克		FR	44	67	675	67427	388	Europe/Paris
6441331	Saint-Nabor	saint-nabor	Saint-Nabor		FR	44	67	673	67428	488	Europe/Paris
6441332	Saint-Pierre-Bois	saint-pierre-bois	Saint-Pierre-Bois		FR	44	67	675	67430	773	Europe/Paris
6441334	Salmbach	salmbach	Sal'mbak,Salembach,Salmbach,Sàlembàch,sa er mu ba ke,salmbatsh,zalmbakh,Сальмбак,زالمباخ,سالمباتش,萨尔姆巴克		FR	44	67	672	67432	580	Europe/Paris
6441335	Sand	sand	Sand,Sànd,sand,sang zhen,Санд,ساند,桑镇		FR	44	67	675	67433	1236	Europe/Paris
6441336	Sarre-Union	sarre-union	Sarre-Union		FR	44	67	674	67434	2865	Europe/Paris
6441337	Sarrewerden	sarrewerden	Saarwerde,Saarwerden,Sarrewerdeni vald,Sarrverden,Sarverden,Sààrwerde,sa er lei wei er dang,sarwyrdn,zarwrdn,Сарверден,Саррверден,زاروردن,سارويردن,萨尔勒韦尔当		FR	44	67	674	67435	857	Europe/Paris
6441338	Saulxures	saulxures	Salzern,Saulxures,Soksjur,sawlkswrs,slkswr,suo er ke xu lei,Соксюр,ساولكسورس,سلکسور,索尔克叙雷		FR	44	67	673	67436	516	Europe/Paris
6441339	Schaeffersheim	schaeffersheim	Schaeffersheim,Schafersche,Schäffersheim,Sheffersajm,satshabfyrshym,shfrshaym,si sha ai fu er sang,Шефферсайм,ساتشابفيرشيم,شفرسهایم,斯沙埃弗尔桑		FR	44	67	675	67438	846	Europe/Paris
6441341	Schaffhouse-près-Seltz	schaffhouse-pres-seltz	Schaffhouse-pres-Seltz,Schaffhouse-près-Seltz		FR	44	67	672	67440	561	Europe/Paris
6441342	Schalkendorf	schalkendorf	Schalkedorf,Schàlkedorf,Shal'kendorf,shalkndrf,si sha er kang duo er,stshalkndwrf,Шалькендорф,ستشالكندورف,شالکندرف,斯沙尔康多尔		FR	44	67	674	67441	331	Europe/Paris
6441343	Scheibenhard	scheibenhard	Scheibenhard		FR	44	67	672	67443	817	Europe/Paris
6441344	Scherlenheim	scherlenheim	Scharle,Scherlenheim,Sherlenajm,shrlnhaym,si she er lei nan,stshrlynhym,Шерленайм,ستشرلينهيم,شرلنهایم,斯舍尔勒南		FR	44	67	674	67444	128	Europe/Paris
6441345	Scherwiller	scherwiller	Scherwiller		FR	44	67	675	67445	3171	Europe/Paris
6441346	Schillersdorf	schillersdorf	Schillersdorf		FR	44	67	674	67446	435	Europe/Paris
6441347	Schiltigheim	schiltigheim			FR	44	67	678	67447	31811	Europe/Paris
6441348	Schirmeck	schirmeck	Schirmeck		FR	44	67	673	67448	2242	Europe/Paris
6441349	Schirrhein	schirrhein	Schirrhein		FR	44	67	672	67449	2212	Europe/Paris
6441350	Schirrhoffen	schirrhoffen			FR	44	67	672	67450	700	Europe/Paris
6441351	Schleithal	schleithal	Schlatel,Schleithal,Shletal',ashlaytal,si ke lai ta,stshlythal,Шлеталь,اشلایتال,ستشليثال,斯克莱塔		FR	44	67	672	67451	1446	Europe/Paris
6441352	Schnersheim	schnersheim	Schnarsche,Schnersheim,Shnersajm,ashnrshaym,si ke nei er sang,stshnrshym,Шнерсайм,اشنرسهایم,ستشنرشيم,斯克内尔桑		FR	44	67	674	67452	1553	Europe/Paris
6441353	Schopperten	schopperten	Schopperte,Schopperten,Shopperten,shprtn,si shao pei er tang,stshwbyrtn,Шоппертен,ستشوبيرتن,شپرتن,斯绍佩尔唐		FR	44	67	674	67456	436	Europe/Paris
6441354	Schwindratzheim	schwindratzheim	Schwindratzheim		FR	44	67	674	67460	1647	Europe/Paris
6441355	Schwobsheim	schwobsheim	Schwobse,Schwobsheim,Shvobsajm,shwbshaym,si ke wo bu sang,stshwbshym,Швобсайм,ستشوبشيم,شوبسهایم,斯克沃布桑		FR	44	67	675	67461	325	Europe/Paris
6441356	Sélestat	selestat	Selestat,Sélestat		FR	44	67	675	67462	19124	Europe/Paris
6441357	Sermersheim	sermersheim	Sarmersche,Sermersajm,Sermersheim,sai er mei er sang,syrmrshym,zrmrshaym,Сермерсайм,زرمرسهایم,سيرمرشيم,塞尔梅尔桑		FR	44	67	675	67464	921	Europe/Paris
6441358	Sessenheim	sessenheim	Sasem,Sessenajm,Sessenheim,se se nan,ssnhaym,sysynhym,Сессенайм,سسنهایم,سيسينهيم,瑟瑟南		FR	44	67	672	67465	2304	Europe/Paris
6441360	Siewiller	siewiller	Seewiller,Sieweiler,Siewiller,Siviller,sywylyr,xie wei lai,zywylr,Сивиллер,Сівіллер,زیویلر,سيويلير,谢维莱		FR	44	67	674	67467	389	Europe/Paris
6441363	Solbach	solbach	Solbach		FR	44	67	673	67470	105	Europe/Paris
6441364	Souffelweyersheim	souffelweyersheim	Souffelweyersheim		FR	44	67	678	67471	7860	Europe/Paris
6441365	Soufflenheim	soufflenheim			FR	44	67	672	67472	4910	Europe/Paris
6441366	Soultz-les-Bains	soultz-les-bains			FR	44	67	673	67473	940	Europe/Paris
6441367	Soultz-sous-Forêts	soultz-sous-forets	Soultz-sous-Forets,Soultz-sous-Forêts		FR	44	67	672	67474	3173	Europe/Paris
6441368	Sparsbach	sparsbach	Sparsbak,Sparschbach,Spàrschbàch,sbarsbatsh,shparsbakh,si pa er si ba ke,Спарсбак,سبارسباتش,شپارسباخ,斯帕尔斯巴克		FR	44	67	674	67475	244	Europe/Paris
6441369	Stattmatten	stattmatten	Stattmatte,Stattmatten,Stàttmàtte,ashtatmatn,si ta te ma tang,statmatn,Статтматтен,اشتاتماتن,ستاتماتن,斯塔特马唐		FR	44	67	672	67476	691	Europe/Paris
6441370	Steige	steige	Steige		FR	44	67	675	67477	597	Europe/Paris
6441371	Steinbourg	steinbourg	Steinbourg		FR	44	67	674	67478	2016	Europe/Paris
6441372	Steinseltz	steinseltz	Steinseltz		FR	44	67	672	67479	602	Europe/Paris
6441373	Still	still	Stil',Still,Stíll,si di,styl,Стиль,Стіль,ستيل,斯蒂		FR	44	67	673	67480	1804	Europe/Paris
6441374	Stotzheim	stotzheim	Shtocajm,Stotze,Stotzheim,ashtwtshaym,si tuo te zan,stwtzhym,Штоцайм,اشتوتسهایم,ستوتزهيم,斯托特赞		FR	44	67	675	67481	1031	Europe/Paris
6441375	Strasbourg	strasbourg	Argentoratum,Estrasborg,Estrasbou,Estrasburg,Estrasburgo,Estrasburgu,Gorad Strasburg,Straasburch,Straasbuurich,Straatsburg,Strasborg,Strasbourg,Strasbura,Strasburas,Strasburg,Strasburgo,Strasburgu,Strasburk,Strasburq,Strasbôrg,Strasbūra,Strasbūras,Strassborg,Strassburg,Strasvourgo,Strazbur,Strazburgu,Straßborg,Straßburg,Strażburgu,Stroosburi,Stroossbuerg,Stråssburg,Strǣtburg,astrasbwrg,s thra sbur,seuteulaseubuleu,si te la si bao,strasabarga,strasaborga,strasaburga,strasbwrgh,strsbwrg,sutorasuburu,Štrasburg,Štrasburk,Στρασβούργο,Горад Страсбург,Стразбур,Страсбург,שטראסבורג,שטרסבורג,استراسبورگ,ستراسبورغ,شٹراسبرگ,स्ट्रासबर्ग,स्त्रासबुर्ग,સ્ટ્રાસબોર્ગ,สทราซบูร์,སི་ཐི་རཱ་སི་བུར​།,სტრასბური,ስትራዝቡርግ,ストラスブール,斯特拉斯堡,스트라스부르		FR	44	67	678	67482	279284	Europe/Paris
6441376	Stundwiller	stundwiller	Stjundviller,Stundweiler,Stundwiller,ashtwndwylr,si tan de wei lai,stwndwylyr,Стюндвиллер,Стюндвіллер,اشتوندویلر,ستوندويلير,斯坦德维莱		FR	44	67	672	67484	484	Europe/Paris
6441377	Sundhouse	sundhouse	Sundhouse		FR	44	67	675	67486	1819	Europe/Paris
6441378	Surbourg	surbourg	Surbourg		FR	44	67	672	67487	1679	Europe/Paris
6441379	Thanvillé	thanville	Thanville,Thanvillé		FR	44	67	675	67490	603	Europe/Paris
6441380	Tieffenbach	tieffenbach	Diefebach,Diefebàch,Tieffenbach,Tiffenbak,di ye fang ba ke,tyfnbakh,tyfynbatsh,Тиффенбак,Тіффенбак,تيفينباتش,تیفنباخ,蒂耶方巴克		FR	44	67	674	67491	267	Europe/Paris
6441381	Traenheim	traenheim	Draane,Traenheim,Trenajm,Tränheim,te lang ai,traynhym,trnhaym,Тренайм,تراينهيم,ترنهایم,特朗埃		FR	44	67	673	67492	648	Europe/Paris
6441382	Triembach-au-Val	triembach-au-val	Triembach-au-Val		FR	44	67	675	67493	474	Europe/Paris
6441383	Trimbach	trimbach	Trembak,Trimbach,Trimbàch,te li mu ba ke,trymbatsh,Трембак,تريمباتش,特里姆巴克		FR	44	67	672	67494	569	Europe/Paris
6441384	Truchtersheim	truchtersheim	Trjushtersajm,Truchtersheim,Truedersche,Trüdersche,te lu ke tai er sang,trwktrshyym,trwtshtyrshym,Трюштерсайм,تروتشتيرشيم,تروکترشئیم,特吕克泰尔桑		FR	44	67	674	67495	4022	Europe/Paris
6441386	Uhlwiller	uhlwiller	Jul'viller,UEhlwiller,Uhlweiler,Uhlwiller,awlwylr,yu er wei lai,ywhlwylyr,Ühlwíller,Юльвиллер,Юльвіллер,اولویلر,يوهلويلير,于尔维莱		FR	44	67	672	67497	697	Europe/Paris
6441387	Uhrwiller	uhrwiller	Jurviller,OErwiller,Uhrweiler,Uhrwiller,ywhrwylyr,Örwíller,Юрвиллер,Юрвіллер,يوهرويلير		FR	44	67	672	67498	706	Europe/Paris
6441388	Urbeis	urbeis	Urbeis		FR	44	67	675	67499	324	Europe/Paris
6441389	Urmatt	urmatt	Jurmat,UErmott,Urmatt,awrmat,yu er ma,ywrmat,Ürmott,Юрмат,اورمات,يورمات,于尔马		FR	44	67	673	67500	1487	Europe/Paris
6441390	Uttenheim	uttenheim	Juttenajm,UEetene,Uttenheim,ywtynhym,Üetene,Юттенайм,يوتينهيم		FR	44	67	675	67501	554	Europe/Paris
6441391	Uttenhoffen	uttenhoffen	Juttenoffen,OEtehoffe,Uttenhoffen,awtnhwfn,yu tang ao fang,ywtynhwfyn,Ötehoffe,Юттеноффен,اوتنهوفن,يوتينهوفين,于唐奥方		FR	44	67	672	67502	201	Europe/Paris
6441392	Uttwiller	uttwiller	Juttviller,UEetwiller,Uttweiler,Uttwiller,awtwylr,yu te wei lai,ywtwylyr,Üetwiller,Юттвиллер,Юттвіллер,اوتویلر,يوتويلير,于特维莱		FR	44	67	674	67503	161	Europe/Paris
6441393	Valff	valff	Valff		FR	44	67	675	67504	1297	Europe/Paris
6441394	Vendenheim	vendenheim	Vangene,Vendenajm,Vendenheim,wang de nan,Венденайм,旺德南		FR	44	67	678	67506	5528	Europe/Paris
6441395	Volksberg	volksberg	Vol'ksberg,Volksberg,Volkschburi,flksbrg,fwlksbyrgh,wo er ke si bei er,Вольксберг,فلکسبرگ,فولكسبيرغ,沃尔克斯贝尔		FR	44	67	674	67509	355	Europe/Paris
6441396	Wahlenheim	wahlenheim	Valenajm,Wahle,Wàhle,wa lei nan,wahlynhym,walnhaym,Валенайм,والنهایم,واهلينهيم,瓦勒南		FR	44	67	672	67510	428	Europe/Paris
6441397	Walbourg	walbourg	Val'bur,Walbourg,Walburg,Walburi,Wàlburi,vu~aruburu,wa er bu er,walbwrg,walbwrgh,Вальбур,والبورغ,والبورگ,ヴァルブール,瓦尔布尔		FR	44	67	672	67511	912	Europe/Paris
6441398	Waldersbach	waldersbach	Waldersbach		FR	44	67	673	67513	130	Europe/Paris
6441399	Waldhambach	waldhambach	Hambach,Hàmbàch,Val'dambak,wa er dang ba ke,waldhambatsh,Вальдамбак,والدهامباتش,瓦尔当巴克		FR	44	67	674	67514	619	Europe/Paris
6441400	Waldolwisheim	waldolwisheim	Val'dol'visajm,Waldolwisheim,Wololse,wa er duo er wei sang,waldlwyshaym,waldwlwyshym,Вальдольвисайм,Вальдольвісайм,والدلویسهایم,والدولويشيم,瓦尔多尔维桑		FR	44	67	674	67515	576	Europe/Paris
6441401	Waltenheim-sur-Zorn	waltenheim-sur-zorn	Waltenheim-sur-Zorn		FR	44	67	674	67516	658	Europe/Paris
6441402	Wangen	wangen	Vangen,Wange,Wangen,Wànge,wang rang,wanghyn,Ванген,وانغين,旺让		FR	44	67	673	67517	712	Europe/Paris
6441403	Wasselonne	wasselonne	Wasselonne		FR	44	67	673	67520	5640	Europe/Paris
6441404	Weinbourg	weinbourg	Venbur,Weinbourg,Weinburg,Wimburi,wan bu er,waynbwrg,wynbwrgh,Венбур,واینبورگ,وينبورغ,万布尔		FR	44	67	674	67521	434	Europe/Paris
6441405	Weislingen	weislingen	Veslingen,Weislingen,Wislinge,Wislínge,wei si lan rang,wyslynghyn,Веслинген,Веслінген,ويسلينغين,韦斯兰让		FR	44	67	674	67522	529	Europe/Paris
6441406	Weitbruch	weitbruch	Weitbruch		FR	44	67	672	67523	2863	Europe/Paris
6441407	Weiterswiller	weiterswiller	Weiterswiller		FR	44	67	674	67524	524	Europe/Paris
6441408	Westhoffen	westhoffen	Westhoffen		FR	44	67	673	67525	1659	Europe/Paris
6441409	Weyer	weyer	Veer,Weier,Weyer,wei ai,wyr,Веер,Веєр,وير,韦埃		FR	44	67	674	67528	582	Europe/Paris
6441410	Weyersheim	weyersheim	Veersajm,Wirsche,wayrshaym,wei ai er sang,wyrshym,Веерсайм,Веєрсайм,وایرسهایم,ويرشيم,韦埃尔桑		FR	44	67	672	67529	3335	Europe/Paris
6441411	Wildersbach	wildersbach	Vil'dersbak,Wildersbach,wei er dai er si ba ke,wyldrsbakh,wyldyrsbatsh,Вильдерсбак,Вільдерсбак,ويلديرسباتش,ویلدرسباخ,维尔代尔斯巴克		FR	44	67	673	67531	294	Europe/Paris
6441412	Willgottheim	willgottheim	Vil'gottajm,Wilde,Willgottheim,Wílde,wei er ge tan,wylghwtthym,wylgthaym,Вильготтайм,Вільготтайм,ويلغوتثيم,ویلگتهایم,维尔戈坦		FR	44	67	674	67532	1088	Europe/Paris
6441413	Wilwisheim	wilwisheim	Vil'visajm,Wilse,Wilwisheim,Wílse,wei er wei sang,wylwyshaym,wylwyshym,Вильвисайм,Вільвісайм,ويلويشيم,ویلویسهایم,维尔维桑		FR	44	67	674	67534	727	Europe/Paris
6441414	Wimmenau	wimmenau	Vimmeno,wei mo nuo,Виммено,Віммено,维默诺		FR	44	67	674	67535	1103	Europe/Paris
6441415	Windstein	windstein	Vendsten,Windstain,Wíndstain,wan de si tan,wyndshtayn,wyndstyn,Вендстен,ويندستين,ویندشتاین,万德斯坦		FR	44	67	672	67536	164	Europe/Paris
6441416	Wingen-sur-Moder	wingen-sur-moder			FR	44	67	674	67538	1629	Europe/Paris
6441417	Wingersheim les Quatre Bans	wingersheim-les-quatre-bans	Wingersheim les Quatre Bans		FR	44	67	674	67539	2272	Europe/Paris
6441418	Wintershouse	wintershouse	Ventersuz,Winterschhuese,Wintershausen,Wintershouse,Wínterschhüse,fyntrws,wan tai er su si,wyntrshaws,Вентерсуз,فينتروس,وینترسهاوس,万泰尔苏斯		FR	44	67	672	67540	907	Europe/Paris
6441419	Wintzenbach	wintzenbach	Vencenbak,Wintzenbach,Winzebach,Winzenbach,Wínzebàch,wan te cang ba ke,wyntsnbakh,wyntzynbatsh,Венценбак,وينتزينباتش,وینتسنباخ,万特藏巴克		FR	44	67	672	67541	550	Europe/Paris
6441420	Wintzenheim-Kochersberg	wintzenheim-kochersberg	Vencenajm-Koshersberg,Wintzenheim-Kochersberg,Winzenheim-Kochersberg,Winzne,Wínzne,wan te ze nan ke xie er si bei er,wyntsnhaym-kwkhrsbrg,wyntzynhym kwtshyrsbyrgh,Венценайм-Кошерсберг,وينتزينهيم كوتشيرسبيرغ,وینتسنهایم-کوخرسبرگ,万特泽南科谢尔斯贝尔		FR	44	67	674	67542	396	Europe/Paris
6441421	Wisches	wisches	Vish,Wisches,wei si xie,Виш,Віш,维斯谢		FR	44	67	673	67543	2111	Europe/Paris
6441422	Witternheim	witternheim	Vitternajm,Witternheim,Wittre,Wíttre,wei tai er nan,wytrnhaym,wytyrnhym,Виттернайм,Віттернайм,ويتيرنهيم,ویترنهایم,维泰尔南		FR	44	67	675	67545	514	Europe/Paris
6441423	Wittersheim	wittersheim	Vittersajm,Wittersche,Wíttersche,wei tai er sang,wytyrshym,Виттерсайм,Віттерсайм,ويتيرشيم,维泰尔桑		FR	44	67	672	67546	644	Europe/Paris
6441424	Wittisheim	wittisheim	Wittisheim		FR	44	67	675	67547	2055	Europe/Paris
6441425	Wiwersheim	wiwersheim	Viversajm,Wiwersche,Wiwersheim,wei wei er sang,wywrshaym,wywrshym,Виверсайм,Віверсайм,ويورشيم,ویورسهایم,维韦尔桑		FR	44	67	674	67548	873	Europe/Paris
6441426	Wolfisheim	wolfisheim	Vol'fisajm,Wolfisheim,Wolfze,wlfyshaym,wlfyshym,wo er fei sang,Вольфисайм,Вольфісайм,ولفيشيم,ولفیسهایم,沃尔菲桑		FR	44	67	678	67551	4139	Europe/Paris
6441427	Wolfskirchen	wolfskirchen	Wolfskirchen		FR	44	67	674	67552	349	Europe/Paris
6441428	Wolschheim	wolschheim	Vol'shajm,Wolsche,Wolschheim,wlshhaym,wlstshym,wo er si sang,Вольшайм,ولستشيم,ولشهایم,沃尔斯桑		FR	44	67	674	67553	318	Europe/Paris
6441429	Wolxheim	wolxheim	Wolxheim		FR	44	67	673	67554	954	Europe/Paris
6441430	Zehnacker	zehnacker	Zaennackre,Zehnacker,Zenaker,Zännàckre,tsnakr,ze na kai,zyhnakyz,Зенакер,تسناکر,زيهناكيز,泽纳凯		FR	44	67	673	67555	245	Europe/Paris
6441431	Zeinheim	zeinheim	Zeinheim		FR	44	67	673	67556	201	Europe/Paris
6441432	Zellwiller	zellwiller	Zallwiller,Zel'viller,Zellweiler,Zellwiller,tslfylr,tslwylr,ze er wei lai,Зельвиллер,Зельвіллер,تسلفيلر,تسلویلر,泽尔维莱		FR	44	67	675	67557	772	Europe/Paris
6441433	Zinswiller	zinswiller	Zensviller,Zinsweiler,Zinswiller,Zínswíller,tsynswylr,zan si wei lai,zynswylyr,Зенсвиллер,Зенсвіллер,تسینسویلر,زينسويلير,赞斯维莱		FR	44	67	672	67558	772	Europe/Paris
6441434	Zittersheim	zittersheim	Zittersajm,Zittersche,Zittersheim,Zíttersche,qi tai er sang,tsytrshaym,zytyrshym,Зиттерсайм,Зіттерсайм,تسیترسهایم,زيتيرشيم,齐泰尔桑		FR	44	67	674	67559	245	Europe/Paris
6441435	Fulleren	fulleren	Fjul'ren,Fjulleren,Fuelleren,Fulleren,Fülleren,fei lei lang,Фюллерен,Фюльрен,菲勒朗		FR	44	68	681	68100	343	Europe/Paris
6441436	Galfingue	galfingue	Gal'feng,Galfingen,Galfingue,jia er fan gai,Гальфенг,加尔凡盖		FR	44	68	684	68101	804	Europe/Paris
6441437	Geishouse	geishouse	Geishouse		FR	44	68	686	68102	447	Europe/Paris
6441438	Geispitzen	geispitzen	Geispitzen,Gejshpicen,Gespicen,re si pi te cang,Гейшпицен,Гейшпіцен,Геспицен,热斯皮特藏		FR	44	68	684	68103	448	Europe/Paris
6441439	Geiswasser	geiswasser	Geiswasser,Gejsvasser,Gesvaser,re si wa sai,Гейсвассер,Гесвасер,热斯瓦塞		FR	44	68	682	68104	315	Europe/Paris
6441440	Gommersdorf	gommersdorf	Gomerzdorf,Gommersdorf,ge mei er si duo er,Гомерздорф,Гоммерсдорф,戈梅尔斯多尔		FR	44	68	681	68107	355	Europe/Paris
6441442	Griesbach-au-Val	griesbach-au-val	Gribak-o-Val',Griesbach im Tal,Griesbach-au-Val,Grisbak-o-Val',ge li ye si ba ke ao wa,Грибак-о-Валь,Грисбак-о-Валь,格里耶斯巴克奥瓦		FR	44	68	682	68109	727	Europe/Paris
6441445	Guémar	guemar	Guemar,Guémar		FR	44	68	682	68113	1356	Europe/Paris
6441446	Guevenatten	guevenatten	Guevenatten		FR	44	68	681	68114	139	Europe/Paris
6441447	Guewenheim	guewenheim	Gevenajm,Gewenheim,Guewenheim,gai wei nan,Гевенайм,盖韦南		FR	44	68	686	68115	1307	Europe/Paris
6441448	Gundolsheim	gundolsheim	Gjundol'sajm,Gundolsheim,gan duo er sang,Гюндольсайм,甘多尔桑		FR	44	68	686	68116	707	Europe/Paris
6441449	Gunsbach	gunsbach	Gjunsbak,Guensbach,Gunsbach,Günsbach,gan si ba ke,Гюнсбак,甘斯巴克		FR	44	68	682	68117	922	Europe/Paris
6441450	Habsheim	habsheim	Absajm,Habsheim,Khabskhajm,a bu sang,Абсайм,Хабсхајм,ہابشیم,阿布桑		FR	44	68	684	68118	4833	Europe/Paris
6441451	Hagenbach	hagenbach	Agenbak,Azhenbak,Hagenbach,Khagenbakh,Агенбак,Аженбак,Хагенбах		FR	44	68	681	68119	693	Europe/Paris
6441452	Hagenthal-le-Bas	hagenthal-le-bas	Agental'-le-Ba,Azhental'-le-Ba,Khagental le Bas,Niederhagenthal,a rang ta lai ba,Агенталь-ле-Ба,Аженталь-ле-Ба,Хагентал ле Бас,阿让塔莱巴		FR	44	68	684	68120	1226	Europe/Paris
6441453	Hagenthal-le-Haut	hagenthal-le-haut	Agental'-le-O,Azhental'-le-O,Hagenthal-le-Haut,Khagental le O,Oberhagenthal,a rang ta lai ao,Агенталь-ле-О,Аженталь-ле-О,Хагентал ле О,阿让塔莱奥		FR	44	68	684	68121	642	Europe/Paris
6441454	Hartmannswiller	hartmannswiller	Artmannsviller,Artmansviller,Hartmannsweiler,Hartmannswiller,Khartmansviler,ha te man si wei lei,Артманнсвиллер,Артманнсвіллер,Артмансвиллер,Хартмансвилер,哈特曼斯威勒		FR	44	68	686	68122	638	Europe/Paris
6441455	Hattstatt	hattstatt	Hattstatt		FR	44	68	686	68123	788	Europe/Paris
6441456	Hausgauen	hausgauen	Hausgauen,Khausgauen,Osgoen,ao si ge ang,Осгоен,Хаусгауен,奥斯戈昂		FR	44	68	681	68124	391	Europe/Paris
6441457	Hecken	hecken	Ehken,Eken,Hecken,Kheken,ai kang,Екен,Хекен,Экен,埃康		FR	44	68	681	68125	480	Europe/Paris
6441458	Hégenheim	hegenheim	Hegenheim,Hégenheim		FR	44	68	684	68126	3446	Europe/Paris
6441459	Heidwiller	heidwiller	Edviller,Ehdviller,Heidweiler,Heidwiller,Khajdviler,ai de wei lai,Едвиллер,Едвіллер,Хајдвилер,Эдвиллер,埃德维莱		FR	44	68	681	68127	608	Europe/Paris
6441460	Heimersdorf	heimersdorf	Ehmersdorf,Emersdorf,Khajmerzdorf,ai mei er si duo er,Емерсдорф,Хајмерздорф,Эмерсдорф,埃梅尔斯多尔		FR	44	68	681	68128	662	Europe/Paris
6441461	Heimsbrunn	heimsbrunn	Ehmsbrjun,Emsbrjunn,Khajmzbrun,an si bu lan,Емсбрюнн,Хајмзбрун,Эмсбрюн,安斯布兰		FR	44	68	684	68129	1314	Europe/Paris
6441462	Heiteren	heiteren			FR	44	68	682	68130	1042	Europe/Paris
6441463	Heiwiller	heiwiller	Ehviller,Eviller,Heiweiler,Heiwiller,Khajviler,ai wei lai,Евиллер,Евіллер,Хајвилер,Эвиллер,埃维莱		FR	44	68	681	68131	172	Europe/Paris
6441464	Helfrantzkirch	helfrantzkirch	Ehl'franzkirsh,El'franckirsh,Helfrantzkirch,Helfranzkirch,Khelfranckirkh,ai er fu lang te ci ji er ke,Ельфранцкирш,Ельфранцкірш,Хелфранцкирх,Эльфранзкирш,埃尔夫朗特兹基尔克		FR	44	68	684	68132	700	Europe/Paris
6441466	Hésingue	hesingue	Ehzeng,Ezeng,Hesingen,Hesingue,Hésingue,ai sang gai,Езенг,Эзенг,埃桑盖		FR	44	68	684	68135	2694	Europe/Paris
6441467	Hettenschlag	hettenschlag	Ehttenshlag,Ettenshlag,Hettenschlag,ai tang si ke la,Еттеншлаг,Эттеншлаг,埃唐斯克拉		FR	44	68	682	68136	334	Europe/Paris
6441469	Hirsingue	hirsingue	Hirsingen,Hirsingue,Irseng,yi er sang ge,Ірсенг,Ирсенг,伊尔桑格		FR	44	68	681	68138	2124	Europe/Paris
6441470	Hirtzbach	hirtzbach	Hirzbach,Ircbak,Irzbak,yi er te ci ba ke,Ірцбак,Ирзбак,Ирцбак,伊尔特兹巴克		FR	44	68	681	68139	1429	Europe/Paris
6441471	Hirtzfelden	hirtzfelden	Hirzfelden,Ircfel'den,Irtsfel'den,yi er te ci fu er dang,Ірцфельден,Иртсфельден,Ирцфельден,伊尔特兹弗尔当		FR	44	68	682	68140	1239	Europe/Paris
6441472	Hochstatt	hochstatt	Hochstatt,Okstat,ao ke si ta,Окстат,奥克斯塔		FR	44	68	681	68141	2119	Europe/Paris
6441473	Hohrod	hohrod	Orod,ao luo,Ород,奥罗		FR	44	68	682	68142	348	Europe/Paris
6441474	Porte du Ried	porte-du-ried	Porte du Ried		FR	44	68	682	68143	1778	Europe/Paris
6441475	Hombourg	hombourg	Hombourg		FR	44	68	684	68144	1328	Europe/Paris
6441476	Houssen	houssen	Houssen		FR	44	68	682	68146	2165	Europe/Paris
6441477	Hunawihr	hunawihr	Hunawihr		FR	44	68	682	68147	603	Europe/Paris
6441478	Hundsbach	hundsbach	Hundsbach,Jundsbak,Undsbak,an de si ba ke,Ундсбак,Юндсбак,安德斯巴克		FR	44	68	681	68148	345	Europe/Paris
6441479	Huningue	huningue	Huningue		FR	44	68	684	68149	7213	Europe/Paris
6441480	Husseren-les-Châteaux	husseren-les-chateaux	Haeusern,Husseren-les-Chateaux,Husseren-les-Châteaux,Häusern,Jusseren-le-Shato,yu se lang lai sha tuo,Юссерен-ле-Шато,于瑟朗莱沙托		FR	44	68	682	68150	505	Europe/Paris
6441481	Husseren-Wesserling	husseren-wesserling	Haeusern-Wesserling,Husseren-Wesserling,Häusern-Wesserling,Jusseren-Vesserlen,Jusseren-Vesserlin,yu se lang wei sai er lan,Юссерен-Вессерлен,Юссерен-Вессерлин,于瑟朗韦塞尔兰		FR	44	68	686	68151	1025	Europe/Paris
6441482	Illfurth	illfurth	Il'fjurt,yi er fei er,Ільфюрт,Ильфюрт,伊尔菲尔		FR	44	68	681	68152	2458	Europe/Paris
6441483	Illhaeusern	illhaeusern	Illhaeusern		FR	44	68	682	68153	691	Europe/Paris
6441484	Illzach	illzach	Illzach		FR	44	68	684	68154	14545	Europe/Paris
6441485	Ingersheim	ingersheim	Engersajm,Ingersajm,Ingersheim,an re er sang,Енгерсайм,Ингерсайм,安热尔桑		FR	44	68	682	68155	4660	Europe/Paris
6441486	Issenheim	issenheim	Issenheim		FR	44	68	686	68156	3419	Europe/Paris
6441487	Jebsheim	jebsheim	Jebsheim,Zhebsajm,re bu sang,Жебсайм,热布桑		FR	44	68	682	68157	1386	Europe/Paris
6441488	Jettingen	jettingen	Jettingen,Zhettingen,re tan rang,Жеттинген,Жеттінген,热坦让		FR	44	68	681	68158	506	Europe/Paris
6441489	Jungholtz	jungholtz	Jungholtz		FR	44	68	686	68159	909	Europe/Paris
6441490	Kappelen	kappelen	Kappelen,ka pei lang,Каппелен,卡佩朗		FR	44	68	684	68160	587	Europe/Paris
6441491	Katzenthal	katzenthal	Katzenthal		FR	44	68	682	68161	530	Europe/Paris
6441492	Kaysersberg Vignoble	kaysersberg-vignoble	Kaysersberg Vignoble		FR	44	68	682	68162	4601	Europe/Paris
6441493	Kembs	kembs	Cambetis,Kembs,kang bu,Кембс,康布		FR	44	68	684	68163	5156	Europe/Paris
6441495	Kiffis	kiffis	Kiffi,Kiffis,Kifi,ji fei,Кифи,Киффи,Кіффі,基菲		FR	44	68	681	68165	247	Europe/Paris
6441496	Kingersheim	kingersheim	Kengersajm,Kingersajm,Kingerskhajm,kan re er sang,Кенгерсайм,Кингерсайм,Кингерсхајм,坎热尔桑		FR	44	68	684	68166	13151	Europe/Paris
6441497	Kirchberg	kirchberg	Kirchberg,Kirkhberg,Kirshberg,ji er ke bei er,Кирхберг,Киршберг,Кіршберг,基尔克贝尔		FR	44	68	686	68167	782	Europe/Paris
6441498	Kruth	kruth	Kruth		FR	44	68	686	68171	943	Europe/Paris
6441499	Kunheim	kunheim	Kunheim		FR	44	68	682	68172	1747	Europe/Paris
6441500	Labaroche	labaroche	Labaroche		FR	44	68	682	68173	2191	Europe/Paris
6441501	Landser	landser	Landser,lang de sai,Ландсер,لانڈسیر، ہوٹ-رہین,朗德塞		FR	44	68	684	68174	1576	Europe/Paris
6441502	Lapoutroie	lapoutroie	Lapoutroie		FR	44	68	682	68175	1901	Europe/Paris
6441503	Largitzen	largitzen	Largitzen,Largizen,Larzhicen,la er ji te cang,Ларжицен,لارگیٹزین,拉尔吉特藏		FR	44	68	681	68176	312	Europe/Paris
6441504	Lautenbach	lautenbach	Lotenbak,luo tang ba ke,Лотенбак,洛唐巴克		FR	44	68	686	68177	1525	Europe/Paris
6441505	Lautenbachzell	lautenbachzell	Lautenbachzell		FR	44	68	686	68178	957	Europe/Paris
6441506	Lauw	lauw			FR	44	68	686	68179	917	Europe/Paris
6441507	Leimbach	leimbach	Leimbach,Lembak,lan ba ke,Лембак,兰巴克		FR	44	68	686	68180	877	Europe/Paris
6441509	Liebenswiller	liebenswiller	Libensviller,Liebensweiler,Liebenswiller,li ye bang si wei lai,Либенсвиллер,Лібенсвіллер,利耶邦斯维莱		FR	44	68	684	68183	200	Europe/Paris
6441510	Liebsdorf	liebsdorf	Libsdorf,Liebsdorf,li ye bu si duo er,Либсдорф,Лібсдорф,利耶布斯多尔		FR	44	68	681	68184	313	Europe/Paris
6441511	Lièpvre	liepvre	Liepvre,Lièpvre		FR	44	68	682	68185	1736	Europe/Paris
6441512	Ligsdorf	ligsdorf	Ligsdorf,li ge si duo er,Лигсдорф,Лігсдорф,利格斯多尔		FR	44	68	681	68186	311	Europe/Paris
6441513	Linsdorf	linsdorf	Lensdorf,Linsdorf,lan si duo er,Ленсдорф,Линсдорф,兰斯多尔		FR	44	68	681	68187	319	Europe/Paris
6441514	Linthal	linthal	Lental',Lintal',Linthal,Ленталь,Линталь		FR	44	68	686	68188	607	Europe/Paris
6441515	Logelheim	logelheim	Logelajm,luo re yan,Логелайм,洛热延		FR	44	68	682	68189	824	Europe/Paris
6441516	Luemschwiller	luemschwiller	Ljumshviller,Luemschweiler,Luemschwiller,Lümschweiler,lu ang si ke wei lai,Люмшвиллер,Люмшвіллер,吕昂斯克维莱		FR	44	68	681	68191	775	Europe/Paris
6441517	Luttenbach-près-Munster	luttenbach-pres-munster	Luttenbach-pres-Munster,Luttenbach-près-Munster		FR	44	68	682	68193	737	Europe/Paris
6441518	Lutter	lutter	Ljutter,lu tai,Люттер,吕泰		FR	44	68	681	68194	277	Europe/Paris
6441519	Lutterbach	lutterbach	Lutterbach		FR	44	68	684	68195	6360	Europe/Paris
6441520	Magny	magny	Magniacum,Magny,Man'i,ma ni,Маньи,Маньї,马尼		FR	44	68	681	68196	309	Europe/Paris
6441521	Magstatt-le-Bas	magstatt-le-bas	Magstat-le-Ba,Magstatt-le-Bas,Niedermagstatt,ma ge si ta lai ba,Магстат-ле-Ба,马格斯塔莱巴		FR	44	68	684	68197	471	Europe/Paris
6441522	Magstatt-le-Haut	magstatt-le-haut	Magstat-le-O,Magstatt-le-Haut,Obermagstatt,ma ge si ta lai ao,Магстат-ле-О,马格斯塔莱奥		FR	44	68	684	68198	282	Europe/Paris
6441523	Malmerspach	malmerspach	Mal'merspak,Malmerspach,ma er mei er si pa ke,Мальмерспак,马尔梅尔斯帕克		FR	44	68	686	68199	509	Europe/Paris
6441524	Manspach	manspach	Manspach,Manspak,mang si pa ke,Манспак,芒斯帕克		FR	44	68	681	68200	573	Europe/Paris
6441525	Mertzen	mertzen	Mercen,Mertsen,Mertzen,Merzen,mei er te cang,Мертсен,Мерцен,梅尔特藏		FR	44	68	681	68202	217	Europe/Paris
6441526	Merxheim	merxheim	Merksajm,Merxheim,mei er ke sang,Мерксайм,梅尔克桑		FR	44	68	686	68203	1270	Europe/Paris
6441527	Metzeral	metzeral			FR	44	68	682	68204	1070	Europe/Paris
6441528	Meyenheim	meyenheim	Meyenheim		FR	44	68	686	68205	1465	Europe/Paris
6441529	Michelbach-le-Bas	michelbach-le-bas	Michelbach-le-Bas,Mishel'bak-le-Ba,Niedermichelbach,mi xie er ba ke lai ba,Мишельбак-ле-Ба,Мішельбак-ле-Ба,米谢尔巴克莱巴		FR	44	68	684	68207	698	Europe/Paris
6441530	Michelbach-le-Haut	michelbach-le-haut	Michelbach-le-Haut,Mishel'bak-le-O,Obermichelbach,mi xie er ba ke lai ao,Мишельбак-ле-О,Мішельбак-ле-О,米谢尔巴克莱奥		FR	44	68	684	68208	609	Europe/Paris
6441531	Mittelwihr	mittelwihr			FR	44	68	682	68209	834	Europe/Paris
6441532	Mitzach	mitzach	Micak,Mitsak,Mitzach,mi te zha ke,Митсак,Мицак,Міцак,米特扎克		FR	44	68	686	68211	399	Europe/Paris
6441533	Mollau	mollau	Mollo,mo luo,Молло,莫洛		FR	44	68	686	68213	354	Europe/Paris
6441534	Montreux-Jeune	montreux-jeune	Montre-Zhen,Montreux-Jeune,Montrjo-Zhjon,meng te lei re en,Монтре-Жен,Монтрё-Жён,蒙特勒热恩		FR	44	68	681	68214	366	Europe/Paris
6441535	Montreux-Vieux	montreux-vieux	Montreux-Vieux		FR	44	68	681	68215	894	Europe/Paris
6441536	Moosch	moosch	Moosch,Moosh,mo ao si ke,Моош,莫奥斯克		FR	44	68	686	68217	1686	Europe/Paris
6441537	Morschwiller-le-Bas	morschwiller-le-bas	Morschwiller-le-Bas		FR	44	68	684	68218	3728	Europe/Paris
6441538	Le Haut Soultzbach	le-haut-soultzbach	Le Haut Soultzbach,Morcviller,Morzweiler,mo er te ci wei lai,Морцвиллер,Морцвіллер,莫尔特兹维莱		FR	44	68	686	68219	930	Europe/Paris
6441539	Muespach-le-Haut	muespach-le-haut	Mjuspak-le-O,Muespach-le-Haut,Obermuspach,mi ai si pa ke lai ao,Мюспак-ле-О,米埃斯帕克莱奥		FR	44	68	681	68222	1077	Europe/Paris
6441540	Muhlbach-sur-Munster	muhlbach-sur-munster	Mjul'bak-sjur-Mjunster,Muehlbach im Elsass,Muhlbach-sur-Munster,Mühlbach im Elsass,man si tai he pan mi er ba ke,Мюльбак-сюр-Мюнстер,曼斯泰河畔米尔巴克		FR	44	68	682	68223	765	Europe/Paris
6441541	Mulhouse	mulhouse	Gorad Mjuluz,Miluz,Miluza,Miuluzas,Miulūzas,Mjuluz,Mueihausn,Muelhausen,Mueluz,Mulhouse,Mulhusia,Mylhuzy,Mylhúzy,Mylouz,Müihausn,Mülhausen,Müluz,mi lu si,miuluzi,mwillujeu,mwlwz,mylwz,myulujha,myuruzu,Μυλούζ,Горад Мюлуз,Милуз,Мюлуз,מילוז,ملہاؤز,مولوز,ميلوز,म्युलुझ,მიულუზი,ミュルーズ,米卢斯,뮐루즈		FR	44	68	684	68224	108999	Europe/Paris
6441543	Munwiller	munwiller	Mjunviller,Munweiler,man wei lai,Мюнвиллер,Мюнвіллер,曼维莱		FR	44	68	686	68228	481	Europe/Paris
6441544	Murbach	murbach			FR	44	68	686	68229	156	Europe/Paris
6441545	Nambsheim	nambsheim	Nambsajm,nan bu sang,Намбсайм,南布桑		FR	44	68	682	68230	589	Europe/Paris
6441546	Neuf-Brisach	neuf-brisach			FR	44	68	682	68231	1915	Europe/Paris
6441548	Niederentzen	niederentzen	Niderencen,Niederenzen,nie de lang te cang,Нидеренцен,Нідеренцен,涅德朗特藏		FR	44	68	686	68234	712	Europe/Paris
6441549	Niederhergheim	niederhergheim	Niderergajm,Niederhergheim,nie de lei er gan,Нидерергайм,Нідерергайм,涅德雷尔甘		FR	44	68	686	68235	1120	Europe/Paris
6441550	Niedermorschwihr	niedermorschwihr			FR	44	68	682	68237	533	Europe/Paris
6441551	Niffer	niffer	Niffer		FR	44	68	684	68238	953	Europe/Paris
6441552	Oberbruck	oberbruck	Oberbrjuk,Oberbruck,ao bei er bu lu,Обербрюк,奥贝尔布吕		FR	44	68	686	68239	394	Europe/Paris
6441553	Oberentzen	oberentzen	Oberencen,Oberentzen,Oberenzen,ao bo lang te cang,Оберенцен,奥伯朗特藏		FR	44	68	686	68241	625	Europe/Paris
6441554	Oberhergheim	oberhergheim	Oberergajm,Oberhergheim,ao bo lei er gan,Оберергайм,奥伯雷尔甘		FR	44	68	686	68242	1206	Europe/Paris
6441555	Oberlarg	oberlarg	Oberlarg,ao bei er la er,Оберларг,奥贝尔拉尔		FR	44	68	681	68243	137	Europe/Paris
6441556	Obermorschwihr	obermorschwihr	Obermorschwihr		FR	44	68	682	68244	360	Europe/Paris
6441557	Obermorschwiller	obermorschwiller	Obermorschweiler,Obermorschwiller,Obermorshviller,ao bei er mo er si ke wei lai,Оберморшвиллер,Оберморшвіллер,奥贝尔莫尔斯克维莱		FR	44	68	681	68245	404	Europe/Paris
6441558	Obersaasheim	obersaasheim	Obersaasajm,Obersaasheim,ao bei er sa a sang,Оберсаасайм,奥贝尔萨阿桑		FR	44	68	682	68246	1029	Europe/Paris
6441559	Oderen	oderen			FR	44	68	686	68247	1277	Europe/Paris
6441560	Oltingue	oltingue	Ol'teng,Oltingen,Oltingue,ao er tan gai,Ольтенг,奥尔坦盖		FR	44	68	681	68248	704	Europe/Paris
6441561	Orbey	orbey	Orbey		FR	44	68	682	68249	3541	Europe/Paris
6441562	Osenbach	osenbach	Osenbach		FR	44	68	686	68251	892	Europe/Paris
6441563	Ostheim	ostheim	Ostajm,Ostheim,ao si tan,Остайм,奥斯坦		FR	44	68	682	68252	1597	Europe/Paris
6441564	Ottmarsheim	ottmarsheim	Ottmarsajm,Ottmarsheim,ao te ma er sang,Оттмарсайм,奥特马尔桑		FR	44	68	684	68253	1820	Europe/Paris
6441565	Petit-Landau	petit-landau	Kleinlandau,Peti-Lando,Petit-Landau,pei di lang duo,Пети-Ландо,Петі-Ландо,佩蒂朗多		FR	44	68	684	68254	832	Europe/Paris
6441566	Pfaffenheim	pfaffenheim	Pfaffenheim		FR	44	68	686	68255	1441	Europe/Paris
6441567	Pfastatt	pfastatt	Pfastatt		FR	44	68	684	68256	9501	Europe/Paris
6441568	Pfetterhouse	pfetterhouse	Pfetterhouse		FR	44	68	681	68257	1000	Europe/Paris
6441569	Pulversheim	pulversheim	Pulversheim		FR	44	68	684	68258	2940	Europe/Paris
6441570	Raedersdorf	raedersdorf	Raedersdorf,Redersdorf,Rädersdorf,la ai dai er si duo er,Редерсдорф,拉埃代尔斯多尔		FR	44	68	681	68259	508	Europe/Paris
6441571	Raedersheim	raedersheim	Raedersheim,Redersajm,Rädersheim,la ai dai er sang,Редерсайм,拉埃代尔桑		FR	44	68	686	68260	1106	Europe/Paris
6441572	Rammersmatt	rammersmatt	Rammersmat,Rammersmatt,la mei er si ma,Раммерсмат,拉梅尔斯马		FR	44	68	686	68261	218	Europe/Paris
6441573	Ranspach-le-Bas	ranspach-le-bas	Niederranspach,Ranspak-le-Ba,lang si pa ke lai ba,Ранспак-ле-Ба,朗斯帕克莱巴		FR	44	68	684	68263	652	Europe/Paris
6441574	Ranspach-le-Haut	ranspach-le-haut	Oberranspach,Ranspach-le-Haut,Ranspak-le-O,lang si pa ke lai ao,Ранспак-ле-О,朗斯帕克莱奥		FR	44	68	684	68264	626	Europe/Paris
6441575	Rantzwiller	rantzwiller	Rancviller,Rantsweiler,Rantzwiller,lang te ci wei lai,Ранцвиллер,Ранцвіллер,朗特兹维莱		FR	44	68	684	68265	800	Europe/Paris
6441576	Reiningue	reiningue	Reiningue		FR	44	68	684	68267	1973	Europe/Paris
6441577	Retzwiller	retzwiller	Recviller,Retzweiler,lei te ci wei lai,Рецвиллер,Рецвіллер,雷特兹维莱		FR	44	68	681	68268	712	Europe/Paris
6441578	Ribeauvillé	ribeauville	Ribeauville,Ribeauvillé		FR	44	68	682	68269	4761	Europe/Paris
6441579	Richwiller	richwiller			FR	44	68	684	68270	3687	Europe/Paris
6441580	Riedisheim	riedisheim	Riedisheim		FR	44	68	684	68271	12291	Europe/Paris
6441582	Riespach	riespach	Riespach,Rispak,li ye si pa ke,Риспак,里耶斯帕克		FR	44	68	681	68273	664	Europe/Paris
6441583	Rimbach-près-Guebwiller	rimbach-pres-guebwiller	Rimbach-pres-Guebwiller,Rimbach-près-Guebwiller		FR	44	68	686	68274	188	Europe/Paris
6441584	Rimbach-près-Masevaux	rimbach-pres-masevaux			FR	44	68	686	68275	468	Europe/Paris
6441585	Rimbachzell	rimbachzell	Rembashzel',Rimbachzell,li mu ba ke ze,Рембашзель,里姆巴克泽		FR	44	68	686	68276	196	Europe/Paris
6441586	Riquewihr	riquewihr	Riquewihr		FR	44	68	682	68277	1082	Europe/Paris
6441587	Rixheim	rixheim	Riksajm,Rixheim,li ke sai mu,Риксайм,里克塞姆		FR	44	68	684	68278	14073	Europe/Paris
6441588	Roderen	roderen	Roderen,luo de lang,Родерен,罗德朗		FR	44	68	686	68279	893	Europe/Paris
6441589	Rodern	rodern	Rodern		FR	44	68	682	68280	353	Europe/Paris
6441590	Roggenhouse	roggenhouse	Roggenhouse		FR	44	68	682	68281	470	Europe/Paris
6441591	Romagny	romagny	Romagny,Roman'i,luo ma ni,Романьи,Романьї,罗马尼		FR	44	68	681	68282	254	Europe/Paris
6441592	Rombach-le-Franc	rombach-le-franc			FR	44	68	682	68283	790	Europe/Paris
6441593	Roppentzwiller	roppentzwiller	Roppentzwiller		FR	44	68	681	68284	699	Europe/Paris
6441594	Rorschwihr	rorschwihr	Rorschweier,Rorschwihr,Rorshvir,luo er si ke wei,Роршвир,Роршвір,罗尔斯克维		FR	44	68	682	68285	377	Europe/Paris
6441595	Rosenau	rosenau	Rosenau,Rozeno,luo se nuo,Розено,罗瑟诺		FR	44	68	684	68286	2349	Europe/Paris
6441596	Rouffach	rouffach	Rouffach		FR	44	68	686	68287	4523	Europe/Paris
6441597	Ruederbach	ruederbach	Ruederbach		FR	44	68	681	68288	391	Europe/Paris
6441598	Ruelisheim	ruelisheim	Rjulisajm,Ruelisheim,Rulisheim,Рюлисайм,Рюлісайм		FR	44	68	684	68289	2288	Europe/Paris
6442284	Joudes	joudes	Joudes		FR	27	71	714	71243	384	Europe/Paris
6441599	Rustenhart	rustenhart	Rjustenar,Ruestenhart,Rustenhart,Rüstenhart,Рюстенар		FR	44	68	682	68290	844	Europe/Paris
6441600	Rumersheim-le-Haut	rumersheim-le-haut	Rumersheim-le-Haut		FR	44	68	682	68291	1089	Europe/Paris
6441601	Saint-Amarin	saint-amarin			FR	44	68	686	68292	2278	Europe/Paris
6441603	Sainte-Croix-aux-Mines	sainte-croix-aux-mines	Sainte-Croix-aux-Mines		FR	44	68	682	68294	1927	Europe/Paris
6441604	Sainte-Croix-en-Plaine	sainte-croix-en-plaine	Sainte-Croix-en-Plaine		FR	44	68	682	68295	2952	Europe/Paris
6441605	Saint-Hippolyte	saint-hippolyte	Saint-Hippolyte,Sankt Pilt,Sen-Ippolit,Sent-Ippolit,Сен-Іпполіт,Сен-Ипполит,Сент-Ипполит,سینٹ-ہپپولیتے، ہوت-رہین		FR	44	68	682	68296	986	Europe/Paris
6441606	Saint-Louis	saint-louis	Saint-Louis,Sen-Lui,sheng lu yi,sn-lwyy  awrn,Сен-Луи,Сен-Луї,סן-לואי,سن-لوئی، اورن,سینٹ-لوئیس، ہوت-رہین,圣路易		FR	44	68	684	68297	20642	Europe/Paris
6441607	Sainte-Marie-aux-Mines	sainte-marie-aux-mines	Sainte-Marie-aux-Mines		FR	44	68	682	68298	5118	Europe/Paris
6441608	Saint-Ulrich	saint-ulrich	Saint-Ulrich,Sankt Ulrich,Sent-Jul'rish,Сент-Юльриш		FR	44	68	681	68299	308	Europe/Paris
6441609	Sausheim	sausheim			FR	44	68	684	68300	5512	Europe/Paris
6441610	Schlierbach	schlierbach	Schlierbach,Shlirbak,Шлирбак,Шлірбак		FR	44	68	684	68301	1216	Europe/Paris
6441611	Schweighouse-Thann	schweighouse-thann	Schweighausen,Schweighouse-Thann,Shveguz-Tann,Швегуз-Танн		FR	44	68	686	68302	774	Europe/Paris
6441612	Schwoben	schwoben	Shvoben,Швобен		FR	44	68	681	68303	228	Europe/Paris
6441613	Sentheim	sentheim	Sentajm,Сентайм		FR	44	68	686	68304	1588	Europe/Paris
6441614	Seppois-le-Bas	seppois-le-bas	Seppois-le-Bas		FR	44	68	681	68305	1358	Europe/Paris
6441615	Seppois-le-Haut	seppois-le-haut	Obersept,Seppois-le-Haut,Seppua-le-O,Сеппуа-ле-О		FR	44	68	681	68306	500	Europe/Paris
6441616	Sewen	sewen	Seven,Севен		FR	44	68	686	68307	503	Europe/Paris
6441617	Sickert	sickert	Sickert		FR	44	68	686	68308	325	Europe/Paris
6441618	Sierentz	sierentz			FR	44	68	684	68309	3685	Europe/Paris
6441620	Sondernach	sondernach	Sondernach		FR	44	68	682	68311	624	Europe/Paris
6441621	Sondersdorf	sondersdorf	Sondersdorf,Сондерсдорф		FR	44	68	681	68312	343	Europe/Paris
6441622	Soppe-le-Bas	soppe-le-bas	Niedersulzbach,Sopp-le-Ba,Soppe-le-Bas,Сопп-ле-Ба		FR	44	68	686	68313	757	Europe/Paris
6441624	Soultz-Haut-Rhin	soultz-haut-rhin			FR	44	68	686	68315	7111	Europe/Paris
6441625	Soultzbach-les-Bains	soultzbach-les-bains			FR	44	68	682	68316	741	Europe/Paris
6441626	Soultzeren	soultzeren	Soultzeren,Sul'ceren,Sulzern,Сульцерен		FR	44	68	682	68317	1128	Europe/Paris
6441627	Soultzmatt	soultzmatt	Soultzmatt		FR	44	68	686	68318	2421	Europe/Paris
6441629	Spechbach	spechbach	Oberspechbach,Spechbach,Spekbak-le-O,Спекбак-ле-О		FR	44	68	681	68320	1317	Europe/Paris
6441630	Staffelfelden	staffelfelden	Staffel'fel'den,Стаффельфельден		FR	44	68	684	68321	3958	Europe/Paris
6441631	Steinbach	steinbach	Steinbach,Stenbak,Стенбак		FR	44	68	686	68322	1366	Europe/Paris
6441632	Steinbrunn-le-Bas	steinbrunn-le-bas	Niedersteinbrunn,Steinbrunn-le-Bas,Stenbrjunn-le-Ba,Стенбрюнн-ле-Ба		FR	44	68	684	68323	722	Europe/Paris
6441633	Steinbrunn-le-Haut	steinbrunn-le-haut	Obersteinbrunn,Steinbrunn-le-Haut,Stenbrjunn-le-O,Стенбрюнн-ле-О		FR	44	68	684	68324	576	Europe/Paris
6441634	Steinsoultz	steinsoultz	Steinsoultz,Steinsulz,Stensul'c,Стенсульц		FR	44	68	681	68325	779	Europe/Paris
6441635	Sternenberg	sternenberg	Sternenberg		FR	44	68	681	68326	155	Europe/Paris
6441636	Stetten	stetten	Stetten		FR	44	68	684	68327	340	Europe/Paris
6441637	Storckensohn	storckensohn	Storckensohn		FR	44	68	686	68328	210	Europe/Paris
6441638	Stosswihr	stosswihr	Stosswihr		FR	44	68	682	68329	1349	Europe/Paris
6441639	Strueth	strueth	Strueth		FR	44	68	681	68330	336	Europe/Paris
6441640	Sundhoffen	sundhoffen	Sjundoffen,Sundhoffen,Сюндоффен		FR	44	68	682	68331	1947	Europe/Paris
6441641	Tagolsheim	tagolsheim	Tagol'sajm,Тагольсайм		FR	44	68	681	68332	918	Europe/Paris
6441642	Tagsdorf	tagsdorf	Tagsdorf,Тагсдорф		FR	44	68	681	68333	297	Europe/Paris
6441643	Thannenkirch	thannenkirch	Thannenkirch		FR	44	68	682	68335	451	Europe/Paris
6441644	Traubach-le-Bas	traubach-le-bas	Traubach-le-Bas		FR	44	68	681	68336	491	Europe/Paris
6441645	Traubach-le-Haut	traubach-le-haut	Obertraubach,Traubach-le-Haut,Trobak-le-O,Тробак-ле-О		FR	44	68	681	68337	606	Europe/Paris
6441646	Turckheim	turckheim	Turckheim		FR	44	68	682	68338	3767	Europe/Paris
6441647	Ueberstrass	ueberstrass	Ueberstrass		FR	44	68	681	68340	375	Europe/Paris
6441648	Uffheim	uffheim	Juffajm,Uffheim,Юффайм		FR	44	68	684	68341	876	Europe/Paris
6441649	Uffholtz	uffholtz	Uffholtz		FR	44	68	686	68342	1775	Europe/Paris
6441650	Ungersheim	ungersheim	Jungersajm,Ungersheim,Юнгерсайм		FR	44	68	684	68343	2259	Europe/Paris
6441651	Urbès	urbes	Urbes,Urbès		FR	44	68	686	68344	434	Europe/Paris
6441652	Urschenheim	urschenheim	Urschenheim		FR	44	68	682	68345	723	Europe/Paris
6441653	Vieux-Ferrette	vieux-ferrette	Alt-Pfirt,V'e-Ferrett,Ve-Ferrett,Vieux-Ferrette,Вье-Ферретт,Вє-Ферретт		FR	44	68	681	68347	674	Europe/Paris
6441654	Vieux-Thann	vieux-thann	Alt-Thann,V'e-Tann,Ve-Tann,Вье-Танн,Вє-Танн		FR	44	68	686	68348	2857	Europe/Paris
6441655	Village-Neuf	village-neuf	Village-Neuf		FR	44	68	684	68349	4243	Europe/Paris
6441656	Vogelgrun	vogelgrun	Vogelgrun		FR	44	68	682	68351	659	Europe/Paris
6441657	Wahlbach	wahlbach	Val'bak,Wahlbach,Вальбак		FR	44	68	684	68353	501	Europe/Paris
6441658	Walbach	walbach	Val'bak,Вальбак		FR	44	68	682	68354	899	Europe/Paris
6441659	Waldighofen	waldighofen			FR	44	68	681	68355	1542	Europe/Paris
6441660	Walheim	walheim	Valajm,Walheim,Валайм		FR	44	68	681	68356	902	Europe/Paris
6441661	Wasserbourg	wasserbourg	Wasserbourg		FR	44	68	682	68358	461	Europe/Paris
6441662	Wattwiller	wattwiller	Wattwiller		FR	44	68	686	68359	1646	Europe/Paris
6441663	Weckolsheim	weckolsheim	Weckolsheim		FR	44	68	682	68360	653	Europe/Paris
6441664	Wegscheid	wegscheid	Vegshejd,Wegscheid,Вегшейд		FR	44	68	686	68361	325	Europe/Paris
6441665	Wentzwiller	wentzwiller	Vencviller,Wentzwiller,Wenzweiler,Венцвиллер,Венцвіллер		FR	44	68	684	68362	745	Europe/Paris
6441666	Werentzhouse	werentzhouse	Werentzhouse		FR	44	68	681	68363	549	Europe/Paris
6441667	Westhalten	westhalten	Vestal'ten,Westhalten,Вестальтен		FR	44	68	686	68364	977	Europe/Paris
6441668	Wettolsheim	wettolsheim	Wettolsheim		FR	44	68	682	68365	1727	Europe/Paris
6441669	Wickerschwihr	wickerschwihr	Vikershvir,Wickerschweier,Wickerschwihr,Викершвир,Вікершвір		FR	44	68	682	68366	742	Europe/Paris
6441670	Widensolen	widensolen	Vidensolen,Widensohlen,Widensolen,Виденсолен,Віденсолен		FR	44	68	682	68367	1184	Europe/Paris
6441671	Wihr-au-Val	wihr-au-val	Wihr-au-Val		FR	44	68	682	68368	1265	Europe/Paris
6441672	Wildenstein	wildenstein	Vil'densten,Wildenstein,Вильденстен,Вільденстен		FR	44	68	686	68370	180	Europe/Paris
6441673	Willer-sur-Thur	willer-sur-thur			FR	44	68	686	68372	1845	Europe/Paris
6441674	Winkel	winkel	Venkel',Winkel,Венкель		FR	44	68	681	68373	307	Europe/Paris
6441675	Wittelsheim	wittelsheim	Wittelsheim		FR	44	68	684	68375	10432	Europe/Paris
6441676	Wittenheim	wittenheim	Wittenheim		FR	44	68	684	68376	14589	Europe/Paris
6441677	Wittersdorf	wittersdorf	Vittersdorf,Wittersdorf,Виттерсдорф,Віттерсдорф		FR	44	68	681	68377	814	Europe/Paris
6441678	Wolfersdorf	wolfersdorf	Wolfersdorf		FR	44	68	681	68378	367	Europe/Paris
6441679	Wolfgantzen	wolfgantzen	Vol'fgancen,Wolfgantzen,Wolfganzen,Вольфганцен		FR	44	68	682	68379	1051	Europe/Paris
6441680	Wolschwiller	wolschwiller	Wolschwiller		FR	44	68	681	68380	461	Europe/Paris
6441681	Wuenheim	wuenheim			FR	44	68	686	68381	798	Europe/Paris
6441682	Zaessingue	zaessingue	Zaessingen,Zaessingue,Zesseng,Zässingen,Зессенг,زاسسنگے		FR	44	68	684	68382	380	Europe/Paris
6441683	Zellenberg	zellenberg			FR	44	68	682	68383	327	Europe/Paris
6441684	Zillisheim	zillisheim	Zillisheim		FR	44	68	684	68384	2589	Europe/Paris
6441685	Zimmerbach	zimmerbach	Zimmerbach,Zimmerbak,Зиммербак,Зіммербак		FR	44	68	682	68385	846	Europe/Paris
6441686	Zimmersheim	zimmersheim	Zimmersajm,Zimmersheim,Зиммерсайм,Зіммерсайм		FR	44	68	684	68386	1026	Europe/Paris
6441687	Irigny	irigny			FR	84	69	691	69100	8609	Europe/Paris
6441689	Jullié	jullie	Jullie,Jullié,Zhul'e,Жульє		FR	84	69	692	69104	439	Europe/Paris
6441690	Lacenas	lacenas	Lacenas,Lasena,lasynas,Ласена,لاسیناس		FR	84	69	692	69105	948	Europe/Paris
6441691	Lachassagne	lachassagne	Lachassagne		FR	84	69	692	69106	1086	Europe/Paris
6441692	Lamure-sur-Azergues	lamure-sur-azergues	Lamure-sur-Azergues		FR	84	69	692	69107	1048	Europe/Paris
6441693	Lancié	lancie	Lancie,Lancié		FR	84	69	692	69108	1020	Europe/Paris
6441694	Lantignié	lantignie	Lantignie,Lantignié		FR	84	69	692	69109	887	Europe/Paris
6441695	Larajasse	larajasse	Larajasse,Larazhass,larajasy,Ларажасс,لاراجاسی		FR	84	69	691	69110	1857	Europe/Paris
6441696	Légny	legny	Legny,Len'i,Légny,Леньї		FR	84	69	692	69111	664	Europe/Paris
6441697	Lentilly	lentilly	Lentilly		FR	84	69	692	69112	5450	Europe/Paris
6441698	Létra	letra	Letra,Létra		FR	84	69	692	69113	932	Europe/Paris
6441700	Limas	limas	Lima,Limas,Ліма		FR	84	69	692	69115	4754	Europe/Paris
6441701	Limonest	limonest	Limonest		FR	84	69	691	69116	3675	Europe/Paris
6441702	Lissieu	lissieu	Lis'e,Lis'jo,Lissieu,Лисьё,Лісьє		FR	84	69	691	69117	3116	Europe/Paris
6441703	Longes	longes			FR	84	69	691	69119	961	Europe/Paris
6441704	Lozanne	lozanne	Lozana,Lozann,lwzan  fransh,Лозанн,لوزان، فرانسه		FR	84	69	692	69121	2639	Europe/Paris
6441705	Lucenay	lucenay	Ljusne,Люсне		FR	84	69	692	69122	1820	Europe/Paris
6441706	Marchampt	marchampt	Marchampt		FR	84	69	692	69124	455	Europe/Paris
6441707	Marcilly-d'Azergues	marcilly-d-azergues	Marcilly-d'Azergues		FR	84	69	692	69125	870	Europe/Paris
6441708	Marcy-l'Étoile	marcy-l-etoile	Marcy-l'Etoile,Marcy-l'Étoile		FR	84	69	691	69127	3736	Europe/Paris
6441710	Meaux-la-Montagne	meaux-la-montagne	Meaux-la-Montagne		FR	84	69	692	69130	239	Europe/Paris
6441712	Millery	millery	Mil'ri,Milyeri,Мільрі		FR	84	69	691	69133	4341	Europe/Paris
6441713	Moiré	moire	Moire,Moiré		FR	84	69	692	69134	201	Europe/Paris
6441714	Deux-Grosnes	deux-grosnes			FR	84	69	692	69135	1904	Europe/Paris
6441715	Montromant	montromant	Montromant		FR	84	69	691	69138	457	Europe/Paris
6441716	Montrottier	montrottier	Monrot'e,Монротьє		FR	84	69	691	69139	1392	Europe/Paris
6441717	Morancé	morance	Morance,Morancé,Moranse,Морансе		FR	84	69	692	69140	1975	Europe/Paris
6441718	Mornant	mornant	Mornant		FR	84	69	691	69141	5725	Europe/Paris
6441719	Neuville-sur-Saône	neuville-sur-saone	Neuville-sur-Saone,Neuville-sur-Saône		FR	84	69	691	69143	7435	Europe/Paris
6441721	Odenas	odenas	Odena,adna,awdyna,Одена,ادنا,اودینا		FR	84	69	692	69145	930	Europe/Paris
6441723	Orliénas	orlienas	Orlienas,Orliénas		FR	84	69	691	69148	2408	Europe/Paris
6441724	Oullins	oullins	Oullins		FR	84	69	691	69149	26512	Europe/Paris
6441726	Pierre-Bénite	pierre-benite	Pierre-Benite,Pierre-Bénite		FR	84	69	691	69152	10493	Europe/Paris
6441727	Poleymieux-au-Mont-d'Or	poleymieux-au-mont-d-or			FR	84	69	691	69153	1297	Europe/Paris
6441728	Pollionnay	pollionnay			FR	84	69	691	69154	2512	Europe/Paris
6441729	Pomeys	pomeys	Pomej,Pomeys,Помей		FR	84	69	691	69155	1145	Europe/Paris
6441730	Vindry-sur-Turdine	vindry-sur-turdine	Ponsharra-sjur-Tjurdin,Vindry-sur-Turdine,Поншарра-сюр-Тюрдін		FR	84	69	692	69157	5095	Europe/Paris
6441732	Porte des Pierres Dorées	porte-des-pierres-dorees			FR	84	69	692	69159	3686	Europe/Paris
6441733	Propières	propieres	Propieres,Propières		FR	84	69	692	69161	450	Europe/Paris
6442285	Jugy	jugy	Jugy		FR	27	71	712	71245	325	Europe/Paris
6441734	Quincié-en-Beaujolais	quincie-en-beaujolais	Kens'e-an-Bozhole,Кенсьє-ан-Божоле		FR	84	69	692	69162	1322	Europe/Paris
6441736	Rivolet	rivolet	Rivole,Rivolet,rywlh,Риволе,ریوله,ریوولے		FR	84	69	692	69167	578	Europe/Paris
6441737	Ronno	ronno	Ronno,rwnw,rwnw  fransh,Ронно,رونو,رونو، فرانسه		FR	84	69	692	69169	631	Europe/Paris
6441738	Rontalon	rontalon	Rontalon		FR	84	69	691	69170	1176	Europe/Paris
6441739	Sain-Bel	sain-bel	Sain Bel,Sain-Bel,Sen-Bel',syn-bl,Сен-Бель,سین-بل		FR	84	69	692	69171	2299	Europe/Paris
6441740	Sarcey	sarcey			FR	84	69	692	69173	995	Europe/Paris
6441741	Soucieu-en-Jarrest	soucieu-en-jarrest	Soucieu-en-Jarrest,Sus'e-an-Zharre,Сусьє-ан-Жарре		FR	84	69	691	69176	4473	Europe/Paris
6441742	Sourcieux-les-Mines	sourcieux-les-mines	Surs'e-le-Min,Сурсьє-ле-Мін		FR	84	69	692	69177	2013	Europe/Paris
6441743	Souzy	souzy	Souzy,Suzi,Сузі		FR	84	69	691	69178	808	Europe/Paris
6441744	Beauvallon	beauvallon	Beauvallon		FR	84	69	691	69179	3973	Europe/Paris
6441745	Saint-Appolinaire	saint-appolinaire	Saint-Appolinaire,Sent-Appoliner,Сент-Апполінер,سینٹ-اپپولنیرے		FR	84	69	692	69181	207	Europe/Paris
6441746	Saint-Bonnet-des-Bruyères	saint-bonnet-des-bruyeres	Saint-Bonnet-des-Bruyeres,Saint-Bonnet-des-Bruyères,Sen-Bonne-de-Brjuer,sheng bo nei de bu lu ye er,Сен-Бонне-де-Брюєр,سینٹ-بونٹ-دس-بریریس,聖博內德布呂耶爾		FR	84	69	692	69182	356	Europe/Paris
6441747	Saint-Bonnet-le-Troncy	saint-bonnet-le-troncy	Saint-Bonnet-le-Troncy		FR	84	69	692	69183	310	Europe/Paris
6441748	Saint-Clément-de-Vers	saint-clement-de-vers	Saint-Clement-de-Vers,Saint-Clément-de-Vers		FR	84	69	692	69186	227	Europe/Paris
6441749	Saint-Clément-les-Places	saint-clement-les-places	Saint-Clement-les-Places,Saint-Clément-les-Places		FR	84	69	691	69187	638	Europe/Paris
6441750	Saint-Clément-sur-Valsonne	saint-clement-sur-valsonne	Saint-Clement-sur-Valsonne,Saint-Clément-sur-Valsonne,Sen-Kleman-sjur-Val'sonn,sn-klman-swr-walsn,Сен-Клеман-сюр-Вальсонн,سن-کلمان-سور-والسن,سینٹ-کلیمنٹ-سر-ولسوں نے		FR	84	69	692	69188	903	Europe/Paris
6441751	Sainte-Consorce	sainte-consorce	Sent-Konsors,Сент-Консорс,سین-کونسورکے		FR	84	69	691	69190	1923	Europe/Paris
6441752	Saint-Cyr-au-Mont-d'Or	saint-cyr-au-mont-d-or	Saint-Cyr-au-Mont-d'Or		FR	84	69	691	69191	5545	Europe/Paris
6441753	Saint-Cyr-le-Chatoux	saint-cyr-le-chatoux	Saint-Cyr-le-Chatoux		FR	84	69	692	69192	141	Europe/Paris
6441755	Saint-Didier-au-Mont-d'Or	saint-didier-au-mont-d-or	Saint-Didier-au-Mont-d'Or		FR	84	69	691	69194	6650	Europe/Paris
6441757	Saint-Didier-sur-Beaujeu	saint-didier-sur-beaujeu	Sen-Did'e-sjur-Bozhe,Сен-Дідьє-сюр-Боже,سینٹ-ددئر-سر-بوجیو		FR	84	69	692	69196	616	Europe/Paris
6441758	Saint-Étienne-des-Oullières	saint-etienne-des-oullieres	Sent-Et'enn-dez-Ul'er,Сент-Етьєнн-дез-Ульєр,سینٹ-ایٹیینے-دس-ولیرس		FR	84	69	692	69197	2191	Europe/Paris
6441759	Saint-Étienne-la-Varenne	saint-etienne-la-varenne	Saint-Etienne-la-Varenne,Saint-Étienne-la-Varenne		FR	84	69	692	69198	743	Europe/Paris
6441760	Saint-Fons	saint-fons	Saint-Fons		FR	84	69	691	69199	18566	Europe/Paris
6441761	Sainte-Foy-l'Argentière	sainte-foy-l-argentiere	Sainte-Foy-l'Argentiere,Sainte-Foy-l'Argentière		FR	84	69	691	69201	1286	Europe/Paris
6441762	Sainte-Foy-lès-Lyon	sainte-foy-les-lyon	Sainte-Foy-les-Lyon,Sainte-Foy-lès-Lyon		FR	84	69	691	69202	21995	Europe/Paris
6441763	Saint-Genis-l'Argentière	saint-genis-l-argentiere	Saint-Genis-l'Argentiere,Saint-Genis-l'Argentière		FR	84	69	691	69203	1052	Europe/Paris
6441764	Saint-Genis-Laval	saint-genis-laval	Saint-Genis-Laval		FR	84	69	691	69204	21545	Europe/Paris
6441765	Saint-Genis-les-Ollières	saint-genis-les-ollieres	Saint-Genis-les-Ollieres,Saint-Genis-les-Ollières,Sen-Zheni-lez-Ol'er,Сен-Жені-лез-Ольєр,سینٹ-گینس-لیس-ولیرس		FR	84	69	691	69205	4879	Europe/Paris
6441766	Saint-Georges-de-Reneins	saint-georges-de-reneins	Saint-Georges-de-Reneins,Sen-Zhorzh-de-Renen,Сен-Жорж-де-Ренен,سینٹ-گیورگس-دے-رینینس		FR	84	69	692	69206	4363	Europe/Paris
6441767	Saint-Germain-au-Mont-d'Or	saint-germain-au-mont-d-or	Saint-Germain-au-Mont-d'Or		FR	84	69	691	69207	3135	Europe/Paris
6441768	Saint-Germain-Nuelles	saint-germain-nuelles			FR	84	69	692	69208	2267	Europe/Paris
6441769	Saint-Igny-de-Vers	saint-igny-de-vers	Saint-Igny-de-Vers		FR	84	69	692	69209	588	Europe/Paris
6441772	Saint-Jean-des-Vignes	saint-jean-des-vignes	Saint-Jean-des-Vignes		FR	84	69	692	69212	408	Europe/Paris
6441774	Saint-Jean-la-Bussière	saint-jean-la-bussiere	Saint-Jean-la-Bussiere,Saint-Jean-la-Bussière		FR	84	69	692	69214	1220	Europe/Paris
6441775	Saint-Julien-sur-Bibost	saint-julien-sur-bibost	Sen-Zhul'en-sjur-Bibo,Сен-Жульєн-сюр-Бібо,سینٹ-جلیں -سر-بیبوسٹ		FR	84	69	692	69216	562	Europe/Paris
6441776	Saint-Just-d'Avray	saint-just-d-avray			FR	84	69	692	69217	752	Europe/Paris
6441777	Saint-Laurent-d'Agny	saint-laurent-d-agny	Saint-Laurent-d'Agny		FR	84	69	691	69219	2134	Europe/Paris
6441778	Saint-Laurent-de-Chamousset	saint-laurent-de-chamousset	Saint-Laurent-de-Chamousset		FR	84	69	691	69220	1857	Europe/Paris
6441783	Saint-Marcel-l'Éclairé	saint-marcel-l-eclaire			FR	84	69	692	69225	509	Europe/Paris
6441784	Saint-Martin-en-Haut	saint-martin-en-haut	Saint-Martin-en-Haut,Sen-Marten-an-O,Сен-Мартен-ан-О,سینٹ-مارٹن-این -ہوت		FR	84	69	691	69227	3886	Europe/Paris
6441785	Chabanière	chabaniere	Sen-Moris-sjur-Darguar,Сен-Морис-сюр-Даргуар,سینٹ-موریس-سر-درگویرے		FR	84	69	691	69228	4174	Europe/Paris
6441786	Saint-Nizier-d'Azergues	saint-nizier-d-azergues	Saint-Nizier-d'Azergues		FR	84	69	692	69229	792	Europe/Paris
6441787	Sainte-Paule	sainte-paule	Sainte-Paule		FR	84	69	692	69230	332	Europe/Paris
6441788	Saint-Pierre-la-Palud	saint-pierre-la-palud	Saint-Pierre-la-Palud,Sen-Perr-la-Palju,Сен-Пєрр-ла-Палю,سین-پیری-لا-پلڈ		FR	84	69	692	69231	2636	Europe/Paris
6441789	Saint-Romain-au-Mont-d'Or	saint-romain-au-mont-d-or			FR	84	69	691	69233	1200	Europe/Paris
6441790	Saint-Romain-de-Popey	saint-romain-de-popey	Saint-Romain-de-Popey,Sen-Romen-de-Pope,Сен-Ромен-де-Попе,سین-رومین-دے-پوپے		FR	84	69	692	69234	1558	Europe/Paris
6443097	Bolbec	bolbec	Bolbec		FR	28	76	762	76114	11449	Europe/Paris
6441792	Saint-Romain-en-Gier	saint-romain-en-gier	Saint-Romain-en-Gier		FR	84	69	691	69236	581	Europe/Paris
6441794	Saint-Vincent-de-Reins	saint-vincent-de-reins	Saint-Vincent-de-Reins,Sen-Vensan-de-Ren,Сен-Венсан-де-Рен		FR	84	69	692	69240	644	Europe/Paris
6441795	Taluyers	taluyers	Taluyers		FR	84	69	691	69241	2530	Europe/Paris
6441796	Taponas	taponas			FR	84	69	692	69242	972	Europe/Paris
6441797	Tarare	tarare	Tarar,Tarare,Тарар		FR	84	69	692	69243	10532	Europe/Paris
6441798	Tassin-la-Demi-Lune	tassin-la-demi-lune			FR	84	69	691	69244	22356	Europe/Paris
6441799	Ternand	ternand	Ternan,Ternand,trnan,Тернан,ترنان		FR	84	69	692	69245	670	Europe/Paris
6441800	Theizé	theize	Theize,Theizé		FR	84	69	692	69246	1205	Europe/Paris
6441802	Thurins	thurins	Thurins,Tjuren,Тюрен		FR	84	69	691	69249	3032	Europe/Paris
6441804	Tupin-et-Semons	tupin-et-semons	Tupin-et-Semons		FR	84	69	691	69253	617	Europe/Paris
6441805	Vaugneray	vaugneray	Vaugneray,Von'ere,wawgnry,Воньєре,واوگنری		FR	84	69	691	69255	5571	Europe/Paris
6441806	Vaulx-en-Velin	vaulx-en-velin	Vaulx-en-Velin		FR	84	69	691	69256	48497	Europe/Paris
6441807	Vaux-en-Beaujolais	vaux-en-beaujolais	Vaux-en-Beaujolais,Vo-an-Bozhole,wawks an bwjly,Во-ан-Божоле,واوکس ان بوجلی		FR	84	69	692	69257	1087	Europe/Paris
6441808	Vauxrenard	vauxrenard	Vauxrenard,Vorenar,wawksrnrd,Воренар,واوکسرنرد		FR	84	69	692	69258	322	Europe/Paris
6441809	Vénissieux	venissieux	Venissieux,Vénissieux		FR	84	69	691	69259	65405	Europe/Paris
6441810	Villechenève	villecheneve	Villecheneve,Villechenève		FR	84	69	691	69263	889	Europe/Paris
6441811	Villefranche-sur-Saône	villefranche-sur-saone	Villefranche-sur-Saone,Villefranche-sur-Saône		FR	84	69	692	69264	37266	Europe/Paris
6441812	Ville-sur-Jarnioux	ville-sur-jarnioux			FR	84	69	692	69265	814	Europe/Paris
6441813	Villeurbanne	villeurbanne	Villeurbanne		FR	84	69	691	69266	149019	Europe/Paris
6441814	Villié-Morgon	villie-morgon	Vile-Morgon,Villie-Morgon,Villié-Morgon,vu~irie=morugon,Вілє-Моргон,ヴィリエ＝モルゴン		FR	84	69	692	69267	2109	Europe/Paris
6441815	Vourles	vourles	Vourles		FR	84	69	691	69268	3375	Europe/Paris
6441816	Yzeron	yzeron	Izron,Yzeron,yzyrwn,Ізрон,یزیرون		FR	84	69	691	69269	1038	Europe/Paris
6441817	Chaponnay	chaponnay	Chaponnay,Shapone,Shaponne,Шапоне,Шапонне		FR	84	69	691	69270	4212	Europe/Paris
6441818	Chassieu	chassieu	Chassieu		FR	84	69	691	69271	10234	Europe/Paris
6441819	Communay	communay	Communay		FR	84	69	691	69272	4175	Europe/Paris
6441820	Corbas	corbas			FR	84	69	691	69273	11209	Europe/Paris
6441821	Décines-Charpieu	decines-charpieu	Decines-Charpieu,Décines-Charpieu		FR	84	69	691	69275	27851	Europe/Paris
6441822	Feyzin	feyzin			FR	84	69	691	69276	9879	Europe/Paris
6441823	Genas	genas	Genas		FR	84	69	691	69277	12624	Europe/Paris
6441824	Genay	genay	Genay		FR	84	69	691	69278	5446	Europe/Paris
6441825	Jonage	jonage	Jonage,Zhonazh,Жонаж		FR	84	69	691	69279	5838	Europe/Paris
6441827	Marennes	marennes	Marenn,Marennes,Маренн		FR	84	69	691	69281	1649	Europe/Paris
6441828	Meyzieu	meyzieu	Meyzieu		FR	84	69	691	69282	32996	Europe/Paris
6441829	Mions	mions	Mions		FR	84	69	691	69283	13244	Europe/Paris
6441830	Montanay	montanay	Montanay		FR	84	69	691	69284	3087	Europe/Paris
6441831	Pusignan	pusignan			FR	84	69	691	69285	4063	Europe/Paris
6441832	Saint-Bonnet-de-Mure	saint-bonnet-de-mure	Saint-Bonnet-de-Mure,Sen-Bonne-de-Mjur,Сен-Бонне-де-Мюр,سینٹ-بونٹ-دے-مرے		FR	84	69	691	69287	6827	Europe/Paris
6441833	Saint-Laurent-de-Mure	saint-laurent-de-mure	Saint-Laurent-de-Mure,Sen-Loran-de-Mjur,Сен-Лоран-де-Мюр,سینٹ-لارنٹ-دے-مرے		FR	84	69	691	69288	5380	Europe/Paris
6441834	Saint-Pierre-de-Chandieu	saint-pierre-de-chandieu	Saint-Pierre-de-Chandieu		FR	84	69	691	69289	4521	Europe/Paris
6441835	Saint-Symphorien-d'Ozon	saint-symphorien-d-ozon	Saint-Symphorien-d'Ozon		FR	84	69	691	69291	5706	Europe/Paris
6441836	Sathonay-Camp	sathonay-camp	Sathonay-Camp		FR	84	69	691	69292	5926	Europe/Paris
6441837	Sathonay-Village	sathonay-village	Sathonay-Village		FR	84	69	691	69293	2346	Europe/Paris
6441838	Sérézin-du-Rhône	serezin-du-rhone	Serezen-dju-Ron,Serezin-du-Rhone,Serezin-du-Rodano,Sérézin-du-Rhône,Sérézin-du-Ròdano,Серезен-дю-Рон		FR	84	69	691	69294	2626	Europe/Paris
6441839	Simandres	simandres	Simandr,Simandres,Сімандр		FR	84	69	691	69295	1769	Europe/Paris
6441840	Toussieu	toussieu	Toussieu,Tus'e,Тусьє		FR	84	69	691	69298	2959	Europe/Paris
6441842	Broye-les-Loups-et-Verfontaine	broye-les-loups-et-verfontaine	Broaj le Lups et Verfonten,Broye-les-Loups-et-Verfontaine,Brua-le-Lu-e-Verfonten,Brua-le-Lu-eh-Verfonten,Броај ле Лупс ет Верфонтен,Бруа-ле-Лу-е-Верфонтен,Бруа-ле-Лу-э-Верфонтен		FR	27	70	702	70100	124	Europe/Paris
6441843	Brussey	brussey	Brise,Brjusse,Brussey,Брисе,Брюссе		FR	27	70	702	70102	275	Europe/Paris
6441844	Bucey-lès-Gy	bucey-les-gy	Bise le Gi,Bjuse-le-Zhi,Бисе ле Ги,Бюсе-ле-Жи,Бюсе-ле-Жі		FR	27	70	702	70104	601	Europe/Paris
6441845	Bucey-lès-Traves	bucey-les-traves	Bise le Trav,Bjuse-le-Trav,Bucey-les-Traves,Bucey-lès-Traves,Бисе ле Трав,Бюсе-ле-Трав		FR	27	70	702	70105	115	Europe/Paris
6441846	Buffignécourt	buffignecourt	Bifinekur,Bjuffin'ekur,Buffignecourt,Buffignécourt,Бифињекур,Бюффиньекур,Бюффіньєкур		FR	27	70	702	70106	119	Europe/Paris
6441847	Bussières	bussieres	Bisjer,Bjus'er,Bussieres,Bussières,Бисјер,Бюсьер,Бюсьєр		FR	27	70	702	70107	412	Europe/Paris
6441848	Buthiers	buthiers	Bitje,Bjut'e,Buthiers,Битје,Бютье,Бютьє		FR	27	70	702	70109	305	Europe/Paris
6441849	Calmoutier	calmoutier	Calmoutier,Kal'mut'e,Kalmutje,Калмутје,Кальмутье,Кальмутьє		FR	27	70	702	70111	262	Europe/Paris
6441850	Cemboing	cemboing	Cemboing,Samboan,Sambuehn,Sambuen,Самбоан,Самбуен,Самбуэн		FR	27	70	702	70112	183	Europe/Paris
6441851	Cenans	cenans	Cenans		FR	27	70	702	70113	121	Europe/Paris
6441852	Cendrecourt	cendrecourt	Cendrecourt,Sandrekur,Сандрекур		FR	27	70	702	70114	208	Europe/Paris
6441853	Cerre-lès-Noroy	cerre-les-noroy	Cerre-les-Noroy,Cerre-lès-Noroy		FR	27	70	702	70115	231	Europe/Paris
6441854	Chagey	chagey	Chagey,Shazhe,Шаже		FR	27	70	701	70116	643	Europe/Paris
6441855	Châlonvillars	chalonvillars	Shalonvilar,Shalonvillar,Шалонвилар,Шалонвиллар,Шалонвіллар		FR	27	70	701	70117	1252	Europe/Paris
6441856	Chambornay-lès-Pin	chambornay-les-pin	Chambornay-les-Pin,Chambornay-lès-Pin,Shamborne le Pen,Shamborne-le-Pen,Шамборне ле Пен,Шамборне-ле-Пен		FR	27	70	702	70119	354	Europe/Paris
6441857	Champey	champey	Champey		FR	27	70	701	70121	869	Europe/Paris
6441858	Champtonnay	champtonnay	Champtonnay		FR	27	70	702	70124	99	Europe/Paris
6441859	Chancey	chancey	Chancey,Shanse,Шансе		FR	27	70	702	70126	202	Europe/Paris
6441860	Chantes	chantes	Chantes		FR	27	70	702	70127	119	Europe/Paris
6441861	Charcenne	charcenne	Charcenne,Sharsan,Sharsen,Sharsenn,Шарсан,Шарсен,Шарсенн		FR	27	70	702	70130	339	Europe/Paris
6441862	Chargey-lès-Gray	chargey-les-gray	Chargey-les-Gray,Chargey-lès-Gray,Sharzhe le Gre,Sharzhe-le-Gre,Шарже ле Гре,Шарже-ле-Гре		FR	27	70	702	70132	710	Europe/Paris
6441863	Chargey-lès-Port	chargey-les-port	Chargey-les-Port,Chargey-lès-Port,Sharzhe le Por,Sharzhe-le-Por,Шарже ле Пор,Шарже-ле-Пор		FR	27	70	702	70133	237	Europe/Paris
6441864	Chariez	chariez	Chariez		FR	27	70	702	70134	210	Europe/Paris
6441865	Charmes-Saint-Valbert	charmes-saint-valbert	Charmes-Saint-Valbert,Sharm Sen Valber,Sharm-Sen-Val'ber,Шарм Сен Валбер,Шарм-Сен-Вальбер		FR	27	70	702	70135	42	Europe/Paris
6441866	Chassey-lès-Montbozon	chassey-les-montbozon	Chassey-les-Montbozon,Chassey-lès-Montbozon		FR	27	70	702	70137	215	Europe/Paris
6441867	Chassey-lès-Scey	chassey-les-scey	Chassey-les-Scey,Chassey-lès-Scey,Shase le Ske,Shase-le-Se,Shasse-le-Se,Шасе ле Ске,Шасе-ле-Се,Шассе-ле-Се		FR	27	70	702	70138	135	Europe/Paris
6441868	Chaumercenne	chaumercenne	Chaumercenne		FR	27	70	702	70142	181	Europe/Paris
6441869	Chauvirey-le-Châtel	chauvirey-le-chatel	Shovire le Shatel,Shovire-le-Shatel',Шовире ле Шател,Шовире-ле-Шатель,Шовіре-ле-Шатель		FR	27	70	702	70143	122	Europe/Paris
6441870	Chauvirey-le-Vieil	chauvirey-le-vieil	Chauvirey-le-Vieil		FR	27	70	702	70144	33	Europe/Paris
6441871	Chaux-la-Lotière	chaux-la-lotiere	Chaux-la-Lotiere,Chaux-la-Lotière,Sho la Lotjer,Sho-la-Lot'er,Шо ла Лотјер,Шо-ла-Лотьер,Шо-ла-Лотьєр		FR	27	70	702	70145	442	Europe/Paris
6441872	Chaux-lès-Port	chaux-les-port	Chaux-les-Port,Chaux-lès-Port,Sho le Por,Sho-le-Por,Шо ле Пор,Шо-ле-Пор		FR	27	70	702	70146	153	Europe/Paris
6441873	Chavanne	chavanne	Chavanne,Shavan,Shavann,Шаван,Шаванн		FR	27	70	701	70147	235	Europe/Paris
6441874	Chemilly	chemilly	Chemilly,Shemii,Shemiji,Шемийи,Шемији,Шемії		FR	27	70	702	70148	88	Europe/Paris
6441875	Chenebier	chenebier	Shenb'e,Shenbje,Shenebe,Шенбье,Шенбје,Шенебє		FR	27	70	701	70149	697	Europe/Paris
6441876	Chenevrey-et-Morogne	chenevrey-et-morogne	Chenevrey-et-Morogne,Shenevre-e-Moron',Shenevre-eh-Moron',Shenvrej et Moron,Шенвреј ет Мороњ,Шеневре-е-Моронь,Шеневре-э-Моронь		FR	27	70	702	70150	304	Europe/Paris
6441877	Cintrey	cintrey	Cintrey,Sentre,Сентре		FR	27	70	702	70153	95	Europe/Paris
6441878	Cirey	cirey	Cirey,Sire,Сире,Сіре		FR	27	70	702	70154	363	Europe/Paris
6441879	Citers	citers	Citers,Siter,Ситер,Сітер		FR	27	70	701	70155	767	Europe/Paris
6441880	Citey	citey	Citey,Site,Сите,Сіте		FR	27	70	702	70156	101	Europe/Paris
6441881	Clairegoutte	clairegoutte	Clairegoutte		FR	27	70	701	70157	382	Europe/Paris
6441882	Clans	clans	Clans,Klan,Клан		FR	27	70	702	70158	108	Europe/Paris
6441883	Cognières	cognieres	Cognieres,Cognières,Kon'er,Konijer,Коньер,Коньєр,Коњијер		FR	27	70	702	70159	91	Europe/Paris
6441884	Coisevaux	coisevaux	Coisevaux,Koasvo,Kuazevo,Kuazvo,Коасво,Куазво,Куазево		FR	27	70	701	70160	332	Europe/Paris
6441885	Colombe-lès-Vesoul	colombe-les-vesoul	Colombe-les-Vesoul,Colombe-lès-Vesoul,Kolomb le Vezul,Kolomb-le-Vezul',Коломб ле Везул,Коломб-ле-Везуль		FR	27	70	702	70162	460	Europe/Paris
6441886	Colombotte	colombotte	Kolombot,Kolombott,Коломбот,Коломботт		FR	27	70	702	70164	85	Europe/Paris
6441887	Combeaufontaine	combeaufontaine	Combeaufontaine,Kombofonten,Комбофонтен		FR	27	70	702	70165	539	Europe/Paris
6441888	Comberjon	comberjon	Comberjon,Komberzhon,Комбержон		FR	27	70	702	70166	167	Europe/Paris
6441889	Conflandey	conflandey	Conflandey,Konflande,Конфланде		FR	27	70	702	70167	364	Europe/Paris
6441890	Confracourt	confracourt	Konfrakur,Конфракур		FR	27	70	702	70169	214	Europe/Paris
6441891	Contréglise	contreglise	Kontregliz,Контреглиз,Контрегліз		FR	27	70	702	70170	116	Europe/Paris
6441892	Corbenay	corbenay	Corbenay,Korbene,Korbne,Корбене,Корбне		FR	27	70	701	70171	1289	Europe/Paris
6441893	Cornot	cornot	Cornot,Korno,Корно		FR	27	70	702	70175	140	Europe/Paris
6441894	Corre	corre	Kor,Korr,ke er,Кор,Корр,科爾		FR	27	70	702	70177	590	Europe/Paris
6441895	Coulevon	coulevon	Coulevon		FR	27	70	702	70179	181	Europe/Paris
6441896	Courchaton	courchaton	Courchaton,Kurshaton,Куршатон		FR	27	70	701	70180	450	Europe/Paris
6441897	Courcuire	courcuire	Courcuire,Kurkir,Kurkjuir,Куркир,Куркюир,Куркюїр		FR	27	70	702	70181	132	Europe/Paris
6441898	Courmont	courmont	Courmont,Kurmon,Курмон		FR	27	70	701	70182	129	Europe/Paris
6441899	Courtesoult-et-Gatey	courtesoult-et-gatey	Kurtsu-e-Gate,Kurtsu-eh-Gate,Kurtsult et Gate,Куртсу-е-Гате,Куртсу-э-Гате,Куртсулт ет Гате		FR	27	70	702	70183	61	Europe/Paris
6441900	Couthenans	couthenans	Couthenans,Kutenan,Kutnan,Кутенан,Кутнан		FR	27	70	701	70184	741	Europe/Paris
6441901	Crevans-et-la-Chapelle-lès-Granges	crevans-et-la-chapelle-les-granges	Crevans-et-la-Chapelle-les-Granges,Crevans-et-la-Chapelle-lès-Granges		FR	27	70	701	70187	264	Europe/Paris
6441902	Creveney	creveney	Creveney,Krevene,Krevne,krfyny,Кревене,Кревне,كرفيني		FR	27	70	701	70188	59	Europe/Paris
6443165	Cropus	cropus	Cropus		FR	28	76	761	76204	249	Europe/Paris
6441903	Cubry-lès-Faverney	cubry-les-faverney	Cubry-les-Faverney,Cubry-lès-Faverney		FR	27	70	702	70190	177	Europe/Paris
6441904	Cugney	cugney	Cugney,Kine,Kjun'e,Киње,Кюнье,Кюньє		FR	27	70	702	70192	196	Europe/Paris
6441905	Cult	cult	Cult,Ki,Kju,Ки,Кю		FR	27	70	702	70193	228	Europe/Paris
6441906	Cuve	cuve	Cuve		FR	27	70	701	70194	145	Europe/Paris
6441907	Dampierre-lès-Conflans	dampierre-les-conflans	Damp'er-le-Konflan,Damperr-le-Konflan,Dampierre-les-Conflans,Dampierre-lès-Conflans,Dampjer le Konflan,Дампьер-ле-Конфлан,Дампєрр-ле-Конфлан,Дампјер ле Конфлан		FR	27	70	701	70196	266	Europe/Paris
6441908	Dampierre-sur-Linotte	dampierre-sur-linotte	Dampierre-sur-Linotte		FR	27	70	702	70197	803	Europe/Paris
6441909	Dampierre-sur-Salon	dampierre-sur-salon	Damp'er-sjur-Salon,Damperr-sjur-Salon,Dampierre-sur-Salon,Dampjer sir Salon,Дампьер-сюр-Салон,Дампєрр-сюр-Салон,Дампјер сир Салон		FR	27	70	702	70198	1276	Europe/Paris
6441910	Dampvalley-lès-Colombe	dampvalley-les-colombe	Dampvalle-le-Kolomb,Dampvalley-les-Colombe,Dampvalley-lès-Colombe,Danvale le Kolomb,Danvalle-le-Kolomb,Дампвалле-ле-Коломб,Данвале ле Коломб,Данвалле-ле-Коломб		FR	27	70	702	70199	110	Europe/Paris
6441911	Dampvalley-Saint-Pancras	dampvalley-saint-pancras	Dampvalle-Sen-Pankra,Danvale Sen Pankras,Danvalle-Sen-Pankra,Дампвалле-Сен-Панкра,Данвале Сен Панкрас,Данвалле-Сен-Панкра		FR	27	70	701	70200	34	Europe/Paris
6441912	Delain	delain	Delain,Delen,Делен		FR	27	70	702	70201	222	Europe/Paris
6441913	Demangevelle	demangevelle	Demangevelle,Demanzhevel',Demanzhvel,Demanzhvel',Деманжвел,Деманжвель,Деманжевель		FR	27	70	701	70202	289	Europe/Paris
6441914	Denèvre	denevre	Denevr,Denevre,Denèvre,Деневр		FR	27	70	702	70204	169	Europe/Paris
6441915	Échavanne	echavanne			FR	27	70	701	70205	205	Europe/Paris
6441916	Échenoz-la-Méline	echenoz-la-meline	Echenoz-la-Meline,Échenoz-la-Méline		FR	27	70	702	70207	3215	Europe/Paris
6441917	Échenoz-le-Sec	echenoz-le-sec	Ehshno-le-Sek,Esheno-le-Sek,Ешено-ле-Сек,Эшно-ле-Сек		FR	27	70	702	70208	301	Europe/Paris
6441918	Écromagny	ecromagny	Ecromagny,Écromagny		FR	27	70	701	70210	156	Europe/Paris
6441919	Écuelle	ecuelle			FR	27	70	702	70211	73	Europe/Paris
6441920	Éhuns	ehuns	Ehuns,Éhuns		FR	27	70	701	70213	240	Europe/Paris
6441921	Équevilley	equevilley	Ehkville,Ekville,Equevilley,Équevilley,Еквілле,Эквилле		FR	27	70	702	70214	124	Europe/Paris
6441922	Errevet	errevet	Ehrve,Erreve,Errevet,Ерреве,Эрве		FR	27	70	701	70215	250	Europe/Paris
6441923	Esboz-Brest	esboz-brest	Esboz-Brest		FR	27	70	701	70216	439	Europe/Paris
6441924	Esmoulières	esmoulieres	Ehmul'er,Emul'er,Emulijer,Esmoulieres,Esmoulières,Емулијер,Емульєр,Эмульер		FR	27	70	701	70217	96	Europe/Paris
6441925	Esmoulins	esmoulins	Ehmulen,Emulen,Esmoulins,Емулен,Эмулен		FR	27	70	702	70218	137	Europe/Paris
6441926	Esprels	esprels	Ehprel',Esprel,Esprel',Esprels,Еспрел,Еспрель,Эпрель		FR	27	70	701	70219	727	Europe/Paris
6441927	Essertenne-et-Cecey	essertenne-et-cecey	Ehserten-eh-Sese,Esertan et Sese,Essertenn-e-Sese,Essertenne-et-Cecey,Есертан ет Сесе,Ессертенн-е-Сесе,Эсертен-э-Сесе		FR	27	70	702	70220	411	Europe/Paris
6441928	Étobon	etobon	Etobon,Étobon		FR	27	70	701	70221	298	Europe/Paris
6441929	Étrelles-et-la-Montbleuse	etrelles-et-la-montbleuse	Ehtrel'-eh-la-Monbljoz,Etrel et la Monblez,Etrel'-e-la-Monblez,Etrelles-et-la-Montbleuse,Étrelles-et-la-Montbleuse,Етрел ет ла Монблез,Етрель-е-ла-Монблез,Этрель-э-ла-Монблёз		FR	27	70	702	70222	78	Europe/Paris
6441930	Étuz	etuz	Ehtju,Etiz,Etju,Etuz,Étuz,Етиз,Етю,Этю		FR	27	70	702	70224	661	Europe/Paris
6441932	Fallon	fallon	Fallon,Falon,Фаллон,Фалон		FR	27	70	701	70226	306	Europe/Paris
6441933	Faucogney-et-la-Mer	faucogney-et-la-mer			FR	27	70	701	70227	557	Europe/Paris
6441934	Faymont	faymont	Faymont		FR	27	70	701	70229	261	Europe/Paris
6441935	Fédry	fedry	Fedry,Fédry		FR	27	70	702	70230	96	Europe/Paris
6441936	Ferrières-lès-Ray	ferrieres-les-ray	Ferrieres-les-Ray,Ferrières-lès-Ray		FR	27	70	702	70231	34	Europe/Paris
6441937	Ferrières-lès-Scey	ferrieres-les-scey	Ferrieres-les-Scey,Ferrières-lès-Scey		FR	27	70	702	70232	125	Europe/Paris
6441938	Flagy	flagy	Flagy,Flazhi,Флажи,Флажі		FR	27	70	702	70235	155	Europe/Paris
6441939	Fleurey-lès-Faverney	fleurey-les-faverney	Fleurey-les-Faverney,Fleurey-lès-Faverney		FR	27	70	702	70236	462	Europe/Paris
6441940	Fleurey-lès-Lavoncourt	fleurey-les-lavoncourt	Flere-le-Lavonkur,Fljore-le-Lavonkur,Флере-ле-Лавонкур,Флёре-ле-Лавонкур		FR	27	70	702	70237	100	Europe/Paris
6441941	Fleurey-lès-Saint-Loup	fleurey-les-saint-loup	Fleurey-les-Saint-Loup,Fleurey-lès-Saint-Loup		FR	27	70	701	70238	132	Europe/Paris
6441942	Fondremand	fondremand	Fondreman,Fondremand,Фондреман		FR	27	70	702	70239	197	Europe/Paris
6441943	Fontaine-lès-Luxeuil	fontaine-les-luxeuil	Fontaine-les-Luxeuil,Fontaine-lès-Luxeuil,Fonten le Liksej,Fonten-le-Ljuksej,Fonten-le-Ljuksjoj,Фонтен ле Ликсеј,Фонтен-ле-Люксей,Фонтен-ле-Люксёй		FR	27	70	701	70240	1356	Europe/Paris
6441944	Fontenois-la-Ville	fontenois-la-ville	Fontenois-la-Ville,Fontenua-la-Vil',Fontnoa la Vil,Фонтенуа-ла-Виль,Фонтенуа-ла-Віль,Фонтноа ла Вил		FR	27	70	701	70242	136	Europe/Paris
6441945	Fontenois-lès-Montbozon	fontenois-les-montbozon	Fontenois-les-Montbozon,Fontenois-lès-Montbozon,Fontenua-le-Monbozon,Fontnoa le Monbozon,Фонтенуа-ле-Монбозон,Фонтноа ле Монбозон		FR	27	70	702	70243	324	Europe/Paris
6441946	Fouchécourt	fouchecourt	Fushekur,Фушекур		FR	27	70	702	70244	109	Europe/Paris
6441947	Fougerolles-Saint-Valbert	fougerolles-saint-valbert	Fuzherol,Fuzherol',Fuzhrol',Фужерол,Фужероль,Фужроль		FR	27	70	701	70245	3859	Europe/Paris
6441948	Francalmont	francalmont	Francalmont,Frankal'mon,Frankalmon,Франкалмон,Франкальмон		FR	27	70	701	70249	121	Europe/Paris
6441949	Franchevelle	franchevelle	Franshvel,Franshvel',Франшвел,Франшвель		FR	27	70	701	70250	417	Europe/Paris
6441950	Francourt	francourt	Frankur,Франкур		FR	27	70	702	70251	104	Europe/Paris
6441951	Frasne-le-Château	frasne-le-chateau	Fran-le-Shato,Frasne-le-Chateau,Frasne-le-Château,Fren le Shato,Фран-ле-Шато,Френ ле Шато		FR	27	70	702	70253	288	Europe/Paris
6441952	Frédéric-Fontaine	frederic-fontaine	Frederic-Fontaine,Frédéric-Fontaine		FR	27	70	701	70254	260	Europe/Paris
6441953	Fresne-Saint-Mamès	fresne-saint-mames	Fren-Sen-Mame,Fresne-Saint-Mames,Fresne-Saint-Mamès,Френ-Сен-Маме		FR	27	70	702	70255	509	Europe/Paris
6441954	Froideconche	froideconche	Froideconche,Fruadkonsh,Фруадконш		FR	27	70	701	70258	1975	Europe/Paris
6441955	Froideterre	froideterre			FR	27	70	701	70259	368	Europe/Paris
6441956	Frotey-lès-Lure	frotey-les-lure	Frotey-les-Lure,Frotey-lès-Lure		FR	27	70	701	70260	695	Europe/Paris
6441957	Frotey-lès-Vesoul	frotey-les-vesoul	Frote-le-Vezul',Фроте-ле-Везуль		FR	27	70	702	70261	1435	Europe/Paris
6441958	Genevreuille	genevreuille	Genevreuille,Zhenevrej,Zhenevrjoj,Женеврей,Женеврёй		FR	27	70	701	70262	169	Europe/Paris
6441959	Genevrey	genevrey	Genevrey,Zhenevre,Женевре		FR	27	70	701	70263	246	Europe/Paris
6441960	Georfans	georfans			FR	27	70	701	70264	60	Europe/Paris
6441961	Gevigney-et-Mercey	gevigney-et-mercey	Gevigney-et-Mercey,Zhevin'e-e-Merse,Zhevin'e-eh-Merse,Zhevinej et Merse,Жевинье-э-Мерсе,Жевињеј ет Мерсе,Жевіньє-е-Мерсе		FR	27	70	702	70267	476	Europe/Paris
6441962	Gézier-et-Fontenelay	gezier-et-fontenelay	Gezier-et-Fontenelay,Gezjer et Fontnele,Gézier-et-Fontenelay,Zhez'e-eh-Fontenle,Zhez'er-e-Fontenele,Гезјер ет Фонтнеле,Жезье-э-Фонтенле,Жезьєр-е-Фонтенеле		FR	27	70	702	70268	207	Europe/Paris
6441963	Girefontaine	girefontaine	Girefontaine,Zhirfonten,Жирфонтен		FR	27	70	701	70269	38	Europe/Paris
6441964	Gourgeon	gourgeon	Gourgeon,Gurzheon,Gurzhon,Гуржеон,Гуржон		FR	27	70	702	70272	225	Europe/Paris
6441965	Grammont	grammont	Grammon,Grammont,Граммон		FR	27	70	701	70273	64	Europe/Paris
6441966	Grandecourt	grandecourt			FR	27	70	702	70274	44	Europe/Paris
6441967	Granges-la-Ville	granges-la-ville	Granges-la-Ville		FR	27	70	701	70276	189	Europe/Paris
6441968	Granges-le-Bourg	granges-le-bourg	Granges-le-Bourg		FR	27	70	701	70277	380	Europe/Paris
6441969	Grattery	grattery	Gratri,Gratteri,Grattery,Гратри,Граттері		FR	27	70	702	70278	213	Europe/Paris
6441970	Gray-la-Ville	gray-la-ville	Gray-la-Ville		FR	27	70	702	70280	962	Europe/Paris
6441972	Hautevelle	hautevelle	Hautevelle,Otvel,Otvel',Отвел,Отвель		FR	27	70	701	70284	264	Europe/Paris
6441973	Héricourt	hericourt	Ehrikur,Erikur,Ерикур,Эрикур		FR	27	70	701	70285	10646	Europe/Paris
6441974	Hugier	hugier	Hugier,Juzh'e,Juzhe,Южье,Южє		FR	27	70	702	70286	126	Europe/Paris
6441975	Hurecourt	hurecourt	Hurecourt		FR	27	70	701	70287	41	Europe/Paris
6441976	Hyet	hyet	Hyet,Ie,Je,Іє,Йе		FR	27	70	702	70288	123	Europe/Paris
6441977	Igny	igny	Igny,In'i,Іньї,Иньи		FR	27	70	702	70289	192	Europe/Paris
6441978	Jasney	jasney	Jasney,Zhane,Жане,جسنے		FR	27	70	701	70290	248	Europe/Paris
6441979	Jonvelle	jonvelle	Jonvelle		FR	27	70	702	70291	126	Europe/Paris
6441980	Lambrey	lambrey	Lambre,Lambrey,lambry,Ламбре,لامبری		FR	27	70	702	70293	86	Europe/Paris
6441981	Lantenot	lantenot	Lanteno,Lantenot,Лантено,لانٹینوٹ		FR	27	70	701	70294	352	Europe/Paris
6441982	Larians-et-Munans	larians-et-munans	Lar'jan-eh-Mjunan,Larians-et-Munans,Larjan-e-Mjunan,Ларьян-э-Мюнан,Ларян-е-Мюнан,لاریانس-اے-مونانس		FR	27	70	702	70296	252	Europe/Paris
6441983	Lavigney	lavigney	Lavigney,Lavin'e,Лавинье,Лавіньє		FR	27	70	702	70298	123	Europe/Paris
6441984	Lieffrans	lieffrans			FR	27	70	702	70301	59	Europe/Paris
6441985	Lieucourt	lieucourt			FR	27	70	702	70302	79	Europe/Paris
6441986	Liévans	lievans	L'evan,Lievans,Liévans,Льеван,Льєван		FR	27	70	702	70303	144	Europe/Paris
6441987	Linexert	linexert	Linekser,Linexert,Линексер,Лінексер		FR	27	70	701	70304	131	Europe/Paris
6441988	Luxeuil-les-Bains	luxeuil-les-bains	Luxeuil-les-Bains		FR	27	70	701	70311	6726	Europe/Paris
6441989	Luze	luze	Ljuz,Luze,Люз		FR	27	70	701	70312	708	Europe/Paris
6441990	Lyoffans	lyoffans			FR	27	70	701	70313	380	Europe/Paris
6441991	Magnivray	magnivray	Magnivray,Man'ivre,Маньивре,Маньївре		FR	27	70	701	70314	169	Europe/Paris
6441992	Magnoncourt	magnoncourt	Magnoncourt		FR	27	70	701	70315	424	Europe/Paris
6441993	Magny-Jobert	magny-jobert	Magny-Jobert		FR	27	70	701	70319	109	Europe/Paris
6441994	Magny-lès-Jussey	magny-les-jussey	Magny-les-Jussey,Magny-lès-Jussey,Man'i-le-Zhjuse,Man'i-le-Zhusse,Маньи-ле-Жюсе,Маньї-ле-Жуссе		FR	27	70	702	70320	104	Europe/Paris
6441995	Magny-Vernois	magny-vernois			FR	27	70	701	70321	1348	Europe/Paris
6441996	Mailleroncourt-Charette	mailleroncourt-charette	Mailleroncourt-Charette,Majronkur-Sharet,Majronkur-Sharett,Майронкур-Шарет,Майронкур-Шаретт		FR	27	70	701	70322	274	Europe/Paris
6441997	Mailleroncourt-Saint-Pancras	mailleroncourt-saint-pancras	Mailleroncourt-Saint-Pancras,Majronkur-Sen-Pankra,Майронкур-Сен-Панкра		FR	27	70	701	70323	191	Europe/Paris
6441998	Mailley-et-Chazelot	mailley-et-chazelot	Mae-e-Shazelo,Mailley-et-Chazelot,Maje-eh-Shazlo,Майе-э-Шазло,Має-е-Шазело		FR	27	70	702	70324	649	Europe/Paris
6441999	Maizières	maizieres	Maizieres,Maizières,Mez'er,Мезьер,Мезьєр		FR	27	70	702	70325	351	Europe/Paris
6442000	Malbouhans	malbouhans			FR	27	70	701	70328	347	Europe/Paris
6442001	Malvillers	malvillers	Mal'ville,Mal'viller,Malvillers,Мальвиллер,Мальвілле		FR	27	70	702	70329	63	Europe/Paris
6442002	Mandrevillars	mandrevillars	Mandrevillar,Мандревиллар,Мандревіллар		FR	27	70	701	70330	242	Europe/Paris
6442003	Mantoche	mantoche	Mantoche,Mantosh,Мантош		FR	27	70	702	70331	451	Europe/Paris
6442004	Marast	marast	Maras,Марас		FR	27	70	701	70332	51	Europe/Paris
6442005	Marnay	marnay	Marnay,Marne,marune,Марне,マルネー		FR	27	70	702	70334	1485	Europe/Paris
6442006	Maussans	maussans	Maussans,Mossan,Моссан		FR	27	70	702	70335	67	Europe/Paris
6444679	Potte	potte			FR	32	80	804	80638	105	Europe/Paris
6442007	Mélecey	melecey	Mel'se,Melecey,Melese,Mélecey,Мелесе,Мельсе		FR	27	70	701	70336	149	Europe/Paris
6442008	Melin	melin	Melen,Melin,Мелен		FR	27	70	702	70337	56	Europe/Paris
6442009	Melincourt	melincourt	Melenkur,Melincourt,Меленкур		FR	27	70	701	70338	238	Europe/Paris
6442010	Mélisey	melisey	Melisey,Melize,Mélisey,Мелизе,Мелізе		FR	27	70	701	70339	1680	Europe/Paris
6442011	Membrey	membrey	Mambre,Membrey,Мамбре		FR	27	70	702	70340	213	Europe/Paris
6442012	Menoux	menoux	Menu,Мену		FR	27	70	702	70341	304	Europe/Paris
6442013	Mercey-sur-Saône	mercey-sur-saone	Mercey-sur-Saone,Mercey-sur-Saône		FR	27	70	702	70342	134	Europe/Paris
6442014	Mersuay	mersuay			FR	27	70	702	70343	291	Europe/Paris
6442015	Meurcourt	meurcourt	Merkur,Meurcourt,Mjorkur,Меркур,Мёркур		FR	27	70	701	70344	325	Europe/Paris
6442017	Mignavillers	mignavillers	Mignavillers,Min'javille,Min'javiller,Миньявиллер,Міньявілле		FR	27	70	701	70347	338	Europe/Paris
6442018	Moffans-et-Vacheresse	moffans-et-vacheresse			FR	27	70	701	70348	627	Europe/Paris
6442019	Moimay	moimay	Moimay,Muame,Муаме		FR	27	70	701	70349	235	Europe/Paris
6442020	Mollans	mollans	Mollan,Mollans,Моллан		FR	27	70	701	70351	237	Europe/Paris
6442021	Montarlot-lès-Rioz	montarlot-les-rioz	Montarlo-le-R'oz,Montarlo-le-Rjo,Montarlot-les-Rioz,Montarlot-lès-Rioz,Монтарло-ле-Рйо,Монтарло-ле-Рьоз		FR	27	70	702	70355	284	Europe/Paris
6442022	Montboillon	montboillon	Monbuajon,Monbuallon,Montboillon,Монбуайон,Монбуаллон		FR	27	70	702	70356	263	Europe/Paris
6442023	Montcey	montcey	Montcey		FR	27	70	702	70358	278	Europe/Paris
6442024	Montcourt	montcourt	Monkur,Montcourt,Монкур		FR	27	70	702	70359	55	Europe/Paris
6442025	Montdoré	montdore	Mondore,Montdore,Montdoré,Мондоре		FR	27	70	701	70360	72	Europe/Paris
6442026	Montessaux	montessaux	Montessaux		FR	27	70	701	70361	164	Europe/Paris
6442027	Montigny-lès-Cherlieu	montigny-les-cherlieu	Montigny-les-Cherlieu,Montigny-lès-Cherlieu		FR	27	70	702	70362	157	Europe/Paris
6442028	Montigny-lès-Vesoul	montigny-les-vesoul	Montigny-les-Vesoul,Montigny-lès-Vesoul,Montin'i-le-Vezul',Монтиньи-ле-Везуль,Монтіньї-ле-Везуль		FR	27	70	702	70363	667	Europe/Paris
6442029	Mont-le-Vernois	mont-le-vernois	Mon-le-Vernua,Mont-le-Vernois,Мон-ле-Вернуа		FR	27	70	702	70367	165	Europe/Paris
6442030	Montot	montot	Monto,Montot,Монто		FR	27	70	702	70368	135	Europe/Paris
6442031	Mont-Saint-Léger	mont-saint-leger	Mon-Sen-Lezhe,Mont-Saint-Leger,Mont-Saint-Léger,Мон-Сен-Леже		FR	27	70	702	70369	53	Europe/Paris
6442032	Montureux-et-Prantigny	montureux-et-prantigny	Montureux-et-Prantigny		FR	27	70	702	70371	209	Europe/Paris
6442033	Montureux-lès-Baulay	montureux-les-baulay	Montjure-le-Bole,Montjurjo-le-Bole,Montureux-les-Baulay,Montureux-lès-Baulay,Монтюре-ле-Боле,Монтюрё-ле-Боле		FR	27	70	702	70372	154	Europe/Paris
6442034	Motey-Besuche	motey-besuche	Mote-Bezjush,Motey-Besuche,Моте-Безюш		FR	27	70	702	70374	108	Europe/Paris
6442036	Nantilly	nantilly	Nantilly		FR	27	70	702	70376	488	Europe/Paris
6442037	Navenne	navenne	Naven,Navenn,Navenne,Навен,Навенн		FR	27	70	702	70378	1670	Europe/Paris
6442038	Neurey-en-Vaux	neurey-en-vaux	Nere-an-Vo,Neurey-en-Vaux,Njore-an-Vo,Нере-ан-Во,Нёре-ан-Во		FR	27	70	702	70380	176	Europe/Paris
6442039	Neurey-lès-la-Demie	neurey-les-la-demie	Nere-le-la-Demi,Neurey-les-la-Demie,Neurey-lès-la-Demie,Njore-le-la-Demi,Нере-ле-ла-Демі,Нёре-ле-ла-Деми		FR	27	70	702	70381	331	Europe/Paris
6442040	Neuvelle-lès-Cromary	neuvelle-les-cromary	Neuvelle-les-Cromary,Neuvelle-lès-Cromary,Nevl'-le-Kromari,Njovel'-le-Kromari,Невль-ле-Кромарі,Нёвель-ле-Кромари		FR	27	70	702	70383	387	Europe/Paris
6442041	Neuvelle-lès-la-Charité	neuvelle-les-la-charite	Neuvelle-les-la-Charite,Neuvelle-lès-la-Charité,Nevl'-le-la-Sharite,Njovel'-le-la-Sharite,Невль-ле-ла-Шарите,Нёвель-ле-ла-Шарите		FR	27	70	702	70384	224	Europe/Paris
6442042	Noidans-le-Ferroux	noidans-le-ferroux	Noidans-le-Ferroux,Nuadan-le-Ferru,Нуадан-ле-Ферру		FR	27	70	702	70387	700	Europe/Paris
6442043	Noidans-lès-Vesoul	noidans-les-vesoul	Noidans-les-Vesoul,Noidans-lès-Vesoul		FR	27	70	702	70388	1999	Europe/Paris
6442044	Noiron	noiron	Noiron,Nuaron,Нуарон		FR	27	70	702	70389	57	Europe/Paris
6442045	Noroy-le-Bourg	noroy-le-bourg	Noroy-le-Bourg,Norua-le-Bur,Норуа-ле-Бур		FR	27	70	702	70390	490	Europe/Paris
6442046	Oigney	oigney			FR	27	70	702	70392	48	Europe/Paris
6442047	Oiselay-et-Grachaux	oiselay-et-grachaux	Oiselay-et-Grachaux,Uazle-e-Grasho,Uazle-eh-Grasho,Уазле-е-Грашо,Уазле-э-Грашо		FR	27	70	702	70393	423	Europe/Paris
6442048	Onay	onay	Onay		FR	27	70	702	70394	59	Europe/Paris
6442049	Oppenans	oppenans	Oppenan,Oppenans,Оппенан		FR	27	70	701	70395	56	Europe/Paris
6442050	Oricourt	oricourt	Oricourt		FR	27	70	701	70396	38	Europe/Paris
6442051	Ormenans	ormenans	Ormenans		FR	27	70	702	70397	75	Europe/Paris
6442052	Ormoiche	ormoiche	Ormoiche,Ormuash,Ормуаш		FR	27	70	701	70398	66	Europe/Paris
6442053	Ormoy	ormoy	Ormoy,Ormua,Ормуа		FR	27	70	702	70399	219	Europe/Paris
6442055	Ovanches	ovanches	Ovanches,Ovansh,Ованш		FR	27	70	702	70401	132	Europe/Paris
6442056	Oyrières	oyrieres	Oyrieres,Oyrières,Uar'er,Uarer,Уарьер,Уарєр		FR	27	70	702	70402	386	Europe/Paris
6442057	Palante	palante	Palante		FR	27	70	701	70403	236	Europe/Paris
6442058	Passavant-la-Rochère	passavant-la-rochere	Pasavan-la-Rosher,Passavan-la-Rosher,Passavant-la-Rochere,Passavant-la-Rochère,Пасаван-ла-Рошер,Пассаван-ла-Рошер		FR	27	70	701	70404	612	Europe/Paris
6442059	Pennesières	pennesieres	Pennesieres,Pennesières,Pennez'er,Penz'er,Пензьер,Пеннезьєр		FR	27	70	702	70405	189	Europe/Paris
6442061	Perrouse	perrouse	Perrouse,Perruz,Перруз		FR	27	70	702	70407	265	Europe/Paris
6442062	Pierrecourt	pierrecourt	P'erkur,Perrkur,Pierrecourt,Пьеркур,Пєрркур		FR	27	70	702	70409	109	Europe/Paris
6442063	Plainemont	plainemont	Plainemont,Plenemon,Plenmon,Пленемон,Пленмон		FR	27	70	701	70412	70	Europe/Paris
6442064	Plancher-Bas	plancher-bas			FR	27	70	701	70413	1962	Europe/Paris
6442065	Plancher-les-Mines	plancher-les-mines	Plancher-les-Mines,Planshe-le-Min,Планше-ле-Мін		FR	27	70	701	70414	991	Europe/Paris
6442066	Polaincourt-et-Clairefontaine	polaincourt-et-clairefontaine	Polaincourt-et-Clairefontaine,Polenkur-e-Klerfonten,Polenkur-eh-Klerfonten,Поленкур-е-Клерфонтен,Поленкур-э-Клерфонтен		FR	27	70	702	70415	734	Europe/Paris
6442067	Pomoy	pomoy	Pomoy,Pomua,Помуа		FR	27	70	701	70416	210	Europe/Paris
6442068	Pontcey	pontcey	Passavant-la-Rochere,Passavant-la-Rochère,Ponse,Pontcey,Понсе		FR	27	70	702	70417	301	Europe/Paris
6442069	Pont-du-Bois	pont-du-bois	Pon-dju-Bua,Pont-du-Bois,Пон-дю-Буа		FR	27	70	701	70419	109	Europe/Paris
6442070	Pont-sur-l'Ognon	pont-sur-l-ognon	Pont-sur-l'Ognon		FR	27	70	701	70420	69	Europe/Paris
6442071	Port-sur-Saône	port-sur-saone	Por-sjur-Son,Пор-сюр-Сон		FR	27	70	702	70421	2999	Europe/Paris
6442072	Poyans	poyans	Poyans,Puajan,Пуайан,Пуаян		FR	27	70	702	70422	143	Europe/Paris
6442073	Preigney	preigney	Preigney,Pren'e,Пренье,Преньє		FR	27	70	702	70423	108	Europe/Paris
6442074	Purgerot	purgerot	Pjurzhero,Purgerot,Пюржеро		FR	27	70	702	70427	345	Europe/Paris
6442075	Pusey	pusey	Pusey		FR	27	70	702	70428	1490	Europe/Paris
6442076	Pusy-et-Épenoux	pusy-et-epenoux	Pjuzi-e-Epenu,Pjuzi-eh-Ehpnu,Пюзи-э-Эпну,Пюзі-е-Епену		FR	27	70	702	70429	551	Europe/Paris
6442077	Quers	quers	Ker,Quers,Кер		FR	27	70	701	70432	356	Europe/Paris
6442078	Quincey	quincey	Kense,Quincey,Кенсе		FR	27	70	702	70433	1397	Europe/Paris
6442079	Raddon-et-Chapendu	raddon-et-chapendu	Raddon-e-Shapandju,Raddon-eh-Shapandju,Раддон-е-Шапандю,Раддон-э-Шапандю		FR	27	70	701	70435	867	Europe/Paris
6442080	Raincourt	raincourt			FR	27	70	702	70436	124	Europe/Paris
6442081	Ranzevelle	ranzevelle	Ranzevelle		FR	27	70	702	70437	18	Europe/Paris
6442082	Ray-sur-Saône	ray-sur-saone	Ray-sur-Saone,Ray-sur-Saône,Re-sjur-Son,Ре-сюр-Сон		FR	27	70	702	70438	208	Europe/Paris
6442083	Raze	raze	Raz,Raze,Раз		FR	27	70	702	70439	348	Europe/Paris
6442084	Recologne-lès-Rioz	recologne-les-rioz	Recologne-les-Rioz,Recologne-lès-Rioz		FR	27	70	702	70441	249	Europe/Paris
6442085	Renaucourt	renaucourt	Renokur,Ренокур		FR	27	70	702	70442	104	Europe/Paris
6442086	Rignovelle	rignovelle	Rignovelle,Rin'ovel',Риньовель		FR	27	70	701	70445	110	Europe/Paris
6442087	Rigny	rigny	Rigny		FR	27	70	702	70446	590	Europe/Paris
6442088	Roche-et-Raucourt	roche-et-raucourt	Roche-et-Raucourt,Rosh-e-Rokur,Rosh-eh-Rokur,Рош-е-Рокур,Рош-э-Рокур		FR	27	70	702	70448	165	Europe/Paris
6442089	Roche-sur-Linotte-et-Sorans-les-Cordiers	roche-sur-linotte-et-sorans-les-cordiers	Roche-sur-Linotte-et-Sorans-les-Cordier,Roche-sur-Linotte-et-Sorans-les-Cordiers,Rosh-sjur-Linot-eh-Soran-le-Kord'e,Rosh-sjur-Linott-e-Soran-le-Kord'e,Рош-сюр-Линот-э-Соран-ле-Кордье,Рош-сюр-Лінотт-е-Соран-ле-Кордьє		FR	27	70	702	70449	68	Europe/Paris
6442090	Ronchamp	ronchamp			FR	27	70	701	70451	2767	Europe/Paris
6442091	Rosey	rosey	Rosey,Roze,Розе		FR	27	70	702	70452	274	Europe/Paris
6442092	Rosières-sur-Mance	rosieres-sur-mance	Rosieres-sur-Mance,Rosières-sur-Mance,Roz'er-sjur-Mans,Розьер-сюр-Манс,Розьєр-сюр-Манс		FR	27	70	702	70454	50	Europe/Paris
6442093	Roye	roye	Roye,Rua,Руа		FR	27	70	701	70455	1570	Europe/Paris
6442094	Ruhans	ruhans	Rjuan,Ruhans,Рюан		FR	27	70	702	70456	158	Europe/Paris
6442095	Rupt-sur-Saône	rupt-sur-saone	Rju-sjur-Son,Rupt-sur-Saone,Rupt-sur-Saône,Рю-сюр-Сон		FR	27	70	702	70457	113	Europe/Paris
6442096	Saint-Barthélemy	saint-barthelemy	Saint-Barthelemy,Saint-Barthélemy,Sen-Bartelemi,Сен-Бартелеми,Сен-Бартелемі,سینٹ-برتھلمے، ہوتے-سونے		FR	27	70	701	70459	1113	Europe/Paris
6442097	Saint-Bresson	saint-bresson	Saint-Bresson,Sen-Breson,Sen-Bresson,Сен-Бресон,Сен-Брессон,سینٹ-برسسوں ، ہوتے-سونے		FR	27	70	701	70460	438	Europe/Paris
6442098	Saint-Broing	saint-broing	Saint-Broing,Sen-Bruehn,Sen-Bruen,Сен-Бруен,Сен-Бруэн,سینٹ-برنگ		FR	27	70	702	70461	115	Europe/Paris
6442099	Saint-Ferjeux	saint-ferjeux	Saint-Ferjeux		FR	27	70	701	70462	78	Europe/Paris
6442100	Saint-Gand	saint-gand	Saint-Gand,Sen-Gan,Сен-Ган,سینٹ-گند		FR	27	70	702	70463	135	Europe/Paris
6442101	Saint-Loup-Nantouard	saint-loup-nantouard	Saint-Loup-Nantouard,Sen-Lu-Nantuar,Сен-Лу-Нантуар,سینٹ-لوپ-نتوورڈ		FR	27	70	702	70466	115	Europe/Paris
6442102	Saint-Loup-sur-Semouse	saint-loup-sur-semouse	Saint-Loup-sur-Semouse		FR	27	70	701	70467	3249	Europe/Paris
6442103	Saint-Marcel	saint-marcel	Saint-Marcel,Sen-Marsel',Сен-Марсель,سینٹ-مارسیل، ہوتے-سونے		FR	27	70	702	70468	95	Europe/Paris
6442104	Sainte-Marie-en-Chanois	sainte-marie-en-chanois	Sainte-Marie-en-Chanois,Sent-Mari-an-Shanua,Сент-Мари-ан-Шануа,Сент-Марі-ан-Шануа,سین-مرے-این -چانس		FR	27	70	701	70469	213	Europe/Paris
6442105	Sainte-Marie-en-Chaux	sainte-marie-en-chaux	Sainte-Marie-en-Chaux,Sent-Mari-an-Sho,Сент-Мари-ан-Шо,Сент-Марі-ан-Шо,سین-مرے-این -ہش		FR	27	70	701	70470	165	Europe/Paris
6442106	Sainte-Reine	sainte-reine	Sainte-Reine,Sent-Ren,Сент-Рен,سین-رینے، ہوتے-سونے		FR	27	70	702	70471	33	Europe/Paris
6442107	Saint-Sulpice	saint-sulpice	Saint-Sulpice		FR	27	70	701	70474	133	Europe/Paris
6442108	Saponcourt	saponcourt	Saponcourt,Saponkur,Сапонкур		FR	27	70	702	70476	63	Europe/Paris
6442109	Sauvigney-lès-Pesmes	sauvigney-les-pesmes	Sauvigney-les-Pesmes,Sauvigney-lès-Pesmes		FR	27	70	702	70480	145	Europe/Paris
6442110	Savoyeux	savoyeux	Savoyeux,Savuae,Savuajjo,Савуайё,Савуає		FR	27	70	702	70481	219	Europe/Paris
6442111	Scey-sur-Saône-et-Saint-Albin	scey-sur-saone-et-saint-albin	Se-sjur-Son-e-Sent-Al'ben,Se-sjur-Son-eh-Sent-Al'ben,Се-сюр-Сон-е-Сент-Альбен,Се-сюр-Сон-э-Сент-Альбен		FR	27	70	702	70482	1550	Europe/Paris
6442112	Scye	scye	Scye		FR	27	70	702	70483	134	Europe/Paris
6442113	Secenans	secenans	Secenans,Sesenan,Sesnan,Сесенан,Сеснан		FR	27	70	701	70484	179	Europe/Paris
6445041	Sistels	sistels	Sistels		FR	76	82	821	82181	213	Europe/Paris
6442114	Selles	selles	Sel',Selles,Сель		FR	27	70	701	70485	213	Europe/Paris
6442115	Semmadon	semmadon	Semmadon,Семмадон		FR	27	70	702	70486	121	Europe/Paris
6442116	Senoncourt	senoncourt	Senoncourt,Senonkur,Сенонкур		FR	27	70	702	70488	206	Europe/Paris
6442117	Servance-Miellin	servance-miellin	Servance-Miellin		FR	27	70	701	70489	828	Europe/Paris
6442118	Seveux-Motey	seveux-motey	Seve,Seveux-Motey,Sevjo,Севе,Севё		FR	27	70	702	70491	482	Europe/Paris
6442119	Sorans-lès-Breurey	sorans-les-breurey	Soran-le-Brere,Soran-le-Brjore,Sorans-les-Breurey,Sorans-lès-Breurey,Соран-ле-Брере,Соран-ле-Брёре		FR	27	70	702	70493	436	Europe/Paris
6442120	Tartécourt	tartecourt	Tartecourt,Tartécourt		FR	27	70	702	70496	29	Europe/Paris
6442122	Ternuay-Melay-et-Saint-Hilaire	ternuay-melay-et-saint-hilaire	Ternjue-Mele-e-Sen-Iler,Ternjueh-Mele-eh-Sent-Iler,Тернюе-Меле-е-Сен-Ілер,Тернюэ-Меле-э-Сент-Илер		FR	27	70	701	70498	505	Europe/Paris
6442123	Theuley	theuley	Tele,Theuley,Tjole,Теле,Тёле		FR	27	70	702	70499	108	Europe/Paris
6442124	Thieffrans	thieffrans	T'effran,T'efran,Thieffrans,Thiéffrans,Тьефран,Тьєффран		FR	27	70	702	70500	175	Europe/Paris
6442125	Thiénans	thienans	Thienans,Thiénans		FR	27	70	702	70501	94	Europe/Paris
6442126	Tincey-et-Pontrebeau	tincey-et-pontrebeau	Tense-e-Ponrebo,Tense-eh-Pontrebo,Tincey-et-Pontrebeau,Тенсе-е-Понребо,Тенсе-э-Понтребо		FR	27	70	702	70502	85	Europe/Paris
6442127	Traitiéfontaine	traitiefontaine	Traitiefontaine,Traitiéfontaine,Tret'efonten,Третьефонтен,Третьєфонтен		FR	27	70	702	70503	162	Europe/Paris
6442128	Trémoins	tremoins	Tremoins,Tremuehn,Tremuen,Trémoins,trmwyns,Тремуен,Тремуэн,ترموینس		FR	27	70	701	70506	381	Europe/Paris
6442129	Trésilley	tresilley	Tresilley,Trezie,Trezije,Trésilley,trsyly,Трезийе,Трезіє,ترسیلی		FR	27	70	702	70507	223	Europe/Paris
6442130	Tromarey	tromarey	Tromarey		FR	27	70	702	70509	95	Europe/Paris
6442131	Vaivre-et-Montoille	vaivre-et-montoille	Vaivre-et-Montoille		FR	27	70	702	70513	2417	Europe/Paris
6442132	Valay	valay	Valay		FR	27	70	702	70514	691	Europe/Paris
6442133	Vallerois-le-Bois	vallerois-le-bois	Vallerois-le-Bois,Vallerua-le-Bua,Валлеруа-ле-Буа		FR	27	70	702	70516	257	Europe/Paris
6442134	Vallerois-Lorioz	vallerois-lorioz	Vallerois-Lorioz,Vallerua-Lorio,Vallerua-Lorjo,Валлеруа-Лорио,Валлеруа-Лорйо		FR	27	70	702	70517	375	Europe/Paris
6442135	Vandelans	vandelans	Vandelans		FR	27	70	702	70519	115	Europe/Paris
6442136	Vantoux-et-Longevelle	vantoux-et-longevelle	Vantoux-et-Longevelle,Vantu-e-Lonzhvel',Vantu-eh-Lonzhvel',fantwks at lwnghfyl,wntwks at lngwl,Ванту-е-Лонжвель,Ванту-э-Лонжвель,فانتوكس إت لونغفيل,ونتوکس ات لنگول		FR	27	70	702	70521	176	Europe/Paris
6442137	Varogne	varogne	Varogne		FR	27	70	702	70522	141	Europe/Paris
6442138	Vars	vars	Var,wars  hwt sn,Вар,وآرس، هوت سن		FR	27	70	702	70523	201	Europe/Paris
6442139	Vauchoux	vauchoux	Vauchoux,Voshu,wawchwks,Вошу,واوچوکس		FR	27	70	702	70524	115	Europe/Paris
6442140	Vauvillers	vauvillers	Vauvillers,Voville,Voviller,waywylrs  hwt sn,Вовиллер,Вовілле,وائویلرس، هوت سن		FR	27	70	701	70526	676	Europe/Paris
6442141	Vaux-le-Moncelot	vaux-le-moncelot	Vaux-le-Moncelot		FR	27	70	702	70527	71	Europe/Paris
6442142	Velet	velet	Velet		FR	27	70	702	70529	384	Europe/Paris
6442143	Vellechevreux-et-Courbenans	vellechevreux-et-courbenans	Vel'shevre-e-Kurbenan,Vel'shevrjo-eh-Kurbenan,Vellechevreux-et-Courbenans,wlchwrwks at kwrbnns,Вельшевре-е-Курбенан,Вельшеврё-э-Курбенан,ولچوروکس ات کوربننس		FR	27	70	701	70530	130	Europe/Paris
6442144	Velleclaire	velleclaire	Velleclaire		FR	27	70	702	70531	107	Europe/Paris
6442145	Vellefaux	vellefaux	Vel'fo,Vellefaux,wlfwks,Вельфо,ولفوکس		FR	27	70	702	70532	490	Europe/Paris
6442146	Vellefrey-et-Vellefrange	vellefrey-et-vellefrange	Vellefrey-et-Vellefrange		FR	27	70	702	70533	120	Europe/Paris
6442147	Vellefrie	vellefrie	Vel'fri,Vellefrie,wlfry,Вельфри,Вельфрі,ولفری		FR	27	70	702	70534	132	Europe/Paris
6442148	Velleguindry-et-Levrecey	velleguindry-et-levrecey	Vel'gendri-eh-Levrese,Vel'gindri-e-Levrese,wlgwyndry at lwrky,Вельгендри-э-Левресе,Вельгіндрі-е-Левресе,ولگویندری ات لورکی		FR	27	70	702	70535	159	Europe/Paris
6442149	Velle-le-Châtel	velle-le-chatel	Vel'-le-Shatel',Velle-le-Chatel,Velle-le-Châtel,wlh lh chatl,Вель-ле-Шатель,وله له چاتل		FR	27	70	702	70536	137	Europe/Paris
6442150	Velleminfroy	velleminfroy	Vel'menfrua,Velleminfroy,wlmynfry,Вельменфруа,ولمینفری		FR	27	70	701	70537	301	Europe/Paris
6442151	Vellemoz	vellemoz	Vel'mo,wlmz,Вельмо,ولمز		FR	27	70	702	70538	83	Europe/Paris
6442152	Velloreille-lès-Choye	velloreille-les-choye	Velloreille-les-Choye,Velloreille-lès-Choye,Vellorej-le-Shua,wlryl las chy,Веллорей-ле-Шуа,ولریل لاس چی		FR	27	70	702	70540	78	Europe/Paris
6442153	Velorcey	velorcey	Velorcey		FR	27	70	701	70541	215	Europe/Paris
6442154	Venère	venere	Vener,wnr,Венер,ونر		FR	27	70	702	70542	222	Europe/Paris
6442155	Venisey	venisey	Venisey,Venize,wnysy,Венизе,Венізе,ونیسی		FR	27	70	702	70545	139	Europe/Paris
6442156	Verlans	verlans	Verlan,Verlans,wrlns,Верлан,ورلنس		FR	27	70	701	70547	183	Europe/Paris
6442159	Villafans	villafans	Villafan,Villafans,Виллафан,Віллафан		FR	27	70	701	70552	210	Europe/Paris
6442160	Villargent	villargent	Villargent		FR	27	70	701	70553	122	Europe/Paris
6442161	Villars-le-Pautel	villars-le-pautel			FR	27	70	702	70554	193	Europe/Paris
6442162	Villefrancon	villefrancon	Vil'frankon,Villefrancon,Вильфранкон,Вільфранкон		FR	27	70	702	70557	138	Europe/Paris
6442163	Villeparois	villeparois	Vil'parua,Villeparois,Вильпаруа,Вільпаруа		FR	27	70	702	70559	212	Europe/Paris
6442164	Villers-Bouton	villers-bouton	Villers-Bouton		FR	27	70	702	70560	160	Europe/Paris
6442165	Villersexel	villersexel	Villersexel		FR	27	70	701	70561	1443	Europe/Paris
6442166	Villers-la-Ville	villers-la-ville	Ville-la-Vil',Viller-la-Vil',Villers-la-Ville,Виллер-ла-Виль,Вілле-ла-Віль		FR	27	70	701	70562	142	Europe/Paris
6442167	Villers-le-Sec	villers-le-sec	Ville-le-Sek,Viller-le-Sek,Villers-le-Sec,Виллер-ле-Сек,Вілле-ле-Сек		FR	27	70	702	70563	529	Europe/Paris
6442168	Villers-lès-Luxeuil	villers-les-luxeuil	Ville-le-Ljuksej,Viller-le-Ljuksjoj,Виллер-ле-Люксёй,Вілле-ле-Люксей		FR	27	70	701	70564	304	Europe/Paris
6442169	Villers-Pater	villers-pater	Villers-Pater		FR	27	70	702	70565	50	Europe/Paris
6442170	Villers-sur-Port	villers-sur-port	Ville-sjur-Por,Viller-sjur-Por,Villers-sur-Port,Виллер-сюр-Пор,Вілле-сюр-Пор		FR	27	70	702	70566	213	Europe/Paris
6442171	Villers-sur-Saulnot	villers-sur-saulnot	Ville-sjur-Sol'no,Viller-sjur-Sono,Villers-sur-Saulnot,Виллер-сюр-Соно,Вілле-сюр-Сольно		FR	27	70	701	70567	135	Europe/Paris
6442172	Villers-Vaudey	villers-vaudey	Villers-Vaudey		FR	27	70	702	70568	60	Europe/Paris
6442173	Vilory	vilory	Vilory		FR	27	70	702	70569	68	Europe/Paris
6442174	Visoncourt	visoncourt	Visoncourt		FR	27	70	701	70571	40	Europe/Paris
6442175	Volon	volon	Volon		FR	27	70	702	70574	61	Europe/Paris
6442176	Vougécourt	vougecourt	Vougecourt,Vougécourt,Vuzhekur,Вужекур		FR	27	70	702	70576	149	Europe/Paris
6442177	Vouhenans	vouhenans			FR	27	70	701	70577	366	Europe/Paris
6442178	Vy-le-Ferroux	vy-le-ferroux	Vy-le-Ferroux		FR	27	70	702	70580	156	Europe/Paris
6442179	Vy-lès-Lure	vy-les-lure	Vy-les-Lure,Vy-lès-Lure		FR	27	70	701	70581	662	Europe/Paris
6442180	Vy-lès-Rupt	vy-les-rupt	Vy-les-Rupt,Vy-lès-Rupt		FR	27	70	702	70582	97	Europe/Paris
6442181	Vy-lès-Filain	vy-les-filain	Vi-le-Filen,Vy-les-Filain,Vy-lès-Filain,Ви-ле-Филен,Ві-ле-Філен		FR	27	70	702	70583	124	Europe/Paris
6442182	Chardonnay	chardonnay	Shardone,Shardonne,sharudone,Шардоне,Шардонне,シャルドネ		FR	27	71	715	71100	199	Europe/Paris
6442183	Charnay-lès-Chalon	charnay-les-chalon	Charnay-les-Chalon,Charnay-lès-Chalon,Sharne le Shalon,Sharne-le-Shalon,Шарне ле Шалон,Шарне-ле-Шалон		FR	27	71	712	71104	184	Europe/Paris
6442184	Charnay-lès-Mâcon	charnay-les-macon			FR	27	71	715	71105	7303	Europe/Paris
6442185	Charrecey	charrecey	Charrecey		FR	27	71	712	71107	315	Europe/Paris
6442186	Chasselas	chasselas	Chasselas,Chasselas blanc,Chrupka bila,Chrupka bílá,Gutedel,Saszla,Shasla,Shasla Dore,sha si la,Шасла,Шасла Доре,莎斯拉		FR	27	71	715	71108	175	Europe/Paris
6442187	Chassey-le-Camp	chassey-le-camp	Chassey-le-Camp,Shase le Kan,Shasse-le-Kam,Шасе ле Кан,Шассе-ле-Кам		FR	27	71	712	71109	345	Europe/Paris
6442188	Chassigny-sous-Dun	chassigny-sous-dun	Chassigny-sous-Dun,Shasini su Den,Shassin'i-su-Den,Шасињи су Ден,Шассиньи-су-Ден,Шассіньї-су-Ден		FR	27	71	713	71110	572	Europe/Paris
6442189	Châtel-Moron	chatel-moron	Chatel-Moron,Châtel-Moron,Shatel Moron,Shatel'-Moron,Шател Морон,Шатель-Морон		FR	27	71	712	71115	99	Europe/Paris
6442190	Châtenoy-en-Bresse	chatenoy-en-bresse	Chatenoy-en-Bresse,Châtenoy-en-Bresse,Shatenua-an-Bress,Shatnoa an Bres,Шатенуа-ан-Бресс,Шатноа ан Брес		FR	27	71	712	71117	1124	Europe/Paris
6442191	Châtenoy-le-Royal	chatenoy-le-royal	Chatenoy-le-Royal,Châtenoy-le-Royal		FR	27	71	712	71118	6201	Europe/Paris
6442192	Chauffailles	chauffailles	Chauffailles		FR	27	71	713	71120	3717	Europe/Paris
6442194	Chenay-le-Châtel	chenay-le-chatel			FR	27	71	713	71123	389	Europe/Paris
6442195	Chérizet	cherizet	Cherizet,Chérizet		FR	27	71	715	71125	21	Europe/Paris
6442196	Chevagny-les-Chevrières	chevagny-les-chevrieres	Chevagny-les-Chevrieres,Chevagny-les-Chevrières,Shevan'i-le-Shevrier,Shevani le Shevrijer,Шеваньи-ле-Шевриер,Шеваньї-ле-Шеврієр,Шевањи ле Шевријер		FR	27	71	715	71126	598	Europe/Paris
6442197	Chevagny-sur-Guye	chevagny-sur-guye			FR	27	71	715	71127	74	Europe/Paris
6442198	Chissey-en-Morvan	chissey-en-morvan	Chissey-en-Morvan		FR	27	71	711	71129	279	Europe/Paris
6442199	Chissey-lès-Mâcon	chissey-les-macon	Shise le Makon,Shisse-le-Makon,Шисе ле Макон,Шиссе-ле-Макон		FR	27	71	715	71130	240	Europe/Paris
6442200	Ciel	ciel	S'el',Sjel,Сьєль,Сјел		FR	27	71	712	71131	773	Europe/Paris
6442201	Ciry-le-Noble	ciry-le-noble	Ciry-le-Noble,Siri le Nobl,Siri-le-Nobl',Сири ле Нобл,Сири-ле-Нобль,Сірі-ле-Нобль		FR	27	71	711	71132	2288	Europe/Paris
6442202	Navour-sur-Grosne	navour-sur-grosne	Klermen,Navour-sur-Grosne,Клермен		FR	27	71	715	71134	646	Europe/Paris
6442203	Clessé	clesse	Klese,Klesse,Клесе,Клессе		FR	27	71	715	71135	863	Europe/Paris
6442204	Clessy	clessy	Clessy		FR	27	71	713	71136	239	Europe/Paris
6442206	Collonge-en-Charollais	collonge-en-charollais			FR	27	71	712	71139	138	Europe/Paris
6442207	Collonge-la-Madeleine	collonge-la-madeleine			FR	27	71	711	71140	45	Europe/Paris
6442208	Colombier-en-Brionnais	colombier-en-brionnais	Colombier-en-Brionnais,Kolomb'er-an-Brijonne,Kolomber-an-Brijonne,Kolombje an Brione,Коломбьер-ан-Брийонне,Коломбєр-ан-Брійонне,Коломбје ан Брионе		FR	27	71	713	71141	309	Europe/Paris
6442209	Condal	condal			FR	27	71	714	71143	432	Europe/Paris
6442210	Cordesse	cordesse	Kordes,Kordess,Кордес,Кордесс		FR	27	71	711	71144	188	Europe/Paris
6442211	Cormatin	cormatin	Cormatin,Kormaten,Корматен		FR	27	71	712	71145	562	Europe/Paris
6442212	Cortambert	cortambert	Cortambert		FR	27	71	715	71146	234	Europe/Paris
6442213	Cortevaix	cortevaix	Cortevaix		FR	27	71	715	71147	252	Europe/Paris
6442214	Coublanc	coublanc	Coublanc,Kublan,Кублан		FR	27	71	713	71148	843	Europe/Paris
6442215	Crêches-sur-Saône	creches-sur-saone	Creches-sur-Saone,Crêches-sur-Saône,Kresh sir Saon,Kresh-sjur-Son,Креш сир Саон,Креш-сюр-Сон		FR	27	71	715	71150	2980	Europe/Paris
6442216	Créot	creot	Creot,Créot		FR	27	71	711	71151	82	Europe/Paris
6442218	Crissey	crissey	Crissey,Krise,Krisse,Крисе,Криссе		FR	27	71	712	71154	2481	Europe/Paris
6442219	Cronat	cronat			FR	27	71	713	71155	547	Europe/Paris
6442220	Cruzille	cruzille	Cruzille,Krizij,Krjuzij,Кризиј,Крюзий,Крюзій		FR	27	71	715	71156	261	Europe/Paris
6442221	Culles-les-Roches	culles-les-roches	Kil le Rosh,Kjul'-le-Rosh,Кил ле Рош,Кюль-ле-Рош		FR	27	71	712	71159	197	Europe/Paris
6442222	Curbigny	curbigny	Curbigny,Kirbini,Kjurbin'i,Кирбињи,Кюрбиньи,Кюрбіньї		FR	27	71	713	71160	317	Europe/Paris
6442223	Curdin	curdin	Curdin		FR	27	71	713	71161	317	Europe/Paris
6442224	Curgy	curgy	Curgy		FR	27	71	711	71162	1142	Europe/Paris
6442225	Curtil-sous-Buffières	curtil-sous-buffieres			FR	27	71	715	71163	88	Europe/Paris
6442226	Curtil-sous-Burnand	curtil-sous-burnand	Curtil-sous-Burnand,Kirtij su Birnan,Kjurtij-su-Bjurnan,Киртиј су Бирнан,Кюртий-су-Бюрнан,Кюртій-су-Бюрнан		FR	27	71	712	71164	135	Europe/Paris
6442227	Cussy-en-Morvan	cussy-en-morvan	Kisi an Morvan,Kjussi-an-Morvan,Киси ан Морван,Кюсси-ан-Морван,Кюссі-ан-Морван		FR	27	71	711	71165	409	Europe/Paris
6442229	Damerey	damerey	Damerey		FR	27	71	712	71167	561	Europe/Paris
6442230	Dampierre-en-Bresse	dampierre-en-bresse			FR	27	71	714	71168	171	Europe/Paris
6442231	Davayé	davaye	Davaye,Davayé		FR	27	71	715	71169	682	Europe/Paris
6442232	Demigny	demigny	Demigny,Demin'i,Demini,Деминьи,Демињи,Деміньї		FR	27	71	712	71170	1788	Europe/Paris
6442233	Dennevy	dennevy	Dennevy		FR	27	71	712	71171	305	Europe/Paris
6442234	Dettey	dettey	Dettey		FR	27	71	711	71172	81	Europe/Paris
6442235	Devrouze	devrouze	Devrouze		FR	27	71	714	71173	310	Europe/Paris
6442237	Diconne	diconne	Diconne		FR	27	71	714	71175	347	Europe/Paris
6442238	Digoin	digoin	Digoin		FR	27	71	713	71176	7811	Europe/Paris
6442239	Dommartin-lès-Cuiseaux	dommartin-les-cuiseaux	Domarten le Kizo,Dommarten-le-Kjuizo,Dommartin-les-Cuiseaux,Dommartin-lès-Cuiseaux,Домартен ле Кизо,Доммартен-ле-Кюизо,Доммартен-ле-Кюїзо		FR	27	71	714	71177	790	Europe/Paris
6442240	Dompierre-les-Ormes	dompierre-les-ormes	Dompierre-les-Ormes		FR	27	71	715	71178	916	Europe/Paris
6442241	Dompierre-sous-Sanvignes	dompierre-sous-sanvignes	Dompierre-sous-Sanvignes		FR	27	71	713	71179	77	Europe/Paris
6442243	Donzy-le-Pertuis	donzy-le-pertuis	Donzi le Pertis,Donzi-le-Pertjui,Donzy-le-Pertuis,Донзи ле Пертис,Донзи-ле-Пертюи,Донзі-ле-Пертюї		FR	27	71	715	71181	166	Europe/Paris
6442244	Dracy-le-Fort	dracy-le-fort	Dracy-le-Fort,Drasi le For,Drasi-le-For,Драси ле Фор,Драси-ле-Фор,Драсі-ле-Фор		FR	27	71	712	71182	1270	Europe/Paris
6442245	Dracy-lès-Couches	dracy-les-couches	Drasi le Kush,Drasi-le-Kush,Драси ле Куш,Драси-ле-Куш,Драсі-ле-Куш		FR	27	71	711	71183	150	Europe/Paris
6442246	Dracy-Saint-Loup	dracy-saint-loup	Dracy-Saint-Loup,Drasi Sen Lup,Drasi-Sen-Lu,Драси Сен Луп,Драси-Сен-Лу,Драсі-Сен-Лу		FR	27	71	711	71184	573	Europe/Paris
6442247	Dyo	dyo	Dio,Dyo,Дио,Діо		FR	27	71	713	71185	344	Europe/Paris
6442248	Écuelles	ecuelles			FR	27	71	712	71186	279	Europe/Paris
6442249	Écuisses	ecuisses	Ecuisses,Ekjuiss,Écuisses,Екюисс,Екюїсс		FR	27	71	711	71187	1586	Europe/Paris
6442250	Épertully	epertully	Epertully,Épertully		FR	27	71	711	71188	62	Europe/Paris
6442251	Épervans	epervans	Epervans,Épervans		FR	27	71	712	71189	1607	Europe/Paris
6442252	Essertenne	essertenne	Esertan,Essertenn,Essertenne,Есертан,Ессертенн		FR	27	71	711	71191	476	Europe/Paris
6442253	Étang-sur-Arroux	etang-sur-arroux	Etan sir Aru,Etan-sjur-Arru,Etang-sur-Arroux,Étang-sur-Arroux,Етан сир Ару,Етан-сюр-Арру		FR	27	71	711	71192	1900	Europe/Paris
6442254	Étrigny	etrigny	Etrigny,Etrin'i,Etrini,Étrigny,Етриньи,Етриньї,Етрињи		FR	27	71	712	71193	471	Europe/Paris
6442255	Farges-lès-Chalon	farges-les-chalon	Farges-les-Chalon,Farges-lès-Chalon		FR	27	71	712	71194	770	Europe/Paris
6442256	Farges-lès-Mâcon	farges-les-macon	Farges-les-Macon,Farges-lès-Mâcon		FR	27	71	715	71195	216	Europe/Paris
6442257	Flacey-en-Bresse	flacey-en-bresse	Flacey-en-Bresse		FR	27	71	714	71198	393	Europe/Paris
6442258	Flagy	flagy	Flagy,Flazhi,Флажи,Флажі		FR	27	71	715	71199	167	Europe/Paris
6442259	Fleury-la-Montagne	fleury-la-montagne	Fleri-la-Montan',Fleury-la-Montagne,Флери-ла-Монтань,Флері-ла-Монтань		FR	27	71	713	71200	685	Europe/Paris
6442260	Fragnes-La Loyère	fragnes-la-loyere	Fragnes-La Loyere,Fragnes-La Loyère		FR	27	71	712	71204	1486	Europe/Paris
6442261	Fretterans	fretterans	Fretterans		FR	27	71	714	71207	286	Europe/Paris
6442262	Frontenard	frontenard	Frontenard		FR	27	71	714	71208	230	Europe/Paris
6442263	Frontenaud	frontenaud	Frontenaud,Fronteno,Фронтено		FR	27	71	714	71209	736	Europe/Paris
6442264	Fuissé	fuisse	Fuisse,Fuissé		FR	27	71	715	71210	381	Europe/Paris
6442265	Génelard	genelard	Genelard,Génelard,Zhenelar,Женелар		FR	27	71	711	71212	1360	Europe/Paris
6442266	Gergy	gergy	Gergy		FR	27	71	712	71215	2530	Europe/Paris
6442267	Germagny	germagny			FR	27	71	712	71216	205	Europe/Paris
6442268	Gibles	gibles	Gibles,Zhibl,Zhibl',Жибл,Жибль		FR	27	71	713	71218	595	Europe/Paris
6442269	Gigny-sur-Saône	gigny-sur-saone	Gigny-sur-Saone,Gigny-sur-Saône		FR	27	71	712	71219	537	Europe/Paris
6442270	Gilly-sur-Loire	gilly-sur-loire	Gilly-sur-Loire,Zhii-sjur-Luar,Zhiji na Loari,Жии-сюр-Луар,Жији на Лоари,Жії-сюр-Луар		FR	27	71	713	71220	495	Europe/Paris
6442271	Grandvaux	grandvaux	Grandvaux		FR	27	71	713	71224	76	Europe/Paris
6442272	Grevilly	grevilly	Grevilly		FR	27	71	715	71226	36	Europe/Paris
6442273	Grury	grury	Grjuri,Грюри,Грюрі		FR	27	71	713	71227	537	Europe/Paris
6442274	Guerfand	guerfand	Guerfand		FR	27	71	712	71228	205	Europe/Paris
6442275	Gueugnon	gueugnon	Gueugnon		FR	27	71	713	71230	7092	Europe/Paris
6442276	Hurigny	hurigny	Hurigny,Jurin'i,Юриньи,Юриньї		FR	27	71	715	71235	1999	Europe/Paris
6442277	Igé	ige	Ige,Igé,Izhe,Іже,Иже		FR	27	71	715	71236	867	Europe/Paris
6442279	Iguerande	iguerande	Iguerande		FR	27	71	713	71238	1002	Europe/Paris
6442280	Issy-l'Évêque	issy-l-eveque	Issy-l'Eveque,Issy-l'Évêque		FR	27	71	713	71239	732	Europe/Paris
6442281	Jalogny	jalogny	Jalogny		FR	27	71	715	71240	354	Europe/Paris
6442282	Jambles	jambles	Jambles		FR	27	71	712	71241	492	Europe/Paris
6442283	Joncy	joncy	Joncy,Zhonsi,Жонси,Жонсі		FR	27	71	715	71242	530	Europe/Paris
6442286	Juif	juif	Juif,Zhuif,Жуиф,Жуїф		FR	27	71	714	71246	258	Europe/Paris
6442287	Jully-lès-Buxy	jully-les-buxy	Jully-les-Buxy,Jully-lès-Buxy,Zhulli-le-Bjuksi,Жулли-ле-Бюкси,Жуллі-ле-Бюксі		FR	27	71	712	71247	365	Europe/Paris
6442288	Laives	laives	Laives,Lev,Лев,لائویس، ساونی-اے-لویری		FR	27	71	712	71249	1041	Europe/Paris
6442289	Laizé	laize	Leze,layzy,Лезе,لائزی		FR	27	71	715	71250	1090	Europe/Paris
6442290	Laizy	laizy	Laizy,Lezi,Лези,Лезі		FR	27	71	711	71251	586	Europe/Paris
6442291	Lalheue	lalheue	Lalheue		FR	27	71	712	71252	407	Europe/Paris
6442292	Lans	lans	Lans		FR	27	71	712	71253	923	Europe/Paris
6442293	Lays-sur-le-Doubs	lays-sur-le-doubs			FR	27	71	714	71254	144	Europe/Paris
6442294	Lesme	lesme			FR	27	71	713	71255	191	Europe/Paris
6442295	Lessard-en-Bresse	lessard-en-bresse	Lessard-en-Bresse		FR	27	71	714	71256	551	Europe/Paris
6442296	Lessard-le-National	lessard-le-national	Lessard-le-National		FR	27	71	712	71257	621	Europe/Paris
6442297	Leynes	leynes	Len,Лен		FR	27	71	715	71258	524	Europe/Paris
6442298	Ligny-en-Brionnais	ligny-en-brionnais	Ligny-en-Brionnais,Lin'i-an-Brijonne,Линьи-ан-Брийонне,Ліньї-ан-Брійонне		FR	27	71	713	71259	329	Europe/Paris
6442299	Loisy	loisy	Loisy,Luazi,Луази,Луазі		FR	27	71	714	71261	644	Europe/Paris
6442300	Longepierre	longepierre			FR	27	71	712	71262	172	Europe/Paris
6442301	Lournand	lournand	Lournand		FR	27	71	715	71264	332	Europe/Paris
6442302	Lucenay-l'Évêque	lucenay-l-eveque	Lucenay-l'Eveque,Lucenay-l'Évêque		FR	27	71	711	71266	329	Europe/Paris
6442303	Lugny-lès-Charolles	lugny-les-charolles	Lugny-les-Charolles,Lugny-lès-Charolles		FR	27	71	713	71268	348	Europe/Paris
6442304	Lux	lux	Ljuks,Lux,Люкс		FR	27	71	712	71269	1996	Europe/Paris
6442305	Maltat	maltat	Maltat		FR	27	71	713	71273	286	Europe/Paris
6442306	Mancey	mancey	Mancey,Manse,Мансе		FR	27	71	712	71274	386	Europe/Paris
6442307	Marcilly-la-Gueurce	marcilly-la-gueurce	Marcilly-la-Gueurce,Marsii-la-Gers,Марсии-ла-Герс,Марсії-ла-Герс		FR	27	71	713	71276	117	Europe/Paris
6442308	Le Rousset-Marizy	le-rousset-marizy	Le Rousset-Marizy		FR	27	71	713	71279	671	Europe/Paris
6442310	Marly-sur-Arroux	marly-sur-arroux	Marly-sur-Arroux		FR	27	71	713	71281	331	Europe/Paris
6442311	Martailly-lès-Brancion	martailly-les-brancion	Martai-le-Brans'jon,Martailly-les-Brancion,Martailly-lès-Brancion,Мартаи-ле-Брансьйон,Мартаї-ле-Брансьйон		FR	27	71	715	71284	142	Europe/Paris
6442312	Martigny-le-Comte	martigny-le-comte	Martigny-le-Comte,Martin'i-le-Kont,Мартиньи-ле-Конт,Мартіньї-ле-Конт		FR	27	71	713	71285	421	Europe/Paris
6442313	Mary	mary			FR	27	71	711	71286	235	Europe/Paris
6442314	Massilly	massilly	Massii,Massilly,Массии,Массії		FR	27	71	715	71287	361	Europe/Paris
6442316	Matour	matour	Matour,Matur,Матур		FR	27	71	715	71289	1094	Europe/Paris
6442317	Mellecey	mellecey	Mellecey		FR	27	71	712	71292	1288	Europe/Paris
6442318	Mervans	mervans	Mervans		FR	27	71	714	71295	1488	Europe/Paris
6442319	Messey-sur-Grosne	messey-sur-grosne			FR	27	71	712	71296	745	Europe/Paris
6442320	Mesvres	mesvres	Mesvres		FR	27	71	711	71297	761	Europe/Paris
6442321	Milly-Lamartine	milly-lamartine	Mii-Lamartin,Milly-Lamartine,Мии-Ламартин,Мії-Ламартін		FR	27	71	715	71299	343	Europe/Paris
6442322	Montagny-lès-Buxy	montagny-les-buxy	Montagny-les-Buxy,Montagny-lès-Buxy,Montan'i-le-Bjuksi,Монтаньи-ле-Бюкси,Монтаньї-ле-Бюксі		FR	27	71	712	71302	218	Europe/Paris
6442323	Montagny-près-Louhans	montagny-pres-louhans	Montagny-pres-Louhans,Montagny-près-Louhans,Montan'i-pre-Luan,Монтаньи-пре-Луан,Монтаньї-пре-Луан		FR	27	71	714	71303	440	Europe/Paris
6442325	Montbellet	montbellet	Monbelle,Монбелле		FR	27	71	715	71305	803	Europe/Paris
6442326	Montceau-les-Mines	montceau-les-mines	Montceau-les-Mines		FR	27	71	711	71306	18722	Europe/Paris
6442327	Montceaux-l'Étoile	montceaux-l-etoile	Montceaux-l'Etoile,Montceaux-l'Étoile		FR	27	71	713	71307	294	Europe/Paris
6442328	Montceaux-Ragny	montceaux-ragny	Montceaux-Ragny		FR	27	71	712	71308	32	Europe/Paris
6442329	Montcenis	montcenis	Monseni,Montcenis,meng sai ni,Монсени,Монсені,蒙塞尼		FR	27	71	711	71309	2180	Europe/Paris
6442330	Montchanin	montchanin	Monshanen,Моншанен		FR	27	71	711	71310	5098	Europe/Paris
6442331	Montcony	montcony	Montcony		FR	27	71	714	71311	276	Europe/Paris
6442332	Montcoy	montcoy	Monkua,Montcoy,Монкуа		FR	27	71	712	71312	251	Europe/Paris
6442333	Monthelon	monthelon	Montelon,Monthelon,Монтелон		FR	27	71	711	71313	385	Europe/Paris
6442334	Montjay	montjay	Monzhe,meng te re,Монже,蒙特热		FR	27	71	714	71314	200	Europe/Paris
6442335	Mont-lès-Seurre	mont-les-seurre	Mont-les-Seurre,Mont-lès-Seurre		FR	27	71	712	71315	177	Europe/Paris
6442336	Montmelard	montmelard	Monmelar,Montmelard,Монмелар		FR	27	71	715	71316	349	Europe/Paris
6442337	Montmort	montmort	Monmor,Montmort,Монмор		FR	27	71	713	71317	182	Europe/Paris
6442338	Montpont-en-Bresse	montpont-en-bresse	Montpont-en-Bresse		FR	27	71	714	71318	1088	Europe/Paris
6442339	Montret	montret	Montret		FR	27	71	714	71319	804	Europe/Paris
6442340	Mont-Saint-Vincent	mont-saint-vincent	Mon-Sen-Vensan,Mont-Saint-Vincent,Мон-Сен-Венсан		FR	27	71	711	71320	333	Europe/Paris
6442341	Morlet	morlet	Morlet		FR	27	71	711	71322	69	Europe/Paris
6442342	Moroges	moroges	Moroges,Morozh,Морож		FR	27	71	712	71324	571	Europe/Paris
6442343	Mouthier-en-Bresse	mouthier-en-bresse	Mouthier-en-Bresse		FR	27	71	714	71326	429	Europe/Paris
6442344	Mussy-sous-Dun	mussy-sous-dun	Mjussi-su-Den,Mussy-sous-Dun,Мюсси-су-Ден,Мюссі-су-Ден		FR	27	71	713	71327	348	Europe/Paris
6442345	Navilly	navilly	Navilli,Navilly,Навилли,Навіллі		FR	27	71	712	71329	430	Europe/Paris
6442346	Neuvy-Grandchamp	neuvy-grandchamp			FR	27	71	713	71330	765	Europe/Paris
6442347	Oslon	oslon	Oslon		FR	27	71	712	71333	1235	Europe/Paris
6442348	Oudry	oudry	Oudry		FR	27	71	713	71334	391	Europe/Paris
6442349	Ouroux-sous-le-Bois-Sainte-Marie	ouroux-sous-le-bois-sainte-marie	Ouroux-sous-le-Bois-Sainte-Marie		FR	27	71	713	71335	67	Europe/Paris
6442350	Ouroux-sur-Saône	ouroux-sur-saone	Ouroux-sur-Saone,Ouroux-sur-Saône		FR	27	71	714	71336	3072	Europe/Paris
6442351	Oyé	oye	Oye,Oyé,Uae,Уае,Уає		FR	27	71	713	71337	304	Europe/Paris
6442352	Ozenay	ozenay	Ozenay,Ozne,Озне		FR	27	71	715	71338	225	Europe/Paris
6442353	Ozolles	ozolles	Ozol',Ozolles,Озоль		FR	27	71	713	71339	431	Europe/Paris
6442354	Palinges	palinges	Palenzh,Palinges,Паленж		FR	27	71	713	71340	1519	Europe/Paris
6442355	Palleau	palleau	Palleau		FR	27	71	712	71341	237	Europe/Paris
6442356	Paray-le-Monial	paray-le-monial	Paray-le-Monial		FR	27	71	713	71342	9160	Europe/Paris
6442357	Paris-l'Hôpital	paris-l-hopital	Paris-l'Hopital,Paris-l'Hôpital		FR	27	71	712	71343	298	Europe/Paris
6442358	Perrecy-les-Forges	perrecy-les-forges	Perrecy-les-Forges,Perresi-le-Forzh,Перреси-ле-Форж,Перресі-ле-Форж		FR	27	71	711	71346	1654	Europe/Paris
6442359	Perreuil	perreuil	Perreuil		FR	27	71	711	71347	547	Europe/Paris
6442360	Perrigny-sur-Loire	perrigny-sur-loire	Perrigny-sur-Loire,Perrin'i-sjur-Luar,Перриньи-сюр-Луар,Перриньї-сюр-Луар		FR	27	71	713	71348	136	Europe/Paris
6442361	Pierreclos	pierreclos	P'errklo,Perrklo,Pierreclos,Пьерркло,Пєрркло		FR	27	71	715	71350	910	Europe/Paris
6442362	Plottes	plottes			FR	27	71	715	71353	538	Europe/Paris
6442363	Pontoux	pontoux	Pontoux,Pontu,Понту		FR	27	71	712	71355	271	Europe/Paris
6442364	Pouilloux	pouilloux	Pouilloux		FR	27	71	711	71356	1003	Europe/Paris
6442365	Pourlans	pourlans	Pourlans		FR	27	71	714	71357	205	Europe/Paris
6442366	Pressy-sous-Dondin	pressy-sous-dondin	Pressy-sous-Dondin		FR	27	71	715	71358	97	Europe/Paris
6442367	Préty	prety	Preti,Prety,Préty,Прети,Преті		FR	27	71	715	71359	544	Europe/Paris
6442368	Prissé	prisse	Prisse,Приссе		FR	27	71	715	71360	2034	Europe/Paris
6442369	Prizy	prizy	Prizy		FR	27	71	713	71361	67	Europe/Paris
6442370	Pruzilly	pruzilly	Pruzilly		FR	27	71	715	71362	326	Europe/Paris
6442371	Rancy	rancy	Rancy,Ransi,Ранси,Рансі		FR	27	71	714	71365	546	Europe/Paris
6442372	Ratenelle	ratenelle	Ratenel',Ratenelle,Ратенель		FR	27	71	714	71366	393	Europe/Paris
6442373	Ratte	ratte	Ratt,Ратт		FR	27	71	714	71367	365	Europe/Paris
6442374	Reclesne	reclesne	Reclesne,Reklen,Реклен		FR	27	71	711	71368	330	Europe/Paris
6442376	Rigny-sur-Arroux	rigny-sur-arroux	Rigny-sur-Arroux,Rin'i-sjur-Arru,Риньи-сюр-Арру,Риньї-сюр-Арру		FR	27	71	713	71370	647	Europe/Paris
6442377	Romanèche-Thorins	romaneche-thorins	Romaneche-Thorins,Romanesh-Toren,Romanèche-Thorins,Романеш-Торен		FR	27	71	715	71372	1993	Europe/Paris
6442378	Rosey	rosey	Rosey,Roze,Розе		FR	27	71	712	71374	164	Europe/Paris
6442379	Roussillon-en-Morvan	roussillon-en-morvan	Roussillon-en-Morvan		FR	27	71	711	71376	268	Europe/Paris
6442380	Royer	royer	Royer		FR	27	71	715	71377	132	Europe/Paris
6442381	Rully	rully	Rjulli,Rully,Рюлли,Рюллі		FR	27	71	712	71378	1556	Europe/Paris
6442382	Sagy	sagy	Sagy,Sazhi,Сажи,Сажі,سگے، سونے-یت-لڑے		FR	27	71	714	71379	1238	Europe/Paris
6442383	Saillenard	saillenard	Saillenard		FR	27	71	714	71380	781	Europe/Paris
6442384	Sailly	sailly	Sai,Sailly,Саи,Саї,سیلے، سونے-یت-لڑے		FR	27	71	715	71381	90	Europe/Paris
6442386	Saint-Ambreuil	saint-ambreuil	Saint-Ambreuil,Sent-Ambrej,Сент-Амбрей,سینٹ-امبریؤل		FR	27	71	712	71384	507	Europe/Paris
6442387	Saint-Amour-Bellevue	saint-amour-bellevue	Saint-Amour-Bellevue,Sent-Amur-Bel'vju,san=tamuru=beruvu~yu,Сент-Амур-Бельвю,سینٹ-امور-بلووے,サン＝タムール＝ベルヴュ		FR	27	71	715	71385	548	Europe/Paris
6442388	Saint-André-en-Bresse	saint-andre-en-bresse	Saint-Andre-en-Bresse,Saint-André-en-Bresse		FR	27	71	714	71386	98	Europe/Paris
6442389	Saint-André-le-Désert	saint-andre-le-desert	Sent-Andre-le-Dezer,Сент-Андре-ле-Дезер,سینٹ-آندرے-لے-ڈیزرٹ		FR	27	71	715	71387	251	Europe/Paris
6442390	Saint-Aubin-en-Charollais	saint-aubin-en-charollais			FR	27	71	713	71388	480	Europe/Paris
6442391	Saint-Aubin-sur-Loire	saint-aubin-sur-loire	Saint-Aubin-sur-Loire,Sent-Oben-sjur-Luar,Сент-Обен-сюр-Луар,سینٹ-آبن-سر-لڑے		FR	27	71	713	71389	299	Europe/Paris
6442392	Saint-Berain-sous-Sanvignes	saint-berain-sous-sanvignes	Saint-Berain-sous-Sanvignes		FR	27	71	711	71390	1097	Europe/Paris
6442393	Saint-Boil	saint-boil	Saint-Boil,Sen-Bual',Сен-Буаль,سینٹ-بول		FR	27	71	712	71392	490	Europe/Paris
6442394	Saint-Bonnet-de-Cray	saint-bonnet-de-cray	Saint-Bonnet-de-Cray,Sen-Bonne-de-Kre,Сен-Бонне-де-Кре,سینٹ-بونٹ-دے-کرے		FR	27	71	713	71393	482	Europe/Paris
6442395	Saint-Bonnet-de-Joux	saint-bonnet-de-joux	Saint-Bonnet-de-Joux,Sen-Bonne-de-Zhu,Сен-Бонне-де-Жу,سینٹ-بونٹ-دے-ظوش		FR	27	71	713	71394	751	Europe/Paris
6442396	Saint-Bonnet-de-Vieille-Vigne	saint-bonnet-de-vieille-vigne	Saint-Bonnet-de-Vieille-Vigne		FR	27	71	713	71395	196	Europe/Paris
6442397	Saint-Bonnet-en-Bresse	saint-bonnet-en-bresse	Saint-Bonnet-en-Bresse		FR	27	71	714	71396	477	Europe/Paris
6442398	Sainte-Cécile	sainte-cecile			FR	27	71	715	71397	291	Europe/Paris
6442399	Saint-Christophe-en-Bresse	saint-christophe-en-bresse	Saint-Christophe-en-Bresse,Sen-Kristof-an-Bress,Сен-Кристоф-ан-Бресс,سینٹ-کروسٹوفے-این -برسسے		FR	27	71	714	71398	1109	Europe/Paris
6442400	Saint-Christophe-en-Brionnais	saint-christophe-en-brionnais	Saint-Christophe-en-Brionnais,Sen-Kristof-an-Brijonne,Сен-Кристоф-ан-Брийонне,Сен-Кристоф-ан-Брійонне,سینٹ-کروسٹوفے-این -برونائس		FR	27	71	713	71399	523	Europe/Paris
6442401	Saint-Clément-sur-Guye	saint-clement-sur-guye	Saint-Clement-sur-Guye,Saint-Clément-sur-Guye,Sen-Kleman-sjur-Gjui,Сен-Клеман-сюр-Гюи,Сен-Клеман-сюр-Гюї,سینٹ-کلیمنٹ-سر-گے		FR	27	71	715	71400	131	Europe/Paris
6442402	Sainte-Croix	sainte-croix	Sainte-Croix,Sent-Krua,Сент-Круа,سین-ڑوش، سونے-یت-لڑے		FR	27	71	714	71401	636	Europe/Paris
6442403	Saint-Denis-de-Vaux	saint-denis-de-vaux	Saint-Denis-de-Vaux		FR	27	71	712	71403	264	Europe/Paris
6442404	Saint-Désert	saint-desert	Saint-Desert,Saint-Désert		FR	27	71	712	71404	868	Europe/Paris
6442405	Saint-Didier-en-Bresse	saint-didier-en-bresse	Saint-Didier-en-Bresse		FR	27	71	712	71405	184	Europe/Paris
6442406	Saint-Didier-en-Brionnais	saint-didier-en-brionnais	Saint-Didier-en-Brionnais		FR	27	71	713	71406	141	Europe/Paris
6442407	Saint-Didier-sur-Arroux	saint-didier-sur-arroux	Saint-Didier-sur-Arroux		FR	27	71	711	71407	237	Europe/Paris
6442408	Saint-Edmond	saint-edmond	Saint-Edmond,Sent-Edmon,Сент-Едмон,سینٹ-یدموند		FR	27	71	713	71408	388	Europe/Paris
6442409	Saint-Émiland	saint-emiland	Saint-Emiland,Saint-Émiland,Sent-Emilan,Сент-Емилан,Сент-Емілан,سینٹ-یملنڈ		FR	27	71	711	71409	360	Europe/Paris
6442410	Saint-Étienne-en-Bresse	saint-etienne-en-bresse	Saint-Etienne-en-Bresse,Saint-Étienne-en-Bresse		FR	27	71	714	71410	807	Europe/Paris
6442411	Saint-Eugène	saint-eugene	Saint-Eugene,Saint-Eugène,Sent-Ezhen,Сент-Ежен,سینٹ-یوجین، سونے-یت-لڑے		FR	27	71	711	71411	147	Europe/Paris
6442412	Saint-Eusèbe	saint-eusebe	Saint-Eusebe,Saint-Eusèbe,Sent-Ezeb,Сент-Езеб,سینٹ-یسبے، سونے-یت-لڑے		FR	27	71	711	71412	1185	Europe/Paris
6442413	Saint-Forgeot	saint-forgeot	Saint-Forgeot,Sen-Forzho,Сен-Форжо		FR	27	71	711	71414	481	Europe/Paris
6442414	Saint-Gengoux-de-Scissé	saint-gengoux-de-scisse	Saint-Gengoux-de-Scisse,Saint-Gengoux-de-Scissé,Sen-Zhangu-de-Ssisse,Сен-Жангу-де-Ссиссе,Сен-Жангу-де-Ссіссе,سینٹ-ینگوش-دے-سکسسے		FR	27	71	715	71416	608	Europe/Paris
6442415	Saint-Gengoux-le-National	saint-gengoux-le-national	Saint-Gengoux-le-National		FR	27	71	712	71417	1044	Europe/Paris
6442416	Saint-Germain-du-Bois	saint-germain-du-bois			FR	27	71	714	71419	1912	Europe/Paris
6442417	Saint-Germain-du-Plain	saint-germain-du-plain	Saint-Germain-du-Plain,Sen-Zhermen-dju-Plen,Сен-Жермен-дю-Плен,سینٹ-گرمین-دو-پلائیں		FR	27	71	714	71420	2263	Europe/Paris
6442418	Saint-Germain-en-Brionnais	saint-germain-en-brionnais	Saint-Germain-en-Brionnais,Sen-Zhermen-an-Brijonne,Сен-Жермен-ан-Брийонне,Сен-Жермен-ан-Брійонне,سینٹ-گرمین-این -برونائس		FR	27	71	713	71421	192	Europe/Paris
6442419	Saint-Germain-lès-Buxy	saint-germain-les-buxy	Saint-Germain-les-Buxy,Saint-Germain-lès-Buxy		FR	27	71	712	71422	269	Europe/Paris
6442420	Saint-Gervais-en-Vallière	saint-gervais-en-valliere	Saint-Gervais-en-Valliere,Saint-Gervais-en-Vallière		FR	27	71	712	71423	442	Europe/Paris
6442421	Saint-Gervais-sur-Couches	saint-gervais-sur-couches	Saint-Gervais-sur-Couches,Sen-Zherve-sjur-Kush,Сен-Жерве-сюр-Куш,سینٹ-گروس-سر-کوکھس		FR	27	71	711	71424	202	Europe/Paris
6442422	Saint-Gilles	saint-gilles	Saint-Gilles		FR	27	71	712	71425	264	Europe/Paris
6442423	Saint-Huruge	saint-huruge	Saint-Huruge,Sen-Jurjuzh,Сен-Юрюж,سینٹ-حراگے		FR	27	71	715	71427	54	Europe/Paris
6442424	Saint-Igny-de-Roche	saint-igny-de-roche	Saint-Igny-de-Roche		FR	27	71	713	71428	757	Europe/Paris
6442425	Saint-Jean-de-Vaux	saint-jean-de-vaux	Saint-Jean-de-Vaux		FR	27	71	712	71430	405	Europe/Paris
6442426	Saint-Jean-de-Trézy	saint-jean-de-trezy	Saint-Jean-de-Trezy,Saint-Jean-de-Trézy,Sen-Zhan-de-Trezi,Сен-Жан-де-Трези,Сен-Жан-де-Трезі,سینٹ-ژاں -دے-ٹریزے		FR	27	71	711	71431	363	Europe/Paris
6442427	Saint-Julien-de-Civry	saint-julien-de-civry	Saint-Julien-de-Civry,Sen-Zhul'en-de-Sivri,Сен-Жульен-де-Сиври,Сен-Жульєн-де-Сіврі,سینٹ-جلیں -دے-کورے		FR	27	71	713	71433	484	Europe/Paris
6442428	Saint-Julien-de-Jonzy	saint-julien-de-jonzy	Saint-Julien-de-Jonzy,Sen-Zhul'en-de-Zhonzi,Сен-Жульен-де-Жонзи,Сен-Жульєн-де-Жонзі,سینٹ-جلیں -دے-جونزے		FR	27	71	713	71434	342	Europe/Paris
6442429	Saint-Julien-sur-Dheune	saint-julien-sur-dheune	Sen-Zhul'en-sjur-Den,Сен-Жульен-сюр-Ден,Сен-Жульєн-сюр-Ден,سینٹ-جلیں -سر-دھونے		FR	27	71	711	71435	241	Europe/Paris
6442430	Saint-Laurent-d'Andenay	saint-laurent-d-andenay	Saint-Laurent-d'Andenay		FR	27	71	711	71436	1019	Europe/Paris
6442431	Saint-Laurent-en-Brionnais	saint-laurent-en-brionnais	Saint-Laurent-en-Brionnais,Sen-Lorant-an-Brijonne,Сен-Лорант-ан-Брийонне,Сен-Лорант-ан-Брійонне,سینٹ-لارنٹ-این -برونائس		FR	27	71	713	71437	328	Europe/Paris
6442432	Saint-Léger-du-Bois	saint-leger-du-bois	Saint-Leger-du-Bois,Saint-Léger-du-Bois		FR	27	71	711	71438	538	Europe/Paris
6442433	Saint-Léger-sous-Beuvray	saint-leger-sous-beuvray	Sen-Lezhe-su-Bevre,Сен-Леже-су-Бевре,سینٹ-لگر-سوس-بورے		FR	27	71	711	71440	386	Europe/Paris
6442434	Saint-Léger-sous-la-Bussière	saint-leger-sous-la-bussiere			FR	27	71	715	71441	261	Europe/Paris
6442435	Saint-Léger-sur-Dheune	saint-leger-sur-dheune	Saint-Leger-sur-Dheune,Saint-Léger-sur-Dheune,Sen-Lezhe-sjur-Den,Сен-Леже-сюр-Ден,سینٹ-لگر-سر-دھونے		FR	27	71	712	71442	1567	Europe/Paris
6442436	Saint-Marcelin-de-Cray	saint-marcelin-de-cray	Saint-Marcelin-de-Cray		FR	27	71	715	71446	184	Europe/Paris
6442437	Saint-Mard-de-Vaux	saint-mard-de-vaux	Saint-Mard-de-Vaux,Sen-Mar-de-Vo,Сен-Мар-де-Во,سینٹ-مرد-دے-وا		FR	27	71	712	71447	277	Europe/Paris
6442438	Saint-Martin-Belle-Roche	saint-martin-belle-roche	Sen-Marten-Bel'-Rosh,Сен-Мартен-Бель-Рош,سینٹ-مارٹن-بیلے-روکھے		FR	27	71	715	71448	1386	Europe/Paris
6442439	Saint-Martin-d'Auxy	saint-martin-d-auxy	Saint-Martin-d'Auxy		FR	27	71	712	71449	104	Europe/Paris
6442440	Saint-Martin-de-Commune	saint-martin-de-commune	Saint-Martin-de-Commune,Sen-Marten-de-Kommjun,Сен-Мартен-де-Коммюн,سینٹ-مارٹن-دے-کمیون		FR	27	71	711	71450	110	Europe/Paris
6442441	Saint-Martin-de-Lixy	saint-martin-de-lixy	Saint-Martin-de-Lixy,Sen-Marten-de-Liksi,Сен-Мартен-де-Ликси,Сен-Мартен-де-Ліксі,سینٹ-مارٹن-دے-شی		FR	27	71	713	71451	91	Europe/Paris
6442442	Saint-Martin-de-Salencey	saint-martin-de-salencey			FR	27	71	715	71452	101	Europe/Paris
6442443	Saint-Martin-du-Lac	saint-martin-du-lac	Saint-Martin-du-Lac,Sen-Marten-dju-Lak,Сен-Мартен-дю-Лак,سینٹ-مارٹن-دو-لاک		FR	27	71	713	71453	242	Europe/Paris
6442444	Saint-Martin-du-Tartre	saint-martin-du-tartre	Saint-Martin-du-Tartre		FR	27	71	712	71455	159	Europe/Paris
6442498	Simard	simard	Simar,Симар,Сімар		FR	27	71	714	71523	1226	Europe/Paris
6442445	Saint-Martin-en-Bresse	saint-martin-en-bresse	Saint-Martin-en-Bresse,Sen-Marten-an-Bress,Сен-Мартен-ан-Бресс,سینٹ-مارٹن-این -برسسے		FR	27	71	712	71456	1934	Europe/Paris
6442446	Saint-Martin-en-Gâtinois	saint-martin-en-gatinois	Saint-Martin-en-Gatinois,Saint-Martin-en-Gâtinois		FR	27	71	712	71457	123	Europe/Paris
6442447	Saint-Martin-la-Patrouille	saint-martin-la-patrouille	Saint-Martin-la-Patrouille,Sen-Marten-la-Patruj,Сен-Мартен-ла-Патруй,سینٹ-مارٹن-لا-پترویل		FR	27	71	715	71458	63	Europe/Paris
6442448	Saint-Martin-sous-Montaigu	saint-martin-sous-montaigu	Saint-Martin-sous-Montaigu		FR	27	71	712	71459	363	Europe/Paris
6442449	Saint-Maurice-de-Satonnay	saint-maurice-de-satonnay	Sen-Moris-de-Satonne,Сен-Морис-де-Сатонне,سینٹ-موریس-دے-ستوں نے		FR	27	71	715	71460	495	Europe/Paris
6442450	Saint-Maurice-des-Champs	saint-maurice-des-champs	Saint-Maurice-des-Champs,Sen-Moris-de-Sham,Сен-Морис-де-Шам,سینٹ-موریس-دس-چمپس		FR	27	71	712	71461	63	Europe/Paris
6442451	Saint-Maurice-en-Rivière	saint-maurice-en-riviere			FR	27	71	712	71462	570	Europe/Paris
6442452	Saint-Maurice-lès-Châteauneuf	saint-maurice-les-chateauneuf	Saint-Maurice-les-Chateauneuf,Saint-Maurice-lès-Châteauneuf,Sen-Moris-le-Shatonef,Сен-Морис-ле-Шатонеф,سینٹ-موریس-لیس-چتونوف		FR	27	71	713	71463	575	Europe/Paris
6442453	Saint-Maurice-lès-Couches	saint-maurice-les-couches			FR	27	71	711	71464	190	Europe/Paris
6442454	Saint-Micaud	saint-micaud	Saint-Micaud,Sen-Miko,Сен-Мико,Сен-Міко,سینٹ-مکد		FR	27	71	711	71465	274	Europe/Paris
6442455	Saint-Nizier-sur-Arroux	saint-nizier-sur-arroux			FR	27	71	711	71466	128	Europe/Paris
6442456	Saint-Pierre-de-Varennes	saint-pierre-de-varennes	Saint-Pierre-de-Varennes,Sen-P'err-de-Varenn,Sen-Perr-de-Varenn,Сен-Пьерр-де-Варенн,Сен-Пєрр-де-Варенн,سین-پیری-دے-وریننس		FR	27	71	711	71468	847	Europe/Paris
6442458	Saint-Point	saint-point	Sen-Puen,Сен-Пуен,سین-پائنٹ		FR	27	71	715	71470	319	Europe/Paris
6442459	Saint-Racho	saint-racho	Saint-Racho,Sen-Rasho,Сен-Рашо,سین-رکھو		FR	27	71	713	71473	182	Europe/Paris
6442460	Sainte-Radegonde	sainte-radegonde			FR	27	71	713	71474	158	Europe/Paris
6442461	Saint-Romain-sous-Gourdon	saint-romain-sous-gourdon	Saint-Romain-sous-Gourdon		FR	27	71	711	71477	473	Europe/Paris
6442462	Saint-Romain-sous-Versigny	saint-romain-sous-versigny	Saint-Romain-sous-Versigny		FR	27	71	713	71478	86	Europe/Paris
6442463	Saint-Sernin-du-Bois	saint-sernin-du-bois	Saint-Sernin-du-Bois		FR	27	71	711	71479	1848	Europe/Paris
6442464	Saint-Sernin-du-Plain	saint-sernin-du-plain			FR	27	71	712	71480	573	Europe/Paris
6442465	Saint-Symphorien-de-Marmagne	saint-symphorien-de-marmagne	Saint-Symphorien-de-Marmagne,Sen-Semfor'jan-de-Marman',Sen-Semforjan-de-Marman',Сен-Семфорьян-де-Мармань,Сен-Семфорян-де-Мармань		FR	27	71	711	71482	851	Europe/Paris
6442466	Saint-Symphorien-des-Bois	saint-symphorien-des-bois	Saint-Symphorien-des-Bois		FR	27	71	713	71483	445	Europe/Paris
6442467	Saint-Usuge	saint-usuge			FR	27	71	714	71484	1335	Europe/Paris
6442468	Saint-Vallerin	saint-vallerin	Saint-Vallerin,Sen-Valleren,Сен-Валлерен		FR	27	71	712	71485	266	Europe/Paris
6442469	Saint-Vallier	saint-vallier	Saint-Vallier,Sen-Val'e,sant falyr,Сен-Валье,Сен-Вальє,سانت فالير		FR	27	71	711	71486	8692	Europe/Paris
6442470	Saint-Vincent-des-Prés	saint-vincent-des-pres	Saint-Vincent-des-Pres,Saint-Vincent-des-Prés		FR	27	71	715	71488	110	Europe/Paris
6442471	Saint-Vincent-en-Bresse	saint-vincent-en-bresse	Saint-Vincent-en-Bresse		FR	27	71	714	71489	574	Europe/Paris
6442472	Saint-Yan	saint-yan	Saint-Yan,Sent-Ian,Сент-Іан,Сент-Иан		FR	27	71	713	71491	1178	Europe/Paris
6442473	Saint-Ythaire	saint-ythaire	Saint-Ythaire		FR	27	71	715	71492	125	Europe/Paris
6442474	Saisy	saisy	Saisy		FR	27	71	711	71493	329	Europe/Paris
6442475	Salornay-sur-Guye	salornay-sur-guye	Salornay-sur-Guye,Salorne-sjur-Gjui,Салорне-сюр-Гюи,Салорне-сюр-Гюї		FR	27	71	715	71495	865	Europe/Paris
6442477	Sancé	sance	Sanse,Сансе		FR	27	71	715	71497	1982	Europe/Paris
6442478	Santilly	santilly	Santilly		FR	27	71	712	71498	136	Europe/Paris
6442479	Sanvignes-les-Mines	sanvignes-les-mines	Sanvignes-les-Mines,Sanvin'-le-Min,Санвинь-ле-Мин,Санвінь-ле-Мін		FR	27	71	711	71499	4366	Europe/Paris
6442480	Sassangy	sassangy	Sassangy,Sassanzhi,Сассанжи,Сассанжі		FR	27	71	712	71501	150	Europe/Paris
6442481	Sassenay	sassenay	Sassenay		FR	27	71	712	71502	1592	Europe/Paris
6442482	Saunières	saunieres	Saunieres,Saunières		FR	27	71	712	71504	81	Europe/Paris
6442483	Savianges	savianges	Sav'janzh,Savianges,Savjanzh,Савьянж,Савянж		FR	27	71	712	71505	75	Europe/Paris
6442484	Savigny-en-Revermont	savigny-en-revermont	Savigny-en-Revermont		FR	27	71	714	71506	1171	Europe/Paris
6442485	Savigny-sur-Grosne	savigny-sur-grosne	Savigny-sur-Grosne,Savin'i-sjur-Gron,Савиньи-сюр-Грон,Савіньї-сюр-Грон		FR	27	71	712	71507	173	Europe/Paris
6442486	Savigny-sur-Seille	savigny-sur-seille			FR	27	71	714	71508	431	Europe/Paris
6442487	Semur-en-Brionnais	semur-en-brionnais	Semjur-an-Brijonne,Semjur-an-Brionne,Semur-en-Brionnais,Семюр-ан-Брийонне,Семюр-ан-Брионне,Семюр-ан-Брійонне		FR	27	71	713	71510	639	Europe/Paris
6442488	Sennecey-le-Grand	sennecey-le-grand	Sennecey-le-Grand,Sennse-le-Gran,Сеннсе-ле-Гран		FR	27	71	712	71512	3147	Europe/Paris
6442490	Sercy	sercy	Sercy,Sersi,Серси,Серсі		FR	27	71	712	71515	94	Europe/Paris
6442491	Serley	serley			FR	27	71	714	71516	605	Europe/Paris
6442492	Sermesse	sermesse	Sermesse		FR	27	71	712	71517	239	Europe/Paris
6442493	Serrières	serrieres	Serrieres,Serrières		FR	27	71	715	71518	278	Europe/Paris
6442494	Serrigny-en-Bresse	serrigny-en-bresse	Serrigny-en-Bresse		FR	27	71	714	71519	201	Europe/Paris
6442495	Sevrey	sevrey			FR	27	71	712	71520	1231	Europe/Paris
6442496	Sigy-le-Châtel	sigy-le-chatel	Sigy-le-Chatel,Sigy-le-Châtel,Sizhi-le-Shatel',Сижи-ле-Шатель,Сіжі-ле-Шатель		FR	27	71	715	71521	100	Europe/Paris
6442497	Simandre	simandre	Simandre		FR	27	71	714	71522	1716	Europe/Paris
6442501	Solutré-Pouilly	solutre-pouilly	Soljutre-Pui,Solutreo,Солютре-Пуи,Солютре-Пуї		FR	27	71	715	71526	357	Europe/Paris
6442502	Sommant	sommant	Sommant		FR	27	71	711	71527	211	Europe/Paris
6442503	Sornay	sornay	Sornay,Sorne,Сорне		FR	27	71	714	71528	2049	Europe/Paris
6442504	Suin	suin	Sjuen,Сюен		FR	27	71	713	71529	268	Europe/Paris
6442505	Taizé	taize	Tehze,Teze,Tezė,Тезе,Тэзе		FR	27	71	715	71532	170	Europe/Paris
6442506	Tancon	tancon	Tancon,Tankon,Танкон		FR	27	71	713	71533	548	Europe/Paris
6442507	Tavernay	tavernay	Tavernay		FR	27	71	711	71535	485	Europe/Paris
6442508	Thil-sur-Arroux	thil-sur-arroux	Thil-sur-Arroux		FR	27	71	711	71537	140	Europe/Paris
6442509	Thurey	thurey	Thurey		FR	27	71	714	71538	451	Europe/Paris
6442510	Tintry	tintry	Tintry		FR	27	71	711	71539	78	Europe/Paris
6442511	Torpes	torpes	Torp,Torpes,Торп		FR	27	71	714	71541	378	Europe/Paris
6442512	Toulon-sur-Arroux	toulon-sur-arroux	Toulon-sur-Arroux		FR	27	71	713	71542	1584	Europe/Paris
6442513	Tournus	tournus	Tournus		FR	27	71	715	71543	5562	Europe/Paris
6442514	Toutenant	toutenant	Toutenant		FR	27	71	712	71544	190	Europe/Paris
6442515	Tramayes	tramayes	Tramayes,Trame,Траме		FR	27	71	715	71545	1045	Europe/Paris
6442516	Trambly	trambly	Trambly		FR	27	71	715	71546	399	Europe/Paris
6442517	Trivy	trivy	Trivy		FR	27	71	715	71547	274	Europe/Paris
6442518	Tronchy	tronchy	Tronchy		FR	27	71	714	71548	257	Europe/Paris
6442519	Uchizy	uchizy	Uchizy		FR	27	71	715	71550	852	Europe/Paris
6442520	Uxeau	uxeau			FR	27	71	713	71552	526	Europe/Paris
6442521	Varenne-l'Arconce	varenne-l-arconce	Varenne-l'Arconce		FR	27	71	713	71554	119	Europe/Paris
6442522	Varennes-le-Grand	varennes-le-grand	Varenn-le-Gran,wrns lh grnd,Варенн-ле-Гран,ورنس له گرند		FR	27	71	712	71555	2277	Europe/Paris
6442523	Varennes-lès-Mâcon	varennes-les-macon	Varenn-le-Makon,Varennes-les-Macon,Varennes-lès-Mâcon,wrns las makn,Варенн-ле-Макон,ورنس لاس ماکن		FR	27	71	715	71556	539	Europe/Paris
6442524	Varennes-Saint-Sauveur	varennes-saint-sauveur	Varennes-Saint-Sauveur		FR	27	71	714	71558	1127	Europe/Paris
6442525	Varennes-sous-Dun	varennes-sous-dun	Varenn-su-Den,Varennes-sous-Dun,wrns sws dwn,Варенн-су-Ден,ورنس سوس دون		FR	27	71	713	71559	590	Europe/Paris
6442526	Vaudebarrier	vaudebarrier	Vaudebarrier		FR	27	71	713	71562	228	Europe/Paris
6442527	Vaux-en-Pré	vaux-en-pre	Vaux-en-Pre,Vaux-en-Pré		FR	27	71	712	71563	83	Europe/Paris
6442528	Vendenesse-lès-Charolles	vendenesse-les-charolles	Vandeness-les-Sharol',Vendenesse-les-Charolles,Vendenesse-lès-Charolles,wndns las chrls,Ванденесс-лес-Шароль,وندنس لاس چرلس		FR	27	71	713	71564	743	Europe/Paris
6442529	Vendenesse-sur-Arroux	vendenesse-sur-arroux	Vendenesse-sur-Arroux		FR	27	71	713	71565	577	Europe/Paris
6442530	Verdun-sur-le-Doubs	verdun-sur-le-doubs	Verden-sjur-le-Du,wrdn swr lh dwbs,Верден-сюр-ле-Ду,وردن سور له دوبس		FR	27	71	712	71566	1115	Europe/Paris
6442531	Vergisson	vergisson	Verzhisson,wrgysn,Вержиссон,ورگیسن		FR	27	71	715	71567	254	Europe/Paris
6442532	Vérissey	verissey	Verisse,Verissey,Vérissey,Вериссе		FR	27	71	714	71568	54	Europe/Paris
6442533	Verjux	verjux	Verjux,Verzhu,wrjwks,Вержу,ورجوکس		FR	27	71	712	71570	532	Europe/Paris
6442534	Vers	vers	Ver,Vers,Вер		FR	27	71	712	71572	232	Europe/Paris
6442535	Versaugues	versaugues	Versaugues		FR	27	71	713	71573	196	Europe/Paris
6442536	Verzé	verze	Verze,Верзе		FR	27	71	715	71574	780	Europe/Paris
6442537	Villegaudin	villegaudin			FR	27	71	712	71577	211	Europe/Paris
6442538	Villeneuve-en-Montagne	villeneuve-en-montagne			FR	27	71	712	71579	160	Europe/Paris
6442539	Vindecy	vindecy	Vendesi,Vindecy,Вендеси,Вендесі		FR	27	71	713	71581	252	Europe/Paris
6442540	Vinzelles	vinzelles	Venzel',vu~anzeru,Вензель,ヴァンゼル		FR	27	71	715	71583	694	Europe/Paris
6442541	Viré	vire	Vire,Viré,Вире,Віре		FR	27	71	715	71584	1161	Europe/Paris
6442544	Vitry-sur-Loire	vitry-sur-loire	Vitry-sur-Loire		FR	27	71	713	71589	436	Europe/Paris
6442545	Volesvres	volesvres	Volevr,Волевр		FR	27	71	713	71590	608	Europe/Paris
6442546	Courcelles-la-Forêt	courcelles-la-foret	Kursel la Fore,Kursel'-la-Fore,Курсел ла Форе,Курсель-ла-Форе		FR	52	72	721	72100	410	Europe/Paris
6442547	Courcemont	courcemont	Courcemont,Kursmon,Курсмон		FR	52	72	723	72101	683	Europe/Paris
6442548	Courcival	courcival	Courcival		FR	52	72	722	72102	95	Europe/Paris
6442549	Courdemanche	courdemanche	Kurdmansh,Курдманш		FR	52	72	721	72103	608	Europe/Paris
6442550	Courgains	courgains	Courgains		FR	52	72	722	72104	582	Europe/Paris
6442551	Courgenard	courgenard	Kurzhenar,Курженар		FR	52	72	722	72105	501	Europe/Paris
6442552	Courtillers	courtillers	Courtillers,Kurtie,Kurtije,Куртије,Куртіє		FR	52	72	721	72106	933	Europe/Paris
6442553	Crannes-en-Champagne	crannes-en-champagne	Crannes-en-Champagne		FR	52	72	721	72107	352	Europe/Paris
6442555	Crissé	crisse	Krise,Krisse,Крисе,Криссе		FR	52	72	722	72109	604	Europe/Paris
6442556	Crosmières	crosmieres			FR	52	72	721	72110	1044	Europe/Paris
6442557	Cures	cures	Cures,Kir,Kjur,Кир,Кюр		FR	52	72	722	72111	494	Europe/Paris
6442558	Dangeul	dangeul	Dangeul,Danzhel',Данжель		FR	52	72	722	72112	478	Europe/Paris
6442559	Degré	degre	Degre,Degré		FR	52	72	722	72113	795	Europe/Paris
6442560	Dehault	dehault	Dehault		FR	52	72	722	72114	271	Europe/Paris
6442561	Dissay-sous-Courcillon	dissay-sous-courcillon	Dise su Kursijon,Dissay-sous-Courcillon,Disse-su-Kursijon,Дисе су Курсијон,Диссе-су-Курсийон,Діссе-су-Курсійон		FR	52	72	721	72115	942	Europe/Paris
6442564	Dollon	dollon	Dollon,Dolon,Доллон,Долон		FR	52	72	722	72118	1483	Europe/Paris
6442565	Domfront-en-Champagne	domfront-en-champagne	Domfron-an-Shampan',Donfront an Shampan,Домфрон-ан-Шампань,Донфронт ан Шампањ		FR	52	72	722	72119	1027	Europe/Paris
6442566	Doucelles	doucelles	Doucelles		FR	52	72	722	72120	250	Europe/Paris
6442567	Duneau	duneau	Djuno,Duneau,Дюно		FR	52	72	722	72122	1047	Europe/Paris
6442568	Dureil	dureil	Dureil		FR	52	72	721	72123	71	Europe/Paris
6442569	Écommoy	ecommoy	Ecommoy,Écommoy		FR	52	72	723	72124	4632	Europe/Paris
6442570	Écorpain	ecorpain			FR	52	72	722	72125	295	Europe/Paris
6442571	Épineu-le-Chevreuil	epineu-le-chevreuil	Epine le Shevrej,Epine-le-Shevrej,Epineu-le-Chevreuil,Епине ле Шевреј,Епіне-ле-Шеврей		FR	52	72	721	72126	301	Europe/Paris
6442572	Val d'Étangson	val-d-etangson	Val d'Etangson,Val d'Étangson		FR	52	72	722	72128	526	Europe/Paris
6442573	Fatines	fatines	Fatines		FR	52	72	722	72129	841	Europe/Paris
6442574	Fercé-sur-Sarthe	ferce-sur-sarthe	Ferce-sur-Sarthe,Fercé-sur-Sarthe,Ferse-sjur-Sart,Ферсе-сюр-Сарт		FR	52	72	721	72131	588	Europe/Paris
6442575	Fillé	fille			FR	52	72	721	72133	1510	Europe/Paris
6442576	Fontenay-sur-Vègre	fontenay-sur-vegre	Fontenay-sur-Vegre,Fontenay-sur-Vègre,Fontene-sjur-Vegr,Fontne sir Vegr,Фонтене-сюр-Вегр,Фонтне сир Вегр		FR	52	72	721	72136	327	Europe/Paris
6442577	Fresnay-sur-Sarthe	fresnay-sur-sarthe	Frene-sjur-Sart,Френе-сюр-Сарт		FR	52	72	722	72138	3026	Europe/Paris
6442578	Fyé	fye	Fie,Fye,Fyé,Фіє		FR	52	72	722	72139	1004	Europe/Paris
6442579	Gesnes-le-Gandelin	gesnes-le-gandelin	Gesnes-le-Gandelin		FR	52	72	722	72141	967	Europe/Paris
6442580	Gréez-sur-Roc	greez-sur-roc	Greez-sur-Roc,Gréez-sur-Roc		FR	52	72	722	72144	334	Europe/Paris
6442581	Guécélard	guecelard	Guecelard,Guécélard		FR	52	72	721	72146	3015	Europe/Paris
6442582	Jauzé	jauze	Jauze,Jauzé		FR	52	72	722	72148	85	Europe/Paris
6442583	Joué-en-Charnie	joue-en-charnie	Joue-en-Charnie,Joué-en-Charnie,Zhue-an-Sharni,Жуе-ан-Шарні		FR	52	72	721	72149	654	Europe/Paris
6442584	Joué-l'Abbé	joue-l-abbe	Joue-l'Abbe,Joué-l'Abbé		FR	52	72	723	72150	1286	Europe/Paris
6442585	Juigné-sur-Sarthe	juigne-sur-sarthe	Juigne-sur-Sarthe,Juigné-sur-Sarthe,Zhuin'e-sjur-Sart,Жуїньє-сюр-Сарт		FR	52	72	721	72151	1156	Europe/Paris
6442586	Juillé	juille	Juille,Juillé		FR	52	72	722	72152	474	Europe/Paris
6442587	Jupilles	jupilles			FR	52	72	721	72153	572	Europe/Paris
6442588	Laigné-en-Belin	laigne-en-belin	Laigne-en-Belin,Laigné-en-Belin,Len'e-an-Belen,laygny-ayn-bylyn,Леньє-ан-Белен,لائگنی-این-بیلین		FR	52	72	723	72155	2376	Europe/Paris
6442589	Lamnay	lamnay	Lamnay,Lamne,lamnay,Ламне,لامنای		FR	52	72	722	72156	970	Europe/Paris
6442590	Lavaré	lavare	Lavare,Lavaré,Лаваре		FR	52	72	722	72158	847	Europe/Paris
6442592	Lavernat	lavernat	Lavernat		FR	52	72	721	72160	606	Europe/Paris
6442593	Lhomme	lhomme			FR	52	72	721	72161	903	Europe/Paris
6442595	Ligron	ligron			FR	52	72	721	72163	510	Europe/Paris
6442596	Livet-en-Saosnois	livet-en-saosnois	Livet-en-Saosnois		FR	52	72	722	72164	70	Europe/Paris
6442597	Lombron	lombron	Lombron		FR	52	72	722	72165	1917	Europe/Paris
6442598	Longnes	longnes	Longnes		FR	52	72	721	72166	331	Europe/Paris
6442599	Louailles	louailles			FR	52	72	721	72167	732	Europe/Paris
6442600	Loué	loue	Lue,Луе		FR	52	72	721	72168	2185	Europe/Paris
6442601	Louplande	louplande	Luland,Луланд		FR	52	72	721	72169	1467	Europe/Paris
6442602	Louvigny	louvigny			FR	52	72	722	72170	182	Europe/Paris
6442603	Louzes	louzes	Louzes		FR	52	72	722	72171	101	Europe/Paris
6442604	Luceau	luceau	Luceau		FR	52	72	721	72173	1234	Europe/Paris
6442605	Lucé-sous-Ballon	luce-sous-ballon	Luce-sous-Ballon,Lucé-sous-Ballon		FR	52	72	722	72174	107	Europe/Paris
6442606	Luché-Pringé	luche-pringe	Luche-Pringe,Luché-Pringé		FR	52	72	721	72175	1568	Europe/Paris
6442607	Maigné	maigne	Maigne,Maigné		FR	52	72	721	72177	349	Europe/Paris
6442608	Malicorne-sur-Sarthe	malicorne-sur-sarthe	Malicorne-sur-Sarthe		FR	52	72	721	72179	1916	Europe/Paris
6442609	Mamers	mamers	Mamers		FR	52	72	722	72180	5311	Europe/Paris
6442610	Mansigné	mansigne	Mansigne,Mansigné,Mansin'e,Мансіньє		FR	52	72	721	72182	1574	Europe/Paris
6442611	Marçon	marcon	Marson,Марсон		FR	52	72	721	72183	1050	Europe/Paris
6442612	Mareil-en-Champagne	mareil-en-champagne	Mareil-en-Champagne		FR	52	72	721	72184	381	Europe/Paris
6442613	Mareil-sur-Loir	mareil-sur-loir	Mareil-sur-Loir		FR	52	72	721	72185	662	Europe/Paris
6442614	Maresché	maresche	Maresche,Maresché,Mareshe,Мареше		FR	52	72	722	72186	894	Europe/Paris
6442615	Marigné-Laillé	marigne-laille	Marigne-Laille,Marigné-Laillé,Marin'e-Lae,Мариньє-Лає		FR	52	72	723	72187	1665	Europe/Paris
6442616	Marolles-les-Braults	marolles-les-braults	Marolles-les-Braults		FR	52	72	722	72189	2210	Europe/Paris
6442617	Marolles-lès-Saint-Calais	marolles-les-saint-calais	Marolles-les-Saint-Calais,Marolles-lès-Saint-Calais		FR	52	72	722	72190	278	Europe/Paris
6442618	Mayet	mayet	Mae,Mayet,Має		FR	52	72	721	72191	3140	Europe/Paris
6442619	Meurcé	meurce	Meurce,Meurcé		FR	52	72	722	72194	267	Europe/Paris
6442620	Mézeray	mezeray	Mezere,Мезере		FR	52	72	721	72195	1908	Europe/Paris
6442621	Mézières-sous-Lavardin	mezieres-sous-lavardin	Mezieres-sous-Lavardin,Mézières-sous-Lavardin		FR	52	72	722	72197	702	Europe/Paris
6442622	Moitron-sur-Sarthe	moitron-sur-sarthe			FR	52	72	722	72199	256	Europe/Paris
6442623	Moncé-en-Belin	monce-en-belin	Monce-en-Belin,Moncé-en-Belin		FR	52	72	723	72200	3656	Europe/Paris
6442624	Moncé-en-Saosnois	monce-en-saosnois	Monce-en-Saosnois,Moncé-en-Saosnois,Monse-an-Sonua,Монсе-ан-Сонуа		FR	52	72	722	72201	258	Europe/Paris
6442625	Monhoudou	monhoudou			FR	52	72	722	72202	212	Europe/Paris
6442627	Montaillé	montaille	Montaille,Montaillé		FR	52	72	722	72204	548	Europe/Paris
6442628	Montbizot	montbizot	Monbizo,Montbizot,Монбізо		FR	52	72	723	72205	1812	Europe/Paris
6442630	Montmirail	montmirail	Monmiraj,Montmirail,Монмірай		FR	52	72	722	72208	403	Europe/Paris
6442631	Montreuil-le-Chétif	montreuil-le-chetif			FR	52	72	722	72209	302	Europe/Paris
6442632	Montreuil-le-Henri	montreuil-le-henri	Montreuil-le-Henri		FR	52	72	721	72210	311	Europe/Paris
6445783	Vaubexy	vaubexy	Vaubexy		FR	44	88	881	88494	123	Europe/Paris
6442633	Mont-Saint-Jean	mont-saint-jean	Mont-Saint-Jean		FR	52	72	722	72211	643	Europe/Paris
6442634	Moulins-le-Carbonnel	moulins-le-carbonnel	Moulins-le-Carbonnel		FR	52	72	722	72212	702	Europe/Paris
6442635	Mulsanne	mulsanne	Mulsanne		FR	52	72	723	72213	5279	Europe/Paris
6442636	Nauvay	nauvay	Nauvay		FR	52	72	722	72214	11	Europe/Paris
6442637	Neufchâtel-en-Saosnois	neufchatel-en-saosnois	Nefshatel'-an-Sonua,Neufchatel-en-Saosnois,Neufchâtel-en-Saosnois,Нефшатель-ан-Сонуа		FR	52	72	722	72215	1029	Europe/Paris
6442638	Neuvillalais	neuvillalais	Neuvillalais		FR	52	72	722	72216	591	Europe/Paris
6442639	Neuville-sur-Sarthe	neuville-sur-sarthe	Neuville-sur-Sarthe,Nevil'-sjur-Sart,Невіль-сюр-Сарт		FR	52	72	723	72217	2402	Europe/Paris
6442640	Neuvillette-en-Charnie	neuvillette-en-charnie	Neuvillette-en-Charnie		FR	52	72	722	72218	299	Europe/Paris
6442641	Bernay-Neuvy-en-Champagne	bernay-neuvy-en-champagne	Nevi-an-Shampan',Неві-ан-Шампань		FR	52	72	722	72219	861	Europe/Paris
6442642	Nogent-le-Bernard	nogent-le-bernard	Nogent-le-Bernard		FR	52	72	722	72220	930	Europe/Paris
6442643	Nogent-sur-Loir	nogent-sur-loir	Nogent-sur-Loir		FR	52	72	721	72221	377	Europe/Paris
6442644	Nouans	nouans	Nouans		FR	52	72	722	72222	284	Europe/Paris
6442645	Noyen-sur-Sarthe	noyen-sur-sarthe	Nuajan-sjur-Sart,Нуаян-сюр-Сарт		FR	52	72	721	72223	2633	Europe/Paris
6442646	Nuillé-le-Jalais	nuille-le-jalais	Nuille-le-Jalais,Nuillé-le-Jalais		FR	52	72	722	72224	535	Europe/Paris
6442647	Oisseau-le-Petit	oisseau-le-petit	Oisseau-le-Petit,Uasso-le-Peti,Уассо-ле-Петі		FR	52	72	722	72225	665	Europe/Paris
6442648	Oizé	oize	Uaze,Уазе,ואזה		FR	52	72	721	72226	1320	Europe/Paris
6442649	Panon	panon	Panon		FR	52	72	722	72227	40	Europe/Paris
6442650	Parcé-sur-Sarthe	parce-sur-sarthe	Parce-sur-Sarthe,Parcé-sur-Sarthe,Parse-sjur-Sart,Парсе-сюр-Сарт		FR	52	72	721	72228	2118	Europe/Paris
6442651	Parennes	parennes	Parennes		FR	52	72	722	72229	526	Europe/Paris
6442652	Parigné-le-Pôlin	parigne-le-polin	Parin'e-le-Polen,Паринье-ле-Полен,Париньє-ле-Полен		FR	52	72	721	72230	1088	Europe/Paris
6442653	Parigné-l'Évêque	parigne-l-eveque	Parigne-l'Eveque,Parigné-l'Évêque		FR	52	72	723	72231	4999	Europe/Paris
6442654	Notre-Dame-du-Pé	notre-dame-du-pe	Notre-Dame-du-Pe,Notre-Dame-du-Pé		FR	52	72	721	72232	637	Europe/Paris
6442655	Peray	peray	Peray		FR	52	72	722	72233	63	Europe/Paris
6442656	Piacé	piace	Piace,Piacé,Pjase,Пясе		FR	52	72	722	72235	381	Europe/Paris
6442658	Pirmil	pirmil	Pirmij,Пірмій		FR	52	72	721	72237	520	Europe/Paris
6442659	Pizieux	pizieux	Pizieux		FR	52	72	722	72238	77	Europe/Paris
6442660	Poillé-sur-Vègre	poille-sur-vegre	Poille-sur-Vegre,Poillé-sur-Vègre		FR	52	72	721	72239	609	Europe/Paris
6442661	Pontvallain	pontvallain	Pontvallain,Ponvallen,Ponvallenum,Понваллен		FR	52	72	721	72243	1697	Europe/Paris
6442662	Précigné	precigne	Precigne,Précigné		FR	52	72	721	72244	2981	Europe/Paris
6442663	Préval	preval	Preval,Préval		FR	52	72	722	72245	686	Europe/Paris
6442664	Prévelles	prevelles	Prevelles,Prévelles		FR	52	72	722	72246	219	Europe/Paris
6442665	Pruillé-le-Chétif	pruille-le-chetif	Prjuie-le-Shetif,Pruille-le-Chetif,Pruillé-le-Chétif,Прюїє-ле-Шетіф		FR	52	72	723	72247	1324	Europe/Paris
6442666	Pruillé-l'Éguillé	pruille-l-eguille	Pruille-l'Eguille,Pruillé-l'Éguillé		FR	52	72	721	72248	822	Europe/Paris
6442667	Rahay	rahay	Rahay		FR	52	72	722	72250	174	Europe/Paris
6442668	René	rene	Rene,René,Рене		FR	52	72	722	72251	377	Europe/Paris
6442669	Requeil	requeil	Rekej,Requeil,Рекей		FR	52	72	721	72252	1210	Europe/Paris
6442670	Roézé-sur-Sarthe	roeze-sur-sarthe	Roeze-sur-Sarthe,Roézé-sur-Sarthe		FR	52	72	721	72253	2615	Europe/Paris
6442671	Rouessé-Fontaine	rouesse-fontaine	Ruesse-Fonten,Руессе-Фонтен		FR	52	72	722	72254	278	Europe/Paris
6442672	Rouez	rouez	Rouez		FR	52	72	722	72256	775	Europe/Paris
6442673	Rouillon	rouillon	Rouillon,Rujon,Руйон		FR	52	72	723	72257	2282	Europe/Paris
6442675	Rouperroux-le-Coquet	rouperroux-le-coquet	Rouperroux-le-Coquet		FR	52	72	722	72259	296	Europe/Paris
6442676	Ruaudin	ruaudin	Rjuoden,Рюоден		FR	52	72	723	72260	3402	Europe/Paris
6442677	Ruillé-en-Champagne	ruille-en-champagne	Ruille-en-Champagne,Ruillé-en-Champagne		FR	52	72	722	72261	339	Europe/Paris
6442678	Loir en Vallée	loir-en-vallee	Rjuie-sjur-Luar,Рюїє-сюр-Луар		FR	52	72	721	72262	2175	Europe/Paris
6442679	Sablé-sur-Sarthe	sable-sur-sarthe	Sable-sur-Sarthe,Sablé-sur-Sarthe		FR	52	72	721	72264	12350	Europe/Paris
6442680	Saint-Aubin-de-Locquenay	saint-aubin-de-locquenay			FR	52	72	722	72266	669	Europe/Paris
6442681	Saint-Aubin-des-Coudrais	saint-aubin-des-coudrais			FR	52	72	722	72267	913	Europe/Paris
6442682	Saint-Biez-en-Belin	saint-biez-en-belin	Saint-Biez-en-Belin		FR	52	72	723	72268	722	Europe/Paris
6442683	Saint-Calez-en-Saosnois	saint-calez-en-saosnois	Saint-Calez-en-Saosnois,Sen-Kale-an-Sonua,Сен-Кале-ан-Сонуа,سینٹ-کالز-این -سوسنوس		FR	52	72	722	72270	178	Europe/Paris
6442684	Saint-Célerin	saint-celerin	Sen-Seleren,Сен-Селерен,سینٹ-کلیرن		FR	52	72	722	72271	889	Europe/Paris
6442685	Sainte-Cérotte	sainte-cerotte	Sainte-Cerotte,Sainte-Cérotte,Sent-Serott,Сент-Серотт,سین-کروٹتے		FR	52	72	722	72272	317	Europe/Paris
6442686	Saint-Christophe-du-Jambet	saint-christophe-du-jambet	Saint-Christophe-du-Jambet,Sen-Kristof-dju-Zhambe,Сен-Кристоф-дю-Жамбе,سینٹ-کروسٹوفے-دو-جمبیت		FR	52	72	722	72273	228	Europe/Paris
6442687	Saint-Christophe-en-Champagne	saint-christophe-en-champagne	Saint-Christophe-en-Champagne,Sen-Kristof-an-Shampan',Сен-Кристоф-ан-Шампань,سینٹ-کروسٹوفے-این -شیمپین		FR	52	72	721	72274	205	Europe/Paris
6442688	Saint-Corneille	saint-corneille	Saint-Corneille,Sen-Kornej,Сен-Корней,سینٹ-کورنیلے		FR	52	72	722	72275	1404	Europe/Paris
6442689	Saint-Denis-des-Coudrais	saint-denis-des-coudrais	Saint-Denis-des-Coudrais		FR	52	72	722	72277	118	Europe/Paris
6442690	Saint-Denis-d'Orques	saint-denis-d-orques	Saint-Denis-d'Orques		FR	52	72	721	72278	812	Europe/Paris
6446706	Fontan	fontan	Fontan		FR	93	06	062	06062	352	Europe/Paris
6442691	Saint-Georges-de-la-Couée	saint-georges-de-la-couee			FR	52	72	721	72279	158	Europe/Paris
6442692	Saint-Georges-du-Rosay	saint-georges-du-rosay	Saint-Georges-du-Rosay		FR	52	72	722	72281	438	Europe/Paris
6442693	Saint-Georges-le-Gaultier	saint-georges-le-gaultier	Sen-Zhorzh-le-Gol't'e,Сен-Жорж-ле-Гольтьє,سینٹ-گیورگس-لے-گولٹیر		FR	52	72	722	72282	532	Europe/Paris
6442694	Saint-Germain-d'Arcé	saint-germain-d-arce	Saint-Germain-d'Arce,Saint-Germain-d'Arcé		FR	52	72	721	72283	338	Europe/Paris
6442696	Saint-Gervais-de-Vic	saint-gervais-de-vic	Saint-Gervais-de-Vic,Sen-Zherve-de-Vik,Сен-Жерве-де-Вік,سینٹ-گروس-دے-وک		FR	52	72	722	72286	399	Europe/Paris
6442697	Saint-Gervais-en-Belin	saint-gervais-en-belin	Sen-Zhervez-an-Belen,Сен-Жервез-ан-Белен,سینٹ-گروس-این -بلین		FR	52	72	723	72287	2103	Europe/Paris
6442699	Sainte-Jamme-sur-Sarthe	sainte-jamme-sur-sarthe	Sainte-Jamme-sur-Sarthe		FR	52	72	723	72289	2065	Europe/Paris
6442700	Saint-Jean-d'Assé	saint-jean-d-asse			FR	52	72	723	72290	1739	Europe/Paris
6442701	Saint-Jean-de-la-Motte	saint-jean-de-la-motte	Saint-Jean-de-la-Motte		FR	52	72	721	72291	960	Europe/Paris
6442702	Saint-Jean-des-Échelles	saint-jean-des-echelles			FR	52	72	722	72292	254	Europe/Paris
6442703	Saint-Jean-du-Bois	saint-jean-du-bois	Saint-Jean-du-Bois		FR	52	72	721	72293	631	Europe/Paris
6442704	Saint-Léonard-des-Bois	saint-leonard-des-bois			FR	52	72	722	72294	472	Europe/Paris
6442705	Saint-Longis	saint-longis	Saint-Longis,Sen-Lonzhi,Сен-Лонжі,سینٹ-لونگس		FR	52	72	722	72295	504	Europe/Paris
6442706	Saint-Marceau	saint-marceau	Saint-Marceau		FR	52	72	722	72297	552	Europe/Paris
6442707	Saint-Mars-de-Locquenay	saint-mars-de-locquenay	Saint-Mars-de-Locquenay,Sen-Mars-de-Lokne,Сен-Марс-де-Локне,سینٹ-مارس-دے-لوکقینے		FR	52	72	722	72298	567	Europe/Paris
6442708	Saint-Mars-d'Outillé	saint-mars-d-outille	Saint-Mars-d'Outille,Saint-Mars-d'Outillé		FR	52	72	723	72299	2408	Europe/Paris
6442709	Saint-Mars-la-Brière	saint-mars-la-briere	Saint-Mars-la-Briere,Saint-Mars-la-Brière,Sen-Mars-la-Brier,Сен-Марс-ла-Брієр,سینٹ-مارس-لا-بریرے		FR	52	72	722	72300	2686	Europe/Paris
6442711	Saint-Martin-des-Monts	saint-martin-des-monts	Saint-Martin-des-Monts		FR	52	72	722	72302	182	Europe/Paris
6442712	Saint-Michel-de-Chavaignes	saint-michel-de-chavaignes	Saint-Michel-de-Chavaignes,Sen-Mishel'-de-Shaven',Сен-Мішель-де-Шавень,سینٹ-مشیل-دے-چویگنس		FR	52	72	722	72303	740	Europe/Paris
6442714	Saint-Ouen-de-Mimbré	saint-ouen-de-mimbre			FR	52	72	722	72305	1021	Europe/Paris
6442715	Saint-Ouen-en-Belin	saint-ouen-en-belin	Sent-Uan-an-Belen,Сент-Уан-ан-Белен,سینٹ-وں -این -بلین		FR	52	72	723	72306	1292	Europe/Paris
6442716	Saint-Ouen-en-Champagne	saint-ouen-en-champagne	Saint-Ouen-en-Champagne		FR	52	72	721	72307	239	Europe/Paris
6442717	Saint-Paterne - Le Chevain	saint-paterne-le-chevain	Saint-Paterne - Le Chevain		FR	52	72	722	72308	2129	Europe/Paris
6442718	Saint-Paul-le-Gaultier	saint-paul-le-gaultier	Saint-Paul-le-Gaultier,Sen-Pol'-le-Gol't'e,Сен-Поль-ле-Гольтьє,سین-پال-لے-گولٹیر		FR	52	72	722	72309	290	Europe/Paris
6442719	Saint-Pierre-de-Chevillé	saint-pierre-de-cheville	Saint-Pierre-de-Cheville,Saint-Pierre-de-Chevillé,Sen-Perr-de-Sheville,Сен-Пєрр-де-Шевілле,سین-پیری-دے-شیویل		FR	52	72	721	72311	365	Europe/Paris
6442720	Saint-Pierre-des-Bois	saint-pierre-des-bois	Saint-Pierre-des-Bois		FR	52	72	721	72312	237	Europe/Paris
6442721	Saint-Pierre-des-Ormes	saint-pierre-des-ormes	Sen-Perr-dez-Orm,Сен-Пєрр-дез-Орм,سین-پیری-دے-ورمس		FR	52	72	722	72313	226	Europe/Paris
6442722	Saint-Pierre-du-Lorouër	saint-pierre-du-lorouer	Saint-Pierre-du-Lorouer,Saint-Pierre-du-Lorouër,Sen-Perr-dju-Loruer,syn-pyry-dw-lwrwr,Сен-Пєрр-дю-Лоруер,سین-پیری-دو-لورور		FR	52	72	721	72314	377	Europe/Paris
6442723	Saint-Rémy-de-Sillé	saint-remy-de-sille	Saint-Remy-de-Sille,Saint-Rémy-de-Sillé,Sen-Remi-de-Sie,Сен-Ремі-де-Сіє,سین-رمے-دے-سلے		FR	52	72	722	72315	838	Europe/Paris
6442724	Saint-Rémy-des-Monts	saint-remy-des-monts	Saint-Remy-des-Monts,Saint-Rémy-des-Monts,Sen-Remi-de-Mon,Сен-Ремі-де-Мон,سین-رمے-دے-مونٹس		FR	52	72	722	72316	689	Europe/Paris
6442726	Sainte-Sabine-sur-Longève	sainte-sabine-sur-longeve	Sainte-Sabine-sur-Longeve,Sainte-Sabine-sur-Longève		FR	52	72	722	72319	773	Europe/Paris
6442727	Saint-Ulphace	saint-ulphace	Saint-Ulphace		FR	52	72	722	72322	228	Europe/Paris
6442728	Saint-Victeur	saint-victeur			FR	52	72	722	72323	455	Europe/Paris
6442729	Saint-Vincent-des-Prés	saint-vincent-des-pres			FR	52	72	722	72324	519	Europe/Paris
6442730	Saint-Vincent-du-Lorouër	saint-vincent-du-lorouer	Saint-Vincent-du-Lorouer,Saint-Vincent-du-Lorouër,Sen-Vensan-dju-Loruer,Сен-Венсан-дю-Лоруер		FR	52	72	721	72325	871	Europe/Paris
6442731	Saosnes	saosnes	Saosnes,Son,Сон		FR	52	72	722	72326	211	Europe/Paris
6442732	Sarcé	sarce	Sarce,Sarcé,Sarse,Сарсе		FR	52	72	721	72327	298	Europe/Paris
6442733	Savigné-l'Évêque	savigne-l-eveque	Savigne-l'Eveque,Savigné-l'Évêque		FR	52	72	723	72329	4008	Europe/Paris
6442735	Sceaux-sur-Huisne	sceaux-sur-huisne	So-sjur-Juin,Со-сюр-Юїн		FR	52	72	722	72331	570	Europe/Paris
6442736	Ségrie	segrie	Segri,Segrie,Ségrie,Сегрі		FR	52	72	722	72332	602	Europe/Paris
6442737	Semur-en-Vallon	semur-en-vallon			FR	52	72	722	72333	444	Europe/Paris
6442738	Sillé-le-Guillaume	sille-le-guillaume			FR	52	72	722	72334	2312	Europe/Paris
6442739	Sillé-le-Philippe	sille-le-philippe	Sie-le-Filipp,Сіє-ле-Філіпп		FR	52	72	722	72335	1087	Europe/Paris
6442740	Solesmes	solesmes	Solem,Solesmes,soremu,Солем,ソレム		FR	52	72	721	72336	1190	Europe/Paris
6442741	Sougé-le-Ganelon	souge-le-ganelon	Suzhe-le-Ganelon,Суже-ле-Ганелон		FR	52	72	722	72337	903	Europe/Paris
6442742	Souillé	souille	Souille,Souillé		FR	52	72	723	72338	663	Europe/Paris
6442743	Souligné-Flacé	souligne-flace	Sulin'e-Flase,Суліньє-Фласе		FR	52	72	721	72339	693	Europe/Paris
6442744	Souligné-sous-Ballon	souligne-sous-ballon			FR	52	72	723	72340	1209	Europe/Paris
6442745	Soulitré	soulitre	Soulitre,Soulitré		FR	52	72	722	72341	640	Europe/Paris
6442746	Souvigné-sur-Même	souvigne-sur-meme	Souvigne-sur-Meme,Souvigné-sur-Même		FR	52	72	722	72342	178	Europe/Paris
6442747	Souvigné-sur-Sarthe	souvigne-sur-sarthe	Souvigne-sur-Sarthe,Souvigné-sur-Sarthe		FR	52	72	721	72343	630	Europe/Paris
6442748	Spay	spay	Spay,Spe,Спе		FR	52	72	721	72344	2897	Europe/Paris
6442749	Surfonds	surfonds	Surfonds		FR	52	72	722	72345	342	Europe/Paris
6442750	Tassé	tasse	Tasse,Tassé		FR	52	72	721	72347	324	Europe/Paris
6442751	Tassillé	tassille	Tassille,Tassillé		FR	52	72	721	72348	139	Europe/Paris
6442752	Teloché	teloche	Teloche,Teloché		FR	52	72	723	72350	3021	Europe/Paris
6442753	Tennie	tennie	Tenni,Тенні		FR	52	72	722	72351	1080	Europe/Paris
6442754	Terrehault	terrehault	Terrehault		FR	52	72	722	72352	133	Europe/Paris
6442755	Théligny	theligny	Telin'i,Theligny,Théligny,Теліньї		FR	52	72	722	72353	216	Europe/Paris
6442756	Thoigné	thoigne	Thoigne,Thoigné		FR	52	72	722	72354	165	Europe/Paris
6442757	Thoiré-sous-Contensor	thoire-sous-contensor	Thoire-sous-Contensor,Thoiré-sous-Contensor		FR	52	72	722	72355	86	Europe/Paris
6442758	Thoiré-sur-Dinan	thoire-sur-dinan	Thoire-sur-Dinan,Thoiré-sur-Dinan		FR	52	72	721	72356	456	Europe/Paris
6442759	Thorée-les-Pins	thoree-les-pins			FR	52	72	721	72357	721	Europe/Paris
6442760	Thorigné-sur-Dué	thorigne-sur-due	Thorigne-sur-Due,Thorigné-sur-Dué,Torin'e-sjur-Djue,Ториньє-сюр-Дюе		FR	52	72	722	72358	1594	Europe/Paris
6442761	Torcé-en-Vallée	torce-en-vallee	Torce-en-Vallee,Torcé-en-Vallée,Torse-an-Valle,Торсе-ан-Валле		FR	52	72	722	72359	1397	Europe/Paris
6442762	Trangé	trange	Trange,Trangé,Tranzhe,Транже		FR	52	72	723	72360	1359	Europe/Paris
6442763	Tresson	tresson	Tresson		FR	52	72	722	72361	457	Europe/Paris
6442764	Tuffé Val de la Chéronne	tuffe-val-de-la-cheronne	Tuffe Val de la Cheronne,Tuffé Val de la Chéronne		FR	52	72	722	72363	1662	Europe/Paris
6442765	Vaas	vaas	Vaa,Vaas,Ваа		FR	52	72	721	72364	1518	Europe/Paris
6442766	Valennes	valennes	Valennes		FR	52	72	722	72366	322	Europe/Paris
6442767	Vallon-sur-Gée	vallon-sur-gee	Vallon-sjur-Zhe,Vallon-sur-Gee,Vallon-sur-Gée,falwn swr ghy,Валлон-сюр-Же,فالون سور غي		FR	52	72	721	72367	802	Europe/Paris
6442768	Vancé	vance	Vance,Vancé,Vanse,fanky,Вансе,فانكي		FR	52	72	722	72368	325	Europe/Paris
6442769	Verneil-le-Chétif	verneil-le-chetif	Verneil-le-Chetif,Verneil-le-Chétif		FR	52	72	721	72369	619	Europe/Paris
6442770	Vernie	vernie	Verni,Vernie,wrnyh,Верні,ورنیه		FR	52	72	722	72370	339	Europe/Paris
6442771	Vibraye	vibraye	Vibraye,Vibre,Вібре		FR	52	72	722	72373	2576	Europe/Paris
6442772	Villaines-la-Carelle	villaines-la-carelle	Villaines-la-Carelle,Villen-la-Karel',Віллен-ла-Карель		FR	52	72	722	72374	155	Europe/Paris
6442773	Villaines-la-Gonais	villaines-la-gonais			FR	52	72	722	72375	559	Europe/Paris
6442774	Villaines-sous-Lucé	villaines-sous-luce	Villaines-sous-Luce,Villaines-sous-Lucé		FR	52	72	721	72376	706	Europe/Paris
6442775	Villaines-sous-Malicorne	villaines-sous-malicorne	Villaines-sous-Malicorne		FR	52	72	721	72377	1029	Europe/Paris
6442776	Vion	vion	Vion,Віон		FR	52	72	721	72378	1438	Europe/Paris
6442778	Vivoin	vivoin			FR	52	72	722	72380	950	Europe/Paris
6442779	Voivres-lès-le-Mans	voivres-les-le-mans	Voivres-les-le-Mans,Voivres-lès-le-Mans,Vuavr-le-le-Man,Вуавр-ле-ле-Ман		FR	52	72	721	72381	1378	Europe/Paris
6442780	Volnay	volnay	Volnay		FR	52	72	722	72382	915	Europe/Paris
6442781	Vouvray-sur-Huisne	vouvray-sur-huisne			FR	52	72	722	72383	124	Europe/Paris
6442783	Yvré-le-Pôlin	yvre-le-polin	Yvre-le-Polin,Yvré-le-Pôlin		FR	52	72	721	72385	1763	Europe/Paris
6442784	Yvré-l'Évêque	yvre-l-eveque	Yvre-l'Eveque,Yvré-l'Évêque		FR	52	72	723	72386	4254	Europe/Paris
6442785	Domessin	domessin	Domessen,Domsen,Домессен,Домсен		FR	84	73	732	73100	1847	Europe/Paris
6442786	Drumettaz-Clarafond	drumettaz-clarafond	Drumettaz-Clarafond		FR	84	73	732	73103	2677	Europe/Paris
6442787	Dullin	dullin	Dullin		FR	84	73	732	73104	427	Europe/Paris
6442788	École	ecole	Ecole,Ekol',École,Еколь		FR	84	73	732	73106	281	Europe/Paris
6442789	Entremont-le-Vieux	entremont-le-vieux	Entremont-le-Vieux		FR	84	73	732	73107	651	Europe/Paris
6442791	Épierre	epierre	Epierre,Épierre		FR	84	73	733	73109	765	Europe/Paris
6442792	Esserts-Blay	esserts-blay	Eser Ble,Esser-Ble,Esserts-Blay,Есер Бле,Ессер-Бле		FR	84	73	731	73110	808	Europe/Paris
6442795	Feissons-sur-Salins	feissons-sur-salins	Feissons-sur-Salins		FR	84	73	731	73113	186	Europe/Paris
6442796	Flumet	flumet	Flumet		FR	84	73	731	73114	810	Europe/Paris
6442799	Fréterive	freterive			FR	84	73	732	73120	563	Europe/Paris
6442800	Gerbaix	gerbaix	Gerbaix,Zherbe,Жербе		FR	84	73	732	73122	386	Europe/Paris
6442801	Gilly-sur-Isère	gilly-sur-isere	Gilly-sur-Isere,Gilly-sur-Isère		FR	84	73	731	73124	2997	Europe/Paris
6442803	Grésy-sur-Aix	gresy-sur-aix			FR	84	73	732	73128	4520	Europe/Paris
6442804	Grésy-sur-Isère	gresy-sur-isere	Gresy-sur-Isere,Grésy-sur-Isère		FR	84	73	731	73129	1248	Europe/Paris
6442805	Grignon	grignon	Grignon		FR	84	73	731	73130	2122	Europe/Paris
6442806	Hauteluce	hauteluce	Hauteluce		FR	84	73	731	73132	762	Europe/Paris
6442807	La Tour-en-Maurienne	la-tour-en-maurienne	Ermijon,La Tour-en-Maurienne,Ермійон		FR	84	73	733	73135	1079	Europe/Paris
6442808	Jacob-Bellecombette	jacob-bellecombette	Jacob-Bellecombette		FR	84	73	732	73137	3942	Europe/Paris
6442809	Jarrier	jarrier	Jarrier,Zharre,jrryr,Жаррє,جررئر		FR	84	73	733	73138	500	Europe/Paris
6442810	Jarsy	jarsy			FR	84	73	732	73139	265	Europe/Paris
6442811	Jongieux	jongieux			FR	84	73	732	73140	300	Europe/Paris
6442812	Laissaud	laissaud	Laissaud		FR	84	73	732	73141	660	Europe/Paris
6442813	Landry	landry	Landri,Landry,Ландрі,لانڈری، ساووی		FR	84	73	731	73142	834	Europe/Paris
6442816	Lescheraines	lescheraines	Lescheraines,Lesheren,Лешерен		FR	84	73	732	73146	764	Europe/Paris
6442817	Loisieux	loisieux	Loisieux		FR	84	73	732	73147	201	Europe/Paris
6442818	Lucey	lucey	Ljuse,Lucey,Люсе		FR	84	73	732	73149	317	Europe/Paris
6442819	Marcieux	marcieux	Marcieux		FR	84	73	732	73152	177	Europe/Paris
6442821	Meyrieux-Trouet	meyrieux-trouet	Meyrieux-Trouet		FR	84	73	732	73156	313	Europe/Paris
6442822	Modane	modane	Modane		FR	84	73	733	73157	3120	Europe/Paris
6442824	Montagnole	montagnole			FR	84	73	732	73160	841	Europe/Paris
6442825	Montailleur	montailleur	Montailleur		FR	84	73	731	73162	680	Europe/Paris
6442827	Montcel	montcel	Monsel',Монсель		FR	84	73	732	73164	982	Europe/Paris
6442828	Montendry	montendry	Montendry		FR	84	73	732	73166	61	Europe/Paris
6442830	Montgilbert	montgilbert	Montgilbert		FR	84	73	733	73168	122	Europe/Paris
6442832	Montmélian	montmelian	Montmelian,Montmélian		FR	84	73	732	73171	4118	Europe/Paris
6442833	Montsapey	montsapey	Montsapey		FR	84	73	733	73175	61	Europe/Paris
6442834	Montvalezan	montvalezan	Montvalezan		FR	84	73	731	73176	687	Europe/Paris
6442835	Montvernier	montvernier	Monvern'e,Монверньє		FR	84	73	733	73177	226	Europe/Paris
6442836	Mouxy	mouxy			FR	84	73	732	73182	2241	Europe/Paris
6442837	Myans	myans	Myans		FR	84	73	732	73183	1209	Europe/Paris
6442838	Nances	nances	Nances		FR	84	73	732	73184	479	Europe/Paris
6442839	Notre-Dame-de-Bellecombe	notre-dame-de-bellecombe	Notre-Dame-de-Bellecombe		FR	84	73	731	73186	483	Europe/Paris
6442840	Notre-Dame-des-Millières	notre-dame-des-millieres	Notre-Dame-des-Millieres,Notre-Dame-des-Millières		FR	84	73	731	73188	1020	Europe/Paris
6442841	Notre-Dame-du-Cruet	notre-dame-du-cruet	Notre-Dame-du-Cruet		FR	84	73	733	73189	225	Europe/Paris
6442842	Notre-Dame-du-Pré	notre-dame-du-pre	Notre-Dame-du-Pre,Notre-Dame-du-Pré		FR	84	73	731	73190	250	Europe/Paris
6442843	Novalaise	novalaise			FR	84	73	732	73191	2058	Europe/Paris
6442844	Ontex	ontex	Ontex		FR	84	73	732	73193	100	Europe/Paris
6442845	Orelle	orelle	Orel',Orelle,Орель		FR	84	73	733	73194	352	Europe/Paris
6442846	Pallud	pallud	Pallud		FR	84	73	731	73196	768	Europe/Paris
6442847	Peisey-Nancroix	peisey-nancroix	Peisey-Nancroix		FR	84	73	731	73197	641	Europe/Paris
6442848	Planaise	planaise			FR	84	73	732	73200	532	Europe/Paris
6442850	Pralognan-la-Vanoise	pralognan-la-vanoise	Pralognan-la-Vanoise		FR	84	73	731	73206	733	Europe/Paris
6442851	Presle	presle	Presle		FR	84	73	732	73207	411	Europe/Paris
6442852	Pugny-Chatenod	pugny-chatenod	Pugny-Chatenod		FR	84	73	732	73208	950	Europe/Paris
6442853	Puygros	puygros	Puygros		FR	84	73	732	73210	388	Europe/Paris
6442854	Queige	queige	Kezh,Queige,Кеж		FR	84	73	731	73211	816	Europe/Paris
6442855	Val-d'Arc	val-d-arc	Val-d'Arc		FR	84	73	733	73212	1995	Europe/Paris
6442856	Rognaix	rognaix	Rognaix		FR	84	73	731	73216	473	Europe/Paris
6442857	Ruffieux	ruffieux	Rjuffe,Ruffieux,Рюффє		FR	84	73	732	73218	847	Europe/Paris
6442858	Saint-Alban-de-Montbel	saint-alban-de-montbel	Saint-Alban-de-Montbel		FR	84	73	732	73219	632	Europe/Paris
6442859	Saint-Alban-d'Hurtières	saint-alban-d-hurtieres	Saint-Alban-d'Hurtieres,Saint-Alban-d'Hurtières		FR	84	73	733	73220	346	Europe/Paris
6442860	Saint-Alban-des-Villards	saint-alban-des-villards	Saint-Alban-des-Villards		FR	84	73	733	73221	106	Europe/Paris
6442861	Saint-Avre	saint-avre	Saint-Avre		FR	84	73	733	73224	876	Europe/Paris
6442862	Saint-Baldoph	saint-baldoph	Saint-Baldoph		FR	84	73	732	73225	2839	Europe/Paris
6442863	Saint-Béron	saint-beron	Saint-Beron,Saint-Béron,Sen-Beron,Сен-Берон,سینٹ-بیرون		FR	84	73	732	73226	1654	Europe/Paris
6442864	Courchevel	courchevel	Courchevel		FR	84	73	731	73227	2365	Europe/Paris
6442865	Saint-Cassin	saint-cassin	Saint-Cassin,Sen-Kassen,Сен-Кассен,سینٹ-کسسن		FR	84	73	732	73228	814	Europe/Paris
6442866	Saint-Colomban-des-Villards	saint-colomban-des-villards			FR	84	73	733	73230	154	Europe/Paris
6442867	Sainte-Foy-Tarentaise	sainte-foy-tarentaise	Fanum Sanctae Fidei-Tarantasia,Sainte-Foy-Tarentaise,Sent-Fua-Tarantez,Senta-Fe,Senta-Fê,Сент-Фуа-Тарантез,سین-فوے-ٹھہریں تیسے		FR	84	73	731	73232	740	Europe/Paris
6442868	Saint-Franc	saint-franc	Saint-Franc		FR	84	73	732	73233	167	Europe/Paris
6442869	Saint-François-de-Sales	saint-francois-de-sales	Saint-Francois-de-Sales,Saint-François-de-Sales		FR	84	73	732	73234	153	Europe/Paris
6442870	Saint-Genix-les-Villages	saint-genix-les-villages	Saint-Genix-les-Villages,Sen-Zheni-sjur-Gjue,Сен-Жені-сюр-Гює,سینٹ-ینش-سر-گیرس		FR	84	73	732	73236	2966	Europe/Paris
6442871	Saint-Georges-d'Hurtières	saint-georges-d-hurtieres	Saint-Georges-d'Hurtieres,Saint-Georges-d'Hurtières		FR	84	73	733	73237	333	Europe/Paris
6442874	Sainte-Hélène-du-Lac	sainte-helene-du-lac	Sainte-Helene-du-Lac,Sainte-Hélène-du-Lac		FR	84	73	732	73240	773	Europe/Paris
6442875	Sainte-Hélène-sur-Isère	sainte-helene-sur-isere	Sainte-Helene-sur-Isere,Sainte-Hélène-sur-Isère,Sent-Elen-sjur-Izer,Сент-Елен-сюр-Ізер,سین-ہلنے-سر-اسیری		FR	84	73	731	73241	1184	Europe/Paris
6442876	Saint-Jean-d'Arves	saint-jean-d-arves			FR	84	73	733	73242	262	Europe/Paris
6442877	Saint-Jean-d'Arvey	saint-jean-d-arvey	Saint-Jean-d'Arvey		FR	84	73	732	73243	1683	Europe/Paris
6442879	Saint-Jean-de-Chevelu	saint-jean-de-chevelu	Saint-Jean-de-Chevelu		FR	84	73	732	73245	808	Europe/Paris
6442880	Saint-Jean-de-Couz	saint-jean-de-couz	Saint-Jean-de-Couz		FR	84	73	732	73246	286	Europe/Paris
6442881	Saint-Jean-de-la-Porte	saint-jean-de-la-porte	Saint-Jean-de-la-Porte		FR	84	73	732	73247	920	Europe/Paris
6442882	Saint-Jean-de-Maurienne	saint-jean-de-maurienne			FR	84	73	733	73248	7794	Europe/Paris
6442883	Saint-Jeoire-Prieuré	saint-jeoire-prieure			FR	84	73	732	73249	1568	Europe/Paris
6442884	Sainte-Marie-d'Alvey	sainte-marie-d-alvey	Sainte-Marie-d'Alvey		FR	84	73	732	73254	119	Europe/Paris
6442885	Sainte-Marie-de-Cuines	sainte-marie-de-cuines	Sainte-Marie-de-Cuines,Sent-Mari-de-Kjuin,Сент-Марі-де-Кюїн,سین-مرے-دے-کینس		FR	84	73	733	73255	808	Europe/Paris
6442886	Saint-Martin-d'Arc	saint-martin-d-arc	Saint-Martin-d'Arc		FR	84	73	733	73256	360	Europe/Paris
6442887	Les Belleville	les-belleville	Les Belleville,Sen-Marten-de-Bel'vil',Сен-Мартен-де-Бельвіль,سینٹ-مارٹن-دے-بلولے		FR	84	73	731	73257	3488	Europe/Paris
6443166	Crosville-sur-Scie	crosville-sur-scie	Crosville-sur-Scie		FR	28	76	761	76205	246	Europe/Paris
6442888	Saint-Martin-de-la-Porte	saint-martin-de-la-porte	Sen-Marten-de-la-Port,Сен-Мартен-де-ла-Порт,سینٹ-مارٹن-دے-لا-پورتے		FR	84	73	733	73258	685	Europe/Paris
6442890	Saint-Michel-de-Maurienne	saint-michel-de-maurienne	Saint-Michel-de-Maurienne,Sen-Mishel'-de-Morenn,Сен-Мішель-де-Морєнн		FR	84	73	733	73261	2456	Europe/Paris
6442891	Saint-Nicolas-la-Chapelle	saint-nicolas-la-chapelle	Sen-Nikola-la-Shapel',Сен-Нікола-ла-Шапель,سینٹ-نکولس-لا-چپلے، سوائے		FR	84	73	731	73262	445	Europe/Paris
6442892	Saint-Offenge	saint-offenge	Saint-Offenge,Sent-Offanzh-Dessu,Сент-Оффанж-Дессу,سینٹ-وففینگے-دسسوس		FR	84	73	732	73263	1082	Europe/Paris
6442895	Saint-Pancrace	saint-pancrace			FR	84	73	733	73267	293	Europe/Paris
6442896	Saint-Paul-sur-Isère	saint-paul-sur-isere	Sen-Pol'-sjur-Izer,syn-pal-swr-asyry,Сен-Поль-сюр-Ізер,سین-پال-سور-اسیری		FR	84	73	731	73268	516	Europe/Paris
6442897	Saint-Pierre-d'Albigny	saint-pierre-d-albigny	Saint-Pierre-d'Albigny		FR	84	73	732	73270	3958	Europe/Paris
6442898	Saint-Pierre-d'Alvey	saint-pierre-d-alvey	Saint-Pierre-d'Alvey		FR	84	73	732	73271	283	Europe/Paris
6442899	Saint-Pierre-de-Belleville	saint-pierre-de-belleville	Saint-Pierre-de-Belleville		FR	84	73	733	73272	168	Europe/Paris
6442900	Saint-Pierre-de-Curtille	saint-pierre-de-curtille	Saint-Pierre-de-Curtille,Sen-Perr-de-Kjurtij,Сен-Пєрр-де-Кюртій,سین-پیری-دے-کورتیلے		FR	84	73	732	73273	493	Europe/Paris
6442901	Saint-Pierre-de-Soucy	saint-pierre-de-soucy	Saint-Pierre-de-Soucy		FR	84	73	732	73276	445	Europe/Paris
6442902	Sainte-Reine	sainte-reine	Sainte-Reine		FR	84	73	732	73277	153	Europe/Paris
6442903	Saint-Sorlin-d'Arves	saint-sorlin-d-arves	Saint-Sorlin-d'Arves		FR	84	73	733	73280	336	Europe/Paris
6442904	Saint-Thibaud-de-Couz	saint-thibaud-de-couz	Saint-Thibaud-de-Couz		FR	84	73	732	73282	1046	Europe/Paris
6442905	Saint-Vital	saint-vital	Saint-Vital		FR	84	73	731	73283	688	Europe/Paris
6442906	Salins-Fontaine	salins-fontaine	Salen-le-Term,Salins-Fontaine,Сален-ле-Терм		FR	84	73	731	73284	1008	Europe/Paris
6442907	Serrières-en-Chautagne	serrieres-en-chautagne	Serrer-an-Shotan',Serrieres-en-Chautagne,Serrières-en-Chautagne,Серрєр-ан-Шотань		FR	84	73	732	73286	1228	Europe/Paris
6442909	Sonnaz	sonnaz	Sonnaz		FR	84	73	732	73288	1829	Europe/Paris
6442910	Val-Cenis	val-cenis	Val-Cenis		FR	84	73	733	73290	2116	Europe/Paris
6442911	Thénésol	thenesol	Tenezol',Thenesol,Thénésol,Тенезоль		FR	84	73	731	73292	307	Europe/Paris
6442912	Tignes	tignes	Tignes		FR	84	73	731	73296	2358	Europe/Paris
6442913	Tours-en-Savoie	tours-en-savoie	Tours-en-Savoie,Tur-an-Savua,Тур-ан-Савуа		FR	84	73	731	73298	971	Europe/Paris
6442914	Traize	traize	Traize		FR	84	73	732	73299	315	Europe/Paris
6442915	Tresserve	tresserve	Tresserve		FR	84	73	732	73300	3045	Europe/Paris
6442916	Trévignin	trevignin	Trevignin,Trevin'en,Trévignin,trwygnyn,Тревіньєн,ترویگنین		FR	84	73	732	73301	777	Europe/Paris
6442917	Ugine	ugine	Ugine		FR	84	73	731	73303	7065	Europe/Paris
6442919	Valmeinier	valmeinier	Valmeinier		FR	84	73	733	73307	499	Europe/Paris
6442920	Venthon	venthon	Vanton,Venthon,wnthn,Вантон,ونتهن		FR	84	73	731	73308	635	Europe/Paris
6442921	Le Verneil	le-verneil	Le Verneil		FR	84	73	732	73311	100	Europe/Paris
6442922	Verrens-Arvey	verrens-arvey			FR	84	73	731	73312	899	Europe/Paris
6442923	Verthemex	verthemex	Verteme,Verthemex,Вертеме		FR	84	73	732	73313	215	Europe/Paris
6442924	Villard-d'Héry	villard-d-hery	Villard-d'Hery,Villard-d'Héry		FR	84	73	732	73314	264	Europe/Paris
6442925	Villard-Léger	villard-leger	Villard-Leger,Villard-Léger		FR	84	73	732	73315	483	Europe/Paris
6442926	Villard-Sallet	villard-sallet	Villard-Sallet		FR	84	73	732	73316	290	Europe/Paris
6442927	Villard-sur-Doron	villard-sur-doron	Villar-sjur-Doron,Villard-sur-Doron,Виллар-сюр-Дорон,Віллар-сюр-Дорон		FR	84	73	731	73317	712	Europe/Paris
6442928	Villarembert	villarembert	Villarembert		FR	84	73	733	73318	244	Europe/Paris
6442929	Villargondran	villargondran	Villargondran,Вілларгондран		FR	84	73	733	73320	868	Europe/Paris
6442931	Villarodin-Bourget	villarodin-bourget	Villaroden-Burzhe,Villarodin-Bourget,Віллароден-Бурже		FR	84	73	733	73322	525	Europe/Paris
6442932	Villaroger	villaroger	Villaroger		FR	84	73	731	73323	377	Europe/Paris
6442933	Vimines	vimines	Vimines		FR	84	73	732	73326	1996	Europe/Paris
6442934	Vions	vions	Vion,Vions,Віон		FR	84	73	732	73327	402	Europe/Paris
6442935	Voglans	voglans	Voglan,Voglans,Воглан		FR	84	73	732	73329	1885	Europe/Paris
6442936	Desingy	desingy	Desingi,Desingiacum,Desingy,Dezenzhi,Dezini,Дезенжі,Дезињи		FR	84	74	743	74100	803	Europe/Paris
6442938	Dingy-Saint-Clair	dingy-saint-clair	Dingy-Saint-Clair		FR	84	74	741	74102	1414	Europe/Paris
6442939	Domancy	domancy			FR	84	74	742	74103	2051	Europe/Paris
6442940	Doussard	doussard	Doussard		FR	84	74	741	74104	3609	Europe/Paris
6442941	Douvaine	douvaine	Douvaine		FR	84	74	744	74105	5922	Europe/Paris
6442942	Draillant	draillant	Drajan,Dralyent,Драян		FR	84	74	744	74106	811	Europe/Paris
6442943	Droisy	droisy	Droisy		FR	84	74	743	74107	162	Europe/Paris
6442944	Duingt	duingt			FR	84	74	741	74108	974	Europe/Paris
6442945	Éloise	eloise	Eloise,Eluaz,Heloysia,Éloise,Елуаз		FR	84	74	743	74109	832	Europe/Paris
6442946	Entrevernes	entrevernes	Entrevernes		FR	84	74	741	74111	217	Europe/Paris
6442947	Essert-Romand	essert-romand	Essert-Romand		FR	84	74	744	74114	516	Europe/Paris
6442948	Étercy	etercy	Etercy,Étercy		FR	84	74	741	74117	805	Europe/Paris
6442949	Étrembières	etrembieres	Etrembieres,Étrembières		FR	84	74	743	74118	2439	Europe/Paris
6442950	Évian-les-Bains	evian-les-bains			FR	84	74	744	74119	9074	Europe/Paris
6442952	Feigères	feigeres	Feigeres,Feigères		FR	84	74	743	74124	1566	Europe/Paris
6442953	Fessy	fessy	Fessi,Fessitum Caballiciensium,Fessy,Fèssi,Фессі		FR	84	74	744	74126	902	Europe/Paris
6442954	Féternes	feternes	Fetern,Feterna,Feternes,Fisterna,Fètèrna,Féternes,Фетерн		FR	84	74	744	74127	1406	Europe/Paris
6442955	Fillinges	fillinges	Felinjo,Fienzh,Filingia,Fillinges,Фієнж		FR	84	74	743	74128	3390	Europe/Paris
6442956	Franclens	franclens	Franclens,Franculinum,Franklan,Франклан		FR	84	74	743	74130	534	Europe/Paris
6442957	Frangy	frangy	Frangy		FR	84	74	743	74131	2153	Europe/Paris
6442958	Giez	giez	Getium,Giez,Zhe,Zhi,Жи,Жє		FR	84	74	741	74135	548	Europe/Paris
6442959	Groisy	groisy	Groisy		FR	84	74	741	74137	3531	Europe/Paris
6442960	Gruffy	gruffy	Gruffy		FR	84	74	741	74138	1590	Europe/Paris
6442961	Habère-Lullin	habere-lullin	Habere-Lullin,Habère-Lullin		FR	84	74	744	74139	984	Europe/Paris
6442962	Habère-Poche	habere-poche	Habere-Poche,Habère-Poche		FR	84	74	744	74140	1423	Europe/Paris
6442963	Hauteville-sur-Fier	hauteville-sur-fier	Hauteville-sur-Fier		FR	84	74	741	74141	922	Europe/Paris
6442964	Héry-sur-Alby	hery-sur-alby			FR	84	74	741	74142	971	Europe/Paris
6442965	Jonzier-Épagny	jonzier-epagny	Jonzier-Epagny,Jonzier-Épagny		FR	84	74	743	74144	777	Europe/Paris
6442966	Juvigny	juvigny	Juvigny		FR	84	74	743	74145	645	Europe/Paris
6442967	Larringes	larringes	Larringes		FR	84	74	744	74146	1387	Europe/Paris
6442968	Lathuile	lathuile	Lathuile		FR	84	74	741	74147	1028	Europe/Paris
6442969	Loisin	loisin	Lodesinum,Loisin,Luazen,Luesin,Luèsin,Луазен		FR	84	74	744	74150	1523	Europe/Paris
6442970	Lornay	lornay	Lornay		FR	84	74	741	74151	552	Europe/Paris
6442971	Lovagny	lovagny	Lovagny,Lovan'i,Lovaniacum,Лованьї		FR	84	74	741	74152	1301	Europe/Paris
6442972	Lucinges	lucinges	Ljusenzh,Lucingiae,Люсенж		FR	84	74	743	74153	1633	Europe/Paris
6442973	Lugrin	lugrin	Lugrin		FR	84	74	744	74154	2405	Europe/Paris
6442974	Lully	lully	Lelyi,Ljulli,Lulliacum,Lully,Люллі		FR	84	74	744	74156	710	Europe/Paris
6442975	Lyaud	lyaud	Lyaud		FR	84	74	744	74157	1713	Europe/Paris
6442976	Machilly	machilly	Machilly		FR	84	74	743	74158	1083	Europe/Paris
6442977	Magland	magland	Maglan,Malianum Fulciniensium,Маглан		FR	84	74	742	74159	3299	Europe/Paris
6442978	Manigod	manigod	Manegod,Manegôd,Manigo,Manigod,Manigotum,ma ni ge,Маніго,馬尼戈		FR	84	74	741	74160	1004	Europe/Paris
6442979	Marcellaz-Albanais	marcellaz-albanais	Marcellaz-Albanais		FR	84	74	741	74161	1887	Europe/Paris
6442980	Margencel	margencel	Margencel		FR	84	74	744	74163	2120	Europe/Paris
6442981	Marignier	marignier	Marignier,Marin'e,Marinerium,Мариньє		FR	84	74	742	74164	6435	Europe/Paris
6442982	Marigny-Saint-Marcel	marigny-saint-marcel	Marigny-Saint-Marcel,Marin'i-Sen-Marsel',Marinium-Fanum Sancti Marcelli,Мариньї-Сен-Марсель		FR	84	74	741	74165	685	Europe/Paris
6442984	Val de Chaise	val-de-chaise	Val de Chaise		FR	84	74	741	74167	1354	Europe/Paris
6442985	Marlioz	marlioz	Marilucium,Marl'jo,Marlioz,Марльйо		FR	84	74	743	74168	1005	Europe/Paris
6442986	Marnaz	marnaz	Marna,Marnaz,Марна		FR	84	74	742	74169	5447	Europe/Paris
6442987	Massingy	massingy	Massingy		FR	84	74	741	74170	861	Europe/Paris
6442988	Massongy	massongy	Massongium,Massonzhi,Массонжі		FR	84	74	744	74171	1531	Europe/Paris
6442989	Maxilly-sur-Léman	maxilly-sur-leman	Maksii-sjur-Leman,Maxiliacum,Maxilly-sur-Leman,Maxilly-sur-Léman,Максії-сюр-Леман		FR	84	74	744	74172	1365	Europe/Paris
6442990	Mégevette	megevette	Megeveta,Megevette,Megevula,Megèveta,Mezhevett,Mégevette,Межеветт		FR	84	74	742	74174	571	Europe/Paris
6442991	Menthon-Saint-Bernard	menthon-saint-bernard	Menthon-Saint-Bernard		FR	84	74	741	74176	1893	Europe/Paris
6442992	Menthonnex-en-Bornes	menthonnex-en-bornes	Menthonnex-en-Bornes		FR	84	74	743	74177	1075	Europe/Paris
6442993	Mésigny	mesigny	Mesigny,Mésigny		FR	84	74	741	74179	748	Europe/Paris
6442994	Messery	messery	Meserium,Messeri,Messery,Мессері		FR	84	74	744	74180	2163	Europe/Paris
6442997	Mieussy	mieussy	Messi,Mieussy,Mussiacum,Мєссі		FR	84	74	742	74183	2332	Europe/Paris
6442998	Minzier	minzier	Menz'e,Minciarium,Minzier,Мензьє		FR	84	74	743	74184	1006	Europe/Paris
6442999	Monnetier-Mornex	monnetier-mornex	Monnetier-Mornex		FR	84	74	743	74185	2311	Europe/Paris
6443000	Montagny-les-Lanches	montagny-les-lanches	Montagny-les-Lanches		FR	84	74	741	74186	702	Europe/Paris
6443002	Montriond	montriond	Montriond		FR	84	74	744	74188	907	Europe/Paris
6443003	Mont-Saxonnex	mont-saxonnex	Mont-Saxonnex		FR	84	74	742	74189	1650	Europe/Paris
6443004	Morillon	morillon	Morillon		FR	84	74	742	74190	647	Europe/Paris
6443005	Morzine	morzine	Morzine		FR	84	74	744	74191	2827	Europe/Paris
6443006	Moye	moye			FR	84	74	741	74192	1035	Europe/Paris
6443007	Mûres	mures	Mures,Mûres		FR	84	74	741	74194	730	Europe/Paris
6443008	Musièges	musieges	Musieges,Musièges		FR	84	74	743	74195	401	Europe/Paris
6443009	Nancy-sur-Cluses	nancy-sur-cluses	Nancy-sur-Cluses		FR	84	74	742	74196	445	Europe/Paris
6443010	Nangy	nangy	Nanciacum ad Clusas Fulcinienses,Nangi,Nangy,Nanzhi,Нанжі		FR	84	74	743	74197	1657	Europe/Paris
6443011	Nâves-Parmelan	naves-parmelan	Naves-Parmelan,Nâves-Parmelan		FR	84	74	741	74198	975	Europe/Paris
6443012	Nernier	nernier	Nernier		FR	84	74	744	74199	382	Europe/Paris
6443013	Neuvecelle	neuvecelle	Neuvecelle,Nevsel',Nova Cella,Невсель		FR	84	74	744	74200	3019	Europe/Paris
6443014	Neydens	neydens	Nejdan,Нейдан		FR	84	74	743	74201	1776	Europe/Paris
6443015	Nonglard	nonglard	Nonglar,Nonglarcum,Nonglard,Nongllard,Nongllârd,Нонглар		FR	84	74	741	74202	644	Europe/Paris
6443016	Novel	novel	Novel,Novel',Novellum Caballiciensium,Новель		FR	84	74	744	74203	46	Europe/Paris
6443017	Onnion	onnion	Onion,Oniona,Onnion,Онніон		FR	84	74	742	74205	1276	Europe/Paris
6443018	Orcier	orcier	Orcier		FR	84	74	744	74206	943	Europe/Paris
6443019	Passy	passy	Pasiacum,Passi,Пассі		FR	84	74	742	74208	10863	Europe/Paris
6443020	Peillonnex	peillonnex	Pejonne,Pelionicum,Пейонне		FR	84	74	742	74209	1410	Europe/Paris
6443021	Perrignier	perrignier	Perrignier,Perrin'e,Podium Reinerii,Перриньє		FR	84	74	744	74210	1839	Europe/Paris
6443022	Pers-Jussy	pers-jussy	Per-Zhussi,Пер-Жуссі		FR	84	74	743	74211	3025	Europe/Paris
6443025	Présilly	presilly	Pratilia ad Sanctum Julianum,Presilly,Prezii,Présilly,Презії		FR	84	74	743	74216	868	Europe/Paris
6443027	Publier	publier			FR	84	74	744	74218	7072	Europe/Paris
6443028	Quintal	quintal	Kental',Quintal,Quintale,Кенталь		FR	84	74	741	74219	1224	Europe/Paris
6443029	Reignier-Ésery	reignier-esery	Reignier,Reignier-Esery,Reignier-Ésery,Ren'er-Ezeri,Реньєр-Езері		FR	84	74	743	74220	7923	Europe/Paris
6443030	Reyvroz	reyvroz	Rejvro,Reyvroz,Рейвро		FR	84	74	744	74222	513	Europe/Paris
6443031	Saint-André-de-Boëge	saint-andre-de-boege	Saint-Andre-de-Boege,Saint-André-de-Boëge,Sent-Andre-de-Boezh,Сент-Андре-де-Боеж,سینٹ-آندرے-دے-بوگے		FR	84	74	744	74226	546	Europe/Paris
6443032	Saint-Cergues	saint-cergues	Saint-Cergues		FR	84	74	743	74229	3601	Europe/Paris
6443033	Saint-Eustache	saint-eustache	Saint-Eustache,Sent-Estash,Сент-Есташ,سینٹ-یستاچھ، ہوتے-سوائے		FR	84	74	741	74232	506	Europe/Paris
6443036	Saint-Gervais-les-Bains	saint-gervais-les-bains	Saint-Gervais-les-Bains		FR	84	74	742	74236	5556	Europe/Paris
6443037	Saint-Gingolph	saint-gingolph	Saint-Gingolph,Sen-Zhengol'f,Сен-Женгольф,سینٹ-گنگولف، ہوتے-سوائے		FR	84	74	744	74237	816	Europe/Paris
6443038	Saint-Jean-d'Aulps	saint-jean-d-aulps	Saint-Jean-d'Aulps		FR	84	74	744	74238	1340	Europe/Paris
6443039	Saint-Jean-de-Sixt	saint-jean-de-sixt	Saint-Jean-de-Sixt,Sen-Zhan-de-Sikst,Sent-Jian-de-Sixt,Сен-Жан-де-Сікст,سینٹ-ژاں -دے-سشت		FR	84	74	741	74239	1444	Europe/Paris
6443040	Saint-Jean-de-Tholome	saint-jean-de-tholome	Saint-Jean-de-Tholome		FR	84	74	742	74240	978	Europe/Paris
6443041	Saint-Jorioz	saint-jorioz	Saint-Jorioz		FR	84	74	741	74242	5726	Europe/Paris
6443042	Saint-Julien-en-Genevois	saint-julien-en-genevois	Saint-Julien-en-Genevois		FR	84	74	743	74243	14045	Europe/Paris
6443044	Saint-Paul-en-Chablais	saint-paul-en-chablais	Saint-Paul-en-Chablais		FR	84	74	744	74249	2393	Europe/Paris
6443045	Saint-Sixt	saint-sixt	Saint-Sixt,Sen-Sikst,Сен-Сікст		FR	84	74	742	74253	1010	Europe/Paris
6443046	Sallanches	sallanches	Sallanches		FR	84	74	742	74256	15902	Europe/Paris
6443047	Sallenôves	sallenoves	Sallenoves,Sallenôves		FR	84	74	741	74257	678	Europe/Paris
6443048	Samoëns	samoens	Samoens,Samoëns		FR	84	74	742	74258	2451	Europe/Paris
6443049	Saxel	saxel	Saxel		FR	84	74	744	74261	472	Europe/Paris
6443050	Scientrier	scientrier	Scientrier		FR	84	74	743	74262	1176	Europe/Paris
6443051	Sciez	sciez	Sciez		FR	84	74	744	74263	5866	Europe/Paris
6443052	Scionzier	scionzier	S'jonz'e,Scionzier,kywnzyr,Сьйонзьє,كيونزير		FR	84	74	742	74264	8530	Europe/Paris
6443053	Serraval	serraval	Serraval		FR	84	74	741	74265	683	Europe/Paris
6443054	Servoz	servoz	Servoz		FR	84	74	742	74266	957	Europe/Paris
6443055	Sevrier	sevrier	Sevrier		FR	84	74	741	74267	4215	Europe/Paris
6443058	Seytroux	seytroux	Sejtru,Seytroux,Сейтру		FR	84	74	744	74271	500	Europe/Paris
6443059	Talloires-Montmin	talloires-montmin	Talloires-Montmin		FR	84	74	741	74275	2013	Europe/Paris
6443060	Taninges	taninges	Tanenzh,Taninges,Таненж		FR	84	74	742	74276	3406	Europe/Paris
6443061	Thyez	thyez	Thyez,Tie,Тіе		FR	84	74	742	74278	6105	Europe/Paris
6443062	Thonon-les-Bains	thonon-les-bains	Thonon-les-Bains		FR	84	74	744	74281	35132	Europe/Paris
6443063	Fillière	filliere	Filliere,Fillière		FR	84	74	741	74282	9179	Europe/Paris
6443064	Thusy	thusy	Thusy		FR	84	74	741	74283	1086	Europe/Paris
6443065	Usinens	usinens	Usinens		FR	84	74	743	74285	395	Europe/Paris
6443066	Vacheresse	vacheresse	Vacheresse		FR	84	74	744	74286	831	Europe/Paris
6443067	Vailly	vailly	Vai,Vailly,Ваї		FR	84	74	744	74287	904	Europe/Paris
6443069	Vallières-sur-Fier	vallieres-sur-fier	Val'er,Вальєр		FR	84	74	741	74289	2473	Europe/Paris
6443070	Vallorcine	vallorcine	Vallorcine		FR	84	74	742	74290	396	Europe/Paris
6443071	Vanzy	vanzy	Vanzy		FR	84	74	743	74291	328	Europe/Paris
6443073	Verchaix	verchaix	Verchaix,Vershe,wrchyks,Верше,ورچیکس		FR	84	74	742	74294	737	Europe/Paris
6443074	Vétraz-Monthoux	vetraz-monthoux	Vetraz-Monthoux,Vétraz-Monthoux		FR	84	74	743	74298	8678	Europe/Paris
6443075	Veyrier-du-Lac	veyrier-du-lac			FR	84	74	741	74299	2279	Europe/Paris
6443076	Villaz	villaz			FR	84	74	741	74303	3465	Europe/Paris
6443077	Ville-en-Sallaz	ville-en-sallaz	Ville-en-Sallaz		FR	84	74	742	74304	889	Europe/Paris
6443078	Ville-la-Grand	ville-la-grand			FR	84	74	743	74305	8609	Europe/Paris
6443079	Villy-le-Bouveret	villy-le-bouveret	Villi-le-Buvre,Віллі-ле-Бувре		FR	84	74	743	74306	602	Europe/Paris
6443080	Villy-le-Pelloux	villy-le-pelloux	Villy-le-Pelloux		FR	84	74	741	74307	910	Europe/Paris
6443081	Vinzier	vinzier	Venz'e,Vinzier,Вензьє		FR	84	74	744	74308	818	Europe/Paris
6443082	Viuz-la-Chiésaz	viuz-la-chiesaz	Viuz-la-Chiesaz,Viuz-la-Chiésaz		FR	84	74	741	74310	1332	Europe/Paris
6443083	Viuz-en-Sallaz	viuz-en-sallaz	Viuz-en-Sallaz		FR	84	74	742	74311	4309	Europe/Paris
6443084	Vovray-en-Bornes	vovray-en-bornes	Vovray-en-Bornes		FR	84	74	743	74313	458	Europe/Paris
6443086	Yvoire	yvoire	Yvoire		FR	84	74	744	74315	981	Europe/Paris
6443087	Blainville-Crevon	blainville-crevon	Blainville-Crevon		FR	28	76	763	76100	1212	Europe/Paris
6443088	Blangy-sur-Bresle	blangy-sur-bresle			FR	28	76	761	76101	2965	Europe/Paris
6443089	Bonsecours	bonsecours			FR	28	76	763	76103	6473	Europe/Paris
6443090	Le Bocasse	le-bocasse	Le Bocasse		FR	28	76	763	76105	673	Europe/Paris
6443091	Bois-d'Ennebourg	bois-d-ennebourg	Bois-d'Ennebourg		FR	28	76	763	76106	566	Europe/Paris
6443092	Bois-Guilbert	bois-guilbert			FR	28	76	763	76107	320	Europe/Paris
6443093	Bois-Guillaume	bois-guillaume	Bois-Guillaume		FR	28	76	763	76108	13562	Europe/Paris
6443094	Bois-Héroult	bois-heroult	Boaz Eru,Bois-Heroult,Bois-Héroult,Bua-Eru,Боаз Еру,Буа-Еру		FR	28	76	763	76109	200	Europe/Paris
6443095	Bois-Himont	bois-himont	Bois-Himont		FR	28	76	763	76110	462	Europe/Paris
6443096	Bois-l'Évêque	bois-l-eveque	Bois-l'Eveque,Bois-l'Évêque		FR	28	76	763	76111	531	Europe/Paris
6443098	Bolleville	bolleville	Bol'vil',Bolleville,Bolvil,Болвил,Больвиль,Больвіль		FR	28	76	762	76115	590	Europe/Paris
6443099	Boos	boos	Bo,Boos,Бо,Боос		FR	28	76	763	76116	3754	Europe/Paris
6443100	Bordeaux-Saint-Clair	bordeaux-saint-clair	Bordeaux-Saint-Clair		FR	28	76	762	76117	665	Europe/Paris
6443101	Bornambusc	bornambusc			FR	28	76	762	76118	265	Europe/Paris
6443102	Bosc-Bérenger	bosc-berenger			FR	28	76	761	76119	182	Europe/Paris
6443103	Bosc-Bordel	bosc-bordel	Bosc-Bordel,Bosk Bordel,Bosk-Bordel',Боск Бордел,Боск-Бордель		FR	28	76	763	76120	453	Europe/Paris
6443104	Bosc-Édeline	bosc-edeline	Bosc-Edeline,Bosc-Édeline		FR	28	76	763	76121	358	Europe/Paris
6443105	Bosc-Guérard-Saint-Adrien	bosc-guerard-saint-adrien	Bosc-Guerard-Saint-Adrien,Bosc-Guérard-Saint-Adrien,Bosk Gerar Sent Adrijen,Bosk-Gerar-Sent-Adrijan,Боск Герар Сент Адријен,Боск-Герар-Сент-Адриян,Боск-Герар-Сент-Адріян		FR	28	76	763	76123	924	Europe/Paris
6443106	Bosc-Hyons	bosc-hyons	Bosc-Hyons		FR	28	76	761	76124	428	Europe/Paris
6443107	Bosc-le-Hard	bosc-le-hard			FR	28	76	763	76125	1455	Europe/Paris
6443108	Bosc-Mesnil	bosc-mesnil	Bosc-Mesnil		FR	28	76	761	76126	310	Europe/Paris
6443110	Bosville	bosville	Bosville		FR	28	76	761	76128	579	Europe/Paris
6443111	Boudeville	boudeville	Boudeville		FR	28	76	763	76129	208	Europe/Paris
6443112	Bouelles	bouelles	Bouelles		FR	28	76	761	76130	274	Europe/Paris
6443113	Bourdainville	bourdainville	Bourdainville		FR	28	76	763	76132	462	Europe/Paris
6443114	Bouville	bouville	Bouville		FR	28	76	763	76135	979	Europe/Paris
6443115	Brachy	brachy	Brachy		FR	28	76	761	76136	768	Europe/Paris
6443117	Bracquetuit	bracquetuit			FR	28	76	761	76138	340	Europe/Paris
6443118	Bradiancourt	bradiancourt			FR	28	76	761	76139	220	Europe/Paris
6443119	Brametot	brametot			FR	28	76	761	76140	203	Europe/Paris
6443120	Bréauté	breaute	Breaute,Bréauté		FR	28	76	762	76141	1331	Europe/Paris
6443121	Brémontier-Merval	bremontier-merval	Bremont'e-Merval',Bremontier-Merval,Bremontje Merval,Brémontier-Merval,Бремонтье-Мерваль,Бремонтьє-Мерваль,Бремонтје Мервал		FR	28	76	761	76142	461	Europe/Paris
6443122	Bretteville-Saint-Laurent	bretteville-saint-laurent	Bretteville-Saint-Laurent		FR	28	76	763	76144	162	Europe/Paris
6443123	Bully	bully	Bully		FR	28	76	761	76147	911	Europe/Paris
6443124	Bures-en-Bray	bures-en-bray	Bures-en-Bray		FR	28	76	761	76148	320	Europe/Paris
6443125	Cailleville	cailleville	Cailleville		FR	28	76	761	76151	266	Europe/Paris
6443126	Calleville-les-Deux-Églises	calleville-les-deux-eglises	Calleville-les-Deux-Eglises,Calleville-les-Deux-Églises		FR	28	76	761	76153	336	Europe/Paris
6443127	Campneuseville	campneuseville	Campneuseville		FR	28	76	761	76154	480	Europe/Paris
6443128	Canehan	canehan	Canehan		FR	28	76	761	76155	357	Europe/Paris
6443129	Canouville	canouville			FR	28	76	761	76156	326	Europe/Paris
6443130	Canteleu	canteleu	Canteleu		FR	28	76	763	76157	14561	Europe/Paris
6443131	Canville-les-Deux-Églises	canville-les-deux-eglises			FR	28	76	763	76158	326	Europe/Paris
6443132	Cany-Barville	cany-barville	Cany-Barville,Kani Barvil,Kani-Barvil',Кани Барвил,Кани-Барвиль,Кані-Барвіль		FR	28	76	761	76159	3060	Europe/Paris
6443133	Carville-la-Folletière	carville-la-folletiere	Carville-la-Folletiere,Carville-la-Folletière		FR	28	76	763	76160	435	Europe/Paris
6443134	Carville-Pot-de-Fer	carville-pot-de-fer			FR	28	76	763	76161	111	Europe/Paris
6443135	Catenay	catenay			FR	28	76	763	76163	684	Europe/Paris
6443136	Rives-en-Seine	rives-en-seine	Rives-en-Seine		FR	28	76	763	76164	4143	Europe/Paris
6443137	Caudebec-lès-Elbeuf	caudebec-les-elbeuf	Caudebec-les-Elbeuf,Caudebec-lès-Elbeuf		FR	28	76	763	76165	10558	Europe/Paris
6443138	Cideville	cideville			FR	28	76	763	76174	362	Europe/Paris
6443139	Clais	clais	Clais		FR	28	76	761	76175	258	Europe/Paris
6443140	Clasville	clasville	Clasville		FR	28	76	761	76176	319	Europe/Paris
6443141	Claville-Motteville	claville-motteville	Claville-Motteville		FR	28	76	763	76177	278	Europe/Paris
6443142	Cléon	cleon	Cleon,Cléon		FR	28	76	763	76178	5046	Europe/Paris
6443143	Clères	cleres	Cleres,Clères,Kler,Клер		FR	28	76	763	76179	1366	Europe/Paris
6443144	Cleuville	cleuville			FR	28	76	761	76180	195	Europe/Paris
6443145	Cléville	cleville	Cleville,Cléville		FR	28	76	762	76181	160	Europe/Paris
6443146	Cliponville	cliponville			FR	28	76	762	76182	275	Europe/Paris
6443147	Colleville	colleville	Colleville		FR	28	76	762	76183	757	Europe/Paris
6443148	Colmesnil-Manneville	colmesnil-manneville			FR	28	76	761	76184	104	Europe/Paris
6443149	Compainville	compainville	Compainville		FR	28	76	761	76185	183	Europe/Paris
6443150	Contremoulins	contremoulins			FR	28	76	762	76187	160	Europe/Paris
6443151	Cottévrard	cottevrard			FR	28	76	763	76188	467	Europe/Paris
6443152	Crasville-la-Mallet	crasville-la-mallet	Crasville-la-Mallet		FR	28	76	761	76189	152	Europe/Paris
6443153	Crasville-la-Rocquefort	crasville-la-rocquefort	Crasville-la-Rocquefort		FR	28	76	761	76190	217	Europe/Paris
6443155	Criel-sur-Mer	criel-sur-mer			FR	28	76	761	76192	2704	Europe/Paris
6443156	Criquebeuf-en-Caux	criquebeuf-en-caux			FR	28	76	762	76194	387	Europe/Paris
6443157	Criquetot-le-Mauconduit	criquetot-le-mauconduit			FR	28	76	762	76195	174	Europe/Paris
6443158	Criquetot-l'Esneval	criquetot-l-esneval	Criquetot-l'Esneval		FR	28	76	762	76196	2568	Europe/Paris
6443159	Criquetot-sur-Longueville	criquetot-sur-longueville	Criquetot-sur-Longueville		FR	28	76	761	76197	223	Europe/Paris
6443160	Criquetot-sur-Ouville	criquetot-sur-ouville	Criquetot-sur-Ouville		FR	28	76	763	76198	815	Europe/Paris
6443161	Criquiers	criquiers			FR	28	76	761	76199	652	Europe/Paris
6443162	Critot	critot			FR	28	76	761	76200	473	Europe/Paris
6443163	Croixdalle	croixdalle	Croixdalle		FR	28	76	761	76202	296	Europe/Paris
6443164	Croix-Mare	croix-mare	Croix-Mare		FR	28	76	763	76203	802	Europe/Paris
6443167	Cuverville-sur-Yères	cuverville-sur-yeres	Cuverville-sur-Yeres,Cuverville-sur-Yères		FR	28	76	761	76207	197	Europe/Paris
6443168	Cuy-Saint-Fiacre	cuy-saint-fiacre	Cuy-Saint-Fiacre		FR	28	76	761	76208	664	Europe/Paris
6443169	Dampierre-Saint-Nicolas	dampierre-saint-nicolas			FR	28	76	761	76210	489	Europe/Paris
6443170	Dancourt	dancourt	Dancourt		FR	28	76	761	76211	228	Europe/Paris
6443171	Daubeuf-Serville	daubeuf-serville	Daubeuf-Serville		FR	28	76	762	76213	384	Europe/Paris
6443172	Dénestanville	denestanville			FR	28	76	761	76214	261	Europe/Paris
6443174	Déville-lès-Rouen	deville-les-rouen	Devil'-le-Ruan,Deville-les-Rouen,Déville-lès-Rouen,Девиль-ле-Руан,Девіль-ле-Руан		FR	28	76	763	76216	10345	Europe/Paris
6443175	Doudeville	doudeville	Doudeville		FR	28	76	763	76219	2501	Europe/Paris
6443176	Douvrend	douvrend	Douvrend		FR	28	76	761	76220	523	Europe/Paris
6443177	Drosay	drosay			FR	28	76	761	76221	198	Europe/Paris
6443178	Écalles-Alix	ecalles-alix	Ecalles-Alix,Écalles-Alix		FR	28	76	763	76223	528	Europe/Paris
6443179	Écrainville	ecrainville			FR	28	76	762	76224	1044	Europe/Paris
6443180	Écretteville-lès-Baons	ecretteville-les-baons			FR	28	76	763	76225	386	Europe/Paris
6443181	Écretteville-sur-Mer	ecretteville-sur-mer	Ecretteville-sur-Mer,Écretteville-sur-Mer		FR	28	76	762	76226	159	Europe/Paris
6443182	Ectot-l'Auber	ectot-l-auber	Ectot-l'Auber		FR	28	76	763	76227	671	Europe/Paris
6443183	Ectot-lès-Baons	ectot-les-baons	Ectot-les-Baons,Ectot-lès-Baons		FR	28	76	763	76228	394	Europe/Paris
6443184	Elbeuf-en-Bray	elbeuf-en-bray	El'bef-an-Bre,Elbeuf-en-Bray,Ельбеф-ан-Бре		FR	28	76	761	76229	418	Europe/Paris
6443185	Elbeuf-sur-Andelle	elbeuf-sur-andelle	Elbeuf-sur-Andelle		FR	28	76	763	76230	474	Europe/Paris
6443186	Életot	eletot	Eletot,Életot		FR	28	76	762	76232	630	Europe/Paris
6443187	Ellecourt	ellecourt	Ellecourt		FR	28	76	761	76233	145	Europe/Paris
6443188	Envermeu	envermeu	Envermeu		FR	28	76	761	76235	2106	Europe/Paris
6443189	Envronville	envronville	Envronville		FR	28	76	762	76236	338	Europe/Paris
6443190	Épinay-sur-Duclair	epinay-sur-duclair	Epinay-sur-Duclair,Épinay-sur-Duclair		FR	28	76	763	76237	539	Europe/Paris
6443191	Épouville	epouville	Epouville,Épouville		FR	28	76	762	76238	2718	Europe/Paris
6443192	Épretot	epretot	Epretot,Épretot		FR	28	76	762	76239	726	Europe/Paris
6443193	Ermenouville	ermenouville	Ermenouville		FR	28	76	761	76241	143	Europe/Paris
6443194	Ernemont-sur-Buchy	ernemont-sur-buchy	Ernemont-sur-Buchy		FR	28	76	763	76243	295	Europe/Paris
6443195	Esclavelles	esclavelles	Esclavelles		FR	28	76	761	76244	380	Europe/Paris
6443196	Eslettes	eslettes			FR	28	76	763	76245	1555	Europe/Paris
6443197	Esteville	esteville	Esteville		FR	28	76	763	76247	506	Europe/Paris
6443199	Étaimpuis	etaimpuis	Etaimpuis,Étaimpuis		FR	28	76	761	76249	784	Europe/Paris
6443200	Étainhus	etainhus	Etainhus,Eteni,Etenju,Étainhus,Етени,Етеню		FR	28	76	762	76250	1122	Europe/Paris
6443201	Étalleville	etalleville			FR	28	76	763	76251	460	Europe/Paris
6443202	Étalondes	etalondes	Etalondes,Étalondes		FR	28	76	761	76252	1069	Europe/Paris
6443203	Étoutteville	etoutteville	Etoutteville,Étoutteville		FR	28	76	763	76253	801	Europe/Paris
6443204	Étretat	etretat	Etretat,Étretat		FR	28	76	762	76254	1339	Europe/Paris
6443205	Fallencourt	fallencourt			FR	28	76	761	76257	194	Europe/Paris
6443206	Terres-de-Caux	terres-de-caux	Fovil'-an-Ko,Terres-de-Caux,Фовиль-ан-Ко,Фовіль-ан-Ко		FR	28	76	762	76258	4109	Europe/Paris
6443207	Ferrières-en-Bray	ferrieres-en-bray	Ferrieres-en-Bray,Ferrières-en-Bray		FR	28	76	761	76260	1673	Europe/Paris
6443208	Fesques	fesques	Fesques		FR	28	76	761	76262	122	Europe/Paris
6443209	Flamets-Frétils	flamets-fretils	Flamets-Fretils,Flamets-Frétils		FR	28	76	761	76265	163	Europe/Paris
6443210	Flocques	flocques	Flocques		FR	28	76	761	76266	707	Europe/Paris
6443211	Fongueusemare	fongueusemare	Fongueusemare		FR	28	76	762	76268	190	Europe/Paris
6443212	Fontaine-en-Bray	fontaine-en-bray	Fontaine-en-Bray		FR	28	76	761	76269	178	Europe/Paris
6443213	Fontaine-la-Mallet	fontaine-la-mallet	Fontaine-la-Mallet		FR	28	76	762	76270	2638	Europe/Paris
6443214	Fontaine-le-Bourg	fontaine-le-bourg	Fontaine-le-Bourg,Fonten-le-Bur,Фонтен-ле-Бур		FR	28	76	763	76271	1734	Europe/Paris
6443215	Fontaine-le-Dun	fontaine-le-dun			FR	28	76	761	76272	905	Europe/Paris
6443216	Fontaine-sous-Préaux	fontaine-sous-preaux			FR	28	76	763	76273	507	Europe/Paris
6443217	Forges-les-Eaux	forges-les-eaux	Forges-les-Eaux		FR	28	76	761	76276	3804	Europe/Paris
6443218	Foucart	foucart	Foucart		FR	28	76	762	76279	355	Europe/Paris
6443219	Fréauville	freauville	Freauville,Fréauville		FR	28	76	761	76280	132	Europe/Paris
6443220	Fresles	fresles			FR	28	76	761	76283	235	Europe/Paris
6443221	Fresnay-le-Long	fresnay-le-long	Fresnay-le-Long		FR	28	76	761	76284	331	Europe/Paris
6443222	Fresne-le-Plan	fresne-le-plan	Fresne-le-Plan		FR	28	76	763	76285	628	Europe/Paris
6443223	Fresnoy-Folny	fresnoy-folny	Fresnoy-Folny		FR	28	76	761	76286	713	Europe/Paris
6443224	Freulleville	freulleville			FR	28	76	761	76288	367	Europe/Paris
6443225	Frichemesnil	frichemesnil	Frichemesnil		FR	28	76	763	76290	419	Europe/Paris
6443226	Froberville	froberville	Froberville		FR	28	76	762	76291	1237	Europe/Paris
6443227	Fry	fry	Fry		FR	28	76	761	76292	155	Europe/Paris
6443228	Fultot	fultot	Fultot		FR	28	76	763	76293	209	Europe/Paris
6443229	Gaillefontaine	gaillefontaine	Gaillefontaine		FR	28	76	761	76295	1228	Europe/Paris
6443230	Gainneville	gainneville			FR	28	76	762	76296	2592	Europe/Paris
6443231	Gancourt-Saint-Étienne	gancourt-saint-etienne	Gancourt-Saint-Etienne,Gancourt-Saint-Étienne		FR	28	76	761	76297	227	Europe/Paris
6443232	Ganzeville	ganzeville	Ganzeville		FR	28	76	762	76298	487	Europe/Paris
6443233	Gerponville	gerponville	Gerponville		FR	28	76	762	76299	402	Europe/Paris
6443234	Gerville	gerville	Gerville		FR	28	76	762	76300	411	Europe/Paris
6443677	Gouvernes	gouvernes			FR	11	77	775	77209	1166	Europe/Paris
6443236	Goderville	goderville	Godervil,Godervil',Годервил,Годервиль,Годервіль		FR	28	76	762	76302	2840	Europe/Paris
6443237	Gommerville	gommerville	Gommerville		FR	28	76	762	76303	728	Europe/Paris
6443238	Gonfreville-Caillot	gonfreville-caillot	Gonfreville-Caillot		FR	28	76	762	76304	353	Europe/Paris
6443239	Gonfreville-l'Orcher	gonfreville-l-orcher	Gonfreville-l'Orcher		FR	28	76	762	76305	9146	Europe/Paris
6443240	Gonnetot	gonnetot	Gonnetot		FR	28	76	761	76306	206	Europe/Paris
6443241	Gonneville-la-Mallet	gonneville-la-mallet			FR	28	76	762	76307	1333	Europe/Paris
6443242	Gonneville-sur-Scie	gonneville-sur-scie	Gonneville-sur-Scie		FR	28	76	761	76308	462	Europe/Paris
6443243	Gonzeville	gonzeville	Gonzeville		FR	28	76	763	76309	110	Europe/Paris
6443244	Gournay-en-Bray	gournay-en-bray	Gournay-en-Bray		FR	28	76	761	76312	6183	Europe/Paris
6443245	Grainville-la-Teinturière	grainville-la-teinturiere	Grainville-la-Teinturiere,Grainville-la-Teinturière		FR	28	76	761	76315	1075	Europe/Paris
6443246	Grainville-sur-Ry	grainville-sur-ry	Grainville-sur-Ry		FR	28	76	763	76316	445	Europe/Paris
6443247	Grainville-Ymauville	grainville-ymauville	Grainville-Ymauville		FR	28	76	762	76317	442	Europe/Paris
6443248	Grand-Couronne	grand-couronne	Gran-Kuronn,Grand-Couronne,Гран-Куронн		FR	28	76	763	76319	9676	Europe/Paris
6443249	Grandcourt	grandcourt	Grandcourt		FR	28	76	761	76320	349	Europe/Paris
6443250	Graval	graval	Graval		FR	28	76	761	76323	149	Europe/Paris
6443251	Grèges	greges	Greges,Grèges		FR	28	76	761	76324	838	Europe/Paris
6443252	Grémonville	gremonville	Gremonville,Grémonville		FR	28	76	763	76325	428	Europe/Paris
6443254	Greuville	greuville			FR	28	76	761	76327	382	Europe/Paris
6443255	Grigneuseville	grigneuseville			FR	28	76	763	76328	360	Europe/Paris
6443256	Gruchet-le-Valasse	gruchet-le-valasse	Grjushe-le-Valass,Gruchet-le-Valasse,Грюше-ле-Валасс		FR	28	76	762	76329	3153	Europe/Paris
6443257	Gruchet-Saint-Siméon	gruchet-saint-simeon	Gruchet-Saint-Simeon,Gruchet-Saint-Siméon		FR	28	76	761	76330	683	Europe/Paris
6443258	Grugny	grugny	Grugny		FR	28	76	763	76331	1004	Europe/Paris
6443259	Grumesnil	grumesnil	Grumesnil		FR	28	76	761	76332	449	Europe/Paris
6443260	Guerville	guerville	Guerville		FR	28	76	761	76333	477	Europe/Paris
6443261	Gueures	gueures	Gueures		FR	28	76	761	76334	544	Europe/Paris
6443262	Gueutteville-les-Grès	gueutteville-les-gres	Gueutteville-les-Gres,Gueutteville-les-Grès		FR	28	76	761	76336	367	Europe/Paris
6443264	Harcanville	harcanville	Harcanville		FR	28	76	763	76340	508	Europe/Paris
6443265	Harfleur	harfleur			FR	28	76	762	76341	8409	Europe/Paris
6443266	Hattenville	hattenville	Hattenville		FR	28	76	762	76342	715	Europe/Paris
6443267	Haucourt	haucourt	Haucourt		FR	28	76	761	76343	218	Europe/Paris
6443268	Haudricourt	haudricourt			FR	28	76	761	76344	422	Europe/Paris
6443269	Haussez	haussez	Haussez		FR	28	76	761	76345	275	Europe/Paris
6443270	Hautot-l'Auvray	hautot-l-auvray	Hautot-l'Auvray		FR	28	76	761	76346	340	Europe/Paris
6443271	Hautot-le-Vatois	hautot-le-vatois	Hautot-le-Vatois		FR	28	76	763	76347	343	Europe/Paris
6443272	Hautot-Saint-Sulpice	hautot-saint-sulpice	Hautot-Saint-Sulpice		FR	28	76	763	76348	678	Europe/Paris
6443273	Hautot-sur-Mer	hautot-sur-mer	Hautot-sur-Mer,Oto na Moru,Oto-sjur-Mer,Ото на Мору,Ото-сюр-Мер		FR	28	76	761	76349	1929	Europe/Paris
6443274	Hautot-sur-Seine	hautot-sur-seine			FR	28	76	763	76350	420	Europe/Paris
6443275	Héberville	heberville			FR	28	76	761	76353	112	Europe/Paris
6443276	Hénouville	henouville	Henouville,Hénouville		FR	28	76	763	76354	1275	Europe/Paris
6443277	Héricourt-en-Caux	hericourt-en-caux	Hericourt-en-Caux,Héricourt-en-Caux		FR	28	76	763	76355	964	Europe/Paris
6443278	Hermanville	hermanville	Ermanvil',Hermanville,Ерманвиль,Ерманвіль		FR	28	76	761	76356	117	Europe/Paris
6443279	Hermeville	hermeville	Hermeville		FR	28	76	762	76357	371	Europe/Paris
6443280	Héronchelles	heronchelles			FR	28	76	763	76359	138	Europe/Paris
6443281	Heugleville-sur-Scie	heugleville-sur-scie	Heugleville-sur-Scie		FR	28	76	761	76360	640	Europe/Paris
6443282	Heurteauville	heurteauville			FR	28	76	763	76362	313	Europe/Paris
6443283	Hodeng-au-Bosc	hodeng-au-bosc	Hodeng-au-Bosc		FR	28	76	761	76363	573	Europe/Paris
6443284	Hodeng-Hodenger	hodeng-hodenger	Hodeng-Hodenger		FR	28	76	761	76364	280	Europe/Paris
6443285	Houdetot	houdetot	Houdetot		FR	28	76	761	76365	176	Europe/Paris
6443286	Houppeville	houppeville	Houppeville,Uppvil',Уппвиль,Уппвіль		FR	28	76	763	76367	2744	Europe/Paris
6443287	La Houssaye-Béranger	la-houssaye-beranger	La Houssaye-Beranger,La Houssaye-Béranger		FR	28	76	763	76369	535	Europe/Paris
6443288	Hugleville-en-Caux	hugleville-en-caux	Hugleville-en-Caux		FR	28	76	763	76370	430	Europe/Paris
6443289	Illois	illois	Illois		FR	28	76	761	76372	400	Europe/Paris
6443290	Imbleville	imbleville	Imbleville		FR	28	76	761	76373	314	Europe/Paris
6443291	Incheville	incheville			FR	28	76	761	76374	1255	Europe/Paris
6443292	Ingouville	ingouville			FR	28	76	761	76375	268	Europe/Paris
6443294	Isneauville	isneauville	Inovil',Іновіль,Иновиль		FR	28	76	763	76377	2887	Europe/Paris
6443295	Lammerville	lammerville	Lammerville		FR	28	76	761	76380	345	Europe/Paris
6443296	Lanquetot	lanquetot	Lanquetot		FR	28	76	762	76382	1142	Europe/Paris
6443297	Lestanville	lestanville	Lestanville		FR	28	76	761	76383	94	Europe/Paris
6443298	Lillebonne	lillebonne	Lillebonne		FR	28	76	762	76384	8927	Europe/Paris
6443299	Limésy	limesy	Limesy,Limésy		FR	28	76	763	76385	1505	Europe/Paris
6443300	Limpiville	limpiville	Limpiville		FR	28	76	762	76386	363	Europe/Paris
6443301	Lindebeuf	lindebeuf			FR	28	76	763	76387	405	Europe/Paris
6443302	Lintot-les-Bois	lintot-les-bois	Lintot-les-Bois		FR	28	76	761	76389	178	Europe/Paris
6443303	Londinières	londinieres			FR	28	76	761	76392	1271	Europe/Paris
6443304	Longmesnil	longmesnil			FR	28	76	761	76393	53	Europe/Paris
6443305	Longroy	longroy	Longroy,Lonrua,Лонруа		FR	28	76	761	76394	636	Europe/Paris
6443306	Longueil	longueil	Longueil		FR	28	76	761	76395	565	Europe/Paris
6443307	Longuerue	longuerue	Longuerue		FR	28	76	763	76396	316	Europe/Paris
6443308	Longueville-sur-Scie	longueville-sur-scie			FR	28	76	761	76397	985	Europe/Paris
6443309	Lucy	lucy	Lucy		FR	28	76	761	76399	185	Europe/Paris
6443310	Luneray	luneray	Luneray		FR	28	76	761	76400	2241	Europe/Paris
6443311	Malaunay	malaunay	Malaunay,Malone,Малоне		FR	28	76	763	76402	6093	Europe/Paris
6443312	Malleville-les-Grès	malleville-les-gres	Malleville-les-Gres,Malleville-les-Grès		FR	28	76	761	76403	165	Europe/Paris
6443313	Manéglise	maneglise	Maneglise,Manéglise		FR	28	76	762	76404	1277	Europe/Paris
6443314	Manéhouville	manehouville	Manehouville,Manéhouville		FR	28	76	761	76405	227	Europe/Paris
6443315	Maniquerville	maniquerville	Maniquerville		FR	28	76	762	76406	404	Europe/Paris
6443316	Manneville-ès-Plains	manneville-es-plains	Manneville-es-Plains,Manneville-ès-Plains		FR	28	76	761	76407	268	Europe/Paris
6443317	Manneville-la-Goupil	manneville-la-goupil			FR	28	76	762	76408	1014	Europe/Paris
6443318	Mannevillette	mannevillette	Mannevillette		FR	28	76	762	76409	842	Europe/Paris
6443319	Maromme	maromme	Maromme		FR	28	76	763	76410	10942	Europe/Paris
6443320	Marques	marques	Marques		FR	28	76	761	76411	229	Europe/Paris
6443321	Martainville-Épreville	martainville-epreville	Martainville-Epreville,Martainville-Épreville,Martenvil'-Eprevil',Мартенвиль-Епревиль,Мартенвіль-Епревіль		FR	28	76	763	76412	701	Europe/Paris
6443322	Martigny	martigny	Martigny		FR	28	76	761	76413	443	Europe/Paris
6443323	Martin-Église	martin-eglise	Marten-Egliz,Martin-Eglise,Martin-Église,Мартен-Еглиз,Мартен-Егліз		FR	28	76	761	76414	1568	Europe/Paris
6443324	Massy	massy			FR	28	76	761	76415	350	Europe/Paris
6443325	Mathonville	mathonville	Mathonville		FR	28	76	761	76416	318	Europe/Paris
6443326	Maucomble	maucomble	Maucomble		FR	28	76	761	76417	411	Europe/Paris
6443327	Mauny	mauny	Mauny		FR	28	76	763	76419	176	Europe/Paris
6443328	Mauquenchy	mauquenchy	Mauquenchy		FR	28	76	761	76420	348	Europe/Paris
6443329	Mélamare	melamare	Melamare,Mélamare		FR	28	76	762	76421	874	Europe/Paris
6443330	Melleville	melleville	Melleville		FR	28	76	761	76422	264	Europe/Paris
6443331	Ménerval	menerval			FR	28	76	761	76423	178	Europe/Paris
6443332	Ménonval	menonval			FR	28	76	761	76424	214	Europe/Paris
6443333	Mentheville	mentheville			FR	28	76	762	76425	299	Europe/Paris
6443334	Mésangueville	mesangueville	Mesangueville,Mésangueville		FR	28	76	761	76426	165	Europe/Paris
6443335	Mesnières-en-Bray	mesnieres-en-bray	Men'er-an-Bre,Mesnieres-en-Bray,Mesnières-en-Bray,Меньер-ан-Бре,Меньєр-ан-Бре		FR	28	76	761	76427	954	Europe/Paris
6443336	Mesnil-Follemprise	mesnil-follemprise	Mesnil-Follemprise		FR	28	76	761	76430	132	Europe/Paris
6443337	Mesnil-Mauger	mesnil-mauger	Mesnil-Mauger		FR	28	76	761	76432	248	Europe/Paris
6443338	Mesnil-Panneville	mesnil-panneville			FR	28	76	763	76433	710	Europe/Paris
6443339	Mesnil-Raoul	mesnil-raoul	Mesnil-Raoul		FR	28	76	763	76434	989	Europe/Paris
6443340	Meulers	meulers	Meulers		FR	28	76	761	76437	568	Europe/Paris
6443341	Millebosc	millebosc	Millebosc		FR	28	76	761	76438	250	Europe/Paris
6443342	Mirville	mirville	Mirville		FR	28	76	762	76439	332	Europe/Paris
6443343	Monchaux-Soreng	monchaux-soreng			FR	28	76	761	76441	655	Europe/Paris
6443344	Monchy-sur-Eu	monchy-sur-eu	Monchy-sur-Eu		FR	28	76	761	76442	588	Europe/Paris
6443345	Mont-Cauvaire	mont-cauvaire	Mont-Cauvaire		FR	28	76	763	76443	691	Europe/Paris
6443347	Montérolier	monterolier	Monterol'e,Monterolier,Montérolier,Монтеролье,Монтерольє		FR	28	76	761	76445	596	Europe/Paris
6443348	Montivilliers	montivilliers	Montivilliers		FR	28	76	762	76447	15942	Europe/Paris
6443349	Montmain	montmain	Montmain		FR	28	76	763	76448	1333	Europe/Paris
6443350	Montreuil-en-Caux	montreuil-en-caux	Montreuil-en-Caux		FR	28	76	761	76449	512	Europe/Paris
6443351	Mont-Saint-Aignan	mont-saint-aignan	Mont-Saint-Aignan		FR	28	76	763	76451	18944	Europe/Paris
6443352	Morgny-la-Pommeraye	morgny-la-pommeraye	Morgny-la-Pommeraye		FR	28	76	763	76453	1014	Europe/Paris
6443353	Mortemer	mortemer	Mortemer,Mortmer,Мортмер		FR	28	76	761	76454	83	Europe/Paris
6443354	Morville-sur-Andelle	morville-sur-andelle	Morville-sur-Andelle		FR	28	76	761	76455	343	Europe/Paris
6443355	Moulineaux	moulineaux	Moulineaux,Mulino,Мулино,Муліно		FR	28	76	763	76457	950	Europe/Paris
6443356	Muchedent	muchedent	Muchedent		FR	28	76	761	76458	132	Europe/Paris
6443357	Nesle-Hodeng	nesle-hodeng	Nesle-Hodeng		FR	28	76	761	76459	349	Europe/Paris
6443358	Nesle-Normandeuse	nesle-normandeuse	Nesle-Normandeuse		FR	28	76	761	76460	568	Europe/Paris
6443359	Neufchâtel-en-Bray	neufchatel-en-bray	Neufchatel-en-Bray,Neufchâtel-en-Bray		FR	28	76	761	76462	4722	Europe/Paris
6443360	Neuville-Ferrières	neuville-ferrieres	Neuville-Ferrieres,Neuville-Ferrières		FR	28	76	761	76465	584	Europe/Paris
6443361	Néville	neville	Nevil',Neville,Néville,Невиль,Невіль		FR	28	76	761	76467	1295	Europe/Paris
6443362	Nointot	nointot	Nointot		FR	28	76	762	76468	1340	Europe/Paris
6443363	Nolléval	nolleval	Nolleval,Nolléval		FR	28	76	761	76469	448	Europe/Paris
6443364	Norville	norville	Norville		FR	28	76	762	76471	966	Europe/Paris
6443365	Notre-Dame-d'Aliermont	notre-dame-d-aliermont			FR	28	76	761	76472	770	Europe/Paris
6443366	Notre-Dame-de-Bliquetuit	notre-dame-de-bliquetuit	Notre-Dame-de-Bliquetuit		FR	28	76	763	76473	749	Europe/Paris
6443367	Notre-Dame-de-Bondeville	notre-dame-de-bondeville	Notr-Dam-de-Bondvil',Notre-Dame-de-Bondeville,Нотр-Дам-де-Бондвиль,Нотр-Дам-де-Бондвіль		FR	28	76	763	76474	7078	Europe/Paris
6443368	Port-Jérôme-sur-Seine	port-jerome-sur-seine	Port-Jerome-sur-Seine,Port-Jérôme-sur-Seine		FR	28	76	762	76476	9903	Europe/Paris
6443369	Notre-Dame-du-Bec	notre-dame-du-bec	Notre-Dame-du-Bec		FR	28	76	762	76477	454	Europe/Paris
6443370	Notre-Dame-du-Parc	notre-dame-du-parc	Notre-Dame-du-Parc		FR	28	76	761	76478	162	Europe/Paris
6443371	Nullemont	nullemont	Nullemont		FR	28	76	761	76479	137	Europe/Paris
6443372	Ocqueville	ocqueville	Ocqueville		FR	28	76	761	76480	448	Europe/Paris
6443373	Octeville-sur-Mer	octeville-sur-mer	Octeville-sur-Mer,Oktevil'-sjur-Mer,Октевиль-сюр-Мер,Октевіль-сюр-Мер		FR	28	76	762	76481	5850	Europe/Paris
6443374	Offranville	offranville	Offranvil',Offranville,Оффранвиль,Оффранвіль		FR	28	76	761	76482	3036	Europe/Paris
6443375	Oherville	oherville	Oherville		FR	28	76	761	76483	229	Europe/Paris
6443376	Oissel	oissel	Oissel		FR	28	76	763	76484	11647	Europe/Paris
6443377	Osmoy-Saint-Valery	osmoy-saint-valery			FR	28	76	761	76487	334	Europe/Paris
6443378	Ouainville	ouainville	Ouainville		FR	28	76	761	76488	532	Europe/Paris
6443379	Oudalle	oudalle			FR	28	76	762	76489	452	Europe/Paris
6443380	Ourville-en-Caux	ourville-en-caux	Ourville-en-Caux		FR	28	76	761	76490	1143	Europe/Paris
6443381	Ouville-l'Abbaye	ouville-l-abbaye	Ouville-l'Abbaye		FR	28	76	763	76491	680	Europe/Paris
6443382	Ouville-la-Rivière	ouville-la-riviere	Ouville-la-Riviere,Ouville-la-Rivière		FR	28	76	761	76492	510	Europe/Paris
6443383	Paluel	paluel	Paljuehl',Paljuel',Paluel,Палюель,Палюэль		FR	28	76	761	76493	445	Europe/Paris
6443384	Parc-d'Anxtot	parc-d-anxtot	Parc-d'Anxtot		FR	28	76	762	76494	571	Europe/Paris
6443386	Petiville	petiville			FR	28	76	762	76499	1127	Europe/Paris
6443387	Pierrecourt	pierrecourt	Pierrecourt		FR	28	76	761	76500	475	Europe/Paris
6443388	Pierrefiques	pierrefiques	Pierrefiques		FR	28	76	762	76501	136	Europe/Paris
6443389	Pierreval	pierreval	Pierreval		FR	28	76	763	76502	541	Europe/Paris
6443390	Pissy-Pôville	pissy-poville			FR	28	76	763	76503	1254	Europe/Paris
6443391	Pleine-Sève	pleine-seve	Pleine-Seve,Pleine-Sève		FR	28	76	761	76504	138	Europe/Paris
6443392	Pommereux	pommereux	Pommereux		FR	28	76	761	76505	97	Europe/Paris
6443393	Ponts-et-Marais	ponts-et-marais	Ponts-et-Marais		FR	28	76	761	76507	785	Europe/Paris
6443394	Prétot-Vicquemare	pretot-vicquemare	Pretot-Vicquemare,Prétot-Vicquemare		FR	28	76	763	76510	213	Europe/Paris
6443395	Preuseville	preuseville	Preuseville		FR	28	76	761	76511	128	Europe/Paris
6443396	Puisenval	puisenval	Puisenval		FR	28	76	761	76512	26	Europe/Paris
6443397	Quevillon	quevillon	Kevillon,Кевиллон,Кевіллон		FR	28	76	763	76513	608	Europe/Paris
6443398	Quévreville-la-Poterie	quevreville-la-poterie	Quevreville-la-Poterie,Quévreville-la-Poterie		FR	28	76	763	76514	975	Europe/Paris
6443399	Quiberville	quiberville	Quiberville		FR	28	76	761	76515	550	Europe/Paris
6443400	Quincampoix	quincampoix	Quincampoix		FR	28	76	763	76517	2947	Europe/Paris
6443401	Raffetot	raffetot	Raffetot		FR	28	76	762	76518	502	Europe/Paris
6443402	Rainfreville	rainfreville			FR	28	76	761	76519	72	Europe/Paris
6443403	Réalcamp	realcamp			FR	28	76	761	76520	642	Europe/Paris
6443404	Rebets	rebets			FR	28	76	763	76521	146	Europe/Paris
6443405	Rétonval	retonval	Retonval,Rétonval		FR	28	76	761	76523	196	Europe/Paris
6443406	Reuville	reuville	Reuville		FR	28	76	763	76524	126	Europe/Paris
6443407	Ricarville-du-Val	ricarville-du-val	Ricarville-du-Val		FR	28	76	761	76526	169	Europe/Paris
6443408	Richemont	richemont	Richemont		FR	28	76	761	76527	462	Europe/Paris
6443409	Rieux	rieux	Rieux		FR	28	76	761	76528	654	Europe/Paris
6443410	Robertot	robertot			FR	28	76	763	76530	210	Europe/Paris
6443411	Rocquemont	rocquemont	Rocquemont		FR	28	76	761	76532	810	Europe/Paris
6443412	Rogerville	rogerville	Rogerville		FR	28	76	762	76533	1331	Europe/Paris
6443413	Rolleville	rolleville	Rol'vil',Rolleville,Рольвиль,Рольвіль		FR	28	76	762	76534	1200	Europe/Paris
6443414	Roncherolles-en-Bray	roncherolles-en-bray	Roncherolles-en-Bray		FR	28	76	761	76535	488	Europe/Paris
6443415	Roumare	roumare			FR	28	76	763	76541	1410	Europe/Paris
6443416	Rouvray-Catillon	rouvray-catillon	Rouvray-Catillon		FR	28	76	761	76544	225	Europe/Paris
6443417	Rouxmesnil-Bouteilles	rouxmesnil-bouteilles	Rouxmesnil-Bouteilles,Rumenij-Butej,Румений-Бутей,Руменій-Бутей		FR	28	76	761	76545	1866	Europe/Paris
6443418	Royville	royville	Royville		FR	28	76	761	76546	274	Europe/Paris
6443419	Saâne-Saint-Just	saane-saint-just	Saane-Saint-Just,Saâne-Saint-Just		FR	28	76	761	76549	159	Europe/Paris
6443420	Sahurs	sahurs			FR	28	76	763	76550	1234	Europe/Paris
6443421	Sainneville	sainneville	Sainneville		FR	28	76	762	76551	844	Europe/Paris
6443422	Sainte-Adresse	sainte-adresse	Sainte-Adresse		FR	28	76	762	76552	7410	Europe/Paris
6443423	Sainte-Agathe-d'Aliermont	sainte-agathe-d-aliermont	Sainte-Agathe-d'Aliermont		FR	28	76	761	76553	314	Europe/Paris
6443424	Saint-Aignan-sur-Ry	saint-aignan-sur-ry	Saint-Aignan-sur-Ry		FR	28	76	763	76554	346	Europe/Paris
6443425	Saint-André-sur-Cailly	saint-andre-sur-cailly	Saint-Andre-sur-Cailly,Saint-André-sur-Cailly		FR	28	76	763	76555	858	Europe/Paris
6443426	Saint-Antoine-la-Forêt	saint-antoine-la-foret	Saint-Antoine-la-Foret,Saint-Antoine-la-Forêt,Sent-Antuan-la-Fore,Сент-Антуан-ла-Форе,سینٹ-انتوینے-لا-فورٹ		FR	28	76	762	76556	1063	Europe/Paris
6443427	Saint-Arnoult	saint-arnoult	Saint-Arnoult,Sent-Arnu,Сент-Арну,سینٹ-ارنولٹ، سینے-مریتھمے		FR	28	76	763	76557	1354	Europe/Paris
6443428	Saint-Aubin-Celloville	saint-aubin-celloville	Saint-Aubin-Celloville		FR	28	76	763	76558	998	Europe/Paris
6443429	Saint-Aubin-de-Crétot	saint-aubin-de-cretot			FR	28	76	763	76559	541	Europe/Paris
6443430	Saint-Aubin-lès-Elbeuf	saint-aubin-les-elbeuf	Saint-Aubin-les-Elbeuf,Saint-Aubin-lès-Elbeuf,Sent-Oben-lez-El'bef,Сент-Обен-лез-Ельбеф,سینٹ-آبن-لیس-یلبیف		FR	28	76	763	76561	8178	Europe/Paris
6443431	Saint-Aubin-le-Cauf	saint-aubin-le-cauf	Saint-Aubin-le-Cauf		FR	28	76	761	76562	858	Europe/Paris
6443432	Saint-Aubin-Routot	saint-aubin-routot	Saint-Aubin-Routot		FR	28	76	762	76563	1886	Europe/Paris
6443678	Gravon	gravon	Gravon		FR	11	77	773	77212	159	Europe/Paris
6443433	Saint-Aubin-sur-Mer	saint-aubin-sur-mer	Saint-Aubin-sur-Mer		FR	28	76	761	76564	185	Europe/Paris
6443434	Saint-Aubin-sur-Scie	saint-aubin-sur-scie	Saint-Aubin-sur-Scie,Sent-Oben-sjur-Si,Сент-Обен-сюр-Си,Сент-Обен-сюр-Сі,سینٹ-آبن-سر-سکے		FR	28	76	761	76565	1081	Europe/Paris
6443435	Sainte-Austreberthe	sainte-austreberthe	Sainte-Austreberthe		FR	28	76	763	76566	617	Europe/Paris
6443436	Sainte-Beuve-en-Rivière	sainte-beuve-en-riviere	Sainte-Beuve-en-Riviere,Sainte-Beuve-en-Rivière		FR	28	76	761	76567	182	Europe/Paris
6443437	Saint-Clair-sur-les-Monts	saint-clair-sur-les-monts	Saint-Clair-sur-les-Monts		FR	28	76	763	76568	601	Europe/Paris
6443438	Saint-Crespin	saint-crespin	Saint-Crespin		FR	28	76	761	76570	289	Europe/Paris
6443439	Sainte-Croix-sur-Buchy	sainte-croix-sur-buchy	Sainte-Croix-sur-Buchy		FR	28	76	763	76571	694	Europe/Paris
6443440	Saint-Denis-d'Aclon	saint-denis-d-aclon	Saint-Denis-d'Aclon		FR	28	76	761	76572	133	Europe/Paris
6443441	Saint-Denis-le-Thiboult	saint-denis-le-thiboult	Saint-Denis-le-Thiboult		FR	28	76	763	76573	507	Europe/Paris
6443442	Saint-Denis-sur-Scie	saint-denis-sur-scie	Saint-Denis-sur-Scie		FR	28	76	761	76574	670	Europe/Paris
6443443	Saint-Étienne-du-Rouvray	saint-etienne-du-rouvray			FR	28	76	763	76575	28696	Europe/Paris
6443444	Saint-Eustache-la-Forêt	saint-eustache-la-foret	Saint-Eustache-la-Foret,Saint-Eustache-la-Forêt		FR	28	76	762	76576	1097	Europe/Paris
6443445	Sainte-Foy	sainte-foy			FR	28	76	761	76577	579	Europe/Paris
6443446	Saint-Georges-sur-Fontaine	saint-georges-sur-fontaine	Saint-Georges-sur-Fontaine		FR	28	76	763	76580	918	Europe/Paris
6443447	Saint-Germain-des-Essourts	saint-germain-des-essourts	Saint-Germain-des-Essourts		FR	28	76	763	76581	405	Europe/Paris
6443448	Saint-Germain-d'Étables	saint-germain-d-etables			FR	28	76	761	76582	266	Europe/Paris
6443449	Saint-Germain-sous-Cailly	saint-germain-sous-cailly			FR	28	76	763	76583	342	Europe/Paris
6443450	Saint-Germain-sur-Eaulne	saint-germain-sur-eaulne	Saint-Germain-sur-Eaulne		FR	28	76	761	76584	200	Europe/Paris
6443451	Saint-Gilles-de-Crétot	saint-gilles-de-cretot	Saint-Gilles-de-Cretot,Saint-Gilles-de-Crétot		FR	28	76	763	76585	433	Europe/Paris
6443452	Saint-Gilles-de-la-Neuville	saint-gilles-de-la-neuville	Saint-Gilles-de-la-Neuville		FR	28	76	762	76586	657	Europe/Paris
6443453	Sainte-Hélène-Bondeville	sainte-helene-bondeville	Sainte-Helene-Bondeville,Sainte-Hélène-Bondeville		FR	28	76	762	76587	702	Europe/Paris
6443454	Saint-Hellier	saint-hellier	Saint-Hellier,Sen-El'e,Сен-Елье,Сен-Ельє,سینٹ-ہیلئیر		FR	28	76	761	76588	450	Europe/Paris
6443455	Saint-Honoré	saint-honore	Saint-Honore,Saint-Honoré		FR	28	76	761	76589	206	Europe/Paris
6443456	Saint-Jacques-d'Aliermont	saint-jacques-d-aliermont	Saint-Jacques-d'Aliermont		FR	28	76	761	76590	353	Europe/Paris
6443457	Saint-Jacques-sur-Darnétal	saint-jacques-sur-darnetal	Saint-Jacques-sur-Darnetal,Saint-Jacques-sur-Darnétal		FR	28	76	763	76591	2710	Europe/Paris
6443458	Saint-Jean-de-Folleville	saint-jean-de-folleville	Saint-Jean-de-Folleville,Sen-Zhan-de-Fol'vil',Сен-Жан-де-Фольвиль,Сен-Жан-де-Фольвіль,سینٹ-ژاں -دے-فولولے		FR	28	76	762	76592	830	Europe/Paris
6443459	Saint-Jean-de-la-Neuville	saint-jean-de-la-neuville	Saint-Jean-de-la-Neuville		FR	28	76	762	76593	563	Europe/Paris
6443460	Saint-Jean-du-Cardonnay	saint-jean-du-cardonnay			FR	28	76	763	76594	1388	Europe/Paris
6443461	Saint-Jouin-Bruneval	saint-jouin-bruneval	Saint-Jouin-Bruneval		FR	28	76	762	76595	1872	Europe/Paris
6443462	Saint-Laurent-en-Caux	saint-laurent-en-caux	Saint-Laurent-en-Caux		FR	28	76	763	76597	770	Europe/Paris
6443463	Saint-Léger-aux-Bois	saint-leger-aux-bois	Saint-Leger-aux-Bois,Saint-Léger-aux-Bois		FR	28	76	761	76598	501	Europe/Paris
6443464	Saint-Léger-du-Bourg-Denis	saint-leger-du-bourg-denis	Saint-Leger-du-Bourg-Denis,Saint-Léger-du-Bourg-Denis,Sen-Lezhe-dju-Bur-Deni,Сен-Леже-дю-Бур-Дени,Сен-Леже-дю-Бур-Дені,سینٹ-لگر-دو-بارگ-ڈینس		FR	28	76	763	76599	3402	Europe/Paris
6443465	Saint-Léonard	saint-leonard			FR	28	76	762	76600	1742	Europe/Paris
6443466	Saint-Maclou-de-Folleville	saint-maclou-de-folleville	Saint-Maclou-de-Folleville		FR	28	76	761	76602	639	Europe/Paris
6443467	Saint-Maclou-la-Brière	saint-maclou-la-briere			FR	28	76	762	76603	485	Europe/Paris
6443468	Morienne	morienne	Morienne		FR	28	76	761	76606	176	Europe/Paris
6443470	Sainte-Marguerite-sur-Duclair	sainte-marguerite-sur-duclair	Sainte-Marguerite-sur-Duclair,Sent-Margerit-sjur-Djukler,Сент-Маргерит-сюр-Дюклер,سین-مرگیرٹے-سر-ڈکلئیر		FR	28	76	763	76608	2018	Europe/Paris
6443471	Sainte-Marie-au-Bosc	sainte-marie-au-bosc	Sainte-Marie-au-Bosc		FR	28	76	762	76609	368	Europe/Paris
6443472	Sainte-Marie-des-Champs	sainte-marie-des-champs	Sainte-Marie-des-Champs		FR	28	76	763	76610	1594	Europe/Paris
6443473	Saint-Martin-aux-Arbres	saint-martin-aux-arbres			FR	28	76	763	76611	328	Europe/Paris
6443474	Saint-Martin-aux-Buneaux	saint-martin-aux-buneaux			FR	28	76	761	76613	662	Europe/Paris
6443475	Saint-Martin-de-Boscherville	saint-martin-de-boscherville	Saint-Martin-de-Boscherville		FR	28	76	763	76614	1514	Europe/Paris
6443476	Saint-Martin-du-Bec	saint-martin-du-bec	Saint-Martin-du-Bec		FR	28	76	762	76615	605	Europe/Paris
6443477	Saint-Martin-du-Manoir	saint-martin-du-manoir	Saint-Martin-du-Manoir		FR	28	76	762	76616	1533	Europe/Paris
6443478	Saint-Martin-du-Vivier	saint-martin-du-vivier	Saint-Martin-du-Vivier,Sen-Marten-dju-Viv'e,Sen-Marten-dju-Vive,Сен-Мартен-дю-Вивье,Сен-Мартен-дю-Вівє,سینٹ-مارٹن-دو-ویوئر		FR	28	76	763	76617	1644	Europe/Paris
6443479	Petit-Caux	petit-caux	Petit-Caux,Sen-Marten-an-Kampan',Сен-Мартен-ан-Кампань,سینٹ-مارٹن-این -کمپگنے		FR	28	76	761	76618	9512	Europe/Paris
6443480	Saint-Martin-le-Gaillard	saint-martin-le-gaillard	Saint-Martin-le-Gaillard		FR	28	76	761	76619	297	Europe/Paris
6443481	Saint-Martin-l'Hortier	saint-martin-l-hortier	Saint-Martin-l'Hortier		FR	28	76	761	76620	276	Europe/Paris
6443482	Saint-Martin-Osmonville	saint-martin-osmonville	Saint-Martin-Osmonville		FR	28	76	761	76621	1163	Europe/Paris
6443483	Saint-Maurice-d'Ételan	saint-maurice-d-etelan	Saint-Maurice-d'Etelan,Saint-Maurice-d'Ételan		FR	28	76	762	76622	307	Europe/Paris
6443679	Gressy	gressy	Gressy		FR	11	77	771	77214	860	Europe/Paris
6443484	Saint-Michel-d'Halescourt	saint-michel-d-halescourt	Saint-Michel-d'Halescourt		FR	28	76	761	76623	121	Europe/Paris
6443485	Saint-Nicolas-d'Aliermont	saint-nicolas-d-aliermont	Saint-Nicolas-d'Aliermont		FR	28	76	761	76624	3694	Europe/Paris
6443487	Saint-Nicolas-de-la-Haie	saint-nicolas-de-la-haie			FR	28	76	763	76626	410	Europe/Paris
6443488	Saint-Nicolas-de-la-Taille	saint-nicolas-de-la-taille	Saint-Nicolas-de-la-Taille		FR	28	76	762	76627	1531	Europe/Paris
6443489	Saint-Ouen-du-Breuil	saint-ouen-du-breuil	Saint-Ouen-du-Breuil		FR	28	76	761	76628	778	Europe/Paris
6443490	Saint-Ouen-le-Mauger	saint-ouen-le-mauger	Saint-Ouen-le-Mauger		FR	28	76	761	76629	313	Europe/Paris
6443491	Saint-Ouen-sous-Bailly	saint-ouen-sous-bailly	Saint-Ouen-sous-Bailly		FR	28	76	761	76630	219	Europe/Paris
6443492	Saint-Pierre-Bénouville	saint-pierre-benouville	Saint-Pierre-Benouville,Saint-Pierre-Bénouville		FR	28	76	761	76632	374	Europe/Paris
6443493	Saint-Pierre-de-Manneville	saint-pierre-de-manneville	Saint-Pierre-de-Manneville		FR	28	76	763	76634	921	Europe/Paris
6443494	Saint-Pierre-des-Jonquières	saint-pierre-des-jonquieres	Saint-Pierre-des-Jonquieres,Saint-Pierre-des-Jonquières		FR	28	76	761	76635	75	Europe/Paris
6443495	Saint-Pierre-de-Varengeville	saint-pierre-de-varengeville			FR	28	76	763	76636	2335	Europe/Paris
6443496	Saint-Pierre-en-Port	saint-pierre-en-port	Saint-Pierre-en-Port		FR	28	76	762	76637	830	Europe/Paris
6443497	Saint-Pierre-en-Val	saint-pierre-en-val	Saint-Pierre-en-Val		FR	28	76	761	76638	1108	Europe/Paris
6443500	Saint-Pierre-le-Vieux	saint-pierre-le-vieux	Saint-Pierre-le-Vieux		FR	28	76	761	76641	192	Europe/Paris
6443501	Saint-Pierre-le-Viger	saint-pierre-le-viger	Saint-Pierre-le-Viger		FR	28	76	761	76642	254	Europe/Paris
6443503	Saint-Rémy-Boscrocourt	saint-remy-boscrocourt	Saint-Remy-Boscrocourt,Saint-Rémy-Boscrocourt		FR	28	76	761	76644	803	Europe/Paris
6443504	Saint-Riquier-en-Rivière	saint-riquier-en-riviere	Saint-Riquier-en-Riviere,Saint-Riquier-en-Rivière		FR	28	76	761	76645	153	Europe/Paris
6443505	Saint-Riquier-ès-Plains	saint-riquier-es-plains	Saint-Riquier-es-Plains,Saint-Riquier-ès-Plains		FR	28	76	761	76646	594	Europe/Paris
6443506	Saint-Romain-de-Colbosc	saint-romain-de-colbosc	Saint-Romain-de-Colbosc,Sen-Romen-de-Kol'bosk,Сен-Ромен-де-Кольбоск,سین-رومین-دے-کولبوئیک		FR	28	76	762	76647	4093	Europe/Paris
6443507	Saint-Saëns	saint-saens	Sen-Sans,Сен-Санс,سین-سائنس، سینے-میری ٹائم		FR	28	76	761	76648	2450	Europe/Paris
6443508	Saint-Saire	saint-saire	Saint-Saire		FR	28	76	761	76649	628	Europe/Paris
6443509	Saint-Sauveur-d'Émalleville	saint-sauveur-d-emalleville	Saint-Sauveur-d'Emalleville,Saint-Sauveur-d'Émalleville		FR	28	76	762	76650	1203	Europe/Paris
6443510	Saint-Sylvain	saint-sylvain	Saint-Sylvain		FR	28	76	761	76651	181	Europe/Paris
6443511	Saint-Vaast-d'Équiqueville	saint-vaast-d-equiqueville	Saint-Vaast-d'Equiqueville,Saint-Vaast-d'Équiqueville		FR	28	76	761	76652	743	Europe/Paris
6443512	Saint-Vaast-Dieppedalle	saint-vaast-dieppedalle	Saint-Vaast-Dieppedalle		FR	28	76	761	76653	363	Europe/Paris
6443513	Saint-Vaast-du-Val	saint-vaast-du-val	Saint-Vaast-du-Val		FR	28	76	761	76654	472	Europe/Paris
6443514	Saint-Valery-en-Caux	saint-valery-en-caux	Saint-Valery-en-Caux		FR	28	76	761	76655	4105	Europe/Paris
6443515	Saint-Victor-l'Abbaye	saint-victor-l-abbaye			FR	28	76	761	76656	774	Europe/Paris
6443516	Saint-Vigor-d'Ymonville	saint-vigor-d-ymonville	Saint-Vigor-d'Ymonville		FR	28	76	762	76657	1113	Europe/Paris
6443517	Saint-Vincent-Cramesnil	saint-vincent-cramesnil	Saint-Vincent-Cramesnil		FR	28	76	762	76658	641	Europe/Paris
6443519	Sandouville	sandouville	Sandouville		FR	28	76	762	76660	797	Europe/Paris
6443520	Sassetot-le-Malgardé	sassetot-le-malgarde	Sassetot-le-Malgarde,Sassetot-le-Malgardé		FR	28	76	761	76662	119	Europe/Paris
6443521	Sassetot-le-Mauconduit	sassetot-le-mauconduit	Sassetot-le-Mauconduit		FR	28	76	762	76663	1098	Europe/Paris
6443522	Sasseville	sasseville	Sasseville		FR	28	76	761	76664	272	Europe/Paris
6443523	Sauchay	sauchay			FR	28	76	761	76665	412	Europe/Paris
6443524	Saumont-la-Poterie	saumont-la-poterie	Saumont-la-Poterie		FR	28	76	761	76666	412	Europe/Paris
6443525	Sauqueville	sauqueville	Sauqueville		FR	28	76	761	76667	358	Europe/Paris
6443526	Sausseuzemare-en-Caux	sausseuzemare-en-caux	Sausseuzemare-en-Caux		FR	28	76	762	76669	437	Europe/Paris
6443527	Senneville-sur-Fécamp	senneville-sur-fecamp	Senneville-sur-Fecamp,Senneville-sur-Fécamp		FR	28	76	762	76670	866	Europe/Paris
6443528	Sept-Meules	sept-meules	Sept-Meules		FR	28	76	761	76671	189	Europe/Paris
6443529	Serqueux	serqueux	Serke,sai er ke,Серке,塞爾克		FR	28	76	761	76672	999	Europe/Paris
6443530	Servaville-Salmonville	servaville-salmonville	Servaville-Salmonville		FR	28	76	763	76673	1120	Europe/Paris
6443531	Sierville	sierville	Sierville		FR	28	76	763	76675	1026	Europe/Paris
6443532	Sigy-en-Bray	sigy-en-bray	Sigy-en-Bray,Sizhi-an-Bre,Сижи-ан-Бре,Сіжі-ан-Бре		FR	28	76	761	76676	524	Europe/Paris
6443533	Smermesnil	smermesnil	Smermesnil		FR	28	76	761	76677	405	Europe/Paris
6443534	Sommery	sommery	Sommery		FR	28	76	761	76678	809	Europe/Paris
6443535	Sommesnil	sommesnil	Sommesnil		FR	28	76	761	76679	99	Europe/Paris
6443536	Sorquainville	sorquainville	Sorquainville		FR	28	76	762	76680	185	Europe/Paris
6443537	Sotteville-lès-Rouen	sotteville-les-rouen	Sotteville-les-Rouen,Sotteville-lès-Rouen		FR	28	76	763	76681	28991	Europe/Paris
6443539	Sotteville-sur-Mer	sotteville-sur-mer	Sotteville-sur-Mer		FR	28	76	761	76683	382	Europe/Paris
6443540	Tancarville	tancarville	Tancarville,Tankarvil',Танкарвиль,Танкарвіль		FR	28	76	762	76684	1292	Europe/Paris
6443541	Thérouldeville	therouldeville	Therouldeville,Thérouldeville		FR	28	76	762	76685	665	Europe/Paris
6443542	Theuville-aux-Maillots	theuville-aux-maillots			FR	28	76	762	76686	550	Europe/Paris
6443543	Thiergeville	thiergeville	Thiergeville		FR	28	76	762	76688	412	Europe/Paris
6443544	Thiétreville	thietreville	Thietreville,Thiétreville		FR	28	76	762	76689	376	Europe/Paris
6443545	Thil-Manneville	thil-manneville	Thil-Manneville		FR	28	76	761	76690	607	Europe/Paris
6443546	Thiouville	thiouville	Thiouville		FR	28	76	761	76692	312	Europe/Paris
6443547	Tocqueville-en-Caux	tocqueville-en-caux	Tocqueville-en-Caux		FR	28	76	761	76694	112	Europe/Paris
6443548	Tocqueville-les-Murs	tocqueville-les-murs			FR	28	76	762	76695	281	Europe/Paris
6443550	Torcy-le-Grand	torcy-le-grand	Torcy-le-Grand		FR	28	76	761	76697	761	Europe/Paris
6443551	Torcy-le-Petit	torcy-le-petit	Torcy-le-Petit		FR	28	76	761	76698	481	Europe/Paris
6443552	Tôtes	totes	Tot,Totes,Tôtes,Тот,تت، نورماندی علیا		FR	28	76	761	76700	1569	Europe/Paris
6443554	Touffreville-la-Corbeline	touffreville-la-corbeline	Touffreville-la-Corbeline		FR	28	76	763	76702	818	Europe/Paris
6443555	Touffreville-sur-Eu	touffreville-sur-eu	Touffreville-sur-Eu		FR	28	76	761	76703	208	Europe/Paris
6443557	Tourville-la-Rivière	tourville-la-riviere			FR	28	76	763	76705	2508	Europe/Paris
6443558	Tourville-les-Ifs	tourville-les-ifs	Tourville-les-Ifs		FR	28	76	762	76706	570	Europe/Paris
6443559	Tourville-sur-Arques	tourville-sur-arques	Tourville-sur-Arques		FR	28	76	761	76707	1251	Europe/Paris
6443560	Toussaint	toussaint	Toussaint		FR	28	76	762	76708	726	Europe/Paris
6443561	Trémauville	tremauville	Tremauville,Trémauville		FR	28	76	762	76710	108	Europe/Paris
6443563	Turretot	turretot	Tjurrto,Turretot,twrtt,Тюррто,تورتت		FR	28	76	762	76716	1471	Europe/Paris
6443564	Val-de-la-Haye	val-de-la-haye	Val-de-la-Haye		FR	28	76	763	76717	705	Europe/Paris
6443565	Valliquerville	valliquerville	Valliquerville		FR	28	76	763	76718	1409	Europe/Paris
6443566	Valmont	valmont	Val'mon,Valmont,falmwnt,Вальмон,فالمونت		FR	28	76	762	76719	841	Europe/Paris
6443567	Varengeville-sur-Mer	varengeville-sur-mer	Varengeville-sur-Mer		FR	28	76	761	76720	971	Europe/Paris
6443568	Varneville-Bretteville	varneville-bretteville	Varneville-Bretteville		FR	28	76	761	76721	319	Europe/Paris
6443569	Vatierville	vatierville	Vatierville		FR	28	76	761	76724	130	Europe/Paris
6443570	Vattetot-sous-Beaumont	vattetot-sous-beaumont	Vattetot-sous-Beaumont		FR	28	76	762	76725	581	Europe/Paris
6443571	Vattetot-sur-Mer	vattetot-sur-mer	Vattetot-sur-Mer		FR	28	76	762	76726	325	Europe/Paris
6443572	Veauville-lès-Quelles	veauville-les-quelles	Veauville-les-Quelles,Veauville-lès-Quelles		FR	28	76	761	76730	128	Europe/Paris
6443573	Vénestanville	venestanville	Venestanville,Vénestanville		FR	28	76	761	76731	199	Europe/Paris
6443574	Ventes-Saint-Rémy	ventes-saint-remy	Ventes-Saint-Remy,Ventes-Saint-Rémy		FR	28	76	761	76733	226	Europe/Paris
6443575	Vergetot	vergetot			FR	28	76	762	76734	439	Europe/Paris
6443576	Veules-les-Roses	veules-les-roses	Veules-les-Roses		FR	28	76	761	76735	602	Europe/Paris
6443577	Veulettes-sur-Mer	veulettes-sur-mer	Veulettes-sur-Mer		FR	28	76	761	76736	277	Europe/Paris
6443578	Vibeuf	vibeuf	Vibeuf		FR	28	76	763	76737	614	Europe/Paris
6443579	Vieux-Manoir	vieux-manoir	Vieux-Manoir		FR	28	76	763	76738	738	Europe/Paris
6443580	Vieux-Rouen-sur-Bresle	vieux-rouen-sur-bresle			FR	28	76	761	76739	570	Europe/Paris
6443581	Villainville	villainville	Villainville		FR	28	76	762	76741	306	Europe/Paris
6443583	Villers-Écalles	villers-ecalles	Villers-Ecalles,Villers-Écalles		FR	28	76	763	76743	1773	Europe/Paris
6443584	Villers-sous-Foucarmont	villers-sous-foucarmont	Villers-sous-Foucarmont		FR	28	76	761	76744	195	Europe/Paris
6443585	Vinnemerville	vinnemerville	Vinnemerville		FR	28	76	762	76746	214	Europe/Paris
6443586	Virville	virville	Virville		FR	28	76	762	76747	362	Europe/Paris
6443587	Vittefleur	vittefleur	Vittefleur,Vittfler,Виттфлер,Віттфлер		FR	28	76	761	76748	656	Europe/Paris
6443588	Wanchy-Capval	wanchy-capval	Wanchy-Capval		FR	28	76	761	76749	359	Europe/Paris
6443589	Yainville	yainville	Yainville		FR	28	76	763	76750	1055	Europe/Paris
6443590	Yébleron	yebleron	Yebleron,Yébleron		FR	28	76	762	76751	1301	Europe/Paris
6443591	Yerville	yerville	Yerville		FR	28	76	763	76752	2429	Europe/Paris
6443592	Ymare	ymare	Ymare		FR	28	76	763	76753	1157	Europe/Paris
6443593	Yport	yport	Yport		FR	28	76	762	76754	834	Europe/Paris
6443594	Ypreville-Biville	ypreville-biville	Ypreville-Biville		FR	28	76	762	76755	578	Europe/Paris
6443595	Yquebeuf	yquebeuf			FR	28	76	763	76756	240	Europe/Paris
6443596	Yvecrique	yvecrique	Ivekrik,Yvecrique,Івекрик,Ивекрик,یوکرقعے		FR	28	76	763	76757	646	Europe/Paris
6443597	Yvetot	yvetot			FR	28	76	763	76758	11888	Europe/Paris
6443598	Yville-sur-Seine	yville-sur-seine	Ivil'-sjur-Sen,Івіль-сюр-Сен,Ивиль-сюр-Сен,یویل-سر-سینے		FR	28	76	763	76759	457	Europe/Paris
6443599	Châtenay-sur-Seine	chatenay-sur-seine	Chatenay-sur-Seine,Châtenay-sur-Seine,Shatene-sjur-Sen,Shatne na Seni,Шатене-сюр-Сен,Шатне на Сени		FR	11	77	773	77101	1020	Europe/Paris
6443600	Châtenoy	chatenoy	Chatenoy,Châtenoy,Shatenua,Shatnoa,Шатенуа,Шатноа		FR	11	77	774	77102	172	Europe/Paris
6443601	Châtres	chatres	Chatres,Châtres,Shatr,Шатр		FR	11	77	773	77104	667	Europe/Paris
6443602	Chauffry	chauffry	Shoffri,Shofri,Шофри,Шоффри,Шоффрі		FR	11	77	771	77106	1022	Europe/Paris
6443603	Chaumes-en-Brie	chaumes-en-brie	Chaumes-en-Brie,Shom an Bri,Shom-an-Bri,Шом ан Бри,Шом-ан-Бри,Шом-ан-Брі		FR	11	77	772	77107	3180	Europe/Paris
6443604	Chelles	chelles	Chelles,Shel,Shel',sheru,shl  snh mrn,shyl,syel,Шел,Шель,شل، سنه مرن,شيل,シェル,셸		FR	11	77	775	77108	54196	Europe/Paris
6443605	Chenou	chenou	Chenou		FR	11	77	774	77110	315	Europe/Paris
6443606	Chessy	chessy	Shesi,Shessi,sheshi,xie er xi,Шеси,Шесси,Шессі,シェシー,谢尔西		FR	11	77	775	77111	5297	Europe/Paris
6443607	Chevrainvilliers	chevrainvilliers	Chevrainvilliers,Shevrenvil'e,Shevrenvilije,Шевренвилије,Шевренвилье,Шевренвільє		FR	11	77	774	77112	233	Europe/Paris
6443608	Chevru	chevru	Shevri,Shevrju,Шеври,Шеврю		FR	11	77	771	77113	1116	Europe/Paris
6443609	Chevry-Cossigny	chevry-cossigny	Chevry-Cossigny		FR	11	77	775	77114	3969	Europe/Paris
6443610	Chevry-en-Sereine	chevry-en-sereine	Chevry-en-Sereine		FR	11	77	773	77115	518	Europe/Paris
6443611	Choisy-en-Brie	choisy-en-brie	Choisy-en-Brie		FR	11	77	773	77116	1379	Europe/Paris
6443612	Citry	citry	Sitri,Ситри,Сітрі		FR	11	77	771	77117	900	Europe/Paris
6443613	Claye-Souilly	claye-souilly	Claye-Souilly		FR	11	77	771	77118	12394	Europe/Paris
6443614	Cocherel	cocherel	Kosherel,Kosherel',Кошерел,Кошерель		FR	11	77	771	77120	639	Europe/Paris
6443615	Collégien	collegien	Collegien,Collégien		FR	11	77	775	77121	3412	Europe/Paris
6443617	Compans	compans	Compans,Kompan,Компан		FR	11	77	771	77123	792	Europe/Paris
6443618	Condé-Sainte-Libiaire	conde-sainte-libiaire	Konde Sent Libjer,Konde-Sent-Lib'er,Konde-Sent-Liber,Конде Сент Либјер,Конде-Сент-Либьер,Конде-Сент-Лібєр		FR	11	77	771	77125	1410	Europe/Paris
6443619	Coubert	coubert	Coubert,Kuber,Кубер		FR	11	77	772	77127	1988	Europe/Paris
6443620	Couilly-Pont-aux-Dames	couilly-pont-aux-dames	Couilly-Pont-aux-Dames		FR	11	77	771	77128	2174	Europe/Paris
6443621	Coulommes	coulommes	Coulommes,Kulomm,Куломм		FR	11	77	771	77130	413	Europe/Paris
6443622	Coulommiers	coulommiers	Coulommiers,Kulomm'e,Kulomme,ku luo mi ye er,Куломмье,Куломмє,庫洛米耶爾		FR	11	77	771	77131	14947	Europe/Paris
6443623	Coupvray	coupvray	Coupvray		FR	11	77	775	77132	2837	Europe/Paris
6443624	Courchamp	courchamp	Courchamp		FR	11	77	773	77134	154	Europe/Paris
6443625	Courpalay	courpalay	Courpalay,Kurpale,Курпале		FR	11	77	773	77135	1366	Europe/Paris
6443626	Courquetaine	courquetaine	Courquetaine,Kurketen,Куркетен		FR	11	77	772	77136	198	Europe/Paris
6443627	Courtacon	courtacon	Courtacon,Kurtakon,Куртакон		FR	11	77	773	77137	250	Europe/Paris
6443628	Courtomer	courtomer	Courtomer,Kurtome,Kurtomer,Куртоме,Куртомер		FR	11	77	773	77138	528	Europe/Paris
6443629	Coutençon	coutencon	Coutencon,Coutençon		FR	11	77	773	77140	298	Europe/Paris
6443630	Coutevroult	coutevroult	Coutevroult,Kutevro,Kutevru,Кутевро,Кутевру		FR	11	77	771	77141	1079	Europe/Paris
6443631	Crégy-lès-Meaux	cregy-les-meaux	Cregy-les-Meaux,Crégy-lès-Meaux,Krezhi le Mo,Krezhi-le-Mo,Крежи ле Мо,Крежи-ле-Мо,Крежі-ле-Мо		FR	11	77	771	77143	4726	Europe/Paris
6443632	Crisenoy	crisenoy	Crisenoy,Krizenua,Kriznoa,Кризенуа,Кризноа		FR	11	77	772	77145	679	Europe/Paris
6443633	Croissy-Beaubourg	croissy-beaubourg	Croissy-Beaubourg		FR	11	77	775	77146	1983	Europe/Paris
6443634	Crouy-sur-Ourcq	crouy-sur-ourcq	Crouy-sur-Ourcq		FR	11	77	771	77148	1958	Europe/Paris
6443636	Cuisy	cuisy	Cuisy,Kizi,Kjuizi,Кизи,Кюизи,Кюїзі		FR	11	77	771	77150	441	Europe/Paris
6443637	Dagny	dagny	Dagny,Dan'i,Dani,dany,Даньи,Даньї,Дањи,دانی		FR	11	77	771	77151	307	Europe/Paris
6443638	Dammartin-en-Goële	dammartin-en-goele	Dammartin-en-Goele,Dammartin-en-Goële		FR	11	77	771	77153	9644	Europe/Paris
6443639	Dammartin-sur-Tigeaux	dammartin-sur-tigeaux	Damarten sir Tizho,Dammarten-sjur-Tizho,Dammartin-sur-Tigeaux,Дамартен сир Тижо,Даммартен-сюр-Тижо,Даммартен-сюр-Тіжо		FR	11	77	771	77154	1045	Europe/Paris
6443640	Dampmart	dampmart	Dammar,Dampmart,Danmar,Даммар,Данмар		FR	11	77	775	77155	3372	Europe/Paris
6443641	Darvault	darvault	Darvault		FR	11	77	774	77156	859	Europe/Paris
6443642	Dhuisy	dhuisy	Dhuisy		FR	11	77	771	77157	298	Europe/Paris
6443643	Diant	diant	Dian,Diant,Djan,Диан,Діан,Дјан		FR	11	77	773	77158	192	Europe/Paris
6443644	Douy-la-Ramée	douy-la-ramee	Douy-la-Ramee,Douy-la-Ramée,Du la Rame,Dui-la-Rame,Ду ла Раме,Дуи-ла-Раме,Дуї-ла-Раме		FR	11	77	771	77163	323	Europe/Paris
6443645	Échouboulains	echouboulains	Echouboulains,Eshubulen,Échouboulains,Ешубулен		FR	11	77	772	77164	557	Europe/Paris
6443647	Égligny	egligny	Egligny,Égligny		FR	11	77	773	77167	335	Europe/Paris
6443651	Esbly	esbly			FR	11	77	771	77171	6206	Europe/Paris
6443652	Esmans	esmans	Esmans		FR	11	77	773	77172	905	Europe/Paris
6443653	Étrépilly	etrepilly	Etrepii,Etrepiji,Etrepilly,Etrépilly,Étrépilly,Етрепии,Етрепији,Етрепії		FR	11	77	771	77173	883	Europe/Paris
6443654	Faremoutiers	faremoutiers	Farmut'e,Фармутье,Фармутьє		FR	11	77	771	77176	2751	Europe/Paris
6443655	Féricy	fericy	Fericy,Féricy		FR	11	77	772	77179	580	Europe/Paris
6443656	Férolles-Attilly	ferolles-attilly	Ferol'-Attii,Ferolles-Attilly,Férolles-Attilly,Фероль-Аттии,Фероль-Аттії		FR	11	77	775	77180	1213	Europe/Paris
6443657	Ferrières-en-Brie	ferrieres-en-brie			FR	11	77	773	77181	3222	Europe/Paris
6443658	Flagy	flagy	Flagy,Flazhi,Флажи,Флажі		FR	11	77	774	77184	643	Europe/Paris
6443659	Fleury-en-Bière	fleury-en-biere	Fleury-en-Biere,Fleury-en-Bière		FR	11	77	774	77185	661	Europe/Paris
6443660	Fontainebleau	fontainebleau	Fontainebleau		FR	11	77	774	77186	14907	Europe/Paris
6443662	Fontaine-le-Port	fontaine-le-port	Fontaine-le-Port		FR	11	77	772	77188	988	Europe/Paris
6443663	Fontains	fontains	Fontains		FR	11	77	773	77190	239	Europe/Paris
6443664	Fontenailles	fontenailles	Fontenailles,Fontenaj,Фонтенай,Фонтенај		FR	11	77	773	77191	1070	Europe/Paris
6443665	Fontenay-Trésigny	fontenay-tresigny	Fontenay-Tresigny,Fontenay-Trésigny		FR	11	77	773	77192	5470	Europe/Paris
6443666	Forfry	forfry			FR	11	77	771	77193	217	Europe/Paris
6443667	Fouju	fouju			FR	11	77	772	77195	578	Europe/Paris
6443668	Fresnes-sur-Marne	fresnes-sur-marne	Fren-sjur-Marn,Френ-сюр-Марн		FR	11	77	771	77196	917	Europe/Paris
6443669	Frétoy	fretoy			FR	11	77	773	77197	168	Europe/Paris
6443670	Fromont	fromont	Fromon,Fromont,Фромон		FR	11	77	774	77198	236	Europe/Paris
6443671	Fublaines	fublaines	Fjublen,Fublaines,Фюблен		FR	11	77	771	77199	1284	Europe/Paris
6443672	Garentreville	garentreville			FR	11	77	774	77200	112	Europe/Paris
6443673	Gastins	gastins	Gasten,Гастен		FR	11	77	773	77201	698	Europe/Paris
6443674	Germigny-sous-Coulombs	germigny-sous-coulombs			FR	11	77	771	77204	208	Europe/Paris
6443675	Gesvres-le-Chapitre	gesvres-le-chapitre	Gesvres-le-Chapitre		FR	11	77	771	77205	154	Europe/Paris
6443676	Giremoutiers	giremoutiers	Zhirmut'e,Zhirmutje,Жирмутье,Жирмутьє,Жирмутје		FR	11	77	771	77206	165	Europe/Paris
6443680	Gretz-Armainvilliers	gretz-armainvilliers	Gresseium in Bria,Gretz-Armainvilliers,Gretz-Armenvil'e,Гретз-Арменвилье,Гретз-Арменвільє		FR	11	77	775	77215	8743	Europe/Paris
6443681	Grez-sur-Loing	grez-sur-loing	Grez-sur-Loing		FR	11	77	774	77216	1414	Europe/Paris
6443682	Grisy-Suisnes	grisy-suisnes	Grizi-Sjuin,Гризи-Сюин,Гризі-Сюїн		FR	11	77	772	77217	2408	Europe/Paris
6443683	Grisy-sur-Seine	grisy-sur-seine	Grisy-sur-Seine		FR	11	77	773	77218	107	Europe/Paris
6443684	Guérard	guerard	Guerard,Guérard		FR	11	77	771	77219	2402	Europe/Paris
6443685	Guercheville	guercheville	Guercheville		FR	11	77	774	77220	274	Europe/Paris
6443686	Guermantes	guermantes	Guermantes		FR	11	77	775	77221	1143	Europe/Paris
6443687	Gurcy-le-Châtel	gurcy-le-chatel	Gurcy-le-Chatel,Gurcy-le-Châtel		FR	11	77	773	77223	576	Europe/Paris
6443688	Hautefeuille	hautefeuille	Hautefeuille		FR	11	77	771	77224	258	Europe/Paris
6443689	Héricy	hericy	Hericy,Héricy		FR	11	77	774	77226	2603	Europe/Paris
6443690	Hermé	herme	Herme,Hermé		FR	11	77	773	77227	647	Europe/Paris
6443691	Hondevilliers	hondevilliers	Hondevilliers		FR	11	77	773	77228	256	Europe/Paris
6443692	Isles-les-Meldeuses	isles-les-meldeuses	Il'-le-Mel'dez,Isles-les-Meldeuses,Іль-ле-Мельдез,Иль-ле-Мельдез		FR	11	77	771	77231	802	Europe/Paris
6443693	Isles-lès-Villenoy	isles-les-villenoy	Il'-le-Vil'nua,Isles-les-Villenoy,Isles-lès-Villenoy,Іль-ле-Вільнуа,Иль-ле-Вильнуа		FR	11	77	771	77232	907	Europe/Paris
6443694	Iverny	iverny	Iverny		FR	11	77	771	77233	589	Europe/Paris
6443695	Jablines	jablines	Jablines,Zhablin,jblns,Жаблин,Жаблін,جبلنس		FR	11	77	775	77234	685	Europe/Paris
6443696	Jaignes	jaignes	Jaignes		FR	11	77	771	77235	292	Europe/Paris
6443697	Jaulnes	jaulnes	Jaulnes,Zhol'n,Жольн		FR	11	77	773	77236	376	Europe/Paris
6443698	Jossigny	jossigny	Jossigny		FR	11	77	775	77237	672	Europe/Paris
6443699	Jouy-le-Châtel	jouy-le-chatel	Jouy-le-Chatel,Jouy-le-Châtel		FR	11	77	773	77239	1551	Europe/Paris
6443700	Jouy-sur-Morin	jouy-sur-morin	Jouy-sur-Morin		FR	11	77	773	77240	2098	Europe/Paris
6443701	Juilly	juilly	Juilly,Zhuii,Жуии,Жуії		FR	11	77	771	77241	1978	Europe/Paris
6443702	Jutigny	jutigny	Jutigny		FR	11	77	773	77242	547	Europe/Paris
6443703	Larchant	larchant	Larchant		FR	11	77	774	77244	705	Europe/Paris
6443704	Léchelle	lechelle	Lechelle,Léchelle		FR	11	77	773	77246	592	Europe/Paris
6443705	Lescherolles	lescherolles	Lessherol',Лесшероль		FR	11	77	773	77247	474	Europe/Paris
6443706	Lesches	lesches	Lesches,Lessh,Лесш		FR	11	77	775	77248	725	Europe/Paris
6443708	Leudon-en-Brie	leudon-en-brie	Leudon-en-Brie		FR	11	77	773	77250	163	Europe/Paris
6443710	Limoges-Fourches	limoges-fourches	Limoges-Fourches,Limozh-Fursh,Лимож-Фурш,Лімож-Фурш		FR	11	77	772	77252	472	Europe/Paris
6443711	Lissy	lissy	Lissi,Lissy,Лисси,Ліссі		FR	11	77	772	77253	201	Europe/Paris
6443712	Liverdy-en-Brie	liverdy-en-brie	Liverdi-an-Bri,Liverdy-en-Brie,Ливерди-ан-Бри,Ліверді-ан-Брі		FR	11	77	773	77254	1331	Europe/Paris
6443713	Livry-sur-Seine	livry-sur-seine	Livry-sur-Seine		FR	11	77	772	77255	2027	Europe/Paris
6443714	Lizines	lizines	Lizines		FR	11	77	773	77256	185	Europe/Paris
6443715	Lizy-sur-Ourcq	lizy-sur-ourcq	Lizi-sjur-Urk,lyzy syr awrk,wu er ke he pan li qi,Лизи-сюр-Урк,Лізі-сюр-Урк,ليزي سير أورك,烏爾克河畔利齊		FR	11	77	771	77257	3597	Europe/Paris
6443716	Lognes	lognes	Lognes		FR	11	77	775	77258	13999	Europe/Paris
6443717	Longperrier	longperrier	Longperrier		FR	11	77	771	77259	2414	Europe/Paris
6443718	Luisetaines	luisetaines	Luisetaines		FR	11	77	773	77263	242	Europe/Paris
6443719	Luzancy	luzancy	Luzancy		FR	11	77	771	77265	1108	Europe/Paris
6443720	Machault	machault	Machault,Masho,Машо,ماچاولٹ، سینی-اے-مارنی		FR	11	77	772	77266	785	Europe/Paris
6443721	Magny-le-Hongre	magny-le-hongre	Magny-le-Hongre,Man'i-le-Ongr,Маньи-ле-Онгр,Маньї-ле-Онгр		FR	11	77	775	77268	8419	Europe/Paris
6443722	Maincy	maincy	Mensi,Менси,Менсі		FR	11	77	772	77269	1694	Europe/Paris
6443723	Maisoncelles-en-Brie	maisoncelles-en-brie	Maisoncelles-en-Brie,Mezonsel'-an-Bri,Мезонсель-ан-Бри,Мезонсель-ан-Брі		FR	11	77	771	77270	882	Europe/Paris
6443724	Maisoncelles-en-Gâtinais	maisoncelles-en-gatinais	Maisoncelles-en-Gatinais,Maisoncelles-en-Gâtinais		FR	11	77	774	77271	131	Europe/Paris
6443725	Marchémoret	marchemoret	Marchemoret,Marchémoret		FR	11	77	771	77273	565	Europe/Paris
6443726	Marcilly	marcilly	Marcilly		FR	11	77	771	77274	488	Europe/Paris
6443727	Mareuil-lès-Meaux	mareuil-les-meaux	Marej-le-Mo,Mareuil-les-Meaux,Mareuil-lès-Meaux,Марей-ле-Мо		FR	11	77	771	77276	2959	Europe/Paris
6443728	Marles-en-Brie	marles-en-brie	Marles-en-Brie		FR	11	77	773	77277	1601	Europe/Paris
6443729	Marolles-sur-Seine	marolles-sur-seine	Marol'-sjur-Sen,Marolles-sur-Seine,Мароль-сюр-Сен		FR	11	77	773	77279	1722	Europe/Paris
6443730	Mary-sur-Marne	mary-sur-marne	Mari-sjur-Marn,Mary-sur-Marne,Мари-сюр-Марн,Марі-сюр-Марн		FR	11	77	771	77280	1173	Europe/Paris
6443731	Mauregard	mauregard	Mauregard		FR	11	77	771	77282	340	Europe/Paris
6443732	May-en-Multien	may-en-multien	Me-an-Mjul't'jan,Ме-ан-Мюльтьян		FR	11	77	771	77283	904	Europe/Paris
6443733	Meigneux	meigneux			FR	11	77	773	77286	238	Europe/Paris
6443734	Meilleray	meilleray	Meilleray,Mejre,Мейре		FR	11	77	773	77287	506	Europe/Paris
6443736	Méry-sur-Marne	mery-sur-marne	Meri-sjur-Marn,Mery-sur-Marne,Méry-sur-Marne,Мери-сюр-Марн,Мері-сюр-Марн		FR	11	77	771	77290	671	Europe/Paris
6443737	Messy	messy	Messy		FR	11	77	771	77292	1149	Europe/Paris
6443740	Moissy-Cramayel	moissy-cramayel	Moissy-Cramayel		FR	11	77	772	77296	17695	Europe/Paris
6443742	Mons-en-Montois	mons-en-montois	Mons-en-Montois		FR	11	77	773	77298	456	Europe/Paris
6443744	Montceaux-lès-Meaux	montceaux-les-meaux	Monso-le-Mo,Montceaux-les-Meaux,Montceaux-lès-Meaux,Монсо-ле-Мо		FR	11	77	771	77300	598	Europe/Paris
6443855	Seine-Port	seine-port	Seine-Port		FR	11	77	772	77447	1892	Europe/Paris
6443745	Montceaux-lès-Provins	montceaux-les-provins	Monso-le-Proven,Montceaux-les-Provins,Montceaux-lès-Provins,Монсо-ле-Провен		FR	11	77	773	77301	335	Europe/Paris
6443746	Montcourt-Fromonville	montcourt-fromonville	Monkur-Fromonvil',Montcourt-Fromonville,Монкур-Фромонвиль,Монкур-Фромонвіль		FR	11	77	774	77302	1994	Europe/Paris
6443747	Montdauphin	montdauphin	Montdauphin		FR	11	77	773	77303	245	Europe/Paris
6443749	Montereau-sur-le-Jard	montereau-sur-le-jard	Montereau-sur-le-Jard,Montero-sjur-le-Zhar,Монтеро-сюр-ле-Жар		FR	11	77	772	77306	521	Europe/Paris
6443750	Montévrain	montevrain	Montevrain,Montévrain		FR	11	77	775	77307	10950	Europe/Paris
6443751	Monthyon	monthyon	Monthyon,Montion,Монтион,Монтіон		FR	11	77	771	77309	1710	Europe/Paris
6443752	Montigny-le-Guesdier	montigny-le-guesdier	Montigny-le-Guesdier,Montin'i-le-Ged'e,Монтиньи-ле-Гедье,Монтіньї-ле-Гедьє		FR	11	77	773	77310	299	Europe/Paris
6443753	Montigny-Lencoup	montigny-lencoup	Montigny-Lencoup,Montin'i-Lanku,Монтиньи-Ланку,Монтіньї-Ланку		FR	11	77	773	77311	1369	Europe/Paris
6443754	Montigny-sur-Loing	montigny-sur-loing	Montigny-sur-Loing,Montin'i-sjur-Luen,Монтиньи-сюр-Луен,Монтіньї-сюр-Луен		FR	11	77	774	77312	2721	Europe/Paris
6443755	Montmachoux	montmachoux	Monmashu,Монмашу		FR	11	77	773	77313	241	Europe/Paris
6443756	Montolivet	montolivet	Montolivet		FR	11	77	773	77314	241	Europe/Paris
6443757	Montry	montry	Montri,Montry,Монтри,Монтрі		FR	11	77	771	77315	3602	Europe/Paris
6443758	Moret-Loing-et-Orvanne	moret-loing-et-orvanne	Moret-Loing-et-Orvanne		FR	11	77	774	77316	12459	Europe/Paris
6443759	Mormant	mormant	Morman,Морман		FR	11	77	773	77317	4797	Europe/Paris
6443760	Mortcerf	mortcerf	Mortcerf		FR	11	77	773	77318	1452	Europe/Paris
6443761	Mortery	mortery	Mortery		FR	11	77	773	77319	150	Europe/Paris
6443762	Mouroux	mouroux	Mouroux,Muru,Муру		FR	11	77	771	77320	5413	Europe/Paris
6443763	Mousseaux-lès-Bray	mousseaux-les-bray	Mousseaux-les-Bray,Mousseaux-lès-Bray		FR	11	77	773	77321	729	Europe/Paris
6443764	Moussy-le-Neuf	moussy-le-neuf	Moussy-le-Neuf		FR	11	77	771	77322	3052	Europe/Paris
6443765	Moussy-le-Vieux	moussy-le-vieux	Moussy-le-Vieux,Mussi-le-V'e,Mussi-le-Ve,Мусси-ле-Вье,Муссі-ле-Вє		FR	11	77	771	77323	1379	Europe/Paris
6443766	Mouy-sur-Seine	mouy-sur-seine	Mouy-sur-Seine,Mui-sjur-Sen,Муи-сюр-Сен,Муї-сюр-Сен		FR	11	77	773	77325	356	Europe/Paris
6443767	Nandy	nandy	Nandi,Nandy,Нанди,Нанді		FR	11	77	772	77326	5976	Europe/Paris
6443768	Nangis	nangis	Nangis,Nanzhi,Нанжи,Нанжі		FR	11	77	773	77327	8652	Europe/Paris
6443769	Nanteau-sur-Lunain	nanteau-sur-lunain	Nanteau-sur-Lunain,Nanto-sjur-Ljunen,Нанто-сюр-Люнен		FR	11	77	774	77329	700	Europe/Paris
6443770	Nanteuil-lès-Meaux	nanteuil-les-meaux	Nanteuil-les-Meaux,Nanteuil-lès-Meaux		FR	11	77	771	77330	6016	Europe/Paris
6443771	Nanteuil-sur-Marne	nanteuil-sur-marne	Nanteuil-sur-Marne		FR	11	77	771	77331	442	Europe/Paris
6443772	Nantouillet	nantouillet	Nantouillet		FR	11	77	771	77332	275	Europe/Paris
6443773	Neufmoutiers-en-Brie	neufmoutiers-en-brie	Neufmoutiers-en-Brie		FR	11	77	773	77336	1020	Europe/Paris
6443774	Noisiel	noisiel	Noisiel		FR	11	77	775	77337	15495	Europe/Paris
6443775	Noisy-Rudignon	noisy-rudignon			FR	11	77	773	77338	616	Europe/Paris
6443776	Noisy-sur-École	noisy-sur-ecole	Noisy-sur-Ecole,Noisy-sur-École,Nuazi-sjur-Ekol',Нуази-сюр-Еколь,Нуазі-сюр-Еколь		FR	11	77	774	77339	1834	Europe/Paris
6443777	Nonville	nonville	Nonvil',Nonville,Нонвиль,Нонвіль		FR	11	77	774	77340	612	Europe/Paris
6443778	Noyen-sur-Seine	noyen-sur-seine	Nuajan-sjur-Sen,Нуаян-сюр-Сен		FR	11	77	773	77341	363	Europe/Paris
6443779	Obsonville	obsonville			FR	11	77	774	77342	107	Europe/Paris
6443780	Ocquerre	ocquerre	Ocquerre,Okkerr,Оккерр		FR	11	77	771	77343	458	Europe/Paris
6443781	Oissery	oissery	Oissery,Uasseri,Уассери,Уассері		FR	11	77	771	77344	2199	Europe/Paris
6443782	Orly-sur-Morin	orly-sur-morin	Orli-sjur-Moren,Орли-сюр-Морен,Орлі-сюр-Морен		FR	11	77	773	77345	682	Europe/Paris
6443783	Othis	othis	Othis		FR	11	77	771	77349	6702	Europe/Paris
6443784	Ozoir-la-Ferrière	ozoir-la-ferriere	Ozoir-la-Ferriere,Ozoir-la-Ferrière		FR	11	77	775	77350	20196	Europe/Paris
6443785	Ozouer-le-Voulgis	ozouer-le-voulgis			FR	11	77	772	77352	1895	Europe/Paris
6443786	Paley	paley	Paley		FR	11	77	774	77353	420	Europe/Paris
6443787	Pamfou	pamfou	Pamfou		FR	11	77	772	77354	945	Europe/Paris
6443788	Paroy	paroy	Paroy		FR	11	77	773	77355	171	Europe/Paris
6443789	Passy-sur-Seine	passy-sur-seine	Passy-sur-Seine		FR	11	77	773	77356	49	Europe/Paris
6443790	Pécy	pecy	Pecy,Pesi,Pécy,Песи,Песі		FR	11	77	773	77357	867	Europe/Paris
6443791	Penchard	penchard			FR	11	77	771	77358	1085	Europe/Paris
6443792	Pézarches	pezarches	Pezarches,Pézarches		FR	11	77	771	77360	400	Europe/Paris
6443793	Pierre-Levée	pierre-levee	Pierre-Levee,Pierre-Levée		FR	11	77	771	77361	478	Europe/Paris
6443794	Poincy	poincy	Poincy		FR	11	77	771	77369	682	Europe/Paris
6443795	Poligny	poligny	Poligny,Polin'i,Полиньи,Поліньї		FR	11	77	774	77370	807	Europe/Paris
6443796	Pommeuse	pommeuse	Pommeuse,Pommez,bo mo si,Поммез,波默斯		FR	11	77	771	77371	2914	Europe/Paris
6443797	Pomponne	pomponne	Pomponne		FR	11	77	775	77372	3959	Europe/Paris
6443798	Pontcarré	pontcarre	Pontcarre,Pontcarré		FR	11	77	773	77374	2222	Europe/Paris
6443799	Précy-sur-Marne	precy-sur-marne	Precy-sur-Marne,Précy-sur-Marne		FR	11	77	771	77376	797	Europe/Paris
6443800	Presles-en-Brie	presles-en-brie	Presles-en-Brie		FR	11	77	773	77377	2302	Europe/Paris
6443801	Pringy	pringy	Prenzhi,Pringy,Пренжи,Пренжі		FR	11	77	772	77378	2944	Europe/Paris
6443802	Puisieux	puisieux	Puisieux		FR	11	77	771	77380	318	Europe/Paris
6443803	Quiers	quiers	Quiers		FR	11	77	773	77381	669	Europe/Paris
6443804	Quincy-Voisins	quincy-voisins	Quincy-Voisins		FR	11	77	771	77382	5430	Europe/Paris
6446978	Aunat	aunat	Aunat		FR	76	11	112	11019	65	Europe/Paris
6443805	Rampillon	rampillon	Rampijon,Rampillon,Рампийон,Рампійон		FR	11	77	773	77383	826	Europe/Paris
6443806	Réau	reau	Reo,Рео		FR	11	77	772	77384	1814	Europe/Paris
6443807	Recloses	recloses	Recloses		FR	11	77	774	77386	660	Europe/Paris
6443808	Remauville	remauville	Remauville		FR	11	77	774	77387	456	Europe/Paris
6443809	Reuil-en-Brie	reuil-en-brie	Reuil-en-Brie		FR	11	77	771	77388	828	Europe/Paris
6443810	Roissy-en-Brie	roissy-en-brie	Roissy-en-Brie,Ruassi-an-Bri,rowashi=an=buri,rwasyan bry,Руасси-ан-Бри,Руассі-ан-Брі,روآسیان بری,ロワシー＝アン＝ブリ		FR	11	77	775	77390	23104	Europe/Paris
6443811	Rouilly	rouilly	Rouilly		FR	11	77	773	77391	485	Europe/Paris
6443812	Rozay-en-Brie	rozay-en-brie	Rozay-en-Brie		FR	11	77	773	77393	2846	Europe/Paris
6443813	Rubelles	rubelles	Rjubel',Rubelles,Рюбель		FR	11	77	772	77394	2152	Europe/Paris
6443814	Rumont	rumont	Rjumon,Rumont,Рюмон		FR	11	77	774	77395	124	Europe/Paris
6443815	Rupéreux	rupereux			FR	11	77	773	77396	102	Europe/Paris
6443816	Saâcy-sur-Marne	saacy-sur-marne	Saasi-sjur-Marn,Сааси-сюр-Марн,Саасі-сюр-Марн,ساکے-سر-مرنے		FR	11	77	771	77397	1800	Europe/Paris
6443817	Sablonnières	sablonnieres	Sablon'er,sblwnyrs,Саблоньер,Саблоньєр,سبلونیرس		FR	11	77	773	77398	716	Europe/Paris
6443818	Saint-Augustin	saint-augustin	Saint-Augustin,Sent-Ogjusten,Сент-Огюстен,سینٹ-اوگسٹن، سینے-یت-مرنے		FR	11	77	771	77400	1744	Europe/Paris
6443819	Sainte-Aulde	sainte-aulde	Sainte-Aulde		FR	11	77	771	77401	692	Europe/Paris
6443820	Saint-Barthélemy	saint-barthelemy	Saint-Barthelemy,Saint-Barthélemy		FR	11	77	773	77402	325	Europe/Paris
6443821	Sainte-Colombe	sainte-colombe	Sent-Kolomb,Сент-Коломб,سین-کولومبے، سینے-یت-مرنے		FR	11	77	773	77404	1816	Europe/Paris
6443822	Saint-Cyr-sur-Morin	saint-cyr-sur-morin	Saint-Cyr-sur-Morin,Sen-Sir-sjur-Moren,mo lan he pan sheng xi er,Сен-Сир-сюр-Морен,Сен-Сір-сюр-Морен,سینٹ-کیر-سر-موڑیں,莫蘭河畔聖西爾		FR	11	77	773	77405	1943	Europe/Paris
6443823	Saint-Denis-lès-Rebais	saint-denis-les-rebais	Saint-Denis-les-Rebais,Saint-Denis-lès-Rebais		FR	11	77	773	77406	955	Europe/Paris
6443824	Saint-Germain-Laval	saint-germain-laval	Saint-Germain-Laval,Sen-Zhermen-Laval',Сен-Жермен-Лаваль,سینٹ-گرمین-لاول، سینے-یت-مرنے		FR	11	77	773	77409	2790	Europe/Paris
6443825	Saint-Germain-Laxis	saint-germain-laxis	Saint-Germain-Laxis,Sen-Zhermen-Laksi,Сен-Жермен-Лакси,Сен-Жермен-Лаксі,سینٹ-گرمین-شث		FR	11	77	772	77410	746	Europe/Paris
6443826	Saint-Germain-sous-Doue	saint-germain-sous-doue	Saint-Germain-sous-Doue,Sen-Zhermen-su-Du,Сен-Жермен-су-Ду,سینٹ-گرمین-سوس-دوے		FR	11	77	773	77411	526	Europe/Paris
6443827	Saint-Germain-sur-École	saint-germain-sur-ecole	Saint-Germain-sur-Ecole,Saint-Germain-sur-École		FR	11	77	774	77412	358	Europe/Paris
6443828	Saint-Germain-sur-Morin	saint-germain-sur-morin	Saint-Germain-sur-Morin,Sen-Zhermen-sjur-Moren,Сен-Жермен-сюр-Морен,سینٹ-گرمین-سر-موڑیں		FR	11	77	771	77413	3612	Europe/Paris
6443829	Saint-Hilliers	saint-hilliers	Saint-Hilliers		FR	11	77	773	77414	470	Europe/Paris
6443830	Saint-Jean-les-Deux-Jumeaux	saint-jean-les-deux-jumeaux	Sen-Zhan-le-De-Zhumo,Сен-Жан-ле-Де-Жумо,سینٹ-ژاں -لیس-ڈےش-ظمےش		FR	11	77	771	77415	1267	Europe/Paris
6443831	Saint-Mammès	saint-mammes			FR	11	77	774	77419	3309	Europe/Paris
6443832	Saint-Mard	saint-mard	Saint-Mard,Sen-Mar,Сен-Мар,سینٹ-مرد، سینے-یت-مرنے		FR	11	77	771	77420	3838	Europe/Paris
6443833	Saint-Martin-du-Boschet	saint-martin-du-boschet			FR	11	77	773	77424	292	Europe/Paris
6443834	Saint-Martin-en-Bière	saint-martin-en-biere	Saint-Martin-en-Biere,Saint-Martin-en-Bière		FR	11	77	774	77425	764	Europe/Paris
6443835	Saint-Méry	saint-mery	Saint-Mery,Saint-Méry,Sen-Meri,Сен-Мери,Сен-Мері,سینٹ-میرے		FR	11	77	772	77426	354	Europe/Paris
6443836	Saint-Mesmes	saint-mesmes	Saint-Mesmes,Sen-Mem,Сен-Мем		FR	11	77	771	77427	613	Europe/Paris
6443837	Saint-Ouen-en-Brie	saint-ouen-en-brie	Saint-Ouen-en-Brie		FR	11	77	773	77428	843	Europe/Paris
6443838	Saint-Ouen-sur-Morin	saint-ouen-sur-morin	Saint-Ouen-sur-Morin		FR	11	77	773	77429	541	Europe/Paris
6443839	Saint-Pathus	saint-pathus	Saint-Pathus		FR	11	77	771	77430	6042	Europe/Paris
6443840	Saint-Pierre-lès-Nemours	saint-pierre-les-nemours	Saint-Pierre-les-Nemours,Saint-Pierre-lès-Nemours,Sen-P'err-le-Nemur,Sen-Perr-le-Nemur,Сен-Пьерр-ле-Немур,Сен-Пєрр-ле-Немур		FR	11	77	774	77431	5466	Europe/Paris
6443841	Saint-Rémy-la-Vanne	saint-remy-la-vanne	Saint-Remy-la-Vanne,Saint-Rémy-la-Vanne,Sen-Remi-la-Vann,Сен-Реми-ла-Ванн,Сен-Ремі-ла-Ванн,سین-رمے-لا-ون		FR	11	77	773	77432	978	Europe/Paris
6443842	Beautheil-Saints	beautheil-saints	Beautheil-Saints,Sen,Сен,سینٹس، سینے-یت-مرنے		FR	11	77	771	77433	2054	Europe/Paris
6443843	Saint-Sauveur-lès-Bray	saint-sauveur-les-bray	Saint-Sauveur-les-Bray,Saint-Sauveur-lès-Bray		FR	11	77	773	77434	355	Europe/Paris
6443844	Saint-Sauveur-sur-École	saint-sauveur-sur-ecole	Saint-Sauveur-sur-Ecole,Saint-Sauveur-sur-École		FR	11	77	774	77435	1120	Europe/Paris
6443845	Saint-Siméon	saint-simeon	Saint-Simeon,Saint-Siméon,Sen-Simeon,Сен-Симеон,Сен-Сімеон		FR	11	77	773	77436	899	Europe/Paris
6443846	Saint-Soupplets	saint-soupplets	Sen-Supple,Сен-Суппле		FR	11	77	771	77437	3252	Europe/Paris
6443847	Saint-Thibault-des-Vignes	saint-thibault-des-vignes	Saint-Thibault-des-Vignes		FR	11	77	775	77438	6457	Europe/Paris
6443848	Salins	salins	Salins		FR	11	77	773	77439	1082	Europe/Paris
6443849	Sammeron	sammeron	Sammeron		FR	11	77	771	77440	1124	Europe/Paris
6443850	Samois-sur-Seine	samois-sur-seine	Samois-sur-Seine		FR	11	77	774	77441	2068	Europe/Paris
6443851	Samoreau	samoreau	Samoreau		FR	11	77	774	77442	2321	Europe/Paris
6443852	Sancy-lès-Provins	sancy-les-provins	Sancy-les-Provins,Sancy-lès-Provins,Sansi-le-Proven,Санси-ле-Провен,Сансі-ле-Провен		FR	11	77	773	77444	322	Europe/Paris
6443853	Savigny-le-Temple	savigny-le-temple	Savigny-le-Temple		FR	11	77	772	77445	30097	Europe/Paris
6443854	Savins	savins			FR	11	77	773	77446	606	Europe/Paris
6443856	Serris	serris	Serri,Serris,Серри,Серріс		FR	11	77	775	77449	8843	Europe/Paris
6443858	Signy-Signets	signy-signets	Signy-Signets		FR	11	77	771	77451	590	Europe/Paris
6443859	Sigy	sigy	Sigy		FR	11	77	773	77452	53	Europe/Paris
6443860	Sivry-Courtry	sivry-courtry	Sivry-Courtry		FR	11	77	772	77453	1243	Europe/Paris
6443861	Sognolles-en-Montois	sognolles-en-montois			FR	11	77	773	77454	403	Europe/Paris
6443862	Soignolles-en-Brie	soignolles-en-brie	Soignolles-en-Brie,Suan'ol'-an-Bri,Суаньоль-ан-Бри,Суаньоль-ан-Брі		FR	11	77	772	77455	1969	Europe/Paris
6443863	Soisy-Bouy	soisy-bouy	Soisy-Bouy,Suazi-Bui,Суази-Буи,Суазі-Буї		FR	11	77	773	77456	823	Europe/Paris
6443864	Solers	solers	Sole,Solers,Соле		FR	11	77	772	77457	1235	Europe/Paris
6443865	Souppes-sur-Loing	souppes-sur-loing			FR	11	77	774	77458	5397	Europe/Paris
6443866	Sourdun	sourdun	Sourdun,Surden,Сурден		FR	11	77	773	77459	1502	Europe/Paris
6443867	Tancrou	tancrou	Tancrou		FR	11	77	771	77460	361	Europe/Paris
6443868	Thénisy	thenisy	Thenisy,Thénisy		FR	11	77	773	77461	288	Europe/Paris
6443869	Thieux	thieux	Thieux		FR	11	77	771	77462	841	Europe/Paris
6443870	Thomery	thomery	Thomery		FR	11	77	774	77463	3493	Europe/Paris
6443871	Thorigny-sur-Marne	thorigny-sur-marne	Torin'i-sjur-Marn,Ториньи-сюр-Марн,Ториньї-сюр-Марн		FR	11	77	775	77464	9610	Europe/Paris
6443872	Thoury-Férottes	thoury-ferottes	Thoury-Ferottes,Thoury-Férottes,Turi-Ferott,Тури-Феротт,Турі-Феротт		FR	11	77	773	77465	674	Europe/Paris
6443873	Torcy	torcy	Torcy,Torsi,toleusi,torushi,tuo er xi,twrsy  snh mrn,Торси,Торсі,تورسی، سنه مرن,トルシー,托尔西,토르시		FR	11	77	775	77468	23215	Europe/Paris
6443874	Touquin	touquin	Touquin,Tuken,Тукен		FR	11	77	771	77469	1209	Europe/Paris
6443875	Tournan-en-Brie	tournan-en-brie	Tournan-en-Brie		FR	11	77	775	77470	8777	Europe/Paris
6443877	Treuzy-Levelay	treuzy-levelay	Treuzy-Levelay		FR	11	77	774	77473	435	Europe/Paris
6443878	Trilbardou	trilbardou	Trijbardu,Trilbardou,Трийбарду,Трійбарду		FR	11	77	771	77474	672	Europe/Paris
6443879	Trilport	trilport	Trilport		FR	11	77	771	77475	5005	Europe/Paris
6443880	Trocy-en-Multien	trocy-en-multien	Trocy-en-Multien		FR	11	77	771	77476	242	Europe/Paris
6443881	Ury	ury	Juri,Ury,Юри,Юрі		FR	11	77	774	77477	845	Europe/Paris
6443882	Ussy-sur-Marne	ussy-sur-marne	Jussi-sjur-Marn,Ussy-sur-Marne,Юсси-сюр-Марн,Юссі-сюр-Марн		FR	11	77	771	77478	1055	Europe/Paris
6443883	Vaires-sur-Marne	vaires-sur-marne	Vaires-sur-Marne		FR	11	77	775	77479	13580	Europe/Paris
6443884	Valence-en-Brie	valence-en-brie	Valans-an-Bri,Valence-en-Brie,Валанс-ан-Бри,Валанс-ан-Брі		FR	11	77	772	77480	949	Europe/Paris
6443885	Vanvillé	vanville			FR	11	77	773	77481	181	Europe/Paris
6443886	Varennes-sur-Seine	varennes-sur-seine	Varenn-sjur-Sen,wrns swr syn,Варенн-сюр-Сен,ورنس سور سین		FR	11	77	773	77482	3429	Europe/Paris
6443887	Varreddes	varreddes	Varredd,Varreddes,Варредд		FR	11	77	771	77483	1945	Europe/Paris
6443888	Vaucourtois	vaucourtois	Vaucourtois,Vokurtua,wawkwrtys,Вокуртуа,واوکورتیس		FR	11	77	771	77484	246	Europe/Paris
6443889	Vaudoy-en-Brie	vaudoy-en-brie	Vaudoy-en-Brie		FR	11	77	773	77486	894	Europe/Paris
6443890	Vaux-le-Pénil	vaux-le-penil	Vaux-le-Penil,Vaux-le-Pénil		FR	11	77	772	77487	11049	Europe/Paris
6443891	Vaux-sur-Lunain	vaux-sur-lunain	Vo-sjur-Ljunen,wawks swr lwnyn,Во-сюр-Люнен,واوکس سور لونین		FR	11	77	774	77489	219	Europe/Paris
6443892	Vendrest	vendrest	Vandres,Vendrest,wndrst,Вандрес,وندرست		FR	11	77	771	77490	747	Europe/Paris
6443894	Verdelot	verdelot	Verdelo,Verdelot,wrdlt  syn at mrn,Вердело,وردلت، سین ات مرن		FR	11	77	773	77492	694	Europe/Paris
6443895	Verneuil-l'Étang	verneuil-l-etang	Verneuil-l'Etang,Verneuil-l'Étang		FR	11	77	773	77493	3226	Europe/Paris
6443896	Vert-Saint-Denis	vert-saint-denis	Vert-Saint-Denis		FR	11	77	772	77495	7490	Europe/Paris
6443897	Vieux-Champagne	vieux-champagne	Vieux-Champagne		FR	11	77	773	77496	189	Europe/Paris
6443898	Vignely	vignely	Vignely		FR	11	77	771	77498	310	Europe/Paris
6443899	Villebéon	villebeon	Villebeon,Villebéon		FR	11	77	774	77500	480	Europe/Paris
6443900	Villecerf	villecerf			FR	11	77	774	77501	721	Europe/Paris
6443901	Villemaréchal	villemarechal	Vil'mareshal',Villemarechal,Villemaréchal,Вильмарешаль,Вільмарешаль		FR	11	77	774	77504	1110	Europe/Paris
6443902	Villemareuil	villemareuil	Vil'marej,Вильмарей,Вільмарей		FR	11	77	771	77505	415	Europe/Paris
6443903	Villemer	villemer	Vil'mer,Вильмер,Вільмер		FR	11	77	774	77506	741	Europe/Paris
6443904	Villenauxe-la-Petite	villenauxe-la-petite	Vil'noks-la-Petit,Villenauxe-la-Petite,Вильнокс-ла-Петит,Вільнокс-ла-Петіт		FR	11	77	773	77507	435	Europe/Paris
6443905	Villeneuve-le-Comte	villeneuve-le-comte	Vil'nev-le-Kont,Villeneuve-le-Comte,Вильнев-ле-Конт,Вільнев-ле-Конт		FR	11	77	773	77508	1859	Europe/Paris
6443906	Villeneuve-les-Bordes	villeneuve-les-bordes	Villeneuve-les-Bordes		FR	11	77	773	77509	610	Europe/Paris
6443907	Villeneuve-Saint-Denis	villeneuve-saint-denis	Vil'nev-Sen-Deni,Villeneuve-Saint-Denis,Вильнев-Сен-Дени,Вільнев-Сен-Дені		FR	11	77	773	77510	892	Europe/Paris
6443908	Villeneuve-sous-Dammartin	villeneuve-sous-dammartin	Villeneuve-sous-Dammartin		FR	11	77	771	77511	648	Europe/Paris
6443909	Villeneuve-sur-Bellot	villeneuve-sur-bellot	Villeneuve-sur-Bellot		FR	11	77	773	77512	1138	Europe/Paris
6443911	Villeroy	villeroy	Vil'rua,Villeroy,Вильруа,Вільруа		FR	11	77	771	77515	729	Europe/Paris
6443912	Ville-Saint-Jacques	ville-saint-jacques	Vil'-Sen-Zhak,Ville-Saint-Jacques,Виль-Сен-Жак,Віль-Сен-Жак		FR	11	77	774	77516	793	Europe/Paris
6443913	Villiers-en-Bière	villiers-en-biere	Vil'e-an-B'er,Vil'e-an-Ber,Villiers-en-Biere,Villiers-en-Bière,Вилье-ан-Бьер,Вільє-ан-Бєр		FR	11	77	772	77518	212	Europe/Paris
6443914	Villiers-Saint-Georges	villiers-saint-georges	Vil'e-Sen-Zhorzh,Villiers-Saint-Georges,Вилье-Сен-Жорж,Вільє-Сен-Жорж		FR	11	77	773	77519	1223	Europe/Paris
6443915	Villiers-sous-Grez	villiers-sous-grez	Vil'e-su-Grez,Вилье-су-Грез,Вільє-су-Грез		FR	11	77	774	77520	710	Europe/Paris
6443916	Villiers-sur-Morin	villiers-sur-morin	Villiers-sur-Morin		FR	11	77	771	77521	1937	Europe/Paris
6443918	Villuis	villuis	Villuis		FR	11	77	773	77523	271	Europe/Paris
6443919	Vimpelles	vimpelles	Vempel',Vimpelles,Вемпель		FR	11	77	773	77524	519	Europe/Paris
6443920	Vinantes	vinantes	Vinantes		FR	11	77	771	77525	383	Europe/Paris
6443921	Voinsles	voinsles	Voinsles		FR	11	77	773	77527	605	Europe/Paris
6443922	Voisenon	voisenon	Voisenon,Vuazenon,Вуазенон		FR	11	77	772	77528	1121	Europe/Paris
6443923	Voulangis	voulangis	Voulangis		FR	11	77	771	77529	1536	Europe/Paris
6443924	Voulton	voulton	Voulton,Vul'ton,Вультон		FR	11	77	773	77530	317	Europe/Paris
6443925	Voulx	voulx	Voulx,Vuks,Вукс		FR	11	77	773	77531	1762	Europe/Paris
6443926	Vulaines-lès-Provins	vulaines-les-provins	Vulaines-les-Provins,Vulaines-lès-Provins		FR	11	77	773	77532	66	Europe/Paris
6443927	Vulaines-sur-Seine	vulaines-sur-seine	Vjulen-sjur-Sen,Vulaines-sur-Seine,Вюлен-сюр-Сен		FR	11	77	774	77533	2711	Europe/Paris
6443928	Breuil-Bois-Robert	breuil-bois-robert	Brej Boa Rober,Brej-Bua-Rober,Breuil-Bois-Robert,Брей-Буа-Робер,Бреј Боа Робер		FR	11	78	781	78104	729	Europe/Paris
6443929	Bréval	breval	Breval,Bréval		FR	11	78	781	78107	1839	Europe/Paris
6443930	Buc	buc	Bik,Bjuk,Buc,Бик,Бюк		FR	11	78	784	78117	5781	Europe/Paris
6443931	Buchelay	buchelay	Buchelay		FR	11	78	781	78118	3167	Europe/Paris
6443932	Bullion	bullion	Bilion,Bjul'jon,Bullion,Билион,Бюльйон		FR	11	78	782	78120	1922	Europe/Paris
6443933	Carrières-sous-Poissy	carrieres-sous-poissy	Carrieres-sous-Poissy,Carrières-sous-Poissy		FR	11	78	783	78123	16035	Europe/Paris
6443934	Carrières-sur-Seine	carrieres-sur-seine	Carrieres-sur-Seine,Carrières-sur-Seine		FR	11	78	783	78124	15275	Europe/Paris
6443935	Cernay-la-Ville	cernay-la-ville			FR	11	78	782	78128	1589	Europe/Paris
6443936	Chambourcy	chambourcy			FR	11	78	783	78133	5657	Europe/Paris
6443937	Chanteloup-les-Vignes	chanteloup-les-vignes	Chanteloup-les-Vignes		FR	11	78	783	78138	10387	Europe/Paris
6443938	Chapet	chapet	Chapet		FR	11	78	781	78140	1288	Europe/Paris
6443940	Chatou	chatou	Chatou		FR	11	78	783	78146	31134	Europe/Paris
6443942	Chavenay	chavenay	Chavenay		FR	11	78	783	78152	1806	Europe/Paris
6443943	Civry-la-Forêt	civry-la-foret	Civry-la-Foret,Civry-la-Forêt		FR	11	78	781	78163	338	Europe/Paris
6443944	Coignières	coignieres			FR	11	78	782	78168	4372	Europe/Paris
6443945	Condé-sur-Vesgre	conde-sur-vesgre	Conde-sur-Vesgre,Condé-sur-Vesgre		FR	11	78	781	78171	1188	Europe/Paris
6443946	Conflans-Sainte-Honorine	conflans-sainte-honorine	Conflans-Sainte-Honorine		FR	11	78	783	78172	35404	Europe/Paris
6443947	Courgent	courgent	Courgent		FR	11	78	781	78185	381	Europe/Paris
6443949	Crespières	crespieres	Crespieres,Crespières		FR	11	78	783	78189	1578	Europe/Paris
6443950	Croissy-sur-Seine	croissy-sur-seine	Croissy-sur-Seine		FR	11	78	783	78190	9887	Europe/Paris
6443951	Dammartin-en-Serve	dammartin-en-serve	Dammartin-en-Serve		FR	11	78	781	78192	1186	Europe/Paris
6443953	Davron	davron	Davron,Даврон		FR	11	78	783	78196	310	Europe/Paris
6443955	Ecquevilly	ecquevilly	Ecquevilly		FR	11	78	781	78206	4319	Europe/Paris
6443956	Élancourt	elancourt	Elancourt,Élancourt		FR	11	78	782	78208	25529	Europe/Paris
6443957	Épône	epone	Epone,Épône		FR	11	78	781	78217	6507	Europe/Paris
6443958	Évecquemont	evecquemont	Evecquemont,Évecquemont		FR	11	78	781	78227	784	Europe/Paris
6443959	Favrieux	favrieux			FR	11	78	781	78231	142	Europe/Paris
6443960	Feucherolles	feucherolles	Feucherolles		FR	11	78	783	78233	2862	Europe/Paris
6443961	Flacourt	flacourt	Flacourt		FR	11	78	781	78234	155	Europe/Paris
6443962	Flexanville	flexanville	Flexanville		FR	11	78	782	78236	594	Europe/Paris
6443963	Flins-Neuve-Église	flins-neuve-eglise	Flins-Neuve-Eglise,Flins-Neuve-Église		FR	11	78	781	78237	156	Europe/Paris
6443964	Flins-sur-Seine	flins-sur-seine	Flins-sur-Seine		FR	11	78	781	78238	2381	Europe/Paris
6443965	Follainville-Dennemont	follainville-dennemont	Follainville-Dennemont		FR	11	78	781	78239	2050	Europe/Paris
6443966	Fontenay-le-Fleury	fontenay-le-fleury	Fontenay-le-Fleury		FR	11	78	784	78242	13437	Europe/Paris
6443967	Fontenay-Mauvoisin	fontenay-mauvoisin	Fontenay-Mauvoisin		FR	11	78	781	78245	365	Europe/Paris
6443968	Fontenay-Saint-Père	fontenay-saint-pere	Fontenay-Saint-Pere,Fontenay-Saint-Père		FR	11	78	781	78246	996	Europe/Paris
6443970	Freneuse	freneuse	Frenez,frynwz,fu lei na si,Френез,فرينوز,弗雷纳斯		FR	11	78	781	78255	4483	Europe/Paris
6443971	Galluis	galluis			FR	11	78	782	78262	1187	Europe/Paris
6443972	Gambais	gambais	Gambais		FR	11	78	782	78263	2447	Europe/Paris
6443973	Gambaiseuil	gambaiseuil	Gambaiseuil,Gambezej,Гамбезей		FR	11	78	782	78264	57	Europe/Paris
6443974	Garancières	garancieres	Garancieres,Garancières		FR	11	78	782	78265	2342	Europe/Paris
6443975	Gargenville	gargenville	Gargenville		FR	11	78	781	78267	7201	Europe/Paris
6443976	Gazeran	gazeran	Gazeran		FR	11	78	782	78269	1283	Europe/Paris
6443977	Goupillières	goupillieres	Goupillieres,Goupillières,Gupijer,Гупийер,Гупијер,Гупійєр		FR	11	78	782	78278	512	Europe/Paris
6443978	Goussonville	goussonville	Goussonville,Gussonvil',Гуссонвиль,Гуссонвіль		FR	11	78	781	78281	618	Europe/Paris
6443979	Grandchamp	grandchamp	Grandchamp,Gransham,Граншам		FR	11	78	781	78283	326	Europe/Paris
6443981	Grosrouvre	grosrouvre	Grosrouvre		FR	11	78	782	78289	917	Europe/Paris
6443982	Guernes	guernes			FR	11	78	781	78290	1089	Europe/Paris
6443983	Guerville	guerville	Gervil',Guerville,Гервиль,Гервіль		FR	11	78	781	78291	2140	Europe/Paris
6443984	Guitrancourt	guitrancourt	Guitrancourt		FR	11	78	781	78296	609	Europe/Paris
6443985	Guyancourt	guyancourt	Guyancourt		FR	11	78	784	78297	28385	Europe/Paris
6443986	Hardricourt	hardricourt	Hardricourt		FR	11	78	781	78299	2198	Europe/Paris
6443987	Hargeville	hargeville	Arzhevil',Arzhvil,Hargeville,Аржвил,Аржевиль,Аржевіль		FR	11	78	781	78300	444	Europe/Paris
6443988	Herbeville	herbeville			FR	11	78	783	78305	251	Europe/Paris
6443991	Issou	issou	Issou		FR	11	78	781	78314	4142	Europe/Paris
6443993	Notre-Dame-de-la-Mer	notre-dame-de-la-mer	Notre-Dame-de-la-Mer		FR	11	78	781	78320	654	Europe/Paris
6443994	Jouars-Pontchartrain	jouars-pontchartrain	Jouars-Pontchartrain		FR	11	78	782	78321	5589	Europe/Paris
6443995	Jouy-en-Josas	jouy-en-josas	Jouy-en-Josas		FR	11	78	784	78322	8257	Europe/Paris
6443996	Jouy-Mauvoisin	jouy-mauvoisin	Jouy-Mauvoisin		FR	11	78	781	78324	554	Europe/Paris
6443997	Jumeauville	jumeauville	Jumeauville		FR	11	78	781	78325	609	Europe/Paris
6443998	Juziers	juziers	Juziers		FR	11	78	781	78327	3758	Europe/Paris
6443999	Lévis-Saint-Nom	levis-saint-nom	Levis-Saint-Nom,Lévis-Saint-Nom		FR	11	78	782	78334	1607	Europe/Paris
6444000	Limay	limay	Limay,Lime,rime,Ліме,リメー		FR	11	78	781	78335	16567	Europe/Paris
6444001	Lommoye	lommoye	Lommoye		FR	11	78	781	78344	675	Europe/Paris
6444002	Longnes	longnes	Lon',Longnes,Лонь		FR	11	78	781	78346	1453	Europe/Paris
6444003	Longvilliers	longvilliers	Lonvil'e,Лонвилье,Лонвільє		FR	11	78	782	78349	500	Europe/Paris
6444004	Louveciennes	louveciennes	Louveciennes		FR	11	78	783	78350	7144	Europe/Paris
6444005	Magnanville	magnanville			FR	11	78	781	78354	5947	Europe/Paris
6444007	Maisons-Laffitte	maisons-laffitte	Maisons-Laffitte		FR	11	78	783	78358	23470	Europe/Paris
6444008	Mantes-la-Jolie	mantes-la-jolie	Mantes-la-Jolie		FR	11	78	781	78361	43969	Europe/Paris
6444009	Mantes-la-Ville	mantes-la-ville	Mantes-la-Ville		FR	11	78	781	78362	19825	Europe/Paris
6444010	Marcq	marcq	Marcq,Mark,Марк		FR	11	78	782	78364	757	Europe/Paris
6444011	Mareil-le-Guyon	mareil-le-guyon	Mareil-le-Guyon		FR	11	78	782	78366	371	Europe/Paris
6444012	Mareil-Marly	mareil-marly	Mareil-Marly		FR	11	78	783	78367	3486	Europe/Paris
6444013	Mareil-sur-Mauldre	mareil-sur-mauldre			FR	11	78	783	78368	1726	Europe/Paris
6444014	Marly-le-Roi	marly-le-roi	Marly-le-Roi		FR	11	78	783	78372	16147	Europe/Paris
6444015	Maule	maule	Maule,Mol,Mol',Мол,Моль		FR	11	78	783	78380	5857	Europe/Paris
6444016	Maulette	maulette	Maulette		FR	11	78	781	78381	951	Europe/Paris
6444017	Maurecourt	maurecourt	Maurecourt		FR	11	78	783	78382	4390	Europe/Paris
6444018	Médan	medan	Medan,Медан		FR	11	78	783	78384	1385	Europe/Paris
6444019	Ménerville	menerville	Menerville,Ménerville		FR	11	78	781	78385	210	Europe/Paris
6444020	Méré	mere	Mere,Méré,Мере		FR	11	78	782	78389	1682	Europe/Paris
6444021	Méricourt	mericourt	Mericourt,Merikur,Méricourt,Мерикур		FR	11	78	781	78391	419	Europe/Paris
6444022	Meulan-en-Yvelines	meulan-en-yvelines	Meulan-en-Yvelines		FR	11	78	781	78401	9080	Europe/Paris
6444023	Mézières-sur-Seine	mezieres-sur-seine	Mezieres-sur-Seine,Mézières-sur-Seine		FR	11	78	781	78402	3656	Europe/Paris
6444024	Millemont	millemont	Millemont		FR	11	78	782	78404	249	Europe/Paris
6444025	Milon-la-Chapelle	milon-la-chapelle	Milon-la-Chapelle		FR	11	78	782	78406	280	Europe/Paris
6444026	Mittainville	mittainville	Mittainville		FR	11	78	782	78407	604	Europe/Paris
6444027	Moisson	moisson	Moisson,Muasson,Муассон		FR	11	78	781	78410	964	Europe/Paris
6444028	Mondreville	mondreville	Mondreville		FR	11	78	781	78413	406	Europe/Paris
6444029	Montainville	montainville	Montainville,Montenvil',Монтенвиль,Монтенвіль		FR	11	78	783	78415	512	Europe/Paris
6444031	Montchauvet	montchauvet	Monshove,Montchauvet,Моншове		FR	11	78	781	78417	279	Europe/Paris
6444032	Montesson	montesson	Montesson		FR	11	78	783	78418	15277	Europe/Paris
6444033	Montfort-l'Amaury	montfort-l-amaury	Montfort-l'Amaury		FR	11	78	782	78420	2943	Europe/Paris
6444034	Montigny-le-Bretonneux	montigny-le-bretonneux	Montigny-le-Bretonneux		FR	11	78	784	78423	32986	Europe/Paris
6444035	Morainvilliers	morainvilliers	Morainvilliers		FR	11	78	783	78431	2833	Europe/Paris
6444036	Mousseaux-sur-Seine	mousseaux-sur-seine	Mousseaux-sur-Seine		FR	11	78	781	78437	687	Europe/Paris
6444037	Mulcent	mulcent			FR	11	78	781	78439	109	Europe/Paris
6444038	Neauphle-le-Château	neauphle-le-chateau	Neauphle-le-Chateau,Neauphle-le-Château		FR	11	78	782	78442	3293	Europe/Paris
6444039	Neauphle-le-Vieux	neauphle-le-vieux	Neauphle-le-Vieux		FR	11	78	782	78443	953	Europe/Paris
6444040	Neauphlette	neauphlette	Neauphlette		FR	11	78	781	78444	839	Europe/Paris
6444041	Nézel	nezel	Nezel,Nézel		FR	11	78	781	78451	1062	Europe/Paris
6444042	Noisy-le-Roi	noisy-le-roi	Noisy-le-Roi		FR	11	78	784	78455	7581	Europe/Paris
6444044	Orcemont	orcemont	Orcemont,Orsemon,Орсемон		FR	11	78	782	78464	990	Europe/Paris
6444045	Orgerus	orgerus	Orgerus		FR	11	78	781	78465	2331	Europe/Paris
6444046	Orgeval	orgeval	Orgeval,Orzheval',Оржеваль		FR	11	78	783	78466	6134	Europe/Paris
6444047	Orphin	orphin	Orphin		FR	11	78	782	78470	898	Europe/Paris
6444048	Orsonville	orsonville			FR	11	78	782	78472	334	Europe/Paris
6444049	Osmoy	osmoy			FR	11	78	781	78475	357	Europe/Paris
6444050	Paray-Douaville	paray-douaville	Paray-Douaville		FR	11	78	782	78478	258	Europe/Paris
6444051	Plaisir	plaisir	Plaisir,Plezir,peullejileu,plzyr  aywlyn,purejiru,Плезир,Плезір,پلزیر، ایولین,プレジール,플레지르		FR	11	78	784	78490	31680	Europe/Paris
6444052	Poigny-la-Forêt	poigny-la-foret	Poigny-la-Foret,Poigny-la-Forêt		FR	11	78	782	78497	943	Europe/Paris
6444053	Ponthévrard	ponthevrard	Pontevrar,Ponthevrard,Ponthévrard,Понтеврар		FR	11	78	782	78499	622	Europe/Paris
6444054	Porcheville	porcheville	Porcheville		FR	11	78	781	78501	3128	Europe/Paris
6444056	Prunay-le-Temple	prunay-le-temple	Prunay-le-Temple		FR	11	78	781	78505	425	Europe/Paris
6444057	Rambouillet	rambouillet	Rambouillet		FR	11	78	782	78517	26202	Europe/Paris
6444058	Rennemoulin	rennemoulin	Rennemoulin,Rennmulen,Реннмулен		FR	11	78	784	78518	112	Europe/Paris
6446979	Auriac	auriac	Auriac		FR	76	11	113	11020	42	Europe/Paris
6444059	Rochefort-en-Yvelines	rochefort-en-yvelines	Rochefort-en-Yvelines		FR	11	78	782	78522	895	Europe/Paris
6444061	Rolleboise	rolleboise			FR	11	78	781	78528	397	Europe/Paris
6444062	Rosay	rosay	Rosay,Roze,Розе		FR	11	78	781	78530	361	Europe/Paris
6444063	Rosny-sur-Seine	rosny-sur-seine	Rosny-sur-Seine		FR	11	78	781	78531	6208	Europe/Paris
6444064	Sailly	sailly	Sai,Sailly,Саи,Саї,سیلے، یولنس		FR	11	78	781	78536	388	Europe/Paris
6444065	Saint-Arnoult-en-Yvelines	saint-arnoult-en-yvelines			FR	11	78	782	78537	6090	Europe/Paris
6444066	Saint-Cyr-l'École	saint-cyr-l-ecole	Saint-Cyr-l'Ecole,Saint-Cyr-l'École		FR	11	78	784	78545	18084	Europe/Paris
6444067	Saint-Forget	saint-forget	Saint-Forget,Sen-Forzhe,Сен-Форже,سینٹ-فورگیٹ		FR	11	78	782	78548	513	Europe/Paris
6444068	Saint-Germain-de-la-Grange	saint-germain-de-la-grange	Saint-Germain-de-la-Grange		FR	11	78	782	78550	1887	Europe/Paris
6444069	Saint-Germain-en-Laye	saint-germain-en-laye	Saint-Germain-en-Laye		FR	11	78	783	78551	44008	Europe/Paris
6444070	Saint-Hilarion	saint-hilarion	Saint-Hilarion,Sen-Jarjon,sn-aylarywn,Сен-Ярйон,سن-ایلاریون,سینٹ-ہلاریوں		FR	11	78	782	78557	907	Europe/Paris
6444071	Saint-Illiers-la-Ville	saint-illiers-la-ville	Saint-Illiers-la-Ville		FR	11	78	781	78558	345	Europe/Paris
6444072	Saint-Illiers-le-Bois	saint-illiers-le-bois	Saint-Illiers-le-Bois		FR	11	78	781	78559	426	Europe/Paris
6444073	Saint-Lambert	saint-lambert	Saint-Lambert,Saint-Lambert-des-Bois,Sen-Lamber,Сен-Ламбер,سینٹ-لیمبرٹ، یولنس		FR	11	78	782	78561	453	Europe/Paris
6444074	Saint-Léger-en-Yvelines	saint-leger-en-yvelines	Saint-Leger-en-Yvelines,Saint-Léger-en-Yvelines		FR	11	78	782	78562	1376	Europe/Paris
6444075	Saint-Martin-de-Bréthencourt	saint-martin-de-brethencourt	Saint-Martin-de-Brethencourt,Saint-Martin-de-Bréthencourt		FR	11	78	782	78564	646	Europe/Paris
6444076	Saint-Martin-la-Garenne	saint-martin-la-garenne	Saint-Martin-la-Garenne		FR	11	78	781	78567	1003	Europe/Paris
6444077	Sainte-Mesme	sainte-mesme	Sainte-Mesme,Sent-Mem,syn-msmy,Сент-Мем,سین-مسمی		FR	11	78	782	78569	923	Europe/Paris
6444078	Saint-Rémy-lès-Chevreuse	saint-remy-les-chevreuse			FR	11	78	782	78575	7800	Europe/Paris
6444079	Saint-Rémy-l'Honoré	saint-remy-l-honore	Saint-Remy-l'Honore,Saint-Rémy-l'Honoré		FR	11	78	782	78576	1565	Europe/Paris
6444080	Sartrouville	sartrouville	Sartrouville		FR	11	78	783	78586	52648	Europe/Paris
6444081	Saulx-Marchais	saulx-marchais			FR	11	78	782	78588	928	Europe/Paris
6444082	Senlisse	senlisse	Sanlis,Sanliss,Senlisse,Санлис,Санлісс		FR	11	78	782	78590	499	Europe/Paris
6444083	Septeuil	septeuil	Septeuil		FR	11	78	781	78591	2344	Europe/Paris
6444084	Soindres	soindres	Soindres		FR	11	78	781	78597	675	Europe/Paris
6444085	Sonchamp	sonchamp			FR	11	78	782	78601	1640	Europe/Paris
6444086	Tessancourt-sur-Aubette	tessancourt-sur-aubette	Tessancourt-sur-Aubette,Tessankur-sjur-Obett,Тессанкур-сюр-Обетт		FR	11	78	781	78609	1017	Europe/Paris
6444087	Thiverval-Grignon	thiverval-grignon	Thiverval-Grignon		FR	11	78	782	78615	1086	Europe/Paris
6444088	Thoiry	thoiry	Thoiry,Tuari,Туари,Туарі		FR	11	78	782	78616	1414	Europe/Paris
6444089	Toussus-le-Noble	toussus-le-noble	Toussus-le-Noble		FR	11	78	784	78620	1185	Europe/Paris
6444090	Trappes	trappes	Trappes		FR	11	78	784	78621	32679	Europe/Paris
6444091	Triel-sur-Seine	triel-sur-seine	Triel-sur-Seine		FR	11	78	783	78624	11834	Europe/Paris
6444092	Vaux-sur-Seine	vaux-sur-seine	Vaux-sur-Seine		FR	11	78	781	78638	4857	Europe/Paris
6444093	Vélizy-Villacoublay	velizy-villacoublay	Velizy-Villacoublay,Vélizy-Villacoublay		FR	11	78	784	78640	21517	Europe/Paris
6444094	Verneuil-sur-Seine	verneuil-sur-seine	Verneuil-sur-Seine		FR	11	78	783	78642	15475	Europe/Paris
6444095	Vernouillet	vernouillet	Vernouillet,Vernue,Вернуе,Вернує		FR	11	78	783	78643	10014	Europe/Paris
6444096	Versailles	versailles	Versagge,Versaig,Versailhez,Versailles,Versaj,Versal,Versal',Versala,Versalhas,Versalhes,Versaliae,Versalir,Versalis,Versalles,Versay,Versaļa,Wersal,Wersayl,Wérsayl,beleusayu,fan er sai zhen,frsay,varsaya,vharsaya,vu~erusaiyu,wrsay,Βερσάιγ,Версай,Версаль,Версај,Վերսալ,ווערסיי,ורסאי,فرساي,ورسای,वर्साय,व्हर्साय,แวร์ซาย,ヴェルサイユ,凡爾賽鎮,베르사유		FR	11	78	784	78646	85346	Europe/Paris
6444097	Vicq	vicq	Vicq,Vik,Вик,Вік		FR	11	78	782	78653	381	Europe/Paris
6444098	Vieille-Église-en-Yvelines	vieille-eglise-en-yvelines	Vieille-Eglise-en-Yvelines,Vieille-Église-en-Yvelines		FR	11	78	782	78655	706	Europe/Paris
6444099	Villennes-sur-Seine	villennes-sur-seine			FR	11	78	783	78672	5232	Europe/Paris
6444100	Villepreux	villepreux	Villepreux		FR	11	78	784	78674	10858	Europe/Paris
6444101	Villiers-le-Mahieu	villiers-le-mahieu	Villiers-le-Mahieu		FR	11	78	782	78681	761	Europe/Paris
6444102	Viroflay	viroflay	Viroflay		FR	11	78	784	78686	16034	Europe/Paris
6444103	Voisins-le-Bretonneux	voisins-le-bretonneux	Voisins-le-Bretonneux		FR	11	78	782	78688	11239	Europe/Paris
6444104	Coulon	coulon	Colongia,Coulon,Kulon,Кулон		FR	75	79	792	79100	2264	Europe/Paris
6444105	Coulonges-sur-l'Autize	coulonges-sur-l-autize	Coulonges-sur-l'Autize		FR	75	79	793	79101	2351	Europe/Paris
6444106	Coulonges-Thouarsais	coulonges-thouarsais	Coulonges-Thouarsais		FR	75	79	791	79102	430	Europe/Paris
6444107	Courlay	courlay	Courlay,Kurle,Курле		FR	75	79	791	79103	2454	Europe/Paris
6444108	Cours	cours	Cours		FR	75	79	793	79104	553	Europe/Paris
6444109	Les Châteliers	les-chateliers			FR	75	79	793	79105	497	Europe/Paris
6444110	Couture-d'Argenson	couture-d-argenson	Couture-d'Argenson		FR	75	79	792	79106	368	Europe/Paris
6444112	Doux	doux	Doux		FR	75	79	793	79108	226	Europe/Paris
6444113	Échiré	echire	Echire,Échiré		FR	75	79	792	79109	3337	Europe/Paris
6444114	Ensigné	ensigne	Ansin'e,Ensigne,Ensigné,Ансіньє		FR	75	79	792	79111	288	Europe/Paris
6444115	Épannes	epannes	Epannes,Épannes		FR	75	79	792	79112	856	Europe/Paris
6444117	Exireuil	exireuil	Exireuil		FR	75	79	792	79114	1585	Europe/Paris
6444118	Exoudun	exoudun	Eksuden,Exoudun,Ексуден		FR	75	79	792	79115	594	Europe/Paris
6444119	Faye-l'Abbesse	faye-l-abbesse			FR	75	79	791	79116	1042	Europe/Paris
6444120	Faye-sur-Ardin	faye-sur-ardin	Faye-sur-Ardin		FR	75	79	793	79117	623	Europe/Paris
6444121	Fénery	fenery	Fenery,Fénery		FR	75	79	793	79118	298	Europe/Paris
6444122	Fomperron	fomperron	Fomperron		FR	75	79	793	79121	427	Europe/Paris
6444123	Fors	fors	For,Fors,Фор		FR	75	79	792	79125	1789	Europe/Paris
6444124	François	francois	Francois,François		FR	75	79	792	79128	961	Europe/Paris
6444126	Frontenay-Rohan-Rohan	frontenay-rohan-rohan	Frontenay-Rohan-Rohan		FR	75	79	792	79130	2882	Europe/Paris
6444127	Genneton	genneton	Genneton		FR	75	79	791	79132	327	Europe/Paris
6444128	Glénay	glenay	Glenay,Glénay		FR	75	79	791	79134	568	Europe/Paris
6444129	Gourgé	gourge	Gourge,Gourgé,Gurzhe,Гурже		FR	75	79	793	79135	965	Europe/Paris
6444130	Valdelaume	valdelaume	Ank,Khan,Анк,Хан		FR	75	79	792	79140	866	Europe/Paris
6444131	Irais	irais	Irais		FR	75	79	793	79141	206	Europe/Paris
6444132	Juscorps	juscorps	Juscorps		FR	75	79	792	79144	366	Europe/Paris
6444133	Lageon	lageon	Lageon		FR	75	79	793	79145	351	Europe/Paris
6444134	Largeasse	largeasse			FR	75	79	791	79147	741	Europe/Paris
6444135	Lezay	lezay	Lezay		FR	75	79	792	79148	2028	Europe/Paris
6444136	Lhoumois	lhoumois			FR	75	79	793	79149	153	Europe/Paris
6444137	Limalonges	limalonges	Limalonzh,Лімалонж		FR	75	79	792	79150	842	Europe/Paris
6444138	Lorigné	lorigne			FR	75	79	792	79152	299	Europe/Paris
6444139	Loubigné	loubigne	Loubigne,Loubigné		FR	75	79	792	79153	162	Europe/Paris
6444140	Loubillé	loubille	Loubille,Loubillé		FR	75	79	792	79154	388	Europe/Paris
6444141	Louin	louin	Louin,Luen,Луен		FR	75	79	793	79156	682	Europe/Paris
6444142	Louzy	louzy	Louzy		FR	75	79	791	79157	1350	Europe/Paris
6444143	Luché-sur-Brioux	luche-sur-brioux	Luche-sur-Brioux,Luché-sur-Brioux		FR	75	79	792	79158	139	Europe/Paris
6444144	Luché-Thouarsais	luche-thouarsais	Luche-Thouarsais,Luché-Thouarsais		FR	75	79	791	79159	508	Europe/Paris
6444145	Lusseray	lusseray	Lusseray		FR	75	79	792	79160	153	Europe/Paris
6444146	Luzay	luzay	Luzay		FR	75	79	791	79161	631	Europe/Paris
6444147	Maisonnay	maisonnay	Maisonnay		FR	75	79	792	79164	255	Europe/Paris
6444148	Maisontiers	maisontiers			FR	75	79	793	79165	160	Europe/Paris
6444150	Mauzé-sur-le-Mignon	mauze-sur-le-mignon	Mauze-sur-le-Mignon,Mauzé-sur-le-Mignon		FR	75	79	792	79170	2788	Europe/Paris
6444152	Mazières-en-Gâtine	mazieres-en-gatine	Mazieres-en-Gatine,Mazières-en-Gâtine		FR	75	79	793	79172	1003	Europe/Paris
6444154	Melleran	melleran			FR	75	79	792	79175	516	Europe/Paris
6444155	Ménigoute	menigoute	Menigut,Менігут		FR	75	79	793	79176	860	Europe/Paris
6444158	Moncoutant-sur-Sèvre	moncoutant-sur-sevre	Moncoutant-sur-Sevre,Moncoutant-sur-Sèvre		FR	75	79	791	79179	5041	Europe/Paris
6444160	Montravers	montravers			FR	75	79	791	79183	378	Europe/Paris
6444163	Neuvy-Bouin	neuvy-bouin	Neuvy-Bouin		FR	75	79	791	79190	508	Europe/Paris
6444164	Plaine-et-Vallées	plaine-et-vallees	Plaine-et-Vallees,Plaine-et-Vallées		FR	75	79	791	79196	2413	Europe/Paris
6444165	Oroux	oroux	Oroux		FR	75	79	793	79197	98	Europe/Paris
6444166	Paizay-le-Chapt	paizay-le-chapt	Paizay-le-Chapt		FR	75	79	792	79198	262	Europe/Paris
6444168	Pamplie	pamplie			FR	75	79	793	79200	277	Europe/Paris
6444169	Pamproux	pamproux	Pampru,Пампру		FR	75	79	792	79201	1733	Europe/Paris
6444170	Pas-de-Jeu	pas-de-jeu	Pa-de-Zhe,Pas-de-Jeu,Па-де-Же		FR	75	79	791	79203	369	Europe/Paris
6444171	Périgné	perigne	Perigne,Périgné		FR	75	79	792	79204	1008	Europe/Paris
6444172	Pers	pers	Pers		FR	75	79	792	79205	73	Europe/Paris
6444173	Pierrefitte	pierrefitte	Pierrefitte		FR	75	79	791	79209	334	Europe/Paris
6444175	Pliboux	pliboux	Pliboux		FR	75	79	792	79212	207	Europe/Paris
6444176	Pompaire	pompaire	Pompaire		FR	75	79	793	79213	2010	Europe/Paris
6444178	Pougne-Hérisson	pougne-herisson			FR	75	79	793	79215	371	Europe/Paris
6444179	Prahecq	prahecq	Prahecq		FR	75	79	792	79216	2157	Europe/Paris
6444180	Prailles-La Couarde	prailles-la-couarde	Prailles-La Couarde		FR	75	79	792	79217	945	Europe/Paris
6444181	Pressigny	pressigny	Pressigny		FR	75	79	793	79218	182	Europe/Paris
6444183	Prin-Deyrançon	prin-deyrancon	Prin-Deyrancon,Prin-Deyrançon		FR	75	79	792	79220	610	Europe/Paris
6444185	Reffannes	reffannes	Reffannes		FR	75	79	793	79225	361	Europe/Paris
6444186	Rom	rom	Rauranum,Rom,Ром		FR	75	79	792	79230	858	Europe/Paris
6444188	Saint-André-sur-Sèvre	saint-andre-sur-sevre	Saint-Andre-sur-Sevre,Saint-André-sur-Sèvre		FR	75	79	791	79236	649	Europe/Paris
6444189	Saint-Aubin-du-Plain	saint-aubin-du-plain	Saint-Aubin-du-Plain		FR	75	79	791	79238	551	Europe/Paris
6444190	Saint-Aubin-le-Cloud	saint-aubin-le-cloud	Saint-Aubin-le-Cloud		FR	75	79	793	79239	1773	Europe/Paris
6444192	Saint-Christophe-sur-Roc	saint-christophe-sur-roc	Saint-Christophe-sur-Roc		FR	75	79	793	79241	551	Europe/Paris
6444193	Voulmentin	voulmentin			FR	75	79	791	79242	1114	Europe/Paris
6444194	Saint-Cyr-la-Lande	saint-cyr-la-lande	Saint-Cyr-la-Lande,Sen-Sir-la-Land,Сен-Сір-ла-Ланд,سینٹ-کیر-لا-لنڈے		FR	75	79	791	79244	355	Europe/Paris
6444196	Saint-Gelais	saint-gelais	Saint-Gelais,Sanctus Gelasius,Sen-Zhele,Сен-Желе,سینٹ-گلاس		FR	75	79	792	79249	2066	Europe/Paris
6444197	Marcillé	marcille	Marcille,Marcillé		FR	75	79	792	79251	768	Europe/Paris
6444198	Saint-Généroux	saint-generoux	Sen-Zheneru,Сен-Женеру,سینٹ-ینےگخو		FR	75	79	791	79252	369	Europe/Paris
6444199	Saint-Georges-de-Noisné	saint-georges-de-noisne	Saint-Georges-de-Noisne,Saint-Georges-de-Noisné		FR	75	79	793	79253	710	Europe/Paris
6444200	Saint-Georges-de-Rex	saint-georges-de-rex	Saint-Georges-de-Rex		FR	75	79	792	79254	436	Europe/Paris
6444201	Saint-Germain-de-Longue-Chaume	saint-germain-de-longue-chaume	Saint-Germain-de-Longue-Chaume		FR	75	79	793	79255	404	Europe/Paris
6444202	Saint-Germier	saint-germier	Saint-Germier		FR	75	79	793	79256	226	Europe/Paris
6444203	Saint-Hilaire-la-Palud	saint-hilaire-la-palud	Saint-Hilaire-la-Palud,Sanctus Hilarius de Palude,Sen-Iler-la-Palju,Сен-Ілер-ла-Палю,سینٹ-ہلیری-لا-پلڈ		FR	75	79	792	79257	1557	Europe/Paris
6444204	Saint-Jacques-de-Thouars	saint-jacques-de-thouars	Saint-Jacques-de-Thouars		FR	75	79	791	79258	445	Europe/Paris
6444205	Saint-Jean-de-Thouars	saint-jean-de-thouars	Saint-Jean-de-Thouars,Sen-Zhan-de-Tuar,Сен-Жан-де-Туар,سینٹ-ژاں -دے-تہوارس		FR	75	79	791	79259	1353	Europe/Paris
6444208	Saint-Laurs	saint-laurs	Saint-Laurs		FR	75	79	793	79263	567	Europe/Paris
6444209	Saint-Léger-de-Montbrun	saint-leger-de-montbrun	Saint-Leger-de-Montbrun,Saint-Léger-de-Montbrun,Sen-Lezhe-de-Monbren,Сен-Леже-де-Монбрен,سینٹ-لگر-دے-مونتبروں		FR	75	79	791	79265	1265	Europe/Paris
6444210	Saint-Lin	saint-lin	Saint-Lin		FR	75	79	793	79267	334	Europe/Paris
6444211	Saint-Maixent-de-Beugné	saint-maixent-de-beugne	Saint-Maixent-de-Beugne,Saint-Maixent-de-Beugné		FR	75	79	793	79269	402	Europe/Paris
6444212	Saint-Maixent-l'École	saint-maixent-l-ecole	Saint-Maixent-l'Ecole,Saint-Maixent-l'École		FR	75	79	792	79270	6756	Europe/Paris
6444213	Saint-Martin-de-Bernegoue	saint-martin-de-bernegoue	Saint-Martin-de-Bernegoue		FR	75	79	792	79273	780	Europe/Paris
6444214	Saint-Martin-de-Mâcon	saint-martin-de-macon	Saint-Martin-de-Macon,Saint-Martin-de-Mâcon,Sen-Marten-de-Makon,Сен-Мартен-де-Макон,سینٹ-مارٹن-دے-میکان		FR	75	79	791	79274	315	Europe/Paris
6444215	Saint-Martin-de-Saint-Maixent	saint-martin-de-saint-maixent	Saint-Martin-de-Saint-Maixent		FR	75	79	792	79276	1097	Europe/Paris
6444216	Saint-Martin-de-Sanzay	saint-martin-de-sanzay	Saint-Martin-de-Sanzay		FR	75	79	791	79277	1082	Europe/Paris
6444217	Saint-Martin-du-Fouilloux	saint-martin-du-fouilloux	Saint-Martin-du-Fouilloux,Sen-Marten-dju-Fuju,Сен-Мартен-дю-Фую,سینٹ-مارٹن-دو-ولوش، ڈےش-سورس		FR	75	79	793	79278	235	Europe/Paris
6444219	Saint Maurice Étusson	saint-maurice-etusson	Sen-Moris-la-Fuzhrez,sheng mo li si la fu ri lei si,Сен-Морис-ла-Фужрез,سینٹ-موریس-لا-فوگروسے,聖莫里斯拉富日勒斯		FR	75	79	791	79280	876	Europe/Paris
6444220	Saint-Maxire	saint-maxire	Saint-Maxire		FR	75	79	792	79281	1289	Europe/Paris
6444221	Sainte-Néomaye	sainte-neomaye	Sainte-Neomaye,Sainte-Néomaye		FR	75	79	792	79283	1330	Europe/Paris
6444222	Sainte-Ouenne	sainte-ouenne	Sainte-Ouenne		FR	75	79	793	79284	817	Europe/Paris
6444223	Saint-Pardoux-Soutiers	saint-pardoux-soutiers			FR	75	79	793	79285	1879	Europe/Paris
6444224	Saint-Paul-en-Gâtine	saint-paul-en-gatine	Saint-Paul-en-Gatine,Saint-Paul-en-Gâtine		FR	75	79	791	79286	446	Europe/Paris
6444225	Saint-Pierre-des-Échaubrognes	saint-pierre-des-echaubrognes	Sen-Perr-dez-Eshobron',Сен-Пєрр-дез-Ешобронь,سین-پیری-دے-یچوبروگنس		FR	75	79	791	79289	1408	Europe/Paris
6444227	Saint-Romans-des-Champs	saint-romans-des-champs	Saint-Romans-des-Champs		FR	75	79	792	79294	179	Europe/Paris
6444228	Saint-Romans-lès-Melle	saint-romans-les-melle	Sen-Roman-le-Mel',Сен-Роман-ле-Мель,سین-رومانس-لیس-مالے		FR	75	79	792	79295	722	Europe/Paris
6444229	Sainte-Soline	sainte-soline	Sainte-Soline,Sent-Solin,Сент-Солін,سین-سولنے		FR	75	79	792	79297	358	Europe/Paris
6444230	Sainte-Verge	sainte-verge	Sainte-Verge,Sent-Verzh,Сент-Верж,سین-ورگے		FR	75	79	791	79300	1405	Europe/Paris
6444231	Saint-Vincent-la-Châtre	saint-vincent-la-chatre	Saint-Vincent-la-Chatre,Saint-Vincent-la-Châtre		FR	75	79	792	79301	658	Europe/Paris
6444232	Saivres	saivres			FR	75	79	792	79302	1451	Europe/Paris
6444233	Sansais	sansais			FR	75	79	792	79304	741	Europe/Paris
6444234	Saurais	saurais	Saurais		FR	75	79	793	79306	194	Europe/Paris
6444235	Sauzé-Vaussais	sauze-vaussais	Sauze-Vaussais,Sauzé-Vaussais		FR	75	79	792	79307	1636	Europe/Paris
6444236	Sciecq	sciecq	Sciecq		FR	75	79	792	79308	639	Europe/Paris
6444237	Scillé	scille	Scille,Scillé		FR	75	79	793	79309	363	Europe/Paris
6444238	Secondigné-sur-Belle	secondigne-sur-belle	Secondigne-sur-Belle,Secondigné-sur-Belle		FR	75	79	792	79310	520	Europe/Paris
6444239	Secondigny	secondigny	Secondigny,Sekondin'i,se kong di ni,Секондіньї,瑟孔迪尼		FR	75	79	793	79311	1850	Europe/Paris
6444240	Séligné	seligne	Seligne,Séligné		FR	75	79	792	79312	115	Europe/Paris
6444241	Sepvret	sepvret	Sepvret		FR	75	79	792	79313	608	Europe/Paris
6444243	Soudan	soudan	Soudan		FR	75	79	792	79316	434	Europe/Paris
6444246	Thénezay	thenezay			FR	75	79	793	79326	1403	Europe/Paris
6444249	Tourtenay	tourtenay	Tourtenay		FR	75	79	791	79331	116	Europe/Paris
6444250	Trayes	trayes	Trayes		FR	75	79	791	79332	128	Europe/Paris
6444252	Vallans	vallans	Vallans		FR	75	79	792	79335	795	Europe/Paris
6444253	Vançais	vancais	Vancais,Vanse,Vançais,wnchys,Вансе,ونچیس		FR	75	79	792	79336	225	Europe/Paris
6444256	Vausseroux	vausseroux	Vausseroux		FR	75	79	793	79340	330	Europe/Paris
6444257	Vautebis	vautebis	Vautebis		FR	75	79	793	79341	115	Europe/Paris
6444258	Vernoux-en-Gâtine	vernoux-en-gatine	Vernoux-en-Gatine,Vernoux-en-Gâtine		FR	75	79	793	79342	568	Europe/Paris
6444259	Vernoux-sur-Boutonne	vernoux-sur-boutonne	Vernoux-sur-Boutonne		FR	75	79	792	79343	222	Europe/Paris
6444260	Verruyes	verruyes	Verruyes		FR	75	79	793	79345	910	Europe/Paris
6444261	Viennay	viennay	Viennay		FR	75	79	793	79347	1095	Europe/Paris
6444262	Villefollet	villefollet	Villefollet		FR	75	79	792	79348	212	Europe/Paris
6444263	Villemain	villemain	Vil'men,Villemain,Вільмен		FR	75	79	792	79349	152	Europe/Paris
6444264	Villiers-en-Bois	villiers-en-bois	Villiers-en-Bois		FR	75	79	792	79350	125	Europe/Paris
6444265	Villiers-en-Plaine	villiers-en-plaine			FR	75	79	792	79351	1770	Europe/Paris
6444269	Xaintray	xaintray	Xaintray		FR	75	79	793	79357	223	Europe/Paris
6444270	Bettencourt-Saint-Ouen	bettencourt-saint-ouen	Betankur Sent Uan,Betincourt-Saint-Ouin,Bettankur-Sent-Uan,Bettencourt-Saint-Ouen,Bétincourt-Saint-Ouin,bei dang ku er sheng wang,Бетанкур Сент Уан,Беттанкур-Сент-Уан,贝当库尔圣旺		FR	32	80	802	80100	624	Europe/Paris
6444271	Beuvraignes	beuvraignes	Beuvraignes		FR	32	80	803	80101	860	Europe/Paris
6444272	Biaches	biaches	Biache,Biaches,Biash,Bjash,bi ya shen,Біаш,Бјаш,比亚什		FR	32	80	804	80102	380	Europe/Paris
6444273	Biarre	biarre	Biarr,Biarre,Bierre,Bièrre,Bjar,bi ya er,Біарр,Бјар,比亚尔		FR	32	80	803	80103	67	Europe/Paris
6444274	Biencourt	biencourt	Biencourt,Bjankur,Bjenkur,bi an ku er,bynkwr,Бянкур,Бјенкур,بینکور,比安库尔		FR	32	80	801	80104	133	Europe/Paris
6444275	Billancourt	billancourt	Bijankur,Bilancourt,Billancourt,bi yang ku er,Бијанкур,Біянкур,比扬库尔		FR	32	80	804	80105	176	Europe/Paris
6444276	Blangy-sous-Poix	blangy-sous-poix	Blangy-dsou-Poe,Blangy-dsou-Poé,Blangy-sous-Poix,Blanzhi su Poa,Blanzhi-su-Pua,bu lang ri su pu wa,Бланжи су Поа,Бланжі-су-Пуа,布朗日苏普瓦		FR	32	80	802	80106	184	Europe/Paris
6444277	Blangy-Tronville	blangy-tronville	Blangin-Tronville,Blangy-Tronville,Blanzhi Tronvil,Blanzhi-Tronvil',bu lang ri te long wei er,Бланжи Тронвил,Бланжі-Тронвіль,布朗日特龙维尔		FR	32	80	802	80107	553	Europe/Paris
6444278	Boisbergues	boisbergues	Boaberg,Boeberque,Boisbergues,Boébérque,Buaberg,bu wa bei ge,Боаберг,Буаберг,布瓦贝格		FR	32	80	802	80108	80	Europe/Paris
6444279	Boismont	boismont	Boamon,Boemont,Boismont,Boémont,Buamon,bu wa meng,Боамон,Буамон,布瓦蒙		FR	32	80	801	80110	479	Europe/Paris
6444280	Bonnay	bonnay	Bone,Bonnay,Bonne,bo nai,Боне,Бонне,博奈		FR	32	80	802	80112	235	Europe/Paris
6444281	Bonneville	bonneville	Boeneville,Bonnvil',Bonvil,Boéneville,bo ne wei er,Бонвил,Боннвіль,博讷维尔		FR	32	80	802	80113	330	Europe/Paris
6444282	Bouchavesnes-Bergen	bouchavesnes-bergen	Bouchavesnes-Bergen		FR	32	80	804	80115	298	Europe/Paris
6444283	Bouchoir	bouchoir			FR	32	80	804	80116	305	Europe/Paris
6444284	Boufflers	boufflers	Boufflers,Boufler,Bouflèr,Buffle,Bufle,bu fu lai er,Буфле,Буффле,布夫莱尔		FR	32	80	801	80118	125	Europe/Paris
6444285	Bougainville	bougainville	Boudjinville,Bougainville,Bugenvil,Bugenvil',bu gan wei er,Бугенвил,Бугенвіль,布干维尔		FR	32	80	802	80119	446	Europe/Paris
6444286	Bouillancourt-en-Séry	bouillancourt-en-sery	Bouillancourt-en-Sery,Bouillancourt-en-Séry,Bouillincourt-in-Sry,Bujankur-an-Seri,bu yang ku er ang sai li,Буянкур-ан-Сері,布扬库尔昂塞里		FR	32	80	801	80120	557	Europe/Paris
6444287	Bouillancourt-la-Bataille	bouillancourt-la-bataille	Bouillancourt-l'Batale,Bouillancourt-la-Bataille,Bouillancourt-l’Batale,Bujankur la Bataj,Bujankur-la-Bataj,bu yang ku er la ba ta ye,Буянкур-ла-Батай,Бујанкур ла Батај,布扬库尔拉巴塔耶		FR	32	80	803	80121	154	Europe/Paris
6444288	Bouquemaison	bouquemaison	Bouque-Moaison,Bouquemaison,Bukmezon,bu ke mai song,Букмезон,布克迈松		FR	32	80	802	80122	506	Europe/Paris
6444289	Bourdon	bourdon	Bordon,Bourdon,Burdon,bu er dong,Бурдон,布尔东		FR	32	80	802	80123	396	Europe/Paris
6444290	Bourseville	bourseville	Bourseville		FR	32	80	801	80124	696	Europe/Paris
6444291	Boussicourt	boussicourt	Bosikur,Bouchicourt,Boussicourt,Bussikur,bu xi ku er,Босикур,Буссікур,布西库尔		FR	32	80	803	80125	86	Europe/Paris
6444293	Bouvaincourt-sur-Bresle	bouvaincourt-sur-bresle	Bouvaincourt-su-Brele,Bouvaincourt-su-Brèle,Bouvaincourt-sur-Bresle,Buvenkur sir Brel,Buvenkur-sjur-Brel',bu lei lei he pan bu wan ku er,Бувенкур сир Брел,Бувенкур-сюр-Брель,布雷勒河畔布万库尔		FR	32	80	801	80127	852	Europe/Paris
6444294	Bouvincourt-en-Vermandois	bouvincourt-en-vermandois	Bivenkurt an Vermandoa,Bouvincourt-en-Vermandois,Bouvincourt-in-Vermindoe,Bouvincourt-in-Vérmindoé,Buvenkurt-an-Vermandua,bu wan ku er ang wei er mang du wa,Бивенкурт ан Вермандоа,Бувенкурт-ан-Вермандуа,布万库尔昂韦尔芒杜瓦		FR	32	80	804	80128	154	Europe/Paris
6444295	Bouzincourt	bouzincourt			FR	32	80	804	80129	555	Europe/Paris
6444296	Bovelles	bovelles	Bovelles		FR	32	80	802	80130	438	Europe/Paris
6444297	Braches	braches	Brache,Braches,Brash,bu la shen,Браш,布拉什		FR	32	80	803	80132	258	Europe/Paris
6444298	Brailly-Cornehotte	brailly-cornehotte	Brai-Korneott,Brailly-Cornehotte,Brailly-Cornote,Braji Korneot,bu la yi ke er ne ao te,Браї-Корнеотт,Браји Корнеот,布拉伊科尔讷奥特		FR	32	80	801	80133	243	Europe/Paris
6444299	Brassy	brassy	Brasi,Brassi,Brassy,bu la xi,Браси,Брассі,布拉西		FR	32	80	802	80134	73	Europe/Paris
6444300	Bray-lès-Mareuil	bray-les-mareuil	Bra-les-Mareu,Bra-lès-Mareu,Bray-les-Mareuil,Bray-lès-Mareuil,Bre le Marej,Bre-le-Marej,bu lai lai ma lei yi,Бре ле Мареј,Бре-ле-Марей,布赖莱马勒伊		FR	32	80	801	80135	238	Europe/Paris
6444301	Bray-sur-Somme	bray-sur-somme	Bray-sur-Somme		FR	32	80	804	80136	1275	Europe/Paris
6444302	Breilly	breilly	Breilly		FR	32	80	802	80137	616	Europe/Paris
6444303	Brévillers	brevillers	Brevijer,Brevile,Breville,Brevillers,Brévillers,Brévilé,bu lei wei lai er,Бревијер,Бревілле,布雷维莱尔		FR	32	80	802	80140	109	Europe/Paris
6444304	Briquemesnil-Floxicourt	briquemesnil-floxicourt	Brikmenij Floksikur,Brikmenij-Floksikur,Briquemannier-Flechcourt,Briquemannier-Flèchcourt,Briquemesnil-Floxicourt,bu li ke mei ni lei-fu luo ke xi ku er,Брикмениј Флоксикур,Брикменій-Флоксікур,布里克梅尼勒-弗洛克西库尔		FR	32	80	802	80142	244	Europe/Paris
6444305	Brocourt	brocourt	Brocourt,Brokur,bu luo ku er,Брокур,布罗库尔		FR	32	80	802	80143	100	Europe/Paris
6444306	Brouchy	brouchy	Brouchy,Brushi,bu lu xi,Бруши,Бруші,布鲁希		FR	32	80	804	80144	519	Europe/Paris
6444307	Brucamps	brucamps	Brucamps		FR	32	80	801	80145	140	Europe/Paris
6444308	Brutelles	brutelles	Britel,Brjutel',Brutelle,Brutelles,bu lu te lei,Брител,Брютель,布吕特勒		FR	32	80	801	80146	205	Europe/Paris
6444309	Buigny-l'Abbé	buigny-l-abbe	Buigny-l'Abbe,Buigny-l'Abbé		FR	32	80	801	80147	317	Europe/Paris
6444310	Buigny-lès-Gamaches	buigny-les-gamaches	Buigny-les-Gamaches,Buigny-lès-Gamaches		FR	32	80	801	80148	421	Europe/Paris
6444311	Buigny-Saint-Maclou	buigny-saint-maclou	Bini Sen Maklu,Bjuin'i-Sen-Maklu,Bugny-Saint-Maclou,Buigny-Saint-Maclou,bi ni sheng ma ke lu,Бињи Сен Маклу,Бюїньї-Сен-Маклу,比尼圣马克卢		FR	32	80	801	80149	515	Europe/Paris
6444312	Buire-Courcelles	buire-courcelles	Bir Kursel,Bjuir-Kursel',Buire-Courchelle,bi ni ku er sai lei,Бир Курсел,Бюїр-Курсель,比尼库尔塞勒		FR	32	80	804	80150	238	Europe/Paris
6444313	Buire-sur-l'Ancre	buire-sur-l-ancre	Buire-sur-l'Ancre		FR	32	80	804	80151	310	Europe/Paris
6444314	Bus-la-Mésière	bus-la-mesiere	Bi la Mezjer,Bjus-la-Mez'er,Bu-l'Mesiere,Bu-l’Mésière,bi la mei xi ai,Би ла Мезјер,Бюс-ла-Мезьєр,比拉梅西埃		FR	32	80	803	80152	177	Europe/Paris
6444315	Bussu	bussu	Bisi,Bjussju,Bussu,bi xu,Биси,Бюссю,比叙		FR	32	80	804	80154	213	Europe/Paris
6444316	Bussus-Bussuel	bussus-bussuel	Bisi Bisijel,Bjussju-Bjussjuel',Buchu-Buchuel,Bussus-Bussuel,bi xu bi xu ai er,Биси Бисијел,Бюссю-Бюссюель,比叙比叙埃尔		FR	32	80	801	80155	299	Europe/Paris
6444317	Bussy-lès-Daours	bussy-les-daours	Bisi le Daur,Bjussi-le-Daur,Buchin-les-Dour,Buchin-lès-Dour,Bussy-les-Daours,Bussy-lès-Daours,bi xi lai duo er,Биси ле Даур,Бюссі-ле-Даур,比西莱多尔		FR	32	80	802	80156	372	Europe/Paris
6444318	Bussy-lès-Poix	bussy-les-poix	Bisi le Poa,Bjussi-le-Pua,Buchy-les-Poe,Buchy-lès-Poé,Bussy-les-Poix,Bussy-lès-Poix,bi xi lai pu wa,Биси ле Поа,Бюссі-ле-Пуа,比西莱普瓦		FR	32	80	802	80157	99	Europe/Paris
6444320	Cachy	cachy	Cachin,Cachy,Kashi,ka xi,Каши,Каші,卡希		FR	32	80	802	80159	274	Europe/Paris
6444321	Cagny	cagny	Cagnin,Kan'i,Kani,Каньї,Кањи		FR	32	80	802	80160	1202	Europe/Paris
6444322	Cahon	cahon	Cahon		FR	32	80	801	80161	199	Europe/Paris
6444323	Caix	caix	Caix,Ke,Keks,Tchai,kai cun,Ке,Кекс,凯村		FR	32	80	804	80162	760	Europe/Paris
6444324	Cambron	cambron	Cambron,Kambron,kang bu long,Камброн,康布龙		FR	32	80	801	80163	733	Europe/Paris
6444325	Camon	camon	Camon,Canmon,Kamon,ka meng,Камон,卡蒙		FR	32	80	802	80164	4397	Europe/Paris
6444326	Camps-en-Amiénois	camps-en-amienois	Camps-en-Amienois,Camps-en-Amiénois		FR	32	80	802	80165	185	Europe/Paris
6444327	Canaples	canaples	Canaples,Kanapl,Kanapl',Quenape,Quénape,ka na pu lei,Канапл,Канапль,卡纳普勒		FR	32	80	802	80166	705	Europe/Paris
6444328	Canchy	canchy	Canchy,Kanshi,kang xi,Канши,Канші,康希		FR	32	80	801	80167	324	Europe/Paris
6444329	Candas	candas	Candas		FR	32	80	802	80168	1094	Europe/Paris
6444330	Cannessières	cannessieres	Cannessieres,Cannessières,Kanesjer,Kannes'er,Tchenessiere,Tchènessière,ka ne xi ye er,Канесјер,Каннесьєр,卡讷西耶尔		FR	32	80	802	80169	72	Europe/Paris
6444331	Cantigny	cantigny	Cantegny,Kantin'i,Kantini,kang di ni,Кантињи,Кантіньї,康蒂尼		FR	32	80	803	80170	116	Europe/Paris
6444332	Caours	caours	Caours		FR	32	80	801	80171	603	Europe/Paris
6444333	Cardonnette	cardonnette	Cardonette,Kardonet,Kardonnett,ka er duo nei te,Кардонет,Кардоннетт,卡尔多内特		FR	32	80	802	80173	502	Europe/Paris
6444335	Carrépuis	carrepuis	Carrepuis,Carrépuis,Karepi,Karrepjui,ka lei pi,Карепи,Каррепюї,卡雷皮		FR	32	80	803	80176	274	Europe/Paris
6444336	Cartigny	cartigny	Cartigny,Kartin'i,Kartini,Quertgny,Quèrtgny,ka er di ni,Картињи,Картіньї,卡尔蒂尼		FR	32	80	804	80177	760	Europe/Paris
6444337	Caulières	caulieres	Caulieres,Caulières,Kol'er,Kolijer,Queuillere,Queuillère,ke li ye er,Колијер,Кольєр,科利耶尔		FR	32	80	802	80179	199	Europe/Paris
6444338	Cavillon	cavillon			FR	32	80	802	80180	103	Europe/Paris
6444339	Cayeux-en-Santerre	cayeux-en-santerre	Kajeks an Santer,Kajo-an-Santerr,Tcheyu-in-Santerre,Tchéyu-in-Santérre,ka yue ang sang tai er,Кайо-ан-Сантерр,Кајекс ан Сантер,卡约昂桑泰尔		FR	32	80	803	80181	120	Europe/Paris
6444340	Cayeux-sur-Mer	cayeux-sur-mer	Cayeux-sur-Mer		FR	32	80	801	80182	2491	Europe/Paris
6444341	Champien	champien	Champien,Chimpien,Shampjan,Shampjen,shang pi an,Шампян,Шампјен,尚皮安		FR	32	80	803	80185	268	Europe/Paris
6444342	Chaulnes	chaulnes	Chaulnes		FR	32	80	804	80186	2014	Europe/Paris
6444343	Chépy	chepy	Chepy,Chépy		FR	32	80	801	80190	1266	Europe/Paris
6444344	Chilly	chilly	Chilly		FR	32	80	804	80191	187	Europe/Paris
6444345	Chipilly	chipilly	Chipillin,Chipilly,Shipii,Shipili,xi pi li,Шипили,Шипії,希皮利		FR	32	80	802	80192	173	Europe/Paris
6444346	Chirmont	chirmont	Chirmont,Shirmon,xi er meng,Ширмон,希尔蒙		FR	32	80	803	80193	121	Europe/Paris
6444347	Chuignes	chuignes	Chuignes,Chuingne,Shin,Shuin',xu nie,Шињ,Шуїнь,许涅		FR	32	80	804	80194	135	Europe/Paris
6444348	Chuignolles	chuignolles	Chugnole,Chuignolles,Shinol,Shuin'ol',xu ni ao lei,Шињол,Шуїньоль,许尼奥勒		FR	32	80	804	80195	154	Europe/Paris
6444349	Citerne	citerne	Chiterne,Chitèrne,Sitern,xi tai er ne,Ситерн,Сітерн,西泰尔讷		FR	32	80	801	80196	244	Europe/Paris
6444350	Cizancourt	cizancourt			FR	32	80	804	80197	35	Europe/Paris
6444351	Clairy-Saulchoix	clairy-saulchoix	Clairy-Saulchoix		FR	32	80	802	80198	366	Europe/Paris
6444352	Cléry-sur-Somme	clery-sur-somme	Clery-sur-Somme,Cléry-sur-Somme		FR	32	80	804	80199	558	Europe/Paris
6444353	Cocquerel	cocquerel	Cocquerel,Cocre,Cocré,Kokerel,Kokerel',ke ke lei er,Кокерел,Кокерель,科克雷尔		FR	32	80	801	80200	232	Europe/Paris
6444354	Coigneux	coigneux	Cognu,Coigneux,Koane,Kuan'e,kua ni e,Коање,Куаньє,夸尼厄		FR	32	80	804	80201	49	Europe/Paris
6444355	Coisy	coisy	Coisy		FR	32	80	802	80202	331	Europe/Paris
6444356	Colincamps	colincamps	Colincamp,Colincamps,Kolenkam,Kolenkan,ke lan kang,Коленкам,Коленкан,科兰康		FR	32	80	804	80203	88	Europe/Paris
6444357	Combles	combles	Combles		FR	32	80	804	80204	782	Europe/Paris
6444358	Condé-Folie	conde-folie	Conda-Folie,Conde-Folie,Condé-Folie,Konde Foli,Konde-Foli,kong dai fu li,Конде Фоли,Конде-Фолі,孔代福利		FR	32	80	801	80205	916	Europe/Paris
6444359	Contalmaison	contalmaison	Contalmaison		FR	32	80	804	80206	118	Europe/Paris
6444360	Contay	contay	Contay		FR	32	80	802	80207	366	Europe/Paris
6444362	Contre	contre	Conte,Contre,Kontr,kong te er,Контр,孔特尔		FR	32	80	802	80210	159	Europe/Paris
6444363	Cottenchy	cottenchy	Cotinchy,Cottenchy,Kottanshi,ke tang xi,Коттанші,科唐希		FR	32	80	803	80213	579	Europe/Paris
6444364	Coullemelle	coullemelle	Coullemelle		FR	32	80	803	80214	339	Europe/Paris
6444365	Coulonvillers	coulonvillers	Clonvile,Clonvilé,Coulonvillers,Kulonville,ku long wei lai er,Кулонвілле,库隆维莱尔		FR	32	80	801	80215	236	Europe/Paris
6444366	Courcelette	courcelette	Corchlette,Courcelette,Kurselett,ku er se lai te,Курселетт,库尔瑟莱特		FR	32	80	804	80216	153	Europe/Paris
6444367	Courcelles-au-Bois	courcelles-au-bois	Courcelles-au-Bois,Courchelle-au-Bos,Kursel o Boa,Kursel'-o-Bua,ku er sai lei ou bu wa,Курсел о Боа,Курсель-о-Буа,库尔塞勒欧布瓦		FR	32	80	804	80217	82	Europe/Paris
6444368	Courcelles-sous-Moyencourt	courcelles-sous-moyencourt	Courcelles-sous-Moyencourt		FR	32	80	802	80218	133	Europe/Paris
6444370	Courtemanche	courtemanche	Corteminche,Courtemanche,Kurmansh,Kurtmansh,ku er te mang shen,Курманш,Куртманш,库尔特芒什		FR	32	80	803	80220	101	Europe/Paris
6444371	Cramont	cramont	Cramont		FR	32	80	801	80221	304	Europe/Paris
6444372	Crécy-en-Ponthieu	crecy-en-ponthieu			FR	32	80	801	80222	1469	Europe/Paris
6444373	Crémery	cremery	Cremerin,Crémerin,Kremeri,Kremri,ke lei mei li,Кремери,Кремрі,克雷梅里		FR	32	80	803	80223	113	Europe/Paris
6444374	Cressy-Omencourt	cressy-omencourt	Cresciacum-Omencourt,Cressy-Omencourt,Kresi Omankur,Kressi-Omankur,Quersin-Omincourt,Quèrsin-Omincourt,ke lei xi ao mang ku er,Креси Оманкур,Крессі-Оманкур,克雷西奥芒库尔		FR	32	80	803	80224	122	Europe/Paris
6444375	Creuse	creuse	Creuse,Krez,ke lei ci,Крез,克勒兹		FR	32	80	802	80225	188	Europe/Paris
6444376	Croix-Moligneaux	croix-moligneaux	Cro-Moligneu,Croix-Moligneaux,Kroa Molino,Krua-Molin'o,ke lu wa mo li ni ao,Кроа Молињо,Круа-Моліньо,克鲁瓦莫利尼奥		FR	32	80	804	80226	288	Europe/Paris
6444377	Croixrault	croixrault	Cloreu,Croixrault,Kroaro,Kruaro,ke lu wa luo,Кроаро,Круаро,克鲁瓦罗		FR	32	80	802	80227	428	Europe/Paris
6444378	Curchy	curchy	Curchy,Kirshi,Kjurshi,qu er xi,Кирши,Кюрші,屈尔希		FR	32	80	804	80230	296	Europe/Paris
6444379	Curlu	curlu	Curlu		FR	32	80	804	80231	159	Europe/Paris
6444380	Damery	damery	Dambry,Dameri,Damery,Damri,da mei li,Дамери,Дамрі,达梅里		FR	32	80	803	80232	239	Europe/Paris
6444381	Dargnies	dargnies	Darni,Dergny,Dérgny,da er ni,daruni,Дарні,Дарњи,ダルニー,达尔尼		FR	32	80	801	80235	1270	Europe/Paris
6444382	Démuin	demuin	Demjuen,dai mi an,Демюен,代米安		FR	32	80	803	80237	477	Europe/Paris
6444383	Dernancourt	dernancourt	Dernancourt		FR	32	80	804	80238	534	Europe/Paris
6444384	Devise	devise	Deviz,de wei si,Девиз,Девіз,德维斯		FR	32	80	804	80239	50	Europe/Paris
6444385	Doingt	doingt	Doan,Doingt,Doint,Duen,duan cun,Доан,Дуен,端村		FR	32	80	804	80240	1431	Europe/Paris
6444386	Domart-en-Ponthieu	domart-en-ponthieu	Domar-an-Pont'e,Domar-an-Pont'jo,Domart an Pontje,Domart-en-Ponthieu,Donmart-in-Pontiu,duo ma ang peng di yue,Домар-ан-Понтьё,Домар-ан-Понтьє,Домарт ан Понтје,多马昂蓬蒂约		FR	32	80	802	80241	1114	Europe/Paris
6444387	Domart-sur-la-Luce	domart-sur-la-luce	Domar sir la Lis,Domar-sjur-la-Ljus,Domart-su-l'Luce,Domart-su-l’Luce,Domart-sur-la-Luce,lu se he pan duo ma er,Домар сир ла Лис,Домар-сюр-ла-Люс,吕瑟河畔多马尔		FR	32	80	803	80242	428	Europe/Paris
6444388	Domesmont	domesmont	Domemon,Domemont,Domon,Domémont,duo mei meng,Домемон,Домон,多梅蒙		FR	32	80	802	80243	49	Europe/Paris
6444389	Dominois	dominois	Domino,Dominoa,Dominois,Dominua,duo mi nu wa,Доминоа,Домінуа,多米努瓦		FR	32	80	801	80244	180	Europe/Paris
6444390	Dommartin	dommartin	Domarten,Domartin,Dommarten,Dommartin,duo ma tan,Домартен,Доммартен,多马坦		FR	32	80	803	80246	349	Europe/Paris
6444391	Dompierre-sur-Authie	dompierre-sur-authie	Dompierre-sur-Authie		FR	32	80	801	80248	406	Europe/Paris
6444392	Domvast	domvast	Domvast		FR	32	80	801	80250	349	Europe/Paris
6444393	Doudelainville	doudelainville	Dodlinville,Doudelainville,Dudlenvil,Dudlenvil',du de lan wei er,Дудленвил,Дудленвіль,杜德兰维尔		FR	32	80	801	80251	333	Europe/Paris
6444394	Douilly	douilly	Dui,Duji,du yi,Дуї,Дуји,杜伊		FR	32	80	804	80252	236	Europe/Paris
6444395	Doullens	doullens	Doullens		FR	32	80	802	80253	6279	Europe/Paris
6444396	Dreuil-lès-Amiens	dreuil-les-amiens	Dreeuil-les-Anmien,Drej lez Amjen,Drej-lez-Amjan,Dreuil-les-Amiens,Dreuil-lès-Amiens,Dréeuil-lès-Anmien,de lei yi lai ya mian,Дрей-лез-Амян,Дреј лез Амјен,德勒伊莱亚眠		FR	32	80	802	80256	1620	Europe/Paris
6444397	Driencourt	driencourt	Drijankur,Drijenkur,Dryincourt,de li an ku er,Дријенкур,Дріянкур,德里安库尔		FR	32	80	804	80258	95	Europe/Paris
6444398	Dromesnil	dromesnil	Dromeni,Dromenij,Dromesnil,de luo mei ni lei,Дроменій,德罗梅尼勒		FR	32	80	802	80259	99	Europe/Paris
6444399	Drucat	drucat	Drjuka,Drucat,Drucot,de lu ka,do~uruka,Дрюка,ドゥルカ,德吕卡		FR	32	80	801	80260	917	Europe/Paris
6444400	Eaucourt-sur-Somme	eaucourt-sur-somme	Eaucourt-sur-Somme,Okur-sjur-Somm,Yucourt-dsu-Sonme,suo mu he pan ou ku er,Окур-сюр-Сомм,索姆河畔欧库尔		FR	32	80	801	80262	422	Europe/Paris
6444401	Éclusier-Vaux	eclusier-vaux	Eclusier-Vaux,Eclusier-Veux,Ekljuz'e-Vo,ai ke lu xie wo,Éclusier-Vaux,Éclusier-Veux,Еклюзьє-Во,埃克吕谢沃		FR	32	80	804	80264	81	Europe/Paris
6444402	Embreville	embreville	Embreville		FR	32	80	801	80265	562	Europe/Paris
6444403	Englebelmer	englebelmer	Anglebel'me,Englebelmer,Ingbelmer,Ingbèlmèr,ang ge lei bei er mei er,Англебельме,昂格勒贝尔梅尔		FR	32	80	804	80266	302	Europe/Paris
6444404	Ennemain	ennemain	Ennemain		FR	32	80	804	80267	257	Europe/Paris
6444405	Épagne-Épagnette	epagne-epagnette	Epagne-Epagnette,Epan'-Epan'ett,ai pa nie ai pa nie te,Épagne-Épagnette,Епань-Епаньєтт,埃帕涅埃帕涅特		FR	32	80	801	80268	555	Europe/Paris
6444406	Épaumesnil	epaumesnil	Epaumesnil,Epeumeni,Epomenij,ai bo mei ni lei,Épaumesnil,Épeuméni,Епоменій,埃波梅尼勒		FR	32	80	802	80269	132	Europe/Paris
6444407	Épécamps	epecamps	Epecamp,Epecamps,Epekam,ai pei kang,Épécamp,Épécamps,Епекам,埃佩康		FR	32	80	802	80270	5	Europe/Paris
6444408	Épénancourt	epenancourt	Epenancourt,Epenankur,Epnancourt,ai pei nan ku er,Èpnancourt,Épénancourt,Епенанкур,埃佩南库尔		FR	32	80	804	80272	123	Europe/Paris
6444409	Éplessier	eplessier	Eplessier,Éplessier		FR	32	80	802	80273	370	Europe/Paris
6444410	Eppeville	eppeville	Eppeville		FR	32	80	804	80274	1825	Europe/Paris
6444411	Équancourt	equancourt	Equancourt,Équancourt		FR	32	80	804	80275	297	Europe/Paris
6444413	Ercourt	ercourt	Ercourt		FR	32	80	801	80280	121	Europe/Paris
6444414	Ergnies	ergnies	Arni,Ergnies,Erni,ai er ni,Ерні,埃尔尼		FR	32	80	801	80281	180	Europe/Paris
6444415	Érondelle	erondelle	Eronde,Erondel',Erondelle,ai long dai lei,Érondelle,Érondé,Ерондель,埃龙代勒		FR	32	80	801	80282	502	Europe/Paris
6444416	Esclainvillers	esclainvillers			FR	32	80	803	80283	168	Europe/Paris
6444417	Esmery-Hallon	esmery-hallon	Emeri Alon,Emri-Allon,Esmery-Hallon,Inmery-Hallon,ai si mo li a long,Емери Алон,Емрі-Аллон,埃斯默里阿隆		FR	32	80	804	80284	776	Europe/Paris
6444418	Essertaux	essertaux	Chartieu,Esertu,Esserto,ai sai er duo,Есерту,Ессерто,埃塞尔多		FR	32	80	802	80285	264	Europe/Paris
6444419	Estrées-sur-Noye	estrees-sur-noye	Estre-sjur-Nua,Estrees-sur-Noye,Estrées-sur-Noye,Etre sir Noa,Etree-su-Noee,nu wa he pan ai si te lei,Étrée-su-Noée,Естре-сюр-Нуа,Етре сир Ноа,努瓦河畔埃斯特雷		FR	32	80	802	80291	274	Europe/Paris
6444420	Étalon	etalon	Etalon,Étalon		FR	32	80	803	80292	136	Europe/Paris
6444421	Ételfay	etelfay	Etel'fe,Etelfay,Etelfe,Terfayin,Tèrfayin,ai tai er fei,Ételfay,Етелфе,Етельфе,埃泰尔费		FR	32	80	803	80293	380	Europe/Paris
6444422	Éterpigny	eterpigny	Eterpigny,Eterpin'i,Eterpini,ai tai er pi ni,Étèrpigny,Етерпињи,Етерпіньї,埃泰尔皮尼		FR	32	80	804	80294	173	Europe/Paris
6444423	Étinehem-Méricourt	etinehem-mericourt	Etenem,Etinam,Etinehem,Etinehem-Mericourt,Etinin,ai di ne ang,Étinehem-Méricourt,Étinin,Етенем,Етінам,埃蒂讷昂		FR	32	80	804	80295	587	Europe/Paris
6444424	Étréjust	etrejust	Etrejust,Etrezhist,Etrezhu,Etréjust,Utruju,ai te lei rui si te,Étréjust,Етрежист,Етрежу,埃特雷瑞斯特		FR	32	80	802	80297	46	Europe/Paris
6444425	Étricourt-Manancourt	etricourt-manancourt	Etricourt-Manancourt,Étricourt-Manancourt		FR	32	80	804	80298	527	Europe/Paris
6444426	Falvy	falvy	Falvy		FR	32	80	804	80300	148	Europe/Paris
6444427	Famechon	famechon	Famechon,Fameshon,fa mei xiong,Фамешон,法梅雄		FR	32	80	802	80301	260	Europe/Paris
6444428	Favières	favieres	Faver,Faviere,Favieres,Favières,Faviére,fa wei ye er,Фавєр,法维耶尔		FR	32	80	801	80303	462	Europe/Paris
6444429	Fescamps	fescamps			FR	32	80	803	80306	141	Europe/Paris
6444430	Feuillères	feuilleres	Feer,Fuillere,Fuillère,fu ye er,Феєр,弗耶尔		FR	32	80	804	80307	146	Europe/Paris
6444431	Feuquières-en-Vimeu	feuquieres-en-vimeu	Feker-an-Vime,Feutchere-in-Vimeu,Feutchére-in-Vimeu,Fjok'er-an-Vimjo,fu ji ye er ang wei mo,fukieru=an=vu~imu,Фекєр-ан-Віме,Фёкьер-ан-Вимё,フキエール＝アン＝ヴィムー,弗基耶尔昂维默		FR	32	80	801	80308	2580	Europe/Paris
6444432	Fienvillers	fienvillers	Fienvileu,Fienvillers,Fjanville,fei an wei lai er,Фянвілле,菲安维莱尔		FR	32	80	802	80310	679	Europe/Paris
6444433	Fignières	fignieres	Figniere,Fignieres,Fignière,Fignières,Fin'er,fei ni ye er,Фіньєр,菲尼耶尔		FR	32	80	803	80311	153	Europe/Paris
6444434	Fins	fins	Fen,Fin,Fins,fan cun,Фен,凡村		FR	32	80	804	80312	279	Europe/Paris
6444435	Flaucourt	flaucourt	Flaucourt,Flokur,Floucourt,fu luo ku er,Флокур,弗洛库尔		FR	32	80	804	80313	291	Europe/Paris
6444436	Flers-sur-Noye	flers-sur-noye	Flers-sur-Noye		FR	32	80	803	80315	512	Europe/Paris
6444437	Flesselles	flesselles	Flechele,Flessel',Flesselles,Fléchèle,fu lai sai lei,Флессель,弗莱塞勒		FR	32	80	802	80316	2083	Europe/Paris
6444438	Flixecourt	flixecourt	Flichcourt,Fliksekur,Flixecourt,fu li ke si ku er,Фликсекур,Фліксекур,弗利克斯库尔		FR	32	80	802	80318	3142	Europe/Paris
6444439	Fluy	fluy	Fljui,Fluy,Флюї		FR	32	80	802	80319	321	Europe/Paris
6444440	Folies	folies	Folies		FR	32	80	804	80320	142	Europe/Paris
6444442	Fontaine-le-Sec	fontaine-le-sec	Fontaine-le-Sec,Fontainne-Seque,Fontainne-Sèque,Fonten-le-Sek,fang dan lei sai ke,Фонтен-ле-Сек,方丹勒塞克		FR	32	80	802	80324	154	Europe/Paris
6444443	Fontaine-lès-Cappy	fontaine-les-cappy	Fontaine-les-Cappy,Fontaine-lès-Cappy,Fontainne-les-Capin,Fontainne-lès-Capin,Fonten le Kapi,Fonten-le-Kappi,fang dan lai ka pi,Фонтен ле Капи,Фонтен-ле-Каппі,方丹莱卡皮		FR	32	80	804	80325	52	Europe/Paris
6444444	Fontaine-sous-Montdidier	fontaine-sous-montdidier	Fontaine-sous-Montdidier,Fontainne-dsou-Montdidji,Fonten su Mondidje,Fonten-su-Mondid'e,fang dan su meng di di ye,Фонтен су Мондидје,Фонтен-су-Мондідьє,方丹苏蒙迪迪耶		FR	32	80	803	80326	108	Europe/Paris
6444445	Fontaine-sur-Maye	fontaine-sur-maye	Fontaine-sur-Maye,Fontainne-su-Meye,Fontainne-su-Mèye,Fonten sir Me,Fonten-sjur-Me,ma ye he pan fang dan,Фонтен сир Ме,Фонтен-сюр-Ме,马耶河畔方丹		FR	32	80	801	80327	163	Europe/Paris
6444446	Fontaine-sur-Somme	fontaine-sur-somme	Fontaine-sur-Somme		FR	32	80	801	80328	514	Europe/Paris
6444447	Forceville-en-Vimeu	forceville-en-vimeu	Feurville-in-Vimeu,Forceville-en-Vimeu,Forsvil an Vime,Forsvil'-an-Vime,fu sai wei er ang wei mo,Форсвил ан Виме,Форсвіль-ан-Віме,福塞维尔昂维默		FR	32	80	802	80330	240	Europe/Paris
6444448	Forest-l'Abbaye	forest-l-abbaye	Forest-l'Abbaye		FR	32	80	801	80331	296	Europe/Paris
6444449	Forest-Montiers	forest-montiers	Forest-Montiers		FR	32	80	801	80332	400	Europe/Paris
6444450	Fort-Mahon-Plage	fort-mahon-plage	Fort-Mahon-Plage		FR	32	80	801	80333	1219	Europe/Paris
6444451	Fossemanant	fossemanant	Fosmanan,Fosmenant,Fosménant,Fossemanant,Fossmanan,fu se ma nan,Фосманан,Фоссманан,福瑟马南		FR	32	80	802	80334	95	Europe/Paris
6444452	Foucaucourt-en-Santerre	foucaucourt-en-santerre	Foucaucourt-en-Santerre,Fouquecourt-in-Santerre,Fouquécourt-in-Santérre,Fukokurt an Santer,Fukokurt-an-Santerr,fu ke ku er ang sang tai er,Фукокурт ан Сантер,Фукокурт-ан-Сантерр,富科库尔昂桑泰尔		FR	32	80	804	80335	280	Europe/Paris
6444453	Fouencamps	fouencamps	Flencamp,Fouencamps,Fuankam,fu ang kang,Фуанкам,富昂康		FR	32	80	803	80337	214	Europe/Paris
6444454	Fouquescourt	fouquescourt	Fouquecourt,Fouquescourt,Fouquécourt,Fukekur,Fukur,fu ke ku er,Фукекур,Фукур,富克库尔		FR	32	80	804	80339	164	Europe/Paris
6444455	Fourcigny	fourcigny	Fourcigny,Fursin'i,Fursini,fu er xi ni,Фурсињи,Фурсіньї,富尔西尼		FR	32	80	802	80340	189	Europe/Paris
6444456	Fourdrinoy	fourdrinoy	Fordinoe,Fordinoé,Furdrenoa,Furdrinua,fu de li nu wa,Фурдреноа,Фурдринуа,富德里努瓦		FR	32	80	802	80341	425	Europe/Paris
6444457	Framicourt	framicourt	Framicourt,Framikur,fu la mi ku er,Фрамикур,Фрамікур,弗拉米库尔		FR	32	80	802	80343	183	Europe/Paris
6444458	Franleu	franleu	Franleu		FR	32	80	801	80345	543	Europe/Paris
6444459	Fransart	fransart	Fransar,fu lang sa er,Франсар,弗朗萨尔		FR	32	80	804	80347	149	Europe/Paris
6444460	Fransu	fransu	Fransi,Fransju,Fransu,fu lang xu,Франси,Франсю,弗朗叙		FR	32	80	802	80348	171	Europe/Paris
6444462	Franvillers	franvillers	Franvile,Franvili,Franville,Franvillers,fu lang wei lai er,Франвиле,Франвілле,弗朗维莱尔		FR	32	80	802	80350	519	Europe/Paris
6444463	Fréchencourt	frechencourt	Frechencourt,Fréchencourt		FR	32	80	802	80351	267	Europe/Paris
6444464	Frémontiers	fremontiers	Fremontiers,Frémontiers		FR	32	80	802	80352	153	Europe/Paris
6444465	Fresnes-Mazancourt	fresnes-mazancourt	Fren-Mazankur,Frene-Mazancourt,Frène-Mazancourt,fu lei ne ma cang ku er,Френ-Мазанкур,弗雷讷马藏库尔		FR	32	80	804	80353	136	Europe/Paris
6444466	Fresnes-Tilloloy	fresnes-tilloloy			FR	32	80	802	80354	202	Europe/Paris
6444467	Fresneville	fresneville	Fresneville		FR	32	80	802	80355	105	Europe/Paris
6444468	Fresnoy-Andainville	fresnoy-andainville	Frenoy-Adinville,Frenua-Andenvil',Fresnoy-Andainville,Frénoy-Adinville,fu lei nu wa ang dan wei er,Френуа-Анденвіль,弗雷努瓦昂丹维尔		FR	32	80	802	80356	87	Europe/Paris
6444469	Fresnoy-au-Val	fresnoy-au-val	Fresnoy-au-Val		FR	32	80	802	80357	244	Europe/Paris
6444470	Fresnoy-en-Chaussée	fresnoy-en-chaussee	Frenua-an-Shosse,Fresnoy-en-Chaussee,Fresnoy-en-Chaussée,Fréneu-in-Cœuchie,fu lei nu wa ang shao sai,Френуа-ан-Шоссе,弗雷努瓦昂绍塞		FR	32	80	803	80358	153	Europe/Paris
6444471	Fresnoy-lès-Roye	fresnoy-les-roye	Fresnoy-les-Roye,Fresnoy-lès-Roye		FR	32	80	803	80359	294	Europe/Paris
6444472	Fressenneville	fressenneville	Fressenneville,Fressennvil',Freucheneville,Freuchéneville,fu lei sai ne wei er,furesan'nuvu~iru,Фрессеннвіль,フレサンヌヴィル,弗雷塞讷维尔		FR	32	80	801	80360	2219	Europe/Paris
6444473	Frettecuisse	frettecuisse	Frettecuisse		FR	32	80	802	80361	74	Europe/Paris
6444474	Friaucourt	friaucourt	Friokur,fu li ou ku er,Фріокур,弗里欧库尔		FR	32	80	801	80364	772	Europe/Paris
6444476	Fricourt	fricourt	Fricourt		FR	32	80	804	80366	495	Europe/Paris
6444477	Frise	frise	Frise,Frisse,Friz,fu li si,Фриз,弗里斯		FR	32	80	804	80367	186	Europe/Paris
6444478	Friville-Escarbotin	friville-escarbotin	Friville-Escarbotin		FR	32	80	801	80368	4638	Europe/Paris
6444479	Frohen-sur-Authie	frohen-sur-authie	Froan-sjur-Oti,Frohen-sur-Authie,Frouhin-su-Eutie,ou di he pan fu luo ang,Фроан-сюр-Оті,欧蒂河畔弗罗昂		FR	32	80	802	80369	231	Europe/Paris
6444481	Froyelles	froyelles	Froyelles		FR	32	80	801	80371	110	Europe/Paris
6444482	Frucourt	frucourt			FR	32	80	801	80372	132	Europe/Paris
6444483	Gapennes	gapennes			FR	32	80	801	80374	276	Europe/Paris
6444484	Gauville	gauville	Gauville		FR	32	80	802	80375	349	Europe/Paris
6444485	Gentelles	gentelles	Gentelles,Gintelle,Zhantel',rang tai lei,Жантель,让泰勒		FR	32	80	802	80376	629	Europe/Paris
6444486	Gézaincourt	gezaincourt	Gezaincourt,Gézaincourt,Zhezenkur,Zincourt,re zan ku er,Жезенкур,热赞库尔		FR	32	80	802	80377	419	Europe/Paris
6444487	Ginchy	ginchy	Ginchy,Zhenshi,Zhinshi,ran xi,Женші,Жинши,然希		FR	32	80	804	80378	62	Europe/Paris
6444488	Glisy	glisy	Glisu,Glisy,Glizi,ge li xi,glysy,Глизи,Глізі,گلیسی,格利西		FR	32	80	802	80379	714	Europe/Paris
6444489	Gorenflos	gorenflos	Goranflo,Gorenflos,Granflo,ge lun fu luo si,Горанфло,戈伦夫洛斯		FR	32	80	801	80380	250	Europe/Paris
6444490	Gorges	gorges	Gorge,Gorges,Gorzh,ge er ri,Горж,戈尔日		FR	32	80	802	80381	42	Europe/Paris
6444491	Goyencourt	goyencourt	Goeyincourt,Goyencourt,Goéyincourt,Guajankur,gua yang ku er,Гуаянкур,瓜扬库尔		FR	32	80	803	80383	95	Europe/Paris
6444492	Grandcourt	grandcourt	Grandcourt,Grankur,ge lang ku er,Гранкур,格朗库尔		FR	32	80	804	80384	178	Europe/Paris
6444493	Gratibus	gratibus	Gratibju,Gratibu,ge la di bi,Гратібю,格拉蒂比		FR	32	80	803	80386	183	Europe/Paris
6444494	Grattepanche	grattepanche	Grattepanche,Grattpansh,ge la te pang shen,Граттпанш,格拉特庞什		FR	32	80	802	80387	313	Europe/Paris
6444495	Grébault-Mesnil	grebault-mesnil	Grebault-Mesnil,Grebo-Menij,Grébault-Mesnil,Guerbeu-Megni,Guérbeu-Mégni,ge lei bo mei ni lei,Гребо-Меній,格雷博梅尼勒		FR	32	80	801	80388	223	Europe/Paris
6444497	Grivesnes	grivesnes	Grivesnes		FR	32	80	803	80390	398	Europe/Paris
6444498	Grivillers	grivillers			FR	32	80	803	80391	83	Europe/Paris
6444499	Grouches-Luchuel	grouches-luchuel	Grouche-Luchue,Grouche-Luchué,Grouches-Luchuel,Grush-Ljushuel',ge lu shen lu xu ai lei,Груш-Люшуель,格鲁什吕许埃勒		FR	32	80	802	80392	595	Europe/Paris
6444500	Gruny	gruny	Gruny		FR	32	80	803	80393	325	Europe/Paris
6444501	Guerbigny	guerbigny	Gerbin'i,Guerbigny,Guérbigny,ge er bi ni,Гербіньї,格尔比尼		FR	32	80	803	80395	300	Europe/Paris
6444502	Gueschart	gueschart	Djechart,Djéchart,Geshar,Gueschart,ge sha er,Гешар,格沙尔		FR	32	80	801	80396	317	Europe/Paris
6444503	Gueudecourt	gueudecourt	Gueudecourt		FR	32	80	804	80397	94	Europe/Paris
6444504	Guignemicourt	guignemicourt	Djimicourt,Gin'emikur,ji nie mi ku er,Гіньємікур,吉涅米库尔		FR	32	80	802	80399	331	Europe/Paris
6444505	Guillaucourt	guillaucourt	Djoucourt,Gillokur,Guillaucourt,ji yue ku er,Гіллокур,吉约库尔		FR	32	80	804	80400	426	Europe/Paris
6444506	Guillemont	guillemont	Djilmont,Gil'mon,Guillemont,ji ye meng,Гільмон,吉耶蒙		FR	32	80	804	80401	140	Europe/Paris
6444508	Guyencourt-sur-Noye	guyencourt-sur-noye	Guyencourt-sur-Noye		FR	32	80	803	80403	173	Europe/Paris
6444509	Guyencourt-Saulcourt	guyencourt-saulcourt	Djiyincourt-Seucourt,Guyencourt-Saulcourt,Gviankur-Sol'kur,ju yang ku er suo ku er,Гвіанкур-Солькур,居扬库尔索库尔		FR	32	80	804	80404	143	Europe/Paris
6444510	Hailles	hailles	Hailles		FR	32	80	803	80405	418	Europe/Paris
6444511	Hallencourt	hallencourt	Alankur,Allankur,Hallencourt,a lang ku er,arankuru,Аланкур,Алланкур,アランクール,阿朗库尔		FR	32	80	801	80406	1343	Europe/Paris
6444512	Halloy-lès-Pernois	halloy-les-pernois	Halloy-les-Pernois,Halloy-lès-Pernois		FR	32	80	802	80408	347	Europe/Paris
6444513	Hallu	hallu	Ali,Allju,a lu,Али,Аллю,阿吕		FR	32	80	804	80409	190	Europe/Paris
6444514	Ham	ham	Am,Ham,Hin,an,Ам,アン		FR	32	80	804	80410	4640	Europe/Paris
6444515	Hamelet	hamelet	Amele,Amle,Hamelet,Hanmelet,a mo lai,Амеле,Амле,阿默莱		FR	32	80	802	80412	626	Europe/Paris
6444516	Hancourt	hancourt	Ankur,Hancourt,ang ku er,Анкур,昂库尔		FR	32	80	804	80413	95	Europe/Paris
6444517	Hangard	hangard	Hangard		FR	32	80	803	80414	123	Europe/Paris
6444518	Hangest-en-Santerre	hangest-en-santerre	Hangest-en-Santerre		FR	32	80	803	80415	1018	Europe/Paris
6444519	Hangest-sur-Somme	hangest-sur-somme	Hangest-sur-Somme		FR	32	80	802	80416	758	Europe/Paris
6444520	Harbonnières	harbonnieres	Harbonnieres,Harbonnières		FR	32	80	804	80417	1645	Europe/Paris
6444521	Hardecourt-aux-Bois	hardecourt-aux-bois	Ardekurt-o-Bua,Arkurt o Boa,Harcourt,a er de ku er ou bu wa,Ардекурт-о-Буа,Аркурт о Боа,阿尔德库尔欧布瓦		FR	32	80	804	80418	84	Europe/Paris
6444522	Harponville	harponville			FR	32	80	804	80420	186	Europe/Paris
6444523	Hattencourt	hattencourt	Atankur,Attankur,Hattencourt,a tang ku er,Атанкур,Аттанкур,阿唐库尔		FR	32	80	803	80421	289	Europe/Paris
6444524	Hautvillers-Ouville	hautvillers-ouville	Hautvile-Ouville,Hautvilé-Ouville,Otville-Uvil',Oviler Uvil,ou wei lai er,Овилер Увил,Отвілле-Увіль,欧维莱尔		FR	32	80	801	80422	584	Europe/Paris
6444525	Havernas	havernas	Averna,Havernas,Haverno,Havèrno,a wei er na,Аверна,阿韦尔纳		FR	32	80	802	80423	400	Europe/Paris
6444526	Hébécourt	hebecourt	Ebekur,Hebecourt,Heutecourt,Hébécourt,ai bei ku er,Ебекур,埃贝库尔		FR	32	80	802	80424	540	Europe/Paris
6444527	Hédauville	hedauville	Hedauville,Hédauville		FR	32	80	804	80425	125	Europe/Paris
6444528	Heilly	heilly	Heilly		FR	32	80	802	80426	418	Europe/Paris
6444529	Hem-Hardinval	hem-hardinval	Am-Ardenval',Em Ardenval,Hem-Hardinval,Hin-Hardinveu,ai ma er dan wa er,Ам-Арденваль,Ем Арденвал,埃马尔丹瓦尔		FR	32	80	802	80427	357	Europe/Paris
6444530	Hem-Monacu	hem-monacu	Am-Monakju,Em Monaki,Hem-Monacu,LHem-Monacu,LHèm-Monacu,ai mo na ku,Ам-Монакю,Ем Монаки,埃莫纳库		FR	32	80	804	80428	125	Europe/Paris
6444531	Hénencourt	henencourt	Enankur,Henencourt,Hinincourt,Hénencourt,ai nan ku er,Енанкур,埃南库尔		FR	32	80	802	80429	195	Europe/Paris
6444532	Herbécourt	herbecourt	Erbekur,Hercourt,Hèrcourt,ai er bei ku er,Ербекур,埃尔贝库尔		FR	32	80	804	80430	218	Europe/Paris
6444533	Hérissart	herissart	Herissart,Hérissart		FR	32	80	804	80431	610	Europe/Paris
6444534	Herleville	herleville	Erlevil',Harville,Herleville,ai er lei wei er,Ерлевіль,埃尔勒维尔		FR	32	80	804	80432	187	Europe/Paris
6444535	Herly	herly			FR	32	80	803	80433	46	Europe/Paris
6444538	Heucourt-Croquoison	heucourt-croquoison	Ekur-Krokuazon,Heucourt-Croquoison,Hucourt-Creuqueuson,e ku er ke luo kua song,Екур-Крокуазон,厄库尔克罗夸松		FR	32	80	802	80437	122	Europe/Paris
6444539	Heudicourt	heudicourt	Edikur,Vidicourt,e di ku er,Едікур,厄迪库尔		FR	32	80	804	80438	519	Europe/Paris
6444540	Heuzecourt	heuzecourt	Ezekur,Heuzecourt,Hoscourt,e ze ku er,Езекур,厄泽库尔		FR	32	80	802	80439	171	Europe/Paris
6444541	Hiermont	hiermont	Hiermont,Hièrmont,Iermon,ye er meng,Ієрмон,耶尔蒙		FR	32	80	802	80440	151	Europe/Paris
6444542	Hombleux	hombleux	Hombleux,Omble,weng bu lei,Омбле,翁布勒		FR	32	80	804	80442	1173	Europe/Paris
6444543	Huchenneville	huchenneville	Hucheinneville,Huchenneville,Jushennvil',yu shang ne wei er,Юшеннвіль,于尚讷维尔		FR	32	80	801	80444	669	Europe/Paris
6444544	Humbercourt	humbercourt	Emberkur,Himbercourt,Himbèrcourt,Humbercourt,an bei er ku er,Емберкур,安贝尔库尔		FR	32	80	802	80445	269	Europe/Paris
6444545	Huppy	huppy	Huppy		FR	32	80	801	80446	805	Europe/Paris
6444547	Ignaucourt	ignaucourt	Ignaucourt		FR	32	80	803	80449	78	Europe/Paris
6444548	Inval-Boiron	inval-boiron	Enval'-Buaron,Inval-Boiron,Invo-Ch'Boron,Invo-Ch’Boron,an wa er bu wa long,Енваль-Буарон,安瓦尔布瓦龙		FR	32	80	802	80450	114	Europe/Paris
6444549	Irles	irles	Irles		FR	32	80	804	80451	107	Europe/Paris
6444550	Jumel	jumel	Jumel,Jumèl,Zhumel',rui mei er,Жумель,瑞梅尔		FR	32	80	803	80452	516	Europe/Paris
6444551	Laboissière-en-Santerre	laboissiere-en-santerre	Labuas'er-an-Santerr,Lboessiere-in-Santerre,Lboéssière-in-Santérre,la bu wa xi ai ang sang tai er,Лабуасьєр-ан-Сантерр,لابوئییری-این-سانٹیری,拉布瓦西埃昂桑泰尔		FR	32	80	803	80453	156	Europe/Paris
6444552	Lahoussoye	lahoussoye	Lahoussoye		FR	32	80	802	80458	481	Europe/Paris
6444553	Laleu	laleu	Laleu		FR	32	80	802	80459	115	Europe/Paris
6444554	Lamaronde	lamaronde	Lamaronde		FR	32	80	802	80460	63	Europe/Paris
6444555	Lamotte-Brebière	lamotte-brebiere	L'Motte-Brebiere,Lamott-Breber,Lamotte-Brebiere,Lamotte-Brebière,L’Motte-Brebière,la mo te bu lei bi ye er,Ламотт-Бребєр,لاموٹی-بریبیری,拉莫特布雷比耶尔		FR	32	80	802	80461	227	Europe/Paris
6444556	Lamotte-Buleux	lamotte-buleux	Lamotte-Buleux		FR	32	80	801	80462	348	Europe/Paris
6444557	Lanchères	lancheres	Lanchere,Lanchére,Lansher,lanchyrys,lang xie er,Ланшер,لانچیریس,朗谢尔		FR	32	80	801	80464	909	Europe/Paris
6444559	Lanches-Saint-Hilaire	lanches-saint-hilaire	Lanches-Saint-Hilaire		FR	32	80	802	80466	129	Europe/Paris
6444560	Laucourt	laucourt	Laucourt,Lokur,luo ku er,Локур,لوکورٹ,洛库尔		FR	32	80	803	80467	198	Europe/Paris
6444561	Laviéville	lavieville	Lavevil',Lavieville,Lavièville,Laviéville,la wei ye wei er,Лавєвіль,拉维耶维尔		FR	32	80	804	80468	172	Europe/Paris
6444563	Léalvillers	lealvillers	Lavile,Lavilé,Leal'ville,lai a er wei lai er,Леальвілле,莱阿尔维莱尔		FR	32	80	804	80470	167	Europe/Paris
6444564	Liancourt-Fosse	liancourt-fosse	Liancourt-Fosse		FR	32	80	803	80473	294	Europe/Paris
6444565	Licourt	licourt	Licourt,Likur,li ku er,Лікур,利库尔		FR	32	80	804	80474	397	Europe/Paris
6444566	Liéramont	lieramont	L'eramon,Leramont,Lieramont,Liéramont,Léramont,li ye la meng,Льєрамон,利耶拉蒙		FR	32	80	804	80475	233	Europe/Paris
6444567	Liercourt	liercourt	L'erkur,Liercourt,Lièrcourt,li ye er ku er,Льєркур,利耶尔库尔		FR	32	80	801	80476	356	Europe/Paris
6444568	Ligescourt	ligescourt	Ligescourt,Ligicourt,Lizheskur,li re ku er,Ліжескур,利热库尔		FR	32	80	801	80477	222	Europe/Paris
6444625	Moislains	moislains	Moislains		FR	32	80	804	80552	1206	Europe/Paris
6444569	Lignières-Châtelain	lignieres-chatelain	Lignieres-Chatelain,Lignières-Châtelain		FR	32	80	802	80479	380	Europe/Paris
6444570	Lignières-en-Vimeu	lignieres-en-vimeu	Ligneu-in-Vimeu,Lignieres-en-Vimeu,Lignières-en-Vimeu,Lin'er-an-Vime,li nie er ang wei mo,Ліньєр-ан-Віме,利涅尔昂维默		FR	32	80	802	80480	110	Europe/Paris
6444571	Lihons	lihons	Lihons		FR	32	80	804	80481	437	Europe/Paris
6444572	Limeux	limeux	Lime,Limeu,Limeux,li mo,Ліме,利默		FR	32	80	801	80482	143	Europe/Paris
6444573	Liomer	liomer	Iomer,Iomèr,L'jome,Liomer,li yue mei er,Льйоме,利约梅尔		FR	32	80	802	80484	402	Europe/Paris
6444574	Longavesnes	longavesnes	Longaven,Longavene,Longavesnes,Longavène,long jia wei ne,Лонгавен,隆加韦讷		FR	32	80	804	80487	89	Europe/Paris
6444575	Longpré-les-Corps-Saints	longpre-les-corps-saints	Longpre-les-Corps-Saints,Longpré-les-Corps-Saints		FR	32	80	801	80488	1656	Europe/Paris
6444576	Longuevillette	longuevillette	Longvillett,long ge wei lai te,Лонгвіллетт,隆格维莱特		FR	32	80	802	80491	76	Europe/Paris
6444577	Louvencourt	louvencourt	Louvencourt,Louvincourt,Luvankur,lu wang ku er,Луванкур,卢旺库尔		FR	32	80	804	80493	278	Europe/Paris
6444578	Louvrechy	louvrechy	Louvrechy		FR	32	80	803	80494	199	Europe/Paris
6444579	Lucheux	lucheux	Lucheux		FR	32	80	802	80495	538	Europe/Paris
6444580	Machiel	machiel	Machiel		FR	32	80	801	80496	165	Europe/Paris
6444581	Machy	machy	Machy,Mashi,ma xi,machy  swmy,Маші,ماچی، سومی,马希		FR	32	80	801	80497	131	Europe/Paris
6444582	Mailly-Maillet	mailly-maillet	Mailly-Maillet		FR	32	80	804	80498	619	Europe/Paris
6444583	Mailly-Raineval	mailly-raineval	Mailly-Raineval		FR	32	80	803	80499	298	Europe/Paris
6444584	Maisnières	maisnieres			FR	32	80	801	80500	513	Europe/Paris
6444585	Maison-Ponthieu	maison-ponthieu	Maison-Ponthieu,Mezon-Pont'e,Moaison-Pontiu,mai song peng di e,Мезон-Понтьє,迈松蓬蒂厄		FR	32	80	801	80501	266	Europe/Paris
6444586	Maison-Roland	maison-roland	Maison-Roland,Mezon-Rolan,Moaison-Roland,mai song luo lang,Мезон-Ролан,迈松罗朗		FR	32	80	801	80502	108	Europe/Paris
6444587	Maizicourt	maizicourt	Maizicourt,Mezikur,mai qi ku er,Мезікур,迈齐库尔		FR	32	80	802	80503	194	Europe/Paris
6444588	Malpart	malpart	Malpart		FR	32	80	803	80504	81	Europe/Paris
6444589	Carnoy-Mametz	carnoy-mametz	Mame,Mamé,ma mei si,Маме,马梅斯		FR	32	80	804	80505	283	Europe/Paris
6444590	Marcelcave	marcelcave	Marcelcave,Marche,Marché,Marsel'kav,ma er sai er ka wo,Марселькав,马尔塞尔卡沃		FR	32	80	802	80507	1190	Europe/Paris
6444591	Marché-Allouarde	marche-allouarde			FR	32	80	803	80508	56	Europe/Paris
6444592	Marchélepot-Misery	marchelepot-misery	Marchelepot-Misery,Marchelpou,Marchèlpou,Marchélepot-Misery,Marshelepo,ma er xie lei bo,Маршелепо,马尔谢勒波		FR	32	80	804	80509	600	Europe/Paris
6444593	Mareuil-Caubert	mareuil-caubert	Marej-Kober,Mareu-Cœubert,ma lei yi ke bei er,maruiyu=koberu,Марей-Кобер,マルイユ＝コベール,马勒伊科贝尔		FR	32	80	801	80512	820	Europe/Paris
6444594	Maricourt	maricourt	Maricourt,Marikur,ma li ku er,marykwr,Марикур,ماریکور,马里库尔		FR	32	80	804	80513	177	Europe/Paris
6444595	Marieux	marieux	Mare,Mariu,ma li e,Марє,马里厄		FR	32	80	804	80514	118	Europe/Paris
6444596	Marlers	marlers	Marlers		FR	32	80	802	80515	139	Europe/Paris
6444597	Marquaix	marquaix	Marquaix		FR	32	80	804	80516	207	Europe/Paris
6444598	Marquivillers	marquivillers	Markiville,Marquivile,Marquivillers,Marquivilé,ma er ji wei lai er,Марківілле,马尔基维莱尔		FR	32	80	803	80517	185	Europe/Paris
6444599	Martainneville	martainneville			FR	32	80	801	80518	428	Europe/Paris
6444600	Matigny	matigny	Matigny,Matin'i,Matny,ma di ni,Матіньї,马蒂尼		FR	32	80	804	80519	500	Europe/Paris
6444601	Maurepas	maurepas	Maurepas,Maurpo,Morepa,mo lei pa,Морепа,莫勒帕		FR	32	80	804	80521	189	Europe/Paris
6444602	Méaulte	meaulte	Meaulte,Méaulte		FR	32	80	804	80523	1266	Europe/Paris
6444603	Méharicourt	meharicourt	Maricourt,Mearikur,Meharicourt,Méharicourt,mei a li ku er,Меарикур,梅阿里库尔		FR	32	80	804	80524	585	Europe/Paris
6444604	Meigneux	meigneux	Meigneux		FR	32	80	802	80525	173	Europe/Paris
6444605	Méneslies	meneslies	El Meillie,Meneli,Meneslies,Méneslies,mei ne li,Él Meillie,Менелі,梅讷利		FR	32	80	801	80527	314	Europe/Paris
6444606	Mérélessart	merelessart	Merelessar,Merelessart,Mnechart,Mnéchart,Mérélessart,mei lei lei sa er,Мерелессар,梅雷勒萨尔		FR	32	80	801	80529	198	Europe/Paris
6444607	Méricourt-l'Abbé	mericourt-l-abbe	Mericourt-l'Abbe,Méricourt-l'Abbé		FR	32	80	802	80530	599	Europe/Paris
6444608	Méricourt-en-Vimeu	mericourt-en-vimeu	Maricourt-in-Vimeu,Mericourt-en-Vimeu,Merikurt-an-Vime,Méricourt-en-Vimeu,mei li ku er ang wei mo,Мерикурт-ан-Віме,梅里库尔昂维默		FR	32	80	802	80531	102	Europe/Paris
6444611	Mesnil-Bruntel	mesnil-bruntel	ChMoeni-Breneti,ChMoéni-Brèneti,Menij-Brentel',Mesnil-Bruntel,mei ni lei bu lan tai lei,Меній-Брентель,梅尼勒布兰泰勒		FR	32	80	804	80536	289	Europe/Paris
6444612	Mesnil-Domqueur	mesnil-domqueur	Au Mouni-Dontcheur,Menij-Domker,Mesnil-Domqueur,mei ni lei dong ke er,Меній-Домкер,梅尼勒东克尔		FR	32	80	801	80537	87	Europe/Paris
6444613	Mesnil-en-Arrouaise	mesnil-en-arrouaise	Mesnil-en-Arrouaise		FR	32	80	804	80538	128	Europe/Paris
6444614	Mesnil-Martinsart	mesnil-martinsart			FR	32	80	804	80540	234	Europe/Paris
6444616	Mesnil-Saint-Nicaise	mesnil-saint-nicaise	Mesnil-Saint-Nicaise		FR	32	80	804	80542	562	Europe/Paris
6444617	Métigny	metigny	Metigny,Metin'i,Métigny,mei di ni,Метіньї,梅蒂尼		FR	32	80	802	80543	121	Europe/Paris
6444618	Mézerolles	mezerolles			FR	32	80	802	80544	189	Europe/Paris
6444619	Mézières-en-Santerre	mezieres-en-santerre	Mezieres-en-Santerre,Mézières-en-Santerre		FR	32	80	803	80545	581	Europe/Paris
6444620	Miannay	miannay	Miannay,Mianne,Miena,Miéna,mi a nai,Міанне,米阿奈		FR	32	80	801	80546	560	Europe/Paris
6444621	Millencourt-en-Ponthieu	millencourt-en-ponthieu	Millencourt-en-Ponthieu		FR	32	80	801	80548	361	Europe/Paris
6444622	Miraumont	miraumont	Miraumont		FR	32	80	804	80549	669	Europe/Paris
6444623	Mirvaux	mirvaux	Mirvaux		FR	32	80	802	80550	151	Europe/Paris
6444626	Molliens-au-Bois	molliens-au-bois	Mol'jan-o-Bua,Molien,mo li an ou bu wa,Мольян-о-Буа,莫利安欧布瓦		FR	32	80	802	80553	321	Europe/Paris
6444627	Monchy-Lagache	monchy-lagache	Monchy-L'Agache,Monchy-Lagache,Monchy-L’Agache,Monshi-Lagash,meng xi la jia shen,Монші-Лагаш,蒙希拉加什		FR	32	80	804	80555	664	Europe/Paris
6444628	Mons-Boubert	mons-boubert	Mons-Boubert		FR	32	80	801	80556	558	Europe/Paris
6444630	Montagne-Fayel	montagne-fayel	Montan'-Fael',Montane-Foeye,Montane-Foéyé,meng ta nie fa ye er,Монтань-Фаєль,蒙塔涅法耶尔		FR	32	80	802	80559	152	Europe/Paris
6444631	Montauban-de-Picardie	montauban-de-picardie	Montauban-de-Picardia,Montauban-de-Picardie,Montauban-de-Picardìa,Montaubin-dPicardie,Montoban-de-Pikardi,pi ka di de qu meng tuo bang,Монтобан-де-Пікарді,皮卡第地区蒙托邦		FR	32	80	804	80560	225	Europe/Paris
6444632	Montigny-sur-l'Hallue	montigny-sur-l-hallue	Montigny-sur-l'Hallue		FR	32	80	802	80562	211	Europe/Paris
6444633	Montigny-les-Jongleurs	montigny-les-jongleurs	Montigny-ches-Jougleus,Montigny-chés-Jougleus,Montigny-les-Jongleurs,Montin'i-le-Zhongler,meng di ni lai rong ge lei er,Монтіньї-ле-Жонглер,蒙蒂尼莱容格勒尔		FR	32	80	802	80563	94	Europe/Paris
6444634	Morchain	morchain	Morchain,Morshen,Mourchain,mo er shang,Моршен,莫尔尚		FR	32	80	804	80568	353	Europe/Paris
6444635	Moreuil	moreuil			FR	32	80	803	80570	3992	Europe/Paris
6444636	Morisel	morisel	Morisel		FR	32	80	803	80571	509	Europe/Paris
6444637	Morlancourt	morlancourt	Morlancourt		FR	32	80	804	80572	372	Europe/Paris
6444638	Morvillers-Saint-Saturnin	morvillers-saint-saturnin	Morvile-Saint-Saturnin,Morville-Sen-Satjurnen,Morvillers-Saint-Saturnin,Morvilé-Saint-Saturnin,mo wei lai er sheng sa di nan,Морвілле-Сен-Сатюрнен,莫维莱尔圣萨蒂南		FR	32	80	802	80573	406	Europe/Paris
6444639	Mouflers	mouflers	Moufler,Mouflèr,Mufle,mu fu lai er,Муфле,穆夫莱尔		FR	32	80	801	80574	93	Europe/Paris
6444640	Mouflières	mouflieres	Monfliere,Monfliére,Muflier,mu fu li ye er,Муфлієр,穆夫利耶尔		FR	32	80	802	80575	89	Europe/Paris
6444641	Moyencourt-lès-Poix	moyencourt-les-poix	Moyencourt-les-Poix,Moyencourt-lès-Poix		FR	32	80	802	80577	180	Europe/Paris
6444642	Muille-Villette	muille-villette	Mjuij-Vil'ett,Muile-Villette,Muille-Villette,mi ye wei lai te,Мюій-Вільетт,米耶维莱特		FR	32	80	804	80579	823	Europe/Paris
6444643	Nampty	nampty	Nampti,Nampty,Nanty,nan pu di,Нампті,南普蒂		FR	32	80	802	80583	282	Europe/Paris
6444644	Naours	naours	Naours,Naur,Nour,nuo er,Наур,诺尔		FR	32	80	802	80584	1079	Europe/Paris
6444647	Neufmoulin	neufmoulin	Nefmulen,Neufmoulin,Neumolin,ne fu mu lan,Нефмулен,讷夫穆兰		FR	32	80	801	80588	362	Europe/Paris
6444648	Neuilly-le-Dien	neuilly-le-dien	Nei-le-D'jan,Neuilly-le-Dien,Noly-lDien,ne yi lei di an,Неї-ле-Дьян,讷伊勒迪安		FR	32	80	801	80589	96	Europe/Paris
6444649	Neuilly-l'Hôpital	neuilly-l-hopital	Neuilly-l'Hopital,Neuilly-l'Hôpital		FR	32	80	801	80590	321	Europe/Paris
6444650	Neuville-au-Bois	neuville-au-bois	Neuville-au-Bos,Nevil'-o-Bua,ne wei er ou bu wa,Невіль-о-Буа,讷维尔欧布瓦		FR	32	80	802	80591	153	Europe/Paris
6444651	Neuville-Coppegueule	neuville-coppegueule	Neuville-Cobieule,Neuville-Coppegueule,Nevil'-Koppgel',ne wei er ke pei ge lei,Невіль-Коппгель,讷维尔科佩格勒		FR	32	80	802	80592	526	Europe/Paris
6444652	Nibas	nibas	Nibas		FR	32	80	801	80597	852	Europe/Paris
6444653	Noyelles-en-Chaussée	noyelles-en-chaussee	Noyelles-en-Chaussee,Noyelles-en-Chaussée,Noéyelle-in-Cœuchie,Nuael'-an-Shosse,nu wa ye er ang shao sai,Нуаєль-ан-Шоссе,努瓦耶尔昂绍塞		FR	32	80	801	80599	246	Europe/Paris
6444654	Noyelles-sur-Mer	noyelles-sur-mer	Noyelles-sur-Mer		FR	32	80	801	80600	727	Europe/Paris
6444655	Nurlu	nurlu	Njurlju,Norlu,Nurlu,nu er lu,Нюрлю,努尔卢		FR	32	80	804	80601	398	Europe/Paris
6444656	Occoches	occoches	Ocoche,Okkosh,ao ke shen,Оккош,奥科什		FR	32	80	802	80602	125	Europe/Paris
6444657	Ochancourt	ochancourt	Ochancourt		FR	32	80	801	80603	314	Europe/Paris
6444658	Offignies	offignies			FR	32	80	802	80604	71	Europe/Paris
6444659	Oisemont	oisemont			FR	32	80	802	80606	1175	Europe/Paris
6444660	Oissy	oissy	Oessy,Oissy,Oéssy,Uassi,wa xi,Уассі,瓦西		FR	32	80	802	80607	226	Europe/Paris
6444662	Oneux	oneux	Oneux		FR	32	80	801	80609	379	Europe/Paris
6444663	Oresmaux	oresmaux	Oresmaux		FR	32	80	802	80611	913	Europe/Paris
6444664	Outrebois	outrebois	Oterbou,Otérbou,Outrebois,Utrebua,wu te lei bu wa,Утребуа,乌特勒布瓦		FR	32	80	802	80614	309	Europe/Paris
6444665	Ovillers-la-Boisselle	ovillers-la-boisselle	Ovillers-la-Boisselle		FR	32	80	804	80615	448	Europe/Paris
6444666	Pendé	pende	Pande,Pende,Pendé,Pinda,peng dai,Панде,彭代		FR	32	80	801	80618	1083	Europe/Paris
6444667	Péronne	peronne	Peronn,Peronna,Peronne,Péronne,pei luo ne,peron'nu,Перонн,Перонна,ペロンヌ,佩罗讷		FR	32	80	804	80620	7628	Europe/Paris
6444668	Hypercourt	hypercourt	Hypercourt,Pertain,Perten,Pèrtain,pei er tan,Пертен,佩尔坦		FR	32	80	804	80621	728	Europe/Paris
6444669	Picquigny	picquigny			FR	32	80	802	80622	1357	Europe/Paris
6444670	Pierregot	pierregot	Perrgo,Piergou,Pierregot,Pièrgou,pi ai er ge,Пєррго,皮埃尔戈		FR	32	80	802	80624	278	Europe/Paris
6444671	Trois-Rivières	trois-rivieres	Perrpon-sjur-Avr,Pierpont-su-Avre,Pièrpont-su-Avre,Trois-Rivieres,Trois-Rivières,a fu er he pan pi ai er peng,Пєррпон-сюр-Авр,阿夫尔河畔皮埃尔蓬		FR	32	80	803	80625	1490	Europe/Paris
6444672	Pissy	pissy	Pissi,Pissy,pi xi,Піссі,皮西		FR	32	80	802	80626	276	Europe/Paris
6444673	Plachy-Buyon	plachy-buyon	Plachy-Bion,Plachy-Buyon,Plashi-Bvion,pu la xi bi yong,Плаші-Бвіон,普拉希比永		FR	32	80	802	80627	903	Europe/Paris
6444674	Ponches-Estruval	ponches-estruval	Ponche-Etruveu,Ponche-Étruveu,Ponsh-Estrjuval',peng shen ai si te lu wa lei,Понш-Естрюваль,蓬什埃斯特吕瓦勒		FR	32	80	801	80631	106	Europe/Paris
6444675	Pont-de-Metz	pont-de-metz	Pon-de-Mec,Pont-Mes,Pont-Mès,peng de mei si,Пон-де-Мец,蓬德梅斯		FR	32	80	802	80632	2399	Europe/Paris
6444676	Ponthoile	ponthoile	Ponthoile		FR	32	80	801	80633	618	Europe/Paris
6444677	Pont-Noyelles	pont-noyelles	Pont-Noyelles		FR	32	80	802	80634	849	Europe/Paris
6444678	Port-le-Grand	port-le-grand	Port-le-Grand		FR	32	80	801	80637	282	Europe/Paris
6444680	Poulainville	poulainville	Poulainville,Pulenvil',pu lan wei er,Пуленвіль,普兰维尔		FR	32	80	802	80639	1184	Europe/Paris
6444681	Pozières	pozieres	Pozieres,Pozières		FR	32	80	804	80640	263	Europe/Paris
6444682	Prouville	prouville	Prouville,Proville,Pruvil',pu lu wei er,Прувіль,普鲁维尔		FR	32	80	802	80642	305	Europe/Paris
6444683	Prouzel	prouzel	Prouzel		FR	32	80	802	80643	542	Europe/Paris
6444684	Proyart	proyart	Proeyart,Proyart,Proéyart,Pruajar,pu lu wa ya er,Пруаяр,普鲁瓦亚尔		FR	32	80	804	80644	697	Europe/Paris
6444685	Puchevillers	puchevillers	Pjusheville,Puchevillers,Puchvile,Puchvilé,pi she wei lai er,Пюшевілле,皮舍维莱尔		FR	32	80	804	80645	552	Europe/Paris
6444686	Punchy	punchy	Punchy		FR	32	80	804	80646	86	Europe/Paris
6444687	Puzeaux	puzeaux	Puzeaux		FR	32	80	804	80647	300	Europe/Paris
6444688	Querrieu	querrieu	Querrieu		FR	32	80	802	80650	651	Europe/Paris
6444689	Quesnoy-le-Montant	quesnoy-le-montant	Kenua-le-Montan,Quesnoy-le-Montant,Tchenoe-l Montant,Tchénoé-l Montant,kai nu wa lei meng tang,Кенуа-ле-Монтан,凯努瓦勒蒙唐		FR	32	80	801	80654	574	Europe/Paris
6444690	Quesnoy-sur-Airaines	quesnoy-sur-airaines	Kenua-sjur-Eren,LTchenoy-su-Araine,LTchénoy-su-Araine,Quesnoy-sur-Airaines,ai lai ne he pan kai nu wa,Кенуа-сюр-Ерен,艾赖讷河畔凯努瓦		FR	32	80	802	80655	443	Europe/Paris
6444691	Quevauvillers	quevauvillers	Gueuvile,Gueuvilé,Kevoville,Quevauvillers,ke wo wei lai,Кевовілле,克沃维莱		FR	32	80	802	80656	1111	Europe/Paris
6444693	Quivières	quivieres			FR	32	80	804	80658	144	Europe/Paris
6444694	Raincheval	raincheval	Raincheval,Rainchveu,Rensheval',lan she wa lei,Реншеваль,兰舍瓦勒		FR	32	80	804	80659	287	Europe/Paris
6444695	Rainneville	rainneville	Rainneville		FR	32	80	802	80661	974	Europe/Paris
6444696	Ramburelles	ramburelles	Ramburelles		FR	32	80	801	80662	275	Europe/Paris
6444697	Rambures	rambures	Rambjur,Rambure,Rambures,lang bi er,rambwrys,Рамбюр,رامبوریس,朗比尔		FR	32	80	802	80663	348	Europe/Paris
6444698	Rancourt	rancourt	Rancourt		FR	32	80	804	80664	201	Europe/Paris
6444699	Regnière-Écluse	regniere-ecluse	Regniere-Ecluse,Regnière-Écluse		FR	32	80	801	80665	127	Europe/Paris
6444700	Remaisnil	remaisnil	Remaisnil,Remenij,Remini,Rémini,lei mai si ni lei,Ременій,勒迈斯尼勒		FR	32	80	802	80666	28	Europe/Paris
6444701	Remaugies	remaugies	Remaugies		FR	32	80	803	80667	132	Europe/Paris
6444702	Remiencourt	remiencourt	Emiencourt,Remiencourt,Remjankur,lei mi an ku er,Émiencourt,Ремянкур,勒米安库尔		FR	32	80	802	80668	178	Europe/Paris
6444703	Revelles	revelles	Ervelle,Revel',Revelles,lei wei lei,Érvelle,Ревель,勒韦勒		FR	32	80	802	80670	524	Europe/Paris
6444704	Ribeaucourt	ribeaucourt	Ribeaucourt,Ribieucourt,Ribokur,li bo ku er,Рибокур,里博库尔		FR	32	80	802	80671	257	Europe/Paris
6444705	Riencourt	riencourt	Riancourt,Riencourt,Rjankur,li an ku er,Рянкур,里安库尔		FR	32	80	802	80673	177	Europe/Paris
6444706	Rivery	rivery	Rivery		FR	32	80	802	80674	3544	Europe/Paris
6444708	Roiglise	roiglise	Roiglise		FR	32	80	803	80676	156	Europe/Paris
6444709	Roisel	roisel	Roisel		FR	32	80	804	80677	1656	Europe/Paris
6444711	Ronssoy	ronssoy	Ronssoy		FR	32	80	804	80679	587	Europe/Paris
6444712	Rosières-en-Santerre	rosieres-en-santerre	Rosieres-en-Santerre,Rosières-en-Santerre		FR	32	80	804	80680	3008	Europe/Paris
6444713	Rouvrel	rouvrel	Rouvrel		FR	32	80	803	80681	304	Europe/Paris
6444714	Rouvroy-en-Santerre	rouvroy-en-santerre	Rouvroy-en-Santerre		FR	32	80	804	80682	211	Europe/Paris
6444715	Rouy-le-Grand	rouy-le-grand	Rouy-Grand,Rouy-le-Grand,Rui-le-Gran,da lu yi,Руї-ле-Гран,大鲁伊		FR	32	80	804	80683	109	Europe/Paris
6444716	Rouy-le-Petit	rouy-le-petit	Rouy-le-Petit,Rui-le-Peti,Tchout-Rouy,xiao lu yi,Руї-ле-Петі,小鲁伊		FR	32	80	804	80684	114	Europe/Paris
6444717	Rubempré	rubempre	Rjubampre,Rubempre,Rubempré,Rubimpre,Rubimpré,lu bang pu lei,Рюбампре,吕邦普雷		FR	32	80	802	80686	723	Europe/Paris
6444719	Rumigny	rumigny			FR	32	80	802	80690	594	Europe/Paris
6444720	Saigneville	saigneville	Saigneville,Sainneville,Sen'vil',sai nie wei er,Сеньвіль,سیگنولے,赛涅维尔		FR	32	80	801	80691	413	Europe/Paris
6444721	Sailly-Flibeaucourt	sailly-flibeaucourt	Sai-Flibokur,Sailly-Flibeaucourt,Sailly-Flibieucourt,sa yi fu li bo ku er,Саї-Флібокур,سیلے-فلیبوکورٹ,萨伊弗利博库尔		FR	32	80	801	80692	1039	Europe/Paris
6444722	Sailly-Laurette	sailly-laurette	Sai-Lorett,Saillin-Laurette,Sailly-Laurette,sa yi luo lei te,Саї-Лоретт,سیلے-لڑتے,萨伊洛雷特		FR	32	80	802	80693	307	Europe/Paris
6444723	Sailly-le-Sec	sailly-le-sec	Sai-le-Sek,Sailly-Se,Sailly-Sé,Sailly-le-Sec,sa yi lei sai ke,Саї-ле-Сек,سیلے-لے-سک,萨伊勒塞克		FR	32	80	802	80694	351	Europe/Paris
6444724	Sailly-Saillisel	sailly-saillisel	Sai-Saizel',Sailly-Saillisel,sa yi sa yi sai lei,Саї-Саїзель,سیلے-سیلسل,萨伊萨伊塞勒		FR	32	80	804	80695	475	Europe/Paris
6444725	Sains-en-Amiénois	sains-en-amienois			FR	32	80	802	80696	1197	Europe/Paris
6444726	Saint-Acheul	saint-acheul	Saint-Acheul		FR	32	80	802	80697	26	Europe/Paris
6444727	Saint-Aubin-Rivière	saint-aubin-riviere	Saint-Aubin-Riviere,Saint-Aubin-Rivière,Saint-Aubin-Riviére,Sent-Oben-River,sheng ou ban li wei ye er,Сент-Обен-Ривєр,سینٹ-آبن-ریویرے,圣欧班里维耶尔		FR	32	80	802	80699	111	Europe/Paris
6444728	Saint-Blimont	saint-blimont	Saint-Blimont		FR	32	80	801	80700	878	Europe/Paris
6444729	Saint-Christ-Briost	saint-christ-briost	Saint-Christ-Briost		FR	32	80	804	80701	439	Europe/Paris
6444730	Saint-Fuscien	saint-fuscien	Saint-Fuscien		FR	32	80	802	80702	1101	Europe/Paris
6444731	Saint-Germain-sur-Bresle	saint-germain-sur-bresle	Saint-Germain-su-Brele,Saint-Germain-sur-Bresle,Saint-Gérmain-su-Brèle,Sanctus Germanus ad Breselam,Sen-Zhermen-sjur-Brel',bu lei lei he pan sheng re er man,Сен-Жермен-сюр-Брель,سینٹ-گرمین-سر-برسلے,布雷勒河畔圣热尔曼		FR	32	80	802	80703	206	Europe/Paris
6444732	Saint-Gratien	saint-gratien	Saint-Gratien,Sen-Grat'jan,sheng ge la di an,Сен-Гратьян,سینٹ-گرتیں ، سوممے,圣格拉蒂安		FR	32	80	802	80704	375	Europe/Paris
6444845	Labessière-Candeil	labessiere-candeil			FR	76	81	811	81117	742	Europe/Paris
6444733	Saint-Léger-lès-Authie	saint-leger-les-authie	Saint-Leger-les-Authie,Saint-Léger-lès-Authie,Saint-Njer-les-Eutie,Saint-Njèr-lès-Eutie,Sen-Lezhe-lez-Oti,sheng lai re lai ou di,Сен-Леже-лез-Оті,سینٹ-لگر-لیس-اوتھے,圣莱热莱欧蒂		FR	32	80	804	80705	93	Europe/Paris
6444734	Saint-Léger-lès-Domart	saint-leger-les-domart	Saint-Leger-les-Domart,Saint-Léger-lès-Domart,Saint-Nge-les-Donmart,Saint-Ngé-lès-Donmart,Sen-Lezhe-le-Domar,sheng lai re lai duo ma er,Сен-Леже-ле-Домар,سینٹ-لگر-لیس-دومرت,圣莱热莱多马尔		FR	32	80	802	80706	1853	Europe/Paris
6444736	Saint-Maulvis	saint-maulvis	Saint-Maulvis,Saint-Meuvi,Sen-Mol'vi,sheng mo er wei,Сен-Мольві,سینٹ-مولویس,圣莫尔维		FR	32	80	802	80709	268	Europe/Paris
6444737	Saint-Maxent	saint-maxent	Saint-Manchin,Saint-Maxent,Sen-Maksan,sheng ma ke sang,Сен-Максан,圣马克桑		FR	32	80	801	80710	383	Europe/Paris
6444738	Saint-Quentin-en-Tourmont	saint-quentin-en-tourmont	Saint-Quentin-en-Tourmont		FR	32	80	801	80713	290	Europe/Paris
6444739	Saint-Riquier	saint-riquier	Saint-Riquier		FR	32	80	801	80716	1247	Europe/Paris
6444740	Saint-Sauflieu	saint-sauflieu	Saint-Sauflieu,Saint-Souillu,Sen-Soflie,sheng suo fu e,syn-swflyw,Сен-Софліє,سین-صوفلیو,圣索夫略		FR	32	80	802	80717	1005	Europe/Paris
6444741	Sainte-Segrée	sainte-segree	Sainte-Gree,Sainte-Grée,Sainte-Segree,Sainte-Segrée,Sent-Segre,sheng sai ge lei,Сент-Сегре,سین-سیگرے,圣塞格雷		FR	32	80	802	80719	59	Europe/Paris
6444742	Saisseval	saisseval	Saisevo,Saisseval,Sessval',sai se wa lei,Сессваль,赛瑟瓦勒		FR	32	80	802	80723	240	Europe/Paris
6444743	Saleux	saleux	Sale,Saleux,sa lei,Сале,萨勒		FR	32	80	802	80724	2861	Europe/Paris
6444744	Salouël	salouel	Salouel,Salouël		FR	32	80	802	80725	4044	Europe/Paris
6444745	Sancourt	sancourt	Sancourt		FR	32	80	804	80726	264	Europe/Paris
6444746	Saulchoy-sous-Poix	saulchoy-sous-poix	Saulchoy-sous-Poix		FR	32	80	802	80728	70	Europe/Paris
6444747	Sauvillers-Mongival	sauvillers-mongival	Sauvillers-Mongival		FR	32	80	803	80729	174	Europe/Paris
6444748	Saveuse	saveuse	Saveuse,Savez,sa wo si,Савез,萨沃斯		FR	32	80	802	80730	917	Europe/Paris
6444750	Senlis-le-Sec	senlis-le-sec	Senlis-le-Sec		FR	32	80	804	80733	297	Europe/Paris
6444752	Seux	seux	Se,Seux,se cun,Се,瑟村		FR	32	80	802	80735	169	Europe/Paris
6444753	Sorel-en-Vimeu	sorel-en-vimeu			FR	32	80	801	80736	217	Europe/Paris
6444754	Soues	soues	Soues		FR	32	80	802	80738	128	Europe/Paris
6444755	Sourdon	sourdon	Sourdon		FR	32	80	803	80740	313	Europe/Paris
6444756	Soyécourt	soyecourt	Soyecourt,Soyécourt		FR	32	80	804	80741	175	Europe/Paris
6444757	Surcamps	surcamps	Surcamps		FR	32	80	802	80742	65	Europe/Paris
6444758	Suzanne	suzanne	Sjuzann,Suzanne,Suzene,Suzène,xu zha ne,Сюзанн,叙扎讷		FR	32	80	804	80743	182	Europe/Paris
6444759	Talmas	talmas	Talmas		FR	32	80	802	80746	1067	Europe/Paris
6444760	Templeux-la-Fosse	templeux-la-fosse	Tample-la-Foss,Templeux-la-Fosse,Timplu-lFosse,tang pu lei la fu se,Тампле-ла-Фосс,唐普勒拉福瑟		FR	32	80	804	80747	141	Europe/Paris
6444761	Templeux-le-Guérard	templeux-le-guerard	Tample-le-Gerar,Templeux-le-Guerard,Templeux-le-Guérard,Timplu-lGra,tang pu lei-lei gai la er,Тампле-ле-Герар,唐普勒-勒盖拉尔		FR	32	80	804	80748	173	Europe/Paris
6444762	Terramesnil	terramesnil	Terramesnil		FR	32	80	802	80749	304	Europe/Paris
6444764	Thézy-Glimont	thezy-glimont	Tezi-Glimon,Tezin-Glimont,Thezy-Glimont,Thézy-Glimont,Tézin-Glimont,tai ji ge li meng,Тезі-Глімон,泰济格利蒙		FR	32	80	802	80752	623	Europe/Paris
6444765	Thiepval	thiepval	Thiepval		FR	32	80	804	80753	131	Europe/Paris
6444766	Thieulloy-l'Abbaye	thieulloy-l-abbaye	Thieulloy-l'Abbaye		FR	32	80	802	80754	367	Europe/Paris
6444767	Thieulloy-la-Ville	thieulloy-la-ville	Thieulloy-la-Ville		FR	32	80	802	80755	143	Europe/Paris
6444768	Thièvres	thievres	T'evr,Thievres,Thièvres,Tieufe,di ye fu er,Тьєвр,蒂耶夫尔		FR	32	80	804	80756	62	Europe/Paris
6444769	Thory	thory	Thory		FR	32	80	803	80758	189	Europe/Paris
6444770	Tilloy-Floriville	tilloy-floriville	Tijua-Florivil',Tilloy-Floriville,Tiloe-Flouriville,Tiloé-Flouriville,di lu wa fu luo li wei er,Тіюа-Флоривіль,蒂卢瓦弗洛里维尔		FR	32	80	801	80760	395	Europe/Paris
6444772	Tincourt-Boucly	tincourt-boucly	Tincourt-Boucly		FR	32	80	804	80762	359	Europe/Paris
6444773	Tours-en-Vimeu	tours-en-vimeu			FR	32	80	801	80765	835	Europe/Paris
6444774	Toutencourt	toutencourt	Toutencourt,Toutincourt,Tutankur,tu tang ku er,Тутанкур,图唐库尔		FR	32	80	804	80766	472	Europe/Paris
6444775	Treux	treux			FR	32	80	802	80769	249	Europe/Paris
6444776	Tully	tully	Tjulli,Tully,di li,Тюллі,蒂利		FR	32	80	801	80770	559	Europe/Paris
6444778	Vaire-sous-Corbie	vaire-sous-corbie	Vaire-dsou-Corbeu,Vaire-sous-Corbie,Ver-su-Korbi,wei er su ke er bi,Вер-су-Корбі,韦尔苏科尔比		FR	32	80	802	80774	284	Europe/Paris
6444779	Valines	valines	Valainne,Valin,Valines,wa li ne,Валін,瓦利讷		FR	32	80	801	80775	636	Europe/Paris
6444780	Vauchelles-lès-Authie	vauchelles-les-authie	Vauchelles-les-Authie,Vauchelles-lès-Authie		FR	32	80	804	80777	157	Europe/Paris
6444781	Vauchelles-lès-Domart	vauchelles-les-domart	Vauchelles-les-Domart,Vauchelles-lès-Domart		FR	32	80	802	80778	122	Europe/Paris
6444782	Vaudricourt	vaudricourt	Audricourt,Vaudricourt,Vodrikur,wawdrykwrt  swmh,wo de li ku er,Водрикур,واودریکورت، سومه,沃德里库尔		FR	32	80	801	80780	395	Europe/Paris
6444783	Vauvillers	vauvillers	Vauvillers,Veuvile,Veuvilé,Voville,waywylrs  swmh,wo wei lai er,Вовілле,وائویلرس، سومه,沃维莱尔		FR	32	80	804	80781	257	Europe/Paris
6444784	Vaux-en-Amiénois	vaux-en-amienois	Vaux-en-Amienois,Vaux-en-Amiénois,Veux-in-Anmienoe,Veux-in-Anmiénoé,Vo-an-Amenua,wawks an amynys,wo ang na mi ye nu wa,Во-ан-Амєнуа,واوکس ان امینیس,沃昂纳米耶努瓦		FR	32	80	802	80782	404	Europe/Paris
6444785	Vaux-Marquenneville	vaux-marquenneville	Vaux-Marquenneville		FR	32	80	801	80783	86	Europe/Paris
6444786	Vaux-sur-Somme	vaux-sur-somme	Vaux-sur-Somme		FR	32	80	802	80784	309	Europe/Paris
6444787	Vecquemont	vecquemont	Vecmont,Vecquemont,Vekmon,Vècmont,wei ke meng,wkqwmnt,Векмон,وکقومنت,韦克蒙		FR	32	80	802	80785	538	Europe/Paris
6444788	Vercourt	vercourt	Vercourt		FR	32	80	801	80787	93	Europe/Paris
6444789	Vergies	vergies	Vergie,Vergies,Verzhi,Vérgie,wei er ji ye,wrgys,Вержі,ورگیس,韦尔吉耶		FR	32	80	802	80788	158	Europe/Paris
6444790	Vermandovillers	vermandovillers	Vermandovillers		FR	32	80	804	80789	148	Europe/Paris
6444791	Verpillières	verpillieres	Verpillieres,Verpillières		FR	32	80	803	80790	158	Europe/Paris
6444792	Vignacourt	vignacourt	Vignacourt		FR	32	80	802	80793	2361	Europe/Paris
6444793	Villecourt	villecourt	Villecourt		FR	32	80	804	80794	58	Europe/Paris
6444794	Ville-le-Marclet	ville-le-marclet	Ville-le-Marclet		FR	32	80	802	80795	475	Europe/Paris
6444795	Villers-aux-Érables	villers-aux-erables	Viler-a-zEraules,Viller-o-Erabl',Vilèr-à-zÉraules,wei lai ou ai la bu lei,Віллер-о-Ерабль,维莱欧埃拉布勒		FR	32	80	803	80797	121	Europe/Paris
6444796	Villers-Bocage	villers-bocage	Viller-Bocage,Viller-Bokazh,Villers-Bocage,Villér-Bocage,wei lai bo ka ri,Виллер-Бокаж,Віллер-Бокаж,维莱博卡日		FR	32	80	802	80798	1408	Europe/Paris
6444797	Villers-Bretonneux	villers-bretonneux	Villers-Bretonneux		FR	32	80	802	80799	4425	Europe/Paris
6444798	Villers-Campsart	villers-campsart	Villers-Campsart		FR	32	80	802	80800	152	Europe/Paris
6444799	Villers-Carbonnel	villers-carbonnel	Viler-Carbonnel,Viller-Karbonnel',Villers-Carbonnel,Vilèr-Carbonnel,wei lai ka bo nei lei,Віллер-Карбоннель,维莱卡博内勒		FR	32	80	804	80801	349	Europe/Paris
6444800	Villers-Faucon	villers-faucon	Viler-ChFaucon,Viller-Fokon,Villers-Faucon,Vilèr-ChFaucon,wei lai fu kong,Віллер-Фокон,维莱福孔		FR	32	80	804	80802	611	Europe/Paris
6444801	Villers-lès-Roye	villers-les-roye	Villers-les-Roye,Villers-lès-Roye		FR	32	80	803	80803	277	Europe/Paris
6444802	Villers-sous-Ailly	villers-sous-ailly	Villers-sous-Ailly		FR	32	80	801	80804	185	Europe/Paris
6444803	Villers-Tournelle	villers-tournelle	Viler-Tornelle,Viller-Turnel',Villers-Tournelle,Vilèr-Tornelle,wei lai tu er nei lei,Віллер-Турнель,维莱图尔内勒		FR	32	80	803	80805	157	Europe/Paris
6444804	Villers-sur-Authie	villers-sur-authie	Villers-sur-Authie		FR	32	80	801	80806	476	Europe/Paris
6444805	Ville-sur-Ancre	ville-sur-ancre	Vil'-sjur-Ankr,Ville-su-Inke,Ville-sur-Ancre,ang ke er he pan wei er,Віль-сюр-Анкр,昂克尔河畔维尔		FR	32	80	804	80807	270	Europe/Paris
6444806	Vironchaux	vironchaux	Vironchaux		FR	32	80	801	80808	487	Europe/Paris
6444807	Vismes	vismes	Vismes		FR	32	80	801	80809	486	Europe/Paris
6444808	Vitz-sur-Authie	vitz-sur-authie	Vic-sjur-Oti,Visse-su-Eutie,Vitz-sur-Authie,ou di he pan wei si,Віц-сюр-Оті,欧蒂河畔维斯		FR	32	80	801	80810	127	Europe/Paris
6444809	Voyennes	voyennes	Voyennes		FR	32	80	804	80811	611	Europe/Paris
6444811	Vraignes-lès-Hornoy	vraignes-les-hornoy	Vraignes-les-Hornoy,Vraignes-lès-Hornoy		FR	32	80	802	80813	94	Europe/Paris
6444812	Vrély	vrely	Verly,Vreli,Vrely,Vrély,Vèrly,fu lei li,Врелі,弗雷利		FR	32	80	804	80814	429	Europe/Paris
6444813	Vron	vron	Vron		FR	32	80	801	80815	839	Europe/Paris
6444814	Wargnies	wargnies	Wargnies		FR	32	80	802	80819	91	Europe/Paris
6444815	Warloy-Baillon	warloy-baillon	Warloy-Baillon		FR	32	80	802	80820	762	Europe/Paris
6444816	Warlus	warlus	Varljus,Warlu,Warlus,wa er lu,Варлюс,瓦尔吕		FR	32	80	802	80821	223	Europe/Paris
6444817	Warsy	warsy	Warsy		FR	32	80	803	80822	142	Europe/Paris
6444818	Warvillers	warvillers	Warvillers		FR	32	80	804	80823	147	Europe/Paris
6444819	Wiencourt-l'Équipée	wiencourt-l-equipee	Wiencourt-l'Equipee,Wiencourt-l'Équipée		FR	32	80	804	80824	260	Europe/Paris
6444820	Wiry-au-Mont	wiry-au-mont	Viri-o-Mon,Wery-au-Mont,Wiry-au-Mont,Wéry-au-Mont,wei li ou meng,Вірі-о-Мон,维里欧蒙		FR	32	80	801	80825	121	Europe/Paris
6444821	Woignarue	woignarue	Woignarue		FR	32	80	801	80826	835	Europe/Paris
6444822	Woincourt	woincourt	Vuenkur,Wincourt,Woincourt,vu~oankuru,wan ku er,Вуенкур,ヴォアンクール,万库尔		FR	32	80	801	80827	1297	Europe/Paris
6444823	Woirel	woirel	Vuarel',Werel,Woirel,Wérél,wa lai lei,Вуарель,瓦莱勒		FR	32	80	802	80828	57	Europe/Paris
6444824	Y	y	I,Y,i,way  sm,yi zhen,І,И,وای، سم,ی، سومے,イ,依鎮		FR	32	80	804	80829	93	Europe/Paris
6444825	Yaucourt-Bussus	yaucourt-bussus	Yaucourt-Bussus		FR	32	80	801	80830	247	Europe/Paris
6444826	Yvrench	yvrench	Ivransh,Yvrench,Yvrin,yi fu lang shen,ywrnch,Івранш,یورنچ,伊夫朗什		FR	32	80	801	80832	305	Europe/Paris
6444827	Yvrencheux	yvrencheux	Ivranshe,Yvrencheux,Yvrincheux,wrynchyw,yi fu lang she,Івранше,ورینچیو,伊夫朗舍		FR	32	80	801	80833	128	Europe/Paris
6444828	Yzengremer	yzengremer	Yzengremer		FR	32	80	801	80834	505	Europe/Paris
6444829	Yzeux	yzeux			FR	32	80	802	80835	267	Europe/Paris
6444830	Yonval	yonval	Ionval',Yonval,Yonvo,yong wa lei,ywnwl,Іонваль,یونول,永瓦勒		FR	32	80	801	80836	227	Europe/Paris
6444832	Gijounet	gijounet	Gijounet		FR	76	81	812	81103	125	Europe/Paris
6444833	Giroussens	giroussens	Girocens,Giroussens,Zhirusan,Zhirusans,Zhirussan,ji lu sang,Жирусан,Жирусанс,Жируссан,吉鲁桑		FR	76	81	812	81104	1490	Europe/Paris
6444834	Graulhet	graulhet	Graulhet		FR	76	81	812	81105	12542	Europe/Paris
6444836	Itzac	itzac	Itzac		FR	76	81	811	81108	151	Europe/Paris
6444837	Jonquières	jonquieres	Jonquieres,Jonquières		FR	76	81	812	81109	451	Europe/Paris
6444838	Jouqueviel	jouqueviel	Jocavielh,Jocavièlh,Jouqueviel,Zhukev'el',Zhukvel',ru qu ai wei ye,Жуквєль,Жукевьель,茹屈埃维耶		FR	76	81	811	81110	96	Europe/Paris
6444839	Labarthe-Bleys	labarthe-bleys	Labarthe-Bleys		FR	76	81	811	81111	74	Europe/Paris
6444840	Labastide-de-Lévis	labastide-de-levis	La Bastida de Levis,La Bastida de Lèvis,Labastid-de-Levi,Labastid-de-Levis,Labastide-de-Levis,Labastide-de-Lévis,la ba si di dai de lai wei,Лабастид-де-Левис,Лабастід-де-Леві,لاباسٹیڈ-دی-لیویس,拉巴斯蒂代德莱维		FR	76	81	811	81112	903	Europe/Paris
6444842	Labastide-Gabausse	labastide-gabausse	Labastide-Gabausse		FR	76	81	811	81114	502	Europe/Paris
6444844	Labastide-Saint-Georges	labastide-saint-georges	La Bastida de Sant Jordi,La Bastida de Sant Jòrdi,Labastid-Sen-Zhorzh,Labastide-Saint-Georges,la ba si di dai sheng re ao er re,Лабастид-Сен-Жорж,Лабастід-Сен-Жорж,لاباسٹیڈ-سین-جارجس,拉巴斯蒂代圣热奥尔热		FR	76	81	812	81116	1927	Europe/Paris
6444846	Laboulbène	laboulbene	Laboulbene,Laboulbène		FR	76	81	812	81118	140	Europe/Paris
6444847	Labruguière	labruguiere	Labruguiere,Labruguière		FR	76	81	812	81120	6523	Europe/Paris
6444848	Lacabarède	lacabarede			FR	76	81	812	81121	309	Europe/Paris
6444849	Lacapelle-Pinet	lacapelle-pinet	Lacapelle-Pinet		FR	76	81	811	81122	75	Europe/Paris
6444850	Lacapelle-Ségalar	lacapelle-segalar	Lacapelle-Segalar,Lacapelle-Ségalar		FR	76	81	811	81123	99	Europe/Paris
6444851	Lacaune	lacaune	La Cauna,Lakon,la ke na,Лакон,拉科纳		FR	76	81	812	81124	2507	Europe/Paris
6444852	Lacaze	lacaze	Lacaze		FR	76	81	812	81125	292	Europe/Paris
6444853	Lacroisille	lacroisille			FR	76	81	812	81127	116	Europe/Paris
6444854	Lacrouzette	lacrouzette	Lacrouzette		FR	76	81	812	81128	1745	Europe/Paris
6444855	Lagardiolle	lagardiolle	Lagardiolle		FR	76	81	812	81129	241	Europe/Paris
6444856	Lagarrigue	lagarrigue	Lagarrigue		FR	76	81	812	81130	1809	Europe/Paris
6444857	Lagrave	lagrave	La Grava,Lagrav,la ge la wo,lagrawy,Лаграв,لاگراوی,拉格拉沃		FR	76	81	811	81131	2127	Europe/Paris
6444858	Guitalens-L'Albarède	guitalens-l-albarede			FR	76	81	812	81132	886	Europe/Paris
6444859	Lamillarié	lamillarie	Lamillarie,Lamillarié		FR	76	81	811	81133	497	Europe/Paris
6444860	Laparrouquial	laparrouquial			FR	76	81	811	81135	106	Europe/Paris
6444861	Lasgraisses	lasgraisses	Lasgraisses		FR	76	81	811	81138	503	Europe/Paris
6444862	Lautrec	lautrec	Lautrec		FR	76	81	812	81139	1781	Europe/Paris
6444864	Lempaut	lempaut	LEmpeut,LEmpèut,Lampo,Lempaut,lang bo,Лампо,朗波		FR	76	81	812	81142	862	Europe/Paris
6444865	Lescout	lescout	Lescout		FR	76	81	812	81143	701	Europe/Paris
6444866	Lescure-d'Albigeois	lescure-d-albigeois	Lescure-d'Albigeois		FR	76	81	811	81144	4508	Europe/Paris
6444867	Lisle-sur-Tarn	lisle-sur-tarn	LIlla,LIlla dAlbiges,LIlla dAlbigés,Lil'-sjur-Tarn,Lisle-sur-Tarn,ta er en he pan li si er,Лиль-сюр-Тарн,Ліль-сюр-Тарн,塔尔恩河畔利斯尔		FR	76	81	811	81145	4634	Europe/Paris
6444868	Lombers	lombers	Lombers		FR	76	81	811	81147	1126	Europe/Paris
6444869	Loubers	loubers	Loubers		FR	76	81	811	81148	78	Europe/Paris
6444870	Magrin	magrin	Magrin		FR	76	81	812	81151	131	Europe/Paris
6444871	Mailhoc	mailhoc	Mailhoc,Mailuoc,Mailuòc,Majok,mai er ao ke,Майок,迈尔奥克		FR	76	81	811	81152	287	Europe/Paris
6444872	Marnaves	marnaves			FR	76	81	811	81154	77	Europe/Paris
6444874	Marssac-sur-Tarn	marssac-sur-tarn	Marssac-sur-Tarn		FR	76	81	811	81156	3124	Europe/Paris
6444875	Marzens	marzens	Marzens		FR	76	81	812	81157	289	Europe/Paris
6444876	Massac-Séran	massac-seran			FR	76	81	812	81159	378	Europe/Paris
6444877	Massaguel	massaguel			FR	76	81	812	81160	409	Europe/Paris
6444878	Massals	massals	Massals		FR	76	81	811	81161	99	Europe/Paris
6444879	Maurens-Scopont	maurens-scopont	Maurens-Scopont		FR	76	81	812	81162	187	Europe/Paris
6444880	Mazamet	mazamet	Mazamet		FR	76	81	812	81163	9969	Europe/Paris
6444881	Mézens	mezens	Mezens,Mézens		FR	76	81	811	81164	480	Europe/Paris
6444882	Milhars	milhars	Milhars		FR	76	81	811	81165	236	Europe/Paris
6444883	Milhavet	milhavet	Milhavet		FR	76	81	811	81166	87	Europe/Paris
6444885	Mirandol-Bourgnounac	mirandol-bourgnounac	Borionac,Borionac de Mirandol,Borionac de Mirandòl,Mirandol'-Burn'junak,Mirandol-Bourgnounac,mi lang duo bu er niu na,Мирандоль-Бурньюнак,Мірандоль-Бурньюнак,米朗多布尔纽纳		FR	76	81	811	81168	1040	Europe/Paris
6444886	Missècle	missecle			FR	76	81	812	81169	96	Europe/Paris
6444887	Montans	montans	Montan,Montans,meng tang,Монтан,Монтанс,蒙唐		FR	76	81	811	81171	1390	Europe/Paris
6444888	Montdragon	montdragon	Montdragon		FR	76	81	812	81174	620	Europe/Paris
6444890	Montgey	montgey	Montgey		FR	76	81	812	81179	291	Europe/Paris
6444891	Montirat	montirat	Montira,Montirat,meng di la,Монтира,Монтірат,蒙蒂拉		FR	76	81	811	81180	250	Europe/Paris
6444892	Montpinier	montpinier	Montpinier		FR	76	81	812	81181	191	Europe/Paris
6444893	Montredon-Labessonnié	montredon-labessonnie	La Bessonia,La Bessonia e Mont-redond,La Bessoniá,La Bessoniá e Mont-redond,Monredon-Labeson'e,Monredon-Labesson'e,Montredon-Labessonnie,Montredon-Labessonnié,meng te lei dong la bei suo nie,Монредон-Лабесонье,Монредон-Лабессоньє,蒙特雷东拉贝索涅		FR	76	81	812	81182	2019	Europe/Paris
6444894	Mont-Roc	mont-roc	Mont-Roc		FR	76	81	812	81183	192	Europe/Paris
6444895	Montvalen	montvalen	Montvalen,Montvalent,Monvalan,meng te wa lang,Монвалан,蒙特瓦朗		FR	76	81	811	81185	233	Europe/Paris
6444896	Moularès	moulares	Moulares,Moularès		FR	76	81	811	81186	280	Europe/Paris
6444897	Moulayrès	moulayres	Moulayres,Moulayrès		FR	76	81	812	81187	197	Europe/Paris
6444898	Moulin-Mage	moulin-mage	Lo Molin Mager,Lo Molin Màger,Moulin-Mage,Mulen-Mazh,mu lan ma re,Мулен-Маж,穆兰马热		FR	76	81	812	81188	308	Europe/Paris
6444899	Mouzens	mouzens	Mouzens		FR	76	81	812	81189	123	Europe/Paris
6444900	Mouzieys-Teulet	mouzieys-teulet	Mouzieys-Teulet		FR	76	81	811	81190	491	Europe/Paris
6444901	Mouzieys-Panens	mouzieys-panens	Mouzieys-Panens		FR	76	81	811	81191	242	Europe/Paris
6444902	Murat-sur-Vèbre	murat-sur-vebre	Murat-sur-Vebre,Murat-sur-Vèbre		FR	76	81	812	81192	832	Europe/Paris
6444903	Nages	nages	Nages		FR	76	81	812	81193	327	Europe/Paris
6444904	Noailles	noailles	Noailles,Noaj,Noalhas,nuo ai lei,Ноай,诺艾勒		FR	76	81	811	81197	218	Europe/Paris
6444905	Orban	orban	Orban		FR	76	81	811	81198	335	Europe/Paris
6444906	Padiès	padies	Padies,Padiès		FR	76	81	811	81199	191	Europe/Paris
6444908	Pampelonne	pampelonne	Pampelonne		FR	76	81	811	81201	855	Europe/Paris
6444909	Paulinet	paulinet	Paulinet,Paulinh,Poline,bo li na,Полине,Поліне,波利纳		FR	76	81	811	81203	542	Europe/Paris
6444910	Payrin-Augmontel	payrin-augmontel	Pairin e Aut Montel,Pairinh e Autmontelh,Payrin-Augmontel,Peren-Ogmontel',pei lan ao ge meng te,Перен-Огмонтель,佩兰奥格蒙特		FR	76	81	812	81204	2180	Europe/Paris
6444911	Péchaudier	pechaudier			FR	76	81	812	81205	186	Europe/Paris
6444912	Peyregoux	peyregoux	Peyregoux		FR	76	81	812	81207	81	Europe/Paris
6444913	Peyrole	peyrole	Peyrole		FR	76	81	811	81208	573	Europe/Paris
6444915	Poulan-Pouzols	poulan-pouzols	Poulan-Pouzols		FR	76	81	811	81211	483	Europe/Paris
6444916	Puéchoursi	puechoursi			FR	76	81	812	81214	96	Europe/Paris
6444917	Puybegon	puybegon			FR	76	81	812	81215	647	Europe/Paris
6444918	Puycalvel	puycalvel	Puycalvel		FR	76	81	812	81216	217	Europe/Paris
6444919	Puycelsi	puycelsi	Puycelsi		FR	76	81	811	81217	448	Europe/Paris
6444920	Puylaurens	puylaurens	Pjuiloran,Pueglaurenc,Puylaurens,Puèglaurenç,pi yi luo lang,Пюилоран,Пюїлоран,皮伊洛朗		FR	76	81	812	81219	3275	Europe/Paris
6444921	Rayssac	rayssac	Rayssac		FR	76	81	812	81221	248	Europe/Paris
6444922	Réalmont	realmont	Real'mon,Realmont,Reialmont,Réalmont,lei a er meng,Реальмон,雷阿尔蒙		FR	76	81	811	81222	3383	Europe/Paris
6444923	Rivières	rivieres	Rivieres,Rivières		FR	76	81	811	81225	1037	Europe/Paris
6444925	Roquecourbe	roquecourbe	Roquecourbe		FR	76	81	812	81227	2200	Europe/Paris
6444927	Roquevidal	roquevidal	Roquevidal		FR	76	81	812	81229	137	Europe/Paris
6444928	Rosières	rosieres	Rosieres,Rosières		FR	76	81	811	81230	746	Europe/Paris
6444929	Terre-de-Bancalié	terre-de-bancalie	Terre-de-Bancalie,Terre-de-Bancalié		FR	76	81	811	81233	1696	Europe/Paris
6444930	Roussayrolles	roussayrolles	Roussayrolles		FR	76	81	811	81234	77	Europe/Paris
6444931	Saint-Amancet	saint-amancet	Saint-Amancet		FR	76	81	812	81237	190	Europe/Paris
6444932	Saint-Amans-Soult	saint-amans-soult	Saint-Amans-Soult		FR	76	81	812	81238	1614	Europe/Paris
6444933	Saint-Amans-Valtoret	saint-amans-valtoret	Saint-Amans-Valtoret,Sant Amanc de Val Toret,Sant Amanc de Valtoret,Sant Amanç de Val Toret,Sant Amanç de Valtoret,Sent-Aman-Val'tore,sheng a mang wa er tuo lei,Сент-Аман-Вальторе,سینٹ-امانس-ولتورت,圣阿芒瓦尔托勒		FR	76	81	812	81239	921	Europe/Paris
6444935	Saint-Beauzile	saint-beauzile	Saint-Beauzile		FR	76	81	811	81243	127	Europe/Paris
6444936	Saint-Benoît-de-Carmaux	saint-benoit-de-carmaux	Saint-Benoit-de-Carmaux,Saint-Benoît-de-Carmaux		FR	76	81	811	81244	2152	Europe/Paris
6444937	Sainte-Cécile-du-Cayrou	sainte-cecile-du-cayrou	Sainte-Cecile-du-Cayrou,Sainte-Cécile-du-Cayrou		FR	76	81	811	81246	116	Europe/Paris
6444938	Saint-Cirgue	saint-cirgue	Saint-Cirgue		FR	76	81	811	81247	208	Europe/Paris
6444939	Saint-Gauzens	saint-gauzens	Sant Gausenc,Sant Gausenç,Sen-Gozan,Sen-Gozens,sheng ge cang,Сен-Гозан,Сен-Гозенс,سینٹ-گوزینس,圣戈藏		FR	76	81	812	81248	838	Europe/Paris
6444940	Saint-Genest-de-Contest	saint-genest-de-contest	Saint-Genest-de-Contest		FR	76	81	812	81250	297	Europe/Paris
6444941	Saint-Germain-des-Prés	saint-germain-des-pres	Saint-Germain-des-Pres,Saint-Germain-des-Prés		FR	76	81	812	81251	914	Europe/Paris
6444942	Saint-Jean-de-Marcel	saint-jean-de-marcel	Saint-Jean-de-Marcel		FR	76	81	811	81254	368	Europe/Paris
6444943	Saint-Jean-de-Rives	saint-jean-de-rives	Saint-Jean-de-Rives,Sant Joan de Ribas,Sen-Zhan-de-Riv,sheng re ang de li wo,Сен-Жан-де-Рив,سینٹ-ژاں -دے-روس,圣热昂德里沃		FR	76	81	812	81255	490	Europe/Paris
6444944	Saint-Jean-de-Vals	saint-jean-de-vals	Saint-Jean-de-Vals		FR	76	81	812	81256	76	Europe/Paris
6444945	Saint-Julien-du-Puy	saint-julien-du-puy	Saint-Julien-du-Puy		FR	76	81	812	81258	433	Europe/Paris
6444946	Saint-Julien-Gaulène	saint-julien-gaulene	Saint-Julien-Gaulene,Saint-Julien-Gaulène		FR	76	81	811	81259	211	Europe/Paris
6444947	Saint-Lieux-lès-Lavaur	saint-lieux-les-lavaur	Saint-Lieux-les-Lavaur,Saint-Lieux-lès-Lavaur,Sant Lionc de La Vaur,Sant Lionç de La Vaur,Sant Liuc de la Vaur,Sant Liuç de la Vaur,Sen-L'e-le-Lavor,Sen-L'jo-le-Lavor,sheng li e lai la wo,Сен-Льё-ле-Лавор,Сен-Льє-ле-Лавор,سینٹ-ےش-لیس-لوور,圣利厄莱拉沃		FR	76	81	812	81261	1027	Europe/Paris
6444948	Saint-Martin-Laguépie	saint-martin-laguepie	Saint-Martin-Laguepie,Saint-Martin-Laguépie		FR	76	81	811	81263	400	Europe/Paris
6444949	Saint-Michel-Labadié	saint-michel-labadie	Saint-Michel-Labadie,Saint-Michel-Labadié		FR	76	81	811	81264	95	Europe/Paris
6444950	Saint-Michel-de-Vax	saint-michel-de-vax	Saint-Michel-de-Vax		FR	76	81	811	81265	66	Europe/Paris
6444951	Saint-Paul-Cap-de-Joux	saint-paul-cap-de-joux	Saint-Paul-Cap-de-Joux		FR	76	81	812	81266	1114	Europe/Paris
6444952	Saint-Pierre-de-Trivisy	saint-pierre-de-trivisy	Saint-Pierre-de-Trivisy		FR	76	81	812	81267	625	Europe/Paris
6444954	Saint-Salvy-de-la-Balme	saint-salvy-de-la-balme	Saint-Salvy-de-la-Balme		FR	76	81	812	81269	527	Europe/Paris
6444955	Saint-Sernin-lès-Lavaur	saint-sernin-les-lavaur			FR	76	81	812	81270	166	Europe/Paris
6444956	Saint-Urcisse	saint-urcisse			FR	76	81	811	81272	211	Europe/Paris
6444957	Saussenac	saussenac	Saussenac		FR	76	81	811	81277	585	Europe/Paris
6444958	Sémalens	semalens	Semalens,Sémalens		FR	76	81	812	81281	2019	Europe/Paris
6444960	Senouillac	senouillac	Senouillac		FR	76	81	811	81283	1102	Europe/Paris
6444961	Sérénac	serenac			FR	76	81	811	81285	480	Europe/Paris
6444962	Serviès	servies	Servies,Serviès		FR	76	81	812	81286	636	Europe/Paris
6444963	Sieurac	sieurac	Sieurac		FR	76	81	811	81287	271	Europe/Paris
6444964	Sorèze	soreze	Sorese,Sorez,Soreze,Sorèze,suo lei ci,Сорез,索雷兹		FR	76	81	812	81288	2802	Europe/Paris
6444965	Soual	soual	Soual		FR	76	81	812	81289	2530	Europe/Paris
6444966	Taïx	taix	Taix,Taïx		FR	76	81	811	81291	464	Europe/Paris
6444967	Tanus	tanus	Tanjus,Tanus,Tanús,ta ni,Танюс,塔尼		FR	76	81	811	81292	535	Europe/Paris
6444968	Técou	tecou	Tecou,Técou		FR	76	81	811	81294	975	Europe/Paris
6444969	Terssac	terssac	Terssac		FR	76	81	811	81297	1176	Europe/Paris
6444970	Teyssode	teyssode			FR	76	81	812	81299	376	Europe/Paris
6444971	Tonnac	tonnac	Tonnac		FR	76	81	811	81300	116	Europe/Paris
6444972	Tréban	treban	Treban,Tréban		FR	76	81	811	81302	46	Europe/Paris
6444973	Trévien	trevien	Trev'en,Trevien,Trevienh,Trevièn,Treviènh,Trevjan,Trévien,te lei wei an,trwyyn,Тревьен,Тревян,ترویئن,特勒维安		FR	76	81	811	81304	185	Europe/Paris
6444974	Valderiès	valderies	Valderies,Valderiès		FR	76	81	811	81306	852	Europe/Paris
6444975	Valdurenque	valdurenque	Valdurenque		FR	76	81	812	81307	824	Europe/Paris
6444976	Valence-d'Albigeois	valence-d-albigeois	Valence-d'Albigeois		FR	76	81	811	81308	1325	Europe/Paris
6444977	Vaour	vaour	Vaour		FR	76	81	811	81309	334	Europe/Paris
6444978	Veilhes	veilhes	Veilhes		FR	76	81	812	81310	137	Europe/Paris
6444979	Vénès	venes	Venes,Vénès		FR	76	81	812	81311	793	Europe/Paris
6444980	Verdalle	verdalle	Verdalle		FR	76	81	812	81312	992	Europe/Paris
6444981	Viane	viane	Viane		FR	76	81	812	81314	538	Europe/Paris
6444982	Villefranche-d'Albigeois	villefranche-d-albigeois			FR	76	81	811	81317	1245	Europe/Paris
6444983	Villeneuve-lès-Lavaur	villeneuve-les-lavaur	Villeneuve-les-Lavaur,Villeneuve-lès-Lavaur		FR	76	81	812	81318	152	Europe/Paris
6444984	Villeneuve-sur-Vère	villeneuve-sur-vere			FR	76	81	811	81319	495	Europe/Paris
6444985	Vindrac-Alayrac	vindrac-alayrac	Vendrak-Alerak,Vindrac e Alairac,Vindrac-Alayrac,wan de la a lai la,Вендрак-Алерак,万德拉阿莱拉		FR	76	81	811	81320	158	Europe/Paris
6444986	Virac	virac	Virac		FR	76	81	811	81322	228	Europe/Paris
6444987	Viterbe	viterbe	Viterbe		FR	76	81	812	81323	360	Europe/Paris
6444988	Viviers-lès-Lavaur	viviers-les-lavaur	Viviers-les-Lavaur,Viviers-lès-Lavaur		FR	76	81	812	81324	220	Europe/Paris
6444989	Viviers-lès-Montagnes	viviers-les-montagnes	Viv'e-le-Montan',Vive-le-Montan',Viviers,Viviers de las Montanhas,Viviers-les-Montagnes,Viviers-lès-Montagnes,Vivièrs,Vivièrs de las Montanhas,wei wei ye er lai meng ta ge,Вивье-ле-Монтань,Вівє-ле-Монтань,维维耶尔莱蒙塔格		FR	76	81	812	81325	1918	Europe/Paris
6444990	Loze	loze	Loze		FR	76	82	822	82100	141	Europe/Paris
6444991	Malause	malause	Malause		FR	76	82	821	82101	1156	Europe/Paris
6444992	Mansonville	mansonville			FR	76	82	821	82102	288	Europe/Paris
6444993	Mas-Grenier	mas-grenier	Le Mas Granier,Le Mas Granièr,Mas-Gren'e,Mas-Grenier,ma ge lei nie,Мас-Греньє,马格雷涅		FR	76	82	822	82105	1337	Europe/Paris
6444994	Maubec	maubec	Maubec		FR	76	82	821	82106	138	Europe/Paris
6444995	Meauzac	meauzac	Meauzac		FR	76	82	821	82108	1345	Europe/Paris
6444996	Merles	merles	Merles		FR	76	82	821	82109	204	Europe/Paris
6444997	Mirabel	mirabel	Mirabel		FR	76	82	822	82110	1029	Europe/Paris
6444998	Miramont-de-Quercy	miramont-de-quercy	Miramont-de-Quercy		FR	76	82	821	82111	330	Europe/Paris
6444999	Moissac	moissac	Moissac		FR	76	82	821	82112	12652	Europe/Paris
6445000	Monbéqui	monbequi	Monbequi,Monbéqui		FR	76	82	822	82114	633	Europe/Paris
6445001	Monclar-de-Quercy	monclar-de-quercy	Monclar-de-Quercy		FR	76	82	822	82115	1958	Europe/Paris
6445002	Montagudet	montagudet	Montagudet		FR	76	82	821	82116	196	Europe/Paris
6445003	Montaigu-de-Quercy	montaigu-de-quercy	Montaigu-de-Quercy		FR	76	82	821	82117	1341	Europe/Paris
6445004	Montalzat	montalzat	Montalzat		FR	76	82	822	82119	660	Europe/Paris
6445005	Montbarla	montbarla	Montbarla		FR	76	82	821	82122	170	Europe/Paris
6445006	Montbartier	montbartier	Monbart'e,Montbartier,Montbartièr,meng te ba er di ye,Монбартьє,蒙特巴尔蒂耶		FR	76	82	822	82123	1284	Europe/Paris
6445007	Montbeton	montbeton	Montbeton		FR	76	82	822	82124	4204	Europe/Paris
6445008	Montech	montech	Montech		FR	76	82	822	82125	6297	Europe/Paris
6445009	Montfermier	montfermier	Montfermier		FR	76	82	822	82128	104	Europe/Paris
6445010	Montricoux	montricoux	Monriku,Montricos,Montricoux,Montricós,meng te li ku,Монрику,蒙特里库		FR	76	82	822	82132	1192	Europe/Paris
6445011	Mouillac	mouillac			FR	76	82	822	82133	100	Europe/Paris
6445012	Nohic	nohic			FR	76	82	822	82135	1359	Europe/Paris
6445013	Orgueil	orgueil	Orgueil		FR	76	82	822	82136	1637	Europe/Paris
6445014	Perville	perville	Perville		FR	76	82	821	82138	135	Europe/Paris
6445015	Piquecos	piquecos	Piquecos		FR	76	82	822	82140	423	Europe/Paris
6445016	Pommevic	pommevic	Pommevic		FR	76	82	821	82141	560	Europe/Paris
6445017	Pompignan	pompignan	Pompignan,Pompin'jan,Pompinhan,peng pi ni ang,Помпіньян,蓬皮尼昂		FR	76	82	822	82142	1453	Europe/Paris
6445018	Poupas	poupas	Poupas		FR	76	82	821	82143	81	Europe/Paris
6445019	Puycornet	puycornet	Puycornet		FR	76	82	822	82144	728	Europe/Paris
6445020	Puygaillard-de-Quercy	puygaillard-de-quercy	Puygaillard-de-Quercy		FR	76	82	822	82145	394	Europe/Paris
6445021	Puylagarde	puylagarde	Puylagarde		FR	76	82	822	82147	336	Europe/Paris
6445022	Puylaroque	puylaroque	Puylaroque		FR	76	82	822	82148	694	Europe/Paris
6445023	Réalville	realville	Realville,Réalville		FR	76	82	822	82149	1919	Europe/Paris
6445024	Reyniès	reynies	Reynies,Reyniès		FR	76	82	822	82150	859	Europe/Paris
6445025	Roquecor	roquecor	Roquecor		FR	76	82	821	82151	416	Europe/Paris
6445026	Saint-Aignan	saint-aignan	Saint-Aignan		FR	76	82	821	82152	410	Europe/Paris
6445028	Saint-Amans-de-Pellagal	saint-amans-de-pellagal	Saint-Amans-de-Pellagal		FR	76	82	821	82154	214	Europe/Paris
6445029	Saint-Arroumex	saint-arroumex	Saint-Arroumex		FR	76	82	821	82156	155	Europe/Paris
6445030	Saint-Beauzeil	saint-beauzeil	Saint-Beauzeil		FR	76	82	821	82157	100	Europe/Paris
6445032	Saint-Jean-du-Bouzet	saint-jean-du-bouzet	Saint-Jean-du-Bouzet		FR	76	82	821	82163	53	Europe/Paris
6445033	Saint-Nauphary	saint-nauphary	Saint-Nauphary,Sen-Nofari,Sent Naufari,sheng nuo fa li,Сен-Нофарі,سینٹ-نوفرے,圣诺法里		FR	76	82	822	82167	1832	Europe/Paris
6445034	Saint-Nazaire-de-Valentane	saint-nazaire-de-valentane			FR	76	82	821	82168	365	Europe/Paris
6445035	Saint-Nicolas-de-la-Grave	saint-nicolas-de-la-grave			FR	76	82	821	82169	2243	Europe/Paris
6445036	Saint-Paul-d'Espis	saint-paul-d-espis	Saint-Paul-d'Espis		FR	76	82	821	82170	584	Europe/Paris
6445037	Saint-Porquier	saint-porquier	Saint-Porquier		FR	76	82	822	82171	1407	Europe/Paris
6445038	Saint-Sardos	saint-sardos			FR	76	82	822	82173	1121	Europe/Paris
6445039	Savenès	savenes	Savene,Savenes,Savenès,sa fu nei,Савене,萨弗内		FR	76	82	822	82178	799	Europe/Paris
6445040	Septfonds	septfonds	Septfonds,Setfon,Setfonts,Sètfonts,sai pu te feng de,Сетфон,塞普特丰德		FR	76	82	822	82179	2200	Europe/Paris
6445042	Touffailles	touffailles	Touffailles		FR	76	82	821	82182	349	Europe/Paris
6445043	Tréjouls	trejouls	Trejouls,Tréjouls		FR	76	82	821	82183	244	Europe/Paris
6445044	Valeilles	valeilles	Valeilles		FR	76	82	821	82185	243	Europe/Paris
6445046	Vazerac	vazerac	Vazerac		FR	76	82	822	82189	712	Europe/Paris
6445047	Verdun-sur-Garonne	verdun-sur-garonne	Verdun-sur-Garonne		FR	76	82	822	82190	4745	Europe/Paris
6445048	Verlhac-Tescou	verlhac-tescou	Verlhac-Tescou		FR	76	82	822	82192	518	Europe/Paris
6445049	Vigueron	vigueron	Vigueron		FR	76	82	821	82193	135	Europe/Paris
6445050	Villebrumier	villebrumier	Vil'brjume,Vilabrumier,Vilabrumièr,wei lai bu lu mi ye,Вільбрюмє,维莱布吕米耶		FR	76	82	822	82194	1376	Europe/Paris
6445051	Villemade	villemade	Villemade		FR	76	82	822	82195	733	Europe/Paris
6445052	Puget-Ville	puget-ville	Puget-Ville		FR	93	83	833	83100	4235	Europe/Paris
6445053	Ramatuelle	ramatuelle	Ramatuelle		FR	93	83	831	83101	2077	Europe/Paris
6445054	Régusse	regusse	Regusse,Régusse		FR	93	83	833	83102	2615	Europe/Paris
6445055	Rians	rians	R'jan,Rian,Rians,li yang,Рианс,Рьян,Ріан,里扬		FR	93	83	833	83104	4264	Europe/Paris
6445056	Riboux	riboux	Ribos,Ribous,Riboux,Ribu,Ribòus,Ribós,li bu,Рибу,里布		FR	93	83	832	83105	44	Europe/Paris
6445057	Rocbaron	rocbaron	Rocbaron,Rokbaron,Ròcbaron,luo ke ba long,Рокбарон,罗克巴龙		FR	93	83	833	83106	4925	Europe/Paris
6445058	Sainte-Anastasie-sur-Issole	sainte-anastasie-sur-issole	Besse-sur-Issole,Sainte-Anastasie-sur-Issole,Santa Anastasia,Santa Anastasia dIcola,Santa Anastasia dIçòla,Sent-Anastazi-sjur-Isol',Sent-Anastazi-sjur-Issol',yi suo lei he pan sang te-a na si ta xie,Сент-Анастази-сюр-Исоль,Сент-Анастазі-сюр-Іссоль,سین-اناستسئی-سر-اسسولے,伊索勒河畔桑特-阿纳斯塔谢		FR	93	83	833	83111	1922	Europe/Paris
6445059	Saint-Cyr-sur-Mer	saint-cyr-sur-mer	Saint-Cyr-sur-Mer		FR	93	83	832	83112	11752	Europe/Paris
6445060	Sainte-Maxime	sainte-maxime	Sainte-Maxime		FR	93	83	831	83115	14263	Europe/Paris
6445061	Saint-Maximin-la-Sainte-Baume	saint-maximin-la-sainte-baume	Saint-Maximin-la-Sainte-Baume		FR	93	83	833	83116	16388	Europe/Paris
6445062	Saint-Paul-en-Forêt	saint-paul-en-foret	Saint-Paul-en-Foret,Saint-Paul-en-Forêt,Sant Pau,Sen-Pol'-an-Fore,fu lei de qu sheng bao luo,Сен-Поль-ан-Форе,سین-پال-ین-فورٹ,福雷地区圣保罗		FR	93	83	831	83117	1718	Europe/Paris
6445063	Saint-Raphaël	saint-raphael	Saint-Raphael,Saint-Raphaël,Sant Rafeu,Sant Rafèu,Sen Rafael,Sen-Rafaehl',Sen-Rafael',saenglapa-el,san=rafaeru,sant rafayyl,sheng la fei er,sn rafayl  wr,syn-rafyl  wr,Сен Рафаел,Сен-Рафаель,Сен-Рафаэль,سانت رافاييل,سن رافائل، ور,سین-رافیل، ور,サン＝ラファエル,聖拉斐爾,생라파엘		FR	93	83	831	83118	35222	Europe/Paris
6445064	Saint-Tropez	saint-tropez	Saint-Tropez		FR	93	83	831	83119	4299	Europe/Paris
6445065	Saint-Zacharie	saint-zacharie	Saint-Zacharie,Sant Jacaria,Sant Jacariá,Sen-Zashari,sheng zha sha li ye,Сен-Зашарі,圣扎沙里耶		FR	93	83	833	83120	5539	Europe/Paris
6445066	Salernes	salernes	Salernes		FR	93	83	831	83121	3879	Europe/Paris
6445067	Sanary-sur-Mer	sanary-sur-mer	Sanary-sur-Mer		FR	93	83	832	83123	16733	Europe/Paris
6445068	Seillans	seillans	Seillans,Sejan,Selhan,sai lang,Сеян,塞朗		FR	93	83	831	83124	2626	Europe/Paris
6445069	Seillons-Source-d'Argens	seillons-source-d-argens	Seillons-Source-d'Argens		FR	93	83	833	83125	2490	Europe/Paris
6445070	Signes	signes	Sin',Sinha,xi ge,Синь,Сінь,西格		FR	93	83	832	83127	2804	Europe/Paris
6445071	Solliès-Pont	sollies-pont	Sollies-Pont,Solliès-Pont		FR	93	83	832	83130	11056	Europe/Paris
6445072	Solliès-Toucas	sollies-toucas	Sol'e-Tuka,Sol'es-Tuka,Soliers Tocas,Soliers Tocàs,Sollies-Toucas,Solliès-Toucas,suo li ye tu ka,Сольес-Тука,Сольє-Тука,索利耶图卡		FR	93	83	832	83131	5741	Europe/Paris
6445073	Solliès-Ville	sollies-ville	Sollies-Ville,Solliès-Ville		FR	93	83	832	83132	2412	Europe/Paris
6445075	Taradeau	taradeau	Taradeau,Taradeu,Tarado,Taradèu,ta la duo,Тарадо,塔拉多		FR	93	83	831	83134	1807	Europe/Paris
6445076	Tavernes	tavernes	Tavern,Tavernas,Tavèrnas,ta fu er na,Таверн,塔弗尔纳		FR	93	83	833	83135	1396	Europe/Paris
6445077	Tourtour	tourtour	Tourtour		FR	93	83	833	83139	587	Europe/Paris
6445078	Tourves	tourves			FR	93	83	833	83140	4983	Europe/Paris
6445079	Trans-en-Provence	trans-en-provence	Trans-en-Provence		FR	93	83	831	83141	5770	Europe/Paris
6445081	Varages	varages	Varages		FR	93	83	833	83145	1172	Europe/Paris
6445082	Vérignon	verignon	Verignon,Vérignon		FR	93	83	833	83147	10	Europe/Paris
6445083	Vidauban	vidauban	Vidauban		FR	93	83	831	83148	11545	Europe/Paris
6445084	Villecroze	villecroze			FR	93	83	833	83149	1442	Europe/Paris
6445085	Vinon-sur-Verdon	vinon-sur-verdon	Vinon-sur-Verdon		FR	93	83	833	83150	4224	Europe/Paris
6445086	Vins-sur-Caramy	vins-sur-caramy	Vins-sur-Caramy		FR	93	83	833	83151	1003	Europe/Paris
6445087	Saint-Mandrier-sur-Mer	saint-mandrier-sur-mer			FR	93	83	832	83153	5766	Europe/Paris
6445088	Rustrel	rustrel			FR	93	84	841	84103	702	Europe/Paris
6445089	Sablet	sablet			FR	93	84	843	84104	1264	Europe/Paris
6445090	Saignon	saignon	Saignon		FR	93	84	841	84105	1007	Europe/Paris
6445091	Sainte-Cécile-les-Vignes	sainte-cecile-les-vignes	Sainte-Cecile-les-Vignes,Sainte-Cécile-les-Vignes		FR	93	84	843	84106	2460	Europe/Paris
6445093	Saint-Didier	saint-didier	Saint-Didier,Sant Deidier,Sen-Did'e,sheng di di ye,Сен-Дидье,Сен-Дідьє,سینٹ-ددئر، ووکلسے,圣迪迪耶		FR	93	84	843	84108	2146	Europe/Paris
6445094	Saint-Léger-du-Ventoux	saint-leger-du-ventoux			FR	93	84	843	84110	36	Europe/Paris
6445095	Saint-Marcellin-lès-Vaison	saint-marcellin-les-vaison	Saint-Marcellin-les-Vaison,Saint-Marcellin-lès-Vaison		FR	93	84	843	84111	312	Europe/Paris
6445096	Saint-Martin-de-Castillon	saint-martin-de-castillon	Saint-Martin-de-Castillon		FR	93	84	841	84112	774	Europe/Paris
6445097	Saint-Martin-de-la-Brasque	saint-martin-de-la-brasque	Saint-Martin-de-la-Brasque		FR	93	84	841	84113	848	Europe/Paris
6445098	Saint-Pantaléon	saint-pantaleon	Saint-Pantaleon,Saint-Pantaléon		FR	93	84	841	84114	211	Europe/Paris
6446980	Axat	axat	Axat		FR	76	11	112	11021	553	Europe/Paris
6445099	Saint-Pierre-de-Vassols	saint-pierre-de-vassols			FR	93	84	843	84115	521	Europe/Paris
6445100	Saint-Romain-en-Viennois	saint-romain-en-viennois	Saint-Romain-en-Viennois		FR	93	84	843	84116	812	Europe/Paris
6445101	Saint-Roman-de-Malegarde	saint-roman-de-malegarde	Saint-Roman-de-Malegarde		FR	93	84	843	84117	331	Europe/Paris
6445102	Saint-Saturnin-lès-Avignon	saint-saturnin-les-avignon	Saint-Saturnin-les-Avignon,Saint-Saturnin-lès-Avignon		FR	93	84	842	84119	4808	Europe/Paris
6445103	Saint-Trinit	saint-trinit	Saint-Trinit		FR	93	84	843	84120	123	Europe/Paris
6445104	Sannes	sannes			FR	93	84	841	84121	230	Europe/Paris
6445105	Sarrians	sarrians			FR	93	84	843	84122	5966	Europe/Paris
6445106	Saumane-de-Vaucluse	saumane-de-vaucluse	Saumane-de-Vaucluse		FR	93	84	842	84124	940	Europe/Paris
6445108	Séguret	seguret	Seguret,Séguret		FR	93	84	843	84126	851	Europe/Paris
6445109	Sérignan-du-Comtat	serignan-du-comtat	Serignan-du-Comtat,Sérignan-du-Comtat		FR	93	84	843	84127	2587	Europe/Paris
6445110	Sivergues	sivergues	Sivergues		FR	93	84	841	84128	42	Europe/Paris
6445111	Suzette	suzette	Sjuzett,Suseta,xu ze te,Сюзетт,叙泽特		FR	93	84	843	84130	122	Europe/Paris
6445112	Travaillan	travaillan	Travaillan		FR	93	84	843	84134	728	Europe/Paris
6445113	Uchaux	uchaux	Uchaux		FR	93	84	843	84135	1615	Europe/Paris
6445114	Vacqueyras	vacqueyras	Vacairac,Vacairaç,Vacqueyras,Vakejras,Vakeras,Vaqueiracium,vu~akkerasu,wa qu ai la,Вакейрас,Вакерас,ヴァッケラス,瓦屈埃拉		FR	93	84	843	84136	1292	Europe/Paris
6445115	Vaison-la-Romaine	vaison-la-romaine	Vaison-la-Romaine		FR	93	84	843	84137	6046	Europe/Paris
6445117	Fontaine-de-Vaucluse	fontaine-de-vaucluse	Fontaine-de-Vaucluse		FR	93	84	842	84139	624	Europe/Paris
6445118	Vaugines	vaugines	Vaugines		FR	93	84	841	84140	566	Europe/Paris
6445119	Vedène	vedene	Vedene,Vedène		FR	93	84	842	84141	11433	Europe/Paris
6445120	Velleron	velleron	Velleron		FR	93	84	842	84142	2955	Europe/Paris
6445121	Venasque	venasque			FR	93	84	843	84143	1017	Europe/Paris
6445122	Viens	viens	V'jan,Vienc,Viènç,Vjan,wei an,Вьян,Вян,维安		FR	93	84	841	84144	629	Europe/Paris
6445123	Villedieu	villedieu	Vil'd'e,Vil'd'jo,Viladieu,Villedieu,wei lai di e,Вильдьё,Вільдьє,维莱迪厄		FR	93	84	843	84146	517	Europe/Paris
6445124	Villelaure	villelaure	Villelaure		FR	93	84	841	84147	3437	Europe/Paris
6445125	Villes-sur-Auzon	villes-sur-auzon	Villes-sur-Auzon		FR	93	84	843	84148	1304	Europe/Paris
6445126	Violès	violes			FR	93	84	843	84149	1664	Europe/Paris
6445128	Givrand	givrand	Givrand		FR	52	85	853	85100	2129	Europe/Paris
6445129	Grosbreuil	grosbreuil	Grobrej,ge luo si bu lei yi,Гробрей,格罗斯布勒伊		FR	52	85	853	85103	2151	Europe/Paris
6445130	Grues	grues	Grju,Grues,ge lu e,krkyawyat,Грю,كركياويات,格吕厄		FR	52	85	851	85104	832	Europe/Paris
6445131	Jard-sur-Mer	jard-sur-mer	Jard-sur-Mer		FR	52	85	853	85114	2647	Europe/Paris
6445132	Lairoux	lairoux	Leru,lai lu,layrw,Леру,لائرو,莱鲁		FR	52	85	851	85117	619	Europe/Paris
6445133	Landeronde	landeronde	Landrond,lang de long de,Ландронд,لانڈیرونڈی,朗德龙德		FR	52	85	853	85118	2272	Europe/Paris
6445134	Landevieille	landevieille	Landevieille,Landvej,lang dai wei ye yi lei,Ландвєй,لانڈیوییل,朗代维耶伊勒		FR	52	85	853	85120	1370	Europe/Paris
6445135	Liez	liez	Liez		FR	52	85	851	85123	276	Europe/Paris
6445136	Loge-Fougereuse	loge-fougereuse			FR	52	85	851	85125	383	Europe/Paris
6445137	Longèves	longeves	Longeves,Longèves		FR	52	85	851	85126	1318	Europe/Paris
6445138	Luçon	lucon	Ljuson,Luciona,Lucon,Luçon,lu song,Люсон,吕松		FR	52	85	851	85128	9467	Europe/Paris
6445139	Maché	mache	Mache,Maché		FR	52	85	852	85130	1483	Europe/Paris
6445140	Maillezais	maillezais	Maillezais		FR	52	85	851	85133	956	Europe/Paris
6445141	Mallièvre	mallievre			FR	52	85	852	85134	256	Europe/Paris
6445142	Marillet	marillet	Marillet		FR	52	85	851	85136	110	Europe/Paris
6445143	Marsais-Sainte-Radégonde	marsais-sainte-radegonde	Marsais-Sainte-Radegonde,Marsais-Sainte-Radégonde		FR	52	85	851	85137	510	Europe/Paris
6445144	Martinet	martinet	Martine,Martinet,ma er di na,Мартіне,马尔蒂纳		FR	52	85	853	85138	1119	Europe/Paris
6445145	Menomblet	menomblet	Menomblet		FR	52	85	851	85141	662	Europe/Paris
6445146	Mervent	mervent	Mervan,Mervent,mei er wang,Мерван,梅尔旺		FR	52	85	851	85143	1049	Europe/Paris
6445147	Mesnard-la-Barotière	mesnard-la-barotiere			FR	52	85	852	85144	1408	Europe/Paris
6445148	Monsireigne	monsireigne	Monsireigne		FR	52	85	851	85145	979	Europe/Paris
6445149	Montournais	montournais			FR	52	85	851	85147	1676	Europe/Paris
6445150	Moreilles	moreilles	Moreilles,Morej,mo lei lei,Морей,莫雷勒		FR	52	85	851	85149	404	Europe/Paris
6445151	Mortagne-sur-Sèvre	mortagne-sur-sevre			FR	52	85	852	85151	5976	Europe/Paris
6445152	Mouchamps	mouchamps	Mouchamps		FR	52	85	852	85153	2865	Europe/Paris
6445153	Mouilleron-Saint-Germain	mouilleron-saint-germain	Mouilleron-Saint-Germain,Mujron-an-Pare,pa lei de de qu mu yi lai long,Муйрон-ан-Паре,帕雷德地区穆伊莱龙		FR	52	85	851	85154	1839	Europe/Paris
6445154	Mouilleron-le-Captif	mouilleron-le-captif	Mouilleron-le-Captif		FR	52	85	852	85155	4913	Europe/Paris
6445155	Moutiers-sur-le-Lay	moutiers-sur-le-lay	Moutiers-sur-le-Lay		FR	52	85	851	85157	745	Europe/Paris
6445156	Nalliers	nalliers	Nal'e,Nalliers,na li ye er,Нальє,纳利耶尔		FR	52	85	851	85159	2316	Europe/Paris
6445157	Nesmy	nesmy	Nesmy		FR	52	85	852	85160	2857	Europe/Paris
6445158	Nieul-le-Dolent	nieul-le-dolent	N'el'-le-Dolan,Nieul-le-Dolent,ni yue lei lei duo lang,Ньєль-ле-Долан,尼约勒勒多朗		FR	52	85	853	85161	2468	Europe/Paris
6445159	Rives-d'Autise	rives-d-autise			FR	52	85	851	85162	2126	Europe/Paris
6445160	Noirmoutier-en-l'Île	noirmoutier-en-l-ile	Noirmoutier-en-l'Ile,Noirmoutier-en-l'Île		FR	52	85	853	85163	4675	Europe/Paris
6445161	Notre-Dame-de-Monts	notre-dame-de-monts	Notre-Dame-de-Monts		FR	52	85	853	85164	2066	Europe/Paris
6445164	Péault	peault			FR	52	85	851	85171	607	Europe/Paris
6445165	Pissotte	pissotte	Pissotte		FR	52	85	851	85176	1127	Europe/Paris
6445166	Pouzauges	pouzauges	Pouzauges		FR	52	85	851	85182	5533	Europe/Paris
6445167	Puy-de-Serre	puy-de-serre	Puy-de-Serre		FR	52	85	851	85184	320	Europe/Paris
6445168	Puyravault	puyravault	Pjuiravo,Puyravault,pi yi la wo er,Пюїраво,皮伊拉沃尔		FR	52	85	851	85185	672	Europe/Paris
6445169	Réaumur	reaumur	Reaumur,Reomjur,Réaumur,luo mi,Реомюр,罗米		FR	52	85	851	85187	869	Europe/Paris
6445170	Notre-Dame-de-Riez	notre-dame-de-riez	Notre-Dame-de-Riez		FR	52	85	853	85189	2071	Europe/Paris
6445172	Rochetrejoux	rochetrejoux	Rochetrejoux		FR	52	85	852	85192	942	Europe/Paris
6445173	Rosnay	rosnay	Rosnay		FR	52	85	851	85193	622	Europe/Paris
6445174	Saint-André-Goule-d'Oie	saint-andre-goule-d-oie	Saint-Andre-Goule-d'Oie,Saint-André-Goule-d'Oie		FR	52	85	852	85196	1818	Europe/Paris
6445175	Montréverd	montreverd	Montreverd,Montréverd		FR	52	85	852	85197	3638	Europe/Paris
6445176	Saint-Aubin-des-Ormeaux	saint-aubin-des-ormeaux	Saint-Aubin-des-Ormeaux		FR	52	85	852	85198	1341	Europe/Paris
6445177	Saint-Aubin-la-Plaine	saint-aubin-la-plaine	Saint-Aubin-la-Plaine		FR	52	85	851	85199	532	Europe/Paris
6445178	Saint-Avaugourd-des-Landes	saint-avaugourd-des-landes	Sent-Avogur-de-Land,sheng a wo gu er dai lang dai,Сент-Авогур-де-Ланд,سینٹ-اووگورد-دس-لنڈس,圣阿沃古尔代朗代		FR	52	85	853	85200	1059	Europe/Paris
6445179	Saint-Benoist-sur-Mer	saint-benoist-sur-mer	Saint-Benoist-sur-Mer		FR	52	85	853	85201	462	Europe/Paris
6445180	Sainte-Cécile	sainte-cecile	Sainte-Cecile,Sainte-Cécile,Sent-Sesil',sang te sai xi lei,Сент-Сесіль,سین-کیلے، ونڈے,桑特塞西勒		FR	52	85	852	85202	1605	Europe/Paris
6445181	Saint-Christophe-du-Ligneron	saint-christophe-du-ligneron	Saint-Christophe-du-Ligneron,Sen-Kristof-dju-Lin'eron,sheng ke li si tuo fei di li gai long,Сен-Кристоф-дю-Ліньєрон,سینٹ-کروسٹوفے-دو-لگنیروں,圣克里斯托费迪利盖龙		FR	52	85	853	85204	2539	Europe/Paris
6445182	Saint-Cyr-des-Gâts	saint-cyr-des-gats			FR	52	85	851	85205	537	Europe/Paris
6445183	Saint-Cyr-en-Talmondais	saint-cyr-en-talmondais	Saint-Cyr-en-Talmondais,Sen-Sir-an-Tal'monde,ta er meng dai de qu sheng xi,Сен-Сір-ан-Тальмонде,سینٹ-کیر-این -تلمونڈائس,塔尔蒙代地区圣西		FR	52	85	853	85206	376	Europe/Paris
6445184	Saint-Denis-du-Payré	saint-denis-du-payre	Saint-Denis-du-Payre,Saint-Denis-du-Payré,Sen-Deni-dju-Pere,sheng dai ni di pei lei,Сен-Дені-дю-Пере,سینٹ-ڈینس-دو-پیرے,圣代尼迪佩勒		FR	52	85	851	85207	384	Europe/Paris
6445185	Saint-Denis-la-Chevasse	saint-denis-la-chevasse	Sen-Deni-la-Shevass,sheng dai ni la xie wa se,Сен-Дені-ла-Шевасс,سینٹ-ڈینس-لا-چوسسے,圣代尼拉谢瓦瑟		FR	52	85	852	85208	2299	Europe/Paris
6445186	Saint-Étienne-de-Brillouet	saint-etienne-de-brillouet	Saint-Etienne-de-Brillouet,Saint-Étienne-de-Brillouet		FR	52	85	851	85209	606	Europe/Paris
6445187	Saint-Étienne-du-Bois	saint-etienne-du-bois	Saint-Etienne-du-Bois,Saint-Étienne-du-Bois,Sant-Stefan-ar-Choad,Sent-Et'enn-dju-Bua,sheng ai di ye na di bu wa,Сент-Етьєнн-дю-Буа,سینٹ-ایٹیینے-دو-بوس، ونڈے,圣埃蒂耶纳迪布瓦		FR	52	85	852	85210	2102	Europe/Paris
6445188	Sainte-Flaive-des-Loups	sainte-flaive-des-loups	Sainte-Flaive-des-Loups,Sent-Flev-de-Lu,sang te fu lai fu-dai lu pu,Сент-Флев-де-Лу,سین-فلیوے-دس-لوپس,桑特弗莱弗-代卢普		FR	52	85	853	85211	2373	Europe/Paris
6445190	Rives de l'Yon	rives-de-l-yon	Rives de l'Yon		FR	52	85	852	85213	4141	Europe/Paris
6445191	Sainte-Foy	sainte-foy	Sainte-Foy,Sent-Fua,sang te fu wa,Сент-Фуа,سین-فوے، ونڈے,桑特富瓦		FR	52	85	853	85214	2115	Europe/Paris
6445192	Saint-Fulgent	saint-fulgent	Saint-Fulgent		FR	52	85	852	85215	3787	Europe/Paris
6445193	Sainte-Gemme-la-Plaine	sainte-gemme-la-plaine	Sent-Zhemm-la-Plen,sang te re mei-la pu lai na,Сент-Жемм-ла-Плен,سین-گامے-لا-پلانے,桑特热梅-拉普莱纳		FR	52	85	851	85216	2049	Europe/Paris
6445195	Saint-Georges-de-Pointindoux	saint-georges-de-pointindoux	Saint-Georges-de-Pointindoux,Sen-Zhorzh-de-Puentendu,sheng re ao er re de pu an tan du,Сен-Жорж-де-Пуентенду,سینٹ-گیورگس-دے-ونتندوش,圣热奥尔热德普安坦杜		FR	52	85	853	85218	1652	Europe/Paris
6445197	Saint-Germain-de-Prinçay	saint-germain-de-princay	Saint-Germain-de-Princay,Saint-Germain-de-Prinçay,Sen-Zhermen-de-Prense,sheng re er man de pu lan sai,Сен-Жермен-де-Пренсе,سینٹ-گرمین-دے-پرانکے,圣热尔曼德普兰赛		FR	52	85	852	85220	1503	Europe/Paris
6445199	Saint-Hilaire-de-Riez	saint-hilaire-de-riez			FR	52	85	853	85226	11049	Europe/Paris
6445200	Saint-Hilaire-des-Loges	saint-hilaire-des-loges			FR	52	85	851	85227	1965	Europe/Paris
6445201	Saint-Hilaire-de-Voust	saint-hilaire-de-voust	Saint-Hilaire-de-Voust		FR	52	85	851	85229	613	Europe/Paris
6445202	Saint-Hilaire-la-Forêt	saint-hilaire-la-foret	Saint-Hilaire-la-Foret,Saint-Hilaire-la-Forêt,Sen-Iler-la-Fore,sheng yi lai lei la fu lei,Сен-Ілер-ла-Форе,سینٹ-ہلیری-لا-فورٹ,圣伊莱勒拉福雷		FR	52	85	853	85231	817	Europe/Paris
6445203	Saint-Hilaire-le-Vouhis	saint-hilaire-le-vouhis	Saint-Hilaire-le-Vouhis		FR	52	85	852	85232	1050	Europe/Paris
6445204	Saint-Jean-de-Beugné	saint-jean-de-beugne	Saint-Jean-de-Beugne,Saint-Jean-de-Beugné		FR	52	85	851	85233	599	Europe/Paris
6445205	Saint-Jean-de-Monts	saint-jean-de-monts	Saint-Jean-de-Monts		FR	52	85	853	85234	8636	Europe/Paris
6445206	Saint-Julien-des-Landes	saint-julien-des-landes	Saint-Julien-des-Landes,Sen-Zhul'en-de-Land,sheng rui li an dai lang dai,Сен-Жульєн-де-Ланд,سینٹ-جلیں -دس-لنڈس,圣瑞利安代朗代		FR	52	85	853	85236	1713	Europe/Paris
6445207	Saint-Laurent-de-la-Salle	saint-laurent-de-la-salle	Saint-Laurent-de-la-Salle		FR	52	85	851	85237	363	Europe/Paris
6445208	Saint-Laurent-sur-Sèvre	saint-laurent-sur-sevre	Saint-Laurent-sur-Sevre,Saint-Laurent-sur-Sèvre		FR	52	85	852	85238	3612	Europe/Paris
6445209	Saint-Maixent-sur-Vie	saint-maixent-sur-vie	Saint-Maixent-sur-Vie		FR	52	85	853	85239	1055	Europe/Paris
6445210	Saint-Mars-la-Réorthe	saint-mars-la-reorthe	Saint-Mars-la-Reorthe,Saint-Mars-la-Réorthe		FR	52	85	852	85242	965	Europe/Paris
6445211	Saint-Martin-de-Fraigneau	saint-martin-de-fraigneau	Saint-Martin-de-Fraigneau		FR	52	85	851	85244	815	Europe/Paris
6445348	Saint-Julien-l'Ars	saint-julien-l-ars	Saint-Julien-l'Ars		FR	75	86	863	86226	2618	Europe/Paris
6445213	Saint-Martin-des-Noyers	saint-martin-des-noyers	Saint-Martin-des-Noyers,Sen-Marten-de-Nuae,sheng ma er tan dai nu wa ai er,Сен-Мартен-де-Нуає,سینٹ-مارٹن-دس-نوےرس,圣马尔坦代努瓦埃尔		FR	52	85	852	85246	2321	Europe/Paris
6445214	Saint-Martin-des-Tilleuls	saint-martin-des-tilleuls	Saint-Martin-des-Tilleuls		FR	52	85	852	85247	1062	Europe/Paris
6445216	Saint-Maurice-des-Noues	saint-maurice-des-noues			FR	52	85	851	85251	654	Europe/Paris
6445217	Saint-Maurice-le-Girard	saint-maurice-le-girard	Saint-Maurice-le-Girard		FR	52	85	851	85252	590	Europe/Paris
6445218	Saint-Mesmin	saint-mesmin	Saint-Mesmin,Sen-Memen,sheng mei si man,Сен-Мемен,سینٹ-مثمن، ونڈے,圣梅斯曼		FR	52	85	851	85254	1755	Europe/Paris
6445219	Saint-Michel-en-l'Herm	saint-michel-en-l-herm	Saint-Michel-en-l'Herm		FR	52	85	851	85255	2356	Europe/Paris
6445220	Saint-Michel-le-Cloucq	saint-michel-le-cloucq	Saint-Michel-le-Cloucq		FR	52	85	851	85256	1297	Europe/Paris
6445222	Saint-Paul-en-Pareds	saint-paul-en-pareds	Saint-Paul-en-Pareds		FR	52	85	852	85259	1345	Europe/Paris
6445223	Saint-Paul-Mont-Penit	saint-paul-mont-penit	Saint-Paul-Mont-Penit		FR	52	85	852	85260	811	Europe/Paris
6445224	Saint-Philbert-de-Bouaine	saint-philbert-de-bouaine	Saint-Philbert-de-Bouaine,Sen-Fil'ber-de-Buen,sheng fei er bei er de bu ai na,Сен-Фільбер-де-Буен,سین-فلبرٹ-دے-بوہینے,圣菲尔贝尔德布艾纳		FR	52	85	852	85262	3375	Europe/Paris
6445225	Saint-Pierre-du-Chemin	saint-pierre-du-chemin	Saint-Pierre-du-Chemin,Sen-Perr-dju-Shemen,sheng pi ye er lei di xie man,syn-pyry-dw-chmn,Сен-Пєрр-дю-Шемен,سین-پیری-دو-چمن,圣皮耶尔勒迪谢曼		FR	52	85	851	85264	1340	Europe/Paris
6445226	Saint-Pierre-le-Vieux	saint-pierre-le-vieux	Sen-Perr-le-Ve,sheng pi ye er lei lei fu yue,Сен-Пєрр-ле-Вє,سین-پیری-لےویو، ونڈے,圣皮耶尔勒勒弗约		FR	52	85	851	85265	966	Europe/Paris
6445227	Saint-Prouant	saint-prouant	Saint-Prouant		FR	52	85	852	85266	1585	Europe/Paris
6445228	Sainte-Radégonde-des-Noyers	sainte-radegonde-des-noyers	Sainte-Radegonde-des-Noyers,Sainte-Radégonde-des-Noyers,Sent-Radegond-de-Nuae,sang te la de gong de-de nu wa ai er,Сент-Радегонд-де-Нуає,سین-رادگوندے-دس-نوےرس,桑特拉德贡德-德努瓦埃尔		FR	52	85	851	85267	907	Europe/Paris
6445229	Saint-Révérend	saint-reverend	Saint-Reverend,Saint-Révérend		FR	52	85	853	85268	1425	Europe/Paris
6445230	Saint-Sulpice-en-Pareds	saint-sulpice-en-pareds	Saint-Sulpice-en-Pareds		FR	52	85	851	85271	426	Europe/Paris
6445232	Saint-Urbain	saint-urbain	Saint-Urbain		FR	52	85	853	85273	1788	Europe/Paris
6445233	Saint-Valérien	saint-valerien			FR	52	85	851	85274	525	Europe/Paris
6445234	Saint-Vincent-Sterlanges	saint-vincent-sterlanges	Saint-Vincent-Sterlanges		FR	52	85	852	85276	788	Europe/Paris
6445235	Saint-Vincent-sur-Graon	saint-vincent-sur-graon			FR	52	85	853	85277	1481	Europe/Paris
6445236	Saint-Vincent-sur-Jard	saint-vincent-sur-jard	Saint-Vincent-sur-Jard		FR	52	85	853	85278	1303	Europe/Paris
6445238	Sallertaine	sallertaine	Sallertaine		FR	52	85	853	85280	3070	Europe/Paris
6445239	Sérigné	serigne	Serigne,Sérigné		FR	52	85	851	85281	976	Europe/Paris
6445240	Sigournais	sigournais	Sigurne,xi gu er nai,Сігурне,西古尔奈		FR	52	85	852	85282	884	Europe/Paris
6445241	Soullans	soullans	Sullan,su lang,Суллан,苏朗		FR	52	85	853	85284	4220	Europe/Paris
6445242	Tallud-Sainte-Gemme	tallud-sainte-gemme	Tallud-Sainte-Gemme		FR	52	85	851	85287	476	Europe/Paris
6445243	Thiré	thire	Thire,Thiré,Tire,di lei,Тіре,蒂勒		FR	52	85	851	85290	570	Europe/Paris
6445244	Thorigny	thorigny			FR	52	85	852	85291	1238	Europe/Paris
6445245	Thouarsais-Bouildroux	thouarsais-bouildroux	Thouarsais-Bouildroux		FR	52	85	851	85292	766	Europe/Paris
6445246	Tiffauges	tiffauges	Tiffauges		FR	52	85	852	85293	1597	Europe/Paris
6445247	Treize-Septiers	treize-septiers	Treize-Septiers		FR	52	85	852	85295	3177	Europe/Paris
6445248	Treize-Vents	treize-vents			FR	52	85	852	85296	1264	Europe/Paris
6445249	Triaize	triaize	Triaize		FR	52	85	851	85297	1019	Europe/Paris
6445250	Vairé	vaire	Vaire,Vairé,Vere,wei lei,Вере,韦勒		FR	52	85	853	85298	1660	Europe/Paris
6445251	Venansault	venansault	Venansault		FR	52	85	852	85300	4657	Europe/Paris
6445252	Vendrennes	vendrennes	Vendrennes		FR	52	85	852	85301	1711	Europe/Paris
6445253	Vix	vix	Viks,Vix,wei cun,Вікс,维村		FR	52	85	851	85303	1802	Europe/Paris
6445254	Vouillé-les-Marais	vouille-les-marais	Vouille-les-Marais,Vouillé-les-Marais		FR	52	85	851	85304	762	Europe/Paris
6445255	Vouvant	vouvant	Vouvant		FR	52	85	851	85305	860	Europe/Paris
6445256	Xanton-Chassenon	xanton-chassenon	Xanton-Chassenon		FR	52	85	851	85306	727	Europe/Paris
6445257	Fontaine-le-Comte	fontaine-le-comte	Fontaine-le-Comte		FR	75	86	863	86100	3855	Europe/Paris
6445258	Frozes	frozes	Frozes		FR	75	86	863	86102	554	Europe/Paris
6445259	Gizay	gizay	Gizay		FR	75	86	863	86105	389	Europe/Paris
6445260	Glénouze	glenouze	Glenouze,Glénouze		FR	75	86	861	86106	110	Europe/Paris
6445261	Gouex	gouex	Gouex		FR	75	86	862	86107	505	Europe/Paris
6445262	Haims	haims	Haims		FR	75	86	862	86110	226	Europe/Paris
6445263	Ingrandes	ingrandes	Engrand,Ingrandes,an ge lang de,Енгранд,安格朗德		FR	75	86	861	86111	1756	Europe/Paris
6445264	Iteuil	iteuil	Iteuil		FR	75	86	863	86113	2930	Europe/Paris
6445265	Jardres	jardres	Jardres,Zhardr,jrdrs,ya er de lei,Жардр,جردرس,雅尔德雷		FR	75	86	863	86114	1262	Europe/Paris
6445266	Jaunay-Marigny	jaunay-marigny	Jaunay-Marigny		FR	75	86	863	86115	7474	Europe/Paris
6445267	Jazeneuil	jazeneuil	Jazeneuil		FR	75	86	863	86116	811	Europe/Paris
6445268	Jouhet	jouhet	Jouhet		FR	75	86	862	86117	524	Europe/Paris
6445269	Journet	journet			FR	75	86	862	86118	371	Europe/Paris
6445270	Joussé	jousse	Jousse,Joussé		FR	75	86	862	86119	303	Europe/Paris
6445271	Latillé	latille	Latille,Latillé		FR	75	86	863	86121	1461	Europe/Paris
6445272	Lauthiers	lauthiers			FR	75	86	862	86122	69	Europe/Paris
6445273	Boivre-la-Vallée	boivre-la-vallee	Boivre-la-Vallee,Boivre-la-Vallée		FR	75	86	863	86123	3109	Europe/Paris
6445274	Lavoux	lavoux	Lavoux		FR	75	86	863	86124	1177	Europe/Paris
6445275	Leigné-les-Bois	leigne-les-bois	Leigne-les-Bois,Leigné-les-Bois,Len'e-le-Bua,sen lin lai ge,Леньє-ле-Буа,森林莱格		FR	75	86	861	86125	587	Europe/Paris
6445276	Leignes-sur-Fontaine	leignes-sur-fontaine	Leignes-sur-Fontaine		FR	75	86	862	86126	634	Europe/Paris
6445277	Leigné-sur-Usseau	leigne-sur-usseau	Leigne-sur-Usseau,Leigné-sur-Usseau		FR	75	86	861	86127	489	Europe/Paris
6445278	Lencloître	lencloitre	Lencloitre,Lencloître		FR	75	86	861	86128	2457	Europe/Paris
6445279	Lésigny	lesigny	Lesigny,Lezin'i,Lésigny,lai xi ni,Лезіньї,莱西尼		FR	75	86	861	86129	543	Europe/Paris
6445280	Leugny	leugny	Leugny		FR	75	86	861	86130	419	Europe/Paris
6445281	Lhommaizé	lhommaize	Lhommaize,Lhommaizé		FR	75	86	862	86131	849	Europe/Paris
6445282	Liglet	liglet	Liglet		FR	75	86	862	86132	316	Europe/Paris
6445283	Ligugé	liguge	Liguge,Ligugé		FR	75	86	863	86133	3335	Europe/Paris
6445285	Liniers	liniers	Lin'e,Liniers,li nie er,Ліньє,利涅尔		FR	75	86	863	86135	566	Europe/Paris
6445286	Lizant	lizant	Lizant		FR	75	86	862	86136	411	Europe/Paris
6445288	Lussac-les-Châteaux	lussac-les-chateaux			FR	75	86	862	86140	2322	Europe/Paris
6445289	Maisonneuve	maisonneuve	Maisonneuve,Mezonnev,mai suo na wo,Мезоннев,迈索纳沃		FR	75	86	863	86144	338	Europe/Paris
6445290	Marçay	marcay	Marcay,Marse,Marçay,ma er sai,Марсе,马尔赛		FR	75	86	863	86145	1160	Europe/Paris
6445292	Marigny-Chemereau	marigny-chemereau	Marigny-Chemereau		FR	75	86	863	86147	604	Europe/Paris
6445293	Marnay	marnay	Marnay,Marne,ma er nai,Марне,马尔奈		FR	75	86	863	86148	695	Europe/Paris
6445294	Martaizé	martaize			FR	75	86	861	86149	379	Europe/Paris
6445295	Massognes	massognes	Massognes,Masson',ma suo ge,Массонь,马索格		FR	75	86	863	86150	297	Europe/Paris
6445296	Maulay	maulay			FR	75	86	861	86151	185	Europe/Paris
6445297	Mauprévoir	mauprevoir			FR	75	86	862	86152	615	Europe/Paris
6445298	Mazeuil	mazeuil	Mazeuil		FR	75	86	861	86154	250	Europe/Paris
6445299	Messemé	messeme	Messeme,Messemé		FR	75	86	861	86156	240	Europe/Paris
6445300	Mignaloux-Beauvoir	mignaloux-beauvoir	Mignaloux-Beauvoir		FR	75	86	863	86157	4356	Europe/Paris
6445301	Migné-Auxances	migne-auxances			FR	75	86	863	86158	6015	Europe/Paris
6445302	Millac	millac	Millac		FR	75	86	862	86159	554	Europe/Paris
6445303	Mirebeau	mirebeau			FR	75	86	863	86160	2213	Europe/Paris
6445305	Mondion	mondion	Mondion		FR	75	86	861	86162	104	Europe/Paris
6445306	Montamisé	montamise	Montamise,Montamisé		FR	75	86	863	86163	3562	Europe/Paris
6445307	Monthoiron	monthoiron	Monthoiron		FR	75	86	861	86164	664	Europe/Paris
6445309	Monts-sur-Guesnes	monts-sur-guesnes	Monts-sur-Guesnes		FR	75	86	861	86167	837	Europe/Paris
6445311	Moulismes	moulismes	Moulismes		FR	75	86	862	86170	377	Europe/Paris
6445312	Mouterre-sur-Blourde	mouterre-sur-blourde			FR	75	86	862	86172	167	Europe/Paris
6445313	Mouterre-Silly	mouterre-silly	Mouterre-Silly		FR	75	86	861	86173	667	Europe/Paris
6445314	Naintré	naintre	Naintre,Naintré		FR	75	86	861	86174	5889	Europe/Paris
6445315	Nalliers	nalliers	Nalliers		FR	75	86	862	86175	318	Europe/Paris
6445316	Nérignac	nerignac	Nerignac,Nérignac		FR	75	86	862	86176	124	Europe/Paris
6445317	Nieuil-l'Espoir	nieuil-l-espoir	Nieuil-l'Espoir		FR	75	86	863	86178	2642	Europe/Paris
6445318	Nouaillé-Maupertuis	nouaille-maupertuis	Nouaille-Maupertuis,Nouaillé-Maupertuis		FR	75	86	863	86180	2742	Europe/Paris
6445319	Nueil-sous-Faye	nueil-sous-faye	Nueil-sous-Faye		FR	75	86	861	86181	216	Europe/Paris
6445320	Orches	orches	Orches		FR	75	86	861	86182	407	Europe/Paris
6445321	Oyré	oyre	Oyre,Oyré		FR	75	86	861	86186	982	Europe/Paris
6445322	Paizay-le-Sec	paizay-le-sec	Paizay-le-Sec		FR	75	86	862	86187	465	Europe/Paris
6445324	Payroux	payroux	Payroux		FR	75	86	862	86189	490	Europe/Paris
6445325	Persac	persac			FR	75	86	862	86190	770	Europe/Paris
6445326	Pindray	pindray	Pindray		FR	75	86	862	86191	258	Europe/Paris
6445327	Plaisance	plaisance	Plaisance,Plezans,pu lai sang se,Плезанс,普莱桑瑟		FR	75	86	862	86192	161	Europe/Paris
6445328	Pleumartin	pleumartin	Pleumartin		FR	75	86	861	86193	1244	Europe/Paris
6445329	Poitiers	poitiers	Poitiers		FR	75	86	863	86194	87961	Europe/Paris
6445330	Port-de-Piles	port-de-piles	Por-de-Pi,Port-de-Piles,bo er de pi lei,Пор-де-Пі,波尔德皮勒		FR	75	86	861	86195	563	Europe/Paris
6445332	Pouant	pouant	Pouant		FR	75	86	861	86197	414	Europe/Paris
6445333	Pouillé	pouille	Pouille,Pouillé		FR	75	86	863	86198	647	Europe/Paris
6445334	Pressac	pressac	Pressac		FR	75	86	862	86200	574	Europe/Paris
6445335	Prinçay	princay	Princay,Prinçay		FR	75	86	861	86201	218	Europe/Paris
6445336	Queaux	queaux	Queaux		FR	75	86	862	86203	506	Europe/Paris
6445338	Roches-Prémarie-Andillé	roches-premarie-andille	Roches-Premarie-Andille,Roches-Prémarie-Andillé		FR	75	86	863	86209	2015	Europe/Paris
6445339	Roiffé	roiffe	Roiffe,Roiffé		FR	75	86	861	86210	755	Europe/Paris
6445340	Romagne	romagne	Roman',luo ma ge,Романь,罗马格		FR	75	86	862	86211	879	Europe/Paris
6445341	Rouillé	rouille	Rouille,Rouillé		FR	75	86	863	86213	2467	Europe/Paris
6445342	Saint-Benoît	saint-benoit	Saint-Benoit,Saint-Benoît,Sen-Benua,sheng bang wa,Сен-Бенуа,سینٹ-بنوٹ، وینے,圣邦瓦		FR	75	86	863	86214	7112	Europe/Paris
6445343	Saint-Clair	saint-clair	Saint-Clair,Sen-Kler,sheng ke lai,Сен-Клер,سینٹ-کلئیر، وینے,圣克莱		FR	75	86	861	86218	198	Europe/Paris
6445344	Saint-Genest-d'Ambière	saint-genest-d-ambiere	Saint-Genest-d'Ambiere,Saint-Genest-d'Ambière		FR	75	86	861	86221	1288	Europe/Paris
6445345	Saint-Georges-lès-Baillargeaux	saint-georges-les-baillargeaux	Saint-Georges-les-Baillargeaux,Saint-Georges-lès-Baillargeaux		FR	75	86	863	86222	4117	Europe/Paris
6445346	Saint-Gervais-les-Trois-Clochers	saint-gervais-les-trois-clochers	Saint-Gervais-les-Trois-Clochers		FR	75	86	861	86224	1314	Europe/Paris
6445347	Saint-Jean-de-Sauves	saint-jean-de-sauves	Saint-Jean-de-Sauves		FR	75	86	861	86225	1380	Europe/Paris
6446981	Azille	azille	Azille		FR	76	11	111	11022	1160	Europe/Paris
6445349	Saint-Laon	saint-laon	Saint-Laon		FR	75	86	861	86227	127	Europe/Paris
6445350	Saint-Laurent-de-Jourdes	saint-laurent-de-jourdes	Saint-Laurent-de-Jourdes		FR	75	86	862	86228	204	Europe/Paris
6445351	Saint-Léger-de-Montbrillais	saint-leger-de-montbrillais	Saint-Leger-de-Montbrillais,Saint-Léger-de-Montbrillais		FR	75	86	861	86229	359	Europe/Paris
6445352	Saint-Léomer	saint-leomer	Saint-Leomer,Saint-Léomer		FR	75	86	862	86230	183	Europe/Paris
6445353	Saint-Macoux	saint-macoux	Saint-Macoux		FR	75	86	862	86231	468	Europe/Paris
6445354	Saint-Martin-l'Ars	saint-martin-l-ars	Saint-Martin-l'Ars		FR	75	86	862	86234	383	Europe/Paris
6445355	Saint-Maurice-la-Clouère	saint-maurice-la-clouere			FR	75	86	862	86235	1318	Europe/Paris
6445356	Saint-Pierre-de-Maillé	saint-pierre-de-maille	Saint-Pierre-de-Maille,Saint-Pierre-de-Maillé		FR	75	86	862	86236	882	Europe/Paris
6445357	Saint-Rémy-sur-Creuse	saint-remy-sur-creuse	Saint-Remy-sur-Creuse,Saint-Rémy-sur-Creuse		FR	75	86	861	86241	394	Europe/Paris
6445358	Saint-Savin	saint-savin	Saint-Savin-sur-Gartempe,Sen-Saven,san=savu~an,sheng sa wan,syn-swn  wyn,Сен-Савен,سین-سون، وین,サン＝サヴァン,圣萨万		FR	75	86	862	86246	860	Europe/Paris
6445359	Saint-Saviol	saint-saviol	Saint-Saviol		FR	75	86	862	86247	529	Europe/Paris
6445360	Saires	saires	Saires		FR	75	86	861	86249	130	Europe/Paris
6445361	Saix	saix	Saix		FR	75	86	861	86250	290	Europe/Paris
6445362	Sammarçolles	sammarcolles	Sammarcolles,Sammarçolles		FR	75	86	861	86252	643	Europe/Paris
6445363	Sanxay	sanxay			FR	75	86	863	86253	551	Europe/Paris
6445364	Saulgé	saulge	Saulge,Saulgé		FR	75	86	862	86254	1016	Europe/Paris
6445365	Savigné	savigne	Savigne,Savigné		FR	75	86	862	86255	1345	Europe/Paris
6445366	Savigny-Lévescault	savigny-levescault			FR	75	86	863	86256	1159	Europe/Paris
6445367	Savigny-sous-Faye	savigny-sous-faye	Savigny-sous-Faye		FR	75	86	861	86257	382	Europe/Paris
6445368	Scorbé-Clairvaux	scorbe-clairvaux	Scorbe-Clairvaux,Scorbé-Clairvaux		FR	75	86	861	86258	2261	Europe/Paris
6445369	Sérigny	serigny	Serin'i,sai li ni,Сериньї,塞里尼		FR	75	86	861	86260	314	Europe/Paris
6445370	Sèvres-Anxaumont	sevres-anxaumont			FR	75	86	863	86261	2140	Europe/Paris
6445371	Sillars	sillars	Sillars		FR	75	86	862	86262	620	Europe/Paris
6445372	Smarves	smarves	Smarves		FR	75	86	863	86263	2775	Europe/Paris
6445373	Sommières-du-Clain	sommieres-du-clain	Sommieres-du-Clain,Sommières-du-Clain		FR	75	86	862	86264	806	Europe/Paris
6445374	Sossais	sossais	Sossais		FR	75	86	861	86265	442	Europe/Paris
6445375	Tercé	terce			FR	75	86	863	86268	1116	Europe/Paris
6445376	Ternay	ternay	Ternay,Terne,tai er nai,Терне,泰尔奈		FR	75	86	861	86269	180	Europe/Paris
6445377	Thollet	thollet	Thollet		FR	75	86	862	86270	159	Europe/Paris
6445378	Thurageau	thurageau	Thurageau		FR	75	86	863	86271	809	Europe/Paris
6445379	Usson-du-Poitou	usson-du-poitou	Usson-du-Poitou		FR	75	86	862	86276	1271	Europe/Paris
6445381	Vaux-sur-Vienne	vaux-sur-vienne	Vaux-sur-Vienne		FR	75	86	861	86279	554	Europe/Paris
6445383	Saint-Martin-la-Pallu	saint-martin-la-pallu	Saint-Martin-la-Pallu		FR	75	86	863	86281	5553	Europe/Paris
6445384	Vernon	vernon	Vernon,fu er nong,wrnn  wyn,Вернон,ورنن، وین,弗尔农		FR	75	86	863	86284	696	Europe/Paris
6445385	Verrue	verrue	Verrju,Verrue,fu er lu e,Веррю,弗尔吕厄		FR	75	86	861	86286	395	Europe/Paris
6445386	Vézières	vezieres	Vezieres,Vézières		FR	75	86	861	86287	362	Europe/Paris
6445387	Vicq-sur-Gartempe	vicq-sur-gartempe	Vicq-sur-Gartempe		FR	75	86	861	86288	615	Europe/Paris
6445388	Villemort	villemort			FR	75	86	862	86291	104	Europe/Paris
6445389	Vivonne	vivonne			FR	75	86	863	86293	4318	Europe/Paris
6445390	Voulême	vouleme	Vouleme,Voulême		FR	75	86	862	86295	372	Europe/Paris
6445391	Voulon	voulon			FR	75	86	862	86296	449	Europe/Paris
6445392	Vouneuil-sous-Biard	vouneuil-sous-biard	Vouneuil-sous-Biard		FR	75	86	863	86297	5806	Europe/Paris
6445393	Vouneuil-sur-Vienne	vouneuil-sur-vienne	Vouneuil-sur-Vienne		FR	75	86	861	86298	2171	Europe/Paris
6445394	Vouzailles	vouzailles	Vouzailles,Vuzaj,wu ze lai,Вузай,武泽莱		FR	75	86	863	86299	612	Europe/Paris
6445395	Yversay	yversay	Yversay		FR	75	86	863	86300	493	Europe/Paris
6445396	Montrol-Sénard	montrol-senard	Monrol'-Senar,Monsteirou,Monsteiròu,Montrol-Senard,Montrol-Sénard,meng te luo sai na er,Монроль-Сенар,蒙特罗塞纳尔		FR	75	87	871	87100	276	Europe/Paris
6445397	Mortemart	mortemart	Mortemart		FR	75	87	871	87101	114	Europe/Paris
6445398	Nantiat	nantiat	Nantiat		FR	75	87	871	87103	1596	Europe/Paris
6445399	Nedde	nedde			FR	75	87	872	87104	469	Europe/Paris
6445400	Neuvic-Entier	neuvic-entier	Nevik-Ant'e,Nou Vic,Nouvic,Nòu Vic,Nòuvic,na wei ang di ye,Невик-Антье,Невік-Антьє,纳维昂蒂耶		FR	75	87	872	87105	935	Europe/Paris
6445401	Nexon	nexon	Neicon,Neiçon,Nekson,Nexon,nei ke song,Нексон,内克松		FR	75	87	872	87106	2559	Europe/Paris
6445402	Nieul	nieul	Nieul		FR	75	87	872	87107	1649	Europe/Paris
6445403	Nouic	nouic	Noic,Nouic,Noïc,Nuik,nu yi ke,Нуик,Нуїк,努伊克		FR	75	87	871	87108	469	Europe/Paris
6445404	Oradour-Saint-Genest	oradour-saint-genest	Orador Sent Genes,Orador Sent Genès,Orador dau Daurat,Oradour-Saint-Genest,Oradur-Sen-Zhene,ao la du sheng re nei si,Орадур-Сен-Жене,奥拉杜圣热内斯		FR	75	87	871	87109	342	Europe/Paris
6445405	Oradour-sur-Glane	oradour-sur-glane	Orador de Glana,Oradour-sur-Glane,Oradur sir Glan,Oradur-sjur-Glan,awradwr swr ghlan,awradwr-swr-glan,ge la ne he pan ao la du er,oladuleuswileugeullan,orado~uru=shuru=guranu,Орадур сир Глан,Орадур-сюр-Глан,אורדור-סור-גלאן,اورادور سور غلان,اورادور-سور-گلان,オラドゥール＝シュル＝グラヌ,格拉讷河畔奥拉杜尔,오라두르쉬르글란		FR	75	87	873	87110	2481	Europe/Paris
6445406	Oradour-sur-Vayres	oradour-sur-vayres	Orador,Orador de Vairas,Oradour-sur-Vayres,Oradur-sjur-Ver,wei lei he pan ao la du,Орадур-сюр-Вер,韦勒河畔奥拉杜		FR	75	87	873	87111	1514	Europe/Paris
6445407	Panazol	panazol	Panasou,Panasòu,Panazol		FR	75	87	872	87114	10983	Europe/Paris
6446982	Badens	badens			FR	76	11	111	11023	798	Europe/Paris
6445408	Pensol	pensol	Pansol',Pansou,Pansòu,Pensol,pang suo,Пансоль,庞索		FR	75	87	873	87115	185	Europe/Paris
6445409	Peyrat-de-Bellac	peyrat-de-bellac	Pairac,Pairac de Belac,Pejra-de-Bellak,Peyrat-de-Bellac,pei la de bei la ke,Пейра-де-Беллак,佩拉德贝拉克		FR	75	87	871	87116	1072	Europe/Paris
6445410	Peyrat-le-Château	peyrat-le-chateau			FR	75	87	872	87117	983	Europe/Paris
6445411	Peyrilhac	peyrilhac	Pairilhac,Pejrijak,Peyrilhac,pei li ya ke,Пейрияк,Пейріяк,佩里亚克		FR	75	87	872	87118	1263	Europe/Paris
6445412	Pierre-Buffière	pierre-buffiere	P'err-Bjuff'er,Peira Bufiera,Peirabufiera,Perr-Bjuffer,pi ye er lei bi fei ai,Пьерр-Бюффьер,Пєрр-Бюффєр,皮耶尔勒比菲埃		FR	75	87	872	87119	1158	Europe/Paris
6445413	Razès	razes	Rases,Rasès,Rasés,Raze,Razes,Razès,la ze,Разе,拉泽		FR	75	87	871	87122	1184	Europe/Paris
6445415	Rilhac-Lastours	rilhac-lastours	Rijak-Latur,Rilhac de Las Tors,Rilhac de las Tors,Rilhac-Lastours,li ya ke la si tu er,Рияк-Латур,Ріяк-Латур,里亚克拉斯图尔		FR	75	87	872	87124	371	Europe/Paris
6445416	Rilhac-Rancon	rilhac-rancon	Rilhac-Rancon		FR	75	87	872	87125	4542	Europe/Paris
6445417	Rochechouart	rochechouart	Rechoard,Rochechouart,Rosheshuar,luo shen shu a er,roshushuaru,Рошешуар,ロシュシュアール,罗什舒阿尔		FR	75	87	873	87126	3781	Europe/Paris
6445418	Saint-Pardoux-le-Lac	saint-pardoux-le-lac	Rossac,Russak,Saint-Pardoux-le-Lac,lu sa ke,Руссак,鲁萨克		FR	75	87	871	87128	1320	Europe/Paris
6445419	Roziers-Saint-Georges	roziers-saint-georges			FR	75	87	872	87130	181	Europe/Paris
6445421	Saint-Amand-le-Petit	saint-amand-le-petit	Saint-Amand-le-Petit		FR	75	87	872	87132	103	Europe/Paris
6445422	Saint-Amand-Magnazeix	saint-amand-magnazeix	Saint-Amand-Magnazeix,Sent Amand Manhases,Sent Amand Manhasés,Sent Amand de Montchenon,Sent-Aman-Man'jaze,sheng a mang ma ni ya ze,Сент-Аман-Маньязе,سینٹ-امنڈ-گنذےش,圣阿芒马尼亚泽		FR	75	87	871	87133	529	Europe/Paris
6445423	Sainte-Anne-Saint-Priest	sainte-anne-saint-priest	Sainte-Anne-Saint-Priest		FR	75	87	872	87134	163	Europe/Paris
6445424	Saint-Auvent	saint-auvent	Saint-Auvent,Sent Auvenc,Sent Auvenç,Sent-Ovan,sheng ao wang,Сент-Ован,سینٹ-ہونٹ,圣奥旺		FR	75	87	873	87135	965	Europe/Paris
6445426	Saint-Bonnet-Briance	saint-bonnet-briance	Saint-Bonnet-Briance,Sen-Bonne-Brians,Sent Bonet Brianca,Sent Bonet Briança,Sent Bonet de Brianca,Sent Bonet de Briança,sheng bo na bu li ang si,Сен-Бонне-Брианс,Сен-Бонне-Бріанс,سینٹ-بونٹ-بریانکے,圣博纳布里昂斯		FR	75	87	872	87138	570	Europe/Paris
6445427	Saint-Bonnet-de-Bellac	saint-bonnet-de-bellac	Saint-Bonnet-de-Bellac,Sen-Bonne-de-Bellak,Sent Bonet de Belac,sheng bo na de bei la ke,Сен-Бонне-де-Беллак,سینٹ-بونٹ-دے-بلاک,圣博纳德贝拉克		FR	75	87	871	87139	496	Europe/Paris
6445428	Saint-Brice-sur-Vienne	saint-brice-sur-vienne	Saint-Brice-sur-Vienne,Sen-Bris-sjur-V'enn,Sen-Bris-sjur-Venn,Sent Brecis,Sent Brecís,wei ai na he pan sheng bu li si,Сен-Брис-сюр-Вьенн,Сен-Брис-сюр-Вєнн,سینٹ-برکے-سر-وینے,维埃纳河畔圣布里斯		FR	75	87	873	87140	1663	Europe/Paris
6445429	Saint-Denis-des-Murs	saint-denis-des-murs	Saint-Denis-des-Murs		FR	75	87	872	87142	521	Europe/Paris
6445430	Saint-Gence	saint-gence	Saint-Gence,Sen-Zhans,Sent Gencan,Sent Gençan,sheng gang si,Сен-Жанс,سینٹ-گنکے,圣冈斯		FR	75	87	872	87143	2113	Europe/Paris
6445431	Saint-Genest-sur-Roselle	saint-genest-sur-roselle	Saint-Genest-sur-Roselle		FR	75	87	872	87144	521	Europe/Paris
6445432	Saint-Georges-les-Landes	saint-georges-les-landes	Saint-Georges-les-Landes,Sen-Zhorzh-le-Land,Sent Jorge,Sent Jorge las Landes,Sent Jòrge,Sent Jòrge las Landes,sheng re ao er re lai lang de,Сен-Жорж-ле-Ланд,سینٹ-گیورگس-لیس-لنڈس,圣热奥尔热莱朗德		FR	75	87	871	87145	240	Europe/Paris
6445433	Saint-Germain-les-Belles	saint-germain-les-belles	Sen-Zhermen-le-Bel',Sent German de las Belas,Sent German las Belas,sheng re er man lai bei lai,Сен-Жермен-ле-Бель,سینٹ-گرمین-لیس-بلیس,圣热尔曼莱贝莱		FR	75	87	872	87146	1181	Europe/Paris
6445434	Saint-Gilles-les-Forêts	saint-gilles-les-forets	Saint-Gilles-les-Forets,Saint-Gilles-les-Forêts,Sen-Zhil'-le-Foret,Sent Geris,sheng ji lei lei fu lei te,Сен-Жиль-ле-Форет,سینٹ-گلیس-لیس-فورٹس,圣吉勒勒福雷特		FR	75	87	872	87147	41	Europe/Paris
6445435	Saint-Hilaire-Bonneval	saint-hilaire-bonneval	Saint-Hilaire-Bonneval		FR	75	87	872	87148	978	Europe/Paris
6445436	Saint-Hilaire-les-Places	saint-hilaire-les-places	Saint-Hilaire-les-Places,Sen-Iler-le-Plas,Sent Alari e las Placas,Sent Alari e las Plaças,Sent Alari las Placas,Sent Alari las Plaças,sheng yi lai lei lei pu la se,Сен-Ілер-ле-Плас,Сен-Илер-ле-Плас,سینٹ-ہلیری-لیس-پلکس,圣伊莱勒勒普拉瑟		FR	75	87	872	87150	882	Europe/Paris
6445437	Saint-Jean-Ligoure	saint-jean-ligoure	Saint-Jean-Ligoure,Sant Joan Ligora,Sen-Zhan-Ligur,Sent Jan,sheng re ang li gu lei,Сен-Жан-Лигур,Сен-Жан-Лігур,سینٹ-ژاں -لیگورے,圣热昂利古勒		FR	75	87	872	87151	528	Europe/Paris
6445438	Saint-Jouvent	saint-jouvent	Saint-Jouvent,Sen-Zhuvan,Sent Jauvenc,Sent Jauvenç,sheng ru wang,Сен-Жуван,سینٹ-جوونت,圣茹旺		FR	75	87	872	87152	1663	Europe/Paris
6445439	Saint-Julien-le-Petit	saint-julien-le-petit	Saint-Julien-le-Petit,Sen-Zhul'en-le-Peti,Sent Julian lo Pitit,sheng rui li an lei pei di,Сен-Жульен-ле-Пети,Сен-Жульєн-ле-Петі,سینٹ-جلیں -لے-پیٹت,圣瑞利安勒佩蒂		FR	75	87	872	87153	286	Europe/Paris
6445440	Saint-Junien-les-Combes	saint-junien-les-combes	Lo Pitit Sent Junian,Saint-Junien-les-Combes,Sen-Zhun'jan-le-Komb,Sent Junian de Belac,sheng rui ni an lei kong bo,Сен-Жуньян-ле-Комб,سینٹ-جنین-لیس-کومبس,圣瑞尼安勒孔伯		FR	75	87	871	87155	168	Europe/Paris
6445441	Saint-Just-le-Martel	saint-just-le-martel	Saint-Just-le-Martel,Sen-Zhust-le-Martel',Sent Just,sheng rui si lei ma er te,sn-zhwst-lw-martl,Сен-Жуст-ле-Мартель,سن-ژوست-لو-مارتل,سینٹ-جست-لے-مارٹل,圣瑞斯勒马尔特		FR	75	87	872	87156	2684	Europe/Paris
6445442	Saint-Laurent-les-Églises	saint-laurent-les-eglises	Saint-Laurent-les-Eglises,Saint-Laurent-les-Églises,Sen-Loran-lez-Egliz,Sent Laurenc dEmbasac,Sent Laurenc lEgleisas,Sent Laurenç dEmbasac,Sent Laurenç lEgleisas,sheng luo lang lei ai ge li se,Сен-Лоран-лез-Еглиз,Сен-Лоран-лез-Егліз,سینٹ-لارنٹ-لیس-ایگلسس,圣洛朗勒埃格利瑟		FR	75	87	872	87157	873	Europe/Paris
6445650	Midrevaux	midrevaux	Midrevaux		FR	44	88	882	88303	220	Europe/Paris
6445443	Saint-Laurent-sur-Gorre	saint-laurent-sur-gorre	Saint-Laurent-sur-Gorre,Sen-Loran-sjur-Gorr,Sent Laurenc de Gora,Sent Laurenç de Gòra,ge er lei he pan sheng luo lang,Сен-Лоран-сюр-Горр,سینٹ-لارنٹ-سر-گوررے,戈尔勒河畔圣洛朗		FR	75	87	873	87158	1490	Europe/Paris
6445444	Saint-Léger-Magnazeix	saint-leger-magnazeix	Saint-Leger-Magnazeix,Saint-Léger-Magnazeix,Sen-Lezhe-Man'jaze,Sent Leger de Lucac,Sent Legier,Sent Legèr de Luçac,Sent Legíer,sheng lei re ma ni ya ze,Сен-Леже-Маньязе,سینٹ-لگر-گنذےش,圣勒热马尼亚泽		FR	75	87	871	87160	487	Europe/Paris
6445445	Saint-Léonard-de-Noblat	saint-leonard-de-noblat	Saint-Leonard-de-Noblat,Saint-Léonard-de-Noblat		FR	75	87	872	87161	4627	Europe/Paris
6445446	Sainte-Marie-de-Vaux	sainte-marie-de-vaux	Sainte-Marie-de-Vaux,Sent-Mari-de-Vo,Senta Mari de Vaus,Senta Maria de Vaus,Senta Marí de Vaus,sang tai-ma li ye de wo,Сент-Мари-де-Во,Сент-Марі-де-Во,سین-مرے-دے-وا,桑泰-马里耶德沃		FR	75	87	873	87162	207	Europe/Paris
6445447	Saint-Martial-sur-Isop	saint-martial-sur-isop	Saint-Martial-sur-Isop,Sen-Mars'jal'-sjur-Izo,Sen-Marsjal'-sjur-Izo,Sent Marcau,Sent Marçau,yi suo he pan sheng ma er di a,Сен-Марсьяль-сюр-Изо,Сен-Марсяль-сюр-Ізо,سینٹ-مارشل-سر-اسوپ,伊索河畔圣马尔蒂阿		FR	75	87	871	87163	135	Europe/Paris
6445448	Saint-Martin-de-Jussac	saint-martin-de-jussac	Saint-Martin-de-Jussac,Sen-Marten-de-Zhussak,Sent Martin de Jussac,sheng ma er tan de rui sa,Сен-Мартен-де-Жуссак,سینٹ-مارٹن-دے-جسساک,圣马尔坦德瑞萨		FR	75	87	873	87164	563	Europe/Paris
6445449	Saint-Martin-le-Mault	saint-martin-le-mault	Sen-Marten-le-Mo,Sent Martin,Sent Martin de Bonuelh,sheng ma er tan lei mo er,Сен-Мартен-ле-Мо,سینٹ-مارٹن-لے-مہلت,圣马尔坦勒莫尔		FR	75	87	871	87165	127	Europe/Paris
6445450	Saint-Martin-le-Vieux	saint-martin-le-vieux	Saint-Martin-le-Vieux,Sen-Marten-le-V'e,Sen-Marten-le-Ve,Sent Martin lo Vielh,Sent Martin lu Vielh,Sent Martin lu Viélh,sheng ma er tan lei fu yue,Сен-Мартен-ле-Вье,Сен-Мартен-ле-Вє,سینٹ-مارٹن-لے-ےش,圣马尔坦勒弗约		FR	75	87	872	87166	913	Europe/Paris
6445451	Saint-Martin-Terressus	saint-martin-terressus	Saint-Martin-Terressus,Sen-Marten-Terrsju,Sent Martin Tarrassos,Sent Martin de Terrassus,Sent Martin de Terrassús,sheng ma er tan tai er lei xu,Сен-Мартен-Террсю,سینٹ-مارٹن-تررسس,圣马尔坦泰尔雷叙		FR	75	87	872	87167	562	Europe/Paris
6445452	Saint-Mathieu	saint-mathieu	Saint-Mathieu		FR	75	87	873	87168	1081	Europe/Paris
6445453	Saint-Maurice-les-Brousses	saint-maurice-les-brousses	Saint-Maurice-les-Brousses,Sen-Moris-le-Bruss,Sent Mauseris,sheng mo li si lai bu lu se,Сен-Морис-ле-Брусс,سینٹ-موریس-لیس-بروسسس,圣莫里斯莱布鲁瑟		FR	75	87	872	87169	1045	Europe/Paris
6445454	Saint-Méard	saint-meard	Saint-Meard,Saint-Méard		FR	75	87	872	87170	359	Europe/Paris
6445455	Saint-Ouen-sur-Gartempe	saint-ouen-sur-gartempe	Saint-Ouen-sur-Gartempe,Sent Oen,Sent-Uan-sjur-Gartamp,jia er tang pu he pan sheng wu ang,Сент-Уан-сюр-Гартамп,سینٹ-وں -سر-گرٹمپے,加尔唐普河畔圣乌昂		FR	75	87	871	87172	216	Europe/Paris
6445456	Saint-Priest-Ligoure	saint-priest-ligoure	Sen-Priest-Ligur,Sent Prech,Sent Prist de la Jugia,Sent Prist de la Jugiá,Sent Prèch,sheng pu li ye si li gu lei,Сен-Приест-Лигур,Сен-Прієст-Лігур,سین-پریسٹ-لیگورے,圣普里耶斯利古勒		FR	75	87	872	87176	672	Europe/Paris
6445457	Saint-Priest-sous-Aixe	saint-priest-sous-aixe	Saint-Priest-sous-Aixe,Sen-Priest-su-Eks,Sent Prech dAissa,Sent Prist dAissa,sheng pu li ye si su ai ke sai,Сен-Приест-су-Екс,Сен-Прієст-су-Екс,سین-پریسٹ-سوس-ایکس,圣普里耶斯苏艾克塞		FR	75	87	872	87177	1722	Europe/Paris
6445458	Saint-Priest-Taurion	saint-priest-taurion	Sen-Priest-Torjon,Sent Prech,Sent Prist de Taurion,sheng pu li ye si tuo li weng,Сен-Приест-Торйон,Сен-Прієст-Торйон,سین-پریسٹ-تارون,圣普里耶斯托里翁		FR	75	87	872	87178	2875	Europe/Paris
6445459	Saint-Sornin-la-Marche	saint-sornin-la-marche	Saint-Sornin-la-Marche,Sen-Sornen-la-Marsh,Sent Sornin de la Marcha,Sent Sornin la Marcha,Sent Sòrnin la Marcha,sheng suo er nan la ma er she,Сен-Сорнен-ла-Марш,圣索尔南拉马尔舍		FR	75	87	871	87179	257	Europe/Paris
6445460	Saint-Sornin-Leulac	saint-sornin-leulac	Saint-Sornin-Leulac		FR	75	87	871	87180	665	Europe/Paris
6445461	Saint-Sulpice-Laurière	saint-sulpice-lauriere	Saint-Sulpice-Lauriere,Saint-Sulpice-Laurière,Sen-Sjul'pis-Lor'er,Sen-Sjul'pis-Lorer,Sent Superis,sheng xu er pi se luo li ai,Сен-Сюльпис-Лорьер,Сен-Сюльпіс-Лорєр,圣叙尔皮瑟洛里埃		FR	75	87	872	87181	836	Europe/Paris
6445462	Saint-Sulpice-les-Feuilles	saint-sulpice-les-feuilles	Saint-Sulpice-les-Feuilles,Sen-Sjul'pis-le-Fej,Sent Sepise,sheng xu er pi se lei fu yi lei,Сен-Сюльпис-ле-Фей,Сен-Сюльпіс-ле-Фей,圣叙尔皮瑟勒弗伊勒		FR	75	87	871	87182	1257	Europe/Paris
6445463	Saint-Sylvestre	saint-sylvestre	Saint-Sylvestre,Sen-Sil'vestr,Sent Sauvestre,Sint Sauvestre,sheng xi er fu si te lei,Сен-Сильвестр,Сен-Сільвестр,圣西尔弗斯特勒		FR	75	87	872	87183	927	Europe/Paris
6445465	Saint-Victurnien	saint-victurnien	Sen-Viktjurn'jan,Sent Vertunian,sheng wei ke di er ni an,Сен-Виктюрньян,Сен-Віктюрньян,圣维克蒂尔尼安		FR	75	87	873	87185	1754	Europe/Paris
6445466	Saint-Vitte-sur-Briance	saint-vitte-sur-briance	Saint-Vitte-sur-Briance,Sen-Vitt-sjur-Brians,Sent Vit,bu li ang si he pan sheng wei te,Сен-Витт-сюр-Брианс,Сен-Вітт-сюр-Бріанс,布里昂斯河畔圣维特		FR	75	87	872	87186	332	Europe/Paris
6445467	Saint-Yrieix-la-Perche	saint-yrieix-la-perche	Saint-Yrieix-la-Perche		FR	75	87	872	87187	6777	Europe/Paris
6445468	Saint-Yrieix-sous-Aixe	saint-yrieix-sous-aixe			FR	75	87	872	87188	416	Europe/Paris
6445470	Séreilhac	sereilhac	Cerelhac,Sereilhac,Serejak,Séreilhac,sai lei ya ke,Сереяк,塞雷亚克		FR	75	87	872	87191	1953	Europe/Paris
6445471	Solignac	solignac	Solenhac,Solignac		FR	75	87	872	87192	1571	Europe/Paris
6445473	Sussac	sussac	Sjussak,Sucac,Sussac,Suçac,xu sa ke,Сюссак,叙萨克		FR	75	87	872	87194	350	Europe/Paris
6445474	Tersannes	tersannes	Tercanas,Tercanes,Tersann,Terçanas,Terçanes,tai er sa na,Терсанн,泰尔萨纳		FR	75	87	871	87195	138	Europe/Paris
6445476	Thouron	thouron	Thouron,Toron,Turon,tu long,Турон,图龙		FR	75	87	871	87197	515	Europe/Paris
6445477	Vaulry	vaulry	Vauric,Vol'ri,wawlry,wo er li,Вольри,Вольрі,واولری,沃尔里		FR	75	87	871	87198	408	Europe/Paris
6445478	Verneuil-Moustiers	verneuil-moustiers	Vernej-Must'e,Verneulh,Vernuelh dAsac,fu er na yi mu si di ye er,wrnwyl mwstyrs,Верней-Мустье,Верней-Мустьє,ورنویل موستیرس,弗尔纳伊穆斯蒂耶尔		FR	75	87	871	87200	129	Europe/Paris
6445479	Verneuil-sur-Vienne	verneuil-sur-vienne	Vernej-sjur-V'enn,Vernej-sjur-Venn,Verneuil-sur-Vienne,Vernuelh,Vernuelh dAissa,Vernuèlh,wei ai na he pan fu er na yi,wrnwyl swr wyn,Верней-сюр-Вьенн,Верней-сюр-Вєнн,ورنویل سور وین,维埃纳河畔弗尔纳伊		FR	75	87	872	87201	4899	Europe/Paris
6445480	Veyrac	veyrac	Vairac,Vejrak,Veyrac,wei la ke,Вейрак,韦拉克		FR	75	87	872	87202	2047	Europe/Paris
6445481	Vicq-sur-Breuilh	vicq-sur-breuilh	Vic,Vicq-sur-Breuilh,Vik-sjur-Brej,bu lei yi er he pan wei,Вик-сюр-Брей,Вік-сюр-Брей,布勒伊尔河畔维		FR	75	87	872	87203	1320	Europe/Paris
6445482	Videix	videix	Vidais,Vide,Videix,wei dai,Виде,Віде,维代		FR	75	87	873	87204	213	Europe/Paris
6445483	Villefavard	villefavard	Villefavard		FR	75	87	871	87206	157	Europe/Paris
6445485	Cheniménil	chenimenil			FR	44	88	881	88101	1205	Europe/Paris
6445486	Chermisey	chermisey	Chermisey		FR	44	88	882	88102	98	Europe/Paris
6445487	Claudon	claudon	Claudon,Klodon,ke luo dong,Клодон,克洛东		FR	44	88	882	88105	219	Europe/Paris
6445489	Clézentaine	clezentaine	Clezentaine,Clézentaine		FR	44	88	881	88110	215	Europe/Paris
6445490	Coinches	coinches			FR	44	88	883	88111	352	Europe/Paris
6445492	Combrimont	combrimont	Combrimont,Kombremon,Kombrimon,kong bu li meng,Комбремон,Комбримон,孔布里蒙		FR	44	88	883	88113	139	Europe/Paris
6445493	Contrexéville	contrexeville	Contrexeville,Contrexéville		FR	44	88	882	88114	3232	Europe/Paris
6445494	Cornimont	cornimont	Cornimont,Kornemon,Kornimon,ke er ni meng,Корнемон,Корнимон,Корнімон,科尔尼蒙		FR	44	88	881	88116	3238	Europe/Paris
6445495	Courcelles-sous-Châtenois	courcelles-sous-chatenois	Courcelles-sous-Chatenois,Courcelles-sous-Châtenois,Kursel su Shatnoa,Kursel'-su-Shatenua,ku er sai lei su sha tang wa,Курсел су Шатноа,Курсель-су-Шатенуа,库尔塞勒苏沙唐瓦		FR	44	88	882	88117	81	Europe/Paris
6445496	Coussey	coussey	Coussey,Kuse,Kusse,ku sai,Кусе,Куссе,库塞		FR	44	88	882	88118	730	Europe/Paris
6445497	Crainvilliers	crainvilliers	Crainvilliers		FR	44	88	882	88119	172	Europe/Paris
6445499	Damas-et-Bettegney	damas-et-bettegney	Damas-et-Bettegney,Damaz et Betne,Damaz-e-Betten'e,da ma he bei te gai yi,Дамаз ет Бетње,Дамаз-е-Беттенье,Дамаз-е-Беттеньє,达马和贝特盖伊		FR	44	88	881	88122	367	Europe/Paris
6445500	Damblain	damblain	Damblain,Damblen,dang bu lan,Дамблен,当布兰		FR	44	88	882	88123	254	Europe/Paris
6445501	Darney-aux-Chênes	darney-aux-chenes	Darne-o-Shen,Darnej o Shen,Darney-aux-Chenes,Darney-aux-Chênes,da er nei ao xie na,Дарне-о-Шен,Дарнеј о Шен,达尔内奥谢纳		FR	44	88	882	88125	61	Europe/Paris
6445502	Darnieulles	darnieulles	Darnieulles		FR	44	88	881	88126	1451	Europe/Paris
6445503	Deinvillers	deinvillers	Deinvillers		FR	44	88	881	88127	63	Europe/Paris
6445504	Denipaire	denipaire	Denipaire,Deniper,de ni pei er,Денипер,Деніпер,德尼佩尔		FR	44	88	883	88128	246	Europe/Paris
6445505	Derbamont	derbamont	Derbamont		FR	44	88	881	88129	109	Europe/Paris
6445506	Destord	destord	Destor,Destord,Detor,de si tuo er,Дестор,Детор,德斯托尔		FR	44	88	881	88130	247	Europe/Paris
6445507	Deycimont	deycimont			FR	44	88	881	88131	309	Europe/Paris
6445508	Deyvillers	deyvillers	Dejville,Devile,Deyvillers,de wei lai er,Девиле,Дейвилле,Дейвілле,德维莱尔		FR	44	88	881	88132	1446	Europe/Paris
6445509	Dignonville	dignonville	Dignonville		FR	44	88	881	88133	186	Europe/Paris
6445510	Dinozé	dinoze	Dinoze,Dinozé,dan ao ze,Динозе,Дінозе,丹奥泽		FR	44	88	881	88134	597	Europe/Paris
6445511	Docelles	docelles	Docelles,Dosel,Dosel',duo sai lai,Досел,Досель,多塞莱		FR	44	88	881	88135	889	Europe/Paris
6445512	Dogneville	dogneville	Dogneville,Don'evil',Donevil,duo ge wei er,Доньевиль,Доньєвіль,Доњевил,多格维尔		FR	44	88	881	88136	1486	Europe/Paris
6445513	Dolaincourt	dolaincourt	Dolaincourt		FR	44	88	882	88137	96	Europe/Paris
6445514	Dombasle-devant-Darney	dombasle-devant-darney	Dombasle-devant-Darney		FR	44	88	882	88138	82	Europe/Paris
6445515	Dombasle-en-Xaintois	dombasle-en-xaintois	Dombal an Ksentoa,Dombal'-an-Ksentua,ke sang tu wa de qu dong ba si er,Домбал ан Ксентоа,Домбаль-ан-Ксентуа,克桑图瓦地区栋巴斯尔		FR	44	88	882	88139	126	Europe/Paris
6445516	Dombrot-le-Sec	dombrot-le-sec	Dombro le Sek,Dombro-le-Sek,dong bu luo lei sai,Домбро ле Сек,Домбро-ле-Сек,栋布罗勒塞		FR	44	88	882	88140	380	Europe/Paris
6445517	Dombrot-sur-Vair	dombrot-sur-vair	Dombrot-sur-Vair		FR	44	88	882	88141	249	Europe/Paris
6445518	Domèvre-sur-Avière	domevre-sur-aviere	Domevr sir Avjer,Domevr-sjur-Av'er,Domevr-sjur-Aver,Domevre-sur-Aviere,Domèvre-sur-Avière,a wei ai he pan duo mei fu lei,Домевр сир Авјер,Домевр-сюр-Авьер,Домевр-сюр-Авєр,阿维埃河畔多梅夫勒		FR	44	88	881	88142	396	Europe/Paris
6445519	Domèvre-sur-Durbion	domevre-sur-durbion	Domevr sir Dirbion,Domevr-sjur-Djurbjon,Domevre-sur-Durbion,Domèvre-sur-Durbion,di er bi weng he pan duo mei fu lei,Домевр сир Дирбион,Домевр-сюр-Дюрбйон,迪尔比翁河畔多梅夫勒		FR	44	88	881	88143	275	Europe/Paris
6445520	Domèvre-sous-Montfort	domevre-sous-montfort	Domevre-sous-Montfort,Domèvre-sous-Montfort		FR	44	88	882	88144	58	Europe/Paris
6445521	Domfaing	domfaing	Domfaing,Domfen,dong fan,Домфен,栋凡		FR	44	88	883	88145	216	Europe/Paris
6445522	Domjulien	domjulien			FR	44	88	882	88146	180	Europe/Paris
6445523	Dommartin-aux-Bois	dommartin-aux-bois	Domarten o Boa,Dommarten-o-Bua,Dommartin-aux-Bois,duo ma er tan ao bu wa,Домартен о Боа,Доммартен-о-Буа,多马尔坦奥布瓦		FR	44	88	881	88147	397	Europe/Paris
6445524	Dommartin-lès-Remiremont	dommartin-les-remiremont	Dommartin-les-Remiremont,Dommartin-lès-Remiremont		FR	44	88	881	88148	1893	Europe/Paris
6445525	Dommartin-lès-Vallois	dommartin-les-vallois	Dommartin-les-Vallois,Dommartin-lès-Vallois		FR	44	88	882	88149	57	Europe/Paris
6445651	Mirecourt	mirecourt			FR	44	88	882	88304	5285	Europe/Paris
6445526	Dommartin-sur-Vraine	dommartin-sur-vraine	Domarten sir Vren,Dommarten-sjur-Vren,Dommartin-sur-Vraine,fu lai na he pan duo ma er tan,Домартен сир Врен,Доммартен-сюр-Врен,弗赖纳河畔多马尔坦		FR	44	88	882	88150	314	Europe/Paris
6445527	Domrémy-la-Pucelle	domremy-la-pucelle	Domremi,Domremi la Pisel,Domremi-la-Pjusel',Domremy,Domremy-la-Pucelle,Domrémy,Domrémy-la-Pucelle,dong lei mi-la-pi sai lei,donremi=ra=pyuseru,Домреми,Домреми ла Писел,Домреми-ла-Пюсель,Домремі-ла-Пюсель,ドンレミ＝ラ＝ピュセル,栋雷米-拉-皮塞勒		FR	44	88	882	88154	115	Europe/Paris
6445528	Domvallier	domvallier	Domval'e,Domvalije,Domvallier,dong wa li ye,Домвалије,Домвалье,Домвальє,栋瓦利耶		FR	44	88	882	88155	107	Europe/Paris
6445529	Doncières	doncieres	Doncieres,Doncières		FR	44	88	881	88156	140	Europe/Paris
6445530	Dounoux	dounoux	Dounoux,Dunu,du nu,Дуну,杜努		FR	44	88	881	88157	856	Europe/Paris
6445531	Éloyes	eloyes	Eloyes,Éloyes		FR	44	88	881	88158	3224	Europe/Paris
6445532	Entre-deux-Eaux	entre-deux-eaux	Entre-deux-Eaux		FR	44	88	883	88159	509	Europe/Paris
6445533	Épinal	epinal	Epinal,Épinal		FR	44	88	881	88160	31558	Europe/Paris
6445534	Escles	escles	Escles,Eskl',ai si ke lei,Ескль,埃斯克勒		FR	44	88	882	88161	435	Europe/Paris
6445535	Esley	esley			FR	44	88	882	88162	189	Europe/Paris
6445536	Essegney	essegney			FR	44	88	881	88163	761	Europe/Paris
6445537	Estrennes	estrennes	Estrennes		FR	44	88	882	88164	91	Europe/Paris
6445538	Étival-Clairefontaine	etival-clairefontaine	Etival-Clairefontaine,Étival-Clairefontaine		FR	44	88	883	88165	2601	Europe/Paris
6445539	Évaux-et-Ménil	evaux-et-menil	Evaux-et-Menil,Évaux-et-Ménil		FR	44	88	881	88166	356	Europe/Paris
6445540	Faucompierre	faucompierre	Faucompierre		FR	44	88	881	88167	243	Europe/Paris
6445541	Fauconcourt	fauconcourt	Fauconcourt		FR	44	88	881	88168	129	Europe/Paris
6445542	Fays	fays	Fays,Fe,fei cun,Фе,费村		FR	44	88	881	88169	229	Europe/Paris
6445543	Ferdrupt	ferdrupt	Ferdrju,Ferdrupt,fu er de lu pu,Фердрю,弗尔德吕普		FR	44	88	881	88170	720	Europe/Paris
6445544	Fignévelle	fignevelle	Fignevelle,Fignévelle		FR	44	88	882	88171	44	Europe/Paris
6445545	Fiménil	fimenil	Fimenij,Fimenil,Fiménil,fei mo ni,Фимений,Фіменій,菲默尼		FR	44	88	881	88172	226	Europe/Paris
6445546	Florémont	floremont	Floremont,Florémont		FR	44	88	881	88173	442	Europe/Paris
6445547	Fomerey	fomerey	Fomerey		FR	44	88	881	88174	158	Europe/Paris
6445548	Fontenay	fontenay	Fontenay,Fontene,Fontne,feng te nai,Фонтене,Фонтне,丰特奈		FR	44	88	881	88175	477	Europe/Paris
6445549	Fontenoy-le-Château	fontenoy-le-chateau	Fontenoy-le-Chateau,Fontenoy-le-Château		FR	44	88	881	88176	539	Europe/Paris
6445550	Fouchécourt	fouchecourt	Fouchecourt,Fouchécourt		FR	44	88	882	88179	44	Europe/Paris
6445551	Frain	frain	Frain		FR	44	88	882	88180	131	Europe/Paris
6445552	Fraize	fraize	Fraize		FR	44	88	883	88181	2902	Europe/Paris
6445553	Frapelle	frapelle	Frapel,Frapel',Frapelle,fu la pei er,Фрапел,Фрапель,弗拉佩尔		FR	44	88	883	88182	193	Europe/Paris
6445554	Frebécourt	frebecourt	Frebecourt,Frebécourt		FR	44	88	882	88183	302	Europe/Paris
6445557	Frénois	frenois	Frenois,Frénois		FR	44	88	882	88187	51	Europe/Paris
6445558	Fresse-sur-Moselle	fresse-sur-moselle	Fresse-sur-Moselle		FR	44	88	881	88188	1749	Europe/Paris
6445559	Fréville	freville	Freville,Fréville		FR	44	88	882	88189	153	Europe/Paris
6445560	Gelvécourt-et-Adompt	gelvecourt-et-adompt	Gelvecourt-et-Adompt,Gelvécourt-et-Adompt		FR	44	88	881	88192	113	Europe/Paris
6445561	Gemaingoutte	gemaingoutte	Gemaingoutte		FR	44	88	883	88193	136	Europe/Paris
6445562	Gemmelaincourt	gemmelaincourt	Gemmelaincourt		FR	44	88	882	88194	155	Europe/Paris
6445563	Gendreville	gendreville	Gendreville,Zhandrevil',gang de lei wei er,Жандревиль,Жандревіль,冈德勒维尔		FR	44	88	882	88195	106	Europe/Paris
6445564	Gérardmer	gerardmer	Gerardmer,Gérardmer,Zherardmer,Zherarme,Zherarmer,jerarume,re la er mei,Жерардмер,Жерарме,Жерармер,ジェラールメ,热拉尔梅		FR	44	88	883	88196	8133	Europe/Paris
6445565	Gerbépal	gerbepal	Gerbepal,Gerbépal		FR	44	88	883	88198	586	Europe/Paris
6445566	Gignéville	gigneville	Gigneville,Gignéville,Zhin'evil',Zhinevil,ji ge wei er,Жиньевиль,Жиньєвіль,Жињевил,吉格维尔		FR	44	88	882	88199	79	Europe/Paris
6445567	Gigney	gigney	Gigney,Zhin'e,Zhine,ji gai yi,Жинье,Жиньє,Жиње,吉盖伊		FR	44	88	881	88200	47	Europe/Paris
6445568	Girancourt	girancourt	Girancourt		FR	44	88	881	88201	903	Europe/Paris
6445569	Gircourt-lès-Viéville	gircourt-les-vieville	Gircourt-les-Vieville,Gircourt-lès-Viéville		FR	44	88	881	88202	180	Europe/Paris
6445570	Girecourt-sur-Durbion	girecourt-sur-durbion	Girecourt-sur-Durbion,Zhirekur-sjur-Djurbjon,Zhirkur sir Dirbion,di er bi weng he pan ji lei ku er,Жирекур-сюр-Дюрбйон,Жиркур сир Дирбион,迪尔比翁河畔吉雷库尔		FR	44	88	881	88203	339	Europe/Paris
6445571	Girmont-Val-d'Ajol	girmont-val-d-ajol	Girmont-Val-d'Ajol		FR	44	88	881	88205	246	Europe/Paris
6445572	Gironcourt-sur-Vraine	gironcourt-sur-vraine	Gironcourt-sur-Vraine,Zhironkur sir Vren,Zhironkur-sjur-Vren,fu lai na he pan ji long ku er,Жиронкур сир Врен,Жиронкур-сюр-Врен,弗赖纳河畔吉龙库尔		FR	44	88	882	88206	955	Europe/Paris
6445573	Godoncourt	godoncourt	Godoncourt		FR	44	88	882	88208	131	Europe/Paris
6445574	Golbey	golbey	Golbey		FR	44	88	881	88209	8606	Europe/Paris
6445575	Gorhey	gorhey	Gorhey		FR	44	88	881	88210	181	Europe/Paris
6445576	Grandrupt-de-Bains	grandrupt-de-bains	Grandrupt-de-Bains,Granrju-de-Ben,ge lang de lu pu de ban,Гранрю-де-Бен,格朗德吕普德班		FR	44	88	881	88214	84	Europe/Paris
6445577	Grandvillers	grandvillers	Grandvillers,Granville,ge lang de wei lai er,Гранвилле,Гранвілле,格朗德维莱尔		FR	44	88	881	88216	764	Europe/Paris
6445578	Granges-Aumontzey	granges-aumontzey			FR	44	88	883	88218	2700	Europe/Paris
6445579	Greux	greux	Gre,ge lei,Гре,格勒		FR	44	88	882	88219	159	Europe/Paris
6445581	Gruey-lès-Surance	gruey-les-surance	Grjue-le-Sjurans,ge lu ai lai xu lang sai,Грюе-ле-Сюранс,格吕埃莱叙朗塞		FR	44	88	881	88221	257	Europe/Paris
6445582	Gugnécourt	gugnecourt	Gjun'ekur,Gugnecourt,Gugnécourt,ju gai ku er,Гюньекур,Гюньєкур,居盖库尔		FR	44	88	881	88222	232	Europe/Paris
6445583	Gugney-aux-Aulx	gugney-aux-aulx	Gugney-aux-Aulx		FR	44	88	881	88223	153	Europe/Paris
6445584	Hadigny-les-Verrières	hadigny-les-verrieres	Hadigny-les-Verrieres,Hadigny-les-Verrières		FR	44	88	881	88224	404	Europe/Paris
6445585	Hadol	hadol	Hadol		FR	44	88	881	88225	2377	Europe/Paris
6445586	Hagécourt	hagecourt	Azhekur,Hagecourt,Hagécourt,a re ku er,Ажекур,阿热库尔		FR	44	88	881	88226	114	Europe/Paris
6445588	Harchéchamp	harchechamp	Arshesham,Arsheshan,Harchechamp,Harchéchamp,a er xie shang,Аршешам,Аршешан,阿尔谢尚		FR	44	88	882	88229	77	Europe/Paris
6445589	Hardancourt	hardancourt	Ardankur,Hardancourt,a er dang ku er,Арданкур,阿尔当库尔		FR	44	88	881	88230	40	Europe/Paris
6445590	Haréville	hareville	Hareville,Haréville		FR	44	88	882	88231	481	Europe/Paris
6445592	Harol	harol	Harol		FR	44	88	881	88233	626	Europe/Paris
6445595	Hennecourt	hennecourt	Enkur,Ennkur,Hennecourt,ai nei ku er,Енкур,Еннкур,埃内库尔		FR	44	88	881	88237	359	Europe/Paris
6445596	Hennezel	hennezel	Hennezel		FR	44	88	882	88238	404	Europe/Paris
6445597	Hergugney	hergugney	Hergugney		FR	44	88	881	88239	137	Europe/Paris
6445598	Herpelmont	herpelmont	Herpelmont		FR	44	88	883	88240	281	Europe/Paris
6445599	Houécourt	houecourt	Houecourt,Houécourt		FR	44	88	882	88241	440	Europe/Paris
6445600	Houéville	houeville	Houeville,Houéville		FR	44	88	882	88242	48	Europe/Paris
6445601	Housseras	housseras	Housseras		FR	44	88	881	88243	494	Europe/Paris
6445602	Hurbache	hurbache	Hurbache		FR	44	88	883	88245	320	Europe/Paris
6445603	Hymont	hymont	Imon,yi meng,Імон,Имон,伊蒙		FR	44	88	882	88246	477	Europe/Paris
6445604	Isches	isches	Isches,Ish,yi si she,Іш,Иш,伊斯舍		FR	44	88	882	88248	159	Europe/Paris
6445605	Jainvillotte	jainvillotte	Jainvillotte		FR	44	88	882	88249	78	Europe/Paris
6445606	Jarménil	jarmenil	Jarmenil,Jarménil		FR	44	88	881	88250	465	Europe/Paris
6445607	Jeanménil	jeanmenil	Jeanmenil,Jeanménil,Zhanmenij,rang mei ni,Жанмений,Жанменій,让梅尼		FR	44	88	881	88251	1110	Europe/Paris
6445608	Jésonville	jesonville	Jesonville,Jésonville		FR	44	88	882	88252	127	Europe/Paris
6445609	Jeuxey	jeuxey	Jeuxey,Zhekse,re ke sai,Жексе,热克塞		FR	44	88	881	88253	689	Europe/Paris
6445610	Jorxey	jorxey	Jorxey,Zhorkse,ruo er ke sai,Жорксе,若尔克塞		FR	44	88	881	88254	85	Europe/Paris
6445611	Jubainville	jubainville	Jubainville		FR	44	88	882	88255	93	Europe/Paris
6445612	Jussarupt	jussarupt	Jussarupt,Zhussarju,rui sa lu pu,Жуссарю,瑞萨吕普		FR	44	88	883	88256	272	Europe/Paris
6445614	Langley	langley	Langley		FR	44	88	881	88260	165	Europe/Paris
6445615	Laval-sur-Vologne	laval-sur-vologne	Laval'-sjur-Volon',Laval-sur-Vologne,wo luo ge he pan la wa,Лаваль-сюр-Волонь,沃洛格河畔拉瓦		FR	44	88	881	88261	637	Europe/Paris
6445616	Laveline-devant-Bruyères	laveline-devant-bruyeres	Laveline-devant-Bruyeres,Laveline-devant-Bruyères,Lavlin-devan-Brjuer,la fu li na de wang bu lu yi ai lei,Лавлин-деван-Брюер,Лавлін-деван-Брюєр,拉弗利纳德旺布吕伊埃勒		FR	44	88	881	88262	630	Europe/Paris
6445617	Laveline-du-Houx	laveline-du-houx	Laveline-du-Houx,Lavlin-dju-U,la fu li na di wu,Лавлин-дю-У,Лавлін-дю-У,拉弗利纳迪乌		FR	44	88	881	88263	223	Europe/Paris
6445618	Lemmecourt	lemmecourt	Lemmecourt		FR	44	88	882	88265	30	Europe/Paris
6445619	Lerrain	lerrain	Lerrain		FR	44	88	882	88267	473	Europe/Paris
6445620	Lesseux	lesseux	Lesse,Lesseux,lai sai,Лессе,莱塞		FR	44	88	883	88268	161	Europe/Paris
6445621	Liézey	liezey	L'eze,li ye ze,Льезе,Льєзе,利耶泽		FR	44	88	883	88269	278	Europe/Paris
6445622	Liffol-le-Grand	liffol-le-grand	Liffol-le-Grand		FR	44	88	882	88270	2154	Europe/Paris
6445623	Lignéville	ligneville	Ligneville,Lignéville,Lin'evil',li ge wei er,Линьевиль,Ліньєвіль,利格维尔		FR	44	88	882	88271	316	Europe/Paris
6445625	Longchamp-sous-Châtenois	longchamp-sous-chatenois	Longchamp-sous-Chatenois,Longchamp-sous-Châtenois		FR	44	88	882	88274	69	Europe/Paris
6445626	Lubine	lubine			FR	44	88	883	88275	221	Europe/Paris
6445627	Lusse	lusse	Lusse		FR	44	88	883	88276	436	Europe/Paris
6445629	Maconcourt	maconcourt	Maconcourt,Makonkur,ma kong ku er,Маконкур,میکونکورٹ,马孔库尔		FR	44	88	882	88278	78	Europe/Paris
6445630	Madecourt	madecourt	Madecourt		FR	44	88	882	88279	55	Europe/Paris
6445631	Madegney	madegney	Madegney		FR	44	88	881	88280	118	Europe/Paris
6445632	Malaincourt	malaincourt	Malaincourt		FR	44	88	882	88283	88	Europe/Paris
6445633	Mandray	mandray	Mandray,Mandre,mang de lai,Мандре,芒德赖		FR	44	88	883	88284	593	Europe/Paris
6445634	Mandres-sur-Vair	mandres-sur-vair	Mandr-sjur-Ver,Mandres-sur-Vair,wei he pan mang de lei,Мандр-сюр-Вер,韦河畔芒德勒		FR	44	88	882	88285	464	Europe/Paris
6445636	Marey	marey	Marey		FR	44	88	882	88287	70	Europe/Paris
6445637	Maroncourt	maroncourt	Maroncourt		FR	44	88	881	88288	11	Europe/Paris
6445638	Martigny-les-Bains	martigny-les-bains	Martigny-les-Bains,Martin'i-le-Ben,ma er di ni lai ban,Мартиньи-ле-Бен,Мартіньї-ле-Бен,马尔蒂尼莱班		FR	44	88	882	88289	799	Europe/Paris
6445640	Mattaincourt	mattaincourt			FR	44	88	882	88292	835	Europe/Paris
6445642	Mazeley	mazeley	Mazele,Mazeley,ma ze lai,Мазеле,马泽莱		FR	44	88	881	88294	269	Europe/Paris
6445643	Mazirot	mazirot	Mazirot		FR	44	88	882	88295	223	Europe/Paris
6445644	Médonville	medonville	Medonville,Médonville		FR	44	88	882	88296	93	Europe/Paris
6445645	Méménil	memenil	Memenij,Memenil,Méménil,mei mei ni,Мемений,Меменій,梅梅尼		FR	44	88	881	88297	150	Europe/Paris
6445646	Ménarmont	menarmont			FR	44	88	881	88298	72	Europe/Paris
6445647	Ménil-en-Xaintois	menil-en-xaintois	Menil-en-Xaintois,Ménil-en-Xaintois		FR	44	88	882	88299	153	Europe/Paris
6445648	Ménil-de-Senones	menil-de-senones	Menil-de-Senones,Ménil-de-Senones		FR	44	88	883	88300	137	Europe/Paris
6445649	Ménil-sur-Belvitte	menil-sur-belvitte	Menil-sur-Belvitte,Ménil-sur-Belvitte		FR	44	88	881	88301	301	Europe/Paris
6445652	Mont-lès-Lamarche	mont-les-lamarche	Mon-le-Lamarsh,meng lai la ma er shen,Мон-ле-Ламарш,蒙莱拉马尔什		FR	44	88	882	88307	99	Europe/Paris
6445653	Mont-lès-Neufchâteau	mont-les-neufchateau	Mon-le-Nefshato,Mont-les-Neufchateau,Mont-lès-Neufchâteau,meng lai na fu sha tuo,Мон-ле-Нефшато,蒙莱纳夫沙托		FR	44	88	882	88308	300	Europe/Paris
6445654	Monthureux-le-Sec	monthureux-le-sec	Monthureux-le-Sec		FR	44	88	882	88309	158	Europe/Paris
6445655	Monthureux-sur-Saône	monthureux-sur-saone	Monthureux-sur-Saone,Monthureux-sur-Saône		FR	44	88	882	88310	862	Europe/Paris
6445656	Montmotier	montmotier			FR	44	88	881	88311	48	Europe/Paris
6445657	Morelmaison	morelmaison	Morelmaison		FR	44	88	882	88312	213	Europe/Paris
6445658	Morizécourt	morizecourt	Morizecourt,Morizécourt		FR	44	88	882	88314	109	Europe/Paris
6445659	Moyemont	moyemont	Moyemont		FR	44	88	881	88318	221	Europe/Paris
6445660	Moyenmoutier	moyenmoutier	Moyenmoutier		FR	44	88	883	88319	3237	Europe/Paris
6445661	Nayemont-les-Fosses	nayemont-les-fosses	Naemon-le-Foss,Nayemont-les-Fosses,nai ai meng lai fu sai,Наемон-ле-Фосс,Наємон-ле-Фосс,奈埃蒙莱福塞		FR	44	88	883	88320	814	Europe/Paris
6445662	Neuvillers-sur-Fave	neuvillers-sur-fave	Neuvillers-sur-Fave,Neville-sjur-Fav,fa wo he pan na wei lai er,Невилле-сюр-Фав,Невілле-сюр-Фав,法沃河畔纳维莱尔		FR	44	88	883	88326	340	Europe/Paris
6445663	Nomexy	nomexy	Nomeksi,nuo mo ke xi,Номекси,Номексі,诺默克西		FR	44	88	881	88327	2109	Europe/Paris
6445664	Nompatelize	nompatelize	Nompatelize		FR	44	88	883	88328	540	Europe/Paris
6445665	Nonville	nonville	Nonville		FR	44	88	882	88330	202	Europe/Paris
6445666	Nonzeville	nonzeville	Nonzeville		FR	44	88	881	88331	50	Europe/Paris
6445667	Nossoncourt	nossoncourt	Nossoncourt,Nossonkur,nuo song ku er,Носсонкур,诺松库尔		FR	44	88	881	88333	113	Europe/Paris
6445669	Ollainville	ollainville	Ollainville		FR	44	88	882	88336	63	Europe/Paris
6445671	Ortoncourt	ortoncourt	Ortoncourt		FR	44	88	881	88338	90	Europe/Paris
6445672	Padoux	padoux	Padoux		FR	44	88	881	88340	514	Europe/Paris
6445673	Pair-et-Grandrupt	pair-et-grandrupt	Pair-et-Grandrupt		FR	44	88	883	88341	510	Europe/Paris
6445674	Pallegney	pallegney	Pallegney		FR	44	88	881	88342	176	Europe/Paris
6445675	Parey-sous-Montfort	parey-sous-montfort	Parey-sous-Montfort		FR	44	88	882	88343	144	Europe/Paris
6445676	Pargny-sous-Mureau	pargny-sous-mureau	Pargny-sous-Mureau		FR	44	88	882	88344	183	Europe/Paris
6445677	Pierrepont-sur-l'Arentèle	pierrepont-sur-l-arentele	Pierrepont-sur-l'Arentele,Pierrepont-sur-l'Arentèle		FR	44	88	881	88348	138	Europe/Paris
6445678	Plainfaing	plainfaing	Plainfaing		FR	44	88	883	88349	1706	Europe/Paris
6445680	Plombières-les-Bains	plombieres-les-bains			FR	44	88	881	88351	1687	Europe/Paris
6445681	Pompierre	pompierre	Pomp'err,Pomperr,Pompierre,peng pi ye er,Помпьерр,Помпєрр,蓬皮耶尔		FR	44	88	882	88352	231	Europe/Paris
6445682	Pont-lès-Bonfays	pont-les-bonfays	Pont-les-Bonfays,Pont-lès-Bonfays		FR	44	88	882	88353	101	Europe/Paris
6445684	Poussay	poussay			FR	44	88	882	88357	698	Europe/Paris
6445685	Pouxeux	pouxeux	Pouxeux,Pukse,pu ke sai,Пуксе,普克塞		FR	44	88	881	88358	1987	Europe/Paris
6445686	Prey	prey	Prey		FR	44	88	881	88359	96	Europe/Paris
6445687	Provenchères-lès-Darney	provencheres-les-darney	Provencheres-les-Darney,Provenchères-lès-Darney		FR	44	88	882	88360	160	Europe/Paris
6445688	Provenchères-et-Colroy	provencheres-et-colroy	Provencheres-et-Colroy,Provenchères-et-Colroy		FR	44	88	883	88361	1389	Europe/Paris
6445690	Racécourt	racecourt	Racecourt,Racécourt		FR	44	88	881	88365	167	Europe/Paris
6445691	Rainville	rainville	Rainville		FR	44	88	882	88366	278	Europe/Paris
6445692	Rambervillers	rambervillers	Rambervillers		FR	44	88	881	88367	5286	Europe/Paris
6445693	Ramecourt	ramecourt			FR	44	88	882	88368	186	Europe/Paris
6445694	Ramonchamp	ramonchamp	Ramonchamp		FR	44	88	881	88369	2035	Europe/Paris
6445695	Raon-aux-Bois	raon-aux-bois	Raon-aux-Bois		FR	44	88	881	88371	1241	Europe/Paris
6445696	Raon-l'Étape	raon-l-etape	Raon-l'Etape,Raon-l'Étape		FR	44	88	883	88372	6426	Europe/Paris
6445698	Rapey	rapey	Rapey		FR	44	88	881	88374	23	Europe/Paris
6445699	Raves	raves	Rav,Raves,la wo,Рав,拉沃		FR	44	88	883	88375	469	Europe/Paris
6445700	Rebeuville	rebeuville	Rebeuville,Rebevil',lei bo wei er,Ребевиль,Ребевіль,雷伯维尔		FR	44	88	882	88376	285	Europe/Paris
6445701	Regnévelle	regnevelle	Regnevelle,Regnévelle		FR	44	88	882	88377	125	Europe/Paris
6445702	Regney	regney	Regney		FR	44	88	881	88378	84	Europe/Paris
6445703	Rehaincourt	rehaincourt	Rehaincourt		FR	44	88	881	88379	355	Europe/Paris
6445704	Rehaupal	rehaupal	Rehaupal,Reopal',luo pa,Реопаль,罗帕		FR	44	88	883	88380	211	Europe/Paris
6445705	Relanges	relanges	Relanges,Relanzh,lei lang re,Реланж,雷朗热		FR	44	88	882	88381	211	Europe/Paris
6445706	Remicourt	remicourt	Remicourt		FR	44	88	882	88382	64	Europe/Paris
6445707	Repel	repel	Repel		FR	44	88	882	88389	86	Europe/Paris
6445708	Robécourt	robecourt	Robecourt,Robécourt		FR	44	88	882	88390	108	Europe/Paris
6445709	Rochesson	rochesson	Rochesson,Roshsson,luo xie song,Рошссон,罗谢松		FR	44	88	881	88391	698	Europe/Paris
6445711	Rollainville	rollainville	Rollainville,Rollenvil',luo lan wei er,Ролленвиль,Ролленвіль,罗兰维尔		FR	44	88	882	88393	305	Europe/Paris
6445712	Romain-aux-Bois	romain-aux-bois	Romain-aux-Bois		FR	44	88	882	88394	48	Europe/Paris
6445713	Romont	romont	Romon,Romont,luo meng,Ромон,罗蒙		FR	44	88	881	88395	389	Europe/Paris
6445714	Rouvres-en-Xaintois	rouvres-en-xaintois	Rouvres-en-Xaintois		FR	44	88	882	88400	279	Europe/Paris
6445715	Rouvres-la-Chétive	rouvres-la-chetive	Rouvres-la-Chetive,Rouvres-la-Chétive,Ruvr-la-Shetiv,lu fu lei la xie di wo,Рувр-ла-Шетив,Рувр-ла-Шетів,鲁夫勒拉谢蒂沃		FR	44	88	882	88401	452	Europe/Paris
6445716	Roville-aux-Chênes	roville-aux-chenes	Roville-aux-Chenes,Roville-aux-Chênes		FR	44	88	881	88402	364	Europe/Paris
6445717	Rozerotte	rozerotte	Rozerotte		FR	44	88	882	88403	193	Europe/Paris
6445718	Rozières-sur-Mouzon	rozieres-sur-mouzon	Rozieres-sur-Mouzon,Rozières-sur-Mouzon		FR	44	88	882	88404	62	Europe/Paris
6445719	Rugney	rugney	Rugney		FR	44	88	881	88406	136	Europe/Paris
6445720	Ruppes	ruppes	Ruppes		FR	44	88	882	88407	137	Europe/Paris
6445721	Rupt-sur-Moselle	rupt-sur-moselle	Rupt-sur-Moselle		FR	44	88	881	88408	3491	Europe/Paris
6445722	Saint-Amé	saint-ame	Saint-Ame,Saint-Amé		FR	44	88	881	88409	2166	Europe/Paris
6445723	Saint-Baslemont	saint-baslemont	Saint-Baslemont,Sen-Baslemon,sheng ba si lai meng,Сен-Баслемон,سینٹ-بسلمونٹ,圣巴斯莱蒙		FR	44	88	882	88411	80	Europe/Paris
6445724	Saint-Benoît-la-Chipotte	saint-benoit-la-chipotte	Saint-Benoit-la-Chipotte,Saint-Benoît-la-Chipotte		FR	44	88	881	88412	420	Europe/Paris
6445725	Saint-Étienne-lès-Remiremont	saint-etienne-les-remiremont			FR	44	88	881	88415	3838	Europe/Paris
6445726	Saint-Genest	saint-genest	Saint-Genest,Sen-Zhene,sheng re nei si,Сен-Жене,سینٹ-گنیست، ووسگس,圣热内斯		FR	44	88	881	88416	134	Europe/Paris
6445727	Sainte-Hélène	sainte-helene	Sainte-Helene,Sainte-Hélène,Sent-Elen,sang te ai lai na,Сент-Елен,سین-ہلنے، ووسگس,桑特埃莱纳		FR	44	88	881	88418	476	Europe/Paris
6445728	Saint-Jean-d'Ormont	saint-jean-d-ormont	Saint-Jean-d'Ormont		FR	44	88	883	88419	124	Europe/Paris
6445729	Saint-Léonard	saint-leonard	Saint-Leonard,Saint-Léonard,Sen-Leonar,sheng lai ao na er,Сен-Леонар,سینٹ-لیونارڈ، ووسگس,圣莱奥纳尔		FR	44	88	883	88423	1355	Europe/Paris
6445730	Saint-Maurice-sur-Mortagne	saint-maurice-sur-mortagne	Saint-Maurice-sur-Mortagne		FR	44	88	881	88425	181	Europe/Paris
6445731	Saint-Maurice-sur-Moselle	saint-maurice-sur-moselle	Saint-Maurice-sur-Moselle		FR	44	88	881	88426	1379	Europe/Paris
6445732	Saint-Menge	saint-menge	Saint-Menge		FR	44	88	882	88427	127	Europe/Paris
6445733	Saint-Michel-sur-Meurthe	saint-michel-sur-meurthe	Saint-Michel-sur-Meurthe		FR	44	88	883	88428	1875	Europe/Paris
6445734	Saint-Nabord	saint-nabord	Saint-Nabord		FR	44	88	881	88429	4087	Europe/Paris
6445735	Saint-Ouen-lès-Parey	saint-ouen-les-parey	Saint-Ouen-les-Parey,Saint-Ouen-lès-Parey,Sent-Uan-le-Pare,sheng wu ang lai pa lei,Сент-Уан-ле-Паре,سینٹ-وں -لیس-پڑے,圣乌昂莱帕雷		FR	44	88	882	88430	491	Europe/Paris
6445736	Saint-Pierremont	saint-pierremont	Saint-Pierremont		FR	44	88	881	88432	157	Europe/Paris
6445739	Saint-Stail	saint-stail	Saint-Stail		FR	44	88	883	88436	74	Europe/Paris
6445740	Saint-Vallier	saint-vallier	Saint-Vallier		FR	44	88	881	88437	100	Europe/Paris
6445741	Sanchey	sanchey	Sanchey,Sanshe,sang xie,Санше,桑谢		FR	44	88	881	88439	934	Europe/Paris
6445742	Sandaucourt	sandaucourt	Sandaucourt,Sandokur,sang duo ku er,Сандокур,桑多库尔		FR	44	88	882	88440	177	Europe/Paris
6445743	Sans-Vallois	sans-vallois	Sans-Vallois		FR	44	88	882	88441	136	Europe/Paris
6445744	Sapois	sapois	Sapois,Sapua,sa pu wa,Сапуа,萨普瓦		FR	44	88	881	88442	643	Europe/Paris
6445745	Sartes	sartes	Sartes		FR	44	88	882	88443	101	Europe/Paris
6445746	Saulcy-sur-Meurthe	saulcy-sur-meurthe	Saulcy-sur-Meurthe		FR	44	88	883	88445	2335	Europe/Paris
6445747	Saulxures-lès-Bulgnéville	saulxures-les-bulgneville			FR	44	88	882	88446	246	Europe/Paris
6445748	Saulxures-sur-Moselotte	saulxures-sur-moselotte			FR	44	88	881	88447	2636	Europe/Paris
6445749	Sauville	sauville	Sauville		FR	44	88	882	88448	186	Europe/Paris
6445750	Savigny	savigny	Savigny		FR	44	88	881	88449	188	Europe/Paris
6445751	Senaide	senaide	Senaide		FR	44	88	882	88450	179	Europe/Paris
6445752	Senonges	senonges	Senonges		FR	44	88	882	88452	125	Europe/Paris
6445753	Seraumont	seraumont	Seraumont		FR	44	88	882	88453	47	Europe/Paris
6445754	Serécourt	serecourt	Serecourt,Serécourt		FR	44	88	882	88455	100	Europe/Paris
6445755	Serocourt	serocourt	Serocourt		FR	44	88	882	88456	92	Europe/Paris
6445756	Sionne	sionne	S'jonn,Sionne,xiong en,Сьйонн,雄恩		FR	44	88	882	88457	141	Europe/Paris
6445759	Suriauville	suriauville	Suriauville		FR	44	88	882	88461	219	Europe/Paris
6445760	Taintrux	taintrux			FR	44	88	883	88463	1551	Europe/Paris
6445761	Tendon	tendon	Sinir,Tandon,Tendon,tang dong,Сінір,Тандон,唐东		FR	44	88	881	88464	519	Europe/Paris
6445762	Capavenir Vosges	capavenir-vosges			FR	44	88	881	88465	9033	Europe/Paris
6445763	They-sous-Montfort	they-sous-montfort	They-sous-Montfort		FR	44	88	882	88466	127	Europe/Paris
6445764	Thiéfosse	thiefosse	Thiefosse,Thiéfosse		FR	44	88	881	88467	606	Europe/Paris
6445765	Thiraucourt	thiraucourt	Thiraucourt		FR	44	88	882	88469	99	Europe/Paris
6445766	Thuillières	thuillieres	Thuillieres,Thuillières,Tjujer,di yi li ai,Тюйер,Тюйєр,蒂伊利埃		FR	44	88	882	88472	123	Europe/Paris
6445767	Tignécourt	tignecourt	Tignecourt,Tignécourt,Tin'ekur,di gai ku er,Тиньекур,Тіньєкур,蒂盖库尔		FR	44	88	882	88473	104	Europe/Paris
6445768	Tilleux	tilleux	Tilleux		FR	44	88	882	88474	55	Europe/Paris
6445769	Tollaincourt	tollaincourt	Tollaincourt,Tollenkur,tuo lan ku er,Толленкур,托兰库尔		FR	44	88	882	88475	128	Europe/Paris
6445772	Tranqueville-Graux	tranqueville-graux			FR	44	88	882	88478	100	Europe/Paris
6445773	Trémonzey	tremonzey	Tremonze,Tremonzey,Trémonzey,te lei meng ze,trmwnzy,Тремонзе,ترمونزی,特雷蒙泽		FR	44	88	881	88479	248	Europe/Paris
6445774	Uriménil	urimenil			FR	44	88	881	88481	1356	Europe/Paris
6445775	Urville	urville	Urville		FR	44	88	882	88482	57	Europe/Paris
6445776	Uxegney	uxegney	Uxegney		FR	44	88	881	88483	2291	Europe/Paris
6445777	Uzemain	uzemain	Uzemain		FR	44	88	881	88484	1061	Europe/Paris
6445778	Vagney	vagney			FR	44	88	881	88486	3932	Europe/Paris
6445779	Valfroicourt	valfroicourt	Val'fruakur,Valfroicourt,wa er fu lu wa ku er,Вальфруакур,瓦尔夫鲁瓦库尔		FR	44	88	882	88488	244	Europe/Paris
6445780	Valleroy-aux-Saules	valleroy-aux-saules	Valleroy-aux-Saules,Vallerua-o-Sol',wa lai lu wa ao suo lai,Валлеруа-о-Соль,瓦莱鲁瓦奥索莱		FR	44	88	882	88489	264	Europe/Paris
6445781	Valleroy-le-Sec	valleroy-le-sec	Valleroy-le-Sec		FR	44	88	882	88490	173	Europe/Paris
6445782	Varmonzey	varmonzey			FR	44	88	881	88493	30	Europe/Paris
6445784	Vaxoncourt	vaxoncourt	Vaksonkur,Vaxoncourt,wa ke song ku er,wksnkwrt,Ваксонкур,وکسنکورت,瓦克松库尔		FR	44	88	881	88497	464	Europe/Paris
6445785	Vecoux	vecoux			FR	44	88	881	88498	874	Europe/Paris
6445786	Velotte-et-Tatignécourt	velotte-et-tatignecourt	Velott-e-Tatin'ekur,Velotte-et-Tatignecourt,Velotte-et-Tatignécourt,fu luo te he ta di gai ku er,wlt at ttygnkwrt,Велотт-е-Татиньекур,Велотт-е-Татіньєкур,ولت ات تتیگنکورت,弗洛特和塔蒂盖库尔		FR	44	88	881	88499	156	Europe/Paris
6445787	Ventron	ventron	Ventron		FR	44	88	881	88500	841	Europe/Paris
6445788	Vervezelle	vervezelle	Vervezel',Vervezelle,fu er fu ze er,Вервезель,弗尔弗泽尔		FR	44	88	883	88502	130	Europe/Paris
6445791	Vienville	vienville	Vienville		FR	44	88	883	88505	127	Europe/Paris
6445792	Vieux-Moulin	vieux-moulin	Vieux-Moulin		FR	44	88	883	88506	328	Europe/Paris
6445793	Ville-sur-Illon	ville-sur-illon	Ville-sur-Illon		FR	44	88	881	88508	567	Europe/Paris
6445794	Villoncourt	villoncourt	Villoncourt,Villonkur,wei long ku er,Виллонкур,Віллонкур,维隆库尔		FR	44	88	881	88509	108	Europe/Paris
6445795	Villouxel	villouxel	Villouxel		FR	44	88	882	88511	80	Europe/Paris
6445796	Viménil	vimenil	Vimenij,Vimenil,Viménil,wei mo ni,Вимений,Віменій,维默尼		FR	44	88	881	88512	243	Europe/Paris
6445797	Vincey	vincey	Vincey		FR	44	88	881	88513	2195	Europe/Paris
6445798	Viocourt	viocourt	Viocourt		FR	44	88	882	88514	159	Europe/Paris
6445799	Vioménil	viomenil	Viomenil,Vioménil,Vjomenij,wei ao mo ni,Вйомений,Вйоменій,维奥默尼		FR	44	88	881	88515	145	Europe/Paris
6445800	Vittel	vittel	Vittel		FR	44	88	882	88516	5192	Europe/Paris
6445801	Viviers-le-Gras	viviers-le-gras	Viv'e-le-Gra,Vive-le-Gra,Viviers-le-Gras,wei wei ye er lei ge la,Вивье-ле-Гра,Вівє-ле-Гра,维维耶尔勒格拉		FR	44	88	882	88517	198	Europe/Paris
6445802	Viviers-lès-Offroicourt	viviers-les-offroicourt	Viviers-les-Offroicourt,Viviers-lès-Offroicourt		FR	44	88	882	88518	35	Europe/Paris
6445803	Vouxey	vouxey	Vukse,wu ke sai,Вуксе,武克塞		FR	44	88	882	88523	142	Europe/Paris
6445804	Vrécourt	vrecourt	Vrecourt,Vrekur,Vrécourt,fu lei ku er,Врекур,弗雷库尔		FR	44	88	882	88524	380	Europe/Paris
6445805	Vroville	vroville	Vroville		FR	44	88	882	88525	137	Europe/Paris
6445806	Wisembach	wisembach	Wisembach		FR	44	88	883	88526	403	Europe/Paris
6445807	Xaffévillers	xaffevillers	Ksaffeville,Xaffevillers,Xaffévillers,ke sa fei wei lai er,Ксаффевилле,Ксаффевілле,克萨费维莱尔		FR	44	88	881	88527	154	Europe/Paris
6445808	Xamontarupt	xamontarupt	Xamontarupt		FR	44	88	881	88528	153	Europe/Paris
6445809	Xaronval	xaronval	Xaronval		FR	44	88	881	88529	105	Europe/Paris
6445810	Xertigny	xertigny	Xertigny		FR	44	88	881	88530	2628	Europe/Paris
6445811	Xonrupt-Longemer	xonrupt-longemer	Xonrupt-Longemer		FR	44	88	883	88531	1526	Europe/Paris
6445812	Zincourt	zincourt	Zenkur,Zincourt,zan ku er,Зенкур,赞库尔		FR	44	88	881	88532	86	Europe/Paris
6445814	Chéu	cheu	Cheu,Chéu,She,Sheju,she cun,Ше,Шею,舍村		FR	27	89	891	89101	552	Europe/Paris
6445816	Chichée	chichee	Shishe,xi xie,Шише,希谢		FR	27	89	891	89104	319	Europe/Paris
6445817	Chichery	chichery	Chichery,Shisheri,Shishri,xi she li,Шишери,Шишри,Шишрі,希舍里		FR	27	89	891	89105	477	Europe/Paris
6445820	Collan	collan	Collan,Kolan,Kollan,ke lang,Колан,Коллан,科朗		FR	27	89	892	89112	175	Europe/Paris
6445821	Collemiers	collemiers	Collemiers,Kolemje,Kollem'e,Kolleme,ke lei mi ye er,Колемје,Коллемье,Коллемє,科勒米耶尔		FR	27	89	893	89113	658	Europe/Paris
6445822	Compigny	compigny	Compigny,Kompin'i,Kompini,kong pi ni,Компиньи,Компињи,Компіньї,孔皮尼		FR	27	89	893	89115	191	Europe/Paris
6445823	Cornant	cornant	Cornant,Kornan,ke er nan,Корнан,科尔南		FR	27	89	893	89116	358	Europe/Paris
6445824	Coulangeron	coulangeron	Coulangeron		FR	27	89	891	89117	210	Europe/Paris
6445825	Coulanges-la-Vineuse	coulanges-la-vineuse	Coulanges-la-Vineuse,Kulanzh-la-Vinez,gu lang la wei na si,ku lang re la wei na si,Куланж-ла-Винез,Куланж-ла-Вінез,古朗拉維納斯,库朗热拉维纳斯		FR	27	89	891	89118	842	Europe/Paris
6445827	Coulours	coulours	Coulours		FR	27	89	893	89120	135	Europe/Paris
6445828	Courgenay	courgenay	Courgenay,Kurzhene,ku er re nai,Куржене,库尔热奈		FR	27	89	893	89122	559	Europe/Paris
6445829	Courgis	courgis	Courgis,Kurzhi,Kurzhis,ku er ji,Куржи,Куржис,Куржі,库尔吉		FR	27	89	891	89123	260	Europe/Paris
6445830	Courlon-sur-Yonne	courlon-sur-yonne	Kurlon sir Jon,Kurlon-sjur-Ionn,yue ne he pan ku er long,Курлон сир Јон,Курлон-сюр-Іонн,Курлон-сюр-Ионн,约讷河畔库尔隆		FR	27	89	893	89124	1192	Europe/Paris
6445831	Courson-les-Carrières	courson-les-carrieres	Courson-les-Carrieres,Courson-les-Carrières,Kurson le Karjer,Kurson-le-Karr'er,Kurson-le-Karrer,ku er song lai ka er li ai,Курсон ле Карјер,Курсон-ле-Каррьер,Курсон-ле-Каррєр,库尔松莱卡尔里埃		FR	27	89	891	89125	935	Europe/Paris
6445832	Courtoin	courtoin	Courtoin		FR	27	89	893	89126	42	Europe/Paris
6445833	Courtois-sur-Yonne	courtois-sur-yonne	Kurtoa sir Jon,Kurtua-sjur-Ionn,yue ne he pan ku er tu wa,Куртоа сир Јон,Куртуа-сюр-Іонн,Куртуа-сюр-Ионн,约讷河畔库尔图瓦		FR	27	89	893	89127	755	Europe/Paris
6445834	Coutarnoux	coutarnoux	Coutarnoux,Kutarnu,ku ta er nu,Кутарну,库塔尔努		FR	27	89	892	89128	143	Europe/Paris
6445835	Crain	crain	Kren,ke lan,Крен,克兰		FR	27	89	891	89129	394	Europe/Paris
6445836	Deux Rivières	deux-rivieres	Crebannum,Deux Rivieres,Deux Rivières,Kravan,ke la wang,Краван,克拉旺		FR	27	89	891	89130	1259	Europe/Paris
6445837	Cruzy-le-Châtel	cruzy-le-chatel	Cruzy-le-Chatel,Cruzy-le-Châtel,Krizi le Shatel,Krjuzi-le-Shatel',ke lu qi lei sha te,Кризи ле Шател,Крюзи-ле-Шатель,Крюзі-ле-Шатель,克吕齐勒沙特		FR	27	89	892	89131	257	Europe/Paris
6445838	Cry	cry	Kri,ke li,Кри,Крі,克里		FR	27	89	892	89132	172	Europe/Paris
6445839	Cudot	cudot	Cudot		FR	27	89	893	89133	345	Europe/Paris
6445890	Joux-la-Ville	joux-la-ville	Joux-la-Ville,Zhu-la-Vil',ru la wei er,Жу-ла-Виль,Жу-ла-Віль,茹拉维尔		FR	27	89	892	89208	1210	Europe/Paris
6445840	Cussy-les-Forges	cussy-les-forges	Cussy-les-Forges,Kisi le Forzh,Kjussi-le-Forzh,qu xi lei fu er re,Киси ле Форж,Кюсси-ле-Форж,Кюссі-ле-Форж,屈西勒福尔热		FR	27	89	892	89134	344	Europe/Paris
6445841	Cuy	cuy	Cuy,Ki,Kjui,qu yi,Ки,Кюи,Кюї,屈伊		FR	27	89	893	89136	873	Europe/Paris
6445842	Dannemoine	dannemoine	Dannemoine		FR	27	89	892	89137	473	Europe/Paris
6445844	Diges	diges	Diges,Dizh,Диж,Діж		FR	27	89	891	89139	1143	Europe/Paris
6445845	Dissangis	dissangis	Dissangis		FR	27	89	892	89141	125	Europe/Paris
6445846	Dixmont	dixmont	Dimon,Dixmont,di ke si meng,Димон,Дімон,迪克斯蒙		FR	27	89	893	89142	914	Europe/Paris
6445847	Dollot	dollot	Dollo,Dollot,Dolo,duo luo,Долло,Доло,多洛		FR	27	89	893	89143	326	Europe/Paris
6445850	Domecy-sur-le-Vault	domecy-sur-le-vault	Domecy-sur-le-Vault,Domsi sir le Vo,Domsi-sjur-le-Vo,lai-wo er he pan duo mei xi,Домси сир ле Во,Домси-сюр-ле-Во,Домсі-сюр-ле-Во,莱-沃尔河畔多梅西		FR	27	89	892	89146	89	Europe/Paris
6445851	Druyes-les-Belles-Fontaines	druyes-les-belles-fontaines	Drjui-le-Bel'-Fonten,Druyes-les-Belles-Fontaines,de lu yi e lai-bei lai feng tai na,Дрюи-ле-Бель-Фонтен,Дрюї-ле-Бель-Фонтен,德吕伊厄莱-贝莱丰泰纳		FR	27	89	891	89148	283	Europe/Paris
6445852	Dyé	dye	Die,Dye,Dyé,di e,Дие,Діе,迪厄		FR	27	89	892	89149	208	Europe/Paris
6445853	Égleny	egleny	Egleni,Egleny,ai ge lei ni,Égleny,Еглени,Еглені,埃格勒尼		FR	27	89	891	89150	448	Europe/Paris
6445854	Égriselles-le-Bocage	egriselles-le-bocage	Egriselles-le-Bocage,Egrizel le Bokazh,Egrizel'-le-Bokazh,ai ge li sai lei lei bo ka re,Égriselles-le-Bocage,Егризел ле Бокаж,Егризель-ле-Бокаж,埃格里塞勒勒博卡热		FR	27	89	893	89151	1298	Europe/Paris
6445855	Épineau-les-Voves	epineau-les-voves	Epineau-les-Voves,Épineau-les-Voves		FR	27	89	891	89152	730	Europe/Paris
6445856	Épineuil	epineuil	Epinej,Epineuil,ai pi na yi,ai pi nuo yi,Épineuil,Епиней,Епіней,埃皮纳伊,埃皮諾依		FR	27	89	892	89153	598	Europe/Paris
6445857	Escamps	escamps	Escamps,Eskam,ai si kang pu,Ескам,埃斯康普		FR	27	89	891	89154	890	Europe/Paris
6445858	Escolives-Sainte-Camille	escolives-sainte-camille	Escolives-Sainte-Camille,Eskoliv-Sent-Kamij,ai si ke li wo sang te ka mi lei,Есколив-Сент-Камий,Есколів-Сент-Камій,埃斯科利沃桑特卡米勒		FR	27	89	891	89155	710	Europe/Paris
6445859	Esnon	esnon	Enon,ai nong,Енон,埃农		FR	27	89	891	89156	392	Europe/Paris
6445860	Étais-la-Sauvin	etais-la-sauvin	Etais-la-Sauvin,Étais-la-Sauvin		FR	27	89	891	89158	634	Europe/Paris
6445861	Étaule	etaule	Etaule,Étaule		FR	27	89	892	89159	359	Europe/Paris
6445862	Étigny	etigny	Etigny,Étigny		FR	27	89	893	89160	756	Europe/Paris
6445863	Étivey	etivey	Etive,Etivey,ai di wei,Étivey,Етиве,Етіве,埃蒂韦		FR	27	89	892	89161	199	Europe/Paris
6445865	Fleury-la-Vallée	fleury-la-vallee	Fleri-la-Valle,Fleury-la-Vallee,Fleury-la-Vallée,fu lei li la wa lai e,Флери-ла-Валле,Флері-ла-Валле,弗勒里拉瓦莱厄		FR	27	89	891	89167	1102	Europe/Paris
6445866	Fleys	fleys	Fleys		FR	27	89	891	89168	182	Europe/Paris
6445867	Foissy-lès-Vézelay	foissy-les-vezelay	Foissy-les-Vezelay,Foissy-lès-Vézelay,Fuassi-le-Vezle,fu wa xi lai fu ze lai,Фуасси-ле-Везле,Фуассі-ле-Везле,富瓦西莱弗泽莱		FR	27	89	892	89170	130	Europe/Paris
6445868	Foissy-sur-Vanne	foissy-sur-vanne	Foissy-sur-Vanne,Fuassi-sjur-Vann,wa ne he pan fu wa xi,Фуасси-сюр-Ванн,Фуассі-сюр-Ванн,瓦讷河畔富瓦西		FR	27	89	893	89171	339	Europe/Paris
6445869	Fontaine-la-Gaillarde	fontaine-la-gaillarde	Fontaine-la-Gaillarde,Fonten-la-Gajard,feng tai na la gai la er de,Фонтен-ла-Гаярд,丰泰纳拉盖拉尔德		FR	27	89	893	89172	505	Europe/Paris
6445870	Fontenay-près-Chablis	fontenay-pres-chablis	Fontenay-pres-Chablis,Fontenay-près-Chablis,Fontene-pre-Shabli,Fontne pre Shablis,feng te nai pu lei sha bu li,Фонтене-пре-Шабли,Фонтене-пре-Шаблі,Фонтне пре Шаблис,丰特奈普雷沙布利		FR	27	89	891	89175	141	Europe/Paris
6445871	Fontenay-près-Vézelay	fontenay-pres-vezelay	Fontenay-pres-Vezelay,Fontenay-près-Vézelay,Fontene-pre-Vezle,Fontne pre Vezle,feng te nai pu lei fu ze lai,Фонтене-пре-Везле,Фонтне пре Везле,丰特奈普雷弗泽莱		FR	27	89	892	89176	133	Europe/Paris
6445872	Fontenay-sous-Fouronnes	fontenay-sous-fouronnes	Fontenay-sous-Fouronnes,Fontene-su-Furonn,Fontne su Furon,feng te nai su fu luo na,Фонтене-су-Фуронн,Фонтне су Фурон,丰特奈苏富罗纳		FR	27	89	891	89177	74	Europe/Paris
6445874	Fontenoy	fontenoy	Fontenoy,Fontenua,Fontnoa,feng tang wa,Фонтенуа,Фонтноа,丰唐瓦		FR	27	89	891	89179	294	Europe/Paris
6445875	Fouchères	foucheres	Foucheres,Fouchères,Fusher,fu xie lei,Фушер,富谢雷		FR	27	89	893	89180	458	Europe/Paris
6445877	Fulvy	fulvy	Fjul'vi,Fulvy,fei er wei,Фюльви,Фюльві,菲尔维		FR	27	89	892	89184	132	Europe/Paris
6445878	Girolles	girolles	Girolles,Zhirol,Zhirol',ji luo lai,Жирол,Жироль,吉罗莱		FR	27	89	892	89188	174	Europe/Paris
6445879	Gisy-les-Nobles	gisy-les-nobles	Gisy-les-Nobles,Zhizi le Nobl,Zhizi-le-Nobl',ji xi lai nuo bu lai,Жизи ле Нобл,Жизи-ле-Нобль,Жизі-ле-Нобль,吉西莱诺布莱		FR	27	89	893	89189	570	Europe/Paris
6445880	Gland	gland	Glan,Gland,ge lang,Глан,格朗		FR	27	89	892	89191	39	Europe/Paris
6445881	Grimault	grimault	Grimault,Grimo,ge li mo er,Гримо,格里莫尔		FR	27	89	892	89194	122	Europe/Paris
6445882	Gron	gron	Gron,ge long,Грон,格龙		FR	27	89	893	89195	1223	Europe/Paris
6445883	Valravillon	valravillon	Gershi,ju ai er xi,Герши,Герші,居埃尔希		FR	27	89	891	89196	1751	Europe/Paris
6445884	Guillon-Terre-Plaine	guillon-terre-plaine	Gijon,ju yi long,Гийон,Гійон,居伊隆		FR	27	89	892	89197	770	Europe/Paris
6445885	Gy-l'Évêque	gy-l-eveque	Gy-l'Eveque,Gy-l'Évêque		FR	27	89	891	89199	453	Europe/Paris
6445886	Hauterive	hauterive	Hauterive,Otriv,ao te li wo,Отрив,奥特里沃		FR	27	89	891	89200	390	Europe/Paris
6445887	Irancy	irancy	Irancy,Iransi,iranshi,yi kang si,yi lang xi,Ірансі,Иранси,イランシー,伊康思,伊朗锡		FR	27	89	891	89202	288	Europe/Paris
6445888	Jaulges	jaulges	Jaulges,Zhol'zh,ruo er re,Жольж,若尔热		FR	27	89	891	89205	517	Europe/Paris
6445889	Joigny	joigny	Joigny		FR	27	89	893	89206	9850	Europe/Paris
6445892	Junay	junay	Junay,Zhune,rui nai,Жуне,瑞奈		FR	27	89	892	89211	83	Europe/Paris
6445894	Lailly	lailly	Lai,Lailly,lai li,laylayy,Лаи,Лаї,لائلائی,莱利		FR	27	89	893	89214	192	Europe/Paris
6445895	Lain	lain	Lain,Len,lan cun,Лен,兰村		FR	27	89	891	89215	181	Europe/Paris
6445896	Lainsecq	lainsecq	Lainsecq,Lensek,lan sai,laynsyk,Ленсек,لائنسیک,兰塞		FR	27	89	891	89216	334	Europe/Paris
6445897	Lalande	lalande	Laland,Lalande,Лаланд,لالانڈی، یونی		FR	27	89	891	89217	135	Europe/Paris
6445898	Laroche-Saint-Cydroine	laroche-saint-cydroine	Laroche-Saint-Cydroine,Larosh-Sen-Sidruan,la luo she sheng xi de lu wa na,Ларош-Сен-Сидруан,Ларош-Сен-Сідруан,لاروچی-سین-سائڈروئن,拉罗舍圣西德鲁瓦纳		FR	27	89	891	89218	1250	Europe/Paris
6445899	Lasson	lasson	Lasson,la song,laswn  ywny,Лассон,لاسون، یونی,拉松		FR	27	89	891	89219	143	Europe/Paris
6445900	Lavau	lavau	Lavau,Lavo,Лаво		FR	27	89	891	89220	469	Europe/Paris
6445901	Levis	levis	Levi,Levis,lai wei,Леви,Леві,莱维		FR	27	89	891	89222	230	Europe/Paris
6445902	Lézinnes	lezinnes	Lezinn,Lezinnes,Lézinnes,lai qi na,Лезинн,Лезінн,莱齐纳		FR	27	89	892	89223	674	Europe/Paris
6445903	Lichères-près-Aigremont	licheres-pres-aigremont	Licheres-pres-Aigremont,Lichères-près-Aigremont,Lisher-pre-Egremon,li xie lei pu lei ai ge lei meng,Лишер-пре-Егремон,Лішер-пре-Егремон,利谢勒普雷艾格雷蒙		FR	27	89	891	89224	162	Europe/Paris
6445904	Lignorelles	lignorelles	Lignorelles,Lin'orel',li ni ao lei lei,Линьорель,Ліньорель,利尼奥雷勒		FR	27	89	891	89226	190	Europe/Paris
6445905	Ligny-le-Châtel	ligny-le-chatel	Lin'i-le-Shatel',li ni lei sha te,Линьи-ле-Шатель,Ліньї-ле-Шатель,利尼勒沙特		FR	27	89	891	89227	1286	Europe/Paris
6445906	Lindry	lindry	Lindry		FR	27	89	891	89228	1392	Europe/Paris
6445907	Looze	looze	Looz,Looze,luo ao ci,Лооз,洛奥兹		FR	27	89	893	89230	450	Europe/Paris
6445908	Lucy-le-Bois	lucy-le-bois	Lucy-le-Bois		FR	27	89	892	89232	303	Europe/Paris
6445909	Lucy-sur-Cure	lucy-sur-cure	Ljusi-sjur-Kjur,Lucy-sur-Cure,qu er he pan lu xi,Люси-сюр-Кюр,Люсі-сюр-Кюр,屈尔河畔吕西		FR	27	89	891	89233	209	Europe/Paris
6445910	Lucy-sur-Yonne	lucy-sur-yonne	Lucy-sur-Yonne		FR	27	89	891	89234	142	Europe/Paris
6445911	Maillot	maillot	Maillot,Majo,mai luo,Майо,迈洛		FR	27	89	893	89236	1141	Europe/Paris
6445912	Mailly-la-Ville	mailly-la-ville	Mai-la-Vil',Mailly-la-Ville,mai li cheng,Маи-ла-Виль,Маї-ла-Віль,迈利城		FR	27	89	891	89237	513	Europe/Paris
6445913	Mailly-le-Château	mailly-le-chateau	Mai-le-Shato,mai li bao,Маи-ле-Шато,Маї-ле-Шато,迈利堡		FR	27	89	891	89238	561	Europe/Paris
6445914	Malay-le-Grand	malay-le-grand	Malay-le-Grand,Male-le-Gran,da ma lai,Мале-ле-Гран,大马莱		FR	27	89	893	89239	1543	Europe/Paris
6445915	Malay-le-Petit	malay-le-petit	Malay-le-Petit,Male-le-Peti,xiao ma lai,Мале-ле-Пети,Мале-ле-Петі,小马莱		FR	27	89	893	89240	353	Europe/Paris
6445918	Marmeaux	marmeaux	Marmeaux,Marmo,ma er mo,Мармо,马尔莫		FR	27	89	892	89244	91	Europe/Paris
6445919	Marsangy	marsangy	Marsangy,Marsanzhi,ma er sang ji,Марсанжи,Марсанжі,马尔桑吉		FR	27	89	893	89245	836	Europe/Paris
6445920	Massangis	massangis	Massangis,Massanzhi,ma sang ji,Массанжи,Массанжі,马桑吉		FR	27	89	892	89246	382	Europe/Paris
6445921	Mélisey	melisey	Melisey,Melize,Mélisey,mei li sai,Мелизе,Мелізе,梅利塞		FR	27	89	892	89247	256	Europe/Paris
6445922	Menades	menades	Menad,Menades,mo na de,Менад,默纳德		FR	27	89	892	89248	62	Europe/Paris
6445923	Méré	mere	Mere,Méré,mei lei,Мере,梅勒		FR	27	89	891	89250	193	Europe/Paris
6445924	Merry-la-Vallée	merry-la-vallee	Merri-la-Valle,Merry-la-Vallee,Merry-la-Vallée,mei er li la wa lai,Мерри-ла-Валле,Меррі-ла-Валле,梅尔里拉瓦莱		FR	27	89	891	89251	377	Europe/Paris
6445925	Merry-Sec	merry-sec	Merry-Sec		FR	27	89	891	89252	174	Europe/Paris
6445926	Merry-sur-Yonne	merry-sur-yonne	Merri-sjur-Ionn,Merry-sur-Yonne,yue ne he pan mei er li,Мерри-сюр-Ионн,Меррі-сюр-Іонн,约讷河畔梅尔里		FR	27	89	892	89253	202	Europe/Paris
6445927	Mézilles	mezilles	Mezij,Mezilles,Mézilles,mei qi lai,Мезий,Мезій,梅齐莱		FR	27	89	891	89254	568	Europe/Paris
6445928	Michery	michery	Mishri,mi she li,Мишри,Мішрі,米舍里		FR	27	89	893	89255	1033	Europe/Paris
6445929	Migé	mige	Mige,Migé,Mizhe,mi re,Миже,Міже,米热		FR	27	89	891	89256	433	Europe/Paris
6445930	Migennes	migennes	Migennes,Mizhenn,mi re na,Миженн,Міженн,米热纳		FR	27	89	891	89257	7162	Europe/Paris
6445931	Môlay	molay	Mole,mo lai,Моле,莫莱		FR	27	89	892	89259	91	Europe/Paris
6445932	Molinons	molinons	Molinon,Molinons,mo lan weng,Молинон,Молінон,莫兰翁		FR	27	89	893	89261	278	Europe/Paris
6445933	Molosmes	molosmes	Molom,mo luo si mei,Молом,莫洛斯梅		FR	27	89	892	89262	175	Europe/Paris
6445934	Monéteau	moneteau	Moneteau,Moneto,Monéteau,mo nei tuo,Монето,莫内托		FR	27	89	891	89263	3989	Europe/Paris
6445935	Montigny-la-Resle	montigny-la-resle	Montigny-la-Resle,Montin'i-la-Rel',meng di ni la lei si er,Монтиньи-ла-Рель,Монтіньї-ла-Рель,蒙蒂尼拉雷斯尔		FR	27	89	891	89265	590	Europe/Paris
6445936	Montillot	montillot	Montijo,Montillot,meng di luo,Монтийо,Монтійо,蒙蒂洛		FR	27	89	892	89266	276	Europe/Paris
6445937	Montréal	montreal	Monreal',Montreal,Montréal,meng te lei a,Монреаль,蒙特雷阿		FR	27	89	892	89267	187	Europe/Paris
6445938	Mont-Saint-Sulpice	mont-saint-sulpice	Mon-Sen-Sjul'pis,meng sheng xu er pi si,Мон-Сен-Сюльпис,Мон-Сен-Сюльпіс,蒙圣叙尔皮斯		FR	27	89	891	89268	802	Europe/Paris
6445939	Mouffy	mouffy	Mouffy		FR	27	89	891	89270	133	Europe/Paris
6445940	Moulins-en-Tonnerrois	moulins-en-tonnerrois	Moulins-en-Tonnerrois,Mulen-an-Tonnerrua,tuo nei lu wa de qu mu lan,Мулен-ан-Тоннерруа,托内鲁瓦地区穆兰		FR	27	89	892	89271	102	Europe/Paris
6445941	Moulins-sur-Ouanne	moulins-sur-ouanne	Moulins-sur-Ouanne		FR	27	89	891	89272	301	Europe/Paris
6445942	Neuvy-Sautour	neuvy-sautour			FR	27	89	891	89276	918	Europe/Paris
6445994	Saint-Loup-d'Ordon	saint-loup-d-ordon	Saint-Loup-d'Ordon		FR	27	89	893	89350	257	Europe/Paris
6445943	Nitry	nitry	Nitri,Nitry,ni te li,Нитри,Нітрі,尼特里		FR	27	89	891	89277	366	Europe/Paris
6445944	Ormoy	ormoy	Ormoy,Ormua,Ормуа		FR	27	89	891	89282	689	Europe/Paris
6445945	Pacy-sur-Armançon	pacy-sur-armancon			FR	27	89	892	89284	190	Europe/Paris
6445946	Pailly	pailly	Pai,Pailly,pei li,Паи,Паї,佩利		FR	27	89	893	89285	290	Europe/Paris
6445947	Parly	parly	Parli,pa er li,Парли,Парлі,帕尔利		FR	27	89	891	89286	808	Europe/Paris
6445948	Paron	paron	Paron		FR	27	89	893	89287	4866	Europe/Paris
6445949	Paroy-en-Othe	paroy-en-othe	Paroy-en-Othe		FR	27	89	891	89288	187	Europe/Paris
6445950	Paroy-sur-Tholon	paroy-sur-tholon	Parua-sjur-Tolon,tuo long he pan pa lu wa,Паруа-сюр-Толон,托隆河畔帕鲁瓦		FR	27	89	893	89289	291	Europe/Paris
6445951	Pasilly	pasilly	Pasilly,Pazii,pa xi li,Пазии,Пазії,帕西利		FR	27	89	892	89290	49	Europe/Paris
6445952	Percey	percey	Percey,Perse,pei er sai,Персе,佩尔塞		FR	27	89	891	89292	247	Europe/Paris
6445954	Perrigny-sur-Armançon	perrigny-sur-armancon	Perrigny-sur-Armancon,Perrigny-sur-Armançon		FR	27	89	892	89296	130	Europe/Paris
6445955	Pierre-Perthuis	pierre-perthuis	Pierre-Perthuis		FR	27	89	892	89297	126	Europe/Paris
6445956	Piffonds	piffonds	Piffonds		FR	27	89	893	89298	645	Europe/Paris
6445957	Pimelles	pimelles	Pimel',Pimelles,pi mo lai,Пимель,Пімель,皮默莱		FR	27	89	892	89299	61	Europe/Paris
6445958	Plessis-Saint-Jean	plessis-saint-jean	Plessis-Saint-Jean		FR	27	89	893	89302	219	Europe/Paris
6445959	Poilly-sur-Serein	poilly-sur-serein	Poilly-sur-Serein,Puai-sjur-Seren,sai lan he pan pu wa li,Пуаи-сюр-Серен,Пуаї-сюр-Серен,塞兰河畔普瓦利		FR	27	89	891	89303	283	Europe/Paris
6445960	Poilly-sur-Tholon	poilly-sur-tholon	Poilly-sur-Tholon,Puai-sjur-Tolon,tuo long he pan pu wa li,Пуаи-сюр-Толон,Пуаї-сюр-Толон,托隆河畔普瓦利		FR	27	89	891	89304	694	Europe/Paris
6445961	Pontaubert	pontaubert	Pontaubert		FR	27	89	892	89306	395	Europe/Paris
6445962	Pontigny	pontigny	Pontigny,Pontin'i,peng di ni,pontini,Понтиньи,Понтіньї,ポンティニー,蓬蒂尼		FR	27	89	891	89307	754	Europe/Paris
6445963	Pont-sur-Vanne	pont-sur-vanne	Pont-sur-Vanne		FR	27	89	893	89308	192	Europe/Paris
6445964	Pont-sur-Yonne	pont-sur-yonne	Pon-sjur-Ionn,Pont-sur-Yonne,yue ne he pan peng,Пон-сюр-Іонн,Пон-сюр-Ионн,约讷河畔蓬		FR	27	89	893	89309	3382	Europe/Paris
6445965	Précy-le-Sec	precy-le-sec	Precy-le-Sec,Presi-le-Sek,Précy-le-Sec,pu lei xi lei sai,Преси-ле-Сек,Пресі-ле-Сек,普雷西勒塞		FR	27	89	892	89312	251	Europe/Paris
6445966	Précy-sur-Vrin	precy-sur-vrin	Precy-sur-Vrin,Presi-sjur-Vren,Précy-sur-Vrin,fu lan he pan pu lei xi,Преси-сюр-Врен,Пресі-сюр-Врен,弗兰河畔普雷西		FR	27	89	893	89313	442	Europe/Paris
6445967	Prégilbert	pregilbert	Prezhil'ber,pu lei ji er bei er,Прежильбер,普雷吉尔贝尔		FR	27	89	891	89314	186	Europe/Paris
6445968	Préhy	prehy	Prehy,Prei,Préhy,pu lei yi,Преи,Преї,普雷伊		FR	27	89	891	89315	148	Europe/Paris
6445969	Provency	provency	Provency		FR	27	89	892	89316	243	Europe/Paris
6445971	Quarré-les-Tombes	quarre-les-tombes	Quarre-les-Tombes,Quarré-les-Tombes		FR	27	89	892	89318	643	Europe/Paris
6445972	Quenne	quenne	Kenn,Quenne,kang en,Кенн,康恩		FR	27	89	891	89319	467	Europe/Paris
6445973	Ravières	ravieres	Rav'er,Raver,Ravieres,Ravières,la wei ai,Равьер,Равєр,拉维埃		FR	27	89	892	89321	770	Europe/Paris
6445974	Roffey	roffey	Roffey		FR	27	89	892	89323	142	Europe/Paris
6445975	Ronchères	roncheres	Ronsher,long xie lei,Роншер,龙谢勒		FR	27	89	891	89325	98	Europe/Paris
6445976	Rousson	rousson	Rousson,Russon,lu song,Руссон,鲁松		FR	27	89	893	89327	407	Europe/Paris
6445977	Rugny	rugny	Rjun'i,Rugny,lu ni,Рюньи,Рюньї,吕尼		FR	27	89	892	89329	79	Europe/Paris
6445979	Sainpuits	sainpuits	Sainpuits,Senpjui,sang pi yi,Сенпюи,Сенпюї,سینپیٹس,桑皮伊		FR	27	89	891	89331	315	Europe/Paris
6445980	Saint-André-en-Terre-Plaine	saint-andre-en-terre-plaine	Saint-Andre-en-Terre-Plaine,Saint-André-en-Terre-Plaine,Sent-Andre-an-Terr-Plen,tai lei pu lan de qu sheng an de lie,Сент-Андре-ан-Терр-Плен,سینٹ-آندرے-این -تارے-پلانے,泰雷普兰地区圣安德烈		FR	27	89	892	89333	162	Europe/Paris
6445981	Le Val d'Ocre	le-val-d-ocre			FR	27	89	891	89334	573	Europe/Paris
6445982	Saint-Aubin-sur-Yonne	saint-aubin-sur-yonne	Saint-Aubin-sur-Yonne,Sent-Oben-sjur-Ionn,yue ne he pan sheng ao ban,Сент-Обен-сюр-Іонн,Сент-Обен-сюр-Ионн,سینٹ-آبن-سر-یونے,约讷河畔圣奥班		FR	27	89	893	89335	416	Europe/Paris
6445983	Saint-Brancher	saint-brancher	Saint-Brancher,Sen-Branshe,sheng bu lang she,Сен-Бранше,سینٹ-برانچر,圣布朗舍		FR	27	89	892	89336	294	Europe/Paris
6445984	Saint-Bris-le-Vineux	saint-bris-le-vineux			FR	27	89	891	89337	1039	Europe/Paris
6445986	Saint-Cyr-les-Colons	saint-cyr-les-colons	Saint-Cyr-les-Colons,Sen-Sir-le-Kolon,sheng xi lai ke long,Сен-Сир-ле-Колон,Сен-Сір-ле-Колон,سینٹ-کیر-لیس-کولونس,圣西莱科隆		FR	27	89	891	89341	446	Europe/Paris
6445988	Saint-Fargeau	saint-fargeau	Sen-Farzho,sheng fa er ge,Сен-Фаржо,圣法尔戈		FR	27	89	891	89344	1636	Europe/Paris
6445989	Saint-Florentin	saint-florentin	Saint-Florentin,Sen-Floranten,sheng fu luo lang tan,Сен-Флорантен,سینٹ-فلورینٹین، یونے,圣夫洛朗坦		FR	27	89	891	89345	4396	Europe/Paris
6445990	Saint-Georges-sur-Baulche	saint-georges-sur-baulche	Saint-Georges-sur-Baulche,Sen-Zhorzh-sjur-Bol'sh,bo er shen he pan sheng re ao er ri,Сен-Жорж-сюр-Больш,سینٹ-گیورگس-سر-بہلچے,博尔什河畔圣热奥尔日		FR	27	89	891	89346	3254	Europe/Paris
6445991	Saint-Germain-des-Champs	saint-germain-des-champs	Sen-Zhermen-de-Sham,sheng re er man de shang pu,Сен-Жермен-де-Шам,سینٹ-گرمین-دس-چمپس,圣热尔曼德尚普		FR	27	89	892	89347	360	Europe/Paris
6445992	Saint-Julien-du-Sault	saint-julien-du-sault	Saint-Julien-du-Sault		FR	27	89	893	89348	2409	Europe/Paris
6445993	Saint-Léger-Vauban	saint-leger-vauban	Saint-Leger-Vauban,Saint-Léger-Vauban,Sen Lezhe Voban,Sen-Lezhe-Voban,sheng lei re wo bang,Сен Леже Вобан,Сен-Леже-Вобан,سینٹ-لگر-وابن,圣勒热沃邦		FR	27	89	892	89349	361	Europe/Paris
6446450	Audigny	audigny	Audigny		FR	32	02	025	02035	283	Europe/Paris
6445995	Sainte-Magnance	sainte-magnance	Sainte-Magnance,Sent-Man'jans,sang te ma ni ang si,Сент-Маньянс,سین-مگنانکے,桑特马尼昂斯		FR	27	89	892	89351	474	Europe/Paris
6445996	Saint-Martin-des-Champs	saint-martin-des-champs	Saint-Martin-des-Champs,Sen-Marten-de-Sham,sheng ma er tan de shang pu,Сен-Мартен-де-Шам,سینٹ-مارٹن-دس-چمپس، یونے,圣马尔坦德尚普		FR	27	89	891	89352	291	Europe/Paris
6445997	Saint-Martin-d'Ordon	saint-martin-d-ordon	Saint-Martin-d'Ordon		FR	27	89	893	89353	411	Europe/Paris
6445998	Saint-Martin-du-Tertre	saint-martin-du-tertre	Saint-Martin-du-Tertre,Sen-Marten-dju-Tertr,Сен-Мартен-дю-Тертр,سینٹ-مارٹن-دو-ترترے، یونے		FR	27	89	893	89354	1588	Europe/Paris
6445999	Saint-Martin-sur-Armançon	saint-martin-sur-armancon	Saint-Martin-sur-Armancon,Saint-Martin-sur-Armançon		FR	27	89	892	89355	138	Europe/Paris
6446003	Saint-Maurice-le-Vieil	saint-maurice-le-vieil	Saint-Maurice-le-Vieil,Sen-Moris-le-V'ej,Sen-Moris-le-Vej,sheng mo li si lei wei ye er,Сен-Морис-ле-Вьей,Сен-Морис-ле-Вєй,سینٹ-موریس-لے-ویل,圣莫里斯勒维耶尔		FR	27	89	891	89360	372	Europe/Paris
6446004	Saint-Maurice-Thizouaille	saint-maurice-thizouaille	Saint-Maurice-Thizouaille,Sen-Moris-Tizuaj,sheng mo li si di zu ai er,Сен-Морис-Тизуай,Сен-Морис-Тізуай,سینٹ-موریس-ٹھزویل,圣莫里斯蒂祖艾尔		FR	27	89	891	89361	268	Europe/Paris
6446005	Saint-Moré	saint-more	Saint-More,Saint-Moré,Sen-More,sheng mo lei,Сен-Море,سینٹ-موڑے,圣莫勒		FR	27	89	892	89362	175	Europe/Paris
6446006	Sainte-Pallaye	sainte-pallaye	Sainte-Pallaye,Sent-Palle,sang te pa lai,Сент-Палле,سین-پلے,桑特帕莱		FR	27	89	891	89363	110	Europe/Paris
6446008	Saints-en-Puisaye	saints-en-puisaye	Saints,Saints-en-Puisaye,Sen,sang zhen,Сен,سینٹس-ین-پیسے,桑镇		FR	27	89	891	89367	571	Europe/Paris
6446009	Saint-Sauveur-en-Puisaye	saint-sauveur-en-puisaye	Saint-Sauveur-en-Puisaye,Sen-Sover-an-Pjuize,Sen-Sovjor-an-Pjuize,pi yi sai de qu sheng suo wo,Сен-Совер-ан-Пюизе,Сен-Совер-ан-Пюїзе,Сен-Совёр-ан-Пюизе,سین-سویر-ین-پیسے,皮伊赛地区圣索沃		FR	27	89	891	89368	890	Europe/Paris
6446010	Saint-Sérotin	saint-serotin	Sen-Seroten,sheng sai luo tan,syn-srwtyn,Сен-Серотен,سین-سروتین,圣塞罗坦		FR	27	89	893	89369	565	Europe/Paris
6446011	Saint-Valérien	saint-valerien	Saint-Valerien,Saint-Valérien,Sen-Valer'jan,Sen-Valerjan,sheng wa lei li an,Сен-Валерьян,Сен-Валерян,圣瓦勒里安		FR	27	89	893	89370	1677	Europe/Paris
6446012	Sainte-Vertu	sainte-vertu	Sent-Vertju,sang te fu er di,syn-wrtw,Сент-Вертю,سین-ورتو,桑特弗尔蒂		FR	27	89	892	89371	92	Europe/Paris
6446013	Saligny	saligny	Saligny,Salin'i,sa li ni,Салиньи,Саліньї,萨利尼		FR	27	89	893	89373	667	Europe/Paris
6446014	Sambourg	sambourg	Sambourg,Sambur,sang bu er,Самбур,桑布尔		FR	27	89	892	89374	81	Europe/Paris
6446015	Santigny	santigny	Santigny,Santin'i,sang di ni,Сантиньи,Сантіньї,桑蒂尼		FR	27	89	892	89375	103	Europe/Paris
6446016	Sauvigny-le-Beuréal	sauvigny-le-beureal	Sauvigny-le-Beureal,Sauvigny-le-Beuréal		FR	27	89	892	89377	73	Europe/Paris
6446017	Sauvigny-le-Bois	sauvigny-le-bois	Sauvigny-le-Bois,Sovin'i-le-Bua,suo wei ni lei bu wa,Совиньи-ле-Буа,Совіньї-ле-Буа,索维尼勒布瓦		FR	27	89	892	89378	710	Europe/Paris
6446018	Savigny-en-Terre-Plaine	savigny-en-terre-plaine	Savigny-en-Terre-Plaine,Savin'i-an-Terr-Plen,tai er lei-pu lai na de qu sa wei ni,Савиньи-ан-Терр-Плен,Савіньї-ан-Терр-Плен,泰尔雷-普莱纳地区萨维尼		FR	27	89	892	89379	154	Europe/Paris
6446019	Savigny-sur-Clairis	savigny-sur-clairis	Savigny-sur-Clairis,Savin'i-sjur-Kleri,ke lai li he pan sa wei ni,Савиньи-сюр-Клери,Савіньї-сюр-Клері,克莱里河畔萨维尼		FR	27	89	893	89380	455	Europe/Paris
6446021	Seignelay	seignelay	Seignelay,Sen'ele,Siligniacum,sai ge lai,Сеньеле,Сеньєле,塞格莱		FR	27	89	891	89382	1559	Europe/Paris
6446022	Sementron	sementron	Semantron,Sementron,sai mang te long,Семантрон,塞芒特龙		FR	27	89	891	89383	113	Europe/Paris
6446023	Senan	senan	Senan,sai nan,Сенан,塞南		FR	27	89	891	89384	711	Europe/Paris
6446026	Sépeaux-Saint Romain	sepeaux-saint-romain			FR	27	89	893	89388	579	Europe/Paris
6446027	Serbonnes	serbonnes	Serbonn,sai er bo na,Сербонн,塞尔博纳		FR	27	89	893	89390	600	Europe/Paris
6446028	Sergines	sergines	Serzhin,sai er ji na,Сержин,塞尔吉纳		FR	27	89	893	89391	1295	Europe/Paris
6446029	Sermizelles	sermizelles	Sermizelles		FR	27	89	892	89392	259	Europe/Paris
6446030	Sery	sery	Sery		FR	27	89	891	89394	98	Europe/Paris
6446031	Sommecaise	sommecaise	Sommecaise		FR	27	89	891	89397	372	Europe/Paris
6446032	Sormery	sormery	Sormeri,Sormery,suo er mo li,Сормери,Сормері,索尔默里		FR	27	89	891	89398	344	Europe/Paris
6446033	Soucy	soucy	Soucy,Susi,su xi,Суси,Сусі,苏西		FR	27	89	893	89399	1581	Europe/Paris
6446034	Sougères-en-Puisaye	sougeres-en-puisaye	Sougeres-en-Puisaye,Sougères-en-Puisaye		FR	27	89	891	89400	321	Europe/Paris
6446035	Soumaintrain	soumaintrain	Soumaintrain		FR	27	89	891	89402	216	Europe/Paris
6446036	Stigny	stigny	Stigny,Stin'i,si di ni,Стиньи,Стіньї,斯蒂尼		FR	27	89	892	89403	101	Europe/Paris
6446037	Subligny	subligny	Sjublin'i,Subligny,xu bu li ni,Сюблиньи,Сюбліньї,叙布利尼		FR	27	89	893	89404	502	Europe/Paris
6446038	Les Hauts de Forterre	les-hauts-de-forterre	Tenzhi,tan ji,Тенжи,Тенжі,坦吉		FR	27	89	891	89405	523	Europe/Paris
6446039	Talcy	talcy	Tal'si,Talcy,ta er xi,Тальси,Тальсі,塔尔西		FR	27	89	892	89406	75	Europe/Paris
6446040	Tannerre-en-Puisaye	tannerre-en-puisaye	Tannerre-en-Puisaye		FR	27	89	891	89408	284	Europe/Paris
6446041	Tharoiseau	tharoiseau	Tharoiseau		FR	27	89	892	89409	62	Europe/Paris
6446042	Tharot	tharot	Taro,ta luo,Таро,塔罗		FR	27	89	892	89410	93	Europe/Paris
6446043	Les Vallées de la Vanne	les-vallees-de-la-vanne	Les Vallees de la Vanne,Les Vallées de la Vanne		FR	27	89	893	89411	1092	Europe/Paris
6446044	Thizy	thizy	Thizy,Tizi,di qi,Тизи,Тізі,蒂齐		FR	27	89	892	89412	203	Europe/Paris
6446045	Thorigny-sur-Oreuse	thorigny-sur-oreuse	Thorigny-sur-Oreuse		FR	27	89	893	89414	1485	Europe/Paris
6446046	Tissey	tissey	Tisse,Tissey,di sai,Тиссе,Тіссе,蒂塞		FR	27	89	892	89417	98	Europe/Paris
6446047	Tonnerre	tonnerre	Tonner,Tonnerr,Tonnerre,Tornodurum,tuo nei er,Тоннер,Тоннерр,托内尔		FR	27	89	892	89418	4705	Europe/Paris
6446048	Toucy	toucy	Toucy		FR	27	89	891	89419	2690	Europe/Paris
6446050	Trichey	trichey	Trishe,te li xie,Трише,特里谢		FR	27	89	892	89422	43	Europe/Paris
6446051	Tronchoy	tronchoy	Tronchoy		FR	27	89	892	89423	126	Europe/Paris
6446052	Trucy-sur-Yonne	trucy-sur-yonne	Trjusi-sjur-Ionn,trwsy swr ywn,yue ne he pan te lu xi,Трюси-сюр-Ионн,Трюсі-сюр-Іонн,تروسی سور یون,约讷河畔特吕西		FR	27	89	891	89424	141	Europe/Paris
6446053	Turny	turny	Turny		FR	27	89	891	89425	696	Europe/Paris
6446054	Val-de-Mercy	val-de-mercy	Val'-de-Mersi,wa de mei er xi,Валь-де-Мерси,Валь-де-Мерсі,瓦德梅尔西		FR	27	89	891	89426	392	Europe/Paris
6446055	Vallan	vallan	Vallan,wa lang,Валлан,瓦朗		FR	27	89	891	89427	680	Europe/Paris
6446056	Vallery	vallery	Vallery		FR	27	89	893	89428	555	Europe/Paris
6446057	Vaudeurs	vaudeurs	Vaudeurs,Voder,wawdwrs,wo de er,Водер,واودورس,沃德尔		FR	27	89	893	89432	479	Europe/Paris
6446058	Vault-de-Lugny	vault-de-lugny	Vo-de-Ljun'i,wo er de lu ni,Во-де-Люньи,Во-де-Люньї,沃尔德吕尼		FR	27	89	892	89433	305	Europe/Paris
6446059	Vaumort	vaumort	Vaumort		FR	27	89	893	89434	365	Europe/Paris
6446060	Venizy	venizy	Venizi,Venizy,fu ni qi,wnyzy,Венизи,Венізі,ونیزی,弗尼齐		FR	27	89	891	89436	925	Europe/Paris
6446061	Venouse	venouse	Venouse,Venuz,fu nu si,Венуз,弗努斯		FR	27	89	891	89437	305	Europe/Paris
6446062	Venoy	venoy	Venoy,Venua,fu nu wa,Венуа,弗努瓦		FR	27	89	891	89438	1798	Europe/Paris
6446063	Vergigny	vergigny	Vergigny,Verzhin'i,fu er ji ni,wrgygny,Вержиньи,Вержиньї,ورگیگنی,弗尔吉尼		FR	27	89	891	89439	1558	Europe/Paris
6446064	Verlin	verlin	Verlin		FR	27	89	893	89440	435	Europe/Paris
6446065	Vermenton	vermenton	Vermanton,Vermenton,fu er mang tong,wrmntn,Вермантон,ورمنتن,弗尔芒通		FR	27	89	891	89441	1320	Europe/Paris
6446066	Véron	veron			FR	27	89	893	89443	1961	Europe/Paris
6446067	Vézannes	vezannes	Vezann,fu zha na,Везанн,弗扎纳		FR	27	89	892	89445	47	Europe/Paris
6446068	Vézinnes	vezinnes	Vezinn,Vezinnes,Vézinnes,fu qi na,Везинн,Везінн,弗齐纳		FR	27	89	892	89447	161	Europe/Paris
6446069	Villeblevin	villeblevin	Vil'bleven,Vilbleven,Villeblin,wei lei bu lei wan,Вилблевен,Вильблевен,Вільблевен,维勒布勒万		FR	27	89	893	89449	1866	Europe/Paris
6446070	Villebougis	villebougis	Vil'buzhi,wei lei bu ji,Вильбужи,Вільбужі,维勒布吉		FR	27	89	893	89450	630	Europe/Paris
6446071	Villechétive	villechetive	Vil'shetiv,Villechetive,Villechétive,wei lei she di fu,Вильшетив,Вільшетів,维勒舍蒂夫		FR	27	89	893	89451	237	Europe/Paris
6446072	Villecien	villecien	Vil's'jan,Villecien,wei lei xi an,Вильсьян,Вільсьян,维勒西安		FR	27	89	893	89452	396	Europe/Paris
6446073	Villefargeau	villefargeau	Vil'farzho,wei lei fa er ge,Вильфаржо,Вільфаржо,维勒法尔戈		FR	27	89	891	89453	1099	Europe/Paris
6446074	Villemanoche	villemanoche	Vil'manosh,Villemanoche,wei lei mang ao shen,Вильманош,Вільманош,维勒芒奥什		FR	27	89	893	89456	667	Europe/Paris
6446076	Villenavotte	villenavotte	Villenavotte		FR	27	89	893	89458	179	Europe/Paris
6446077	Villeneuve-la-Dondagre	villeneuve-la-dondagre	Vil'nev-la-Dondagr,dong da ge er xin cheng,Вильнев-ла-Дондагр,Вільнев-ла-Дондагр,栋达格尔新城		FR	27	89	893	89459	292	Europe/Paris
6446078	Villeneuve-la-Guyard	villeneuve-la-guyard	Villeneuve-la-Guyard		FR	27	89	893	89460	3444	Europe/Paris
6446079	Villeneuve-l'Archevêque	villeneuve-l-archeveque	Villeneuve-l'Archeveque,Villeneuve-l'Archevêque		FR	27	89	893	89461	1146	Europe/Paris
6446080	Villeneuve-les-Genêts	villeneuve-les-genets	Vil'nev-le-Zhene,wei er na wo lai re nei te,Вильнев-ле-Жене,Вільнев-ле-Жене,维尔纳沃莱热内特		FR	27	89	891	89462	283	Europe/Paris
6446081	Villeneuve-Saint-Salves	villeneuve-saint-salves	Vil'nev-Sen-Sal'v,Villeneuve-Saint-Salves,wei er na wo sheng sa er wo,Вильнев-Сен-Сальв,Вільнев-Сен-Сальв,维尔纳沃圣萨尔沃		FR	27	89	891	89463	256	Europe/Paris
6446082	Villeneuve-sur-Yonne	villeneuve-sur-yonne			FR	27	89	893	89464	5259	Europe/Paris
6446083	Villeperrot	villeperrot	Villeperrot		FR	27	89	893	89465	322	Europe/Paris
6446084	Villeroy	villeroy	Vil'rua,Villeroy,Вильруа,Вільруа		FR	27	89	893	89466	402	Europe/Paris
6446085	Villethierry	villethierry	Villethierry		FR	27	89	893	89467	840	Europe/Paris
6446086	Villiers-les-Hauts	villiers-les-hauts	Vil'e-le-Ot,shang wei li ye er,Вилье-ле-От,Вільє-ле-От,上维利耶尔		FR	27	89	892	89470	127	Europe/Paris
6446087	Villiers-Louis	villiers-louis	Vil'e-Lui,Villiers-Louis,wei li ye er lu yi,Вилье-Луи,Вільє-Луї,维利耶尔卢伊		FR	27	89	893	89471	450	Europe/Paris
6446088	Villiers-Saint-Benoît	villiers-saint-benoit	Villiers-Saint-Benoit,Villiers-Saint-Benoît		FR	27	89	891	89472	499	Europe/Paris
6446090	Villiers-Vineux	villiers-vineux	Vil'e-Vine,Villiers-Vineux,wei li ye er wei na,Вилье-Вине,Вільє-Віне,维利耶尔维纳		FR	27	89	891	89474	295	Europe/Paris
6446091	Villon	villon	Villon,vu~iyon,wei long,Виллон,Віллон,ヴィヨン,维隆		FR	27	89	892	89475	108	Europe/Paris
6446092	Vincelottes	vincelottes	Venslott,wan sai luo te,Венслотт,万塞洛特		FR	27	89	891	89479	272	Europe/Paris
6446093	Vinneuf	vinneuf	Vennef,Vinneuf,wei na,Веннеф,维纳		FR	27	89	893	89480	1498	Europe/Paris
6446094	Vireaux	vireaux	Vireaux,Viro,wei luo,Виро,Віро,维罗		FR	27	89	892	89481	142	Europe/Paris
6446095	Viviers	viviers	Viv'e,Vive,Viviers,wei wei ye er,Вивье,Вівє,维维耶尔		FR	27	89	892	89482	134	Europe/Paris
6446096	Voisines	voisines	Voisines,Vuazin,wa xi na,Вуазин,Вуазін,瓦西纳		FR	27	89	893	89483	502	Europe/Paris
6446098	Voutenay-sur-Cure	voutenay-sur-cure	Voutenay-sur-Cure,Vutne-sjur-Kjur,qu er he pan wu te nai,Вутне-сюр-Кюр,屈尔河畔武特奈		FR	27	89	892	89485	215	Europe/Paris
6446099	Yrouerre	yrouerre	Iruerr,Yrouerre,yi lu ai er,Іруерр,Ируерр,یروررے,伊鲁埃尔		FR	27	89	892	89486	162	Europe/Paris
6446100	Vauthiermont	vauthiermont	Vauthiermont		FR	27	90	901	90100	218	Europe/Paris
6446101	Vellescot	vellescot	Vel'sko,Vellescot,fu lai si ke,wlskt,Вельско,ولسکت,弗莱斯科		FR	27	90	901	90101	261	Europe/Paris
6446102	Vescemont	vescemont	Vescemont		FR	27	90	901	90102	760	Europe/Paris
6446103	Vétrigne	vetrigne	Vetrigne,Vétrigne		FR	27	90	901	90103	636	Europe/Paris
6446104	Vézelois	vezelois	Vezelois,Vézelois		FR	27	90	901	90104	951	Europe/Paris
6446106	Brétigny-sur-Orge	bretigny-sur-orge			FR	11	91	913	91103	26275	Europe/Paris
6446107	Breuillet	breuillet	Bree,Breje,Breuillet,bu lei yi lai,Брее,Бреє,Бреје,布勒伊莱		FR	11	91	913	91105	8440	Europe/Paris
6446108	Brières-les-Scellés	brieres-les-scelles	Brieres-les-Scelles,Brières-les-Scellés		FR	11	91	911	91109	1228	Europe/Paris
6446109	Briis-sous-Forges	briis-sous-forges	Briis-sous-Forges		FR	11	91	913	91111	3501	Europe/Paris
6446110	Brunoy	brunoy			FR	11	91	912	91114	26055	Europe/Paris
6446111	Bruyères-le-Châtel	bruyeres-le-chatel	Bruyeres-le-Chatel,Bruyères-le-Châtel		FR	11	91	913	91115	3321	Europe/Paris
6446112	Buno-Bonnevaux	buno-bonnevaux	Buno-Bonnevaux		FR	11	91	912	91121	445	Europe/Paris
6446113	Bures-sur-Yvette	bures-sur-yvette	Bures-sur-Yvette		FR	11	91	913	91122	9686	Europe/Paris
6446114	Cerny	cerny	Cerny,Serni,sai er ni,Серни,Серні,塞尔尼		FR	11	91	911	91129	3317	Europe/Paris
6446115	Chalou-Moulineux	chalou-moulineux	Chalou-Moulineux		FR	11	91	911	91131	430	Europe/Paris
6446116	Chamarande	chamarande	Chamarande		FR	11	91	911	91132	1144	Europe/Paris
6446117	Champcueil	champcueil	Champcueil		FR	11	91	912	91135	2870	Europe/Paris
6446118	Champlan	champlan	Champlan		FR	11	91	913	91136	2796	Europe/Paris
6446119	Champmotteux	champmotteux	Champmotteux		FR	11	91	911	91137	367	Europe/Paris
6446121	Chauffour-lès-Étréchy	chauffour-les-etrechy	Chauffour-les-Etrechy,Chauffour-lès-Étréchy		FR	11	91	911	91148	137	Europe/Paris
6446122	Cheptainville	cheptainville	Cheptainville		FR	11	91	913	91156	2012	Europe/Paris
6446123	Chevannes	chevannes	Chevannes,Shevan,Shevann,Шеван,Шеванн		FR	11	91	912	91159	1671	Europe/Paris
6446124	Chilly-Mazarin	chilly-mazarin	Chilly-Mazarin		FR	11	91	913	91161	20133	Europe/Paris
6446125	Corbeil-Essonnes	corbeil-essonnes	Corbeil-Essonnes		FR	11	91	912	91174	51049	Europe/Paris
6446126	Courances	courances	Courances		FR	11	91	912	91180	344	Europe/Paris
6446128	Courson-Monteloup	courson-monteloup	Courson-Monteloup		FR	11	91	913	91186	582	Europe/Paris
6446131	D'Huison-Longueville	d-huison-longueville	D'Huison-Longueville		FR	11	91	911	91198	1515	Europe/Paris
6446132	Écharcon	echarcon	Echarcon,Écharcon		FR	11	91	912	91204	791	Europe/Paris
6446133	Égly	egly	Egly,Égly		FR	11	91	913	91207	5645	Europe/Paris
6446134	Épinay-sous-Sénart	epinay-sous-senart			FR	11	91	912	91215	12760	Europe/Paris
6446135	Épinay-sur-Orge	epinay-sur-orge	Epinay-sur-Orge,Épinay-sur-Orge		FR	11	91	913	91216	11166	Europe/Paris
6446136	Étampes	etampes			FR	11	91	911	91223	24422	Europe/Paris
6446137	Étiolles	etiolles			FR	11	91	912	91225	3157	Europe/Paris
6446138	Fleury-Mérogis	fleury-merogis	Fleury-Merogis,Fleury-Mérogis		FR	11	91	912	91235	11430	Europe/Paris
6446139	Fontaine-la-Rivière	fontaine-la-riviere	Fontaine-la-Riviere,Fontaine-la-Rivière		FR	11	91	911	91240	231	Europe/Paris
6446140	Fontenay-lès-Briis	fontenay-les-briis	Fontenay-les-Briis,Fontenay-lès-Briis		FR	11	91	913	91243	2076	Europe/Paris
6446141	Fontenay-le-Vicomte	fontenay-le-vicomte	Fontenay-le-Vicomte		FR	11	91	912	91244	1214	Europe/Paris
6446142	Forges-les-Bains	forges-les-bains	Forges-les-Bains		FR	11	91	913	91249	3815	Europe/Paris
6446143	Gif-sur-Yvette	gif-sur-yvette	Gif-sur-Yvette		FR	11	91	913	91272	20927	Europe/Paris
6446144	Gometz-la-Ville	gometz-la-ville	Gometz-la-Ville		FR	11	91	913	91274	1482	Europe/Paris
6446145	Gometz-le-Châtel	gometz-le-chatel			FR	11	91	913	91275	2577	Europe/Paris
6446146	Grigny	grigny	Grigny,Grin'i,Grini,ge li ni,geulini,grynyy  aswn,gurini,Гриньи,Гриньї,Грињи,گرینیی، اسون,グリニー,格里尼,그리니		FR	11	91	912	91286	28958	Europe/Paris
6446147	Guibeville	guibeville			FR	11	91	913	91292	713	Europe/Paris
6446148	Guillerval	guillerval			FR	11	91	911	91294	817	Europe/Paris
6446149	Igny	igny	Igny,In'i,yi ni,Іньї,Иньи,伊尼		FR	11	91	913	91312	9924	Europe/Paris
6446150	Itteville	itteville	Itteville		FR	11	91	911	91315	6633	Europe/Paris
6446151	Janville-sur-Juine	janville-sur-juine	Janville-sur-Juine		FR	11	91	911	91318	1959	Europe/Paris
6446152	Janvry	janvry	Zhanvri,rang fu li,Жанври,Жанврі,جنورے، اسوں نے,让夫里		FR	11	91	913	91319	637	Europe/Paris
6446153	Juvisy-sur-Orge	juvisy-sur-orge	Juvisy-sur-Orge		FR	11	91	913	91326	16341	Europe/Paris
6446154	Lardy	lardy	Lardy		FR	11	91	911	91330	5514	Europe/Paris
6446155	Leudeville	leudeville	Leudeville		FR	11	91	913	91332	1454	Europe/Paris
6446156	Leuville-sur-Orge	leuville-sur-orge	Leuville-sur-Orge		FR	11	91	913	91333	4384	Europe/Paris
6446157	Limours	limours	Limours		FR	11	91	913	91338	6695	Europe/Paris
6446158	Linas	linas	Lina,li na,Лина,Ліна,利纳		FR	11	91	913	91339	6882	Europe/Paris
6446159	Lisses	lisses	Lisses		FR	11	91	912	91340	7541	Europe/Paris
6446160	Longjumeau	longjumeau	Longjumeau		FR	11	91	913	91345	21618	Europe/Paris
6446161	Longpont-sur-Orge	longpont-sur-orge	Longpont-sur-Orge		FR	11	91	913	91347	6362	Europe/Paris
6446162	Maisse	maisse	Maisse		FR	11	91	912	91359	2726	Europe/Paris
6446163	Marcoussis	marcoussis	Marcoussis		FR	11	91	913	91363	8137	Europe/Paris
6446164	Marolles-en-Beauce	marolles-en-beauce	Marolles-en-Beauce		FR	11	91	911	91374	226	Europe/Paris
6446165	Marolles-en-Hurepoix	marolles-en-hurepoix			FR	11	91	913	91376	5300	Europe/Paris
6446166	Mauchamps	mauchamps	Mauchamps		FR	11	91	911	91378	273	Europe/Paris
6446167	Mennecy	mennecy	Mennecy		FR	11	91	912	91386	14170	Europe/Paris
6446168	Le Mérévillois	le-merevillois	Le Merevillois,Le Mérévillois,Merevil',mei lei wei er,Меревиль,Меревіль,梅勒维尔		FR	11	91	911	91390	3381	Europe/Paris
6446169	Mespuits	mespuits	Mespuits		FR	11	91	911	91399	208	Europe/Paris
6446170	Milly-la-Forêt	milly-la-foret	Milly-la-Foret,Milly-la-Forêt		FR	11	91	912	91405	4668	Europe/Paris
6446171	Mondeville	mondeville	Mondvil',meng de wei er,Мондвиль,Мондвіль,蒙德维尔		FR	11	91	911	91412	712	Europe/Paris
6446172	Monnerville	monnerville	Monnerville		FR	11	91	911	91414	388	Europe/Paris
6446173	Montgeron	montgeron	Montgeron		FR	11	91	912	91421	23972	Europe/Paris
6446174	Montlhéry	montlhery	Montlhery,Montlhéry		FR	11	91	913	91425	7561	Europe/Paris
6446175	Morangis	morangis	Morangis,Moranzhis,mo lang ji,Моранжис,莫朗吉		FR	11	91	913	91432	13566	Europe/Paris
6446176	Morigny-Champigny	morigny-champigny	Morigny-Champigny		FR	11	91	911	91433	4366	Europe/Paris
6446177	Morsang-sur-Orge	morsang-sur-orge	Morsang-sur-Orge		FR	11	91	912	91434	21149	Europe/Paris
6446178	Morsang-sur-Seine	morsang-sur-seine			FR	11	91	912	91435	540	Europe/Paris
6446180	Nozay	nozay	Nozay,Noze,nuo ze,Нозе,诺泽		FR	11	91	913	91458	4741	Europe/Paris
6446181	Ollainville	ollainville	Ollainville,Ollenvil',Олленвиль,Олленвіль		FR	11	91	913	91461	4732	Europe/Paris
6446182	Ormoy-la-Rivière	ormoy-la-riviere	Ormoy-la-Riviere,Ormoy-la-Rivière		FR	11	91	911	91469	933	Europe/Paris
6446183	Orveau	orveau			FR	11	91	911	91473	196	Europe/Paris
6446184	Palaiseau	palaiseau	Palaiseau		FR	11	91	913	91477	34120	Europe/Paris
6446185	Paray-Vieille-Poste	paray-vieille-poste	Paray-Vieille-Poste		FR	11	91	913	91479	7411	Europe/Paris
6446186	Pecqueuse	pecqueuse	Pecqueuse		FR	11	91	913	91482	561	Europe/Paris
6446187	Plessis-Saint-Benoist	plessis-saint-benoist	Plessis-Saint-Benoist		FR	11	91	911	91495	318	Europe/Paris
6446188	Puiselet-le-Marais	puiselet-le-marais	Puiselet-le-Marais		FR	11	91	911	91508	275	Europe/Paris
6446190	Quincy-sous-Sénart	quincy-sous-senart	Quincy-sous-Senart,Quincy-sous-Sénart		FR	11	91	912	91514	8957	Europe/Paris
6446191	Richarville	richarville	Richarville		FR	11	91	911	91519	399	Europe/Paris
6446192	Ris-Orangis	ris-orangis	Ris-Orangis		FR	11	91	912	91521	28796	Europe/Paris
6446193	Roinville	roinville	Roinville-sous-Dourdan,Ruenvil',lu wan wei er,Руенвиль,Руенвіль,鲁万维尔		FR	11	91	911	91525	1368	Europe/Paris
6446194	Roinvilliers	roinvilliers	Roinvilliers		FR	11	91	911	91526	102	Europe/Paris
6446195	Saclas	saclas			FR	11	91	911	91533	1779	Europe/Paris
6446196	Saclay	saclay	Saclay		FR	11	91	913	91534	3967	Europe/Paris
6446197	Saint-Chéron	saint-cheron	Saint-Cheron,Saint-Chéron,Sen-Sheron,sheng xie long,Сен-Шерон,سینٹ-چہروں ، اسوں نے,圣谢龙		FR	11	91	911	91540	5045	Europe/Paris
6446198	Saint-Cyr-la-Rivière	saint-cyr-la-riviere	Saint-Cyr-la-Riviere,Saint-Cyr-la-Rivière		FR	11	91	911	91544	517	Europe/Paris
6446199	Sainte-Geneviève-des-Bois	sainte-genevieve-des-bois	Sainte-Genevieve-des-Bois,Sainte-Geneviève-des-Bois,Sent Zhenevjev de Boa,Sent-Zhenev'ev-de-Bua,Sent-Zhenevev-de-Bua,saengteujunbiebeudebua,santo=junuvu~ievu=de=bowa,sheng re ne wei ye wo-de bu wa,snt zhnwyw dbwa  aswn,Сент Женевјев де Боа,Сент-Женевьев-де-Буа,Сент-Женевєв-де-Буа,سنت ژنویو دبوآ، اسون,سین-گنویوے-دس-بوس، اسوں نے,サント＝ジュヌヴィエーヴ＝デ＝ボワ,聖熱訥維耶沃-德布瓦,생트준비에브데부아		FR	11	91	913	91549	35859	Europe/Paris
6446200	Saint-Germain-lès-Arpajon	saint-germain-les-arpajon	Saint-Germain-les-Arpajon,Saint-Germain-lès-Arpajon		FR	11	91	913	91552	10609	Europe/Paris
6446201	Saint-Germain-lès-Corbeil	saint-germain-les-corbeil	Saint-Germain-les-Corbeil,Saint-Germain-lès-Corbeil		FR	11	91	912	91553	7477	Europe/Paris
6446202	Saint-Jean-de-Beauregard	saint-jean-de-beauregard			FR	11	91	913	91560	410	Europe/Paris
6446203	Saint-Maurice-Montcouronne	saint-maurice-montcouronne	Saint-Maurice-Montcouronne		FR	11	91	913	91568	1573	Europe/Paris
6446204	Saint-Michel-sur-Orge	saint-michel-sur-orge	Saint-Michel-sur-Orge		FR	11	91	913	91570	19866	Europe/Paris
6446205	Saint-Pierre-du-Perray	saint-pierre-du-perray	Saint-Pierre-du-Perray		FR	11	91	912	91573	10851	Europe/Paris
6446206	Saintry-sur-Seine	saintry-sur-seine	Saintry-sur-Seine		FR	11	91	912	91577	5709	Europe/Paris
6446207	Saint-Sulpice-de-Favières	saint-sulpice-de-favieres	Saint-Sulpice-de-Favieres,Saint-Sulpice-de-Favières		FR	11	91	911	91578	305	Europe/Paris
6446208	Saulx-les-Chartreux	saulx-les-chartreux	Saulx-les-Chartreux		FR	11	91	913	91587	5319	Europe/Paris
6446209	Savigny-sur-Orge	savigny-sur-orge	Savigny-sur-Orge		FR	11	91	913	91589	36307	Europe/Paris
6446211	Soisy-sur-Seine	soisy-sur-seine			FR	11	91	912	91600	7075	Europe/Paris
6446212	Souzy-la-Briche	souzy-la-briche	Souzy-la-Briche		FR	11	91	911	91602	419	Europe/Paris
6446213	Tigery	tigery			FR	11	91	912	91617	3840	Europe/Paris
6446214	Valpuiseaux	valpuiseaux			FR	11	91	911	91629	610	Europe/Paris
6446215	Varennes-Jarcy	varennes-jarcy	Varennes-Jarcy		FR	11	91	912	91631	2312	Europe/Paris
6446216	Vaugrigneuse	vaugrigneuse			FR	11	91	913	91634	1275	Europe/Paris
6446217	Vauhallan	vauhallan	Vauhallan		FR	11	91	913	91635	2046	Europe/Paris
6446218	Verrières-le-Buisson	verrieres-le-buisson	Verrieres-le-Buisson,Verrières-le-Buisson		FR	11	91	913	91645	15434	Europe/Paris
6446219	Vert-le-Grand	vert-le-grand	Vert-le-Grand		FR	11	91	912	91648	2373	Europe/Paris
6446220	Vert-le-Petit	vert-le-petit	Vert-le-Petit		FR	11	91	912	91649	2779	Europe/Paris
6446221	Videlles	videlles	Videlles		FR	11	91	911	91654	600	Europe/Paris
6446222	Vigneux-sur-Seine	vigneux-sur-seine	Vigneux-sur-Seine		FR	11	91	912	91657	31256	Europe/Paris
6446223	Villabé	villabe	Villabe,Villabé		FR	11	91	912	91659	5385	Europe/Paris
6446224	Villebon-sur-Yvette	villebon-sur-yvette	Villebon-sur-Yvette		FR	11	91	913	91661	10472	Europe/Paris
6446225	Villeconin	villeconin	Villeconin		FR	11	91	911	91662	728	Europe/Paris
6446226	Villejust	villejust	Villejust		FR	11	91	913	91666	2315	Europe/Paris
6446227	Villemoisson-sur-Orge	villemoisson-sur-orge	Villemoisson-sur-Orge		FR	11	91	913	91667	6952	Europe/Paris
6446228	Villeneuve-sur-Auvers	villeneuve-sur-auvers	Villeneuve-sur-Auvers		FR	11	91	911	91671	618	Europe/Paris
6446229	Villiers-le-Bâcle	villiers-le-bacle	Villiers-le-Bacle,Villiers-le-Bâcle		FR	11	91	913	91679	1249	Europe/Paris
6446230	Villiers-sur-Orge	villiers-sur-orge	Villiers-sur-Orge		FR	11	91	913	91685	4554	Europe/Paris
6446231	Viry-Châtillon	viry-chatillon			FR	11	91	912	91687	30575	Europe/Paris
6446232	Wissous	wissous	Vissu,wei su,Виссу,Віссу,维苏		FR	11	91	913	91689	7674	Europe/Paris
6446234	Bréançon	breancon			FR	11	95	953	95102	376	Europe/Paris
6446235	Brignancourt	brignancourt	Brignancourt		FR	11	95	953	95110	202	Europe/Paris
6446236	Bruyères-sur-Oise	bruyeres-sur-oise	Bruyeres-sur-Oise,Bruyères-sur-Oise		FR	11	95	953	95116	4303	Europe/Paris
6446237	Butry-sur-Oise	butry-sur-oise			FR	11	95	953	95120	2265	Europe/Paris
6446238	Champagne-sur-Oise	champagne-sur-oise	Champagne-sur-Oise		FR	11	95	953	95134	5029	Europe/Paris
6446239	Charmont	charmont			FR	11	95	953	95141	33	Europe/Paris
6446240	Chars	chars	Chars		FR	11	95	953	95142	2142	Europe/Paris
6446241	Châtenay-en-France	chatenay-en-france	Chatenay-en-France,Châtenay-en-France		FR	11	95	952	95144	72	Europe/Paris
6446242	Chaumontel	chaumontel	Chaumontel		FR	11	95	952	95149	3283	Europe/Paris
6446243	Chaussy	chaussy	Chaussy,Shossi,Шосси		FR	11	95	953	95150	591	Europe/Paris
6446244	Chauvry	chauvry	Chauvry		FR	11	95	953	95151	302	Europe/Paris
6446245	Chennevières-lès-Louvres	chennevieres-les-louvres	Chennevieres-les-Louvres,Chennevières-lès-Louvres		FR	11	95	952	95154	307	Europe/Paris
6446247	Cléry-en-Vexin	clery-en-vexin	Clery-en-Vexin,Cléry-en-Vexin		FR	11	95	953	95166	456	Europe/Paris
6446248	Commeny	commeny	Commeny		FR	11	95	953	95169	465	Europe/Paris
6446251	Cormeilles-en-Vexin	cormeilles-en-vexin	Cormeilles-en-Vexin		FR	11	95	953	95177	1379	Europe/Paris
6446252	Courcelles-sur-Viosne	courcelles-sur-viosne			FR	11	95	953	95181	274	Europe/Paris
6446253	Deuil-la-Barre	deuil-la-barre	Deuil-la-Barre		FR	11	95	952	95197	22320	Europe/Paris
6446254	Domont	domont	Domont		FR	11	95	952	95199	15401	Europe/Paris
6446255	Eaubonne	eaubonne	Eaubonne		FR	11	95	951	95203	25161	Europe/Paris
6446256	Écouen	ecouen	Ecouen,Écouen		FR	11	95	952	95205	7192	Europe/Paris
6446257	Enghien-les-Bains	enghien-les-bains	Enghien-les-Bains		FR	11	95	952	95210	11355	Europe/Paris
6446258	Ennery	ennery	Ennery		FR	11	95	953	95211	2423	Europe/Paris
6446259	Épiais-lès-Louvres	epiais-les-louvres	Epiais-les-Louvres,Épiais-lès-Louvres		FR	11	95	952	95212	110	Europe/Paris
6446260	Épiais-Rhus	epiais-rhus	Epiais-Rhus,Épiais-Rhus		FR	11	95	953	95213	623	Europe/Paris
6446261	Épinay-Champlâtreux	epinay-champlatreux	Epinay-Champlatreux,Épinay-Champlâtreux		FR	11	95	952	95214	65	Europe/Paris
6446263	Ermont	ermont	Ermont		FR	11	95	951	95219	29112	Europe/Paris
6446264	Ézanville	ezanville	Ezanville,Ézanville		FR	11	95	952	95229	9767	Europe/Paris
6446265	Fontenay-en-Parisis	fontenay-en-parisis	Fontenay-en-Parisis		FR	11	95	952	95241	1963	Europe/Paris
6446266	Franconville	franconville	Franconville,Frankonvil,Frankonvil',frankwnwyl  wl-dwaz,frankwwyl  wldwaz,fu lang kong wei er,furankon'vu~iru,peulangkongbil,Франконвил,Франконвиль,Франконвіль,فرانکونویل، ول-دوآز,فرانکوویل، ولدوآز,フランコンヴィル,弗朗孔维尔,프랑콩빌		FR	11	95	951	95252	36112	Europe/Paris
6446267	Frémainville	fremainville	Fremainville,Frémainville		FR	11	95	953	95253	489	Europe/Paris
6446268	Frémécourt	fremecourt	Fremecourt,Frémécourt		FR	11	95	953	95254	563	Europe/Paris
6446269	Frépillon	frepillon	Frepijon,Frepillon,Frépillon,fu lei pi long,Фрепийон,Фрепійон,弗雷皮隆		FR	11	95	951	95256	3336	Europe/Paris
6446270	Frouville	frouville			FR	11	95	953	95258	363	Europe/Paris
6446273	Génicourt	genicourt	Genicourt,Génicourt		FR	11	95	953	95271	526	Europe/Paris
6446274	Goussainville	goussainville	Gusenvil,Gussenvil',gu sang wei er,gusaengbil,gussan'vu~iru,gwsn wyl  wldwaz,Гусенвил,Гуссенвиль,Гуссенвіль,گوسن ویل، ولدوآز,グッサンヴィル,古桑维尔,구생빌		FR	11	95	952	95280	30948	Europe/Paris
6446275	Gouzangrez	gouzangrez			FR	11	95	953	95282	168	Europe/Paris
6446276	Grisy-les-Plâtres	grisy-les-platres	Grisy-les-Platres,Grisy-les-Plâtres		FR	11	95	953	95287	695	Europe/Paris
6446277	Groslay	groslay	Groslay		FR	11	95	952	95288	8722	Europe/Paris
6446278	Guiry-en-Vexin	guiry-en-vexin	Guiry-en-Vexin		FR	11	95	953	95295	166	Europe/Paris
6446279	Haravilliers	haravilliers	Haravilliers		FR	11	95	953	95298	547	Europe/Paris
6446281	Hédouville	hedouville	Hedouville,Hédouville		FR	11	95	953	95304	278	Europe/Paris
6446283	Hérouville-en-Vexin	herouville-en-vexin	Herouville-en-Vexin,Hérouville-en-Vexin		FR	11	95	953	95308	619	Europe/Paris
6446284	Hodent	hodent	Hodent		FR	11	95	953	95309	218	Europe/Paris
6446285	Jagny-sous-Bois	jagny-sous-bois	Jagny-sous-Bois		FR	11	95	952	95316	258	Europe/Paris
6446287	Labbeville	labbeville	Labbeville		FR	11	95	953	95328	617	Europe/Paris
6446288	Lassy	lassy	Lassi,Lassy,Ласси		FR	11	95	952	95331	170	Europe/Paris
6446289	Livilliers	livilliers	Livilliers		FR	11	95	953	95341	387	Europe/Paris
6446290	Longuesse	longuesse	Longuesse		FR	11	95	953	95348	536	Europe/Paris
6446291	Maffliers	maffliers	Maffliers		FR	11	95	952	95353	1848	Europe/Paris
6446292	Magny-en-Vexin	magny-en-vexin	Magny-en-Vexin		FR	11	95	953	95355	5555	Europe/Paris
6446293	Mareil-en-France	mareil-en-france	Mareil-en-France		FR	11	95	952	95365	693	Europe/Paris
6446294	Margency	margency	Margency		FR	11	95	952	95369	2916	Europe/Paris
6446295	Marines	marines	Marin,ma li ne,Марин,马里讷		FR	11	95	953	95370	3504	Europe/Paris
6446296	Marly-la-Ville	marly-la-ville	Marly-la-Ville		FR	11	95	952	95371	5696	Europe/Paris
6446297	Maudétour-en-Vexin	maudetour-en-vexin	Maudetour-en-Vexin,Maudétour-en-Vexin		FR	11	95	953	95379	191	Europe/Paris
6446299	Mériel	meriel	Meriel,Mériel		FR	11	95	953	95392	5059	Europe/Paris
6446300	Méry-sur-Oise	mery-sur-oise	Mery-sur-Oise,Méry-sur-Oise		FR	11	95	953	95394	9712	Europe/Paris
6446301	Moisselles	moisselles	Moisselles		FR	11	95	952	95409	1385	Europe/Paris
6446302	Montgeroult	montgeroult	Montgeroult		FR	11	95	953	95422	382	Europe/Paris
6446451	Augy	augy	Augy		FR	32	02	024	02036	87	Europe/Paris
6446304	Montlignon	montlignon	Montlignon		FR	11	95	952	95426	2993	Europe/Paris
6446307	Montsoult	montsoult	Montsoult		FR	11	95	952	95430	3405	Europe/Paris
6446308	Mours	mours			FR	11	95	953	95436	1552	Europe/Paris
6446309	Nerville-la-Forêt	nerville-la-foret	Nerville-la-Foret,Nerville-la-Forêt		FR	11	95	953	95445	692	Europe/Paris
6446310	Nesles-la-Vallée	nesles-la-vallee	Nesles-la-Vallee,Nesles-la-Vallée		FR	11	95	953	95446	1822	Europe/Paris
6446311	Neuilly-en-Vexin	neuilly-en-vexin	Neuilly-en-Vexin		FR	11	95	953	95447	196	Europe/Paris
6446313	Nointel	nointel	Nointel		FR	11	95	953	95452	792	Europe/Paris
6446314	Noisy-sur-Oise	noisy-sur-oise			FR	11	95	953	95456	669	Europe/Paris
6446315	Nucourt	nucourt	Nucourt		FR	11	95	953	95459	717	Europe/Paris
6446316	Omerville	omerville	Omerville		FR	11	95	953	95462	316	Europe/Paris
6446317	Osny	osny	Osny		FR	11	95	953	95476	16869	Europe/Paris
6446318	Parmain	parmain	Parmain		FR	11	95	953	95480	5583	Europe/Paris
6446319	Persan	persan	Persan		FR	11	95	953	95487	12665	Europe/Paris
6446320	Pierrelaye	pierrelaye	P'erle,P'errle,Perrle,pi ye er lei lai e,Пьерле,Пьеррле,Пєррле,皮耶尔勒莱厄		FR	11	95	951	95488	8168	Europe/Paris
6446321	Piscop	piscop	Piscop,Piskop,pi si ke,Пископ,Піскоп,皮斯科		FR	11	95	952	95489	691	Europe/Paris
6446322	Puiseux-en-France	puiseux-en-france	Puiseux-en-France		FR	11	95	952	95509	3493	Europe/Paris
6446323	Puiseux-Pontoise	puiseux-pontoise	Puiseux-Pontoise		FR	11	95	953	95510	544	Europe/Paris
6446324	Roissy-en-France	roissy-en-france	Roissy-en-France		FR	11	95	952	95527	2899	Europe/Paris
6446325	Sagy	sagy	Sagy,Sazhi,Сажи		FR	11	95	953	95535	1111	Europe/Paris
6446326	Saint-Brice-sous-Forêt	saint-brice-sous-foret	Saint-Brice-sous-Foret,Saint-Brice-sous-Forêt		FR	11	95	952	95539	14815	Europe/Paris
6446328	Saint-Cyr-en-Arthies	saint-cyr-en-arthies	Saint-Cyr-en-Arthies		FR	11	95	953	95543	246	Europe/Paris
6446329	Saint-Gratien	saint-gratien	Sen Gratjen,Sen-Grat'jan,saeng-geulatiang,san=guratian,sheng ge la di an,sn grtyn  wldwaz,Сен Гратјен,Сен-Гратьян,سن گرتین، ولدوآز,سینٹ-گرتیں ، ول-دیسے,サン＝グラティアン,圣格拉蒂安,생그라티앙		FR	11	95	952	95555	20824	Europe/Paris
6446330	Saint-Leu-la-Forêt	saint-leu-la-foret	Saint-Leu-la-Foret,Saint-Leu-la-Forêt		FR	11	95	951	95563	15597	Europe/Paris
6446331	Saint-Martin-du-Tertre	saint-martin-du-tertre	Saint-Martin-du-Tertre,Sen-Marten-dju-Tertr,Сен-Мартен-дю-Тертр		FR	11	95	952	95566	2773	Europe/Paris
6446332	Saint-Ouen-l'Aumône	saint-ouen-l-aumone	Saint-Ouen-l'Aumone,Saint-Ouen-l'Aumône		FR	11	95	953	95572	24087	Europe/Paris
6446333	Saint-Prix	saint-prix	Saint-Prix		FR	11	95	952	95574	7201	Europe/Paris
6446334	Saint-Witz	saint-witz	Saint-Witz		FR	11	95	952	95580	2387	Europe/Paris
6446335	Sannois	sannois			FR	11	95	951	95582	26537	Europe/Paris
6446336	Santeuil	santeuil	Santeuil		FR	11	95	953	95584	664	Europe/Paris
6446337	Sarcelles	sarcelles	Sarcelles		FR	11	95	952	95585	57781	Europe/Paris
6446338	Seraincourt	seraincourt	Seraincourt,Serenkur,Серенкур		FR	11	95	953	95592	1304	Europe/Paris
6446339	Seugy	seugy	Seugy		FR	11	95	952	95594	1001	Europe/Paris
6446340	Soisy-sous-Montmorency	soisy-sous-montmorency	Soisy-sous-Montmorency		FR	11	95	952	95598	18046	Europe/Paris
6446341	Survilliers	survilliers	Survilliers		FR	11	95	952	95604	4149	Europe/Paris
6446342	Taverny	taverny	Taverny		FR	11	95	951	95607	26296	Europe/Paris
6446343	Théméricourt	themericourt	Themericourt,Théméricourt		FR	11	95	953	95610	291	Europe/Paris
6446344	Theuville	theuville	Theuville		FR	11	95	953	95611	38	Europe/Paris
6446345	Us	us	Us		FR	11	95	953	95625	1305	Europe/Paris
6446346	Vallangoujard	vallangoujard	Vallangoujard		FR	11	95	953	95627	620	Europe/Paris
6446347	Valmondois	valmondois	Valmondois		FR	11	95	953	95628	1202	Europe/Paris
6446348	Vaudherland	vaudherland	Vaudherland		FR	11	95	952	95633	86	Europe/Paris
6446349	Vauréal	vaureal	Vaureal,Vauréal		FR	11	95	953	95637	16258	Europe/Paris
6446350	Vémars	vemars	Vemar,Vemars,Vémars,fu ma er,Вемар,弗马尔		FR	11	95	952	95641	2434	Europe/Paris
6446352	Viarmes	viarmes	Viarmes		FR	11	95	952	95652	5188	Europe/Paris
6446353	Vienne-en-Arthies	vienne-en-arthies	Vienne-en-Arthies		FR	11	95	953	95656	434	Europe/Paris
6446354	Vigny	vigny	Vigny		FR	11	95	953	95658	1082	Europe/Paris
6446355	Villaines-sous-Bois	villaines-sous-bois	Villaines-sous-Bois		FR	11	95	952	95660	770	Europe/Paris
6446356	Villeron	villeron	Villeron		FR	11	95	952	95675	748	Europe/Paris
6446357	Villers-en-Arthies	villers-en-arthies	Villers-en-Arthies		FR	11	95	953	95676	506	Europe/Paris
6446358	Villiers-Adam	villiers-adam	Villiers-Adam		FR	11	95	953	95678	863	Europe/Paris
6446359	Villiers-le-Bel	villiers-le-bel	Villiers-le-Bel		FR	11	95	952	95680	27247	Europe/Paris
6446360	Villiers-le-Sec	villiers-le-sec			FR	11	95	952	95682	183	Europe/Paris
6446361	Anglefort	anglefort	Anglefor,Inflafollum,Onglefor,ang re lei fu er,ang-geulpoleu,anghlfwrt,anglfr,Англефор,Онглефор,Անգլեֆոր,آنگلفر,أنغلفورت,昂热勒福尔,앙글포르		FR	84	01	011	01010	1124	Europe/Paris
6446363	Aranc	aranc			FR	84	01	011	01012	326	Europe/Paris
6446364	Arandas	arandas	Aranda,Arandas,a lang da si,alangda,arandas,Аранда,Արանդա,أرانداس,阿朗达斯,아랑다		FR	84	01	011	01013	148	Europe/Paris
6446365	Arbent	arbent	Arbent		FR	84	01	014	01014	3379	Europe/Paris
6446366	Arboys en Bugey	arboys-en-bugey	Arbin'e,Arbin'jo,Arbinije,Arbinyo,Arboys en Bugey,a er bi ni e,aleubinyu,arbyghnyw,arbynyw,Арбиньё,Арбињије,Арбіньє,Արբինյո,آربینیو,أربيغنيو,阿尔比尼厄,아르비뉴		FR	84	01	011	01015	640	Europe/Paris
6446367	Arbigny	arbigny	Arbigny,Arbin'i,Arbini,a er bi ni,aleubini,arbyghny,Арбиньи,Арбињи,Арбіньї,Արբինի,أربيغني,阿尔比尼,아르비니		FR	84	01	012	01016	462	Europe/Paris
6446368	Argis	argis	Argis,Arzhi,Arzi,a er ri si,aleuji,arghys,Аржи,Аржі,Արժի,أرغيس,阿尔日斯,아르지		FR	84	01	011	01017	438	Europe/Paris
6446537	Chamblet	chamblet	Chamblac,Chamblet,Shamble,shang bu lai,Шамбле,尚布莱		FR	84	03	031	03052	1097	Europe/Paris
6446369	Armix	armix	Armi,Armiks,Armix,a er mi,aleumigseu,armyks,Арми,Армикс,Армі,Արմի,آرمیکس,أرميكس,阿尔米,아르믹스		FR	84	01	011	01019	26	Europe/Paris
6446370	Ars-sur-Formans	ars-sur-formans			FR	84	01	012	01021	1389	Europe/Paris
6446371	Artemare	artemare			FR	84	01	011	01022	1227	Europe/Paris
6446372	Asnières-sur-Saône	asnieres-sur-saone	An'er-sjur-Son,Anier syur Son,Anijer na Saoni,asnyyr-swr-sawn,enieleuswileuson,suo en he pan a si ni ai,Анијер на Саони,Аньер-сюр-Сон,Аньєр-сюр-Сон,Անիեր սյուր Սոն,أسنيير-سور-ساون,索恩河畔阿斯尼埃,에니에르쉬르손		FR	84	01	012	01023	63	Europe/Paris
6446373	Bâgé-Dommartin	bage-dommartin	Bage-Dommartin,Bâgé-Dommartin		FR	84	01	012	01025	4088	Europe/Paris
6446374	Bâgé-le-Châtel	bage-le-chatel	Bagie-lo-Chatel,Bazhe le Shatel,Bazhe-le-Shatel',Bâgiê-lo-Châtél,ba re lei sha tai er,baj-lw-shatyl,bazhh-l-shatl,Баже ле Шател,Баже-ле-Шатель,Բաժե լը Շատել,باج-لو-شاتيل,باژه-ل-شاتل,باژہ-ل-شاتل,巴热勒沙泰尔		FR	84	01	012	01026	915	Europe/Paris
6446375	Balan	balan	Balan,ba lang,balan,Балан,Բալան,بالان,巴朗		FR	84	01	012	01027	2856	Europe/Paris
6446376	Baneins	baneins	Banen,Banins,ba nan si,banyynz,Банен,Բանեն,بانيينز,巴南斯		FR	84	01	012	01028	596	Europe/Paris
6446377	Beaupont	beaupont	Beaupont,Bopon,bo peng,bwbwnt,Бопон,Բոպոն,بوبونت,博蓬		FR	84	01	012	01029	685	Europe/Paris
6446378	Bellignat	bellignat			FR	84	01	014	01031	3618	Europe/Paris
6446379	Béligneux	beligneux	Beligneux,Belin'e,Belin'jo,Beline,Belinyo,Béligneux,bei li ni e,bylynyw,Белиньё,Белиње,Беліньє,Բելինյո,بيلينيو,贝利尼厄		FR	84	01	012	01032	3314	Europe/Paris
6446380	Valserhône	valserhone	Valserhone,Valserhône		FR	84	01	014	01033	16302	Europe/Paris
6446381	Belley	belley	Belley		FR	84	01	011	01034	9133	Europe/Paris
6446382	Belleydoux	belleydoux	Beledu,Belledu,Bellejdu,bei lai du,bylydw,Беледу,Белледу,Беллейду,Բելեդու,بيليدو,贝莱杜		FR	84	01	014	01035	317	Europe/Paris
6446383	Bénonces	benonces	Benonces,Benons,Bénonces,bei nong si,bynwnsys,Бенонс,Բենոնս,بينونسيس,贝农斯		FR	84	01	011	01037	294	Europe/Paris
6446384	Bény	beny	Beni,Beny,Bény,bei ni,byny,Бени,Бені,Բենի,بيني,贝尼		FR	84	01	012	01038	762	Europe/Paris
6446385	Béon	beon	Beon,Béon,bei weng,bywn,Беон,Բեոն,بيون,贝翁		FR	84	01	011	01039	464	Europe/Paris
6446386	Béréziat	bereziat	Berez'ja,Bereziat,Berezja,Berezya,Béréziat,bei lei qi ya,byryzyat,Березья,Березја,Բերեզյա,بيريزيات,贝雷齐亚		FR	84	01	012	01040	494	Europe/Paris
6446387	Bettant	bettant	Betan,Bettan,Bettant,bei tang,bytant,Бетан,Беттан,Բեթան,بيتانت,贝唐		FR	84	01	011	01041	750	Europe/Paris
6446388	Billiat	billiat	Bija,Bijja,Billiat,Biyya,bi li ya,bylyat,Бийя,Бија,Бійя,Բիյյա,بيليات,比利亚		FR	84	01	014	01044	611	Europe/Paris
6446389	Birieux	birieux	Bir'jo,Bire,Birieux,Birje,Biryo,bi li e,Бирьё,Бирје,Бірє,Բիրյո,比里厄		FR	84	01	012	01045	285	Europe/Paris
6446390	Biziat	biziat	Biz'ja,Biziat,Bizja,Bizya,bi qi ya,byzyat,Бизья,Бизја,Бізья,Բիզյա,بيزيات,比齐亚		FR	84	01	012	01046	857	Europe/Paris
6446391	Blyes	blyes	Bli,Blyes,blyys,bu li si,Бли,Блі,Բլի,بلييس,布利斯		FR	84	01	011	01047	993	Europe/Paris
6446392	Boissey	boissey	Boase,Boissey,Buase,Buasse,bu wa sai,bwassy,Боасе,Буассе,Բուասե,بواسسي,布瓦塞		FR	84	01	012	01050	338	Europe/Paris
6446393	Bolozon	bolozon	Bolozon		FR	84	01	014	01051	89	Europe/Paris
6446394	Bouligneux	bouligneux	Bouligneux,Bulin'e,Bulin'jo,Buline,Bulinyo,bu li ni e,bwlynyw,Булиньё,Булиње,Буліньє,Բուլինյո,بولينيو,布利尼厄		FR	84	01	012	01052	319	Europe/Paris
6446395	Bourg-en-Bresse	bourg-en-bresse	Bourg-en-Bresse		FR	84	01	012	01053	41365	Europe/Paris
6446396	Bourg-Saint-Christophe	bourg-saint-christophe	Bur Sen Kristof,Bur-Sen-Kristof,bu er ge-sheng ke li si tuo fu,bwrg-sn-krystwf,bwrgh-san-krystwf,Бур Сен Кристоф,Бур-Сен-Кристоф,Բուր Սեն Քրիստոֆ,بورغ-سان-كريستوف,بورگ-سن-کریستوف,布尔格－圣克里斯托弗		FR	84	01	011	01054	1325	Europe/Paris
6446397	Boyeux-Saint-Jérôme	boyeux-saint-jerome	Boaje Sen Zherom,Boyeux-Saint-Jerome,Boyeux-Saint-Jérôme,Buae-Sen-Zherom,Buajjo-Sen-Zherom,Buayyo Sen Zerom,bu wa yue-sheng zhe luo mu,bwyw-san-jyrwm,Боаје Сен Жером,Буайё-Сен-Жером,Буає-Сен-Жером,Բուայյո Սեն Ժերոմ,بويو-سان-جيروم,布瓦约－圣哲罗姆		FR	84	01	014	01056	354	Europe/Paris
6446398	Boz	boz	Bo,Boz,bo ci,bwz,Бо,Боз,Բո,بوز,博兹		FR	84	01	012	01057	515	Europe/Paris
6446399	Brégnier-Cordon	bregnier-cordon	Bregnier-Cordon,Brégnier-Cordon		FR	84	01	011	01058	849	Europe/Paris
6446400	Brénod	brenod	Brenod,Brénod		FR	84	01	014	01060	522	Europe/Paris
6446401	Bressolles	bressolles	Bresol,Bressol',Bressolles,bryswls,bu lang suo er,Бресол,Брессоль,Բրեսոլ,بريسولس,布朗索尔		FR	84	01	012	01062	891	Europe/Paris
6446402	Buellas	buellas	Buellas		FR	84	01	012	01065	1767	Europe/Paris
6446403	Ceignes	ceignes	Ceignes		FR	84	01	014	01067	253	Europe/Paris
6446404	Certines	certines	Certines,Essertenes,Essèrtenes,Serten,Sertin,sai er di en,syrtyns  ayn,Сертен,Сертин,Сертін,Սերտին,سيرتينس، أين,塞尔蒂恩		FR	84	01	012	01069	1532	Europe/Paris
6446405	Cessy	cessy	Cessy		FR	84	01	013	01071	4836	Europe/Paris
6446406	Ceyzériat	ceyzeriat	Ceyzeriat,Ceyzériat		FR	84	01	012	01072	3138	Europe/Paris
6446407	Ceyzérieu	ceyzerieu	Ceyzerieu,Ceyzérieu,Sejzere,Sezer'jo,Sezerje,Sezeryo,sai ze li e,syzyryw,Сезерьё,Сезерје,Сейзерє,Սեզերյո,سيزيريو,塞泽里厄		FR	84	01	011	01073	1012	Europe/Paris
6446408	Chalamont	chalamont	Chalamont,Salamon,Shalamon,sha la meng,shalamwnt,Шаламон,Շալամոն,شالامونت,沙拉蒙		FR	84	01	012	01074	2406	Europe/Paris
6446409	Chaleins	chaleins	Salen,Shalen,sha lan si,Шален,Շալեն,沙兰斯		FR	84	01	012	01075	1296	Europe/Paris
6446410	Chaley	chaley	Chaley,Salle,Shale,sha lai,shalyyn,Шале,Շալլե,شاليين,沙莱		FR	84	01	011	01076	137	Europe/Paris
6446411	Challex	challex	Challex,Sale,Shale,Shalle,sha lai ke si,shalyks,Шале,Шалле,Շալե,شاليكس,沙莱克斯		FR	84	01	013	01078	1450	Europe/Paris
6446412	Champdor-Corcelles	champdor-corcelles	Sandor,Shamdor,Shandor,shambdwr,shang duo er,Шамдор,Шандор,Շանդոր,شامبدور,尚多尔		FR	84	01	011	01080	657	Europe/Paris
6446413	Champfromier	champfromier	Champfromier		FR	84	01	014	01081	729	Europe/Paris
6446414	Chanay	chanay	Sane,Shane,sha nai,shanay,Шане,Շանե,شانائے,شاناي,沙奈		FR	84	01	014	01082	633	Europe/Paris
6446415	Chaneins	chaneins	Chanens,Sanen,Shanen,sha nan si,shanyyn,Шанен,Շանեն,شانيين,沙南斯		FR	84	01	012	01083	898	Europe/Paris
6446416	Chanoz-Châtenay	chanoz-chatenay	Chanoz-Chatenay,Chanoz-Châtenay,Sano Satane,Shano Shatne,Shano-Shatene,Shano-Shatne,sha nuo ci-sha te nai,shanwz-shatynay,Шано Шатне,Шано-Шатене,Шано-Шатне,Շանո Շատանե,شانوز-شاتيناي,沙诺兹－沙特奈		FR	84	01	012	01084	833	Europe/Paris
6446417	Charix	charix	Charix		FR	84	01	014	01087	285	Europe/Paris
6446418	Château-Gaillard	chateau-gaillard	Chateau-Gaillard,Château-Gaillard,Sato Gayar,Shato Gajar,Shato-Gajar,sha tuo-jia ya er,shatw-ghaylar,Шато Гајар,Шато-Гайар,Шато-Гаяр,Շատո Գայար,شاتو-غايلار,沙托－加亚尔		FR	84	01	011	01089	2080	Europe/Paris
6446419	Châtillon-la-Palud	chatillon-la-palud	Chatelyon-la-Palud,Chatillon-la-Palud,Châtelyon-la-Palud,Châtillon-la-Palud,Satiyon la Palyu,Shatijon la Palid,Shatijon-la-Palju,sha di li weng la pa lu de,shatylwn-la-balwd,Шатийон-ла-Палю,Шатијон ла Палид,Шатійон-ла-Палю,Շատիյոն լա Պալյու,شاتيلون-لا-بالود,沙蒂利翁拉帕吕德		FR	84	01	012	01092	1574	Europe/Paris
6446420	Châtillon-sur-Chalaronne	chatillon-sur-chalaronne	Chatillon-sur-Chalaronne,Châtillon-sur-Chalaronne		FR	84	01	012	01093	4886	Europe/Paris
6446421	Chavannes-sur-Reyssouze	chavannes-sur-reyssouze	Chavannes-sur-Reyssouze,Savan syur Resuz,Shavan sir Resuz,Shavan-sjur-Resuz,Shavann-sjur-Rejssuz,lei su ci he pan sha wa en,shafan-swr-ryswz,Шаван сир Ресуз,Шаван-сюр-Ресуз,Шаванн-сюр-Рейссуз,Շավան սյուր Ռեսուզ,شافان-سور-ريسوز,雷苏兹河畔沙瓦恩		FR	84	01	012	01094	750	Europe/Paris
6446422	Nivigne et Suran	nivigne-et-suran	Nivigne et Suran,Savan syur Syuran,Shavan sir Siran,Shavan-sjur-Sjuran,Shavann-sjur-Sjuran,shafan-swr-swra,xu lang he pan sha wa en,Шаван сир Сиран,Шаван-сюр-Сюран,Шаванн-сюр-Сюран,Շավան սյուր Սյուրան,شافان-سور-سورا,叙朗河畔沙瓦恩		FR	84	01	012	01095	805	Europe/Paris
6446423	Chaveyriat	chaveyriat	Chaveriat,Chaveyriat,Chavèriat,Saveria,Shavejrja,Shaver'ja,Shaverja,sha wei li ya,shafyrya,Шавейря,Шаверья,Шаверја,Շավերիա,شافيريا,沙韦里亚		FR	84	01	012	01096	1006	Europe/Paris
6446425	Chazey-Bons	chazey-bons	Saze Bon,Shaze Bon,Shaze-Bon,sha ze-bang,shazh-bwn,shazy-bwn,Шазе Бон,Шазе-Бон,Շազե Բոն,شازه-بون,شازي-بون,沙泽－邦		FR	84	01	011	01098	1079	Europe/Paris
6446426	Allemant	allemant	Al'man,Allemant,Alman,a lei mang,alymant  azn,Алман,Альман,Ալման,الیمانت، ازن,阿勒芒		FR	32	02	024	02010	175	Europe/Paris
6446427	Ambleny	ambleny	Ambleny		FR	32	02	024	02011	1162	Europe/Paris
6446428	Ambrief	ambrief	Ambrief,Ambrijef,ambryf,ang bu li ye fu,Амбриеф,Амбријеф,Амбрієф,Ամբրիեֆ,امبریف,昂布里耶夫		FR	32	02	024	02012	69	Europe/Paris
6446429	Amifontaine	amifontaine	Amifontaine,Amifonten,a mi fang dan,amyfantyn,Амифонтен,Аміфонтен,Ամիֆոնտեն,امیفانتین,阿米方丹		FR	32	02	022	02013	413	Europe/Paris
6446430	Amigny-Rouy	amigny-rouy	Amigny-Rouy		FR	32	02	022	02014	741	Europe/Paris
6446431	Ancienville	ancienville	Ancienville		FR	32	02	024	02015	76	Europe/Paris
6446432	Andelain	andelain	Andelain		FR	32	02	022	02016	234	Europe/Paris
6446433	Anguilcourt-le-Sart	anguilcourt-le-sart	Angil'kur-le-Sar,Anguilcourt-le-Sart,Ankilkur le Sar,ang ji er ku er lei sa er,Ангилькур-ле-Сар,Ангількур-ле-Сар,Анкилкур ле Сар,Անգիլկուր լը Սար,昂吉尔库尔勒萨尔		FR	32	02	022	02017	313	Europe/Paris
6446434	Anizy-le-Grand	anizy-le-grand	Anizi le Sato,Anizi le Shato,Anizi-le-Shato,a ni ji bao,Анизи ле Шато,Анизи-ле-Шато,Анізі-ле-Шато,Անիզի լե Շատո,阿尼济堡		FR	32	02	022	02018	2527	Europe/Paris
6446435	Annois	annois	Annois,Annua,Anoa,a nu wa,Аннуа,Аноа,Աննուա,阿努瓦		FR	32	02	023	02019	365	Europe/Paris
6446436	Any-Martin-Rieux	any-martin-rieux	Any-Martin-Rieux		FR	32	02	025	02020	456	Europe/Paris
6446437	Archon	archon	Archon		FR	32	02	025	02021	89	Europe/Paris
6446438	Arcy-Sainte-Restitue	arcy-sainte-restitue	Arcy-Sainte-Restitue		FR	32	02	024	02022	403	Europe/Paris
6446439	Armentières-sur-Ourcq	armentieres-sur-ourcq	Armant'er-sjur-Urk,Armantier syur Owrk,Armantjer sir Urk,Armentieres-sur-Ourcq,Armentières-sur-Ourcq,armantyr-swr-awrk,wu er ke he pan a er mang di ye er,Армантьер-сюр-Урк,Армантьєр-сюр-Урк,Армантјер сир Урк,Արմանտիեր սյուր Ուրկ,آرمانتیر-سور-اورک,乌尔克河畔阿尔芒蒂耶尔		FR	32	02	021	02023	105	Europe/Paris
6446440	Arrancy	arrancy	Arrancy		FR	32	02	022	02024	53	Europe/Paris
6446441	Artemps	artemps	Artam,Artan,Artemps,a er tang pu,Артам,Артан,Արտան,阿尔唐普		FR	32	02	023	02025	369	Europe/Paris
6446443	Assis-sur-Serre	assis-sur-serre	Asi sir Ser,Asi syur Ser,Assi-sjur-Ser,Assi-sjur-Serr,Assis-sur-Serre,sai er he pan a xi si,Аси сир Сер,Асси-сюр-Сер,Ассі-сюр-Серр,Ասի սյուր Սեր,塞尔河畔阿西斯		FR	32	02	022	02027	226	Europe/Paris
6446444	Athies-sous-Laon	athies-sous-laon	Ati su Lan,Ati-su-Lan,Atje su Laon,a di su lang,aty-sw-laywn,Ати-су-Лан,Аті-су-Лан,Атје су Лаон,Ատի սու Լան,آتی-سو-لائون,阿蒂苏朗		FR	32	02	022	02028	2600	Europe/Paris
6446445	Attilly	attilly	Atiji,Attchy,Attii,Attiji,Attilly,a di yi,atyly,Атији,Аттийи,Аттії,Աթիյի,آتیلی,阿蒂伊		FR	32	02	023	02029	368	Europe/Paris
6446447	Aubigny-aux-Kaisnes	aubigny-aux-kaisnes	Aubigny-aux-Kaisnes,Obin'i-o-Ken,Obini o Ken,ou bi ni ou kai ne,Обиньи-о-Кен,Обињи о Кен,Обіньї-о-Кен,欧比尼欧凯讷		FR	32	02	023	02032	249	Europe/Paris
6446448	Aubigny-en-Laonnois	aubigny-en-laonnois	Obin'i-an-Lannua,Obini an Lanoa,ou bi ni ang luo nu wa,Обиньи-ан-Ланнуа,Обињи ан Ланоа,Обіньї-ан-Ланнуа,欧比尼昂洛努瓦		FR	32	02	022	02033	106	Europe/Paris
6446449	Audignicourt	audignicourt	Audignicourt,Odin'ikur,Odinikur,ou di ni ku er,Одиньикур,Одињикур,Одіньїкур,欧迪尼库尔		FR	32	02	024	02034	113	Europe/Paris
6446452	Aulnois-sous-Laon	aulnois-sous-laon	Ol'nua-su-Lan,Olnoa su Laon,ou nu wa su lang,Олноа су Лаон,Ольнуа-су-Лан,欧努瓦苏朗		FR	32	02	022	02037	1440	Europe/Paris
6446453	Autremencourt	autremencourt	Autremencourt		FR	32	02	022	02039	169	Europe/Paris
6446454	Autreppes	autreppes	Autreppes		FR	32	02	025	02040	179	Europe/Paris
6446455	Autreville	autreville	Autreville,Otrevil',Otrvil,ou te er wei er,Отрвил,Отревиль,Отревіль,欧特尔维尔		FR	32	02	022	02041	815	Europe/Paris
6446456	Azy-sur-Marne	azy-sur-marne	Azi na Marni,Azi syur Marn,Azi-sjur-Marn,Azy-sur-Marne,ma en he pan a ji,Ази на Марни,Ази-сюр-Марн,Азі-сюр-Марн,Ազի սյուր Մարն,马恩河畔阿济		FR	32	02	021	02042	390	Europe/Paris
6446457	Bagneux	bagneux	Bagneux		FR	32	02	024	02043	71	Europe/Paris
6446458	Bancigny	bancigny	Bancigny		FR	32	02	025	02044	26	Europe/Paris
6446459	Barenton-Bugny	barenton-bugny	Baranton Bini,Baranton Byuni,Baranton-Bjun'i,Barenton-Bugny,ba lang tong bi ni,Барантон Бињи,Барантон-Бюньи,Барантон-Бюньї,Բարանտոն Բյունի,巴朗通比尼		FR	32	02	022	02046	550	Europe/Paris
6446460	Barenton-Cel	barenton-cel	Baranton Sel,Baranton-Sel',Barenton-Cel,ba lang tong sai lei,Барантон Сел,Барантон-Сель,Բարանտոն Սել,巴朗通塞勒		FR	32	02	022	02047	117	Europe/Paris
6446461	Barenton-sur-Serre	barenton-sur-serre	Baranton sir Ser,Baranton syur Ser,Baranton-sjur-Ser,Baranton-sjur-Serr,Barenton-sur-Serre,sai er he pan ba lang tong,Барантон сир Сер,Барантон-сюр-Сер,Барантон-сюр-Серр,Բարանտոն սյուր Սեր,塞尔河畔巴朗通		FR	32	02	022	02048	130	Europe/Paris
6446462	Barzy-en-Thiérache	barzy-en-thierache	Barzy-en-Thierache,Barzy-en-Thiérache		FR	32	02	025	02050	325	Europe/Paris
6446463	Barzy-sur-Marne	barzy-sur-marne	Barzi na Marni,Barzi syur Marn,Barzi-sjur-Marn,Barzy-sur-Marne,ma en he pan ba er ji,Барзи на Марни,Барзи-сюр-Марн,Барзі-сюр-Марн,Բարզի սյուր Մարն,马恩河畔巴尔济		FR	32	02	021	02051	381	Europe/Paris
6446464	Bassoles-Aulers	bassoles-aulers	Basol Ole,Basol Oler,Bassol'-Ole,Bassoles-Aulers,ba suo lei ou lai er,Басол Олер,Бассоль-Оле,Բասոլ Օլե,巴索勒欧莱尔		FR	32	02	022	02052	143	Europe/Paris
6446466	Beaumé	beaume			FR	32	02	025	02055	95	Europe/Paris
6446467	Beaumont-en-Beine	beaumont-en-beine	Beaumont-en-Beine		FR	32	02	022	02056	175	Europe/Paris
6446468	Beaurevoir	beaurevoir	Beaurevoir		FR	32	02	023	02057	1433	Europe/Paris
6446469	Beaurieux	beaurieux	Beaurieux,Bor'jo,Bore,Borio,Borje,bo li yue,Борьё,Борє,Борје,Բորիո,博里约		FR	32	02	022	02058	829	Europe/Paris
6446470	Beautor	beautor	Beautor,Botor,bo tuo er,bwtwr,Ботор,Բոտոր,بوتور,博托尔		FR	32	02	022	02059	2697	Europe/Paris
6446471	Beauvois-en-Vermandois	beauvois-en-vermandois	Beauvois-en-Vermandois,Bovoaz an Vermandoa,Bovua an Vermandua,Bovua-an-Vermandua,bo wa wei er mang du wa,Бовоаз ан Вермандоа,Бовуа-ан-Вермандуа,Բովուա ան Վերմանդուա,博瓦韦尔芒杜瓦		FR	32	02	023	02060	275	Europe/Paris
6446472	Belleau	belleau	Belleau,Bello,Belo,bei luo,Белло,Бело,Բելլո,贝洛		FR	32	02	021	02062	136	Europe/Paris
6446473	Bellenglise	bellenglise	Bel'angliz,Belangliz,Bellangliz,Bellenglise,bei lang ge li si,blanglyz,Беланглиз,Белланглиз,Бельангліз,Բելանգլիզ,بلانگلیز,贝朗格利斯		FR	32	02	023	02063	384	Europe/Paris
6446474	Belleu	belleu	Bele,Belle,Belleu,Belljo,Bellyo,bei lei,Беле,Белле,Беллё,Բելլյո,贝勒		FR	32	02	024	02064	3740	Europe/Paris
6446475	Bellicourt	bellicourt	Belikur,Bellicourt,Bellikur,bei li ku er,blykwr,Беликур,Белликур,Беллікур,Բելիկուր,بلیکور,贝利库尔		FR	32	02	023	02065	604	Europe/Paris
6446476	Benay	benay	Benay,Bene,bei nai,Бене,Բենե,贝奈		FR	32	02	023	02066	208	Europe/Paris
6446477	Bergues-sur-Sambre	bergues-sur-sambre	Berg sir Sambr,Berg syur Sambr,Berg-sjur-Sambr,Bergues-sur-Sambre,sang bu er he pan bei er ge,Берг сир Самбр,Берг-сюр-Самбр,Բերգ սյուր Սամբր,桑布尔河畔贝尔格		FR	32	02	025	02067	213	Europe/Paris
6446478	Berlise	berlise	Berliz,bei er li si,Берлиз,Берліз,Բերլիզ,贝尔利斯		FR	32	02	025	02069	115	Europe/Paris
6446479	Bernot	bernot	Berno,Bernot,bei er nuo,Берно,Բերնո,贝尔诺		FR	32	02	025	02070	446	Europe/Paris
6446480	Berny-Rivière	berny-riviere	Berni Rivier,Berni Rivjer,Berni-Riv'er,Berni-River,Berny-Riviere,Berny-Rivière,bei er ni li wei ye er,Берни Ривјер,Берни-Ривьер,Берні-Ривєр,Բերնի Ռիվիեր,贝尔尼里维耶尔		FR	32	02	024	02071	648	Europe/Paris
6446481	Berry-au-Bac	berry-au-bac	Berry-au-Bac		FR	32	02	022	02073	655	Europe/Paris
6446482	Berthenicourt	berthenicourt	Berthenicourt		FR	32	02	023	02075	202	Europe/Paris
6446483	Bertricourt	bertricourt	Bertrikur,bei te li ku er,Бертрикур,Բերտրիկուր,贝特里库尔		FR	32	02	022	02076	167	Europe/Paris
6446484	Berzy-le-Sec	berzy-le-sec	Berzi le Sek,Berzi-le-Sek,Berzy-le-Sec,bei ji lei sai ke,Берзи ле Сек,Берзи-ле-Сек,Берзі-ле-Сек,Բերզի լե Սեկ,贝济勒塞克		FR	32	02	024	02077	390	Europe/Paris
6446485	Besmé	besme	Beme,bei si mei,Беме,Բեմե,贝斯梅		FR	32	02	022	02078	157	Europe/Paris
6446486	Besmont	besmont	Bemon,Besmont,bei si meng,Бемон,Բեմոն,贝斯蒙		FR	32	02	025	02079	156	Europe/Paris
6446487	Besny-et-Loizy	besny-et-loizy	Beni e Loazi,Beni e Luazi,Beni-e-Luazi,Beni-eh-Luazi,Besny e Loizy,Besny-et-Loizy,bei ni lu wa ji,Бени е Лоази,Бени-э-Луази,Бені-е-Луазі,Բենի է Լուազի,贝尼卢瓦济		FR	32	02	022	02080	359	Europe/Paris
6446488	Béthancourt-en-Vaux	bethancourt-en-vaux	Betankur an Vo,Betankur-an-Vo,Bethancourt-en-Vaux,Béthancourt-en-Vaux,bei tang ku er ang wo,Бетанкур ан Во,Бетанкур-ан-Во,Բետանկուր ան Վո,贝唐库尔昂沃		FR	32	02	022	02081	463	Europe/Paris
6446489	Beugneux	beugneux	Ben'e,Bene,Beugneux,Bjon'jo,Byonyo,bo ni e,Беньє,Бење,Бёньё,Բյոնյո,伯尼厄		FR	32	02	024	02082	110	Europe/Paris
6446490	Beuvardes	beuvardes	Beuvardes,Bevard,Bjovard,bo wa er de,Бевард,Бёвард,伯瓦尔德		FR	32	02	021	02083	739	Europe/Paris
6446491	Bézu-le-Guéry	bezu-le-guery	Bezi le Geri,Bezju-le-Geri,Bezu-le-Guery,Bezyu le Geri,Bézu-le-Guéry,bei ju lei gai li,Бези ле Гери,Безю-ле-Гери,Безю-ле-Гері,Բեզյու լե Գերի,贝聚勒盖里		FR	32	02	021	02084	260	Europe/Paris
6446492	Bézu-Saint-Germain	bezu-saint-germain	Bezi Sen Zhermen,Bezju-Sen-Zhermen,Bezu-Saint-Germain,Bezyu Sen Zermen,Bézu-Saint-Germain,bei ju sheng ri er man,Бези Сен Жермен,Безю-Сен-Жермен,Բեզյու Սեն Ժերմեն,贝聚圣日耳曼		FR	32	02	021	02085	1063	Europe/Paris
6446493	Bichancourt	bichancourt	Bichancourt,Bisankur,Bishankur,bi shang ku er,Бишанкур,Бішанкур,Բիշանկուր,比尚库尔		FR	32	02	022	02086	1074	Europe/Paris
6446494	Bieuxy	bieuxy	B'joksi,Beksi,Bieuxy,Bjeksi,bi e ke xi,Бьёкси,Бєксі,Бјекси,Բիոքսի,比厄克西		FR	32	02	024	02087	28	Europe/Paris
6446495	Bièvres	bievres	B'evr,Bevr,Bievr,Bievres,Bièvres,Bjevr,bi ye fu er,Бьевр,Бєвр,Бјевр,Բիևր,比耶夫尔		FR	32	02	022	02088	84	Europe/Paris
6446496	Billy-sur-Aisne	billy-sur-aisne	Bii-sjur-En,Biji sir En,Biji-sjur-Ehn,Billy-sur-Aisne,Biyi syur En,ai na he pan bi li,Бийи-сюр-Эн,Бији сир Ен,Бії-сюр-Ен,Բիյի սյուր Էն,埃纳河畔比利		FR	32	02	024	02089	1162	Europe/Paris
6446497	Billy-sur-Ourcq	billy-sur-ourcq	Billy-sur-Ourcq		FR	32	02	024	02090	216	Europe/Paris
6446498	Blanzy-lès-Fismes	blanzy-les-fismes	Blanzi le Fim,Blanzi-le-Fim,Blanzy-les-Fismes,Blanzy-lès-Fismes,bu lang ji lai fei mu,Бланзи ле Фим,Бланзи-ле-Фим,Бланзі-ле-Фім,Բլանզի լե Ֆիմ,布朗济莱菲姆		FR	32	02	024	02091	112	Europe/Paris
6446499	Blérancourt	blerancourt	Blerancourt,Blerankur,Blérancourt,bu lai lang ku er,Блеранкур,Բլերանկուր,布莱朗库尔		FR	32	02	022	02093	1270	Europe/Paris
6446500	Blesmes	blesmes	Blem,bu lai mu,Блем,Բլեմ,布莱姆		FR	32	02	021	02094	436	Europe/Paris
6446501	Bohain-en-Vermandois	bohain-en-vermandois	Bohain-en-Vermandois		FR	32	02	023	02095	5652	Europe/Paris
6446502	Bois-lès-Pargny	bois-les-pargny	Boa le Parni,Bois-les-Pargny,Bois-lès-Pargny,Bua le Parni,Bua-le-Parn'i,bu wa lai pa er ni,Боа ле Парњи,Буа-ле-Парньи,Буа-ле-Парньї,Բուա լե Պարնի,布瓦莱帕尔尼		FR	32	02	022	02096	203	Europe/Paris
6446503	Boncourt	boncourt	Bonkur,bang ku er,Бонкур,Բոնկուր,邦库尔		FR	32	02	022	02097	261	Europe/Paris
6446504	Bonneil	bonneil	Bonej,Bonnej,Bonney,bo nei yi,Бонеј,Бонней,Բոննեյ,博内伊		FR	32	02	021	02098	377	Europe/Paris
6446505	Audes	audes	Auda,Audes,Od,Ud,ao dai,Од,Уд,奥代		FR	84	03	031	03010	437	Europe/Paris
6446506	Autry-Issards	autry-issards	Autriacum,Autry-Issards,Otri Isar,Otri-Issar,ao te li yi sa er de,Отри Исар,Отри-Иссар,Отрі-Іссар,奥特里伊萨尔德		FR	84	03	032	03012	326	Europe/Paris
6446507	Avermes	avermes			FR	84	03	032	03013	3907	Europe/Paris
6446509	Bagneux	bagneux	Bagneux		FR	84	03	032	03015	318	Europe/Paris
6446510	Barberier	barberier	Barber'e,Barbere,Barbereir,Barberier,Barberje,Barberèir,ba er bo li ye,Барберье,Барберє,Барберје,巴尔伯里耶		FR	84	03	032	03016	143	Europe/Paris
6446511	Barrais-Bussolles	barrais-bussolles	Bare Bisol,Barrais e Bussolles,Barre-Bjussol',ba er lai bi suo lai,Баре Бисол,Барре-Бюссоль,巴尔赖比索莱		FR	84	03	033	03017	194	Europe/Paris
6446512	Bayet	bayet	Bayet		FR	84	03	032	03018	707	Europe/Paris
6446513	Beaulon	beaulon	Alona,Beaulon,Bolon,bo long,Болон,博隆		FR	84	03	032	03019	1664	Europe/Paris
6446514	Bègues	begues	Beg,Begas,Begues,Bègues,bei gai,Бег,贝盖		FR	84	03	033	03021	227	Europe/Paris
6446515	Bellenaves	bellenaves	Balanava,Balanavia,Bel'nav,Bellenaves,Belnav,bei lei na wei,Белнав,Бельнав,贝勒纳韦		FR	84	03	033	03022	1022	Europe/Paris
6446516	Bellerive-sur-Allier	bellerive-sur-allier			FR	84	03	033	03023	8501	Europe/Paris
6446517	Bessay-sur-Allier	bessay-sur-allier	Bese sir Alije,Bessay-sur-Allier,Besse-sjur-Al'e,a li ye he pan bei sai,Бесе сир Алије,Бессе-сюр-Алье,Бессе-сюр-Альє,阿利耶河畔贝赛		FR	84	03	032	03025	1339	Europe/Paris
6446518	Besson	besson	Beson,Besson,bei song,Бесон,Бессон,贝松		FR	84	03	032	03026	771	Europe/Paris
6446519	Bézenet	bezenet	Bezenet,Bézenet		FR	84	03	031	03027	974	Europe/Paris
6446520	Billezois	billezois	Bijzoa,Bijzua,Bilhases,Bilhasés,bi lei zu wa,Бийзуа,Бијзоа,Бійзуа,比勒祖瓦		FR	84	03	033	03028	387	Europe/Paris
6446521	Billy	billy	Bii,Biji,Bilhac,Bilhi,Billiacum,Billy,bi li,Бии,Бийи,Бији,Бії,比利		FR	84	03	033	03029	781	Europe/Paris
6446522	Biozat	biozat	Biozat		FR	84	03	033	03030	832	Europe/Paris
6446523	Bizeneuille	bizeneuille	Bijanuelha,Bizenej,Bizeneuille,Bizenjoj,Biznej,bi ze na yi er,Бизенеј,Бизенёй,Бизней,Бізней,比泽纳伊尔		FR	84	03	031	03031	295	Europe/Paris
6446524	Blomard	blomard	Blomar,Blomart,bu luo ma er,Бломар,布洛马尔		FR	84	03	031	03032	237	Europe/Paris
6446525	Bourbon-l'Archambault	bourbon-l-archambault	Bourbon-l'Archambault		FR	84	03	032	03036	2550	Europe/Paris
6446526	Braize	braize			FR	84	03	031	03037	267	Europe/Paris
6446527	Bransat	bransat	Brancac,Bransa,Bransat,Brançac,bu lang sa,Бранса,布朗萨		FR	84	03	032	03038	504	Europe/Paris
6446528	Bresnay	bresnay	Brene,Bresnay,bu lei si nai,Брене,布雷斯奈		FR	84	03	032	03039	378	Europe/Paris
6446529	Bressolles	bressolles	Bresol,Bressol',Bressolles,bu lei suo lai,Бресол,Брессоль,布雷索莱		FR	84	03	032	03040	1099	Europe/Paris
6446530	Broût-Vernet	brout-vernet	Brot e Vernet,Brout-Vernet,Broût-Vernet,Bru Verne,Bru-Verne,bu lu wei er nei,Бру Верне,Бру-Верне,布鲁韦尔内		FR	84	03	033	03043	1182	Europe/Paris
6446531	Brugheas	brugheas	Brugheas		FR	84	03	033	03044	1473	Europe/Paris
6446532	Busset	busset	Busset		FR	84	03	033	03045	940	Europe/Paris
6446533	Buxières-les-Mines	buxieres-les-mines	Biksjer le Men,Bjuks'er-le-Min,Bjus'er-le-Min,Buxieres-les-Mines,Buxières-les-Mines,bi ke xi ai lai mi nei,Биксјер ле Мен,Бюксьер-ле-Мин,Бюксьєр-ле-Мін,Бюсьер-ле-Мин,比克西埃莱米内		FR	84	03	032	03046	1059	Europe/Paris
6446534	Cérilly	cerilly	Cerilly,Cérilly,Serii,Seriji,sai li yi,Серии,Серийи,Серији,Серії,塞里伊		FR	84	03	031	03048	1313	Europe/Paris
6446535	Cesset	cesset	Cecac,Ceçac,Sese,Sesse,Sessiat,se sai,Сесе,Сессе,瑟塞		FR	84	03	032	03049	406	Europe/Paris
6446536	Chambérat	chamberat	Chamberat,Chambrac,Chambérat,Shambera,shang bei la,Шамбера,尚贝拉		FR	84	03	031	03051	307	Europe/Paris
6446538	Chapeau	chapeau	Chapeau,Shapo,sha bo,Шапо,沙波		FR	84	03	032	03054	230	Europe/Paris
6446539	Chareil-Cintrat	chareil-cintrat	Chareil-Cintrat,Charuelh e Sintrat,Sharej Sentra,Sharej-Sentra,sha lei sheng la,Шарей-Сентра,Шареј Сентра,沙雷圣拉		FR	84	03	032	03059	358	Europe/Paris
6446540	Charmeil	charmeil			FR	84	03	033	03060	948	Europe/Paris
6446541	Charmes	charmes	Charma,Charmes,Sharm,sha er mei,Шарм,沙尔梅		FR	84	03	033	03061	396	Europe/Paris
6446543	Château-sur-Allier	chateau-sur-allier	Shato sir Alije,Shato-sjur-Al'e,a li ye he pan sha tuo,Шато сир Алије,Шато-сюр-Алье,Шато-сюр-Альє,阿利耶河畔沙托		FR	84	03	032	03064	177	Europe/Paris
6446544	Châtel-de-Neuvre	chatel-de-neuvre	Shatel de Nevr,Shatel'-de-Nevr,Shatel'-de-Njovr,sha tai de na fu er,Шател де Невр,Шатель-де-Невр,Шатель-де-Нёвр,沙泰德纳夫尔		FR	84	03	032	03065	547	Europe/Paris
6446545	Châtel-Montagne	chatel-montagne	Chatel-Montagne,Châtel-Montagne		FR	84	03	033	03066	359	Europe/Paris
6446546	Châtelperron	chatelperron	Chatelperron,Châtelperron		FR	84	03	033	03067	147	Europe/Paris
6446547	Châtillon	chatillon	Shatijon,sha di long,Шатийон,Шатијон,Шатійон,沙蒂隆		FR	84	03	032	03069	316	Europe/Paris
6446548	Chavenon	chavenon	Shavnon,sha wei nong,Шавнон,沙韦农		FR	84	03	031	03070	135	Europe/Paris
6446549	Chavroches	chavroches	Chavroches,Shavrosh,sha fu luo xie,Шаврош,沙夫罗谢		FR	84	03	033	03071	253	Europe/Paris
6446550	Chazemais	chazemais	Chasamais,Chazemais,Shazme,sha ze mai,Шазме,沙泽迈		FR	84	03	031	03072	498	Europe/Paris
6446551	Chemilly	chemilly	Shemii,Shemiji,xie mi li,Шемии,Шемийи,Шемији,Шемії,谢米利		FR	84	03	032	03073	634	Europe/Paris
6446552	Chevagnes	chevagnes	Chevagnes,Shevan,Shevan',xie wa gai,Шевань,Шевањ,谢瓦盖		FR	84	03	032	03074	667	Europe/Paris
6446553	Chezelle	chezelle	Chasela,Chasèla,Chezelle,Shezel,Shezel',xie ze er,Шезел,Шезель,谢泽尔		FR	84	03	033	03075	182	Europe/Paris
6446554	Chézy	chezy	Chagiacum,Chezy,Chézy,Shezi,xie qi,Шези,Шезі,谢齐		FR	84	03	032	03076	236	Europe/Paris
6446555	Chirat-l'Église	chirat-l-eglise	Chirat-l'Eglise,Chirat-l'Église		FR	84	03	033	03077	128	Europe/Paris
6446556	Chouvigny	chouvigny	Chauvinhac,Chouvigny,Shuvin'i,Shuvini,shu wei ni,Шувиньи,Шувињи,Шувіньї,舒维尼		FR	84	03	033	03078	220	Europe/Paris
6446557	Cindré	cindre	Cindre,Cindré,Sendr,Sendre,sang de lei,Сендр,Сендре,桑德雷		FR	84	03	033	03079	301	Europe/Paris
6446558	Cognat-Lyonne	cognat-lyonne	Cognat-Lyonne		FR	84	03	033	03080	702	Europe/Paris
6446559	Commentry	commentry	Commentry		FR	84	03	031	03082	6262	Europe/Paris
6446560	Contigny	contigny	Contigny		FR	84	03	032	03083	597	Europe/Paris
6446561	Cosne-d'Allier	cosne-d-allier	Cosne-d'Allier		FR	84	03	031	03084	2046	Europe/Paris
6446562	Coulandon	coulandon	Coulandon,Kulandon,ku lang dong,Куландон,库朗东		FR	84	03	032	03085	652	Europe/Paris
6446563	Coulanges	coulanges	Coulanges,Kulanzh,ku lang re,Куланж,库朗热		FR	84	03	032	03086	349	Europe/Paris
6446564	Couleuvre	couleuvre	Couleuvre,Kulevr,Kuljovr,ku lei fu er,Кулевр,Кулёвр,库勒夫尔		FR	84	03	032	03087	563	Europe/Paris
6446565	Courçais	courcais	Corces,Corcés,Kurse,ku er sai,Курсе,库尔赛		FR	84	03	031	03088	330	Europe/Paris
6446566	Coutansouze	coutansouze	Cotansosa,Coutansouze,Kutansuz,ku tang su ci,Кутансуз,库唐苏兹		FR	84	03	033	03089	153	Europe/Paris
6446567	Couzon	couzon	Couzon,Kuzon,ku zong,Кузон,库宗		FR	84	03	032	03090	291	Europe/Paris
6446568	Créchy	crechy	Crechac,Crechy,Créchy,Kreshi,ke lei xi,Креши,Креші,克雷希		FR	84	03	033	03091	463	Europe/Paris
6446569	Cressanges	cressanges	Cressanges,Kresanzh,Kressanzh,ke lei sang re,Кресанж,Крессанж,克雷桑热		FR	84	03	032	03092	630	Europe/Paris
6446570	Creuzier-le-Neuf	creuzier-le-neuf			FR	84	03	033	03093	1157	Europe/Paris
6446571	Creuzier-le-Vieux	creuzier-le-vieux	Creuzier-le-Vieux		FR	84	03	033	03094	3295	Europe/Paris
6446572	Cusset	cusset	Cucac,Cucet,Cusset,Cussetium,Cuçac,Kise,Kjusse,qu sai,Кисе,Кюссе,屈塞		FR	84	03	033	03095	12757	Europe/Paris
6446573	Deneuille-les-Mines	deneuille-les-mines	Denej le Men,Denej-le-Min,Deneuille-les-Mines,Denjoj-le-Min,Denuelha de las Minas,Denuelha de las Prunhas,Donalium,de na yi er lai mi nei,Деней-ле-Мин,Деней-ле-Мін,Денеј ле Мен,Денёй-ле-Мин,德纳伊尔莱米内		FR	84	03	031	03097	362	Europe/Paris
6446574	Désertines	desertines	Desertinas,Desertines,Dezertin,Disertinas,Désertines,dai sai er di nei,Дезертин,Дезертін,代塞尔蒂内		FR	84	03	031	03098	4387	Europe/Paris
6446575	Aubenas-les-Alpes	aubenas-les-alpes	Aubenas-les-Alpes		FR	93	04	044	04012	101	Europe/Paris
6446576	Aubignosc	aubignosc			FR	93	04	044	04013	586	Europe/Paris
6446577	Authon	authon	Authon,Auton,Oton,ao tong,Отон,奥通		FR	93	04	044	04016	57	Europe/Paris
6446578	Auzet	auzet	Auzet		FR	93	04	043	04017	98	Europe/Paris
6446579	Banon	banon	Banon,bang weng,Банон,邦翁		FR	93	04	044	04018	970	Europe/Paris
6446580	Barras	barras	Baras,Barra,Barrac,Barras,Barraç,Barràs,Барас,Барра		FR	93	04	043	04021	138	Europe/Paris
6446581	Beaujeu	beaujeu	Beaujeu,Beujuec,Bozhe,Bozhjo,Bèujuec,Боже,Божё		FR	93	04	043	04024	133	Europe/Paris
6446582	Beauvezer	beauvezer	Beauvezer		FR	93	04	042	04025	376	Europe/Paris
6446584	Bevons	bevons	Bevons		FR	93	04	044	04027	235	Europe/Paris
6446585	Beynes	beynes	Beinas,Bejn,Ben,bei nei,Бейн,Бен,贝内		FR	93	04	043	04028	128	Europe/Paris
6446586	Blieux	blieux	Blieux		FR	93	04	042	04030	61	Europe/Paris
6446587	Bras-d'Asse	bras-d-asse	Bras-d'Asse		FR	93	04	043	04031	574	Europe/Paris
6446588	Braux	braux	Brau,Bro,bu luo,Бро,布罗		FR	93	04	042	04032	123	Europe/Paris
6446589	Castellane	castellane	Castellane		FR	93	04	042	04039	1547	Europe/Paris
6446591	Céreste	cereste	Cereste,Céreste		FR	93	04	044	04045	1199	Europe/Paris
6446592	Champtercier	champtercier	Champtercier		FR	93	04	043	04047	818	Europe/Paris
6446593	Châteaufort	chateaufort	Chasteufort,Chastèufòrt,Chateaufort,Châteaufort,Shatofor,sha tuo fu er,Шатофор,沙托福尔		FR	93	04	044	04050	29	Europe/Paris
6446594	Châteauneuf-Miravail	chateauneuf-miravail			FR	93	04	044	04051	71	Europe/Paris
6446705	Falicon	falicon	Falicon		FR	93	06	062	06060	1978	Europe/Paris
6446595	Châteauneuf-Val-Saint-Donat	chateauneuf-val-saint-donat	Chateauneuf-Val-Saint-Donat,Châteauneuf-Val-Saint-Donat		FR	93	04	044	04053	506	Europe/Paris
6446596	Châteauredon	chateauredon	Chateauredon,Châteauredon		FR	93	04	043	04054	72	Europe/Paris
6446597	Clamensane	clamensane	Clamensane		FR	93	04	044	04057	174	Europe/Paris
6446599	Clumanc	clumanc			FR	93	04	042	04059	211	Europe/Paris
6446600	La Condamine-Châtelard	la-condamine-chatelard	La Condamine-Chatelard,La Condamine-Châtelard		FR	93	04	041	04062	158	Europe/Paris
6446601	Corbières-en-Provence	corbieres-en-provence	Corbiera,Corbieras,Corbieres-en-Provence,Corbièras,Corbières-en-Provence,Korb'er,Korber,Korbjer,ke er bi ai,Корбьер,Корбєр,Корбјер,科尔比埃		FR	93	04	044	04063	1173	Europe/Paris
6446602	Cruis	cruis	Cruis		FR	93	04	044	04065	643	Europe/Paris
6446603	Curel	curel	Curel,Cureu,Curèu,Kirel,Kjurel',Кирел,Кюрель		FR	93	04	044	04067	57	Europe/Paris
6446604	Demandolx	demandolx	Demandolx		FR	93	04	042	04069	135	Europe/Paris
6446605	Draix	draix	Draix		FR	93	04	043	04072	118	Europe/Paris
6446606	Enchastrayes	enchastrayes	Enchastrayes		FR	93	04	041	04073	394	Europe/Paris
6446607	Entrages	entrages	Entrages		FR	93	04	043	04074	106	Europe/Paris
6446608	Entrepierres	entrepierres	Entrepierres		FR	93	04	044	04075	380	Europe/Paris
6446609	Entrevaux	entrevaux			FR	93	04	042	04076	869	Europe/Paris
6446610	Entrevennes	entrevennes	Entrevennes		FR	93	04	044	04077	165	Europe/Paris
6446611	Esparron-de-Verdon	esparron-de-verdon	Esparron-de-Verdon		FR	93	04	044	04081	406	Europe/Paris
6446612	Estoublon	estoublon	Estoublon		FR	93	04	043	04084	483	Europe/Paris
6446613	Faucon-du-Caire	faucon-du-caire	Faucon-du-Caire		FR	93	04	044	04085	50	Europe/Paris
6446614	Faucon-de-Barcelonnette	faucon-de-barcelonnette	Faucon-de-Barcelonnette		FR	93	04	041	04086	304	Europe/Paris
6446615	Fontienne	fontienne	Fontienne		FR	93	04	044	04087	129	Europe/Paris
6446616	Forcalquier	forcalquier	Forcalquier		FR	93	04	044	04088	4966	Europe/Paris
6446617	Ganagobie	ganagobie	Ganagobie		FR	93	04	043	04091	91	Europe/Paris
6446619	Gréoux-les-Bains	greoux-les-bains	Greoux-les-Bains,Gréoux-les-Bains		FR	93	04	044	04094	2611	Europe/Paris
6446620	Aspres-sur-Buëch	aspres-sur-buech	Aspr-sjur-Bjuehsh,Aspr-sjur-Bjuesh,Aspre sir Bjesh,Aspres de Buech,Aspres de Veinet,Aspres-sur-Buech,Aspres-sur-Buëch,bi e ke he pan a si pu lei,Аспр-сюр-Бюеш,Аспр-сюр-Бюэш,Аспре сир Бјеш,比厄克河畔阿斯普雷		FR	93	05	052	05010	830	Europe/Paris
6446621	Avançon	avancon	Avancon,Avanson,Avançon,Авансон		FR	93	05	052	05011	401	Europe/Paris
6446622	Baratier	baratier	Baratier		FR	93	05	052	05012	593	Europe/Paris
6446623	Barcillonnette	barcillonnette	Barcillonnette,Barciloneta,Barciloneta de Vitrola,Barciloneta de Vitròla,Barsijonet,Barsijonnet,Barsijonnett,ba er xi luo nei te,Барсийоннет,Барсијонет,Барсійоннетт,巴尔西洛内特		FR	93	05	052	05013	143	Europe/Paris
6446624	Bréziers	breziers	Bresiers,Bresièrs,Brez'e,Breziers,Brezièrs,Brezje,Bréziers,bu lei qi ye er,Брезье,Брезьє,Брезје,布雷齐耶尔		FR	93	05	052	05022	220	Europe/Paris
6446625	Briançon	briancon	Briancon,Briançon		FR	93	05	051	05023	11950	Europe/Paris
6446626	Valdoule	valdoule	Bri,Brjui,Lo Bruis,Valdoule,Бри,Брюи,Брюї		FR	93	05	052	05024	212	Europe/Paris
6446627	Buissard	buissard			FR	93	05	052	05025	206	Europe/Paris
6446628	Ceillac	ceillac	Ceillac		FR	93	05	051	05026	293	Europe/Paris
6446629	Chabestan	chabestan	Chabestan,Chabestanh,Shabestan,sha bei si tang,Шабестан,沙贝斯唐		FR	93	05	052	05028	133	Europe/Paris
6446630	Chabottes	chabottes	Chabottes		FR	93	05	052	05029	828	Europe/Paris
6446631	Champoléon	champoleon	Champoleon,Champolion,Champoléon,Shampoleon,shang bo lai weng,Шамполеон,尚波莱翁		FR	93	05	052	05032	144	Europe/Paris
6446632	Chanousse	chanousse	Chanossa,Chanousse,Shanus,Shanuss,shang wu si,Шанус,Шанусс,尚乌斯		FR	93	05	052	05033	40	Europe/Paris
6446633	Châteauneuf-d'Oze	chateauneuf-d-oze	Chateauneuf-d'Oze,Châteauneuf-d'Oze		FR	93	05	052	05035	28	Europe/Paris
6446634	Château-Ville-Vieille	chateau-ville-vieille	Chasteu Vila Vielha,Chastèu Vila Vielha,Chateau-Ville-Vieille,Château-Ville-Vieille,Lo Chasteu e Vilavielha,Lo Chastèu e Vilavielha,Shato Vil Vjej,Shato-Vil'-V'ej,Shato-Vil'-Vej,sha tuo wei er wei ye yi er,Шато Вил Вјеј,Шато-Виль-Вьей,Шато-Віль-Вєй,沙托维尔维耶伊尔		FR	93	05	051	05038	344	Europe/Paris
6446635	Aubessagne	aubessagne	Chaufaier,Shofaje,Shoffae,Shoffeje,shao fei ai,Шофаје,Шоффає,Шоффейе,绍费埃		FR	93	05	052	05039	705	Europe/Paris
6446636	Chorges	chorges	Chorges		FR	93	05	052	05040	2891	Europe/Paris
6446637	Crévoux	crevoux	Crevoux,Crévoux		FR	93	05	052	05044	135	Europe/Paris
6446638	Embrun	embrun	Ambren,Ambrjon,Ambrun,Eburodunum,Embrun i Hautes-Alpes,anburan,ang bu lan,Амбрен,Амбрён,アンブラン,昂布兰		FR	93	05	052	05046	6174	Europe/Paris
6446640	Espinasses	espinasses	Ehspinas,Epinas,Espinass,Espinassas,Espinasses,ai si pi na sai,Епинас,Еспінасс,Эспинас,埃斯皮纳塞		FR	93	05	052	05050	762	Europe/Paris
6446641	Garde-Colombe	garde-colombe	Aiguians,Egijan,Ehg'jan,Ejgian,Garde-Colombe,ai ji ang,Егијан,Ейгіан,Эгьян,埃吉昂		FR	93	05	052	05053	549	Europe/Paris
6446642	Forest-Saint-Julien	forest-saint-julien	Forest-Saint-Julien		FR	93	05	052	05056	323	Europe/Paris
6446643	Furmeyer	furmeyer	Furmeyer		FR	93	05	052	05060	153	Europe/Paris
6446644	Gap	gap	Gap,Vapincum,gap,gapeu,gp  prwans alp-kwt dazwr,gyappu,jia pu,Гап,گاپ,گپ، پروانس آلپ-کوت دازور,ギャップ,加普,가프		FR	93	05	052	05061	40805	Europe/Paris
6446645	Guillestre	guillestre	Guillestre		FR	93	05	051	05065	2314	Europe/Paris
6446646	Jarjayes	jarjayes	Jarjalhas,Jarjayes,Zharzhe,Zharzhej,ya er re ai,Жарже,Жаржей,雅尔热埃		FR	93	05	052	05068	435	Europe/Paris
6446648	Lardier-et-Valença	lardier-et-valenca	LArdier e Valenca,LArdièr e Valençà,Lard'e-eh-Valansa,Lard'er-e-Valansa,Lardier,Lardier-et-Valenca,Lardier-et-Valença,la er di ye he wa lang sa,Лардье-э-Валанса,Лардьєр-е-Валанса,拉尔迪耶和瓦朗萨		FR	93	05	052	05071	329	Europe/Paris
6446649	Laye	laye	Laye		FR	93	05	052	05072	230	Europe/Paris
6446650	Lazer	lazer	Lazer		FR	93	05	052	05073	368	Europe/Paris
6446651	Lettret	lettret	LEstrech,Letre,Lettre,Lettret,lai te lei,Летре,Леттре,莱特雷		FR	93	05	052	05074	177	Europe/Paris
6446652	Manteyer	manteyer	Mantee,Manteier,Manteje,Manteyer,mang tai ai,Мантейе,Мантеє,芒泰埃		FR	93	05	052	05075	426	Europe/Paris
6446653	Méreuil	mereuil	Mereuil,Méreuil		FR	93	05	052	05076	82	Europe/Paris
6446654	Molines-en-Queyras	molines-en-queyras	Molines-en-Queyras		FR	93	05	051	05077	303	Europe/Paris
6446655	Monêtier-Allemont	monetier-allemont	Alamont,Monestier Alamont,Monet'e-Al'mon,Monet'er-Al'mon,Monetier-Allemont,Monêtier-Allemont,mo nei di ye a lai meng,Монетье-Альмон,Монетьєр-Альмон,莫内蒂耶阿莱蒙		FR	93	05	052	05078	288	Europe/Paris
6446656	Montbrand	montbrand	Montbrand		FR	93	05	052	05080	64	Europe/Paris
6446657	Montclus	montclus	Montclus		FR	93	05	052	05081	60	Europe/Paris
6446658	Mont-Dauphin	mont-dauphin	Mont-Dauphin		FR	93	05	051	05082	154	Europe/Paris
6446659	Montgardin	montgardin	Montgardin		FR	93	05	052	05084	467	Europe/Paris
6446660	Montgenèvre	montgenevre	Monginevro,Montgenevre,Montgenèvre,Montginebre,Monzhenevr,meng te re nei fu er,Монженевр,蒙特热内夫尔		FR	93	05	051	05085	483	Europe/Paris
6446661	Montjay	montjay			FR	93	05	052	05086	104	Europe/Paris
6446662	Montmaur	montmaur	Monmor,Montmaur,meng te mo,Монмор,蒙特莫		FR	93	05	052	05087	517	Europe/Paris
6446664	Montrond	montrond	Montrond		FR	93	05	052	05089	68	Europe/Paris
6446665	Moydans	moydans	Moidan,Moidans,Moydans,Muadan,Muajdan,mu wa dang,Муадан,Муайдан,穆瓦当		FR	93	05	052	05091	45	Europe/Paris
6446666	Neffes	neffes	Nef,Nefas,Neff,Neffes,nei fu,Неф,Нефф,内弗		FR	93	05	052	05092	741	Europe/Paris
6446667	Névache	nevache	Nevache,Nevascha,Nevash,Névache,nei wa ke,Неваш,内瓦克		FR	93	05	051	05093	357	Europe/Paris
6446668	Orcières	orcieres	Orcieres,Orcières,Ors'er,Orsiera,ao er xi ai,Орсьер,Орсьєр,奥尔西埃		FR	93	05	052	05096	710	Europe/Paris
6446669	Orpierre	orpierre	Aurpeira,Aurpèira,Orp'er,Orperr,Orpierre,ao er pi ye er,Орпьер,Орпєрр,奥尔皮耶尔		FR	93	05	052	05097	352	Europe/Paris
6446670	Beaulieu-sur-Mer	beaulieu-sur-mer	Beaulieu-sur-Mer		FR	93	06	062	06011	3721	Europe/Paris
6446671	Beausoleil	beausoleil	Beausoleil,Beusoleu,Bosolej,Bozolej,Bèusoleu,bo suo lai,bosoreiyu,bywswlyl,Бозолеј,Босолей,بيوسوليل,ボーソレイユ,博索莱		FR	93	06	062	06012	13884	Europe/Paris
6446672	Belvédère	belvedere	Belvedere,Belvédère		FR	93	06	062	06013	674	Europe/Paris
6446673	Beuil	beuil	Beuil		FR	93	06	062	06016	510	Europe/Paris
6446674	Bézaudun-les-Alpes	bezaudun-les-alpes	Besaudun,Besaudun daus Aups,Beudun,Bezaudun-les-Alpes,Bezoden lez Alp,Bezoden-lez-Al'p,Bezodjon-lez-Al'p,Bézaudun-les-Alpes,bei zuo dan lai a er pei,byzawdwn lyh alb,Безоден лез Алп,Безоден-лез-Альп,Безодён-лез-Альп,بيزاودون ليه ألب,贝佐丹莱阿尔佩		FR	93	06	061	06017	242	Europe/Paris
6446675	Biot	biot	Bio,Biot,Biòt,Bjot,bi ao,biotto,Био,Биот,Бйот,ビオット,比奥		FR	93	06	061	06018	9804	Europe/Paris
6446676	Blausasc	blausasc	Blausasc		FR	93	06	062	06019	1514	Europe/Paris
6446677	Bonson	bonson	Bonson		FR	93	06	062	06021	737	Europe/Paris
6446678	Bouyon	bouyon	Boion,Bouyon,Buion,Bujon,bu yi weng,bwywn,Буйон,Буїон,Бујон,بويون,布伊翁		FR	93	06	061	06022	516	Europe/Paris
6446679	Breil-sur-Roya	breil-sur-roya	Breil-sur-Roya		FR	93	06	062	06023	2166	Europe/Paris
6446680	Briançonnet	brianconnet	Brianconnet,Briançonnet		FR	93	06	061	06024	222	Europe/Paris
6446681	Cabris	cabris	Cabris		FR	93	06	061	06026	1296	Europe/Paris
6446682	Cagnes-sur-Mer	cagnes-sur-mer	Cagnes-sur-Mer		FR	93	06	061	06027	49902	Europe/Paris
6446683	Caille	caille	Caille,Calha,Kaj,kayly  alalb aljblyt,Кай,Кај,كايلي، الألب الجبلية		FR	93	06	061	06028	436	Europe/Paris
6446684	Cannes	cannes	Cannes		FR	93	06	061	06029	74152	Europe/Paris
6446685	Cantaron	cantaron	Cantaron,Kantaron,kang ta long,kantarwn,Кантарон,كانتارون,康塔龙		FR	93	06	062	06031	1322	Europe/Paris
6446686	Cap-d'Ail	cap-d-ail	Cap-d'Ail		FR	93	06	062	06032	4658	Europe/Paris
6446687	Carros	carros	Carros		FR	93	06	061	06033	11614	Europe/Paris
6446688	Castagniers	castagniers	Castagniers,Castanhiers,Kastan'e,Kastanije,ka si ta nie er,kastajnyrs,kasutanie,Кастанье,Кастаньє,Кастањије,كاستاجنيرس,カスタニエ,卡斯塔涅尔		FR	93	06	062	06034	1596	Europe/Paris
6446689	Castellar	castellar	Castellar		FR	93	06	062	06035	1059	Europe/Paris
6446690	Châteauneuf-d'Entraunes	chateauneuf-d-entraunes			FR	93	06	062	06040	53	Europe/Paris
6446691	Cipières	cipieres	Cipieras,Sip'er,Siper,Sipjer,sybyrys,xi pi ai,Сипьер,Сипјер,Сіпєр,سيبيريس,西皮埃		FR	93	06	061	06041	391	Europe/Paris
6446692	Coaraze	coaraze	Coaraze		FR	93	06	062	06043	837	Europe/Paris
6446694	Colomars	colomars	Colomars,Kolomar,ke luo ma er,koromaru,kwlwmars,Коломар,كولومارس,コロマール,科洛马尔		FR	93	06	062	06046	3397	Europe/Paris
6446695	Conségudes	consegudes	Consegudas,Consegudes,Conségudes,Konsegid,Konsegjud,kong sai ju dai,kwnsyjwdys,Консегид,Консегюд,كونسيجوديس,孔塞居代		FR	93	06	061	06047	103	Europe/Paris
6446696	Courmes	courmes	Courmes		FR	93	06	061	06049	125	Europe/Paris
6446697	Coursegoules	coursegoules	Corsegolas,Kursegul,Kursegul',ku er se gu lai,kwrsyjwlys,Курсегул,Курсегуль,كورسيجوليس,库尔瑟古莱		FR	93	06	061	06050	528	Europe/Paris
6446698	Cuébris	cuebris	Cuebri,Cuebrii,Cuèbri,Kijebri,Kjuebri,Kjuehbri,qu ai bu li,swbrys  alalb aljblyt,Кијебри,Кюебрі,Кюэбри,سوبريس، الألب الجبلية,屈埃布里		FR	93	06	062	06052	168	Europe/Paris
6446699	Daluis	daluis	Daluis		FR	93	06	062	06053	146	Europe/Paris
6446700	Drap	drap	Dra,Drap,Drapum,drab  alalb aljblyt,Дра,Драп,دراب، الألب الجبلية		FR	93	06	062	06054	4508	Europe/Paris
6446701	Duranus	duranus	Djuranju,Duranus,Duranús,di la ni,dwranws,Дюраню,دورانوس,迪拉尼		FR	93	06	062	06055	135	Europe/Paris
6446702	Entraunes	entraunes	Entraunes		FR	93	06	062	06056	128	Europe/Paris
6446703	Escragnolles	escragnolles	Escragnolles		FR	93	06	061	06058	612	Europe/Paris
6446704	Èze	eze			FR	93	06	062	06059	2252	Europe/Paris
6446707	Gars	gars	Gar,Gars,jia er,jras  alalb aljblyt,Гар,جراس، الألب الجبلية,加尔		FR	93	06	061	06063	71	Europe/Paris
6446708	Gattières	gattieres	Gattieres,Gattières		FR	93	06	061	06064	4115	Europe/Paris
6446709	Gilette	gilette	Gallitia,Gileta,Gilette,Zhilet,Zhilett,ji lai te,jylyt  alalb aljblyt,Жилет,Жилетт,جيليت، الألب الجبلية,吉莱特		FR	93	06	062	06066	1566	Europe/Paris
6446710	Gorbio	gorbio	Gorb'o,Gorbi,Gorbio,Gorbjo,Gurbium,Gòrbi,ge er bi ao,gorubio,jwrbyw,Горбио,Горбйо,Горбьо,جوربيو,ゴルビオ,戈尔比奥		FR	93	06	062	06067	1468	Europe/Paris
6446711	Gourdon	gourdon	Gourdon		FR	93	06	061	06068	387	Europe/Paris
6446712	Gréolières	greolieres	Greolieres,Gréolières		FR	93	06	061	06070	596	Europe/Paris
6446713	Guillaumes	guillaumes	Guillaumes		FR	93	06	062	06071	636	Europe/Paris
6446714	Ilonse	ilonse	Ilonse		FR	93	06	062	06072	193	Europe/Paris
6446715	Isola	isola	Insula Nicaeensium,Izola,LIsola,izora,yi suo la,Ізола,イゾラ,伊索拉		FR	93	06	062	06073	697	Europe/Paris
6446716	Lieuche	lieuche	L'esh,L'josh,Leucia,Lieucha,Lieuche,li ye yu ke,lywtsh,Льёш,Льєш,ليوتش,利耶于克		FR	93	06	062	06076	45	Europe/Paris
6446717	Lucéram	luceram			FR	93	06	062	06077	1285	Europe/Paris
6446718	Malaussène	malaussene	Malaussene,Malaussène		FR	93	06	062	06078	308	Europe/Paris
6446719	Menton	menton	Manton,Menton,Mentona,Mentonas,Mentone,Mentonum,mang tong,mangtong,manton,mantwn,mntwn,Мантон,Ментона,مانتون,منتون,マントン,芒通,망통		FR	93	06	062	06083	28486	Europe/Paris
6446720	Mouans-Sartoux	mouans-sartoux	Mouans-Sartoux		FR	93	06	061	06084	9668	Europe/Paris
6446721	Mougins	mougins	Mougins		FR	93	06	061	06085	19047	Europe/Paris
6446722	Moulinet	moulinet	Moulinet		FR	93	06	062	06086	281	Europe/Paris
6446723	Opio	opio			FR	93	06	061	06089	2206	Europe/Paris
6446724	Pégomas	pegomas	Pegomas,Pégomas		FR	93	06	061	06090	7909	Europe/Paris
6446725	Peillon	peillon			FR	93	06	062	06092	1470	Europe/Paris
6446726	Péone	peone	Peone,Péone		FR	93	06	062	06094	798	Europe/Paris
6446727	Peymeinade	peymeinade	Pejmenad,Peymeinade,Puegmeinada,bymynad,pei mei na de,Пейменад,بيميناد,佩梅纳德		FR	93	06	061	06095	8119	Europe/Paris
6446728	Pierlas	pierlas	P'erla,Perla,Petra Lata,Pierlas,Pierlàs,byrlas,pi ye er la,Пьерла,Пєрла,بيرلاس,皮耶尔拉		FR	93	06	062	06096	101	Europe/Paris
6446729	Puget-Rostang	puget-rostang	Puget-Rostang		FR	93	06	062	06098	131	Europe/Paris
6446730	Arcens	arcens			FR	84	07	073	07012	368	Europe/Paris
6446731	Ardoix	ardoix	Ardoix		FR	84	07	073	07013	1249	Europe/Paris
6446732	Arlebosc	arlebosc	Arlebosc		FR	84	07	073	07014	330	Europe/Paris
6446735	Astet	astet	Aste,Astet,a si tai,Асте,阿斯泰		FR	84	07	071	07018	41	Europe/Paris
6446736	Aubignas	aubignas	Aubignas		FR	84	07	072	07020	475	Europe/Paris
6446737	Balazuc	balazuc			FR	84	07	071	07023	370	Europe/Paris
6446738	Banne	banne	Banne		FR	84	07	071	07024	666	Europe/Paris
6446739	Barnas	barnas	Barna,Barnas,Barnàs,ba er na,Барна,巴尔纳		FR	84	07	071	07025	207	Europe/Paris
6446740	Beauchastel	beauchastel	Beauchastel,Beuchasteu,Boshastel',Boshatel,Bèuchastèu,bo sha si tai,Бошастель,Бошател,博沙斯泰		FR	84	07	072	07027	1811	Europe/Paris
6446741	Berzème	berzeme	Berzem,Berzeme,Berzème,Bresema,Bresèma,bei er ze mu,Берзем,贝尔泽姆		FR	84	07	071	07032	179	Europe/Paris
6446742	Bessas	bessas	Becas,Besa,Bessa,Bessas,Beçàs,bei sa,Беса,Бесса,贝萨		FR	84	07	071	07033	210	Europe/Paris
6446743	Bidon	bidon	Bidon,bi dong,Бидон,Бідон,比东		FR	84	07	072	07034	235	Europe/Paris
6446744	Boffres	boffres	Baufres,Boffr,Boffres,Bofr,Bofres,bo fu lei,Бофр,Боффр,博夫雷		FR	84	07	073	07035	645	Europe/Paris
6446745	Bogy	bogy	Bogi,Bogin,Bogy,Bozhi,bo ji,bwgy,Боги,Божи,Божі,بوگی,博吉		FR	84	07	073	07036	432	Europe/Paris
6446746	Borée	boree	Bore,Borea,Boree,Borée,bo lei ai,Боре,博雷埃		FR	84	07	071	07037	157	Europe/Paris
6446748	Boulieu-lès-Annonay	boulieu-les-annonay	Boulieu-les-Annonay,Boulieu-lès-Annonay		FR	84	07	073	07041	2273	Europe/Paris
6446750	Brossainc	brossainc	Brosen,Brossenk,bu luo sang ke,Бросен,Броссенк,布罗桑克		FR	84	07	073	07044	274	Europe/Paris
6446751	Burzet	burzet	Burzet		FR	84	07	071	07045	397	Europe/Paris
6446752	Cellier-du-Luc	cellier-du-luc	Celier de Luc,Celièr de Luc,Cellier du Luc,Sel'e-dju-Ljuk,Selije di Lik,se li ye di lu ke,Селије ди Лик,Селье-дю-Люк,Сельє-дю-Люк,瑟利耶迪吕克		FR	84	07	071	07047	74	Europe/Paris
6446753	Chalencon	chalencon	Chalencon,Shalankon,Shalanson,sha lang kong,Шаланкон,Шалансон,沙朗孔		FR	84	07	072	07048	298	Europe/Paris
6446754	Chambonas	chambonas	Chambonas,Chambonàs,Shambona,shang bo na,Шамбона,尚博纳		FR	84	07	071	07050	879	Europe/Paris
6446755	Chandolas	chandolas	Chandolas,Chandolàs,Shandola,shang duo la,Шандола,尚多拉		FR	84	07	071	07053	502	Europe/Paris
6446758	Chassiers	chassiers	Chaciers,Chacièrs,Chassiers,Shas'e,Shas'er,Shasjer,sha xie er,Шасьер,Шасьє,Шасјер,沙谢尔		FR	84	07	071	07058	1022	Europe/Paris
6446760	Châteauneuf-de-Vernoux	chateauneuf-de-vernoux	Chasteunou de Vernons,Chastèunòu de Vernons,Chateauneuf de Vernoux,Chateauneuf-de-Vernoux,Châteauneuf de Vernoux,Châteauneuf-de-Vernoux,Shatonef de Vernu,Shatonef-de-Vernu,Shatonjof-de-Vernu,sha tuo na de wei er nu,Шатонеф де Верну,Шатонеф-де-Верну,Шатонёф-де-Верну,沙托纳德韦尔努		FR	84	07	072	07060	244	Europe/Paris
6446761	Chauzon	chauzon	Chaudon,Chauzon,Shozon,Шозон		FR	84	07	071	07061	369	Europe/Paris
6446762	Cheminas	cheminas	Cheminans,Cheminas,Shemina,xie mi na,Шемина,Шеміна,谢米纳		FR	84	07	073	07063	404	Europe/Paris
6446763	Chirols	chirols	Chirols		FR	84	07	071	07065	249	Europe/Paris
6446764	Colombier-le-Cardinal	colombier-le-cardinal	Colombier de Bogin,Colombier le Cardinal,Colombier-le-Cardinal,Colombièr de Bogin,Kolomb'e-le-Kardinal',Kolombe-le-Kardinal',Kolombje le Kardenal,ke long bi ye lai ka er di na,Коломбье-ле-Кардиналь,Коломбє-ле-Кардіналь,Коломбје ле Карденал,科隆比耶莱卡尔迪纳		FR	84	07	073	07067	278	Europe/Paris
6446809	Balham	balham	Balam,Balan,Balham,Балам,Балан		FR	44	08	082	08044	138	Europe/Paris
6446765	Colombier-le-Jeune	colombier-le-jeune	Colombier le Jeune,Colombier lo Jove,Colombier-le-Jeune,Colombièr lo Jove,Kolomb'e-le-Zhjon,Kolombe-le-Zhen,Kolombje le Zhen,ke long bi ye lai re en,Коломбье-ле-Жён,Коломбє-ле-Жен,Коломбје ле Жен,科隆比耶莱热恩		FR	84	07	073	07068	570	Europe/Paris
6446766	Colombier-le-Vieux	colombier-le-vieux	Colombier le Vieux,Colombier lo Vielh,Colombier-le-Vieux,Colombièr lo Vielh,Kolomb'e-le-V'jo,Kolombe-le-Ve,Kolombje le Vje,ke long bi ye lai fu yue,Коломбье-ле-Вьё,Коломбє-ле-Вє,Коломбје ле Вје,科隆比耶莱弗约		FR	84	07	073	07069	661	Europe/Paris
6446767	Coucouron	coucouron	Cocoron,Coucouron,Kukuron,ku ku long,Кукурон,库库龙		FR	84	07	071	07071	809	Europe/Paris
6446768	Creysseilles	creysseilles	Creisselhas,Creysseilles,Krejssej,Kresej,ke lei sai lai,Крейссей,Кресей,Кресеј,克雷塞莱		FR	84	07	072	07074	142	Europe/Paris
6446769	Cros-de-Géorand	cros-de-georand	Cros de Georand,Cros de Giurand,Cros de Géorand,Cròs de Giurand,Kro de Zheoran,Kro-de-Zheoran,ke luo de re ao lang,Кро де Жеоран,Кро-де-Жеоран,克罗德热奥朗		FR	84	07	071	07075	163	Europe/Paris
6446771	Darbres	darbres	Darbr,Darbras,Darbres,da er bu lei,Дарбр,达尔布雷		FR	84	07	071	07077	241	Europe/Paris
6446772	Davézieux	davezieux			FR	84	07	073	07078	3135	Europe/Paris
6446773	Désaignes	desaignes	Desaignes,Desanha,Dezen',Désaignes,dai sai gai,Дезень,代赛盖		FR	84	07	073	07079	1087	Europe/Paris
6446774	Devesset	devesset	Devese,Devesse,Devesset dAiganeira,Devessèt dAiganeira,de wei sai,Девесе,Девессе,德韦塞		FR	84	07	073	07080	293	Europe/Paris
6446775	Dompnac	dompnac	Domnak,Dompnac,Donak,Donnac,Donnak,dong pu na ke,Домнак,Донак,Доннак,东普纳克		FR	84	07	071	07081	64	Europe/Paris
6446776	Dornas	dornas	Dorna,Dornas,duo er na,Дорна,多尔纳		FR	84	07	073	07082	208	Europe/Paris
6446777	Empurany	empurany	Ampjurani,Ehmpjurani,Empurani,Empurany,ang pi la ni,Ампюрані,Эмпюрани,昂皮拉尼		FR	84	07	073	07085	593	Europe/Paris
6446778	Étables	etables	Ehtabl',Estables,Etabl,Etabl',Etables,ai ta bu lai,Étables,Етабл,Етабль,Этабль,埃塔布莱		FR	84	07	073	07086	894	Europe/Paris
6446779	Fabras	fabras	Fabra,Fabras,Fabràs,fa bu la,fybras,Фабра,فیبراس,法布拉		FR	84	07	071	07087	409	Europe/Paris
6446780	Flaviac	flaviac	Flav'jak,Flaviac,Flaviak,fu la wei a ke,Флавьяк,Флавіак,弗拉维阿克		FR	84	07	072	07090	1218	Europe/Paris
6446781	Freyssenet	freyssenet	Fraissenet,Frejssene,Fresene,Freyssenet,fu lei se nei,Фрейссене,Фресене,弗雷瑟内		FR	84	07	072	07092	47	Europe/Paris
6446782	Genestelle	genestelle	Genestela,Genestèla,Zhenestel',re nei si tai er,Женестель,热内斯泰尔		FR	84	07	071	07093	284	Europe/Paris
6446783	Gluiras	gluiras			FR	84	07	072	07096	371	Europe/Paris
6446784	Ambly-Fleury	ambly-fleury	Ambli Fleri,Ambli-Fleri,Ambli-Fljori,Ambly-Fleury,ambly-flwry,ang bu li fu lei li,Амбли Флери,Амбли-Флёри,Амблі-Флері,امبلی-فلوری,昂布利弗勒里		FR	44	08	082	08010	131	Europe/Paris
6446785	Angecourt	angecourt	Anzhkur,Onzhekur,ang re ku er,Анжкур,Онжекур,昂热库尔		FR	44	08	083	08013	387	Europe/Paris
6446786	Antheny	antheny	Antheny		FR	44	08	081	08015	102	Europe/Paris
6446787	Aouste	aouste	Aouste,Aust,a wu si te,Ауст,阿乌斯特		FR	44	08	081	08016	209	Europe/Paris
6446788	Apremont	apremont	Apremon,Apremont,Aprmon,a pu lei meng,Апремон,Апрмон,阿普勒蒙		FR	44	08	084	08017	118	Europe/Paris
6446789	Ardeuil-et-Montfauxelles	ardeuil-et-montfauxelles	Ardej e Monfoksel,Ardej-e-Monfoksel',Ardeuil e Montfauxelles,Ardeuil-et-Montfauxelles,Ardjoj-eh-Monfoksel',a er de yi he meng fu ke sai lei,Ардей-е-Монфоксель,Ардеј е Монфоксел,Ардёй-э-Монфоксель,阿尔德伊和蒙福克塞勒		FR	44	08	084	08018	70	Europe/Paris
6446790	Arnicourt	arnicourt	Arnicourt,Arnikur,a er ni ku er,Арникур,Арнікур,阿尔尼库尔		FR	44	08	082	08021	158	Europe/Paris
6446791	Arreux	arreux	Are,Arre,Arreux,Arrjo,a lei,Аре,Арре,Аррё,阿勒		FR	44	08	081	08022	328	Europe/Paris
6446792	Artaise-le-Vivier	artaise-le-vivier	Artaise-le-Vivier,Artez le Vivje,Artez-le-Viv'e,Artez-le-Vive,a er tai si lei wei wei ye,Артез ле Вивје,Артез-ле-Вивье,Артез-ле-Вівє,阿尔泰斯勒维维耶		FR	44	08	083	08023	63	Europe/Paris
6446793	Attigny	attigny	Atini,Atinji,Attigny,Attin'i,a di ni,Атињи,Аттиньи,Аттіньї,阿蒂尼		FR	44	08	084	08025	1138	Europe/Paris
6446794	Aubigny-les-Pothées	aubigny-les-pothees	Aubigny-les-Pothees,Aubigny-les-Pothées,Obin'i-le-Pote,Obini le Pote,ou bi ni lai bo tai,Обиньи-ле-Поте,Обињи ле Поте,Обіньї-ле-Поте,欧比尼莱波泰		FR	44	08	081	08026	318	Europe/Paris
6446795	Auboncourt-Vauzelles	auboncourt-vauzelles	Auboncourt-Vauzelles,Obonkur Vozel,Obonkur-Vozel',ou bang ku er-wo ze lei,Обонкур Возел,Обонкур-Возель,欧邦库尔-沃泽勒		FR	44	08	082	08027	102	Europe/Paris
6446796	Aubrives	aubrives	Aubrives		FR	44	08	081	08028	874	Europe/Paris
6446797	Auflance	auflance	Auflance,Oflans,ou fu lang si,Офланс,欧弗朗斯		FR	44	08	083	08029	85	Europe/Paris
6446798	Auge	auge	Ozh,ou ri,Ож,欧日		FR	44	08	081	08030	61	Europe/Paris
6446799	Aure	aure	Aure,Aure i Ardennes,Or,ou er,Ор,欧尔		FR	44	08	084	08031	51	Europe/Paris
6446800	Aussonce	aussonce	Osons,Ossons,ou song si,Осонс,Оссонс,欧松斯		FR	44	08	082	08032	214	Europe/Paris
6446801	Authe	authe	Ot,Ut,ou te,От,Ут,欧特		FR	44	08	084	08033	90	Europe/Paris
6446802	Autrecourt-et-Pourron	autrecourt-et-pourron	Autrecourt e Pourron,Autrecourt-et-Pourron,Otrekur-e-Purron,Otrekur-eh-Purron,Otrkur e Puron,ou te ku er pu long,Отрекур-е-Пуррон,Отрекур-э-Пуррон,Отркур е Пурон,欧特库尔普龙		FR	44	08	083	08034	344	Europe/Paris
6446803	Autruche	autruche	Autruche,Beketeriai pauksciai,Beketeriai paukščiai,Otrjush,Otrush,ou te lu shen,Отруш,Отрюш,欧特吕什		FR	44	08	084	08035	67	Europe/Paris
6446804	Auvillers-les-Forges	auvillers-les-forges	Auvillers-les-Forges		FR	44	08	081	08037	875	Europe/Paris
6446805	Avançon	avancon	Avancon,Avanson,Avançon,a wang song,Авансон,阿旺松		FR	44	08	082	08038	303	Europe/Paris
6446806	Avaux	avaux	Avaux,Avo,a wo,Аво,阿沃		FR	44	08	082	08039	463	Europe/Paris
6446808	Balan	balan	Balan,ba lang,Балан,巴朗		FR	44	08	083	08043	1613	Europe/Paris
6446810	Ballay	ballay	Bale,Balle,ba lai,Бале,Балле,巴莱		FR	44	08	084	08045	282	Europe/Paris
6446811	Banogne-Recouvrance	banogne-recouvrance	Banogne-Recouvrance,Banon Rekuvrans,Banon'-Rekuvrans,ba nuo nie-lei ku fu lang si,Банонь-Рекувранс,Баноњ Рекувранс,巴诺涅-勒库夫朗斯		FR	44	08	082	08046	157	Europe/Paris
6446812	Barbaise	barbaise	Barbaise,Barbez,ba er bai si,Барбез,巴尔拜斯		FR	44	08	081	08047	97	Europe/Paris
6446813	Barby	barby	Barby		FR	44	08	082	08048	407	Europe/Paris
6446814	Bar-lès-Buzancy	bar-les-buzancy	Bar le Bizansi,Bar-le-Bjuzansi,Bar-les-Buzancy,Bar-lès-Buzancy,ba er lai bi cang xi,Бар ле Бизанси,Бар-ле-Бюзанси,Бар-ле-Бюзансі,巴尔莱比藏西		FR	44	08	084	08049	126	Europe/Paris
6446815	Bazeilles	bazeilles	Bazeilles		FR	44	08	083	08053	2426	Europe/Paris
6446816	Beaumont-en-Argonne	beaumont-en-argonne	Beaumont-en-Argonne,Bomon an Argon,Bomon-an-Argon,Bomon-an-Argonn,bo meng ang na er ge ne,Бомон ан Аргон,Бомон-ан-Аргон,Бомон-ан-Аргонн,博蒙昂纳尔戈讷		FR	44	08	083	08055	431	Europe/Paris
6446817	Beffu-et-le-Morthomme	beffu-et-le-morthomme	Beffu-et-le-Morthomme		FR	44	08	084	08056	49	Europe/Paris
6446818	Belval-Bois-des-Dames	belval-bois-des-dames	Bel'val'-Bua-de-Dam,Belval Boa de Dam,Belval-Bois-des-Dames,bei er wa er bu wa de da mu,Белвал Боа де Дам,Бельваль-Буа-де-Дам,贝尔瓦尔布瓦德达姆		FR	44	08	084	08059	33	Europe/Paris
6446819	Bergnicourt	bergnicourt	Bergnicourt		FR	44	08	082	08060	283	Europe/Paris
6446820	Bertoncourt	bertoncourt			FR	44	08	082	08062	129	Europe/Paris
6446821	Biermes	biermes	B'erm,Berm,Biermes,Bjerm,bi ye er mu,Бьерм,Бєрм,Бјерм,比耶尔姆		FR	44	08	082	08064	300	Europe/Paris
6446822	Bièvres	bievres	B'evr,Bevr,Bievres,Bièvres,Bjevr,bi ye fu er,Бьевр,Бєвр,Бјевр,比耶夫尔		FR	44	08	083	08065	50	Europe/Paris
6446823	Blagny	blagny			FR	44	08	083	08067	1225	Europe/Paris
6446824	Blanzy-la-Salonnaise	blanzy-la-salonnaise	Blanzi la Salonez,Blanzi-la-Salonnez,Blanzy la Selonenca,Blanzy-la-Salonnaise,bu lang ji la sa luo nai si,Бланзи ла Салонез,Бланзи-ла-Салоннез,Бланзі-ла-Салоннез,布朗济拉萨洛奈斯		FR	44	08	082	08070	329	Europe/Paris
6446825	Blombay	blombay	Blombay,Blombe,bu long bai,Бломбе,布隆拜		FR	44	08	081	08071	137	Europe/Paris
6446826	Bossus-lès-Rumigny	bossus-les-rumigny	Bosi le Rinini,Bossju-le-Rjumin'i,Bossus-les-Rumigny,Bossus-lès-Rumigny,bo xu lai lu mi ni,Боси ле Ринињи,Боссю-ле-Рюминьи,Боссю-ле-Рюміньї,博叙莱吕米尼		FR	44	08	081	08073	102	Europe/Paris
6446828	Boult-aux-Bois	boult-aux-bois	Boult-aux-Bois,Bul't-o-Bua,Bult o Boa,bu er ou bu wa,Булт о Боа,Бульт-о-Буа,布尔欧布瓦		FR	44	08	084	08075	141	Europe/Paris
6446829	Boulzicourt	boulzicourt	Boulzicourt,Bul'zikur,Bulzikur,bu er ji ku er,Булзикур,Бульзикур,Бульзікур,布尔济库尔		FR	44	08	081	08076	961	Europe/Paris
6446830	Bourg-Fidèle	bourg-fidele	Bur Fidel,Bur-Fidel',bu er ke fei dai lei,Бур Фидел,Бур-Фидель,Бур-Фідель,布尔克菲代勒		FR	44	08	081	08078	866	Europe/Paris
6446832	Bouvellemont	bouvellemont	Bouvellemont,Buvel'mon,Buvelmon,bu wei lei meng,Бувелмон,Бувельмон,布韦勒蒙		FR	44	08	081	08080	117	Europe/Paris
6446833	Brécy-Brières	brecy-brieres	Bresi Brijer,Bresi-Brier,bu lei xi bu li ye er,Бреси Бријер,Бреси-Бриер,Бресі-Брієр,布雷西布里耶尔		FR	44	08	084	08082	74	Europe/Paris
6446834	Brévilly	brevilly	Breviji,Brevilli,Brevilly,Brévilly,bu lei wei li,Бревийи,Бревији,Бревіллі,布雷维利		FR	44	08	083	08083	375	Europe/Paris
6446836	Brieulles-sur-Bar	brieulles-sur-bar	Briel'-sjur-Bar,Brijel sir Bar,Brijol'-sjur-Bar,ba er he pan bu e lei,Бриёль-сюр-Бар,Бријел сир Бар,Брієль-сюр-Бар,巴尔河畔布略勒		FR	44	08	084	08085	214	Europe/Paris
6446837	Briquenay	briquenay	Brikne,bu li ke nai,Брикне,布里克奈		FR	44	08	084	08086	102	Europe/Paris
6446838	Brognon	brognon			FR	44	08	081	08087	151	Europe/Paris
6446839	Bulson	bulson	Bjul'son,Bulson,bi er song,Булсон,Бюльсон,比尔松		FR	44	08	083	08088	134	Europe/Paris
6446841	Chagny	chagny	Chagny,Shan'i,Shani,sha ni,Шаньи,Шаньї,Шањи,沙尼		FR	44	08	081	08095	185	Europe/Paris
6446842	Challerange	challerange	Challerange		FR	44	08	084	08097	450	Europe/Paris
6446843	Champigneulle	champigneulle	Champigneulle,Shampin'el',Shampin'jol',Shampinel,shang pi nie lei,Шампиньёль,Шампињел,Шампіньєль,尚皮涅勒		FR	44	08	084	08098	62	Europe/Paris
6446844	Appy	appy	Api,Appi,Appy,a pi,Апи,Аппи,Аппі,阿皮		FR	76	09	091	09012	24	Europe/Paris
6446845	Arabaux	arabaux	Arabaux		FR	76	09	091	09013	73	Europe/Paris
6446846	Argein	argein			FR	76	09	093	09014	196	Europe/Paris
6446847	Arignac	arignac	Arignac		FR	76	09	091	09015	710	Europe/Paris
6446848	Arnave	arnave	Arnave		FR	76	09	091	09016	202	Europe/Paris
6446849	Arrien-en-Bethmale	arrien-en-bethmale	Ar'en-an-Betmal',Arjen an Betmal,Arrienh,Arrienh de Vathmala,Arrijan-an-Betmal',bei te ma er de qu a er li an,Арріян-ан-Бетмаль,Арьен-ан-Бетмаль,Арјен ан Бетмал,贝特马尔地区阿尔里安		FR	76	09	093	09017	111	Europe/Paris
6446850	Arrout	arrout	Arrot,Arrout,Arru,Aru,a er lu,Арру,Ару,阿尔鲁		FR	76	09	093	09018	83	Europe/Paris
6446851	Artigat	artigat	Artiga,Artigat,Artige,a er di jia,Артига,Артиге,Артігат,阿尔蒂加		FR	76	09	093	09019	568	Europe/Paris
6446852	Arvigna	arvigna	Arvigna		FR	76	09	092	09022	227	Europe/Paris
6446853	Ascou	ascou	Ascon,Asku,a si ku,Аску,阿斯库		FR	76	09	091	09023	133	Europe/Paris
6446854	Aston	aston	Aston,a si tong,Астон,阿斯通		FR	76	09	091	09024	225	Europe/Paris
6446855	Aucazein	aucazein	Aucazein		FR	76	09	093	09025	61	Europe/Paris
6446856	Audressein	audressein			FR	76	09	093	09026	137	Europe/Paris
6446857	Augirein	augirein	Augirein		FR	76	09	093	09027	75	Europe/Paris
6446859	Aulus-les-Bains	aulus-les-bains	Aulus,Aulus-les-Bains,Aulús,Oli le Ben,Olju-le-Ben,ao lu lai ban,Оли ле Бен,Олю-ле-Бен,奥吕莱班		FR	76	09	093	09029	155	Europe/Paris
6446860	Auzat	auzat	Ausat,Auzat,Oza,Ozat,ao zha,Оза,Озат,奥扎		FR	76	09	091	09030	498	Europe/Paris
6446976	Artigues	artigues	Artigues		FR	76	11	112	11017	73	Europe/Paris
6446861	Axiat	axiat	Acciat,Aks'ja,Aks'jat,Aksija,Axiat,a ke xi ya,Аксија,Аксья,Аксьят,阿克西亚		FR	76	09	091	09031	42	Europe/Paris
6446862	Ax-les-Thermes	ax-les-thermes	Acs,Aks,Aks le Term,Aks-le-Term,Ax,Ax-les-Thermes,a ke si lai tai er mu,akusu=re=terumu,Акс,Акс ле Терм,Акс-ле-Терм,アクス＝レ＝テルム,阿克斯莱泰尔姆		FR	76	09	091	09032	1223	Europe/Paris
6446863	Bagert	bagert	Bagert		FR	76	09	093	09033	38	Europe/Paris
6446864	Balacet	balacet	Balacet,Balase,ba la sai,Баласе,巴拉塞		FR	76	09	093	09034	24	Europe/Paris
6446865	Balaguères	balagueres	Balagueres,Balaguères		FR	76	09	093	09035	197	Europe/Paris
6446866	Barjac	barjac	Barjac		FR	76	09	093	09037	41	Europe/Paris
6446867	Baulou	baulou	Baulou		FR	76	09	091	09044	168	Europe/Paris
6446868	Bédeilhac-et-Aynat	bedeilhac-et-aynat	Bedeilhac-et-Aynat,Bédeilhac-et-Aynat		FR	76	09	091	09045	188	Europe/Paris
6446869	Bédeille	bedeille	Bedeille,Bédeille		FR	76	09	093	09046	72	Europe/Paris
6446870	Bénaix	benaix	Benaix,Bénaix		FR	76	09	092	09051	144	Europe/Paris
6446871	Besset	besset			FR	76	09	092	09052	166	Europe/Paris
6446872	Bestiac	bestiac	Bestiac		FR	76	09	091	09053	19	Europe/Paris
6446874	Bézac	bezac	Bezac,Bézac		FR	76	09	092	09056	351	Europe/Paris
6446875	Biert	biert	B'er,Ber,Biert,Bièrt,Bjer,bi ye er,Бьер,Бєр,Бјер,比耶尔		FR	76	09	093	09057	314	Europe/Paris
6446876	Bompas	bompas			FR	76	09	091	09058	198	Europe/Paris
6446877	Bonnac	bonnac	Bonnac		FR	76	09	092	09060	724	Europe/Paris
6446878	Bouan	bouan			FR	76	09	091	09064	38	Europe/Paris
6446879	Boussenac	boussenac			FR	76	09	093	09065	212	Europe/Paris
6446880	Brie	brie			FR	76	09	092	09067	219	Europe/Paris
6446881	Burret	burret			FR	76	09	091	09068	39	Europe/Paris
6446882	Buzan	buzan	Buzan		FR	76	09	093	09069	29	Europe/Paris
6446883	Cadarcet	cadarcet	Cadarcet		FR	76	09	093	09071	227	Europe/Paris
6446884	Calzan	calzan	Calzan		FR	76	09	091	09072	32	Europe/Paris
6446885	Camarade	camarade	Camarade		FR	76	09	093	09073	181	Europe/Paris
6446887	Campagne-sur-Arize	campagne-sur-arize			FR	76	09	093	09075	266	Europe/Paris
6446888	Canté	cante	Cante,Canté,Kante,kang tai,Канте,康泰		FR	76	09	092	09076	206	Europe/Paris
6446889	Capoulet-et-Junac	capoulet-et-junac	Capoleg e Junac,Capoulet-et-Junac,Kapule-eh-Zhjunak,Kapulet et Zhinak,Kapulet-e-Zhunak,ka pu lai he rui na ke,Капуле-э-Жюнак,Капулет ет Жинак,Капулет-е-Жунак,卡普莱和瑞纳克		FR	76	09	091	09077	169	Europe/Paris
6446891	Carla-Bayle	carla-bayle	Carla-Bayle,Karla Bel,Karla-Bejl',Karla-Bel',Le Carlar de Baile,Le Carlar del Comte,Le Carlar del Còmte,ka er la bai er,Карла Бел,Карла-Бейль,Карла-Бель,卡尔拉拜尔		FR	76	09	093	09079	761	Europe/Paris
6446892	Carla-de-Roquefort	carla-de-roquefort	Carla-de-Roquefort		FR	76	09	092	09080	164	Europe/Paris
6446893	Castelnau-Durban	castelnau-durban	Castelnau-Durban		FR	76	09	093	09082	447	Europe/Paris
6446894	Castéras	casteras	Casteras,Castéras		FR	76	09	093	09083	26	Europe/Paris
6446895	Castillon-en-Couserans	castillon-en-couserans	Castilhon,Castilhon de Coserans,Castillon-en-Couserans,Kastijon an Kuzran,Kastijon-an-Kuzran,ku se lang de qu ka si di long,Кастийон-ан-Кузран,Кастијон ан Кузран,Кастійон-ан-Кузран,库瑟朗地区卡斯蒂隆		FR	76	09	093	09085	401	Europe/Paris
6446896	Caussou	caussou			FR	76	09	091	09087	59	Europe/Paris
6446897	Caychax	caychax	Caychax		FR	76	09	091	09088	14	Europe/Paris
6446899	Cazavet	cazavet	Cazavet		FR	76	09	093	09091	232	Europe/Paris
6446900	Celles	celles			FR	76	09	091	09093	143	Europe/Paris
6446901	Cérizols	cerizols	Cerizols,Cérizols		FR	76	09	093	09094	143	Europe/Paris
6446902	Cescau	cescau	Cescau		FR	76	09	093	09095	137	Europe/Paris
6446903	Château-Verdun	chateau-verdun	Castelverdun,Castèlverdun,Chateau-Verdun,Château-Verdun,Shato Verden,Shato-Verden,Shato-Verdjon,sha tuo wei er dan,Шато Верден,Шато-Верден,Шато-Вердён,沙托韦尔丹		FR	76	09	091	09096	41	Europe/Paris
6446904	Contrazy	contrazy	Contrazy		FR	76	09	093	09098	71	Europe/Paris
6446906	Arrentières	arrentieres			FR	44	10	101	10011	219	Europe/Paris
6446907	Arsonval	arsonval	Arsonval		FR	44	10	101	10012	330	Europe/Paris
6446908	Assenay	assenay	Ascenaium,Asne,Assenay,Assene,a se nai,Асне,Ассене,阿瑟奈		FR	44	10	103	10013	146	Europe/Paris
6446909	Assencières	assencieres			FR	44	10	103	10014	172	Europe/Paris
6446910	Aubeterre	aubeterre	Alba Terra,Obter,Obterr,ao bei tai er,Обтер,Обтерр,奥贝泰尔		FR	44	10	103	10015	344	Europe/Paris
6446911	Auxon	auxon	Auxon		FR	44	10	103	10018	980	Europe/Paris
6446912	Avant-lès-Marcilly	avant-les-marcilly	Avant-les-Marcilly,Avant-lès-Marcilly		FR	44	10	102	10020	509	Europe/Paris
6446913	Avant-lès-Ramerupt	avant-les-ramerupt	Avant-les-Ramerupt,Avant-lès-Ramerupt		FR	44	10	103	10021	156	Europe/Paris
6446914	Avirey-Lingey	avirey-lingey	Avirey-Lingey		FR	44	10	103	10022	211	Europe/Paris
6446915	Avon-la-Pèze	avon-la-peze			FR	44	10	102	10023	196	Europe/Paris
6446916	Avreuil	avreuil	Avreuil		FR	44	10	103	10024	158	Europe/Paris
6446917	Bagneux-la-Fosse	bagneux-la-fosse	Bagneux-la-Fosse		FR	44	10	103	10025	168	Europe/Paris
6446920	Balnot-la-Grange	balnot-la-grange	Balnot-la-Grange		FR	44	10	103	10028	122	Europe/Paris
6446921	Balnot-sur-Laignes	balnot-sur-laignes	Bal'no-sjur-Len',Balno sir Len,Balnot-sur-Laignes,lai gai he pan ba er nuo,Бално сир Лењ,Бально-сюр-Лень,莱盖河畔巴尔诺		FR	44	10	103	10029	154	Europe/Paris
6446922	Barberey-Saint-Sulpice	barberey-saint-sulpice	Barbere-Sen-Sjul'pis,Barberey-Saint-Sulpice,Barbre Sen Silpis,ba er bo lei sheng xu er pi ke,Барбере-Сен-Сюльпис,Барбере-Сен-Сюльпіс,Барбре Сен Силпис,巴尔伯雷圣叙尔皮克		FR	44	10	103	10030	1389	Europe/Paris
6446923	Bar-sur-Aube	bar-sur-aube	Bar-sur-Aube		FR	44	10	101	10033	4950	Europe/Paris
6446924	Bar-sur-Seine	bar-sur-seine	Bar na Seni,Bar-sjur-Sen,Bar-sur-Seine,Barium ad Sequanam,sai na he pan ba er,Бар на Сени,Бар-сюр-Сен,塞纳河畔巴尔		FR	44	10	103	10034	3033	Europe/Paris
6446977	Arzens	arzens	Arzens		FR	76	11	111	11018	1245	Europe/Paris
6446925	Bayel	bayel	Bael',Bajel,Bajel',Bayel,bai ai,Байель,Баєль,Бајел,拜埃		FR	44	10	101	10035	765	Europe/Paris
6446926	Bercenay-en-Othe	bercenay-en-othe	Bercenay-en-Othe		FR	44	10	103	10037	474	Europe/Paris
6446927	Bercenay-le-Hayer	bercenay-le-hayer	Bercenay-le-Hayer		FR	44	10	102	10038	187	Europe/Paris
6446928	Bernon	bernon			FR	44	10	103	10040	173	Europe/Paris
6446929	Bertignolles	bertignolles	Bertignolles		FR	44	10	103	10041	53	Europe/Paris
6446930	Bérulle	berulle	Beril,Berjul',Berulle,Bérulle,bei lu er,Берил,Берюль,贝吕尔		FR	44	10	103	10042	246	Europe/Paris
6446931	Bétignicourt	betignicourt	Betignicourt,Bétignicourt		FR	44	10	101	10044	32	Europe/Paris
6446932	Beurey	beurey	Bere,Bjore,bo lei,Бере,Бёре,伯雷		FR	44	10	101	10045	201	Europe/Paris
6446933	Blaincourt-sur-Aube	blaincourt-sur-aube	Blaincourt-sur-Aube,Blenkur sir Ob,Blenkur-sjur-Ob,ao bu he pan bu lan ku er,Бленкур сир Об,Бленкур-сюр-Об,奥布河畔布兰库尔		FR	44	10	101	10046	108	Europe/Paris
6446934	Blignicourt	blignicourt	Blignicourt,Blin'ikur,Blinikur,bu li ni ku er,Блиньикур,Блињикур,Бліньїкур,布利尼库尔		FR	44	10	101	10047	39	Europe/Paris
6446935	Bossancourt	bossancourt	Bosankur,Bossankur,bo sang ku er,Босанкур,Боссанкур,博桑库尔		FR	44	10	101	10050	207	Europe/Paris
6446937	Bouranton	bouranton	Bouranton		FR	44	10	103	10053	569	Europe/Paris
6446938	Bourdenay	bourdenay	Burdene,bu er de nai,Бурдене,布尔德奈		FR	44	10	102	10054	124	Europe/Paris
6446939	Bourguignons	bourguignons	Bourguignons,Burgin'on,Burginon,bu er ji ni weng,Бургиньон,Бургињон,Бургіньон,布尔吉尼翁		FR	44	10	103	10055	291	Europe/Paris
6446940	Bouy-Luxembourg	bouy-luxembourg	Bouy-Luxembourg,Bui-Ljuksambur,Bui-Ljuksemburg,Buj-Luksembur,bu yi lu ke sang bu er,Буи-Люксембург,Буї-Люксамбур,Буј-Луксембур,布伊吕克桑布尔		FR	44	10	103	10056	220	Europe/Paris
6446941	Bouy-sur-Orvin	bouy-sur-orvin	Bouy-sur-Orvin		FR	44	10	102	10057	58	Europe/Paris
6446942	Bréviandes	breviandes	Brev'jand,Breviandes,Brevijand,Brevjand,Bréviandes,beulebiangdeu,bu lei wei ang dai,Бревијанд,Бревьянд,Бревянд,布雷维昂代,브레비앙드		FR	44	10	103	10060	2811	Europe/Paris
6446943	Brévonnes	brevonnes	Brevon,Brevonn,Brevonnes,Brévonnes,bu lei wo nei,Бревон,Бревонн,布雷沃内		FR	44	10	103	10061	695	Europe/Paris
6446944	Briel-sur-Barse	briel-sur-barse	Briel'-sjur-Bars,Briel-sur-Barse,Brijel sir Bars,ba er si he pan bu li ye,Бриель-сюр-Барс,Бријел сир Барс,Брієль-сюр-Барс,巴尔斯河畔布里耶		FR	44	10	103	10062	209	Europe/Paris
6446945	Brienne-la-Vieille	brienne-la-vieille	Brien-la-V'ej,Brienn-la-Vej,Brienne-la-Vieille,Brijen la Vjej,bu li an la wei ye yi er,Бриен-ла-Вьей,Бријен ла Вјеј,Брієнн-ла-Вєй,布里安拉维耶伊尔		FR	44	10	101	10063	435	Europe/Paris
6446946	Brienne-le-Château	brienne-le-chateau	Brienne-le-Chateau,Brienne-le-Château		FR	44	10	101	10064	2868	Europe/Paris
6446947	Brillecourt	brillecourt	Brillecourt		FR	44	10	103	10065	93	Europe/Paris
6446948	Bucey-en-Othe	bucey-en-othe	Bucey-en-Othe		FR	44	10	103	10066	427	Europe/Paris
6446949	Buchères	bucheres	Bisher,Bjusher,Bucheres,Buchères,bi xie lei,Бишер,Бюшер,比谢雷		FR	44	10	103	10067	1605	Europe/Paris
6446950	Buxeuil	buxeuil	Buxeuil		FR	44	10	103	10068	134	Europe/Paris
6446951	Buxières-sur-Arce	buxieres-sur-arce	Biksjer sir Ars,Bjuks'er-sjur-Ars,Buxieres-sur-Arce,Buxières-sur-Arce,a er ke he pan bi ke xi ai,Биксјер сир Арс,Бюксьер-сюр-Арс,Бюксьєр-сюр-Арс,阿尔克河畔比克西埃		FR	44	10	103	10069	124	Europe/Paris
6446952	Celles-sur-Ource	celles-sur-ource	Sel sir Urs,Sel'-sjur-Urs,wu er ke he pan se lai,Сел сир Урс,Сель-сюр-Урс,乌尔克河畔瑟莱		FR	44	10	103	10070	504	Europe/Paris
6446953	Chacenay	chacenay	Shasene,Shasne,sha se nai,Шасене,Шасне,沙瑟奈		FR	44	10	103	10071	47	Europe/Paris
6446954	Chalette-sur-Voire	chalette-sur-voire	Chalette-sur-Voire		FR	44	10	101	10073	136	Europe/Paris
6446955	Chamoy	chamoy			FR	44	10	103	10074	508	Europe/Paris
6446956	Champignol-lez-Mondeville	champignol-lez-mondeville	Champignol-lez-Mondeville		FR	44	10	101	10076	291	Europe/Paris
6446957	Champigny-sur-Aube	champigny-sur-aube	Champigny-sur-Aube		FR	44	10	103	10077	104	Europe/Paris
6446958	Champ-sur-Barse	champ-sur-barse	Champ-sur-Barse,Sham-sjur-Bars,Shan sir Bars,Shan-sjur-Bars,ba er si he pan shang,Шам-сюр-Барс,Шан сир Барс,Шан-сюр-Барс,巴尔斯河畔尚		FR	44	10	101	10078	27	Europe/Paris
6446960	Chapelle-Vallon	chapelle-vallon	Chapelle-Vallon,Shapel Valon,Shapel'-Vallon,sha pei er wa long,Шапел Валон,Шапель-Валлон,沙佩尔瓦隆		FR	44	10	102	10082	244	Europe/Paris
6446961	Charmont-sous-Barbuise	charmont-sous-barbuise	Charmont-sous-Barbuise,Sharmon su Barbiz,Sharmon-su-Barbjuiz,sha er meng su ba er bi yi si,Шармон су Барбиз,Шармон-су-Барбюиз,Шармон-су-Барбюїз,沙尔蒙苏巴尔比伊斯		FR	44	10	103	10084	1027	Europe/Paris
6446962	Charny-le-Bachot	charny-le-bachot	Charny-le-Bachot		FR	44	10	102	10086	255	Europe/Paris
6446963	Châtres	chatres	Chatres,Châtres		FR	44	10	102	10089	701	Europe/Paris
6446964	Chauchigny	chauchigny	Chauchigny		FR	44	10	102	10090	255	Europe/Paris
6446965	Chaudrey	chaudrey	Chaudrey		FR	44	10	103	10091	147	Europe/Paris
6446966	Chauffour-lès-Bailly	chauffour-les-bailly			FR	44	10	103	10092	119	Europe/Paris
6446967	Chaumesnil	chaumesnil	Chaumesnil		FR	44	10	101	10093	100	Europe/Paris
6446968	Chennegy	chennegy	Chennegy,Shennezhi,Shenzhi,xie nei ji,Шенжи,Шеннежі,谢内吉		FR	44	10	103	10096	439	Europe/Paris
6446969	Chervey	chervey	Chervey,Sherve,xie er wei,Шерве,谢尔韦		FR	44	10	103	10097	165	Europe/Paris
6446970	Chesley	chesley	Chesley		FR	44	10	103	10098	326	Europe/Paris
6446971	Antugnac	antugnac	Antjun'jak,Antugnac,Antunhac,Ontinak,ang di ni ya ke,Антюньяк,Онтињак,昂蒂尼亚克		FR	76	11	112	11010	271	Europe/Paris
6446972	Aragon	aragon			FR	76	11	111	11011	435	Europe/Paris
6446973	Argeliers	argeliers			FR	76	11	113	11012	2111	Europe/Paris
6446974	Armissan	armissan	Armissan		FR	76	11	113	11014	1525	Europe/Paris
6446975	Arques	arques	Arques		FR	76	11	112	11015	248	Europe/Paris
6446983	Baraigne	baraigne	Baraigne		FR	76	11	111	11026	172	Europe/Paris
6446984	Belcaire	belcaire	Bel'ker,Belcaire,Belker,Bèlcaire,bei er kai er,Белкер,Белькер,贝尔凯尔		FR	76	11	112	11028	393	Europe/Paris
6446985	Belcastel-et-Buc	belcastel-et-buc	Belcastel-et-Buc		FR	76	11	112	11029	58	Europe/Paris
6446986	Belflou	belflou	Bel'flu,Belflor,Belflou,Belflu,Bèlflor,bei er fu lu,Белфлу,Бельфлу,贝尔夫卢		FR	76	11	111	11030	122	Europe/Paris
6446987	Bellegarde-du-Razès	bellegarde-du-razes	Bel'gard-dju-Razes,Belagarda de Rases,Belgar di Raze,Bellegarde-du-Razes,Bellegarde-du-Razès,Bèlagarda de Rasés,bei lei jia er de di la ze,Белгар ди Разе,Бельгард-дю-Разес,贝勒加尔德迪拉泽		FR	76	11	112	11032	234	Europe/Paris
6446988	Belpech	belpech	Belpech		FR	76	11	111	11033	1272	Europe/Paris
6446989	Belvèze-du-Razès	belveze-du-razes			FR	76	11	112	11034	873	Europe/Paris
6446990	Belvianes-et-Cavirac	belvianes-et-cavirac	Bel'v'jan-e-Kavirak,Bel'v'jan-eh-Kavirak,Bel'vjan-e-Kavirak,Belbianes e Cavirac,Belvianes e Cavirac,Belvianes et Cavirac,Belvianes-et-Cavirac,Belvjan et Kavirak,Bèlbianes e Cavirac,Bèlvianes e Cavirac,bei er wei a nei he ka wei la ke,Белвјан ет Кавирак,Бельвьян-е-Кавирак,Бельвьян-э-Кавирак,Бельвян-е-Кавірак,贝尔维阿内和卡维拉克		FR	76	11	112	11035	265	Europe/Paris
6446991	Belvis	belvis	Bel'vi,Belvi,Belvis,Belvís,bei er wei,Белви,Бельви,Бельві,贝尔维		FR	76	11	112	11036	157	Europe/Paris
6446992	Berriac	berriac	Ber'jak,Berijak,Berriak,bei er li a ke,Беријак,Берриак,Берріак,Берьяк,贝尔里阿克		FR	76	11	111	11037	915	Europe/Paris
6446993	Bessède-de-Sault	bessede-de-sault	Bessede-de-Sault,Bessède-de-Sault		FR	76	11	112	11038	52	Europe/Paris
6446994	Bizanet	bizanet	Bisanet,Bizane,Bizanet,bi zha nei,Бизане,Бізане,比扎内		FR	76	11	113	11040	1640	Europe/Paris
6446995	Bize-Minervois	bize-minervois	Bize-Minervois		FR	76	11	113	11041	1169	Europe/Paris
6446996	Blomac	blomac	Blomac,Blomak,bu luo ma ke,Бломак,布洛马克		FR	76	11	111	11042	224	Europe/Paris
6446997	Bouilhonnac	bouilhonnac	Bolhonac,Bouilhonnac,Bujonak,Bujonnak,bu yi yue na ke,Буйоннак,Бујонак,布伊约纳克		FR	76	11	111	11043	233	Europe/Paris
6446998	Bouisse	bouisse	Boissa,Bouisse,Buis,Buiss,Buxa,bu yi si,Буис,Буисс,Буїсс,布伊斯		FR	76	11	113	11044	95	Europe/Paris
6446999	Bouriège	bouriege	Bouriege,Bouriège		FR	76	11	112	11045	120	Europe/Paris
6447000	Bourigeole	bourigeole			FR	76	11	112	11046	51	Europe/Paris
6447001	Boutenac	boutenac			FR	76	11	113	11048	714	Europe/Paris
6447002	Bram	bram	Aebura,Bram,Bran,Eburomagus,bu lang,Брам,Бран,布朗		FR	76	11	111	11049	3200	Europe/Paris
6447004	Brézilhac	brezilhac	Brezilhac,Brézilhac		FR	76	11	111	11051	173	Europe/Paris
6447005	Brousses-et-Villaret	brousses-et-villaret	Brousses-et-Villaret		FR	76	11	111	11052	343	Europe/Paris
6447006	Brugairolles	brugairolles	Brjugerol',Brugairolas,Brugairolles,Brugerol,bu lu gai luo lai,Бругерол,Брюгероль,布吕盖罗莱		FR	76	11	112	11053	268	Europe/Paris
6447007	Bugarach	bugarach	Bugarach		FR	76	11	112	11055	224	Europe/Paris
6447008	Cabrespine	cabrespine			FR	76	11	111	11056	174	Europe/Paris
6447009	Cahuzac	cahuzac	Cahuzac,Cauesac,Causac,Caüsac,Kaizak,Kajuzak,ke zha ke,Каизак,Каюзак,科扎克		FR	76	11	111	11057	34	Europe/Paris
6447010	Cailhau	cailhau	Cailhau		FR	76	11	112	11058	268	Europe/Paris
6447011	Cailhavel	cailhavel	Cailhavel		FR	76	11	112	11059	128	Europe/Paris
6447012	Cailla	cailla	Cailla		FR	76	11	112	11060	47	Europe/Paris
6447013	Cambieure	cambieure	Cambieure		FR	76	11	112	11061	309	Europe/Paris
6447014	Campagna-de-Sault	campagna-de-sault	Campagna-de-Sault		FR	76	11	112	11062	18	Europe/Paris
6447015	Campagne-sur-Aude	campagne-sur-aude	Campagne-sur-Aude,Campanha dAude,Kampan'-sjur-Od,Kampana sir Od,ao de he pan kang pa ni,Кампань-сюр-Од,Кампања сир Од,奥德河畔康帕尼		FR	76	11	112	11063	576	Europe/Paris
6447016	Camplong-d'Aude	camplong-d-aude	Camplong-d'Aude		FR	76	11	113	11064	358	Europe/Paris
6447017	Camps-sur-l'Agly	camps-sur-l-agly	Camps-sur-l'Agly		FR	76	11	112	11065	57	Europe/Paris
6447018	Camurac	camurac			FR	76	11	112	11066	101	Europe/Paris
6447019	Capendu	capendu			FR	76	11	111	11068	1491	Europe/Paris
6447020	Carcassonne	carcassonne	Carcassonne		FR	76	11	111	11069	45895	Europe/Paris
6447021	Carlipa	carlipa			FR	76	11	111	11070	337	Europe/Paris
6447022	Cascastel-des-Corbières	cascastel-des-corbieres	Cascastel des Corbieres		FR	76	11	113	11071	224	Europe/Paris
6447023	Cassaignes	cassaignes			FR	76	11	112	11073	52	Europe/Paris
6447024	Castans	castans	Castans		FR	76	11	111	11075	125	Europe/Paris
6447025	Castelnaudary	castelnaudary	Castelnaudary		FR	76	11	111	11076	11213	Europe/Paris
6447026	Castelnau-d'Aude	castelnau-d-aude	Castelnau-d'Aude		FR	76	11	113	11077	489	Europe/Paris
6447027	Castelreng	castelreng	Castelrenc,Castelreng,Castèlrenc,Kastel'ran,Kastelran,ka si tai er lang,Кастелран,Кастельран,卡斯泰尔朗		FR	76	11	112	11078	201	Europe/Paris
6447028	Caudebronde	caudebronde	Caudabronda,Kodbrond,ke dai bu long de,Кодбронд,科代布龙德		FR	76	11	111	11079	188	Europe/Paris
6447029	Val de Lambronne	val-de-lambronne	Val de Lambronne		FR	76	11	112	11080	195	Europe/Paris
6447030	Caunes-Minervois	caunes-minervois	Caunes-Minervois		FR	76	11	111	11081	1656	Europe/Paris
6447031	Caunette-sur-Lauquet	caunette-sur-lauquet	Cauneta de Lauquet,Caunette-sur-Lauquet,Konet sir Loke,Konet-sjur-Loke,Konett-sjur-Loke,luo qu ai he pan ke nei te,Конет сир Локе,Конет-сюр-Локе,Конетт-сюр-Локе,洛屈埃河畔科内特		FR	76	11	112	11082	4	Europe/Paris
6447032	Caunettes-en-Val	caunettes-en-val	Caunettes-en-Val		FR	76	11	111	11083	46	Europe/Paris
6447033	Caux-et-Sauzens	caux-et-sauzens			FR	76	11	111	11084	959	Europe/Paris
6447034	Cavanac	cavanac	Cavanac,Kavanak,ka wa na ke,Каванак,卡瓦纳克		FR	76	11	111	11085	908	Europe/Paris
6447035	Caves	caves	Caves		FR	76	11	113	11086	858	Europe/Paris
6447036	Cazalrenoux	cazalrenoux	Cales,Calès,Casalrenos,Cazalrenoux,Kazal'renu,Kazalranu,ka zha er lei nu,Казалрану,Казальрену,卡扎尔雷努		FR	76	11	111	11087	89	Europe/Paris
6447037	Cépie	cepie	Cepia,Cepie,Cépia,Cépie,Sepi,sai pi ye,Сепи,Сепі,塞皮耶		FR	76	11	112	11090	661	Europe/Paris
6447038	Chalabre	chalabre	Chalabre		FR	76	11	112	11091	1114	Europe/Paris
6447040	Clermont-sur-Lauquet	clermont-sur-lauquet	Clarmont,Klermon sir Loke,Klermon-sjur-Loke,luo qu ai he pan ke lai meng,Клермон сир Локе,Клермон-сюр-Локе,洛屈埃河畔克莱蒙		FR	76	11	112	11094	26	Europe/Paris
6447041	Comigne	comigne	Comigne,Comina,Komin,Komin',ke mi ni,Коминь,Комињ,Комінь,科米尼		FR	76	11	111	11095	309	Europe/Paris
6447044	Conilhac-Corbières	conilhac-corbieres	Conilhac-Corbieres,Conilhac-Corbières		FR	76	11	113	11098	915	Europe/Paris
6447045	Arvieu	arvieu	Arvieu		FR	76	12	121	12011	785	Europe/Paris
6447047	Auriac-Lagast	auriac-lagast	Auriac,Auriac-Lagast,Or'jak-Lagast,Oriak-Lagast,Orijak Lagast,ao li a ke la jia si,Оријак Лагаст,Орьяк-Лагаст,Оріак-Лагаст,奥里阿克拉加斯		FR	76	12	121	12015	230	Europe/Paris
6447048	Auzits	auzits	Auzits		FR	76	12	123	12016	857	Europe/Paris
6447049	Balaguier-d'Olt	balaguier-d-olt	Balaguier-d'Olt		FR	76	12	123	12018	153	Europe/Paris
6447050	Balaguier-sur-Rance	balaguier-sur-rance	Balag'e-sjur-Rans,Balage-sjur-Rans,Balagje sir Rans,Balaguier de Rance,Balaguier-sur-Rance,Balaguièr de Rance,lang ke he pan ba er la ji ye,Балагье-сюр-Ранс,Балагє-сюр-Ранс,Балагје сир Ранс,朗克河畔巴尔拉吉耶		FR	76	12	121	12019	92	Europe/Paris
6447052	Belmont-sur-Rance	belmont-sur-rance	Belmont-sur-Rance		FR	76	12	121	12025	990	Europe/Paris
6447053	Bertholène	bertholene	Bertolen,Bertolena,bei er tuo lai en,Бертолен,贝尔托莱恩		FR	76	12	122	12026	1038	Europe/Paris
6447054	Bessuéjouls	bessuejouls	Besijezhul,Bessjuehzhul',Bessjuezhul',Bessuejols,Bessuèjols,bei xu ai ru er,Бесијежул,Бессюежуль,Бессюэжуль,贝叙埃茹尔		FR	76	12	122	12027	217	Europe/Paris
6447055	Boisse-Penchot	boisse-penchot	Boas Pansho,Boissa e Panchot,Boissa e Panchòt,Boisse-Penchot,Buas-Pansho,Buass-Pansho,bu wa si pang shao,Боас Паншо,Буас-Паншо,Буасс-Паншо,布瓦斯庞绍		FR	76	12	123	12028	522	Europe/Paris
6447057	Bozouls	bozouls	Boason,Bozouls,Bozul,Bozul',bo zu er,Бозул,Бозуль,博祖尔		FR	76	12	122	12033	2828	Europe/Paris
6447058	Brandonnet	brandonnet	Brandone,Brandonet,Brandonne,Brandonnet,bu lang duo nei,Брандоне,Брандонне,布朗多内		FR	76	12	123	12034	322	Europe/Paris
6447059	Brasc	brasc	Brasc,Brask,bu la si ke,Браск,布拉斯克		FR	76	12	121	12035	164	Europe/Paris
6447060	Brommat	brommat	Brocmat,Broma,Bromma,Brommat,bu luo ma,Брома,Бромма,Броммат,布罗马		FR	76	12	122	12036	639	Europe/Paris
6447061	Broquiès	broquies	Brok'es,Broke,Brokije,Broquiers,Broquies,Broquièrs,Broquiès,bu luo qu ye,Брокије,Брокьес,Брокє,布罗屈耶		FR	76	12	121	12037	609	Europe/Paris
6447062	Brousse-le-Château	brousse-le-chateau	Brossa,Brossa del Castel,Brossa del Castèl,Brousse-le-Chateau,Brousse-le-Château,Brus le Shato,Brus-le-Shato,Bruss-le-Shato,bu lu si lai sha tuo,Брус ле Шато,Брус-ле-Шато,Брусс-ле-Шато,布鲁斯莱沙托		FR	76	12	121	12038	155	Europe/Paris
6447063	Brusque	brusque	Brisk,Brjusk,Brusca,Brusque,bu lu si qu ai,Бриск,Брюск,布吕斯屈埃		FR	76	12	121	12039	285	Europe/Paris
6447065	Calmels-et-le-Viala	calmels-et-le-viala	Calmels-et-le-Viala,Caumels e Lo Vialar,Caumels e lo Vialar,Caumèls e Lo Vialar,Caumèls e lo Vialar,Kal'mel'-e-le-Vjala,Kal'mel'-eh-le-V'jala,Kalmels et la Vjala,ka er mei er he lai-wei a la,Калмелс ет ла Вјала,Кальмель-е-ле-Вяла,Кальмель-э-ле-Вьяла,卡尔梅尔和莱-维阿拉		FR	76	12	121	12042	210	Europe/Paris
6447066	Camboulazet	camboulazet	Cambolaset,Camboulazet,Kambulaze,kang bu la ze,Камбулазе,康布拉泽		FR	76	12	123	12045	420	Europe/Paris
6447067	Camjac	camjac	Camjac,Kamzhak,kang ya ke,Камжак,康雅克		FR	76	12	123	12046	572	Europe/Paris
6447068	Campouriez	campouriez	Campouriez		FR	76	12	122	12048	355	Europe/Paris
6447069	Campuac	campuac	Campuac,Kampijak,Kampjuak,kang pi a ke,Кампијак,Кампюак,康皮阿克		FR	76	12	122	12049	448	Europe/Paris
6447070	Canet-de-Salars	canet-de-salars	Canet,Canet de Salars,Canet-de-Salars,Kane de Salar,Kane-de-Salar,ka nei de sa la er,Кане де Салар,Кане-де-Салар,卡内德萨拉尔		FR	76	12	121	12050	431	Europe/Paris
6447071	Cantoin	cantoin	Cantoenh,Cantoin,Kantoan,Kantuehn,Kantuen,kang tu wan,Кантоан,Кантуен,Кантуэн,康图万		FR	76	12	122	12051	303	Europe/Paris
6447072	Capdenac-Gare	capdenac-gare	Capdenac-Gare		FR	76	12	123	12052	4549	Europe/Paris
6447073	Cassagnes-Bégonhès	cassagnes-begonhes	Cassagnes-Begonhes,Cassagnes-Bégonhès		FR	76	12	123	12057	904	Europe/Paris
6447074	Cassuéjouls	cassuejouls	Cassuejouls,Cassuéjouls		FR	76	12	122	12058	110	Europe/Paris
6447075	Castelmary	castelmary	Castel Marin,Castelmarin,Castelmary,Castèl Marin,Castèlmarin,Kastel'mari,Kastelmari,ka si tai er ma li,Кастелмари,Кастельмари,Кастельмарі,卡斯泰尔马里		FR	76	12	123	12060	117	Europe/Paris
6447076	Castelnau-de-Mandailles	castelnau-de-mandailles	Castelnau,Castelnau de Mandalhas,Castelnau-de-Mandailles,Castèlnau,Castèlnau de Mandalhas,Kastel'no-de-Mandaj,Kastelno de Mandaij,ka si tai er nuo de mang dai lai,Кастелно де Мандаиј,Кастельно-де-Мандай,卡斯泰尔诺德芒代莱		FR	76	12	122	12061	579	Europe/Paris
6447077	Castelnau-Pégayrols	castelnau-pegayrols	Castelnau-Pegayrols,Castelnau-Pégayrols,Castelnou de Leveson,Castèlnòu de Leveson,Kastel'no-Pegerol',Kastelno Pegerol,ka si tai er nuo pei gai luo er,Кастелно Пегерол,Кастельно-Пегероль,卡斯泰尔诺佩盖罗尔		FR	76	12	121	12062	336	Europe/Paris
6447078	Centrès	centres	Centres,Centrès,Santre,Santres,Sentre,sheng lei,Сантре,Сантрес,Сентре,圣雷		FR	76	12	123	12065	465	Europe/Paris
6447079	Clairvaux-d'Aveyron	clairvaux-d-aveyron	Clairvaux-d'Aveyron		FR	76	12	122	12066	1153	Europe/Paris
6447080	Colombiès	colombies	Colombiers,Colombies,Colombièrs,Colombiès,Kolomb'es,Kolombe,Kolombje,ke long bi ye,Коломбьес,Коломбє,Коломбје,科隆比耶		FR	76	12	123	12068	904	Europe/Paris
6447081	Compeyre	compeyre	Compeire,Compeyre,Compèire,Kompejr,Komper,kong pei er,Компейр,Компер,孔佩尔		FR	76	12	121	12070	534	Europe/Paris
6447082	Compolibat	compolibat	Compolibat		FR	76	12	123	12071	353	Europe/Paris
6447146	Mollégès	molleges			FR	93	13	132	13064	2581	Europe/Paris
6447083	Comprégnac	compregnac	Compregnac,Comprenhac,Comprégnac,Kompren'jak,Komprenak,Компреньяк,Компрењак		FR	76	12	121	12072	258	Europe/Paris
6447084	Comps-la-Grand-Ville	comps-la-grand-ville	Comps-la-Grand-Ville		FR	76	12	121	12073	624	Europe/Paris
6447085	Condom-d'Aubrac	condom-d-aubrac	Condom-d'Aubrac		FR	76	12	122	12074	300	Europe/Paris
6447086	Connac	connac	Connac		FR	76	12	121	12075	109	Europe/Paris
6447087	Conques-en-Rouergue	conques-en-rouergue	Conques-en-Rouergue		FR	76	12	122	12076	1671	Europe/Paris
6447088	Cornus	cornus			FR	76	12	121	12077	519	Europe/Paris
6447089	Coubisou	coubisou	Coubisou		FR	76	12	122	12079	490	Europe/Paris
6447090	Coupiac	coupiac	Copiac,Kup'jak,Kupiak,ku pi a ke,Купьяк,Купіак,库皮阿克		FR	76	12	121	12080	397	Europe/Paris
6447092	Cransac	cransac	Cransac		FR	76	12	123	12083	1526	Europe/Paris
6447093	Creissels	creissels	Creissels,Creissèls,Kresel,Kressel',ke lei sai er,Кресел,Крессель,克雷塞尔		FR	76	12	121	12084	1597	Europe/Paris
6447095	Curières	curieres	Curieiras,Curieres,Curièiras,Curières,Kirjer,Kjur'er,Kjurer,qu li ai,Кирјер,Кюрьер,Кюрєр,屈里埃		FR	76	12	122	12088	225	Europe/Paris
6447096	Decazeville	decazeville	Decazeville		FR	76	12	123	12089	5355	Europe/Paris
6447097	Druelle Balsac	druelle-balsac	Druelle Balsac		FR	76	12	122	12090	3081	Europe/Paris
6447098	Drulhe	drulhe	Drjul',Drulha,Drulhe,de lu er,Дрюль,德吕尔		FR	76	12	123	12091	445	Europe/Paris
6447099	Durenque	durenque	Djurank,Djurenk,Durenca,Durenque,di lang ke,Дюранк,Дюренк,迪朗克		FR	76	12	121	12092	525	Europe/Paris
6447100	Entraygues-sur-Truyère	entraygues-sur-truyere	Entraygues-sur-Truyere,Entraygues-sur-Truyère		FR	76	12	122	12094	1017	Europe/Paris
6447101	Escandolières	escandolieres	Escandolieres,Escandolières		FR	76	12	123	12095	231	Europe/Paris
6447102	Espalion	espalion	Espalion		FR	76	12	122	12096	4521	Europe/Paris
6447103	Espeyrac	espeyrac	Espeyrac		FR	76	12	122	12097	241	Europe/Paris
6447104	Barbentane	barbentane			FR	93	13	132	13010	4127	Europe/Paris
6447105	Beaurecueil	beaurecueil	Beaurecueil,Beurecuelh,Borekej,Borkjej,Borkjoj,bo lei qu ai er,Борекей,Боркёй,Боркјеј,博勒屈埃尔		FR	93	13	131	13012	578	Europe/Paris
6447106	Belcodène	belcodene	Bel'koden,Belcodene,Belcodène,Belkoden,Brecoda,Brecòda,bei er ke dai nei,Белкоден,Белькоден,贝尔科代内		FR	93	13	133	13013	1902	Europe/Paris
6447107	Berre-l'Étang	berre-l-etang	Berre-l'Etang,Berre-l'Étang		FR	93	13	134	13014	13483	Europe/Paris
6447108	Bouc-Bel-Air	bouc-bel-air	Bouc-Bel-Air		FR	93	13	131	13015	14477	Europe/Paris
6447109	Boulbon	boulbon	Bolbon,Boulbon,Bul'bon,Bulbon,bu er bang,Булбон,Бульбон,布尔邦		FR	93	13	132	13017	1495	Europe/Paris
6447110	Cabannes	cabannes	Cabanas,Cabannes,Kaban,Kabann,ka ba na,Кабан,Кабанн,卡巴纳		FR	93	13	132	13018	4439	Europe/Paris
6447111	Cabriès	cabries	Cabries,Cabriès		FR	93	13	131	13019	9708	Europe/Paris
6447112	Cadolive	cadolive	Cadolive		FR	93	13	133	13020	2159	Europe/Paris
6447113	Carry-le-Rouet	carry-le-rouet	Carry-le-Rouet		FR	93	13	134	13021	5892	Europe/Paris
6447114	Cassis	cassis	Cassis,Cassís,Kasi,Kasis,Kassi,Kassis,ka xi si,Каси,Кассис,Кассі,卡西斯		FR	93	13	133	13022	7162	Europe/Paris
6447115	Ceyreste	ceyreste	Ceyreste		FR	93	13	133	13023	4539	Europe/Paris
6447116	Charleval	charleval	Charlaval,Charleval,Sharleval',Sharlval,sha lei wa lei,Шарлвал,Шарлеваль,沙勒瓦勒		FR	93	13	131	13024	2715	Europe/Paris
6447117	Châteauneuf-le-Rouge	chateauneuf-le-rouge	Chateauneuf-le-Rouge,Châteauneuf-le-Rouge		FR	93	13	131	13025	2162	Europe/Paris
6447118	Châteaurenard	chateaurenard	Chateaurenard,Châteaurenard		FR	93	13	132	13027	15440	Europe/Paris
6447119	Cornillon-Confoux	cornillon-confoux	Cornillon-Confoux		FR	93	13	134	13029	1372	Europe/Paris
6447120	Cuges-les-Pins	cuges-les-pins	Cojas,Cuges-les-Pins,Cuja,Kizh Le Pen,Kjuzh-le-Pen,qu re lai pan,Киж Ле Пен,Кюж-ле-Пен,屈热莱潘		FR	93	13	133	13030	5043	Europe/Paris
6447121	Éguilles	eguilles	Eguilles,Éguilles		FR	93	13	131	13032	7764	Europe/Paris
6447122	Ensuès-la-Redonne	ensues-la-redonne			FR	93	13	134	13033	5483	Europe/Paris
6447123	Eygalières	eygalieres			FR	93	13	132	13034	1889	Europe/Paris
6447124	Eyguières	eyguieres	Eyguieres,Eyguières		FR	93	13	131	13035	7112	Europe/Paris
6447125	Eyragues	eyragues	Airaga,Ehrag,Ejrag,Erag,Eyragues,ai la gai,Ейраг,Ераг,Эраг,埃拉盖		FR	93	13	132	13036	4436	Europe/Paris
6447126	Fos-sur-Mer	fos-sur-mer	Fos-sur-Mer		FR	93	13	134	13039	15608	Europe/Paris
6447127	Fuveau	fuveau	Fjuvo,Fuveau,Fuveu,Fuvèu,fei wo,Фюво,菲沃		FR	93	13	131	13040	9971	Europe/Paris
6447128	Gardanne	gardanne	Gardanne		FR	93	13	131	13041	20407	Europe/Paris
6447129	Gémenos	gemenos	Gemas,Gèmas,Zhemenos,Zhemno,re mang ao,Жеменос,Жемно,热芒奥		FR	93	13	133	13042	6452	Europe/Paris
6447130	Gignac-la-Nerthe	gignac-la-nerthe	Gignac-la-Nerthe		FR	93	13	134	13043	9045	Europe/Paris
6447131	Grans	grans	Grans		FR	93	13	134	13044	4911	Europe/Paris
6447132	Graveson	graveson	Graveson		FR	93	13	132	13045	4874	Europe/Paris
6447133	Gréasque	greasque	Greasque,Gréasque		FR	93	13	131	13046	4217	Europe/Paris
6447134	Istres	istres	Istres		FR	93	13	134	13047	42925	Europe/Paris
6447135	Jouques	jouques	Jouques		FR	93	13	131	13048	4403	Europe/Paris
6447136	Lamanon	lamanon	Lamanon		FR	93	13	131	13049	2020	Europe/Paris
6447137	Lambesc	lambesc	Lambesc		FR	93	13	131	13050	9657	Europe/Paris
6447138	Lançon-Provence	lancon-provence	Lancon-Provence,Lançon-Provence		FR	93	13	131	13051	8885	Europe/Paris
6447139	Maillane	maillane	Maillane		FR	93	13	132	13052	2540	Europe/Paris
6447140	Mallemort	mallemort			FR	93	13	131	13053	5948	Europe/Paris
6447141	Marignane	marignane	Marignane		FR	93	13	134	13054	33658	Europe/Paris
6447142	Marseille	marseille	Marseille		FR	93	13	133	13055	862211	Europe/Paris
6447143	Meyrargues	meyrargues	Meyrargues		FR	93	13	131	13059	3751	Europe/Paris
6447144	Meyreuil	meyreuil	Meyreuil		FR	93	13	131	13060	5543	Europe/Paris
6447145	Mimet	mimet	Mimet		FR	93	13	131	13062	4617	Europe/Paris
6447147	Mouriès	mouries	Mouries,Mouriès		FR	93	13	132	13065	3419	Europe/Paris
6447148	Noves	noves	Noves		FR	93	13	132	13066	5849	Europe/Paris
6447149	Orgon	orgon			FR	93	13	132	13067	3037	Europe/Paris
6447150	Paradou	paradou			FR	93	13	132	13068	1979	Europe/Paris
6447151	Pélissanne	pelissanne	Pelissanne,Pélissanne		FR	93	13	131	13069	10217	Europe/Paris
6447152	Peynier	peynier	Peynier		FR	93	13	131	13072	3405	Europe/Paris
6447153	Peyrolles-en-Provence	peyrolles-en-provence	Peyrolles-en-Provence		FR	93	13	131	13074	5041	Europe/Paris
6447154	Plan-de-Cuques	plan-de-cuques	Plan-de-Cuques		FR	93	13	133	13075	10363	Europe/Paris
6447155	Plan-d'Orgon	plan-d-orgon	Plan-d'Orgon		FR	93	13	132	13076	3429	Europe/Paris
6447156	Port-de-Bouc	port-de-bouc	Port-de-Bouc		FR	93	13	134	13077	16682	Europe/Paris
6447157	Port-Saint-Louis-du-Rhône	port-saint-louis-du-rhone			FR	93	13	134	13078	8519	Europe/Paris
6447158	Puyloubier	puyloubier	Puyloubier		FR	93	13	131	13079	1780	Europe/Paris
6447159	Rognac	rognac	Rognac		FR	93	13	134	13081	12016	Europe/Paris
6447160	Rognes	rognes	Rognes,Ron',Ronha,luo gai,Ронь,罗盖		FR	93	13	131	13082	4765	Europe/Paris
6447161	Rognonas	rognonas	Rognonas		FR	93	13	132	13083	4073	Europe/Paris
6447162	Roquefort-la-Bédoule	roquefort-la-bedoule	Roquefort-la-Bedoule,Roquefort-la-Bédoule		FR	93	13	133	13085	5632	Europe/Paris
6447163	Roquevaire	roquevaire	Roquevaire		FR	93	13	133	13086	8962	Europe/Paris
6447164	Saint-Andiol	saint-andiol	Saint-Andiol		FR	93	13	132	13089	3204	Europe/Paris
6447165	Saint-Antonin-sur-Bayon	saint-antonin-sur-bayon	Saint-Antonin-sur-Bayon		FR	93	13	131	13090	124	Europe/Paris
6447166	Saint-Cannat	saint-cannat	Saint-Cannat		FR	93	13	131	13091	5590	Europe/Paris
6447167	Saint-Chamas	saint-chamas	Saint-Chamas,Sanch Amanc,Sanch Amanç,Sanch Amas,Sanch Amàs,Sen-Shama,sheng sha ma,Сен-Шама,سینٹ-چماس,圣沙马		FR	93	13	134	13092	8418	Europe/Paris
6447168	Saint-Estève-Janson	saint-esteve-janson			FR	93	13	131	13093	380	Europe/Paris
6447169	Saint-Étienne-du-Grès	saint-etienne-du-gres	Saint-Etienne-du-Gres,Saint-Étienne-du-Grès		FR	93	13	132	13094	2469	Europe/Paris
6447170	Saint-Marc-Jaumegarde	saint-marc-jaumegarde	Saint-Marc-Jaumegarde		FR	93	13	131	13095	1226	Europe/Paris
6447171	Saintes-Maries-de-la-Mer	saintes-maries-de-la-mer	Saintes-Maries-de-la-Mer		FR	93	13	132	13096	2504	Europe/Paris
6447172	Saint-Martin-de-Crau	saint-martin-de-crau	Saint-Martin-de-Crau		FR	93	13	132	13097	13097	Europe/Paris
6447173	Saint-Mitre-les-Remparts	saint-mitre-les-remparts	Saint-Mitre-les-Remparts		FR	93	13	134	13098	5875	Europe/Paris
6447174	Angerville	angerville	Angerville,Anzhervil,Anzhervil',ang re er wei er,Анжервил,Анжервиль,Анжервіль,昂热尔维尔		FR	28	14	143	14012	156	Europe/Paris
6447175	Colomby-Anguerny	colomby-anguerny	Angerni,Colomby-Anguerny,Ongerni,ang gai er ni,angeruni,Ангерни,Ангерні,Онгерни,アンゲルニー,昂盖尔尼		FR	28	14	142	14014	1121	Europe/Paris
6447176	Anisy	anisy	Anizi,a ni xi,aniji,Анизи,Анізі,アニジー,阿尼西		FR	28	14	142	14015	718	Europe/Paris
6447177	Annebault	annebault	Anbo,Annbo,a nei bo er,Анбо,Аннбо,阿内博尔		FR	28	14	143	14016	430	Europe/Paris
6447178	Arganchy	arganchy	Arganchy,Arganshi,a er gang xi,Арганши,Арганші,阿尔冈希		FR	28	14	141	14019	231	Europe/Paris
6447179	Argences	argences	Argences		FR	28	14	142	14020	3687	Europe/Paris
6447180	Arromanches-les-Bains	arromanches-les-bains	Aromansh le Ben,Arremancia,Arromans,Arromansh-le-Ben,a er luo mang xie lai ban,Αρρομάνς,Ароманш ле Бен,Арроманш-ле-Бен,阿尔罗芒谢莱班		FR	28	14	141	14021	503	Europe/Paris
6447181	Asnelles	asnelles			FR	28	14	141	14022	602	Europe/Paris
6447182	Asnières-en-Bessin	asnieres-en-bessin	An'er-an-Bessen,Anijer an Besen,Asinaria Baiocensis,Asnieres-en-Bessin,Asnières-en-Bessin,bei sang de qu a si ni ai,Анијер ан Бесен,Аньер-ан-Бессен,Аньєр-ан-Бессен,贝桑地区阿斯尼埃		FR	28	14	141	14023	64	Europe/Paris
6447183	Auberville	auberville	Auberville,Obervil',Ubervij,ao bei er wei er,Обервиль,Обервіль,Убервиј,奥贝尔维尔		FR	28	14	143	14024	539	Europe/Paris
6447184	Aubigny	aubigny			FR	28	14	142	14025	300	Europe/Paris
6447185	Audrieu	audrieu	Audrieu		FR	28	14	141	14026	1015	Europe/Paris
6447186	Les Monts d'Aunay	les-monts-d-aunay			FR	28	14	144	14027	4704	Europe/Paris
6447188	Authie	authie	Authie,Oti,ao di ye,Оти,Оті,奥蒂耶		FR	28	14	142	14030	1582	Europe/Paris
6447189	Auvillars	auvillars	Auvillars		FR	28	14	143	14033	235	Europe/Paris
6447190	Avenay	avenay	Avenay		FR	28	14	142	14034	553	Europe/Paris
6447191	Balleroy-sur-Drôme	balleroy-sur-drome	Bal'rua,Balleroy-sur-Drome,Balleroy-sur-Drôme,Ballerua,Balroa,ba lei lu wa,Баллеруа,Балроа,Бальруа,巴勒鲁瓦		FR	28	14	141	14035	1399	Europe/Paris
6447192	Banneville-la-Campagne	banneville-la-campagne	Banneville-la-Campagne		FR	28	14	142	14036	167	Europe/Paris
6447193	Malherbe-sur-Ajon	malherbe-sur-ajon	Bannvil'-sjur-Azhon,Banvil sir Azhon,Banvil'-sjur-Azhon,Malherbe-sur-Ajon,a rong he pan ba er na wei er,Банвил сир Ажон,Банвиль-сюр-Ажон,Баннвиль-сюр-Ажон,Баннвіль-сюр-Ажон,阿容河畔巴尔纳维尔		FR	28	14	144	14037	549	Europe/Paris
6447194	Banville	banville	Banville		FR	28	14	141	14038	776	Europe/Paris
6447195	Barbery	barbery	Barbery		FR	28	14	142	14039	820	Europe/Paris
6447196	Barbeville	barbeville	Barbevil',Barbeville,Barbvil,ba er bo wei er,Барбвил,Барбевиль,Барбевіль,巴尔伯维尔		FR	28	14	141	14040	173	Europe/Paris
6447197	Baron-sur-Odon	baron-sur-odon	Baron sir Odon,Baron-sjur-Odon,Baron-sur-Odon,ao dong he pan ba er long,Барон сир Одон,Барон-сюр-Одон,奥东河畔巴尔龙		FR	28	14	142	14042	917	Europe/Paris
6447198	Barou-en-Auge	barou-en-auge	Barou-en-Auge		FR	28	14	142	14043	81	Europe/Paris
6447199	Basly	basly	Bali,Basli,Basly,Бали,Балі,Басли		FR	28	14	142	14044	1128	Europe/Paris
6447200	Basseneville	basseneville	Basanvil,Basnevil',Basseneville,Bassnevil',ba se na wei er,Басанвил,Басневиль,Бассневиль,Бассневіль,巴瑟纳维尔		FR	28	14	143	14045	260	Europe/Paris
6447201	Bavent	bavent	Bavent		FR	28	14	143	14046	1791	Europe/Paris
6447202	Bayeux	bayeux	Bayeux		FR	28	14	141	14047	13525	Europe/Paris
6447203	Bazenville	bazenville	Bazanvil,Bazanvil',Bazenville,ba cang wei er,Базанвил,Базанвиль,Базанвіль,巴藏维尔		FR	28	14	141	14049	136	Europe/Paris
6447204	Beaumais	beaumais	Bome,bo mai,bome,Боме,ボーメ,博迈		FR	28	14	142	14053	183	Europe/Paris
6447205	Beaumesnil	beaumesnil	Beaumesnil,Bomenij,Bomenil,Bomenil',bo mei si ni,Бомений,Боменил,Бомениль,Боменій,博梅斯尼		FR	28	14	144	14054	202	Europe/Paris
6447206	Beaumont-en-Auge	beaumont-en-auge	Beaumont-en-Auge		FR	28	14	143	14055	407	Europe/Paris
6447208	Bellengreville	bellengreville	Bel'angrevil',Belangrevil,Bellangrevil',Bellengreville,bei lang ge lei wei er,Белангревил,Беллангревиль,Бельангревиль,Бельангревіль,贝朗格勒维尔		FR	28	14	142	14057	1511	Europe/Paris
6447209	Bénouville	benouville	Benuvil,Benuvil',bei nu wei er,Бенувил,Бенувиль,Бенувіль,贝努维尔		FR	28	14	142	14060	2069	Europe/Paris
6447210	Bény-sur-Mer	beny-sur-mer	Beni na Moru,Beni-sjur-Mer,Beny-sur-Mer,Bény-sur-Mer,bin hai bei ni,Бени на Мору,Бени-сюр-Мер,Бені-сюр-Мер,滨海贝尼		FR	28	14	141	14062	445	Europe/Paris
6447211	Bernesq	bernesq	Bernek,Bernesk,Bernesq,bei er nei si,Бернек,Бернеск,贝尔内斯		FR	28	14	141	14063	199	Europe/Paris
6447212	Bernières-d'Ailly	bernieres-d-ailly	Bernieres-d'Ailly,Bernières-d'Ailly		FR	28	14	142	14064	252	Europe/Paris
6447214	Bernières-sur-Mer	bernieres-sur-mer	Bernieres-sur-Mer,Bernières-sur-Mer		FR	28	14	142	14066	2325	Europe/Paris
6447215	Beuvillers	beuvillers	Beuvillers,Beviler,Beviller,Bjoviller,bo wei lai er,Бевилер,Бевиллер,Бевіллер,Бёвиллер,伯维莱尔		FR	28	14	143	14069	1364	Europe/Paris
6447216	Beuvron-en-Auge	beuvron-en-auge	Beuvron-en-Auge,Bevron-an-Ozh,Bjovron-an-Ozh,Bovron an Ozh,ao ge de qu bo fu long,buvuron=an=oju,Беврон-ан-Ож,Боврон ан Ож,Бёврон-ан-Ож,ブーヴロン＝アン＝オージュ,奥格地区伯夫龙		FR	28	14	143	14070	191	Europe/Paris
6447219	Blainville-sur-Orne	blainville-sur-orne	Blainville-sur-Orne		FR	28	14	142	14076	5705	Europe/Paris
6447220	Blangy-le-Château	blangy-le-chateau	Blangy-le-Chateau,Blangy-le-Château		FR	28	14	143	14077	702	Europe/Paris
6447221	Blay	blay	Blay,Ble,bu lai,Бле,布莱		FR	28	14	141	14078	384	Europe/Paris
6447222	Blonville-sur-Mer	blonville-sur-mer	Blonville-sur-Mer		FR	28	14	143	14079	1530	Europe/Paris
6447224	Bonnebosq	bonnebosq	Bonbok,Bonbosk,Bonnbosk,Bonnebosq,bo nei bo si,Бонбок,Бонбоск,Боннбоск,博内博斯		FR	28	14	143	14083	688	Europe/Paris
6447225	Bonnemaison	bonnemaison	Bonmezon,Bonnemaison,Bonnmezon,bo nei mai song,bonumezon,Бонмезон,Боннмезон,ボヌメゾン,博内迈松		FR	28	14	144	14084	404	Europe/Paris
6447226	Bonneville-la-Louvet	bonneville-la-louvet	Bonneville-la-Louvet,Bonnvil'-la-Luve,Bonvil la Luve,Bonvil'-la-Luve,bo na wei er la lu wei,Бонвил ла Луве,Бонвиль-ла-Луве,Боннвиль-ла-Луве,Боннвіль-ла-Луве,博纳维尔拉卢韦		FR	28	14	143	14085	751	Europe/Paris
6447227	Bonneville-sur-Touques	bonneville-sur-touques	Bonneville-sur-Touques,Bonnvil'-sjur-Tuk,Bonvil sir Tuk,Bonvil'-sjur-Tuk,tu qu ai he pan bo na wei er,Бонвил сир Тук,Бонвиль-сюр-Тук,Боннвиль-сюр-Тук,Боннвіль-сюр-Тук,图屈埃河畔博纳维尔		FR	28	14	143	14086	358	Europe/Paris
6447228	Bougy	bougy	Bougy,Buzhi,Бужи,Бужі		FR	28	14	142	14089	399	Europe/Paris
6447229	Boulon	boulon	Boulon,Bulon,Булон		FR	28	14	142	14090	653	Europe/Paris
6447230	Bourgeauville	bourgeauville	Bourgeauville,Burzhovil,Burzhovil',bu er ruo wei er,Буржовил,Буржовиль,Буржовіль,布尔若维尔		FR	28	14	143	14091	108	Europe/Paris
6447231	Bourguébus	bourguebus	Burgebis,Burgebju,Burgebjus,bu er gai bi,Бургебис,Бургебю,Бургебюс,布尔盖比		FR	28	14	142	14092	1915	Europe/Paris
6447232	Brémoy	bremoy			FR	28	14	144	14096	226	Europe/Paris
6447233	Bretteville-le-Rabet	bretteville-le-rabet	Bretteville-le-Rabet		FR	28	14	142	14097	305	Europe/Paris
6447234	Thue et Mue	thue-et-mue	Thue et Mue		FR	28	14	142	14098	5762	Europe/Paris
6447235	Arches	arches	Archas,Arches,Archiarinium,Arsh,a er xie,Арш,阿尔谢		FR	84	15	152	15010	176	Europe/Paris
6447236	Arnac	arnac	Arnac,Arnacum,Arnak,a er na ke,Арнак,阿尔纳克		FR	84	15	151	15011	163	Europe/Paris
6447237	Arpajon-sur-Cère	arpajon-sur-cere	Arpaionum super Ceram,Arpajon de Cera,Arpajon-sur-Cere,Arpajon-sur-Cère,Arpazhon sir Ser,Arpazhon-sjur-Ser,sai er he pan a er pa rong,Арпажон сир Сер,Арпажон-сюр-Сер,塞尔河畔阿尔帕容		FR	84	15	151	15012	6263	Europe/Paris
6447238	Auriac-l'Église	auriac-l-eglise	Auriac-l'Eglise,Auriac-l'Église,Auriac-lEglise,Auriac-lÉglise,Or'jak-l'Ehgliz,Орьяк-л’Эглиз		FR	84	15	153	15013	158	Europe/Paris
6447239	Aurillac	aurillac	Aurillac		FR	84	15	151	15014	25954	Europe/Paris
6447240	Auzers	auzers	Ausers,Ausèrs,Auzers,Oze,Ozer,ao ze er,Озе,Озер,奥泽尔		FR	84	15	152	15015	163	Europe/Paris
6447241	Ayrens	ayrens	Airen,Airenc,Ayrentum,Ehran,Ejran,Eran,ai lang,Ейран,Еран,Эран,艾朗		FR	84	15	151	15016	664	Europe/Paris
6447242	Badailhac	badailhac	Badailhac,Badajak,Badalhac,Badejak,ba dai ya ke,Бадайак,Бадајак,Бадеяк,巴代亚克		FR	84	15	151	15017	135	Europe/Paris
6447243	Barriac-les-Bosquets	barriac-les-bosquets	Barjak le Boket,Barr'jak-le-Boske,Barriac de Pleus,Barriac de Plèus,Barriac les Bosquets,Barriacum,Barriak-le-Boske,ba er li a ke lai bo si qu ai te,Барриак-ле-Боске,Баррьяк-ле-Боске,Барріак-ле-Боске,Барјак ле Бокет,巴尔里阿克莱博斯屈埃特		FR	84	15	152	15018	127	Europe/Paris
6447244	Bassignac	bassignac	Basinak,Bassignac,Bassin'jak,Bassinhac,ba xi ni ya ke,Басињак,Бассиньяк,Бассіньяк,巴西尼亚克		FR	84	15	152	15019	227	Europe/Paris
6447245	Bonnac	bonnac	Bonac,Bonak,Bonnac,Bonnak,bo na ke,Бонак,Боннак,博纳克		FR	84	15	153	15022	165	Europe/Paris
6447246	Brageac	brageac	Brageac		FR	84	15	152	15024	73	Europe/Paris
6447247	Albepierre-Bredons	albepierre-bredons	Al'bep'er-Bredon,Al'bep'err-Bredon,Al'beperr-Bredon,Alba Peira e Bredom,Alba Petra-Bredonium,Alba Pèira e Bredòm,Albepierre-Bredons,Albepjer-Bredon,a er bo pi ye er bu lei dong,Албепјер-Бредон,Альбепьер-Бредон,Альбепьерр-Бредон,Альбепєрр-Бредон,阿尔伯皮耶尔布雷东		FR	84	15	153	15025	243	Europe/Paris
6447248	Brezons	brezons	Brezons		FR	84	15	153	15026	188	Europe/Paris
6447249	Puycapel	puycapel	Kal'vine,Kalvine,ka er wei nei,karuvu~ine,Калвине,Кальвине,Кальвіне,カルヴィネ,卡尔维内		FR	84	15	151	15027	813	Europe/Paris
6447250	Cassaniouze	cassaniouze	Cassaniouze		FR	84	15	151	15029	539	Europe/Paris
6447251	Cayrols	cayrols	Cairols,Cairòls,Cayrols,Kerol,Kerol',kai luo er,Керол,Кероль,凯罗尔		FR	84	15	151	15030	294	Europe/Paris
6447252	Celoux	celoux	Celoux		FR	84	15	153	15032	66	Europe/Paris
6447253	Cézens	cezens	Cezens,Cisem,Cisèm,Cézens,Sezan,sai cang,Сезан,塞藏		FR	84	15	153	15033	221	Europe/Paris
6447254	Chaliers	chaliers	Chalalher,Chaliers,Shal'e,Shalije,sha li ye er,Шалије,Шалье,Шальє,沙利耶尔		FR	84	15	153	15034	168	Europe/Paris
6447256	Chalvignac	chalvignac	Chalvignac,Chalvinhac,Shal'vin'jak,Shalvinak,sha er wei ni ya ke,Шалвињак,Шальвиньяк,Шальвіньяк,沙尔维尼亚克		FR	84	15	152	15036	457	Europe/Paris
6447257	Chanterelle	chanterelle	Chantarela,Chanterelle,Shanterel,Shantrel',shang te lei er,Шантерел,Шантрель,尚特雷尔		FR	84	15	153	15040	94	Europe/Paris
6447258	Charmensac	charmensac	Charmensac,Sharmansak,Sharmanzak,sha er mang sa ke,Шарманзак,Шармансак,沙尔芒萨克		FR	84	15	153	15043	84	Europe/Paris
6447260	Chaussenac	chaussenac	Chaucenac,Chaussenac,Shosanak,Shosnak,Shossenak,shao se na ke,Шосанак,Шоснак,Шоссенак,绍瑟纳克		FR	84	15	152	15046	220	Europe/Paris
6447261	Collandres	collandres	Colandra,Collandres,Kolandr,Kollandr,ke lang de lei,Коландр,Колландр,科朗德雷		FR	84	15	152	15052	149	Europe/Paris
6447262	Coltines	coltines	Coltina,Coltines,Kol'tin,Koltin,ke er di nei,Колтин,Кольтин,Кольтін,科尔蒂内		FR	84	15	153	15053	462	Europe/Paris
6447263	Coren	coren	Coren		FR	84	15	153	15055	426	Europe/Paris
6447264	Cros-de-Montvert	cros-de-montvert	Cros de Mont verd,Cros de Montverd,Cros-de-Montvert,Cròs de Mont verd,Cròs de Montverd,Kro de Monver,Kro-de-Monver,ke luo de meng te wei er,Кро де Монвер,Кро-де-Монвер,克罗德蒙特韦尔		FR	84	15	151	15057	198	Europe/Paris
6447266	Deux-Verges	deux-verges			FR	84	15	153	15060	50	Europe/Paris
6447267	Dienne	dienne	D'en,D'enn,Dienne,Djen,di an,Дьен,Дьенн,Дьєнн,Дјен,迪安		FR	84	15	153	15061	273	Europe/Paris
6447269	Escorailles	escorailles	Ehskoraj,Escorailles,Escoralhas,Eskoraj,ai si ke lai lai,Ескорай,Эскорай,埃斯科赖莱		FR	84	15	152	15064	78	Europe/Paris
6447271	Ferrières-Saint-Mary	ferrieres-saint-mary	Fer'er-Sen-Mari,Ferrier-Sen-Mari,Ferriera de Sant Mari,Ferrieres Sant Mary,Ferrieres-Saint-Mary,Ferrièra de Sant Mari,Ferrières Sant Mary,Ferrières-Saint-Mary,fu er li ai sheng ma li,Ферриер-Сен-Мари,Феррієр-Сен-Марі,Ферьер-Сен-Мари,弗尔里埃圣马里		FR	84	15	153	15069	244	Europe/Paris
6447272	Fontanges	fontanges	Fontanjas,Fontanzh,feng tang re,Фонтанж,丰唐热		FR	84	15	152	15070	202	Europe/Paris
6447274	Giou-de-Mamou	giou-de-mamou	Giou-de-Mamou		FR	84	15	151	15074	774	Europe/Paris
6447275	Girgols	girgols	Girgols,Girgous,Girgòus,Zhirgol,Zhirgol',ji er ge er,Жиргол,Жирголь,吉尔戈尔		FR	84	15	151	15075	77	Europe/Paris
6447276	Glénat	glenat	Glena,Glenat,Глена		FR	84	15	151	15076	177	Europe/Paris
6447277	Gourdièges	gourdieges	Gordiejas,Gordièjas,Gurd'ezh,Gurdijezh,gu er di ye re,Гурдијеж,Гурдьеж,Гурдьєж,古尔迪耶热		FR	84	15	153	15077	57	Europe/Paris
6447278	Jabrun	jabrun	Jabrun		FR	84	15	153	15078	158	Europe/Paris
6447279	Jaleyrac	jaleyrac	Jalairac,Jaleyrac,Zhalejrak,Zhalerak,ya lai la ke,Жалейрак,Жалерак,جلےرک,雅莱拉克		FR	84	15	152	15079	366	Europe/Paris
6447281	Junhac	junhac	Junhac		FR	84	15	151	15082	310	Europe/Paris
6447282	Labesserette	labesserette	Labesserette		FR	84	15	151	15084	293	Europe/Paris
6447283	Labrousse	labrousse			FR	84	15	151	15085	505	Europe/Paris
6447284	Lacapelle-Barrès	lacapelle-barres	Lacapelle-Barres,Lacapelle-Barrès		FR	84	15	153	15086	59	Europe/Paris
6447285	Lacapelle-Viescamp	lacapelle-viescamp	La Chapela jos Vescamps,La Chapèla jos Vescamps,Lacapelle Viescamp,Lacapelle-Viescamp,Lakapel'-V'ekan,Lakapel'-V'eskam,Lakapel'-Veskam,la ka pei er wei ye si kang,lakyply-wyskamp,Лакапель-Вьекан,Лакапель-Вьескам,Лакапель-Вєскам,لاکیپلی-ویسکامپ,拉卡佩尔维耶斯康		FR	84	15	151	15088	513	Europe/Paris
6447286	Ladinhac	ladinhac	Ladinhac		FR	84	15	151	15089	464	Europe/Paris
6447287	Lafeuillade-en-Vézie	lafeuillade-en-vezie	Lafeuillade-en-Vezie,Lafeuillade-en-Vézie		FR	84	15	151	15090	597	Europe/Paris
6447288	Landeyrat	landeyrat	Landairac,Landejra,Landera,Landeyrat,lang dai la,Ландейра,Ландера,لانڈیراٹ,朗代拉		FR	84	15	153	15091	92	Europe/Paris
6447289	Lanobre	lanobre	Lanobr,Lanobre,lang ao bu er,lanwbry,ranoburu,Ланобр,لانوبری,ラノブル,朗奥布尔		FR	84	15	152	15092	1424	Europe/Paris
6447291	Laroquebrou	laroquebrou	La Roca Brau,La Ròca Brau,Larocabrau,Larokbru,Laroquebrou,Laròcabrau,la luo qu ai bu lu,larwqwybrw,rarokkuburu,Ларокбру,لاروقویبرو,ラロックブル,拉罗屈埃布鲁		FR	84	15	151	15094	888	Europe/Paris
6447292	Lascelle	lascelle	Las Celas de Jordana,Las Cellas,Las Cèlas de Jordana,Lascelle,Lassel',la si sai er,laskyly,Лассель,لاسکیلی,拉斯塞尔		FR	84	15	151	15096	299	Europe/Paris
6447293	Laurie	laurie	Lauria,Laurie,Lori,luo li ye,Лори,Лорі,洛里耶		FR	84	15	153	15098	91	Europe/Paris
6447294	Ambleville	ambleville	Amblevil',Ambleville,Amblvil,Амблвил,Амблевиль,Амблевіль		FR	75	16	162	16010	186	Europe/Paris
6447295	Angeac-Champagne	angeac-champagne	Angeac-Champagne		FR	75	16	162	16012	509	Europe/Paris
6447296	Angeac-Charente	angeac-charente	Angeac-Charente		FR	75	16	162	16013	340	Europe/Paris
6447297	Angeduc	angeduc	Angeduc		FR	75	16	162	16014	125	Europe/Paris
6447298	Angoulême	angouleme	Angouleme,Angoulême		FR	75	16	161	16015	41935	Europe/Paris
6447299	Ansac-sur-Vienne	ansac-sur-vienne	Ansac-sur-Vienne		FR	75	16	163	16016	830	Europe/Paris
6447301	Asnières-sur-Nouère	asnieres-sur-nouere	Asnieres-sur-Nouere,Asnières-sur-Nouère		FR	75	16	161	16019	1216	Europe/Paris
6447302	Aubeterre-sur-Dronne	aubeterre-sur-dronne	Aubeterre-sur-Dronne		FR	75	16	161	16020	390	Europe/Paris
6447554	Ancey	ancey	Ancey		FR	27	21	212	21013	438	Europe/Paris
6447304	Aunac-sur-Charente	aunac-sur-charente	Aunac-sur-Charente		FR	75	16	163	16023	616	Europe/Paris
6447305	Baignes-Sainte-Radegonde	baignes-sainte-radegonde			FR	75	16	162	16025	1275	Europe/Paris
6447306	Balzac	balzac	Balzac		FR	75	16	161	16026	1338	Europe/Paris
6447307	Barbezières	barbezieres	Barbezieres,Barbezières		FR	75	16	163	16027	125	Europe/Paris
6447308	Bardenac	bardenac	Bardenac		FR	75	16	161	16029	230	Europe/Paris
6447309	Barret	barret	Bare,Barre,ba er lei,Баре,Барре,巴尔雷		FR	75	16	162	16030	1023	Europe/Paris
6447310	Barro	barro	Baro,Barro,ba er luo,Баро,Барро,巴尔罗		FR	75	16	163	16031	413	Europe/Paris
6447311	Bassac	bassac	Basak,Bassac,Bassak,ba sa ke,Басак,Бассак,巴萨克		FR	75	16	162	16032	532	Europe/Paris
6447314	Beaulieu-sur-Sonnette	beaulieu-sur-sonnette	Beaulieu-sur-Sonnette		FR	75	16	163	16035	221	Europe/Paris
6447315	Bécheresse	becheresse	Becheresse,Bécheresse		FR	75	16	162	16036	290	Europe/Paris
6447316	Bellon	bellon	Bellon,Belon,Беллон,Белон		FR	75	16	161	16037	163	Europe/Paris
6447317	Benest	benest	Benest		FR	75	16	163	16038	320	Europe/Paris
6447318	Bernac	bernac	Bernac,Bernak,Бернак		FR	75	16	163	16039	496	Europe/Paris
6447319	Bessac	bessac	Bessac		FR	75	16	161	16041	110	Europe/Paris
6447320	Bessé	besse	Besse,Bessé		FR	75	16	163	16042	130	Europe/Paris
6447322	Bioussac	bioussac	Bioussac		FR	75	16	163	16044	228	Europe/Paris
6447323	Birac	birac			FR	75	16	162	16045	359	Europe/Paris
6447324	Boisbreteau	boisbreteau	Boisbreteau		FR	75	16	162	16048	140	Europe/Paris
6447326	Bouëx	bouex	Bouex,Bouëx		FR	75	16	161	16055	902	Europe/Paris
6447327	Bourg-Charente	bourg-charente	Bourg-Charente		FR	75	16	162	16056	894	Europe/Paris
6447328	Bouteville	bouteville			FR	75	16	162	16057	323	Europe/Paris
6447329	Boutiers-Saint-Trojan	boutiers-saint-trojan	Boutiers-Saint-Trojan		FR	75	16	162	16058	1446	Europe/Paris
6447330	Brettes	brettes	Brettes		FR	75	16	163	16059	176	Europe/Paris
6447331	Bréville	breville	Brevil,Brevil',Breville,Bréville,bu lei wei er,Бревил,Бревиль,Бревіль,布雷维尔		FR	75	16	162	16060	484	Europe/Paris
6447332	Brie-sous-Barbezieux	brie-sous-barbezieux			FR	75	16	162	16062	127	Europe/Paris
6447333	Brie-sous-Chalais	brie-sous-chalais	Brie-sous-Chalais		FR	75	16	161	16063	155	Europe/Paris
6447334	Brillac	brillac	Brillac		FR	75	16	163	16065	659	Europe/Paris
6447335	Brossac	brossac	Brossac		FR	75	16	162	16066	499	Europe/Paris
6447336	Bunzac	bunzac			FR	75	16	161	16067	465	Europe/Paris
6447337	Cellefrouin	cellefrouin	Cellefrouin		FR	75	16	163	16068	575	Europe/Paris
6447338	Cellettes	cellettes	Cellettes,Selet,Sellet,Sellett,se lei tai,Селет,Селлет,Селлетт,瑟勒泰		FR	75	16	163	16069	412	Europe/Paris
6447339	Chabanais	chabanais			FR	75	16	163	16070	1693	Europe/Paris
6447340	Chabrac	chabrac	Chabrac		FR	75	16	163	16071	559	Europe/Paris
6447341	Chadurie	chadurie	Chadurie		FR	75	16	161	16072	508	Europe/Paris
6447342	Challignac	challignac	Challignac		FR	75	16	162	16074	323	Europe/Paris
6447343	Champagne-Mouton	champagne-mouton			FR	75	16	163	16076	889	Europe/Paris
6447344	Champmillon	champmillon	Champmillon		FR	75	16	162	16077	510	Europe/Paris
6447346	Boisné-La Tude	boisne-la-tude	Boisne-La Tude,Boisné-La Tude		FR	75	16	161	16082	708	Europe/Paris
6447347	Charmé	charme	Charme,Charmé		FR	75	16	163	16083	354	Europe/Paris
6447348	Chassenon	chassenon	Chassenon		FR	75	16	163	16086	878	Europe/Paris
6447349	Chassiecq	chassiecq			FR	75	16	163	16087	144	Europe/Paris
6447350	Chassors	chassors	Chassors		FR	75	16	162	16088	1107	Europe/Paris
6447351	Châteaubernard	chateaubernard	Chateaubernard,Châteaubernard		FR	75	16	162	16089	3690	Europe/Paris
6447352	Châteauneuf-sur-Charente	chateauneuf-sur-charente	Chateauneuf-sur-Charente,Châteauneuf-sur-Charente		FR	75	16	162	16090	3545	Europe/Paris
6447353	Châtignac	chatignac	Chatignac,Châtignac		FR	75	16	161	16091	180	Europe/Paris
6447355	Chazelles	chazelles	Chaselas,Chasèlas,Chazelles,Shazel,Shazel',sha ze lei,Шазел,Шазель,沙泽勒		FR	75	16	161	16093	1552	Europe/Paris
6447357	Chenon	chenon	Chenon		FR	75	16	163	16095	136	Europe/Paris
6447358	Cherves-Châtelars	cherves-chatelars	Cherves-Chatelars,Cherves-Châtelars		FR	75	16	163	16096	411	Europe/Paris
6447359	Annepont	annepont	Annepont		FR	75	17	175	17011	369	Europe/Paris
6447360	Annezay	annezay	Annezay,Annze,Anze,a nei ze,Анзе,Аннзе,Անզե,阿内泽		FR	75	17	175	17012	167	Europe/Paris
6447361	Archingeay	archingeay	Arshenzhe,Arshinzhe,Arsinze,a er shang re,Аршенже,Аршинже,Արշինժե,阿尔尚热		FR	75	17	175	17017	673	Europe/Paris
6447362	Ardillières	ardillieres	Ardillieres,Ardillières		FR	75	17	172	17018	846	Europe/Paris
6447363	Ars-en-Ré	ars-en-re			FR	75	17	173	17019	1312	Europe/Paris
6447364	Arthenac	arthenac	Artenak,Arthenac,Artnak,a er te na ke,Артенак,Артнак,Արտենակ,阿尔特纳克		FR	75	17	171	17020	342	Europe/Paris
6447365	Arvert	arvert	Arvert		FR	75	17	172	17021	3412	Europe/Paris
6447366	Asnières-la-Giraud	asnieres-la-giraud	An'er-la-Zhiro,Anier la Ziro,Anijer la Zhiro,a si ni ai la ji luo,Анијер ла Жиро,Аньер-ла-Жиро,Аньєр-ла-Жиро,Անիեր լա Ժիրո,阿斯尼埃拉吉罗		FR	75	17	175	17022	1041	Europe/Paris
6447367	Aujac	aujac	Aujac,Ozhak,ao ya ke,Ожак,奥雅克		FR	75	17	175	17023	359	Europe/Paris
6447368	Aumagne	aumagne	Aumagne		FR	75	17	175	17025	710	Europe/Paris
6447369	Avy	avy	Avi,Avy,a wei,Ави,Аві,Ավի,阿维		FR	75	17	171	17027	477	Europe/Paris
6447370	Aytré	aytre	Aytre,Aytré		FR	75	17	173	17028	8706	Europe/Paris
6447371	Bagnizeau	bagnizeau	Ban'izo,Banize,Banizo,ba ni zuo,Баньизо,Баньїзо,Бањизе,Բանիզո,巴尼佐		FR	75	17	175	17029	201	Europe/Paris
6447372	Balanzac	balanzac	Balanzac,Balanzak,ba lang zha ke,Баланзак,Բալանզակ,巴朗扎克		FR	75	17	174	17030	548	Europe/Paris
6447373	Ballans	ballans	Ballans		FR	75	17	175	17031	198	Europe/Paris
6447374	Ballon	ballon	Ballon,Balon,ba long,Баллон,Балон,Բալլոն,巴隆		FR	75	17	172	17032	793	Europe/Paris
6447375	Barzan	barzan	Barzan,ba er cang,Барзан,Բարզան,巴尔藏		FR	75	17	174	17034	471	Europe/Paris
6447376	Bazauges	bazauges	Bazauges,Bazoz,Bazozh,ba zuo re,Базож,Բազոժ,巴佐热		FR	75	17	175	17035	121	Europe/Paris
6447377	Beaugeay	beaugeay	Beaugeay,Boze,Bozhe,bo re,Боже,Բոժե,博热		FR	75	17	172	17036	769	Europe/Paris
6447378	Beauvais-sur-Matha	beauvais-sur-matha			FR	75	17	175	17037	629	Europe/Paris
6447379	Belluire	belluire	Belir,Belljuir,Belluire,Belyuir,bei lu yi er,Белир,Беллюир,Беллюїр,Բելյուիր,贝吕伊尔		FR	75	17	171	17039	211	Europe/Paris
6447380	Benon	benon	Benon,bang weng,Бенон,邦翁		FR	75	17	173	17041	1599	Europe/Paris
6447381	Bercloux	bercloux	Bercloux,Berklu,bei er ke lu,Берклу,Բերկլու,贝尔克卢		FR	75	17	175	17042	443	Europe/Paris
6447382	Beurlay	beurlay	Berle,Beurlay,Bjorle,Byorle,bo er lai,Берле,Бёрле,Բյորլե,伯尔莱		FR	75	17	174	17045	1032	Europe/Paris
6447383	Bignay	bignay	Bignay,Bin'e,Bine,Binye,bi nie,Бинье,Биње,Біньє,Բինյե,比涅		FR	75	17	175	17046	413	Europe/Paris
6447384	Biron	biron	Biron,bi long,Бирон,Бірон,Բիրոն,比龙		FR	75	17	171	17047	226	Europe/Paris
6447385	Blanzac-lès-Matha	blanzac-les-matha	Blanzac-les-Matha,Blanzac-lès-Matha,Blanzak le Mata,Blanzak-le-Mata,bu lang zha ke lai ma ta,Бланзак ле Мата,Бланзак-ле-Мата,Բլանզակ լե Մատա,布朗扎克莱马塔		FR	75	17	175	17048	336	Europe/Paris
6447386	Blanzay-sur-Boutonne	blanzay-sur-boutonne	Blanze sir Buton,Blanze syur Buton,Blanze-sjur-Buton,Blanze-sjur-Butonn,bu tong he pan bu lang ze,Бланзе сир Бутон,Бланзе-сюр-Бутон,Бланзе-сюр-Бутонн,Բլանզե սյուր Բուտոն,布通河畔布朗泽		FR	75	17	175	17049	86	Europe/Paris
6447387	Boisredon	boisredon	Boaredon,Boisredon,Buaredon,bu wa si lei dong,Боаредон,Буаредон,Բուարեդոն,布瓦斯雷东		FR	75	17	171	17052	703	Europe/Paris
6447388	Bords	bords	Bor,Bord,bo er de,Бор,Борд,Բոր,博尔德		FR	75	17	175	17053	1360	Europe/Paris
6447390	Boscamnant	boscamnant	Bokamnan,Boscamnant,Boskamnan,Boskannan,bo si kang nan,Бокамнан,Боскамнан,Босканнан,Բոսկաննան,博斯康南		FR	75	17	171	17055	385	Europe/Paris
6447391	Bougneau	bougneau	Bougneau,Bun'o,Bunio,Buno,bu gai ao,Буньо,Буњо,Բունիո,布盖奥		FR	75	17	171	17056	609	Europe/Paris
6447392	Bouhet	bouhet	Bouhet,Bue,Bueh,bu ai,Буе,Буэ,Բուե,布埃		FR	75	17	172	17057	894	Europe/Paris
6447393	Bourgneuf	bourgneuf	Bourgneuf,Burnef,Burnjof,Burnyof,bu er gai yu,Бурнеф,Бурнёф,Бурњеф,Բուրնյոֆ,布尔盖于		FR	75	17	173	17059	1216	Europe/Paris
6447395	Bresdon	bresdon	Bredon,Bresdon,bu lei si dong,Бредон,Բրեդոն,布雷斯东		FR	75	17	175	17062	224	Europe/Paris
6447396	Breuil-la-Réorte	breuil-la-reorte	Brej la Reort,Brej-la-Reort,Breuil-la-Reorte,Breuil-la-Réorte,Brjoj-la-Reort,Bryoy la Reort,bu lei yi la lei ao er te,Брей-ла-Реорт,Бреј ла Реорт,Брёй-ла-Реорт,Բրյոյ լա Ռեորտ,布勒伊拉雷奥尔特		FR	75	17	172	17063	456	Europe/Paris
6447397	Breuillet	breuillet	Bree,Breje,Breuillet,Brjoje,Bryoye,bu lei yi lai,Бреє,Бреје,Брёйе,Բրյոյե,布勒伊莱		FR	75	17	172	17064	2847	Europe/Paris
6447398	Breuil-Magné	breuil-magne	Breuil-Magne,Breuil-Magné		FR	75	17	172	17065	1657	Europe/Paris
6447399	Brie-sous-Archiac	brie-sous-archiac	Bri suz Arshijak,Bri suz Arsyak,Bri-su-Arshiak,Bri-suz-Arsh'jak,Brie-sous-Archiac,bu li ye su a er xi a ke,Бри суз Аршијак,Бри-суз-Аршьяк,Брі-су-Аршіак,Բրի սուզ Արշյակ,布里耶苏阿尔希阿克		FR	75	17	171	17066	240	Europe/Paris
6447400	Brie-sous-Matha	brie-sous-matha	Bri su Mata,Bri-su-Mata,bu li ye su ma ta,Бри су Мата,Бри-су-Мата,Брі-су-Мата,Բրի սու Մատա,布里耶苏马塔		FR	75	17	175	17067	183	Europe/Paris
6447401	Brie-sous-Mortagne	brie-sous-mortagne	Bri su Mortan,Bri-su-Mortan',Brie-sous-Mortagne,bu li ye su mo er ta ni,Бри су Мортањ,Бри-су-Мортань,Брі-су-Мортань,Բրի սու Մորտան,布里耶苏莫尔塔尼		FR	75	17	174	17068	234	Europe/Paris
6447402	Brives-sur-Charente	brives-sur-charente	Brives-sur-Charente		FR	75	17	171	17069	241	Europe/Paris
6447403	Brizambourg	brizambourg	Brizambourg,Brizambur,bu li cang bu er,Бризамбур,Բրիզամբուր,布里藏布尔		FR	75	17	175	17070	888	Europe/Paris
6447405	Bussac-Forêt	bussac-foret	Bisak Fore,Bjussak-Fore,Byusak Fore,bi sa ke fu lei,Бисак Форе,Бюссак-Форе,Բյուսակ Ֆորե,比萨克福雷		FR	75	17	171	17074	1023	Europe/Paris
6447406	Cabariot	cabariot	Cabariot		FR	75	17	172	17075	1324	Europe/Paris
6447407	Cercoux	cercoux	Cercoux,Serku,sai er ku,Серку,塞尔库		FR	75	17	171	17077	1177	Europe/Paris
6447408	Chadenac	chadenac	Chadenac,Shadenak,Shadnak,sha de na ke,Шаденак,Шаднак,沙德纳克		FR	75	17	171	17078	489	Europe/Paris
6447409	Chaillevette	chaillevette	Chaillevette		FR	75	17	172	17079	1542	Europe/Paris
6447410	Chambon	chambon	Chambon,Shambon,shang bang,Шамбон,尚邦		FR	75	17	172	17080	911	Europe/Paris
6447411	Chamouillac	chamouillac	Chamouillac,Shamujak,shang wu yi la ke,Шамуйак,Шамуяк,Шамујак,尚乌伊拉克		FR	75	17	171	17081	375	Europe/Paris
6447412	Champagnac	champagnac	Champagnac,Shampan'jak,Shampanak,shang pa ni ya ke,Шампаньяк,Шампањак,尚帕尼亚克		FR	75	17	171	17082	525	Europe/Paris
6447413	Champagnolles	champagnolles	Champagnolles,Shampan'ol',Shampanol,shang pa ni ao lai,Шампаньоль,Шампањол,尚帕尼奥莱		FR	75	17	171	17084	634	Europe/Paris
6447414	Champdolent	champdolent	Champdolent,Shamdolan,Shandolan,shang pu duo lang,Шамдолан,Шандолан,尚普多朗		FR	75	17	175	17085	399	Europe/Paris
6447415	Chaniers	chaniers	Chaniers		FR	75	17	174	17086	3589	Europe/Paris
6447416	Chantemerle-sur-la-Soie	chantemerle-sur-la-soie	Chantemerle-sur-la-Soie,Shantemerl sir Soa,Shantemerl'-sjur-la-Sua,Shantmerl'-sjur-la-Sua,la-su wa he pan shang tai mei er,Шантемерл сир Соа,Шантемерль-сюр-ла-Суа,Шантмерль-сюр-ла-Суа,拉-苏瓦河畔尚泰梅尔		FR	75	17	175	17087	175	Europe/Paris
6447417	Charron	charron	Charron,Sharon,Sharron,sha er long,Шарон,Шаррон,沙尔龙		FR	75	17	173	17091	1981	Europe/Paris
6447418	Chartuzac	chartuzac	Chartuzac,Shartizak,Shartjuzak,sha er di zha ke,Шартизак,Шартюзак,沙尔蒂扎克		FR	75	17	171	17092	156	Europe/Paris
6447419	Châtelaillon-Plage	chatelaillon-plage			FR	75	17	173	17094	5923	Europe/Paris
6447420	Chaunac	chaunac	Chaunac,Shonak,shao na ke,Шонак,绍纳克		FR	75	17	171	17096	85	Europe/Paris
6447421	Argent-sur-Sauldre	argent-sur-sauldre	Argent-sur-Sauldre,Arzhan sir Soldr,Arzhan-sjur-Sodr,Arzhan-sjur-Sol'dr,suo er de er he pan a er rang,Аржан сир Солдр,Аржан-сюр-Содр,Аржан-сюр-Сольдр,索尔德尔河畔阿尔让		FR	24	18	183	18011	2122	Europe/Paris
6447422	Argenvières	argenvieres	Arzhanv'er,Arzhanver,Arzhanvjer,a er rang wei ai,Аржанвьер,Аржанвєр,Аржанвјер,阿尔让维埃		FR	24	18	181	18012	471	Europe/Paris
6447423	Assigny	assigny	Asini,Assigny,Assin'i,a xi ni,Асињи,Ассиньи,Ассіньї,阿西尼		FR	24	18	181	18014	157	Europe/Paris
6447424	Aubigny-sur-Nère	aubigny-sur-nere	Aubigny-sur-Nere,Aubigny-sur-Nère		FR	24	18	183	18015	5514	Europe/Paris
6447425	Aubinges	aubinges	Aubinges,Obenzh,ao ban re,Обенж,奥班热		FR	24	18	181	18016	375	Europe/Paris
6447426	Augy-sur-Aubois	augy-sur-aubois	Augy-sur-Aubois,Ozhi sir Oboa,Ozhi-sjur-Obua,ao bu wa he pan ao ji,Ожи сир Обоа,Ожи-сюр-Обуа,Ожі-сюр-Обуа,奥布瓦河畔奥吉		FR	24	18	182	18017	291	Europe/Paris
6447427	Avord	avord	Avor,Avord,a wo er,awwrd,Αβόρ,Авор,آوورد,阿沃尔		FR	24	18	181	18018	2606	Europe/Paris
6447428	Azy	azy	Azi,Azy,a qi,Ази,Азі,阿齐		FR	24	18	181	18019	445	Europe/Paris
6447430	Barlieu	barlieu	Barl'e,Barl'jo,Barlieu,Barlije,ba er li e,Барлије,Барльё,Барльє,巴尔利厄		FR	24	18	181	18022	370	Europe/Paris
6447431	Baugy	baugy	Baugy,Bozhi,bo ji,Божи,Божі,博吉		FR	24	18	181	18023	1725	Europe/Paris
6447432	Beddes	beddes	Bed,Bedd,Beddes,bei de dai,Бед,Бедд,贝德代		FR	24	18	182	18024	90	Europe/Paris
6447433	Bengy-sur-Craon	bengy-sur-craon	Banzhi sir Kraon,Banzhi-sjur-Kran,Banzhi-sjur-Kraon,Bengy-sur-Craon,ke lang he pan bang ji,Банжи сир Краон,Банжи-сюр-Кран,Банжі-сюр-Краон,克朗河畔邦吉		FR	24	18	181	18027	666	Europe/Paris
6447434	Berry-Bouy	berry-bouy	Beri Buj,Berri-Bui,bei er li bu yi,Бери Буј,Берри-Буи,Беррі-Буї,贝尔里布伊		FR	24	18	183	18028	1187	Europe/Paris
6447435	Bessais-le-Fromental	bessais-le-fromental	Bese le Fromental,Bessais-le-Fromental,Besse-le-Fromantal',bei sai lai fu luo mang ta,Бесе ле Фроментал,Бессе-ле-Фроманталь,贝赛莱弗罗芒塔		FR	24	18	182	18029	323	Europe/Paris
6447436	Blancafort	blancafort	Blancafort,Blancafòrt,Blankafor,blankafrt,bu lang ka fu er,Бланкафор,بلانکافرت,布朗卡福尔		FR	24	18	183	18030	1049	Europe/Paris
6447437	Blet	blet	Ble,bu lai,Бле,布莱		FR	24	18	182	18031	579	Europe/Paris
6447438	Boulleret	boulleret	Boulleret,Bul're,Bulere,Bullere,bu lei lei,Булере,Буллере,Бульре,布勒雷		FR	24	18	181	18032	1427	Europe/Paris
6447439	Bouzais	bouzais	Buze,bu ze,Бузе,布泽		FR	24	18	182	18034	318	Europe/Paris
6447440	Brécy	brecy	Brecy,Bresi,Brécy,Бреси,Бресі		FR	24	18	181	18035	982	Europe/Paris
6447441	Brinay	brinay	Brinay,Brine,Брине		FR	24	18	183	18036	526	Europe/Paris
6447442	Brinon-sur-Sauldre	brinon-sur-sauldre	Brinon sir Soldr,Brinon-sjur-Sodr,Brinon-sjur-Sol'dr,suo er de er he pan bu li nong,Бринон сир Солдр,Бринон-сюр-Содр,Бринон-сюр-Сольдр,索尔德尔河畔布里农		FR	24	18	183	18037	993	Europe/Paris
6447443	Bruère-Allichamps	bruere-allichamps	Bruere-Allichamps,Bruère-Allichamps		FR	24	18	182	18038	565	Europe/Paris
6447444	Bué	bue	Bije,Bjue,Bjueh,Bue,Bué,bi ai,Бије,Бюе,Бюэ,比埃		FR	24	18	181	18039	310	Europe/Paris
6447445	Cerbois	cerbois	Cerbois,Serboa,Serbua,sai er bu wa,Сербоа,Сербуа,塞尔布瓦		FR	24	18	183	18044	433	Europe/Paris
6447446	Chalivoy-Milon	chalivoy-milon	Chalivoy-Milon,Shalivoa Milon,Shalivua-Milon,sha li wa mi long,Шаливоа Милон,Шаливуа-Милон,Шалівуа-Мілон,沙利瓦米隆		FR	24	18	182	18045	438	Europe/Paris
6447447	Charenton-du-Cher	charenton-du-cher	Charenton-du-Cher		FR	24	18	182	18052	1063	Europe/Paris
6447448	Charentonnay	charentonnay	Charentonnay,Sharantone,Sharantonne,sha lang tuo nai,Шарантоне,Шарантонне,沙朗托奈		FR	24	18	181	18053	287	Europe/Paris
6447449	Charly	charly	Charly,Sharli,sha er li,Шарли,Шарлі,沙尔利		FR	24	18	182	18054	251	Europe/Paris
6447450	Chârost	charost	Charost,Chârost		FR	24	18	181	18055	986	Europe/Paris
6447451	Chassy	chassy	Chassy,Shasi,Shassi,sha xi,Шаси,Шасси,Шассі,沙西		FR	24	18	181	18056	245	Europe/Paris
6447452	Châteaumeillant	chateaumeillant	Chateaumeillant,Châteaumeillant		FR	24	18	182	18057	1856	Europe/Paris
6447453	Châteauneuf-sur-Cher	chateauneuf-sur-cher	Chateauneuf-sur-Cher,Châteauneuf-sur-Cher,Shatonef sir Sher,Shatonef-sjur-Sher,Shatonjof-sjur-Sher,xie he pan sha tuo na,Шатонеф сир Шер,Шатонеф-сюр-Шер,Шатонёф-сюр-Шер,谢河畔沙托纳		FR	24	18	182	18058	1456	Europe/Paris
6447454	Chaumoux-Marcilly	chaumoux-marcilly	Chaumoux-Marcilly,Shomu Marsiji,Shomu-Marsii,Shomu-Marsiji,shao mu ma er xi li,Шому Марсији,Шому-Марсийи,Шому-Марсії,绍穆马尔西利		FR	24	18	181	18061	97	Europe/Paris
6447456	Chéry	chery	Chery,Chéry,Sheri,Шери,Шері		FR	24	18	183	18064	211	Europe/Paris
6447457	Chezal-Benoît	chezal-benoit			FR	24	18	182	18065	835	Europe/Paris
6447458	Clémont	clemont	Clemont,Clémont		FR	24	18	183	18067	724	Europe/Paris
6447459	Cogny	cogny	Cogny		FR	24	18	182	18068	37	Europe/Paris
6447460	Colombiers	colombiers	Colombiers,Kolomb'e,Kolombe,Kolombjer,ke long bi ye er,Коломбье,Коломбє,Коломбјер,科隆比耶尔		FR	24	18	182	18069	407	Europe/Paris
6447461	Concressault	concressault	Concressault		FR	24	18	181	18070	205	Europe/Paris
6447462	Cornusse	cornusse	Cornusse,Kornis,Kornjus,Kornjuss,ke er ni si,Корнис,Корнюс,Корнюсс,科尔尼斯		FR	24	18	182	18072	270	Europe/Paris
6447463	Corquoy	corquoy	Korkoa,Korkua,ke er qu wa,Коркоа,Коркуа,科尔屈瓦		FR	24	18	182	18073	217	Europe/Paris
6447465	Cours-les-Barres	cours-les-barres	Kur le Bar,Kur-le-Bar,Kur-le-Barr,ku er lai ba er lei,Кур ле Бар,Кур-ле-Бар,Кур-ле-Барр,库尔莱巴尔雷		FR	24	18	182	18075	1044	Europe/Paris
6447466	Coust	coust	Coust		FR	24	18	182	18076	448	Europe/Paris
6447467	Couy	couy			FR	24	18	181	18077	351	Europe/Paris
6447468	Crézançay-sur-Cher	crezancay-sur-cher	Crezancay-sur-Cher,Crézançay-sur-Cher,Krezanse sir Sher,Krezanse-sjur-Sher,xie he pan ke lei cang sai,Крезансе сир Шер,Крезансе-сюр-Шер,谢河畔克雷藏赛		FR	24	18	182	18078	55	Europe/Paris
6447469	Croisy	croisy	Kroazi,Kruazi,ke lu wa xi,Кроази,Круази,Круазі,克鲁瓦西		FR	24	18	182	18080	161	Europe/Paris
6447470	Crosses	crosses	Crosses,Kros,Kross,ke luo sai,Крос,Кросс,克罗塞		FR	24	18	181	18081	385	Europe/Paris
6447471	Cuffy	cuffy	Cuffy,Kifi,Kjuffi,qu fei,Кифи,Кюффи,Кюффі,屈菲		FR	24	18	182	18082	1097	Europe/Paris
6447472	Culan	culan	Culan		FR	24	18	182	18083	723	Europe/Paris
6447473	Dampierre-en-Crot	dampierre-en-crot	Damp'er-an-Kro,Damperr-an-Krot,Dampierre-en-Crot,Dampjer an Kro,ke luo de qu dang pi ye er,Дампьер-ан-Кро,Дампєрр-ан-Крот,Дампјер ан Кро,克罗地区当皮耶尔		FR	24	18	181	18084	204	Europe/Paris
6447474	Dampierre-en-Graçay	dampierre-en-gracay	Damp'er-an-Grase,Damperr-an-Grase,Dampjer an Grase,ge la sai de qu dang pi ye er,Дампьер-ан-Грасе,Дампєрр-ан-Грасе,Дампјер ан Грасе,格拉赛地区当皮耶尔		FR	24	18	183	18085	254	Europe/Paris
6447475	Drevant	drevant	Drevant		FR	24	18	182	18086	558	Europe/Paris
6447476	Dun-sur-Auron	dun-sur-auron	Den-sjur-Oron,Djon-sjur-Oron,Dun-sur-Auron,ao luo ne he pan dan,Ден-сюр-Орон,Дён-сюр-Орон,奥罗讷河畔丹		FR	24	18	182	18087	3945	Europe/Paris
6447477	Ennordres	ennordres	Ehnnordr,Ennordr,Ennordres,ai nuo er de lei,Еннордр,Эннордр,埃诺尔德雷		FR	24	18	183	18088	209	Europe/Paris
6447478	Épineuil-le-Fleuriel	epineuil-le-fleuriel	Ehpinjoj-le-Fljor'el',Epinej-le-Flerel',Epineuil-le-Fleuriel,Espinuelh,Espinuelh de Fluriet,Espinuelh de Flurièt,ai pi na yi lai fu lei li ye,Épineuil-le-Fleuriel,Епіней-ле-Флерєль,Эпинёй-ле-Флёрьель,埃皮纳伊莱弗勒里耶		FR	24	18	182	18089	449	Europe/Paris
6447479	Farges-Allichamps	farges-allichamps	Farges-Allichamps		FR	24	18	182	18091	241	Europe/Paris
6447480	Farges-en-Septaine	farges-en-septaine	Farges-en-Septaine,Farzh-an-Seten,sai pu tan de qu fa er re,Фарж-ан-Сетен,塞普坦地区法尔热		FR	24	18	181	18092	1026	Europe/Paris
6447481	Faverdines	faverdines	Faverdin,Faverdines,fa wei er di nei,Фавердин,Фавердін,法韦尔迪内		FR	24	18	182	18093	144	Europe/Paris
6447482	Feux	feux	Fe,Feux,Fjo,fu zhen,Фе,Фё,弗镇		FR	24	18	181	18094	341	Europe/Paris
6447483	Foëcy	foecy			FR	24	18	183	18096	2084	Europe/Paris
6447484	Fussy	fussy			FR	24	18	181	18097	1981	Europe/Paris
6447485	Argentat-sur-Dordogne	argentat-sur-dordogne	Argentat-sur-Dordogne,Arzhanta,Arzhenta,a er rang ta,Аржанта,Аржента,阿尔让塔		FR	75	19	192	19010	3083	Europe/Paris
6447486	Arnac-Pompadour	arnac-pompadour	Arnac e Pompador,Arnac-Pompadour,Arnak Pompadur,Arnak-Pompadur,a er na ke peng pa du,arunakku=ponpado~uru,Арнак Помпадур,Арнак-Помпадур,アルナック＝ポンパドゥール,阿尔纳克蓬帕杜		FR	75	19	191	19011	1129	Europe/Paris
6447487	Astaillac	astaillac	Astaillac,Astajak,Astalhac,a si tai la ke,Астайак,Астаяк,Астајак,阿斯泰拉克		FR	75	19	191	19012	232	Europe/Paris
6447488	Aubazines	aubazines	Aubazines		FR	75	19	191	19013	911	Europe/Paris
6447489	Auriac	auriac			FR	75	19	192	19014	231	Europe/Paris
6447490	Bassignac-le-Bas	bassignac-le-bas	Basinak le Bas,Bassignac-le-Bas,Bassin'jak-le-Ba,Bassinhac de Debas,Bassinhac lo Bas,ba xi ni ya ke lai ba,Басињак ле Бас,Бассиньяк-ле-Ба,Бассіньяк-ле-Ба,巴西尼亚克莱巴		FR	75	19	192	19017	92	Europe/Paris
6447491	Bassignac-le-Haut	bassignac-le-haut	Basinak le O,Bassignac-le-Haut,Bassin'jak-le-O,Bassinhac de Dessus,Bassinhac lo Naut,ba xi ni ya ke lai ao,Басињак ле О,Бассиньяк-ле-О,Бассіньяк-ле-О,巴西尼亚克莱奥		FR	75	19	192	19018	189	Europe/Paris
6447492	Beaulieu-sur-Dordogne	beaulieu-sur-dordogne	Beaulieu-sur-Dordogne		FR	75	19	191	19019	1320	Europe/Paris
6447493	Bellechassagne	bellechassagne	Bel'shassan',Belachassanha,Belshasan,bei lai sha sa ni,Белшасањ,Бельшассань,贝莱沙萨尼		FR	75	19	193	19021	87	Europe/Paris
6447494	Benayes	benayes	Benaias,Benayes,Bene,Benej,bo nai ai,Бене,Беней,伯奈埃		FR	75	19	191	19022	231	Europe/Paris
6447495	Beyssac	beyssac	Baissac,Bejssak,Besak,Bessak,Beyssac,bei sa ke,Бейссак,Бесак,Бессак,贝萨克		FR	75	19	191	19024	623	Europe/Paris
6447496	Beyssenac	beyssenac	Baissenac,Bejssenak,Besenak,Besnak,Beyssenac,bei se na ke,Бейссенак,Бесенак,Беснак,贝瑟纳克		FR	75	19	191	19025	372	Europe/Paris
6447497	Bilhac	bilhac	Bilhac		FR	75	19	191	19026	229	Europe/Paris
6447499	Branceilles	branceilles	Branceilles,Brancelhas,Bransej,bu lang sai lai,Брансей,Брансеј,布朗塞莱		FR	75	19	191	19029	277	Europe/Paris
6447500	Brignac-la-Plaine	brignac-la-plaine	Beinak la Plen,Brenhac,Brignac-la-Plaine,Brin'jak-la-Plen,bu li ni ya ke la pu lan,Беињак ла Плен,Бриньяк-ла-Плен,布里尼亚克拉普兰		FR	75	19	191	19030	987	Europe/Paris
6447501	Brive-la-Gaillarde	brive-la-gaillarde	Brive-la-Gaillarde		FR	75	19	191	19031	47004	Europe/Paris
6447503	Bugeat	bugeat			FR	75	19	193	19033	816	Europe/Paris
6447504	Chabrignac	chabrignac	Chabrignac,Chabrinhac,Shabrin'jak,Shabrinak,sha bu li ni ya ke,Шабриньяк,Шабрињак,沙布里尼亚克		FR	75	19	191	19035	585	Europe/Paris
6447505	Chamberet	chamberet			FR	75	19	192	19036	1367	Europe/Paris
6447506	Chamboulive	chamboulive	Chamboulive		FR	75	19	192	19037	1204	Europe/Paris
6447507	Chameyrat	chameyrat	Chamairac,Chameyrat,Shamejra,Shamera,sha mei la,Шамейра,Шамера,沙梅拉		FR	75	19	192	19038	1552	Europe/Paris
6447508	Champagnac-la-Noaille	champagnac-la-noaille	Champagnac-la-Noaille,Champanhac e la Noalha,Champanhac la Noalha,Shampan'jak-la-Noaj,Shampanak la Noaj,shang pa ni ya ke la nuo ai er,Шампаньяк-ла-Ноай,Шампањак ла Ноај,尚帕尼亚克拉诺艾尔		FR	75	19	193	19039	239	Europe/Paris
6447509	Champagnac-la-Prune	champagnac-la-prune	Champagnac-la-Prune,Champanhac de la Rocha,Champanhac de la Ròcha,Champanhac la Pruna,Shampan'jak-la-Prjun,Shampanak la Prin,shang pa ni ya ke la pu lan,Шампаньяк-ла-Прюн,Шампањак ла Прин,尚帕尼亚克拉普兰		FR	75	19	192	19040	163	Europe/Paris
6447555	Antheuil	antheuil	Antej,Antheuil,Antjoj,Ontoji,ang te yi,antwy,Антей,Антёй,Онтоји,آنتوی,昂特伊		FR	27	21	211	21014	59	Europe/Paris
6447510	Chanac-les-Mines	chanac-les-mines	Chanac,Chanac-les-Mines,Shanak-le-Min,Shenak le Men,sha na ke lai mi nei,Шанак-ле-Мин,Шанак-ле-Мін,Шенак ле Мен,沙纳克莱米内		FR	75	19	192	19041	509	Europe/Paris
6447511	Chanteix	chanteix	Chantau,Shante,shang tai,Шанте,尚泰		FR	75	19	192	19042	601	Europe/Paris
6447512	Chartrier-Ferrière	chartrier-ferriere	Chartrier e Ferriera,Chartrier e Ferrièra,Chartrier-Ferriere,Chartrier-Ferrière,Shartrie-Fer'er,Shartrie-Ferr'er,Shartrie-Ferrer,Shartrije Ferjer,sha er te li ye fu er li ai,Шартрие-Феррьер,Шартрие-Ферьер,Шартрије Ферјер,Шартріє-Феррєр,沙尔特里耶弗尔里埃		FR	75	19	191	19047	367	Europe/Paris
6447513	Chasteaux	chasteaux	Chasteaux,Chastel,Chastels,Chastél,Shasto,sha si tuo,Шасто,沙斯托		FR	75	19	191	19049	771	Europe/Paris
6447514	Chauffour-sur-Vell	chauffour-sur-vell	Chauc Forn,Chaudforn,Chauç Forn,Shoffur-sjur-Vel',Shofur sir Vel,wei he pan shao fu,Шофур сир Вел,Шоффур-сюр-Вель,韦河畔绍富		FR	75	19	191	19050	422	Europe/Paris
6447515	Chavanac	chavanac	Chavanac,Shavanak,sha wa na ke,Шаванак,沙瓦纳克		FR	75	19	193	19052	52	Europe/Paris
6447516	Chaveroche	chaveroche	Chava Rocha,Chava Ròcha,Chava-rocha,Chava-ròcha,Chaveroche,Shavrosh,sha wei luo ke,Шаврош,沙韦罗克		FR	75	19	193	19053	218	Europe/Paris
6447517	Chirac-Bellevue	chirac-bellevue	Chairac,Chirac,Shirak Belvi,Shirak-Bel'vju,xi la ke bei lei wei ai,Ширак Белви,Ширак-Бельвю,希拉克贝勒维埃		FR	75	19	193	19055	291	Europe/Paris
6447518	Clergoux	clergoux	Clergor,Clergos,Clergoux,Clergós,Klergu,ke lai er gu,Клергу,克莱尔古		FR	75	19	192	19056	415	Europe/Paris
6447519	Combressol	combressol	Combressol,Combrossol,Combrossòl,Kombresol,Kombressol',kong bu lei suo,Комбресол,Комбрессоль,孔布雷索		FR	75	19	193	19058	348	Europe/Paris
6447520	Concèze	conceze	Concesa,Conceze,Concèsa,Concèze,Konsez,kong sai ci,Консез,孔塞兹		FR	75	19	191	19059	424	Europe/Paris
6447521	Condat-sur-Ganaveix	condat-sur-ganaveix	Condat-sur-Ganaveix		FR	75	19	192	19060	664	Europe/Paris
6447522	Cornil	cornil	Cornil		FR	75	19	192	19061	1369	Europe/Paris
6447523	Cosnac	cosnac			FR	75	19	191	19063	2984	Europe/Paris
6447524	Couffy-sur-Sarsonne	couffy-sur-sarsonne	Confin,Confin de Sarsona,Confin de Sarsòna,Couffy-sur-Sarsonne,Kuffi-sjur-Sarson,Kuffi-sjur-Sarsonn,sa er song he pan ku fei,Куффи-сюр-Сарсон,Куффи-сюр-Сарсонн,Куффі-сюр-Сарсонн,萨尔松河畔库菲		FR	75	19	193	19064	78	Europe/Paris
6447525	Courteix	courteix	Cortelhs,Cortes,Cortés,Courteix,Kurte,ku er tai,Курте,库尔泰		FR	75	19	193	19065	64	Europe/Paris
6447527	Curemonte	curemonte	Curamonta,Curemonte,Kjurmont,Kurmon,kyurumonto,qu lei meng te,Курмон,Кюрмонт,キュルモント,屈雷蒙特		FR	75	19	191	19067	211	Europe/Paris
6447528	Dampniat	dampniat	Damn'ja,Damnhac,Dampnhac,Dampniat,Danija,Dann'ja,dang pu ni a,Дамнья,Данија,Даннья,当普尼阿		FR	75	19	191	19068	743	Europe/Paris
6447529	Darazac	darazac	Darasac,Darazac,Darazak,da la zha ke,Даразак,达拉扎克		FR	75	19	192	19069	136	Europe/Paris
6447530	Davignac	davignac	Davin'jak,Davinak,Davinhac,da wei ni ya ke,Давиньяк,Давињак,Давіньяк,达维尼亚克		FR	75	19	193	19071	213	Europe/Paris
6447531	Donzenac	donzenac	Donzenac		FR	75	19	191	19072	2646	Europe/Paris
6447532	Égletons	egletons	Aus Gletons,Egleton,Egletons,ai ge lei tong,Égletons,Еглетон,埃格勒通		FR	75	19	193	19073	4287	Europe/Paris
6447533	Espagnac	espagnac	Ehspan'jak,Epanak,Espagnac,Espan'jak,Espanhac,ai si pa ni ya ke,Епањак,Еспаньяк,Эспаньяк,埃斯帕尼亚克		FR	75	19	192	19075	373	Europe/Paris
6447534	Espartignac	espartignac	Espartignac		FR	75	19	192	19076	440	Europe/Paris
6447536	Estivaux	estivaux	Ehstivo,Estivau,Estivaux,Estivo,Etivo,ai si di wo,Естиво,Естіво,Етиво,Эстиво,埃斯蒂沃		FR	75	19	191	19078	425	Europe/Paris
6447537	Eyburie	eyburie	Eyburie		FR	75	19	192	19079	494	Europe/Paris
6447538	Eygurande	eygurande			FR	75	19	193	19080	683	Europe/Paris
6447539	Eyrein	eyrein	Airent,Ehren,Ejren,Eren,Eyrein,Ейрен,Ерен,Эрен		FR	75	19	192	19081	497	Europe/Paris
6447540	Goulles	goulles	Golas,Goulles,Gul,Gul',gu lai,Гул,Гуль,古莱		FR	75	19	192	19086	327	Europe/Paris
6447541	Gourdon-Murat	gourdon-murat	Gordon e Murat,Gourdon-Murat,Gurdon Mira,Gurdon-Mjura,gu er dong mi la,Гурдон Мира,Гурдон-Мюра,古尔东米拉		FR	75	19	192	19087	109	Europe/Paris
6447542	Grandsaigne	grandsaigne	Grandsaigne		FR	75	19	192	19088	50	Europe/Paris
6447543	Gros-Chastang	gros-chastang	Gro-Shastan,Gros Chastanh,Gros-Chastang,Groschastanh,Gròs Chastanh,Gròschastanh,ge luo sha si tang,Гро-Шастан,格罗沙斯唐		FR	75	19	192	19089	179	Europe/Paris
6447544	Gumond	gumond	Agutmont,Gjumon,Gumond,Gumont,ju meng,Гюмон,居蒙		FR	75	19	192	19090	96	Europe/Paris
6447545	Hautefage	hautefage	Auta Faja,Autafaja,Hautefage,Nautafaja,Otfazh,ao tai fa ge,Отфаж,奥泰法格		FR	75	19	192	19091	310	Europe/Paris
6447546	Jugeals-Nazareth	jugeals-nazareth	Jugeals-Nazareth,Jutjal e Nasareth,Jutjals,Zhjuzhal'-Nazaret,Zhuzhal'-Nazaret,rui ya er na zha lei,Жужаль-Назарет,Жюжаль-Назарет,瑞雅尔纳扎雷		FR	75	19	191	19093	956	Europe/Paris
6447547	Lacelle	lacelle	La Cela,Lacelle,Lasel',la sai er,Ласель,拉塞尔		FR	75	19	192	19095	134	Europe/Paris
6447548	Ladignac-sur-Rondelles	ladignac-sur-rondelles	Ladignac-sur-Rondelles,Ladin'jak-sjur-Rondel',Ladinhac,long dai lai he pan la di ni ya ke,Ладиньяк-сюр-Рондель,Ладіньяк-сюр-Рондель,龙代莱河畔拉迪尼亚克		FR	75	19	192	19096	412	Europe/Paris
6447549	Lafage-sur-Sombre	lafage-sur-sombre	La Faja,Lafazh-sjur-Sombr,song bu er he pan la fa ge,Лафаж-сюр-Сомбр,松布尔河畔拉法格		FR	75	19	193	19097	120	Europe/Paris
6447550	Lagarde-Marc-la-Tour	lagarde-marc-la-tour	La Garda,Lagard-Anval',la jia er de ang wa,Лагард-Анваль,拉加尔德昂瓦		FR	75	19	192	19098	979	Europe/Paris
6447551	Aloxe-Corton	aloxe-corton	Aloks Korton,Aloks-Korton,Aloxe-Corton,a luo ke si ke er tong,Алокс Кортон,Алокс-Кортон,アロース・コルトン,阿洛克斯科尔通		FR	27	21	211	21010	133	Europe/Paris
6447552	Ampilly-les-Bordes	ampilly-les-bordes	Ampilly-les-Bordes		FR	27	21	213	21011	85	Europe/Paris
6447553	Ampilly-le-Sec	ampilly-le-sec			FR	27	21	213	21012	356	Europe/Paris
6447556	Antigny-la-Ville	antigny-la-ville	Antigny-la-Ville,Antin'i-la-Vil',Antini la Vil,ang di ni la wei er,antyny-la-wyl,Антиньи-ла-Виль,Антињи ла Вил,Антіньї-ла-Віль,آنتینی-لا-ویل,昂蒂尼拉维尔		FR	27	21	211	21015	109	Europe/Paris
6447557	Arceau	arceau	Arceau,Arso,a er suo,Арсо,阿尔索		FR	27	21	212	21016	869	Europe/Paris
6447558	Arcenant	arcenant	Arcenant,Arsenan,Arsnan,a er se nan,arsnan,Арсенан,Арснан,آرسنان,阿尔瑟南		FR	27	21	211	21017	510	Europe/Paris
6447559	Arcey	arcey	Arcey,Arse,Арсе		FR	27	21	212	21018	52	Europe/Paris
6447560	Arconcey	arconcey	Arconcey		FR	27	21	211	21020	221	Europe/Paris
6447561	Arc-sur-Tille	arc-sur-tille	Arc-sur-Tille		FR	27	21	212	21021	2648	Europe/Paris
6447562	Argilly	argilly	Argilly,Arzhii,Arzhiji,a er ji li,arzhyly,Аржии,Аржийи,Аржији,Аржії,آرژیلی,阿尔吉利		FR	27	21	211	21022	508	Europe/Paris
6447563	Arnay-le-Duc	arnay-le-duc	Arnay-le-Duc		FR	27	21	211	21023	1454	Europe/Paris
6447564	Arnay-sous-Vitteaux	arnay-sous-vitteaux	Arnay-sous-Vitteaux,Arne su Vito,Arne-su-Vitto,a er nai su wei tuo,Арне су Вито,Арне-су-Витто,Арне-су-Вітто,阿尔奈苏维托		FR	27	21	213	21024	110	Europe/Paris
6447565	Arrans	arrans	Aran,Arran,Arrans,a er lang,Аран,Арран,阿尔朗		FR	27	21	213	21025	76	Europe/Paris
6447566	Asnières-en-Montagne	asnieres-en-montagne	Asnieres-en-Montagne,Asnières-en-Montagne		FR	27	21	213	21026	191	Europe/Paris
6447567	Asnières-lès-Dijon	asnieres-les-dijon			FR	27	21	212	21027	1147	Europe/Paris
6447568	Aubaine	aubaine	Aubaine		FR	27	21	211	21030	99	Europe/Paris
6447569	Aubigny-en-Plaine	aubigny-en-plaine	Aubigny-en-Plaine,Obin'i-an-Plen,Obini an Plen,abyny-an-pln,pu lan de qu ao bi ni,Обиньи-ан-Плен,Обињи ан Плен,Обіньї-ан-Плен,ابینی-آن-پلن,普兰地区奥比尼		FR	27	21	211	21031	494	Europe/Paris
6447570	Aubigny-la-Ronce	aubigny-la-ronce	Aubigny-la-Ronce		FR	27	21	211	21032	166	Europe/Paris
6447571	Aubigny-lès-Sombernon	aubigny-les-sombernon	Aubigny-les-Sombernon,Aubigny-lès-Sombernon		FR	27	21	212	21033	145	Europe/Paris
6447572	Autricourt	autricourt	Autricourt		FR	27	21	213	21034	130	Europe/Paris
6447573	Auvillars-sur-Saône	auvillars-sur-saone	Auvillars-sur-Saone,Auvillars-sur-Saône		FR	27	21	211	21035	335	Europe/Paris
6447574	Auxant	auxant	Oksan,ao ke sang,Оксан,奥克桑		FR	27	21	211	21036	72	Europe/Paris
6447575	Auxey-Duresses	auxey-duresses	Auxey-Duresses		FR	27	21	211	21037	307	Europe/Paris
6447576	Avelanges	avelanges	Avelanges,Avelanzh,Avlanzh,a wei lang re,Авеланж,Авланж,阿韦朗热		FR	27	21	212	21039	34	Europe/Paris
6447577	Avosnes	avosnes	Avosnes		FR	27	21	213	21040	86	Europe/Paris
6447578	Bagnot	bagnot	Bagnot		FR	27	21	211	21042	160	Europe/Paris
6447579	Baigneux-les-Juifs	baigneux-les-juifs	Baigneux-les-Juifs		FR	27	21	213	21043	243	Europe/Paris
6447580	Barbirey-sur-Ouche	barbirey-sur-ouche	Barbire sir Ush,Barbire-sjur-Ush,Barbirey-sur-Ouche,wu ke he pan ba er bi lei,Барбире сир Уш,Барбире-сюр-Уш,Барбіре-сюр-Уш,乌克河畔巴尔比雷		FR	27	21	212	21045	223	Europe/Paris
6447581	Bard-le-Régulier	bard-le-regulier			FR	27	21	211	21046	72	Europe/Paris
6447582	Bard-lès-Époisses	bard-les-epoisses	Bar le Epoas,Bar-lez-Ehpuas,Bar-lez-Epuass,Bard-les-Epoisses,Bard-lès-Epoisses,Bard-lès-Époisses,ba er lai ai pu wa sai,Бар ле Епоас,Бар-лез-Епуасс,Бар-лез-Эпуас,巴尔莱埃普瓦塞		FR	27	21	213	21047	70	Europe/Paris
6447583	Barges	barges	Barges,Barzh,Барж		FR	27	21	211	21048	606	Europe/Paris
6447584	Barjon	barjon	Barjon		FR	27	21	212	21049	38	Europe/Paris
6447585	Baubigny	baubigny	Baubigny		FR	27	21	211	21050	202	Europe/Paris
6447586	Baulme-la-Roche	baulme-la-roche	Baulme-la-Roche,Bol'm-la-Rosh,Bolm la Rosh,Bom-la-Rosh,bo er mu la luo ke,Болм ла Рош,Больм-ла-Рош,Бом-ла-Рош,博尔姆拉罗克		FR	27	21	212	21051	93	Europe/Paris
6447587	Beaumont-sur-Vingeanne	beaumont-sur-vingeanne	Beaumont-sur-Vingeanne,Bomon sir Venzhan,Bomon-sjur-Venzhan,Bomon-sjur-Venzhann,wan ya ne he pan bo meng,Бомон сир Венжан,Бомон-сюр-Венжан,Бомон-сюр-Венжанн,万雅讷河畔博蒙		FR	27	21	212	21053	198	Europe/Paris
6447588	Beaunotte	beaunotte	Bonot,Bonott,bo nuo te,Бонот,Бонотт,博诺特		FR	27	21	213	21055	21	Europe/Paris
6447589	Beire-le-Châtel	beire-le-chatel	Beire-le-Chatel,Beire-le-Châtel,Ber le Shatel,Ber-le-Shatel',bei er lai sha tai,Бер ле Шател,Бер-ле-Шатель,贝尔莱沙泰		FR	27	21	212	21056	849	Europe/Paris
6447590	Beire-le-Fort	beire-le-fort	Ber le For,Ber-le-For,bei er lai fu er,Бер ле Фор,Бер-ле-Фор,贝尔莱福尔		FR	27	21	212	21057	343	Europe/Paris
6447591	Belan-sur-Ource	belan-sur-ource	Belan sir Urs,Belan-sjur-Urs,Belan-sur-Ource,wu er si he pan bei lang,Белан сир Урс,Белан-сюр-Урс,乌尔斯河畔贝朗		FR	27	21	213	21058	259	Europe/Paris
6447592	Bellefond	bellefond	Bel'fon,Bellefond,Бельфон		FR	27	21	212	21059	861	Europe/Paris
6447593	Belleneuve	belleneuve	Bel'nev,Bel'njov,Belleneuve,Belnev,bei lei na fu,Белнев,Бельнев,Бельнёв,贝勒纳夫		FR	27	21	212	21060	1621	Europe/Paris
6447594	Bellenod-sur-Seine	bellenod-sur-seine	Bel'no-sjur-Sen,Bellenod-sur-Seine,Belno na Seni,sai na he pan bei lang ao,Белно на Сени,Бельно-сюр-Сен,塞纳河畔贝朗奥		FR	27	21	213	21061	79	Europe/Paris
6447595	Bellenot-sous-Pouilly	bellenot-sous-pouilly	Bel'no-su-Pui,Bel'no-su-Puji,Berno su Puji,bei lang ao su pu yi li,blnw-sw-pwyly,Бельно-су-Пуи,Бельно-су-Пуйи,Бельно-су-Пуї,Берно су Пуји,بلنو-سو-پویلی,贝朗奥苏普伊利		FR	27	21	211	21062	231	Europe/Paris
6447596	Beneuvre	beneuvre	Beneuvre,Benevr,Benjovr,bo na fu er,Беневр,Бенёвр,伯纳夫尔		FR	27	21	213	21063	95	Europe/Paris
6447597	Benoisey	benoisey	Benoaze,Benoisey,Benuaze,bang wa sai,Беноазе,Бенуазе,邦瓦塞		FR	27	21	213	21064	107	Europe/Paris
6447598	Bessey-en-Chaume	bessey-en-chaume	Benoisey,Besej an Shom,Besse-an-Shom,Bessey-en-Chaume,bsy-an-shm,shao mu de qu bei sai,Бесеј ан Шом,Бессе-ан-Шом,بسی-آن-شم,绍姆地区贝塞		FR	27	21	211	21065	154	Europe/Paris
6447599	Bessey-la-Cour	bessey-la-cour	Bessey-la-Cour		FR	27	21	211	21066	61	Europe/Paris
6447756	Bassillac et Auberoche	bassillac-et-auberoche	Bassillac et Auberoche		FR	75	24	243	24026	4473	Europe/Paris
6447600	Beurey-Bauguay	beurey-bauguay	Bere Boge,Bere-Bogjue,Bjore-Boge,bo lei bo ju ai,bry-bgy,Бере Боге,Бере-Богюе,Бёре-Боге,بری-بگی,伯雷博居艾		FR	27	21	211	21068	123	Europe/Paris
6447601	Beurizot	beurizot	Berizo,Beurizot,Bjorizo,bo li zuo,Беризо,Бёризо,伯里佐		FR	27	21	213	21069	121	Europe/Paris
6447602	Bézouotte	bezouotte	Bezouotte,Bezuot,Bezuott,Bézouotte,bei zu ao te,Безуот,Безуотт,贝祖奥特		FR	27	21	212	21072	205	Europe/Paris
6447605	Billy-lès-Chanceaux	billy-les-chanceaux	Billy-les-Chanceaux,Billy-lès-Chanceaux		FR	27	21	213	21075	58	Europe/Paris
6447606	Binges	binges	Benzh,Binges,ban re,Бенж,班热		FR	27	21	212	21076	773	Europe/Paris
6447607	Bissey-la-Côte	bissey-la-cote	Bise la Kot,Bisse-la-Kot,Bissey-la-Cote,Bissey-la-Côte,bi sai la ke te,Бисе ла Кот,Биссе-ла-Кот,Біссе-ла-Кот,比塞拉科特		FR	27	21	213	21077	124	Europe/Paris
6447608	Bissey-la-Pierre	bissey-la-pierre	Bise la Pjer,Bisse-la-P'er,Bisse-la-P'err,Bisse-la-Perr,Bissey-la-Pierre,bi sai la pi ye er,Бисе ла Пјер,Биссе-ла-Пьер,Биссе-ла-Пьерр,Біссе-ла-Пєрр,比塞拉皮耶尔		FR	27	21	213	21078	74	Europe/Paris
6447609	Blagny-sur-Vingeanne	blagny-sur-vingeanne	Blagny-sur-Vingeanne,Blan'i-sjur-Venzhan,Blan'i-sjur-Venzhann,Blani sir Venzhan,wan ya ne he pan bu la ni,Бланьи-сюр-Венжан,Бланьи-сюр-Венжанн,Бланьї-сюр-Венжанн,Блањи сир Венжан,万雅讷河畔布拉尼		FR	27	21	212	21079	133	Europe/Paris
6447610	Blaisy-Bas	blaisy-bas	Blaisy-Bas,Blezi Ba,Blezi-Ba,bu lai xi ba,Блези Ба,Блези-Ба,Блезі-Ба,布莱西巴		FR	27	21	212	21080	685	Europe/Paris
6447611	Blaisy-Haut	blaisy-haut	Blaisy-Haut,Blezi O,Blezi-O,bu lai xi ao,Блези О,Блези-О,Блезі-О,布莱西奥		FR	27	21	212	21081	132	Europe/Paris
6447612	Blancey	blancey	Blancey,Blanse,blansy,bu lang sai,Блансе,بلانسی,布朗塞		FR	27	21	211	21082	73	Europe/Paris
6447613	Source-Seine	source-seine	Source Seine,Source-Seine,Surs-Sen,su er ke sang,Сурс-Сен,苏尔克桑		FR	27	21	213	21084	61	Europe/Paris
6447614	Bligny-le-Sec	bligny-le-sec	Bligny-le-Sec,Blin'i-le-Sek,Blini le Sek,bu li ni lai sai ke,Блиньи-ле-Сек,Блињи ле Сек,Бліньї-ле-Сек,布利尼莱塞克		FR	27	21	212	21085	152	Europe/Paris
6447615	Bligny-lès-Beaune	bligny-les-beaune	Bligny-les-Beaune,Bligny-lès-Beaune,Blin'i-le-Bon,Blini le Bon,blyny-l-bn,bu li ni lai bo en,Блиньи-ле-Бон,Блињи ле Бон,Бліньї-ле-Бон,بلینی-ل-بن,布利尼莱博恩		FR	27	21	211	21086	1241	Europe/Paris
6447616	Bligny-sur-Ouche	bligny-sur-ouche	Bligny-sur-Ouche		FR	27	21	211	21087	838	Europe/Paris
6447617	Boncourt-le-Bois	boncourt-le-bois	Boncourt-le-Bois,Bonkur le Boa,Bonkur-le-Bua,bang ku er lai bu wa,bnkwr-l-bwa,Бонкур ле Боа,Бонкур-ле-Буа,بنکور-ل-بوا,邦库尔莱布瓦		FR	27	21	211	21088	287	Europe/Paris
6447618	Bonnencontre	bonnencontre	Bonkontr,Bonnankontr,Bonnencontre,bnankntr,bo nan kong te er,Бонконтр,Боннанконтр,بنانکنتر,博南孔特尔		FR	27	21	211	21089	449	Europe/Paris
6447619	Boudreville	boudreville	Boudreville,Budrevil,Budrevil',bu de lei wei er,Будревил,Будревиль,Будревіль,布德勒维尔		FR	27	21	213	21090	70	Europe/Paris
6447620	Bouhey	bouhey	Bouhey		FR	27	21	211	21091	37	Europe/Paris
6447621	Bouilland	bouilland	Bouilland,Bujan,bu yi lang,Буйан,Буян,Бујан,布伊朗		FR	27	21	211	21092	210	Europe/Paris
6447622	Bouix	bouix	Bui,bu yi,Буи,Буї,布伊		FR	27	21	213	21093	158	Europe/Paris
6447623	Bourberain	bourberain	Bourberain,Burberen,bu er bo lan,Бурберен,布尔伯兰		FR	27	21	212	21094	389	Europe/Paris
6447625	Boussenois	boussenois	Boussenois,Busenoa,Busnua,Bussenua,bu sang wa,Бусеноа,Буснуа,Буссенуа,布桑瓦		FR	27	21	212	21096	123	Europe/Paris
6447626	Boussey	boussey	Boussey,Buse,Busse,bu sai,Бусе,Буссе,布塞		FR	27	21	213	21097	33	Europe/Paris
6447627	Boux-sous-Salmaise	boux-sous-salmaise	Boux-sous-Salmaise,Bu su Salmez,Bu-su-Sal'mez,bu su sa er mai si,Бу су Салмез,Бу-су-Сальмез,布苏萨尔迈斯		FR	27	21	213	21098	127	Europe/Paris
6447628	Boqueho	boqueho	Bokeo,Boko,Boqueho,Boskazou,Boskazoù,bo ke ao,Бокео,Боко,博克奥		FR	53	22	222	22011	1081	Europe/Paris
6447629	Bourbriac	bourbriac	Bourbriac		FR	53	22	222	22013	2335	Europe/Paris
6447630	Bourseul	bourseul	Boursaout,Bourseul,Bursel,Bursel',Bursjol',bu er se,Бурсел,Бурсель,Бурсёль,布尔瑟		FR	53	22	221	22014	1134	Europe/Paris
6447631	Bréhand	brehand	Brehand,Bréhand		FR	53	22	224	22015	1624	Europe/Paris
6447632	Brélidy	brelidy	Brelidi,bu lei li di,Брелиди,Бреліді,布雷利迪		FR	53	22	222	22018	299	Europe/Paris
6447633	Bringolo	bringolo	Brengolo,Brengolou,Brengoloù,Bringolo,Tumulus Luci,bu lan ge luo,Бренголо,布兰戈洛		FR	53	22	222	22019	463	Europe/Paris
6447634	Brusvily	brusvily	Briviji,Brjusvili,Brusvily,Bruzivili,Plessiacum Bili,bu lu si wei li,Бривији,Брюсвили,Брюсвілі,布吕斯维利		FR	53	22	221	22021	1191	Europe/Paris
6447635	Bulat-Pestivien	bulat-pestivien	Bulat-Pestivien		FR	53	22	222	22023	430	Europe/Paris
6447636	Calanhel	calanhel	Kalanel,Kalanel',ka la nei,Каланел,Каланель,卡拉内		FR	53	22	222	22024	211	Europe/Paris
6447637	Camlez	camlez	Camlez,Castellum Curvum,Kamle,Kamles,Kamlez,kang lai,Камле,Камлез,Камлес,康莱		FR	53	22	223	22028	911	Europe/Paris
6447638	Canihuel	canihuel	Canihuel,Collis Altus,Kanijel,Kanijuehl',Kanijuel',Kanuhel,ka ni yu ai,Каниюель,Каниюэль,Канијел,Каніюель,卡尼于埃		FR	53	22	222	22029	360	Europe/Paris
6447641	Cavan	cavan	Cavan,Kavan,Каван		FR	53	22	223	22034	1530	Europe/Paris
6447643	Coadout	coadout	Coadout		FR	53	22	222	22040	581	Europe/Paris
6447644	Coatascorn	coatascorn	Coatascorn		FR	53	22	223	22041	256	Europe/Paris
6447645	Coëtlogon	coetlogon	Coetlogon,Coëtlogon,Koehtlogon,Коэтлогон		FR	53	22	224	22043	221	Europe/Paris
6447646	Coëtmieux	coetmieux	Coetmieux,Coëtmieux,Koedmaeg,Koehtm'jo,Koemje,Koetm'e,Koetme,Silva Mioci,ke e te mi e,Коемје,Коетмье,Коетмє,Коэтмьё,科厄特米厄		FR	53	22	224	22044	1776	Europe/Paris
6447647	Cohiniac	cohiniac	Cohiniac		FR	53	22	222	22045	365	Europe/Paris
6447648	Le Mené	le-mene	Colinaeum,Koedlinez,Koline,Kolline,Le Mene,Le Mené,ke li nei ai,Колине,Коллине,Колліне,科利内埃		FR	53	22	224	22046	6425	Europe/Paris
6447649	Corseul	corseul	Corseul,Corsoltum,Kersaout,Korsel',Korsjol',ke er se,Корсель,Корсёль,科尔瑟		FR	53	22	221	22048	2177	Europe/Paris
6447650	Créhen	crehen	Crehen,Créhen,Krean,Kreehn,Krehen,ke lei ang,Креан,Креэн,克雷昂		FR	53	22	221	22049	1639	Europe/Paris
6447652	Duault	duault	Collis Umbrosus,Djuo,Djuot,Duaod,Duault,di ao er,Дюо,Дюот,迪奥尔		FR	53	22	222	22052	359	Europe/Paris
6447653	Éréac	ereac	Ehreak,Ereak,Erieg,ai lei a ke,Ереак,Эреак,埃雷阿克		FR	53	22	224	22053	680	Europe/Paris
6447654	Erquy	erquy	Erquy		FR	53	22	224	22054	3904	Europe/Paris
6447655	Évran	evran	Ehvran,Evran,Evrann,ai fu lang,Évran,Евран,Эвран,埃夫朗		FR	53	22	221	22056	1705	Europe/Paris
6447656	Gausson	gausson	Gausson,Gosson,Gwalchion,Госсон		FR	53	22	224	22060	620	Europe/Paris
6447657	Glomel	glomel	Glomel		FR	53	22	222	22061	1396	Europe/Paris
6447658	Gommenec'h	gommenec-h	Gommenec'h		FR	53	22	222	22063	553	Europe/Paris
6447659	Goudelin	goudelin	Goudelin,Gudlen,gu dai lan,Гудлен,古代兰		FR	53	22	222	22065	1757	Europe/Paris
6447660	Grâces	graces	Graces,Gras,Gras-Gwengamp,Grâces,ge la sai,Грас,格拉塞		FR	53	22	222	22067	2510	Europe/Paris
6447661	Grâce-Uzel	grace-uzel	Grace-Uzel,Grâce-Uzel		FR	53	22	224	22068	425	Europe/Paris
6447663	Guingamp	guingamp	Guingamp		FR	53	22	222	22070	6899	Europe/Paris
6447665	Gurunhuel	gurunhuel	Gjurjunjuehl',Gjurjunjuel',Gurunuhel,ju lu ni ai,Гюрюнюель,Гюрюнюэль,居吕尼埃		FR	53	22	222	22072	433	Europe/Paris
6447667	Hénanbihen	henanbihen			FR	53	22	224	22076	1339	Europe/Paris
6447668	Hénansal	henansal	Ehnansal',Enansal',Henant-Sal,ai nan sa,Енансаль,Энансаль,埃南萨		FR	53	22	224	22077	1169	Europe/Paris
6447670	Hénon	henon	Ehnon,Энон		FR	53	22	224	22079	2237	Europe/Paris
6447671	Hillion	hillion	Hillion		FR	53	22	224	22081	4117	Europe/Paris
6447673	Kerbors	kerbors	Kerbor,Kerbors,Kerborzh,kai er bo er,Кербор,Керборс,凯尔博尔		FR	53	22	223	22085	314	Europe/Paris
6447674	Kerfot	kerfot	Kerfo,Kerfod,Kerfot,kai er fu,Керфо,Керфот,凯尔福		FR	53	22	222	22086	712	Europe/Paris
6447675	Kergrist-Moëlou	kergrist-moelou	Kergrist-Moelou,Kergrist-Moëlou		FR	53	22	222	22087	652	Europe/Paris
6447676	Kermaria-Sulard	kermaria-sulard	Kermar'ja-Sjular,Kermaria-Sulard,Kermarija Silar,Kermarja-Sjular,Kervaria-Sular,kai er ma li a xu la er,Кермарија Силар,Кермарья-Сюлар,Кермаря-Сюлар,凯尔马里阿叙拉尔		FR	53	22	223	22090	1045	Europe/Paris
6447677	Kermoroc'h	kermoroc-h			FR	53	22	222	22091	463	Europe/Paris
6447678	Kerpert	kerpert	Kerber,Kerbêr,Kerper,Kerpert,kai er pei er,Керпер,凯尔佩尔		FR	53	22	222	22092	275	Europe/Paris
6447679	Lamballe-Armor	lamballe-armor	Lamballe-Armor		FR	53	22	224	22093	16553	Europe/Paris
6447680	Lancieux	lancieux	Lancieux		FR	53	22	221	22094	1514	Europe/Paris
6447681	Landebaëron	landebaeron	Landbaeron,Landberon,Landebaeron,Landebaëron,lang dai ba e long,Ландбаерон,Ландберон,لانڈیبایرون,朗代巴厄龙		FR	53	22	222	22095	189	Europe/Paris
6447682	Landébia	landebia	Landeb'ja,Landebia,Landebiav,Landebja,Landébia,lang dai bi a,Ландебья,Ландебя,لانڈیبیا,朗代比阿		FR	53	22	221	22096	493	Europe/Paris
6447683	Landéhen	landehen	Landean,Landehen,Landéhen,lang dai ang,Ландеан,لاندیہن,朗代昂		FR	53	22	224	22098	1412	Europe/Paris
6447684	Aulon	aulon	Aulon,Olon,ao long,Олон,奥隆		FR	75	23	232	23011	156	Europe/Paris
6447685	Auriat	auriat	Auriac,Auriat,Or'ja,Orija,Orja,ao li a,Орија,Орья,Оря,奥里阿		FR	75	23	232	23012	110	Europe/Paris
6447686	Auzances	auzances	Ausanca,Ausança,Auzances,Ozans,Ozons,ao cang sai,Озанс,Озонс,奥藏塞		FR	75	23	231	23013	1239	Europe/Paris
6447687	Azerables	azerables	Azerables,Azrabl,Azrabl',Drable,a ze la bu lai,Азрабл,Азрабль,阿泽拉布莱		FR	75	23	232	23015	816	Europe/Paris
6447688	Basville	basville	Basville		FR	75	23	231	23017	161	Europe/Paris
6447689	Bazelat	bazelat	Balasac,Bazelat,Bazla,ba ze la,Базла,巴泽拉		FR	75	23	232	23018	265	Europe/Paris
6447690	Beissat	beissat	Baissac,Beicac,Beissat,Besa,Bessa,Bèiçac,bei sa,Беса,Бесса,贝萨		FR	75	23	231	23019	25	Europe/Paris
6447691	Bellegarde-en-Marche	bellegarde-en-marche	Bel'gard-an-Marsh,Bela Garda,Belagarda,Belgard an Marsh,Bellegarde-en-Marche,Bèla Garda,ma er ke de qu bei lei jia er de,Белгард ан Марш,Бельгард-ан-Марш,马尔克地区贝勒加尔德		FR	75	23	231	23020	408	Europe/Paris
6447692	Bénévent-l'Abbaye	benevent-l-abbaye	Benevent-l'Abbaye,Bénévent-l'Abbaye		FR	75	23	232	23021	797	Europe/Paris
6447693	Bétête	betete	Beteste,Betet,Betete,Biteta,Bétête,bei tai te,Бетет,贝泰特		FR	75	23	231	23022	364	Europe/Paris
6447694	Blaudeix	blaudeix	Blaudeix,Blaudes,Blaudés,Blode,bu luo dai,Блоде,布洛代		FR	75	23	231	23023	96	Europe/Paris
6447695	Blessac	blessac	Blessac		FR	75	23	231	23024	534	Europe/Paris
6447696	Bonnat	bonnat	Bona,Bonac,Bonna,Bonnat,Bònac,bo na,Бона,Бонна,博纳		FR	75	23	232	23025	1302	Europe/Paris
6447697	Bord-Saint-Georges	bord-saint-georges	Bor Sen Zhorzh,Bor-Sen-Zhorzh,Bord-Saint-Georges,Bort,Bort Sent Jorge,Bòrt,Bòrt Sent Jòrge,bo er sheng ruo er re,Бор Сен Жорж,Бор-Сен-Жорж,博尔圣若尔热		FR	75	23	231	23026	354	Europe/Paris
6447698	Bosmoreau-les-Mines	bosmoreau-les-mines	Bomoro le Men,Bomoro-le-Min,Bosc Morel,Boscmorel,Bosmoreau-les-Mines,Bòsc Morèl,Bòscmorèl,bo si mo luo lai mi nei,Боморо ле Мен,Боморо-ле-Мин,Боморо-ле-Мін,博斯莫罗莱米内		FR	75	23	232	23027	249	Europe/Paris
6447699	Bourganeuf	bourganeuf	Bourganeuf		FR	75	23	232	23030	2656	Europe/Paris
6447700	Boussac-Bourg	boussac-bourg	Bocac Borg,Boussac-Bourg,Boçac Borg,Busak Bur,Bussak-Bur,Lo Chasteu de Bocac,Lo Chasteu de Boçac,bu sa ke bu er,Бусак Бур,Буссак-Бур,布萨克布尔		FR	75	23	231	23032	732	Europe/Paris
6447701	Budelière	budeliere	Bidlijer,Bjudel'er,Budaliera,Budel'er,Budeliere,bi dai li ai,Бидлијер,Будельер,Бюдельер,Бюдельєр,比代利埃		FR	75	23	231	23035	733	Europe/Paris
6447702	Bussière-Dunoise	bussiere-dunoise	Bisjer Dinoaz,Bjus'er-Djunuaz,Bussiera de Dun,Bussiéra de Dun,bi xi ai dan wa si,Бисјер Диноаз,Бюсьер-Дюнуаз,Бюсьєр-Дюнуаз,比西埃丹瓦斯		FR	75	23	232	23036	1041	Europe/Paris
6447703	Bussière-Nouvelle	bussiere-nouvelle	Bisjer Nuvel,Bjus'er-Nuvel',Bussiera Novela,Bussiera dAusanca,Bussiera dAusança,Bussiere-Nouvelle,Bussière-Nouvelle,Bussiéra Novela,bi xi ai nu wei er,Бисјер Нувел,Бюсьер-Нувель,Бюсьєр-Нувель,比西埃努韦尔		FR	75	23	231	23037	91	Europe/Paris
6447704	Bussière-Saint-Georges	bussiere-saint-georges			FR	75	23	231	23038	255	Europe/Paris
6447705	Ceyroux	ceyroux	Ceirom,Ceiron,Sejru,Seru,sai lu,Сейру,Серу,塞魯		FR	75	23	232	23042	128	Europe/Paris
6447706	Chamberaud	chamberaud	Chambareu,Chamberaud,Shambero,Shambro,shang bo luo,Шамберо,Шамбро,尚伯罗		FR	75	23	232	23043	102	Europe/Paris
6447707	Chambon-Sainte-Croix	chambon-sainte-croix	Chambon-Sainte-Croix		FR	75	23	232	23044	76	Europe/Paris
6447708	Chambon-sur-Voueize	chambon-sur-voueize	Chambon,Shambon sir Vuez,Shambon-sjur-Vuehz,Shambon-sjur-Vuez,wu ai ci he pan shang bang,Шамбон сир Вуез,Шамбон-сюр-Вуез,Шамбон-сюр-Вуэз,武埃兹河畔尚邦		FR	75	23	231	23045	911	Europe/Paris
6447710	Chamborand	chamborand	Chamborand		FR	75	23	232	23047	245	Europe/Paris
6447711	Champagnat	champagnat	Champanhac,Shampan'ja,Shampana,shang pa ni ya,Шампанья,Шампања,尚帕尼亚		FR	75	23	231	23048	465	Europe/Paris
6447712	Champsanglard	champsanglard	Champ Sanglard,Champsanglard,Shamsanglar,Shansanglar,shang pu sang ge la er,Шамсанглар,Шансанглар,尚普桑格拉尔		FR	75	23	232	23049	246	Europe/Paris
6447713	Chard	chard	Chard,Chàrd,Shar,sha er,Шар,沙尔		FR	75	23	231	23053	206	Europe/Paris
6447714	Charron	charron			FR	75	23	231	23054	230	Europe/Paris
6447715	Châtelard	chatelard	Chastelar,Chatelard,Châtelard,Shatlar,sha tai la er,Шатлар,沙泰拉尔		FR	75	23	231	23055	31	Europe/Paris
6447716	Châtelus-le-Marcheix	chatelus-le-marcheix			FR	75	23	232	23056	328	Europe/Paris
6447717	Châtelus-Malvaleix	chatelus-malvaleix	Chasteluc Malvales,Chasteluç Malvalés,Chatelus-Malvaleix,Châtelus-Malvaleix,Satlyu Malvale,Shatlis Malvale,Shatlju-Mal'vale,sha tai lu ma er wa lai,Шатлис Малвале,Шатлю-Мальвале,Շատլյու Մալվալե,沙泰吕马尔瓦莱		FR	75	23	232	23057	569	Europe/Paris
6447718	Chavanat	chavanat	Chavanac,Chavanat,Shavana,sha wa na,Шавана,沙瓦纳		FR	75	23	232	23060	143	Europe/Paris
6447719	Chénérailles	chenerailles	Charnalhas,Chenerailles,Chénérailles,Sheneraj,xie nei lai lai,Шенерай,Шенерај,谢内赖莱		FR	75	23	231	23061	763	Europe/Paris
6447720	Chéniers	cheniers	Chamniers,Cheniers,Chéniers,Shen'e,Shenije,xie nie er,Шеније,Шенье,Шеньє,谢涅尔		FR	75	23	232	23062	578	Europe/Paris
6447721	Clairavaux	clairavaux	Clairavaux,Claravau,Claravaus,Kleravo,ke lai la wo,Клераво,克莱拉沃		FR	75	23	231	23063	156	Europe/Paris
6447722	Clugnat	clugnat			FR	75	23	231	23064	648	Europe/Paris
6447723	Colondannes	colondannes	Colondanas,Colondannes,Colonzanas,Kolondan,Kolondann,ke long da nei,Колондан,Колонданн,科隆达内		FR	75	23	232	23065	267	Europe/Paris
6447724	Cressat	cressat	Cressac,Kresa,Kressa,Креса,Кресса		FR	75	23	231	23068	554	Europe/Paris
6447725	Crozant	crozant	Crozant		FR	75	23	232	23070	453	Europe/Paris
6447726	Domeyrot	domeyrot	Domairac,Domeirot,Domeiròt,Domejro,Domero,Domeyrot,duo mei luo,Домейро,Домеро,多梅罗		FR	75	23	231	23072	220	Europe/Paris
6447727	Dontreix	dontreix	Dontre,Dontres,Dontrés,dong te lei,Донтре,东特雷		FR	75	23	231	23073	409	Europe/Paris
6447728	Dun-le-Palestel	dun-le-palestel	Den-le-Palestel',Djon-le-Palestel',Dun,Dun-le-Palestel,dan lai pa lai si tai,Ден-ле-Палестель,Дён-ле-Палестель,丹莱帕莱斯泰		FR	75	23	232	23075	1127	Europe/Paris
6447729	Évaux-les-Bains	evaux-les-bains			FR	75	23	231	23076	1386	Europe/Paris
6447730	Faux-la-Montagne	faux-la-montagne			FR	75	23	231	23077	413	Europe/Paris
6447731	Faux-Mazuras	faux-mazuras	Faus Masuras,Faus de Borgonnuou,Faus de Borgonnuòu,Faux-Mazuras,Fo-Mazjura,fu ma ju la,Фо-Мазюра,福马聚拉		FR	75	23	232	23078	180	Europe/Paris
6447732	Felletin	felletin	Felletin		FR	75	23	231	23079	1632	Europe/Paris
6447733	Féniers	feniers	Feniers,Féniers		FR	75	23	231	23080	94	Europe/Paris
6447734	Flayat	flayat	Flaiac,Fleja,Flejja,fu lai a,Флейя,Флея,弗莱阿		FR	75	23	231	23081	314	Europe/Paris
6447735	Fontanières	fontanieres	Fontan'er,Fontanieras,Fontanieres,Fontanijer,Fontanières,feng ta ni ai,Фонтанијер,Фонтаньер,Фонтаньєр,丰塔尼埃		FR	75	23	231	23083	252	Europe/Paris
6447736	Fransèches	franseches	Franceschas,Franseches,Fransesh,Fransèches,fu lang sai she,Франсеш,弗朗塞舍		FR	75	23	232	23086	242	Europe/Paris
6447737	Fresselines	fresselines	Fresselines		FR	75	23	232	23087	515	Europe/Paris
6447738	Genouillac	genouillac	Genolhac,Genouillac,Zhenujak,rang wu yi la ke,Женуйак,Женуяк,让乌伊拉克		FR	75	23	232	23089	743	Europe/Paris
6447739	Glénic	glenic			FR	75	23	232	23092	661	Europe/Paris
6447740	Guéret	gueret	Gueret,Guéret		FR	75	23	232	23096	13275	Europe/Paris
6447741	Issoudun-Létrieix	issoudun-letrieix	Issoudun-Letrieix,Issoudun-Létrieix		FR	75	23	231	23097	300	Europe/Paris
6447742	Annesse-et-Beaulieu	annesse-et-beaulieu	Annesse-et-Beaulieu		FR	75	24	243	24010	1458	Europe/Paris
6447743	Antonne-et-Trigonant	antonne-et-trigonant	Antonne-et-Trigonant		FR	75	24	243	24011	1258	Europe/Paris
6447744	Archignac	archignac	Archignac		FR	75	24	244	24012	355	Europe/Paris
6447746	Aubas	aubas	Aubas		FR	75	24	244	24014	621	Europe/Paris
6447747	Audrix	audrix			FR	75	24	244	24015	282	Europe/Paris
6447748	Augignac	augignac	Augignac		FR	75	24	242	24016	814	Europe/Paris
6447749	Auriac-du-Périgord	auriac-du-perigord	Auriac-du-Perigord,Auriac-du-Périgord		FR	75	24	244	24018	377	Europe/Paris
6447750	Azerat	azerat	Azerat		FR	75	24	244	24019	445	Europe/Paris
6447751	Badefols-d'Ans	badefols-d-ans	Badefols-d'Ans		FR	75	24	244	24021	415	Europe/Paris
6447752	Badefols-sur-Dordogne	badefols-sur-dordogne	Badefols-sur-Dordogne		FR	75	24	241	24022	213	Europe/Paris
6447753	Baneuil	baneuil	Baneuil		FR	75	24	241	24023	356	Europe/Paris
6447754	Bardou	bardou	Bardon,Bardou,Bardu,ba er du,Барду,巴尔杜		FR	75	24	241	24024	44	Europe/Paris
6447755	Bars	bars	Bar,Barc,Barç,ba er,Бар,巴尔		FR	75	24	244	24025	238	Europe/Paris
6447757	Bayac	bayac	Bayac		FR	75	24	241	24027	350	Europe/Paris
6447758	Beaumontois en Périgord	beaumontois-en-perigord			FR	75	24	241	24028	1847	Europe/Paris
6447759	Beaupouyet	beaupouyet	Beaupouyet		FR	75	24	243	24029	497	Europe/Paris
6447760	Beauregard-de-Terrasson	beauregard-de-terrasson	Beauregard-de-Terrasson		FR	75	24	244	24030	716	Europe/Paris
6447761	Beauregard-et-Bassac	beauregard-et-bassac	Beauregard-et-Bassac		FR	75	24	243	24031	265	Europe/Paris
6447762	Beauronne	beauronne	Beauronne,Beorona,Beurona,Boron,Boronn,Борон,Боронн		FR	75	24	243	24032	368	Europe/Paris
6447764	Beleymas	beleymas	Belema,Belesmas,Beleymas,bei lai ma,Белема,贝莱马		FR	75	24	243	24034	277	Europe/Paris
6447765	Berbiguières	berbiguieres	Berbiguieres,Berbiguières		FR	75	24	244	24036	180	Europe/Paris
6447766	Bertric-Burée	bertric-buree			FR	75	24	243	24038	451	Europe/Paris
6447767	Beynac-et-Cazenac	beynac-et-cazenac	Beynac-et-Cazenac		FR	75	24	244	24040	550	Europe/Paris
6447769	Biras	biras	Biras		FR	75	24	242	24042	664	Europe/Paris
6447771	Boisse	boisse	Boas,Boissa,Boisse,Buass,bu wa si,Боас,Буасс,布瓦斯		FR	75	24	241	24045	247	Europe/Paris
6447772	Boisseuilh	boisseuilh	Boasej,Boissuelh,Buasjoj,Buassej,bu wa se yi er,Боасеј,Буассей,Буасёй,布瓦瑟伊尔		FR	75	24	244	24046	120	Europe/Paris
6447773	Bonneville-et-Saint-Avit-de-Fumadières	bonneville-et-saint-avit-de-fumadieres	Bonavila e Sent Avit de Fumadieras,Bonavila e Sent Avit de Fumadièras,Bonneville-et-Saint-Avit-de-Fumadieres,Bonneville-et-Saint-Avit-de-Fumadières,Bonnvil'-e-Sent-Avi-de-Fjumad'er,Bonvil et Sent Avi de Fimadjer,Bonvil'-eh-Sent-Avi-de-Fjumad'er,bo na wei lai-ai te-sheng a wei de fei ma di ai,Бонвил ет Сент Ави де Фимадјер,Бонвиль-э-Сент-Ави-де-Фюмадьер,Боннвиль-е-Сент-Ави-де-Фюмадьер,Боннвіль-е-Сент-Аві-де-Фюмадьєр,博纳维莱-埃特-圣阿维德菲马迪埃		FR	75	24	241	24048	320	Europe/Paris
6447774	Borrèze	borreze	Boresa,Borez,Borrez,Borreze,Borrèze,bo er lei ci,Борез,Боррез,博尔雷兹		FR	75	24	244	24050	343	Europe/Paris
6447775	Bosset	bosset	Bosc Sec,Boscsec,Bose,Bosse,Bosset,Bòsc Sec,Bòscsec,bo sai,bwsyt,Босе,Боссе,بوسیت,博塞		FR	75	24	241	24051	212	Europe/Paris
6447776	Bouniagues	bouniagues	Bonhagas,Bouniagues,Bun'jag,Bunijag,bu ni a gai,Бунијаг,Буньяг,布尼阿盖		FR	75	24	241	24054	583	Europe/Paris
6447777	Bourg-des-Maisons	bourg-des-maisons	Bourg-des-Maisons		FR	75	24	243	24057	67	Europe/Paris
6447778	Bourg-du-Bost	bourg-du-bost	Bourg-du-Bost,Bur di Bost,Bur-dju-Bost,Lo Borg dau Bosc,Lo Borg dau Bòsc,Lo Borg de Combairencha,bu er di bo si,Бур ди Бост,Бур-дю-Бост,布尔迪博斯		FR	75	24	243	24058	229	Europe/Paris
6447779	Bourgnac	bourgnac	Bornhac,Burn'jak,Burnak,bu er ni ya ke,Бурньяк,Бурњак,布尔尼亚克		FR	75	24	243	24059	347	Europe/Paris
6447780	Bourniquel	bourniquel	Bourniquel		FR	75	24	241	24060	67	Europe/Paris
6447781	Bourrou	bourrou	Bourrou		FR	75	24	243	24061	130	Europe/Paris
6447782	Bouteilles-Saint-Sébastien	bouteilles-saint-sebastien	Bouteilles-Saint-Sebastien,Bouteilles-Saint-Sébastien		FR	75	24	243	24062	174	Europe/Paris
6447783	Bouzic	bouzic	Bosic,Bouzic,Buzik,bu qi ke,Бузик,Бузік,布齐克		FR	75	24	244	24063	152	Europe/Paris
6447784	Brantôme en Périgord	brantome-en-perigord	Brantom,Brantome en Perigord,Brantosma,Brantosme,Brantòsme,Brantôme en Périgord,bu lang tong,Брантом,布朗通		FR	75	24	242	24064	3747	Europe/Paris
6447785	Brouchaud	brouchaud	Brouchaud		FR	75	24	242	24066	223	Europe/Paris
6447786	Busserolles	busserolles	Busserolles		FR	75	24	242	24070	501	Europe/Paris
6447787	Bussière-Badil	bussiere-badil	Bussiere-Badil,Bussière-Badil		FR	75	24	242	24071	400	Europe/Paris
6447788	Calès	cales	Cales,Calès,Calés,Kale,ka lai,Кале,卡莱		FR	75	24	241	24073	392	Europe/Paris
6447790	Campsegret	campsegret	Camp Segret,Camp Sègret,Campsegret,Campsegrèt,Kampsegre,Kamsegre,kang pu sai ge lei,Кампсегре,Камсегре,康普塞格雷		FR	75	24	243	24077	389	Europe/Paris
6447792	Capdrot	capdrot	Capdrot		FR	75	24	241	24080	489	Europe/Paris
6447793	Carsac-Aillac	carsac-aillac	Carsac-Aillac		FR	75	24	244	24082	1603	Europe/Paris
6447794	Carsac-de-Gurson	carsac-de-gurson	Carsac-de-Gurson		FR	75	24	241	24083	194	Europe/Paris
6447795	Castels et Bézenac	castels-et-bezenac	Castels et Bezenac,Castels et Bézenac		FR	75	24	244	24087	804	Europe/Paris
6447796	Cause-de-Clérans	cause-de-clerans	Cause-de-Clerans,Cause-de-Clérans		FR	75	24	241	24088	345	Europe/Paris
6447798	Celles	celles	Cela,Celles,Sel,Sel',se lai,Сел,Сель,瑟莱		FR	75	24	243	24090	579	Europe/Paris
6447799	Cénac-et-Saint-Julien	cenac-et-saint-julien	Cenac-et-Saint-Julien,Cénac-et-Saint-Julien		FR	75	24	244	24091	1205	Europe/Paris
6447802	Chalagnac	chalagnac	Chalagnac		FR	75	24	243	24094	432	Europe/Paris
6447803	Champagne-et-Fontaine	champagne-et-fontaine	Champagne-et-Fontaine		FR	75	24	243	24097	405	Europe/Paris
6447804	Champcevinel	champcevinel	Champcevinel		FR	75	24	243	24098	2860	Europe/Paris
6447805	Allenjoie	allenjoie	Alanzhoa,Allanzhua,Allenjoie,a lang ru wa,alynjwa,Аланжоа,Алланжуа,الینجوا,阿朗茹瓦		FR	27	25	252	25011	733	Europe/Paris
6447806	Allondans	allondans	Allondan,Allondans,Alondan,a long dang,alwndans,Аллондан,Алондан,الوندانس,阿隆当		FR	27	25	252	25013	251	Europe/Paris
6447807	Amagney	amagney	Amagney,Aman'e,Amane,a ma gai yi,amagny,Аманьє,Амање,اماگنی,阿马盖伊		FR	27	25	251	25014	807	Europe/Paris
6447808	Amathay-Vésigneux	amathay-vesigneux	Amate Vezine,Amate-Vezin'e,a ma tai wei xi gai yu,amatay-wsygnw,Амате Везиње,Амате-Везіньє,اماتای-وسیگنو,阿马泰韦西盖于		FR	27	25	251	25016	163	Europe/Paris
6447809	Amondans	amondans	Amondan,Amondans,a meng dang,Амондан,امان‌دانس,阿蒙当		FR	27	25	251	25017	89	Europe/Paris
6447810	Anteuil	anteuil	Anteuil		FR	27	25	252	25018	666	Europe/Paris
6447811	Arbouans	arbouans	Arbuan,a er bu ang,Арбуан,阿尔布昂		FR	27	25	252	25020	930	Europe/Paris
6447813	Arcey	arcey	Arcey,Arse,a er sai,Арсе,阿尔塞		FR	27	25	252	25022	1438	Europe/Paris
6447814	Arçon	arcon	Arcon,Arson,Arçon,a er song,Арсон,阿尔松		FR	27	25	253	25024	839	Europe/Paris
6448089	Hanvec	hanvec			FR	53	29	291	29078	2020	Europe/Paris
6447815	Arc-sous-Cicon	arc-sous-cicon	Ark su Sikon,Ark-su-Sikon,a er ke su xi kong,Арк су Сикон,Арк-су-Сікон,阿尔克苏西孔		FR	27	25	253	25025	670	Europe/Paris
6447816	Arc-sous-Montenot	arc-sous-montenot	Ark su Montno,Ark-su-Monteno,a er ke su meng tang ao,Арк су Монтно,Арк-су-Монтено,阿尔克苏蒙唐奥		FR	27	25	253	25026	198	Europe/Paris
6447819	Aubonne	aubonne	Abone,Alba Bona,Albonne,Aubonne,Obon,Obonn,ao bang,Обон,Обонн,奥邦		FR	27	25	253	25029	238	Europe/Paris
6447820	Audeux	audeux	Audeux,Ode,Ude,Оде,Уде		FR	27	25	251	25030	432	Europe/Paris
6447821	Audincourt	audincourt	Audincourt		FR	27	25	252	25031	13582	Europe/Paris
6447822	Autechaux-Roide	autechaux-roide	Autechaux-Roide,Otesho-Road,Otesho-Ruad,ao tai shao lu wa de,Отешо-Роад,Отешо-Руад,奥泰绍鲁瓦德		FR	27	25	252	25033	528	Europe/Paris
6447824	Les Auxons	les-auxons	Les Auxons,Okson Desi,Okson-Dessju,ao ke song dai xu,Оксон Деси,Оксон-Дессю,奥克松代叙		FR	27	25	251	25035	2564	Europe/Paris
6447825	Avilley	avilley	Aville,Avilley,Avje,a wei lai,Авілле,Авје,阿维莱		FR	27	25	251	25038	166	Europe/Paris
6447826	Avoudrey	avoudrey	Avoudrey,Avudre,a wu de lei,Авудре,阿武德雷		FR	27	25	253	25039	900	Europe/Paris
6447827	Badevel	badevel	Badevel		FR	27	25	252	25040	827	Europe/Paris
6447828	Bannans	bannans	Banan,Bannan,Bannans,Банан,Баннан		FR	27	25	253	25041	371	Europe/Paris
6447829	Bart	bart	Bar,Bart,ba er,Бар,巴尔		FR	27	25	252	25043	2015	Europe/Paris
6447830	Bartherans	bartherans	Barteran,Bartherans,Bartran,ba er te lang,Бартеран,Бартран,巴尔特朗		FR	27	25	251	25044	52	Europe/Paris
6447831	Battenans-les-Mines	battenans-les-mines			FR	27	25	251	25045	57	Europe/Paris
6447832	Baume-les-Dames	baume-les-dames			FR	27	25	251	25047	5149	Europe/Paris
6447833	Bavans	bavans	Bavan,ba wang,Баван,巴旺		FR	27	25	252	25048	3661	Europe/Paris
6447834	Belfays	belfays	Belfays		FR	27	25	252	25049	140	Europe/Paris
6447835	Belleherbe	belleherbe	Bel'erb,Belerb,Belleherbe,bei lai ai er bu,Белерб,Бельерб,贝莱埃尔布		FR	27	25	252	25051	607	Europe/Paris
6447836	Berche	berche	Bersh,Берш		FR	27	25	252	25054	481	Europe/Paris
6447837	Berthelange	berthelange	Berthelange		FR	27	25	251	25055	320	Europe/Paris
6447838	Besançon	besancon	Besancon,Besançon		FR	27	25	251	25056	116466	Europe/Paris
6447839	Bethoncourt	bethoncourt	Bethoncourt		FR	27	25	252	25057	5702	Europe/Paris
6447840	Beure	beure	Beure		FR	27	25	251	25058	1364	Europe/Paris
6447841	Beutal	beutal	Betal,Betal',Beutal,bo ta,Бетал,Беталь,伯塔		FR	27	25	252	25059	284	Europe/Paris
6447842	Bians-les-Usiers	bians-les-usiers	Bians-les-Usiers,Bjan le Usjer,Bjan-lez-Juz'e,bi ang lai yu xie er,Бян-лез-Юзьє,Бјан ле Усјер,比昂莱于谢尔		FR	27	25	253	25060	670	Europe/Paris
6447844	Blussangeaux	blussangeaux	Blussangeaux		FR	27	25	252	25066	84	Europe/Paris
6447845	Blussans	blussans	Blisan,Bljussan,Blussans,bu lu sang,Блисан,Блюссан,布吕桑		FR	27	25	252	25067	195	Europe/Paris
6447846	Bolandoz	bolandoz	Bolandoz		FR	27	25	251	25070	379	Europe/Paris
6447847	Bondeval	bondeval	Bondeval,Bondeval',bang de wa,Бондевал,Бондеваль,邦德瓦		FR	27	25	252	25071	473	Europe/Paris
6447850	Bonnétage	bonnetage	Bonetazh,Bonnetage,Bonnetazh,Bonnétage,bo nei ta ge,Бонетаж,Боннетаж,博内塔格		FR	27	25	253	25074	887	Europe/Paris
6447852	Bouclans	bouclans	Bouclans,Buklan,bu ke lang,Буклан,布克朗		FR	27	25	251	25078	1079	Europe/Paris
6447853	Boujailles	boujailles	Boujailles,Buzhaj,bu re lai,Бужай,Бужај,布热莱		FR	27	25	253	25079	422	Europe/Paris
6447855	Boussières	boussieres	Boussieres,Boussières,Bus'er,Busjer,bu xi ai,Бусьєр,Бусјер,布西埃		FR	27	25	251	25084	1102	Europe/Paris
6447856	Bouverans	bouverans	Bouverans		FR	27	25	253	25085	360	Europe/Paris
6447857	Braillans	braillans			FR	27	25	251	25086	198	Europe/Paris
6447858	Branne	branne	Branne		FR	27	25	252	25087	172	Europe/Paris
6447859	Bretonvillers	bretonvillers	Bretonvile,Bretonville,bu lei tong wei lai er,Бретонвиле,Бретонвілле,布雷通维莱尔		FR	27	25	253	25095	276	Europe/Paris
6447860	Brey-et-Maison-du-Bois	brey-et-maison-du-bois	Brey-et-Maison-du-Bois		FR	27	25	253	25096	99	Europe/Paris
6447861	Brognard	brognard	Brognard,Bron'jar,Bronar,bu luo ni ya er,Броньяр,Броњар,布罗尼亚尔		FR	27	25	252	25097	481	Europe/Paris
6447862	Buffard	buffard	Bifar,Bjuffar,Buffard,bi fa er,Бифар,Бюффар,比法尔		FR	27	25	251	25098	159	Europe/Paris
6447863	Anneyron	anneyron	Aneron,Annejron,Anneyron,a nei long,Анерон,Аннейрон,阿内龙		FR	84	26	263	26010	3962	Europe/Paris
6447864	Aouste-sur-Sye	aouste-sur-sye	Aouste-sur-Sye		FR	84	26	261	26011	2495	Europe/Paris
6447865	Arpavon	arpavon	Arpavon,a er pa weng,Арпавон,阿尔帕翁		FR	84	26	262	26013	77	Europe/Paris
6447866	Arthémonay	arthemonay	Artemonac,Artemone,Arthemonay,Arthémonay,a er tai mo nai,Артемоне,阿尔泰莫奈		FR	84	26	263	26014	579	Europe/Paris
6447867	Aubenasson	aubenasson	Aubenasson		FR	84	26	261	26015	67	Europe/Paris
6447868	Aubres	aubres	Aubras,Aubres,Obr,ao bu lei,Обр,奥布雷		FR	84	26	262	26016	415	Europe/Paris
6447869	Aucelon	aucelon	Oslon,ao se long,Ослон,奥瑟隆		FR	84	26	261	26017	15	Europe/Paris
6447870	Aulan	aulan	Aulan,Olan,ao lang,Олан,奥朗		FR	84	26	262	26018	11	Europe/Paris
6447871	Aurel	aurel	Aureu,Aurèu,Orel,Orel',Орел,Орель		FR	84	26	261	26019	242	Europe/Paris
6447872	Autichamp	autichamp	Autachaum,Autichamp,Otisham,Otishan,ao di shang,Отишан,Отішам,奥蒂尚		FR	84	26	261	26021	119	Europe/Paris
6447874	Barbières	barbieres	Barber,Barbieras,Barbieres,Barbièras,Barbières,Barbjer,ba er bi ai,Барбєр,Барбјер,巴尔比埃		FR	84	26	263	26023	1036	Europe/Paris
6447875	Barcelonne	barcelonne	Barcilona,Barselon,Barselonn,ba er se long,Барселон,Барселонн,巴尔瑟隆		FR	84	26	263	26024	349	Europe/Paris
6447876	Barnave	barnave	Barnave		FR	84	26	261	26025	193	Europe/Paris
6447877	Barret-de-Lioure	barret-de-lioure	Barret-de-Lioure		FR	84	26	262	26026	80	Europe/Paris
6448090	Henvic	henvic	Henvic		FR	53	29	293	29079	1333	Europe/Paris
6447878	Bathernay	bathernay	Baterne,ba tai er nai,Батерне,巴泰尔奈		FR	84	26	263	26028	249	Europe/Paris
6447879	Beaufort-sur-Gervanne	beaufort-sur-gervanne	Beaufort-sur-Gervanne,Beufort,Bofor sir Zhervan,Bofor-sjur-Zhervann,Bèufort,re er wang he pan bo fu er,Бофор сир Жерван,Бофор-сюр-Жерванн,热尔旺河畔博福尔		FR	84	26	261	26035	468	Europe/Paris
6447880	Beaumont-en-Diois	beaumont-en-diois	Beaumont-en-Diois		FR	84	26	261	26036	101	Europe/Paris
6447881	Beaumont-lès-Valence	beaumont-les-valence	Beaumont-les-Valence,Beaumont-lès-Valence		FR	84	26	263	26037	3670	Europe/Paris
6447882	Beaumont-Monteux	beaumont-monteux	Beaumont-Monteux,Beumont de Chastelnou,Bomon Monte,Bomon-Monte,Bèumont de Chastelnòu,bo meng meng te,Бомон Монте,Бомон-Монте,博蒙蒙特		FR	84	26	263	26038	1304	Europe/Paris
6447883	Beauregard-Baret	beauregard-baret	Beauregard-Baret		FR	84	26	263	26039	831	Europe/Paris
6447884	Beaurières	beaurieres			FR	84	26	261	26040	73	Europe/Paris
6447885	Beausemblant	beausemblant	Beausemblant,Bozamblan,bo sang bu lang,Бозамблан,博桑布朗		FR	84	26	263	26041	1434	Europe/Paris
6447886	Beauvallon	beauvallon	Beauvallon,Bovallon,Bovalon,La Vacha,bo wa long,Боваллон,Бовалон,博瓦隆		FR	84	26	263	26042	1582	Europe/Paris
6447887	Bellecombe-Tarendol	bellecombe-tarendol	Bel'komb-Tarandol',Belacomba e Tarendou,Belkon Tarando,Bellecombe-Tarendol,Bèlacomba e Tarendòu,bei lai kong bu ta lang duo,Белкон Тарандо,Белькомб-Тарандоль,贝莱孔布塔朗多		FR	84	26	262	26046	80	Europe/Paris
6447888	Bellegarde-en-Diois	bellegarde-en-diois	Bellegarde-en-Diois		FR	84	26	261	26047	83	Europe/Paris
6447889	Bénivay-Ollon	benivay-ollon	Benivaj Olon,Benivay-Ollon,Benive-Ollon,Binivac e Olon,Bénivay-Ollon,bei ni wei ao long,Бенивај Олон,Беніве-Оллон,贝尼韦奥隆		FR	84	26	262	26048	62	Europe/Paris
6447890	Bésayes	besayes	Besaias,Besayes,Beze,Bésayes,bei sai ai,Безе,贝赛埃		FR	84	26	263	26049	1204	Europe/Paris
6447891	Bésignan	besignan	Besignan,Besinhan,Bezin'jan,Bezinan,Bésignan,bei xi ni ang,Безињан,Безіньян,贝西尼昂		FR	84	26	262	26050	76	Europe/Paris
6447892	Bézaudun-sur-Bîne	bezaudun-sur-bine	Besaudun,Bezaudun-sur-Bine,Bezoden sir Bin,Bezoden-sjur-Bin,Bézaudun-sur-Bîne,ban he pan bei zuo dan,Безоден сир Бин,Безоден-сюр-Бін,班河畔贝佐丹		FR	84	26	262	26051	72	Europe/Paris
6447893	Bonlieu-sur-Roubion	bonlieu-sur-roubion	Bonl'e-sjur-Rubjon,Bonlieu-sur-Roubion,Bonlije sir Rubion,Bonloc,Bonlòc,lu bi weng he pan bang li e,Бонлије сир Рубион,Бонльє-сюр-Рубйон,鲁比翁河畔邦利厄		FR	84	26	262	26052	467	Europe/Paris
6447894	Boulc	boulc	Bolc,Boulc,Bul,Bul'k,Бул,Бульк		FR	84	26	261	26055	126	Europe/Paris
6447895	Bourdeaux	bourdeaux	Bordeus,Bordèus,Bourdeaux,Burdo,bu er duo,Бурдо,布尔多		FR	84	26	262	26056	639	Europe/Paris
6447896	Bourg-de-Péage	bourg-de-peage	Bourg-de-Peage,Bourg-de-Péage		FR	84	26	263	26057	10498	Europe/Paris
6447897	Bourg-lès-Valence	bourg-les-valence	Bourg-les-Valence,Bourg-lès-Valence,Bur le Valans,Bur-le-Valans,Lo Borg de Valenca,Lo Borg de Valença,bu er lai wa lang ke,Бур ле Валанс,Бур-ле-Валанс,布尔莱瓦朗克		FR	84	26	263	26058	20078	Europe/Paris
6447898	Bouvières	bouvieres	Bouvieres,Bouvières		FR	84	26	262	26060	147	Europe/Paris
6447899	Bren	bren	Bren		FR	84	26	263	26061	557	Europe/Paris
6447900	Brette	brette	Bret,Breta,Brett,Brette,bu lei te,Брет,Бретт,布雷特		FR	84	26	261	26062	41	Europe/Paris
6447901	Buis-les-Baronnies	buis-les-baronnies	Buis-les-Baronnies		FR	84	26	262	26063	2293	Europe/Paris
6447902	Chabeuil	chabeuil	Chabeuil		FR	84	26	263	26064	6880	Europe/Paris
6447903	Chabrillan	chabrillan	Chabrelha,Chabrillan,Shabrijan,sha bu li lang,Шабријан,Шабріян,沙布里朗		FR	84	26	261	26065	706	Europe/Paris
6447904	Chamaloc	chamaloc	Chamaloc		FR	84	26	261	26069	131	Europe/Paris
6447906	Chanos-Curson	chanos-curson	Chanos-Curson		FR	84	26	263	26071	1075	Europe/Paris
6447907	Chantemerle-les-Blés	chantemerle-les-bles	Chantamerla de Tinh,Chantamerle,Chantamèrla de Tinh,Chantamèrle,Chantemerle-les-Bles,Chantemerle-les-Blés,Shanmerl le Ble,Shantmerl'-le-Ble,shang tai mei er lai bu lai,Шанмерл ле Бле,Шантмерль-ле-Бле,尚泰梅尔莱布莱		FR	84	26	263	26072	1278	Europe/Paris
6447908	Chantemerle-lès-Grignan	chantemerle-les-grignan	Chantamerla de Grinhan,Chantamerle de Grinhan,Chantamèrla de Grinhan,Chantamèrle de Grinhan,Chantemerle-les-Grignan,Chantemerle-lès-Grignan,Shanmerl le Grinan,Shantmerl'-le-Grin'jan,shang tai mei er lai ge li ni ang,Шанмерл ле Грињан,Шантмерль-ле-Гриньян,尚泰梅尔莱格里尼昂		FR	84	26	262	26073	261	Europe/Paris
6447909	Charmes-sur-l'Herbasse	charmes-sur-l-herbasse	Charmes-sur-l'Herbasse		FR	84	26	263	26077	934	Europe/Paris
6447910	Charpey	charpey	Charpac,Charpey,Sharpe,sha er pei,Шарпе,沙尔佩		FR	84	26	263	26079	1367	Europe/Paris
6447911	Chastel-Arnaud	chastel-arnaud	Chastel-Arnaud,Chastelarnaud,Shastel'-Arno,Shatel Arno,sha si tai a er nuo,Шастель-Арно,Шател Арно,沙斯泰阿尔诺		FR	84	26	261	26080	38	Europe/Paris
6447912	Châteaudouble	chateaudouble	Chasteldoble,Chateaudouble,Châteaudouble,Shatodubl,Shatodubl',sha tuo du bu er,Шатодубл,Шатодубль,沙托杜布尔		FR	84	26	263	26081	581	Europe/Paris
6447913	Châteauneuf-de-Bordette	chateauneuf-de-bordette	Chateauneuf-de-Bordette,Châteauneuf-de-Bordette		FR	84	26	262	26082	95	Europe/Paris
6447914	Châteauneuf-de-Galaure	chateauneuf-de-galaure	Chateauneuf-de-Galaure,Châteauneuf-de-Galaure		FR	84	26	263	26083	1792	Europe/Paris
6447915	Châteauneuf-du-Rhône	chateauneuf-du-rhone	Chateauneuf-du-Rhone,Châteauneuf-du-Rhône		FR	84	26	262	26085	2732	Europe/Paris
6447916	Châtillon-en-Diois	chatillon-en-diois	Chastilhon,Chastilhon de Dies,Chastilhon de Diés,Chatillon-en-Diois,Châtillon-en-Diois,Shatijon an Dioa,Shatijon-an-Djua,di wa de qu sha di long,Шатијон ан Диоа,Шатійон-ан-Дюа,迪瓦地区沙蒂隆		FR	84	26	261	26086	667	Europe/Paris
6447917	Châtillon-Saint-Jean	chatillon-saint-jean	Chatillon-Saint-Jean,Châtillon-Saint-Jean		FR	84	26	263	26087	1355	Europe/Paris
6447918	Chatuzange-le-Goubet	chatuzange-le-goubet	Chatusanja,Chatuzange-le-Goubet,Shatizanzh le Gube,Shatjuzanzh-le-Gube,sha di cang ge lai gu bei,Шатизанж ле Губе,Шатюзанж-ле-Губе,沙蒂藏格莱古贝		FR	84	26	263	26088	5413	Europe/Paris
6447919	Chaudebonne	chaudebonne	Chaudebonne		FR	84	26	262	26089	53	Europe/Paris
6447920	Clansayes	clansayes	Clansaias,Clansayes,Klanse,ke lang sai ai,Клансе,克朗赛埃		FR	84	26	262	26093	522	Europe/Paris
6447921	Claveyson	claveyson	Claveyson,Klavejzon,Klaveson,ke la wei song,Клавейзон,Клавесон,克拉韦松		FR	84	26	263	26094	869	Europe/Paris
6447922	Cléon-d'Andran	cleon-d-andran	Cleon-d'Andran,Cléon-d'Andran		FR	84	26	262	26095	845	Europe/Paris
6447923	Clérieux	clerieux	Clerieux,Clerius,Clérieux,Klere,Klerje,ke lai li e,Клерє,Клерје,克莱里厄		FR	84	26	263	26096	2019	Europe/Paris
6447924	Cliousclat	cliousclat	Cliosclat,Cliousclat,Cliusclat,Klijukla,Kliukla,ke li wu si ke la,Клијукла,Кліукла,克利乌斯克拉		FR	84	26	261	26097	643	Europe/Paris
6447925	Cobonne	cobonne	Cobona,Cobonne,Cobòna,Kobon,Kobonn,ke bang,Кобон,Кобонн,科邦		FR	84	26	261	26098	163	Europe/Paris
6447926	Amécourt	amecourt	Amecourt,Amekur,Amécourt,a mei ku er,amykwrt,Амекур,امیکورت,阿梅库尔		FR	28	27	271	27010	164	Europe/Paris
6447927	Amfreville-Saint-Amand	amfreville-saint-amand	Amfrevil la Kampan,Amfrevil'-la-Kampan',Amfreville-Saint-Amand,amfrwyl-l-kmpyn,ang fu lei wei er la kang pa ni,Амфревил ла Кампањ,Амфревиль-ла-Кампань,Амфревіль-ла-Кампань,امفرویل-ل-کمپین,昂夫勒维尔拉康帕尼		FR	28	27	272	27011	1208	Europe/Paris
6447928	Amfreville-sous-les-Monts	amfreville-sous-les-monts	Amfrevil su le Mon,Amfrevil'-su-le-Mon,Amfreville-sous-les-Monts,amfrwyl-sw-l-mants,ang fu lei wei er su si-lai meng te,Амфревил су ле Мон,Амфревиль-су-ле-Мон,Амфревіль-су-ле-Мон,امفرویل-سو-ل-مانتس,昂夫勒维尔苏斯-莱蒙特		FR	28	27	271	27013	501	Europe/Paris
6447929	Amfreville-sur-Iton	amfreville-sur-iton	Amfrevil sir Iton,Amfrevil'-sjur-Iton,Amfreville-sur-Iton,amfrwyl-sw-aytwn,yi tong he pan ang fu lei wei er,Амфревил сир Итон,Амфревиль-сюр-Итон,Амфревіль-сюр-Ітон,امفرویل-سو-ایتون,伊通河畔昂夫勒维尔		FR	28	27	271	27014	821	Europe/Paris
6447930	Andé	ande	Ande,Andé,Onde,ang dai,Анде,Онде,昂代		FR	28	27	271	27015	1275	Europe/Paris
6447931	Angerville-la-Campagne	angerville-la-campagne	Angerville-la-Campagne		FR	28	27	273	27017	1302	Europe/Paris
6447932	Appeville-Annebault	appeville-annebault	Appeville-Annebault,Appvil'-Annbo,Apvil Anbo,a po wei er a nei bo er,Апвил Анбо,Аппвиль-Аннбо,Аппвіль-Аннбо,阿珀维尔阿内博尔		FR	28	27	272	27018	1024	Europe/Paris
6447934	Arnières-sur-Iton	arnieres-sur-iton	Arn'er-sjur-Iton,Arnieres-sur-Iton,Arnijer sir Iton,Arnières-sur-Iton,yi tong he pan a er ni ai,Арнијер сир Итон,Арньер-сюр-Итон,Арньєр-сюр-Ітон,伊通河畔阿尔尼埃		FR	28	27	273	27020	1641	Europe/Paris
6447936	Le Val d'Hazey	le-val-d-hazey			FR	28	27	271	27022	5538	Europe/Paris
6447937	Aulnay-sur-Iton	aulnay-sur-iton	Aulnay-sur-Iton		FR	28	27	273	27023	710	Europe/Paris
6447938	Authevernes	authevernes	Authevernes,Otevern,Otvern,ao te wei er nei,Отверн,Отеверн,奥特韦尔内		FR	28	27	271	27026	397	Europe/Paris
6447939	Aviron	aviron	Aviron		FR	28	27	273	27031	1103	Europe/Paris
6447940	Chambois	chambois			FR	28	27	272	27032	1356	Europe/Paris
6447941	Bacquepuis	bacquepuis			FR	28	27	272	27033	317	Europe/Paris
6447943	Barc	barc	Barc,Bark,Барк		FR	28	27	272	27037	1214	Europe/Paris
6447944	Barneville-sur-Seine	barneville-sur-seine			FR	28	27	272	27039	506	Europe/Paris
6447945	Barquet	barquet			FR	28	27	272	27040	442	Europe/Paris
6447946	Bazincourt-sur-Epte	bazincourt-sur-epte	Bazincourt-sur-Epte		FR	28	27	271	27045	757	Europe/Paris
6447947	Bazoques	bazoques			FR	28	27	272	27046	163	Europe/Paris
6447948	Beaubray	beaubray			FR	28	27	273	27047	320	Europe/Paris
6447949	Beauficel-en-Lyons	beauficel-en-lyons	Bofisel an Lion,Bofisel'-an-Lion,li weng de qu bo fei sai,Бофисел ан Лион,Бофисель-ан-Лион,Бофісель-ан-Ліон,利翁地区博菲塞		FR	28	27	271	27048	190	Europe/Paris
6447950	Beaumontel	beaumontel	Beaumontel		FR	28	27	272	27050	666	Europe/Paris
6447951	Beaumont-le-Roger	beaumont-le-roger	Beaumont-le-Roger		FR	28	27	272	27051	2946	Europe/Paris
6447952	Bémécourt	bemecourt	Bemecourt,Bémécourt		FR	28	27	272	27054	556	Europe/Paris
6447953	Bérengeville-la-Campagne	berengeville-la-campagne	Berengeville-la-Campagne,Bérengeville-la-Campagne		FR	28	27	272	27055	316	Europe/Paris
6447954	Bernay	bernay	Bernacum,Bernay,Berne,bei er nai,berune,byrnay,Берне,بيرناي,ベルネー,贝尔奈		FR	28	27	272	27056	10392	Europe/Paris
6447955	Bernienville	bernienville			FR	28	27	272	27057	284	Europe/Paris
6447957	Bernouville	bernouville	Bernouville		FR	28	27	271	27059	298	Europe/Paris
6447959	Berthouville	berthouville	Berthouville		FR	28	27	272	27061	304	Europe/Paris
6447960	Berville-la-Campagne	berville-la-campagne	Berville-la-Campagne		FR	28	27	272	27063	243	Europe/Paris
6447961	Berville-sur-Mer	berville-sur-mer	Berville-sur-Mer		FR	28	27	272	27064	707	Europe/Paris
6447962	Bézu-la-Forêt	bezu-la-foret	Bezi la Fore,Bezju-la-Fore,Bezu-la-Foret,Bézu-la-Forêt,bei ju la fu lei,Бези ла Форе,Безю-ла-Форе,贝聚拉福雷		FR	28	27	271	27066	307	Europe/Paris
6447963	Bézu-Saint-Éloi	bezu-saint-eloi	Bezi Sent Eloa,Bezju-Sent-Elua,Bezu-Saint-Eloi,Bézu-Saint-Eloi,Bézu-Saint-Éloi,bei ju sheng ai lu wa,Бези Сент Елоа,Безю-Сент-Елуа,贝聚圣埃卢瓦		FR	28	27	271	27067	1491	Europe/Paris
6447964	Bois-Anzeray	bois-anzeray	Bois-Anzeray		FR	28	27	272	27068	176	Europe/Paris
6447965	Bois-Arnault	bois-arnault			FR	28	27	272	27069	711	Europe/Paris
6447966	Frenelles-en-Vexin	frenelles-en-vexin	Frenelles-en-Vexin		FR	28	27	271	27070	1688	Europe/Paris
6447967	Bois-Jérôme-Saint-Ouen	bois-jerome-saint-ouen	Boa Zherom Sent Uan,Bois-Jerome-Saint-Ouen,Bois-Jérôme-Saint-Ouen,Bua-Zherom-Sent-Uan,bu wa re long sheng wu ang,Боа Жером Сент Уан,Буа-Жером-Сент-Уан,布瓦热龙圣乌昂		FR	28	27	271	27072	748	Europe/Paris
6447968	Bois-le-Roi	bois-le-roi			FR	28	27	273	27073	1165	Europe/Paris
6447969	Boisney	boisney	Boisney		FR	28	27	272	27074	285	Europe/Paris
6447970	Bois-Normand-près-Lyre	bois-normand-pres-lyre	Boa Norman pre Lir,Bois-Normand-pres-Lyre,Bois-Normand-près-Lyre,Bua-Norman-pre-Lir,bu wa nuo er mang de-pu lei li er,Боа Норман пре Лир,Буа-Норман-пре-Лир,Буа-Норман-пре-Лір,布瓦诺尔芒德-普雷利尔		FR	28	27	272	27075	339	Europe/Paris
6447971	Boissey-le-Châtel	boissey-le-chatel	Boase le Shatel,Buase-le-Shatel',bu wa sai lai sha tai,Боасе ле Шател,Буасе-ле-Шатель,布瓦塞莱沙泰		FR	28	27	272	27077	897	Europe/Paris
6447972	Boissy-Lamberville	boissy-lamberville	Boissy-Lamberville		FR	28	27	272	27079	342	Europe/Paris
6447973	Boncourt	boncourt			FR	28	27	273	27081	188	Europe/Paris
6447974	Bonneville-Aptot	bonneville-aptot	Bonneville-Aptot		FR	28	27	272	27083	256	Europe/Paris
6447976	Flancourt-Crescy-en-Roumois	flancourt-crescy-en-roumois	Flancourt-Crescy-en-Roumois		FR	28	27	272	27085	1424	Europe/Paris
6447978	Bosgouet	bosgouet	Bosgouet		FR	28	27	272	27091	685	Europe/Paris
6447981	Bosquentin	bosquentin	Bosquentin		FR	28	27	271	27094	128	Europe/Paris
6447982	Bosrobert	bosrobert	Borober,Bosrober,Bosrobert,bo si luo bei er,Боробер,Босробер,博斯罗贝尔		FR	28	27	272	27095	658	Europe/Paris
6447983	Bouafles	bouafles	Bouafles,Buafl,Buafl',bu a fu lai,Буафл,Буафль,布阿夫莱		FR	28	27	271	27097	649	Europe/Paris
6447984	Bouchevilliers	bouchevilliers			FR	28	27	271	27098	82	Europe/Paris
6447985	Argenvilliers	argenvilliers	Argenvilliers,Arzhanvil'e,Arzhanvilije,a er rang wei li ye er,Аржанвилије,Аржанвільє,阿尔让维利耶尔		FR	24	28	284	28010	335	Europe/Paris
6447986	Commune nouvelle d'Arrou	commune-nouvelle-d-arrou	Commune nouvelle d'Arrou		FR	24	28	282	28012	3808	Europe/Paris
6447987	Aunay-sous-Auneau	aunay-sous-auneau	One su Ono,One-suz-Ono,ao nai su ao nuo,Оне су Оно,Оне-суз-Оно,奥奈苏奥诺		FR	24	28	281	28013	1468	Europe/Paris
6447988	Aunay-sous-Crécy	aunay-sous-crecy	Aunay-sous-Crecy,Aunay-sous-Crécy		FR	24	28	283	28014	616	Europe/Paris
6447989	Authon-du-Perche	authon-du-perche	Authon-du-Perche		FR	24	28	284	28018	1519	Europe/Paris
6447991	Bailleau-le-Pin	bailleau-le-pin	Bajo le Pen,Bajo-le-Pen,bai luo lai pan,Байо-ле-Пен,Бајо ле Пен,拜洛莱潘		FR	24	28	281	28021	1567	Europe/Paris
6447992	Bailleau-l'Évêque	bailleau-l-eveque	Bailleau-l'Eveque,Bailleau-l'Évêque		FR	24	28	281	28022	1174	Europe/Paris
6447993	Barjouville	barjouville	Barjouville,Barzhuvil,Barzhuvil',ba er ru wei er,Баржувил,Баржувіль,巴尔茹维尔		FR	24	28	281	28024	1723	Europe/Paris
6447994	Barmainville	barmainville	Barmainville,Barmenvil,Barmenvil',ba er man wei er,Барменвил,Барменвіль,巴尔曼维尔		FR	24	28	281	28025	122	Europe/Paris
6447995	Bazoches-en-Dunois	bazoches-en-dunois	Bazoches-en-Dunois,Bazosh an Dinoa,Bazosh-an-Djunua,dan wa de qu ba zuo xie,Базош ан Диноа,Базош-ан-Дюнуа,丹瓦地区巴佐谢		FR	24	28	282	28028	257	Europe/Paris
6447996	Bazoches-les-Hautes	bazoches-les-hautes	Bazoches-les-Hautes,Bazosh lez Ot,Bazosh-le-Ot,ba zuo xie lai ao tai,Базош лез От,Базош-ле-От,巴佐谢莱奥泰		FR	24	28	282	28029	316	Europe/Paris
6447997	Beaumont-les-Autels	beaumont-les-autels	Beaumont-les-Autels,Bomon lez Otel,Bomon-lez-Otel',bo meng lai ao tai er,Бомон лез Отел,Бомон-лез-Отель,博蒙莱奥泰尔		FR	24	28	284	28031	402	Europe/Paris
6447998	Belhomert-Guéhouville	belhomert-guehouville	Belhomert-Guehouville,Belhomert-Guéhouville		FR	24	28	284	28033	800	Europe/Paris
6447999	Berchères-les-Pierres	bercheres-les-pierres			FR	24	28	281	28035	1008	Europe/Paris
6448000	Berchères-sur-Vesgre	bercheres-sur-vesgre	Bercheres-sur-Vesgre,Berchères-sur-Vesgre,Bersher sir Vegr,Bersher-sjur-Vegr,wei si ge er he pan bei er xie lei,Бершер сир Вегр,Бершер-сюр-Вегр,韦斯格尔河畔贝尔谢雷		FR	24	28	283	28036	841	Europe/Paris
6448002	Béthonvilliers	bethonvilliers	Bethonvilliers,Béthonvilliers		FR	24	28	284	28038	120	Europe/Paris
6448003	Béville-le-Comte	beville-le-comte	Bevil le Kont,Bevil'-le-Kont,Beville-le-Comte,Béville-le-Comte,bei wei er lai kong te,Бевил ле Конт,Бевіль-ле-Конт,贝维尔莱孔特		FR	24	28	281	28039	1633	Europe/Paris
6448004	Billancelles	billancelles	Bijansel,Bijansel',Billancelles,bi lang se lai,Бијансел,Біянсель,比朗瑟莱		FR	24	28	281	28040	325	Europe/Paris
6448005	Blandainville	blandainville	Blandainville,Blandenvil,Blandenvil',bu lang dan wei er,Бланденвил,Бланденвіль,布朗丹维尔		FR	24	28	281	28041	270	Europe/Paris
6448007	Boissy-en-Drouais	boissy-en-drouais	Boissy-en-Drouais		FR	24	28	283	28045	203	Europe/Paris
6448008	Boissy-lès-Perche	boissy-les-perche	Boissy-les-Perche,Boissy-lès-Perche		FR	24	28	283	28046	501	Europe/Paris
6448009	Boisville-la-Saint-Père	boisville-la-saint-pere	Boisville-la-Saint-Pere,Boisville-la-Saint-Père		FR	24	28	281	28047	706	Europe/Paris
6448010	Boncé	bonce	Bonce,Boncé		FR	24	28	281	28049	244	Europe/Paris
6448011	Boncourt	boncourt	Boncourt,Bonkur,bang ku er,Бонкур,邦库尔		FR	24	28	283	28050	265	Europe/Paris
6448012	Bouglainval	bouglainval	Bouglainval,Buglenval,Buglenval',bu ge lan wa,Бугленвал,Бугленваль,布格兰瓦		FR	24	28	281	28052	775	Europe/Paris
6448013	Le Boullay-les-Deux-Églises	le-boullay-les-deux-eglises	Le Boullay-les-Deux-Eglises,Le Boullay-les-Deux-Églises		FR	24	28	283	28053	271	Europe/Paris
6448014	Bréchamps	brechamps	Brechamps,Bréchamps		FR	24	28	283	28058	335	Europe/Paris
6448015	Briconville	briconville	Briconville		FR	24	28	281	28060	239	Europe/Paris
6448016	Broué	broue	Broue,Broué,Brue,bu lu ai,Бруе,布鲁埃		FR	24	28	283	28062	889	Europe/Paris
6448018	Bû	bu	Bu,Bû		FR	24	28	283	28064	1948	Europe/Paris
6448019	Bullainville	bullainville			FR	24	28	282	28065	108	Europe/Paris
6448021	Challet	challet	Challet		FR	24	28	281	28068	433	Europe/Paris
6448022	Champhol	champhol	Champhol		FR	24	28	281	28070	3622	Europe/Paris
6448023	Champrond-en-Gâtine	champrond-en-gatine	Champrond-en-Gatine,Champrond-en-Gâtine,Shampron on Gatin,Shamprond-an-Gatin,jia tan de qu shang pu long,Шампрон он Гатин,Шампронд-ан-Гатін,加坦地区尚普龙		FR	24	28	284	28071	647	Europe/Paris
6448024	Chapelle-Guillaume	chapelle-guillaume	Chapelle-Guillaume		FR	24	28	284	28078	187	Europe/Paris
6448025	Chapelle-Royale	chapelle-royale	Chapelle-Royale,Shapel Roajal,Shapel'-Ruajal',sha pei er lu wa a er,Шапел Роајал,Шапель-Руаяль,沙佩尔鲁瓦阿尔		FR	24	28	284	28079	308	Europe/Paris
6448026	Charbonnières	charbonnieres	Charbonnieres,Charbonnières,Sharbon'er,Sharbonijer,sha er bo ni ai,Шарбонијер,Шарбоньєр,沙尔博尼埃		FR	24	28	284	28080	254	Europe/Paris
6448027	Charonville	charonville	Sharonvil,Sharonvil',sha long wei er,Шаронвил,Шаронвіль,沙龙维尔		FR	24	28	281	28081	314	Europe/Paris
6448028	Charpont	charpont	Charpont		FR	24	28	283	28082	586	Europe/Paris
6448030	Chartainvilliers	chartainvilliers	Chartainvilliers		FR	24	28	281	28084	730	Europe/Paris
6448031	Chartres	chartres	Chartres		FR	24	28	281	28085	38752	Europe/Paris
6448032	Chassant	chassant	Chassant,Shasan,Shassan,sha sang,Шасан,Шассан,沙桑		FR	24	28	284	28086	331	Europe/Paris
6448033	Châteaudun	chateaudun	Castrodunum,Chateaudun,Châteaudun,Shatoden,Shatodjon,sha tuo dan,shatodan,shatwdn,syatodoeng,Шатоден,Шатодён,شاتودن,シャトーダン,沙托丹,샤토됭		FR	24	28	282	28088	13077	Europe/Paris
6448034	Châteauneuf-en-Thymerais	chateauneuf-en-thymerais			FR	24	28	283	28089	2641	Europe/Paris
6448036	Chaudon	chaudon	Chaudon,Shodon,shao dong,Шодон,绍东		FR	24	28	283	28094	1680	Europe/Paris
6448037	Chauffours	chauffours	Chauffours		FR	24	28	281	28095	277	Europe/Paris
6448038	Bodilis	bodilis	Bod'i,Bodiji,Bodilis,Bodiliz,bo di li,Бодилис,Бодији,Бодьи,Бодьї,博迪利		FR	53	29	293	29010	1603	Europe/Paris
6448039	Bohars	bohars	Bohars		FR	53	29	291	29011	3474	Europe/Paris
6448040	Bolazec	bolazec	Bolazec		FR	53	29	292	29012	205	Europe/Paris
6448041	Botmeur	botmeur	Botmeur		FR	53	29	292	29013	212	Europe/Paris
6448042	Botsorhel	botsorhel	Botsorhel		FR	53	29	293	29014	424	Europe/Paris
6448043	Bourg-Blanc	bourg-blanc			FR	53	29	291	29015	3556	Europe/Paris
6448044	Brasparts	brasparts			FR	53	29	292	29016	1033	Europe/Paris
6448045	Brélès	breles	Brele,Breles,Brelez,Brélès,bu lei lai,Бреле,Брелес,布雷莱		FR	53	29	291	29017	882	Europe/Paris
6448046	Brennilis	brennilis	Brennilis		FR	53	29	292	29018	451	Europe/Paris
6448047	Brest	brest	Brest,Brest i Frankrike,Bresta,Brestas,Brestia,Brèst,Gorad Brehst,Vresti,beuleseuteu,braista,bresta,brst,bryst,bu lei si te,buresuto,pirest,Βρέστη,Брест,Горад Брэст,ברסט,برست,بريست,بریسٹ,بریسٹ، فرانس,ब्रेस्त,ब्रैस्त,பிரெஸ்ட்,แบร็สต์,བེ་རེ་སི་ཊི།,ბრესტი,ブレスト,布雷斯特,브레스트		FR	53	29	291	29019	139342	Europe/Paris
6448048	Briec	briec	Briec		FR	53	29	294	29020	5627	Europe/Paris
6448049	Plounéour-Brignogan-plages	plouneour-brignogan-plages	Plouneour-Brignogan-plages,Plounéour-Brignogan-plages		FR	53	29	291	29021	1928	Europe/Paris
6448050	Camaret-sur-Mer	camaret-sur-mer			FR	53	29	292	29022	2586	Europe/Paris
6448051	Carantec	carantec			FR	53	29	293	29023	3148	Europe/Paris
6448052	Carhaix-Plouguer	carhaix-plouguer	Carhaix-Plouguer,Carophesium,Karaez,Karaez-Plouger,Karaez-Plougêr,Kare Pluger,Kare-Pluge,Kare-Pluger,ka lai pu lu gai,kare=purugeru,Каре Плугер,Каре-Плуге,Каре-Плугер,カレ＝プルゲール,卡赖普卢盖		FR	53	29	292	29024	7240	Europe/Paris
6448053	Châteaulin	chateaulin	Chateaulin,Châteaulin		FR	53	29	292	29026	5212	Europe/Paris
6448054	Châteauneuf-du-Faou	chateauneuf-du-faou	Chateauneuf-du-Faou,Châteauneuf-du-Faou		FR	53	29	292	29027	3677	Europe/Paris
6448055	Cléden-Cap-Sizun	cleden-cap-sizun			FR	53	29	294	29028	956	Europe/Paris
6448056	Cléden-Poher	cleden-poher	Cleden-Poher,Cléden-Poher		FR	53	29	292	29029	1142	Europe/Paris
6448057	Cléder	cleder			FR	53	29	293	29030	3782	Europe/Paris
6448058	Clohars-Carnoët	clohars-carnoet	Clohars-Carnoet,Clohars-Carnoët		FR	53	29	294	29031	4310	Europe/Paris
6448059	Clohars-Fouesnant	clohars-fouesnant			FR	53	29	294	29032	2037	Europe/Paris
6448060	Coat-Méal	coat-meal	Coat-Meal,Coat-Méal		FR	53	29	291	29035	1091	Europe/Paris
6448061	Collorec	collorec	Koloreg		FR	53	29	292	29036	613	Europe/Paris
6448062	Combrit	combrit	Combrit		FR	53	29	294	29037	4048	Europe/Paris
6448063	Commana	commana	Commana		FR	53	29	293	29038	1031	Europe/Paris
6448064	Concarneau	concarneau	Concarneau		FR	53	29	294	29039	19046	Europe/Paris
6448065	Coray	coray	Coray		FR	53	29	292	29041	1903	Europe/Paris
6448066	Crozon	crozon			FR	53	29	292	29042	7539	Europe/Paris
6448067	Dinéault	dineault	Dineault,Dinéault		FR	53	29	292	29044	2169	Europe/Paris
6448068	Dirinon	dirinon			FR	53	29	291	29045	2294	Europe/Paris
6448069	Elliant	elliant	Elliant		FR	53	29	294	29049	3234	Europe/Paris
6448070	Ergué-Gabéric	ergue-gaberic	Ergue-Gaberic,Ergué-Gabéric		FR	53	29	294	29051	8104	Europe/Paris
6448072	Garlan	garlan			FR	53	29	293	29059	1056	Europe/Paris
6448073	Gouesnach	gouesnach	Gouenach,Gouesnac'h,Gouesnac’h,Guenak,Guenash,gu ai si na ke,Гуенак,Гуенаш,古埃斯纳克		FR	53	29	294	29060	2761	Europe/Paris
6448074	Gouesnou	gouesnou	Gouesnou		FR	53	29	291	29061	6092	Europe/Paris
6448075	Gouézec	gouezec	Gouezec,Gouézec		FR	53	29	292	29062	1100	Europe/Paris
6448076	Goulien	goulien			FR	53	29	294	29063	433	Europe/Paris
6448077	Goulven	goulven	Goulchen,Goulven,Gul'van,Gulvan,gu er wang,Гулван,Гульван,古尔旺		FR	53	29	291	29064	448	Europe/Paris
6448078	Gourlizon	gourlizon	Gourlizon		FR	53	29	294	29065	897	Europe/Paris
6448079	Guengat	guengat			FR	53	29	294	29066	1759	Europe/Paris
6448080	Guerlesquin	guerlesquin	Gerlesken,Guerlesquin,Gwerliskin,gai er lai si qu an,Герлескен,盖尔莱斯屈安		FR	53	29	293	29067	1343	Europe/Paris
6448081	Guiclan	guiclan			FR	53	29	293	29068	2487	Europe/Paris
6448082	Guilers	guilers	Guilers		FR	53	29	291	29069	8010	Europe/Paris
6448083	Guiler-sur-Goyen	guiler-sur-goyen	Gile-sjur-Guajan,Guiler-sur-Goyen,Gwiler-Kerne,gua ang he pan ji lai,Гиле-сюр-Гуаян,Гіле-сюр-Гуаян,瓜昂河畔吉莱		FR	53	29	294	29070	532	Europe/Paris
6448084	Guilligomarc'h	guilligomarc-h	Guilligomarc'h		FR	53	29	294	29071	765	Europe/Paris
6448085	Guimaëc	guimaec			FR	53	29	293	29073	958	Europe/Paris
6448086	Guipavas	guipavas			FR	53	29	291	29075	14466	Europe/Paris
6448087	Milizac-Guipronvel	milizac-guipronvel	Gipronvel',Gwipronvel,Gwiproñvel,gipuron'vu~eru,ji pu long wei,Гипронвель,Гіпронвель,ギプロンヴェル,吉普龙韦		FR	53	29	291	29076	4436	Europe/Paris
6448088	Guissény	guisseny			FR	53	29	291	29077	2002	Europe/Paris
6448091	Hôpital-Camfrout	hopital-camfrout	Hopital-Camfrout,Hôpital-Camfrout		FR	53	29	291	29080	2230	Europe/Paris
6448092	Huelgoat	huelgoat			FR	53	29	292	29081	1490	Europe/Paris
6448093	Île-Tudy	ile-tudy	Ile-Tudy,Île-Tudy		FR	53	29	294	29085	746	Europe/Paris
6448094	Irvillac	irvillac			FR	53	29	291	29086	1429	Europe/Paris
6448095	Kergloff	kergloff	Kergloff		FR	53	29	292	29089	900	Europe/Paris
6448096	Kerlaz	kerlaz			FR	53	29	294	29090	814	Europe/Paris
6448097	Kerlouan	kerlouan			FR	53	29	291	29091	2163	Europe/Paris
6448098	Kernilis	kernilis	Kernilis		FR	53	29	291	29093	1466	Europe/Paris
6448099	Kernouës	kernoues	Kernoues,Kernouës		FR	53	29	291	29094	699	Europe/Paris
6448100	Kersaint-Plabennec	kersaint-plabennec	Kersaint-Plabennec		FR	53	29	291	29095	1420	Europe/Paris
6448101	Lampaul-Guimiliau	lampaul-guimiliau	Lampaul-Guimiliau		FR	53	29	293	29097	2079	Europe/Paris
6448102	Lampaul-Plouarzel	lampaul-plouarzel	Lampaul-Plouarzel		FR	53	29	291	29098	2094	Europe/Paris
6448103	Ambiegna	ambiegna	Ambiegna		FR	94	2A	2A1	2A014	68	Europe/Paris
6448104	Appietto	appietto	Appietto		FR	94	2A	2A1	2A017	1819	Europe/Paris
6448105	Arbellara	arbellara	Arbellara		FR	94	2A	2A4	2A018	153	Europe/Paris
6448106	Arbori	arbori	Arbori		FR	94	2A	2A1	2A019	54	Europe/Paris
6448107	Argiusta-Moriccio	argiusta-moriccio	Argiusta-Moriccio		FR	94	2A	2A4	2A021	76	Europe/Paris
6448108	Arro	arro	Arro		FR	94	2A	2A1	2A022	86	Europe/Paris
6448109	Aullène	aullene	Aullene,Aullène		FR	94	2A	2A4	2A024	186	Europe/Paris
6448110	Azilone-Ampaza	azilone-ampaza	Azilone-Ampaza		FR	94	2A	2A1	2A026	179	Europe/Paris
6448111	Azzana	azzana			FR	94	2A	2A1	2A027	49	Europe/Paris
6448112	Balogna	balogna	Balogna		FR	94	2A	2A1	2A028	130	Europe/Paris
6448113	Bastelica	bastelica	Bastelica		FR	94	2A	2A1	2A031	541	Europe/Paris
6448114	Bilia	bilia	Bilia		FR	94	2A	2A4	2A038	45	Europe/Paris
6448115	Bocognano	bocognano	Bocognano		FR	94	2A	2A1	2A040	416	Europe/Paris
6448116	Bonifacio	bonifacio	Bonifach'o,Bonifacho,Bonifacio,Bonifatziu,Bonifàtziu,Bunifaziu,Fanum Sancti Bonifacii,bo ni fa qiao,bonifashio,bwnyfachyw  jnwby kwrsyka,bwnyfachyw  krs jnwby,bwnyfasyw,Бонифачо,Бонифачьо,Боніфачьо,بونيفاسيو,بونیفاچیو، جنوبی کورسیکا,بونیفاچیو، کرس جنوبی,ボニファシオ,博尼法乔		FR	94	2A	2A4	2A041	3048	Europe/Paris
6448117	Calcatoggio	calcatoggio			FR	94	2A	2A1	2A048	532	Europe/Paris
6448118	Cannelle	cannelle	Cannelle		FR	94	2A	2A1	2A060	60	Europe/Paris
6448119	Carbuccia	carbuccia	Carbuccia		FR	94	2A	2A1	2A062	389	Europe/Paris
6448120	Cardo-Torgia	cardo-torgia			FR	94	2A	2A1	2A064	31	Europe/Paris
6448121	Cargèse	cargese	Cargese,Cargèse		FR	94	2A	2A1	2A065	1319	Europe/Paris
6448122	Cargiaca	cargiaca	Cargiaca		FR	94	2A	2A4	2A066	54	Europe/Paris
6448123	Casaglione	casaglione	Casaglionu,Kazal'jone,Kazal'one,Kazalone,Казальйоне,Казальоне,Казаљоне		FR	94	2A	2A1	2A070	389	Europe/Paris
6448124	Casalabriva	casalabriva	Casalabriva,Kazalabriva,Казалабрива		FR	94	2A	2A4	2A071	209	Europe/Paris
6448125	Cauro	cauro	Cauro,Cavru,Kauro,Кауро		FR	94	2A	2A1	2A085	1403	Europe/Paris
6448126	Ciamannacce	ciamannacce	Chamanache,Chamannachche,Chiamannachche,Ciamannaccia,Чаманаче,Чаманначче,Чиаманначче,Чіаманначче		FR	94	2A	2A1	2A089	133	Europe/Paris
6448127	Coggia	coggia	Coggia,Coghja,Kodzha,Коджа,Кођа		FR	94	2A	2A1	2A090	704	Europe/Paris
6448128	Conca	conca	Konka,Конка		FR	94	2A	2A4	2A092	1117	Europe/Paris
6448129	Corrano	corrano	Corrano,Curra,Currà,Korano,Korrano,Корано,Коррано		FR	94	2A	2A1	2A094	72	Europe/Paris
6448130	Coti-Chiavari	coti-chiavari	Coti e Chjavari,Coti è Chjavari,Coti-Chiavari,Koti-K'javari,Koti-Kjavari,Коти-Кьявари,Коті-Кяварі		FR	94	2A	2A1	2A098	748	Europe/Paris
6448131	Algajola	algajola	Algajola		FR	94	2B	2B5	2B010	358	Europe/Paris
6448132	Alzi	alzi	Al'ci,Alzi,Алзи,Альци,Альці		FR	94	2B	2B3	2B013	25	Europe/Paris
6448133	Ampriani	ampriani	Ampriani		FR	94	2B	2B3	2B015	22	Europe/Paris
6448134	Antisanti	antisanti	Antisanti		FR	94	2B	2B3	2B016	507	Europe/Paris
6448135	Aregno	aregno	Aregno		FR	94	2B	2B5	2B020	600	Europe/Paris
6448136	Asco	asco	Asco,Ascu,Asko,Аско		FR	94	2B	2B3	2B023	122	Europe/Paris
6448137	Avapessa	avapessa	Avapessa		FR	94	2B	2B5	2B025	83	Europe/Paris
6448138	Bastia	bastia	Bastia,Bastìa		FR	94	2B	2B2	2B033	44829	Europe/Paris
6448139	Belgodère	belgodere	Belgodere,Belgodère		FR	94	2B	2B5	2B034	588	Europe/Paris
6448140	Bigorno	bigorno	Bigorno		FR	94	2B	2B3	2B036	87	Europe/Paris
6448141	Biguglia	biguglia	Biguglia		FR	94	2B	2B2	2B037	7945	Europe/Paris
6448142	Bisinchi	bisinchi	Bisinchi		FR	94	2B	2B3	2B039	209	Europe/Paris
6448143	Brando	brando	Brando,Brandu,Брандо		FR	94	2B	2B2	2B043	1613	Europe/Paris
6448144	Bustanico	bustanico	Bustanico		FR	94	2B	2B3	2B045	63	Europe/Paris
6448145	Calacuccia	calacuccia	Calacuccia		FR	94	2B	2B3	2B047	284	Europe/Paris
6448146	Calenzana	calenzana	Calenzana		FR	94	2B	2B5	2B049	2323	Europe/Paris
6448147	Calvi	calvi	Calvi,Calvium,Kal'vi,Kalvi,ka er wei,karuvu~i,Калви,Кальви,Кальві,カルヴィ,卡尔维		FR	94	2B	2B5	2B050	5442	Europe/Paris
6448148	Cambia	cambia	Cambia,Kambija,Камбия,Камбија,Камбія		FR	94	2B	2B3	2B051	86	Europe/Paris
6448149	Campana	campana	Campana,Kampana,Кампана		FR	94	2B	2B3	2B052	18	Europe/Paris
6448150	Campi	campi	Campi,Kampi,Кампи,Кампі		FR	94	2B	2B3	2B053	21	Europe/Paris
6448151	Campile	campile	Campile,Kampile,Кампиле,Кампіле		FR	94	2B	2B3	2B054	194	Europe/Paris
6448152	Campitello	campitello	Campitello		FR	94	2B	2B3	2B055	117	Europe/Paris
6448153	Canale-di-Verde	canale-di-verde	Canale di Verde,Kanale di Verde,Kanale-di-Verde,Канале ди Верде,Канале-ди-Верде,Канале-ді-Верде		FR	94	2B	2B3	2B057	328	Europe/Paris
6448154	Canari	canari	Canari,Cànari,Kanari,Канари,Канарі		FR	94	2B	2B2	2B058	307	Europe/Paris
6448155	Canavaggia	canavaggia	Canavaggia,Canavaghja,Kanavadzha,Канаваджа,Канавађа		FR	94	2B	2B3	2B059	100	Europe/Paris
6448156	Carpineto	carpineto	Carpineto		FR	94	2B	2B3	2B067	32	Europe/Paris
6448157	Carticasi	carticasi	Carticasi		FR	94	2B	2B3	2B068	29	Europe/Paris
6448158	Casalta	casalta	Casalta		FR	94	2B	2B3	2B072	52	Europe/Paris
6448159	Casamaccioli	casamaccioli			FR	94	2B	2B3	2B073	105	Europe/Paris
6448160	Castellare-di-Casinca	castellare-di-casinca	Castellare-di-Casinca		FR	94	2B	2B3	2B077	651	Europe/Paris
6448161	Castellare-di-Mercurio	castellare-di-mercurio	Castellare di Mercurio,Castellare-di-Mercurio,Kastelare di Merkurio,Kastellare-di-Merkurio,U Castella di Mercuriu,U Castellà di Mercuriu,Кастеларе ди Меркурио,Кастелларе-ди-Меркурио,Кастелларе-ді-Меркуріо		FR	94	2B	2B3	2B078	33	Europe/Paris
6448162	Castifao	castifao			FR	94	2B	2B3	2B080	160	Europe/Paris
6448163	Castiglione	castiglione	Castiglione,Castilio,I Castiglioni,Kastil'jone,Kastil'one,Kastilone,Кастильйоне,Кастильоне,Кастиљоне,Кастільйоне		FR	94	2B	2B3	2B081	41	Europe/Paris
6448164	Castineta	castineta	Castineta		FR	94	2B	2B3	2B082	41	Europe/Paris
6448165	Castirla	castirla	Castirla,Kastirla,Кастирла,Кастірла		FR	94	2B	2B3	2B083	172	Europe/Paris
6448166	Cateri	cateri	Cateri		FR	94	2B	2B5	2B084	213	Europe/Paris
6448167	Centuri	centuri	Centuri,Centurinum,Chenturi,Центури,Чентури,Чентурі		FR	94	2B	2B2	2B086	221	Europe/Paris
6448168	Chiatra	chiatra	Chiatra		FR	94	2B	2B3	2B088	225	Europe/Paris
6448169	Corbara	corbara	Korbara,Корбара		FR	94	2B	2B5	2B093	932	Europe/Paris
6448170	Corscia	corscia	Corscia		FR	94	2B	2B3	2B095	132	Europe/Paris
6448171	Corte	corte	Cenestum,Corte,Corti,Korte,ke ti,korute,Κορτέ,Корте,コルテ,科提		FR	94	2B	2B3	2B096	7389	Europe/Paris
6448173	Argilliers	argilliers	Argilliers		FR	76	30	302	30013	495	Europe/Paris
6448174	Arpaillargues-et-Aureillac	arpaillargues-et-aureillac	Arpaillargues-et-Aureillac,Arpajarg et Orejak,Arpajarg-e-Orejak,Arpalhargues e Aurelhac,Cendras,a er pei la er gai he ao lei la ke,Арпаярг-е-Ореяк,Арпајарг ет Орејак,阿尔佩拉尔盖和奥雷拉克		FR	76	30	302	30014	1009	Europe/Paris
6448175	Arphy	arphy	Arfi,Arphy,Арфи,Арфі		FR	76	30	303	30015	173	Europe/Paris
6448176	Arrigas	arrigas	Arrigas		FR	76	30	303	30017	212	Europe/Paris
6448177	Aspères	asperes	Asperes,Aspères		FR	76	30	302	30018	518	Europe/Paris
6448178	Aubais	aubais	Aubais,Obe,Ube,ao bai,Обе,Убе,奥拜		FR	76	30	302	30019	2682	Europe/Paris
6448179	Aubord	aubord			FR	76	30	302	30020	2384	Europe/Paris
6448180	Aubussargues	aubussargues	Aubucargues,Aubussargues,Aubuçargues,Obisarg,Objussarg,ao bi sa er gai,Обисарг,Обюссарг,奥比萨尔盖		FR	76	30	302	30021	330	Europe/Paris
6448182	Aujargues	aujargues	Aujargues,Oiargues,Ozharg,Ozharge,ao ya er gai,Ожарг,Ожарге,奥雅尔盖		FR	76	30	302	30023	876	Europe/Paris
6448183	Aulas	aulas			FR	76	30	303	30024	487	Europe/Paris
6448184	Aumessas	aumessas	Aumessas		FR	76	30	303	30025	230	Europe/Paris
6448185	Avèze	aveze	Aujargues,Avesa,Avez,Aveze,Avèze,a wei ci,Авез,阿韦兹		FR	76	30	303	30026	1067	Europe/Paris
6448186	Bagard	bagard	Bagar,Bagard,Bagarn,Багар		FR	76	30	301	30027	2591	Europe/Paris
6448187	Bagnols-sur-Cèze	bagnols-sur-ceze	Bagnols-sur-Ceze,Bagnols-sur-Cèze		FR	76	30	302	30028	18192	Europe/Paris
6448188	Baron	baron	Baron,ba long,Барон,巴龙		FR	76	30	302	30030	359	Europe/Paris
6448190	Beauvoisin	beauvoisin	Beuvesin,Bovoazen,Bovuazen,Bèuvesin,bo wa sang,Бовоазен,Бовуазен,博瓦桑		FR	76	30	302	30033	4724	Europe/Paris
6448191	Bernis	bernis	Berni,Bernic,Berniç,bei er ni,Берни,Берні,贝尔尼		FR	76	30	302	30036	3359	Europe/Paris
6448192	Bessèges	besseges	Besseges,Bessèges		FR	76	30	301	30037	2840	Europe/Paris
6448193	Bez-et-Esparon	bez-et-esparon	Bec e Esparron,Bez et Eparon,Bez-e-Esparon,Bez-et-Esparon,Beç e Esparron,bei he ai si pa long,Без ет Епарон,Без-е-Еспарон,贝和埃斯帕龙		FR	76	30	303	30038	341	Europe/Paris
6448194	Bezouce	bezouce	Bezouce		FR	76	30	302	30039	2301	Europe/Paris
6448195	Blandas	blandas	Blanda,Blandac,Blandas,Blandaç,bu lang da,Бланда,Бландас,布朗达		FR	76	30	303	30040	140	Europe/Paris
6448196	Blauzac	blauzac	Blauzac		FR	76	30	302	30041	1190	Europe/Paris
6448197	Boisset-et-Gaujac	boisset-et-gaujac	Boaset et Gozhak,Boisset e Gaujac,Boisset-et-Gaujac,Buasse-e-Gozhak,bu wa sai he ge ya ke,Боасет ет Гожак,Буассе-е-Гожак,布瓦塞和戈雅克		FR	76	30	301	30042	2542	Europe/Paris
6448198	Boissières	boissieres	Boasjer,Boissieira,Boissieres,Boissièira,Boissières,Buasser,bu wa xi ai,Боасјер,Буассер,Буассєр,布瓦西埃		FR	76	30	302	30043	548	Europe/Paris
6448199	Bordezac	bordezac	Bordezac		FR	76	30	301	30045	394	Europe/Paris
6448200	Boucoiran-et-Nozières	boucoiran-et-nozieres	Bocoiran e Nosieira,Bocoiran e Nosièira,Bokoaran et Nozjer,Boucoiran-et-Nozieres,Boucoiran-et-Nozières,Bukuaran-e-Noz'er,bu kua lang he nuo qi ai,Бокоаран ет Нозјер,Букуаран-е-Нозьер,Букуаран-е-Нозьєр,布夸朗和诺齐埃		FR	76	30	301	30046	921	Europe/Paris
6448201	Bouillargues	bouillargues	Bouillargues		FR	76	30	302	30047	6338	Europe/Paris
6448202	Bouquet	bouquet	Bouquet		FR	76	30	301	30048	173	Europe/Paris
6448203	Bourdic	bourdic	Bordic,Burdik,bu er di ke,Бурдик,Бурдік,布尔迪克		FR	76	30	302	30049	383	Europe/Paris
6448204	Bragassargues	bragassargues	Bragacargues,Bragasarg,Bragassarg,Bragassargues,Bragaçargues,bu la jia sa er gai,Брагасарг,Брагассарг,布拉加萨尔盖		FR	76	30	303	30050	177	Europe/Paris
6448205	Branoux-les-Taillades	branoux-les-taillades	Branoux-les-Taillades		FR	76	30	301	30051	1354	Europe/Paris
6448206	Bréau-Mars	breau-mars	Breau-Mars,Breo et Salagos,Breo-e-Salagoss,Breu e Salagossa,Brèu e Salagòssa,Bréau-Mars,bu lei ao he sa la ge si,Брео ет Салагос,Брео-е-Салагосс,布雷奥和萨拉戈斯		FR	76	30	303	30052	599	Europe/Paris
6448207	Brignon	brignon	Brignon,Brin'on,Brinhon,Brinon,bu li ni weng,Бриньон,Брињон,布里尼翁		FR	76	30	301	30053	779	Europe/Paris
6448464	Berlou	berlou	Berlou		FR	76	34	341	34030	199	Europe/Paris
6448208	Brouzet-lès-Alès	brouzet-les-ales	Broset dAles,Broset dAlest,Broset dAlès,Broset dAlèst,Brouzet-les-Ales,Brouzet-lès-Alès,Bruze lez Ale,Bruze-lez-Ales,bu lu ze lai a lai,Брузе лез Але,Брузе-лез-Алес,布鲁泽莱阿莱		FR	76	30	301	30055	637	Europe/Paris
6448209	Caissargues	caissargues	Caissargues		FR	76	30	302	30060	3970	Europe/Paris
6448210	Calvisson	calvisson	Calvisson		FR	76	30	302	30062	5600	Europe/Paris
6448211	Campestre-et-Luc	campestre-et-luc	Campestre e lo Luc,Campestre-et-Luc,Campèstre e lo Luc,Kampestr et Lik,Kampestr-e-Ljuk,kang pei si te er he lu ke,Кампестр ет Лик,Кампестр-е-Люк,康佩斯特尔和吕克		FR	76	30	303	30064	103	Europe/Paris
6448212	Canaules-et-Argentières	canaules-et-argentieres	Canaulas e lArgentieira,Canaulas e lArgentièira,Canaules-et-Argentieres,Canaules-et-Argentières,Kanol et Arzhantjer,Kanol'-e-Arzhant'er,ka nuo lai he a er rang di ai,Канол ет Аржантјер,Каноль-е-Аржантьер,Каноль-е-Аржантьєр,卡诺莱和阿尔让蒂埃		FR	76	30	303	30065	425	Europe/Paris
6448213	Cannes-et-Clairan	cannes-et-clairan	Canas e Clairan,Cannes-et-Clairan,Kan et Kleran,Kann-e-Kleran,ka nei he ke lai lang,Кан ет Клеран,Канн-е-Клеран,卡内和克莱朗		FR	76	30	302	30066	541	Europe/Paris
6448214	Cardet	cardet	Cardet,Karde,ka er dai,Карде,卡尔代		FR	76	30	303	30068	866	Europe/Paris
6448215	Carnas	carnas	Carnas		FR	76	30	303	30069	467	Europe/Paris
6448216	Carsan	carsan	Carsan		FR	76	30	302	30070	647	Europe/Paris
6448218	Castillon-du-Gard	castillon-du-gard	Castilhon de Gard,Castilhon de Gardon,Castillon-du-Gard,Kastijon di Gar,Kastijon-dju-Gar,ka si di long di jia er,Кастийон-дю-Гар,Кастијон ди Гар,Кастійон-дю-Гар,卡斯蒂隆迪加尔		FR	76	30	302	30073	1659	Europe/Paris
6448219	Causse-Bégon	causse-begon	Kos Begon,Koss-Begon,Lo Causse Begon,ke si bei gong,Кос Бегон,Косс-Бегон,科斯贝贡		FR	76	30	303	30074	19	Europe/Paris
6448220	Caveirac	caveirac	Caveirac		FR	76	30	302	30075	4117	Europe/Paris
6448221	Cavillargues	cavillargues	Caubilhargues,Cavillargues,Kavijarg,Kavillarg,ka wei la er gai,Кавилларг,Кавијарг,Кавілларг,卡维拉尔盖		FR	76	30	302	30076	827	Europe/Paris
6448222	Cendras	cendras	Cendras,Cendrats,Sandras,Sendra,sang de la,Сандрас,Сендра,桑德拉		FR	76	30	301	30077	1844	Europe/Paris
6448223	Chamborigaud	chamborigaud	Chamborigaud		FR	76	30	301	30080	841	Europe/Paris
6448225	Clarensac	clarensac	Clarencac,Clarensac,Clarençac,Klaransak,ke la lang sa ke,Кларансак,克拉朗萨克		FR	76	30	302	30082	4293	Europe/Paris
6448226	Codognan	codognan	Codognan,Codonhan,Kodon'jan,Kodonan,Kodonjan,ke duo ni ang,Кодоньян,Кодонян,Кодоњан,科多尼昂		FR	76	30	302	30083	2425	Europe/Paris
6448228	Collias	collias	Collias		FR	76	30	302	30085	1106	Europe/Paris
6448229	Collorgues	collorgues	Collorgues		FR	76	30	302	30086	593	Europe/Paris
6448230	Colognac	colognac	Colognac,Colonhac,Kolon'jak,Kolonak,ke luo ni ya ke,Колоньяк,Колоњак,科洛尼亚克		FR	76	30	303	30087	209	Europe/Paris
6448231	Combas	combas	Combas		FR	76	30	302	30088	628	Europe/Paris
6448233	Concoules	concoules	Concolas,Concoules,Konkul,Konkul',kong ku lai,Конкул,Конкуль,孔库莱		FR	76	30	301	30090	258	Europe/Paris
6448234	Connaux	connaux	Conauc,Conauç,Connaux,Konno,Kono,ke nuo,Конно,Коно,科诺		FR	76	30	302	30092	1662	Europe/Paris
6448235	Conqueyrac	conqueyrac	Conqueyrac		FR	76	30	303	30093	102	Europe/Paris
6448236	Corconne	corconne	Corconne		FR	76	30	303	30095	536	Europe/Paris
6448237	Cornillon	cornillon	Cornillon		FR	76	30	302	30096	922	Europe/Paris
6448238	Courry	courry	Courry		FR	76	30	301	30097	279	Europe/Paris
6448239	Crespian	crespian	Cornillon,Crespian,Krepjan,Kresp'jan,Krespjan,ke lei si pi ang,Крепјан,Креспьян,Креспян,克雷斯皮昂		FR	76	30	302	30098	404	Europe/Paris
6448240	Antignac	antignac	Antignac,Antin'jak,Antinak,Antinhac,ang di ni ya ke,Антиньяк,Антињак,Антіньяк,昂蒂尼亚克		FR	76	31	312	31010	113	Europe/Paris
6448241	Arbas	arbas	Arba,Arbas,Arbast,a er ba,Арба,Арбас,阿尔巴		FR	76	31	312	31011	262	Europe/Paris
6448242	Arbon	arbon	Arbon		FR	76	31	312	31012	100	Europe/Paris
6448243	Ardiège	ardiege	Ardiege,Ardiège		FR	76	31	312	31013	362	Europe/Paris
6448244	Arguenos	arguenos	Argenos,Arguenos,Arguenòs,Arkno,a er gai nuo,Аргенос,Аркно,阿尔盖诺		FR	76	31	312	31014	71	Europe/Paris
6448245	Argut-Dessous	argut-dessous	Argut-Dessous		FR	76	31	312	31015	25	Europe/Paris
6448246	Arlos	arlos	Arlos		FR	76	31	312	31017	99	Europe/Paris
6448247	Arnaud-Guilhem	arnaud-guilhem	Arnaud-Guilhem		FR	76	31	312	31018	232	Europe/Paris
6448248	Aspet	aspet	Aspe,Aspet,Aspeth,Aspèth,Аспе		FR	76	31	312	31020	889	Europe/Paris
6448249	Aspret-Sarrat	aspret-sarrat	Aspret-Sarrat		FR	76	31	312	31021	139	Europe/Paris
6448250	Auragne	auragne	Auragne		FR	76	31	311	31024	429	Europe/Paris
6448251	Aureville	aureville	Aurevila,Aureville,Orvil,Orvil',ao lei wei er,Орвил,Орвиль,Орвіль,奥勒维尔		FR	76	31	313	31025	875	Europe/Paris
6448252	Auriac-sur-Vendinelle	auriac-sur-vendinelle	Auriac de Vendinela,Auriac de Vendinèla,Auriac-sur-Vendinelle,Or'jak-sjur-Vandinel',Oriak-sjur-Vandinel',Orijak sir Vandinel,wang di nei er he pan ao li a ke,Оријак сир Вандинел,Орьяк-сюр-Вандинель,Оріак-сюр-Вандінель,旺迪内尔河畔奥里阿克		FR	76	31	313	31026	1035	Europe/Paris
6448253	Auribail	auribail	Auribail,Aurivalh,Oribaj,ao li bai,Орибай,Орибај,奥里拜		FR	76	31	311	31027	207	Europe/Paris
6448254	Aurin	aurin	Aurin,Aurinh,Oren,ao lan,Орен,奥兰		FR	76	31	313	31029	330	Europe/Paris
6448255	Ausseing	ausseing	Ausseing		FR	76	31	312	31030	72	Europe/Paris
6448256	Ausson	ausson	Ausson		FR	76	31	312	31031	578	Europe/Paris
6448257	Aussonne	aussonne	Aussona,Aussonne,Aussòna,Oson,Ossonn,ao song ne,Осон,Оссонн,奥松讷		FR	76	31	313	31032	6980	Europe/Paris
6448258	Auzas	auzas	Auzas		FR	76	31	312	31034	239	Europe/Paris
6448259	Auzeville-Tolosane	auzeville-tolosane	Ausevila,Ausevila Tolosana,Auzeville-Tolosane,Ozvil Tolozan,Ozvil'-Tolozan,ao ze wei er tuo luo sang,Озвил Толозан,Озвиль-Толозан,Озвіль-Толозан,奥泽维尔托洛桑		FR	76	31	313	31035	4161	Europe/Paris
6448260	Auzielle	auzielle	Ausiela,Ausièla,Auzielle,Oz'el',Ozijel,ao qi ye er,Озијел,Озьель,Озьєль,奥齐耶尔		FR	76	31	313	31036	1446	Europe/Paris
6448262	Bachas	bachas	Bachas		FR	76	31	312	31039	69	Europe/Paris
6448263	Bachos	bachos	Bachos,Baishos,Baishòs,Basho,Bashos,ba shao,Башо,Башос,巴绍		FR	76	31	312	31040	39	Europe/Paris
6448264	Bagiry	bagiry			FR	76	31	312	31041	104	Europe/Paris
6448265	Bagnères-de-Luchon	bagneres-de-luchon	Bagneres-de-Luchon,Bagnères-de-Luchon		FR	76	31	312	31042	2324	Europe/Paris
6448266	Balesta	balesta			FR	76	31	312	31043	156	Europe/Paris
6448267	Baren	baren	Baran,Baren,Varenh,Баран		FR	76	31	312	31046	12	Europe/Paris
6448268	Bax	bax	Baks,Bax,Vaths,ba zhen,Бакс,巴镇		FR	76	31	311	31047	88	Europe/Paris
6448269	Baziège	baziege	Baziege,Baziège		FR	76	31	313	31048	3338	Europe/Paris
6448270	Beauchalot	beauchalot	Beauchalot		FR	76	31	312	31050	628	Europe/Paris
6448271	Beaufort	beaufort	Beaufort		FR	76	31	311	31051	451	Europe/Paris
6448272	Beaumont-sur-Lèze	beaumont-sur-leze	Beaumont-sur-Leze,Beaumont-sur-Lèze,Beumont de Lesa,Beumont de Lesat,Bomon sir Lez,Bomon-sjur-Lez,Bèumont de Lesa,Bèumont de Lesat,lai ci he pan bo meng,Бомон сир Лез,Бомон-сюр-Лез,莱兹河畔博蒙		FR	76	31	311	31052	1557	Europe/Paris
6448274	Beauville	beauville	Bauvila,Beauville,Bovil,Bovil',bo wei er,Бовил,Бовиль,Бовіль,博维尔		FR	76	31	313	31055	164	Europe/Paris
6448275	Beauzelle	beauzelle	Bausela,Bausèla,Beauzelle,Bozel,Bozel',bo ze er,Бозел,Бозель,博泽尔		FR	76	31	313	31056	6294	Europe/Paris
6448276	Belberaud	belberaud	Bel'bero,Belberaud,Belbero,Bèlberaud,bei er bei luo,Белберо,Бельберо,贝尔贝罗		FR	76	31	313	31057	1502	Europe/Paris
6448277	Belbèze-de-Lauragais	belbeze-de-lauragais	Belbeze-de-Lauragais,Belbèze-de-Lauragais		FR	76	31	313	31058	121	Europe/Paris
6448278	Belbèze-en-Comminges	belbeze-en-comminges	Belbeze-en-Comminges,Belbèze-en-Comminges		FR	76	31	312	31059	111	Europe/Paris
6448280	Bellesserre	bellesserre	Bellesserre		FR	76	31	313	31062	112	Europe/Paris
6448281	Benque-Dessous-et-Dessus	benque-dessous-et-dessus	Bank Desuz et Desi,Bank-Dessu-e-Dessju,Bank-Dessu-eh-Dessju,Benque,Benque-Dessous-et-Dessus,bang qu ai-dai su he dai xu,Банк Десуз ет Деси,Банк-Дессу-е-Дессю,Банк-Дессу-э-Дессю,邦屈埃-代苏和代叙		FR	76	31	312	31064	25	Europe/Paris
6448282	Bérat	berat	Bera,Berat,Bérat,Бера,Берат		FR	76	31	311	31065	2984	Europe/Paris
6448283	Bessières	bessieres	Becieras,Becièras,Bes'er,Besjer,Bessieres,Bessières,bei xi ai,beshieru,Бесьер,Бесьєр,Бесјер,ベシエール,贝西埃		FR	76	31	313	31066	4050	Europe/Paris
6448284	Billière	billiere	Bijer,Bilijer,Vilhera,Vilhèra,bi li ai,Бийер,Билијер,Бійєр,比利埃		FR	76	31	312	31068	20	Europe/Paris
6448285	Blagnac	blagnac	Blagnac		FR	76	31	313	31069	24288	Europe/Paris
6448286	Blajan	blajan	Blajan		FR	76	31	312	31070	531	Europe/Paris
6448287	Bois-de-la-Pierre	bois-de-la-pierre	Boa de la Pjer,Bois-de-la-Pierre,Bosc de la Peira,Bua-de-la-P'er,Bua-de-la-Perr,Bòsc de la Pèira,bu wa de la-pi ye er,Боа де ла Пјер,Буа-де-ла-Пьер,Буа-де-ла-Пєрр,布瓦德拉-皮耶尔		FR	76	31	311	31071	425	Europe/Paris
6448289	Bondigoux	bondigoux	Bondigos,Bondigoux,Bondigu,Bondigós,bang di gu,Бондигу,Бондігу,邦迪古		FR	76	31	313	31073	534	Europe/Paris
6448290	Bonrepos-Riquet	bonrepos-riquet	Bonrepaus Riquet,Bonrepaus de Verfuelh,Bonrepaus de Verfuèlh,Bonrepo Rike,Bonrepo-Rike,Bonrepos-Riquet,bang lei bo li qu ai,Бонрепо Рике,Бонрепо-Рике,邦雷波里屈埃		FR	76	31	313	31074	294	Europe/Paris
6448291	Bonrepos-sur-Aussonnelle	bonrepos-sur-aussonnelle	Bonrepaus dAussonera,Bonrepaus dAussonèra,Bonrepo sir Osonel,Bonrepo-sjur-Ossonnel',Bonrepos-sjur-Osonnel',ao suo nei er he pan bang lei bo,Бонрепо сир Осонел,Бонрепо-сюр-Оссоннель,Бонрепос-сюр-Осоннель,奥索内尔河畔邦雷波		FR	76	31	311	31075	1164	Europe/Paris
6448292	Bordes-de-Rivière	bordes-de-riviere	Bordes-de-Riviere,Bordes-de-Rivière		FR	76	31	312	31076	489	Europe/Paris
6448293	Boudrac	boudrac	Bodrac,Boudrac,Budrak,bu de la ke,Будрак,布德拉克		FR	76	31	312	31078	143	Europe/Paris
6448294	Bourg-d'Oueil	bourg-d-oueil	Bourg-d'Oueil		FR	76	31	312	31081	6	Europe/Paris
6448295	Bourg-Saint-Bernard	bourg-saint-bernard	Bourg-Saint-Bernard		FR	76	31	313	31082	1014	Europe/Paris
6448296	Boussan	boussan	Boussan		FR	76	31	312	31083	244	Europe/Paris
6448297	Boussens	boussens	Bossens,Boussens,Busan,Busens,Bussan,Бусан,Бусенс,Буссан		FR	76	31	311	31084	1090	Europe/Paris
6448298	Boutx	boutx	Bots,Buks,Buts,Букс,Бутс		FR	76	31	312	31085	242	Europe/Paris
6448299	Bouzin	bouzin	Bouzin		FR	76	31	312	31086	100	Europe/Paris
6448300	Bragayrac	bragayrac	Bragairac,Bragayrac,Bragerak,bu la gai la ke,Брагерак,布拉盖拉克		FR	76	31	311	31087	324	Europe/Paris
6448301	Bretx	bretx	Breks,Brets,Bretx,Bretz,bu lei te,Брекс,Бретс,布雷特		FR	76	31	313	31089	646	Europe/Paris
6448302	Brignemont	brignemont	Brignemont,Brin'emon,Brinemon,Brinhemont,bu li gai meng,Бриньемон,Бриньємон,Брињемон,布里盖蒙		FR	76	31	313	31090	393	Europe/Paris
6448303	Bruguières	bruguieres	Bruguieres,Bruguières		FR	76	31	313	31091	5654	Europe/Paris
6448304	Burgalays	burgalays			FR	76	31	312	31092	123	Europe/Paris
6448306	Cabanac-Cazaux	cabanac-cazaux	Cabanac-Cazaux		FR	76	31	312	31095	128	Europe/Paris
6448308	Cadours	cadours	Cadors,Cadours,Kadur,Кадур		FR	76	31	313	31098	1083	Europe/Paris
6448309	Arrouède	arrouede	Arroeda,Arrued,Arruehd,Arued,a er lu ai de,Арруед,Арруэд,Аруед,阿尔鲁埃德		FR	76	32	323	32010	109	Europe/Paris
6448310	Aubiet	aubiet	Aubiet,Aubieth,Aubièth,Ob'et,Obe,Obije,ao bi ye,Обије,Обьет,Обє,奥比耶		FR	76	32	321	32012	1083	Europe/Paris
6448311	Auch	auch			FR	76	32	321	32013	21618	Europe/Paris
6448312	Augnax	augnax	Augnax		FR	76	32	321	32014	107	Europe/Paris
6448313	Aujan-Mournède	aujan-mournede	Aujan e Morneda,Aujan-Mournede,Aujan-Mournède,Ozhan Murned,Ozhan-Murned,ao rang mu er nei de,Ожан Мурнед,Ожан-Мурнед,奥让穆尔内德		FR	76	32	323	32015	89	Europe/Paris
6448513	Bains-sur-Oust	bains-sur-oust	Bains-sur-Oust		FR	53	35	352	35013	3468	Europe/Paris
6448314	Auradé	aurade	Aurade,Aurader,Auradèr,Auradé,Orade,Urade,ao la dai,Ораде,Ураде,奥拉代		FR	76	32	321	32016	670	Europe/Paris
6448315	Aurimont	aurimont			FR	76	32	321	32018	201	Europe/Paris
6448316	Aux-Aussat	aux-aussat	Aus e Aussat,Ausa,Aux-Aussat,O-Osat,Oks Osa,Oz-Ossat,ao ao sa,О-Осат,Оз-Оссат,Окс Оса,奥奥萨		FR	76	32	323	32020	271	Europe/Paris
6448318	Avéron-Bergelle	averon-bergelle	Averon-Bergelle,Avéron-Bergelle		FR	76	32	323	32022	146	Europe/Paris
6448319	Avezan	avezan	Avesan,Avezan,Avzan,a wei cang,Авезан,Авзан,阿韦藏		FR	76	32	322	32023	104	Europe/Paris
6448320	Ayzieu	ayzieu	Ayzieu		FR	76	32	322	32025	159	Europe/Paris
6448321	Bajonnette	bajonnette	Bajonnette		FR	76	32	322	32026	103	Europe/Paris
6448322	Barcelonne-du-Gers	barcelonne-du-gers	Barcelonne-du-Gers		FR	76	32	323	32027	1368	Europe/Paris
6448323	Barcugnan	barcugnan	Barcugnan		FR	76	32	323	32028	107	Europe/Paris
6448324	Barran	barran	Barran		FR	76	32	323	32029	678	Europe/Paris
6448325	Bascous	bascous	Bascos,Bascous,Basku,Baskus,Bàscos,ba si ku,Баску,Баскус,巴斯库		FR	76	32	322	32031	173	Europe/Paris
6448326	Bassoues	bassoues	Bassoues		FR	76	32	323	32032	322	Europe/Paris
6448327	Bazian	bazian	Basian,Baz'jan,Bazian,Bazjan,ba qi ang,Базьян,Базјан,巴齐昂		FR	76	32	321	32033	116	Europe/Paris
6448328	Bazugues	bazugues	Bazugues		FR	76	32	323	32034	59	Europe/Paris
6448329	Beaucaire	beaucaire			FR	76	32	322	32035	267	Europe/Paris
6448330	Beccas	beccas	Beccas		FR	76	32	323	32039	115	Europe/Paris
6448331	Bédéchan	bedechan	Bedechan,Bédéchan		FR	76	32	321	32040	160	Europe/Paris
6448332	Belloc-Saint-Clamens	belloc-saint-clamens	Belloc-Saint-Clamens,Bellok-Sen-Klaman,Bellok-Sen-Klamens,Belok Sen Klaman,Bethloc e Sent Clamenc,Bèthlòc e Sent Clamenç,bei luo ke sheng ke la mang,Беллок-Сен-Кламан,Беллок-Сен-Кламенс,Белок Сен Кламан,贝洛克圣克拉芒		FR	76	32	323	32042	129	Europe/Paris
6448333	Béraut	beraut	Beraud,Beraut,Bero,Berot,Béraut,bei luo,Беро,Берот,贝罗		FR	76	32	322	32044	341	Europe/Paris
6448334	Berdoues	berdoues	Berdoas,Berdoues,Berdu,bei er du ai,Берду,贝尔杜埃		FR	76	32	323	32045	445	Europe/Paris
6448335	Bernède	bernede	Berned,Bernede,Bernède,Verneda,bei er nei de,Бернед,贝尔内德		FR	76	32	323	32046	204	Europe/Paris
6448336	Berrac	berrac	Berak,Berrac,Berrak,bei er la ke,Берак,Беррак,贝尔拉克		FR	76	32	322	32047	99	Europe/Paris
6448337	Betcave-Aguin	betcave-aguin	Betcave-Aguin		FR	76	32	321	32048	86	Europe/Paris
6448338	Bétous	betous	Betous,Bétous		FR	76	32	322	32049	94	Europe/Paris
6448339	Betplan	betplan	Bethplan,Betplan,Bèthplan,bei te pu lang,Бетплан,贝特普朗		FR	76	32	323	32050	101	Europe/Paris
6448340	Bézéril	bezeril	Bezeril,Bézéril		FR	76	32	321	32051	127	Europe/Paris
6448341	Bezolles	bezolles			FR	76	32	321	32052	140	Europe/Paris
6448342	Bézues-Bajon	bezues-bajon	Besuas e Bajon,Bezi-Bazhon,Bezju-Bazhon,Bezues-Bajon,Bézues-Bajon,bei ju ai ba rong,Бези-Бажон,Безю-Бажон,贝聚埃巴容		FR	76	32	323	32053	190	Europe/Paris
6448343	Biran	biran	Biran,bi lang,Биран,Біран,比朗		FR	76	32	321	32054	385	Europe/Paris
6448344	Bivès	bives	Bive,Bives,Bivès,Vivers,Vivèrs,bi wei,Биве,Бивес,Біве,比韦		FR	76	32	322	32055	130	Europe/Paris
6448345	Blanquefort	blanquefort	Blancafort,Blancafòrt,Blankfor,Blanquefort,bu lang qu ai fu er,Бланкфор,布朗屈埃福尔		FR	76	32	321	32056	56	Europe/Paris
6448346	Blaziert	blaziert	Blaziert		FR	76	32	322	32057	136	Europe/Paris
6448347	Blousson-Sérian	blousson-serian	Blousson-Serian,Blousson-Sérian		FR	76	32	323	32058	42	Europe/Paris
6448348	Bonas	bonas	Bonas		FR	76	32	321	32059	130	Europe/Paris
6448349	Boucagnères	boucagneres	Boucagneres,Boucagnères		FR	76	32	323	32060	203	Europe/Paris
6448350	Boulaur	boulaur	Bonlau,Bonloc,Bonlòc,Boulaur,Bulor,bu luo,Булор,布洛		FR	76	32	321	32061	172	Europe/Paris
6448351	Bourrouillan	bourrouillan	Bourrouillan		FR	76	32	322	32062	154	Europe/Paris
6448352	Bouzon-Gellenave	bouzon-gellenave	Boson e Gelanava,Buzon Zhelnav,Buzon-Zhel'nav,bu zong re lei na fu,Бузон Желнав,Бузон-Жельнав,布宗热勒纳夫		FR	76	32	323	32063	193	Europe/Paris
6448353	Bretagne-d'Armagnac	bretagne-d-armagnac			FR	76	32	322	32064	433	Europe/Paris
6448354	Brugnens	brugnens	Brinan,Brjun'jan,Brugnens,Brunhens,bu lu gai en,Брињан,Брюньян,布吕盖恩		FR	76	32	322	32066	258	Europe/Paris
6448355	Cadeillan	cadeillan	Cadeillan,Cadelhan Saves,Cadelhan Savés,Cadelhan dEspon,Cadelhan de Saves,Cadelhan de Savés,Kadejan,ka dai lang,Кадейан,Кадеян,Кадејан,卡代朗		FR	76	32	321	32069	60	Europe/Paris
6448356	Caillavet	caillavet	Caillavet,Calhavet,Calhaveth,Calhavèth,Kajave,Kajavet,kai la wei,Кайавет,Каяве,Кајаве,凯拉韦		FR	76	32	321	32071	214	Europe/Paris
6448357	Callian	callian	Callian		FR	76	32	321	32072	45	Europe/Paris
6448358	Campagne-d'Armagnac	campagne-d-armagnac	Campagne-d'Armagnac		FR	76	32	322	32073	228	Europe/Paris
6448360	Cassaigne	cassaigne	Cassaigne,Cassanha,Kasen,Kasen',Kassen',ka sai ni,Касень,Касењ,Кассень,卡赛尼		FR	76	32	322	32075	220	Europe/Paris
6448361	Castelnau-Barbarens	castelnau-barbarens	Castelnau-Barbarens,Castethnau Barbarens,Castethnau dAush,Castèthnau Barbarens,Castèthnau dAush,Kastel'no-Barbaran,Kastelno Barbaran,ka si tai er nuo ba er ba lang,Кастелно Барбаран,Кастельно-Барбаран,卡斯泰尔诺巴尔巴朗		FR	76	32	321	32076	523	Europe/Paris
6448362	Castelnau-d'Anglès	castelnau-d-angles	Castelnau-d'Angles,Castelnau-d'Anglès		FR	76	32	323	32077	92	Europe/Paris
6448363	Castelnau-d'Arbieu	castelnau-d-arbieu			FR	76	32	322	32078	235	Europe/Paris
6448364	Castelnau d'Auzan Labarrère	castelnau-d-auzan-labarrere			FR	76	32	322	32079	1256	Europe/Paris
6448365	Castelnau-sur-l'Auvignon	castelnau-sur-l-auvignon	Castelnau-sur-l'Auvignon		FR	76	32	322	32080	150	Europe/Paris
6448366	Castelnavet	castelnavet	Castelnavet,Castethnaveth,Castèthnaveth,Castèthnavèth,Kastel'nave,Kastel'navet,Kastelnave,ka si tai er na wei,Кастелнаве,Кастельнаве,Кастельнавет,卡斯泰尔纳韦		FR	76	32	323	32081	128	Europe/Paris
6448514	Balazé	balaze	Balaze,Balazé		FR	53	35	351	35015	2249	Europe/Paris
6448367	Castéra-Lectourois	castera-lectourois	Castera-Lectourois,Castéra-Lectourois,Kastera Lekturoa,Kastera-Lekturua,Lo Casterar Leitores,Lo Casterar Leitorés,ka si tai la lai ke tu lu wa,Кастера Лектуроа,Кастера-Лектуруа,卡斯泰拉莱克图鲁瓦		FR	76	32	322	32082	347	Europe/Paris
6448368	Castéra-Verduzan	castera-verduzan	Castera-Verduzan,Castéra-Verduzan,Kastera Verdizan,Kastera-Verdjuzan,Lo Casterar e Verdusan,ka si tai la wei er di cang,Кастера Вердизан,Кастера-Вердюзан,卡斯泰拉韦尔迪藏		FR	76	32	321	32083	989	Europe/Paris
6448369	Castéron	casteron	Casteron,Castéron		FR	76	32	322	32084	51	Europe/Paris
6448370	Castet-Arrouy	castet-arrouy			FR	76	32	322	32085	184	Europe/Paris
6448371	Castillon-Debats	castillon-debats	Castilhon de Vaths,Castillon-Debats,Kastijon Debat,Kastijon-Deba,Kastijon-Debats,ka si di long dai ba te,Кастийон-Дебатс,Кастијон Дебат,Кастійон-Деба,卡斯蒂隆代巴特		FR	76	32	321	32088	326	Europe/Paris
6448372	Castillon-Massas	castillon-massas	Castilhon Massas,Castilhon Massàs,Castilhon de Massas,Castilhon de Massàs,Castillon-Massas,Kastijon Masa,Kastijon-Masas,Kastijon-Massas,ka si di long ma sa,Кастийон-Масас,Кастијон Маса,Кастійон-Массас,卡斯蒂隆马萨		FR	76	32	321	32089	248	Europe/Paris
6448373	Castillon-Savès	castillon-saves	Castilhon Saves,Castilhon Savés,Castilhon de Saves,Castilhon de Savés,Castillon-Saves,Castillon-Savès,Kastijon Save,Kastijon-Save,Kastijon-Saves,ka si di long sa wei,Кастийон-Савес,Кастијон Саве,Кастійон-Саве,卡斯蒂隆萨韦		FR	76	32	321	32090	334	Europe/Paris
6448374	Castin	castin	Castin,Castinh,Kasten,ka si tan,Кастен,卡斯坦		FR	76	32	321	32091	337	Europe/Paris
6448375	Catonvielle	catonvielle	Catonviela,Catonvielle,Catonvièla,Katonv'el',Katonvel',Katonvjel,ka tong wei ye er,Катонвьель,Катонвєль,Катонвјел,卡通维耶尔		FR	76	32	322	32092	98	Europe/Paris
6448376	Caupenne-d'Armagnac	caupenne-d-armagnac	Caupenne-d'Armagnac		FR	76	32	322	32094	431	Europe/Paris
6448377	Caussens	caussens	Caussencs,Caussens,Kosan,Kossan,ke sang,Косан,Коссан,科桑		FR	76	32	322	32095	623	Europe/Paris
6448378	Cazaubon	cazaubon			FR	76	32	322	32096	1648	Europe/Paris
6448379	Cazaux-d'Anglès	cazaux-d-angles	Cazaux-d'Angles,Cazaux-d'Anglès		FR	76	32	321	32097	118	Europe/Paris
6448380	Cazaux-Savès	cazaux-saves			FR	76	32	321	32098	314	Europe/Paris
6448381	Arcins	arcins	Arcins		FR	75	33	334	33010	484	Europe/Paris
6448382	Arès	ares	Ares,Arès		FR	75	33	336	33011	6202	Europe/Paris
6448383	Arsac	arsac	Arcac,Arsac,Arsacum,Arsak,Arçac,a er sa ke,Арсак,阿尔萨克		FR	75	33	334	33012	3510	Europe/Paris
6448384	Artigues-près-Bordeaux	artigues-pres-bordeaux	Artigues-pres-Bordeaux,Artigues-près-Bordeaux		FR	75	33	332	33013	8638	Europe/Paris
6448385	Arveyres	arveyres	Arveiras,Arver,Arveyres,Arvèiras,a er wei lei,Арвер,阿尔韦雷		FR	75	33	335	33015	1947	Europe/Paris
6448386	Asques	asques	Ascas,Ask,Asques,a si qu ai,Аск,阿斯屈埃		FR	75	33	335	33016	468	Europe/Paris
6448387	Val de Virvée	val-de-virvee	Val de Virvee,Val de Virvée		FR	75	33	331	33018	3490	Europe/Paris
6448388	Audenge	audenge	Audenge		FR	75	33	336	33019	7653	Europe/Paris
6448389	Auriolles	auriolles	Auriolas,Auriolles,Auriòlas,Oriol,Orjol',ao li ao lai,Ориол,Орйоль,奥里奥莱		FR	75	33	333	33020	139	Europe/Paris
6448390	Auros	auros	Auros		FR	75	33	333	33021	1017	Europe/Paris
6448391	Avensan	avensan	Avansan,Avencan,Avensan,Avençan,Avonson,a wang sang,Авансан,Авонсон,阿旺桑		FR	75	33	334	33022	2904	Europe/Paris
6448392	Ayguemorte-les-Graves	ayguemorte-les-graves	Aiga Morta de las Gravas,Aiga Mòrta de las Gravas,Aigamorta,Aigamòrta,Ayguemorte-les-Graves,Egemor le Grav,Egmort-le-Grav,Ehgmort-le-Grov,ai gai mo er te lai ge la wei,Егемор ле Грав,Егморт-ле-Грав,Эгморт-ле-Гров,艾盖莫尔特莱格拉韦		FR	75	33	332	33023	1218	Europe/Paris
6448393	Bagas	bagas	Baga,Bagas,Bagàs,Бага,Багас		FR	75	33	333	33024	290	Europe/Paris
6448394	Baigneaux	baigneaux	Baigneaux,Balneoli,Banhaus,Ben'o,Beno,bai gai ao,Беньо,Бењо,拜盖奥		FR	75	33	333	33025	428	Europe/Paris
6448395	Balizac	balizac	Balisac,Balizac,Balizak,ba li zha ke,Бализак,Балізак,巴利扎克		FR	75	33	333	33026	501	Europe/Paris
6448396	Barie	barie	Barie		FR	75	33	333	33027	299	Europe/Paris
6448397	Barsac	barsac	Barcac,Barsacum,Barsak,Barçac,ba er sa ke,barsak  zhyrwnd,barusakku,Барсак,بارساک، ژیروند,バルサック,巴尔萨克		FR	75	33	333	33030	2059	Europe/Paris
6448398	Bassanne	bassanne	Basan,Bassana,Bassann,Bassanne,ba sang,Басан,Бассанн,巴桑		FR	75	33	333	33031	120	Europe/Paris
6448399	Baurech	baurech	Boresh,bo lei ke,Бореш,博雷克		FR	75	33	332	33033	843	Europe/Paris
6448400	Bayas	bayas	Baja,Bajas,Bayas,bai a,Баяс,Баја,拜阿		FR	75	33	335	33034	449	Europe/Paris
6448401	Beautiran	beautiran	Beautiran		FR	75	33	332	33037	2222	Europe/Paris
6448402	Bégadan	begadan	Begadan,Bégadan,Vegadan,begadana,bei jia dang,Бегадан,ਬੇਗਾਡਾਨ,贝加当		FR	75	33	334	33038	915	Europe/Paris
6448403	Bègles	begles	Begles,Bègles		FR	75	33	332	33039	27713	Europe/Paris
6448404	Béguey	beguey	Beguey,Béguey		FR	75	33	333	33040	1181	Europe/Paris
6448405	Bellebat	bellebat	Bel'bat,Belba,Bellebat,Bera Vath,Beravath,Bèra Vath,Bèravath,bei lei ba,Белба,Бельбат,贝勒巴		FR	75	33	333	33043	245	Europe/Paris
6448406	Bellefond	bellefond	Bel'fon,Bela Font,Belafont,Belfon,Bellefond,Bellus Fons,Bèla Font,Bèlafont,bei lai feng,Белфон,Бельфон,贝莱丰		FR	75	33	333	33044	228	Europe/Paris
6448407	Belvès-de-Castillon	belves-de-castillon	Bel'ves-de-Kastijon,Belve de Kastijon,Belves,Belves de Castilhon,Belves-de-Castillon,Belvès-de-Castillon,Belvés,Belvés de Castilhon,bei er wei de ka si di long,Белве де Кастијон,Бельвес-де-Кастийон,Бельвес-де-Кастійон,贝尔韦德卡斯蒂隆		FR	75	33	335	33045	333	Europe/Paris
6448408	Berson	berson	Berson,bei er song,Берсон,贝尔松		FR	75	33	331	33047	1791	Europe/Paris
6448410	Beychac-et-Caillau	beychac-et-caillau	Baishac e Calhau,Beshak et Kajo,Beshak-e-Kajo,Beychac-et-Caillau,bei sha ke he kai luo,Бешак ет Кајо,Бешак-е-Кайо,贝沙克和凯洛		FR	75	33	332	33049	2194	Europe/Paris
6448515	Baulon	baulon			FR	53	35	352	35016	2140	Europe/Paris
6448411	Bieujac	bieujac	B'ezhak,Bezhak,Bieujac,Bjezhak,Viaujac,bi ye yu ya ke,Бьежак,Бєжак,Бјежак,比耶于雅克		FR	75	33	333	33050	574	Europe/Paris
6448412	Biganos	biganos	Biganos		FR	75	33	336	33051	10470	Europe/Paris
6448413	Blaignan-Prignac	blaignan-prignac	Blanhan,Blen'jan,Blenan,bu lai ni ang,Бленьян,Блењан,布莱尼昂		FR	75	33	334	33055	469	Europe/Paris
6448414	Blasimon	blasimon	Blasimon		FR	75	33	333	33057	905	Europe/Paris
6448415	Blésignac	blesignac	Blesignac,Blesinhac,Blezin'jak,Blezinak,Blésignac,bu lai xi ni ya ke,Блезиньяк,Блезињак,Блезіньяк,布莱西尼亚克		FR	75	33	332	33059	309	Europe/Paris
6448416	Bommes	bommes	Bom,Bomas,Bomm,Bommes,Bòmas,Бом,Бомм		FR	75	33	333	33060	490	Europe/Paris
6448417	Bonnetan	bonnetan	Bonnetan		FR	75	33	332	33061	939	Europe/Paris
6448418	Bonzac	bonzac	Bonzac,Bonzak,bang zha ke,Бонзак,邦扎克		FR	75	33	335	33062	750	Europe/Paris
6448419	Bossugan	bossugan	Bosigan,Bossjugan,Bossugan,bo xu gang,Босиган,Боссюган,博叙冈		FR	75	33	335	33064	43	Europe/Paris
6448420	Bouliac	bouliac			FR	75	33	332	33065	3552	Europe/Paris
6448421	Bourdelles	bourdelles	Borderas,Bordèras,Bourdelles,Burdel,Burdel',bu er dai lai,Бурдел,Бурдель,布尔代莱		FR	75	33	333	33066	94	Europe/Paris
6448422	Bourideys	bourideys	Bourideys		FR	75	33	333	33068	73	Europe/Paris
6448423	Brach	brach	Brach,Brash,bu la shen,Браш,布拉什		FR	75	33	334	33070	628	Europe/Paris
6448424	Brannens	brannens	Branan,Branens,Brannan,Brannens,bu la nan,Бранан,Браннан,布拉南		FR	75	33	333	33072	237	Europe/Paris
6448425	Braud-et-Saint-Louis	braud-et-saint-louis	Braud-et-Saint-Louis,Bro-e-Sen-Lui,Brod et Sen Luj,bu luo he sheng lu yi,Бро-е-Сен-Луи,Бро-е-Сен-Луї,Брод ет Сен Луј,布罗和圣卢伊		FR	75	33	331	33073	1597	Europe/Paris
6448426	Brouqueyran	brouqueyran	Broqueiran,Brouqueyran,Brukejran,Brukeran,bu lu kai lang,Брукейран,Брукеран,布鲁凯朗		FR	75	33	333	33074	197	Europe/Paris
6448427	Budos	budos	Budos		FR	75	33	333	33076	780	Europe/Paris
6448428	Cabanac-et-Villagrains	cabanac-et-villagrains	Cabanac-et-Villagrains		FR	75	33	332	33077	2375	Europe/Paris
6448429	Cabara	cabara	Cabara		FR	75	33	335	33078	515	Europe/Paris
6448430	Cadarsac	cadarsac	Cadarcac,Cadarsac,Cadarçac,Kadarsak,ka da er sa ke,Кадарсак,卡达尔萨克		FR	75	33	335	33079	353	Europe/Paris
6448431	Cadaujac	cadaujac	Cadaujac		FR	75	33	332	33080	5978	Europe/Paris
6448432	Cadillac-en-Fronsadais	cadillac-en-fronsadais	Cadilhac de Froncac,Cadilhac de Froncades,Cadilhac de Fronçac,Cadilhac de Fronçadés,Cadillac-en-Fronsadais,Kadijak an Fronsade,Kadijak-an-Fronsade,fu long sa dai de qu ka di la ke,Кадияк-ан-Фронсаде,Кадијак ан Фронсаде,Кадіяк-ан-Фронсаде,弗龙萨代地区卡迪拉克		FR	75	33	335	33082	1258	Europe/Paris
6448433	Camarsac	camarsac	Camarsac,Kamarsak,ka ma er sa ke,Камарсак,卡马尔萨克		FR	75	33	332	33083	999	Europe/Paris
6448434	Camblanes-et-Meynac	camblanes-et-meynac	Camblanes-et-Meynac		FR	75	33	332	33085	2872	Europe/Paris
6448435	Camiac-et-Saint-Denis	camiac-et-saint-denis	Camiac,Camiac-et-Saint-Denis,Kamiak-e-Sen-Deni,Kamjak et Sen Deni,ka mi a ke he sheng de ni,Камиак-е-Сен-Дени,Каміак-е-Сен-Дені,Камјак ет Сен Дени,卡米阿克和圣德尼		FR	75	33	335	33086	362	Europe/Paris
6448436	Camiran	camiran	Camiran,Kamiran,ka mi lang,Камиран,Каміран,卡米朗		FR	75	33	333	33087	415	Europe/Paris
6448437	Campugnan	campugnan	Kampinan,Kampjun'jan,kang pi ni ang,Кампињан,Кампюньян,康皮尼昂		FR	75	33	331	33089	498	Europe/Paris
6448440	Capian	capian	Capian,Kap'jan,Kapjan,ka pi ang,Капьян,Капян,Капјан,卡皮昂		FR	75	33	333	33093	712	Europe/Paris
6448441	Captieux	captieux	Captieux		FR	75	33	333	33095	1275	Europe/Paris
6448442	Carbon-Blanc	carbon-blanc	Carbon Blanc,Karbon Blan,Karbon-Blan,ka er bang bu lang ke,Карбон Блан,Карбон-Блан,卡尔邦布朗克		FR	75	33	332	33096	8112	Europe/Paris
6448443	Carcans	carcans	Carcans		FR	75	33	334	33097	2401	Europe/Paris
6448444	Cardan	cardan	Cardan,Kardan,ka er dang,Кардан,卡尔当		FR	75	33	333	33098	494	Europe/Paris
6448445	Aniane	aniane	Aniane		FR	76	34	342	34010	2947	Europe/Paris
6448446	Arboras	arboras	Arbora,Arborac,Arboras,Arboraç,a er bo la,Арбора,Арборас,阿尔博拉		FR	76	34	342	34011	126	Europe/Paris
6448447	Argelliers	argelliers	Argeliers,Argelièrs,Argelliers,Arzhel'e,Arzhelije,a er re li ye er,Аржелије,Аржелье,Аржельє,阿尔热利耶尔		FR	76	34	342	34012	1037	Europe/Paris
6448448	Aspiran	aspiran	Aspiran,Aspiro,a si pi lang,Аспиран,Аспиро,Аспіран,阿斯皮朗		FR	76	34	342	34013	1641	Europe/Paris
6448449	Assas	assas	Assas		FR	76	34	342	34014	1510	Europe/Paris
6448450	Assignan	assignan	Assignan		FR	76	34	341	34015	164	Europe/Paris
6448451	Aumes	aumes	Aumes		FR	76	34	341	34017	490	Europe/Paris
6448452	Autignac	autignac	Autignac,Autinhac,Otin'jak,Otinak,Otinjak,ao di ni ya ke,Отиньяк,Отиняк,Отињак,Отіньяк,奥蒂尼亚克		FR	76	34	341	34018	904	Europe/Paris
6448453	Avène	avene	Aven,Avena,Avene,Avèna,Avène,a wei en,avu~en'nu,Авен,アヴェンヌ,阿韦恩		FR	76	34	341	34019	294	Europe/Paris
6448454	Azillanet	azillanet	Asilhanet,Azijane,Azillanet,a qi la nei,Азияне,Азијане,Азіяне,阿齐拉内		FR	76	34	341	34020	368	Europe/Paris
6448455	Babeau-Bouldoux	babeau-bouldoux	Babeau-Bouldoux		FR	76	34	341	34021	298	Europe/Paris
6448456	Baillargues	baillargues	Baillargues		FR	76	34	343	34022	7421	Europe/Paris
6448457	Balaruc-les-Bains	balaruc-les-bains	Balaruc-les-Bains		FR	76	34	343	34023	6805	Europe/Paris
6448458	Balaruc-le-Vieux	balaruc-le-vieux	Balaruc-le-Vieux		FR	76	34	343	34024	2644	Europe/Paris
6448459	Bassan	bassan	Bacan,Basan,Bassan,Baçan,ba sang,Басан,Бассан,巴桑		FR	76	34	341	34025	2091	Europe/Paris
6448460	Beaufort	beaufort	Baufort,Baufòrt,Beaufort,Bofor,bo fu er,Бофор,博福尔		FR	76	34	341	34026	215	Europe/Paris
6448461	Beaulieu	beaulieu	Beaulieu		FR	76	34	343	34027	1835	Europe/Paris
6448462	Bédarieux	bedarieux	Bedarieux,Bédarieux		FR	76	34	341	34028	5824	Europe/Paris
6448463	Bélarga	belarga	Belarga,Belargan,Bélarga,bei la er jia,Беларга,贝拉尔加		FR	76	34	342	34029	586	Europe/Paris
6448466	Boujan-sur-Libron	boujan-sur-libron	Bojan,Boujan-sur-Libron,Buzhan sir Libron,Buzhan-sjur-Libron,li bu luo ne he pan bu rang,Бужан сир Либрон,Бужан-сюр-Либрон,Бужан-сюр-Ліброн,利布罗讷河畔布让		FR	76	34	341	34037	3366	Europe/Paris
6448467	Bouzigues	bouzigues	Bouzigues		FR	76	34	343	34039	1690	Europe/Paris
6448468	Brignac	brignac	Brignac		FR	76	34	342	34041	865	Europe/Paris
6448469	Brissac	brissac	Bricac,Brisak,Brissac,Brissak,Briçac,bu li sa ke,Брисак,Бриссак,布里萨克		FR	76	34	342	34042	617	Europe/Paris
6448470	Buzignargues	buzignargues	Bizinarg,Bjuzin'jarg,Businhargues,Buzignargues,bi qi ni ya er gai,Бизињарг,Бюзиньярг,Бюзіньярг,比齐尼亚尔盖		FR	76	34	342	34043	323	Europe/Paris
6448471	Cabrerolles	cabrerolles	Cabrairolas,Cabrairòlas,Cabrerolles,Kabrerol,Kabrerol',ka bu lei luo lai,Кабрерол,Кабрероль,卡布勒罗莱		FR	76	34	341	34044	332	Europe/Paris
6448472	Cambon-et-Salvergues	cambon-et-salvergues	Cambon e Salvergas,Cambon e Salvèrgas,Cambon-et-Salvergues,Kambon et Salverg,Kambon-e-Sal'verg,kang bang he sa er wei er gai,Камбон ет Салверг,Камбон-е-Сальверг,康邦和萨尔韦尔盖		FR	76	34	341	34046	48	Europe/Paris
6448473	Campagnan	campagnan	Campagnan,Campanhan,Kampan'jan,Kampanan,kang pa ni ang,Кампаньян,Кампањан,康帕尼昂		FR	76	34	342	34047	658	Europe/Paris
6448474	Candillargues	candillargues	Candilhargues,Candillargues,Kandijarg,kang di la er gai,Кандиярг,Кандијарг,Кандіярг,康迪拉尔盖		FR	76	34	343	34050	1688	Europe/Paris
6448475	Capestang	capestang	Capestang		FR	76	34	341	34052	3194	Europe/Paris
6448476	Carlencas-et-Levas	carlencas-et-levas	Carlencas-et-Levas		FR	76	34	341	34053	129	Europe/Paris
6448478	Castanet-le-Haut	castanet-le-haut	Castanet-le-Haut		FR	76	34	341	34055	202	Europe/Paris
6448479	Castelnau-de-Guers	castelnau-de-guers	Castelnau-de-Guers		FR	76	34	341	34056	1191	Europe/Paris
6448480	Castelnau-le-Lez	castelnau-le-lez	Castelnau-le-Lez		FR	76	34	343	34057	19257	Europe/Paris
6448481	Causse-de-la-Selle	causse-de-la-selle	Causse-de-la-Selle,Kos de la Sel,Koss-de-la-Sel',Lo Causse de la Cela,Lo Causse de la Cèla,ke si de la-sai er,Кос де ла Сел,Косс-де-ла-Сель,科斯德拉-塞尔		FR	76	34	342	34060	379	Europe/Paris
6448482	Causses-et-Veyran	causses-et-veyran	Causses-et-Veyran		FR	76	34	341	34061	601	Europe/Paris
6448483	Caussiniojouls	caussiniojouls	Caussiniojouls		FR	76	34	341	34062	119	Europe/Paris
6448484	Cazedarnes	cazedarnes	Casa dArnas,Cazedarnes,Kazdarn,Kazedarn,ka ze da er nei,Каздарн,Казедарн,卡泽达尔内		FR	76	34	341	34065	597	Europe/Paris
6448485	Cazouls-d'Hérault	cazouls-d-herault	Cazouls-d'Herault,Cazouls-d'Hérault		FR	76	34	341	34068	403	Europe/Paris
6448486	Cazouls-lès-Béziers	cazouls-les-beziers	Casols de Besiers,Cazouls-les-Beziers,Cazouls-lès-Béziers,Càsols de Besièrs,Kazul le Bezje,Kazul'-le-Bez'e,ka zu er lai bei ji ye,Казул ле Безје,Казуль-ле-Безье,Казуль-ле-Безьє,卡祖尔莱贝济耶		FR	76	34	341	34069	4944	Europe/Paris
6448487	Cébazan	cebazan	Cebasan,Cebazan,Cébazan,Sebazan,sai ba cang,Себазан,塞巴藏		FR	76	34	341	34070	610	Europe/Paris
6448488	Ceilhes-et-Rocozels	ceilhes-et-rocozels	Ceilhes-et-Rocozels		FR	76	34	341	34071	323	Europe/Paris
6448489	Celles	celles	Celles		FR	76	34	342	34072	35	Europe/Paris
6448490	Cers	cers	Cerc,Cers,Cèrç,Ser,sai er,Сер,塞尔		FR	76	34	341	34073	2490	Europe/Paris
6448491	Cesseras	cesseras	Cesseras		FR	76	34	341	34075	384	Europe/Paris
6448492	Clapiers	clapiers	Clapiers,Clapièrs,Klap'e,Klape,Klapje,ke la pi ye er,klapyr,Клапье,Клапє,Клапје,کلاپیر,克拉皮耶尔		FR	76	34	343	34077	5473	Europe/Paris
6448494	Clermont-l'Hérault	clermont-l-herault	Clermont-l'Herault,Clermont-l'Hérault		FR	76	34	342	34079	8742	Europe/Paris
6448495	Colombiers	colombiers	Colombiers,Colombièrs,Kolomb'e,Kolombe,Kolombjer,ke long bi ye er,Коломбье,Коломбє,Коломбјер,科隆比耶尔		FR	76	34	341	34081	2383	Europe/Paris
6448496	Combaillaux	combaillaux	Combaillaux,Combalhous,Combalhòus,Kombajo,kong bai luo,Комбайо,Комбајо,孔拜洛		FR	76	34	342	34082	1438	Europe/Paris
6448497	Corneilhan	corneilhan	Corneilhan,Cornelhan,Kornejan,ke er nei yang,Корнеян,Корнејан,科尔内扬		FR	76	34	341	34084	1715	Europe/Paris
6448498	Coulobres	coulobres	Coulobres		FR	76	34	341	34085	364	Europe/Paris
6448499	Courniou	courniou	Cornhon,Courniou,Kurniju,Kurniu,ku er ni wu,Курниу,Курнију,Курніу,库尔尼乌		FR	76	34	341	34086	596	Europe/Paris
6448500	Cournonsec	cournonsec	Cournonsec		FR	76	34	343	34087	3315	Europe/Paris
6448501	Cournonterral	cournonterral	Cournonterral		FR	76	34	343	34088	5950	Europe/Paris
6448502	Creissan	creissan	Creissa,Creissan,Kresan,Kressan,ke lei sang,Кресан,Крессан,克雷桑		FR	76	34	341	34089	1370	Europe/Paris
6448503	Cruzy	cruzy	Crusi,Cruzy,Krizi,Krjuzi,ke lu qi,Кризи,Крюзи,Крюзі,克吕齐		FR	76	34	341	34092	998	Europe/Paris
6448504	Dio-et-Valquières	dio-et-valquieres	D'jo-e-Val'k'er,D'jo-e-Val'ker,Dian e Valquieiras,Dian e Valquièiras,Dio et Valkjer,Dio-et-Valquieres,Dio-et-Valquières,di ao he wa er ji ai,Дио ет Валкјер,Дьйо-е-Валькьер,Дьйо-е-Валькєр,迪奥和瓦尔基埃		FR	76	34	341	34093	150	Europe/Paris
6448505	Espondeilhan	espondeilhan	Epondejan,Espondeilhan,Espondejan,Espondelhan,ai si peng dai yang,Епондејан,Еспондеян,埃斯蓬代扬		FR	76	34	341	34094	1040	Europe/Paris
6448506	Fabrègues	fabregues	Fabregues,Fabrègues		FR	76	34	343	34095	6914	Europe/Paris
6448507	Faugères	faugeres	Faugeres,Faugieiras,Faugièiras,Faugères,Fozher,fojeru,fu re lei,Фожер,フォジェール,福热雷		FR	76	34	341	34096	500	Europe/Paris
6448508	Félines-Minervois	felines-minervois	Felin-Minervua,Felina de Menerbes,Felina de Menerbés,Felines-Minervois,Félines-Minervois,fei li nei mi nei er wa,Фелин-Минервуа,Фелін-Мінервуа,费利内米内尔瓦		FR	76	34	341	34097	474	Europe/Paris
6448509	Ferrals-les-Montagnes	ferrals-les-montagnes	Ferrals-les-Montagnes		FR	76	34	341	34098	178	Europe/Paris
6448510	Baguer-Pican	baguer-pican	Bagar-Bihan,Bage Pikan,Bage-Pikan,Baguer-Pican,ba gai pi kang,Баге Пикан,Баге-Пикан,Баге-Пікан,巴盖皮康		FR	53	35	354	35010	1661	Europe/Paris
6448512	Bain-de-Bretagne	bain-de-bretagne	Bain-de-Bretagne		FR	53	35	352	35012	7243	Europe/Paris
6448516	Bazouges-la-Pérouse	bazouges-la-perouse	Bazouges-la-Perouse,Bazouges-la-Pérouse		FR	53	35	351	35019	1786	Europe/Paris
6448517	Beaucé	beauce	Beauce,Beaucé,Belceium,Belzeg,Bose,bo sai,Босе,博塞		FR	53	35	351	35021	1342	Europe/Paris
6448518	Bédée	bedee	Bedee,Bédée		FR	53	35	353	35023	4250	Europe/Paris
6448519	Betton	betton	Beton,Betton,Bettonium,Bezhon,Lanvezhon,Бетон,Беттон		FR	53	35	353	35024	11222	Europe/Paris
6448520	Billé	bille	Bie,Bije,Bilieg,Bille,Billeium,Billé,bi lai,Бие,Бије,Біє,比莱		FR	53	35	351	35025	1050	Europe/Paris
6448521	Bléruais	bleruais			FR	53	35	353	35026	110	Europe/Paris
6448522	Boisgervilly	boisgervilly	Boisgervilly		FR	53	35	353	35027	1643	Europe/Paris
6448523	Boistrudan	boistrudan	Boastridan,Buatrjudan,Koetruzan,bu wa si te lu dang,Боастридан,Буатрюдан,布瓦斯特吕当		FR	53	35	351	35028	699	Europe/Paris
6448524	Bonnemain	bonnemain			FR	53	35	354	35029	1546	Europe/Paris
6448525	Bourgbarré	bourgbarre	Bourgbarre,Bourgbarré,Bourvarred,Burbare,Burgbarre,Burgus Barratus,bu er ge ba er lei,Бурбаре,Бургбарре,布尔格巴尔雷		FR	53	35	353	35032	3986	Europe/Paris
6448526	Bourg-des-Comptes	bourg-des-comptes	Bur de Kont,Bur-de-Kont,Burgus Comitum,Gwikomm,bu er dai kong pu tai,Бур де Конт,Бур-де-Конт,布尔代孔普泰		FR	53	35	352	35033	3244	Europe/Paris
6448527	Bovel	bovel	Bovel		FR	53	35	352	35035	608	Europe/Paris
6448528	Bréal-sous-Montfort	breal-sous-montfort	Breal-sous-Montfort,Bréal-sous-Montfort		FR	53	35	353	35037	5973	Europe/Paris
6448529	Bréal-sous-Vitré	breal-sous-vitre	Breal su Vitre,Breal'-su-Vitre,Breal-Gwitreg,Breal-sous-Vitre,Breallum,Bréal-sous-Vitré,bu lei a su wei te lei,Бреал су Витре,Бреаль-су-Витре,Бреаль-су-Вітре,布雷阿苏维特雷		FR	53	35	351	35038	654	Europe/Paris
6448530	Brécé	brece	Brece,Breceium,Brecheg,Brese,Brécé,bu lei sai,Бресе,布雷塞		FR	53	35	353	35039	2112	Europe/Paris
6448531	Breteil	breteil	Breteil		FR	53	35	353	35040	3549	Europe/Paris
6448532	Brie	brie	Beria,Brev,Bri,Brie,bu li ye,Бри,Брі,布里耶		FR	53	35	351	35041	935	Europe/Paris
6448533	Brielles	brielles	Briel',Brielles,Briellis,Briellou,Brielloù,Brijel,bu li ye lai,Бриель,Бријел,Брієль,布里耶莱		FR	53	35	351	35042	702	Europe/Paris
6448534	Broualan	broualan			FR	53	35	354	35044	376	Europe/Paris
6448535	Bruc-sur-Aff	bruc-sur-aff	Bruc-sur-Aff		FR	53	35	352	35045	862	Europe/Paris
6448536	Bruz	bruz	Bruz		FR	53	35	353	35047	18094	Europe/Paris
6448538	Cancale	cancale	Cancale		FR	53	35	354	35049	5144	Europe/Paris
6448539	Cardroc	cardroc	Cardroc,Kardrok,Kerdreg,ka er de luo ke,Кардрок,卡尔德罗克		FR	53	35	354	35050	562	Europe/Paris
6448541	Champeaux	champeaux	Kampal,Shampo,shang bo,Шампо,尚波		FR	53	35	351	35052	499	Europe/Paris
6448543	Chanteloup	chanteloup	Cantus Lupi,Kantlou,Shantelup,Shantlu,shang tai lu,Шантелуп,Шантлу,尚泰卢		FR	53	35	352	35054	1830	Europe/Paris
6448544	Chantepie	chantepie	Chantepie		FR	53	35	353	35055	10379	Europe/Paris
6448545	Chartres-de-Bretagne	chartres-de-bretagne	Chartres-de-Bretagne		FR	53	35	353	35066	7578	Europe/Paris
6448546	Chasné-sur-Illet	chasne-sur-illet	Chahaneium,Chasne-sur-Illet,Chasné-sur-Illet,Kadeneg,Shane sir Ile,Shane-sjur-Ille,yi lai he pan sha si nei,Шане сир Иле,Шане-сюр-Ілле,Шане-сюр-Илле,伊莱河畔沙斯内		FR	53	35	353	35067	1517	Europe/Paris
6448547	Châteaubourg	chateaubourg	Castrum Burgi,Chateaubourg,Châteaubourg,Kastell-Bourch,Shatobur,sha tuo bu er,Шатобур,沙托布尔		FR	53	35	351	35068	6991	Europe/Paris
6448548	Châteaugiron	chateaugiron	Castrum Gironis,Chateaugiron,Châteaugiron,Kastell-Geron,Shatozhiron,sha tuo ji long,Шатожирон,沙托吉龙		FR	53	35	353	35069	9798	Europe/Paris
6448549	Châteauneuf-d'Ille-et-Vilaine	chateauneuf-d-ille-et-vilaine	Chateauneuf-d'Ille-et-Vilaine,Châteauneuf-d'Ille-et-Vilaine		FR	53	35	354	35070	1675	Europe/Paris
6448550	Châtillon-en-Vendelais	chatillon-en-vendelais	Chatillon-en-Vendelais,Châtillon-en-Vendelais		FR	53	35	351	35072	1690	Europe/Paris
6448551	Chauvigné	chauvigne	Chauvigne,Chauvigné		FR	53	35	351	35075	860	Europe/Paris
6448552	Chavagne	chavagne			FR	53	35	353	35076	3909	Europe/Paris
6448553	Chelun	chelun	Chelun		FR	53	35	351	35077	348	Europe/Paris
6448554	Cherrueix	cherrueix	Cherrueix		FR	53	35	354	35078	1121	Europe/Paris
6448555	Chevaigné	chevaigne	Chevaigne,Chevaigné		FR	53	35	353	35079	2212	Europe/Paris
6448556	Cintré	cintre	Cintre,Cintré		FR	53	35	353	35080	2276	Europe/Paris
6448557	Clayes	clayes	Clayes		FR	53	35	353	35081	858	Europe/Paris
6448558	Coësmes	coesmes			FR	53	35	351	35082	1483	Europe/Paris
6448559	Comblessac	comblessac	Comblessac		FR	53	35	352	35084	690	Europe/Paris
6448560	Combourg	combourg	Combourg,Comburnium,Komborn,Kombur,kong bu er,Комбур,孔布尔		FR	53	35	354	35085	5912	Europe/Paris
6448561	Combourtillé	combourtille	Combourtille,Combourtillé		FR	53	35	351	35086	611	Europe/Paris
6448562	Cornillé	cornille	Cornille,Cornillé		FR	53	35	351	35087	967	Europe/Paris
6448563	Corps-Nuds	corps-nuds			FR	53	35	353	35088	3256	Europe/Paris
6448565	Dinard	dinard	Dinard		FR	53	35	354	35093	10114	Europe/Paris
6448566	Dingé	dinge	Denzhe,Dingad,Dinge,Dingé,dan re,Денже,丹热		FR	53	35	354	35094	1651	Europe/Paris
6448567	Dol-de-Bretagne	dol-de-bretagne	Dol-de-Bretagne		FR	53	35	354	35095	5651	Europe/Paris
6448568	Domagné	domagne	Domagne,Domagné		FR	53	35	351	35096	2269	Europe/Paris
6448569	Domalain	domalain	Domalain		FR	53	35	351	35097	1993	Europe/Paris
6448570	Azay-le-Ferron	azay-le-ferron	Azay-le-Ferron		FR	24	36	361	36010	861	Europe/Paris
6448571	Bagneux	bagneux	Bagneux,Ban'e,Ban'jo,Bano,ba gai yu,Баньё,Баньє,Бањо,巴盖于		FR	24	36	364	36011	175	Europe/Paris
6448572	Baraize	baraize	Baraize		FR	24	36	362	36012	345	Europe/Paris
6448573	Baudres	baudres	Baudres		FR	24	36	362	36013	444	Europe/Paris
6448574	Bazaiges	bazaiges	Bazaiges,Bazezh,ba ze re,Базеж,巴泽热		FR	24	36	362	36014	210	Europe/Paris
6448575	Bélâbre	belabre	Belabre,Bélâbre		FR	24	36	361	36016	974	Europe/Paris
6448577	Bouesse	bouesse	Bouesse		FR	24	36	362	36022	433	Europe/Paris
6448578	Briantes	briantes	Briantes		FR	24	36	363	36025	607	Europe/Paris
6448579	Brion	brion	Brion,bu li weng,Брион,Бріон,布里翁		FR	24	36	362	36026	556	Europe/Paris
6448580	Brives	brives	Briv,Brives,bu li wei,Брив,布里韦		FR	24	36	364	36027	262	Europe/Paris
6448581	Buxeuil	buxeuil	Biksej,Bjuksej,bi ke se yi,Биксеј,Бюксей,比克瑟伊		FR	24	36	364	36029	222	Europe/Paris
6448582	Buxières-d'Aillac	buxieres-d-aillac	Buxieres-d'Aillac,Buxières-d'Aillac		FR	24	36	363	36030	262	Europe/Paris
6448583	Buzançais	buzancais	Buzancais,Buzançais		FR	24	36	362	36031	4481	Europe/Paris
6448584	Ceaulmont	ceaulmont	Ceaulmont		FR	24	36	362	36032	728	Europe/Paris
6448585	Chabris	chabris	Chabris		FR	24	36	364	36034	2741	Europe/Paris
6448586	Chaillac	chaillac	Chaillac,Shajak,xie la ke,Шайак,Шаяк,Шајак,谢拉克		FR	24	36	361	36035	1063	Europe/Paris
6448587	Chalais	chalais	Chalais,Shale,sha lai,Шале,沙莱		FR	24	36	361	36036	143	Europe/Paris
6448588	Champillet	champillet			FR	24	36	363	36038	161	Europe/Paris
6448589	Chasseneuil	chasseneuil	Chasseneuil		FR	24	36	362	36042	695	Europe/Paris
6448590	Chassignolles	chassignolles	Chassignolles,Shasinol,Shassin'ol',sha xi ni ao lai,Шасињол,Шассиньоль,Шассіньоль,沙西尼奥莱		FR	24	36	363	36043	567	Europe/Paris
6448591	Châteauroux	chateauroux	Chateauroux,Châteauroux		FR	24	36	362	36044	44088	Europe/Paris
6448592	Châtillon-sur-Indre	chatillon-sur-indre	Chatillon-sur-Indre,Châtillon-sur-Indre		FR	24	36	362	36045	2672	Europe/Paris
6448593	Chavin	chavin	Shaven,Шавен		FR	24	36	362	36048	272	Europe/Paris
6448594	Chazelet	chazelet	Chazelet		FR	24	36	361	36049	120	Europe/Paris
6448595	Chitray	chitray	Chitray		FR	24	36	361	36051	180	Europe/Paris
6448596	Chouday	chouday	Chouday		FR	24	36	364	36052	151	Europe/Paris
6448597	Ciron	ciron	Ciron,Siron,Сирон,Сірон		FR	24	36	361	36053	566	Europe/Paris
6448598	Cléré-du-Bois	clere-du-bois	Clere-du-Bois,Cléré-du-Bois,Kler di Boa,Klere-dju-Bua,ke lai lei di bu wa,Клер ди Боа,Клере-дю-Буа,克莱雷迪布瓦		FR	24	36	362	36054	252	Europe/Paris
6448599	Clion	clion	Clion,Clion-sur-Indre,Klion,Klion-sjur-Ehndr,Klion-sjur-Endr,ke li weng,Клион,Клион-сюр-Эндр,Кліон-сюр-Ендр,克利翁		FR	24	36	362	36055	1043	Europe/Paris
6448600	Coings	coings	Coings		FR	24	36	362	36057	851	Europe/Paris
6448601	Concremiers	concremiers	Concremiers		FR	24	36	361	36058	650	Europe/Paris
6448602	Crozon-sur-Vauvre	crozon-sur-vauvre	Crozon-sur-Vauvre		FR	24	36	363	36061	346	Europe/Paris
6448603	Cuzion	cuzion	Cuzion		FR	24	36	362	36062	443	Europe/Paris
6448604	Déols	deols	Deols,Déols		FR	24	36	362	36063	7541	Europe/Paris
6448605	Diors	diors	Diors		FR	24	36	362	36064	786	Europe/Paris
6448606	Diou	diou	Diu,Dju,di wu,Диу,Діу,Дју,迪乌		FR	24	36	364	36065	250	Europe/Paris
6448607	Douadic	douadic	Douadic		FR	24	36	361	36066	445	Europe/Paris
6448608	Dunet	dunet	Dunet		FR	24	36	361	36067	102	Europe/Paris
6448609	Dun-le-Poëlier	dun-le-poelier	Dun-le-Poelier,Dun-le-Poëlier		FR	24	36	364	36068	436	Europe/Paris
6448610	Écueillé	ecueille			FR	24	36	362	36069	1289	Europe/Paris
6448611	Étrechet	etrechet	Etrechet,Étrechet		FR	24	36	362	36071	997	Europe/Paris
6448612	Feusines	feusines	Fezin,Fuesinas,fu xi nei,Фезин,Фезін,弗西内		FR	24	36	363	36073	208	Europe/Paris
6448613	Fléré-la-Rivière	flere-la-riviere	Flere-la-Riviere,Fléré-la-Rivière		FR	24	36	362	36074	560	Europe/Paris
6448614	Fontgombault	fontgombault	Fontgombault		FR	24	36	361	36076	248	Europe/Paris
6448615	Fontguenand	fontguenand	Fontguenand		FR	24	36	362	36077	234	Europe/Paris
6448616	Fougerolles	fougerolles	Fougerolles,Fuzherol,Fuzherol',Fuzhrol',fu re luo lai,Фужерол,Фужероль,Фужроль,富热罗莱		FR	24	36	363	36078	345	Europe/Paris
6448617	Francillon	francillon	Francillon		FR	24	36	362	36079	76	Europe/Paris
6448618	Gargilesse-Dampierre	gargilesse-dampierre	Gargilesse-Dampierre		FR	24	36	362	36081	292	Europe/Paris
6448619	Gehée	gehee	Gehee,Gehée		FR	24	36	362	36082	258	Europe/Paris
6448620	Giroux	giroux	Giroux		FR	24	36	364	36083	117	Europe/Paris
6448621	Gournay	gournay	Gournay,Gurne,gu er nai,Гурне,古尔奈		FR	24	36	363	36084	298	Europe/Paris
6448622	Issoudun	issoudun	Issoudun		FR	24	36	364	36088	11888	Europe/Paris
6448623	Jeu-les-Bois	jeu-les-bois	Jeu-les-Bois		FR	24	36	362	36089	392	Europe/Paris
6448624	Jeu-Maloches	jeu-maloches			FR	24	36	362	36090	132	Europe/Paris
6448625	Lacs	lacs	Lacs,Lak,la ke,Лак,لاکس، اندرے,拉克		FR	24	36	363	36091	657	Europe/Paris
6448626	Langé	lange	Lange,Langé		FR	24	36	362	36092	293	Europe/Paris
6448627	Levroux	levroux	Levroux		FR	24	36	362	36093	2957	Europe/Paris
6448629	Lignerolles	lignerolles	Lignerolles,Lin'erol',Linharolas,Linharòlas,li gai luo lai,Линьероль,Ліньєроль,利盖罗莱		FR	24	36	363	36095	102	Europe/Paris
6448630	Lingé	linge	Lenzhe,lan re,Ленже,兰热		FR	24	36	361	36096	231	Europe/Paris
6448631	Liniez	liniez			FR	24	36	364	36097	326	Europe/Paris
6448632	Lizeray	lizeray	Lizeray		FR	24	36	364	36098	84	Europe/Paris
6448633	Auzouer-en-Touraine	auzouer-en-touraine	Auzouer-en-Touraine,Ozoer an Turen,Ozue-an-Turen,tu lan de qu ao zu ai,Озоер ан Турен,Озуе-ан-Турен,图兰地区奥祖埃		FR	24	37	373	37010	2210	Europe/Paris
6448634	Avoine	avoine	Avoen,Avoine,Avuan,a wan,Авоен,Авуан,阿万		FR	24	37	371	37011	1736	Europe/Paris
6448635	Avon-les-Roches	avon-les-roches	Avon le Rosh,Avon-le-Rosh,Avon-les-Roches,a weng lai luo xie,Авон ле Рош,Авон-ле-Рош,阿翁莱罗谢		FR	24	37	371	37012	548	Europe/Paris
6448636	Avrillé-les-Ponceaux	avrille-les-ponceaux			FR	24	37	371	37013	487	Europe/Paris
6448637	Azay-le-Rideau	azay-le-rideau			FR	24	37	372	37014	3434	Europe/Paris
6448638	Azay-sur-Cher	azay-sur-cher	Asiacus ad Carum,Azay-sur-Cher,Aze sir Sher,Aze-sjur-Sher,aze=shuru=sheru,xie he pan a ze,Азе сир Шер,Азе-сюр-Шер,アゼ＝シュル＝シェール,谢河畔阿泽		FR	24	37	372	37015	3073	Europe/Paris
6448688	Cinais	cinais	Cinais		FR	24	37	371	37076	423	Europe/Paris
6448639	Azay-sur-Indre	azay-sur-indre	Azay-sur-Indre		FR	24	37	373	37016	381	Europe/Paris
6448640	Ballan-Miré	ballan-mire	Ballan-Mire,Ballan-Miré		FR	24	37	372	37018	7943	Europe/Paris
6448641	Barrou	barrou	Barrou,Barru,Baru,ba er lu,Барру,Бару,巴尔鲁		FR	24	37	373	37019	478	Europe/Paris
6448642	Beaulieu-lès-Loches	beaulieu-les-loches	Beaulieu-les-Loches,Beaulieu-lès-Loches,Bol'e-le-Losh,Bolije le Losh,bo li e lai luo xie,Болије ле Лош,Больє-ле-Лош,博利厄莱洛谢		FR	24	37	373	37020	1782	Europe/Paris
6448643	Beaumont-Louestault	beaumont-louestault	Beaumont-Louestault,Bomon la Rons,Bomon-la-Rons,bo meng la long ke,Бомон ла Ронс,Бомон-ла-Ронс,博蒙拉龙克		FR	24	37	371	37021	1675	Europe/Paris
6448644	Beaumont-en-Véron	beaumont-en-veron	Beaumont-en-Veron,Beaumont-en-Véron,Bomon-an-Veron,Bomont an Veron,wei long de qu bo meng,Бомон-ан-Верон,Бомонт ан Верон,韦龙地区博蒙		FR	24	37	371	37022	2699	Europe/Paris
6448645	Beaumont-Village	beaumont-village	Beaumont-Village,Bomon Vilazh,Bomon-Villazh,bo meng wei la ge,Бомон Вилаж,Бомон-Віллаж,博蒙维拉格		FR	24	37	373	37023	270	Europe/Paris
6448646	Benais	benais	Benais,Bene,bo nai,Бене,伯奈		FR	24	37	371	37024	931	Europe/Paris
6448647	Berthenay	berthenay	Berthenay		FR	24	37	372	37025	716	Europe/Paris
6448648	Betz-le-Château	betz-le-chateau	Bec le Shato,Betz-le-Chateau,Betz-le-Château,Betz-le-Shato,bei te bao,Бетз-ле-Шато,Бец ле Шато,贝特堡		FR	24	37	373	37026	573	Europe/Paris
6448649	Bléré	blere			FR	24	37	373	37027	5308	Europe/Paris
6448650	Bossay-sur-Claise	bossay-sur-claise	Bossay-sur-Claise		FR	24	37	373	37028	763	Europe/Paris
6448651	Bossée	bossee	Bossee,Bossée		FR	24	37	373	37029	331	Europe/Paris
6448652	Bournan	bournan	Bournan		FR	24	37	373	37032	273	Europe/Paris
6448653	Boussay	boussay	Boussay,Buse,Busse,bu sai,Бусе,Буссе,布赛		FR	24	37	373	37033	234	Europe/Paris
6448654	Braslou	braslou	Bralu,Braslou,Braslu,bu la si lu,Бралу,Браслу,布拉斯卢		FR	24	37	371	37034	308	Europe/Paris
6448655	Braye-sous-Faye	braye-sous-faye	Braye-sous-Faye,Bre su Fe,Bre-su-Fe,bu lai ai su fei ai,Бре су Фе,Бре-су-Фе,布赖埃苏费埃		FR	24	37	371	37035	325	Europe/Paris
6448656	Braye-sur-Maulne	braye-sur-maulne	Braye-sur-Maulne		FR	24	37	371	37036	175	Europe/Paris
6448657	Brèches	breches	Breches,Brèches		FR	24	37	371	37037	274	Europe/Paris
6448658	Bréhémont	brehemont	Breemon,Brehemont,Bremon,Bréhémont,bu lei ai meng,Бреемон,Бремон,布雷埃蒙		FR	24	37	372	37038	773	Europe/Paris
6448659	Bridoré	bridore	Bridore,bu li duo lei,Бридоре,布里多雷		FR	24	37	373	37039	527	Europe/Paris
6448660	Brizay	brizay	Brize,bu li ze,Бризе,布里泽		FR	24	37	371	37040	289	Europe/Paris
6448662	Cangey	cangey	Cangey,Kanzhe,kang re,Канже,康热		FR	24	37	373	37043	1068	Europe/Paris
6448663	Céré-la-Ronde	cere-la-ronde	Sere la Rond,Sere-la-Rond,sai lei la long de,Сере ла Ронд,Сере-ла-Ронд,塞雷拉龙德		FR	24	37	373	37046	451	Europe/Paris
6448664	Cerelles	cerelles	Cerelles		FR	24	37	371	37047	1190	Europe/Paris
6448665	Chambourg-sur-Indre	chambourg-sur-indre	Chambourg-sur-Indre		FR	24	37	373	37049	1325	Europe/Paris
6448666	Chambray-lès-Tours	chambray-les-tours	Chambray-les-Tours,Chambray-lès-Tours,Shambre le Tur,Shambre-le-Tur,shang bu lai lai tu er,Шамбре ле Тур,Шамбре-ле-Тур,尚布赖莱图尔		FR	24	37	372	37050	11548	Europe/Paris
6448667	Champigny-sur-Veude	champigny-sur-veude	Champigny-sur-Veude,Shampin'i-sjur-Ved,Shampini sir Ved,fu de he pan shang pi ni,Шампињи сир Вед,Шампіньї-сюр-Вед,弗德河畔尚皮尼		FR	24	37	371	37051	863	Europe/Paris
6448668	Chançay	chancay	Chancay,Chançay,Shanse,shang sai,Шансе,尚赛		FR	24	37	372	37052	1135	Europe/Paris
6448669	Chanceaux-près-Loches	chanceaux-pres-loches	Chanceaux-pres-Loches,Chanceaux-près-Loches		FR	24	37	373	37053	134	Europe/Paris
6448670	Chanceaux-sur-Choisille	chanceaux-sur-choisille	Chanceaux-sur-Choisille,Shanso sir Shoazij,Shanso-sjur-Shuazij,shu wa xi er he pan shang suo,Шансо сир Шоазиј,Шансо-сюр-Шуазій,舒瓦西尔河畔尚索		FR	24	37	372	37054	3503	Europe/Paris
6448671	Channay-sur-Lathan	channay-sur-lathan	Channay-sur-Lathan,Shane sir Latan,Shanne-sjur-Latan,la tang he pan sha nai,Шане сир Латан,Шанне-сюр-Латан,拉唐河畔沙奈		FR	24	37	371	37055	836	Europe/Paris
6448672	Charentilly	charentilly	Charentilly,Sharantii,Sharantiji,sha lang di li,Шарантији,Шарантії,沙朗蒂利		FR	24	37	371	37059	1273	Europe/Paris
6448673	Chargé	charge	Charge,Chargé,Sharzhe,sha er re,Шарже,沙尔热		FR	24	37	373	37060	1303	Europe/Paris
6448674	Charnizay	charnizay			FR	24	37	373	37061	502	Europe/Paris
6448675	Château-la-Vallière	chateau-la-valliere	Shato la Valijer,Shato-la-Val'er,sha tuo la wa li ai,Шато ла Валијер,Шато-ла-Вальєр,沙托拉瓦利埃		FR	24	37	371	37062	1777	Europe/Paris
6448676	Château-Renault	chateau-renault	Chateau-Renault,Château-Renault,Shato Reno,Shato-Reno,sha tuo lei nuo er,Шато Рено,Шато-Рено,沙托雷诺尔		FR	24	37	373	37063	5019	Europe/Paris
6448677	Chaumussay	chaumussay	Chaumussay		FR	24	37	373	37064	226	Europe/Paris
6448678	Chaveignes	chaveignes	Chaveignes		FR	24	37	371	37065	554	Europe/Paris
6448679	Chédigny	chedigny	Chedigny,Chédigny		FR	24	37	373	37066	563	Europe/Paris
6448680	Cheillé	cheille	Cheille,Cheillé,Shee,Sheje,xie lai,Шеє,Шеје,谢莱		FR	24	37	372	37067	1804	Europe/Paris
6448681	Chemillé-sur-Dême	chemille-sur-deme	Chemille-sur-Deme,Chemillé-sur-Dême,Shemije sir Dem,Shemil'e-sjur-Dem,dai mu he pan xie mi lai,Шемије сир Дем,Шемільє-сюр-Дем,代姆河畔谢米莱		FR	24	37	371	37068	720	Europe/Paris
6448682	Chemillé-sur-Indrois	chemille-sur-indrois	Chemille-sur-Indrois,Chemillé-sur-Indrois		FR	24	37	373	37069	215	Europe/Paris
6448683	Chenonceaux	chenonceaux	Chenonceaux,Shenonso,she nong suo,shunonso,syunongso,Шенонсо,シュノンソー,舍农索,슈농소		FR	24	37	373	37070	347	Europe/Paris
6448684	Chinon	chinon			FR	24	37	371	37072	8214	Europe/Paris
6448685	Chisseaux	chisseaux	Chisseaux		FR	24	37	373	37073	611	Europe/Paris
6448686	Chouzé-sur-Loire	chouze-sur-loire	Chouze-sur-Loire,Chouzé-sur-Loire		FR	24	37	371	37074	2080	Europe/Paris
6448687	Cigogné	cigogne	Cigogne,Cigogné		FR	24	37	373	37075	434	Europe/Paris
6448689	Cinq-Mars-la-Pile	cinq-mars-la-pile	Cinq-Mars la Pile,Cinq-Mars-la-Pile,Sen Mar la Pij,Sen-Mar-la-Pil',sang ma er si-la pi er,Сен Мар ла Пиј,Сен-Мар-ла-Піль,桑马尔斯-拉皮尔		FR	24	37	371	37077	3510	Europe/Paris
6448690	Civray-de-Touraine	civray-de-touraine	Civray-de-Touraine,Sivre de Turen,Sivre-de-Turen,xi fu lai de tu lan,Сивре де Турен,Сівре-де-Турен,西夫赖德图兰		FR	24	37	373	37079	1842	Europe/Paris
6448691	Civray-sur-Esves	civray-sur-esves	Civray-sur-Esves,Sivre sir Ev,Sivre-sjur-Ev,ai si wei he pan xi fu lai,Сивре сир Ев,Сівре-сюр-Ев,埃斯韦河畔西夫赖		FR	24	37	373	37080	203	Europe/Paris
6448692	Cléré-les-Pins	clere-les-pins	Clere-les-Pins,Cléré-les-Pins,Klere le Pen,Klere-le-Pen,ke lai lei lai pan,Клере ле Пен,Клере-ле-Пен,克莱雷莱潘		FR	24	37	371	37081	1416	Europe/Paris
6448693	Continvoir	continvoir	Continvoir,Kontenvoar,Kontenvuar,kong tan wa,Контенвоар,Контенвуар,孔坦瓦		FR	24	37	371	37082	416	Europe/Paris
6448694	Cormery	cormery	Cormery,Kormeri,ke er mo li,Кормери,Кормері,科尔默里		FR	24	37	373	37083	1777	Europe/Paris
6448695	Couesmes	couesmes	Couesmes		FR	24	37	371	37084	482	Europe/Paris
6448696	Courçay	courcay	Courcay,Courçay		FR	24	37	373	37085	813	Europe/Paris
6448697	Courcelles-de-Touraine	courcelles-de-touraine	Courcelles-de-Touraine,Kursel de Turen,Kursel'-de-Turen,ku er se lai de tu lan,Курсел де Турен,Курсель-де-Турен,库尔瑟莱德图兰		FR	24	37	371	37086	494	Europe/Paris
6448698	Courcoué	courcoue	Courcoue,Courcoué		FR	24	37	371	37087	262	Europe/Paris
6448699	Couziers	couziers	Couziers		FR	24	37	371	37088	118	Europe/Paris
6448700	Crissay-sur-Manse	crissay-sur-manse	Crissay-sur-Manse,Krise sir Mans,Krisse-sjur-Mans,mang si he pan ke li sai,Крисе сир Манс,Криссе-сюр-Манс,芒斯河畔克里赛		FR	24	37	371	37090	94	Europe/Paris
6448701	Crotelles	crotelles	Crotelles		FR	24	37	373	37092	696	Europe/Paris
6448702	Crouzilles	crouzilles	Crouzilles,Kruzij,ke lu qi lai,Крузиј,Крузій,克鲁齐莱		FR	24	37	371	37093	540	Europe/Paris
6448703	Cussay	cussay			FR	24	37	373	37094	574	Europe/Paris
6448704	Dame-Marie-les-Bois	dame-marie-les-bois	Dame-Marie-les-Bois		FR	24	37	373	37095	355	Europe/Paris
6448705	Dierre	dierre	Dierre		FR	24	37	373	37096	602	Europe/Paris
6448706	Dolus-le-Sec	dolus-le-sec	Doli le Sek,Dolju-le-Sek,Dolus-le-Sec,duo lu lai sai ke,Доли ле Сек,Долю-ле-Сек,多吕莱塞克		FR	24	37	373	37097	669	Europe/Paris
6448707	Draché	drache	Drache,Draché		FR	24	37	373	37098	745	Europe/Paris
6448708	Annoisin-Chatelans	annoisin-chatelans	Annoisin-Chatelans		FR	84	38	382	38010	666	Europe/Paris
6448710	Aoste	aoste	Aoste		FR	84	38	382	38012	2873	Europe/Paris
6448711	Apprieu	apprieu	Apprie,Aprije,Aprijo,a pu li e,Аппріє,Априё,Априје,阿普里厄		FR	84	38	382	38013	3280	Europe/Paris
6448713	Artas	artas	Arta,Artas,Арта,Артас		FR	84	38	383	38015	1813	Europe/Paris
6448715	Assieu	assieu	As'e,As'jo,Asje,Assieu,a xi e,Асьё,Асьє,Асје,阿西厄		FR	84	38	383	38017	1436	Europe/Paris
6448716	Auberives-en-Royans	auberives-en-royans	Auba-riba,Auberives-en-Royans,Oberiv-an-Ruajan,Obriv an Rojan,Obriv-an-Ruajan,lu wa ang de qu ao bo li wei,Оберив-ан-Руаян,Обрив ан Ројан,Обрив-ан-Руаян,鲁瓦昂地区奥伯里韦		FR	84	38	381	38018	382	Europe/Paris
6448717	Auris	auris	Auris,Aurís,Ori,ao li,Ори,Орі,奥里		FR	84	38	381	38020	196	Europe/Paris
6448719	Avignonet	avignonet	Avin'one,Avinhonet,Avinone,a wei ni ao nei,Авиньоне,Авињоне,Авіньоне,阿维尼奥内		FR	84	38	381	38023	196	Europe/Paris
6448722	Barraux	barraux	Barraux		FR	84	38	381	38027	1885	Europe/Paris
6448723	Beaucroissant	beaucroissant	Beaucroissant,Bokroasan,Bokruassan,bo ke lu wa sang,Бокроасан,Бокруассан,博克鲁瓦桑		FR	84	38	381	38030	1652	Europe/Paris
6448724	Beaufin	beaufin	Beaufin,Beufin,Bofen,Bèufin,bo fan,Бофен,博凡		FR	84	38	381	38031	20	Europe/Paris
6448725	Beauvoir-de-Marc	beauvoir-de-marc	Beauvoir-de-Marc,Bovoar de Mark,Bovuar-de-Mark,bo wa de ma er ke,Бовоар де Марк,Бовуар-де-Марк,博瓦德马尔克		FR	84	38	383	38035	1132	Europe/Paris
6448726	Bellegarde-Poussieu	bellegarde-poussieu	Bellegarde-Poussieu		FR	84	38	383	38037	987	Europe/Paris
6448727	Bernin	bernin	Bernen,Bernin,bei er nan,Бернен,贝尔南		FR	84	38	381	38039	3097	Europe/Paris
6448728	Bessins	bessins	Bessins		FR	84	38	381	38041	119	Europe/Paris
6448729	Bilieu	bilieu	Bil'e,Bil'jo,Bilieu,Bilije,bi li e,Билије,Бильё,Більє,比利厄		FR	84	38	382	38043	1529	Europe/Paris
6448730	Biviers	biviers	Biviers		FR	84	38	381	38045	2322	Europe/Paris
6448731	Blandin	blandin	Blandin		FR	84	38	382	38047	144	Europe/Paris
6448732	Bonnefamille	bonnefamille	Bonfamij,Bonnefamille,Bonnfamij,bo nei fa mi er,Боннфамій,Бонфамий,Бонфамиј,博内法米尔		FR	84	38	382	38048	1107	Europe/Paris
6448733	Bougé-Chambalud	bouge-chambalud	Bouge-Chambalud,Bougé-Chambalud,Buzhe Shambalid,Buzhe-Shambalju,bu she shang ba lu,Буже Шамбалид,Буже-Шамбалю,部舍上巴閭		FR	84	38	383	38051	1391	Europe/Paris
6448734	Bouvesse-Quirieu	bouvesse-quirieu	Buves Kirje,Buves-Kir'jo,Buvess-Kire,bu wei si qu yi li e,Бувес Кирје,Бувес-Кирьё,Бувесс-Кірє,布韦斯屈伊里厄		FR	84	38	382	38054	1516	Europe/Paris
6448736	Bresson	bresson	Breson,Bresson,bu lei song,Бресон,Брессон,布雷松		FR	84	38	381	38057	684	Europe/Paris
6448737	Brézins	brezins	Brezen,Brezins,Brézins,bu lei zan,Брезен,布雷赞		FR	84	38	383	38058	2078	Europe/Paris
6448738	Brié-et-Angonnes	brie-et-angonnes	Brie-eh-Angon,Brie-et-Angonn,Brie-et-Angonnes,Brije et Angon,Brié-et-Angonnes,bu li ai he ang ge nei,Брие-э-Ангон,Брије ет Ангон,Бріє-ет-Ангонн,布里埃和昂戈内		FR	84	38	381	38059	2553	Europe/Paris
6448739	Burcin	burcin	Birsen,Bjursen,Burcin,bu er qin,Бирсен,Бюрсен,布爾欽		FR	84	38	382	38063	416	Europe/Paris
6448740	Châbons	chabons	Shabon,sha bang,Шабон,沙邦		FR	84	38	382	38065	2086	Europe/Paris
6448741	Chalon	chalon	Chalons,Châlons		FR	84	38	383	38066	178	Europe/Paris
6448742	Chamagnieu	chamagnieu	Chamagnieu,Champagnier,Shaman'e,Shaman'jo,Shamane,sha ma ge ni e,Шаманьё,Шаманьє,Шамање,沙马格尼厄		FR	84	38	382	38067	1651	Europe/Paris
6448743	Champagnier	champagnier	Chamagnieu,Champagnier,Shampan'e,Shampaner,shang pa nie,Шампанье,Шампаньє,Шампањер,尚帕涅		FR	84	38	381	38068	1235	Europe/Paris
6448744	Champier	champier	Champier		FR	84	38	383	38069	1390	Europe/Paris
6448745	Champ-sur-Drac	champ-sur-drac	Champ-sur-Drac		FR	84	38	381	38071	3020	Europe/Paris
6448746	Chantesse	chantesse	Chantesse,Shantes,Shantess,shang tai si,Шантес,Шантесс,尚泰斯		FR	84	38	381	38074	325	Europe/Paris
6448747	Chapareillan	chapareillan			FR	84	38	381	38075	3007	Europe/Paris
6448748	Charancieu	charancieu	Charancieu,Sharans'e,Sharans'jo,Sharansje,sha lang xi e,sharanshu,Шарансьё,Шарансьє,Шарансје,シャランシュー,沙朗西厄		FR	84	38	382	38080	758	Europe/Paris
6448749	Charantonnay	charantonnay	Charantonnay		FR	84	38	383	38081	1882	Europe/Paris
6448750	Charavines	charavines	Charavines,Sharaven,Sharavin,sha la wei nei,Шаравен,Шаравин,Шаравін,沙拉维内		FR	84	38	382	38082	1952	Europe/Paris
6448751	Charette	charette	Charette,Sharet,Sharett,sha lei te,Шарет,Шаретт,沙雷特		FR	84	38	382	38083	463	Europe/Paris
6448752	Charnècles	charnecles	Charnecles,Charnècles,Sharnekl,Sharnekl',sha er nei ke lai,Шарнекл,Шарнекль,沙尔内克莱		FR	84	38	381	38084	1472	Europe/Paris
6448753	Chasse-sur-Rhône	chasse-sur-rhone	Chasse-sur-Rhone,Chasse-sur-Rhône		FR	84	38	383	38087	5968	Europe/Paris
6448754	Chassignieu	chassignieu	Chassignieu,Shasinije,Shassin'e,Shassin'jo,sha xi ge ni e,shashinyu,Шасињије,Шассиньё,Шассіньє,シャシニュー,沙西格尼厄		FR	84	38	382	38089	227	Europe/Paris
6448755	Château-Bernard	chateau-bernard	Chateau-Bernard,Château-Bernard		FR	84	38	381	38090	272	Europe/Paris
6448756	Châteauvilain	chateauvilain	Chateauvilain,Châteauvilain,Shatov'en,Shatoven,Shatovilen,sha tuo wei lan,shatovu~iran,Шатовилен,Шатовьен,Шатовєн,シャトーヴィラン,沙托维兰		FR	84	38	382	38091	711	Europe/Paris
6448757	Châtonnay	chatonnay	Chatonnay,Châtonnay,Shatone,Shatonne,sha tuo nai,Шатоне,Шатонне,沙托奈		FR	84	38	383	38094	2098	Europe/Paris
6448758	Chatte	chatte	Shat,Shatt,Шат,Шатт		FR	84	38	381	38095	2493	Europe/Paris
6448759	Chavanoz	chavanoz	Chavanoz		FR	84	38	382	38097	4608	Europe/Paris
6448760	Chélieu	chelieu	Chelieu,Chélieu		FR	84	38	382	38098	674	Europe/Paris
6448761	Annoire	annoire	Annoire,Annuar,Anoar,a nu wa er,Аннуар,Аноар,阿努瓦尔		FR	27	39	391	39011	379	Europe/Paris
6448762	Archelange	archelange	Archelange,Arshelanzh,Arshlanzh,a er xie lang ge,Аршеланж,Аршланж,阿尔谢朗格		FR	27	39	391	39014	223	Europe/Paris
6448763	Ardon	ardon	Ardon,a er dong,Ардон,阿尔东		FR	27	39	392	39015	115	Europe/Paris
6448764	Arinthod	arinthod	Arento,Arinthod,a lan tuo,Аренто,阿兰托		FR	27	39	392	39016	1125	Europe/Paris
6448765	Aromas	aromas	Aroma,Aromas,a luo ma,Арома,阿罗马		FR	27	39	392	39018	650	Europe/Paris
6448766	Arsure-Arsurette	arsure-arsurette	Arsir Arsiret,Arsjur-Arsjurett,a er xu er a er xu lei te,Арсир Арсирет,Арсюр-Арсюретт,阿尔叙尔阿尔叙雷特		FR	27	39	392	39020	100	Europe/Paris
6448767	La Chailleuse	la-chailleuse			FR	27	39	392	39021	604	Europe/Paris
6448768	Audelange	audelange	Audelange,Odlanzh,Odlonzh,ao dai lang ge,Одланж,Одлонж,奥代朗格		FR	27	39	391	39024	272	Europe/Paris
6448769	Augea	augea	Augea,Ozha,Ozhe,ao ya,Ожа,Оже,奥雅		FR	27	39	392	39025	283	Europe/Paris
6448770	Augerans	augerans	Augerans,Ozheran,ao re lang,Ожеран,奥热朗		FR	27	39	391	39026	174	Europe/Paris
6448771	Augisey	augisey	Augisey,Ozhize,Ozhizi,ao ji sai,Ожизе,Ожизи,奥吉塞		FR	27	39	392	39027	209	Europe/Paris
6448772	Aumont	aumont	Aumont,Omon,Омон		FR	27	39	391	39028	460	Europe/Paris
6448773	Aumur	aumur	Aumur,Omjur,Omur,ao mi,Омур,Омюр,奥米		FR	27	39	391	39029	367	Europe/Paris
6448774	Authume	authume	Authume,Otjim,Otjum,ao tan,Отюм,Отјим,奥坦		FR	27	39	391	39030	821	Europe/Paris
6448775	Auxange	auxange	Auxange,Oksanzh,ao ke sang ge,Оксанж,奥克桑格		FR	27	39	391	39031	201	Europe/Paris
6448776	Balaiseaux	balaiseaux	Balaiseaux		FR	27	39	391	39034	303	Europe/Paris
6448777	Balanod	balanod	Balano,Balanod,ba lang ao,Балано,巴朗奥		FR	27	39	392	39035	352	Europe/Paris
6448778	Bans	bans	Bans		FR	27	39	391	39037	190	Europe/Paris
6448779	Barésia-sur-l'Ain	baresia-sur-l-ain	Baresia-sur-l'Ain,Barésia-sur-l'Ain		FR	27	39	392	39038	153	Europe/Paris
6448780	Barretaine	barretaine	Barretaine,Barreten,Barten,ba er lei tan,Барретен,Бартен,巴尔雷坦		FR	27	39	391	39040	177	Europe/Paris
6448781	Baume-les-Messieurs	baume-les-messieurs	Baume-les-Messieurs		FR	27	39	392	39041	169	Europe/Paris
6448782	Baverans	baverans	Baveran,ba wei lang,Баверан,巴韦朗		FR	27	39	391	39042	499	Europe/Paris
6448783	Beaufort-Orbagna	beaufort-orbagna	Beaufort-Orbagna,Bofor,bo fu er,Бофор,博福尔		FR	27	39	392	39043	1349	Europe/Paris
6448784	Beffia	beffia	Beffia		FR	27	39	392	39045	76	Europe/Paris
6448785	Bellefontaine	bellefontaine	Bel'fonten,Belfonten,Bellefontaine,bei lai feng tan,Белфонтен,Бельфонтен,贝莱丰坦		FR	27	39	393	39047	545	Europe/Paris
6448786	Bersaillin	bersaillin	Bersaen,Bersaillin,Bersajen,bei er sai lan,Берсаєн,Берсајен,贝尔赛兰		FR	27	39	391	39049	402	Europe/Paris
6448787	Besain	besain	Besain,Bezen,bei sang,Безен,贝桑		FR	27	39	391	39050	162	Europe/Paris
6448788	Biarne	biarne	Biarne		FR	27	39	391	39051	406	Europe/Paris
6448789	Bief-des-Maisons	bief-des-maisons	Bief-des-Maisons		FR	27	39	392	39052	73	Europe/Paris
6448790	Biefmorin	biefmorin	Befmoren,Biefmorin,Bjefmoren,bi ye fu mo lan,Бєфморен,Бјефморен,比耶夫莫兰		FR	27	39	391	39054	94	Europe/Paris
6448791	Billecul	billecul	Biekjul',Bilki,Billecul,bi lai qu,Билки,Бієкюль,比莱屈		FR	27	39	392	39055	45	Europe/Paris
6448792	Bletterans	bletterans	Bletterans		FR	27	39	392	39056	1440	Europe/Paris
6448793	Blois-sur-Seille	blois-sur-seille	Blois-sur-Seille		FR	27	39	392	39057	109	Europe/Paris
6448794	Blye	blye	Bli,Blye,bu li ai,Бли,Блі,布利埃		FR	27	39	392	39058	163	Europe/Paris
6448912	Chaon	chaon	Chaon,Shaon,Shon,Шаон,Шон		FR	24	41	413	41036	463	Europe/Paris
6448796	Bois-de-Gand	bois-de-gand	Boa de Gan,Bois-de-Gand,Bua-de-Gand,bu wa de gang,Боа де Ган,Буа-де-Ганд,布瓦德冈		FR	27	39	392	39060	56	Europe/Paris
6448797	Bonlieu	bonlieu	Bonl'e,Bonlieu,Bonlije,bang li e,Бонлије,Бонльє,邦利厄		FR	27	39	392	39063	258	Europe/Paris
6448799	Bonnefontaine	bonnefontaine	Bonfonten,Bonnefontaine,Bonnfonten,bo nei feng tan,Боннфонтен,Бонфонтен,博内丰坦		FR	27	39	392	39065	102	Europe/Paris
6448800	Bornay	bornay	Bornay,Borne,bo er nai,Борне,博尔奈		FR	27	39	392	39066	174	Europe/Paris
6448802	Bracon	bracon	Bracon,Brakon,bu la kong,Бракон,布拉孔		FR	27	39	391	39072	270	Europe/Paris
6448803	Brainans	brainans	Brenan,bu lai nan,Бренан,布赖南		FR	27	39	391	39073	168	Europe/Paris
6448804	Brans	brans	Bran,Brans,bu lang,Бран,布朗		FR	27	39	391	39074	221	Europe/Paris
6448806	Bretenières	bretenieres	Bretenieres,Bretenières		FR	27	39	391	39077	39	Europe/Paris
6448807	Brevans	brevans	Brevan,Brevans,bu lei wang,Бреван,布勒旺		FR	27	39	391	39078	660	Europe/Paris
6448808	Briod	briod	Brijo,Briod,bu li ao,Бриод,Брійо,布里奥		FR	27	39	392	39079	203	Europe/Paris
6448809	Broissia	broissia	Broissia		FR	27	39	392	39080	66	Europe/Paris
6448810	Buvilly	buvilly	Biviji,Bjuvilli,Buvilly,bi wei li,Бивији,Бювіллі,比维利		FR	27	39	391	39081	386	Europe/Paris
6448811	Censeau	censeau	Sanso,Sanzo,sang suo,Санзо,Сансо,桑索		FR	27	39	392	39083	293	Europe/Paris
6448812	Cernans	cernans	Cernans,Sernan,sai er nan,Сернан,塞尔南		FR	27	39	391	39084	139	Europe/Paris
6448813	Cerniébaud	cerniebaud	Cerniebaud,Cerniébaud,Sern'ebo,Sernijebo,sai er ni ai bo,Сернијебо,Серньєбо,塞尔尼埃博		FR	27	39	392	39085	87	Europe/Paris
6448814	Cernon	cernon	Cernon,Sernon,sai er nong,Сернон,塞尔农		FR	27	39	392	39086	258	Europe/Paris
6448816	Chaînée-des-Coupis	chainee-des-coupis	Chainee-des-Coupis,Chaînée-des-Coupis		FR	27	39	391	39090	180	Europe/Paris
6448817	Chambéria	chamberia	Chamberia,Chambéria,Shamberja,shang bei li a,Шамберя,Шамберја,尚贝里阿		FR	27	39	392	39092	169	Europe/Paris
6448818	Chamblay	chamblay	Chamblay,Shamble,shang bu lai,Шамбле,尚布莱		FR	27	39	391	39093	423	Europe/Paris
6448819	Chamole	chamole	Chamole,Shamol,Shamol',shang ao er,Шамол,Шамоль,尚奥尔		FR	27	39	391	39094	166	Europe/Paris
6448821	Champagnole	champagnole	Champagnole		FR	27	39	392	39097	7928	Europe/Paris
6448822	Artassenx	artassenx	Artassenx		FR	75	40	402	40012	251	Europe/Paris
6448823	Arthez-d'Armagnac	arthez-d-armagnac	Arthez-d'Armagnac		FR	75	40	402	40013	110	Europe/Paris
6448824	Arue	arue	Ari,Arju,Arua,a lu ai,Ари,Арю,阿吕埃		FR	75	40	402	40014	347	Europe/Paris
6448825	Arx	arx	Arcs,Arks,Arx,a er,Аркс,阿尔		FR	75	40	402	40015	66	Europe/Paris
6448826	Aubagnan	aubagnan	Aubagnan		FR	75	40	402	40016	250	Europe/Paris
6448827	Audignon	audignon	Audinhon,Odin'on,Odinon,ao di ni weng,Одиньон,Одињон,Одіньон,奥迪尼翁		FR	75	40	402	40017	389	Europe/Paris
6448828	Audon	audon	Audon		FR	75	40	401	40018	367	Europe/Paris
6448829	Aureilhan	aureilhan	Aureilhan,Aurelhan,Orejan,ao lei yang,Ореян,Орејан,奥雷扬		FR	75	40	402	40019	1056	Europe/Paris
6448830	Aurice	aurice	Aurice		FR	75	40	402	40020	613	Europe/Paris
6448831	Azur	azur	Asur,Azir,Azjur,Azur,a ju,Азир,Азюр,阿聚		FR	75	40	401	40021	818	Europe/Paris
6448832	Bahus-Soubiran	bahus-soubiran			FR	75	40	402	40022	415	Europe/Paris
6448833	Banos	banos	Bano,Banos,Banòs,bang ao,Бано,Банос,邦奥		FR	75	40	402	40024	286	Europe/Paris
6448834	Bascons	bascons	Bakon,Bascons,Baskon,ba si kong,Бакон,Баскон,巴斯孔		FR	75	40	402	40025	860	Europe/Paris
6448835	Bassercles	bassercles	Baserkl,Basserclas,Bassercles,Basserkl',ba sai er ke lai,Басеркл,Бассеркль,巴塞尔克莱		FR	75	40	401	40027	155	Europe/Paris
6448836	Bastennes	bastennes	Bastan,Bastenas,Bastenn,Bastennes,ba si te nei,Бастан,Бастенн,巴斯特内		FR	75	40	401	40028	257	Europe/Paris
6448837	Bats	bats	Bats		FR	75	40	402	40029	298	Europe/Paris
6448838	Baudignan	baudignan	Baudignan		FR	75	40	402	40030	55	Europe/Paris
6448839	Bégaar	begaar	Begaar,Bégaar		FR	75	40	401	40031	1151	Europe/Paris
6448840	Belhade	belhade	Belad,Belhade,Vath Lada,Vathlada,bei ya de,Белад,贝亚德		FR	75	40	402	40032	196	Europe/Paris
6448841	Bélis	belis	Belis,Bélis		FR	75	40	402	40033	164	Europe/Paris
6448842	Bélus	belus	Belus,Bélus		FR	75	40	401	40034	605	Europe/Paris
6448843	Bénesse-Maremne	benesse-maremne	Benes Maremn,Beness-Maremn,Benessa de Maremne,Benesse-Maremne,Bénesse-Maremne,bei nei si ma lang en,Бенес Маремн,Бенесс-Маремн,贝内斯马朗恩		FR	75	40	401	40036	3010	Europe/Paris
6448844	Benquet	benquet	Benquet		FR	75	40	402	40037	1696	Europe/Paris
6448845	Beylongue	beylongue	Belong,Vath Longa,Vathlonga,bei long gai,Белонг,贝隆盖		FR	75	40	401	40040	371	Europe/Paris
6448846	Beyries	beyries	Beri,Berje,Beyries,Veirias,bei li ye,Бери,Бері,Берје,贝里耶		FR	75	40	401	40041	125	Europe/Paris
6448847	Biarrotte	biarrotte	B'jarrott,Biarrota,Biarrotte,Biarròta,Bjarot,Bjarrott,bi a er luo te,Бьярротт,Бярротт,Бјарот,比阿尔罗特		FR	75	40	401	40042	269	Europe/Paris
6448848	Biaudos	biaudos	Biaudos,Biudos,Biudòs,Bjodo,Bjodos,bi ao duo,Бйодос,Бјодо,比奥多		FR	75	40	401	40044	884	Europe/Paris
6448849	Bonnegarde	bonnegarde	Bona Guarda,Bonagarda,Bongar,Bonnegarde,Bonngard,bo nei jia er de,Бонгар,Боннгард,博内加尔德		FR	75	40	401	40047	273	Europe/Paris
6448851	Bordères-et-Lamensans	borderes-et-lamensans	Border et Lamansan,Border-e-Lamansan,Borderas e Lamensan,Borderes-et-Lamensans,Bordèras e Lamensan,Bordères-et-Lamensans,bo er dai lei he la mang sang,Бордер ет Ламансан,Бордер-е-Ламансан,博尔代雷和拉芒桑		FR	75	40	402	40049	360	Europe/Paris
6448852	Bostens	bostens	Bausten,Bostan,Botan,bo si tang,Бостан,Ботан,博斯唐		FR	75	40	402	40050	200	Europe/Paris
6448853	Bougue	bougue	Boga,Bougue,Bug,bu gai,Буг,布盖		FR	75	40	402	40051	756	Europe/Paris
6448908	Cellettes	cellettes	Selet,Sellett,se lei tai,Селет,Селлетт,瑟勒泰		FR	24	41	411	41031	2623	Europe/Paris
6448909	Chailles	chailles			FR	24	41	411	41032	2677	Europe/Paris
6448855	Bourriot-Bergonce	bourriot-bergonce	Borriot e Bergonsa,Borriòt e Bergonsa,Burio Bergons,Burrijo-Bergons,bu er li ao bei er gong ke,Бурио Бергонс,Буррийо-Бергонс,Буррійо-Бергонс,布尔里奥贝尔贡克		FR	75	40	402	40053	317	Europe/Paris
6448856	Brassempouy	brassempouy	Brassempouy		FR	75	40	401	40054	269	Europe/Paris
6448857	Bretagne-de-Marsan	bretagne-de-marsan	Bretagne-de-Marsan,Bretan de Marsan,Bretan'-de-Marsan,Bretanha de Marcan,Bretanha de Marsan,Bretanha de Marçan,bu lei ta ni de ma er sang,Бретань-де-Марсан,Бретањ де Марсан,布雷塔尼德马尔桑		FR	75	40	402	40055	1544	Europe/Paris
6448858	Brocas	brocas	Brocars,Broka,Brokas,bu luo ka,Брока,Брокас,布罗卡		FR	75	40	402	40056	792	Europe/Paris
6448859	Buanes	buanes	Bjuan,Buan,Buanas,Buanes,bi a nei,Буан,Бюан,比阿内		FR	75	40	402	40057	262	Europe/Paris
6448860	Cachen	cachen	Cachen,Caishen,Kashan,Кашан		FR	75	40	402	40058	225	Europe/Paris
6448861	Cagnotte	cagnotte	Canhota,Canhòta,Kan'ott,Kanot,ka ni ao te,Каньотт,Кањот,卡尼奥特		FR	75	40	401	40059	760	Europe/Paris
6448862	Callen	callen	Calen,Kalan,Kallan,Калан,Каллан		FR	75	40	402	40060	146	Europe/Paris
6448863	Campet-et-Lamolère	campet-et-lamolere	Campet e La Molera,Campet e La Molèra,Campet e la Molera,Campet e la Molèra,Campet-et-Lamolere,Campet-et-Lamolère,Kampet et Lamoler,Kampet-e-Lamoler,kang pei he la mo lai er,Кампет ет Ламолер,Кампет-е-Ламолер,康佩和拉莫莱尔		FR	75	40	402	40062	401	Europe/Paris
6448864	Candresse	candresse	Candressa,Candresse,Kandres,Kandress,kang de lei si,Кандрес,Кандресс,康德雷斯		FR	75	40	401	40063	811	Europe/Paris
6448865	Canenx-et-Réaut	canenx-et-reaut	Canens e Arriaub,Canens e Arriu Aub,Kananks-e-Reot,Kanen et Reo,ka nan he lei ao,Кананкс-е-Реот,Канен ет Рео,卡南和雷奥		FR	75	40	402	40064	160	Europe/Paris
6448866	Capbreton	capbreton	Cap Berton,Kabreton,Kapbreton,ka pu bu lei tong,kappuburuton,Кабретон,Капбретон,カップブルトン,卡普布雷通		FR	75	40	401	40065	8753	Europe/Paris
6448867	Carcarès-Sainte-Croix	carcares-sainte-croix	Carcares-Sainte-Croix,Carcarès-Sainte-Croix		FR	75	40	401	40066	512	Europe/Paris
6448868	Carcen-Ponson	carcen-ponson	Carcen-Ponson		FR	75	40	401	40067	643	Europe/Paris
6448869	Cassen	cassen	Cassen		FR	75	40	401	40068	579	Europe/Paris
6448870	Castaignos-Souslens	castaignos-souslens	Castaignos-Souslens		FR	75	40	401	40069	396	Europe/Paris
6448871	Castandet	castandet			FR	75	40	402	40070	396	Europe/Paris
6448872	Castelnau-Chalosse	castelnau-chalosse	Castelnau,Castelnau-Chalosse,Castethnau de Shalossa,Castèlnau,Castèthnau de Shalòssa,Kastel'no-Shaloss,Kastelno Shalos,ka si tai er nuo sha luo si,Кастелно Шалос,Кастельно-Шалосс,卡斯泰尔诺沙洛斯		FR	75	40	401	40071	599	Europe/Paris
6448873	Castelnau-Tursan	castelnau-tursan	Castelnau-Tursan		FR	75	40	402	40072	194	Europe/Paris
6448874	Castelner	castelner			FR	75	40	402	40073	109	Europe/Paris
6448875	Cauna	cauna	Cauna		FR	75	40	402	40076	444	Europe/Paris
6448876	Cauneille	cauneille	Cauneille		FR	75	40	401	40077	808	Europe/Paris
6448877	Caupenne	caupenne	Caupena,Caupenne,Kopan,Kopenn,ke pang,Копан,Копенн,科庞		FR	75	40	401	40078	413	Europe/Paris
6448878	Cazères-sur-l'Adour	cazeres-sur-l-adour	Cazeres-sur-l'Adour,Cazères-sur-l'Adour		FR	75	40	402	40080	1048	Europe/Paris
6448879	Cère	cere	Cera,Cèra,Ser,Сер		FR	75	40	402	40081	408	Europe/Paris
6448880	Classun	classun			FR	75	40	402	40082	270	Europe/Paris
6448881	Clèdes	cledes	Cledas,Cledes,Clèdes,Kled,ke lai dai,Клед,克莱代		FR	75	40	402	40083	128	Europe/Paris
6448882	Commensacq	commensacq	Comencac,Comensac,Començac,Commensacq,Komansak,Kommansak,ke mang sa,Комансак,Коммансак,科芒萨		FR	75	40	402	40085	438	Europe/Paris
6448883	Coudures	coudures	Coduras,Couduras,Coudures,Kudjur,ku di lei,Кудюр,库迪雷		FR	75	40	402	40086	458	Europe/Paris
6448884	Créon-d'Armagnac	creon-d-armagnac			FR	75	40	402	40087	361	Europe/Paris
6448885	Doazit	doazit	Doasit,Doazi,Doazit,duo a qi,Доази,Доазі,多阿齐		FR	75	40	401	40089	860	Europe/Paris
6448886	Donzacq	donzacq	Donzac,Donzacq,Donzak,dong zha,Донзак,东扎		FR	75	40	401	40090	490	Europe/Paris
6448887	Duhort-Bachen	duhort-bachen	Djuor-Bashan,Duhort-Bachen,Dur Hort e Baishen,Dur Hort-Baishen,Dur Hòrt e Baishen,Dur Hòrt-Baishen,Durhort e Baishen,Durhòrt e Baishen,di ao er ba shang,Дюор-Башан,迪奥尔巴尚		FR	75	40	402	40091	663	Europe/Paris
6448888	Dumes	dumes			FR	75	40	402	40092	247	Europe/Paris
6448889	Escalans	escalans	Escalans,Eskalan,ai si ka lang,Ескалан,埃斯卡朗		FR	75	40	402	40093	263	Europe/Paris
6448890	Escource	escource	Escource		FR	75	40	402	40094	700	Europe/Paris
6448891	Estibeaux	estibeaux	Estibeaux		FR	75	40	401	40095	694	Europe/Paris
6448892	Estigarde	estigarde	Estigarde		FR	75	40	402	40096	130	Europe/Paris
6448893	Eugénie-les-Bains	eugenie-les-bains	Ehzheni-le-Ben,Eugenie-les-Bains,Eugénie-les-Bains,Ezheni le Ben,Ezheni-le-Ben,Las Aigas,e re nie lai ban,Ежени ле Бен,Ежени-ле-Бен,Ежені-ле-Бен,Эжени-ле-Бен,厄热涅莱班		FR	75	40	402	40097	452	Europe/Paris
6448894	Baillou	baillou	Baillou,Baju,bai lu,Баю,Бају,拜卢		FR	24	41	412	41012	239	Europe/Paris
6448895	Bauzy	bauzy	Bauzy,Bozi,bo qi,Бози,Бозі,博齐		FR	24	41	411	41013	282	Europe/Paris
6448896	Billy	billy	Billy		FR	24	41	413	41016	1007	Europe/Paris
6448897	Binas	binas	Binas		FR	24	41	411	41017	706	Europe/Paris
6448898	Blois	blois	Blois		FR	24	41	411	41018	45687	Europe/Paris
6448899	Boisseau	boisseau	Boaso,Boisseau,Buaso,Bushel',bu wa suo,Боасо,Буасо,Бушель,布瓦索		FR	24	41	411	41019	101	Europe/Paris
6448901	Bouffry	bouffry	Bouffry		FR	24	41	412	41022	136	Europe/Paris
6448903	Boursay	boursay	Boursay		FR	24	41	412	41024	169	Europe/Paris
6448904	Bracieux	bracieux	Bracieux		FR	24	41	411	41025	1306	Europe/Paris
6448905	Brévainville	brevainville			FR	24	41	412	41026	168	Europe/Paris
6448906	Busloup	busloup			FR	24	41	412	41028	434	Europe/Paris
6448907	Candé-sur-Beuvron	cande-sur-beuvron	Cande-sur-Beuvron,Candé-sur-Beuvron		FR	24	41	411	41029	1514	Europe/Paris
6448911	Champigny-en-Beauce	champigny-en-beauce			FR	24	41	411	41035	594	Europe/Paris
6448913	Châteauvieux	chateauvieux			FR	24	41	413	41042	542	Europe/Paris
6448914	Châtillon-sur-Cher	chatillon-sur-cher	Chatillon-sur-Cher,Châtillon-sur-Cher,Shatijon na Sheru,Shatijon-sjur-Sher,xie he pan sha di long,Шатијон на Шеру,Шатійон-сюр-Шер,谢河畔沙蒂隆		FR	24	41	413	41043	1731	Europe/Paris
6448916	Chaumont-sur-Loire	chaumont-sur-loire	Chaumont-sur-Loire		FR	24	41	411	41045	1085	Europe/Paris
6448917	Chaumont-sur-Tharonne	chaumont-sur-tharonne			FR	24	41	413	41046	1075	Europe/Paris
6448918	Chauvigny-du-Perche	chauvigny-du-perche	Chauvigny-du-Perche		FR	24	41	412	41048	222	Europe/Paris
6448919	Chémery	chemery	Chemery,Chémery		FR	24	41	413	41049	984	Europe/Paris
6448920	Chissay-en-Touraine	chissay-en-touraine	Chissay-en-Touraine,Shisej an Turen,Shisse-an-Turen,tu lan de qu xi sai,Шисеј ан Турен,Шиссе-ан-Турен,图兰地区希赛		FR	24	41	413	41051	1167	Europe/Paris
6448921	Chitenay	chitenay	Chitenay,Shitne,xi te nai,Шитне,希特奈		FR	24	41	411	41052	1058	Europe/Paris
6448922	Choussy	choussy	Choussy		FR	24	41	413	41054	341	Europe/Paris
6448923	Valloire-sur-Cisse	valloire-sur-cisse	Shuzi sir Sise,Shuzi-sjur-Siss,Valloire-sur-Cisse,xi si he pan shu qi,Шузи сир Сисе,Шузі-сюр-Сісс,西斯河畔舒齐		FR	24	41	411	41055	2462	Europe/Paris
6448924	Conan	conan	Conan		FR	24	41	411	41057	177	Europe/Paris
6448925	Concriers	concriers	Concriers		FR	24	41	411	41058	171	Europe/Paris
6448926	Cormenon	cormenon			FR	24	41	412	41060	694	Europe/Paris
6448927	Cormeray	cormeray	Cormeray		FR	24	41	411	41061	1565	Europe/Paris
6448928	Couddes	couddes	Couddes		FR	24	41	413	41062	542	Europe/Paris
6448930	Coulommiers-la-Tour	coulommiers-la-tour	Coulommiers-la-Tour		FR	24	41	412	41065	547	Europe/Paris
6448931	Courbouzon	courbouzon	Courbouzon		FR	24	41	411	41066	432	Europe/Paris
6448932	Cour-Cheverny	cour-cheverny	Cour-Cheverny		FR	24	41	411	41067	2829	Europe/Paris
6448933	Courmemin	courmemin	Courmemin,Kurmemen,ku er mei man,Курмемен,库尔梅曼		FR	24	41	411	41068	518	Europe/Paris
6448934	Cour-sur-Loire	cour-sur-loire	Cour-sur-Loire		FR	24	41	411	41069	274	Europe/Paris
6448935	Vallée-de-Ronsard	vallee-de-ronsard			FR	24	41	412	41070	525	Europe/Paris
6448936	Crouy-sur-Cosson	crouy-sur-cosson	Crouy-sur-Cosson,Kru na Kosonu,Krui-sjur-Kosson,ke song he pan ke lu yi,Кру на Косону,Круї-сюр-Коссон,科松河畔克鲁伊		FR	24	41	411	41071	525	Europe/Paris
6448937	Crucheray	crucheray	Crucheray		FR	24	41	412	41072	380	Europe/Paris
6448938	Danzé	danze			FR	24	41	412	41073	701	Europe/Paris
6448939	Dhuizon	dhuizon	Dhuizon		FR	24	41	413	41074	1235	Europe/Paris
6448940	Épiais	epiais	Epiais,Épiais		FR	24	41	411	41077	137	Europe/Paris
6448941	Épuisay	epuisay	Epuisay,Épuisay		FR	24	41	412	41078	842	Europe/Paris
6448942	Faverolles-sur-Cher	faverolles-sur-cher	Faverolles-sur-Cher,Favrol'-sjur-Sher,xie he pan fa wei luo lai,Фавроль-сюр-Шер,谢河畔法韦罗莱		FR	24	41	413	41080	1372	Europe/Paris
6448944	Fontaines-en-Sologne	fontaines-en-sologne	Fontaines-en-Sologne,Fonten an Solon,Fonten-an-Solon',suo luo ni de qu feng tai nei,Фонтен ан Солоњ,Фонтен-ан-Солонь,索洛尼地区丰泰内		FR	24	41	411	41086	630	Europe/Paris
6448945	Fontaine-Raoul	fontaine-raoul	Fontaine-Raoul		FR	24	41	412	41088	217	Europe/Paris
6448946	Fortan	fortan	Fortan		FR	24	41	412	41090	276	Europe/Paris
6448948	Françay	francay	Francay,Franse,Françay,fu lang sai,Франсе,弗朗赛		FR	24	41	411	41093	277	Europe/Paris
6448949	Fresnes	fresnes	Fresnes		FR	24	41	413	41094	1140	Europe/Paris
6448950	Fréteval	freteval	Freteval,Fréteval		FR	24	41	412	41095	1089	Europe/Paris
6448952	Gombergean	gombergean	Gomberzhan,gong bei er rang,Гомбержан,贡贝尔让		FR	24	41	412	41098	195	Europe/Paris
6448953	Aveizieux	aveizieux	Aveizieux,Avez'e,Avezje,a wei qi e,Авезьє,Авезје,阿韦齐厄		FR	84	42	421	42010	1620	Europe/Paris
6448954	Balbigny	balbigny	Balbigny		FR	84	42	422	42011	3027	Europe/Paris
6448955	Bellegarde-en-Forez	bellegarde-en-forez	Bel'gard-an-Fore,Belgard an Forez,Bellegarde-en-Forez,fu lei de qu bei lei jia er de,Белгард ан Форез,Бельгард-ан-Форе,福雷地区贝勒加尔德		FR	84	42	421	42013	1981	Europe/Paris
6448956	Belleroche	belleroche	Bel'rosh,Belleroche,Belrosh,bei lei luo ke,Белрош,Бельрош,贝勒罗克		FR	84	42	422	42014	312	Europe/Paris
6448958	Boën-sur-Lignon	boen-sur-lignon			FR	84	42	421	42019	3308	Europe/Paris
6448959	Boisset-lès-Montrond	boisset-les-montrond	Boisset-les-Montrond,Boisset-lès-Montrond		FR	84	42	421	42020	1162	Europe/Paris
6448960	Boisset-Saint-Priest	boisset-saint-priest	Boase Sen Prijest,Boisset-Saint-Priest,Buasse-Sen-Prie,bu wa sai sheng pu li ye si,Боасе Сен Пријест,Буассе-Сен-Пріє,布瓦塞圣普里耶斯		FR	84	42	421	42021	1208	Europe/Paris
6448961	Bonson	bonson	Bonson,bang song,Бонсон,邦松		FR	84	42	421	42022	3818	Europe/Paris
6448962	Bourg-Argental	bourg-argental	Borg-Argental,Bur-Arzhantal',Burg Arzhantal,Bôrg-Argental,Lo Borg dArgentau,bu er a er rang ta,Бур-Аржанталь,Бург Аржантал,布尔阿尔让塔		FR	84	42	423	42023	2914	Europe/Paris
6448963	Boyer	boyer	Boyer		FR	84	42	422	42025	200	Europe/Paris
6448964	Briennon	briennon	Briennon,Brijenon,bu li ye nong,Бријенон,Брієннон,布里耶农		FR	84	42	422	42026	1678	Europe/Paris
6448966	Bussières	bussieres	Bisjer,Bjus'er,bi xi ai,Бисјер,Бюсьєр,比西埃		FR	84	42	422	42029	1560	Europe/Paris
6448967	Bussy-Albieux	bussy-albieux	Bussy-Albieux		FR	84	42	421	42030	537	Europe/Paris
6448968	Caloire	caloire	Caloire		FR	84	42	423	42031	328	Europe/Paris
6448969	Cellieu	cellieu	Cellieu		FR	84	42	423	42032	1699	Europe/Paris
6448970	Cervières	cervieres	Cervieres,Cervières		FR	84	42	421	42034	126	Europe/Paris
6448971	Cezay	cezay	Cezay		FR	84	42	421	42035	224	Europe/Paris
6448972	Chagnon	chagnon	Chagnon,Shan'on,Shanon,sha ni weng,Шаньон,Шањон,沙尼翁		FR	84	42	423	42036	494	Europe/Paris
6448973	Chalain-d'Uzore	chalain-d-uzore			FR	84	42	421	42037	539	Europe/Paris
6448974	Chalain-le-Comtal	chalain-le-comtal	Chalain-le-Comtal		FR	84	42	421	42038	712	Europe/Paris
6449155	Boynes	boynes	Boynes		FR	24	45	453	45050	1359	Europe/Paris
6448975	Chalmazel-Jeansagnière	chalmazel-jeansagniere	Chalmazel-Jeansagniere,Chalmazel-Jeansagnière		FR	84	42	421	42039	451	Europe/Paris
6448976	Chambéon	chambeon	Chambeon,Chambéon		FR	84	42	421	42041	541	Europe/Paris
6448977	Chambles	chambles	Chambla,Chambles,Shambl,Shambl',shambl,shang bu lai,Шамбл,Шамбль,شامبل,尚布莱		FR	84	42	421	42042	987	Europe/Paris
6448978	Champdieu	champdieu	Champdieu		FR	84	42	421	42046	1888	Europe/Paris
6448979	Champoly	champoly	Champoly,Shampoli,shang bo li,Шамполи,Шамполі,尚波利		FR	84	42	422	42047	328	Europe/Paris
6448980	Changy	changy	Shanzhi,shang ji,Шанжи,Шанжі,尚吉		FR	84	42	422	42049	629	Europe/Paris
6448981	Chavanay	chavanay	Chavanay,Shavane,sha wa nai,Шаване,沙瓦奈		FR	84	42	423	42056	2887	Europe/Paris
6448982	Chazelles-sur-Lavieu	chazelles-sur-lavieu	Chazelles-sur-Lavieu,Shazel sir Lavje,Shazel'-sjur-Lave,la wei e he pan sha ze lai,Шазел сир Лавје,Шазель-сюр-Лавє,拉维厄河畔沙泽莱		FR	84	42	421	42058	283	Europe/Paris
6448983	Chazelles-sur-Lyon	chazelles-sur-lyon	Chazelles-sur-Lyon		FR	84	42	421	42059	5288	Europe/Paris
6448984	Chenereilles	chenereilles	Chenereilles		FR	84	42	421	42060	522	Europe/Paris
6448985	Chirassimont	chirassimont	Chirassimont,Shirasimon,Shirassimon,xi la xi meng,Ширасимон,Ширассімон,希拉西蒙		FR	84	42	422	42063	400	Europe/Paris
6448986	Chuyer	chuyer	Chuyer		FR	84	42	423	42064	777	Europe/Paris
6448987	Civens	civens	Civens,Sivan,xi wang,Сиван,Сіван,西旺		FR	84	42	421	42065	1368	Europe/Paris
6448988	Cleppé	cleppe	Cleppe,Cleppé		FR	84	42	421	42066	544	Europe/Paris
6448990	Commelle-Vernay	commelle-vernay	Komel Verne,Kommel'-Verne,ke mei er wei er nai,Комел Верне,Коммель-Верне,科梅尔韦尔奈		FR	84	42	422	42069	2927	Europe/Paris
6448991	Cordelle	cordelle	Cordelle		FR	84	42	422	42070	903	Europe/Paris
6448992	Cottance	cottance	Cottance,Kottans,ke tang ke,Коттанс,科唐克		FR	84	42	421	42073	708	Europe/Paris
6448993	Coutouvre	coutouvre	Coutouvre,Kutuvr,ku tu fu er,Кутувр,库图夫尔		FR	84	42	422	42074	1110	Europe/Paris
6448994	Craintilleux	craintilleux	Craintilleux,Krentie,Krentje,ke lan di lei,Крентіє,Крентје,克兰蒂勒		FR	84	42	421	42075	1304	Europe/Paris
6448995	Croizet-sur-Gand	croizet-sur-gand	Croizet-sur-Gand,Kroaze sir Gan,Kruaze-sjur-Gand,gang he pan ke lu wa ze,Кроазе сир Ган,Круазе-сюр-Ганд,冈河畔克鲁瓦泽		FR	84	42	422	42077	315	Europe/Paris
6448996	Cuinzier	cuinzier	Kinzije,Kjuenz'e,qu an qi ye,Кинзије,Кюензьє,屈安齐耶		FR	84	42	422	42079	737	Europe/Paris
6448998	Doizieux	doizieux	Doazje,Doizieux,Duaz'e,du wa qi e,Доазје,Дуазьє,杜瓦齐厄		FR	84	42	423	42085	824	Europe/Paris
6448999	Écoche	ecoche			FR	84	42	422	42086	548	Europe/Paris
6449000	Écotay-l'Olme	ecotay-l-olme	Ecotay-l'Olme,Écotay-l'Olme		FR	84	42	421	42087	1223	Europe/Paris
6449001	Épercieux-Saint-Paul	epercieux-saint-paul	Epercieux-Saint-Paul,Épercieux-Saint-Paul		FR	84	42	421	42088	727	Europe/Paris
6449002	Essertines-en-Châtelneuf	essertines-en-chatelneuf			FR	84	42	421	42089	689	Europe/Paris
6449003	Essertines-en-Donzy	essertines-en-donzy	Essertines-en-Donzy		FR	84	42	421	42090	489	Europe/Paris
6449004	Estivareilles	estivareilles	Estivareilles,Estivarej,Estivarelhas,Естивареј,Естіварей		FR	84	42	421	42091	690	Europe/Paris
6449005	L'Étrat	l-etrat	L'Etrat,L'Étrat		FR	84	42	423	42092	2573	Europe/Paris
6449006	Farnay	farnay	Farnay,Farne,fa er nai,Фарне,法尔奈		FR	84	42	423	42093	1413	Europe/Paris
6449007	Fontanès	fontanes	Fontane,Fontanes,Fontanès,feng ta nei,Фонтане,丰塔内		FR	84	42	423	42096	672	Europe/Paris
6449008	Arsac-en-Velay	arsac-en-velay	Arcac de Velai,Arsac de Velai,Arsak an Vele,Arsak-an-Vele,Arçac de Velai,wei lai de qu a er sa ke,Арсак ан Веле,Арсак-ан-Веле,韦莱地区阿尔萨克		FR	84	43	432	43010	1216	Europe/Paris
6449009	Aubazat	aubazat	Aubasat,Aubazat,Obaza,Ubaza,ao ba zha,Обаза,Убаза,奥巴扎		FR	84	43	431	43011	174	Europe/Paris
6449010	Aurec-sur-Loire	aurec-sur-loire	Aurec-sur-Loire		FR	84	43	433	43012	6111	Europe/Paris
6449011	Autrac	autrac	Autrac,Otrak,ao te la ke,Отрак,奥特拉克		FR	84	43	431	43014	62	Europe/Paris
6449012	Auvers	auvers	Auvers,Auvèrs,Over,ao wei er,Овер,奥韦尔		FR	84	43	431	43015	58	Europe/Paris
6449013	Auzon	auzon	Auson,Auzon,Ozon,ao zong,Озон,奥宗		FR	84	43	431	43016	888	Europe/Paris
6449014	Azérat	azerat	Azerat,Azérat		FR	84	43	431	43017	268	Europe/Paris
6449015	Bas-en-Basset	bas-en-basset	Bas-en-Basset		FR	84	43	433	43020	4351	Europe/Paris
6449016	Beaune-sur-Arzon	beaune-sur-arzon			FR	84	43	432	43023	227	Europe/Paris
6449017	Beauzac	beauzac	Beauzac,Beusac,Bozak,bo zha ke,Бозак,博扎克		FR	84	43	433	43025	2923	Europe/Paris
6449018	Bellevue-la-Montagne	bellevue-la-montagne	Bellevue-la-Montagne		FR	84	43	432	43026	406	Europe/Paris
6449019	Berbezit	berbezit	Berbezit		FR	84	43	431	43027	48	Europe/Paris
6449020	Blanzac	blanzac	Blanzac		FR	84	43	432	43030	403	Europe/Paris
6449021	Blassac	blassac	Blasak,Blassak,bu la sa ke,Бласак,Блассак,布拉萨克		FR	84	43	431	43031	139	Europe/Paris
6449022	Blavozy	blavozy	Blavosi,Blavozi,Blavozy,Blavòsi,bu la wo qi,Блавози,Блавозі,布拉沃齐		FR	84	43	432	43032	1650	Europe/Paris
6449023	Bonneval	bonneval	Bonneval		FR	84	43	431	43035	72	Europe/Paris
6449024	Borne	borne	Born,Borna,Borne,bo er en,Борн,博尔恩		FR	84	43	432	43036	418	Europe/Paris
6449025	Bournoncle-Saint-Pierre	bournoncle-saint-pierre	Bournoncle-Saint-Pierre		FR	84	43	431	43038	996	Europe/Paris
6449026	Brives-Charensac	brives-charensac	Briv Sharansak,Briv-Sharansak,Briva de Velai,Brives-Charensac,bu li wei sha lang sa ke,burivu=sharansakku,Брив Шарансак,Брив-Шарансак,ブリーヴ＝シャランサック,布里韦沙朗萨克		FR	84	43	432	43041	4118	Europe/Paris
6449027	Cayres	cayres	Caires,Cayres,Ker,Кер		FR	84	43	432	43042	727	Europe/Paris
6449028	Céaux-d'Allègre	ceaux-d-allegre	Ceaux-d'Allegre,Céaux-d'Allègre		FR	84	43	432	43043	476	Europe/Paris
6449029	Ceyssac	ceyssac	Ceyssac,Saissac,Sejssak,Sesak,sai sa ke,Сейссак,Сесак,塞萨克		FR	84	43	432	43045	414	Europe/Paris
6453570	Vence	vence	Vence		FR	93	06	061	06157	18599	Europe/Paris
6449030	Chadrac	chadrac	Chadrac,Shadrak,sha de la ke,Шадрак,沙德拉克		FR	84	43	432	43046	2549	Europe/Paris
6449031	Chadron	chadron			FR	84	43	432	43047	272	Europe/Paris
6449032	Chamalières-sur-Loire	chamalieres-sur-loire			FR	84	43	432	43049	495	Europe/Paris
6449033	Chambezon	chambezon	Chambezon		FR	84	43	431	43050	111	Europe/Paris
6449034	Champagnac-le-Vieux	champagnac-le-vieux	Champagnac-le-Vieux,Champanhac lo Velh,Champanhac lo Vielh,Shampan'jak-le-V'e,Shampan'jak-le-Ve,Shampanak le Vje,shang pa ni ya ke lai fu yue,Шампаньяк-ле-Вье,Шампаньяк-ле-Вє,Шампањак ле Вје,尚帕尼亚克莱弗约		FR	84	43	431	43052	212	Europe/Paris
6449035	Chanaleilles	chanaleilles	Chanalelha,Shanalej,sha na lai lai,Шаналей,Шаналеј,沙纳莱莱		FR	84	43	431	43054	184	Europe/Paris
6449036	Chaniat	chaniat	Chaniat		FR	84	43	431	43055	172	Europe/Paris
6449037	Chanteuges	chanteuges	Chanteuges,Chantuja,Shantezh,shang te re,Шантеж,尚特热		FR	84	43	431	43056	448	Europe/Paris
6449038	Charraix	charraix	Charraix		FR	84	43	431	43060	77	Europe/Paris
6449039	Chaspinhac	chaspinhac	Chaspinhac,Shapenak,Shapinak,sha si pi na ke,Шапенак,Шапинак,沙斯皮纳克		FR	84	43	432	43061	833	Europe/Paris
6449040	Chaspuzac	chaspuzac	Chaspusac,Chaspuzac,Shapizak,Shapjuzak,sha si pi zha ke,Шапизак,Шапюзак,沙斯皮扎克		FR	84	43	432	43062	773	Europe/Paris
6449041	Chassagnes	chassagnes	Chassagnes		FR	84	43	431	43063	159	Europe/Paris
6449044	Chavaniac-Lafayette	chavaniac-lafayette	Chavanhac,Chavanhac de La Faieta,Chavaniac-Lafayette,Shavan'jak-Lafaett,Shavanijak Lafajet,sha wa ni a ke la fei ai te,shavu~aniakku=rafaietto,syabaniag-lapayeteu,Шаванијак Лафајет,Шаваньяк-Лафаетт,Шаваньяк-Лафаєтт,シャヴァニアック＝ラファイエット,沙瓦尼阿克拉费埃特,샤바니악-라파예트		FR	84	43	431	43067	279	Europe/Paris
6449045	Chenereilles	chenereilles	Chenarelha,Chenereilles,Shenerej,xie na lei lai,Шенерей,Шенереј,谢纳雷莱		FR	84	43	433	43069	328	Europe/Paris
6449046	Chomelix	chomelix	Chaumelis,Chomelix,Shomeli,Shomli,shao mo li,Шомели,Шомли,Шомлі,绍默利		FR	84	43	432	43071	476	Europe/Paris
6449047	Cistrières	cistrieres	Cistreiras,Cistrieres,Cistrières,Sistrier,Sistrijer,xi si te li ai,Систриер,Систријер,Сістрієр,西斯特里埃		FR	84	43	431	43073	144	Europe/Paris
6449048	Cohade	cohade	Koad,Sant Ferriou de Coada,Sant Ferriòu de Coada,ke a de,Коад,科阿德		FR	84	43	431	43074	853	Europe/Paris
6449049	Collat	collat	Collat		FR	84	43	431	43075	82	Europe/Paris
6449050	Connangles	connangles	Conangla,Connangles,Konangl,Konnangl',ke nan ge lai,Конангл,Коннангль,科南格莱		FR	84	43	431	43076	148	Europe/Paris
6449051	Costaros	costaros	Costaros		FR	84	43	432	43077	545	Europe/Paris
6449052	Coubon	coubon	Cobon,Coubon,Kubon,ku bang,Кубон,库邦		FR	84	43	432	43078	3187	Europe/Paris
6449053	Couteuges	couteuges	Couteuges		FR	84	43	431	43079	300	Europe/Paris
6449054	Craponne-sur-Arzon	craponne-sur-arzon	Crapona,Craponne-sur-Arzon,Krapon sir Arzon,Kraponn-sjur-Arzon,a er zong he pan ke la peng,Крапон сир Арзон,Крапонн-сюр-Арзон,阿尔宗河畔克拉蓬		FR	84	43	432	43080	2001	Europe/Paris
6449056	Cronce	cronce	Cronce		FR	84	43	431	43082	79	Europe/Paris
6449057	Cubelles	cubelles	Cubelles		FR	84	43	431	43083	152	Europe/Paris
6449058	Desges	desges	Desges		FR	84	43	431	43085	59	Europe/Paris
6449059	Domeyrat	domeyrat	Domairac,Domejra,Domera,Domeyrat,domera,duo mei la,Домейра,Домера,ドメラ,多梅拉		FR	84	43	431	43086	194	Europe/Paris
6449060	Dunières	dunieres	Djun'er,Duneiras,di ni ai,Дюньер,Дюньєр,迪尼埃		FR	84	43	433	43087	2846	Europe/Paris
6449061	Espalem	espalem	Espalem		FR	84	43	431	43088	298	Europe/Paris
6449062	Espaly-Saint-Marcel	espaly-saint-marcel	Epali Sen Marsel,Espali-Sen-Marsel',Espaliu e Sant Marcau,Espaliu e Sant Marçau,Espaly-Saint-Marcel,ai si pa li sheng ma er sai,Епали Сен Марсел,Еспали-Сен-Марсель,Еспалі-Сен-Марсель,埃斯帕利圣马尔塞		FR	84	43	432	43089	3518	Europe/Paris
6449063	Esplantas-Vazeilles	esplantas-vazeilles	Esplantas-Vazeilles		FR	84	43	431	43090	128	Europe/Paris
6449064	Fay-sur-Lignon	fay-sur-lignon	Fai de Linhon,Fai de Velai,Fe-sjur-Lin'on,li ni weng he pan fei,Фе-сюр-Линьон,Фе-сюр-Ліньон,利尼翁河畔费		FR	84	43	432	43092	368	Europe/Paris
6449065	Ferrussac	ferrussac	Ferrussac		FR	84	43	431	43094	80	Europe/Paris
6449066	Fix-Saint-Geneys	fix-saint-geneys	Fiks-Sen-Zhenej,Fitz e Sant Geneis,Fitz e Sant Genèis,Fix-Saint-Geneys,fei sheng re nei,Фикс-Сен-Женей,Фікс-Сен-Женей,菲圣热内		FR	84	43	432	43095	124	Europe/Paris
6449067	Freycenet-la-Cuche	freycenet-la-cuche			FR	84	43	432	43097	106	Europe/Paris
6449068	Freycenet-la-Tour	freycenet-la-tour	Freycenet-la-Tour		FR	84	43	432	43098	99	Europe/Paris
6449069	Batz-sur-Mer	batz-sur-mer	Batz-sur-Mer		FR	52	44	443	44010	2947	Europe/Paris
6449071	Besné	besne	Besne,Besné		FR	52	44	443	44013	2999	Europe/Paris
6449072	Blain	blain	Blaen,Blain,Blen,Castrum Bableni,bu lan,buran,Блен,ブラン,布兰		FR	52	44	445	44015	9687	Europe/Paris
6449073	Bouaye	bouaye	Bouaye		FR	52	44	442	44018	7620	Europe/Paris
6449074	Bouée	bouee	Bouee,Bouée,Bozeg,Bue,Buj,bu ai ai,Буе,Буй,布埃埃		FR	52	44	443	44019	956	Europe/Paris
6449075	Bouguenais	bouguenais	Bouguenais		FR	52	44	442	44020	19049	Europe/Paris
6449076	Villeneuve-en-Retz	villeneuve-en-retz	Villeneuve-en-Retz		FR	52	44	443	44021	4931	Europe/Paris
6449078	Bouvron	bouvron	Bolvronn,Bouvron,Buvron,bu fu long,Буврон,布夫龙		FR	52	44	445	44023	3141	Europe/Paris
6449079	Carquefou	carquefou	Carquefou		FR	52	44	442	44026	19384	Europe/Paris
6449080	Casson	casson	Casson,Kason,Kasson,Kazon,kason,Касон,Кассон,カソン		FR	52	44	445	44027	2217	Europe/Paris
6449081	Châteaubriant	chateaubriant	Chateaubriant,Châteaubriant		FR	52	44	445	44036	11854	Europe/Paris
6449082	Chauvé	chauve	Chauve,Chauvé		FR	52	44	443	44038	2814	Europe/Paris
6449083	Cheix-en-Retz	cheix-en-retz	Cheix-en-Retz,Keiz-Raez,Sheks an Rec,Sheks-an-Re,lei te de qu xie,Шекс ан Рец,Шекс-ан-Ре,雷特地区谢		FR	52	44	442	44039	1047	Europe/Paris
6449154	Bouzy-la-Forêt	bouzy-la-foret	Bouzy-la-Foret,Bouzy-la-Forêt		FR	24	45	452	45049	1222	Europe/Paris
6449084	Conquereuil	conquereuil	Concorotium,Konkerel,Konkrej,kong qu ai lei yi,Конкрей,Конкреј,孔屈埃勒伊		FR	52	44	445	44044	1109	Europe/Paris
6449085	Cordemais	cordemais			FR	52	44	442	44045	3692	Europe/Paris
6449086	Corsept	corsept	Corsept		FR	52	44	443	44046	2684	Europe/Paris
6449087	Couëron	coueron	Coueron,Couëron		FR	52	44	442	44047	20900	Europe/Paris
6449088	Couffé	couffe	Couffe,Couffé		FR	52	44	445	44048	2543	Europe/Paris
6449089	Crossac	crossac	Crossac		FR	52	44	443	44050	2926	Europe/Paris
6449090	Derval	derval	Derval,Derval',Dervalum,Derwal,dai er wa,Дервал,Дерваль,代尔瓦		FR	52	44	445	44051	3488	Europe/Paris
6449091	Donges	donges	Donges		FR	52	44	443	44052	7852	Europe/Paris
6449092	Drefféac	dreffeac	Dreffeac,Drefféac		FR	52	44	443	44053	2188	Europe/Paris
6449093	Erbray	erbray	Erbray		FR	52	44	445	44054	2983	Europe/Paris
6449094	Fay-de-Bretagne	fay-de-bretagne	Faouell,Fe-de-Bretan',fei de bu lei ta ni,Фе-де-Бретань,费德布雷塔尼		FR	52	44	445	44056	3601	Europe/Paris
6449095	Fégréac	fegreac	Fegreac,Fégréac		FR	52	44	445	44057	2447	Europe/Paris
6449097	Frossay	frossay			FR	52	44	443	44061	3227	Europe/Paris
6449099	Gorges	gorges	Gored,Gorges,Gorgium,Gorzh,ge er re,Горж,戈尔热		FR	52	44	442	44064	4543	Europe/Paris
6449100	Grand-Auverné	grand-auverne	Grand-Auverne,Grand-Auverné		FR	52	44	445	44065	772	Europe/Paris
6449101	Guenrouet	guenrouet	Guenrouet		FR	52	44	443	44068	3335	Europe/Paris
6449102	Guérande	guerande			FR	52	44	443	44069	16186	Europe/Paris
6449103	Haute-Goulaine	haute-goulaine	Haute-Goulaine		FR	52	44	442	44071	5755	Europe/Paris
6449104	Herbignac	herbignac	Herbignac		FR	52	44	443	44072	6719	Europe/Paris
6449105	Héric	heric	Heric,Héric		FR	52	44	445	44073	5930	Europe/Paris
6449106	Issé	isse	Isiacum,Isse,Issé,Izeg,yi sai,Іссе,伊塞		FR	52	44	445	44075	1853	Europe/Paris
6449107	Jans	jans	Hentiacum,Hentieg,Jans,Zhan,rang zhen,Жан,让镇		FR	52	44	445	44076	1342	Europe/Paris
6449108	Joué-sur-Erdre	joue-sur-erdre			FR	52	44	445	44077	2434	Europe/Paris
6449109	Juigné-des-Moutiers	juigne-des-moutiers			FR	52	44	445	44078	351	Europe/Paris
6449110	Lavau-sur-Loire	lavau-sur-loire	Lavau-sur-Loire		FR	52	44	443	44080	766	Europe/Paris
6449111	Louisfert	louisfert			FR	52	44	445	44085	1020	Europe/Paris
6449112	Lusanger	lusanger	Lusanger		FR	52	44	445	44086	1035	Europe/Paris
6449113	Machecoul-Saint-Même	machecoul-saint-meme	Machecoul-Saint-Meme,Machecoul-Saint-Même		FR	52	44	442	44087	7393	Europe/Paris
6449114	Maisdon-sur-Sèvre	maisdon-sur-sevre	Maisdon-sur-Sevre,Maisdon-sur-Sèvre		FR	52	44	442	44088	2908	Europe/Paris
6449115	Malville	malville	Kerwall,Mal'vil',Mallavilla,Malville,ma er wei er,Мальвіль,马尔维尔		FR	52	44	443	44089	3429	Europe/Paris
6449116	Marsac-sur-Don	marsac-sur-don	Marsac-sur-Don		FR	52	44	445	44091	1499	Europe/Paris
6449117	Massérac	masserac	Masserac,Massérac		FR	52	44	445	44092	691	Europe/Paris
6449119	Mauves-sur-Loire	mauves-sur-loire	Mauves-sur-Loire		FR	52	44	442	44094	3208	Europe/Paris
6449120	Mésanger	mesanger	Mesanger,Mésanger		FR	52	44	445	44096	4686	Europe/Paris
6449121	Mesquer	mesquer	Mesquer		FR	52	44	443	44097	1938	Europe/Paris
6449122	Missillac	missillac	Missillac		FR	52	44	443	44098	5271	Europe/Paris
6449123	Ascoux	ascoux			FR	24	45	453	45010	1143	Europe/Paris
6449124	Attray	attray			FR	24	45	453	45011	210	Europe/Paris
6449125	Audeville	audeville			FR	24	45	453	45012	186	Europe/Paris
6449126	Augerville-la-Rivière	augerville-la-riviere			FR	24	45	453	45013	233	Europe/Paris
6449127	Aulnay-la-Rivière	aulnay-la-riviere	Aulnay-la-Riviere,Aulnay-la-Rivière		FR	24	45	453	45014	510	Europe/Paris
6449128	Autruy-sur-Juine	autruy-sur-juine	Autruy-sur-Juine		FR	24	45	453	45015	686	Europe/Paris
6449129	Autry-le-Châtel	autry-le-chatel			FR	24	45	451	45016	958	Europe/Paris
6449130	Auvilliers-en-Gâtinais	auvilliers-en-gatinais			FR	24	45	451	45017	371	Europe/Paris
6449131	Auxy	auxy	Auxy,Oksi,ao ke xi,Окси,Оксі,奥克西		FR	24	45	453	45018	977	Europe/Paris
6449132	Baccon	baccon			FR	24	45	452	45019	708	Europe/Paris
6449133	Barville-en-Gâtinais	barville-en-gatinais	Barville-en-Gatinais,Barville-en-Gâtinais		FR	24	45	453	45021	329	Europe/Paris
6449134	Batilly-en-Gâtinais	batilly-en-gatinais	Batilly-en-Gatinais,Batilly-en-Gâtinais		FR	24	45	453	45022	454	Europe/Paris
6449135	Batilly-en-Puisaye	batilly-en-puisaye	Batilly-en-Puisaye		FR	24	45	451	45023	116	Europe/Paris
6449136	Baule	baule	Baule		FR	24	45	452	45024	2086	Europe/Paris
6449137	Bazoches-les-Gallerandes	bazoches-les-gallerandes	Bazoches-les-Gallerandes		FR	24	45	453	45025	1535	Europe/Paris
6449138	Bazoches-sur-le-Betz	bazoches-sur-le-betz	Bazoches-sur-le-Betz		FR	24	45	451	45026	956	Europe/Paris
6449139	Beauchamps-sur-Huillard	beauchamps-sur-huillard			FR	24	45	451	45027	413	Europe/Paris
6449140	Beaugency	beaugency	Beaugency		FR	24	45	452	45028	7386	Europe/Paris
6449141	Beaulieu-sur-Loire	beaulieu-sur-loire	Beaulieu-sur-Loire		FR	24	45	451	45029	1836	Europe/Paris
6449142	Beaune-la-Rolande	beaune-la-rolande	Beaune-la-Rolande		FR	24	45	453	45030	2007	Europe/Paris
6449143	Boiscommun	boiscommun	Boakomen,Boiscommun,Buakommen,bu wa si ke man,Боакомен,Буакоммен,布瓦斯科曼		FR	24	45	453	45035	1138	Europe/Paris
6449144	Boismorand	boismorand	Boismorand		FR	24	45	451	45036	825	Europe/Paris
6449146	Bondaroy	bondaroy			FR	24	45	453	45038	413	Europe/Paris
6449147	Bonnée	bonnee	Bonnee,Bonnée		FR	24	45	452	45039	716	Europe/Paris
6449148	Bonny-sur-Loire	bonny-sur-loire	Bonny-sur-Loire		FR	24	45	451	45040	1994	Europe/Paris
6449149	Bordeaux-en-Gâtinais	bordeaux-en-gatinais	Bordeaux-en-Gatinais,Bordeaux-en-Gâtinais		FR	24	45	453	45041	114	Europe/Paris
6449150	Bou	bou	Bou		FR	24	45	452	45043	936	Europe/Paris
6449151	Bougy-lez-Neuville	bougy-lez-neuville			FR	24	45	452	45044	161	Europe/Paris
6449152	Bouilly-en-Gâtinais	bouilly-en-gatinais			FR	24	45	453	45045	323	Europe/Paris
6449153	Boulay-les-Barres	boulay-les-barres	Boulay-les-Barres		FR	24	45	452	45046	947	Europe/Paris
6449156	Bray-Saint-Aignan	bray-saint-aignan	Bray-Saint-Aignan		FR	24	45	452	45051	1757	Europe/Paris
6449157	Briare	briare	Briare		FR	24	45	451	45053	5384	Europe/Paris
6449158	Bricy	bricy	Bricy		FR	24	45	452	45055	557	Europe/Paris
6449159	Bromeilles	bromeilles	Bromeilles		FR	24	45	453	45056	330	Europe/Paris
6449161	Bucy-le-Roi	bucy-le-roi	Bucy-le-Roi		FR	24	45	452	45058	169	Europe/Paris
6449162	Bucy-Saint-Liphard	bucy-saint-liphard	Bucy-Saint-Liphard		FR	24	45	452	45059	196	Europe/Paris
6449163	Cepoy	cepoy	Cepoy		FR	24	45	451	45061	2366	Europe/Paris
6449164	Cercottes	cercottes	Cercottes		FR	24	45	452	45062	1440	Europe/Paris
6449165	Cerdon	cerdon	Cerdon,Serdon,Сердон		FR	24	45	452	45063	954	Europe/Paris
6449166	Cernoy-en-Berry	cernoy-en-berry	Cernoy-en-Berry		FR	24	45	451	45064	454	Europe/Paris
6449167	Chailly-en-Gâtinais	chailly-en-gatinais	Chailly-en-Gatinais,Chailly-en-Gâtinais		FR	24	45	451	45066	693	Europe/Paris
6449168	Chaingy	chaingy	Chaingy		FR	24	45	452	45067	3649	Europe/Paris
6449169	Châlette-sur-Loing	chalette-sur-loing	Chalette-sur-Loing,Châlette-sur-Loing		FR	24	45	451	45068	12746	Europe/Paris
6449170	Chambon-la-Forêt	chambon-la-foret	Chambon-la-Foret,Chambon-la-Forêt		FR	24	45	453	45069	939	Europe/Paris
6449171	Champoulet	champoulet	Champoulet		FR	24	45	451	45070	48	Europe/Paris
6449172	Chanteau	chanteau	Chanteau		FR	24	45	452	45072	1446	Europe/Paris
6449173	Chantecoq	chantecoq	Chantecoq		FR	24	45	451	45073	496	Europe/Paris
6449174	Chapelon	chapelon	Chapelon		FR	24	45	451	45078	263	Europe/Paris
6449175	Charmont-en-Beauce	charmont-en-beauce	Charmont-en-Beauce		FR	24	45	453	45080	371	Europe/Paris
6449176	Charsonville	charsonville	Charsonville		FR	24	45	452	45081	616	Europe/Paris
6449177	Châteauneuf-sur-Loire	chateauneuf-sur-loire			FR	24	45	452	45082	8077	Europe/Paris
6449178	Châtenoy	chatenoy	Chatenoy,Châtenoy,Shatenua,Shatnoa,sha tang wa,Шатенуа,Шатноа,沙唐瓦		FR	24	45	451	45084	484	Europe/Paris
6449179	Châtillon-Coligny	chatillon-coligny	Chatillon-Coligny,Châtillon-Coligny		FR	24	45	451	45085	1898	Europe/Paris
6449180	Châtillon-le-Roi	chatillon-le-roi	Chatillon-le-Roi,Châtillon-le-Roi		FR	24	45	453	45086	276	Europe/Paris
6449181	Châtillon-sur-Loire	chatillon-sur-loire	Chatillon-sur-Loire,Châtillon-sur-Loire		FR	24	45	451	45087	3162	Europe/Paris
6449182	Chaussy	chaussy	Chaussy,Shosi,Shossi,Шоси,Шоссі		FR	24	45	453	45088	328	Europe/Paris
6449183	Chécy	checy	Checy,Chécy		FR	24	45	452	45089	8697	Europe/Paris
6449184	Chevillon-sur-Huillard	chevillon-sur-huillard	Chevillon-sur-Huillard		FR	24	45	451	45092	1401	Europe/Paris
6449185	Chevilly	chevilly	Shevii,Sheviji,xie wei li,Шевији,Шевії,谢维利		FR	24	45	452	45093	2688	Europe/Paris
6449186	Chevry-sous-le-Bignon	chevry-sous-le-bignon	Chevry-sous-le-Bignon		FR	24	45	451	45094	227	Europe/Paris
6449187	Chilleurs-aux-Bois	chilleurs-aux-bois	Chilleurs-aux-Bois		FR	24	45	453	45095	1997	Europe/Paris
6449188	Chuelles	chuelles	Chuelles		FR	24	45	451	45097	1190	Europe/Paris
6449189	Cléry-Saint-André	clery-saint-andre	Clery-Saint-Andre,Cléry-Saint-André		FR	24	45	452	45098	3452	Europe/Paris
6449190	Aujols	aujols	Aujols		FR	76	46	461	46010	363	Europe/Paris
6449191	Autoire	autoire	Altoire,Otua,Otuar,ao tu wa er,Отуа,Отуар,奥图瓦尔		FR	76	46	462	46011	362	Europe/Paris
6449192	Aynac	aynac	Aynac		FR	76	46	462	46012	558	Europe/Paris
6449193	Bach	bach	Bash,ba ke,Баш,巴克		FR	76	46	461	46013	181	Europe/Paris
6449194	Baladou	baladou	Baladou,Baladu,Valadon,ba la du,Баладу,巴拉杜		FR	76	46	463	46016	406	Europe/Paris
6449195	Bannes	bannes	Bannes		FR	76	46	462	46017	128	Europe/Paris
6449198	Béduer	beduer	Beduer,Béduer		FR	76	46	462	46021	729	Europe/Paris
6449200	Belmont-Bretenoux	belmont-bretenoux	Belmont-Bretenoux		FR	76	46	462	46024	398	Europe/Paris
6449202	Berganty	berganty	Berganty		FR	76	46	461	46027	114	Europe/Paris
6449203	Bétaille	betaille	Betaille,Bétaille		FR	76	46	463	46028	976	Europe/Paris
6449204	Biars-sur-Cère	biars-sur-cere	Biard de Sera,Biars-sur-Cere,Biars-sur-Cère,Bjar sir Ser,Bjar-sjur-Ser,sai er he pan bi a er,Бяр-сюр-Сер,Бјар сир Сер,塞尔河畔比阿尔		FR	76	46	462	46029	2108	Europe/Paris
6449205	Bio	bio	Bio		FR	76	46	463	46030	353	Europe/Paris
6449206	Blars	blars	Blars		FR	76	46	463	46031	135	Europe/Paris
6449207	Boissières	boissieres	Boissieres,Boissières		FR	76	46	461	46032	395	Europe/Paris
6449208	Brengues	brengues	Brang,Brengas,Brengues,bu lang gai,Бранг,布朗盖		FR	76	46	462	46039	208	Europe/Paris
6449209	Cabrerets	cabrerets	Cabrerets,Crabairet,Kabrere,Kabrerets,ka bu lei lei te,Кабрере,Кабреретс,卡布勒勒特		FR	76	46	461	46040	229	Europe/Paris
6449211	Cahors	cahors			FR	76	46	461	46042	19405	Europe/Paris
6449212	Cahus	cahus	Cahus		FR	76	46	462	46043	209	Europe/Paris
6449213	Caillac	caillac	Calhac,Kajak,kai la ke,Каяк,Кајак,凯拉克		FR	76	46	461	46044	604	Europe/Paris
6449214	Calamane	calamane	Calamane		FR	76	46	461	46046	458	Europe/Paris
6449215	Calès	cales	Cales,Calés,Kale,ka lai,Кале,卡莱		FR	76	46	463	46047	168	Europe/Paris
6449217	Calvignac	calvignac	Calvignac		FR	76	46	462	46049	208	Europe/Paris
6449218	Cambayrac	cambayrac	Cambayrac		FR	76	46	461	46050	153	Europe/Paris
6449219	Cambes	cambes	Cambas,Cambes,Kamb,Kan,kang bei,Камб,Кан,康贝		FR	76	46	462	46051	361	Europe/Paris
6449220	Camboulit	camboulit	Cambolit,Camboulit,Kambuli,kanburi,kang bu li,Камбули,Камбулі,カンブリ,康布利		FR	76	46	462	46052	257	Europe/Paris
6449221	Camburat	camburat			FR	76	46	462	46053	416	Europe/Paris
6449222	Caniac-du-Causse	caniac-du-causse	Canhac del Causse,Kan'jak-dju-Koss,Kanijak di Kos,ka ni a ke di ke si,Канијак ди Кос,Каньяк-дю-Косс,卡尼阿克迪科斯		FR	76	46	463	46054	360	Europe/Paris
6449223	Carayac	carayac			FR	76	46	462	46056	99	Europe/Paris
6449224	Cardaillac	cardaillac	Cardaillac,Cardalhac,Kardajak,ka er dai la ke,Кардаяк,Кардајак,卡尔代拉克		FR	76	46	462	46057	603	Europe/Paris
6449225	Carennac	carennac	Carennac		FR	76	46	463	46058	408	Europe/Paris
6449226	Carlucet	carlucet	Carlucet,Karlise,Karljuse,ka er lu sai,Карлисе,Карлюсе,卡尔吕塞		FR	76	46	463	46059	219	Europe/Paris
6449227	Carnac-Rouffiac	carnac-rouffiac	Carnac-Rouffiac		FR	76	46	461	46060	215	Europe/Paris
6449228	Castelfranc	castelfranc	Castelfranc,Castèlfranc,Kastel'fran,Kastelfran,ka si tai er fu lang ke,Кастелфран,Кастельфран,卡斯泰尔夫朗克		FR	76	46	461	46062	416	Europe/Paris
6449230	Cénevières	cenevieres	Cenevieres,Cénevières,Senebieras,Senebièras,Senever,Senevjer,Senibieras,Senibièras,sai nei wei ai,Сеневєр,Сеневјер,塞内维埃		FR	76	46	461	46068	169	Europe/Paris
6449231	Cézac	cezac	Cezac,Cézac		FR	76	46	461	46069	171	Europe/Paris
6449232	Cieurac	cieurac	Cieurac,S'erak,Siurac,Sjerak,Сьєрак,Сјерак		FR	76	46	461	46070	535	Europe/Paris
6449234	Concorès	concores	Concores,Concorès		FR	76	46	463	46072	323	Europe/Paris
6449235	Concots	concots	Concots,Concòts,Konkot,kong ke te,Конкот,孔科特		FR	76	46	461	46073	419	Europe/Paris
6449236	Cornac	cornac	Cornac		FR	76	46	462	46076	352	Europe/Paris
6449237	Couzou	couzou	Coson,Kuzu,ku zu,Кузу,库祖		FR	76	46	463	46078	92	Europe/Paris
6449238	Cras	cras	Cras		FR	76	46	463	46079	100	Europe/Paris
6449239	Crayssac	crayssac	Crayssac		FR	76	46	461	46080	769	Europe/Paris
6449240	Crégols	cregols	Cregols,Crégols		FR	76	46	461	46081	79	Europe/Paris
6449241	Cremps	cremps	Cremps,Kram,Kren,ke lang pu,Крам,Крен,克朗普		FR	76	46	461	46082	362	Europe/Paris
6449242	Cressensac-Sarrazac	cressensac-sarrazac	Cressensac-Sarrazac		FR	76	46	463	46083	1131	Europe/Paris
6449243	Creysse	creysse	Creissa,Creysse,Crèissa,Krejss,Kres,ke lei si,Крейсс,Крес,克雷斯		FR	76	46	463	46084	296	Europe/Paris
6449244	Cuzac	cuzac	Cuzac		FR	76	46	462	46085	245	Europe/Paris
6449245	Cuzance	cuzance	Cusenca,Cusença,Cuzance,Kizans,Kjuzans,qu cang ke,Кизанс,Кюзанс,屈藏克		FR	76	46	463	46086	595	Europe/Paris
6449246	Dégagnac	degagnac	Degagnac,Dégagnac		FR	76	46	463	46087	656	Europe/Paris
6449247	Douelle	douelle	Douelle		FR	76	46	461	46088	810	Europe/Paris
6449248	Duravel	duravel	Djuravel',Duravel,Duravèl,di la wei,Дюравель,迪拉韦		FR	76	46	461	46089	970	Europe/Paris
6449249	Durbans	durbans	Djurban,Durban,Durbans,di er bang,Дюрбан,迪尔邦		FR	76	46	462	46090	139	Europe/Paris
6449250	Escamps	escamps	Escamps		FR	76	46	461	46091	205	Europe/Paris
6449251	Esclauzels	esclauzels	Esclauzels		FR	76	46	461	46092	223	Europe/Paris
6449252	Espagnac-Sainte-Eulalie	espagnac-sainte-eulalie	Epanak Sent Elali,Espagnac-Sainte-Eulalie,Espan'jak-Sent-Elali,Espanhac e Sent Auglari,Espanhac e Senta Auglari,ai si pa ni ya ke sheng e la li ye,Епањак Сент Елали,Еспаньяк-Сент-Елалі,埃斯帕尼亚克圣厄拉利耶		FR	76	46	462	46093	92	Europe/Paris
6449253	Espédaillac	espedaillac	Espedaillac,Espedajak,Espedalhac,Espedejak,Espédaillac,ai si pei dai la ke,esupedaiyakku,Еспедаяк,Еспедејак,エスペダイヤック,埃斯佩代拉克		FR	76	46	462	46094	264	Europe/Paris
6449254	Espère	espere	Espere,Espère		FR	76	46	461	46095	1029	Europe/Paris
6449255	Estal	estal	Estal		FR	76	46	462	46097	109	Europe/Paris
6449256	Fajoles	fajoles	Fajolas,Fajoles,Fajòlas,Fazhol,Fazhol',fajwlys,Фажол,Фажоль,فاجولیس		FR	76	46	463	46098	290	Europe/Paris
6449257	Antagnac	antagnac	Antagnac,Antan'jak,Antanhac,Ontanak,ang ta ni ya ke,Антаньяк,Онтањак,昂塔尼亚克		FR	75	47	472	47010	238	Europe/Paris
6449258	Anthé	anthe	Anthe,Anthé		FR	75	47	473	47011	203	Europe/Paris
6449259	Anzex	anzex	Anzex		FR	75	47	474	47012	312	Europe/Paris
6449260	Argenton	argenton	Arzhanton,a er rang tong,Аржантон,阿尔让通		FR	75	47	472	47013	311	Europe/Paris
6449261	Armillac	armillac	Armillac		FR	75	47	472	47014	195	Europe/Paris
6449263	Auradou	auradou	Auradou		FR	75	47	473	47017	383	Europe/Paris
6449264	Auriac-sur-Dropt	auriac-sur-dropt	Auriac,Auriac de Drot,Auriac de Dròt,Auriac-sur-Dropt,Oriak-sjur-Dro,Orijak sir Dro,de luo pu he pan ao li a ke,Ориак-сюр-Дро,Оријак сир Дро,Оріак-сюр-Дро,德罗普河畔奥里阿克		FR	75	47	472	47018	180	Europe/Paris
6449266	Barbaste	barbaste	Barbas,Barbast,Barbasta,Barbaste,ba er ba si te,Барбас,Барбаст,巴尔巴斯特		FR	75	47	474	47021	1508	Europe/Paris
6449267	Bazens	bazens	Basens,Bazan,Bazen,Bazens,ba cang,Базан,Базен,巴藏		FR	75	47	471	47022	536	Europe/Paris
6449268	Beaugas	beaugas	Beaugas		FR	75	47	473	47023	359	Europe/Paris
6449269	Beaupuy	beaupuy	Beaupuy,Bethpei,Bethpug,Bopij,Bopjui,Bèthpei,Bèthpug,bo pi yi,Бопиј,Бопюи,Бопюї,博皮伊		FR	75	47	472	47024	1660	Europe/Paris
6449270	Beauziac	beauziac	Beauziac		FR	75	47	474	47026	248	Europe/Paris
6449271	Birac-sur-Trec	birac-sur-trec	Birac,Birac sus Trec,Birac-sur-Trec,Birak sir Trek,Birak-sjur-Trek,te lei ke he pan bi la ke,Бирак сир Трек,Бирак-сюр-Трек,Бірак-сюр-Трек,特雷克河畔比拉克		FR	75	47	472	47028	851	Europe/Paris
6449272	Blanquefort-sur-Briolance	blanquefort-sur-briolance			FR	75	47	473	47029	471	Europe/Paris
6449274	Boé	boe	Boe,Boé		FR	75	47	471	47031	5583	Europe/Paris
6449275	Bon-Encontre	bon-encontre	Bon-Encontre		FR	75	47	471	47032	6217	Europe/Paris
6449276	Bouglon	bouglon	Bouglon		FR	75	47	472	47034	609	Europe/Paris
6449277	Bourgougnague	bourgougnague	Borgonhaga,Bourgougnague,Burgun'jag,Burgunag,bu er gu ni ya gai,Бургуньяг,Бургуњаг,布尔古尼亚盖		FR	75	47	472	47035	316	Europe/Paris
6449278	Bourlens	bourlens	Bourlens		FR	75	47	473	47036	376	Europe/Paris
6449279	Bournel	bournel	Bornel,Bornèl,Burnel,Burnel',bu er nei,Бурнел,Бурнель,布尔内		FR	75	47	473	47037	243	Europe/Paris
6449280	Bourran	bourran			FR	75	47	471	47038	610	Europe/Paris
6449282	Brax	brax	Bra,Braks,Brats,bu la,Бра,Бракс,布拉		FR	75	47	471	47040	2061	Europe/Paris
6449283	Bruch	bruch	Brish,Brjush,Bruch,Brulh,Lo Brulh,Бриш,Брюш		FR	75	47	474	47041	753	Europe/Paris
6449284	Brugnac	brugnac	Brugnac		FR	75	47	472	47042	181	Europe/Paris
6449285	Buzet-sur-Baïse	buzet-sur-baise	Buzet-sur-Baise,Buzet-sur-Baïse		FR	75	47	474	47043	1297	Europe/Paris
6449507	Canisy	canisy	Canisy,Kanizi,ka ni xi,Канизи,Канізі,卡尼西		FR	28	50	504	50095	1778	Europe/Paris
6449286	Cahuzac	cahuzac	Cahuzac,Cauesac,Cauesac de Plasenca,Caüsac,Caüsac de Plasença,Kaizak,Kajuzak,ke zha ke,Каизак,Каюзак,科扎克		FR	75	47	473	47044	305	Europe/Paris
6449287	Calignac	calignac	Calignac,Calinhac,Kalin'jak,Kalinak,ka li ni ya ke,Калиньяк,Калињак,Каліньяк,卡利尼亚克		FR	75	47	474	47045	496	Europe/Paris
6449288	Calonges	calonges			FR	75	47	472	47046	639	Europe/Paris
6449289	Cancon	cancon	Cancon		FR	75	47	473	47048	1349	Europe/Paris
6449290	Casseneuil	casseneuil	Cassanuelh,Cassanuèlh,Casseneuil,Kasenej,Kassnej,ka se na yi,Касенеј,Кассней,卡瑟纳伊		FR	75	47	473	47049	2372	Europe/Paris
6449291	Cassignas	cassignas	Cassignas		FR	75	47	471	47050	123	Europe/Paris
6449292	Castelculier	castelculier	Castelculier		FR	75	47	471	47051	2359	Europe/Paris
6449293	Casteljaloux	casteljaloux	Casteljaloux		FR	75	47	474	47052	4625	Europe/Paris
6449294	Castella	castella	Castelas,Castella,Castelàs,Kastela,Kastella,ka si tai la,Кастела,Кастелла,卡斯泰拉		FR	75	47	471	47053	362	Europe/Paris
6449295	Castelmoron-sur-Lot	castelmoron-sur-lot	Castelmoron-sur-Lot		FR	75	47	472	47054	1739	Europe/Paris
6449296	Castelnaud-de-Gratecambe	castelnaud-de-gratecambe			FR	75	47	473	47055	499	Europe/Paris
6449297	Castelnau-sur-Gupie	castelnau-sur-gupie	Castelnau,Castelnau de Gupie,Castèlnau,Castèlnau de Gupie,Kastel'no-sjur-Gjupi,Kastelno sir Gipi,ju pi ye he pan ka si tai er nuo,Кастелно сир Гипи,Кастельно-сюр-Гюпи,Кастельно-сюр-Гюпі,居皮耶河畔卡斯泰尔诺		FR	75	47	472	47056	888	Europe/Paris
6449298	Castillonnès	castillonnes	Castillonnes,Castillonnès		FR	75	47	473	47057	1443	Europe/Paris
6449299	Caubeyres	caubeyres	Caubeyres		FR	75	47	474	47058	252	Europe/Paris
6449300	Caubon-Saint-Sauveur	caubon-saint-sauveur	Caubon e Sant Salvador,Caubon e Sent Sauvador,Caubon-Saint-Sauveur,Kobon Sen Sover,Kobon-Sen-Sover,ke bang sheng suo fu,Кобон Сен Совер,Кобон-Сен-Совер,科邦圣索弗		FR	75	47	472	47059	251	Europe/Paris
6449301	Caudecoste	caudecoste	Caudecosta,Caudecoste,Caudecòsta,Kodekost,ke dai ke si te,Кодекост,科代科斯特		FR	75	47	471	47060	1054	Europe/Paris
6449302	Caumont-sur-Garonne	caumont-sur-garonne	Caumont,Caumont de Garona,Caumont-sur-Garonne,Komon na Garoni,Komon-sjur-Garonn,jia luo ne he pan ke meng,Комон на Гарони,Комон-сюр-Гаронн,加罗讷河畔科蒙		FR	75	47	472	47061	702	Europe/Paris
6449303	Cauzac	cauzac	Cauesac de Bouvila,Cauzac,Caüsac de Bòuvila,Kozak,Козак		FR	75	47	471	47062	426	Europe/Paris
6449304	Cavarc	cavarc	Cavarc		FR	75	47	473	47063	160	Europe/Paris
6449305	Cazideroque	cazideroque	Casidarroca,Casidarròca,Cazideroque,Kaziderok,ka qi de luo qu ai,Казидерок,Казідерок,卡齐德罗屈埃		FR	75	47	473	47064	230	Europe/Paris
6449306	Clermont-Dessous	clermont-dessous	Clarmont Devath,Clarmont Soteiran,Clermont-Dessous,Klermon Desu,Klermon-Dessu,ke lai meng dai su,Клермон Десу,Клермон-Дессу,克莱蒙代苏		FR	75	47	471	47066	867	Europe/Paris
6449307	Cocumont	cocumont			FR	75	47	472	47068	1095	Europe/Paris
6449308	Colayrac-Saint-Cirq	colayrac-saint-cirq	Colairac e Sent Circ,Colayrac-Saint-Cirq,Kolerak Sen Sir,Kolerak-Sen-Sirk,ke lai la ke sheng xi er,Колерак Сен Сир,Колерак-Сен-Сирк,Колерак-Сен-Сірк,科莱拉克圣西尔		FR	75	47	471	47069	3042	Europe/Paris
6449309	Condezaygues	condezaygues	Candasaigas,Kondezeg,kong de ze gai,Кондезег,孔德泽盖		FR	75	47	473	47070	856	Europe/Paris
6449310	Coulx	coulx	Coulx		FR	75	47	472	47071	237	Europe/Paris
6449312	Couthures-sur-Garonne	couthures-sur-garonne	Couthures-sur-Garonne		FR	75	47	472	47074	342	Europe/Paris
6449313	Cuzorn	cuzorn	Cutsorn,Cutsòrn,Cuzorn,Kizorn,Kjuzorn,qu zuo er en,Кизорн,Кюзорн,屈佐尔恩		FR	75	47	473	47077	850	Europe/Paris
6449314	Damazan	damazan	Damazan		FR	75	47	474	47078	1341	Europe/Paris
6449316	Dévillac	devillac	Devilhac,Devillac,Devillak,Dévillac,dai wei la ke,Девиллак,Девіллак,代维拉克		FR	75	47	473	47080	132	Europe/Paris
6449317	Dolmayrac	dolmayrac	Dolmayrac		FR	75	47	473	47081	710	Europe/Paris
6449318	Dondas	dondas	Donda,Dondas,Gandalha e Dondas,Gandalha e Dondàs,dong da,Донда,Дондас,栋达		FR	75	47	471	47082	214	Europe/Paris
6449319	Doudrac	doudrac	Doudrac		FR	75	47	473	47083	83	Europe/Paris
6449320	Douzains	douzains			FR	75	47	473	47084	265	Europe/Paris
6449321	Engayrac	engayrac	Angerak,Engairac,Engayrac,ang gai la ke,Ангерак,昂盖拉克		FR	75	47	471	47087	167	Europe/Paris
6449322	Escassefort	escassefort	Escassafort,Escassafòrt,Eskassfor,ai si ka sai fu er,Ескассфор,埃斯卡塞福尔		FR	75	47	472	47088	591	Europe/Paris
6449324	Espiens	espiens	Epjen,Esp'jan,Espiens,Espjan,ai si pi an,Епјен,Еспьян,Еспян,埃斯皮安		FR	75	47	474	47090	378	Europe/Paris
6449325	Estillac	estillac	Estillac		FR	75	47	471	47091	1982	Europe/Paris
6449326	Fals	fals	Fals		FR	75	47	471	47092	367	Europe/Paris
6449327	Fargues-sur-Ourbise	fargues-sur-ourbise	Farg-sjur-Urbiz,Fargues-sur-Ourbise,Hargas,Hargas dOrbisa,wu er bi si he pan fa er gai,Фарг-сюр-Урбиз,Фарг-сюр-Урбіз,乌尔比斯河畔法尔盖		FR	75	47	474	47093	343	Europe/Paris
6449328	Fauguerolles	fauguerolles	Fauguerolles,Fogrol',Heugarolas,Heugarolas de Marmanda,Heugaròlas,Heugaròlas de Marmanda,fu gai luo lai,Фогроль,福盖罗莱		FR	75	47	472	47094	783	Europe/Paris
6449329	Fauillet	fauillet	Fauillet,Foe,Haulhet,fu yi lai,Фое,Фоє,福伊莱		FR	75	47	472	47095	840	Europe/Paris
6449330	Ferrensac	ferrensac			FR	75	47	473	47096	216	Europe/Paris
6449331	Feugarolles	feugarolles	Fegarol',Feugarolles,Heugarolas de Viana,Heugaròlas de Viana,Huugarolas,Huugaròlas,fu jia luo lai,Фегароль,弗加罗莱		FR	75	47	474	47097	984	Europe/Paris
6449332	Fieux	fieux	Fieux		FR	75	47	474	47098	349	Europe/Paris
6449333	Auroux	auroux	Auros,Auroux,Aurós,Oru,ao lu,Ору,奥鲁		FR	76	48	482	48010	390	Europe/Paris
6449334	Badaroux	badaroux	Badarosc,Badaru,ba da lu,Бадару,巴达鲁		FR	76	48	482	48013	963	Europe/Paris
6449336	Balsièges	balsieges	Bal's'ezh,Balsieges,Balsieja,Balsièges,Balsièja,Balsjezh,ba er xie re,Балсјеж,Бальсьеж,Бальсьєж,巴尔谢热		FR	76	48	482	48016	544	Europe/Paris
6449508	Canville-la-Rocque	canville-la-rocque	Canville-la-Rocque		FR	28	50	502	50097	132	Europe/Paris
6449337	Banassac-Canilhac	banassac-canilhac	Banacac,Banasak,Banassak,Banaçac,ba na sa ke,banasakku,Банасак,Банассак,バナサック,巴纳萨克		FR	76	48	482	48017	1042	Europe/Paris
6449338	Barre-des-Cévennes	barre-des-cevennes	Bar de Sevan,Barr-de-Sevenn,Barra de las Cevenas,ba er-de sai wei ne,Бар де Севан,Барр-де-Севенн,巴尔-德塞韦讷		FR	76	48	481	48019	205	Europe/Paris
6449339	Bassurels	bassurels	Bassurels		FR	76	48	481	48020	61	Europe/Paris
6449341	Blavignac	blavignac	Blavignac		FR	76	48	482	48026	273	Europe/Paris
6449342	Brenoux	brenoux	Brenoux		FR	76	48	482	48030	379	Europe/Paris
6449343	Brion	brion	Brion		FR	76	48	482	48031	80	Europe/Paris
6449345	Chadenet	chadenet	Chadenet		FR	76	48	482	48037	100	Europe/Paris
6449346	Bel-Air-Val-d'Ance	bel-air-val-d-ance	Lo Chambon del Chastel,Lo Chambon del Chastèl,Shambon-l-Shato,Shambon-le-Shato,shang bang lai sha tuo,Шамбон-л-Шато,Шамбон-ле-Шато,尚邦莱沙托		FR	76	48	482	48038	517	Europe/Paris
6449347	Chanac	chanac	Chanac,Shanak,sha na ke,shanakku,Шанак,シャナック,沙纳克		FR	76	48	482	48039	1459	Europe/Paris
6449349	Chastanier	chastanier	Chastanier		FR	76	48	482	48041	77	Europe/Paris
6449350	Chastel-Nouvel	chastel-nouvel	Chastel-Nouvel		FR	76	48	482	48042	858	Europe/Paris
6449351	Châteauneuf-de-Randon	chateauneuf-de-randon			FR	76	48	482	48043	561	Europe/Paris
6449352	Chauchailles	chauchailles	Chauchailles		FR	76	48	482	48044	92	Europe/Paris
6449353	Chaudeyrac	chaudeyrac	Chaudairac,Chaudeyrac,Shodejrak,Shoderak,shao dai la ke,Шодейрак,Шодерак,绍代拉克		FR	76	48	482	48045	314	Europe/Paris
6449354	Chaulhac	chaulhac	Chaulhac		FR	76	48	482	48046	71	Europe/Paris
6449355	Cheylard-l'Évêque	cheylard-l-eveque			FR	76	48	482	48048	64	Europe/Paris
6449356	Bédouès-Cocurès	bedoues-cocures	Bedoues-Cocures,Bédouès-Cocurès		FR	76	48	481	48050	481	Europe/Paris
6449357	Cultures	cultures			FR	76	48	482	48055	156	Europe/Paris
6449358	Esclanèdes	esclanedes	Esclanedes,Esclanèdes		FR	76	48	482	48056	385	Europe/Paris
6449361	Fontans	fontans			FR	76	48	482	48063	216	Europe/Paris
6449362	Fournels	fournels	Fornels,Fornèls,Fournels,Furnel,Furnel',fu er nei er,Фурнел,Фурнель,富尔内尔		FR	76	48	482	48064	364	Europe/Paris
6449363	Fraissinet-de-Fourques	fraissinet-de-fourques	Fraissinet-de-Fourques		FR	76	48	481	48065	74	Europe/Paris
6449366	Gabrias	gabrias	Gabrias		FR	76	48	482	48068	148	Europe/Paris
6449367	Gatuzières	gatuzieres	Gatuzieres,Gatuzières		FR	76	48	481	48069	58	Europe/Paris
6449368	Grandrieu	grandrieu	Grandrieu		FR	76	48	482	48070	743	Europe/Paris
6449369	Grandvals	grandvals	Grandvals		FR	76	48	482	48071	75	Europe/Paris
6449370	Grèzes	grezes	Gresas,Grez,Grezes,Grèsas,Grèzes,ge lei ze,Грез,格雷泽		FR	76	48	482	48072	214	Europe/Paris
6449371	Ispagnac	ispagnac	Espanhac,Ispagnac,Ispan'jak,yi si pa ni ya ke,Іспаньяк,Испаньяк,伊斯帕尼亚克		FR	76	48	481	48075	892	Europe/Paris
6449373	Julianges	julianges	Julianges		FR	76	48	482	48077	57	Europe/Paris
6449375	Lajo	lajo	Lajo		FR	76	48	482	48079	101	Europe/Paris
6449377	Laubert	laubert	Laubert		FR	76	48	482	48082	99	Europe/Paris
6449379	Laval-du-Tarn	laval-du-tarn	Laval-du-Tarn		FR	76	48	482	48085	99	Europe/Paris
6449380	Prinsuéjols-Malbouzon	prinsuejols-malbouzon	Prinsuejols-Malbouzon,Prinsuéjols-Malbouzon		FR	76	48	482	48087	287	Europe/Paris
6449381	Marchastel	marchastel	Marchastel		FR	76	48	482	48091	56	Europe/Paris
6449383	Mende	mende	Mand,Mend,Mende,Mende i Lozere,Mende i Lozère,Mimate,mando,mang de,mangdeu,mnd,Манд,Менд,מנד,マンド,芒德,망드		FR	76	48	482	48095	11860	Europe/Paris
6449384	Meyrueis	meyrueis	Meyrueis		FR	76	48	481	48096	833	Europe/Paris
6449386	Armaillé	armaille	Armaille,Armaillé		FR	52	49	494	49010	313	Europe/Paris
6449387	Artannes-sur-Thouet	artannes-sur-thouet	Artannes-sur-Thouet		FR	52	49	493	49011	426	Europe/Paris
6449390	Baracé	barace	Barace,Baracé,Barase,ba la sai,Барасе,巴拉塞		FR	52	49	491	49017	572	Europe/Paris
6449392	Beaucouzé	beaucouze	Beaucouze,Beaucouzé		FR	52	49	491	49020	5002	Europe/Paris
6449393	Beaufort-en-Anjou	beaufort-en-anjou	Beaufort-en-Anjou		FR	52	49	493	49021	7166	Europe/Paris
6449394	Beaulieu-sur-Layon	beaulieu-sur-layon	Beaulieu-sur-Layon,Bol'e-sjur-Lejon,Bolije sir Lajon,lai weng he pan bo li e,Болије сир Лајон,Больє-сюр-Лейон,莱翁河畔博利厄		FR	52	49	491	49022	1413	Europe/Paris
6449395	Beaupréau-en-Mauges	beaupreau-en-mauges	Beaupreau-en-Mauges,Beaupréau-en-Mauges		FR	52	49	492	49023	23146	Europe/Paris
6449398	Bécon-les-Granits	becon-les-granits			FR	52	49	494	49026	2810	Europe/Paris
6449399	Bégrolles-en-Mauges	begrolles-en-mauges	Begrolles-en-Mauges,Bégrolles-en-Mauges		FR	52	49	492	49027	2040	Europe/Paris
6449400	Blou	blou	Blou		FR	52	49	493	49030	998	Europe/Paris
6449403	Bouillé-Ménard	bouille-menard	Bouille-Menard,Bouillé-Ménard,Bue-Menar,Buje Menar,bu yi lai mei na er,Бує-Менар,Бује Менар,布伊莱梅纳尔		FR	52	49	494	49036	745	Europe/Paris
6449405	Bourg-l'Évêque	bourg-l-eveque	Bourg-l'Eveque,Bourg-l'Évêque		FR	52	49	494	49038	251	Europe/Paris
6449408	Brain-sur-Allonnes	brain-sur-allonnes	Brain-sur-Allonnes		FR	52	49	493	49041	1973	Europe/Paris
6449416	Candé	cande	Cande,Candé		FR	52	49	494	49054	2845	Europe/Paris
6449417	Cantenay-Épinard	cantenay-epinard	Cantenay Epinard,Cantenay-Epinard,Cantenay-Épinard		FR	52	49	491	49055	2214	Europe/Paris
6449418	Carbay	carbay	Carbay		FR	52	49	494	49056	252	Europe/Paris
6449419	Cernusson	cernusson			FR	52	49	492	49057	362	Europe/Paris
6449423	Chalonnes-sur-Loire	chalonnes-sur-loire	Chalonnes-sur-Loire		FR	52	49	491	49063	6557	Europe/Paris
6449424	Chambellay	chambellay	Chambellay		FR	52	49	494	49064	392	Europe/Paris
6449426	Chenillé-Champteussé	chenille-champteusse			FR	52	49	494	49067	354	Europe/Paris
6449427	Champtocé-sur-Loire	champtoce-sur-loire	Champtoce-sur-Loire,Champtocé-sur-Loire		FR	52	49	491	49068	1870	Europe/Paris
6449428	Orée d'Anjou	oree-d-anjou	Oree d'Anjou,Orée d'Anjou		FR	52	49	492	49069	16324	Europe/Paris
6449509	Carantilly	carantilly			FR	28	50	504	50098	645	Europe/Paris
6449429	Chanteloup-les-Bois	chanteloup-les-bois	Chanteloup-les-Bois,Shantlu le Boa,Shantlu-le-Bua,sen lin shang tai lu,shanteru=re=bowa,Шантлу ле Боа,Шантлу-ле-Буа,シャンテルー＝レ＝ボワ,森林尚泰卢		FR	52	49	492	49070	710	Europe/Paris
6449432	Les Hauts-d'Anjou	les-hauts-d-anjou			FR	52	49	494	49080	8776	Europe/Paris
6449434	Chaudefonds-sur-Layon	chaudefonds-sur-layon			FR	52	49	491	49082	959	Europe/Paris
6449438	Chazé-sur-Argos	chaze-sur-argos	Chaze-sur-Argos,Chazé-sur-Argos		FR	52	49	494	49089	1059	Europe/Paris
6449446	Anneville-en-Saire	anneville-en-saire	Anneville-en-Saire		FR	28	50	502	50013	394	Europe/Paris
6449448	Annoville	annoville	Annoville		FR	28	50	503	50015	666	Europe/Paris
6449449	Appeville	appeville	Appeville,Appvil',Apvil,a po wei er,Апвил,Аппвиль,Аппвіль,阿珀维尔		FR	28	50	503	50016	177	Europe/Paris
6449451	Aucey-la-Plaine	aucey-la-plaine	Aucey-la-Plaine		FR	28	50	501	50019	433	Europe/Paris
6449453	Audouville-la-Hubert	audouville-la-hubert	Audouville-la-Hubert,Oduvil la Iber,Oduvil'-la-Juber,ao du wei er la yu bei er,Одувил ла Ибер,Одувиль-ла-Юбер,Одувіль-ла-Юбер,奥杜维尔拉于贝尔		FR	28	50	502	50021	82	Europe/Paris
6449454	Aumeville-Lestre	aumeville-lestre	Aumeville-Lestre,Omvil Lestr,Omvil'-Letr,ao mo wei er lai si te er,Омвил Лестр,Омвиль-Летр,Омвіль-Летр,奥默维尔莱斯特尔		FR	28	50	502	50022	120	Europe/Paris
6449455	Auvers	auvers	Over,ao wei er,Овер,奥韦尔		FR	28	50	504	50023	675	Europe/Paris
6449456	Auxais	auxais	Auxais,Okse,Ose,ao ke sai,Оксе,Осе,奥克赛		FR	28	50	503	50024	173	Europe/Paris
6449457	Azeville	azeville	Azevil,Azevil',Azeville,a ze wei er,Азевил,Азевиль,Азевіль,阿泽维尔		FR	28	50	502	50026	90	Europe/Paris
6449458	Bacilly	bacilly	Bacilly		FR	28	50	501	50027	932	Europe/Paris
6449459	Barenton	barenton	Barenton		FR	28	50	501	50029	1181	Europe/Paris
6449460	Barfleur	barfleur	Barfleur		FR	28	50	502	50030	577	Europe/Paris
6449461	Baudre	baudre	Baudre		FR	28	50	504	50034	542	Europe/Paris
6449463	Baupte	baupte	Bopt,Bot,bo pu te,Бопт,Бот,博普特		FR	28	50	503	50036	432	Europe/Paris
6449464	Beauchamps	beauchamps	Beauchamps,Bosham,Boshan,bo shang pu,Бошам,Бошан,博尚普		FR	28	50	501	50038	404	Europe/Paris
6449465	Beaucoudray	beaucoudray	Beaucoudray,Bokudre,bo ku de lai,Бокудре,博库德赖		FR	28	50	504	50039	135	Europe/Paris
6449466	La Hague	la-hague	Bomon-Ag,Bomont Ag,bo meng a gai,Бомон-Аг,Бомонт Аг,博蒙阿盖		FR	28	50	502	50041	11785	Europe/Paris
6449467	Beauvoir	beauvoir	Beauvoir,Bovoar,Bovuar,bo wa,bovu~owaru,Бовоар,Бовуар,ボーヴォワール,博瓦		FR	28	50	501	50042	413	Europe/Paris
6449469	Belval	belval	Bel'val',Belval,bei er wa,Белвал,Бельваль,贝尔瓦		FR	28	50	503	50044	314	Europe/Paris
6449470	Benoîtville	benoitville	Benoitville,Benojvil,Benotville,Benoîtville,Benuavil',bang wa te wei er,Бенојвил,Бенуавиль,Бенуавіль,邦瓦特维尔		FR	28	50	502	50045	622	Europe/Paris
6449471	Bérigny	berigny	Berigny,Berin'i,Berini,Brigny,Bérigny,Бериньи,Бериньї,Берињи		FR	28	50	504	50046	423	Europe/Paris
6449472	Beslon	beslon	Beslon		FR	28	50	504	50048	562	Europe/Paris
6449473	Besneville	besneville	Benvil,Benvil',Besneville,bei si na wei er,Бенвил,Бенвиль,Бенвіль,贝斯纳维尔		FR	28	50	502	50049	666	Europe/Paris
6449476	Beuzeville-la-Bastille	beuzeville-la-bastille	Beuzeville-la-Bastille		FR	28	50	502	50052	145	Europe/Paris
6449477	Biniville	biniville	Binivil,Binivil',bi ni wei er,Бинивил,Бинивиль,Бінівіль,比尼维尔		FR	28	50	502	50055	115	Europe/Paris
6449480	Blainville-sur-Mer	blainville-sur-mer	Blainville-sur-Mer		FR	28	50	503	50058	1633	Europe/Paris
6449481	Blosville	blosville	Blosville,Blovil,Blovil',bu luo si wei er,Бловил,Бловиль,Бловіль,布洛斯维尔		FR	28	50	502	50059	309	Europe/Paris
6449483	Boisyvon	boisyvon	Boazivon,Boisyvon,Buazivon,bu wa xi weng,Боазивон,Буазивон,Буазівон,布瓦西翁		FR	28	50	501	50062	113	Europe/Paris
6449485	Bourguenolles	bourguenolles	Burgenol',Burgnol,bu er gai nuo lai,Бургеноль,Бургнол,布尔盖诺莱		FR	28	50	504	50069	343	Europe/Paris
6449486	Boutteville	boutteville	Boutteville,Buttvil',Butvil,bu te wei er,Бутвил,Буттвиль,Буттвіль,布特维尔		FR	28	50	502	50070	72	Europe/Paris
6449488	Brainville	brainville	Brainville,Brenvil,Brenvil',bu lan wei er,Бренвил,Бренвиль,Бренвіль,布兰维尔		FR	28	50	503	50072	221	Europe/Paris
6449491	Bréhal	brehal			FR	28	50	501	50076	3366	Europe/Paris
6449492	Bretteville-sur-Ay	bretteville-sur-ay	Brettvil'-sjur-E,Bretvil sir E,ai he pan bu lei te wei er,Бретвил сир Е,Бреттвиль-сюр-Е,Бреттвіль-сюр-Е,艾河畔布雷特维尔		FR	28	50	503	50078	384	Europe/Paris
6449493	Breuville	breuville	Breuville,Brevil,Brevil',bu lei wei er,Бревил,Бревиль,Бревіль,布勒维尔		FR	28	50	502	50079	421	Europe/Paris
6449495	Bréville-sur-Mer	breville-sur-mer			FR	28	50	501	50081	781	Europe/Paris
6449496	Bricquebec-en-Cotentin	bricquebec-en-cotentin	Bricquebec-en-Cotentin		FR	28	50	502	50082	5939	Europe/Paris
6449497	Bricquebosq	bricquebosq	Bricquebosq,Brikbok,Brikebosk,bu li qu ai bo si,Брикбок,Брикебоск,布里屈埃博斯		FR	28	50	502	50083	585	Europe/Paris
6449498	Bricqueville-la-Blouette	bricqueville-la-blouette	Bricqueville-la-Blouette,Brikvil sir Bluet,Brikvil'-la-Bluett,bu li qu ai wei er la bu lu ai te,Бриквил сир Блует,Бриквиль-ла-Блуетт,Бриквіль-ла-Блуетт,布里屈埃维尔拉布卢埃特		FR	28	50	503	50084	558	Europe/Paris
6449499	Bricqueville-sur-Mer	bricqueville-sur-mer	Bricqueville-sur-Mer		FR	28	50	501	50085	1204	Europe/Paris
6449500	Brillevast	brillevast	Brillevast		FR	28	50	502	50086	326	Europe/Paris
6449501	Brix	brix	Bri,Бри,Брі		FR	28	50	502	50087	2127	Europe/Paris
6449504	Cambernon	cambernon	Cambernon		FR	28	50	503	50092	722	Europe/Paris
6449505	Cametours	cametours	Cametours,Kamtur,Kantur,ka mo tu er,Камтур,Кантур,卡默图尔		FR	28	50	503	50093	430	Europe/Paris
6449506	Camprond	camprond	Camprond,Kampron,Kamron,kang pu long,Кампрон,Камрон,康普龙		FR	28	50	503	50094	418	Europe/Paris
6449631	Athée	athee	Athee,Athée		FR	52	53	531	53012	497	Europe/Paris
6449510	Angluzelles-et-Courcelles	angluzelles-et-courcelles	Angluzelles-et-Courcelles		FR	44	51	512	51010	152	Europe/Paris
6449511	Anthenay	anthenay	Antene,Anthenay,Ontene,ang te nai,Антене,Онтене,昂特奈		FR	44	51	513	51012	71	Europe/Paris
6449512	Aougny	aougny	Aougny		FR	44	51	513	51013	101	Europe/Paris
6449513	Arcis-le-Ponsart	arcis-le-ponsart			FR	44	51	513	51014	314	Europe/Paris
6449514	Argers	argers	Argers		FR	44	51	511	51015	115	Europe/Paris
6449515	Arrigny	arrigny	Arini,Arrigny,Arrin'i,a er li ni,Арињи,Арриньї,阿尔里尼		FR	44	51	514	51016	251	Europe/Paris
6449516	Athis	athis	Athis,Ati,a di,Ати,Аті,阿蒂		FR	44	51	512	51018	886	Europe/Paris
6449517	Aubilly	aubilly			FR	44	51	513	51020	51	Europe/Paris
6449518	Aulnay-l'Aître	aulnay-l-aitre	Aulnay-l'Aitre,Aulnay-l'Aître		FR	44	51	514	51022	170	Europe/Paris
6449519	Aulnay-sur-Marne	aulnay-sur-marne	Aulnay-sur-Marne,Ol'ne-sjur-Marn,Olne na Marni,ma en he pan ao er nai,Олне на Марни,Ольне-сюр-Марн,马恩河畔奥尔奈		FR	44	51	511	51023	254	Europe/Paris
6449520	Avenay-Val-d'Or	avenay-val-d-or	Avenay-Val-d'Or		FR	44	51	512	51028	1019	Europe/Paris
6449521	Avize	avize	Avize		FR	44	51	512	51029	1763	Europe/Paris
6449522	Baconnes	baconnes	Baconnes		FR	44	51	511	51031	270	Europe/Paris
6449523	Bannay	bannay	Bane,Bannay,Banne,ba nai,Бане,Банне,巴奈		FR	44	51	512	51034	19	Europe/Paris
6449524	Barbonne-Fayel	barbonne-fayel	Barbonne-Fayel		FR	44	51	512	51036	500	Europe/Paris
6449525	Baslieux-lès-Fismes	baslieux-les-fismes	Baslieux-les-Fismes,Baslieux-lès-Fismes		FR	44	51	513	51037	318	Europe/Paris
6449526	Baslieux-sous-Châtillon	baslieux-sous-chatillon	Baslieux-sous-Chatillon,Baslieux-sous-Châtillon		FR	44	51	512	51038	191	Europe/Paris
6449527	Bassu	bassu	Bassu		FR	44	51	514	51039	111	Europe/Paris
6449528	Bassuet	bassuet	Bassuet		FR	44	51	514	51040	255	Europe/Paris
6449529	Baudement	baudement	Bodman,bo dai mang,Бодман,博代芒		FR	44	51	512	51041	112	Europe/Paris
6449530	Baye	baye	Be,Bei,bai ai,Бе,Беї,拜埃		FR	44	51	512	51042	422	Europe/Paris
6449531	Bazancourt	bazancourt	Bazankur,ba cang ku er,Базанкур,巴藏库尔		FR	44	51	513	51043	2126	Europe/Paris
6449532	Beaumont-sur-Vesle	beaumont-sur-vesle	Beaumont-sur-Vesle,Bomon sir Vel,Bomon-sjur-Vel',wei si er he pan bo meng,Бомон сир Вел,Бомон-сюр-Вель,韦斯尔河畔博蒙		FR	44	51	513	51044	800	Europe/Paris
6449533	Beaunay	beaunay			FR	44	51	512	51045	110	Europe/Paris
6449534	Beine-Nauroy	beine-nauroy	Beine-Nauroy,Ben Noroa,Ben-Norua,ban nuo lu wa,Бен Нороа,Бен-Норуа,班诺鲁瓦		FR	44	51	513	51046	1016	Europe/Paris
6449535	Belval-en-Argonne	belval-en-argonne	Belval-en-Argonne		FR	44	51	511	51047	49	Europe/Paris
6449536	Belval-sous-Châtillon	belval-sous-chatillon	Bel'val'-su-Shatijon,Belval su Shatijon,bei er wa su sha di long,Белвал су Шатијон,Бельваль-су-Шатійон,贝尔瓦苏沙蒂隆		FR	44	51	512	51048	151	Europe/Paris
6449537	Bergères-lès-Vertus	bergeres-les-vertus	Bergeres-les-Vertus,Bergères-lès-Vertus		FR	44	51	512	51049	637	Europe/Paris
6449538	Bergères-sous-Montmirail	bergeres-sous-montmirail	Bergeres-sous-Montmirail,Bergères-sous-Montmirail		FR	44	51	512	51050	117	Europe/Paris
6449539	Berméricourt	bermericourt	Bermericourt,Berméricourt		FR	44	51	513	51051	198	Europe/Paris
6449540	Berru	berru	Beri,Berrju,Berru,bei er lu,Бери,Беррю,贝尔吕		FR	44	51	513	51052	554	Europe/Paris
6449541	Berzieux	berzieux	Berzieux		FR	44	51	511	51053	73	Europe/Paris
6449542	Bétheniville	betheniville	Betenivil,Betenivil',Betheniville,Bétheniville,bei te ni wei er,Бетенивил,Бетенівіль,贝特尼维尔		FR	44	51	513	51054	1278	Europe/Paris
6449543	Bétheny	betheny	Beteni,Betheny,Bétheny,bei te ni,Бетени,Бетені,贝特尼		FR	44	51	513	51055	6817	Europe/Paris
6449544	Bethon	bethon	Bethon,Beton,bei tong,Бетон,贝通		FR	44	51	512	51056	282	Europe/Paris
6449546	Bezannes	bezannes	Bezan,Bezann,bo zha nei,Безан,Безанн,伯扎内		FR	44	51	513	51058	1692	Europe/Paris
6449547	Bignicourt-sur-Marne	bignicourt-sur-marne	Bignicourt-sur-Marne		FR	44	51	514	51059	346	Europe/Paris
6449548	Bignicourt-sur-Saulx	bignicourt-sur-saulx	Bignicourt-sur-Saulx,Bin'ikur-sjur-So,Binikur sir So,suo er he pan bi ni ku er,Бињикур сир Со,Біньїкур-сюр-Со,索尔河畔比尼库尔		FR	44	51	514	51060	191	Europe/Paris
6449549	Billy-le-Grand	billy-le-grand	Billy-le-Grand		FR	44	51	513	51061	123	Europe/Paris
6449550	Binarville	binarville	Binarville		FR	44	51	511	51062	102	Europe/Paris
6449551	Binson-et-Orquigny	binson-et-orquigny	Binson-et-Orquigny		FR	44	51	512	51063	175	Europe/Paris
6449553	Blacy	blacy	Blacy,Blasi,bu la xi,Бласи,Бласі,布拉西		FR	44	51	514	51065	670	Europe/Paris
6449554	Blaise-sous-Arzillières	blaise-sous-arzillieres	Blaise-sous-Arzillieres,Blaise-sous-Arzillières		FR	44	51	514	51066	342	Europe/Paris
6449555	Blesme	blesme	Blesme		FR	44	51	514	51068	220	Europe/Paris
6449556	Boissy-le-Repos	boissy-le-repos	Boissy-le-Repos		FR	44	51	512	51070	222	Europe/Paris
6449557	Bouleuse	bouleuse	Bouleuse		FR	44	51	513	51073	206	Europe/Paris
6449558	Boult-sur-Suippe	boult-sur-suippe	Boult-sur-Suippe		FR	44	51	513	51074	1707	Europe/Paris
6449559	Bourgogne-Fresne	bourgogne-fresne	Bourgogne-Fresne,Burgon,Burgon',bu er ge ni,Бургонь,Бургоњ,布尔戈尼		FR	44	51	513	51075	1383	Europe/Paris
6449560	Boursault	boursault	Burso,bu er suo er,Бурсо,布尔索尔		FR	44	51	512	51076	450	Europe/Paris
6449561	Bouvancourt	bouvancourt	Bouvancourt		FR	44	51	513	51077	194	Europe/Paris
6449562	Bouzy	bouzy			FR	44	51	512	51079	948	Europe/Paris
6449563	Brandonvillers	brandonvillers	Brandonvillers		FR	44	51	514	51080	181	Europe/Paris
6449564	Branscourt	branscourt	Branscourt		FR	44	51	513	51081	299	Europe/Paris
6449565	Braux-Sainte-Cohière	braux-sainte-cohiere			FR	44	51	511	51082	96	Europe/Paris
6449566	Bréban	breban			FR	44	51	514	51084	82	Europe/Paris
6449567	Breuvery-sur-Coole	breuvery-sur-coole	Breuvery-sur-Coole		FR	44	51	511	51087	218	Europe/Paris
6449568	Brimont	brimont	Brimont		FR	44	51	513	51088	432	Europe/Paris
6449832	Brech	brech	Brech		FR	53	56	561	56023	6635	Europe/Paris
6449569	Brouillet	brouillet	Brouillet		FR	44	51	513	51089	80	Europe/Paris
6449570	Broussy-le-Grand	broussy-le-grand	Broussy-le-Grand,Brusi le Gran,Brussi-le-Gran,da bu lu xi,Бруси ле Гран,Бруссі-ле-Гран,大布鲁西		FR	44	51	512	51090	314	Europe/Paris
6449571	Broussy-le-Petit	broussy-le-petit	Broussy-le-Petit		FR	44	51	512	51091	126	Europe/Paris
6449572	Brugny-Vaudancourt	brugny-vaudancourt	Brini Vodankur,Brjun'i-Vodankur,Brugny-Vaudancourt,bu lu ni wo dang ku er,Брињи Воданкур,Брюньї-Воданкур,布吕尼沃当库尔		FR	44	51	512	51093	452	Europe/Paris
6449573	Brusson	brusson			FR	44	51	514	51094	189	Europe/Paris
6449574	Bussy-le-Château	bussy-le-chateau			FR	44	51	511	51097	169	Europe/Paris
6449575	Bussy-le-Repos	bussy-le-repos	Bussy-le-Repos		FR	44	51	514	51098	134	Europe/Paris
6449576	Annéville-la-Prairie	anneville-la-prairie	Anneville-la-Prairie,Annéville-la-Prairie		FR	44	52	521	52011	82	Europe/Paris
6449577	Annonville	annonville			FR	44	52	523	52012	33	Europe/Paris
6449578	Anrosey	anrosey	Anrosey		FR	44	52	522	52013	123	Europe/Paris
6449579	Arbigny-sous-Varennes	arbigny-sous-varennes	Arbigny-sous-Varennes		FR	44	52	522	52015	92	Europe/Paris
6449580	Arbot	arbot	Arbo,a er bo,Арбо,阿尔博		FR	44	52	522	52016	72	Europe/Paris
6449581	Arc-en-Barrois	arc-en-barrois	Arc-en-Barrois		FR	44	52	521	52017	766	Europe/Paris
6449582	Arnancourt	arnancourt	Arnancourt		FR	44	52	523	52019	91	Europe/Paris
6449583	Attancourt	attancourt	Attancourt		FR	44	52	523	52021	254	Europe/Paris
6449584	Aubepierre-sur-Aube	aubepierre-sur-aube	Aubepierre-sur-Aube		FR	44	52	521	52022	189	Europe/Paris
6449585	Audeloncourt	audeloncourt	Audeloncourt		FR	44	52	521	52025	87	Europe/Paris
6449586	Aujeurres	aujeurres	Aujeurres		FR	44	52	522	52027	88	Europe/Paris
6449587	Aulnoy-sur-Aube	aulnoy-sur-aube	Aulnoy-sur-Aube		FR	44	52	522	52028	50	Europe/Paris
6449588	Autigny-le-Grand	autigny-le-grand			FR	44	52	523	52029	150	Europe/Paris
6449589	Autigny-le-Petit	autigny-le-petit	Autigny-le-Petit		FR	44	52	523	52030	62	Europe/Paris
6449590	Autreville-sur-la-Renne	autreville-sur-la-renne	Otrevil'-sjur-la-Renn,Otrvil sir la Ren,la-lang he pan ao te lei wei er,Отрвил сир ла Рен,Отревіль-сюр-ла-Ренн,拉-朗河畔奥特勒维尔		FR	44	52	521	52031	389	Europe/Paris
6449591	Bailly-aux-Forges	bailly-aux-forges	Bailly-aux-Forges		FR	44	52	523	52034	140	Europe/Paris
6449592	Baissey	baissey	Baissey,Bese,Besse,bai sai,Бесе,Бессе,拜塞		FR	44	52	522	52035	193	Europe/Paris
6449594	Bassoncourt	bassoncourt	Basonkur,Bassoncourt,Bassonkur,ba song ku er,Басонкур,Бассонкур,巴松库尔		FR	44	52	521	52038	68	Europe/Paris
6449595	Baudrecourt	baudrecourt	Baudrecourt		FR	44	52	523	52039	94	Europe/Paris
6449596	Beauchemin	beauchemin	Beauchemin		FR	44	52	522	52042	103	Europe/Paris
6449597	Bettancourt-la-Ferrée	bettancourt-la-ferree	Bettancourt-la-Ferree,Bettancourt-la-Ferrée		FR	44	52	523	52045	1698	Europe/Paris
6449599	Biesles	biesles	Biesles		FR	44	52	521	52050	1356	Europe/Paris
6449600	Bize	bize	Bize		FR	44	52	522	52051	91	Europe/Paris
6449601	Blécourt	blecourt	Blecourt,Blécourt		FR	44	52	523	52055	111	Europe/Paris
6449602	Blessonville	blessonville			FR	44	52	521	52056	200	Europe/Paris
6449603	Blumeray	blumeray	Blumeray		FR	44	52	523	52057	109	Europe/Paris
6449604	Bologne	bologne			FR	44	52	521	52058	1909	Europe/Paris
6449605	Bonnecourt	bonnecourt	Bonnecourt		FR	44	52	522	52059	130	Europe/Paris
6449606	Bourbonne-les-Bains	bourbonne-les-bains	Bourbonne-les-Bains		FR	44	52	522	52060	2133	Europe/Paris
6449607	Bourdons-sur-Rognon	bourdons-sur-rognon	Bourdons-sur-Rognon,Burdon sir Ronon,Burdon-sjur-Ron'on,luo ni weng he pan bu er dong,Бурдон сир Роњон,Бурдон-сюр-Роньон,罗尼翁河畔布尔东		FR	44	52	521	52061	279	Europe/Paris
6449608	Bourg-Sainte-Marie	bourg-sainte-marie			FR	44	52	521	52063	102	Europe/Paris
6449609	Bourmont-entre-Meuse-et-Mouzon	bourmont-entre-meuse-et-mouzon	Bourmont-entre-Meuse-et-Mouzon		FR	44	52	521	52064	814	Europe/Paris
6449610	Bouzancourt	bouzancourt	Bouzancourt		FR	44	52	523	52065	65	Europe/Paris
6449611	Brachay	brachay	Brachay		FR	44	52	523	52066	58	Europe/Paris
6449612	Brainville-sur-Meuse	brainville-sur-meuse	Brainville-sur-Meuse		FR	44	52	521	52067	81	Europe/Paris
6449613	Braux-le-Châtel	braux-le-chatel	Braux-le-Chatel,Braux-le-Châtel		FR	44	52	521	52069	144	Europe/Paris
6449614	Brennes	brennes	Brennes		FR	44	52	522	52070	140	Europe/Paris
6449615	Brethenay	brethenay			FR	44	52	521	52072	361	Europe/Paris
6449616	Briaucourt	briaucourt	Briaucourt		FR	44	52	521	52075	185	Europe/Paris
6449617	Bricon	bricon	Bricon		FR	44	52	521	52076	452	Europe/Paris
6449618	Brousseval	brousseval	Brousseval		FR	44	52	523	52079	684	Europe/Paris
6449619	Bugnières	bugnieres	Bugnieres,Bugnières		FR	44	52	521	52082	152	Europe/Paris
6449620	Busson	busson	Busson		FR	44	52	521	52084	38	Europe/Paris
6449621	Buxières-lès-Clefmont	buxieres-les-clefmont	Buxieres-les-Clefmont,Buxières-lès-Clefmont		FR	44	52	521	52085	26	Europe/Paris
6449622	Buxières-lès-Villiers	buxieres-les-villiers	Buxieres-les-Villiers,Buxières-lès-Villiers		FR	44	52	521	52087	190	Europe/Paris
6449623	Ceffonds	ceffonds	Ceffonds		FR	44	52	523	52088	638	Europe/Paris
6449624	Celles-en-Bassigny	celles-en-bassigny	Celles-en-Bassigny		FR	44	52	522	52089	82	Europe/Paris
6449625	Celsoy	celsoy	Celsoy		FR	44	52	522	52090	108	Europe/Paris
6449626	Chalindrey	chalindrey	Shalendre,sha lan de lei,Шалендре,沙兰德雷		FR	44	52	522	52093	2436	Europe/Paris
6449627	Chalvraines	chalvraines	Chalvraines		FR	44	52	521	52095	186	Europe/Paris
6449628	Chambroncourt	chambroncourt	Chambroncourt		FR	44	52	521	52097	49	Europe/Paris
6449629	Assé-le-Bérenger	asse-le-berenger	Ase le Beranzhe,Asse-le-Beranzhe,Asse-le-Berenger,Assé-le-Bérenger,a sai lai bei lang re,Асе ле Беранже,Ассе-ле-Беранже,阿塞莱贝朗热		FR	52	53	533	53010	442	Europe/Paris
6449630	Astillé	astille	Astie,Astije,a si di lai,astly,Астије,Астіє,أستلي,阿斯蒂莱		FR	52	53	531	53011	866	Europe/Paris
6449632	Averton	averton	Averton,a wei er tong,Авертон,阿韦尔通		FR	52	53	533	53013	596	Europe/Paris
6449634	Bais	bais	Bais,Be,Bediscum,bai zhen,Бе,拜镇		FR	52	53	533	53016	1244	Europe/Paris
6449635	Val-du-Maine	val-du-maine	Val-du-Maine		FR	52	53	531	53017	914	Europe/Paris
6449636	Ballots	ballots	Ballo,Ballots,Balo,ba luo te,Балло,Бало,巴洛特		FR	52	53	531	53018	1275	Europe/Paris
6449637	Bannes	bannes	Ban,Bann,Bannes,Бан,Банн		FR	52	53	531	53019	123	Europe/Paris
6449639	Belgeard	belgeard	Bel'zhar,Belgar,Belgeard,bei er ya er,Белгар,Бельжар,贝尔雅尔		FR	52	53	533	53028	614	Europe/Paris
6449640	Bierné-les-Villages	bierne-les-villages	Berne,Bierne-les-Villages,Bierné-les-Villages,bi ye er nei,Бєрне,比耶尔内		FR	52	53	531	53029	1254	Europe/Paris
6449642	Bonchamp-lès-Laval	bonchamp-les-laval	Bonchamp-les-Laval,Bonchamp-lès-Laval		FR	52	53	532	53034	5948	Europe/Paris
6449643	Bouchamps-lès-Craon	bouchamps-les-craon	Busham-le-Kraon,Bushan le Kraon,bu shang pu lai ke lang,Бушам-ле-Краон,Бушан ле Краон,布尚普莱克朗		FR	52	53	531	53035	553	Europe/Paris
6449644	Bouessay	bouessay	Bouessay,Buese,Buesse,bu ai sai,Буесе,Буессе,布埃赛		FR	52	53	531	53037	742	Europe/Paris
6449647	Brée	bree	Bree,Brée		FR	52	53	533	53043	535	Europe/Paris
6449648	Carelles	carelles	Carelles,Karel,Karel',ka lei lai,Карел,Карель,卡雷莱		FR	52	53	533	53047	265	Europe/Paris
6449649	Chailland	chailland	Chailland		FR	52	53	533	53048	1197	Europe/Paris
6449650	Châlons-du-Maine	chalons-du-maine	Chalons-du-Maine,Châlons-du-Maine		FR	52	53	532	53049	708	Europe/Paris
6449652	Champéon	champeon	Champeon,Champéon,Shampeon,shang pei weng,Шампеон,尚佩翁		FR	52	53	533	53051	580	Europe/Paris
6449653	Champfrémont	champfremont	Champfremont,Champfrémont,Shamfremon,Shanfremon,shang pu fu lei meng,Шамфремон,Шанфремон,尚普夫雷蒙		FR	52	53	533	53052	305	Europe/Paris
6449654	Champgenéteux	champgeneteux			FR	52	53	533	53053	521	Europe/Paris
6449655	Chantrigné	chantrigne	Chantrigne,Chantrigné		FR	52	53	533	53055	612	Europe/Paris
6449656	Charchigné	charchigne	Charchigne,Charchigné,Sharshin'e,Sharshine,sha er xi nie,Шаршиньє,Шаршиње,沙尔希涅		FR	52	53	533	53061	495	Europe/Paris
6449657	Château-Gontier-sur-Mayenne	chateau-gontier-sur-mayenne	Chateau-Gontier-sur-Mayenne,Château-Gontier-sur-Mayenne		FR	52	53	531	53062	16858	Europe/Paris
6449658	Châtelain	chatelain	Chatelain,Châtelain		FR	52	53	531	53063	479	Europe/Paris
6449659	Châtillon-sur-Colmont	chatillon-sur-colmont	Chatillon-sur-Colmont,Châtillon-sur-Colmont,Shatijon sir Kolmon,Shatijon-sjur-Kol'mon,ke er meng he pan sha di long,Шатијон сир Колмон,Шатійон-сюр-Кольмон,科尔蒙河畔沙蒂隆		FR	52	53	533	53064	1046	Europe/Paris
6449661	Chemazé	chemaze	Chemaze,Chemazé,Shemaze,xie ma ze,Шемазе,谢马泽		FR	52	53	531	53066	1364	Europe/Paris
6449662	Chevaigné-du-Maine	chevaigne-du-maine	Chevaigne-du-Maine,Chevaigné-du-Maine,Shevane di Men,Sheven'e-dju-Men,xie wei nie di man,Шевање ди Мен,Шевеньє-дю-Мен,谢韦涅迪曼		FR	52	53	533	53069	175	Europe/Paris
6449663	Colombiers-du-Plessis	colombiers-du-plessis			FR	52	53	533	53071	482	Europe/Paris
6449664	Commer	commer	Commer,Komer,Komme,ke mei,Комер,Комме,科梅		FR	52	53	533	53072	1204	Europe/Paris
6449665	Congrier	congrier			FR	52	53	531	53073	904	Europe/Paris
6449666	Contest	contest	Contest,Konte,Kontest,Конте,Контест		FR	52	53	533	53074	851	Europe/Paris
6449667	Cosmes	cosmes	Cosmes,Kosm,ke si mei,Косм,科斯梅		FR	52	53	531	53075	287	Europe/Paris
6449668	Cossé-en-Champagne	cosse-en-champagne	Kosse-an-Shampan',shang pa ni de qu ke sai,Коссе-ан-Шампань,尚帕尼地区科塞		FR	52	53	531	53076	315	Europe/Paris
6449669	Cossé-le-Vivien	cosse-le-vivien	Cosse-le-Vivien,Cossé-le-Vivien		FR	52	53	531	53077	3098	Europe/Paris
6449670	Courbeveille	courbeveille	Courbeveille,Kurbvej,ku er bo wei er,Курбвей,库尔伯韦尔		FR	52	53	531	53082	640	Europe/Paris
6449671	Courcité	courcite	Courcite,Courcité,Kursite,ku er xi tai,Курсите,Курсіте,库尔西泰		FR	52	53	533	53083	902	Europe/Paris
6449672	Crennes-sur-Fraubée	crennes-sur-fraubee	Crennes-sur-Fraubee,Crennes-sur-Fraubée,Kren sir Frobe,Krenn-sjur-Frobe,fu luo bei ai he pan ke lei nei,Крен сир Фробе,Кренн-сюр-Фробе,弗罗贝埃河畔克雷内		FR	52	53	533	53085	193	Europe/Paris
6449674	Denazé	denaze	Denaze,Denazé,de na ze,Деназе,德纳泽		FR	52	53	531	53090	158	Europe/Paris
6449675	Désertines	desertines	Desertines,Dezertin,Désertines,dai sai er di nei,dezerutinu,Дезертін,デゼルティーヌ,代塞尔蒂内		FR	52	53	533	53091	484	Europe/Paris
6449677	Entrammes	entrammes	Antramm,Inter Amnes,ang te la mei,Антрамм,昂特拉梅		FR	52	53	532	53094	2249	Europe/Paris
6449678	Ernée	ernee	Ernee,Ernée		FR	52	53	533	53096	5731	Europe/Paris
6449679	Évron	evron	Evron,ai fu long,Évron,Еврон,埃夫龙		FR	52	53	533	53097	8757	Europe/Paris
6449680	Fontaine-Couverte	fontaine-couverte	Fontaine-Couverte		FR	52	53	531	53098	439	Europe/Paris
6449681	Allamps	allamps	Alan,Allam,Allamps,a lang pu,alamps,Алан,Аллам,الامپس,阿朗普		FR	44	54	544	54010	516	Europe/Paris
6449682	Allondrelle-la-Malmaison	allondrelle-la-malmaison	Allondrel'-la-Mal'mezon,Allondrelle-la-Malmaison,Alondrel la Malmezon,a long de lei er la ma er mai song,alwndryly-la-malmzwn,Аллондрель-ла-Мальмезон,Алондрел ла Малмезон,الوندریلی-لا-مالمزون,阿隆德雷尔拉马尔迈松		FR	44	54	541	54011	644	Europe/Paris
6449684	Ancerviller	ancerviller	Ancerviller,Anserville,Anserviller,Onservije,ang sai er wei lai,ansrwyl,Ансервилле,Ансервиллер,Ансервілле,Онсервије,انسرویل,昂塞尔维莱		FR	44	54	542	54014	276	Europe/Paris
6449685	Anderny	anderny	Anderni,Onderni,andrny,ang dai er ni,Андерни,Андерні,Ондерни,اندرنی,昂代尔尼		FR	44	54	541	54015	254	Europe/Paris
6449686	Andilly	andilly	Andii,Andiji,ang di li,Андии,Андийи,Андији,Андії,昂迪利		FR	44	54	544	54016	284	Europe/Paris
6449687	Angomont	angomont	Angomon,Angomont,Ongamon,ang ge meng,Ангомон,Онгамон,昂戈蒙		FR	44	54	542	54017	80	Europe/Paris
6449688	Anoux	anoux	Anoux		FR	44	54	541	54018	260	Europe/Paris
6449689	Ansauville	ansauville	Ansauville,Ansovil',Onsovij,ang suo wei er,Ансовиль,Ансовіль,Онсовиј,昂索维尔		FR	44	54	544	54019	84	Europe/Paris
6449690	Anthelupt	anthelupt	Antelju,Anthelupt,Antlju,Ontlipt,ang tai lu pu,Антелю,Антлю,Онтлипт,昂泰吕普		FR	44	54	542	54020	458	Europe/Paris
6449691	Armaucourt	armaucourt	Armokur,a er mo ku er,Армокур,阿尔莫库尔		FR	44	54	543	54021	219	Europe/Paris
6449692	Arnaville	arnaville	Arnavil,Arnavil',Arnaville,a er na wei er,Арнавил,Арнавиль,Арнавіль,阿尔纳维尔		FR	44	54	544	54022	564	Europe/Paris
6449693	Arracourt	arracourt	Arakur,Arracourt,Arrakur,a er la ku er,Аракур,Арракур,阿尔拉库尔		FR	44	54	542	54023	247	Europe/Paris
6449694	Arraye-et-Han	arraye-et-han	Araj et An,Arre-e-An,Arrej-eht-An,a er lai ai he ang,Арај ет Ан,Арре-е-Ан,Аррей-эт-Ан,阿尔赖埃和昂		FR	44	54	543	54024	355	Europe/Paris
6449695	Art-sur-Meurthe	art-sur-meurthe	Ar sir Mert,Ar-sjur-Mert,Ar-sjur-Mjort,Art-sur-Meurthe,mo er te he pan a er,Ар сир Мерт,Ар-сюр-Мерт,Ар-сюр-Мёрт,默尔特河畔阿尔		FR	44	54	543	54025	1403	Europe/Paris
6449696	Athienville	athienville	Athienville		FR	44	54	542	54026	178	Europe/Paris
6449697	Atton	atton	Aton,Atton,a tong,Атон,Аттон,阿通		FR	44	54	543	54027	813	Europe/Paris
6449698	Auboué	auboue	Auboue,Auboué,Obue,Obueh,ao bu ai,Обуе,Обуэ,奥布埃		FR	44	54	541	54028	2506	Europe/Paris
6449699	Audun-le-Roman	audun-le-roman	Oden le Roman,Oden-le-Roman,Odjon-le-Roman,ao dan lai luo mang,Оден ле Роман,Оден-ле-Роман,Одён-ле-Роман,奥丹莱罗芒		FR	44	54	541	54029	2462	Europe/Paris
6449701	Autreville-sur-Moselle	autreville-sur-moselle	Autreville-sur-Moselle		FR	44	54	543	54031	277	Europe/Paris
6449703	Avril	avril	Avril,Avril',a fu li,Аврил,Авриль,阿夫里		FR	44	54	541	54036	1118	Europe/Paris
6449704	Azelot	azelot	Azelot		FR	44	54	543	54037	423	Europe/Paris
6449705	Azerailles	azerailles	Azerailles,Azeraj,Azraj,a ze la ye,Азерай,Азрай,Азрај,阿澤拉耶		FR	44	54	542	54038	782	Europe/Paris
6449706	Baccarat	baccarat	Baccarat,Bakara,Bakkara,ba ka la,bakara,Бакара,Баккара,バカラ,巴卡拉		FR	44	54	542	54039	4435	Europe/Paris
6449707	Bagneux	bagneux	Bagneux,Ban'e,Ban'jo,Bano,ba gai yu,Банье,Баньё,Баньє,Бањо,巴盖于		FR	44	54	544	54041	160	Europe/Paris
6449708	Bainville-aux-Miroirs	bainville-aux-miroirs	Bainville-aux-Miroirs,Benvil o Miroa,Benvil'-o-Miruar,ban wei er ao mi lu wa er,Бенвил о Мироа,Бенвиль-о-Мируар,Бенвіль-о-Міруар,班维尔奥米鲁瓦尔		FR	44	54	543	54042	320	Europe/Paris
6449709	Bainville-sur-Madon	bainville-sur-madon	Bainville-sur-Madon,Benvil sir Madon,Benvil'-sjur-Madon,ma dong he pan ban wei er,Бенвил сир Мадон,Бенвиль-сюр-Мадон,Бенвіль-сюр-Мадон,马东河畔班维尔		FR	44	54	543	54043	1400	Europe/Paris
6449710	Barbas	barbas	Barba,Barbas,ba er ba,Барба,巴尔巴		FR	44	54	542	54044	189	Europe/Paris
6449711	Barbonville	barbonville	Barbonvil,Barbonvil',Barbonville,ba er bang wei er,Барбонвил,Барбонвиль,Барбонвіль,巴尔邦维尔		FR	44	54	542	54045	439	Europe/Paris
6449712	Barisey-au-Plain	barisey-au-plain			FR	44	54	544	54046	400	Europe/Paris
6449713	Barisey-la-Côte	barisey-la-cote	Barisey-la-Cote,Barisey-la-Côte,Barize la Kot,Barize-la-Kot,ba li sai la ke te,Баризе ла Кот,Баризе-ла-Кот,巴里塞拉科特		FR	44	54	544	54047	223	Europe/Paris
6449714	Baslieux	baslieux	Bal'e,Bal'jo,Balije,Baslieux,ba si li e,Балије,Балье,Бальё,Бальє,巴斯利厄		FR	44	54	541	54049	603	Europe/Paris
6449715	Bathelémont	bathelemont	Bathelemont,Bathelémont		FR	44	54	542	54050	64	Europe/Paris
6449716	Batilly	batilly	Batii,Batiji,Batilly,ba di li,Батии,Батийи,Батији,Батії,巴蒂利		FR	44	54	541	54051	1261	Europe/Paris
6449717	Battigny	battigny	Batini,Battigny,Battin'i,ba di ni,Батињи,Баттиньи,Баттіньї,巴蒂尼		FR	44	54	544	54052	137	Europe/Paris
6449718	Bayonville-sur-Mad	bayonville-sur-mad	Bajonvil sir Mad,Bajonvil'-sjur-Ma,Bajonvil'-sjur-Mad,ma he pan ba yong wei er,Байонвиль-сюр-Ма,Байонвиль-сюр-Мад,Байонвіль-сюр-Мад,Бајонвил сир Мад,马河畔巴永维尔		FR	44	54	544	54055	302	Europe/Paris
6449719	Beaumont	beaumont	Bomon,bo meng,Бомон,博蒙		FR	44	54	544	54057	71	Europe/Paris
6449721	Belleau	belleau	Belleau,Bello,Belo,bei luo,Белло,Бело,贝洛		FR	44	54	543	54059	741	Europe/Paris
6449722	Bénaménil	benamenil	Benamenij,Benamenil,Benamenil',bei na mei ni,Бенамений,Бенаменил,Бенамениль,Бенаменій,贝纳梅尼		FR	44	54	542	54061	580	Europe/Paris
6449723	Benney	benney	Bene,Benne,bo nei,Бене,Бенне,伯内		FR	44	54	543	54062	644	Europe/Paris
6449724	Bernécourt	bernecourt	Bernekur,bei er nei ku er,Бернекур,贝尔内库尔		FR	44	54	544	54063	183	Europe/Paris
6449726	Bertrichamps	bertrichamps	Bertrichamps		FR	44	54	542	54065	1091	Europe/Paris
6449727	Bettainvillers	bettainvillers	Bettainvillers,Bettenville,Bettenviller,Vetenvile,bei tan wei lai er,Беттенвилле,Беттенвиллер,Беттенвілле,Ветенвиле,贝坦维莱尔		FR	44	54	541	54066	374	Europe/Paris
6449728	Beuveille	beuveille	Bevej,Bevij,Bjovej,bo wei er,Бевей,Бевиј,Бёвей,伯韦尔		FR	44	54	541	54067	766	Europe/Paris
6449729	Beuvezin	beuvezin	Bevezen,Bevzen,Bjovzen,bo wei zan,Бевезен,Бевзен,Бёвзен,伯韦赞		FR	44	54	544	54068	97	Europe/Paris
6449730	Beuvillers	beuvillers	Beuvillers,Beviler,Beville,Bjoviller,bo wei lai er,Бевилер,Бевилле,Бевілле,Бёвиллер,伯维莱尔		FR	44	54	541	54069	411	Europe/Paris
6449731	Bey-sur-Seille	bey-sur-seille	Be sir Sej,Be-sjur-Sej,Bej-sjur-Sej,Bey-sur-Seille,sai er he pan bei,Бе сир Сеј,Бе-сюр-Сей,Бей-сюр-Сей,塞尔河畔贝		FR	44	54	543	54070	165	Europe/Paris
6449732	Bezange-la-Grande	bezange-la-grande	Bezange-la-Grande,Bezanzh la Grand,Bezanzh-la-Grand,da bo cang ge,Безанж ла Гранд,Безанж-ла-Гранд,大伯藏格		FR	44	54	542	54071	160	Europe/Paris
6449733	Bezaumont	bezaumont	Bezaumont,Bezomon,bo zuo meng,Безомон,伯佐蒙		FR	44	54	543	54072	257	Europe/Paris
6449734	Bicqueley	bicqueley	Bicqueley,Bikele,Bikle,bi ke lai,Бикеле,Бикле,Бікеле,比克莱		FR	44	54	544	54073	894	Europe/Paris
6449735	Bienville-la-Petite	bienville-la-petite	Bienville-la-Petite		FR	44	54	542	54074	33	Europe/Paris
6449736	Blainville-sur-l'Eau	blainville-sur-l-eau	Blainville-sur-l'Eau		FR	44	54	542	54076	3985	Europe/Paris
6449737	Blâmont	blamont	Blamont,Blâmont		FR	44	54	542	54077	1081	Europe/Paris
6449739	Blénod-lès-Pont-à-Mousson	blenod-les-pont-a-mousson	Bleno le Pont a Muson,Bleno-le-Pont-a-Musson,Blenod-les-Pont-a-Mousson,Blénod-lès-Pont-à-Mousson,bu lai nuo lai si-peng te-a mu song,Блено ле Понт а Мусон,Блено-ле-Понт-а-Муссон,布莱诺莱斯-蓬特-阿穆松		FR	44	54	543	54079	4603	Europe/Paris
6449740	Blénod-lès-Toul	blenod-les-toul	Bleno le Tul,Bleno-le-Tul',Blenod-les-Toul,Blénod-lès-Toul,bu lai nuo lai tu,Блено ле Тул,Блено-ле-Туль,布莱诺莱图		FR	44	54	544	54080	1095	Europe/Paris
6449741	Boismont	boismont	Boamon,Buamon,bu wa si meng,Боамон,Буамон,布瓦斯蒙		FR	44	54	541	54081	411	Europe/Paris
6449742	Bonviller	bonviller	Bonvil',Bonvile,Bonviller,bang wei lai,Бонвиле,Бонвиллер,Бонвиль,Бонвіль,邦维莱		FR	44	54	542	54083	185	Europe/Paris
6449743	Mont-Bonvillers	mont-bonvillers	Mon-Bonville,Mon-Bonviller,meng bang wei lai er,Мон-Бонвилле,Мон-Бонвиллер,Мон-Бонвілле,蒙邦维莱尔		FR	44	54	541	54084	949	Europe/Paris
6449744	Borville	borville	Borvil',Borvile,Borville,Борвиле,Борвиль,Борвіль		FR	44	54	542	54085	102	Europe/Paris
6449745	Boucq	boucq			FR	44	54	544	54086	357	Europe/Paris
6449746	Bouillonville	bouillonville	Bujonvil,Bujonvil',bu yi long wei er,Буйонвиль,Буйонвіль,Бујонвил,布伊隆维尔		FR	44	54	544	54087	151	Europe/Paris
6449747	Bouvron	bouvron	Bouvron,Buvron,bu fu long,Буврон,布夫龙		FR	44	54	544	54088	247	Europe/Paris
6449748	Bouxières-aux-Chênes	bouxieres-aux-chenes	Bouxieres-aux-Chenes,Bouxières-aux-Chênes		FR	44	54	543	54089	1423	Europe/Paris
6449749	Bouxières-aux-Dames	bouxieres-aux-dames			FR	44	54	543	54090	4223	Europe/Paris
6449750	Bouxières-sous-Froidmont	bouxieres-sous-froidmont	Bouxieres-sous-Froidmont,Bouxières-sous-Froidmont,Buks'er-su-Fruadmon,Buks'er-su-Fruamon,Buksjer su Froadmon,bu ke xi ai su fu lu wa de meng,Буксьер-су-Фруадмон,Буксьер-су-Фруамон,Буксьєр-су-Фруадмон,Буксјер су Фроадмон,布克西埃苏弗鲁瓦德蒙		FR	44	54	543	54091	350	Europe/Paris
6449751	Bralleville	bralleville	Bral'vil',Bralvil,bu la lei wei er,Бралвил,Бральвиль,Бральвіль,布拉勒维尔		FR	44	54	543	54094	175	Europe/Paris
6449752	Bratte	bratte	Bratte		FR	44	54	543	54095	43	Europe/Paris
6449753	Bréhain-la-Ville	brehain-la-ville	Breehn-la-Vil',Breen-la-Vil',Brehain-la-Ville,Bren la Vil,Bréhain-la-Ville,bu lei an la wei er,Бреен-ла-Виль,Бреен-ла-Віль,Брен ла Вил,Бреэн-ла-Виль,布雷安拉维尔		FR	44	54	541	54096	383	Europe/Paris
6449754	Bréménil	bremenil	Bremenij,Bremenil,Bremenil',Bréménil,bu lei mei ni,Бремений,Бременил,Бремениль,Бременій,布雷梅尼		FR	44	54	542	54097	109	Europe/Paris
6449755	Brémoncourt	bremoncourt	Bremoncourt,Bremonkur,Brémoncourt,bu lei meng ku er,Бремонкур,布雷蒙库尔		FR	44	54	542	54098	165	Europe/Paris
6449756	Andernay	andernay	Andernay,Anderne,Ondernej,andrnay,ang dai er nai,Андерне,Ондернеј,اندرنای,昂代尔奈		FR	44	55	551	55011	254	Europe/Paris
6449757	Apremont-la-Forêt	apremont-la-foret	Apremon-la-Fore,Apremont-la-Foret,Apremont-la-Forêt,Aprmon la Fore,a pu lei meng la fu lei,Апремон-ла-Форе,Апрмон ла Форе,阿普雷蒙拉福雷		FR	44	55	552	55012	398	Europe/Paris
6449758	Aubréville	aubreville	Aubreville,Aubréville,Obrevij,Obrevil',ao bu lei wei er,Обревиль,Обревиј,Обревіль,奥布雷维尔		FR	44	55	553	55014	382	Europe/Paris
6449759	Aulnois-en-Perthois	aulnois-en-perthois	Ol'nua-an-Pertua,Olnoaz an Pertoa,pei er tu wa de qu ao er nu wa,Олноаз ан Пертоа,Ольнуа-ан-Пертуа,佩尔图瓦地区奥尔努瓦		FR	44	55	551	55015	511	Europe/Paris
6449761	Avillers-Sainte-Croix	avillers-sainte-croix	Avillers-Sainte-Croix		FR	44	55	553	55021	60	Europe/Paris
6449762	Avioth	avioth	Avio,Avjot,Авио,Авйот		FR	44	55	553	55022	142	Europe/Paris
6449763	Avocourt	avocourt	Avokur,a wo ku er,Авокур,阿沃库尔		FR	44	55	553	55023	110	Europe/Paris
6449764	Azannes-et-Soumazannes	azannes-et-soumazannes	Azan e Sumazan,Azann-e-Sumazann,Azannes-et-Soumazannes,a zha nei he su ma zha nei,Азан е Сумазан,Азанн-е-Сумазанн,阿扎内和苏马扎内		FR	44	55	553	55024	166	Europe/Paris
6449765	Baâlon	baalon	Baalon,Balon,ba a long,Баалон,Балон,巴阿隆		FR	44	55	553	55025	300	Europe/Paris
6449766	Bannoncourt	bannoncourt	Bannoncourt		FR	44	55	552	55027	153	Europe/Paris
6449767	Bantheville	bantheville	Bantevil',Bantheville,Bantvil,bang te wei er,Бантвил,Бантевиль,Бантевіль,邦特维尔		FR	44	55	553	55028	122	Europe/Paris
6449768	Bar-le-Duc	bar-le-duc	Bar-le-Duc		FR	44	55	551	55029	15221	Europe/Paris
6449770	Baudonvilliers	baudonvilliers			FR	44	55	551	55031	383	Europe/Paris
6449771	Baudrémont	baudremont	Baudremont,Baudrémont		FR	44	55	552	55032	52	Europe/Paris
6449773	Bazeilles-sur-Othain	bazeilles-sur-othain	Bazeilles-sur-Othain,Bazej sir Oten,Bazej-sjur-Oten,ao tan he pan ba er ze lai,Базей-сюр-Отен,Базеј сир Отен,奥坦河畔巴尔泽莱		FR	44	55	553	55034	117	Europe/Paris
6449774	Bazincourt-sur-Saulx	bazincourt-sur-saulx	Bazenkur sir So,Bazenkur-sjur-So,Bazincourt-sur-Saulx,suo er he pan ba er zan ku er,Базенкур сир Со,Базенкур-сюр-Со,索尔河畔巴尔赞库尔		FR	44	55	551	55035	147	Europe/Paris
6449775	Beauclair	beauclair	Beauclair,Bokler,bo ke lai,Боклер,博克莱		FR	44	55	553	55036	91	Europe/Paris
6449776	Beaufort-en-Argonne	beaufort-en-argonne	Beaufort-en-Argonne,Bofor-an-Argonn,Bofort an Ergon,a ge ne de qu bo fu er,Бофор-ан-Аргонн,Бофорт ан Ергон,阿戈讷地区博福尔		FR	44	55	553	55037	144	Europe/Paris
6449777	Beaulieu-en-Argonne	beaulieu-en-argonne	Beaulieu-en-Argonne,Bellus Locus,Bol'e-an-Argonn,Bolije an Argon,a ge ne de qu bo li e,Болије ан Аргон,Болье-ан-Аргонн,Больє-ан-Аргонн,阿戈讷地区博利厄		FR	44	55	551	55038	35	Europe/Paris
6449778	Behonne	behonne	Behonne		FR	44	55	551	55041	618	Europe/Paris
6449779	Belleray	belleray	Belleray		FR	44	55	553	55042	496	Europe/Paris
6449895	Aspach	aspach	Aspach		FR	44	57	575	57034	33	Europe/Paris
6449780	Belleville-sur-Meuse	belleville-sur-meuse	Bel'vil'-sjur-Mez,Belleville-sur-Meuse,Belvil sir Mez,mo si he pan bei lei wei er,Белвил сир Мез,Бельвиль-сюр-Мез,Бельвіль-сюр-Мез,默斯河畔贝勒维尔		FR	44	55	553	55043	3092	Europe/Paris
6449781	Belrupt-en-Verdunois	belrupt-en-verdunois	Bel'rju-an-Verdjunua,Belrit an Verdenoa,Belrupt-en-Verdunois,Berju-an-Verdjunua,wei er dan wa de qu bei er lu pu,Белрит ан Верденоа,Бельрю-ан-Вердюнуа,Берю-ан-Вердюнуа,韦尔丹瓦地区贝尔吕普		FR	44	55	553	55045	576	Europe/Paris
6449782	Beney-en-Woëvre	beney-en-woevre	Beney-en-Woevre,Beney-en-Woëvre		FR	44	55	552	55046	133	Europe/Paris
6449783	Béthelainville	bethelainville	Bethelainville,Béthelainville		FR	44	55	553	55047	176	Europe/Paris
6449784	Béthincourt	bethincourt	Bethincourt,Béthincourt		FR	44	55	553	55048	36	Europe/Paris
6449785	Beurey-sur-Saulx	beurey-sur-saulx	Bere sir So,Bere-sjur-So,Beurey-sur-Saulx,suo er he pan bo lei,Бере сир Со,Бере-сюр-Со,索尔河畔伯雷		FR	44	55	551	55049	412	Europe/Paris
6449786	Biencourt-sur-Orge	biencourt-sur-orge	Biencourt-sur-Orge		FR	44	55	551	55051	122	Europe/Paris
6449787	Billy-sous-Mangiennes	billy-sous-mangiennes	Bii-su-Manzh'enn,Bii-su-Manzhenn,Biji su Manzhijen,Billy-sous-Mangiennes,bi li su mang bi ye nei,Бии-су-Манжьенн,Бији су Манжијен,Бії-су-Манжєнн,比利苏芒比耶内		FR	44	55	553	55053	374	Europe/Paris
6449788	Bislée	bislee	Bislee,Bislée		FR	44	55	552	55054	61	Europe/Paris
6449789	Blanzée	blanzee	Blanzee,Blanzée		FR	44	55	553	55055	17	Europe/Paris
6449790	Boinville-en-Woëvre	boinville-en-woevre	Boinville-en-Woevre,Boinville-en-Woëvre		FR	44	55	553	55057	70	Europe/Paris
6449791	Boncourt-sur-Meuse	boncourt-sur-meuse	Boncourt-sur-Meuse,Bonkur sir Mez,Bonkur-sjur-Mez,mo si he pan bang ku er,Бонкур сир Мез,Бонкур-сюр-Мез,默斯河畔邦库尔		FR	44	55	552	55058	329	Europe/Paris
6449792	Bonnet	bonnet	Bone,Bonne,Bonnet,Боне,Бонне		FR	44	55	552	55059	205	Europe/Paris
6449793	Bouconville-sur-Madt	bouconville-sur-madt	Bouconville-sur-Madt,Bukonvil sir Mat,Bukonvil'-sjur-Mad,ma de he pan bu kong wei er,Буконвил сир Мат,Буконвиль-сюр-Мад,Буконвіль-сюр-Мад,马德河畔布孔维尔		FR	44	55	552	55062	111	Europe/Paris
6449794	Bouligny	bouligny	Bouligny,Bulin'i,Bulini,bu li ni,Булиньи,Булињи,Буліньї,布利尼		FR	44	55	553	55063	2605	Europe/Paris
6449795	Bouquemont	bouquemont	Bouquemont		FR	44	55	552	55064	113	Europe/Paris
6449796	Boureuilles	boureuilles	Boureuilles,Burej,bu lei yi lai,Бурей,Буреј,布勒伊莱		FR	44	55	553	55065	119	Europe/Paris
6449797	Bovée-sur-Barboure	bovee-sur-barboure	Bove sir Barbur,Bove-sjur-Barbur,ba er bu er he pan bo wei ai,Бове сир Барбур,Бове-сюр-Барбур,巴尔布尔河畔博韦埃		FR	44	55	552	55066	150	Europe/Paris
6449798	Boviolles	boviolles	Boviolles		FR	44	55	552	55067	95	Europe/Paris
6449799	Brabant-en-Argonne	brabant-en-argonne	Brabant-en-Argonne		FR	44	55	553	55068	105	Europe/Paris
6449800	Brabant-le-Roi	brabant-le-roi	Brabant-le-Roi		FR	44	55	551	55069	232	Europe/Paris
6449801	Brabant-sur-Meuse	brabant-sur-meuse	Brabant-sur-Meuse		FR	44	55	553	55070	125	Europe/Paris
6449802	Brandeville	brandeville			FR	44	55	553	55071	186	Europe/Paris
6449803	Braquis	braquis	Braquis		FR	44	55	553	55072	124	Europe/Paris
6449804	Bras-sur-Meuse	bras-sur-meuse	Bras-sur-Meuse		FR	44	55	553	55073	705	Europe/Paris
6449806	Bréhéville	breheville	Breheville,Bréhéville		FR	44	55	553	55076	173	Europe/Paris
6449807	Breux	breux	Breux		FR	44	55	553	55077	257	Europe/Paris
6449808	Brieulles-sur-Meuse	brieulles-sur-meuse	Briel'-sjur-Mez,Brijel sir Mez,mo si he pan bu li ye yu lai,Бриель-сюр-Мез,Бријел сир Мез,Брієль-сюр-Мез,默斯河畔布里耶于莱		FR	44	55	553	55078	325	Europe/Paris
6449809	Brillon-en-Barrois	brillon-en-barrois	Brillon-en-Barrois		FR	44	55	551	55079	659	Europe/Paris
6449810	Brixey-aux-Chanoines	brixey-aux-chanoines	Brixey-aux-Chanoines		FR	44	55	552	55080	85	Europe/Paris
6449811	Brizeaux	brizeaux	Brizeaux		FR	44	55	551	55081	58	Europe/Paris
6449812	Brocourt-en-Argonne	brocourt-en-argonne			FR	44	55	553	55082	47	Europe/Paris
6449813	Brouennes	brouennes	Brouennes,Bruan,Bruenn,bu lu ai nei,Бруан,Бруенн,布鲁埃内		FR	44	55	553	55083	148	Europe/Paris
6449814	Broussey-en-Blois	broussey-en-blois	Broussey-en-Blois,Brusej an Bloa,Brusse-an-Blua,bu lu wa de qu bu lu sai,Брусеј ан Блоа,Бруссе-ан-Блуа,布卢瓦地区布鲁塞		FR	44	55	552	55084	57	Europe/Paris
6449815	Burey-en-Vaux	burey-en-vaux	Burey-en-Vaux		FR	44	55	552	55088	155	Europe/Paris
6449816	Burey-la-Côte	burey-la-cote	Bire la Kot,Bjure-la-Kot,bi lei la ke te,Бире ла Кот,Бюре-ла-Кот,比雷拉科特		FR	44	55	552	55089	88	Europe/Paris
6449817	Buxières-sous-les-Côtes	buxieres-sous-les-cotes	Biksjer su le Kot,Bjuks'er-su-le-Kot,Buxieres-sous-les-Cotes,Buxières-sous-les-Côtes,bi ke xi ai su si-lai ke tai,Биксјер су ле Кот,Бюксьер-су-ле-Кот,Бюксьєр-су-ле-Кот,比克西埃苏斯-莱科泰		FR	44	55	552	55093	287	Europe/Paris
6449818	Cesse	cesse	Cesse,Ses,Sess,Сес,Сесс		FR	44	55	553	55095	119	Europe/Paris
6449819	Chaillon	chaillon	Chaillon		FR	44	55	552	55096	111	Europe/Paris
6449820	Chalaines	chalaines	Chalaines,Shalen,sha lai nei,Шален,沙莱内		FR	44	55	552	55097	323	Europe/Paris
6449821	Baud	baud	Baod,Baud,Bo,bo zhen,Бо,博镇		FR	53	56	562	56010	6264	Europe/Paris
6449822	Béganne	beganne			FR	53	56	563	56011	1399	Europe/Paris
6449823	Belz	belz	Bel'z,Belz,bei er,Белз,Бельз,贝尔		FR	53	56	561	56013	3725	Europe/Paris
6449825	Berric	berric	Berric		FR	53	56	563	56015	1843	Europe/Paris
6449826	Bignan	bignan	Bignan		FR	53	56	562	56017	2787	Europe/Paris
6449827	Billiers	billiers			FR	53	56	563	56018	946	Europe/Paris
6449828	Billio	billio	Bijjo,Bilio,Biliou,Bilioù,Billio,bi li ao,Биййо,Билио,Біййо,比利奥		FR	53	56	562	56019	361	Europe/Paris
6449829	Bohal	bohal			FR	53	56	563	56020	816	Europe/Paris
6449830	Brandérion	branderion	Branderion,Brandérion		FR	53	56	561	56021	1409	Europe/Paris
6449831	Brandivy	brandivy	Brandevi,Brandivi,Brandivy,bu lang di wei,Брандиви,Брандіві,布朗迪维		FR	53	56	563	56022	1281	Europe/Paris
6449833	Brignac	brignac	Brennieg,Brignac,Brin'jak,Brinak,bu li ni ya ke,Бриньяк,Брињак,布里尼亚克		FR	53	56	562	56025	184	Europe/Paris
6449834	Bubry	bubry	Bubry		FR	53	56	561	56026	2382	Europe/Paris
6449835	Buléon	buleon	Bileon,Bjuleon,Buelion,Buleon,Buléon,bi lai weng,Билеон,Бюлеон,比莱翁		FR	53	56	562	56027	527	Europe/Paris
6449836	Caden	caden			FR	53	56	563	56028	1650	Europe/Paris
6449837	Calan	calan	Calan,Kalan,Kalann,ka lang,Калан,卡朗		FR	53	56	561	56029	1187	Europe/Paris
6449839	Campénéac	campeneac	Campeneac,Campénéac		FR	53	56	562	56032	1925	Europe/Paris
6449840	Carentoir	carentoir	Carentoir		FR	53	56	563	56033	3229	Europe/Paris
6449841	Caudan	caudan	Caudan		FR	53	56	561	56036	6784	Europe/Paris
6449842	Cléguérec	cleguerec			FR	53	56	562	56041	2945	Europe/Paris
6449843	Colpo	colpo	Colpo		FR	53	56	563	56042	2227	Europe/Paris
6449846	Crach	crach	Crac'h,Crach,Krach,Krak,Krash,Крак,Краш		FR	53	56	561	56046	3317	Europe/Paris
6449847	Crédin	credin	Credin,Crédin		FR	53	56	562	56047	1543	Europe/Paris
6449848	Croixanvec	croixanvec	Croixanvec,Kroaksanvek,Kroeshanveg,Kroeshañveg,Kruasanvek,ke lu wa ke sang wei ke,Кроаксанвек,Круасанвек,克鲁瓦克桑韦克		FR	53	56	562	56049	166	Europe/Paris
6449849	Cruguel	cruguel	Cruguel,Krigel,Krjugel',Krugell,ke lu gai,krwgl,Кригел,Крюгель,کروگل,克吕盖		FR	53	56	562	56051	646	Europe/Paris
6449850	Damgan	damgan	Damgan		FR	53	56	563	56052	1700	Europe/Paris
6449851	Erdeven	erdeven	Erdeven		FR	53	56	561	56054	3613	Europe/Paris
6449852	Évriguet	evriguet	Evrige,Evriged,Evriguet,ai fu li gai,Évriguet,Евриге,埃夫里盖		FR	53	56	562	56056	171	Europe/Paris
6449854	Gestel	gestel	Yestael,Zhestel,Zhestel',re si tai,Жестел,Жестель,热斯泰		FR	53	56	561	56063	2751	Europe/Paris
6449856	Gourhel	gourhel	Gourhael,Gourhel,Gurel,Gurel',Гурел,Гурель		FR	53	56	562	56065	692	Europe/Paris
6449857	Gourin	gourin	Gourin		FR	53	56	562	56066	3887	Europe/Paris
6449858	Guégon	guegon	Guegon,Guégon		FR	53	56	562	56070	2291	Europe/Paris
6449859	Guéhenno	guehenno	Guehenno,Guéhenno		FR	53	56	562	56071	794	Europe/Paris
6449860	Gueltas	gueltas	Gel'ta,Gueltas,Gweltaz,gai er ta,Гельта,盖尔塔		FR	53	56	562	56072	512	Europe/Paris
6449861	Guénin	guenin	Guenin,Guénin		FR	53	56	562	56074	1739	Europe/Paris
6449862	Guern	guern	Gern,Guern,Gwern,gai er en,Герн,盖尔恩		FR	53	56	562	56076	1325	Europe/Paris
6449863	Guillac	guillac	Gijak,Gilieg,Guillac,ji la ke,Гияк,Гіяк,吉拉克		FR	53	56	562	56079	1357	Europe/Paris
6449864	Guilliers	guilliers	Gil'e,Guilliers,Gwiler-Porchoed,ji li ye er,Гилье,Гільє,吉利耶尔		FR	53	56	562	56080	1327	Europe/Paris
6449866	Hennebont	hennebont			FR	53	56	561	56083	15620	Europe/Paris
6449867	Inguiniel	inguiniel	Inguiniel		FR	53	56	561	56089	2139	Europe/Paris
6449868	Josselin	josselin	Iosselina,Josilin,Josselin,Zhoslen,Zhosselen,josuran,ruo se lan,Жослен,Жосселен,ジョスラン,若瑟兰		FR	53	56	562	56091	2504	Europe/Paris
6449869	Kerfourn	kerfourn	Kerforn,Kerfourn,Kerfurn,kai er fu er en,Керфурн,凯尔富尔恩		FR	53	56	562	56092	848	Europe/Paris
6449870	Kervignac	kervignac			FR	53	56	561	56094	6578	Europe/Paris
6449871	Landaul	landaul	Landaul		FR	53	56	561	56096	2280	Europe/Paris
6449872	Landévant	landevant	Landevant,Landévant		FR	53	56	561	56097	3711	Europe/Paris
6449873	Lanester	lanester	Lanester		FR	53	56	561	56098	22399	Europe/Paris
6449874	Alaincourt-la-Côte	alaincourt-la-cote	Alaincourt-la-Cote,Alaincourt-la-Côte,Alenkur la Kot,Alenkur-la-Kot,a lan ku er la ke te,alaynkwrt-la-kwt,Аленкур ла Кот,Аленкур-ла-Кот,الاینکورت-لا-کوت,阿兰库尔拉科特		FR	44	57	575	57010	143	Europe/Paris
6449875	Albestroff	albestroff	Al'bestroff,Albestrof,Albestroff,a er bei si te luo,albstrwf,Албестроф,Альбестрофф,آلبستروف,阿尔贝斯特罗		FR	44	57	575	57011	630	Europe/Paris
6449876	Algrange	algrange	Algrange		FR	44	57	577	57012	6144	Europe/Paris
6449877	Alsting	alsting	Alsting		FR	44	57	573	57013	2573	Europe/Paris
6449878	Altrippe	altrippe	Al'tripp,Altrip,Altripe,Altrippe,Алтрипе,Альтрипп		FR	44	57	573	57014	387	Europe/Paris
6449879	Altviller	altviller	Altviller		FR	44	57	573	57015	586	Europe/Paris
6449880	Alzing	alzing	Al'zen,Alzing,Alzingen,a er zan,altsyng,Алзинг,Альзен,آلتسینگ,阿尔赞		FR	44	57	573	57016	397	Europe/Paris
6449881	Amanvillers	amanvillers			FR	44	57	579	57017	2176	Europe/Paris
6449882	Amnéville	amneville	Amneville,Amnéville		FR	44	57	579	57019	10443	Europe/Paris
6449883	Ancy-Dornot	ancy-dornot	Ancy-Dornot,Ansi sir Mozel,Ansi-sjur-Mozel',ansy-swr-mwzl,mo sai er he pan ang xi,Анси сир Мозел,Анси-сюр-Мозель,Ансі-сюр-Мозель,آنسی-سور-موزل,莫塞尔河畔昂西		FR	44	57	579	57021	1581	Europe/Paris
6449884	Angevillers	angevillers			FR	44	57	577	57022	1251	Europe/Paris
6449885	Antilly	antilly	Antii,Antiji,Antilly,ang di li,Антии,Антији,Антії,昂蒂利		FR	44	57	579	57024	167	Europe/Paris
6449886	Anzeling	anzeling	Anzelen,Anzelingen,Onzili,ang ze lan,antslyng,Анзелен,Онзили,آنتسلینگ,昂泽兰		FR	44	57	573	57025	513	Europe/Paris
6449887	Apach	apach	Apak,Apash,Opech,a pa ke,Апак,Апаш,阿帕克		FR	44	57	577	57026	1031	Europe/Paris
6449888	Arraincourt	arraincourt	Arenkur,Arrenkur,a er lan ku er,arnkwr,Аренкур,Арренкур,آرنکور,阿尔兰库尔		FR	44	57	573	57027	128	Europe/Paris
6449889	Argancy	argancy	Argancy		FR	44	57	579	57028	1351	Europe/Paris
6449890	Arriance	arriance	Arijans,Arr'jans,Arriance,Arrians,a er li ang ke,aryans,Аријанс,Аррианс,Аррьянс,Арріанс,آریانس,阿尔里昂克		FR	44	57	573	57029	210	Europe/Paris
6449891	Arry	arry	Ari,Arri,Arry,a er li,Ари,Арри,Аррі,阿尔里		FR	44	57	579	57030	545	Europe/Paris
6449892	Ars-Laquenexy	ars-laquenexy	Ars-Laquenexy		FR	44	57	579	57031	929	Europe/Paris
6449893	Ars-sur-Moselle	ars-sur-moselle	Ars-sur-Moselle		FR	44	57	579	57032	4685	Europe/Paris
6449894	Arzviller	arzviller	Arzvije,Arzviller,Arzweiler,a er ci wei lai,artswylr,Арзвиллер,Арзвије,Арзвіллер,آرتسویلر,阿尔兹维莱		FR	44	57	575	57033	539	Europe/Paris
6449896	Assenoncourt	assenoncourt	Asnonkur,Assenoncourt,Assenonkur,a sang weng ku er,asanwnkwr,Аснонкур,Ассенонкур,آسانونکور,阿桑翁库尔		FR	44	57	575	57035	115	Europe/Paris
6449898	Aube	aube	Aube,Ob,ao bu,Об,奥布		FR	44	57	579	57037	267	Europe/Paris
6449899	Audun-le-Tiche	audun-le-tiche	Audun-le-Tiche		FR	44	57	577	57038	6800	Europe/Paris
6449900	Augny	augny	Augny		FR	44	57	579	57039	1875	Europe/Paris
6449901	Aulnois-sur-Seille	aulnois-sur-seille	Ol'nua-sjur-Sej,Olnoa sir Sej,alnwa-swr-sy,sai er he pan ao er nu wa,Олноа сир Сеј,Ольнуа-сюр-Сей,النوا-سور-سی,塞尔河畔奥尔努瓦		FR	44	57	575	57040	278	Europe/Paris
6449904	Ay-sur-Moselle	ay-sur-moselle	Ay-sur-Moselle,E sir Mozel,E-sjur-Mozel',ay-swr-mwzl,mo sai er he pan ai,Е сир Мозел,Е-сюр-Мозель,ای-سور-موزل,莫塞尔河畔艾		FR	44	57	579	57043	1499	Europe/Paris
6449905	Azoudange	azoudange	Azoudange,Azudanzh,a zu dang ge,azwdanzh,Азуданж,آزودانژ,阿祖当格		FR	44	57	575	57044	115	Europe/Paris
6449906	Bacourt	bacourt	Bacourt,Bakur,ba ku er,Бакур,巴库尔		FR	44	57	575	57045	110	Europe/Paris
6449907	Baerenthal	baerenthal	Baerenthal		FR	44	57	576	57046	777	Europe/Paris
6449908	Bambiderstroff	bambiderstroff	Bambiderstrof,Bambiderstroff,Baumbiedersdorf,bang bi dai er si te luo,bmbydrstrwf,Бамбидерстроф,Бамбидерстрофф,Бамбідерстрофф,بمبیدرستروف,邦比代尔斯特罗		FR	44	57	573	57047	1047	Europe/Paris
6449909	Bannay	bannay	Bane,Bannay,Banne,Bannei,ba nai,Бане,Банне,Баннеи,巴奈		FR	44	57	573	57048	72	Europe/Paris
6449910	Le Ban-Saint-Martin	le-ban-saint-martin	Ban Sen Marten,Le Ban Saint-Martin,Le Ban-Saint-Martin,Le-Ban-Sen-Marten,lei bang sheng ma er tan,Бан Сен Мартен,Ле-Бан-Сен-Мартен,勒邦圣马尔坦		FR	44	57	579	57049	4340	Europe/Paris
6449911	Barchain	barchain	Barchain,Barshen,ba er shang,barshn,Баршен,بارشن,巴尔尚		FR	44	57	575	57050	110	Europe/Paris
6449912	Baronville	baronville	Baronvil,Baronvil',Baronville,ba long wei er,barwnwyl,Баронвил,Баронвиль,Баронвіль,بارونویل,巴龙维尔		FR	44	57	573	57051	368	Europe/Paris
6449913	Bassing	bassing	Basen,Bassen,Bassing,ba sang,basyng,Басен,Бассен,باسینگ,巴桑		FR	44	57	575	57053	121	Europe/Paris
6449914	Baudrecourt	baudrecourt	Baudrecourt,Bodrekur,Bodrkur,bo de lei ku er,Бодрекур,Бодркур,博德雷库尔		FR	44	57	575	57054	186	Europe/Paris
6449915	Bazoncourt	bazoncourt			FR	44	57	579	57055	542	Europe/Paris
6449916	Bébing	bebing	Beben,Bebing,Bébing,bbn,bei ban,Бебен,Бебинг,ببن,贝班		FR	44	57	575	57056	197	Europe/Paris
6449917	Béchy	bechy	Bechy,Beshi,Béchy,bei xi,bshy,Беши,Беші,بشی,贝希		FR	44	57	579	57057	641	Europe/Paris
6449918	Behren-lès-Forbach	behren-les-forbach	Behren,Behren-les-Forbach,Behren-lès-Forbach,Beran-le-Forbak,Beren le Forbakh,bo lang lai fu er ba ke,brn-lh-frbakh,Беран-ле-Форбак,Берен ле Форбах,برن-له-فرباخ,伯朗莱福尔巴克		FR	44	57	573	57058	6578	Europe/Paris
6449919	Bellange	bellange	Belanzh,Bellange,Bellanzh,bei lang ge,Беланж,Белланж,贝朗格		FR	44	57	575	57059	55	Europe/Paris
6449920	Béning-lès-Saint-Avold	bening-les-saint-avold	Benen-le-Sent-Avol'd,Bening le Sent Avol,Bening-les-Saint-Avold,Beningen,Béning-lès-Saint-Avold,bei nan lai sheng a wo er,bnn-lh-sn-awld,Бенен-ле-Сент-Авольд,Бенинг ле Сент Авол,بنن-له-سن-آولد,贝南莱圣阿沃尔		FR	44	57	573	57061	1136	Europe/Paris
6449921	Berg-sur-Moselle	berg-sur-moselle	Ber-sjur-Mozel',Berg an der Mosel,Berg sir Mozel,Berg-sur-Moselle,brg-swr-mwzl,mo sai er he pan bei er,Бер-сюр-Мозель,Берг сир Мозел,برگ-سور-موزل,莫塞尔河畔贝尔		FR	44	57	577	57062	430	Europe/Paris
6449922	Bérig-Vintrange	berig-vintrange			FR	44	57	573	57063	222	Europe/Paris
6449923	Berling	berling	Berlen,Berling,Berlingen,bei er lan,Берлен,贝尔兰		FR	44	57	575	57064	280	Europe/Paris
6449924	Bermering	bermering	Bermeren,Bermering,Bermeringen,bei er mo lan,brmryng,Бермерен,Бермеринг,برمرینگ,贝尔默兰		FR	44	57	575	57065	228	Europe/Paris
6449925	Berthelming	berthelming	Bertel'men,Berthelming,Berthelmingen,Bertkhelming,bei er tai er man,brtlmyng,Бертельмен,Бертхелминг,برتلمینگ,贝尔泰尔曼		FR	44	57	575	57066	508	Europe/Paris
6449926	Bertrange	bertrange	Bertrange		FR	44	57	577	57067	2727	Europe/Paris
6449927	Berviller-en-Moselle	berviller-en-moselle	Berviller-en-Moselle		FR	44	57	573	57069	478	Europe/Paris
6449928	Bettange	bettange	Betanzh,Bettange,Bettanzh,Bettingen,bei tang ge,btanzh,Бетанж,Беттанж,بتانژ,贝唐格		FR	44	57	573	57070	239	Europe/Paris
6449929	Bettborn	bettborn			FR	44	57	575	57071	409	Europe/Paris
6449930	Bettelainville	bettelainville	Bettelainville		FR	44	57	577	57072	628	Europe/Paris
6449931	Bettviller	bettviller			FR	44	57	576	57074	840	Europe/Paris
6449932	Beux	beux	Be,Beux,Bjo,bo zhen,Бе,Бё,伯镇		FR	44	57	579	57075	265	Europe/Paris
6449933	Beyren-lès-Sierck	beyren-les-sierck	Beiern,Bejran-le-S'erk,Beren le Sijerk,Beyren-les-Sierck,Beyren-lès-Sierck,bayrn-lh-zyrk,bei lang lai xie er,Бейран-ле-Сьерк,Бейран-ле-Сьєрк,Берен ле Сијерк,بایرن-له-زیرک,贝朗莱谢尔		FR	44	57	577	57076	527	Europe/Paris
6449934	Bezange-la-Petite	bezange-la-petite	Bezange-la-Petite,Bezanzh la Ptit,Bezanzh-la-Petit,Bezanzh-la-Ptit,bzanzh-la-pwtyt,xiao bo cang ge,Безанж ла Птит,Безанж-ла-Петит,Безанж-ла-Петіт,Безанж-ла-Птит,بزانژ-لا-پوتیت,小伯藏格		FR	44	57	575	57077	92	Europe/Paris
6449935	Bibiche	bibiche	Bibiche,Bibisch,Bibish,bi bi ke,bybysh,Бибиш,Бібіш,بیبیش,比比克		FR	44	57	573	57079	451	Europe/Paris
6449936	Bickenholtz	bickenholtz	Bickenholtz,Bickenholz,Bikenkholc,Bikkenol'c,bi kang ao er te,byknhlts,Бикенхолц,Биккенольц,Біккенольц,بیکنهلتس,比康奥尔特		FR	44	57	575	57080	80	Europe/Paris
6449937	Bidestroff	bidestroff	Bidestrof,Bidestroff,bi dai si te luo,bydstrwf,Бидестроф,Бидестрофф,Бідестрофф,بیدستروف,比代斯特罗		FR	44	57	575	57081	127	Europe/Paris
6449938	Biding	biding	Biden,Biding,Biedingen,bi dan,bydyng,Биден,Бидинг,Біден,بیدینگ,比丹		FR	44	57	573	57082	325	Europe/Paris
6449939	Bining	bining	Bining		FR	44	57	576	57083	1166	Europe/Paris
6450421	Baleix	baleix	Baleix		FR	75	64	643	64089	143	Europe/Paris
6449941	Bionville-sur-Nied	bionville-sur-nied	B'onvil'-sjur-N'e,Bingen an der Nied,Bionvil sir Nije,Bionville-sur-Nied,Bjonvil'-sjur-N'e,bywnwyl-swr-nyh,ni de he pan bi weng wei er,Бионвил сир Није,Бйонвиль-сюр-Нье,Бйонвіль-сюр-Ньє,Бьонвиль-сюр-Нье,بیونویل-سور-نیه,尼德河畔比翁维尔		FR	44	57	573	57085	382	Europe/Paris
6449942	Bisten-en-Lorraine	bisten-en-lorraine	Bistan an Loren,Bistan-an-Lorren,Bisten im Loch,Bisten-en-Lorraine,bystn-an-lwrn,luo er lan de qu bi si tang,Бистан ан Лорен,Бистан-ан-Лоррен,Бістан-ан-Лоррен,بیستن-آن-لورن,洛尔兰地区比斯唐		FR	44	57	573	57087	244	Europe/Paris
6449943	Bistroff	bistroff	Bischdorf,Bistrof,Bistroff,bi si te luo,bystrwf,Бистроф,Бистрофф,Бістрофф,بیستروف,比斯特罗		FR	44	57	573	57088	310	Europe/Paris
6449944	Blanche-Église	blanche-eglise	Blanche-Eglise,Blanche-Église,Blansh Egliz,Blansh-Egliz,Blansh-Ehgliz,bu lang ke ai ge li si,Бланш Еглиз,Бланш-Еглиз,Бланш-Егліз,Бланш-Эглиз,布朗克埃格利斯		FR	44	57	575	57090	115	Europe/Paris
6449945	Bliesbruck	bliesbruck	Bliesbruck		FR	44	57	576	57091	1010	Europe/Paris
6449946	Blies-Ébersing	blies-ebersing	Bli-Ebersen,Blies-Ebersing,Bliesebersingen,Blijez Ebersen,bly-abrsn,bu li ye ai bei er sang,Бли-Еберсен,Блијез Еберсен,Блі-Еберсен,بلی-ابرسن,布利耶埃贝尔桑		FR	44	57	576	57092	660	Europe/Paris
6449948	Boucheporn	boucheporn	Boucheporn,Buschborn,Bushpor,Bushporn,bu xie bo er en,bwshpwrn,Бушпор,Бушпорн,بوشپورن,布谢波尔恩		FR	44	57	573	57095	581	Europe/Paris
6449950	Bourgaltroff	bourgaltroff	Bourgaltroff,Burgal'troff,Burgaltrof,bu er jia er te luo,bwrgaltrwf,Бургалтроф,Бургальтрофф,بورگالتروف,布尔加尔特罗		FR	44	57	575	57098	250	Europe/Paris
6449951	Arleuf	arleuf	Arleuf		FR	27	58	581	58010	751	Europe/Paris
6449952	Armes	armes	Arm,Armes,Арм		FR	27	58	582	58011	291	Europe/Paris
6449953	Arquian	arquian	Ark'jan,Arkijan,Arkjan,Arquian,a er qu yi ang,Аркијан,Аркьян,Аркян,阿尔屈伊昂		FR	27	58	584	58012	586	Europe/Paris
6449954	Arthel	arthel	Arthel		FR	27	58	584	58013	95	Europe/Paris
6449955	Arzembouy	arzembouy	Arzambui,Arzambuj,Arzembouy,a er cang bu yi,Арзамбуи,Арзамбуї,Арзамбуј,阿尔藏布伊		FR	27	58	584	58014	69	Europe/Paris
6449956	Asnan	asnan	Asnan		FR	27	58	582	58015	127	Europe/Paris
6449957	Asnois	asnois	Anoa,Anua,Аноа,Ануа		FR	27	58	582	58016	151	Europe/Paris
6449958	Aunay-en-Bazois	aunay-en-bazois	Aunay-en-Bazois,One-an-Bazua,Onej an Bazoa,awny-an-bazwa,ba zu wa de qu ao nai,Оне-ан-Базуа,Онеј ан Базоа,اونی-آن-بازوا,اونے-آں-بازوا,巴祖瓦地区奥奈		FR	27	58	581	58017	229	Europe/Paris
6449959	Authiou	authiou	Otiju,Otiu,ao di wu,atyw,Отиу,Отију,Отіу,آتیو,اتیو,奥蒂乌		FR	27	58	582	58018	43	Europe/Paris
6449960	Avrée	avree	Avre,Avree,Avrée,a fu lei ai,Авре,阿夫雷埃		FR	27	58	581	58019	82	Europe/Paris
6449961	Avril-sur-Loire	avril-sur-loire	Avril na Loari,Avril'-sjur-Luar,Avril-sur-Loire,lu wa er he pan a fu li,Аврил на Лоари,Авриль-сюр-Луар,卢瓦尔河畔阿夫里		FR	27	58	583	58020	266	Europe/Paris
6449962	Azy-le-Vif	azy-le-vif	Azi le Vif,Azi-le-Vif,Azy-le-Vif,a qi lai wei,Ази ле Виф,Ази-ле-Виф,Азі-ле-Віф,阿齐莱维		FR	27	58	583	58021	207	Europe/Paris
6449964	Bazoches	bazoches	Bazoches,Bazosh,ba zuo xie,Базош,巴佐谢		FR	27	58	581	58023	176	Europe/Paris
6449965	Bazolles	bazolles	Bazolles		FR	27	58	583	58024	282	Europe/Paris
6449966	Béard	beard	Bear,Beard,Beardum,Béard,bei a er,Беар,贝阿尔		FR	27	58	583	58025	177	Europe/Paris
6449967	Beaumont-la-Ferrière	beaumont-la-ferriere	Beaumont-la-Ferriere,Beaumont-la-Ferrière,Bomon la Ferjer,Bomon-la-Ferr'er,Bomon-la-Ferrer,bo meng la fu er li ai,Бомон ла Ферјер,Бомон-ла-Феррьер,Бомон-ла-Феррєр,博蒙拉弗尔里埃		FR	27	58	584	58027	123	Europe/Paris
6449968	Beaumont-Sardolles	beaumont-sardolles	Beaumont-Sardolles,Bomon Sardol,Bomon-Sardol',bo meng sa er duo lai,Бомон Сардол,Бомон-Сардоль,博蒙萨尔多莱		FR	27	58	583	58028	118	Europe/Paris
6449969	Biches	biches	Biches		FR	27	58	581	58030	294	Europe/Paris
6449970	Billy-Chevannes	billy-chevannes	Bii-Shevann,Bili Shevan,Billy-Chevannes,bi li xie wa nei,Бии-Шеванн,Били Шеван,Бії-Шеванн,比利谢瓦内		FR	27	58	583	58031	324	Europe/Paris
6449971	Billy-sur-Oisy	billy-sur-oisy	Bii-sjur-Uazi,Bili sir Oazi,Billy-sur-Oisy,wa xi he pan bi li,Бии-сюр-Уази,Били сир Оази,Бії-сюр-Уазі,瓦西河畔比利		FR	27	58	582	58032	374	Europe/Paris
6449972	Bitry	bitry	Bitri,Bitry,bi te li,Битри,Бітрі,比特里		FR	27	58	584	58033	307	Europe/Paris
6449973	Blismes	blismes	Blim,bu li si mei,Блим,Блім,布利斯梅		FR	27	58	581	58034	179	Europe/Paris
6449974	Bona	bona	Boenaum,Bona,bo na,Бона,博纳		FR	27	58	583	58035	312	Europe/Paris
6449975	Brassy	brassy	Brasi,Brassi,Brassy,bu la xi,Браси,Брасси,Брассі,布拉西		FR	27	58	581	58037	621	Europe/Paris
6449976	Breugnon	breugnon	Bren'on,Brenon,Breugnon,bu lei ni weng,Бреньон,Брењон,布勒尼翁		FR	27	58	582	58038	174	Europe/Paris
6449977	Brèves	breves	Brev,bu lei wei,Брев,布雷韦		FR	27	58	582	58039	255	Europe/Paris
6449978	Brinay	brinay	Brinay,Brine,bu li nai,Брине,布里奈		FR	27	58	581	58040	147	Europe/Paris
6449979	Brinon-sur-Beuvron	brinon-sur-beuvron	Brinon sir Bevron,Brinon-sjur-Bevron,Brinon-sur-Beuvron,bo fu luo ne he pan bu li nong,Бринон сир Беврон,Бринон-сюр-Беврон,伯夫罗讷河畔布里农		FR	27	58	582	58041	186	Europe/Paris
6449980	Bulcy	bulcy	Bilsi,Bjul'si,Bulcy,bi er xi,Билси,Бюльси,Бюльсі,比尔西		FR	27	58	584	58042	132	Europe/Paris
6449981	Cercy-la-Tour	cercy-la-tour			FR	27	58	581	58046	1763	Europe/Paris
6449982	Cervon	cervon			FR	27	58	582	58047	649	Europe/Paris
6449983	Cessy-les-Bois	cessy-les-bois	Cessy-les-Bois,Sesi le Boa,Sessi-le-Bua,Sessiacum in Nemoribus,sen lin se xi,Сеси ле Боа,Сесси-ле-Буа,Сессі-ле-Буа,森林瑟西		FR	27	58	584	58048	97	Europe/Paris
6449984	Chalaux	chalaux	Chalaux		FR	27	58	581	58049	87	Europe/Paris
6449985	Challement	challement	Challement,Shal'man,Shalman,sha lai mang,Шалман,Шальман,沙莱芒		FR	27	58	582	58050	56	Europe/Paris
6453694	Ussel	ussel	Ussel		FR	84	15	153	15244	478	Europe/Paris
6449986	Challuy	challuy	Shalij,Shalljui,sha lu yi,Шалиј,Шаллюи,Шаллюї,沙吕伊		FR	27	58	583	58051	1543	Europe/Paris
6449987	Champallement	champallement	Champallement,Shampal'man,Shampalman,shang pa lai mang,Шампалман,Шампальман,尚帕莱芒		FR	27	58	582	58052	51	Europe/Paris
6449988	Champlemy	champlemy	Campus Lemetii,Champlemy,Shamplemi,Shanlemi,shang pu lai mi,Шамплеми,Шамплемі,Шанлеми,尚普莱米		FR	27	58	584	58053	335	Europe/Paris
6449989	Champlin	champlin	Champlin		FR	27	58	582	58054	39	Europe/Paris
6449990	Champvert	champvert	Campus Vertus,Shamver,Shanver,shang pu wei er,Шамвер,Шанвер,尚普韦尔		FR	27	58	583	58055	819	Europe/Paris
6449991	Champvoux	champvoux			FR	27	58	584	58056	312	Europe/Paris
6449992	Chantenay-Saint-Imbert	chantenay-saint-imbert	Chantenayum,Shantene-Sent-Ember,Shantne Sent Ember,shang te nai sheng yi mu bei er,Шантене-Сент-Ембер,Шантне Сент Ембер,尚特奈圣伊姆贝尔		FR	27	58	583	58057	1195	Europe/Paris
6449993	Charrin	charrin	Charrin,Sharen,Sharren,sha er lan,Шарен,Шаррен,沙尔兰		FR	27	58	581	58060	606	Europe/Paris
6449994	Chasnay	chasnay	Shane,Шане		FR	27	58	584	58061	115	Europe/Paris
6449995	Châteauneuf-Val-de-Bargis	chateauneuf-val-de-bargis			FR	27	58	584	58064	546	Europe/Paris
6449996	Châtillon-en-Bazois	chatillon-en-bazois	Shatijon an Bazoa,Shatijon-an-Bazua,ba zu wa de qu sha di long,Шатийон-ан-Базуа,Шатијон ан Базоа,Шатійон-ан-Базуа,巴祖瓦地区沙蒂隆		FR	27	58	581	58065	904	Europe/Paris
6449997	Châtin	chatin	Castinum,Chatin,Châtin,Shaten,Шатен		FR	27	58	581	58066	91	Europe/Paris
6449998	Chaulgnes	chaulgnes	Chaulgnes,Shol,Shol'n',shao er gai,Шол,Шольнь,绍尔盖		FR	27	58	584	58067	1495	Europe/Paris
6449999	Chaumard	chaumard	Chaumard,Shomar,shao ma er,Шомар,绍马尔		FR	27	58	581	58068	207	Europe/Paris
6450000	Chevenon	chevenon	Cheveno,Chevenon,Shevenon,Shevnon,xie wei nong,Шевенон,Шевнон,谢韦农		FR	27	58	583	58072	576	Europe/Paris
6450001	Chitry-les-Mines	chitry-les-mines	Chitry-les-Mines,Shitri le Min,Shitri-le-Min,xi te li lai mi nei,Шитри ле Мин,Шитри-ле-Мин,Шитрі-ле-Мін,希特里莱米内		FR	27	58	582	58075	207	Europe/Paris
6450002	Chougny	chougny	Chougny,Shun'i,Shuni,shu ni,Шуньи,Шуньї,Шуњи,舒尼		FR	27	58	581	58076	76	Europe/Paris
6450003	Ciez	ciez	Ciez,S'ez,Sjez,xie zhen,Сьез,Сьєз,Сјез,谢镇		FR	27	58	584	58077	372	Europe/Paris
6450004	Cizely	cizely	Cisselliacum,Cizely,Sizeli,Sizli,xi ze li,Сизели,Сизли,Сізлі,西泽利		FR	27	58	583	58078	65	Europe/Paris
6450005	Clamecy	clamecy	Clamiciacus,Klamsi,ke la mei xi,kuramushi,Кламси,Кламсі,クラムシー,克拉梅西		FR	27	58	582	58079	3823	Europe/Paris
6450006	Colméry	colmery	Colmery,Colméry		FR	27	58	584	58081	344	Europe/Paris
6450007	Corancy	corancy	Corancy		FR	27	58	581	58082	309	Europe/Paris
6450008	Corbigny	corbigny	Corbigny,Korbin'i,Korbini,ke er bi ni,Корбиньи,Корбињи,Корбіньї,科尔比尼		FR	27	58	582	58083	1498	Europe/Paris
6450009	Corvol-d'Embernard	corvol-d-embernard	Corvol-d'Embernard		FR	27	58	582	58084	88	Europe/Paris
6450010	Corvol-l'Orgueilleux	corvol-l-orgueilleux	Corvol-l'Orgueilleux		FR	27	58	582	58085	803	Europe/Paris
6450011	Cossaye	cossaye	Cossaye,Gossa,Kosse,ke sai ai,Коссе,科赛埃		FR	27	58	583	58087	725	Europe/Paris
6450012	Coulanges-lès-Nevers	coulanges-les-nevers	Coulanges-les-Nevers,Coulanges-lès-Nevers,Kulanzh-le-Never,ku lang re lai na wei er,Куланж-ле-Невер,库朗热莱纳韦尔		FR	27	58	583	58088	3612	Europe/Paris
6450013	Couloutre	couloutre	Couloutre,Curia Ultra,Kulutr,ku lu te er,Кулутр,库卢特尔		FR	27	58	584	58089	200	Europe/Paris
6450014	Crux-la-Ville	crux-la-ville	Crux-la-Ville		FR	27	58	583	58092	408	Europe/Paris
6450015	Cuncy-lès-Varzy	cuncy-les-varzy	Cunciacum,Cuncy-les-Varzy,Cuncy-lès-Varzy,Kensi-le-Varzi,Kinsi le Varzi,kan xi lai wa er qi,Кенси-ле-Варзи,Кенсі-ле-Варзі,Кинси ле Варзи,坎西莱瓦尔齐		FR	27	58	582	58093	130	Europe/Paris
6450016	Dampierre-sous-Bouhy	dampierre-sous-bouhy	Damp'err-su-Bui,Damperr-su-Bui,Dampetra subtus Boyacum,Dampierre-sous-Bouhy,Dampjer su Bui,dang pi ye er su bu yi,Дампьерр-су-Буи,Дампєрр-су-Буї,Дампјер су Буи,当皮耶尔苏布伊		FR	27	58	584	58094	458	Europe/Paris
6450017	Devay	devay			FR	27	58	583	58096	501	Europe/Paris
6450018	Diennes-Aubigny	diennes-aubigny	D'enn-Obin'i,Diana,Diennes-Aubigny,Djen Obini,di ye nei ao bi ni,Дьенн-Обиньи,Дьєнн-Обіньї,Дјен Обињи,迪耶内奥比尼		FR	27	58	583	58097	95	Europe/Paris
6450019	Dirol	dirol	Dirol,Dirol',Dirollia,di luo,Дирол,Дироль,Діроль,迪罗		FR	27	58	582	58098	117	Europe/Paris
6450020	Anneux	anneux	Ane,Anne,Anneux,ang na,Ане,Анне,昂纳		FR	32	59	592	59010	279	Europe/Paris
6450021	Anor	anor	Anor		FR	32	59	591	59012	3267	Europe/Paris
6450022	Anstaing	anstaing	Anstaing		FR	32	59	595	59013	1432	Europe/Paris
6450023	Armbouts-Cappel	armbouts-cappel	Armbouts-Cappel,Armboutskapelle,Armboutskappel,Armbu Kapel,Armbu-Kappel',a er mang bu ka pei lei,Армбу Капел,Армбу-Каппель,阿尔芒布卡佩勒		FR	32	59	594	59016	2296	Europe/Paris
6450024	Armentières	armentieres			FR	32	59	595	59017	25015	Europe/Paris
6450025	Arnèke	arneke	Arnek,Arneke,Arnyke,Arnèke,a er nei ke,Арнек,阿尔内克		FR	32	59	594	59018	1641	Europe/Paris
6450026	Artres	artres	Artr,Artres,a er te er,Артр,阿尔特尔		FR	32	59	596	59019	1053	Europe/Paris
6450027	Assevent	assevent	Assevan,Assevent,Asvan,a se wang,Асван,Ассеван,阿瑟旺		FR	32	59	591	59021	1837	Europe/Paris
6450028	Aubencheul-au-Bac	aubencheul-au-bac	Aubencheul-au-Bac,Obanshel'-o-Bak,Obenshel o Bak,ou bang she luo ba ke,Обаншель-о-Бак,Обеншел о Бак,欧邦舍洛巴克		FR	32	59	592	59023	530	Europe/Paris
6450029	Auberchicourt	auberchicourt			FR	32	59	593	59024	4405	Europe/Paris
6450030	Aubers	aubers	Aubers		FR	32	59	595	59025	1610	Europe/Paris
6450031	Aubigny-au-Bac	aubigny-au-bac	Obin'i-o-Bak,Obini o Bak,ou bi ni ou ba ke,Обиньи-о-Бак,Обињи о Бак,Обіньї-о-Бак,欧比尼欧巴克		FR	32	59	593	59026	1184	Europe/Paris
6450032	Auby	auby	Auby		FR	32	59	593	59028	7285	Europe/Paris
6450033	Audignies	audignies			FR	32	59	591	59031	357	Europe/Paris
6450034	Aulnoye-Aymeries	aulnoye-aymeries	Aulnoye-Aymeries		FR	32	59	591	59033	8856	Europe/Paris
6450035	Avelin	avelin	Avelen,Avelin,Avlan,a wo lan,Авелен,Авлан,阿沃兰		FR	32	59	595	59034	2704	Europe/Paris
6450036	Avesnelles	avesnelles	Avesnelles		FR	32	59	591	59035	2496	Europe/Paris
6450037	Avesnes-sur-Helpe	avesnes-sur-helpe	Avesnes-sur-Helpe		FR	32	59	591	59036	4654	Europe/Paris
6450038	Avesnes-le-Sec	avesnes-le-sec	Aven-le-Sek,Avne le Sek,a wei ne lei sai ke,Авен-ле-Сек,Авне ле Сек,阿韦讷勒塞克		FR	32	59	596	59038	1470	Europe/Paris
6450039	Awoingt	awoingt	Avoen,Avuen,Awoingt,a wan duan,Авоен,Авуен,阿万端		FR	32	59	592	59039	844	Europe/Paris
6450040	Bachant	bachant			FR	32	59	591	59041	2334	Europe/Paris
6450041	Bachy	bachy	Bachy,Bashi,ba xi,Баши,Баші,巴希		FR	32	59	595	59042	1690	Europe/Paris
6450042	Baisieux	baisieux	Baisieux		FR	32	59	595	59044	4750	Europe/Paris
6450043	Baives	baives	Baives		FR	32	59	591	59045	165	Europe/Paris
6450044	Bambecque	bambecque	Bambecque,Bambek,Bambeke,ba bei ke,Бамбек,巴贝克		FR	32	59	594	59046	741	Europe/Paris
6450045	Banteux	banteux	Bante,Banteux,bang te,Банте,邦特		FR	32	59	592	59047	341	Europe/Paris
6450046	Bantigny	bantigny	Bantigny		FR	32	59	592	59048	507	Europe/Paris
6450047	Bantouzelle	bantouzelle	Bantouzelle,Bantuzel,Bantuzel',bang tu ze lei,Бантузел,Бантузель,邦图泽勒		FR	32	59	592	59049	420	Europe/Paris
6450048	Bas-Lieu	bas-lieu	Bas-Lieu		FR	32	59	591	59050	353	Europe/Paris
6450049	Bauvin	bauvin	Boven,bo wan,Бовен,博万		FR	32	59	595	59052	5230	Europe/Paris
6450050	Bavinchove	bavinchove	Bavinchove		FR	32	59	594	59054	960	Europe/Paris
6450051	Bazuel	bazuel	Bazijel,Bazio,Bazjuel',ba ju ai lei,Базијел,Базюель,巴聚埃勒		FR	32	59	592	59055	533	Europe/Paris
6450052	Beaucamps-Ligny	beaucamps-ligny	Beaucamps-Ligny,Bokam-Lin'i,Bokan Lini,bo kang li ni,Бокам-Линьи,Бокам-Ліньї,Бокан Лињи,博康利尼		FR	32	59	595	59056	857	Europe/Paris
6450053	Beaudignies	beaudignies			FR	32	59	591	59057	563	Europe/Paris
6450054	Beaumont-en-Cambrésis	beaumont-en-cambresis	Beaumont-en-Cambresis,Beaumont-en-Cambrésis,Bomon-an-Kambrezi,Bomont an Kembrezi,bo meng ang kang bu lei xi,Бомон-ан-Камбрези,Бомон-ан-Камбрезі,Бомонт ан Кембрези,博蒙昂康布雷西		FR	32	59	592	59059	448	Europe/Paris
6450055	Beaurain	beaurain	Beaurain,Boren,bo lan,Борен,博兰		FR	32	59	592	59060	231	Europe/Paris
6450057	Beaurieux	beaurieux	Bor'e,Bore,Borje,bo e,Борье,Борє,Борје,博略		FR	32	59	591	59062	165	Europe/Paris
6450058	Beauvois-en-Cambrésis	beauvois-en-cambresis			FR	32	59	592	59063	2079	Europe/Paris
6450059	Bellaing	bellaing	Belen,Bellaing,Bellen,bei lan,Белен,Беллен,贝兰		FR	32	59	596	59064	1225	Europe/Paris
6450060	Bellignies	bellignies	Bellignies		FR	32	59	591	59065	833	Europe/Paris
6450061	Bergues	bergues	Bergues		FR	32	59	594	59067	3729	Europe/Paris
6450062	Berlaimont	berlaimont	Berlaimont		FR	32	59	591	59068	3105	Europe/Paris
6450063	Bermerain	bermerain			FR	32	59	592	59069	717	Europe/Paris
6450064	Bermeries	bermeries	Bermeries		FR	32	59	591	59070	375	Europe/Paris
6450065	Bersée	bersee	Berse,Bersee,Bersée,bei er sai,Берсе,贝尔塞		FR	32	59	595	59071	2213	Europe/Paris
6450066	Bersillies	bersillies	Bersillies		FR	32	59	591	59072	254	Europe/Paris
6450067	Berthen	berthen	Berthen		FR	32	59	594	59073	551	Europe/Paris
6450068	Bertry	bertry			FR	32	59	592	59074	2181	Europe/Paris
6450069	Bettignies	bettignies	Bettignies		FR	32	59	591	59076	310	Europe/Paris
6450070	Bettrechies	bettrechies	Betreshi,Bettrechies,Bettreshi,bei te lei xi,Бетреши,Беттреши,Беттреші,贝特勒希		FR	32	59	591	59077	253	Europe/Paris
6450071	Beugnies	beugnies	Beugnies		FR	32	59	591	59078	630	Europe/Paris
6450072	Beuvrages	beuvrages			FR	32	59	596	59079	6660	Europe/Paris
6450073	Bévillers	bevillers	Bevije,Beville,bei wei lai er,Бевилле,Бевије,Бевілле,贝维莱尔		FR	32	59	592	59081	556	Europe/Paris
6450074	Bierne	bierne	Bierne		FR	32	59	594	59082	1817	Europe/Paris
6450075	Bissezeele	bissezeele	Bisezel,Bissezeel',Bissezeele,Bissezele,bi sai ze lei,Бисезел,Биссезеель,Біссезеель,比塞泽勒		FR	32	59	594	59083	243	Europe/Paris
6450076	Blaringhem	blaringhem	Blaringhem		FR	32	59	594	59084	2076	Europe/Paris
6450077	Blécourt	blecourt	Blekur,bu lai ku er,Блекур,布莱库尔		FR	32	59	592	59085	305	Europe/Paris
6450078	Bois-Grenier	bois-grenier	Boa Granije,Bois-Grenier,Bua-Gren'e,bu wa ge lei nie,Боа Граније,Буа-Гренье,Буа-Греньє,布瓦格勒涅		FR	32	59	595	59088	1603	Europe/Paris
6450079	Bollezeele	bollezeele	Bollezeele		FR	32	59	594	59089	1441	Europe/Paris
6450080	Bondues	bondues	Bondues		FR	32	59	595	59090	10046	Europe/Paris
6450081	Borre	borre	Bore,Borr,Borre,bo lei,Боре,Борр,博勒		FR	32	59	594	59091	603	Europe/Paris
6450082	Bouchain	bouchain	Bouchain,Bushen,bu shang,Бушен,布尚		FR	32	59	596	59092	3998	Europe/Paris
6450083	Boulogne-sur-Helpe	boulogne-sur-helpe	Boulogne-sur-Helpe,Bulon sir Elp,Bulon'-sjur-El'p,ai er pu he pan bu luo nie,Булонь-сюр-Ельп,Булоњ сир Елп,埃尔普河畔布洛涅		FR	32	59	591	59093	340	Europe/Paris
6450084	Bourghelles	bourghelles	Bourghelles,Burgel,Burgel',bu er gai lei,Бургел,Бургель,布尔盖勒		FR	32	59	595	59096	1676	Europe/Paris
6450086	Bousbecque	bousbecque	Bousbecque		FR	32	59	595	59098	4833	Europe/Paris
6450088	Amy	amy	Amy		FR	32	60	603	60011	389	Europe/Paris
6450089	Andeville	andeville	Andeville		FR	32	60	601	60012	3208	Europe/Paris
6450090	Angicourt	angicourt	Angicourt		FR	32	60	602	60013	1397	Europe/Paris
6450091	Angivillers	angivillers	Anzhiville,Onzhivije,ang ji wei lai er,Анживілле,Онживије,昂吉维莱尔		FR	32	60	602	60014	183	Europe/Paris
6450092	Angy	angy	Angy,Anzhi,ang ji,Анжи,Анжі,昂吉		FR	32	60	602	60015	1184	Europe/Paris
6450093	Ansacq	ansacq	Ansacq		FR	32	60	602	60016	274	Europe/Paris
6450094	Ansauvillers	ansauvillers			FR	32	60	602	60017	1202	Europe/Paris
6450096	Antheuil-Portes	antheuil-portes	Antheuil-Portes		FR	32	60	603	60019	412	Europe/Paris
6450097	Antilly	antilly	Antii,Antiji,Antilly,ang di li,Антији,Антії,昂蒂利		FR	32	60	604	60020	268	Europe/Paris
6450099	Apremont	apremont	Apremon,Aprmon,a pu lei meng,Апремон,Апрмон,阿普雷蒙		FR	32	60	604	60022	673	Europe/Paris
6450100	Arsy	arsy	Arsi,Арси,Арсі		FR	32	60	603	60024	772	Europe/Paris
6450101	Attichy	attichy	Attichy		FR	32	60	603	60025	1866	Europe/Paris
6450102	Auchy-la-Montagne	auchy-la-montagne	Oshi la Montan,Oshi-la-Montan',ao xi la meng ta ni,Оши ла Монтањ,Оші-ла-Монтань,奥希拉蒙塔尼		FR	32	60	601	60026	576	Europe/Paris
6450103	Auger-Saint-Vincent	auger-saint-vincent	Auger-Saint-Vincent		FR	32	60	604	60027	507	Europe/Paris
6450104	Auneuil	auneuil	Auneuil		FR	32	60	601	60029	2927	Europe/Paris
6450105	Auteuil	auteuil	Auteuil,Otej,ao te yi,Отей,Отеј,奥特伊		FR	32	60	601	60030	563	Europe/Paris
6450106	Autheuil-en-Valois	autheuil-en-valois	Autheuil-en-Valois,Otej an Valoa,Otej-an-Valua,wa lu wa de qu ao te yi,Отей-ан-Валуа,Отеј ан Валоа,瓦卢瓦地区奥特伊		FR	32	60	604	60031	273	Europe/Paris
6450107	Autrêches	autreches	Otresh,ao te lei xie,Отреш,奥特雷谢		FR	32	60	603	60032	744	Europe/Paris
6450108	Avilly-Saint-Léonard	avilly-saint-leonard	Avilly-Saint-Leonard,Avilly-Saint-Léonard		FR	32	60	604	60033	886	Europe/Paris
6450109	Avrechy	avrechy	Avrechy		FR	32	60	602	60034	1150	Europe/Paris
6450110	Avricourt	avricourt	Avricourt		FR	32	60	603	60035	254	Europe/Paris
6450111	Avrigny	avrigny			FR	32	60	602	60036	368	Europe/Paris
6450113	Bailleul-le-Soc	bailleul-le-soc			FR	32	60	602	60040	642	Europe/Paris
6450114	Bailleul-sur-Thérain	bailleul-sur-therain	Bael'-sjur-Teren,Bailleul-sur-Therain,Bailleul-sur-Thérain,Bajel sir Teren,tai lan he pan bai lei,Баєль-сюр-Терен,Бајел сир Терен,泰兰河畔拜勒		FR	32	60	601	60041	2102	Europe/Paris
6450115	Bailleval	bailleval			FR	32	60	602	60042	1485	Europe/Paris
6450116	Balagny-sur-Thérain	balagny-sur-therain	Balagny-sur-Therain,Balagny-sur-Thérain		FR	32	60	604	60044	1708	Europe/Paris
6450117	Barbery	barbery	Barberi,ba er bo li,Барбери,Барбері,巴尔伯里		FR	32	60	604	60045	564	Europe/Paris
6450118	Bargny	bargny	Barn'i,Barni,Барньї,Барњи		FR	32	60	604	60046	329	Europe/Paris
6450119	Baron	baron	Baron,ba long,Барон,巴龙		FR	32	60	604	60047	767	Europe/Paris
6450120	Baugy	baugy	Baugy		FR	32	60	603	60048	247	Europe/Paris
6450121	Bazancourt	bazancourt	Bazancourt,Bazankur,ba cang ku er,Базанкур,巴藏库尔		FR	32	60	601	60049	129	Europe/Paris
6450122	Bazicourt	bazicourt	Bazicourt		FR	32	60	602	60050	330	Europe/Paris
6450123	Beaudéduit	beaudeduit	Beaudeduit,Beaudéduit,Bodedi,Bodedjui,bo dai di yi,Бодеди,Бодедюї,博代迪伊		FR	32	60	601	60051	216	Europe/Paris
6450124	Beaugies-sous-Bois	beaugies-sous-bois	Beaugies-sous-Bois		FR	32	60	603	60052	102	Europe/Paris
6450125	Beaulieu-les-Fontaines	beaulieu-les-fontaines			FR	32	60	603	60053	611	Europe/Paris
6450126	Les Hauts Talican	les-hauts-talican	Bomon le Nonen,Bomon-le-Nonen,bo meng lai nuo nan,Бомон ле Нонен,Бомон-ле-Нонен,博蒙莱诺南		FR	32	60	601	60054	884	Europe/Paris
6450127	Beaurains-lès-Noyon	beaurains-les-noyon	Beaurains-les-Noyon,Beaurains-lès-Noyon		FR	32	60	603	60055	337	Europe/Paris
6450128	Beauvais	beauvais	Beauvais		FR	32	60	601	60057	56020	Europe/Paris
6450129	Béhéricourt	behericourt	Behericourt,Béhéricourt		FR	32	60	603	60059	211	Europe/Paris
6450130	Belle-Église	belle-eglise			FR	32	60	604	60060	612	Europe/Paris
6450131	Berneuil-en-Bray	berneuil-en-bray	Bernej an Bre,Bernej-an-Bre,Berneuil-en-Bray,bu lai de qu bei er na yi,Берней-ан-Бре,Бернеј ан Бре,布赖地区贝尔纳伊		FR	32	60	601	60063	782	Europe/Paris
6450132	Berneuil-sur-Aisne	berneuil-sur-aisne	Bernej sir En,Bernej-sjur-En,Berneuil-sur-Aisne,ai si en he pan bei er na yi,Берней-сюр-Ен,Бернеј сир Ен,艾斯恩河畔贝尔纳伊		FR	32	60	603	60064	1007	Europe/Paris
6450133	Berthecourt	berthecourt	Berthecourt		FR	32	60	601	60065	1635	Europe/Paris
6450134	Béthancourt-en-Valois	bethancourt-en-valois			FR	32	60	604	60066	228	Europe/Paris
6450135	Béthisy-Saint-Martin	bethisy-saint-martin	Bethisy-Saint-Martin,Béthisy-Saint-Martin		FR	32	60	604	60067	1101	Europe/Paris
6450136	Béthisy-Saint-Pierre	bethisy-saint-pierre	Bethisy-Saint-Pierre,Béthisy-Saint-Pierre		FR	32	60	604	60068	3113	Europe/Paris
6450137	Betz	betz	Be,Bec,Bes,Бе,Бес,Бец		FR	32	60	604	60069	1181	Europe/Paris
6450138	Bienville	bienville	Bienville		FR	32	60	603	60070	455	Europe/Paris
6450139	Biermont	biermont	Bermon,Biermont,Bjermon,bi ye er meng,Бєрмон,Бјермон,比耶尔蒙		FR	32	60	603	60071	175	Europe/Paris
6450140	Blacourt	blacourt	Blacourt		FR	32	60	601	60073	630	Europe/Paris
6450141	Blancfossé	blancfosse	Blancfosse,Blancfossé		FR	32	60	601	60075	145	Europe/Paris
6450142	Blargies	blargies	Blargies		FR	32	60	601	60076	538	Europe/Paris
6450143	Blicourt	blicourt	Blicourt,Blikur,bu li ku er,Бликур,Блікур,布利库尔		FR	32	60	601	60077	345	Europe/Paris
6450144	Blincourt	blincourt			FR	32	60	602	60078	97	Europe/Paris
6450145	Boissy-Fresnoy	boissy-fresnoy	Boasi Frenoa,Boissy-Fresnoy,Buassi-Frenua,bu wa xi fu lei si nu wa,Боаси Френоа,Буассі-Френуа,布瓦西弗雷斯努瓦		FR	32	60	604	60079	1019	Europe/Paris
6450147	Bonlier	bonlier	Bonl'e,Bonlije,bang li ye,Бонлије,Бонльє,邦利耶		FR	32	60	601	60081	459	Europe/Paris
6450148	Bonneuil-les-Eaux	bonneuil-les-eaux	Bonneuil-les-Eaux		FR	32	60	602	60082	813	Europe/Paris
6450149	Bonneuil-en-Valois	bonneuil-en-valois	Bonneuil-en-Valois		FR	32	60	604	60083	1043	Europe/Paris
6450150	Bonvillers	bonvillers	Bonvije,Bonville,Bonvillers,bang wei lai er,Бонвије,Бонвілле,邦维莱尔		FR	32	60	602	60085	208	Europe/Paris
6450152	Borest	borest	Borest		FR	32	60	604	60087	330	Europe/Paris
6450153	Bornel	bornel			FR	32	60	601	60088	4828	Europe/Paris
6450154	Boubiers	boubiers	Boubiers,Bube,Bubje,bu bi ye er,Бубє,Бубје,布比耶尔		FR	32	60	601	60089	412	Europe/Paris
6450155	Bouconvillers	bouconvillers	Bouconvillers,Bukonviler,Bukonville,bu kong wei lai er,Буконвилер,Буконвілле,布孔维莱尔		FR	32	60	601	60090	385	Europe/Paris
6450156	Bouillancy	bouillancy	Bouillancy,Bujansi,bu yi lang xi,Буянсі,Бујанси,布伊朗西		FR	32	60	604	60091	382	Europe/Paris
6450157	Boullarre	boullarre	Bular,Bullarr,bu la er,Булар,Булларр,布拉尔		FR	32	60	604	60092	224	Europe/Paris
6450158	Boulogne-la-Grasse	boulogne-la-grasse	Boulogne-la-Grasse,Bulon la Gras,Bulon'-la-Grass,bu luo ni la ge la si,Булонь-ла-Грасс,Булоњ ла Грас,布洛尼拉格拉斯		FR	32	60	603	60093	475	Europe/Paris
6450159	Boursonne	boursonne	Boursonne,Burson,Bursonn,bu er song,Бурсон,Бурсонн,布尔松		FR	32	60	604	60094	302	Europe/Paris
6450160	Boury-en-Vexin	boury-en-vexin	Boury-en-Vexin		FR	32	60	601	60095	340	Europe/Paris
6450161	Boutencourt	boutencourt	Boutencourt		FR	32	60	601	60097	227	Europe/Paris
6450162	Bouvresse	bouvresse	Bouvresse		FR	32	60	601	60098	161	Europe/Paris
6450163	Aubry-le-Panthou	aubry-le-panthou	Aubry-le-Panthou,Obri le Pantu,Obri-le-Pantu,ao bu li lai pang tu,Обри ле Панту,Обри-ле-Панту,Обрі-ле-Панту,奥布里莱庞图		FR	28	61	613	61010	113	Europe/Paris
6450164	Aubusson	aubusson	Albuzo,Aubusson,Obison,Objusson,ao bi song,Обисон,Обюссон,奥比松		FR	28	61	612	61011	427	Europe/Paris
6450165	Auguaise	auguaise	Auguaise,Ogez,ao ju ai si,Огез,奥居艾斯		FR	28	61	613	61012	202	Europe/Paris
6450166	Aunay-les-Bois	aunay-les-bois	Aunay-les-Bois,One le Boa,One-le-Bua,sen lin ao nai,Оне ле Боа,Оне-ле-Буа,森林奥奈		FR	28	61	611	61013	151	Europe/Paris
6450167	Aunou-le-Faucon	aunou-le-faucon	Onu le Fokon,Onu-le-Fokon,ao nu lai fu kong,Ону ле Фокон,Ону-ле-Фокон,奥努莱福孔		FR	28	61	612	61014	239	Europe/Paris
6450168	Aunou-sur-Orne	aunou-sur-orne	Aunou-sur-Orne,Onu sir Orn,Onu-sjur-Orn,ao er en he pan ao nu,Ону сир Орн,Ону-сюр-Орн,奥尔恩河畔奥努		FR	28	61	611	61015	270	Europe/Paris
6450170	Avernes-Saint-Gourgon	avernes-saint-gourgon	Avernes-Saint-Gourgon		FR	28	61	613	61018	56	Europe/Paris
6450172	Avoine	avoine	Avoen,Avoine,Avuan,a wan,Авоен,Авуан,阿万		FR	28	61	612	61020	224	Europe/Paris
6450173	Avrilly	avrilly	Avrii,Avriji,Avrilly,a fu li li,Аврии,Аврији,Аврії,阿夫里利		FR	28	61	612	61021	109	Europe/Paris
6450174	Banvou	banvou	Banvou		FR	28	61	612	61024	621	Europe/Paris
6450175	Barville	barville	Barvil,Barvil',Barville,ba er wei er,Барвил,Барвиль,Барвіль,巴尔维尔		FR	28	61	611	61026	194	Europe/Paris
6450177	Bazoches-au-Houlme	bazoches-au-houlme	Bazoches-au-Houlme,Bazosh o Ulm,Bazosh-o-Ul'm,ba zuo xie ao wu er mu,Базош о Улм,Базош-о-Ульм,巴佐谢奥乌尔姆		FR	28	61	612	61028	474	Europe/Paris
6450178	Bazoches-sur-Hoëne	bazoches-sur-hoene	Bazoches-sur-Hoene,Bazoches-sur-Hoëne,Bazosh sir Oen,Bazosh-sjur-Oen,ao e en he pan ba er zuo xie,Базош сир Оен,Базош-сюр-Оен,奥厄恩河畔巴尔佐谢		FR	28	61	613	61029	871	Europe/Paris
6450180	Beaufai	beaufai	Beaufai,Bellus Fayacus,Bofe,bo fei,Бофе,博费		FR	28	61	613	61032	346	Europe/Paris
6450182	Beauvain	beauvain	Beauvain,Boven,Бовен		FR	28	61	611	61035	266	Europe/Paris
6450183	Belfonds	belfonds	Bel'fon,Belfond,Belfonds,bei er feng de,Белфонд,Бельфон,贝尔丰德		FR	28	61	611	61036	207	Europe/Paris
6450184	Bellavilliers	bellavilliers	Belavilijer,Bellavil'e,Bellavilliers,bei la wei li ye er,Белавилијер,Беллавилье,Беллавільє,贝拉维利耶尔		FR	28	61	613	61037	144	Europe/Paris
6450185	Bellou-en-Houlme	bellou-en-houlme	Bellou-en-Houlme,Bellu-an-Ul'm,Belu an Ulm,wu er mu de qu bei lu,Беллу-ан-Ульм,Белу ан Улм,乌尔姆地区贝卢		FR	28	61	612	61040	1116	Europe/Paris
6450186	Bellou-le-Trichard	bellou-le-trichard	Bellu-le-Trishar,Belu le Trishar,bei lu lai te li sha er,Беллу-ле-Тришар,Белу ле Тришар,贝卢莱特里沙尔		FR	28	61	613	61041	217	Europe/Paris
6450188	Berd'huis	berd-huis	Berd'huis		FR	28	61	613	61043	1097	Europe/Paris
6450189	Berjou	berjou	Berjou,Berzhu,bei er ru,Бержу,贝尔茹		FR	28	61	612	61044	471	Europe/Paris
6450191	Bizou	bizou	Bizou,Bizu,bi zu,Бизу,Бізу,比祖		FR	28	61	613	61046	129	Europe/Paris
6450193	Boissei-la-Lande	boissei-la-lande	Boase la Land,Buase-la-Land,bu wa sai la lang de,Боасе ла Ланд,Буасе-ла-Ланд,布瓦塞拉朗德		FR	28	61	611	61049	123	Europe/Paris
6450194	Cour-Maugis sur Huisne	cour-maugis-sur-huisne	Boasi Mozhis,Buassi-Mozhi,bu wa xi mo ji,Боаси Можис,Буасси-Можи,Буассі-Можі,布瓦西莫吉		FR	28	61	613	61050	619	Europe/Paris
6450195	Boitron	boitron	Boatron,Boitron,Buatron,bu wa te long,Боатрон,Буатрон,布瓦特龙		FR	28	61	611	61051	353	Europe/Paris
6450196	Bonnefoi	bonnefoi	Bonnefoi		FR	28	61	613	61052	183	Europe/Paris
6450197	Bonsmoulins	bonsmoulins	Bonmulen,Bonsmoulins,bang si mu lan,Бонмулен,邦斯穆兰		FR	28	61	613	61053	247	Europe/Paris
6450198	Boucé	bouce	Buse,bu sai,Бусе,布塞		FR	28	61	612	61055	619	Europe/Paris
6450200	Bretoncelles	bretoncelles	Bretoncelles,Bretonsel,Bretonsel',bu lei tong se lai,Бретонсел,Бретонсель,布雷通瑟莱		FR	28	61	613	61061	1476	Europe/Paris
6450201	Brieux	brieux	Brieux		FR	28	61	612	61062	86	Europe/Paris
6450202	Brullemail	brullemail	Brilmaj,Brjul'maj,bu lu lai mai,Брилмај,Брюльмай,布吕莱迈		FR	28	61	611	61064	96	Europe/Paris
6450204	Buré	bure	Bire,Bjure,Bure,Buré,bi lei,Бире,Бюре,比雷		FR	28	61	611	61066	110	Europe/Paris
6450205	Bursard	bursard	Birsar,Bjursar,Bursard,bi er sa er,Бирсар,Бюрсар,比尔萨尔		FR	28	61	611	61068	210	Europe/Paris
6450206	Cahan	cahan	Cahan,Kaan,Kan,ka ang,Каан,Кан,卡昂		FR	28	61	612	61069	180	Europe/Paris
6450207	Caligny	caligny	Caligny,Kalin'i,Kalini,ka li ni,Калиньи,Калињи,Каліньї,卡利尼		FR	28	61	612	61070	834	Europe/Paris
6450208	Camembert	camembert	Camembert,Campus Maimberti,Kamamber,Kamamper,kamambr  awrn,kamanberu,kamangbeleu,Καμαμπέρ,Камамбер,کامامبر، اورن,カマンベール,카망베르		FR	28	61	613	61071	187	Europe/Paris
6450209	Ceton	ceton	Seton,se tong,Сетон,瑟通		FR	28	61	613	61079	1792	Europe/Paris
6450210	Chahains	chahains	Chahains,Shaen,sha an,Шаен,沙安		FR	28	61	611	61080	89	Europe/Paris
6450211	Chailloué	chailloue	Chailloue,Chailloué,Shajue,xie lu ai,Шаюе,Шајуе,谢卢埃		FR	28	61	611	61081	909	Europe/Paris
6453695	Valette	valette	Valette		FR	84	15	152	15246	232	Europe/Paris
6450213	Champcerie	champcerie	Champcerie,Shamseri,Shanseri,shang pu se li ye,Шамсери,Шамсері,Шансери,尚普瑟里耶		FR	28	61	612	61084	156	Europe/Paris
6450214	Champeaux-sur-Sarthe	champeaux-sur-sarthe	Champeaux,Champeaux-sur-Sarthe,Shampo sir Sart,Shampo-sjur-Sart,sa er te he pan shang bo,Шампо сир Сарт,Шампо-сюр-Сарт,萨尔特河畔尚波		FR	28	61	613	61087	170	Europe/Paris
6450215	Champ-Haut	champ-haut	Champ-Haut,Sham-O,Shan O,shang ao,Шам-О,Шан О,尚奥		FR	28	61	613	61088	50	Europe/Paris
6450216	Champosoult	champosoult			FR	28	61	613	61089	96	Europe/Paris
6450217	Champsecret	champsecret	Champsecret,Shamsekre,Shansekre,shang pu sai ke lei,Шамсекре,Шансекре,尚普塞克雷		FR	28	61	612	61091	900	Europe/Paris
6450218	Chandai	chandai	Chandai		FR	28	61	613	61092	658	Europe/Paris
6450219	Chanu	chanu	Chanu		FR	28	61	612	61093	1259	Europe/Paris
6450220	Affringues	affringues	Affreng,Affringues,Afreng,Hafringue,a fu lan ge,afrynjws,Афренг,Аффренг,أفرينجوس,阿夫兰格		FR	32	62	625	62010	226	Europe/Paris
6450221	Agnez-lès-Duisans	agnez-les-duisans	Agnez-les-Duisans,Agnez-lès-Duisans,An'e-le-Djuizan,Ane le Dizan,Anez-les-Duisans,Anez-lès-Duisans,a nie ci di cang,agnz-ly-dwysans,ajnyz lyh dwysans,Анье-ле-Дюизан,Аньє-ле-Дюїзан,Ање ле Дизан,أجنيز ليه دويسانس,اگنز-لی-دویسانس,اگنز-لے-دویسانس,阿涅兹迪藏		FR	32	62	621	62011	649	Europe/Paris
6450222	Agnières	agnieres	Agnieres,Agnières,An'er,Anijer,a ni ai,agnyrz,ajnyrys,Аньєр,Ањијер,أجنيريس,اگنیرز,اگنیرے,阿尼埃		FR	32	62	621	62012	247	Europe/Paris
6450223	Agny	agny			FR	32	62	621	62013	1931	Europe/Paris
6450224	Aire-sur-la-Lys	aire-sur-la-lys	Aire-sur-la-Lys		FR	32	62	625	62014	9859	Europe/Paris
6450225	Airon-Notre-Dame	airon-notre-dame			FR	32	62	624	62015	218	Europe/Paris
6450226	Airon-Saint-Vaast	airon-saint-vaast			FR	32	62	624	62016	185	Europe/Paris
6450227	Aix-en-Ergny	aix-en-ergny	Aix-en-Ergny		FR	32	62	624	62017	182	Europe/Paris
6450228	Aix-en-Issart	aix-en-issart	Aix-en-Issart,Eks-an-Issar,Eks-on-Isa,Es-in-Issart,ai ke si ang yi sa er,ayks an aysart,ayks-an-aysart,És-in-Issart,Екс-ан-Іссар,Екс-ан-Иссар,Екс-он-Иса,إيكس إن إيسارت,ایکس-ان-ایسارت,艾克斯昂伊萨尔		FR	32	62	624	62018	264	Europe/Paris
6450229	Aix-Noulette	aix-noulette	Aix-Noulette,Eks-Nujet,Eks-Nulett,Es-Noulette,ai ke si nu lai te,ayks nwlyty,ayks-nwlt,És-Noulette,Екс-Нулетт,Екс-Нујет,إيكس نوليتي,ایکس-نولت,艾克斯努莱特		FR	32	62	627	62019	3901	Europe/Paris
6450230	Alembon	alembon	Alambon,Alembon,Alimbon,a lang bang,alymban,alymbwn,Аламбон,أليمبون,الیمبان,阿朗邦		FR	32	62	626	62020	633	Europe/Paris
6450231	Alette	alette	Alet,Alett,Alette,a lai te,alyty,Алет,Алетт,أليتي,阿莱特		FR	32	62	624	62021	386	Europe/Paris
6450232	Alincthun	alincthun	Alincthun		FR	32	62	623	62022	332	Europe/Paris
6450233	Allouagne	allouagne	Allouagne		FR	32	62	622	62023	2939	Europe/Paris
6450234	Alquines	alquines	Al'kin,Alken,Alquine,Alquines,a er ji ne,alkwyns,alkywnys,Алкен,Алькин,Алькін,ألكيونيس,الکوینس,阿尔基讷		FR	32	62	625	62024	1007	Europe/Paris
6450235	Ambleteuse	ambleteuse	Ambleteuse		FR	32	62	623	62025	1812	Europe/Paris
6450236	Ambricourt	ambricourt	Ambricourt		FR	32	62	624	62026	115	Europe/Paris
6450237	Ambrines	ambrines	Ambrainne,Ambrin,Ambrines,Ambrisnium,Ombrin,ambryns,ang bu li ne,Амбрин,Омбрин,أمبرينس,امبرینس,昂布里讷		FR	32	62	621	62027	252	Europe/Paris
6450238	Ames	ames	Am,a mu,ams  p-dw-kalaz,amys,Ам,أميس,امس، پ-دو-کالاز,阿姆		FR	32	62	622	62028	644	Europe/Paris
6450239	Amettes	amettes	Amettes		FR	32	62	622	62029	487	Europe/Paris
6450240	Amplier	amplier	Amplier		FR	32	62	621	62030	303	Europe/Paris
6450241	Andres	andres	Andr,Andre,Andres,andrys,ang de er,Андр,أندريس,昂德尔		FR	32	62	626	62031	1569	Europe/Paris
6450242	Angres	angres			FR	32	62	627	62032	4439	Europe/Paris
6450243	Annay	annay	Ane,Annay,Anne,Aunay,anay,ang nai,Ане,Анне,أناي,昂奈		FR	32	62	627	62033	4298	Europe/Paris
6450244	Annequin	annequin	Annequin		FR	32	62	622	62034	2239	Europe/Paris
6450245	Annezin	annezin	Ann'zin,Annezen,Annezin,Annzen,Ann’zin,Anzen,a ne zan,anyzyn  bad kalyh,Анзен,Аннезен,Аннзен,أنيزين، باد كاليه,阿讷赞		FR	32	62	622	62035	5892	Europe/Paris
6450246	Anvin	anvin	Anvin		FR	32	62	621	62036	766	Europe/Paris
6450247	Anzin-Saint-Aubin	anzin-saint-aubin	Anzin-Saint-Aubin		FR	32	62	621	62037	2755	Europe/Paris
6450248	Arleux-en-Gohelle	arleux-en-gohelle	Arle-an-Goel',Arleks an Goel,Arleux-en-Gohelle,Arleux-in-Gohelle,a er lei ang ge ai lei,arlykws an jwhyl,Арле-ан-Гоель,Арлекс ан Гоел,أرليكوس إن جوهيل,阿尔勒昂戈埃勒		FR	32	62	621	62039	841	Europe/Paris
6450249	Athies	athies	Athies,Ati,Atje,a di,athys,Ати,Аті,Атје,أثيس,阿蒂		FR	32	62	621	62042	993	Europe/Paris
6450250	Attin	attin	Aten,Atten,Attin,a dan,atyn,Атен,Аттен,أتين,阿丹		FR	32	62	624	62044	730	Europe/Paris
6450251	Aubin-Saint-Vaast	aubin-saint-vaast			FR	32	62	624	62046	768	Europe/Paris
6450252	Aubrometz	aubrometz	Ambrometz,Aubrometz,Obromec,Obromez,abwrwmytz,ou bu luo mei si,Обромез,Обромец,أبوروميتز,欧布罗梅斯		FR	32	62	621	62047	153	Europe/Paris
6450253	Auchel	auchel	Auchel		FR	32	62	622	62048	10443	Europe/Paris
6450254	Auchy-au-Bois	auchy-au-bois	Auchy-Bos,Auchy-au-Bois,Oshi o Boa,Oshi-o-Bua,awnshy aw bwys,ou xi ou bu wa,Оши о Боа,Оши-о-Буа,Оші-о-Буа,أونشي أو بويس,欧希欧布瓦		FR	32	62	622	62049	491	Europe/Paris
6450255	Auchy-lès-Hesdin	auchy-les-hesdin			FR	32	62	624	62050	1576	Europe/Paris
6450256	Auchy-les-Mines	auchy-les-mines	Oshi le Men,Oshi-le-Min,awtshy lyh mynys,ou xi lai mi ne,Оши ле Мен,Оши-ле-Мин,Оші-ле-Мін,أوتشي ليه مينيس,欧希莱米讷		FR	32	62	622	62051	4667	Europe/Paris
6450257	Audembert	audembert	Audembert,Audimbert,Odamber,Odomber,awdymbyrt,ou dang bei er,Одамбер,Одомбер,أوديمبيرت,欧当贝尔		FR	32	62	623	62052	422	Europe/Paris
6450258	Audinghen	audinghen	Audinghen		FR	32	62	623	62054	579	Europe/Paris
6450259	Audrehem	audrehem	Audrehan,Audrehem,Audréhan,Odreem,awdryhym,ou de lei ang,Одреем,أودريهيم,欧德雷昂		FR	32	62	625	62055	560	Europe/Paris
6450260	Audresselles	audresselles	Audresselles		FR	32	62	623	62056	663	Europe/Paris
6450261	Audruicq	audruicq			FR	32	62	626	62057	5396	Europe/Paris
6450262	Aumerval	aumerval	Aumerval,Aumervo,Omerval,Omerval',awmyrfal,ou mei wa er,Омервал,Омерваль,أوميرفال,欧梅瓦尔		FR	32	62	621	62058	197	Europe/Paris
6450263	Autingues	autingues			FR	32	62	626	62059	287	Europe/Paris
6450264	Auxi-le-Château	auxi-le-chateau	Aussi-ch'Catiau,Aussi-ch’Catiau,Auxi-le-Chateau,Auxi-le-Château,Oksi le Shato,Oksi-le-Shato,awksy ly shatw,ou ke xi bao,Окси ле Шато,Окси-ле-Шато,Оксі-ле-Шато,أوكسي لي شاتو,欧克西堡		FR	32	62	621	62060	2674	Europe/Paris
6450265	Averdoingt	averdoingt	Averdoan,Averdoingt,Averduen,Avérdoingt,a wei er duan,afyrdwynjt,Авердоан,Авердуен,أفيردوينجت,阿韦尔端		FR	32	62	621	62061	291	Europe/Paris
6450266	Avesnes-le-Comte	avesnes-le-comte	Aven-le-Kont,Avesne-el-Comte,Avesnes-le-Comte,Avne le Kont,a wei ne lei kong te,afysnys ly kwmt,Авен-ле-Конт,Авне ле Конт,أفيسنيس لي كومت,阿韦讷勒孔特		FR	32	62	621	62063	1951	Europe/Paris
6450267	Avesnes-lès-Bapaume	avesnes-les-bapaume			FR	32	62	621	62064	159	Europe/Paris
6450268	Avion	avion	Av'on,Avion,a wei weng,afywn,Авион,Авьон,Авіон,أفيون,阿维翁		FR	32	62	627	62065	17900	Europe/Paris
6450269	Avondance	avondance	Abondance,Avondance,Avondans,a weng dang si,afwndans,Авонданс,أفوندانس,阿翁当斯		FR	32	62	624	62066	40	Europe/Paris
6450270	Avroult	avroult	Avroult		FR	32	62	625	62067	606	Europe/Paris
6450271	Azincourt	azincourt	Asincurtis,Azenkur,Azincourt,a zan ku er,azankuru,azynkwrt,Азенкур,أزينكورت,アザンクール,阿赞库尔		FR	32	62	624	62069	303	Europe/Paris
6450272	Bailleul-aux-Cornailles	bailleul-aux-cornailles	Bael'-o-Kornaj,Bailleu-a-ches-Cornailles,Bailleu-à-chés-Cornailles,Bailleul-aux-Cornailles,Bajel o Kornaj,ba yue lei ou ke ne ye,baylywl awks kwrnaylyh,Баель-о-Корнай,Баєль-о-Корнай,Бајел о Корнај,بايليول أوكس كورنايليه,巴约勒欧科讷耶		FR	32	62	621	62070	259	Europe/Paris
6450273	Bailleul-lès-Pernes	bailleul-les-pernes	Bael'-le-Pern,Baeyu-les-Pernes,Bailleul-les-Pernes,Bailleul-lès-Pernes,Bajel le Pern,Bäyu-lès-Pernes,ba yue lei lai pei er ne,baylywl lyh byrnys,Баель-ле-Перн,Баєль-ле-Перн,Бајел ле Перн,بايليول ليه بيرنيس,巴约勒莱佩尔讷		FR	32	62	621	62071	430	Europe/Paris
6450274	Bailleulmont	bailleulmont	Bael'mon,Bailleulmont,Bajelmon,ba yue lei meng,baylywlmwnt,Баельмон,Баєльмон,Бајелмон,بايليولمونت,巴约勒蒙		FR	32	62	621	62072	244	Europe/Paris
6450275	Bailleul-Sir-Berthoult	bailleul-sir-berthoult	Bael'-Sir-Bertu,Baiu-ches-Berdoules,Bajel sir Bertu,Baïu-chés-Berdoules,ba yue lei xi er bei tu,baylywl sr byrthwlt,Баель-Сир-Берту,Баєль-Сір-Берту,Бајел сир Берту,بايليول سر بيرثولت,巴约勒锡尔贝图		FR	32	62	621	62073	1402	Europe/Paris
6450276	Bailleulval	bailleulval	Bael'val',Bailleulvo,Bajelval,ba yue lei wa er,baylywlfal,Баельваль,Баєльваль,Бајелвал,بايليولفال,巴约勒瓦尔		FR	32	62	621	62074	249	Europe/Paris
6450277	Baincthun	baincthun	Baincthun		FR	32	62	623	62075	1290	Europe/Paris
6450278	Bainghen	bainghen	Bainghen,Bainghin,Bengan,ban gang,baynhyn,Бенган,باينهين,班冈		FR	32	62	626	62076	232	Europe/Paris
6450279	Bajus	bajus	Bajus		FR	32	62	622	62077	368	Europe/Paris
6450280	Balinghem	balinghem	Balinghem		FR	32	62	626	62078	1191	Europe/Paris
6450281	Bancourt	bancourt	Bancourt		FR	32	62	621	62079	86	Europe/Paris
6450282	Baralle	baralle	Baralle		FR	32	62	621	62081	482	Europe/Paris
6450283	Barastre	barastre	Barastr,Barastre,Baratr,ba la si te er,barastry,Барастр,Баратр,باراستري,巴拉斯特尔		FR	32	62	621	62082	306	Europe/Paris
6450284	Barlin	barlin	Barlin		FR	32	62	622	62083	7720	Europe/Paris
6450285	Barly	barly	Barli,Barly,Bouly,ba li,barly,Барли,Барлі,بارلي,巴利		FR	32	62	621	62084	223	Europe/Paris
6450286	Basseux	basseux	Basseux		FR	32	62	621	62085	136	Europe/Paris
6450287	Bavincourt	bavincourt	Bavincourt		FR	32	62	621	62086	382	Europe/Paris
6450288	Bayenghem-lès-Éperlecques	bayenghem-les-eperlecques	Bayenghem-les-Eperlecques,Bayenghem-lès-Éperlecques		FR	32	62	625	62087	1013	Europe/Paris
6450289	Bayenghem-lès-Seninghem	bayenghem-les-seninghem	Baengem-le-Senengem,Bajenam le Sanengam,Bayenghem-les-Seninghem,Bayenghem-lès-Seninghem,Bayinghin-les-S'ninghin,Bayinghin-lès-S’ninghin,bai yang gai lai sai nan gai mu,baynhym lyh synynhym,Баенгем-ле-Сененгем,Баєнгем-ле-Сененгем,Бајенам ле Саненгам,باينهيم ليه سينينهيم,拜扬盖莱塞南盖姆		FR	32	62	625	62088	324	Europe/Paris
6450290	Bazinghen	bazinghen	Bazinghen		FR	32	62	623	62089	399	Europe/Paris
6450291	Béalencourt	bealencourt	Bealencourt,Béalencourt		FR	32	62	624	62090	129	Europe/Paris
6450292	Beaudricourt	beaudricourt	Beaudricourt,Bodrikur,bo de li ku er,bywdrykwrt,Бодрикур,بيودريكورت,博德里库尔		FR	32	62	621	62091	92	Europe/Paris
6450293	Beaufort-Blavincourt	beaufort-blavincourt	Biaufort-Blavincourt,Bofor Blavenkur,Bofor-Blavenkur,bo fu er bu la wan ku er,bwfwrt blafynkwrt,Бофор Блавенкур,Бофор-Блавенкур,بوفورت بلافينكورت,博福尔布拉万库尔		FR	32	62	621	62092	399	Europe/Paris
6450294	Beaumerie-Saint-Martin	beaumerie-saint-martin	Beaumerie-Saint-Martin		FR	32	62	624	62094	393	Europe/Paris
6450295	Beaumetz-lès-Aire	beaumetz-les-aire	Beaumetz-les-Aire,Beaumetz-lès-Aire,Biaumi-les-Aire,Biaumi-lès-Aire,Bomec lez Er,Bomec-lez-Er,bo mei si lai ai er,bywmyz lyh ayr,Бомец лез Ер,Бомец-лез-Ер,بيوميز ليه اير,博梅斯莱艾尔		FR	32	62	625	62095	240	Europe/Paris
6450296	Beaumetz-lès-Cambrai	beaumetz-les-cambrai	Beaumetz-les-Cambrai,Beaumetz-lès-Cambrai,Biaumes-les-Kimbre,Biaumés-lès-Kimbré,Bomec le Kambre,Bomec-le-Kambre,bo mei si lai kang bu lei,bywmtz lyh kambray,Бомец ле Камбре,Бомец-ле-Камбре,بيومتز ليه كامبراي,博梅斯莱康布雷		FR	32	62	621	62096	587	Europe/Paris
6450297	Beaumetz-lès-Loges	beaumetz-les-loges	Beaumetz-les-Loges,Beaumetz-lès-Loges,Biaumetz-les-Lotz,Biaumetz-lès-Lotz,Bome-le-Lozh,Bomec le Lozh,Bomec-le-Lozh,bo mei si lai luo ri,bywmtz lyh lwjys,Боме-ле-Лож,Бомец ле Лож,Бомец-ле-Лож,بيومتز ليه لوجيس,博梅斯莱洛日		FR	32	62	621	62097	997	Europe/Paris
6450298	Ars-les-Favets	ars-les-favets	Ars-les-Favets		FR	84	63	634	63011	225	Europe/Paris
6450299	Artonne	artonne	Arton,Artona,Artonn,Artonne,a er tong,Артон,Артонн,阿尔通		FR	84	63	634	63012	890	Europe/Paris
6450300	Aubière	aubiere			FR	84	63	632	63014	10185	Europe/Paris
6450301	Aubusson-d'Auvergne	aubusson-d-auvergne	Aubusson-d'Auvergne		FR	84	63	635	63015	256	Europe/Paris
6450302	Augnat	augnat	Augnat		FR	84	63	633	63017	160	Europe/Paris
6450304	Aurières	aurieres	Aureira,Aurieres,Aurières,Aurèira,Orer,Orijer,ao li ai,Оријер,Орєр,奥里埃		FR	84	63	633	63020	315	Europe/Paris
6450305	Auzelles	auzelles	Auselas,Ausèlas,Auzelles,Ozel,Ozel',ao ze lai,Озел,Озель,奥泽莱		FR	84	63	631	63023	354	Europe/Paris
6450306	Avèze	aveze	Avesa,Avez,Aveze,Avèze,a wei ci,Авез,阿韦兹		FR	84	63	633	63024	181	Europe/Paris
6450307	Ayat-sur-Sioule	ayat-sur-sioule	Ayat-sur-Sioule,Eja sir Sjul,Eja-sjur-Siul',Sant Ilari dAiac,xi wu er he pan ai a,Ея-сюр-Сіуль,Еја сир Сјул,西乌尔河畔艾阿		FR	84	63	634	63025	147	Europe/Paris
6450308	Aydat	aydat	Aidac,Aidat,Eda,ai da,Еда,艾达		FR	84	63	632	63026	2337	Europe/Paris
6450309	Baffie	baffie	Baffi,Baffie,Bafi,Bafia,ba fei ye,Бафи,Баффи,Баффі,巴菲耶		FR	84	63	631	63027	113	Europe/Paris
6450310	Bagnols	bagnols	Bagnols,Ban'ol',Banhous,Banhòus,Banol,Gagnols,ba ni ao er,Баньоль,Бањол,巴尼奥尔		FR	84	63	633	63028	440	Europe/Paris
6450311	Bansat	bansat	Bancac,Bansa,Bansat,Bançac,bang sa,Банса,邦萨		FR	84	63	633	63029	251	Europe/Paris
6450312	Bas-et-Lezat	bas-et-lezat	Ba-e-Leza,Bas e Lesac,Baz et Leza,ba he lei zha,Ба-е-Леза,Баз ет Леза,巴和勒扎		FR	84	63	634	63030	326	Europe/Paris
6450313	Beauregard-l'Évêque	beauregard-l-eveque			FR	84	63	632	63034	1473	Europe/Paris
6450314	Beauregard-Vendon	beauregard-vendon	Biauregard de Comba-ronda,Boregar Vandon,Boregar-Vandon,bo lei jia er wang dong,Борегар Вандон,Борегар-Вандон,博雷加尔旺东		FR	84	63	634	63035	1172	Europe/Paris
6450315	Bergonne	bergonne	Bergonne		FR	84	63	633	63036	349	Europe/Paris
6450316	Bertignat	bertignat	Bartinhat,Bertignat,Bertin'ja,Bertina,Bertinhac,bei er di ni ya,Бертинья,Бертиња,Бертінья,贝尔蒂尼亚		FR	84	63	631	63037	455	Europe/Paris
6450317	Biollet	biollet	Biollet		FR	84	63	634	63041	334	Europe/Paris
6450318	Blot-l'Église	blot-l-eglise			FR	84	63	634	63043	403	Europe/Paris
6450319	Bongheat	bongheat	Bona,Bongea,Bongheat,Bonjac,Bonjat,bang ya,Бона,Бонгеа,邦雅		FR	84	63	632	63044	432	Europe/Paris
6450320	Bort-l'Étang	bort-l-etang	Bort-l'Etang,Bort-l'Étang		FR	84	63	635	63045	651	Europe/Paris
6450321	Boudes	boudes	Boudes		FR	84	63	633	63046	287	Europe/Paris
6450322	Bourg-Lastic	bourg-lastic	Borg Lastic,Bur Lastik,Bur-Lastik,Lo Borg de Lastic,bu er la si di ke,Бур Ластик,Бур-Ластик,Бур-Ластік,布尔拉斯蒂克		FR	84	63	634	63048	877	Europe/Paris
6450323	Bouzel	bouzel	Bouzel		FR	84	63	632	63049	719	Europe/Paris
6450325	Brenat	brenat	Brena,Brenac,Brenat,bu lei na,Брена,布雷纳		FR	84	63	633	63051	617	Europe/Paris
6450326	Briffons	briffons			FR	84	63	634	63053	271	Europe/Paris
6450327	Bromont-Lamothe	bromont-lamothe	Bromon Lamot,Bromon e la Mota,Bromon-Lamot,Bromont-Lamothe,bu luo meng la mo te,Бромон Ламот,Бромон-Ламот,布罗蒙拉莫特		FR	84	63	634	63055	974	Europe/Paris
6450328	Bulhon	bulhon	Bilon,Bjulon,Bulhon,bi yong,Билон,Бюлон,比永		FR	84	63	635	63058	532	Europe/Paris
6450329	Busséol	busseol	Biseol,Bjusseol',Bussiou,Bussiòu,bi sai ao,Бисеол,Бюссеоль,比塞奥		FR	84	63	632	63059	219	Europe/Paris
6450330	Bussières-et-Pruns	bussieres-et-pruns	Bisjer e Pren,Bjus'er-e-Pren,Busseiras e Pruns,Bussèiras e Pruns,bi xi ai he pu lan,Бисјер е Прен,Бюсьєр-е-Прен,比西埃和普兰		FR	84	63	634	63061	438	Europe/Paris
6450331	Buxières-sous-Montaigut	buxieres-sous-montaigut			FR	84	63	634	63062	238	Europe/Paris
6450332	Cébazat	cebazat	Cebazat,Cébazat		FR	84	63	632	63063	8275	Europe/Paris
6450333	Ceilloux	ceilloux	Celhons,Seju,Siju,sai lu,Сею,Сију,塞卢		FR	84	63	631	63065	178	Europe/Paris
6450334	Celles-sur-Durolle	celles-sur-durolle	Cela,Celas,Celles-sur-Durolle,Cèla,Cèlas,Sel sir Dirol,Sel'-sjur-Djurol',di luo er he pan se lai,Сел сир Дирол,Сель-сюр-Дюроль,迪罗尔河畔瑟莱		FR	84	63	635	63066	1742	Europe/Paris
6450336	Ceyrat	ceyrat	Ceyrat		FR	84	63	632	63070	6372	Europe/Paris
6450337	Chabreloche	chabreloche	Chabralocha,Chabralòcha,Chabreloche,Shabrelosh,Shabrlosh,sha bu lei luo ke,Шабрелош,Шабрлош,沙布雷洛克		FR	84	63	635	63072	1227	Europe/Paris
6450338	Chadeleuf	chadeleuf			FR	84	63	633	63073	425	Europe/Paris
6450339	Chambon-sur-Dolore	chambon-sur-dolore	Chambon e Tiravacha,Chambon-sur-Dolore,Shambon sir Dolor,Shambon-sjur-Dolor,duo luo er he pan shang bang,Шамбон сир Долор,Шамбон-сюр-Долор,多洛尔河畔尚邦		FR	84	63	631	63076	163	Europe/Paris
6450340	Chambon-sur-Lac	chambon-sur-lac	Chambon,Chambon e Varenas,Chambon-sur-Lac,Shambon sir Lak,Shambon-sjur-Lak,la ke he pan shang bang,Шамбон сир Лак,Шамбон-сюр-Лак,拉克河畔尚邦		FR	84	63	633	63077	410	Europe/Paris
6450342	Champagnat-le-Jeune	champagnat-le-jeune	Champagnat-le-Jeune		FR	84	63	633	63079	148	Europe/Paris
6450343	Champeix	champeix	Campels,Champeix,Shampe,shang pei,Шампе,尚佩		FR	84	63	633	63080	1337	Europe/Paris
6450344	Champétières	champetieres	Champeteiras,Champetieres,Champetèiras,Champiteiras,Champitèiras,Champétières,Shampet'er,Shampetjer,shang pei di ai,Шампетьер,Шампетьєр,Шампетјер,尚佩蒂埃		FR	84	63	631	63081	270	Europe/Paris
6450345	Chanat-la-Mouteyre	chanat-la-mouteyre	Chanac e la Moteira,Chanac e la Motèira,Chanat-la-Mouteyre,Shana la Monter,Shana-la-Mutejr,sha na la mu tai er,Шана ла Монтер,Шана-ла-Мутейр,沙纳拉穆泰尔		FR	84	63	634	63083	948	Europe/Paris
6450346	Chanonat	chanonat	Chanonat		FR	84	63	632	63084	1671	Europe/Paris
6450347	Chapdes-Beaufort	chapdes-beaufort	Chapdas e Biaufort,Chapdas e Biaufòrt,Chapdes-Beaufort,Shad Bofor,Shad-Bofor,sha pu dai bo fu er,Шад Бофор,Шад-Бофор,沙普代博福尔		FR	84	63	634	63085	1079	Europe/Paris
6450348	Chaptuzat	chaptuzat	Chaptuzat		FR	84	63	634	63090	493	Europe/Paris
6450422	Baliracq-Maumusson	baliracq-maumusson			FR	75	64	643	64090	125	Europe/Paris
6450423	Baliros	baliros	Baliros		FR	75	64	643	64091	462	Europe/Paris
6450350	Charbonnières-les-Vieilles	charbonnieres-les-vieilles	Charboneiras las Vielhas,Charbonnieres-les-Vieilles,Charbonnières-les-Vieilles,Charbonèiras las Vielhas,Sharbon'er-le-Vej,Sharbonijer le Vjej,sha er bo ni ai lai wei ye yi lai,Шарбонијер ле Вјеј,Шарбоньєр-ле-Вєй,沙尔博尼埃莱维耶伊莱		FR	84	63	634	63093	1079	Europe/Paris
6450351	Charensat	charensat	Charencac,Charençac,Sharansa,sha lang sa,Шаранса,沙朗萨		FR	84	63	634	63094	508	Europe/Paris
6450352	Charnat	charnat	Charnac,Charnat,Sharna,sha er na,Шарна,沙尔纳		FR	84	63	635	63095	212	Europe/Paris
6450353	Chas	chas	Chas		FR	84	63	632	63096	373	Europe/Paris
6450354	Chastreix	chastreix			FR	84	63	633	63098	226	Europe/Paris
6450355	Aincille	aincille	Aincille,Aintzila		FR	75	64	641	64011	111	Europe/Paris
6450356	Ainharp	ainharp	Ainharbe,Ainharp		FR	75	64	642	64012	144	Europe/Paris
6450357	Ainhice-Mongelos	ainhice-mongelos	Ainhice-Mongelos,Ainhize-Monjolose		FR	75	64	641	64013	171	Europe/Paris
6450358	Alçay-Alçabéhéty-Sunharette	alcay-alcabehety-sunharette	Alcay-Alcabehety-Sunharette,Altzai-Altzabeheti-Zunharreta,Alçay-Alçabéhéty-Sunharette		FR	75	64	642	64015	226	Europe/Paris
6450359	Aldudes	aldudes	Aldudes		FR	75	64	641	64016	317	Europe/Paris
6450360	Amendeuix-Oneix	amendeuix-oneix	Amendeuix-Oneix,Amendueze-Unaso,Amendüze-Unaso		FR	75	64	641	64018	448	Europe/Paris
6450361	Amorots-Succos	amorots-succos	Amorots-Succos,Amorotze-Zokotze		FR	75	64	641	64019	235	Europe/Paris
6450363	Andoins	andoins	Andoins		FR	75	64	643	64021	637	Europe/Paris
6450364	Andrein	andrein	Andrein		FR	75	64	642	64022	131	Europe/Paris
6450365	Angaïs	angais			FR	75	64	643	64023	883	Europe/Paris
6450366	Anglet	anglet	Angelu		FR	75	64	641	64024	38663	Europe/Paris
6450367	Angous	angous	Angous		FR	75	64	642	64025	105	Europe/Paris
6450368	Anhaux	anhaux	Anhauze		FR	75	64	641	64026	393	Europe/Paris
6450369	Anos	anos	Anos		FR	75	64	643	64027	189	Europe/Paris
6450370	Anoye	anoye	Anoye		FR	75	64	643	64028	150	Europe/Paris
6450371	Aramits	aramits	Aramits		FR	75	64	642	64029	673	Europe/Paris
6450372	Arancou	arancou	Arancou,Erango		FR	75	64	641	64031	156	Europe/Paris
6450373	Araujuzon	araujuzon	Araujuzon		FR	75	64	642	64032	203	Europe/Paris
6450374	Araux	araux	Araux		FR	75	64	642	64033	146	Europe/Paris
6450375	Arbonne	arbonne	Arbona,Arbonne		FR	75	64	641	64035	2164	Europe/Paris
6450376	Arbouet-Sussaute	arbouet-sussaute	Arboti-Zohota		FR	75	64	641	64036	312	Europe/Paris
6450377	Arbus	arbus	Arbus		FR	75	64	643	64037	1187	Europe/Paris
6450378	Arcangues	arcangues	Arcangues,Arrangoitze		FR	75	64	641	64038	3147	Europe/Paris
6450379	Aren	aren	Aren		FR	75	64	642	64039	247	Europe/Paris
6450380	Arette	arette			FR	75	64	642	64040	1040	Europe/Paris
6450381	Aressy	aressy			FR	75	64	643	64041	686	Europe/Paris
6450382	Argagnon	argagnon	Argagnon		FR	75	64	643	64042	703	Europe/Paris
6450383	Arget	arget	Arget		FR	75	64	643	64044	78	Europe/Paris
6450384	Arhansus	arhansus	Arhansus,Arhantsusi		FR	75	64	641	64045	73	Europe/Paris
6450385	Armendarits	armendarits	Armendarits,Armendaritze		FR	75	64	641	64046	408	Europe/Paris
6450386	Arnéguy	arneguy	Arnegi,Arneguy,Arnéguy		FR	75	64	641	64047	236	Europe/Paris
6450387	Arnos	arnos	Arnos		FR	75	64	643	64048	103	Europe/Paris
6450388	Arrast-Larrebieu	arrast-larrebieu	Arrast-Larrebieu,UErruestoi-Larrabile,Ürrüstoi-Larrabile		FR	75	64	642	64050	94	Europe/Paris
6450389	Arraute-Charritte	arraute-charritte	Arraute-Charritte,Arrueta-Sarrikota		FR	75	64	641	64051	385	Europe/Paris
6450390	Arricau-Bordes	arricau-bordes	Arricau-Bordes		FR	75	64	643	64052	108	Europe/Paris
6450391	Arrien	arrien			FR	75	64	643	64053	181	Europe/Paris
6450392	Arros-de-Nay	arros-de-nay	Arros-de-Nay		FR	75	64	643	64054	795	Europe/Paris
6450393	Arthez-de-Béarn	arthez-de-bearn	Arthez-de-Bearn,Arthez-de-Béarn		FR	75	64	643	64057	1875	Europe/Paris
6450394	Arthez-d'Asson	arthez-d-asson	Arthez-d'Asson		FR	75	64	643	64058	502	Europe/Paris
6450395	Artigueloutan	artigueloutan	Artigueloutan		FR	75	64	643	64059	1084	Europe/Paris
6450396	Artiguelouve	artiguelouve	Artiguelouve		FR	75	64	643	64060	1617	Europe/Paris
6450397	Artix	artix	Artics,Artiks,a er di,Артикс,Артікс,阿尔蒂		FR	75	64	643	64061	3411	Europe/Paris
6450398	Arudy	arudy	Arudy		FR	75	64	642	64062	2217	Europe/Paris
6450399	Arzacq-Arraziguet	arzacq-arraziguet	Arzacq-Arraziguet		FR	75	64	643	64063	1105	Europe/Paris
6450400	Ascain	ascain	Ascain,Azkaine		FR	75	64	641	64065	4213	Europe/Paris
6450401	Ascarat	ascarat	Ascarat,Azkarate		FR	75	64	641	64066	318	Europe/Paris
6450402	Assat	assat	Assat		FR	75	64	643	64067	1806	Europe/Paris
6450403	Asson	asson	Asson		FR	75	64	643	64068	2045	Europe/Paris
6450404	Aste-Béon	aste-beon			FR	75	64	642	64069	239	Europe/Paris
6450405	Astis	astis	Astis		FR	75	64	643	64070	304	Europe/Paris
6450406	Athos-Aspis	athos-aspis	Athos-Aspis		FR	75	64	642	64071	211	Europe/Paris
6450407	Aubertin	aubertin	Aubertin		FR	75	64	643	64072	658	Europe/Paris
6450408	Aubous	aubous			FR	75	64	643	64074	50	Europe/Paris
6450409	Audaux	audaux	Audaux		FR	75	64	642	64075	163	Europe/Paris
6450410	Auga	auga	Auga		FR	75	64	643	64077	144	Europe/Paris
6450411	Aurions-Idernes	aurions-idernes	Aurions-Idernes		FR	75	64	643	64079	104	Europe/Paris
6450412	Aussevielle	aussevielle	Aussevielle		FR	75	64	643	64080	791	Europe/Paris
6450413	Aussurucq	aussurucq	Altzueruekue,Altzürükü,Aussurucq		FR	75	64	642	64081	246	Europe/Paris
6450414	Auterrive	auterrive	Auterrive		FR	75	64	642	64082	129	Europe/Paris
6450415	Autevielle-Saint-Martin-Bideren	autevielle-saint-martin-bideren	Autevielle-Saint-Martin-Bideren		FR	75	64	642	64083	212	Europe/Paris
6450417	Aydius	aydius	Aydius		FR	75	64	642	64085	112	Europe/Paris
6450418	Ayherre	ayherre	Aiherra,Ayherre		FR	75	64	641	64086	1035	Europe/Paris
6450419	Baigts-de-Béarn	baigts-de-bearn	Baigts-de-Bearn,Baigts-de-Béarn		FR	75	64	643	64087	881	Europe/Paris
6450420	Balansun	balansun	Balansun		FR	75	64	643	64088	287	Europe/Paris
6450424	Banca	banca	Banca,Banka,bang ka,Банка,邦卡		FR	75	64	641	64092	341	Europe/Paris
6450425	Barcus	barcus	Barkoxe		FR	75	64	642	64093	648	Europe/Paris
6450426	Bardos	bardos	Bardo,Bardos,Bardoze,Bardòs,ba er duo,Бардо,Бардос,巴尔多		FR	75	64	641	64094	1828	Europe/Paris
6450427	Barinque	barinque	Barinque		FR	75	64	643	64095	616	Europe/Paris
6450428	Barraute-Camu	barraute-camu	Barraute-Camu		FR	75	64	642	64096	173	Europe/Paris
6450429	Barzun	barzun	Barzen,Barzjon,Barzun,ba er zan,Барзен,Барзён,巴尔赞		FR	75	64	643	64097	595	Europe/Paris
6450431	Angos	angos	Angos,Angòs,Ongo,ang ge,ango,Ангос,Онго,アンゴ,昂戈		FR	76	65	653	65010	228	Europe/Paris
6450432	Anla	anla	Anla,Anlar,Onla,ang la,Анла,Онла,昂拉		FR	76	65	652	65012	97	Europe/Paris
6450434	Antin	antin			FR	76	65	653	65015	109	Europe/Paris
6450435	Antist	antist	Antist,Ontist,ang di si,Антист,Антіст,Онтист,昂蒂斯		FR	76	65	652	65016	171	Europe/Paris
6450436	Aragnouet	aragnouet	Aragnouet,Aranhoet,Aranjue,Aranu,Aranyonet,a la niu ai,Аранюе,Арању,阿拉纽埃		FR	76	65	652	65017	247	Europe/Paris
6450437	Arbéost	arbeost	Arbeost,Arbéost		FR	76	65	651	65018	85	Europe/Paris
6450438	Arcizac-Adour	arcizac-adour	Arcisac dAdor,Arcizac-Adour,Arsizak Adur,Arsizak-Adur,a er xi zha ke a du,Арсизак Адур,Арсизак-Адур,Арсізак-Адур,阿尔西扎克阿杜		FR	76	65	653	65019	536	Europe/Paris
6450439	Arcizac-ez-Angles	arcizac-ez-angles	Arcisac deths Angles,Arcisac eths Angles,Arsizak ez Angle,Arsizak-e-Angl',Arsizak-eh-Angl',a er xi zha ke ai ang ge lai,Арсизак ез Англе,Арсизак-э-Англь,Арсізак-е-Англь,阿尔西扎克埃昂格莱		FR	76	65	651	65020	258	Europe/Paris
6450440	Arcizans-Avant	arcizans-avant	Arcisans Avant,Arcisans Devath,Arsizan Avan,Arsizan-Avan,a er xi cang a wang,Арсизан Аван,Арсизан-Аван,Арсізан-Аван,阿尔西藏阿旺		FR	76	65	651	65021	394	Europe/Paris
6450441	Arcizans-Dessus	arcizans-dessus	Arcisans Dessus,Arcisans Dessús,Arsizan Desi,Arsizan-Dessju,Arsizans-Desju,a er xi cang dai xu,Арсизан Деси,Арсизанс-Десю,Арсізан-Дессю,阿尔西藏代叙		FR	76	65	651	65022	126	Europe/Paris
6450442	Ardengost	ardengost	Ardango,Ardangost,Ardengost,Ardengòst,a er dang ge si,Арданго,Ардангост,阿尔当戈斯		FR	76	65	652	65023	12	Europe/Paris
6450443	Argelès-Gazost	argeles-gazost	Argeles-Gazost,Argelès-Gazost		FR	76	65	651	65025	2940	Europe/Paris
6450444	Aries-Espénan	aries-espenan	Ari-Ehspenan,Ari-Espenan,Aries e Espenan,Aries-Espenan,Aries-Espénan,Aries-Spenan,Aries-Spénan,Ariés e Espenan,Arjez Epenan,a li ye ai si pei nan,Ари-Эспенан,Арі-Еспенан,Арјез Епенан,阿里耶埃斯佩南		FR	76	65	653	65026	69	Europe/Paris
6450446	Arras-en-Lavedan	arras-en-lavedan	Aras an Lavdan,Arras,Arras-an-Lavdan,Arras-en-Lavedan,Arràs,la wei dang de qu a er la,Арас ан Лавдан,Аррас-ан-Лавдан,拉韦当地区阿尔拉		FR	76	65	651	65029	492	Europe/Paris
6450447	Arreau	arreau	Aro,Arreau,Arreu,Arro,a er luo,Àrreu,Аро,Арро,阿尔罗		FR	76	65	652	65031	757	Europe/Paris
6450448	Arrodets-ez-Angles	arrodets-ez-angles	Arrodets-ez-Angles		FR	76	65	651	65033	112	Europe/Paris
6450449	Artagnan	artagnan	Artagnan,Artan'jan,Artanan,Artanhan,a er ta ni ang,arutanyan,Артаньян,Артањан,アルタニャン,阿尔塔尼昂		FR	76	65	653	65035	513	Europe/Paris
6450450	Artalens-Souin	artalens-souin	Artalan Suen,Artalan-Suen,Artalens e Soin,Artalens e Soïn,Artalens-Suehn,a er ta lang su an,Арталан Суен,Арталан-Суен,Арталенс-Суэн,阿尔塔朗苏安		FR	76	65	651	65036	138	Europe/Paris
6450451	Artiguemy	artiguemy	Artigamin,Artigemi,Artiguemy,a er di gai mi,Артигеми,Артігемі,阿尔蒂盖米		FR	76	65	652	65037	94	Europe/Paris
6450452	Aspin-Aure	aspin-aure	Aspen Or,Aspen-Or,Aspin,Aspin-Aure,a si pan ao er,Аспен Ор,Аспен-Ор,阿斯潘奥尔		FR	76	65	652	65039	50	Europe/Paris
6450453	Aspin-en-Lavedan	aspin-en-lavedan	Aspen an Lavedan,Aspen-an-Lavdan,Aspen-an-Lavedan,Aspin,Aspin de Lorda,la wei dang de qu a si pan,Аспен ан Лаведан,Аспен-ан-Лавдан,Аспен-ан-Лаведан,拉韦当地区阿斯潘		FR	76	65	651	65040	314	Europe/Paris
6450454	Asque	asque	Asque		FR	76	65	652	65041	116	Europe/Paris
6450455	Asté	aste	Aste,Aster,Astèr,a si tai,Асте,阿斯泰		FR	76	65	652	65042	553	Europe/Paris
6450456	Astugue	astugue	Astig,Astjug,Astuga,Astugue,a si di gai,Астиг,Астюг,阿斯蒂盖		FR	76	65	652	65043	261	Europe/Paris
6450457	Aubarède	aubarede	Aubarede,Aubarède,Avereda,Obared,Ubare,ao ba lei de,Обаред,Убаре,奥巴雷德		FR	76	65	653	65044	295	Europe/Paris
6450458	Aucun	aucun	Aucun		FR	76	65	651	65045	244	Europe/Paris
6450459	Aureilhan	aureilhan	Aureilhan,Aurelhan,Orejan,Orelan,ao lei yang,Орейан,Орелан,Ореян,奥雷扬		FR	76	65	653	65047	7783	Europe/Paris
6450460	Auriébat	auriebat	Auriavath,Auriebat,Auriébat,Or'ebat,Orebat,Orijeba,ao li ai ba,Оријеба,Орьебат,Орєбат,奥里埃巴		FR	76	65	653	65049	249	Europe/Paris
6450461	Avajan	avajan	Avajan,Avanha,Avazhan,a wa rang,Аважан,阿瓦让		FR	76	65	652	65050	74	Europe/Paris
6450463	Averan	averan	Averan,Avran,a wei lang,Аверан,Авран,阿韦朗		FR	76	65	653	65052	69	Europe/Paris
6450464	Aveux	aveux	Ave,Aveus,Aveux,Avjo,Avèus,a fu,Аве,Авё,阿弗		FR	76	65	652	65053	43	Europe/Paris
6450465	Ayros-Arbouix	ayros-arbouix	Ayros-Arbouix		FR	76	65	651	65055	314	Europe/Paris
6450466	Ayzac-Ost	ayzac-ost	Aisac e Ost,Aisac e Òst,Ayzac-Ost,Ehzak-Ost,Ezak Ost,Ezak-Ost,ai zha ke ao si,Езак Ост,Езак-Ост,Эзак-Ост,艾扎克奥斯		FR	76	65	651	65056	455	Europe/Paris
6450467	Azereix	azereix	Azereix		FR	76	65	653	65057	989	Europe/Paris
6450468	Azet	azet	Azet		FR	76	65	652	65058	154	Europe/Paris
6450469	Bagnères-de-Bigorre	bagneres-de-bigorre	Bagneres-de-Bigorre,Bagnères-de-Bigorre		FR	76	65	652	65059	7404	Europe/Paris
6450470	Banios	banios	Ban'os,Banio,Banios,Baniòs,ba ni ao,Банио,Баньос,Баніос,巴尼奥		FR	76	65	652	65060	51	Europe/Paris
6450472	Barbazan-Debat	barbazan-debat			FR	76	65	653	65062	3449	Europe/Paris
6450473	Barbazan-Dessus	barbazan-dessus	Barbadan Dessus,Barbadan Dessús,Barbazan Desi,Barbazan-Desju,Barbazan-Dessju,Barbazan-Dessus,ba er ba cang dai xu,Барбазан Деси,Барбазан-Дессю,Барбазан-Десю,巴尔巴藏代叙		FR	76	65	653	65063	160	Europe/Paris
6450474	Barlest	barlest	Barle,Barlest,ba er lai si,Барле,Барлест,巴尔莱斯		FR	76	65	651	65065	293	Europe/Paris
6450475	Barrancoueu	barrancoueu	Barankue,Barrancoeu,Barrancoueu,Barrancoèu,Barrankue,Barrankueh,ba er lang ku e,Баранкуе,Барранкуе,Барранкуэ,巴尔朗库厄		FR	76	65	652	65066	33	Europe/Paris
6450476	Batsère	batsere	Batser,Vathsera,Vathsèra,ba te sai er,Батсер,巴特塞尔		FR	76	65	652	65071	39	Europe/Paris
6450477	Bazet	bazet	Badeth,Badèth,Baze,Bazet,ba ze,Базе,Базет,巴泽		FR	76	65	653	65072	1710	Europe/Paris
6450478	Bazillac	bazillac	Baselhac,Bazijak,Bazillac,ba qi la ke,Базийак,Базијак,Базіяк,巴齐拉克		FR	76	65	653	65073	345	Europe/Paris
6450479	Bazordan	bazordan	Bajordan,Bazordan,ba zuo er dang,Базордан,巴佐尔当		FR	76	65	653	65074	113	Europe/Paris
6450480	Bazus-Aure	bazus-aure	Bazus-Aure		FR	76	65	652	65075	132	Europe/Paris
6450481	Bazus-Neste	bazus-neste	Badus de Nestes,Badús de Nestés,Basus de Nestes,Basús de Nestés,Bazi Nest,Bazju-Nest,Bazus-Neste,ba ju nei si te,Бази Нест,Базю-Нест,巴聚内斯特		FR	76	65	652	65076	58	Europe/Paris
6450482	Beaucens	beaucens	Beaucens,Beucens,Biucens,Bosan,Bosens,bo sang,Босан,Босенс,博桑		FR	76	65	651	65077	409	Europe/Paris
6450483	Beaudéan	beaudean	Beaudean,Beaudéan,Beudian,Bodean,bo dai ang,Бодеан,博代昂		FR	76	65	652	65078	392	Europe/Paris
6450484	Bégole	begole	Begol,Begol',Begola,Begole,Begòla,Bégole,bei ge er,Бегол,Беголь,贝戈尔		FR	76	65	653	65079	210	Europe/Paris
6450485	Berbérust-Lias	berberust-lias	Berberi Lija,Berberjus-L'jas,Berberjust-L'jas,Berberust e Liars,Berberust e Lias,Berberust e Liàs,Berberust-Lias,Berbérust-Lias,bei er bei lu si li a,Бербери Лија,Берберюс-Льяс,Берберюст-Льяс,贝尔贝吕斯利阿		FR	76	65	651	65082	50	Europe/Paris
6450486	Bernac-Debat	bernac-debat	Bernac Devath,Bernak Deba,Bernak-Deba,Bernak-Debat,bei er na ke dai ba,Бернак Деба,Бернак-Деба,Бернак-Дебат,贝尔纳克代巴		FR	76	65	653	65083	671	Europe/Paris
6450487	Bernac-Dessus	bernac-dessus	Bernac Dessus,Bernac Dessús,Bernac-Dessus,Bernak-Desju,Bernak-Dessju,Dernak Desi,bei er na ke dai xu,Бернак-Дессю,Бернак-Десю,Дернак Деси,贝尔纳克代叙		FR	76	65	653	65084	293	Europe/Paris
6450488	Bernadets-Debat	bernadets-debat	Bernade-Deba,Bernade-Debat,Bernadet Deba,Bernadets-Debat,Vernadeth Devath,Vernadèth Devath,bei er na dai te dai ba,Бернаде-Деба,Бернаде-Дебат,Бернадет Деба,贝尔纳代特代巴		FR	76	65	653	65085	109	Europe/Paris
6450489	Bernadets-Dessus	bernadets-dessus	Bernade-Dessju,Bernadet Desi,Bernadets-Desju,Bernadets-Dessus,Vernadeth Dessus,Vernadèth Dessús,bei er na dai te dai xu,Бернаде-Дессю,Бернадет Деси,Бернадетс-Десю,贝尔纳代特代叙		FR	76	65	653	65086	157	Europe/Paris
6450491	Betbèze	betbeze	Betbez,Betbeze,Betbèze,Bethveser,Bèthvéser,bei te bei ci,Бетбез,贝特贝兹		FR	76	65	653	65088	45	Europe/Paris
6450492	Betpouey	betpouey	Bethpuei,Betpouey,Betpue,Betpueh,Bèthpuei,bei te pu ai,Бетпуе,Бетпуэ,贝特普埃		FR	76	65	651	65089	88	Europe/Paris
6450493	Betpouy	betpouy	Bethpoi,Betpouy,Betpu,Betpui,Bèthpoi,bei te pu yi,Бетпу,Бетпуи,Бетпуї,贝特普伊		FR	76	65	653	65090	77	Europe/Paris
6450494	Bettes	bettes	Bet,Betas,Bett,Bettes,Bètas,bei tai,Бет,Бетт,贝泰		FR	76	65	652	65091	52	Europe/Paris
6450495	Beyrède-Jumet-Camous	beyrede-jumet-camous	Beireda e Jumet,Bejred-Zhume,Bered,Bered-Zhjumet,Beyrede-Jumet-Camous,Beyrède-Jumet-Camous,Veireda e Jumet,bei lei de rui mei,Бейред-Жуме,Беред,Беред-Жюмет,贝雷德瑞梅		FR	76	65	652	65092	213	Europe/Paris
6450496	Bize	bize	Bisa,Biz,Bize,bi ci,Биз,Біз,比兹		FR	76	65	652	65093	218	Europe/Paris
6450497	Bizous	bizous	Bisos,Bisós,Bizous,Bizu,Bizus,bi zu,Бизу,Бизус,Бізус,比祖		FR	76	65	652	65094	109	Europe/Paris
6450498	Bonnefont	bonnefont	Bonahont,Bonfon,Bonfont,Bonnefont,Bonnfon,bo nei feng,Боннфон,Бонфон,Бонфонт,博内丰		FR	76	65	653	65095	346	Europe/Paris
6450499	Bonnemazon	bonnemazon	Bonamason,Bonmazon,Bonnmazon,bo nei ma zong,Бонмазон,Боннмазон,博内马宗		FR	76	65	652	65096	64	Europe/Paris
6450500	Baho	baho	Baho,Bao,Baó		FR	76	66	662	66012	3205	Europe/Paris
6450501	Baillestavy	baillestavy	Baillestavy		FR	76	66	663	66013	113	Europe/Paris
6450502	Baixas	baixas	Baixas,Baixàs		FR	76	66	662	66014	2546	Europe/Paris
6450503	Banyuls-dels-Aspres	banyuls-dels-aspres	Banyuls-dels-Aspres		FR	76	66	661	66015	1253	Europe/Paris
6450504	Bélesta	belesta	Belesta,Belestar,Belhestar,Bellestar,Bélesta,bei lai si ta,beresuta,Белеста,ベレスタ,贝莱斯塔		FR	76	66	663	66019	225	Europe/Paris
6450505	Bolquère	bolquere	Bolquere,Bolquère		FR	76	66	663	66020	807	Europe/Paris
6450506	Bompas	bompas	Bompa,Bompas,Bompàs,Bonpas,Bonpàs,bang pa,Бомпа,Бомпас,邦帕		FR	76	66	662	66021	7198	Europe/Paris
6450507	Bouleternère	bouleternere	Bouleternere,Bouleternère,Bula d'Avall,Bula de Terranera,Bulaternera		FR	76	66	663	66023	931	Europe/Paris
6450509	Brouilla	brouilla	Brouilla,Bruja,Brulla,Brullà,bu lu yi la,Бруя,Бруја,布鲁伊拉		FR	76	66	661	66026	1358	Europe/Paris
6450510	Cabestany	cabestany	Cabestany		FR	76	66	662	66028	9821	Europe/Paris
6450511	Caixas	caixas	Caixas,Keksa,Keksas,Queixas,Queixàs,kai ke sa,Кекса,Кексас,凯克萨		FR	76	66	661	66029	146	Europe/Paris
6450512	Calce	calce	Calce		FR	76	66	662	66030	209	Europe/Paris
6450513	Calmeilles	calmeilles	Calmeilles,Calmella,Kal'mej,Kalmej,ka er mei lai,kalmy,Калмеј,Кальмей,کالمی,کالمے,卡尔梅莱		FR	76	66	661	66032	60	Europe/Paris
6450514	Camélas	camelas	Camelas,Cameles,Camélas,Kamela,Kamelas,ka mei la,Камела,Камелас,卡梅拉		FR	76	66	661	66033	454	Europe/Paris
6450515	Campôme	campome	Campome,Campôme		FR	76	66	663	66034	113	Europe/Paris
6450516	Campoussy	campoussy	Campossi,Campossin,Campossí,Campoussy		FR	76	66	663	66035	38	Europe/Paris
6450517	Canaveilles	canaveilles	Canaveilles,Canavelles,Kanavej,ka na wei lai,Канавей,Канавеј,卡纳韦莱		FR	76	66	663	66036	32	Europe/Paris
6450518	Canohès	canohes	Canohes,Canohès		FR	76	66	662	66038	5819	Europe/Paris
6450519	Caramany	caramany	Caramany		FR	76	66	663	66039	150	Europe/Paris
6450520	Casefabre	casefabre	Casefabre		FR	76	66	663	66040	40	Europe/Paris
6454653	Rotherens	rotherens			FR	84	73	732	73217	371	Europe/Paris
6450521	Cases-de-Pène	cases-de-pene	Cases-de-Pene,Cases-de-Pène		FR	76	66	662	66041	920	Europe/Paris
6450522	Cassagnes	cassagnes	Cassagnes,Cassanhas,Cassanyes,Kasan,Kassan',ka sa gai,Касањ,Кассань,卡萨盖		FR	76	66	662	66042	267	Europe/Paris
6450523	Casteil	casteil	Casteil,Castell de Vernet		FR	76	66	663	66043	135	Europe/Paris
6450524	Castelnou	castelnou	Castellnou dels Aspres,Castelnou,Kastel'nu,Kastelnu,ka si tai er nu,kasuterunu,Кастелну,Кастельну,カステルヌー,卡斯泰尔努		FR	76	66	661	66044	326	Europe/Paris
6450525	Catllar	catllar	Catlla de Conflent,Catllar,Catllà de Conflent		FR	76	66	663	66045	768	Europe/Paris
6450526	Caudiès-de-Fenouillèdes	caudies-de-fenouilledes	Cauders de Fenollet,Caudiers de Fenolhet,Caudiers de Fenollet,Caudièrs de Fenolhet,Kod'es-de-Fenued,Kodje de Fenujed,ke di ye de fang wu yi lai dai,Кодьес-де-Фенуед,Кодьєс-де-Фенуєд,Кодје де Фенујед,科迪耶德方乌伊莱代		FR	76	66	663	66046	630	Europe/Paris
6450527	Claira	claira	Claira,Clairà,Klera,ke lai la,Клера,克莱拉		FR	76	66	662	66050	4104	Europe/Paris
6450528	Clara-Villerach	clara-villerach	Clara i Villerac,Clarà i Villerac,Clera,Clerà,Klara,Клара		FR	76	66	663	66051	255	Europe/Paris
6450529	Codalet	codalet	Codalet,Kodale,ke da lai,Кодале,科达莱		FR	76	66	663	66052	383	Europe/Paris
6450530	Conat	conat	Conat,Kona,Konat,ke na,Кона,Конат,科纳		FR	76	66	663	66054	59	Europe/Paris
6450531	Corbère-les-Cabanes	corbere-les-cabanes	Corbera de les Cabanes,Corbere-les-Cabanes,Corbère-les-Cabanes		FR	76	66	663	66056	1097	Europe/Paris
6450532	Corneilla-de-Conflent	corneilla-de-conflent	Corneilla-de-Conflent,Cornella de Conflent,Cornellà de Conflent,Korneja de Konflan,Korneja-de-Konflan,ke er nei la de kong fu lang,koruneiya=do=konfuran,Корнея-де-Конфлан,Корнеја де Конфлан,コルネイヤ＝ド＝コンフラン,科尔内拉德孔夫朗		FR	76	66	663	66057	470	Europe/Paris
6450533	Corneilla-la-Rivière	corneilla-la-riviere	Cornella de la Ribera,Cornellà de la Ribera,Korneja la Rivjer,Korneja-la-Riv'er,Korneja-la-River,ke er nei la la li wei ai,Корнея-ла-Ривьер,Корнея-ла-Ривєр,Корнеја ла Ривјер,科尔内拉拉里维埃		FR	76	66	663	66058	2005	Europe/Paris
6450534	Corneilla-del-Vercol	corneilla-del-vercol	Corneilla-del-Vercol,Cornella del Bercol,Cornellà del Bercol,Cornellà del Bèrcol,Korneja del Verkol,Korneja-del'-Verkol',ke er nei la dai wei er ke,Корнея-дель-Верколь,Корнеја дел Веркол,科尔内拉代韦尔科		FR	76	66	661	66059	2232	Europe/Paris
6450535	Corsavy	corsavy	Corsavy,Cortsavi,Cortsaví,Korsavi,ke er sa wei,Корсави,Корсаві,科尔萨维		FR	76	66	661	66060	217	Europe/Paris
6450536	Dorres	dorres	Dorres		FR	76	66	663	66062	166	Europe/Paris
6450537	Égat	egat	Egat,Eguet,ai jia,Èguet,Égat,Егат,埃加		FR	76	66	663	66064	447	Europe/Paris
6450538	Enveitg	enveitg	Anve,Anvech,Enveig,Enveitg,ang wei te,Анве,Анвеч,昂韦特		FR	76	66	663	66066	651	Europe/Paris
6450539	Err	err	Er,Err,ai er,Ерр,埃尔		FR	76	66	663	66067	675	Europe/Paris
6450540	Escaro	escaro	Escaro		FR	76	66	663	66068	109	Europe/Paris
6450541	Espira-de-l'Agly	espira-de-l-agly	Espira-de-l'Agly		FR	76	66	662	66069	3445	Europe/Paris
6450542	Espira-de-Conflent	espira-de-conflent	Espira de Conflent,Espira de Konflan,Espira-de-Conflent,Espira-de-Konflan,Espirà de Conflent,ai si pi la de kong fu lang,Еспира де Конфлан,Еспира-де-Конфлан,Еспіра-де-Конфлан,埃斯皮拉德孔夫朗		FR	76	66	663	66070	171	Europe/Paris
6450543	Estagel	estagel	Estagel,Estagell,Estazhel',Etazhel,ai si ta re,Естажель,Етажел,埃斯塔热		FR	76	66	662	66071	2028	Europe/Paris
6450545	Estoher	estoher	Estoe,Estoer,Estoher,ai si tuo ai,Естое,Естоер,埃斯托埃		FR	76	66	663	66073	148	Europe/Paris
6450546	Eus	eus	E,Evs,e zhen,eusu,Е,Евс,エウス,厄镇		FR	76	66	663	66074	387	Europe/Paris
6450547	Eyne	eyne	Eina,Ejn,En,ai an,Ейн,Ен,埃安		FR	76	66	663	66075	124	Europe/Paris
6450548	Felluns	felluns	Felhuns,Felluns,Феллунс		FR	76	66	663	66076	70	Europe/Paris
6450549	Fillols	fillols	Fijol',Fillols,fei luo er,Фийоль,Фійоль,菲洛尔		FR	76	66	663	66078	183	Europe/Paris
6450550	Finestret	finestret	Finestre,Finestret,fei nei si te lei,Финестре,Фінестре,菲内斯特雷		FR	76	66	663	66079	180	Europe/Paris
6450551	Fontpédrouse	fontpedrouse	Fonpedruz,Fontpedrosa,Fontpedrouse,Fontpédrouse,feng te pei de lu si,Фонпедруз,丰特佩德鲁斯		FR	76	66	663	66080	126	Europe/Paris
6450552	Fontrabiouse	fontrabiouse	Fontrabiouse		FR	76	66	663	66081	130	Europe/Paris
6450553	Formiguères	formigueres	Formiger,Formiguera,Formigueres,Formiguères,fu er mi gai lei,Формигер,Формігер,福尔米盖雷		FR	76	66	663	66082	468	Europe/Paris
6450554	Fosse	fosse	Fos,Foss,Fossa,Fosse,Fòssa,Фос,Фосс		FR	76	66	663	66083	38	Europe/Paris
6450555	Fuilla	fuilla	Fjuija,Fuilla,Fulla,Fullà,fei yi la,Фюия,Фюїя,菲伊拉		FR	76	66	663	66085	450	Europe/Paris
6450556	Glorianes	glorianes	Glor'jan,Glorjan,ge luo li a nei,Глорьян,Глорян,Глорјан,格洛里阿内		FR	76	66	663	66086	25	Europe/Paris
6450557	Ille-sur-Têt	ille-sur-tet	Il'-sjur-Tet,Illa,Ille-sur-Tet,Ille-sur-Têt,tai he pan yi er,Іль-сюр-Тет,Иль-сюр-Тет,泰河畔伊尔		FR	76	66	663	66088	5457	Europe/Paris
6450558	Joch	joch	Joc,Joch,Jóc,Zhosh,ruo ke,Жош,若克		FR	76	66	663	66089	263	Europe/Paris
6450560	Lansac	lansac	Lancac,Lansac,Lansak,Lançac,lang sa ke,Лансак,لانساک، پیرینیس-اورینٹالیس,朗萨克		FR	76	66	663	66092	90	Europe/Paris
6450561	Latour-Bas-Elne	latour-bas-elne	La Torre dElna,Latur-Ba-El'n,la tu ba ai er en,latwr-bas-ylny,Латур-Ба-Ельн,لاتور-باس-یلنی,拉图巴埃尔恩		FR	76	66	661	66094	2614	Europe/Paris
6450562	Latour-de-Carol	latour-de-carol	La Tor de Querol,Latour-de-Carol,Latur-de-Karol',Tor de Querol,la Tor de Querol,la tu de ka luo,rato~uru=do~u=karoru,Латур-де-Кароль,ラトゥール＝ドゥ＝カロル,拉图德卡罗		FR	76	66	663	66095	421	Europe/Paris
6450563	Latour-de-France	latour-de-france	La Tor de Franca,La Tor de França,Latur-de-Frans,la tu de fu lang ke,latwr-dy-franky,Латур-де-Франс,لاتور-دی-فرانکی,拉图德弗朗克		FR	76	66	663	66096	1031	Europe/Paris
6450564	Lesquerde	lesquerde	LEsquerda,LEsquèrda,LEsquérda,Leskerd,Lesquerde,lai si qu ai er de,Лескерд,莱斯屈埃尔德		FR	76	66	663	66097	131	Europe/Paris
6450565	Artolsheim	artolsheim	Artolsheim		FR	44	67	675	67011	995	Europe/Paris
6450566	Aschbach	aschbach			FR	44	67	672	67012	700	Europe/Paris
6450567	Asswiller	asswiller			FR	44	67	674	67013	282	Europe/Paris
6450569	Avolsheim	avolsheim			FR	44	67	673	67016	727	Europe/Paris
6450570	Baerendorf	baerendorf	Baeredorf,Baerendorf,Bajerendorf,Berendorf,Bäredorf,Bärendorf,ba ai lang duo er,bayryndwrt,Бајерендорф,Берендорф,بايريندورت,巴埃朗多尔		FR	44	67	674	67017	308	Europe/Paris
6450571	Baldenheim	baldenheim			FR	44	67	675	67019	1161	Europe/Paris
6450572	Barembach	barembach			FR	44	67	673	67020	892	Europe/Paris
6450573	Barr	barr	Bar,Barr,Bàrr,ba er,baru,Бар,Барр,バール,巴尔		FR	44	67	675	67021	7215	Europe/Paris
6450574	Bassemberg	bassemberg			FR	44	67	675	67022	255	Europe/Paris
6450575	Batzendorf	batzendorf	Bacendorf,Batzedorf,Batzendorf,Bàtzedorf,ba te cang duo er,batsndrf,batzyndwrt,Бацендорф,باتزيندورت,باتسندرف,巴特藏多尔		FR	44	67	672	67023	993	Europe/Paris
6450576	Beinheim	beinheim	Bajnkhajm,Banem,Beinheim,Benajm,baynhaym,bei nan,bynhym,Бајнхајм,Бенайм,باینهایم,بينهيم,贝南		FR	44	67	672	67025	1869	Europe/Paris
6450577	Bellefosse	bellefosse	Bellefosse		FR	44	67	673	67026	149	Europe/Paris
6450578	Belmont	belmont	Bel'mon,Belmon,Belmont,bei er meng,bylmwnt,Белмон,Бельмон,بيلمونت,贝尔蒙		FR	44	67	673	67027	162	Europe/Paris
6450579	Benfeld	benfeld			FR	44	67	675	67028	5738	Europe/Paris
6450580	Berg	berg	Baerich,Ber,Berg,Bärich,bei er,byrgh,Бер,Берг,بيرغ,贝尔		FR	44	67	674	67029	367	Europe/Paris
6450581	Bergbieten	bergbieten	Baribiete,Bergbieten,Bergbiten,bei er ge bi ye tang,brgbytn,byrghbytyn,Бергбитен,Бергбітен,برگبیتن,بيرغبيتين,贝尔格比耶唐		FR	44	67	673	67030	699	Europe/Paris
6450582	Bernardswiller	bernardswiller	Bernardswiller		FR	44	67	675	67031	1457	Europe/Paris
6450583	Bernardvillé	bernardville	Batschwiller im Loch,Batschwiller ím Loch,Bernardville,Bernarvile,Bernhardsweiler im Loch,bei er na er de wei lai,byrnardfyly,Бернарвиле,Бернардвилле,Бернардвілле,بيرناردفيلي,贝尔纳尔德维莱		FR	44	67	675	67032	230	Europe/Paris
6450584	Bernolsheim	bernolsheim	Banze,Bernol'sajm,Bernolsheim,Bernolskhajm,bei er nuo er sang,brnlshaym,byrnwlshym,Бернолсхајм,Бернольсайм,برنلسهایم,بيرنولشيم,贝尔诺尔桑		FR	44	67	672	67033	602	Europe/Paris
6450585	Berstett	berstett	Barstett,Berstet,Berstett,bei er si tai,byrstyt,Берстет,بيرستيت,贝尔斯泰		FR	44	67	674	67034	2425	Europe/Paris
6450586	Berstheim	berstheim	Berstheim		FR	44	67	672	67035	438	Europe/Paris
6450587	Bettwiller	bettwiller	Baettwiller,Bettviller,Bettweiler,Bettwiller,Betviler,Bättwiller,bei te wei lai,btwylr,bytwylyr,Бетвилер,Беттвиллер,Беттвіллер,بتویلر,بيتويلير,بیٹ ویلر,贝特维莱		FR	44	67	674	67036	309	Europe/Paris
6450588	Biblisheim	biblisheim	Biblisheim		FR	44	67	672	67037	349	Europe/Paris
6450589	Bietlenheim	bietlenheim	Bietle,Bitlenajm,Bitlenkhajm,bi ye te lei nan,bytlnhaym,bytlynhym,Битленайм,Битленхајм,Бітленайм,بيتلينهيم,بیتلنهایم,比耶特勒南		FR	44	67	672	67038	266	Europe/Paris
6450590	Bilwisheim	bilwisheim	Bil'visajm,Bilse,Bilviskhajm,Bilwisheim,Bílse,bi er wei sang,bylwyshym,Билвисхајм,Бильвисайм,Більвісайм,بيلويشيم,比尔维桑		FR	44	67	672	67039	463	Europe/Paris
6450591	Bindernheim	bindernheim	Bindernheim		FR	44	67	675	67040	1025	Europe/Paris
6450593	Bischheim	bischheim	Bische,Bischheim,Bishajm,Bishkhajm,Bísche,bi si sang,byshhaym  ba-rn,bystshhym,Бишайм,Бишхајм,Бішайм,بيستشهيم,بیشهایم، با-رن,比斯桑		FR	44	67	678	67043	17180	Europe/Paris
6450594	Bischholtz	bischholtz	Bischholtz,Bischholz,Bischolz,Bishkholc,Bishol'c,Bíscholz,bi si ke er te,byshhlts,bystshhwltz,Бишольц,Бишхолц,Бішольц,بيستشهولتز,بیشهلتس,比斯科尔特		FR	44	67	674	67044	280	Europe/Paris
6450595	Bischoffsheim	bischoffsheim			FR	44	67	673	67045	3332	Europe/Paris
6450596	Bischwiller	bischwiller			FR	44	67	672	67046	12561	Europe/Paris
6450597	Bissert	bissert	Beesert,Bisert,Bisser,Bissert,bi sai er,bysr,bysyrt,Бисерт,Биссер,Біссер,بيسيرت,بیسر,比塞尔		FR	44	67	674	67047	156	Europe/Paris
6450598	Bitschhoffen	bitschhoffen	Bichkhofen,Bitschhoffen,Bitschoffe,Bitshoffen,Bítschoffe,bi te si ke fang,bychhfn,bytstshhwfyn,Битшоффен,Бичхофен,Бітшоффен,بيتستشهوفين,بیچهفن,比特斯科方		FR	44	67	672	67048	452	Europe/Paris
6450599	Blaesheim	blaesheim	Blaase,Blaesheim,Blesajm,Bleskhajm,Bläsheim,blayshsm,blshaym,bu la ai sang,Блесайм,Блесхајм,بلايشسم,بلسهایم,布拉埃桑		FR	44	67	678	67049	1325	Europe/Paris
6450600	Blancherupt	blancherupt	Blancherupt,Blanshrju,Blanshru,blanshrwp,blantshyrwbt,bu lang she lu pu,Бланшру,Бланшрю,بلانتشيروبت,بلانشروپ,布朗舍吕普		FR	44	67	673	67050	38	Europe/Paris
6450601	Blienschwiller	blienschwiller	Blienschwiller		FR	44	67	675	67051	325	Europe/Paris
6450602	Bolsenheim	bolsenheim	Bol'senajm,Bolsene,Bolsenheim,Bolzenkhajm,blznhaym,bo er se nan,bwlsynhym,Болзенхајм,Больсенайм,بلزنهایم,بولسينهيم,博尔瑟南		FR	44	67	675	67054	517	Europe/Paris
6450603	Boofzheim	boofzheim	Boofzheim		FR	44	67	675	67055	1363	Europe/Paris
6450604	Bootzheim	bootzheim	Bockhajm,Boocajm,Booze,Boozheim,bo ao te zan,bwtzhym,Бооцайм,Боцхајм,بوتزهيم,博奥特赞		FR	44	67	675	67056	724	Europe/Paris
6450605	Bossendorf	bossendorf	Bosendorf,Bossedorf,Bossendorf,bo sang duo er,bwsyndwrf,Босендорф,Боссендорф,بوسيندورف,博桑多尔		FR	44	67	674	67058	399	Europe/Paris
6450606	Bourg-Bruche	bourg-bruche	Bourg-Bruche		FR	44	67	673	67059	469	Europe/Paris
6450607	Bourgheim	bourgheim	Bourgheim,Burgajm,Burgheim,Burgkhajm,Burige,bu er gan,bwrghaym,bwrhym,Бургайм,Бургхајм,بورهيم,بورگهایم,布尔甘		FR	44	67	675	67060	616	Europe/Paris
6450608	Breitenau	breitenau	Brajtenau,Breitenau,Breteno,brytynaw,bu lei te nuo,Брајтенау,Бретено,بريتيناو,布雷特诺		FR	44	67	675	67062	305	Europe/Paris
6450646	Bartenheim	bartenheim	Bartenajm,Bartenheim,Bartenkhajm,ba er te nan,Бартенайм,Бартенхајм,巴尔特南		FR	44	68	684	68021	3796	Europe/Paris
6454726	Nemours	nemours	Nemours		FR	11	77	774	77333	13172	Europe/Paris
6450609	Breuschwickersheim	breuschwickersheim	Breshvikersajm,Breuschwickersheim,Brojshvikerskhajm,Wickersche,bryshwykrshaym,brywstshwykyrshym,bu lei si ke wei kai er sang,Брешвикерсайм,Брешвікерсайм,Бројшвикерсхајм,بريوستشويكيرشيم,بریشویکرسهایم,布勒斯克维凯尔桑		FR	44	67	678	67065	1258	Europe/Paris
6450610	Brumath	brumath	Brumath		FR	44	67	672	67067	9913	Europe/Paris
6450611	Buswiller	buswiller	Bjusviller,Buesweiler,Bueswiller,Buswiller,Buzviler,Büsweiler,Büswiller,bi si wei lai,bwswylr,bwswylyr,Бузвилер,Бюсвиллер,Бюсвіллер,بوسويلير,بوسویلر,比斯维莱		FR	44	67	674	67068	271	Europe/Paris
6450612	Burbach	burbach	Bjurbak,Burbach,Burbakh,Burbàch,bi er ba ke,bwrbatsh,Бурбах,Бюрбак,بورباتش,比尔巴克		FR	44	67	674	67070	271	Europe/Paris
6450613	Bust	bust	Bischt,Bist,Bjust,Buest,Bust,Bíscht,Büst,bwst,Бист,Бюст,بوست		FR	44	67	674	67071	459	Europe/Paris
6450614	Butten	butten	Bitte,Bjutten,Buetten,Buten,Butten,Bütten,bi tang,bwtyn,Бутен,Бюттен,بوتين,比唐		FR	44	67	674	67072	674	Europe/Paris
6450615	Châtenois	chatenois	Chatenois,Châtenois,Keschteholz,Kestenholz,Shatenua,Shatnoa,Shatnua,sha tang wa,tshatynwys,Шатенуа,Шатноа,Шатнуа,تشاتينويس,沙唐瓦		FR	44	67	675	67073	4158	Europe/Paris
6450616	Cleebourg	cleebourg	Cleebourg,Klebur,Kleebur,Kleeburg,Kleeburi,ke lai ai bu er,klbwrg,klybwrgh,Клебур,Клеебур,كليبورغ,کلبورگ,克莱埃布尔		FR	44	67	672	67074	722	Europe/Paris
6450617	Climbach	climbach	Climbach,Klembak,Klimbach,Klimbakh,Klimbàch,ke li mu ba ke,klymbakh,klymbatsh,Клембак,Климбах,كليمباتش,کلیمباخ,克利姆巴克		FR	44	67	672	67075	444	Europe/Paris
6450618	Colroy-la-Roche	colroy-la-roche	Colroy-la-Roche,Kol'rua-la-Rosh,Kolroa la Rosh,ke er lu wa la luo ke,klrway-la-rsh,kwlrwy la rwtsh,Колроа ла Рош,Кольруа-ла-Рош,كولروي لا روتش,کلروای-لا-رش,科尔鲁瓦拉罗克		FR	44	67	673	67076	491	Europe/Paris
6450619	Cosswiller	cosswiller	Cosswiller,Kossviller,Kossweiler,Kosswiller,Koßweiler,ke si wei lai,kwswylyr,Коссвиллер,Коссвіллер,كوسويلير,科斯维莱		FR	44	67	673	67077	568	Europe/Paris
6450620	Dachstein	dachstein	Dachstaan,Dachstein,Dakhshtajn,Daksten,Dàchstaan,da ke si tan,daheusyutain,datshstyn,Дакстен,Дахштајн,داتشستين,达克斯坦,다흐슈타인		FR	44	67	673	67080	1810	Europe/Paris
6450621	Dahlenheim	dahlenheim	Dahle,Dahlenheim,Dalenajm,Dalenkhajm,Dàhle,da lei nan,dahlynhym,dalnhaym,Даленайм,Даленхајм,دالنهایم,داهلينهيم,达勒南		FR	44	67	673	67081	755	Europe/Paris
6450622	Dalhunden	dalhunden	Dalhunde,Dalhunden,Daljunden,Dalkhunden,da yan dang,dalhwndyn,Далхунден,Далюнден,دالهوندين,达延当		FR	44	67	672	67082	1119	Europe/Paris
6450623	Dambach-la-Ville	dambach-la-ville	Dambach-la-Ville		FR	44	67	675	67084	2154	Europe/Paris
6450624	Dangolsheim	dangolsheim	Dangelse,Dangol'sajm,Dangolsheim,Dangolskhajm,Dàngelse,dang ge er sang,danjwlshym,Данголсхајм,Дангольсайм,دانجولشيم,当戈尔桑		FR	44	67	673	67085	730	Europe/Paris
6450625	Daubensand	daubensand	Daubensand,Daubenzand,Dobensand,Duewesand,Düwesànd,dabnzand,dawbynsand,duo bang sang,Даубензанд,Добенсанд,دابنزاند,داوبينساند,多邦桑		FR	44	67	675	67086	389	Europe/Paris
6450626	Dauendorf	dauendorf	Daiedorf,Dauendorf,Doendorf,Dàiedorf,dawndrf,dawyndwrf,duo ang duo er,Дауендорф,Доендорф,داوندرف,داويندورف,多昂多尔		FR	44	67	672	67087	1444	Europe/Paris
6450628	Dettwiller	dettwiller	Dettwiller		FR	44	67	674	67089	2614	Europe/Paris
6450629	Diebolsheim	diebolsheim	Diebolsheim		FR	44	67	675	67090	704	Europe/Paris
6450630	Diedendorf	diedendorf	Deedenoff,Didendorf,Diedendorf,di ye dang duo er,dydndrf,dydyndwrf,Дидендорф,Дідендорф,ديديندورف,دیدندرف,迪耶当多尔		FR	44	67	674	67091	322	Europe/Paris
6450631	Dieffenbach-au-Val	dieffenbach-au-val	Dieffenbach-au-Val		FR	44	67	675	67092	627	Europe/Paris
6450632	Dieffenthal	dieffenthal	Diefetal,Dieffental,Difental,Diffental',di ye fang ta,difantaru,dyfntal,dyfynthal,Дифентал,Диффенталь,Діффенталь,ديفينثال,دیفنتال,ディファンタール,迪耶方塔		FR	44	67	675	67094	257	Europe/Paris
6450633	Diemeringen	diemeringen	Diemeringen		FR	44	67	674	67095	1613	Europe/Paris
6450634	Dimbsthal	dimbsthal	Dembstal',Dimbstal,Dimbsthal,Dimpstal,Dimschtel,Dímschtel,di mu bu si ta,dymbstal,dymbsthal,Дембсталь,Димпстал,ديمبسثال,دیمبستال,迪姆布斯塔		FR	44	67	674	67096	310	Europe/Paris
6450635	Dingsheim	dingsheim	Dengsajm,Dingse,Dingskhajm,Díngse,dan ge sang,dynghshym,dyngshaym,Денгсайм,Дингсхајм,دينغشيم,دینگسهایم,丹格桑		FR	44	67	674	67097	1300	Europe/Paris
6450636	Aspach-le-Bas	aspach-le-bas	Aspak-le-Ba,Aspash le Ba,Niederaspach,a si pa ke lai ba,Аспак-ле-Ба,Аспаш ле Ба,阿斯帕克莱巴		FR	44	68	686	68011	1331	Europe/Paris
6450637	Aspach-Michelbach	aspach-michelbach	Aspach-Michelbach		FR	44	68	686	68012	1807	Europe/Paris
6450638	Attenschwiller	attenschwiller	Atenshviler,Attenschweiler,Attenshviller,Atteschwiller,a tang si ke wei lai,Атеншвилер,Аттеншвиллер,Аттеншвіллер,阿唐斯克维莱		FR	44	68	684	68013	959	Europe/Paris
6450639	Aubure	aubure			FR	44	68	682	68014	358	Europe/Paris
6450640	Baldersheim	baldersheim	Bal'dersajm,Balderem,ba er dai er sang,Балдерем,Бальдерсайм,巴尔代尔桑		FR	44	68	684	68015	2615	Europe/Paris
6450641	Balgau	balgau	Balgau		FR	44	68	682	68016	966	Europe/Paris
6450642	Ballersdorf	ballersdorf	Balersdorf,Ballersdorf,ba lai er si duo er,Балерсдорф,Баллерсдорф,巴莱尔斯多尔		FR	44	68	681	68017	822	Europe/Paris
6450643	Balschwiller	balschwiller	Bal'shviller,Balschweiler,Balschwiller,Balshviler,ba er si ke wei lai,Балшвилер,Бальшвиллер,Бальшвіллер,巴尔斯克维莱		FR	44	68	681	68018	771	Europe/Paris
6450644	Baltzenheim	baltzenheim	Bal'cenajm,Bal'tzenajm,Balcenkhajm,Baltzenheim,Balzenheim,ba er te ze nan,Балценхајм,Бальтзенайм,Бальценайм,巴尔特泽南		FR	44	68	682	68019	574	Europe/Paris
6450645	Bantzenheim	bantzenheim	Bancenajm,Bancenkhajm,Bantzenajm,Bantzenheim,Banzenheim,bang te ze nan,Бантзенайм,Банценайм,Банценхајм,邦特泽南		FR	44	68	684	68020	1622	Europe/Paris
6450647	Battenheim	battenheim	Battenheim		FR	44	68	684	68022	1555	Europe/Paris
6450648	Beblenheim	beblenheim	Beblenheim		FR	44	68	682	68023	951	Europe/Paris
6450650	Bendorf	bendorf	Bendorf		FR	44	68	681	68025	207	Europe/Paris
6450651	Bennwihr	bennwihr	Bennvir,Bennweier,Bennwihr,Benvir,bang wei,Бенвир,Беннвир,Беннвір,邦维		FR	44	68	682	68026	1321	Europe/Paris
6450652	Berentzwiller	berentzwiller	Berencviler,Berencviller,Berentzwiller,Berenzviller,Berenzweiler,bo lang te ci wei lai,Берензвиллер,Беренцвилер,Беренцвиллер,Беренцвіллер,伯朗特兹维莱		FR	44	68	681	68027	322	Europe/Paris
6450653	Bergheim	bergheim	Bergajm,Bergem,Bergheim,Bergkhajm,bei er gan,Бергайм,Бергем,Бергхајм,贝尔甘		FR	44	68	682	68028	2147	Europe/Paris
6450655	Berrwiller	berrwiller	Berrviller,Berrweiler,Berviler,Berviller,bei er wei lai,Бервилер,Бервиллер,Беррвиллер,Беррвіллер,贝尔维莱		FR	44	68	684	68032	1187	Europe/Paris
6450656	Bettendorf	bettendorf	Betendorf,Bettendorf,bei tang duo er,Бетендорф,Беттендорф,贝唐多尔		FR	44	68	681	68033	452	Europe/Paris
6450657	Bettlach	bettlach	Betlak,Betlakh,Bettlach,Bettlak,bei te la ke,Бетлак,Бетлах,Беттлак,贝特拉克		FR	44	68	681	68034	310	Europe/Paris
6450659	Biesheim	biesheim			FR	44	68	682	68036	2567	Europe/Paris
6450660	Biltzheim	biltzheim	Bil'cajm,Bilckhajm,Biltzheim,Bilzheim,bi er te zan,Билцхајм,Бильцайм,Більцайм,比尔特赞		FR	44	68	686	68037	439	Europe/Paris
6450661	Bischwihr	bischwihr	Bischweier,Bischwihr,Bishvir,bi si ke wei,Бишвир,Бішвір,比斯克维		FR	44	68	682	68038	1000	Europe/Paris
6450662	Bisel	bisel	Bisel,Bizel,Bizel',bi sai,Бизел,Бизель,Бізель,比塞		FR	44	68	681	68039	543	Europe/Paris
6450664	Blodelsheim	blodelsheim	Blodel'sajm,Blodelsheim,Blodelskhajm,bu luo dai er sang,Блоделсхајм,Блодельсайм,布洛代尔桑		FR	44	68	682	68041	1833	Europe/Paris
6450665	Blotzheim	blotzheim	Blotzheim		FR	44	68	684	68042	4457	Europe/Paris
6450666	Bollwiller	bollwiller	Bollwiller		FR	44	68	684	68043	3979	Europe/Paris
6450667	Bourbach-le-Bas	bourbach-le-bas	Bourbach-le-Bas,Burbak-le-Ba,Burbakh le Bas,Niederburbach,bu er ba ke lai ba,Бурбак-ле-Ба,Бурбах ле Бас,布尔巴克莱巴		FR	44	68	686	68045	569	Europe/Paris
6450668	Bourbach-le-Haut	bourbach-le-haut	Bourbach-le-Haut,Burbak-le-O,Burbakh le O,Oberburbach,bu er ba ke lai ao,Бурбак-ле-О,Бурбах ле О,布尔巴克莱奥		FR	44	68	686	68046	420	Europe/Paris
6450669	Bréchaumont	brechaumont	Brechaumont,Breshomon,Brueckensweiler,Bréchaumont,Brückensweiler,bu lei shao meng,Брешомон,布雷绍蒙		FR	44	68	681	68050	411	Europe/Paris
6450670	Breitenbach-Haut-Rhin	breitenbach-haut-rhin	Breitenbach,Breitenbach-Haut-Rhin,Bretenbak-O-Ren,Bretenbakh Ot Rin,bu lei tang ba ke ao lan,Бретенбак-О-Рен,Бретенбах От Рин,布雷唐巴克奥兰		FR	44	68	682	68051	831	Europe/Paris
6450672	Brinckheim	brinckheim	Brenkajm,Brinckheim,Brinkajm,Brinkheim,Brinkkhajm,bu lan kan,Бренкайм,Бринкайм,Бринкхајм,布兰坎		FR	44	68	684	68054	385	Europe/Paris
6450673	Bruebach	bruebach	Brjubak,Brubach,Brubakh,bu lu ai ba ke,Брубах,Брюбак,布吕埃巴克		FR	44	68	684	68055	1060	Europe/Paris
6450674	Brunstatt-Didenheim	brunstatt-didenheim	Brunstatt-Didenheim		FR	44	68	684	68056	7850	Europe/Paris
6450675	Buethwiller	buethwiller	Bjutviller,Buetweiler,Butviler,Bütweiler,bi ai te wei lai,Бутвилер,Бютвиллер,Бютвіллер,比埃特维莱		FR	44	68	681	68057	272	Europe/Paris
6450676	Burnhaupt-le-Bas	burnhaupt-le-bas	Burnhaupt-le-Bas		FR	44	68	686	68059	1853	Europe/Paris
6450677	Burnhaupt-le-Haut	burnhaupt-le-haut	Burnhaupt-le-Haut		FR	44	68	686	68060	1828	Europe/Paris
6450678	Buschwiller	buschwiller	Bjushviller,Buschweiler,Buschwiller,Bushviler,bi si ke wei lai,Бушвилер,Бюшвиллер,Бюшвіллер,比斯克维莱		FR	44	68	684	68061	1029	Europe/Paris
6450679	Carspach	carspach	Carspach		FR	44	68	681	68062	2048	Europe/Paris
6450680	Cernay	cernay	Cernay,Sennheim,Serne,sai er nai,serune,Серне,セルネー,塞尔奈		FR	44	68	686	68063	11617	Europe/Paris
6450681	Chalampé	chalampe	Chalampe,Chalampé		FR	44	68	684	68064	950	Europe/Paris
6450683	Courtavon	courtavon	Courtavon,Kurtavon,ku er ta weng,Куртавон,库尔塔翁		FR	44	68	681	68067	375	Europe/Paris
6450684	Dannemarie	dannemarie	Dammerkirch,Danmari,Dannemarie,Dannmari,da ne ma li,Данмари,Даннмари,Даннмарі,达讷马里		FR	44	68	681	68068	2259	Europe/Paris
6450685	Dessenheim	dessenheim	Desenkhajm,Dessenajm,Dessenheim,Dessenkhejm,dai se nan,Десенхајм,Дессенайм,Дессенхейм,代瑟南		FR	44	68	682	68069	1398	Europe/Paris
6450687	Diefmatten	diefmatten	Diefmatten,Difmaten,Difmatten,di ye fu ma tang,Дифматен,Дифматтен,Діфматтен,迪耶夫马唐		FR	44	68	681	68071	283	Europe/Paris
6450688	Dietwiller	dietwiller	Dietwiller		FR	44	68	684	68072	1451	Europe/Paris
6450689	Dolleren	dolleren	Doleren,Dolleren,Dollern,duo lei lang,Долерен,Доллерен,多勒朗		FR	44	68	686	68073	470	Europe/Paris
6450690	Durlinsdorf	durlinsdorf	Djurlensdorf,Durlinsdorf,di er lan si duo er,Дюрленсдорф,迪尔兰斯多尔		FR	44	68	681	68074	568	Europe/Paris
6450691	Durmenach	durmenach	Djurmenak,Duermenach,Durmenach,Dürmenach,di er mo na ke,Дюрменак,迪尔默纳克		FR	44	68	681	68075	850	Europe/Paris
6450692	Durrenentzen	durrenentzen	Durrenentzen		FR	44	68	682	68076	879	Europe/Paris
6450693	Eglingen	eglingen	Eglingen		FR	44	68	681	68077	366	Europe/Paris
6450694	Eguisheim	eguisheim	Eguisheim		FR	44	68	682	68078	1728	Europe/Paris
6450695	Elbach	elbach	Ehl'bak,El'bak,Elbach,ai er ba ke,Ельбак,Эльбак,埃尔巴克		FR	44	68	681	68079	257	Europe/Paris
6450696	Emlingen	emlingen	Emlingen		FR	44	68	681	68080	280	Europe/Paris
6450697	Ensisheim	ensisheim	Ensisheim		FR	44	68	686	68082	7466	Europe/Paris
6450698	Eschbach-au-Val	eschbach-au-val	Ehshbak-o-Val',Eschbach im Tal,Eschbach-au-Val,Eshbak-o-Val',ai si ke ba ke ao wa,Ешбак-о-Валь,Эшбак-о-Валь,埃斯克巴克奥瓦		FR	44	68	682	68083	361	Europe/Paris
6450699	Eschentzwiller	eschentzwiller	Ehshensviller,Eschentzwiller,Eschenzweiler,Eshencviller,ai si shang te ci wei lai,Ешенцвиллер,Ешенцвіллер,Эшенсвиллер,埃斯尚特兹维莱		FR	44	68	684	68084	1489	Europe/Paris
6450764	Fontaines-Saint-Martin	fontaines-saint-martin			FR	84	69	691	69087	3070	Europe/Paris
6450700	Falkwiller	falkwiller	Fal'kviller,Falkviler,Falkweiler,Falkwiller,fa er ke wei lai,falkwylyr,Фалквилер,Фальквиллер,Фальквіллер,فالکویلیر,法尔克维莱		FR	44	68	681	68086	192	Europe/Paris
6450701	Feldbach	feldbach	Fel'dbak,fu er de ba ke,Фельдбак,弗尔德巴克		FR	44	68	681	68087	435	Europe/Paris
6450702	Feldkirch	feldkirch	Fel'dkirsh,Feldkirch,fu er de ji er ke,Фельдкирш,Фельдкірш,弗尔德基尔克		FR	44	68	684	68088	990	Europe/Paris
6450703	Fellering	fellering			FR	44	68	686	68089	1620	Europe/Paris
6450704	Fislis	fislis	Fisli,Fislis,fei si li,Фисли,Фислис,Фіслі,菲斯利		FR	44	68	681	68092	430	Europe/Paris
6450705	Flaxlanden	flaxlanden	Flaxlanden		FR	44	68	684	68093	1457	Europe/Paris
6450706	Folgensbourg	folgensbourg	Fol'gensbur,Folgensburg,fu er rang si bu er,Фольгенсбур,福尔让斯布尔		FR	44	68	684	68094	903	Europe/Paris
6450707	Fortschwihr	fortschwihr	Fortschwihr		FR	44	68	682	68095	1148	Europe/Paris
6450708	Franken	franken	Franken,fu lang kang,Франкен,弗朗康		FR	44	68	681	68096	337	Europe/Paris
6450709	Fréland	freland	Freland,Fréland		FR	44	68	682	68097	1355	Europe/Paris
6450710	Friesen	friesen	Friesen		FR	44	68	681	68098	641	Europe/Paris
6450711	Aveize	aveize	Aveize,Avez,Авез		FR	84	69	691	69014	1136	Europe/Paris
6450713	Azolette	azolette	Azolette		FR	84	69	692	69016	121	Europe/Paris
6450714	Bagnols	bagnols	Bagnols,Ban'ol',Banol,Баньоль,Бањол		FR	84	69	692	69017	705	Europe/Paris
6450715	Bessenay	bessenay	Besne,Bessenay,Bessne,Бесне,Бессне		FR	84	69	692	69021	2266	Europe/Paris
6450716	Blacé	blace			FR	84	69	692	69023	1583	Europe/Paris
6450718	Brignais	brignais	Brignais		FR	84	69	691	69027	11265	Europe/Paris
6450719	Brindas	brindas			FR	84	69	691	69028	6067	Europe/Paris
6450720	Brullioles	brullioles	Briliol,Brjul'jol',Brullioles,Брилиол,Брюльйоль		FR	84	69	691	69030	818	Europe/Paris
6450721	Brussieu	brussieu	Brisje,Brjus'e,Brussieu,Брисје,Брюсьє		FR	84	69	691	69031	1373	Europe/Paris
6450722	Cailloux-sur-Fontaines	cailloux-sur-fontaines	Cailloux-sur-Fontaines,Kaju sir Fonten,Kaju-sjur-Fonten,Каю-сюр-Фонтен,Кају сир Фонтен		FR	84	69	691	69033	2642	Europe/Paris
6450723	Caluire-et-Cuire	caluire-et-cuire	Caluire-et-Cuire,Kalir e Kir,Kaljuir-e-Kjuir,karyuiru=e=kyuiru,klwyyr akwyyr,Калир е Кир,Калюїр-е-Кюїр,کلوئیر اکوئیر,カリュイール＝エ＝キュイール		FR	84	69	691	69034	42915	Europe/Paris
6450724	Cenves	cenves	Cenves		FR	84	69	692	69035	399	Europe/Paris
6450725	Cercié	cercie	Cercie,Cercié		FR	84	69	692	69036	1123	Europe/Paris
6450726	Chambost-Allières	chambost-allieres	Chambost-Allieres,Chambost-Allières,Shambo Alijer,Shambo-Al'er,shambs-alyr,Шамбо Алијер,Шамбо-Альєр,شامبس-آلیر		FR	84	69	692	69037	833	Europe/Paris
6450728	Chamelet	chamelet	Chamelet,Shamle,shamlh,Шамле,شامله,شاملے		FR	84	69	692	69039	669	Europe/Paris
6450729	Champagne-au-Mont-d'Or	champagne-au-mont-d-or	Champagne-au-Mont-d'Or		FR	84	69	691	69040	5603	Europe/Paris
6450730	Charbonnières-les-Bains	charbonnieres-les-bains	Charbonnieres-les-Bains,Charbonnières-les-Bains		FR	84	69	691	69044	5016	Europe/Paris
6450731	Charentay	charentay	Sharante,Шаранте		FR	84	69	692	69045	1240	Europe/Paris
6450732	Charly	charly	Charly,Sharli,Шарли,Шарлі		FR	84	69	691	69046	4529	Europe/Paris
6450734	Chaussan	chaussan	Shosan,Shossan,Шосан,Шоссан		FR	84	69	691	69051	1117	Europe/Paris
6450735	Chazay-d'Azergues	chazay-d-azergues	Chazay-d'Azergues		FR	84	69	692	69052	4130	Europe/Paris
6450737	Chénelette	chenelette	Chenelette,Chénelette		FR	84	69	692	69054	327	Europe/Paris
6450738	Chessy	chessy	Chessy-les-Mines,Shesi,Shessi,Шеси,Шессі		FR	84	69	692	69056	2056	Europe/Paris
6450739	Chevinay	chevinay	Shevine,Шевине,Шевіне		FR	84	69	692	69057	545	Europe/Paris
6450740	Chiroubles	chiroubles	Chiroubles		FR	84	69	692	69058	401	Europe/Paris
6450741	Civrieux-d'Azergues	civrieux-d-azergues	Civrieux-d'Azergues		FR	84	69	692	69059	1520	Europe/Paris
6450742	Claveisolles	claveisolles	Claveisolles		FR	84	69	692	69060	664	Europe/Paris
6450743	Cogny	cogny	Cogny,Kon'i,Koni,Коньї,Коњи		FR	84	69	692	69061	1170	Europe/Paris
6450744	Collonges-au-Mont-d'Or	collonges-au-mont-d-or	Collonges-au-Mont-d'Or		FR	84	69	691	69063	4054	Europe/Paris
6450745	Corcelles-en-Beaujolais	corcelles-en-beaujolais	Corcelles-en-Beaujolais,Korsel an Bozhole,Korsel'-an-Bozhole,Корсел ан Божоле,Корсель-ан-Божоле		FR	84	69	692	69065	927	Europe/Paris
6450746	Courzieu	courzieu			FR	84	69	692	69067	1094	Europe/Paris
6450747	Couzon-au-Mont-d'Or	couzon-au-mont-d-or	Couzon-au-Mont-d'Or		FR	84	69	691	69068	2559	Europe/Paris
6450748	Craponne	craponne	Craponne,Krapon,Kraponn,keulapon,Крапон,Крапонн,크라폰		FR	84	69	691	69069	11158	Europe/Paris
6450749	Cublize	cublize	Cublize,Kibliz,Kjubliz,kwblyz,Киблиз,Кюбліз,کوبلیز		FR	84	69	692	69070	1268	Europe/Paris
6450750	Dardilly	dardilly	Dardilly		FR	84	69	691	69072	8617	Europe/Paris
6450752	Denicé	denice	Denice,Denicé,Denise,Денисе,Денісе		FR	84	69	692	69074	1467	Europe/Paris
6450753	Dième	dieme	D'em,Dieme,Dième,Djem,dym,dym  fransh,Дьєм,Дјем,دیم,دیم، فرانسه		FR	84	69	692	69075	194	Europe/Paris
6450755	Dracé	drace	Drace,Dracé,Drase,Драсе		FR	84	69	692	69077	957	Europe/Paris
6450756	Duerne	duerne	Duerne		FR	84	69	691	69078	823	Europe/Paris
6450757	Échalas	echalas	Echalas,Échalas		FR	84	69	691	69080	1771	Europe/Paris
6450758	Écully	ecully	Ecully,Écully		FR	84	69	691	69081	18097	Europe/Paris
6450759	Émeringes	emeringes			FR	84	69	692	69082	251	Europe/Paris
6450760	Éveux	eveux	Eve,Eveux,Éveux,Еве		FR	84	69	692	69083	1186	Europe/Paris
6450761	Fleurie	fleurie	Fleurie		FR	84	69	692	69084	1256	Europe/Paris
6450762	Fleurieu-sur-Saône	fleurieu-sur-saone	Fleurieu-sur-Saone,Fleurieu-sur-Saône		FR	84	69	691	69085	1435	Europe/Paris
6450763	Fleurieux-sur-l'Arbresle	fleurieux-sur-l-arbresle	Fleurieux-sur-l'Arbresle		FR	84	69	692	69086	2356	Europe/Paris
6454727	Ormesson	ormesson	Ormesson		FR	11	77	774	77348	247	Europe/Paris
6450765	Fontaines-sur-Saône	fontaines-sur-saone			FR	84	69	691	69088	7001	Europe/Paris
6450766	Francheville	francheville	Francheville,Franshvil,Franshvil',franshwyl  rn,fu hang xie wei lei (xue na),fu lang she wei er,Франшвил,Франшвіль,فرانشویل، رن,弗朗舍维尔,弗杭歇维嘞（学纳）		FR	84	69	691	69089	14278	Europe/Paris
6450767	Frontenas	frontenas	Frontenas		FR	84	69	692	69090	818	Europe/Paris
6450768	Givors	givors	Givors		FR	84	69	691	69091	19312	Europe/Paris
6450769	Gleizé	gleize	Gleize,Gleizé,Gleze,Глезе		FR	84	69	692	69092	7473	Europe/Paris
6450770	Grandris	grandris	Grandris		FR	84	69	692	69093	1163	Europe/Paris
6450771	Grézieu-la-Varenne	grezieu-la-varenne	Grezieu-la-Varenne,Grézieu-la-Varenne		FR	84	69	691	69094	5629	Europe/Paris
6450772	Grigny	grigny	Grigny		FR	84	69	691	69096	9615	Europe/Paris
6450773	Alaincourt	alaincourt	Alaincourt,Alenkur,alnkwr,Аленкур,النکور		FR	27	70	701	70010	116	Europe/Paris
6450774	Amage	amage	Amage,Amazh,amazh,Амаж,آماژ		FR	27	70	701	70011	349	Europe/Paris
6450775	Amance	amance	Amans,amans,Аманс,امانس		FR	27	70	702	70012	656	Europe/Paris
6450776	Ambiévillers	ambievillers	Amb'eviller,Ambeville,Ambievillers,Ambiévillers,Ombijavije,Амбьевиллер,Амбєвілле,Омбијавије,آمبیه‌ویلر		FR	27	70	701	70013	75	Europe/Paris
6450777	Amblans-et-Velotte	amblans-et-velotte	Amblan-e-Velott,Amblan-eh-Velot,Omblon-e-Velot,amblan-a-wlwt,Амблан-е-Велотт,Амблан-э-Велот,Омблон-е-Велот,آمبلان-ا-ولوت		FR	27	70	701	70014	393	Europe/Paris
6450778	Amoncourt	amoncourt	Amonkur,Амонкур,امون‌کور		FR	27	70	702	70015	292	Europe/Paris
6450779	Anchenoncourt-et-Chazel	anchenoncourt-et-chazel	Anchenoncourt-et-Chazel,Anshenonkur-e-Shazel',Anshenonkur-eh-Shazel',Onshenonkur-e-Shazel,Аншенонкур-е-Шазель,Аншенонкур-э-Шазель,Оншенонкур-е-Шазел,انچنان‌کورت-ات-کزل		FR	27	70	701	70017	236	Europe/Paris
6450780	Ancier	ancier	Ancier,Ans'e,Onsije,ansyr,Ансье,Ансьє,Онсије,انسیر		FR	27	70	702	70018	495	Europe/Paris
6450781	Andelarre	andelarre			FR	27	70	702	70019	133	Europe/Paris
6450782	Andelarrot	andelarrot	Andelarro,Andelarrot,Andlarro,Ondlaro,andlarwt,Анделарро,Андларро,Ондљаро,اندلاروت		FR	27	70	702	70020	235	Europe/Paris
6450783	Andornay	andornay	Andornay		FR	27	70	701	70021	206	Europe/Paris
6450784	Anjeux	anjeux	Anjeux,Anzhe,Anzhjo,Onzho,Анже,Анжё,Онжо		FR	27	70	701	70023	143	Europe/Paris
6450785	Apremont	apremont	Apremon,Aprmon,Апремон,Апрмон		FR	27	70	702	70024	467	Europe/Paris
6450786	Arbecey	arbecey	Arbese,Arbse,Арбесе,Арбсе		FR	27	70	702	70025	263	Europe/Paris
6450788	Aroz	aroz			FR	27	70	702	70028	152	Europe/Paris
6450789	Arpenans	arpenans	Arpenans		FR	27	70	701	70029	245	Europe/Paris
6450790	Arsans	arsans	Arsan,Arsans,Арсан		FR	27	70	702	70030	49	Europe/Paris
6450792	Augicourt	augicourt	Augicourt,Ozhikur,Ожикур		FR	27	70	702	70035	176	Europe/Paris
6450793	Aulx-lès-Cromary	aulx-les-cromary	Aulx-les-Cromary,Aulx-lès-Cromary,O le Kromari,O-le-Kromari,О ле Кромари,О-ле-Кромари,О-ле-Кромарі		FR	27	70	702	70036	164	Europe/Paris
6450794	Autet	autet	Autet,Ote,Оте		FR	27	70	702	70037	264	Europe/Paris
6450795	Authoison	authoison	Authoison,Otoazun,Otuazon,Отоазун,Отуазон		FR	27	70	702	70038	318	Europe/Paris
6450796	Autoreille	autoreille	Autoreille,Otoreij,Otorej,Отореиј,Оторей		FR	27	70	702	70039	328	Europe/Paris
6450797	Autrey-lès-Cerre	autrey-les-cerre	Otre le Ser,Otre-le-Ser,Otre-le-Serr,Отре ле Сер,Отре-ле-Сер,Отре-ле-Серр		FR	27	70	702	70040	233	Europe/Paris
6450798	Autrey-lès-Gray	autrey-les-gray	Otre le Gre,Otre-le-Gre,Отре ле Гре,Отре-ле-Гре		FR	27	70	702	70041	372	Europe/Paris
6450799	Autrey-le-Vay	autrey-le-vay	Autrey-le-Vay,Otre le Ve,Otre-le-Ve,Отре ле Ве,Отре-ле-Ве		FR	27	70	701	70042	90	Europe/Paris
6450800	Auvet-et-la-Chapelotte	auvet-et-la-chapelotte	Auvet-et-la-Chapelotte,Ove-e-la-Shapelott,Ove-eh-la-Shaplot,Ovet e la Shaplot,Ове-е-ла-Шапелотт,Ове-э-ла-Шаплот,Овет е ла Шаплот		FR	27	70	702	70043	243	Europe/Paris
6450801	Baignes	baignes	Baignes,Ben,Ben',Бень,Бењ		FR	27	70	702	70047	98	Europe/Paris
6450802	Bard-lès-Pesmes	bard-les-pesmes	Bard-les-Pesmes,Bard-lès-Pesmes		FR	27	70	702	70048	145	Europe/Paris
6450804	Bassigney	bassigney	Basin'e,Basine,Bassigney,Bassin'e,Басинье,Басиње,Бассіньє		FR	27	70	701	70052	132	Europe/Paris
6450805	Battrans	battrans	Battrans		FR	27	70	702	70054	230	Europe/Paris
6450806	Baudoncourt	baudoncourt	Baudoncourt,Bodonkur,Бодонкур		FR	27	70	701	70055	549	Europe/Paris
6450807	Bay	bay	Bay,Be,Бе		FR	27	70	702	70057	134	Europe/Paris
6450808	Beaumotte-lès-Pin	beaumotte-les-pin	Beaumotte-les-Pin,Beaumotte-lès-Pin,Bomot le Pen,Bomot-le-Pen,Bomott-le-Pen,Бомот ле Пен,Бомот-ле-Пен,Бомотт-ле-Пен		FR	27	70	702	70060	302	Europe/Paris
6450809	Belfahy	belfahy	Bel'fai,Belfahy,Belfai,Белфаи,Бельфаи,Бельфаї		FR	27	70	701	70061	80	Europe/Paris
6450810	Belonchamp	belonchamp	Belonchamp,Belonsham,Belonshan,Белоншам,Белоншан		FR	27	70	701	70063	201	Europe/Paris
6450811	Belverne	belverne			FR	27	70	701	70064	145	Europe/Paris
6450812	Besnans	besnans	Besnans		FR	27	70	702	70065	79	Europe/Paris
6450813	Betoncourt-lès-Brotte	betoncourt-les-brotte	Betoncourt-les-Brotte,Betoncourt-lès-Brotte		FR	27	70	701	70067	119	Europe/Paris
6450814	Betoncourt-Saint-Pancras	betoncourt-saint-pancras	Betoncourt-Saint-Pancras,Betonkur Sen Pankras,Betonkur-Sen-Pankra,Бетонкур Сен Панкрас,Бетонкур-Сен-Панкра		FR	27	70	701	70069	50	Europe/Paris
6450815	Betoncourt-sur-Mance	betoncourt-sur-mance	Betoncourt-sur-Mance,Betonkur sir Mans,Betonkur-sjur-Mans,Бетонкур сир Манс,Бетонкур-сюр-Манс		FR	27	70	702	70070	30	Europe/Paris
6450816	Beulotte-Saint-Laurent	beulotte-saint-laurent	Belot Sen Loran,Belott-Sen-Loran,Beulotte-Saint-Laurent,Bjolot-Sen-Loran,Белот Сен Лоран,Белотт-Сен-Лоран,Бёлот-Сен-Лоран		FR	27	70	701	70071	58	Europe/Paris
6450817	Beveuge	beveuge	Bevezh,Bevjozh,Бевеж,Бевёж		FR	27	70	701	70072	83	Europe/Paris
6450819	Bonboillon	bonboillon	Bonboillon,Bonbojon,Bonbuajon,Bonbuallon,Бонбојон,Бонбуайон,Бонбуаллон		FR	27	70	702	70075	199	Europe/Paris
6450820	Borey	borey	Borey		FR	27	70	702	70077	235	Europe/Paris
6450821	Bougey	bougey	Buzhe,Буже		FR	27	70	702	70078	94	Europe/Paris
6450822	Bougnon	bougnon	Bougnon,Bun'on,Bunon,Буньон,Буњон		FR	27	70	702	70079	544	Europe/Paris
6450823	Bouhans-et-Feurg	bouhans-et-feurg	Bouhans-et-Feurg,Buan-e-Fer,Buan-eh-Fjor,Buans et Fer,Буан-е-Фер,Буан-э-Фёр,Буанс ет Фер		FR	27	70	702	70080	249	Europe/Paris
6450824	Bouhans-lès-Lure	bouhans-les-lure	Bouhans-les-Lure,Bouhans-lès-Lure,Buan le Lir,Buan-le-Ljur,Буан ле Лир,Буан-ле-Люр		FR	27	70	701	70081	322	Europe/Paris
6450825	Bouhans-lès-Montbozon	bouhans-les-montbozon	Bouhans-les-Montbozon,Buan le Monbozon,Buan-le-Monbozon,Буан ле Монбозон,Буан-ле-Монбозон		FR	27	70	702	70082	140	Europe/Paris
6450826	Bouligney	bouligney	Bouligney,Bulin'e,Buline,Булинье,Булиње,Буліньє		FR	27	70	701	70083	416	Europe/Paris
6450827	Boulot	boulot	Boulot		FR	27	70	702	70084	681	Europe/Paris
6450828	Boult	boult	Boult,Bu,Бу		FR	27	70	702	70085	595	Europe/Paris
6450829	Bourbévelle	bourbevelle	Bourbevelle,Bourbévelle,Burbevel,Burbevel',Бурбевел,Бурбевель		FR	27	70	702	70086	82	Europe/Paris
6450830	Bourguignon-lès-Conflans	bourguignon-les-conflans	Bourguignon-les-Conflans,Bourguignon-lès-Conflans,Burgin'on-le-Konflan,Burginon le Konflan,Бургиньон-ле-Конфлан,Бургињон ле Конфлан,Бургіньон-ле-Конфлан		FR	27	70	702	70087	139	Europe/Paris
6450831	Bourguignon-lès-la-Charité	bourguignon-les-la-charite	Bourguignon-les-la-Charite,Bourguignon-lès-la-Charité,Burgin'on-le-la-Sharite,Burginon le la Sharite,Бургиньон-ле-ла-Шарите,Бургињон ле ла Шарите,Бургіньон-ле-ла-Шарите		FR	27	70	702	70088	120	Europe/Paris
6450832	Bourguignon-lès-Morey	bourguignon-les-morey	Bourguignon-les-Morey,Bourguignon-lès-Morey,Burgin'on-le-More,Burginon le More,Бургиньон-ле-Море,Бургињон ле Море,Бургіньон-ле-Море		FR	27	70	702	70089	48	Europe/Paris
6450833	Boursières	boursieres	Burs'er,Bursjer,Бурсьер,Бурсьєр,Бурсјер		FR	27	70	702	70090	58	Europe/Paris
6450834	Bousseraucourt	bousseraucourt	Bousseraucourt		FR	27	70	702	70091	50	Europe/Paris
6450835	Breuches	breuches	Bresh,Breuches,Brjosh,Бреш,Брёш		FR	27	70	701	70093	705	Europe/Paris
6450836	Breuchotte	breuchotte	Breshot,Breshott,Brjoshot,Брешот,Брешотт,Брёшот		FR	27	70	701	70094	303	Europe/Paris
6450837	Breurey-lès-Faverney	breurey-les-faverney	Brere le Faverne,Brere-le-Faverne,Brjore-le-Faverne,Брере ле Фаверне,Брере-ле-Фаверне,Брёре-ле-Фаверне		FR	27	70	702	70095	632	Europe/Paris
6450838	Brevilliers	brevilliers	Brevil'e,Brevilije,Бревилије,Бревилье,Бревільє		FR	27	70	701	70096	626	Europe/Paris
6450839	Briaucourt	briaucourt	Briaucourt,Brijokur,Briokur,Бриокур,Бријокур,Бріокур		FR	27	70	701	70097	243	Europe/Paris
6450840	Brotte-lès-Luxeuil	brotte-les-luxeuil	Brot le Liksej,Brot-le-Ljuksjoj,Brott-le-Ljuksej,Brotte-les-Luxeuil,Brotte-lès-Luxeuil,Брот ле Ликсеј,Брот-ле-Люксёй,Бротт-ле-Люксей		FR	27	70	701	70098	208	Europe/Paris
6450841	Antully	antully	Antjulli,Antully,Ontili,Антюлли,Антюллі,Онтили		FR	27	71	711	71010	845	Europe/Paris
6450842	Anzy-le-Duc	anzy-le-duc	Anzi le Dik,Anzi-le-Djuk,Анзи ле Дик,Анзи-ле-Дюк,Анзі-ле-Дюк		FR	27	71	713	71011	472	Europe/Paris
6450843	Artaix	artaix	Artaix,Arte,Arteks,Арте,Артекс		FR	27	71	713	71012	325	Europe/Paris
6450844	Authumes	authumes	Authumes		FR	27	71	714	71013	254	Europe/Paris
6450845	Autun	autun	Autun		FR	27	71	711	71014	13532	Europe/Paris
6450846	Auxy	auxy	Oksi,Окси,Оксі		FR	27	71	711	71015	950	Europe/Paris
6450847	Azé	aze	Aze,Azé,Азе		FR	27	71	715	71016	1027	Europe/Paris
6450848	Ballore	ballore	Ballor,Ballore,Balor,Баллор,Балор		FR	27	71	713	71017	89	Europe/Paris
6450849	Bantanges	bantanges	Bantanges		FR	27	71	714	71018	555	Europe/Paris
6450850	Barizey	barizey	Barize,Barizey,Баризе		FR	27	71	712	71019	138	Europe/Paris
6450852	Baron	baron	Baron,Барон		FR	27	71	713	71021	294	Europe/Paris
6450853	Baudrières	baudrieres	Baudrieres,Baudrières,Bodrier,Bodrijer,Бодриер,Бодријер,Бодрієр		FR	27	71	714	71023	946	Europe/Paris
6450854	Beaubery	beaubery	Beaubery,Boberi,Бобери,Бобері		FR	27	71	713	71025	372	Europe/Paris
6450855	Beaumont-sur-Grosne	beaumont-sur-grosne	Beaumont-sur-Grosne,Bomon sir Gron,Bomon-sjur-Gron,Бомон сир Грон,Бомон-сюр-Грон		FR	27	71	712	71026	344	Europe/Paris
6450856	Beaurepaire-en-Bresse	beaurepaire-en-bresse	Beaurepaire-en-Bresse		FR	27	71	714	71027	674	Europe/Paris
6450857	Beauvernois	beauvernois	Beauvernois		FR	27	71	714	71028	122	Europe/Paris
6450858	Bellevesvre	bellevesvre	Bellevesvre		FR	27	71	714	71029	275	Europe/Paris
6450859	Bergesserin	bergesserin			FR	27	71	715	71030	205	Europe/Paris
6450860	Berzé-le-Châtel	berze-le-chatel	Berze le Shatel,Berze-le-Chatel,Berze-le-Shatel',Berzé-le-Châtel,Берзе ле Шател,Берзе-ле-Шатель		FR	27	71	715	71031	59	Europe/Paris
6450861	Berzé-la-Ville	berze-la-ville	Berze la Vil,Berze-la-Vil',Berze-la-Ville,Berzé-la-Ville,Берзе ла Вил,Берзе-ла-Виль,Берзе-ла-Віль		FR	27	71	715	71032	666	Europe/Paris
6450862	Bissey-sous-Cruchaud	bissey-sous-cruchaud	Bise su Krisho,Bisse-su-Krjusho,Bissey-sous-Cruchaud,Бисе су Кришо,Биссе-су-Крюшо,Біссе-су-Крюшо		FR	27	71	712	71034	344	Europe/Paris
6450863	Bissy-la-Mâconnaise	bissy-la-maconnaise	Bisi la Makonez,Bissi-la-Makonnez,Bissy-la-Maconnaise,Bissy-la-Mâconnaise,Биси ла Маконез,Бисси-ла-Маконнез,Біссі-ла-Маконнез		FR	27	71	715	71035	205	Europe/Paris
6450864	Bissy-sous-Uxelles	bissy-sous-uxelles	Bissy-sous-Uxelles		FR	27	71	712	71036	69	Europe/Paris
6450865	Bissy-sur-Fley	bissy-sur-fley	Bisi sir Fle,Bissi-sjur-Fle,Bissy-sur-Fley,Биси сир Фле,Бисси-сюр-Фле,Біссі-сюр-Фле		FR	27	71	712	71037	92	Europe/Paris
6450866	Blanzy	blanzy	Blanzy		FR	27	71	711	71040	6247	Europe/Paris
6450867	Bonnay	bonnay	Bone,Bonne,Боне,Бонне		FR	27	71	715	71042	333	Europe/Paris
6450868	Bosjean	bosjean			FR	27	71	714	71044	313	Europe/Paris
6450869	Bouhans	bouhans	Bouhans		FR	27	71	714	71045	173	Europe/Paris
6450870	Bourbon-Lancy	bourbon-lancy	Bourbon-Lancy		FR	27	71	713	71047	5034	Europe/Paris
6450872	Bourgvilain	bourgvilain	Bourgvilain,Burvilen,Бурвилен,Бурвілен		FR	27	71	715	71050	326	Europe/Paris
6450873	Bouzeron	bouzeron	Bouzeron		FR	27	71	712	71051	141	Europe/Paris
6450874	Boyer	boyer	Boaje,Boyer,Buae,Боаје,Буае,Буає		FR	27	71	712	71052	709	Europe/Paris
6450875	Bragny-sur-Saône	bragny-sur-saone	Bragny-sur-Saone,Bragny-sur-Saône,Bran'i-sjur-Son,Brani sir Saon,Браньи-сюр-Сон,Браньї-сюр-Сон,Брањи сир Саон		FR	27	71	712	71054	626	Europe/Paris
6450877	Branges	branges	Branges		FR	27	71	714	71056	2364	Europe/Paris
6450878	Bray	bray	Bray,Bre,Бре		FR	27	71	715	71057	127	Europe/Paris
6450879	Bresse-sur-Grosne	bresse-sur-grosne	Bres sir Gron,Bress-sjur-Gron,Bresse-sur-Grosne,Брес сир Грон,Бресс-сюр-Грон		FR	27	71	712	71058	187	Europe/Paris
6450880	Briant	briant	Brian,Briant,Brijan,Бриан,Бријан,Бріан		FR	27	71	713	71060	222	Europe/Paris
6450881	Brienne	brienne	Brienn,Brienne,Brijen,Бриенн,Бријен,Брієнн		FR	27	71	714	71061	471	Europe/Paris
6450882	Broye	broye	Broa,Brua,Броа,Бруа		FR	27	71	711	71063	758	Europe/Paris
6450883	Bruailles	bruailles	Bruailles		FR	27	71	714	71064	990	Europe/Paris
6450884	Burgy	burgy	Birzhi,Bjurzhi,Burgy,Биржи,Бюржи,Бюржі		FR	27	71	715	71066	119	Europe/Paris
6450885	Burzy	burzy			FR	27	71	715	71068	64	Europe/Paris
6450887	Cersot	cersot	Cersot		FR	27	71	712	71072	139	Europe/Paris
6450889	Chaintré	chaintre	Shentre,Шентре		FR	27	71	715	71074	572	Europe/Paris
6450890	Chalmoux	chalmoux	Chalmoux,Shal'mu,Shalmu,Шалму,Шальму		FR	27	71	713	71075	639	Europe/Paris
6450891	Chalon-sur-Saône	chalon-sur-saone	Chalon-sur-Saone,Chalon-sur-Saône		FR	27	71	712	71076	45446	Europe/Paris
6450892	Chambilly	chambilly	Chambilly		FR	27	71	713	71077	512	Europe/Paris
6450893	Chamilly	chamilly	Chamilly		FR	27	71	712	71078	157	Europe/Paris
6450894	Champagnat	champagnat	Champagnat,Shampan'ja,Shampana,Шампанья,Шампања		FR	27	71	714	71079	452	Europe/Paris
6450895	Champagny-sous-Uxelles	champagny-sous-uxelles	Champagny-sous-Uxelles		FR	27	71	712	71080	97	Europe/Paris
6450896	Champforgeuil	champforgeuil	Champforgeuil		FR	27	71	712	71081	2491	Europe/Paris
6450897	Champlecy	champlecy	Champlecy,Shamplesi,Шамплеси,Шамплесі		FR	27	71	713	71082	222	Europe/Paris
6450898	Chânes	chanes	Chanes,Chânes		FR	27	71	715	71084	546	Europe/Paris
6450900	Chapaize	chapaize	Shapez,Шапез		FR	27	71	712	71087	152	Europe/Paris
6450901	Charbonnat	charbonnat	Charbonnat,Sharbona,Sharbonna,Шарбона,Шарбонна		FR	27	71	711	71098	250	Europe/Paris
6450902	Asnières-sur-Vègre	asnieres-sur-vegre	An'er-sjur-Vegr,Anijer sir Vegr,Анијер сир Вегр,Аньєр-сюр-Вегр		FR	52	72	721	72010	405	Europe/Paris
6450903	Assé-le-Boisne	asse-le-boisne	Asse-le-Boisne,Assé-le-Boisne		FR	52	72	722	72011	916	Europe/Paris
6450904	Assé-le-Riboul	asse-le-riboul	Ase le Ribu,Asse-le-Riboul,Asse-le-Ribul',Assé-le-Riboul,Асе ле Рибу,Ассе-ле-Рибуль		FR	52	72	722	72012	522	Europe/Paris
6450905	Aubigné-Racan	aubigne-racan	Aubigne-Racan,Aubigné-Racan,Obin'e-Rakan,Obine,Обиње,Обіньє-Ракан		FR	52	72	721	72013	2125	Europe/Paris
6450906	Auvers-le-Hamon	auvers-le-hamon	Auvers-le-Hamon,Over l Amon,Over-le-Amon,Овер л Амон,Овер-ле-Амон		FR	52	72	721	72016	1490	Europe/Paris
6450907	Auvers-sous-Montfaucon	auvers-sous-montfaucon	Auvers-sous-Montfaucon,Over su Monfokon,Over-su-Monfokon,Овер су Монфокон,Овер-су-Монфокон		FR	52	72	721	72017	245	Europe/Paris
6450908	Avoise	avoise	Avoaz,Avoise,Avuaz,a wa si,Авоаз,Авуаз,阿瓦斯		FR	52	72	721	72021	626	Europe/Paris
6450909	Bazouges Cré sur Loir	bazouges-cre-sur-loir	Bazouges Cre sur Loir,Bazouges Cré sur Loir		FR	52	72	721	72025	2075	Europe/Paris
6450910	Beaufay	beaufay	Beaufay,Bofe,Бофе		FR	52	72	723	72026	1484	Europe/Paris
6450911	Beaumont-sur-Dême	beaumont-sur-deme	Bomon sir Dem,Bomon-sjur-Dem,Бомон сир Дем,Бомон-сюр-Дем		FR	52	72	721	72027	333	Europe/Paris
6450912	Beaumont-sur-Sarthe	beaumont-sur-sarthe	Beaumont-sur-Sarthe		FR	52	72	722	72029	1957	Europe/Paris
6450913	Beillé	beille			FR	52	72	722	72031	528	Europe/Paris
6450914	Berfay	berfay	Berfay		FR	52	72	722	72032	333	Europe/Paris
6450916	Bérus	berus	Beri,Berju,Berus,Bérus,Бери,Берю		FR	52	72	722	72034	453	Europe/Paris
6450917	Bessé-sur-Braye	besse-sur-braye	Bese sir Bre,Besse-sjur-Bre,Besse-sur-Braye,Bessé-sur-Braye,Бесе сир Бре,Бессе-сюр-Бре		FR	52	72	722	72035	2222	Europe/Paris
6450918	Béthon	bethon	Bethon,Béthon		FR	52	72	722	72036	337	Europe/Paris
6450919	Blèves	bleves			FR	52	72	722	72037	97	Europe/Paris
6450920	Boëssé-le-Sec	boesse-le-sec	Boesse-le-Sec,Boëssé-le-Sec		FR	52	72	722	72038	626	Europe/Paris
6450921	Bonnétable	bonnetable	Bonnetable,Bonnétable		FR	52	72	722	72039	3869	Europe/Paris
6450922	Bouër	bouer	Bouer,Bouër		FR	52	72	722	72041	324	Europe/Paris
6450923	Bouloire	bouloire	Bouloire,Buloar,Buluar,Булоар,Булуар		FR	52	72	722	72042	2068	Europe/Paris
6450924	Bourg-le-Roi	bourg-le-roi	Bourg-le-Roi		FR	52	72	722	72043	316	Europe/Paris
6450925	Bousse	bousse	Bousse,Bus,Buss,Бус,Бусс		FR	52	72	721	72044	439	Europe/Paris
6450926	Brains-sur-Gée	brains-sur-gee	Brains-sur-Gee,Brains-sur-Gée		FR	52	72	721	72045	812	Europe/Paris
6450927	Brette-les-Pins	brette-les-pins	Brette-les-Pins		FR	52	72	723	72047	2148	Europe/Paris
6450928	Brûlon	brulon	Brulon,Brûlon		FR	52	72	721	72050	1609	Europe/Paris
6450929	Cérans-Foulletourte	cerans-foulletourte	Acerens,Cerans-Foulletourte,Cérans-Foulletourte,Seran Fulturt,Seran-Ful'turt,Серан Фултурт,Серан-Фультурт		FR	52	72	721	72051	3372	Europe/Paris
6450930	Chahaignes	chahaignes	Shaen,Shaen',Шаень,Шаењ		FR	52	72	721	72052	701	Europe/Paris
6450931	Challes	challes	Shal,Shal',Шал,Шаль		FR	52	72	723	72053	1220	Europe/Paris
6450932	Champfleur	champfleur	Shamfler,Shanfler,Шамфлер,Шанфлер		FR	52	72	722	72056	1373	Europe/Paris
6450933	Chantenay-Villedieu	chantenay-villedieu	Chantenay-Villedieu,Shantne Vildje,Shantne-Vil'd'e,Шантне Вилдје,Шантне-Вільдьє		FR	52	72	721	72059	859	Europe/Paris
6450935	Chassillé	chassille	Chassille,Chassillé		FR	52	72	721	72070	242	Europe/Paris
6450936	Montval-sur-Loir	montval-sur-loir	Montval-sur-Loir		FR	52	72	721	72071	6160	Europe/Paris
6450937	Chaufour-Notre-Dame	chaufour-notre-dame	Chaufour-Notre-Dame,Shofur Notr Dam,Shofur-Notr-Dam,Шофур Нотр Дам,Шофур-Нотр-Дам		FR	52	72	723	72073	1065	Europe/Paris
6450938	Chemiré-en-Charnie	chemire-en-charnie	Chemire-en-Charnie,Chemiré-en-Charnie,Shamire an Sharni,Shemire-an-Sharni,Шамире ан Шарни,Шеміре-ан-Шарні		FR	52	72	721	72074	210	Europe/Paris
6450939	Chemiré-le-Gaudin	chemire-le-gaudin	Shemire le Goden,Shemire-le-Goden,Шемире ле Годен,Шеміре-ле-Годен		FR	52	72	721	72075	969	Europe/Paris
6450940	Chenu	chenu	Chenu,Sheni,Shenju,Шени,Шеню		FR	52	72	721	72077	431	Europe/Paris
6450941	Chérisay	cherisay	Cherisay,Chérisay,Sherise,Sherize,Шеризе,Шерисе		FR	52	72	722	72079	307	Europe/Paris
6450943	Clermont-Créans	clermont-creans	Clermont-Creans,Clermont-Créans		FR	52	72	721	72084	1266	Europe/Paris
6450944	Cogners	cogners	Cogners,Kon'e,Koner,Коньє,Коњер		FR	52	72	722	72085	194	Europe/Paris
6450945	Commerveil	commerveil	Komervej,Kommervej,Комервеј,Коммервей		FR	52	72	722	72086	134	Europe/Paris
6450946	Conflans-sur-Anille	conflans-sur-anille			FR	52	72	722	72087	529	Europe/Paris
6450947	Congé-sur-Orne	conge-sur-orne	Conge-sur-Orne,Congé-sur-Orne		FR	52	72	722	72088	348	Europe/Paris
6450948	Conlie	conlie	Conlie,Konli,Конли,Конлі		FR	52	72	722	72089	1878	Europe/Paris
6450949	Connerré	connerre	Connerre,Connerré,Konere,Konnerre,Конере,Коннерре		FR	52	72	722	72090	2900	Europe/Paris
6450950	Contilly	contilly	Contilly		FR	52	72	722	72091	142	Europe/Paris
6450951	Cormes	cormes	Cormes,Korm,Корм		FR	52	72	722	72093	911	Europe/Paris
6450952	Coudrecieux	coudrecieux	Coudrecieux		FR	52	72	722	72094	619	Europe/Paris
6450953	Coulaines	coulaines	Coulaines		FR	52	72	723	72095	7447	Europe/Paris
6450954	Coulans-sur-Gée	coulans-sur-gee	Coulans-sur-Gee,Coulans-sur-Gée,Kulan-sjur-Zhe,Кулан-сюр-Же		FR	52	72	721	72096	1643	Europe/Paris
6450956	Coulongé	coulonge	Coulonge,Coulongé		FR	52	72	721	72098	527	Europe/Paris
6450957	Entrelacs	entrelacs	Entrelacs		FR	84	73	732	73010	6091	Europe/Paris
6450958	Albertville	albertville			FR	84	73	731	73011	19055	Europe/Paris
6450959	Albiez-le-Jeune	albiez-le-jeune	Al'be-le-Zhen,Albiae Novae,Albiez-le-Jeune,Albje le Zhen,albyz-lw-zhan,Албје ле Жен,Альбє-ле-Жен,البیز-لو-ژان		FR	84	73	733	73012	146	Europe/Paris
6450960	Allondaz	allondaz	Allondaz		FR	84	73	731	73014	266	Europe/Paris
6450962	Arbin	arbin	Albinum,Arben,Арбен		FR	84	73	732	73018	787	Europe/Paris
6450963	Argentine	argentine	Argentine		FR	84	73	733	73019	953	Europe/Paris
6450964	Arith	arith	Ari,Arith,Arithium,Ари,Арі		FR	84	73	732	73020	441	Europe/Paris
6450965	Arvillard	arvillard	Arvillard		FR	84	73	732	73021	850	Europe/Paris
6450966	Attignat-Oncin	attignat-oncin			FR	84	73	732	73022	526	Europe/Paris
6450967	Aussois	aussois	Aussois		FR	84	73	733	73023	673	Europe/Paris
6450968	Avressieux	avressieux	Auretiacum,Avres'e,Avresje,Avressieux,Авресьє,Авресје		FR	84	73	732	73025	520	Europe/Paris
6450969	Avrieux	avrieux			FR	84	73	733	73026	387	Europe/Paris
6450970	Ayn	ayn			FR	84	73	732	73027	368	Europe/Paris
6450971	Barberaz	barberaz	Barberaz		FR	84	73	732	73029	4646	Europe/Paris
6450972	Barby	barby	Barbi,Barby,Барби,Барбі		FR	84	73	732	73030	3399	Europe/Paris
6450973	Bassens	bassens	Basan,Bassan,basnz safwa,Басан,Бассан,باسنز صافوا		FR	84	73	732	73031	4306	Europe/Paris
6450975	Belmont-Tramonet	belmont-tramonet	Bel'mon-Tramone,Belmon Tramone,Belmont-Tramonet,Белмон Трамоне,Бельмон-Трамоне		FR	84	73	732	73039	561	Europe/Paris
6450976	Bessans	bessans	Bessans		FR	84	73	733	73040	345	Europe/Paris
6450977	Betton-Bettonet	betton-bettonet	Beton Betone,Betton-Bettone,Betton-Bettonet,Бетон Бетоне,Беттон-Беттоне		FR	84	73	732	73041	315	Europe/Paris
6450978	Billième	billieme	Bijem,Бијем,Бійєм		FR	84	73	732	73042	272	Europe/Paris
6450979	Bonneval-sur-Arc	bonneval-sur-arc	Bonneval-sur-Arc		FR	84	73	733	73047	258	Europe/Paris
6450980	Bonvillaret	bonvillaret	Bonvillaret		FR	84	73	733	73049	141	Europe/Paris
6450981	Bourdeau	bourdeau			FR	84	73	732	73050	546	Europe/Paris
6450982	Bourget-en-Huile	bourget-en-huile	Bourget-en-Huile		FR	84	73	732	73052	148	Europe/Paris
6450983	Bourgneuf	bourgneuf	Bourgneuf		FR	84	73	732	73053	683	Europe/Paris
6450984	Bourg-Saint-Maurice	bourg-saint-maurice	Bourg-Saint-Maurice		FR	84	73	731	73054	7265	Europe/Paris
6450985	Bozel	bozel			FR	84	73	731	73055	1900	Europe/Paris
6450987	Brides-les-Bains	brides-les-bains	Brides-les-Bains		FR	84	73	731	73057	512	Europe/Paris
6450988	Brison-Saint-Innocent	brison-saint-innocent	Brison-Saint-Innocent		FR	84	73	732	73059	2126	Europe/Paris
6450989	Césarches	cesarches	Sezarsh,Сезарш		FR	84	73	731	73061	426	Europe/Paris
6450991	Cevins	cevins			FR	84	73	731	73063	735	Europe/Paris
6450992	Challes-les-Eaux	challes-les-eaux	Challes-les-Eaux		FR	84	73	732	73064	5462	Europe/Paris
6450993	Chamoux-sur-Gelon	chamoux-sur-gelon	Chamoux-sur-Gelon		FR	84	73	732	73069	933	Europe/Paris
6450994	Champagneux	champagneux	Champagneux,Shampan'e,Shampane,Шампаньє,Шампање		FR	84	73	732	73070	681	Europe/Paris
6450995	Champ-Laurent	champ-laurent			FR	84	73	732	73072	38	Europe/Paris
6450996	Chanaz	chanaz			FR	84	73	732	73073	510	Europe/Paris
6450997	Chignin	chignin	Chignin		FR	84	73	732	73084	865	Europe/Paris
6450998	Chindrieux	chindrieux	Chindrieux		FR	84	73	732	73085	1353	Europe/Paris
6450999	Cléry	clery	Clery,Cléry,Kleri,Клери,Клері		FR	84	73	731	73086	418	Europe/Paris
6451000	Cohennoz	cohennoz	Cohennoz,Koenno,Koenoz,Коенно,Коеноз		FR	84	73	731	73088	162	Europe/Paris
6451001	Coise-Saint-Jean-Pied-Gauthier	coise-saint-jean-pied-gauthier	Coise-Saint-Jean-Pied-Gauthier		FR	84	73	732	73089	1233	Europe/Paris
6451002	Conjux	conjux	Conjux,Konzhi,Konzhu,Конжи,Конжу		FR	84	73	732	73091	201	Europe/Paris
6451003	Corbel	corbel	Corbel,Korbel,Korbel',Корбел,Корбель		FR	84	73	732	73092	159	Europe/Paris
6451004	Crest-Voland	crest-voland	Crest-Voland,Kre Volan,Kre-Volan,Кре Волан,Кре-Волан		FR	84	73	731	73094	358	Europe/Paris
6451005	Curienne	curienne	Curienne		FR	84	73	732	73097	679	Europe/Paris
6451007	Annemasse	annemasse	Annemasse		FR	84	74	743	74012	35041	Europe/Paris
6451008	Arâches-la-Frasse	araches-la-frasse	Araches-la-Frasse,Arâches-la-Frasse		FR	84	74	742	74014	1921	Europe/Paris
6451009	Arbusigny	arbusigny	Albucinium,Arbizini,Arbjuzin'i,Arbusigny,Арбизињи,Арбюзіньї		FR	84	74	743	74015	1102	Europe/Paris
6451010	Archamps	archamps	Ad Campos,Archamps,Arsham,Arshan,Аршам,Аршан		FR	84	74	743	74016	2571	Europe/Paris
6451011	Arenthon	arenthon	Aranton,Arentho,Arenthon,Арантон		FR	84	74	742	74018	1679	Europe/Paris
6451012	Armoy	armoy	Annone,Armoa,Armoy,Armua,Армоа,Армуа		FR	84	74	744	74020	1303	Europe/Paris
6451013	Arthaz-Pont-Notre-Dame	arthaz-pont-notre-dame	Arthaz-Pont-Notre-Dame		FR	84	74	743	74021	1513	Europe/Paris
6451015	Ayse	ayse	Aisum,Ayze,Ez,Ез		FR	84	74	742	74024	2132	Europe/Paris
6451016	Ballaison	ballaison	Baleson,Baleyso,Balezon,Ballaison,Ballezon,Balêson,Балезон,Баллезон		FR	84	74	744	74025	1479	Europe/Paris
6451017	Bassy	bassy	Basi,Bassi,Bassium,Bassy,Баси,Бассі		FR	84	74	743	74029	410	Europe/Paris
6451018	Bernex	bernex	Berne,Bernecium ad Lemanum,Bernex,Bèrnèx,berune,Берне,ベルネ		FR	84	74	744	74033	1309	Europe/Paris
6451020	Bluffy	bluffy	Blifi,Bljuffi,Bluffy,Blufiacum,Блифи,Блюффі		FR	84	74	741	74036	398	Europe/Paris
6451021	Bogève	bogeve	Bogeve,Bogève		FR	84	74	744	74038	1079	Europe/Paris
6451022	Bonnevaux	bonnevaux	Bonae Valles,Bonnevaux,Bonnvo,Bonvo,Бонво,Боннво		FR	84	74	744	74041	271	Europe/Paris
6451023	Bonneville	bonneville	Bona Villa,Bonavela,Bonnvil',Bonvil,Bonvil',Bônavela,bon'nuvu~iru,Бонвил,Бонвиль,Боннвіль,ボンヌヴィル		FR	84	74	742	74042	12735	Europe/Paris
6451024	Bossey	bossey	Bossey		FR	84	74	743	74044	1001	Europe/Paris
6451025	Boussy	boussy	Boussy,Busi,Bussi,Buxetum,Bœci,Буси,Буссі		FR	84	74	741	74046	502	Europe/Paris
6451026	Brenthonne	brenthonne	Branton,Brantonn,Brentena,Brenthonna,Brenthonne,Брантон,Брантонн		FR	84	74	744	74048	1017	Europe/Paris
6451027	Brizon	brizon	Brixo Fulciniensum,Brizon,Бризон		FR	84	74	742	74049	479	Europe/Paris
6451028	Burdignin	burdignin	Burdignin		FR	84	74	744	74050	606	Europe/Paris
6451029	Cercier	cercier	Cercier,Cèrciér,Sers'e,Sersje,Серсьє,Серсје		FR	84	74	743	74051	667	Europe/Paris
6451030	Cernex	cernex	Cernecium,Serne,Серне		FR	84	74	743	74052	987	Europe/Paris
6451031	Cervens	cervens	Cervens,Cervensis,Cèrvens,Servan,Серван		FR	84	74	744	74053	1181	Europe/Paris
6451033	Challonges	challonges	Calongia,Challonges,Chalonjo,Shallonzh,Shalonzh,Шаллонж,Шалонж		FR	84	74	743	74055	518	Europe/Paris
6451034	Champanges	champanges	Champanges		FR	84	74	744	74057	979	Europe/Paris
6451035	Charvonnex	charvonnex	Carvonetum,Charvonnex,Sharvone,Sharvonne,Шарвоне,Шарвонне		FR	84	74	741	74062	1320	Europe/Paris
6451036	Châtillon-sur-Cluses	chatillon-sur-cluses			FR	84	74	742	74064	1271	Europe/Paris
6451037	Chavannaz	chavannaz	Chavannaz		FR	84	74	743	74066	233	Europe/Paris
6451038	Chavanod	chavanod			FR	84	74	741	74067	2594	Europe/Paris
6451039	Chêne-en-Semine	chene-en-semine	Chano-en-Semena,Chene-en-Semine,Châno-en-Semena,Chêne-en-Semine,Shen an Semin,Shen-an-Semin,Шен ан Семин,Шен-ан-Семін		FR	84	74	743	74068	480	Europe/Paris
6451040	Chênex	chenex	Chenex,Chênex		FR	84	74	743	74069	812	Europe/Paris
6451041	Chens-sur-Léman	chens-sur-leman	Chens-sur-Leman,Chens-sur-Léman		FR	84	74	744	74070	2653	Europe/Paris
6451042	Chessenaz	chessenaz	Chessenaz		FR	84	74	743	74071	211	Europe/Paris
6451043	Chevaline	chevaline	Caballinae,Chevaline,Shevalin,Шевалин,Шевалін		FR	84	74	741	74072	199	Europe/Paris
6451044	Chevenoz	chevenoz	Cavanniolum,Sheveno,Shevnoz,Шевено,Шевноз		FR	84	74	744	74073	579	Europe/Paris
6451046	Chilly	chilly	Chilly		FR	84	74	743	74075	1356	Europe/Paris
6451047	Choisy	choisy	Choisy,Cosiacus,Shoazi,Shuazi,Шоази,Шуазі		FR	84	74	741	74076	1586	Europe/Paris
6451048	Collonges-sous-Salève	collonges-sous-saleve	Collonges-sous-Saleve,Collonges-sous-Salève,Colonges,Colonica,Kollonzh-su-Salev,Kolonzh su Salev,Коллонж-су-Салев,Колонж су Салев		FR	84	74	743	74082	3958	Europe/Paris
6451049	Combloux	combloux	Combloux		FR	84	74	742	74083	2092	Europe/Paris
6451051	Contamine-Sarzin	contamine-sarzin	Condominium Gebennensium,Contamine-Sarzin,Kontamin Sarzen,Kontamin-Sarzen,Контамин Сарзен,Контамін-Сарзен		FR	84	74	743	74086	692	Europe/Paris
6451052	Contamine-sur-Arve	contamine-sur-arve	Condominium ad Arvum,Contamena,Contamine-sur-Arve,Kontamin sir Arv,Kontamin-sjur-Arv,Контамин сир Арв,Контамін-сюр-Арв		FR	84	74	742	74087	2046	Europe/Paris
6451053	Copponex	copponex	Copponex		FR	84	74	743	74088	1134	Europe/Paris
6451054	Cornier	cornier	Cornarium,Cornier,Korn'e,Kornije,Корније,Корньє		FR	84	74	742	74090	1304	Europe/Paris
6451055	Cranves-Sales	cranves-sales	Cranava-Sales,Cranges,Cranves-Sales,Kranv-Sal',Kranve Sal,Кранв-Саль,Кранве Сал		FR	84	74	743	74094	6685	Europe/Paris
6451056	Cruseilles	cruseilles	Cruseilles		FR	84	74	743	74096	4365	Europe/Paris
6451057	Cuvat	cuvat			FR	84	74	741	74098	1302	Europe/Paris
6451058	Ancretiéville-Saint-Victor	ancretieville-saint-victor	Ancretieville-Saint-Victor,Ancretiéville-Saint-Victor		FR	28	76	763	76010	389	Europe/Paris
6451124	Beuzeville-la-Guérard	beuzeville-la-guerard			FR	28	76	761	76091	224	Europe/Paris
6451059	Ancretteville-sur-Mer	ancretteville-sur-mer	Ankrettvil'-sjur-Mer,Ankretvil na Moru,Анкретвил на Мору,Анкреттвиль-сюр-Мер,Анкреттвіль-сюр-Мер,انکرت‌ویل-سو-مر		FR	28	76	762	76011	179	Europe/Paris
6451060	Angerville-Bailleul	angerville-bailleul	Angerville-Bailleul		FR	28	76	762	76012	194	Europe/Paris
6451061	Angerville-la-Martel	angerville-la-martel	Angerville-la-Martel		FR	28	76	762	76013	1027	Europe/Paris
6451062	Angerville-l'Orcher	angerville-l-orcher	Angerville-l'Orcher		FR	28	76	762	76014	1436	Europe/Paris
6451063	Angiens	angiens			FR	28	76	761	76015	521	Europe/Paris
6451064	Anglesqueville-la-Bras-Long	anglesqueville-la-bras-long			FR	28	76	761	76016	115	Europe/Paris
6451065	Anneville-sur-Scie	anneville-sur-scie	Anneville-sur-Scie,Annvil'-sjur-Si,Anvil sir Ski,Анвил сир Ски,Аннвиль-сюр-Си,Аннвіль-сюр-Сі		FR	28	76	761	76019	439	Europe/Paris
6451066	Anneville-Ambourville	anneville-ambourville	Anneville-Ambourville		FR	28	76	763	76020	1197	Europe/Paris
6451067	Annouville-Vilmesnil	annouville-vilmesnil	Annouville-Vilmesnil		FR	28	76	762	76021	484	Europe/Paris
6451068	Anquetierville	anquetierville	Anketjervil,Ankt'ervil',Anquetierville,Анкетјервил,Анктьервиль,Анктьєрвіль		FR	28	76	763	76022	346	Europe/Paris
6451069	Anvéville	anveville	Anveville,Anvéville		FR	28	76	763	76023	295	Europe/Paris
6451070	Ardouval	ardouval	Ardouval		FR	28	76	761	76024	164	Europe/Paris
6451071	Argueil	argueil	Argej,Argueil,Аргей,Аргеј		FR	28	76	761	76025	341	Europe/Paris
6451072	Arques-la-Bataille	arques-la-bataille			FR	28	76	761	76026	2573	Europe/Paris
6451074	Aubéguimont	aubeguimont			FR	28	76	761	76028	202	Europe/Paris
6451075	Aubermesnil-Beaumais	aubermesnil-beaumais	Aubermesnil-Beaumais		FR	28	76	761	76030	451	Europe/Paris
6451077	Auberville-la-Manuel	auberville-la-manuel	Auberville-la-Manuel		FR	28	76	761	76032	128	Europe/Paris
6451078	Auberville-la-Renault	auberville-la-renault			FR	28	76	762	76033	463	Europe/Paris
6451080	Auppegard	auppegard	Auppegard		FR	28	76	761	76036	728	Europe/Paris
6451082	Authieux-Ratiéville	authieux-ratieville			FR	28	76	763	76038	411	Europe/Paris
6451083	Autigny	autigny	Autigny		FR	28	76	761	76040	317	Europe/Paris
6451084	Les Hauts-de-Caux	les-hauts-de-caux	Les Hauts-de-Caux		FR	28	76	763	76041	1398	Europe/Paris
6451085	Auvilliers	auvilliers			FR	28	76	761	76042	103	Europe/Paris
6451086	Auzebosc	auzebosc	Auzebosc		FR	28	76	763	76043	1122	Europe/Paris
6451088	Auzouville-l'Esneval	auzouville-l-esneval	Auzouville-l'Esneval		FR	28	76	763	76045	360	Europe/Paris
6451089	Auzouville-sur-Ry	auzouville-sur-ry	Auzouville-sur-Ry		FR	28	76	763	76046	730	Europe/Paris
6451090	Auzouville-sur-Saâne	auzouville-sur-saane	Auzouville-sur-Saane,Auzouville-sur-Saâne		FR	28	76	761	76047	153	Europe/Paris
6451091	Avesnes-en-Bray	avesnes-en-bray	Aven-an-Bre,Avnez an Bre,Авен-ан-Бре,Авнез ан Бре		FR	28	76	761	76048	307	Europe/Paris
6451092	Avesnes-en-Val	avesnes-en-val	Aven-an-Val',Avesnes-en-Val,Avnez an Val,Авен-ан-Валь,Авнез ан Вал		FR	28	76	761	76049	280	Europe/Paris
6451093	Avremesnil	avremesnil	Avremesnil		FR	28	76	761	76050	1018	Europe/Paris
6451094	Bacqueville-en-Caux	bacqueville-en-caux	Bacqueville-en-Caux		FR	28	76	761	76051	1897	Europe/Paris
6451095	Bailleul-Neuville	bailleul-neuville	Bailleul-Neuville		FR	28	76	761	76052	212	Europe/Paris
6451096	Baillolet	baillolet	Baillolet		FR	28	76	761	76053	108	Europe/Paris
6451097	Bailly-en-Rivière	bailly-en-riviere	Bailly-en-Riviere,Bailly-en-Rivière		FR	28	76	761	76054	526	Europe/Paris
6451098	Baons-le-Comte	baons-le-comte	Baons-le-Comte		FR	28	76	763	76055	355	Europe/Paris
6451099	Bardouville	bardouville	Bardouville,Barduvil,Barduvil',Бардувил,Бардувиль,Бардувіль		FR	28	76	763	76056	644	Europe/Paris
6451100	Barentin	barentin	Baranten,Barentin,Барантен		FR	28	76	763	76057	12061	Europe/Paris
6451101	Baromesnil	baromesnil	Baromesnil		FR	28	76	761	76058	233	Europe/Paris
6451102	Bazinval	bazinval			FR	28	76	761	76059	416	Europe/Paris
6451103	Beaubec-la-Rosière	beaubec-la-rosiere	Bobek la Rosjer,Bobek-la-Roz'er,Бобек ла Росјер,Бобек-ла-Розьер,Бобек-ла-Розьєр		FR	28	76	761	76060	500	Europe/Paris
6451104	Beaumont-le-Hareng	beaumont-le-hareng			FR	28	76	763	76062	267	Europe/Paris
6451105	Beaurepaire	beaurepaire	Beaurepaire		FR	28	76	762	76064	499	Europe/Paris
6451106	Beaussault	beaussault	Beaussault		FR	28	76	761	76065	411	Europe/Paris
6451107	Beauvoir-en-Lyons	beauvoir-en-lyons	Beauvoir-en-Lyons,Bovoar an Lion,Bovuar-an-Lion,Бовоар ан Лион,Бовуар-ан-Лион,Бовуар-ан-Ліон		FR	28	76	761	76067	627	Europe/Paris
6451108	Bec-de-Mortagne	bec-de-mortagne	Bec-de-Mortagne		FR	28	76	762	76068	674	Europe/Paris
6451109	Belbeuf	belbeuf	Bel'bef,Belbef,Belbeuf,Белбеф,Бельбеф		FR	28	76	763	76069	2130	Europe/Paris
6451110	Bellencombre	bellencombre	Bel'ankombr,Belankombr,Bellencombre,Беланкомбр,Бельанкомбр		FR	28	76	761	76070	678	Europe/Paris
6451111	Bellengreville	bellengreville	Bellengreville		FR	28	76	761	76071	480	Europe/Paris
6451112	Belleville-en-Caux	belleville-en-caux	Belleville-en-Caux		FR	28	76	761	76072	693	Europe/Paris
6451114	Belmesnil	belmesnil			FR	28	76	761	76075	460	Europe/Paris
6451115	Bénarville	benarville	Benarville,Bénarville		FR	28	76	762	76076	262	Europe/Paris
6451116	Bénesville	benesville	Benesville,Bénesville		FR	28	76	763	76077	195	Europe/Paris
6451119	Bertreville-Saint-Ouen	bertreville-saint-ouen	Bertreville-Saint-Ouen		FR	28	76	761	76085	352	Europe/Paris
6451120	Bertrimont	bertrimont			FR	28	76	761	76086	224	Europe/Paris
6451121	Berville-sur-Seine	berville-sur-seine	Bervil na Seni,Bervil'-sjur-Sen,Berville-sur-Seine,Бервил на Сени,Бервиль-сюр-Сен,Бервіль-сюр-Сен		FR	28	76	763	76088	566	Europe/Paris
6451123	Beuzeville-la-Grenier	beuzeville-la-grenier	Beuzeville-la-Grenier,Bezvil la Grenije,Bezvil'-la-Gren'e,Безвил ла Греније,Безвиль-ла-Гренье,Безвіль-ла-Греньє		FR	28	76	762	76090	1193	Europe/Paris
6451260	Chey	chey	Chey		FR	75	79	792	79087	568	Europe/Paris
6451125	Beuzevillette	beuzevillette	Beuzevillette,Bezvilet,Bezvillett,Безвилет,Безвиллетт,Безвіллетт		FR	28	76	762	76092	657	Europe/Paris
6451126	Bézancourt	bezancourt	Besancurt,Bezancourt,Bezankur,Bézancourt,Безанкур		FR	28	76	761	76093	350	Europe/Paris
6451127	Bierville	bierville			FR	28	76	763	76094	311	Europe/Paris
6451128	Biville-la-Baignarde	biville-la-baignarde	Biville-la-Baignarde		FR	28	76	761	76096	654	Europe/Paris
6451129	Biville-la-Rivière	biville-la-riviere	Biville-la-Riviere,Biville-la-Rivière		FR	28	76	761	76097	105	Europe/Paris
6451131	Aufferville	aufferville	Aufferville		FR	11	77	774	77011	516	Europe/Paris
6451132	Augers-en-Brie	augers-en-brie	Augers-en-Brie,Ozhe-an-Bri,Ozher an Bri,Оже-ан-Бри,Оже-ан-Брі,Ожер ан Бри		FR	11	77	773	77012	302	Europe/Paris
6451133	Aulnoy	aulnoy	Ol'nua,Ulnoj,Ольнуа,Улној		FR	11	77	771	77013	357	Europe/Paris
6451134	Avon	avon	Avon,Авон		FR	11	77	774	77014	14001	Europe/Paris
6451135	Baby	baby	Baby		FR	11	77	773	77015	96	Europe/Paris
6451136	Bagneaux-sur-Loing	bagneaux-sur-loing	Bagneaux-sur-Loing		FR	11	77	774	77016	1686	Europe/Paris
6451137	Bailly-Romainvilliers	bailly-romainvilliers	Bailly-Romainvilliers		FR	11	77	775	77018	7564	Europe/Paris
6451138	Balloy	balloy	Balloy,Ballua,Baloa,Баллуа,Балоа		FR	11	77	773	77019	326	Europe/Paris
6451140	Barbizon	barbizon	Barbizon		FR	11	77	774	77022	1160	Europe/Paris
6451141	Barcy	barcy	Barcy,Barsi,Барси,Барсі		FR	11	77	771	77023	299	Europe/Paris
6451142	Bassevelle	bassevelle	Bassevelle		FR	11	77	771	77024	352	Europe/Paris
6451143	Bazoches-lès-Bray	bazoches-les-bray	Bazoches-les-Bray,Bazoches-lès-Bray		FR	11	77	773	77025	861	Europe/Paris
6451145	Beauvoir	beauvoir	Beauvoir		FR	11	77	772	77029	206	Europe/Paris
6451146	Beton-Bazoches	beton-bazoches	Beton Bazosh,Beton-Bazoches,Beton-Bazosh,Бетон Базош,Бетон-Базош		FR	11	77	773	77032	894	Europe/Paris
6451148	Boisdon	boisdon	Boisdon		FR	11	77	773	77036	143	Europe/Paris
6451149	Bois-le-Roi	bois-le-roi	Boa le Roa,Bois-le-Roi,Bua-le-Rua,Боа ле Роа,Буа-ле-Руа		FR	11	77	774	77037	5786	Europe/Paris
6451150	Boissettes	boissettes	Boissettes		FR	11	77	772	77038	406	Europe/Paris
6451151	Boissise-la-Bertrand	boissise-la-bertrand	Boasiz la Bertran,Boissise-la-Bertrand,Buassiz-la-Bertran,Боасиз ла Бертран,Буассиз-ла-Бертран,Буассіз-ла-Бертран		FR	11	77	772	77039	1160	Europe/Paris
6451152	Boissise-le-Roi	boissise-le-roi	Boissise-le-Roi		FR	11	77	772	77040	3782	Europe/Paris
6451153	Boissy-aux-Cailles	boissy-aux-cailles	Boissy-aux-Cailles		FR	11	77	774	77041	296	Europe/Paris
6451154	Boissy-le-Châtel	boissy-le-chatel			FR	11	77	771	77042	3137	Europe/Paris
6451155	Boitron	boitron	Boitron		FR	11	77	773	77043	376	Europe/Paris
6451156	Bombon	bombon	Bombon,Бомбон		FR	11	77	772	77044	961	Europe/Paris
6451157	Bougligny	bougligny	Buglin'i,Bulini,Буглиньи,Бугліньї,Булињи		FR	11	77	774	77045	731	Europe/Paris
6451159	Bouleurs	bouleurs	Bouleurs,Bule,Buler,Буле,Булер		FR	11	77	771	77047	1496	Europe/Paris
6451160	Bourron-Marlotte	bourron-marlotte	Bourron-Marlotte		FR	11	77	774	77048	2766	Europe/Paris
6451162	Bray-sur-Seine	bray-sur-seine	Bray-sur-Seine		FR	11	77	773	77051	2211	Europe/Paris
6451163	Brou-sur-Chantereine	brou-sur-chantereine	Brou-sur-Chantereine		FR	11	77	775	77055	4396	Europe/Paris
6451164	Burcy	burcy	Birsi,Bjursi,Бирси,Бюрси,Бюрсі		FR	11	77	774	77056	160	Europe/Paris
6451165	Bussières	bussieres	Bisjer,Bjus'er,Bussieres,Bussières,Бисјер,Бюсьер,Бюсьєр		FR	11	77	771	77057	526	Europe/Paris
6451166	Bussy-Saint-Georges	bussy-saint-georges	Bussy-Saint-Georges		FR	11	77	775	77058	26971	Europe/Paris
6451167	Bussy-Saint-Martin	bussy-saint-martin			FR	11	77	775	77059	687	Europe/Paris
6451169	Cannes-Écluse	cannes-ecluse	Cannes-Ecluse,Cannes-Écluse		FR	11	77	773	77061	2477	Europe/Paris
6451170	Carnetin	carnetin	Carnetin,Karneten,Карнетен		FR	11	77	775	77062	454	Europe/Paris
6451171	Cerneux	cerneux	Cerneux,Serne,Серне		FR	11	77	773	77066	319	Europe/Paris
6451172	Cesson	cesson	Cesson		FR	11	77	772	77067	10238	Europe/Paris
6451173	Cessoy-en-Montois	cessoy-en-montois	Cessoy-en-Montois		FR	11	77	773	77068	214	Europe/Paris
6451174	Chailly-en-Bière	chailly-en-biere	Chailly-en-Biere,Chailly-en-Bière		FR	11	77	774	77069	2034	Europe/Paris
6451175	Chailly-en-Brie	chailly-en-brie	Chailly-en-Brie,Shai-an-Bri,Shaji an Bri,Шаи-ан-Бри,Шаї-ан-Брі,Шаји ан Бри		FR	11	77	771	77070	1388	Europe/Paris
6451176	Chaintreaux	chaintreaux	Shentro,Шентро		FR	11	77	774	77071	915	Europe/Paris
6451178	Chalautre-la-Petite	chalautre-la-petite	Chalautre-la-Petite,Shalotr la Pti,Shalotr-la-Petit,Шалотр ла Пти,Шалотр-ла-Петит,Шалотр-ла-Петіт		FR	11	77	773	77073	582	Europe/Paris
6451179	Chalifert	chalifert	Chalifert		FR	11	77	775	77075	1263	Europe/Paris
6451180	Chalmaison	chalmaison	Chalmaison,Shal'mezon,Shalmezon,Шалмезон,Шальмезон		FR	11	77	773	77076	753	Europe/Paris
6451181	Chambry	chambry	Chambry,Shambri,Шамбри,Шамбрі		FR	11	77	771	77077	973	Europe/Paris
6451182	Chamigny	chamigny	Shamin'i,Shamini,Шаминьи,Шамињи,Шаміньї		FR	11	77	771	77078	1381	Europe/Paris
6451183	Champagne-sur-Seine	champagne-sur-seine	Champagne-sur-Seine		FR	11	77	774	77079	6174	Europe/Paris
6451184	Champcenest	champcenest	Champcenest,Shamsene,Shansene,Шамсене,Шансене		FR	11	77	773	77080	214	Europe/Paris
6451185	Champdeuil	champdeuil	Champdeuil		FR	11	77	772	77081	726	Europe/Paris
6451186	Champeaux	champeaux	Champeaux,Shampo,Шампо		FR	11	77	772	77082	824	Europe/Paris
6451188	Changis-sur-Marne	changis-sur-marne	Shanzhi na Marni,Shanzhi-sjur-Marn,Шанжи на Марни,Шанжи-сюр-Марн,Шанжі-сюр-Марн		FR	11	77	771	77084	1203	Europe/Paris
6451189	Charmentray	charmentray	Charmentray,Sharmantre,Шармантре		FR	11	77	771	77094	278	Europe/Paris
6451190	Charny	charny	Charny,Sharni,Шарни,Шарні		FR	11	77	771	77095	1279	Europe/Paris
6451191	Chartrettes	chartrettes	Chartrettes		FR	11	77	774	77096	2565	Europe/Paris
6451192	Chartronges	chartronges	Chartronges,Shartronzh,Шартронж		FR	11	77	773	77097	297	Europe/Paris
6451193	Châteaubleau	chateaubleau	Chateaubleau,Châteaubleau		FR	11	77	773	77098	364	Europe/Paris
6451194	Andelu	andelu			FR	11	78	783	78013	474	Europe/Paris
6451195	Andrésy	andresy	Andresy,Andrésy		FR	11	78	783	78015	12924	Europe/Paris
6451196	Arnouville-lès-Mantes	arnouville-les-mantes			FR	11	78	781	78020	931	Europe/Paris
6451197	Aubergenville	aubergenville	Aubergenville		FR	11	78	781	78029	11625	Europe/Paris
6451198	Auffargis	auffargis			FR	11	78	782	78030	1990	Europe/Paris
6451199	Auffreville-Brasseuil	auffreville-brasseuil			FR	11	78	781	78031	650	Europe/Paris
6451200	Aulnay-sur-Mauldre	aulnay-sur-mauldre	Aulnay-sur-Mauldre		FR	11	78	781	78033	1143	Europe/Paris
6451201	Auteuil	auteuil	Auteuil,Otej,Отей,Отеј		FR	11	78	782	78034	938	Europe/Paris
6451202	Autouillet	autouillet	Autouillet		FR	11	78	782	78036	473	Europe/Paris
6451203	Bazainville	bazainville	Bazainville		FR	11	78	781	78048	1443	Europe/Paris
6451204	Bazemont	bazemont	Bazemont		FR	11	78	783	78049	1560	Europe/Paris
6451205	Bazoches-sur-Guyonne	bazoches-sur-guyonne			FR	11	78	782	78050	604	Europe/Paris
6451206	Béhoust	behoust	Behoust,Béhoust		FR	11	78	782	78053	460	Europe/Paris
6451207	Bennecourt	bennecourt			FR	11	78	781	78057	1864	Europe/Paris
6451208	Beynes	beynes	Bejn,Ben,Beynes,Бейн,Бен		FR	11	78	782	78062	7569	Europe/Paris
6451209	Blaru	blaru	Blaru		FR	11	78	781	78068	888	Europe/Paris
6451210	Boinville-en-Mantois	boinville-en-mantois	Boanvil an Mantoa,Boinville-en-Mantois,Buenvil'-an-Mantua,Боанвил ан Мантоа,Буенвиль-ан-Мантуа,Буенвіль-ан-Мантуа		FR	11	78	781	78070	294	Europe/Paris
6451211	Boinville-le-Gaillard	boinville-le-gaillard	Boinville-le-Gaillard		FR	11	78	782	78071	610	Europe/Paris
6451212	Boinvilliers	boinvilliers	Boinvilliers		FR	11	78	781	78072	291	Europe/Paris
6451213	Bois-d'Arcy	bois-d-arcy	Bois-d'Arcy,Bois-dArcy,Bois-d’Arcy		FR	11	78	784	78073	14703	Europe/Paris
6451215	Boissy-Mauvoisin	boissy-mauvoisin	Boissy-Mauvoisin		FR	11	78	781	78082	610	Europe/Paris
6451216	Boissy-sans-Avoir	boissy-sans-avoir	Boissy-sans-Avoir		FR	11	78	782	78084	638	Europe/Paris
6451217	Bonnelles	bonnelles	Bonel,Bonnel',Bonnelles,Бонел,Боннель		FR	11	78	782	78087	1905	Europe/Paris
6451218	Bonnières-sur-Seine	bonnieres-sur-seine	Bonnieres-sur-Seine,Bonnières-sur-Seine		FR	11	78	781	78089	4591	Europe/Paris
6451219	Bouafle	bouafle	Bouafle		FR	11	78	781	78090	2143	Europe/Paris
6451220	Bougival	bougival	Bougival		FR	11	78	784	78092	8749	Europe/Paris
6451221	Bourdonné	bourdonne	Bourdonne,Bourdonné		FR	11	78	781	78096	497	Europe/Paris
6451222	Arçais	arcais	Arcais,Arçais		FR	75	79	792	79010	614	Europe/Paris
6451224	Argentonnay	argentonnay			FR	75	79	791	79013	3176	Europe/Paris
6451225	Asnières-en-Poitou	asnieres-en-poitou	Asnieres-en-Poitou,Asnières-en-Poitou		FR	75	79	792	79015	202	Europe/Paris
6451226	Aubigné	aubigne	Albiniacum,Aubigne,Aubigné,Obin'e,Obine,Обиње,Обіньє		FR	75	79	792	79018	212	Europe/Paris
6451227	Aubigny	aubigny	Albiniacum,Aubigny,Obin'i,Obini,Обињи,Обіньї		FR	75	79	793	79019	172	Europe/Paris
6451228	Availles-Thouarsais	availles-thouarsais	Availles-Thouarsais,Availlia,Avaj Tuare,Avaj-Tuarse,Авай-Туарсе,Авај Туаре		FR	75	79	793	79022	196	Europe/Paris
6451229	Avon	avon	Avon		FR	75	79	792	79023	68	Europe/Paris
6451230	Azay-le-Brûlé	azay-le-brule			FR	75	79	792	79024	1926	Europe/Paris
6451231	Azay-sur-Thouet	azay-sur-thouet	Azay-sur-Thouet		FR	75	79	793	79025	1155	Europe/Paris
6451232	Beaulieu-sous-Parthenay	beaulieu-sous-parthenay	Beaulieu-sous-Parthenay		FR	75	79	793	79029	675	Europe/Paris
6451233	Beaussais-Vitré	beaussais-vitre	Bose,Bosse,Босе,Боссе		FR	75	79	792	79030	979	Europe/Paris
6451234	Beauvoir-sur-Niort	beauvoir-sur-niort	Beauvoir-sur-Niort,Bovoar sir Nior,Bovuar-sjur-Nior,Villa de Bello Visu,Бовоар сир Ниор,Бовуар-сюр-Ніор		FR	75	79	792	79031	1763	Europe/Paris
6451235	Béceleuf	beceleuf	Beceleuf,Becellum,Beselef,Béceleuf,Беселеф		FR	75	79	793	79032	753	Europe/Paris
6451236	Bessines	bessines	Bessines		FR	75	79	792	79034	1659	Europe/Paris
6451238	Boismé	boisme			FR	75	79	791	79038	1202	Europe/Paris
6451240	Bougon	bougon	Bugon,Бугон		FR	75	79	792	79042	179	Europe/Paris
6451243	Bretignolles	bretignolles	Bretignolles		FR	75	79	791	79050	614	Europe/Paris
6451244	Brieuil-sur-Chizé	brieuil-sur-chize	Brieuil-sur-Chize,Brieuil-sur-Chizé		FR	75	79	792	79055	119	Europe/Paris
6451245	Brion-près-Thouet	brion-pres-thouet	Brion pre Tue,Brion-pre-Tue,Brion-pres-Thouet,Brion-près-Thouet,Брион пре Туе,Бріон-пре-Туе		FR	75	79	791	79056	752	Europe/Paris
6451246	Brioux-sur-Boutonne	brioux-sur-boutonne	Briju sir Buton,Brioux-sur-Boutonne,Briu-sjur-Butonn,Брију сир Бутон,Бріу-сюр-Бутонн		FR	75	79	792	79057	1505	Europe/Paris
6451247	Brûlain	brulain	Brulain,Brûlain		FR	75	79	792	79058	746	Europe/Paris
6451248	Caunay	caunay	Caunay		FR	75	79	792	79060	183	Europe/Paris
6451249	Celles-sur-Belle	celles-sur-belle	Celles-sur-Belle		FR	75	79	792	79061	3884	Europe/Paris
6451250	Cerizay	cerizay	Serize,Серизе		FR	75	79	791	79062	4776	Europe/Paris
6451251	Val en Vignes	val-en-vignes	Serse,Val en Vignes,Серсе		FR	75	79	791	79063	2043	Europe/Paris
6451252	Fontivillié	fontivillie	Fontivillie,Fontivillié		FR	75	79	792	79064	871	Europe/Paris
6451254	Châtillon-sur-Thouet	chatillon-sur-thouet	Shatijon sir Tue,Shatijon-sjur-Tue,Шатијон сир Туе,Шатійон-сюр-Туе		FR	75	79	793	79080	2688	Europe/Paris
6451255	Chauray	chauray			FR	75	79	792	79081	6931	Europe/Paris
6451256	Chef-Boutonne	chef-boutonne	Chef-Boutonne,Shef Buton,Shef-Butonn,xie fu bu tuo ne,Шеф Бутон,Шеф-Бутонн,謝夫布托訥		FR	75	79	792	79083	2583	Europe/Paris
6451257	Chenay	chenay	Chenay		FR	75	79	792	79084	471	Europe/Paris
6451258	Chérigné	cherigne	Cherigne,Chérigné		FR	75	79	792	79085	157	Europe/Paris
6451259	Cherveux	cherveux	Sherve,Шерве		FR	75	79	792	79086	1896	Europe/Paris
6451261	Chiché	chiche	Shishe,xi xie,Шише,希謝		FR	75	79	791	79088	1690	Europe/Paris
6451262	Clavé	clave			FR	75	79	793	79092	364	Europe/Paris
6451263	Clessé	clesse	Clesse,Clessé,Klese,Klesse,Клесе,Клессе		FR	75	79	791	79094	954	Europe/Paris
6451264	Clussais-la-Pommeraie	clussais-la-pommeraie			FR	75	79	792	79095	591	Europe/Paris
6451265	Combrand	combrand	Combrand,Kombran,Комбран		FR	75	79	791	79096	1168	Europe/Paris
6451266	Ailly-sur-Noye	ailly-sur-noye	Ai-sjur-Nua,Ailly-su-Noee,Ailly-su-Noée,Ailly-sur-Noye,Aji sir Noa,Aji-sjur-Nua,nu wa he pan a yi,Айи-сюр-Нуа,Аї-сюр-Нуа,Аји сир Ноа,努瓦河畔阿伊		FR	32	80	803	80010	2849	Europe/Paris
6451267	Ailly-sur-Somme	ailly-sur-somme	Ailly-sur-Somme		FR	32	80	802	80011	2994	Europe/Paris
6451268	Aizecourt-le-Bas	aizecourt-le-bas	Aizcourt-Bas,Ezekur-le-Bas,Ezkur le Ba,xia ai ze ku er,Езекур-ле-Бас,Езкур ле Ба,Էզեկուր լը Բաս,ایزه‌کورت-لو-با,下艾泽库尔		FR	32	80	804	80014	57	Europe/Paris
6451269	Aizecourt-le-Haut	aizecourt-le-haut	Aizcourt-Heut,Aizecourt-le-Haut,Ezekur-le-O,Ezkur le O,shang ai ze ku er,Езекур-ле-О,Езкур ле О,Էզկուր լը Օ,ایزه‌کورت-لو-او,上艾泽库尔		FR	32	80	804	80015	68	Europe/Paris
6451270	Albert	albert	Al'ber,Alber,Albert,Almper,Inke,a er bei,albrt  sam,Αλμπέρ,Альбер,Ալբեր,البرت، سام,阿尔贝		FR	32	80	804	80016	9951	Europe/Paris
6451271	Allaines	allaines	Alaine,Alen,Allaines,Allen,a lai ne,alayns,Ален,Аллен,Ալլեն,الاینس,阿莱讷		FR	32	80	804	80017	457	Europe/Paris
6451272	Allenay	allenay	Allenay		FR	32	80	801	80018	260	Europe/Paris
6451273	Allery	allery	Aleri,Alleri,Allery,Ary,a lei li,Алери,Аллері,Ալերի,阿勒里		FR	32	80	801	80019	797	Europe/Paris
6451274	Allonville	allonville	Allonville		FR	32	80	802	80020	741	Europe/Paris
6451275	Andechy	andechy	Andechy,Andeshi,Andesi,Anechy,Ondeshi,andchy,ang de xi,Андеші,Ондеши,Անդեշի,اندچی,昂德希		FR	32	80	803	80023	262	Europe/Paris
6451276	Argoules	argoules	Argoules		FR	32	80	801	80025	325	Europe/Paris
6451277	Arguel	arguel	Ardjue,Ardjué,Argel,Argel',Arguel,a gai er,Аргел,Аргель,阿盖尔		FR	32	80	802	80026	29	Europe/Paris
6451278	Arquèves	arqueves	Arkev,Artcheve,Artchève,a er kai fu,Аркев,阿尔凯弗		FR	32	80	804	80028	166	Europe/Paris
6451279	Arrest	arrest	Arest,Arre,Arrest,Arret,a lei,Арест,Арре,阿雷		FR	32	80	801	80029	862	Europe/Paris
6451280	Arry	arry	Ari,Arri,Arry,a li,Ари,Аррі,阿里		FR	32	80	801	80030	208	Europe/Paris
6451281	Arvillers	arvillers	Arvije,Arvili,Arville,Arvillers,a er wei lai er,Арвије,Арвілле,阿尔维莱尔		FR	32	80	803	80031	785	Europe/Paris
6451282	Assainvillers	assainvillers	Asenvije,Assainvillers,Assenville,Sainvile,Sainvilé,a sang wei lai er,Асенвије,Ассенвілле,阿桑维莱尔		FR	32	80	803	80032	114	Europe/Paris
6451283	Assevillers	assevillers	Assevillers,Assville,Asvije,Asvile,Asvilé,a se wei lai er,Асвије,Ассвілле,阿瑟维莱尔		FR	32	80	804	80033	293	Europe/Paris
6451284	Aubercourt	aubercourt	Aubercourt,Aubércourt,Oberkur,Uberkur,ou bei er ku er,Оберкур,Уберкур,欧贝尔库尔		FR	32	80	803	80035	84	Europe/Paris
6451285	Aubvillers	aubvillers	Aubvile,Aubvilé,Obvije,Obville,ou bu wei lai er,Обвије,Обвілле,欧布维莱尔		FR	32	80	803	80037	140	Europe/Paris
6451286	Ault	ault	Ault,Eut,O,Ol't,o,ou cun,О,Ольт,オー,欧村		FR	32	80	801	80039	1498	Europe/Paris
6451287	Aumâtre	aumatre	Aumate,Aumatre,Aumâtre,Omatr,Umatre,ou ma te er,Оматр,Уматре,欧马特尔		FR	32	80	802	80040	181	Europe/Paris
6451288	Autheux	autheux	Auteux,Autheux,Ote,ou te,Оте,欧特		FR	32	80	802	80042	124	Europe/Paris
6451289	Authieule	authieule	Eutieule,Ot'el',Usijel,ou di e er,Отьєль,Усијел,欧蒂厄尔		FR	32	80	802	80044	410	Europe/Paris
6451290	Authuille	authuille	Authuille,Eutuile,Otjije,Otjuij,ou di ye,Отюій,Отјије,欧蒂耶		FR	32	80	804	80045	167	Europe/Paris
6451291	Avelesges	avelesges	Avelesges,Avelezh,Avlege,Avlezh,Avlège,a fu lai ri,Авележ,Авлеж,阿弗莱日		FR	32	80	802	80046	58	Europe/Paris
6451292	Aveluy	aveluy	Aveluy		FR	32	80	804	80047	523	Europe/Paris
6451293	Avesnes-Chaussoy	avesnes-chaussoy	Aveinne-Cheuchoi,Aven-Shossua,Avesnes-Chaussoy,Avne Shosoa,a wei ne shao su wa,Авен-Шоссуа,Авне Шосоа,阿韦讷绍苏瓦		FR	32	80	802	80048	64	Europe/Paris
6451294	Ayencourt	ayencourt	Aenkur,Ajankur,Ayencourt,Ayencourt le Monchel,Ayincourt Monchi,a yang ku er,Аєнкур,Ајанкур,阿扬库尔		FR	32	80	803	80049	189	Europe/Paris
6451295	Bacouel-sur-Selle	bacouel-sur-selle	Bacoue-su-Selle,Bacoué-su-Selle,Bakuel sir Sel,Bakuel'-sjur-Sel',sai er he pan ba ku ai lei,Бакуел сир Сел,Бакуель-сюр-Сель,塞尔河畔巴库埃勒		FR	32	80	802	80050	504	Europe/Paris
6451296	Baizieux	baizieux			FR	32	80	802	80052	201	Europe/Paris
6451297	Balâtre	balatre	Balate,Balatr,Balatre,Balâtre,ba la te er,Балатр,巴拉特尔		FR	32	80	803	80053	77	Europe/Paris
6451298	Barleux	barleux	Barle,Berlu,Bérlu,ba er lei,Барле,巴尔勒		FR	32	80	804	80054	227	Europe/Paris
6451299	Barly	barly	Barli,Barly,ba li,Барли,Барлі,巴利		FR	32	80	802	80055	173	Europe/Paris
6451300	Bavelincourt	bavelincourt	Bavelincourt,Bavlenkur,Blavincourt,ba fu lan ku er,Бавленкур,巴弗兰库尔		FR	32	80	802	80056	116	Europe/Paris
6451301	Bayencourt	bayencourt	Baenkur,Bajenkur,Bayencourt,Bayincourt,ba yang ku er,Баєнкур,Бајенкур,巴扬库尔		FR	32	80	804	80057	80	Europe/Paris
6451302	Bayonvillers	bayonvillers	Bajonvile,Bajonville,Bayonvili,Bayonvillers,ba yong wei lai er,Байонвілле,Бајонвиле,巴永维莱尔		FR	32	80	804	80058	346	Europe/Paris
6451303	Bazentin	bazentin			FR	32	80	804	80059	80	Europe/Paris
6451304	Béalcourt	bealcourt	Beal'kur,Bealcourt,Bealkur,Biacourt,Béalcourt,bei a er ku er,Беалкур,Беалькур,贝阿尔库尔		FR	32	80	802	80060	103	Europe/Paris
6451305	Beaucamps-le-Jeune	beaucamps-le-jeune	Beaucamps-le-Jeune,Bieucamp-Jonne,Bokam-le-Zhen,Bokan le Zhen,bo kang lei re ne,Бокам-ле-Жен,Бокан ле Жен,博康勒热讷		FR	32	80	802	80061	213	Europe/Paris
6451306	Beaucamps-le-Vieux	beaucamps-le-vieux	Bieucamp,Bokam-le-Ve,Bokan le Vje,jiu bo kang,Бокам-ле-Вє,Бокан ле Вје,旧博康		FR	32	80	802	80062	1419	Europe/Paris
6451549	Goult	goult	Goult		FR	93	84	841	84051	1113	Europe/Paris
6451308	Beaucourt-en-Santerre	beaucourt-en-santerre	Beaucourt-en-Santerre,Bokurt an Santer,Bokurt-an-Santerr,Boucourt-in-Santerre,Boucourt-in-Santérre,bo ku er ang sang tai er,Бокурт ан Сантер,Бокурт-ан-Сантерр,博库尔昂桑泰尔		FR	32	80	803	80064	182	Europe/Paris
6451309	Beaucourt-sur-l'Ancre	beaucourt-sur-l-ancre	Beaucourt-sur-l'Ancre		FR	32	80	804	80065	98	Europe/Paris
6451310	Beaucourt-sur-l'Hallue	beaucourt-sur-l-hallue	Beaucourt-sur-l'Hallue		FR	32	80	802	80066	287	Europe/Paris
6451311	Beaufort-en-Santerre	beaufort-en-santerre	Beaufort-en-Santerre		FR	32	80	804	80067	203	Europe/Paris
6451312	Beaumetz	beaumetz	Beaumetz,Bieume,Bieumé,Bomec,bo mei si,Бомец,博梅斯		FR	32	80	802	80068	230	Europe/Paris
6451313	Beaumont-Hamel	beaumont-hamel	Beaumont-Hamel		FR	32	80	804	80069	215	Europe/Paris
6451314	Beauquesne	beauquesne	Beauquesne,Bieutchene,Bieutchène,Boken,bo kai ne,Бокен,博凯讷		FR	32	80	802	80070	1360	Europe/Paris
6451315	Beauval	beauval	Beauval,Bieuvo,Boval,Boval',bo wa er,Бовал,Боваль,博瓦尔		FR	32	80	802	80071	2096	Europe/Paris
6451316	Bécordel-Bécourt	becordel-becourt	Becordel-Becourt,Bécordel-Bécourt		FR	32	80	804	80073	161	Europe/Paris
6451317	Béhen	behen			FR	32	80	801	80076	500	Europe/Paris
6451318	Béhencourt	behencourt	Beankur,Behencourt,Behincourt,Béhencourt,Béhincourt,bei ang ku er,Беанкур,贝昂库尔		FR	32	80	802	80077	335	Europe/Paris
6451319	Bellancourt	bellancourt	Balancourt,Belankur,Bellancourt,Bellankur,bei lang ku er,Беланкур,Белланкур,贝朗库尔		FR	32	80	801	80078	514	Europe/Paris
6451321	Belloy-en-Santerre	belloy-en-santerre	Bello-in-Santerre,Bello-in-Santérre,Belloy-en-Santerre,Bellua-an-Santerr,Beloaj an Santer,bei lu wa ang sang tai er,Беллуа-ан-Сантерр,Белоај ан Сантер,贝卢瓦昂桑泰尔		FR	32	80	804	80080	152	Europe/Paris
6451323	Bergicourt	bergicourt	Bergicourt,Berzhikur,Bérgicourt,bei er ji ku er,Бержикур,贝尔吉库尔		FR	32	80	802	80083	151	Europe/Paris
6451324	Bernâtre	bernatre	Barnate,Bernatr,bei er na te er,Бернатр,贝尔纳特尔		FR	32	80	802	80085	30	Europe/Paris
6451325	Bernaville	bernaville			FR	32	80	802	80086	1083	Europe/Paris
6451326	Bernay-en-Ponthieu	bernay-en-ponthieu	Bernay-en-Ponthieu		FR	32	80	801	80087	231	Europe/Paris
6451327	Bernes	bernes	Bern,Berne,Bernes,Bèrne,bei er ne,Берн,贝尔讷		FR	32	80	804	80088	353	Europe/Paris
6451328	Berny-en-Santerre	berny-en-santerre	Berni an Santer,Berni-an-Santerr,Berny-in-Santerre,Bérny-in-Santérre,bei er ni ang sang tai er,Берни ан Сантер,Берні-ан-Сантерр,贝尔尼昂桑泰尔		FR	32	80	804	80090	155	Europe/Paris
6451329	Bertangles	bertangles			FR	32	80	802	80092	598	Europe/Paris
6451330	Berteaucourt-les-Dames	berteaucourt-les-dames	Berteaucourt-les-Dames,Bertecourt-ches-Danmes,Bertokur le Dam,Bertokur-le-Dam,Bértécourt-chés-Danmes,bei er tuo ku er lai da mu,Бертокур ле Дам,Бертокур-ле-Дам,贝尔托库尔莱达姆		FR	32	80	802	80093	1161	Europe/Paris
6451331	Berteaucourt-lès-Thennes	berteaucourt-les-thennes			FR	32	80	803	80094	437	Europe/Paris
6451332	Bertrancourt	bertrancourt	Bertrancourt		FR	32	80	804	80095	229	Europe/Paris
6451333	Béthencourt-sur-Mer	bethencourt-sur-mer			FR	32	80	801	80096	971	Europe/Paris
6451334	Béthencourt-sur-Somme	bethencourt-sur-somme	Betankur na Somi,Betankur-sjur-Somm,Betencourt-su-Sonme,Bethencourt-sur-Somme,Bétencourt-su-Sonme,Béthencourt-sur-Somme,suo mu he pan bei dang ku er,Бетанкур на Соми,Бетанкур-сюр-Сомм,索姆河畔贝当库尔		FR	32	80	804	80097	129	Europe/Paris
6451335	Bettembos	bettembos	Betambo,Betimbo,Bettambo,Bétimbo,bei dang bo,Бетамбо,Беттамбо,贝当博		FR	32	80	802	80098	99	Europe/Paris
6451336	Ambialet	ambialet	Amb'jale,Ambialet,Ambjale,Ombijale,ambyalt,ang bi a lei,Амбьяле,Амбяле,Омбијале,امبیالت,昂比阿勒		FR	76	81	811	81010	455	Europe/Paris
6451337	Ambres	ambres	Ambr,Ombre,ambr,ang bu lei,Амбр,Омбре,آمبر,昂布勒		FR	76	81	812	81011	986	Europe/Paris
6451338	Andillac	andillac	Andillac		FR	76	81	811	81012	123	Europe/Paris
6451339	Appelle	appelle	Appelle		FR	76	81	812	81015	71	Europe/Paris
6451340	Arfons	arfons	Arfon,Arfons,Arfonts,a er feng,Арфон,阿尔丰		FR	76	81	812	81016	172	Europe/Paris
6451341	Arifat	arifat	Arifat		FR	76	81	812	81017	166	Europe/Paris
6451342	Arthès	arthes	Arthes,Arthès		FR	76	81	811	81018	2488	Europe/Paris
6451343	Assac	assac	Assac		FR	76	81	811	81019	144	Europe/Paris
6451344	Aussillon	aussillon	Aussilhon,Aussillon,Osijon,Ossijon,ao xi long,Осијон,Оссийон,Оссійон,奥西隆		FR	76	81	812	81021	5968	Europe/Paris
6451346	Beauvais-sur-Tescou	beauvais-sur-tescou	Beauvais-sur-Tescou		FR	76	81	811	81024	349	Europe/Paris
6451347	Belleserre	belleserre	Belleserre		FR	76	81	812	81027	164	Europe/Paris
6451348	Berlats	berlats			FR	76	81	812	81028	104	Europe/Paris
6451349	Bertre	bertre	Bertre		FR	76	81	812	81030	121	Europe/Paris
6451350	Blaye-les-Mines	blaye-les-mines			FR	76	81	811	81033	3009	Europe/Paris
6451351	Boissezon	boissezon	Boissezon		FR	76	81	812	81034	402	Europe/Paris
6451352	Bout-du-Pont-de-Larn	bout-du-pont-de-larn	Bout-du-Pont-de-LArn,Bout-du-Pont-de-Larn,Bout-du-Pont-de-lArn,Bu di Pon de Larn,Bu-dju-Pon-de-Larn,Cap del Pont de Larn,Casasnovas del Pont,Casasnòvas del Pont,bu te-di-peng de la er en,Бу ди Пон де Ларн,Бу-дю-Пон-де-Ларн,布特-迪-蓬德拉尔恩		FR	76	81	812	81036	1261	Europe/Paris
6451353	Brens	brens	Bran,Brans,Bren,Brens,bu lang,Бран,Бранс,Брен,布朗		FR	76	81	811	81038	2296	Europe/Paris
6451354	Briatexte	briatexte	Briatekst,Briatexte,Brijatekst,Britesta,Britèsta,bu li a tai ke si te,Бриатекст,Бријатекст,Бріатекст,布里阿泰克斯特		FR	76	81	812	81039	2007	Europe/Paris
6451355	Broze	broze	Broze		FR	76	81	811	81041	116	Europe/Paris
6451356	Burlats	burlats	Birlat,Bjurla,Bjurlats,Burlats,bi er la te,Бирлат,Бюрла,Бюрлатс,比尔拉特		FR	76	81	812	81042	2127	Europe/Paris
6451357	Busque	busque	Busque		FR	76	81	812	81043	752	Europe/Paris
6451358	Cadalen	cadalen	Cadaluenh,Cadaluènh,Kadalan,Kadalen,ka da lang,Кадалан,Кадален,卡达朗		FR	76	81	811	81046	1528	Europe/Paris
6451359	Cadix	cadix	Cadix		FR	76	81	811	81047	231	Europe/Paris
6451550	Grambois	grambois	Grambois		FR	93	84	841	84052	1264	Europe/Paris
6451360	Cagnac-les-Mines	cagnac-les-mines	Cagnac-les-Mines,Canhac,Canhac de las Minas,Kan'jak-le-Min,Kanak le Men,ka ni ya lei mi na,Каньяк-ле-Мин,Каньяк-ле-Мін,Кањак ле Мен,卡尼亚勒米纳		FR	76	81	811	81048	2532	Europe/Paris
6451361	Cahuzac-sur-Vère	cahuzac-sur-vere			FR	76	81	811	81051	1144	Europe/Paris
6451362	Cambounès	cambounes	Cambounes,Cambounès		FR	76	81	812	81053	329	Europe/Paris
6451363	Cambounet-sur-le-Sor	cambounet-sur-le-sor	Cambonet,Cambonet de Sor,Cambonet de Sòr,Cambounet-sur-le-Sor,Kambojune-sjur-le-Sor,Kambune sir le Sor,Kambune-sjur-le-Sor,lai-suo he pan kang bu na,Камбоюне-сюр-ле-Сор,Камбуне сир ле Сор,Камбуне-сюр-ле-Сор,莱-索河畔康布纳		FR	76	81	812	81054	921	Europe/Paris
6451364	Carbes	carbes	Carbes		FR	76	81	812	81058	228	Europe/Paris
6451365	Carlus	carlus	Carlus,Carlús,Karljus,Karlus,ka er lu,Карлус,Карлюс,卡尔吕		FR	76	81	811	81059	682	Europe/Paris
6451366	Fontrieu	fontrieu	Castelnou de Bracac,Castèlnòu de Braçac,Fontrieu,Kastel'no-de-Brassak,Kastelno de Brasak,ka si tai er nuo de bu la sa ke,Кастелно де Брасак,Кастельно-де-Брассак,卡斯泰尔诺德布拉萨克		FR	76	81	812	81062	943	Europe/Paris
6451367	Castelnau-de-Lévis	castelnau-de-levis	Castelnau-de-Levis,Castelnau-de-Lévis,Castelnou de Levis,Castèlnòu de Levís,Castèlnòu de Lèvis,Kastel'no-de-Levi,Kastel'no-de-Levis,Kastelno de Levi,ka si tai er nuo de lai wei,Кастелно де Леви,Кастельно-де-Левис,Кастельно-де-Леві,卡斯泰尔诺德莱维		FR	76	81	811	81063	1571	Europe/Paris
6451368	Castelnau-de-Montmiral	castelnau-de-montmiral	Castelnau-de-Montmiral,Castelnou de Montmiralh,Castèlnòu de Montmiralh,Kastel'no-de-Monmiral',Kastelno de Monmiral,ka si tai er nuo de meng te mi la,Кастелно де Монмирал,Кастельно-де-Монмираль,Кастельно-де-Монміраль,卡斯泰尔诺德蒙特米拉		FR	76	81	811	81064	1038	Europe/Paris
6451369	Castres	castres	Castres		FR	76	81	812	81065	41338	Europe/Paris
6451370	Caucalières	caucalieres	Caucalieres,Caucalières		FR	76	81	812	81066	289	Europe/Paris
6451371	Cestayrols	cestayrols	Cestayrols,Sestairols,Sestairòls,Sesterol,Sesterol',sai si tai luo er,Сестерол,Сестероль,塞斯泰罗尔		FR	76	81	811	81067	465	Europe/Paris
6451372	Combefa	combefa	Combefa		FR	76	81	811	81068	156	Europe/Paris
6451373	Coufouleux	coufouleux	Coufouleux		FR	76	81	811	81070	2819	Europe/Paris
6451374	Courris	courris	Courris		FR	76	81	811	81071	81	Europe/Paris
6451375	Crespinet	crespinet	Crespinet,Krepine,Krespine,ke lei si pi na,Крепине,Креспине,Креспіне,克雷斯皮纳		FR	76	81	811	81073	173	Europe/Paris
6451376	Cunac	cunac	Cunac		FR	76	81	811	81074	1551	Europe/Paris
6451377	Cuq-Toulza	cuq-toulza	Cuq-Toulza		FR	76	81	812	81076	699	Europe/Paris
6451379	Damiatte	damiatte	Damiatte		FR	76	81	812	81078	1025	Europe/Paris
6451380	Donnazac	donnazac	Donasac,Donazak,Donnazak,duo na zha ke,Доназак,Донназак,多纳扎克		FR	76	81	811	81080	77	Europe/Paris
6451381	Dourgne	dourgne	Dornha,Dourgne,Durn,Durn',du er ge,Дурнь,Дурњ,杜尔格		FR	76	81	812	81081	1313	Europe/Paris
6451382	Escoussens	escoussens	Escoussens		FR	76	81	812	81084	606	Europe/Paris
6451384	Espérausses	esperausses	Esperausses,Espérausses		FR	76	81	812	81086	172	Europe/Paris
6451385	Fayssac	fayssac	Fayssac		FR	76	81	811	81087	345	Europe/Paris
6451386	Fauch	fauch	Fauch		FR	76	81	811	81088	527	Europe/Paris
6451387	Fénols	fenols	Fenols,Fénols		FR	76	81	811	81090	240	Europe/Paris
6451388	Fiac	fiac	Fiac		FR	76	81	812	81092	929	Europe/Paris
6451389	Frausseilles	frausseilles	Fraucelhas,Frausseilles,Frosej,Frossej,fu luo sai lai,Фросеј,Фроссей,弗罗塞莱		FR	76	81	811	81095	87	Europe/Paris
6451390	Fréjairolles	frejairolles	Frejairolles,Fréjairolles		FR	76	81	811	81097	1321	Europe/Paris
6451391	Fréjeville	frejeville			FR	76	81	812	81098	651	Europe/Paris
6451392	Bardigues	bardigues			FR	76	82	821	82010	294	Europe/Paris
6451393	Barry-d'Islemade	barry-d-islemade	Barry-d'Islemade		FR	76	82	821	82011	933	Europe/Paris
6451394	Beaumont-de-Lomagne	beaumont-de-lomagne	Beaumont-de-Lomagne		FR	76	82	821	82013	3753	Europe/Paris
6451395	Belbèze-en-Lomagne	belbeze-en-lomagne	Belbese,Belbèse		FR	76	82	821	82015	132	Europe/Paris
6451397	Bessens	bessens	Besan,Bessan,Bessens,bei sang,Бесан,Бессан,贝桑		FR	76	82	822	82017	1502	Europe/Paris
6451398	Bioule	bioule	Bioule		FR	76	82	822	82018	1108	Europe/Paris
6451399	Boudou	boudou	Boudou		FR	76	82	821	82019	727	Europe/Paris
6451400	Bourg-de-Visa	bourg-de-visa			FR	76	82	821	82022	386	Europe/Paris
6451401	Bourret	bourret	Boreth,Borèth,Bure,Burre,bu er lei,Буре,Бурре,布尔勒		FR	76	82	822	82023	899	Europe/Paris
6451402	Bressols	bressols	Bressols		FR	76	82	822	82025	3697	Europe/Paris
6451403	Bruniquel	bruniquel	Bruniquel		FR	76	82	822	82026	611	Europe/Paris
6451404	Campsas	campsas	Campsas,Campsàs,Cancans,Cançans,Kamsas,Kansa,kang pu sa,Камсас,Канса,康普萨		FR	76	82	822	82027	1353	Europe/Paris
6451405	Canals	canals	Canals		FR	76	82	822	82028	754	Europe/Paris
6451406	Castelmayran	castelmayran	Castelmayran		FR	76	82	821	82031	1202	Europe/Paris
6451407	Castelsagrat	castelsagrat	Castelsagrat		FR	76	82	821	82032	582	Europe/Paris
6451408	Castelsarrasin	castelsarrasin			FR	76	82	821	82033	13929	Europe/Paris
6451409	Caylus	caylus	Cailutz,Caylus,Kelis,Keljus,kai lu,Келис,Келюс,凯吕		FR	76	82	822	82038	1445	Europe/Paris
6451410	Cayrac	cayrac	Cayrac		FR	76	82	822	82039	548	Europe/Paris
6451411	Cayriech	cayriech	Cayriech		FR	76	82	822	82040	275	Europe/Paris
6451412	Cazes-Mondenard	cazes-mondenard	Cazes-Mondenard		FR	76	82	821	82042	1183	Europe/Paris
6451413	Comberouger	comberouger	Comberouger		FR	76	82	822	82043	281	Europe/Paris
6451414	Corbarieu	corbarieu	Corbarieu		FR	76	82	822	82044	1659	Europe/Paris
6451415	Cordes-Tolosannes	cordes-tolosannes	Cordes-Tolosannes		FR	76	82	821	82045	353	Europe/Paris
6451416	Coutures	coutures	Coutures		FR	76	82	821	82046	103	Europe/Paris
6451417	Dieupentale	dieupentale	D'epantal',Diupentala,Djepantal,di ye yu pang ta lei,Дьєпанталь,Дјепантал,迪耶于庞塔勒		FR	76	82	822	82048	1682	Europe/Paris
6451418	Donzac	donzac	Donzac,Donzak,dong zha ke,Донзак,栋扎克		FR	76	82	821	82049	1038	Europe/Paris
6451419	Dunes	dunes	Djun,Dunas,Dunes,di na,Дюн,迪纳		FR	76	82	821	82050	1209	Europe/Paris
6451420	Escatalens	escatalens	Escatalens		FR	76	82	822	82052	1087	Europe/Paris
6451421	Escazeaux	escazeaux	Escazeaux		FR	76	82	821	82053	291	Europe/Paris
6451422	Espalais	espalais	Espalais		FR	76	82	821	82054	395	Europe/Paris
6451423	Esparsac	esparsac	Esparsac		FR	76	82	821	82055	245	Europe/Paris
6451424	Espinas	espinas	Espinas		FR	76	82	822	82056	176	Europe/Paris
6451425	Fajolles	fajolles	Fajolles		FR	76	82	821	82058	97	Europe/Paris
6451426	Faudoas	faudoas	Faudoas		FR	76	82	821	82059	292	Europe/Paris
6451427	Fauroux	fauroux			FR	76	82	821	82060	241	Europe/Paris
6451429	Finhan	finhan	Finhan		FR	76	82	822	82062	1521	Europe/Paris
6451430	Garganvillar	garganvillar	Garganvillar		FR	76	82	821	82063	682	Europe/Paris
6451432	Gimat	gimat	Gimat		FR	76	82	821	82068	225	Europe/Paris
6451433	Ginals	ginals	Ginals		FR	76	82	822	82069	208	Europe/Paris
6451434	Glatens	glatens	Glatens		FR	76	82	821	82070	75	Europe/Paris
6451435	Golfech	golfech	Golfech		FR	76	82	821	82072	978	Europe/Paris
6451436	Goudourville	goudourville	Goudourville		FR	76	82	821	82073	959	Europe/Paris
6451437	Gramont	gramont	Gramont		FR	76	82	821	82074	145	Europe/Paris
6451438	Grisolles	grisolles	Grisolas,Grisolles,Grisòlas,Grizol',ge li suo lai,Гризоль,格里索莱		FR	76	82	822	82075	4056	Europe/Paris
6451439	Labastide-de-Penne	labastide-de-penne	Labastide-de-Penne		FR	76	82	822	82078	130	Europe/Paris
6451440	Labastide-Saint-Pierre	labastide-saint-pierre	Labastide-Saint-Pierre		FR	76	82	822	82079	3722	Europe/Paris
6451441	Labastide-du-Temple	labastide-du-temple	Labastide-du-Temple		FR	76	82	821	82080	1142	Europe/Paris
6451442	Labourgade	labourgade	Labourgade		FR	76	82	821	82081	178	Europe/Paris
6451443	Lacapelle-Livron	lacapelle-livron	Lacapelle-Livron		FR	76	82	822	82082	200	Europe/Paris
6451444	Lacour	lacour	Lacour		FR	76	82	821	82084	173	Europe/Paris
6451445	Lacourt-Saint-Pierre	lacourt-saint-pierre	Lacourt-Saint-Pierre		FR	76	82	822	82085	1173	Europe/Paris
6451446	Lafrançaise	lafrancaise	Lafrancaise,Lafrançaise		FR	76	82	822	82087	2860	Europe/Paris
6451447	Lamagistère	lamagistere	La Magistera,La Magistèra,Lamagistere,Lamagistère,Lamazhister,la ma ji si tai lei,Ламажистер,لاماگیسٹیری,拉马吉斯泰勒		FR	76	82	821	82089	1150	Europe/Paris
6451448	Lamothe-Capdeville	lamothe-capdeville	Lamothe-Capdeville		FR	76	82	822	82090	1076	Europe/Paris
6451450	Lapenche	lapenche			FR	76	82	822	82092	271	Europe/Paris
6451451	Larrazet	larrazet	Larrazet		FR	76	82	821	82093	676	Europe/Paris
6451452	Lauzerte	lauzerte	Lauzerte		FR	76	82	821	82094	1461	Europe/Paris
6451453	Lavaurette	lavaurette			FR	76	82	822	82095	216	Europe/Paris
6451454	Lavit	lavit			FR	76	82	821	82097	1572	Europe/Paris
6451455	Léojac	leojac	Leojac,Léojac		FR	76	82	822	82098	1260	Europe/Paris
6451456	Bargème	bargeme	Bargeme,Bargème		FR	93	83	831	83010	206	Europe/Paris
6451457	Bargemon	bargemon	Bargemon		FR	93	83	831	83011	1374	Europe/Paris
6451458	Barjols	barjols			FR	93	83	833	83012	3015	Europe/Paris
6451459	Bauduen	bauduen	Bauduen		FR	93	83	833	83015	316	Europe/Paris
6451460	Belgentier	belgentier	Belgentier		FR	93	83	832	83017	2432	Europe/Paris
6451461	Besse-sur-Issole	besse-sur-issole	Besse-sur-Issole		FR	93	83	833	83018	3050	Europe/Paris
6451462	Bormes-les-Mimosas	bormes-les-mimosas	Borm le Mimoza,Borm-le-Mimoza,Borma dei Mimosas,Bormas,Bormes-les-Mimosas,Bòrma dei Mimòsas,Bòrmas,bo er mo lei mi mo sa,Борм ле Мимоза,Борм-ле-Мімоза,博尔默勒米莫萨		FR	93	83	832	83019	7982	Europe/Paris
6451463	Brenon	brenon	Brenon,bu lei nong,Бренон,布雷农		FR	93	83	831	83022	31	Europe/Paris
6451464	Brignoles	brignoles	Brignoles		FR	93	83	833	83023	17498	Europe/Paris
6451465	Brue-Auriac	brue-auriac	Brue-Auriac		FR	93	83	833	83025	1343	Europe/Paris
6451466	Cabasse	cabasse	Cabassa,Cabasse,Kabas,Kabass,ka ba se,Кабас,Кабасс,卡巴瑟		FR	93	83	833	83026	1932	Europe/Paris
6451467	Callas	callas	Calars,Calas,Callas,Calàs,Kala,Kallas,ka la si,Кала,Каллас,卡拉斯		FR	93	83	831	83028	1880	Europe/Paris
6451469	Camps-la-Source	camps-la-source	Camps-la-Source		FR	93	83	833	83030	1876	Europe/Paris
6451470	Carcès	carces	Carces,Carcès		FR	93	83	833	83032	3485	Europe/Paris
6451471	Carnoules	carnoules	Carnoules		FR	93	83	833	83033	3462	Europe/Paris
6451472	Carqueiranne	carqueiranne	Carqueiranne		FR	93	83	832	83034	9846	Europe/Paris
6451473	Cavalaire-sur-Mer	cavalaire-sur-mer	Cavalaire-sur-Mer		FR	93	83	831	83036	7270	Europe/Paris
6451474	Châteaudouble	chateaudouble	Casteudoble,Castèudoble,Shatodubl,Shatodubl',sha tuo du bu lei,Шатодубл,Шатодубль,沙托杜布勒		FR	93	83	831	83038	469	Europe/Paris
6451475	Châteauvert	chateauvert	Chateauvert,Châteauvert		FR	93	83	833	83039	149	Europe/Paris
6451476	Claviers	claviers			FR	93	83	831	83041	678	Europe/Paris
6451477	Cogolin	cogolin	Cogolin		FR	93	83	831	83042	12032	Europe/Paris
6451478	Collobrières	collobrieres	Collobrieres,Collobrières		FR	93	83	832	83043	1921	Europe/Paris
6451479	Comps-sur-Artuby	comps-sur-artuby			FR	93	83	831	83044	382	Europe/Paris
6451480	Correns	correns	Correns		FR	93	83	833	83045	905	Europe/Paris
6451481	Cotignac	cotignac	Cotignac		FR	93	83	833	83046	2208	Europe/Paris
6451482	Cuers	cuers	Cuers,Ker,Kjuers,qu ai er,Кер,Кюерс,屈埃尔		FR	93	83	832	83049	11192	Europe/Paris
6451483	Draguignan	draguignan	Draguignan		FR	93	83	831	83050	40053	Europe/Paris
6451484	Entrecasteaux	entrecasteaux	Antrekasto,Entrecasteus,Entrecastèus,ang te lei ka si tuo,Антрекасто,昂特雷卡斯托		FR	93	83	833	83051	1117	Europe/Paris
6451485	Évenos	evenos	Ehvenos,Eveno,Evenos,Evenòs,Evenós,Evinos,Evinòs,ai fu nuo,Евено,Евенос,Эвенос,埃弗诺		FR	93	83	832	83053	2325	Europe/Paris
6451486	Fayence	fayence			FR	93	83	831	83055	5731	Europe/Paris
6452089	Annot	annot	Annot		FR	93	04	042	04008	1046	Europe/Paris
6451487	Figanières	figanieres	Figan'er,Figanieras,Figanieres,Figanières,fei jia ni ai,Фиганьер,Фіганьєр,菲加尼埃		FR	93	83	831	83056	2602	Europe/Paris
6451488	Flassans-sur-Issole	flassans-sur-issole	Flassans-sur-Issole		FR	93	83	833	83057	3513	Europe/Paris
6451489	Flayosc	flayosc	Flayosc		FR	93	83	831	83058	4318	Europe/Paris
6451490	Forcalqueiret	forcalqueiret	Forcalqueiret,Forcauqueiret,Forkal'kere,Forkalkjere,Forncauquieret,fu er ka er qu ai lei,Форкалкјере,Форкалькере,福尔卡尔屈埃勒		FR	93	83	833	83059	2871	Europe/Paris
6451491	Fox-Amphoux	fox-amphoux	Fox-Amphoux		FR	93	83	833	83060	463	Europe/Paris
6451492	Garéoult	gareoult			FR	93	83	833	83064	5349	Europe/Paris
6451493	Gassin	gassin	Gasen,Gassen,Gassin,gasaeng,gassan,jia sang,Гасен,Гассен,ガッサン,加桑,가생		FR	93	83	831	83065	2557	Europe/Paris
6451494	Ginasservis	ginasservis	Ginasservis		FR	93	83	833	83066	1782	Europe/Paris
6451495	Gonfaron	gonfaron	Gonfaron		FR	93	83	833	83067	4313	Europe/Paris
6451496	Grimaud	grimaud	Grimaud,Grimo,ge li mo,gurimo,Гримо,グリモー,格里莫		FR	93	83	831	83068	4421	Europe/Paris
6451497	Hyères	hyeres	Hyeres,Hyeres-les-Palmiers,Hyères,Hyères-les-Palmiers,Ieras,Iero		FR	93	83	832	83069	55772	Europe/Paris
6451498	Lorgues	lorgues			FR	93	83	831	83072	8968	Europe/Paris
6451499	Mazaugues	mazaugues	Mazaugues		FR	93	83	833	83076	899	Europe/Paris
6451500	Méounes-lès-Montrieux	meounes-les-montrieux	Meojun-le-Monrie,Meonas,Meounes-les-Montrieux,Meun-le-Montrijo,Meunas,Méounes-lès-Montrieux,mei wu na lai meng te li e,Меоюн-ле-Монріє,Меун-ле-Монтриё,梅乌纳莱蒙特里厄		FR	93	83	833	83077	2165	Europe/Paris
6451501	Moissac-Bellevue	moissac-bellevue	Moissac-Bellevue		FR	93	83	833	83078	292	Europe/Paris
6451502	Mons	mons	Mon,Monts,meng cun,Мон,蒙村		FR	93	83	831	83080	835	Europe/Paris
6451504	Montferrat	montferrat	Monferra,Montferrat,meng te fu er la,Монферра,蒙特弗尔拉		FR	93	83	831	83082	1549	Europe/Paris
6451505	Montfort-sur-Argens	montfort-sur-argens			FR	93	83	833	83083	1331	Europe/Paris
6451506	Montmeyan	montmeyan	Montmeyan		FR	93	83	833	83084	561	Europe/Paris
6451507	Nans-les-Pins	nans-les-pins	Nans-les-Pins		FR	93	83	833	83087	4453	Europe/Paris
6451508	Néoules	neoules	Neolas,Neoules,Neul',Neulas,Néoules,nei wu lei,Неуль,内乌勒		FR	93	83	833	83088	2692	Europe/Paris
6451509	Ollières	ollieres	Ol'er,Olieras,Ollieres,Ollières,ao li ai,Ольер,Ольєр,奥利埃		FR	93	83	833	83089	638	Europe/Paris
6451510	Ollioules	ollioules	Ollioules		FR	93	83	832	83090	13563	Europe/Paris
6451511	Pierrefeu-du-Var	pierrefeu-du-var	Pierrefeu-du-Var		FR	93	83	832	83091	6060	Europe/Paris
6451512	Pignans	pignans	Pignans,Pin'jan,Pinhan,Pinhans,pi ni ang,Пиньян,Піньян,皮尼昂		FR	93	83	833	83092	4008	Europe/Paris
6451513	Le Plan-de-la-Tour	le-plan-de-la-tour	Le Plan-de-la-Tour		FR	93	83	831	83094	2714	Europe/Paris
6451514	Pontevès	ponteves	Ponteves,Pontevès		FR	93	83	833	83095	767	Europe/Paris
6451515	Pourcieux	pourcieux	Pourcieux		FR	93	83	833	83096	1566	Europe/Paris
6451516	Pourrières	pourrieres	Pourrieres,Pourrières		FR	93	83	833	83097	5123	Europe/Paris
6451517	Beaumes-de-Venise	beaumes-de-venise	Beaumes-de-Venise		FR	93	84	843	84012	2404	Europe/Paris
6451518	Beaumont-de-Pertuis	beaumont-de-pertuis	Beaumont-de-Pertuis		FR	93	84	841	84014	1139	Europe/Paris
6451519	Beaumont-du-Ventoux	beaumont-du-ventoux	Beaumont-du-Ventoux		FR	93	84	843	84015	282	Europe/Paris
6451520	Bédarrides	bedarrides	Bedarrides,Bédarrides		FR	93	84	842	84016	5086	Europe/Paris
6451521	Bédoin	bedoin			FR	93	84	843	84017	3101	Europe/Paris
6451522	Blauvac	blauvac	Blauvac		FR	93	84	843	84018	520	Europe/Paris
6451523	Bonnieux	bonnieux			FR	93	84	841	84020	1369	Europe/Paris
6451524	Brantes	brantes	Brantes		FR	93	84	843	84021	84	Europe/Paris
6451525	Buisson	buisson			FR	93	84	843	84022	297	Europe/Paris
6451526	Buoux	buoux			FR	93	84	841	84023	70	Europe/Paris
6451527	Cabrières-d'Aigues	cabrieres-d-aigues	Cabrieres-d'Aigues,Cabrières-d'Aigues		FR	93	84	841	84024	952	Europe/Paris
6451528	Cabrières-d'Avignon	cabrieres-d-avignon	Cabrieres-d'Avignon,Cabrières-d'Avignon		FR	93	84	841	84025	1788	Europe/Paris
6451529	Cadenet	cadenet	Cadenet		FR	93	84	841	84026	4172	Europe/Paris
6451530	Caderousse	caderousse	Cadarossa,Caderousse,Kaderus,Kaderuss,ka de lu si,Кадерус,Кадерусс,卡德鲁斯		FR	93	84	843	84027	2703	Europe/Paris
6451531	Cairanne	cairanne	Cairanne		FR	93	84	843	84028	1064	Europe/Paris
6451532	Camaret-sur-Aigues	camaret-sur-aigues	Camaret-sur-Aigues		FR	93	84	843	84029	4556	Europe/Paris
6451533	Caromb	caromb	Caromb		FR	93	84	843	84030	3298	Europe/Paris
6451534	Carpentras	carpentras	Carpentras		FR	93	84	843	84031	28554	Europe/Paris
6451535	Caseneuve	caseneuve			FR	93	84	841	84032	500	Europe/Paris
6451536	Caumont-sur-Durance	caumont-sur-durance	Caumont-sur-Durance		FR	93	84	842	84034	4855	Europe/Paris
6451537	Châteauneuf-de-Gadagne	chateauneuf-de-gadagne	Chateauneuf-de-Gadagne,Châteauneuf-de-Gadagne		FR	93	84	842	84036	3304	Europe/Paris
6451538	Châteauneuf-du-Pape	chateauneuf-du-pape	Chateauneuf-du-Pape,Châteauneuf-du-Pape		FR	93	84	843	84037	2171	Europe/Paris
6451539	Cheval-Blanc	cheval-blanc	Cheval-Blanc		FR	93	84	841	84038	4215	Europe/Paris
6451540	Courthézon	courthezon	Courthezon,Courthézon		FR	93	84	842	84039	5555	Europe/Paris
6451541	Crestet	crestet	Crestet		FR	93	84	843	84040	410	Europe/Paris
6451542	Crillon-le-Brave	crillon-le-brave	Crillon-le-Brave		FR	93	84	843	84041	478	Europe/Paris
6451543	Cucuron	cucuron	Cucuron		FR	93	84	841	84042	1774	Europe/Paris
6451544	Entrechaux	entrechaux	Entrechaux		FR	93	84	843	84044	1130	Europe/Paris
6451545	Flassan	flassan	Flassan		FR	93	84	843	84046	455	Europe/Paris
6451546	Gargas	gargas	Gargac,Gargas,Gargaç,jia er jia,Гаргас,加尔加		FR	93	84	841	84047	3033	Europe/Paris
6451547	Gigondas	gigondas	Gigondac,Gigondaç,Gigondec,Gigondèç,Zhigonda,Zhigondas,ji gong da,jigondasu,Жигонда,Жигондас,ジゴンダス,吉贡达		FR	93	84	843	84049	534	Europe/Paris
6451548	Gordes	gordes	Gordes		FR	93	84	841	84050	1873	Europe/Paris
6451552	Jonquerettes	jonquerettes	Jonquerettes		FR	93	84	842	84055	1484	Europe/Paris
6451553	Jonquières	jonquieres	Jonquieras,Jonquieres,Jonquières,Zhonk'er,Zhonker,rong ji ai,Жонкьер,Жонкєр,容基埃		FR	93	84	843	84056	5331	Europe/Paris
6451554	Joucas	joucas			FR	93	84	841	84057	337	Europe/Paris
6451555	Lacoste	lacoste	La Costa,La Còsta,Lacoste,Lakost,la ke si te,Лакост,لاکوسٹ، ووکلیوسی,拉科斯特		FR	93	84	841	84058	409	Europe/Paris
6451556	Lafare	lafare	Lafare		FR	93	84	843	84059	121	Europe/Paris
6451557	Lagarde-d'Apt	lagarde-d-apt	Lagarde-d'Apt		FR	93	84	841	84060	37	Europe/Paris
6451558	Lagarde-Paréol	lagarde-pareol	Lagarde-Pareol,Lagarde-Paréol		FR	93	84	843	84061	316	Europe/Paris
6451559	Lagnes	lagnes			FR	93	84	841	84062	1629	Europe/Paris
6451560	Lamotte-du-Rhône	lamotte-du-rhone			FR	93	84	843	84063	399	Europe/Paris
6451561	Lapalud	lapalud	Lapalud		FR	93	84	843	84064	3795	Europe/Paris
6451562	Lauris	lauris			FR	93	84	841	84065	3817	Europe/Paris
6451563	Loriol-du-Comtat	loriol-du-comtat	Loriol-du-Comtat		FR	93	84	843	84067	2600	Europe/Paris
6451564	Lourmarin	lourmarin	Lourmarin		FR	93	84	841	84068	1109	Europe/Paris
6451565	Malaucène	malaucene	Malaucene,Malaucène		FR	93	84	843	84069	2896	Europe/Paris
6451566	Malemort-du-Comtat	malemort-du-comtat	Malemort-du-Comtat		FR	93	84	843	84070	1749	Europe/Paris
6451567	Maubec	maubec	Maubec,Maubèc,Mobek,mo bei ke,Мобек,莫贝克		FR	93	84	841	84071	1914	Europe/Paris
6451568	Mazan	mazan	Masan,Mazan,ma cang,Мазан,马藏		FR	93	84	843	84072	5944	Europe/Paris
6451569	Ménerbes	menerbes	Menerbes,Ménerbes		FR	93	84	841	84073	991	Europe/Paris
6451571	Méthamis	methamis			FR	93	84	843	84075	428	Europe/Paris
6451572	Modène	modene	Modene,Modène		FR	93	84	843	84077	453	Europe/Paris
6451573	Mondragon	mondragon	Mondragon,Montdragon,meng de la gong,mondoragon,Мондрагон,モンドラゴン,蒙德拉贡		FR	93	84	843	84078	3830	Europe/Paris
6451574	Monieux	monieux	Monieux		FR	93	84	843	84079	344	Europe/Paris
6451575	Monteux	monteux	Monte,Monteus,Monteux,Montjo,meng te,Монте,Монтё,蒙特		FR	93	84	843	84080	12870	Europe/Paris
6451576	Morières-lès-Avignon	morieres-les-avignon	Morieres-les-Avignon,Morières-lès-Avignon		FR	93	84	842	84081	8295	Europe/Paris
6451577	Mormoiron	mormoiron			FR	93	84	843	84082	1883	Europe/Paris
6451578	Mornas	mornas	Mornas		FR	93	84	843	84083	2406	Europe/Paris
6451579	Oppède	oppede			FR	93	84	841	84086	1361	Europe/Paris
6451580	Orange	orange	Orange		FR	93	84	843	84087	29212	Europe/Paris
6451581	Pernes-les-Fontaines	pernes-les-fontaines	Pernes-les-Fontaines		FR	93	84	843	84088	9286	Europe/Paris
6451582	Peypin-d'Aigues	peypin-d-aigues	Peypin-d'Aigues		FR	93	84	841	84090	656	Europe/Paris
6451583	Piolenc	piolenc	Piolenc		FR	93	84	843	84091	5151	Europe/Paris
6451585	Puyvert	puyvert	Puyvert		FR	93	84	841	84095	817	Europe/Paris
6451586	Rasteau	rasteau	Rasteau		FR	93	84	843	84096	870	Europe/Paris
6451588	Roaix	roaix	Roaix		FR	93	84	843	84098	649	Europe/Paris
6451589	Barbâtre	barbatre			FR	52	85	853	85011	1752	Europe/Paris
6451590	Bazoges-en-Paillers	bazoges-en-paillers	Bazoges-en-Paillers		FR	52	85	852	85013	1393	Europe/Paris
6451591	Bazoges-en-Pareds	bazoges-en-pareds	Bazoges en Pareds,Bazozh an Pared,Bazozh-an-Pare,pa lei de de qu ba zuo re,Базож ан Паред,Базож-ан-Паре,帕雷德地区巴佐热		FR	52	85	851	85014	1158	Europe/Paris
6451592	Beaulieu-sous-la-Roche	beaulieu-sous-la-roche	Beaulieu-sous-la-Roche		FR	52	85	853	85016	2199	Europe/Paris
6451593	Beauvoir-sur-Mer	beauvoir-sur-mer			FR	52	85	853	85018	3925	Europe/Paris
6451594	Bellevigny	bellevigny	Bellevigny		FR	52	85	852	85019	5932	Europe/Paris
6451595	Benet	benet	Bene,Benet,bei na,Бене,贝纳		FR	52	85	851	85020	4029	Europe/Paris
6451596	Bessay	bessay	Bese,Bessay,Besse,bei sai,Бесе,Бессе,贝赛		FR	52	85	851	85023	420	Europe/Paris
6451598	Bouillé-Courdault	bouille-courdault	Bouille-Courdault,Bouillé-Courdault,Bue-Kurdo,Buje Kurdo,bu yi lei ku er duo er,Бує-Курдо,Бује Курдо,布伊勒库尔多尔		FR	52	85	851	85028	584	Europe/Paris
6451599	Bouin	bouin	Bonn,Bouin,Buen,bu an,Буен,布安		FR	52	85	853	85029	2155	Europe/Paris
6451600	Bourneau	bourneau	Bourneau,Burno,bu er nuo,Бурно,布尔诺		FR	52	85	851	85033	740	Europe/Paris
6451601	Bournezeau	bournezeau	Burnezo,bu er nei zuo,Бурнезо,布尔内佐		FR	52	85	852	85034	3326	Europe/Paris
6451602	Breuil-Barret	breuil-barret	Breuil-Barret		FR	52	85	851	85037	650	Europe/Paris
6451603	Chaillé-les-Marais	chaille-les-marais	Chaille-les-Marais,Chaillé-les-Marais,Shae-le-Mare,Shaje le Mare,xie lei lei ma lai,Шає-ле-Маре,Шаје ле Маре,谢勒勒马赖		FR	52	85	851	85042	1909	Europe/Paris
6451605	Challans	challans			FR	52	85	853	85047	20303	Europe/Paris
6451607	Champagné-les-Marais	champagne-les-marais	Champagne-les-Marais,Champagné-les-Marais,Shampan le Mare,Shampan'e-le-Mare,shang pa ge lei ma lai,Шампаньє-ле-Маре,Шампањ ле Маре,尚帕格勒马赖		FR	52	85	851	85049	1757	Europe/Paris
6451608	Chantonnay	chantonnay	Chantonnay		FR	52	85	852	85051	8291	Europe/Paris
6451609	Chasnais	chasnais	Chasnais		FR	52	85	851	85058	726	Europe/Paris
6451611	Château-Guibert	chateau-guibert	Chateau-Guibert,Château-Guibert		FR	52	85	851	85061	1537	Europe/Paris
6451612	Chauché	chauche	Shoshe,shao she,Шоше,绍舍		FR	52	85	852	85064	2483	Europe/Paris
6451613	Chavagnes-en-Paillers	chavagnes-en-paillers			FR	52	85	852	85065	3543	Europe/Paris
6451614	Chavagnes-les-Redoux	chavagnes-les-redoux	Chavagnes-les-Redoux		FR	52	85	851	85066	833	Europe/Paris
6451615	Cheffois	cheffois	Cheffois		FR	52	85	851	85067	980	Europe/Paris
6451616	Coëx	coex			FR	52	85	853	85070	3146	Europe/Paris
6451617	Commequiers	commequiers	Commequiers		FR	52	85	853	85071	3444	Europe/Paris
6451618	Corpe	corpe	Corpe,Korp,ke er pu,Корп,科尔普		FR	52	85	851	85073	1053	Europe/Paris
6451619	Cugand	cugand	Cugand		FR	52	85	852	85076	3466	Europe/Paris
6451620	Curzon	curzon	Kirzon,Kjurzon,qu er zong,Кирзон,Кюрзон,屈尔宗		FR	52	85	853	85077	503	Europe/Paris
6451622	Doix lès Fontaines	doix-les-fontaines	Doa,Doix les Fontaines,Doix lès Fontaines,Dua,du wa,Доа,Дуа,杜瓦		FR	52	85	851	85080	1720	Europe/Paris
6451623	Dompierre-sur-Yon	dompierre-sur-yon	Dompierre-sur-Yon		FR	52	85	852	85081	4248	Europe/Paris
6451624	Falleron	falleron	Falleron		FR	52	85	852	85086	1576	Europe/Paris
6451625	Faymoreau	faymoreau	Femoro,fan ao luo,Феморо,凡奥罗		FR	52	85	851	85087	208	Europe/Paris
6451626	Fontenay-le-Comte	fontenay-le-comte	Fontenay-le-Comte		FR	52	85	851	85092	13424	Europe/Paris
6451627	Froidfond	froidfond	Froidfond,Fruafon,fu lu wa de feng,Фруафон,弗鲁瓦德丰		FR	52	85	853	85095	1831	Europe/Paris
6451628	Aslonnes	aslonnes	Aslonnes		FR	75	86	863	86010	1104	Europe/Paris
6451629	Asnières-sur-Blour	asnieres-sur-blour			FR	75	86	862	86011	180	Europe/Paris
6451630	Asnois	asnois	Anoa,Anua,Asnois,a si nu wa,Аноа,Ануа,阿斯努瓦		FR	75	86	862	86012	161	Europe/Paris
6451631	Availles-Limouzine	availles-limouzine	Availles-Limouzine		FR	75	86	862	86015	1281	Europe/Paris
6451632	Avanton	avanton			FR	75	86	863	86016	2154	Europe/Paris
6451633	Ayron	ayron			FR	75	86	863	86017	1176	Europe/Paris
6451634	Basses	basses	Bas,Bass,Basses,ba se,Бас,Басс,巴瑟		FR	75	86	861	86018	326	Europe/Paris
6451635	Bellefonds	bellefonds			FR	75	86	861	86020	253	Europe/Paris
6451637	Berrie	berrie	Beri,Berri,Berrie,bei er li ye,Бери,Беррі,贝尔里耶		FR	75	86	861	86022	263	Europe/Paris
6451638	Berthegon	berthegon	Berthegon		FR	75	86	861	86023	305	Europe/Paris
6451639	Béruges	beruges			FR	75	86	863	86024	1424	Europe/Paris
6451640	Béthines	bethines	Bethines,Béthines		FR	75	86	862	86025	474	Europe/Paris
6451641	Beuxes	beuxes	Beuxes		FR	75	86	861	86026	552	Europe/Paris
6451642	Bignoux	bignoux	Bignoux		FR	75	86	863	86028	1059	Europe/Paris
6451644	Bonneuil-Matours	bonneuil-matours	Bonneuil-Matours		FR	75	86	861	86032	2119	Europe/Paris
6451645	Bouresse	bouresse	Bouresse		FR	75	86	862	86034	575	Europe/Paris
6451646	Bourg-Archambault	bourg-archambault	Bourg-Archambault		FR	75	86	862	86035	190	Europe/Paris
6451647	Bournand	bournand	Bournand		FR	75	86	861	86036	874	Europe/Paris
6451648	Brigueil-le-Chantre	brigueil-le-chantre			FR	75	86	862	86037	516	Europe/Paris
6451649	Brux	brux	Bri,Brju,Brux,Бри,Брю		FR	75	86	862	86039	726	Europe/Paris
6451650	Buxerolles	buxerolles	Bikserol,Bjuksrol',Buxerolles,bi ke sai luo lai,Биксерол,Бюксроль,比克塞罗莱		FR	75	86	863	86041	10008	Europe/Paris
6451651	Buxeuil	buxeuil	Biksej,Bjuksej,Buxeuil,bi ke se yi,Биксеј,Бюксей,比克瑟伊		FR	75	86	861	86042	953	Europe/Paris
6451652	Ceaux-en-Loudun	ceaux-en-loudun	Ceaux-en-Loudun		FR	75	86	861	86044	566	Europe/Paris
6451653	Celle-Lévescault	celle-levescault	Celle-Levescault,Celle-Lévescault		FR	75	86	863	86045	1353	Europe/Paris
6451654	Cenon-sur-Vienne	cenon-sur-vienne	Cenon-sur-Vienne		FR	75	86	861	86046	1799	Europe/Paris
6451655	Cernay	cernay	Cernay,Serne,sai er nai,Серне,塞尔奈		FR	75	86	861	86047	471	Europe/Paris
6451656	Chabournay	chabournay	Chabournay		FR	75	86	863	86048	1045	Europe/Paris
6451657	Champagné-le-Sec	champagne-le-sec	Champagne-le-Sec,Champagné-le-Sec		FR	75	86	862	86051	203	Europe/Paris
6451658	Champagné-Saint-Hilaire	champagne-saint-hilaire	Champagne-Saint-Hilaire,Champagné-Saint-Hilaire		FR	75	86	862	86052	1017	Europe/Paris
6451659	Champigny en Rochereau	champigny-en-rochereau	Champigny en Rochereau		FR	75	86	863	86053	1916	Europe/Paris
6451662	Charroux	charroux	Charroux,Sharru,Sharu,sha er lu,Шарру,Шару,沙尔鲁		FR	75	86	862	86061	1138	Europe/Paris
6451663	Chasseneuil-du-Poitou	chasseneuil-du-poitou	Shasnej di Poatu,Shassnej-dju-Puatu,sha se na yi di pu wa tu,Шаснеј ди Поату,Шассней-дю-Пуату,沙瑟纳伊迪普瓦图		FR	75	86	863	86062	4721	Europe/Paris
6451664	Château-Garnier	chateau-garnier			FR	75	86	862	86064	616	Europe/Paris
6451665	Château-Larcher	chateau-larcher			FR	75	86	863	86065	1010	Europe/Paris
6451666	Châtellerault	chatellerault	Chatellerault,Châtellerault		FR	75	86	861	86066	32057	Europe/Paris
6451667	Chaunay	chaunay	Chaunay		FR	75	86	862	86068	1193	Europe/Paris
6451668	Chauvigny	chauvigny	Chauvigny		FR	75	86	863	86070	7053	Europe/Paris
6451669	Chenevelles	chenevelles	Chenevelles,Shanvel,Shenevel',xie na fu lei,Шанвел,Шеневель,谢纳弗勒		FR	75	86	861	86072	477	Europe/Paris
6451670	Chiré-en-Montreuil	chire-en-montreuil	Chire-en-Montreuil,Chiré-en-Montreuil		FR	75	86	863	86074	912	Europe/Paris
6451671	Chouppes	chouppes	Chouppes		FR	75	86	863	86075	750	Europe/Paris
6451672	Cissé	cisse	Sise,Sisse,xi se,Сисе,Сіссе,西瑟		FR	75	86	863	86076	2763	Europe/Paris
6451673	Civaux	civaux	Civaux		FR	75	86	862	86077	1203	Europe/Paris
6451674	Civray	civray	Civray,Sivre,xi fu lai,Сивре,Сівре,西夫赖		FR	75	86	862	86078	2657	Europe/Paris
6451675	Cloué	cloue	Cloue,Cloué		FR	75	86	863	86080	503	Europe/Paris
6451676	Coulombiers	coulombiers	Coulombiers,Kulombe,ku long bi ye er,Куломбє,库隆比耶尔		FR	75	86	863	86083	1159	Europe/Paris
6451677	Coussay-les-Bois	coussay-les-bois	Coussay-les-Bois		FR	75	86	861	86086	997	Europe/Paris
6451678	Craon	craon			FR	75	86	861	86087	186	Europe/Paris
6451679	Croutelle	croutelle	Croutelle		FR	75	86	863	86088	812	Europe/Paris
6451680	Cuhon	cuhon	Cuhon		FR	75	86	863	86089	402	Europe/Paris
6451681	Curzay-sur-Vonne	curzay-sur-vonne	Curzay-sur-Vonne		FR	75	86	863	86091	421	Europe/Paris
6451682	Dienné	dienne	Dienne,Dienné		FR	75	86	863	86094	554	Europe/Paris
6451683	Dissay	dissay	Dissay		FR	75	86	863	86095	3226	Europe/Paris
6451684	Doussay	doussay	Duse,Dusse,du sai,Дусе,Дуссе,杜赛		FR	75	86	861	86096	657	Europe/Paris
6451685	Berneuil	berneuil	Bernej,Berneuil,Bernuelh,Bernuèlh,bei er na yi,Берней,Бернеј,贝尔纳伊		FR	75	87	871	87012	420	Europe/Paris
6451686	Bersac-sur-Rivalier	bersac-sur-rivalier	Barcac,Barçac,Bersac-sur-Rivalier,Bersak sir Rivalije,Bersak-sjur-Rival'e,li wa li ye he pan bei er sa ke,Берсак сир Ривалије,Берсак-сюр-Ривалье,Берсак-сюр-Ривальє,里瓦利耶河畔贝尔萨克		FR	75	87	872	87013	619	Europe/Paris
6451687	Bessines-sur-Gartempe	bessines-sur-gartempe	Bessines-sur-Gartempe		FR	75	87	871	87014	2833	Europe/Paris
6451688	Beynac	beynac	Bainac,Beinac,Bejnak,Benak,Beynac,bei na ke,Бейнак,Бенак,贝纳克		FR	75	87	872	87015	691	Europe/Paris
6451689	Blanzac	blanzac	Blanzac,Blanzak,bu lang zha ke,Бланзак,布朗扎克		FR	75	87	871	87017	502	Europe/Paris
6451690	Blond	blond	Blom,Blon,Blond,bu long,Блон,布隆		FR	75	87	871	87018	691	Europe/Paris
6451691	Boisseuil	boisseuil	Boasej,Boissuelh,Buassej,bu wa se yi,Боасеј,Буассей,布瓦瑟伊		FR	75	87	872	87019	2875	Europe/Paris
6451692	Bonnac-la-Côte	bonnac-la-cote	Bonnac-la-Cote,Bonnac-la-Côte		FR	75	87	872	87020	1726	Europe/Paris
6451693	Breuilaufa	breuilaufa	Brejlofa,Brejofa,Breuilaufa,Bruelhaufag,Lo Bruelh au Fag,Lo Bruèlh au Fag,bu lei yi luo fa,Брейофа,Брејлофа,布勒伊洛法		FR	75	87	871	87022	134	Europe/Paris
6451694	Bujaleuf	bujaleuf	Bizhalef,Bjuzhalef,Bujaleu,bi ya lei,Бижалеф,Бюжалеф,比雅勒		FR	75	87	872	87024	840	Europe/Paris
6451695	Burgnac	burgnac	Birnak,Bjurn'jak,Burgnac,Burnhac,bi er ni ya ke,Бирњак,Бюрньяк,比尔尼亚克		FR	75	87	872	87025	836	Europe/Paris
6451697	Bussière-Galant	bussiere-galant	Bisjer Galan,Bjus'er-Galan,Bussiera Galand,Bussiéra Galand,bi xi ai jia lang,Бисјер Галан,Бюсьер-Галан,Бюсьєр-Галан,比西埃加朗		FR	75	87	872	87027	1335	Europe/Paris
6451698	Val-d'Oire-et-Gartempe	val-d-oire-et-gartempe	Bisjer Poatvin,Bjus'er-Puatvin,Bussiera,Bussiere,Bussiére,Val-d'Oire-et-Gartempe,bi xi ai pu wa te wei na,Бисјер Поатвин,Бюсьер-Пуатвин,Бюсьєр-Пуатвін,比西埃普瓦特维纳		FR	75	87	871	87028	1692	Europe/Paris
6451699	Chaillac-sur-Vienne	chaillac-sur-vienne	Chalhac,Shajak sir Vijen,Shajak-sjur-V'enn,Shajak-sjur-Venn,wei ai na he pan xie la,Шаяк-сюр-Вьенн,Шаяк-сюр-Вєнн,Шајак сир Вијен,维埃纳河畔谢拉		FR	75	87	873	87030	1235	Europe/Paris
6451700	Châlus	chalus	Chalus,Châlus		FR	75	87	872	87032	1611	Europe/Paris
6451701	Chamboret	chamboret	Chamboret,Chamborèt,Shambore,shang bo lei,Шамборе,尚博勒		FR	75	87	871	87033	788	Europe/Paris
6451702	Champagnac-la-Rivière	champagnac-la-riviere	Champagnac-la-Riviere,Champagnac-la-Rivière		FR	75	87	873	87034	575	Europe/Paris
6451703	Champnétery	champnetery	Champnetery,Champnétery		FR	75	87	872	87035	553	Europe/Paris
6451704	Champsac	champsac			FR	75	87	873	87036	675	Europe/Paris
6451705	Chaptelat	chaptelat	Chaptelat		FR	75	87	872	87038	2105	Europe/Paris
6451706	Château-Chervix	chateau-chervix			FR	75	87	872	87039	799	Europe/Paris
6451707	Châteauneuf-la-Forêt	chateauneuf-la-foret	Chateauneuf-la-Foret,Châteauneuf-la-Forêt		FR	75	87	872	87040	1563	Europe/Paris
6451708	Châteauponsac	chateauponsac	Chateauponsac,Châteauponsac		FR	75	87	871	87041	2032	Europe/Paris
6451709	Cheissoux	cheissoux	Cheissoux		FR	75	87	872	87043	179	Europe/Paris
6451710	Chéronnac	cheronnac	Charennac,Sheronak,Sheronnak,xie luo na ke,Шеронак,Шероннак,谢罗纳克		FR	75	87	873	87044	336	Europe/Paris
6451711	Cieux	cieux	Cieux,S'e,Sius,Sje,Síus,ke yue,Сье,Сьє,Сје,克约		FR	75	87	871	87045	986	Europe/Paris
6451712	Compreignac	compreignac	Compreignac,Comprenhac,Kompren'jak,Komprenak,kong pu lei ni ya ke,Компреньяк,Компрењак,孔普雷尼亚克		FR	75	87	871	87047	1830	Europe/Paris
6451713	Condat-sur-Vienne	condat-sur-vienne	Condat,Konda sir Vijen,Konda-sjur-V'enn,Konda-sjur-Venn,wei ai na he pan kong da,Конда сир Вијен,Конда-сюр-Вьенн,Конда-сюр-Вєнн,维埃纳河畔孔达		FR	75	87	872	87048	5122	Europe/Paris
6451714	Coussac-Bonneval	coussac-bonneval	Cocac,Coussac-Bonneval,Coçac,Kusak Bonval,Kussak-Bonnval',ku sa ke bo na wa,Кусак Бонвал,Куссак-Боннваль,库萨克博纳瓦		FR	75	87	872	87049	1314	Europe/Paris
6451715	Couzeix	couzeix	Coses,Cosés,Couzeix		FR	75	87	872	87050	9158	Europe/Paris
6451716	Cromac	cromac	Cromac,Cròmac,Kromak,ke luo ma ke,Кромак,克罗马克		FR	75	87	871	87053	250	Europe/Paris
6451718	Dinsac	dinsac	Densak,Dincac,Dinsac,Dinsak,Dinçac,dan sa ke,Денсак,Динсак,丹萨克		FR	75	87	871	87056	270	Europe/Paris
6451719	Dompierre-les-Églises	dompierre-les-eglises	Domp'err-lez-Egliz,Domperr-lez-Egliz,Dompierre,Dompierre-les-Eglises,Dompjer lez Egliz,Dòmpièrre,dong pi ye er lei lei ai ge li se,Домпьерр-лез-Еглиз,Домпєрр-лез-Егліз,Домпјер лез Еглиз,东皮耶尔勒勒埃格利瑟		FR	75	87	871	87057	379	Europe/Paris
6451720	Domps	domps	Dom,Domps,Doms,Don,dong pu,Дом,Дон,东普		FR	75	87	872	87058	122	Europe/Paris
6451722	Droux	droux	Drolh,Droux,Dru,de lu,Дру,德鲁		FR	75	87	871	87061	355	Europe/Paris
6451723	Eybouleuf	eybouleuf	Ebulef,Esboleu,ai bu lei,Ебулеф,埃布勒		FR	75	87	872	87062	426	Europe/Paris
6451724	Eyjeaux	eyjeaux	Eyjeaux		FR	75	87	872	87063	1298	Europe/Paris
6451725	Eymoutiers	eymoutiers			FR	75	87	872	87064	2061	Europe/Paris
6451726	Feytiat	feytiat	Festiac,Feytiat		FR	75	87	872	87065	6131	Europe/Paris
6451727	Flavignac	flavignac	Flavignac		FR	75	87	872	87066	1054	Europe/Paris
6451728	Folles	folles			FR	75	87	871	87067	498	Europe/Paris
6451729	Fromental	fromental	Fromental		FR	75	87	871	87068	551	Europe/Paris
6451730	Gajoubert	gajoubert	Gajoubert		FR	75	87	871	87069	148	Europe/Paris
6451731	Glandon	glandon	Glandon		FR	75	87	872	87071	790	Europe/Paris
6451732	Glanges	glanges	Glanjas,Glanzh,ge lang re,Гланж,格朗热		FR	75	87	872	87072	515	Europe/Paris
6451733	Isle	isle	Il',Isla,Isle,yi si er,Іль,Иль,伊斯尔		FR	75	87	872	87075	7613	Europe/Paris
6451734	Jabreilles-les-Bordes	jabreilles-les-bordes	Jabreilles-les-Bordes,Jabrelhas,Zhabrej-le-Bord,ya bu lei lai lai bo er de,Жабрей-ле-Борд,جبریللیس-لیس-بورڈس,雅布雷莱莱博尔德		FR	75	87	872	87076	243	Europe/Paris
6451735	Janailhac	janailhac	Janailhac,Janalhac,Zhanajak,ya nai ya ke,Жанаяк,جنیلہاک,雅奈亚克		FR	75	87	872	87077	540	Europe/Paris
6451736	Javerdat	javerdat	Javerdac,Javerdat,Zhaverda,jwyrdt,ya fu er da,Жаверда,جویردت,雅弗尔达		FR	75	87	873	87078	729	Europe/Paris
6451737	Jouac	jouac			FR	75	87	871	87080	186	Europe/Paris
6451738	Jourgnac	jourgnac	Jourgnac,Jurnhac,Zhurn'jak,ru er ni ya ke,Журньяк,茹尔尼亚克		FR	75	87	872	87081	1103	Europe/Paris
6451739	Ladignac-le-Long	ladignac-le-long	Ladignac-le-Long,Ladin'jak-le-Lon,Ladinhac,la di ni ya lei long,Ладиньяк-ле-Лон,Ладіньяк-ле-Лон,لاڈیگناک-لے-لونگ,拉迪尼亚勒隆		FR	75	87	872	87082	1164	Europe/Paris
6451740	Limoges	limoges	Augustoritum,Lemojez,Lemotges,Lemòtges,Limoges,Limog·es,Limotges,Limoz,Limozh,Limòtges,Llemotges,limoja,lymwj,lymwzh,Λιμόζ,Лимож,Лімож,ليموج,لیموژ,लिमोज		FR	75	87	872	87085	132660	Europe/Paris
6451741	Linards	linards	Linar,Linards,li na er de,Линар,Лінар,利纳尔德		FR	75	87	872	87086	1061	Europe/Paris
6451742	Lussac-les-Églises	lussac-les-eglises	Ljussak-lez-Egliz,Lucac,Luçac,lu sa ke lai ai ge li se,Люссак-лез-Еглиз,Люссак-лез-Егліз,吕萨克莱埃格利瑟		FR	75	87	871	87087	527	Europe/Paris
6451743	Magnac-Bourg	magnac-bourg	Man'jak-Bur,Manhac,Manhac e Rofinhac,ma ni ya ke bao,Маньяк-Бур,马尼亚克堡		FR	75	87	872	87088	1094	Europe/Paris
6451744	Magnac-Laval	magnac-laval	Magnac-Laval,Man'jak-Laval',Manhac de las Pojadas,Manhac la Vau,ma ni ya ke la wa,Маньяк-Лаваль,马尼亚克拉瓦		FR	75	87	871	87089	1739	Europe/Paris
6451745	Mailhac-sur-Benaize	mailhac-sur-benaize	Mailhac-sur-Benaize,Majak-sjur-Benez,Malhac,bei nai ci he pan mai ya ke,Маяк-сюр-Бенез,贝奈兹河畔迈亚克		FR	75	87	871	87090	280	Europe/Paris
6451747	Marval	marval	Marval,Marval',Marvau,ma er wa,Марваль,马尔瓦		FR	75	87	873	87092	553	Europe/Paris
6451748	Masléon	masleon			FR	75	87	872	87093	285	Europe/Paris
6451749	Meilhac	meilhac	Meilhac,Mejak,Melhac,mei ya ke,Меяк,梅亚克		FR	75	87	872	87094	529	Europe/Paris
6451750	Meuzac	meuzac	Meuzac		FR	75	87	872	87095	726	Europe/Paris
6451751	Val d'Issoire	val-d-issoire	Maseras,Maseres,Masèras,Masères,Mez'er-sjur-Issuar,Val d'Issoire,yi su wa lei he pan mei qi ai,Мезьер-сюр-Иссуар,Мезьєр-сюр-Іссуар,伊苏瓦勒河畔梅齐埃		FR	75	87	871	87097	1098	Europe/Paris
6451752	Aouze	aouze	Aouze,Auz,a wu ci,Ауз,阿乌兹		FR	44	88	882	88010	184	Europe/Paris
6451753	Archettes	archettes			FR	44	88	881	88012	1094	Europe/Paris
6451754	Aroffe	aroffe	Aroffe		FR	44	88	882	88013	83	Europe/Paris
6451755	Arrentès-de-Corcieux	arrentes-de-corcieux	Arrentes-de-Corcieux,Arrentès-de-Corcieux		FR	44	88	883	88014	176	Europe/Paris
6451756	Attignéville	attigneville	Attigneville,Attignéville		FR	44	88	882	88015	225	Europe/Paris
6451757	Attigny	attigny	Atini,Attigny,Attin'i,a di ni,Атињи,Аттиньи,Аттіньї,阿蒂尼		FR	44	88	882	88016	235	Europe/Paris
6451759	Autigny-la-Tour	autigny-la-tour	Autigny-la-Tour,Otin'i-la-Tur,Otini la Tur,ao di ni la tu,Отиньи-ла-Тур,Отињи ла Тур,Отіньї-ла-Тур,奥蒂尼拉图		FR	44	88	882	88019	164	Europe/Paris
6451760	Auzainvilliers	auzainvilliers	Auzainvilliers,Ozenvije,Ozenvil'e,ao zan wei li ye er,Озенвилье,Озенвије,Озенвільє,奥赞维利耶尔		FR	44	88	882	88022	224	Europe/Paris
6451761	Avranville	avranville	Avranville		FR	44	88	882	88025	71	Europe/Paris
6451762	Aydoilles	aydoilles	Aydoilles,Eduaj,Ejdoaj,ai du wa lai,Едуай,Ејдоај,艾杜瓦莱		FR	44	88	881	88026	1044	Europe/Paris
6451763	Badménil-aux-Bois	badmenil-aux-bois	Badmenij-o-Bua,Badmenil o Boa,Badmenil-aux-Bois,Badménil-aux-Bois,ba de mo ni ao bu wa,Бадмений-о-Буа,Бадменил о Боа,Бадменій-о-Буа,巴德默尼奥布瓦		FR	44	88	881	88027	159	Europe/Paris
6451764	La Vôge-les-Bains	la-voge-les-bains	La Voge-les-Bains,La Vôge-les-Bains		FR	44	88	881	88029	1662	Europe/Paris
6451765	Bainville-aux-Saules	bainville-aux-saules	Bainville-aux-Saules,Benvil o Sol,Benvil'-o-Sol',ban wei er ao suo lei,Бенвил о Сол,Бенвиль-о-Соль,Бенвіль-о-Соль,班维尔奥索勒		FR	44	88	881	88030	132	Europe/Paris
6451766	Balléville	balleville	Balevil,Ballevil',ba lei wei er,Балевил,Баллевиль,Баллевіль,巴勒维尔		FR	44	88	882	88031	104	Europe/Paris
6451767	Ban-de-Laveline	ban-de-laveline	Ban-de-Laveline		FR	44	88	883	88032	1224	Europe/Paris
6451768	Barville	barville	Barville		FR	44	88	882	88036	90	Europe/Paris
6451769	Basse-sur-le-Rupt	basse-sur-le-rupt			FR	44	88	881	88037	868	Europe/Paris
6451770	Battexey	battexey	Battexey		FR	44	88	881	88038	33	Europe/Paris
6451771	Baudricourt	baudricourt	Bodrikur,bo de li ku er,Бодрикур,博德里库尔		FR	44	88	882	88039	325	Europe/Paris
6451772	Bayecourt	bayecourt	Baekur,Bajekur,Bayecourt,bai ai ku er,Баекур,Баєкур,Бајекур,拜埃库尔		FR	44	88	881	88040	257	Europe/Paris
6451773	Bazegney	bazegney	Bazegney		FR	44	88	881	88041	113	Europe/Paris
6451774	Bazien	bazien	Bazien		FR	44	88	881	88042	77	Europe/Paris
6451775	Bazoilles-et-Ménil	bazoilles-et-menil	Bazoilles-et-Menil,Bazoilles-et-Ménil		FR	44	88	882	88043	118	Europe/Paris
6451776	Bazoilles-sur-Meuse	bazoilles-sur-meuse	Bazoilles-sur-Meuse,Bazoj sir Mez,Bazual'-sjur-Mez,mo ci he pan ba zu wa lei,Базој сир Мез,Базуаль-сюр-Мез,默兹河畔巴祖瓦勒		FR	44	88	882	88044	606	Europe/Paris
6451777	Beaufremont	beaufremont	Beaufremont		FR	44	88	882	88045	92	Europe/Paris
6451778	Beauménil	beaumenil	Bomenij,Bomenil,bo mo ni,Бомений,Боменил,Боменій,博默尼		FR	44	88	881	88046	120	Europe/Paris
6451779	Begnécourt	begnecourt	Begnecourt,Begnécourt		FR	44	88	881	88047	162	Europe/Paris
6451780	Belmont-sur-Buttant	belmont-sur-buttant	Bel'mon-sjur-Bjuttan,Belmon sir Bitan,Belmont-sur-Buttant,bi tang he pan bei er meng,Белмон сир Битан,Бельмон-сюр-Бюттан,比唐河畔贝尔蒙		FR	44	88	883	88050	300	Europe/Paris
6451781	Belmont-sur-Vair	belmont-sur-vair	Belmont-sur-Vair		FR	44	88	882	88051	122	Europe/Paris
6451782	Belval	belval	Bel'val',Belval,bei er wa,Белвал,Бельваль,贝尔瓦		FR	44	88	883	88053	154	Europe/Paris
6451783	Bertrimoutier	bertrimoutier	Bertrimoutier		FR	44	88	883	88054	309	Europe/Paris
6451784	Bettegney-Saint-Brice	bettegney-saint-brice	Bettegney-Saint-Brice		FR	44	88	881	88055	170	Europe/Paris
6451785	Bettoncourt	bettoncourt			FR	44	88	881	88056	92	Europe/Paris
6451786	Biécourt	biecourt			FR	44	88	882	88058	102	Europe/Paris
6451787	Biffontaine	biffontaine	Biffontaine,Biffonten,Bifonten,bi feng tan,Бифонтен,Биффонтен,Біффонтен,比丰坦		FR	44	88	883	88059	416	Europe/Paris
6451789	Bleurville	bleurville			FR	44	88	882	88061	323	Europe/Paris
6451790	Blevaincourt	blevaincourt	Blevaincourt		FR	44	88	882	88062	106	Europe/Paris
6451791	Bocquegney	bocquegney	Bocquegney,Boken'e,Bokne,bo qu e gai yi,Бокенье,Бокеньє,Бокње,博屈厄盖伊		FR	44	88	881	88063	134	Europe/Paris
6451793	Bouxières-aux-Bois	bouxieres-aux-bois	Bouxieres-aux-Bois,Bouxières-aux-Bois,Buks'er-o-Bua,Buksjer o Boa,bu ke xi ai ao bu wa,Буксьер-о-Буа,Буксьєр-о-Буа,Буксјер о Боа,布克西埃奥布瓦		FR	44	88	881	88069	141	Europe/Paris
6451794	Bouxurulles	bouxurulles	Bouxurulles		FR	44	88	881	88070	168	Europe/Paris
6451795	Bouzemont	bouzemont	Buzmon,bu ze meng,Бузмон,布泽蒙		FR	44	88	881	88071	52	Europe/Paris
6451796	Brantigny	brantigny	Brantigny,Brantin'i,Brantini,bu lang di ni,Брантиньи,Брантињи,Брантіньї,布朗蒂尼		FR	44	88	881	88073	210	Europe/Paris
6451797	Brouvelieures	brouvelieures	Brouvelieures		FR	44	88	883	88076	440	Europe/Paris
6451798	Brû	bru	Brju,Bru,Brû,bu lu,Бру,Брю,布吕		FR	44	88	881	88077	568	Europe/Paris
6451799	Bult	bult	Bi,Bju,Bult,bi er,Би,Бю,比尔		FR	44	88	881	88080	309	Europe/Paris
6451800	Bussang	bussang	Bussang		FR	44	88	881	88081	1405	Europe/Paris
6451802	Certilleux	certilleux	Certilleux		FR	44	88	882	88083	210	Europe/Paris
6451803	Chamagne	chamagne	Chamagne		FR	44	88	881	88084	465	Europe/Paris
6451804	Champdray	champdray	Champdray,Shamdre,Shandre,shang pu de lai,Шамдре,Шандре,尚普德赖		FR	44	88	883	88085	179	Europe/Paris
6451805	Champ-le-Duc	champ-le-duc	Champ-le-Duc,Ducis Campus,Sham-le-Djuk,Shan le Dik,shang lei di,Шам-ле-Дюк,Шан ле Дик,尚勒迪		FR	44	88	881	88086	550	Europe/Paris
6451806	Chantraine	chantraine	Chantraine,Shantren,shang te lan,Шантрен,尚特兰		FR	44	88	881	88087	3194	Europe/Paris
6451807	Charmois-devant-Bruyères	charmois-devant-bruyeres	Charmois-devant-Bruyeres,Charmois-devant-Bruyères,Sharmoa devan Brijer,Sharmua-devan-Brjuer,sha er mu wa de wang bu lu yi ai lei,Шармоа деван Бријер,Шармуа-деван-Брюер,Шармуа-деван-Брюєр,沙尔穆瓦德旺布吕伊埃勒		FR	44	88	881	88091	395	Europe/Paris
6451808	Charmois-l'Orgueilleux	charmois-l-orgueilleux	Charmois-l'Orgueilleux		FR	44	88	881	88092	588	Europe/Paris
6451809	Châtas	chatas	Chatas,Châtas,Shata,sha ta,Шата,沙塔		FR	44	88	883	88093	51	Europe/Paris
6451810	Châtel-sur-Moselle	chatel-sur-moselle	Shatel'-sjur-Mozel',mo ze er he pan sha te,Шатель-сюр-Мозель,摩泽尔河畔沙特		FR	44	88	881	88094	1704	Europe/Paris
6451812	Chauffecourt	chauffecourt	Chauffecourt		FR	44	88	882	88097	41	Europe/Paris
6451813	Chaumousey	chaumousey	Chaumousey,Shomuze,shao mu sai,Шомузе,绍穆塞		FR	44	88	881	88098	899	Europe/Paris
6451814	Annay-sur-Serein	annay-sur-serein	Ane sir Seren,Annay-sur-Serein,Anne-sjur-Seren,sai lan he pan a nai,Ане сир Серен,Анне-сюр-Серен,塞兰河畔阿奈		FR	27	89	892	89010	229	Europe/Paris
6451815	Annéot	anneot	Aneo,Anneo,Anneot,Annéot,a nei ao,Анео,Аннео,阿内奥		FR	27	89	892	89011	133	Europe/Paris
6451816	Annoux	annoux	Annoux,Annu,Anu,a nu,Анну,Ану,阿努		FR	27	89	892	89012	87	Europe/Paris
6451817	Appoigny	appoigny	Appoigny		FR	27	89	891	89013	3174	Europe/Paris
6451818	Arcy-sur-Cure	arcy-sur-cure	Arcy-sur-Cure,Arsi sir Kir,Arsi-sjur-Kjur,qu er he pan a er xi,Арси сир Кир,Арси-сюр-Кюр,Арсі-сюр-Кюр,屈尔河畔阿尔西		FR	27	89	892	89015	486	Europe/Paris
6451819	Argentenay	argentenay	Argentenay,Arzhantne,a er gang te nai,Аржантне,阿尔冈特奈		FR	27	89	892	89016	83	Europe/Paris
6451820	Argenteuil-sur-Armançon	argenteuil-sur-armancon	Argenteuil-sur-Armancon,Argenteuil-sur-Armançon		FR	27	89	892	89017	210	Europe/Paris
6451821	Armeau	armeau	Armeau,Armo,a er mo,Армо,阿尔莫		FR	27	89	893	89018	769	Europe/Paris
6451822	Arthonnay	arthonnay	Artone,Artonne,a er tuo nai,Артоне,Артонне,阿尔托奈		FR	27	89	892	89019	158	Europe/Paris
6451823	Asnières-sous-Bois	asnieres-sous-bois	An'er-su-Bua,Anijer su Boa,sen lin a nie er,Анијер су Боа,Аньер-су-Буа,Аньєр-су-Буа,森林阿涅尔		FR	27	89	892	89020	132	Europe/Paris
6451824	Asquins	asquins	Asquins		FR	27	89	892	89021	294	Europe/Paris
6451825	Augy	augy	Augy,Ozhi,ao ji,Ожи,Ожі,奥吉		FR	27	89	891	89023	1067	Europe/Paris
6451826	Avallon	avallon	Avallon		FR	27	89	892	89025	6748	Europe/Paris
6451828	Baon	baon	Baon,bang zhen,Баон,邦鎮		FR	27	89	892	89028	81	Europe/Paris
6451829	Bassou	bassou	Bassou		FR	27	89	891	89029	872	Europe/Paris
6451830	Bazarnes	bazarnes	Bazarn,Bazarnes,ba zha er na,Базарн,巴扎尔纳		FR	27	89	891	89030	429	Europe/Paris
6451831	Beauvilliers	beauvilliers	Beauvilliers,Bovil'e,Bovilije,bo wei li ye er,Бовилије,Бовилье,Бовільє,博维利耶尔		FR	27	89	892	89032	83	Europe/Paris
6451832	Beauvoir	beauvoir	Beauvoir,Bovoar,Bovuar,bo wa,Бовоар,Бовуар,博瓦		FR	27	89	891	89033	390	Europe/Paris
6451833	Beine	beine	Beine		FR	27	89	891	89034	490	Europe/Paris
6451834	Bellechaume	bellechaume	Bel'shom,Bellechaume,Belshom,bei lei shao mu,Белшом,Бельшом,贝勒绍姆		FR	27	89	891	89035	435	Europe/Paris
6451835	Bernouil	bernouil	Bernouil		FR	27	89	892	89038	106	Europe/Paris
6451836	Bessy-sur-Cure	bessy-sur-cure	Besi sir Kir,Bessi-sjur-Kjur,Bessy-sur-Cure,qu er he pan bo xi,Беси сир Кир,Бесси-сюр-Кюр,Бессі-сюр-Кюр,屈尔河畔伯西		FR	27	89	891	89040	191	Europe/Paris
6451837	Bierry-les-Belles-Fontaines	bierry-les-belles-fontaines	B'erri-le-Bel'-Fonten,Berri-le-Bel'-Fonten,Bierry-les-Belles-Fontaines,Bjeri le Bel Fonten,bi ye er li lai si-bei lai feng tai na,Бьерри-ле-Бель-Фонтен,Бєррі-ле-Бель-Фонтен,Бјери ле Бел Фонтен,比耶尔里莱斯-贝莱丰泰纳		FR	27	89	892	89042	202	Europe/Paris
6451838	Blacy	blacy	Blasi,bu la xi,Бласи,Бласі,布拉西		FR	27	89	892	89043	104	Europe/Paris
6451839	Blannay	blannay	Blane,Blannay,Blanne,bu la nai,Блане,Бланне,布拉奈		FR	27	89	892	89044	118	Europe/Paris
6451840	Bleigny-le-Carreau	bleigny-le-carreau	Blen'i-le-Karro,Bleni le Karo,bu lai ni lei ka er luo,Бленьи-ле-Карро,Бленьї-ле-Карро,Блењи ле Каро,布莱尼勒卡尔罗		FR	27	89	891	89045	301	Europe/Paris
6451841	Bléneau	bleneau	Bleno,bu lei nuo,Блено,布勒诺		FR	27	89	891	89046	1351	Europe/Paris
6451842	Bois-d'Arcy	bois-d-arcy	Bois-d'Arcy,Bois-dArcy		FR	27	89	892	89049	25	Europe/Paris
6451843	Bonnard	bonnard	Bonar,Bonnar,Bonnard,bo na er,Бонар,Боннар,博纳尔		FR	27	89	891	89050	891	Europe/Paris
6451844	Branches	branches	Branches,Bransh,bu lang she,Бранш,布朗舍		FR	27	89	891	89053	466	Europe/Paris
6451845	Brannay	brannay	Brane,Brannay,Branne,Бране,Бранне		FR	27	89	893	89054	792	Europe/Paris
6451846	Brienon-sur-Armançon	brienon-sur-armancon			FR	27	89	891	89055	3158	Europe/Paris
6451847	Bussy-en-Othe	bussy-en-othe	Bisi an Ot,Bjussi-an-Ot,Bussy-en-Othe,ao te de qu bi xi,Биси ан От,Бюсси-ан-От,Бюссі-ан-От,奥特地区比西		FR	27	89	893	89059	737	Europe/Paris
6451848	Butteaux	butteaux	Bito,Bjutto,Butteaux,bi tuo,Бито,Бютто,比托		FR	27	89	891	89061	257	Europe/Paris
6451849	Carisey	carisey	Karize,ka li sai,Каризе,卡里塞		FR	27	89	891	89062	360	Europe/Paris
6451850	Censy	censy	Censy,Sansi,Sensi,kang xi,Санси,Сансі,Сенси,康西		FR	27	89	892	89064	55	Europe/Paris
6451851	Cerisiers	cerisiers	Cerisiers,Serisje,Seriz'e,sai li xie er,Серизье,Серизьє,Серисје,塞里谢尔		FR	27	89	893	89066	990	Europe/Paris
6451852	Cézy	cezy	Cezy,Cézy		FR	27	89	893	89067	1124	Europe/Paris
6451853	Chailley	chailley	Chailley		FR	27	89	891	89069	542	Europe/Paris
6451855	Chamoux	chamoux	Chamoux,Shamu,shang wu,Шаму,尚乌		FR	27	89	892	89071	99	Europe/Paris
6451856	Champcevrais	champcevrais	Champcevrais		FR	27	89	891	89072	312	Europe/Paris
6451857	Champignelles	champignelles	Shampin'el',Shampinel,shang pi ge lei,Шампиньель,Шампињел,Шампіньєль,尚皮格勒		FR	27	89	891	89073	1039	Europe/Paris
6451858	Champlay	champlay	Champlay,Shample,shang pu lai,Шампле,尚普莱		FR	27	89	893	89075	720	Europe/Paris
6451859	Champlost	champlost	Champlost,Shamplo,shang pu luo si,Шампло,尚普洛斯		FR	27	89	891	89076	796	Europe/Paris
6451861	Chamvres	chamvres	Chamvres,Shamvr,Shavr,shang fu lei,Шавр,Шамвр,尚夫勒		FR	27	89	893	89079	654	Europe/Paris
6451862	Charbuy	charbuy	Charbuy		FR	27	89	891	89083	1871	Europe/Paris
6451863	Charentenay	charentenay	Sharantene,Sharantne,sha lang te nai,Шарантене,Шарантне,沙朗特奈		FR	27	89	891	89084	305	Europe/Paris
6451864	Chassignelles	chassignelles	Chassignelles,Shasinel,Shassin'el',sha xi ge lai,Шасињел,Шассиньель,Шассіньєль,沙西格莱		FR	27	89	892	89087	319	Europe/Paris
6451865	Chastellux-sur-Cure	chastellux-sur-cure	Chastellux-sur-Cure		FR	27	89	892	89089	135	Europe/Paris
6451866	Châtel-Censoir	chatel-censoir	Chatel-Censoir,Châtel-Censoir,Shatel'-Sansuar,Shatel-Sensoa,sha te kang su wa,Шател-Сенсоа,Шатель-Сансуар,沙特康苏瓦		FR	27	89	892	89091	643	Europe/Paris
6451867	Châtel-Gérard	chatel-gerard	Chatel-Gerard,Châtel-Gérard,Shatel'-Zherar,Shatel-Zherar,sha te re la er,Шател-Жерар,Шатель-Жерар,沙特热拉尔		FR	27	89	892	89092	220	Europe/Paris
6451868	Chemilly-sur-Serein	chemilly-sur-serein	Chemilly-sur-Serein,Shemii-sjur-Seren,Shemiji sir Seren,sai lan he pan xie mi li,Шемии-сюр-Серен,Шемији сир Серен,Шемії-сюр-Серен,塞兰河畔谢米利		FR	27	89	891	89095	153	Europe/Paris
6451869	Chemilly-sur-Yonne	chemilly-sur-yonne	Shemii-sjur-Ionn,Shemiji sir Jon,yue ne he pan xie mi li,Шемии-сюр-Ионн,Шемији сир Јон,Шемії-сюр-Іонн,约讷河畔谢米利		FR	27	89	891	89096	912	Europe/Paris
6451871	Cheney	cheney	Cheney		FR	27	89	892	89098	237	Europe/Paris
6451872	Bermont	bermont			FR	27	90	901	90011	397	Europe/Paris
6451873	Bessoncourt	bessoncourt	Besonkur,Bessoncourt,Bessonkur,bei song ku er,Бесонкур,Бессонкур,贝松库尔		FR	27	90	901	90012	1225	Europe/Paris
6451874	Bethonvilliers	bethonvilliers	Bethonvilliers,Betonvil'e,Betonvilije,bei tong wei li ye er,Бетонвилије,Бетонвільє,贝通维利耶尔		FR	27	90	901	90013	253	Europe/Paris
6451875	Boron	boron	Boron,bo long,Борон,博龙		FR	27	90	901	90014	473	Europe/Paris
6451876	Botans	botans	Botans		FR	27	90	901	90015	252	Europe/Paris
6451877	Bourg-sous-Châtelet	bourg-sous-chatelet	Bourg-sous-Chatelet,Bourg-sous-Châtelet,Bur su Shatle,Bur-su-Shatle,bu er su sha tai lei,Бур су Шатле,Бур-су-Шатле,布尔苏沙泰勒		FR	27	90	901	90016	113	Europe/Paris
6451878	Bourogne	bourogne	Bourogne,Buron,Buron',bu luo ni,Буронь,Буроњ,布罗尼		FR	27	90	901	90017	1904	Europe/Paris
6451879	Brebotte	brebotte	Brebot,Brebott,Brebotte,bu lei bo te,Бребот,Бреботт,布雷博特		FR	27	90	901	90018	375	Europe/Paris
6451880	Bretagne	bretagne			FR	27	90	901	90019	258	Europe/Paris
6451882	Charmois	charmois	Charmois,Sharmoa,Sharmua,sha er mu wa,Шармоа,Шармуа,沙尔穆瓦		FR	27	90	901	90021	325	Europe/Paris
6451883	Châtenois-les-Forges	chatenois-les-forges	Chatenois-les-Forges,Châtenois-les-Forges,Shatenoa le Forzh,Shatenua-le-Forzh,sha tang wa lai fu er re,Шатеноа ле Форж,Шатенуа-ле-Форж,沙唐瓦莱福尔热		FR	27	90	901	90022	2747	Europe/Paris
6451884	Chavanatte	chavanatte	Shavanat,Shavanatt,sha wa na te,Шаванат,Шаванатт,沙瓦纳特		FR	27	90	901	90024	160	Europe/Paris
6451885	Chavannes-les-Grands	chavannes-les-grands	Chavannes-les-Grands,Shavan le Grand,Shavann-le-Gran,sha wa na lai ge lang de,Шаван ле Гранд,Шаванн-ле-Гран,沙瓦纳莱格朗德		FR	27	90	901	90025	337	Europe/Paris
6451886	Chèvremont	chevremont	Chevremont,Chèvremont,Shevremon,Shevrmon,xie fu lei meng,Шевремон,Шеврмон,谢夫雷蒙		FR	27	90	901	90026	1615	Europe/Paris
6451887	Courtelevant	courtelevant	Courtelevant,Kurtlevan,ku er tai lei wang,Куртлеван,库尔泰勒旺		FR	27	90	901	90028	434	Europe/Paris
6451888	Cravanche	cravanche	Cravanche,Kravansh,ke la wang shen,Краванш,克拉旺什		FR	27	90	901	90029	1954	Europe/Paris
6451889	Cunelières	cunelieres	Cunelieres,Cunelières,Kinelijer,Kjunel'er,qu nei li ai,Кинелијер,Кюнельєр,屈内利埃		FR	27	90	901	90031	348	Europe/Paris
6451890	Danjoutin	danjoutin	Danjoutin,Danzhuten,dang ru tan,Данжутен,当茹坦		FR	27	90	901	90032	3719	Europe/Paris
6451891	Denney	denney	Dene,Denne,Denney,de nei,Дене,Денне,德内		FR	27	90	901	90034	767	Europe/Paris
6451892	Dorans	dorans	Doran,duo lang,Доран,多朗		FR	27	90	901	90035	729	Europe/Paris
6452148	Allanche	allanche	Allanche		FR	84	15	153	15001	776	Europe/Paris
6451893	Eguenigue	eguenigue	Egenig,ai ju ai ni ju,Егеніг,埃居埃尼居		FR	27	90	901	90036	278	Europe/Paris
6451894	Éloie	eloie	Eloie,Elua,ai lu wa,Éloie,Елуа,埃卢瓦		FR	27	90	901	90037	951	Europe/Paris
6451896	Faverois	faverois	Faverois,Faverua,fa fu lu wa,Фаверуа,法夫鲁瓦		FR	27	90	901	90043	576	Europe/Paris
6451897	Felon	felon	Felon,fu long,Фелон,弗隆		FR	27	90	901	90044	245	Europe/Paris
6451900	Foussemagne	foussemagne	Foussemagne		FR	27	90	901	90049	923	Europe/Paris
6451901	Frais	frais	Frais		FR	27	90	901	90050	209	Europe/Paris
6451902	Giromagny	giromagny	Giromagny		FR	27	90	901	90052	3129	Europe/Paris
6451903	Grandvillars	grandvillars	Grandvillars,Granvillar,ge lang de wei la er,Гранвіллар,格朗德维拉尔		FR	27	90	901	90053	2974	Europe/Paris
6451904	Grosmagny	grosmagny	Groman'i,Grosmagny,ge luo ma ni,Громаньї,格罗马尼		FR	27	90	901	90054	535	Europe/Paris
6451905	Grosne	grosne	Gron,Grosne,ge luo ne,Грон,格罗讷		FR	27	90	901	90055	326	Europe/Paris
6451906	Joncherey	joncherey	Joncherey		FR	27	90	901	90056	1329	Europe/Paris
6451907	Lachapelle-sous-Chaux	lachapelle-sous-chaux	Lachapelle-sous-Chaux,Lashapel'-su-Sho,la sha pei er su shao,lashapyl-sws-chwks,Лашапель-су-Шо,لاشاپیل-سوس-چوکس,拉沙佩尔苏绍		FR	27	90	901	90057	730	Europe/Paris
6451908	Lachapelle-sous-Rougemont	lachapelle-sous-rougemont	Lachapelle-sous-Rougemont,Lashapel'-su-Ruzhmon,la sha pei er su lu re meng,Лашапель-су-Ружмон,لاشاپیل-سوس-روگیمونٹ,拉沙佩尔苏鲁热蒙		FR	27	90	901	90058	588	Europe/Paris
6451909	Lacollonge	lacollonge	Lacollonge,Lakollonzh,la ke long ge,lakwlwngy,Лаколлонж,لاکولونگی,拉科隆格		FR	27	90	901	90059	234	Europe/Paris
6451910	Lagrange	lagrange			FR	27	90	901	90060	128	Europe/Paris
6451912	Larivière	lariviere	Lariver,Lariviere,Larivière,la li wei ai,Ларивєр,لاریویری، ٹیریٹویری دے بیلفورٹ,拉里维埃		FR	27	90	901	90062	313	Europe/Paris
6451913	Lepuix-Neuf	lepuix-neuf	Lepjui-Nef,Lepuix-Neuf,lai pi yi na,Лепюї-Неф,莱皮伊纳		FR	27	90	901	90064	295	Europe/Paris
6451915	Menoncourt	menoncourt	Menoncourt,Menonkur,mo nong ku er,Менонкур,默农库尔		FR	27	90	901	90067	393	Europe/Paris
6451916	Meroux-Moval	meroux-moval	Meru,mo lu,Меру,默鲁		FR	27	90	901	90068	1304	Europe/Paris
6451917	Méziré	mezire	Mezire,Méziré,mei qi lei,Мезіре,梅齐勒		FR	27	90	901	90069	1353	Europe/Paris
6451919	Montreux-Château	montreux-chateau	Montre-Shato,Montreux-Chateau,Montreux-Château,meng te lei sha tuo,Монтре-Шато,蒙特勒沙托		FR	27	90	901	90071	1181	Europe/Paris
6451920	Morvillars	morvillars	Morvillar,Morvillars,mo er wei la er,Морвіллар,莫尔维拉尔		FR	27	90	901	90072	1121	Europe/Paris
6451922	Novillard	novillard	Novillar,Novillard,nuo wei la er,Новіллар,诺维拉尔		FR	27	90	901	90074	298	Europe/Paris
6451923	Offemont	offemont	Offemont		FR	27	90	901	90075	3995	Europe/Paris
6451924	Pérouse	perouse	Perouse,Peruz,Pérouse,pei lu si,Перуз,佩鲁斯		FR	27	90	901	90076	1164	Europe/Paris
6451925	Petit-Croix	petit-croix	Peti-Krua,Petit-Croix,pei di ke lu wa,puti=kurowa,Петі-Круа,プティ＝クロワ,佩蒂克鲁瓦		FR	27	90	901	90077	298	Europe/Paris
6451926	Phaffans	phaffans	Faffan,Phaffans,fa fang,Фаффан,法方		FR	27	90	901	90080	457	Europe/Paris
6451928	Recouvrance	recouvrance	Recouvrance		FR	27	90	901	90083	105	Europe/Paris
6451929	Reppe	reppe	Reppe		FR	27	90	901	90084	338	Europe/Paris
6451930	Romagny-sous-Rougemont	romagny-sous-rougemont	Roman'i-su-Ruzhmon,luo ma ni su lu re meng,Романьї-су-Ружмон,罗马尼苏鲁热蒙		FR	27	90	901	90086	217	Europe/Paris
6451931	Roppe	roppe	Roppe		FR	27	90	901	90087	1036	Europe/Paris
6451932	Rougegoutte	rougegoutte	Ruzhgutt,lu re gu te,Ружгутт,鲁热古特		FR	27	90	901	90088	983	Europe/Paris
6451935	Saint-Germain-le-Châtelet	saint-germain-le-chatelet	Saint-Germain-le-Chatelet,Saint-Germain-le-Châtelet,Sen-Zhermen-le-Shatle,sheng re er man lei sha tai lai,Сен-Жермен-ле-Шатле,سینٹ-گرمین-لے-چٹلت,圣热尔曼勒沙泰莱		FR	27	90	901	90091	645	Europe/Paris
6451936	Sermamagny	sermamagny	Sermaman'i,sai er ma ma ni,Сермаманьї,塞尔马马尼		FR	27	90	901	90093	832	Europe/Paris
6451937	Sevenans	sevenans	Sevenan,sai fu nan,sevunan,Севенан,セヴナン,塞弗南		FR	27	90	901	90094	706	Europe/Paris
6451938	Suarce	suarce	Sjuars,Suarce,xu a er si,Сюарс,叙阿尔斯		FR	27	90	901	90095	442	Europe/Paris
6451939	Thiancourt	thiancourt	Thiancourt		FR	27	90	901	90096	296	Europe/Paris
6451941	Angerville	angerville	Angerville,Anzhervil,Anzhervil',ang re wei er,Анжервил,Анжервиль,Анжервіль,昂热维尔		FR	11	91	911	91016	4202	Europe/Paris
6451942	Angervilliers	angervilliers	Angervilliers		FR	11	91	913	91017	1681	Europe/Paris
6451943	Arrancourt	arrancourt	Arrancourt		FR	11	91	911	91022	148	Europe/Paris
6451944	Athis-Mons	athis-mons	Athis-Mons		FR	11	91	913	91027	33691	Europe/Paris
6451946	Auvernaux	auvernaux	Auvernaux		FR	11	91	912	91037	333	Europe/Paris
6451947	Auvers-Saint-Georges	auvers-saint-georges	Auvers-Saint-Georges		FR	11	91	911	91038	1294	Europe/Paris
6451948	Avrainville	avrainville	Avrenvil,Avrenvil',a fu lan wei er,Авренвил,Авренвиль,Авренвіль,阿夫兰维尔		FR	11	91	913	91041	957	Europe/Paris
6451949	Ballainvilliers	ballainvilliers	Ballainvilliers		FR	11	91	913	91044	4539	Europe/Paris
6451950	Baulne	baulne	Baulne		FR	11	91	911	91047	1318	Europe/Paris
6451951	Bièvres	bievres	B'evr,Bevr,Bievres,Bièvres,Bjevr,bi ye fu lei,Бьевр,Бєвр,Бјевр,比耶夫雷		FR	11	91	913	91064	4628	Europe/Paris
6451952	Boigneville	boigneville	Boigneville		FR	11	91	912	91069	392	Europe/Paris
6451953	Bois-Herpin	bois-herpin	Bois-Herpin		FR	11	91	911	91075	76	Europe/Paris
6451954	Boissy-la-Rivière	boissy-la-riviere	Boissy-la-Riviere,Boissy-la-Rivière		FR	11	91	911	91079	548	Europe/Paris
6451955	Boissy-le-Cutté	boissy-le-cutte	Boissy-le-Cutte,Boissy-le-Cutté		FR	11	91	911	91080	1317	Europe/Paris
6451956	Boissy-le-Sec	boissy-le-sec	Boissy-le-Sec		FR	11	91	911	91081	683	Europe/Paris
6451957	Bondoufle	bondoufle	Bondoufle		FR	11	91	912	91086	9357	Europe/Paris
6451958	Boullay-les-Troux	boullay-les-troux			FR	11	91	913	91093	637	Europe/Paris
6451959	Bouray-sur-Juine	bouray-sur-juine	Bouray-sur-Juine		FR	11	91	911	91095	2219	Europe/Paris
6451960	Boussy-Saint-Antoine	boussy-saint-antoine			FR	11	91	912	91097	7282	Europe/Paris
6451961	Boutervilliers	boutervilliers	Boutervilliers		FR	11	91	911	91098	425	Europe/Paris
6451962	Boulogne-Billancourt	boulogne-billancourt			FR	11	92	923	92012	119645	Europe/Paris
6451963	Bourg-la-Reine	bourg-la-reine	Bourg-la-Reine		FR	11	92	921	92014	20531	Europe/Paris
6451966	Clamart	clamart	Clamart		FR	11	92	921	92023	52528	Europe/Paris
6451967	Fontenay-aux-Roses	fontenay-aux-roses	Fontenay-aux-Roses		FR	11	92	921	92032	24117	Europe/Paris
6451968	Garches	garches	Garches		FR	11	92	922	92033	17663	Europe/Paris
6451969	Gennevilliers	gennevilliers	Gennevilliers		FR	11	92	922	92036	46653	Europe/Paris
6451970	Issy-les-Moulineaux	issy-les-moulineaux	Issy-les-Moulineaux		FR	11	92	923	92040	68395	Europe/Paris
6451971	Levallois-Perret	levallois-perret			FR	11	92	922	92044	63462	Europe/Paris
6451972	Malakoff	malakoff	Malakof,Malakoff,ma la ke fu,mallakopeu,marakofu,mlkwf,Малакоф,Малакофф,ملکوف,マラコフ,马拉科夫,말라코프		FR	11	92	921	92046	29973	Europe/Paris
6451974	Meudon	meudon	Meudon		FR	11	92	923	92048	45328	Europe/Paris
6451975	Montrouge	montrouge			FR	11	92	921	92049	49128	Europe/Paris
6451976	Nanterre	nanterre	Nanterre		FR	11	92	922	92050	94258	Europe/Paris
6451977	Neuilly-sur-Seine	neuilly-sur-seine	Neuilly-sur-Seine		FR	11	92	922	92051	60580	Europe/Paris
6451978	Puteaux	puteaux	Puteaux		FR	11	92	922	92062	44662	Europe/Paris
6451979	Rueil-Malmaison	rueil-malmaison	Rueil-Malmaison		FR	11	92	922	92063	78195	Europe/Paris
6451980	Sceaux	sceaux	Cellae,Sceaux,So,so,suo cheng,Со,ソー,索城		FR	11	92	921	92071	19479	Europe/Paris
6451981	Sèvres	sevres	Sevres,Sèvres		FR	11	92	923	92072	23675	Europe/Paris
6451982	Suresnes	suresnes	Suresnes		FR	11	92	922	92073	48620	Europe/Paris
6451985	Ville-d'Avray	ville-d-avray	Ville-d'Avray		FR	11	92	923	92077	11509	Europe/Paris
6451986	Villeneuve-la-Garenne	villeneuve-la-garenne	Villeneuve-la-Garenne		FR	11	92	922	92078	24248	Europe/Paris
6451987	Bondy	bondy			FR	11	93	931	93010	53193	Europe/Paris
6451988	Clichy-sous-Bois	clichy-sous-bois	Clichy-sous-Bois		FR	11	93	932	93014	29835	Europe/Paris
6451989	Coubron	coubron	Coubron		FR	11	93	932	93015	4812	Europe/Paris
6451990	Drancy	drancy	Drancy		FR	11	93	932	93029	70269	Europe/Paris
6451991	Dugny	dugny	Dugny		FR	11	93	932	93030	10659	Europe/Paris
6451992	Épinay-sur-Seine	epinay-sur-seine	Epinay-sur-Seine,Épinay-sur-Seine		FR	11	93	933	93031	55593	Europe/Paris
6451993	Gagny	gagny	Gagny		FR	11	93	932	93032	39148	Europe/Paris
6451994	Gournay-sur-Marne	gournay-sur-marne	Gournay-sur-Marne		FR	11	93	932	93033	6861	Europe/Paris
6451995	Livry-Gargan	livry-gargan			FR	11	93	932	93046	44466	Europe/Paris
6451996	Montfermeil	montfermeil	Montfermeil		FR	11	93	932	93047	26085	Europe/Paris
6451997	Neuilly-Plaisance	neuilly-plaisance	Neuilly-Plaisance		FR	11	93	932	93049	21177	Europe/Paris
6451999	Noisy-le-Grand	noisy-le-grand			FR	11	93	932	93051	66659	Europe/Paris
6452000	Noisy-le-Sec	noisy-le-sec			FR	11	93	931	93053	43537	Europe/Paris
6452001	Pantin	pantin	Pantin		FR	11	93	931	93055	55342	Europe/Paris
6452002	Pierrefitte-sur-Seine	pierrefitte-sur-seine	Pierrefitte-sur-Seine		FR	11	93	933	93059	29608	Europe/Paris
6452003	Rosny-sous-Bois	rosny-sous-bois	Rosny-sous-Bois		FR	11	93	932	93064	45411	Europe/Paris
6452004	Sevran	sevran			FR	11	93	932	93071	50629	Europe/Paris
6452005	Stains	stains	Stains		FR	11	93	933	93072	39618	Europe/Paris
6452006	Vaujours	vaujours	Vaujours		FR	11	93	932	93074	6969	Europe/Paris
6452007	Villemomble	villemomble	Villemomble		FR	11	93	932	93077	30051	Europe/Paris
6452008	Villepinte	villepinte	Vil'pent,Villepinte,Vilpent,bilpaengteu,fylbant,vu~irupanto,wei lei ban te,wywpnt  sn-sn-dny,Вилпент,Вильпент,Вільпент,فيلبانت,ویوپنت، سن-سن-دنی,ヴィルパント,维勒班特,빌팽트		FR	11	93	932	93078	36656	Europe/Paris
6452010	Bonneuil-sur-Marne	bonneuil-sur-marne	Bonneuil-sur-Marne		FR	11	94	941	94011	17452	Europe/Paris
6452011	Bry-sur-Marne	bry-sur-marne	Bry-sur-Marne		FR	11	94	942	94015	16717	Europe/Paris
6452013	Champigny-sur-Marne	champigny-sur-marne	Champigny-sur-Marne		FR	11	94	942	94017	77409	Europe/Paris
6452014	Charenton-le-Pont	charenton-le-pont			FR	11	94	942	94018	30500	Europe/Paris
6452015	Chennevières-sur-Marne	chennevieres-sur-marne	Chennevieres-sur-Marne,Chennevières-sur-Marne		FR	11	94	941	94019	18396	Europe/Paris
6452016	Chevilly-Larue	chevilly-larue			FR	11	94	943	94021	19347	Europe/Paris
6452017	Choisy-le-Roi	choisy-le-roi	Choisy-le-Roi		FR	11	94	943	94022	44450	Europe/Paris
6452018	Créteil	creteil	Creteil,Créteil		FR	11	94	941	94028	89392	Europe/Paris
6452019	Fontenay-sous-Bois	fontenay-sous-bois	Fontenay-sous-Bois		FR	11	94	942	94033	53424	Europe/Paris
6452021	Ivry-sur-Seine	ivry-sur-seine	Ivry-sur-Seine		FR	11	94	943	94041	60771	Europe/Paris
6452022	Joinville-le-Pont	joinville-le-pont	Joinville-le-Pont		FR	11	94	942	94042	18824	Europe/Paris
6452023	Limeil-Brévannes	limeil-brevannes			FR	11	94	941	94044	26703	Europe/Paris
6452024	Maisons-Alfort	maisons-alfort			FR	11	94	942	94046	55289	Europe/Paris
6452025	Mandres-les-Roses	mandres-les-roses	Mandr-le-Roz,Mandres-les-Roses,mang de lei lai luo si,Мандр-ле-Роз,芒德雷莱罗斯		FR	11	94	941	94047	4703	Europe/Paris
6452026	Nogent-sur-Marne	nogent-sur-marne	Nogent-sur-Marne		FR	11	94	942	94052	31947	Europe/Paris
6452027	Noiseau	noiseau	Noiseau		FR	11	94	941	94053	4680	Europe/Paris
6452028	Ormesson-sur-Marne	ormesson-sur-marne	Ormesson-sur-Marne		FR	11	94	941	94055	10287	Europe/Paris
6452029	Périgny	perigny	Perin'i,pei li ni,Периньи,Периньї,佩里尼		FR	11	94	941	94056	2662	Europe/Paris
6452030	Rungis	rungis			FR	11	94	943	94065	5610	Europe/Paris
6452032	Saint-Maur-des-Fossés	saint-maur-des-fosses	Saint-Maur-des-Fosses,Saint-Maur-des-Fossés		FR	11	94	942	94068	74893	Europe/Paris
6452033	Santeny	santeny	Santeni,Santeny,sang te ni,Сантени,Сантені,桑特尼		FR	11	94	941	94070	3708	Europe/Paris
6452034	Sucy-en-Brie	sucy-en-brie			FR	11	94	941	94071	26279	Europe/Paris
6452035	Thiais	thiais	Thiais		FR	11	94	943	94073	29006	Europe/Paris
6452036	Valenton	valenton	Valenton		FR	11	94	943	94074	14858	Europe/Paris
6452037	Villecresnes	villecresnes	Villecresnes		FR	11	94	941	94075	9828	Europe/Paris
6452038	Villejuif	villejuif	Villejuif		FR	11	94	943	94076	55478	Europe/Paris
6452039	Villeneuve-le-Roi	villeneuve-le-roi	Villeneuve-le-Roi		FR	11	94	943	94077	21021	Europe/Paris
6452040	Villeneuve-Saint-Georges	villeneuve-saint-georges			FR	11	94	943	94078	32966	Europe/Paris
6452041	Villiers-sur-Marne	villiers-sur-marne	Villiers-sur-Marne		FR	11	94	942	94079	29226	Europe/Paris
6452043	Vitry-sur-Seine	vitry-sur-seine	Vitry-sur-Seine		FR	11	94	943	94081	92755	Europe/Paris
6452044	Ambleville	ambleville	Amblevil',Ambleville,ang bu lei wei er,Амблевиль,昂布勒维尔		FR	11	95	953	95011	378	Europe/Paris
6452046	Andilly	andilly	Andiji,Andilly,ang di li,Андийи,昂迪利		FR	11	95	952	95014	2604	Europe/Paris
6452047	Argenteuil	argenteuil	Argentolium,Arzantejus,Arzhant'oj,Arzhantej,Arzhantjoj,Aržantėjus,a rang te yi,aleujangtoeyu,arjntwy,arujanto~uiyu,arzhantwy,Аржантей,Аржантеј,Аржантьой,Аржантёй,أرجنتوي,ارجنٹیل,ارژانتوی,アルジャントゥイユ,阿让特伊,아르장퇴유		FR	11	95	951	95018	110468	Europe/Paris
6452048	Arnouville	arnouville			FR	11	95	952	95019	14353	Europe/Paris
6452049	Arronville	arronville	Arronville		FR	11	95	953	95023	666	Europe/Paris
6452050	Asnières-sur-Oise	asnieres-sur-oise	Asnieres-sur-Oise,Asnières-sur-Oise		FR	11	95	952	95026	2661	Europe/Paris
6452051	Attainville	attainville	Attainville		FR	11	95	952	95028	1731	Europe/Paris
6452052	Auvers-sur-Oise	auvers-sur-oise	Auvers-sur-Oise		FR	11	95	953	95039	6955	Europe/Paris
6452053	Avernes	avernes	Avernes		FR	11	95	953	95040	858	Europe/Paris
6452054	Baillet-en-France	baillet-en-france	Baillet-en-France		FR	11	95	952	95042	2000	Europe/Paris
6452055	Banthelu	banthelu			FR	11	95	953	95046	157	Europe/Paris
6452056	Beauchamp	beauchamp	Beauchamp		FR	11	95	951	95051	8691	Europe/Paris
6452057	Beaumont-sur-Oise	beaumont-sur-oise	Beaumont-sur-Oise		FR	11	95	953	95052	9597	Europe/Paris
6452058	Bellefontaine	bellefontaine	Bellefontaine		FR	11	95	952	95055	483	Europe/Paris
6452059	Belloy-en-France	belloy-en-france			FR	11	95	952	95056	2177	Europe/Paris
6452060	Bernes-sur-Oise	bernes-sur-oise	Bern sir Oaz,Bern-sjur-Uaz,Bernes-sur-Oise,wa ci he pan bei er nei,Берн сир Оаз,Берн-сюр-Уаз,瓦兹河畔贝尔内		FR	11	95	953	95058	2689	Europe/Paris
6452061	Berville	berville	Berville		FR	11	95	953	95059	349	Europe/Paris
6452062	Bessancourt	bessancourt	Bessancourt		FR	11	95	951	95060	7065	Europe/Paris
6452063	Béthemont-la-Forêt	bethemont-la-foret	Bethemont-la-Foret,Béthemont-la-Forêt		FR	11	95	953	95061	421	Europe/Paris
6452064	Bezons	bezons	Bezons		FR	11	95	951	95063	28976	Europe/Paris
6452066	Boissy-l'Aillerie	boissy-l-aillerie	Boissy-l'Aillerie		FR	11	95	953	95078	1809	Europe/Paris
6452068	Bouqueval	bouqueval	Bouqueval		FR	11	95	952	95094	308	Europe/Paris
6452069	Ambérieux-en-Dombes	amberieux-en-dombes	Amber'jo-an-Domb,Ambere-an-Domb,Amberieux-en-Dombes,Amberioex-en-Domba,Amberyo an Domb,Ambèriœx-en-Domba,Ambérieux-en-Dombes,Omberju-on-Dumb,ambrywks-an-dambs,ambyryw-awn-dwmb,angbelioeangdongbeu,dong bu de qu ang bei li e,Амберьё-ан-Домб,Амберє-ан-Домб,Омберју-он-Думб,Ամբերյո ան Դոմբ,آمبریو-آں-دمب,أمبيريو-أون-دومب,امبریوکس-ان-دامبس,东布地区昂贝里厄,앙베리외앙동브		FR	84	01	012	01005	1671	Europe/Paris
6452070	Ambléon	ambleon	Amblao,Ambleon,Ambléon,Ombleon,amblywn,ang bu lai weng,angbeulle-ong,Амблеон,Омблеон,Ամբլեոն,آمبلؤں,آمبلئون,أمبليون,昂布莱翁,앙블레옹		FR	84	01	011	01006	110	Europe/Paris
6452071	Ambronay	ambronay	Ambronay		FR	84	01	011	01007	2684	Europe/Paris
6452072	Ambutrix	ambutrix	Ambutrix		FR	84	01	011	01008	750	Europe/Paris
6452073	Achery	achery	Achery,Achiriacum,Ashri,Asri,a shen li,achry  ayzn,Ашри,Ашрі,Աշրի,اچری، ایزن,阿什里		FR	32	02	022	02002	602	Europe/Paris
6452074	Agnicourt-et-Séchelles	agnicourt-et-sechelles	Agnicourt e Sechelles,Agnicourt e Séchelles,Agnicourt-et-Sechelles,Agnicourt-et-Séchelles,Aignicurtis,An'ikur-e-Seshel',An'ikur-eh-Seshel',Anikur e Sesel,Anikur e Seshel,Nicourt-et-Sechelle,Nicourt-et-Séchelle,a ni ku er sai xie lei,Аньикур-э-Сешель,Аньїкур-е-Сешель,Ањикур е Сешел,Անիկուր է Սեշել,اگنی کورت-اے-شلس,اگنی‌کورت-ا-سشلس,阿尼库尔塞谢勒		FR	32	02	022	02004	179	Europe/Paris
6452075	Aguilcourt	aguilcourt	Agil'kur,Agilkur,Aguilcourt,Agulicurtis,a ji er ku er,agwylkwrt,aygwylkwrt,Агилкур,Агилькур,Агількур,Ագիլկուր,اگویلکورت,ایگویلکورت,阿吉尔库尔		FR	32	02	022	02005	391	Europe/Paris
6452076	Aisonville-et-Bernoville	aisonville-et-bernoville	Aisonville-et-Bernoville		FR	32	02	025	02006	251	Europe/Paris
6452077	Aizelles	aizelles	Aizelles,Ehzel',Ezel,Ezel',ai ze lei,ayzlyz,Езел,Езель,Эзель,ایزلیز,艾泽勒		FR	32	02	022	02007	123	Europe/Paris
6452078	Abrest	abrest	Abrest		FR	84	03	033	03001	2923	Europe/Paris
6452079	Agonges	agonges	Agonges		FR	84	03	032	03002	312	Europe/Paris
6452080	Ainay-le-Château	ainay-le-chateau	Ainay-le-Chateau,Ainay-le-Château		FR	84	03	031	03003	1006	Europe/Paris
6452081	Andelaroche	andelaroche			FR	84	03	033	03004	258	Europe/Paris
6452082	Archignat	archignat	Archignat		FR	84	03	031	03005	335	Europe/Paris
6452083	Arpheuilles-Saint-Priest	arpheuilles-saint-priest	Arpheuilles-Saint-Priest		FR	84	03	031	03007	355	Europe/Paris
6452084	Arronnes	arronnes	Arronnes		FR	84	03	033	03008	377	Europe/Paris
6452085	Allemagne-en-Provence	allemagne-en-provence	Allemagne-en-Provence		FR	93	04	044	04004	529	Europe/Paris
6452086	Allons	allons	Allon,Allons,Alon,Alonh,a long,alwnz  alps-dw-at-prwwns,Аллон,Алон,الونز، الپس-دو-ات-پروونس,阿隆		FR	93	04	042	04005	149	Europe/Paris
6452087	Allos	allos	Allos		FR	93	04	042	04006	747	Europe/Paris
6452088	Angles	angles	Angles		FR	93	04	042	04007	66	Europe/Paris
6452091	Aiguilles	aiguilles	Agulhas,Aiguilles,Egij,Egil',Ehgjuij,ai ji ye,aygwyls,Егиј,Егіль,Эгюий,ایگویلس,艾吉耶		FR	93	05	051	05003	428	Europe/Paris
6452092	Ancelle	ancelle	Ancela,Ansel',Onsel,ang sai er,ansl,Ансель,Онсел,انسل,昂塞尔		FR	93	05	052	05004	910	Europe/Paris
6452094	Arvieux	arvieux	Arvieux		FR	93	05	051	05007	372	Europe/Paris
6452095	Amirat	amirat	Amirat		FR	93	06	061	06002	73	Europe/Paris
6452096	Andon	andon	Andon,ang dong,昂东		FR	93	06	061	06003	589	Europe/Paris
6452097	Antibes	antibes			FR	93	06	061	06004	73798	Europe/Paris
6452098	Ascros	ascros	Ascros		FR	93	06	062	06005	166	Europe/Paris
6452099	Auribeau-sur-Siagne	auribeau-sur-siagne	Auribeau-sur-Siagne		FR	93	06	061	06007	3245	Europe/Paris
6452100	Auvare	auvare	Auvare		FR	93	06	062	06008	32	Europe/Paris
6452101	Accons	accons	Accons,Acons,Akkon,Akon,a kong,akans,Аккон,Акон,اکانس,阿孔		FR	84	07	073	07001	380	Europe/Paris
6452102	Aizac	aizac	Aisac,Aizac,Ehzak,Ezak,ai zha ke,ayzak,Езак,Эзак,ایزاک,艾扎克		FR	84	07	071	07003	166	Europe/Paris
6452103	Ajoux	ajoux	Ajoux,Azhu,a ru,Ажу,阿茹		FR	84	07	072	07004	79	Europe/Paris
6452104	Alboussière	alboussiere	Al'bus'er,Albosseira,Alboussiere,Alboussière,Albusjer,a er bu xi ai,albwsyyr,Албусјер,Альбусьер,Альбусьєр,البوسییر,阿尔布西埃		FR	84	07	073	07007	1035	Europe/Paris
6452105	Alissas	alissas	Alican,Alisa,Alissa,Alissas,Aliçan,a li sa,alysas,Алиса,Алисса,Алісса,الیساس,阿利萨		FR	84	07	072	07008	1479	Europe/Paris
6452106	Acy-Romance	acy-romance			FR	44	08	082	08001	435	Europe/Paris
6452107	Aiglemont	aiglemont	Aiglemont		FR	44	08	081	08003	1653	Europe/Paris
6452108	Alincourt	alincourt	Alenkur,Alincourt,a lan ku er,alynkwrt,Аленкур,الینکورت,阿兰库尔		FR	44	08	082	08005	146	Europe/Paris
6452109	Amagne	amagne	Amagne,Aman,Aman',a ma nie,amagn,Амань,Амањ,اماگن,阿马涅		FR	44	08	082	08008	724	Europe/Paris
6452110	Aigues-Juntes	aigues-juntes	Aigues-Juntes		FR	76	09	093	09001	65	Europe/Paris
6452111	Aigues-Vives	aigues-vives	Aigas Vivas,Aigasvivas,Aigues-Vives,Aquae Vivae,Eg-Viv,Egu-Viv,Ehg-Viv,ai ge wei wo,aygws-wywz  aryg,Ег-Вів,Егу-Вив,Эг-Вив,ایگوس-ویوز، اریگ,艾格维沃		FR	76	09	092	09002	654	Europe/Paris
6452112	Albiès	albies	Al'b'es,Al'be,Albies,Albiès,Albje,Alviers,Alvièrs,a er bi ye,albyz,Албје,Альбьес,Альбє,آلبیے,البیز,阿尔比耶		FR	76	09	091	09004	125	Europe/Paris
6452113	Aleu	aleu	Ale,Aleu,Aljo,al,alyw,Àleu,Але,Алё,آل,الیو		FR	76	09	093	09005	126	Europe/Paris
6452114	Alliat	alliat	Al'ja,Al'jat,Aliat,Alija,Alliat,a li a,alya,Алија,Алья,Альят,آلیا,阿利阿		FR	76	09	091	09006	53	Europe/Paris
6452115	Allières	allieres	Al'er,Alheras,Alhèras,Alijer,Allieres,Allières,a li ai,alyrz,Алијер,Альер,Альєр,آلیرے,الیرز,阿利埃		FR	76	09	093	09007	71	Europe/Paris
6452116	Ailleville	ailleville			FR	44	10	101	10002	258	Europe/Paris
6452117	Aix-Villemaur-Pâlis	aix-villemaur-palis	Aix-Villemaur-Palis,Aix-Villemaur-Pâlis,Ehks-an-Ot,Eks-an-Ot,Eks-on-Ot,ao te de qu ai ke si,Екс-ан-От,Екс-он-От,Экс-ан-От,奥特地区艾克斯		FR	44	10	103	10003	3569	Europe/Paris
6452118	Allibaudières	allibaudieres			FR	44	10	103	10004	212	Europe/Paris
6452119	Arcis-sur-Aube	arcis-sur-aube	Arcis-sur-Aube,Arsi sir Ob,Arsi-sjur-Ob,Artiaca,ao bu he pan a er xi,Арси сир Об,Арси-сюр-Об,Арсі-сюр-Об,奥布河畔阿尔西		FR	44	10	103	10006	2835	Europe/Paris
6452120	Arconville	arconville	Arconville		FR	44	10	101	10007	107	Europe/Paris
6452121	Argançon	argancon	Argancon,Argançon		FR	44	10	101	10008	105	Europe/Paris
6452122	Airoux	airoux	Airoux		FR	76	11	111	11002	161	Europe/Paris
6452123	Ajac	ajac			FR	76	11	112	11003	188	Europe/Paris
6452124	Alaigne	alaigne	Alaigne		FR	76	11	112	11004	326	Europe/Paris
6452125	Alairac	alairac	Alairac		FR	76	11	111	11005	1323	Europe/Paris
6452126	Albas	albas	Albas		FR	76	11	113	11006	76	Europe/Paris
6452127	Albières	albieres			FR	76	11	113	11007	116	Europe/Paris
6452128	Alet-les-Bains	alet-les-bains	Alet-les-Bains		FR	76	11	112	11008	421	Europe/Paris
6452129	Aguessac	aguessac	Aguessac		FR	76	12	121	12002	867	Europe/Paris
6452131	Alrance	alrance	Al'rans,Alranca,Alrance,Alrans,Alrança,a er lang ke,alrans,Алранс,Альранс,الرانس,阿尔朗克		FR	76	12	121	12006	361	Europe/Paris
6452132	Ambeyrac	ambeyrac	Ambairac,Amberak,Ambeyrac,Ombejak,ambyrak,ang bei la ke,Амберак,Омбејак,امبیراک,昂贝拉克		FR	76	12	123	12007	176	Europe/Paris
6452133	Anglars-Saint-Félix	anglars-saint-felix	Anglars-Saint-Felix,Anglars-Saint-Félix		FR	76	12	123	12008	808	Europe/Paris
6452134	Aix-en-Provence	aix-en-provence	Aix,Aix-en-Provence		FR	93	13	131	13001	143006	Europe/Paris
6452135	Allauch	allauch	Allauch		FR	93	13	133	13002	21228	Europe/Paris
6452136	Alleins	alleins	Alleins		FR	93	13	131	13003	2519	Europe/Paris
6452137	Aubagne	aubagne	Aubagne		FR	93	13	133	13005	45290	Europe/Paris
6452138	Aureille	aureille	Aureille		FR	93	13	132	13006	1537	Europe/Paris
6452139	Auriol	auriol	Auriol,Auriou,Auriòu,Oriol,Orjol',ao li ao er,Ориол,Орйоль,奥里奥尔		FR	93	13	133	13007	11417	Europe/Paris
6452140	Aurons	aurons	Aurons		FR	93	13	131	13008	542	Europe/Paris
6452141	Ablon	ablon	Ablon		FR	28	14	143	14001	1210	Europe/Paris
6452142	Agy	agy	Agi,Agy,Azhi,a ji,agy,Аги,Ажи,Ажі,اگی,阿吉		FR	28	14	141	14003	285	Europe/Paris
6452144	Valambray	valambray	Ehran,Eran,Valambray,ai lang,Еран,Эран,艾朗		FR	28	14	142	14005	1767	Europe/Paris
6452145	Amayé-sur-Orne	amaye-sur-orne	Amae-sjur-Orn,Amaje sir Orn,Amaye-sur-Orne,Amayé-sur-Orne,Ameje-sjur-Orn,amayh-sw-awrny,ao er en he pan a mai ai,Амае-сюр-Орн,Амає-сюр-Орн,Амаје сир Орн,Амейе-сюр-Орн,امایه-سو-اورنی,奥尔恩河畔阿迈埃		FR	28	14	142	14006	993	Europe/Paris
6452146	Amayé-sur-Seulles	amaye-sur-seulles	Amae-sjur-Sel',Amaje sir Sel,Amaye-sur-Seulles,Amayé-sur-Seulles,Ameje-sjur-Sjol',amay-sw-swls,ameie=shuru=suru,se lai he pan a mai ai,Амае-сюр-Сель,Амає-сюр-Сель,Амаје сир Сел,Амейе-сюр-Сёль,امای-سو-سولس,アメイエ＝シュル＝スル,瑟莱河畔阿迈埃		FR	28	14	144	14007	227	Europe/Paris
6452149	Alleuze	alleuze	Aleusa,Alez,Allez,Alljoz,Castrum Helodie,a lei ci,alywz,Алез,Аллез,Аллёз,الیوز,阿勒兹		FR	84	15	153	15002	212	Europe/Paris
6452150	Andelat	andelat	Andalacum,Andela,Andelac,Andelat,Andla,Ondla,andlat,ang dai la,Андела,Андла,Ондља,اندلات,昂代拉		FR	84	15	153	15004	461	Europe/Paris
6452151	Anglards-de-Saint-Flour	anglards-de-saint-flour	Anglar-de-Sen-Flur,Anglards-de-Saint-Flour,Anglars de Sant Flor,Castrum Anglarense,Ongla-d-Sant-Flur,ang ge la er de de sheng fu lu er,Англар-де-Сен-Флур,Онгла-д-Сант-Флур,昂格拉尔德德圣弗卢尔		FR	84	15	153	15005	347	Europe/Paris
6452152	Anglards-de-Salers	anglards-de-salers	Anglards-de-Salers		FR	84	15	152	15006	781	Europe/Paris
6452153	Anterrieux	anterrieux	Anter'jo,Anterius,Anterrie,Anterrieux,Interrivia,Onterije,ang tai er li e,Антеррие,Антерріє,Антерьё,Онтерије,昂泰尔里厄		FR	84	15	153	15007	122	Europe/Paris
6452154	Antignac	antignac	Antignac		FR	84	15	152	15008	282	Europe/Paris
6452155	Abzac	abzac	Abiacum,Abzak,Asac,Azac,a bu zha ke,abzak,Абзак,آبزاک,阿布扎克		FR	75	16	163	16001	474	Europe/Paris
6452156	Agris	agris	Agris		FR	75	16	161	16003	860	Europe/Paris
6452158	Aigre	aigre	Aigre,Egr,Ehgr,ai ge er,Егр,Эгр,艾格尔		FR	75	16	163	16005	1602	Europe/Paris
6452159	Ambérac	amberac	Amberac,Ambérac		FR	75	16	163	16008	327	Europe/Paris
6452160	Agudelle	agudelle			FR	75	17	171	17002	134	Europe/Paris
6452161	Aigrefeuille-d'Aunis	aigrefeuille-d-aunis			FR	75	17	172	17003	3958	Europe/Paris
6452162	Allas-Bocage	allas-bocage	Allas-Bocage		FR	75	17	171	17005	196	Europe/Paris
6452163	Allas-Champagne	allas-champagne	Ala Shampan,Alla-Shampan',Allas Sampayn,Allas-Champagne,Allas-Shampan',a la shang pa ni,alas-shampayn,Ала Шампањ,Алла-Шампань,Аллас-Шампань,Ալլաս Շամպայն,آلاس-شامپاین,阿拉尚帕尼		FR	75	17	171	17006	275	Europe/Paris
6452164	Andilly	andilly	Andii,Andiji,Andilly,Andiyi,Андийи,Андији,Андії,Անդիյի		FR	75	17	173	17008	2217	Europe/Paris
6452165	Ainay-le-Vieil	ainay-le-vieil	Ehne-le-V'ej,Ene-l-Vijej,Ene-le-Vej,ai nai lai wei ye yi,aynay-lw-wyyl,Ене-л-Вијеј,Ене-ле-Вєй,Эне-ле-Вьей,اینای-لو-وییل,艾奈莱维耶伊		FR	24	18	182	18002	183	Europe/Paris
6452166	Allogny	allogny	Allogny		FR	24	18	181	18004	1020	Europe/Paris
6452167	Allouis	allouis	Allouis,Allui,Aluj,a lu yi,alwyys,Аллуи,Аллуї,Алуј,الوئیس,阿卢伊		FR	24	18	183	18005	1074	Europe/Paris
6452168	Annoix	annoix	Annoix,Annua,Anoa,Аннуа,Аноа		FR	24	18	181	18006	231	Europe/Paris
6452169	Arçay	arcay	Arcay,Arse,Arçay,a er sai,Арсе,阿尔赛		FR	24	18	181	18008	515	Europe/Paris
6452170	Affieux	affieux			FR	75	19	192	19001	364	Europe/Paris
6452171	Aix	aix	Aix		FR	75	19	193	19002	389	Europe/Paris
6452172	Albignac	albignac	Albignac		FR	75	19	191	19003	254	Europe/Paris
6452173	Albussac	albussac	Al'bjussak,Albisak,Albucac,Albussac,Albuçac,a er bi sa ke,albwsak,Албисак,Альбюссак,البوساک,阿尔比萨克		FR	75	19	192	19004	722	Europe/Paris
6452174	Allassac	allassac	Allassac		FR	75	19	191	19005	3903	Europe/Paris
6452176	Ambrugeat	ambrugeat	Ambrugeat		FR	75	19	193	19008	201	Europe/Paris
6452177	Agencourt	agencourt	Agencourt,Azhankur,Brazey-en-Morvan,ayjn kwrt,Ажанкур,ایجن کورت,ایجن‌کورت		FR	27	21	211	21001	455	Europe/Paris
6452178	Agey	agey	Agey		FR	27	21	212	21002	287	Europe/Paris
6452179	Ahuy	ahuy	Ahuy		FR	27	21	212	21003	1216	Europe/Paris
6452180	Aignay-le-Duc	aignay-le-duc	Aignay-le-Duc		FR	27	21	213	21004	288	Europe/Paris
6452181	Aiserey	aiserey	Aiserey,Ehzre,Ezre,ai se lei,ayzry,Езре,Эзре,ایزری,艾瑟雷		FR	27	21	212	21005	1386	Europe/Paris
6452182	Aisey-sur-Seine	aisey-sur-seine	Aisey-sur-Seine		FR	27	21	213	21006	179	Europe/Paris
6452183	Aisy-sous-Thil	aisy-sous-thil	Aisy-sous-Thil,Ehzi-su-Til',Ezi su Til,Ezi-su-Tij,ai xi su di,aysy-sws-tyl,Ези су Тил,Ези-су-Тий,Езі-су-Тій,Эзи-су-Тиль,ایسی-سوس-تیل,艾西苏蒂		FR	27	21	213	21007	223	Europe/Paris
6452184	Alise-Sainte-Reine	alise-sainte-reine			FR	27	21	213	21008	586	Europe/Paris
6452185	Allineuc	allineuc	Alineg,Alinek,Allinek,Allineuc,Allinjok,Linetum,a li na ke,alynwk,Алинек,Аллинек,Аллинёк,Аллінек,الینوک,阿利纳克		FR	53	22	224	22001	588	Europe/Paris
6452186	Andel	andel	Andel',Андель		FR	53	22	224	22002	1114	Europe/Paris
6452187	Aucaleuc	aucaleuc	Carduetum,Okalek,Okaljok,Oskaleg,Ukaluk,ao ka lei ke,Окалек,Окалёк,Укалук,奥卡勒克		FR	53	22	221	22003	974	Europe/Paris
6452188	Bégard	begard	Bear,Begar,Begard,Begard / Bear,Begardum,Bégard,Bégard / Bear,bei jia er,Бегар,Բեգար,贝加尔		FR	53	22	222	22004	4774	Europe/Paris
6452189	Belle-Isle-en-Terre	belle-isle-en-terre	Belle-Isle-en-Terre		FR	53	22	222	22005	1034	Europe/Paris
6452190	Berhet	berhet	Berched,Bere,Beret,Berhet,Brigida,bo lei,Бере,Берет,伯雷		FR	53	22	223	22006	253	Europe/Paris
6452192	Bobital	bobital	Bobital,Bobital / Bowidel,Bobital',Bowidel,bo bi ta,Бобитал,Бобиталь,Бобіталь,博比塔		FR	53	22	221	22008	1097	Europe/Paris
6452193	Ajain	ajain	Ajain,Ajanh,Azhen,a ran,Ажен,عجیین,阿然		FR	75	23	232	23002	1135	Europe/Paris
6452194	Arfeuille-Châtain	arfeuille-chatain	Arfej Shaten,Arfej-Shaten,Arfeuille-Chatain,Arfeuille-Châtain,Arfjoj-Shaten,Arfuelha Chastenh,Arfuelha e Chastanh,a er fu yi er sha tan,Арфей-Шатен,Арфеј Шатен,Арфёй-Шатен,阿尔弗伊尔沙坦		FR	75	23	231	23005	187	Europe/Paris
6452195	Arrènes	arrenes	Aren,Arren,Arrena,Arrenes,Arrènes,Rena,a er lei nei,Арен,Аррен,阿尔雷内		FR	75	23	232	23006	221	Europe/Paris
6452196	Aubusson	aubusson	Au Bucon,Au Buçon,Aubusson,Lo Bucon,Lo Buçon,Obison,Objusson,ao bi song,obyusson,Обисон,Обюссон,オービュッソン,奥比松		FR	75	23	231	23008	3400	Europe/Paris
6452197	Agonac	agonac	Agonac		FR	75	24	243	24002	1755	Europe/Paris
6452198	Ajat	ajat	Ajat		FR	75	24	244	24004	327	Europe/Paris
6452199	Allas-les-Mines	allas-les-mines	Allas-les-Mines		FR	75	24	244	24006	208	Europe/Paris
6452200	Angoisse	angoisse	Angoas,Angoisse,Anguas,Anguass,Engoissa,ang gua si,Ангоас,Ангуас,Ангуасс,昂瓜斯		FR	75	24	242	24008	605	Europe/Paris
6453565	Vars	vars			FR	93	05	051	05177	527	Europe/Paris
6452201	Abbans-Dessous	abbans-dessous	Abbans-Dessous		FR	27	25	251	25001	264	Europe/Paris
6452202	Abbans-Dessus	abbans-dessus	Abbans-Dessus		FR	27	25	251	25002	304	Europe/Paris
6452203	Abbenans	abbenans	Abbenan,Abenan,a bu nan,abnans,Аббенан,Абенан,ابنانس,阿布南		FR	27	25	251	25003	352	Europe/Paris
6452204	Abbévillers	abbevillers	Abbevillers,Abbévillers		FR	27	25	252	25004	1031	Europe/Paris
6452206	Adam-lès-Passavant	adam-les-passavant	Adam le Pasavan,Adam-le-Passavan,Adam-les-Passavant,Adam-lès-Passavant,a dang lai pa sa wang,adm-ly-pasawant,Адам ле Пасаван,Адам-ле-Пассаван,ادم-لی-پاساوانت,阿当莱帕萨旺		FR	27	25	251	25006	91	Europe/Paris
6452207	Adam-lès-Vercel	adam-les-vercel	Adam-les-Vercel,Adam-lès-Vercel		FR	27	25	253	25007	102	Europe/Paris
6452208	Aibre	aibre			FR	27	25	252	25008	477	Europe/Paris
6452209	Solaure en Diois	solaure-en-diois	Ais,Ais de Dies,Ais de Diés,Eks an Djoa,Eks-an-Djua,Solaure en Diois,ayks-an-daywaz,di wa de qu ai ke si,Екс ан Дјоа,Екс-ан-Дюа,ایکس-ان-دایواز,迪瓦地区艾克斯		FR	84	26	261	26001	457	Europe/Paris
6452210	Aleyrac	aleyrac	Alairac,Alejrak,Alerak,a lai la ke,alyrak,Алейрак,Алерак,الیراک,阿莱拉克		FR	84	26	262	26003	46	Europe/Paris
6452211	Alixan	alixan	Alixan		FR	84	26	263	26004	2497	Europe/Paris
6452212	Allan	allan	Alan,Aland,Allan,a lang,alan  dram,Алан,Аллан,الان، درام,阿朗		FR	84	26	262	26005	1706	Europe/Paris
6452213	Allex	allex	Aleis,Aleks,Alleks,Allex,Alèis,a lai,alyks,Алекс,Аллекс,الیکس,阿莱		FR	84	26	261	26006	2495	Europe/Paris
6452214	Ambonil	ambonil	Ambonij,Amboniu,Ombonil,ambanyl,ang bo ni,Амбоній,Омбонил,امبانیل,昂博尼		FR	84	26	263	26007	120	Europe/Paris
6452215	Ancône	ancone	Ancone,Ancône		FR	84	26	262	26008	1329	Europe/Paris
6452216	Aclou	aclou	Aclou,Aklu,a ke lu,Аклу,阿克卢		FR	28	27	272	27001	322	Europe/Paris
6452217	Acon	acon	Akon,a kong,akwn,Акон,اکون,阿孔		FR	28	27	273	27002	473	Europe/Paris
6452218	Acquigny	acquigny	Acquigny		FR	28	27	271	27003	1531	Europe/Paris
6452219	Aigleville	aigleville	Aigleville		FR	28	27	271	27004	404	Europe/Paris
6452221	Alizay	alizay	Alizay		FR	28	27	271	27008	1515	Europe/Paris
6452222	Abondant	abondant	Abondant		FR	24	28	283	28001	2358	Europe/Paris
6452223	Allonnes	allonnes	Allonnes		FR	24	28	281	28004	312	Europe/Paris
6452224	Alluyes	alluyes	Alij,Alljui,Alluyes,a lu yi ai,alwyz,Алиј,Аллюї,الویز,阿吕伊埃		FR	24	28	282	28005	764	Europe/Paris
6452226	Ardelles	ardelles	Ardelles		FR	24	28	283	28008	199	Europe/Paris
6452227	Argol	argol	Argol,Argol',a er ge,argl  fynystr,arugoru,Аргол,Арголь,آرگل، فینیستر,アルゴール,阿尔戈		FR	53	29	292	29001	1010	Europe/Paris
6452228	Arzano	arzano	An Arzhanaou,Arzano,a er cang ao,aruzano,Арзано,アルザノ,阿尔藏奥		FR	53	29	294	29002	1390	Europe/Paris
6452229	Audierne	audierne	Gwaien,Od'ern,Odjerne,ao di ye er en,odierunu,Одьерн,Одьєрн,Одјерне,オディエルヌ,奥迪耶尔恩		FR	53	29	294	29003	3684	Europe/Paris
6452230	Bannalec	bannalec	Bannalec		FR	53	29	294	29004	5645	Europe/Paris
6452231	Baye	baye	Baj,Baye,Be,Bei,bai ai,Бай,Бе,Беи,Беї,拜埃		FR	53	29	294	29005	1149	Europe/Paris
6452232	Bénodet	benodet	Benodet,Bénodet		FR	53	29	294	29006	3534	Europe/Paris
6452233	Beuzec-Cap-Sizun	beuzec-cap-sizun	Beuzec-Cap-Sizun		FR	53	29	294	29008	1003	Europe/Paris
6452234	Afa	afa	Afa		FR	94	2A	2A1	2A001	3132	Europe/Paris
6452235	Ajaccio	ajaccio	Ajaccio		FR	94	2A	2A1	2A004	69075	Europe/Paris
6452236	Alata	alata	Alata		FR	94	2A	2A1	2A006	3186	Europe/Paris
6452237	Albitreccia	albitreccia	Albitreccia		FR	94	2A	2A1	2A008	1672	Europe/Paris
6452238	Aghione	aghione	Aghione		FR	94	2B	2B3	2B002	238	Europe/Paris
6452239	Aiti	aiti	Aiti		FR	94	2B	2B3	2B003	32	Europe/Paris
6452240	Alando	alando	Alando,Alandu,alandw  awt-kars,Àlandu,Аландо,الاندو، اوت-کارس		FR	94	2B	2B3	2B005	38	Europe/Paris
6452241	Albertacce	albertacce			FR	94	2B	2B3	2B007	197	Europe/Paris
6452242	Aigaliers	aigaliers	Aigaliers		FR	76	30	302	30001	501	Europe/Paris
6452243	Aigremont	aigremont	Aigremont,Egremon,ai ge lei meng,aygrmant  gard,Егремон,ایگرمانت، گارد,艾格雷蒙		FR	76	30	303	30002	778	Europe/Paris
6452244	Aigues-Mortes	aigues-mortes	Aigues-Mortes		FR	76	30	302	30003	8316	Europe/Paris
6452246	Aimargues	aimargues	Aimargues		FR	76	30	302	30006	5602	Europe/Paris
6452247	Agassac	agassac			FR	76	31	312	31001	115	Europe/Paris
6452248	Aignes	aignes	Aignes,Anhas,Ehn',En,En',ai gai,aygns,Ень,Ењ,Энь,ایگنس,艾盖		FR	76	31	313	31002	250	Europe/Paris
6452249	Aigrefeuille	aigrefeuille	Aigrefeuille		FR	76	31	313	31003	1256	Europe/Paris
6452250	Ayguesvives	ayguesvives	Ayguesvives		FR	76	31	313	31004	2641	Europe/Paris
6452251	Alan	alan	Alan,a lang,alan  awt-garwn,Алан,الان، اوت-گارون,阿朗		FR	76	31	312	31005	315	Europe/Paris
6452252	Ambax	ambax	Ambax		FR	76	31	312	31007	67	Europe/Paris
6452253	Anan	anan	Anan,a nan,anan  at-garwn,Анан,آنان، ات-گارون,阿南		FR	76	31	312	31008	240	Europe/Paris
6452254	Ansan	ansan	Ancan,Ansan,Ançan,Onson,ang sang,Ансан,Онсон,昂桑		FR	76	32	321	32002	77	Europe/Paris
6452255	Arblade-le-Bas	arblade-le-bas	Arblad le Ba,Arblad-le-Ba,Arblada lo Baish,Arblade-le-Bas,a er bu la de lai ba,Арблад ле Ба,Арблад-ле-Ба,阿尔布拉德莱巴		FR	76	32	323	32004	153	Europe/Paris
6452256	Arblade-le-Haut	arblade-le-haut	Arblad lO,Arblad-le-O,Arblada den Haut,Arblada lo Naut,a er bu la de lai ao,Арблад лО,Арблад-ле-О,阿尔布拉德莱奥		FR	76	32	322	32005	300	Europe/Paris
6452258	Armentieux	armentieux	Armant'e,Armant'jo,Armantje,Armentieux,Armentiu,a er mang di e,Армантьё,Армантьє,Армантје,阿尔芒蒂厄		FR	76	32	323	32008	77	Europe/Paris
6452259	Abzac	abzac	Abiacum,Abzac,Abzak,a bu zha ke,abzak,abzak  gyrand,Абзак,أبزاك,ابزاک، گیراند,阿布扎克		FR	75	33	335	33001	1926	Europe/Paris
6452260	Aillas	aillas			FR	75	33	333	33002	817	Europe/Paris
6452261	Ambès	ambes	Ambes,Ambès		FR	75	33	332	33004	3143	Europe/Paris
6452262	Andernos-les-Bains	andernos-les-bains	Andernos-les-Bains		FR	75	33	336	33005	11873	Europe/Paris
6452263	Arbanats	arbanats			FR	75	33	333	33007	1229	Europe/Paris
6452264	Porte-de-Benauge	porte-de-benauge	Arbi,Arbis,Arbís,Porte-de-Benauge,a er bi,Арби,Арбис,Арбіс,阿尔比		FR	75	33	333	33008	513	Europe/Paris
6452265	Abeilhan	abeilhan	Abeilhan		FR	76	34	341	34001	1660	Europe/Paris
6452266	Adissan	adissan	Adissan		FR	76	34	341	34002	1183	Europe/Paris
6452268	Agonès	agones	Agones,Agonès		FR	76	34	342	34005	257	Europe/Paris
6452270	Acigné	acigne	Acigne,Acigné		FR	53	35	353	35001	6645	Europe/Paris
6452271	Amanlis	amanlis	Amanlis		FR	53	35	351	35002	1703	Europe/Paris
6452272	Andouillé-Neuville	andouille-neuville	Andoliacum,Andolieg-Kernevez,Andue-Nevil',Anduje Nevil,ang du ye ne wei er,Андуе-Невиль,Андує-Невіль,Андује Невил,昂杜耶讷维尔		FR	53	35	353	35003	878	Europe/Paris
6452273	Val-Couesnon	val-couesnon	Val-Couesnon		FR	53	35	351	35004	4214	Europe/Paris
6452274	Arbrissel	arbrissel	Arbrissel		FR	53	35	351	35005	303	Europe/Paris
6452275	Argentré-du-Plessis	argentre-du-plessis	Argentre-du-Plessis,Argentré-du-Plessis		FR	53	35	351	35006	4344	Europe/Paris
6452276	Aubigné	aubigne	Albiniacum,Aubigne,Aubigné,Elvinieg,Obin'e,Obine,ou bi nie,Обинье,Обиње,Обіньє,欧比涅		FR	53	35	353	35007	479	Europe/Paris
6452277	Availles-sur-Seiche	availles-sur-seiche	Availles-sur-Seiche		FR	53	35	351	35008	685	Europe/Paris
6452279	Aize	aize	Aize		FR	24	36	364	36002	115	Europe/Paris
6452280	Ambrault	ambrault	Ambrault		FR	24	36	364	36003	899	Europe/Paris
6452281	Anjouin	anjouin	Anjouin		FR	24	36	364	36004	334	Europe/Paris
6452282	Ardentes	ardentes			FR	24	36	362	36005	3866	Europe/Paris
6452283	Argenton-sur-Creuse	argenton-sur-creuse	Argenton-sur-Creuse		FR	24	36	362	36006	4940	Europe/Paris
6452284	Argy	argy	Arzhi,a er ji,Аржи,Аржі,阿尔吉		FR	24	36	362	36007	607	Europe/Paris
6452285	Ambillou	ambillou	Ambillou		FR	24	37	371	37002	1816	Europe/Paris
6452286	Amboise	amboise			FR	24	37	373	37003	12761	Europe/Paris
6452287	Anché	anche	Anshe,Onshe,anchy  ayndr-at-lwar,ang xie,Анше,Онше,انچی، ایندر-ات-لوار,昂谢		FR	24	37	371	37004	415	Europe/Paris
6452288	Artannes-sur-Indre	artannes-sur-indre	Artannes-sur-Indre		FR	24	37	372	37006	2621	Europe/Paris
6452289	Athée-sur-Cher	athee-sur-cher	Ate sir Sher,Ate-sjur-Sher,Athee-sur-Cher,Athée-sur-Cher,xie he pan a tai ai,Ате сир Шер,Ате-сюр-Шер,谢河畔阿泰埃		FR	24	37	373	37008	2668	Europe/Paris
6452290	Ambel	ambel			FR	84	38	381	38008	25	Europe/Paris
6452291	Abergement-la-Ronce	abergement-la-ronce	Abergement-la-Ronce		FR	27	39	391	39001	845	Europe/Paris
6452292	Abergement-le-Grand	abergement-le-grand	Abergement-le-Grand,Aberzheman le Gran,Aberzhman-le-Gran,abrjmnt-lw-grand,da a bei er re mang,Абержеман ле Гран,Абержман-ле-Гран,ابرجمنت-لو-گراند,大阿贝尔热芒		FR	27	39	391	39002	56	Europe/Paris
6452293	Abergement-le-Petit	abergement-le-petit	Aberzhman-le-Peti,Aperzheman le Pti,abrjmnt-lw-ptyt,xiao a bei er re mang,Абержман-ле-Петі,Апержеман ле Пти,ابرجمنت-لو-پتیت,小阿贝尔热芒		FR	27	39	391	39003	38	Europe/Paris
6452294	Abergement-lès-Thésy	abergement-les-thesy	Abergement-les-Thesy,Abergement-lès-Thésy,Aberzheman le Tezi,Aberzhman-le-Tezi,a bei er re mang lai tai xi,abrjmnt-ly-tsy,Абержеман ле Тези,Абержман-ле-Тезі,ابرجمنت-لی-تسی,阿贝尔热芒莱泰西		FR	27	39	391	39004	63	Europe/Paris
6452295	Aiglepierre	aiglepierre	Aiglepierre,Egleperr,Eglpjer,ai ge lei pi ye er,ayglpyr,Еглепєрр,Еглпјер,ایگلپیر,艾格勒皮耶尔		FR	27	39	391	39006	426	Europe/Paris
6452296	Alièze	alieze	Al'ez,Alieze,Alijez,Alièze,a li ye ci,alyz,Алијез,Альєз,الیز,阿利耶兹		FR	27	39	392	39007	153	Europe/Paris
6452297	Amange	amange	Amange,Amanzh,a mang ge,amang,Аманж,امانگ,阿芒格		FR	27	39	391	39008	427	Europe/Paris
6452298	Aire-sur-l'Adour	aire-sur-l-adour	Aire-sur-l'Adour		FR	75	40	402	40001	6114	Europe/Paris
6452299	Amou	amou	Amor,Amu,a mu,amw  lands,Аму,امو، لاندس,阿穆		FR	75	40	401	40002	1541	Europe/Paris
6452300	Angoumé	angoume	Angoume,Angoumé,Angume,En Gomer,En Gomèr,Engomer,Engomèr,Ongume,ang gu mei,Ангуме,Онгуме,昂古梅		FR	75	40	401	40003	283	Europe/Paris
6452301	Angresse	angresse	Angress,Angressa,Angresse,Ongres,ang ge lei si,Ангресс,Онгрес,昂格雷斯		FR	75	40	401	40004	1994	Europe/Paris
6452302	Arboucave	arboucave	Arbocava,Arboucave,Arbukav,a er bu ka fu,Арбукав,阿尔布卡夫		FR	75	40	402	40005	201	Europe/Paris
6452303	Arengosse	arengosse	Arangos,Arangoss,Arangossa,Arangòssa,Arengosse,a lang ge si,Арангос,Арангосс,阿朗戈斯		FR	75	40	402	40006	691	Europe/Paris
6452304	Argelouse	argelouse	Argelosa,Argelouse,Arzheluz,a er re lu si,Аржелуз,阿尔热卢斯		FR	75	40	402	40008	89	Europe/Paris
6452305	Ambloy	ambloy	Ambloy		FR	24	41	412	41001	182	Europe/Paris
6452306	Areines	areines	Aren,a lei nei,Арен,阿雷内		FR	24	41	412	41003	616	Europe/Paris
6452307	Artins	artins	Arten,a er tan,Артен,阿尔坦		FR	24	41	412	41004	264	Europe/Paris
6452309	Autainville	autainville	Autainville		FR	24	41	411	41006	440	Europe/Paris
6452310	Avaray	avaray	Avaray		FR	24	41	411	41008	736	Europe/Paris
6452311	Aboën	aboen	Aboen,Aboën		FR	84	42	421	42001	435	Europe/Paris
6452312	Ailleux	ailleux	Ailleux		FR	84	42	421	42002	158	Europe/Paris
6452313	Ambierle	ambierle	Ambierle		FR	84	42	422	42003	1905	Europe/Paris
6452315	Apinac	apinac	Apinac		FR	84	42	421	42006	419	Europe/Paris
6452316	Arcinges	arcinges	Arcinges,Arsenzh,a er sang re,Арсенж,阿尔桑热		FR	84	42	422	42007	209	Europe/Paris
6452317	Arcon	arcon	Arkon,a er kong,Аркон,阿尔孔		FR	84	42	422	42008	109	Europe/Paris
6452318	Agnat	agnat			FR	84	43	431	43001	187	Europe/Paris
6452319	Allègre	allegre	Allegre,Allègre		FR	84	43	432	43003	929	Europe/Paris
6452320	Alleyrac	alleyrac			FR	84	43	432	43004	116	Europe/Paris
6452321	Alleyras	alleyras			FR	84	43	432	43005	164	Europe/Paris
6452322	Araules	araules	Araules		FR	84	43	433	43007	597	Europe/Paris
6452323	Arlempdes	arlempdes	Arlempdes		FR	84	43	432	43008	134	Europe/Paris
6452324	Abbaretz	abbaretz	Abbaretz		FR	52	44	445	44001	2068	Europe/Paris
6452325	Aigrefeuille-sur-Maine	aigrefeuille-sur-maine	Aigrefeuille-sur-Maine		FR	52	44	442	44002	3763	Europe/Paris
6452328	Chaumes-en-Retz	chaumes-en-retz	Chaumes-en-Retz		FR	52	44	443	44005	6691	Europe/Paris
6452329	Assérac	asserac			FR	52	44	443	44006	1797	Europe/Paris
6452330	Avessac	avessac	Avesak,Avessac,Avezeg,Avssak,a wei sa ke,avu~esakku,Авесак,Авссак,アヴェサック,阿韦萨克		FR	52	44	445	44007	2501	Europe/Paris
6452332	Adon	adon	Adon,a dong,adan  lwyrt,Адон,ادان، لویرت,阿东		FR	24	45	451	45001	228	Europe/Paris
6452333	Aillant-sur-Milleron	aillant-sur-milleron	Aillant-sur-Milleron		FR	24	45	451	45002	399	Europe/Paris
6452334	Andonville	andonville	Andonville		FR	24	45	453	45005	235	Europe/Paris
6452335	Ardon	ardon	Ardon,a er dong,Ардон,阿尔东		FR	24	45	452	45006	1156	Europe/Paris
6452336	Artenay	artenay	Artenay		FR	24	45	452	45008	1859	Europe/Paris
6452337	Albas	albas	Al'bas,Alba,Albars,Albas,Albàs,a er ba,albas  lat,Алба,Альбас,الباس، لات,阿尔巴		FR	76	46	461	46001	525	Europe/Paris
6452338	Alvignac	alvignac	Alvignac		FR	76	46	463	46003	735	Europe/Paris
6452339	Anglars-Juillac	anglars-juillac	Anglar-Zhuijak,Anglars e Julhac,Anglars-Juillac,Onglar-Zhuijak,ang ge la er rui yi la ke,Англар-Жуіяк,Онглар-Жуијак,昂格拉尔瑞伊拉克		FR	76	46	461	46005	322	Europe/Paris
6452340	Anglars-Nozac	anglars-nozac	Anglar-Nozak,Anglars e Nosac,Anglars-Nozac,Onglar-Nozak,ang ge la er nuo zha ke,Англар-Нозак,Онглар-Нозак,昂格拉尔诺扎克		FR	76	46	463	46006	353	Europe/Paris
6452341	Arcambal	arcambal	Arcambald,Arkambal,Arkambal',a er kang ba,Аркамбал,Аркамбаль,阿尔康巴		FR	76	46	461	46007	997	Europe/Paris
6452342	Agen	agen	Agen		FR	75	47	471	47001	33569	Europe/Paris
6452343	Agmé	agme	Agme,Agmer,Agmèr,Agmé,a ge mei,agmh,Агме,اگمه,اگمے,阿格梅		FR	75	47	472	47002	104	Europe/Paris
6452345	Aiguillon	aiguillon	Agulhon,Aiguillon,Egijon,ai ji yong,aygwylwn  lat-a-garwn,egyuiyon,Егијон,Егійон,ایگویلون، لات-ا-گارون,エギュイヨン,艾吉永		FR	75	47	471	47004	4367	Europe/Paris
6452346	Allemans-du-Dropt	allemans-du-dropt	Alamans,Alamans de Drot,Alamans de Dròt,Alleman-dju-Dro,Allemans-du-Dropt,Alman di Dro,a lai mang di de luo pu,alymanz-dw-drap,Аллеман-дю-Дро,Алман ди Дро,الیمانز-دو-دراپ,阿莱芒迪德罗普		FR	75	47	472	47005	496	Europe/Paris
6452347	Allez-et-Cazeneuve	allez-et-cazeneuve	Ales e Casanava,Alez e Kaznev,Alle-e-Kaznev,Allez-et-Cazeneuve,Alés e Casanava,a lai he ka ze na fu,alyz-at-kaznw,Алез е Казнев,Алле-е-Казнев,الیز-ات-کازنو,阿莱和卡泽纳夫		FR	75	47	473	47006	578	Europe/Paris
6452348	Allons	allons	Allon,Allons,Alon,a long,alwnz  lat-at-garwn,Аллон,Алон,الونز، لات-ات-گارون,阿隆		FR	75	47	474	47007	164	Europe/Paris
6452349	Ambrus	ambrus	Ambrjus,Ambrus,Ambrús,Ombru,ambras  lat-at-garwn,ang bu lu,Амбрюс,Омбру,امبراس، لات-ات-گارون,昂布吕		FR	75	47	474	47008	112	Europe/Paris
6452350	Albaret-le-Comtal	albaret-le-comtal	Al'bare-le-Kontal',Albare le Kontal,Albaret-le-Comtal,Aubaret lo Comtal,a er ba lei lei kong ta,albarh-lw-kntal,Албаре ле Контал,Альбаре-ле-Конталь,آلباره-لو-کنتال,阿尔巴雷勒孔塔		FR	76	48	482	48001	172	Europe/Paris
6452351	Albaret-Sainte-Marie	albaret-sainte-marie	Al'bare-Sent-Mari,Albare Sen Mari,Albaret-Sainte-Marie,Aubaret,a er ba lei sheng ma li,albart-sant-mary,Албаре Сен Мари,Альбаре-Сент-Мари,Альбаре-Сент-Марі,البارت-سانت-ماری,阿尔巴雷圣玛丽		FR	76	48	482	48002	571	Europe/Paris
6452352	Allenc	allenc	Alan,Alenc,Allank,Allenc,a lang ke,alns,Алан,Алланк,النس,阿朗克		FR	76	48	482	48003	234	Europe/Paris
6452353	Altier	altier	Al't'e,Altier,Altièr,Altje,a er di e er,altyr,Алтје,Альтье,Альтьє,التیر,阿爾蒂厄爾		FR	76	48	482	48004	204	Europe/Paris
6452354	Antrenas	antrenas	Antrenas		FR	76	48	482	48005	334	Europe/Paris
6452355	Arzenc-d'Apcher	arzenc-d-apcher	Arzenc-d'Apcher		FR	76	48	482	48007	50	Europe/Paris
6452356	Arzenc-de-Randon	arzenc-de-randon	Arzan de Randon,Arzank-de-Randon,Arzenc de Randon,a er cang ke de lang dong,Арзан де Рандон,Арзанк-де-Рандон,阿尔藏克德朗东		FR	76	48	482	48008	207	Europe/Paris
6452357	Tuffalun	tuffalun	Tuffalun		FR	52	49	493	49003	1774	Europe/Paris
6452361	Angers	angers	Angers		FR	52	49	491	49007	151229	Europe/Paris
6452362	Angrie	angrie	Angrie		FR	52	49	494	49008	947	Europe/Paris
6452363	Agneaux	agneaux	Agneaux		FR	28	50	504	50002	4010	Europe/Paris
6452365	Airel	airel	Airel		FR	28	50	504	50004	541	Europe/Paris
6452366	Amigny	amigny	Amin'i,Amini,amygny,Аминьи,Амињи,Аміньї,امیگنی		FR	28	50	504	50006	143	Europe/Paris
6452368	Ablancourt	ablancourt	Ablancourt		FR	44	51	514	51001	162	Europe/Paris
6452369	Saint-Martin-d'Ablois	saint-martin-d-ablois	Saint-Martin-d'Ablois		FR	44	51	512	51002	1438	Europe/Paris
6452370	Aigny	aigny			FR	44	51	511	51003	274	Europe/Paris
6452371	Allemanche-Launay-et-Soyer	allemanche-launay-et-soyer	Al'mansh-Lone-e-Suae,Almansh Lonej e Soaje,a lai mang she-luo nai he su wa ai,alymanchy-laywnay-at-swyr,Алманш Лонеј е Соаје,Альманш-Лоне-е-Суає,الیمانچی-لائونای-ات-سویر,阿莱芒舍-洛奈和苏瓦埃		FR	44	51	512	51004	107	Europe/Paris
6452372	Allemant	allemant	Al'man,Allemant,Alman,a lai mang,alymant  marn,Алман,Альман,الیمانت، مارن,阿莱芒		FR	44	51	512	51005	159	Europe/Paris
6452373	Alliancelles	alliancelles	Alliancelles		FR	44	51	514	51006	140	Europe/Paris
6452374	Ambonnay	ambonnay	Ambonnay,Ambonne,Ombone,ambwnay,ang bo nai,Амбонне,Омбоне,امبونای,昂博奈		FR	44	51	512	51007	976	Europe/Paris
6452375	Ambrières	ambrieres	Ambrier,Ambrieres,Ambrijer,Ambrières,Anbrieres,Anbrières,ambryrz,ang bu li ai,Амбријер,Амбрієр,امبریرز,昂布里埃		FR	44	51	514	51008	227	Europe/Paris
6452376	Ageville	ageville	Ageville		FR	44	52	521	52001	309	Europe/Paris
6452377	Aigremont	aigremont			FR	44	52	522	52002	18	Europe/Paris
6452379	Aingoulaincourt	aingoulaincourt			FR	44	52	523	52004	13	Europe/Paris
6452380	Aizanville	aizanville	Aizanville		FR	44	52	521	52005	33	Europe/Paris
6452381	Allichamps	allichamps	Alishan,Allisham,a li shang pu,alychamps,Алишан,Аллішам,الیچامپس,阿利尚普		FR	44	52	523	52006	343	Europe/Paris
6452382	Ambonville	ambonville	Ambonville		FR	44	52	523	52007	79	Europe/Paris
6452383	Ahuillé	ahuille	Ahuille,Ahuillé		FR	52	53	532	53001	1812	Europe/Paris
6452384	Alexain	alexain	Alexain		FR	52	53	533	53002	599	Europe/Paris
6452386	Andouillé	andouille	Andouille,Andouillé		FR	52	53	533	53005	2281	Europe/Paris
6452388	Argentré	argentre	Argentre,Argentré		FR	52	53	532	53007	2782	Europe/Paris
6452389	Aron	aron	Aron,Арон		FR	52	53	533	53008	1788	Europe/Paris
6452390	Abbéville-lès-Conflans	abbeville-les-conflans	Abbevil'-le-Konflan,Abbeville-les-Conflans,Abbéville-lès-Conflans,Abevil le Konflan,a bei wei er lai kong fu lang,abwyl-l-kanflans,Аббевиль-ле-Конфлан,Аббевіль-ле-Конфлан,Абевил ле Конфлан,ابویل-ل-کانفلانس,阿贝维尔莱孔夫朗		FR	44	54	541	54002	223	Europe/Paris
6452391	Affléville	affleville	Afflevil',Affleville,Affléville,Aflevil,a fu lai wei er,Афлевил,Аффлевиль,Аффлевіль,阿夫莱维尔		FR	44	54	541	54004	179	Europe/Paris
6452392	Affracourt	affracourt	Affracourt,Affrakur,Afrakur,a fu la ku er,Афракур,Аффракур,阿夫拉库尔		FR	44	54	543	54005	110	Europe/Paris
6452393	Agincourt	agincourt	Agincourt		FR	44	54	543	54006	438	Europe/Paris
6452394	Aingeray	aingeray	Aingeray,Ehnzhere,Enzhere,an re lai,ayngry,Енжере,Энжере,اینگری,安热赖		FR	44	54	544	54007	554	Europe/Paris
6452395	Allain	allain	Allain		FR	44	54	544	54008	474	Europe/Paris
6452396	Abainville	abainville			FR	44	55	552	55001	305	Europe/Paris
6452397	Aincreville	aincreville	Aincreville,Enkrevil',Enkrvil,an ke lei wei er,aynsrwyl,Енкрвил,Енкревиль,Енкревіль,اینسرویل,安克勒维尔		FR	44	55	553	55004	71	Europe/Paris
6452398	Amanty	amanty	Amanti,Amanty,a mang di,Аманти,Аманті,阿芒蒂		FR	44	55	552	55005	42	Europe/Paris
6452399	Ambly-sur-Meuse	ambly-sur-meuse	Ambli sir Mez,Ambli-sjur-Mez,Ambly-sur-Meuse,ambly-sw-myws,mo si he pan ang bu li,Амбли сир Мез,Амбли-сюр-Мез,Амблі-сюр-Мез,امبلی-سو-مئوس,默斯河畔昂布利		FR	44	55	553	55007	255	Europe/Paris
6452400	Allaire	allaire	Alaer,Alair plebs,Aler,Allaire,Aller,a lai er,alayr  mrbyhan,Алер,Аллер,الایر، مربیهان,阿莱尔		FR	53	56	563	56001	3841	Europe/Paris
6452401	Ambon	ambon	Ambon,Ambon insula,Ombon,ambwn  mwrbyhan,ang bang,Амбон,Омбон,امبون، موربیهان,昂邦		FR	53	56	563	56002	1822	Europe/Paris
6452402	Arradon	arradon	Arradon		FR	53	56	563	56003	5369	Europe/Paris
6452403	Arzal	arzal	Arzal,Arzal',Arzhal,a er zha,Арзал,Арзаль,阿尔扎		FR	53	56	563	56004	1631	Europe/Paris
6452404	Arzon	arzon	Arzhon-Rewiz,Arzo,Arzon,a er zong,aruzon,Арзон,アルゾン,阿尔宗		FR	53	56	563	56005	2085	Europe/Paris
6452405	Augan	augan	Augan		FR	53	56	563	56006	1560	Europe/Paris
6452406	Auray	auray	Auray		FR	53	56	561	56007	13667	Europe/Paris
6452408	Abreschviller	abreschviller	Abreschviller		FR	44	57	575	57003	1442	Europe/Paris
6452409	Achain	achain	Achain,Ashen,a shang,ashn,Ашен,آشن,阿尚		FR	44	57	575	57004	83	Europe/Paris
6452410	Achen	achen	Achen,Ashan,a shang,akn mwzl,Ашан,اکن موزل,阿尚		FR	44	57	576	57006	1007	Europe/Paris
6452411	Adaincourt	adaincourt	Adenkur,a dan ku er,adnkwr,Аденкур,آدنکور,阿丹库尔		FR	44	57	573	57007	127	Europe/Paris
6452412	Adelange	adelange	Adelange		FR	44	57	573	57008	210	Europe/Paris
6452413	Achun	achun	Achun,Ashen,Escadunum,a shang,achwn,Ашен,اچون,阿尚		FR	27	58	581	58001	159	Europe/Paris
6452414	Alligny-Cosne	alligny-cosne	Alini Kon,Alligny-Cosne,Allin'i-Kon,Elignacus,a li ni ke si en,alygny-kasn,alyny-ksn,Алињи Кон,Аллиньи-Кон,Алліньї-Кон,آلینی-کسن,الیگنی-کاسن,阿利尼科斯恩		FR	27	58	584	58002	879	Europe/Paris
6452415	Alligny-en-Morvan	alligny-en-morvan	Alligny-en-Morvan		FR	27	58	581	58003	615	Europe/Paris
6452416	Alluy	alluy	Alij,Alljui,Alluy,Alvisiacum,a lu yi,Алиј,Аллюи,Аллюї,阿吕伊		FR	27	58	581	58004	389	Europe/Paris
6452417	Amazy	amazy	Amazi,a ma qi,amazy,Амази,Амазі,امازی,阿马齐		FR	27	58	582	58005	230	Europe/Paris
6452418	Anlezy	anlezy	Anlesiacum,Anlezi,Anlezy,Onlezi,ang lei qi,Анлези,Анлезі,Онлези,昂勒齐		FR	27	58	583	58006	255	Europe/Paris
6452419	Anthien	anthien	Ant'jan,Anthien,Antjen,Antonium,ang di an,Антьян,Антјен,昂蒂安		FR	27	58	582	58008	182	Europe/Paris
6452420	Abancourt	abancourt	Abancourt,Abankur,a bang ku er,abankwrt  nwrd,Абанкур,آبانکورت، نورد,阿邦库尔		FR	32	59	592	59001	461	Europe/Paris
6452421	Abscon	abscon	Abscon		FR	32	59	596	59002	4440	Europe/Paris
6452422	Aibes	aibes	Aibes		FR	32	59	591	59003	374	Europe/Paris
6452423	Allennes-les-Marais	allennes-les-marais	Allennes-les-Marais		FR	32	59	595	59005	3462	Europe/Paris
6452424	Amfroipret	amfroipret	Amfroipret,Amfruapre,Omfroapre,amfrwyprt,ang fu lu wa pu lei,Амфруапре,Омфроапре,امفرویپرت,昂夫鲁瓦普勒		FR	32	59	591	59006	228	Europe/Paris
6452425	Anhiers	anhiers	An'e,Anhiers,Anije,ang ye,Аније,Анье,Аньє,昂耶		FR	32	59	593	59007	904	Europe/Paris
6452426	Aniche	aniche	Aniche,Anish,a ni shen,Аниш,Аніш,阿尼什		FR	32	59	593	59008	10303	Europe/Paris
6452427	Abbeville-Saint-Lucien	abbeville-saint-lucien	Abbeville-Saint-Lucien		FR	32	60	602	60003	483	Europe/Paris
6452428	Achy	achy	Achy,Ashi,a xi,achy  awyz,Аши,Аші,اچی، اویز,阿希		FR	32	60	601	60004	400	Europe/Paris
6452429	Acy-en-Multien	acy-en-multien			FR	32	60	604	60005	842	Europe/Paris
6452430	Agnetz	agnetz	An'e,Anec,Lamb,agntz  awyyz,agntz  awyz,Аньє,Ањец,اگنتز، آویز,اگنتز، اوئیز		FR	32	60	602	60007	3050	Europe/Paris
6452431	Airion	airion			FR	32	60	602	60008	416	Europe/Paris
6452432	Alençon	alencon	Alencon,Alençon		FR	28	61	611	61001	26129	Europe/Paris
6452433	Almenêches	almeneches	Al'menesh,Almenesh,a er mei nei xie,almnchz,Алменеш,Альменеш,المنچز,阿尔梅内谢		FR	28	61	611	61002	713	Europe/Paris
6453566	Saint-Antonin	saint-antonin	Saint-Antonin		FR	93	06	062	06115	95	Europe/Paris
6452435	Appenai-sous-Bellême	appenai-sous-belleme	Appenai-sous-Belleme,Appenai-sous-Bellême		FR	28	61	613	61005	271	Europe/Paris
6452436	Argentan	argentan	Argentan		FR	28	61	612	61006	13866	Europe/Paris
6452437	Ablain-Saint-Nazaire	ablain-saint-nazaire			FR	32	62	627	62001	1784	Europe/Paris
6452438	Ablainzevelle	ablainzevelle			FR	32	62	621	62002	216	Europe/Paris
6452439	Acheville	acheville	Acheville		FR	32	62	627	62003	638	Europe/Paris
6452440	Achicourt	achicourt	Achicourt		FR	32	62	621	62004	7678	Europe/Paris
6452441	Achiet-le-Grand	achiet-le-grand	Achiet-le-Grand		FR	32	62	621	62005	997	Europe/Paris
6452443	Acq	acq			FR	32	62	621	62007	752	Europe/Paris
6452444	Aigueperse	aigueperse	Aigaparsa,Aigueperse,Egepers,Egpers,Guiparsa,ai gai pei er si,aygwprs  pwy-dw-dam,eguperusu,Егеперс,Егперс,ایگوپرس، پوی-دو-دام,エグペルス,艾盖佩尔斯		FR	84	63	634	63001	2720	Europe/Paris
6452445	Aix-la-Fayette	aix-la-fayette	Ais e la Faiola,Ais e la Faiòla,Ais la Faieta,Aix-la-Fayette,Eks la Fajet,Eks-la-Faett,ai ke si la fei ai te,ayks-la-fayt,ekusu=ra=faietto,Екс ла Фајет,Екс-ла-Фаетт,Екс-ла-Фаєтт,ایکس-لا-فایت,エクス＝ラ＝ファイエット,艾克斯拉费埃特		FR	84	63	631	63002	91	Europe/Paris
6452446	Ambert	ambert	Ambert		FR	84	63	631	63003	6707	Europe/Paris
6452447	Antoingt	antoingt			FR	84	63	633	63005	392	Europe/Paris
6452450	Arconsat	arconsat	Arconcac,Arconsat,Arconçac,Arkonsa,a er kong sa,Арконса,阿尔孔萨		FR	84	63	635	63008	613	Europe/Paris
6452451	Aast	aast	Aas,Aast,Ast,ast  pyrns-atlantyk,Аас,Ааст,Аст,آست، پیرنس-آتلانتیک,آسٹ، پائیرینیس۔اٹلاٹیکیوس		FR	75	64	643	64001	177	Europe/Paris
6452452	Abidos	abidos	Abido,Abidos,Avidos,Avidòs,a bi duo,abydas  pyrns-atlantyks,Абидо,Абидос,Абідос,ابیداس، پیرنس-اتلانتیکس,阿比多		FR	75	64	643	64003	232	Europe/Paris
6452453	Abitain	abitain			FR	75	64	642	64004	97	Europe/Paris
6452454	Accous	accous	Accous		FR	75	64	642	64006	463	Europe/Paris
6452455	Agnos	agnos			FR	75	64	642	64007	1001	Europe/Paris
6452456	Ahaxe-Alciette-Bascassan	ahaxe-alciette-bascassan	Ahatsa-Altzieta-Bazkazane,Ahaxe-Alciette-Bascassan		FR	75	64	641	64008	274	Europe/Paris
6452457	Adast	adast	Adast		FR	76	65	651	65001	292	Europe/Paris
6452458	Adé	ade	Ade,Ader,Adèr,Adé,a dai,Аде,阿代		FR	76	65	651	65002	801	Europe/Paris
6452459	Agos-Vidalos	agos-vidalos	Ago Vidalo,Agos e Vidalos,Agos-Vidalos,Agòs e Vidalòs,a ge wei da luo,agws-wdalws,agws-wydalas,Аго Видало,Агос-Видалос,Агос-Відалос,اگوس-ودالوس,اگوس-ویدالاس,阿戈维达洛		FR	76	65	651	65004	425	Europe/Paris
6452460	Allier	allier	Al'e,Alier,Alije,Alièr,Allie,Allier,a li ye,alyr  ats-pyrnys,Алије,Алье,Альє,الیر، اتس-پیرنیس,阿利耶		FR	76	65	653	65005	400	Europe/Paris
6452461	Ancizan	ancizan	Ancizan		FR	76	65	652	65006	274	Europe/Paris
6452462	Andrest	andrest	Andrest		FR	76	65	653	65007	1395	Europe/Paris
6452463	Alénya	alenya	Alen'ja,Alenija,Alenya,Alenyà,Alénya,a lai ni a,alynya,Аленија,Аленья,الینیا,阿莱尼阿		FR	76	66	661	66002	3534	Europe/Paris
6452464	Amélie-les-Bains-Palalda	amelie-les-bains-palalda	Amelie-les-Bains-Palalda,Amélie-les-Bains-Palalda,els Banys d'Arles i Palalda,els Banys d'Arles i Palaldà		FR	76	66	661	66003	3482	Europe/Paris
6452465	Ansignan	ansignan	Ansignan,Ansinhan,Ansinya,Ansinyà		FR	76	66	663	66006	167	Europe/Paris
6452466	Arboussols	arboussols	Arbocols,Arbossols,Arbossòls,Arboussols,Arboçols,Arbusol,Arbussol',a er bu suo er,Арбусол,Арбуссоль,阿尔布索尔		FR	76	66	663	66007	115	Europe/Paris
6452467	Achenheim	achenheim	Achenheim		FR	44	67	678	67001	2082	Europe/Paris
6452468	Adamswiller	adamswiller	Adamswiller		FR	44	67	674	67002	377	Europe/Paris
6452469	Albé	albe	Albe,Albé		FR	44	67	675	67003	456	Europe/Paris
6452470	Sommerau	sommerau	Sommerau		FR	44	67	674	67004	1515	Europe/Paris
6452471	Alteckendorf	alteckendorf	Alteckendorf		FR	44	67	674	67005	884	Europe/Paris
6452472	Altenheim	altenheim	Altenheim		FR	44	67	674	67006	210	Europe/Paris
6452473	Altorf	altorf	Altorf		FR	44	67	673	67008	1273	Europe/Paris
6452474	Algolsheim	algolsheim	Al'gol'sajm,Algolsheim,Algolskhajm,a er ge er sang,alglshaym,Алголсхајм,Альгольсайм,الگلشایم,阿尔戈尔桑		FR	44	68	682	68001	1147	Europe/Paris
6452475	Altenach	altenach	Al'tenak,Al'tenakh,Altenakh,a er te na ke,altnak,Алтенах,Альтенак,Альтенах,آلتناک,阿尔特纳克		FR	44	68	681	68002	386	Europe/Paris
6452476	Altkirch	altkirch	Altkirch		FR	44	68	681	68004	5775	Europe/Paris
6452477	Ammerschwihr	ammerschwihr	Ammerschwihr		FR	44	68	682	68005	1799	Europe/Paris
6452478	Bernwiller	bernwiller	Amercviler,Ammercviller,Ammertzwiller,Ammerzviller,Ammerzweiler,Bernwiller,a mei er ci wei lai,amrzwylr,Амерцвилер,Аммерзвиллер,Аммерзвіллер,Аммерцвиллер,آمرزویلر,阿梅尔兹维莱		FR	44	68	681	68006	1172	Europe/Paris
6452479	Andolsheim	andolsheim	Andol'sajm,Andolsheim,Ondolshem,ang duo er sang,Андольсайм,Ондолшем,昂多尔桑		FR	44	68	682	68007	2180	Europe/Paris
6452480	Appenwihr	appenwihr	Appenwihr		FR	44	68	682	68008	568	Europe/Paris
6452483	Alix	alix	Ali,Aliks,Alix,alyks  ran,Аликс,Алі,الیکس، ران		FR	84	69	692	69004	758	Europe/Paris
6452484	Amplepuis	amplepuis	Amplepuis		FR	84	69	692	69006	5024	Europe/Paris
6452485	Ampuis	ampuis	Ampuis		FR	84	69	691	69007	2712	Europe/Paris
6452486	Ancy	ancy	Ansi,Onsi,Ансі,Онси		FR	84	69	692	69008	628	Europe/Paris
6452487	Abelcourt	abelcourt	Abel'kur,Abelcourt,Abelkur,ablkwr,Абелкур,Абелькур,آبلکور		FR	27	70	701	70001	352	Europe/Paris
6452488	Achey	achey	Achey,Ashe,ashh,Аше,آشه		FR	27	70	702	70003	71	Europe/Paris
6452489	Aillevans	aillevans	Ajvan,aywan  fransh,Айван,Ајван,ایوان، فرانسه		FR	27	70	701	70005	154	Europe/Paris
6452490	Aillevillers-et-Lyaumont	aillevillers-et-lyaumont	Ajvijers et Liomon,Ajville-e-Liomon,Ajviller-eh-Liomon,aylwylrz-a-layamwnt,Айвиллер-э-Лиомон,Айвілле-е-Ліомон,Ајвијерс ет Лиомон,ایلویلرز-ا-لایامونت		FR	27	70	701	70006	1579	Europe/Paris
6452491	Ailloncourt	ailloncourt	Ailloncourt,Ajonkur,aylwnkwrt,Айонкур,Ајонкур,ایلونکورت		FR	27	70	701	70007	304	Europe/Paris
6452492	Ainvelle	ainvelle	Ehnvel',Envel,Envel',aynwl  at-sawn,Енвел,Енвель,Энвель,اینول، ات-ساون		FR	27	70	701	70008	148	Europe/Paris
6452493	Allériot	alleriot	Alerio,Alleriot,Allerjo,Allériot,alyrywt,Алерио,Аллерйо,الیریوت		FR	27	71	712	71004	1139	Europe/Paris
6452494	Aluze	aluze	Aliz,Aljuz,Aluze,alwz,Ализ,Алюз,الوز		FR	27	71	712	71005	251	Europe/Paris
6452495	Amanzé	amanze	Amanze,Amanzé,Emaus,amanzyy,Аманзе,امانزیی		FR	27	71	713	71006	177	Europe/Paris
6452496	Ameugny	ameugny	Amen'i,Ameni,Ameugny,amwgny,Аменьи,Аменьї,Амењи,اموگنی		FR	27	71	715	71007	170	Europe/Paris
6452497	Anglure-sous-Dun	anglure-sous-dun	Anglure-sous-Dun		FR	27	71	713	71008	158	Europe/Paris
6452498	Aigné	aigne	Agnacium,Aigne,Aigné,En'e,Ene,aygnh,Еньє,Ење,ایگنه		FR	52	72	723	72001	1631	Europe/Paris
6452499	Ancinnes	ancinnes	Ancinnes,Ansin,Ansinn,ansyns,Ансин,Ансінн,انسینس		FR	52	72	722	72005	961	Europe/Paris
6452500	Arçonnay	arconnay	Arconnay,Arsone,Arsonne,Arçonnay,Арсоне,Арсонне		FR	52	72	722	72006	1841	Europe/Paris
6452501	Ardenay-sur-Mérize	ardenay-sur-merize	Ardenay-sur-Merize,Ardenay-sur-Mérize		FR	52	72	722	72007	480	Europe/Paris
6452502	Arnage	arnage	Arnage,Arnazh,Арнаж		FR	52	72	723	72008	5251	Europe/Paris
6452503	Aiguebelette-le-Lac	aiguebelette-le-lac	Aiguebelette-le-Lac		FR	84	73	732	73001	239	Europe/Paris
6452505	Grand-Aigueblanche	grand-aigueblanche	Grand-Aigueblanche		FR	84	73	731	73003	3813	Europe/Paris
6452506	Aillon-le-Jeune	aillon-le-jeune	Aillon-le-Jeune		FR	84	73	732	73004	435	Europe/Paris
6452507	Aillon-le-Vieux	aillon-le-vieux	Aillon-le-Vieux		FR	84	73	732	73005	178	Europe/Paris
6452508	Aime-la-Plagne	aime-la-plagne	Aime-la-Plagne		FR	84	73	731	73006	4431	Europe/Paris
6452509	Aiton	aiton	Aito,Aiton,Eton,aytwn  sawa,Етон,ایتون، ساوا		FR	84	73	733	73007	1686	Europe/Paris
6452510	Aix-les-Bains	aix-les-bains	Aix-le-Bain,Aix-les-Bains,Aquae Sabaudiae,Ehks-le-Ben,Eks le Ben,Eks le Benas,Eks-le-Ben,Ex-los-Bens,aks lbn,ekusu=re=ban,Èx-los-Bens,Αιξ-λε-Μπαιν,Екс ле Бен,Екс-ле-Бен,Экс-ле-Бен,אקס לה בן,اکس لبن,エクス＝レ＝バン		FR	84	73	732	73008	29799	Europe/Paris
6452511	Abondance	abondance			FR	84	74	744	74001	1408	Europe/Paris
6452512	Alex	alex	Aleks,Alex,alks  awt-sawy,Алекс,الکس، اوت-ساوی		FR	84	74	741	74003	1052	Europe/Paris
6452513	Allèves	alleves	Alleves,Allèves		FR	84	74	741	74004	409	Europe/Paris
6452514	Allinges	allinges	Allinges		FR	84	74	744	74005	4433	Europe/Paris
6452515	Allonzier-la-Caille	allonzier-la-caille	Allonzier-la-Caille		FR	84	74	743	74006	2042	Europe/Paris
6452516	Amancy	amancy	Amanci,Amancy,Amansi,Amantia,Аманси,Амансі		FR	84	74	742	74007	2579	Europe/Paris
6452517	Allouville-Bellefosse	allouville-bellefosse	Allouville-Bellefosse		FR	28	76	763	76001	1157	Europe/Paris
6452518	Alvimare	alvimare	Al'vimar,Alvemar,Alvimare,alwymar,Алвемар,Альвимар,Альвімар,الویمار		FR	28	76	762	76002	620	Europe/Paris
6452519	Ambrumesnil	ambrumesnil	Ambrumesnil		FR	28	76	761	76004	480	Europe/Paris
6452520	Amfreville-la-Mi-Voie	amfreville-la-mi-voie			FR	28	76	763	76005	3222	Europe/Paris
6452521	Anceaumeville	anceaumeville	Anceaumeville		FR	28	76	763	76007	652	Europe/Paris
6452522	Ancourt	ancourt	Ancourt,Ankur,Onkur,ankwrt,Анкур,Онкур,انکورت		FR	28	76	761	76008	665	Europe/Paris
6452523	Achères-la-Forêt	acheres-la-foret			FR	11	77	774	77001	1139	Europe/Paris
6452524	Amillis	amillis	Amii,Amiji,Amillis,amylys,Амии,Амији,Амії,امیلیس		FR	11	77	771	77002	819	Europe/Paris
6452525	Amponville	amponville	Amponville		FR	11	77	774	77003	351	Europe/Paris
6452526	Andrezel	andrezel	Andrezel',Ondrezel,Андрезель,Ондрезел,آندره‌زل		FR	11	77	772	77004	285	Europe/Paris
6452527	Annet-sur-Marne	annet-sur-marne	Ane na Marni,Anne-sjur-Marn,Annet-sur-Marne,ant-swr-marn,Ане на Марни,Анне-сюр-Марн,انت-سور-مارن		FR	11	77	771	77005	3259	Europe/Paris
6452528	Argentières	argentieres	Argentieres,Argentières		FR	11	77	772	77007	387	Europe/Paris
6452529	Armentières-en-Brie	armentieres-en-brie	Armant'er-an-Bri,Armentieres-en-Brie,Armentières-en-Brie,Армантьер-ан-Бри,Армантьєр-ан-Брі		FR	11	77	771	77008	1250	Europe/Paris
6452530	Adainville	adainville	Adainville		FR	11	78	781	78006	765	Europe/Paris
6452531	Aigremont	aigremont	Aigremont,Egremon,aygrmant  aywyns,Егремон,ایگرمانت، ایوینس		FR	11	78	783	78007	1090	Europe/Paris
6452532	Adilly	adilly	Adii,Adiji,Adilly,adyly,Адији,Адії,ادیلی		FR	75	79	793	79002	302	Europe/Paris
6452533	Aiffres	aiffres	Aiffres,Aifria,Effr,Efre,ayfrs,Ефре,Еффр,ایفرس		FR	75	79	792	79003	5510	Europe/Paris
6452535	Allonne	allonne	Allonn,Allonne,Alon,Alona,alwn  dw-swrz,Аллонн,Алон,الون، دو-سورز		FR	75	79	793	79007	665	Europe/Paris
6452536	Amailloux	amailloux	Amailloux,Amaju,Amallo,amaylwks,Амаю,Амају,امایلوکس		FR	75	79	793	79008	829	Europe/Paris
6452537	Acheux-en-Amiénois	acheux-en-amienois	Acheux-en-Amienois,Acheux-en-Amiénois		FR	32	80	804	80003	606	Europe/Paris
6452538	Acheux-en-Vimeu	acheux-en-vimeu	Acheux-en-Vimeu		FR	32	80	801	80004	528	Europe/Paris
6452539	Agenville	agenville	Agenvil,Agenville,Azhanvil,Azhanvil',Ginville,a rang wei er,ayjnwyl,Ажанвил,Ажанвіль,Ագենվիլ,ایجنویل,阿让维尔		FR	32	80	802	80005	95	Europe/Paris
6452540	Agenvillers	agenvillers	Agenvillers,Azhanvije,Azhanville,Ginvile,Ginvilé,a rang wei lai er,ayjnwylrz,azhanwylr,Ажанвије,Ажанвілле,آژانویلر,ایجنویلرز,阿让维莱尔		FR	32	80	801	80006	218	Europe/Paris
6452541	Aigneville	aigneville	Aingville,En'evil',Enievil,Envil,ai nie wei er,aygnwyl,Еньєвіль,Ењвил,Էնիևիլ,ایگنویل,艾涅维尔		FR	32	80	801	80008	881	Europe/Paris
6452542	Aguts	aguts	Aguts		FR	76	81	812	81001	218	Europe/Paris
6452543	Aiguefonde	aiguefonde	Aiguefonde		FR	76	81	812	81002	2522	Europe/Paris
6452544	Albi	albi	Albi		FR	76	81	811	81004	49024	Europe/Paris
6454728	Poigny	poigny			FR	11	77	773	77368	522	Europe/Paris
6452545	Albine	albine	Al'bin,Alben,Albina,Albine,a er ban,albyn,Албен,Альбин,Альбін,البین,阿尔班		FR	76	81	812	81005	504	Europe/Paris
6452546	Algans	algans			FR	76	81	812	81006	205	Europe/Paris
6452547	Almayrac	almayrac	Almayrac		FR	76	81	811	81008	288	Europe/Paris
6452548	Albefeuille-Lagarde	albefeuille-lagarde	Albefeuille-Lagarde		FR	76	82	821	82001	628	Europe/Paris
6452549	Albias	albias	Al'bjas,Albias,Albija,Albiàs,a er bi a,albyaz,Албија,Альбяс,البیاز,阿尔比阿		FR	76	82	822	82002	3226	Europe/Paris
6452550	Angeville	angeville	Angeville		FR	76	82	821	82003	239	Europe/Paris
6452551	Asques	asques	Asques		FR	76	82	821	82004	134	Europe/Paris
6452552	Auty	auty	Auty		FR	76	82	822	82007	147	Europe/Paris
6452553	Auvillar	auvillar	Auvillar		FR	76	82	821	82008	919	Europe/Paris
6452555	Ampus	ampus	Ampus		FR	93	83	831	83003	944	Europe/Paris
6452556	Artignosc-sur-Verdon	artignosc-sur-verdon	Artignosc-sur-Verdon		FR	93	83	833	83005	328	Europe/Paris
6452557	Artigues	artigues	Artigues		FR	93	83	833	83006	248	Europe/Paris
6452558	Bagnols-en-Forêt	bagnols-en-foret	Bagnols-en-Foret,Bagnols-en-Forêt		FR	93	83	831	83008	2746	Europe/Paris
6452559	Althen-des-Paluds	althen-des-paluds			FR	93	84	843	84001	2786	Europe/Paris
6452560	Ansouis	ansouis	Ansouis		FR	93	84	841	84002	1040	Europe/Paris
6452561	Aubignan	aubignan	Aubignan		FR	93	84	843	84004	5602	Europe/Paris
6452562	Aurel	aurel	Aurel,Aureu,Aurèu,Orel,Orel',ao lei er,Орел,Орель,奥勒尔		FR	93	84	843	84005	212	Europe/Paris
6452563	Aizenay	aizenay	Aizenay		FR	52	85	852	85003	9314	Europe/Paris
6452564	Angles	angles	Angl,Angl',Angles,Англ,Англес,Англь		FR	52	85	853	85004	2785	Europe/Paris
6452565	Antigny	antigny	Antigni,Antin'i,Antini,Антигњи,Антињи,Антіньї		FR	52	85	851	85005	1058	Europe/Paris
6452566	Apremont	apremont	Apremon,Apremont,Aprmon,a pu lei meng,Апремон,Апремонт,Апрмон,阿普雷蒙		FR	52	85	852	85006	1799	Europe/Paris
6452567	Aubigny-Les Clouzeaux	aubigny-les-clouzeaux	Aubigny-Les Clouzeaux,Obin'i,Obini,ao bi ni,Обињи,Обіньї,奥比尼		FR	52	85	852	85008	6430	Europe/Paris
6452568	Adriers	adriers	Adriers		FR	75	86	862	86001	723	Europe/Paris
6452569	Amberre	amberre	Amberre		FR	75	86	863	86002	573	Europe/Paris
6452570	Anché	anche	Anche,Anché,Anciacus,Anshe,anchy  wayn,ang she,Анше,انچی، واین,昂舍		FR	75	86	862	86003	345	Europe/Paris
6452571	Angles-sur-l'Anglin	angles-sur-l-anglin	Angles-sur-l'Anglin		FR	75	86	861	86004	366	Europe/Paris
6452572	Antigny	antigny	Antigny,Antin'i,Antini,Antiniacum,ang di ni,Антињи,Антіньї,昂蒂尼		FR	75	86	862	86006	557	Europe/Paris
6452573	Antran	antran	Antran		FR	75	86	861	86007	1207	Europe/Paris
6452574	Arçay	arcay	Arcay,Arciacus,Arse,Arçay,a er sai,Арсе,阿尔赛		FR	75	86	861	86008	363	Europe/Paris
6452575	Aixe-sur-Vienne	aixe-sur-vienne	Aixe-sur-Vienne		FR	75	87	872	87001	5858	Europe/Paris
6452576	Ambazac	ambazac			FR	75	87	872	87002	5653	Europe/Paris
6452577	Arnac-la-Poste	arnac-la-poste	Arnac-la-Poste		FR	75	87	871	87003	967	Europe/Paris
6452578	Augne	augne	Augne,On,On',Onha,ao ge,Ònha,Онь,Оњ,奥格		FR	75	87	872	87004	108	Europe/Paris
6452579	Aureil	aureil	Aureil,Aurelh,Aurèlh,Orej,ao lei,Орей,Ореј,奥雷		FR	75	87	872	87005	1002	Europe/Paris
6452580	Balledent	balledent	Bal'dan,Baladent,Baldan,Balledent,ba lei dang,Балдан,Бальдан,巴勒当		FR	75	87	871	87007	199	Europe/Paris
6452581	Ahéville	aheville	Aevil,Aevil',Aheville,Ahéville,a ai wei er,ahwyl,Аевил,Аевиль,Аевіль,اهویل,阿埃维尔		FR	44	88	881	88002	67	Europe/Paris
6452582	Aingeville	aingeville	Aingeville,Enzhevil',Enzhvil,an re wei er,ayngwyl,Енжвил,Енжевиль,Енжевіль,اینگویل,安热维尔		FR	44	88	882	88003	62	Europe/Paris
6452583	Ainvelle	ainvelle	Ainvelle,Envel,Envel',an fu lei,aynwl  wsgs,Енвел,Енвель,اینول، وسگس,安弗勒		FR	44	88	882	88004	151	Europe/Paris
6452585	Ambacourt	ambacourt	Ambacourt,Ambakur,Ombakur,ambakwrt,ang ba ku er,Амбакур,Омбакур,امباکورت,昂巴库尔		FR	44	88	882	88006	305	Europe/Paris
6452587	Anglemont	anglemont	Anglemon,Anglemont,Onglemon,ang ge lei meng,Англемон,Онглемон,昂格勒蒙		FR	44	88	881	88008	165	Europe/Paris
6452589	Montholon	montholon	Ajan sir Tolon,Ajan-sjur-Tolon,aylant-sw-twlan,tuo long he pan ai lang,Аян-сюр-Толон,Ајан сир Толон,ایلانت-سو-تولان,托隆河畔艾朗		FR	27	89	891	89003	2888	Europe/Paris
6452590	Aisy-sur-Armançon	aisy-sur-armancon	Aisy-sur-Armancon,Aisy-sur-Armançon		FR	27	89	892	89004	248	Europe/Paris
6452591	Ancy-le-Franc	ancy-le-franc	Ancy-le-Franc,Ansi-le-Fran,Onsi-l-Fran,ang xi lei fu lang,ansy-lw-frank,Анси-ле-Фран,Ансі-ле-Фран,Онси-л-Фран,انسی-لو-فرانک,昂西勒弗朗		FR	27	89	892	89005	935	Europe/Paris
6452592	Ancy-le-Libre	ancy-le-libre	Ancy-le-Libre,Ansi-le-Libr,Onsi-l-Libr,ang xi lei li bu lei,ansy-lw-lybr,Анси-ле-Либр,Ансі-ле-Лібр,Онси-л-Либр,انسی-لو-لیبر,昂西勒利布勒		FR	27	89	892	89006	182	Europe/Paris
6452593	Andryes	andryes	Andri,Andryes,Ondrij,ang de li e,Андри,Андрі,Ондриј,昂德里厄		FR	27	89	891	89007	403	Europe/Paris
6452594	Angely	angely			FR	27	89	892	89008	159	Europe/Paris
6452595	Andelnans	andelnans	Andel'nan,Andelnan,Andelnans,andlnans,ang de er nan,Анделнан,Андельнан,اندلنانس,昂德尔南		FR	27	90	901	90001	1211	Europe/Paris
6452596	Angeot	angeot	Angeot,Anzho,ang re ao,Анжо,昂热奥		FR	27	90	901	90002	343	Europe/Paris
6452597	Anjoutey	anjoutey	Anjoutey,Anzhute,ang ru tai,Анжуте,昂茹泰		FR	27	90	901	90003	610	Europe/Paris
6452598	Argiésans	argiesans	Argiesans,Argiésans,Arzhesan,Arzhjesan,a er bi ye sang,Аржєсан,Аржјесан,阿尔比耶桑		FR	27	90	901	90004	454	Europe/Paris
6452599	Auxelles-Bas	auxelles-bas	Oksel Ba,Oksel'-Ba,xia ao ke sai lai,Оксел Ба,Оксель-Ба,下奥克塞莱		FR	27	90	901	90005	466	Europe/Paris
6452601	Banvillars	banvillars	Banvija,Banvillar,Banvillars,bang wei la er,Банвија,Банвіллар,邦维拉尔		FR	27	90	901	90007	284	Europe/Paris
6452602	Bavilliers	bavilliers	Bavilliers		FR	27	90	901	90008	4772	Europe/Paris
6453567	Saint-Léger	saint-leger	Saint-Leger,Saint-Léger		FR	93	06	062	06124	57	Europe/Paris
6452603	Abbéville-la-Rivière	abbeville-la-riviere	Abbeville-la-Riviere,Abbéville-la-Rivière		FR	11	91	911	91001	300	Europe/Paris
6452604	Antony	antony	Antogniacum,Antoni,Antony,Ontoni,an dong ni,angtoni,antoni,antwny  aw-dw-sn,Антони,Антоні,Онтони,آنتونی، او-دو-سن,アントニー,安东尼,앙토니		FR	11	92	921	92002	62210	Europe/Paris
6452605	Aubervilliers	aubervilliers	Aubervilliers		FR	11	93	933	93001	86061	Europe/Paris
6452606	Aulnay-sous-Bois	aulnay-sous-bois	Aulnay-sous-Bois		FR	11	93	932	93005	84662	Europe/Paris
6452608	Bobigny	bobigny	Bobigny		FR	11	93	931	93008	52337	Europe/Paris
6452610	Alfortville	alfortville			FR	11	94	941	94002	43886	Europe/Paris
6452612	Boissy-Saint-Léger	boissy-saint-leger	Boasi sen Lezher,Boissy-Saint-Leger,Boissy-Saint-Léger,Buassi-Sen-Lezhe,bu wa xi sheng lei re,Боаси сен Лежер,Буасси-Сен-Леже,Буассі-Сен-Леже,布瓦西圣雷热		FR	11	94	941	94004	15812	Europe/Paris
6452613	Ableiges	ableiges	Ableiges		FR	11	95	953	95002	1149	Europe/Paris
6452614	Aincourt	aincourt	Aincourt		FR	11	95	953	95008	930	Europe/Paris
6453464	Salers	salers	Saler,Salern,Salernum,Salers,Salèrn,sa lai er,salrz,sareru,Салер,سالرز,サレール,萨莱尔		FR	84	15	152	15219	329	Europe/Paris
6453465	Losne	losne	Lon,Losne,luo si en,lwsn,Лон,لوسن,洛斯恩		FR	27	21	211	21356	1615	Europe/Paris
6453466	Houx	houx	Houx		FR	24	28	281	28195	766	Europe/Paris
6453467	Vendôme	vendome	Vendome,Vendôme		FR	24	41	412	41269	16688	Europe/Paris
6453468	Pithiviers	pithiviers	Pithiviers		FR	24	45	453	45252	9027	Europe/Paris
6453469	Chantemerle	chantemerle	Chantemerle		FR	44	51	512	51124	45	Europe/Paris
6453470	Savigny	savigny	Savigny		FR	44	52	522	52467	60	Europe/Paris
6453471	Vaucouleurs	vaucouleurs	Vokuler,Vokuljor,wawkwlwrs,wo ku lei er,Вокулер,Вокулёр,واوکولورس,沃库勒尔		FR	44	55	552	55533	1944	Europe/Paris
6453472	Moliens	moliens	Moliens		FR	32	60	601	60405	1147	Europe/Paris
6453473	Plaine	plaine	Plaine,Plen,blayn,pu lan,Плен,بلاين,普兰		FR	44	67	673	67377	989	Europe/Paris
6453474	Rumilly	rumilly	Rjumii,Rumilly,lu mi yi,Рюмії,呂米伊		FR	84	74	741	74225	15270	Europe/Paris
6453475	Vert	vert	Ver,Вер		FR	11	78	781	78647	828	Europe/Paris
6453476	Ormoy	ormoy	Ormoy,Ormua,ao er mu wa,Ормуа,奥尔穆瓦		FR	11	91	912	91468	2018	Europe/Paris
6453477	Crots	crots	Crots		FR	93	05	052	05045	1052	Europe/Paris
6453478	Cornas	cornas	Cornas,Cornàs,Korna,ke er na,korunasu,Корна,コルナス,科尔纳		FR	84	07	073	07070	2200	Europe/Paris
6453479	Bar	bar	Bar,ba zhen,Бар,巴镇		FR	75	19	192	19016	311	Europe/Paris
6453480	Charens	charens	Charens		FR	84	26	261	26076	29	Europe/Paris
6453481	Buxy	buxy	Buxy		FR	27	71	712	71070	2066	Europe/Paris
6453482	Authie	authie	Authie,Eutie,Oti,ou di,Оти,Оті,欧蒂		FR	32	80	804	80043	297	Europe/Paris
6453483	Touques	touques	Touques,Tuk,tu ke,Тук,图克		FR	28	14	143	14699	3719	Europe/Paris
6453484	Chevannes	chevannes	Chevannes,Shevan,Шеван		FR	27	21	211	21169	151	Europe/Paris
6453485	Saint-Just	saint-just	Saint-Just,Sen-Zhjust,Sen-Zhust,Sent Just,sheng rui si,Сен-Жуст,Сен-Жюст,سینٹ-جست، دوردوگنے,圣瑞斯		FR	75	24	243	24434	131	Europe/Paris
6453486	Herbault	herbault	Herbault		FR	24	41	411	41101	1249	Europe/Paris
6453487	Fleury	fleury	Fleri,Fleury,fu lei li,Флери,Флері,弗勒里		FR	28	50	504	50185	1043	Europe/Paris
6453488	Saint-Gilles	saint-gilles	Saint-Gilles,Sen-Zhil',sheng ji lai,Сен-Жиль,سینٹ-گلیس، منچھ,圣吉莱		FR	28	50	504	50483	904	Europe/Paris
6453489	Féy	fey			FR	44	57	579	57212	743	Europe/Paris
6453490	Vers	vers	Ver,Vers,Вер		FR	84	74	743	74296	837	Europe/Paris
6453491	Cast	cast	Kast,ka si,kasuto,Каст,カスト,卡斯		FR	53	29	292	29025	1588	Europe/Paris
6453492	Auve	auve	Auve,Ov,ao fu,Ов,奥夫		FR	44	51	511	51027	299	Europe/Paris
6453493	Bourg	bourg	Bourg		FR	44	52	522	52062	153	Europe/Paris
6453494	Saint-Priest	saint-priest	Sen-Priest,Sent Priech,Sent Prist dau Chauchet,Sent Prist dau Chauchèt,sheng pu li ye si,Сен-Приест,Сен-Прієст,سین-پریسٹ، کراسے,圣普里耶斯		FR	75	23	231	23234	162	Europe/Paris
6453496	Ry	ry	Ry		FR	28	76	763	76548	711	Europe/Paris
6453497	Civrieux	civrieux	Civrieux,Sivrie,Sivrije,Sivrijo,Sivrio,syfryw,xi fu li e,Сивриё,Сиврије,Сівріє,Սիվրիո,سيفريو,西夫里厄		FR	84	01	012	01105	1606	Europe/Paris
6453498	Collonges	collonges	Collonges,Kollonzh,Kolonz,Kolonzh,ke luo ri,klnzh  an,kwlwnyy,Коллонж,Колонж,Կոլոնժ,كولونيي,کلنژ، ان,科洛日		FR	84	01	013	01109	2223	Europe/Paris
6453500	Farges	farges	Farz,Farzh,fa er ri,farj,Фарж,Ֆարժ,فارج,法尔日		FR	84	01	013	01158	1013	Europe/Paris
6453501	Joyeux	joyeux	Joyeux,Joyœx,Zhuae,Zhuajjo,Zuayyo,jwyw,ru wa yue,zhwayw,Жуайё,Жуає,Ժուայյո,جويو,ژوایو,茹瓦约		FR	84	01	011	01198	274	Europe/Paris
6453502	Labalme	labalme	Labalme		FR	84	01	014	01200	212	Europe/Paris
6453503	Lapeyrouse	lapeyrouse	Lapejruz,Laperuz,Lapeyrouse,la pei lu ci,labyrws,Лапейруз,Лаперуз,Լապերուզ,لابيروس,拉佩鲁兹		FR	84	01	012	01207	324	Europe/Paris
6453504	Marignieu	marignieu	Marignieu,Marin'e,Marin'jo,Marinyo,ma li ni e,marynyw,Мариньё,Мариньє,Մարինյո,مارينيو,马里尼厄		FR	84	01	011	01234	173	Europe/Paris
6453505	Port	port	Por,Port,bo er,bwr,Пор,Պոր,بور,波尔		FR	84	01	014	01307	855	Europe/Paris
6453506	Reyssouze	reyssouze	Rejssuz,Resuz,Reyssouze,lei su ci,ryswz,ryyswz  ayn,Рейссуз,Ресуз,Ռեսուզ,رييسوز، أين,ریسوز,雷苏兹		FR	84	01	012	01323	975	Europe/Paris
6453507	Romans	romans	Roman,Romans,luo mang,rwman,Роман,Ռոման,رومان,罗芒		FR	84	01	012	01328	594	Europe/Paris
6453508	Groslée-Saint-Benoit	groslee-saint-benoit	Groslee-Saint-Benoit,Groslée-Saint-Benoit,Sen-Benua,Sent-Benimo,san-bwnwa  ayn,sheng bei nu wa,Сен-Бенуа,سان-بونوا، أين,سینٹ-بنوٹ، این,圣贝努瓦		FR	84	01	011	01338	1193	Europe/Paris
6453568	Sauze	sauze			FR	93	06	062	06133	74	Europe/Paris
6453569	Touët-de-l'Escarène	touet-de-l-escarene	Touet-de-l'Escarene,Touët-de-l'Escarène		FR	93	06	062	06142	285	Europe/Paris
6453509	Sainte-Euphémie	sainte-euphemie	Sainte-Euphemie,Sainte-Euphémie,Sent Efemi,Sent-Efemi,Sent-Ehfemi,sant-ywfymy  ayn,sheng e fei mi,Сент-Ефемі,Сент-Эфеми,Սենտ Էֆեմի,سانت-يوفيمي، أين,سین-یفمئے,圣厄费米		FR	84	01	012	01353	1657	Europe/Paris
6453511	Villebois	villebois	Vil'bua,Vilbua,fylbwa,wei ye bu wa,Вильбуа,Вільбуа,Վիլբուա,فيلبوا,维耶布瓦		FR	84	01	011	01444	1160	Europe/Paris
6453512	Braye	braye	Bre,Brej,Brey,bu lai,Бре,Брей,Բրեյ,布赖		FR	32	02	024	02118	120	Europe/Paris
6453513	Buire	buire	Bir,Bjuir,Buire,Byuir,bi er,Бир,Бюир,Бюїр,Բյուիր,比尔		FR	32	02	025	02134	871	Europe/Paris
6453514	Chaudardes	chaudardes	Chaudardes,Shodard,shao da er de,Шодард,绍达尔德		FR	32	02	022	02171	86	Europe/Paris
6453515	Cugny	cugny	Cugny,Kini,Kjun'i,qu ni,Кињи,Кюньи,Кюньї,屈尼		FR	32	02	023	02246	601	Europe/Paris
6453516	Dorengt	dorengt	Dorengt		FR	32	02	025	02269	154	Europe/Paris
6453517	Épagny	epagny	Ehpan'i,Epagny,Epan'i,ai pa ni,Épagny,Епаньї,Эпаньи,埃帕尼		FR	32	02	024	02277	336	Europe/Paris
6453518	Eppes	eppes	EHP,Epp,Eppes,ai pu,Епп,ЭП,埃普		FR	32	02	022	02282	416	Europe/Paris
6453519	Estrées	estrees	Ehstre,Estre,Estrees,Estrées,ai si te lei,Естре,Эстре,埃斯特雷		FR	32	02	023	02291	410	Europe/Paris
6453520	Étouvelles	etouvelles	Ehtuvel',Etouvelles,Etuvel,Etuvel',ai tu wei lei,Étouvelles,Етувел,Етувель,Этувель,埃图韦勒		FR	32	02	022	02294	213	Europe/Paris
6453521	Filain	filain	Filain,Filen,fei lan,Филен,Філен,菲兰		FR	32	02	024	02311	130	Europe/Paris
6453522	Fonsomme	fonsomme	Fonsomme		FR	32	02	023	02319	477	Europe/Paris
6453523	Guise	guise	Guise		FR	32	02	025	02361	4868	Europe/Paris
6453524	Guyencourt	guyencourt	Gijjankur,Guyencourt,Gviankur,ju yang ku er,Гвіанкур,Гийянкур,居扬库尔		FR	32	02	022	02364	251	Europe/Paris
6453525	Housset	housset	Usse,wu sai,Уссе,乌塞		FR	32	02	025	02385	152	Europe/Paris
6453526	Iviers	iviers	Iv'e,Ive,Iviers,yi wei ye,Івє,Ивье,伊维耶		FR	32	02	025	02388	228	Europe/Paris
6453527	Laon	laon	Laon		FR	32	02	022	02408	25193	Europe/Paris
6453528	Marchais	marchais	Marchais		FR	32	02	022	02457	430	Europe/Paris
6453529	Marcy	marcy	Marcy,Marsi,ma er xi,Марси,Марсі,马尔西		FR	32	02	023	02459	178	Europe/Paris
6453530	Margival	margival	Margival,Marzhival',ma er ji wa lei,Марживаль,马尔吉瓦勒		FR	32	02	024	02464	373	Europe/Paris
6453531	Marle	marle	Marl',Marle,ma er lei,Марль,马尔勒		FR	32	02	022	02468	2281	Europe/Paris
6453532	Martigny	martigny	Martin'i,ma di ni,Мартиньи,Мартіньї,马蒂尼		FR	32	02	025	02470	431	Europe/Paris
6453533	Montbavin	montbavin	Monbaven,meng ba wan,Монбавен,蒙巴万		FR	32	02	022	02499	45	Europe/Paris
6453534	Moulins	moulins	Moulins,Mulen,mu lan,Мулен,穆兰		FR	32	02	022	02530	75	Europe/Paris
6453535	Pierrepont	pierrepont	P'erpon,Perrpon,Pierrepont,pi ai er peng,Пьерпон,Пєррпон,皮埃尔蓬		FR	32	02	022	02600	386	Europe/Paris
6453536	Pontavert	pontavert	Pontaver,Pontavert,peng ta wei er,Понтавер,蓬塔韦尔		FR	32	02	022	02613	605	Europe/Paris
6453537	Ribemont	ribemont			FR	32	02	023	02648	1971	Europe/Paris
6453538	Ronchères	roncheres	Ronsher,long xie er,Роншер,龙谢尔		FR	32	02	021	02655	113	Europe/Paris
6453539	Rouvroy	rouvroy	Ruvrua,Рувруа		FR	32	02	023	02659	513	Europe/Paris
6453540	Saint-Aubin	saint-aubin	Saint-Aubin,Sent-Oben,sheng ou ban,Сент-Обен,سینٹ-ابن، اسنے,圣欧班		FR	32	02	022	02671	297	Europe/Paris
6453541	Saint-Quentin	saint-quentin	Saint-Kintin,Saint-Quentin,San Quintin,San Quintín,Sanctus Quintinus in Viromandia,Sen Kenten,Sen-Kanten,saengkangtaeng,san=kantan,sheng kang tan,sn kantn  azn,sn-qntn,Сен Кентен,Сен-Кантен,סן-קנטן,سن کانتن، ازن,سین-قینٹین، اسنے,サン＝カンタン,聖康坦,생캉탱		FR	32	02	023	02691	54443	Europe/Paris
6453542	Serval	serval	Serval,Serval',sai er wa lei,Серваль,塞尔瓦勒		FR	32	02	024	02715	50	Europe/Paris
6453543	Vendeuil	vendeuil	Vendeuil		FR	32	02	023	02775	953	Europe/Paris
6453544	Vervins	vervins	Vervins		FR	32	02	025	02789	2526	Europe/Paris
6453545	Hauterive	hauterive	Auta-riba,Autariba,Hauterive,Otriv,ao te li fu,Отрив,奥特里夫		FR	84	03	033	03126	1181	Europe/Paris
6453546	Mazerier	mazerier	Mazerier		FR	84	03	033	03166	299	Europe/Paris
6453547	Monestier	monestier	Monest'e,Monesteir,Monestèir,Monet'e,mo nei si di ye,Монестье,Монетье,Монетьє,莫内斯蒂耶		FR	84	03	033	03175	283	Europe/Paris
6453548	Moulins	moulins	Molinae,Molins,Moulins,Mulen,mu lan,mullaeng,muran,mwln,mwln  alyh,Мулен,מולן,مولن، الیه,มูแล็ง,ムーラン,穆蘭,물랭		FR	84	03	032	03190	19613	Europe/Paris
6453549	Saint-Genest	saint-genest	Saint-Genest,Sant Genest,Sant Genèst,Sen-Zhene,sheng re nei si,Сен-Жене,سینٹ-گنیست، الئیر,圣热内斯		FR	84	03	031	03233	404	Europe/Paris
6453550	Saint-Léopardin-d'Augy	saint-leopardin-d-augy			FR	84	03	032	03241	358	Europe/Paris
6453551	Saint-Loup	saint-loup	Saint-Loup,Sen-Lu,sheng lu,Сен-Лу,سینٹ-لوپ، الئیر,圣卢		FR	84	03	033	03242	559	Europe/Paris
6453552	Saulzet	saulzet	Saulzet,Sausac,Sol'ze,suo er ze,Сользе,索尔泽		FR	84	03	033	03268	389	Europe/Paris
6453553	Souvigny	souvigny	Souvigny,Suvin'i,su wei ni,Сувиньи,Сувіньї,苏维尼		FR	84	03	032	03275	1866	Europe/Paris
6453554	Vicq	vicq	Vic,Vicq,Vik,wei zhen,Вик,Вік,维镇		FR	84	03	033	03311	330	Europe/Paris
6453555	Mison	mison	Mison		FR	93	04	044	04123	1117	Europe/Paris
6453556	Montfort	montfort	Monfor,Montfort,Montfòrt,meng te fu er,Монфор,蒙特福尔		FR	93	04	044	04127	337	Europe/Paris
6453557	Saumane	saumane	Saumana,Saumane,Soman,Соман		FR	93	04	044	04201	115	Europe/Paris
6453558	Seyne	seyne	Seyne		FR	93	04	043	04205	1348	Europe/Paris
6453559	Remollon	remollon	Remollon		FR	93	05	052	05115	441	Europe/Paris
6453560	Risoul	risoul	Risoul		FR	93	05	051	05119	641	Europe/Paris
6453561	Rosans	rosans			FR	93	05	052	05126	480	Europe/Paris
6453562	Rousset	rousset	Rousset		FR	93	05	052	05127	179	Europe/Paris
6453564	Saint-Sauveur	saint-sauveur	Saint-Sauveur		FR	93	05	052	05156	477	Europe/Paris
6453571	Tende	tende	Tand,Tend,Tenda,Tende,Tendei vald,tang de,tnd,tynd  alalb aljblyt,Танд,Тенд,تند,تيند، الألب الجبلية,ტენდი,唐德		FR	93	06	062	06163	2184	Europe/Paris
6453572	Juvinas	juvinas	Juvinas,Juvinàs,Zhjuvina,Zhuvina,rui wei na,Жувіна,Жювина,瑞维纳		FR	84	07	071	07111	172	Europe/Paris
6453573	Monestier	monestier	Monestier		FR	84	07	073	07160	61	Europe/Paris
6453574	Belsentes	belsentes	Belsentes,Non'er,Noneiras,nuo ni ai,Ноньер,Ноньєр,诺尼埃		FR	84	07	073	07165	548	Europe/Paris
6453575	Le Plagnal	le-plagnal	Le Plagnal,Le-Plan'jal',Lo Planhal,lei pu la ni ya,Ле-Планьяль,勒普拉尼亚		FR	84	07	071	07175	74	Europe/Paris
6453576	La Rochette	la-rochette	La Rochette		FR	84	07	071	07195	56	Europe/Paris
6453577	Sablières	sablieres			FR	84	07	071	07202	160	Europe/Paris
6453578	Saint-Clair	saint-clair			FR	84	07	073	07225	1097	Europe/Paris
6453579	Saint-Clément	saint-clement	Saint-Clement,Saint-Clément		FR	84	07	073	07226	85	Europe/Paris
6453580	Saint-Cyr	saint-cyr			FR	84	07	073	07227	1358	Europe/Paris
6453581	Saint-Pons	saint-pons	Saint-Pons		FR	84	07	071	07287	294	Europe/Paris
6453582	Saint-Victor	saint-victor			FR	84	07	073	07301	948	Europe/Paris
6453583	Sampzon	sampzon	Sampzon		FR	84	07	071	07306	226	Europe/Paris
6453584	Savas	savas	Savas		FR	84	07	073	07310	904	Europe/Paris
6453585	Serrières	serrieres	Ser'er,Serrer,sai er li ai,Серрєр,Серьер,塞尔里埃		FR	84	07	073	07313	1154	Europe/Paris
6453586	Vocance	vocance			FR	84	07	073	07347	607	Europe/Paris
6453587	Faux	faux			FR	44	08	082	08165	56	Europe/Paris
6453588	Fossé	fosse	Fose,Fosse,Fossé,fu sai,Фосе,Фоссе,福塞		FR	44	08	084	08176	53	Europe/Paris
6453589	Givry	givry	Givry,Zhivri,ri fu li,Живри,Живрі,日夫里		FR	44	08	084	08193	272	Europe/Paris
6453590	Lumes	lumes	Ljum,Lumes,lu mu,Люм,吕姆		FR	44	08	081	08263	1155	Europe/Paris
6453592	Mouron	mouron			FR	44	08	084	08310	77	Europe/Paris
6453593	Mouzon	mouzon	Mouzon,Muzon,Музон		FR	44	08	083	08311	2346	Europe/Paris
6453594	Prez	prez	Pre,Prez,pu lei,Пре,普雷		FR	44	08	081	08344	139	Europe/Paris
6453595	Rethel	rethel	Rethel		FR	44	08	082	08362	7662	Europe/Paris
6453596	Rocroi	rocroi			FR	44	08	081	08367	2357	Europe/Paris
6453597	Rumigny	rumigny	Rjumin'i,lu mi ni,rwmny,Рюминьи,Рюміньї,رومني,吕米尼		FR	44	08	081	08373	346	Europe/Paris
6453598	Sainte-Marie	sainte-marie	Sainte-Marie		FR	44	08	084	08390	81	Europe/Paris
6453599	Sormonne	sormonne	Sormon,Sormonn,Сормон,Сормонн		FR	44	08	081	08429	547	Europe/Paris
6453600	Thilay	thilay	Thilay,Tile,Тиле,Тіле		FR	44	08	081	08448	1064	Europe/Paris
6453601	This	this	This		FR	44	08	081	08450	232	Europe/Paris
6453602	Vendresse	vendresse	Vendresse		FR	44	08	081	08469	509	Europe/Paris
6453603	Villy	villy	Villy		FR	44	08	083	08485	215	Europe/Paris
6453604	Vouziers	vouziers			FR	44	08	084	08490	4359	Europe/Paris
6453605	Wasigny	wasigny	Vazin'i,Wasigny,Вазиньи,Вазіньї		FR	44	08	082	08499	340	Europe/Paris
6453606	Esplas	esplas	Esplas		FR	76	09	092	09117	99	Europe/Paris
6453607	Fabas	fabas			FR	76	09	093	09120	351	Europe/Paris
6453608	Lacourt	lacourt	La Cort,Lacourt,Lakur,la ku er,lakwrt,Лакур,لاکورت,拉库尔		FR	76	09	093	09149	198	Europe/Paris
6453609	Lavelanet	lavelanet	Avellanetum,LAvelanet,LAvelhanet,Lavelane,Lavelanet,Lavelanetas,Lavlane,la wei la nei,Лавелане,Лавлане,拉韦拉内		FR	76	09	092	09160	6165	Europe/Paris
6453610	Lescure	lescure	Lescure		FR	76	09	093	09164	505	Europe/Paris
6453611	Lordat	lordat	Lhordat,Lorda,Lordat,luo er da,Лорда,Лордат,洛尔达		FR	76	09	091	09171	63	Europe/Paris
6453612	Loubens	loubens	Loubens		FR	76	09	091	09173	268	Europe/Paris
6453613	Montoulieu	montoulieu	Montoulieu		FR	76	09	091	09210	409	Europe/Paris
6453614	Moulis	moulis	Moulis		FR	76	09	093	09214	763	Europe/Paris
6453615	Pech	pech	Pech,Pesh,Pueg,Puèg,pei ke,Пеш,佩克		FR	76	09	091	09226	39	Europe/Paris
6453616	Saint-Amans	saint-amans	Saint-Amans		FR	76	09	092	09255	45	Europe/Paris
6453617	Saint-Lizier	saint-lizier			FR	76	09	093	09268	1418	Europe/Paris
6453618	Sor	sor	Sor		FR	76	09	093	09297	29	Europe/Paris
6453619	Ussat	ussat	Ussat		FR	76	09	091	09321	330	Europe/Paris
6453620	Vals	vals			FR	76	09	092	09323	101	Europe/Paris
6453621	Vèbre	vebre	Vebre,Vèbre		FR	76	09	091	09326	126	Europe/Paris
6453622	Verdun	verdun	Verdun		FR	76	09	091	09328	224	Europe/Paris
6453623	Villeneuve	villeneuve	Villeneuve		FR	76	09	093	09335	37	Europe/Paris
6453624	Viviès	vivies	Vivies,Viviès		FR	76	09	092	09341	113	Europe/Paris
6453625	Grandville	grandville	Grandville		FR	44	10	103	10167	97	Europe/Paris
6453626	Herbisse	herbisse	Ehrbis,Erbiss,Herbisse,ai er bi si,Ербісс,Эрбис,埃尔比斯		FR	44	10	103	10172	171	Europe/Paris
6453627	Lignières	lignieres	Lignieres,Lignières,Lin'er,li ni ai,Линьер,Ліньєр,利尼埃		FR	44	10	103	10196	214	Europe/Paris
6453628	Luyères	luyeres	Ljuier,Ljujer,Luyeres,Luyères,lu yi ai lei,Люйер,Люїер,吕伊埃雷		FR	44	10	103	10210	451	Europe/Paris
6453629	Maupas	maupas	Maupas		FR	44	10	103	10229	107	Europe/Paris
6453630	Morvilliers	morvilliers	Morvilliers		FR	44	10	101	10258	309	Europe/Paris
6453631	Praslin	praslin	Praslin		FR	44	10	103	10302	86	Europe/Paris
6453632	Ramerupt	ramerupt	Ramerju,Ramerupt,Ramrju,la mo lu pu,rmrw,Рамерю,Рамрю,רמרו,拉默吕普		FR	44	10	103	10314	403	Europe/Paris
6453633	Saint-Germain	saint-germain	Saint-Germain,Sen-Zhermen,sheng ri er man,Сен-Жермен,سینٹ-گرمین، ابے,圣日尔曼		FR	44	10	103	10340	2318	Europe/Paris
6453634	Troyes	troyes	Troyes		FR	44	10	103	10387	60640	Europe/Paris
6453635	Vallières	vallieres	Vallieres,Vallières		FR	44	10	103	10394	144	Europe/Paris
6453636	Vaudes	vaudes			FR	44	10	103	10399	720	Europe/Paris
6453696	Vieillespesse	vieillespesse			FR	84	15	153	15259	257	Europe/Paris
6454729	Provins	provins	Provins		FR	11	77	773	77379	11859	Europe/Paris
6453637	Corbières	corbieres	Corbieras,Corbieres,Corbièras,Corbières,Korb'er,Korber,Korbjer,ke er bi ai,korubieru,Корбьер,Корбєр,Корбјер,コルビエール,科尔比埃		FR	76	11	112	11100	28	Europe/Paris
6453638	Val-du-Faby	val-du-faby	Fa,Fan,Val-du-Faby,Фа,فا، اودے		FR	76	11	112	11131	572	Europe/Paris
6453639	Lacombe	lacombe	Lacombe		FR	76	11	111	11182	169	Europe/Paris
6453640	Leucate	leucate	Leucate		FR	76	11	113	11202	4339	Europe/Paris
6453641	Montréal	montreal	Monreal',Mons Regalis,Mont-real,Montreal,meng te lei a,Монреаль,蒙特雷阿		FR	76	11	111	11254	1899	Europe/Paris
6453642	Narbonne	narbonne	Narbonne		FR	76	11	113	11262	53594	Europe/Paris
6453643	Peyrolles	peyrolles			FR	76	11	112	11287	86	Europe/Paris
6453644	Quillan	quillan	Kijan,Quilhan,qu yi lang,Кийан,Киян,Кіян,屈伊朗		FR	76	11	112	11304	3288	Europe/Paris
6453645	Ribaute	ribaute	Ribauta,Ribot,li bo te,Рибот,里博特		FR	76	11	113	11311	279	Europe/Paris
6453646	Saint-Amans	saint-amans	Saint-Amans		FR	76	11	111	11331	64	Europe/Paris
6453647	Sainte-Eulalie	sainte-eulalie			FR	76	11	111	11340	512	Europe/Paris
6453648	Saint-Hilaire	saint-hilaire	Saint-Hilaire,Sant Ilari,Sen-Iler,Sent-Iler,sheng yi lai er,Сен-Ілер,Сен-Илер,Сент-Илер,سینٹ-ہلیری، اودے,圣伊莱尔		FR	76	11	112	11344	779	Europe/Paris
6453649	Serres	serres	Ser,Serr,Serras,Serres,Sèrras,sai er lei,Сер,Серр,塞尔雷		FR	76	11	112	11377	66	Europe/Paris
6453652	Montclar	montclar	Monklar,Montclar,meng te ke la,Монклар,蒙特克拉		FR	76	12	121	12149	165	Europe/Paris
6453653	Monteils	monteils	Monteils,Montej,Montelhs,meng tai er,Монтей,蒙泰尔		FR	76	12	123	12150	539	Europe/Paris
6453654	Najac	najac	Najac		FR	76	12	123	12167	698	Europe/Paris
6453655	Naucelle	naucelle	Naucelle		FR	76	12	123	12169	1997	Europe/Paris
6453656	Pierrefiche	pierrefiche	P'erfish,Peiraficha,Peiraficha dOlt,Perrfish,Pierrefiche,Pèiraficha,Pèiraficha dÒlt,pi ye er lei fei ke,Пьерфиш,Пєррфіш,皮耶尔雷菲克		FR	76	12	122	12182	271	Europe/Paris
6453657	Prévinquières	previnquieres	Prevenk'er,Previnker,Previnquieiras,Previnquieres,Previnquièiras,Prévinquières,pu lei wan ji ai,Превенкьер,Превінкєр,普雷万基埃		FR	76	12	123	12190	306	Europe/Paris
6453658	Privezac	privezac	Privezac		FR	76	12	123	12191	332	Europe/Paris
6453659	Rodelle	rodelle	Rodel',Rodelle,Rodesla,Rodèsla,luo dai er,Родель,罗代尔		FR	76	12	122	12201	1075	Europe/Paris
6453660	Saint-Juéry	saint-juery	Saint-Juery,Saint-Juéry,Sant Jori,Sant Jòri,Sen-Zhjuehri,Sen-Zhueri,Sent Jori,Sent Jòri,sheng rui ai li,Сен-Жуері,Сен-Жюэри,سینٹ-جیرے، آوےروں,圣瑞埃里		FR	76	12	121	12233	284	Europe/Paris
6453661	Savignac	savignac	Savignac,Savin'jak,Savinhac,sa wei ni ya ke,Савиньяк,Савіньяк,萨维尼亚克		FR	76	12	123	12263	716	Europe/Paris
6453662	Ségur	segur	Segjur,Segur,Ségur,sai ju,Сегюр,塞居		FR	76	12	121	12266	567	Europe/Paris
6453663	Curan	curan	Curan		FR	76	12	121	12307	308	Europe/Paris
6453664	Trets	trets	Trets		FR	93	13	131	13110	10919	Europe/Paris
6453665	Bricqueville	bricqueville	Bricqueville,Brikvil,Brikvil',bu li qu ai wei er,Бриквил,Бриквиль,Бриквіль,布里屈埃维尔		FR	28	14	141	14107	180	Europe/Paris
6453666	Castillon	castillon	Castellionum,Castillon,Kastijon,ka si di long,Кастийон,Кастијон,Кастійон,卡斯蒂隆		FR	28	14	141	14140	342	Europe/Paris
6453668	Falaise	falaise	Falaise,Falesia,Falez,fa lai si,falyz,falz  kalwads,farezu,hpalecu,Фалез,فالز، کالوادس,فاليز,ஃபலேசு,ファレーズ,法萊斯		FR	28	14	142	14258	8214	Europe/Paris
6453669	Fourches	fourches	Fourches		FR	28	14	142	14283	228	Europe/Paris
6453670	Honfleur	honfleur	Honfleur		FR	28	14	143	14333	7728	Europe/Paris
6453671	Ifs	ifs	If,Ifs,yi fu,Іф,Иф,伊夫		FR	28	14	142	14341	11768	Europe/Paris
6453672	Lisieux	lisieux	Lisieux		FR	28	14	143	14366	20301	Europe/Paris
6453674	Nonant	nonant	Nonan,Nonant,nuo nan,Нонан,诺南		FR	28	14	141	14465	495	Europe/Paris
6453676	Rouvres	rouvres	Rouvres,Ruvr,lu fu lei,Рувр,鲁夫雷		FR	28	14	142	14546	216	Europe/Paris
6453677	Saint-Jouin	saint-jouin	Saint-Jouin,Sen-Zhuehn,Sen-Zhuen,sheng ru an,Сен-Жуен,Сен-Жуэн,سینٹ-جوائن,圣茹安		FR	28	14	143	14598	204	Europe/Paris
6453678	Saint-Lambert	saint-lambert	Saint-Lambert,Sen-Lamber,sheng lang bei er,Сен-Ламбер,سینٹ-لیمبرٹ، کلودوس,圣朗贝尔		FR	28	14	142	14602	278	Europe/Paris
6453679	Saint-Pair	saint-pair	Saint-Pair,Sen-Per,sheng pei,Сен-Пер,圣佩		FR	28	14	142	14640	220	Europe/Paris
6453680	Saint-Rémy	saint-remy	Saint-Remy,Saint-Rémy,Sen-Remi,sheng lei mi,Сен-Реми,Сен-Ремі,سین-رمے، کلودوس,圣雷米		FR	28	14	142	14656	1008	Europe/Paris
6453681	Saint-Samson	saint-samson	Sen-Samson,sheng sang song,syn-symsn  klwdws,Сен-Самсон,سین-سیمسن، کلودوس,圣桑松		FR	28	14	143	14657	305	Europe/Paris
6453682	Sallen	sallen	Sallan,Sallen,sa lang,Саллан,萨朗		FR	28	14	141	14664	297	Europe/Paris
6453683	Thaon	thaon	Tan,Thaon,tang zhen,Тан,唐镇		FR	28	14	142	14685	1503	Europe/Paris
6453684	Varaville	varaville	Varaville		FR	28	14	143	14724	956	Europe/Paris
6453685	Vaucelles	vaucelles	Vaucelles,Vosel',wawkls,wo se lai,Восель,واوکلس,沃瑟莱		FR	28	14	141	14728	401	Europe/Paris
6453686	Vieux	vieux	V'e,V'jo,Ve,Vieux,fu yue,Вье,Вьё,Вє,弗约		FR	28	14	142	14747	701	Europe/Paris
6453687	Vieux-Bourg	vieux-bourg	V'e-Bur,V'jo-Bur,Ve-Bur,fu yue bu er,Вье-Бур,Вьё-Бур,Вє-Бур,弗约布尔		FR	28	14	143	14748	83	Europe/Paris
6453688	Vire Normandie	vire-normandie			FR	28	14	144	14762	17425	Europe/Paris
6453689	Maurs	maurs	Maurc,Maurs,Maurç,Mor,mo er,moru,Мор,モール,莫尔		FR	84	15	151	15122	2164	Europe/Paris
6453690	Montvert	montvert	Mont verd,Montverd,Monver,meng te wei er,Монвер,蒙特韦尔		FR	84	15	151	15135	118	Europe/Paris
6453692	Saint-Pierre	saint-pierre	Sant Peire de Dordonha,Sant Pierre,Sant Pèire de Dordonha,Sen-P'er,Sen-P'err,Sen-Perr,sheng pi ye er,Сен-Пьер,Сен-Пьерр,Сен-Пєрр,سین-پیری، کنٹل,圣皮耶尔		FR	84	15	152	15206	135	Europe/Paris
6453693	Trémouille	tremouille	Tremouille,Trémouille		FR	84	15	152	15240	177	Europe/Paris
6453697	Cognac	cognac	Cognac,Condate,Conhac,Gorad Kan'jak,Kon'jak,Konak,Konyak,gan yi,knyak,konyakeu,konyakku,kwnyak,Горад Каньяк,Коньяк,Коњак,Կոնյակ,קאניאק,كونياك,کنیاک,コニャック,干邑,코냐크		FR	75	16	162	16102	18702	Europe/Paris
6453698	Confolens	confolens			FR	75	16	163	16106	2691	Europe/Paris
6453699	Couture	couture	Couture,Kutir,Kutjur,ku di er,Кутир,Кутюр,库蒂尔		FR	75	16	163	16114	157	Europe/Paris
6453700	Fléac	fleac	Fleac,Fléac		FR	75	16	161	16138	3741	Europe/Paris
6453701	Jarnac	jarnac			FR	75	16	162	16167	4413	Europe/Paris
6453702	Ligné	ligne	Ligne,Ligné,Lin'e,li nie,Линье,Ліньє,利涅		FR	75	16	163	16185	161	Europe/Paris
6453703	Mazerolles	mazerolles	Maserolas,Maseròlas,Mazerol',Mazerolles,Mazrol',ma ci luo lei,Мазероль,Мазроль,马兹罗勒		FR	75	16	163	16213	315	Europe/Paris
6453705	Mons	mons	Mon,Mons,meng zhen,Мон,蒙镇		FR	75	16	162	16221	250	Europe/Paris
6453706	Montbron	montbron			FR	75	16	161	16223	2043	Europe/Paris
6453707	Mornac	mornac	Mornac,Mornak,mo er na ke,Морнак,莫尔纳克		FR	75	16	161	16232	2189	Europe/Paris
6453708	Mouton	mouton	Mouton,Muton,mu tong,Мутон,穆通		FR	75	16	163	16237	221	Europe/Paris
6453709	Nieuil	nieuil	Nieuil		FR	75	16	163	16245	933	Europe/Paris
6453710	Oradour	oradour	Oradour,Oradour dAigre,Oradur,ao la du,Орадур,奥拉杜		FR	75	16	163	16248	173	Europe/Paris
6453711	Ruffec	ruffec	Rjuffek,Ruffec,lu fu ke,Рюффек,吕弗克		FR	75	16	163	16292	3442	Europe/Paris
6453713	Saint-Georges	saint-georges	Sen-Zhorzh,sheng ruo er re,Сен-Жорж,سینٹ-گیورگس، چارینتے,圣若尔热		FR	75	16	163	16321	57	Europe/Paris
6453714	Saint-Saturnin	saint-saturnin	Saint-Saturnin,Sen-Satjurnen,sheng sa di er nan,Сен-Сатюрнен,سین-سترنین، چارےنتے,圣萨蒂尔南		FR	75	16	161	16348	1286	Europe/Paris
6453715	Saint-Séverin	saint-severin	Saint-Severin,Saint-Séverin,Sen-Severen,Sen-Sevren,Sent Severin,sheng sai wei lan,sn-swrn,syn-swryn,Сен-Северен,Сен-Севрен,سن-سورن,سین-سورین,圣塞韦兰		FR	75	16	161	16350	753	Europe/Paris
6453716	Saint-Simon	saint-simon	Saint-Simon,Sen-Simon,sheng xi meng,Сен-Симон,Сен-Сімон,圣西蒙		FR	75	16	162	16352	202	Europe/Paris
6453718	Touvre	touvre	Touvre		FR	75	16	161	16385	1218	Europe/Paris
6453719	Vignolles	vignolles	Vignolles		FR	75	16	162	16405	179	Europe/Paris
6453720	Villefagnan	villefagnan	Villefagnan		FR	75	16	163	16409	1009	Europe/Paris
6453721	Coulonges	coulonges	Coulonges,Kulonz,Kulonzh,ku long re,Кулонж,Կուլոնժ,库隆热		FR	75	17	171	17122	246	Europe/Paris
6453722	Coux	coux	Ku,Ку,Կու		FR	75	17	171	17130	448	Europe/Paris
6453723	Forges	forges	Forges,Forzh,Форж		FR	75	17	172	17166	1286	Europe/Paris
6453724	Genouillé	genouille	Genouille,Genouillé,Zhenue,Zhenuje,rang wu yi lai,Женуйе,Женує,让乌伊莱		FR	75	17	172	17174	869	Europe/Paris
6453725	Landes	landes	Land,Landes,lang dai,Ланд,Լանդ,لانڈیس، چارینٹی-میری ٹائم,朗代		FR	75	17	175	17202	610	Europe/Paris
6453726	Marsilly	marsilly	Marsii,Marsiji,Marsilly,ma er xi li,Марсийи,Марсії,马尔西利		FR	75	17	173	17222	3003	Europe/Paris
6453727	Matha	matha	Mata,Matha,ma ta,Мата,马塔		FR	75	17	175	17224	2154	Europe/Paris
6453728	Mirambeau	mirambeau	Mirambeau,Mirambo,mi lang bo,Мирамбо,Мірамбо,米朗博		FR	75	17	171	17236	1487	Europe/Paris
6453729	Montguyon	montguyon	Montguyon		FR	75	17	171	17241	1584	Europe/Paris
6453730	Périgny	perigny	Perigny,Perin'i,Périgny,pei li ni,Периньи,Периньї,佩里尼		FR	75	17	173	17274	8281	Europe/Paris
6453731	Plassac	plassac	Plasak,Plassac,Plassak,pu la sa ke,Плассак,Պլասակ,普拉萨克		FR	75	17	171	17279	605	Europe/Paris
6453732	Pons	pons	Pon,Pons,peng zhen,Пон,Պոն,蓬镇		FR	75	17	171	17283	4152	Europe/Paris
6453733	Pouillac	pouillac	Pouillac,Pujak,Puyak,pu yi la ke,Пуйак,Пуяк,Պույակ,普伊拉克		FR	75	17	171	17287	249	Europe/Paris
6453734	Rioux	rioux	Rioux,Riu,li wu,Риу,Ріу,里乌		FR	75	17	174	17298	942	Europe/Paris
6453735	Royan	royan	Gorad Ruajjan,Roajan,Roian,Roiannum,Rouagian,Royan,Ruajan,Ruajanas,Ruajjan,lu wa yang,rowaiyan,Ρουαγιάν,Горад Руайян,Роаян,Роајан,Руайян,Руаян,ロワイヤン,鲁瓦扬		FR	75	17	172	17306	18372	Europe/Paris
6453736	Saint-Léger	saint-leger	Sen-Lezhe,sheng lai re,Сен-Леже,سینٹ-لگر، چارینتے-مریتھمے,圣莱热		FR	75	17	171	17354	628	Europe/Paris
6453737	Saint-Martial	saint-martial	Saint-Martial,Sen-Mars'jal',Sen-Marsjal',sheng ma er di a,Сен-Марсьяль,Сен-Марсяль,سینٹ-مارشل، چارینتے-مریتھمے,圣马尔蒂阿		FR	75	17	175	17361	119	Europe/Paris
6453738	Saint-Ouen-la-Thène	saint-ouen-la-thene	Saint-Ouen-la-Thene,Saint-Ouen-la-Thène		FR	75	17	175	17377	108	Europe/Paris
6453739	Saintes	saintes	Mediolanum Santonum,Saintes,Santas,Sent,saengteu,santo,sants,sheng te si,snt  sharant-marytym,snt  shrant-marytym,Сент,سانتس,سنت، شارانت-ماریتیم,سنت، شرانت-ماریتیم,سینتیس، چارینتے-مریتھمے,ሰንት፣ ፈረንሳይ,サント,聖特斯,생트		FR	75	17	174	17415	25355	Europe/Paris
6453740	Graçay	gracay	Gracay,Grase,Graçay,ge la sai,Грасе,格拉赛		FR	24	18	183	18103	1454	Europe/Paris
6453741	Léré	lere	Lere,lai lei,Лере,莱雷		FR	24	18	181	18125	1114	Europe/Paris
6453742	Montlouis	montlouis	Montlouis		FR	24	18	182	18152	110	Europe/Paris
6453743	Preuilly	preuilly	Prei,Preuilly,Prjoji,pu lei yi li,Преї,Прёйи,普勒伊利		FR	24	18	183	18186	446	Europe/Paris
6453744	Saint-Saturnin	saint-saturnin	Saint-Saturnin,Sen-Satjurnen,Sent Sadornin,sheng sa di er nan,syn-strnyn  chr,Сен-Сатюрнен,سین-سترنین، چر,圣萨蒂尔南		FR	24	18	182	18234	420	Europe/Paris
6453745	Sancerre	sancerre	Sancerre		FR	24	18	181	18241	1409	Europe/Paris
6453746	Vallenay	vallenay	Val'ne,Vallenay,wa lei nai,Вальне,瓦勒奈		FR	24	18	182	18270	740	Europe/Paris
6453747	Verneuil	verneuil	Vernej,Verneuil,Vernjoj,wei er na yi,wrnwyl  shr,Верней,Вернёй,ورنویل، سحر,韦尔纳伊		FR	24	18	182	18277	34	Europe/Paris
6453748	Vierzon	vierzon	Vierzon		FR	24	18	183	18279	26365	Europe/Paris
6453749	Larche	larche	LArcha,Larche,Larsh,la er ke,Ларш,拉尔克		FR	75	19	191	19107	1595	Europe/Paris
6453750	Meyssac	meyssac	Maicac,Maiçac,Mejssak,Messak,mei sa ke,Мейссак,Мессак,梅萨克		FR	75	19	191	19138	1283	Europe/Paris
6453751	Neuvic	neuvic	Neuvic,Nevik,Njovik,Nou Vic,Nouvic,Nòu Vic,Nòuvic,na wei ke,Невик,Невік,Нёвик,纳维克		FR	75	19	193	19148	1668	Europe/Paris
6453752	Palisse	palisse	Palica,Palis,Paliss,Palisse,Paliça,pa li si,Палис,Палисс,Палісс,帕利斯		FR	75	19	193	19157	227	Europe/Paris
6453753	Peyrissac	peyrissac	Pairicac,Pairiçac,Pejrissak,Perissak,Peyrissac,pei li sa ke,Пейриссак,Периссак,佩里萨克		FR	75	19	192	19165	131	Europe/Paris
6453754	Saint-Paul	saint-paul	Sen-Pol',Sent Pau,sheng bo,Сен-Поль,سینٹ-پال، کورریزے,圣波		FR	75	19	192	19235	212	Europe/Paris
6453755	Saint-Sylvain	saint-sylvain	Sen-Sil'ven,Sent Silvan,sheng xi er wan,Сен-Сильвен,Сен-Сільвен,圣西尔万		FR	75	19	192	19245	136	Europe/Paris
6453756	Treignac	treignac	Treignac		FR	75	19	192	19269	1356	Europe/Paris
6453757	Viam	viam	Viam		FR	75	19	192	19284	100	Europe/Paris
6453758	Champagny	champagny	Champagny,Shampan'i,Shampani,shang pa ni,Шампаньи,Шампаньї,Шампањи,尚帕尼		FR	27	21	212	21136	27	Europe/Paris
6453759	Champignolles	champignolles	Champignolles,Shampin'ol',Шампиньоль		FR	27	21	211	21140	75	Europe/Paris
6453760	Chanceaux	chanceaux	Shanso,shang suo,Шансо,尚索		FR	27	21	212	21142	224	Europe/Paris
6453761	Charencey	charencey	Charencey,Sharanse,sha lang sai,Шарансе,沙朗塞		FR	27	21	213	21144	30	Europe/Paris
6453762	Charigny	charigny	Sharin'i,Sharini,sha li ni,Шариньи,Шариньї,Шарињи,沙里尼		FR	27	21	213	21145	35	Europe/Paris
6453763	Chassey	chassey	Shase,Shasse,sha sai,Шасе,Шассе,沙塞		FR	27	21	213	21151	88	Europe/Paris
6453764	Chaux	chaux	Chaux,Sho,Шо		FR	27	21	211	21162	488	Europe/Paris
6453765	Colombier	colombier	Colombier,Kolomb'e,Коломбье		FR	27	21	211	21184	62	Europe/Paris
6453766	Courlon	courlon	Courlon,Kurlon,ku er long,Курлон,库尔隆		FR	27	21	212	21207	81	Europe/Paris
6453767	Dijon	dijon	Dijon		FR	27	21	212	21231	155090	Europe/Paris
6453768	Drée	dree	Dre,Dree,Drée,de lei ai,Дре,德雷埃		FR	27	21	212	21234	59	Europe/Paris
6453769	Époisses	epoisses	Ehpuas,Epuass,Spissia,ai pu wa sai,Епуасс,Эпуас,埃普瓦塞		FR	27	21	213	21247	787	Europe/Paris
6453770	Étais	etais	Ehte,Etais,Ete,ai tai,Étais,Ете,Эте,埃泰		FR	27	21	213	21252	86	Europe/Paris
6453771	Étaules	etaules	Ehtol',Etaules,Étaules,Этоль		FR	27	21	212	21255	283	Europe/Paris
6453772	Flacey	flacey	Flacey,Flase,Фласе		FR	27	21	212	21266	179	Europe/Paris
6453773	Le Val-Larrey	le-val-larrey	Fle,Фле		FR	27	21	213	21272	265	Europe/Paris
6453774	Foissy	foissy	Foissy,Fuassi,fu wa xi,fwasy,fwsy,Фуасси,Фуассі,فواسی,فوسی,富瓦西		FR	27	21	211	21274	165	Europe/Paris
6453775	Fussey	fussey	Fjusse,fei sai,Фюссе,菲塞		FR	27	21	211	21289	119	Europe/Paris
6453776	Grignon	grignon	Grignon,Grin'on,Гриньон		FR	27	21	213	21308	221	Europe/Paris
6453777	Lucey	lucey	Ljuse,Lucey,Люсе		FR	27	21	213	21359	61	Europe/Paris
6453779	Mâlain	malain	Malain,Malen,Mâlain,ma lan,Мален,马兰		FR	27	21	212	21373	729	Europe/Paris
6453780	Massingy	massingy	Massenzhi,Massingy,Массенжи		FR	27	21	213	21393	155	Europe/Paris
6453781	Molphey	molphey	Mol'fe,Molphey,mo er fei,Мольфе,莫尔费		FR	27	21	213	21422	131	Europe/Paris
6453782	Montbard	montbard			FR	27	21	213	21425	5334	Europe/Paris
6453783	Musigny	musigny			FR	27	21	211	21447	84	Europe/Paris
6453784	Pont	pont	Pont		FR	27	21	212	21495	129	Europe/Paris
6453785	Premières	premieres	Premieres,Premières		FR	27	21	212	21507	141	Europe/Paris
6453786	Puits	puits	Pjui,Puits,pi yi te,Пюи,Пюї,皮伊特		FR	27	21	213	21511	124	Europe/Paris
6453787	Saint-Romain	saint-romain	Sen-Romen,Сен-Ромен		FR	27	21	211	21569	218	Europe/Paris
6453788	Saint-Sauveur	saint-sauveur	Saint-Sauveur,Sen-Sovjor,Сен-Совёр		FR	27	21	212	21571	252	Europe/Paris
6453789	Salmaise	salmaise	Sal'mez,Salmaise,sa er mai si,Сальмез,萨尔迈斯		FR	27	21	213	21580	136	Europe/Paris
6453790	Santenay	santenay	Santene,Сантене		FR	27	21	211	21582	874	Europe/Paris
6453791	Senailly	senailly	Senailly		FR	27	21	213	21604	138	Europe/Paris
6453792	Seurre	seurre	Serr,Seurre,Sjor,Surregium,se er,Серр,Сёр,瑟尔		FR	27	21	211	21607	2381	Europe/Paris
6453793	Sombernon	sombernon	Sombernon,song bei er nong,Сомбернон,松贝尔农		FR	27	21	212	21611	935	Europe/Paris
6453794	Tailly	tailly	Tailly,Taji,Тайи		FR	27	21	211	21616	181	Europe/Paris
6453795	Villedieu	villedieu	Vil'd'jo,Villedieu,Вильдьё		FR	27	21	213	21693	69	Europe/Paris
6453796	Vitteaux	vitteaux	Vitteaux		FR	27	21	213	21710	1075	Europe/Paris
6453797	Vougeot	vougeot	Vougeot,Vuzho,vujo,wu ruo,wwzhw,Вужо,ووژو,ヴージョ,武若		FR	27	21	211	21716	180	Europe/Paris
6453798	Lannion	lannion	Lannion		FR	53	22	223	22113	19831	Europe/Paris
6453799	Loudéac	loudeac	Loudeac,Loudéac		FR	53	22	224	22136	9593	Europe/Paris
6453800	Noyal	noyal	Noual-Pentevr,Noyal,Nuajal',Nuajjal',nu wa a,Нуайяль,Нуаяль,努瓦阿		FR	53	22	224	22160	889	Europe/Paris
6453801	Pabu	pabu			FR	53	22	222	22161	2767	Europe/Paris
6453802	Plérin	plerin	Plerin,Plérin		FR	53	22	224	22187	13824	Europe/Paris
6453803	Prat	prat	Prat,Прат		FR	53	22	223	22254	1114	Europe/Paris
6453804	Quintin	quintin	Quintin		FR	53	22	224	22262	2815	Europe/Paris
6453805	Saint-Brieuc	saint-brieuc			FR	53	22	224	22278	44999	Europe/Paris
6453806	Saint-Gildas	saint-gildas	Saint-Gildas,Sant-Weltaz,Sen-Zhil'da,sheng ji er da,Сен-Жильда,سینٹ-گلدس,圣吉尔达		FR	53	22	224	22291	278	Europe/Paris
6453807	Sainte-Tréphine	sainte-trephine	Sainte-Trephine,Sainte-Tréphine,Sant-Trifin,Sent-Trefin,sheng te lei fan,Сент-Трефин,Сент-Трефін,سین-ٹریفنے,圣特雷凡		FR	53	22	222	22331	188	Europe/Paris
6453809	Tréguier	treguier	Treguier,Tréguier		FR	53	22	223	22362	2437	Europe/Paris
6453810	Trémeur	tremeur	Tremeur,Trémeur		FR	53	22	224	22369	752	Europe/Paris
6453811	Trévé	treve	Treve,Trévé,te lei wei,trw  fransh,Треве,ترو، فرانسه,特雷韦		FR	53	22	224	22376	1645	Europe/Paris
6453812	Uzel	uzel	Juzel',Uzel,yu ze,Юзель,于泽		FR	53	22	224	22384	1041	Europe/Paris
6453813	Le Vieux-Marché	le-vieux-marche	Ar Chouerchad,Le Vieux-Marche,Le Vieux-Marché,Le-V'e-Marshe,Le-V'jo-Marshe,Le-Ve-Marshe,lei wei e ma er xie,Ле-Вье-Марше,Ле-Вьё-Марше,Ле-Вє-Марше,勒维厄马尔谢		FR	53	22	223	22387	1339	Europe/Paris
6453814	Malleret	malleret	Mal're,Maleret,Maleret de Baissac,Malerèt,Malerèt de Baissac,Malleret,ma lei lei,Мальре,马勒雷		FR	75	23	231	23119	44	Europe/Paris
6453815	Roches	roches	Rochas,Roches,Rosh,Ròchas,Ròches,luo xie,Рош,罗谢		FR	75	23	232	23162	367	Europe/Paris
6453816	Saint-Amand	saint-amand	Sent Amand,Sent Amand dau Bucon,Sent Amand dau Buçon,Sent-Aman,sheng a mang,Сент-Аман,سینٹ-امنڈ، کراسے,圣阿芒		FR	75	23	231	23180	498	Europe/Paris
6453817	Sainte-Feyre	sainte-feyre	Sent Afeiran,Sent-Fer,Senta Feira de Garait,sheng fei er,syn-fyry,Сент-Фер,سین-فیری,圣费尔		FR	75	23	232	23193	2472	Europe/Paris
6453818	Saint-Laurent	saint-laurent	Sen-Loran,Sent Laurenc,Sent Laurenç,sheng luo lang,Сен-Лоран,سینٹ-لارنٹ، کراسے,圣洛朗		FR	75	23	232	23206	689	Europe/Paris
6453819	Tardes	tardes	Tard,Tardas,Tarde,Tardes,ta er dai,Тард,塔尔代		FR	75	23	231	23251	137	Europe/Paris
6453821	Connezac	connezac			FR	75	24	242	24131	76	Europe/Paris
6453822	Domme	domme	Dom,Doma,Domm,dm  drdwny,dong zhen,donmu,dxm,Дом,Домм,دم، دردونی,ڈومے,ดอม,ドンム,东镇		FR	75	24	244	24152	912	Europe/Paris
6453823	Génis	genis	Genis,Génis		FR	75	24	242	24196	469	Europe/Paris
6453824	Rudeau-Ladosse	rudeau-ladosse	Rudeau-Ladosse		FR	75	24	242	24221	161	Europe/Paris
6453825	Lalinde	lalinde	Lalinde		FR	75	24	241	24223	2799	Europe/Paris
6453826	Lanouaille	lanouaille	Lanouaille		FR	75	24	242	24227	1019	Europe/Paris
6453827	Lanquais	lanquais	Lanquais		FR	75	24	241	24228	497	Europe/Paris
6453828	Monpazier	monpazier			FR	75	24	241	24280	478	Europe/Paris
6453829	Mussidan	mussidan	Mussidan		FR	75	24	243	24299	2728	Europe/Paris
6453830	Nabirat	nabirat	Nabira,Nabirac,Nabirat,na bi la,Набира,Набіра,纳比拉		FR	75	24	244	24300	373	Europe/Paris
6453831	Nontron	nontron	Nontron		FR	75	24	242	24311	3085	Europe/Paris
6453832	Plazac	plazac	Plazac		FR	75	24	244	24330	699	Europe/Paris
6453833	Ribérac	riberac	Riberac,Ribérac		FR	75	24	243	24352	3897	Europe/Paris
6453835	Saussignac	saussignac	Saucinhac,Saussignac,Sossin'jak,suo xi ni ya ke,Соссиньяк,Соссіньяк,索西尼亚克		FR	75	24	241	24523	429	Europe/Paris
6453836	Sigoulès-et-Flaugeac	sigoules-et-flaugeac	Lo Sigoles,Lo Sigolés,Sigoules-et-Flaugeac,Sigoulès-et-Flaugeac,Sigule,xi gu lai,Сигуле,Сігуле,西古莱		FR	75	24	241	24534	1244	Europe/Paris
6453837	Verdon	verdon	Verdon,wei er dong,wrdn  drdgn,Вердон,وردن، دردگن,韦尔东		FR	75	24	241	24570	48	Europe/Paris
6453838	Vergt	vergt			FR	75	24	243	24571	1663	Europe/Paris
6453839	Champagney	champagney	Champagney,Shampan'e,Shampane,shang pa gai yi,Шампаньє,Шампање,尚帕盖伊		FR	27	25	251	25115	282	Europe/Paris
6453840	Charnay	charnay	Charnay,Sharne,sha er nai,Шарне,沙尔奈		FR	27	25	251	25126	476	Europe/Paris
6453841	Pays-de-Clerval	pays-de-clerval	Klerval,Klerval',ke lai er wa,Клервал,Клерваль,克莱尔瓦		FR	27	25	252	25156	1231	Europe/Paris
6453842	Cubry	cubry	Cubry,Kibri,Kjubri,qu bu li,Кибри,Кюбрі,屈布里		FR	27	25	251	25182	87	Europe/Paris
6453843	Dambelin	dambelin	Dambelin		FR	27	25	252	25187	490	Europe/Paris
6453844	Dampjoux	dampjoux	Dampjoux,Damzhu,Danzhu,dang pu ru,Дамжу,Данжу,当普茹		FR	27	25	252	25192	176	Europe/Paris
6453845	Doubs	doubs	Doubs		FR	27	25	253	25204	2968	Europe/Paris
6453846	Durnes	durnes	Durnes		FR	27	25	251	25208	177	Europe/Paris
6453847	Écot	ecot	Ecot,Eko,ai ke,Écot,Еко,埃科		FR	27	25	252	25214	506	Europe/Paris
6453848	Flagey	flagey	Flagey		FR	27	25	251	25241	159	Europe/Paris
6453849	Fleurey	fleurey	Flere,Fleurey,fu lei lei,Флере,弗勒雷		FR	27	25	252	25244	84	Europe/Paris
6453850	Fourg	fourg	Fourg,Fur,fu er,Фур,富尔		FR	27	25	251	25253	364	Europe/Paris
6453851	Franois	franois	Franoa,Franois,Franua,fu la nu wa,Франоа,Франуа,弗拉努瓦		FR	27	25	251	25258	2316	Europe/Paris
6453852	Grandfontaine	grandfontaine	Grandfontaine,Granfonten,ge lang de feng tan,Гранфонтен,格朗德丰坦		FR	27	25	251	25287	1587	Europe/Paris
6453853	Grosbois	grosbois	Grosbois		FR	27	25	251	25298	235	Europe/Paris
6453854	Longeville	longeville	Longeville		FR	27	25	251	25346	171	Europe/Paris
6453855	La Longeville	la-longeville	La-Lonzhvil',la long re wei er,Ла-Лонжвіль,لا لونگیولے,拉隆热维尔		FR	27	25	253	25347	797	Europe/Paris
6453856	Maîche	maiche	Maiche,Maîche		FR	27	25	252	25356	4296	Europe/Paris
6453857	Mancenans	mancenans	Mansenan,mang se nan,Мансенан,芒瑟南		FR	27	25	252	25365	312	Europe/Paris
6453858	Montbéliard	montbeliard	Montbeliard,Montbéliard		FR	27	25	252	25388	25304	Europe/Paris
6453859	Nans	nans	Nan,Nans,nan zhen,Нан,南镇		FR	27	25	251	25419	102	Europe/Paris
6453860	Passavant	passavant	Passavan,Passavant,pa sa wang,Пассаван,帕萨旺		FR	27	25	251	25446	230	Europe/Paris
6453861	Péseux	peseux	Peseux,Péseux		FR	27	25	252	25449	120	Europe/Paris
6453862	Quingey	quingey	Kenzhe,kan re,Кенже,坎热		FR	27	25	251	25475	1425	Europe/Paris
6453863	Rigney	rigney	Rigney,Rin'e,li gai yi,Риньє,里盖伊		FR	27	25	251	25490	398	Europe/Paris
6453864	Rougemont	rougemont	Rougemont,Ruzhmon,lu re meng,Ружмон,鲁热蒙		FR	27	25	251	25505	1168	Europe/Paris
6453865	Roulans	roulans	Roulans,Rulan,lu lang,Рулан,鲁朗		FR	27	25	251	25508	1123	Europe/Paris
6453866	Sainte-Anne	sainte-anne	Sainte-Anne,Sent-Ann,syn-ayn  dwbs,Сент-Анн,سین-این، دوبس		FR	27	25	251	25513	39	Europe/Paris
6453867	Saint-Hilaire	saint-hilaire	Saint-Hilaire		FR	27	25	251	25518	162	Europe/Paris
6453868	Sainte-Marie	sainte-marie	Sent-Mari,sheng ma li,Сент-Марі,سین-مرے، دوبس,圣玛丽		FR	27	25	252	25523	695	Europe/Paris
6453869	Saône	saone	Saone,Saône,Son,sang zhen,Сон,桑镇		FR	27	25	251	25532	3361	Europe/Paris
6453870	Urtière	urtiere	Urtiere,Urtière		FR	27	25	252	25573	8	Europe/Paris
6453871	Vieilley	vieilley			FR	27	25	251	25612	703	Europe/Paris
6453872	Vuillafans	vuillafans	Vijafan,wei yi la fang,Віяфан,维伊拉方		FR	27	25	251	25633	748	Europe/Paris
6453873	Crest	crest	Creis,Crest,Kre,ke lei si,Кре,克雷斯		FR	84	26	261	26108	8380	Europe/Paris
6453874	Ferrassières	ferrassieres	Ferrassieres,Ferrassières		FR	84	26	262	26135	129	Europe/Paris
6453875	Marches	marches	Marches		FR	84	26	263	26173	789	Europe/Paris
6453876	Montjoux	montjoux	Montjoux		FR	84	26	262	26202	339	Europe/Paris
6453877	Sahune	sahune	Sahune		FR	84	26	262	26288	315	Europe/Paris
6453878	Saint-Andéol	saint-andeol	Saint-Andeol,Saint-Andéol,Sant Andiou,Sant Andiòu,Sent-Andeol',sheng ang dai ao,Сент-Андеоль,سینٹ-اندول، ڈرامے,圣昂代奥		FR	84	26	261	26291	80	Europe/Paris
6453879	Sauzet	sauzet	Sauset,Sauzet,Soze,suo ze,Созе,索泽		FR	84	26	262	26338	1846	Europe/Paris
6453880	Savasse	savasse	Savasse		FR	84	26	262	26339	1446	Europe/Paris
6453881	Suze	suze	Sjuz,Susa,Susa de Montclar,Suze,Suze-sur-Crest,xu ci,Сюз,叙兹		FR	84	26	261	26346	234	Europe/Paris
6453882	Valence	valence	Gorad Valans,Valans,Valansa,Valansas,Valenca,Valence,Valentia,Valença,ballangseu,falans,valansa,vu~aransu,wa lang si,wlans  drwm,Валанс,Горад Валанс,Վալանս,ואלנס,فالانس,ولانس، دروم,वलांस,ヴァランス,瓦朗斯,발랑스		FR	84	26	263	26362	62477	Europe/Paris
6453883	Calleville	calleville	Calleville		FR	28	27	272	27125	673	Europe/Paris
6453884	Chambray	chambray	Chambray		FR	28	27	271	27140	425	Europe/Paris
6453885	Claville	claville	Klavil,Klavil',Клавил,Клавиль,Клавіль		FR	28	27	273	27161	1084	Europe/Paris
6453886	Coudray	coudray	Coudray		FR	28	27	271	27176	219	Europe/Paris
6453887	Crasville	crasville	Crasville		FR	28	27	271	27184	127	Europe/Paris
6453888	Mesnils-sur-Iton	mesnils-sur-iton	Damvil,Damvil',Danvil',Danvilla,dang wei er,Дамвил,Дамвиль,Дамвіль,Данвиль,当维尔		FR	28	27	272	27198	6116	Europe/Paris
6453890	Évreux	evreux	Evreux,Évreux		FR	28	27	273	27229	48899	Europe/Paris
6453891	Fauville	fauville	Fauville		FR	28	27	273	27234	356	Europe/Paris
6453892	Folleville	folleville	Folleville		FR	28	27	272	27248	201	Europe/Paris
6453893	Gaillon	gaillon			FR	28	27	271	27275	6977	Europe/Paris
6453894	Val d'Orger	val-d-orger	Val d'Orger		FR	28	27	271	27294	990	Europe/Paris
6453895	Grand-Camp	grand-camp	Grand-Camp		FR	28	27	272	27295	488	Europe/Paris
6453896	Lieurey	lieurey	Lieurey		FR	28	27	272	27367	1448	Europe/Paris
6453897	Martainville	martainville	Martainville		FR	28	27	272	27393	483	Europe/Paris
6453898	Morgny	morgny			FR	28	27	271	27417	650	Europe/Paris
6453899	Noyers	noyers			FR	28	27	271	27445	270	Europe/Paris
6453900	Pont-Audemer	pont-audemer	Pont-Audemer		FR	28	27	272	27467	10436	Europe/Paris
6453901	Poses	poses	Poses		FR	28	27	271	27474	1176	Europe/Paris
6453902	Rouvray	rouvray	Rouvray		FR	28	27	271	27501	267	Europe/Paris
6453903	La Chapelle-Longueville	la-chapelle-longueville	La Chapelle-Longueville,Sen-Zhust,sheng rui si,Сен-Жуст,سینٹ-جست، یرے,圣瑞斯		FR	28	27	271	27554	3416	Europe/Paris
6453904	Saint-Maclou	saint-maclou	Saint-Maclou		FR	28	27	272	27561	617	Europe/Paris
6453906	Saint-Siméon	saint-simeon	Saint-Simeon,Saint-Siméon		FR	28	27	272	27603	321	Europe/Paris
6453907	Saint-Vigor	saint-vigor	Saint-Vigor		FR	28	27	273	27611	326	Europe/Paris
6453908	Tocqueville	tocqueville			FR	28	27	272	27645	155	Europe/Paris
6453909	Les Trois Lacs	les-trois-lacs	Les Trois Lacs		FR	28	27	271	27676	1784	Europe/Paris
6453910	Vernon	vernon	Vernon,Vernonum,beleunong,vu~erunon,wei er nong,wrnw  awr,Вернон,ورنو، اور,ቬርኖን፣ ዑር,ヴェルノン,韦尔农,베르농		FR	28	27	271	27681	23705	Europe/Paris
6453911	Dammarie	dammarie	Damari,Dammari,Dammarie,da ma li ye,Дамари,Даммарі,达马里耶		FR	24	28	281	28122	1511	Europe/Paris
6453912	Faverolles	faverolles	Faverol',Faverolles,fa wei luo lai,Фавероль,法韦罗莱		FR	24	28	283	28146	869	Europe/Paris
6453913	Gallardon	gallardon	Gallardon,jia la er dong,Галлардон,加拉尔东		FR	24	28	281	28168	3654	Europe/Paris
6453914	Gilles	gilles	Gilles,Zhil,Zhil',ji lai,Жил,Жиль,吉莱		FR	24	28	283	28180	526	Europe/Paris
6453915	Maisons	maisons	Maisons,Mezon,mai song,Мезон,迈松		FR	24	28	281	28230	370	Europe/Paris
6453916	Montreuil	montreuil			FR	24	28	283	28267	504	Europe/Paris
6453917	Moutiers	moutiers	Moutiers		FR	24	28	281	28274	253	Europe/Paris
6453918	Ormoy	ormoy			FR	24	28	283	28289	242	Europe/Paris
6453919	Pierres	pierres	Pierres		FR	24	28	281	28298	2786	Europe/Paris
6453920	Saint-Christophe	saint-christophe	Saint-Christophe		FR	24	28	282	28329	155	Europe/Paris
6453921	Santilly	santilly	Santii,Santilly,sang di li,Сантії,桑蒂利		FR	24	28	281	28367	342	Europe/Paris
6453922	Villars	villars	Villars		FR	24	28	281	28411	171	Europe/Paris
6453923	Yèvres	yevres			FR	24	28	282	28424	1658	Europe/Paris
6453924	Landerneau	landerneau	Landerneau		FR	53	29	291	29103	15836	Europe/Paris
6453925	Landivisiau	landivisiau	Landivisiau		FR	53	29	293	29105	9123	Europe/Paris
6453926	Leuhan	leuhan	Leuhan		FR	53	29	292	29125	808	Europe/Paris
6453927	Névez	nevez	Nevez,Névez		FR	53	29	294	29153	2647	Europe/Paris
6453928	Peumerit	peumerit	Peumerit,Peumérit		FR	53	29	294	29159	800	Europe/Paris
6453929	Plabennec	plabennec			FR	53	29	291	29160	8355	Europe/Paris
6453930	Pleyben	pleyben			FR	53	29	292	29162	3685	Europe/Paris
6453931	Plouarzel	plouarzel	Plouarzel		FR	53	29	291	29177	3706	Europe/Paris
6453932	Ploudalmézeau	ploudalmezeau			FR	53	29	291	29178	6301	Europe/Paris
6453933	Ploudiry	ploudiry			FR	53	29	291	29180	940	Europe/Paris
6453934	Plouzané	plouzane			FR	53	29	291	29212	12763	Europe/Paris
6454152	Plessé	plesse	Plesse,Plessé		FR	52	44	445	44128	5241	Europe/Paris
6453935	Pont-Croix	pont-croix	Pon-Krua,Pont-Croix,Pontekroaz,peng ke lu wa,pon=kurowa,Пон-Круа,ポン＝クロワ,蓬克鲁瓦		FR	53	29	294	29218	1583	Europe/Paris
6453936	Saint-Thégonnec Loc-Eguiner	saint-thegonnec-loc-eguiner			FR	53	29	293	29266	3013	Europe/Paris
6453937	Sizun	sizun			FR	53	29	293	29277	2268	Europe/Paris
6453938	Tréméven	tremeven	Tremevan,Tremeven,Tremeven-Kemperle,Tréméven,te lei mei wang,trmwn  fynystr,Тремеван,ترمون، فینیستر,特雷梅旺		FR	53	29	294	29297	2312	Europe/Paris
6453939	Foce	foce	Foce,Foche,Фоче		FR	94	2A	2A4	2A115	150	Europe/Paris
6453940	Guagno	guagno	Guagno,Guagnu,Guan'o,Gvan'o,ganyo,Гваньо,Гуаньо,ガーニョ		FR	94	2A	2A1	2A131	157	Europe/Paris
6453941	Porto-Vecchio	porto-vecchio	Porto-Vecchio		FR	94	2A	2A4	2A247	11813	Europe/Paris
6453942	Mausoléo	mausoleo			FR	94	2B	2B5	2B156	18	Europe/Paris
6453943	Meria	meria			FR	94	2B	2B2	2B159	107	Europe/Paris
6453944	Monte	monte	Monte,U Monte,Монте		FR	94	2B	2B3	2B166	599	Europe/Paris
6453945	Piedicroce	piedicroce	Piedicroce		FR	94	2B	2B3	2B219	109	Europe/Paris
6453946	Sisco	sisco	Sisco,Siscu,Sisko,Сиско,Сіско		FR	94	2B	2B2	2B281	1145	Europe/Paris
6453947	Venaco	venaco	Venaco		FR	94	2B	2B3	2B341	712	Europe/Paris
6453948	Fournès	fournes	Fornes,Fornés,Fournes,Fournès,Furne,Furnes,fu er nei,Фурне,Фурнес,富尔内		FR	76	30	302	30116	1078	Europe/Paris
6453949	Gagnières	gagnieres	Gagnieres,Gagnières		FR	76	30	301	30120	1156	Europe/Paris
6453950	Gaujac	gaujac	Gaujac,Gozhak,ge ya ke,Гожак,戈雅克		FR	76	30	302	30127	1106	Europe/Paris
6453951	Lecques	lecques	Lecas,Lecques,Lek,Lècas,lai qu ai,Лек,莱屈埃		FR	76	30	302	30144	474	Europe/Paris
6453952	Lussan	lussan	Ljussan,Lucan,Luçan,lu sang,Люссан,吕桑		FR	76	30	302	30151	491	Europe/Paris
6453953	Navacelles	navacelles	Navacelles		FR	76	30	301	30187	335	Europe/Paris
6453954	Saint-Gervais	saint-gervais	Saint-Gervais,Sen-Zherve,Sent Gervas,Sent Gervàs,sheng re er wei,Сен-Жерве,سینٹ-گروس، گرد,圣热尔韦		FR	76	30	302	30256	707	Europe/Paris
6453955	Falga	falga	Falga		FR	76	31	313	31180	117	Europe/Paris
6453956	Galié	galie	Gal'e,Galie,Galier,Galièr,Galié,jia li ai,Галье,Гальє,加利埃		FR	76	31	312	31207	84	Europe/Paris
6453957	Lécussan	lecussan	Lecussan,Lécussan		FR	76	31	312	31289	260	Europe/Paris
6453958	Lespinasse	lespinasse	LEspinassa,Lepinas,Lepinass,Lespinasse,Лепинас,Лепінасс		FR	76	31	313	31293	2692	Europe/Paris
6453959	Muret	muret	Muret		FR	76	31	311	31395	25207	Europe/Paris
6453960	Noé	noe	Noe,Noeh,Noer,Noguer,Noguèr,Noèr,nuo ai,Ное,Ноэ,诺埃		FR	76	31	311	31399	2899	Europe/Paris
6453961	Pelleport	pelleport	Pel'por,Pelaporc,Pelapòrc,pei lei bo er,Пельпор,佩勒波尔		FR	76	31	313	31413	517	Europe/Paris
6453962	Plagne	plagne	Plagne		FR	76	31	311	31422	99	Europe/Paris
6453963	Rieux-Volvestre	rieux-volvestre	Rieux-Volvestre		FR	76	31	311	31455	2576	Europe/Paris
6453964	Saint-André	saint-andre	Saint-Andre,Saint-André		FR	76	31	312	31468	220	Europe/Paris
6453965	Saint-Germier	saint-germier	Saint-Germier,Sant Germier,Sant Germièr,Sen-Zherm'e,Sen-Zherme,Sent Germer,sheng re er mi ye,Сен-Жермье,Сен-Жермє,سینٹ-گرمئر، ہوتے-گروں نے,圣热尔米耶		FR	76	31	313	31485	110	Europe/Paris
6453966	Saint-Jean	saint-jean	Sant Joan lo Vielh,Sant Joan lo Vièlh,Sen-Zhan,Sent Joan lo Vielh,Sent Joan lo Vièlh,sheng rang,Сен-Жан,سینٹ-ژاں ، ہوتے-گروں نے,圣让		FR	76	31	313	31488	10733	Europe/Paris
6453967	Saint-Laurent	saint-laurent	Saint-Laurent,Saint-Laurent sur Save,Sen-Loran,Sent Laurenc,Sent Laurenç,sheng luo lang,Сен-Лоран,سینٹ-لارنٹ، ہوتے-گروں نے,圣洛朗		FR	76	31	312	31494	176	Europe/Paris
6453968	Saint-Martory	saint-martory	Saint-Martory,Sen-Martori,Sent Martori,Sent Martòri,sheng ma er tuo li,Сен-Мартори,Сен-Марторі,سینٹ-مرتورے,圣马尔托里		FR	76	31	312	31503	963	Europe/Paris
6453969	Saint-Médard	saint-medard	Saint-Medard,Saint-Médard		FR	76	31	312	31504	220	Europe/Paris
6453970	Saint-Michel	saint-michel	Saint-Michel,Sen-Mishel',Sent Miqueu,Sent Miquèu,sheng mi she,Сен-Мишель,Сен-Мішель,سینٹ-مچل، ہوتے-گروں نے,圣米舍		FR	76	31	311	31505	316	Europe/Paris
6453971	Saint-Pierre	saint-pierre	Saint-Pierre		FR	76	31	313	31511	247	Europe/Paris
6453972	Saint-Vincent	saint-vincent	Saint-Vincent		FR	76	31	313	31519	192	Europe/Paris
6453973	Seysses	seysses	Seishes,Sejss,Ses,Seysses,Sèishes,sai sai,Сейсс,Сес,塞塞		FR	76	31	311	31547	8787	Europe/Paris
6453974	Toulouse	toulouse	Toulouse,Toulouzi,Τουλούζη		FR	76	31	313	31555	475438	Europe/Paris
6453975	Cazeneuve	cazeneuve	Casanava,Cazeneuve,Kazenev,Kaznjov,Казенев,Казнёв		FR	76	32	322	32100	140	Europe/Paris
6453976	Condom	condom	Condom,Condomium,Condòm,Kondom,kondon,kong dong,kongdong,Кондом,コンドン,孔东,콩동		FR	76	32	322	32107	6554	Europe/Paris
6453977	Durban	durban	Djurban,Durban,di er bang,Дюрбан,迪尔邦		FR	76	32	323	32118	162	Europe/Paris
6453978	Lalanne	lalanne	Lalanne		FR	76	32	322	32184	141	Europe/Paris
6453979	Lartigue	lartigue	LArtiga,LArtigua,Lartig,Lartigue,la er di gai,Лартиг,Лартіг,لارٹیگوی، گیرس,拉尔蒂盖		FR	76	32	321	32198	180	Europe/Paris
6453980	Lias	lias	L'jas,Liars,Liars de Fontanilhas,Lias,li a,Льяс,利阿		FR	76	32	321	32210	597	Europe/Paris
6453981	Lussan	lussan	Ljusan,Ljussan,Lucan,Lussan,Luçan,lu sang,Люсан,Люссан,吕桑		FR	76	32	321	32221	224	Europe/Paris
6453982	Mérens	merens	Merens,Mérens		FR	76	32	321	32251	62	Europe/Paris
6453983	Monclar	monclar	Monclar		FR	76	32	322	32264	183	Europe/Paris
6453984	Monlezun	monlezun	Monlezun		FR	76	32	323	32273	198	Europe/Paris
6453985	Puységur	puysegur	Puysegur,Puységur		FR	76	32	322	32337	76	Europe/Paris
6453986	Roquefort	roquefort	Rocahort,Rokfor,Rokfort,Roquefort,Ròcahòrt,luo qu ai fu er,Рокфор,Рокфорт,罗屈埃福尔		FR	76	32	321	32347	295	Europe/Paris
6453987	Roquelaure	roquelaure	Rocalaura,Rocalaura de Massas,Roklor,Ròcalaura,Ròcalaura de Massàs,luo qu ai luo er,Роклор,罗屈埃洛尔		FR	76	32	321	32348	577	Europe/Paris
6453988	Roques	roques	Roques		FR	76	32	321	32351	101	Europe/Paris
6453989	Sainte-Christie	sainte-christie	Sent-Kristi,Senta Crestia,Senta Crestia de Castethjalos,Senta Crestia de Castèthjalós,sheng ke li si di ye,Сент-Кристи,Сент-Кристі,سین-کرسٹی,圣克里斯蒂耶		FR	76	32	321	32368	561	Europe/Paris
6453990	Saint-Clar	saint-clar	Saint-Clar		FR	76	32	322	32370	1001	Europe/Paris
6453991	Saint-Élix-d'Astarac	saint-elix-d-astarac	Saint-Elix-d'Astarac,Saint-Élix-d'Astarac		FR	76	32	321	32374	196	Europe/Paris
6453992	Saint-Orens	saint-orens			FR	76	32	322	32399	80	Europe/Paris
6453993	Sauveterre	sauveterre	Sauvaterra,Sauvatèrra,Soveterr,Sovter,suo wei tai er,Советерр,Совтер,索韦泰尔		FR	76	32	321	32418	259	Europe/Paris
6453994	Sère	sere	Sere,Sère		FR	76	32	323	32430	76	Europe/Paris
6453995	Villefranche	villefranche	Vil'fransh,Vilafranca,Vilafranca dAstarac,Villefranche,wei lai fu lang ke,Вильфранш,Вільфранш,维莱夫朗克		FR	76	32	321	32465	130	Europe/Paris
6453996	Aussos	aussos	Aucos,Aussos,Aussòs,Auçòs,Osos,Ossos,Usu,Осос,Оссос,Усу		FR	76	32	323	32468	79	Europe/Paris
6453997	Caumont	caumont	Caumont,Komon,ke meng,Комон,科蒙		FR	75	33	333	33112	151	Europe/Paris
6453998	Cénac	cenac	Cenac,Cénac,Senac,Senak,sai na ke,Сенак,塞纳克		FR	75	33	332	33118	1820	Europe/Paris
6453999	Cessac	cessac	Cecac,Cessac,Ceçac,Sesak,Sessak,se sa ke,Сесак,Сессак,瑟萨克		FR	75	33	333	33121	192	Europe/Paris
6454000	Créon	creon	Creon,Créon,Kreon,ke lei weng,Креон,克雷翁		FR	75	33	332	33140	4637	Europe/Paris
6454001	Fronsac	fronsac	Froncac,Fronsac,Fronsak,Fronçac,fu long sa ke,furonsakku,Фронсак,フロンサック,弗龙萨克		FR	75	33	335	33174	1159	Europe/Paris
6454002	Génissac	genissac	Genicac,Geniçac,Zhenisak,Zhenissak,re ni sa ke,Женисак,Жениссак,Женіссак,热尼萨克		FR	75	33	335	33185	1924	Europe/Paris
6454003	Hourtin	hourtin	Hortin,Hourtin,Urten,wu er tan,Уртен,乌尔坦		FR	75	33	334	33203	3487	Europe/Paris
6454004	Lacanau	lacanau	Lacanau		FR	75	33	334	33214	4745	Europe/Paris
6454005	Langon	langon	Langon,Lengon,lang gong,langwn  zhyrwnd,rangon,Лангон,لانگون، ژیروند,لانگون، گیرونڈی,ランゴン,朗贡		FR	75	33	333	33227	7377	Europe/Paris
6454006	Lapouyade	lapouyade	La Pojada,Lapuiad,la pu yi a de,Лапуиад,Лапуїад,لپوئیاڈی,拉普伊阿德		FR	75	33	335	33230	504	Europe/Paris
6454007	Laroque	laroque	La Roca,La Ròca,Larok,Laroque,la luo qu ai,Ларок,لاروقوی، گیرونڈی,拉罗屈埃		FR	75	33	333	33231	281	Europe/Paris
6454008	Libourne	libourne	Libourne		FR	75	33	335	33243	24880	Europe/Paris
6454009	Macau	macau	Macau,Mako,ma ke,mkaw  grwnd,Мако,مکاؤ، گروند,马科		FR	75	33	332	33262	4133	Europe/Paris
6454011	Mazères	mazeres	Maseras,Masèras,Mazer,ma ze lei,Мазер,马泽雷		FR	75	33	333	33279	760	Europe/Paris
6454012	Montignac	montignac	Montignac,Montin'jak,Montinhac,meng di ni ya ke,Монтиньяк,Монтіньяк,蒙蒂尼亚克		FR	75	33	333	33292	147	Europe/Paris
6454013	Pauillac	pauillac	Pauillac		FR	75	33	334	33314	4851	Europe/Paris
6454014	Pessac	pessac	Pessac		FR	75	33	332	33318	61859	Europe/Paris
6454015	Pomerol	pomerol	Pomerol',Pomirau,bo mo luo,pomuroru,Помероль,ポムロール,波默罗		FR	75	33	335	33328	618	Europe/Paris
6454016	Puynormand	puynormand	Pjuinorman,Puei Narmand,Pueinarmand,Puynormand,pi yi nuo er mang,Пюинорман,Пюїнорман,皮伊诺尔芒		FR	75	33	335	33347	302	Europe/Paris
6454017	Queyrac	queyrac	Cairac,Kerak,Queyrac,qu ai la ke,Керак,屈埃拉克		FR	75	33	334	33348	1369	Europe/Paris
6454018	Rions	rions			FR	75	33	333	33355	1565	Europe/Paris
6454019	Sadirac	sadirac	Sadirac		FR	75	33	332	33363	4157	Europe/Paris
6454020	Saint-Aignan	saint-aignan	Saint-Aignan,Sent Anhan,Sent-En'jan,Сент-Еньян,سینٹ-ایگنان، گروندے		FR	75	33	335	33365	213	Europe/Paris
6454022	Sainte-Colombe	sainte-colombe	Sainte-Colombe,Sent-Kolomb,Senta Coloma,sheng ke long bu,Сент-Коломб,سین-کولومبے، گروندے,圣科隆布		FR	75	33	335	33390	420	Europe/Paris
6454023	Sainte-Eulalie	sainte-eulalie	Sent-Elali,Senta Eulalia,Senta Eulàlia,sheng e la li ye,Сент-Елали,Сент-Елалі,سین-یلے، گروندے,圣厄拉利耶		FR	75	33	332	33397	4547	Europe/Paris
6454024	Sainte-Gemme	sainte-gemme	Sainte-Gemme,Sent-Zhemm,Senta Gema,Senta Gèma,sheng rang,Сент-Жемм,سین-گامے، گروندے,圣让		FR	75	33	333	33404	194	Europe/Paris
6454025	Saint-Magne	saint-magne	Saint-Magne,Sen-Man',Sent Manhe,Sent Manhe dOstens,sheng ma ni,Сен-Мань,سینٹ-مگنے,圣马尼		FR	75	33	336	33436	953	Europe/Paris
6454026	Saint-Martial	saint-martial	Saint-Martial,Sen-Mars'jal',Sen-Marsjal',Sent Marcau,Sent Marçau,sheng ma er di a,Сен-Марсьяль,Сен-Марсяль,سینٹ-مارشل، گروندے,圣马尔蒂阿		FR	75	33	333	33440	244	Europe/Paris
6454027	Saint-Paul	saint-paul	Saint-Paul,Sen-Pol',sheng bo,Сен-Поль,سینٹ-پال، گروندے,圣波		FR	75	33	331	33458	914	Europe/Paris
6454028	Soussans	soussans	Saucan,Sauçan,Soussans,Sussan,su sang,Суссан,苏桑		FR	75	33	334	33517	1624	Europe/Paris
6454029	Fos	fos			FR	76	34	341	34104	97	Europe/Paris
6454030	Laroque	laroque	La Roca,La Ròca,Larok,Laroque,la luo qu ai,Ларок,لاروقوی، ہیرولٹ,拉罗屈埃		FR	76	34	342	34128	1628	Europe/Paris
6454031	Lunel	lunel	Lunel		FR	76	34	343	34145	26002	Europe/Paris
6454032	Mireval	mireval	Mireval		FR	76	34	343	34159	3315	Europe/Paris
6454033	Montesquieu	montesquieu	Montesquieu		FR	76	34	341	34168	69	Europe/Paris
6454034	Montpellier	montpellier	Gorad Manpel'e,Monpel'e,Monpele,Monpelie,Monpelje,Monpeljē,Monpeljė,Monspessulanus,Montpelhier,Montpelhièr,Montpeller,Montpellier,Montpelyier,Montpelyiér,mamtapeli'e,meng bi li ai,mongpellie,monperie,mwnbylyyh,mwnplyyh,Μονπελιέ,Горад Манпелье,Монпелие,Монпелье,Монпельє,Монпеље,מונפלייה,مونبيلييه,مونٹپلائیر,مون‌پلیه,माँतपेलिए,มงแปลีเย,მონპელიე,モンペリエ,蒙彼利埃,몽펠리에		FR	76	34	343	34172	281613	Europe/Paris
6454035	Pouzols	pouzols	Pouzols		FR	76	34	342	34215	969	Europe/Paris
6454036	Entre-Vignes	entre-vignes	Entre-Vignes		FR	76	34	343	34246	2123	Europe/Paris
6454153	Rezé	reze	Reudied,Reze,Rezé,Резе		FR	52	44	442	44143	40368	Europe/Paris
6454154	Rougé	rouge	Rouge,Rougé		FR	52	44	445	44146	2237	Europe/Paris
6454037	Saint-Julien	saint-julien	Saint-Julien,Saint-Julien-dOlargues,Sant Julian,Sen-Zhul'en,sheng rui li an,Сен-Жульен,Сен-Жульєн,سینٹ-جلیں ، حیراالٹ,圣瑞利安		FR	76	34	341	34271	219	Europe/Paris
6454038	Saint-Just	saint-just			FR	76	34	343	34272	3229	Europe/Paris
6454039	Saint-Privat	saint-privat	Saint-Privat,Sant Privat,Sen-Privat,sheng pu li wa,Сен-Приват,سین-پروہت، ہیرالت,圣普里瓦		FR	76	34	342	34286	403	Europe/Paris
6454040	Vendres	vendres	Vandr,Vendres,Vèndres,wang de lei,wndrs,Вандр,وندرس,旺德雷		FR	76	34	341	34329	2693	Europe/Paris
6454041	Erbrée	erbree	Erbree,Erbrée		FR	53	35	351	35105	1689	Europe/Paris
6454042	Fougères	fougeres	Fougeres,Fougères		FR	53	35	351	35115	20194	Europe/Paris
6454044	Hédé-Bazouges	hede-bazouges	Hede-Bazouges,Hédé-Bazouges		FR	53	35	354	35130	2205	Europe/Paris
6454045	Liffré	liffre	Liffre,Liffré		FR	53	35	353	35152	7524	Europe/Paris
6454046	Luitré-Dompierre	luitre-dompierre	Ljuitre,Loezherieg,Luitre-Dompierre,Luitré-Dompierre,Lutreium,lu yi te lei,Люитре,Люїтре,吕伊特雷		FR	53	35	351	35163	1872	Europe/Paris
6454047	Moulins	moulins	Melined,Molendina,Moulins,Mulen,mu lan,muran,Мулен,ムーラン,穆兰		FR	53	35	351	35198	717	Europe/Paris
6454049	Saint-Malo	saint-malo	Saint-Malo		FR	53	35	354	35288	46005	Europe/Paris
6454050	Vitré	vitre	Gwitreg,Vitre,Vitreium,Vitré,fytry,vu~itore,wei te lei,Βιτρέ,Витре,Вітре,فيتري,ヴィトレ,维特雷		FR	53	35	351	35360	17884	Europe/Paris
6454051	Lye	lye	Li,Lye,li ai,Ли,Лі,利埃		FR	24	36	362	36107	755	Europe/Paris
6454052	Saint-Aubin	saint-aubin	Sent-Oben,sheng ao ban,Сент-Обен,سینٹ-ابن، اندرے,圣奥班		FR	24	36	364	36181	183	Europe/Paris
6454053	Saint-Florentin	saint-florentin	Saint-Florentin,Sen-Floranten,sheng fu luo lang tan,Сен-Флорантен,سینٹ-فلورینٹین، اندرے,圣夫洛朗坦		FR	24	36	364	36191	539	Europe/Paris
6454054	Vatan	vatan	Vastinnum,Vatan,wa tang,wtn  ayndr,Ватан,وتن، ایندر,瓦唐		FR	24	36	364	36230	2019	Europe/Paris
6454055	Monts	monts	Mon,Monts,meng te,Мон,蒙特		FR	24	37	372	37159	7774	Europe/Paris
6454056	Nouâtre	nouatre	Nouatre,Nouâtre		FR	24	37	371	37174	829	Europe/Paris
6454057	Reugny	reugny	Ren'i,lei ni,Реньї,勒尼		FR	24	37	372	37194	1660	Europe/Paris
6454058	Rivière	riviere	River,Riviere,Rivière,li wei ai,Ривєр,里维埃		FR	24	37	371	37201	714	Europe/Paris
6454059	Saint-Roch	saint-roch	Saint-Roch,Sen-Rosh,sheng luo ke,Сен-Рош,سین-روچ، اندرے-یت-لوئر,圣罗克		FR	24	37	371	37237	1266	Europe/Paris
6454060	Tours	tours	Gorad Tur,Teurgn,Tors,Tours,Tur,Turas,Turones,Tūras,to~uru,tu er,tuleu,twr,Горад Тур,Тур,טור,تور,ٹورز,ტური,トゥール,图尔,투르		FR	24	37	372	37261	136565	Europe/Paris
6454061	Claix	claix	Claix,Kle,ke lai,Кле,克莱		FR	84	38	381	38111	8029	Europe/Paris
6454062	Clelles	clelles	Clelas,Clelles,Clèlas,Klel,Klel',ke lei lei,Клел,Клель,克勒勒		FR	84	38	381	38113	557	Europe/Paris
6454063	Cognet	cognet	Cognet,Côgnèt,Kon'e,Kone,ke gai,Конье,Коньє,Коње,科盖		FR	84	38	381	38116	43	Europe/Paris
6454064	Colombe	colombe	Colombe,Kolomb,ke long bu,Коломб,科隆布		FR	84	38	382	38118	1540	Europe/Paris
6454066	Courtenay	courtenay	Courtenay,Kortne,Kurtene,ku er te nai,Кортне,Куртене,库尔特奈		FR	84	38	382	38135	1276	Europe/Paris
6454067	Cras	cras	Cras		FR	84	38	381	38137	443	Europe/Paris
6454068	Entre-deux-Guiers	entre-deux-guiers	Antr-de-Gjue,Antr-djo-G'e,Entre-deux-Guiers,ang te er de ji ye er,Антр-де-Гює,Антр-дё-Гье,昂特尔德吉耶尔		FR	84	38	381	38155	1709	Europe/Paris
6454069	Fontaine	fontaine	Fonten,feng tan,fontenu,fwntn  ayzr,fwntyn  azar,pongten,Фонтен,فونتن، ایزر,فونتين، ازار,フォンテーヌ,丰坦,퐁텐		FR	84	38	381	38169	22411	Europe/Paris
6454070	Froges	froges	Froges,Frozh,fu luo re,Фрож,弗罗热		FR	84	38	381	38175	3300	Europe/Paris
6454071	Grenoble	grenoble	Grenoble		FR	84	38	381	38185	158180	Europe/Paris
6454072	Hurtières	hurtieres	Hurtieres,Hurtières		FR	84	38	381	38192	166	Europe/Paris
6454073	Jarrie	jarrie	Jarrie,Zharri,ya er li ye,Жарри,Жаррі,جررے,雅尔里耶		FR	84	38	381	38200	3734	Europe/Paris
6454074	Moirans	moirans	Moirans,Muaran,mu wa lang,Муаран,穆瓦朗		FR	84	38	381	38239	8042	Europe/Paris
6454075	Montagne	montagne			FR	84	38	381	38245	266	Europe/Paris
6454076	Montrevel	montrevel	Montrevel		FR	84	38	382	38257	456	Europe/Paris
6454077	Mont-Saint-Martin	mont-saint-martin			FR	84	38	381	38258	80	Europe/Paris
6454078	Montseveroux	montseveroux	Monseveru,Montseveroux,meng te se wei lu,Монсеверу,蒙特瑟韦鲁		FR	84	38	383	38259	957	Europe/Paris
6454079	Morestel	morestel	Morestel,Morestel',Mouretel,Mouretél,mo lei si tai,Морестель,莫雷斯泰		FR	84	38	382	38261	4425	Europe/Paris
6454080	Villages du Lac de Paladru	villages-du-lac-de-paladru			FR	84	38	382	38292	2463	Europe/Paris
6454081	Plan	plan	Plan		FR	84	38	383	38308	258	Europe/Paris
6454082	Ponsonnas	ponsonnas	Ponsonnas		FR	84	38	381	38313	288	Europe/Paris
6454083	Pontcharra	pontcharra	Pontcharra		FR	84	38	381	38314	7228	Europe/Paris
6454084	Revel	revel	Revel,Revel',lei wei,Ревель,勒韦		FR	84	38	381	38334	1327	Europe/Paris
6454085	Rives	rives	Riv,Rives,li wei,Рив,里韦		FR	84	38	381	38337	6355	Europe/Paris
6454086	Roussillon	roussillon	Roussillon,Rusijon,Russil'jon,lu xi long,Русийон,Руссільйон,鲁西隆		FR	84	38	383	38344	8327	Europe/Paris
6454087	Saint-Barthélemy	saint-barthelemy	Saint-Barthelemy,Saint-Barthélemy		FR	84	38	383	38363	944	Europe/Paris
6454089	Saint-Geoirs	saint-geoirs	Saint-Geoirs		FR	84	38	383	38387	521	Europe/Paris
6454090	Saint-Gervais	saint-gervais	Saint-Gervais,Sen-Zherve,sheng re er wei,Сен-Жерве,سینٹ-گروس، اسیری,圣热尔韦		FR	84	38	381	38390	558	Europe/Paris
6454091	Plateau-des-Petites-Roches	plateau-des-petites-roches	Saint-Hilaire-du-Touvet,Sen-Iler,Sent-Iler,sheng yi lai er,Сен-Ілер,Сент-Илер,سینٹ-ہلیری، اسیری,圣伊莱尔		FR	84	38	381	38395	2460	Europe/Paris
6454092	Saint-Marcellin	saint-marcellin	Sen-Marsellen,Сен-Марселлен,سینٹ-مرکلن، اسیری		FR	84	38	381	38416	8015	Europe/Paris
6454093	Saint-Sauveur	saint-sauveur	Saint-Sauveur,Sen-Sover,Sen-Sovjor,sheng suo fu,syn-swyr  asyry,Сен-Совер,Сен-Совёр,سین-سویر، اسیری,圣索弗		FR	84	38	381	38454	2091	Europe/Paris
6454094	Séchilienne	sechilienne	Sechilienne,Séchilienne		FR	84	38	381	38478	1038	Europe/Paris
6454095	Vienne	vienne	V'en,Venn,Viana,Vien,Viena,Viena del Delfinat,Vienna,Vienne i Isere,Vienne i Isère,Vièna,Vjen,Vjenas,bien,fyyn,vu~ien'nu,wei ai na,wyn,wyn  ayzr,Виен,Вьен,Вєнн,Вјен,فيين,وین,وین، ایزر,ヴィエンヌ,維埃納,비엔		FR	84	38	383	38544	29454	Europe/Paris
6454096	Val-de-Virieu	val-de-virieu	Vir'jo,Vire,wei li e,Вирьё,Вірє,维里厄		FR	84	38	382	38560	1558	Europe/Paris
6454097	Voreppe	voreppe	Voreppe		FR	84	38	381	38565	9356	Europe/Paris
6454098	Charnod	charnod	Charnod		FR	27	39	392	39111	40	Europe/Paris
6454099	Châtillon	chatillon	Chatillon,Châtillon,Shatijon,sha di long,Шатијон,Шатійон,沙蒂隆		FR	27	39	392	39122	113	Europe/Paris
6454100	Chemin	chemin	Chemin,Shemen,xie man,Шемен,谢曼		FR	27	39	391	39138	343	Europe/Paris
6454101	Crotenay	crotenay	Crotenay		FR	27	39	392	39183	654	Europe/Paris
6454102	Dampierre	dampierre	Dampierre		FR	27	39	391	39190	1266	Europe/Paris
6454103	Dole	dole	Dol,Dol',Dola,Dole,Dole i Jura,dol,doru,duo er,dwl  zhwra,Дол,Доль,دول، ژورا,ڈول، جورا,ドル,多尔,돌		FR	27	39	391	39198	23579	Europe/Paris
6454104	Gatey	gatey	Gate,Gatey,jia tai,Гате,加泰		FR	27	39	391	39245	378	Europe/Paris
6454105	Montrond	montrond	Monron,meng te long,Монрон,蒙特龙		FR	27	39	392	39364	493	Europe/Paris
6454106	Orchamps	orchamps	Orchamps,Orsham,ao er shang pu,Оршам,奥尔尚普		FR	27	39	391	39396	1106	Europe/Paris
6454107	Ougney	ougney	Ougney		FR	27	39	391	39398	370	Europe/Paris
6454108	Peseux	peseux	Peseux		FR	27	39	391	39412	316	Europe/Paris
6454109	Poligny	poligny	Poligny,Polin'i,Poliniacum,bo li ni,porini,Поліньї,ポリニー,波利尼		FR	27	39	391	39434	4079	Europe/Paris
6454110	Saint-Amour	saint-amour	Sent-Amur,sheng a mu,Сент-Амур,سینٹ-امور، زرا,圣阿穆		FR	27	39	392	39475	2369	Europe/Paris
6454111	Saint-Claude	saint-claude	Saint-Claude,Sanctus Claudius,Sen-Klod,san=kurodo,sheng ke luo de,Сен-Клод,سینٹ-کلاڈ، زرا,サン＝クロード,圣克洛德		FR	27	39	393	39478	9526	Europe/Paris
6454112	Saint-Loup	saint-loup	Saint-Loup,Sen-Lu,sheng lu,Сен-Лу,سینٹ-لوپ، زرا,圣卢		FR	27	39	391	39490	284	Europe/Paris
6454113	Saint-Pierre	saint-pierre	Sen-Perr,sheng pi ye er,syn-pyry  zra,Сен-Пєрр,سین-پیری، زرا,圣皮耶尔		FR	27	39	393	39494	341	Europe/Paris
6454114	Salans	salans	Salan,Salans,Салан		FR	27	39	391	39498	580	Europe/Paris
6454115	Sellières	sellieres	Sel'er,sai li ai,Сельєр,塞利埃		FR	27	39	392	39508	756	Europe/Paris
6454116	Thésy	thesy	Thesy,Thésy		FR	27	39	391	39529	67	Europe/Paris
6454117	Vaudrey	vaudrey	Vaudrey,Vodre,wawdry,wo de lei,Водре,واودری,沃德雷		FR	27	39	391	39546	388	Europe/Paris
6454118	Gouts	gouts	Gouts		FR	75	40	401	40116	279	Europe/Paris
6454119	Hinx	hinx	Enks,Hins,Hinx,Hinx-sur-lAdour,an zhen,Енкс,安镇		FR	75	40	401	40126	1887	Europe/Paris
6454120	Léon	leon	Leon,Léon		FR	75	40	401	40150	1951	Europe/Paris
6454121	Lussagnet	lussagnet	Lussagnet		FR	75	40	402	40166	72	Europe/Paris
6454122	Meilhan	meilhan			FR	75	40	401	40180	1141	Europe/Paris
6454123	Mimizan	mimizan	Mimizan		FR	75	40	402	40184	6902	Europe/Paris
6454124	Morcenx-la-Nouvelle	morcenx-la-nouvelle	Morcenx-la-Nouvelle		FR	75	40	402	40197	5077	Europe/Paris
6454125	Pey	pey	Pey		FR	75	40	401	40222	666	Europe/Paris
6454126	Villenave	villenave	Villenave		FR	75	40	401	40330	319	Europe/Paris
6454127	Meslay	meslay	Meslay		FR	24	41	412	41138	311	Europe/Paris
6454128	Neuvy	neuvy	Neuvy		FR	24	41	411	41160	317	Europe/Paris
6454129	Roches	roches	Roches		FR	24	41	411	41191	69	Europe/Paris
6454130	Romilly	romilly	Romilly		FR	24	41	412	41193	146	Europe/Paris
6454131	Saint-Aignan	saint-aignan	Saint-Aignan,Sent-En'jan,sheng ai ni ang,Сент-Еньян,سینٹ-ایگنان، لوئر-یت-چر,圣艾尼昂		FR	24	41	413	41198	2854	Europe/Paris
6454132	Saint-Arnoult	saint-arnoult	Saint-Arnoult		FR	24	41	412	41201	319	Europe/Paris
6454134	Saint-Ouen	saint-ouen			FR	24	41	412	41226	3253	Europe/Paris
6454136	Lavieu	lavieu	Lave,Lavieu,la wei e,Лавє,拉维厄		FR	84	42	421	42117	117	Europe/Paris
6454137	Lay	lay	Lay,Le,lai zhen,Ле,莱镇		FR	84	42	422	42118	742	Europe/Paris
6454138	Montbrison	montbrison	Monbrizon,Montbreson,Montbrison,Montbréson,meng bu li song,monburizon,mwnbryswn,Монбризон,مونبریسون,モンブリゾン,蒙布里松		FR	84	42	421	42147	15569	Europe/Paris
6454139	Pinay	pinay	Pinay		FR	84	42	422	42171	281	Europe/Paris
6454140	Saint-Joseph	saint-joseph	Sen-Zhozef,sheng ruo sai,Сен-Жозеф,سینٹ-جوسف، لڑے,圣若塞		FR	84	42	423	42242	1894	Europe/Paris
6454141	Savigneux	savigneux	Savin'e,sa wei gai yu,Савіньє,萨维盖于		FR	84	42	421	42299	3432	Europe/Paris
6454142	Soleymieux	soleymieux			FR	84	42	421	42301	649	Europe/Paris
6454143	Tarentaise	tarentaise	Tarentaise		FR	84	42	423	42306	473	Europe/Paris
6454144	Villars	villars	Villar,Villars,wei la er,Віллар,维拉尔		FR	84	42	423	42330	7978	Europe/Paris
6454145	Saint-Cirgues	saint-cirgues	Saint-Cirgues,Sant Cirgues de Chilhac,Sen-Sirg,sheng xi er gai,Сен-Сирг,Сен-Сірг,سینٹ-کرگیس، ہوتے-لڑے,圣西尔盖		FR	84	43	431	43175	159	Europe/Paris
6454146	Saint-Jeures	saint-jeures	Saint-Jeures,Sant Geire,Sant Gèire,Sen-Zher,sheng re lei,Сен-Жер,سینٹ-جرس,圣热雷		FR	84	43	433	43199	963	Europe/Paris
6454147	Sainte-Marguerite	sainte-marguerite	Sainte-Marguerite		FR	84	43	431	43208	44	Europe/Paris
6454148	Saint-Paulien	saint-paulien	Sant Paulhan,Sant Paulian,Sant Pàulhan,Sen-Pol'jan,sheng bo li an,syn-pwlyn,Сен-Польян,سین-پولین,圣波利安		FR	84	43	432	43216	2405	Europe/Paris
6454149	Saugues	saugues	Saugues		FR	84	43	431	43234	1772	Europe/Paris
6454150	Tence	tence			FR	84	43	433	43244	3084	Europe/Paris
6454151	Nozay	nozay	Noze,Noziacum,Nozieg,nuo ze,Нозе,诺泽		FR	52	44	445	44113	4130	Europe/Paris
6454155	Courcelles-le-Roi	courcelles-le-roi	Courcelles,Courcelles-le-Roi,Kursel',ku er se lai,Курсель,库尔瑟莱		FR	24	45	453	45110	303	Europe/Paris
6454156	Cravant	cravant	Cravant,Crebannum,Kravan,ke la wang,Краван,克拉旺		FR	24	45	452	45116	968	Europe/Paris
6454157	Gien	gien	Gien		FR	24	45	451	45155	14108	Europe/Paris
6454158	Moulon	moulon	Moulon,Mulon,mu long,Мулон,穆隆		FR	24	45	451	45219	198	Europe/Paris
6454159	Orléans	orleans	Orleans,Orléans		FR	24	45	452	45234	114782	Europe/Paris
6454160	Ormes	ormes	Orm,ao er mei,Орм,奥尔梅		FR	24	45	452	45235	4093	Europe/Paris
6454161	Saint-Michel	saint-michel	Saint-Michel,Sen-Mishel',sheng mi she,Сен-Мішель,سینٹ-مچل، لویریت,圣米舍		FR	24	45	453	45294	125	Europe/Paris
6454162	Villemandeur	villemandeur	Villemandeur		FR	24	45	451	45338	6864	Europe/Paris
6454163	Fons	fons	Fon,Fons,Fonts,feng zhen,Фон,丰镇		FR	76	46	462	46108	406	Europe/Paris
6454164	Fontanes	fontanes	Fontan,Fontanas,Fontanas de lAlbenca,Fontanes,feng ta nei,Фонтан,丰塔内		FR	76	46	461	46109	469	Europe/Paris
6454165	Frayssinet	frayssinet	Frayssinet		FR	76	46	463	46113	305	Europe/Paris
6454166	Gramat	gramat	Gramat		FR	76	46	463	46128	3589	Europe/Paris
6454167	Lagardelle	lagardelle	Lagardelle		FR	76	46	461	46147	122	Europe/Paris
6454168	Latronquière	latronquiere	Latronquiere,Latronquière		FR	76	46	462	46160	451	Europe/Paris
6454169	Lauzès	lauzes	Lauzes,Lauzès		FR	76	46	463	46162	179	Europe/Paris
6454170	Mayrinhac-Lentour	mayrinhac-lentour	Mayrinhac-Lentour		FR	76	46	462	46189	507	Europe/Paris
6454171	Montbrun	montbrun	Monbren,Montbrun,meng te bu lan,Монбрен,蒙特布兰		FR	76	46	462	46198	94	Europe/Paris
6454172	Montredon	montredon	Montredon		FR	76	46	462	46207	297	Europe/Paris
6454173	Pomarède	pomarede	Pomarede,Pomarède		FR	76	46	463	46222	180	Europe/Paris
6454174	Pradines	pradines	Pradin,Pradinas,Pradines,pu la di nei,Прадін,普拉迪内		FR	76	46	461	46224	3419	Europe/Paris
6454175	Saint-Clair	saint-clair	Saint-Clair,Sen-Kler,Sent Clar,sheng ke lai,Сен-Клер,سینٹ-کلئیر، لوٹ,圣克莱		FR	76	46	463	46259	148	Europe/Paris
6454176	Lendou-en-Quercy	lendou-en-quercy	Lendou-en-Quercy		FR	76	46	461	46262	641	Europe/Paris
6454177	Saint-Félix	saint-felix	Saint-Felix,Saint-Félix		FR	76	46	462	46266	516	Europe/Paris
6454179	Lacaussade	lacaussade	Lacaussade		FR	75	47	473	47124	218	Europe/Paris
6454180	Lannes	lannes	Lanas,Lann,Lannes,la nei,Ланн,لانیس، لوٹ-اے-گارونی,拉内		FR	75	47	474	47134	373	Europe/Paris
6454181	Lauzun	lauzun			FR	75	47	472	47142	743	Europe/Paris
6454182	Mézin	mezin	Mezin,Mézin		FR	75	47	474	47167	1596	Europe/Paris
6454183	Montastruc	montastruc	Montastrjuk,Montastruc,meng ta si te lu ke,Монтастрюк,蒙塔斯特吕克		FR	75	47	473	47182	278	Europe/Paris
6454184	Montpezat	montpezat	Monpezat,Montpesat,Montpezat,meng te po zha,Монпезат,蒙特珀扎		FR	75	47	471	47190	567	Europe/Paris
6454185	Moustier	moustier	Mostier,Mostièr,Moustier,Mut'e,mu si di ye,Мутье,Мутьє,穆斯蒂耶		FR	75	47	472	47194	329	Europe/Paris
6454186	Peyrière	peyriere	Peiriera,Peirièra,Pejr'er,Pejrer,Peyriere,Peyrière,pei li ai,Пейрьер,Пейрєр,佩里埃		FR	75	47	472	47204	283	Europe/Paris
6454187	Saint-Géraud	saint-geraud	Saint-Geraud,Saint-Géraud,Sant Giraud,Sen-Zhero,sheng re luo,Сен-Жеро,سینٹ-گرد,圣热罗		FR	75	47	472	47245	91	Europe/Paris
6454188	Saint-Léger	saint-leger	Saint-Leger,Saint-Léger		FR	75	47	474	47250	141	Europe/Paris
6454189	Saint-Robert	saint-robert	Sant Robert,Sant Robèrt,Sen-Rober,sheng luo bei er,Сен-Робер,سین-رابرٹ، لوٹ-یت-گرون,圣罗贝尔		FR	75	47	471	47273	182	Europe/Paris
6454190	Villeréal	villereal	Villereal,Villeréal		FR	75	47	473	47324	1272	Europe/Paris
6454197	Maulévrier	maulevrier			FR	52	49	492	49192	3161	Europe/Paris
6454200	Noyant-Villages	noyant-villages			FR	52	49	493	49228	5680	Europe/Paris
6454203	Verrie	verrie	Verri,Verrie,wei er li ye,Веррі,韦尔里耶		FR	52	49	493	49370	478	Europe/Paris
6454204	Lys-Haut-Layon	lys-haut-layon	Lys-Haut-Layon		FR	52	49	492	49373	7882	Europe/Paris
6454205	Champeaux	champeaux	Champeaux,Shampo,shang bo,Шампо,尚波		FR	28	50	501	50117	364	Europe/Paris
6454206	Colomby	colomby	Colomby,Kolombi,ke long bi,Коломби,Коломбі,科隆比		FR	28	50	502	50138	528	Europe/Paris
6454207	Coutances	coutances			FR	28	50	503	50147	8624	Europe/Paris
6454208	Cuves	cuves	Cuves,Kiv,Kjuv,qu wei,Кив,Кюв,屈韦		FR	28	50	501	50158	284	Europe/Paris
6454210	Flottemanville	flottemanville	Flottemanville		FR	28	50	502	50186	185	Europe/Paris
6454212	Gonneville-Le Theil	gonneville-le-theil	Gonneville-Le Theil,Gonnvil',Gonvil,ge na wei er,Гонвил,Гоннвиль,Гоннвіль,戈纳维尔		FR	28	50	502	50209	1574	Europe/Paris
6454213	Graignes-Mesnil-Angot	graignes-mesnil-angot	Graignes-Mesnil-Angot,Gren'-Meni-Ango,ge lai gai mei si ni ang ge,Грень-Мени-Анго,Грень-Мені-Анго,格赖盖梅斯尼昂戈		FR	28	50	504	50216	793	Europe/Paris
6454214	Lestre	lestre	Letr,lai si te er,Летр,莱斯特尔		FR	28	50	502	50268	247	Europe/Paris
6454217	Néhou	nehou	Nehou,Néhou		FR	28	50	502	50370	618	Europe/Paris
6454218	Ouville	ouville	Ouville,Uvil',wu wei er,Увиль,Увіль,乌维尔		FR	28	50	503	50389	449	Europe/Paris
6454219	Percy-en-Normandie	percy-en-normandie	Percy-en-Normandie,Persi,pei er xi,Перси,Персі,佩尔西		FR	28	50	504	50393	2596	Europe/Paris
6454220	Périers	periers	Per'e,Pere,Periers,Périers,pei li ye,Перье,Перє,佩里耶		FR	28	50	503	50394	2301	Europe/Paris
6454221	Raids	raids	Raids,Red,lai de,Ред,赖德		FR	28	50	503	50422	187	Europe/Paris
6454222	Sainte-Colombe	sainte-colombe	Sainte-Colombe,Sent-Kolomb,sheng ke long bu,Сент-Коломб,سین-کولومبے، منچھ,圣科隆布		FR	28	50	502	50457	216	Europe/Paris
6454223	Saint-Cyr	saint-cyr	Sen-Sir,sheng xi,Сен-Сир,Сен-Сір,سینٹ-کیر، منچھ,圣西		FR	28	50	502	50461	185	Europe/Paris
6454224	Saint-Lô	saint-lo	Saint-Lo,Saint-Lô		FR	28	50	504	50502	18961	Europe/Paris
6454225	Saint-Loup	saint-loup	Sen-Lu,sheng lu,Сен-Лу,سینٹ-لوپ، منچھ,圣卢		FR	28	50	501	50505	723	Europe/Paris
6454226	Savigny	savigny	Savin'i,sa wei ni,Савиньи,Савіньї,萨维尼		FR	28	50	503	50569	446	Europe/Paris
6454227	Sortosville	sortosville	Sortosville,Sortovil',suo er tuo si wei er,Сортовиль,Сортовіль,索尔托斯维尔		FR	28	50	502	50578	93	Europe/Paris
6454228	Sourdeval	sourdeval	Sourdeval		FR	28	50	501	50582	3162	Europe/Paris
6454230	Ver	ver	Ver		FR	28	50	503	50626	375	Europe/Paris
6454232	Champaubert	champaubert	Alberti campus,Champaubert,Shampober,shang bo bei er,Шампобер,尚波贝尔		FR	44	51	512	51113	124	Europe/Paris
6454233	Champguyon	champguyon	Champguyon		FR	44	51	512	51116	271	Europe/Paris
6454234	Charleville	charleville	Sharlevil',Sharlvil,sha er lei wei er,Шарлвил,Шарлевіль,沙尔勒维尔		FR	44	51	512	51129	244	Europe/Paris
6454235	Charmont	charmont	Charmont		FR	44	51	514	51130	222	Europe/Paris
6454236	Coole	coole	Coole,Kol,Kool',ke ao er,Кол,Кооль,科奥尔		FR	44	51	514	51167	144	Europe/Paris
6454237	Courville	courville	Kurvil,Kurvil',ku er wei er,Курвил,Курвіль,库尔维尔		FR	44	51	513	51194	460	Europe/Paris
6454238	Esternay	esternay	Esternay		FR	44	51	512	51237	1909	Europe/Paris
6454239	Fismes	fismes	Fismes		FR	44	51	513	51250	5493	Europe/Paris
6454240	Francheville	francheville	Francheville		FR	44	51	511	51259	210	Europe/Paris
6454241	Hans	hans	Ans,Hans,Khans,ang zhen,Анс,Ханс,昂镇		FR	44	51	511	51283	145	Europe/Paris
6454242	Hermonville	hermonville	Hermonville		FR	44	51	513	51291	1447	Europe/Paris
6454243	Marigny	marigny	Marigny		FR	44	51	512	51351	107	Europe/Paris
6454244	Marolles	marolles	Marolles		FR	44	51	514	51352	900	Europe/Paris
6454245	Moivre	moivre	Moivre		FR	44	51	511	51371	62	Europe/Paris
6454246	Montmirail	montmirail	Monmiraj,Montmirail,meng mi lai,Монмірай,蒙米賴		FR	44	51	512	51380	3611	Europe/Paris
6454248	Poix	poix	Poix		FR	44	51	511	51438	72	Europe/Paris
6454249	Possesse	possesse	Possesse		FR	44	51	514	51442	168	Europe/Paris
6454250	Prunay	prunay	Prunay		FR	44	51	513	51449	1039	Europe/Paris
6454251	Reims	reims	Durocortorum,Gorad Rehjms,Reims,Reimsa,Reimsas,Rejms,Remes,Remeš,Rems,Rens,laengseu,lan si,rans,ransu,rayym,reimsi,rensa,rns,ryyms,Ρενς,Горад Рэймс,Реймс,Ремс,ריימס,رائیم,رانس,رنس,रेंस,แร็งส์,რეიმსი,ランス,兰斯,랭스		FR	44	51	513	51454	183113	Europe/Paris
6454252	Romain	romain	Romain		FR	44	51	513	51464	322	Europe/Paris
6454253	Rosnay	rosnay	Rone,Rosnay,luo si nai,Роне,罗斯奈		FR	44	51	513	51468	346	Europe/Paris
6454254	Rouffy	rouffy	Rouffy		FR	44	51	512	51469	114	Europe/Paris
6454255	Saint-Pierre	saint-pierre	Saint-Pierre		FR	44	51	511	51509	295	Europe/Paris
6454256	Sézanne	sezanne	Sezanne,Sézanne		FR	44	51	512	51535	4912	Europe/Paris
6454257	Suippes	suippes	Suippes		FR	44	51	511	51559	3931	Europe/Paris
6454258	Verrières	verrieres	Verrieres,Verrières		FR	44	51	511	51610	412	Europe/Paris
6454259	Blancs-Coteaux	blancs-coteaux			FR	44	51	512	51612	3330	Europe/Paris
6454260	Magenta	magenta	Magenta,Mazenta,Mazhanta,ma rang ta,Мажанта,马让塔		FR	44	51	512	51663	1717	Europe/Paris
6454261	Chaumont	chaumont	Calmontium,Shomon,Somon,shomon,shwmwn  awt marn,shwmwn  awt mrn,syomong,xiao meng,Σωμόν,Шомон,شومون، اوت مارن,شومون، اوت مرن,ショーモン,肖蒙,쇼몽		FR	44	52	521	52121	22367	Europe/Paris
6454262	Choiseul	choiseul	Choiseul,Shoazel,Shuazel',shu wa se,Шоазел,Шуазель,舒瓦瑟		FR	44	52	521	52127	78	Europe/Paris
6454263	Clefmont	clefmont	Clefmont,Klefmon,Klemon,ke lai fu meng,Клемон,Клефмон,克莱夫蒙		FR	44	52	521	52132	179	Europe/Paris
6454264	Faverolles	faverolles	Faverolles		FR	44	52	522	52196	103	Europe/Paris
6454265	Fays	fays	Fays		FR	44	52	523	52198	75	Europe/Paris
6454266	Froncles	froncles	Froncles		FR	44	52	521	52211	1558	Europe/Paris
6454267	Joinville	joinville	Joinville,Zhuenvil',ru wan wei er,Жуенвіль,茹万维尔		FR	44	52	523	52250	3177	Europe/Paris
6454268	Jonchery	jonchery			FR	44	52	521	52251	1022	Europe/Paris
6454269	Juzennecourt	juzennecourt	Juzennecourt		FR	44	52	521	52253	210	Europe/Paris
6454270	Lafauche	lafauche			FR	44	52	521	52256	77	Europe/Paris
6454271	Langres	langres	Langres		FR	44	52	522	52269	7761	Europe/Paris
6454272	Lavilleneuve	lavilleneuve	Lavilleneuve		FR	44	52	522	52277	62	Europe/Paris
6454273	Longchamp	longchamp	Longchamp		FR	44	52	521	52291	75	Europe/Paris
6454274	Maizières	maizieres	Maizieres,Maizières		FR	44	52	523	52302	196	Europe/Paris
6454275	Mareilles	mareilles	Mareilles		FR	44	52	521	52313	162	Europe/Paris
6454276	Merrey	merrey	Merre,Merrey,mei er lei,Мерре,梅尔雷		FR	44	52	521	52320	105	Europe/Paris
6454277	Millières	millieres	Millieres,Millières		FR	44	52	521	52325	112	Europe/Paris
6454278	Noyers	noyers	Noyers		FR	44	52	521	52358	81	Europe/Paris
6454279	Rupt	rupt	Rupt		FR	44	52	523	52442	333	Europe/Paris
6454280	Sexfontaines	sexfontaines	Sexfontaines		FR	44	52	521	52472	130	Europe/Paris
6454281	Voisey	voisey	Voisey,Vuaze,wa sai,Вуазе,瓦塞		FR	44	52	522	52544	293	Europe/Paris
6454282	Gastines	gastines	Gastines		FR	52	53	531	53102	162	Europe/Paris
6454283	Gesnes	gesnes	Gesnes,Zhen,re si nei,Жен,热斯内		FR	52	53	533	53105	229	Europe/Paris
6454284	Houssay	houssay			FR	52	53	531	53117	486	Europe/Paris
6454285	Prée-d'Anjou	pree-d-anjou	Pree-d'Anjou,Prée-d'Anjou		FR	52	53	531	53124	1435	Europe/Paris
6454286	Laval	laval	Laval,Laval i Frankrike,Laval',Lavalis,Vallis Guidonis,la wa lei,labal,lawal,ravu~aru,Лавал,Лаваль,לאוואל,لاوال,ラヴァル,拉瓦勒,라발		FR	52	53	532	53130	49492	Europe/Paris
6454287	Mayenne	mayenne	Kommunen Mayenne,Majenn,Meduana,mai ang,maien'nu,Майенн,Майєнн,マイエンヌ,迈昂		FR	52	53	533	53147	12893	Europe/Paris
6454288	Ménil	menil			FR	52	53	531	53150	963	Europe/Paris
6454289	Montjean	montjean	Montjean,Monzhan,meng te rang,Монжан,蒙特让		FR	52	53	532	53158	1025	Europe/Paris
6454290	Oisseau	oisseau	Oisseau		FR	52	53	533	53170	1193	Europe/Paris
6454291	Peuton	peuton	Peuton		FR	52	53	531	53178	228	Europe/Paris
6454292	Saint-Brice	saint-brice	Saint-Brice,Sen-Bris,sheng bu li ke,Сен-Брис,سینٹ-برکے، مینے,圣布里克		FR	52	53	531	53203	529	Europe/Paris
6454293	Trans	trans	Tran,Trans,te lang,Тран,特朗		FR	52	53	533	53266	235	Europe/Paris
6454294	Crusnes	crusnes	Krin,Krjun,ke lu si nei,Крин,Крюн,克吕斯内		FR	44	54	541	54149	1574	Europe/Paris
6454295	Eulmont	eulmont	Ehl'mon,El'mon,Elmon,e er meng,Елмон,Ельмон,Эльмон,厄尔蒙		FR	44	54	543	54186	1044	Europe/Paris
6454296	Faulx	faulx			FR	44	54	543	54188	1332	Europe/Paris
6454297	Ferrières	ferrieres	Ferrieres,Ferrières		FR	44	54	543	54192	300	Europe/Paris
6454298	Foug	foug	Fagus,Foug,Fug,fu zhen,Фуг,富镇		FR	44	54	544	54205	2688	Europe/Paris
6454299	Gugney	gugney	Gugney		FR	44	54	543	54241	75	Europe/Paris
6454300	Haraucourt	haraucourt	Arokur,Haraucourt,Арокур		FR	44	54	543	54250	724	Europe/Paris
6454301	Lunéville	luneville	Luneville,Lunéville		FR	44	54	542	54329	18566	Europe/Paris
6454302	Maizières	maizieres	Maizieres,Maizières		FR	44	54	543	54336	980	Europe/Paris
6454303	Martincourt	martincourt	Martenkur,Martincourt,ma er tan ku er,Мартенкур,马尔坦库尔		FR	44	54	544	54355	97	Europe/Paris
6454304	Moivrons	moivrons	Moivrons		FR	44	54	543	54372	489	Europe/Paris
6454305	Montigny	montigny	Montigny		FR	44	54	542	54377	149	Europe/Paris
6454306	Mousson	mousson	Mousson		FR	44	54	543	54390	106	Europe/Paris
6454307	Nancy	nancy	Gorad Nansi,Nanceium,Nanci,Nancio,Nancy,Nancí,Nansi,Nansy,Nansī,Nanzeg,n xng si,nan xi,nanasi,nangsi,nanshi,nansi,nansy,nynsy,Νανσύ,Горад Нансі,Нанси,Нансі,Նանսի,נאנסי,نانسي,نانسی,نینسی,नांसी,नान्सी,ਨਾਨਸੀ,น็องซี,ནཱན་སི།,ნანსი,ናንሲ,ナンシー,南锡,낭시		FR	44	54	543	54395	104592	Europe/Paris
6454308	Pierrepont	pierrepont	P'erpon,P'errpon,Perrpon,Pierrepont,pi ye er lei peng,Пьерпон,Пьеррпон,Пєррпон,皮耶尔雷蓬		FR	44	54	541	54428	870	Europe/Paris
6454309	Pont-à-Mousson	pont-a-mousson	Pont-a-Mousson,Pont-à-Mousson		FR	44	54	543	54431	14404	Europe/Paris
6454310	Prény	preny	Preny,Prény		FR	44	54	543	54435	358	Europe/Paris
6454311	Saint-Germain	saint-germain	Saint-Germain		FR	44	54	542	54475	160	Europe/Paris
6454312	Sivry	sivry	Sivry		FR	44	54	543	54508	259	Europe/Paris
6454313	Thil	thil	Thil,Tij,Til',di zhen,Тий,Тиль,Тій,蒂镇		FR	44	54	541	54521	1772	Europe/Paris
6454314	Toul	toul	Toul		FR	44	54	544	54528	15707	Europe/Paris
6454315	Tronville	tronville	Tronville		FR	44	54	541	54535	198	Europe/Paris
6454316	Ugny	ugny	Jun'i,Ugny,yu ni,Юньи,Юньї,于尼		FR	44	54	541	54537	728	Europe/Paris
6454317	Valleroy	valleroy	Val'rua,Valleroy,Vallerua,wa lei lu wa,Валлеруа,Вальруа,瓦勒鲁瓦		FR	44	54	541	54542	2346	Europe/Paris
6454318	Vallois	vallois	Vallois		FR	44	54	542	54543	154	Europe/Paris
6454319	Vaudémont	vaudemont	Vaudemont,Vaudémont		FR	44	54	543	54552	64	Europe/Paris
6454320	Vaudeville	vaudeville	Vaudeville,Vodevil',Vodvil',wo de wei er,Водвиль,Водвіль,Водевиль,واودویل، مورته‌ات مسل,沃德维尔		FR	44	54	543	54553	165	Europe/Paris
6454321	Vigneulles	vigneulles	Vigneulles,Vin'el',Vin'jol',wei gai yu lai,Виньель,Виньёль,Віньєль,维盖于莱		FR	44	54	542	54565	246	Europe/Paris
6454322	Damloup	damloup	Damloup		FR	44	55	553	55143	133	Europe/Paris
6454323	Damvillers	damvillers	Damvile,Damville,Damvillers,Danviller,dang wei lai er,Дамвиле,Дамвилле,Дамвілле,Данвиллер,当维莱尔		FR	44	55	553	55145	652	Europe/Paris
6454324	Lachaussée	lachaussee			FR	44	55	552	55267	270	Europe/Paris
6454325	Loison	loison	Loison,Luazon,lu wa song,Луазон,卢瓦松		FR	44	55	553	55299	119	Europe/Paris
6454326	Malancourt	malancourt			FR	44	55	553	55313	62	Europe/Paris
6454327	Mangiennes	mangiennes	Mangiennes		FR	44	55	553	55316	396	Europe/Paris
6454328	Marville	marville	Marvil',Marville,ma er wei er,Марвиль,Марвіль,马尔维尔		FR	44	55	553	55324	497	Europe/Paris
6454329	Maulan	maulan			FR	44	55	551	55326	116	Europe/Paris
6454330	Montmédy	montmedy	Montmedy,Montmédy		FR	44	55	553	55351	2178	Europe/Paris
6454331	Pareid	pareid	Pareid		FR	44	55	553	55399	120	Europe/Paris
6454332	Rumont	rumont	Rjumon,Rumont,lu meng,Рюмон,吕蒙		FR	44	55	551	55446	87	Europe/Paris
6454333	Saint-Mihiel	saint-mihiel	Saint-Mihiel		FR	44	55	552	55463	4149	Europe/Paris
6454334	Sampigny	sampigny	Sampigny,Sampin'i,sang pi ni,Сампиньи,Сампіньї,桑皮尼		FR	44	55	552	55467	722	Europe/Paris
6454335	Langonnet	langonnet	Langonnet		FR	53	56	562	56100	1808	Europe/Paris
6454336	Locqueltas	locqueltas	Lokel'ta,Lokeltaz,luo qu ai er ta,Локельта,洛屈埃尔塔		FR	53	56	563	56120	1695	Europe/Paris
6454337	Mauron	mauron	Mauron		FR	53	56	562	56127	3092	Europe/Paris
6454338	Muzillac	muzillac	Muzillac		FR	53	56	563	56143	4999	Europe/Paris
6454339	Pénestin	penestin	Penestin,Pénestin		FR	53	56	563	56155	1878	Europe/Paris
6454340	Pluméliau-Bieuzy	plumeliau-bieuzy	Plumeliau-Bieuzy,Pluméliau-Bieuzy		FR	53	56	562	56173	4395	Europe/Paris
6454341	Pontivy	pontivy			FR	53	56	562	56178	14491	Europe/Paris
6454342	Quiberon	quiberon	Quiberon		FR	53	56	561	56186	4842	Europe/Paris
6454344	Surzur	surzur	Surzur		FR	53	56	563	56248	4326	Europe/Paris
6454345	Taupont	taupont	Talbont,Topon,tuo peng,Топон,托蓬		FR	53	56	562	56249	2204	Europe/Paris
6454346	Tréal	treal	Treal,Treal',Tréal,te lei a,tryal,Треаль,تریال,特雷阿		FR	53	56	563	56253	646	Europe/Paris
6454347	Bouzonville	bouzonville	Bouzonville,Busendorf,Buzonvil',bu zong wei er,Бузонвиль,Бузонвіль,布宗维尔		FR	44	57	573	57106	3970	Europe/Paris
6454348	Bréhain	brehain	Brehain,Bréhain		FR	44	57	575	57107	107	Europe/Paris
6454349	Cuvry	cuvry	Cuvry		FR	44	57	579	57162	839	Europe/Paris
6454350	Dieuze	dieuze	Dieuze		FR	44	57	575	57177	2942	Europe/Paris
6454351	Ennery	ennery	Enneri,Ennery,Еннери,Еннері		FR	44	57	579	57193	2010	Europe/Paris
6454408	Écaillon	ecaillon	Ecaillon,Écaillon		FR	32	59	593	59185	1942	Europe/Paris
6454352	Failly	failly	Fai,Failly,Failly-Vremy,Failly-Vrémy,Faji,fei li,fyly,Фаи,Файи,Фаї,Фаји,فیلی,费利		FR	44	57	579	57204	501	Europe/Paris
6454353	Farschviller	farschviller	Farschweiler,Farshviller,fa er si ke wei lai,Фаршвиллер,Фаршвіллер,法尔斯克维莱		FR	44	57	573	57208	1395	Europe/Paris
6454354	Faulquemont	faulquemont	Faulquemont		FR	44	57	573	57209	5394	Europe/Paris
6454355	Fénétrange	fenetrange	Fenetrange,Fénétrange		FR	44	57	575	57210	718	Europe/Paris
6454356	Fleury	fleury	Fleri,Fleury,fu lei li,Флери,Флері,弗勒里		FR	44	57	579	57218	1179	Europe/Paris
6454357	Forbach	forbach	Forbach,Forbak,Forbakh,forubakku,fu er ba ke,fwrbk,poleubakeu,Форбак,Форбах,فوربک,フォルバック,福尔巴克,포르바크		FR	44	57	573	57227	21627	Europe/Paris
6454358	Gerbécourt	gerbecourt	Zherbekur,re er bei ku er,Жербекур,热尔贝库尔		FR	44	57	575	57247	94	Europe/Paris
6454359	Goin	goin	Goan,Goin,Guen,guan zhen,Гоан,Гуен,关镇		FR	44	57	579	57251	333	Europe/Paris
6454360	Gorze	gorze	Gorze		FR	44	57	579	57254	1176	Europe/Paris
6454361	Hellimer	hellimer	Hellimer		FR	44	57	573	57311	560	Europe/Paris
6454362	Laquenexy	laquenexy	Lakneksi,Laquenexy,la qu ai na ke xi,laqwynyksy,Лакнекси,Лакнексі,لاقوینیکسی,拉屈埃纳克西		FR	44	57	579	57385	1139	Europe/Paris
6454363	Lixheim	lixheim	Liksem,Lixheim,li ke sang,Ликсем,Ліксем,利克桑		FR	44	57	575	57407	593	Europe/Paris
6454364	Lorquin	lorquin	Lorken,Lorquin,luo er qu an,Лоркен,洛尔屈安		FR	44	57	575	57414	1153	Europe/Paris
6454365	Metz	metz	Gorad Mec,Mec,Meca,Mecas,Meds,Mets,Mettis,Mety,Metz,Mètz,mei si,mesa,meseu,mesu,metcu,metsi,mtz,mytz,mz,Μετς,Горад Мец,Мец,מעץ,מץ,متز,ميتز,میٹز,मेस,மெட்சு,แม็ส,མེ་ཊི་ཛི།,მეცი,メス,梅斯,메스		FR	44	57	579	57463	117890	Europe/Paris
6454366	Pouilly	pouilly	Pouilly,Pui,pu yi,Пуи,Пуї,普伊		FR	44	57	579	57552	620	Europe/Paris
6454367	Raville	raville			FR	44	57	579	57563	277	Europe/Paris
6454368	Rouhling	rouhling	Rouhling,Ruhlingen,Rulen,lu lan,rwlyng,Рулен,رولینگ,鲁兰		FR	44	57	576	57598	2088	Europe/Paris
6454369	Saint-Avold	saint-avold	Saint-Avold		FR	44	57	573	57606	15446	Europe/Paris
6454370	Saint-Hubert	saint-hubert	Saint-Hubert,Sen-Juber,sheng yu bei er,Сен-Юбер,سینٹ-ہوبرٹ، موسیلے,圣于贝尔		FR	44	57	579	57612	232	Europe/Paris
6454371	Saint-Louis	saint-louis	Saint-Louis,Sankt Ludwig bei Pfalzburg,Sen-Lui,sheng lu yi,Сен-Луи,Сен-Луї,سینٹ-لوئیس، موسیلے,圣路易		FR	44	57	575	57618	660	Europe/Paris
6454372	Saint-Quirin	saint-quirin	Saint-Quirin		FR	44	57	575	57623	727	Europe/Paris
6454373	Sarralbe	sarralbe	Sarralbe		FR	44	57	576	57628	4556	Europe/Paris
6454374	Sarreguemines	sarreguemines	Sarreguemines		FR	44	57	576	57631	20944	Europe/Paris
6454375	Thionville	thionville	Thionville		FR	44	57	577	57672	40586	Europe/Paris
6454376	Varsberg	varsberg	Varsber,Varsberg,wa er si bei er,wrsbrg,Варсбер,ورسبرگ,瓦尔斯贝尔		FR	44	57	573	57696	940	Europe/Paris
6454377	Vigy	vigy	Vigy		FR	44	57	579	57716	1710	Europe/Paris
6454378	Viviers	viviers	Viv'e,Vive,Viviers,wei wei ye er,Вивье,Вівє,维维耶尔		FR	44	57	575	57727	124	Europe/Paris
6454379	Flez-Cuzy	flez-cuzy	Flaiacum,Flez-Cuzy,Flez-Kjuzi,fu lai qu qi,Флез-Кюзи,Флез-Кюзі,弗莱屈齐		FR	27	58	582	58116	133	Europe/Paris
6454380	Fours	fours	Fours,Fur,Furni,fu er,Фур,富尔		FR	27	58	581	58118	652	Europe/Paris
6454381	Isenay	isenay	Isenay,Izne,Ysenaium,yi se nai,Ізне,Изне,伊瑟奈		FR	27	58	581	58135	96	Europe/Paris
6454382	Lormes	lormes	Lormes		FR	27	58	581	58145	1296	Europe/Paris
6454383	Maux	maux	Mo,mo zhen,Мо,莫镇		FR	27	58	581	58161	140	Europe/Paris
6454384	Narcy	narcy	Narcy,Narsi,na er xi,Нарси,Нарсі,纳尔西		FR	27	58	584	58189	531	Europe/Paris
6454385	Nevers	nevers	Nevers		FR	27	58	583	58194	33235	Europe/Paris
6454386	Oisy	oisy	Oisy		FR	27	58	582	58198	307	Europe/Paris
6454387	Poil	poil	Poil		FR	27	58	581	58211	140	Europe/Paris
6454388	Raveau	raveau	Raveau,Ravo,la wo,Раво,拉沃		FR	27	58	584	58220	686	Europe/Paris
6454389	Rémilly	remilly	Remii,Remilly,Rémilly,lei mi li,Ремии,Ремії,雷米利		FR	27	58	581	58221	154	Europe/Paris
6454390	Saint-Loup	saint-loup	Sen-Lu,sheng lu,Сен-Лу,سینٹ-لوپ، نورے,圣卢		FR	27	58	584	58251	478	Europe/Paris
6454391	Sainte-Marie	sainte-marie	Sent-Mari,sheng ma li,Сент-Мари,Сент-Марі,سین-مرے، نورے,圣玛丽		FR	27	58	583	58253	81	Europe/Paris
6454392	Saint-Seine	saint-seine	Sen-Sen,sheng sang,Сен-Сен,سین-سینے,圣桑		FR	27	58	581	58268	208	Europe/Paris
6454393	Saint-Sulpice	saint-sulpice	Saint-Sulpice,Sen-Sjul'pis,sheng xu er pi ke,Сен-Сюльпис,Сен-Сюльпіс,圣叙尔皮克		FR	27	58	583	58269	409	Europe/Paris
6454394	Saizy	saizy	Saizy,Sezi,sai qi,Сези,Сезі,赛齐		FR	27	58	582	58271	192	Europe/Paris
6454395	Tannay	tannay	Tanne,ta nai,Танне,塔奈		FR	27	58	582	58286	588	Europe/Paris
6454396	Vandenesse	vandenesse	Vandenesse		FR	27	58	581	58301	322	Europe/Paris
6454397	Varennes-Vauzelles	varennes-vauzelles	Varennes-Vauzelles		FR	27	58	583	58303	9389	Europe/Paris
6454398	Varzy	varzy	Varzi,Varzy,wa er qi,Варзи,Варзі,瓦尔齐		FR	27	58	582	58304	1219	Europe/Paris
6454399	Bousignies	bousignies	Bousignies,Buzini,bu xi ni,Бузини,Бузињи,Бузіні,布西尼		FR	32	59	596	59100	327	Europe/Paris
6454400	Cambrai	cambrai	Cambrai		FR	32	59	592	59122	32668	Europe/Paris
6454401	Cassel	cassel	Cassel,Castellum Menapiorum,Kasel,Kassel,Kassel',ka sai lei,Касел,Кассель,קאסל,卡塞勒		FR	32	59	594	59135	2301	Europe/Paris
6454403	Cousolre	cousolre	Cousolre		FR	32	59	591	59157	2289	Europe/Paris
6454404	Croix	croix	Croix,Kroa,Krua,ke lu wa,keulua,krwa  shmal,kurowa,Кроа,Круа,کروآ، شمال,クロワ,克鲁瓦,크루아		FR	32	59	595	59163	21271	Europe/Paris
6454405	Curgies	curgies	Curgies,Kirzhi,Kjurzhi,qu er ji,Киржи,Кюржи,Кюржі,屈尔吉		FR	32	59	596	59166	1159	Europe/Paris
6454406	Denain	denain	Denain		FR	32	59	596	59172	19714	Europe/Paris
6454407	Douai	douai			FR	32	59	593	59178	39657	Europe/Paris
6454409	Ennetières-en-Weppes	ennetieres-en-weppes	Ennetieres-en-Weppes,Ennetières-en-Weppes,Ennt'er-an-Vepp,ai ne di ye er ang wei pu,Еннтьер-ан-Вепп,Еннтьєр-ан-Вепп,埃讷蒂耶尔昂韦普		FR	32	59	595	59196	1316	Europe/Paris
6454410	Haubourdin	haubourdin	Haubourdin		FR	32	59	595	59286	14934	Europe/Paris
6454411	Hem	hem	Am,Em,Hem,ai mu,Ам,Ем,埃姆		FR	32	59	595	59299	18914	Europe/Paris
6454412	Inchy	inchy	Enshi,Inchy,an xi,Енши,Енші,安希		FR	32	59	592	59321	738	Europe/Paris
6454413	Killem	killem	Kilem,Killem,ji ye lang,Килем,Киллем,Кіллем,基耶朗		FR	32	59	594	59326	1084	Europe/Paris
6454414	Lille	lille	Gorad Lil',Insula,Lil,Lila,Lilis,Lill,Lill',Lilla,Lille,Rijsel,Rysel,li er,lil,lila,lili,lly,lyl,riru,Λιλ,Горад Ліль,Лил,Лилль,Лілль,ליל,للی,ليل,لیل,लील,லீல்,ลีล,ლილი,リール,里尔,릴		FR	32	59	595	59350	232440	Europe/Paris
6454415	Loos	loos	Loos,Loos-lez-Lille,Los,loseu,luo ao,lw  nwr,lw  shmal,rosu,Лос,لو، شمال,لو، نور,ロス,洛奥,로스		FR	32	59	595	59360	22076	Europe/Paris
6454416	Maubeuge	maubeuge	Maubeuge		FR	32	59	591	59392	29679	Europe/Paris
6454417	Neuvilly	neuvilly	Neuvilly,Nevilli,ne wei li,Невилли,Невіллі,讷维利		FR	32	59	592	59430	1125	Europe/Paris
6454418	Oisy	oisy	Uazi,wa xi,Уази,Уазі,瓦西		FR	32	59	596	59446	596	Europe/Paris
6454419	Orchies	orchies	Orchies		FR	32	59	593	59449	8634	Europe/Paris
6454420	Râches	raches	Raches,Râches		FR	32	59	593	59486	2738	Europe/Paris
6454421	Rosult	rosult	Rosult,Rozju,luo xu,Розю,罗叙		FR	32	59	596	59511	1908	Europe/Paris
6454422	Saint-Aubin	saint-aubin	Sent-Oben,sheng ou ban,Сент-Обен,سینٹ-ابن، نورد,圣欧班		FR	32	59	591	59529	367	Europe/Paris
6454423	Seclin	seclin	Seclin		FR	32	59	595	59560	12463	Europe/Paris
6454424	Trélon	trelon	Trelon,Trélon		FR	32	59	591	59601	2915	Europe/Paris
6454425	Vieux-Condé	vieux-conde	Vieux-Conde,Vieux-Condé		FR	32	59	596	59616	10395	Europe/Paris
6454426	Wallers	wallers	Valle,Valler,wa lai er,Валле,Валлер,瓦莱尔		FR	32	59	596	59632	5494	Europe/Paris
6454427	Wattignies	wattignies	Wattignies		FR	32	59	595	59648	14485	Europe/Paris
6454428	Bulles	bulles	Bil,Bjul',Bulle,Bulles,bi lai,Бил,Бюль,比莱		FR	32	60	602	60115	906	Europe/Paris
6454429	Bussy	bussy	Bisi,Bjussi,Bussy,bi xi,Биси,Бюссі,比西		FR	32	60	603	60117	325	Europe/Paris
6454430	Clermont	clermont	Clermont,Clermont i Oise,Clérmont,Klermon,ke lai meng,Клермон,克莱蒙		FR	32	60	602	60157	10193	Europe/Paris
6454431	Compiègne	compiegne	Compiegne,Compiègne		FR	32	60	603	60159	40258	Europe/Paris
6454432	Coudun	coudun	Coudun		FR	32	60	603	60166	1038	Europe/Paris
6454433	Dompierre	dompierre	Dompierre		FR	32	60	602	60201	242	Europe/Paris
6454434	Erquery	erquery	Erquery		FR	32	60	602	60215	618	Europe/Paris
6454435	Feuquières	feuquieres			FR	32	60	601	60233	1431	Europe/Paris
6454436	Fleury	fleury			FR	32	60	601	60239	551	Europe/Paris
6454437	Fouquerolles	fouquerolles	Fukrol,Fukrol',fu qu ai luo lai,Фукрол,Фукроль,富屈埃罗莱		FR	32	60	601	60251	283	Europe/Paris
6454438	Gaudechart	gaudechart	Gaudechart		FR	32	60	601	60269	374	Europe/Paris
6454439	Gerberoy	gerberoy	Gerberoy		FR	32	60	601	60271	93	Europe/Paris
6454440	Halloy	halloy			FR	32	60	601	60295	454	Europe/Paris
6454441	Hardivillers	hardivillers	Hardivillers		FR	32	60	602	60299	550	Europe/Paris
6454442	Haucourt	haucourt	Haucourt		FR	32	60	601	60301	137	Europe/Paris
6454443	Lagny	lagny	Lagny,Lan'i,la ni,lagny  wysy,Ланьї,لاگنی، ویسی,拉尼		FR	32	60	603	60340	530	Europe/Paris
6454444	Liancourt	liancourt			FR	32	60	602	60360	6986	Europe/Paris
6454445	Mello	mello	Mello,Мелло		FR	32	60	604	60393	633	Europe/Paris
6454446	Monceaux	monceaux			FR	32	60	602	60406	816	Europe/Paris
6454447	Montiers	montiers	Mont'e,Montiers,meng di ye er,Монтьє,蒙蒂耶尔		FR	32	60	602	60418	424	Europe/Paris
6454448	Morvillers	morvillers			FR	32	60	601	60435	474	Europe/Paris
6454449	Noroy	noroy	Noroy,Norua,nuo lu wa,Норуа,诺鲁瓦		FR	32	60	602	60466	222	Europe/Paris
6454450	Noyon	noyon	Noyon		FR	32	60	603	60471	13666	Europe/Paris
6454451	Oudeuil	oudeuil	Oudeuil		FR	32	60	601	60484	260	Europe/Paris
6454452	Pontpoint	pontpoint			FR	32	60	604	60508	3240	Europe/Paris
6454453	Pouilly	pouilly	Pouilly,Pui,pu yi,Пуї,普伊		FR	32	60	601	60512	153	Europe/Paris
6454454	Rieux	rieux	Rie,Rieux,er yue,Ріє,尔约		FR	32	60	602	60539	1561	Europe/Paris
6454455	Rosières	rosieres	Rosieres,Rosières,Roz'er,luo xi ai,Розьєр,罗西埃		FR	32	60	604	60546	136	Europe/Paris
6454456	Rosoy	rosoy	Rosoy,Rozua,luo su wa,Розуа,罗苏瓦		FR	32	60	602	60547	633	Europe/Paris
6454457	Royaucourt	royaucourt	Royaucourt,Ruajokur,lu wa ao ku er,Руайокур,鲁瓦奥库尔		FR	32	60	602	60556	207	Europe/Paris
6454458	Saint-Paul	saint-paul	Saint-Paul,Sen-Pol',sheng bo,Сен-Поль,سینٹ-پال، ایسے,圣波		FR	32	60	601	60591	1533	Europe/Paris
6454459	Senlis	senlis	Sanlis,Senlis,Silvanectum,s xng lis,sang li,sangliseu,sanrisu,Санлис,Санліс,ซ็องลิส,ሰንሊ፣ ዋዝ,サンリス,桑利,상리스		FR	32	60	604	60612	14590	Europe/Paris
6454460	Serans	serans	Seran,Serans,se lang,Серан,瑟朗		FR	32	60	601	60614	223	Europe/Paris
6454461	Vauchelles	vauchelles	Vauchelles		FR	32	60	603	60657	273	Europe/Paris
6454462	Verberie	verberie	Verberie		FR	32	60	604	60667	3921	Europe/Paris
6454463	Ville	ville	Ville		FR	32	60	603	60676	764	Europe/Paris
6454464	Colombiers	colombiers	Colombiers,Kolomb'e,Kolombe,Kolombjer,ke long bi ye er,Коломбье,Коломбє,Коломбјер,科隆比耶尔		FR	28	61	611	61111	336	Europe/Paris
6454465	Essay	essay	Ese,Essay,Esse,ai sai,Есе,Ессе,埃赛		FR	28	61	611	61156	526	Europe/Paris
6454467	Fay	fay	Fay		FR	28	61	613	61159	71	Europe/Paris
6454470	Macé	mace	Mase,ma sai,Масе,马塞		FR	28	61	611	61240	427	Europe/Paris
6454471	Rânes	ranes	Ranes,Rânes		FR	28	61	612	61344	1052	Europe/Paris
6454584	Ternay	ternay	Ternay,Terne,Терне		FR	84	69	691	69297	5437	Europe/Paris
6454472	Saint-Paul	saint-paul	Sen-Pol',sheng bo,Сен-Поль,سینٹ-پال، اڑنے,圣波		FR	28	61	612	61443	666	Europe/Paris
6454473	Sées	sees			FR	28	61	611	61464	4182	Europe/Paris
6454474	Collanges	collanges			FR	84	63	633	63114	157	Europe/Paris
6454475	Combrailles	combrailles			FR	84	63	634	63115	217	Europe/Paris
6454476	Cros	cros	Kro,Lo Cros dArfolhosa,Lo Cròs dArfolhosa,ke luo,Кро,克罗		FR	84	63	633	63129	179	Europe/Paris
6454477	Herment	herment	Herment		FR	84	63	634	63175	264	Europe/Paris
6454478	Marcillat	marcillat			FR	84	63	634	63208	280	Europe/Paris
6454479	Menat	menat	Manatense Monasterium,Mena,Menat,Menat e Chasteugalhard,mo na,muna,Мена,ムナ,默纳		FR	84	63	634	63223	554	Europe/Paris
6454480	Moissat	moissat	Moissac de Ledos,Moissac de Ledós,Muassa,mu wa sa,Муасса,穆瓦萨		FR	84	63	635	63229	1228	Europe/Paris
6454481	Mons	mons	Mon,Mons,Monts e Vilafrancha,meng zhen,Мон,蒙镇		FR	84	63	634	63232	537	Europe/Paris
6454482	Montaigut	montaigut	Mons Acutus in Combralia,Montagut,Montaigut,Montegju,meng tai ju,Монтегю,蒙泰居		FR	84	63	634	63233	987	Europe/Paris
6454483	Neuville	neuville	Neuviala,Neuvila,Neuville,Nevil',ne wei er,Невиль,Невіль,讷维尔		FR	84	63	632	63252	380	Europe/Paris
6454484	Orcival	orcival	Orcival,Orcivau,Orsival',Orsivau,ao er xi wa,orushivu~aru,Орсіваль,オルシヴァル,奥尔西瓦		FR	84	63	633	63264	239	Europe/Paris
6454485	Pionsat	pionsat	Pioncac,Pionsat,Pionçac,Pjonsa,pi weng sa,Пйонса,皮翁萨		FR	84	63	634	63281	1100	Europe/Paris
6454486	Randan	randan	Randan,Randans,Рандан		FR	84	63	634	63295	1571	Europe/Paris
6454487	Riom	riom	Riom		FR	84	63	634	63300	19029	Europe/Paris
6454488	Ris	ris	Ri,li zhen,Рі,里镇		FR	84	63	635	63301	781	Europe/Paris
6454489	Saint-Hilaire	saint-hilaire	Saint-Hilaire		FR	84	63	634	63360	162	Europe/Paris
6454490	Saint-Maurice	saint-maurice	Saint-Maurice,Saint-Maurice-pres-Pionsat,Saint-Maurice-près-Pionsat,Sant Maurici de Vic,Sen-Moris,sheng mo li ke,Сен-Морис,سینٹ-موریس، پے-دے-ڈومی,圣莫里克		FR	84	63	632	63378	831	Europe/Paris
6454491	Saint-Romain	saint-romain	Sant Roman,Sen-Romen,sheng luo man,Сен-Ромен,سین-رومین، پے-دے-ڈومی,圣罗曼		FR	84	63	631	63394	214	Europe/Paris
6454492	Saint-Vincent	saint-vincent	Saint-Vincent		FR	84	63	633	63403	410	Europe/Paris
6454493	Sauvagnat	sauvagnat			FR	84	63	634	63410	129	Europe/Paris
6454494	Sauxillanges	sauxillanges	Sauxillanges		FR	84	63	633	63415	1235	Europe/Paris
6454495	Tallende	tallende	Tallende		FR	84	63	632	63425	1539	Europe/Paris
6454496	Usson	usson	Juson,Jusson,Ucon,Usson,Uçon,aswn,yu song,yuson,Юсон,Юссон,اسون,ユソン,于松		FR	84	63	633	63439	277	Europe/Paris
6454497	Vodable	vodable	Vodable		FR	84	63	633	63466	196	Europe/Paris
6454498	Bidache	bidache	Bidache,Bidaxune		FR	75	64	641	64123	1370	Europe/Paris
6454499	Bordères	borderes	Borderes,Bordères		FR	75	64	643	64137	631	Europe/Paris
6454500	Bordes	bordes	Bord,Bordas,Bordes,Bòrdas,Борд		FR	75	64	643	64138	2854	Europe/Paris
6454501	Bosdarros	bosdarros	Bosdarros		FR	75	64	643	64139	1019	Europe/Paris
6454502	Briscous	briscous	Beskoitze,Briscous		FR	75	64	641	64147	2732	Europe/Paris
6454503	Castet	castet	Castet		FR	75	64	642	64175	158	Europe/Paris
6454504	Diusse	diusse	Diusse		FR	75	64	643	64199	142	Europe/Paris
6454505	Laruns	laruns	Laruentze,Laruns,Larüntze		FR	75	64	642	64320	1187	Europe/Paris
6454506	Léren	leren	Leren,Léren		FR	75	64	642	64334	219	Europe/Paris
6454507	Lescar	lescar	Lescar		FR	75	64	643	64335	9874	Europe/Paris
6454508	Maure	maure	Maura,Maure,Mor,Мор		FR	75	64	643	64372	109	Europe/Paris
6454509	Monein	monein	Monein		FR	75	64	643	64393	4455	Europe/Paris
6454510	Mont	mont	Lo Mont,Mon,Mont,meng zhen,Мон,Монт,蒙镇		FR	75	64	643	64396	1116	Europe/Paris
6454511	Navarrenx	navarrenx	Navarrenx		FR	75	64	642	64416	1044	Europe/Paris
6454512	Nay	nay	Nai,Nay,Ne,nai zhen,Не,奈镇		FR	75	64	643	64417	3307	Europe/Paris
6454513	Ousse	ousse	Ousse		FR	75	64	643	64439	1662	Europe/Paris
6454514	Pardies	pardies	Pardies		FR	75	64	643	64443	844	Europe/Paris
6454515	Saint-Girons-en-Béarn	saint-girons-en-bearn	Saint-Girons-en-Bearn,Saint-Girons-en-Béarn		FR	75	64	643	64479	161	Europe/Paris
6454516	Thèze	theze	Tesa,Tez,Tèsa,tai ci,Тез,泰兹		FR	75	64	643	64536	823	Europe/Paris
6454517	Vignes	vignes	Vignes,Vin',Vinhas,wei gai,Винь,Вінь,维盖		FR	75	64	643	64557	428	Europe/Paris
6454518	Bordes	bordes	Bordes		FR	76	65	653	65101	758	Europe/Paris
6454519	Cabanac	cabanac	Kabanak,ka ba na ke,Кабанак,卡巴纳克		FR	76	65	653	65115	285	Europe/Paris
6454520	Campan	campan	Campan		FR	76	65	652	65123	1336	Europe/Paris
6454521	Castillon	castillon	Castilhon,Kastijon,ka si di long,Кастийон,Кастијон,Кастійон,卡斯蒂隆		FR	76	65	652	65135	81	Europe/Paris
6454522	Gazost	gazost	Gasost,Gasòst,Gazo,Gazost,jia zuo si,Газо,Газост,加佐斯		FR	76	65	651	65191	132	Europe/Paris
6454523	Gez	gez	Ges,Ges dArgilers,Gez,Gès,Gès dArgilèrs,Zhez,gz,Жез,گز		FR	76	65	651	65202	328	Europe/Paris
6454524	Gouaux	gouaux	Guaus,Guo,gu ao,Гуо,古奥		FR	76	65	652	65205	57	Europe/Paris
6454525	Hachan	hachan	Ashan,Hachan,Haishan,a shang,Ашан,阿尚		FR	76	65	653	65214	42	Europe/Paris
6454526	Jacque	jacque	Jacque		FR	76	65	653	65232	74	Europe/Paris
6454527	Labastide	labastide	Labastide		FR	76	65	652	65239	162	Europe/Paris
6454528	Lanne	lanne	La Lana de Bigorra,La Lana de Bigòrra,Lan,Lana,Lann,kalyn,lang zhen,lany,Лан,Ланн,لانی,کالین,朗镇		FR	76	65	653	65257	585	Europe/Paris
6454529	Layrisse	layrisse	Lairica,Lairiça,Layrisse,Leris,Leriss,lai li si,Лерис,Лерисс,莱里斯		FR	76	65	653	65268	180	Europe/Paris
6454530	Lourdes	lourdes	Lourdes		FR	76	65	651	65286	13651	Europe/Paris
6454531	Mont	mont	Mon,Mont,meng zhen,Мон,Монт,蒙镇		FR	76	65	652	65317	46	Europe/Paris
6454532	Montastruc	montastruc	Montastrjuk,Montastruc,meng ta si te lu ke,Монтастрюк,蒙塔斯特吕克		FR	76	65	652	65318	236	Europe/Paris
6454585	Choye	choye	Choye,Shoaj,Shua,Шоај,Шуа		FR	27	70	702	70152	447	Europe/Paris
6454533	Montégut	montegut	Montagut,Montegju,Montegut,Montégut,meng tai ju,Монтегю,蒙泰居		FR	76	65	652	65319	133	Europe/Paris
6454534	Ossun	ossun	Ossun		FR	76	65	653	65344	2364	Europe/Paris
6454535	Saint-Paul	saint-paul	Saint-Paul,Sen-Pol',Sent Pau de Nestes,Sent Pau de Nestés,sheng bo,Сен-Поль,سینٹ-پال، ہوٹس-پیرینیث,圣波		FR	76	65	652	65394	315	Europe/Paris
6454536	Trébons	trebons	Trebon,Trebons,Trébons,te lei bang,trbwns,Требон,تربونس,特雷邦		FR	76	65	652	65451	754	Europe/Paris
6454537	Villemur	villemur	Jalamur,Vil'mjur,Vilameur,Villemur,wei lai mi,Вильмюр,Вільмюр,维莱米		FR	76	65	653	65475	58	Europe/Paris
6454538	Mont-Louis	mont-louis	Mon-Lui,Mont-Louis,Montlluis,Montlluís,meng lu yi,mon=rui,Мон-Луи,Мон-Луї,モン＝ルイ,蒙卢伊		FR	76	66	663	66117	161	Europe/Paris
6454539	Planès	planes	Planes,pu la nei,Планес,普拉内		FR	76	66	663	66142	53	Europe/Paris
6454540	Py	py	Pi,Pi de Conflent,Py,pi zhen,Пи,Пі,皮镇		FR	76	66	663	66155	92	Europe/Paris
6454541	Saint-Cyprien	saint-cyprien	Saint-Cyprien,Sanctus Cyprianus,Sant Cebria de Rosselhon,Sant Cebria de Rossello,Sant Cebria del Rossello,Sant Cebrià de Rosselhon,Sant Cebrià de Rosselló,Sant Cebrià del Rosselló,Sen-Siprien,Sen-Siprijan,san=shipurian,sheng xi pu li an,Сен-Сиприен,Сен-Сиприян,Сен-Сіпріян,سینٹ-کیپرین، پیرینیث-ورینتلیس,サン＝シプリアン,圣西普里安		FR	76	66	661	66171	10632	Europe/Paris
6454542	Saint-Hippolyte	saint-hippolyte	Saint-Hippolyte,Sant Hipolit de la Salanca,Sant Hipòlit de la Salanca,Sen-Ippolit,sheng yi bo li te,Сен-Іпполіт,Сен-Ипполит,سینٹ-ہپپولیتے، پیرینیث-ورینتلیس,圣伊波利特		FR	76	66	662	66176	2973	Europe/Paris
6454543	Saint-Martin-de-Fenouillet	saint-martin-de-fenouillet	Saint-Martin-de-Fenouillet		FR	76	66	663	66184	58	Europe/Paris
6454544	Sournia	sournia	Sournia		FR	76	66	663	66198	497	Europe/Paris
6454545	Vivès	vives	Vivers,Vives,Vivès		FR	76	66	661	66233	175	Europe/Paris
6454546	Drulingen	drulingen	Drjulingen,Druelinge,Drulingen,Drülinge,de lu lan rang,drwlynghyn,Дрюлинген,Дрюлінген,درولينغين,德吕兰让		FR	44	67	674	67105	1476	Europe/Paris
6454547	Eschbach	eschbach	Eschbach,Eschbàch,Eshbak,ai si ke ba ke,astshbatsh,Ешбак,إستشباتش,埃斯克巴克		FR	44	67	672	67132	930	Europe/Paris
6454548	Herrlisheim	herrlisheim	Errlisajm,Harelse,Herrlisheim,ai er li sang,hrlyshaym,hyrlyshym,Еррлисайм,Еррлісайм,هرلیسهایم,هيرليشيم,埃尔利桑		FR	44	67	672	67194	4864	Europe/Paris
6454549	Marmoutier	marmoutier	Marmoutier,Marmut'e,Maschminschter,Maursmuenster,Maursmünster,Màschmínschter,ma er mu di ye,marumutie,Мармутье,Мармутьє,マルムーティエ,马尔穆蒂耶		FR	44	67	674	67283	2705	Europe/Paris
6454550	Molsheim	molsheim			FR	44	67	673	67300	9286	Europe/Paris
6454551	Morschwiller	morschwiller	Morschweiler,Morschwiller,Morschwíller,Morshviller,mo er si ke wei lai,mwrshwylr,mwrstshwylyr,Моршвиллер,Моршвіллер,مورستشويلير,مورشویلر,莫尔斯克维莱		FR	44	67	672	67304	595	Europe/Paris
6454552	Munchhausen	munchhausen	Minikhause,Mjunshozen,Muenchhausen,Munchhausen,Münchhausen,man ke sang,mwntshhawsyn,mynswzn,Мюншозен,מינשוזן,مونتشهاوسين,曼科桑		FR	44	67	672	67308	732	Europe/Paris
6454553	Saint-Pierre	saint-pierre	Saint-Pierre,Sampeeter,Sankt Peter,Sen-P'err,Sen-Perr,san byyr,sheng pi ye er,Сен-Пьерр,Сен-Пєрр,سان بيير,سین-پیری، بس-رہین,圣皮耶尔		FR	44	67	675	67429	648	Europe/Paris
6454554	Saverne	saverne			FR	44	67	674	67437	11151	Europe/Paris
6454555	Seltz	seltz	Seltz		FR	44	67	672	67463	3308	Europe/Paris
6454556	Struth	struth			FR	44	67	674	67483	247	Europe/Paris
6454557	Villé	ville	Ville,Villé		FR	44	67	675	67507	1850	Europe/Paris
6454558	Wingen	wingen	Vingen,Winge,Wingen,Wínge,wan rang,wynghyn,Винген,Вінген,وينغين,万让		FR	44	67	672	67537	457	Europe/Paris
6454559	Wissembourg	wissembourg	Wissembourg		FR	44	67	672	67544	7600	Europe/Paris
6454560	Guebwiller	guebwiller	Guebwiller		FR	44	68	686	68112	11062	Europe/Paris
6454561	Herrlisheim-près-Colmar	herrlisheim-pres-colmar	Herrlisheim-pres-Colmar,Herrlisheim-près-Colmar		FR	44	68	682	68134	1797	Europe/Paris
6454562	Masevaux-Niederbruck	masevaux-niederbruck	Masevaux-Niederbruck		FR	44	68	686	68201	3800	Europe/Paris
6454564	Munchhouse	munchhouse	Mjunshuz,Muenchhausen,Munchhouse,Münchhausen,man ku si,Мюншуз,曼库斯		FR	44	68	682	68225	1547	Europe/Paris
6454565	Munster	munster	Mjunster,Muenster im Elsass,Munster,Münster im Elsass,man si tai,mansuteru,mwnstr,Мюнстер,מונסטר,مونستر,マンステール,曼斯泰		FR	44	68	682	68226	4560	Europe/Paris
6454566	Ranspach	ranspach	Ranspach,Ranspak,lang si pa ke,Ранспак,朗斯帕克		FR	44	68	686	68262	832	Europe/Paris
6454567	Thann	thann	Tan,Tann,tan,tan en,Тан,Танн,タン,坦恩		FR	44	68	686	68334	7838	Europe/Paris
6454568	Waltenheim	waltenheim	Waltenheim		FR	44	68	684	68357	537	Europe/Paris
6454569	Willer	willer	Viller,Weiler,Виллер,Віллер		FR	44	68	681	68371	316	Europe/Paris
6454570	Wintzenheim	wintzenheim	Wintzenheim		FR	44	68	682	68374	7534	Europe/Paris
6454572	Longessaigne	longessaigne			FR	84	69	691	69120	597	Europe/Paris
6454573	Lyon	lyon	Lyon,Λυών		FR	84	69	691	69123	515695	Europe/Paris
6454574	Marcy	marcy			FR	84	69	692	69126	709	Europe/Paris
6454576	Quincieux	quincieux	Kens'e,Quincieux,Кенсьє		FR	84	69	691	69163	3453	Europe/Paris
6454577	Riverie	riverie	Riverie		FR	84	69	691	69166	316	Europe/Paris
6454578	Saint-André-la-Côte	saint-andre-la-cote	Saint-Andre-la-Cote,Saint-André-la-Côte,Sent-Andre-la-Kot,Сент-Андре-ла-Кот,سینٹ-آندرے-لا-کوٹے		FR	84	69	691	69180	284	Europe/Paris
6454579	Saint-Forgeux	saint-forgeux	Saint-Forgeux,Sen-Forzhe,Сен-Форже,سینٹ-وڑگےش		FR	84	69	692	69200	1493	Europe/Paris
6454580	Saint-Lager	saint-lager	Saint-Lager,Sen-Lazhe,Сен-Лаже,سینٹ-لاگر		FR	84	69	692	69218	1030	Europe/Paris
6454581	Thizy-les-Bourgs	thizy-les-bourgs	Thizy-les-Bourg,Thizy-les-Bourgs		FR	84	69	692	69248	6036	Europe/Paris
6454582	Valsonne	valsonne	Val'sonn,Valsonne,falswn,walsn,Вальсонн,فالسون,والسن		FR	84	69	692	69254	932	Europe/Paris
6454583	Vernay	vernay	Vernay		FR	84	69	692	69261	104	Europe/Paris
6454586	Colombier	colombier	Colombier,Kolomb'e,Kolombe,Kolombje,Коломбье,Коломбє,Коломбје		FR	27	70	702	70163	449	Europe/Paris
6454587	Cromary	cromary	Kromari,Кромари,Кромарі		FR	27	70	702	70189	242	Europe/Paris
6454588	Faverney	faverney	Faverne,Faverney,Фаверне		FR	27	70	702	70228	953	Europe/Paris
6454589	Filain	filain	Filain,Filen,Филен,Філен		FR	27	70	702	70234	233	Europe/Paris
6454590	Fresse	fresse	Fresse		FR	27	70	701	70256	733	Europe/Paris
6454591	Gouhenans	gouhenans	Gouhenans		FR	27	70	701	70271	395	Europe/Paris
6454592	Gray	gray	Gray,Gre,Гре		FR	27	70	702	70279	5482	Europe/Paris
6454593	Gy	gy	Gy,Zhi,Жи,Жі		FR	27	70	702	70282	1076	Europe/Paris
6454594	Jussey	jussey	Jussey,Zhjuse,Zhusse,Жуссе,Жюсе		FR	27	70	702	70292	1645	Europe/Paris
6454595	Lavoncourt	lavoncourt	Lavoncourt,Lavonkur,Лавонкур		FR	27	70	702	70299	314	Europe/Paris
6454596	Lomont	lomont	Lomont		FR	27	70	701	70306	442	Europe/Paris
6454597	Lure	lure	Gorad Ljur,Ljur,Lure,Lure i Frankrike,Luthra,lwq  awt-sywn,ryuru,Горад Люр,Люр,لوق، اوت-سئون,リュール		FR	27	70	701	70310	8247	Europe/Paris
6454598	Montbozon	montbozon	Montbozon		FR	27	70	702	70357	597	Europe/Paris
6454599	Pesmes	pesmes	Pesmes		FR	27	70	702	70408	1092	Europe/Paris
6454600	Quenoche	quenoche	Kenosh,Кенош		FR	27	70	702	70431	250	Europe/Paris
6454601	Rioz	rioz	Rioz		FR	27	70	702	70447	2236	Europe/Paris
6454602	Saint-Germain	saint-germain	Sen-Zhermen,Сен-Жермен,سینٹ-گرمین، ہوتے-سونے		FR	27	70	701	70464	1340	Europe/Paris
6454603	Saint-Sauveur	saint-sauveur	Saint-Sauveur,Sen-Sover,Sen-Sovjor,Сен-Совер,Сен-Совёр,سین-سویر، ہوتے-سونے		FR	27	70	701	70473	1922	Europe/Paris
6454605	Saulnot	saulnot			FR	27	70	701	70477	739	Europe/Paris
6454606	Traves	traves	Trav,Traves,Трав		FR	27	70	702	70504	359	Europe/Paris
6454607	Vesoul	vesoul	Vesoul		FR	27	70	702	70550	14998	Europe/Paris
6454608	Charolles	charolles	Charolles		FR	27	71	713	71106	2759	Europe/Paris
6454609	Château	chateau	Chateau,Château,Shato,Шато		FR	27	71	715	71112	225	Europe/Paris
6454610	Chaudenay	chaudenay	Shodne,Шодне		FR	27	71	712	71119	1109	Europe/Paris
6454611	Cluny	cluny	Clunhic,Cluniacum,Cluny,Clunyego,Klini,Kliuni,Kljuni,klwny,klwny  frans,klwny  fransh,kuryuni,qlwny,Клини,Клюни,Клюні,קלוני,كلوني,کلونی، فرانس,کلونی، فرانسه,クリュニー		FR	27	71	715	71137	4753	Europe/Paris
6454612	Cuiseaux	cuiseaux	Cuiseaux		FR	27	71	714	71157	1850	Europe/Paris
6454613	Cuisery	cuisery	Cuisery		FR	27	71	714	71158	1546	Europe/Paris
6454614	Fley	fley	Fle,Фле		FR	27	71	712	71201	222	Europe/Paris
6454615	Fontenay	fontenay			FR	27	71	713	71203	41	Europe/Paris
6454616	Genouilly	genouilly	Genouilly,Zhenui,Женуи,Женуї		FR	27	71	712	71214	429	Europe/Paris
6454617	Gourdon	gourdon	Gourdon,Gurdon,Гурдон		FR	27	71	711	71222	912	Europe/Paris
6454618	Granges	granges	Granges		FR	27	71	712	71225	536	Europe/Paris
6454619	Lacrost	lacrost	Lacrost,Lakro,Лакро,لاکروسٹ		FR	27	71	715	71248	726	Europe/Paris
6454620	Louhans	louhans	Louhans		FR	27	71	714	71263	6349	Europe/Paris
6454621	Lugny	lugny	Ljun'i,Lugny,Люньи,Люньї		FR	27	71	715	71267	886	Europe/Paris
6454622	Mailly	mailly	Mailly		FR	27	71	713	71271	155	Europe/Paris
6454623	Malay	malay	Male,Мале		FR	27	71	712	71272	215	Europe/Paris
6454624	Mont	mont	Mont		FR	27	71	713	71301	198	Europe/Paris
6454625	Morey	morey	More,Morey,mo xi,Море,摩希		FR	27	71	711	71321	202	Europe/Paris
6454626	Ormes	ormes	Orm,Орм		FR	27	71	714	71332	492	Europe/Paris
6454627	Passy	passy			FR	27	71	715	71344	63	Europe/Paris
6454628	Péronne	peronne	Peronn,Перонн		FR	27	71	715	71345	653	Europe/Paris
6454629	Poisson	poisson	Poisson		FR	27	71	713	71354	566	Europe/Paris
6454630	Saint-Cyr	saint-cyr	Saint-Cyr,Sen-Sir,Сен-Сир,Сен-Сір,سینٹ-کیر، سونے-یت-لڑے		FR	27	71	712	71402	731	Europe/Paris
6454631	Saint-Marcel	saint-marcel	Saint-Marcel,Sen-Marsel',Сен-Марсель,سینٹ-مارسیل، سونے-یت-لڑے		FR	27	71	712	71445	6002	Europe/Paris
6454632	Saint-Prix	saint-prix	Saint-Prix,Sen-Pri,Сен-При,Сен-Прі,سین-پرکس، سونے-یت-لوئر		FR	27	71	711	71472	220	Europe/Paris
6454633	Saules	saules	Saules		FR	27	71	712	71503	128	Europe/Paris
6454634	Torcy	torcy	Torcy,Torsi,Торси,Торсі		FR	27	71	711	71540	3025	Europe/Paris
6454635	Uchon	uchon	Jushon,Uchon,achwn,ywchn,Юшон,اچون,یوچن		FR	27	71	711	71551	102	Europe/Paris
6454636	Vauban	vauban	Vauban		FR	27	71	713	71561	225	Europe/Paris
6454637	Viry	viry	Viry		FR	27	71	713	71586	253	Europe/Paris
6454638	Flée	flee	Flee,Flée		FR	52	72	721	72134	543	Europe/Paris
6454639	Grandchamp	grandchamp	Grandchamp		FR	52	72	722	72142	160	Europe/Paris
6454640	Lavardin	lavardin	Lavarden,Lavardin,Лаварден		FR	52	72	722	72157	737	Europe/Paris
6454641	Maisoncelles	maisoncelles	Maisoncelles		FR	52	72	722	72178	191	Europe/Paris
6454642	Melleray	melleray	Mel're,Melleray,Мельре		FR	52	72	722	72193	441	Europe/Paris
6454643	Saint-Calais	saint-calais	Saint-Calais		FR	52	72	722	72269	3248	Europe/Paris
6454644	Saint-Maixent	saint-maixent	Saint-Maixent		FR	52	72	722	72296	730	Europe/Paris
6454645	Saint-Saturnin	saint-saturnin	Saint-Saturnin,Sen-Satjurnen,Сен-Сатюрнен,سین-سترنین، سرٹھے		FR	52	72	723	72320	2510	Europe/Paris
6454646	Freney	freney			FR	84	73	733	73119	104	Europe/Paris
6454647	Hautecour	hautecour	Hautecour,Otkur,Откур		FR	84	73	731	73131	305	Europe/Paris
6454648	Montagny	montagny	Montagny		FR	84	73	731	73161	662	Europe/Paris
6454649	Monthion	monthion	Monthion		FR	84	73	731	73170	559	Europe/Paris
6454650	La Léchère	la-lechere	La Lechere,La Léchère		FR	84	73	731	73187	2543	Europe/Paris
6454651	Planay	planay	Planay		FR	84	73	731	73201	419	Europe/Paris
6454652	Rochefort	rochefort	Rochefort,Roshfor,Рошфор		FR	84	73	732	73214	224	Europe/Paris
6454654	Saint-André	saint-andre	Saint-Andre,Saint-André,Sent-Andre,Сент-Андре,سینٹ-آندرے، سوائے		FR	84	73	733	73223	467	Europe/Paris
6454655	Saint-Léger	saint-leger	Saint-Leger,Saint-Léger		FR	84	73	733	73252	225	Europe/Paris
6454656	Séez	seez	Seez,Séez		FR	84	73	731	73285	2364	Europe/Paris
6454657	Tournon	tournon			FR	84	73	731	73297	608	Europe/Paris
6454658	Valloire	valloire	Valloire		FR	84	73	733	73306	1109	Europe/Paris
6454659	Yenne	yenne	Yenne		FR	84	73	732	73330	2979	Europe/Paris
6454661	Epagny Metz-Tessy	epagny-metz-tessy	Epan'i,Epaniacum Anniciensium,Епаньї		FR	84	74	741	74112	7626	Europe/Paris
6454662	Faucigny	faucigny	Faucigny		FR	84	74	742	74122	605	Europe/Paris
6454663	Faverges-Seythenex	faverges-seythenex	Faverges-Seythenex		FR	84	74	741	74123	7602	Europe/Paris
6454664	Gaillard	gaillard	Gaillard,Gajar,Gajaras,gylard,Гаяр,گیلارد		FR	84	74	743	74133	11152	Europe/Paris
6454665	Lullin	lullin	Lullin		FR	84	74	744	74155	806	Europe/Paris
6454666	Marcellaz	marcellaz	Marcellaz		FR	84	74	742	74162	993	Europe/Paris
6454667	Marin	marin	Maren,Marin,Marinum,Марен		FR	84	74	744	74166	1758	Europe/Paris
6454668	Saint-Blaise	saint-blaise	Saint-Blaise		FR	84	74	743	74228	350	Europe/Paris
6454669	Saint-Eusèbe	saint-eusebe	Saint-Eusebe,Saint-Eusèbe		FR	84	74	741	74231	524	Europe/Paris
6454670	Saint-Ferréol	saint-ferreol	Saint-Ferreol,Saint-Ferréol,Sen-Ferreol',Сен-Ферреоль,سینٹ-فرریول، ہوتے-سوائے		FR	84	74	741	74234	850	Europe/Paris
6454671	Saint-Jeoire	saint-jeoire	Saint-Jeoire		FR	84	74	742	74241	3246	Europe/Paris
6454672	Sales	sales	Sales		FR	84	74	741	74255	1930	Europe/Paris
6454673	Sillingy	sillingy	Sillingy		FR	84	74	741	74272	5143	Europe/Paris
6454674	Thônes	thones	Thones,Thônes		FR	84	74	741	74280	6576	Europe/Paris
6454675	Vaulx	vaulx	Vaulx,Vo,wawlks  hwt swy,Во,واولکس، هوت سوی		FR	84	74	741	74292	956	Europe/Paris
6454676	Villard	villard	Villar,Villard,Віллар		FR	84	74	744	74301	765	Europe/Paris
6454677	Blosseville	blosseville	Blosseville		FR	28	76	761	76104	265	Europe/Paris
6454678	Bourville	bourville	Bourville		FR	28	76	761	76134	297	Europe/Paris
6454680	Buchy	buchy	Bishi,Bjushi,Buchy,Биши,Бюши,Бюші		FR	28	76	763	76146	2731	Europe/Paris
6454681	Butot	butot	Butot		FR	28	76	763	76149	283	Europe/Paris
6454682	Cailly	cailly	Cailly,Kai,Kaji,Каи,Каї,Каји		FR	28	76	763	76152	780	Europe/Paris
6454683	Conteville	conteville	Conteville		FR	28	76	761	76186	497	Europe/Paris
6454684	Darnétal	darnetal	Darnetal,Darnétal		FR	28	76	763	76212	9634	Europe/Paris
6454685	Duclair	duclair	Duclair		FR	28	76	763	76222	4198	Europe/Paris
6454686	Elbeuf	elbeuf	Elbeuf		FR	28	76	763	76231	16503	Europe/Paris
6454687	Épreville	epreville	Epreville,Épreville		FR	28	76	762	76240	1036	Europe/Paris
6454688	Eu	eu	E,EH,Eu,Gorad Eh,Jo,aw,u,Ε,Горад Э,Е,Йо,Э,او,ウー		FR	28	76	761	76255	6995	Europe/Paris
6454689	Fécamp	fecamp	Fecamp,Fécamp		FR	28	76	762	76259	18900	Europe/Paris
6454690	Flamanville	flamanville			FR	28	76	763	76264	491	Europe/Paris
6454691	Foucarmont	foucarmont	Foucarmont,Fukarmon,Фукармон		FR	28	76	761	76278	839	Europe/Paris
6454692	Graimbouville	graimbouville	Graimbouville		FR	28	76	762	76314	617	Europe/Paris
6454693	Gueutteville	gueutteville	Gueutteville		FR	28	76	761	76335	85	Europe/Paris
6454694	Jumièges	jumieges	Jumieges,Jumièges		FR	28	76	763	76378	1738	Europe/Paris
6454695	Lamberville	lamberville	Lamberville		FR	28	76	761	76379	189	Europe/Paris
6454696	Lintot	lintot	Lintot		FR	28	76	762	76388	437	Europe/Paris
6454697	Motteville	motteville	Motteville		FR	28	76	763	76456	802	Europe/Paris
6454698	Omonville	omonville			FR	28	76	761	76485	263	Europe/Paris
6454699	Pavilly	pavilly	Pavilli,Pavilly,Павилли,Павіллі		FR	28	76	763	76495	6282	Europe/Paris
6454700	Pommeréval	pommereval	Pommereval,Pommeréval		FR	28	76	761	76506	450	Europe/Paris
6454701	Préaux	preaux			FR	28	76	763	76509	1807	Europe/Paris
6454703	Riville	riville	Riville		FR	28	76	762	76529	297	Europe/Paris
6454704	Rocquefort	rocquefort	Rocquefort		FR	28	76	763	76531	311	Europe/Paris
6454705	Ronchois	ronchois	Ronchois		FR	28	76	761	76537	168	Europe/Paris
6454706	Rosay	rosay	Rosay		FR	28	76	761	76538	267	Europe/Paris
6454707	Rouen	rouen	Rouen		FR	28	76	763	76540	110117	Europe/Paris
6454708	Routes	routes	Routes		FR	28	76	763	76542	267	Europe/Paris
6454709	Sainte-Colombe	sainte-colombe	Sainte-Colombe		FR	28	76	761	76569	213	Europe/Paris
6454710	Saint-Mards	saint-mards	Saint-Mards		FR	28	76	761	76604	201	Europe/Paris
6454711	Saint-Martin-au-Bosc	saint-martin-au-bosc	Saint-Martin-au-Bosc		FR	28	76	761	76612	246	Europe/Paris
6454712	Saussay	saussay			FR	28	76	763	76668	381	Europe/Paris
6454714	Trouville	trouville	Trouville,Truvil',Трувиль,Трувіль		FR	28	76	762	76715	638	Europe/Paris
6454715	Châtillon-la-Borde	chatillon-la-borde	Chatillon-la-Borde,Châtillon-la-Borde,Shatijon la Bord,Shatijon-la-Bord,Шатийон-ла-Борд,Шатијон ла Борд,Шатійон-ла-Борд		FR	11	77	772	77103	217	Europe/Paris
6454716	Chenoise-Cucharmoy	chenoise-cucharmoy	Chenoise-Cucharmoy		FR	11	77	773	77109	1611	Europe/Paris
6454717	Dormelles	dormelles	Dormel,Dormel',Dormelles,Дормел,Дормель		FR	11	77	774	77161	807	Europe/Paris
6454718	Doue	doue	Doue		FR	11	77	773	77162	994	Europe/Paris
6454719	Gironville	gironville	Gironville		FR	11	77	774	77207	156	Europe/Paris
6454720	Gouaix	gouaix	Gue,Гуе		FR	11	77	773	77208	1478	Europe/Paris
6454721	Jouarre	jouarre	Jouarre		FR	11	77	771	77238	4275	Europe/Paris
6454722	Maison-Rouge	maison-rouge	Mezon-Ruzh,Мезон-Руж		FR	11	77	773	77272	887	Europe/Paris
6454723	Meaux	meaux			FR	11	77	771	77284	54331	Europe/Paris
6454724	Melun	melun	Melun		FR	11	77	772	77288	40228	Europe/Paris
6454725	Moisenay	moisenay	Moisenay,Muazene,Муазене		FR	11	77	772	77295	1371	Europe/Paris
6454730	Rebais	rebais	Rebais		FR	11	77	773	77385	2286	Europe/Paris
6454731	Saint-Brice	saint-brice	Saint-Brice		FR	11	77	773	77403	768	Europe/Paris
6454732	Saint-Léger	saint-leger	Saint-Leger,Saint-Léger		FR	11	77	773	77417	261	Europe/Paris
6454733	Tigeaux	tigeaux			FR	11	77	771	77466	380	Europe/Paris
6454734	Villenoy	villenoy	Villenoy		FR	11	77	771	77513	4697	Europe/Paris
6454735	Yèbles	yebles	Iebl',Yebles,Yèbles,Іебль,Иебль,یےبلیس		FR	11	77	772	77534	914	Europe/Paris
6454736	Chevreuse	chevreuse	Chevreuse		FR	11	78	782	78160	5681	Europe/Paris
6454737	Choisel	choisel	Choisel		FR	11	78	782	78162	550	Europe/Paris
6454738	Poissy	poissy	Poissy		FR	11	78	783	78498	37146	Europe/Paris
6454739	Saint-Martin-des-Champs	saint-martin-des-champs	Saint-Martin-des-Champs,Sen-Marten-de-Sham,Сен-Мартен-де-Шам,سینٹ-مارٹن-دس-چمپس، یولنس		FR	11	78	781	78565	309	Europe/Paris
6454740	Villette	villette	Villett,Villette,Виллетт,Віллетт		FR	11	78	781	78677	530	Europe/Paris
6454741	Marigny	marigny			FR	75	79	792	79166	873	Europe/Paris
6454742	Marnes	marnes	Marn,Marnes,Марн		FR	75	79	791	79167	254	Europe/Paris
6454743	Melle	melle	Mel',Melle,Metullum,Мель		FR	75	79	792	79174	6284	Europe/Paris
6454744	Niort	niort	Niort		FR	75	79	792	79191	59005	Europe/Paris
6454745	Parthenay	parthenay			FR	75	79	793	79202	10388	Europe/Paris
6454746	Romans	romans	Romans		FR	75	79	792	79231	706	Europe/Paris
6454747	Saint-Rémy	saint-remy	Saint-Remy,Saint-Rémy		FR	75	79	792	79293	1086	Europe/Paris
6454748	Saint-Symphorien	saint-symphorien			FR	75	79	792	79298	1902	Europe/Paris
6454749	Saint-Varent	saint-varent	Saint-Varent,Sen-Varan,sheng wa lang,Сен-Варан,聖瓦朗		FR	75	79	791	79299	2457	Europe/Paris
6454751	Thouars	thouars	Thouars		FR	75	79	791	79329	14055	Europe/Paris
6454752	Boves	boves	Bofe,Bov,Boves,bo wei si,Бов,博韦斯		FR	32	80	802	80131	3138	Europe/Paris
6454753	Bresle	bresle	Brel,Brel',Brele,Bresle,Brèle,bu lei lei,Брел,Брель,布雷勒		FR	32	80	802	80138	130	Europe/Paris
6454754	Cappy	cappy	Capin,Cappy,Kapi,Kappi,ka pi,Капи,Каппі,卡皮		FR	32	80	804	80172	527	Europe/Paris
6454755	Conty	conty	Conty		FR	32	80	802	80211	1722	Europe/Paris
6454756	Corbie	corbie	Corbie		FR	32	80	802	80212	6288	Europe/Paris
6454757	Daours	daours	Daours		FR	32	80	802	80234	814	Europe/Paris
6454758	Davenescourt	davenescourt	Davankur,Davenescourt,Daveneskur,Davnecourt,Davnécourt,da wang nei si ku er,Даванкур,Давенескур,达旺内斯库尔		FR	32	80	803	80236	562	Europe/Paris
6454759	Domqueur	domqueur	Domqueur		FR	32	80	801	80249	309	Europe/Paris
6454760	Fay	fay	Fay,Fayin,Fe,fei cun,Фе,费村		FR	32	80	804	80304	105	Europe/Paris
6454761	Flers	flers	Fler,Flers,Flèr,fu lai er,Флер,弗莱尔		FR	32	80	804	80314	189	Europe/Paris
6454762	Forceville	forceville	Forceville,Forsvil,Forsvil',Fourville-in-Anmienoe,Fourville-in-Anmiénoé,fu sai wei er,Форсвил,Форсвіль,福塞维尔		FR	32	80	804	80329	174	Europe/Paris
6454763	Long	long	Lon,Long,long cun,Лон,隆村		FR	32	80	801	80486	624	Europe/Paris
6454764	Longueau	longueau	Longueau		FR	32	80	802	80489	5550	Europe/Paris
6454765	Millencourt	millencourt	Millencourt		FR	32	80	804	80547	214	Europe/Paris
6454766	Montdidier	montdidier	Mondid'e,Mons Desiderii,Montdidier,Montdidji,meng di di ye,mondidie,Мондидье,Мондідьє,モンディディエ,蒙迪迪耶		FR	32	80	803	80561	6274	Europe/Paris
6454767	Nesle	nesle	Nesle		FR	32	80	804	80585	2358	Europe/Paris
6454768	Pargny	pargny	Pargny		FR	32	80	804	80616	204	Europe/Paris
6454769	Pernois	pernois	Pernois		FR	32	80	802	80619	730	Europe/Paris
6454770	Quend	quend	Quend		FR	32	80	801	80649	1387	Europe/Paris
6454771	Roye	roye	Roe,Roye,Roé,Rua,lu wa,Руа,רואה,鲁瓦		FR	32	80	803	80685	5864	Europe/Paris
6454772	Rue	rue	Rju,Rue,lu cun,ryu,Рю,リュ,吕村		FR	32	80	801	80688	3106	Europe/Paris
6454773	Saint-Ouen	saint-ouen	Saint-Ouen,Saint-Ouin,Sent-Uan,sheng wang,Сент-Уан,سینٹ-وں ، سوممے,圣旺		FR	32	80	802	80711	1910	Europe/Paris
6454774	Thennes	thennes	Thennes		FR	32	80	803	80751	535	Europe/Paris
6454775	Tilloloy	tilloloy	Tieuloy,Tijolua,Tilloloy,di yue lu wa,Тійолуа,蒂约卢瓦		FR	32	80	803	80759	351	Europe/Paris
6454776	Vadencourt	vadencourt	Vadankur,Vasincourt,wa dang ku er,Ваданкур,瓦当库尔		FR	32	80	802	80773	97	Europe/Paris
6454777	Varennes	varennes	Vareinne,Varenn,Varennes-en-Croix,wa lei ne,wrns  swmh,Варенн,ورنس، سومه,瓦雷讷		FR	32	80	804	80776	220	Europe/Paris
6454778	Villeroy	villeroy	Vieroe,Vil'rua,Villeroy,Viéroé,wei lei lu wa,Вільруа,维勒鲁瓦		FR	32	80	802	80796	193	Europe/Paris
6454779	Garrigues	garrigues	Garrig,Garrigas,Garrigues,jia er li ju e,Гарриг,加尔里居厄		FR	76	81	812	81102	254	Europe/Paris
6454780	Lavaur	lavaur	La Vaur,Lavor,Vaurum,Лавор		FR	76	81	812	81140	10783	Europe/Paris
6454781	Loupiac	loupiac	Loupiac		FR	76	81	811	81149	405	Europe/Paris
6454782	Navès	naves	Nave,Naves,Navés,na wei,Наве,Навес,纳韦		FR	76	81	812	81195	683	Europe/Paris
6454783	Penne	penne	Pen,Pena,Penn,Penne,pei na,Пен,Пенн,佩纳		FR	76	81	811	81206	578	Europe/Paris
6454784	Pont-de-Larn	pont-de-larn			FR	76	81	812	81209	2869	Europe/Paris
6454785	Prades	prades	Prades		FR	76	81	812	81212	132	Europe/Paris
6454786	Pratviel	pratviel	Pratviel		FR	76	81	812	81213	86	Europe/Paris
6454787	Rabastens	rabastens	Rabastens		FR	76	81	811	81220	5565	Europe/Paris
6454788	Rouairoux	rouairoux	Rouairoux		FR	76	81	812	81231	370	Europe/Paris
6454789	Rouffiac	rouffiac			FR	76	81	811	81232	630	Europe/Paris
6454790	Saint-Christophe	saint-christophe	Saint-Christophe		FR	76	81	811	81245	130	Europe/Paris
6454791	Saliès	salies	Salies,Saliès		FR	76	81	811	81274	821	Europe/Paris
6454792	Salvagnac	salvagnac	Sal'van'jak,Salvanhac,sa er wa ni ya ke,Сальваньяк,萨尔瓦尼亚克		FR	76	81	811	81276	1183	Europe/Paris
6454793	Teillet	teillet	Teillet		FR	76	81	811	81295	443	Europe/Paris
6454794	Trébas	trebas	Trebas,Trébas		FR	76	81	811	81303	414	Europe/Paris
6454795	Vabre	vabre			FR	76	81	812	81305	792	Europe/Paris
6454796	Vieux	vieux	Vieux		FR	76	81	811	81316	222	Europe/Paris
6454797	Sainte-Croix	sainte-croix	Sainte-Croix		FR	76	81	811	81326	378	Europe/Paris
6454798	Montauban	montauban	Montauban		FR	76	82	822	82121	60444	Europe/Paris
6454799	Montesquieu	montesquieu	Montesquieu		FR	76	82	821	82127	766	Europe/Paris
6454800	Saint-Loup	saint-loup	Saint-Loup		FR	76	82	821	82165	516	Europe/Paris
6454801	Valence	valence	Valans,Valenca dAgen,Valence,Valence-dAgen,Valença dAgen,vu~aransu,wa lang si,Валанс,ヴァランス,瓦朗斯		FR	76	82	821	82186	5247	Europe/Paris
6454802	Rougiers	rougiers	Rotgiers,Ruzh'e,Ruzhe,lu bi ye er,Ружье,Ружє,鲁比耶尔		FR	93	83	833	83110	1648	Europe/Paris
6454803	Sorgues	sorgues	Sorg,Sorgas,Sorgues,Sòrgas,suo er ju e,Сорг,索尔居厄		FR	93	84	842	84129	18301	Europe/Paris
6454804	Taillades	taillades	Taillades		FR	93	84	841	84131	1927	Europe/Paris
6454805	Villars	villars	Lo Vilar,Villar,Villars,wei la er,Виллар,Віллар,维拉尔		FR	93	84	841	84145	773	Europe/Paris
6454806	Montaigu-Vendée	montaigu-vendee	Montaigu-Vendee,Montaigu-Vendée,Montegju,meng tai ju,Монтегю,蒙泰居		FR	52	85	852	85146	20084	Europe/Paris
6454807	Montreuil	montreuil	Montreuil		FR	52	85	851	85148	794	Europe/Paris
6454808	Palluau	palluau	Palluau		FR	52	85	852	85169	1089	Europe/Paris
6454809	Pouillé	pouille	Pouille,Pouillé		FR	52	85	851	85181	616	Europe/Paris
6454810	Saint-Gervais	saint-gervais	Saint-Gervais,Sen-Zherve,Сен-Жерве,سینٹ-گروس، ونڈے		FR	52	85	853	85221	2621	Europe/Paris
6454811	Sainte-Hermine	sainte-hermine	Sent-Ermin,sang te ai er mi na,Сент-Ермін,سین-حرمینے,桑特埃尔米纳		FR	52	85	851	85223	2899	Europe/Paris
6454813	Guesnes	guesnes	Guesnes		FR	75	86	861	86109	228	Europe/Paris
6454814	Loudun	loudun			FR	75	86	861	86137	6744	Europe/Paris
6454815	Lusignan	lusignan	Leziniacum,Ljuzin'jan,Lusignano,Lusinhan,lu xi ni ang,ryujinyan,Люзиньян,Люзіньян,リュジニャン,吕西尼昂		FR	75	86	863	86139	2655	Europe/Paris
6454816	Maillé	maille	Mae,Maille,Maillé,Має		FR	75	86	863	86142	681	Europe/Paris
6454817	Mairé	maire	Maire,Mairé		FR	75	86	861	86143	161	Europe/Paris
6454818	Montmorillon	montmorillon	Montmorillon		FR	75	86	862	86165	5998	Europe/Paris
6454820	Saint-Germain	saint-germain	Saint-Germain,Sen-Zhermen,sheng re er man,Сен-Жермен,سینٹ-گرمین، وینے,圣热尔曼		FR	75	86	862	86223	935	Europe/Paris
6454822	Rancon	rancon	Rancom,Rancon,Rankon,lang kong,Ранкон,朗孔		FR	75	87	871	87121	497	Europe/Paris
6454823	Saint-Bazile	saint-bazile	Saint-Bazile		FR	75	87	873	87137	114	Europe/Paris
6454824	Saint-Cyr	saint-cyr	Sen-Sir,Sent Circ,Сен-Сир,Сен-Сір,سینٹ-کیر، ہوتے-وینے		FR	75	87	873	87141	700	Europe/Paris
6454825	Saint-Junien	saint-junien	Saint-Junien		FR	75	87	873	87154	11147	Europe/Paris
6454826	Vayres	vayres	Vairas,Vayres,Ver,wei lei,wyrs  hwt wyn,Вер,ویرس، هوت وین,韦雷		FR	75	87	873	87199	753	Europe/Paris
6454827	Corcieux	corcieux	Corcieux		FR	44	88	883	88115	1557	Europe/Paris
6454828	Darney	darney	Darney		FR	44	88	882	88124	1107	Europe/Paris
6454829	Dompaire	dompaire	Dompaire,Domper,dong pei er,Домпер,栋佩尔		FR	44	88	881	88151	1168	Europe/Paris
6454830	Dompierre	dompierre	Domp'err,Domperr,Dompierre,Dompjer,dong pi ye er,Домпьерр,Домпєрр,Домпјер,栋皮耶尔		FR	44	88	881	88152	263	Europe/Paris
6454831	Domptail	domptail	Domptail,Domtaj,Dontaj,dong pu tai,Домтай,Донтај,栋普泰		FR	44	88	881	88153	359	Europe/Paris
6454833	Grand	grand	Gran,Grand,ge lang,Гран,格朗		FR	44	88	882	88212	370	Europe/Paris
6454834	Grandrupt	grandrupt			FR	44	88	883	88215	75	Europe/Paris
6454835	Lamarche	lamarche	Lamarche,Lamarsh,la ma er shen,lamarchy,lamarsh,Ламарш,لامارش,لامارچی,拉马尔什		FR	44	88	882	88258	939	Europe/Paris
6454836	Landaville	landaville	Landavil',Landaville,lang da wei er,Ландавиль,Ландавіль,لانڈاولے,朗达维尔		FR	44	88	882	88259	299	Europe/Paris
6454837	Longchamp	longchamp	Longchamp,Lonsham,long ge shang,Лоншам,隆格尚		FR	44	88	881	88273	463	Europe/Paris
6454838	Moriville	moriville	Morivil',mo li wei er,Моривиль,Моривіль,莫里维尔		FR	44	88	881	88313	431	Europe/Paris
6454839	Mortagne	mortagne	Mortagne,Mortan',mo er ta ni,Мортань,莫尔塔尼		FR	44	88	883	88315	167	Europe/Paris
6454840	Morville	morville			FR	44	88	882	88316	50	Europe/Paris
6454841	Neufchâteau	neufchateau	Nefshato,Neocastrum,Neufchateau,Neufchâteau,Njoshato,ne sha tuo,nufushato,Нефшато,Нёшато,ヌフシャトー,讷沙托		FR	44	88	882	88321	6639	Europe/Paris
6454842	Norroy	norroy	Norroy,Norrua,Норруа		FR	44	88	882	88332	225	Europe/Paris
6454843	Offroicourt	offroicourt	Offroicourt		FR	44	88	882	88335	152	Europe/Paris
6454844	Pierrefitte	pierrefitte	Pierrefitte		FR	44	88	882	88347	130	Europe/Paris
6454845	Rancourt	rancourt	Rancourt		FR	44	88	882	88370	60	Europe/Paris
6454846	Remiremont	remiremont	Remiremont		FR	44	88	881	88383	7728	Europe/Paris
6454847	Saint-Gorgon	saint-gorgon	Saint-Gorgon		FR	44	88	881	88417	398	Europe/Paris
6454848	Saint-Julien	saint-julien	Saint-Julien		FR	44	88	882	88421	110	Europe/Paris
6454849	Saint-Remimont	saint-remimont	Saint-Remimont		FR	44	88	882	88434	229	Europe/Paris
6454850	Senones	senones	Senon,Senones,sai nu ne,Сенон,塞努讷		FR	44	88	883	88451	2466	Europe/Paris
6454851	Vaudéville	vaudeville	Vaudeville,Vaudéville,Vodevil',wawdwyl,wo de wei er,Водевиль,Водевіль,واودویل,沃德维尔		FR	44	88	881	88495	166	Europe/Paris
6454852	Vaudoncourt	vaudoncourt	Vaudoncourt		FR	44	88	882	88496	160	Europe/Paris
6454853	Villers	villers	Ville,Villers,wei lai er,Вилле,Вілле,维莱尔		FR	44	88	882	88507	217	Europe/Paris
6454854	Villotte	villotte	Villott,Villotte,wei luo te,Виллотт,Віллотт,维洛特		FR	44	88	882	88510	152	Europe/Paris
6454855	Évry	evry	Aebura,Eburiacum,Everiaco,Evri,Evry,ai fu li,Évry,Еври,Еврі,埃夫里		FR	27	89	893	89162	386	Europe/Paris
6454856	Fouronnes	fouronnes	Fouronnes,Furon,Furonn,fu luo na,Фурон,Фуронн,富罗纳		FR	27	89	891	89182	165	Europe/Paris
6454858	Gurgy	gurgy	Gjurzhi,ju er ji,Гюржи,Гюржі,居尔吉		FR	27	89	891	89198	1728	Europe/Paris
6454859	Island	island	Islan,Island,yi si lang,Іслан,伊斯朗		FR	27	89	892	89203	184	Europe/Paris
6454860	Lixy	lixy	Liksi,Lixy,li ke xi,Ликси,Ліксі,利克西		FR	27	89	893	89229	441	Europe/Paris
6454861	Mercy	mercy	Mercy		FR	27	89	891	89249	81	Europe/Paris
6454862	Noé	noe	Noe,nuo e,Ное,诺厄		FR	27	89	893	89278	546	Europe/Paris
6454863	Noyers	noyers	Noyers,Noyers-sur-Serein,Nuae,nu wa ai er,Нуае,Нуає,努瓦埃尔		FR	27	89	892	89279	589	Europe/Paris
6454864	Ouanne	ouanne	Uann,wu ang,Уанн,乌昂		FR	27	89	891	89283	614	Europe/Paris
6454865	Pisy	pisy	Pisy		FR	27	89	892	89300	71	Europe/Paris
6454866	Pourrain	pourrain	Pourrain,Purren,pu lan,Пуррен,普兰		FR	27	89	891	89311	1409	Europe/Paris
6454867	Saint-Clément	saint-clement	Saint-Clement,Saint-Clément,Sen-Kleman,sheng ke lai mang,Сен-Клеман,سینٹ-کلیمنٹ، یونے,圣克莱芒		FR	27	89	893	89338	2762	Europe/Paris
6454868	Sainte-Colombe	sainte-colombe	Sainte-Colombe,Sent-Kolomb,sang te ke long bu,Сент-Коломб,سین-کولومبے، یونے,桑特科隆布		FR	27	89	892	89339	205	Europe/Paris
6454869	Saint-Denis-lès-Sens	saint-denis-les-sens	Saint-Denis-les-Sens,Saint-Denis-lès-Sens		FR	27	89	893	89342	766	Europe/Paris
6454870	Varennes	varennes	Varenn,Varennes,wa lei na,wrns  ywn,Варенн,ورنس، یون,瓦雷纳		FR	27	89	891	89430	322	Europe/Paris
6454871	Vernoy	vernoy	Vernoy		FR	27	89	893	89442	241	Europe/Paris
6454872	Vézelay	vezelay	Vezelay,Vézelay		FR	27	89	892	89446	433	Europe/Paris
6454874	Villy	villy	Villi,Villy,wei li,Вилли,Віллі,维利		FR	27	89	891	89477	106	Europe/Paris
6454875	Dourdan	dourdan	Dourdan		FR	11	91	911	91200	10702	Europe/Paris
6454876	Draveil	draveil	Draveil		FR	11	91	912	91201	29279	Europe/Paris
6454877	Étréchy	etrechy	Etrechy,Etreshi,Etréchy,ai te lei xi,Étréchy,Етреши,Етреші,埃特雷希		FR	11	91	911	91226	6529	Europe/Paris
6454878	Évry-Courcouronnes	evry-courcouronnes	Aebura,Eburiacum,Ehvri,Evri,Evriacum,Evry-Courcouronnes,ai fu li,awry  aswn,ayfry,ebeuli,evuri,Évry-Courcouronnes,Еври,Еврі,Эври,إيفري,اوری، اسون,エヴリー,埃夫里,에브리		FR	11	91	912	91228	68090	Europe/Paris
6454879	Massy	massy	Masi,Massi,Massy,ma xi,mashi,masi,msy  aswn,Маси,Масси,Массі,مسی، اسون,マシー,马西,마시		FR	11	91	913	91377	49924	Europe/Paris
6454880	Orsay	orsay	Orsay		FR	11	91	913	91471	16678	Europe/Paris
6454881	Saint-Aubin	saint-aubin	Sent-Oben,sheng ao ban,Сент-Обен,سینٹ-ابن، اسوں نے,圣奥班		FR	11	91	913	91538	700	Europe/Paris
6454882	Saint-Vrain	saint-vrain	Saint-Vrain,Sen-Vren,sheng fu lan,Сен-Врен,圣夫兰		FR	11	91	913	91579	3059	Europe/Paris
6454883	Saint-Yon	saint-yon	Sent-Ion,sheng yi weng,Сент-Іон,Сент-Ион,圣伊翁		FR	11	91	911	91581	887	Europe/Paris
6454884	Torfou	torfou	Torfou,Torfu,tuo er fu,Торфу,托尔富		FR	11	91	911	91619	271	Europe/Paris
6454885	Yerres	yerres	Err,Jer,Yerres,ieru,yeleu,yi ai er lei,yr  fransh,yrrys,Єрр,Јер,Ерр,Йер,یر، فرانسه,یرریس,イエール,伊埃尔勒,예르		FR	11	91	912	91691	28820	Europe/Paris
6454886	Cergy	cergy	Cergy		FR	11	95	953	95127	63820	Europe/Paris
6454887	Courdimanche	courdimanche	Courdimanche		FR	11	95	953	95183	6712	Europe/Paris
6454888	Fosses	fosses			FR	11	95	952	95250	9622	Europe/Paris
6454889	Gonesse	gonesse	Gonesse		FR	11	95	952	95277	26336	Europe/Paris
6454890	Louvres	louvres	Louvres		FR	11	95	952	95351	10284	Europe/Paris
6454891	Luzarches	luzarches	Ljuzarsh,Luzarches,Люзарш		FR	11	95	952	95352	4553	Europe/Paris
6454892	Montmorency	montmorency	Monmoransi,Monmorensi,meng te mo lang xi,mongmolangsi,monmoranshi,mwnmwransy,mwnmwransy  wldwaz,mwnmwrnsy,Монморанси,Монморансі,Монморенси,מונמורנסי,مونمورانسي,مونمورانسی، ولدوآز,モンモランシー,蒙特莫朗西,몽모랑시		FR	11	95	952	95428	21457	Europe/Paris
6454893	Moussy	moussy	Moussy		FR	11	95	953	95438	132	Europe/Paris
6454894	Pontoise	pontoise			FR	11	95	953	95500	30690	Europe/Paris
6454895	Presles	presles	Presles		FR	11	95	953	95504	3837	Europe/Paris
6454896	Saint-Gervais	saint-gervais	Saint-Gervais		FR	11	95	953	95554	932	Europe/Paris
6454897	Attignat	attignat	Ategnat,Atina,Attin'ja,a di ni ya,atinya,atynyat,Атиња,Аттинья,Аттінья,Աթինյա,أتينيات,阿蒂尼亚,아티냐		FR	84	01	012	01024	3270	Europe/Paris
6454898	Beynost	beynost	Bejno,Beno,Beynost,bei nuo si te,bynst,bynwst,Бейно,Бено,Բենո,بينوست,بینست,贝诺斯特		FR	84	01	012	01043	4557	Europe/Paris
6454900	Briord	briord	Brior,Briord,brywr,brywrd,bu li ao er,Бриор,Бріор,Բրիոր,بريورد,بریور,布里奥尔		FR	84	01	011	01064	991	Europe/Paris
6454901	Cerdon	cerdon	Cerdon,Serdon,sai er dong,syrdwn  ayn,Сердон,Սերդոն,سيردون، أين,塞尔东		FR	84	01	014	01068	785	Europe/Paris
6454902	Challes-la-Montagne	challes-la-montagne	Challes-la-Montagne,Sal la Montan,Shal la Montan,Shal'-la-Montan',la-mwntanyyh,sha er la meng ta ni,Шал ла Монтањ,Шаль-ла-Монтань,Շալ լա Մոնտան,لا-مونتانييه,沙尔拉蒙塔尼		FR	84	01	014	01077	193	Europe/Paris
6454903	Aubenton	aubenton	Albentonum,Aubenton,Obanton,Ubonton,ou bang tong,Обантон,Убонтон,欧邦通		FR	32	02	025	02031	654	Europe/Paris
6454904	Berrieux	berrieux	Ber'jo,Berije,Berio,Berrie,Berrieux,bei li yue,Берије,Берріє,Берьё,Բերիո,贝里约		FR	32	02	022	02072	190	Europe/Paris
6454905	Bert	bert	Barrum,Ber,bei er,Бер,贝尔		FR	84	03	033	03024	247	Europe/Paris
6454906	Boucé	bouce	Bocac de Montagut,Bociat,Bouce,Boucé,Boçac de Montagut,Buse,bu sai,Бусе,布塞		FR	84	03	033	03034	514	Europe/Paris
6454907	Chantelle	chantelle	Cantilia,Chantela,Chantelle,Shantel,Shantel',shang tai er,Шантел,Шантель,尚泰尔		FR	84	03	032	03053	1064	Europe/Paris
6454908	Chappes	chappes	Chapas,Chappes,Shap,Shapp,sha pei,Шап,Шапп,沙佩		FR	84	03	031	03058	220	Europe/Paris
6454909	Châtelus	chatelus	Chasteuluc,Chastèuluç,Chatelus,Châtelus,Shatli,Shatlju,sha tai lu,Шатли,Шатлю,沙泰吕		FR	84	03	033	03068	112	Europe/Paris
6454910	Barcelonnette	barcelonnette	Barcelonnette		FR	93	04	041	04019	2610	Europe/Paris
6454911	Barles	barles			FR	93	04	043	04020	136	Europe/Paris
6454912	Bayons	bayons	Bayons		FR	93	04	044	04023	180	Europe/Paris
6454913	Chaudon-Norante	chaudon-norante	Chaudon-Norante		FR	93	04	042	04055	184	Europe/Paris
6454914	Colmars	colmars	Colmars		FR	93	04	042	04061	463	Europe/Paris
6454915	Dauphin	dauphin	Daufin,Dauphin,Dofen,duo fan,Дофен,多凡		FR	93	04	044	04068	824	Europe/Paris
6454916	Cervières	cervieres	Cervieres,Cervières		FR	93	05	051	05027	182	Europe/Paris
6454917	Fouillouse	fouillouse	Folhosa,Fouillouse,Fujuz,fu yi lu si,Фуйуз,Фуюз,Фујуз,富伊卢斯		FR	93	05	052	05057	241	Europe/Paris
6454918	Castillon	castillon			FR	93	06	062	06036	373	Europe/Paris
6454919	Contes	contes	Compitensis Vicus,Contes,Còntes,Kont,Конт		FR	93	06	062	06048	7420	Europe/Paris
6454920	Grasse	grasse	Grasse		FR	93	06	061	06069	50677	Europe/Paris
6454921	Lantosque	lantosque			FR	93	06	062	06074	1313	Europe/Paris
6454922	Marie	marie	Marie		FR	93	06	062	06080	104	Europe/Paris
6454923	Massoins	massoins	Massoin,Massoins,Massuehn,Massuen,Massuinum,ma su wan,maswyns,Массуен,Массуэн,ماسوينس,马苏万		FR	93	06	062	06082	103	Europe/Paris
6454924	Nice	nice	Nica,Nice,Nizza,Niça		FR	93	06	062	06088	342637	Europe/Paris
6454925	Peille	peille			FR	93	06	062	06091	2365	Europe/Paris
6454926	Pierrefeu	pierrefeu	P'erfjo,Peirafuec,Perrfe,Petra Igniaria,Pierrefeu,byryfyw,pi ye er lei fu,Пьерфё,Пєррфе,بيريفيو,皮耶尔雷弗		FR	93	06	062	06097	315	Europe/Paris
6454927	Annonay	annonay			FR	84	07	073	07010	16640	Europe/Paris
6454928	Aubenas	aubenas	Aubenas		FR	84	07	071	07019	12189	Europe/Paris
6454929	Beauvène	beauvene	Beuveser,Boven,Bèuveser,bo wei en,Бовен,博韦恩		FR	84	07	072	07030	212	Europe/Paris
6454930	Chanéac	chaneac	Chaneac,Chanéac		FR	84	07	073	07054	257	Europe/Paris
6454931	Chomérac	chomerac	Chaumairac,Chaumeirac,Chomerac,Chomérac,Shomerak,shao mei la ke,Шомерак,绍梅拉克		FR	84	07	072	07066	3040	Europe/Paris
6454932	Fons	fons	Fons		FR	84	07	071	07091	331	Europe/Paris
6454933	Annelles	annelles	Anel,Annel',Annelles,a nei lei,Анел,Аннель,阿内勒		FR	44	08	082	08014	140	Europe/Paris
6454934	Asfeld	asfeld	Asfel'd,Asfeld,a si fei er de,Асфелд,Асфельд,阿斯费尔德		FR	44	08	082	08024	1113	Europe/Paris
6454935	Autry	autry	Autry,Otri,atry,ou te li,Отри,Отрі,اتری,欧特里		FR	44	08	084	08036	119	Europe/Paris
6454936	Belval	belval	Belval		FR	44	08	081	08058	222	Europe/Paris
6454937	Bignicourt	bignicourt	Bignicourt		FR	44	08	082	08066	68	Europe/Paris
6454938	Bourcq	bourcq	Bourcq,Burk,bu er ke,Бурк,布尔克		FR	44	08	084	08077	52	Europe/Paris
6454939	Buzancy	buzancy	Bizansi,Bjuzansi,Buzancy,bi cang xi,Бизанси,Бюзанси,Бюзансі,比藏西		FR	44	08	084	08089	337	Europe/Paris
6454940	Carignan	carignan	Carignan,Karin'jan,Karinan,ka li ni ang,Кариньян,Карињан,卡里尼昂		FR	44	08	083	08090	2908	Europe/Paris
6454941	Cauroy	cauroy	Cauroy,Koroa,Korua,ke lu wa,Короа,Коруа,科鲁瓦		FR	44	08	084	08092	189	Europe/Paris
6454942	Bélesta	belesta	Belesta,Belestar,bei lai si ta,Белеста,贝莱斯塔		FR	76	09	092	09047	1046	Europe/Paris
6454943	Belloc	belloc	Belloc		FR	76	09	092	09048	74	Europe/Paris
6454944	Bethmale	bethmale	Betmal,Betmal',Vathmala,bei te ma er,Бетмал,Бетмаль,贝特马尔		FR	76	09	093	09055	96	Europe/Paris
6454945	Brassac	brassac	Bracac,Brasak,Brassac,Brassak,Braçac,bu la sa ke,Брасак,Брассак,布拉萨克		FR	76	09	091	09066	639	Europe/Paris
6454946	Castex	castex	Castex		FR	76	09	093	09084	95	Europe/Paris
6454947	Cazaux	cazaux	Cazaux		FR	76	09	091	09090	42	Europe/Paris
6454948	Clermont	clermont	Clermont		FR	76	09	093	09097	114	Europe/Paris
6454949	Barbuise	barbuise	Barbis,Barbjuiz,Barbuise,ba er bi yi si,Барбис,Барбюиз,Барбюїз,巴尔比伊斯		FR	44	10	102	10031	449	Europe/Paris
6454950	Bergères	bergeres	Bergeres,Bergères		FR	44	10	101	10039	124	Europe/Paris
6454951	Chaource	chaource	Caduscia,Chaource,Shaurs,shao er ke,Шаурс,绍尔克		FR	44	10	103	10080	1077	Europe/Paris
6454952	Chaserey	chaserey	Chaserey		FR	44	10	103	10087	54	Europe/Paris
6454953	Chavanges	chavanges	Chavanges,Shavanzh,sha wang re,shavu~anju,Шаванж,シャヴァンジュ,沙旺热		FR	44	10	101	10094	594	Europe/Paris
6454954	Arques	arques			FR	76	12	121	12010	127	Europe/Paris
6454955	Aubin	aubin	Aubin,Aubinh,Oben,ao ban,Обен,奥班		FR	76	12	123	12013	3780	Europe/Paris
6454956	Boussac	boussac	Bocac,Bossac,Boussac,Boçac,Busak,Bussak,bu sa ke,Бусак,Буссак,布萨克		FR	76	12	123	12032	577	Europe/Paris
6454957	Camarès	camares	Kamare,Kamares,Lo Pont de Camares,Lo Pont de Camarés,ka ma lei,Камаре,Камарес,卡马雷		FR	76	12	121	12044	1019	Europe/Paris
6454958	Martigues	martigues	Lo Martegue,Martig,Martigas,Martigues,mrtyg,Мартиг,Мартіг,مرتیگ		FR	93	13	134	13056	48783	Europe/Paris
6454959	Miramas	miramas			FR	93	13	134	13063	25756	Europe/Paris
6454960	Peypin	peypin	Peypin		FR	93	13	133	13073	5441	Europe/Paris
6454961	Aurseulles	aurseulles	Anktovil',Aurseulles,Onktovij,ang ke tuo wei er,Анктовиль,Анктовіль,Онктовиј,昂克托维尔		FR	28	14	144	14011	1927	Europe/Paris
6454964	Branville	branville	Branvil,Branvil',Branville,bu lang wei er,Бранвил,Бранвиль,Бранвіль,布朗维尔		FR	28	14	143	14093	204	Europe/Paris
6454965	Carlat	carlat	Carlat,Karla,ka er la,karura,Карла,カルラ,卡尔拉		FR	84	15	151	15028	352	Europe/Paris
6454967	Champagnac	champagnac	Champagnac,Champanhac,Shampan'jak,Shampanak,shang pa ni ya ke,Шампаньяк,Шампањак,尚帕尼亚克		FR	84	15	152	15037	1089	Europe/Paris
6454968	Chaudes-Aigues	chaudes-aigues	Chaudes-Aigues		FR	84	15	153	15045	886	Europe/Paris
6454969	Cheylade	cheylade	Cheilada,Cheylade,Shejlad,Shelad,sherado,xie la de,Шейлад,Шелад,シェラド,谢拉德		FR	84	15	153	15049	229	Europe/Paris
6454970	Clavières	clavieres	Clavieres,Clavières		FR	84	15	153	15051	211	Europe/Paris
6455030	Brou	brou	Brou,Bru,bu lu,Бру,布鲁		FR	24	28	282	28061	3382	Europe/Paris
6454971	Cussac	cussac	Cucac,Cussac,Cuçac,Kisak,Kjussak,Кисак,Кюссак		FR	84	15	153	15059	130	Europe/Paris
6454972	Ars	ars	Ar,Ars,Ар,Арс		FR	75	16	162	16018	733	Europe/Paris
6454973	Bonneuil	bonneuil	Bonej,Bonnej,Bonnjoj,bo na yi,Бонеј,Бонней,Боннёй,博纳伊		FR	75	16	162	16050	263	Europe/Paris
6454974	Archiac	archiac	Archiac		FR	75	17	171	17016	770	Europe/Paris
6454975	Bois	bois	Boa,Bois,Bua,bu wa,Боа,Буа,Բուա,布瓦		FR	75	17	171	17050	550	Europe/Paris
6454976	Celles	celles	Celles,Sel,Sel',se lai,Сел,Сель,瑟莱		FR	75	17	171	17076	326	Europe/Paris
6454977	Champagne	champagne	Champagne,Shampan,Shampan',xiang bin,Шампань,Шампањ,香槟		FR	75	17	172	17083	608	Europe/Paris
6454978	Bannegon	bannegon	Bangon,Bannegon,ba nei gong,banngwn,Бангон,Баннегон,باننگون,巴内贡		FR	24	18	182	18021	266	Europe/Paris
6454979	Bourges	bourges	Bourges		FR	24	18	181	18033	65555	Europe/Paris
6454980	Chambon	chambon	Chambon,Shambon,shang bang,Шамбон,尚邦		FR	24	18	182	18046	173	Europe/Paris
6454981	Chaumont	chaumont	Chaumont,Shomon,shao meng,Шомон,绍蒙		FR	24	18	182	18060	54	Europe/Paris
6454982	Civray	civray	Civray,Sivre,Сивре,Сівре		FR	24	18	181	18066	950	Europe/Paris
6454983	Bonnefond	bonnefond	Bonnefond		FR	75	19	192	19027	112	Europe/Paris
6454984	Corrèze	correze	Corresa,Correze,Corrèsa,Corrèze,Curretia,Korez,Korrez,ke er lei ci,korezu,Корез,Коррез,コレーズ,科尔雷兹		FR	75	19	192	19062	1126	Europe/Paris
6454985	Feyt	feyt	Fait,Fauet,Fejt,Feyt,fei zhen,Фейт,费镇		FR	75	19	193	19083	129	Europe/Paris
6454986	Forgès	forges	Faurges,Forges,Forgès,Forgés,Forzhe,Forzhes,fu er re,Форже,Форжес,福尔热		FR	75	19	192	19084	303	Europe/Paris
6454987	Juillac	juillac	Juillac,Julhac,Zhjujak,Zhuijak,rui yi la ke,Жуияк,Жуіяк,Жюйак,瑞伊拉克		FR	75	19	191	19094	1127	Europe/Paris
6454988	Auxonne	auxonne	Auxonne		FR	27	21	212	21038	7683	Europe/Paris
6454989	Avot	avot	Avo,Avot,Аво		FR	27	21	212	21041	188	Europe/Paris
6454990	Beaune	beaune	Beaune		FR	27	21	211	21054	21644	Europe/Paris
6454991	Bévy	bevy	Bevi,bei wei,Беви,Беві,贝维		FR	27	21	211	21070	139	Europe/Paris
6454992	Bèze	beze	Beze,Bèze		FR	27	21	212	21071	717	Europe/Paris
6454993	Broons	broons			FR	53	22	221	22020	2892	Europe/Paris
6454994	Carnoët	carnoet	Carnoet,Carnoët		FR	53	22	222	22031	672	Europe/Paris
6454995	Corlay	corlay	Curlaeum,Korle,ke er lai,Корле,科尔莱		FR	53	22	224	22047	957	Europe/Paris
6454996	Gouarec	gouarec	Gouarec		FR	53	22	222	22064	908	Europe/Paris
6454997	Brousse	brousse	Brossa,Brousse,Brus,Bruss,bu lu si,Брус,Брусс,布鲁斯		FR	75	23	231	23034	27	Europe/Paris
6454998	Crocq	crocq	Crocq		FR	75	23	231	23069	397	Europe/Paris
6454999	Croze	croze	Crosa,Croze,Cròsa,Kroz,ke luo ci,krwz,Кроз,كروز,克罗兹		FR	75	23	231	23071	202	Europe/Paris
6455000	Fleurat	fleurat	Flera,Fleurac,Fljora,Floriac,fu lei la,Флера,Флёра,弗勒拉		FR	75	23	232	23082	305	Europe/Paris
6455001	Gartempe	gartempe			FR	75	23	232	23088	123	Europe/Paris
6455002	Gouzon	gouzon	Gosom,Goson,Guzon,gu zong,Гузон,古宗		FR	75	23	231	23093	1587	Europe/Paris
6455003	Pays de Belvès	pays-de-belves	Pays de Belves,Pays de Belvès		FR	75	24	244	24035	1451	Europe/Paris
6455004	Bergerac	bergerac	Bergerac,Berzherak,Brageirac,bei er re la ke,beleujelakeu,berujurakku,brzhrak,Бержерак,برژراک,ベルジュラック,贝尔热拉克,베르제라크		FR	75	24	241	24037	27269	Europe/Paris
6455005	Besse	besse	Beca,Bes,Bess,Besse,Beça,bei si,Бес,Бесс,贝斯		FR	75	24	244	24039	156	Europe/Paris
6455006	Bourdeilles	bourdeilles			FR	75	24	242	24055	734	Europe/Paris
6455008	Carlux	carlux	Carlux		FR	75	24	244	24081	628	Europe/Paris
6455009	Chalais	chalais	Chalais,Chaleix,Chales,Chalés,Shale,sha lai,Шале,沙莱		FR	75	24	242	24095	398	Europe/Paris
6455010	Amancey	amancey	Amancey,Amanse,a mang sai,amansy,Амансе,امانسی,阿芒塞		FR	27	25	251	25015	679	Europe/Paris
6455011	Autechaux	autechaux	Otesho,ao tai shao,Отешо,奥泰绍		FR	27	25	251	25032	416	Europe/Paris
6455012	Belvoir	belvoir	Bel'vuar,Belvoar,Belvoir,Белвоар,Бельвуар		FR	27	25	252	25053	108	Europe/Paris
6455013	Bief	bief	Bef,Bief,Bjef,bi ye,Бєф,Бјеф,比耶		FR	27	25	252	25061	110	Europe/Paris
6455014	Blamont	blamont	Blamont		FR	27	25	252	25063	1226	Europe/Paris
6455015	Bonnevaux	bonnevaux	Bonnevaux,Bonnvo,Bonvo,bo na wo,Бонво,Боннво,博纳沃		FR	27	25	253	25075	379	Europe/Paris
6455016	Bourguignon	bourguignon	Burgin'on,Burginon,bu er ji ni weng,Бургињон,Бургіньон,布尔吉尼翁		FR	27	25	252	25082	930	Europe/Paris
6455017	Bretigney	bretigney	Bretin'e,Bretine,bu lei di gai yi,Бретиње,Бретіньє,布雷蒂盖伊		FR	27	25	252	25093	71	Europe/Paris
6455018	Beauvoisin	beauvoisin	Beuvesin,Bovoazen,Bovuazen,Bèuvesin,bo wa sang,Бовоазен,Бовуазен,博瓦桑		FR	84	26	262	26043	147	Europe/Paris
6455019	Chavannes	chavannes	Chavana,Chavannes,Shavan,Shavann,sha wa nei,Шаван,Шаванн,沙瓦内		FR	84	26	263	26092	697	Europe/Paris
6455020	Authou	authou	Authou		FR	28	27	272	27028	340	Europe/Paris
6455021	Bacqueville	bacqueville	Bacqueville,Bakvil,Bakvil',ba qu ai wei er,Баквил,Баквиль,Баквіль,巴屈埃维尔		FR	28	27	271	27034	618	Europe/Paris
6455022	Les Monts du Roumois	les-monts-du-roumois			FR	28	27	272	27062	1561	Europe/Paris
6455023	Beuzeville	beuzeville	Beuzeville,Bezvil,Bezvil',bo ze wei er,Безвил,Безвиль,Безвіль,伯泽维尔		FR	28	27	272	27065	4578	Europe/Paris
6455024	Auneau-Bleury-Saint-Symphorien	auneau-bleury-saint-symphorien	Auneau-Bleury-Saint-Symphorien		FR	24	28	281	28015	5808	Europe/Paris
6455025	Beauche	beauche	Beauche		FR	24	28	283	28030	273	Europe/Paris
6455026	Beauvilliers	beauvilliers			FR	24	28	281	28032	336	Europe/Paris
6455027	Bonneval	bonneval	Bonneval,Bonnval',Bonval,bo na wa,Бонвал,Боннваль,博纳瓦		FR	24	28	282	28051	5154	Europe/Paris
6455028	Bouville	bouville	Bouville,Buvil,Buvil',bu wei er,Бувил,Бувіль,布维尔		FR	24	28	282	28057	583	Europe/Paris
6455029	Brezolles	brezolles	Brezolles		FR	24	28	283	28059	1819	Europe/Paris
6455031	Châtenay	chatenay			FR	24	28	281	28092	243	Europe/Paris
6455032	Daoulas	daoulas	Daoulaz,Daula,da wu la si,daura,Даула,ダウラ,达乌拉斯		FR	53	29	291	29043	1792	Europe/Paris
6455033	Fouesnant	fouesnant	Fouesnant		FR	53	29	294	29058	9520	Europe/Paris
6455034	Guimiliau	guimiliau	Guimiliau		FR	53	29	293	29074	1016	Europe/Paris
6455035	Carbini	carbini	Carbini,Càrbini,Karbini,Карбини,Карбіні		FR	94	2A	2A4	2A061	99	Europe/Paris
6455036	Casevecchie	casevecchie	Casevecchie		FR	94	2B	2B3	2B075	65	Europe/Paris
6455037	Cervione	cervione	Cervione		FR	94	2B	2B3	2B087	2045	Europe/Paris
6455038	Bellegarde	bellegarde	Bel'gard,Belagarda,Belgard,Bellegarde,Bèlagarda,bei lei jia er de,Белгард,Бельгард,贝勒加尔德		FR	76	30	302	30034	6987	Europe/Paris
6455039	Belvézet	belvezet	Belvezet,Belvézet		FR	76	30	302	30035	254	Europe/Paris
6455040	Cassagnoles	cassagnoles	Cassagnoles,Cassinholas,Cassinhòlas,Kasanol,Kassan'ol',ka sa ni ao lai,Касањол,Кассаньоль,卡萨尼奥莱		FR	76	30	303	30071	401	Europe/Paris
6455041	Chambon	chambon	Lo Chambon,Shambon,Шамбон		FR	76	30	301	30079	265	Europe/Paris
6455042	Artigue	artigue	Artig,Artiga,a er di gai,Артиг,Артіг,阿尔蒂盖		FR	76	31	312	31019	29	Europe/Paris
6455043	Balma	balma	Balma		FR	76	31	313	31044	16394	Europe/Paris
6455044	Barbazan	barbazan	Barbasan,Barbazan,ba er ba cang,Барбазан,巴尔巴藏		FR	76	31	312	31045	474	Europe/Paris
6455045	Bazus	bazus	Basus,Basús,Bazi,Bazjus,ba ju,Бази,Базюс,巴聚		FR	76	31	313	31049	559	Europe/Paris
6455046	Benque	benque	Benque		FR	76	31	312	31063	161	Europe/Paris
6455047	Auterive	auterive	Auta-riba,Autarriba,Oteriv,Otriv,ao te li fu,Отерив,Отрив,奥特里夫		FR	76	32	321	32019	522	Europe/Paris
6455048	Beaumont	beaumont	Beaumont,Beumont,Bomon,Bèumont,bo meng,Бомон,博蒙		FR	76	32	322	32037	140	Europe/Paris
6455049	Beaupuy	beaupuy	Beaupuy,Bethpoi,Bopij,Bopjui,Bèthpoi,bo pi yi,Бопиј,Бопюи,Бопюї,博皮伊		FR	76	32	321	32038	178	Europe/Paris
6455050	Belmont	belmont	Bel'mon,Bel'mont,Belmon,Belmont,Bèlmont,bei er meng,Белмон,Бельмон,Бельмонт,贝尔蒙		FR	76	32	321	32043	151	Europe/Paris
6455051	Cadeilhan	cadeilhan	Cadeilhan		FR	76	32	322	32068	134	Europe/Paris
6455052	Baron	baron	Baron,Baronium,Varon,ba long,Барон,巴龙		FR	75	33	335	33028	1155	Europe/Paris
6455053	Bassens	bassens	Bacinum,Basan,Bassan,Bassens,basnz jyrwnd,Басан,Бассан,باسنز جيروند		FR	75	33	332	33032	7151	Europe/Paris
6455054	Bazas	bazas	Bazas		FR	75	33	333	33036	4747	Europe/Paris
6455055	Birac	birac	Birac,Birak,bi la ke,Бирак,Бірак,比拉克		FR	75	33	333	33053	229	Europe/Paris
6455056	Blaignac	blaignac	Blaignac,Blanhac,Blen'jak,Blenak,bu lai ni ya ke,Бленьяк,Блењак,布莱尼亚克		FR	75	33	333	33054	289	Europe/Paris
6455057	Blanquefort	blanquefort	Blancahort,Blancahòrt,Blankfor,Blanquefort,blankfwr  zhyrwnd,bu lang qu ai fu er,burankuforu,Бланкфор,بلانکفور، ژیروند,ブランクフォール,布朗屈埃福尔		FR	75	33	332	33056	15615	Europe/Paris
6455058	Bordeaux	bordeaux	Bordeaux,Bordo,Bornto,Μπορντώ		FR	75	33	332	33063	252040	Europe/Paris
6455059	Branne	branne	Bran,Brana,Brann,Branne,bu lang,Бран,Бранн,布朗		FR	75	33	335	33071	1274	Europe/Paris
6455060	Cadillac	cadillac	Cadilhac,Cadilhac de Seron,Cadillac,Kadijak,ka di la ke,Кадияк,Кадијак,Кадіяк,卡迪拉克		FR	75	33	333	33081	2775	Europe/Paris
6455061	Caplong	caplong	Camp Long,Camplong,Caplong,Kaplon,ka pu long,Каплон,卡普隆		FR	75	33	335	33094	230	Europe/Paris
6455062	Bessan	bessan	Bessan		FR	76	34	341	34031	4975	Europe/Paris
6455063	Béziers	beziers	Beziers,Béziers		FR	76	34	341	34032	76493	Europe/Paris
6455064	Camplong	camplong	Camplong,Kamplon,kang pu long,Камплон,康普隆		FR	76	34	341	34049	235	Europe/Paris
6455065	Canet	canet	Kane,ka nei,Кане,卡内		FR	76	34	342	34051	3511	Europe/Paris
6455066	Castries	castries	Castias,Castries,Càstias,Kastri,Kastrij,ka si te li ye,Кастри,Кастрий,Кастрій,卡斯特里耶		FR	76	34	343	34058	6105	Europe/Paris
6455067	Caux	caux	Caus,Caux,Ko,ke zhen,Ко,科镇		FR	76	34	341	34063	2554	Europe/Paris
6455068	Cazevieille	cazevieille	Casavielha,Casavièlha,Kazev'ej,Kazevej,Kazvijej,ka ze wei ye yi er,Казвијеј,Казевьей,Казевєй,卡泽维耶伊尔		FR	76	34	342	34066	184	Europe/Paris
6455069	Combes	combes	Combas,Combes,Komb,Kon,kong bei,Комб,Кон,孔贝		FR	76	34	341	34083	337	Europe/Paris
6455070	Bais	bais	Baez,Baiscum,Be,bai zhen,Бе,拜镇		FR	53	35	351	35014	2407	Europe/Paris
6455071	Bécherel	becherel	Begerel,Besherel,Besherel',bei xie lei,Бешерел,Бешерель,贝谢雷		FR	53	35	353	35022	673	Europe/Paris
6455073	Cluis	cluis	Cluis		FR	24	36	363	36056	1002	Europe/Paris
6455074	Guilly	guilly	Gii,Giji,Guilly,ji li,Гийи,Гії,吉利		FR	24	36	364	36085	243	Europe/Paris
6455075	Ingrandes	ingrandes	Ehngrand,Engrand,Ingrandes,an ge lang dai,Енгранд,Энгранд,安格朗代		FR	24	36	361	36087	319	Europe/Paris
6455076	Bourgueil	bourgueil			FR	24	37	371	37031	3912	Europe/Paris
6455077	Ciran	ciran	Ciran		FR	24	37	373	37078	417	Europe/Paris
6455078	Beaurepaire	beaurepaire	Beaurepaire,Boreper,bo lei pei er,Борепер,博雷佩尔		FR	84	38	383	38034	4906	Europe/Paris
6455079	Besse	besse	Beca,Bes,Bess,Besse,Beça,bei si,Бес,Бесс,贝斯		FR	84	38	381	38040	129	Europe/Paris
6455080	Bizonnes	bizonnes	Bizonnes		FR	84	38	382	38046	948	Europe/Paris
6455081	Bossieu	bossieu	Bossieu		FR	84	38	383	38049	291	Europe/Paris
6455082	Bressieux	bressieux	Bres'e,Bres'jo,Bresje,bu lei xi e,Бресьё,Бресьє,Бресје,布雷西厄		FR	84	38	383	38056	92	Europe/Paris
6455083	Cessieu	cessieu	Kasje,Ses'e,Ses'jo,sai xi e,Касје,Сесьё,Сесьє,塞西厄		FR	84	38	382	38064	2935	Europe/Paris
6455084	Châtenay	chatenay	Chatenay,Châtenay		FR	84	38	383	38093	440	Europe/Paris
6455085	Arbois	arbois	Arbois		FR	27	39	391	39013	3350	Europe/Paris
6455086	Arlay	arlay	Arlay,Arle,a er lai,Арле,阿尔莱		FR	27	39	392	39017	1232	Europe/Paris
6455087	Belmont	belmont	Bel'mon,Belmon,Belmont,bei er meng,Белмон,Бельмон,贝尔蒙		FR	27	39	391	39048	266	Europe/Paris
6455088	Baigts	baigts	Baigts		FR	75	40	401	40023	371	Europe/Paris
6455089	Biscarrosse	biscarrosse	Biscarrosse		FR	75	40	402	40046	14214	Europe/Paris
6455090	Castel-Sarrazin	castel-sarrazin	Kastel Sarazen,Kastel'-Sarrazen,Kastel-Sarazen,Los Sarrasins,Sarrasins,ka si tai sa er la zan,Кастел Саразен,Кастел-Саразен,Кастель-Сарразен,卡斯泰萨尔拉赞		FR	75	40	401	40074	537	Europe/Paris
6455091	Castets	castets	Casteths,Castets,Castèths,Kastet,Kastets,ka si tai te,Кастет,Кастетс,卡斯泰特		FR	75	40	401	40075	2254	Europe/Paris
6455092	Clermont	clermont	Clarmont,Klermon,ke lai meng,Клермон,克莱蒙		FR	75	40	401	40084	774	Europe/Paris
6455093	Dax	dax	Akize,Aquae Tarbellicae,Dacs,Daks,Daksa,Dax,da ke si,dakusu,dks  land,Дакс,دکس، لاند,ダクス,達克斯		FR	75	40	401	40088	20891	Europe/Paris
6455094	Beauchêne	beauchene	Beauchene,Beauchêne		FR	24	41	412	41014	182	Europe/Paris
6455095	Briou	briou	Briou		FR	24	41	411	41027	148	Europe/Paris
6455096	Cellé	celle	Celle,Cellé,Sele,Selle,sai lai,Селе,Селле,塞莱		FR	24	41	412	41030	230	Europe/Paris
6455097	Chambord	chambord	Chambord,Shambor,shanboru,shang bo er,syangboleu,Шамбор,シャンボール,尚博尔,샹보르		FR	24	41	411	41034	100	Europe/Paris
6455098	Cheverny	cheverny	Shaverni,Sheverni,shuvu~eruni,xie wei er ni,Шаверни,Шеверні,シュヴェルニー,谢韦尔尼		FR	24	41	411	41050	984	Europe/Paris
6455099	Droué	droue	Droue,Droué		FR	24	41	412	41075	983	Europe/Paris
6455100	Faye	faye	Faye		FR	24	41	412	41081	251	Europe/Paris
6455101	Fossé	fosse	Fosse,Fossé		FR	24	41	411	41091	1314	Europe/Paris
6455102	Bessey	bessey	Bessey		FR	84	42	423	42018	455	Europe/Paris
6455103	Charlieu	charlieu	Charlieu		FR	84	42	422	42052	3652	Europe/Paris
6455104	Châtelneuf	chatelneuf	Chatelneuf,Châtelneuf		FR	84	42	421	42054	328	Europe/Paris
6455105	Dargoire	dargoire	Dargoire		FR	84	42	423	42083	516	Europe/Paris
6455106	Feurs	feurs	Fer,Feurs,Forum Segusiavorum,fu er,Фер,弗尔		FR	84	42	421	42094	8093	Europe/Paris
6455107	Firminy	firminy	Firminy		FR	84	42	423	42095	16994	Europe/Paris
6455108	Bains	bains	Amar-ionnlaid,Bains,Banhs,Ben,ban zhen,Бен,班镇		FR	84	43	432	43018	1347	Europe/Paris
6455109	Barges	barges	Barjas,Barzh,ba er re,Барж,巴尔热		FR	84	43	432	43019	85	Europe/Paris
6455110	Beaumont	beaumont	Beaumont,Beumont,Bomon,Bèumont,bo meng,Бомон,博蒙		FR	84	43	431	43022	290	Europe/Paris
6455111	Beaux	beaux	Beaux		FR	84	43	433	43024	833	Europe/Paris
6455112	Blesle	blesle	Blesle		FR	84	43	431	43033	635	Europe/Paris
6455113	Brioude	brioude	Brioude		FR	84	43	431	43040	6718	Europe/Paris
6455114	Chilhac	chilhac			FR	84	43	431	43070	187	Europe/Paris
6455115	Fontannes	fontannes	Fontan,Fontanas,Fontann,Fontannes,feng ta nei,Фонтан,Фонтанн,丰塔内		FR	84	43	431	43096	962	Europe/Paris
6455116	Brains	brains	Brains,Bren,Brenn,bu lan,buran,Брен,ブラン,布兰		FR	52	44	442	44024	2790	Europe/Paris
6455117	Campbon	campbon			FR	52	44	443	44025	4018	Europe/Paris
6455118	Fercé	ferce	Ferce,Fercé		FR	52	44	445	44058	483	Europe/Paris
6455119	Legé	lege	Lege,Legé		FR	52	44	442	44081	4493	Europe/Paris
6455120	Ligné	ligne	Legneg,Lin'e,Lingiacum,li nie,Ліньє,利涅		FR	52	44	445	44082	5143	Europe/Paris
6455121	Breteau	breteau	Breteau		FR	24	45	451	45052	83	Europe/Paris
6455123	Bouziès	bouzies	Bosies,Bosiès,Bouzies,Bouziès,Buz'e,Buzje,bu qi ye,Бузьє,Бузје,布齐耶		FR	76	46	461	46037	80	Europe/Paris
6455124	Bretenoux	bretenoux			FR	76	46	462	46038	1371	Europe/Paris
6455125	Cajarc	cajarc	Cajarc		FR	76	46	462	46045	1131	Europe/Paris
6455126	Cassagnes	cassagnes	Cassagnes		FR	76	46	461	46061	189	Europe/Paris
6455127	Catus	catus	Catus,Catús,Katis,Katjus,Катис,Катюс		FR	76	46	461	46064	871	Europe/Paris
6455128	Corn	corn	Corn		FR	76	46	462	46075	217	Europe/Paris
6455130	Espeyroux	espeyroux	Espeyroux		FR	76	46	462	46096	97	Europe/Paris
6455131	Beauville	beauville	Beauville,Bouvila,Bovil,Bovil',Bòuvila,bo wei er,Бовил,Бовиль,Бовіль,博维尔		FR	75	47	471	47025	570	Europe/Paris
6455132	Clairac	clairac	Klerak,ke lai la ke,Клерак,克莱拉克		FR	75	47	472	47065	2634	Europe/Paris
6455133	Cours	cours	Cours		FR	75	47	471	47073	202	Europe/Paris
6455134	Durance	durance	Durance		FR	75	47	474	47085	290	Europe/Paris
6455135	Duras	duras	Djuras,Duras,Duràs,de~yurasu,di la,Дюрас,デュラス,迪拉		FR	75	47	472	47086	1319	Europe/Paris
6455137	Cassagnas	cassagnas	Cassanhac,Cassanhaç,Kasana,Kassan'jas,ka sa ni ya,Касања,Кассаньяс,卡萨尼亚		FR	76	48	481	48036	120	Europe/Paris
6455139	Cubières	cubieres	Cubieres,Cubières		FR	76	48	482	48053	171	Europe/Paris
6455141	Luc	luc	Ljuk,Luc,lu ke,Люк,吕克		FR	76	48	482	48086	220	Europe/Paris
6455142	Marvejols	marvejols	Marvejols		FR	76	48	482	48092	4776	Europe/Paris
6455143	Bouchemaine	bouchemaine	Bouchemaine		FR	52	49	491	49035	6709	Europe/Paris
6455145	Briollay	briollay	Briollay		FR	52	49	491	49048	2898	Europe/Paris
6455146	Terranjou	terranjou	Terranjou		FR	52	49	491	49086	3959	Europe/Paris
6455148	Chemillé-en-Anjou	chemille-en-anjou	Chemille-en-Anjou,Chemillé-en-Anjou		FR	52	49	492	49092	21600	Europe/Paris
6455149	Avranches	avranches			FR	28	50	501	50025	10068	Europe/Paris
6455150	Beauficel	beauficel	Bofis,Bofisel',bo fei sai,Бофис,Бофисель,Бофісель,博菲塞		FR	28	50	501	50040	144	Europe/Paris
6455151	Biéville	bieville	B'evil',Bevil',Bieville,Biville,Biéville,Bjevil,bi ai wei er,Бьевиль,Бєвіль,Бјевил,比埃维尔		FR	28	50	504	50054	189	Europe/Paris
6455152	Brécey	brecey	Brecey,Brécey		FR	28	50	501	50074	2100	Europe/Paris
6455153	Bretteville	bretteville	Bretteville,Brettvil',Bretvil,bu lei te wei er,Бретвил,Бреттвиль,Бреттвіль,布雷特维尔		FR	28	50	502	50077	1092	Europe/Paris
6455154	Bagneux	bagneux	Bagneux		FR	44	51	512	51032	457	Europe/Paris
6455155	Bouy	bouy	Bu,Bui,Бу,Буї		FR	44	51	511	51078	563	Europe/Paris
6455340	Saint-Cloud	saint-cloud	Saint-Cloud		FR	11	92	922	92064	30193	Europe/Paris
6455156	Broyes	broyes	Broa,Broyes,Brua,bu lu wa ai,Броа,Бруа,布鲁瓦埃		FR	44	51	512	51092	362	Europe/Paris
6455157	Aprey	aprey			FR	44	52	522	52014	190	Europe/Paris
6455158	Auberive	auberive	Auberive,Oberiv,Ubriv,ao bo li fu,Оберив,Убрив,奥伯里夫		FR	44	52	522	52023	181	Europe/Paris
6455159	Belmont	belmont	Belmont		FR	44	52	522	52043	57	Europe/Paris
6455160	Blaisy	blaisy	Blaisy		FR	44	52	521	52053	76	Europe/Paris
6455161	Chalancey	chalancey	Chalancey,Shalanse,sha lang sai,Шалансе,沙朗塞		FR	44	52	522	52092	105	Europe/Paris
6455162	Bazougers	bazougers	Bazougers,Bazuzhe,ba zu re er,Базуже,巴祖热尔		FR	52	53	531	53025	1119	Europe/Paris
6455163	Bouère	bouere	Bouere,Bouère,Buehr,Buer,bu ai er,Буер,Буэр,布埃尔		FR	52	53	531	53036	1102	Europe/Paris
6455164	Coudray	coudray	Coudray		FR	52	53	531	53078	867	Europe/Paris
6455165	Couptrain	couptrain			FR	52	53	533	53080	127	Europe/Paris
6455166	Craon	craon	Craon,Kraon,ke lang,Краон,克朗		FR	52	53	531	53084	4513	Europe/Paris
6455167	Amance	amance	Amance,Amans,a mang ke,amans  mwrt-at-masl,Аманс,امانس، مورت-ات-ماسل,阿芒克		FR	44	54	543	54012	337	Europe/Paris
6455168	Badonviller	badonviller	Badonviller		FR	44	54	542	54040	1554	Europe/Paris
6455169	Bauzemont	bauzemont	Bozmon,bo ze meng,Бозмон,博泽蒙		FR	44	54	542	54053	152	Europe/Paris
6455170	Bayon	bayon	Bajon,Bayon,ba yong,Байон,Бајон,巴永		FR	44	54	542	54054	1602	Europe/Paris
6455171	Belleville	belleville	Bel'vil',Belleville,Belvil,bei lei wei er,Белвил,Бельвиль,Бельвіль,贝勒维尔		FR	44	54	543	54060	1432	Europe/Paris
6455172	Bionville	bionville	Bionville		FR	44	54	542	54075	117	Europe/Paris
6455173	Blémerey	blemerey	Blemerey,Blémerey		FR	44	54	542	54078	68	Europe/Paris
6455174	Boncourt	boncourt	Boncourt,Bonkur,bang ku er,Бонкур,邦库尔		FR	44	54	541	54082	182	Europe/Paris
6455175	Bouzanville	bouzanville	Buzanvil,Buzanvil',bu cang wei er,Бузанвил,Бузанвиль,Бузанвіль,布藏维尔		FR	44	54	543	54092	62	Europe/Paris
6455176	Belrain	belrain	Belrain		FR	44	55	552	55044	37	Europe/Paris
6455177	Beignon	beignon	Beignon		FR	53	56	563	56012	1839	Europe/Paris
6455178	Camors	camors	Camors		FR	53	56	561	56031	3012	Europe/Paris
6455179	Carnac	carnac	Carnac		FR	53	56	561	56034	4260	Europe/Paris
6455180	Elven	elven	An Elven,El'van,Elven,ai er wang,Ельван,埃尔旺		FR	53	56	563	56053	5868	Europe/Paris
6455181	Étel	etel	Etel,Étel		FR	53	56	561	56055	1942	Europe/Paris
6455182	Grand-Champ	grand-champ	Grand-Champ		FR	53	56	563	56067	5350	Europe/Paris
6455183	Groix	groix	Groix		FR	53	56	561	56069	2276	Europe/Paris
6455184	Guer	guer			FR	53	56	563	56075	6259	Europe/Paris
6455185	Helléan	hellean	Hellean,Helléan		FR	53	56	562	56082	365	Europe/Paris
6455186	Kergrist	kergrist	Kergrist		FR	53	56	562	56093	722	Europe/Paris
6455187	Avricourt	avricourt	Avricourt,Avrikur,a fu li ku er,Аврикур,阿夫里库尔		FR	44	57	575	57042	621	Europe/Paris
6455188	Bénestroff	benestroff	Benestrof,Benestroff,Bénestroff,bei nei si te luo,bnstrwf,Бенестроф,Бенестрофф,بنستروف,贝内斯特罗		FR	44	57	575	57060	550	Europe/Paris
6455189	Bitche	bitche			FR	44	57	576	57089	5179	Europe/Paris
6455190	Beuvron	beuvron	Beuvron,Bevron,bo fu long,Беврон,伯夫龙		FR	27	58	582	58029	78	Europe/Paris
6455191	Bouhy	bouhy	Baugiacum,Bouhy,Bui,bu yi,Буи,Буї,布伊		FR	27	58	584	58036	454	Europe/Paris
6455192	Chevannes-Changy	chevannes-changy	Shevan Shanzhi,Shevann-Shanzhi,xie wa nei shang ji,Шеван Шанжи,Шеванн-Шанжи,Шеванн-Шанжі,谢瓦内尚吉		FR	27	58	582	58071	129	Europe/Paris
6455193	Decize	decize	Decize		FR	27	58	583	58095	5519	Europe/Paris
6455194	Anzin	anzin	Anzin		FR	32	59	596	59014	13426	Europe/Paris
6455195	Attiches	attiches	Atish,Attiches,Attish,a di shen,Атиш,Аттиш,Аттіш,阿蒂什		FR	32	59	595	59022	2268	Europe/Paris
6455196	Bailleul	bailleul	Bael',Bailleu,Bajel,Bajjol',Bajol,Belle,ba yue lei,Баель,Байол,Байёль,Баєль,Бајел,巴约勒		FR	32	59	594	59043	14467	Europe/Paris
6455197	Bavay	bavay	Bavay		FR	32	59	591	59053	3350	Europe/Paris
6455198	Beaufort	beaufort	Beaufort,Bofor,bo fu er,Бофор,博福尔		FR	32	59	591	59058	987	Europe/Paris
6455199	Bourbourg	bourbourg	Bourbourg		FR	32	59	594	59094	7112	Europe/Paris
6455200	Bacouël	bacouel	Bacouel,Bacouël		FR	32	60	602	60039	485	Europe/Paris
6455201	Bailly	bailly	Bailly		FR	32	60	603	60043	643	Europe/Paris
6455202	Beauvoir	beauvoir	Beauvoir		FR	32	60	602	60058	252	Europe/Paris
6455203	Bonnières	bonnieres	Bon'er,Bonijer,bo ni ai,Бонијер,Боньєр,博尼埃		FR	32	60	601	60084	160	Europe/Paris
6455204	Bailleul	bailleul	Bael',Bajel,bai lei,Баель,Баєль,Бајел,拜勒		FR	28	61	612	61023	608	Europe/Paris
6455205	Bellême	belleme	Belleme,Bellême		FR	28	61	613	61038	1515	Europe/Paris
6455206	Briouze	briouze	Brijuz,Briouze,Briuz,bu li wu ci,Бриуз,Бријуз,Бріуз,布里乌兹		FR	28	61	612	61063	1550	Europe/Paris
6455207	Bures	bures	Bir,Bjur,Bures,Бир,Бюр		FR	28	61	611	61067	165	Europe/Paris
6455209	Arlanc	arlanc	Arlanc		FR	84	63	631	63010	1922	Europe/Paris
6455210	Billom	billom	Billom		FR	84	63	632	63040	4732	Europe/Paris
6455211	Bussières	bussieres	Bussieres,Bussières		FR	84	63	634	63060	93	Europe/Paris
6455212	Chamalières	chamalieres	Chamalieres,Chamalières		FR	84	63	632	63075	17282	Europe/Paris
6455213	Champs	champs	Sham,Shan,shang pu,Шам,Шан,尚普		FR	84	63	634	63082	396	Europe/Paris
6455214	Aubin	aubin			FR	75	64	643	64073	228	Europe/Paris
6455215	Auriac	auriac	Auriac		FR	75	64	643	64078	239	Europe/Paris
6455216	Antichan	antichan	Antichan,Antishan,Ontishan,ang di shang,antishan,Антишан,Антішан,Онтишан,アンティシャン,昂蒂尚		FR	76	65	652	65014	33	Europe/Paris
6455217	Arrodets	arrodets	Arode,Arrode,Eths Arrodeths,Eths Arrodèths,a er luo dai te,Ароде,Арроде,阿尔罗代特		FR	76	65	652	65034	21	Europe/Paris
6455976	Les Hays	les-hays	Les Hays		FR	27	39	391	39266	324	Europe/Paris
6455218	Barry	barry	Bari,Barri,Barry,Eth Barri de Benac,ba er li,Бари,Барри,Баррі,巴尔里		FR	76	65	653	65067	127	Europe/Paris
6455219	Barthe	barthe	Bart,Barta,Barthe,La Barta de Bethpoi,La Barta de Bèthpoi,Барт		FR	76	65	653	65068	16	Europe/Paris
6455220	Benqué-Molère	benque-molere	Banke,Benke,Benque-Molere,Benquer,Benquèr,Benqué-Molère,bang qu ai,Банке,Бенке,邦屈埃		FR	76	65	652	65081	121	Europe/Paris
6455221	Bonrepos	bonrepos	Bonrepos		FR	76	65	652	65097	186	Europe/Paris
6455222	Corbère	corbere	Corbera del Castell,Corbere,Corbère		FR	76	66	663	66055	724	Europe/Paris
6455223	Fenouillet	fenouillet	Fenolhet,Fenollet,Fenouillet,Fenue,fang wu yi lai,Фенуе,Фенує,方乌伊莱		FR	76	66	663	66077	86	Europe/Paris
6455224	Breitenbach	breitenbach	Braitebach,Braitebàch,Breitenbach,Bretenbak,Bretenbakh,brytynbatsh,bu lei tang ba ke,Бретенбак,Бретенбах,بريتينباتش,布雷唐巴克		FR	44	67	675	67063	674	Europe/Paris
6455225	Dambach	dambach	Dambach,Dambak,Dambakh,Dàmbàch,dambatsh,danbakku,dang ba ke,Дамбак,Дамбах,دامباتش,ダンバック,当巴克		FR	44	67	672	67083	741	Europe/Paris
6455226	Aspach	aspach	Aspach,Aspak,Aspash,a si pa ke,Аспак,Аспаш,阿斯帕克		FR	44	68	681	68010	1128	Europe/Paris
6455227	Bergholtz	bergholtz	Bergholtz,Bergholz,Bergkholc,Bergol'c,bei er ge er te,Бергольц,Бергхолц,贝尔戈尔特		FR	44	68	686	68029	1063	Europe/Paris
6455228	Colmar	colmar	Colmar		FR	44	68	682	68066	69899	Europe/Paris
6455229	Ferrette	ferrette	Ferrett,Ferrette,Pfirt,fei lei te,Ферретт,费雷特		FR	44	68	681	68090	687	Europe/Paris
6455230	Fessenheim	fessenheim	Fesenajm,Fessenajm,fei se nan,fessen'aimu,Фесенайм,Фессенайм,フェッセンアイム,费瑟南		FR	44	68	682	68091	2396	Europe/Paris
6455231	Arnas	arnas	Arnas		FR	84	69	692	69013	3686	Europe/Paris
6455232	Beaujeu	beaujeu	Beljoc,Beljòc,Bojor,Bozhe,Bôjor,bo re,boju,Боже,ボジュー,博热		FR	84	69	692	69018	2122	Europe/Paris
6455233	Bibost	bibost	Bibost		FR	84	69	692	69022	574	Europe/Paris
6455234	Bron	bron	Bron		FR	84	69	691	69029	41060	Europe/Paris
6455235	Chaponost	chaponost	Chaponost		FR	84	69	691	69043	8577	Europe/Paris
6455236	Coise	coise	Coise,Koaz,Kuaz,Коаз,Куаз		FR	84	69	691	69062	765	Europe/Paris
6455237	Dommartin	dommartin	Domarten,Dommarten,Dommartin,Домартен,Доммартен		FR	84	69	692	69076	2580	Europe/Paris
6455238	Angirey	angirey	Angirey,Anzhire,Onzhiri,Анжире,Онжири		FR	27	70	702	70022	137	Europe/Paris
6455239	Auxon	auxon	Okson,Oson,Оксон,Осон		FR	27	70	702	70044	422	Europe/Paris
6455240	Baulay	baulay	Baulay,Bole,Боле		FR	27	70	702	70056	299	Europe/Paris
6455241	Baugy	baugy	Baugy,Bozhi,Божи,Божі		FR	27	71	713	71024	509	Europe/Paris
6455242	Bois-Sainte-Marie	bois-sainte-marie	Boa Sent Mari,Bois-Sainte-Marie,Bua-Sent-Mari,Боа Сент Мари,Буа-Сент-Мари,Буа-Сент-Марі		FR	27	71	713	71041	200	Europe/Paris
6455243	Buffières	buffieres	Buffieres,Buffières		FR	27	71	715	71065	276	Europe/Paris
6455244	Burnand	burnand	Birnan,Bjurnan,Burnand,Бирнан,Бюрнан		FR	27	71	712	71067	128	Europe/Paris
6455245	Bussières	bussieres	Bisjer,Bjus'er,Бисјер,Бюсьер,Бюсьєр		FR	27	71	715	71069	561	Europe/Paris
6455246	Ballon-Saint Mars	ballon-saint-mars	Ballon,Ballon-Saint Mars,Balon,Баллон,Балон		FR	52	72	723	72023	2211	Europe/Paris
6455247	Champagné	champagne	Champagne,Champagné,Shampan'e,Shampane,Шампаньє,Шампање		FR	52	72	722	72054	3857	Europe/Paris
6455248	Chevillé	cheville	Cheville,Chevillé,Shevile,Sheville,Шевиле,Шевілле		FR	52	72	721	72083	410	Europe/Paris
6455249	Apremont	apremont	Apremon,Apremont,Aprmon,Asper Mons,Апремон,Апрмон		FR	84	73	732	73017	1026	Europe/Paris
6455250	Chambéry	chambery	Chambery,Chambéry		FR	84	73	732	73065	59183	Europe/Paris
6455251	Chamousset	chamousset	Chamousset,Shamuse,Shamusse,Шамусе,Шамуссе		FR	84	73	732	73068	582	Europe/Paris
6455252	Cognin	cognin	Cognin		FR	84	73	732	73087	6144	Europe/Paris
6455253	Cruet	cruet	Krije,Krjue,Крије,Крюе		FR	84	73	732	73096	1037	Europe/Paris
6455254	Annecy	annecy	Annecy		FR	84	74	741	74010	126419	Europe/Paris
6455255	Boëge	boege	Boege,Boëge		FR	84	74	744	74037	1718	Europe/Paris
6455256	Châtel	chatel	Castellum Caballicensium,Chatel,Chatél,Châtel,Shatel,Shatel',Шател,Шатель		FR	84	74	744	74063	1246	Europe/Paris
6455257	Clermont	clermont	Clermont		FR	84	74	743	74078	409	Europe/Paris
6455258	Cluses	cluses			FR	84	74	742	74081	17371	Europe/Paris
6455259	Paris	paris	Paris		FR	11	75	751	75056	2190327	Europe/Paris
6455261	Bénouville	benouville	Benouville,Bénouville		FR	28	76	762	76079	174	Europe/Paris
6455262	Bernières	bernieres	Bern'er,Bernieres,Bernijer,Bernières,Бернијер,Берньер,Берньєр		FR	28	76	762	76082	652	Europe/Paris
6455263	Bertreville	bertreville	Bertreville		FR	28	76	761	76084	118	Europe/Paris
6455264	Bellot	bellot	Bello,Bellot,Belo,Белло,Бело		FR	11	77	773	77030	780	Europe/Paris
6455265	Boutigny	boutigny	Butin'i,Butini,Бутиньи,Бутињи,Бутіньї		FR	11	77	771	77049	870	Europe/Paris
6455266	Bailly	bailly	Bai,Baji,Баи,Баї,Баји		FR	11	78	784	78043	3826	Europe/Paris
6455267	Ardin	ardin	Ardin		FR	75	79	793	79012	1249	Europe/Paris
6455268	Augé	auge	Auge,Augé		FR	75	79	792	79020	923	Europe/Paris
6455270	Bressuire	bressuire			FR	75	79	791	79049	19499	Europe/Paris
6455271	Chizé	chize	Chize,Chizé		FR	75	79	792	79090	871	Europe/Paris
6455272	Airaines	airaines	Airaines		FR	32	80	802	80013	2371	Europe/Paris
6455273	Amiens	amiens	Amiens		FR	32	80	802	80021	133755	Europe/Paris
6455274	Andainville	andainville	Adinville,Andainville,Andenvil,Andenvil',Ondanvij,andaynwyl,ang dan wei er,Анденвіль,Онданвиј,Անդենվիլ,انداینویل,昂丹维尔		FR	32	80	802	80022	242	Europe/Paris
6455275	Athies	athies	Athie,Athies,Ati,Atje,a di,Аті,Атје,阿蒂		FR	32	80	804	80034	595	Europe/Paris
6455276	Aubigny	aubigny	Aubignin,Aubigny,Obin'i,Obini,ou bi ni,Обињи,Обіньї,欧比尼		FR	32	80	802	80036	480	Europe/Paris
6455977	Le Larderet	le-larderet			FR	27	39	392	39277	76	Europe/Paris
6455277	Bailleul	bailleul	Bael',Bailleu,Bailleul,Bajel,ba yue lei,Баєль,Бајел,巴约勒		FR	32	80	801	80051	274	Europe/Paris
6455278	Berneuil	berneuil	Bernej,Berneu,Berneuil,Bèrneu,bei er na yi,Берней,Бернеј,贝尔纳伊		FR	32	80	802	80089	258	Europe/Paris
6455279	Anglès	angles	Angle,Angles,Anglès,ang ge lai,Англе,Англес,昂格莱		FR	76	81	812	81014	508	Europe/Paris
6455280	Bannières	bannieres	Bannieres,Bannières		FR	76	81	812	81022	209	Europe/Paris
6455281	Bellegarde-Marsal	bellegarde-marsal	Bellegarde-Marsal		FR	76	81	811	81026	719	Europe/Paris
6455282	Bernac	bernac	Bernac,Bernak,bei er na ke,Бернак,贝尔纳克		FR	76	81	811	81029	187	Europe/Paris
6455283	Brousse	brousse	Brousse		FR	76	81	812	81040	417	Europe/Paris
6455284	Carmaux	carmaux			FR	76	81	811	81060	9356	Europe/Paris
6455285	Castanet	castanet	Castanet		FR	76	81	811	81061	202	Europe/Paris
6455286	Cuq	cuq			FR	76	81	812	81075	495	Europe/Paris
6455287	Dénat	denat	Denat,Dénat		FR	76	81	811	81079	794	Europe/Paris
6455288	Florentin	florentin	Floranten,Florentin,fu luo lang tan,Флорантен,弗洛朗坦		FR	76	81	811	81093	677	Europe/Paris
6455289	Caumont	caumont	Caumont		FR	76	82	821	82035	324	Europe/Paris
6455290	Caussade	caussade	Caucada,Caussade,Cauçada,Kosad,Kossad,ke sa de,Косад,Коссад,科萨德		FR	76	82	822	82037	6908	Europe/Paris
6455291	Goas	goas	Goas		FR	76	82	821	82071	36	Europe/Paris
6455292	Lachapelle	lachapelle	Lachapelle		FR	76	82	821	82083	116	Europe/Paris
6455293	Lafitte	lafitte			FR	76	82	821	82086	231	Europe/Paris
6455294	Bras	bras	Bra,Bras,Бра,Брас		FR	93	83	833	83021	2732	Europe/Paris
6455295	Beaumettes	beaumettes	Beaumettes		FR	93	84	841	84013	251	Europe/Paris
6455296	Bollène	bollene	Bollene,Bollène		FR	93	84	843	84019	13673	Europe/Paris
6455297	Castellet-en-Luberon	castellet-en-luberon	Castelet,Castellet-en-Luberon,Kastele,Kastelle,Кастеле,Кастелле		FR	93	84	841	84033	129	Europe/Paris
6455298	Gignac	gignac	Ginhac,Zhin'jak,Zhinak,ji ni ya ke,Жиньяк,Жињак,吉尼亚克		FR	93	84	841	84048	67	Europe/Paris
6455299	Pertuis	pertuis	Pertjui,Pertuis,Pertus,Pertús,pei er di yi,Пертюи,Пертюї,佩尔蒂伊		FR	93	84	841	84089	20135	Europe/Paris
6455300	Puget	puget	Puget		FR	93	84	841	84093	761	Europe/Paris
6455301	Beaurepaire	beaurepaire	Boreper,bo lei pei lei,Борепер,博雷佩雷		FR	52	85	852	85017	2368	Europe/Paris
6455303	Châteauneuf	chateauneuf	Chateauneuf,Châteauneuf,Shatonef,sha tuo na,Шатонеф,沙托纳		FR	52	85	853	85062	1027	Europe/Paris
6455305	Beaumont Saint-Cyr	beaumont-saint-cyr	Beaumont Saint-Cyr,Bomon,bo meng,Бомон,博蒙		FR	75	86	863	86019	3074	Europe/Paris
6455306	Biard	biard	Biard		FR	75	86	863	86027	1756	Europe/Paris
6455307	Blanzay	blanzay	Blanzay		FR	75	86	862	86029	790	Europe/Paris
6455308	Brion	brion	Brion,bu li weng,Брион,Бріон,布里翁		FR	75	86	862	86038	233	Europe/Paris
6455309	Chalandray	chalandray	Chalandray,Shalandre,sha lang de lai,Шаландре,沙朗德赖		FR	75	86	863	86050	834	Europe/Paris
6455310	Chatain	chatain	Chastanh,Chatain,Shaten,sha tan,Шатен,沙坦		FR	75	86	862	86063	251	Europe/Paris
6455312	Cherves	cherves	Cherves		FR	75	86	863	86073	594	Europe/Paris
6455313	Valence-en-Poitou	valence-en-poitou	Valence-en-Poitou		FR	75	86	862	86082	4454	Europe/Paris
6455314	Coussay	coussay			FR	75	86	863	86085	249	Europe/Paris
6455315	Bellac	bellac	Bellac		FR	75	87	871	87011	3963	Europe/Paris
6455316	Gorre	gorre	Gor,Gora,Gorr,Gorre,Gòra,ge er,Гор,Горр,戈尔		FR	75	87	873	87073	396	Europe/Paris
6455317	Laurière	lauriere	LAuriera,Lauriere,Laurière,Lor'er,Lorer,luo li ai,Лорьер,Лорєр,洛里埃		FR	75	87	872	87083	571	Europe/Paris
6455318	Arches	arches	Arsh,a er she,Арш,阿尔舍		FR	44	88	881	88011	1639	Europe/Paris
6455319	Aulnois	aulnois	Ol'nua,Ulnoa,ao er nu wa,Ольнуа,Улноа,奥尔努瓦		FR	44	88	882	88017	158	Europe/Paris
6455320	Belrupt	belrupt	Belrupt		FR	44	88	882	88052	100	Europe/Paris
6455321	Bruyères	bruyeres	Bruyeres,Bruyères		FR	44	88	881	88078	3080	Europe/Paris
6455322	Bulgnéville	bulgneville	Bjul'n'evil',Bulgneville,Bulgnéville,Bulnevil,bi er ge wei er,Булњевил,Бюльньевиль,Бюльньєвіль,比尔格维尔		FR	44	88	882	88079	1525	Europe/Paris
6455323	Charmes	charmes	Carpinia,Charmes,Sharm,sha er mei,Шарм,沙尔梅		FR	44	88	881	88090	4706	Europe/Paris
6455324	Châtenois	chatenois	Chatenois,Châtenois,Shatenua,Shatnoa,sha tang wa,Шатенуа,Шатноа,沙唐瓦		FR	44	88	882	88095	1704	Europe/Paris
6455325	Auxerre	auxerre	Auxerre		FR	27	89	891	89024	34846	Europe/Paris
6455326	Béon	beon	Beon,Béon,bei weng,Беон,贝翁		FR	27	89	893	89037	514	Europe/Paris
6455327	Béru	beru	Beri,Berju,bei lu,Бери,Берю,贝吕		FR	27	89	891	89039	77	Europe/Paris
6455328	Brosses	brosses	Brosses		FR	27	89	892	89057	305	Europe/Paris
6455329	Chablis	chablis	Cabliacum,Chablis,Shabli,sha bu li,shaburi,Шабли,Шаблі,シャブリ,沙布利		FR	27	89	891	89068	2281	Europe/Paris
6455330	Chaumont	chaumont	Shomon,shao meng,Шомон,绍蒙		FR	27	89	893	89093	659	Europe/Paris
6455331	Belfort	belfort	Belfort		FR	27	90	901	90010	48973	Europe/Paris
6455332	Chaux	chaux	Chaux,Sho,shao cun,Шо,绍村		FR	27	90	901	90023	1128	Europe/Paris
6455333	Croix	croix	Croix,Kroa,Krua,ke lu wa,Кроа,Круа,克鲁瓦		FR	27	90	901	90030	164	Europe/Paris
6455334	Fontenelle	fontenelle	Fontenel',Fontenelle,Fontnel,Фонтенель,Фонтнел		FR	27	90	901	90048	131	Europe/Paris
6455335	Lepuix	lepuix	Lepuix		FR	27	90	901	90065	1155	Europe/Paris
6455336	Arpajon	arpajon	Arpajon		FR	11	91	913	91021	10227	Europe/Paris
6455337	Boissy-sous-Saint-Yon	boissy-sous-saint-yon	Boissy-sous-Saint-Yon		FR	11	91	911	91085	3826	Europe/Paris
6455338	Châtillon	chatillon	Chatillon,Chatillon-sous-Bagneux,Châtillon,Châtillon-sous-Bagneux,Shatijon,sha di long,shatiyon,shtywn  aw-dw-sn,Шатийон,Шатијон,Шатійон,شتیون، او-دو-سن,シャティヨン,沙蒂隆		FR	11	92	921	92020	36779	Europe/Paris
6455339	Colombes	colombes	Colombes		FR	11	92	922	92025	85368	Europe/Paris
6455341	Saint-Denis	saint-denis	Kamuna Sen-Dehni,Sain-Nteni,Saint-Denis,Sanctus Dionysius in Francia,Sankte-Denis,Sen D'oni,Sen Deni,Sen-Deni,saengdeuni,san dwny,san=doni,senta-denisa,sheng dan ni,sn-dny,Σαιν-Ντενί,Камуна Сен-Дэні,Сен Дени,Сен Дьони,Сен-Дени,Сен-Дені,سان دوني,ساں ڈینس,سن-دنی,सेंत-देनिस,แซ็ง-เดอนี,サン＝ドニ,聖但尼,생드니		FR	11	93	933	93066	111354	Europe/Paris
6455342	Saint-Ouen-sur-Seine	saint-ouen-sur-seine	Fanum Sancti Audoeni,Saint-Ouen,Sent Uan,Sent Uenas,Sent-Uan,Sent-Uehn,saengtuaeng,san=to~uan,sheng wang,synt kwyn  sn-sn-dny,Σαιντ-Ουέν,Сент Уан,Сент-Уан,Сент-Уэн,سینت کوین، سن-سن-دنی,سینٹ-وں ، سینے-سینٹ-ڈینس,サン＝トゥアン,圣旺,생투앵		FR	11	93	933	93070	49664	Europe/Paris
6455343	Orly	orly	Orli,ao li,awrly,oruri,Орли,Орлі,אורלי,اورلی,オルリー,奥利		FR	11	94	943	94054	23378	Europe/Paris
6455344	Saint-Maurice	saint-maurice	Saint-Maurice,Sen-Moris,san=morisu,sheng mo li si,snt mwrys  wl-dw-mrn,Сен-Морис,سنت موریس، ول-دو-مرن,سینٹ-موریس، ول-دے-مرنے,サン＝モーリス,圣莫里斯		FR	11	94	942	94069	14312	Europe/Paris
6455345	Arthies	arthies	Arthies		FR	11	95	953	95024	281	Europe/Paris
6455346	Bouffémont	bouffemont	Bouffemont,Bouffémont		FR	11	95	952	95091	6204	Europe/Paris
6455347	Abbécourt	abbecourt	Abbecourt,Abbécourt		FR	32	02	022	02001	496	Europe/Paris
6455348	Acy	acy	Acy		FR	32	02	024	02003	1008	Europe/Paris
6455349	Abriès-Ristolas	abries-ristolas	Abries-Ristolas,Abriès-Ristolas		FR	93	05	051	05001	382	Europe/Paris
6455350	Aire	aire	Aire		FR	44	08	082	08004	218	Europe/Paris
6455351	Amance	amance	Amance		FR	44	10	101	10005	284	Europe/Paris
6455352	Aigues-Vives	aigues-vives	Aigues-Vives		FR	76	11	111	11001	579	Europe/Paris
6455353	Arles	arles	Arelate,Arl,Arl',Arla,Arle,Arles,Arlet,Arlis,Arlés,Gorad Arl',a er lei,aleul,arl,arli,aruru,Αρλ,Арл,Арль,Горад Арль,ארל,آرل,ارل,არლი,アルル,阿爾勒,아를		FR	93	13	132	13004	52857	Europe/Paris
6455354	Ahun	ahun			FR	75	23	232	23001	1438	Europe/Paris
6455355	Albon	albon	Abon,Al'bon,Albon,a er bang,alban  dram,Албон,Альбон,البان، درام,阿尔邦		FR	84	26	263	26002	1933	Europe/Paris
6455356	Berrien	berrien	Ber'en,Berijen,Berrijan,bei er li an,berian,Беријен,Берриян,Берріян,Берьен,ベリアン,贝尔里安		FR	53	29	292	29007	941	Europe/Paris
6455357	Alès	ales	Ales,Alès		FR	76	30	301	30007	39970	Europe/Paris
6455358	Aignan	aignan	Aignan,Anhan,Ehn'jan,En'jan,Enan,ai ni ang,aygnan  grz,enyan,Еньян,Ењан,Эньян,ایگنان، گرز,エニャン,艾尼昂		FR	76	32	323	32001	732	Europe/Paris
6455359	Agnin	agnin			FR	84	38	383	38003	1100	Europe/Paris
6455360	Angé	ange	Ange,Angé		FR	24	41	413	41002	913	Europe/Paris
6455361	Authon	authon	Oton,ao tong,Отон,奥通		FR	24	41	412	41007	715	Europe/Paris
6455362	Anglars	anglars	Anglar,Anglars,Onglar,ang ge la er,Англар,Онглар,昂格拉尔		FR	76	46	462	46004	212	Europe/Paris
6455364	Abaucourt	abaucourt	Abokur,a bo ku er,abakwrt,Абокур,اباکورت,阿博库尔		FR	44	54	543	54001	300	Europe/Paris
6455365	Baden	baden	Badan,ba dang,Бадан,巴当		FR	53	56	563	56008	4376	Europe/Paris
6455366	Aboncourt	aboncourt	Aboncourt,Abonkur,a bang ku er,abwnkwrt  mwsl,Абонкур,ابونکورت، موسل,阿邦库尔		FR	44	57	577	57001	361	Europe/Paris
6455367	Annay	annay	Abundiacum,Ane,Anne,a nai,Ане,Анне,阿奈		FR	27	58	584	58007	339	Europe/Paris
6455368	Aix-en-Pévèle	aix-en-pevele	Aix,Aix-en-Pevele,Aix-en-Pévèle,Ehks,Eks,ai ke si,ayks  nwrd,Екс,Экс,ایکس، نورد,艾克斯		FR	32	59	593	59004	1185	Europe/Paris
6455369	Abbecourt	abbecourt	Abbekur,Abkur,a bei ku er,abykwrt  awaz,Аббекур,Абкур,ابیکورت، اواز,阿贝库尔		FR	32	60	601	60002	768	Europe/Paris
6455370	Abère	abere	Abere,Abère		FR	75	64	643	64002	160	Europe/Paris
6455371	Abos	abos	Abo,Abos,Abòs,abas  pyrns-atlantyks,Або,Абос,اباس، پیرنس-اتلانتیکس		FR	75	64	643	64005	539	Europe/Paris
6455372	Ablis	ablis			FR	11	78	782	78003	3436	Europe/Paris
6455373	Achères	acheres	Acheres,Achères,Asher,achrs  ywlynz,asheru,Ашер,اچرس، یولینز,アシェール		FR	11	78	783	78005	20823	Europe/Paris
6455374	Airvault	airvault	Airvault		FR	75	79	793	79005	3289	Europe/Paris
6455375	Abbeville	abbeville	Abbeville		FR	32	80	801	80001	23231	Europe/Paris
6455376	Alban	alban	Al'ban,Alban,Albanh,a er bang,alban  tarn,Албан,Альбан,البان، تارن,阿尔邦		FR	76	81	811	81003	938	Europe/Paris
6455377	Aups	aups	Aups		FR	93	83	833	83007	2181	Europe/Paris
6455378	Apt	apt	Apt,Apta Iulia,Ate,a pu te,aputo,Апт,アプト,阿普特		FR	93	84	841	84003	11710	Europe/Paris
6455379	Avignon	avignon	Avennio,Avignon,Avignone,Avin'jon,Avin'on,Avinhao,Avinhon,Avinhão,Avinion,Avinjonas,Avinon,Avinona,Avinyo,Avinyon,Avinyó,Avinyón,Aviñón,Aviņona,Awinion,Gorad Avin'jon,abinyong,afynywn,avhiyom,avinioni,avu~inyon,awynywn,ya wei nong,Αβινιόν,Авиньон,Авињон,Авіньйон,Горад Авіньён,אביניון,آوینیون,أفينيون,اوینیون,ایوگناں,आव्हियों,ཨ་ཝི་ཉོང་།,ავინიონი,アヴィニョン,亞維農,아비뇽		FR	93	84	842	84007	92378	Europe/Paris
6455380	Aigremont	aigremont	Aigremont,Egremon,ai ge lei meng,aygrmant  yan,Егремон,ایگرمانت، یان,艾格雷蒙		FR	27	89	891	89002	78	Europe/Paris
6455381	Bagneux	bagneux	Bagneux,Ban'e,Ban'jo,Bano,Banyo,ba niu,banyu,bnyw  aw-dw-sn,Банье,Баньё,Баньє,Бањо,Բանյո,بنیو، او-دو-سن,バニュー,巴纽,바뉴		FR	11	92	921	92007	39763	Europe/Paris
6455382	Anjou	anjou	Anjou		FR	84	38	383	38009	1008	Europe/Paris
6455383	Cros	cros	Cros,Kro,Lo Cros,Lo Cròs,ke luo,Кро,克罗		FR	76	30	303	30099	253	Europe/Paris
6455384	Fargues	fargues	Fargues		FR	75	40	402	40099	334	Europe/Paris
6455385	Cholet	cholet	CET,Cholet		FR	52	49	492	49099	53718	Europe/Paris
6455386	Dommartin	dommartin	Domarten,Dominus Martinus,Dommarten,duo ma er tan,Домартен,Доммартен,多马尔坦		FR	27	58	581	58099	172	Europe/Paris
6455387	Bousies	bousies			FR	32	59	591	59099	1734	Europe/Paris
6455388	Gaillac	gaillac	Gaillac		FR	76	81	811	81099	15254	Europe/Paris
6455391	Chaville	chaville	Chaville		FR	11	92	923	92022	20322	Europe/Paris
6455392	Romainville	romainville	Romainville		FR	11	93	931	93063	26510	Europe/Paris
6455393	Le Bourget	le-bourget	Bourget,Burzhe,Le Bourget,Le-Burzhe,lei bu er re,leubuleuje,lh bwrzh,lw bwrjyh,lw bwrzhh,Бурже,Ле-Бурже,לה בורזה,لو بورجيه,لو بورژه,ル・ブルジェ,勒布爾熱,르부르제		FR	11	93	932	93013	16484	Europe/Paris
6455394	Les Ulis	les-ulis	Les Ulis		FR	11	91	913	91692	24868	Europe/Paris
6455395	Saint-Fargeau-Ponthierry	saint-fargeau-ponthierry			FR	11	77	772	77407	14386	Europe/Paris
6455396	Clichy	clichy	Clichy-la-Garenne,Clipiacum,Klishi,Klishi-la-Garenn,ke li xi,keullisi,klyshy,klyshy  aw-dw-sn,kurishi,Клиши,Клиши-ла-Гаренн,Кліші,كليشي,کلیشی، او-دو-سن,クリシー,克利希,클리시		FR	11	92	922	92024	60387	Europe/Paris
6455397	Tremblay-en-France	tremblay-en-france	Tremblay-en-France		FR	11	93	932	93073	35691	Europe/Paris
6455398	Asnières-sur-Seine	asnieres-sur-seine	Asnieres-sur-Seine,Asnières-sur-Seine		FR	11	92	922	92004	85973	Europe/Paris
6455399	Courbevoie	courbevoie	Courbevoie		FR	11	92	922	92026	81720	Europe/Paris
6455400	La Verrière	la-verriere	La Verriere,La Verrière		FR	11	78	782	78644	6225	Europe/Paris
6455401	Cachan	cachan			FR	11	94	943	94016	30208	Europe/Paris
6455402	Le Chesnay-Rocquencourt	le-chesnay-rocquencourt	Le Chesnay-Rocquencourt		FR	11	78	784	78158	31324	Europe/Paris
6455403	Maurepas	maurepas	Maurepas,Morepa,Морепа		FR	11	78	782	78383	18646	Europe/Paris
6455404	Dammarie-les-Lys	dammarie-les-lys	Dammarie-les-Lys		FR	11	77	772	77152	21891	Europe/Paris
6455405	Lésigny	lesigny	Lesigny,Lezin'i,Lésigny,Лезиньи,Лезіньї		FR	11	77	775	77249	7270	Europe/Paris
6455406	Lieusaint	lieusaint	L'esen,Lieusaint,Льесен,Льєсен		FR	11	77	772	77251	13363	Europe/Paris
6455408	Lagny-sur-Marne	lagny-sur-marne	Lagny-sur-Marne		FR	11	77	775	77243	21264	Europe/Paris
6455409	La Marche	la-marche	La Marche,La-Marsh,la ma er ke,la marshy  nywry,Ла-Марш,لا مارشی، نیوری,拉马尔克		FR	27	58	584	58155	559	Europe/Paris
6455410	Le Faou	le-faou	Ar Faou,Fagus,Faou,Le-Fau,lei fu,Ле-Фау,勒福		FR	53	29	292	29053	1717	Europe/Paris
6455412	La Pyle	la-pyle	La Pyle		FR	28	27	272	27482	156	Europe/Paris
6455413	Le Poislay	le-poislay	Le Poislay		FR	24	41	412	41179	185	Europe/Paris
6455414	Le Passage	le-passage	Le Passage,Le-Passazh,Lo Passatge,lei pa sa ge,Ле-Пассаж,勒帕萨格		FR	75	47	471	47201	9548	Europe/Paris
6455415	La Romagne	la-romagne	La Romagne,La-Roman',la luo ma ni,Ла-Романь,لا روماگنی، مین-اے-لوئر,拉罗马尼		FR	52	49	492	49260	1835	Europe/Paris
6455416	Le Ployron	le-ployron	Le-Pluajron,lei pu lu wa long,Ле-Плуайрон,勒普卢瓦龙		FR	32	60	602	60503	112	Europe/Paris
6455417	Le Vésinet	le-vesinet	Le Vesinet,Le Vésinet		FR	11	78	783	78650	16047	Europe/Paris
6455419	Le Biot	le-biot	Bio,Biot,Blotum,Le Biol,Le Biot,Le Biôl,Le-Bjo,l byw,Био,Ле-Бйо,ل بیو		FR	84	74	744	74034	570	Europe/Paris
6455420	Le Bec-Hellouin	le-bec-hellouin	Le Bec-Hellouin		FR	28	27	272	27052	404	Europe/Paris
6455422	Le Montellier	le-montellier	Le Montelie,Le Montellier,Le-Montel'e,lei meng te li ye,lw mwntlyh,lw mwntyyh,Ле-Монтелье,Ле-Монтельє,Լե Մոնտելիե,لو مونتلیه,لو مونتييه,勒蒙特利耶		FR	84	01	011	01260	293	Europe/Paris
6455423	Les Neyrolles	les-neyrolles	Le Nerol,Le-Nejrol',Le-Nerol',Les Neyrolles,lai nei luo er,lys nyrwl,Ле-Нейроль,Ле-Нероль,Լե Ներոլ,ليس نيرول,莱内罗尔		FR	84	01	014	01274	636	Europe/Paris
6455425	Le Plantay	le-plantay	Le Plantay,Le Plante,Le-Plante,lei pu lang tai,lw blantay,Ле-Планте,Լե Պլանտե,لو بلانتاي,勒普朗泰		FR	84	01	012	01299	553	Europe/Paris
6455426	La Tranclière	la-trancliere	La Trancliere,La Tranclière,La Tranklier,La-Trankl'er,la te lang ke li ai,la tranklyyr,Ла-Транкльер,Ла-Транкльєр,Լա Տրանկլիեր,لا ترانكليير,拉特朗克利埃		FR	84	01	012	01425	289	Europe/Paris
6455427	La Bouteille	la-bouteille	Bouteille,Butej,La Bouteille,La-Butej,la bu tai ye,Бутеј,Ла-Бутей,拉布泰耶		FR	32	02	025	02109	491	Europe/Paris
6455428	Le Catelet	le-catelet	Catelet,Katele,Le Catelet,Le-Katle,lei ka te lai,Кателе,Ле-Катле,勒卡特莱		FR	32	02	023	02143	194	Europe/Paris
6455430	La Chapelle-sur-Chézy	la-chapelle-sur-chezy	Chapelle-sur-Chezy,Chapelle-sur-Chézy,La Chapelle-sur-Chezy,La Chapelle-sur-Chézy,La-Shapel'-sjur-Shezi,Shapel sir Shezi,xie ji he pan la sha pei lei,Ла-Шапель-сюр-Шези,Ла-Шапель-сюр-Шезі,Шапел сир Шези,谢济河畔拉沙佩勒		FR	32	02	021	02162	279	Europe/Paris
6455431	Le Charmel	le-charmel	Charmel,Le Charmel,Le-Sharmel',Sharmel,l chrml,lei sha er mei er,Ле-Шармель,Шармел,ل چرمل,勒沙尔梅尔		FR	32	02	021	02164	318	Europe/Paris
6455432	La Croix-sur-Ourcq	la-croix-sur-ourcq	Croix-sur-Ourcq,Kroa sir Urk,La Croix-sur-Ourcq,La-Krua-sjur-Urk,wu er ke he pan la ke lu wa,Кроа сир Урк,Ла-Круа-сюр-Урк,乌尔克河畔拉克鲁瓦		FR	32	02	021	02241	108	Europe/Paris
6455433	La Fère	la-fere	La Fere,La Fère		FR	32	02	022	02304	2869	Europe/Paris
6455434	La Ferté-Chevresis	la-ferte-chevresis	La Ferte-Chevresis,La Ferté-Chevresis		FR	32	02	023	02306	558	Europe/Paris
6455435	La Flamengrie	la-flamengrie	La-Flamangri,la flamyngry  aysny,la fu la mang ge li,Ла-Фламангри,Ла-Фламангрі,لا فلامینگری، ایسنی,拉弗拉芒格里		FR	32	02	025	02312	1142	Europe/Paris
6455436	La Hérie	la-herie	La-Ehri,La-Eri,la ai li,Ла-Ері,Ла-Эри,拉埃里		FR	32	02	025	02378	150	Europe/Paris
6455437	Le Hérie-la-Viéville	le-herie-la-vieville	Le-Eri-la-Vevil',Lez-Ehri-la-V'evil',lei ai li-la wei ye wei er,Ле-Ері-ла-Вєвіль,Лез-Эри-ла-Вьевиль,勒埃里-拉维耶维尔		FR	32	02	025	02379	233	Europe/Paris
6455438	La Malmaison	la-malmaison	La Malmaison,La-Mal'mezon,la ma er mai song,Ла-Мальмезон,拉马尔迈松		FR	32	02	022	02454	413	Europe/Paris
6455439	La Neuville-Bosmont	la-neuville-bosmont	La Neuville-Bosmont,La-Nevil'-Bosmon,La-Njovil'-Bomon,la ne wei er-bo si meng,Ла-Невіль-Босмон,Ла-Нёвиль-Бомон,拉讷维尔-博斯蒙		FR	32	02	022	02545	191	Europe/Paris
6455440	La Neuville-en-Beine	la-neuville-en-beine	La Neuville-en-Beine,La-Nevil'-an-Ben,La-Njovil'-an-Ben,la ne wei er-ang bei ne,Ла-Невіль-ан-Бен,Ла-Нёвиль-ан-Бен,拉讷维尔-昂贝讷		FR	32	02	022	02546	201	Europe/Paris
6455441	La Neuville-Housset	la-neuville-housset	La-Nevil'-Usse,La-Njovil'-Usse,la ne wei er wu sai,Ла-Невіль-Уссе,Ла-Нёвиль-Уссе,拉讷维尔乌塞		FR	32	02	025	02547	66	Europe/Paris
6455442	La Neuville-lès-Dorengt	la-neuville-les-dorengt	La-Nevil'-le-Doran,La-Njovil'-le-Doran,la na wei er duo lang,Ла-Невіль-ле-Доран,Ла-Нёвиль-ле-Доран,拉纳维尔多朗		FR	32	02	025	02548	382	Europe/Paris
6455443	Le Nouvion-en-Thiérache	le-nouvion-en-thierache	Ch Nouvion-in-Thierache,Ch Nouvion-in-Thiérache,Le-Nuv'on-an-T'erash,Le-Nuvion-an-T'erash,lei nu wei yong-ang di ye la shen,Ле-Нувьон-ан-Тьераш,Ле-Нувіон-ан-Тьєраш,ル・ヌヴィオン＝アン＝ティエラシュ,勒努维永-昂蒂耶拉什		FR	32	02	025	02558	2611	Europe/Paris
6455444	Le Plessier-Huleu	le-plessier-huleu	Le Plessier-Huleu,Le-Ples'e-Jule,Le-Ples'e-Juljo,lei pu lai xi ye yu lei,Ле-Плесье-Юлё,Ле-Плесьє-Юле,勒普莱西耶于勒		FR	32	02	024	02606	72	Europe/Paris
6455445	La Selve	la-selve	La Selve,La-Sel'v,la sai er wo,Ла-Сельв,拉塞尔沃		FR	32	02	022	02705	221	Europe/Paris
6455446	Le Sourd	le-sourd	Le-Sur,lei su er,Ле-Сур,勒苏尔		FR	32	02	025	02731	167	Europe/Paris
6455447	La Vallée-au-Blé	la-vallee-au-ble	La Vallee-au-Ble,La Vallée-au-Blé		FR	32	02	025	02759	363	Europe/Paris
6455448	Le Verguier	le-verguier	Le Verguier		FR	32	02	023	02782	217	Europe/Paris
6455449	La Ville-aux-Bois-lès-Dizy	la-ville-aux-bois-les-dizy	La Ville-aux-Bois-les-Dizy,La Ville-aux-Bois-lès-Dizy,La-Vil'-o-Bua-le-Dizi,la wei er ou bu wa-lai di ji,Ла-Виль-о-Буа-ле-Дизи,Ла-Віль-о-Буа-ле-Дізі,拉维尔欧布瓦-莱迪济		FR	32	02	025	02802	208	Europe/Paris
6455450	La Ville-aux-Bois-lès-Pontavert	la-ville-aux-bois-les-pontavert	La Ville-aux-Bois-les-Pontavert,La Ville-aux-Bois-lès-Pontavert,La-Vil'-o-Bua-le-Pontaver,la wei er ou bu wa-lai peng ta wei er,Ла-Виль-о-Буа-ле-Понтавер,Ла-Віль-о-Буа-ле-Понтавер,拉维尔欧布瓦-莱蓬塔韦尔		FR	32	02	022	02803	140	Europe/Paris
6455451	Le Donjon	le-donjon	Le Donjon		FR	84	03	033	03103	1064	Europe/Paris
6455452	La Ferté-Hauterive	la-ferte-hauterive	Ferte-Hauterive,Ferté-Hauterive,La Ferte-Hauterive,La Ferté-Hauterive,La-Ferte-Otriv,la fu er tai ao te li fu,Ла-Ферте-Отрив,拉弗尔泰奥特里夫		FR	84	03	032	03114	294	Europe/Paris
6455453	La Guillermie	la-guillermie	Guillermie,La Guilhermia,La Guilhermiá,La Guillermie,La-Giermi,La-Gijermi,la ji lai er mi ye,Ла-Гиерми,Ла-Гийерми,Ла-Гієрмі,拉吉莱尔米耶		FR	84	03	033	03125	129	Europe/Paris
6455454	Le Mayet-d'École	le-mayet-d-ecole	Le Mayet-d'Ecole,Le Mayet-d'École		FR	84	03	033	03164	270	Europe/Paris
6455455	Le Mayet-de-Montagne	le-mayet-de-montagne	Le Mayet-de-Montagne		FR	84	03	033	03165	1384	Europe/Paris
6455456	Le Montet	le-montet	Le Montet,Le-Monte,Lo Montet,Lo Montet daus Monges,Montet,lei meng tai,Ле-Монте,勒蒙泰		FR	84	03	032	03183	467	Europe/Paris
6455457	La Petite-Marche	la-petite-marche	La Petite-Marche,La Pitita Marcha,La-Petit-Marsh,Petite-Marche,la pei di te ma er ke,Ла-Петит-Марш,Ла-Петіт-Марш,拉佩蒂特马尔克		FR	84	03	031	03206	182	Europe/Paris
6455458	Le Vilhain	le-vilhain	Le Vilhain,Le-V'en,Le-Ven,Le-Vijen,Vilhain,lei wei yan,Ле-Вийен,Ле-Вьен,Ле-Вєн,勒维延		FR	84	03	031	03313	268	Europe/Paris
6455459	Le Lauzet-Ubaye	le-lauzet-ubaye	Le Lauzet-Ubaye		FR	93	04	041	04102	198	Europe/Paris
6455460	Les Mées	les-mees	Le-Me,Lei Meas,Lei Mes,Lei Mès,Les Mees,Les Mées,lai mei,Ле-Ме,萊梅		FR	93	04	043	04116	3700	Europe/Paris
6455461	La Motte-du-Caire	la-motte-du-caire	La Motte-du-Caire		FR	93	04	044	04134	558	Europe/Paris
6455462	La Rochegiron	la-rochegiron	La Rochegiron		FR	93	04	044	04169	97	Europe/Paris
6455463	Les Thuiles	les-thuiles			FR	93	04	041	04220	395	Europe/Paris
6455464	Le Vernet	le-vernet			FR	93	04	043	04237	130	Europe/Paris
6455465	La Piarre	la-piarre	La Peira,La Piara,La Piarre,La Pèira,La-P'jar,La-Pjarr,la pi a er,Ла-Пьяр,Ла-Пярр,لا پیارے,拉皮阿尔		FR	93	05	052	05102	92	Europe/Paris
6455466	La Roche-de-Rame	la-roche-de-rame	La Roche-de-Rame		FR	93	05	051	05122	827	Europe/Paris
6455467	La Roche-des-Arnauds	la-roche-des-arnauds	La Rocha dels Arnauds,La Ròcha dels Arnauds,La-Rosh-dez-Arno,La-Rosh-dez-Arnod,la luo ke dai a er nuo de,Ла-Рош-дез-Арно,Ла-Рош-дез-Арнод,لا روشے-دے-ارنوڈس,拉罗克代阿尔诺德		FR	93	05	052	05123	1514	Europe/Paris
6455468	Le Saix	le-saix	Le Saix		FR	93	05	052	05158	102	Europe/Paris
6455469	La Saulce	la-saulce	La Saulce		FR	93	05	052	05162	1516	Europe/Paris
6455470	Les Vigneaux	les-vigneaux	Le-Vin'o,Les Vigneaux,Los Vinhaus,lai si wei gai ao,Ле-Виньо,Ле-Віньо,莱斯维盖奥		FR	93	05	051	05180	535	Europe/Paris
6455471	La Roquette-sur-Siagne	la-roquette-sur-siagne	La Roqueta,La Roqueta de Sianha,La Roquette-sur-Siagne,La-Rokett-sjur-S'jan',la rwkwyt swr syajn,xi ya ni he pan la luo qu ai te,Ла-Рокетт-сюр-Сьянь,لا روكويت سور سياجن,西亚尼河畔拉罗屈埃特		FR	93	06	061	06108	5393	Europe/Paris
6455472	La Roquette-sur-Var	la-roquette-sur-var	La Roquette-sur-Var		FR	93	06	062	06109	923	Europe/Paris
6455473	Le Rouret	le-rouret	Le Rouret		FR	93	06	061	06112	4010	Europe/Paris
6455474	Le Tignet	le-tignet	Le Tignet,Le-Tin'e,Lo Tinhet,lei di gai,ly tyjnyt,Ле-Тинье,Ле-Тіньє,لي تيجنيت,勒蒂盖		FR	93	06	061	06140	3228	Europe/Paris
6455475	La Trinité	la-trinite	La Trinite,La Trinité		FR	93	06	062	06149	10083	Europe/Paris
6455476	La Brigue	la-brigue	La Brigue		FR	93	06	062	06162	698	Europe/Paris
6455477	Les Ollières-sur-Eyrieux	les-ollieres-sur-eyrieux	Las Olieras,Las Olièras,Les Ollieres-sur-Eyrieux,Les Ollières-sur-Eyrieux,Lez-Ol'er-sjur-Ehr'jo,Lez-Ol'er-sjur-Ejre,ai li e he pan lai suo li ai,Лез-Ольер-сюр-Эрьё,Лез-Ольєр-сюр-Ейрє,埃里厄河畔莱索利埃		FR	84	07	072	07167	983	Europe/Paris
6455478	Le Roux	le-roux			FR	84	07	071	07200	49	Europe/Paris
6455479	Les Salelles	les-salelles	Les Salelles		FR	84	07	071	07305	363	Europe/Paris
6455480	Les Vans	les-vans			FR	84	07	071	07334	2679	Europe/Paris
6455481	La Chapelle	la-chapelle	Chapelle,La Chapelle,La-Shapel',Shapel,la sha pei lei,Ла-Шапель,Шапел,لا شاپیل، ارڈینیس,拉沙佩勒		FR	44	08	083	08101	184	Europe/Paris
6455526	La Force	la-force	Force,Fors,La Forca,La Force,La Fòrça,La-Fors,la fu er ke,Ла-Форс,Форс,拉福尔克		FR	76	11	111	11153	218	Europe/Paris
6455482	Le Châtelet-sur-Sormonne	le-chatelet-sur-sormonne	Chatelet-sur-Sormonne,Châtelet-sur-Sormonne,Le Chatelet-sur-Sormonne,Le Châtelet-sur-Sormonne,Le-Shatle-sjur-Sormon,Le-Shatle-sjur-Sormonn,Shatle sir Sormon,suo er mo ne he pan sha te lai,Ле-Шатле-сюр-Сормон,Ле-Шатле-сюр-Сормонн,Шатле сир Сормон,索尔莫讷河畔沙特莱		FR	44	08	081	08110	160	Europe/Paris
6455483	Le Châtelet-sur-Retourne	le-chatelet-sur-retourne	Le Chatelet-sur-Retourne,Le Châtelet-sur-Retourne		FR	44	08	082	08111	789	Europe/Paris
6455484	Bairon et ses environs	bairon-et-ses-environs	Chesne,Le-Shen,Shen,lei xie ne,Ле-Шен,Шен,勒谢讷		FR	44	08	084	08116	1056	Europe/Paris
6455485	La Croix-aux-Bois	la-croix-aux-bois	La Croix-aux-Bois		FR	44	08	084	08135	148	Europe/Paris
6455486	La Férée	la-feree	Feree,Férée,La Feree,La Férée,La-Fere,la fei lei,Ла-Фере,拉费雷		FR	44	08	081	08167	88	Europe/Paris
6455487	La Ferté-sur-Chiers	la-ferte-sur-chiers	La Ferte-sur-Chiers,La Ferté-sur-Chiers		FR	44	08	083	08168	170	Europe/Paris
6455488	Le Fréty	le-frety	Le Frety,Le Fréty		FR	44	08	081	08182	58	Europe/Paris
6455489	Les Hautes-Rivières	les-hautes-rivieres	Le-Ot-Riv'er,Le-Ot-River,Les Hautes-Rivieres,Les Hautes-Rivières,Les Rivires,shang he cun,Ле-От-Ривьер,Ле-От-Ривєр,上河村		FR	44	08	081	08218	1507	Europe/Paris
6455490	La Horgne	la-horgne	La Horgne,La-Orn',la ao er nie,Ла-Орнь,لا ہورگنی,拉奥尔涅		FR	44	08	081	08228	207	Europe/Paris
6455491	Les Mazures	les-mazures	Le-Mazjur,Les Mazures,lai ma ju er,Ле-Мазюр,莱马聚尔		FR	44	08	081	08284	915	Europe/Paris
6455492	La Moncelle	la-moncelle	La Moncelle,La-Monsel',la meng sai lei,la mwnsyl,Ла-Монсель,لا مونسیل,拉蒙塞勒		FR	44	08	083	08294	140	Europe/Paris
6455493	La Neuville-à-Maire	la-neuville-a-maire	La Neuville-a-Maire,La Neuville-à-Maire		FR	44	08	083	08317	129	Europe/Paris
6455494	La Neuville-en-Tourne-à-Fuy	la-neuville-en-tourne-a-fuy	La-Nevil'-an-Turn-a-Fjui,La-Njovil'-an-Turn-a-Fjui,la ne wei er-ang tu er ne-a fei yi,Ла-Невіль-ан-Турн-а-Фюї,Ла-Нёвиль-ан-Турн-а-Фюи,لا نیوویل-این-ٹورنی-ا-فوی,拉讷维尔-昂图尔讷-阿菲伊		FR	44	08	082	08320	575	Europe/Paris
6455495	La Neuville-lès-Wasigny	la-neuville-les-wasigny	La Neuville-les-Wasigny,La Neuville-lès-Wasigny		FR	44	08	082	08323	161	Europe/Paris
6455496	La Romagne	la-romagne	La Romagne		FR	44	08	082	08369	128	Europe/Paris
6455497	La Sabotterie	la-sabotterie	La Sabotterie		FR	44	08	084	08374	110	Europe/Paris
6455498	Le Fossat	le-fossat	Fosa,Fossat,Le Fossat,Le-Fossa,Le-Fossat,lei fu sa,Ле-Фосса,Ле-Фоссат,Фоса,勒福萨		FR	76	09	093	09124	1052	Europe/Paris
6455499	Les Issards	les-issards			FR	76	09	092	09145	237	Europe/Paris
6455500	Le Mas-d'Azil	le-mas-d-azil	Le Mas-d'Azil		FR	76	09	093	09181	1180	Europe/Paris
6455501	Le Peyrat	le-peyrat	Le Peyrat		FR	76	09	092	09229	479	Europe/Paris
6455502	Le Port	le-port	Le Port		FR	76	09	093	09231	148	Europe/Paris
6455503	Les Pujols	les-pujols	Les Pujols		FR	76	09	092	09238	790	Europe/Paris
6455504	La Tour-du-Crieu	la-tour-du-crieu	La Tour-du-Crieu		FR	76	09	092	09312	3170	Europe/Paris
6455505	La Fosse-Corduan	la-fosse-corduan	Fos Kordijan,Fosse-Corduan,La Fosse-Corduan,La-Fos-Kordjuan,La-Foss-Kordjuan,la fu si ke er di ang,la fwsy-kwrdwan,Ла-Фос-Кордюан,Ла-Фосс-Кордюан,Фос Кордијан,لا فوسی-کوردوان,拉福斯科尔迪昂		FR	44	10	102	10157	214	Europe/Paris
6455506	Les Grandes-Chapelles	les-grandes-chapelles	Le-Grand-Shapel',Les Grandes-Chapelles,lai si ge lang dai sha pei lai,Ле-Гранд-Шапель,莱斯格朗代沙佩莱		FR	44	10	102	10166	391	Europe/Paris
6455507	La Loge-aux-Chèvres	la-loge-aux-chevres	La Loge-aux-Chevres,La Loge-aux-Chèvres		FR	44	10	101	10200	85	Europe/Paris
6455508	La Loge-Pomblin	la-loge-pomblin			FR	44	10	103	10201	67	Europe/Paris
6455509	Les Loges-Margueron	les-loges-margueron	Les Loges-Margueron		FR	44	10	103	10202	197	Europe/Paris
6455510	La Louptière-Thénard	la-louptiere-thenard	La-Lut'er-Tenar,la lu pu di ai tai na er,Ла-Лутьер-Тенар,Ла-Лутьєр-Тенар,لا لوپٹیری-تھینارڈ,拉卢普蒂埃泰纳尔		FR	44	10	102	10208	291	Europe/Paris
6455511	Le Mériot	le-meriot	Le Meriot,Le Mériot,Le-Mer'o,Le-Merio,lei mei li ao,Ле-Мерьо,Ле-Меріо,勒梅里奥		FR	44	10	102	10231	607	Europe/Paris
6455512	La Motte-Tilly	la-motte-tilly	La Motte-Tilly		FR	44	10	102	10259	382	Europe/Paris
6455513	Les Noës-près-Troyes	les-noes-pres-troyes	Le-Noe-pre-Trua,Le-Noeh-pre-Trua,lai si nuo e pu lei te lu wa ai,Ле-Ное-пре-Труа,Ле-Ноэ-пре-Труа,莱斯诺厄普雷特鲁瓦埃		FR	44	10	103	10265	3257	Europe/Paris
6455514	Le Pavillon-Sainte-Julie	le-pavillon-sainte-julie	Le Pavillon-Sainte-Julie		FR	44	10	103	10281	294	Europe/Paris
6455515	Les Riceys	les-riceys	Le-Rise,Les Riceys,lai si li sai,Ле-Рисе,莱斯里塞		FR	44	10	103	10317	1260	Europe/Paris
6455516	La Rivière-de-Corps	la-riviere-de-corps	La-Riv'er-de-Kor,La-River-de-Kor,la li wei ai de ke er pu,Ла-Ривьер-де-Кор,Ла-Ривєр-де-Кор,لا ریویرے-دے-کورپس,拉里维埃德科尔普		FR	44	10	103	10321	3253	Europe/Paris
6455517	La Rothière	la-rothiere			FR	44	10	101	10327	109	Europe/Paris
6455518	La Saulsotte	la-saulsotte	La Saulsotte,La-Sol'sot,La-Sol'sott,la suo er suo te,la swlswty,Ла-Сольсот,Ла-Сольсотт,لا سولسوتی,拉索尔索特		FR	44	10	102	10367	698	Europe/Paris
6455519	La Vendue-Mignot	la-vendue-mignot	La Vendue-Mignot		FR	44	10	103	10402	253	Europe/Paris
6455520	La Villeneuve-au-Châtelot	la-villeneuve-au-chatelot	La Villeneuve-au-Chatelot,La Villeneuve-au-Châtelot,La-Vil'nev-o-Shatelo,La-Vil'njov-o-Shatlo,la wei lei na fu ao sha tai luo,Ла-Вильнёв-о-Шатло,Ла-Вільнев-о-Шатело,لا ولے نیووے-آ-چاٹیلوٹ,拉维勒纳夫奥沙泰洛		FR	44	10	102	10421	145	Europe/Paris
6455521	La Villeneuve-au-Chêne	la-villeneuve-au-chene	La Villeneuve-au-Chene,La Villeneuve-au-Chêne		FR	44	10	101	10423	428	Europe/Paris
6455522	La Courtète	la-courtete	La Courtete,La Courtète		FR	76	11	112	11108	43	Europe/Paris
6455523	La Digne-d'Amont	la-digne-d-amont	La Digne-d'Amont		FR	76	11	112	11119	285	Europe/Paris
6455524	La Digne-d'Aval	la-digne-d-aval	La Digne-d'Aval		FR	76	11	112	11120	543	Europe/Paris
6455525	La Fajolle	la-fajolle			FR	76	11	112	11135	10	Europe/Paris
6455676	La Roche-Jaudy	la-roche-jaudy	La Roche-Jaudy		FR	53	22	223	22264	2721	Europe/Paris
6455527	Les Ilhes	les-ilhes	Las Ilhas,Les Ilhes,Lez-Il',lai xi ye,Лез-Іль,Лез-Иль,莱西耶		FR	76	11	111	11174	53	Europe/Paris
6455528	La Louvière-Lauragais	la-louviere-lauragais	La Louviere-Lauragais,La Louvière-Lauragais		FR	76	11	111	11208	77	Europe/Paris
6455529	Les Martys	les-martys			FR	76	11	111	11221	286	Europe/Paris
6455530	La Pomarède	la-pomarede	La Pomareda,La-Pomared,la bo ma lei de,Ла-Помаред,لا پوماریڈی,拉波马雷德		FR	76	11	111	11292	146	Europe/Paris
6455531	La Serpent	la-serpent	La Serpent		FR	76	11	112	11376	90	Europe/Paris
6455532	La Tourette-Cabardès	la-tourette-cabardes	La Tourette-Cabardes,La Tourette-Cabardès		FR	76	11	111	11391	21	Europe/Paris
6455533	La Fouillade	la-fouillade	Fouillade,Fuijad,La Folhada,La Fouillade,La-Fujad,la fu yi la de,la fwylady,Ла-Фуйад,Ла-Фуяд,Фуијад,لا فویلادی,拉富伊拉德		FR	76	12	123	12105	1060	Europe/Paris
6455534	La Loubière	la-loubiere	La Lobieira,La Lobiera,La Lobièira,La Lobièra,La Loubiere,La Loubière,La-Lub'er,La-Luber,la lu bi ai,la lwbyry,Ла-Лубьер,Ла-Лубєр,لا لوبیری,拉卢比埃		FR	76	12	122	12131	1476	Europe/Paris
6455535	Le Monastère	le-monastere	Le Monastere,Le Monastère,Le-Monaster,Lo Monestire,lei mo na si tai er,Ле-Монастер,勒莫纳斯泰尔		FR	76	12	122	12146	2234	Europe/Paris
6455536	Le Nayrac	le-nayrac	Le Nayrac		FR	76	12	122	12172	517	Europe/Paris
6455537	La Roque-Sainte-Marguerite	la-roque-sainte-marguerite	La Roque-Sainte-Marguerite		FR	76	12	121	12204	185	Europe/Paris
6455538	La Rouquette	la-rouquette	La Rouquette		FR	76	12	123	12205	778	Europe/Paris
6455539	La Salvetat-Peyralès	la-salvetat-peyrales	La Salvetat,La Salvetat de Peirales,La Salvetat de Peiralés,La Salvetat-Peyrales,La Salvetat-Peyralès,La-Sal'veta-Perales,La-Sal'vetat-Pejrale,la sa er wei ta pei la lai,Ла-Сальвета-Пералес,Ла-Сальветат-Пейрале,لا سالویٹاٹ-پیرالیس,拉萨尔韦塔佩拉莱		FR	76	12	123	12258	973	Europe/Paris
6455540	La Selve	la-selve	La Selva,La Selve,La Sèlva,La-Sel'v,la sylwy  awyyrwn,Ла-Сельв,لا سیلوی، اوئیرون		FR	76	12	121	12267	628	Europe/Paris
6455542	Le Truel	le-truel	Le Truel,Le-Trjuehl',Le-Trjuel',Lo Truelh,Lo Truèlh,lei te lu ai,Ле-Трюель,Ле-Трюэль,勒特吕埃		FR	76	12	121	12284	346	Europe/Paris
6455543	Le Vibal	le-vibal	Le Vibal,Le-Vibal',Lo Bisbal,lei wei ba,Ле-Вибаль,Ле-Вібаль,勒维巴		FR	76	12	121	12297	506	Europe/Paris
6455544	Le Tholonet	le-tholonet	Le Tholonet		FR	93	13	131	13109	2344	Europe/Paris
6455545	Le Breuil-en-Auge	le-breuil-en-auge	Le Breuil-en-Auge,Le-Brej-an-Ozh,Le-Brjoj-an-Ozh,ao ge de qu lei bu lei yi,Ле-Брей-ан-Ож,Ле-Брёй-ан-Ож,奥格地区勒布勒伊		FR	28	14	143	14102	1028	Europe/Paris
6455546	Le Breuil-en-Bessin	le-breuil-en-bessin	Le Bray-an Besen,Le-Brej-an-Bessen,Le-Brjoj-an-Bessen,bei sang de qu lei bu lei yi,Ле-Брей-ан-Бессен,Ле-Брёй-ан-Бессен,Լե Բրայ-ան Բեսեն,贝桑地区勒布勒伊		FR	28	14	141	14103	412	Europe/Paris
6455547	Le Brévedent	le-brevedent	Brevdan,Brevedent,Brévedent,Le-Brevdan,Le-Brevedan,lei bu lei wei dang,Бревдан,Ле-Бревдан,Ле-Бреведан,勒布雷韦当		FR	28	14	143	14104	173	Europe/Paris
6455549	Le Bû-sur-Rouvres	le-bu-sur-rouvres	Bi sir Ruvr,Bu-sur-Rouvres,Bû-sur-Rouvres,Le Bu-sur-Rouvres,Le Bû-sur-Rouvres,Le-Bju-sjur-Ruvr,lu fu lei he pan lei bi,Би сир Рувр,Ле-Бю-сюр-Рувр,鲁夫雷河畔勒比		FR	28	14	142	14116	103	Europe/Paris
6455550	La Caine	la-caine	Caine,Ken,La Caine,La-Ken,la kan,la kayny,la kyn,Кен,Ла-Кен,لا کاینی,لا کین,拉坎		FR	28	14	142	14122	151	Europe/Paris
6455551	La Cambe	la-cambe	La Cambe,La-Kamb,la kamby,la kang bu,Ла-Камб,لا کامبی,拉康布		FR	28	14	141	14124	569	Europe/Paris
6455557	Le Détroit	le-detroit	Le Detroit,Le Détroit		FR	28	14	142	14223	88	Europe/Paris
6455558	Le Faulq	le-faulq	Le Faulq,Le-Fol',Le-Fol'k,lei fu er,Ле-Фоль,Ле-Фольк,勒福尔		FR	28	14	143	14261	345	Europe/Paris
6455560	Le Fournet	le-fournet	Fournet,Furne,Le Fournet,Le-Furne,lei fu er nei,Ле-Фурне,Фурне,勒富尔内		FR	28	14	143	14285	60	Europe/Paris
6455561	Le Fresne-Camilly	le-fresne-camilly	Le Fresne-Camilly,Le-Fren-Kamii,Le-Fren-Kamiji,lei fu lei si en ka mi li,Ле-Френ-Камии,Ле-Френ-Камийи,Ле-Френ-Камії,勒夫雷斯恩卡米利		FR	28	14	142	14288	873	Europe/Paris
6455563	La Hoguette	la-hoguette	La Hoguette		FR	28	14	142	14332	718	Europe/Paris
6455564	La Houblonnière	la-houblonniere	La-Ublon'er,luo bu luo ni ai,Ла-Ублоньер,Ла-Ублоньєр,لا ہوبلونیری,洛布洛尼埃		FR	28	14	143	14337	328	Europe/Paris
6455567	Les Loges-Saulces	les-loges-saulces	Le-Lozh-Sol's,Les Loges-Saulces,lai si luo re suo er sai,Ле-Лож-Сольс,莱斯洛热索尔塞		FR	28	14	142	14375	172	Europe/Paris
6455568	Le Manoir	le-manoir	Le Manoir,Le-Manuar,lei mang wa,Ле-Мануар,勒芒瓦		FR	28	14	141	14400	217	Europe/Paris
6455569	Le Marais-la-Chapelle	le-marais-la-chapelle			FR	28	14	142	14402	108	Europe/Paris
6455570	Le Mesnil-au-Grain	le-mesnil-au-grain	Le-Menij-o-Gren,Le-Menil'-o-Gren,lei mei si ni ao ge lan,Ле-Мений-о-Грен,Ле-Мениль-о-Грен,Ле-Меній-о-Грен,ル・メニル＝オー＝グラン,勒梅斯尼奥格兰		FR	28	14	144	14412	75	Europe/Paris
6455576	Le Mesnil-Eudes	le-mesnil-eudes	Le Mesnil-Eudes,Le-Menij-Ed,Le-Menil'-Ehd,lei mei si ni e dai,Ле-Мений-Ед,Ле-Мениль-Эд,Ле-Меній-Ед,勒梅斯尼厄代		FR	28	14	143	14419	263	Europe/Paris
6455578	Le Mesnil-Guillaume	le-mesnil-guillaume	Le Mesnil-Guillaume,Le-Menij-Gijom,Le-Menil'-Gijom,lei mei si ni ji luo mu,Ле-Мений-Гийом,Ле-Мениль-Гийом,Ле-Меній-Гійом,勒梅斯尼吉洛姆		FR	28	14	143	14421	607	Europe/Paris
6455581	Le Mesnil-Robert	le-mesnil-robert	Le Mesnil-Robert,Le-Menij-Rober,Le-Menil'-Rober,Mesnil-Robert,lei mei si ni luo bei er,Ле-Мений-Робер,Ле-Мениль-Робер,Ле-Меній-Робер,勒梅斯尼罗贝尔		FR	28	14	144	14424	194	Europe/Paris
6455582	Le Mesnil-Simon	le-mesnil-simon	Le Mesnil-Simon,Le-Menij-Simon,Le-Menil'-Simon,lei mei si ni xi meng,Ле-Мений-Симон,Ле-Мениль-Симон,Ле-Меній-Сімон,勒梅斯尼西蒙		FR	28	14	143	14425	187	Europe/Paris
6455583	Le Mesnil-sur-Blangy	le-mesnil-sur-blangy	Le Mesnil-sur-Blangy,Le-Menij-sjur-Blanzhi,Le-Menil'-sjur-Blanzhi,bu lang ji he pan lei mei si ni,Ле-Мений-сюр-Бланжи,Ле-Мениль-сюр-Бланжи,Ле-Меній-сюр-Бланжі,布朗吉河畔勒梅斯尼		FR	28	14	143	14426	169	Europe/Paris
6455584	Les Moutiers-en-Auge	les-moutiers-en-auge	Le-Mut'e-an-Ozh,Les Moutiers-en-Auge,ao ge de qu lai si mu di ye er,Ле-Мутье-ан-Ож,Ле-Мутьє-ан-Ож,奥格地区莱斯穆蒂耶尔		FR	28	14	142	14457	119	Europe/Paris
6455585	Les Moutiers-en-Cinglais	les-moutiers-en-cinglais	Le-Mut'e-an-Sengle,Le-Mut'e-an-Single,sang ge lai de qu lai si mu di ye er,Ле-Мутье-ан-Сенгле,Ле-Мутье-ан-Сингле,Ле-Мутьє-ан-Сенгле,桑格莱地区莱斯穆蒂耶尔		FR	28	14	142	14458	514	Europe/Paris
6455587	Le Pin	le-pin	Le Pin,Le-Pen,lei pan,Ле-Пен,勒潘		FR	28	14	143	14504	812	Europe/Paris
6455589	La Pommeraye	la-pommeraye	La Pommeraye,La-Pommerej,La-Pommre,la bo mo lai ai,Ла-Поммерей,Ла-Поммре,لا پومیرائے، کالواڈوس,拉波默赖埃		FR	28	14	142	14510	60	Europe/Paris
6455590	Le Pré-d'Auge	le-pre-d-auge	Le Pre-d'Auge,Le Pré-d'Auge		FR	28	14	143	14520	891	Europe/Paris
6455592	La Rivière-Saint-Sauveur	la-riviere-saint-sauveur	La Riviere-Saint-Sauveur,La Rivière-Saint-Sauveur,La-Riv'er-Sen-Sover,La-Riv'er-Sen-Sovjor,La-River-Sen-Sover,la li wei ai sheng suo fu,Ла-Ривьер-Сен-Совер,Ла-Ривьер-Сен-Совёр,Ла-Ривєр-Сен-Совер,لا ریویرے-سین-سوویور,拉里维埃圣索弗		FR	28	14	143	14536	2515	Europe/Paris
6455594	La Roque-Baignard	la-roque-baignard	La Roque-Baignard		FR	28	14	143	14541	115	Europe/Paris
6455595	Le Theil-en-Auge	le-theil-en-auge	Le-Tej-an-Ozh,ao ge de qu lei tai,Ле-Тей-ан-Ож,奥格地区勒泰		FR	28	14	143	14687	182	Europe/Paris
6455596	Le Torquesne	le-torquesne	Le Torquesne		FR	28	14	143	14694	508	Europe/Paris
6455598	Le Tronquay	le-tronquay	Le Tronquay,Le-Tronke,lei te long qu ai,Ле-Тронке,勒特龙屈艾		FR	28	14	141	14714	773	Europe/Paris
6455600	La Vespière-Friardel	la-vespiere-friardel	La Vespiere-Friardel,La Vespière-Friardel,La-Vesp'er,La-Vesper,la wei si pi ai,Ла-Веспьер,Ла-Веспєр,لا ویسپیرے,拉韦斯皮埃		FR	28	14	143	14740	1211	Europe/Paris
6455601	Le Vey	le-vey	La Vey,Le Vey,Le-Ve,l wy,lei wei,Ле-Ве,ل وی,勒韦		FR	28	14	142	14741	115	Europe/Paris
6455602	La Villette	la-villette	La Villette,La-Villet,La-Villett,la wei lai te,Ла-Виллет,Ла-Виллетт,Ла-Віллетт,لا ولیتی، کالواڈوس,拉维莱特		FR	28	14	144	14756	223	Europe/Paris
6455603	La Monselie	la-monselie	La Monsalia,La-Monseli,Monselie,la meng se li ye,la mwnsyly,Ла-Монсели,Ла-Монселі,لا مونسیلی,拉蒙瑟利耶		FR	84	15	152	15128	106	Europe/Paris
6455604	La Ségalassière	la-segalassiere			FR	84	15	151	15224	124	Europe/Paris
6455605	La Trinitat	la-trinitat	La Trinitat,La-Trinita,Trinitat,la te li ni ta,Ла-Тринита,Ла-Триніта,لا ٹرینیٹاٹ,拉特里尼塔		FR	84	15	153	15241	49	Europe/Paris
6455606	Le Trioulou	le-trioulou	Le Trioulou		FR	84	15	151	15242	106	Europe/Paris
6455607	Le Vaulmier	le-vaulmier	Le Vaulmier		FR	84	15	152	15249	70	Europe/Paris
6455608	Le Vigean	le-vigean	Le Vigean		FR	84	15	152	15261	825	Europe/Paris
6455609	Le Rouget-Pers	le-rouget-pers	Le Rouget-Pers,Le-Ruzhe,Lo Roget,lei lu re,Ле-Руже,勒鲁热		FR	84	15	151	15268	1258	Europe/Paris
6455610	La Couronne	la-couronne	Kuron,La Couronne,La-Kuron,La-Kuronn,la ku long,Курон,Ла-Курон,Ла-Куронн,لا کورونی، شارینٹی,拉库龙		FR	75	16	161	16113	7694	Europe/Paris
6455611	La Faye	la-faye	La Faye		FR	75	16	163	16136	616	Europe/Paris
6455612	La Forêt-de-Tessé	la-foret-de-tesse	La Foret-de-Tesse,La Forêt-de-Tessé		FR	75	16	163	16142	190	Europe/Paris
6455613	Les Gours	les-gours			FR	75	16	163	16155	109	Europe/Paris
6455614	Le Grand-Madieu	le-grand-madieu	Le Grand-Madieu		FR	75	16	163	16157	173	Europe/Paris
6455615	Le Lindois	le-lindois			FR	75	16	163	16188	343	Europe/Paris
6455616	La Magdeleine	la-magdeleine			FR	75	16	163	16197	121	Europe/Paris
6455617	Les Métairies	les-metairies	Les Metairies,Les Métairies		FR	75	16	162	16220	733	Europe/Paris
6455619	Les Pins	les-pins			FR	75	16	163	16261	464	Europe/Paris
6455620	La Rochefoucauld-en-Angoumois	la-rochefoucauld-en-angoumois	La Rocha Focaud,La Rochafocaud,La Rochefoucauld-en-Angoumois,La Ròcha Focaud,La Ròchafocaud,La-Roshfuko,Rupes Fucaldi,la luo xie fu ke er,Ла-Рошфуко,لا روشےفوکولڈ، چارینٹی,ラ・ロシュフコー,拉罗谢富科尔		FR	75	16	161	16281	4003	Europe/Paris
6455621	La Rochette	la-rochette	La Rocheta,La Rochette,La-Roshet,La-Roshett,la luo xie te,Ла-Рошет,Ла-Рошетт,لا روشیت، چارینٹی,拉罗谢特		FR	75	16	161	16282	532	Europe/Paris
6455622	La Tâche	la-tache	La Tache,La Tascha,La Tâche,La-Tash,la da,la ta ke,Ла-Таш,لا ٹاچی,拉塔克,拉達		FR	75	16	163	16377	113	Europe/Paris
6455623	Le Tâtre	le-tatre			FR	75	16	162	16380	395	Europe/Paris
6455624	La Clisse	la-clisse	Clisse,Klis,La Klis,La-Klis,La-Kliss,la ke li si,la klysy,Клис,Ла-Клис,Ла-Клісс,Լա Կլիս,لا کلیسی,拉克利斯		FR	75	17	174	17112	671	Europe/Paris
6455625	La Couarde-sur-Mer	la-couarde-sur-mer	La Kuard syur Mer,La-Kuard-sjur-Mer,bin hai la ku a er de,la kwardy-swr-myr,Ла-Куард-сюр-Мер,Լա Կուարդ սյուր Մեր,لا کواردی-سور-میر,滨海拉库阿尔德		FR	75	17	173	17121	1205	Europe/Paris
6455626	La Croix-Comtesse	la-croix-comtesse	La Croix-Comtesse		FR	75	17	175	17137	223	Europe/Paris
6455627	Le Douhet	le-douhet	Douhet,Due,Le Douhet,Le Duhe,Le-Due,Le-Dueh,lei du ai,Дуе,Ле-Дуе,Ле-Дуэ,Լե Դուհե,勒杜埃		FR	75	17	174	17143	708	Europe/Paris
6455628	Les Éduts	les-eduts	Les Eduts,Les Éduts		FR	75	17	175	17149	64	Europe/Paris
6455629	Les Églises-d'Argenteuil	les-eglises-d-argenteuil	Les Eglises-d'Argenteuil,Les Églises-d'Argenteuil		FR	75	17	175	17150	520	Europe/Paris
6455630	La Flotte	la-flotte	La Flotte		FR	75	17	173	17161	2754	Europe/Paris
6455631	Le Fouilloux	le-fouilloux			FR	75	17	171	17167	772	Europe/Paris
6455632	La Genétouze	la-genetouze	La Genetouze,La Genétouze,La Zenetuz,La-Zhenetuz,la re nei tu ci,Ла-Женетуз,Լա Ժենետուզ,لا گینیٹوزی,拉热内图兹		FR	75	17	171	17173	231	Europe/Paris
6455633	Le Gicq	le-gicq	Gicq,Le Gicq,Le Zik,Le-Zhik,Zhik,lei ji,Жик,Ле-Жик,Լե Ժիկ,勒吉		FR	75	17	175	17177	133	Europe/Paris
6455634	Les Gonds	les-gonds	Gon,Gonds,Le Gon,Le-Gon,Les Gonds,lai si gong de,Гон,Ле-Гон,Լե Գոն,莱斯贡德		FR	75	17	174	17179	1697	Europe/Paris
6455778	La Heunière	la-heuniere	La Heuniere,La Heunière		FR	28	27	271	27336	328	Europe/Paris
6455635	La Grève-sur-Mignon	la-greve-sur-mignon	La Grev syur Minon,La Greve-sur-Mignon,La Grève-sur-Mignon,La-Grev-sjur-Min'on,la grywy-swr-mygnwn,mi ni weng he pan la ge lei fu,Ла-Грев-сюр-Миньон,Ла-Грев-сюр-Міньон,Լա Գրև սյուր Մինոն,لا گریوی-سور-میگنون,米尼翁河畔拉格雷夫		FR	75	17	173	17182	556	Europe/Paris
6455636	Le Gua	le-gua	Le Gyua,Le-Gjua,lei ju a,Ле-Гюа,Լե Գյուա,勒居阿		FR	75	17	172	17185	2092	Europe/Paris
6455637	La Jard	la-jard	La Jard,La Zar,La-Zhar,la ya er,Ла-Жар,Լա Ժար,لا جارڈ,拉雅尔		FR	75	17	174	17191	416	Europe/Paris
6455638	La Jarne	la-jarne	La Jarne		FR	75	17	173	17193	2473	Europe/Paris
6455639	La Jarrie	la-jarrie			FR	75	17	173	17194	3224	Europe/Paris
6455640	La Jarrie-Audouin	la-jarrie-audouin	La Jarrie-Audouin,La Zari Oduen,La-Zharri-Oduehn,La-Zharri-Oduen,la jary-wdwyn,la ya er li ye ao du an,Ла-Жарри-Одуэн,Ла-Жаррі-Одуен,Լա Ժառի Օդուեն,لا جاری-ودوین,拉雅尔里耶奥杜安		FR	75	17	175	17195	269	Europe/Paris
6455641	La Laigne	la-laigne	La Laigne,La Len,La-Len',la lai ni,la laygny,Ла-Лень,Լա Լեն,لا لایگنی,拉莱尼		FR	75	17	173	17201	477	Europe/Paris
6455642	Les Mathes	les-mathes	Les Mathes		FR	75	17	172	17225	1962	Europe/Paris
6455643	Le Mung	le-mung	Le-Men,Le-Mjon,lei man,Ле-Мен,Ле-Мён,勒曼		FR	75	17	175	17252	306	Europe/Paris
6455644	Les Nouillers	les-nouillers	Le-Nue,Le-Nuje,lai si nu yi lai er,Ле-Нуйе,Ле-Нує,莱斯努伊莱尔		FR	75	17	175	17266	684	Europe/Paris
6455645	La Rochelle	la-rochelle	La Rochelle		FR	75	17	173	17300	75736	Europe/Paris
6455646	Le Thou	le-thou	Le Thou		FR	75	17	172	17447	1876	Europe/Paris
6455647	Les Touches-de-Périgny	les-touches-de-perigny	Le-Tush-de-Perin'i,Les Touches-de-Perigny,Les Touches-de-Périgny,lai si tu xie de pei li ni,Ле-Туш-де-Периньи,Ле-Туш-де-Периньї,莱斯图谢德佩里尼		FR	75	17	175	17451	576	Europe/Paris
6455648	La Tremblade	la-tremblade	La Tremblade		FR	75	17	172	17452	4489	Europe/Paris
6455649	La Vergne	la-vergne	La Vergne,La Vern,La-Vern',la wei er ni,Ла-Вернь,Լա Վեռն,拉韦尔尼		FR	75	17	175	17465	589	Europe/Paris
6455650	La Villedieu	la-villedieu	La Vildyo,La Villedieu,La-Vil'd'e,La-Vil'd'jo,la wei lai di e,Ла-Вильдьё,Ла-Вільдьє,Լա Վիլդյո,لا ویل دیو، چارینٹی-میری ٹائم,拉维莱迪厄		FR	75	17	175	17471	208	Europe/Paris
6455651	La Brée-les-Bains	la-bree-les-bains			FR	75	17	172	17486	698	Europe/Paris
6455652	La Groutte	la-groutte	La Groutte		FR	24	18	182	18107	129	Europe/Paris
6455653	La Guerche-sur-l'Aubois	la-guerche-sur-l-aubois			FR	24	18	182	18108	3322	Europe/Paris
6455654	La Perche	la-perche			FR	24	18	182	18178	209	Europe/Paris
6455655	Le Pondy	le-pondy	Le Pondy,Le-Pondi,Pondy,lei peng di,Ле-Понди,Ле-Понді,勒蓬迪		FR	24	18	182	18183	141	Europe/Paris
6455656	Le Subdray	le-subdray	Le-Sjubdre,Le-Sjudre,Subdray,lei xu bu de lai,Ле-Сюбдре,Ле-Сюдре,勒叙布德赖		FR	24	18	181	18255	942	Europe/Paris
6455657	Le Lonzac	le-lonzac	Le Lonzac,Le-Lonzak,Lo Lonzac,Olonsac,lei long zha ke,Ле-Лонзак,勒隆扎克		FR	75	19	192	19118	802	Europe/Paris
6455658	Le Pescher	le-pescher	Le Pescher,Le-Peshe,Lo Peschier,Pescher,lei pei si she,Ле-Пеше,勒佩斯舍		FR	75	19	191	19163	285	Europe/Paris
6455659	La Roche-Canillac	la-roche-canillac	La Rocha Canilhac,La Rocha de Canilhac,La Roche-Canillac,La Ròcha Canilhac,La Ròcha de Canilhac,La-Rosh-Kanijak,la luo ke ka ni la ke,Ла-Рош-Канийак,Ла-Рош-Канияк,Ла-Рош-Каніяк,ラ・ロッシュ＝カニヤック,拉罗克卡尼拉克		FR	75	19	192	19174	146	Europe/Paris
6455660	La Bussière-sur-Ouche	la-bussiere-sur-ouche	Bisjer sir Ush,Bussiere-sur-Ouche,Bussière-sur-Ouche,La Bussiere-sur-Ouche,La Bussière-sur-Ouche,La-Bjus'er-sjur-Ush,la bwsyr-swr-awsh,wu ke he pan la bi xi ai,Бисјер сир Уш,Ла-Бюсьер-сюр-Уш,Ла-Бюсьєр-сюр-Уш,لا بوسیر-سور-اوش,乌克河畔拉比西埃		FR	27	21	211	21120	152	Europe/Paris
6455661	Le Fête	le-fete	Fete,Fête,Le-Fet,l ft,l fyt,lei fei te,Ле-Фет,ل فت,ل فیت,勒費特,勒费特		FR	27	21	211	21264	51	Europe/Paris
6455662	Les Goulles	les-goulles	Goulles,Gul,Le-Gul',Les Goulles,lai si gu lai,Гул,Ле-Гуль,莱斯古莱		FR	27	21	213	21303	13	Europe/Paris
6455663	Les Maillys	les-maillys	Les Maillys		FR	27	21	212	21371	838	Europe/Paris
6455664	La Motte-Ternant	la-motte-ternant	La Motte-Ternant		FR	27	21	213	21445	151	Europe/Paris
6455665	La Roche-en-Brenil	la-roche-en-brenil	La Roche-en-Brenil,La-Rosh-an-Brenij,La-Rosh-an-Brenil',bu lei ni de qu la luo ke,Ла-Рош-ан-Брений,Ла-Рош-ан-Брениль,Ла-Рош-ан-Бреній,布雷尼地区拉罗克		FR	27	21	213	21525	876	Europe/Paris
6455666	La Rochepot	la-rochepot	La Rochepot,La-Roshpo,La-Roshpot,la luo xie bo,la rshpw,Ла-Рошпо,Ла-Рошпот,لا رشپو,拉罗谢波		FR	27	21	211	21527	289	Europe/Paris
6455667	La Roche-Vanneau	la-roche-vanneau	La-Rosh-Vanno,la luo ke wa nuo,Ла-Рош-Ванно,拉罗克瓦诺		FR	27	21	213	21528	147	Europe/Paris
6455668	La Villeneuve-les-Convers	la-villeneuve-les-convers	La Villeneuve-les-Convers,La-Vil'nev-le-Konve,La-Vil'njov-le-Konve,la wei lei na fu lai kong wei er,Ла-Вильнев-ле-Конве,Ла-Вильнёв-ле-Конве,Ла-Вільнев-ле-Конве,لا ولے نیووے-لے-کونویرس,拉维勒纳夫莱孔韦尔		FR	27	21	213	21695	47	Europe/Paris
6455669	Le Leslay	le-leslay	Al Leslae,Le Leslay,Le-Lele,lei lai si lai,Ле-Леле,勒莱斯莱		FR	53	22	224	22126	158	Europe/Paris
6455670	La Malhoure	la-malhoure	La-Malur,Lanvelor,la ma you er,Ла-Малур,لا مالہوری,拉马尤尔		FR	53	22	224	22140	576	Europe/Paris
6455671	La Méaugon	la-meaugon	La Meaugon,La Méaugon		FR	53	22	224	22144	1286	Europe/Paris
6455672	Le Merzer	le-merzer	Ar Merzher,Le Merzer,Le-Merze,Le-Merzer,lei mei er ze,Ле-Мерзе,Ле-Мерзер,勒梅尔泽		FR	53	22	222	22150	968	Europe/Paris
6455673	La Prénessaye	la-prenessaye	La Prenessaye,La Prénessaye,La-Prenesse,Perenezeg,la pu lei nei sai ai,Ла-Пренессе,لا پرینیسائے,拉普雷内赛埃		FR	53	22	224	22255	891	Europe/Paris
6455674	Le Quillio	le-quillio	Ar Chilliou,Ar Chillioù,Le Quillio,Le-Kil'o,Le-Killio,lei qu yi li ao,Ле-Киллио,Ле-Кильо,Ле-Кілліо,勒屈伊利奥		FR	53	22	224	22260	553	Europe/Paris
6455675	Le Quiou	le-quiou	Ar Chaeou,Ar Chaeoù,Le Quiou,Le-K'ju,Le-Kiu,lei qu yi wu,Ле-Киу,Ле-Кью,Ле-Кіу,勒屈伊乌		FR	53	22	221	22263	311	Europe/Paris
6455677	La Vicomté-sur-Rance	la-vicomte-sur-rance	Kerveskont,La Vicomte-sur-Rance,La Vicomté-sur-Rance,La-Vikonte-sjur-Rans,lang ke he pan la wei kong tai,Ла-Виконте-сюр-Ранс,Ла-Віконте-сюр-Ранс,لا ویکومٹی-سور-رانسے,朗克河畔拉维孔泰		FR	53	22	221	22385	1052	Europe/Paris
6455678	Le Vieux-Bourg	le-vieux-bourg	Bourch-Kintin,Le Vieux-Bourg,Le-V'e-Bur,Le-V'jo-Bur,Le-Ve-Bur,lei wei e bu er,Ле-Вье-Бур,Ле-Вьё-Бур,Ле-Вє-Бур,勒维厄布尔		FR	53	22	224	22386	787	Europe/Paris
6455679	Les Mars	les-mars	Le-Mar,Le-Mars,Les Mars,Los Marc,Los Marcos,Los Març,Los Marços,lai si ma er,lz mars,Ле-Мар,Ле-Марс,لز مارس,莱斯马尔		FR	75	23	231	23123	196	Europe/Paris
6455680	Le Mas-d'Artige	le-mas-d-artige	Le Mas-d'Artige		FR	75	23	231	23125	101	Europe/Paris
6455681	La Mazière-aux-Bons-Hommes	la-maziere-aux-bons-hommes	La Maziere-aux-Bons-Hommes,La Mazière-aux-Bons-Hommes		FR	75	23	231	23129	67	Europe/Paris
6455682	Le Monteil-au-Vicomte	le-monteil-au-vicomte	Grand Montelh,Le Monteil-au-Vicomte,Le-Montej-o-Vikont,Lo Grand Montelh,lei meng tai ao wei kong te,Ле-Монтей-о-Виконт,Ле-Монтей-о-Віконт,勒蒙泰奥维孔特		FR	75	23	232	23134	202	Europe/Paris
6455683	La Pouge	la-pouge	La Poja,La Pouge,La-Puzh,la pu ge,Ла-Пуж,拉普格		FR	75	23	232	23157	87	Europe/Paris
6455684	La Saunière	la-sauniere	La Sauniera,La Sauniere,La Saunièra,La Saunière,La-Son'er,la suo ni ai,Ла-Соньер,Ла-Соньєр,拉索尼埃		FR	75	23	232	23169	609	Europe/Paris
6455685	La Serre-Bussière-Vieille	la-serre-bussiere-vieille	La Serra,La Serre-Bussiere-Vieille,La Serre-Bussière-Vieille,La-Ser-Bjus'er-V'ej,La-Serr-Bjus'er-V'ej,La-Serr-Bjus'er-Vej,la sai er bi xi ai wei ye yi er,Ла-Сер-Бюсьер-Вьей,Ла-Серр-Бюсьер-Вьей,Ла-Серр-Бюсьєр-Вєй,拉塞尔比西埃维耶伊尔		FR	75	23	231	23172	122	Europe/Paris
6455686	La Souterraine	la-souterraine			FR	75	23	232	23176	5296	Europe/Paris
6455687	La Villedieu	la-villedieu	La Villedieu		FR	75	23	231	23264	49	Europe/Paris
6455688	La Villetelle	la-villetelle	La Vialatela,La Vialatèla,La Villetelle,La-Vil'tel',la wei lei tai er,Ла-Вильтель,Ла-Вільтель,拉维勒泰尔		FR	75	23	231	23266	169	Europe/Paris
6455690	La Chapelle-Aubareil	la-chapelle-aubareil	Chapelle-Aubareil,La Capela Albarelh,La Capèla Albarèlh,La Chapela de Valaujors,La Chapelle-Aubareil,La-Shapel'-Obarej,la sha pei lei ao ba lei,la shapyl-wbaryyl,Ла-Шапель-Обарей,لا شاپیل-وبارییل,拉沙佩勒奥巴雷		FR	75	24	244	24106	535	Europe/Paris
6455691	La Chapelle-Faucher	la-chapelle-faucher	La Chapelle-Faucher		FR	75	24	242	24107	423	Europe/Paris
6455692	La Chapelle-Gonaguet	la-chapelle-gonaguet	La Chapelle-Gonaguet		FR	75	24	243	24108	1068	Europe/Paris
6455693	La Chapelle-Grésignac	la-chapelle-gresignac	La Chapelle-Gresignac,La Chapelle-Grésignac		FR	75	24	243	24109	107	Europe/Paris
6455694	La Chapelle-Montabourlet	la-chapelle-montabourlet	Chapelle-Montabourlet,La Chapela de Montaborlet,La-Shapel'-Montaburle,la sha pei lei meng ta bu er lai,Ла-Шапель-Монтабурле,لا شاپیل-مونتابورلیٹ,拉沙佩勒蒙塔布尔莱		FR	75	24	243	24110	65	Europe/Paris
6455695	La Chapelle-Montmoreau	la-chapelle-montmoreau	La Chapelle-Montmoreau		FR	75	24	242	24111	69	Europe/Paris
6455696	La Chapelle-Saint-Jean	la-chapelle-saint-jean	La Chapelle-Saint-Jean		FR	75	24	244	24113	91	Europe/Paris
6455697	La Coquille	la-coquille	La Coquilha,La Coquille,La-Kokij,la kakwyl,la ke qu yi er,la kwkwyly,Ла-Кокий,Ла-Кокій,لا کاکویل,لا کوکویلی,拉科屈伊尔		FR	75	24	242	24133	1348	Europe/Paris
6455698	La Dornac	la-dornac	Dornac,La Dornac,La-Dornak,Ladornac,la duo er na ke,la dwrnak,Ла-Дорнак,لا دورناک,拉多尔纳克		FR	75	24	244	24153	405	Europe/Paris
6455699	La Douze	la-douze	La Douze		FR	75	24	243	24156	1139	Europe/Paris
6455702	La Jemaye-Ponteyraud	la-jemaye-ponteyraud			FR	75	24	243	24216	153	Europe/Paris
6455703	La Force	la-force	Force,La Forca,La Force,La Fòrça,La-Fors,la fu er ke,la fwrs  dwrdwgny,Ла-Форс,لا فورس، دوردوگنی,拉福尔克		FR	75	24	241	24222	2643	Europe/Paris
6455704	Les Lèches	les-leches	Les Leches,Les Lèches		FR	75	24	243	24234	366	Europe/Paris
6455705	Le Pizou	le-pizou	Le Pizou		FR	75	24	243	24329	1312	Europe/Paris
6455706	La Rochebeaucourt-et-Argentine	la-rochebeaucourt-et-argentine	La Rochebeaucourt-et-Argentine		FR	75	24	242	24353	315	Europe/Paris
6455707	La Roche-Chalais	la-roche-chalais	La Roche-Chalais		FR	75	24	243	24354	2987	Europe/Paris
6455708	La Roque-Gageac	la-roque-gageac	La Roque-Gageac		FR	75	24	244	24355	453	Europe/Paris
6455709	La Tour-Blanche-Cercles	la-tour-blanche-cercles	La Tour-Blanche-Cercles		FR	75	24	243	24554	605	Europe/Paris
6455710	La Chenalotte	la-chenalotte	Chenalotte,La Chenalotte,La-Shenalott,Shenelot,la shynalwty,la xie na luo te,Ла-Шеналотт,Шенелот,لا شینالوتی,拉谢纳洛特		FR	27	25	253	25148	487	Europe/Paris
6455711	Les Combes	les-combes	Combes,Komb,Le-Komb,Les Combes,lai si kong bei,lz kwmbz,Комб,Ле-Комб,لز کومبز,莱斯孔贝		FR	27	25	253	25160	731	Europe/Paris
6455712	Le Crouzet	le-crouzet	Crouzet,Kruze,Le Crouzet,Le-Kruze,lei ke lu ze,Крузе,Ле-Крузе,勒克鲁泽		FR	27	25	253	25179	57	Europe/Paris
6455713	Les Écorces	les-ecorces	Les Ecorces,Les Écorces		FR	27	25	252	25213	714	Europe/Paris
6455714	Les Fins	les-fins			FR	27	25	253	25240	3075	Europe/Paris
6455715	Les Fontenelles	les-fontenelles	Les Fontenelles		FR	27	25	253	25248	567	Europe/Paris
6455716	Les Fourgs	les-fourgs	Fourgs,Fur,Le-Furg,Les Fourgs,lai si fu er ge,Ле-Фург,Фур,莱斯富尔格		FR	27	25	253	25254	1345	Europe/Paris
6455717	La Grange	la-grange			FR	27	25	252	25290	93	Europe/Paris
6455718	Les Grangettes	les-grangettes	Les Grangettes		FR	27	25	253	25295	274	Europe/Paris
6455719	Les Gras	les-gras	Le-Gra,Les Gras,lai si ge la,lz gra,Ле-Гра,لز گرا,莱斯格拉		FR	27	25	253	25296	811	Europe/Paris
6455720	Le Gratteris	le-gratteris	Le-Grattri,lei ge la te li,Ле-Граттрі,勒格拉特里		FR	27	25	251	25297	179	Europe/Paris
6455721	Les Hôpitaux-Neufs	les-hopitaux-neufs	Les Hopitaux-Neufs,Les Hôpitaux-Neufs		FR	27	25	253	25307	885	Europe/Paris
6455722	Les Hôpitaux-Vieux	les-hopitaux-vieux	Les Hopitaux-Vieux,Les Hôpitaux-Vieux,Lez-Opito-Ve,lai suo pi tuo fu yue,Лез-Опіто-Вє,莱索皮托弗约		FR	27	25	253	25308	441	Europe/Paris
6455723	Le Luhier	le-luhier			FR	27	25	253	25351	217	Europe/Paris
6455724	Les Plains-et-Grands-Essarts	les-plains-et-grands-essarts	Les Plains-et-Grands-Essarts		FR	27	25	252	25458	222	Europe/Paris
6455725	La Planée	la-planee	La Planee,La Planée,La-Plane,la plany,la pu la nei ai,Ла-Плане,لا پلانی,拉普拉内埃		FR	27	25	253	25459	279	Europe/Paris
6455726	Les Pontets	les-pontets	Les Pontets		FR	27	25	253	25464	139	Europe/Paris
6455727	La Prétière	la-pretiere	La Pretiere,La Prétière,La-Pret'er,la pu lei di ai,Ла-Претьєр,لا پریٹیری,拉普雷蒂埃		FR	27	25	252	25470	159	Europe/Paris
6455728	Le Puy	le-puy	Le Puy		FR	27	25	251	25474	111	Europe/Paris
6455729	La Rivière-Drugeon	la-riviere-drugeon	La Riviere-Drugeon,La Rivière-Drugeon		FR	27	25	253	25493	893	Europe/Paris
6455730	Le Russey	le-russey	Le Russey,Le-Rjusse,lei lu sai,Ле-Рюссе,勒吕塞		FR	27	25	253	25512	2298	Europe/Paris
6455731	La Sommette	la-sommette			FR	27	25	253	25550	235	Europe/Paris
6455732	La Tour-de-Sçay	la-tour-de-scay	La Tour-de-Scay,La Tour-de-Sçay		FR	27	25	251	25566	296	Europe/Paris
6455733	Le Vernoy	le-vernoy	Le Vernoy		FR	27	25	252	25608	170	Europe/Paris
6455734	La Vèze	la-veze	La Veze,La Vèze,La-Vez,la wei ci,la wyzy,Ла-Вез,لا ویزی,拉韦兹		FR	27	25	251	25611	443	Europe/Paris
6455735	Les Villedieu	les-villedieu	Les Villedieu		FR	27	25	253	25619	206	Europe/Paris
6455736	La Coucourde	la-coucourde	La Cogorda,La Coucourde,La-Kukurd,la ku ku er de,la kwkwrdy,Ла-Кукурд,لا کوکوردی,拉库库尔德		FR	84	26	262	26106	1055	Europe/Paris
6455737	La Garde-Adhémar	la-garde-adhemar	La Garde-Adhemar,La Garde-Adhémar		FR	84	26	262	26138	1048	Europe/Paris
6455738	Les Granges-Gontardes	les-granges-gontardes			FR	84	26	262	26145	632	Europe/Paris
6455739	La Laupie	la-laupie			FR	84	26	262	26157	774	Europe/Paris
6455740	La Motte-de-Galaure	la-motte-de-galaure	La-Mott-de-Galor,la mo te de jia luo er,Ла-Мотт-де-Галор,لا موت-ڈی-گالور,拉莫特德加洛尔		FR	84	26	263	26216	790	Europe/Paris
6455741	La Motte-Fanjas	la-motte-fanjas	La Motte-Fanjas		FR	84	26	261	26217	190	Europe/Paris
6455742	Le Pègue	le-pegue	Le Pegue,Le Pègue,Le-Peg,Lo Pegue,Lo Pègue,lei pei gai,Ле-Пег,勒佩盖		FR	84	26	262	26226	362	Europe/Paris
6455743	La Penne-sur-l'Ouvèze	la-penne-sur-l-ouveze	La Penne-sur-l'Ouveze,La Penne-sur-l'Ouvèze		FR	84	26	262	26229	99	Europe/Paris
6455744	Les Pilles	les-pilles	Las Pilas,Le-Pij,Les Pilles,lai si pi lai,Ле-Пій,莱斯皮莱		FR	84	26	262	26238	246	Europe/Paris
6455745	Le Poët-Célard	le-poet-celard	Le-Poe-Selar,Lo Poet de Bordeus,Lo Poet de Bordèus,lei bo e sai la er,Ле-Пое-Селар,勒波厄塞拉尔		FR	84	26	261	26241	126	Europe/Paris
6455746	Le Poët-en-Percip	le-poet-en-percip			FR	84	26	262	26242	17	Europe/Paris
6455747	Le Poët-Laval	le-poet-laval	Le Poet-Laval,Le Poët-Laval		FR	84	26	262	26243	923	Europe/Paris
6455748	Le Poët-Sigillat	le-poet-sigillat	Le-Poe-Sizhija,Lo Poet dau Clos,lei bo e xi ji la,Ле-Пое-Сіжія,勒波厄西吉拉		FR	84	26	262	26244	119	Europe/Paris
6455749	La Roche-de-Glun	la-roche-de-glun	La Rocha de Glun,La Roche-de-Glun,La Ròcha de Glun,La-Rosh-de-Glen,la luo ke de ge lan,Ла-Рош-де-Глен,لا روشے-دے-گلون,拉罗克德格兰		FR	84	26	263	26271	3280	Europe/Paris
6455750	La Roche-sur-Grane	la-roche-sur-grane	La Roche-sur-Grane		FR	84	26	261	26277	174	Europe/Paris
6455751	La Roche-sur-le-Buis	la-roche-sur-le-buis	La Rocha dau Bois,La Roche-sur-le-Buis,La Ròcha dau Bois,La-Rosh-sjur-le-Bjui,lai-bi yi he pan la luo ke,Ла-Рош-сюр-ле-Бюї,لا روشے-سور-لی-بویس,莱-比伊河畔拉罗克		FR	84	26	262	26278	292	Europe/Paris
6455752	La Rochette-du-Buis	la-rochette-du-buis	La Rochette-du-Buis		FR	84	26	262	26279	78	Europe/Paris
6455753	Les Tonils	les-tonils			FR	84	26	262	26351	21	Europe/Paris
6455754	La Touche	la-touche	La Touche		FR	84	26	262	26352	250	Europe/Paris
6455755	La Chapelle-Bayvel	la-chapelle-bayvel	La-Shapel'-Bevel',la sha pei lei bai wei,Ла-Шапель-Бевель,لا شاپیل-بےویل,拉沙佩勒拜韦		FR	28	27	272	27146	393	Europe/Paris
6455756	La Chapelle-du-Bois-des-Faulx	la-chapelle-du-bois-des-faulx	La Chapelle-du-Bois-des-Faulx		FR	28	27	273	27147	622	Europe/Paris
6455757	La Chapelle-Gauthier	la-chapelle-gauthier	La Chapelle-Gauthier,La-Shapel'-Got'e,la sha pei lei ge di ye,Ла-Шапель-Готье,Ла-Шапель-Готьє,拉沙佩勒戈蒂耶		FR	28	27	272	27148	404	Europe/Paris
6455759	Marbois	marbois	Marbois		FR	28	27	272	27157	1413	Europe/Paris
6455760	La Couture-Boussey	la-couture-boussey	La Couture-Boussey,La-Kutjur-Busse,la ku di er bu sai,Ла-Кутюр-Буссе,拉库蒂尔布塞		FR	28	27	273	27183	2322	Europe/Paris
6455761	La Croisille	la-croisille			FR	28	27	273	27189	445	Europe/Paris
6455762	Clef Vallée d'Eure	clef-vallee-d-eure	Clef Vallee d'Eure,Clef Vallée d'Eure,Croix-Saint-Leufroy,La-Krua-Sen-Lefrua,la ke lu wa sheng lei fu lu wa,Ла-Круа-Сен-Лефруа,拉克鲁瓦圣勒夫鲁瓦		FR	28	27	271	27191	2519	Europe/Paris
6455763	Les Damps	les-damps	Les Damps		FR	28	27	271	27196	1361	Europe/Paris
6455765	La Ferrière-sur-Risle	la-ferriere-sur-risle			FR	28	27	273	27240	224	Europe/Paris
6455766	Le Fidelaire	le-fidelaire			FR	28	27	273	27242	1024	Europe/Paris
6455767	La Goulafrière	la-goulafriere	La Goulafriere,La Goulafrière		FR	28	27	272	27289	163	Europe/Paris
6455768	Le Bosc du Theil	le-bosc-du-theil	Le Bosc du Theil		FR	28	27	272	27302	1363	Europe/Paris
6455770	La Harengère	la-harengere			FR	28	27	272	27313	584	Europe/Paris
6455771	La Haye-Aubrée	la-haye-aubree	La Haye-Aubree,La Haye-Aubrée		FR	28	27	272	27317	464	Europe/Paris
6455772	La Haye-de-Calleville	la-haye-de-calleville	La Haye-de-Calleville,La-E-de-Kal'vil',la ai ai de ka lei wei er,Ла-Е-де-Кальвиль,Ла-Е-де-Кальвіль,拉艾埃德卡勒维尔		FR	28	27	272	27318	269	Europe/Paris
6455773	La Haye-de-Routot	la-haye-de-routot	La Haye-de-Routot,La-E-de-Ruto,la ai ai de lu tuo,Ла-Е-де-Руто,拉艾埃德鲁托		FR	28	27	272	27319	305	Europe/Paris
6455774	La Haye-du-Theil	la-haye-du-theil	La Haye-du-Theil		FR	28	27	272	27320	298	Europe/Paris
6455775	La Haye-le-Comte	la-haye-le-comte	La Haye-le-Comte		FR	28	27	271	27321	135	Europe/Paris
6455776	La Haye-Malherbe	la-haye-malherbe			FR	28	27	271	27322	1409	Europe/Paris
6455777	La Haye-Saint-Sylvestre	la-haye-saint-sylvestre	La Haye-Saint-Sylvestre		FR	28	27	272	27323	277	Europe/Paris
6455779	La Houssaye	la-houssaye	La Houssaye		FR	28	27	272	27345	210	Europe/Paris
6455780	Le Landin	le-landin	Le Landin		FR	28	27	272	27363	203	Europe/Paris
6455781	La Madeleine-de-Nonancourt	la-madeleine-de-nonancourt	La Madeleine-de-Nonancourt,La-Madelen-de-Nonankur,La-Madlen-de-Nonankur,la ma dai lan de nuo nan ku er,Ла-Маделен-де-Нонанкур,Ла-Мадлен-де-Нонанкур,لا مادیلین-دی-نونانکورٹ,拉马代兰德诺南库尔		FR	28	27	273	27378	1148	Europe/Paris
6455782	Le Manoir	le-manoir	Le Manoir		FR	28	27	271	27386	1257	Europe/Paris
6455783	Le Mesnil-Fuguet	le-mesnil-fuguet			FR	28	27	273	27401	174	Europe/Paris
6455785	Le Mesnil-Jourdain	le-mesnil-jourdain	Le Mesnil-Jourdain		FR	28	27	271	27403	231	Europe/Paris
6455786	Le Neubourg	le-neubourg	Le Neubourg		FR	28	27	272	27428	4127	Europe/Paris
6455787	La Neuve-Grange	la-neuve-grange	La Neuve-Grange		FR	28	27	271	27430	331	Europe/Paris
6455788	La Neuve-Lyre	la-neuve-lyre	La-Nev-Lir,la na fu li er,Ла-Нев-Лир,Ла-Нев-Лір,لا نیوے-لائر,拉纳夫利尔		FR	28	27	272	27431	573	Europe/Paris
6455789	La Neuville-du-Bosc	la-neuville-du-bosc	La Neuville-du-Bosc		FR	28	27	272	27432	651	Europe/Paris
6455790	La Noë-Poulain	la-noe-poulain	La Noe-Poulain,La Noë-Poulain		FR	28	27	272	27435	265	Europe/Paris
6455791	Le Noyer-en-Ouche	le-noyer-en-ouche	Le Noyer-en-Ouche		FR	28	27	272	27444	227	Europe/Paris
6455792	Le Plessis-Grohan	le-plessis-grohan	Le Plessis-Grohan		FR	28	27	273	27464	859	Europe/Paris
6455793	Le Plessis-Hébert	le-plessis-hebert	Le Plessis-Hebert,Le Plessis-Hébert		FR	28	27	271	27465	396	Europe/Paris
6455794	Le Plessis-Sainte-Opportune	le-plessis-sainte-opportune	Le Plessis-Sainte-Opportune		FR	28	27	272	27466	334	Europe/Paris
6455795	La Poterie-Mathieu	la-poterie-mathieu	La Poterie-Mathieu		FR	28	27	272	27475	172	Europe/Paris
6455797	Le Vaudreuil	le-vaudreuil			FR	28	27	271	27528	3714	Europe/Paris
6455798	La Saussaye	la-saussaye	La Saussaye,La-Sosse,la suo sai ai,Ла-Соссе,拉索赛埃		FR	28	27	272	27616	1862	Europe/Paris
6455799	Le Theil-Nolent	le-theil-nolent	Le Theil-Nolent		FR	28	27	272	27627	253	Europe/Paris
6455800	Les Thilliers-en-Vexin	les-thilliers-en-vexin	Les Thilliers-en-Vexin		FR	28	27	271	27633	491	Europe/Paris
6455801	Le Thuit	le-thuit	Le Thuit		FR	28	27	271	27635	144	Europe/Paris
6455803	Le Thuit de l'Oison	le-thuit-de-l-oison	Le Thuit de l'Oison		FR	28	27	272	27638	3567	Europe/Paris
6455805	Le Tilleul-Lambert	le-tilleul-lambert	Le Tilleul-Lambert		FR	28	27	272	27641	248	Europe/Paris
6455807	Le Torpt	le-torpt	Le Torpt		FR	28	27	272	27646	436	Europe/Paris
6455808	Le Tremblay-Omonville	le-tremblay-omonville			FR	28	27	272	27658	337	Europe/Paris
6455809	La Trinité-de-Réville	la-trinite-de-reville			FR	28	27	272	27660	241	Europe/Paris
6455810	La Trinité-de-Thouberville	la-trinite-de-thouberville			FR	28	27	272	27661	438	Europe/Paris
6455811	Le Troncq	le-troncq	Le Troncq		FR	28	27	272	27663	175	Europe/Paris
6455812	La Vacherie	la-vacherie	La Vacherie		FR	28	27	271	27666	561	Europe/Paris
6455813	Le Val-David	le-val-david	Le Val-David		FR	28	27	273	27668	732	Europe/Paris
6455814	Le Vieil-Évreux	le-vieil-evreux	Le Vieil-Evreux,Le Vieil-Évreux,Le-V'ej-Evre,Le-Vej-Evre,lei wei ye yi ai fu lei,Ле-Вьей-Евре,Ле-Вєй-Евре,勒维耶伊埃夫勒		FR	28	27	273	27684	804	Europe/Paris
6455815	La Vieille-Lyre	la-vieille-lyre	La Vieille-Lyre,La-V'ej-Lir,La-Vej-Lir,la wei ye yi er li er,Ла-Вьей-Лир,Ла-Вєй-Лір,拉维耶伊尔利尔		FR	28	27	272	27685	655	Europe/Paris
6455816	Les Corvées-les-Yys	les-corvees-les-yys	Le-Korve-lez-Ii,Les Corvees-les-Yys,Les Corvées-les-Yys,lai si ke er wei ai lai yi yi,Ле-Корве-лез-Ії,莱斯科尔韦埃莱伊伊		FR	24	28	284	28109	316	Europe/Paris
6455817	La Croix-du-Perche	la-croix-du-perche	Croix-du-Perche,Kroa di Persh,La Croix-du-Perche,La-Krua-dju-Persh,la ke lu wa di pei er ke,Кроа ди Перш,Ла-Круа-дю-Перш,拉克鲁瓦迪佩尔克		FR	24	28	284	28119	165	Europe/Paris
6455818	Les Étilleux	les-etilleux	Etije,Etilleux,Les Etilleux,Les Étilleux,Lez-Etie,lai sai di lei,Етије,Лез-Етіє,莱塞蒂勒		FR	24	28	284	28144	225	Europe/Paris
6455819	La Ferté-Vidame	la-ferte-vidame	Ferte-Vidame,Ferté-Vidame,La Ferte-Vidame,La Ferté-Vidame,La-Ferte-Vidam,la fu er tai wei dang,Ла-Ферте-Відам,拉弗尔泰维当		FR	24	28	283	28149	703	Europe/Paris
6455820	La Framboisière	la-framboisiere			FR	24	28	283	28159	343	Europe/Paris
6455821	La Gaudaine	la-gaudaine	La-Goden,la ge dan,Ла-Годен,拉戈丹		FR	24	28	284	28175	178	Europe/Paris
6455822	Le Gault-Saint-Denis	le-gault-saint-denis	Le Gault-Saint-Denis,Le-Go-Sen-Deni,lei ge er sheng de ni,Ле-Го-Сен-Дені,勒戈尔圣德尼		FR	24	28	282	28176	672	Europe/Paris
6455823	Le Gué-de-Longroi	le-gue-de-longroi	Le Gue-de-Longroi,Le Gué-de-Longroi		FR	24	28	281	28188	938	Europe/Paris
6455824	La Loupe	la-loupe	La Loupe		FR	24	28	284	28214	3406	Europe/Paris
6455825	La Mancelière	la-manceliere	La Manceliere,La Mancelière		FR	24	28	283	28231	191	Europe/Paris
6455826	Le Mesnil-Simon	le-mesnil-simon	Le Mesnil-Simon,Le-Menij-Simon,lei mei si ni xi meng,Ле-Меній-Сімон,勒梅斯尼西蒙		FR	24	28	283	28247	593	Europe/Paris
6455827	Le Mesnil-Thomas	le-mesnil-thomas	Le Mesnil-Thomas		FR	24	28	283	28248	338	Europe/Paris
6455828	Les Pinthières	les-pinthieres			FR	24	28	283	28299	182	Europe/Paris
6455829	La Puisaye	la-puisaye	La Puisaye		FR	24	28	283	28310	287	Europe/Paris
6455831	Les Ressuintes	les-ressuintes	Les Ressuintes		FR	24	28	283	28314	124	Europe/Paris
6455832	La Saucelle	la-saucelle			FR	24	28	283	28368	192	Europe/Paris
6455833	Le Thieulin	le-thieulin	Le Thieulin		FR	24	28	284	28385	450	Europe/Paris
6455834	La Martyre	la-martyre	La Martyre		FR	53	29	291	29144	759	Europe/Paris
6455836	Le Relecq-Kerhuon	le-relecq-kerhuon	Le Relecq-Kerhuon		FR	53	29	291	29235	11434	Europe/Paris
6455837	La Roche-Maurice	la-roche-maurice	La Roche-Maurice		FR	53	29	291	29237	1844	Europe/Paris
6455838	Le Tréhou	le-trehou	Le Trehou,Le Tréhou		FR	53	29	291	29294	629	Europe/Paris
6455839	Le Trévoux	le-trevoux	Le Trevoux,Le Trévoux		FR	53	29	294	29300	1617	Europe/Paris
6455978	Le Latet	le-latet			FR	27	39	392	39281	80	Europe/Paris
6455840	Le Garn	le-garn	Le Garn,Le-Garn,Lo Garn,l garn,lei jia er en,Ле-Гарн,ل گارن,勒加尔恩		FR	76	30	302	30124	223	Europe/Paris
6455841	Les Mages	les-mages	Les Mages		FR	76	30	301	30152	2089	Europe/Paris
6455842	Le Martinet	le-martinet	Le Martinet		FR	76	30	301	30159	778	Europe/Paris
6455843	Les Plantiers	les-plantiers	Le-Plant'e,Les Plantiers,Los Plantiers,Los Plantièrs,Sent Marcal de Fontfolhosa,Sent Marçal de Fòntfolhosa,lai si pu lang di ye er,Ле-Плантье,Ле-Плантьє,莱斯普朗蒂耶尔		FR	76	30	303	30198	255	Europe/Paris
6455844	La Roque-sur-Cèze	la-roque-sur-ceze	La Roca de Ceser,La Ròca de Céser,La-Rok-sjur-Sez,sai ci he pan la luo qu ai,Ла-Рок-сюр-Сез,塞兹河畔拉罗屈埃		FR	76	30	302	30222	183	Europe/Paris
6455845	Les Salles-du-Gardon	les-salles-du-gardon	Las Salas de Gardon,Le-Sal'-dju-Gardon,Les Salles-du-Gardon,lai sa lai di jia er dong,Ле-Саль-дю-Гардон,莱萨莱迪加尔东		FR	76	30	301	30307	2606	Europe/Paris
6455846	La Vernarède	la-vernarede	La Vernareda,La Vernarede,La Vernarède,La-Vernared,la wei er na lei de,Ла-Вернаред,拉韦尔纳雷德		FR	76	30	301	30345	332	Europe/Paris
6455847	Le Vigan	le-vigan	Le Vigan,Le-Vigan,Lo Vigan,lei wei gang,Ле-Виган,Ле-Віган,ለ ቪጋን፣ ጋርድ,ル・ヴィガン,勒维冈		FR	76	30	303	30350	3854	Europe/Paris
6455848	Le Castéra	le-castera	Castera,Castéra,Kastera,Le Castera,Le Casterar,Le Castéra,Le-Kastera,lei ka si tai la,Кастера,Ле-Кастера,勒卡斯泰拉		FR	76	31	313	31120	750	Europe/Paris
6455849	Le Cuing	le-cuing	Le Cuing		FR	76	31	312	31159	460	Europe/Paris
6455850	Le Fauga	le-fauga	Le Fauga,Le Haugar,Le-Foga,lei fu jia,Ле-Фога,勒福加		FR	76	31	311	31181	2028	Europe/Paris
6455851	Le Fousseret	le-fousseret	Fousseret,Fuser,Le Fousseret,Le Hosseret,Le-Fusre,Le-Fussre,l fwsrh,lei fu se lei,Ле-Фусре,Ле-Фуссре,Фусер,ل فوسره,勒富瑟雷		FR	76	31	311	31193	1898	Europe/Paris
6455852	Le Fréchet	le-frechet	Le Frechet,Le Fréchet		FR	76	31	312	31198	106	Europe/Paris
6455853	Le Grès	le-gres	Le Gres,Le-Gre,Le-Gres,lei ge lei,Ле-Гре,Ле-Грес,勒格雷		FR	76	31	313	31234	432	Europe/Paris
6455854	La Magdelaine-sur-Tarn	la-magdelaine-sur-tarn	La Magdalena,La Magdalena de Tarn,La Magdelaine-sur-Tarn,La-Madlen-sjur-Tarn,La-Magdelen-sjur-Tarn,la magdylayny-swr-tarn,ta er en he pan la ma ge dai lan,Ла-Магделен-сюр-Тарн,Ла-Мадлен-сюр-Тарн,لا ماگدیلاینی-سور-تارن,塔尔恩河畔拉马格代兰		FR	76	31	313	31311	1164	Europe/Paris
6455855	Le Pin-Murelet	le-pin-murelet	Le Pin Murelet,Le Pin de Murelet,Le Pin-Murelet,Le-Pen-Mjurle,lei pan mi lei lai,Ле-Пен-Мюрле,勒潘米雷莱		FR	76	31	311	31419	172	Europe/Paris
6455856	La Salvetat-Lauragais	la-salvetat-lauragais			FR	76	31	313	31527	139	Europe/Paris
6455857	Le Houga	le-houga	Le Houga,Le-Uga,Lo Haugar,Lo Hogar,lei wu jia,Ле-Уга,לה הוגא,勒乌加		FR	76	32	322	32155	1188	Europe/Paris
6455858	La Romieu	la-romieu			FR	76	32	322	32345	573	Europe/Paris
6455859	La Sauvetat	la-sauvetat	La Sauvedat,La Sauvetat,La-Sovta,La-Sovtat,la suo wei ta,Ла-Совта,Ла-Совтат,拉索韦塔		FR	76	32	322	32417	350	Europe/Paris
6455860	Les Églisottes-et-Chalaures	les-eglisottes-et-chalaures	Les Eglisottes-et-Chalaures,Les Églisottes-et-Chalaures,Lez-Eglizott-e-Shalor,lai sai ge li suo tai he sha luo lei,Лез-Еглизотт-е-Шалор,Лез-Еглізотт-е-Шалор,莱塞格利索泰和沙洛雷		FR	75	33	335	33154	2179	Europe/Paris
6455861	Les Esseintes	les-esseintes	Les Esseintes		FR	75	33	333	33158	237	Europe/Paris
6455862	Le Haillan	le-haillan	Le Haillan		FR	75	33	332	33200	10886	Europe/Paris
6455863	La Lande-de-Fronsac	la-lande-de-fronsac	La Landa de Froncac,La Landa de Fronsac,La Landa de Fronçac,La Lande-de-Fronsac,La-Land-de-Fronsak,la lang de de fu long sa ke,Ла-Ланд-де-Фронсак,拉朗德德弗龙萨克		FR	75	33	335	33219	2351	Europe/Paris
6455864	Les Lèves-et-Thoumeyragues	les-leves-et-thoumeyragues	Las Lotjas e Tomeiragas,Las Luevias e Tomairagas,Las Luèvias e Tomairagas,Las Lòtjas e Tomeiragas,Le-Levez-e-Tumerag,Les Leves-et-Thoumeyragues,Les Lèves-et-Thoumeyragues,lai si lai wei he tu mei la gai,Ле-Левез-е-Тумераг,莱斯莱韦和图梅拉盖		FR	75	33	335	33242	565	Europe/Paris
6455865	Le Nizan	le-nizan	Le Nizan		FR	75	33	333	33305	508	Europe/Paris
6455866	Les Peintures	les-peintures	Les Peintures		FR	75	33	335	33315	1576	Europe/Paris
6455867	Le Pian-Médoc	le-pian-medoc	Aupian,Le Pian-Medoc,Le Pian-Médoc,Le-P'jan-Medok,Le-Pjan-Medok,Lo Pian,lei pi ang mei duo ke,Ле-Пьян-Медок,Ле-Пян-Медок,勒皮昂梅多克		FR	75	33	332	33322	6546	Europe/Paris
6455868	Le Pian-sur-Garonne	le-pian-sur-garonne	Apian,Le Pian-sur-Garonne,Le-P'jan-sjur-Garonn,Le-Pjan-sjur-Garonn,Lo Pian de Garona,Pian-sur-Garonne,jia luo ne he pan lei pi ang,Ле-Пьян-сюр-Гаронн,Ле-Пян-сюр-Гаронн,加罗讷河畔勒皮昂		FR	75	33	333	33323	837	Europe/Paris
6455869	Le Porge	le-porge	Le Porge,Le-Porzh,Lo Porge,Lo Pòrge,Porge,lei bo er ge,Ле-Порж,勒波尔格		FR	75	33	334	33333	3030	Europe/Paris
6455870	Le Pout	le-pout	Le Pout,Le-Pu,Lo Pot,Pout,lei pu,Ле-Пу,勒普		FR	75	33	332	33335	596	Europe/Paris
6455871	La Réole	la-reole	La Reole,La Réole		FR	75	33	333	33352	4265	Europe/Paris
6455872	La Rivière	la-riviere	La Ribera,La Ribiera,La Ribièra,La Ribèra,La Riviere,La Rivière,La-Riv'er,La-River,la li wei ai,Ла-Ривьер,Ла-Ривєр,لا ریویرے، گیرونڈی,拉里维埃		FR	75	33	335	33356	415	Europe/Paris
6455873	La Roquille	la-roquille	La Roquilha,La Roquille,La-Rokij,Roquille,la luo qu yi er,la rwkwyly,Ла-Рокий,Ла-Рокій,لا روکویلی,拉罗屈伊尔		FR	75	33	335	33360	338	Europe/Paris
6455874	Les Salles-de-Castillon	les-salles-de-castillon	Las Salas de Castilhon,Le-Sal'-de-Kastijon,Les Salles-de-Castillon,lai sa lai de ka si di long,Ле-Саль-де-Кастийон,Ле-Саль-де-Кастійон,莱萨莱德卡斯蒂隆		FR	75	33	335	33499	378	Europe/Paris
6455875	Le Taillan-Médoc	le-taillan-medoc	Le Taillan-Medoc,Le Taillan-Médoc		FR	75	33	332	33519	10082	Europe/Paris
6455876	Le Teich	le-teich	Le Teich		FR	75	33	336	33527	7730	Europe/Paris
6455877	Le Temple	le-temple	Le Temple,Le-Tampl',Lo Temple,lei tang pu er,Ле-Тампль,ル・タンプル,勒唐普尔		FR	75	33	334	33528	605	Europe/Paris
6455878	La Teste-de-Buch	la-teste-de-buch	La Teste-de-Buch		FR	75	33	336	33529	26168	Europe/Paris
6455879	Le Tourne	le-tourne	Le Tourne		FR	75	33	332	33534	812	Europe/Paris
6455880	Le Tuzan	le-tuzan	Le Tuzan,Le-Tjuzan,Lo Tusan,lei di cang,Ле-Тюзан,勒蒂藏		FR	75	33	333	33536	289	Europe/Paris
6455881	Le Verdon-sur-Mer	le-verdon-sur-mer	Le Verdon-sur-Mer		FR	75	33	334	33544	1343	Europe/Paris
6455882	Les Matelles	les-matelles	Les Matelles		FR	76	34	342	34153	2015	Europe/Paris
6455883	Le Poujol-sur-Orb	le-poujol-sur-orb	Le-Puzhol'-sjur-Orb,Lo Pojol,Lo Pojòl,ao er he pan lei pu ruo,Ле-Пужоль-сюр-Орб,奥尔河畔勒普若		FR	76	34	341	34211	1069	Europe/Paris
6455884	Les Rives	les-rives	Las Ribas,Le-Riv,Les Rives,lai si li wei,lh ryw,Ле-Рив,له ریو,莱斯里韦		FR	76	34	342	34230	143	Europe/Paris
6455885	Le Soulié	le-soulie	Le Soulie,Le Soulié		FR	76	34	341	34305	127	Europe/Paris
6455886	La Tour-sur-Orb	la-tour-sur-orb	La Tour-sur-Orb		FR	76	34	341	34312	1270	Europe/Paris
6455887	Le Triadou	le-triadou	Le Triadou		FR	76	34	342	34314	392	Europe/Paris
6455888	La Vacquerie-et-Saint-Martin-de-Castries	la-vacquerie-et-saint-martin-de-castries	La Vacquerie-et-Saint-Martin-de-Castries		FR	76	34	342	34317	186	Europe/Paris
6455889	Le Ferré	le-ferre	Le Ferre,Le Ferré		FR	53	35	351	35111	689	Europe/Paris
6455891	La Fresnais	la-fresnais	An Onneg,Fresnais,La Fresnais,La-Frene,la frysnays,la fu lei si nai,Ла-Френе,لا فریسنایس,拉夫雷斯奈		FR	53	35	354	35116	2534	Europe/Paris
6455892	La Gouesnière	la-gouesniere	Gouenaer,Gouesniere,Gouesnière,La-Guen'er,la gu ai si ni ai,la gwysnyry,Ла-Гуеньер,Ла-Гуеньєр,لا گویسنیری,拉古埃斯尼埃		FR	53	35	354	35122	1850	Europe/Paris
6455893	La Guerche-de-Bretagne	la-guerche-de-bretagne			FR	53	35	351	35125	4262	Europe/Paris
6455894	Les Iffs	les-iffs	An Ivineg,Lez-Iff,lai xi fu,Лез-Іфф,Лез-Ифф,莱西夫		FR	53	35	354	35134	272	Europe/Paris
6455895	Le Loroux	le-loroux	Lavreer-an-Dezerzh,Le Loroux,Le-Loru,Loratorium,Loroux,lei luo lu,Ле-Лору,勒洛鲁		FR	53	35	351	35157	655	Europe/Paris
6455897	La Mézière	la-meziere	La Meziere,La Mézière		FR	53	35	353	35177	4853	Europe/Paris
6455898	Le Minihic-sur-Rance	le-minihic-sur-rance	Le Minihic-sur-Rance		FR	53	35	354	35181	1432	Europe/Paris
6455899	La Noë-Blanche	la-noe-blanche	Ar Wazh-Wenn,La Noe-Blanche,La Noë-Blanche,La-Noe-Blansh,Noe-Blanche,Noë-Blanche,la nwy-blanchy,lang ao e bu lang ke,Ла-Ное-Бланш,لا نوی-بلانچی,朗奥厄布朗克		FR	53	35	352	35202	992	Europe/Paris
6455900	La Nouaye	la-nouaye	La Nouaye,La-Nue,Lanwaz,Nouaye,lang wu ai ai,Ла-Нуе,لا نوائے,朗乌艾埃		FR	53	35	353	35203	361	Europe/Paris
6455901	Le Pertre	le-pertre	Le Pertre		FR	53	35	351	35217	1394	Europe/Paris
6455902	Le Petit-Fougeray	le-petit-fougeray	Le Petit-Fougeray		FR	53	35	352	35218	899	Europe/Paris
6455903	Le Rheu	le-rheu	Le Rheu		FR	53	35	353	35240	8571	Europe/Paris
6455904	La Richardais	la-richardais	Kerricharzh-an-Arvor,La Richardais,La-Risharde,Richardais,la li sha er dai,Ла-Ришарде,لا ریچارڈایس,ラ・リシャルデ,拉里沙尔代		FR	53	35	354	35241	2243	Europe/Paris
6455906	La Selle-en-Luitré	la-selle-en-luitre	Cella de Lutreio,Kell-Loezherieg,La-Sel'-an-Ljuitre,Selle-en-Luitre,Selle-en-Luitré,lu yi te lei de qu la sai er,Ла-Сель-ан-Люитре,Ла-Сель-ан-Люїтре,لا سیلی-این-لیویٹری,吕伊特雷地区拉塞尔		FR	53	35	351	35324	569	Europe/Paris
6455907	La Selle-Guerchaise	la-selle-guerchaise	La Selle-Guerchaise		FR	53	35	351	35325	159	Europe/Paris
6455908	Le Theil-de-Bretagne	le-theil-de-bretagne	Le Theil-de-Bretagne		FR	53	35	351	35333	1751	Europe/Paris
6455909	Le Tiercent	le-tiercent	An Tergant,Le Tiercent,Le-T'ersan,Tiercendum,Tiercent,lei di ye er sang,Ле-Тьерсан,Ле-Тьєрсан,勒蒂耶尔桑		FR	53	35	351	35336	169	Europe/Paris
6455910	Le Vivier-sur-Mer	le-vivier-sur-mer	Gwiver,Le-Viv'e-sjur-Mer,Le-Vive-sjur-Mer,Vivier-sur-Mer,bin hai lei wei wei ye,Ле-Вивье-сюр-Мер,Ле-Вівє-сюр-Мер,滨海勒维维耶		FR	53	35	354	35361	1045	Europe/Paris
6455911	Le Tronchet	le-tronchet	Ar Granneg,Le Tronchet,Le-Tronshe,Tronchetum,lei te long xie,Ле-Тронше,勒特龙谢		FR	53	35	354	35362	1154	Europe/Paris
6455912	Le Magny	le-magny	Le Magny,Le-Man'i,lei ma ni,Ле-Маньи,Ле-Маньї,勒马尼		FR	24	36	363	36109	1081	Europe/Paris
6455913	Le Menoux	le-menoux	Le Menoux		FR	24	36	362	36117	428	Europe/Paris
6455914	La Motte-Feuilly	la-motte-feuilly	La Motte-Feuilly		FR	24	36	363	36132	51	Europe/Paris
6455915	Le Pêchereau	le-pechereau	Le Pechereau,Le Pêchereau		FR	24	36	362	36154	1859	Europe/Paris
6455916	La Pérouille	la-perouille	La Perouille,La Pérouille		FR	24	36	361	36157	460	Europe/Paris
6455917	Le Poinçonnet	le-poinconnet	Le Poinconnet,Le Poinçonnet		FR	24	36	362	36159	5870	Europe/Paris
6455918	Le Tranger	le-tranger	Le Tranger		FR	24	36	362	36225	169	Europe/Paris
6455919	La Vernelle	la-vernelle	La Vernelle		FR	24	36	362	36233	749	Europe/Paris
6455920	Le Grand-Pressigny	le-grand-pressigny	Le Grand-Pressigny		FR	24	37	373	37113	937	Europe/Paris
6455921	Le Liège	le-liege	Le Liege,Le Liège		FR	24	37	373	37127	361	Europe/Paris
6455922	Le Louroux	le-louroux			FR	24	37	373	37136	525	Europe/Paris
6455923	La Membrolle-sur-Choisille	la-membrolle-sur-choisille	La Membrolle-sur-Choisille,La-Mambrol'-sjur-Shuazij,Membrolle-sur-Choisille,la mymbrwl-swr-chwysyly,shu wa xi er he pan la mang bu luo er,Ла-Мамброль-сюр-Шуазій,لا میمبرول-سور-چویسیلی,舒瓦西尔河畔拉芒布罗尔		FR	24	37	372	37151	3337	Europe/Paris
6455924	Le Petit-Pressigny	le-petit-pressigny	Le-Peti-Pressin'i,Petit-Pressigny,lei pei di pu lei xi ni,Ле-Петі-Прессіньї,勒佩蒂普雷西尼		FR	24	37	373	37184	333	Europe/Paris
6455925	La Riche	la-riche	La Riche		FR	24	37	372	37195	10370	Europe/Paris
6455926	La Roche-Clermault	la-roche-clermault			FR	24	37	371	37202	513	Europe/Paris
6455927	La Tour-Saint-Gelin	la-tour-saint-gelin	La Tour-Saint-Gelin,La-Tur-Sen-Zhelen,Tour-Saint-Gelin,la tu sheng re lan,Ла-Тур-Сен-Желен,拉图圣热兰		FR	24	37	371	37260	527	Europe/Paris
6455928	La Ville-aux-Dames	la-ville-aux-dames	La Ville-aux-Dames,La-Vil'-o-Dam,Ville-aux-Dames,la wei er ao da mei,Ла-Віль-о-Дам,拉维尔奥达梅		FR	24	37	372	37273	5434	Europe/Paris
6455929	Le Cheylas	le-cheylas	Le Cheylas		FR	84	38	381	38100	2586	Europe/Paris
6455975	Le Frasnois	le-frasnois	Franoa,Frasnois,Le Frasnois,Le-Franua,lei fu la si nu wa,Ле-Франуа,Франоа,勒夫拉斯努瓦		FR	27	39	392	39240	158	Europe/Paris
6455930	La Combe-de-Lancey	la-combe-de-lancey	Combe-de-Lancey,Komb de Lanse,La Combe-de-Lancey,La-Komb-de-Lanse,la kong bu de lang sai,Комб де Лансе,Ла-Комб-де-Лансе,لا کومبی-دی-لانسے,拉孔布德朗塞		FR	84	38	381	38120	697	Europe/Paris
6455931	La Côte-Saint-André	la-cote-saint-andre	Kot Sent Andre,La Cote-Saint-Andre,La Côte-Saint-André,La-Kot-Sent-Andre,la ke te sheng ang de lei,Кот Сент Андре,Ла-Кот-Сент-Андре,拉科特圣昂德雷		FR	84	38	383	38130	4805	Europe/Paris
6455932	Les Éparres	les-eparres	Les Eparres,Les Éparres,Lez-Ehparr,Lez-Eparr,lai sai pa er lei,Лез-Епарр,Лез-Эпарр,莱塞帕尔雷		FR	84	38	382	38156	992	Europe/Paris
6455933	Le Haut-Bréda	le-haut-breda	La-Fer'er,La-Ferrer,la fu er li ai,la fyryry  asyry,Ла-Феррєр,Ла-Ферьер,لا فیریری، اسیری,拉弗尔里埃		FR	84	38	381	38163	403	Europe/Paris
6455934	La Flachère	la-flachere	La Flachere,La Flachère,La-Flasher,la flashyry,la fu la xie er,Ла-Флашер,لا فلاشیری,拉夫拉谢尔		FR	84	38	381	38166	487	Europe/Paris
6455935	La Forteresse	la-forteresse	Forteres,Forteresse,La Forteresse,La-Forteress,La-Fortres,la fu er te lei si,Ла-Фортересс,Ла-Фортрес,Фортерес,لا فورٹیریسی,拉福尔特雷斯		FR	84	38	383	38171	323	Europe/Paris
6455936	Le Freney-d'Oisans	le-freney-d-oisans	Le Freney-d'Oisans		FR	84	38	381	38173	252	Europe/Paris
6455937	La Frette	la-frette	La Frette,La-Fret,La-Frett,la fryty  asyry,la fu lei te,Ла-Фрет,Ла-Фретт,لا فریتی، اسیری,拉夫雷特		FR	84	38	383	38174	1112	Europe/Paris
6455938	Le Grand-Lemps	le-grand-lemps	Le Grand-Lemps		FR	84	38	382	38182	3096	Europe/Paris
6455939	Le Monestier-du-Percy	le-monestier-du-percy			FR	84	38	381	38243	250	Europe/Paris
6455940	La Morte	la-morte	La Morte		FR	84	38	381	38264	130	Europe/Paris
6455941	La Motte-d'Aveillans	la-motte-d-aveillans			FR	84	38	381	38265	1724	Europe/Paris
6455942	La Motte-Saint-Martin	la-motte-saint-martin	La Motte-Saint-Martin,La-Mott-Sen-Marten,la mo te sheng ma er tan,Ла-Мотт-Сен-Мартен,لا موت-سین-مارٹین,拉莫特圣马尔坦		FR	84	38	381	38266	440	Europe/Paris
6455943	La Murette	la-murette	La Murette,La-Mjurett,la mi lei te,la mwrty,Ла-Мюретт,لا مورتی,拉米雷特		FR	84	38	381	38270	1907	Europe/Paris
6455944	Le Passage	le-passage	Le-Passazh,lei pa sa ge,Ле-Пассаж,勒帕萨格		FR	84	38	382	38296	790	Europe/Paris
6455945	Le Péage-de-Roussillon	le-peage-de-roussillon	Le Peage-de-Roussillon,Le Péage-de-Roussillon,Le-Peazh-de-Rusijon,Le-Peazh-de-Russijon,lei pei a ge de lu xi long,Ле-Пеаж-де-Русийон,Ле-Пеаж-де-Руссійон,勒佩阿格德鲁西隆		FR	84	38	383	38298	6652	Europe/Paris
6455948	Le Pont-de-Beauvoisin	le-pont-de-beauvoisin	Le Pont-de-Beauvoisin		FR	84	38	382	38315	3602	Europe/Paris
6455949	Le Pont-de-Claix	le-pont-de-claix	Le Pont-de-Claix,Le-Pon-de-Kle,Pon-de-Kle,Pont-de-Claix,lei peng de ke lai,Ле-Пон-де-Кле,Пон-де-Кле,勒蓬德克莱		FR	84	38	381	38317	10698	Europe/Paris
6455950	La Rivière	la-riviere	La Riviere,La Rivière		FR	84	38	381	38338	758	Europe/Paris
6455951	Les Roches-de-Condrieu	les-roches-de-condrieu	Le-Rosh-de-Kondrie,Le-Rosh-de-Kondrijo,Les Roches-de-Condrieu,lai si luo xie de kong de li e,Ле-Рош-де-Кондриё,Ле-Рош-де-Кондріє,莱斯罗谢德孔德里厄		FR	84	38	383	38340	1977	Europe/Paris
6455952	La Salette-Fallavaux	la-salette-fallavaux	La Salette-Fallavaux		FR	84	38	381	38469	64	Europe/Paris
6455953	La Salle-en-Beaumont	la-salle-en-beaumont	La Salle-en-Beaumont		FR	84	38	381	38470	322	Europe/Paris
6455954	Le Sappey-en-Chartreuse	le-sappey-en-chartreuse	Le Sappey-en-Chartreuse		FR	84	38	381	38471	1113	Europe/Paris
6455955	La Sône	la-sone	La-Son,la song,Ла-Сон,拉松		FR	84	38	381	38495	581	Europe/Paris
6455956	La Terrasse	la-terrasse			FR	84	38	381	38503	2554	Europe/Paris
6455957	La Tour-du-Pin	la-tour-du-pin	La Tour de Pin,La Tour-du-Pin,La-Tur-dju-Pen,Tour-du-Pin,la tu di pan,Ла-Тур-дю-Пен,ラ・トゥール＝デュ＝パン,拉图迪潘		FR	84	38	382	38509	8023	Europe/Paris
6455958	Le Touvet	le-touvet	Le Touvet		FR	84	38	381	38511	3256	Europe/Paris
6455959	La Tronche	la-tronche	La Tronche		FR	84	38	381	38516	6644	Europe/Paris
6455960	La Verpillière	la-verpilliere			FR	84	38	382	38537	7104	Europe/Paris
6455961	Le Versoud	le-versoud	Le Versoud		FR	84	38	381	38538	4797	Europe/Paris
6455962	La Charme	la-charme			FR	27	39	392	39110	69	Europe/Paris
6455963	La Chassagne	la-chassagne	Chassagne,La Chassagne,La-Shassan',Shasan,la sha sa ni,la shasagny,Ла-Шассань,Шасањ,لا شاساگنی,拉沙萨尼		FR	27	39	392	39112	123	Europe/Paris
6455964	La Châtelaine	la-chatelaine	La Chatelaine,La Châtelaine,La-Shatelen,la sha tai lan,Ла-Шателен,لا شاٹیلاینی,拉沙泰兰		FR	27	39	391	39116	134	Europe/Paris
6455965	La Chaumusse	la-chaumusse	Chaumusse,La Chaumusse,La-Shomjuss,Shomis,la shao mi si,la shwmwsy,Ла-Шомюсс,Шомис,لا شوموسی,拉绍米斯		FR	27	39	393	39126	407	Europe/Paris
6455966	La Chaux-du-Dombief	la-chaux-du-dombief	La Chaux-du-Dombief		FR	27	39	393	39131	530	Europe/Paris
6455967	La Chaux-en-Bresse	la-chaux-en-bresse	Chaux-en-Bresse,La Chaux-en-Bresse,La-Sho-an-Bress,Sho an Bres,bu lei si de qu la shao,la sha-ayn-brysy,Ла-Шо-ан-Бресс,Шо ан Брес,لا شا-این-بریسی,布雷斯地区拉绍		FR	27	39	392	39132	37	Europe/Paris
6455968	Les Crozets	les-crozets	Crozets,Kroze,Le-Kroze,lai si ke luo ze te,Крозе,Ле-Крозе,莱斯克罗泽特		FR	27	39	393	39184	202	Europe/Paris
6455969	Le Deschaux	le-deschaux	Deschaux,Desho,Le Deschaux,Le-Desho,lei dai si shao,Дешо,Ле-Дешо,勒代斯绍		FR	27	39	391	39193	1022	Europe/Paris
6455970	Les Deux-Fays	les-deux-fays	De Fe,Deux-Fays,Le-De-Fe,Les Deux-Fays,lai si de fei,Де Фе,Ле-Де-Фе,莱斯德费		FR	27	39	392	39196	101	Europe/Paris
6455971	Les Essards-Taignevaux	les-essards-taignevaux	Les Essards-Taignevaux		FR	27	39	391	39211	262	Europe/Paris
6455972	La Ferté	la-ferte	La Ferte,La Ferté,La-Ferte,la fu er tai,Ла-Ферте,لا فیرتے، جورا,拉弗尔泰		FR	27	39	391	39223	193	Europe/Paris
6455973	Le Fied	le-fied	Le Fied		FR	27	39	391	39225	204	Europe/Paris
6455974	La Frasnée	la-frasnee	Frane,Frasnee,Frasnée,La Frasnee,La Frasnée,La-Frane,la frasny,la fu la si nei ai,Ла-Фране,Фране,لا فراسنی,拉夫拉斯内埃		FR	27	39	392	39239	38	Europe/Paris
6455979	La Latette	la-latette	La Latette		FR	27	39	392	39282	70	Europe/Paris
6455980	La Loye	la-loye	La Loye,La-Lua,la lu wa ai,la lwy,Ла-Луа,لا لوی,拉卢瓦埃		FR	27	39	391	39305	549	Europe/Paris
6455981	La Marre	la-marre	La-Marr,la ma er,la mary,Ла-Марр,لا ماری,拉马尔		FR	27	39	392	39317	331	Europe/Paris
6455983	Les Moussières	les-moussieres	Le-Mus'er,Les Moussieres,Les Moussières,lai si mu xi ai,Ле-Мусьєр,莱斯穆西埃		FR	27	39	393	39373	171	Europe/Paris
6455984	Le Pasquier	le-pasquier	Le Pasquier,Le-Paske,l paskyh,lei pa si qu ye,Ле-Паскє,ل پاسکیه,勒帕斯屈耶		FR	27	39	392	39406	256	Europe/Paris
6455985	La Pesse	la-pesse	La Pesse,La-Pess,la pei si,Ла-Песс,لا پیسے,拉佩斯		FR	27	39	393	39413	349	Europe/Paris
6455988	Le Pin	le-pin	Le Pin,Le-Pen,lei pan,Ле-Пен,勒潘		FR	27	39	392	39421	242	Europe/Paris
6455989	Les Planches-en-Montagne	les-planches-en-montagne	Le-Plansh-an-Montan',Les Planches-en-Montagne,meng ta ni de qu lai si pu lang xie,Ле-Планш-ан-Монтань,蒙塔尼地区莱斯普朗谢		FR	27	39	392	39424	165	Europe/Paris
6455990	Les Planches-près-Arbois	les-planches-pres-arbois	Le-Plansh-pre-Arbua,lai si pu lang xie pu lei a er bu wa,Ле-Планш-пре-Арбуа,莱斯普朗谢普雷阿尔布瓦		FR	27	39	391	39425	100	Europe/Paris
6455991	Les Repôts	les-repots	Les Repots,Les Repôts		FR	27	39	392	39457	54	Europe/Paris
6455992	La Rixouse	la-rixouse	La Rixouse,La-Riksuz,la li ke su si,la rykswsy,Ла-Риксуз,لا ریکسوسی,拉里克苏斯		FR	27	39	393	39460	191	Europe/Paris
6455993	Les Rousses	les-rousses	Les Rousses		FR	27	39	393	39470	3544	Europe/Paris
6455994	La Tour-du-Meix	la-tour-du-meix			FR	27	39	392	39534	231	Europe/Paris
6455995	Le Vaudioux	le-vaudioux	Le Vaudioux,Le-Vodiu,lei wo di wu,Ле-Водіу,勒沃迪乌		FR	27	39	392	39545	176	Europe/Paris
6455996	Le Vernois	le-vernois			FR	27	39	392	39553	316	Europe/Paris
6455997	La Vieille-Loye	la-vieille-loye	La Vieille-Loye,La-Vej-Lua,la wei ye yi er lu wa ai,la wyyly-lwy,Ла-Вєй-Луа,لا وییلی-لوی,拉维耶伊尔卢瓦埃		FR	27	39	391	39559	408	Europe/Paris
6455998	Le Villey	le-villey	Le Villey		FR	27	39	392	39575	88	Europe/Paris
6455999	Le Sen	le-sen	Le Sen		FR	75	40	402	40297	219	Europe/Paris
6456000	Le Vignau	le-vignau	Le Vignau		FR	75	40	402	40329	498	Europe/Paris
6456001	La Madeleine-Villefrouin	la-madeleine-villefrouin	La Madeleine-Villefrouin		FR	24	41	411	41121	30	Europe/Paris
6456002	La Marolle-en-Sologne	la-marolle-en-sologne	La-Marol'-an-Solon',la marwly-ayn-swlwgny,suo luo ni de qu la ma luo er,Ла-Мароль-ан-Солонь,لا مارولی-این-سولوگنی,索洛尼地区拉马罗尔		FR	24	41	413	41127	366	Europe/Paris
6456003	Les Montils	les-montils			FR	24	41	411	41147	1968	Europe/Paris
6456004	Le Plessis-Dorin	le-plessis-dorin	Le Plessis-Dorin		FR	24	41	412	41177	170	Europe/Paris
6456005	Le Plessis-l'Échelle	le-plessis-l-echelle	Le Plessis-l'Echelle,Le Plessis-l'Échelle		FR	24	41	411	41178	73	Europe/Paris
6456006	Les Roches-l'Évêque	les-roches-l-eveque	Les Roches-l'Eveque,Les Roches-l'Évêque		FR	24	41	412	41192	279	Europe/Paris
6456007	La Ville-aux-Clercs	la-ville-aux-clercs	La Ville-aux-Clercs		FR	24	41	412	41275	1286	Europe/Paris
6456008	La Gimond	la-gimond	La Gimond		FR	84	42	421	42100	280	Europe/Paris
6456009	La Gresle	la-gresle	La Gresle		FR	84	42	422	42104	833	Europe/Paris
6456010	La Pacaudière	la-pacaudiere	La Pacaudiere,La Pacaudière,La-Pakod'er,la pa ke di ai,Ла-Пакодьєр,لا پکاؤدیرے,拉帕科迪埃		FR	84	42	422	42163	1050	Europe/Paris
6456011	La Ricamarie	la-ricamarie			FR	84	42	423	42183	7923	Europe/Paris
6456012	La Talaudière	la-talaudiere	La Talaudiere,La Talaudière		FR	84	42	423	42305	6734	Europe/Paris
6456013	La Terrasse-sur-Dorlay	la-terrasse-sur-dorlay	La Terrasse-sur-Dorlay,La-Terrass-sjur-Dorle,duo er lai he pan la tai er la si,Ла-Террасс-сюр-Дорле,لا ٹیراسی-سور-ڈورلائے,多尔莱河畔拉泰尔拉斯		FR	84	42	423	42308	783	Europe/Paris
6456014	La Tour-en-Jarez	la-tour-en-jarez	La Tour-en-Jarez,La-Tur-an-Zhare,ya lei de qu la tu,Ла-Тур-ан-Жаре,لا ٹور-این-جاریز,雅雷地区拉图		FR	84	42	423	42311	1470	Europe/Paris
6456015	La Versanne	la-versanne	La Versanne		FR	84	42	423	42329	369	Europe/Paris
6456016	Le Mas-de-Tence	le-mas-de-tence			FR	84	43	433	43129	177	Europe/Paris
6456017	Le Pertuis	le-pertuis			FR	84	43	432	43150	448	Europe/Paris
6456018	Le Puy-en-Velay	le-puy-en-velay	Le Puy-en-Velay		FR	84	43	432	43157	19115	Europe/Paris
6456019	La Séauve-sur-Semène	la-seauve-sur-semene	La Seauve-sur-Semene,La Seuva de Semena,La Séauve-sur-Semène,La-Seov-sjur-Semen,Seauve-sur-Semene,Séauve-sur-Semène,sai mei en he pan la sai ao fu,Ла-Сеов-сюр-Семен,塞梅恩河畔拉塞奥夫		FR	84	43	433	43236	1466	Europe/Paris
6456020	Les Villettes	les-villettes	Les Villettes		FR	84	43	433	43265	1401	Europe/Paris
6456021	La Montagne	la-montagne	Ar Menez,La-Montan',la meng ta ni,Ла-Монтань,لا مونٹاگنی، لوئیر-اتلانتیک,拉蒙塔尼		FR	52	44	442	44101	6215	Europe/Paris
6456022	Le Pallet	le-pallet	Le Pallet		FR	52	44	442	44117	3236	Europe/Paris
6456023	Le Pellerin	le-pellerin	Le Pellerin		FR	52	44	442	44120	5050	Europe/Paris
6456024	La Plaine-sur-Mer	la-plaine-sur-mer			FR	52	44	443	44126	4164	Europe/Paris
6456025	La Planche	la-planche	La Planche		FR	52	44	442	44127	2610	Europe/Paris
6456026	Le Pouliguen	le-pouliguen	Le Pouliguen		FR	52	44	443	44135	4410	Europe/Paris
6456027	La Regrippière	la-regrippiere	La Regrippiere,La Regrippière,La-Regripper,Skouvlant,la lei ge li pi ai,la rygrypyry,Ла-Регриппєр,لا ریگریپیری,拉雷格里皮埃		FR	52	44	442	44140	1525	Europe/Paris
6456028	La Remaudière	la-remaudiere	La Remaudiere,La Remaudière		FR	52	44	442	44141	1284	Europe/Paris
6456030	Les Sorinières	les-sorinieres	Les Sorinieres,Les Sorinières		FR	52	44	442	44198	8216	Europe/Paris
6456031	Le Temple-de-Bretagne	le-temple-de-bretagne	Le Temple-de-Bretagne		FR	52	44	442	44203	1928	Europe/Paris
6456032	La Chevallerais	la-chevallerais	La Chevallerais		FR	52	44	445	44221	1556	Europe/Paris
6456033	La Roche-Blanche	la-roche-blanche	Ar Roch-Wenn,La Roche-Blanche,La-Rosh-Blansh,la luo shen bu lang shen,Ла-Рош-Бланш,لا روشے-بلانشے، لوئر-اتلانتیک,拉罗什布朗什		FR	52	44	445	44222	1187	Europe/Paris
6456034	La Grigonnais	la-grigonnais	La Grigonnais		FR	52	44	445	44224	1657	Europe/Paris
6456035	La Cour-Marigny	la-cour-marigny	La Cour-Marigny		FR	24	45	451	45112	344	Europe/Paris
6456036	La Ferté-Saint-Aubin	la-ferte-saint-aubin	La Ferte-Saint-Aubin,La Ferté-Saint-Aubin		FR	24	45	452	45146	7393	Europe/Paris
6456037	La Neuville-sur-Essonne	la-neuville-sur-essonne	La Neuville-sur-Essonne		FR	24	45	453	45225	401	Europe/Paris
6456038	La Selle-en-Hermoy	la-selle-en-hermoy	La Selle-en-Hermoy		FR	24	45	451	45306	827	Europe/Paris
6456039	La Selle-sur-le-Bied	la-selle-sur-le-bied	La Selle-sur-le-Bied		FR	24	45	451	45307	1031	Europe/Paris
6456040	Les Junies	les-junies	Las Joanias,Las Joaniás,Le-Zhuni,Les Junies,lai si rui nie,Ле-Жуні,莱斯瑞涅		FR	76	46	461	46134	267	Europe/Paris
6456041	Le Montat	le-montat	Le Montat		FR	76	46	461	46197	1040	Europe/Paris
6456042	Le Roc	le-roc	Le Roc		FR	76	46	463	46239	216	Europe/Paris
6456043	Le Vigan	le-vigan	Le Vigan,Le-Vigan,Lo Vigan,lei wei gang,Ле-Віган,勒维冈		FR	76	46	463	46334	1579	Europe/Paris
6456044	Le Mas-d'Agenais	le-mas-d-agenais	Le Mas-d'Agenais		FR	75	47	472	47159	1495	Europe/Paris
6456045	La Sauvetat-de-Savères	la-sauvetat-de-saveres	La Sauvetat de Pueg-redon,La Sauvetat de Puèg-redon,La Sauvetat de Savera,La Sauvetat de Savèra,La Sauvetat-de-Saveres,La Sauvetat-de-Savères,La-Sovta-de-Saver,la suo wei ta de sa wei lei,Ла-Совта-де-Савер,لا سوویٹاٹ-دے-ساویریس,拉索韦塔德萨韦雷		FR	75	47	471	47289	539	Europe/Paris
6456046	La Sauvetat-du-Dropt	la-sauvetat-du-dropt	La Sauvetat de Drot,La Sauvetat de Dròt,La Sauvetat de Miramont,La Sauvetat-du-Dropt,La-Sovta-dju-Dro,la suo wei ta di de luo pu,Ла-Совта-дю-Дро,لا سوویٹاٹ-دو-ڈروپٹ,拉索韦塔迪德罗普		FR	75	47	472	47290	539	Europe/Paris
6456047	La Sauvetat-sur-Lède	la-sauvetat-sur-lede	La Sauvetat-sur-Lede,La Sauvetat-sur-Lède		FR	75	47	473	47291	649	Europe/Paris
6456048	Le Temple-sur-Lot	le-temple-sur-lot	Le Temple-sur-Lot,Le-Tampl'-sjur-Lot,Lo Temple,Lo Temple dOlt,Lo Temple dÒlt,luo te he pan lei tang pu er,Ле-Тампль-сюр-Лот,ル・タンプル＝シュル＝ロット,洛特河畔勒唐普尔		FR	75	47	473	47306	1016	Europe/Paris
6456049	La Panouse	la-panouse	La Panouse		FR	76	48	482	48108	79	Europe/Paris
6456050	Le Pompidou	le-pompidou	Le Pompidou,Le-Pompidu,Lo Pompidor,l pmpydw,lei peng pi du,Ле-Помпиду,Ле-Помпіду,ل پمپیدو,勒蓬皮杜		FR	76	48	481	48115	161	Europe/Paris
6456051	Pont de Montvert - Sud Mont Lozère	pont-de-montvert-sud-mont-lozere	Le-Pon-de-Monver,Lo Pont de Montverd,Lo Pònt de Montverd,Lo Pònt de Montvèrd,lei peng de meng te wei er,Ле-Пон-де-Монвер,ル・ポン＝ド＝モンヴェール,勒蓬德蒙特韦尔		FR	76	48	481	48116	594	Europe/Paris
6456053	Les Salelles	les-salelles	Les Salelles		FR	76	48	482	48185	166	Europe/Paris
6456055	La Tieule	la-tieule			FR	76	48	482	48191	90	Europe/Paris
6456059	Le Coudray-Macouard	le-coudray-macouard	Le Coudray-Macouard,Le-Kudre-Makuar,lei ku de lai ma ku a er,Ле-Кудре-Макуар,勒库德赖马库阿尔		FR	52	49	493	49112	917	Europe/Paris
6456066	La Jaille-Yvon	la-jaille-yvon	La Jaille-Yvon		FR	52	49	494	49161	320	Europe/Paris
6456069	La Lande-Chasles	la-lande-chasles	La Lande-Chasles		FR	52	49	493	49171	122	Europe/Paris
6456070	Le Lion-d'Angers	le-lion-d-angers	Le Lion-d'Angers		FR	52	49	494	49176	4870	Europe/Paris
6456071	Val d'Erdre-Auxence	val-d-erdre-auxence	Val d'Erdre-Auxence		FR	52	49	494	49183	4856	Europe/Paris
6456073	Le May-sur-Èvre	le-may-sur-evre			FR	52	49	492	49193	3822	Europe/Paris
6456075	Longuenée-en-Anjou	longuenee-en-anjou			FR	52	49	491	49200	6351	Europe/Paris
6456078	La Plaine	la-plaine			FR	52	49	492	49240	1031	Europe/Paris
6456079	Le Plessis-Grammoire	le-plessis-grammoire	Le Plessis-Grammoire		FR	52	49	491	49241	2326	Europe/Paris
6456081	Mauges-sur-Loire	mauges-sur-loire	La Pommeray,La-Pommre,Mauges-sur-Loire,la bo mo lai ai,Ла-Поммре,لا پومیرائے، مینے-اے-لوئیر,ラ・ポムレー,拉波默赖埃		FR	52	49	492	49244	18366	Europe/Paris
6456082	Les Ponts-de-Cé	les-ponts-de-ce	Les Ponts-de-Ce,Les Ponts-de-Cé		FR	52	49	491	49246	12708	Europe/Paris
6456083	La Possonnière	la-possonniere	La Possonniere,La Possonnière		FR	52	49	491	49247	2429	Europe/Paris
6456087	Les Rairies	les-rairies	Le-Reri,lai si lai li ye,Ле-Рері,莱斯赖里耶		FR	52	49	491	49257	1006	Europe/Paris
6456091	La Séguinière	la-seguiniere			FR	52	49	492	49332	4092	Europe/Paris
6456095	Les Ulmes	les-ulmes	Lez-Jul'm,lai xu er mei,Лез-Юльм,莱叙尔梅		FR	52	49	493	49359	581	Europe/Paris
6456100	La Chapelle-Cécelin	la-chapelle-cecelin	Chapelle-Cecelin,Chapelle-Cécelin,La Chapelle-Ccelin,La Chapelle-Cecelin,La Chapelle-Cécelin,La-Shapel'-Seselen,Shapel Seselen,la sha pei lei sai se lan,la shapyl-kysylyn,Ла-Шапель-Сеселен,Шапел Сеселен,لا شاپیل-کیسیلین,拉沙佩勒塞瑟兰		FR	28	50	501	50121	243	Europe/Paris
6456102	La Chapelle-Urée	la-chapelle-uree	Chapelle-Uree,Chapelle-Urée,La Chapelle-Ure,La-Shapel'-Jure,Shapel Ire,la sha pei lei yu lei ai,la shapyl-ary,Ла-Шапель-Юре,Шапел Ире,لا شاپیل-اری,拉沙佩勒于雷埃		FR	28	50	501	50124	152	Europe/Paris
6456105	La Colombe	la-colombe	Colombe,Kolomb,La Colombe,La-Kolomb,la ke long bu,la kwlwmby  manshy,Коломб,Ла-Коломб,لا کولومبی، مانشی,拉科隆布		FR	28	50	504	50137	626	Europe/Paris
6456106	Les Cresnays	les-cresnays	Cresnays,Krene,Le-Krene,Les Cresnays,lai si ke lei si nai,Крене,Ле-Крене,莱斯克雷斯奈		FR	28	50	501	50152	232	Europe/Paris
6456108	Le Dézert	le-dezert	Dezert,Dézert,Le Dezert,Le Dézert,Le-Dezer,lei dai ze er,Ле-Дезер,勒代泽尔		FR	28	50	504	50161	586	Europe/Paris
6456109	La Feuillie	la-feuillie	La Feuillie,La-Fei,la fu yi li ye,la fywyly  manshy,Ла-Феи,Ла-Феї,لا فیویلی، مانشی,拉弗伊利耶		FR	28	50	503	50182	270	Europe/Paris
6456110	Le Fresne-Poret	le-fresne-poret			FR	28	50	501	50193	214	Europe/Paris
6456112	La Godefroy	la-godefroy	Godefroy,La Godefroy,La-Godfrua,la ge dai fu lu wa,la gwdyfrwy,Ла-Годфруа,لا گودیفروی,拉戈代夫鲁瓦		FR	28	50	501	50205	271	Europe/Paris
6456114	Le Grand-Celland	le-grand-celland	Grand-Celland,Le Grand-Celland,Le-Gran-Sellan,lei ge lang se lang,Ле-Гран-Селлан,勒格朗瑟朗		FR	28	50	501	50217	579	Europe/Paris
6456115	Le Guislain	le-guislain	Le Guislain		FR	28	50	504	50225	132	Europe/Paris
6456116	La Haye-d'Ectot	la-haye-d-ectot	La Haye-d'Ectot		FR	28	50	502	50235	247	Europe/Paris
6456117	La Haye	la-haye	E di Pit,La Haye,La-E-dju-Pjui,la ai ai di pi yi te,Е ди Пит,Ла-Е-дю-Пюи,Ла-Е-дю-Пюї,拉艾埃迪皮伊特		FR	28	50	503	50236	4020	Europe/Paris
6456118	La Haye-Pesnel	la-haye-pesnel	La Haye-Pesnel		FR	28	50	501	50237	1366	Europe/Paris
6456120	La Lande-d'Airou	la-lande-d-airou	La Lande-d'Airou		FR	28	50	504	50262	514	Europe/Paris
6456121	Les Loges-sur-Brécey	les-loges-sur-brecey	Les Loges-sur-Brecey,Les Loges-sur-Brécey		FR	28	50	501	50275	139	Europe/Paris
6456122	Le Loreur	le-loreur	Le Loreur,Le-Lorer,Loreur,lei luo lei,Ле-Лорер,勒洛勒		FR	28	50	501	50278	278	Europe/Paris
6456123	Le Lorey	le-lorey	Le Lorey,Le-Lore,Lorey,lei luo lei,Ле-Лоре,勒洛雷		FR	28	50	504	50279	609	Europe/Paris
6456124	La Lucerne-d'Outremer	la-lucerne-d-outremer			FR	28	50	501	50281	809	Europe/Paris
6456125	Le Luot	le-luot	Le Luot		FR	28	50	501	50282	265	Europe/Paris
6456126	La Luzerne	la-luzerne			FR	28	50	504	50283	77	Europe/Paris
6456128	La Meauffe	la-meauffe	La Meauffe		FR	28	50	504	50297	1055	Europe/Paris
6456129	Le Mesnil-Adelée	le-mesnil-adelee			FR	28	50	501	50300	171	Europe/Paris
6456131	Le Mesnil-Amey	le-mesnil-amey	Le Mesnil-Amey		FR	28	50	504	50302	272	Europe/Paris
6456133	Le Mesnil-Aubert	le-mesnil-aubert			FR	28	50	501	50304	183	Europe/Paris
6456134	Le Mesnil-au-Val	le-mesnil-au-val	Le Mesnil-au-Val		FR	28	50	502	50305	728	Europe/Paris
6456136	Le Mesnil-Eury	le-mesnil-eury	Le-Meni-Eri,Mesnil-Eury,lei mei si ni e li,Ле-Мени-Ери,Ле-Мені-Ері,勒梅斯尼厄里		FR	28	50	504	50310	176	Europe/Paris
6456137	Le Mesnil-Garnier	le-mesnil-garnier	Le Mesnil-Garnier,Le-Meni-Garn'e,Mesnil-Garnier,lei mei si ni jia er nie,Ле-Мени-Гарнье,Ле-Мені-Гарньє,勒梅斯尼加尔涅		FR	28	50	503	50311	230	Europe/Paris
6456138	Le Mesnil-Gilbert	le-mesnil-gilbert	Le Mesnil-Gilbert		FR	28	50	501	50312	139	Europe/Paris
6456140	Le Mesnillard	le-mesnillard	Le-Menijar,lei mei si ni la er,Ле-Менияр,Ле-Меніяр,勒梅斯尼拉尔		FR	28	50	501	50315	271	Europe/Paris
6456142	Le Mesnil-Ozenne	le-mesnil-ozenne	Le Mesnil-Ozenne,Le-Meni-Ozenn,Mesnil-Ozenne,lei mei si ni ao cang,Ле-Мени-Озенн,Ле-Мені-Озенн,勒梅斯尼奥藏		FR	28	50	501	50317	264	Europe/Paris
6456146	Le Mesnil-Rouxelin	le-mesnil-rouxelin	Le Mesnil-Rouxelin		FR	28	50	504	50321	515	Europe/Paris
6456148	Le Mesnil-Véneron	le-mesnil-veneron	Le Mesnil-Veneron,Le Mesnil-Véneron,Le-Meni-Veneron,lei mei si ni wei na long,Ле-Мени-Венерон,Ле-Мені-Венерон,勒梅斯尼韦纳龙		FR	28	50	504	50324	129	Europe/Paris
6456150	Le Mesnil-Villeman	le-mesnil-villeman	Le Mesnil-Villeman,Le-Meni-Vil'man,lei mei si ni wei lai mang,Ле-Мени-Вильман,Ле-Мені-Вільман,勒梅斯尼维莱芒		FR	28	50	503	50326	237	Europe/Paris
6456151	La Meurdraquière	la-meurdraquiere	La Meurdraquiere,La Meurdraquire,La Meurdraquière,La-Merdrak'er,La-Merdraker,la mo er de la ji ai,Ла-Мердракьер,Ла-Мердракєр,لا میورڈراکویرے,拉默尔德拉基埃		FR	28	50	501	50327	169	Europe/Paris
6456152	Les Moitiers-d'Allonne	les-moitiers-d-allonne	Les Moitiers-d'Allonne		FR	28	50	502	50332	675	Europe/Paris
6456154	La Mouche	la-mouche	La Mouche		FR	28	50	501	50361	245	Europe/Paris
6456155	Le Neufbourg	le-neufbourg	Le Neufbourg,Le-Nefbur,Neufbourg,lei na fu bu er,Ле-Нефбур,勒纳夫布尔		FR	28	50	501	50371	418	Europe/Paris
6456156	La Pernelle	la-pernelle	La-Pernel',la pei er nei er,la pyrnyl,Ла-Пернель,لا پیرنیل,拉佩尔内尔		FR	28	50	502	50395	254	Europe/Paris
6456158	Le Perron	le-perron	Le Perron,Le-Perron,Perron,lei pei er long,Ле-Перрон,勒佩尔龙		FR	28	50	504	50398	211	Europe/Paris
6456159	Le Petit-Celland	le-petit-celland	Le Petit-Celland		FR	28	50	501	50399	199	Europe/Paris
6456160	Les Pieux	les-pieux	Le-P'e,Le-Pe,Les Pieux,Pieux,lai si pi e,Ле-Пье,Ле-Пє,莱斯皮厄		FR	28	50	502	50402	3225	Europe/Paris
6456163	Le Teilleul	le-teilleul			FR	28	50	501	50591	1715	Europe/Paris
6456164	La Trinité	la-trinite	La Trinit,La Trinite,La Trinité,La-Trinite,la te li ni tai,Ла-Трините,Ла-Триніте,لا ترینیتے، مانشے,拉特里尼泰		FR	28	50	504	50607	397	Europe/Paris
6456165	Le Val-Saint-Père	le-val-saint-pere	Le Val-Saint-Pere,Le Val-Saint-Pre,Le Val-Saint-Père,Le-Val'-Sen-Per,Val-Saint-Pere,Val-Saint-Père,lei wa sheng pei er,Ле-Валь-Сен-Пер,勒瓦圣佩尔		FR	28	50	501	50616	2028	Europe/Paris
6456166	Le Vast	le-vast	Le Vast		FR	28	50	502	50619	320	Europe/Paris
6456167	La Vendelée	la-vendelee	La Vendelee,La Vendelée,La-Vandele,Vendelee,Vendelée,la wang dai lai ai,Ла-Ванделе,لا وینڈیلی,拉旺代莱埃		FR	28	50	503	50624	457	Europe/Paris
6456168	Le Vicel	le-vicel	Le-Visel',Vicel,lei wei sai,Ле-Висель,Ле-Вісель,勒维塞		FR	28	50	502	50633	126	Europe/Paris
6456170	La Caure	la-caure			FR	44	51	512	51100	99	Europe/Paris
6456171	La Celle-sous-Chantemerle	la-celle-sous-chantemerle	La Celle-sous-Chantemerle		FR	44	51	512	51103	145	Europe/Paris
6456172	La Chapelle-Felcourt	la-chapelle-felcourt	La Chapelle-Felcourt		FR	44	51	511	51126	51	Europe/Paris
6456173	La Chapelle-Lasson	la-chapelle-lasson	Chapelle-Lasson,La Chapelle-Lasson,La-Shapel'-Lasson,Shapel Lason,la sha pei lei la song,la shapyl-laswn,Ла-Шапель-Лассон,Шапел Ласон,لا شاپیل-لاسون,拉沙佩勒拉松		FR	44	51	512	51127	85	Europe/Paris
6456174	La Chapelle-sous-Orbais	la-chapelle-sous-orbais	Chapelle-sous-Orbais,La Chapelle-sous-Orbais,La-Shapel'-su-Orbe,Shapel suz Orbe,la sha pei lei su ao er bai,Ла-Шапель-су-Орбе,Шапел суз Орбе,لا شاپیل-سوس-اوبائے,拉沙佩勒苏奥尔拜		FR	44	51	512	51128	54	Europe/Paris
6456175	Les Charmontois	les-charmontois	Charmontois,Le-Sharmontua,Les Charmontois,Sharmontoa,lai si sha er meng tu wa,Ле-Шармонтуа,Шармонтоа,莱斯沙尔蒙图瓦		FR	44	51	511	51132	119	Europe/Paris
6456176	La Chaussée-sur-Marne	la-chaussee-sur-marne	Chaussee-sur-Marne,Chaussée-sur-Marne,La Chaussee-sur-Marne,La Chaussée-sur-Marne,La-Shosse-sjur-Marn,Shose na Marni,la shwsy-swr-marny,ma en he pan la shao sai ai,Ла-Шоссе-сюр-Марн,Шосе на Марни,لا شوسی-سور-مارنی,马恩河畔拉绍塞埃		FR	44	51	514	51141	796	Europe/Paris
6456177	Le Chemin	le-chemin	Le Chemin		FR	44	51	511	51143	52	Europe/Paris
6456178	La Cheppe	la-cheppe	La Cheppe		FR	44	51	511	51147	334	Europe/Paris
6456179	La Croix-en-Champagne	la-croix-en-champagne	La Croix-en-Champagne		FR	44	51	511	51197	78	Europe/Paris
6456180	Les Essarts-lès-Sézanne	les-essarts-les-sezanne	Esart le Sezan,Essarts-les-Sezanne,Essarts-lès-Sézanne,Les Essarts-les-Sezanne,Les Essarts-lès-Sézanne,Lez-Essar-le-Sezann,lai se sa er te lai sai cang,Есарт ле Сезан,Лез-Ессар-ле-Сезанн,莱瑟萨尔特莱塞藏		FR	44	51	512	51235	259	Europe/Paris
6456181	Les Essarts-le-Vicomte	les-essarts-le-vicomte	Esart le Vikont,Essarts-le-Vicomte,Les Essarts-le-Vicomte,Lez-Essar-le-Vikont,lai se sa er te lai wei kong te,Есарт ле Виконт,Лез-Ессар-ле-Віконт,莱瑟萨尔特莱维孔特		FR	44	51	512	51236	142	Europe/Paris
6456182	La Forestière	la-forestiere	Forestiere,Forestière,Forestjer,La Forestiere,La Forestière,La-Forest'er,la fu lei si di ai,Ла-Форестьєр,Форестјер,لا فوریسٹیری,拉福雷斯蒂埃		FR	44	51	512	51258	222	Europe/Paris
6456183	Le Fresne	le-fresne	Le Fresne		FR	44	51	511	51260	75	Europe/Paris
6456184	Les Grandes-Loges	les-grandes-loges	Les Grandes-Loges		FR	44	51	511	51278	272	Europe/Paris
6456185	Les Istres-et-Bury	les-istres-et-bury	Les Istres-et-Bury		FR	44	51	512	51302	98	Europe/Paris
6456186	Le Meix-Tiercelin	le-meix-tiercelin	Le Meix-Tiercelin		FR	44	51	514	51361	179	Europe/Paris
6456187	Les Mesneux	les-mesneux			FR	44	51	513	51365	852	Europe/Paris
6456188	Le Mesnil-sur-Oger	le-mesnil-sur-oger			FR	44	51	512	51367	1116	Europe/Paris
6456189	La Neuville-aux-Bois	la-neuville-aux-bois	La Neuville-aux-Bois		FR	44	51	511	51397	148	Europe/Paris
6456190	La Neuville-aux-Larris	la-neuville-aux-larris	La Neuville-aux-Larris		FR	44	51	512	51398	162	Europe/Paris
6456191	La Neuville-au-Pont	la-neuville-au-pont			FR	44	51	511	51399	549	Europe/Paris
6456192	Les Petites-Loges	les-petites-loges	Les Petites-Loges		FR	44	51	513	51428	490	Europe/Paris
6456193	Les Rivières-Henruel	les-rivieres-henruel	Les Rivieres-Henruel,Les Rivières-Henruel		FR	44	51	514	51463	178	Europe/Paris
6456194	Le Thoult-Trosnay	le-thoult-trosnay	Le Thoult-Trosnay,Le-Tu-Trone,lei tu er te luo si nai,Ле-Ту-Троне,勒图尔特罗斯奈		FR	44	51	512	51570	101	Europe/Paris
6456195	La Veuve	la-veuve	La Veuve		FR	44	51	511	51617	620	Europe/Paris
6456196	Le Vézier	le-vezier	Le Vezier,Le Vézier		FR	44	51	512	51618	193	Europe/Paris
6456197	Le Vieil-Dampierre	le-vieil-dampierre	Le Vieil-Dampierre,Le-Vej-Damperr,lei wei ye yi dang pi ye er,Ле-Вєй-Дампєрр,勒维耶伊当皮耶尔		FR	44	51	511	51619	119	Europe/Paris
6456198	La Villeneuve-lès-Charleville	la-villeneuve-les-charleville	La Villeneuve-les-Charleville,La Villeneuve-lès-Charleville,La-Vil'nev-le-Sharlevil',la wei lei na fu lai sha er lei wei er,Ла-Вільнев-ле-Шарлевіль,لا ولے نیووے-لے-چارلیویل,拉维勒纳夫莱沙尔勒维尔		FR	44	51	512	51626	114	Europe/Paris
6456199	La Ville-sous-Orbais	la-ville-sous-orbais	La Ville-sous-Orbais		FR	44	51	512	51639	52	Europe/Paris
6456200	La Genevroye	la-genevroye	La Genevroye		FR	44	52	521	52214	31	Europe/Paris
6456201	Les Loges	les-loges	Les Loges		FR	44	52	522	52290	137	Europe/Paris
6456202	Le Pailly	le-pailly	Le Pailly		FR	44	52	522	52374	285	Europe/Paris
6456203	La Haie-Traversaine	la-haie-traversaine	La Haie-Traversaine,La-E-Traversen,la ai ai te la wei er sang,Ла-Е-Траверсен,لا ہائے-ٹراویرساینی,拉艾埃特拉韦尔桑		FR	52	53	533	53111	479	Europe/Paris
6456204	Le Ham	le-ham	Le Ham,Le-Am,lei ang,Ле-Ам,勒昂		FR	52	53	533	53112	398	Europe/Paris
6456205	Le Horps	le-horps	Le Horps,Le-Or,lei ao er pu,Ле-Ор,勒奥尔普		FR	52	53	533	53116	756	Europe/Paris
6456206	La Pallu	la-pallu	La Pallu		FR	52	53	533	53173	199	Europe/Paris
6456207	Le Pas	le-pas			FR	52	53	533	53176	546	Europe/Paris
6456208	Le Ribay	le-ribay	Le Ribay,Le-Ribe,lei li bai,Ле-Рибе,勒里拜		FR	52	53	533	53190	458	Europe/Paris
6456209	La Roë	la-roe	La-Roe,la luo e,Ла-Рое,لا روئے,拉罗厄		FR	52	53	531	53191	244	Europe/Paris
6456210	La Selle-Craonnaise	la-selle-craonnaise	La Selle-Craonnaise		FR	52	53	531	53258	956	Europe/Paris
6456211	Le Claon	le-claon	Le Claon		FR	44	55	553	55116	60	Europe/Paris
6456212	Les Éparges	les-eparges	Les Eparges,Les Éparges		FR	44	55	553	55172	69	Europe/Paris
6456213	Les Islettes	les-islettes	Les Islettes,Lez-Ilett,lai xi si lai tai,Лез-Ілетт,Лез-Илетт,莱西斯莱泰		FR	44	55	553	55253	756	Europe/Paris
6456214	Les Monthairons	les-monthairons	Les Monthairons		FR	44	55	553	55347	390	Europe/Paris
6456215	Le Neufour	le-neufour			FR	44	55	553	55379	73	Europe/Paris
6456216	Les Paroches	les-paroches	Les Paroches		FR	44	55	552	55401	418	Europe/Paris
6456217	La Roche-Bernard	la-roche-bernard	La Roche-Bernard		FR	53	56	563	56195	685	Europe/Paris
6456218	Val d'Oust	val-d-oust	Le-Rok-Sent-Andre,Roc-Saint-Andre,Roc-Saint-André,Roz-Sant-Andrev,Val d'Oust,lei luo ke sheng ang de lei,Ле-Рок-Сент-Андре,勒罗克圣昂德雷		FR	53	56	562	56197	2678	Europe/Paris
6456219	Le Saint	le-saint	Le Saint		FR	53	56	562	56201	591	Europe/Paris
6456220	Le Sourn	le-sourn	Ar Sorn,Le Sourn,Le-Surn,Sourn,lei su er en,Ле-Сурн,勒苏尔恩		FR	53	56	562	56246	2112	Europe/Paris
6456221	Le Tour-du-Parc	le-tour-du-parc	Le Tour-du-Parc		FR	53	56	563	56252	1241	Europe/Paris
6456222	La Trinité-sur-Mer	la-trinite-sur-mer			FR	53	56	561	56258	1613	Europe/Paris
6456223	La Trinité-Surzur	la-trinite-surzur	An Drinded-Surzhur,La Trinite-Surzur,La Trinité-Surzur,La-Trinite-Sjurzjur,Trinite-Surzur,Trinité-Surzur,la te li ni tai xu er ju,Ла-Трините-Сюрзюр,Ла-Триніте-Сюрзюр,لا ترینیتے-سورزور,拉特里尼泰叙尔聚		FR	53	56	563	56259	1563	Europe/Paris
6456224	La Vraie-Croix	la-vraie-croix	La Vraie-Croix		FR	53	56	563	56261	1454	Europe/Paris
6456225	Les Étangs	les-etangs	Les Etangs,Les Étangs		FR	44	57	579	57200	400	Europe/Paris
6456226	Le Val-de-Guéblange	le-val-de-gueblange	Geblingen,Le-Val'-de-Geblanzh,lei wa de gai bu lang ge,Ле-Валь-де-Гебланж,勒瓦德盖布朗格		FR	44	57	576	57267	860	Europe/Paris
6456227	La Maxe	la-maxe	La Maxe,La-Maks,la ma ke si,la maksy,Ла-Макс,لا ماکسی,拉马克斯		FR	44	57	579	57452	881	Europe/Paris
6456431	Le Bois-Robert	le-bois-robert	Le Bois-Robert		FR	28	76	761	76112	344	Europe/Paris
6456228	La Fermeté	la-fermete	La Fermete,La Fermeté,La-Fermete,la fu er mei tai,Ла-Фермете,لا فیرمیٹی,拉弗尔梅泰		FR	27	58	583	58112	675	Europe/Paris
6456229	La Machine	la-machine	La Machine,La-Mashin,la ma shang,la mashyn,Ла-Машин,لا ماشین,拉马尚		FR	27	58	583	58151	3385	Europe/Paris
6456230	La Nocle-Maulaix	la-nocle-maulaix	La Nocle Maulaix,La Nocle-Maulaix,La-Nokl'-Mole,la nwkly-mwlayks,lang ao ke er mo lai,Ла-Нокль-Моле,لا نوکلی-مولایکس,朗奥克尔莫莱		FR	27	58	581	58195	280	Europe/Paris
6456231	Le Doulieu	le-doulieu	Le-Dul'e,Zoeterstee,Zoetestede,lei du e,Ле-Дулье,Ле-Дульє,勒杜略		FR	32	59	594	59180	1462	Europe/Paris
6456232	Le Favril	le-favril	Le Favril,Le-Favril',lei fa fu li lei,Ле-Фавриль,勒法夫里勒		FR	32	59	591	59223	516	Europe/Paris
6456233	La Gorgue	la-gorgue	La Gorgue		FR	32	59	594	59268	5673	Europe/Paris
6456234	La Groise	la-groise	La Groise,La-Gruaz,la ge lu wa si,Ла-Груаз,拉格鲁瓦斯		FR	32	59	592	59274	489	Europe/Paris
6456235	Le Maisnil	le-maisnil	Le Maisnil,Le-Menij,lei mai si ni lei,Ле-Мений,Ле-Меній,勒迈斯尼勒		FR	32	59	595	59371	643	Europe/Paris
6456237	Les Rues-des-Vignes	les-rues-des-vignes	Les Rues-des-Vignes		FR	32	59	592	59517	794	Europe/Paris
6456238	La Sentinelle	la-sentinelle	La Sentinelle		FR	32	59	596	59564	3148	Europe/Paris
6456239	La Chapelle-en-Serval	la-chapelle-en-serval	La Chapelle-en-Serval		FR	32	60	604	60142	3026	Europe/Paris
6456240	Le Coudray-Saint-Germer	le-coudray-saint-germer	Le Coudray-Saint-Germer		FR	32	60	601	60164	928	Europe/Paris
6456241	Le Coudray-sur-Thelle	le-coudray-sur-thelle	Le Coudray-sur-Thelle		FR	32	60	601	60165	542	Europe/Paris
6456242	Le Crocq	le-crocq			FR	32	60	601	60182	183	Europe/Paris
6456243	La Drenne	la-drenne	La Drenne		FR	32	60	601	60196	993	Europe/Paris
6456244	Le Fay-Saint-Quentin	le-fay-saint-quentin	Le-Fe-Sen-Kanten,lei fei sheng qu ang tan,Ле-Фе-Сен-Кантен,勒费圣屈昂坦		FR	32	60	601	60230	530	Europe/Paris
6456245	Le Frestoy-Vaux	le-frestoy-vaux	Frestoy-Vaux,Le Frestoy-Vaux,Le-Frestua-Vo,lei fu lei si tu wa wo,Ле-Фрестуа-Во,勒夫雷斯图瓦沃		FR	32	60	602	60262	256	Europe/Paris
6456246	Le Gallet	le-gallet	Le Gallet		FR	32	60	601	60267	174	Europe/Paris
6456247	La Hérelle	la-herelle	La Herelle,La Hérelle		FR	32	60	602	60311	238	Europe/Paris
6456248	La Houssoye	la-houssoye	La Houssoye		FR	32	60	601	60319	614	Europe/Paris
6456249	Le Mesnil-Conteville	le-mesnil-conteville	Le Mesnil-Conteville		FR	32	60	601	60397	90	Europe/Paris
6456250	Le Mesnil-Saint-Firmin	le-mesnil-saint-firmin			FR	32	60	602	60399	197	Europe/Paris
6456251	Le Mesnil-sur-Bulles	le-mesnil-sur-bulles	Le Mesnil-sur-Bulles		FR	32	60	602	60400	264	Europe/Paris
6456252	Le Mesnil-Théribus	le-mesnil-theribus	Le Mesnil-Theribus,Le Mesnil-Théribus		FR	32	60	601	60401	796	Europe/Paris
6456253	Le Meux	le-meux			FR	32	60	603	60402	2254	Europe/Paris
6456254	Le Mont-Saint-Adrien	le-mont-saint-adrien	Le Mont-Saint-Adrien		FR	32	60	601	60428	649	Europe/Paris
6456256	La Neuville-en-Hez	la-neuville-en-hez	La Neuville-en-Hez		FR	32	60	602	60454	984	Europe/Paris
6456258	La Neuville-Saint-Pierre	la-neuville-saint-pierre	La Neuville-Saint-Pierre,La-Nevil'-Sen-Perr,la na wei er sheng pi ye er,la nywwyl-syn-pyry,Ла-Невіль-Сен-Пєрр,لا نیوویل-سین-پیری,拉纳维尔圣皮耶尔		FR	32	60	602	60457	163	Europe/Paris
6456259	La Neuville-sur-Oudeuil	la-neuville-sur-oudeuil	La Neuville-sur-Oudeuil		FR	32	60	601	60458	329	Europe/Paris
6456260	La Neuville-sur-Ressons	la-neuville-sur-ressons			FR	32	60	603	60459	216	Europe/Paris
6456261	La Neuville-Vault	la-neuville-vault	La Neuville-Vault		FR	32	60	601	60460	183	Europe/Paris
6456262	Le Plessier-sur-Bulles	le-plessier-sur-bulles	Le Plessier-sur-Bulles,Le-Ples'e-sjur-Bjul',bi lai he pan lei pu lai xie,Ле-Плесьє-сюр-Бюль,比莱河畔勒普莱谢		FR	32	60	602	60497	215	Europe/Paris
6456263	Le Plessier-sur-Saint-Just	le-plessier-sur-saint-just	Le Plessier-sur-Saint-Just,Le-Ples'e-sjur-Sen-Zhust,sheng rui si he pan lei pu lai xie,Ле-Плесьє-сюр-Сен-Жуст,圣瑞斯河畔勒普莱谢		FR	32	60	602	60498	507	Europe/Paris
6456264	Le Plessis-Belleville	le-plessis-belleville	Le Plessis-Belleville,Le-Plessi-Bel'vil',Plessis-Belleville,lei pu lai xi bei lei wei er,Ле-Плесси-Бельвиль,Ле-Плессі-Бельвіль,勒普莱西贝勒维尔		FR	32	60	604	60500	3194	Europe/Paris
6456265	Le Plessis-Brion	le-plessis-brion	Le Plessis-Brion		FR	32	60	603	60501	1372	Europe/Paris
6456266	Le Plessis-Patte-d'Oie	le-plessis-patte-d-oie	Le Plessis-Patte-d'Oie		FR	32	60	603	60502	110	Europe/Paris
6456267	Le Quesnel-Aubry	le-quesnel-aubry	Le Quesnel-Aubry		FR	32	60	602	60520	214	Europe/Paris
6456268	La Rue-Saint-Pierre	la-rue-saint-pierre	La Rue-Saint-Pierre,La-Rju-Sen-Perr,la lu ai sheng pi ye er,la rwy-syn-pyry  awyys,Ла-Рю-Сен-Пєрр,لا روی-سین-پیری، اوئیس,拉吕埃圣皮耶尔		FR	32	60	602	60559	800	Europe/Paris
6456269	Le Vaumain	le-vaumain	Le Vaumain		FR	32	60	601	60660	357	Europe/Paris
6456270	Le Vauroux	le-vauroux	Le Vauroux		FR	32	60	601	60662	506	Europe/Paris
6456271	La Villeneuve-sous-Thury	la-villeneuve-sous-thury			FR	32	60	604	60679	163	Europe/Paris
6456272	Aux Marais	aux-marais	Aux Marais		FR	32	60	601	60703	813	Europe/Paris
6456273	La Chapelle-Viel	la-chapelle-viel	Chapelle-Viel,La-Shapel'-V'el',La-Shapel'-Vel',Shapel Vjel,la sha pei lei wei ye,Ла-Шапель-Вьель,Ла-Шапель-Вєль,Шапел Вјел,拉沙佩勒维耶		FR	28	61	613	61100	274	Europe/Paris
6456274	Le Château-d'Almenêches	le-chateau-d-almeneches			FR	28	61	611	61101	207	Europe/Paris
6456275	Le Châtellier	le-chatellier	Chatellier,Châtellier,Le Chatellier,Le Châtellier,Le-Shatel'e,Shatelije,lei sha tai li ye,Ле-Шателье,Ле-Шательє,Шателије,勒沙泰利耶		FR	28	61	612	61102	418	Europe/Paris
6456276	La Chaux	la-chaux	Chaux,La Chaux,La-Sho,Sho,la shao,Ла-Шо,Шо,拉绍		FR	28	61	611	61104	52	Europe/Paris
6456278	La Coulonche	la-coulonche	La Coulonche,La-Kulonsh,la ku long ke,Ла-Кулонш,拉库隆克		FR	28	61	612	61124	495	Europe/Paris
6456280	La Ferrière-aux-Étangs	la-ferriere-aux-etangs			FR	28	61	612	61163	1499	Europe/Paris
6456432	La Bouille	la-bouille	La Bouille		FR	28	76	763	76131	745	Europe/Paris
6456433	Le Bourg-Dun	le-bourg-dun			FR	28	76	761	76133	426	Europe/Paris
6456281	La Ferrière-Béchet	la-ferriere-bechet	La Ferriere-Bechet,La Ferrière-Béchet,La-Ferr'er-Beshe,La-Ferrer-Beshe,la fu er li ai bei xie,Ла-Феррьер-Беше,Ла-Феррєр-Беше,拉弗尔里埃贝谢		FR	28	61	611	61164	242	Europe/Paris
6456282	La Ferté-en-Ouche	la-ferte-en-ouche	La-Ferte-Frenel',la fu er tai fu lei nei,Ла-Ферте-Френель,لا فیرتے-فرینیل,拉弗尔泰弗雷内		FR	28	61	613	61167	3218	Europe/Paris
6456283	La Ferté Macé	la-ferte-mace			FR	28	61	612	61168	5393	Europe/Paris
6456285	La Fresnaie-Fayel	la-fresnaie-fayel	La-Frenai-Fael',la fu lei si nai ai fei ai,Ла-Френаи-Фаель,Ла-Френаї-Фаєль,ラ・フリネ＝ファイエル,拉夫雷斯奈埃费埃		FR	28	61	613	61178	54	Europe/Paris
6456287	Les Genettes	les-genettes	Le-Zhenett,Les Genettes,lai si re nei tai,Ле-Женетт,莱斯热内泰		FR	28	61	613	61187	193	Europe/Paris
6456288	La Gonfrière	la-gonfriere	Gonfriere,Gonfrijer,Gonfrière,La Gonfriere,La Gonfrière,La-Gonfrier,la gong fu li ai,Гонфријер,Ла-Гонфриер,Ла-Гонфрієр,拉贡夫里埃		FR	28	61	613	61193	312	Europe/Paris
6456289	Le Grais	le-grais	La Gonfriere,La Gonfrière,Le-Gre,lei ge lai,Ле-Гре,勒格赖		FR	28	61	612	61195	199	Europe/Paris
6456290	Belforêt-en-Perche	belforet-en-perche	Le-Ge-de-la-Shen,lei gai de la-shang,Ле-Ге-де-ла-Шен,勒盖德拉-尚		FR	28	61	613	61196	1672	Europe/Paris
6456292	La Lande-de-Goult	la-lande-de-goult	La Lande-de-Goult,La-Land-de-Gu,la lang de de gu er,Ла-Ланд-де-Гу,拉朗德德古尔		FR	28	61	611	61216	193	Europe/Paris
6456293	La Lande-de-Lougé	la-lande-de-louge	La Lande-de-Louge,La Lande-de-Lougé,La-Land-de-Luzhe,la lang de de lu re,Ла-Ланд-де-Луже,拉朗德德卢热		FR	28	61	612	61217	47	Europe/Paris
6456294	La Lande-Patry	la-lande-patry			FR	28	61	612	61218	1777	Europe/Paris
6456295	La Lande-Saint-Siméon	la-lande-saint-simeon	La Lande-Saint-Simeon,La Lande-Saint-Siméon,La-Land-Sen-Simeon,la lang de sheng xi mei weng,Ла-Ланд-Сен-Симеон,Ла-Ланд-Сен-Сімеон,拉朗德圣西梅翁		FR	28	61	612	61219	148	Europe/Paris
6456297	La Madeleine-Bouvet	la-madeleine-bouvet	La Madeleine-Bouvet,La-Madlen-Buve,Madeleine-Bouvet,la ma dai lan bu wei,Ла-Мадлен-Буве,لا مادیلین-بوویٹ,拉马代兰布韦		FR	28	61	613	61241	406	Europe/Paris
6456298	Le Mage	le-mage	Le Mage,Le-Mazh,lei ma ge,Ле-Маж,勒马格		FR	28	61	613	61242	235	Europe/Paris
6456299	Le Mêle-sur-Sarthe	le-mele-sur-sarthe	Le-Mel'-sjur-Sart,sa er te he pan lei mei lei,Ле-Мель-сюр-Сарт,萨尔特河畔勒梅勒		FR	28	61	611	61258	709	Europe/Paris
6456300	Le Ménil-Bérard	le-menil-berard	Le Menil-Berard,Le Ménil-Bérard		FR	28	61	613	61259	75	Europe/Paris
6456301	Le Ménil-de-Briouze	le-menil-de-briouze	Le-Menij-de-Briuz,lei mei ni de bu li wu ci,Ле-Мений-де-Бриуз,Ле-Меній-де-Бріуз,勒梅尼德布里乌兹		FR	28	61	612	61260	574	Europe/Paris
6456302	Le Ménil-Ciboult	le-menil-ciboult	Le Menil-Ciboult,Le Ménil-Ciboult,Le-Menij-Sibu,lei mei ni xi bu er,Ле-Мений-Сибу,Ле-Меній-Сібу,勒梅尼西布尔		FR	28	61	612	61262	129	Europe/Paris
6456303	Le Ménil-Guyon	le-menil-guyon	Le Menil-Guyon,Le Ménil-Guyon		FR	28	61	611	61266	79	Europe/Paris
6456304	Le Ménil-Scelleur	le-menil-scelleur	Le Menil-Scelleur,Le Ménil-Scelleur		FR	28	61	611	61271	95	Europe/Paris
6456305	Le Ménil-Vicomte	le-menil-vicomte	Le Menil-Vicomte,Le Ménil-Vicomte		FR	28	61	613	61272	25	Europe/Paris
6456306	Les Menus	les-menus	Le-Menju,Les Menus,lai si mo ni,Ле-Меню,莱斯默尼		FR	28	61	613	61274	234	Europe/Paris
6456307	Le Merlerault	le-merlerault	Le Merlerault		FR	28	61	613	61275	822	Europe/Paris
6456308	La Motte-Fouquet	la-motte-fouquet	La-Mott-Fuke,la mo te fu qu ai,Ла-Мотт-Фуке,拉莫特富屈埃		FR	28	61	611	61295	159	Europe/Paris
6456309	Le Pas-Saint-l'Homer	le-pas-saint-l-homer	Le Pas-Saint-l'Homer		FR	28	61	613	61323	139	Europe/Paris
6456311	Le Pin-au-Haras	le-pin-au-haras	Le Pin-au-Haras		FR	28	61	612	61328	282	Europe/Paris
6456312	Le Pin-la-Garenne	le-pin-la-garenne	Le Pin-la-Garenne,Le-Pen-la-Garenn,lei pan la jia lang,Ле-Пен-ла-Гаренн,勒潘拉加朗		FR	28	61	613	61329	660	Europe/Paris
6456313	Le Plantis	le-plantis	Le Plantis,Le-Planti,lei pu lang di,Ле-Планти,Ле-Планті,勒普朗蒂		FR	28	61	611	61331	151	Europe/Paris
6456315	Le Renouard	le-renouard	Le Renouard,Le-Renuar,lei lei nu a er,Ле-Ренуар,勒雷努阿尔		FR	28	61	613	61346	198	Europe/Paris
6456316	La Roche-Mabile	la-roche-mabile	La Roche-Mabile,La-Rosh-Mabi,la luo ke ma bi er,Ла-Рош-Маби,Ла-Рош-Мабі,拉罗克马比尔		FR	28	61	611	61350	156	Europe/Paris
6456319	Sap-en-Auge	sap-en-auge	Le-Sap,lei sa,lw sap,Ле-Сап,لو ساپ,勒萨		FR	28	61	613	61460	978	Europe/Paris
6456320	Le Sap-André	le-sap-andre	Le Sap-Andre,Le Sap-André		FR	28	61	613	61461	115	Europe/Paris
6456321	Les Monts d'Andaine	les-monts-d-andaine	La-Sovazher,Les Monts d'Andaine,la suo wa re er,Ла-Соважер,拉索瓦热尔		FR	28	61	612	61463	1806	Europe/Paris
6456322	La Selle-la-Forge	la-selle-la-forge	La Selle-la-Forge,La-Sel'-la-Forzh,la sai er la fu er ge,Ла-Сель-ла-Форж,拉塞尔拉福尔格		FR	28	61	612	61466	1462	Europe/Paris
6456324	La Trinité-des-Laitiers	la-trinite-des-laitiers	La-Trinite-de-Let'e,la te li ni tai dai lai di ye er,Ла-Трините-де-Летье,Ла-Триніте-де-Летьє,لا ترینیتے-دے-لایٹیرس,拉特里尼泰代莱蒂耶尔		FR	28	61	613	61493	75	Europe/Paris
6456325	Les Ventes-de-Bourse	les-ventes-de-bourse	Le-Vant-de-Burs,Les Ventes-de-Bourse,lai si wang tai de bu er si,Ле-Вант-де-Бурс,莱斯旺泰德布尔斯		FR	28	61	611	61499	161	Europe/Paris
6456326	La Ventrouze	la-ventrouze	La-Vantruz,la wang te lu ci,Ла-Вантруз,لا وینٹروزی,拉旺特鲁兹		FR	28	61	613	61500	122	Europe/Paris
6456327	Les Yveteaux	les-yveteaux			FR	28	61	612	61512	102	Europe/Paris
6456328	La Chaulme	la-chaulme	La Chaulme		FR	84	63	631	63104	117	Europe/Paris
6456329	Le Crest	le-crest	Crest,Krest,Le Crest,Le-Krest,Lo Crest,Lo Crèst,l krst,lei ke lei si,Крест,Ле-Крест,ل کرست,勒克雷斯		FR	84	63	632	63126	1270	Europe/Paris
6456330	La Crouzille	la-crouzille	La Crouzille		FR	84	63	634	63130	268	Europe/Paris
6456331	La Forie	la-forie			FR	84	63	631	63161	322	Europe/Paris
6456434	Le Catelier	le-catelier			FR	28	76	761	76162	255	Europe/Paris
6456435	Le Caule-Sainte-Beuve	le-caule-sainte-beuve	Le Caule-Sainte-Beuve		FR	28	76	761	76166	490	Europe/Paris
6456332	La Godivelle	la-godivelle	Godivel,Godivelle,La Godivela,La Godivèla,La-Godivel',la ge di wei er,la gwdywyly,Годивел,Ла-Годивель,Ла-Годівель,لا گودیویلی,ラ・ゴディヴェル,拉戈迪韦尔		FR	84	63	633	63169	13	Europe/Paris
6456333	La Tour-d'Auvergne	la-tour-d-auvergne	La Tour-d'Auvergne		FR	84	63	633	63192	644	Europe/Paris
6456334	Chambaron sur Morge	chambaron-sur-morge	Chambaron sur Morge,La Motada,La-Mutad,Moutade,la mu ta de,Ла-Мутад,لا موٹاڈی,拉穆塔德		FR	84	63	634	63244	1713	Europe/Paris
6456335	Le Quartier	le-quartier	Le Quartier		FR	84	63	634	63293	213	Europe/Paris
6456336	La Renaudie	la-renaudie	La Renadia,La Renadiá,La Renaudia,La Renaudie,La Renaudiá,La-Renodi,Renaudie,la lei nuo di ye,Ла-Реноді,لا رینوڈی,拉雷诺迪耶		FR	84	63	635	63298	120	Europe/Paris
6456337	La Roche-Blanche	la-roche-blanche	La Rochablancha,La Roche-Blanche,La Ròchablancha,La-Rosh-Blansh,Roche-Blanche,la luo shen bu lang shen,Ла-Рош-Бланш,لا روشے-بلانشے، پوئے-دے-ڈوم,ラ・ロッシュ＝ブランシュ,拉罗什布朗什		FR	84	63	632	63302	3341	Europe/Paris
6456338	La Roche-Noire	la-roche-noire	La Rocha Neira,La Rochaneira,La Roche-Noire,La Ròcha Nèira,La Ròchaneira,La-Rosh-Nuar,Roche-Noire,la luo ke nu wa er,Ла-Рош-Нуар,لا روشے-نویری,拉罗克努瓦尔		FR	84	63	632	63306	608	Europe/Paris
6456339	Le Vernet-Sainte-Marguerite	le-vernet-sainte-marguerite	Le Vernet-Sainte-Marguerite		FR	84	63	633	63449	295	Europe/Paris
6456340	Los Masos	los-masos	Els Masos,Los Masos,Los-Mazos,els Masos,luo si ma suo,Лос-Мазос,洛斯马索		FR	76	66	663	66104	948	Europe/Paris
6456341	Le Soler	le-soler	el Soler		FR	76	66	662	66195	7666	Europe/Paris
6456342	Le Tech	le-tech	Le Tech,el Tec		FR	76	66	661	66206	99	Europe/Paris
6456343	Le Vivier	le-vivier	El Viver,Le Vivier,Le-Viv'e,Le-Vive,Lo Vivier,Lo Vivièr,Vivier,lei wei wei ye,Ле-Вивье,Ле-Вівє,勒维维耶		FR	76	66	663	66234	79	Europe/Paris
6456344	Le Hohwald	le-hohwald	Le Hohwald		FR	44	67	675	67210	503	Europe/Paris
6456345	La Petite-Pierre	la-petite-pierre	La Petite-Pierre		FR	44	67	674	67371	624	Europe/Paris
6456347	La Wantzenau	la-wantzenau	La Wantzenau		FR	44	67	678	67519	5804	Europe/Paris
6456348	La Mulatière	la-mulatiere	La Mulatiere,La Mulatière		FR	84	69	691	69142	6320	Europe/Paris
6456350	Le Perréon	le-perreon	Le Perreyon,Le Pèrreyon,Le-Perreon,Ле-Перреон		FR	84	69	692	69151	1566	Europe/Paris
6456351	La Tour-de-Salvagny	la-tour-de-salvagny			FR	84	69	691	69250	4061	Europe/Paris
6456352	La Bruyère	la-bruyere	Brijer,Bruyere,Bruyère,La Bruyere,La Bruyère,La-Brjuer,La-Brjujer,Бријер,Ла-Брюйер,Ла-Брюєр,لا بروییری، ہوٹی-ساونی		FR	27	70	701	70103	214	Europe/Paris
6456353	La Chapelle-lès-Luxeuil	la-chapelle-les-luxeuil	Chapelle-les-Luxeuil,Chapelle-lès-Luxeuil,La Chapelle-les-Luxeuil,La Chapelle-lès-Luxeuil,La-Shapel'-le-Ljuksej,La-Shapel'-le-Ljuksjoj,Shapel le Luksej,Ла-Шапель-ле-Люксей,Ла-Шапель-ле-Люксёй,Шапел ле Луксеј,لا شاپیل-لے-لیوکسیویل		FR	27	70	701	70128	386	Europe/Paris
6456354	La Chapelle-Saint-Quillain	la-chapelle-saint-quillain	Chapelle-Saint-Quillain,La Chapelle-Saint-Quillain,La-Shapel'-Sen-Kijen,La-Shapel'-Sen-Killen,Shapel Sen Kijen,la shapyl-syn-kwylayn,Ла-Шапель-Сен-Кийен,Ла-Шапель-Сен-Кіллен,Шапел Сен Кијен,لا شاپیل-سین-کویلاین		FR	27	70	702	70129	150	Europe/Paris
6456355	La Corbière	la-corbiere	Corbiere,Corbière,Korbjer,La Corbiere,La Corbière,La-Korb'er,La-Korber,Корбјер,Ла-Корбьер,Ла-Корбєр,لا کوربیری، ہوٹی-ساونی		FR	27	70	701	70172	106	Europe/Paris
6456356	La Côte	la-cote	Cote,Côte,Kot,La Cote,La Côte,La-Kot,Кот,Ла-Кот,لا کوٹی، ہوٹی-ساونی		FR	27	70	701	70178	518	Europe/Paris
6456357	La Creuse	la-creuse	Creuse,Krez,La-Krez,La-Krjoz,la krywsy,Крез,Ла-Крез,Ла-Крёз,لا کریوسی		FR	27	70	701	70186	75	Europe/Paris
6456358	La Demie	la-demie	Demi,Demie,La-Demi,la dymy,Деми,Ла-Деми,Ла-Демі,لا دیمی		FR	27	70	702	70203	143	Europe/Paris
6456359	La Lanterne-et-les-Armonts	la-lanterne-et-les-armonts	La Lanterne-et-les-Armonts,La-Lantern-e-lez-Armon,La-Lantern-eh-lez-Armon,Ла-Лантерн-е-лез-Армон,Ла-Лантерн-э-лез-Армон,لا لانٹیرنی-اے-لے-ارمونٹس		FR	27	70	701	70295	210	Europe/Paris
6456360	La Longine	la-longine	La Longine,La-Lonzhin,la lwngyny,Ла-Лонжин,لا لونگینی		FR	27	70	701	70308	227	Europe/Paris
6456361	Le Magnoray	le-magnoray	Le Magnoray		FR	27	70	702	70316	92	Europe/Paris
6456362	Les Magny	les-magny	Le-Man'i,Les Magny,Ле-Маньи,Ле-Маньї		FR	27	70	701	70317	139	Europe/Paris
6456363	La Malachère	la-malachere	La Malachere,La Malachère		FR	27	70	702	70326	306	Europe/Paris
6456364	La Neuvelle-lès-Lure	la-neuvelle-les-lure	La Neuvelle-les-Lure,La Neuvelle-lès-Lure		FR	27	70	701	70385	333	Europe/Paris
6456365	La Neuvelle-lès-Scey	la-neuvelle-les-scey	La Neuvelle-les-Scey,La Neuvelle-lès-Scey,La-Nevl'-le-Se,La-Njovel'-le-Se,Ла-Невль-ле-Се,Ла-Нёвель-ле-Се,لا نیوویل-لے-سے		FR	27	70	702	70386	185	Europe/Paris
6456366	La Pisseure	la-pisseure	La Pisseure		FR	27	70	701	70411	36	Europe/Paris
6456367	La Romaine	la-romaine	Le-Pon-de-Plansh,Ле-Пон-де-Планш		FR	27	70	702	70418	510	Europe/Paris
6456368	La Proiselière-et-Langle	la-proiseliere-et-langle	La Proiseliere-et-Langle,La Proiselière-et-Langle,La-Pruazel'er-e-Langl',La-Pruazel'er-eh-Langl',Ла-Пруазельер-э-Лангль,Ла-Пруазельєр-е-Лангль,لا پرویسیلیری-اے-لانگلی		FR	27	70	701	70425	145	Europe/Paris
6456369	La Grande-Résie	la-grande-resie	La Grande-Resie,La Grande-Résie		FR	27	70	702	70443	83	Europe/Paris
6456370	La Résie-Saint-Martin	la-resie-saint-martin	La Resie-Saint-Martin,La Résie-Saint-Martin		FR	27	70	702	70444	155	Europe/Paris
6456371	La Rochelle	la-rochelle	La Rochelle,La-Roshel',Ла-Рошель,لا روشیل، ہوٹی-ساونی		FR	27	70	702	70450	39	Europe/Paris
6456372	Le Tremblois	le-tremblois			FR	27	70	702	70505	183	Europe/Paris
6456373	Le Val-de-Gouhenans	le-val-de-gouhenans	Le Val-de-Gouhenans		FR	27	70	701	70515	64	Europe/Paris
6456374	La Vergenne	la-vergenne	La Vergenne		FR	27	70	701	70544	120	Europe/Paris
6456375	La Vernotte	la-vernotte	La-Vernot,La-Vernott,Ла-Вернот,Ла-Вернотт,لا ویرنوتے		FR	27	70	702	70549	74	Europe/Paris
6456376	La Villedieu-en-Fontenette	la-villedieu-en-fontenette	La Villedieu-en-Fontenette,La-Vil'd'e-an-Fontenett,La-Vil'd'jo-an-Fontenet,la wyl dyw-ayn-fwn tynyt,Ла-Вильдьё-ан-Фонтенет,Ла-Вільдьє-ан-Фонтенетт,لا ویل دیو-این-فون تینیت		FR	27	70	701	70555	175	Europe/Paris
6456377	La Villeneuve-Bellenoye-et-la-Maize	la-villeneuve-bellenoye-et-la-maize	La Villeneuve-Bellenoye-et-la-Maize,La-Vil'nev-Bel'nua-e-la-Mez,La-Vil'njov-Bel'nua-eh-la-Mez,Ла-Вильнёв-Бельнуа-э-ла-Мез,Ла-Вільнев-Бельнуа-е-ла-Мез,لا ولے نیووے-بیلینوی-اے-لا-مایزی		FR	27	70	702	70558	138	Europe/Paris
6456378	La Voivre	la-voivre	La Voivre,La-Vuavr,Ла-Вуавр,لا وویوری، ہوٹی-ساونی		FR	27	70	701	70573	144	Europe/Paris
6456379	La Clayette	la-clayette	Clayette,Klajet,La Clayette,La-Klaett,La-Klejet,La-Klett,Клајет,Ла-Клаетт,Ла-Клейет,Ла-Клетт,لا کلائےتی		FR	27	71	713	71133	1677	Europe/Paris
6456380	La Comelle	la-comelle	Comelle,Komel,La Comelle,La-Komel',la kwmyly,Комел,Ла-Комель,لا کومیلی		FR	27	71	711	71142	222	Europe/Paris
6456381	La Frette	la-frette	Frette,La Frette,La-Frett,Ла-Фретт,لا فریتی، ساونی-اے-لویری		FR	27	71	714	71206	243	Europe/Paris
6456382	La Genête	la-genete	Genete,Genête,La Genete,La Genête,La-Zhenet,Ла-Женет,لا گینیٹی		FR	27	71	714	71213	571	Europe/Paris
6456383	La Grande-Verrière	la-grande-verriere	La Grande-Verriere,La Grande-Verrière		FR	27	71	711	71223	551	Europe/Paris
6456384	Les Guerreaux	les-guerreaux	Les Guerreaux		FR	27	71	713	71229	239	Europe/Paris
6456385	La Guiche	la-guiche	La Guiche,La-Gish,la gwyshy,Ла-Гиш,Ла-Гіш,لا گویشی		FR	27	71	715	71231	621	Europe/Paris
6456387	Le Miroir	le-miroir	Le-Miruar,Ле-Мируар,Ле-Міруар		FR	27	71	714	71300	599	Europe/Paris
6456388	La Motte-Saint-Jean	la-motte-saint-jean	La-Mott-Sen-Zhan,Ла-Мотт-Сен-Жан,لا موت-سین-ژاں		FR	27	71	713	71325	1224	Europe/Paris
6456389	La Petite-Verrière	la-petite-verriere	La-Petit-Verr'er,La-Petit-Verrer,Ла-Петит-Веррьер,Ла-Петіт-Веррєр,لا پیٹیٹی-ویریرے		FR	27	71	711	71349	52	Europe/Paris
6456390	Le Planois	le-planois	Le Planois		FR	27	71	714	71352	96	Europe/Paris
6456391	Le Puley	le-puley	Le Puley,Le-Pjule,Ле-Пюле		FR	27	71	712	71363	97	Europe/Paris
6456392	La Racineuse	la-racineuse	La Racineuse		FR	27	71	714	71364	173	Europe/Paris
6456393	La Roche-Vineuse	la-roche-vineuse	La Roche-Vineuse		FR	27	71	715	71371	1544	Europe/Paris
6456395	La Tagnière	la-tagniere	La Tagniere,La Tagnière,La-Tan'er,Ла-Таньер,Ла-Таньєр,لا ٹاگنیر		FR	27	71	711	71531	237	Europe/Paris
6456396	Le Tartre	le-tartre	Le Tartre		FR	27	71	714	71534	115	Europe/Paris
6456397	La Truchère	la-truchere	La Truchere,La Truchère,La-Trjusher,la te lu xie er,Ла-Трюшер,لا ٹروشیری,拉特魯謝爾		FR	27	71	715	71549	223	Europe/Paris
6456398	Le Villars	le-villars	Le Villars		FR	27	71	715	71576	287	Europe/Paris
6456399	La Vineuse sur Fregande	la-vineuse-sur-fregande	La Vineuse sur Fregande,La-Vinez,la wynywsy,Ла-Винез,Ла-Вінез,لا وینیوسی		FR	27	71	715	71582	649	Europe/Paris
6456400	La Ferté-Bernard	la-ferte-bernard			FR	52	72	722	72132	8848	Europe/Paris
6456401	La Fontaine-Saint-Martin	la-fontaine-saint-martin	La-Fonten-Sen-Marten,Ла-Фонтен-Сен-Мартен,لا فونتاینی-سین-مارٹین		FR	52	72	721	72135	621	Europe/Paris
6456402	Villeneuve-en-Perseigne	villeneuve-en-perseigne	La-Frene-sjur-Shedue,Villeneuve-en-Perseigne,Ла-Френе-сюр-Шедуе,لا فریسنائے-سور-شیدویٹ		FR	52	72	722	72137	2220	Europe/Paris
6456403	Le Grand-Lucé	le-grand-luce	Le Grand-Luce,Le Grand-Lucé,Le-Gran-Ljuse,Ле-Гран-Люсе		FR	52	72	721	72143	1920	Europe/Paris
6456404	La Flèche	la-fleche	La Fleche,La Flèche		FR	52	72	721	72154	15163	Europe/Paris
6456405	Le Luart	le-luart	Le Luart		FR	52	72	722	72172	1445	Europe/Paris
6456406	Le Lude	le-lude	Le Lude		FR	52	72	721	72176	4344	Europe/Paris
6456407	Le Mans	le-mans	Le Mans		FR	52	72	723	72181	142991	Europe/Paris
6456408	La Milesse	la-milesse	La Milesse,La-Miless,la mylysy,Ла-Мілесс,لا میلیسی		FR	52	72	723	72198	2652	Europe/Paris
6456409	La Quinte	la-quinte	La-Kent,Ла-Кент,لا کوینٹی		FR	52	72	722	72249	784	Europe/Paris
6456410	La Suze-sur-Sarthe	la-suze-sur-sarthe	La Suze-sur-Sarthe,La-Sjuz-sjur-Sart,Ла-Сюз-сюр-Сарт,لا سوز-سور-سارتھے		FR	52	72	721	72346	4462	Europe/Paris
6456411	Le Tronchet	le-tronchet	Le Tronchet		FR	52	72	722	72362	158	Europe/Paris
6456412	La Giettaz	la-giettaz	La Giettaz		FR	84	73	731	73123	416	Europe/Paris
6456413	Les Mollettes	les-mollettes			FR	84	73	732	73159	797	Europe/Paris
6456414	La Motte-Servolex	la-motte-servolex	La Motte-Servolex		FR	84	73	732	73179	11680	Europe/Paris
6456415	Le Pontet	le-pontet	Le Pontet		FR	84	73	732	73205	125	Europe/Paris
6456416	La Ravoire	la-ravoire	La Ravoire		FR	84	73	732	73213	8482	Europe/Paris
6456417	La Table	la-table			FR	84	73	732	73289	462	Europe/Paris
6456418	La Thuile	la-thuile	La Thuile,La-Tjuj,Tuilia Camerinorum,Ла-Тюй,لا تھوئل، ساووئے		FR	84	73	732	73294	330	Europe/Paris
6456419	La Trinité	la-trinite			FR	84	73	732	73302	347	Europe/Paris
6456420	La Forclaz	la-forclaz	La Forclaz		FR	84	74	744	74129	236	Europe/Paris
6456421	Les Gets	les-gets	Les Gets		FR	84	74	742	74134	1249	Europe/Paris
6456422	Le Grand-Bornand	le-grand-bornand			FR	84	74	741	74136	2134	Europe/Paris
6456423	Les Houches	les-houches	Le-Ush,Lez-Ush,Ле-Уш,Лез-Уш,אוש		FR	84	74	742	74143	2926	Europe/Paris
6456424	La Muraz	la-muraz	La Muraz		FR	84	74	743	74193	1058	Europe/Paris
6456426	La Rivière-Enverse	la-riviere-enverse			FR	84	74	742	74223	462	Europe/Paris
6456427	La Roche-sur-Foron	la-roche-sur-foron	La Roche-sur-Foron		FR	84	74	742	74224	11795	Europe/Paris
6456428	Le Sappey	le-sappey	Le-Sappe,Ле-Саппе		FR	84	74	743	74259	404	Europe/Paris
6456429	La Vernaz	la-vernaz	La Vernaz,La-Vern,Ла-Верн		FR	84	74	744	74295	337	Europe/Paris
6456430	Les Villards-sur-Thônes	les-villards-sur-thones	Le-Villar-sjur-Ton,Ле-Віллар-сюр-Тон		FR	84	74	741	74302	1058	Europe/Paris
6456436	Les Cent-Acres	les-cent-acres	Les Cent-Acres		FR	28	76	761	76168	64	Europe/Paris
6456437	La Cerlangue	la-cerlangue	La Cerlangue		FR	28	76	762	76169	1295	Europe/Paris
6456438	La Chapelle-du-Bourgay	la-chapelle-du-bourgay	La Chapelle-du-Bourgay		FR	28	76	761	76170	129	Europe/Paris
6456439	La Chapelle-sur-Dun	la-chapelle-sur-dun	La Chapelle-sur-Dun		FR	28	76	761	76172	162	Europe/Paris
6456440	La Crique	la-crique			FR	28	76	761	76193	353	Europe/Paris
6456441	La Ferté-Saint-Samson	la-ferte-saint-samson	La Ferte-Saint-Samson,La Ferté-Saint-Samson		FR	28	76	761	76261	470	Europe/Paris
6456442	La Feuillie	la-feuillie	La Feuillie		FR	28	76	761	76263	1301	Europe/Paris
6456444	La Fontelaye	la-fontelaye	La Fontelaye		FR	28	76	761	76274	32	Europe/Paris
6456446	La Gaillarde	la-gaillarde	La Gaillarde		FR	28	76	761	76294	388	Europe/Paris
6456447	Les Grandes-Ventes	les-grandes-ventes	Le-Grand-Vant,Les Grandes-Ventes,Ле-Гранд-Вант		FR	28	76	761	76321	1833	Europe/Paris
6456448	Le Grand-Quevilly	le-grand-quevilly			FR	28	76	763	76322	25897	Europe/Paris
6456449	La Hallotière	la-hallotiere	La Hallotiere,La Hallotière		FR	28	76	761	76338	218	Europe/Paris
6456450	Le Hanouard	le-hanouard			FR	28	76	761	76339	252	Europe/Paris
6456451	Le Havre	le-havre	An Havr-Nevez,Avr,Chavri,El Havre,Franciscopolis,Gavr,Gorad Gaur,Havra,Havras,Havro,Hawr,Khavur,Le Havre,Lé Hâvre,O Havre,havri,la avra,le avar,lei a fu er,leuabeuleu,lex xafwr,lh hbr,lw awr,lw hafr,Χάβρη,Авр,Гавр,Горад Гаўр,Хавър,לה הבר,لو اور,لو هافر,لی ہاور,ला आव्र,லே ஆவர்,เลออาฟวร์,ჰავრი,ル・アーヴル,勒阿弗尔,르아브르		FR	28	76	762	76351	170352	Europe/Paris
6456452	Le Héron	le-heron	Le Heron,Le Héron		FR	28	76	761	76358	255	Europe/Paris
6456453	Le Houlme	le-houlme	Le-Ul'm,Ле-Ульм		FR	28	76	763	76366	4067	Europe/Paris
6456454	Les Ifs	les-ifs			FR	28	76	761	76371	78	Europe/Paris
6456455	Les Loges	les-loges	Les Loges		FR	28	76	762	76390	1183	Europe/Paris
6456456	Arelaune-en-Seine	arelaune-en-seine	Arelaune-en-Seine,La-Majre-sjur-Sen,Ла-Майре-сюр-Сен,لا مایلیرائے-سور-سینی		FR	28	76	763	76401	2606	Europe/Paris
6456457	Le Mesnil-Durdent	le-mesnil-durdent	Le Mesnil-Durdent		FR	28	76	761	76428	18	Europe/Paris
6456458	Le Mesnil-Esnard	le-mesnil-esnard	Le Mesnil-Esnard		FR	28	76	763	76429	7978	Europe/Paris
6456459	Le Mesnil-Lieubray	le-mesnil-lieubray			FR	28	76	761	76431	101	Europe/Paris
6456460	Le Mesnil-Réaume	le-mesnil-reaume	Le Mesnil-Reaume,Le Mesnil-Réaume		FR	28	76	761	76435	793	Europe/Paris
6456461	Le Mesnil-sous-Jumièges	le-mesnil-sous-jumieges	Le Mesnil-sous-Jumieges,Le Mesnil-sous-Jumièges		FR	28	76	763	76436	649	Europe/Paris
6456462	Le Petit-Quevilly	le-petit-quevilly	Le Petit-Quevilly		FR	28	76	763	76498	22134	Europe/Paris
6456463	La Poterie-Cap-d'Antifer	la-poterie-cap-d-antifer	La Poterie-Cap-d'Antifer		FR	28	76	762	76508	450	Europe/Paris
6456464	La Remuée	la-remuee			FR	28	76	762	76522	1292	Europe/Paris
6456465	La Rue-Saint-Pierre	la-rue-saint-pierre	La Rue-Saint-Pierre		FR	28	76	763	76547	792	Europe/Paris
6456466	Le Thil-Riberpré	le-thil-riberpre	Le Thil-Riberpre,Le Thil-Riberpré		FR	28	76	761	76691	219	Europe/Paris
6456467	Le Tilleul	le-tilleul	Le Tilleul		FR	28	76	762	76693	697	Europe/Paris
6456468	Le Torp-Mesnil	le-torp-mesnil	Le Torp-Mesnil		FR	28	76	763	76699	423	Europe/Paris
6456469	Le Trait	le-trait	Le Trait		FR	28	76	763	76709	5030	Europe/Paris
6456470	La Trinité-du-Mont	la-trinite-du-mont	La Trinite-du-Mont,La Trinité-du-Mont		FR	28	76	762	76712	798	Europe/Paris
6456471	La Vaupalière	la-vaupaliere	La Vaupaliere,La Vaupalière		FR	28	76	763	76728	1001	Europe/Paris
6456472	La Vieux-Rue	la-vieux-rue	La Vieux-Rue		FR	28	76	763	76740	571	Europe/Paris
6456473	Le Châtelet-en-Brie	le-chatelet-en-brie	Chatelet-en-Brie,Châtelet-en-Brie,Le Chatelet-en-Brie,Le Châtelet-en-Brie,Le-Shatlet-an-Bri,Shatlet an Bri,Ле-Шатлет-ан-Бри,Ле-Шатлет-ан-Брі,Шатлет ан Бри		FR	11	77	772	77100	4456	Europe/Paris
6456474	La Croix-en-Brie	la-croix-en-brie	Croix-en-Brie,Kroaks an Bri,La Croix-en-Brie,La-Krua-an-Bri,la krwyy-ayn-bry,Кроакс ан Бри,Ла-Круа-ан-Бри,Ла-Круа-ан-Брі,لا کروئی-این-بری		FR	11	77	773	77147	673	Europe/Paris
6456475	Les Écrennes	les-ecrennes	Les Ecrennes,Les Écrennes		FR	11	77	772	77165	600	Europe/Paris
6456476	La Ferté-Gaucher	la-ferte-gaucher	La Ferte-Gaucher,La Ferté-Gaucher		FR	11	77	773	77182	4818	Europe/Paris
6456477	La Ferté-sous-Jouarre	la-ferte-sous-jouarre	La Ferte-sous-Jouarre,La Ferté-sous-Jouarre		FR	11	77	771	77183	9651	Europe/Paris
6456478	La Genevraye	la-genevraye	Genevraye,La Genevraye,La-Zhenevre,Ла-Женевре		FR	11	77	774	77202	777	Europe/Paris
6456479	La Grande-Paroisse	la-grande-paroisse	La Grande-Paroisse,La-Grand-Paruass,la grandy-parwysy,Ла-Гранд-Паруасс,لا گراندی-پارویسی		FR	11	77	773	77210	2763	Europe/Paris
6456480	La Haute-Maison	la-haute-maison	La Haute-Maison		FR	11	77	771	77225	304	Europe/Paris
6456481	La Houssaye-en-Brie	la-houssaye-en-brie	La Houssaye-en-Brie		FR	11	77	773	77229	1634	Europe/Paris
6456482	La Madeleine-sur-Loing	la-madeleine-sur-loing	La-Madelen-sjur-Luen,la madylyn-swr-lwyng,Ла-Маделен-сюр-Луен,لا مادیلین-سور-لوینگ		FR	11	77	774	77267	352	Europe/Paris
6456483	Le Mée-sur-Seine	le-mee-sur-seine	Le Mee-sur-Seine,Le Mée-sur-Seine		FR	11	77	772	77285	20749	Europe/Paris
6456484	Les Ormes-sur-Voulzie	les-ormes-sur-voulzie	Les Ormes-sur-Voulzie,Lez-Orm-sjur-Vul'zi,Лез-Орм-сюр-Вульзи,Лез-Орм-сюр-Вульзі		FR	11	77	773	77347	859	Europe/Paris
6456485	Le Pin	le-pin	Le Pin,Le-Pen,Pin,Ле-Пен		FR	11	77	771	77363	1407	Europe/Paris
6456486	Le Plessis-aux-Bois	le-plessis-aux-bois	Le Plessis-aux-Bois		FR	11	77	771	77364	290	Europe/Paris
6456487	Le Plessis-Feu-Aussoux	le-plessis-feu-aussoux	Le Plessis-Feu-Aussoux		FR	11	77	773	77365	571	Europe/Paris
6456488	Le Plessis-Placy	le-plessis-placy	Le-Plessi-Plasi,Ле-Плесси-Пласи,Ле-Плессі-Пласі		FR	11	77	771	77367	271	Europe/Paris
6456489	La Rochette	la-rochette	La Rochette,La-Roshett,Ла-Рошетт,لا روشیت، سینی-اے-مارنی		FR	11	77	772	77389	3365	Europe/Paris
6456490	La Tombe	la-tombe			FR	11	77	773	77467	233	Europe/Paris
6456491	La Trétoire	la-tretoire			FR	11	77	773	77472	482	Europe/Paris
6456492	Le Vaudoué	le-vaudoue	Le Vaudoue,Le Vaudoué		FR	11	77	774	77485	749	Europe/Paris
6456493	Les Bréviaires	les-breviaires			FR	11	78	782	78108	1215	Europe/Paris
6456494	La Celle-les-Bordes	la-celle-les-bordes	Celle-les-Bordes,La Celle-les-Bordes,La-Sel'-le-Bord,Sel le Bord,Ла-Сель-ле-Борд,Сел ле Борд,لا سیل-لے-بورڈیس		FR	11	78	782	78125	831	Europe/Paris
6456495	La Celle-Saint-Cloud	la-celle-saint-cloud			FR	11	78	784	78126	20973	Europe/Paris
6456496	Les Clayes-sous-Bois	les-clayes-sous-bois	Les Clayes-sous-Bois		FR	11	78	784	78165	17512	Europe/Paris
6456497	Les Essarts-le-Roi	les-essarts-le-roi	Les Essarts-le-Roi		FR	11	78	782	78220	6758	Europe/Paris
6456498	La Falaise	la-falaise	La Falaise		FR	11	78	781	78230	581	Europe/Paris
6456499	La Hauteville	la-hauteville	La Hauteville		FR	11	78	781	78302	178	Europe/Paris
6456500	Le Mesnil-le-Roi	le-mesnil-le-roi	Le Mesnil-le-Roi		FR	11	78	783	78396	6276	Europe/Paris
6456501	Le Mesnil-Saint-Denis	le-mesnil-saint-denis			FR	11	78	782	78397	6751	Europe/Paris
6456502	Les Mesnuls	les-mesnuls	Les Mesnuls		FR	11	78	782	78398	862	Europe/Paris
6456503	Les Mureaux	les-mureaux	Les Mureaux		FR	11	78	781	78440	32575	Europe/Paris
6456504	Le Pecq	le-pecq	Le Pecq		FR	11	78	783	78481	15880	Europe/Paris
6456505	Le Perray-en-Yvelines	le-perray-en-yvelines	Le Perray-en-Yvelines		FR	11	78	782	78486	6776	Europe/Paris
6456506	Le Port-Marly	le-port-marly	Le Port-Marly		FR	11	78	783	78502	5493	Europe/Paris
6456507	Le Tertre-Saint-Denis	le-tertre-saint-denis	Le Tertre-Saint-Denis		FR	11	78	781	78608	124	Europe/Paris
6456508	Le Tremblay-sur-Mauldre	le-tremblay-sur-mauldre	Le Tremblay-sur-Mauldre		FR	11	78	782	78623	920	Europe/Paris
6456509	La Villeneuve-en-Chevrie	la-villeneuve-en-chevrie	La Villeneuve-en-Chevrie		FR	11	78	781	78668	635	Europe/Paris
6456510	La Ferrière-en-Parthenay	la-ferriere-en-parthenay	La Ferriere-en-Parthenay,La Ferrière-en-Parthenay		FR	75	79	793	79120	804	Europe/Paris
6456511	La Forêt-sur-Sèvre	la-foret-sur-sevre			FR	75	79	791	79123	2337	Europe/Paris
6456512	Les Fosses	les-fosses	Les Fosses		FR	75	79	792	79126	446	Europe/Paris
6456513	La Foye-Monjault	la-foye-monjault	La Foye-Monjault		FR	75	79	792	79127	836	Europe/Paris
6456514	Les Groseillers	les-groseillers	Les Groseillers		FR	75	79	793	79139	57	Europe/Paris
6456515	La Mothe-Saint-Héray	la-mothe-saint-heray	La Mothe-Saint-Heray,La Mothe-Saint-Héray		FR	75	79	792	79184	1699	Europe/Paris
6456516	La Petite-Boissière	la-petite-boissiere			FR	75	79	791	79207	638	Europe/Paris
6456517	La Peyratte	la-peyratte	La-Pejratt,Ла-Пейратт		FR	75	79	793	79208	1170	Europe/Paris
6456518	Le Retail	le-retail	Le Retail		FR	75	79	793	79226	279	Europe/Paris
6456519	La Rochénard	la-rochenard	La Rochenard,La Rochénard		FR	75	79	792	79229	581	Europe/Paris
6456520	Le Tallud	le-tallud			FR	75	79	793	79322	2033	Europe/Paris
6456521	Le Boisle	le-boisle	L'Boele,Le Boisle,Le-Bual',L’Boèle,lei bu wa er,Ле-Буаль,勒布瓦尔		FR	32	80	801	80109	360	Europe/Paris
6456522	La Chaussée-Tirancourt	la-chaussee-tirancourt	Chaussee-Tirancourt,Chaussée-Tirancourt,La Chaussee-Tirancourt,La Chaussée-Tirancourt,La-Shosse-Tirankur,L’Cœuchie-Tinincourt,Shose Tirankur,la shao sai di lang ku er,la shwsy-trankwrt,Ла-Шоссе-Тіранкур,Шосе Тиранкур,لا شوسی-ترانکورت,拉绍塞蒂朗库尔		FR	32	80	802	80187	659	Europe/Paris
6456523	La Chavatte	la-chavatte	Chavatte,L'Chavate,La Chavatte,La-Shavatt,L’Chavate,Shavat,la sha wa te,la shawaty,Ла-Шаватт,Шават,لا شاواتی,拉沙瓦特		FR	32	80	804	80189	74	Europe/Paris
6456524	La Faloise	la-faloise	La Faloise		FR	32	80	803	80299	223	Europe/Paris
6456525	Le Mazis	le-mazis	El Mazi,Le Mazis,Le-Mazi,lei ma qi,Èl Mazi,Ле-Мазі,勒马齐		FR	32	80	802	80522	106	Europe/Paris
6456526	Le Meillard	le-meillard			FR	32	80	802	80526	154	Europe/Paris
6456527	Le Mesge	le-mesge	LMage,Le Mesge,Le-Mezh,lei mei ri,Ле-Меж,勒梅日		FR	32	80	802	80535	180	Europe/Paris
6456528	La Neuville-lès-Bray	la-neuville-les-bray	LNeuville-les-Bray,LNeuville-lès-Bray,La Neuville-les-Bray,La Neuville-lès-Bray,La-Nevil'-le-Bre,ne wei er lai bu lai,Ла-Невіль-ле-Бре,لا نیوویل-لے-برای,讷维尔莱布赖		FR	32	80	804	80593	266	Europe/Paris
6456529	La Neuville-Sire-Bernard	la-neuville-sire-bernard	LNeuville-Sire-Bernard,La-Nevil'-Sir-Bernar,la ne wei er xi er bei er na,la nywwyl-syry-brnard,Ла-Невіль-Сір-Бернар,لا نیوویل-سیری-برنارد,拉讷维尔西尔贝尔纳		FR	32	80	803	80595	281	Europe/Paris
6456530	Le Plessier-Rozainvillers	le-plessier-rozainvillers	Le Plessier-Rozainvillers,Le-Ples'e-Rozenville,Plessii-Rozinviler,Plessii-Rozinvilèr,lei pu lai xi ye-luo zan wei lai er,Ле-Плесьє-Розенвілле,勒普莱西耶-罗赞维莱尔		FR	32	80	803	80628	749	Europe/Paris
6456531	Le Quesne	le-quesne	LTchene,LTchène,Le Quesne,Le-Ken,lei kai ne,Ле-Кен,勒凯讷		FR	32	80	802	80651	271	Europe/Paris
6456532	Le Quesnel	le-quesnel	Le Quesnel		FR	32	80	803	80652	798	Europe/Paris
6456533	Le Titre	le-titre	El Tite,Le Titre,Le-Titr,lei di te er,Él Tite,Ле-Тітр,勒蒂特尔		FR	32	80	801	80763	368	Europe/Paris
6456534	Le Translay	le-translay	L Tranlay,Le-Transle,lei te lang si lai,Ле-Трансле,勒特朗斯莱		FR	32	80	802	80767	245	Europe/Paris
6456535	La Vicogne	la-vicogne	LVicongne,La Vicogne,La-Vikon',la wei ke nie,la wykwgny,Ла-Віконь,لا ویکوگنی,拉维科涅		FR	32	80	802	80792	253	Europe/Paris
6456536	Le Garric	le-garric	Le Garric		FR	76	81	811	81101	1258	Europe/Paris
6456537	Le Masnau-Massuguiès	le-masnau-massuguies	Le Masnau-Massuguies,Le Masnau-Massuguiès		FR	76	81	812	81158	272	Europe/Paris
6456538	Le Rialet	le-rialet	Le Rialet		FR	76	81	812	81223	55	Europe/Paris
6456539	Le Riols	le-riols			FR	76	81	811	81224	105	Europe/Paris
6456540	La Sauzière-Saint-Jean	la-sauziere-saint-jean	La Sauziere-Saint-Jean,La Sauzière-Saint-Jean		FR	76	81	811	81279	270	Europe/Paris
6456542	Le Vintrou	le-vintrou	Le Vintrou		FR	76	81	812	81321	83	Europe/Paris
6456543	Le Pin	le-pin			FR	76	82	821	82139	123	Europe/Paris
6456544	La Salvetat-Belmontet	la-salvetat-belmontet	La Salvetat-Belmontet		FR	76	82	822	82176	807	Europe/Paris
6456545	Le Revest-les-Eaux	le-revest-les-eaux			FR	93	83	832	83103	3812	Europe/Paris
6456546	La Roquebrussanne	la-roquebrussanne	La Rocabrussana,La Roquebrussanne,La Ròcabrussana,La-Rokbrjusan,La-Rokbrjussann,la luo qu ai bu lu sa na,la rwkwybrwsanny,Ла-Рокбрюсан,Ла-Рокбрюссанн,لا روکویبروساننی,拉罗屈埃布吕萨纳		FR	93	83	833	83108	2578	Europe/Paris
6456547	La Roque-Esclapon	la-roque-esclapon	La Roca Esclapon,La Roca dEsclapon,La Roque-Esclapon,La Ròca Esclapon,La Ròca dEsclapon,La-Rok-Ehsklapon,La-Rok-Esklapon,la luo qu e ai si ke la peng,la rwkwy-aysklapwn,Ла-Рок-Есклапон,Ла-Рок-Эсклапон,لا روکوی-ایسکلاپون,拉罗屈厄埃斯克拉蓬		FR	93	83	831	83109	276	Europe/Paris
6456548	La Seyne-sur-Mer	la-seyne-sur-mer	La Seyne-sur-Mer		FR	93	83	832	83126	64620	Europe/Paris
6456549	Le Thoronet	le-thoronet	Le Thoronet		FR	93	83	833	83136	2449	Europe/Paris
6456550	Le Val	le-val	Le Val		FR	93	83	833	83143	4297	Europe/Paris
6456551	La Valette-du-Var	la-valette-du-var	La Valeta,La Valette-du-Var,La-Valett-dju-Var,la wa lei te di wa,lwlt dw wr,Ла-Валетт-дю-Вар,لولت دو ور,ラ・ヴァレット＝デュ＝ヴァール,拉瓦勒特迪瓦		FR	93	83	832	83144	23775	Europe/Paris
6456552	La Verdière	la-verdiere	La Verdiere,La Verdière		FR	93	83	833	83146	1600	Europe/Paris
6456553	La Roque-Alric	la-roque-alric			FR	93	84	843	84100	51	Europe/Paris
6456554	La Roque-sur-Pernes	la-roque-sur-pernes			FR	93	84	843	84101	414	Europe/Paris
6456555	Le Thor	le-thor	Le Thor		FR	93	84	842	84132	8972	Europe/Paris
6456556	La Tour-d'Aigues	la-tour-d-aigues	La Tour-d'Aigues		FR	93	84	841	84133	4241	Europe/Paris
6456557	Le Givre	le-givre			FR	52	85	853	85101	492	Europe/Paris
6456558	Le Gué-de-Velluire	le-gue-de-velluire	Le Gue-de-Velluire,Le Gué-de-Velluire,Le-Ge-de-Velljuir,lai ju e de fu lu yi lei,Ле-Ге-де-Веллюїр,莱居厄德弗吕伊勒		FR	52	85	851	85105	546	Europe/Paris
6456559	La Guérinière	la-gueriniere	La-Gerin'er,la gwyrynyry,la ju ai li ni ai,Ла-Гериньєр,لا گویرینیری,拉居埃里尼埃		FR	52	85	853	85106	1359	Europe/Paris
6456561	Les Herbiers	les-herbiers	Les Herbiers		FR	52	85	852	85109	15972	Europe/Paris
6456562	La Jaudonnière	la-jaudonniere	La Jaudonniere,La Jaudonnière		FR	52	85	851	85115	613	Europe/Paris
6456563	La Jonchère	la-jonchere	La Jonchere,La Jonchère		FR	52	85	853	85116	440	Europe/Paris
6456564	Le Langon	le-langon			FR	52	85	851	85121	1046	Europe/Paris
6456565	Les Lucs-sur-Boulogne	les-lucs-sur-boulogne	Les Lucs-sur-Boulogne		FR	52	85	852	85129	3427	Europe/Paris
6456566	Le Mazeau	le-mazeau	Le Mazeau		FR	52	85	851	85139	456	Europe/Paris
6456567	La Meilleraie-Tillay	la-meilleraie-tillay			FR	52	85	851	85140	1513	Europe/Paris
6456568	La Merlatière	la-merlatiere	La Merlatiere,La Merlatière,La-Merlat'er,la mei er la di ai,Ла-Мерлатьєр,لا میرلاٹیرے,拉梅尔拉蒂埃		FR	52	85	852	85142	989	Europe/Paris
6456569	Les Achards	les-achards	La-Mot-Ashar,Les Achards,la mo te a sha er,Ла-Мот-Ашар,لا موتھ-اچارڈ,拉莫特阿沙尔		FR	52	85	853	85152	5001	Europe/Paris
6456570	Le Perrier	le-perrier			FR	52	85	853	85172	1989	Europe/Paris
6456571	Les Pineaux	les-pineaux	Les Pineaux		FR	52	85	851	85175	626	Europe/Paris
6456572	Les Velluire-sur-Vendée	les-velluire-sur-vendee	Les Velluire-sur-Vendee,Les Velluire-sur-Vendée		FR	52	85	851	85177	1375	Europe/Paris
6456573	Le Poiré-sur-Vie	le-poire-sur-vie	Le Poire-sur-Vie,Le Poiré-sur-Vie,Le-Puare-sjur-Vi,wei ye he pan lai pu wa lei,Ле-Пуаре-сюр-Ві,维耶河畔莱普瓦勒		FR	52	85	852	85178	8497	Europe/Paris
6456575	La Rabatelière	la-rabateliere	La Rabateliere,La Rabatelière,La-Rabatel'er,la la ba tai li ai,Ла-Рабательєр,لا راباٹیلیری,拉拉巴泰利埃		FR	52	85	852	85186	975	Europe/Paris
6456576	La Réorthe	la-reorthe	La-Reort,la lei ao er te,la rywrdy,Ла-Реорт,لا ریوردی,拉雷奥尔特		FR	52	85	851	85188	1097	Europe/Paris
6456577	La Roche-sur-Yon	la-roche-sur-yon	La Roche-sur-Yon		FR	52	85	852	85191	53741	Europe/Paris
6456578	Les Sables-d'Olonne	les-sables-d-olonne			FR	52	85	853	85194	43219	Europe/Paris
6456579	La Taillée	la-taillee	La Taillee,La Taillée		FR	52	85	851	85286	579	Europe/Paris
6456580	La Tardière	la-tardiere			FR	52	85	851	85289	1304	Europe/Paris
6456581	La Grimaudière	la-grimaudiere			FR	75	86	861	86108	387	Europe/Paris
6456582	Les Ormes	les-ormes	Les Ormes,Lez-Orm,lai suo er mo,Лез-Орм,莱索尔默		FR	75	86	861	86183	1643	Europe/Paris
6456583	La Puye	la-puye	La Puye		FR	75	86	863	86202	613	Europe/Paris
6456584	La Roche-Posay	la-roche-posay	La Roche-Posay		FR	75	86	861	86207	1556	Europe/Paris
6456586	La Trimouille	la-trimouille	La Trimouille		FR	75	86	862	86273	904	Europe/Paris
6456587	Le Vigeant	le-vigeant	Le Vigeant		FR	75	86	862	86289	716	Europe/Paris
6456588	La Villedieu-du-Clain	la-villedieu-du-clain	La Villedieu-du-Clain		FR	75	86	863	86290	1591	Europe/Paris
6456589	Le Palais-sur-Vienne	le-palais-sur-vienne	Le Palais-sur-Vienne,Le-Pale-sjur-V'enn,Le-Pale-sjur-Venn,Lo Palatz,Lu Palaic,Lu Palaiç,Palais-sur-Vienne,wei ai na he pan lai pa lai,Ле-Пале-сюр-Вьенн,Ле-Пале-сюр-Вєнн,维埃纳河畔莱帕莱		FR	75	87	872	87113	6043	Europe/Paris
6456590	La Roche-l'Abeille	la-roche-l-abeille	La Roche-l'Abeille		FR	75	87	872	87127	619	Europe/Paris
6456591	Les Salles-Lavauguyon	les-salles-lavauguyon			FR	75	87	873	87189	144	Europe/Paris
6456592	Le Vigen	le-vigen	Le Vigen,Le-Vizhan,Lo Vijan,lai wei rang,Ле-Вижан,Ле-Віжан,莱维让		FR	75	87	872	87205	2151	Europe/Paris
6456593	Le Clerjus	le-clerjus	Clerjus,Klerzhi,Le-Klerzhu,lei ke lai er rui,Клержи,Ле-Клержу,勒克莱尔瑞		FR	44	88	881	88108	562	Europe/Paris
6456594	La Croix-aux-Mines	la-croix-aux-mines	La Croix-aux-Mines		FR	44	88	883	88120	509	Europe/Paris
6456595	La Forge	la-forge	Forge,Forzhe,La Forge,La-Forzh,la fu er ge,la fwrgy  wwsgys,Ла-Форж,Форже,لا فورگی، ووسگیس,拉福尔格		FR	44	88	881	88177	531	Europe/Paris
6456596	Les Forges	les-forges	Forges,Forzh,Le-Forzh,lai si fu er re,Ле-Форж,Форж,莱斯福尔热		FR	44	88	881	88178	1885	Europe/Paris
6456597	La Haye	la-haye	E,Haye,La-E,la ai,Е,Ла-Е,لا ہائے، ووسگیس,拉艾		FR	44	88	881	88236	110	Europe/Paris
6457039	La Chapelle-Naude	la-chapelle-naude	La Chapelle-Naude		FR	27	71	714	71092	551	Europe/Paris
6456598	La Houssière	la-houssiere	La-Us'er,luo xi ai,Ла-Усьер,Ла-Усьєр,لا ہوسیری,洛西埃		FR	44	88	883	88244	592	Europe/Paris
6456599	Le Ménil	le-menil	Le Menil,Le Ménil		FR	44	88	881	88302	1073	Europe/Paris
6456600	Le Mont	le-mont	Le Mont,Le-Mon,l twnl,lei meng,Ле-Мон,ل تونل,勒蒙		FR	44	88	883	88306	50	Europe/Paris
6456601	La Neuveville-devant-Lépanges	la-neuveville-devant-lepanges	La Neuveville-devant-Lepanges,La Neuveville-devant-Lépanges,La-Nevvil'-devan-Lepanzh,la na wo wei er de wang lai pang re,Ла-Неввиль-деван-Лепанж,Ла-Неввіль-деван-Лепанж,لا نیوویولے-ڈیوانٹ-لیپانگیس,拉纳沃维尔德旺莱庞热		FR	44	88	881	88322	502	Europe/Paris
6456602	La Neuveville-sous-Châtenois	la-neuveville-sous-chatenois	La Neuveville-sous-Chatenois,La Neuveville-sous-Châtenois		FR	44	88	882	88324	378	Europe/Paris
6456603	La Neuveville-sous-Montfort	la-neuveville-sous-montfort	La Neuveville-sous-Montfort		FR	44	88	882	88325	178	Europe/Paris
6456604	La Petite-Raon	la-petite-raon	La Petite-Raon,La-Petit-Raon,la pei di te lang,Ла-Петит-Раон,Ла-Петіт-Раон,لا پیٹیٹی-راؤن,拉佩蒂特朗		FR	44	88	883	88346	755	Europe/Paris
6456605	Les Poulières	les-poulieres	Le-Pul'er,Les Poulieres,Les Poulières,lai si pu li ai,Ле-Пульер,Ле-Пульєр,莱斯普利埃		FR	44	88	883	88356	238	Europe/Paris
6456606	Le Puid	le-puid	Le Puid		FR	44	88	883	88362	96	Europe/Paris
6456607	Les Rouges-Eaux	les-rouges-eaux	Le-Ruzh-O,Les Rouges-Eaux,lai si lu re ao,Ле-Руж-О,莱斯鲁热奥		FR	44	88	883	88398	89	Europe/Paris
6456608	Le Roulier	le-roulier	Le-Rul'e,lai lu li ye,Ле-Рулье,Ле-Рульє,莱鲁利耶		FR	44	88	881	88399	197	Europe/Paris
6456609	La Salle	la-salle	La Salle,La-Sal',la sa er,Ла-Саль,ラ・サル,拉萨尔		FR	44	88	883	88438	396	Europe/Paris
6456610	Le Saulcy	le-saulcy	Le Saulcy,Le-Sol'si,lai suo er xi,Ле-Сольси,Ле-Сольсі,莱索尔西		FR	44	88	883	88444	329	Europe/Paris
6456611	Le Syndicat	le-syndicat			FR	44	88	881	88462	1912	Europe/Paris
6456612	Le Thillot	le-thillot	Le Thillot		FR	44	88	881	88468	3454	Europe/Paris
6456613	Le Tholy	le-tholy	Le Tholy		FR	44	88	881	88470	1581	Europe/Paris
6456614	Les Thons	les-thons	Les Thons		FR	44	88	882	88471	106	Europe/Paris
6456615	Le Val-d'Ajol	le-val-d-ajol	Le Val-d'Ajol		FR	44	88	881	88487	3884	Europe/Paris
6456616	Le Valtin	le-valtin			FR	44	88	883	88492	75	Europe/Paris
6456617	Le Vermont	le-vermont			FR	44	88	883	88501	70	Europe/Paris
6456618	La Voivre	la-voivre	La-Vuavr,la wa fu er,la wwywry  wwsgys,Ла-Вуавр,لا وویوری، ووسگیس,拉瓦夫尔		FR	44	88	883	88519	692	Europe/Paris
6456619	Les Voivres	les-voivres	Les Voivres		FR	44	88	881	88520	315	Europe/Paris
6456620	Les Clérimois	les-clerimois	Les Clerimois,Les Clérimois		FR	27	89	893	89111	295	Europe/Paris
6456621	La Ferté-Loupière	la-ferte-loupiere	La Ferte-Loupiere,La Ferté-Loupière		FR	27	89	891	89163	519	Europe/Paris
6456622	La Postolle	la-postolle	La Postolle		FR	27	89	893	89310	141	Europe/Paris
6456623	Les Sièges	les-sieges	Les Sieges,Les Sièges		FR	27	89	893	89395	420	Europe/Paris
6456624	Le Coudray-Montceaux	le-coudray-montceaux	Le Coudray-Montceaux		FR	11	91	912	91179	4898	Europe/Paris
6456625	La Ferté-Alais	la-ferte-alais			FR	11	91	911	91232	3880	Europe/Paris
6456626	La Forêt-le-Roi	la-foret-le-roi	La Foret-le-Roi,La Forêt-le-Roi		FR	11	91	911	91247	523	Europe/Paris
6456627	La Forêt-Sainte-Croix	la-foret-sainte-croix	La Foret-Sainte-Croix,La Forêt-Sainte-Croix		FR	11	91	911	91248	163	Europe/Paris
6456628	Les Granges-le-Roi	les-granges-le-roi	Les Granges-le-Roi		FR	11	91	911	91284	1212	Europe/Paris
6456629	Les Molières	les-molieres	Les Molieres,Les Molières		FR	11	91	913	91411	1957	Europe/Paris
6456630	La Norville	la-norville	La Norville		FR	11	91	913	91457	4090	Europe/Paris
6456631	Le Plessis-Pâté	le-plessis-pate	Le Plessis-Pate,Le Plessis-Pâté		FR	11	91	913	91494	4083	Europe/Paris
6456632	Le Val-Saint-Germain	le-val-saint-germain	Le Val-Saint-Germain		FR	11	91	911	91630	1456	Europe/Paris
6456633	La Ville-du-Bois	la-ville-du-bois	La Ville-du-Bois		FR	11	91	913	91665	7435	Europe/Paris
6456634	La Chapelle-en-Vexin	la-chapelle-en-vexin	La Chapelle-en-Vexin		FR	11	95	953	95139	341	Europe/Paris
6456635	Le Heaulme	le-heaulme			FR	11	95	953	95303	209	Europe/Paris
6456636	Le Mesnil-Aubry	le-mesnil-aubry	Le Mesnil-Aubry		FR	11	95	952	95395	930	Europe/Paris
6456637	Le Perchay	le-perchay	Le Perchay		FR	11	95	953	95483	549	Europe/Paris
6456638	Le Plessis-Bouchard	le-plessis-bouchard	Le Plessis-Bouchard		FR	11	95	951	95491	8230	Europe/Paris
6456639	Le Plessis-Gassot	le-plessis-gassot	Le Plessis-Gassot		FR	11	95	952	95492	73	Europe/Paris
6456640	Le Plessis-Luzarches	le-plessis-luzarches			FR	11	95	952	95493	141	Europe/Paris
6456641	Le Thillay	le-thillay	Le Thillay		FR	11	95	952	95612	4427	Europe/Paris
6456642	La Boisse	la-boisse	La Boisse		FR	84	01	012	01049	3021	Europe/Paris
6456643	La Burbanche	la-burbanche	La Burbanche,La Byurbans,La-Bjurbansh,la bu er bang shen,la bwrbansh,Ла-Бюрбанш,Լա Բյուրբանշ,لا بوربانش,拉布尔邦什		FR	84	01	011	01066	71	Europe/Paris
6456644	La Chapelle-du-Châtelard	la-chapelle-du-chatelard	Chapelle-du-Chatelard,Chapelle-du-Châtelard,La Chapelle-du-Chatelard,La Chapelle-du-Châtelard,La Sapel dyu Satlar,La-Shapel'-dju-Shatlar,Shapel di Shatlar,la sha pei er di sha te la er,la-shabyl-dw-shatylar,Ла-Шапель-дю-Шатлар,Шапел ди Шатлар,Լա Շապել դյու Շատլար,لا-شابيل-دو-شاتيلار,拉沙佩尔迪沙特拉尔		FR	84	01	012	01085	387	Europe/Paris
6456645	Les Autels	les-autels	Autels,Lez-Otel',Otel,lai suo tai lei,Лез-Отель,Отел,莱索泰勒		FR	32	02	025	02038	58	Europe/Paris
6456646	Le Bouchaud	le-bouchaud	Bouchaud,Busho,Le Bouchaud,Le-Busho,lei bu shao,Бушо,Ле-Бушо,勒布绍		FR	84	03	033	03035	214	Europe/Paris
6456647	Le Brethon	le-brethon	Le Brethon,Le-Breton,Lo Breton,lei bu lei tong,Ле-Бретон,勒布雷通		FR	84	03	031	03041	327	Europe/Paris
6456648	La Chapelaude	la-chapelaude	Chapelaude,La Chapela Auda,La Chapela dAuda,La Chapelaude,La Chapèla dAuda,La Saplod,La Šaplod,La-Shaplod,Shapelod,la sha pei luo de,Ла-Шаплод,Шапелод,拉沙佩洛德		FR	84	03	031	03055	1002	Europe/Paris
6456649	La Chapelle	la-chapelle	Capella,La Chapela,La Chapela dArona,La Chapèla dArona,La-Shapel',la sha pei lei,Ла-Шапель,拉沙佩勒		FR	84	03	033	03056	372	Europe/Paris
6456650	La Chapelle-aux-Chasses	la-chapelle-aux-chasses	Chapelle-aux-Chasses,La Chapelle-aux-Chasses,La-Shapel'-o-Shas,La-Shapel'-o-Shass,Shapel o Shas,la sha pei lei ao sha sai,Ла-Шапель-о-Шас,Ла-Шапель-о-Шасс,Шапел о Шас,拉沙佩勒奥沙塞		FR	84	03	032	03057	212	Europe/Paris
6456651	La Brillanne	la-brillanne	La Brillanne		FR	93	04	044	04034	1142	Europe/Paris
6456652	Le Brusquet	le-brusquet	Le Brusquet		FR	93	04	043	04036	957	Europe/Paris
6456653	Le Caire	le-caire	Caire,Ker,Le Caire,Le-Ker,Lo Caire,lei kai er,Кер,Ле-Кер,勒凯尔		FR	93	04	044	04037	68	Europe/Paris
6456654	Le Fugeret	le-fugeret	Le Fugeret		FR	93	04	042	04090	195	Europe/Paris
6456655	La Javie	la-javie	La Javie		FR	93	04	043	04097	397	Europe/Paris
6456656	La Bâtie-Montsaléon	la-batie-montsaleon	La Batie-Montsaleon,La Bâtie-Montsaléon		FR	93	05	052	05016	244	Europe/Paris
6456657	La Bâtie-Neuve	la-batie-neuve	La Batie-Neuve,La Bâtie-Neuve		FR	93	05	052	05017	2506	Europe/Paris
6456658	La Bâtie-Vieille	la-batie-vieille	Bati Vjej,Batie-Vieille,Bâtie-Vieille,La Bastia Vielha,La Batie-Vieille,La Bâtie-Vieille,La-Bati-V'ej,La-Bati-Vej,la ba di ye wei ye yi er,Бати Вјеј,Ла-Бати-Вьей,Ла-Баті-Вєй,لا باٹیی-ویل,拉巴蒂耶维耶伊尔		FR	93	05	052	05018	350	Europe/Paris
6456659	La Beaume	la-beaume	La Beaume		FR	93	05	052	05019	156	Europe/Paris
6456660	Le Bersac	le-bersac	Le Bersac		FR	93	05	052	05021	151	Europe/Paris
6456663	La Fare-en-Champsaur	la-fare-en-champsaur	La Fare-en-Champsaur		FR	93	05	052	05054	443	Europe/Paris
6456664	La Faurie	la-faurie	La Fauria,La-Fori,la fu li ye,la fwry,Ла-Фори,Ла-Форі,لا فوری,拉福里耶		FR	93	05	052	05055	322	Europe/Paris
6456665	La Freissinouse	la-freissinouse	La Fraissinosa,La Freissinouse,La-Fressinuz,la frysynwsy,la fu lei sang wu si,Ла-Фрессинуз,Ла-Фрессінуз,لا فریسینوسی,拉夫雷桑乌斯		FR	93	05	052	05059	821	Europe/Paris
6456666	Le Glaizil	le-glaizil	Glaizil,Glezil,Le Glaizil,Le-Glezij,Le-Glezil',Lo Glaisiu,lei ge lai qi,Глезил,Ле-Глезиль,Ле-Глезій,勒格莱齐		FR	93	05	052	05062	170	Europe/Paris
6456668	Le Monêtier-les-Bains	le-monetier-les-bains	Le Monetier-les-Bains,Le Monêtier-les-Bains		FR	93	05	051	05079	1040	Europe/Paris
6456669	La Motte-en-Champsaur	la-motte-en-champsaur	La Mota de Champsaur,La-Mot-an-Shansor,La-Mott-an-Shamsor,la mwt-ayn-champswr,shang pu suo de qu la mo te,Ла-Мот-ан-Шансор,Ла-Мотт-ан-Шамсор,لا موت-این-چامپسور,尚普索地区拉莫特		FR	93	05	052	05090	219	Europe/Paris
6456670	Le Noyer	le-noyer	Le Noyer		FR	93	05	052	05095	290	Europe/Paris
6456671	Les Orres	les-orres	Les Orres		FR	93	05	052	05098	575	Europe/Paris
6456672	La Bollène-Vésubie	la-bollene-vesubie	La Bollene-Vesubie,La Bollène-Vésubie		FR	93	06	062	06020	579	Europe/Paris
6456673	Le Broc	le-broc	Le Broc		FR	93	06	061	06025	1409	Europe/Paris
6456674	Le Cannet	le-cannet	Le Cannet		FR	93	06	061	06030	41612	Europe/Paris
6456675	La Colle-sur-Loup	la-colle-sur-loup	La Colle-sur-Loup		FR	93	06	061	06044	7866	Europe/Paris
6456676	La Croix-sur-Roudoule	la-croix-sur-roudoule	La Croix-sur-Roudoule		FR	93	06	062	06051	98	Europe/Paris
6456677	Les Ferres	les-ferres	Le-Fer,Le-Ferr,Les Ferres,Sei Feras,Sei Ferres,Sei Fèras,lai si fu er lei,lyh fyrys,Ле-Фер,Ле-Ферр,ليه فيريس,莱斯弗尔雷		FR	93	06	061	06061	106	Europe/Paris
6456678	La Gaude	la-gaude	La Gaude		FR	93	06	061	06065	6430	Europe/Paris
6456679	La Penne	la-penne	La Pena,La Penne,La-Pen,La-Penn,Pinna,la byn  alalb aljblyt,la pang,la pnh,Ла-Пен,Ла-Пенн,لا بين، الألب الجبلية,لا پنه,拉庞		FR	93	06	062	06093	229	Europe/Paris
6456680	Les Assions	les-assions	Les Assions		FR	84	07	071	07017	724	Europe/Paris
6456681	Le Béage	le-beage	Le Beage,Le Béage		FR	84	07	071	07026	257	Europe/Paris
6456682	Le Cheylard	le-cheylard	Le Cheylard		FR	84	07	073	07064	2991	Europe/Paris
6456683	Le Crestet	le-crestet	Crestet,Krete,Le Crestet,Le-Kreste,Lo Crestet,lei ke lei si tai,Крете,Ле-Кресте,勒克雷斯泰		FR	84	07	073	07073	519	Europe/Paris
6456684	Les Grandes-Armoises	les-grandes-armoises	Les Grandes-Armoises		FR	44	08	084	08019	61	Europe/Paris
6456685	Les Ayvelles	les-ayvelles	Ayvelles,Evel,Les Ayvelles,Lez-Ehvel',Lez-Ejvel',lai sa wei lei,Евел,Лез-Ейвель,Лез-Эвель,莱萨韦勒		FR	44	08	081	08040	902	Europe/Paris
6456686	La Berlière	la-berliere	Berliere,Berlijer,Berlière,La Berliere,La Berlière,La-Berl'er,la bei li ye er,la byrlyyry,Берлијер,Ла-Берльер,Ла-Берльєр,لا بیرلییری,拉贝利耶尔		FR	44	08	084	08061	42	Europe/Paris
6456687	La Besace	la-besace	Besace,Bezas,La Besace,La-Bezas,la bo sa si,la bysaky,Безас,Ла-Безас,لا بیساکی,拉伯萨斯		FR	44	08	083	08063	138	Europe/Paris
6456688	La Bastide-de-Besplas	la-bastide-de-besplas	Bastid de Bepla,Bastide-de-Besplas,La Bastida de Besplas,La Bastida de Besplàs,La Bastide-de-Besplas,La-Bastid-de-Bespla,La-Bastid-de-Besplas,la ba si di de de bei si pu la,Бастид де Бепла,Ла-Бастид-де-Беспла,Ла-Бастід-де-Бесплас,لا باسٹیڈی-ڈی-بیسپلاس,拉巴斯蒂德德贝斯普拉		FR	76	09	093	09038	379	Europe/Paris
6456689	La Bastide-de-Bousignac	la-bastide-de-bousignac	Bastid de Buzinak,Bastide-de-Bousignac,La Bastida de Bosinhac,La Bastide-de-Bousignac,La-Bastid-de-Buzin'jak,la ba si di de de bu xi ni ya ke,Бастид де Бузињак,Ла-Бастид-де-Бузиньяк,Ла-Бастід-де-Бузіньяк,لا باسٹیڈی-ڈی-بوسیگناک,拉巴斯蒂德德布西尼亚克		FR	76	09	092	09039	336	Europe/Paris
6456690	La Bastide-du-Salat	la-bastide-du-salat	Bastid di Sala,Bastide-du-Salat,Era Bastida de Salat,La Bastida de Seron,La Bastide-du-Salat,La-Bastid-dju-Sala,La-Bastid-dju-Salat,la ba si di de di sa la,Бастид ди Сала,Ла-Бастид-дю-Сала,Ла-Бастід-дю-Салат,لا باسٹیڈی-ڈو-سالاٹ,拉巴斯蒂德迪萨拉		FR	76	09	093	09041	172	Europe/Paris
6456691	La Bastide-de-Sérou	la-bastide-de-serou	La Bastide-de-Serou,La Bastide-de-Sérou		FR	76	09	093	09042	958	Europe/Paris
6456692	La Bastide-sur-l'Hers	la-bastide-sur-l-hers	La Bastide-sur-l'Hers		FR	76	09	092	09043	678	Europe/Paris
6456736	Le Bouchage	le-bouchage	Bouchage,Bushazh,Le Bouchage,Le-Bushazh,Бушаж,Ле-Бушаж		FR	75	16	163	16054	159	Europe/Paris
6456693	Les Bordes-sur-Arize	les-bordes-sur-arize	Las Bordas dArisa,Las Bòrdas dArisa,Le-Bord-sjur-Ariz,Les Bordes-sur-Arize,a li ci he pan lai si bo er dai,Ле-Борд-сюр-Ариз,阿里兹河畔莱斯博尔代		FR	76	09	093	09061	511	Europe/Paris
6456694	Bordes-Uchentein	bordes-uchentein	Eras Bordas de Les,Eras Bòrdas de Les,Le-Bor-sjur-Le,Le-Bord-sjur-Lez,lai he pan lai si bo er dai,Ле-Бор-сюр-Ле,Ле-Борд-сюр-Лез,莱河畔莱斯博尔代		FR	76	09	093	09062	177	Europe/Paris
6456695	Le Bosc	le-bosc	Le Bosc		FR	76	09	091	09063	100	Europe/Paris
6456696	Le Carlaret	le-carlaret	Le Carlaret		FR	76	09	092	09081	280	Europe/Paris
6456697	Les Bordes-Aumont	les-bordes-aumont			FR	44	10	103	10049	541	Europe/Paris
6456698	La Chaise	la-chaise	Chaise,La-Shez,Shez,la shaysy,la xie si,Ла-Шез,Шез,لا شائسی,拉谢斯		FR	44	10	101	10072	39	Europe/Paris
6456699	La Chapelle-Saint-Luc	la-chapelle-saint-luc			FR	44	10	103	10081	12796	Europe/Paris
6456700	Le Chêne	le-chene	Le Chene,Le Chêne		FR	44	10	103	10095	304	Europe/Paris
6456701	La Bezole	la-bezole	La Bezole		FR	76	11	112	11039	42	Europe/Paris
6456702	Le Bousquet	le-bousquet	Bousquet,Buke,El Bosquet,Le Bousquet,Le-Buske,l bwskat,lei bu si qu ai,Буке,Ле-Буске,ل بوسکات,勒布斯屈埃		FR	76	11	112	11047	43	Europe/Paris
6456703	La Cassaigne	la-cassaigne	Cassaigne,Kasen,La Cassaigne,La Cassanha,La-Kassen',la ka sai ni,la kasaygny,Касењ,Ла-Кассень,لا کاسایگنی,拉卡赛尼		FR	76	11	111	11072	183	Europe/Paris
6456704	Le Clat	le-clat	Le Clat		FR	76	11	112	11093	33	Europe/Paris
6456705	Le Bas Ségala	le-bas-segala	Le Bas Segala,Le Bas Ségala		FR	76	12	123	12021	1586	Europe/Paris
6456706	La Bastide-Pradines	la-bastide-pradines	Bastid Praden,Bastide-Pradines,La Bastida de Pradinas,La Bastide-Pradines,La-Bastid-Pradin,la ba si di de pu la di nei,Бастид Праден,Ла-Бастид-Прадин,Ла-Бастід-Прадін,لا باسٹیڈی-پراڈینیس,拉巴斯蒂德普拉迪内		FR	76	12	121	12022	102	Europe/Paris
6456707	La Bastide-Solages	la-bastide-solages	Bastid Solazh,Bastide-Solages,La Bastida de Solatge,La Bastide-Solages,La-Bastid-Solazh,la ba si di de suo la re,Бастид Солаж,Ла-Бастид-Солаж,Ла-Бастід-Солаж,لا باسٹیڈی-سولاگیس,拉巴斯蒂德索拉热		FR	76	12	121	12023	108	Europe/Paris
6456708	La Capelle-Balaguier	la-capelle-balaguier	Capelle-Balaguier,Kapel Balagje,La Capela de Balaguier,La Capelle-Balaguier,La Capèla de Balaguièr,La-Kapel'-Balag'e,La-Kapel'-Balage,la ka pei er ba la ji ye,la kyply-balagwyyr,Капел Балагје,Ла-Капель-Балагье,Ла-Капель-Балагє,لا کیپلی-بالاگوییر,拉卡佩尔巴拉吉耶		FR	76	12	123	12053	307	Europe/Paris
6456709	La Capelle-Bleys	la-capelle-bleys	Capelle-Bleys,Kapel Ble,La Capela Bleis,La Capela e Bleis,La Capelle-Bleys,La Capèla Blèis,La Capèla e Blèis,La-Kapel'-Ble,La-Kapel'-Blej,la ka pei er bu lai,la kyply-blyys,Капел Бле,Ла-Капель-Бле,Ла-Капель-Блей,لا کیپلی-بلییس,拉卡佩尔布莱		FR	76	12	123	12054	369	Europe/Paris
6456710	La Capelle-Bonance	la-capelle-bonance	Capelle-Bonance,Kapel Bonans,La Capela Bonanca,La Capela de Lenna,La Capelle-Bonance,La Capèla Bonança,La Capèla de Lenna,La-Kapel'-Bonans,la ka pei er bo nan ke,la kyply-bwnanky,Капел Бонанс,Ла-Капель-Бонанс,لا کیپلی-بونانکی,拉卡佩尔博南克		FR	76	12	122	12055	88	Europe/Paris
6456711	La Cavalerie	la-cavalerie	La Cavalerie		FR	76	12	121	12063	1075	Europe/Paris
6456712	Le Cayrol	le-cayrol	Le Cayrol		FR	76	12	122	12064	258	Europe/Paris
6456713	Le Clapier	le-clapier			FR	76	12	121	12067	79	Europe/Paris
6456714	Les Costes-Gozon	les-costes-gozon	Las Costas de Goson,Las Còstas de Goson,Le-Kost-Gozon,Les Costes-Gozon,lai si ke si tai ge zong,Ле-Кост-Гозон,莱斯科斯泰戈宗		FR	76	12	121	12078	186	Europe/Paris
6456715	La Couvertoirade	la-couvertoirade	Kuvertoirad,La Cobertoirada,La Couvertoirade,La-Kuvertuarad,la ku wei er tu wa la de,Кувертоирад,Ла-Кувертуарад,拉库韦尔图瓦拉德		FR	76	12	121	12082	186	Europe/Paris
6456716	La Cresse	la-cresse			FR	76	12	121	12086	313	Europe/Paris
6456717	La Bouilladisse	la-bouilladisse	Bolhadissa,Bouilladisse,Bujadis,La Borina,La Bouilladisse,La-Bujadis,La-Bujadiss,la bu ya di sai,Бујадис,Ла-Буйадис,Ла-Буядісс,لا بویلاڈیسی,拉布亚迪塞		FR	93	13	133	13016	6135	Europe/Paris
6456718	La Ciotat	la-ciotat	La Ciotat		FR	93	13	133	13028	35366	Europe/Paris
6456719	La Destrousse	la-destrousse			FR	93	13	133	13031	3442	Europe/Paris
6456720	La Fare-les-Oliviers	la-fare-les-oliviers	La Fare-les-Oliviers		FR	93	13	131	13037	8287	Europe/Paris
6456721	La Penne-sur-Huveaune	la-penne-sur-huveaune	La Penne-sur-Huveaune		FR	93	13	133	13070	6433	Europe/Paris
6456722	Le Puy-Sainte-Réparade	le-puy-sainte-reparade			FR	93	13	131	13080	5637	Europe/Paris
6456723	La Roque-d'Anthéron	la-roque-d-antheron	La Roque-d'Antheron,La Roque-d'Anthéron		FR	93	13	131	13084	5455	Europe/Paris
6456724	Le Rove	le-rove	Le Rove		FR	93	13	134	13088	5121	Europe/Paris
6456726	Les Authieux-sur-Calonne	les-authieux-sur-calonne			FR	28	14	143	14032	292	Europe/Paris
6456727	Souleuvre en Bocage	souleuvre-en-bocage	Le-Beni-Bokazh,Souleuvre en Bocage,lei bei ni bo ka ge,Ле-Бени-Бокаж,Ле-Бені-Бокаж,勒贝尼博卡格		FR	28	14	144	14061	8789	Europe/Paris
6456729	Le Bô	le-bo	Bo,Bô,Le Bo,Le Bô,Le-Bo,lei bo,Бо,Ле-Бо,勒博		FR	28	14	142	14080	112	Europe/Paris
6456730	La Boissière	la-boissiere	Boasjer,Boissiere,Boissière,La-Buas'er,la bu wa xi ai,Боасјер,Ла-Буасьер,Ла-Буасьєр,لا بویسییری، کالواڈوس,拉布瓦西埃		FR	28	14	143	14082	192	Europe/Paris
6456731	La Chapelle-d'Alagnon	la-chapelle-d-alagnon	La Chapelle-d'Alagnon		FR	84	15	153	15041	247	Europe/Paris
6456732	La Chapelle-Laurent	la-chapelle-laurent	Chapelle-Laurent,La Chapela e Vernairolas,La Chapelle Laurent,La Chapelle-Laurent,La Chapèla e Vernairòlas,La-Shapel'-Loran,Shapel Loran,la sha pei lei luo lang,Ла-Шапель-Лоран,Шапел Лоран,لا شاپیل-لورینٹ,拉沙佩勒洛朗		FR	84	15	153	15042	280	Europe/Paris
6456733	Le Claux	le-claux	Claux,Klo,Le Claux,Le-Klo,Lo Clautz,lei ke luo,Кло,Ле-Кло,勒克洛		FR	84	15	153	15050	187	Europe/Paris
6456734	Le Falgoux	le-falgoux	Falgoux,Le Falgoux,Le-Fal'gu,Lo Falgos,Lo Falgós,lei fa er gu,Ле-Фальгу,勒法尔古		FR	84	15	152	15066	124	Europe/Paris
6456735	Le Fau	le-fau	Le Fau		FR	84	15	152	15067	30	Europe/Paris
6456737	La Chapelle	la-chapelle	Chapelle,La Chapelle,La-Shapel',Shapel,la sha pei lei,Ла-Шапель,Шапел,لا شاپیل، چارینٹی,拉沙佩勒		FR	75	16	163	16081	220	Europe/Paris
6456738	La Chèvrerie	la-chevrerie	La Chevrerie,La Chèvrerie		FR	75	16	163	16098	136	Europe/Paris
6456740	Le Bois-Plage-en-Ré	le-bois-plage-en-re			FR	75	17	173	17051	2283	Europe/Paris
6456741	La Brousse	la-brousse	La Brousse,La Brus,La-Brus,La-Bruss,la brwsy,la bu lu si,Ла-Брус,Ла-Брусс,Լա Բրուս,لا بروسی,拉布鲁斯		FR	75	17	175	17071	509	Europe/Paris
6456742	La Chapelle-des-Pots	la-chapelle-des-pots	La Chapelle-des-Pots		FR	75	17	174	17089	993	Europe/Paris
6456743	Le Château-d'Oléron	le-chateau-d-oleron	Le Chateau-d'Oleron,Le Château-d'Oléron		FR	75	17	172	17093	4174	Europe/Paris
6456744	Le Chay	le-chay	Chay,Le Chay,Le-She,She,l chay,lei xie,Ле-Ше,Ше,ل چای,勒谢		FR	75	17	174	17097	765	Europe/Paris
6456745	La Celette	la-celette	Celette,La Celette,La-Selet,La-Selett,Selet,la se lai te,Ла-Селет,Ла-Селетт,Селет,لا سیلیٹٹی,拉瑟莱特		FR	24	18	182	18041	176	Europe/Paris
6456746	La Celle	la-celle	Celle,La Celle,La-Sel',Sel,la syl  chyr,Ла-Сель,Сел,لا سیل، چیر		FR	24	18	182	18042	350	Europe/Paris
6456747	La Celle-Condé	la-celle-conde	Celle-Conde,Celle-Condé,La Celle-Conde,La Celle-Condé,La-Sel'-Konde,Sel Konde,la sai er kong dai,Ла-Сель-Конде,Сел Конде,لا سیل-کونڈی,拉塞尔孔代		FR	24	18	182	18043	205	Europe/Paris
6456748	La Chapelle-d'Angillon	la-chapelle-d-angillon			FR	24	18	183	18047	636	Europe/Paris
6456749	La Chapelle-Hugon	la-chapelle-hugon	Chapelle-Hugon,La Chapelle-Hugon,La Shapel Igon,La-Shapel'-Jugon,la sha pei lei yu gong,Ла Шапел Игон,Ла-Шапель-Югон,لا شاپیل-ہوگون,拉沙佩勒于贡		FR	24	18	182	18048	391	Europe/Paris
6456750	La Chapelle-Montlinard	la-chapelle-montlinard	Chapelle-Montlinard,La Chapelle-Montlinard,La-Shapel'-Monlinar,Shapel Monlinar,la sha pei lei meng te li na er,Ла-Шапель-Монлинар,Ла-Шапель-Монлінар,Шапел Монлинар,لا شاپیل-مونتلینارڈ,拉沙佩勒蒙特利纳尔		FR	24	18	181	18049	478	Europe/Paris
6456751	La Chapelle-Saint-Ursin	la-chapelle-saint-ursin	Chapelle-Saint-Ursin,La Chapelle-Saint-Ursin,La-Shapel'-Sent-Jursen,Shapel Sent Irsen,la sha pei lei sheng yu er sang,la shapyl-syn-arsyn,Ла-Шапель-Сент-Юрсен,Шапел Сент Ирсен,لا شاپیل-سین-ارسین,拉沙佩勒圣于尔桑		FR	24	18	181	18050	3475	Europe/Paris
6456752	La Chapelotte	la-chapelotte	Chapelotte,La-Shapelott,La-Shaplot,Shapelot,la sha pei luo te,la shapylwty,Ла-Шапелотт,Ла-Шаплот,Шапелот,لا شاپیلوتی,拉沙佩洛特		FR	24	18	181	18051	158	Europe/Paris
6456753	Le Châtelet	le-chatelet	Chatelet,Châtelet,Le-Shatle,Shatle,lei sha tai lai,Ле-Шатле,Шатле,勒沙泰莱		FR	24	18	182	18059	1031	Europe/Paris
6456754	Le Chautay	le-chautay	Chautay,Le Chautay,Le-Shote,Shote,lei shao tai,Ле-Шоте,Шоте,勒绍泰		FR	24	18	182	18062	305	Europe/Paris
6456755	La Chapelle-aux-Brocs	la-chapelle-aux-brocs	La Chapelle-aux-Brocs		FR	75	19	191	19043	420	Europe/Paris
6456756	La Chapelle-aux-Saints	la-chapelle-aux-saints	La Chapela daus Sents,La Chapela de Vegena,La Chapelle-aux-Saints,La Shapel o Sen,La-Shapel'-o-Sen,la sha pei lei ao sheng,Ла Шапел о Сен,Ла-Шапель-о-Сен,拉沙佩勒奥圣		FR	75	19	191	19044	259	Europe/Paris
6456757	La Chapelle-Saint-Géraud	la-chapelle-saint-geraud	Chapelle-Saint-Geraud,Chapelle-Saint-Géraud,La Chapela Sent Geraud,La Chapela de Sent Geraud,La Chapelle-Saint-Geraud,La Chapelle-Saint-Géraud,La Chapèla Sent Geraud,La-Shapel'-Sen-Zhero,Shapel Sen Zhero,la sha pei lei sheng re luo,Ла-Шапель-Сен-Жеро,Шапел Сен Жеро,ラ・シャペル＝サン＝ジェロー,拉沙佩勒圣热罗		FR	75	19	192	19045	201	Europe/Paris
6456758	Le Chastang	le-chastang	Chastang,Le-Shastan,Lo Chastanh,Shastan,lei sha si tang,Ле-Шастан,Шастан,勒沙斯唐		FR	75	19	192	19048	371	Europe/Paris
6456759	Le Jardin	le-jardin	Le-Zharden,Lo Jardenc,Lo Jardin,lei ya er dan,Ле-Жарден,勒雅尔丹		FR	75	19	193	19092	83	Europe/Paris
6456760	La Bouillie	la-bouillie	Ar Vezvid,Betullia,La Bouillie,La-Bui,La-Buji,la bu yi li ye,la bwylyy,Ла-Буи,Ла-Буйи,Ла-Буї,لا بویلیی,拉布伊利耶		FR	53	22	224	22012	857	Europe/Paris
6456761	Le Cambout	le-cambout	Ar Chembod,Cambut,Le Cambout,Le-Kambu,lei kang bu,Ле-Камбу,勒康布		FR	53	22	224	22027	442	Europe/Paris
6456762	Les Champs-Géraux	les-champs-geraux	Les Champs-Geraux,Les Champs-Géraux		FR	53	22	221	22035	1043	Europe/Paris
6456764	La Harmoye	la-harmoye	Armoa,Harmoye,La Harmoye,La-Armua,Lanhervoed,la a er mu wa ai,Армоа,Ла-Армуа,لا ہارموی,拉阿尔穆瓦埃		FR	53	22	224	22073	377	Europe/Paris
6456765	Le Haut-Corlay	le-haut-corlay	Altum Curlaeum,Ar Gozh-Korle,Haut-Corlay,Le Haut-Corlay,Le-O-Korle,O Korle,lei ao ke er lai,Ле-О-Корле,О Корле,勒奥科尔莱		FR	53	22	224	22074	672	Europe/Paris
6456766	Le Hinglé	le-hingle	Le Hingle,Le Hinglé		FR	53	22	221	22082	905	Europe/Paris
6456767	La Landec	la-landec	La Landec,La-Landek,Lannandeg,la landyk,la lang dai ke,Ла-Ландек,لا لاندیک,拉朗代克		FR	53	22	221	22097	736	Europe/Paris
6456768	Le Bourg-d'Hem	le-bourg-d-hem	Le Bourg-d'Hem		FR	75	23	232	23029	209	Europe/Paris
6456769	La Brionne	la-brionne	Brion,Brionne,La Briona,La Brione,La Brionne,La-Brion,La-Brionn,la bu li weng,Брион,Ла-Брион,Ла-Брионн,Ла-Бріонн,拉布里翁		FR	75	23	232	23033	438	Europe/Paris
6456770	La Celle-sous-Gouzon	la-celle-sous-gouzon	Celle-sous-Gouzon,La Cela de Gosom,La Cela de Goson,La Celle-sous-Gouzon,La-Sel'-su-Guzon,Sel su Guzon,la sai er su gu zong,Ла-Сель-су-Гузон,Сел су Гузон,拉塞尔苏古宗		FR	75	23	231	23040	149	Europe/Paris
6456771	La Cellette	la-cellette	Cellette,La Celeta,La Celete,La Cellette,La-Sellet,La-Sellett,Selet,la se lai te,Ла-Селлет,Ла-Селлетт,Селет,拉瑟莱特		FR	75	23	232	23041	262	Europe/Paris
6456772	La Chapelle-Saint-Martial	la-chapelle-saint-martial	La Chapela Sent Marcau,La Chapela Sent Marçau,La Chapela de Sent Marcau,La Chapela de Sent Marçau,La Chapelle-Saint-Martial,La Shapel Sen Martijal,La-Shapel'-Sen-Mars'jal',La-Shapel'-Sen-Marsjal',la sha pei lei sheng ma er di a,Ла Шапел Сен Мартијал,Ла-Шапель-Сен-Марсьяль,Ла-Шапель-Сен-Марсяль,拉沙佩勒圣马尔蒂阿		FR	75	23	232	23051	96	Europe/Paris
6456859	La Chapelle-Saint-Laurian	la-chapelle-saint-laurian	La Chapelle-Saint-Laurian		FR	24	36	364	36041	147	Europe/Paris
6456773	La Chapelle-Taillefert	la-chapelle-taillefert	La Chapela Talhafer,La Chapelle-Taillefert,La Shapel Tajfer,La-Shapel'-Tajfer,Talhafer,la sha pei lei tai lai fu er,Ла Шапел Тајфер,Ла-Шапель-Тайфер,拉沙佩勒泰莱弗尔		FR	75	23	232	23052	419	Europe/Paris
6456774	La Chaussade	la-chaussade	Chaussade,La Chaucada,La Chauçada,La-Shossad,Shosad,la shao sa de,Ла-Шоссад,Шосад,拉绍萨德		FR	75	23	231	23059	111	Europe/Paris
6456775	Le Compas	le-compas	Compas,Kompa,Le Compas,Le-Kompa,Lo Compas,Lo Compàs,lei kong pa,Компа,Ле-Компа,勒孔帕		FR	75	23	231	23066	221	Europe/Paris
6456776	La Courtine	la-courtine	Courtine,Kurtin,La Cortina,La Courtine,La-Kurtin,la ku er tan,Куртин,Ла-Куртин,Ла-Куртін,拉库尔坦		FR	75	23	231	23067	740	Europe/Paris
6456777	Le Donzeil	le-donzeil	Donzeil,Donzej,Le Donzeil,Le-Donzej,Sent Saupise le Donselh,Sent Saupise lo Redonzelh,lei dong ze,Донзеј,Ле-Донзей,勒东泽		FR	75	23	232	23074	189	Europe/Paris
6456778	La Forêt-du-Temple	la-foret-du-temple	La Foret-du-Temple,La Forêt-du-Temple		FR	75	23	232	23084	141	Europe/Paris
6456779	Le Grand-Bourg	le-grand-bourg	Le Grand-Bourg		FR	75	23	232	23095	1222	Europe/Paris
6456781	Le Bourdeix	le-bourdeix	Le Bourdeix		FR	75	24	242	24056	230	Europe/Paris
6456782	Le Bugue	le-bugue	Le Bugue		FR	75	24	244	24067	2622	Europe/Paris
6456783	La Cassagne	la-cassagne	La Cassagne		FR	75	24	244	24085	153	Europe/Paris
6456784	Les Alliés	les-allies			FR	27	25	253	25012	150	Europe/Paris
6456785	Le Barboux	le-barboux			FR	27	25	253	25042	244	Europe/Paris
6456786	Le Bélieu	le-belieu	Belieu,Belije,Bélieu,Le Belieu,Le Bélieu,Le-Bel'e,lei bei li e,Белије,Ле-Бельє,勒贝利厄		FR	27	25	253	25050	443	Europe/Paris
6456787	Le Bizot	le-bizot	Bizo,Bizot,Le Bizot,Le-Bizo,lei bi zuo,Бизо,Ле-Бізо,勒比佐		FR	27	25	253	25062	309	Europe/Paris
6456788	La Bosse	la-bosse			FR	27	25	253	25077	74	Europe/Paris
6456789	Les Bréseux	les-breseux	Brese,Breseux,Bréseux,Le-Breze,Les Breseux,Les Bréseux,lai si bu lei se,Бресе,Ле-Брезе,莱斯布雷瑟		FR	27	25	252	25091	483	Europe/Paris
6456790	La Bâtie-Rolland	la-batie-rolland	Bati Rolan,Batie-Rolland,Bâtie-Rolland,La Bastida de Roland,La Batie-Rolland,La Bâtie-Rolland,La-Bati-Rollan,la ba di ye luo lang,Бати Ролан,Ла-Баті-Роллан,لا باٹیی-رولانڈ,拉巴蒂耶罗朗		FR	84	26	262	26031	1001	Europe/Paris
6456791	La Baume-Cornillane	la-baume-cornillane	Baume-Cornillane,Bom Kornijan,La Bauma e Cornilhana,La Baume-Cornillane,La-Bom-Kornijan,la bo mu ke er ni lang,Бом Корнијан,Ла-Бом-Корніян,لا بومے-کورنیلانی,拉博姆科尔尼朗		FR	84	26	263	26032	438	Europe/Paris
6456792	La Baume-de-Transit	la-baume-de-transit	Bauma de Transit,Baume-de-Transit,Bom de Transi,La Bauma de Rovairolas,La Bauma de Rovairòlas,La Baume-de-Transit,La-Bom-de-Transi,la bo mu de te lang xi,Бом де Транси,Ла-Бом-де-Трансі,拉博姆德特朗西		FR	84	26	262	26033	859	Europe/Paris
6456793	La Baume-d'Hostun	la-baume-d-hostun	La Baume-d'Hostun		FR	84	26	263	26034	567	Europe/Paris
6456794	La Bégude-de-Mazenc	la-begude-de-mazenc	La Begude-de-Mazenc,La Bégude-de-Mazenc		FR	84	26	262	26045	1670	Europe/Paris
6456795	Le Chaffal	le-chaffal	Chaffal,Le Chaffal,Le-Shaffal',Lo Chafau,Shafal,lei sha fa,Ле-Шаффаль,Шафал,勒沙法		FR	84	26	261	26066	42	Europe/Paris
6456796	Le Chalon	le-chalon	Le Chalon		FR	84	26	263	26068	211	Europe/Paris
6456797	La Chapelle-en-Vercors	la-chapelle-en-vercors	Chapela de Vercors,Chapelle-en-Vercors,Chapèla de Vercòrs,La Chapela,La Chapelle-en-Vercors,La Chapèla,La-Shapel'-an-Verkor,Shapel an Verkor,la shapyl-ayn-wyrkwrs,wei er ke er de qu la sha pei lei,Ла-Шапель-ан-Веркор,Шапел ан Веркор,لا شاپیل-این-ویرکورس,韦尔科尔地区拉沙佩勒		FR	84	26	261	26074	699	Europe/Paris
6456798	La Chaudière	la-chaudiere	La Chaudiere,La Chaudière		FR	84	26	261	26090	24	Europe/Paris
6456799	Les Andelys	les-andelys	Les Andelys		FR	28	27	271	27016	8098	Europe/Paris
6456800	Les Barils	les-barils	Les Barils		FR	28	27	272	27038	260	Europe/Paris
6456802	Les Baux-de-Breteuil	les-baux-de-breteuil	Les Baux-de-Breteuil		FR	28	27	272	27043	658	Europe/Paris
6456803	Le Bec-Thomas	le-bec-thomas	Le Bec-Thomas		FR	28	27	272	27053	220	Europe/Paris
6456804	Le Bois-Hellain	le-bois-hellain	Le Bois-Hellain,Le-Bua-Ellen,lei bu wa ai lan,Ле-Буа-Еллен,勒布瓦埃兰		FR	28	27	272	27071	231	Europe/Paris
6456805	La Boissière	la-boissiere			FR	28	27	271	27078	273	Europe/Paris
6456806	Bosroumois	bosroumois	Bosroumois		FR	28	27	272	27090	3565	Europe/Paris
6456807	Les Bottereaux	les-bottereaux	Les Bottereaux		FR	28	27	272	27096	354	Europe/Paris
6456808	Les Autels-Villevillon	les-autels-villevillon	Autels-Villevillon,Les Autels-Villevillon,Lez-Otel'-Vil'vijon,Otel Vilvijon,lai suo tai er wei lei wei long,Лез-Отель-Вільвійон,Отел Вилвијон,莱索泰尔维勒维隆		FR	24	28	284	28016	155	Europe/Paris
6456809	La Bazoche-Gouet	la-bazoche-gouet	Bazoche-Gouet,Bazosh Gue,La Bazoche-Gouet,La Bazoche-Gouët,La-Bazosh-Gue,la ba zuo ke gu ai,Базош Гуе,Ла-Базош-Гуе,لا بازوچی-گویٹ,拉巴佐克古埃		FR	24	28	284	28027	1228	Europe/Paris
6456810	Le Boullay-Mivoye	le-boullay-mivoye	Le Boullay-Mivoye		FR	24	28	283	28054	477	Europe/Paris
6456811	Le Boullay-Thierry	le-boullay-thierry	Boullay-Thierry,Bule Tijeri,Le-Bulle-T'erri,lei bu lai di ye er li,Буле Тијери,Ле-Булле-Тьєррі,勒布莱蒂耶尔里		FR	24	28	283	28055	556	Europe/Paris
6456812	La Chapelle-d'Aunainville	la-chapelle-d-aunainville	La Chapelle-d'Aunainville		FR	24	28	281	28074	279	Europe/Paris
6456813	La Chapelle-du-Noyer	la-chapelle-du-noyer	Chapelle-du-Noyer,La Chapelle-du-Noyer,La-Shapel'-dju-Nuae,Shapel di Noaje,la sha pei lei di nu wa ai,Ла-Шапель-дю-Нуає,Шапел ди Ноаје,لا شاپیل-ڈو-نوییر,拉沙佩勒迪努瓦埃		FR	24	28	282	28075	1046	Europe/Paris
6456814	La Chapelle-Forainvilliers	la-chapelle-forainvilliers	La Chapelle-Forainvilliers		FR	24	28	283	28076	204	Europe/Paris
6456815	La Chapelle-Fortin	la-chapelle-fortin	Chapelle-Fortin,La Chapelle-Fortin,La-Shapel'-Forten,Shapel Forten,la sha pei lei fu er tan,Ла-Шапель-Фортен,Шапел Фортен,لا شاپیل-فورٹین,拉沙佩勒福尔坦		FR	24	28	283	28077	189	Europe/Paris
6456860	La Châtre	la-chatre	La Chatre,La Châtre		FR	24	36	363	36046	4178	Europe/Paris
6612607	Rennepont	rennepont			FR	44	52	521	52419	138	Europe/Paris
6456816	Les Châtelliers-Notre-Dame	les-chatelliers-notre-dame	Chatelliers-Notre-Dame,Châtelliers-Notre-Dame,Le-Shatel'e-Notr-Dam,Les Chatelliers-Notre-Dame,Les Châtelliers-Notre-Dame,Shatlije Notr Dam,lai si sha tai li ye er nuo te er dang,Ле-Шательє-Нотр-Дам,Шатлије Нотр Дам,莱斯沙泰利耶尔诺特尔当		FR	24	28	281	28091	133	Europe/Paris
6456817	Le Cloître-Pleyben	le-cloitre-pleyben	Le Cloitre-Pleyben,Le Cloître-Pleyben		FR	53	29	292	29033	534	Europe/Paris
6456818	Le Cloître-Saint-Thégonnec	le-cloitre-saint-thegonnec	Le Cloitre-Saint-Thegonnec,Le Cloître-Saint-Thégonnec		FR	53	29	293	29034	657	Europe/Paris
6456819	Le Conquet	le-conquet			FR	53	29	291	29040	2678	Europe/Paris
6456820	Le Drennec	le-drennec	Le Drennec		FR	53	29	291	29047	1818	Europe/Paris
6456821	La Feuillée	la-feuillee			FR	53	29	292	29054	641	Europe/Paris
6456822	Le Folgoët	le-folgoet	Le Folgoet,Le Folgoët		FR	53	29	291	29055	3172	Europe/Paris
6456823	La Forest-Landerneau	la-forest-landerneau	La Forest-Landerneau		FR	53	29	291	29056	1849	Europe/Paris
6456824	La Forêt-Fouesnant	la-foret-fouesnant	La Foret-Fouesnant,La Forêt-Fouesnant		FR	53	29	294	29057	3332	Europe/Paris
6456825	Le Juch	le-juch	Le Juch		FR	53	29	294	29087	719	Europe/Paris
6456826	La Bastide-d'Engras	la-bastide-d-engras	La Bastide-d'Engras		FR	76	30	302	30031	199	Europe/Paris
6456827	La Bruguière	la-bruguiere	La Bruguiere,La Bruguière		FR	76	30	302	30056	330	Europe/Paris
6456828	Le Cailar	le-cailar	Le Cailar		FR	76	30	302	30059	2418	Europe/Paris
6456829	La Capelle-et-Masmolène	la-capelle-et-masmolene	Capelle-et-Masmolene,Capelle-et-Masmolène,Kapel et Mamolen,La Capela e Masmolena,La Capelle-et-Masmolene,La Capelle-et-Masmolène,La Capèla e Masmolena,La-Kapel'-e-Mamolen,la ka pei er he ma si mo lai en,Капел ет Мамолен,Ла-Капель-е-Мамолен,拉卡佩尔和马斯莫莱恩		FR	76	30	302	30067	453	Europe/Paris
6456830	Le Cabanial	le-cabanial	Cabanial,Kabanijal,Le Cabanhal,Le Cabanial,Le-Kaban'jal',lei ka ba ni a,Кабанијал,Ле-Кабаньяль,勒卡巴尼阿		FR	76	31	313	31097	459	Europe/Paris
6456831	Les Artigues-de-Lussac	les-artigues-de-lussac	Les Artigues-de-Lussac,Lez-Artig-de-Ljussak,lai sa er di gai de lu sa ke,Лез-Артиг-де-Люссак,Лез-Артіг-де-Люссак,莱萨尔蒂盖德吕萨克		FR	75	33	335	33014	1101	Europe/Paris
6456832	Le Barp	le-barp	Le Barp,Le-Bar,Lo Barp,lei ba er,Ле-Бар,勒巴尔		FR	75	33	336	33029	5466	Europe/Paris
6456833	Les Billaux	les-billaux	Le-Bijo,Les Billaux,lai si bi luo,Ле-Бийо,Ле-Бійо,莱斯比洛		FR	75	33	335	33052	1212	Europe/Paris
6456834	Le Bouscat	le-bouscat	Le Bouscat		FR	75	33	332	33069	23869	Europe/Paris
6456835	La Boissière	la-boissiere	Boasjer,Boissiere,Boissière,La Boissieira,La Boissiere,La Boissièira,La Boissière,La-Buasser,la bu wa xi ai,Боасјер,Ла-Буассер,Ла-Буассєр,لا بویسییری، ہیرولٹ,拉布瓦西埃		FR	76	34	342	34035	1021	Europe/Paris
6456836	Le Bosc	le-bosc	Bok,Bosc,Le-Bosk,Lo Bosc,Lo Bòsc,lei bo si ke,Бок,Ле-Боск,勒博斯克		FR	76	34	342	34036	1337	Europe/Paris
6456837	Le Bousquet-d'Orb	le-bousquet-d-orb	Le Bousquet-d'Orb		FR	76	34	341	34038	1574	Europe/Paris
6456838	La Caunette	la-caunette	Caunette,Konet,La Cauneta,La Caunette,La-Konett,la ke nei te,Конет,Ла-Конетт,لا کونیٹٹی,拉科内特		FR	76	34	341	34059	304	Europe/Paris
6456839	Le Caylar	le-caylar	Caylar,Kelar,Le Caylar,Le-Kelar,Lo Cailar,lei kai la,Келар,Ле-Келар,勒凯拉		FR	76	34	342	34064	445	Europe/Paris
6456840	Le Crès	le-cres	Cres,Crès,Kre,Le Cres,Le Crès,Le-Kres,Lo Crec,Lo Crèç,lei ke lei,Кре,Ле-Крес,勒克雷		FR	76	34	343	34090	9259	Europe/Paris
6456841	La Baussaine	la-baussaine	Baosan,Baucena,Baussaine,La Baussaine,La-Bossen,la bo sang,la bwsayny,Ла-Боссен,لا بوساینی,拉博桑		FR	53	35	354	35017	660	Europe/Paris
6456842	La Bosse-de-Bretagne	la-bosse-de-bretagne	La Bosse-de-Bretagne		FR	53	35	352	35030	648	Europe/Paris
6456843	La Boussac	la-boussac	Boussac,La Boussac,La-Bussak,Labouseg,la bu sa ke,la bwsak,Ла-Буссак,لا بوساک,拉布萨克		FR	53	35	354	35034	1162	Europe/Paris
6456844	La Chapelle-Chaussée	la-chapelle-chaussee	La Chapelle-Chaussee,La Chapelle-Chaussée		FR	53	35	353	35058	1262	Europe/Paris
6456845	La Chapelle-des-Fougeretz	la-chapelle-des-fougeretz	La Chapelle-des-Fougeretz		FR	53	35	353	35059	4800	Europe/Paris
6456846	La Chapelle du Lou du Lac	la-chapelle-du-lou-du-lac	Chapel-al-Loch,Chapelle-du-Lou,La-Shapel'-dju-Lu,la sha pei lei di lu,Ла-Шапель-дю-Лу,لا شاپیل-ڈو-لو,拉沙佩勒迪卢		FR	53	35	353	35060	1000	Europe/Paris
6456847	La Chapelle-Erbrée	la-chapelle-erbree	Ar Chapel-Ervoreg,Capella Erbreiae,Chapelle-Erbree,Chapelle-Erbrée,La Chapelle-Erbree,La Chapelle-Erbrée,La-Shapel'-Erbre,la sha pei lei ai er bu lei ai,la shapyl-yrbryy,Ла-Шапель-Ербре,لا شاپیل-یربریی,拉沙佩勒埃尔布雷埃		FR	53	35	351	35061	695	Europe/Paris
6456848	La Chapelle-Janson	la-chapelle-janson	Capella Iancon,Capella Iançon,Chapel-Yent,Chapelle-Janson,La-Shapel'-Zhanson,la sha pei lei rang song,la shapyl-janswn,Ла-Шапель-Жансон,لا شاپیل-جانسون,拉沙佩勒让松		FR	53	35	351	35062	1442	Europe/Paris
6456849	La Chapelle-Saint-Aubert	la-chapelle-saint-aubert	Chapel-Sant-Alverzh,Chapelle-Saint-Aubert,La Chapelle-Saint-Aubert,La-Shapel'-Sent-Ober,la sha pei lei sheng ao bei er,Ла-Шапель-Сент-Обер,لا شاپیل-سین-وبیرٹ,拉沙佩勒圣奥贝尔		FR	53	35	351	35063	432	Europe/Paris
6456850	La Chapelle-Thouarault	la-chapelle-thouarault			FR	53	35	353	35065	2157	Europe/Paris
6456851	La Couyère	la-couyere	La Couyere,La Couyère		FR	53	35	352	35089	495	Europe/Paris
6456852	Le Crouais	le-crouais	Ar Groez,Crosus,Crouais,Le-Krue,lei ke lu ai,Ле-Круе,勒克鲁艾		FR	53	35	353	35091	559	Europe/Paris
6456853	La Dominelais	la-dominelais	La Dominelais		FR	53	35	352	35098	1367	Europe/Paris
6456854	La Berthenoux	la-berthenoux	La Berthenoux		FR	24	36	363	36017	412	Europe/Paris
6456855	Le Blanc	le-blanc	Blan,Blanc,Le Blanc,Le-Blan,Oblincum,l blank,lei bu lang ke,leubeullang,Блан,Ле-Блан,ل بلانک,ル・ブラン,勒布朗克,르블랑		FR	24	36	361	36018	6521	Europe/Paris
6456856	La Buxerette	la-buxerette	La Buxerette		FR	24	36	363	36028	107	Europe/Paris
6456857	La Champenoise	la-champenoise			FR	24	36	364	36037	272	Europe/Paris
6456858	La Chapelle-Orthemale	la-chapelle-orthemale	La Chapelle-Orthemale		FR	24	36	362	36040	115	Europe/Paris
6456861	La Châtre-Langlin	la-chatre-langlin	La Chatre-Langlin,La Châtre-Langlin		FR	24	36	361	36047	535	Europe/Paris
6456862	La Chapelle-aux-Naux	la-chapelle-aux-naux	La Chapelle-aux-Naux		FR	24	37	372	37056	571	Europe/Paris
6456863	La Chapelle-Blanche-Saint-Martin	la-chapelle-blanche-saint-martin			FR	24	37	373	37057	687	Europe/Paris
6456864	La Chapelle-sur-Loire	la-chapelle-sur-loire	Chapelle-sur-Loire,La Chapelle-sur-Loire,La-Shapel'-sjur-Luar,Shapel na Loari,la shapyl-swr-lwyry,lu wa er he pan la sha pei lei,Ла-Шапель-сюр-Луар,Шапел на Лоари,لا شاپیل-سور-لویری,卢瓦尔河畔拉沙佩勒		FR	24	37	371	37058	1453	Europe/Paris
6456865	La Croix-en-Touraine	la-croix-en-touraine	Croix-en-Touraine,Kroaks an Turen,La Croix-en-Touraine,La-Krua-an-Turen,tu lan de qu la ke lu wa,Кроакс ан Турен,Ла-Круа-ан-Турен,لا کروئی-این-ٹوراینی,图兰地区拉克鲁瓦		FR	24	37	373	37091	2241	Europe/Paris
6456866	Les Avenières Veyrins-Thuellin	les-avenieres-veyrins-thuellin	Les Avenieres Veyrins-Thuellin,Les Avenières Veyrins-Thuellin		FR	84	38	382	38022	7712	Europe/Paris
6456867	La Balme-les-Grottes	la-balme-les-grottes	La Balme-les-Grottes		FR	84	38	382	38026	1041	Europe/Paris
6456869	La Bâtie-Montgascon	la-batie-montgascon	Bati Mongaskon,Batie-Montgascon,Bâtie-Montgascon,La Batie-Montgascon,La Bâtie-Montgascon,La-Bati-Mongaskon,la ba di ye meng te jia si kong,Бати Монгаскон,Ла-Бати-Монгаскон,Ла-Баті-Монгаскон,لا باٹیی-مونتگاسکون,拉巴蒂耶蒙特加斯孔		FR	84	38	382	38029	1904	Europe/Paris
6456870	Le Bouchage	le-bouchage	Bouchage,Bushazh,Le Bouchage,Le-Bushazh,lei bu sha ge,Бушаж,Ле-Бушаж,勒布沙格		FR	84	38	382	38050	624	Europe/Paris
6456871	Le Bourg-d'Oisans	le-bourg-d-oisans	Le Bourg-d'Oisans		FR	84	38	381	38052	3259	Europe/Paris
6456872	La Buisse	la-buisse	Bis,Buisse,La Buisse,La Buissiere,La Buissière,La-Bjuiss,la bi yi si,Бис,Ла-Бюисс,Ла-Бюїсс,拉比伊斯		FR	84	38	381	38061	3133	Europe/Paris
6456873	Le Champ-près-Froges	le-champ-pres-froges	Le Champ-pres-Froges,Le Champ-près-Froges		FR	84	38	381	38070	1209	Europe/Paris
6456874	La Chapelle-de-la-Tour	la-chapelle-de-la-tour	Chapelle-de-la-Tour,La-Shapel'-de-la-Tur,Shapel de la Tur,la sha pei lei de la-tu,Ла-Шапель-де-ла-Тур,Шапел де ла Тур,拉沙佩勒德拉-图		FR	84	38	382	38076	1767	Europe/Paris
6456875	La Chapelle-de-Surieu	la-chapelle-de-surieu	Chapelle-de-Surieu,La Chapelle-de-Surieu,La-Shapel'-de-Sjur'e,La-Shapel'-de-Sjure,Shapel de Sirje,la sha pei lei de xu li e,Ла-Шапель-де-Сюрье,Ла-Шапель-де-Сюрє,Шапел де Сирје,拉沙佩勒德叙里厄		FR	84	38	383	38077	751	Europe/Paris
6456876	La Chapelle-du-Bard	la-chapelle-du-bard	La Chapelle-du-Bard		FR	84	38	381	38078	564	Europe/Paris
6456878	La Boissière	la-boissiere	Boasjer,Boissiere,Boissière,La Boissiere,La Boissière,La-Buas'er,la bu wa xi ai,la bwysyyry  jwra,Боасјер,Ла-Буасьєр,لا بویسییری، جورا,拉布瓦西埃		FR	27	39	392	39062	66	Europe/Paris
6456879	Les Bouchoux	les-bouchoux	Le-Bushu,Les Bouchoux,lai si bu shu,Ле-Бушу,莱斯布舒		FR	27	39	393	39068	318	Europe/Paris
6456880	La Chapelle-Enchérie	la-chapelle-encherie	La Chapelle-Encherie,La Chapelle-Enchérie		FR	24	41	412	41037	213	Europe/Paris
6456881	La Chapelle-Saint-Martin-en-Plaine	la-chapelle-saint-martin-en-plaine			FR	24	41	411	41039	730	Europe/Paris
6456882	La Chapelle-Vendômoise	la-chapelle-vendomoise	Chapelle-Vendomoise,Chapelle-Vendômoise,La Chapelle-Vendomoise,La Chapelle-Vendômoise,La-Shapel'-Vandomuaz,Shapel Vandomoaz,la sha pei lei wang duo mu wa si,Ла-Шапель-Вандомуаз,Шапел Вандомоаз,لا شاپیل-وینڈومویسی,拉沙佩勒旺多穆瓦斯		FR	24	41	411	41040	763	Europe/Paris
6456883	La Chapelle-Vicomtesse	la-chapelle-vicomtesse			FR	24	41	412	41041	175	Europe/Paris
6456884	La Chaussée-Saint-Victor	la-chaussee-saint-victor	La Chaussee-Saint-Victor,La Chaussée-Saint-Victor		FR	24	41	411	41047	4501	Europe/Paris
6456885	La Ferté-Beauharnais	la-ferte-beauharnais			FR	24	41	413	41083	510	Europe/Paris
6456886	La Ferté-Imbault	la-ferte-imbault	La Ferte-Imbault,La Ferté-Imbault		FR	24	41	413	41084	977	Europe/Paris
6456887	La Ferté-Saint-Cyr	la-ferte-saint-cyr	La Ferte-Saint-Cyr,La Ferté-Saint-Cyr,La-Ferte-Sen-Sir,la fu er tai sheng xi,Ла-Ферте-Сен-Сір,لا فیرتے-سین-کیر,拉弗尔泰圣西		FR	24	41	411	41085	1057	Europe/Paris
6456888	La Fontenelle	la-fontenelle	La Fontenelle		FR	24	41	412	41089	195	Europe/Paris
6456889	Le Bessat	le-bessat	Besa,Bessat,Le Bessat,Le-Bessa,lei bei sa,Беса,Ле-Бесса,勒贝萨		FR	84	42	423	42017	446	Europe/Paris
6456890	Le Cergne	le-cergne	Le Cergne		FR	84	42	422	42033	652	Europe/Paris
6456891	La Chamba	la-chamba	Chamba,La Chamba,La Chambaa,La-Shamba,Shamba,la shamba,la shang ba,Ла-Шамба,Шамба,لا شامبا,拉尚巴		FR	84	42	421	42040	51	Europe/Paris
6456892	Le Chambon-Feugerolles	le-chambon-feugerolles	Le Chambon-Feugerolles		FR	84	42	423	42044	12486	Europe/Paris
6456893	La Chambonie	la-chambonie	Chambonie,La Chambonia,La Chambonie,La Chambónia,La-Shamboni,Shamboni,la shambwnyy,la shang bo nie,Ла-Шамбоні,Шамбони,لا شامبونیی,拉尚博涅		FR	84	42	421	42045	43	Europe/Paris
6456894	La Chapelle-en-Lafaye	la-chapelle-en-lafaye	Chapelle-en-Lafaye,La Chapela jos la Faia,La Chapelle-en-Lafaye,La Chapèla jos la Faia,La-Shapel'-an-Lafe,Shapel an Lafe,la fei ai de qu la sha pei lei,la shapyl-ayn-lafayy,Ла-Шапель-ан-Лафе,Шапел ан Лафе,لا شاپیل-این-لافایی,拉费埃地区拉沙佩勒		FR	84	42	421	42050	112	Europe/Paris
6456895	La Chapelle-Villars	la-chapelle-villars	Chapelle-Villars,La Chapelle-Villars,La-Shapel'-Villar,Shapel Vilar,la sha pei lei wei la er,la shapyl-wlars,Ла-Шапель-Віллар,Шапел Вилар,لا شاپیل-ولارس,拉沙佩勒维拉尔		FR	84	42	423	42051	529	Europe/Paris
6456896	Le Coteau	le-coteau	Le Coteau		FR	84	42	422	42071	6845	Europe/Paris
6456897	La Côte-en-Couzan	la-cote-en-couzan			FR	84	42	421	42072	70	Europe/Paris
6456898	La Besseyre-Saint-Mary	la-besseyre-saint-mary	Beser Sen Mari,Besseyre-Saint-Mary,La Beceira,La Becèira,La Besseyre-Saint-Mary,La-Bessejr-Sen-Mari,la bei sai er sheng ma li,la bysyyry-syn-myry,Бесер Сен Мари,Ла-Бессейр-Сен-Мари,Ла-Бессейр-Сен-Марі,لا بیسییری-سین-میری,拉贝塞尔圣马里		FR	84	43	431	43029	101	Europe/Paris
6456957	La Baleine	la-baleine	Baleine,Balen,La Baleine,La-Balen,la ba lan,la balyyny,Бален,Ла-Бален,لا بالیینی,拉巴兰		FR	28	50	503	50028	92	Europe/Paris
6456899	Le Bouchet-Saint-Nicolas	le-bouchet-saint-nicolas	Bouchet-Saint-Nicolas,Bushe Sen Nikola,Le Bouchet-Saint-Nicolas,Le-Bushe-Sen-Nikola,Lo Boschet,lei bu she sheng ni ke la,Буше Сен Никола,Ле-Буше-Сен-Никола,Ле-Буше-Сен-Нікола,勒布舍圣尼科拉		FR	84	43	432	43037	277	Europe/Paris
6456900	Le Brignon	le-brignon	Brignon,Brinon,Le Brignon,Le-Brin'on,Lo Brinhon,lei bu li ni weng,Брињон,Ле-Бриньон,勒布里尼翁		FR	84	43	432	43039	598	Europe/Paris
6456901	La Chaise-Dieu	la-chaise-dieu	La Chaise-Dieu		FR	84	43	431	43048	608	Europe/Paris
6456902	Le Chambon-sur-Lignon	le-chambon-sur-lignon	Le Chambon-sur-Lignon		FR	84	43	433	43051	2483	Europe/Paris
6456903	La Chapelle-Bertin	la-chapelle-bertin	Chapelle-Bertin,La Chapela dAlegre,La Chapelle-Bertin,La Chapèla dAlègre,La-Shapel'-Berten,Shapel Berten,la sha pei lei bei er tan,Ла-Шапель-Бертен,Шапел Бертен,لا شاپیل-بیرٹین,拉沙佩勒贝尔坦		FR	84	43	432	43057	50	Europe/Paris
6456904	La Chapelle-d'Aurec	la-chapelle-d-aurec	La Chapelle-d'Aurec		FR	84	43	433	43058	1003	Europe/Paris
6456905	La Chapelle-Geneste	la-chapelle-geneste	La Chapelle-Geneste		FR	84	43	431	43059	110	Europe/Paris
6456906	La Chomette	la-chomette	La Chomette		FR	84	43	431	43072	154	Europe/Paris
6456907	La Bernerie-en-Retz	la-bernerie-en-retz	La Bernerie-en-Retz		FR	52	44	443	44012	2944	Europe/Paris
6456908	Divatte-sur-Loire	divatte-sur-loire	Divatte-sur-Loire		FR	52	44	442	44029	6713	Europe/Paris
6456909	La Chapelle-des-Marais	la-chapelle-des-marais	La Chapelle-des-Marais		FR	52	44	443	44030	4109	Europe/Paris
6456910	La Chapelle-Glain	la-chapelle-glain			FR	52	44	445	44031	816	Europe/Paris
6456911	La Chapelle-Heulin	la-chapelle-heulin			FR	52	44	442	44032	3265	Europe/Paris
6456912	La Chapelle-Launay	la-chapelle-launay	La Chapelle-Launay		FR	52	44	443	44033	2983	Europe/Paris
6456914	La Chapelle-sur-Erdre	la-chapelle-sur-erdre	La Chapelle-sur-Erdre		FR	52	44	442	44035	19348	Europe/Paris
6456915	La Chevrolière	la-chevroliere	La Chevroliere,La Chevrolière		FR	52	44	442	44041	5490	Europe/Paris
6456916	La Baule-Escoublac	la-baule-escoublac	Ar Baol-Skoubleg,La Baule-Escoublac,La Bol Ekublak,La-Bol'-Ehskublak,La-Bol'-Eskublak,Sublacum,la bo er ai si ku bu la ke,Ла Бол Екублак,Ла-Боль-Ескублак,Ла-Боль-Эскублак,拉博尔埃斯库布拉克		FR	52	44	443	44055	15455	Europe/Paris
6456917	Le Gâvre	le-gavre	Le Gavre,Le Gâvre		FR	52	44	445	44062	1781	Europe/Paris
6456918	La Haie-Fouassière	la-haie-fouassiere	La Haie-Fouassiere,La Haie-Fouassière		FR	52	44	442	44070	4648	Europe/Paris
6456919	Le Landreau	le-landreau	Le Landreau		FR	52	44	442	44079	2977	Europe/Paris
6456920	Le Loroux-Bottereau	le-loroux-bottereau			FR	52	44	442	44084	8126	Europe/Paris
6456921	La Meilleraye-de-Bretagne	la-meilleraye-de-bretagne	La Meilleraye-de-Bretagne,La-Mejre-de-Bretan',Melereg-Breizh,la mei lei lai ai de bu lei ta ni,Ла-Мейре-де-Бретань,لا میلیرای-ڈی-بریٹاگنی,拉梅勒赖埃德布雷塔尼		FR	52	44	445	44095	1512	Europe/Paris
6456922	Le Bardon	le-bardon			FR	24	45	452	45020	1060	Europe/Paris
6456923	Le Bignon-Mirabeau	le-bignon-mirabeau			FR	24	45	451	45032	324	Europe/Paris
6456924	La Chapelle-Saint-Mesmin	la-chapelle-saint-mesmin	La Chapelle-Saint-Mesmin		FR	24	45	452	45075	10223	Europe/Paris
6456925	La Chapelle-Saint-Sépulcre	la-chapelle-saint-sepulcre			FR	24	45	451	45076	244	Europe/Paris
6456926	La Chapelle-sur-Aveyron	la-chapelle-sur-aveyron	La Chapelle-sur-Aveyron		FR	24	45	451	45077	649	Europe/Paris
6456927	Les Choux	les-choux	Les Choux		FR	24	45	451	45096	501	Europe/Paris
6456928	Le Bastit	le-bastit	Basti,Bastit,Le-Basti,Lo Bastit,lei ba si di,Басти,Ле-Басті,勒巴斯蒂		FR	76	46	463	46018	155	Europe/Paris
6456929	Porte-du-Quercy	porte-du-quercy	Porte-du-Quercy		FR	76	46	461	46033	580	Europe/Paris
6456930	Le Bouyssou	le-bouyssou			FR	76	46	462	46036	145	Europe/Paris
6456931	La Croix-Blanche	la-croix-blanche	La Croix-Blanche,La Crotz Blanca,La-Krua-Blansh,la ke lu wa bu lang ke,la krwyy-blanshy,Ла-Круа-Бланш,لا کروئی-بلانشی,拉克鲁瓦布朗克		FR	75	47	471	47075	1013	Europe/Paris
6456932	La Bastide-Puylaurent	la-bastide-puylaurent	La Bastide-Puylaurent		FR	76	48	482	48021	156	Europe/Paris
6456933	Les Bessons	les-bessons	Les Bessons		FR	76	48	482	48025	442	Europe/Paris
6456934	Mont Lozère et Goulet	mont-lozere-et-goulet	Blemar,Bleymard,Le-Blejmar,Lo Blumar,lei bu lai ma er,Блемар,Ле-Блеймар,勒布莱马尔		FR	76	48	482	48027	1033	Europe/Paris
6456935	Les Bondons	les-bondons	Bondon,Bondons,Le-Bondon,Les Bondons,Los Bondons,lai si bang dong,Бондон,Ле-Бондон,莱斯邦东		FR	76	48	481	48028	143	Europe/Paris
6456936	Le Born	le-born			FR	76	48	482	48029	148	Europe/Paris
6456937	Le Buisson	le-buisson	Bison,Buisson,Le Buisson,Le-Bjuisson,Lo Boisson,lei bi yi song,Бисон,Ле-Бюиссон,Ле-Бюїссон,勒比伊松		FR	76	48	482	48032	230	Europe/Paris
6456938	La Canourgue	la-canourgue	Canourgue,Kanurg,La Canorga,La Canourgue,La-Kanurg,la kang wu er gai,la kanwrgwy,Канург,Ла-Канург,لا کانورگوی,ラ・カヌルグ,拉康乌尔盖		FR	76	48	482	48034	2156	Europe/Paris
6456940	Le Collet-de-Dèze	le-collet-de-deze	Collet-de-Deze,Collet-de-Dèze,Kole de Dez,Le Collet-de-Deze,Le Collet-de-Dèze,Le-Kolle-de-Dez,Lo Colet de Desa,Lo Colet de Dèsa,lei ke lai de dai ci,Коле де Дез,Ле-Колле-де-Дез,勒科莱德代兹		FR	76	48	481	48051	776	Europe/Paris
6456941	La Fage-Montivernoux	la-fage-montivernoux	La Fage-Montivernoux		FR	76	48	482	48058	156	Europe/Paris
6456942	La Fage-Saint-Julien	la-fage-saint-julien	La Fage-Saint-Julien		FR	76	48	482	48059	294	Europe/Paris
6456943	Les Hermaux	les-hermaux	Les Hermaux		FR	76	48	482	48073	102	Europe/Paris
6456944	La Malène	la-malene	La Malena,La-Malen,Malene,Malène,la ma lai en,la malyny,Ла-Мален,لا مالینی,拉马莱恩		FR	76	48	481	48088	143	Europe/Paris
6456945	Le Malzieu-Ville	le-malzieu-ville			FR	76	48	482	48090	735	Europe/Paris
6456946	Massegros Causses Gorges	massegros-causses-gorges			FR	76	48	481	48094	976	Europe/Paris
6456948	La Breille-les-Pins	la-breille-les-pins	La Breille-les-Pins		FR	52	49	493	49045	599	Europe/Paris
6456954	La Chapelle-Saint-Laud	la-chapelle-saint-laud	La Chapelle-Saint-Laud		FR	52	49	491	49076	743	Europe/Paris
6456958	La Barre-de-Semilly	la-barre-de-semilly	La Barre-de-Semilly		FR	28	50	504	50032	988	Europe/Paris
6456960	La Bloutière	la-bloutiere			FR	28	50	504	50060	425	Europe/Paris
6456961	La Bonneville	la-bonneville	Bonneville,Bonvil,La-Bonnvil',la bo na wei er,la bwnwyl,Бонвил,Ла-Боннвиль,Ла-Боннвіль,لا بونویل,لا بونیولے,拉博纳维尔		FR	28	50	502	50064	194	Europe/Paris
6456962	Le Baizil	le-baizil	Baizil,Bezil,Le Baizil,Le-Bezij,lei bai qi,Безил,Ле-Безій,勒拜齐		FR	44	51	512	51033	257	Europe/Paris
6456963	La Baconnière	la-baconniere	Baconniere,Baconnière,Bakonijer,La Baconniere,La Baconnière,La-Bakon'er,la ba ke ni ai,la bakwnyyry,Баконијер,Ла-Баконьєр,لا باکونییری,拉巴科尼埃		FR	52	53	533	53015	1923	Europe/Paris
6456964	La Bazoge-Montpinçon	la-bazoge-montpincon	La Bazoge-Montpincon,La Bazoge-Montpinçon		FR	52	53	533	53021	999	Europe/Paris
6456965	La Bazouge-de-Chemeré	la-bazouge-de-chemere	La-Bazuzh-de-Shemere,la ba zu ge de xie mei lei,Ла-Базуж-де-Шемере,لا بازوگی-ڈی-چیمیری,拉巴祖格德谢梅雷		FR	52	53	531	53022	514	Europe/Paris
6456966	La Bazouge-des-Alleux	la-bazouge-des-alleux	Bazouge-des-Alleux,Bazuzh dez Ale,La Bazouge-des-Alleux,La-Bazuzh-dez-Alle,la ba zu ge dai a lei,Базуж дез Але,Ла-Базуж-дез-Алле,لا بازوگی-ڈیس-الیوکس,拉巴祖格代阿勒		FR	52	53	533	53023	540	Europe/Paris
6456967	Le Bignon-du-Maine	le-bignon-du-maine	Bignon-du-Maine,Binon di Men,Le Bignon-du-Maine,Le-Bin'on-dju-Men,lei bi ni weng di man,Бињон ди Мен,Ле-Біньон-дю-Мен,勒比尼翁迪曼		FR	52	53	531	53030	335	Europe/Paris
6456968	La Bigottière	la-bigottiere	Bigotjer,Bigottiere,Bigottière,La Bigottiere,La Bigottière,La-Bigot'er,la bi ge di ai,Биготјер,Ла-Біготьєр,لا بیگوٹٹییری,拉比戈蒂埃		FR	52	53	533	53031	499	Europe/Paris
6456969	Le Bourgneuf-la-Forêt	le-bourgneuf-la-foret	Bourgneuf-la-Foret,Bourgneuf-la-Forêt,Burnef la Fore,Le Bourgneuf-la-Foret,Le Bourgneuf-la-Forêt,Le-Burnef-la-Fore,lei bu er gai yu la fu lei,Бурњеф ла Форе,Ле-Бурнеф-ла-Форе,勒布尔盖于拉福雷		FR	52	53	532	53039	1799	Europe/Paris
6456970	La Brûlatte	la-brulatte	Brulat,Brulatte,Brûlatte,La-Brjulatt,la bu lu la te,Брулат,Ла-Брюлатт,لا برûلاٹٹی,拉布吕拉特		FR	52	53	532	53045	704	Europe/Paris
6456971	Le Buret	le-buret	Bire,Buret,Le Buret,Le-Bjure,lei bi lei,Бире,Ле-Бюре,勒比雷		FR	52	53	531	53046	309	Europe/Paris
6456972	La Chapelle-Anthenaise	la-chapelle-anthenaise	La Chapelle-Anthenaise		FR	52	53	532	53056	1009	Europe/Paris
6456973	La Chapelle-au-Riboul	la-chapelle-au-riboul	Chapelle-au-Riboul,La Chapelle-au-Riboul,La-Shapel'-o-Ribul',Shapel o Ribul,la sha pei lei ao li bu,la shapyl-a-rybwl,Ла-Шапель-о-Рибуль,Шапел о Рибул,لا شاپیل-آ-ریبول,拉沙佩勒奥里布		FR	52	53	533	53057	501	Europe/Paris
6456974	La Chapelle-Craonnaise	la-chapelle-craonnaise	La Chapelle-Craonnaise		FR	52	53	531	53058	346	Europe/Paris
6456975	La Chapelle-Rainsouin	la-chapelle-rainsouin	La-Shapel'-Rensuen,la sha pei lei lan su an,la shapyl-raynswyn,Ла-Шапель-Ренсуен,لا شاپیل-راینسوین,拉沙佩勒兰苏安		FR	52	53	533	53059	415	Europe/Paris
6456976	La Cropte	la-cropte			FR	52	53	531	53087	216	Europe/Paris
6456977	La Dorée	la-doree	La Doree,La Dorée,La-Dore,la duo lei ai,la dwry,Ла-Доре,لا دوری,拉多雷埃		FR	52	53	533	53093	285	Europe/Paris
6456978	Les Baroches	les-baroches	Baroches,Barosh,Le-Barosh,Les Baroches,lai ba luo shen,Барош,Ле-Барош,萊巴羅什		FR	44	54	541	54048	354	Europe/Paris
6456979	Le Bouchon-sur-Saulx	le-bouchon-sur-saulx	Le Bouchon-sur-Saulx		FR	44	55	551	55061	247	Europe/Paris
6456981	Le Cours	le-cours	Ar Chour,Cours,Kur,Le Cours,Le-Kur,lei ku er,Кур,Ле-Кур,勒库尔		FR	53	56	563	56045	669	Europe/Paris
6456982	La Croix-Helléan	la-croix-hellean	Ar Groez-Helean,Croix-Hellean,Croix-Helléan,Crux Heleana,Kroaks Elean,La Croix-Hellean,La Croix-Helléan,La-Krua-Ellean,la ke lu wa ai lai ang,Кроакс Елеан,Ла-Круа-Еллеан,لا کروئی-ہیلیان,拉克鲁瓦埃莱昂		FR	53	56	562	56050	896	Europe/Paris
6456984	Les Fougerêts	les-fougerets	Les Fougerets,Les Fougerêts		FR	53	56	563	56060	937	Europe/Paris
6456985	La Gacilly	la-gacilly	La Gacilly		FR	53	56	563	56061	3976	Europe/Paris
6456986	La Grée-Saint-Laurent	la-gree-saint-laurent	La Gree-Saint-Laurent,La Grée-Saint-Laurent		FR	53	56	562	56068	339	Europe/Paris
6456987	Le Guerno	le-guerno			FR	53	56	563	56077	960	Europe/Paris
6456988	Le Hézo	le-hezo			FR	53	56	563	56084	798	Europe/Paris
6456989	La Celle-sur-Loire	la-celle-sur-loire	La Celle-sur-Loire		FR	27	58	584	58044	836	Europe/Paris
6456990	La Celle-sur-Nièvre	la-celle-sur-nievre	Celle-sur-Nievre,Celle-sur-Nièvre,La-Sel'-sjur-N'evr,Sel sir Nijevr,la syl-swr-nyywry,nie fu er he pan la sai er,Ла-Сель-сюр-Ньевр,Ла-Сель-сюр-Ньєвр,Сел сир Нијевр,لا سیل-سور-نییوری,涅夫尔河畔拉塞尔		FR	27	58	584	58045	161	Europe/Paris
6456991	La Chapelle-Saint-André	la-chapelle-saint-andre	Chapelle-Saint-Andre,Chapelle-Saint-André,La Chapelle-Saint-Andre,La Chapelle-Saint-André,La-Shapel'-Sent-Andre,Shapel Sent Andre,la sha pei lei sheng ang de lei,Ла-Шапель-Сент-Андре,Шапел Сент Андре,لا شاپیل-سین-انڈری,拉沙佩勒圣昂德雷		FR	27	58	582	58058	329	Europe/Paris
6456992	La Charité-sur-Loire	la-charite-sur-loire	La Charite-sur-Loire,La Charité-sur-Loire		FR	27	58	584	58059	4965	Europe/Paris
6456993	La Collancelle	la-collancelle	Collancelle,Kolansel,La Collancelle,La-Kollansel',la ke lang sai er,la kwlankyly,Колансел,Ла-Коллансель,لا کولانکیلی,拉科朗塞尔		FR	27	58	582	58080	178	Europe/Paris
6456994	Les Authieux-du-Puits	les-authieux-du-puits	Authieux-du-Puits,Les Authieux-du-Puits,Lez-Ot'e-dju-Pjui,Otje di Pi,lai suo di e di pi yi te,Лез-Отье-дю-Пюи,Лез-Отьє-дю-Пюї,Отје ди Пи,莱索蒂厄迪皮伊特		FR	28	61	613	61017	69	Europe/Paris
6456996	Le Bosc-Renoult	le-bosc-renoult	Bosc-Renoult,Bosk Renu,Le Bosc-Renoult,Le-Bosk-Renu,lei bo si ke lei nu er,Боск Рену,Ле-Боск-Рену,勒博斯克雷努尔		FR	28	61	613	61054	247	Europe/Paris
6456998	Le Cercueil	le-cercueil	Cercueil,Le Cercueil,Le-Serkej,Serkej,lei sai er qu ai,Ле-Серкей,Серкеј,勒塞尔屈埃		FR	28	61	611	61076	139	Europe/Paris
6456999	Le Chalange	le-chalange	Chalange,Le Chalange,Le-Shalanzh,Shalanzh,lei sha lang ge,Ле-Шаланж,Шаланж,勒沙朗格		FR	28	61	611	61082	103	Europe/Paris
6457000	Le Champ-de-la-Pierre	le-champ-de-la-pierre	Champ-de-la-Pierre,Le Champ-de-la-Pierre,Le-Sham-de-la-P'err,Le-Sham-de-la-Perr,Shan de la Pjer,lei shang de la-pi ye er,Ле-Шам-де-ла-Пьерр,Ле-Шам-де-ла-Пєрр,Шан де ла Пјер,勒尚德拉-皮耶尔		FR	28	61	611	61085	45	Europe/Paris
6457001	La Chapelle-au-Moine	la-chapelle-au-moine	Chapelle-au-Moine,La Chapelle-au-Moine,La-Shapel'-o-Muan,Shapel o Moan,la sha pei lei ao mu wan,Ла-Шапель-о-Муан,Шапел о Моан,拉沙佩勒奥穆万		FR	28	61	612	61094	582	Europe/Paris
6457002	La Chapelle-Biche	la-chapelle-biche	Chapelle-Biche,La-Shapel'-Bish,Shapel Bish,la sha pei lei bi ke,Ла-Шапель-Биш,Ла-Шапель-Біш,Шапел Биш,拉沙佩勒比克		FR	28	61	612	61095	526	Europe/Paris
6457003	Rives d'Andaine	rives-d-andaine	Rives d'Andaine		FR	28	61	611	61096	3060	Europe/Paris
6457004	La Chapelle-Montligeon	la-chapelle-montligeon	Chapelle-Montligeon,La Chapelle-Montligeon,La-Shapel'-Monlizhon,Shapel Monlizheon,la sha pei lei meng te li rong,la shapyl-mwntlygywn,Ла-Шапель-Монлижон,Ла-Шапель-Монліжон,Шапел Монлижеон,لا شاپیل-مونتلیگیون,拉沙佩勒蒙特利容		FR	28	61	613	61097	536	Europe/Paris
6457005	La Chapelle-près-Sées	la-chapelle-pres-sees	Chapelle-pres-Sees,Chapelle-près-Sées,La-Shapel'-pre-Se,Shapel pre Se,la sha pei lei pu lei sai ai,Ла-Шапель-пре-Се,Шапел пре Се,拉沙佩勒普雷塞埃		FR	28	61	611	61098	454	Europe/Paris
6457006	La Bourboule	la-bourboule	La Bourboule		FR	84	63	633	63047	1782	Europe/Paris
6457007	Le Breuil-sur-Couze	le-breuil-sur-couze	Breuil-sur-Couze,Le Breuil-sur-Couze,Le Bruelh,Le-Brej-sjur-Kuz,Lo Brelh,ku ci he pan lei bu lei yi,Ле-Брей-сюр-Куз,库兹河畔勒布勒伊		FR	84	63	633	63052	1052	Europe/Paris
6457008	Le Broc	le-broc	Broc,Brok,Le Broc,Le-Brok,Lo Broc,Lo Bròc,lei bu luo ke,Брок,Ле-Брок,勒布罗克		FR	84	63	633	63054	678	Europe/Paris
6457009	Le Brugeron	le-brugeron	Brizheron,Brugeron,Le Brugeron,Le-Brjuzheron,Lo Brugeron,lei bu lu re long,Брижерон,Ле-Брюжерон,勒布吕热龙		FR	84	63	631	63057	247	Europe/Paris
6457010	La Cellette	la-cellette	La Cellette		FR	84	63	634	63067	170	Europe/Paris
6457011	Le Cendre	le-cendre	Le Cendre		FR	84	63	632	63069	5330	Europe/Paris
6457012	La Chapelle-Agnon	la-chapelle-agnon	Chapelle-Agnon,La Chapela dAnhon,La Chapelle-Agnon,La Chapèla dAnhon,La-Shapel'-An'on,Shapel Anon,la sha pei lei a ni weng,la shapyl-agnwn,Ла-Шапель-Аньон,Шапел Ањон,لا شاپیل-اگنون,拉沙佩勒阿尼翁		FR	84	63	631	63086	357	Europe/Paris
6457013	La Chapelle-Marcousse	la-chapelle-marcousse	La Chapelle-Marcousse		FR	84	63	633	63087	63	Europe/Paris
6457014	La Chapelle-sur-Usson	la-chapelle-sur-usson	Chapelle-sur-Usson,La Chapela dUcon,La Chapelle-sur-Usson,La Chapèla dUçon,La-Shapel'-sjur-Jusson,Shapel sir Ison,la shapyl-swr-wswn,yu song he pan la sha pei lei,Ла-Шапель-сюр-Юссон,Шапел сир Исон,لا شاپیل-سور-وسون,于松河畔拉沙佩勒		FR	84	63	633	63088	68	Europe/Paris
6457015	Les Angles	les-angles	Les Angles		FR	76	65	651	65011	122	Europe/Paris
6457016	La Barthe-de-Neste	la-barthe-de-neste	Bart de Nest,Barthe-de-Neste,La Barta,La Barta de Nestes,La Barta de Nestés,La Barthe-de-Neste,La-Bart-de-Nest,la ba er te de nei si te,Барт де Нест,Ла-Барт-де-Нест,拉巴尔特德内斯特		FR	76	65	652	65069	1228	Europe/Paris
6457017	Le Barcarès	le-barcares	Barcares,Barcarès,Barkares,El Barcares,El Barcarès,Le Barcares,Le Barcarès,Le-Barkares,el Barcares,el Barcarès,lei ba er ka lei,Баркарес,Ле-Баркарес,ル・バルカレス,勒巴尔卡雷		FR	76	66	662	66017	5915	Europe/Paris
6457018	La Cabanasse	la-cabanasse	La Cabanasse		FR	76	66	663	66027	657	Europe/Paris
6457019	La Llagonne	la-llagonne			FR	76	66	663	66098	219	Europe/Paris
6457020	La Broque	la-broque	Broque,La Broque,La-Brok,la bu luo qu ai,Ла-Брок,拉布罗屈埃		FR	44	67	673	67066	2681	Europe/Paris
6457021	Le Bonhomme	le-bonhomme	Le Bonhomme		FR	44	68	682	68044	762	Europe/Paris
6457022	Les Ardillats	les-ardillats	Ardija,Ardillats,Les Ardillats,Lez-Ardija,Los Ardilyats,Los Ardilyàts,Ардија,Лез-Ардія		FR	84	69	692	69012	627	Europe/Paris
6457023	Val d'Oingt	val-d-oingt			FR	84	69	692	69024	3966	Europe/Paris
6457024	Le Breuil	le-breuil	Brej,Breuil,Le-Brej,Бреј,Ле-Брей		FR	84	69	692	69026	524	Europe/Paris
6457026	La Chapelle-sur-Coise	la-chapelle-sur-coise	Chapelle-sur-Coise,La Chapelle-sur-Coise,La-Shapel'-sjur-Kuaz,Shapel sir Koaz,la shapyl-swr-kwysy,Ла-Шапель-сюр-Куаз,Шапел сир Коаз,لا شاپیل-سور-کویسی		FR	84	69	691	69042	578	Europe/Paris
6457027	Les Chères	les-cheres	Cheres,Chères,Le-Sher,Les Cheres,Les Chères,Sher,Ле-Шер,Шер		FR	84	69	692	69055	1451	Europe/Paris
6457028	Les Haies	les-haies	Aj,Haies,Le-E,Les Haies,Ај,Ле-Е		FR	84	69	691	69097	791	Europe/Paris
6457029	Les Halles	les-halles	Les Halles		FR	84	69	691	69098	493	Europe/Paris
6457030	Les Aynans	les-aynans	Les Aynans		FR	27	70	701	70046	338	Europe/Paris
6457031	La Basse-Vaivre	la-basse-vaivre	Bas Vevr,Basse-Vaivre,La Basse-Vaivre,La-Bas-Vevr,La-Bass-Vevr,la basy-waywry,Бас Вевр,Ла-Бас-Вевр,Ла-Басс-Вевр,لا باسی-وایوری		FR	27	70	701	70051	39	Europe/Paris
6457032	Les Bâties	les-baties	Bati,Baties,Bâties,Le-Bati,Les Baties,Les Bâties,Бати,Ле-Бати,Ле-Баті		FR	27	70	702	70053	79	Europe/Paris
6457033	Les Bizots	les-bizots	Les Bizots		FR	27	71	711	71038	464	Europe/Paris
6457034	La Boulaye	la-boulaye	Boulaye,Bule,La-Bule,la bwlayy,Буле,Ла-Буле,لا بولایی		FR	27	71	711	71046	105	Europe/Paris
6457035	La Chapelle-au-Mans	la-chapelle-au-mans	Chapelle-au-Mans,La-Shapel'-o-Mans,Shapel o Man,la shapyl-a-mans,Ла-Шапель-о-Манс,Шапел о Ман,لا شاپیل-آ-مانس		FR	27	71	713	71088	225	Europe/Paris
6457036	La Chapelle-de-Bragny	la-chapelle-de-bragny	Chapelle-de-Bragny,La Chapelle-de-Bragny,La-Shapel'-de-Bran'i,Shapel de Brani,Ла-Шапель-де-Браньи,Ла-Шапель-де-Браньї,Шапел де Брањи,لا شاپیل-ڈی-براگنی		FR	27	71	712	71089	253	Europe/Paris
6457037	La Chapelle-de-Guinchay	la-chapelle-de-guinchay	La Chapelle-de-Guinchay		FR	27	71	715	71090	4106	Europe/Paris
6457038	La Chapelle-du-Mont-de-France	la-chapelle-du-mont-de-france	Chapelle-du-Mont-de-France,La Chapelle-du-Mont-de-France,La-Shapel'-dju-Mon-de-Frans,Shapel di Mon de Frans,Ла-Шапель-дю-Мон-де-Франс,Шапел ди Мон де Франс,لا شاپیل-ڈو-مونت-ڈی-فرانکی		FR	27	71	715	71091	187	Europe/Paris
6457040	La Chapelle-Saint-Sauveur	la-chapelle-saint-sauveur	Chapelle-Saint-Sauveur,La-Shapel'-Sen-Sover,Shapel Sen Sover,Ла-Шапель-Сен-Совер,Шапел Сен Совер,لا شاپیل-سین-سوویور، ساونی-اے-لویری		FR	27	71	714	71093	678	Europe/Paris
6457041	La Chapelle-sous-Brancion	la-chapelle-sous-brancion	Chapelle-sous-Brancion,La Chapelle-sous-Brancion,La-Shapel'-su-Brans'jon,Shaple su Bransion,la shapyl-sws-brankywn,Ла-Шапель-су-Брансьйон,Шапле су Брансион,لا شاپیل-سوس-برانکیون		FR	27	71	715	71094	130	Europe/Paris
6457042	La Chapelle-sous-Dun	la-chapelle-sous-dun	Chapelle-sous-Dun,La-Shapel'-su-Den,Shapel su Den,la shapyl-sws-dwn,Ла-Шапель-су-Ден,Шапел су Ден,لا شاپیل-سوس-دون		FR	27	71	713	71095	441	Europe/Paris
6457043	La Chapelle-sous-Uchon	la-chapelle-sous-uchon	La Chapelle-sous-Uchon		FR	27	71	711	71096	183	Europe/Paris
6457044	La Chapelle-Thècle	la-chapelle-thecle	La Chapelle-Thecle,La Chapelle-Thècle		FR	27	71	714	71097	453	Europe/Paris
6457045	Les Aulneaux	les-aulneaux	Aulneaux,Les Aulneaux,Lez-Ol'no,Ulnu,Лез-Ольно,Улну		FR	52	72	722	72015	119	Europe/Paris
6457046	La Bazoge	la-bazoge	La Bazoge,La-Bazozh,la bazwgy  sardy,Ла-Базож,لا بازوگی، ساردی		FR	52	72	723	72024	3657	Europe/Paris
6457047	La Bosse	la-bosse	La Bosse		FR	52	72	722	72040	135	Europe/Paris
6457048	Le Breil-sur-Mérize	le-breil-sur-merize	Breil-sur-Merize,Breil-sur-Mérize,Brej sir Meriz,Le Breil-sur-Merize,Le Breil-sur-Mérize,Le-Brej-sjur-Meriz,Бреј сир Мериз,Ле-Брей-сюр-Мериз		FR	52	72	722	72046	1541	Europe/Paris
6457049	La Bruère-sur-Loir	la-bruere-sur-loir	La Bruere-sur-Loir,La Bruère-sur-Loir		FR	52	72	721	72049	246	Europe/Paris
6457050	La Chapelle-aux-Choux	la-chapelle-aux-choux	La Chapelle-aux-Choux		FR	52	72	721	72060	269	Europe/Paris
6457051	La Chapelle-d'Aligné	la-chapelle-d-aligne			FR	52	72	721	72061	1691	Europe/Paris
6457052	La Chapelle-du-Bois	la-chapelle-du-bois	La Chapelle-du-Bois		FR	52	72	722	72062	879	Europe/Paris
6457053	La Chapelle-Huon	la-chapelle-huon	La Chapelle-Huon		FR	52	72	722	72064	545	Europe/Paris
6457054	La Chapelle-Saint-Aubin	la-chapelle-saint-aubin	Chapelle-Saint-Aubin,La Chapelle-Saint-Aubin,La-Shapel'-Sent-Oben,Shapel Sent Oben,la shapyl-syn-wbyn,Ла-Шапель-Сент-Обен,Шапел Сент Обен,لا شاپیل-سین-وبین		FR	52	72	723	72065	2389	Europe/Paris
6457055	La Chapelle-Saint-Fray	la-chapelle-saint-fray	La Chapelle-Saint-Fray		FR	52	72	722	72066	454	Europe/Paris
6457056	La Chapelle-Saint-Rémy	la-chapelle-saint-remy	Chapelle-Saint-Remy,Chapelle-Saint-Rémy,La Chapelle-Saint-Remy,La Chapelle-Saint-Rémy,La-Shapel'-Sen-Remi,Shapel Sen Remi,la shapyl-syn-rymy,Ла-Шапель-Сен-Ремі,Шапел Сен Реми,لا شاپیل-سین-ریمی		FR	52	72	722	72067	975	Europe/Paris
6457057	La Chartre-sur-le-Loir	la-chartre-sur-le-loir	Chartre-sur-le-Loir,La-Shartr-sjur-le-Luar,Shartr na Loari,Ла-Шартр-сюр-ле-Луар,Шартр на Лоари,لا شارٹری-سور-لی-لویر		FR	52	72	721	72068	1440	Europe/Paris
6457059	Les Allues	les-allues	Les Allues		FR	84	73	731	73015	1829	Europe/Paris
6457060	La Bâthie	la-bathie	Bathie,Bati,Bâthie,La Bathie,La Bâthie,La-Bati,Бати,Ла-Баті,لا باٹہیی		FR	84	73	731	73032	2193	Europe/Paris
6457061	La Biolle	la-biolle	Biol,Biolle,La Biolle,La-Bjol',la bywly,Биол,Ла-Бйоль,لا بیولی		FR	84	73	732	73043	2473	Europe/Paris
6457062	Le Bourget-du-Lac	le-bourget-du-lac			FR	84	73	732	73051	4714	Europe/Paris
6457063	La Bridoire	la-bridoire	Bridoar,Bridoire,La Bridoire,La-Briduar,Бридоар,Ла-Бридуар,لا بریڈویری		FR	84	73	732	73058	1260	Europe/Paris
6457064	La Chambre	la-chambre	Chambre,La Chambra,La Chambre,La-Shambr,Shambr,la shambry,Ла-Шамбр,Шамбр,لا شامبری		FR	84	73	733	73067	1156	Europe/Paris
6457065	La Chapelle-Blanche	la-chapelle-blanche	La Chapelle-Blanche		FR	84	73	732	73075	559	Europe/Paris
6457066	La Chapelle-du-Mont-du-Chat	la-chapelle-du-mont-du-chat	Chapelle-du-Mont-du-Chat,La Chapelle-du-Mont-du-Chat,La-Shapel'-dju-Mon-dju-Shat,Shapel di Mon di Sha,Ла-Шапель-дю-Мон-дю-Шат,Шапел ди Мон ди Ша,لا شاپیل-ڈو-مونت-ڈو-چاٹ		FR	84	73	732	73076	254	Europe/Paris
6457067	Les Chapelles	les-chapelles	Les Chapelles		FR	84	73	731	73077	559	Europe/Paris
6457068	La Chapelle-Saint-Martin	la-chapelle-saint-martin	Chapelle-Saint-Martin,La Chapelle-Saint-Martin,La-Shapel'-Sen-Marten,Shapel Sen Marten,Ла-Шапель-Сен-Мартен,Шапел Сен Мартен,لا شاپیل-سین-مارٹین		FR	84	73	732	73078	152	Europe/Paris
6457069	La Compôte	la-compote	La Compote,La Compôte		FR	84	73	732	73090	253	Europe/Paris
6457071	La Balme-de-Sillingy	la-balme-de-sillingy	Balma Sillingea,Balme de Sijenzhi,Balme-de-Sillingy,La Barma-de-Felingi,La Bârma-de-Felingi,La-Bal'm-de-Sienzhi,Балме де Сијенжи,Ла-Бальм-де-Сієнжі,لا بالمی-ڈی-سیلینگی		FR	84	74	741	74026	5011	Europe/Paris
6457072	La Balme-de-Thuy	la-balme-de-thuy	La Balme-de-Thuy		FR	84	74	741	74027	454	Europe/Paris
6457073	La Baume	la-baume	Balma,Baume,Bum,La-Bom,Бум,Ла-Бом,لا بومے		FR	84	74	744	74030	308	Europe/Paris
6457074	La Chapelle-d'Abondance	la-chapelle-d-abondance	La Chapelle-d'Abondance		FR	84	74	744	74058	901	Europe/Paris
6457075	La Chapelle-Rambaud	la-chapelle-rambaud			FR	84	74	742	74059	256	Europe/Paris
6457076	La Chapelle-Saint-Maurice	la-chapelle-saint-maurice	La Chapelle-Saint-Maurice		FR	84	74	741	74060	124	Europe/Paris
6457077	Les Clefs	les-clefs	Les Clefs		FR	84	74	741	74079	643	Europe/Paris
6457078	La Clusaz	la-clusaz	La Clusaz		FR	84	74	741	74080	1754	Europe/Paris
6457079	Les Contamines-Montjoie	les-contamines-montjoie			FR	84	74	742	74085	1193	Europe/Paris
6457080	Les Authieux-sur-le-Port-Saint-Ouen	les-authieux-sur-le-port-saint-ouen			FR	28	76	763	76039	1254	Europe/Paris
6457081	La Bellière	la-belliere	La Belliere,La Bellière		FR	28	76	761	76074	56	Europe/Paris
6457082	La Brosse-Montceaux	la-brosse-montceaux	La Brosse-Montceaux		FR	11	77	773	77054	800	Europe/Paris
6457083	La Celle-sur-Morin	la-celle-sur-morin	La Celle-sur-Morin		FR	11	77	771	77063	1318	Europe/Paris
6457084	La Chapelle-Gauthier	la-chapelle-gauthier	Chapelle-Gauthier,La Chapelle-Gauthier,La-Shapel'-Got'e,Shapel Gotje,Ла-Шапель-Готье,Ла-Шапель-Готьє,Шапел Готје,لا شاپیل-گوتھیر، سیینی-اے-مارنی		FR	11	77	773	77086	1462	Europe/Paris
6457085	La Chapelle-Iger	la-chapelle-iger	La Chapelle-Iger		FR	11	77	773	77087	163	Europe/Paris
6457086	La Chapelle-la-Reine	la-chapelle-la-reine	La Chapelle-la-Reine		FR	11	77	774	77088	2447	Europe/Paris
6457087	La Chapelle-Rablais	la-chapelle-rablais	La Chapelle-Rablais		FR	11	77	773	77089	965	Europe/Paris
6457088	La Chapelle-Saint-Sulpice	la-chapelle-saint-sulpice	La Chapelle-Saint-Sulpice		FR	11	77	773	77090	241	Europe/Paris
6457089	Les Chapelles-Bourbon	les-chapelles-bourbon	Les Chapelles-Bourbon		FR	11	77	773	77091	453	Europe/Paris
6457090	Les Alluets-le-Roi	les-alluets-le-roi	Les Alluets-le-Roi		FR	11	78	783	78010	1213	Europe/Paris
6457091	La Boissière-École	la-boissiere-ecole	La Boissiere-Ecole,La Boissière-École		FR	11	78	782	78077	773	Europe/Paris
6457094	La Boissière-en-Gâtine	la-boissiere-en-gatine	La Boissiere-en-Gatine,La Boissière-en-Gâtine		FR	75	79	793	79040	251	Europe/Paris
6457095	Le Bourdet	le-bourdet	Le Bourdet		FR	75	79	792	79046	592	Europe/Paris
6457098	Le Busseau	le-busseau	Le Busseau		FR	75	79	793	79059	733	Europe/Paris
6457099	La Chapelle-Bertrand	la-chapelle-bertrand	Chapelle-Bertrand,La Chapelle-Bertrand,La-Shapel'-Bertran,Shapel Bertran,Ла-Шапель-Бертран,Шапел Бертран		FR	75	79	793	79071	483	Europe/Paris
6457101	La Chapelle-Pouilloux	la-chapelle-pouilloux	La Chapelle-Pouilloux		FR	75	79	792	79074	184	Europe/Paris
6457103	La Chapelle-Saint-Laurent	la-chapelle-saint-laurent	La Chapelle-Saint-Laurent		FR	75	79	791	79076	1986	Europe/Paris
6457104	Beugnon-Thireuil	beugnon-thireuil	Beugnon-Thireuil		FR	75	79	793	79077	726	Europe/Paris
6457105	Le Chillou	le-chillou	Le Chillou		FR	75	79	793	79089	170	Europe/Paris
6457107	Le Bez	le-bez	Le Bez		FR	76	81	812	81031	838	Europe/Paris
6457108	Les Cammazes	les-cammazes	Les Cammazes		FR	76	81	812	81055	331	Europe/Paris
6457109	Le Dourn	le-dourn	Le Dourn		FR	76	81	811	81082	115	Europe/Paris
6457110	Les Barthes	les-barthes			FR	76	82	821	82012	563	Europe/Paris
6457111	Le Causé	le-cause	Le Cause,Le Causé		FR	76	82	821	82036	139	Europe/Paris
6457112	La Bastide	la-bastide	Bastid,Bastide,La Bastida,La Bastide,La-Bastid,la ba si di dai,Бастид,Ла-Бастид,Ла-Бастід,لا باسٹیڈی، وار,ラ・バスティッド,拉巴斯蒂代		FR	93	83	831	83013	199	Europe/Paris
6457113	Le Beausset	le-beausset			FR	93	83	832	83016	9637	Europe/Paris
6457114	La Cadière-d'Azur	la-cadiere-d-azur			FR	93	83	832	83027	5537	Europe/Paris
6457115	Le Cannet-des-Maures	le-cannet-des-maures	Le Cannet-des-Maures		FR	93	83	833	83031	4328	Europe/Paris
6457116	La Celle	la-celle	Celle,La Cela,La Celle,La Cèla,La-Sel',Sel,la se er,la syl  war,Ла-Сель,Сел,لا سیل، وار,拉瑟尔		FR	93	83	833	83037	1457	Europe/Paris
6457117	La Crau	la-crau			FR	93	83	832	83047	17920	Europe/Paris
6457118	La Croix-Valmer	la-croix-valmer	Croix-Valmer,Kroa Valmer,La Crotz Valmer,La-Krua-Val'me,la ke lu wa wa er mo,la krwyy-walmyr,Кроа Валмер,Ла-Круа-Вальме,لا کروئی-والمیر,拉克鲁瓦瓦尔默		FR	93	83	831	83048	3798	Europe/Paris
6457119	La Farlède	la-farlede	La Farlede,La Farleta,La Farlède,La-Farled,la fa er lai dai,la farlydy,Ла-Фарлед,لا فارلیدی,拉法尔莱代		FR	93	83	832	83054	8768	Europe/Paris
6457120	La Garde-Freinet	la-garde-freinet			FR	93	83	831	83063	1882	Europe/Paris
6457121	La Londe-les-Maures	la-londe-les-maures	La Londe-les-Maures		FR	93	83	832	83071	10235	Europe/Paris
6457122	Le Luc	le-luc	Le Luc		FR	93	83	833	83073	10952	Europe/Paris
6457123	La Martre	la-martre	La Martra,La Martre,La-Martr,la ma er te lei,Ла-Мартр,لا مارٹری، وار,拉马尔特勒		FR	93	83	831	83074	213	Europe/Paris
6457124	Les Mayons	les-mayons	Le-Majon,Lei Maions,lai si mai weng,Ле-Майон,莱斯迈翁		FR	93	83	833	83075	641	Europe/Paris
6457125	La Môle	la-mole	La Mola,La Mole,La Mòla,La Môle,La-Mol',la mo er,la mwly,Ла-Моль,لا مولی,拉莫尔		FR	93	83	831	83079	1418	Europe/Paris
6457126	La Motte	la-motte	La Mota,La Motte,La Mòta,La-Mot,La-Mott,la mo te,la mwt  war,Ла-Мот,Ла-Мотт,لا موت، وار,拉莫特		FR	93	83	831	83085	2875	Europe/Paris
6457127	Le Muy	le-muy	Le Muy		FR	93	83	831	83086	9248	Europe/Paris
6457128	Le Pradet	le-pradet	Le Pradet		FR	93	83	832	83098	10027	Europe/Paris
6457129	La Bastidonne	la-bastidonne	La Bastidonne		FR	93	84	841	84010	780	Europe/Paris
6457130	Le Beaucet	le-beaucet	Le Beaucet		FR	93	84	843	84011	347	Europe/Paris
6457131	La Motte-d'Aigues	la-motte-d-aigues	La Motte-d'Aigues		FR	93	84	841	84084	1339	Europe/Paris
6457132	Le Pontet	le-pontet	Le-Ponte,Lo Pontet,lai peng te,Ле-Понте,莱蓬特		FR	93	84	842	84092	17556	Europe/Paris
6457133	La Barre-de-Monts	la-barre-de-monts	Bar de Mon,Barre-de-Monts,La Barre-de-Monts,La-Barr-de-Mon,la ba er lei de meng te,Бар де Мон,Ла-Барр-де-Мон,لا باری-ڈی-مونتس,拉巴尔勒德蒙特		FR	52	85	853	85012	2193	Europe/Paris
6457134	Le Bernard	le-bernard	Le Bernard		FR	52	85	853	85022	1209	Europe/Paris
6457135	La Boissière-de-Montaigu	la-boissiere-de-montaigu	La Boissiere-de-Montaigu,La Boissière-de-Montaigu		FR	52	85	852	85025	2261	Europe/Paris
6457136	La Boissière-des-Landes	la-boissiere-des-landes	Boasjer de Land,Boissiere-des-Landes,Boissière-des-Landes,La Boissiere-des-Landes,La Boissière-des-Landes,La-Buasser-de-Land,la bu wa xi ai dai lang dai,Боасјер де Ланд,Ла-Буассєр-де-Ланд,لا بویسییری-ڈیس-لانڈیس,拉布瓦西埃代朗代		FR	52	85	853	85026	1379	Europe/Paris
6457137	Le Boupère	le-boupere	Le Boupere,Le Boupère		FR	52	85	851	85031	3126	Europe/Paris
6457138	Les Brouzils	les-brouzils	Les Brouzils		FR	52	85	852	85038	2791	Europe/Paris
6457139	La Bruffière	la-bruffiere			FR	52	85	852	85039	3921	Europe/Paris
6457140	La Chaize-Giraud	la-chaize-giraud	La Chaize-Giraud		FR	52	85	853	85045	1061	Europe/Paris
6457141	La Chaize-le-Vicomte	la-chaize-le-vicomte	La Chaize-le-Vicomte		FR	52	85	852	85046	3756	Europe/Paris
6457142	Le Champ-Saint-Père	le-champ-saint-pere	Le Champ-Saint-Pere,Le Champ-Saint-Père		FR	52	85	853	85050	1839	Europe/Paris
6457144	La Chapelle-aux-Lys	la-chapelle-aux-lys			FR	52	85	851	85053	249	Europe/Paris
6457185	Les Pavillons-sous-Bois	les-pavillons-sous-bois	Les Pavillons-sous-Bois		FR	11	93	932	93057	23695	Europe/Paris
6457186	Le Raincy	le-raincy	Le Raincy		FR	11	93	932	93062	14501	Europe/Paris
6457145	La Chapelle-Hermier	la-chapelle-hermier	Chapelle-Hermier,La Chapelle-Hermier,La-Shapel'-Erme,Shapel Ermje,la sha pei lei ai er mi ye,Ла-Шапель-Ермє,Шапел Ермје,لا شاپیل-ہیرمییر,拉沙佩勒埃尔米耶		FR	52	85	853	85054	887	Europe/Paris
6457146	La Chapelle-Palluau	la-chapelle-palluau	La Chapelle-Palluau		FR	52	85	852	85055	952	Europe/Paris
6457147	La Chapelle-Thémer	la-chapelle-themer	Chapelle-Themer,Chapelle-Thémer,La-Shapel'-Teme,Shapel Teme,la sha pei lei tai mo,Ла-Шапель-Теме,Шапел Теме,لا شاپیل-تھیمیر,拉沙佩勒泰默		FR	52	85	851	85056	382	Europe/Paris
6457148	La Châtaigneraie	la-chataigneraie	La Chataigneraie,La Châtaigneraie		FR	52	85	851	85059	2522	Europe/Paris
6457151	La Copechagnière	la-copechagniere	Copechagniere,Copechagnière,Kopshanijer,La Copechagniere,La Copechagnière,La-Kopshan'er,la ke pei sha ni ai,la kwpychagnyry,Копшањијер,Ла-Копшаньєр,لا کوپیچاگنیری,拉科佩沙尼埃		FR	52	85	852	85072	988	Europe/Paris
6457152	La Couture	la-couture			FR	52	85	851	85074	216	Europe/Paris
6457153	Essarts en Bocage	essarts-en-bocage	Le Esar,Lez-Essar,lai se sa er te,Ле Есар,Лез-Ессар,莱瑟萨尔特		FR	52	85	852	85084	8804	Europe/Paris
6457154	Le Fenouiller	le-fenouiller			FR	52	85	853	85088	4668	Europe/Paris
6457155	La Ferrière	la-ferriere	La Ferriere,La Ferrière,La-Ferrer,la fu er li ai,la fyryry  wyndy,Ла-Феррєр,لا فیریری، ویندی,拉弗尔里埃		FR	52	85	852	85089	5234	Europe/Paris
6457156	Sèvremont	sevremont	La-Flosel'er,la flwkylyry,la fu luo sai li ai,Ла-Флосельєр,لا فلوکیلیری,拉夫洛塞利埃		FR	52	85	851	85090	6507	Europe/Paris
6457157	La Garnache	la-garnache	La Garnache		FR	52	85	853	85096	4956	Europe/Paris
6457158	La Gaubretière	la-gaubretiere	La-Gobret'er,la ge bu lei di ai,Ла-Гобретьєр,لا گوبریٹیری,拉戈布雷蒂埃		FR	52	85	852	85097	3034	Europe/Paris
6457159	La Bussière	la-bussiere	Bisjer,Bussiere,Bussière,La Bussiere,La Bussière,La-Bjus'er,la bi xi ai,la bwsyyry  wyyny,Бисјер,Ла-Бюсьєр,لا بوسییری، ویینی,拉比西埃		FR	75	86	862	86040	320	Europe/Paris
6457160	La Chapelle-Moulière	la-chapelle-mouliere	Chapelle-Mouliere,Chapelle-Moulière,La Chapelle-Mouliere,La Chapelle-Moulière,La-Shapel'-Mul'er,Shapel Mulijer,la sha pei lei mu li ai,la shapyl-mwlyyry,Ла-Шапель-Мульєр,Шапел Мулијер,لا شاپیل-مولییری,拉沙佩勒穆利埃		FR	75	86	863	86058	694	Europe/Paris
6457161	La Chaussée	la-chaussee	Chaussee,Chaussée,La Chaussee,La Chaussée,La-Shosse,Shose,la shao sai e,la shwsy  wyny,Ла-Шоссе,Шосе,لا شوسی، وینی,拉绍塞厄		FR	75	86	861	86069	184	Europe/Paris
6457162	La Ferrière-Airoux	la-ferriere-airoux	La Ferriere-Airoux,La Ferrière-Airoux		FR	75	86	862	86097	324	Europe/Paris
6457163	Le Buis	le-buis	Bi,Buis,Le Buis,Le-Bjui,Lo Bois,Lu Bois,lei bi yi,Би,Ле-Бюи,Ле-Бюї,勒比伊		FR	75	87	871	87023	190	Europe/Paris
6457164	Les Cars	les-cars	Les Cars		FR	75	87	872	87029	630	Europe/Paris
6457165	La Chapelle-Montbrandeix	la-chapelle-montbrandeix	Chapelle-Montbrandeix,La Chapela,La Chapela e Mont Brandes,La Chapela e Mont Brandés,La-Shapel'-Monbrande,Shapel Monbrande,la sha pei er meng te bu lang dai,Ла-Шапель-Монбранде,Шапел Монбранде,لا شاپیل-مونتبرانڈییکس,拉沙佩尔蒙特布朗代		FR	75	87	873	87037	252	Europe/Paris
6457166	La Croisille-sur-Briance	la-croisille-sur-briance	Croisille-sur-Briance,Kroazij sir Brijans,La Croisille-sur-Briance,La Crosilha,La-Kruazij-sjur-Brians,bu li ang si he pan la ke lu wa xi lei,la krwysyly-swr-bryanky,Кроазиј сир Бријанс,Ла-Круазий-сюр-Брианс,Ла-Круазій-сюр-Бріанс,لا کرویسیلی-سور-بریانکی,布里昂斯河畔拉克鲁瓦西勒		FR	75	87	872	87051	665	Europe/Paris
6457167	La Croix-sur-Gartempe	la-croix-sur-gartempe	Croix-sur-Gartempe,Kroa sir Gartan,La Crotz,La-Krua-sjur-Gartamp,jia er tang pu he pan la ke lu wa,la krwyy-swr-gartymp,Кроа сир Гартан,Ла-Круа-сюр-Гартамп,لا کروئی-سور-گارتیمپ,加尔唐普河畔拉克鲁瓦		FR	75	87	871	87052	190	Europe/Paris
6457168	Le Dorat	le-dorat	Le Dorat		FR	75	87	871	87059	1686	Europe/Paris
6457169	La Geneytouse	la-geneytouse	La Geneytouse		FR	75	87	872	87070	942	Europe/Paris
6457170	La Jonchère-Saint-Maurice	la-jonchere-saint-maurice			FR	75	87	872	87079	815	Europe/Paris
6457171	La Meyze	la-meyze			FR	75	87	872	87096	819	Europe/Paris
6457172	La Baffe	la-baffe	Baf,Baffe,La-Baff,la ba fu,la baffy,Баф,Ла-Бафф,لا باففی,拉巴夫		FR	44	88	881	88028	648	Europe/Paris
6457173	Le Beulay	le-beulay	Le Beulay		FR	44	88	883	88057	99	Europe/Paris
6457174	La Bourgonce	la-bourgonce	Bourgonce,Burgons,La Bourgonce,La-Burgons,la bu er gong si,la bwrgwnky,Бургонс,Ла-Бургонс,لا بورگونکی,拉布尔贡斯		FR	44	88	883	88068	899	Europe/Paris
6457175	La Bresse	la-bresse	La Bresse		FR	44	88	881	88075	4198	Europe/Paris
6457176	La Chapelle-aux-Bois	la-chapelle-aux-bois	Chapelle-aux-Bois,La-Shapel'-o-Bua,Shapel o Boa,la sha pei lei ao bu wa,la shapyl-a-bwys,Ла-Шапель-о-Буа,Шапел о Боа,لا شاپیل-آ-بویس,拉沙佩勒奥布瓦		FR	44	88	881	88088	666	Europe/Paris
6457177	La Belliole	la-belliole	Beliol,Belliole,La Belliole,La-Bel'jol',la bei li ao er,la bylywly,Белиол,Ла-Бельйоль,لا بیلیولی,拉贝利奥尔		FR	27	89	893	89036	256	Europe/Paris
6457178	La Celle-Saint-Cyr	la-celle-saint-cyr	Celle-Saint-Cyr,La Celle-Saint-Cyr,La-Sel'-Sen-Sir,Sel Sen Sir,la sai lei sheng xi,la syl-syn-kyr,Ла-Сель-Сен-Сир,Ла-Сель-Сен-Сір,Сел Сен Сир,لا سیل-سین-کیر,拉塞勒圣西		FR	27	89	893	89063	817	Europe/Paris
6457179	La Chapelle-sur-Oreuse	la-chapelle-sur-oreuse			FR	27	89	893	89080	617	Europe/Paris
6457180	La Chapelle-Vaupelteigne	la-chapelle-vaupelteigne	Chapelle-Vaupelteigne,La Chapelle-Vaupelteigne,La-Shapel'-Vopel'ten',Shapel Vopelten,la sha pei lei wo pei er tai ge,Ла-Шапель-Вопельтень,Шапел Вопелтењ,لا شاپیل-ووپیلٹییگنی,拉沙佩勒沃佩尔泰格		FR	27	89	891	89081	89	Europe/Paris
6457181	La Garenne-Colombes	la-garenne-colombes	La Garenne-Colombes		FR	11	92	922	92035	29248	Europe/Paris
6457182	Le Plessis-Robinson	le-plessis-robinson	Le Plessis-Robinson		FR	11	92	921	92060	29028	Europe/Paris
6457183	La Courneuve	la-courneuve			FR	11	93	933	93027	42485	Europe/Paris
6457184	Les Lilas	les-lilas	Les Lilas		FR	11	93	931	93045	22993	Europe/Paris
6613393	Placé	place	Place,Placé		FR	52	53	533	53179	334	Europe/Paris
6457187	Le Kremlin-Bicêtre	le-kremlin-bicetre			FR	11	94	943	94043	25292	Europe/Paris
6457188	Le Plessis-Trévise	le-plessis-trevise	Le Plessis-Trevise,Le Plessis-Trévise		FR	11	94	941	94059	20279	Europe/Paris
6457189	La Queue-en-Brie	la-queue-en-brie	La Queue-en-Brie		FR	11	94	941	94060	11835	Europe/Paris
6457190	Le Bellay-en-Vexin	le-bellay-en-vexin	Le Bellay-en-Vexin		FR	11	95	953	95054	245	Europe/Paris
6457192	Les Albres	les-albres	Albr,Albres,Les Albres,Lez-Al'br,Los Aures,lai sa er bu lei,Албр,Лез-Альбр,莱萨尔布雷		FR	76	12	123	12003	345	Europe/Paris
6457193	Les Aix-d'Angillon	les-aix-d-angillon	Les Aix-d'Angillon		FR	24	18	181	18003	1926	Europe/Paris
6457194	Les Aires	les-aires	Er,Las Airas,Les Aires,Lez-Er,lai sai lei,lz ayrs,Ер,Лез-Ер,لز آیرس,莱赛雷		FR	76	34	341	34008	613	Europe/Paris
6457195	Les Abrets en Dauphiné	les-abrets-en-dauphine	Abre,Abrets,Les Abrets en Dauphine,Les Abrets en Dauphiné,Lez-Abre,lai sa bu lei te,Абре,Лез-Абре,莱萨布雷特		FR	84	38	382	38001	6289	Europe/Paris
6457196	Les Adrets	les-adrets	Adre,Adrets,Lez-Adre,lai sa de lei te,Адре,Лез-Адре,莱萨德雷特		FR	84	38	381	38002	1004	Europe/Paris
6457198	Les Ageux	les-ageux	Les Ageux		FR	32	60	602	60006	1182	Europe/Paris
6457199	Les Ancizes-Comps	les-ancizes-comps	Ancizes-Comps,Las Ancisas e los Coms,Las Ancisas e los Còms,Las Encisas,Les Ancizes-Comps,Lez-Ansiz-Kom,Onsiz Komp,lai sang xi ze kong pu,Лез-Ансіз-Ком,Онсиз Комп,莱桑西泽孔普		FR	84	63	634	63004	1568	Europe/Paris
6457201	Les Arcs	les-arcs	Arcs,Ark,Les Arcs,Les Arcs-sur-Argens,Lez-Ark,Los Arcs,lai sa er ke,Арк,Лез-Арк,莱萨尔克		FR	93	83	831	83004	7104	Europe/Paris
6457202	Le Barroux	le-barroux	Le Barroux		FR	93	84	843	84008	632	Europe/Paris
6457203	La Bazeuge	la-bazeuge	Bazeuge,Bazezh,La Baseuge,La Baseuja,La Bazeuge,La-Bazezh,la ba ze re,la bazywgy,Базеж,Ла-Базеж,لا بازیوگی,拉巴泽热		FR	75	87	871	87008	137	Europe/Paris
6457204	Les Ableuvenettes	les-ableuvenettes	Ableuvenettes,Ablevenet,Les Ableuvenettes,Lez-Ablevenett,lai sa bu lei fu nei te,Аблевенет,Лез-Аблевенетт,莱萨布勒弗内特		FR	44	88	881	88001	68	Europe/Paris
6457205	Le Blanc-Mesnil	le-blanc-mesnil	Le Blanc-Mesnil		FR	11	93	932	93007	55987	Europe/Paris
6457206	La Barben	la-barben	La Barben		FR	93	13	131	13009	853	Europe/Paris
6457207	Les Angles-sur-Corrèze	les-angles-sur-correze	Angl sir Korez,Angles-sur-Correze,Angles-sur-Corrèze,Les Angles-sur-Correze,Les Angles-sur-Corrèze,Lez-Angl'-sjur-Korrez,Los Angles,ke er lei ci he pan lai sang ge lai,Англ сир Корез,Лез-Англь-сюр-Коррез,科尔雷兹河畔莱桑格莱		FR	75	19	192	19009	109	Europe/Paris
6457208	Le Bodéo	le-bodeo	Bodeou,Bodeoù,Le Bodeo,Le Bodéo,Le-Bodeo,lei bo dai ao,Ле-Бодео,勒博代奥		FR	53	22	224	22009	162	Europe/Paris
6457209	La Bastide-des-Jourdans	la-bastide-des-jourdans	La Bastide-des-Jourdans		FR	93	84	841	84009	1507	Europe/Paris
6457210	Le Boulay-Morin	le-boulay-morin	Le Boulay-Morin		FR	28	27	273	27099	771	Europe/Paris
6457211	La Chapelle-Souëf	la-chapelle-souef	Chapelle-Souef,Chapelle-Souëf,La Chapelle-Souef,La Chapelle-Souëf,La-Shapel'-Suef,Shapel Suef,la sha pei lei su e,Ла-Шапель-Суеф,Шапел Суеф,拉沙佩勒苏厄		FR	28	61	613	61099	260	Europe/Paris
6457213	Le Girouard	le-girouard	Girouard,Le Girouard,Le-Zhiruar,Zhiruar,lei ji lu a er,Жируар,Ле-Жируар,勒吉鲁阿尔		FR	52	85	853	85099	1026	Europe/Paris
6457214	Clux-Villeneuve	clux-villeneuve			FR	27	71	712	71578	336	Europe/Paris
6458579	Champs-sur-Marne	champs-sur-marne	Champs-sur-Marne		FR	11	77	775	77083	24780	Europe/Paris
6458623	Aubigné-sur-Layon	aubigne-sur-layon	Aubigne-sur-Layon,Aubigné-sur-Layon		FR	52	49	491	49012	366	Europe/Paris
6458624	Blaison-Saint-Sulpice	blaison-saint-sulpice	Blaison-Saint-Sulpice		FR	52	49	491	49029	1228	Europe/Paris
6458625	Brissac Loire Aubance	brissac-loire-aubance			FR	52	49	491	49050	10803	Europe/Paris
6458626	Les Cerqueux	les-cerqueux	Les Cerqueux,Les Cerqueux-de-Maulevrier,Les Cerqueux-de-Maulévrier		FR	52	49	492	49058	880	Europe/Paris
6458627	Bellevigne-les-Châteaux	bellevigne-les-chateaux	Bellevigne-les-Chateaux,Bellevigne-les-Châteaux		FR	52	49	493	49060	3552	Europe/Paris
6458630	Fontevraud-l'Abbaye	fontevraud-l-abbaye	Fontevrault		FR	52	49	493	49140	1532	Europe/Paris
6458632	Loiré	loire			FR	52	49	494	49178	861	Europe/Paris
6458633	Longué-Jumelles	longue-jumelles	Longue-Jumelles,Longué-Jumelles		FR	52	49	493	49180	6813	Europe/Paris
6458636	Montilliers	montilliers	Montilliers		FR	52	49	492	49211	1225	Europe/Paris
6458637	Montreuil-Juigné	montreuil-juigne	Montreuil-Juigne,Montreuil-Juigné		FR	52	49	491	49214	7513	Europe/Paris
6458638	Gennes-Val-de-Loire	gennes-val-de-loire	Gennes-Val-de-Loire		FR	52	49	493	49261	8679	Europe/Paris
6458640	Loire-Authion	loire-authion	Loire-Authion		FR	52	49	491	49307	15821	Europe/Paris
6458642	Avrillé	avrille	Avrije,Avril'e,a fu li lai,Аврильє,Аврије,阿夫里莱		FR	52	49	491	49015	13699	Europe/Paris
6458643	Dénezé-sous-Doué	deneze-sous-doue	Deneze-sous-Doue,Deneze-su-Due,Dénezé-sous-Doué,dai nei ze su du ai,Денезе-су-Дуе,代内泽苏杜埃		FR	52	49	493	49121	464	Europe/Paris
6458647	Marcé	marce	Marce,Marcé		FR	52	49	491	49188	842	Europe/Paris
6458648	Montigné-lès-Rairies	montigne-les-rairies	Montigne-les-Rairies,Montigné-lès-Rairies		FR	52	49	491	49209	414	Europe/Paris
6458649	Mûrs-Erigné	murs-erigne	Murs-Erigne,Mûrs-Erigné		FR	52	49	491	49223	5453	Europe/Paris
6458652	Sainte-Gemmes-sur-Loire	sainte-gemmes-sur-loire	Sainte-Gemmes-sur-Loire		FR	52	49	491	49278	3416	Europe/Paris
6458655	Saint-Melaine-sur-Aubance	saint-melaine-sur-aubance	Saint-Melaine-sur-Aubance		FR	52	49	491	49308	2040	Europe/Paris
6458657	Sceaux-d'Anjou	sceaux-d-anjou	Sceaux-d'Anjou		FR	52	49	494	49330	1183	Europe/Paris
6458659	Baugé-en-Anjou	bauge-en-anjou	Bauge-en-Anjou,Baugé-en-Anjou		FR	52	49	493	49018	11868	Europe/Paris
6458660	Béhuard	behuard	Behuard,Béhuard		FR	52	49	491	49028	123	Europe/Paris
6458661	Brossay	brossay	Brossay		FR	52	49	493	49053	371	Europe/Paris
6458663	Cheffes	cheffes	Cheffes,Cheffes-sur-Sarthe,Shef,Sheff,xie fu,Шеф,Шефф,谢弗		FR	52	49	491	49090	977	Europe/Paris
6458665	Allonnes	allonnes	Allonn,Allonnes,Alon,a luo nei,alwnz  mayn-at-lwar,Аллонн,Алон,الونز، ماین-ات-لوار,阿洛内		FR	52	49	493	49002	3026	Europe/Paris
6458667	La Ménitré	la-menitre	La Menitre,La Ménitré		FR	52	49	493	49201	2089	Europe/Paris
6458668	La Pellerine	la-pellerine	La Pellerine,La-Pel'rin,la pei lei lan,Ла-Пельрин,لا پیلیرینی، مینے-اے-لوئیر,拉佩勒兰		FR	52	49	493	49237	145	Europe/Paris
6612157	L'Abergement-Clémenciat	l-abergement-clemenciat	L'Abergement-Clemenciat,L'Abergement-Clémenciat		FR	84	01	012	01001	767	Europe/Paris
6612187	Diou	diou	Diou,Diu,Dju,di wu,Диу,Діу,Дју,迪乌		FR	84	03	032	03100	1403	Europe/Paris
6612189	Roussieux	roussieux			FR	84	26	262	26286	23	Europe/Paris
6612190	Francazal	francazal	Francazal,Frankazal,Frankazal',Hranccasau,fu lang ka zha,Франказал,Франказаль,弗朗卡扎		FR	76	31	312	31195	28	Europe/Paris
6612191	Portet-d'Aspet	portet-d-aspet	Portet-d'Aspet		FR	76	31	312	31431	68	Europe/Paris
6612192	Montbray	montbray	Montbray		FR	28	50	504	50338	330	Europe/Paris
6612194	Moncaup	moncaup	Moncaup,Monko,Montcaub,Montcauv,meng ke,Монко,蒙科		FR	75	64	643	64390	154	Europe/Paris
6612195	Buhy	buhy	Buhy		FR	11	95	953	95119	323	Europe/Paris
6612196	Ballons	ballons	Ballons		FR	84	26	262	26022	83	Europe/Paris
6612197	Campagne	campagne	Campagne		FR	76	34	343	34048	319	Europe/Paris
6612198	Avezé	aveze	Aveze,Avezé,Avze,Авезе,Авзе		FR	52	72	722	72020	737	Europe/Paris
6612199	Coligny	coligny	Coligne,Coligny,Colignê,Kolin'i,Kolini,ke yi ni,korini,kwlynyy,Колиньи,Колињи,Коліньї,Կոլինի,كولينيي,コリニー,科伊尼		FR	84	01	012	01108	1187	Europe/Paris
6612200	Cormoz	cormoz	Kormo,ke er shao,krmwz,kwrmw,Кормо,Կորմո,كورمو,کرموز,科尔绍		FR	84	01	012	01124	662	Europe/Paris
6612201	Dortan	dortan	Dortan		FR	84	01	014	01148	1846	Europe/Paris
6612203	Lélex	lelex	Lele,Leleks,lai lai ke si,llks,lylyks,Леле,Лелекс,Լելե,للکس,ليليكس,莱莱克斯		FR	84	01	013	01210	225	Europe/Paris
6612204	Massignieu-de-Rives	massignieu-de-rives	Masinyo de Riv,Massignieu-de-Rives,Massin'e-de-Riv,Massin'jo-de-Riv,ma xi ni e de li fu,massynyw-dw-ryf,Массиньё-де-Рив,Массіньє-де-Рив,Մասինյո դե Ռիվ,ماسسينيو-دو-ريف,马西尼厄德里夫		FR	84	01	011	01239	613	Europe/Paris
6612205	Mijoux	mijoux	Mijoux,Mizhu,mi ru,myjw  ayn,Мижу,Міжу,ميجو، أين,米茹		FR	84	01	013	01247	340	Europe/Paris
6612207	Pirajoux	pirajoux	Pirajoux,Pirazhu,Pirazu,byrajw,pi la ru,Пиражу,Піражу,Պիրաժու,بيراجو,皮拉茹		FR	84	01	012	01296	389	Europe/Paris
6612208	Pouillat	pouillat	Pouillat,Puiya,Puja,Pujja,bwyya,pu ya,Пуйя,Пуя,Պուիյա,بوييا,普亚		FR	84	01	012	01309	90	Europe/Paris
6612209	Saint-Vulbas	saint-vulbas	Saint-Vulbas		FR	84	01	011	01390	1306	Europe/Paris
6612210	Thil	thil	Thil,Tij,Til',di er,tal,Тиль,Тій,Թիլ,تال,蒂尔		FR	84	01	012	01418	1072	Europe/Paris
6612211	Trévoux	trevoux			FR	84	01	012	01427	6849	Europe/Paris
6612212	Vernoux	vernoux	Vernoux,Vernu,fu er nu,fyrnw,Верну,Վերնու,فيرنو,弗尔努		FR	84	01	012	01433	324	Europe/Paris
6612213	Fontenelle	fontenelle	Fontenel,Fontenel',Fontenelle,feng te nei er,Фонтенел,Фонтенель,丰特内尔		FR	32	02	025	02324	274	Europe/Paris
6612214	Largny-sur-Automne	largny-sur-automne	Largny-sur-Automne,Larn'i-sjur-Oton,ou tong ne he pan la er ni,Ларньи-сюр-Отон,Ларньї-сюр-Отон,欧通讷河畔拉尔尼		FR	32	02	024	02410	244	Europe/Paris
6612215	Lempire	lempire	Lampir,lang pi er,Лампир,Лампір,朗皮尔		FR	32	02	023	02417	93	Europe/Paris
6612216	Molain	molain	Molain,Molen,mo lan,Молен,莫兰		FR	32	02	025	02488	153	Europe/Paris
6612217	Montigny-l'Allier	montigny-l-allier	Montigny-l'Allier		FR	32	02	021	02512	276	Europe/Paris
6612218	Montreuil-aux-Lions	montreuil-aux-lions	Montrej-o-L'jon,Montreuil-aux-Lions,Montrjoj-o-L'on,meng te lei yi ou li weng,Монтрей-о-Льйон,Монтрёй-о-Льон,蒙特勒伊欧利翁		FR	32	02	021	02521	1373	Europe/Paris
6612219	Retheuil	retheuil	Retheuil		FR	32	02	024	02644	369	Europe/Paris
6612220	Ribeauville	ribeauville	Ribeauville,Ribovil',li bo wei er,Рибовиль,Рибовіль,里博维尔		FR	32	02	025	02647	66	Europe/Paris
6612221	Saint-Martin-Rivière	saint-martin-riviere	Saint-Martin-Riviere,Saint-Martin-Rivière,Sen-Marten-Riv'er,Sen-Marten-River,sheng ma dan li wei ye er,Сен-Мартен-Ривьер,Сен-Мартен-Ривєр,سینٹ-مارٹن-ریویرے,圣马丹里维耶尔		FR	32	02	025	02683	121	Europe/Paris
6612222	Serain	serain	Serain,Seren,sai lan,Серен,塞兰		FR	32	02	023	02709	408	Europe/Paris
6612223	Vaux-Andigny	vaux-andigny	Vaux-Andigny,Vo-Andin'i,wawks andygny,wo ang di ni,Во-Андиньи,Во-Андіньї,واوکس اندیگنی,沃昂迪尼		FR	32	02	025	02769	931	Europe/Paris
6612224	Vendhuile	vendhuile	Vandhyuil,Vandjuil',Vandjuj,Vendhuile,wang di yi,wndhwyl,Вандюиль,Вандюй,Վանդհյուիլ,وندهویل,旺迪伊		FR	32	02	023	02776	561	Europe/Paris
6612225	Villers-Saint-Christophe	villers-saint-christophe	Viller-Sen-Kristof,Villers-Saint-Christophe,wei lai sheng ke li si tuo fu,Виллер-Сен-Кристоф,Віллер-Сен-Кристоф,维莱圣克里斯托夫		FR	32	02	023	02815	439	Europe/Paris
6612226	Wassigny	wassigny	Vasin'i,Vasini,Vassin'i,Wassigny,wa xi ni,Васиньи,Вассіньї,Վասինի,瓦西尼		FR	32	02	025	02830	965	Europe/Paris
6612227	Lavoine	lavoine			FR	84	03	033	03141	151	Europe/Paris
6612228	Mariol	mariol	Mariol		FR	84	03	033	03163	795	Europe/Paris
6612230	Saint-Pierre-Laval	saint-pierre-laval	Sen-P'er-Laval',Sen-P'err-Laval',Sen-Perr-Laval',sheng pi ye er la wa,syn-pyry-lawl,Сен-Пьер-Лаваль,Сен-Пьерр-Лаваль,Сен-Пєрр-Лаваль,سین-پیری-لاول,圣皮耶尔拉瓦		FR	84	03	033	03250	365	Europe/Paris
6612231	Piégut	piegut	Piegut,Piégut		FR	93	04	044	04150	178	Europe/Paris
6612232	Pontis	pontis	Ponti,Pontic,Pontiç,peng di,Понти,Понті,蓬蒂		FR	93	04	041	04154	84	Europe/Paris
6612234	Sausses	sausses			FR	93	04	042	04202	124	Europe/Paris
6612235	Soleilhas	soleilhas	Soleilhas		FR	93	04	042	04210	110	Europe/Paris
6612236	Venterol	venterol	Vantrol',Venterol,Venterou,Venteròu,wang te luo,wntrl  alps dw hwt prwnk,Вантроль,ونترل، الپس دو هوت پرونک,旺特罗		FR	93	04	044	04234	249	Europe/Paris
6612237	Val Buëch-Méouge	val-buech-meouge			FR	93	05	052	05118	1352	Europe/Paris
6612239	Lespéron	lesperon	LEsperon,Lesperon,Lespéron,lai si pei long,Лесперон,莱斯佩龙		FR	84	07	071	07142	319	Europe/Paris
6612240	Limony	limony	Limoni,Limony,li mo ni,Лимони,Лімоні,利莫尼		FR	84	07	073	07143	747	Europe/Paris
6612241	Mauves	mauves	Mauvas,Mauves,Mov,mo wei,Мов,莫韦		FR	84	07	073	07152	1172	Europe/Paris
6612242	Meysse	meysse	Meissa,Mejss,Mes,Meysse,Mèissa,mei si,Мейсс,Мес,梅斯		FR	84	07	072	07157	1303	Europe/Paris
6612243	Orgnac-l'Aven	orgnac-l-aven	Orgnac-l'Aven		FR	84	07	071	07168	574	Europe/Paris
6612244	Ozon	ozon	Ozon		FR	84	07	073	07169	406	Europe/Paris
6612245	Rochemaure	rochemaure	Rochemaure		FR	84	07	072	07191	2268	Europe/Paris
6612246	Saint-Jacques-d'Atticieux	saint-jacques-d-atticieux	Saint-Jacques-d'Atticieux		FR	84	07	073	07243	319	Europe/Paris
6612247	Saint-Marcel-lès-Annonay	saint-marcel-les-annonay	Saint-Marcel-les-Annonay,Saint-Marcel-lès-Annonay		FR	84	07	073	07265	1429	Europe/Paris
6612248	Saint-Sauveur-de-Cruzières	saint-sauveur-de-cruzieres	Saint-Sauveur-de-Cruzieres,Saint-Sauveur-de-Cruzières,Sant Sauvador de Cruseiras,Sant Sauvador de Crusèiras,Sen-Sover-de-Krjuz'er,Sen-Sovjor-de-Krjuz'er,sheng suo fu de ke lu qi ai,Сен-Совер-де-Крюзьєр,Сен-Совёр-де-Крюзьер,سین-سویر-دے-کروزیرس,圣索弗德克吕齐埃		FR	84	07	071	07294	530	Europe/Paris
6612249	Sarras	sarras	Sarra,Sarras,Sarràs,sa er la,Сарра,萨尔拉		FR	84	07	073	07308	2147	Europe/Paris
6612250	Soyons	soyons	Soions,Soyons,Suajon,su wa weng,Суайон,苏瓦翁		FR	84	07	073	07316	2224	Europe/Paris
6612251	Tournon-sur-Rhône	tournon-sur-rhone	Tournon-sur-Rhone,Tournon-sur-Rhône		FR	84	07	073	07324	10234	Europe/Paris
6612252	Vion	vion	Vion		FR	84	07	073	07345	942	Europe/Paris
6612253	Viviers	viviers	Viv'e,Vivarium,Vive,Viviers,Vivièrs,fyfyrz,wei wei ye er,Вивье,Вівє,فيفيرز,维维耶尔		FR	84	07	072	07346	3720	Europe/Paris
6612254	Hauviné	hauvine	Hauvine,Hauviné,Ovine,ou wei nei,Овине,Овіне,欧维内		FR	44	08	084	08220	322	Europe/Paris
6612255	Renneville	renneville			FR	44	08	082	08360	208	Europe/Paris
6612256	Saint-Quentin-le-Petit	saint-quentin-le-petit	Saint-Quentin-le-Petit,Sen-Kanten-le-Peti,Сен-Кантен-ле-Пети,Сен-Кантен-ле-Петі,سین-قینٹین-لے-پیٹت		FR	44	08	082	08396	117	Europe/Paris
6612257	Labatut	labatut	Labatut		FR	76	09	092	09147	175	Europe/Paris
6612258	Malegoude	malegoude	Malegoude		FR	76	09	092	09178	46	Europe/Paris
6612259	Moulin-Neuf	moulin-neuf	Moulin-Neuf		FR	76	09	092	09213	235	Europe/Paris
6612260	Roumengoux	roumengoux			FR	76	09	092	09251	173	Europe/Paris
6612261	Sainte-Foi	sainte-foi	Sainte-Foi		FR	76	09	092	09260	25	Europe/Paris
6612262	Saint-Michel	saint-michel			FR	76	09	092	09271	72	Europe/Paris
6612263	Étourvy	etourvy	Ehturvi,Etourvy,Eturvi,ai tu er wei,Étourvy,Етурви,Етурві,Этурви,埃图尔维		FR	44	10	103	10143	174	Europe/Paris
6612264	Étrelles-sur-Aube	etrelles-sur-aube	Ehtrel'-sjur-Ob,Etrel sir Ob,Etrel'-sjur-Ob,Etrelles-sur-Aube,ao bu he pan ai te lei lai,Étrelles-sur-Aube,Етрел сир Об,Етрель-сюр-Об,Этрель-сюр-Об,奥布河畔埃特雷莱		FR	44	10	102	10144	156	Europe/Paris
6612265	Saint-Léger-sous-Margerie	saint-leger-sous-margerie	Saint-Leger-sous-Margerie,Saint-Léger-sous-Margerie		FR	44	10	101	10346	60	Europe/Paris
6612266	Salon	salon	Salon,sa long,Салон,萨隆		FR	44	10	102	10365	122	Europe/Paris
6612267	Semoine	semoine	Semuan,sang ao an,Семуан,桑奥安		FR	44	10	103	10369	202	Europe/Paris
6612268	Gincla	gincla	Gincla		FR	76	11	112	11163	48	Europe/Paris
6612269	Paziols	paziols	Paziols		FR	76	11	113	11276	532	Europe/Paris
6612270	Pépieux	pepieux	Pep'e,Pep'jo,Pepe,Pepieux,Pepius,Pépieux,pei pi e,Пепье,Пепьё,Пепє,佩皮厄		FR	76	11	111	11280	1058	Europe/Paris
6612271	Saint-Paulet	saint-paulet			FR	76	11	111	11362	198	Europe/Paris
6612272	Trausse	trausse	Trausse		FR	76	11	111	11396	561	Europe/Paris
6612273	Saint-André-de-Najac	saint-andre-de-najac	Saint-Andre-de-Najac,Saint-André-de-Najac,Sant Andrieu,Sent Andriu,Sent-Andre-de-Nazhak,sheng ang de lei de na ya ke,Сент-Андре-де-Нажак,سینٹ-آندرے-دے-نجک,圣昂德雷德纳雅克		FR	76	12	123	12210	428	Europe/Paris
6612274	Saint-Laurent-d'Olt	saint-laurent-d-olt	Saint-Laurent-d'Olt		FR	76	12	122	12237	641	Europe/Paris
6612275	Salvagnac-Cajarc	salvagnac-cajarc	Sal'van'jak-Kazhark,Salvagnac-Cajarc,Salvanhac de Cajarc,Salvanhac de Carjac,sa er wa ni ya ke ka ya er ke,Сальваньяк-Кажарк,萨尔瓦尼亚克卡雅尔克		FR	76	12	123	12256	381	Europe/Paris
6612276	Tauriac-de-Camarès	tauriac-de-camares	Tauriac de Camares,Tauriac de Camarés,Tauriac-de-Camares,Tauriac-de-Camarès,Tor'jak-de-Kamares,Toriak-de-Kamare,tuo li a ke de ka ma lei,Торьяк-де-Камарес,Торіак-де-Камаре,托里阿克德卡马雷		FR	76	12	121	12275	45	Europe/Paris
6612277	Thérondels	therondels	Terondel',Terondels,Terondèls,Therondels,Thérondels,tai long dai er,Терондель,泰龙代尔		FR	76	12	122	12280	408	Europe/Paris
6612278	Vailhourles	vailhourles	Vailhourles		FR	76	12	123	12287	637	Europe/Paris
6612279	Condé-en-Normandie	conde-en-normandie	Conde-en-Normandie,Condé-en-Normandie		FR	28	14	144	14174	6671	Europe/Paris
6612280	Cordey	cordey	Cordey,Korde,ke er dai,Корде,科尔代		FR	28	14	142	14180	153	Europe/Paris
6612281	Deauville	deauville	Deauville		FR	28	14	143	14220	3678	Europe/Paris
6612283	Fourneaux-le-Val	fourneaux-le-val	Furno le Val,Furno-le-Val',fu er nuo lai wa,Фурно ле Вал,Фурно-ле-Валь,富尔诺莱瓦		FR	28	14	142	14284	160	Europe/Paris
6612284	Lison	lison	Lison,Lizon,li song,Лизон,Лізон,利松		FR	28	14	141	14367	448	Europe/Paris
6612288	Val-de-Vie	val-de-vie	Sent-Fua-de-Mongommeri,Sent-Fua-de-Mongomri,Val-de-Vie,sheng fu wa de meng te ge mo li,Сент-Фуа-де-Монгоммери,Сент-Фуа-де-Монгоммері,Сент-Фуа-де-Монгомри,سین-فوے-دے-مونتگوممرے,圣富瓦德蒙特戈默里		FR	28	14	143	14576	548	Europe/Paris
6612291	Sainte-Marguerite-d'Elle	sainte-marguerite-d-elle	Sainte-Marguerite-d'Elle		FR	28	14	141	14614	769	Europe/Paris
6612294	Val d'Arcomie	val-d-arcomie	Lobaressa,Lubares,Lubaress,lu ba lei si,Лубарес,Лубаресс,卢巴雷斯		FR	84	15	153	15108	993	Europe/Paris
6612295	Maurines	maurines			FR	84	15	153	15121	109	Europe/Paris
6612296	Montgreleix	montgreleix	Montgreleix		FR	84	15	153	15132	44	Europe/Paris
6612297	Montsalvy	montsalvy	Monsal'vi,Montsalvy,Montsauvi,meng te sa er wei,monsaruvu~i,Монсальви,Монсальві,モンサルヴィ,蒙特萨尔维		FR	84	15	151	15134	839	Europe/Paris
6612298	Pailherols	pailherols	Paerol',Pailherols,Pajerol',Palherous,Palheròus,pei ye luo er,Паероль,Пайероль,Паєроль,佩耶罗尔		FR	84	15	151	15146	130	Europe/Paris
6612299	Raulhac	raulhac	Raulhac		FR	84	15	151	15159	276	Europe/Paris
6612300	Saint-Santin-de-Maurs	saint-santin-de-maurs	Saint-Santin-de-Maurs,Sant Antin de Maurc,Sant Antin de Maurç,Sant Santin de Maurs,Sen-Santen-de-Mor,sheng sang tan de mo er,Сен-Сантен-де-Мор,سین-سنتین-دے-مورس,圣桑坦德莫尔		FR	84	15	151	15212	357	Europe/Paris
6612301	Vezels-Roussy	vezels-roussy	Vezels-Roussy		FR	84	15	151	15257	133	Europe/Paris
6612303	Eymouthiers	eymouthiers	Eymouthiers		FR	75	16	161	16135	296	Europe/Paris
6612304	Mainzac	mainzac	Mainzac		FR	75	16	161	16203	104	Europe/Paris
6612305	Médillac	medillac	Medillac,Médillac		FR	75	16	161	16215	158	Europe/Paris
6612306	Ranville-Breuillaud	ranville-breuillaud	Ranville-Breuillaud		FR	75	16	163	16275	181	Europe/Paris
6612307	Saint-Palais-du-Né	saint-palais-du-ne			FR	75	16	162	16342	285	Europe/Paris
6612308	Sauvagnac	sauvagnac			FR	75	16	163	16364	61	Europe/Paris
6612309	Verneuil	verneuil	Vernej,Vernjoj,Vernuelh,wei er na yi,wrnwy  shrant,Верней,Вернёй,ورنوی، شرانت,韦尔纳伊		FR	75	16	163	16398	98	Europe/Paris
6612310	Mortiers	mortiers	Mort'e,Mortiers,mo er di ye er,Мортье,Мортьє,莫尔蒂耶尔		FR	75	17	171	17249	194	Europe/Paris
6612311	Saint-Aigulin	saint-aigulin			FR	75	17	171	17309	1898	Europe/Paris
6612312	Saint-Maigrin	saint-maigrin	Saint-Maigrin,Sen-Megren,sheng mai ge lan,Сен-Мегрен,سینٹ-میگرین,圣迈格兰		FR	75	17	171	17357	541	Europe/Paris
6612313	Saint-Priest-la-Marche	saint-priest-la-marche	Saint-Priest-la-Marche,Sen-Priest-la-Marsh,Sent Prist de la Marcha,sheng pu li ye si la ma er ke,Сен-Приест-ла-Марш,Сен-Прієст-ла-Марш,سین-پریسٹ-لا-مارچے,圣普里耶斯拉马尔克		FR	24	18	182	18232	224	Europe/Paris
6612314	Laroche-près-Feyt	laroche-pres-feyt	La Rocha,La Rocha de Fait,La Ròcha,La Ròcha de Fait,Laroche-pres-Feyt,Laroche-près-Feyt,Larosh-pre-Fejt,la luo ke pu lei fei,Ларош-пре-Фейт,拉罗克普雷费		FR	75	19	193	19108	64	Europe/Paris
6612315	Nespouls	nespouls	Nepul',Nespols,nei si pu er,Непуль,内斯普尔		FR	75	19	191	19147	632	Europe/Paris
6612316	Rilhac-Xaintrie	rilhac-xaintrie	Rijak-Ksentri,Rilhac de Sentria,Rilhac e Santria,Rilhac-Xaintrie,li ya ke ke sheng li ye,Рийак-Ксентри,Рияк-Ксентри,Ріяк-Ксентрі,里亚克克圣里耶		FR	75	19	192	19173	304	Europe/Paris
6612317	Saint-Cirgues-la-Loutre	saint-cirgues-la-loutre	Saint-Cirgues-la-Loutre,Sen-Sirg-la-Lutr,Sent Cirgues,Sent Cirgues la Loira,sheng xi er gai la lu te er,Сен-Сирг-ла-Лутр,Сен-Сірг-ла-Лутр,سینٹ-کرگیس-لا-لوتھڑے,圣西尔盖拉卢特尔		FR	75	19	192	19193	177	Europe/Paris
6612319	Turenne	turenne	Tjuren,Tjurenn,Torena,Turena,Turenne,di lang,te~yuren'nu,twrn  kwrz,Тюрен,Тюренн,تورن، کورز,ตูว์แรน,テュレンヌ,蒂朗		FR	75	19	191	19273	850	Europe/Paris
6612320	Champagne-sur-Vingeanne	champagne-sur-vingeanne	Champagne-sur-Vingeanne,Shampan sir Venzhan,Shampan'-sjur-Venzhan,Shampan'-sjur-Venzhann,wan ya ne he pan xiang bin,Шампань-сюр-Венжан,Шампань-сюр-Венжанн,Шампањ сир Венжан,万雅讷河畔香槟		FR	27	21	212	21135	314	Europe/Paris
6612321	Chaugey	chaugey	Shozhe,shao re,Шоже,绍热		FR	27	21	213	21157	18	Europe/Paris
6612322	Cléry	clery	Clery,Cléry,Kleri,Клери		FR	27	21	212	21180	136	Europe/Paris
6612323	Franxault	franxault	Frankso,Franxault,franksl,fu lang ke suo er,Франксо,فرانکسل,弗朗克索尔		FR	27	21	211	21285	469	Europe/Paris
6612324	Menesble	menesble	Menebl',Menesble,mo nei si bu er,Менебль,默内斯布尔		FR	27	21	213	21402	10	Europe/Paris
6612325	Montagny-lès-Seurre	montagny-les-seurre	Monan'i-le-Sjor,Montagny-les-Seurre,Montagny-lès-Seurre,Montan'i-le-Serr,meng ta ni lai se er,mntany-l-sr,Монаньи-ле-Сёр,Монтаньи-ле-Серр,Монтаньї-ле-Серр,منتانی-ل-سر,蒙塔尼莱瑟尔		FR	27	21	211	21424	101	Europe/Paris
6612326	Orain	orain	Orain		FR	27	21	212	21468	97	Europe/Paris
6612327	Rougemont	rougemont	Rougemont,Ruzhmon,Ружмон		FR	27	21	213	21530	159	Europe/Paris
6612328	Tichey	tichey	Tichey,Tishe,di xie,Тише,Тіше,蒂谢		FR	27	21	211	21637	211	Europe/Paris
6612329	Toutry	toutry	Toutry,Tutri,tu te li,Тутри,Тутрі,图特里		FR	27	21	213	21642	441	Europe/Paris
6612330	Vieux-Château	vieux-chateau	V'e-Shato,V'jo-Shato,Ve-Shato,Vieux-Chateau,Vieux-Château,fu yue sha tuo,Вье-Шато,Вьё-Шато,Вє-Шато,弗约沙托		FR	27	21	213	21681	86	Europe/Paris
6612331	Lanvellec	lanvellec	Lanvaeleg,Lanvellec,Lanvellek,lang wei lai ke,lanwylyk,Ланвеллек,لانویلیک,朗韦莱克		FR	53	22	223	22119	598	Europe/Paris
6612332	Lescouët-Gouarec	lescouet-gouarec	Leskoed-Gwareg,Leskue-Guarek,Leskueht-Guarek,lai si ku e gu a lei ke,Лескуе-Гуарек,Лескуэт-Гуарек,莱斯库厄古阿雷克		FR	53	22	222	22124	218	Europe/Paris
6612333	Mellionnec	mellionnec	Mellionnec		FR	53	22	222	22146	410	Europe/Paris
6612334	Merdrignac	merdrignac	Merdrignac		FR	53	22	224	22147	2940	Europe/Paris
6612335	Penguily	penguily	Pangili,Pengili,Pengilli,Penguily,pang ji li,Пангили,Пангілі,Пенгили,庞吉利		FR	53	22	224	22165	611	Europe/Paris
6612337	Plestin-les-Grèves	plestin-les-greves	Plestin-les-Greves,Plestin-les-Grèves		FR	53	22	223	22194	3590	Europe/Paris
6612338	Plévin	plevin	Plevin,Plévin		FR	53	22	222	22202	761	Europe/Paris
6612339	Plougras	plougras	Plougras,Plougraz,Plugra,Plugras,pu lu ge la,Плугра,Плуграс,普卢格拉		FR	53	22	223	22217	413	Europe/Paris
6612340	Plounérin	plounerin	Plounerin,Plounérin,Pluneren,pu lu nei lan,Плунерен,普卢内兰		FR	53	22	223	22227	733	Europe/Paris
6612341	Plourac'h	plourac-h	Plourac'h		FR	53	22	222	22231	322	Europe/Paris
6612342	Plufur	plufur	Pljufjur,Plufur,pu lu fei,Плюфюр,普吕菲		FR	53	22	223	22238	538	Europe/Paris
6612343	Saint-Barnabé	saint-barnabe	Saint-Barnabe,Saint-Barnabé		FR	53	22	224	22275	1251	Europe/Paris
6612344	Saint-Connec	saint-connec	Saint-Connec		FR	53	22	224	22285	255	Europe/Paris
6612345	Saint-Jouan-de-l'Isle	saint-jouan-de-l-isle	Saint-Jouan-de-l'Isle		FR	53	22	221	22305	499	Europe/Paris
6612346	Saint-Maudan	saint-maudan	Sant-Maodan,Sen-Modan,sheng mo dang,Сен-Модан,سینٹ-معدان,圣莫当		FR	53	22	224	22314	399	Europe/Paris
6612347	Treffrin	treffrin	Treffren,Treffrin,Trefren,Trefrin,te lei fu lan,Трефрен,Треффрен,特雷夫兰		FR	53	22	222	22351	559	Europe/Paris
6612348	Trémel	tremel	Tremael,Tremel,Tremel',Trémel,te lei mei,trml,Тремель,ترمل,特雷梅		FR	53	22	223	22366	421	Europe/Paris
6612349	Tréogan	treogan	Treogan,Tréogan,te lei ao gang,trywgan,Треоган,ترئوگان,特雷奥冈		FR	53	22	222	22373	100	Europe/Paris
6612350	Nouziers	nouziers	Nosiers,Nouziers,Nuz'e,nu qi ye er,Нузье,Нузьє,努齐耶尔		FR	75	23	232	23148	238	Europe/Paris
6612351	Pierrefitte	pierrefitte	Pierrefitte		FR	75	23	231	23152	70	Europe/Paris
6612352	Saint-Junien-la-Bregère	saint-junien-la-bregere	Saint-Junien-la-Bregere,Saint-Junien-la-Bregère,Sen-Zhjun'en-la-Brezher,Sen-Zhun'jan-la-Brezher,Sent Ginhan,sheng rui ni an la bu lei re er,Сен-Жуньян-ла-Брежер,Сен-Жюньен-ла-Брежер,سینٹ-جنین-لا-برگرے,圣瑞尼安拉布雷热尔		FR	75	23	232	23205	138	Europe/Paris
6612353	Saint-Marien	saint-marien	Saint-Marien,Sen-Mar'en,Sen-Mar'jan,Sen-Marjan,Sent Marian,Sent Marien,sheng ma li an,Сен-Марьен,Сен-Марьян,Сен-Марян,سینٹ-مرین,圣马里安		FR	75	23	231	23213	188	Europe/Paris
6612354	Saint-Martial-le-Vieux	saint-martial-le-vieux	Saint-Martial-le-Vieux		FR	75	23	231	23215	134	Europe/Paris
6612355	Saint-Moreil	saint-moreil	Saint-Moreil,Sen-Morej,Sent Maurelh,Sent Maurèlh,Sent Morelh,sheng mo lei,Сен-Морей,سینٹ-موریل,圣莫雷		FR	75	23	232	23223	221	Europe/Paris
6612356	Saint-Pierre-le-Bost	saint-pierre-le-bost	Saint-Pierre-le-Bost,Sen-P'er-le-Bost,Sen-P'err-le-Bost,Sen-Perr-le-Bost,Sent Peir dau Bosc,Sent Peir dau Bòsc,Sent Peir de Bocac,Sent Peir de Boçac,sheng pi ye er lai bo si,Сен-Пьер-ле-Бост,Сен-Пьерр-ле-Бост,Сен-Пєрр-ле-Бост,سین-پیری-لے-بوئیت,圣皮耶尔莱博斯		FR	75	23	231	23233	131	Europe/Paris
6612357	Saint-Sébastien	saint-sebastien	Saint-Sebastien,Saint-Sébastien,Sen-Sebast'en,Sen-Sebast'jan,Sent Sebastian,sheng sai ba si di an,Сен-Себастьен,Сен-Себастьян,سین-سباستین، کراسے,圣塞巴斯蒂安		FR	75	23	232	23239	655	Europe/Paris
6612358	Tercillat	tercillat	Tercilhac,Tercilhac e Sent Paul,Tercillat,Tersija,Tersijja,tai er xi la,Терсийя,Терсия,Терсія,泰尔西拉		FR	75	23	232	23252	159	Europe/Paris
6612359	Vallière	valliere	Val'er,Valiera,Valièra,falyr,wa li ai,Вальер,Вальєр,فالير,瓦利埃		FR	75	23	231	23257	729	Europe/Paris
6612360	Viersat	viersat	Viersat		FR	75	23	231	23261	305	Europe/Paris
6612361	Lamothe-Montravel	lamothe-montravel	Lamothe-Montravel		FR	75	24	241	24226	1310	Europe/Paris
6612362	Lavaur	lavaur	La Vaur,Lavor,la wo,Лавор,拉沃		FR	75	24	244	24232	68	Europe/Paris
6612363	Monestier	monestier	Monestier,Monestièr,Monet'e,mo nei si di ye,Монетье,Монетьє,莫内斯蒂耶		FR	75	24	241	24276	384	Europe/Paris
6612364	Monmarvès	monmarves	Monmarve,Monmarves,Monmarvès,Mont Marves,Mont Marvés,Montmarves,Montmarvés,meng ma er wei,Монмарве,蒙马尔韦		FR	75	24	241	24279	63	Europe/Paris
6612365	Montcaret	montcaret	Montcaret		FR	75	24	241	24289	1445	Europe/Paris
6612367	Razac-d'Eymet	razac-d-eymet	Razac-d'Eymet		FR	75	24	241	24348	290	Europe/Paris
6612368	Razac-de-Saussignac	razac-de-saussignac	Rasac de Saucinhac,Razac-de-Saussignac,Razak-de-Sossin'jak,la zha ke de suo xi ni ya ke,Разак-де-Соссиньяк,Разак-де-Соссіньяк,拉扎克德索西尼亚克		FR	75	24	241	24349	337	Europe/Paris
6612369	Saint-Antoine-de-Breuilh	saint-antoine-de-breuilh	Saint-Antoine-de-Breuilh,Sent Antoni de Bruelh,Sent Antoni del Bruelh,Sent Antòni de Bruelh,Sent Antòni del Bruèlh,Sent-Antuan-de-Brej,Sent-Antuan-de-Brjoj,sheng ang tu wan de bu lei yi er,Сент-Антуан-де-Брей,Сент-Антуан-де-Брёй,سینٹ-انتوینے-دے-برییلہ,圣昂图万德布勒伊尔		FR	75	24	241	24370	1884	Europe/Paris
6612370	Saint-Aubin-de-Cadelech	saint-aubin-de-cadelech	Sench Aubin e Cadalech,Sent-Oben-de-Kadelesh,sheng ao ban de ka dai lai ke,Сент-Обен-де-Каделеш,سینٹ-آبن-دے-کدلیچ,圣奥班德卡代莱克		FR	75	24	241	24373	335	Europe/Paris
6612371	Saint-Barthélemy-de-Bussière	saint-barthelemy-de-bussiere	Saint-Barthelemy-de-Bussiere,Saint-Barthélemy-de-Bussière		FR	75	24	242	24381	212	Europe/Paris
6612373	Saint-Seurin-de-Prats	saint-seurin-de-prats	Saint-Seurin-de-Prats		FR	75	24	241	24501	490	Europe/Paris
6612374	Thénac	thenac	Tenac,Tenak,Thenac,Thénac,tai na ke,Тенак,泰纳克		FR	75	24	241	24549	485	Europe/Paris
6612375	Vélines	velines	Velines,Vélines		FR	75	24	241	24568	1131	Europe/Paris
6612376	Vergt-de-Biron	vergt-de-biron	Al Vern,Al Vèrn,Lo Vern de Biront,Ver-de-Biron,Vergt-de-Biron,wei er ge de bi long,wrgt dw byrwn,Вер-де-Бирон,Вер-де-Бірон,ورگت دو بیرون,韦尔格德比龙		FR	75	24	241	24572	196	Europe/Paris
6612377	Burgille	burgille	Birzhil,Bjurzhij,Burgille,bi er ji er,Биржил,Бюржій,比尔吉尔		FR	27	25	251	25101	550	Europe/Paris
6612378	Chevigney-sur-l'Ognon	chevigney-sur-l-ognon	Chevigney-sur-l'Ognon		FR	27	25	251	25150	285	Europe/Paris
6612379	Chevroz	chevroz	Shevro,Shevroz,xie fu luo,Шевро,Шевроз,谢夫罗		FR	27	25	251	25153	130	Europe/Paris
6612380	Courchapon	courchapon	Courchapon,Kurshapon,ku er sha peng,Куршапон,库尔沙蓬		FR	27	25	251	25172	205	Europe/Paris
6612381	Cussey-sur-l'Ognon	cussey-sur-l-ognon	Cussey-sur-l'Ognon		FR	27	25	251	25186	1029	Europe/Paris
6612382	Dambenois	dambenois	Dambenois,Dambenua,Damnoa,dang bang wa,Дамбенуа,Дамноа,当邦瓦		FR	27	25	252	25188	740	Europe/Paris
6612383	Désandans	desandans	Desandans,Dezandan,Désandans,dai sang dang,Дезандан,代桑当		FR	27	25	252	25198	740	Europe/Paris
6612384	Devecey	devecey	Devecey,Devese,Devse,de wei sai,Девесе,Девсе,德韦塞		FR	27	25	251	25200	1444	Europe/Paris
6612385	Émagny	emagny	Emagny,Émagny		FR	27	25	251	25217	591	Europe/Paris
6612386	Étrabonne	etrabonne	Etrabonne,Étrabonne		FR	27	25	251	25225	193	Europe/Paris
6612387	Flagey-Rigney	flagey-rigney	Flagey-Rigney		FR	27	25	251	25242	110	Europe/Paris
6613602	Rignac	rignac	Rignac		FR	76	12	123	12199	1916	Europe/Paris
6612388	Gémonval	gemonval	Gemonval,Gémonval,Zhemonval,Zhemonval',re meng wa,Жемонвал,Жемонваль,热蒙瓦		FR	27	25	252	25264	84	Europe/Paris
6612389	Germondans	germondans	Germondans,Zhermondan,re er meng dang,Жермондан,热尔蒙当		FR	27	25	251	25269	59	Europe/Paris
6612390	Jallerange	jallerange	Jallerange		FR	27	25	251	25317	254	Europe/Paris
6612391	Laire	laire	Ler,lai er,layry,Лер,لائری,莱尔		FR	27	25	252	25322	401	Europe/Paris
6612392	Marvelise	marvelise	Marvelise		FR	27	25	252	25369	164	Europe/Paris
6612393	Mercey-le-Grand	mercey-le-grand	Mercey-le-Grand		FR	27	25	251	25374	538	Europe/Paris
6612394	Moncey	moncey	Monse,meng sai,Монсе,蒙塞		FR	27	25	251	25382	563	Europe/Paris
6612395	Moncley	moncley	Moncley,Monkle,meng ke lai,Монкле,蒙克莱		FR	27	25	251	25383	286	Europe/Paris
6612396	Palise	palise	Palise		FR	27	25	251	25444	141	Europe/Paris
6612397	Ruffey-le-Château	ruffey-le-chateau	Ruffey-le-Chateau,Ruffey-le-Château		FR	27	25	251	25510	360	Europe/Paris
6612398	Sauvagney	sauvagney	Sauvagney		FR	27	25	251	25536	185	Europe/Paris
6612399	Thurey-le-Mont	thurey-le-mont			FR	27	25	251	25563	129	Europe/Paris
6612400	Tressandans	tressandans	Tressandans		FR	27	25	251	25570	24	Europe/Paris
6612401	Valleroy	valleroy	Valleroy		FR	27	25	251	25582	163	Europe/Paris
6612402	Eymeux	eymeux	Aimes,Aimés,Ejme,Ejmju,Eymeux,ai mo,Ейме,Ејмју,埃默		FR	84	26	263	26129	1032	Europe/Paris
6612403	Grignan	grignan	Grignan,Grin'jan,Grinhan,ge li ni ang,Гриньян,格里尼昂		FR	84	26	262	26146	1545	Europe/Paris
6612404	Laborel	laborel	Laborel,Laborel',Laboreu,Laborèl,Laborèu,la bo lei,labwryl,Лаборель,لابوریل,拉博雷		FR	84	26	262	26153	104	Europe/Paris
6612405	Lachau	lachau	Lasho,la shao,lachw,Лашо,لاچو,拉绍		FR	84	26	262	26154	228	Europe/Paris
6612406	Montfroc	montfroc	Montfroc		FR	84	26	262	26200	75	Europe/Paris
6612407	Piégon	piegon	Piegon,Piégon		FR	84	26	262	26233	269	Europe/Paris
6612408	Réauville	reauville	Rauvila,Reauville,Reovil',Réauville,lei ao wei er,Реовіль,雷奥维尔		FR	84	26	262	26261	383	Europe/Paris
6612409	Rochegude	rochegude	Rochaguda,Rochegude,Roshgjud,Ròchaguda,luo xie ju de,Рошгюд,罗谢居德		FR	84	26	262	26275	1586	Europe/Paris
6612410	Saint-Nazaire-en-Royans	saint-nazaire-en-royans	Saint-Nazaire-en-Royans,Sant Nasari de Roians,Sant Nazari de Roians,Sen-Nazer-an-Ruajan,lu wa ang de qu sheng na ze er,san=nazeru=an=rowaiyan,Сен-Назер-ан-Руаян,سینٹ-نظارے-این -رویانس,サン＝ナゼール＝アン＝ロワイヤン,鲁瓦昂地区圣纳泽尔		FR	84	26	261	26320	799	Europe/Paris
6612411	Saint-Restitut	saint-restitut	Saint-Restitut,Sant Restit,Sen-Restitju,sheng lei si di di,Сен-Рестітю,سین-ریسٹیٹوٹ,圣雷斯蒂蒂		FR	84	26	262	26326	1373	Europe/Paris
6612412	Saint-Thomas-en-Royans	saint-thomas-en-royans	Saint-Thomas-en-Royans		FR	84	26	261	26331	591	Europe/Paris
6612413	Verclause	verclause	Verclausa,Verclause,Verkloz,wei er ke luo si,wrklws,Верклоз,ورکلوس,韦尔克洛斯		FR	84	26	262	26369	60	Europe/Paris
6612414	Villebois-les-Pins	villebois-les-pins	Villebois-les-Pins		FR	84	26	262	26374	19	Europe/Paris
6612417	Chaise-Dieu-du-Theil	chaise-dieu-du-theil	Shez Dje di Tej,Shez-D'e-dju-Tej,xie si di ye yu-di tai,Шез Дје ди Теј,Шез-Дье-дю-Тей,Шез-Дьє-дю-Тей,谢斯迪耶于-迪泰		FR	28	27	272	27137	227	Europe/Paris
6612418	Cormeilles	cormeilles	Kormej,ke er mei lai,Кормей,Кормеј,科尔梅莱		FR	28	27	272	27170	1158	Europe/Paris
6612419	Fiquefleur-Équainville	fiquefleur-equainville	Fiquefleur-Equainville,Fiquefleur-Équainville		FR	28	27	272	27243	713	Europe/Paris
6612420	Letteguives	letteguives			FR	28	27	271	27366	201	Europe/Paris
6612421	Piencourt	piencourt	P'jankur,Piencourt,Pjankur,pi an ku er,Пьянкур,Пянкур,皮安库尔		FR	28	27	272	27455	150	Europe/Paris
6612422	Quillebeuf-sur-Seine	quillebeuf-sur-seine	K'ebef-sjur-Sen,Kebef-sjur-Sen,Quillebeuf-sur-Seine,sai na he pan qu yi lei bo,Кьебеф-сюр-Сен,Кєбеф-сюр-Сен,塞纳河畔屈伊勒伯		FR	28	27	272	27485	900	Europe/Paris
6612423	Rugles	rugles	Rugles		FR	28	27	272	27502	2279	Europe/Paris
6612424	Saint-Antonin-de-Sommaire	saint-antonin-de-sommaire	Saint-Antonin-de-Sommaire,Sent-Antonen-de-Sommer,sheng ang tuo nan de suo mai er,Сент-Антонен-де-Соммер,سینٹ-انٹونیں -دے-سوممیرے,圣昂托南德索迈尔		FR	28	27	272	27508	184	Europe/Paris
6612425	Saint-Aubin-sur-Quillebeuf	saint-aubin-sur-quillebeuf	Saint-Aubin-sur-Quillebeuf		FR	28	27	272	27518	696	Europe/Paris
6612427	Saint-Germain-la-Campagne	saint-germain-la-campagne	Sen-Zhermen-la-Kampan',sheng ri er man la kang pa ni,Сен-Жермен-ла-Кампань,سینٹ-گرمین-لا-کمپگنے,圣日尔曼拉康帕尼		FR	28	27	272	27547	887	Europe/Paris
6612428	Saint-Jean-du-Thenney	saint-jean-du-thenney			FR	28	27	272	27552	244	Europe/Paris
6612429	Saint-Mards-de-Fresne	saint-mards-de-fresne	Saint-Mards-de-Fresne,Sen-Mar-de-Fren,sheng ma er de de fu lei si en,Сен-Мар-де-Френ,سینٹ-مردس-دے-فریسنے,圣马尔德德弗雷斯恩		FR	28	27	272	27564	340	Europe/Paris
6612430	Saint-Pierre-de-Cormeilles	saint-pierre-de-cormeilles	Saint-Pierre-de-Cormeilles		FR	28	27	272	27591	616	Europe/Paris
6612432	Thiberville	thiberville	Tibervil',di bei er wei er,Тибервиль,Тібервіль,蒂贝尔维尔		FR	28	27	272	27629	1807	Europe/Paris
6612433	Verneusses	verneusses	Verness,Verneusses,wei er na sai,wrnwss,Вернесс,ورنوسس,韦尔纳塞		FR	28	27	272	27680	204	Europe/Paris
6612434	Vieux-Port	vieux-port	V'e-Por,Ve-Por,fu yue bo er,Вье-Пор,Вє-Пор,弗约波尔		FR	28	27	272	27686	46	Europe/Paris
6612435	Droue-sur-Drouette	droue-sur-drouette	Droue-sur-Drouette		FR	24	28	281	28135	1251	Europe/Paris
6612436	Épernon	epernon	Epernon,Épernon		FR	24	28	281	28140	5503	Europe/Paris
6612437	Montigny-sur-Avre	montigny-sur-avre	Montigny-sur-Avre		FR	24	28	283	28263	261	Europe/Paris
6612438	Oulins	oulins	Oulins		FR	24	28	283	28293	1203	Europe/Paris
6612441	Saint-Rémy-sur-Avre	saint-remy-sur-avre	Saint-Remy-sur-Avre,Saint-Rémy-sur-Avre,Sen-Remi-sjur-Avr,a fu er he pan sheng lei mi,Сен-Ремі-сюр-Авр,سین-رمے-سور-اورے,阿夫尔河畔圣雷米		FR	24	28	283	28359	4007	Europe/Paris
6612442	Saussay	saussay	Saussay,Sosse,suo sai,Соссе,索赛		FR	24	28	283	28371	1083	Europe/Paris
6612443	Sorel-Moussel	sorel-moussel	Sorel-Moussel		FR	24	28	283	28377	1798	Europe/Paris
6612444	Motreff	motreff	Motreff		FR	53	29	292	29152	704	Europe/Paris
6612445	Rédené	redene	Redene,Rédené		FR	53	29	294	29234	2901	Europe/Paris
6612446	Montfaucon	montfaucon	Monfokon,Montfaucon,meng te fu kong,Монфокон,蒙特福孔		FR	76	30	302	30178	1478	Europe/Paris
6612447	Pont-Saint-Esprit	pont-saint-esprit	Pont-Saint-Esprit		FR	76	30	302	30202	10405	Europe/Paris
6612448	Rogues	rogues	Rog,Rogas,Rògas,luo gai,Рог,罗盖		FR	76	30	303	30219	105	Europe/Paris
6612449	Roquemaure	roquemaure	Rocamaura,Rokmor,Roquemaure,Ròcamaura,luo qu ai mo er,Рокмор,罗屈埃莫尔		FR	76	30	302	30221	5472	Europe/Paris
6612450	Saint-Bresson	saint-bresson	Saint-Bresson,Sen-Bresson,Sent Brecon,Sent Breçon,sheng bu lei song,Сен-Брессон,سینٹ-برسسوں ، گرد,圣布雷松		FR	76	30	303	30238	54	Europe/Paris
6612451	Saint-Étienne-des-Sorts	saint-etienne-des-sorts	Sent Esteve dei Sorbs,Sent Estève dei Sòrbs,Sent-Et'enn-de-Sor,sheng ai di an dai suo er te,Сент-Етьенн-де-Сор,Сент-Етьєнн-де-Сор,سینٹ-ایٹیینے-دس-سورٹس,圣埃蒂安代索尔特		FR	76	30	302	30251	561	Europe/Paris
6612452	Saint-Geniès-de-Comolas	saint-genies-de-comolas	Saint-Genies-de-Comolas,Saint-Geniès-de-Comolas		FR	76	30	302	30254	1924	Europe/Paris
6612453	Saint-Gilles	saint-gilles	Saint-Gilles,Saint-Gilles-du-Gard,Sant Geli,Sen-Zhil',Sent Gile,Villa Sancti Aegidii,san=jiru,sheng ji lai,Сен-Жиль,سینٹ-گلیس، گرد,サン＝ジル,圣吉莱		FR	76	30	302	30258	13615	Europe/Paris
6612454	Saint-Julien-de-la-Nef	saint-julien-de-la-nef	Saint-Julien-de-la-Nef		FR	76	30	303	30272	140	Europe/Paris
6612455	Saint-Laurent-le-Minier	saint-laurent-le-minier	Saint-Laurent-le-Minier,Sen-Loran-le-Min'e,Sent Laurenc del Minier,Sent Laurenç del Minièr,sheng luo lang lai mi nie,Сен-Лоран-ле-Минье,Сен-Лоран-ле-Міньє,سینٹ-لارنٹ-لے-منیر,圣洛朗莱米涅		FR	76	30	303	30280	342	Europe/Paris
6612456	Vallabrègues	vallabregues	Valabrega,Vallabreg,Vallabregues,Vallabrègues,wa la bu lei gai,Валлабрег,瓦拉布雷盖		FR	76	30	302	30336	1386	Europe/Paris
6612459	Folcarde	folcarde	Folcarde		FR	76	31	313	31185	122	Europe/Paris
6612460	Frontignan-Savès	frontignan-saves	Frontignan-Saves,Frontignan-Savès		FR	76	31	312	31201	68	Europe/Paris
6612461	Herran	herran	Ehrran,Erran,Herran,ai er lang,Ерран,Эрран,埃尔朗		FR	76	31	312	31236	75	Europe/Paris
6612462	His	his	His		FR	76	31	312	31237	222	Europe/Paris
6612463	Marliac	marliac	Marliac		FR	76	31	311	31319	137	Europe/Paris
6612464	Mirambeau	mirambeau	Mirambeau		FR	76	31	312	31343	64	Europe/Paris
6612465	Molas	molas	Molas		FR	76	31	312	31347	166	Europe/Paris
6612466	Mourvilles-Hautes	mourvilles-hautes	Mourvilles-Hautes		FR	76	31	313	31393	171	Europe/Paris
6612467	Saint-Bertrand-de-Comminges	saint-bertrand-de-comminges	Saint-Bertrand-de-Comminges		FR	76	31	312	31472	247	Europe/Paris
6612468	Saint-Cézert	saint-cezert	Saint-Cezert,Saint-Cézert		FR	76	31	313	31473	431	Europe/Paris
6612469	Touille	touille	Touille		FR	76	31	312	31554	252	Europe/Paris
6612470	Encausse	encausse	Ankos,Ankoss,Encaussa,Encausse,ang ke si,Анкос,Анкосс,昂科斯		FR	76	32	322	32120	422	Europe/Paris
6612471	Monbrun	monbrun	Monbren,Monbrjon,Monbrun,Montbrun,meng bu lan,Монбрен,Монбрён,蒙布兰		FR	76	32	322	32262	384	Europe/Paris
6612472	Montégut-Arros	montegut-arros			FR	76	32	323	32283	297	Europe/Paris
6612473	Pébées	pebees	Pebe,Pebeas,Pebees,Pébées,pei bei ai,Пебе,佩贝埃		FR	76	32	321	32308	99	Europe/Paris
6612474	Pessoulens	pessoulens	Pessoulens		FR	76	32	322	32313	142	Europe/Paris
6612475	Peyrecave	peyrecave	Peyrecave		FR	76	32	322	32314	70	Europe/Paris
6612476	Saint-Antoine	saint-antoine	Saint-Antoine,Saint-Antoine-sur-lArrats,Sent Antoni,Sent Antoni deu Pont dArrats,Sent Antòni,Sent Antòni deu Pont dArrats,Sent-Antuan,santantowanu,sheng ang tu wan,Сент-Антуан,سینٹ-انتوینے، گرس,サンタントワーヌ,圣昂图万		FR	76	32	322	32358	204	Europe/Paris
6612477	Sarraguzan	sarraguzan	Sarraguzan		FR	76	32	323	32415	84	Europe/Paris
6612478	Seysses-Savès	seysses-saves	Seishas,Seishas de Saves,Seishas de Savés,Sejss-Save,Ses-Saves,sai sai sa wei,Сейсс-Саве,Сес-Савес,塞塞萨韦		FR	76	32	321	32432	242	Europe/Paris
6612479	Gours	gours	Gorcs,Gours,Gur,Гур		FR	75	33	335	33191	558	Europe/Paris
6612480	Lamothe-Landerron	lamothe-landerron	La Mota de Landeron,La Mòta de Landeron,Lamot-Landerron,la mo te lang dai er long,Ламот-Ландеррон,拉莫特朗代尔龙		FR	75	33	333	33221	1204	Europe/Paris
6612481	Landerrouat	landerrouat	Landerrouat		FR	75	33	333	33223	203	Europe/Paris
6612482	Margueron	margueron	Margeron,Margueron,ma er gai long,Маргерон,马尔盖龙		FR	75	33	335	33269	380	Europe/Paris
6612483	Mongauzy	mongauzy	Mongauzy,Mongozi,Mont Gausir,Montgausi,Montgausí,meng ge qi,Монгози,Монгозі,蒙戈齐		FR	75	33	333	33287	598	Europe/Paris
6612484	Noaillac	noaillac	Noajak,Noalhac,nuo ai la ke,Ноаяк,诺艾拉克		FR	75	33	333	33306	448	Europe/Paris
6612485	Saint-Antoine-sur-l'Isle	saint-antoine-sur-l-isle	Saint-Antoine-sur-l'Isle		FR	75	33	335	33373	584	Europe/Paris
6612486	Saint-Vivien-de-Monségur	saint-vivien-de-monsegur	Saint-Vivien-de-Monsegur,Saint-Vivien-de-Monségur,Sen-Viv'jan-de-Monsegjur,Sen-Vivjan-de-Monsegjur,Sent Bibian de Montsegur,Sent Vivian de Montsegur,sheng wei wei an de meng sai ju,Сен-Вивьян-де-Монсегюр,Сен-Вівян-де-Монсегюр,圣维维安德蒙塞居		FR	75	33	333	33491	358	Europe/Paris
6612487	Taillecavat	taillecavat	Taillecavat		FR	75	33	333	33520	312	Europe/Paris
6612488	Garrigues	garrigues			FR	76	34	343	34112	174	Europe/Paris
6612489	Marsillargues	marsillargues	Marsillargues		FR	76	34	343	34151	6227	Europe/Paris
6612490	Montoulieu	montoulieu	Montoulieu		FR	76	34	342	34171	161	Europe/Paris
6612491	Olonzac	olonzac	Lonzac,Olonzac,Olonzak,ao long zha ke,Олонзак,奥隆扎克		FR	76	34	341	34189	1805	Europe/Paris
6612492	Oupia	oupia			FR	76	34	341	34190	251	Europe/Paris
6612544	Saint-Ferréol-d'Auroure	saint-ferreol-d-auroure	Saint-Ferreol-d'Auroure,Saint-Ferréol-d'Auroure		FR	84	43	433	43184	2445	Europe/Paris
6612545	Montbert	montbert	Montbert		FR	52	44	442	44102	3097	Europe/Paris
6612493	Saint-Maurice-Navacelles	saint-maurice-navacelles	Sant Maurise de Navacelas,Sant Maurise de Navacèlas,Sant Maurise e Navacelas,Sant Maurise e Navacèlas,Sen-Moris-Navasel',sheng mo li ke na wa se lai,Сен-Морис-Навасель,سینٹ-موریس-نوکلیس,圣莫里克纳瓦瑟莱		FR	76	34	342	34277	177	Europe/Paris
6612494	Saint-Michel	saint-michel	Saint-Michel,Saint-Michel-dAlajou,Sant Miquel,Sant Miquèl,Sen-Mishel',sheng mi she,Сен-Мишель,Сен-Мішель,سینٹ-مچل، حیراالٹ,圣米舍		FR	76	34	342	34278	44	Europe/Paris
6612495	Villetelle	villetelle	Vil'tel',Vilatela,Vilatèla,Villetelle,wei lei tai er,Вильтель,Вільтель,维勒泰尔		FR	76	34	343	34340	1443	Europe/Paris
6612496	Grand-Fougeray	grand-fougeray	Grand-Fougeray		FR	53	35	352	35124	2455	Europe/Paris
6612497	Langon	langon	Landegon,Langon,lang gong,Лангон,لانگون، یلی-اے-ویلاینی,朗贡		FR	53	35	352	35145	1442	Europe/Paris
6612498	Loutehel	loutehel	Loutehel		FR	53	35	352	35160	265	Europe/Paris
6612499	Miniac-Morvan	miniac-morvan	Miniac-Morvan		FR	53	35	354	35179	3902	Europe/Paris
6612500	Paimpont	paimpont	Paimpont		FR	53	35	353	35211	1689	Europe/Paris
6612501	Sixt-sur-Aff	sixt-sur-aff	Seizh,Sikst-sjur-Aff,Sixt-sur-Aff,Sixtus Martyr,a he pan xi ke si,Сикст-сюр-Афф,Сікст-сюр-Афф,阿河畔西克斯		FR	53	35	352	35328	2113	Europe/Paris
6612502	Néons-sur-Creuse	neons-sur-creuse	Neons-sur-Creuse,Néons-sur-Creuse		FR	24	36	361	36137	395	Europe/Paris
6612503	Obterre	obterre	Obterre		FR	24	36	361	36145	196	Europe/Paris
6612504	Saint-Georges-sur-Arnon	saint-georges-sur-arnon	Saint-Georges-sur-Arnon		FR	24	36	364	36195	576	Europe/Paris
6612505	Chonas-l'Amballan	chonas-l-amballan	Chonas-l'Amballan		FR	84	38	383	38107	1676	Europe/Paris
6612506	Chuzelles	chuzelles	Shizel,Shuzel',xu ze lai,Шизел,Шузель,许泽莱		FR	84	38	383	38110	2050	Europe/Paris
6612507	Janneyrias	janneyrias	Janneyrias		FR	84	38	382	38197	1796	Europe/Paris
6612508	Jarcieu	jarcieu	Jarcieu,Zhars'e,jrkyw,ya er xi e,Жарсье,Жарсьє,جرکیو,雅尔西厄		FR	84	38	383	38198	1027	Europe/Paris
6612509	Lentiol	lentiol	Lentiol		FR	84	38	383	38209	216	Europe/Paris
6612510	Montfalcon	montfalcon			FR	84	38	383	38255	128	Europe/Paris
6612511	Saint-Clair-sur-Galaure	saint-clair-sur-galaure	Saint-Clair-sur-Galaure		FR	84	38	383	38379	281	Europe/Paris
6612512	Valencin	valencin	Valansen,wa lang sang,Валансен,瓦朗桑		FR	84	38	383	38519	2751	Europe/Paris
6612513	Villette-de-Vienne	villette-de-vienne	Villet-de-V'en,Villett-de-Venn,Villette-de-Vienne,wei lai te de wei an,Виллет-де-Вьен,Віллетт-де-Вєнн,维莱特德维安		FR	84	38	383	38558	1821	Europe/Paris
6612515	Condes	condes	Condes,Kond,kong dai,Конд,孔代		FR	27	39	392	39163	111	Europe/Paris
6612516	Cuvier	cuvier	Cuvier		FR	27	39	392	39187	259	Europe/Paris
6612517	Foncine-le-Haut	foncine-le-haut	Foncine-le-Haut,Fonsin-le-O,feng sang lai ao,Фонсін-ле-О,丰桑莱奥		FR	27	39	392	39228	1055	Europe/Paris
6612518	Mignovillard	mignovillard			FR	27	39	392	39331	804	Europe/Paris
6612519	Mutigney	mutigney	Mutigney		FR	27	39	391	39377	169	Europe/Paris
6612520	Thervay	thervay	Thervay		FR	27	39	391	39528	385	Europe/Paris
6612521	Habas	habas	Aba,Abas,Havars,Аба,Абас,ہاباس، لانڈیس		FR	75	40	401	40118	1521	Europe/Paris
6612522	Lagrange	lagrange	Lagrange		FR	75	40	402	40140	197	Europe/Paris
6612523	Latrille	latrille	Latrille		FR	75	40	402	40146	151	Europe/Paris
6612524	Monget	monget	Monget,Monzhe,meng re,Монже,蒙热		FR	75	40	402	40189	94	Europe/Paris
6612525	Montégut	montegut	Montegut,Montégut		FR	75	40	402	40193	71	Europe/Paris
6612526	Ossages	ossages	Ossages		FR	75	40	401	40214	501	Europe/Paris
6612527	Philondenx	philondenx	Philondenx		FR	75	40	402	40225	204	Europe/Paris
6612528	Saint-Agnet	saint-agnet			FR	75	40	402	40247	195	Europe/Paris
6612529	Saint-Barthélemy	saint-barthelemy	Saint-Barthelemy,Saint-Barthélemy,Sen-Bartelemi,Sent Bertomiu,sheng ba er tai lai mi,Сен-Бартелеми,Сен-Бартелемі,سینٹ-برتھلمے، لنڈس,圣巴尔泰莱米		FR	75	40	401	40251	423	Europe/Paris
6612530	Saint-Laurent-de-Gosse	saint-laurent-de-gosse	Sen-Loran-de-Goss,Sent Laurenc,Sent Laurenc de Gossa,Sent Laurenç,Sent Laurenç de Gòssa,sheng luo lang de ge si,Сен-Лоран-де-Госс,سینٹ-لارنٹ-دے-گوسسے,圣洛朗德戈斯		FR	75	40	401	40268	603	Europe/Paris
6612531	Sainte-Marie-de-Gosse	sainte-marie-de-gosse	Sainte-Marie-de-Gosse		FR	75	40	401	40271	1166	Europe/Paris
6612532	Sarron	sarron	Sarron		FR	75	40	402	40290	113	Europe/Paris
6612533	Beauce la Romaine	beauce-la-romaine			FR	24	41	411	41173	3473	Europe/Paris
6612534	Sargé-sur-Braye	sarge-sur-braye	Sarge-sur-Braye,Sargé-sur-Braye,Sarzhe-sjur-Bre,bu lai ai he pan sa er re,Сарже-сюр-Бре,布赖埃河畔萨尔热		FR	24	41	412	41235	1052	Europe/Paris
6612535	Villechauve	villechauve	Villechauve		FR	24	41	412	41278	284	Europe/Paris
6612536	Saint-Denis-de-Cabanne	saint-denis-de-cabanne	Saint-Denis-de-Cabanne,Sen-Deni-de-Kabann,sheng de ni de ka bang,Сен-Дені-де-Кабанн,سینٹ-ڈینس-دے-کبنے,圣德尼德卡邦		FR	84	42	422	42215	1263	Europe/Paris
6612537	Saint-Germain-la-Montagne	saint-germain-la-montagne	Saint-Germain-la-Montagne,Sen-Zhermen-la-Montan',sheng ri er man la meng ta ni,Сен-Жермен-ла-Монтань,سینٹ-گرمین-لا-مونٹاگنے,圣日尔曼拉蒙塔尼		FR	84	42	422	42229	241	Europe/Paris
6612538	Saint-Michel-sur-Rhône	saint-michel-sur-rhone	Saint-Michel-sur-Rhone,Saint-Michel-sur-Rhône,Sen-Mishel'-sjur-Ron,luo ne he pan sheng mi she,Сен-Мішель-сюр-Рон,سینٹ-مشیل-سر-رہونے,罗讷河畔圣米舍		FR	84	42	423	42265	811	Europe/Paris
6612539	Saint-Victor-sur-Rhins	saint-victor-sur-rhins	Saint-Victor-sur-Rhins,Sen-Viktor-sjur-Rens,lan he pan sheng wei ke tuo,Сен-Віктор-сюр-Ренс,兰河畔圣维克托		FR	84	42	422	42293	1177	Europe/Paris
6612540	Urbise	urbise	Jurbiz,Urbise,yu er bi si,Юрбіз,于尔比斯		FR	84	42	422	42317	133	Europe/Paris
6612541	Vérin	verin	Veren,Verin,Vérin,wei lan,Верен,韦兰		FR	84	42	423	42327	671	Europe/Paris
6612542	Grenier-Montgon	grenier-montgon	Grenier-Montgon		FR	84	43	431	43103	115	Europe/Paris
6612543	Saint-Austremoine	saint-austremoine			FR	84	43	431	43169	43	Europe/Paris
6612546	Montrelais	montrelais	Montrelais		FR	52	44	445	44104	859	Europe/Paris
6612547	Oudon	oudon	Oudon,Udon,Uldo,wu dong,Удон,乌东		FR	52	44	445	44115	3763	Europe/Paris
6612548	Remouillé	remouille	Remouille,Remouillé		FR	52	44	442	44142	1899	Europe/Paris
6612549	Saint-Étienne-de-Mer-Morte	saint-etienne-de-mer-morte	Saint-Etienne-de-Mer-Morte,Saint-Étienne-de-Mer-Morte		FR	52	44	442	44157	1715	Europe/Paris
6612551	Saint-Hilaire-de-Clisson	saint-hilaire-de-clisson	Saint-Hilaire-de-Clisson,Saint-Hilaire-du-Bois		FR	52	44	442	44165	2268	Europe/Paris
6612552	Saint-Nicolas-de-Redon	saint-nicolas-de-redon			FR	52	44	445	44185	3164	Europe/Paris
6612553	Touvois	touvois	Touvois		FR	52	44	442	44206	1794	Europe/Paris
6612554	Desmonts	desmonts	Desmonts		FR	24	45	453	45124	169	Europe/Paris
6612555	Feins-en-Gâtinais	feins-en-gatinais	Feins-en-Gatinais,Feins-en-Gâtinais		FR	24	45	451	45143	37	Europe/Paris
6612556	Lion-en-Beauce	lion-en-beauce			FR	24	45	452	45183	141	Europe/Paris
6612557	Tivernon	tivernon	Tivernon		FR	24	45	453	45325	278	Europe/Paris
6612558	Villamblain	villamblain	Villamblain		FR	24	45	452	45337	283	Europe/Paris
6612559	Villeneuve-sur-Conie	villeneuve-sur-conie	Villeneuve-sur-Conie		FR	24	45	452	45341	209	Europe/Paris
6612560	Frontenac	frontenac	Frontenac		FR	76	46	462	46116	67	Europe/Paris
6612561	Laramière	laramiere	La Ramiera,La Ramièra,Laramer,la la mi ai,laramyry,Ларамєр,لارامیری,拉拉米埃		FR	76	46	461	46154	346	Europe/Paris
6612562	Larroque-Toirac	larroque-toirac	La Roca de Toirac,La Ròca de Toirac,Larrok-Tuarak,Larroque-Toirac,la er luo qu ai tu wa la ke,Ларрок-Туарак,لاروقوی-ٹویراک,拉尔罗屈埃图瓦拉克		FR	76	46	462	46157	133	Europe/Paris
6612563	Linac	linac	Linac		FR	76	46	462	46174	221	Europe/Paris
6612564	Milhac	milhac	Milhac		FR	76	46	463	46194	185	Europe/Paris
6612565	Puyjourdes	puyjourdes	Puyjourdes		FR	76	46	462	46230	90	Europe/Paris
6612566	Saillac	saillac	Saillac,Sajak,Salhac,sai la ke,Саяк,سیلاک، لوٹ,赛拉克		FR	76	46	461	46247	161	Europe/Paris
6612567	Saint-Pierre-Toirac	saint-pierre-toirac	Saint-Pierre-Toirac		FR	76	46	462	46289	149	Europe/Paris
6612569	Grayssas	grayssas	Grayssas		FR	75	47	471	47113	130	Europe/Paris
6612570	Masquières	masquieres	Mask'er,Masker,Masquieras,Masquièras,ma si ji ai,Маскьер,Маскєр,马斯基埃		FR	75	47	473	47160	182	Europe/Paris
6612571	Massoulès	massoules	Massoules,Massoulès		FR	75	47	473	47162	209	Europe/Paris
6612572	Sainte-Colombe-de-Duras	sainte-colombe-de-duras	Sainte-Colombe-de-Duras,Sent-Kolomb-de-Djuras,Senta Coloma de Duras,Senta Coloma de Duràs,Senta Colomba de Duras,Senta Colomba de Duràs,sheng ke long bu de di la,Сент-Коломб-де-Дюрас,سین-کولومبے-دے-درس,圣科隆布德迪拉		FR	75	47	472	47236	104	Europe/Paris
6612573	Soumensac	soumensac	Soumensac		FR	75	47	472	47303	231	Europe/Paris
6612574	Saint-André-Capcèze	saint-andre-capceze	Saint-Andre-Capceze,Saint-André-Capcèze,Sent Andrieu de Cap a Cese,Sent Andrieu de Cap a Cèse,Sent-Andre-Kapsez,sheng ang de lei ka pu sai ci,Сент-Андре-Капсез,سینٹ-آندرے-کپکزے,圣昂德雷卡普塞兹		FR	76	48	482	48135	181	Europe/Paris
6612575	Saint Bonnet-Laval	saint-bonnet-laval	Sen-Bonne-de-Montoru,Sent Bonet de Montauros,Sent Bonet de Montaurós,sheng bo nei de meng tuo lu,Сен-Бонне-де-Монтору,سینٹ-بونٹ-دے-ونتگخو,圣博内德蒙托鲁		FR	76	48	482	48139	258	Europe/Paris
6612577	Saint-Julien-des-Points	saint-julien-des-points	Saint-Julien-des-Points		FR	76	48	481	48163	111	Europe/Paris
6612579	Domjean	domjean			FR	28	50	504	50164	1062	Europe/Paris
6612580	Fourneaux	fourneaux	Fourneaux,Furno,fu er nuo,Фурно,富尔诺		FR	28	50	504	50192	153	Europe/Paris
6612581	Granville	granville	Granvil',Granville,Graunville,Nkranvil,ge lan fu,guran'vu~iru,Γκρανβίλ,Гранвиль,Гранвіль,グランヴィル,格蘭佛		FR	28	50	501	50218	12900	Europe/Paris
6612583	Hamelin	hamelin			FR	28	50	501	50229	94	Europe/Paris
6612584	Morigny	morigny	Morigny		FR	28	50	504	50357	89	Europe/Paris
6612585	Pontorson	pontorson	Pontorson		FR	28	50	501	50410	4350	Europe/Paris
6612586	Sacey	sacey			FR	28	50	501	50443	522	Europe/Paris
6612587	Saint-Brice-de-Landelles	saint-brice-de-landelles	Saint-Brice-de-Landelles,Sen-Bris-de-Landel',sheng bu li ke de lang dai lai,Сен-Брис-де-Ландель,سینٹ-برکے-دے-لنڈےلیس,圣布里克德朗代莱		FR	28	50	501	50452	699	Europe/Paris
6612588	Saint-Georges-de-Rouelley	saint-georges-de-rouelley	Saint-Georges-de-Rouelley		FR	28	50	501	50474	557	Europe/Paris
6612589	Saint-Germain-d'Elle	saint-germain-d-elle	Saint-Germain-d'Elle		FR	28	50	504	50476	221	Europe/Paris
6612590	Saint-Louet-sur-Vire	saint-louet-sur-vire	Sen-Lue-sjur-Vir,wei er he pan sheng lu ai,Сен-Луе-сюр-Вир,Сен-Луе-сюр-Вір,سینٹ-لوٹ-سر-ورے,维尔河畔圣卢埃		FR	28	50	504	50504	206	Europe/Paris
6612592	Savigny-le-Vieux	savigny-le-vieux	Savigny-le-Vieux,Savin'i-le-V'e,Savin'i-le-Ve,sa wei ni lai fu yue,Савиньи-ле-Вье,Савіньї-ле-Вє,萨维尼莱弗约		FR	28	50	501	50570	445	Europe/Paris
6612593	Tessy-Bocage	tessy-bocage	Tessy-Bocage		FR	28	50	504	50592	2356	Europe/Paris
6612594	Montgenost	montgenost	Montgenost		FR	44	51	512	51376	157	Europe/Paris
6612595	Saint-Bon	saint-bon			FR	44	51	512	51473	112	Europe/Paris
6612596	Sermaize-les-Bains	sermaize-les-bains	Sermaize-les-Bains		FR	44	51	514	51531	1967	Europe/Paris
6612598	Chaumont-la-Ville	chaumont-la-ville	Chaumont-la-Ville		FR	44	52	521	52122	115	Europe/Paris
6612599	Cirfontaines-en-Azois	cirfontaines-en-azois	Cirfontaines-en-Azois		FR	44	52	521	52130	189	Europe/Paris
6612600	Farincourt	farincourt	Farincourt		FR	44	52	522	52195	39	Europe/Paris
6612601	Germainvilliers	germainvilliers	Germainvilliers		FR	44	52	521	52217	91	Europe/Paris
6612602	Hallignicourt	hallignicourt	Hallignicourt		FR	44	52	523	52235	284	Europe/Paris
6612603	Harréville-les-Chanteurs	harreville-les-chanteurs	Harreville-les-Chanteurs,Harréville-les-Chanteurs		FR	44	52	521	52237	299	Europe/Paris
6612604	Laneuville-au-Pont	laneuville-au-pont			FR	44	52	523	52267	206	Europe/Paris
6612605	Maranville	maranville			FR	44	52	521	52308	416	Europe/Paris
6612606	Moëslains	moeslains	Moeslains,Moëslains		FR	44	52	523	52327	430	Europe/Paris
6612608	Trémilly	tremilly	Tremilly,Trémilly		FR	44	52	523	52495	80	Europe/Paris
6612609	Valcourt	valcourt	Valcourt		FR	44	52	523	52500	617	Europe/Paris
6612610	Villars-en-Azois	villars-en-azois	Villars-en-Azois		FR	44	52	521	52525	68	Europe/Paris
6612611	Villiers-en-Lieu	villiers-en-lieu	Vil'e-an-L'e,Villiers-en-Lieu,er yue de qu wei li ye er,Вільє-ан-Льє,尔约地区维利耶尔		FR	44	52	523	52534	1537	Europe/Paris
6612612	Launay-Villiers	launay-villiers	Launay-Villiers		FR	52	53	532	53129	386	Europe/Paris
6612613	Pontmain	pontmain			FR	52	53	533	53181	848	Europe/Paris
6612614	Renazé	renaze	Renaze,Renazé		FR	52	53	531	53188	2529	Europe/Paris
6612615	Saint-Cyr-le-Gravelais	saint-cyr-le-gravelais	Saint-Cyr-le-Gravelais		FR	52	53	532	53209	536	Europe/Paris
6612616	Saint-Ellier-du-Maine	saint-ellier-du-maine	Saint-Ellier-du-Maine,Sent-El'e-dju-Men,sheng ai li ye di man,Сент-Ельє-дю-Мен,سینٹ-الئیر-دو-مہینے,圣埃利耶迪曼		FR	52	53	533	53213	524	Europe/Paris
6612617	Saint-Erblon	saint-erblon	Sent-Erblon,sheng ai er bu long,Сент-Ерблон,سینٹ-ایربلوں ، مینے,圣埃尔布隆		FR	52	53	531	53214	174	Europe/Paris
6612618	Saint-Germain-de-Coulamer	saint-germain-de-coulamer	Saint-Germain-de-Coulamer,Sen-Zhermen-de-Kulame,sheng ri er man de ku la mei,Сен-Жермен-де-Куламе,سینٹ-گرمین-دے-کولامر,圣日尔曼德库拉梅		FR	52	53	533	53223	362	Europe/Paris
6612619	Saint-Pierre-des-Nids	saint-pierre-des-nids	Saint-Pierre-des-Nids		FR	52	53	533	53246	1993	Europe/Paris
6612620	Saint-Pierre-la-Cour	saint-pierre-la-cour	Saint-Pierre-la-Cour		FR	52	53	532	53247	2153	Europe/Paris
6612621	Saint-Pierre-sur-Orthe	saint-pierre-sur-orthe	Sen-Perr-sjur-Ort,ao er te he pan sheng pi ye er,Сен-Пєрр-сюр-Орт,سین-پیری-سور-ورتھ,奥尔特河畔圣皮耶尔		FR	52	53	533	53249	461	Europe/Paris
6612622	Saint-Quentin-les-Anges	saint-quentin-les-anges	Saint-Quentin-les-Anges,Sen-Kanten-lez-Anzh,sheng qu ang tan lai ang re,Сен-Кантен-лез-Анж,سین-قینٹین-لیس-انگس,圣屈昂坦莱昂热		FR	52	53	531	53251	420	Europe/Paris
6612623	Senonnes	senonnes	Senonnes		FR	52	53	531	53259	349	Europe/Paris
6612624	Vimarcé	vimarce	Vimarce,Vimarcé,Vimarse,wei ma er sai,Вімарсе,维马尔塞		FR	52	53	533	53274	240	Europe/Paris
6612625	Gibeaumeix	gibeaumeix	Gibeaumeix		FR	44	54	544	54226	165	Europe/Paris
6612626	Gogney	gogney	Gon'e,Gone,ge gai yi,Гонье,Гоньє,Гоње,戈盖伊		FR	44	54	542	54230	47	Europe/Paris
6612627	Grand-Failly	grand-failly	Gran-Fai,Gran-Faji,ge lang fei li,Гран-Фаи,Гран-Файи,Гран-Фаї,格朗费利		FR	44	54	541	54236	320	Europe/Paris
6612628	Longuyon	longuyon	Longuyon		FR	44	54	541	54322	5386	Europe/Paris
6612629	Raucourt	raucourt	Raucourt		FR	44	54	543	54444	217	Europe/Paris
6612630	Repaix	repaix	Repe,lei pei,Репе,雷佩		FR	44	54	542	54458	94	Europe/Paris
6612631	Saint-Jean-lès-Longuyon	saint-jean-les-longuyon	Saint-Jean-les-Longuyon,Saint-Jean-lès-Longuyon		FR	44	54	541	54476	422	Europe/Paris
6612632	Villers-le-Rond	villers-le-rond	Villers-le-Rond		FR	44	54	541	54576	103	Europe/Paris
6612633	Villerupt	villerupt	Villerupt		FR	44	54	541	54580	9645	Europe/Paris
6612634	Xousse	xousse	Ksuss,Xousse,ke su si,Ксусс,克苏斯		FR	44	54	542	54600	124	Europe/Paris
6612636	Charpentry	charpentry			FR	44	55	553	55103	22	Europe/Paris
6612637	Juvigny-en-Perthois	juvigny-en-perthois	Juvigny-en-Perthois		FR	44	55	551	55261	134	Europe/Paris
6612638	Lahayville	lahayville	Lahayville		FR	44	55	552	55270	26	Europe/Paris
6612639	Latour-en-Woëvre	latour-en-woevre	Latour-en-Woevre,Latour-en-Woëvre		FR	44	55	553	55281	95	Europe/Paris
6612640	Montiers-sur-Saulx	montiers-sur-saulx	Mont'e-sjur-So,Montiers-sur-Saulx,suo er he pan meng di ye er,Монтье-сюр-Со,Монтьє-сюр-Со,索尔河畔蒙蒂耶尔		FR	44	55	551	55348	404	Europe/Paris
6612641	Rupt-sur-Othain	rupt-sur-othain	Rupt-sur-Othain		FR	44	55	553	55450	47	Europe/Paris
6612642	Savonnières-en-Perthois	savonnieres-en-perthois	Savon'er-an-Pertua,Savonnieres-en-Perthois,Savonnières-en-Perthois,pei er tu wa de qu sa wo ni ai,Савоньер-ан-Пертуа,Савоньєр-ан-Пертуа,佩尔图瓦地区萨沃尼埃		FR	44	55	551	55477	412	Europe/Paris
6612643	Lanvénégen	lanvenegen	Lanvenegen,Lanvénégen		FR	53	56	562	56105	1175	Europe/Paris
6612644	Locmalo	locmalo			FR	53	56	562	56113	906	Europe/Paris
6612645	Meslan	meslan	Meslan		FR	53	56	562	56131	1426	Europe/Paris
6612647	Roudouallec	roudouallec	Roudouallec		FR	53	56	562	56199	719	Europe/Paris
6612648	Craincourt	craincourt	Craincourt		FR	44	57	575	57158	258	Europe/Paris
6612649	Danne-et-Quatre-Vents	danne-et-quatre-vents	Dan e Katr Vant,Dann und Vierwinden,Dann-e-Katr-Van,Danne-et-Quatre-Vents,dan-a-katr-wan,dang he qu a te lei-wang te,Дан е Катр Вант,Данн-е-Катр-Ван,دان-ا-کاتر-وان,当和屈阿特雷-旺特		FR	44	57	575	57168	681	Europe/Paris
6612650	Hangviller	hangviller	Angviller,Hangviller,Hangweiler,Khangviler,ang ge wei lai,hangwylr,Ангвиллер,Ангвіллер,Хангвилер,هانگویلر,昂格维莱		FR	44	57	575	57291	268	Europe/Paris
6612651	Honskirch	honskirch	Hunkirch,Onskirsh,hnskyrsh,weng si ji er ke,Онскирш,Онскірш,هنسکیرش,翁斯基尔克		FR	44	57	575	57335	226	Europe/Paris
6612652	Lommerange	lommerange	Lommerange		FR	44	57	577	57411	285	Europe/Paris
6612653	Malaucourt-sur-Seille	malaucourt-sur-seille	Malokur-sjur-Sej,malkwr-swr-sy,sai er he pan ma luo ku er,Малокур-сюр-Сей,مالکور-سور-سی,塞尔河畔马洛库尔		FR	44	57	575	57436	127	Europe/Paris
6612654	Manhoué	manhoue	Manhoue,Manhoué,Manue,Manueh,mang wu ai,Мануе,Мануэ,芒乌埃		FR	44	57	575	57440	143	Europe/Paris
6612655	Metting	metting	Metten,Metting,Mettingen,mo tan,mtyng,Меттен,متینگ,默坦		FR	44	57	575	57462	385	Europe/Paris
6612656	Montois-la-Montagne	montois-la-montagne	Montois-la-Montagne,Montua-la-Montan',meng tu wa la meng ta ni,Монтуа-ла-Монтань,蒙图瓦拉蒙塔尼		FR	44	57	579	57481	2636	Europe/Paris
6612657	Moyeuvre-Grande	moyeuvre-grande	Moyeuvre-Grande		FR	44	57	577	57491	7790	Europe/Paris
6612658	Moyeuvre-Petite	moyeuvre-petite	Moyeuvre-Petite		FR	44	57	577	57492	468	Europe/Paris
6612716	Moureuille	moureuille	Moureuille		FR	84	63	634	63243	346	Europe/Paris
6612659	Niederstinzel	niederstinzel	N'ederstenzel',Niederstinzel,nie dai er si tan ze,nydrshtyntsl,Ньедерстензель,Ньєдерстензель,نیدرشتینتسل,涅代尔斯坦泽		FR	44	57	575	57506	260	Europe/Paris
6612660	Pettoncourt	pettoncourt	Pettoncourt,Pettonkur,pei tong ku er,ptwnkwr,Петтонкур,پتونکور,佩通库尔		FR	44	57	575	57538	288	Europe/Paris
6612661	Postroff	postroff	Postroff		FR	44	57	575	57551	210	Europe/Paris
6612662	Sainte-Marie-aux-Chênes	sainte-marie-aux-chenes	Sainte-Marie-aux-Chenes,Sainte-Marie-aux-Chênes		FR	44	57	579	57620	4143	Europe/Paris
6612663	Veckersviller	veckersviller	Veckersviller		FR	44	57	575	57703	237	Europe/Paris
6612664	Vernéville	verneville	Vernevil',wei er nei wei er,wrnwyl,Верневиль,Верневіль,ورنویل,韦尔内维尔		FR	44	57	579	57707	618	Europe/Paris
6612666	Vulmont	vulmont	Vulmont		FR	44	57	579	57737	31	Europe/Paris
6612667	Saint-André-en-Morvan	saint-andre-en-morvan	Saint-Andre-en-Morvan,Saint-André-en-Morvan,Sent-Andre-an-Morvan,mo er wang de qu sheng ang de lei,Сент-Андре-ан-Морван,سینٹ-آندرے-این -موروں,莫尔旺地区圣昂德雷		FR	27	58	581	58229	310	Europe/Paris
6612668	Esquerchin	esquerchin	Ekershen,Eskershen,Esquerchin,ai si kai er shang,Екершен,Ескершен,埃斯凯尔尚		FR	32	59	593	59211	897	Europe/Paris
6612669	Gouzeaucourt	gouzeaucourt	Guzokur,gu zuo ku er,Гузокур,古佐库尔		FR	32	59	592	59269	1544	Europe/Paris
6612670	Hamel	hamel	Amel,Amel',Hamel,a mei er,Амел,Амель,阿梅尔		FR	32	59	593	59280	778	Europe/Paris
6612671	Nieurlet	nieurlet	N'erle,Nieurlet,Nieuwerleet,ni yue er lai,Ньерле,Ньєрле,尼约尔莱		FR	32	59	594	59433	951	Europe/Paris
6612672	Wignehies	wignehies	Wignehies		FR	32	59	591	59659	2935	Europe/Paris
6612673	Brégy	bregy	Bregy,Brezhi,Brégy,bu lei ji,Брежи,Брежі,布雷吉		FR	32	60	604	60101	621	Europe/Paris
6612674	Broyes	broyes	Broyes		FR	32	60	602	60111	181	Europe/Paris
6612676	Crapeaumesnil	crapeaumesnil	Crapeaumesnil,Krapomenij,ke la bo mei si ni,Крапомениј,Крапоменій,克拉波梅斯尼		FR	32	60	603	60174	201	Europe/Paris
6612677	Éméville	emeville	Emeville,Éméville		FR	32	60	604	60207	287	Europe/Paris
6612678	Ivors	ivors	Ivor,Ivors,yi wo er,Івор,伊沃尔		FR	32	60	604	60320	255	Europe/Paris
6612679	Lannoy-Cuillère	lannoy-cuillere			FR	32	60	601	60347	281	Europe/Paris
6612680	Margny-aux-Cerises	margny-aux-cerises	Margny-aux-Cerises		FR	32	60	603	60381	255	Europe/Paris
6612681	Mondescourt	mondescourt	Mondescourt		FR	32	60	603	60410	248	Europe/Paris
6612682	Parnes	parnes	Parn,Parnes,pa er nei,Парн,帕尔内		FR	32	60	601	60487	345	Europe/Paris
6612683	Saint-Pierre-lès-Bitry	saint-pierre-les-bitry	Saint-Pierre-les-Bitry,Saint-Pierre-lès-Bitry		FR	32	60	603	60593	151	Europe/Paris
6612684	Sérifontaine	serifontaine	Serifontaine,Sérifontaine		FR	32	60	601	60616	2758	Europe/Paris
6612685	Solente	solente	Solente		FR	32	60	603	60621	129	Europe/Paris
6612686	Varinfroy	varinfroy	Varinfroy		FR	32	60	604	60656	292	Europe/Paris
6612687	Villers-sur-Auchy	villers-sur-auchy	Villers-sur-Auchy		FR	32	60	601	60687	381	Europe/Paris
6612688	Villeselve	villeselve	Villeselve		FR	32	60	603	60693	416	Europe/Paris
6612689	Ciral	ciral	Ciral,Siral,Siral',xi la,Сирал,Сираль,Сіраль,西拉		FR	28	61	611	61107	394	Europe/Paris
6612690	Condé-sur-Sarthe	conde-sur-sarthe	Conde-sur-Sarthe,Condé-sur-Sarthe		FR	28	61	611	61117	2535	Europe/Paris
6612692	Hauterive	hauterive	Hauterive,Otriv,ao te li fu,Отрив,奥特里夫		FR	28	61	611	61202	481	Europe/Paris
6612693	Héloup	heloup	Elu,Heloup,Héloup,ai lu,Елу,埃卢		FR	28	61	611	61203	925	Europe/Paris
6612694	Lalacelle	lalacelle	Lalacelle		FR	28	61	611	61213	284	Europe/Paris
6612695	Lonlay-l'Abbaye	lonlay-l-abbaye	Lonlay-l'Abbaye		FR	28	61	612	61232	1135	Europe/Paris
6612696	Mantilly	mantilly	Mantii,Mantilly,mang di li,Мантии,Мантії,芒蒂利		FR	28	61	611	61248	537	Europe/Paris
6612697	Méhoudin	mehoudin			FR	28	61	611	61257	126	Europe/Paris
6612698	Ménil-Vin	menil-vin	Menij-Ven,Menil-Vin,Ménil-Vin,mei ni wan,Мений-Вен,Меній-Вен,梅尼万		FR	28	61	612	61273	53	Europe/Paris
6612699	Merri	merri			FR	28	61	612	61276	169	Europe/Paris
6612700	Mieuxcé	mieuxce	M'eksse,Meksse,Mieuxce,Mieuxcé,mi ye yu ke si sai,Мьекссе,Мєкссе,米耶于克斯塞		FR	28	61	611	61279	630	Europe/Paris
6612701	Montgaudry	montgaudry	Mongodri,Montgaudry,meng te ge de li,Монгодри,Монгодрі,蒙特戈德里		FR	28	61	613	61286	82	Europe/Paris
6612702	Saint-Christophe-de-Chaulieu	saint-christophe-de-chaulieu	Saint-Christophe-de-Chaulieu		FR	28	61	612	61374	95	Europe/Paris
6612705	Saint-Denis-sur-Sarthon	saint-denis-sur-sarthon	Saint-Denis-sur-Sarthon,Sen-Deni-sjur-Sarton,sa er tong he pan sheng de ni,Сен-Дени-сюр-Сартон,Сен-Дені-сюр-Сартон,سینٹ-ڈینس-سر-سرتھوں,萨尔通河畔圣德尼		FR	28	61	611	61382	1110	Europe/Paris
6612706	Saint-Fulgent-des-Ormes	saint-fulgent-des-ormes	Saint-Fulgent-des-Ormes,Sen-Fjul'zhan-dez-Orm,sheng fei er rang dai ao er mei,Сен-Фюльжан-дез-Орм,سینٹ-فلگنٹ-دس-ورمس,圣菲尔让代奥尔梅		FR	28	61	613	61388	165	Europe/Paris
6612707	Saint-Germain-du-Corbéis	saint-germain-du-corbeis	Sen-Zhermen-dju-Korbei,sheng ri er man di ke er bei yi,Сен-Жермен-дю-Корбеи,Сен-Жермен-дю-Корбеї,سینٹ-گرمین-دو-کوربایس,圣日尔曼迪科尔贝伊		FR	28	61	611	61397	3813	Europe/Paris
6612709	Saint-Julien-sur-Sarthe	saint-julien-sur-sarthe	Sen-Zhul'en-sjur-Sart,sa er te he pan sheng rui li an,Сен-Жульен-сюр-Сарт,Сен-Жульєн-сюр-Сарт,سینٹ-جلیں -سر-سرٹھے,萨尔特河畔圣瑞利安		FR	28	61	611	61412	682	Europe/Paris
6612710	Saint-Martin-des-Landes	saint-martin-des-landes	Saint-Martin-des-Landes		FR	28	61	611	61424	212	Europe/Paris
6612711	Saint-Patrice-du-Désert	saint-patrice-du-desert	Saint-Patrice-du-Desert,Saint-Patrice-du-Désert,Sen-Patris-dju-Dezer,sheng pa te li ke di dai sai er,Сен-Патрис-дю-Дезер,سینٹ-پترکے-دو-ڈیزرٹ,圣帕特里克迪代塞尔		FR	28	61	611	61442	200	Europe/Paris
6612713	Suré	sure	Sjure,Sure,Suré,xu lei,Сюре,叙雷		FR	28	61	613	61476	278	Europe/Paris
6612714	Vidai	vidai	Vidai		FR	28	61	611	61502	95	Europe/Paris
6612717	Saint-Gal-sur-Sioule	saint-gal-sur-sioule	Saint-Gal-sur-Sioule		FR	84	63	634	63344	137	Europe/Paris
6612718	Saint-Genès-du-Retz	saint-genes-du-retz	Saint-Genes-du-Retz,Saint-Genès-du-Retz,Sant Genest dau Retz,Sant Genèst dau Retz,Sen-Zhene-dju-Rec,sheng re nei di lei te,Сен-Жене-дю-Рец,سینٹ-گینس-دو-رٹز,圣热内迪雷特		FR	84	63	634	63347	492	Europe/Paris
6612719	Saint-Martin-d'Ollières	saint-martin-d-ollieres	Saint-Martin-d'Ollieres,Saint-Martin-d'Ollières		FR	84	63	633	63376	150	Europe/Paris
6612720	Bétracq	betracq	Betracq,Bétracq		FR	75	64	643	64118	52	Europe/Paris
6612721	Boucau	boucau	Bokale,Boucau		FR	75	64	641	64140	8200	Europe/Paris
6612722	Ger	ger	Ger,Gèr,Zher,re zhen,Жер,热镇		FR	75	64	643	64238	1888	Europe/Paris
6612723	Lembeye	lembeye	Lembeye		FR	75	64	643	64331	784	Europe/Paris
6612724	Lombia	lombia			FR	75	64	643	64346	208	Europe/Paris
6612725	Lourenties	lourenties	Lourenties		FR	75	64	643	64352	358	Europe/Paris
6612726	Moncla	moncla	Moncla		FR	75	64	643	64392	99	Europe/Paris
6612727	Montaner	montaner	Montaner		FR	75	64	643	64398	441	Europe/Paris
6612728	Ponson-Dessus	ponson-dessus	Ponson-Dessus		FR	75	64	643	64452	257	Europe/Paris
6612729	Pontacq	pontacq	Pontacq		FR	75	64	643	64453	2932	Europe/Paris
6612730	Sames	sames	Sam,Samas,Samatze,Sames,sa mei,Сам,Самес,萨梅		FR	75	64	641	64502	704	Europe/Paris
6612731	Saubole	saubole	Saubole		FR	75	64	643	64507	141	Europe/Paris
6612732	Sedze-Maubecq	sedze-maubecq	Sedze-Maubecq		FR	75	64	643	64515	270	Europe/Paris
6612733	Buzon	buzon	Buzon		FR	76	65	653	65114	80	Europe/Paris
6612734	Casterets	casterets	Casteres,Casterets,Casterés,Kasteret,Kasterets,Кастерет,Кастеретс		FR	76	65	653	65134	13	Europe/Paris
6612735	Générest	generest	Generest,Générest,Zhenere,Zhenerest,re nei lei si,Женере,Женерест,热内雷斯		FR	76	65	652	65194	100	Europe/Paris
6612736	Ilheu	ilheu	Ijjo,Ile,Ilheu,Ilhèu,yi yue,Іле,Ийё,伊约		FR	76	65	652	65229	39	Europe/Paris
6612737	Izaourt	izaourt	Isaort,Izaourt,Izaur,Izaurt,yi zuo er,Ізаур,Изаурт,伊佐尔		FR	76	65	652	65230	258	Europe/Paris
6612738	Loures-Barousse	loures-barousse	Loras,Loras de Varossa,Loures-Barousse,Lur-Barus,Lur-Baruss,lu lei ba lu si,Лур-Барус,Лур-Барусс,卢雷巴鲁斯		FR	76	65	652	65287	620	Europe/Paris
6612739	Monfaucon	monfaucon	Monfaucon,Monfokon,Montfaucon,meng fu kong,Монфокон,蒙福孔		FR	76	65	653	65314	214	Europe/Paris
6612740	Pouy	pouy	Pouy		FR	76	65	653	65368	44	Europe/Paris
6612741	Saléchan	salechan	Salechan,Saleshan,Saléchan,Seleishan,sa lai shang,Салешан,萨莱尚		FR	76	65	652	65398	265	Europe/Paris
6612742	Siradan	siradan			FR	76	65	652	65427	285	Europe/Paris
6612743	Tibiran-Jaunac	tibiran-jaunac	Tibiran e Jaunac,Tibiran-Jaunac,Tibiran-Zhonak,di bi lang ruo na ke,Тибиран-Жонак,Тібіран-Жонак,蒂比朗若纳克		FR	76	65	652	65444	311	Europe/Paris
6612744	Puyvalador	puyvalador	Puyvalador		FR	76	66	663	66154	76	Europe/Paris
6612745	Orschwiller	orschwiller			FR	44	67	675	67362	608	Europe/Paris
6612746	Siltzheim	siltzheim	Sil'cajm,Silze,Silzheim,Sílze,syltzhym,xi er te zan,zyltshaym,Сильцайм,Сільцайм,زیلتسهایم,سيلتزهيم,西尔特赞		FR	44	67	674	67468	647	Europe/Paris
6612747	Hindlingen	hindlingen	Ehndlingen,Endlingen,Hindlingen,an de lan rang,Ендлинген,Ендлінген,Эндлинген,安德兰让		FR	44	68	681	68137	641	Europe/Paris
6612748	Saint-Cosme	saint-cosme	Saint-Cosme		FR	44	68	681	68293	95	Europe/Paris
6612749	Joux	joux	Jor,Joux,Zhu,Жу		FR	84	69	692	69102	683	Europe/Paris
6612750	Juliénas	julienas	Julienas,Juliénas,Zhul'ena,juriena,Жульєна,ジュリエナ		FR	84	69	692	69103	915	Europe/Paris
6612751	Meys	meys			FR	84	69	691	69132	852	Europe/Paris
6612752	Ranchal	ranchal	Ranchal,Ranshal',Раншаль		FR	84	69	692	69164	317	Europe/Paris
6612753	Sainte-Colombe	sainte-colombe	Sainte-Colombe		FR	84	69	691	69189	1932	Europe/Paris
6612754	Saint-Cyr-sur-le-Rhône	saint-cyr-sur-le-rhone	Saint-Cyr-sur-le-Rhone,Saint-Cyr-sur-le-Rhône,Saint-Cyr-sur-le-Rodano,Saint-Cyr-sur-le-Ròdano,Sen-Sir-sjur-le-Ron,Сен-Сір-сюр-ле-Рон,سینٹ-کیر-سر-لے-رہونے		FR	84	69	691	69193	1324	Europe/Paris
6612755	Saint-Romain-en-Gal	saint-romain-en-gal	Saint-Romain-en-Gal		FR	84	69	691	69235	1844	Europe/Paris
6612756	Saint-Symphorien-sur-Coise	saint-symphorien-sur-coise	Saint-Symphorien-sur-Coise		FR	84	69	691	69238	3654	Europe/Paris
6612758	Jons	jons	Jons		FR	84	69	691	69280	1467	Europe/Paris
6612759	Colombier-Saugnieu	colombier-saugnieu	Colombier-Saugnieu,Kolombe-Son'e,Kolombje Sonije,Коломбє-Соньє,Коломбје Соњије		FR	84	69	691	69299	2602	Europe/Paris
6612761	Fahy-lès-Autrey	fahy-les-autrey	Fahy-les-Autrey,Fahy-lès-Autrey,Fai le Otre,Fai-lez-Otre,Фаи ле Отре,Фаи-лез-Отре,Фаї-лез-Отре,فاہی-لیس-وٹرے		FR	27	70	702	70225	112	Europe/Paris
6612762	Ouge	ouge	Ouge,Uzh,Уж		FR	27	70	702	70400	104	Europe/Paris
6612763	Vernois-sur-Mance	vernois-sur-mance	Vernois-sur-Mance,Vernua-sjur-Mans,wrnys swr mnk,Вернуа-сюр-Манс,ورنیس سور منک		FR	27	70	702	70548	149	Europe/Paris
6612764	Cheilly-lès-Maranges	cheilly-les-maranges			FR	27	71	712	71122	543	Europe/Paris
6612765	Cressy-sur-Somme	cressy-sur-somme	Cressy-sur-Somme		FR	27	71	713	71152	188	Europe/Paris
6612766	Cuzy	cuzy	Cuzy		FR	27	71	713	71166	120	Europe/Paris
6612767	Dezize-lès-Maranges	dezize-les-maranges	Dezize-les-Maranges,Dezize-lès-Maranges		FR	27	71	712	71174	174	Europe/Paris
6612768	Igornay	igornay	Igornay		FR	27	71	711	71237	547	Europe/Paris
6612769	Mâcon	macon	Macon,Mâcon		FR	27	71	715	71270	33427	Europe/Paris
6612770	Marly-sous-Issy	marly-sous-issy			FR	27	71	713	71280	89	Europe/Paris
6612771	Remigny	remigny	Remigny		FR	27	71	712	71369	435	Europe/Paris
6612772	Saint-Albain	saint-albain	Saint-Albain,Sent-Al'ben,Сент-Альбен,سینٹ-البین		FR	27	71	715	71383	502	Europe/Paris
6612773	Saint-Pierre-le-Vieux	saint-pierre-le-vieux	Saint-Pierre-le-Vieux		FR	27	71	715	71469	353	Europe/Paris
6612774	Sampigny-lès-Maranges	sampigny-les-maranges	Sampigny-les-Maranges,Sampigny-lès-Maranges		FR	27	71	712	71496	142	Europe/Paris
6612775	Senozan	senozan	Senozan,Сенозан		FR	27	71	715	71513	1121	Europe/Paris
6612776	Vitry-en-Charollais	vitry-en-charollais			FR	27	71	713	71588	1108	Europe/Paris
6612777	Fleurville	fleurville	Flervil',Fleurville,Флервиль,Флервіль		FR	27	71	715	71591	512	Europe/Paris
6612778	Pincé	pince	Pince,Pincé		FR	52	72	721	72236	195	Europe/Paris
6612779	Savigné-sous-le-Lude	savigne-sous-le-lude			FR	52	72	721	72330	430	Europe/Paris
6612780	Viré-en-Champagne	vire-en-champagne	Vire-en-Champagne,Viré-en-Champagne		FR	52	72	721	72379	202	Europe/Paris
6612781	Plancherine	plancherine	Plancherine,Planshrin,Планшрин		FR	84	73	731	73202	431	Europe/Paris
6612782	Dingy-en-Vuache	dingy-en-vuache			FR	84	74	743	74101	662	Europe/Paris
6612783	Praz-sur-Arly	praz-sur-arly	Praz-sur-Arly		FR	84	74	742	74215	1247	Europe/Paris
6612784	Saint-Félix	saint-felix	Saint-Felix,Saint-Félix,Sen-Feliks,Сен-Фелікс,سینٹ-فیلکس، ہوتے-سوائے		FR	84	74	741	74233	2400	Europe/Paris
6612785	Saint-Germain-sur-Rhône	saint-germain-sur-rhone	Saint-Germain-sur-Rhone,Saint-Germain-sur-Rhône		FR	84	74	743	74235	514	Europe/Paris
6612786	Valleiry	valleiry	Valleiry,Valleri,Валлері		FR	84	74	743	74288	4527	Europe/Paris
6612787	Vulbens	vulbens	Vulbens		FR	84	74	743	74314	1541	Europe/Paris
6612788	Dieppe	dieppe	D'ep,D'epp,Dgieppe,Diep,Dieppe,Dieppi,Djep,di ye pu,diepeu,dieppu,dyyb,dyyp,dyyp  snh mrytym,tiyap,Διέππη,Диеп,Дьеп,Дьепп,Дьєп,Дјеп,דייפ,دييب,دیئپ، سنه مریتیم,தியப்,ディエップ,迪耶普,디에프		FR	28	76	761	76217	29606	Europe/Paris
6612789	Freneuse	freneuse	Freneuse		FR	28	76	763	76282	912	Europe/Paris
6612790	Saint-Pierre-lès-Elbeuf	saint-pierre-les-elbeuf	Saint-Pierre-les-Elbeuf,Saint-Pierre-lès-Elbeuf,Sen-P'err-lez-El'bef,Sen-Perr-lez-El'bef,syn-pyry-lys-ylbyf,Сен-Пьерр-лез-Ельбеф,Сен-Пєрр-лез-Ельбеф,سین-پیری-لیس-یلبیف		FR	28	76	763	76640	8226	Europe/Paris
6612791	Sotteville-sous-le-Val	sotteville-sous-le-val	Sotteville-sous-le-Val,Sottvil'-su-le-Val',Соттвиль-су-ле-Валь,Соттвіль-су-ле-Валь		FR	28	76	763	76682	805	Europe/Paris
6612792	Combs-la-Ville	combs-la-ville	Combs-la-Ville		FR	11	77	772	77122	22212	Europe/Paris
6612793	Égreville	egreville	Egreville,Égreville		FR	11	77	774	77168	2151	Europe/Paris
6612794	Émerainville	emerainville	Emerainville,Emerenvil',Émerainville,Емеренвиль,Емеренвіль		FR	11	77	775	77169	7786	Europe/Paris
6612795	Fontaine-Fourches	fontaine-fourches	Fontaine-Fourches		FR	11	77	773	77187	601	Europe/Paris
6612796	Misy-sur-Yonne	misy-sur-yonne	Misy-sur-Yonne,Mizi-sjur-Ionn,Мизи-сюр-Ионн,Мізі-сюр-Іонн		FR	11	77	773	77293	977	Europe/Paris
6612797	Mitry-Mory	mitry-mory	Mitry-Mory		FR	11	77	771	77294	19911	Europe/Paris
6612798	Montenils	montenils			FR	11	77	773	77304	27	Europe/Paris
6612799	Tousson	tousson	Tousson,Tusson,Туссон		FR	11	77	774	77471	390	Europe/Paris
6612800	Villeparisis	villeparisis	Vil'parizi,Villeparisis,Vilparizi,bilpaliji,vu~irupariji,wywpryzy,Вилпаризи,Вильпаризи,Вільпаризі,ویوپریزی,ヴィルパリジ,빌파리지		FR	11	77	771	77514	26327	Europe/Paris
6612801	Villiers-sur-Seine	villiers-sur-seine	Villiers-sur-Seine		FR	11	77	773	77522	301	Europe/Paris
6612802	Châteaufort	chateaufort	Chateaufort,Châteaufort,Shatofor,Шатофор		FR	11	78	784	78143	1380	Europe/Paris
6612803	Chaufour-lès-Bonnières	chaufour-les-bonnieres	Chaufour-les-Bonnieres,Chaufour-lès-Bonnières		FR	11	78	781	78147	463	Europe/Paris
6612804	Cravent	cravent	Cravent		FR	11	78	781	78188	453	Europe/Paris
6612805	Dannemarie	dannemarie	Dannemarie,Dannmari,Denmari,Даннмари,Даннмарі,Денмари		FR	11	78	781	78194	199	Europe/Paris
6612806	Drocourt	drocourt	Drocourt,Drokur,Дрокур		FR	11	78	781	78202	555	Europe/Paris
6612807	Gressey	gressey	Gressey		FR	11	78	781	78285	545	Europe/Paris
6612808	Houdan	houdan	Houdan		FR	11	78	781	78310	3627	Europe/Paris
6612809	Houilles	houilles			FR	11	78	783	78311	31689	Europe/Paris
6612810	Jambville	jambville	Jambville		FR	11	78	781	78317	854	Europe/Paris
6612811	Magny-les-Hameaux	magny-les-hameaux	Magny-les-Hameaux		FR	11	78	782	78356	9258	Europe/Paris
6612812	Montalet-le-Bois	montalet-le-bois	Montalet-le-Bois		FR	11	78	781	78416	321	Europe/Paris
6612813	Oinville-sur-Montcient	oinville-sur-montcient	Oinville-sur-Montcient		FR	11	78	781	78460	1082	Europe/Paris
6612814	Messé	messe	Messe,Messé		FR	75	79	792	79177	190	Europe/Paris
6612815	Montalembert	montalembert	Mons Aramberti,Montalamber,Montalembert,Монталамбер		FR	75	79	792	79180	287	Europe/Paris
6612818	Saint-Pompain	saint-pompain	Saint-Pompain		FR	75	79	793	79290	942	Europe/Paris
6612819	Vanzay	vanzay	Vanzay		FR	75	79	792	79338	223	Europe/Paris
6612820	Vasles	vasles			FR	75	79	793	79339	1684	Europe/Paris
6612821	Villiers-sur-Chizé	villiers-sur-chize	Villiers-sur-Chize,Villiers-sur-Chizé		FR	75	79	792	79352	160	Europe/Paris
6612822	Buverchy	buverchy	Bivershi,Bjuvershi,Buverchy,Buvèrchy,bi wei er xi,Биверши,Бюверші,比韦尔希		FR	32	80	804	80158	46	Europe/Paris
6612823	Courcelles-sous-Thoix	courcelles-sous-thoix	Courcelles-sous-Thoix,Courchelle-dsous-Thoe,Courchelle-dsous-Thoé,Kursel su Toa,Kursel'-su-Tua,ku er sai lei su tu wa,Курсел су Тоа,Курсель-су-Туа,库尔塞勒苏图瓦		FR	32	80	802	80219	67	Europe/Paris
6612824	Ercheu	ercheu	Ercheu,Erchu,Ershe,ai er she,Èrchu,Ерше,埃尔舍		FR	32	80	803	80279	796	Europe/Paris
6612825	Folleville	folleville	Fol'vil',Folleville,Forville,fu lei wei er,Фольвіль,福勒维尔		FR	32	80	803	80321	147	Europe/Paris
6612826	Fransures	fransures	Franseu,Fransjur,Fransur,Fransures,fu lang xu er,Франсур,Франсюр,弗朗叙尔		FR	32	80	803	80349	134	Europe/Paris
6612827	Guizancourt	guizancourt	Guizancourt		FR	32	80	802	80402	122	Europe/Paris
6612828	Hallivillers	hallivillers	Hallivillers		FR	32	80	803	80407	153	Europe/Paris
6612829	Hervilly	hervilly	Hervilly		FR	32	80	804	80434	181	Europe/Paris
6612830	Hesbécourt	hesbecourt	Hesbecourt,Hesbécourt		FR	32	80	804	80435	56	Europe/Paris
6612831	Languevoisin-Quiquery	languevoisin-quiquery	Languevoisin-Quiquery		FR	32	80	804	80465	191	Europe/Paris
6612832	Lawarde-Mauger-l'Hortoy	lawarde-mauger-l-hortoy	Lawarde-Mauger-l'Hortoy		FR	32	80	803	80469	178	Europe/Paris
6612833	Mesnil-Saint-Georges	mesnil-saint-georges	Mesnil-Saint-Georges		FR	32	80	803	80541	185	Europe/Paris
6612834	Monsures	monsures	Monsures		FR	32	80	802	80558	227	Europe/Paris
6612835	Moyencourt	moyencourt	Moyencourt,Moyincourt,Muajankur,mu wa yang ku er,Муаянкур,穆瓦扬库尔		FR	32	80	804	80576	315	Europe/Paris
6612836	Nesle-l'Hôpital	nesle-l-hopital	Nesle-l'Hopital,Nesle-l'Hôpital		FR	32	80	802	80586	157	Europe/Paris
6612837	Quiry-le-Sec	quiry-le-sec	Quiry-le-Sec		FR	32	80	803	80657	326	Europe/Paris
6612838	Rogy	rogy	Rogy,Rougy,Rozhi,luo ji,Рожі,罗吉		FR	32	80	803	80675	128	Europe/Paris
6612839	Rollot	rollot	Reulou,Rollo,Rollot,luo luo,Ролло,罗洛		FR	32	80	803	80678	741	Europe/Paris
6612840	Rubescourt	rubescourt	Rjubeskur,Robecourt,Robécourt,Rubescourt,lu bo ku er,Рюбескур,吕伯库尔		FR	32	80	803	80687	134	Europe/Paris
6612841	Saint-Léger-sur-Bresle	saint-leger-sur-bresle	Saint-Leger-sur-Bresle,Saint-Lge-su-Brele,Saint-Lgé-su-Brèle,Saint-Léger-sur-Bresle,Sen-Lezhe-sjur-Brel',bu lei lei he pan sheng lai re,Сен-Леже-сюр-Брель,سینٹ-لگر-سر-برسلے,布雷勒河畔圣莱热		FR	32	80	802	80707	84	Europe/Paris
6612842	Senarpont	senarpont	Senarpont		FR	32	80	802	80732	664	Europe/Paris
6612843	Sentelie	sentelie	Sentelie		FR	32	80	802	80734	205	Europe/Paris
6612844	Tertry	tertry			FR	32	80	804	80750	165	Europe/Paris
6612845	Thoix	thoix			FR	32	80	802	80757	144	Europe/Paris
6612846	Ugny-l'Équipée	ugny-l-equipee	Ugny-l'Equipee,Ugny-l'Équipée		FR	32	80	804	80771	41	Europe/Paris
6612848	Garrevaques	garrevaques	Garrevaques		FR	76	81	812	81100	396	Europe/Paris
6612849	Lédas-et-Penthiès	ledas-et-penthies	Ledas-et-Penthies,Lédas-et-Penthiès		FR	76	81	811	81141	143	Europe/Paris
6612850	Miolles	miolles	Miolles		FR	76	81	811	81167	105	Europe/Paris
6612851	Montdurausse	montdurausse	Montdurausse		FR	76	81	811	81175	419	Europe/Paris
6612852	Palleville	palleville	Palleville		FR	76	81	812	81200	443	Europe/Paris
6612853	Poudis	poudis			FR	76	81	812	81210	259	Europe/Paris
6612854	Roquemaure	roquemaure	Roquemaure		FR	76	81	811	81228	442	Europe/Paris
6612856	Senaux	senaux	Senaux		FR	76	81	812	81282	33	Europe/Paris
6612857	Teulat	teulat	Teulat		FR	76	81	812	81298	494	Europe/Paris
6612858	Maumusson	maumusson	Maumusson		FR	76	82	821	82107	49	Europe/Paris
6612859	Saint-Cirice	saint-cirice	Saint-Cirice		FR	76	82	821	82158	159	Europe/Paris
6612860	Sainte-Juliette	sainte-juliette	Sainte-Juliette		FR	76	82	821	82164	137	Europe/Paris
6612861	Varen	varen	Varen		FR	76	82	822	82187	655	Europe/Paris
6612862	Toulon	toulon	Toulon		FR	93	83	832	83137	169634	Europe/Paris
6612863	Trigance	trigance	Trigance		FR	93	83	831	83142	182	Europe/Paris
6612864	Saint-Christol	saint-christol	Sant Cristou,Sant Cristòu,Sen-Kristol',sheng ke li si tuo,Сен-Кристоль,سینٹ-چرستول، ووکلسے,圣克里斯托		FR	93	84	843	84107	1347	Europe/Paris
6612865	Savoillan	savoillan	Savoillan		FR	93	84	843	84125	70	Europe/Paris
6612866	Rocheservière	rocheserviere	Rocheserviere,Rocheservière,Roshserver,luo she sai er wei ai,Рошсервєр,罗舍塞尔维埃		FR	52	85	852	85190	3299	Europe/Paris
6612867	Linazay	linazay	Linazay		FR	75	86	862	86134	223	Europe/Paris
6612868	Moncontour	moncontour	Moncontour,Monkontur,Monscontorius,meng kong tu,Монконтур,蒙孔图		FR	75	86	861	86161	979	Europe/Paris
6612869	Morton	morton			FR	75	86	861	86169	345	Europe/Paris
6612870	Pouançay	pouancay	Pouancay,Pouançay		FR	75	86	861	86196	235	Europe/Paris
6612871	Ranton	ranton	Ranton,lang tong,Рантон,朗通		FR	75	86	861	86205	189	Europe/Paris
6612872	Rempnat	rempnat	Rempnat		FR	75	87	872	87123	147	Europe/Paris
6612873	Sauviat-sur-Vige	sauviat-sur-vige	Sauviac,Sauviat-sur-Vige,Sov'ja-sjur-Vizh,Sovja-sjur-Vizh,wei re he pan suo wei a,Совья-сюр-Виж,Совя-сюр-Віж,维热河畔索维阿		FR	75	87	872	87190	910	Europe/Paris
6612874	Surdoux	surdoux	Surdoux		FR	75	87	872	87193	43	Europe/Paris
6612875	Chef-Haut	chef-haut	Chef-Haut,Shef O,Shef-O,she ao,Шеф О,Шеф-О,舍奥		FR	44	88	882	88100	46	Europe/Paris
6612876	Clérey-la-Côte	clerey-la-cote			FR	44	88	882	88107	32	Europe/Paris
6612877	Damas-aux-Bois	damas-aux-bois	Damas-aux-Bois,Damaz o Boa,Damaz-o-Bua,da ma ao bu wa,Дамаз о Боа,Дамаз-о-Буа,达马奥布瓦		FR	44	88	881	88121	268	Europe/Paris
6612878	Frenelle-la-Grande	frenelle-la-grande	Frenelle-la-Grande		FR	44	88	882	88185	109	Europe/Paris
6612879	Frenelle-la-Petite	frenelle-la-petite	Frenel'-la-Petit,Frenelle-la-Petite,xiao fu lei nei lei,Френель-ла-Петит,Френель-ла-Петіт,小弗雷内勒		FR	44	88	882	88186	44	Europe/Paris
6612880	Grignoncourt	grignoncourt			FR	44	88	882	88220	37	Europe/Paris
6612881	Haillainville	haillainville	Aenvil',Ajenvil,Haillainville,ai lan wei er,Аенвиль,Аєнвіль,Ајенвил,艾兰维尔		FR	44	88	881	88228	168	Europe/Paris
6612882	Harmonville	harmonville			FR	44	88	882	88232	235	Europe/Paris
6612883	Juvaincourt	juvaincourt	Juvaincourt,Zhuvenkur,rui wan ku er,Жувенкур,瑞万库尔		FR	44	88	882	88257	186	Europe/Paris
6612884	Lironcourt	lironcourt	Lironcourt		FR	44	88	882	88272	73	Europe/Paris
6612885	Marainville-sur-Madon	marainville-sur-madon			FR	44	88	881	88286	93	Europe/Paris
6612886	Martinvelle	martinvelle	Martinvelle		FR	44	88	882	88291	120	Europe/Paris
6612887	Maxey-sur-Meuse	maxey-sur-meuse	Maxey-sur-Meuse		FR	44	88	882	88293	232	Europe/Paris
6612888	Oëlleville	oelleville			FR	44	88	882	88334	302	Europe/Paris
6612889	Pleuvezain	pleuvezain	Pleuvezain		FR	44	88	882	88350	77	Europe/Paris
6612890	Pont-sur-Madon	pont-sur-madon	Pont-sur-Madon		FR	44	88	881	88354	174	Europe/Paris
6612891	Punerot	punerot	Punerot		FR	44	88	882	88363	158	Europe/Paris
6612892	Saint-Prancher	saint-prancher	Saint-Prancher		FR	44	88	882	88433	82	Europe/Paris
6612893	Socourt	socourt	Socourt,Sokur,suo ku er,Сокур,索库尔		FR	44	88	881	88458	271	Europe/Paris
6612894	Soncourt	soncourt	Soncourt		FR	44	88	882	88459	44	Europe/Paris
6612895	Totainville	totainville	Totainville,Totenvil',tuo tan wei er,Тотенвиль,Тотенвіль,托坦维尔		FR	44	88	882	88476	124	Europe/Paris
6612896	Vicherey	vicherey	Vicherey		FR	44	88	882	88504	187	Europe/Paris
6612897	Chéroy	cheroy	Sheroa,Sherua,xie lu wa,Шероа,Шеруа,谢鲁瓦		FR	27	89	893	89100	1651	Europe/Paris
6612898	Coulanges-sur-Yonne	coulanges-sur-yonne	Coulanges-sur-Yonne,Kulanzh-sjur-Ionn,yue ne he pan ku lang re,Куланж-сюр-Іонн,Куланж-сюр-Ионн,约讷河畔库朗热		FR	27	89	891	89119	571	Europe/Paris
6612899	Domats	domats	Doma,Domats,Дома		FR	27	89	893	89144	831	Europe/Paris
6612900	Domecy-sur-Cure	domecy-sur-cure	Domecy-sur-Cure,Domsi sir Kir,Domsi-sjur-Kjur,qu er he pan duo mei xi,Домси сир Кир,Домси-сюр-Кюр,Домсі-сюр-Кюр,屈尔河畔多梅西		FR	27	89	892	89145	391	Europe/Paris
6612901	Festigny	festigny	Festigny		FR	27	89	891	89164	86	Europe/Paris
6612902	Flacy	flacy	Flacy,Flasi,fu la xi,Фласи,Фласі,弗拉西		FR	27	89	893	89165	114	Europe/Paris
6612903	Fournaudin	fournaudin	Fournaudin,Furnoden,fu er nuo dan,Фурноден,富尔诺丹		FR	27	89	893	89181	120	Europe/Paris
6612904	Gigny	gigny	Gigny,Zhin'i,Zhini,ji ni,Жиньи,Жиньї,Жињи,吉尼		FR	27	89	892	89187	100	Europe/Paris
6612905	Jouy	jouy	Jouy,Zhui,ru yi,Жуи,Жуї,茹伊		FR	27	89	893	89209	530	Europe/Paris
6612906	Jully	jully	Jully,Zhulli,rui li,Жулли,Жуллі,瑞利		FR	27	89	892	89210	155	Europe/Paris
6612908	Sennevoy-le-Bas	sennevoy-le-bas	Sennevoy-le-Bas,Sennvua-le-Ba,xia sai nei wa,Сеннвуа-ле-Ба,下塞内瓦		FR	27	89	892	89385	90	Europe/Paris
6612909	Sennevoy-le-Haut	sennevoy-le-haut	Sennvua-le-O,shang sai nei wa,Сеннвуа-ле-О,上塞内瓦		FR	27	89	892	89386	117	Europe/Paris
6612910	Chatignonville	chatignonville	Chatignonville		FR	11	91	911	91145	61	Europe/Paris
6612911	Corbreuse	corbreuse	Corbreuse		FR	11	91	911	91175	1750	Europe/Paris
6612912	Crosne	crosne	Crosne,Kron,ke luo en,Крон,克罗恩		FR	11	91	912	91191	9110	Europe/Paris
6612913	Dannemois	dannemois	Dannemois		FR	11	91	912	91195	824	Europe/Paris
6612914	Nainville-les-Roches	nainville-les-roches			FR	11	91	912	91441	454	Europe/Paris
6612915	Pussay	pussay	Pussay		FR	11	91	911	91511	2250	Europe/Paris
6612916	Soisy-sur-École	soisy-sur-ecole	Soisy-sur-Ecole,Soisy-sur-École		FR	11	91	912	91599	1268	Europe/Paris
6612917	Bray-et-Lû	bray-et-lu	Braj et Lu,Bray-et-Lu,Bray-et-Lû,Bre-e-Lju,Bre-eh-Lju,bu lai he lu,Брај ет Лу,Бре-е-Лю,Бре-э-Лю,布赖和吕		FR	11	95	953	95101	954	Europe/Paris
6612918	Chérence	cherence	Cherence,Chérence		FR	11	95	953	95157	150	Europe/Paris
6612919	Condécourt	condecourt	Condecourt,Condécourt		FR	11	95	953	95170	566	Europe/Paris
6612920	Cormeilles-en-Parisis	cormeilles-en-parisis	Cormeilles-en-Parisis		FR	11	95	951	95176	23924	Europe/Paris
6612921	Éragny	eragny	Ehran'i,Eragny,Eragny-sur-Oise,Eran'i,Erani,Heriniacus,ai la ni,Éragny-sur-Oise,Ераньи,Ераньї,Ерањи,Эраньи,埃拉尼		FR	11	95	953	95218	16980	Europe/Paris
6612922	Garges-lès-Gonesse	garges-les-gonesse	Garges-les-Gonesse,Garges-lès-Gonesse		FR	11	95	952	95268	42598	Europe/Paris
6612923	Haute-Isle	haute-isle	Haute-Isle		FR	11	95	953	95301	279	Europe/Paris
6612924	Herblay-sur-Seine	herblay-sur-seine			FR	11	95	951	95306	29066	Europe/Paris
6612925	Jouy-le-Moutier	jouy-le-moutier	Jouy-le-Moutier		FR	11	95	953	95323	16044	Europe/Paris
6612926	Menucourt	menucourt	Menucourt		FR	11	95	953	95388	5607	Europe/Paris
6612927	Montigny-lès-Cormeilles	montigny-les-cormeilles	Montigny-les-Cormeilles,Montigny-lès-Cormeilles		FR	11	95	951	95424	20927	Europe/Paris
6612928	Montmagny	montmagny	Montmagny		FR	11	95	952	95427	13602	Europe/Paris
6612929	Montreuil-sur-Epte	montreuil-sur-epte	Montreuil-sur-Epte		FR	11	95	953	95429	422	Europe/Paris
6612930	Neuville-sur-Oise	neuville-sur-oise	Neuville-sur-Oise		FR	11	95	953	95450	2051	Europe/Paris
6612931	Saint-Clair-sur-Epte	saint-clair-sur-epte	Saint-Clair-sur-Epte		FR	11	95	953	95541	986	Europe/Paris
6612932	Vétheuil	vetheuil			FR	11	95	953	95651	843	Europe/Paris
6612933	Aubencheul-aux-Bois	aubencheul-aux-bois	Aubencheul-aux-Bois		FR	32	02	023	02030	277	Europe/Paris
6612934	Vallées en Champagne	vallees-en-champagne	Bol'n-an-Bri,Boln an Bri,Vallees en Champagne,Vallées en Champagne,bo ne ang bu li,Болн ан Бри,Больн-ан-Бри,Больн-ан-Брі,Բոլն ան Բրի,博讷昂布里		FR	32	02	021	02053	566	Europe/Paris
6612935	Avrilly	avrilly	Avrii,Avriji,Avrilly,a fu li li,Аврии,Аврийи,Аврији,Аврії,阿夫里利		FR	84	03	033	03014	134	Europe/Paris
6612936	Chassenard	chassenard	Chassenard,Shasnar,Shassnar,sha se na er,Шаснар,Шасснар,沙瑟纳尔		FR	84	03	032	03063	969	Europe/Paris
6612937	Bellaffaire	bellaffaire	Bellaffaire		FR	93	04	044	04026	148	Europe/Paris
6612938	Castellet-lès-Sausses	castellet-les-sausses	Castellet-les-Sausses,Castellet-lès-Sausses		FR	93	04	042	04042	134	Europe/Paris
6612939	Claret	claret	Claret,Klare,ke la lei,Кларе,克拉雷		FR	93	04	044	04058	268	Europe/Paris
6612940	Curbans	curbans	Curbans		FR	93	04	044	04066	576	Europe/Paris
6612941	Gigors	gigors	Gigors		FR	93	04	044	04093	59	Europe/Paris
6612942	Éourres	eourres	Eourres,Éourres		FR	93	05	052	05047	132	Europe/Paris
6612943	Collongues	collongues	Collongues		FR	93	06	061	06045	87	Europe/Paris
6612944	Arras-sur-Rhône	arras-sur-rhone	Arras-sur-Rhone,Arras-sur-Rhône		FR	84	07	073	07015	508	Europe/Paris
6612945	Baix	baix	Bais,Baix,Be,bai zhen,Бе,拜镇		FR	84	07	072	07022	1090	Europe/Paris
6612946	Bourg-Saint-Andéol	bourg-saint-andeol	Bourg-Saint-Andeol,Bourg-Saint-Andéol		FR	84	07	072	07042	7158	Europe/Paris
6612947	Charmes-sur-Rhône	charmes-sur-rhone	Charmes,Charmes sur Rhone,Charmes sur Rhône,Charmes-sur-Rhone,Charmes-sur-Rhône,Sharm sir Ron,Sharm-sjur-Ron,luo ne he pan sha er mei,Шарм сир Рон,Шарм-сюр-Рон,罗讷河畔沙尔梅		FR	84	07	073	07055	2905	Europe/Paris
6612948	Charnas	charnas	Charnas,Sharna,sha er na,Шарна,沙尔纳		FR	84	07	073	07056	920	Europe/Paris
6612949	Châteaubourg	chateaubourg	Chateaubourg,Châteaubourg		FR	84	07	073	07059	238	Europe/Paris
6613002	Bélesta-en-Lauragais	belesta-en-lauragais			FR	76	31	313	31060	110	Europe/Paris
6612950	Cruas	cruas	Cruas,Crudatium,Cruàs,Krija,Krjua,ke lu a,Крија,Крюа,克吕阿		FR	84	07	072	07076	2992	Europe/Paris
6612951	Glun	glun	Glen,Glin,Gljon,Glun,ge lan,Глен,Глин,Глён,格兰		FR	84	07	073	07097	697	Europe/Paris
6612952	Bouconville	bouconville	Bouconville,Bukonvil,Bukonvil',bu kong wei er,Буконвил,Буконвиль,Буконвіль,布孔维尔		FR	44	08	084	08074	52	Europe/Paris
6612953	Betchat	betchat	Betchat		FR	76	09	093	09054	321	Europe/Paris
6612954	Camon	camon	Camon		FR	76	09	092	09074	141	Europe/Paris
6612955	Cazals-des-Baylès	cazals-des-bayles			FR	76	09	092	09089	55	Europe/Paris
6612956	Arrembécourt	arrembecourt	Arambekur,Arrambekur,Arrembecourt,Arrembécourt,a er lang bei ku er,Арамбекур,Аррамбекур,阿尔朗贝库尔		FR	44	10	101	10010	51	Europe/Paris
6612957	Bailly-le-Franc	bailly-le-franc	Bailly-le-Franc		FR	44	10	101	10026	39	Europe/Paris
6612958	Balignicourt	balignicourt			FR	44	10	101	10027	62	Europe/Paris
6612959	Boulages	boulages	Bulazh,bu la re,Булаж,布拉热		FR	44	10	102	10052	225	Europe/Paris
6612960	Citou	citou	Citou,Sitor,Situ,xi tu,Ситу,Сіту,西图		FR	76	11	111	11092	90	Europe/Paris
6612961	Bor-et-Bar	bor-et-bar	Bor et Bar,Bor-e-Bar,Bor-eh-Bar,Bor-et-Bar,Vors e Bar,Vòrs e Bar,bo he ba,Бор ет Бар,Бор-е-Бар,Бор-э-Бар,博和巴		FR	76	12	123	12029	191	Europe/Paris
6612962	Cros-de-Ronesque	cros-de-ronesque	Cros de Ronesca,Cros de Ronesque,Cros-de-Ronesque,Cròs de Ronesca,Kro de Ronek,Kro-de-Ronesk,ke luo de luo nei si qu ai,Кро де Ронек,Кро-де-Ронеск,克罗德罗内斯屈埃		FR	84	15	151	15058	142	Europe/Paris
6612963	Jou-sous-Monjou	jou-sous-monjou	Jou jos Monjou,Jòu jos Monjòu,Zhu-su-Monzhu,ru su meng ru,Жу-су-Монжу,茹苏蒙茹		FR	84	15	151	15081	106	Europe/Paris
6612964	Bazac	bazac	Bazac		FR	75	16	161	16034	148	Europe/Paris
6612965	Brigueuil	brigueuil	Brigueuil		FR	75	16	163	16064	1086	Europe/Paris
6612966	Chantillac	chantillac	Chantillac		FR	75	16	162	16079	330	Europe/Paris
6612967	Boresse-et-Martron	boresse-et-martron	Bores e Martron,Bores et Martron,Bores-eh-Martron,Boress-e-Martron,Boresse-et-Martron,bo lei si he ma er te long,Борес ет Мартрон,Борес-э-Мартрон,Боресс-е-Мартрон,Բորես է Մարտրոն,博雷斯和马尔特龙		FR	75	17	171	17054	215	Europe/Paris
6612968	Bran	bran			FR	75	17	171	17061	126	Europe/Paris
6612969	Burie	burie	Burie		FR	75	17	174	17072	1272	Europe/Paris
6612970	Bannay	bannay	Bane,Bannay,Banne,ba nai,Бане,Банне,巴奈		FR	24	18	181	18020	931	Europe/Paris
6612971	Beffes	beffes	Bef,Beff,Beffes,Беф,Бефф		FR	24	18	181	18025	653	Europe/Paris
6612972	Couargues	couargues	Couargues,Kuarg,ku a er gai,Куарг,库阿尔盖		FR	24	18	181	18074	205	Europe/Paris
6612973	Bort-les-Orgues	bort-les-orgues	Bort-les-Orgues		FR	75	19	193	19028	2699	Europe/Paris
6612974	Estivals	estivals	Ehstival',Estival,Estival',Estivals,Etival,ai si di wa er,Естиваль,Естіваль,Етивал,Эстиваль,埃斯蒂瓦尔		FR	75	19	191	19077	126	Europe/Paris
6612975	Billey	billey	Bie,Bije,bi lai,byly,Бие,Бийе,Бије,Біє,بیلی,比莱		FR	27	21	212	21074	257	Europe/Paris
6612976	Caulnes	caulnes	Caulnes,Cauna,Kaon,Kol'n,Koln,Kon,ke er nei,Колн,Кольн,Кон,科尔内		FR	53	22	221	22032	2474	Europe/Paris
6612977	Caurel	caurel	Korel',Корель		FR	53	22	224	22033	362	Europe/Paris
6612978	Guenroc	guenroc	Guenroc		FR	53	22	221	22069	219	Europe/Paris
6612979	Guitté	guitte	Gitte,Guitte,Guitté,Gwitei,ji tai,Гитте,Гітте,吉泰		FR	53	22	221	22071	702	Europe/Paris
6612980	Hémonstoir	hemonstoir	Ehmontuar,Emonstuar,Hemonstoir,Henvoustoer,Hémonstoir,ai meng si tu wa,Емонстуар,Эмонтуар,埃蒙斯图瓦		FR	53	22	224	22075	717	Europe/Paris
6612981	Illifaut	illifaut	Illifaut		FR	53	22	224	22083	700	Europe/Paris
6612982	Chambonchard	chambonchard	Chambonchard,Chambonchàrd,Shambonshar,shang bang sha er,Шамбоншар,尚邦沙尔		FR	75	23	231	23046	82	Europe/Paris
6612983	Arc-et-Senans	arc-et-senans	Arc-et-Senans		FR	27	25	251	25021	1630	Europe/Paris
6612984	Blarians	blarians			FR	27	25	251	25065	59	Europe/Paris
6612985	Bonnal	bonnal	Bonal,Bonnal,Bonnal',bo na,Бонал,Бонналь,博纳		FR	27	25	251	25072	34	Europe/Paris
6612986	Bonnay	bonnay	Bone,Bonne,bo nai,Боне,Бонне,博奈		FR	27	25	251	25073	841	Europe/Paris
6612987	Bournois	bournois	Bournois,Burnoa,Burnua,bu er nu wa,Бурноа,Бурнуа,布尔努瓦		FR	27	25	252	25083	191	Europe/Paris
6612988	Bouchet	bouchet	Boschet,Bushe,bu xie,Буше,布谢		FR	84	26	262	26054	1499	Europe/Paris
6612989	Chamaret	chamaret	Chamarac,Chamaret,Shamare,sha ma lei,Шамаре,沙马雷		FR	84	26	262	26070	561	Europe/Paris
6612990	Asnières	asnieres	An'er,Anijer,Asnieres,Asnières,a si ni ai,Анијер,Аньер,Аньєр,阿斯尼埃		FR	28	27	272	27021	309	Europe/Paris
6612991	Bailleul-la-Vallée	bailleul-la-vallee	Bael'-la-Valle,Bajel la Vale,bai lei la wa lai ai,Баель-ла-Валле,Баєль-ла-Валле,Бајел ла Вале,拜勒拉瓦莱埃		FR	28	27	272	27035	120	Europe/Paris
6612992	Bérou-la-Mulotière	berou-la-mulotiere	Berou-la-Mulotiere,Beru la Milotjer,Beru-la-Mjulot'er,Bérou-la-Mulotière,bei lu la mi luo di ai,Беру ла Милотјер,Беру-ла-Мюлотьєр,贝鲁拉米洛蒂埃		FR	24	28	283	28037	338	Europe/Paris
6612994	Aujac	aujac	Aujac,Ozhak,ao ya ke,Ожак,奥雅克		FR	76	30	301	30022	179	Europe/Paris
6612995	Beaucaire	beaucaire	Beaucaire,Bellcaire,Beucaire,Boker,Bèucaire,Castrum Bellicadri,bo kai er,bokeru,Бокер,ボーケール,博凯尔		FR	76	30	302	30032	15882	Europe/Paris
6612996	Chusclan	chusclan	Chusclan,Shiklan,Shuklan,xu si ke lang,Шиклан,Шуклан,许斯克朗		FR	76	30	302	30081	981	Europe/Paris
6612997	Codolet	codolet	Codolet,Kodole,ke duo lai,kodore,Кодоле,コドレ,科多莱		FR	76	30	302	30084	681	Europe/Paris
6612998	Comps	comps	Combs,Combs de Sent Esteve,Combs de Sent Estève,Comps,Kom,Kon,kong pu,Ком,Кон,孔普		FR	76	30	302	30089	1756	Europe/Paris
6612999	Azas	azas	Asas,Asàs,Aza,Azas,a zha,Аза,Азас,阿扎		FR	76	31	313	31038	652	Europe/Paris
6613000	Beaupuy	beaupuy	Belpueg,Bopij,Bopjui,Bèlpuèg,bo pi yi,Бопиј,Бопюи,Бопюї,博皮伊		FR	76	31	313	31053	1337	Europe/Paris
6613001	Beauteville	beauteville	Beauteville		FR	76	31	313	31054	171	Europe/Paris
6613003	Boissède	boissede	Boissede,Boissède		FR	76	31	312	31072	71	Europe/Paris
6613004	Buzet-sur-Tarn	buzet-sur-tarn	Buzet-sur-Tarn		FR	76	31	313	31094	2716	Europe/Paris
6613005	Cabanac-Séguenville	cabanac-seguenville	Cabanac-Seguenville,Cabanac-Séguenville		FR	76	31	313	31096	163	Europe/Paris
6613006	Avensac	avensac	Avansak,Avencac,Avensac,Avençac,Avonsek,a wang sa ke,Авансак,Авонсек,阿旺萨克		FR	76	32	322	32021	78	Europe/Paris
6613008	Boisseron	boisseron	Boisseron		FR	76	34	343	34033	1946	Europe/Paris
6613009	Claret	claret	Claret,Klare,ke la lei,Кларе,克拉雷		FR	76	34	342	34078	1509	Europe/Paris
6613010	Lignac	lignac			FR	24	36	361	36094	463	Europe/Paris
6613011	Candes-Saint-Martin	candes-saint-martin	Kand Sen Marten,Kand-Sen-Marten,kando=san=marutan,kang dai sheng ma er tan,Канд Сен Мартен,Канд-Сен-Мартен,カンド＝サン＝マルタン,康代圣马尔坦		FR	24	37	371	37042	212	Europe/Paris
6613012	Brangues	brangues	Brang,Brangues,bu lang gai,Бранг,布朗盖		FR	84	38	382	38055	621	Europe/Paris
6613013	Chanas	chanas	Chanas,Shana,Shanas,sha na,shana,Шана,Шанас,シャナ,沙纳		FR	84	38	383	38072	2581	Europe/Paris
6613014	Champagne-sur-Loue	champagne-sur-loue	Champagne-sur-Loue		FR	27	39	391	39095	125	Europe/Paris
6613015	Bourdalat	bourdalat	Bordalat,Bourdalat,Burdala,Burdalat,bu er da la,Бурдала,Бурдалат,布尔达拉		FR	75	40	402	40052	249	Europe/Paris
6613016	Bonneveau	bonneveau	Bonnvo,Bonvo,bo na wo,Бонво,Боннво,博纳沃		FR	24	41	412	41020	473	Europe/Paris
6613017	Châtres-sur-Cher	chatres-sur-cher	Chatres-sur-Cher,Châtres-sur-Cher		FR	24	41	413	41044	1097	Europe/Paris
6613018	Gièvres	gievres	Gievres,Gièvres		FR	24	41	413	41097	2476	Europe/Paris
6613019	Belmont-de-la-Loire	belmont-de-la-loire	Bel'mon-de-la-Luar,Belmon de la Loar,bei er meng de la-lu wa er,Белмон де ла Лоар,Бельмон-де-ла-Луар,贝尔蒙德拉-卢瓦尔		FR	84	42	422	42015	1522	Europe/Paris
6613020	Burdignes	burdignes	Birdin,Bjurdin',Burdinha,bi er di gai,Бирдињ,Бюрдінь,比尔迪盖		FR	84	42	423	42028	360	Europe/Paris
6613021	Combre	combre	Combre		FR	84	42	422	42068	440	Europe/Paris
6613022	Chassignolles	chassignolles	Chacinhola,Chacinhòla,Shasinol,Shassin'ol',sha xi ni ao lai,Шасињол,Шассиньоль,Шассіньоль,沙西尼奥莱		FR	84	43	431	43064	64	Europe/Paris
6613023	Chastel	chastel	Chastel		FR	84	43	431	43065	132	Europe/Paris
6613024	Clisson	clisson	Clisson		FR	52	44	442	44043	7035	Europe/Paris
6613025	Gétigné	getigne	Getigne,Gétigné		FR	52	44	442	44063	3621	Europe/Paris
6613026	Boisseaux	boisseaux	Boisseaux		FR	24	45	453	45037	495	Europe/Paris
6613027	Beauregard	beauregard	Beauregard,Belregard,Boregar,Borgar,Bèlregard,Боргар,Борегар		FR	76	46	461	46020	233	Europe/Paris
6613028	Belfort-du-Quercy	belfort-du-quercy	Belfort-du-Quercy		FR	76	46	461	46023	511	Europe/Paris
6613029	Belmont-Sainte-Foi	belmont-sainte-foi	Belmont-Sainte-Foi		FR	76	46	461	46026	101	Europe/Paris
6613030	Cadrieu	cadrieu	Cadrieu		FR	76	46	462	46041	163	Europe/Paris
6613031	Astaffort	astaffort	Astaffor,Astaffort,Astafor,Astafort,Astafòrt,a si ta fu er,Астафор,Астаффор,阿斯塔福尔		FR	75	47	471	47015	2057	Europe/Paris
6613032	Baleyssagues	baleyssagues	Balaicagas,Balaiçagas,Balejssag,Balesag,ba lai sa gai,Балейссаг,Балесаг,巴莱萨盖		FR	75	47	472	47020	174	Europe/Paris
6613033	Boussès	bousses	Bousses,Boussès		FR	75	47	474	47039	38	Europe/Paris
6613034	Courbiac	courbiac	Courbiac		FR	75	47	473	47072	119	Europe/Paris
6613035	Dausse	dausse	Daussa,Dausse,Dos,Doss,duo si,Дос,Досс,多斯		FR	75	47	473	47079	506	Europe/Paris
6613036	Esclottes	esclottes	Esclotas,Esclottes,Esclòtas,Esklott,ai si ke luo tai,Есклотт,埃斯克洛泰		FR	75	47	472	47089	154	Europe/Paris
6613037	Gabriac	gabriac			FR	76	48	481	48067	99	Europe/Paris
6613038	Langogne	langogne	Langogne		FR	76	48	482	48080	2886	Europe/Paris
6613039	Molezon	molezon	Molezon		FR	76	48	481	48098	93	Europe/Paris
6613040	Beuvrigny	beuvrigny	Beuvrigny		FR	28	50	504	50050	138	Europe/Paris
6613041	Beurville	beurville	Beurville		FR	44	52	523	52047	104	Europe/Paris
6613042	Beaulieu-sur-Oudon	beaulieu-sur-oudon			FR	52	53	532	53026	504	Europe/Paris
6613043	Bourgon	bourgon	Bourgon		FR	52	53	532	53040	648	Europe/Paris
6613044	Brains-sur-les-Marches	brains-sur-les-marches	Brains-sur-les-Marches,Bren sir le Marsh,Bren-sjur-le-Marsh,buran=shuru=re=marushu,lai si-ma er xie he pan bu lan,Брен сир ле Марш,Брен-сюр-ле-Марш,ブラン＝シュル＝レ＝マルシュ,莱斯-马尔谢河畔布兰		FR	52	53	531	53041	265	Europe/Paris
6613045	Cuillé	cuille	Cuille,Cuillé,Kije,Kjuie,Kjuje,qu yi lai,Кије,Кюйе,Кюїє,屈伊莱		FR	52	53	531	53088	890	Europe/Paris
6613046	Amenoncourt	amenoncourt	Amanonkur,Amenoncourt,Amenonkur,Amnonkur,a mang weng ku er,amnankwrt,Аманонкур,Аменонкур,Амнонкур,امنانکورت,阿芒翁库尔		FR	44	54	542	54013	80	Europe/Paris
6613047	Autrepierre	autrepierre	Autrepierre,Otrep'er,Otrep'err,Otreperr,Otrepjer,ao te lei pi ye er,Отрепьер,Отрепьерр,Отрепєрр,Отрепјер,奥特雷皮耶尔		FR	44	54	542	54030	81	Europe/Paris
6613049	Béchamps	bechamps	Bechamps,Béchamps		FR	44	54	541	54058	86	Europe/Paris
6613050	Bertrambois	bertrambois	Bertrambois		FR	44	54	542	54064	317	Europe/Paris
6613051	Baulny	baulny	Baulny		FR	44	55	553	55033	15	Europe/Paris
6613052	Brauvilliers	brauvilliers	Brauvilliers		FR	44	55	551	55075	166	Europe/Paris
6613053	Berné	berne	Berne,Berné		FR	53	56	562	56014	1518	Europe/Paris
6613054	Camoël	camoel	Camoel,Camoël,Kamoe,Kamoel,Kamoel',kang ao e,Камое,Камоель,康奥厄		FR	53	56	563	56030	1002	Europe/Paris
6613055	Concoret	concoret	Concoret,Konkore,Konkored,kong ke lei,Конкоре,孔科雷		FR	53	56	562	56043	729	Europe/Paris
6613056	Cournon	cournon	Cournon,Kornon,Kurnon,ku er nong,Курнон,库尔农		FR	53	56	563	56044	767	Europe/Paris
6613057	Férel	ferel	Ferel,Ferel',Férel,fei lei,Ферель,费雷		FR	53	56	563	56058	3179	Europe/Paris
6613058	Gâvres	gavres			FR	53	56	561	56062	673	Europe/Paris
6613059	Guiscriff	guiscriff	Guiscriff		FR	53	56	562	56081	2127	Europe/Paris
6613060	Attilloncourt	attilloncourt	Attilloncourt		FR	44	57	575	57036	106	Europe/Paris
6613061	Aumetz	aumetz	Aumetz,Omec,ao mei te,Омец,奥梅特		FR	44	57	577	57041	2311	Europe/Paris
6613062	Bioncourt	bioncourt	B'onkur,Bioncourt,Bionkur,Bjonkur,bi weng ku er,bywnkwr,Бионкур,Бйонкур,Бьонкур,بیونکور,比翁库尔		FR	44	57	575	57084	316	Europe/Paris
6613063	Boulange	boulange	Boulange		FR	44	57	577	57096	2495	Europe/Paris
6613064	Arleux	arleux	Arle,Arleux,Arljo,Арле,Арлё		FR	32	59	593	59015	3130	Europe/Paris
6613065	Appilly	appilly	Apiji,Appii,Appilly,a pi li,Апији,Аппії,阿皮利		FR	32	60	603	60021	537	Europe/Paris
6613066	Bitry	bitry	Bitri,Bitry,bi te li,Битри,Бітрі,比特里		FR	32	60	603	60072	319	Europe/Paris
6613068	Carrouges	carrouges	Carrouges,Karruzh,Karuzh,Карруж,Каруж		FR	28	61	611	61074	671	Europe/Paris
6613069	Brassac-les-Mines	brassac-les-mines	Brassac-les-Mines		FR	84	63	633	63050	3306	Europe/Paris
6613070	Charbonnier-les-Mines	charbonnier-les-mines	Charbonier,Charbonnier-les-Mines,Sharbon'e-le-Min,Sharbonije le Men,sha er bo nie lai mi nei,Шарбоније ле Мен,Шарбонье-ле-Мин,Шарбоньє-ле-Мін,沙尔博涅莱米内		FR	84	63	633	63091	896	Europe/Paris
6613071	Aydie	aydie	Aydie		FR	75	64	643	64084	138	Europe/Paris
6613073	Ansost	ansost	Ansost,Ansòst,Onsost,ang suo si,ansosuto,Ансост,Онсост,アンソスト,昂索斯		FR	76	65	653	65013	56	Europe/Paris
6613074	Arné	arne	Arne,Arné		FR	76	65	652	65028	215	Europe/Paris
6613075	Aventignan	aventignan	Avantin'jan,Avantinan,Aventignan,Aventinhan,a wang di ni ang,Авантиньян,Авантињан,Авантіньян,阿旺蒂尼昂		FR	76	65	652	65051	203	Europe/Paris
6613076	Barbachen	barbachen			FR	76	65	653	65061	54	Europe/Paris
6613077	Bertren	bertren	Bertran,bei er te lang,Бертран,贝尔特朗		FR	76	65	652	65087	174	Europe/Paris
6613078	Estavar	estavar	Estavar,ai si ta wa,Еставар,埃斯塔瓦		FR	76	66	663	66072	464	Europe/Paris
6613079	Dehlingen	dehlingen	Dehlingen		FR	44	67	674	67088	361	Europe/Paris
6613080	Bellemagny	bellemagny	Bel'man'i,Belmani,bei lai ma ni,Белмањи,Бельманьи,Бельманьї,贝莱马尼		FR	44	68	681	68024	188	Europe/Paris
6613081	Bretten	bretten	Bretan,Bretten,bu lei tang,Бретан,Бреттен,布雷唐		FR	44	68	681	68052	178	Europe/Paris
6613082	Chavannes-sur-l'Étang	chavannes-sur-l-etang	Chavannes-sur-l'Etang,Chavannes-sur-l'Étang		FR	44	68	681	68065	690	Europe/Paris
6613083	Chambost-Longessaigne	chambost-longessaigne	Chambost-Longessaigne		FR	84	69	691	69038	939	Europe/Paris
6613084	Chénas	chenas	Chenas,Chénas,Shena,shena,shna  fransh,Шена,شنا، فرانسه,シェナ		FR	84	69	692	69053	551	Europe/Paris
6613085	Condrieu	condrieu	Condrieu		FR	84	69	691	69064	3877	Europe/Paris
6613086	Argillières	argillieres	Argillieres,Argillières,Arzhijer,Аржийер,Аржијер,Аржійєр		FR	27	70	702	70027	76	Europe/Paris
6613087	Attricourt	attricourt	Atrikur,Attricourt,Attrikur,Атрикур,Аттрикур		FR	27	70	702	70032	43	Europe/Paris
6613088	Barges	barges	Barzh,Барж		FR	27	70	702	70049	90	Europe/Paris
6613089	Blondefontaine	blondefontaine	Blondefontaine,Blondfonten,Блондфонтен		FR	27	70	702	70074	282	Europe/Paris
6613090	Barnay	barnay	Barnay		FR	27	71	711	71020	108	Europe/Paris
6613091	Bourg-le-Comte	bourg-le-comte	Bourg-le-Comte		FR	27	71	713	71048	184	Europe/Paris
6613092	Céron	ceron	Ceron,Céron		FR	27	71	713	71071	265	Europe/Paris
6613093	Chagny	chagny	Shan'i,Shani,Шаньи,Шаньї,Шањи		FR	27	71	712	71073	5605	Europe/Paris
6613094	Change	change	Change,Shanzh,Шанж		FR	27	71	712	71085	221	Europe/Paris
6613095	Bloye	bloye	Bloye		FR	84	74	741	74035	617	Europe/Paris
6613096	Chainaz-les-Frasses	chainaz-les-frasses	Chena-les-Frasses,Chènâ-les-Frasses,Shena-le-Frass,Shenaz le Fras,Шена-ле-Фрасс,Шеназ ле Фрас		FR	84	74	741	74054	700	Europe/Paris
6613097	Chevrier	chevrier	Chevrier		FR	84	74	743	74074	517	Europe/Paris
6613098	Barbey	barbey	Barbe,Барбе		FR	11	77	773	77021	146	Europe/Paris
6613099	Blennes	blennes	Blennes		FR	11	77	773	77035	560	Europe/Paris
6613100	Buthiers	buthiers	Bitje,Bjut'e,Buthiers,Битје,Бютье,Бютьє		FR	11	77	774	77060	735	Europe/Paris
6613101	Boissets	boissets	Boissets		FR	11	78	781	78076	258	Europe/Paris
6613103	Beauchamps	beauchamps	Belluscampus,Beuchin,Bosham,Boshan,bo shang,Бошам,Бошан,博尚		FR	32	80	801	80063	999	Europe/Paris
6613104	Belleuse	belleuse	Beleu,Belez,Belleuse,Bellez,Béleu,bei lei si,Белез,Беллез,贝勒斯		FR	32	80	802	80079	359	Europe/Paris
6613105	Belloy-Saint-Léonard	belloy-saint-leonard	Belloy-Saint-Leonard,Belloy-Saint-Leyonard,Belloy-Saint-Lèyonârd,Belloy-Saint-Léonard,Bellua-Sen-Leonar,Beloa Sen Leonar,bei lu wa sheng lai ao na er,Беллуа-Сен-Леонар,Белоа Сен Леонар,贝卢瓦圣莱奥纳尔		FR	32	80	802	80081	93	Europe/Paris
6613106	Barre	barre	Bar,Barr,Barre,ba er,Бар,Барр,巴尔		FR	76	81	812	81023	206	Europe/Paris
6613107	Curvalle	curvalle	Curvalle		FR	76	81	811	81077	395	Europe/Paris
6613108	Escroux	escroux	Escroux		FR	76	81	812	81085	50	Europe/Paris
6613109	Belvèze	belveze	Belveze,Belvèze		FR	76	82	821	82016	205	Europe/Paris
6613110	Cumont	cumont	Cumont		FR	76	82	821	82047	53	Europe/Paris
6613111	Féneyrols	feneyrols	Feneyrols,Féneyrols		FR	76	82	822	82061	150	Europe/Paris
6613112	Gariès	garies			FR	76	82	821	82064	115	Europe/Paris
6613113	Lamothe-Cumont	lamothe-cumont	Lamothe-Cumont		FR	76	82	821	82091	118	Europe/Paris
6613114	Callian	callian	Calian,Callian,Callianum,Kal'jan,Kalijan,ka li ang,Калијан,Кальян,卡利昂		FR	93	83	831	83029	3165	Europe/Paris
6613115	Montauroux	montauroux	Montauron,Montauros,Montauroux,Montaurós,Montoru,meng tuo lu,Монтору,蒙托鲁		FR	93	83	831	83081	6346	Europe/Paris
6613116	Faucon	faucon	Faucon,Fokon,fu kong,Фокон,福孔		FR	93	84	843	84045	432	Europe/Paris
6613117	Mérindol	merindol	Merindol,Mérindol		FR	93	84	841	84074	2058	Europe/Paris
6613118	Puyméras	puymeras			FR	93	84	843	84094	605	Europe/Paris
6613285	Sorbey	sorbey	Sorbe,suo er bei,Сорбе,索尔贝		FR	44	57	579	57656	367	Europe/Paris
6613119	Dournazac	dournazac	Dornasac,Dournazac,Durnazak,du er na zha ke,Дурназак,杜尔纳扎克		FR	75	87	873	87060	650	Europe/Paris
6613120	Autreville	autreville	Autreville,Otrevil',Otrvil,ao te lei wei er,Отрвил,Отревиль,Отревіль,奥特勒维尔		FR	44	88	882	88020	181	Europe/Paris
6613121	Boulaincourt	boulaincourt	Boulaincourt		FR	44	88	882	88066	71	Europe/Paris
6613122	Celles-sur-Plaine	celles-sur-plaine	Celles-sur-Plaine,Sel sir Plen,Sel'-sjur-Plen,pu lai ne he pan sai lai,Сел сир Плен,Сель-сюр-Плен,普莱讷河畔塞莱		FR	44	88	883	88082	847	Europe/Paris
6613123	Châtillon-sur-Saône	chatillon-sur-saone	Chatillon-sur-Saone,Châtillon-sur-Saône		FR	44	88	882	88096	141	Europe/Paris
6613124	Bagneaux	bagneaux	Bagneaux		FR	27	89	893	89027	211	Europe/Paris
6613125	Buc	buc	Bik,Bjuk,Buc,bi ke,Бик,Бюк,比克		FR	27	90	901	90020	287	Europe/Paris
6613126	Essert	essert	Eser,Esser,Essert,ai sai er,Есер,Ессер,埃塞尔		FR	27	90	901	90039	3287	Europe/Paris
6613127	Fêche-l'Église	feche-l-eglise	Feche-l'Eglise,Fêche-l'Église		FR	27	90	901	90045	780	Europe/Paris
6613128	Leval	leval	Leval,Leval',lai wa,Леваль,莱瓦		FR	27	90	901	90066	245	Europe/Paris
6613129	Montbouton	montbouton	Monbuton,Montbouton,meng te bu tong,Монбутон,蒙特布通		FR	27	90	901	90070	406	Europe/Paris
6613130	Rougemont-le-Château	rougemont-le-chateau	Rougemont-le-Chateau,Rougemont-le-Château,Ruzhmon-le-Shato,lu re meng bao,Ружмон-ле-Шато,鲁热蒙堡		FR	27	90	901	90089	1474	Europe/Paris
6613131	Urcerey	urcerey	Jursere,Urcerey,yu er sai lei,Юрсере,于尔塞雷		FR	27	90	901	90098	222	Europe/Paris
6613132	Authon-la-Plaine	authon-la-plaine	Authon-la-Plaine		FR	11	91	911	91035	375	Europe/Paris
6613133	Châtenay-Malabry	chatenay-malabry			FR	11	92	921	92019	33016	Europe/Paris
6613134	Marnes-la-Coquette	marnes-la-coquette	Marnes-la-Coquette		FR	11	92	923	92047	1815	Europe/Paris
6613135	Vanves	vanves	Vanves		FR	11	92	923	92075	27846	Europe/Paris
6613136	Vaucresson	vaucresson	Vaucresson		FR	11	92	922	92076	8628	Europe/Paris
6613137	Montreuil	montreuil	Montr'oj,Montrej,Montreuil,Montrjoj,meng te lei yi,mongteuloeyu,montoruiyu,mwntrwy,mwntrwy sn-sn-dny,mwntrwy  sn-sn-dny,mwntrywl,Монтрей,Монтреј,Монтрьой,Монтрёй,مونتروي,مونتروی سن-سن-دنی,مونتروی، سن-سن-دنی,مونتریول,მონტრეი-სუ-ბუა,モントルイユ,蒙特勒伊,몽트뢰유		FR	11	93	931	93048	108402	Europe/Paris
6613138	Neuilly-sur-Marne	neuilly-sur-marne	Neuilly-sur-Marne		FR	11	93	932	93050	34685	Europe/Paris
6613139	Fresnes	fresnes	Fren,frn,frzn  wl dw mrn,fu lei si na,furen'nu,peulen,Френ,فرزن، ول دو مرن,فرن,フレンヌ,弗雷斯纳,프렌		FR	11	94	943	94034	27416	Europe/Paris
6613140	Gentilly	gentilly	Gentilly,Zhantii,jantii,rang di yi,Жантии,Жантії,ジャンティイ,让蒂伊		FR	11	94	943	94037	17442	Europe/Paris
6613141	Saint-Mandé	saint-mande	Saint-Mande,Saint-Mandé		FR	11	94	942	94067	22731	Europe/Paris
6613142	Vincennes	vincennes	Vincennes		FR	11	94	942	94080	49853	Europe/Paris
6613143	Amenucourt	amenucourt	Amenucourt		FR	11	95	953	95012	213	Europe/Paris
6613144	Boisemont	boisemont	Boisemont		FR	11	95	953	95074	752	Europe/Paris
6613145	Bonneuil-en-France	bonneuil-en-france	Bonneuil-en-France		FR	11	95	952	95088	1035	Europe/Paris
6613146	Altillac	altillac	Altillac		FR	75	19	191	19007	867	Europe/Paris
6613147	Accolans	accolans	Accolans,Akkolan,Akolan,a ke lang,akwlans,Акколан,Аколан,اکولانس,阿科朗		FR	27	25	252	25005	99	Europe/Paris
6613148	Aizier	aizier	Aizier,Ez'e,Ezje,ai qi ye,ayzyr,Езье,Езьє,Езје,ایزیر,艾齐耶		FR	28	27	272	27006	136	Europe/Paris
6613149	Anet	anet	Ane,Anet,a nei,Ане,阿内		FR	24	28	283	28007	2712	Europe/Paris
6613150	Aiguèze	aigueze	Aigueze,Aiguèze		FR	76	30	302	30005	214	Europe/Paris
6613151	Ardizas	ardizas	Ardizas		FR	76	32	322	32007	210	Europe/Paris
6613152	Agel	agel	Agel,Agèl,Azhel,Azhel',a re,ayjl,Ажел,Ажель,ایجل,阿热		FR	76	34	341	34004	227	Europe/Paris
6613153	Aigne	aigne	Aigne,Anha,En,En',ai ni,aygn,Ень,Ењ,ایگن,艾尼		FR	76	34	341	34006	270	Europe/Paris
6613154	Aigurande	aigurande	Aigurande		FR	24	36	363	36001	1435	Europe/Paris
6613155	Ancenis-Saint-Géréon	ancenis-saint-gereon	Ancenis-Saint-Gereon,Ancenis-Saint-Géréon		FR	52	44	445	44003	10595	Europe/Paris
6613156	Agnac	agnac	Agnac,An'jak,Anak,Anhac,a ni ya ke,agnak,Аньяк,Ањак,اگناک,阿尼亚克		FR	75	47	472	47003	424	Europe/Paris
6613157	Aillianville	aillianville			FR	44	52	521	52003	172	Europe/Paris
6613158	Aboncourt-sur-Seille	aboncourt-sur-seille			FR	44	57	575	57002	72	Europe/Paris
6613159	Abancourt	abancourt	Abancourt,Abankur,Abbonis Cortis,a bang ku er,abankwrt  awys,Абанкур,آبانکورت، اویس,阿邦库尔		FR	32	60	601	60001	648	Europe/Paris
6613160	Anzat-le-Luguet	anzat-le-luguet	Anzat-le-Luguet		FR	84	63	633	63006	181	Europe/Paris
6613161	Apchat	apchat	Apchac,Apchat,Apsha,a pu sha,Апша,阿普沙		FR	84	63	633	63007	166	Europe/Paris
6613162	Affoux	affoux	Affoux,Affu,Afu,Афу,Аффу		FR	84	69	692	69001	358	Europe/Paris
6613163	Aigueperse	aigueperse	Aigueperse,Egoueperse,Egper,Egpers,aygwprs  rhan,Égouepèrse,Егпер,Егперс,ایگوپرس، رهان		FR	84	69	692	69002	251	Europe/Paris
6613164	Aiguines	aiguines			FR	93	83	833	83002	274	Europe/Paris
6613165	Auxelles-Haut	auxelles-haut	Auxelles-Haut		FR	27	90	901	90006	293	Europe/Paris
6613166	Bagnolet	bagnolet	Bagnolet		FR	11	93	931	93006	35864	Europe/Paris
6613167	Ablon-sur-Seine	ablon-sur-seine	Ablon-sur-Seine		FR	11	94	943	94001	5785	Europe/Paris
6613168	Arcueil	arcueil	Arcueil		FR	11	94	943	94003	21567	Europe/Paris
6613169	Beaucourt	beaucourt	Beaucourt		FR	27	90	901	90009	5048	Europe/Paris
6613171	Allamont	allamont	Alamon,Allamon,Allamont,a la meng,alamant,Аламон,Алламон,الامانت,阿拉蒙		FR	44	54	541	54009	158	Europe/Paris
6613172	Ajoncourt	ajoncourt	Ajoncourt,Azhonkur,a rong ku er,azhwnkwr,Ажонкур,آژونکور,阿容库尔		FR	44	57	575	57009	102	Europe/Paris
6613173	Colonzelle	colonzelle	Colonzela,Colonzelle,Colonzèla,Kolonzel,Kolonzel',ke long ze er,Колонзел,Колонзель,科隆泽尔		FR	84	26	262	26099	552	Europe/Paris
6613174	Caignac	caignac	Caignac,Canhac,Ken'jak,Kenak,kai ni ya ke,Кеньяк,Кењак,凯尼亚克		FR	76	31	313	31099	321	Europe/Paris
6613175	Ferrières-les-Verreries	ferrieres-les-verreries	Ferrieiras de las Veirieiras,Ferrier-le-Verreri,Ferrieres-les-Verreries,Ferrièiras de las Veirièiras,Ferrières-les-Verreries,fu er li ai lai wei er lei li ye,Ферриер-ле-Веррери,Феррієр-ле-Веррері,弗尔里埃莱韦尔雷里耶		FR	76	34	342	34099	52	Europe/Paris
6613177	La Ferté-Milon	la-ferte-milon	La Ferte-Milon,La Ferté-Milon		FR	32	02	024	02307	2100	Europe/Paris
6613178	La Vallée-Mulâtre	la-vallee-mulatre	La Vallee-Mulatre,La Vallée-Mulâtre,La-Valle-Mjulatr,la wa lai-mi la te er,Ла-Валле-Мюлатр,拉瓦莱-米拉特尔		FR	32	02	025	02760	154	Europe/Paris
6613179	Le Veurdre	le-veurdre	Le Veurdre,Le-Verdr,Le-Vjordr,Veurdre,lei fu er de er,Ле-Вердр,Ле-Вёрдр,勒弗尔德尔		FR	84	03	032	03309	454	Europe/Paris
6613180	Les Omergues	les-omergues	Les Omergues		FR	93	04	044	04140	131	Europe/Paris
6613181	La Turbie	la-turbie	La Turbia,La Turbie,La Túrbia,La-Tjurbi,Trophaea Augusti,Turbia,la di er bi ye,Ла-Тюрбі,ラ・テュルビー,拉蒂尔比耶		FR	93	06	062	06150	3105	Europe/Paris
6613182	Le Pouzin	le-pouzin	Le Pouzin		FR	84	07	072	07181	2861	Europe/Paris
6613183	La Voulte-sur-Rhône	la-voulte-sur-rhone	La Voulte-sur-Rhone,La Voulte-sur-Rhône		FR	84	07	072	07349	5093	Europe/Paris
6613184	Le Thour	le-thour	Le-Tur,Ле-Тур		FR	44	08	082	08451	418	Europe/Paris
6613185	Les Isles-Bardel	les-isles-bardel	Les Isles-Bardel		FR	28	14	142	14343	66	Europe/Paris
6613186	Le Molay-Littry	le-molay-littry	Le Molay-Littry		FR	28	14	141	14370	3021	Europe/Paris
6613187	Le Mesnil-Villement	le-mesnil-villement	Le Mesnil-Villement,Le-Menij-Vil'man,Le-Menil'-Vil'man,lei mei si ni wei lai mang,Ле-Мений-Вильман,Ле-Мениль-Вильман,Ле-Меній-Вільман,勒梅斯尼维莱芒		FR	28	14	142	14427	301	Europe/Paris
6613189	La Clotte	la-clotte	La Clotte		FR	75	17	171	17113	704	Europe/Paris
6613190	Le Seure	le-seure	Le Seure		FR	75	17	174	17426	252	Europe/Paris
6613191	La Feuillade	la-feuillade	La Feuillade,La Fuelhada,La-Fejad,la fu yi la de,la fywylady,Ла-Феяд,لا فیویلادی,拉弗伊拉德		FR	75	24	244	24179	735	Europe/Paris
6613192	Le Fleix	le-fleix	Le Fleix		FR	75	24	241	24182	1491	Europe/Paris
6613193	Le Moutherot	le-moutherot	Le Moutherot		FR	27	25	251	25414	129	Europe/Paris
6613194	La Chapelle-Hareng	la-chapelle-hareng	La Chapelle-Hareng		FR	28	27	272	27149	94	Europe/Paris
6613195	Le Planquay	le-planquay	Le Planquay		FR	28	27	272	27462	156	Europe/Paris
6613197	Le Faget	le-faget	Le Faget		FR	76	31	313	31179	346	Europe/Paris
6613198	La Livinière	la-liviniere	La Liviniera,La Livinièra,La-Livin'er,la li wei ni ai,la lywynyry,Ла-Ливиньер,Ла-Лівіньєр,لا لیوینیری,拉利维尼埃		FR	76	34	341	34141	544	Europe/Paris
6613199	La Ville-ès-Nonais	la-ville-es-nonais	Kerlean,La-Vil'-e-None,Villa Monialum,Ville-es-Nonais,Ville-ès-Nonais,la wei er ai nuo nai,la wyl-ys-nwnays,Ла-Виль-е-Ноне,Ла-Віль-е-Ноне,لا ویل-یس-نونایس,拉维尔埃诺奈		FR	53	35	354	35358	1184	Europe/Paris
6613200	Les Hermites	les-hermites	Les Hermites		FR	24	37	373	37116	572	Europe/Paris
6613201	Le Moutaret	le-moutaret	Le Moutaret		FR	84	38	381	38268	260	Europe/Paris
6613202	La Chapelle-sur-Furieuse	la-chapelle-sur-furieuse	Chapelle-sur-Furieuse,La Chapelle-sur-Furieuse,La-Shapel'-sjur-Fjurez,Shapel sir Firjez,fei li ye yu si he pan la sha pei lei,la shapyl-swr-fwryywsy,Ла-Шапель-сюр-Фюрєз,Шапел сир Фирјез,لا شاپیل-سور-فورییوسی,菲里耶于斯河畔拉沙佩勒		FR	27	39	391	39103	318	Europe/Paris
6613203	Les Loges-Marchis	les-loges-marchis	Le-Lozh-Marshi,Les Loges-Marchis,Loges-Marchis,lai si luo re ma er xi,Ле-Лож-Марши,Ле-Лож-Марші,莱斯洛热马尔希		FR	28	50	501	50274	1005	Europe/Paris
6613204	La Gravelle	la-gravelle	La Gravelle,La-Gravel',la ge la wei er,la grawyly,Ла-Гравель,لا گراویلی,拉格拉韦尔		FR	52	53	532	53108	532	Europe/Paris
6613205	La Rouaudière	la-rouaudiere	La Rouaudiere,La Rouaudière		FR	52	53	531	53192	333	Europe/Paris
6613206	Les Roises	les-roises			FR	44	55	552	55436	30	Europe/Paris
6613207	La Trinité-Porhoët	la-trinite-porhoet	An Drinded-Porchoed,La Trinite-Porhoet,La Trinité-Porhoët,La-Trinite-Poroe,Trinitas Porhoeto,Trinitas Porhoëto,Trinite-Porhoet,Trinité-Porhoët,la te li ni tai bo luo e,Ла-Трините-Порое,Ла-Триніте-Порое,لا ترینیتے-پورہویٹ,拉特里尼泰波罗厄		FR	53	56	562	56257	681	Europe/Paris
6613208	La Flamengrie	la-flamengrie	La-Flamangri,la fu la mang ge li,Ла-Фламангри,Ла-Фламангрі,拉夫拉芒格里		FR	32	59	591	59232	410	Europe/Paris
6613209	La Ferrière-Bochard	la-ferriere-bochard	La Ferriere-Bochard,La Ferrière-Bochard,La-Ferr'er-Boshar,La-Ferrer-Boshar,la fu er li ai bo sha er,Ла-Феррьер-Бошар,Ла-Феррєр-Бошар,لا فیریری-بوچارڈ,拉弗尔里埃博沙尔		FR	28	61	611	61165	740	Europe/Paris
6613210	La Vancelle	la-vancelle	La Vancelle		FR	44	67	675	67505	403	Europe/Paris
6613211	La Montagne	la-montagne	La Montagne,La-Montan',Ла-Монтань,لا مونٹاگنی، ہوٹی-ساونی		FR	27	70	701	70352	38	Europe/Paris
6613212	La Quarte	la-quarte	La Quarte,La-Kart,Ла-Карт,لا کوارٹی		FR	27	70	702	70430	64	Europe/Paris
6613213	La Rosière	la-rosiere	La Rosiere,La Rosière,La-Roz'er,Ла-Розьер,Ла-Розьєр,لا روسیری، ہوٹی-ساونی		FR	27	70	701	70453	80	Europe/Paris
6613234	Jussy	jussy	Jussy,Zhussi,rui xi,Жусси,Жуссі,瑞西		FR	27	89	891	89212	394	Europe/Paris
6613235	Châtaincourt	chataincourt	Chataincourt,Châtaincourt,Shatenkur,sha tan ku er,Шатенкур,沙坦库尔		FR	24	28	283	28087	240	Europe/Paris
6613236	Hodenc-l'Évêque	hodenc-l-eveque	Hodenc-l'Eveque,Hodenc-l'Évêque		FR	32	60	601	60316	250	Europe/Paris
6613237	Saint-Sulpice	saint-sulpice	Saint-Sulpice		FR	32	60	601	60598	1008	Europe/Paris
6613238	Laître-sous-Amance	laitre-sous-amance	Laitr-su-Amans,Laitre-sous-Amance,Laître-sous-Amance,Letr-suz-Amans,lai te er su a mang ke,Лаитр-су-Аманс,Лаїтр-су-Аманс,Летр-суз-Аманс,لائٹری-سوس-امانس,莱特尔苏阿芒克		FR	44	54	543	54289	412	Europe/Paris
6613286	Reims-la-Brûlée	reims-la-brulee	Reims-la-Brulee,Reims-la-Brûlée		FR	44	51	514	51455	232	Europe/Paris
6613239	Aigues-Vives	aigues-vives	Aigas Vivas,Aigasvivas,Eg-Viv,Egu-Viv,Ehg-Viv,ai ge wei wo,aygws-wywz  hralt,Ег-Вив,Ег-Вів,Егу-Вив,Эг-Вив,ایگوس-ویوز، هرالت,艾格维沃		FR	76	34	341	34007	468	Europe/Paris
6613240	Senantes	senantes	Senant,se nan tai,Сенант,瑟南泰		FR	24	28	283	28372	586	Europe/Paris
6613241	Sainte-Gemme	sainte-gemme	Sainte-Gemme,Sent-Zhem,Sent-Zhemm,sheng rang,Сент-Жем,Сент-Жемм,سین-گامے، اندرے,圣让		FR	24	36	361	36193	265	Europe/Paris
6613242	Sougé	souge	Souge,Sougé,Suze,Suzhe,su re,Суже,Սուժե,苏热		FR	24	36	362	36218	143	Europe/Paris
6613243	Breconchaux	breconchaux	Breconchaux,Brekonsho,bu lei kong shao,Бреконшо,布雷孔绍		FR	27	25	251	25088	96	Europe/Paris
6613244	Avrainville	avrainville	Avrainville		FR	44	88	881	88024	109	Europe/Paris
6613245	Ubexy	ubexy	Jubeksi,Ubexy,abyksy,yu bo ke xi,ywbksy,Юбекси,Юбексі,ابیکسی,یوبکسی,于伯克西		FR	44	88	881	88480	180	Europe/Paris
6613246	Brecé	brece	Brece,Brecé,Brese,bu lei sai,Бресе,布雷塞		FR	52	53	533	53042	814	Europe/Paris
6613247	Chappes	chappes	Chapas,Chappes,Shap,Shapp,sha pei,Шап,Шапп,沙佩		FR	84	63	634	63089	1667	Europe/Paris
6613248	Belmont-lès-Darney	belmont-les-darney	Bel'mon-le-Darne,Belmon le Darne,Belmont-les-Darney,Belmont-lès-Darney,bei er meng lai da er nei,Белмон ле Дарне,Бельмон-ле-Дарне,贝尔蒙莱达尔内		FR	44	88	882	88049	111	Europe/Paris
6613249	Bars	bars	Bar,Barc,Bars,Barç,ba er,Бар,Барс,巴尔		FR	76	32	323	32030	142	Europe/Paris
6613250	Idrac-Respaillès	idrac-respailles	Idrac-Respailles,Idrac-Respaillès		FR	76	32	323	32156	214	Europe/Paris
6613251	Saint-Martin	saint-martin	Sen-Marten,Sent Martin,Sent Martin de Miranda,sheng ma dan,Сен-Мартен,سینٹ-مارٹن، گرس,圣马丹		FR	76	32	323	32389	454	Europe/Paris
6613252	Villers-lès-Mangiennes	villers-les-mangiennes	Villers-les-Mangiennes,Villers-lès-Mangiennes		FR	44	55	553	55563	81	Europe/Paris
6613253	Allainville	allainville	Alenvil,Allainville,Allenvil',a lan wei er,alanwyl  aywr-at-lwar,Аленвил,Алленвіль,الانویل، ایور-ات-لوار,阿兰维尔		FR	24	28	283	28003	137	Europe/Paris
6613254	Cherisy	cherisy	Cherisy,Chérisy,Sherizi,Шеризи,Шеризі		FR	24	28	283	28098	1870	Europe/Paris
6613255	Belloy	belloy			FR	32	60	603	60061	94	Europe/Paris
6613256	Brétigny	bretigny	Bretin'i,Bretini,bu lei di ni,Бретиньи,Бретињи,Бретіньї,布雷蒂尼		FR	28	27	272	27113	139	Europe/Paris
6613257	Franqueville	franqueville	Frankvil,Frankvil',fu lang qu ai wei er,Франквил,Франквиль,Франквіль,弗朗屈埃维尔		FR	28	27	272	27266	335	Europe/Paris
6613258	Bully	bully	Bili,Bjulli,Bully,bi li,Били,Бюллі,比利		FR	84	42	422	42027	411	Europe/Paris
6613259	Cremeaux	cremeaux	Cremeaux,Crémeaux,Kremo,ke lei mo,Кремо,克雷莫		FR	84	42	422	42076	908	Europe/Paris
6613260	Antichan-de-Frontignes	antichan-de-frontignes	Antishan de Frontin,Antishan de Frontinha,Antishan de Frontinhan,Antishan-de-Frontin',ang di shang de fu long di gai,Антишан де Фронтињ,Антишан-де-Фронтинь,Антішан-де-Фронтінь,昂蒂尚德弗龙蒂盖		FR	76	31	312	31009	130	Europe/Paris
6613261	Génos	genos			FR	76	31	312	31217	74	Europe/Paris
6613262	Malvezie	malvezie	Malvezie		FR	76	31	312	31313	119	Europe/Paris
6613263	Porte-des-Bonnevaux	porte-des-bonnevaux	Porte-des-Bonnevaux		FR	84	38	383	38479	2011	Europe/Paris
6613264	Saint-Nicolas-des-Bois	saint-nicolas-des-bois	Saint-Nicolas-des-Bois,Sen-Nikola-de-Bua,sheng ni ke la dai bu wa,Сен-Никола-де-Буа,Сен-Нікола-де-Буа,سینٹ-نکولس-دس-بوس، اڑنے,圣尼科拉代布瓦		FR	28	61	611	61433	287	Europe/Paris
6613265	Aumont	aumont	Aumont		FR	32	80	802	80041	141	Europe/Paris
6613266	Rouhe	rouhe	Rouhe		FR	27	25	251	25507	82	Europe/Paris
6613267	Berlancourt	berlancourt	Berlancourt		FR	32	60	603	60062	337	Europe/Paris
6613268	Lussac	lussac	Ljussak,lu sa ke,ryusakku,Люссак,リュサック,吕萨克		FR	75	33	335	33261	1269	Europe/Paris
6613269	Puisseguin	puisseguin	Pei Seguin,Pjuissegin,Poi-seguin,Puisseguin,Pèi Seguin,bwysghan,pi si gan,Пюиссегин,Пюїссегін,بويسغان,皮斯甘		FR	75	33	335	33342	873	Europe/Paris
6613270	Andelot-en-Montagne	andelot-en-montagne	Andelo-an-Montan',Andelot an Montan,Andelot-en-Montagne,andlat-an-mwntyn,meng ta ni de qu ang dai luo,Андело-ан-Монтань,Анделот ан Монтањ,اندلات-ان-مونتین,蒙塔尼地区昂代洛		FR	27	39	392	39009	528	Europe/Paris
6613271	Saint-Symphorien	saint-symphorien	Saint-Symphorien,Sen-Semforjan,Sen-Simfor'en,sheng xi mu fu li an,Сен-Семфорян,Сен-Симфорьен,圣西姆福里安		FR	24	18	182	18236	134	Europe/Paris
6613272	Saint-Gilles	saint-gilles	Saint-Gilles,Sen-Zhil',Sent Gilh,sheng ji lai,Сен-Жиль,سینٹ-گلیس، اندرے,圣吉莱		FR	24	36	361	36196	109	Europe/Paris
6613273	Fremifontaine	fremifontaine	Fremifontaine,Fremifonten,fu lei mi feng tai na,Фремифонтен,Фреміфонтен,弗雷米丰泰纳		FR	44	88	883	88184	483	Europe/Paris
6613274	Èvres	evres			FR	44	55	551	55185	109	Europe/Paris
6613276	Saint-Léon	saint-leon	Saint-Leon,Saint-Léon,Sen-Leon,Sent Leon,sheng lai weng,Сен-Леон,سینٹ-لوں ، گروندے,圣莱翁		FR	75	33	332	33431	341	Europe/Paris
6613277	Armous-et-Cau	armous-et-cau	Armons e lo Cau,Armus-eh-Ko,Armuz e Ko,Armuz-e-Ko,a er mu he ke,Армуз е Ко,Армуз-е-Ко,Армус-э-Ко,阿尔穆和科		FR	76	32	323	32009	86	Europe/Paris
6613278	Juillac	juillac	Juillac		FR	76	32	323	32164	124	Europe/Paris
6613279	Mascaras	mascaras	Mascaras		FR	76	32	323	32240	63	Europe/Paris
6613280	Volmerange-lès-Boulay	volmerange-les-boulay	Volmerange-les-Boulay,Volmerange-lès-Boulay		FR	44	57	573	57730	563	Europe/Paris
6613281	Fenioux	fenioux			FR	75	79	793	79119	654	Europe/Paris
6613282	Alleyrat	alleyrat	Alairac,Alera,Allejra,Allera,a lai la,alyrat  kraz,Алера,Аллейра,Аллера,الیرات، کراز,阿莱拉		FR	75	23	231	23003	144	Europe/Paris
6613283	Saint-Pardoux-le-Neuf	saint-pardoux-le-neuf	Saint-Pardoux-le-Neuf		FR	75	23	231	23228	188	Europe/Paris
6613284	Ancerville	ancerville	Ancerville,Anservil,Anservil',ang sai er wei er,ansyrwyl  mwsl,Ансервил,Ансервиль,Ансервіль,انسیرویل، موسل,昂塞尔维尔		FR	44	57	579	57020	301	Europe/Paris
6613287	Bévenais	bevenais	Bevenais,Bevene,Bévenais,bei wei nai,Бевене,贝韦奈		FR	84	38	382	38042	1000	Europe/Paris
6613288	Détrier	detrier	Detrier,Détrier		FR	84	73	732	73099	424	Europe/Paris
6613289	Chatenet	chatenet	Chatenet,Shatene,Shatne,sha te nei,Шатене,Шатне,沙特内		FR	75	17	171	17095	228	Europe/Paris
6613290	Champvans-les-Moulins	champvans-les-moulins	Champvans-les-Moulins,Shamvan-le-Mulen,Shanvan le Mulen,shang pu wang lai mu lan,Шамван-ле-Мулен,Шанван ле Мулен,尚普旺莱穆兰		FR	27	25	251	25119	348	Europe/Paris
6613291	Recologne	recologne	Recologne,Rekolon',lei ke luo ni,Реколонь,雷科洛尼		FR	27	25	251	25482	650	Europe/Paris
6613292	Lacave	lacave	La Cava,Lakav,la ka fu,Лакав,لاکاوی، لوٹ,拉卡夫		FR	76	46	463	46144	267	Europe/Paris
6613293	Marnay	marnay	Marnay,Marne,ma er nai,Марне,馬爾奈		FR	27	71	712	71283	557	Europe/Paris
6613294	Nanton	nanton	Nanton,Нантон		FR	27	71	712	71328	634	Europe/Paris
6613295	Normanville	normanville			FR	28	76	761	76470	675	Europe/Paris
6613296	Balignac	balignac	Balignac		FR	76	82	821	82009	39	Europe/Paris
6613297	Gensac	gensac	Gensac		FR	76	82	821	82067	117	Europe/Paris
6613298	Canteloup	canteloup	Canteloup,Kantelu,Kantelup,Kantlu,kang tai lu,Кантелу,Кантелуп,Кантлу,康泰卢		FR	28	14	142	14134	183	Europe/Paris
6613299	Blandy	blandy	Blandi,Blandy,bu lang di,Бланди,Бланді,布朗迪		FR	11	91	911	91067	119	Europe/Paris
6613300	Morlaàs	morlaas	Morlaas,Morlaàs		FR	75	64	643	64405	4179	Europe/Paris
6613301	Serres-Morlaàs	serres-morlaas	Serres-Morlaas,Serres-Morlaàs		FR	75	64	643	64520	777	Europe/Paris
6613302	Champdivers	champdivers	Champdivers		FR	27	39	391	39099	433	Europe/Paris
6613303	Vadans	vadans	Vadan,Vadans,wa dang,Вадан,瓦当		FR	27	39	391	39539	274	Europe/Paris
6613304	Villerserine	villerserine	Villerserine		FR	27	39	391	39568	52	Europe/Paris
6613305	Villers-les-Bois	villers-les-bois	Ville-le-Bua,Villers-les-Bois,sen lin wei lai er,Вілле-ле-Буа,森林维莱尔		FR	27	39	391	39570	210	Europe/Paris
6613306	Puzieux	puzieux	Pjuz'e,Pjuz'jo,Puzieux,pi qi e,Пюзье,Пюзьё,Пюзьє,皮齐厄		FR	44	57	575	57559	187	Europe/Paris
6613307	Croisilles	croisilles	Croisilles,Kroazij,Kruazij,ke lu wa xi lai,Кроазиј,Круазий,Круазій,克鲁瓦西莱		FR	28	14	142	14207	644	Europe/Paris
6613308	Aïssey	aissey	Aisse,Ajse,ai sai,Аїссе,Ајсе,艾塞		FR	27	25	251	25009	175	Europe/Paris
6613309	Bremondans	bremondans	Bremondan,Bremondans,bu lei meng dang,Бремондан,布雷蒙当		FR	27	25	253	25089	85	Europe/Paris
6613310	Bartrès	bartres	Bartre,Bartres,Bartrès,Bartrés,ba er te lei,Бартре,Бартрес,巴尔特雷		FR	76	65	651	65070	502	Europe/Paris
6613311	Saint-Créac	saint-creac	Saint-Creac,Saint-Créac,Sen-Kreak,Sent Criac,sheng ke lei a ke,Сен-Креак,سینٹ-کریک، ہوٹس-پیرینیث,圣克雷阿克		FR	76	65	651	65386	96	Europe/Paris
6613312	Boô-Silhen	boo-silhen	Bo Sijan,Boo-Sijan,Boo-Silhen,Bor e Silhen,Boô-Silhen,Bòr e Silhen,bo ao xi yang,Бо Сијан,Боо-Сийан,Боо-Сіян,博奥西扬		FR	76	65	651	65098	299	Europe/Paris
6613313	Estérençuby	esterencuby	Ezterenzubi		FR	75	64	641	64218	354	Europe/Paris
6613314	Saint-Michel	saint-michel	Eiheralarre,Sant Miguel lo Viello,Sen-Mishel',Sent Miqueu,Sent Miquèu,sheng mi she,Сен-Мишель,Сен-Мішель,سینٹ-مچل، پیرینیث-اٹلانتیقوس,圣米舍		FR	75	64	641	64492	292	Europe/Paris
6613315	Avillers	avillers	Avije,Aville,a wei lai er,Авилле,Авије,Авілле,阿维莱尔		FR	44	88	881	88023	86	Europe/Paris
6613316	Origny	origny	Origny,Orin'i,ao li ni,Ориньи,Ориньї,奥里尼		FR	27	21	213	21470	52	Europe/Paris
6613317	Lépin-le-Lac	lepin-le-lac	Lepen-le-Lak,Лепен-ле-Лак		FR	84	73	732	73145	455	Europe/Paris
6613318	Chassy	chassy	Chassy,Shasi,Shassi,sha xi,Шаси,Шасси,Шассі,沙西		FR	27	89	891	89088	461	Europe/Paris
6613319	Francières	francieres	Francieres,Francières		FR	32	80	801	80344	200	Europe/Paris
6613320	Chaussoy-Epagny	chaussoy-epagny	Chaussoy-Epagny,L'Queuchoy-Epagny,L’Queuchoy-Épagny,Shosoa Epani,Shossua-Epan'i,shao su wa ai pa ni,Шосоа Епањи,Шоссуа-Епаньї,绍苏瓦埃帕尼		FR	32	80	803	80188	576	Europe/Paris
6613321	Arcomps	arcomps			FR	24	18	182	18009	317	Europe/Paris
6613322	Arpheuilles	arpheuilles	Arfej,Arfjoj,Arpheuilles,a er fu yi lai,Арфей,Арфеј,Арфёй,阿尔弗伊莱		FR	24	18	182	18013	294	Europe/Paris
6613323	Orval	orval	Orval,Orval',ao er wa,Орваль,奥尔瓦		FR	24	18	182	18172	1815	Europe/Paris
6613324	Betaucourt	betaucourt	Betaucourt,Betokur,Бетокур		FR	27	70	702	70066	166	Europe/Paris
6613325	Murat	murat	Mjura,Murat,mi la,myura,Мюра,ミュラ,米拉		FR	84	15	153	15138	1915	Europe/Paris
6613326	Termes	termes	Term,Terme,Tèrme,tai er mei,Терм,泰尔梅		FR	76	11	113	11388	34	Europe/Paris
6613327	Brotte-lès-Ray	brotte-les-ray	Brot le Re,Brot-le-Re,Brott-le-Re,Brotte-les-Ray,Brotte-lès-Ray,Брот ле Ре,Брот-ле-Ре,Бротт-ле-Ре		FR	27	70	702	70099	75	Europe/Paris
6613328	Vaite	vaite	Vaite,Vet,Вет		FR	27	70	702	70511	215	Europe/Paris
6613329	Vereux	vereux	Vere,Vereux,Verjo,wrwks,Вере,Верё,وروکس		FR	27	70	702	70546	230	Europe/Paris
6613330	Lussac	lussac	Ljussak,lu sa ke,Люссак,吕萨克		FR	75	17	171	17215	55	Europe/Paris
6613331	Aubiat	aubiat	Aubiac,Aubiat,Obija,Obja,ao bi a,Обија,Обя,奥比阿		FR	84	63	634	63013	882	Europe/Paris
6613332	Lépinas	lepinas	LEspinac,LEspinaç,Lepina,Lepinas,Lépinas,lai pi na,Лепина,Лепіна,莱皮纳		FR	75	23	232	23107	146	Europe/Paris
6613333	Mazeirat	mazeirat	Maseirac,Masèirac,Mazeirat,Mazera,ma ze la,Мазера,马泽拉		FR	75	23	232	23128	135	Europe/Paris
6613334	Aboncourt	aboncourt	Aboncourt,Abonkur,a bang ku er,abwnkwrt  mwrt-a-mwsl,Абонкур,ابونکورت، مورت-ا-موسل,阿邦库尔		FR	44	54	544	54003	102	Europe/Paris
6613335	Cambon	cambon	Cambon		FR	76	81	811	81052	2122	Europe/Paris
6613336	Arthun	arthun	Arthun		FR	84	42	421	42009	553	Europe/Paris
6613337	Saint-Sixte	saint-sixte	Saint-Sixte		FR	84	42	421	42288	717	Europe/Paris
6613338	Boussais	boussais	Boussais,Buse,Busse,Бусе,Буссе		FR	75	79	793	79047	456	Europe/Paris
6613339	Vahl-lès-Faulquemont	vahl-les-faulquemont	Vahl-les-Faulquemont,Vahl-lès-Faulquemont,Vahlen,Val'-le-Fol'kemon,wa lai fu er qu ai meng,wal-lh-flkmwn,Валь-ле-Фолькемон,وال-له-فلکمون,瓦莱福尔屈埃蒙		FR	44	57	573	57686	252	Europe/Paris
6613340	Fontaine	fontaine			FR	44	10	101	10150	259	Europe/Paris
6613341	Estrées-lès-Crécy	estrees-les-crecy	Estre-le-Kresi,Etre le Kresi,Etree-les-Carcy,ai si te lei lai ke lei xi,Étrèe-lès-Carcy,Естре-ле-Кресі,Етре ле Креси,埃斯特雷莱克雷西		FR	32	80	801	80290	390	Europe/Paris
6613342	Bettencourt-Rivière	bettencourt-riviere	Betankur Rivjer,Betincourt-Riviere,Bettankur-River,Bettencourt-Riviere,Bettencourt-Rivière,Bétincourt-Riviére,bei dang ku er li wei ye er,Бетанкур Ривјер,Беттанкур-Ривєр,贝当库尔里维耶尔		FR	32	80	801	80099	224	Europe/Paris
6613343	Lavalette	lavalette	La Valeta,Lavalet,Lavalett,la wa lai te,Лавалет,Лавалетт,拉瓦莱特		FR	76	11	111	11199	1502	Europe/Paris
6613344	Neuville	neuville	Neuville		FR	75	19	192	19149	190	Europe/Paris
6613345	Andancette	andancette	Andancette		FR	84	26	263	26009	1338	Europe/Paris
6613346	Bessey-lès-Cîteaux	bessey-les-citeaux	Bese le Sito,Besse-le-Sito,Bessey-les-Citeaux,Bessey-lès-Cîteaux,bei sai lai xi tuo,Бесе ле Сито,Бессе-ле-Сито,Бессе-ле-Сіто,贝塞莱西托		FR	27	21	212	21067	698	Europe/Paris
6613348	Incarville	incarville	Enkarvil',Incarville,an ka er wei er,Енкарвиль,Енкарвіль,安卡尔维尔		FR	28	27	271	27351	1414	Europe/Paris
6613349	Boisset-les-Prévanches	boisset-les-prevanches	Boisset-les-Prevanches,Boisset-les-Prévanches		FR	28	27	271	27076	460	Europe/Paris
6613350	Gadencourt	gadencourt	Gadencourt		FR	28	27	271	27273	383	Europe/Paris
6613351	Mesnil-en-Ouche	mesnil-en-ouche	Bomenij,Bomenil,bo mei si ni,Бомений,Боменил,Боменій,博梅斯尼		FR	28	27	272	27049	4700	Europe/Paris
6613352	Alignan-du-Vent	alignan-du-vent	Alignan-du-Vent,Alin'jan-dju-Van,Alinan di Van,Alinhan del Vent,a li ni ang di wang,alygnan-dw-wnt,Алиньян-дю-Ван,Алињан ди Ван,Аліньян-дю-Ван,الیگنان-دو-ونت,阿利尼昂迪旺		FR	76	34	341	34009	1729	Europe/Paris
6613353	Lézan	lezan	Lesan,Lezan,Lézan,lai cang,Лезан,莱藏		FR	76	30	301	30147	1547	Europe/Paris
6613354	Montagnac	montagnac	Montagnac		FR	76	30	302	30354	216	Europe/Paris
6613355	Aurignac	aurignac	Aurignac		FR	76	31	312	31028	1200	Europe/Paris
6613356	Eoux	eoux	Eoux		FR	76	31	312	31168	114	Europe/Paris
6613357	Ségreville	segreville			FR	76	31	313	31540	286	Europe/Paris
6613358	Margouët-Meymes	margouet-meymes	Margouet-Meymes,Margouët-Meymes		FR	76	32	323	32235	187	Europe/Paris
6613359	Crevant	crevant	Crevant		FR	24	36	363	36060	725	Europe/Paris
6613360	Bélaye	belaye	Belaye,Bélaye		FR	76	46	461	46022	230	Europe/Paris
6613361	Lavergne	lavergne	Lavergne		FR	75	47	472	47144	593	Europe/Paris
6613362	Sailly	sailly	Sailly		FR	44	52	523	52443	33	Europe/Paris
6613364	Saint-Ours	saint-ours	Saint-Ours,Sent-Urs,Сент-Урс,سینٹ-ورس، سوائے		FR	84	73	732	73265	654	Europe/Paris
6613365	Aigondigné	aigondigne	Aigondigne,Aigondigné		FR	75	79	792	79185	4789	Europe/Paris
6613366	Étréham	etreham	Ehtream,Etream,Etreham,Etréham,ai te lei ang,Étréham,Етреам,Этреам,埃特雷昂		FR	28	14	141	14256	342	Europe/Paris
6613367	Fenioux	fenioux	Fen'ju,Fenioux,Feniu,fei ni wu,Фенью,Феніу,费尼乌		FR	75	17	175	17157	159	Europe/Paris
6613368	Germonville	germonville			FR	44	54	543	54224	118	Europe/Paris
6613369	Oraàs	oraas	Oraas,Oraàs		FR	75	64	642	64423	173	Europe/Paris
6613370	Vouillé	vouille	Vouille,Vouillé		FR	75	79	792	79355	3283	Europe/Paris
6613371	Grand-Laviers	grand-laviers	Grand-Laviers		FR	32	80	801	80385	420	Europe/Paris
6613372	Vauchelles-les-Quesnoy	vauchelles-les-quesnoy	Vauchelles-les-Quesnoy,Veuchelle-LTchenoe,Veuchelle-LTchénoé,Voshel'-le-Kenua,wawchls las qwsny,wo xie lei lai kai nu wa,Вошель-ле-Кенуа,واوچلس لاس قوسنی,沃谢勒莱凯努瓦		FR	32	80	801	80779	847	Europe/Paris
6613374	Bannes	bannes	Bannes		FR	44	52	522	52037	376	Europe/Paris
6613375	Chatenay-Vaudin	chatenay-vaudin	Chatenay-Vaudin		FR	44	52	522	52116	53	Europe/Paris
6613376	Dampierre	dampierre	Damperr,Dampjer,dang pi ye er,Дампєрр,Дампјер,当皮耶尔		FR	44	52	522	52163	389	Europe/Paris
6613377	Saint-Denis	saint-denis	Saint-Denis		FR	76	30	301	30247	298	Europe/Paris
6613378	Anglure	anglure			FR	44	51	512	51009	869	Europe/Paris
6613379	Ormes	ormes	Ormes		FR	44	10	103	10272	187	Europe/Paris
6613380	Petit-Failly	petit-failly	Peti-Fai,Petit-Failly,Pti-Faji,pei di fei li,Пети-Фаи,Петі-Фаї,Пти-Файи,佩蒂费利		FR	44	54	541	54420	86	Europe/Paris
6613381	Étival-lès-le-Mans	etival-les-le-mans	Etival le le Man,Etival'-le-le-Man,Etival-les-le-Mans,Etival-lès-le-Mans,Étival-lès-le-Mans,Етивал ле ле Ман,Етіваль-ле-ле-Ман		FR	52	72	721	72127	1948	Europe/Paris
6613382	Saint-Georges-du-Bois	saint-georges-du-bois	Saint-Georges-du-Bois,Sen-Zhorzh-dju-Bua,Сен-Жорж-дю-Буа,سینٹ-گیورگس-دو-بوس، سرٹھے		FR	52	72	723	72280	2100	Europe/Paris
6613383	Andilly	andilly	Andii,Andiji,Andillicum,Андији,Андії		FR	84	74	743	74009	870	Europe/Paris
6613384	Haux	haux	Haux,Hauze,O,ao zhen,О,奥镇		FR	75	64	642	64258	80	Europe/Paris
6613385	Corps	corps	Corps,Còrps,Kor,Korp,Кор,Корп		FR	84	38	381	38128	483	Europe/Paris
6613386	Arbérats-Sillègue	arberats-sillegue	Arberats-Sillegue,Arberatze-Zilhekoa,Arbérats-Sillègue		FR	75	64	641	64034	264	Europe/Paris
6613387	Saint-Palais	saint-palais	Donapaleu,Fanum Sancti Palatii,Saint-Palais,Sen-Pale,Sent Palai,sheng pa lai,Сен-Пале,سینٹ-پلیس، پیرینیث-اٹلانتیقوس,圣帕莱		FR	75	64	641	64493	1842	Europe/Paris
6613388	Amfreville	amfreville	Amfrevil,Amfrevil',Amfreville,amfrwyl  kalwadas,anfuruvu~iru,ang fu lei wei er,Амфревил,Амфревиль,Амфревіль,امفرویل، کالواداس,アンフルヴィル,昂夫勒维尔		FR	28	14	143	14009	1420	Europe/Paris
6613389	Amfreville-les-Champs	amfreville-les-champs	Amfreville-les-Champs		FR	28	27	271	27012	459	Europe/Paris
6613390	Cravant-les-Côteaux	cravant-les-coteaux	Cravant-les-Coteaux,Cravant-les-Côteaux		FR	24	37	371	37089	684	Europe/Paris
6613392	Vatteville	vatteville			FR	28	27	271	27673	183	Europe/Paris
6613394	Anais	anais	Ane,a nai,anays  shrant-marytym,Ане,Անե,آنایس، شرانت-ماریتیم,阿奈		FR	75	17	172	17007	323	Europe/Paris
6613396	Saint-Paër	saint-paer	Saint-Paer,Saint-Paër,Sen-Paer,Сен-Паер,سینٹ-پیر		FR	28	76	763	76631	1364	Europe/Paris
6613397	Culètre	culetre	Culetre,Culètre,Kiletr,Kjuletr,kwltrr,qu lai te er,Килетр,Кюлетр,کولترر,屈莱特尔		FR	27	21	211	21216	96	Europe/Paris
6613398	Saint-Macaire-du-Bois	saint-macaire-du-bois			FR	52	49	493	49302	457	Europe/Paris
6613399	Amfreville-les-Champs	amfreville-les-champs	Amfrevil'-le-Sham,Amfreville-les-Champs,amfrwyl-l-chmps  syn marytym,Амфревиль-ле-Шам,Амфревіль-ле-Шам,امفرویل-ل-چمپس، سین ماریتیم		FR	28	76	763	76006	171	Europe/Paris
6613400	Berville-en-Caux	berville-en-caux	Berville-en-Caux		FR	28	76	763	76087	640	Europe/Paris
6613401	Grane	grane	Gran,Grana de lAuriou,Grana de lAuriòu,Grane,Grâne,ge lang,Гран,格朗		FR	84	26	261	26144	1895	Europe/Paris
6613403	Semussac	semussac	Semussac		FR	75	17	174	17425	2335	Europe/Paris
6613404	Cresancey	cresancey	Cresancey		FR	27	70	702	70185	182	Europe/Paris
6613405	Anthon	anthon	Anthon,Anton,Onton,ang tong,Антон,Онтон,昂通		FR	84	38	382	38011	1049	Europe/Paris
6613406	Removille	removille	Removil',Removille,lei mo wei er,Ремовиль,Ремовіль,雷莫维尔		FR	44	88	882	88387	212	Europe/Paris
6613407	Saint-Paul	saint-paul	Saint-Paul		FR	44	88	882	88431	152	Europe/Paris
6613408	Beaumont	beaumont	Beaumont,Bellus Mons,Bomon,Бомон		FR	84	74	743	74031	2806	Europe/Paris
6613409	Corbès	corbes	Corbes,Corbés,Korbe,Korbes,ke er bei,Корбе,Корбес,科尔贝		FR	76	30	301	30094	160	Europe/Paris
6613410	Chalus	chalus	Chalus		FR	84	63	633	63074	176	Europe/Paris
6613411	Villeneuve	villeneuve	Vil'nev,Vilanova,Vilanòva,wei lei na fu,Вільнев,维勒纳夫		FR	84	63	633	63458	161	Europe/Paris
6613412	Pommiers	pommiers	Pommiers		FR	84	69	692	69156	2605	Europe/Paris
6613413	Villefort	villefort	Vil'for,Vilafort,Vilafòrt,Villefort,wei lai fu er,Вильфор,Вільфор,维莱福尔		FR	76	48	482	48198	549	Europe/Paris
6613414	Eteimbes	eteimbes	Ehtemb,Eteimbes,Etemb,ai tan bei,Етемб,Этемб,埃坦贝		FR	44	68	681	68085	383	Europe/Paris
6613415	Pagney-derrière-Barine	pagney-derriere-barine	Pagney-derriere-Barine,Pagney-derrière-Barine,Pan'e-derr'er-Barin,Pan'e-derrier-Barin,pa gai yi dai er li ai ba lan,Панье-дерриер-Барин,Панье-деррьер-Барин,Паньє-деррієр-Барин,帕盖伊代尔里埃巴兰		FR	44	54	544	54414	634	Europe/Paris
6613416	Pierre-la-Treiche	pierre-la-treiche	Pierre-la-Treiche		FR	44	54	544	54426	500	Europe/Paris
6613417	Val de Briey	val-de-briey	Brie,Brije,bu li ai,Брие,Брије,Бріє,布里埃		FR	44	54	541	54099	8358	Europe/Paris
6613418	Etaux	etaux	Etaux		FR	84	74	742	74116	1946	Europe/Paris
6613419	Saint-Laurent	saint-laurent	Saint-Laurent,Sen-Loran,Сен-Лоран,سینٹ-لارنٹ، ہوتے-سوائے		FR	84	74	742	74244	829	Europe/Paris
6613420	Arlet	arlet	Arlet		FR	84	43	431	43009	25	Europe/Paris
6613421	Cerzat	cerzat	Cerzac,Cerzat,Serza,sai er zha,Серза,塞尔扎		FR	84	43	431	43044	207	Europe/Paris
6613422	Saint-Loup	saint-loup	Saint-Loup		FR	44	51	512	51495	84	Europe/Paris
6613423	Saint-Remy-sous-Broyes	saint-remy-sous-broyes	Saint-Remy-sous-Broyes		FR	44	51	512	51514	104	Europe/Paris
6613424	Olizy	olizy	Olizy		FR	44	51	513	51414	164	Europe/Paris
6613425	Bligny	bligny	Bligny,Blin'i,Blini,bu li ni,Блињи,Бліньї,布利尼		FR	44	51	513	51069	125	Europe/Paris
6613426	Cerisy-Buleux	cerisy-buleux	Cerisy-Buleux		FR	32	80	802	80183	267	Europe/Paris
6613427	Foucaucourt-Hors-Nesle	foucaucourt-hors-nesle	Foucaucourt-Hors-Nele,Foucaucourt-Hors-Nesle,Foucaucourt-Hors-Nèle,Fukokur-Or-Nel',Fukokurt Or Nel,fu ke ku er ao er nei lei,Фукокур-Ор-Нель,Фукокурт Ор Нел,富科库尔奥尔内勒		FR	32	80	802	80336	77	Europe/Paris
6613428	Rethonvillers	rethonvillers	Ertonvile,Rethonvillers,Retonville,lei tong wei lai er,Èrtonvilé,Ретонвілле,勒通维莱尔		FR	32	80	804	80669	360	Europe/Paris
6613429	Villesèquelande	villesequelande	Vil'sekland,Vila-seca de Sausens,Vilaseca-Landa,Villesequelande,Villesèquelande,wei lai sai qu ai lang de,Вильсекланд,Вільсекланд,维莱塞屈埃朗德		FR	76	11	111	11437	888	Europe/Paris
6613430	Vèze	veze	Vesa,Vez,Veze,Vèsa,Vèze,wei ci,Вез,韦兹		FR	84	15	153	15256	58	Europe/Paris
6613431	Pleaux	pleaux	Pleus,Plo,Plèus,pu luo,Пло,普洛		FR	84	15	152	15153	1503	Europe/Paris
6613432	Saignes	saignes	Saignes,Sanhas,Sen',sai gai,Сень,سیگنس، کنٹل,赛盖		FR	84	15	152	15169	845	Europe/Paris
6613433	Mauriac	mauriac	Mauriac,Mor'jak,Moriak,mo li a ke,moriakku,Мориак,Морьяк,Моріак,モーリアック,莫里阿克		FR	84	15	152	15120	3667	Europe/Paris
6613434	Ambernac	ambernac	Ambernac		FR	75	16	163	16009	362	Europe/Paris
6613435	Lachaise	lachaise	Lachaise		FR	75	16	162	16176	330	Europe/Paris
6613437	Rouillac	rouillac	Rujak,lu yi la ke,Руйак,Руяк,鲁伊拉克		FR	75	16	162	16286	2984	Europe/Paris
6613438	Comberanche-et-Épeluche	comberanche-et-epeluche	Combairancha e Espelucha,Combairencha e Espelucha,Comberanche-et-Epeluche,Komberansh et Epelish,Komberansh-e-Epeljush,kong bo lang ke he ai pei lu ke,Комберанш ет Епелиш,Комберанш-е-Епелюш,孔伯朗克和埃佩吕克		FR	75	24	243	24128	167	Europe/Paris
6613439	Mainvilliers	mainvilliers	Mainvilliers,Menvil'e,man wei li ye er,Менвільє,曼维利耶尔		FR	24	28	281	28229	11323	Europe/Paris
6613440	Jegun	jegun	Gigun,Jegun,Jigun,Zhegen,Zhegjon,re gan,Жеген,Жегён,热甘		FR	76	32	321	32162	1137	Europe/Paris
6613441	Saint-Lary	saint-lary	Saint-Lary,Sen-Lari,Sent Lari,sheng la li,Сен-Лари,Сен-Ларі,سینٹ-لڑے، گرس,圣拉里		FR	76	32	321	32384	282	Europe/Paris
6613442	Petit-Noir	petit-noir	Peti-Nuar,Petit-Noir,pei di nu wa,Петі-Нуар,佩蒂努瓦		FR	27	39	391	39415	1112	Europe/Paris
6613443	Saint-Léon	saint-leon	Saint-Leon,Saint-Léon		FR	75	47	474	47251	318	Europe/Paris
6613444	Bay-sur-Aube	bay-sur-aube	Bay-sur-Aube,Be sir Ob,Be-sjur-Ob,ao bu he pan bai,Бе сир Об,Бе-сюр-Об,奥布河畔拜		FR	44	52	522	52040	51	Europe/Paris
6613445	Saint-Didier	saint-didier	Sen-Did'e,sheng di di ye,Сен-Дидье,Сен-Дідьє,سینٹ-ددئر، نورے,圣迪迪耶		FR	27	58	582	58237	28	Europe/Paris
6613446	Saint-Martin	saint-martin	Sen-Marten,Sent Martin,sheng ma dan,Сен-Мартен,سینٹ-مارٹن، ہوٹس-پیرینیث,圣马丹		FR	76	65	653	65392	439	Europe/Paris
6613447	Aurensan	aurensan	Aurensan,Oransan,ao lang sang,Орансан,奥朗桑		FR	76	65	653	65048	775	Europe/Paris
6613448	Lapeyre	lapeyre	La Peira,La Pèira,Lapejr,Laper,Lapeyre,la pei er,Лапейр,Лапер,拉佩尔		FR	76	65	653	65260	98	Europe/Paris
6613449	Saint-Rémy-en-Comté	saint-remy-en-comte	Saint-Remy-en-Comte,Saint-Rémy-en-Comté,Sen-Remi,Сен-Реми,Сен-Ремі,سین-رمے، ہوتے-سونے		FR	27	70	702	70472	570	Europe/Paris
6613450	Provenchère	provenchere	Provenchere,Provenchère		FR	27	70	702	70426	264	Europe/Paris
6613451	Charmoille	charmoille	Charmoille,Sharmoj,Sharmuaj,Шармој,Шармуай		FR	27	70	702	70136	481	Europe/Paris
6613452	Saint-Bérain-sur-Dheune	saint-berain-sur-dheune	Saint-Berain-sur-Dheune,Saint-Bérain-sur-Dheune		FR	27	71	712	71391	556	Europe/Paris
6613453	Châtillon	chatillon	Chatillon,Châtillon,Shatijon,Шатијон,Шатійон		FR	84	69	692	69050	2158	Europe/Paris
6613454	Sainte-Gemme	sainte-gemme	Sainte-Gemme		FR	76	81	811	81249	893	Europe/Paris
6613455	Montels	montels			FR	76	81	811	81176	103	Europe/Paris
6613456	Lugan	lugan	Lugan		FR	76	81	812	81150	411	Europe/Paris
6613457	Senillé-Saint-Sauveur	senille-saint-sauveur	Saint-Sauveur La Foucaudiere,Saint-Sauveur La Foucaudière,Sen-Sover,Senille-Saint-Sauveur,Senillé-Saint-Sauveur,sheng suo wo,syn-swyr  wyn,Сен-Совер,سین-سویر، وین,圣索沃		FR	75	86	861	86245	1859	Europe/Paris
6613459	Courcy	courcy	Courcy,Kursi,ku er xi,Курси,Курсі,库尔西		FR	28	14	142	14190	139	Europe/Paris
6613460	Val de Drôme	val-de-drome	Set-Van,Val de Drome,Val de Drôme,sai pu wang te,Сет-Ван,塞普旺特		FR	28	14	144	14672	847	Europe/Paris
6613461	Mosnac	mosnac	Monak,mo si na ke,Монак,莫斯纳克		FR	75	17	171	17250	458	Europe/Paris
6613462	Saint-Hervé	saint-herve	Saint-Herve,Saint-Hervé,Sant-Herve,Sen-Ehrve,Sen-Erve,sheng ai er wei,Сен-Ерве,Сен-Эрве,سینٹ-ہروے,圣埃尔韦		FR	53	22	224	22300	408	Europe/Paris
6613463	Dannemarie-sur-Crète	dannemarie-sur-crete	Danmari sir Kret,Dannemarie-sur-Crete,Dannemarie-sur-Crète,Dannmari-sjur-Kret,ke lei te he pan da nei ma li ye,Данмари сир Крет,Даннмарі-сюр-Крет,克雷特河畔达内马里耶		FR	27	25	251	25195	1448	Europe/Paris
6613464	Anglade	anglade	Anglad,Anglade,ang ge la de,Англад,昂格拉德		FR	75	33	331	33006	943	Europe/Paris
6613465	Étrepigney	etrepigney	Etrepigney,Étrepigney		FR	27	39	391	39218	423	Europe/Paris
6613466	Challain-la-Potherie	challain-la-potherie	Challain-la-Potherie		FR	52	49	494	49061	816	Europe/Paris
6613467	Courcy	courcy	Courcy,Kursi,ku er xi,Курси,Курсі,库尔西		FR	28	50	503	50145	607	Europe/Paris
6613468	Carentan-les-Marais	carentan-les-marais			FR	28	50	504	50099	10148	Europe/Paris
6613469	Bastanès	bastanes	Bastanes,Bastanès		FR	75	64	642	64099	99	Europe/Paris
6613470	Montfort	montfort	Monfor,Monfort,Montfort,Monthort,Monthòrt,meng te fu er,Монфор,Монфорт,蒙特福尔		FR	75	64	642	64403	184	Europe/Paris
6613471	Beyrie-en-Béarn	beyrie-en-bearn			FR	75	64	643	64121	195	Europe/Paris
6613472	Mazerolles	mazerolles	Maserolas,Maseròlas,Mazerol',Mazerolles,Mazrol',ma ci luo lei,Мазероль,Мазроль,马兹罗勒		FR	75	64	643	64374	1101	Europe/Paris
6613473	Biron	biron	Biron,Viron,bi long,Бирон,Бірон,比龙		FR	75	64	643	64131	669	Europe/Paris
6613474	Marolles-en-Brie	marolles-en-brie			FR	11	77	771	77278	401	Europe/Paris
6613475	Fontaine	fontaine	Fontaine,Fonten,feng tan,Фонтен,丰坦		FR	27	90	901	90047	607	Europe/Paris
6613476	La Cluse-et-Mijoux	la-cluse-et-mijoux	Cluse-et-Mijoux,Kliz e Mizhu,La-Kljuz-e-Mizhu,la ke lu si he mi ru,Клиз е Мижу,Ла-Клюз-е-Міжу,لا کلیوسی-اے-میجو,拉克吕斯和米茹		FR	27	25	253	25157	1312	Europe/Paris
6613477	Cabas-Loumassès	cabas-loumasses	Cabas e Lo Masses,Cabas e lo Masses,Cabas-Loumasses,Cabas-Loumassès,Cabàs e Lo Massès,Cabàs e lo Massés,Kaba Lumase,Kabas-Lumases,Kabas-Lumasse,ka ba lu ma sai,Каба Лумасе,Кабас-Лумасес,Кабас-Лумассе,卡巴卢马塞		FR	76	32	323	32067	51	Europe/Paris
6613478	Manent-Montané	manent-montane	Manan-Montane,Manant-Montane,Manent e Montaner,ma nan meng ta nei,Манан-Монтане,Манант-Монтане,马南蒙塔内		FR	76	32	323	32228	93	Europe/Paris
6613479	Lahitte	lahitte			FR	76	32	321	32183	253	Europe/Paris
6613480	Rougnat	rougnat			FR	75	23	231	23164	498	Europe/Paris
6613481	Celon	celon	Celon,Selon,se long,Селон,瑟隆		FR	24	36	362	36033	412	Europe/Paris
6613482	Garigny	garigny	Garigny,Garin'i,jia li ni,Гариньи,Гариньї,加里尼		FR	24	18	181	18099	248	Europe/Paris
6613483	Larret	larret	Larret		FR	27	70	702	70297	58	Europe/Paris
6613484	Bezins-Garraux	bezins-garraux	Bedins e Garraus,Bezen Garo,Bezen-Garro,Bezins-Garraux,Vedinhs e Garraus,Vedins e Garraus,bo zan jia er luo,Безен Гаро,Безен-Гарро,伯赞加尔罗		FR	76	31	312	31067	42	Europe/Paris
6613485	Lalanne	lalanne	La Lana,La Lana de Manhoac,Lalan,Lalann,Lalanne,la lan,Лалан,Лаланн,拉兰		FR	76	65	653	65249	99	Europe/Paris
6613487	Fayet	fayet	Fae,Faiet,Faje,fei ai,Файе,Фає,费埃		FR	76	12	121	12099	265	Europe/Paris
6613488	Brain	brain	Brain,Bren,Брен		FR	27	21	213	21100	35	Europe/Paris
6613489	Vesvres	vesvres	Vesvres		FR	27	21	213	21672	27	Europe/Paris
6613490	Prunet	prunet	Prunet		FR	84	15	151	15156	662	Europe/Paris
6613491	Bief-du-Fourg	bief-du-fourg	Bef-dju-Fur,Bief-du-Fourg,Bjef di Furzh,bi ye di fu er,Бєф-дю-Фур,Бјеф ди Фурж,比耶迪富尔		FR	27	39	392	39053	196	Europe/Paris
6613492	Saint-Médard	saint-medard	Saint-Medard,Saint-Médard,Sen-Medar,Sent Medard,sheng mei da er,Сен-Медар,سینٹ-میڈرڈ، پیرینیث-اٹلانتیقوس,圣梅达尔		FR	75	64	643	64491	215	Europe/Paris
6613493	Villereau	villereau	Vil'ro,wei lei luo,Вільро,维勒罗		FR	24	45	452	45342	366	Europe/Paris
6613494	Marmagne	marmagne	Marmagne,Marman',ma er ma ni,Мармань,马尔马尼		FR	27	21	213	21389	215	Europe/Paris
6613495	Juillé	juille	Juille,Juillé		FR	75	79	792	79142	99	Europe/Paris
6613603	Jussac	jussac	Jussac		FR	84	15	151	15083	2016	Europe/Paris
6614830	Fréjus	frejus			FR	93	83	831	83061	53168	Europe/Paris
6613496	Lichères-sur-Yonne	licheres-sur-yonne	Licheres-sur-Yonne,Lichères-sur-Yonne,Lisher-sjur-Ionn,yue ne he pan li xie lei,Лишер-сюр-Ионн,Лішер-сюр-Іонн,约讷河畔利谢勒		FR	27	89	892	89225	55	Europe/Paris
6613497	Bareilles	bareilles	Bareilles,Barej,Barel,Era Varelha,ba lei lai,barylz,Барей,Барел,باریلز,巴雷莱		FR	76	65	652	65064	46	Europe/Paris
6613498	Villers-les-Pots	villers-les-pots	Viller-le-Po,Viller-le-Pots,Villers-les-Pots,wei lai er lai bo te,wyr-l-pw,Виллер-ле-По,Виллер-ле-Потс,Віллер-ле-Потс,ویر-ل-پو,维莱尔莱波特		FR	27	21	212	21699	1115	Europe/Paris
6613499	Martigny-les-Gerbonvaux	martigny-les-gerbonvaux	Martigny-les-Gerbonvaux		FR	44	88	882	88290	107	Europe/Paris
6613500	Bouilh-Péreuilh	bouilh-pereuilh	Bolh Darrer e Perulh,Bolh Darrèr e Perulh,Bouilh-Pereuilh,Bouilh-Péreuilh,Buj Perej,Buj-Perej,Buj-Perjoj,bu yi er pei lei yi er,Буй-Перей,Буй-Перёй,Буј Переј,布伊尔佩勒伊尔		FR	76	65	653	65103	86	Europe/Paris
6613501	Marseillan	marseillan	Marcelhan,Marseillan,Marsejan,ma er sai lang,Марсейан,Марсеян,马尔塞朗		FR	76	65	653	65301	249	Europe/Paris
6613502	Châtelus	chatelus			FR	84	38	381	38092	87	Europe/Paris
6613503	Grand-Camp	grand-camp			FR	28	76	762	76318	694	Europe/Paris
6613504	Bertheauville	bertheauville	Bertheauville		FR	28	76	761	76083	108	Europe/Paris
6613506	Bussy-la-Pesle	bussy-la-pesle	Bjussi-la-Pel',Bussy-la-Pesle,Бюсси-ла-Пель		FR	27	21	212	21121	76	Europe/Paris
6613507	Coulonces	coulonces	Coulonces		FR	28	61	612	61123	222	Europe/Paris
6613508	Labastide-Monréjeau	labastide-monrejeau			FR	75	64	643	64290	591	Europe/Paris
6613509	Nanteuil	nanteuil	Nanteuil		FR	75	79	792	79189	1717	Europe/Paris
6613511	Brethel	brethel	Bretel,Bretel',bu lei tai,Бретел,Бретель,布雷泰		FR	28	61	613	61060	161	Europe/Paris
6613512	Choue	choue	Choue		FR	24	41	412	41053	529	Europe/Paris
6613513	Mascaraàs-Haron	mascaraas-haron	Mascaraas-Haron,Mascaraàs-Haron		FR	75	64	643	64366	128	Europe/Paris
6613514	Bouilly	bouilly	Bouilly,Bui,Buji,Буйи,Буї,Буји		FR	44	10	103	10051	1055	Europe/Paris
6613515	Becquigny	becquigny	Becgny,Becquigny,Bekin'i,Bekini,Bècgny,bei ke ji ni,Бекињи,Бекіньї,贝克基尼		FR	32	80	803	80074	125	Europe/Paris
6613517	Fouilloy	fouilloy	Fouilloe,Fouilloy,Fouilloé,Fujoa,Fujua,fu yi wa,Фуюа,Фујоа,富伊瓦		FR	32	80	802	80338	1847	Europe/Paris
6613518	Pérignac	perignac	Perin'jak,pei li ni ya ke,Периньяк,佩里尼亚克		FR	75	16	162	16258	464	Europe/Paris
6613519	Chalancon	chalancon	Chalancon,Shalankon,Shalanson,sha lang kong,Шаланкон,Шалансон,沙朗孔		FR	84	26	261	26067	49	Europe/Paris
6613520	Saint-Simon	saint-simon	Saint-Simon		FR	76	46	462	46292	171	Europe/Paris
6613521	Reyrevignes	reyrevignes	Reirevinhas,Rejrevin',Reyrevignes,Rèirevinhas,lei lei wei gai,Рейревінь,雷勒维盖		FR	76	46	462	46237	377	Europe/Paris
6613522	Esparron	esparron	Ehsparron,Eparon,Esparron,ai si pa er long,Епарон,Еспаррон,Эспаррон,埃斯帕尔龙		FR	93	83	833	83052	349	Europe/Paris
6613523	Saint-Martin-de-Pallières	saint-martin-de-pallieres	Saint-Martin-de-Pallieres,Saint-Martin-de-Pallières		FR	93	83	833	83114	246	Europe/Paris
6613524	Campagne	campagne	Campanha,Kampan,Kampan',kang pa ni,Кампань,Кампањ,康帕尼		FR	75	24	244	24076	384	Europe/Paris
6613525	Fontaine-les-Coteaux	fontaine-les-coteaux	Fontaine-les-Coteaux		FR	24	41	412	41087	346	Europe/Paris
6613526	Saint-Jacques-des-Guérets	saint-jacques-des-guerets			FR	24	41	412	41215	88	Europe/Paris
6613527	Troo	troo	Troo		FR	24	41	412	41265	305	Europe/Paris
6613528	Cabrières	cabrieres	Cabrieiras,Cabrièiras,Kabrier,Kabrijer,ka bu li ai,Кабриер,Кабријер,Кабрієр,卡布里埃		FR	76	30	302	30057	1611	Europe/Paris
6613529	Saint-Antonin	saint-antonin	Saint-Antonin		FR	76	32	322	32359	158	Europe/Paris
6613530	Sainte-Gemme	sainte-gemme	Sainte-Gemme,Sent-Zhem,Sent-Zhemm,Senta Gema,sheng rang,Сент-Жем,Сент-Жемм,سین-گامے، گرس,圣让		FR	76	32	322	32376	119	Europe/Paris
6613531	Cabrières	cabrieres	Cabrieiras,Cabrieres,Cabrièiras,Cabrières,Kabrier,Kabrijer,ka bu li ai,Кабриер,Кабријер,Кабрієр,卡布里埃		FR	76	34	342	34045	479	Europe/Paris
6613533	Chatelay	chatelay	Chatelay		FR	27	39	391	39117	105	Europe/Paris
6613534	Sainte-Colombe	sainte-colombe	Sainte-Colombe		FR	75	40	402	40252	683	Europe/Paris
6613535	Moirax	moirax	Moiracs,Muaraks,mu wa la,Муаракс,穆瓦拉		FR	75	47	471	47169	1152	Europe/Paris
6613536	Roquefort	roquefort	Rocafort,Rokfor,Roquefort,Ròcafòrt,luo qu ai fu er,Рокфор,罗屈埃福尔		FR	75	47	471	47225	1845	Europe/Paris
6613537	Chevroches	chevroches	Cavariago,Chevroches,Shevrosh,xie fu luo xie,Шеврош,谢夫罗谢		FR	27	58	582	58073	125	Europe/Paris
6613538	Chazeuil	chazeuil	Cassum Oculum,Chazeuil,Shazej,sha ze yi,Шазей,Шазеј,沙泽伊		FR	27	58	582	58070	61	Europe/Paris
6613539	Beaulieu	beaulieu	Beaulieu,Bellolocus,Bol'e,Bolije,bo li e,Болије,Болье,Больє,博利厄		FR	27	58	582	58026	168	Europe/Paris
6613540	Bussy-la-Pesle	bussy-la-pesle			FR	27	58	582	58043	57	Europe/Paris
6613541	Francières	francieres	Franciere,Francieres,Francières,Franciére,Frans'er,Fransjer,fu lang xi ai,Франсьєр,Франсјер,弗朗西埃		FR	32	60	603	60254	546	Europe/Paris
6613542	Remy	remy	Remi,Remy,lei mi,Ремі,雷米		FR	32	60	603	60531	1791	Europe/Paris
6613543	Mauvezin	mauvezin	Mauvesin,Movzen,mo wei zan,Мовзен,莫韦赞		FR	76	65	652	65306	235	Europe/Paris
6613544	Vic-en-Bigorre	vic-en-bigorre	Vic de Bigorra,Vic de Bigòrra,Vic-en-Bigorre,Vik-an-Bigor,Vik-an-Bigorr,bi ge er de qu wei ke,Вик-ан-Бигор,Вік-ан-Бігорр,比戈尔地区维克		FR	76	65	653	65460	4930	Europe/Paris
6613546	Beaupuy	beaupuy	Beaupuy		FR	76	82	822	82014	270	Europe/Paris
6613547	Bouillac	bouillac	Bolhac,Bouillac,Bujak,bu ya ke,Буяк,Бујак,布亚克		FR	76	82	822	82020	647	Europe/Paris
6613548	Surin	surin	Sjuren,Surin,xu lan,Сюрен,叙兰		FR	75	86	862	86266	130	Europe/Paris
6613549	Eraines	eraines	Ehren,Eraines,Eren,ai lai nei,erenu,Ерен,Эрен,エレーヌ,埃赖内		FR	28	14	142	14244	345	Europe/Paris
6613551	Béthencourt	bethencourt	Bethencourt,Béthencourt		FR	32	59	592	59075	749	Europe/Paris
6613552	Saint-Étienne-Roilaye	saint-etienne-roilaye	Sent-Et'enn-Ruale,sheng ai di an lu wa lai ai,Сент-Етьєнн-Руале,سینٹ-ایٹیینے-رولے,圣埃蒂安鲁瓦莱埃		FR	32	60	603	60572	318	Europe/Paris
6613553	Iholdy	iholdy	Iholdi		FR	75	64	641	64271	555	Europe/Paris
6613554	Château-Landon	chateau-landon	Chateau-Landon,Château-Landon		FR	11	77	774	77099	2956	Europe/Paris
6613555	Vincelles	vincelles	Vensel',Vincelles,wan sai lai,Венсель,万塞莱		FR	27	89	891	89478	944	Europe/Paris
6613556	Saint-Père	saint-pere	Sen-Per,sheng pei er,Сен-Пер,سین-پرے، یون,圣佩尔		FR	27	89	892	89364	318	Europe/Paris
6613557	Bussy-le-Repos	bussy-le-repos	Bisi le Repo,Bjussi-le-Repo,Bussy-le-Repos,bi xi lei lei bo,Биси ле Репо,Бюсси-ле-Репо,Бюссі-ле-Репо,比西勒雷波		FR	27	89	893	89060	449	Europe/Paris
6613558	Chaumot	chaumot	Shomo,shao mo,Шомо,绍莫		FR	27	89	893	89094	786	Europe/Paris
6613559	Genainville	genainville	Genainville		FR	11	95	953	95270	544	Europe/Paris
6613560	Menouville	menouville	Menuvil',mei nu wei er,Менувиль,Менувіль,梅努维尔		FR	11	95	953	95387	62	Europe/Paris
6613561	Boësses	boesses	Boesses,Boësses		FR	24	45	453	45033	390	Europe/Paris
6613562	Dimancheville	dimancheville	Dimancheville		FR	24	45	453	45125	116	Europe/Paris
6613563	Orville	orville	Orvil',Orville,ao er wei er,Орвіль,奥尔维尔		FR	24	45	453	45237	117	Europe/Paris
6613564	Puiseaux	puiseaux			FR	24	45	453	45258	3401	Europe/Paris
6613565	Écuélin	ecuelin	Ecuelin,Ecuélin,Ekelen,Ekjuelen,ai qu ai lan,ayykwlan,Екелен,Екюелен,إييكولان,埃屈埃兰		FR	32	59	591	59188	143	Europe/Paris
6613566	Castex	castex	Casteths,Castex,Castèths,Kaste,Kasteks,Kateks,ka si tai,Касте,Кастекс,Катекс,卡斯泰		FR	76	32	323	32086	89	Europe/Paris
6613567	Marseillan	marseillan	Marseillan		FR	76	32	323	32238	96	Europe/Paris
6613568	Monthelie	monthelie	Monteli,Monthelie,meng tai li,meng tai li ye,monteri,mwntly,Монтели,Монтелі,مونتلی,モンテリ,蒙泰利,蒙泰利耶		FR	27	21	211	21428	162	Europe/Paris
6613569	Beaulieu	beaulieu	Beaulieu,Biauluec,Bol'e,Bolije,bo li e,Болије,Болье,Больє,博利厄		FR	84	63	633	63031	442	Europe/Paris
6613570	Aulnay	aulnay	Aulnay,Ol'ne,Olne,One,ao er nai,Олне,Ольне,Оне,奥尔奈		FR	44	10	101	10017	129	Europe/Paris
6613571	Lagarde	lagarde	La Garda de Lauragues,La Garda de Lauragués,Lagard,Lagarde,la jia er de,Лагард,لاگارڈی، ہوٹی-گارونی,拉加尔德		FR	76	31	313	31262	403	Europe/Paris
6613572	Mauremont	mauremont	Mauremont,Moremon,mo lei meng,Моремон,莫雷蒙		FR	76	31	313	31328	328	Europe/Paris
6613573	Druye	druye	Drjui,Druye,de lu yi ai,Дрюї,德吕伊埃		FR	24	37	372	37099	961	Europe/Paris
6613574	Rivarennes	rivarennes			FR	24	37	372	37200	1016	Europe/Paris
6613575	Charbonnières	charbonnieres	Charbonnieres,Charbonnières,Sharbon'er,Sharbonijer,Шарбонијер,Шарбоньер,Шарбоньєр		FR	27	71	715	71099	332	Europe/Paris
6613576	Saint-Hilaire	saint-hilaire	Saint-Hilaire,Sant Alari,Sen-Iler,sheng yi lai er,Сен-Ілер,Сен-Илер,سینٹ-ہلیری، ہوتے-لڑے,圣伊莱尔		FR	84	43	431	43193	161	Europe/Paris
6613577	Dury	dury	Djuri,Dury,di li,Дюрі,迪里		FR	32	80	802	80261	1366	Europe/Paris
6613578	Chèzeneuve	chezeneuve	Chezeneuve,Chèzeneuve,Sheznev,Sheznjov,shezunuvu,xie ze na fu,Шезнев,Шезнёв,シェーズヌーヴ,谢泽纳夫		FR	84	38	382	38102	554	Europe/Paris
6613579	Eclose-Badinières	eclose-badinieres	Eclose-Badinieres,Eclose-Badinières		FR	84	38	382	38152	1404	Europe/Paris
6613580	Faÿ-lès-Nemours	fay-les-nemours	Fai-le-Nemur,Fay-les-Nemours,Faÿ-lès-Nemours,Фаи-ле-Немур,Фаї-ле-Немур		FR	11	77	774	77178	483	Europe/Paris
6613581	Cernay	cernay	Cernay,Serne,sai er nai,Серне,塞尔奈		FR	24	28	281	28067	89	Europe/Paris
6613582	Magny	magny	Man'i,ma ni,Маньї,马尼		FR	24	28	281	28225	657	Europe/Paris
6613583	Saint-Rémy-aux-Bois	saint-remy-aux-bois	Sen-Remi-o-Bua,sheng lei mi ao bu wa,Сен-Реми-о-Буа,Сен-Ремі-о-Буа,سین-رمے-آ-بوئی,圣雷米奥布瓦		FR	44	54	542	54487	71	Europe/Paris
6613584	Légéville-et-Bonfays	legeville-et-bonfays	Legeville-et-Bonfays,Légéville-et-Bonfays		FR	44	88	881	88264	43	Europe/Paris
6613585	Laval-Roquecezière	laval-roqueceziere	La Val Roca Cesieira,La Val Ròca Cesièira,La Val e Rocacesieira,La Val e Ròcacesièira,Laval'-Roksez'er,Laval-Roqueceziere,Laval-Roquecezière,la wa luo qu ai sai qi ai,Лаваль-Роксезьер,Лаваль-Роксезьєр,拉瓦罗屈埃塞齐埃		FR	76	12	121	12125	274	Europe/Paris
6613586	Chatenay-Mâcheron	chatenay-macheron			FR	44	52	522	52115	109	Europe/Paris
6613587	Chémeré-le-Roi	chemere-le-roi	Chemere-le-Roi,Chémeré-le-Roi,Shemere le Roa,Shemere-le-Rua,xie mei lei lai lu wa,Шемере ле Роа,Шемере-ле-Руа,谢梅雷莱鲁瓦		FR	52	53	531	53067	406	Europe/Paris
6613588	Teillé	teille	Teille,Teillé		FR	52	72	723	72349	489	Europe/Paris
6613589	Barjac	barjac	Barjac,Barzhak,ba er ya ke,Баржак,巴尔雅克		FR	76	48	482	48018	750	Europe/Paris
6613590	Lanuéjols	lanuejols	Lanjuezhol',Lanuejols,Lanuèjols,la ni ai ruo er,lanwyjwls  lwzyry,Ланюежоль,لانویجولس، لوزیری,拉尼埃若尔		FR	76	48	482	48081	314	Europe/Paris
6613591	Thonne-les-Près	thonne-les-pres	Thonne-les-Pres,Thonne-les-Près		FR	44	55	553	55510	139	Europe/Paris
6613594	Méteren	meteren			FR	32	59	594	59401	2279	Europe/Paris
6613595	Barbey-Seroux	barbey-seroux	Barbey-Seroux		FR	44	88	883	88035	146	Europe/Paris
6613596	Saint-Michel	saint-michel	Saint-Michel		FR	76	82	821	82166	242	Europe/Paris
6613597	Excenevex	excenevex			FR	84	74	744	74121	1095	Europe/Paris
6613598	Auterive	auterive	Auta-riba,Autariba,Auterive,Oteriv,Otriv,ao te li fu,Отерив,Отрив,奥特里夫		FR	76	31	311	31033	9584	Europe/Paris
6613599	Vougy	vougy	Vougy		FR	84	74	742	74312	1532	Europe/Paris
6613600	Chessy-les-Prés	chessy-les-pres	Chessy-les-Pres,Chessy-les-Prés,Shesi le Pre,Shessi-le-Pre,xie xi lai pu lei,Шеси ле Пре,Шесси-ле-Пре,Шессі-ле-Пре,谢西莱普雷		FR	44	10	103	10099	506	Europe/Paris
6613601	Puichéric	puicheric	Pjuisherik,Pueg-eric,Puicheric,Puichéric,Puèg-eric,pi yi xie li ke,Пюишерик,Пюїшерик,皮伊谢里克		FR	76	11	111	11301	1179	Europe/Paris
6613604	Reilhac	reilhac	Reilhac,Rejak,Relhac,lei ya ke,Рейак,Реяк,雷亚克		FR	84	15	151	15160	1100	Europe/Paris
6613605	Saint-Clément	saint-clement	Sant Clamenc,Sant Clamenç,Sen-Kleman,sheng ke lai mang,Сен-Клеман,سینٹ-کلیمنٹ، کنٹل,圣克莱芒		FR	84	15	151	15180	75	Europe/Paris
6613606	Champniers	champniers	ANG,Champniers,Shamn'e,Shan'er,Shanijer,Шамньє,Шанијер,Шаньер		FR	75	16	161	16078	5184	Europe/Paris
6613607	Fourneaux	fourneaux	Fourneaux,Furno,Фурно		FR	84	73	733	73117	671	Europe/Paris
6613608	Mons	mons	Mon,Mons,meng zhen,Мон,蒙镇		FR	75	17	175	17239	436	Europe/Paris
6613609	Saulx-le-Duc	saulx-le-duc	Saulx-le-Duc		FR	27	21	212	21587	240	Europe/Paris
6613610	Larrey	larrey	Larre,Larrey,la er lei,Ларре,拉尔雷		FR	27	21	213	21343	91	Europe/Paris
6613611	Bretigney-Notre-Dame	bretigney-notre-dame	Bretin'e-Notr-Dam,Bretine Notr Dam,bu lei di gai yi nuo te er dang,Бретиње Нотр Дам,Бретіньє-Нотр-Дам,布雷蒂盖伊诺特尔当		FR	27	25	251	25094	111	Europe/Paris
6613612	Pont-les-Moulins	pont-les-moulins	Pont-les-Moulins		FR	27	25	251	25465	187	Europe/Paris
6613613	Émalleville	emalleville	Emalleville,Émalleville		FR	28	27	273	27216	536	Europe/Paris
6613614	Normanville	normanville	Normanvil',nuo er mang wei er,Норманвиль,Норманвіль,诺尔芒维尔		FR	28	27	273	27439	1083	Europe/Paris
6613615	Tourneville	tourneville	Tourneville		FR	28	27	273	27652	328	Europe/Paris
6613616	Marolles	marolles	Marolles		FR	24	41	411	41128	730	Europe/Paris
6613617	Vievy-le-Rayé	vievy-le-raye	Vievy-le-Raye,Vievy-le-Rayé		FR	24	41	411	41273	461	Europe/Paris
6613618	Baigneaux	baigneaux	Baigneaux,Ben'o,Beno,bai gai ao,Беньо,Бењо,拜盖奥		FR	24	28	282	28019	238	Europe/Paris
6613619	Tirent-Pontéjac	tirent-pontejac	Tirent-Pontejac,Tirent-Pontéjac		FR	76	32	321	32447	86	Europe/Paris
6613620	Fossès-et-Baleyssac	fosses-et-baleyssac	Forcet e Balaissac,Fosez e Balesak,Fosses-et-Baleyssac,Fossez-e-Balessak,Fossès-et-Baleyssac,fu sai he ba lai sa ke,Фосез е Балесак,Фоссез-е-Балессак,福塞和巴莱萨克		FR	75	33	333	33171	220	Europe/Paris
6613621	Molières	molieres	Mol'er,Molieras,Molieres,Molièras,Molières,mo li ai,Мольєр,莫利埃		FR	76	82	822	82113	1170	Europe/Paris
6613622	Montagnac	montagnac	Montagnac,Montan'jak,Montanhac,meng ta ni ya ke,Монтаньяк,蒙塔尼亚克		FR	76	34	341	34162	4310	Europe/Paris
6613623	Foucherans	foucherans	Foucherans,Fushran,fu xie lang,Фушран,富谢朗		FR	27	39	391	39233	2159	Europe/Paris
6613624	Quièvrecourt	quievrecourt	Quievrecourt,Quièvrecourt		FR	28	76	761	76516	449	Europe/Paris
6613625	Poiseux	poiseux	Poiseux,Puaze,pu wa se,Пуазе,普瓦瑟		FR	27	58	583	58212	337	Europe/Paris
6613626	Delincourt	delincourt	Delenkur,Delincourt,dai lan ku er,Деленкур,代兰库尔		FR	32	60	601	60195	478	Europe/Paris
6613627	Bénac	benac	Benac,Benak,bei na ke,Бенак,贝纳克		FR	76	65	653	65080	534	Europe/Paris
6613628	Haute-Rivoire	haute-rivoire	Ot Rivoar,Ot-Rivuar,От Ривоар,От-Ривуар		FR	84	69	691	69099	1450	Europe/Paris
6613629	Mornay	mornay	Mornay		FR	27	71	713	71323	128	Europe/Paris
6613630	Auterive	auterive			FR	76	82	821	82006	77	Europe/Paris
6613631	Villiers	villiers	Villiers		FR	75	86	863	86292	889	Europe/Paris
6613632	Vouillé	vouille	Voglade,Vouille,Vouillé,Vue,wu yi lei,Вує,武伊勒		FR	75	86	863	86294	3689	Europe/Paris
6613633	Mazerolles	mazerolles	Mazerol',Mazerolles,Mazrol',ma ci luo lei,Мазероль,Мазроль,马兹罗勒		FR	75	17	171	17227	233	Europe/Paris
6613634	Pérignac	perignac	Perignac,Perin'jak,Pérignac,pei li ni ya ke,Периньяк,佩里尼亚克		FR	75	17	171	17273	1008	Europe/Paris
6613635	Saint-Quantin-de-Rançanne	saint-quantin-de-rancanne	Sen-Kanten-de-Ransan,Sen-Kanten-de-Ransann,sheng qu ang tan de lang sang,Сен-Кантен-де-Рансан,Сен-Кантен-де-Рансанн,سین-قانتین-دے-رنکن,圣屈昂坦德朗桑		FR	75	17	171	17388	279	Europe/Paris
6613636	Saint-Michel-de-la-Roë	saint-michel-de-la-roe	Sen-Mishel'-de-la-Roe,sheng mi she de la-luo e,Сен-Мішель-де-ла-Рое,سینٹ-مشیل-دے-لا-روے,圣米舍德拉-罗厄		FR	52	53	531	53242	263	Europe/Paris
6613637	Saint-Brice	saint-brice	Saint-Brice,Sen-Bris,sheng bu li ke,Сен-Брис,سینٹ-برکے، اڑنے,圣布里克		FR	28	61	612	61370	155	Europe/Paris
6613638	Saint-Vérand	saint-verand	Saint-Verand,Saint-Vérand,Sen-Veran,Сен-Веран		FR	84	69	692	69239	1176	Europe/Paris
6613639	Germigny	germigny	Germigny,Zhermin'i,Zhermini,re er mi ni,Жерминьи,Жермињи,Жерміньї,热尔米尼		FR	27	89	891	89186	548	Europe/Paris
6613640	Fourques	fourques	Forques,Fourques,Furk,fu er qu ai,Фурк,富尔屈埃		FR	76	66	661	66084	1265	Europe/Paris
6613641	Torcy-et-Pouligny	torcy-et-pouligny	Torcy-et-Pouligny,Torsi-e-Pulin'i,Torsi-eh-Pulin'i,tuo er xi he pu li ni,Торси-е-Пулиньи,Торси-э-Пулиньи,Торсі-е-Пуліньї,托尔西和普利尼		FR	27	21	213	21640	200	Europe/Paris
6613642	Florac Trois Rivières	florac-trois-rivieres			FR	76	48	481	48061	2069	Europe/Paris
6613643	Vebron	vebron	Bebron,Vebron,wbrn,wei bu long,Веброн,وبرن,韦布龙		FR	76	48	481	48193	199	Europe/Paris
6613644	Villeneuve-les-Cerfs	villeneuve-les-cerfs	Villeneuve-les-Cerfs		FR	84	63	634	63459	537	Europe/Paris
6613645	Menétru-le-Vignoble	menetru-le-vignoble	Menetru-le-Vignoble,Menétru-le-Vignoble		FR	27	39	392	39321	152	Europe/Paris
6613646	Courgeoût	courgeout	Courgeout,Courgeoût,Kurzheu,Kurzhu,ku er ru,Куржеу,Куржу,库尔茹		FR	28	61	613	61130	446	Europe/Paris
6613647	Saint-Ouen-de-Sécherouvre	saint-ouen-de-secherouvre			FR	28	61	613	61438	178	Europe/Paris
6613648	Saint-Arroman	saint-arroman	Saint-Arroman,Sent Arroman,Sent-Arroman,sheng a er luo mang,Сент-Арроман,سینٹ-اررومن، ہوٹس-پیرینیث,圣阿尔罗芒		FR	76	65	652	65385	90	Europe/Paris
6613649	Loches	loches	Loches		FR	24	37	373	37132	6283	Europe/Paris
6613650	Couloumé-Mondebat	couloume-mondebat	Couloume-Mondebat,Couloumé-Mondebat		FR	76	32	323	32109	194	Europe/Paris
6613651	Plaisance	plaisance	Plaisance,Plasenca,Plasença,Plezans,pu lai sang ke,Плезанс,普莱桑克		FR	76	32	323	32319	1474	Europe/Paris
6613652	Bray	bray			FR	28	27	272	27109	384	Europe/Paris
6613653	Goupil-Othon	goupil-othon			FR	28	27	272	27290	1257	Europe/Paris
6613654	Saint-Firmin	saint-firmin	Saint-Firmin		FR	27	58	583	58239	183	Europe/Paris
6613655	Genillé	genille	Genille,Genillé		FR	24	37	373	37111	1526	Europe/Paris
6613656	Vregille	vregille	Vregille,Vrezhij,Врежий,Врежій		FR	27	70	702	70578	173	Europe/Paris
6613657	Beaumont	beaumont	Beaumont,Belmont,Biaumont,Bomon,bo meng,bomon,bomong,Бомон,ボーモン,博蒙,보몽		FR	84	63	632	63032	10976	Europe/Paris
6613658	Saint-Remy-du-Nord	saint-remy-du-nord			FR	32	59	591	59543	1121	Europe/Paris
6613659	Oxelaëre	oxelaere	Okselaer,Okselare,Okseloare,Oxelaere,Oxelaëre,ao ke sai la ai er,Окселаер,奥克塞拉埃尔		FR	32	59	594	59454	528	Europe/Paris
6613660	Chavelot	chavelot	Chavelot,Shavelo,Shavlo,sha fu luo,Шавело,Шавло,沙弗洛		FR	44	88	881	88099	1413	Europe/Paris
6613661	Igney	igney	In'e,yi gai yi,Іньє,Инье,伊盖伊		FR	44	88	881	88247	1181	Europe/Paris
6613662	Latour	latour	Latour		FR	76	31	311	31279	77	Europe/Paris
6613663	Chasselay	chasselay	Chasselay		FR	84	38	381	38086	411	Europe/Paris
6613664	Quincieu	quincieu	Quincieu		FR	84	38	381	38330	103	Europe/Paris
6613665	Romain	romain	Romain,Romen,luo man,Ромен,罗曼		FR	44	54	542	54461	69	Europe/Paris
6613666	Charmois	charmois	Charmois,Sharmoa,Sharmua,sha er mu wa,Шармоа,Шармуа,沙尔穆瓦		FR	44	54	542	54121	188	Europe/Paris
6613667	Cumiès	cumies	Cumies,Cumiès		FR	76	11	111	11114	36	Europe/Paris
6613668	Mosnac	mosnac	Monak,Mosnac,mo si na ke,Монак,莫斯纳克		FR	75	16	162	16233	457	Europe/Paris
6613669	Rouffiac	rouffiac	Rouffiac,Ruf'jak,Ruffiak,lu fei a ke,Руффіак,Руфьяк,鲁菲阿克		FR	75	16	161	16284	124	Europe/Paris
6613670	Saint-Christaud	saint-christaud	Saint-Christaud,Sen-Kristo,Sent Cristau,sheng ke li si tuo,Сен-Кристо,سینٹ-چرستاود، گرس,圣克里斯托		FR	76	32	323	32367	64	Europe/Paris
6613671	Cambes	cambes	Cambas,Cambes,Kamb,Kan,kang bei,Камб,Кан,康贝		FR	75	33	332	33084	1537	Europe/Paris
6613672	Bard	bard	Bar,ba er,Бар,巴尔		FR	84	42	421	42012	659	Europe/Paris
6613673	Roche	roche	Roche,Rosh,luo ke,Рош,罗克		FR	84	42	421	42188	259	Europe/Paris
6613674	Braisnes-sur-Aronde	braisnes-sur-aronde			FR	32	60	603	60099	170	Europe/Paris
6613675	Beaurepaire	beaurepaire	Boreper,bo lei pei er,Борепер,博雷佩尔		FR	32	60	604	60056	67	Europe/Paris
6613676	Châtenay	chatenay	Chatenay,Châtenay,Shatene,Shatne,Шатене,Шатне		FR	27	71	713	71116	163	Europe/Paris
6613677	Thoiry	thoiry	Thoiry		FR	84	73	732	73293	461	Europe/Paris
6613678	Verel-Pragondran	verel-pragondran	Verel-Pragondran		FR	84	73	732	73310	466	Europe/Paris
6613679	Roussillon	roussillon	Rossilhon,Roussillon,Ruscellonum,Rusijon,Rusijonas,Russil'jon,lu xi long,rushiyon,Русийон,Руссільйон,ルシヨン,鲁西隆		FR	93	84	841	84102	1317	Europe/Paris
6613680	Colombiers	colombiers	Colombiers,Kolombe,Kolombjer,ke long bi ye er,Коломбє,Коломбјер,科隆比耶尔		FR	75	86	861	86081	1516	Europe/Paris
6613681	Bouze-lès-Beaune	bouze-les-beaune	Bouze-les-Beaune,Bouze-lès-Beaune,Buz le Bon,Buz-le-Bon,bu ci lai bo en,bwz-l-bn,Буз ле Бон,Буз-ле-Бон,بوز-ل-بن,布兹莱博恩		FR	27	21	211	21099	317	Europe/Paris
6613683	Sénoville	senoville	Senovil',Senoville,Sénoville,sai nuo wei er,Сеновиль,Сеновіль,塞诺维尔		FR	28	50	502	50572	207	Europe/Paris
6613684	Saint-Barthélemy	saint-barthelemy	Bartelame,Saint-Barthelemy,Saint-Barthélemy,Sanctus Bartholomeus,Sen-Bartelemi,sheng ba er tai lai mi,Сен-Бартелеми,Сен-Бартелемі,سینٹ-برتھلمے، موربیحا,圣巴尔泰莱米		FR	53	56	562	56207	1178	Europe/Paris
6613685	Saint-Aignan	saint-aignan	Saint-Aignan,Sent-En'jan,Сент-Еньян,سینٹ-ایگنان، سرٹھے		FR	52	72	722	72265	263	Europe/Paris
6613686	Forges	forges	Forges,Forzh,Форж		FR	11	77	773	77194	428	Europe/Paris
6613687	Beaumont	beaumont	Beaumont,Bomon,bo meng,Бомон,博蒙		FR	27	89	891	89031	632	Europe/Paris
6613688	Brion	brion	Brion,bu li weng,Брион,Бріон,布里翁		FR	27	89	893	89056	629	Europe/Paris
6613689	Cheny	cheny	Cheny		FR	27	89	891	89099	2484	Europe/Paris
6613690	Boussac	boussac	Boussac		FR	76	46	462	46035	187	Europe/Paris
6613691	Saint-Martin-du-Mont	saint-martin-du-mont	Sen-Marten-dju-Mon,Сен-Мартен-дю-Мон,سینٹ-مارٹن-دو-مونٹ، سونے-یت-لڑے		FR	27	71	714	71454	206	Europe/Paris
6613692	Tauriac	tauriac	Tauriac		FR	76	81	811	81293	334	Europe/Paris
6613693	Pézènes-les-Mines	pezenes-les-mines	Pezenes-les-Mines,Pézènes-les-Mines		FR	76	34	341	34200	244	Europe/Paris
6613694	Castéra-Lanusse	castera-lanusse	Castera-Lanusse,Casterar e Lanussa,Castéra-Lanusse,Kastera Lanis,Kastera-Lanjus,Kastera-Lanjuss,Lo Casterar dAudon,ka si tai la la ni si,Кастера Ланис,Кастера-Ланюс,Кастера-Ланюсс,卡斯泰拉拉尼斯		FR	76	65	653	65132	45	Europe/Paris
6613695	Moyenneville	moyenneville	Moeyenneville,Moyenneville,Moéyénneville,Muaennvil',Muajenvil',mu wa ye ne wei er,Муайенвиль,Муаєннвіль,穆瓦耶讷维尔		FR	32	80	801	80578	715	Europe/Paris
6613696	Orvilliers	orvilliers	Orvilliers		FR	11	78	781	78474	829	Europe/Paris
6613697	Saint-Hilaire-sur-Benaize	saint-hilaire-sur-benaize	Saint-Hilaire-sur-Benaize		FR	24	36	361	36197	307	Europe/Paris
6613698	Maurens	maurens	Maurens		FR	76	31	313	31329	202	Europe/Paris
6613699	Plounévez-Moëdec	plounevez-moedec	Plounevez-Moedec,Plounevez-Moedeg,Plounévez-Moëdec,Pluneve-Moedek,Pluneve-Moehdek,pu lu nei wei mo e dai ke,Плуневе-Моедек,Плуневе-Моэдек,普卢内韦莫厄代克		FR	53	22	223	22228	1434	Europe/Paris
6613700	Craménil	cramenil	Cramenil,Craménil		FR	28	61	612	61137	156	Europe/Paris
6613701	Carves	carves	Carves		FR	75	24	244	24084	104	Europe/Paris
6613702	Pujols	pujols	Pjuzhol',Pujols,Pujous,Pujous de Castilhon,Pujòus,Pujòus de Castilhon,pi ruo er,Пюжоль,皮若尔		FR	75	33	335	33344	544	Europe/Paris
6613703	Sainte-Radegonde	sainte-radegonde	Sainte-Radegonde,Sent-Radegond,Senta Radegonda,sheng la dai gong de,Сент-Радегонд,سین-رادگوندے، گروندے,圣拉代贡德		FR	75	33	335	33468	468	Europe/Paris
6613704	Thil	thil	Thil		FR	44	51	513	51568	297	Europe/Paris
6613705	Heuqueville	heuqueville	Heuqueville		FR	28	27	271	27337	363	Europe/Paris
6613706	Serrigny	serrigny	Serrin'i,sai er li ni,Серриньи,Серриньї,塞尔里尼		FR	27	89	892	89393	114	Europe/Paris
6613707	Saint-Léger-de-Rôtes	saint-leger-de-rotes	Saint-Leger-de-Rotes,Saint-Léger-de-Rôtes,Sen-Lezhe-de-Rot,sheng lai re de luo tai,Сен-Леже-де-Рот,سینٹ-لگر-دے-روٹس,圣莱热德罗泰		FR	28	27	272	27557	418	Europe/Paris
6613708	Capelle	capelle	Capelle,Kapel,Kapel',ka pei lei,Капел,Капель,卡佩勒		FR	32	59	592	59127	156	Europe/Paris
6613709	Rahon	rahon			FR	27	25	252	25476	128	Europe/Paris
6613710	Levoncourt	levoncourt	Levoncourt,Levonkur,lei weng ku er,Левонкур,勒翁库尔		FR	44	68	681	68181	243	Europe/Paris
6613711	Laval	laval	Laval,Laval',la wa,Лаваль,拉瓦		FR	84	38	381	38206	986	Europe/Paris
6613712	Fleury	fleury	Fleury		FR	32	80	802	80317	228	Europe/Paris
6613713	Velennes	velennes			FR	32	80	802	80786	147	Europe/Paris
6613714	Franqueville	franqueville	Frankvil,Frankvil',Franqueville,Franqville,fu lang ke wei er,Франквил,Франквіль,弗朗克维尔		FR	32	80	802	80346	182	Europe/Paris
6613715	Lafage	lafage	Lafage		FR	76	11	111	11184	82	Europe/Paris
6613716	Besse	besse	Besse		FR	84	15	151	15269	124	Europe/Paris
6613717	Chamesey	chamesey	Chamesey		FR	27	25	253	25113	134	Europe/Paris
6613718	Charmoille	charmoille	Charmoille,Sharmoj,Sharmuaj,sha er mu wa er,Шармој,Шармуай,沙尔穆瓦尔		FR	27	25	252	25125	332	Europe/Paris
6613719	Provenchère	provenchere	Provenchere,Provenchère		FR	27	25	252	25471	134	Europe/Paris
6613720	Courtefontaine	courtefontaine	Courtefontaine,Kurtfonten,ku er tai feng tan,Куртфонтен,库尔泰丰坦		FR	27	25	252	25174	248	Europe/Paris
6613721	Chillac	chillac	Chillac		FR	75	16	162	16099	215	Europe/Paris
6613722	Bretigny	bretigny	Bretigny,Bretin'i,Bretini,Бретиньи,Бретињи,Бретіньї		FR	27	21	212	21107	904	Europe/Paris
6613723	Ruffey-lès-Echirey	ruffey-les-echirey	Rjuffe-lez-Ehshire,Rjuffe-lez-Eshire,Ruffey-les-Echirey,Ruffey-lès-Echirey,lu fei lai ai xi lei,rwfy-l-ashyry,Рюффе-лез-Ешире,Рюффе-лез-Эшире,روفی-ل-اشیری,吕费莱埃希雷		FR	27	21	212	21535	1299	Europe/Paris
6613724	Saint-Julien	saint-julien	Saint-Julien,Sen-Zhjul'en,Сен-Жюльен		FR	27	21	212	21555	1481	Europe/Paris
6613727	Belleville-en-Beaujolais	belleville-en-beaujolais	Belleville-en-Beaujolais		FR	84	69	692	69019	12776	Europe/Paris
6613728	Mazille	mazille	Mazij,Mazille,Мазий,Мазій		FR	27	71	715	71290	388	Europe/Paris
6613729	Sainte-Pexine	sainte-pexine	Sainte-Pexine		FR	52	85	851	85261	246	Europe/Paris
6613730	Cahuzac	cahuzac	Cahuzac		FR	76	81	812	81049	388	Europe/Paris
6613731	Colombiers	colombiers	Colombiers,Kolomb'e,Kolombe,Kolombie,Kolombjer,ke long bi ye er,Коломбье,Коломбє,Коломбјер,Կոլոմբիե,科隆比耶尔		FR	75	17	174	17115	315	Europe/Paris
6613732	Villedieu-les-Poêles-Rouffigny	villedieu-les-poeles-rouffigny	Villedieu-les-Poeles-Rouffigny,Villedieu-les-Poêles-Rouffigny		FR	28	50	504	50639	3893	Europe/Paris
6613733	Gommecourt	gommecourt	Gomkur,Gommekur,Гомкур,Гоммекур		FR	11	78	781	78276	675	Europe/Paris
6613735	Condat	condat	Condat		FR	76	46	463	46074	408	Europe/Paris
6613736	Châteauneuf	chateauneuf	Chateauneuf,Châteauneuf		FR	84	73	732	73079	876	Europe/Paris
6613737	Hauteville	hauteville	Hauteville		FR	84	73	732	73133	349	Europe/Paris
6613739	Ternant	ternant	Ternan,Ternant,Тернан		FR	27	21	211	21625	87	Europe/Paris
6613740	Étrepy	etrepy	Etrepi,Etrepy,ai te lei pi,Étrepy,Етрепи,Етрепі,埃特雷皮		FR	44	51	514	51240	139	Europe/Paris
6613741	Jussecourt-Minecourt	jussecourt-minecourt	Jussecourt-Minecourt		FR	44	51	514	51311	210	Europe/Paris
6613742	Sainte-Hélène	sainte-helene	Sainte-Helene,Sainte-Hélène,Sent-Elen,Сент-Елен,سین-ہلنے، سونے-یت-لڑے		FR	27	71	712	71426	519	Europe/Paris
6613743	Châtenois	chatenois	Chatenois,Châtenois,Shatenua,Shatnoa,Shatnua,Шатенуа,Шатноа,Шатнуа		FR	27	70	701	70141	127	Europe/Paris
6613744	Servigney	servigney	Servigney		FR	27	70	701	70490	124	Europe/Paris
6613745	Rouvray	rouvray	Rouvray,Ruvre,lu fu lai,Рувре,鲁夫赖		FR	27	89	891	89328	391	Europe/Paris
6613746	Saint-Privé	saint-prive	Saint-Prive,Saint-Privé,Sen-Prive,sheng pu li wo,synt-pry wy yn,Сен-Приве,سین-پروے، یون,سینت-پری وی ین,圣普里沃		FR	27	89	891	89365	537	Europe/Paris
6613747	Saint-Evroult-Notre-Dame-du-Bois	saint-evroult-notre-dame-du-bois	Saint-Evroult-Notre-Dame-du-Bois		FR	28	61	613	61386	460	Europe/Paris
6613748	Lombard	lombard			FR	27	39	392	39296	209	Europe/Paris
6613749	Recanoz	recanoz	Recanoz		FR	27	39	392	39454	90	Europe/Paris
6613750	Saint-Servais	saint-servais	Sant-Servez-Landivizio,Sen-Serve,san=seruvu~e,sheng sai er wei,Сен-Серве,سین-سروس، فنستیرے,サン＝セルヴェ,圣塞尔韦		FR	53	29	293	29264	781	Europe/Paris
6613751	Chevrières	chevrieres	Chevrieres,Chevrières,Shevrier,Shevrijer,xie fu li ai,Шевриер,Шевријер,Шеврієр,谢夫里埃		FR	84	38	381	38099	712	Europe/Paris
6613752	Le Thil	le-thil	Le Thil		FR	28	27	271	27632	516	Europe/Paris
6613753	Chuisnes	chuisnes	Chuisnes,Shin,Shuin,xu yi si nei,Шин,Шуїн,许伊斯内		FR	24	28	281	28099	1122	Europe/Paris
6613754	Fargues	fargues	Farg,Fargues,Hargas,Hargas de Lengon,fa er gai,Фарг,法尔盖		FR	75	33	333	33164	1622	Europe/Paris
6613755	Mauriac	mauriac	Mauriac,Moriak,mo li a ke,Мориак,Моріак,莫里阿克		FR	75	33	333	33278	252	Europe/Paris
6613756	Malleval	malleval	Malleval,Malleval',ma lei wa,Маллеваль,马勒瓦		FR	84	42	423	42132	578	Europe/Paris
6613757	Saint-Appolinard	saint-appolinard	Saint-Appolinard,Sent-Appolinar,sheng a bo li na er,Сент-Апполінар,سینٹ-اپپولنارڈ، لڑے,圣阿波利纳尔		FR	84	42	423	42201	670	Europe/Paris
6613758	Pujols	pujols	Pjuzhol',Pujols,Pujòls,pi ruo er,Пюжоль,皮若尔		FR	75	47	473	47215	3611	Europe/Paris
6613759	Fabas	fabas	Fabas		FR	76	82	822	82057	606	Europe/Paris
6613760	Vaïssac	vaissac			FR	76	82	822	82184	855	Europe/Paris
6613809	Saint-Ouën-des-Toits	saint-ouen-des-toits	Sent-Uen-de-Tua,sheng wu e en dai tu wa te,Сент-Уен-де-Туа,سینٹ-وں -دس-تویٹس,圣乌厄恩代图瓦特		FR	52	53	532	53243	1746	Europe/Paris
6613761	Saint-Pierre-des-Ifs	saint-pierre-des-ifs	Saint-Pierre-des-Ifs,Sen-P'er-dez-If,Sen-P'err-dez-If,Sen-Perr-dez-If,sheng pi ye er dai yi fu,Сен-Пьер-дез-Иф,Сен-Пьерр-дез-Иф,Сен-Пєрр-дез-Іф,سین-پیری-دے-افس، کلودوس,圣皮耶尔代伊夫		FR	28	14	143	14648	456	Europe/Paris
6613762	Geay	geay	Geay,Ze,Zhe,re zhen,Же,Ժե,热镇		FR	75	17	174	17171	742	Europe/Paris
6613763	Saint-Porchaire	saint-porchaire	Saint-Porchaire		FR	75	17	174	17387	1856	Europe/Paris
6613764	Ourouer-les-Bourdelins	ourouer-les-bourdelins	Ourouer-les-Bourdelins,Urue-le-Burdelen,Urueh-le-Burdlen,wu lu ai lai bu er dai lan,Уруе-ле-Бурделен,Уруэ-ле-Бурдлен,乌鲁埃莱布尔代兰		FR	24	18	182	18175	615	Europe/Paris
6613765	Chamouilley	chamouilley	Chamouilley		FR	44	52	523	52099	807	Europe/Paris
6613766	Saint-Germain-de-Fresney	saint-germain-de-fresney	Saint-Germain-de-Fresney		FR	28	27	273	27544	206	Europe/Paris
6613767	Plaimbois-du-Miroir	plaimbois-du-miroir	Plaembua-dju-Miruar,Plaimbois-du-Miroir,pu lan bu wa di mi lu wa,Плаембуа-дю-Міруар,普兰布瓦迪米鲁瓦		FR	27	25	253	25456	235	Europe/Paris
6613768	Tourgéville	tourgeville	Tourgeville,Tourgéville,Turzhevil',tu er re wei er,Туржевиль,Туржевіль,图尔热维尔		FR	28	14	143	14701	809	Europe/Paris
6613769	Saint-Remy-la-Calonne	saint-remy-la-calonne	Saint-Remy-la-Calonne		FR	44	55	553	55465	106	Europe/Paris
6613770	Saint-Adrien	saint-adrien	Saint-Adrien,Sant-Rien,Sent-Adrien,Sent-Adrijan,sheng a de li an,sn-adryn,Сент-Адриен,Сент-Адриян,Сент-Адріян,سن-آدرین,سینٹ-ادرین,圣阿德里安		FR	53	22	222	22271	356	Europe/Paris
6613771	Saint-Armel	saint-armel	Sanctus Armellus,Sant-Armael-ar-Gilli,Sent-Armel',sheng a er mei,Сент-Армель,سینٹ-ارمیل، الے-یت-ولاینے,圣阿尔梅		FR	53	35	353	35250	1869	Europe/Paris
6613772	Brassac	brassac	Brassac		FR	76	82	821	82024	252	Europe/Paris
6613773	Bouloc	bouloc	Bonloc,Bonlòc,Bouloc,Bulok,Булок		FR	76	31	313	31079	4577	Europe/Paris
6613774	Bouloc-en-Quercy	bouloc-en-quercy	Bouloc-en-Quercy		FR	76	82	821	82021	188	Europe/Paris
6613775	Sauveterre	sauveterre	Sauveterre		FR	76	82	821	82177	175	Europe/Paris
6613776	Domremy-la-Canne	domremy-la-canne			FR	44	55	553	55162	36	Europe/Paris
6613777	Sainte-Radégonde	sainte-radegonde	Sainte-Radegonde,Sainte-Radégonde		FR	75	86	863	86239	167	Europe/Paris
6613778	Verrières	verrieres	Verrer,Verrieres,Verrières,Веррєр		FR	75	86	862	86285	1007	Europe/Paris
6613779	Saint-Valery-sur-Somme	saint-valery-sur-somme	Saint-Valery-sur-Somme		FR	32	80	801	80721	2562	Europe/Paris
6613780	Monfaucon	monfaucon	Monfaucon,Monfokon,Mont Faucon,Montfaucon,meng fu kong,Монфокон,蒙福孔		FR	75	24	241	24277	299	Europe/Paris
6613781	Trenal	trenal	Trenal		FR	27	39	392	39537	461	Europe/Paris
6613782	Cesancey	cesancey	Cesancey,Sezanse,se sang sai,Сезансе,瑟桑塞		FR	27	39	392	39088	394	Europe/Paris
6613783	Saint-Benin-des-Bois	saint-benin-des-bois	Saint-Benin-des-Bois		FR	27	58	583	58233	169	Europe/Paris
6613784	Saint-Martin-des-Pézerits	saint-martin-des-pezerits	Saint-Martin-des-Pezerits,Saint-Martin-des-Pézerits,Sen-Marten-de-Pezeri,sheng ma dan dai pei ze li te,Сен-Мартен-де-Пезери,Сен-Мартен-де-Пезері,سینٹ-مارٹن-دس-پزریٹس,圣马丹代佩泽里特		FR	28	61	613	61425	136	Europe/Paris
6613785	Velennes	velennes	Velenn,Vlene,Vlène,wei lei nei,wlns  ays,Веленн,ولنس، ایس,韦勒内		FR	32	60	601	60663	239	Europe/Paris
6613786	Plounévez-Quintin	plounevez-quintin	Plebs Nova in Quintino,Plounevez-Kintin,Plounevez-Quintin,Plounévez-Quintin,Pluneve-Kenten,pu lu nei wei qu an tan,Плуневе-Кентен,普卢内韦屈安坦		FR	53	22	222	22229	1102	Europe/Paris
6613787	Trémeheuc	tremeheuc	Tremaeg,Tremeek,Tremeheuc,Trémeheuc,te lei mei e ke,trmhywk,Тремеек,ترمهئوک,特雷梅厄克		FR	53	35	354	35342	341	Europe/Paris
6613788	Urville	urville	Jurvil',Urville,yu er wei er,Юрвиль,Юрвіль,于尔维尔		FR	28	14	142	14719	655	Europe/Paris
6613789	Pont-Remy	pont-remy	Pon-Remi,Pont-Remy,Pont-dErmy,Pont-dÉrmy,peng lei mi,pon=remi,Пон-Ремі,ポン＝レミ,蓬雷米		FR	32	80	801	80635	1474	Europe/Paris
6613790	Morcourt	morcourt	Morkur,mo er ku er,Моркур,莫尔库尔		FR	32	80	802	80569	300	Europe/Paris
6613792	Longueville	longueville	Longueville,Longvil',long gai wei er,Лонгвиль,Лонгвіль,隆盖维尔		FR	28	50	501	50277	611	Europe/Paris
6613794	Brion	brion	Brion		FR	84	38	383	38060	141	Europe/Paris
6613795	Saint-Aubin-Montenoy	saint-aubin-montenoy	Saint-Aubin-Montenoe,Saint-Aubin-Montenoy,Saint-Aubin-Montenoé,Sent-Oben-Montenua,sheng ou ban meng tai nu wa,Сент-Обен-Монтенуа,سینٹ-آبن-مونٹنوے,圣欧班蒙泰努瓦		FR	32	80	802	80698	227	Europe/Paris
6613796	Coinces	coinces	Coinces		FR	24	45	452	45099	563	Europe/Paris
6613797	They-sous-Vaudemont	they-sous-vaudemont	They-sous-Vaudemont		FR	44	54	543	54516	12	Europe/Paris
6613798	Ferrières	ferrieres	Ferrier,Ferriere,Ferrieres,Ferrière,Ferrières,fei li ye er,Феррієр,费里耶尔		FR	32	80	802	80305	474	Europe/Paris
6613799	Saint-Sauveur	saint-sauveur	Saint-Sauveu,Sen-Sover,sheng suo wo er,Сен-Совер,سین-سویر، سوممے,圣索沃尔		FR	32	80	802	80718	1399	Europe/Paris
6613800	Lagleygeolle	lagleygeolle	La Gleisola,La Gleisòla,Laglejzhol',Lagleygeolle,Laglezhol',la ge lai ruo er,Лаглежоль,Лаглейжоль,拉格莱若尔		FR	75	19	191	19099	219	Europe/Paris
6613801	Montmirat	montmirat	Monmirat,Montmirat,meng te mi la,Монмират,Монмірат,蒙特米拉		FR	76	30	302	30181	425	Europe/Paris
6613802	Routot	routot	Routot		FR	28	27	272	27500	1569	Europe/Paris
6613803	Thizay	thizay	Thizay,Tize,di ze,Тизе,Тізе,蒂泽		FR	24	36	364	36222	233	Europe/Paris
6613804	Fontaines	fontaines	Fontaines,Fonten,Фонтен		FR	27	71	712	71202	1948	Europe/Paris
6613805	Magné	magne	Magne,Magné,Man'e,ma ge,Маньє,马格		FR	75	86	862	86141	676	Europe/Paris
6613806	Jouvençon	jouvencon	Jouvencon,Jouvençon,Zhuvanson,Жувансон		FR	27	71	714	71244	424	Europe/Paris
6613807	Saint-Christophe	saint-christophe	Saint-Christophe,Sen-Kristof,sheng ke li si tuo fu,Сен-Кристоф,سینٹ-کروسٹوفے، چارینتے-مریتھمے,圣克里斯托夫		FR	75	17	173	17315	1364	Europe/Paris
6613808	Edern	edern	Edern,ai dai er en,ederun,Едерн,エデルン,埃代尔恩		FR	53	29	294	29048	2200	Europe/Paris
6613810	Saint-Fiacre	saint-fiacre	Saint-Fiacre		FR	11	77	771	77408	405	Europe/Paris
6613811	Fougeré	fougere	Fougere,Fougeré,Fuzhere,fu re lei,Фужере,富热勒		FR	52	85	852	85093	1182	Europe/Paris
6613813	Froidefontaine	froidefontaine	Fruadfonten,fu lu wa de feng tai na,Фруадфонтен,弗鲁瓦德丰泰纳		FR	27	90	901	90051	454	Europe/Paris
6613814	Callac	callac	Callac		FR	53	22	222	22025	2210	Europe/Paris
6613815	Pageas	pageas	Pageas		FR	75	87	872	87112	580	Europe/Paris
6613816	Crespin	crespin	Crespin		FR	76	12	123	12085	309	Europe/Paris
6613817	Quinsac	quinsac	Kensak,Quincac,Quinsac,Quinçac,qu an sa ke,Кенсак,屈安萨克		FR	75	33	332	33349	2174	Europe/Paris
6613818	Fraisse-sur-Agout	fraisse-sur-agout	Fraisse dAgot,Fraisse-sur-Agout,Fres sir Agu,Fress-sjur-Agu,a gu he pan fu lai si,Фрес сир Агу,Фресс-сюр-Агу,阿古河畔弗赖斯		FR	76	34	341	34107	338	Europe/Paris
6613819	Domfessel	domfessel	Domfesel,Domfessel,Domfessel',Dumfaessel,Dumfässel,dmfsl,dong fei sai,dwmfysyl,Домфесел,Домфессель,دمفسل,دومفيسيل,东费塞		FR	44	67	674	67099	290	Europe/Paris
6613820	Calmont	calmont	Kal'mon,Kalmon,ka er meng,Калмон,Кальмон,卡尔蒙		FR	76	31	313	31100	2380	Europe/Paris
6613821	Fongrave	fongrave	Fongrav,Fongrave,Fontgrava,feng ge la fu,Фонграв,丰格拉夫		FR	75	47	473	47099	625	Europe/Paris
6613822	Froissy	froissy	Froissy		FR	32	60	602	60265	890	Europe/Paris
6613823	Savigny	savigny	Savin'i,Савіньї		FR	84	69	692	69175	2017	Europe/Paris
6613824	Lanrelas	lanrelas	Lanrela,Lanrelas,Lanrelaz,lang lei la,lanrylas,ranrura,Ланрела,لانریلاس,ランルラ,朗雷拉		FR	53	22	224	22114	828	Europe/Paris
6613825	Coatréven	coatreven	Coatreven,Coatréven,Koatrevan,Koatreven,Silva Ravenni,ke a te lei wang,Коатреван,Коатревен,科阿特雷旺		FR	53	22	223	22042	492	Europe/Paris
6613826	Prades	prades	Prad,Prada,Prada de Conflent,Prades,Prado de Kunflent,pu la dai,purado,Прад,プラード,普拉代		FR	76	66	663	66149	6153	Europe/Paris
6613827	Montaïn	montain	Montain,Montaïn		FR	76	82	821	82118	108	Europe/Paris
6613828	Saint-Flour	saint-flour	Saint-Flour,Sant Flor,Sant Flor de Sauviac,Sen-Flur,sheng fu lu er,Сен-Флур,سینٹ-فلور، پے-دے-ڈومی,圣弗卢尔		FR	84	63	635	63343	282	Europe/Paris
6613829	Thuès-Entre-Valls	thues-entre-valls	Thues-Entre-Valls,Thuès-Entre-Valls		FR	76	66	663	66209	36	Europe/Paris
6613830	Montaut	montaut	Montaut,Monto,meng tuo,Монто,蒙托		FR	76	31	311	31361	517	Europe/Paris
6613831	Saint-Hilaire	saint-hilaire	Saint-Hilaire,Sen-Iler,Sent Alari,Sent-Iler,sheng yi lai er,Сен-Ілер,Сент-Илер,سینٹ-ہلیری، ہوتے-گروں نے,圣伊莱尔		FR	76	31	311	31486	1164	Europe/Paris
6613832	Villecomtal	villecomtal	Vil'kontal',Vila Comtal,Vilacomtal,wei lai kong ta,Вильконталь,Вільконталь,维莱孔塔		FR	76	12	122	12298	399	Europe/Paris
6613833	Fontenille	fontenille	Fontenij,Fontenille,Fontnij,feng te ni er,Фонтений,Фонтеній,Фонтниј,丰特尼尔		FR	75	16	163	16141	328	Europe/Paris
6613834	Juillé	juille	Zhjuje,Zhuie,rui yi lai,Жуіє,Жюйе,瑞伊莱		FR	75	16	163	16173	188	Europe/Paris
6613835	Champagnac-de-Belair	champagnac-de-belair	Champagnac-de-Belair		FR	75	24	242	24096	733	Europe/Paris
6613836	Quinsac	quinsac	Kensak,Quincac,Quinsac,Quinçac,qu an sa ke,Кенсак,屈安萨克		FR	75	24	242	24346	369	Europe/Paris
6613837	Saint-Vincent-d'Autéjac	saint-vincent-d-autejac	Saint-Vincent-d'Autejac,Saint-Vincent-d'Autéjac		FR	76	82	822	82174	283	Europe/Paris
6613838	Poilhes	poilhes	Polhas,Pual',Pòlhas,pu wa ye,Пуаль,普瓦耶		FR	76	34	341	34206	568	Europe/Paris
6613839	Montigny	montigny	Montigny,Montin'i,meng di ni,Монтиньи,Монтіньї,蒙蒂尼		FR	28	76	763	76446	1195	Europe/Paris
6613840	Sainte-Geneviève	sainte-genevieve	Sainte-Genevieve,Sainte-Geneviève,Sent-Zhenevev,sheng re na wei ye fu,Сент-Женевєв,سین-گنویوے، ایسے,圣热纳维耶夫		FR	32	60	601	60575	3159	Europe/Paris
6613841	Réjaumont	rejaumont	Rejaumont,Rezhomon,Réjaumont,lei ruo meng,Режомон,雷若蒙		FR	76	65	652	65377	166	Europe/Paris
6613842	Castanet	castanet	Castanet		FR	76	82	822	82029	288	Europe/Paris
6613843	Parisot	parisot			FR	76	82	822	82137	593	Europe/Paris
6613844	Noyers	noyers	Noyers,Nuae,nu wa ai er,Нуає,努瓦埃尔		FR	24	45	451	45230	769	Europe/Paris
6613845	Monsteroux-Milieu	monsteroux-milieu	Monsteroux-Milieu		FR	84	38	383	38244	789	Europe/Paris
6613846	Moissannes	moissannes	Moissanas,Moissannes,Muassann,mu wa sa na,Муассанн,穆瓦萨纳		FR	75	87	872	87099	381	Europe/Paris
6613847	Vouvray	vouvray	Vouvray,Vovreius,Vuvre,vuvure,wu fu lai,Вувре,ヴーヴレ,武夫赖		FR	24	37	372	37281	3234	Europe/Paris
6613849	Maron	maron	Maron,Марон		FR	44	54	543	54352	839	Europe/Paris
6613850	Ormes	ormes	Ormes		FR	44	51	513	51418	441	Europe/Paris
6613851	Semoy	semoy	Semoy,Semua,sang wa,Семуа,桑瓦		FR	24	45	452	45308	3156	Europe/Paris
6613852	Montagnieu	montagnieu	Montagnieu		FR	84	38	382	38246	1054	Europe/Paris
6613853	Pierrefitte	pierrefitte	P'erfit,P'errfitt,Peira Ficha,Peiraficha,Perrfitt,Pierrefitte,Pèira Ficha,pi ye er lei fei te,Пьеррфитт,Пьерфит,Пєррфітт,皮耶尔雷菲特		FR	75	19	192	19166	89	Europe/Paris
6613854	Favars	favars	Favar,Favars,fa wa er,Фавар,法瓦尔		FR	75	19	192	19082	1058	Europe/Paris
6613855	Saint-Mexant	saint-mexant	Saint-Mexant,Sen-Meksan,Sent Maissenc,Sent Maissenç,sheng mo ke sang,Сен-Мексан,سینٹ-ےشنت,圣默克桑		FR	75	19	192	19227	1309	Europe/Paris
6613856	Saint-Julien-la-Genête	saint-julien-la-genete	Saint-Julien-la-Genete,Saint-Julien-la-Genête		FR	75	23	231	23203	227	Europe/Paris
6613857	L'Aigle	l-aigle	L'Aigle		FR	28	61	613	61214	8075	Europe/Paris
6613859	Saint-Saturnin	saint-saturnin	Sant Sadornin,Sen-Satjurnen,Sent Sadornin,san=sate~yurunan,sheng sa di er nan,Сен-Сатюрнен,سین-سترنین، پے-دے-ڈومی,サン＝サテュルナン,圣萨蒂尔南		FR	84	63	632	63396	1167	Europe/Paris
6613860	Sept-Sorts	sept-sorts	Sept-Sorts		FR	11	77	771	77448	491	Europe/Paris
6613861	Longueville	longueville	Longueville,Longvil',Лонгвиль,Лонгвіль		FR	11	77	773	77260	1806	Europe/Paris
6613862	Saint-Loup-de-Naud	saint-loup-de-naud	Saint-Loup-de-Naud		FR	11	77	773	77418	884	Europe/Paris
6613863	Charny Orée de Puisaye	charny-oree-de-puisaye	Charny Oree de Puisaye,Charny Orée de Puisaye,Sharni,sha er ni,Шарни,Шарні,沙尔尼		FR	27	89	891	89086	4967	Europe/Paris
6613864	Saint-Rémy	saint-remy	Saint-Remy,Saint-Rémy,Sen-Remi,Сен-Реми,Сен-Ремі,سین-رمے، سونے-یت-لوئر		FR	27	71	712	71475	6612	Europe/Paris
6613865	Saint-Just-en-Brie	saint-just-en-brie	Saint-Just-en-Brie		FR	11	77	773	77416	238	Europe/Paris
6613866	Couffy	couffy	Couffy		FR	24	41	413	41063	505	Europe/Paris
6613867	Chevrières	chevrieres	Chevrieres,Chevrières,Shevrier,Shevrijer,xie fu li ai,Шевријер,Шеврієр,谢夫里埃		FR	84	42	421	42062	1097	Europe/Paris
6613868	Vernaison	vernaison			FR	84	69	691	69260	4872	Europe/Paris
6613869	Clérey-sur-Brenon	clerey-sur-brenon	Clerey-sur-Brenon,Clérey-sur-Brenon,Klere sir Brenon,Klere-sjur-Brenon,bu lei nong he pan ke lai lei,Клере сир Бренон,Клере-сюр-Бренон,布雷农河畔克莱雷		FR	44	54	543	54132	70	Europe/Paris
6613870	Quevilloncourt	quevilloncourt	Quevilloncourt		FR	44	54	543	54442	94	Europe/Paris
6613871	Marcenat	marcenat	Marcenac,Marcenat,Marsena,ma er se na,Марсена,马尔瑟纳		FR	84	15	153	15114	510	Europe/Paris
6613872	Thiron-Gardais	thiron-gardais	Thiron-Gardais		FR	24	28	284	28387	1006	Europe/Paris
6613873	Rivarennes	rivarennes	Rivaren,Rivarenn,li wa lei nei,Риварен,Риваренн,里瓦雷内		FR	24	36	361	36172	570	Europe/Paris
6613874	Thenay	thenay	Tene,Thenay,te nai,Тене,特奈		FR	24	36	361	36220	887	Europe/Paris
6613875	Croisilles	croisilles	Croisilles,Kroazij,Kruazij,ke lu wa xi lai,Кроазиј,Круазий,Круазій,克鲁瓦西莱		FR	28	61	613	61138	204	Europe/Paris
6613876	Orgères	orgeres	Orgeres,Orgères,Orzher,ao er re lei,Оржер,奥尔热雷		FR	28	61	613	61317	153	Europe/Paris
6613877	Saint-Evroult-de-Montfort	saint-evroult-de-montfort	Sent-Evru-de-Monfor,sheng ai fu lu er de meng te fu er,Сент-Евру-де-Монфор,سینٹ-اولٹ-دے-مونتفورٹ,圣埃夫鲁尔德蒙特福尔		FR	28	61	613	61385	345	Europe/Paris
6613878	Montagny	montagny	Montagny,Montan'i,Монтаньї		FR	84	69	691	69136	2892	Europe/Paris
6613880	Marmagne	marmagne	Marman',Мармань		FR	27	71	711	71282	1242	Europe/Paris
6613881	Recologne	recologne	Recologne		FR	27	70	702	70440	31	Europe/Paris
6613884	Le Controis-en-Sologne	le-controis-en-sologne	Kontr,Le Controis-en-Sologne,kong te lei,Контр,孔特雷		FR	24	41	413	41059	6822	Europe/Paris
6613885	Moulines	moulines	Moulines		FR	28	50	501	50362	294	Europe/Paris
6613886	Émanville	emanville	Emanville,Émanville		FR	28	76	763	76234	704	Europe/Paris
6613887	Goupillières	goupillieres	Goupillieres,Goupillières		FR	28	76	763	76311	417	Europe/Paris
6613888	Mazerolles	mazerolles	Mazerol',Mazerolles,ma ze luo lei,Мазероль,马泽罗勒		FR	75	86	862	86153	845	Europe/Paris
6613889	Eancé	eance	Eance,Eancé		FR	53	35	351	35103	406	Europe/Paris
6613890	Saint-Christophe-du-Bois	saint-christophe-du-bois	Saint-Christophe-du-Bois		FR	52	49	492	49269	2699	Europe/Paris
6613891	Betting	betting	Beting,Betten,Betting,Betting-les-Saint-Avold,Betting-lès-Saint-Avold,Bettingen,bei tan,Бетинг,Беттен,贝坦		FR	44	57	573	57073	862	Europe/Paris
6613892	Vergné	vergne	Vergne,Vergné,Vern'e,Verne,wei er nie,Вернье,Верньє,Վերնե,韦尔涅		FR	75	17	175	17464	141	Europe/Paris
6613893	Villard	villard	Villard		FR	75	23	232	23263	368	Europe/Paris
6613894	Corbon	corbon	Corbon,Korbon,ke er bang,Корбон,科尔邦		FR	28	61	613	61118	138	Europe/Paris
6613896	Courcelles-Epayelles	courcelles-epayelles	Courcelles-Epayelles,Kursel Epel,Kursel'-Epael',ku er se lai ai pei ai lai,Курсел Епел,Курсель-Епаєль,库尔瑟莱埃佩埃莱		FR	32	60	602	60168	204	Europe/Paris
6613897	Ferrières	ferrieres	Ferrier,Ferriere,Ferrieres,Ferrière,Ferrières,fu er li ai,Феррієр,弗尔里埃		FR	32	60	602	60232	494	Europe/Paris
6613898	Montmelas-Saint-Sorlin	montmelas-saint-sorlin	Monmela-Sen-Sorlen,Монмела-Сен-Сорлен		FR	84	69	692	69137	491	Europe/Paris
6613899	Saint-Julien	saint-julien	Saint-Julien,Sen-Zhul'en,Сен-Жульєн,سینٹ-جلیں ، رہونے		FR	84	69	692	69215	842	Europe/Paris
6613900	Monestiés	monesties	Monest'e,Monestier,Monestièr,mo nei si di ye,Монестье,Монестьє,莫内斯蒂耶		FR	76	81	811	81170	1371	Europe/Paris
6613901	Salles	salles	Sal',Salas,Salles,sa lai,Саль,萨莱		FR	76	81	811	81275	182	Europe/Paris
6613902	Saint-Gilles	saint-gilles	Saint-Gilles,Sanctus Egidius,Sant-Jili-Roazhon,Sen-Zhil',sheng ji lai,Сен-Жиль,سینٹ-گلیس، الے-یت-ولاینے,圣吉莱		FR	53	35	353	35275	4716	Europe/Paris
6613903	Guémené-Penfao	guemene-penfao			FR	52	44	445	44067	5215	Europe/Paris
6613904	Sens	sens	Agedincum Senonum,San,Sans,Sens,sang si,sangseu,sans,sansu,Сан,Санс,سانس,サンス,桑斯,상스		FR	27	89	893	89387	25913	Europe/Paris
6613905	Sargé-lès-le-Mans	sarge-les-le-mans	Sarge-les-le-Mans,Sargé-lès-le-Mans		FR	52	72	723	72328	3575	Europe/Paris
6613906	Vervant	vervant	Vervan,Vervant,wei er wang,Верван,韦尔旺		FR	75	16	163	16401	147	Europe/Paris
6613907	Brie-Comte-Robert	brie-comte-robert	Brie-Comte-Robert		FR	11	77	775	77053	17200	Europe/Paris
6613908	Courtry	courtry	Courtry		FR	11	77	775	77139	6580	Europe/Paris
6613909	Lévignen	levignen			FR	32	60	604	60358	944	Europe/Paris
6613910	Pezé-le-Robert	peze-le-robert	Peze-le-Robert,Pezé-le-Robert		FR	52	72	722	72234	374	Europe/Paris
6613911	Rouessé-Vassé	rouesse-vasse	Rouesse-Vasse,Rouessé-Vassé,Ruesse-Vasse,lu ai sai-wa sai,Руессе-Вассе,魯埃塞-瓦塞		FR	52	72	722	72255	819	Europe/Paris
6613912	Dieudonné	dieudonne	D'edonne,Dieudonne,Dieudonné,Djedone,di ye yu duo nei,Дьєдонне,Дједоне,迪耶于多内		FR	32	60	604	60197	826	Europe/Paris
6613913	Mescoules	mescoules	Mescola,Mescoules,Meskul',mei si ku lai,Мескуль,梅斯库莱		FR	75	24	241	24267	172	Europe/Paris
6613914	Rouvres	rouvres	Rouvres,Ruvr,Рувр		FR	11	77	771	77392	883	Europe/Paris
6613915	Saint-Aubin-Épinay	saint-aubin-epinay			FR	28	76	763	76560	1036	Europe/Paris
6613916	Saint-Eloy	saint-eloy	Saint-Eloy,Saint-Éloy,Sant-Alar,Sent-Elua,sheng ai lu wa,Сент-Елуа,سینٹ-یلوے، فنستیرے,圣埃卢瓦		FR	53	29	291	29246	218	Europe/Paris
6613917	Reigny	reigny	Reigny,Ren'i,Renhac,lei ni,Реньи,Реньї,雷尼		FR	24	18	182	18192	264	Europe/Paris
6613918	Quetigny	quetigny	Ketin'i,Quetigny,ktyny,qu ai di ni,Кетиньи,Кетіньї,کتینی,屈埃蒂尼		FR	27	21	212	21515	9597	Europe/Paris
6613919	Valdoie	valdoie	Valdoie		FR	27	90	901	90099	5340	Europe/Paris
6613920	Laboutarie	laboutarie	Laboutarie		FR	76	81	811	81119	492	Europe/Paris
6613921	Saint-Jean-le-Vieux	saint-jean-le-vieux	Saint-Jean-le-Vieux,Sen-Zhan-le-V'jo,Sen-Zhan-le-Ve,san jwn lw fyw,sheng rang lai fu yue,Сен-Жан-ле-Вьё,Сен-Жан-ле-Вє,سان جون لو فيو,سینٹ-ژاں -لے-ےش، اسیری,圣让莱弗约		FR	84	38	381	38404	287	Europe/Paris
6613922	Saint-Hilaire-la-Treille	saint-hilaire-la-treille	Saint-Hilaire-la-Treille,Sen-Iler-la-Trej,Sent Alari dArnac,Sent Ilaire,sheng yi lai lei la te lei lei,Сен-Ілер-ла-Трей,Сен-Илер-ла-Трей,سینٹ-ہلیری-لا-تڑیلے,圣伊莱勒拉特雷勒		FR	75	87	871	87149	383	Europe/Paris
6613923	Le Châtelard	le-chatelard	Chatelard,Châtelard,Le Chatelard,Le Châtelard,Le-Shatlar,Shatlar,Ле-Шатлар,Шатлар		FR	84	73	732	73081	671	Europe/Paris
6613924	Sepmes	sepmes	Sepmes		FR	24	37	373	37247	635	Europe/Paris
6613925	Ussac	ussac	Jussak,Ussac,yu sa ke,Юссак,于萨克		FR	75	19	191	19274	4169	Europe/Paris
6613926	Plédéliac	pledeliac	Pledel'jak,Pledeliac,Pledeliav,Pludelia,Plédéliac,pu lai dai li a ke,Пледельяк,普莱代利阿克		FR	53	22	224	22175	1424	Europe/Paris
6613927	Dracy	dracy	Dracy		FR	27	89	891	89147	218	Europe/Paris
6613928	Fontaines	fontaines	Fontaines,Fonten,feng tai na,Фонтен,丰泰纳		FR	27	89	891	89173	479	Europe/Paris
6613929	Leugny	leugny	Len'i,Leugny,lei ni,Леньи,Леньї,勒尼		FR	27	89	891	89221	346	Europe/Paris
6613930	Lavancia-Epercy	lavancia-epercy	Lavancia-Epercy		FR	27	39	393	39283	655	Europe/Paris
6613931	Saint-Georges-des-Coteaux	saint-georges-des-coteaux			FR	75	17	174	17336	2677	Europe/Paris
6613932	Saillant	saillant	Saillant		FR	84	63	631	63309	278	Europe/Paris
6613933	Menestreau	menestreau			FR	27	58	584	58162	114	Europe/Paris
6613934	Forcé	force	Forse,fu er sai,Форсе,福尔塞		FR	52	53	532	53099	1067	Europe/Paris
6613935	Seranville	seranville	Seranvil',se lang wei er,Серанвиль,Серанвіль,瑟朗维尔		FR	44	54	542	54501	98	Europe/Paris
6613936	Grand'Landes	grand-landes	Grand'Landes		FR	52	85	852	85102	658	Europe/Paris
6613937	Moûtiers	moutiers	Moutiers,Moûtiers		FR	84	73	731	73181	3509	Europe/Paris
6613939	Neffiès	neffies	Neffies,Neffiès		FR	76	34	341	34181	1062	Europe/Paris
6613940	Lay-Saint-Remy	lay-saint-remy	Lay-Saint-Remy,Le-Sen-Remi,lai sheng lei mi,Ле-Сен-Реми,Ле-Сен-Ремі,莱圣雷米		FR	44	54	544	54306	356	Europe/Paris
6613941	Fontvieille	fontvieille	Fons Vetula,Fontvieille,Fontvielha,Fonv'ej,Fonvej,Fonvjej,Fòntvielha,feng te wei ye yi er,Фонвьей,Фонвєй,Фонвјеј,丰特维耶伊尔		FR	93	13	132	13038	3614	Europe/Paris
6613942	Saint-Denis-de-Jouhet	saint-denis-de-jouhet			FR	24	36	363	36189	972	Europe/Paris
6613943	Sarzay	sarzay			FR	24	36	363	36210	313	Europe/Paris
6613944	Lavalette	lavalette	Lavalette		FR	76	34	342	34133	61	Europe/Paris
6613945	Lagarde	lagarde			FR	76	65	653	65244	518	Europe/Paris
6613946	Saint-Laurent-de-Brèvedent	saint-laurent-de-brevedent	Saint-Laurent-de-Brevedent,Saint-Laurent-de-Brèvedent		FR	28	76	762	76596	1444	Europe/Paris
6613947	Serre-les-Sapins	serre-les-sapins	Serr-le-Sapen,Serre-les-Sapins,sai er lai sa pan,Серр-ле-Сапен,塞尔莱萨潘		FR	27	25	251	25542	1577	Europe/Paris
6613949	Mirepoix	mirepoix	Mirepoix		FR	76	32	321	32258	224	Europe/Paris
6613950	Saint-Beauzire	saint-beauzire	Sant Bausiri,Sen-Bozir,sheng bo qi er,Сен-Бозір,سینٹ-بوزیرے، پے-دے-ڈومی,圣博齐尔		FR	84	63	634	63322	2141	Europe/Paris
6613951	Romain	romain	Romain		FR	27	39	391	39464	205	Europe/Paris
6613952	Paulhiac	paulhiac	Paulhac,Paulhiac,Pol'jak,bo yi a ke,Польяк,波伊阿克		FR	75	47	473	47202	307	Europe/Paris
6613953	Verfeil	verfeil	Verfeil		FR	76	82	822	82191	374	Europe/Paris
6613954	Tréméven	tremeven	Tremeven,Тремевен		FR	53	22	222	22370	338	Europe/Paris
6613955	Marigny	marigny	Marigny,Marin'i,Мариньи,Мариньї		FR	27	71	711	71278	152	Europe/Paris
6613956	Moisdon-la-Rivière	moisdon-la-riviere	Moisdon-la-Riviere,Moisdon-la-Rivière		FR	52	44	445	44099	1960	Europe/Paris
6613957	Illtal	illtal	Illtal		FR	44	68	681	68240	1403	Europe/Paris
6613958	Saint-Caradec	saint-caradec	Saint-Caradec,Sant-Karadeg,Sen-Karadek,sheng ka la dai ke,Сен-Карадек,سینٹ-کارڈک,圣卡拉代克		FR	53	22	224	22279	1110	Europe/Paris
6613959	Saint-Pôtan	saint-potan	Saint-Potan,Saint-Pôtan		FR	53	22	221	22323	804	Europe/Paris
6613961	Treffiagat	treffiagat	Treffiagat		FR	53	29	294	29284	2393	Europe/Paris
6613962	Houdemont	houdemont	Houdemont		FR	44	54	543	54265	2144	Europe/Paris
6613963	Guilly	guilly	Gii,Guilly,ji li,Гії,吉利		FR	24	45	452	45164	644	Europe/Paris
6613964	Vineuil	vineuil	Vineuil		FR	24	41	411	41295	7809	Europe/Paris
6613965	Puy-Saint-Gulmier	puy-saint-gulmier	Puy-Saint-Gulmier		FR	84	63	634	63292	156	Europe/Paris
6613967	Loc-Brévalaire	loc-brevalaire			FR	53	29	291	29126	198	Europe/Paris
6613968	Saint-Méen	saint-meen	Saint-Meen,Saint-Méen		FR	53	29	291	29255	913	Europe/Paris
6613969	Sansac-Veinazès	sansac-veinazes	Sansac-Veinazes,Sansac-Veinazès		FR	84	15	151	15222	216	Europe/Paris
6613970	Miraval-Cabardès	miraval-cabardes	Miraval-Cabardes,Miraval-Cabardès		FR	76	11	111	11232	43	Europe/Paris
6613971	Saint-Pierre-de-Genebroz	saint-pierre-de-genebroz	Saint-Pierre-de-Genebroz		FR	84	73	732	73275	340	Europe/Paris
6613972	Saint-Étienne-de-Cuines	saint-etienne-de-cuines			FR	84	73	733	73231	1192	Europe/Paris
6613973	Ménetreuil	menetreuil	Menetreuil,Ménetreuil		FR	27	71	714	71293	410	Europe/Paris
6613974	Saint-Divy	saint-divy	Saint-Divy		FR	53	29	291	29245	1540	Europe/Paris
6613975	Saint-Denis	saint-denis	Saint-Denis,Sant Danis,Sant Danís,Sen-Deni,sheng de ni,Сен-Дени,Сен-Дені,سینٹ-ڈینس، اودے,圣德尼		FR	76	11	111	11339	514	Europe/Paris
6613976	Saint-Germier	saint-germier	Saint-Germier		FR	76	81	812	81252	168	Europe/Paris
6613977	Mas-Saint-Chély	mas-saint-chely	Mas-Saint-Chely,Mas-Saint-Chély,Mas-Sen-Sheli,Sench Eli,Sench Èli,ma sheng xie li,Мас-Сен-Шели,Мас-Сен-Шелі,马圣谢利		FR	76	48	481	48141	116	Europe/Paris
6613978	Sainte-Eulalie	sainte-eulalie	Sainte-Eulalie		FR	76	48	482	48149	37	Europe/Paris
6613979	Trois-Vèvres	trois-vevres			FR	27	58	583	58297	239	Europe/Paris
6613980	Saint-Maudez	saint-maudez	Saint-Maudez,Sant-Maodez,Sen-Mode,sheng mo dai,Сен-Моде,سینٹ-موڈز,圣莫代		FR	53	22	221	22315	293	Europe/Paris
6613981	Saint-Dionisy	saint-dionisy	Saint-Dionisy,Saint-Dionizy,Saint-Dionizy ou Saint Dionisy,Sen-D'jonizi,Sent Dionisi,sheng di ao ni qi,Сен-Дьйонизи,Сен-Дьйонізі,سینٹ-دونسے,圣迪奥尼齐		FR	76	30	302	30249	1021	Europe/Paris
6613982	Teting-sur-Nied	teting-sur-nied	Teten-sjur-N'e,Tetingen,ni de he pan tai tan,ttn-swr-nyh,Тетен-сюр-Нье,Тетен-сюр-Ньє,تتن-سور-نیه,尼德河畔泰坦		FR	44	57	573	57668	1358	Europe/Paris
6613983	Saint-Firmin	saint-firmin	Saint-Firmin,Sen-Firmen,Сен-Фирмен,Сен-Фірмен		FR	27	71	711	71413	883	Europe/Paris
6613984	Saint-Mars-du-Désert	saint-mars-du-desert	Sanctus Medardus de Deserto,Sant-Marzh-an-Dezerzh,Sen-Mars-dju-Dezer,sheng ma er di dai sai er,Сен-Марс-дю-Дезер,سینٹ-مارس-دو-ڈیزرٹ، لڑے-اٹلانتقوے,圣马尔迪代塞尔		FR	52	44	445	44179	4787	Europe/Paris
6613985	Saint-Armel	saint-armel	Saint-Armel,Sant-Armael,Sent-Armel',sheng a er mei,Сент-Армель,سینٹ-ارمیل، موربیحا,圣阿尔梅		FR	53	56	563	56205	893	Europe/Paris
6613986	Saint-Christophe	saint-christophe	Saint-Christophe		FR	75	86	861	86217	309	Europe/Paris
6613987	Usseau	usseau	Jusso,Usseau,yu suo,Юссо,于索		FR	75	86	861	86275	619	Europe/Paris
6613988	Saint-Malô-du-Bois	saint-malo-du-bois	Saint-Malo-du-Bois,Saint-Malô-du-Bois,Sen-Malo-dju-Bua,sheng ma luo di bu wa,Сен-Мало-дю-Буа,سینٹ-ملو-دو-بوس,圣马洛迪布瓦		FR	52	85	852	85240	1605	Europe/Paris
6613989	Parisot	parisot	Parisot,Parisòt,Parizo,pa li suo,Паризо,帕里索		FR	76	81	811	81202	959	Europe/Paris
6613990	Pezuls	pezuls	Pesulh,Pezjul',Pezuls,po ju er,Пезюль,珀聚尔		FR	75	24	241	24327	118	Europe/Paris
6613991	Saint-Sériès	saint-series	Saint-Series,Saint-Sériès		FR	76	34	343	34288	967	Europe/Paris
6613992	Roanne	roanne	Roanne		FR	84	42	422	42187	34685	Europe/Paris
6613993	Saint-Caprais	saint-caprais	Saint-Caprais,Sen-Kapre,sheng ka pu lai,Сен-Капре,سینٹ-کاپریس، چر,圣卡普赖		FR	24	18	181	18201	770	Europe/Paris
6613994	Chalo-Saint-Mars	chalo-saint-mars	Chalo-Saint-Mars		FR	11	91	911	91130	1093	Europe/Paris
6613995	Saint-Hilaire	saint-hilaire	Saint-Hilaire,Sen-Iler,sheng yi lai lei,Сен-Ілер,Сен-Илер,سینٹ-ہلیری، اسوں نے,圣伊莱勒		FR	11	91	911	91556	404	Europe/Paris
6613996	Réguisheim	reguisheim	Regisajm,Regisheim,Reguisheim,lei ji sang,Регисайм,Регісайм,雷吉桑		FR	44	68	686	68266	1847	Europe/Paris
6613997	Saint-Brevin-les-Pins	saint-brevin-les-pins			FR	52	44	443	44154	13778	Europe/Paris
6613999	Saïx	saix	Saix,Saïx		FR	76	81	812	81273	3509	Europe/Paris
6614000	Villiers-Saint-Frédéric	villiers-saint-frederic	Vil'e-Sen-Frederik,Villiers-Saint-Frederic,Villiers-Saint-Frédéric,Вилье-Сен-Фредерик,Вільє-Сен-Фредерик		FR	11	78	782	78683	2801	Europe/Paris
6614001	Saint-Sauveur	saint-sauveur	Saint-Sauveur,Sen-Sover,sheng suo fu,Сен-Совер,سین-سویر، ایسے,圣索弗		FR	32	60	603	60597	1670	Europe/Paris
6614002	Mortefontaine	mortefontaine	Mortfonten,mo er tai feng tan,Мортфонтен,莫尔泰丰坦		FR	32	60	604	60432	846	Europe/Paris
6614004	Saint-Maur	saint-maur	Saint-Maur,Sen-Mor,sheng mo,Сен-Мор,سینٹ-موڑ، اندرے,圣莫		FR	24	36	362	36202	3601	Europe/Paris
6614005	Sainte-Radegonde	sainte-radegonde	Sainte-Radegonde,Sent-Radegond,Senta Radegonda,Senta Ragonda,sheng la dai gong de,Сент-Радегонд,سین-رادگوندے، آوےروں,圣拉代贡德		FR	76	12	122	12241	1766	Europe/Paris
6614006	Saint-Fiacre	saint-fiacre	Sen-F'jakr,Сен-Фьякр		FR	53	22	222	22289	214	Europe/Paris
6614007	Saint-Julien	saint-julien	Saint-Julien		FR	53	22	224	22307	2061	Europe/Paris
6614008	Régny	regny	Regny,Régny		FR	84	42	422	42181	1529	Europe/Paris
6614009	Saint-André-de-Chalencon	saint-andre-de-chalencon	Sant Andrieu e Chalencon,Sent-Andre-de-Shalankon,sheng ang de lei de sha lang kong,Сент-Андре-де-Шаланкон,سینٹ-آندرے-دے-چلنکون,圣昂德雷德沙朗孔		FR	84	43	433	43166	347	Europe/Paris
6614010	Saint-Étienne	saint-etienne			FR	84	42	423	42218	171924	Europe/Paris
6614011	Sermaise	sermaise	Sermaise,Sermez,sai er mai si,Сермез,塞尔迈斯		FR	11	91	911	91593	1633	Europe/Paris
6614012	Saint-Vincent-de-Paul	saint-vincent-de-paul	Saint-Vincent-de-Paul,Sen-Vensan-de-Pol',Sent Vincenc de Cupcac,Sent Vincenc de Pau,Sent Vincenç de Cupçac,Sent Vincenç de Pau,sheng wan sang de bo,Сен-Венсан-де-Поль,圣万桑德波		FR	75	33	332	33487	1011	Europe/Paris
6614013	Sillans-la-Cascade	sillans-la-cascade			FR	93	83	831	83128	752	Europe/Paris
6614014	Marolles-en-Brie	marolles-en-brie	Marol'-an-Bri,Marolles-en-Brie,bu li ye de qu ma luo lai,Мароль-ан-Бри,Мароль-ан-Брі,布里耶地区马罗莱		FR	11	94	941	94048	4856	Europe/Paris
6614015	Vaudemange	vaudemange	Vodmanzh,wawdmng,wo dai mang ge,Водманж,واودمنگ,沃代芒格		FR	44	51	513	51599	301	Europe/Paris
6614016	Vitrolles	vitrolles	Vitrol,Vitrol',Vitrola,Vitrolles,Vitròla,biteulol,vu~itororu,wei te luo lai,wytrwl  bwsh dw rwn,Витрол,Витроль,Вітроль,ویترول، بوش دو رون,ヴィトロル,维特罗莱,비트롤		FR	93	13	134	13117	33880	Europe/Paris
6614017	Savigneux	savigneux	Savigneux,Savin'e,Savin'jo,Savinyo,sa wei ni e,safynyw  ayn,Савиньё,Савіньє,Սավինյո,سافينيو، أين,萨维尼厄		FR	84	01	012	01398	1333	Europe/Paris
6614024	Saint-Sigismond	saint-sigismond	Saint-Sigismond,Sen-Sizhismon,sheng xi ji si meng,Сен-Сіжисмон,سین-سگسموند، مہینے-یت-لوئر,圣西吉斯蒙		FR	52	49	494	49321	375	Europe/Paris
6614025	Antoigné	antoigne	Antoigne,Antoigné		FR	52	49	493	49009	467	Europe/Paris
6614026	Pîtres	pitres	Pitres,Pîtres		FR	28	27	271	27458	2454	Europe/Paris
6614027	Boeschepe	boeschepe	Beshep,Boeschepe,Boeshep,Bœschepe,bo she pu,Бешеп,Боешеп,博舍普		FR	32	59	594	59086	2186	Europe/Paris
6614028	Petite-Forêt	petite-foret	Petit-Fore,Petite-Foret,Petite-Forêt,Ptit-Fore,po di fu lei,Петит-Форе,Петіт-Форе,Птит-Форе,珀蒂福雷		FR	32	59	596	59459	4894	Europe/Paris
6614029	Thuré	thure	Thure,Thuré,Tjure,di lei,Тюре,蒂勒		FR	75	86	861	86272	2881	Europe/Paris
6614030	Le Pré-Saint-Gervais	le-pre-saint-gervais			FR	11	93	931	93061	17780	Europe/Paris
6614031	Anost	anost			FR	27	71	711	71009	735	Europe/Paris
6614032	Buhl	buhl	Bjul',Buehl,Buhl,Bühl,bi zhen,Бюль,比镇		FR	44	68	686	68058	3290	Europe/Paris
6614033	Haux	haux	Haus,Haux,O,ao zhen,О,奥镇		FR	75	33	332	33201	827	Europe/Paris
6614036	Achères	acheres	Acheres,Achères,Asher,a xie er,achrs  chr,Ашер,اچرس، چر,阿谢尔		FR	24	18	181	18001	379	Europe/Paris
6614037	Ailly-le-Haut-Clocher	ailly-le-haut-clocher			FR	32	80	801	80009	951	Europe/Paris
6614038	Ainhoa	ainhoa	Ainhoa		FR	75	64	641	64014	671	Europe/Paris
6614039	Aisey-et-Richecourt	aisey-et-richecourt	Aisey-et-Richecourt,Ehze-eh-Rishkur,Eze-e-Rishkur,Ezej e Rishkur,azh-a-ryshkwr,Езе-е-Ришкур,Езеј е Ришкур,Эзе-э-Ришкур,ازه-ا-ریشکور		FR	27	70	702	70009	105	Europe/Paris
6614040	Albiac	albiac	Albiac		FR	76	46	462	46002	73	Europe/Paris
6614042	Ahetze	ahetze	Ahetze		FR	75	64	641	64009	2111	Europe/Paris
6614043	Andilly-en-Bassigny	andilly-en-bassigny	Andilly-en-Bassigny		FR	44	52	522	52009	109	Europe/Paris
6614044	Alles-sur-Dordogne	alles-sur-dordogne	Alles-sur-Dordogne		FR	75	24	241	24005	382	Europe/Paris
6614045	Allonnes	allonnes	Allonn,Allonnes,Alon,alwnz  sart,Аллонн,Алон,الونز، سارت		FR	52	72	723	72003	11102	Europe/Paris
6614046	Amelécourt	amelecourt	Amelecourt,Amelekur,Amelécourt,Amlekur,a mei lai ku er,amlkwr,Амелекур,Амлекур,آملکور,阿梅莱库尔		FR	44	57	575	57018	165	Europe/Paris
6614047	Amuré	amure	Amure,Amuré		FR	75	79	792	79009	432	Europe/Paris
6614048	Anères	aneres	Aner,Aneras,Aneres,Anères,Oner,a nei lei,Анер,Онер,阿内雷		FR	76	65	652	65009	179	Europe/Paris
6614049	Annay-la-Côte	annay-la-cote	Ane la Kot,Anne-la-Kot,a nai la ke te,Ане ла Кот,Анне-ла-Кот,阿奈拉科特		FR	27	89	892	89009	345	Europe/Paris
6614050	Anzême	anzeme	Anzeme,Anzême		FR	75	23	232	23004	577	Europe/Paris
6614051	Anse	anse	Ans,Anse,Ons,ang si,Анс,Онс,昂斯		FR	84	69	692	69009	7094	Europe/Paris
6614052	Anould	anould			FR	44	88	883	88009	3340	Europe/Paris
6614053	Ancemont	ancemont	Ancemont,Ansmon,Onsmon,ang sang weng,ansymant,Ансмон,Онсмон,انسیمانت,昂桑翁		FR	44	55	553	55009	562	Europe/Paris
6614054	Alzonne	alzonne	Alzonne		FR	76	11	111	11009	1538	Europe/Paris
6614055	Apchon	apchon			FR	84	15	152	15009	187	Europe/Paris
6614056	Alloue	alloue			FR	75	16	163	16007	471	Europe/Paris
6614057	Anlhiac	anlhiac	Anlhiac		FR	75	24	242	24009	276	Europe/Paris
6614058	Ambenay	ambenay	Ambenay,Ambene,Ombene,ambnay,ang bo nai,Амбене,Омбене,امبنای,昂伯奈		FR	28	27	272	27009	571	Europe/Paris
6614059	Amilly	amilly	Amii,Amiji,a mi li,amyly  aywr-at-lwar,Амији,Амії,امیلی، ایور-ات-لوار,阿米利		FR	24	28	281	28006	1850	Europe/Paris
6614060	Alzon	alzon	Al'zon,Alzon,a er zong,Алзон,Альзон,阿尔宗		FR	76	30	303	30009	181	Europe/Paris
6614061	Antras	antras	Antras,Antràs,Ontra,ang te la,Антрас,Онтра,昂特拉		FR	76	32	321	32003	48	Europe/Paris
6614062	Andiran	andiran	Andiran,Ondiran,ang di lang,Андиран,Андіран,Ондиран,昂迪朗		FR	75	47	474	47009	219	Europe/Paris
6614063	Arbourse	arbourse	Arbourse,Arbur,Arburs,a er bu er si,Арбур,Арбурс,阿尔布尔斯		FR	27	58	584	58009	125	Europe/Paris
6614064	Allonne	allonne	Allonn,Allonne,Alon,a long,alwn  awyz,Аллонн,Алон,الون، اویز,阿隆		FR	32	60	601	60009	1548	Europe/Paris
6614065	Alos	alos	Alos		FR	76	81	811	81007	92	Europe/Paris
6614066	Arles-sur-Tech	arles-sur-tech	Arles,Arles-sur-Tech		FR	76	66	661	66009	2700	Europe/Paris
6614067	Arnac-sur-Dourdou	arnac-sur-dourdou	Arnac-sur-Dourdou		FR	76	12	121	12009	35	Europe/Paris
6614068	Arthezé	artheze	Artheze,Arthezé		FR	52	72	721	72009	407	Europe/Paris
6614069	Aschères-le-Marché	ascheres-le-marche			FR	24	45	453	45009	1150	Europe/Paris
6614070	Athée	athee	Ate,Athee,Athée,a tai ai,Ате,阿泰埃		FR	27	21	212	21028	781	Europe/Paris
6614071	Auberives-sur-Varèze	auberives-sur-vareze	Oberiv-sjur-Varez,Obriv sir Varez,Obriv-sjur-Varez,wa lei ci he pan ao bo li wei,Оберив-сюр-Варез,Обрив сир Варез,Обрив-сюр-Варез,瓦雷兹河畔奥伯里韦		FR	84	38	383	38019	1487	Europe/Paris
6614073	Argelos	argelos	Argelos		FR	75	64	643	64043	271	Europe/Paris
6614074	Artzenheim	artzenheim	Arcenajm,Arcenkhajm,Artzenheim,Arzenheim,a er te ze nan,Арценайм,Арценхайм,Арценхајм,阿尔特泽南		FR	44	68	682	68009	838	Europe/Paris
6614075	Arrelles	arrelles	Arrelles		FR	44	10	103	10009	86	Europe/Paris
6614076	Ardenais	ardenais	Ardenais,Ardene,a er de nai,Ардене,阿尔德奈		FR	24	18	182	18010	204	Europe/Paris
6614077	Assier	assier	Assier		FR	76	46	462	46009	657	Europe/Paris
6614078	Ars	ars	Ar,Arc,Ars,Arç,a er,Ар,Арс,阿尔		FR	75	23	232	23007	251	Europe/Paris
6614079	Auge	auge	Auge,Auja,Ozh,Ож		FR	75	23	231	23009	100	Europe/Paris
6614080	Ardelu	ardelu	Ardelu		FR	24	28	281	28009	74	Europe/Paris
6614081	Aubiac	aubiac	Obiak,Objak,ao bi a ke,Обиак,Обіак,Објак,奥比阿克		FR	75	33	333	33017	274	Europe/Paris
6614082	Arpheuilles	arpheuilles	Arpheuilles		FR	24	36	362	36008	224	Europe/Paris
6614083	Arthon	arthon	Arthon		FR	24	36	362	36009	1251	Europe/Paris
6614084	Aubiac	aubiac	Aubiac,Obiak,Objak,ao bi a ke,Обиак,Обіак,Објак,奥比阿克		FR	75	47	471	47016	1102	Europe/Paris
6614085	Armancourt	armancourt	Armancourt,Armankur,Арманкур		FR	32	60	603	60023	559	Europe/Paris
6614086	Aucamville	aucamville	Aucamvila,Aucamville,Okamvil,Okamvil',ao kang wei lei,Окамвил,Окамвіль,奥康维勒		FR	76	82	822	82005	1348	Europe/Paris
6614087	Archigny	archigny	Archigny		FR	75	86	861	86009	1108	Europe/Paris
6614088	Arquenay	arquenay	Arquenay		FR	52	53	531	53009	640	Europe/Paris
6614089	Arville	arville	Arvil,Arvil',Arville,arfyl syn wmarn,Арвил,Арвиль,Арвіль,أرفيل سين ومارن		FR	11	77	774	77009	125	Europe/Paris
6614090	Peyre en Aubrac	peyre-en-aubrac			FR	76	48	482	48009	2322	Europe/Paris
6614091	Authezat	authezat	Antesac,Authezat,Oteza,Uteza,ao te zha,Отеза,Утеза,奥特扎		FR	84	63	632	63021	673	Europe/Paris
6614092	Autrèche	autreche	Otresh,ao te lei ke,Отреш,奥特雷克		FR	24	37	373	37009	429	Europe/Paris
6614093	Avesnes-les-Aubert	avesnes-les-aubert	Avesnes-les-Aubert		FR	32	59	592	59037	3634	Europe/Paris
6614094	Avrillé	avrille	Avrije,Avril'e,Avrille,Avrillé,a fu li lei,Аврильє,Аврије,阿夫里勒		FR	52	85	853	85010	1400	Europe/Paris
6614095	Baguer-Morvan	baguer-morvan	Baguer-Morvan		FR	53	35	354	35009	1699	Europe/Paris
6614096	Bandol	bandol	Bandol		FR	93	83	832	83009	8366	Europe/Paris
6614097	Aulnat	aulnat	Aulnat		FR	84	63	632	63019	4027	Europe/Paris
6614098	Avrainville	avrainville	Avrainville,Avrenvil,Avrenvil',Авренвил,Авренвиль,Авренвіль		FR	44	54	544	54034	221	Europe/Paris
6614099	Balot	balot	Balot		FR	27	21	213	21044	82	Europe/Paris
6614100	Averdon	averdon	Averdon,a wei er dong,Авердон,阿韦尔东		FR	24	41	411	41009	701	Europe/Paris
6614102	Aÿ-Champagne	ay-champagne	Ageium,Ai,Ay,Ay-Champagne,Aÿ,Aÿ-Champagne,E,ai,Аи,Аї,Е,アイ		FR	44	51	512	51030	5741	Europe/Paris
6614103	Auchay-sur-Vendée	auchay-sur-vendee	Auchay-sur-Vendee,Auchay-sur-Vendée		FR	52	85	851	85009	1138	Europe/Paris
6614104	Basse-Goulaine	basse-goulaine	Basse-Goulaine		FR	52	44	442	44009	8867	Europe/Paris
6614105	Beaumarchés	beaumarches	Beumarches,Beumarchés,Bomarshe,Bèumarchés,bo ma er xie,Бомарше,博马尔谢		FR	76	32	323	32036	668	Europe/Paris
6614106	Beaulieu	beaulieu	Beaulieu		FR	84	38	381	38033	628	Europe/Paris
6614107	Barjac	barjac	Barjac,Barzhak,ba er ya ke,Баржак,巴尔雅克		FR	76	30	301	30029	1582	Europe/Paris
6614108	Benerville-sur-Mer	benerville-sur-mer	Benervil na Moru,Benervil'-sjur-Mer,Benerville-sur-Mer,bin hai bo nei er wei er,Бенервил на Мору,Бенервиль-сюр-Мер,Бенервіль-сюр-Мер,滨海伯内尔维尔		FR	28	14	143	14059	439	Europe/Paris
6614109	Bénesse-lès-Dax	benesse-les-dax	Benes le Daks,Beness-le-Daks,Benessa dAcs,Benessa de Dacs,Benesse-les-Dax,Bénesse-lès-Dax,bei nei si lai da,Бенес ле Дакс,Бенесс-ле-Дакс,贝内斯莱达		FR	75	40	401	40035	527	Europe/Paris
6614110	Bellefontaine	bellefontaine	Bel'fonten,Belfonten,Bellefontaine,bei lei feng tan,Белфонтен,Бельфонтен,贝勒丰坦		FR	44	88	881	88048	997	Europe/Paris
6614111	Berneuil	berneuil	Bernej,Berneuil,Bernjoj,Bernyoy,Берней,Бернеј,Бернёй,Բերնյոյ		FR	75	17	174	17044	1144	Europe/Paris
6614112	Bergouey	bergouey	Bergue,Vergueei,Vergüei,bei er gu ai,Бергуе,贝尔古埃		FR	75	40	401	40038	95	Europe/Paris
6614113	Bezalles	bezalles			FR	11	77	773	77033	248	Europe/Paris
6614114	Boigny-sur-Bionne	boigny-sur-bionne			FR	24	45	452	45034	2158	Europe/Paris
6614115	Bois-Colombes	bois-colombes			FR	11	92	922	92009	28323	Europe/Paris
6614116	Bois-de-Céné	bois-de-cene	Bois-de-Cene,Bois-de-Céné		FR	52	85	853	85024	1991	Europe/Paris
6614117	Blanzat	blanzat	Blanzat		FR	84	63	632	63042	3735	Europe/Paris
6614118	Bias	bias	B'jas,Biars,Bias,Bjas,bi a,Бьяс,Бяс,比阿		FR	75	47	473	47027	3041	Europe/Paris
6614119	Bihorel	bihorel	Bihorel		FR	28	76	763	76095	8301	Europe/Paris
6614120	Boëseghem	boeseghem	Bezegem,Boezegam,Boezegem,bo ai gai mu,Безегем,Боезегам,博埃盖姆		FR	32	59	594	59087	747	Europe/Paris
6614121	Blandy	blandy	Blandi,Blandy,Blandy-les-Tours,Бланди,Бланді		FR	11	77	772	77034	723	Europe/Paris
6614122	Bordères-Louron	borderes-louron			FR	76	65	652	65099	166	Europe/Paris
6614123	Bonnes	bonnes	Bon,Bonn,Bonnes,bo na,Бон,Бонн,博纳		FR	75	86	863	86031	1723	Europe/Paris
6614124	Bouilly	bouilly			FR	44	51	513	51072	195	Europe/Paris
6614125	Bretignolles-sur-Mer	bretignolles-sur-mer	Bretignolles-sur-Mer		FR	52	85	853	85035	4468	Europe/Paris
6614126	Brechainville	brechainville	Brechainville		FR	44	88	882	88074	62	Europe/Paris
6614127	Breuil	breuil	Brej,Breuil,bu lei yi,Брей,Бреј,布勒伊		FR	32	80	804	80139	47	Europe/Paris
6614128	Bouville	bouville	Bouville,Buvil,Buvil',bu wei er,Бувил,Бувиль,Бувіль,布维尔		FR	11	91	911	91100	649	Europe/Paris
6614129	Cabanès	cabanes	Cabanas,Cabanes,Cabanès,Kabane,Kabanes,ka ba nei,Кабане,Кабанес,卡巴内		FR	76	12	123	12041	246	Europe/Paris
6614130	Brousse	brousse	Brousse		FR	84	63	631	63056	342	Europe/Paris
6614131	Campagnac	campagnac	Campagnac,Campanhac,Kampan'jak,Kampanak,Кампаньяк,Кампањак		FR	76	12	122	12047	453	Europe/Paris
6614132	Bussy	bussy	Bisi,Bjussi,Bussy,bi xi,Биси,Бюсси,Бюссі,比西		FR	24	18	182	18040	380	Europe/Paris
6614133	Bussac	bussac	Bisak,Bjusak,Bjussak,Bussac,bi sa ke,Бисак,Бюсак,Бюссак,比萨克		FR	75	24	242	24069	391	Europe/Paris
6614134	Bully	bully	Bili,Bjulli,Bully,Bulyi,bi li,Били,Бюллі,比利		FR	84	69	692	69032	2021	Europe/Paris
6614135	Bruges	bruges	Brizh,Brjuzh,Bruge,Bruges,bu lu re,Бриж,Брюж,布吕热		FR	75	33	332	33075	18037	Europe/Paris
6614136	Ceaucé	ceauce	Sose,suo sai,Сосе,索塞		FR	28	61	611	61075	1206	Europe/Paris
6614137	Cavaillon	cavaillon	Cavaillon		FR	93	84	841	84035	26492	Europe/Paris
6614138	Cérilly	cerilly	Cerilly,Cérilly,Serii,Seriji,sai li li,Серии,Серији,Серії,塞里利		FR	27	89	893	89065	40	Europe/Paris
6614139	Changé	change	Shanzhe,shang re,Шанже,尚热		FR	52	53	532	53054	5950	Europe/Paris
6614140	Changé	change	Change,Changé,Shanzhe,Шанже		FR	52	72	723	72058	6463	Europe/Paris
6614141	Champigny	champigny	Champigny		FR	44	51	513	51118	1436	Europe/Paris
6614142	Chandon	chandon	Chandon		FR	84	42	422	42048	1461	Europe/Paris
6614143	Chanteloup	chanteloup	Chanteloup,Shantelup,Shantlu,shang te lu,Шантелуп,Шантлу,尚特盧		FR	75	79	791	79069	1009	Europe/Paris
6614144	Châteaugay	chateaugay			FR	84	63	632	63099	3179	Europe/Paris
6614249	L'Étoile	l-etoile	L'Etoile,L'Étoile		FR	32	80	802	80296	1223	Europe/Paris
6614250	L'Épine	l-epine	L'Epine,L'Épine		FR	52	85	853	85083	1649	Europe/Paris
6614145	Châteauneuf-les-Martigues	chateauneuf-les-martigues	Casteunou dau Martegue,Castèunòu dau Martegue,Shatonef le Martig,Shatonef-le-Martig,sha tuo na lai ma er di gai,Шатонеф ле Мартиг,Шатонеф-ле-Мартіг,沙托纳莱马尔蒂盖		FR	93	13	134	13026	16349	Europe/Paris
6614146	Châtelus	chatelus	Chatelus,Châtelus		FR	84	42	421	42055	135	Europe/Paris
6614147	Chappes	chappes	Shap,Shapp,sha pei,Шап,Шапп,沙佩		FR	44	10	103	10083	317	Europe/Paris
6614148	Charras	charras	Charras		FR	75	16	161	16084	340	Europe/Paris
6614149	Chanteloup	chanteloup	Chanteloup,Shantelup,Shantlu,shang tai lu,Шантелуп,Шантлу,尚泰卢		FR	28	50	501	50120	355	Europe/Paris
6614151	Chenières	chenieres	Chenieres,Chenières,Shen'er,Shenijer,xie ni ai,Шенијер,Шеньер,Шеньєр,谢尼埃		FR	44	54	541	54127	634	Europe/Paris
6614152	Chenôves	chenoves	Shenov,Шенов		FR	27	71	712	71124	206	Europe/Paris
6614153	Chitry	chitry	Chitry		FR	27	89	891	89108	354	Europe/Paris
6614154	Cléré-sur-Layon	clere-sur-layon	Clere-sur-Layon,Cléré-sur-Layon		FR	52	49	492	49102	343	Europe/Paris
6614155	Congénies	congenies	Congenies,Congénies		FR	76	30	302	30091	1648	Europe/Paris
6614156	Comps	comps	Comps,Coms,Kom,Kon,kong pu,Ком,Кон,孔普		FR	84	26	262	26101	164	Europe/Paris
6614157	Courléon	courleon	Courleon,Courléon		FR	52	49	493	49114	147	Europe/Paris
6614159	Crevin	crevin	Crevin		FR	53	35	352	35090	2767	Europe/Paris
6614160	Deûlémont	deulemont	Dejulemon,Deulemon,Deulemonde,Deulemont,Deulemounde,Deûlémont,de lai meng,Деулемон,Деюлемон,德莱蒙		FR	32	59	595	59173	1680	Europe/Paris
6614161	Épehy	epehy	Epei,Epy,ai pei yi,Épy,Епеї,埃佩伊		FR	32	80	804	80271	1176	Europe/Paris
6614162	Ève	eve	Ev,Eve,ai fu,Ève,Ев,埃夫		FR	32	60	604	60226	420	Europe/Paris
6614163	Everly	everly	Everli,Everly,Еверли,Еверлі		FR	11	77	773	77174	597	Europe/Paris
6614164	Faches-Thumesnil	faches-thumesnil	Faches-Thumesnil		FR	32	59	595	59220	17591	Europe/Paris
6614165	Favières	favieres	Fav'er,Faver,Фавьер,Фавєр		FR	11	77	773	77177	1111	Europe/Paris
6614166	Flagey-Echézeaux	flagey-echezeaux	Flagey-Echezeaux,Flagey-Echézeaux		FR	27	21	211	21267	464	Europe/Paris
6614167	Fontaine-les-Grès	fontaine-les-gres	Fontaine-les-Gres,Fontaine-les-Grès,Fonten-le-Gre,Fonten-le-Gres,feng tan lai ge lei,Фонтен-ле-Гре,Фонтен-ле-Грес,丰坦莱格雷		FR	44	10	102	10151	874	Europe/Paris
6614168	Florensac	florensac	Florensac		FR	76	34	341	34101	4977	Europe/Paris
6614169	Frédille	fredille			FR	24	36	362	36080	71	Europe/Paris
6614170	Frugerès-les-Mines	frugeres-les-mines	Frugeres-les-Mines,Frugerès-les-Mines		FR	84	43	431	43099	559	Europe/Paris
6614171	Génébrières	genebrieres	Genebrieres,Génébrières		FR	76	82	822	82066	651	Europe/Paris
6614172	Gelos	gelos	Gelos		FR	75	64	643	64237	3499	Europe/Paris
6614173	Guémené-sur-Scorff	guemene-sur-scorff	Guemene-sur-Scorff,Guémené-sur-Scorff		FR	53	56	562	56073	1082	Europe/Paris
6614174	Héry	hery	Eri,Hery,Héry,ai li,Ери,Ері,埃里		FR	27	89	891	89201	1814	Europe/Paris
6614175	Jonquières	jonquieres	Jonquieres,Jonquières		FR	76	34	342	34122	439	Europe/Paris
6614176	La Madeleine	la-madeleine	La Madlen,La-Madelen,La-Madlen,la ma de lai na,lamadeullen,lmdln  nwr,lmdln  shmal,Ла Мадлен,Ла-Маделен,Ла-Мадлен,لمدلن، شمال,لمدلن، نور,ラ・マドレーヌ,拉马德莱娜,라마들렌		FR	32	59	595	59368	21253	Europe/Paris
6614177	Lannoy	lannoy	Lannoy,Lannua,la nu wa,Ланнуа,拉努瓦		FR	32	59	595	59332	1752	Europe/Paris
6614178	Lapleau	lapleau	La Pleu,La Plèu,Lapleau,Laplo,la pu luo,Лапло,拉普洛		FR	75	19	193	19106	388	Europe/Paris
6614179	Laval-en-Brie	laval-en-brie	Laval-en-Brie		FR	11	77	773	77245	467	Europe/Paris
6614181	Launay	launay	Launay		FR	28	27	272	27364	202	Europe/Paris
6614182	Le Creusot	le-creusot	Le Creusot		FR	27	71	711	71153	21752	Europe/Paris
6614183	Lempdes	lempdes	Lempdes		FR	84	63	632	63193	8306	Europe/Paris
6614184	Limeuil	limeuil	Limeuil		FR	75	24	244	24240	338	Europe/Paris
6614185	Magné	magne	Magne,Magné		FR	75	79	792	79162	2656	Europe/Paris
6614186	Moncheaux	moncheaux			FR	32	59	595	59408	1511	Europe/Paris
6614187	Montrozier	montrozier	Monroz'e,Mont Rosier,Mont Rosièr,Mont-rosier,Mont-rosièr,Montrozier,meng te luo qi ye,Монрозье,Монрозьє,蒙特罗齐耶		FR	76	12	122	12157	1599	Europe/Paris
6614188	Petosse	petosse	Petosse		FR	52	85	851	85174	698	Europe/Paris
6614189	Puget-sur-Argens	puget-sur-argens	Puget-sur-Argens		FR	93	83	831	83099	7839	Europe/Paris
6614190	Riec-sur-Bélon	riec-sur-belon	R'ek-sjur-Belon,Rek-sjur-Belon,Riec-sur-Belon,Riec-sur-Bélon,Rieg,bei long he pan li ye ke,riekku=shuru=beron,Рьек-сюр-Белон,Рєк-сюр-Белон,リエック＝シュル＝ベロン,贝隆河畔里耶克		FR	53	29	294	29236	4190	Europe/Paris
6614191	Robion	robion	Rob'on,Robion,Robjon,luo bi weng,Робйон,Робьон,罗比翁		FR	93	84	841	84099	4514	Europe/Paris
6614192	Roquebrune-sur-Argens	roquebrune-sur-argens	Roquebrune-sur-Argens		FR	93	83	831	83107	14048	Europe/Paris
6614193	Saint-Aupre	saint-aupre	Sent-Opr,sheng ao pu er,Сент-Опр,سینٹ-اوپرے,圣奥普尔		FR	84	38	381	38362	1127	Europe/Paris
6614194	Saint-Étienne-de-Tulmont	saint-etienne-de-tulmont	Saint-Etienne-de-Tulmont,Saint-Étienne-de-Tulmont		FR	76	82	822	82161	3752	Europe/Paris
6614195	Saint-Nom-la-Bretèche	saint-nom-la-breteche			FR	11	78	783	78571	4908	Europe/Paris
6614240	Loyettes	loyettes	Loyettes		FR	84	01	011	01224	3145	Europe/Paris
6614242	L'Isle-d'Espagnac	l-isle-d-espagnac	L'Isle-d'Espagnac		FR	75	16	161	16166	5615	Europe/Paris
6614243	Île-d'Aix	ile-d-aix	Ile-d'Aix,Île-d'Aix		FR	75	17	172	17004	236	Europe/Paris
6614244	L'Union	l-union	L'Jun'on,L'Union,LUnion,L’Union,Л’Юньон		FR	76	31	313	31561	11660	Europe/Paris
6614245	L'Horme	l-horme			FR	84	42	423	42110	4812	Europe/Paris
6614246	Pornichet	pornichet			FR	52	44	443	44132	10676	Europe/Paris
6614247	Saint-Denis-de-l'Hôtel	saint-denis-de-l-hotel			FR	24	45	452	45273	3057	Europe/Paris
6614248	L'Étang-la-Ville	l-etang-la-ville	L'Etang-la-Ville,L'Étang-la-Ville		FR	11	78	783	78224	4539	Europe/Paris
6614251	L'Île-Saint-Denis	l-ile-saint-denis	L'Ile-Saint-Denis,L'Île-Saint-Denis		FR	11	93	933	93039	7786	Europe/Paris
6614252	L'Haÿ-les-Roses	l-hay-les-roses	L'Hay-les-Roses,L'Haÿ-les-Roses		FR	11	94	943	94038	31189	Europe/Paris
6614253	L'Isle-Adam	l-isle-adam	L'Il'-Adam,L'Isle-Adam,Lil'-Adam,L’Isle-Adam,li si lei a dang,Л'Іль-Адам,Л'Иль-Адам,Лиль-Адам,利斯勒阿当		FR	11	95	953	95313	12395	Europe/Paris
6614254	Ally	ally	Ali,Alli,Ally,a li,aly  at-lwar,Али,Алли,Аллі,الی، ات-لوار,阿利		FR	84	43	431	43006	145	Europe/Paris
6614255	L'Écouvotte	l-ecouvotte	L'Ecouvotte,L'Écouvotte		FR	27	25	251	25215	93	Europe/Paris
6614256	L'Isle-de-Noé	l-isle-de-noe	L'Isle-de-Noe,L'Isle-de-Noé		FR	76	32	323	32159	538	Europe/Paris
6614257	Souvigné	souvigne	Souvigne,Souvigné,Suvin'e,su wei nie,Сувинье,Сувіньє,苏维涅		FR	75	16	163	16373	214	Europe/Paris
6614258	Malmy	malmy	Malmy		FR	44	51	511	51341	34	Europe/Paris
6614259	Saint-Arcons-d'Allier	saint-arcons-d-allier	Saint-Arcons-d'Allier		FR	84	43	431	43167	195	Europe/Paris
6614260	Hères	heres	Ehr,Er,Eras,ai lei,Èras,Ер,Эр,埃雷		FR	76	65	653	65219	125	Europe/Paris
6614261	Marsac	marsac			FR	76	82	821	82104	171	Europe/Paris
6614262	Montgaillard	montgaillard	Montgaillard		FR	76	82	821	82129	137	Europe/Paris
6614263	Saint-Barthélemy-d'Agenais	saint-barthelemy-d-agenais	Saint-Barthelemy-d'Agenais,Saint-Barthélemy-d'Agenais		FR	75	47	472	47232	510	Europe/Paris
6614264	Cazilhac	cazilhac	Casilhac,Kazijak,Kazilak,ka qi ya ke,Казилак,Казияк,Казіяк,卡齐亚克		FR	76	34	342	34067	1508	Europe/Paris
6614265	Puzieux	puzieux	Pjuz'e,Pjuz'jo,pi qi e,Пюзье,Пюзьё,Пюзьє,皮齐厄		FR	44	88	882	88364	150	Europe/Paris
6614266	Bédeille	bedeille	Bedeille,Bedej,Bedeja,Bédeille,Vedelha,bei dai yi,Бедей,Бедеј,贝代伊		FR	75	64	643	64103	208	Europe/Paris
6614267	Conteville	conteville	Conteville,Kontvil,Kontvil',kong te wei er,Контвил,Контвіль,孔特维尔		FR	32	80	802	80208	207	Europe/Paris
6614268	L'Hosmes	l-hosmes	L'Hosmes		FR	28	27	272	27341	69	Europe/Paris
6614269	L'Isle-en-Dodon	l-isle-en-dodon	L'Isle-en-Dodon		FR	76	31	312	31239	1664	Europe/Paris
6614270	L'Isle-sur-le-Doubs	l-isle-sur-le-doubs	L'Isle-sur-le-Doubs		FR	27	25	252	25315	3061	Europe/Paris
6614271	Othe	othe	Ot,Othe,ao te,От,奥特		FR	44	54	541	54412	32	Europe/Paris
6614273	Houquetot	houquetot	Houquetot		FR	28	76	762	76368	361	Europe/Paris
6614274	Givry	givry	Givry,Zhivri,ji fu li,Живри,Живрі,吉夫里		FR	27	89	892	89190	170	Europe/Paris
6614275	Magny	magny	Magny,Man'i,ma ni,Маньи,Маньї,马尼		FR	27	89	892	89235	863	Europe/Paris
6614276	Longecourt-lès-Culêtre	longecourt-les-culetre	Lonzhekur-le-Kjuletr,Lonzhkur-le-Kjuletr,lnzhkwr-l-kwltr,long re ku er lai qu lai te er,Лонжекур-ле-Кюлетр,Лонжкур-ле-Кюлетр,لنژکور-ل-کولتر,隆热库尔莱屈莱特尔		FR	27	21	211	21354	49	Europe/Paris
6614277	Mont-l'Évêque	mont-l-eveque	Mont-l'Eveque,Mont-l'Évêque		FR	32	60	604	60421	404	Europe/Paris
6614278	Saint-Just	saint-just	Sant Just de Bafia,Sen-Zhust,sheng rui si,Сен-Жуст,سینٹ-جست، پے-دے-ڈومی,圣瑞斯		FR	84	63	631	63371	158	Europe/Paris
6614279	Allarmont	allarmont	Allarmont		FR	44	88	883	88005	215	Europe/Paris
6614280	Luvigny	luvigny	Ljuvin'i,lu wei ni,Лювиньи,Лювіньї,吕维尼		FR	44	88	883	88277	108	Europe/Paris
6614281	Vexaincourt	vexaincourt	Veksenkur,Vexaincourt,fu ke sang ku er,Вексенкур,弗克桑库尔		FR	44	88	883	88503	161	Europe/Paris
6614282	Autrey	autrey	Autrey,Otre,Otrej,ao te lei,Отре,Отреј,奥特雷		FR	44	88	881	88021	291	Europe/Paris
6614283	Aulnay	aulnay	Aulnay,Aunaium,Ol'ne,Olne,ao er nai,Олне,Ольне,奥尔奈		FR	75	86	861	86013	99	Europe/Paris
6614284	L'Isle-Arné	l-isle-arne			FR	76	32	321	32157	179	Europe/Paris
6614285	L'Échelle-Saint-Aurin	l-echelle-saint-aurin	L'Echelle-Saint-Aurin,L'Échelle-Saint-Aurin		FR	32	80	803	80263	54	Europe/Paris
6614286	Saint-Mard	saint-mard	Saint-Mard,Sen-Mar,sheng ma er,Сен-Мар,سینٹ-مرد، سوممے,圣马尔		FR	32	80	803	80708	171	Europe/Paris
6614287	Cenne-Monestiés	cenne-monesties	Cenne-Monesties,Cenne-Monestiés		FR	76	11	111	11089	399	Europe/Paris
6614288	Saint-Georges	saint-georges	Saint-Georges,Sant Georges,Sant Jordi,Sant Jòrdi,Sen-Zhorzh,sheng ruo er re,Сен-Жорж,سینٹ-گیورگس، کنٹل,圣若尔热		FR	84	15	153	15188	1178	Europe/Paris
6614289	Saint-Remy-en-l'Eau	saint-remy-en-l-eau	Saint-Remy-en-l'Eau		FR	32	60	602	60595	403	Europe/Paris
6614290	Arcachon	arcachon			FR	75	33	336	33009	11121	Europe/Paris
6614291	Saint-Ouen-d'Aunis	saint-ouen-d-aunis			FR	75	17	173	17376	1639	Europe/Paris
6614292	Mauperthuis	mauperthuis	Mopertjui,Мопертюи,Мопертюї		FR	11	77	771	77281	487	Europe/Paris
6614293	L'Isle-sur-Serein	l-isle-sur-serein	L'Isle-sur-Serein		FR	27	89	892	89204	672	Europe/Paris
6614294	Bugny	bugny	Bjun'i,Bugny,bi ni,Бюньї,比尼		FR	27	25	253	25099	217	Europe/Paris
6614295	Beaufort	beaufort	Beaufort		FR	84	73	731	73034	2061	Europe/Paris
6614296	Montagut	montagut	Montagjut,Montagut,meng ta ju,Монтагют,蒙塔居		FR	75	64	643	64397	117	Europe/Paris
6614297	Gère-Bélesten	gere-belesten	Gere-Belesten,Gère-Bélesten		FR	75	64	642	64240	198	Europe/Paris
6614298	Castéra-Lou	castera-lou	Castera-Lou,Castéra-Lou,Kastera Lu,Kastera-Lu,Lo Casterar,ka si tai la lu,Кастера Лу,Кастера-Лу,卡斯泰拉卢		FR	76	65	653	65133	225	Europe/Paris
6614299	Nevy-lès-Dole	nevy-les-dole	Nevy-les-Dole,Nevy-lès-Dole		FR	27	39	391	39387	274	Europe/Paris
6614300	Dinan	dinan			FR	53	22	221	22050	14222	Europe/Paris
6614301	Labarde	labarde	La Barda,Labard,Labarde,la ba er de,Лабард,لابارڈی,拉巴尔德		FR	75	33	334	33211	589	Europe/Paris
6614302	Bourdonnay	bourdonnay	Bourdonnay,Burdone,Burdonne,Burdonnei,bu er duo nai,bwrdwny,Бурдоне,Бурдонне,Бурдоннеи,بوردونی,布尔多奈		FR	44	57	575	57099	230	Europe/Paris
6614303	L'Isle-Jourdain	l-isle-jourdain	L'Il'-Zhurden,L'Isle-Jourdain,LIsle-Jourdain,L’Isle-Jourdain,Л’Иль-Журден		FR	76	32	321	32160	8729	Europe/Paris
6614304	Pujaudran	pujaudran			FR	76	32	321	32334	1495	Europe/Paris
6614365	Grazac	grazac	Grazac		FR	76	81	811	81106	597	Europe/Paris
6614305	Ségoufielle	segoufielle	Segofiela,Segofièla,Segoufielle,Seguf'el',Segufel',Ségoufielle,sai gu fei ye er,Сегуфьель,Сегуфєль,塞古菲耶尔		FR	76	32	321	32425	1105	Europe/Paris
6614306	Saint-Astier	saint-astier	Saint-Astier		FR	75	47	472	47229	220	Europe/Paris
6614307	Traînel	trainel	Trainel,Traînel		FR	44	10	102	10382	1073	Europe/Paris
6614308	Epiniac	epiniac	Epin'jak,Epiniac,Espiniacum,Sperneg,ai pi ni a ke,Épiniac,Епиньяк,Епіньяк,埃皮尼阿克		FR	53	35	354	35104	1426	Europe/Paris
6614309	Saint-M'Hervé	saint-m-herve	Saint-M'Herve,Saint-M'Hervé		FR	53	35	351	35300	1366	Europe/Paris
6614311	Saint-Brès	saint-bres	Saint-Bres,Saint-Brès,Sant Brec,Sant Breç,Sen-Bre,sheng bu lei,Сен-Бре,سینٹ-برس، حیراالٹ,圣布雷		FR	76	34	343	34244	2945	Europe/Paris
6614312	Neuvillette	neuvillette			FR	32	80	802	80596	218	Europe/Paris
6614313	Le Meix	le-meix	Le Meix		FR	27	21	212	21400	52	Europe/Paris
6614314	L'Isle-Bouzon	l-isle-bouzon	L'Isle-Bouzon		FR	76	32	322	32158	244	Europe/Paris
6614316	L'Orbrie	l-orbrie	L'Orbrie		FR	52	85	851	85167	800	Europe/Paris
6614317	Châteauvieux	chateauvieux	Casteuvielh,Castèuvièlh,Chateauvieux,Châteauvieux,Shatov'jo,Shatove,Shatovje,sha tuo wei e,Шатовьё,Шатовє,Шатовје,沙托维厄		FR	93	83	831	83040	87	Europe/Paris
6614318	Chevannes	chevannes	Chevannes,Shevan,Shevann,xie wa nei,Шеван,Шеванн,谢瓦内		FR	24	45	451	45091	321	Europe/Paris
6614319	Varennes	varennes	Varennes		FR	24	37	373	37265	246	Europe/Paris
6614320	Semblançay	semblancay	Samblanse,Semblancay,Semblançay,sang bu lang sai,Самблансе,桑布朗赛		FR	24	37	371	37245	2172	Europe/Paris
6614321	Seyssel	seyssel	Sejsel',Seyssel,sai sai lei,seseru,Сейсель,セセル,塞塞勒		FR	84	74	743	74269	2315	Europe/Paris
6614322	Fèrebrianges	ferebrianges	Ferebrianges,Fèrebrianges		FR	44	51	512	51247	158	Europe/Paris
6614323	L'Albenc	l-albenc	L'Albenc		FR	84	38	381	38004	1208	Europe/Paris
6614324	Baubigny	baubigny	Beaubigny,Bobin'i,Bobini,bo bi ni,Бобиньи,Бобињи,Бобіньї,博比尼		FR	28	50	502	50033	146	Europe/Paris
6614325	Germigny-l'Évêque	germigny-l-eveque	Germigny-l'Eveque,Germigny-l'Évêque		FR	11	77	771	77203	1312	Europe/Paris
6614326	L'Hôpital-le-Grand	l-hopital-le-grand	L'Hopital-le-Grand,L'Hôpital-le-Grand		FR	84	42	421	42108	1035	Europe/Paris
6614327	Combret	combret	Combret,Kombre,kong bu lei,Комбре,孔布雷		FR	76	12	121	12069	273	Europe/Paris
6614328	Verel-de-Montbel	verel-de-montbel	Verel'-de-Monbel',wrl dw mntbl,Верель-де-Монбель,ورل دو منتبل		FR	84	73	732	73309	300	Europe/Paris
6614329	Bérelles	berelles	Berel,Berel',Berelles,Bérelles,bei lei lai,Берел,Берель,贝雷莱		FR	32	59	591	59066	149	Europe/Paris
6614330	Bouxwiller	bouxwiller	Bouxwiller,Buchsweiler,Buksviller,bu wei lai,Буксвиллер,Буксвіллер,布维莱		FR	44	68	681	68049	465	Europe/Paris
6614331	Frahier-et-Chatebier	frahier-et-chatebier	Frahier-et-Chatebier		FR	27	70	701	70248	1357	Europe/Paris
6614332	Nomeny	nomeny	Nomeny		FR	44	54	543	54400	1192	Europe/Paris
6614333	Chancenay	chancenay	Chancenay		FR	44	52	523	52104	1094	Europe/Paris
6614334	L'Étang-Vergy	l-etang-vergy	L'Etang-Vergy,L'Étang-Vergy		FR	27	21	211	21254	213	Europe/Paris
6614335	Entre-deux-Monts	entre-deux-monts	Antr-de-Mon,Entre-deux-Monts,ang te er de meng te,Антр-де-Мон,昂特尔德蒙特		FR	27	39	392	39208	145	Europe/Paris
6614336	Condé-sur-Ifs	conde-sur-ifs	Conde-sur-Ifs,Condé-sur-Ifs,Konde sir Ifs,Konde-sjur-If,yi fu he pan kong dai,Конде сир Ифс,Конде-сюр-Іф,Конде-сюр-Иф,伊夫河畔孔代		FR	28	14	142	14173	463	Europe/Paris
6614337	Surville	surville	Sjurvil',Surville,xu er wei er,Сюрвиль,Сюрвіль,叙尔维尔		FR	28	14	143	14682	433	Europe/Paris
6614339	L'Hôme-Chamondot	l-home-chamondot	L'Home-Chamondot,L'Hôme-Chamondot		FR	28	61	613	61206	263	Europe/Paris
6614341	Perdreauville	perdreauville	Perdreauville		FR	11	78	781	78484	635	Europe/Paris
6614342	L'Habit	l-habit	L'Habit		FR	28	27	273	27309	512	Europe/Paris
6614343	L'Hôpital-du-Grosbois	l-hopital-du-grosbois	L'Hopital-du-Grosbois,L'Hôpital-du-Grosbois		FR	27	25	251	25305	593	Europe/Paris
6614344	Noailhac	noailhac			FR	76	81	812	81196	859	Europe/Paris
6614345	Brion	brion	Brion,Брион,Бріон		FR	27	71	711	71062	302	Europe/Paris
6614346	Trampot	trampot			FR	44	88	882	88477	92	Europe/Paris
6614347	Offoy	offoy	Offoy		FR	32	80	804	80605	221	Europe/Paris
6614348	Gençay	gencay	Gencay,Gençay		FR	75	86	862	86103	1735	Europe/Paris
6614349	L'Abergement-de-Cuisery	l-abergement-de-cuisery			FR	27	71	714	71001	784	Europe/Paris
6614350	Céret	ceret	Ceret,Céret		FR	76	66	661	66049	7747	Europe/Paris
6614352	Thézan-lès-Béziers	thezan-les-beziers	Tesan de Besiers,Tesan de Besièrs,Tezan-le-Bez'e,Thezan-les-Beziers,Thézan-lès-Béziers,tai cang lai bei ji ye,Тезан-ле-Безье,Тезан-ле-Безьє,泰藏莱贝济耶		FR	76	34	341	34310	2971	Europe/Paris
6614353	Saint-Georges	saint-georges	Saint-Georges		FR	76	82	822	82162	259	Europe/Paris
6614354	L'Hôpital	l-hopital	L'Hopital,L'Hôpital		FR	44	57	573	57336	5411	Europe/Paris
6614355	Grignols	grignols	Granhos,Granhòs,Grignols,Grin'ol',ge li ni ao er,Гриньоль,格里尼奥尔		FR	75	33	333	33195	1190	Europe/Paris
6614356	Saint-Caprais	saint-caprais	Saint-Caprais		FR	76	46	463	46250	71	Europe/Paris
6614357	Saint-Projet	saint-projet	Saint-Projet		FR	76	82	822	82172	285	Europe/Paris
6614358	Guerlédan	guerledan	Guerledan,Guerlédan,Mjur-de-Bretan',Mur,mi de bu lei ta ni,Мюр-де-Бретань,米德布雷塔尼		FR	53	22	224	22158	2446	Europe/Paris
6614359	Pierrefitte-ès-Bois	pierrefitte-es-bois	Pierrefitte-es-Bois,Pierrefitte-ès-Bois		FR	24	45	451	45251	306	Europe/Paris
6614360	Saint-Symphorien-d'Ancelles	saint-symphorien-d-ancelles	Saint-Symphorien-d'Ancelles		FR	27	71	715	71481	1176	Europe/Paris
6614361	Saint-Secondin	saint-secondin	Saint-Secondin		FR	75	86	862	86248	552	Europe/Paris
6614362	L'Hermitage	l-hermitage	L'Hermitage		FR	53	35	353	35131	4321	Europe/Paris
6614363	Nailly	nailly	Nai,Nailly,nai li,Наи,Наї,奈利		FR	27	89	893	89274	1276	Europe/Paris
6614364	L'Épine	l-epine	L'Epine,L'Épine		FR	44	51	511	51231	622	Europe/Paris
6614366	Saint-Hippolyte	saint-hippolyte	Saint-Hippolyte,Sen-Ippolit,Sent Ipoli,Sent Ipòli,Sent-Ippolit,sheng yi bo li te,Сен-Іпполіт,Сент-Ипполит,سینٹ-ہپپولیتے، آوےروں,圣伊波利特		FR	76	12	122	12226	443	Europe/Paris
6614367	Saint-Pierre-d'Entremont	saint-pierre-d-entremont			FR	84	73	732	73274	441	Europe/Paris
6614368	L'Houmeau	l-houmeau	L'Houmeau		FR	75	17	173	17190	2842	Europe/Paris
6614369	L'Isle-sur-la-Sorgue	l-isle-sur-la-sorgue	L'Isle-sur-la-Sorgue		FR	93	84	842	84054	19398	Europe/Paris
6614370	L'Isle-d'Abeau	l-isle-d-abeau			FR	84	38	382	38193	16074	Europe/Paris
6614371	Préchac	prechac			FR	76	32	322	32329	179	Europe/Paris
6614372	Réjaumont	rejaumont	Rejaumont,Réjaumont		FR	76	32	322	32341	239	Europe/Paris
6614374	Thun-l'Évêque	thun-l-eveque	Thun-l'Eveque,Thun-l'Évêque		FR	32	59	592	59593	750	Europe/Paris
6614375	L'Hospitalet-du-Larzac	l-hospitalet-du-larzac	L'Hospitalet-du-Larzac		FR	76	12	121	12115	280	Europe/Paris
6614376	L'Herbergement	l-herbergement			FR	52	85	852	85108	3145	Europe/Paris
6614377	L'Aiguillon-sur-Mer	l-aiguillon-sur-mer	L'Aiguillon-sur-Mer		FR	52	85	851	85001	2101	Europe/Paris
6614378	Villemagne	villemagne	Villemagne		FR	76	11	111	11428	262	Europe/Paris
6614379	L'Absie	l-absie	L'Absie		FR	75	79	791	79001	941	Europe/Paris
6614380	Sorbs	sorbs	Sorb,Sorbs,Sòrbs,suo er bu,Сорб,索尔布		FR	76	34	342	34303	35	Europe/Paris
6614381	L'Île-d'Elle	l-ile-d-elle	L'Ile-d'Elle,L'Île-d'Elle		FR	52	85	851	85111	1534	Europe/Paris
6614382	L'Isle-Jourdain	l-isle-jourdain	L'Isle-Jourdain,LIsle-Jourdain		FR	75	86	862	86112	1160	Europe/Paris
6614383	Montpezat-de-Quercy	montpezat-de-quercy	Monpezat-de-Kersi,Montpesat de Carcin,meng te po zha de qu ai er xi,Монпезат-де-Керсі,蒙特珀扎德屈埃尔西		FR	76	82	822	82131	1558	Europe/Paris
6614384	L'Huisserie	l-huisserie			FR	52	53	532	53119	4213	Europe/Paris
6614385	L'Île-d'Olonne	l-ile-d-olonne			FR	52	85	853	85112	2699	Europe/Paris
6614386	L'Hermenault	l-hermenault	L'Hermenault		FR	52	85	851	85110	911	Europe/Paris
6614387	Loguivy-Plougras	loguivy-plougras	Logivi-Plougraz,Logivi-Plugra,Logivi-Plugras,Loguivy-Plougras,luo ji wei pu lu ge la,Логиви-Плугра,Логиви-Плуграс,Логіві-Плугра,洛吉维普卢格拉		FR	53	22	223	22131	929	Europe/Paris
6614388	L'Estréchure	l-estrechure	L'Estrechure,L'Estréchure		FR	76	30	303	30108	163	Europe/Paris
6614390	Gannay-sur-Loire	gannay-sur-loire	Gannay-sur-Loire,Ganne-sjur-Luar,lu wa er he pan jia nai,Ганне-сюр-Луар,卢瓦尔河畔加奈		FR	84	03	032	03119	406	Europe/Paris
6614408	Le Grand-Serre	le-grand-serre	Le Grand-Serre,Le-Gran-Serr,lei ge lang sai er,Ле-Гран-Серр,勒格朗塞尔		FR	84	26	263	26143	907	Europe/Paris
6614413	Kœnigsmacker	k-nigsmacker	Kœnigsmacker		FR	44	57	577	57370	2233	Europe/Paris
6614414	La Chapelle-d'Armentières	la-chapelle-d-armentieres			FR	32	59	595	59143	8432	Europe/Paris
6614415	Val-d'Isère	val-d-isere	Val-d'Isere,Val-d'Isère		FR	84	73	731	73304	1570	Europe/Paris
6614416	Mers-les-Bains	mers-les-bains			FR	32	80	801	80533	2820	Europe/Paris
6614417	Le Cellier	le-cellier	Le Cellier		FR	52	44	445	44028	3698	Europe/Paris
6614418	Estrées-Deniécourt	estrees-deniecourt	Estrees-Deniecourt,Estrées-Deniécourt		FR	32	80	804	80288	325	Europe/Paris
6614419	Pouligney-Lusans	pouligney-lusans	Pouligney-Lusans,Pulin'e-Ljuzan,pu li gai yi lu sang,Пуліньє-Люзан,普利盖伊吕桑		FR	27	25	251	25468	848	Europe/Paris
6614420	Esquièze-Sère	esquieze-sere	Ehsk'ez-Ser,Eskez-Ser,Eskijez Ser,Esquiesa e Cera,Esquiesa e Cèra,ai si qu ye ci sai er,Ескијез Сер,Ескєз-Сер,Эскьез-Сер,埃斯屈耶兹塞尔		FR	76	65	651	65168	399	Europe/Paris
6614421	Boulay-Moselle	boulay-moselle	Boulay-Moselle		FR	44	57	573	57097	5604	Europe/Paris
6614422	Valgelon-La Rochette	valgelon-la-rochette	La-Roshett,Valgelon-La Rochette,Ла-Рошетт,لا روشیت، ساووئے		FR	84	73	732	73215	4097	Europe/Paris
6614423	Montmurat	montmurat	Monmjura,Montmurat,meng te mi la,Монмюра,蒙特米拉		FR	84	15	151	15133	134	Europe/Paris
6614424	Gioux	gioux	Gioux,Juous,Juòus,Zhiju,Zhiu,ji wu,Жиу,Жију,Жіу,吉乌		FR	75	23	231	23091	168	Europe/Paris
6614425	La Nouaille	la-nouaille	La Noalha,La Nouaille,La-Nuaj,lang wu ai er,Ла-Нуай,朗乌艾尔		FR	75	23	231	23144	247	Europe/Paris
6614426	Les Estables	les-estables	Estables,Etabl,Les Estables,Lez-Etabl',Los Estables,Los Estables de Velai,lai sai si ta bu lai,Етабл,Лез-Етабль,莱塞斯塔布莱		FR	84	43	432	43091	330	Europe/Paris
6614427	Cordes-sur-Ciel	cordes-sur-ciel	Cordes-sur-Ciel		FR	76	81	811	81069	909	Europe/Paris
6614428	Saint-Avit	saint-avit	Saint-Avit		FR	75	47	472	47231	167	Europe/Paris
6614429	Estaing	estaing	Ehsten,Estaing,Estanh,Esten,ai si tan,Естен,Эстен,埃斯坦		FR	76	65	651	65169	78	Europe/Paris
6614430	Le Noyer	le-noyer	Le Noyer		FR	84	73	732	73192	213	Europe/Paris
6614431	Saint-Amand-Montrond	saint-amand-montrond			FR	24	18	182	18197	9830	Europe/Paris
6614432	Albiez-Montrond	albiez-montrond			FR	84	73	733	73013	381	Europe/Paris
6614433	Albigny-sur-Saône	albigny-sur-saone	Albigny-sur-Saone,Albigny-sur-Saône		FR	84	69	691	69003	2833	Europe/Paris
6614434	Domléger-Longvillers	domleger-longvillers	Domleger-Longvillers,Domlezhe Longvile,Domlezhe-Lonville,Domléger-Longvillers,Donnege-Neuvile,Donnegé-Neuvilé,dong lai re long wei lai er,Домлеже Лонгвиле,Домлеже-Лонвілле,栋莱热隆维莱尔		FR	32	80	802	80245	294	Europe/Paris
6614435	Mercœur	merc-ur	Mercoeur,Mercuer,Mercuèr,Mercœur,Merker,mei er ke e,merukuru,Меркер,メルクール,梅尔科厄		FR	84	43	431	43133	140	Europe/Paris
6614436	Espès-Undurein	espes-undurein	Ezpeize-UEnduereine,Ezpeize-Ündüreine		FR	75	64	642	64214	506	Europe/Paris
6614437	Allainville	allainville	Alenvil,Allainville,Allenvil',Аленвил,Алленвиль,Алленвіль,الانویل، یوی‌لاینز		FR	11	78	782	78009	304	Europe/Paris
6614438	Cosne-Cours-sur-Loire	cosne-cours-sur-loire	Cosne-Cours-sur-Loire		FR	27	58	584	58086	10102	Europe/Paris
6614439	Elne	elne	El'n,Elna,Elne,Euna,ai er en,erunu,Ельн,ኤልን,エルヌ,埃尔恩		FR	76	66	661	66065	8780	Europe/Paris
6614440	Allègre-les-Fumades	allegre-les-fumades	Allegre-les-Fumades,Allègre-les-Fumades		FR	76	30	301	30008	877	Europe/Paris
6614441	Anglesqueville-l'Esneval	anglesqueville-l-esneval	Anglesqueville-l'Esneval		FR	28	76	762	76017	573	Europe/Paris
6614442	Lœuilley	l-uilley	Lee,Ljoje,Loeuilley,Lœuilley,Леє,Лёйе		FR	27	70	702	70305	107	Europe/Paris
6614443	Ameuvelle	ameuvelle	Amevel,Amevel',a mo fu er,amwwl,Амевел,Амевель,اموول,阿默弗尔		FR	44	88	882	88007	50	Europe/Paris
6614444	Annœullin	ann-ullin	Annoeullin,Annœullin		FR	32	59	595	59011	10490	Europe/Paris
6614445	Eslourenties-Daban	eslourenties-daban	Eslourenties-Daban		FR	75	64	643	64211	311	Europe/Paris
6614446	Altwiller	altwiller	Altwiller		FR	44	67	674	67009	406	Europe/Paris
6614447	Aramon	aramon	Aramon,a la meng,Арамон,阿拉蒙		FR	76	30	302	30012	4258	Europe/Paris
6614448	Amblainville	amblainville	Amblainville		FR	32	60	601	60010	1733	Europe/Paris
6614449	Ozenx-Montestrucq	ozenx-montestrucq	Ozenx-Montestrucq		FR	75	64	643	64440	382	Europe/Paris
6614450	Loretz-d'Argenton	loretz-d-argenton	Loretz-d'Argenton		FR	75	79	791	79014	2674	Europe/Paris
6614451	Armentières-sur-Avre	armentieres-sur-avre	Armant'er-sjur-Avr,Armantjer sir Avr,Armentieres-sur-Avre,Armentières-sur-Avre,a fu er he pan a er mang di ye er,Армантьер-сюр-Авр,Армантьєр-сюр-Авр,Армантјер сир Авр,阿夫尔河畔阿尔芒蒂耶尔		FR	28	27	272	27019	173	Europe/Paris
6614452	La Frénaye	la-frenaye	La Frenaye,La Frénaye		FR	28	76	762	76281	2158	Europe/Paris
6614453	Eyres-Moncube	eyres-moncube	Eiras,Eiras de Mont Cube,Er Monkib,Er-Monkjub,Eyres-Moncube,ai lei meng qu bu,Èiras,Èiras de Mont Cube,Ер Монкиб,Ер-Монкюб,埃雷蒙屈布		FR	75	40	402	40098	371	Europe/Paris
6614454	Argœuves	arg-uves	Ardjeuve,Argev,Argoeuves,Argoev,Argœuves,a er ge fu,Аргев,Аргоев,阿尔格弗		FR	32	80	802	80024	547	Europe/Paris
6614455	Auzat-la-Combelle	auzat-la-combelle	Ausac,Auzat-sur-Allier,Oza sir Alije,Oza-la-Kombel',ao zha la kong bei er,awzat-lw-kwmbyly,Оза сир Алије,Оза-ла-Комбель,أوزات-لو-كومبيلي,奥扎拉孔贝尔		FR	84	63	633	63022	2106	Europe/Paris
6614456	Bourgoin-Jallieu	bourgoin-jallieu	Bourgoin-Jallieu		FR	84	38	382	38053	27651	Europe/Paris
6614457	Remoiville	remoiville	Remoiville,Remuavil',lei mu wa wei er,Ремуавиль,Ремуавіль,雷穆瓦维尔		FR	44	55	553	55425	134	Europe/Paris
6614458	Gardefort	gardefort	Gardefort		FR	24	18	181	18098	148	Europe/Paris
6614459	Faget-Abbatial	faget-abbatial	Faget Abadiau,Fazhe-Abbasjal',Fazhet Abatjal,Fazhet-Abbas'jal',fa re a ba di a,Фаже-Аббасяль,Фажет Абатјал,Фажет-Аббасьяль,فاگیٹ-اباٹیال,法热阿巴蒂阿		FR	76	32	323	32130	218	Europe/Paris
6614460	Neuville-de-Poitou	neuville-de-poitou	Neuville-de-Poitou		FR	75	86	863	86177	5340	Europe/Paris
6614461	Bangor	bangor	Bangor		FR	53	56	561	56009	990	Europe/Paris
6614462	Putanges-le-Lac	putanges-le-lac	Putanges-le-Lac		FR	28	61	612	61339	2200	Europe/Paris
6614463	Baraqueville	baraqueville	Baraqueville		FR	76	12	123	12056	3146	Europe/Paris
6614465	Richebourg	richebourg	Richebourg,Rishbur,Ришбур		FR	11	78	781	78520	1460	Europe/Paris
6614466	Charmoy	charmoy	Charmoy,Sharmoa,Sharmua,Шармоа,Шармуа		FR	27	89	891	89085	1151	Europe/Paris
6614467	Terrasson-Lavilledieu	terrasson-lavilledieu			FR	75	24	244	24547	6148	Europe/Paris
6614468	Beaurepaire-sur-Sambre	beaurepaire-sur-sambre	Beaurepaire-sur-Sambre,Boreper sir Sambr,Boreper-sjur-Sambr,sang bu er he pan bo er pai er,Борепер сир Самбр,Борепер-сюр-Самбр,桑布尔河畔博尔派尔		FR	32	59	591	59061	257	Europe/Paris
6614469	Crosville-sur-Douve	crosville-sur-douve	Crosville-sur-Douve,Krosvil'-sjur-Duv,Krovil sir Duv,du fu he pan ke luo si wei er,Кровил сир Дув,Кросвиль-сюр-Дув,Кросвіль-сюр-Дув,杜夫河畔克罗斯维尔		FR	28	50	502	50156	63	Europe/Paris
6614470	Saint-Laurent-en-Grandvaux	saint-laurent-en-grandvaux	Saint-Laurent-en-Grandvaux,Sen-Loran-an-Granvo,ge lang de wo de qu sheng luo lang,Сен-Лоран-ан-Гранво,سینٹ-لارنٹ-این -ڑندوش,格朗德沃地区圣洛朗		FR	27	39	393	39487	1819	Europe/Paris
6614472	Amel-sur-l'Étang	amel-sur-l-etang	Amel-sur-l'Etang,Amel-sur-l'Étang		FR	44	55	553	55008	159	Europe/Paris
6614473	Bœurs-en-Othe	b-urs-en-othe	Ber-an-Ot,Bers an Ot,Boeurs-en-Othe,Bœurs-en-Othe,ao te de qu bo e er,Бер-ан-От,Берс ан От,奥特地区博厄尔		FR	27	89	893	89048	343	Europe/Paris
6614474	Bœrsch	b-rsch			FR	44	67	673	67052	2432	Europe/Paris
6614475	Les Authieux	les-authieux			FR	28	27	273	27027	298	Europe/Paris
6614476	Grossœuvre	gross-uvre	Grossœuvre		FR	28	27	273	27301	1215	Europe/Paris
6614477	Grand Bourgtheroulde	grand-bourgtheroulde	Grand Bourgtheroulde		FR	28	27	272	27105	3723	Europe/Paris
6614478	Lherm	lherm	Lherm		FR	76	46	461	46171	230	Europe/Paris
6614479	Boran-sur-Oise	boran-sur-oise	Boran-sur-Oise		FR	32	60	604	60086	2171	Europe/Paris
6614480	Boule-d'Amont	boule-d-amont	Boule-d'Amont		FR	76	66	663	66022	55	Europe/Paris
6614482	Ernolsheim-lès-Saverne	ernolsheim-les-saverne	Ernol'sajm-le-Savern,Ernolsheim bei Zabern,Ernolsheim-les-Saverne,Ernolsheim-lès-Saverne,ai er nuo er sang lai sa wei er en,arnwlshym lyh safyrn,Ернольсайм-ле-Саверн,إرنولشيم ليه سافيرن,埃尔诺尔桑莱萨韦尔恩		FR	44	67	674	67129	587	Europe/Paris
6614483	La Chaise-Baudouin	la-chaise-baudouin	Chaise-Baudouin,La-Shez-Boduen,Shez Boduen,la xie si bo du an,Ла-Шез-Бодуен,Шез Бодуен,لا شائسی-بوڈوین,拉谢斯博杜安		FR	28	50	501	50112	480	Europe/Paris
6614484	Coudeville-sur-Mer	coudeville-sur-mer	Kudvil'-sjur-Mer,bin hai ku de wei er,Кудвиль-сюр-Мер,Кудвіль-сюр-Мер,滨海库德维尔		FR	28	50	501	50143	857	Europe/Paris
6614485	Petite-Chaux	petite-chaux	Petite-Chaux		FR	27	25	253	25451	145	Europe/Paris
6614486	Lazenay	lazenay	Lazenay,Lazene,la ze nai,Лазене,拉泽奈		FR	24	18	183	18124	344	Europe/Paris
6614487	Lévignac	levignac	Levignac,Levignac-sur-Save,Levin'jak,Levin'jak-sjur-Sav,Levinhac,Lévignac,Lévignac-sur-Save,lai wei ni ya ke,Левиньяк,Левіньяк-сюр-Сав,莱维尼亚克		FR	76	31	313	31297	2067	Europe/Paris
6614488	L'Étang-Bertrand	l-etang-bertrand	L'Etang-Bertrand,L'Étang-Bertrand		FR	28	50	502	50176	338	Europe/Paris
6614489	Bransles	bransles	Bransles		FR	11	77	774	77050	563	Europe/Paris
6614886	Mornand-en-Forez	mornand-en-forez	Mornand-en-Forez		FR	84	42	421	42151	402	Europe/Paris
6614490	Saint-Affrique	saint-affrique	Saint-Affrique,Sant Africa,Sent Africa,Sent-Affrik,Sent-Afrik,sheng a fu li qu ai,Сент-Африк,Сент-Аффрик,سینٹ-اففرقعے,སེན་ཏེ་ཨ་ཧྥེ་རི་ཁེ།,圣阿夫里屈埃		FR	76	12	121	12208	8145	Europe/Paris
6614491	Saint-Jean-Pla-de-Corts	saint-jean-pla-de-corts	Saint-Jean-Pla-de-Corts,Sant Joan de Pladecorts		FR	76	66	661	66178	2187	Europe/Paris
6614492	Canet-en-Roussillon	canet-en-roussillon	Canet de Rosselhon,Canet de Rossello,Canet de Rosselló,Canetum,Kane-an-Russijon,Kanet an Rusijon,kane=tan=rushiyon,lu xi long de qu ka nei,Кане-ан-Руссийон,Кане-ан-Руссійон,Канет ан Русијон,カネ＝タン＝ルシヨン,鲁西隆地区卡内		FR	76	66	662	66037	12069	Europe/Paris
6614493	Asprières	asprieres	Asprieiras,Asprier,Asprieres,Asprijer,Asprièiras,Asprières,a si pu li ai,Асприер,Аспријер,Аспрієр,阿斯普里埃		FR	76	12	123	12012	726	Europe/Paris
6614494	Trèves	treves	Trev,Treve,Trève,te lei wei,trws  gard,Трев,تروس، گارد,特雷韦		FR	76	30	303	30332	136	Europe/Paris
6614495	Cazoulès	cazoules	Cazoules,Cazoulès		FR	75	24	244	24089	462	Europe/Paris
6614497	Saint-Sauvant	saint-sauvant	Saint-Sauvant,Sen-Sovan,sheng suo wang,syn-sawnt  wyn,Сен-Сован,سین-ساونت، وین,圣索旺		FR	75	86	863	86244	1263	Europe/Paris
6614498	Les Touches	les-touches	Les Touches		FR	52	44	445	44205	2488	Europe/Paris
6614499	Cauville-sur-Mer	cauville-sur-mer	Cauville-sur-Mer		FR	28	76	762	76167	1524	Europe/Paris
6614500	Chalautre-la-Grande	chalautre-la-grande	Chalautre-la-Grande		FR	11	77	773	77072	714	Europe/Paris
6614501	Vibrac	vibrac	Vibrac		FR	75	17	171	17468	153	Europe/Paris
6614502	Lempdes-sur-Allagnon	lempdes-sur-allagnon	Lamd-sjur-Allan'on,Lempdes,Lempdes-sur-Allagnon,Lende,a la ni weng he pan lang pu dai,Ламд-сюр-Алланьон,阿拉尼翁河畔朗普代		FR	84	43	431	43120	1338	Europe/Paris
6614503	Chambly	chambly	Chambly,Shambli,shang bu li,Шамбли,Шамблі,尚布利		FR	32	60	604	60139	10098	Europe/Paris
6614504	Château-Renard	chateau-renard	Chateau-Renard,Château-Renard		FR	24	45	451	45083	2227	Europe/Paris
6614505	Semur-en-Auxois	semur-en-auxois	Semjur-an-Oksua,Semjur-an-Osua,Semur-en-Auxois,Sinemurum,ao ke su wa de qu se mi,sumyuru=an=nosowa,Семюр-ан-Оксуа,Семюр-ан-Осуа,סמור-אן-אוסווה,スミュール＝アン＝ノーソワ,奥克苏瓦地区瑟米		FR	27	21	213	21603	4132	Europe/Paris
6614506	Chaudeyrolles	chaudeyrolles	Chaudairolas,Chaudairòlas,Chaudeyrolles,Shoderol,Shodirol',shao dai luo lai,Шодерол,Шодироль,Шодіроль,绍代罗莱		FR	84	43	432	43066	101	Europe/Paris
6614507	Montembœuf	montemb-uf			FR	75	16	163	16225	650	Europe/Paris
6614508	Cherbourg-en-Cotentin	cherbourg-en-cotentin	Cherbourg,Cherbourg-en-Cotentin,Cherburgo-Octeville,Chervourgo,Coriallum,Gorad Shehrbur-Aktehvil',Kiaeresburh,Kiæresburh,Sherbur-Oktevil',Sherbur-Oktvil',Tchidbouo,cerpork-aktvil,sairbura,se bao-ao ke te wei er,sheruburu,shrbwrg-aktwwyl,syeleubuleuogteubil,Χερβούργο,Горад Шэрбур-Актэвіль,Шербур-Октвіль,Шербур-Октевиль,شربورگ-اکتوویل,शैर्बूर,செர்போர்க்-ஆக்ட்வில்,シェルブール,瑟堡-奥克特维尔,셰르부르옥트빌		FR	28	50	502	50129	80076	Europe/Paris
6614509	Vassy-sous-Pisy	vassy-sous-pisy	Vassy-sous-Pisy		FR	27	89	892	89431	71	Europe/Paris
6614510	Collioure	collioure	Collioure,Cotlliure		FR	76	66	661	66053	2633	Europe/Paris
6614511	Ban-sur-Meurthe-Clefcy	ban-sur-meurthe-clefcy			FR	44	88	883	88106	951	Europe/Paris
6614512	Coustouges	coustouges	Costoja,Coustouges		FR	76	66	661	66061	103	Europe/Paris
6614513	Saint-Laurent-de-Cerdans	saint-laurent-de-cerdans	Saint-Laurent-de-Cerdans,Sant Llorenc de Cerdans,Sant Llorenç de Cerdans		FR	76	66	661	66179	1125	Europe/Paris
6614514	Paimbœuf	paimb-uf	Paimboeuf		FR	52	44	443	44116	3144	Europe/Paris
6614515	Rillieux-la-Pape	rillieux-la-pape	Rillieux-la-Pape		FR	84	69	691	69286	29885	Europe/Paris
6614516	Cublac	cublac	Cublac,Kiblak,Kjublak,qu bu la ke,Киблак,Кюблак,屈布拉克		FR	75	19	191	19066	1674	Europe/Paris
6614517	Cricquebœuf	cricqueb-uf	Cricqueboeuf,Krikbef,Krikbjof,ke li qu ai bo e,Крикбеф,Крикбёф,克里屈埃博厄		FR	28	14	143	14202	306	Europe/Paris
6614518	Douarnenez	douarnenez	Dovarnena,Duarnene,Duarnenez,do~uarunune,du a er na na,Дуарнене,Дуарненез,ドゥアルヌネ,杜阿尔纳纳		FR	53	29	294	29046	14063	Europe/Paris
6614519	Dunkerque	dunkerque			FR	32	59	594	59183	88108	Europe/Paris
6614520	Dinsheim-sur-Bruche	dinsheim-sur-bruche			FR	44	67	673	67098	1447	Europe/Paris
6614521	Font-Romeu-Odeillo-Via	font-romeu-odeillo-via	Font-Romeu-Odeillo-Via		FR	76	66	663	66124	1941	Europe/Paris
6614522	Le Fel	le-fel	Enguiales,Enguialès,Le-Fel',Lo Fel,Lo Fèl,lei fu,Ле-Фель,勒弗		FR	76	12	122	12093	176	Europe/Paris
6614523	Étrœungt	etr-ungt	Etrœungt,Étrœungt		FR	32	59	591	59218	1321	Europe/Paris
6614524	Monts-de-Randon	monts-de-randon			FR	76	48	482	48127	1307	Europe/Paris
6614525	Saint-Denis-en-Margeride	saint-denis-en-margeride	Saint-Denis-en-Margeride		FR	76	48	482	48145	179	Europe/Paris
6614526	Frelinghien	frelinghien	Frelinghien		FR	32	59	595	59252	2402	Europe/Paris
6614527	Gasny	gasny			FR	28	27	271	27279	3085	Europe/Paris
6614528	Saint-Gilles-Croix-de-Vie	saint-gilles-croix-de-vie	Saint-Gilles-Croix-de-Vie		FR	52	85	853	85222	7570	Europe/Paris
6614529	Grenade	grenade	Granada,Grenad,Grenade,ge lei na de,Гренад,格雷纳德		FR	76	31	313	31232	8773	Europe/Paris
6614530	Hénonville	henonville	Henonville,Hénonville		FR	32	60	601	60309	830	Europe/Paris
6614532	Jœuf	j-uf	Jœuf		FR	44	54	541	54280	6497	Europe/Paris
6614533	Labastide-Rouairoux	labastide-rouairoux			FR	76	81	812	81115	1410	Europe/Paris
6614534	La Bauche	la-bauche	La Bauche		FR	84	73	732	73033	507	Europe/Paris
6614535	Mauléon	mauleon	Moleon,Молеон		FR	75	79	791	79079	8499	Europe/Paris
6614536	La Faute-sur-Mer	la-faute-sur-mer	La Faute-sur-Mer		FR	52	85	853	85307	658	Europe/Paris
6614537	La Fouillouse	la-fouillouse	Fouillouse,Fujuz,La Fouillouse,La-Fujuz,la fu yi lu si,la fwylwsy,Ла-Фуюз,Фујуз,لا فویلوسی,拉富伊卢斯		FR	84	42	423	42097	4442	Europe/Paris
6614538	Fontiers-Cabardès	fontiers-cabardes	Fontiers-Cabardes,Fontiers-Cabardès		FR	76	11	111	11150	450	Europe/Paris
6614539	La Frette-sur-Seine	la-frette-sur-seine	La Frette-sur-Seine		FR	11	95	951	95257	4668	Europe/Paris
6614540	La Limouzinière	la-limouziniere	La Limouziniere,La Limouzinière		FR	52	44	442	44083	2401	Europe/Paris
6614541	Lamanère	lamanere	Lamanere,Lamanère,la Menera		FR	76	66	661	66091	41	Europe/Paris
6614542	La Guierche	la-guierche	La-Giersh,Ла-Гіерш		FR	52	72	723	72147	1082	Europe/Paris
6614543	La Monnerie-le-Montel	la-monnerie-le-montel	La Monnerie-le-Montel,La-Monnri-le-Montel',Lo Montelh,Monnerie-le-Montel,la mo na li ye lai meng tai,Ла-Моннрі-ле-Монтель,لا مونیری-لے-مونٹیل,拉莫纳里耶莱蒙泰		FR	84	63	635	63231	1740	Europe/Paris
6614544	Lampaul-Ploudalmézeau	lampaul-ploudalmezeau	Lampaul-Ploudalmezeau,Lampaul-Ploudalmézeau		FR	53	29	291	29099	847	Europe/Paris
6614545	Le Faouët	le-faouet	Ar Faoued,Fagetum,Le Faouet,Le Faouët,Le-Faue,lei fu e,Ле-Фауе,勒福厄		FR	53	56	562	56057	2811	Europe/Paris
6614546	La Neuville	la-neuville	La Neuville,La-Nevil',la ne wei er,Ла-Невиль,Ла-Невіль,拉讷维尔		FR	32	59	595	59427	654	Europe/Paris
6614547	Lamorlaye	lamorlaye	Lamorlaye		FR	32	60	604	60346	8918	Europe/Paris
6614548	Champclause	champclause	Champclause		FR	84	43	432	43053	199	Europe/Paris
6614549	La Queue-les-Yvelines	la-queue-les-yvelines			FR	11	78	782	78513	2184	Europe/Paris
6614550	Laroque-des-Albères	laroque-des-alberes	Laroque-des-Alberes,Laroque-des-Albères,la Roca d'Albera		FR	76	66	661	66093	2099	Europe/Paris
6614551	Villelongue-dels-Monts	villelongue-dels-monts	Vilallonga dels Monts,Villelongue-dels-Monts		FR	76	66	661	66225	1666	Europe/Paris
6614552	La Tranche-sur-Mer	la-tranche-sur-mer	La Tranche-sur-Mer		FR	52	85	853	85294	2907	Europe/Paris
6614553	La Valla-en-Gier	la-valla-en-gier	La Valla-en-Gier,La-Valla-an-Zhe,bi ye de qu la wa la,la wala-ayn-gyr,Ла-Валла-ан-Жє,لا والا-این-گیر,比耶地区拉瓦拉		FR	84	42	423	42322	1019	Europe/Paris
6614554	Cours	cours			FR	84	69	692	69066	4519	Europe/Paris
6614555	Laudun-l'Ardoise	laudun-l-ardoise	Laudun-l'Ardoise		FR	76	30	302	30141	6204	Europe/Paris
6614556	La Turballe	la-turballe	La Turballe		FR	52	44	443	44211	4502	Europe/Paris
6614557	Le Boulou	le-boulou	Le Boulou,el Volo,el Voló		FR	76	66	661	66024	5632	Europe/Paris
6614558	Le Breuil	le-breuil	Brej,Breuil,Le Breuil,Le-Brej,Бреј,Ле-Брей		FR	27	71	711	71059	3591	Europe/Paris
6614559	Royère-de-Vassivière	royere-de-vassiviere			FR	75	23	232	23165	571	Europe/Paris
6614560	Le Croisic	le-croisic	Ar Groazig,Crociciacum,Kroazik,Le-Kruazik,krwasyk,lei ke lu wa xi ke,Кроазик,Ле-Круазік,کرواسیک,勒克鲁瓦西克		FR	52	44	443	44049	4066	Europe/Paris
6614561	Le Crotoy	le-crotoy	Le Crotoy		FR	32	80	801	80228	2044	Europe/Paris
6614562	Le Grau-du-Roi	le-grau-du-roi	Le Grau-du-Roi		FR	76	30	302	30133	8476	Europe/Paris
6614563	Le Gua	le-gua	Le Gua,Le-Gjua,lei ju a,Ле-Гюа,勒居阿		FR	84	38	381	38187	1796	Europe/Paris
6614564	Le Mesnil-Amelot	le-mesnil-amelot	Le Mesnil-Amelot,Le-Meni-Amelo,Ле-Мени-Амело,Ле-Мені-Амело		FR	11	77	771	77291	997	Europe/Paris
6614566	Le Perreux-sur-Marne	le-perreux-sur-marne			FR	11	94	942	94058	33729	Europe/Paris
6614567	Les Baux-de-Provence	les-baux-de-provence	Les Baux-de-Provence		FR	93	13	132	13011	361	Europe/Paris
6614568	Les Epesses	les-epesses	Les Epesses		FR	52	85	852	85082	2832	Europe/Paris
6614569	Les Billanges	les-billanges	Les Billanges		FR	75	87	872	87016	291	Europe/Paris
6614570	Les Hogues	les-hogues	Le-Og,Les Hogues,lai suo gai,Ле-Ог,莱索盖		FR	28	27	271	27338	626	Europe/Paris
6614571	Le Tréport	le-treport	Le Treport,Le Tréport		FR	28	76	761	76711	4895	Europe/Paris
6614572	Les Plans	les-plans			FR	76	30	301	30197	248	Europe/Paris
6614573	Romorantin-Lanthenay	romorantin-lanthenay	Romorantin-Lanthenay		FR	24	41	413	41194	17946	Europe/Paris
6614574	Marcq-en-Barœul	marcq-en-bar-ul	Marcq-en-Barœul		FR	32	59	595	59378	38805	Europe/Paris
6614575	Maizilly	maizilly	Maizilly		FR	84	42	422	42131	338	Europe/Paris
6614576	Agen-d'Aveyron	agen-d-aveyron	Agen-d'Aveyron		FR	76	12	121	12001	1053	Europe/Paris
6614577	Notre-Dame-de-Vaulx	notre-dame-de-vaulx	Notre-Dame-de-Vaulx		FR	84	38	381	38280	503	Europe/Paris
6614578	Sorède	sorede	Sorede,Sorède,Sureda		FR	76	66	661	66196	3246	Europe/Paris
6614579	Argelès-sur-Mer	argeles-sur-mer	Argelers,Argeles-sur-Mer,Argelès-sur-Mer		FR	76	66	661	66008	10434	Europe/Paris
6614580	Port-Vendres	port-vendres	Port-Vendres,Portvendres		FR	76	66	661	66148	4187	Europe/Paris
6614581	Saint-Honoré-les-Bains	saint-honore-les-bains	Saint-Honore-les-Bains,Saint-Honoré-les-Bains		FR	27	58	581	58246	751	Europe/Paris
6614582	Saillat-sur-Vienne	saillat-sur-vienne	Saillat-sur-Vienne,Saja-sjur-V'enn,Saja-sjur-Venn,Salhac,wei ai na he pan sai la,Сая-сюр-Вьенн,Сая-сюр-Вєнн,سیلت-سر-وینے,维埃纳河畔赛拉		FR	75	87	873	87131	838	Europe/Paris
6614583	Mas-Blanc-des-Alpilles	mas-blanc-des-alpilles	Mas-Blanc-des-Alpilles		FR	93	13	132	13057	516	Europe/Paris
6614584	Saint-Paul-lès-Durance	saint-paul-les-durance	Saint-Paul-les-Durance,Saint-Paul-lès-Durance		FR	93	13	131	13099	855	Europe/Paris
6614585	Vandœuvre-lès-Nancy	vand-uvre-les-nancy	Vandœuvre-les-Nancy,Vandœuvre-lès-Nancy		FR	44	54	543	54547	30182	Europe/Paris
6614586	Visan	visan	Visan		FR	93	84	843	84150	1987	Europe/Paris
6614587	Gelucourt	gelucourt	Gelucourt,Zheljukur,re lu ku er,zhlwkwr,Желюкур,ژلوکور,热吕库尔		FR	44	57	575	57246	220	Europe/Paris
6614588	Segonzac	segonzac	Segonzac,Segonzak,se gong zha ke,Сегонзак,瑟贡扎克		FR	75	19	191	19253	224	Europe/Paris
6614589	Chezelles	chezelles	Chezelles,Shezel,Shezel',xie ze lai,Шезел,Шезель,谢泽莱		FR	24	36	362	36050	477	Europe/Paris
6614590	Vendœuvres	vend-uvres	Vendœuvres		FR	24	36	362	36232	1072	Europe/Paris
6614591	La Bretenière	la-breteniere	Breteniere,Bretenière,Bretnijer,La Breteniere,La Bretenière,La-Breten'er,la bu lei tai ni ai,Бретнијер,Ла-Бретеньєр,لا بریٹینییری، ڈوبس,拉布雷泰尼埃		FR	27	25	251	25092	71	Europe/Paris
6614784	Les Farges	les-farges	Las Farjas,Le-Farzh,Les Farges,lai si fa er re,Ле-Фарж,莱斯法尔热		FR	75	24	244	24175	318	Europe/Paris
6614941	Hœrdt	h-rdt	Hœrdt		FR	44	67	672	67205	4324	Europe/Paris
6614592	Clermont-Pouyguillès	clermont-pouyguilles	Claramon Poiet,Claramont e Poiet,Clermont-Pouyguilles,Clermont-Pouyguillès,Klermon Pugije,Klermon-Puigie,Klermon-Puigijes,ke lai meng pu yi ji lai,Клермон Пугије,Клермон-Пуигийес,Клермон-Пуїгіє,克莱蒙普伊吉莱		FR	76	32	323	32104	157	Europe/Paris
6614593	Saint-Arroman	saint-arroman	Saint-Arroman		FR	76	32	323	32361	138	Europe/Paris
6614594	Pommiers	pommiers	Pomme,Pommiers,bo mi ye er,Поммє,波米耶尔		FR	84	42	422	42173	361	Europe/Paris
6614595	Braux-Saint-Remy	braux-saint-remy			FR	44	51	511	51083	86	Europe/Paris
6614596	Faramans	faramans	Faramans		FR	84	38	383	38161	1035	Europe/Paris
6614597	Geüs-d'Oloron	geues-d-oloron	Geues-d'Oloron,Geüs-d'Oloron		FR	75	64	642	64244	250	Europe/Paris
6614598	Le Ménil-Broût	le-menil-brout	Le Menil-Brout,Le Ménil-Broût,Le-Menij-Bru,lei mei ni bu lu,Ле-Мений-Бру,Ле-Меній-Бру,勒梅尼布鲁		FR	28	61	611	61261	170	Europe/Paris
6614599	Saint-Céneri-le-Gérei	saint-ceneri-le-gerei	Saint-Ceneri-le-Gerei,Saint-Céneri-le-Gérei		FR	28	61	611	61372	120	Europe/Paris
6614600	Le Moustoir	le-moustoir	Ar Vouster,Le Moustoir		FR	53	22	222	22157	666	Europe/Paris
6614601	Rambluzin-et-Benoite-Vaux	rambluzin-et-benoite-vaux	Rambluzin-et-Benoite-Vaux		FR	44	55	553	55411	100	Europe/Paris
6614602	Senoncourt-les-Maujouy	senoncourt-les-maujouy	Senoncourt-les-Maujouy		FR	44	55	553	55482	90	Europe/Paris
6614603	Babœuf	bab-uf	Babœuf		FR	32	60	603	60037	526	Europe/Paris
6614604	La Bâtie-des-Fonds	la-batie-des-fonds	Bati de Fon,Batie-des-Fonds,Bâtie-des-Fonds,La Bastida de Vaudroma,La Batie-des-Fonds,La Bâtie-des-Fonds,La-Bati-de-Fon,la ba di ye dai feng de,Бати де Фон,Ла-Баті-де-Фон,لا باٹیی-ڈیس-فونڈس,拉巴蒂耶代丰德		FR	84	26	261	26030	5	Europe/Paris
6614605	Bettancourt-la-Longue	bettancourt-la-longue	Bettancourt-la-Longue		FR	44	51	514	51057	79	Europe/Paris
6614606	Vroil	vroil	Vroil		FR	44	51	514	51658	104	Europe/Paris
6614607	Sercœur	serc-ur	Sercoeur,Sercœur,Serker,sai er ke e,Серкер,塞尔科厄		FR	44	88	881	88454	237	Europe/Paris
6614608	Cazaux-Villecomtal	cazaux-villecomtal	Casaus Vilacomdau,Casaus de Malavath,Cazaux-Villecomtal,Kazo-Vil'kontal',Kozo Vilkontal,ka zuo wei lai kong ta,Казо-Вильконталь,Казо-Вільконталь,Козо Вилконтал,卡佐维莱孔塔		FR	76	32	323	32099	72	Europe/Paris
6614609	Chauvac-Laux-Montaux	chauvac-laux-montaux	Chaubac,Chauvac,Chauvac-Laux-Montaux,Shovak,Shovak-Lo-Monto,shao wa ke luo meng tuo,Шовак,Шовак-Ло-Монто,绍瓦克洛蒙托		FR	84	26	262	26091	43	Europe/Paris
6614610	La Croix-de-la-Rochette	la-croix-de-la-rochette			FR	84	73	732	73095	353	Europe/Paris
6614612	Mérignac	merignac	Merignac,Merin'jak,Mérignac,Мериньяк		FR	75	16	162	16216	760	Europe/Paris
6614613	Chepniers	chepniers	Chepniers		FR	75	17	171	17099	653	Europe/Paris
6614614	Bedenac	bedenac	Bedenac,Bedenak,Bednak,Bédenac,bo de na ke,Беденак,Беднак,Բեդնակ,伯德纳克		FR	75	17	171	17038	683	Europe/Paris
6614615	Fontenay	fontenay	Fontenay,Fontene,Fontne,feng te nai,Фонтене,Фонтне,丰特奈		FR	24	36	364	36075	89	Europe/Paris
6614616	Les Nans	les-nans			FR	27	39	392	39381	89	Europe/Paris
6614617	Amarens	amarens	Amaran,Amarens,a ma lang,amrnys,Амаран,امرنیس,阿马朗		FR	76	81	811	81009	68	Europe/Paris
6614618	Les Cabannes	les-cabannes	Les Cabannes		FR	76	81	811	81045	369	Europe/Paris
6614619	Castéra-Bouzet	castera-bouzet	Castera-Bouzet,Castéra-Bouzet		FR	76	82	821	82034	111	Europe/Paris
6614620	Le Tartre-Gaudran	le-tartre-gaudran	Le Tartre-Gaudran		FR	11	78	781	78606	35	Europe/Paris
6614621	Brouy	brouy	Brouy		FR	11	91	911	91112	138	Europe/Paris
6614622	Rozier-Côtes-d'Aurec	rozier-cotes-d-aurec	Rozier-Cotes-d'Aurec,Rozier-Côtes-d'Aurec		FR	84	42	421	42192	455	Europe/Paris
6614623	Boulancourt	boulancourt			FR	11	77	774	77046	357	Europe/Paris
6614624	Nanteau-sur-Essonne	nanteau-sur-essonne			FR	11	77	774	77328	439	Europe/Paris
6614625	Rosoy-en-Multien	rosoy-en-multien	Rosoy-en-Multien,Rouvres-en-Multien,Rozua-an-Mjul't'jan,mi er di an de qu luo su wa,Розуа-ан-Мюльтьян,米尔蒂安地区罗苏瓦		FR	32	60	604	60548	531	Europe/Paris
6614626	Arrayou-Lahitte	arrayou-lahitte	Araju Lait,Arrajon e era Hita,Arrajon era Hita,Arrayou-Lahitte,Arreju-Laitt,Arreu-Lait,a er lai wu lai te,Арају Лаит,Арреу-Лаит,Аррею-Лаїтт,阿尔赖乌莱特		FR	76	65	651	65247	108	Europe/Paris
6614627	Cambes	cambes	Cambes		FR	75	47	472	47047	178	Europe/Paris
6614628	Rochefort-sur-Brévon	rochefort-sur-brevon	Rochefort-sur-Brevon,Rochefort-sur-Brévon,Roshfor-sjur-Brevon,bu lei weng he pan luo xie fu er,Рошфор-сюр-Бревон,布雷翁河畔罗谢福尔		FR	27	21	213	21526	40	Europe/Paris
6614629	Le Charme	le-charme	Le Charme		FR	24	45	451	45079	148	Europe/Paris
6614630	Les Ormes	les-ormes	Les Ormes,Lez-Orm,lai suo er mei,Лез-Орм,莱索尔梅		FR	27	89	891	89281	337	Europe/Paris
6614631	Kœur-la-Grande	k-ur-la-grande	Kœur-la-Grande		FR	44	55	552	55263	168	Europe/Paris
6614632	Kœur-la-Petite	k-ur-la-petite	Ker la Petit,Ker-la-Petit,Koeur-la-Petite,Kœur-la-Petite,xiao ke e,Кер ла Петит,Кер-ла-Петит,Кер-ла-Петіт,小科厄		FR	44	55	552	55264	295	Europe/Paris
6614633	Noiron-sur-Seine	noiron-sur-seine	Noiron-sur-Seine,Nuaron-sjur-Sen,sai na he pan nu wa long,Нуарон-сюр-Сен,塞纳河畔努瓦龙		FR	27	21	213	21460	76	Europe/Paris
6614634	Sainte-Croix	sainte-croix	Santa Crotz,Sent-Krua,sheng ke lu wa,Сент-Круа,سین-ڑوش، ڈرامے,圣克鲁瓦		FR	84	26	261	26299	107	Europe/Paris
6614635	Pœuilly	p-uilly			FR	32	80	804	80629	128	Europe/Paris
6614637	Lalœuf	lal-uf	Lalef,Laljof,Laloeuf,la luo e,Лалеф,Лалёф,لالœوف,拉洛厄		FR	44	54	543	54291	292	Europe/Paris
6614638	Les Salles-sur-Verdon	les-salles-sur-verdon	Les Salles-sur-Verdon		FR	93	83	833	83122	255	Europe/Paris
6614639	Labatut	labatut	LAbatut Higuera,LAbatut Higuèra,LAbatut de Higuera,LAbatut de Higuèra,Labatju,la ba di,Лабатю,لاباٹوٹ، پیرینیس-اتلانتیکیو,拉巴蒂		FR	75	64	643	64293	176	Europe/Paris
6614640	Monségur	monsegur	Monsegjur,Monsegur,Monségur,Montsegur,meng sai ju,Монсегюр,蒙塞居		FR	75	64	643	64395	132	Europe/Paris
6614641	Ponson-Debat-Pouts	ponson-debat-pouts	Ponson-Debat-Pouts		FR	75	64	643	64451	94	Europe/Paris
6614642	Gœrlingen	g-rlingen	Geerlinge,Gerlingen,Goerlingen,Görlingen,Gœrlingen,ge ai er lan rang,ghwrlynghyn,grlyngn  fransh,Герлинген,Герлінген,غورلينغين,گرلینگن، فرانسه,戈埃尔兰让		FR	44	67	674	67159	238	Europe/Paris
6614643	Kirrberg	kirrberg	Kirberg,Kirbrich,Kirrberg,ji er bei er,kyrbyrgh,Кирберг,Киррберг,Кіррберг,كيربيرغ,基尔贝尔		FR	44	67	674	67241	168	Europe/Paris
6614644	Pfalzweyer	pfalzweyer	Pfal'zveer,Pfalzweier,Pfalzweyer,Pfàlzweier,bfalzwyyr,pfaltswayr,pu fa er ci wei ai,Пфальзвеер,Пфальзвеєр,بفالزويير,پفالتسوایر,普法尔兹韦埃		FR	44	67	674	67373	323	Europe/Paris
6614645	Schœnbourg	sch-nbourg	Scheenburi,Schoenbourg,Schoenburg,Schönburg,Schœnbourg,Shenbur,si shao ang bu er,stshwnbwrgh,Шенбур,ستشونبورغ,斯绍昂布尔		FR	44	67	674	67454	433	Europe/Paris
6614646	Togny-aux-Bœufs	togny-aux-b-ufs	Togny-aux-Bœufs		FR	44	51	511	51574	137	Europe/Paris
6614647	Cléry-le-Grand	clery-le-grand	Clery-Grand,Cléry-Grand,Kleri Gran,Kleri-le-Gran,da ke lai li,Клери Гран,Клери-ле-Гран,Клері-ле-Гран,大克莱里		FR	44	55	553	55118	90	Europe/Paris
6614648	Cléry-le-Petit	clery-le-petit	Clery-le-Petit,Cléry-le-Petit		FR	44	55	553	55119	185	Europe/Paris
6614649	Les Cassés	les-casses	Casses,Cassés,Kase,Le-Kasse,Les Casses,Les Cassés,lai si ka sai,Касе,Ле-Кассе,莱斯卡塞		FR	76	11	111	11074	291	Europe/Paris
6614650	Escueillens-et-Saint-Just-de-Bélengard	escueillens-et-saint-just-de-belengard			FR	76	11	112	11128	162	Europe/Paris
6614651	L'Hôpital-Saint-Lieffroy	l-hopital-saint-lieffroy	L'Hopital-Saint-Lieffroy,L'Hôpital-Saint-Lieffroy		FR	27	25	252	25306	113	Europe/Paris
6614652	La Celle-Saint-Avant	la-celle-saint-avant			FR	24	37	373	37045	1072	Europe/Paris
6614653	Saint-Jean-de-Bœuf	saint-jean-de-b-uf	Saint-Jean-de-Boeuf,Saint-Jean-de-Bœuf,Sen-Zhan-de-Bef,Sen-Zhan-de-Bjof,sheng rang de bo e,Сен-Жан-де-Беф,Сен-Жан-де-Бёф,سینٹ-ژاں -دے-بواف,圣让德博厄		FR	27	21	212	21553	112	Europe/Paris
6614654	Les Préaux	les-preaux	Le-Preo,Les Preaux,Les Préaux,lai si pu lei ao,Ле-Прео,莱斯普雷奥		FR	28	27	272	27476	383	Europe/Paris
6614655	Aulon	aulon	Aulon,Olon,ao long,Олон,奥隆		FR	76	31	312	31023	312	Europe/Paris
6614656	Le Pouget	le-pouget	Le-Puzhe,Lo Poget,lei pu re,Ле-Пуже,勒普热		FR	76	34	342	34210	2037	Europe/Paris
6614657	Lourdoueix-Saint-Michel	lourdoueix-saint-michel	Lourdoueix-Saint-Michel		FR	24	36	363	36099	323	Europe/Paris
6614658	Paulhac	paulhac	Paulhac		FR	84	43	431	43147	642	Europe/Paris
6614659	Ecot-la-Combe	ecot-la-combe	Ecot-la-Combe		FR	44	52	521	52183	36	Europe/Paris
6614660	Auchy-lez-Orchies	auchy-lez-orchies	Auchy-lez-Orchies,Oshi lez Orshi,Oshi-le-Orshi,ou xi lai ao er xi,Оши лез Орши,Оши-ле-Орши,Оші-ле-Орші,欧希莱奥尔希		FR	32	59	593	59029	1532	Europe/Paris
6614662	L'Hôpital-Saint-Blaise	l-hopital-saint-blaise	L'Hopital-Saint-Blaise,L'Hôpital-Saint-Blaise,Ospitalepea		FR	75	64	642	64264	74	Europe/Paris
6614663	Laàs	laas	Laas,Laàs		FR	75	64	642	64287	134	Europe/Paris
6614664	La Genétouze	la-genetouze	Genetouze,Génétouze,La Genetouze,La Genétouze,La-Zhenetuz,Zhenetuz,la re nei tu ze,Женетуз,Ла-Женетуз,拉热内图泽		FR	52	85	852	85098	1905	Europe/Paris
6614665	Maligny	maligny	Maligny,Malin'i,ma li ni,Малиньи,Маліньї,马利尼		FR	27	89	891	89242	804	Europe/Paris
6614666	Cerisé	cerise	Cerise,Cerisé,Serize,se li sai,Серизе,瑟里塞		FR	28	61	611	61077	859	Europe/Paris
6614667	Saint-Sorlin-de-Conac	saint-sorlin-de-conac	Saint-Sorlin-de-Conac		FR	75	17	171	17405	200	Europe/Paris
6614668	Saint-Thomas-de-Conac	saint-thomas-de-conac	Saint-Thomas-de-Conac		FR	75	17	171	17410	551	Europe/Paris
6614669	Bouillac	bouillac	Bolhac,Bouillac,Bujak,bu yi la ke,Буяк,Бујак,布伊拉克		FR	75	24	241	24052	125	Europe/Paris
6614670	Saint-Remy-sous-Barbuise	saint-remy-sous-barbuise	Saint-Remy-sous-Barbuise		FR	44	10	103	10361	230	Europe/Paris
6614671	Blacqueville	blacqueville	Blacqueville		FR	28	76	763	76099	693	Europe/Paris
6614672	Saint Martin de l'If	saint-martin-de-l-if	Saint Martin de l'If		FR	28	76	763	76289	1686	Europe/Paris
6614673	La Bellière	la-belliere	Belijer,Belliere,Bellière,La Belliere,La Bellière,La-Bel'er,la bei li ai,Белијер,Ла-Бельер,Ла-Бельєр,拉贝利埃		FR	28	61	611	61039	123	Europe/Paris
6614674	Chapelaine	chapelaine	Chapelaine		FR	44	51	514	51125	48	Europe/Paris
6614675	La Bastide	la-bastide	Bastid,Bastide,La Bastida,La Bastide,La-Bastid,la ba si di de,Бастид,Ла-Бастид,Ла-Бастід,لا باسٹیڈی، پیرینییس-وریینٹالیس,ラ・バスティッド,拉巴斯蒂德		FR	76	66	661	66018	73	Europe/Paris
6614676	Bréville-les-Monts	breville-les-monts	Breville-les-Monts,Bréville-les-Monts		FR	28	14	143	14106	652	Europe/Paris
6614677	Saint-Cirq-Madelon	saint-cirq-madelon			FR	76	46	463	46257	131	Europe/Paris
6614678	Le Gué-d'Alleré	le-gue-d-allere	Le Gue-d'Allere,Le Gué-d'Alleré		FR	75	17	173	17186	910	Europe/Paris
6614679	Bannes	bannes	Ban,Bann,Bannes,Бан,Банн		FR	44	51	512	51035	286	Europe/Paris
6614680	Saint-Vincent-de-Paul	saint-vincent-de-paul	Lo Poi,Sen-Vensan-de-Pol',Sent Vincenc de Pau,Sent Vincenç de Pau,sheng wan sang de bo,Сен-Венсан-де-Поль,圣万桑德波		FR	75	40	401	40283	3102	Europe/Paris
6614682	La Chaussée	la-chaussee	La Chaussee,La Chaussée		FR	28	76	761	76173	557	Europe/Paris
6614683	Le Puy-Notre-Dame	le-puy-notre-dame	Le Puy-Notre-Dame		FR	52	49	493	49253	1193	Europe/Paris
6614684	Saint-Christophe	saint-christophe	Sen-Kristof,Sent Cristou,Sent Cristòu,sheng ke li si tuo fu,Сен-Кристоф,سینٹ-کروسٹوفے، کراسے,圣克里斯托夫		FR	75	23	232	23186	145	Europe/Paris
6614685	Cour-l'Évêque	cour-l-eveque	Cour-l'Eveque,Cour-l'Évêque		FR	44	52	521	52151	168	Europe/Paris
6614686	Talmont-sur-Gironde	talmont-sur-gironde	Talmont-sur-Gironde		FR	75	17	174	17437	102	Europe/Paris
6614687	Fontaine-Chaalis	fontaine-chaalis	Fontaine-Chaalis		FR	32	60	604	60241	353	Europe/Paris
6614689	Saint-Ouen-le-Brisoult	saint-ouen-le-brisoult	Saint-Ouen-le-Brisoult,Sent-Uan-le-Brizu,sheng wu ang lai bu li su er,Сент-Уан-ле-Бризу,سینٹ-وں -لے-برسولٹ,圣乌昂莱布里苏尔		FR	28	61	611	61439	124	Europe/Paris
6614829	Moulins-Saint-Hubert	moulins-saint-hubert	Moulins-Saint-Hubert		FR	44	55	553	55362	174	Europe/Paris
6614690	Cubiérettes	cubierettes	Cubieireta,Cubierettes,Cubièireta,Cubiérettes,Kibjeret,Kjub'erett,Kjuberett,qu bi ai lei tai,Кибјерет,Кюбьеретт,Кюбєретт,屈比埃雷泰		FR	76	48	482	48054	53	Europe/Paris
6614691	Les Salces	les-salces			FR	76	48	482	48187	99	Europe/Paris
6614692	Arrosès	arroses	Arroses,Arrosès		FR	75	64	643	64056	140	Europe/Paris
6614693	Monpezat	monpezat	Monpezat		FR	75	64	643	64394	81	Europe/Paris
6614694	Raon-lès-Leau	raon-les-leau	Raon-le-Lo,Raon-les-Leau,Raon-lès-Leau,lang lai luo,Раон-ле-Ло,朗莱洛		FR	44	54	542	54443	40	Europe/Paris
6614695	Hohengœft	hoheng-ft	Hohengœft		FR	44	67	673	67208	527	Europe/Paris
6614696	Knœrsheim	kn-rsheim	Knersajm,Knersche,Knershajm,Knerskhajm,Knoersheim,Knörsheim,ke nuo ai er sang,knrshaym,knwrshym,Кнерсайм,Кнерсхајм,كنورشيم,کنرسهایم,克诺埃尔桑		FR	44	67	673	67245	225	Europe/Paris
6614697	Le Meix-Saint-Epoing	le-meix-saint-epoing	Le Meix-Saint-Epoing,Le-Me-Sent-Epuen,lei mei sheng ai pu an,Ле-Ме-Сент-Епуен,勒梅圣埃普安		FR	44	51	512	51360	272	Europe/Paris
6614698	Ébersviller	ebersviller	Ebersviler,Ebersviller,Ebersweiler,Ehbersviller,abrswylr,ai bei er si wei lai,Ébersviller,Еберсвилер,Еберсвиллер,Еберсвіллер,Эберсвиллер,ابرسویلر,埃贝尔斯维莱		FR	44	57	573	57186	941	Europe/Paris
6614699	Vœlfling-lès-Bouzonville	v-lfling-les-bouzonville	Vel'flen-le-Buzonvil',Vjol'flen-le-Buzonvil',Voelfling-les-Bouzonville,Voelfling-lès-Bouzonville,Vœlfling-les-Bouzonville,Vœlfling-lès-Bouzonville,Woelflingen bei Busendorf,Wölflingen bei Busendorf,wlflyng-lh-bwznwyl,wo ai er fu lan lai bu zong wei er,Вельфлен-ле-Бузонвиль,Вельфлен-ле-Бузонвіль,Вёльфлен-ле-Бузонвиль,ولفلینگ-له-بوزنویل,沃埃尔夫兰莱布宗维尔		FR	44	57	573	57749	154	Europe/Paris
6614700	Grindorff-Bizing	grindorff-bizing	Grendorff-Bizen,Grindorf-Bisingen,Grindorff,Grindorff-Bizing,ge lan duo er bi zan,gryndrf-bytsyng,Грендорфф-Бизен,Грендорфф-Бізен,گریندرف-بیتسینگ,格兰多尔比赞		FR	44	57	577	57259	318	Europe/Paris
6614701	Neslette	neslette	Neslette		FR	32	80	802	80587	83	Europe/Paris
6614702	Soulages	soulages	Soulages		FR	84	15	153	15229	80	Europe/Paris
6614703	Mentières	mentieres	Mentieres,Mentières		FR	84	15	153	15125	124	Europe/Paris
6614704	Saint-Rémy-de-Chaudes-Aigues	saint-remy-de-chaudes-aigues	Saint-Remy-de-Chaudes-Aigues,Saint-Rémy-de-Chaudes-Aigues		FR	84	15	153	15209	117	Europe/Paris
6614705	Saint-Urcize	saint-urcize	Saint-Urcize,Sant Urcise,Sent-Jursiz,sante~yurushizu,sheng yu er xi ci,Сент-Юрсиз,Сент-Юрсіз,サンテュルシズ,圣于尔西兹		FR	84	15	153	15216	447	Europe/Paris
6614706	Riom-ès-Montagnes	riom-es-montagnes	Riom-es-Montagnes,Riom-ès-Montagnes		FR	84	15	152	15162	2520	Europe/Paris
6614707	Saint-Bonnet	saint-bonnet	Saint-Bonnet		FR	75	16	162	16303	402	Europe/Paris
6614708	Liourdres	liourdres	L'jurdr,Liordre,Liordres,Liourdres,Liurdr,li wu er de lei,Лиурдр,Льюрдр,Ліурдр,利乌尔德雷		FR	75	19	191	19116	250	Europe/Paris
6614709	Trèves	treves	Treves,Trèves		FR	84	69	691	69252	731	Europe/Paris
6614710	La Chaussée-d'Ivry	la-chaussee-d-ivry	La Chaussee-d'Ivry,La Chaussée-d'Ivry		FR	24	28	283	28096	1123	Europe/Paris
6614711	Segonzac	segonzac	Segonzac,Segonzak,se gong zha ke,Сегонзак,瑟贡扎克		FR	75	24	243	24529	205	Europe/Paris
6614712	Chéronvilliers	cheronvilliers	Sheronvil'e,Sheronvilije,xie long wei li ye er,Шеронвилије,Шеронвилье,Шеронвільє,谢龙维利耶尔		FR	28	27	272	27156	521	Europe/Paris
6614713	Jouy	jouy	Jouy,Zhui,Жуї		FR	24	28	281	28201	1945	Europe/Paris
6614714	Grazac	grazac	Grasac de Sinjau,Grazac,Grazak,ge la zha ke,Гразак,格拉扎克		FR	84	43	433	43102	1044	Europe/Paris
6614715	Le Bourg	le-bourg	Le Bourg		FR	76	46	462	46034	325	Europe/Paris
6614716	La Maison-Dieu	la-maison-dieu	La Maison-Dieu,La-Mezon-D'e,la mai song de yue,la mayswn-dyw,Ла-Мезон-Дье,Ла-Мезон-Дьє,لا مایسون-دیو,拉迈松德约		FR	27	58	582	58154	123	Europe/Paris
6614717	Epiry	epiry	Epiri,Epiry,ai pi li,Епири,Епірі,埃皮里		FR	27	58	582	58110	233	Europe/Paris
6614718	Héry	hery	Hery,Héry		FR	27	58	582	58133	73	Europe/Paris
6614719	Saint-Martin-le-Nœud	saint-martin-le-n-ud	Saint-Martin-le-Noeud,Saint-Martin-le-Nœud,Sen-Marten-le-Ne,sheng ma dan lai nuo e,Сен-Мартен-ле-Не,سینٹ-مارٹن-لے-نواد,圣马丹莱诺厄		FR	32	60	601	60586	1044	Europe/Paris
6614720	Argelès-Bagnères	argeles-bagneres	Argelers,Argelers de Banheras,Argeles,Argelèrs,Argelèrs de Banhèras,Argelès,Arzhele,Arzhele-Ban'er,Arzheles-Ban'er,a er re lai ba nie lei,Аржеле,Аржеле-Баньєр,Аржелес-Баньер,阿尔热莱巴涅雷		FR	76	65	652	65024	115	Europe/Paris
6614721	Chasselay	chasselay	Chasselay,Shasle,Shassle,Шасле,Шассле		FR	84	69	692	69049	2775	Europe/Paris
6614722	Porte-de-Savoie	porte-de-savoie	Porte-de-Savoie		FR	84	73	732	73151	3581	Europe/Paris
6614723	Le Fraysse	le-fraysse	Le Fraysse		FR	76	81	811	81096	387	Europe/Paris
6614724	Belcastel	belcastel			FR	76	81	812	81025	229	Europe/Paris
6614725	Cabanès	cabanes			FR	76	81	812	81044	285	Europe/Paris
6614729	Saint-Aubin-des-Bois	saint-aubin-des-bois	Sent-Oben-de-Bua,sheng ao ban dai bu wa,Сент-Обен-де-Буа,سینٹ-آبن-دس-بوس، کلودوس,圣奥班代布瓦		FR	28	14	144	14559	237	Europe/Paris
6614731	Saint-Rémy-du-Plain	saint-remy-du-plain	Saint-Remy-du-Plain,Saint-Rémy-du-Plain,Sanctus Remigius de Plano,Sant-Revig-ar-Plaen,Sen-Remi-dju-Plen,sheng lei mi di pu lan,Сен-Реми-дю-Плен,Сен-Ремі-дю-Плен,سین-رمے-دو-پلائین,圣雷米迪普兰		FR	53	35	351	35309	828	Europe/Paris
6614732	La Barre	la-barre	Bar,Barre,La Barre,La-Barr,la ba er,la bary  jwra,Бар,Ла-Барр,لا باری، جورا,拉巴尔		FR	27	39	391	39039	229	Europe/Paris
6614733	L'Hôpital-d'Orion	l-hopital-d-orion	L'Hopital-d'Orion,L'Hôpital-d'Orion		FR	75	64	642	64263	142	Europe/Paris
6614734	Bérenx	berenx	Berenx,Bérenx		FR	75	64	642	64112	435	Europe/Paris
6614735	Laà-Mondrans	laa-mondrans	Laa-Mondrans,Laà-Mondrans		FR	75	64	643	64286	426	Europe/Paris
6614736	Lanneplaà	lanneplaa	Lanneplaa,Lanneplaà		FR	75	64	643	64312	305	Europe/Paris
6614737	L'Aiguillon-sur-Vie	l-aiguillon-sur-vie	L'Aiguillon-sur-Vie		FR	52	85	853	85002	1941	Europe/Paris
6614738	Lamadeleine-Val-des-Anges	lamadeleine-val-des-anges	Lamadeleine-Val-des-Anges,Lamadelen-Val'-dez-Anzh,la ma de lai na wa er-de ang re,ramadorenu=vu~aru=dezanju,Ламаделен-Валь-дез-Анж,لاماڈیلینی-وال-ڈیس-انگیس,ラマドレーヌ＝ヴァル＝デザンジュ,拉马德莱纳瓦尔-德昂热		FR	27	90	901	90061	39	Europe/Paris
6614739	Chamonix-Mont-Blanc	chamonix-mont-blanc	Chamonix,Chamonix-Mont-Blanc		FR	84	74	742	74056	8759	Europe/Paris
6614740	Creney-près-Troyes	creney-pres-troyes	Creney-pres-Troyes,Creney-près-Troyes,Krene pre Troa,Krene-pre-Trua,ke lei nei pu lei te lu wa ai,Крене пре Троа,Крене-пре-Труа,克雷内普雷特鲁瓦埃		FR	44	10	103	10115	1777	Europe/Paris
6614741	Chennebrun	chennebrun			FR	28	27	272	27155	110	Europe/Paris
6614742	Les Grands-Chézeaux	les-grands-chezeaux	Les Grands-Chezeaux,Les Grands-Chézeaux		FR	75	87	871	87074	246	Europe/Paris
6614743	Marcilly-et-Dracy	marcilly-et-dracy	Marcilly-les-Vitteaux,Marcilly-lès-Vitteaux,Marsii-e-Drasi,Marsiji-eh-Drasi,ma er xi li he de la xi,Марсии-е-Драси,Марсийи-э-Драси,Марсії-е-Драсі,马尔西利和德拉西		FR	27	21	213	21381	105	Europe/Paris
6614744	Les Ventes	les-ventes	Le-Vant,Les Ventes,lai si wang tai,Ле-Вант,莱斯旺泰		FR	28	27	273	27678	1047	Europe/Paris
6614745	Tilly	tilly	Tii,Tilly,Тии,Тії		FR	11	78	781	78618	534	Europe/Paris
6614746	Augères	augeres	Augeres,Augieras,Augères,Ozher,ao re lei,Ожер,奥热雷		FR	75	23	232	23010	119	Europe/Paris
6614747	Azat-Châtenet	azat-chatenet	Asac Chastanet,Asac Chastanèt,Asac e Chastanhet,Aza Shatne,Aza-Shatene,Aza-Shatne,Azat-Chatenet,Azat-Châtenet,a zha sha te nei,Аза Шатне,Аза-Шатене,Аза-Шатне,阿扎沙特内		FR	75	23	232	23014	110	Europe/Paris
6614748	Saint-Vincent	saint-vincent	Saint-Vincent,Sen-Vensan,Sent Vincenc,Sent Vincenç,sheng wan sang,Сен-Венсан,圣万桑		FR	75	64	643	64498	398	Europe/Paris
6614749	Sallebœuf	salleb-uf	Sal'bef,Sala Beu,Salabuou,Salabuòu,Salleboeuf,Sallebœuf,sa lei bo e,Сальбеф,萨勒博厄		FR	75	33	332	33496	2420	Europe/Paris
6614750	Montigny	montigny	Montin'i,meng di ni,Монтіньї,蒙蒂尼		FR	24	45	452	45214	249	Europe/Paris
6614751	Champ-d'Oiseau	champ-d-oiseau			FR	27	21	213	21137	88	Europe/Paris
6614752	Fresnes	fresnes	Fren,Френ		FR	27	21	213	21287	169	Europe/Paris
6614753	Le Vert	le-vert			FR	75	79	792	79346	128	Europe/Paris
6614754	Vervant	vervant	Vervan,wei er wang,Верван,Վերվան,韦尔旺		FR	75	17	175	17467	239	Europe/Paris
6614755	Chérancé	cherance	Cherance,Chérancé,Sheranse,Шерансе		FR	52	72	722	72078	368	Europe/Paris
6614756	Aumale	aumale	Aumale,Omal,Omal',Омал,Омаль		FR	28	76	761	76035	2100	Europe/Paris
6614757	Saint-Remy-sur-Bussy	saint-remy-sur-bussy	Saint-Remy-sur-Bussy		FR	44	51	511	51515	343	Europe/Paris
6614758	Grenant-lès-Sombernon	grenant-les-sombernon	Grenan-le-Sombernon,Grenand-les-Sombernon,Grenand-lès-Sombernon,ge lei nan lai song bei er nong,Гренан-ле-Сомбернон,格雷南莱松贝尔农		FR	27	21	212	21306	213	Europe/Paris
6614759	Autrécourt-sur-Aire	autrecourt-sur-aire	Otrekur-sjur-Er,Otrkur sir Er,ai er he pan ao te lei ku er,Отрекур-сюр-Ер,Отркур сир Ер,艾尔河畔奥特雷库尔		FR	44	55	551	55017	113	Europe/Paris
6614760	Canapville	canapville	Canapville,Kanapvil,Kanapvil',ka na pu wei er,Канапвил,Канапвиль,Канапвіль,卡纳普维尔		FR	28	61	613	61072	211	Europe/Paris
6614761	Les Champeaux	les-champeaux	Les Champeaux		FR	28	61	613	61086	119	Europe/Paris
6614762	Crèvecœur-le-Grand	crevec-ur-le-grand	Crevecœur-le-Grand,Crèvecœur-le-Grand		FR	32	60	601	60178	3552	Europe/Paris
6614763	Rédange	redange	Redange,Rédange		FR	44	57	577	57565	993	Europe/Paris
6614764	Les Marêts	les-marets	Les Marets,Les Marêts		FR	11	77	773	77275	150	Europe/Paris
6614767	Saint-Hilaire-sur-Risle	saint-hilaire-sur-risle	Saint-Hilaire-sur-Risle,Sen-Iler-sjur-Ril',li si er he pan sheng yi lai er,Сен-Ілер-сюр-Риль,Сен-Илер-сюр-Риль,سینٹ-ہلیری-سر-رسلے,里斯尔河畔圣伊莱尔		FR	28	61	613	61406	314	Europe/Paris
6614768	La Longueville	la-longueville	La Longueville		FR	32	59	591	59357	2117	Europe/Paris
6614769	Knœringue	kn-ringue	Knœringue		FR	44	68	684	68168	379	Europe/Paris
6614770	Bœsenbiesen	b-senbiesen	Bœsenbiesen		FR	44	67	675	67053	316	Europe/Paris
6614771	Schœnau	sch-nau	Scheenai,Scheenài,Schoenau,Schönau,Sheno,shwnaw,si shao ai nuo,stshwnaw,Шено,ستشوناو,شوناو,斯绍埃诺		FR	44	67	675	67453	597	Europe/Paris
6614772	Oberrœdern	oberr-dern	Oberredern,Oberroedern,Oberrödern,Oberrœdern,Owerreddere,abrrwdrn,ao bei er luo ai dai er en,awbrwdyrn,Оберредерн,أوبروديرن,ابررودرن,奥贝尔罗埃代尔恩		FR	44	67	672	67349	531	Europe/Paris
6614773	Schœnenbourg	sch-nenbourg	Scheeneburi,Schoenenbourg,Schoenenburg,Schönenburg,Schœnenbourg,Shenenbur,Shjonenburg,shwnnbwrg,si shao ai nan bu er,stshwnynbwrgh,Шененбур,Шёненбург,ستشونينبورغ,شوننبورگ,斯绍埃南布尔		FR	44	67	672	67455	688	Europe/Paris
6614774	Rœschwoog	r-schwoog	Reschwuch,Reshvoog,Roeschwoog,Röschwoog,Rœschwoog,luo ai si ke wo ao,rshwwg,rwstshwgh,Решвоог,رشووگ,روستشوغ,罗埃斯克沃奥		FR	44	67	672	67405	2296	Europe/Paris
6614775	Meyssiez	meyssiez	Meyssiez		FR	84	38	383	38232	634	Europe/Paris
6614776	Channes	channes	Channes		FR	44	10	103	10079	120	Europe/Paris
6614777	Le Cardonnois	le-cardonnois	Cardonnois,Kardonoa,L'Cardonois,Le Cardonnois,Le-Kardonnua,L’Cardonois,lei ka er duo nu wa,Кардоноа,Ле-Кардоннуа,勒卡尔多努瓦		FR	32	80	803	80174	84	Europe/Paris
6614778	Le Hamel	le-hamel	Amel,Hamel,LHami,Le Hamel,Le-Amel',lei a mei er,Амел,Ле-Амель,勒阿梅尔		FR	32	80	802	80411	504	Europe/Paris
6614779	La Charce	la-charce			FR	84	26	262	26075	35	Europe/Paris
6614780	La Motte-Chalancon	la-motte-chalancon	La Motte-Chalancon		FR	84	26	261	26215	427	Europe/Paris
6614781	Pennes-le-Sec	pennes-le-sec	La Penne-sur-lOuveze,La Penne-sur-lOuvèze,Penas lo Sec,Penn-le-Sek,Pennes-le-Sec,po nei lai sai ke,Пенн-ле-Сек,珀内莱塞克		FR	84	26	261	26228	34	Europe/Paris
6614782	Saint-Benoit-en-Diois	saint-benoit-en-diois	Saint-Benoit-en-Diois		FR	84	26	261	26296	26	Europe/Paris
6614783	Châteauneuf	chateauneuf	Castrum Novum in Auxeto,Chateauneuf,Chateauneuf-en-Auxois,Châteauneuf,Châteauneuf-en-Auxois,Shatonef,Shatonjof,sha tuo na,shtwnywf,Шатонеф,Шатонёф,شتونیوف,沙托纳		FR	27	21	211	21152	89	Europe/Paris
6614785	Les Essarts	les-essarts	Esart,Essarts,Les Essarts,Lez-Essar,lai se sa er te,Есарт,Лез-Ессар,莱瑟萨尔特		FR	24	41	412	41079	111	Europe/Paris
6614786	La Calmette	la-calmette	Calmette,Kalmet,La Calmette,La Caumeta,La-Kal'mett,la ka er mei te,Калмет,Ла-Кальметт,لا کالمیٹٹی,拉卡尔梅特		FR	76	30	302	30061	2120	Europe/Paris
6614787	La Rouvière	la-rouviere	La Rouviere,La Rouvière,La Rovieira,La Rovièira,La-Ruv'er,La-Ruver,la lu wei ai,Ла-Рувьер,Ла-Рувєр,拉鲁维埃		FR	76	30	302	30224	596	Europe/Paris
6614788	Saint-Geniès-de-Malgoirès	saint-genies-de-malgoires	Saint-Genies-de-Malgoires,Saint-Geniès-de-Malgoirès,Saint-Géniès-de-Malgoirès,Sanctus Genesius de Malgorio,Sen-Zhen'es-de-Mal'guares,Sent Ginieis de Malgoiries,Sent Ginièis de Malgoiriés,sheng re nie de ma er gua lei,Сен-Женьес-де-Мальгуарес,Сен-Женьєс-де-Мальгуарес,سینٹ-گنیس-دے-ملگورس,圣热涅德马尔瓜雷		FR	76	30	302	30255	2991	Europe/Paris
6614789	Thoirette-Coisia	thoirette-coisia			FR	27	39	392	39530	870	Europe/Paris
6614790	Chevreaux	chevreaux	Chevreaux,Shevro,xie fu luo,Шевро,谢夫罗		FR	27	39	392	39142	121	Europe/Paris
6614791	Digna	digna	Digna		FR	27	39	392	39197	354	Europe/Paris
6614792	Campagne	campagne	Campagne,Campanha,Kampan,Kampan',kang pa ni,Кампань,Кампањ,康帕尼		FR	75	40	402	40061	1010	Europe/Paris
6614793	Argelos	argelos	Argelos,Argelòs,Argelós,Arzhelo,Arzhelos,a er re luo,Аржело,Аржелос,阿尔热洛		FR	75	40	401	40007	164	Europe/Paris
6614794	Cazalis	cazalis	Cazalis		FR	75	40	402	40079	132	Europe/Paris
6614795	Lamontjoie	lamontjoie	La Montjoia,La Montjòia,Lamontjoie,Lamonzhua,la meng te ru wa,Ламонжуа,لامونٹجوی,拉蒙特茹瓦		FR	75	47	474	47133	523	Europe/Paris
6614796	Rivière-les-Fosses	riviere-les-fosses	Riviere-les-Fosses,Rivière-les-Fosses		FR	44	52	522	52425	200	Europe/Paris
6614797	Nolay	nolay	Nole,nuo lai,Ноле,诺莱		FR	27	58	583	58196	361	Europe/Paris
6614798	Neuilly	neuilly	Nei,ne yi,Неи,Неї,讷伊		FR	27	58	582	58191	121	Europe/Paris
6614799	La Neuville-Roy	la-neuville-roy	La Neuville-Roy		FR	32	60	602	60456	952	Europe/Paris
6614800	Escaunets	escaunets	Ehskonets,Escaunets,Eskonets,ai si ke nei te,Есконетс,Эсконетс,埃斯科内特		FR	76	65	653	65160	129	Europe/Paris
6614801	Saint-Lézer	saint-lezer	Saint-Lezer,Saint-Lézer,Sen-Leze,Sent Leser,sheng lai ze,Сен-Лезе,سینٹ-لیزر,圣莱泽		FR	76	65	653	65390	422	Europe/Paris
6614802	Sanous	sanous	Sanous		FR	76	65	653	65403	97	Europe/Paris
6614803	Villenave-près-Béarn	villenave-pres-bearn	Vielanava,Vil'nav-pre-Bearn,Villenave-pres-Bearn,Villenave-près-Béarn,Vièlanava,wei lei na fu pu lei bei a er en,Вильнав-пре-Беарн,Вільнав-пре-Беарн,维勒纳夫普雷贝阿尔恩		FR	76	65	653	65476	54	Europe/Paris
6614804	Saint-Avit	saint-avit			FR	76	81	812	81242	266	Europe/Paris
6614805	Fleuré	fleure	Flere,Fleure,Fleuré,fu lei lei,Флере,弗勒勒		FR	75	86	863	86099	1059	Europe/Paris
6614806	La Chapelle-Bâton	la-chapelle-baton	Chapelle-Baton,Chapelle-Bâton,La Chapelle-Baton,La Chapelle-Bâton,La-Shapel'-Baton,Shapel Baton,la sha pei lei ba tong,Ла-Шапель-Батон,Шапел Батон,لا شاپیل-باٹون، ویینی,拉沙佩勒巴通		FR	75	86	862	86055	359	Europe/Paris
6614807	Belfort-sur-Rebenty	belfort-sur-rebenty	Bel'for-sjur-Rebanti,Belfor sir Rebanti,Belfort de Rebentin,Belfort-sur-Rebenty,Bèlfort de Rebentin,lei bang di he pan bei er fu er,Белфор сир Ребанти,Бельфор-сюр-Ребанти,Бельфор-сюр-Ребанті,雷邦蒂河畔贝尔福尔		FR	76	11	112	11031	30	Europe/Paris
6614808	Bonnœil	bonn-il	Bonej,Bonnej,Bonnjoj,Bonnoeil,Bonnœil,bang ao ai,Бонеј,Бонней,Боннёй,邦奥埃		FR	28	14	142	14087	135	Europe/Paris
6614809	Bresilley	bresilley	Bresije,Brezie,Brezije,Брезийе,Брезіє,Бресије		FR	27	70	702	70092	199	Europe/Paris
6614810	Chambornay-lès-Bellevaux	chambornay-les-bellevaux			FR	27	70	702	70118	183	Europe/Paris
6614811	Menthonnex-sous-Clermont	menthonnex-sous-clermont	Menthonnex-sous-Clermont		FR	84	74	743	74178	695	Europe/Paris
6614812	Les Bordes	les-bordes	Bord,Bordes,Le-Bord,Les Bordes,lai si bo er de,Борд,Ле-Борд,莱斯博尔德		FR	27	89	893	89051	551	Europe/Paris
6614813	Wy-dit-Joli-Village	wy-dit-joli-village	Wy-dit-Joli-Village		FR	11	95	953	95690	335	Europe/Paris
6614814	Briarres-sur-Essonne	briarres-sur-essonne	Briarres-sur-Essonne		FR	24	45	453	45054	543	Europe/Paris
6614816	Le Bouillon	le-bouillon	Bouillon,Bujon,Le Bouillon,Le-Bujon,lei bu yi long,Бујон,Ле-Буйон,勒布伊隆		FR	28	61	611	61056	172	Europe/Paris
6614817	Perpezat	perpezat	Perpesac,Perpeza,pei er pei zha,Перпеза,佩尔佩扎		FR	84	63	633	63274	427	Europe/Paris
6614818	La Sauvetat	la-sauvetat	La Sauvetat,La-Sovta,Sauvetat,la suo wei ta,Ла-Совта,لا سوویٹاٹ، پوئے-دے-ڈوم,拉索韦塔		FR	84	63	632	63413	715	Europe/Paris
6614820	Saint-Cyr-sous-Dourdan	saint-cyr-sous-dourdan	Saint-Cyr-sous-Dourdan		FR	11	91	911	91546	998	Europe/Paris
6614821	Saint-Escobille	saint-escobille	Saint-Escobille		FR	11	91	911	91547	550	Europe/Paris
6614822	Bousselange	bousselange	Bousselange,Buselanzh,Buslanzh,Busselanzh,bu se lang ge,bwslanzh,Буселанж,Бусланж,Бусселанж,بوسلانژ,布瑟朗格		FR	27	21	211	21095	54	Europe/Paris
6614823	Saint-Nicolas-la-Chapelle	saint-nicolas-la-chapelle	Saint-Nicolas-la-Chapelle,Sen-Nikola-la-Shapel',sheng ni ke la la sha pei er,Сен-Никола-ла-Шапель,Сен-Нікола-ла-Шапель,سینٹ-نکولس-لا-چپلے، ابے,圣尼科拉拉沙佩尔		FR	44	10	102	10355	63	Europe/Paris
6614824	Dampierre	dampierre	Damp'er,Damperr,Dampierre,Dampjer,dang pi ye er,danpieru,Дампьер,Дампєрр,Дампјер,ダンピエール,当皮耶尔		FR	44	10	103	10121	290	Europe/Paris
6614825	Chezelles	chezelles	Chezelles,Shezel,Shezel',xie ze lai,Шезел,Шезель,谢泽莱		FR	24	37	371	37071	135	Europe/Paris
6614826	L'Île-Bouchard	l-ile-bouchard	L'Ile-Bouchard,L'Île-Bouchard		FR	24	37	371	37119	1581	Europe/Paris
6614827	La Salle	la-salle	La-Sal',Ла-Саль,لا سالی، ساؤنے-اے-لوئر		FR	27	71	715	71494	548	Europe/Paris
6614828	Autréville-Saint-Lambert	autreville-saint-lambert	Autreville-Saint-Lambert,Autréville-Saint-Lambert,Otrevil Sen Lamber,Otrevil'-Sen-Lamber,ao te lei wei er sheng lang bei er,Отревил Сен Ламбер,Отревиль-Сен-Ламбер,Отревіль-Сен-Ламбер,奥特雷维尔圣朗贝尔		FR	44	55	553	55018	41	Europe/Paris
6614831	Redon	redon	Redon,Rothonum,lei dong,rdwn-aylh-wyln,rudon,Редон,ردون-ایله-ویلن,ルドン,雷东		FR	53	35	352	35236	8889	Europe/Paris
6614832	Domptail-en-l'Air	domptail-en-l-air	Domptail-en-l'Air		FR	44	54	542	54170	71	Europe/Paris
6614833	Circourt	circourt	Circourt,Sirkur,xi er ku er,Сиркур,Сіркур,西尔库尔		FR	44	88	881	88103	88	Europe/Paris
6614834	Saints-Geosmes	saints-geosmes	Saints-Geosmes		FR	44	52	522	52449	1137	Europe/Paris
6614835	Courcebœufs	courceb-ufs	Courcebœufs		FR	52	72	723	72099	636	Europe/Paris
6614836	Villiers-le-Bois	villiers-le-bois	Villiers-le-Bois		FR	44	10	103	10431	93	Europe/Paris
6614837	Beaulieu	beaulieu	Beaulieu		FR	28	61	613	61034	210	Europe/Paris
6614839	Courtaoult	courtaoult	Courtaoult,Kurtau,ku er tuo er,Куртау,库尔托尔		FR	44	10	103	10108	88	Europe/Paris
6614840	Les Croûtes	les-croutes	Croutes,Croûtes,Krut,Le-Krut,lai si ke lu tai,Крут,Ле-Крут,莱斯克鲁泰		FR	44	10	103	10118	100	Europe/Paris
6614841	La Chapelle-Baloue	la-chapelle-baloue	La Chapelle-Baloue		FR	75	23	232	23050	135	Europe/Paris
6614843	Villefrancœur	villefranc-ur	Villefrancœur		FR	24	41	411	41281	424	Europe/Paris
6614844	Chambœuf	chamb-uf	Chamboeuf,Chambœuf,Shambef,shang bo e,Шамбеф,尚博厄		FR	84	42	421	42043	1669	Europe/Paris
6614845	Cuzieu	cuzieu	Cuzieu,Kizje,Kjuz'e,Кизје,Кюзьє		FR	84	42	421	42081	1510	Europe/Paris
6614846	Chavençon	chavencon	Shavanson,sha wang song,Шавансон,沙旺松		FR	32	60	601	60144	172	Europe/Paris
6614847	Charette-Varennes	charette-varennes	Charette-Varennes		FR	27	71	714	71101	456	Europe/Paris
6614848	Chiddes	chiddes	Chiddes		FR	27	71	715	71128	95	Europe/Paris
6614849	Verosvres	verosvres	Verosvres,Verovr,Веровр		FR	27	71	715	71571	448	Europe/Paris
6614850	Sainte-Eanne	sainte-eanne	Sainte-Eanne		FR	75	79	792	79246	618	Europe/Paris
6614851	Souvigné	souvigne	Souvigne,Souvigné		FR	75	79	792	79319	914	Europe/Paris
6614852	Sérignac	serignac	Serignac,Sérignac		FR	76	82	821	82180	534	Europe/Paris
6614856	L'Éguille	l-eguille	L'Eguille,L'Éguille		FR	75	17	172	17151	876	Europe/Paris
6614857	Saint-Sornin	saint-sornin	Saint-Sornin,Sen-Sornen,sheng suo er nan,Сен-Сорнен,圣索尔南		FR	75	17	172	17406	374	Europe/Paris
6614858	Rouffiac	rouffiac	Rouffiac,Ruf'jak,Ruffiak,Руффіак,Руфьяк		FR	75	17	174	17304	449	Europe/Paris
6614859	Le Ham	le-ham	Am,Ham,Le Ham,Le-Am,lei ang,Ам,Ле-Ам,勒昂		FR	28	50	502	50227	309	Europe/Paris
6614860	La Côte-d'Arbroz	la-cote-d-arbroz			FR	84	74	742	74091	327	Europe/Paris
6614861	Llauro	llauro	Joro,Llauro,Llauró,luo luo,Йоро,洛罗		FR	76	66	661	66099	316	Europe/Paris
6614862	Montauriol	montauriol	Montauriol,Montoriol,Montorjol',meng tuo li ao,Монторйоль,蒙托里奥		FR	76	66	661	66112	236	Europe/Paris
6614863	Le Bourguet	le-bourguet	Le Bourguet		FR	93	83	831	83020	31	Europe/Paris
6614864	Morteaux-Coulibœuf	morteaux-coulib-uf	Morteaux-Couliboeuf,Morteaux-Coulibœuf,Morto-Kulibef,Morto-Kulibjof,mo er tuo ku li bo e,moruto=kuribufu,Морто-Кулибеф,Морто-Кулибёф,Морто-Кулібеф,モルトー＝クリブフ,莫尔托库利博厄		FR	28	14	142	14452	638	Europe/Paris
6614865	La Buissière	la-buissiere	Bisjer,Buissiere,Buissière,La Buisse,La-Bjuis'er,la bi yi xi ai,Бисјер,Ла-Бюисьер,Ла-Бюїсьєр,拉比伊西埃		FR	84	38	381	38062	665	Europe/Paris
6614866	Beaumont-lès-Randan	beaumont-les-randan	Biaumont e la Garda,Bomon le Randan,Bomon-le-Randan,bo meng lai lang dang,Бомон ле Рандан,Бомон-ле-Рандан,博蒙莱朗当		FR	84	63	634	63033	289	Europe/Paris
6614867	Mercœur	merc-ur	Mercuer,Mercuèr,Mercœur,Merker,Merkjor,Mércuer,mei er ke e,Меркер,Меркёр,梅尔科厄		FR	75	19	192	19133	248	Europe/Paris
6614868	Saint-Julien-le-Pèlerin	saint-julien-le-pelerin	Saint-Julien-le-Pelerin,Saint-Julien-le-Pèlerin,Sen-Zhjul'en-le-Peleren,Sen-Zhul'en-le-Peleren,Sent Julian lo Peregrin,Sent Julian lo Romiu,sheng rui li an lai pei lei lan,Сен-Жульен-ле-Пелерен,Сен-Жульєн-ле-Пелерен,Сен-Жюльен-ле-Пелерен,سینٹ-جلیں -لے-پلڑیں,圣瑞利安莱佩勒兰		FR	75	19	192	19215	132	Europe/Paris
6614869	Ferrières-en-Gâtinais	ferrieres-en-gatinais	Ferrier-an-Gatine,Ferrieres-en-Gatinais,Ferrières-en-Gâtinais,jia di nai de qu fu er li ai,Феррієр-ан-Гатіне,加蒂奈地区弗尔里埃		FR	24	45	451	45145	3666	Europe/Paris
6614870	Les Landes-Genusson	les-landes-genusson	Les Landes-Genusson		FR	52	85	852	85119	2344	Europe/Paris
6614871	Chanverrie	chanverrie	Chanverrie,La-Verri,la fu er li ye,Ла-Веррі,لا ویرے,拉弗尔里耶		FR	52	85	852	85302	5545	Europe/Paris
6614872	Daméraucourt	dameraucourt	Damerokur,Dancreucourt,da mei luo ku er,Дамерокур,达梅罗库尔		FR	32	60	601	60193	221	Europe/Paris
6614873	Boisset	boisset	Boase,Boisset,Boisset de Velai,Buasse,bu wa sai,Боасе,Буассе,布瓦塞		FR	84	43	433	43034	333	Europe/Paris
6614874	Le Quesnoy	le-quesnoy	Cassanetum,Le Quesnoy,Le-Kenua,lei kai nu wa,Ле-Кенуа,勒凯努瓦		FR	32	59	591	59481	5014	Europe/Paris
6614875	Saint-Christaud	saint-christaud	Saint-Christaud,Sen-Kristo,Sent Cristau,sheng ke li si tuo,Сен-Кристо,سینٹ-چرستاود، ہوتے-گروں نے,圣克里斯托		FR	76	31	311	31474	247	Europe/Paris
6614876	Notre-Dame-de-l'Osier	notre-dame-de-l-osier			FR	84	38	381	38278	485	Europe/Paris
6614877	Bellevigne	bellevigne	Bellevigne		FR	75	16	162	16204	1338	Europe/Paris
6614878	La Celle-Guenand	la-celle-guenand	Celle-Guenand,La Celle-Guenand,La-Sel'-Genan,Sel Genan,la sai er gai nan,Ла-Сель-Генан,Сел Генан,لا سیل-گوینانڈ,拉塞尔盖南		FR	24	37	373	37044	375	Europe/Paris
6614879	La Guerche	la-guerche	La-Gersh,la gai er ke,Ла-Герш,拉盖尔克		FR	24	37	373	37114	183	Europe/Paris
6614880	Émanville	emanville	Emanville,Émanville		FR	28	27	272	27217	583	Europe/Paris
6614882	Les Châtelets	les-chatelets	Les Chatelets,Les Châtelets		FR	24	28	283	28090	100	Europe/Paris
6614883	Bretagne	bretagne	Bretagne,Bretan,Bretan',Бретань,Бретањ		FR	24	36	362	36024	155	Europe/Paris
6614884	Vineuil	vineuil	Vinej,Vineuil,Vinjoj,wei na yi,Винёй,Віней,维纳伊		FR	24	36	362	36247	1224	Europe/Paris
6614885	Bonneuil	bonneuil	Bonej,Bonnej,Bonnjoj,Bonuelh,bo na yi,Бонеј,Бонней,Боннёй,博纳伊		FR	24	36	361	36020	81	Europe/Paris
6614887	Les Déserts	les-deserts	Les Deserts,Les Déserts		FR	84	73	732	73098	780	Europe/Paris
6614888	Villy-sur-Yères	villy-sur-yeres	Villy-sur-Yeres,Villy-sur-Yères		FR	28	76	761	76745	196	Europe/Paris
6614889	Lioux	lioux	Lioux		FR	93	84	841	84066	275	Europe/Paris
6614890	La Gripperie-Saint-Symphorien	la-gripperie-saint-symphorien	La Gripperie-Saint-Symphorien		FR	75	17	172	17184	596	Europe/Paris
6614891	Chorey-les-Beaune	chorey-les-beaune	Chorey-les-Beaune,Shore le Bon,Shore-le-Bon,shao lei lai bo en,shore=re=bonu,shry-l-bn,su xi bu meng,Шоре ле Бон,Шоре-ле-Бон,شری-ل-بن,ショレ＝レ＝ボーヌ,绍雷莱博恩,蘇希布蒙		FR	27	21	211	21173	632	Europe/Paris
6614893	Montereau-Fault-Yonne	montereau-fault-yonne	Montereau-Fault-Yonne		FR	11	77	773	77305	19361	Europe/Paris
6614894	Viazac	viazac	Viazac		FR	76	46	462	46332	328	Europe/Paris
6614896	Le Pradal	le-pradal	Le Pradal		FR	76	34	341	34216	323	Europe/Paris
6614897	Clarac	clarac	Clarac,Klarak,ke la la ke,Кларак,克拉拉克		FR	76	65	653	65149	180	Europe/Paris
6614898	Mascaras	mascaras	Mascaras		FR	76	65	653	65303	345	Europe/Paris
6614899	Moulédous	mouledous	Montledos,Montledós,Mouledous,Moulédous,Muledus,mu lai du,Муледус,穆莱杜		FR	76	65	653	65324	209	Europe/Paris
6614900	Luc	luc	Ljuk,Luc,lu ke,Люк,吕克		FR	76	65	653	65290	211	Europe/Paris
6614901	Tœufles	t-ufles	Tefl',Teufe,Toeufles,te fu lei,tywfls,Тефль,تئوفلس,特夫勒		FR	32	80	801	80764	303	Europe/Paris
6614902	Lissac	lissac	Lissac,Lissak,li sa ke,Лиссак,Ліссак,利萨克		FR	84	43	432	43122	268	Europe/Paris
6614903	Remoncourt	remoncourt	Remoncourt,Remonkur,lei meng ku er,Ремонкур,雷蒙库尔		FR	44	88	882	88385	610	Europe/Paris
6614904	Le Pont-de-Beauvoisin	le-pont-de-beauvoisin			FR	84	73	732	73204	2072	Europe/Paris
6614905	Champneuville	champneuville	Champneuville		FR	44	55	553	55099	120	Europe/Paris
6614906	Œuilly	oeuilly	OEuilly,Œuilly		FR	44	51	512	51410	635	Europe/Paris
6614907	Saint-Amans-du-Pech	saint-amans-du-pech	Saint-Amans-du-Pech		FR	76	82	821	82153	209	Europe/Paris
6614909	Ronquerolles	ronquerolles			FR	11	95	953	95529	876	Europe/Paris
6614910	La Roquette	la-roquette			FR	28	27	271	27495	238	Europe/Paris
6614911	Les Pradeaux	les-pradeaux	Le-Prado,Les Pradeaux,Los Pradeus,Los Pradèus,lai si pu la duo,Ле-Прадо,莱斯普拉多		FR	84	63	633	63287	333	Europe/Paris
6614912	Blaymont	blaymont	Blaimont,Blaymont,Blemon,bu lai meng,Блемон,布莱蒙		FR	75	47	471	47030	209	Europe/Paris
6614913	Kœstlach	k-stlach	Kestlah,Kestlak,Kestlakh,Kjostlak,Koestlach,Köstlach,ke ai si te la ke,Кестлак,Кестлах,Кёстлак,科埃斯特拉克		FR	44	68	681	68169	508	Europe/Paris
6614914	Mœrnach	m-rnach	Mœrnach		FR	44	68	681	68212	550	Europe/Paris
6614915	Bergholtzzell	bergholtzzell	Bergholtzzell		FR	44	68	686	68030	440	Europe/Paris
6614916	Ô-de-Selle	o-de-selle	Lei,Leuilly,Loeuilly,Luliacum,O-de-Selle,lei yi,Ô-de-Selle,Леї,勒伊		FR	32	80	802	80485	1222	Europe/Paris
6614917	Comus	comus	Comuns,Comus,Komi,Komju,Komjus,Коми,Комю,Комюс		FR	76	11	112	11096	43	Europe/Paris
6614918	Le Vieux-Cérier	le-vieux-cerier	Le Vieux-Cerier,Le Vieux-Cérier		FR	75	16	163	16403	133	Europe/Paris
6614919	Campagnac-lès-Quercy	campagnac-les-quercy	Campagnac-les-Quercy,Campagnac-lès-Quercy,Campanhac,Campanhac prep Carcin,Campanhac prèp Carcin,Kampan'jak-le-Kersi,Kampanak le Kersi,kang pa ni ya ke lai qu ai er xi,Кампаньяк-ле-Керси,Кампаньяк-ле-Керсі,Кампањак ле Керси,康帕尼亚克莱屈埃尔西		FR	75	24	244	24075	293	Europe/Paris
6614920	Loubejac	loubejac	Lobejac,Loubejac,Lubezhak,lu bo ya ke,Лубежак,卢伯雅克		FR	75	24	244	24245	269	Europe/Paris
6614922	Félines	felines	Felines,Félines		FR	84	43	431	43093	311	Europe/Paris
6614923	Blanot	blanot	Blano,Blanot,Блано		FR	27	71	715	71039	169	Europe/Paris
6614924	La Bretonnière-la-Claye	la-bretonniere-la-claye	Bretonijer,Bretonniere,Bretonnière,La Bretonniere-la-Claye,La Bretonnière-la-Claye,La-Breton'er-la-Kle,la bu lei tuo ni ai la ke lai e,Бретонијер,Ла-Бретоньєр-ла-Кле,لا بریٹونییری-لا-کلایی,拉布雷托尼埃拉克莱厄		FR	52	85	851	85036	582	Europe/Paris
6614925	Les Trois-Moutiers	les-trois-moutiers	Les Trois-Moutiers		FR	75	86	861	86274	1084	Europe/Paris
6614926	Mugron	mugron	Mugron		FR	75	40	401	40201	1413	Europe/Paris
6614927	Champrepus	champrepus	Shamprepju,Shanprepi,shang pu lei pi,Шампрепю,Шанпрепи,尚普雷皮		FR	28	50	504	50118	336	Europe/Paris
6614928	La Ville-aux-Bois	la-ville-aux-bois	La Ville-aux-Bois		FR	44	10	101	10411	27	Europe/Paris
6614929	Confort-Meilars	confort-meilars			FR	53	29	294	29145	881	Europe/Paris
6614930	Chambœuf	chamb-uf	Chambœuf,Shambjof,Шамбёф		FR	27	21	211	21132	374	Europe/Paris
6614931	Saint-Gatien-des-Bois	saint-gatien-des-bois	Saint-Gatien-des-Bois,Sen-Gat'en-de-Bua,Sen-Gat'jan-de-Bua,sheng jia di an dai bu wa,Сен-Гатьен-де-Буа,Сен-Гатьян-де-Буа,سینٹ-گاتیں -دس-بوس,圣加蒂安代布瓦		FR	28	14	143	14578	1290	Europe/Paris
6614932	Vezot	vezot	Vezot		FR	52	72	722	72372	75	Europe/Paris
6614933	La Tour	la-tour	La Tour		FR	84	74	742	74284	1262	Europe/Paris
6614934	Le Chateley	le-chateley	Le Chateley		FR	27	39	391	39119	88	Europe/Paris
6614935	Chêne-Sec	chene-sec	Shen Sek,Shen-Sek,xie en sai ke,Шен Сек,Шен-Сек,谢恩塞克		FR	27	39	392	39140	35	Europe/Paris
6614936	Saint-Sauveur	saint-sauveur	An Dre-Nevez,Saint-Sauveur,Sen-Sover,san=sovuru,sheng suo fu,Сен-Совер,سین-سویر، فنستیرے,サン＝ソヴール,圣索弗		FR	53	29	293	29262	799	Europe/Paris
6614937	Dieffenbach-lès-Wœrth	dieffenbach-les-w-rth	Dieffenbach-les-Wœrth,Dieffenbach-lès-Wœrth		FR	44	67	672	67093	352	Europe/Paris
6614938	Frœschwiller	fr-schwiller	Freschwiller,Freshviller,Froeschweiler,Froeschwiller,Fröschweiler,Frœschwiller,frwstshwylyr,fu luo ai si ke wei lai,Фрешвиллер,Фрешвіллер,فروستشويلير,弗罗埃斯克维莱		FR	44	67	672	67147	505	Europe/Paris
6614939	Gœrsdorf	g-rsdorf	Gerschdorf,Gersdorf,Gerzdorf,Goersdorf,Görsdorf,Gœrsdorf,ge ai er si duo er,ghwrsdwrf,grsdwrf,Герздорф,Герсдорф,غورسدورف,گرسدورف,戈埃尔斯多尔		FR	44	67	672	67160	1078	Europe/Paris
6614940	Wœrth	w-rth	Wœrth		FR	44	67	672	67550	1743	Europe/Paris
6614942	Kleingœft	kleing-ft	Klaingeft,Klajngeft,Kleingoeft,Kleingöft,Kleingœft,Klengeft,ke lan ge ai fu,klayngft,klynghwft,Клајнгефт,Кленгефт,كلينغوفت,کلاینگفت,克兰戈埃夫		FR	44	67	674	67244	156	Europe/Paris
6614943	Hœnheim	h-nheim	Hœnheim		FR	44	67	678	67204	11191	Europe/Paris
6614944	Ferrals-les-Corbières	ferrals-les-corbieres	Ferrals-les-Corbieres,Ferrals-les-Corbières		FR	76	11	113	11140	1181	Europe/Paris
6614945	Saint-Ferréol-de-Comminges	saint-ferreol-de-comminges	Saint-Ferreol-de-Comminges,Saint-Ferréol-de-Comminges		FR	76	31	312	31479	53	Europe/Paris
6614946	Menétrux-en-Joux	menetrux-en-joux			FR	27	39	392	39322	56	Europe/Paris
6614947	Saint-Pierre-de-Bœuf	saint-pierre-de-b-uf	Saint-Pierre-de-Boeuf,Saint-Pierre-de-Boeuf,Saint-Pierre-de-Bœuf,Sen-Perr-de-Bef,sheng pi ye er de bo e,Сен-Пєрр-де-Беф,سین-پیری-دے-بیاف,圣皮耶尔德博厄		FR	84	42	423	42272	1739	Europe/Paris
6614948	Lentillac-du-Causse	lentillac-du-causse	Lentillac-du-Causse		FR	76	46	463	46167	99	Europe/Paris
6614949	Château-Chinon (Ville)	chateau-chinon-ville	Chateau-Chinon (Ville),Château-Chinon (Ville)		FR	27	58	581	58062	2001	Europe/Paris
6614950	L'Hôtellerie	l-hotellerie	L'Hotellerie,L'Hôtellerie		FR	28	14	143	14334	313	Europe/Paris
6614951	Les Monceaux	les-monceaux	Le-Monso,Les Monceaux,lai si meng suo,Ле-Монсо,莱斯蒙索		FR	28	14	143	14435	173	Europe/Paris
6614952	Les Essards	les-essards	Esar,Essards,Les Essards,Lez-Ehssar,Lez-Essar,lai se sa er de,Есар,Лез-Ессар,Лез-Эссар,莱瑟萨尔德		FR	75	17	174	17154	704	Europe/Paris
6614953	La Vallée	la-vallee	La Vale,La Vallee,La Vallée,La-Valle,la wa lai ai,Ла-Валле,Լա Վալե,拉瓦莱埃		FR	75	17	174	17455	681	Europe/Paris
6614954	Saint-Sulpice-de-Pommeray	saint-sulpice-de-pommeray	Saint-Sulpice-de-Pommeray		FR	24	41	411	41230	1855	Europe/Paris
6614955	La Chapelle-Neuve	la-chapelle-neuve	Ar Chapel-Nevez,Capella Nova,Chapelle-Neuve,La Chapelle-Neuve,La-Shapel'-Nev,Shapel Nev,la sha pei lei na fu,Ла-Шапель-Нев,Шапел Нев,لا شاپیل-نیووی، موربہان,拉沙佩勒纳夫		FR	53	56	562	56039	980	Europe/Paris
6614956	Ognes	ognes			FR	32	60	604	60473	292	Europe/Paris
6614957	Les Bordes	les-bordes	Bord,Bordes,Le-Bord,Les Bordes,lai si bo er dai,Борд,Ле-Борд,莱斯博尔代		FR	24	45	452	45042	1820	Europe/Paris
6614958	Bouttencourt	bouttencourt	Boutincourt,Bouttencourt,Butankur,Buttankur,bu tang ku er,buttankuru,Бутанкур,Буттанкур,ブッタンクール,布唐库尔		FR	32	80	801	80126	938	Europe/Paris
6614959	Gamaches	gamaches	Gamaches,Gamapium,Gamash,gamashu,jia ma shen,Гамаш,ガマシュ,加马什		FR	32	80	801	80373	2596	Europe/Paris
6614960	Damvix	damvix	Damvi,Damvix,dang wei,Дамви,Дамві,当维		FR	52	85	851	85078	748	Europe/Paris
6614961	Le Moulinet-sur-Solin	le-moulinet-sur-solin	Le Moulinet-sur-Solin		FR	24	45	451	45218	126	Europe/Paris
6614962	Pressigny-les-Pins	pressigny-les-pins	Pressigny-les-Pins		FR	24	45	451	45257	498	Europe/Paris
6614963	L'Église-aux-Bois	l-eglise-aux-bois	L'Eglise-aux-Bois,L'Église-aux-Bois		FR	75	19	192	19074	56	Europe/Paris
6614964	Fleix	fleix	Fleix		FR	75	86	862	86098	136	Europe/Paris
6614965	Estrébœuf	estreb-uf	Estrebœuf,Estrébœuf		FR	32	80	801	80287	244	Europe/Paris
6614966	La Barde	la-barde	Bar,Barde,La Bard,La Barde,La-Bard,la ba er de,la bard,Бар,Ла-Бард,Լա Բարդ,لا بارد,لا بارڈی,拉巴尔德		FR	75	17	171	17033	498	Europe/Paris
6614967	Le Born	le-born	Le Born		FR	76	31	313	31077	525	Europe/Paris
6614968	L'Étoile	l-etoile	L'Etoile,L'Étoile		FR	27	39	392	39217	559	Europe/Paris
6614969	Le Frêche	le-freche	Freche,Frêche,Le Freche,Le Frêche,Le-Fresh,Lo Hreishe,Lo Hrèishe,lei fu lei ke,Ле-Фреш,勒夫雷克		FR	75	40	402	40100	391	Europe/Paris
6614970	La Ferrière-au-Doyen	la-ferriere-au-doyen			FR	28	61	613	61162	172	Europe/Paris
6614971	Lizac	lizac	Lizac		FR	76	82	821	82099	507	Europe/Paris
6614972	Le Pin	le-pin	Ar Bineg,Le Pin,Le-Pen,lei pan,Ле-Пен,ル・パン,勒潘		FR	52	44	445	44124	770	Europe/Paris
6614974	Lorcières	lorcieres			FR	84	15	153	15107	175	Europe/Paris
6614975	La Grand-Combe	la-grand-combe	La Grand-Combe		FR	76	30	301	30132	5086	Europe/Paris
6614976	Bussy-Lettrée	bussy-lettree			FR	44	51	511	51099	350	Europe/Paris
6614977	Thubœuf	thub-uf	Thuboeuf,Thubœuf		FR	52	53	533	53263	292	Europe/Paris
6614978	Vouhé	vouhe	Vouhe,Vouhé,Vue,Vueh,wu ai,Вуе,Вуэ,Վուե,武埃		FR	75	17	172	17482	665	Europe/Paris
6614979	Lignières	lignieres			FR	24	41	412	41115	386	Europe/Paris
6614980	Lainville-en-Vexin	lainville-en-vexin	Lainville-en-Vexin		FR	11	78	781	78329	798	Europe/Paris
6614981	Mœuvres	m-uvres	Mevr,Moeuvres,mo fu lei,Мевр,默夫勒		FR	32	59	592	59405	459	Europe/Paris
6614982	La Chapelle-Onzerain	la-chapelle-onzerain	La Chapelle-Onzerain		FR	24	45	452	45074	123	Europe/Paris
6614983	Saint-Clément	saint-clement			FR	76	30	302	30244	389	Europe/Paris
6614984	Villiers-en-Désœuvre	villiers-en-des-uvre	Vil'e-an-Dezevr,Villiers-en-Desœuvre,Villiers-en-Désœuvre,dai suo e fu er de qu wei li ye er,Вилье-ан-Дезевр,Вільє-ан-Дезевр,代索厄夫尔地区维利耶尔		FR	28	27	271	27696	921	Europe/Paris
6614985	Talmontiers	talmontiers	Tal'mont'e,Talmontiers,ta er meng di ye er,Тальмонтьє,塔尔蒙蒂耶尔		FR	32	60	601	60626	687	Europe/Paris
6614986	Le Verger	le-verger	Le Verger		FR	53	35	353	35351	1445	Europe/Paris
6614987	Les Brulais	les-brulais			FR	53	35	352	35046	544	Europe/Paris
6614988	La Chapelle-Bouëxic	la-chapelle-bouexic	La Chapelle-Bouexic,La Chapelle-Bouëxic		FR	53	35	352	35057	1440	Europe/Paris
6614990	Frœningen	fr-ningen	Freningen,Frjoningen,Froeningen,Fröningen,fu luo ai nan rang,Френинген,Френінген,Фрёнинген,弗罗埃南让		FR	44	68	681	68099	717	Europe/Paris
6614991	Cirières	cirieres	Cirieres,Cirières		FR	75	79	791	79091	959	Europe/Paris
6614992	Lavignac	lavignac	Lavignac		FR	75	87	872	87084	147	Europe/Paris
6614993	Château-sur-Cher	chateau-sur-cher	Chateau-sur-Cher,Château-sur-Cher		FR	84	63	634	63101	77	Europe/Paris
6614994	Marigny-le-Cahouët	marigny-le-cahouet	Marigny-le-Cahouet,Marigny-le-Cahouët,Marin'i-le-Kaue,Marin'i-le-Kaueh,ma li ni lai ke e,Мариньи-ле-Кауе,Мариньи-ле-Кауэ,Мариньї-ле-Кауе,马里尼莱科厄		FR	27	21	213	21386	316	Europe/Paris
6614995	Escaudœuvres	escaud-uvres	Escaudœuvres		FR	32	59	592	59206	3277	Europe/Paris
6614996	Crœttwiller	cr-ttwiller	Croettwiller,Crœttwiller,Krapere,Krettviller,Kretviler,Kroettweiler,Kröttweiler,ke luo ai te wei lai,kwtwylyr,Кретвилер,Креттвиллер,Креттвіллер,كوتويلير,克罗埃特维莱		FR	44	67	672	67079	173	Europe/Paris
6614997	Niederrœdern	niederr-dern	Niederrœdern		FR	44	67	672	67330	920	Europe/Paris
6614998	Vœllerdingen	v-llerdingen	Vellerdinge,Vellerdingen,Vellerdínge,Voellerdingen,Voellerdingen am Eichelbach,Völlerdingen am Eichelbach,Vœllerdingen,fwlyrdynghyn,wlrdyngn,wo ai lai er dan rang,Веллердинген,Веллердінген,فوليردينغين,ولردینگن,沃埃莱尔丹让		FR	44	67	674	67508	396	Europe/Paris
6614999	Cheminot	cheminot	Cheminot		FR	44	57	579	57137	773	Europe/Paris
6615000	Luc-la-Primaube	luc-la-primaube	Luc-la-Primaube		FR	76	12	122	12133	5937	Europe/Paris
6615001	Contres	contres	Contres,Kontr,kong te lei,Контр,孔特雷		FR	24	18	182	18071	33	Europe/Paris
6615002	Grand-Brassac	grand-brassac	Grand-Brassac		FR	75	24	243	24200	531	Europe/Paris
6615003	Saint-Victor	saint-victor	Saint-Victor,Sen-Viktor,Sent Victor,sheng wei ke tuo,Сен-Виктор,Сен-Віктор,圣维克托		FR	75	24	243	24508	205	Europe/Paris
6615004	Sainte-Radegonde	sainte-radegonde	Sainte-Radegonde,Sent-Radegond,Senta Regonda,sheng la dai gong de,Сент-Радегонд,سین-رادگوندے، گرس,圣拉代贡德		FR	76	32	322	32405	183	Europe/Paris
6615005	L'Arbresle	l-arbresle	L'Arbresle		FR	84	69	692	69010	6421	Europe/Paris
6615006	Urville	urville	Jurvil',Urville,yu er wei er,Юрвиль,Юрвіль,于尔维尔		FR	28	50	502	50610	207	Europe/Paris
6615007	La Grande-Motte	la-grande-motte	La Grande-Motte		FR	76	34	343	34344	8882	Europe/Paris
6615008	Les Brunels	les-brunels			FR	76	11	111	11054	273	Europe/Paris
6615009	Le Lavandou	le-lavandou	Le Lavandou		FR	93	83	832	83070	5759	Europe/Paris
6615010	Le Plan	le-plan	Le Plan,Le-Plan,lei pu lang,Ле-План,勒普朗		FR	76	31	311	31425	454	Europe/Paris
6615011	Saint-Julien-sur-Garonne	saint-julien-sur-garonne			FR	76	31	311	31492	547	Europe/Paris
6615012	La Grand-Croix	la-grand-croix	La Grand-Croix,La-Gran-Krua,la ge lang ke lu wa,Ла-Гран-Круа,لا گرانڈ-کروئی,拉格朗克鲁瓦		FR	84	42	423	42103	5068	Europe/Paris
6615013	Gœulzin	g-ulzin	Gel'zen,Gelzen,Gjol'zen,Goeulzin,ge er zan,Гелзен,Гельзен,Гёльзен,戈尔赞		FR	32	59	593	59263	1018	Europe/Paris
6615014	Montjardin	montjardin	Montjardin		FR	76	11	112	11249	89	Europe/Paris
6615015	Villefort	villefort	Villefort		FR	76	11	112	11424	91	Europe/Paris
6615016	Le Pin	le-pin	Le-Pen,Lo Pin,lei pan,Ле-Пен,勒潘		FR	76	30	302	30196	421	Europe/Paris
6615017	Escornebœuf	escorneb-uf	Ehskornbjof,Escornabueu,Escorneboeuf,Escornebœuf,Escòrnabueu,Eskornbef,ai si ke er nei bo e,Ескорнбеф,Эскорнбёф,埃斯科尔内博厄		FR	76	32	321	32123	556	Europe/Paris
6615018	Les Arques	les-arques			FR	76	46	463	46008	197	Europe/Paris
6615019	Grandchamp	grandchamp	Grandchamp		FR	44	52	522	52228	70	Europe/Paris
6615020	Le Fayel	le-fayel	Le Fayel,Le-Fael',lei fei ai,Ле-Фаєль,勒费埃		FR	32	60	603	60229	223	Europe/Paris
6615021	La Chapelle-Blanche	la-chapelle-blanche	La-Shapel'-Blansh,Ла-Шапель-Бланш		FR	53	22	221	22036	203	Europe/Paris
6615022	Yvignac-la-Tour	yvignac-la-tour	Ivin'jak-la-Tur,Ivinieg,Yvignac-la-Tour,yi wei ni ya ke la tu,ywgnak-la-twr,Івіньяк-ла-Тур,Ивиньяк-ла-Тур,یوگناک-لا-طور,伊维尼亚克拉图		FR	53	22	221	22391	1184	Europe/Paris
6615023	Kerien	kerien	Ker'en,Ker'jan,Kerien,Kerien-Boulvriag,Kerjan,Kerjen,ke li an,Керьен,Керьян,Керян,Керјен,克里安		FR	53	22	222	22088	262	Europe/Paris
6615024	Montereau	montereau	Monasteriolum,Montereau,Montero,Монтеро		FR	24	45	451	45213	599	Europe/Paris
6615025	Melz-sur-Seine	melz-sur-seine	Melz-sur-Seine		FR	11	77	773	77289	355	Europe/Paris
6615026	Pouilly-lès-Feurs	pouilly-les-feurs	Pouilly-les-Feurs,Pouilly-lès-Feurs		FR	84	42	421	42175	1257	Europe/Paris
6615027	Poule-les-Écharmeaux	poule-les-echarmeaux	Poule-les-Echarmeaux,Poule-les-Écharmeaux,Pul'-lez-Esharmo,Пуль-лез-Ешармо		FR	84	69	692	69160	1099	Europe/Paris
6615028	La Genevraie	la-genevraie	Genevraie,La Genevraie,La-Zhenevre,la re nei fu lai ai,Ла-Женевре,拉热内夫赖埃		FR	28	61	613	61188	104	Europe/Paris
6615030	Le Châtenet-en-Dognon	le-chatenet-en-dognon	Chatenet-en-Dognon,Châtenet-en-Dognon,Le Chatenet-en-Dognon,Le Châtenet-en-Dognon,Le-Shatne-an-Don'on,Lo Chastanet,Shatnet an Donon,duo ni weng de qu lai sha te na,Ле-Шатне-ан-Доньон,Шатнет ан Доњон,多尼翁地区莱沙特纳		FR	75	87	872	87042	398	Europe/Paris
6615031	Ouzilly	ouzilly			FR	75	86	861	86184	919	Europe/Paris
6615032	Chassagne	chassagne	Chassagne,Chassanha,Shasan,Shassan',sha sa ni,Шасањ,Шассань,沙萨尼		FR	84	63	633	63097	69	Europe/Paris
6615033	Villers-aux-Nœuds	villers-aux-n-uds	Viller-o-Ned,Villers-aux-Noeuds,Villers-aux-Nœuds,wei lai er ao nuo e de,Віллер-о-Нед,维莱尔奥诺厄德		FR	44	51	513	51631	176	Europe/Paris
6615034	Cherier	cherier	Cherier,Shere,Sherije,xie li ye,Шерије,Шерє,谢里耶		FR	84	42	422	42061	555	Europe/Paris
6615035	Saint-Paul-du-Bois	saint-paul-du-bois			FR	52	49	492	49310	599	Europe/Paris
6615037	Les Forges	les-forges			FR	75	79	793	79124	138	Europe/Paris
6615038	La Folletière-Abenon	la-folletiere-abenon	La Folletiere-Abenon,La Folletière-Abenon,La-Fol't'er-Abenon,La-Fol't'er-Abnon,la fu lai di ai a bang weng,Ла-Фольтьер-Абенон,Ла-Фольтьер-Абнон,Ла-Фольтьєр-Абенон,لا فولیٹیری-ابینون,拉福莱蒂埃阿邦翁		FR	28	14	143	14273	133	Europe/Paris
6615039	La Charmée	la-charmee	Charmee,Charmée,La Charmee,La Charmée,La-Sharme,Sharme,Ла-Шарме,Шарме		FR	27	71	712	71102	698	Europe/Paris
6615040	La Porcherie	la-porcherie	La Porcharia,La Porcherie,La-Porsheri,la bo er she li ye,la pwrchyry,Ла-Поршери,Ла-Поршері,لا پورچیری,拉波尔舍里耶		FR	75	87	872	87120	523	Europe/Paris
6615041	Beaumont-Pied-de-Bœuf	beaumont-pied-de-b-uf	Beaumont-Pied-de-Boeuf,Beaumont-Pied-de-Bœuf,Bomon Pje de Bef,Bomon-Pe-de-Bef,Бомон Пје де Беф,Бомон-Пє-де-Беф		FR	52	72	721	72028	483	Europe/Paris
6615043	Crèvecœur-en-Brie	crevec-ur-en-brie	Crevecœur-en-Brie,Crèvecœur-en-Brie		FR	11	77	773	77144	394	Europe/Paris
6615044	Thélod	thelod	Thelod,Thélod		FR	44	54	543	54515	249	Europe/Paris
6615045	Saint-Saturnin	saint-saturnin	Saint-Saturnin,Sant Adornin,Sant Saturnin,Sen-Satjurnen,sheng sa di er nan,Сен-Сатюрнен,سین-سترنین، کنٹل,圣萨蒂尔南		FR	84	15	153	15213	206	Europe/Paris
6615046	Combiers	combiers	Combiers		FR	75	16	161	16103	124	Europe/Paris
6615047	Le Vernet	le-vernet	Le Vernet		FR	84	43	432	43260	23	Europe/Paris
6615048	Mazerat-Aurouze	mazerat-aurouze	Maseirac de Paulhaguet,Mazera-Oruz,Mazerat-Aurouze,ma ze la ao lu ci,Мазера-Оруз,马泽拉奥鲁兹		FR	84	43	431	43131	206	Europe/Paris
6615049	Lésignac-Durand	lesignac-durand	Lesignac-Durand,Lésignac-Durand		FR	75	16	163	16183	184	Europe/Paris
6615050	Saint-Jean-de-Vaulx	saint-jean-de-vaulx	Saint-Jean-de-Vaulx		FR	84	38	381	38402	533	Europe/Paris
6615051	Janaillat	janaillat	Janalhac,Zhanaja,Zhanajja,jnylt,ya nai la,Жанайя,Жаная,جنیلت,雅奈拉		FR	75	23	232	23099	336	Europe/Paris
6615052	La Tessoualle	la-tessoualle			FR	52	49	492	49343	3162	Europe/Paris
6615053	La Chèze	la-cheze	La Cheze,La Chèze		FR	53	22	224	22039	566	Europe/Paris
6615055	Saint-Dié-des-Vosges	saint-die-des-vosges	Saint-Die-des-Vosges,Saint-Dié-des-Vosges		FR	44	88	883	88413	19748	Europe/Paris
6615056	Lesbœufs	lesb-ufs	Lebef,Lebu,Lesboeufs,Lesbœufs,Lébu,lei si bo fu,Лебеф,雷斯伯夫		FR	32	80	804	80472	174	Europe/Paris
6615057	Dœuil-sur-le-Mignon	d-uil-sur-le-mignon	Deij-sjur-le-Min'on,Djoj-sjur-le-Min'on,Doej sir le Minon,Doeuil-sur-le-Mignon,Dyoy syur le Minon,Dœuil-sur-le-Mignon,lai-mi ni weng he pan duo e yi,Деїй-сюр-ле-Міньон,Доеј сир ле Мињон,Дёй-сюр-ле-Миньон,Դյոյ սյուր լե Մինոն,莱-米尼翁河畔多厄伊		FR	75	17	175	17139	339	Europe/Paris
6615058	Saint-Félix	saint-felix	Saint-Felix,Saint-Félix		FR	75	17	175	17327	300	Europe/Paris
6615059	Crèvecœur-le-Petit	crevec-ur-le-petit	Crevecoeur-le-Petit,Crèvecoeur-le-Petit,Krevker le Pti,Krevker-le-Peti,xiao ke lei wei ke e,Кревкер ле Пти,Кревкер-ле-Петі,小克雷韦科厄		FR	32	60	602	60179	141	Europe/Paris
6615060	Le Fœil	le-foeil	Ar Fouilh,Le Foeil,Le Fœil,Le-Fej,Le-Fjoj,lei fu ai,Ле-Фей,Ле-Фёй,勒福埃		FR	53	22	224	22059	1439	Europe/Paris
6615061	Lanfains	lanfains	Lanfains		FR	53	22	224	22099	1085	Europe/Paris
6615062	Mussy-sur-Seine	mussy-sur-seine	Mussy-sur-Seine		FR	44	10	103	10261	1031	Europe/Paris
6615063	Nonancourt	nonancourt	Nonancourt,Nonankur,nuo nan ku er,Нонанкур,诺南库尔		FR	28	27	273	27438	2284	Europe/Paris
6615064	Gy-en-Sologne	gy-en-sologne	Gy-en-Sologne		FR	24	41	413	41099	501	Europe/Paris
6615065	Les Mées	les-mees			FR	52	72	722	72192	103	Europe/Paris
6615066	Servon	servon	Servon,Сервон		FR	11	77	775	77450	3233	Europe/Paris
6615067	Tresbœuf	tresb-uf	Trebef,Trebovium,Tresboeuf,Trevo,te lei si bo e,Требеф,特雷斯博厄		FR	53	35	352	35343	1265	Europe/Paris
6615068	Le Mesnil-en-Thelle	le-mesnil-en-thelle	Le Mesnil-en-Thelle,Le-Menij-an-Tel',tai er de qu lei mei si ni,Ле-Меній-ан-Тель,泰尔地区勒梅斯尼		FR	32	60	604	60398	2237	Europe/Paris
6615069	La Chaux	la-chaux	Chaux,La-Sho,Sho,Ла-Шо,Шо,لا شا، ساونی-اے-لویری		FR	27	71	714	71121	306	Europe/Paris
6615070	Saint-Grégoire	saint-gregoire			FR	76	81	811	81253	475	Europe/Paris
6615071	Le Plessis-l'Évêque	le-plessis-l-eveque	Le Plessis-l'Eveque,Le Plessis-l'Évêque		FR	11	77	771	77366	295	Europe/Paris
6615072	La Bernardière	la-bernardiere	La Bernardiere,La Bernardière		FR	52	85	852	85021	1796	Europe/Paris
6615073	Vincy-Manœuvre	vincy-man-uvre	Vincy-Manœuvre		FR	11	77	771	77526	296	Europe/Paris
6615074	Saint-Sornin	saint-sornin	Sen-Sornen,Sent Sornin,sheng suo er nan,Сен-Сорнен,圣索尔南		FR	75	16	161	16353	808	Europe/Paris
6615075	Le Vanneau-Irleau	le-vanneau-irleau			FR	75	79	792	79337	876	Europe/Paris
6615076	Les Trois-Pierres	les-trois-pierres			FR	28	76	762	76714	738	Europe/Paris
6615077	Teillay	teillay	Tee,Tilheg,tai lai,Тее,Теє,泰莱		FR	53	35	352	35332	1066	Europe/Paris
6615078	La Bouëxière	la-bouexiere	La Bouexiere,La Bouëxière		FR	53	35	353	35031	4400	Europe/Paris
6615079	La Londe	la-londe	La Londe,La-Lond,la lwndy,Ла-Лонд,لا لوندی		FR	28	76	763	76391	2322	Europe/Paris
6615080	Orival	orival	Orival		FR	28	76	763	76486	927	Europe/Paris
6615081	Silly-le-Long	silly-le-long	Sii-le-Lon,xi li lai long,Сії-ле-Лон,西利莱隆		FR	32	60	604	60619	1165	Europe/Paris
6615082	Les Laubies	les-laubies			FR	76	48	482	48083	165	Europe/Paris
6615083	Mauvezin-d'Armagnac	mauvezin-d-armagnac	Mauvezin-d'Armagnac		FR	75	40	402	40176	101	Europe/Paris
6615084	Grateloup-Saint-Gayrand	grateloup-saint-gayrand	Gratalop,Grateloup-Saint-Gayrand,Gratlu-Sen-Geran,ge la tai lu sheng gai lang,Гратлу-Сен-Геран,格拉泰卢圣盖朗		FR	75	47	472	47112	430	Europe/Paris
6615087	Œting	oeting	Ehten,Eten,OEting,OEtingen,ao ai tan,atng,Ötingen,Œting,Етен,Этен,اتنگ,奥埃坦		FR	44	57	573	57521	2650	Europe/Paris
6615088	Les Plans	les-plans	Les Plans		FR	76	34	342	34205	280	Europe/Paris
6615089	Le Puech	le-puech	Le Puech		FR	76	34	342	34220	238	Europe/Paris
6615090	Luquet	luquet	Ljuke,Ljuket,Luquet,lu qu ai,Люке,Люкет,吕屈埃		FR	76	65	653	65292	401	Europe/Paris
6615091	Séron	seron	Seron,Séron,sai long,Серон,塞龙		FR	76	65	653	65422	328	Europe/Paris
6615092	Giverny	giverny	Giverny,Zhiverni,jivu~eruni,zhywrny,Живерни,Живерні,ژیورنی,ジヴェルニー		FR	28	27	271	27285	502	Europe/Paris
6615093	Sainte-Geneviève-lès-Gasny	sainte-genevieve-les-gasny	Sainte-Genevieve-les-Gasny,Sainte-Geneviève-lès-Gasny,Sent-Zhenev'ev-le-Gani,Sent-Zhenevev-le-Gani,sheng re na wei ye wei-lai jia si ni,Сент-Женевьев-ле-Гани,Сент-Женевєв-ле-Гані,سین-گنویوے-لیس-گاسنے,圣热纳维耶韦-莱加斯尼		FR	28	27	271	27540	665	Europe/Paris
6615094	Saint-Quentin-sur-Nohain	saint-quentin-sur-nohain	Saint-Quentin-sur-Nohain,Sen-Kanten-sjur-Noen,nuo an he pan sheng qu ang tan,Сен-Кантен-сюр-Ноен,سین-قینٹین-سور-نوھین,诺安河畔圣屈昂坦		FR	27	58	584	58265	105	Europe/Paris
6615095	Le Rozier	le-rozier	Le Rozier,Le-Roz'e,Lo Rosier,Lo Rosièr,Rozier,lei luo qi ye,Ле-Розье,Ле-Розьє,勒罗齐耶		FR	76	48	481	48131	136	Europe/Paris
6615096	Saint-Loup-Géanges	saint-loup-geanges	Saint-Loup-Geanges,Saint-Loup-Géanges		FR	27	71	712	71443	1627	Europe/Paris
6615097	La Pierre	la-pierre	La Pierre,La-P'er,La-Perr,la pi ye er,la pyry,la pyyr,Ла-Пьер,Ла-Пєрр,لا پیری,لا پییر,拉皮耶尔		FR	84	38	381	38303	579	Europe/Paris
6615098	La Chaux	la-chaux	Chaux,La-Sho,Sho,la sha  dwbs,la shao,Ла-Шо,Шо,لا شا، دوبس,拉绍		FR	27	25	253	25139	528	Europe/Paris
6615099	Kœtzingue	k-tzingue	Keceng,Kecing,Kjotseng,Koetzingen,Koetzingue,Kötzingen,Kœtzingue,ke ai te zan gai,Кеценг,Кецинг,Кётсенг,科埃特赞盖		FR	44	68	684	68170	604	Europe/Paris
6615100	Émancé	emance	Emance,Emanse,Émancé,Емансе		FR	11	78	782	78209	879	Europe/Paris
6615101	Raizeux	raizeux	Raizeux		FR	11	78	782	78516	937	Europe/Paris
6615102	Saint-Maurin	saint-maurin	Saint-Maurin,Sant Maurin,Sen-Moren,sheng mo lan,Сен-Морен,سینٹ-موڑیں,圣莫兰		FR	75	47	471	47260	459	Europe/Paris
6615103	Le Monestier	le-monestier	Le Monestier,Le-Monet'e,Lo Monestier,Lo Monestièr,Monestier,lei mo nei si di ye,Ле-Монетье,Ле-Монетьє,勒莫内斯蒂耶		FR	84	63	631	63230	207	Europe/Paris
6615104	Langoëlan	langoelan	Langoelan,Langoëlan		FR	53	56	562	56099	380	Europe/Paris
6615105	La Roche-Guyon	la-roche-guyon			FR	11	95	953	95523	471	Europe/Paris
6615106	La Motte	la-motte	La Motte,La-Mot,Ла-Мот		FR	53	22	224	22155	2130	Europe/Paris
6615107	Buais-Les-Monts	buais-les-monts	Bije,Bjue,Buais-Les-Monts,bi ai,Бије,Бюе,比艾		FR	28	50	501	50090	629	Europe/Paris
6615108	La Bassée	la-bassee	La Bassee,La Bassée		FR	32	59	595	59051	6421	Europe/Paris
6615109	Les Loges-en-Josas	les-loges-en-josas	Les Loges-en-Josas		FR	11	78	784	78343	1567	Europe/Paris
6615110	La Croixille	la-croixille	Croixille,Kroaksij,La Croixille,La-Kruaksij,la ke lu wa ke xi er,la krwyyly,Кроаксиј,Ла-Круаксій,لا کروئیلی,拉克鲁瓦克西尔		FR	52	53	533	53086	692	Europe/Paris
6615111	Saint-Yvi	saint-yvi	Saint-Yvi		FR	53	29	294	29272	3106	Europe/Paris
6615112	Lapeyrugue	lapeyrugue	Lapeyrugue		FR	84	15	151	15093	106	Europe/Paris
6615113	Vieillevie	vieillevie	Vieillevie		FR	84	15	151	15260	111	Europe/Paris
6615114	Vouhé	vouhe	Vouhe,Vouhé		FR	75	79	793	79354	397	Europe/Paris
6615115	Les Échelles	les-echelles	Les Echelles,Les Échelles		FR	84	73	732	73105	1214	Europe/Paris
6615116	Saint-Amand-sur-Sèvre	saint-amand-sur-sevre	Saint-Amand-sur-Sevre,Saint-Amand-sur-Sèvre,Sent-Aman-sjur-Sevr,Сент-Аман-сюр-Севр,سینٹ-امنڈ-سر-سورے		FR	75	79	791	79235	1399	Europe/Paris
6615117	La Valla-sur-Rochefort	la-valla-sur-rochefort	La Valla-sur-Rochefort		FR	84	42	421	42321	107	Europe/Paris
6615118	Tréflévénez	treflevenez	Treflevenez,Tréflévénez		FR	53	29	291	29286	244	Europe/Paris
6615119	Vœuil-et-Giget	v-uil-et-giget			FR	75	16	161	16418	1490	Europe/Paris
6615120	Montfa	montfa	Montfa		FR	76	81	812	81177	484	Europe/Paris
6615121	Notre-Dame-du-Hamel	notre-dame-du-hamel	Notre-Dame-du-Hamel		FR	28	27	272	27442	216	Europe/Paris
6615122	Saint-Laurent-du-Tencement	saint-laurent-du-tencement	Saint-Laurent-du-Tencement		FR	28	27	272	27556	63	Europe/Paris
6615123	Gorges du Tarn Causses	gorges-du-tarn-causses			FR	76	48	481	48146	971	Europe/Paris
6615124	Les Pennes-Mirabeau	les-pennes-mirabeau	Les Pennes-Mirabeau		FR	93	13	131	13071	21361	Europe/Paris
6615125	Trédrez-Locquémeau	tredrez-locquemeau	Tredrez-Locquemeau,Trédrez-Locquémeau		FR	53	22	223	22349	1444	Europe/Paris
6615126	Tritteling-Redlach	tritteling-redlach	Trittelen-Redlak,Tritteling-Redlach,Trittelingen-Redlach,Trittlen-Redlash,te li tai lan lei de la ke,trytlyng-rdlakh,Триттелен-Редлак,Триттлен-Редлаш,تریتلینگ-ردلاخ,特里泰兰雷德拉克		FR	44	57	573	57679	535	Europe/Paris
6615127	Le Cros	le-cros	Cros,Kro,Le-Kro,Lo Cros,Lo Cròs,l krw,lei ke luo,Кро,Ле-Кро,ل کرو,勒克罗		FR	76	34	342	34091	54	Europe/Paris
6615128	Vellèches	velleches	Velleches,Vellèches		FR	75	86	861	86280	365	Europe/Paris
6615129	Saint-Martin-de-Vaulserre	saint-martin-de-vaulserre	Saint-Martin-de-Vaulserre,Sen-Marten-de-Vol'serr,sheng ma dan de wo er sai er,Сен-Мартен-де-Вольсерр,سینٹ-مارٹن-دے-وولسررے,圣马丹德沃尔塞尔		FR	84	38	382	38420	266	Europe/Paris
6615130	Crèvecœur-sur-l'Escaut	crevec-ur-sur-l-escaut	Crevecœur-sur-l'Escaut,Crèvecoeur-sur-l'Escaut,Crèvecœur-sur-l'Escaut		FR	32	59	592	59161	740	Europe/Paris
6615131	Saint-Léger-la-Montagne	saint-leger-la-montagne	Saint-Leger-la-Montagne,Saint-Léger-la-Montagne,Sen-Lezhe-la-Montan',Sent Leger,Sent Leger de Sauvanhac,Sent Legèr,Sent Legèr de Sauvanhac,sheng lei re la meng ta ge,Сен-Леже-ла-Монтань,سینٹ-لگر-لا-مونٹاگنے,圣勒热拉蒙塔格		FR	75	87	872	87159	346	Europe/Paris
6615132	Plobannalec-Lesconil	plobannalec-lesconil	Plobannalec,Plobannalec-Lesconil		FR	53	29	294	29165	3457	Europe/Paris
6615133	Trélans	trelans	Trelan,Trelans,Trélans,te lei lang,trlans,Трелан,ترلانس,特雷朗		FR	76	48	482	48192	93	Europe/Paris
6615134	Vascœuil	vasc-uil	Vascoeuil,Vascœuil,Vaskej,wa si ke e yi,wskwyl,Васкей,وسکویل,瓦斯科厄伊		FR	28	27	271	27672	353	Europe/Paris
6615135	Mesnil-sur-l'Estrée	mesnil-sur-l-estree			FR	28	27	273	27406	912	Europe/Paris
6615136	Muzy	muzy	Mjuzi,Muzy,mi qi,Мюзи,Мюзі,米齐		FR	28	27	273	27423	821	Europe/Paris
6615137	Marquette-en-Ostrevant	marquette-en-ostrevant	Markett-an-Ostrevan,Marquette-en-Ostrevant,ma kai te ang ao si te lei wang,Маркетт-ан-Остреван,马凯特昂奥斯特雷旺		FR	32	59	596	59387	1861	Europe/Paris
6615138	Rœulx	r-ulx	Rœulx		FR	32	59	596	59504	3830	Europe/Paris
6615140	Tombebœuf	tombeb-uf	Tombabueu,Tombabuèu,Tombebef,Tombeboeuf,Tombebœuf,tong bo bo e,Томбебеф,通伯博厄		FR	75	47	473	47309	463	Europe/Paris
6615141	Saint-Bonnet-le-Froid	saint-bonnet-le-froid	Sant Bonet lo Freid,Sen-Bonne-le-Frua,sheng bo nei lai fu lu wa,Сен-Бонне-ле-Фруа,سینٹ-بونٹ-لے-فرد,圣博内莱弗鲁瓦		FR	84	43	433	43172	260	Europe/Paris
6615142	Plailly	plailly	Plailly		FR	32	60	604	60494	1732	Europe/Paris
6615143	L'Hôpital-le-Mercier	l-hopital-le-mercier	L'Hopital-le-Mercier,L'Hôpital-le-Mercier		FR	27	71	713	71233	303	Europe/Paris
6615144	Trans-la-Forêt	trans-la-foret	Trans-la-Foret,Trans-la-Forêt		FR	53	35	354	35339	586	Europe/Paris
6615146	Vaudreuille	vaudreuille	Vaudreuille,Vaudrulha,Vodrej,Vodrjoj,wawdrwyl,wo de lei yi er,Водрей,Водрёй,واودرویل,沃德勒伊尔		FR	76	31	313	31569	377	Europe/Paris
6615147	Schœneck	sch-neck	Schœneck		FR	44	57	573	57638	2623	Europe/Paris
6615216	Ferney-Voltaire	ferney-voltaire	Ferney-Voltaire		FR	84	01	013	01160	9637	Europe/Paris
6615218	Brumetz	brumetz	Brimec,Brjumec,Brjumes,Brumetz,bu lu mei si,Бримец,Брюмес,Брюмец,布吕梅斯		FR	32	02	021	02125	213	Europe/Paris
6615219	Meurival	meurival	Merival',Meurival,Mjorival',mo li wa lei,Мериваль,Мёриваль,默里瓦勒		FR	32	02	022	02482	51	Europe/Paris
6615220	Vendières	vendieres	Vand'er,Vandier,wang di ye er,wndyrs,Вандьер,Вандьєр,Վանդիեր,وندیرس,旺迪耶尔		FR	32	02	021	02777	169	Europe/Paris
6615221	Villers-Agron-Aiguizy	villers-agron-aiguizy	Viller-Agron-Egizi,Viller-Agron-Ehgizi,Villers-Agron-Aiguizy,wei lai a ge long ai ji ji,Виллер-Агрон-Эгизи,Віллер-Агрон-Егізі,维莱阿格龙艾吉济		FR	32	02	021	02809	77	Europe/Paris
6615222	Lafarre	lafarre	Lafarre		FR	84	07	073	07124	40	Europe/Paris
6615223	Hannappes	hannappes	Anap,Annap,Annapp,Hannappes,a na pu,Анап,Аннап,Аннапп,阿纳普		FR	44	08	081	08208	144	Europe/Paris
6615224	Sévigny-Waleppe	sevigny-waleppe	Sevigny-Waleppe,Sévigny-Waleppe		FR	44	08	082	08418	228	Europe/Paris
6615225	Montbel	montbel	Montbel		FR	76	09	092	09200	120	Europe/Paris
6615227	Monteils	monteils	Monteils		FR	76	82	822	82126	1362	Europe/Paris
6615228	Brienne-sur-Aisne	brienne-sur-aisne	Brien-sjur-Ehn,Brienn-sjur-En,Brienne-sur-Aisne,Brijen sir En,ai na he pan bu li ye ne,Бриен-сюр-Эн,Бријен сир Ен,Брієнн-сюр-Ен,埃纳河畔布里耶讷		FR	44	08	082	08084	240	Europe/Paris
6615230	La Neuville-aux-Joûtes	la-neuville-aux-joutes	La Neuville-aux-Joutes,La Neuville-aux-Joûtes,La-Nevil'-o-Zhut,La-Njovil'-o-Zhut,la ne wei er-ou ru te,Ла-Невіль-о-Жут,Ла-Нёвиль-о-Жут,لا نیوویل-آ-جوتے,拉讷维尔-欧茹特		FR	44	08	081	08318	360	Europe/Paris
6615231	Ubaye-Serre-Ponçon	ubaye-serre-poncon	Ubaye-Serre-Poncon,Ubaye-Serre-Ponçon		FR	93	04	041	04033	730	Europe/Paris
6615232	Les Mujouls	les-mujouls	Les Mujouls		FR	93	06	061	06087	49	Europe/Paris
6615233	Drugeac	drugeac	Drjuzhak,Drugeac,Drujac,de lu ya ke,Дрюжак,德吕雅克		FR	84	15	152	15063	346	Europe/Paris
6615234	Dannemarie	dannemarie	Danmari,Dannemarie,Dannmari,da nei ma li ye,Данмари,Даннмарі,达内马里耶		FR	27	25	252	25194	114	Europe/Paris
6615236	Bois-d'Amont	bois-d-amont			FR	27	39	393	39059	1674	Europe/Paris
6615237	Boussay	boussay	Beuzid-Klison,Boussay,Buse,Busse,Buxiacus,bu sai,Бусе,Буссе,布赛		FR	52	44	442	44022	2632	Europe/Paris
6615239	Ville-Houdlémont	ville-houdlemont	Vil'-Udlemon,wei er wu de lai meng,Виль-Удлемон,Віль-Удлемон,维尔乌德莱蒙		FR	44	54	541	54572	652	Europe/Paris
6615240	Locmaria	locmaria	Locus Mariae,Lokmar'ja,Lokmaria-ar-Gerveur,Lokmarija,Lokmarja,luo ke ma li a,rokumaria,Локмария,Локмарья,Локмаря,ロクマリア,洛克马里阿		FR	53	56	561	56114	870	Europe/Paris
6615241	Blies-Guersviller	blies-guersviller	Bli Gersviler,Bli-Gersviller,Blies-Guersviller,Bliesgersweiler,blyh-grswylr,bu li ye gai er si wei lai,Бли Герсвилер,Бли-Герсвиллер,Блі-Герсвіллер,بلیه-گرسویلر,布利耶盖尔斯维莱		FR	44	57	576	57093	630	Europe/Paris
6615242	Petite-Rosselle	petite-rosselle	Kleinrosseln,Petit-Rossel',Petite-Rosselle,pei di te luo sai er,Петит-Россель,Петіт-Россель,佩蒂特罗塞尔		FR	44	57	573	57537	6358	Europe/Paris
6615243	Boursies	boursies	Boursies,Bursi,bu er xi,Бурси,Бурсі,布尔西		FR	32	59	592	59097	386	Europe/Paris
6615245	Hendaye	hendaye	Hendaia,Hendaye		FR	75	64	641	64260	16599	Europe/Paris
6615246	Gardères	garderes	Garder,Garderas,Gardèras,jia er dai lei,Гардер,加尔代雷		FR	76	65	653	65185	441	Europe/Paris
6615247	Bourg-Madame	bourg-madame	Bourg-Madame,Bur Madam,Bur-Madam,Guingueta dIx,La Guingueta dIx,bu er ma dang,buru=madamu,la Guingueta,la Guingueta d'Ix,les Guinguetes,Бур Мадам,Бур-Мадам,ブール＝マダム,布尔马当		FR	76	66	663	66025	1221	Europe/Paris
6615248	Ur	ur	Jur,Ur,yu zhen,Юр,于镇		FR	76	66	663	66218	360	Europe/Paris
6615249	Lauterbourg	lauterbourg	Laudaebursch,Laudäbursch,Lauterbourg,Lauterburg,Loterbur,lawtyrbwrgh,luo tai er bu er,rotaburu,Лотербур,لاوتيربورغ,ローターブール,洛泰尔布尔		FR	44	67	672	67261	2291	Europe/Paris
6615250	Biederthal	biederthal	Bidertal,Bidertal',Biederthal,bi ye dai er ta,Бидертал,Бидерталь,Бідерталь,比耶代尔塔		FR	44	68	681	68035	316	Europe/Paris
6615251	Leymen	leymen	Lejmen,Leman,Leymen,lai mang,Леймен,Леман,莱芒		FR	44	68	684	68182	1203	Europe/Paris
6615252	Neuwiller	neuwiller	Neuweiler,Neviller,na wei lai,Невиллер,Невіллер,纳维莱		FR	44	68	684	68232	469	Europe/Paris
6615253	Veigy-Foncenex	veigy-foncenex			FR	84	74	744	74293	3562	Europe/Paris
6615254	Laguépie	laguepie	Laguepie,Laguépie		FR	76	82	822	82088	607	Europe/Paris
6615255	Richerenches	richerenches	Richerenches		FR	93	84	843	84097	665	Europe/Paris
6615256	Valréas	valreas	Valreas,Valréas		FR	93	84	843	84138	9457	Europe/Paris
6615257	Raon-sur-Plaine	raon-sur-plaine	Raon-sur-Plaine		FR	44	88	883	88373	149	Europe/Paris
6615258	Delle	delle	Del,Del',Delle,de er,Дел,Дель,德尔		FR	27	90	901	90033	5719	Europe/Paris
6615259	Florimont	florimont	Florimon,Florimont,fu luo li meng,Флоримон,弗洛里蒙		FR	27	90	901	90046	451	Europe/Paris
6615260	Lebetain	lebetain	Lebetain,Lebeten,lai bo tan,Лебетен,莱伯坦		FR	27	90	901	90063	428	Europe/Paris
6615261	Réchésy	rechesy	Rechesy,Reshezi,Réchésy,lei she xi,Решезі,雷舍西		FR	27	90	901	90081	796	Europe/Paris
6615262	Saint-Dizier-l'Évêque	saint-dizier-l-eveque	Saint-Dizier-l'Eveque,Saint-Dizier-l'Évêque		FR	27	90	901	90090	426	Europe/Paris
6615263	Villars-le-Sec	villars-le-sec	Villar-le-Sek,Villars-le-Sec,wei la er lei sai ke,Віллар-ле-Сек,维拉尔勒塞克		FR	27	90	901	90105	170	Europe/Paris
6615268	Chatel-Chéhéry	chatel-chehery	Chatel-Chehery,Chatel-Chéhéry,Shatel Sheri,Shatel'-Sheehri,Shatel'-Sheeri,sha tai lei xie ai li,Шател Шери,Шатель-Шеері,Шатель-Шеэри,沙泰勒谢埃里		FR	44	08	084	08109	150	Europe/Paris
6615269	Mérens-les-Vals	merens-les-vals	Meran-le-Val',Merens,Merens las Vals,Merens-les-Vals,Mérens-les-Vals,mei lang lai wa er,Меран-ле-Валь,梅朗莱瓦尔		FR	76	09	091	09189	167	Europe/Paris
6615615	Beauregard	beauregard	Boregar,Borgar,bo lei jia er,bwrwghard,Боргар,Борегар,Բորեգար,بوروغارد,博雷加尔		FR	84	01	012	01030	885	Europe/Paris
6615616	Valromey-sur-Séran	valromey-sur-seran	Bel'mon-Ljutez'e,Bel'mon-Ljutez'jo,Belmon Litezje,Valromey-sur-Seran,Valromey-sur-Séran,bei er meng-lu tai qi e,bylmwnt-lwtyzyw  ayn,Белмон Литезје,Бельмон-Лютезьё,Бельмон-Лютезьє,بيلمونت-لوتيزيو، أين,贝尔蒙－吕泰齐厄		FR	84	01	011	01036	1299	Europe/Paris
6615617	Brens	brens	Bran,Brens,brynz,bu lang si,Бран,Բրան,برينز,布朗斯		FR	84	01	011	01061	1169	Europe/Paris
6615618	Brion	brion	Brion,brywn,bu li weng,Брион,Бріон,Բրիոն,بريون,布里翁		FR	84	01	014	01063	515	Europe/Paris
6615619	Crozet	crozet	Crozet,Kroze,ke luo ze,krwzh  an,krwzyh,Крозе,كروزيه,کروزه، ان,克罗泽		FR	84	01	013	01135	2126	Europe/Paris
6615620	Cuzieu	cuzieu	Cuzieu,Kizje,Kjuz'e,Kjuz'jo,Kyuzio,kwzyw,qu qi e,Кизје,Кюзьё,Кюзьє,Կյուզիո,كوزيو,屈齐厄		FR	84	01	011	01141	436	Europe/Paris
6615621	Échallon	echallon	Echallon,Échallon		FR	84	01	014	01152	760	Europe/Paris
6615622	Surjoux-Lhopital	surjoux-lhopital	Surjoux-Lhopital		FR	84	01	014	01215	126	Europe/Paris
6615623	Messimy-sur-Saône	messimy-sur-saone	Mesimi syur Son,Messimi-sjur-Son,Messimy-sur-Saone,Messimy-sur-Saône,mysymy-swr-swn,suo en he pan mei xi mi,Мессими-сюр-Сон,Мессімі-сюр-Сон,Մեսիմի սյուր Սոն,ميسيمي-سور-سون,索恩河畔梅西米		FR	84	01	012	01243	1210	Europe/Paris
6615624	Miribel	miribel	Miribel,Miribel',mi li bei er,myrybyl  ayn,Мірибель,ميريبيل، أين,米里贝尔		FR	84	01	012	01249	9742	Europe/Paris
6615625	Montréal-la-Cluse	montreal-la-cluse	Monreal la Klyuz,Monreal'-la-Kljuz,Montreal-la-Cluse,Montréal-la-Cluse,meng lei a er la ke ci,mwnrya-la-klws,Монреаль-ла-Клюз,Մոնրեալ լա Կլյուզ,مونريا-لا-كلوس,蒙雷阿尔拉克兹		FR	84	01	014	01265	3409	Europe/Paris
6615626	Nurieux-Volognat	nurieux-volognat	Nurieux-Volognat		FR	84	01	014	01267	1030	Europe/Paris
6615627	Neyron	neyron	Nejron,Neron,Neyron,nei long,nyrwn,Нейрон,Нерон,Ներոն,نيرون,内龙		FR	84	01	012	01275	2507	Europe/Paris
6615628	Peyrieu	peyrieu	Pejre,Per'jo,Perio,Peyrieu,byryw,pei li e,Пейрє,Перьё,Պերիո,بيريو,佩里厄		FR	84	01	011	01294	862	Europe/Paris
6615629	Saint-Bernard	saint-bernard	Saint-Bernard,Sen Bernar,Sen-Bernar,san-byrnar  ayn,sheng bo na,Сен-Бернар,Սեն Բերնար,سان-بيرنار، أين,سینٹ-برنارڈ، این,圣伯纳		FR	84	01	012	01339	1434	Europe/Paris
6615630	Sainte-Croix	sainte-croix	Sainte-Croix,Sent Krua,Sent-Krua,sant-krwa  ayn,sheng ke lu wa,Сент-Круа,Սենտ Կրուա,سانت-كروا، أين,سین-ڑوش، این,圣克鲁瓦		FR	84	01	012	01342	566	Europe/Paris
6615631	Saint-Jean-le-Vieux	saint-jean-le-vieux	Saint-Jean-le-Vieux,Sen Zan le Vyo,Sen-Zhan-le-V'jo,Sen-Zhan-le-Ve,jiu sheng yue han,san jwn lw fyw,san-jwn-lw-fyw  ayn,Сен-Жан-ле-Вьё,Сен-Жан-ле-Вє,Սեն Ժան լե Վյո,سان جون لو فيو,سان-جون-لو-فيو، أين,سینٹ-ژاں -لے-ےش، این,旧圣约翰		FR	84	01	014	01363	1699	Europe/Paris
6615632	Saint-Just	saint-just	Saint-Just,Sen-Zhjust,Sen-Zhust,san-jws  ayn,sheng ru si te,Сен-Жуст,Сен-Жюст,Սեն Ժյուսթ,سان-جوس، أين,سینٹ-جست، این,圣茹斯特		FR	84	01	012	01369	917	Europe/Paris
6615633	Saint-Marcel	saint-marcel	Saint-Marcel-en-Dombes,Sen Marsel,Sen-Marsel',san-marsyl  ayn,sheng ma er sai er,Сен-Марсель,Սեն Մարսել,سان-مارسيل، أين,سینٹ-مارسیل، این,圣马尔塞尔		FR	84	01	012	01371	1303	Europe/Paris
6615634	Saint-Sulpice	saint-sulpice	Saint-Sulpice,Sen Syulpis,Sen-Sjul'pis,san-swlbys  ayn,sheng xu er pi si,Сен-Сюльпис,Сен-Сюльпіс,Սեն Սյուլպիս,سان-سولبيس، أين,圣叙尔皮斯		FR	84	01	012	01387	247	Europe/Paris
6615635	Serrières-de-Briord	serrieres-de-briord	Ser'er-de-Brior,Serier de Brior,Serrer-de-Brior,Serrieres-de-Briord,Serrières-de-Briord,sai li ye er de bu li ao er,syryyr-dw-brywrd  ayn,Серрєр-де-Бріор,Серьер-де-Бриор,Սերիեր դե Բրիոր,سيريير-دو-بريورد، أين,塞里耶尔德布里奥尔		FR	84	01	011	01403	1262	Europe/Paris
6615636	Thoiry	thoiry	Tuari,tu wa li,twary,Туари,Туарі,Տուարի,تواري,图瓦里		FR	84	01	013	01419	6094	Europe/Paris
6615637	Val-Revermont	val-revermont	Val-Revermont		FR	84	01	012	01426	2581	Europe/Paris
6615638	Versonnex	versonnex	Versone,Versonne,Versonnex,fu er nei ke si,fyrswnyh,wrswnks  an,Версонне,Վերսոնե,فيرسونيه,ورسونکس، ان,弗尔内克斯		FR	84	01	013	01435	2186	Europe/Paris
6615639	Villeneuve	villeneuve	Vil'nev,Vil'njov,Vilnyov,fylnwf,wei ye na fu,Вильнёв,Вільнев,Վիլնյով,فيلنوف,维耶纳夫		FR	84	01	012	01446	1481	Europe/Paris
6615640	Villette-sur-Ain	villette-sur-ain	Vilet syur En,Villet-sjur-Ehn,Villett-sjur-En,Villette-sur-Ain,an he pan wei ye te,fylyt-swr-ayn,Виллет-сюр-Эн,Віллетт-сюр-Ен,Վիլետ սյուր Էն,فيليت-سور-أين,安河畔维耶特		FR	84	01	012	01449	751	Europe/Paris
6615641	Villieu-Loyes-Mollon	villieu-loyes-mollon	Vil'e-Lua-Mollon,Vil'jo-Lua-Mollon,Villieu-Loyes-Mollon,Vilyo Lua Molon,fylyw-lwa-mwlw,wei li e-luo yi-mo long,Вильё-Луа-Моллон,Вільє-Луа-Моллон,Վիլյո Լուա Մոլոն,فيليو-لوا-مولو,维利厄－洛伊－莫隆		FR	84	01	011	01450	3586	Europe/Paris
6615642	Aizy-Jouy	aizy-jouy	Aizy-Jouy		FR	32	02	024	02008	289	Europe/Paris
6615643	Barisis-aux-Bois	barisis-aux-bois	Barisis-aux-Bois		FR	32	02	022	02049	743	Europe/Paris
6615644	Bazoches-sur-Vesles	bazoches-sur-vesles	Bazoches-sur-Vesles		FR	32	02	024	02054	462	Europe/Paris
6615645	Becquigny	becquigny	Becquigny,Bekin'i,Bekini,Bekkin'i,bei ji ni,Бекињи,Беккиньи,Бекіньї,Բեքինի,贝基尼		FR	32	02	023	02061	260	Europe/Paris
6615646	Berlancourt	berlancourt	Berlancourt,Berlankur,bei er lang ku er,Берланкур,Բերլանկուր,贝尔朗库尔		FR	32	02	025	02068	113	Europe/Paris
6615647	Bouconville-Vauclair	bouconville-vauclair	Bouconville-Vauclair		FR	32	02	022	02102	185	Europe/Paris
6615648	Brie	brie	Bri,Brie,bu li,Бри,Брі,布里		FR	32	02	022	02122	52	Europe/Paris
6615689	Lételon	letelon	Letelon,Lételon,lai tai long,Летелон,莱泰隆		FR	84	03	031	03143	113	Europe/Paris
6615649	Brissy-Hamégicourt	brissy-hamegicourt	Brisi Amezhikur,Brisi Amezikur,Brissi-Amezhikur,Brissy-Hamegicourt,Brissy-Hamégicourt,bu li xi a mei ji ku er,Бриси Амежикур,Брисси-Амежикур,Бриссі-Амежикур,Բրիսի Ամեժիկուր,布里西阿梅吉库尔		FR	32	02	023	02124	654	Europe/Paris
6615650	Camelin	camelin	Camelin		FR	32	02	022	02140	454	Europe/Paris
6615651	La Capelle	la-capelle	La Capelle		FR	32	02	025	02141	1801	Europe/Paris
6615652	Charly-sur-Marne	charly-sur-marne	Charly-sur-Marne,Sharli na Marni,Sharli-sjur-Marn,ma en he pan sha er li,Шарли на Марни,Шарли-сюр-Марн,Шарлі-сюр-Марн,马恩河畔沙尔利		FR	32	02	021	02163	2638	Europe/Paris
6615653	Coulonges-Cohan	coulonges-cohan	Coulonges-Cohan		FR	32	02	021	02220	436	Europe/Paris
6615654	Courcelles-sur-Vesle	courcelles-sur-vesle	Courcelles-sur-Vesle,Courcelles-sur-Vesles		FR	32	02	024	02224	355	Europe/Paris
6615655	Crépy	crepy	Crepy,Crépy,Krepi,ke lei pi,Крепи,Крепі,克雷皮		FR	32	02	022	02238	1869	Europe/Paris
6615656	Crouttes-sur-Marne	crouttes-sur-marne	Crouttes-sur-Marne,Krut na Marni,Krut-sjur-Marn,Krutt-sjur-Marn,ma en he pan ke lu te,Крут на Марни,Крут-сюр-Марн,Крутт-сюр-Марн,马恩河畔克鲁特		FR	32	02	021	02242	644	Europe/Paris
6615657	Cuiry-lès-Iviers	cuiry-les-iviers	Cuiry-les-Iviers,Cuiry-lès-Iviers,Kiri lez Ivje,Kjuiri-lez-Iv'er,Kjuiri-lez-Ive,qu li lai xi wei ye,Кири лез Ивје,Кюири-лез-Ивьер,Кюїрі-лез-Івє,屈里莱西维耶		FR	32	02	025	02251	28	Europe/Paris
6615658	Dury	dury	Djuri,Дюри,Дюрі		FR	32	02	023	02273	222	Europe/Paris
6615659	Faverolles	faverolles	Favrol',fa wo luo lei,Фавроль,法沃罗勒		FR	32	02	024	02302	313	Europe/Paris
6615660	Fesmy-le-Sart	fesmy-le-sart	Femi-le-Sar,Fesmy-le-Sart,fei si mi lei sa er,Феми-ле-Сар,Фемі-ле-Сар,费斯米勒萨尔		FR	32	02	025	02308	488	Europe/Paris
6615661	Fleury	fleury	Fleri,Fleury,Fljori,fu lei li,Флері,Флёри,弗勒里		FR	32	02	024	02316	139	Europe/Paris
6615662	Franqueville	franqueville	Frankvil,Frankvil',Franqueville,fu lang ke wei er,Франквил,Франквиль,Франквіль,弗朗克维尔		FR	32	02	025	02331	116	Europe/Paris
6615663	Fresnes-sous-Coucy	fresnes-sous-coucy	Fren,Fresnes-sous-Coucy,fu lei ne,peulen,Френ,弗雷讷,프렌		FR	32	02	022	02333	160	Europe/Paris
6615664	Goudelancourt-lès-Berrieux	goudelancourt-les-berrieux	Goudelancourt-les-Berrieux,Goudelancourt-lès-Berrieux		FR	32	02	022	02349	55	Europe/Paris
6615665	Goudelancourt-lès-Pierrepont	goudelancourt-les-pierrepont	Goudelancourt-les-Pierrepont,Goudelancourt-lès-Pierrepont,Gudlankur le Pjerpon,Gudlankur-le-P'erpon,Gudlankur-le-Perrpon,gu de lang ku er-lai pi ai er peng,Гудланкур ле Пјерпон,Гудланкур-ле-Пьерпон,Гудланкур-ле-Пєррпон,古德朗库尔-莱皮埃尔蓬		FR	32	02	022	02350	136	Europe/Paris
6615666	Gouy	gouy	Gouy,Gui,gu yi,Гуи,Гуї,古伊		FR	32	02	023	02352	562	Europe/Paris
6615667	Hargicourt	hargicourt	Arzhikur,Arzikur,Hargicourt,a ri ku er,Аржикур,Արժիկուր,阿日库尔		FR	32	02	023	02370	592	Europe/Paris
6615668	Liesse-Notre-Dame	liesse-notre-dame	L'es-Notr-Dam,L'ess-Notr-Dam,Liesse-Notre-Dame,li si sheng mu cun,Льес-Нотр-Дам,Льєсс-Нотр-Дам,利斯圣母村		FR	32	02	022	02430	1297	Europe/Paris
6615669	Les Septvallons	les-septvallons	Les Septvallons,Longval'-Barbonval',long ge wa lei-ba bang wa lei,Лонгваль-Барбонваль,隆格瓦勒-巴邦瓦勒		FR	32	02	024	02439	1181	Europe/Paris
6615670	Mons-en-Laonnois	mons-en-laonnois	Mon an Lannua,Mon-an-Lannua,Mons-an-Lannua,meng ang luo nu wa,Мон-ан-Ланнуа,Монс-ан-Ланнуа,Մոն ան Լաննուա,蒙昂洛努瓦		FR	32	02	022	02497	1173	Europe/Paris
6615671	Montcornet	montcornet	Monkorne,Montcornet,meng ke er nei,Монкорне,蒙科尔内		FR	32	02	025	02502	1337	Europe/Paris
6615672	Mortefontaine	mortefontaine	Mortefontaine,Mortfonten,mo te fang dan,Мортфонтен,莫特方丹		FR	32	02	024	02528	237	Europe/Paris
6615673	Ognes	ognes	On',ao nie,Онь,奥涅		FR	32	02	022	02566	1140	Europe/Paris
6615674	Parcy-et-Tigny	parcy-et-tigny	Parcy e Tigny,Parcy-et-Tigny,Parsi-e-Tin'i,Parsi-eh-Tin'i,pa er xi di ni,Парси-э-Тиньи,Парсі-е-Тіньї,帕尔西蒂尼		FR	32	02	024	02585	256	Europe/Paris
6615675	Sainte-Geneviève	sainte-genevieve	Sainte-Genevieve,Sainte-Geneviève,Sent-Zhenev'ev,Sent-Zhenevev,sheng re ne wei ye wo,Сент-Женевьев,Сент-Женевєв,سین-گنویوے، اسنے,圣热讷维耶沃		FR	32	02	025	02678	74	Europe/Paris
6615676	Saint-Mard	saint-mard	Saint-Mard,Sen-Mar,sheng ma er,Сен-Мар,سینٹ-مرد، اسنے,圣马尔		FR	32	02	024	02682	111	Europe/Paris
6615677	Le Thuel	le-thuel	Le Thuel,Le-Tjuehl',Le-Tjuel',lei di ai lei,Ле-Тюель,Ле-Тюэль,勒蒂埃勒		FR	32	02	025	02743	175	Europe/Paris
6615678	Trélou-sur-Marne	trelou-sur-marne	Trelou-sur-Marne,Trelu-sjur-Marn,Trélou-sur-Marne,ma en he pan te lei lu,trlw-swr-marn,Трелу-сюр-Марн,ترلو-سور-مارن,马恩河畔特雷卢		FR	32	02	021	02748	950	Europe/Paris
6615679	Troësnes	troesnes	Troehn,Troen,Troesnes,Troësnes,te luo ai ne,Троен,Троэн,特罗埃讷		FR	32	02	024	02749	228	Europe/Paris
6615680	Villiers-Saint-Denis	villiers-saint-denis			FR	32	02	021	02818	1083	Europe/Paris
6615681	Arfeuilles	arfeuilles	Arfeuilles		FR	84	03	033	03006	660	Europe/Paris
6615682	Bost	bost	Bost,Bòst,bo si,Бост,博斯		FR	84	03	033	03033	192	Europe/Paris
6615683	La Celle	la-celle	Celle,La Cela,La Cèla,La-Sel',Sel,la sai er,Ла-Сель,Сел,拉塞尔		FR	84	03	031	03047	414	Europe/Paris
6615684	La Chabanne	la-chabanne	Chabanne,La Chabana,La Chabanne,La-Shaban,La-Shabann,Shaban,la sha bang,Ла-Шабан,Ла-Шабанн,Шабан,拉沙邦		FR	84	03	033	03050	189	Europe/Paris
6615685	Charroux	charroux	Carrocium,Charos,Charroux,Charós,Sharru,Sharu,sharwks,Шарру,Шару,شاروکس		FR	84	03	032	03062	362	Europe/Paris
6615686	Deneuille-lès-Chantelle	deneuille-les-chantelle	Denej le Shantel,Denej-le-Shantel',Deneuille-les-Chantelle,Deneuille-lès-Chantelle,Denjoj-le-Shantel',Denuelha de Chantela,Donolium,de na yi er lai shang tai er,Деней-ле-Шантель,Денеј ле Шантел,Денёй-ле-Шантель,德纳伊尔莱尚泰尔		FR	84	03	032	03096	81	Europe/Paris
6615687	Gennetines	gennetines	Zhennetin,Zhentin,re nei di nei,Женнетин,Женнетін,Жентин,热内蒂内		FR	84	03	032	03121	671	Europe/Paris
6615688	Jaligny-sur-Besbre	jaligny-sur-besbre	Jaligny-sur-Besbre		FR	84	03	033	03132	587	Europe/Paris
6615690	Paray-sous-Briailles	paray-sous-briailles	Parac,Paray sous Briailles,Paray-sous-Briailles,Pare-su-Briaj,pa lai su bu li ai lai,Паре-су-Бриай,Паре-су-Бріай,帕赖苏布里艾莱		FR	84	03	032	03204	635	Europe/Paris
6615691	Le Pin	le-pin	Le Pin,Le-Pen,Pin,lei pan,Ле-Пен,勒潘		FR	84	03	033	03208	403	Europe/Paris
6615692	Saint-Angel	saint-angel	Saint-Angel,Sant Angeu,Sent-Anzhel',sheng ang re,Сент-Анжель,سینٹ-اینجل، الئیر,圣昂热		FR	84	03	031	03217	745	Europe/Paris
6615693	Saint-Christophe	saint-christophe	Saint-Christophe,Sant Cristofa,Sant Cristòfa,Sen-Kristof,sheng ke li si tuo fu,Сен-Кристоф,سینٹ-کروسٹوفے، الئیر,圣克里斯托夫		FR	84	03	033	03223	479	Europe/Paris
6615694	Saint-Clément	saint-clement	Saint-Clement,Saint-Clément,Sant Clemenc,Sant Clemenç,Sen-Kleman,sheng ke lai mang,Сен-Клеман,سینٹ-کلیمنٹ، الئیر,圣克莱芒		FR	84	03	033	03224	309	Europe/Paris
6615695	Saint-Didier-la-Forêt	saint-didier-la-foret			FR	84	03	033	03227	385	Europe/Paris
6615696	Saint-Hilaire	saint-hilaire	Saint-Hilaire,Sen-Iler,Sent-Iler,sheng yi lai er,Сен-Ілер,Сен-Илер,Сент-Илер,سینٹ-ہلیری، الئیر,圣伊莱尔		FR	84	03	032	03238	539	Europe/Paris
6615697	Saint-Victor	saint-victor	Saint-Victor,Sant Victor,Sen-Viktor,sheng wei ke tuo,Сен-Виктор,Сен-Віктор,圣维克托		FR	84	03	031	03262	2113	Europe/Paris
6615698	Teillet-Argenty	teillet-argenty	Tee-Arzhanti,Teillet-Argenty,Teje-Arzhanti,Telhet e Argentac,Telhet e Argentin,tai lai a er rang di,Тее-Аржанти,Тейе-Аржанти,Теє-Аржанті,泰莱阿尔让蒂		FR	84	03	031	03279	560	Europe/Paris
6615699	Le Vernet	le-vernet	Le Vernet,Le-Verne,Lo Vernet,Vernetus,lei wei er nei,Ле-Верне,勒韦尔内		FR	84	03	033	03306	1932	Europe/Paris
6615700	Val-de-Chalvagne	val-de-chalvagne			FR	93	04	042	04043	88	Europe/Paris
6615701	Le Chaffaut-Saint-Jurson	le-chaffaut-saint-jurson	Le Chaffaut-Saint-Jurson		FR	93	04	043	04046	696	Europe/Paris
6615702	Mallefougasse-Augès	mallefougasse-auges	Mallefougasse-Auges,Mallefougasse-Augès		FR	93	04	043	04109	326	Europe/Paris
6615703	Montagnac-Montpezat	montagnac-montpezat	Montagnac-Montpezat		FR	93	04	044	04124	421	Europe/Paris
6615704	Montlaux	montlaux	Montlaux		FR	93	04	044	04130	192	Europe/Paris
6615705	Montsalier	montsalier	Montsalier		FR	93	04	044	04132	136	Europe/Paris
6615706	La Mure-Argens	la-mure-argens	La Mure-Argens		FR	93	04	042	04136	330	Europe/Paris
6615707	La Palud-sur-Verdon	la-palud-sur-verdon	La Palud-sur-Verdon		FR	93	04	042	04144	344	Europe/Paris
6615708	Prads-Haute-Bléone	prads-haute-bleone	Prads-Haute-Bleone,Prads-Haute-Bléone		FR	93	04	043	04155	184	Europe/Paris
6615709	Méolans-Revel	meolans-revel	Meolans-Revel,Méolans-Revel		FR	93	04	041	04161	337	Europe/Paris
6615710	La Robine-sur-Galabre	la-robine-sur-galabre	La Robine-sur-Galabre		FR	93	04	043	04167	306	Europe/Paris
6615711	La Rochette	la-rochette	La Rochette,La Roqueta,La-Roshet,La-Roshett,la luo xie te,Ла-Рошет,Ла-Рошетт,拉罗谢特		FR	93	04	042	04170	67	Europe/Paris
6615712	Sainte-Croix-du-Verdon	sainte-croix-du-verdon	Sainte-Croix-du-Verdon		FR	93	04	043	04176	119	Europe/Paris
6615713	Hautes-Duyes	hautes-duyes	Hautes-Duyes		FR	93	04	043	04177	43	Europe/Paris
6615714	Saint-Paul-sur-Ubaye	saint-paul-sur-ubaye	Saint-Paul-sur-Ubaye		FR	93	04	041	04193	193	Europe/Paris
6615715	Saint-Pierre	saint-pierre	Saint-Pierre,Sant Peire,Sant Pèire,Sen-P'er,Sen-Perr,sheng pi ye er,Сен-Пьер,Сен-Пєрр,سین-پیری، الپس-دے-ہوتے-پروونس,圣皮耶尔		FR	93	04	042	04194	97	Europe/Paris
6615716	Saint-Pons	saint-pons	Sant Ponc,Sant Ponç,Sen-Pon,sheng peng,Сен-Пон,سین-پونس، الپس-دے-ہوتے-پروونس,圣蓬		FR	93	04	041	04195	640	Europe/Paris
6615717	Uvernet-Fours	uvernet-fours	Uvernet-Fours		FR	93	04	041	04226	584	Europe/Paris
6615718	Aspremont	aspremont	Aprmon,Aspremon,Aspremont,a si pu lei meng,Апрмон,Аспремон,阿斯普雷蒙		FR	93	05	052	05008	350	Europe/Paris
6615720	Champcella	champcella	Champcelat,Champcella,Shamsella,Shansela,Shansella,shang pu se la,Шамселла,Шансела,Шанселла,尚普瑟拉		FR	93	05	051	05031	185	Europe/Paris
6615721	Châteauvieux	chateauvieux	Chateauvieux,Châteauvieux		FR	93	05	052	05037	488	Europe/Paris
6615722	Esparron	esparron	Esparron		FR	93	05	052	05049	45	Europe/Paris
6615723	Étoile-Saint-Cyrice	etoile-saint-cyrice	Etoile-Saint-Cyrice,Étoile-Saint-Cyrice		FR	93	05	052	05051	31	Europe/Paris
6615724	Eygliers	eygliers	Aigliers,Eglije,Ehglie,Ejgl'e,Eygliers,ai ge li ye er,Еглије,Ейгльє,Эглие,埃格利耶尔		FR	93	05	051	05052	776	Europe/Paris
6615725	Freissinières	freissinieres			FR	93	05	051	05058	208	Europe/Paris
6615726	La Chapelle-en-Valgaudémar	la-chapelle-en-valgaudemar	La Chapelle-en-Valgaudemar,La Chapelle-en-Valgaudémar		FR	93	05	052	05064	102	Europe/Paris
6615727	La Haute-Beaume	la-haute-beaume	La Haute-Beaume		FR	93	05	052	05066	9	Europe/Paris
6615728	Nossage-et-Bénévent	nossage-et-benevent	Nossage-et-Benevent,Nossage-et-Bénévent		FR	93	05	052	05094	15	Europe/Paris
6615729	Vallouise-Pelvoux	vallouise-pelvoux	La Pissa,Pel'vu,Pelvos,Pelvós,Vallouise-Pelvoux,pei er wu,Пельву,佩尔武		FR	93	05	051	05101	1230	Europe/Paris
6615730	Saint-Bonnet-en-Champsaur	saint-bonnet-en-champsaur			FR	93	05	052	05132	2025	Europe/Paris
6615731	Saint-Clément-sur-Durance	saint-clement-sur-durance	Saint-Clement-sur-Durance,Saint-Clément-sur-Durance		FR	93	05	051	05134	300	Europe/Paris
6615732	Sainte-Colombe	sainte-colombe	Sainte-Colombe		FR	93	05	052	05135	56	Europe/Paris
6615734	Saint-Firmin	saint-firmin	Saint-Firmin		FR	93	05	052	05142	465	Europe/Paris
6615735	La Salle-les-Alpes	la-salle-les-alpes			FR	93	05	051	05161	1012	Europe/Paris
6615736	Le Sauze-du-Lac	le-sauze-du-lac	Le Sauze-du-Lac,Le-Soz-dju-Lak,Lo Sause,Lo Sause dau Lac,lei suo ci di la ke,Ле-Соз-дю-Лак,勒索兹迪拉克		FR	93	05	052	05163	147	Europe/Paris
6615737	Serres	serres	Ser,Serr,Serres,Sèrres,sai er lei,Сер,Серр,塞尔雷		FR	93	05	052	05166	1293	Europe/Paris
6615738	Le Bar-sur-Loup	le-bar-sur-loup	Le Bar-sur-Loup		FR	93	06	061	06010	2976	Europe/Paris
6615739	Berre-les-Alpes	berre-les-alpes	Berre-les-Alpes		FR	93	06	062	06015	1259	Europe/Paris
6615740	Caussols	caussols	Caussols		FR	93	06	061	06037	274	Europe/Paris
6615741	Châteauneuf-Grasse	chateauneuf-grasse	Chateauneuf-Grasse,Châteauneuf-Grasse		FR	93	06	061	06038	3364	Europe/Paris
6615742	Châteauneuf-Villevieille	chateauneuf-villevieille	Chateauneuf-Villevieille,Châteauneuf-Villevieille		FR	93	06	062	06039	922	Europe/Paris
6615743	Roquefort-les-Pins	roquefort-les-pins	Roquefort-les-Pins		FR	93	06	061	06105	6695	Europe/Paris
6615744	Saint-Auban	saint-auban	Sant Auban,Sent-Oban,san awban,sheng ao bang,Сент-Обан,سان أوبان,سینٹ-ابن,圣奥邦		FR	93	06	061	06116	227	Europe/Paris
6615745	Sallagriffon	sallagriffon	Salagriffon,Salagrifon,Sallagriffon,sa la ge li feng,salajryfwn,Салагриффон,Саллагриффон,سالاجريفون,萨拉格里丰		FR	93	06	061	06131	47	Europe/Paris
6615746	Tourette-du-Château	tourette-du-chateau	La Torreta,Revestia Turris,Torreta den Casteu,Torreta den Castèu,Tourette-du-Chateau,Tourette-du-Château,Turet-dju-Shato,Turett-dju-Shato,tu lei te di sha tuo,twryt dw tshatyw,Турет-дю-Шато,Туретт-дю-Шато,توريت دو تشاتيو,图雷特迪沙托		FR	93	06	062	06145	128	Europe/Paris
6615747	Valdeblore	valdeblore			FR	93	06	062	06153	851	Europe/Paris
6615748	Ailhon	ailhon	Ailhon		FR	84	07	071	07002	560	Europe/Paris
6615749	Alba-la-Romaine	alba-la-romaine	Alba-la-Romaine		FR	84	07	072	07005	1428	Europe/Paris
6615750	Albon-d'Ardèche	albon-d-ardeche	Albon-d'Ardeche,Albon-d'Ardèche		FR	84	07	073	07006	159	Europe/Paris
6615751	Vallées-d'Antraigues-Asperjoc	vallees-d-antraigues-asperjoc			FR	84	07	071	07011	952	Europe/Paris
6615752	Beaulieu	beaulieu	Beaulieu,Beuluec,Bol'e,Bol'jo,Bolije,Bèuluec,bo e,Болије,Больё,Больє,博略		FR	84	07	071	07028	498	Europe/Paris
6615753	Beaumont	beaumont	Beaumont		FR	84	07	071	07029	240	Europe/Paris
6615754	Berrias-et-Casteljau	berrias-et-casteljau	Ber'ja-eh-Kastel'zho,Berjaz et Kastelzho,Berrias e Casteljau,Berrias-et-Casteljau,Berriàs e Castèljau,Berrja-e-Kastel'zho,bei er li a he ka si tai er ruo,Берря-е-Кастельжо,Берья-э-Кастельжо,Берјаз ет Кастелжо,贝尔里阿和卡斯泰尔若		FR	84	07	071	07031	750	Europe/Paris
6615755	Bozas	bozas	Bosas,Boza,Bozas,bo zha,Боза,博扎		FR	84	07	073	07039	243	Europe/Paris
6615756	Boucieu-le-Roi	boucieu-le-roi	Boucieu-le-Roi		FR	84	07	073	07040	274	Europe/Paris
6615757	Le Chambon	le-chambon	Le Chambon		FR	84	07	073	07049	43	Europe/Paris
6615758	Champagne	champagne			FR	84	07	073	07051	613	Europe/Paris
6615759	Champis	champis	Champis		FR	84	07	073	07052	619	Europe/Paris
6615760	Félines	felines	Felines,Félines		FR	84	07	073	07089	1612	Europe/Paris
6615761	Gilhac-et-Bruzac	gilhac-et-bruzac	Gilhac et Bruzac,Gilhac jos Peiragorda,Gilhac jos Pèiragorda,Gilhac-et-Bruzac,Zhijak et Brizak,Zhijak-eh-Brjuzak,Zhil'ak-e-Brjuzak,ji ya ke he bu lu zha ke,Жийак-э-Брюзак,Жильак-е-Брюзак,Жијак ет Бризак,吉亚克和布吕扎克		FR	84	07	072	07094	170	Europe/Paris
6615762	Gilhoc-sur-Ormèze	gilhoc-sur-ormeze	Gilhoc,Gilhoc sur Ormeze,Gilhoc sur Ormèze,Zhijok-sjur-Ormez,Zhil'ok-sjur-Ormez,Zhilok sir Ormez,ao er mei ci he pan ji yue ke,Жийок-сюр-Ормез,Жилок сир Ормез,Жильок-сюр-Ормез,奥尔梅兹河畔吉约克		FR	84	07	073	07095	454	Europe/Paris
6615763	Gourdon	gourdon	Gourdon		FR	84	07	072	07098	91	Europe/Paris
6615764	Guilherand-Granges	guilherand-granges			FR	84	07	073	07102	11049	Europe/Paris
6615765	Jaunac	jaunac	Jaunac		FR	84	07	073	07108	131	Europe/Paris
6615766	Labastide-sur-Bésorgues	labastide-sur-besorgues	La Bastida,Labastid-sjur-Bezorg,Labastide sur Besorgues,Labastide sur Bésorgues,Labastide-sur-Besorgues,Labastide-sur-Bésorgues,bei suo er gai he pan la ba si di de,Лабастид-сюр-Безорг,Лабастід-сюр-Безорг,لاباسٹیڈ-سور-بیسورگویس,贝索尔盖河畔拉巴斯蒂德		FR	84	07	071	07112	261	Europe/Paris
6615767	Labeaume	labeaume	La Bauma,Labeaume,Labom,la bo mu,labywmy,rabomu,Лабом,لابیومی,ラボーム,拉博姆		FR	84	07	071	07115	680	Europe/Paris
6615768	Le Lac-d'Issarlès	le-lac-d-issarles	Le Lac-d'Issarles,Le Lac-d'Issarlès		FR	84	07	071	07119	300	Europe/Paris
6615769	Mayres	mayres			FR	84	07	071	07153	261	Europe/Paris
6615770	Mercuer	mercuer	Mercuer,Merkjue,Merkjueh,mei er qu ai,Меркюе,Меркюэ,梅尔屈埃		FR	84	07	071	07155	1210	Europe/Paris
6615771	Mirabel	mirabel	Mirabel,Mirabeu,Mirabèu		FR	84	07	071	07159	624	Europe/Paris
6615772	Peyraud	peyraud	Pejro,Pero,Peyraud,pei luo,Пейро,Перо,佩罗		FR	84	07	073	07174	502	Europe/Paris
6615773	Préaux	preaux	Preaux,Préaux		FR	84	07	073	07185	679	Europe/Paris
6615774	Sagnes-et-Goudoulet	sagnes-et-goudoulet	San'-e-Gudule,San'-eh-Gudule,Sanha e Godolet,sa gai he gu du lai,sgns-yt-gwdwlt,Сань-е-Гудуле,Сань-э-Гудуле,سگنس-یت-گودولت,萨盖和古杜莱		FR	84	07	071	07203	120	Europe/Paris
6615775	Saint-Alban-Auriolles	saint-alban-auriolles	Saint-Alban-Auriolles,Sant Alban Auriolles,Sent-Al'ban-Or'ol',Sent-Al'ban-Orjol',sheng a er bang ao li ao lai,Сент-Альбан-Орйоль,Сент-Альбан-Орьоль,圣阿尔邦奥里奥莱		FR	84	07	071	07207	1094	Europe/Paris
6615776	Saint-Barthélemy-Grozon	saint-barthelemy-grozon	Sant Barthelemy Grozon,Sant Barthélemy Grozon,Sant Bertomiu e Groson,Sen-Bartelemi-Grozon,sheng ba er tai lai mi ge luo zong,Сен-Бартелеми-Грозон,Сен-Бартелемі-Грозон,سینٹ-برتھلمے-گروزوں,圣巴尔泰莱米格罗宗		FR	84	07	073	07216	509	Europe/Paris
6615777	Saint-Cirgues-de-Prades	saint-cirgues-de-prades	Saint-Cirgues-de-Prades,Sant Ciergue de Pradas,Sant Cirgues de Prades,Sen-Sirg-de-Prad,sheng xi er gai de pu la dai,Сен-Сирг-де-Прад,Сен-Сірг-де-Прад,سینٹ-کرگیس-دے-پردیس,圣西尔盖德普拉代		FR	84	07	071	07223	140	Europe/Paris
6615778	Saint-Étienne-de-Serre	saint-etienne-de-serre	Saint-Etienne-de-Serre,Saint-Étienne-de-Serre,Sant Esteve de Serre,Sant Esteve e la Crau,Sant Estève de Serre,Sant Estève e la Crau,Sent-Eht'en-de-Ser,Sent-Et'enn-de-Serr,sheng ai di an de sai er,Сент-Етьєнн-де-Серр,Сент-Этьен-де-Сер,سینٹ-ایٹیینے-دے-سارے,圣埃蒂安德塞尔		FR	84	07	072	07233	227	Europe/Paris
6615779	Saint-Genest-de-Beauzon	saint-genest-de-beauzon	Saint-Genest-de-Beauzon,Sant Genest de Beauzon,Sant Gineis de Bauson,Sant Ginèis de Bauson,Sen-Zhene-de-Bozon,Sen-Zhenest-de-Bozon,sheng re nei si de bo zong,Сен-Жене-де-Бозон,Сен-Женест-де-Бозон,سینٹ-گنیست-دے-بازوں,圣热内斯德博宗		FR	84	07	071	07238	316	Europe/Paris
6615780	Saint-Just-d'Ardèche	saint-just-d-ardeche	Saint-Just-d'Ardeche,Saint-Just-d'Ardèche		FR	84	07	072	07259	1691	Europe/Paris
6615781	Saint-Martin-sur-Lavezon	saint-martin-sur-lavezon	Saint-Martin-sur-Lavezon		FR	84	07	072	07270	434	Europe/Paris
6615782	Saint-Maurice-en-Chalencon	saint-maurice-en-chalencon	Saint-Maurice-en-Chalencon,Sant Maurice en Chalencon,Sant Maurise de Chalencon,Sen Moris an Shalankon,Sen-Moris-an-Shalankon,sha lang kong de qu sheng mo li ke,Сен Морис ан Шаланкон,Сен-Морис-ан-Шаланкон,سینٹ-موریس-این -چلنکون,沙朗孔地区圣莫里克		FR	84	07	072	07274	215	Europe/Paris
6615783	Saint-Pierre-Saint-Jean	saint-pierre-saint-jean	Saint-Pierre-Saint-Jean,Saint-Pierre-St-Jean,Sant Peire lo Deschausselat e Sant Jan de Porcharessa,Sant Pierre Sant Jean,Sant Pèire lo Deschausselat e Sant Jan de Porcharessa,Sen-P'er-Sen-Zhan,Sen-Perr-Sen-Zhan,sheng pi ye er sheng rang,syn-pyry-syn-zhan,Сен-Пьер-Сен-Жан,Сен-Пєрр-Сен-Жан,سین-پیری-سین-ژان,圣皮耶尔圣让		FR	84	07	071	07284	146	Europe/Paris
6615784	Saint-Priest	saint-priest	Saint-Priest		FR	84	07	072	07288	1198	Europe/Paris
6615785	Saint-Sylvestre	saint-sylvestre	Saint-Sylvestre,Sant Silvestre,Sant Sylvestre,Sen-Sil'vestr,sheng xi er wei si te er,Сен-Сильвестр,Сен-Сільвестр,圣西尔韦斯特尔		FR	84	07	073	07297	507	Europe/Paris
6615786	La Souche	la-souche	La Socha,La Souche,La-Sush,la su ke,la swchy,Ла-Суш,لا سوچی,拉苏克		FR	84	07	071	07315	368	Europe/Paris
6615788	Ucel	ucel	Jusel',Ucel,Ucèl,akyl,awsl,yu sai,Юсель,اوسل,اکیل,于塞		FR	84	07	071	07325	2056	Europe/Paris
6615789	Usclades-et-Rieutord	usclades-et-rieutord	Jusklad-e-Retor,Jusklad-eh-R'jotor,Usclada,Usclada e Riutort,Usclada e Riutòrt,Usclades-et-Rieutord,yu si ke la dai he li ye yu tuo er,Юсклад-е-Рєтор,Юсклад-э-Рьётор,于斯克拉代和里耶于托尔		FR	84	07	071	07326	119	Europe/Paris
6615790	Vinezac	vinezac			FR	84	07	071	07343	1365	Europe/Paris
6615791	Baâlons	baalons	Baalons,Baâlons		FR	44	08	081	08041	220	Europe/Paris
6615792	Bayonville	bayonville	Bayonville		FR	44	08	084	08052	98	Europe/Paris
6615793	Belleville-et-Châtillon-sur-Bar	belleville-et-chatillon-sur-bar	Bel'vil'-e-Shatijon-sjur-Bar,Bel'vil'-eh-Shatijon-sjur-Bar,Belleville e Chatillon-sur-Bar,Belleville e Châtillon-sur-Bar,Belvil et Shatijon sir Bar,ba er he pan bei er wei er he sha di yong,Белвил ет Шатијон сир Бар,Бельвиль-э-Шатийон-сюр-Бар,Бельвіль-е-Шатійон-сюр-Бар,巴尔河畔贝尔维尔和沙蒂永		FR	44	08	084	08057	268	Europe/Paris
6615794	Blanchefosse-et-Bay	blanchefosse-et-bay	Blanchefosse e Bay,Blanchefosse-et-Bay,Blanshfos e Be,Blanshfos-eh-Be,Blanshfoss-e-Be,bu lang she fu si bai,Бланшфос е Бе,Бланшфос-э-Бе,Бланшфосс-е-Бе,布朗舍福斯拜		FR	44	08	081	08069	156	Europe/Paris
6615795	Chémery-Chéhéry	chemery-chehery	Chemery-Chehery,Chémery-Chéhéry,Shemeri sir Bar,Shemri-sjur-Bar,ba er he pan xie mu li,Шемери сир Бар,Шемри-сюр-Бар,Шемрі-сюр-Бар,巴尔河畔谢姆里		FR	44	08	083	08115	581	Europe/Paris
6615796	Les Deux-Villes	les-deux-villes	Les Deux-Villes		FR	44	08	083	08138	254	Europe/Paris
6615797	Flaignes-Havys	flaignes-havys	Flaignes-Havys,Flen'-Avi,fu lai nie a wei,Флень-Ави,Флень-Аві,弗莱涅阿维		FR	44	08	081	08169	120	Europe/Paris
6615798	Glaire	glaire	Gler,ge lai er,Глер,格莱尔		FR	44	08	083	08194	904	Europe/Paris
6615799	Grandchamp	grandchamp	Grandchamp		FR	44	08	082	08196	95	Europe/Paris
6615800	Harricourt	harricourt	Arikur,Arrikur,Harricourt,a li ku er,Арикур,Аррикур,阿里库尔		FR	44	08	084	08215	38	Europe/Paris
6615801	Hauteville	hauteville	Hauteville,Otvil,Otvil',otovu~iru,ou te wei er,Отвил,Отвиль,Отвіль,オートヴィル,欧特维尔		FR	44	08	082	08219	103	Europe/Paris
6615802	Houdilcourt	houdilcourt	Houdilcourt		FR	44	08	082	08229	139	Europe/Paris
6615803	Justine-Herbigny	justine-herbigny	Justine-Herbigny		FR	44	08	082	08240	177	Europe/Paris
6615804	Margny	margny	Marn'i,ma er ni,Марньи,Марньї,马尔尼		FR	44	08	083	08275	182	Europe/Paris
6615805	Mazerny	mazerny	Mazerni,Mazerny,ma ze er ni,Мазерни,Мазерні,马泽尔尼		FR	44	08	081	08283	124	Europe/Paris
6615806	Le Mont-Dieu	le-mont-dieu	Le Mont-Dieu,Le-Mon-D'e,Le-Mon-D'jo,lei meng di e,Ле-Мон-Дьё,Ле-Мон-Дьє,勒蒙迪厄		FR	44	08	083	08300	16	Europe/Paris
6615807	Neuville-lez-Beaulieu	neuville-lez-beaulieu	Neuville-lez-Beaulieu,Nevil'-lez-Bol'e,Njovil'-le-Bol'jo,ne wei er lai bo e,Невіль-лез-Больє,Нёвиль-ле-Больё,讷维尔莱博略		FR	44	08	081	08319	335	Europe/Paris
6615808	Olizy-Primat	olizy-primat	Olizi-Prima,Olizy-Primat,ao li ji pu li ma,Олизи-Прима,Олізі-Прима,奥利济普里马		FR	44	08	084	08333	233	Europe/Paris
6615809	Perthes	perthes	Pert,Perthes,pei er te,Перт,佩尔特		FR	44	08	082	08339	303	Europe/Paris
6615810	Sailly	sailly	Sailly		FR	44	08	083	08376	250	Europe/Paris
6615811	Sury	sury	Sury		FR	44	08	081	08432	107	Europe/Paris
6615812	Vaux-lès-Rubigny	vaux-les-rubigny	Vaux-les-Rubigny,Vaux-lès-Rubigny		FR	44	08	082	08465	50	Europe/Paris
6615813	Vaux-Montreuil	vaux-montreuil	Vo-Montrej,Vo-Montrjoj,wawks mntrwyl,Во-Монтрей,Во-Монтрёй,واوکس منترویل		FR	44	08	082	08467	108	Europe/Paris
6615814	Verrières	verrieres	Verrieres,Verrières		FR	44	08	084	08471	27	Europe/Paris
6615815	Villers-sur-Bar	villers-sur-bar	Villers-sur-Bar		FR	44	08	083	08481	243	Europe/Paris
6615816	Val-d'Auzon	val-d-auzon	Val-d'Auzon		FR	44	10	103	10019	387	Europe/Paris
6615817	Baroville	baroville	Baroville		FR	44	10	101	10032	313	Europe/Paris
6615818	Bessy	bessy	Bessy		FR	44	10	102	10043	139	Europe/Paris
6615819	Bligny	bligny	Bligny,Blin'i,Blini,bu li ni,Блиньи,Блињи,Бліньї,布利尼		FR	44	10	101	10048	163	Europe/Paris
6615820	Bragelogne-Beauvoir	bragelogne-beauvoir	Bragelogne-Beauvoir		FR	44	10	103	10058	244	Europe/Paris
6615821	Braux	braux	Braux		FR	44	10	101	10059	104	Europe/Paris
6615822	Champfleury	champfleury	Champfleury		FR	44	10	102	10075	106	Europe/Paris
6615823	Charmoy	charmoy			FR	44	10	102	10085	75	Europe/Paris
6615824	Ferreux-Quincey	ferreux-quincey			FR	44	10	102	10148	370	Europe/Paris
6615825	Fresnay	fresnay	Fresnay		FR	44	10	101	10161	45	Europe/Paris
6615826	Les Granges	les-granges			FR	44	10	103	10168	75	Europe/Paris
6615827	Isle-Aubigny	isle-aubigny	Isle-Aubigny		FR	44	10	103	10174	184	Europe/Paris
6615828	Landreville	landreville	Landrevil',Landreville,lang de lei wei er,Ландревиль,Ландревіль,لانڈریویل,朗德勒维尔		FR	44	10	103	10187	462	Europe/Paris
6615829	Lassicourt	lassicourt	Lassicourt,Lassikur,la xi ku er,Лассикур,Лассікур,لاسیکورٹ,拉西库尔		FR	44	10	101	10189	64	Europe/Paris
6615830	Longeville-sur-Mogne	longeville-sur-mogne	Longeville-sur-Mogne		FR	44	10	103	10204	152	Europe/Paris
6615831	Montiéramey	montieramey	Mont'erame,Montieramey,Montiéramey,meng di ai la mei,Монтьераме,Монтьєраме,蒙蒂埃拉梅		FR	44	10	103	10249	404	Europe/Paris
6615832	Neuville-sur-Vanne	neuville-sur-vanne	Neuville-sur-Vanne		FR	44	10	103	10263	419	Europe/Paris
6615833	Pargues	pargues	Parg,pa er gai,Парг,帕尔盖		FR	44	10	103	10278	135	Europe/Paris
6615834	Plancy-l'Abbaye	plancy-l-abbaye			FR	44	10	102	10289	979	Europe/Paris
6615835	Roncenay	roncenay	Roncenay		FR	44	10	103	10324	158	Europe/Paris
6615836	Thil	thil	Thil		FR	44	10	101	10377	123	Europe/Paris
6615837	Trouans	trouans	Trouans,Truan,te lu ang,Труан,特鲁昂		FR	44	10	103	10386	232	Europe/Paris
6615838	Verrières	verrieres	Ver'er,Verrer,Verrieres,Verrières,wei er li ai,Веррєр,Верьер,韦尔里埃		FR	44	10	103	10406	1881	Europe/Paris
6615839	Villenauxe-la-Grande	villenauxe-la-grande	Villenauxe-la-Grande		FR	44	10	102	10420	2724	Europe/Paris
6615840	Argens-Minervois	argens-minervois			FR	76	11	113	11013	346	Europe/Paris
6615841	Arquettes-en-Val	arquettes-en-val	Arquettes-en-Val		FR	76	11	111	11016	79	Europe/Paris
6615842	Bages	bages	Bages		FR	76	11	113	11024	834	Europe/Paris
6615843	Bagnoles	bagnoles	Bagnoles		FR	76	11	111	11025	310	Europe/Paris
6615844	Canet	canet	Canet		FR	76	11	113	11067	1743	Europe/Paris
6615845	Cazilhac	cazilhac	Casilhac,Cazilhac,Kazijak,Kazilak,ka qi ya ke,Казийак,Казилак,Казияк,Казіяк,卡齐亚克		FR	76	11	111	11088	1646	Europe/Paris
6615846	Conques-sur-Orbiel	conques-sur-orbiel	Conques-sur-Orbiel		FR	76	11	111	11099	2496	Europe/Paris
6615847	Duilhac-sous-Peyrepertuse	duilhac-sous-peyrepertuse	Djuijak-su-Perpertjuz,Duijak-sus-Pejrepertjuz,Duilhac-sous-Peyrepertuse,Dulhac jos Peirapertusa,Dulhac jos Pèirapertusa,di yi ya ke su pei lei pei er di si,Дуияк-сус-Пейрепертюз,Дуїяк-сус-Пейрепертюз,Дюийак-су-Перпертюз,迪伊亚克苏佩雷佩尔蒂斯		FR	76	11	113	11123	147	Europe/Paris
6615848	Jonquières	jonquieres	Jonquieras,Jonquieres,Jonquièras,Jonquières,Zhonk'er,Zhonker,rong ji ai,Жонкьер,Жонкєр,容基埃		FR	76	11	113	11176	59	Europe/Paris
6615849	La Palme	la-palme	La Palme,La Pauma,La-Pal'm,la pa er mu,Ла-Пальм,لا پالمی، آدے,拉帕尔姆		FR	76	11	113	11188	1711	Europe/Paris
6615850	La Redorte	la-redorte	La Redorta,La Redorte,La Redòrta,La-Redort,la lei duo er te,Ла-Редорт,لا ریڈورٹی,拉雷多尔特		FR	76	11	111	11190	1127	Europe/Paris
6615851	Malves-en-Minervois	malves-en-minervois	Malves-en-Minervois		FR	76	11	111	11215	850	Europe/Paris
6615852	Montauriol	montauriol	Montauriol,Montauriòl,Montor'ol',Montorjol',meng tuo li ao,Монторйоль,Монторьоль,蒙托里奥		FR	76	11	111	11239	87	Europe/Paris
6615853	Montredon-des-Corbières	montredon-des-corbieres			FR	76	11	113	11255	1469	Europe/Paris
6615854	Portel-des-Corbières	portel-des-corbieres	Portel,Portel de las Corbieras,Portel'-de-Korb'er,Portel'-de-Korber,Portel-des-Corbieres,Portel-des-Corbières,Portèl,Portèl de las Corbièras,bo er tai dai ke er bi ai,Портель-де-Корбьер,Портель-де-Корбєр,波尔泰代科尔比埃		FR	76	11	113	11295	1343	Europe/Paris
6615855	Routier	routier	Rotier,Rotièr,Rut'e,lu di ye,Рутье,Рутьє,鲁蒂耶		FR	76	11	112	11328	249	Europe/Paris
6615856	Saint-Marcel-sur-Aude	saint-marcel-sur-aude	Saint-Marcel-sur-Aude		FR	76	11	113	11353	1983	Europe/Paris
6615857	Terroles	terroles	Terroles		FR	76	11	112	11389	17	Europe/Paris
6615858	Thézan-des-Corbières	thezan-des-corbieres	Tesan,Tesan de las Corbieras,Tesan de las Corbièras,Tezan-de-Korb'er,Tezan-de-Korber,tai cang dai ke er bi ai,Тезан-де-Корбьер,Тезан-де-Корбєр,泰藏代科尔比埃		FR	76	11	113	11390	536	Europe/Paris
6615859	Ventenac-en-Minervois	ventenac-en-minervois	Vantenak-an-Minervua,Ventenac Riba dAude,Ventenac dAude,Ventenac-en-Minervois,mi nei er wa de qu wang te na ke,wntnk an mynrwys,Вантенак-ан-Минервуа,Вантенак-ан-Мінервуа,ونتنک ان مینرویس,米内尔瓦地区旺特纳克		FR	76	11	113	11405	543	Europe/Paris
6615860	Almont-les-Junies	almont-les-junies	Al'mon-le-Zhjuni,Al'mon-le-Zhuni,Almon le Zhini,Almont-les-Junies,Las Junias,Las Juniás,a er meng lai rui nie,almwnt-l-jwnyz,Алмон ле Жини,Альмон-ле-Жуні,Альмон-ле-Жюни,المونت-ل-جونیز,阿尔蒙莱瑞涅		FR	76	12	123	12004	471	Europe/Paris
6615861	Ayssènes	ayssenes	Ayssenes,Ayssènes		FR	76	12	121	12017	215	Europe/Paris
6615862	Belcastel	belcastel	Bel Castel,Bel'kastel',Belcastel,Belkastel,Bèl Castèl,Bèlcastèl,berukasuteru,Белкастел,Белькастель,ベルカステル		FR	76	12	123	12024	189	Europe/Paris
6615863	Bouillac	bouillac	Bolhac,Bouillac,Bujak,bu yi la ke,Буйак,Буяк,Бујак,布伊拉克		FR	76	12	123	12030	432	Europe/Paris
6615864	Bournazel	bournazel	Bornasel,Bornasèl,Bournazel,Burnazel,Burnazel',Бурназел,Бурназель		FR	76	12	123	12031	341	Europe/Paris
6615865	Calmont	calmont	Calmont,Calmont-de-Plancatge,Caumont,Caumont de Plancatge,Kal'mon,Kal'mon-de-Plankatzh,Kalmon,Калмон,Кальмон,Кальмон-де-Планкатж		FR	76	12	123	12043	1996	Europe/Paris
6615866	Castanet	castanet	Castanet,Kastane,ka si ta nei,Кастане,卡斯塔内		FR	76	12	123	12059	522	Europe/Paris
6615867	Estaing	estaing	Ehsten,Estaing,Estanh,Esten,ai si tan,Естен,Эстен,埃斯坦		FR	76	12	122	12098	475	Europe/Paris
6615868	Lanuéjouls	lanuejouls	Lanjuehzhul',Lanjuezhul',Lanuejols,Lanuejouls,Lanuèjols,Lanuéjouls,la ni ai ru er,lanwyjwls,Ланюежуль,Ланюэжуль,لانویجولس,拉尼埃茹尔		FR	76	12	123	12121	730	Europe/Paris
6615869	Lugan	lugan	Ljugan,Lugan,Luganh,Люган		FR	76	12	123	12134	337	Europe/Paris
6615870	Montlaur	montlaur	Monlor,meng te luo,Монлор,蒙特洛		FR	76	12	121	12154	628	Europe/Paris
6615968	Chalais	chalais	Chalais,Shale,sha lai,Шале,沙莱		FR	75	16	161	16073	1771	Europe/Paris
6615872	Ols-et-Rinhodes	ols-et-rinhodes	Ol'-e-Rinod,Ol'-eh-Renod,Ols,Ols e Rinhodas,Ols-et-Rinhodes,ao er he li nuo dai,Òls,Òls e Rinhòdas,Оль-е-Ринод,Оль-э-Ренод,奥尔和里诺代		FR	76	12	123	12175	168	Europe/Paris
6615873	Plaisance	plaisance	Plasenca,Plasença,Plezans,pu lai sang ke,Плезанс,普莱桑克		FR	76	12	121	12183	223	Europe/Paris
6615874	Sainte-Croix	sainte-croix	Sainte-Croix,Santa Crotz,Sent-Krua,Senta Crotz,sheng ke lu wa,Сент-Круа,سین-ڑوش، آوےروں,圣克鲁瓦		FR	76	12	123	12217	728	Europe/Paris
6615875	Saint-Santin	saint-santin	Sen-Santen,Sent Antin,sheng sang tan,syn-sntyn,Сен-Сантен,سین-سنتین,圣桑坦		FR	76	12	123	12246	560	Europe/Paris
6615876	Causse-et-Diège	causse-et-diege	Causse e Diege,Causse e Diège,Causse-et-Diege,Causse-et-Diège,Kos et Djezh,Kos-eh-D'ezh,Koss-e-D'ezh,ke si he di ye ge,Кос ет Дјеж,Кос-э-Дьеж,Косс-е-Дьєж,科斯和迪耶格		FR	76	12	123	12257	739	Europe/Paris
6615877	La Serre	la-serre	La Serra,La Serre,La Sèrra,La-Ser,La-Serr,la sai er,la sr,la syry,Ла-Сер,Ла-Серр,لا سر,لا سیری,拉塞尔		FR	76	12	121	12269	117	Europe/Paris
6615878	Verrières	verrieres	Veirieiras,Veirièiras,Ver'er,Verieiras,Verièiras,Verrer,Verrieres,Verrières,wei er li ai,Веррєр,Верьер,韦尔里埃		FR	76	12	121	12291	452	Europe/Paris
6615879	Maussane-les-Alpilles	maussane-les-alpilles	Maussane-les-Alpilles		FR	93	13	132	13058	2253	Europe/Paris
6615880	Saint-Pierre-de-Mézoargues	saint-pierre-de-mezoargues	Mesoarga,Saint-Pierre-de-Mezoargues,Saint-Pierre-de-Mézoargues,Sant Peire de Mesoarga,Sant Pèire de Mesoarga,Sen-P'er-de-Mezoarg,Sen-Perr-de-Mezoarg,sheng pi ye er de mei zuo a er gai,Сен-Пьер-де-Мезоарг,Сен-Пєрр-де-Мезоарг,سین-پیری-دے-مزوارگیس,圣皮耶尔德梅佐阿尔盖		FR	93	13	132	13061	207	Europe/Paris
6615881	Rousset	rousset	Rosset,Rousset,Rousset sur Arc,Russe,lu sai,Руссе,鲁塞		FR	93	13	131	13087	4811	Europe/Paris
6615882	Carnoux-en-Provence	carnoux-en-provence			FR	93	13	133	13119	6546	Europe/Paris
6615884	Barneville-la-Bertran	barneville-la-bertran	Barneville-la-Bertran		FR	28	14	143	14041	128	Europe/Paris
6615885	La Bazoque	la-bazoque	Bazok,Bazoque,La Bazoque,La-Bazok,la ba zuo qu ai,Базок,Ла-Базок,لا بازوکوی، کالواڈوس,拉巴佐屈埃		FR	28	14	141	14050	184	Europe/Paris
6615887	Biéville-Beuville	bieville-beuville	Bieville-Beuville,Biéville-Beuville		FR	28	14	142	14068	3317	Europe/Paris
6615888	Bons-Tassilly	bons-tassilly	Bon Tasiji,Bon-Tassii,Bon-Tassiji,Bons-Tassilly,bang ta xi li,Бон Тасији,Бон-Тассии,Бон-Тассийи,Бон-Тассії,邦塔西利		FR	28	14	142	14088	396	Europe/Paris
6615889	Canapville	canapville	Canapville,Kanapvil,Kanapvil',ka na pu wei er,kanappuvu~iru,Канапвил,Канапвиль,Канапвіль,カナップヴィル,卡纳普维尔		FR	28	14	143	14131	226	Europe/Paris
6615891	Cormelles-le-Royal	cormelles-le-royal			FR	28	14	142	14181	4864	Europe/Paris
6615893	Courtonne-les-Deux-Églises	courtonne-les-deux-eglises	Courtonne-les-Deux-Eglises,Courtonne-les-Deux-Églises,Kurton le Deks Egliz,Kurton-le-Djoz-Ehgliz,Kurtonn-le-Dez-Egliz,ku er tong lai si-de ai ge li sai,Куртон ле Декс Еглиз,Куртон-ле-Дёз-Эглиз,Куртонн-ле-Дез-Еглиз,Куртонн-ле-Дез-Егліз,库尔通莱斯-德埃格利塞		FR	28	14	143	14194	659	Europe/Paris
6615894	Courvaudon	courvaudon	Courvaudon,Kurvodon,ku er wo dong,kuruvu~odon,Курводон,クルヴォドン,库尔沃东		FR	28	14	144	14195	239	Europe/Paris
6615896	Beaufour-Druval	beaufour-druval	Bellafagus,Bofor Drival,Bofur-Drjuval',bo fu de lu wa,bofuru=doryuvu~aru,Бофор Дривал,Бофур-Дрюваль,ボーフール＝ドリュヴァル,博富德吕瓦		FR	28	14	143	14231	441	Europe/Paris
6615897	Feuguerolles-Bully	feuguerolles-bully	Fegerol'-Bjulli,Feuguerolles-Bully,Fjogerol'-Bjulli,fu gai luo lai bi li,Фегероль-Бюлли,Фегероль-Бюллі,Фёгероль-Бюлли,弗盖罗莱比利		FR	28	14	142	14266	1427	Europe/Paris
6615899	La Folie	la-folie	Folie,La Folie,La-Foli,la fu li ye,la fwly,Ла-Фоли,Ла-Фолі,لا فولی,拉福利耶		FR	28	14	141	14272	101	Europe/Paris
6615900	Frénouville	frenouville	Frenouville,Frenuvil',Frénouville,fu lei nu wei er,Френувиль,Френувіль,弗雷努维尔		FR	28	14	142	14287	1964	Europe/Paris
6615901	Glos	glos	Glo,Glos,ge luo,Гло,格洛		FR	28	14	143	14303	926	Europe/Paris
6615902	Grandcamp-Maisy	grandcamp-maisy			FR	28	14	141	14312	1562	Europe/Paris
6615903	Les Loges	les-loges	Le-Lozh,Les Loges,Ле-Лож		FR	28	14	144	14374	124	Europe/Paris
6615904	Longueville	longueville	Longueville,Longvil',long gai wei er,Лонгвиль,Лонгвіль,隆盖维尔		FR	28	14	141	14378	291	Europe/Paris
6615905	Mézidon Vallée d'Auge	mezidon-vallee-d-auge			FR	28	14	143	14431	9817	Europe/Paris
6615906	Montigny	montigny	Montigny		FR	28	14	142	14446	96	Europe/Paris
6615907	Moulines	moulines	Moulines,Mulin,mu li nei,Мулин,Мулін,穆利内		FR	28	14	142	14455	298	Europe/Paris
6615908	Orbec	orbec	Orbec,Orbek,ao er bei ke,Орбек,奥尔贝克		FR	28	14	143	14478	2083	Europe/Paris
6615909	Pierrepont	pierrepont	Pierrepont		FR	28	14	142	14502	93	Europe/Paris
6615912	Belle Vie en Auge	belle-vie-en-auge	B'evil'-Ket'evil',Belle Vie en Auge,Bevil'-Ket'evil',Bjevil Ketjevil,bi ai wei er qu ai di ai wei er,Бьевиль-Кетьевиль,Бєвіль-Кетьєвіль,Бјевил Кетјевил,比埃维尔屈埃蒂埃维尔		FR	28	14	143	14527	524	Europe/Paris
6615913	Saint-Benoît-d'Hébertot	saint-benoit-d-hebertot	Saint-Benoit-d'Hebertot,Saint-Benoît-d'Hébertot		FR	28	14	143	14563	422	Europe/Paris
6615917	Saint-Manvieu-Norrey	saint-manvieu-norrey	Sen-Manv'e-Norre,Sen-Manv'jo-Norre,Sen-Manve-Norre,sheng mang wei e nuo er lei,Сен-Манвье-Норре,Сен-Манвьё-Норре,Сен-Манвє-Норре,سینٹ-منویو-نوررے,圣芒维厄诺尔雷		FR	28	14	142	14610	1942	Europe/Paris
6615918	Saint-Marcouf	saint-marcouf	Saint-Marcouf,Sen-Markuf,sheng ma er ku,Сен-Маркуф,سینٹ-مرکاوف، کلودوس,圣马尔库		FR	28	14	141	14613	101	Europe/Paris
6615969	Champagne-Vigny	champagne-vigny	Champagne-Vigny		FR	75	16	162	16075	248	Europe/Paris
6615970	Chasseneuil-sur-Bonnieure	chasseneuil-sur-bonnieure	Chasseneuil-sur-Bonnieure		FR	75	16	163	16085	3050	Europe/Paris
6615971	Cherves-Richemont	cherves-richemont	Cherves-Richemont		FR	75	16	162	16097	2385	Europe/Paris
6615972	Coulonges	coulonges	Coulonges		FR	75	16	163	16108	141	Europe/Paris
6615919	Saint-Martin-de-Bienfaite-la-Cressonnière	saint-martin-de-bienfaite-la-cressonniere	Saint-Martin-de-Bienfaite-la-Cressonniere,Saint-Martin-de-Bienfaite-la-Cressonnière,Sen-Marten-de-B'enfet-la-Kresson'er,Sen-Marten-de-Benfet-la-Kresson'er,sheng ma dan de bi an fei tai-la-ke lei suo ni ai,Сен-Мартен-де-Бьенфет-ла-Крессоньер,Сен-Мартен-де-Бєнфет-ла-Крессоньєр,سینٹ-مارٹن-دے-بینفیتے-لا-کریسسونیرے,圣马丹德比安费泰-拉-克雷索尼埃		FR	28	14	143	14621	461	Europe/Paris
6615923	Vacognes-Neuilly	vacognes-neuilly	Vacognes-Neuilly,Vakon'-Nei,Vakon'-Njoji,wa ke gai na yi li,Ваконь-Неи,Ваконь-Неї,Ваконь-Нёйи,瓦科盖纳伊利		FR	28	14	142	14721	617	Europe/Paris
6615924	Vauville	vauville	Vauville,Vovil',waywyl  klwds,wo wei er,Вовиль,Вовіль,وائویل، کلودس,沃维尔		FR	28	14	143	14731	190	Europe/Paris
6615926	Villy-lez-Falaise	villy-lez-falaise	Villi-le-Falez,Villy-lez-Falaise,wei li lai fa lai si,Вилли-ле-Фалез,Віллі-ле-Фалез,维利莱法莱斯		FR	28	14	142	14759	275	Europe/Paris
6615927	Pont-d'Ouilly	pont-d-ouilly	Pont-d'Ouilly		FR	28	14	142	14764	1019	Europe/Paris
6615928	Ally	ally	Ali,Alli,Ally,a li,aly  kantal,Али,Алли,Аллі,الی، کانتال,阿利		FR	84	15	152	15003	612	Europe/Paris
6615929	Beaulieu	beaulieu	Bel Luec,Belluec,Bol'e,Bol'jo,Bolije,Bèlluec,bo e,Болије,Болье,Больё,Больє,博略		FR	84	15	152	15020	92	Europe/Paris
6615930	Boisset	boisset	Boase,Boisset,Buasse,bu wa sai,Боасе,Буассе,布瓦塞		FR	84	15	151	15021	633	Europe/Paris
6615931	Champs-sur-Tarentaine-Marchal	champs-sur-tarentaine-marchal	Camps de Tarentaine Marchal,Champs e Marchal,Champs-sur-Tarentaine-Marchal,Sham-sjur-Taranten-Marshal',Shan sir Taranten Marshal,Shan-sjur-Taranten-Marshal',ta lang tai nei-ma er sha he pan shang pu,Шам-сюр-Тарантен-Маршаль,Шан сир Тарантен Маршал,Шан-сюр-Тарантен-Маршаль,塔朗泰内-马尔沙河畔尚普		FR	84	15	152	15038	1061	Europe/Paris
6615933	Chazelles	chazelles	Chaselas,Shazel,Shazel',sha ze lei,Шазел,Шазель,沙泽勒		FR	84	15	153	15048	36	Europe/Paris
6615934	Condat	condat	Condacum,Condat,Konda,konda,kong da,Конда,コンダ,孔达		FR	84	15	153	15054	1006	Europe/Paris
6615935	Crandelles	crandelles	Crandelas,Crandelles,Crandèlas,Krandel,Krandel',ke lang dai lai,Крандел,Крандель,克朗代莱		FR	84	15	151	15056	828	Europe/Paris
6615936	Espinasse	espinasse	Espinasse		FR	84	15	153	15065	80	Europe/Paris
6615937	Freix-Anglards	freix-anglards			FR	84	15	151	15072	213	Europe/Paris
6615938	Fridefont	fridefont	Fridefont		FR	84	15	153	15073	108	Europe/Paris
6615939	Joursac	joursac	Jorcac,Jorçac,Joursac,Zhursak,ru er sa ke,Журсак,茹尔萨克		FR	84	15	153	15080	147	Europe/Paris
6615940	Lacapelle-del-Fraisse	lacapelle-del-fraisse	La Capela del Fraisse,La Capèla del Fraisse,La Chapela del Fraisse,La Chapèla del Fraisse,Lacapelle-del-Fraisse,Lakapel'-del'-Fres,Lakapel'-del'-Fress,la ka pei er dai fu lai si,Лакапель-дель-Фрес,Лакапель-дель-Фресс,لاکیپلی-ڈیل-فرایسی,拉卡佩尔代弗赖斯		FR	84	15	151	15087	336	Europe/Paris
6615941	Laroquevieille	laroquevieille	La Roca Vielha,La Ròca Vielha,Larokv'ej,Larokvej,Laroquevieille,la luo qu ai wei ye yi er,larwqwywyyly,Лароквьей,Лароквєй,لاروقویوییلی,拉罗屈埃维耶伊尔		FR	84	15	151	15095	349	Europe/Paris
6615942	Lastic	lastic	Lastic		FR	84	15	153	15097	128	Europe/Paris
6615943	Mandailles-Saint-Julien	mandailles-saint-julien			FR	84	15	151	15113	187	Europe/Paris
6615944	Le Monteil	le-monteil	Le Monteil,Le-Montej,Lo Montelh,Monteil,Ле-Монтей		FR	84	15	152	15131	278	Europe/Paris
6615945	Paulhac	paulhac	Paulhac,Pol'jak,Polak,bo ya ke,Полак,Польяк,波亚克		FR	84	15	153	15148	405	Europe/Paris
6615946	Ruynes-en-Margeride	ruynes-en-margeride	Rjuin-an-Marzherid,Ruenas,Ruenas de Marjarida,Ruynes-en-Margeride,ma er re li de de qu lu yi nei,ryuinu=zan=marujurido,Рюин-ан-Маржерид,Рюїн-ан-Маржерид,リュイヌ＝ザン＝マルジュリド,马尔热里德地区吕伊内		FR	84	15	153	15168	687	Europe/Paris
6615947	Saint-Flour	saint-flour	Saint-Flour,Sanctus Florus,Sant Flor,Sant-Flor,Sen-Flur,san=fururu,sheng fu lu er,Сен-Флур,سینٹ-فلور، کنٹل,サン＝フルール,圣弗卢尔		FR	84	15	153	15187	6504	Europe/Paris
6615948	Saint-Hippolyte	saint-hippolyte	Saint-Hippolyte		FR	84	15	152	15190	116	Europe/Paris
6615950	Saint-Victor	saint-victor	Saint-Victor		FR	84	15	151	15217	109	Europe/Paris
6615951	Saint-Vincent-de-Salers	saint-vincent-de-salers	Saint-Vincent-de-Salers,Sant Vincenc de Salern,Sant Vincenç de Salèrn,Sen-Vensan-de-Saler,sheng wan sang de sa lai er,Сен-Венсан-де-Салер,圣万桑德萨莱尔		FR	84	15	152	15218	66	Europe/Paris
6615952	Les Ternes	les-ternes	Las Ternas,Le-Tern,Ternes,lai si tai er nei,Ле-Терн,莱斯泰尔内		FR	84	15	153	15235	588	Europe/Paris
6615953	Vabres	vabres	Vabres		FR	84	15	153	15245	249	Europe/Paris
6615954	Vebret	vebret	Vebret		FR	84	15	152	15250	507	Europe/Paris
6615955	Vézac	vezac	Vesac,Vezak,wei zha ke,Везак,韦扎克		FR	84	15	151	15255	1191	Europe/Paris
6615956	Vitrac	vitrac	Vitrac		FR	84	15	151	15264	262	Europe/Paris
6615957	Les Adjots	les-adjots	Les Adjots		FR	75	16	163	16002	529	Europe/Paris
6615958	Anais	anais	Anais,Ane,a nai,anh  sharanth,Ане,آنه، شارانته,阿奈		FR	75	16	163	16011	587	Europe/Paris
6615959	Aussac-Vadalle	aussac-vadalle			FR	75	16	163	16024	515	Europe/Paris
6615960	Barbezieux-Saint-Hilaire	barbezieux-saint-hilaire	Barbezieux-Saint-Hilaire		FR	75	16	162	16028	4678	Europe/Paris
6615961	Berneuil	berneuil	Bernej,Berneuil,Bernjoj,bei er na yi,Берней,Бернеј,Бернёй,贝尔纳伊		FR	75	16	162	16040	320	Europe/Paris
6615962	Coteaux-du-Blanzacais	coteaux-du-blanzacais	Coteaux-du-Blanzacais		FR	75	16	162	16046	1049	Europe/Paris
6615963	Blanzaguet-Saint-Cybard	blanzaguet-saint-cybard	Blanzaguet-Saint-Cybard		FR	75	16	161	16047	298	Europe/Paris
6615964	Bonnes	bonnes	Bon,Bona,Bonn,Bonnes,bo nei,Бон,Бонн,博内		FR	75	16	161	16049	422	Europe/Paris
6615965	Bors (Canton de Tude-et-Lavalette)	bors-canton-de-tude-et-lavalette	Bors (Canton de Tude-et-Lavalette)		FR	75	16	161	16052	264	Europe/Paris
6615966	Bors (Canton de Charente-Sud)	bors-canton-de-charente-sud	Bors (Canton de Charente-Sud)		FR	75	16	162	16053	114	Europe/Paris
6615967	Brie	brie	Bri,Brie,bu li ye,Бри,Брі,布里耶		FR	75	16	161	16061	4241	Europe/Paris
6615974	Les Essards	les-essards	Esar,Essards,Les Essards,Lez-Ehssar,Lez-Essar,Los Eissards,Есар,Лез-Ессар,Лез-Эссар		FR	75	16	161	16130	193	Europe/Paris
6615975	Gond-Pontouvre	gond-pontouvre			FR	75	16	161	16154	5995	Europe/Paris
6615976	Terres-de-Haute-Charente	terres-de-haute-charente	Terres-de-Haute-Charente		FR	75	16	163	16192	3982	Europe/Paris
6615977	Louzac-Saint-André	louzac-saint-andre	Louzac-Saint-Andre,Louzac-Saint-André		FR	75	16	162	16193	1005	Europe/Paris
6615978	Lussac	lussac	Ljussak,Lucac,Lussac,Luçac,lu sa ke,Люссак,吕萨克		FR	75	16	163	16195	291	Europe/Paris
6615979	Magnac-Lavalette-Villars	magnac-lavalette-villars	Magnac-Lavalette-Villars		FR	75	16	161	16198	439	Europe/Paris
6615980	Marillac-le-Franc	marillac-le-franc			FR	75	16	161	16209	819	Europe/Paris
6615981	Montmoreau	montmoreau	Montmoreau		FR	75	16	161	16230	2573	Europe/Paris
6615982	Paizay-Naudouin-Embourie	paizay-naudouin-embourie	Paizay-Naudouin-Embourie		FR	75	16	163	16253	375	Europe/Paris
6615983	Roullet-Saint-Estèphe	roullet-saint-estephe			FR	75	16	161	16287	4257	Europe/Paris
6615984	Graves-Saint-Amant	graves-saint-amant	Graves-Saint-Amant		FR	75	16	162	16297	342	Europe/Paris
6615985	Saint-Christophe	saint-christophe	Saint-Christophe,Sen-Kristof,Sent Crestofa,Sent Crestòfa,sheng ke li si tuo fu,Сен-Кристоф,سینٹ-کروسٹوفے، چارینتے,圣克里斯托夫		FR	75	16	163	16306	345	Europe/Paris
6615987	Saint-Coutant	saint-coutant	Saint-Coutant,Sen-Kutan,Sent Constanc,Sent Constanç,sheng ku tang,Сен-Кутан,سینٹ-کوتانٹ، چارینتے,圣库唐		FR	75	16	163	16310	222	Europe/Paris
6615988	Saint-Félix	saint-felix	Saint-Felix,Saint-Félix,Sen-Feli,Sen-Feliks,sheng fei li,Сен-Фели,Сен-Фелікс,سینٹ-فیلکس، چارینتے,圣费利		FR	75	16	162	16315	113	Europe/Paris
6615990	Saint-Martial	saint-martial	Saint-Martial,Sen-Mars'jal',Sen-Marsjal',sheng ma er di a,Сен-Марсьяль,Сен-Марсяль,سینٹ-مارشل، چارینتے,圣马尔蒂阿		FR	75	16	161	16334	134	Europe/Paris
6615991	Saint-Médard	saint-medard	Saint-Medard,Saint-Médard,Sen-Medar,sheng mei da er,Сен-Медар,سینٹ-میڈرڈ، چارینتے,圣梅达尔		FR	75	16	162	16338	322	Europe/Paris
6615992	Val-d'Auge	val-d-auge	Val-d'Auge		FR	75	16	162	16339	821	Europe/Paris
6615993	Saint-Romain	saint-romain	Sen-Romen,Sent Roman,sheng luo man,Сен-Ромен,سین-رومین، چارےنتے,圣罗曼		FR	75	16	161	16347	545	Europe/Paris
6615994	Verrières	verrieres	Ver'er,Verrer,Verrieres,Verrières,wei er li ai,Веррєр,Верьер,韦尔里埃		FR	75	16	162	16399	349	Europe/Paris
6615995	Vibrac	vibrac	Vibrac,Vibrak,wei bu la ke,Вибрак,Вібрак,维布拉克		FR	75	16	162	16402	293	Europe/Paris
6615996	Angliers	angliers			FR	75	17	173	17009	1029	Europe/Paris
6615997	Angoulins	angoulins	Angoulins		FR	75	17	173	17010	3880	Europe/Paris
6615998	Antezant-la-Chapelle	antezant-la-chapelle			FR	75	17	175	17013	351	Europe/Paris
6615999	Arces	arces	Arces,Arces-sur-Gironde,Ars,Ars syur Zirond,Ars-sjur-Zhirond,a er sai,Арс,Арс-сюр-Жиронд,Արս սյուր Ժիրոնդ,阿尔塞		FR	75	17	174	17015	746	Europe/Paris
6616000	Aulnay	aulnay	Aulnay,Aulnay-de-Saintonge,Aunedonnacum,Ol'ne,Olne,One,ao er nai,Олне,Ольне,Оне,奥尔奈		FR	75	17	175	17024	1394	Europe/Paris
6616001	Authon-Ébéon	authon-ebeon	Authon-Ebeon,Authon-Ébéon		FR	75	17	175	17026	399	Europe/Paris
6616002	Bernay-Saint-Martin	bernay-saint-martin	Bernay-Saint-Martin,Berne Sen Marten,Berne-Sen-Marten,bei er nai sheng ma er tan,Берне Сен Мартен,Берне-Сен-Мартен,Բերնե Սեն Մարտեն,贝尔奈圣马尔坦		FR	75	17	175	17043	775	Europe/Paris
6616003	Bourcefranc-le-Chapus	bourcefranc-le-chapus	Bourcefranc-le-Chapus		FR	75	17	172	17058	3447	Europe/Paris
6616004	Boutenac-Touvent	boutenac-touvent	Boutenac-Touvent,Butenak Tuvan,Butenak-Tuvan,Butnak Tuvan,bu te na ke tu wang,Бутенак-Туван,Бутнак Туван,Բուտենակ Տուվան,布特纳克图旺		FR	75	17	174	17060	223	Europe/Paris
6616005	Bussac-sur-Charente	bussac-sur-charente			FR	75	17	174	17073	1276	Europe/Paris
6616006	Chenac-Saint-Seurin-d'Uzet	chenac-saint-seurin-d-uzet	Chenac-Saint-Seurin-d'Uzet		FR	75	17	174	17098	588	Europe/Paris
6616007	Courcelles	courcelles	Kursel,Kursel',ku er se lai,Курсель,Կուրսել,库尔瑟莱		FR	75	17	175	17125	474	Europe/Paris
6616008	Dolus-d'Oléron	dolus-d-oleron			FR	75	17	172	17140	3270	Europe/Paris
6616009	Mérignac	merignac	Merignac,Mérignac		FR	75	17	171	17229	222	Europe/Paris
6616010	Montlieu-la-Garde	montlieu-la-garde	Montlieu-la-Garde		FR	75	17	171	17243	1298	Europe/Paris
6616011	Neuvicq	neuvicq	Nevik,Njovik,na wei,Невік,Нёвик,纳维		FR	75	17	171	17260	437	Europe/Paris
6616012	Le Pin	le-pin	Le Pin		FR	75	17	171	17276	83	Europe/Paris
6616013	Essouvert	essouvert	Essouvert,Sen-Deni-dju-Pen,sheng de ni di pan,Сен-Дени-дю-Пен,Сен-Дені-дю-Пен,سینٹ-ڈینس-دو-پن,圣德尼迪潘		FR	75	17	175	17277	1170	Europe/Paris
6616014	Pommiers-Moulons	pommiers-moulons	Pom'e-Mulon,Pomie Mulon,Pomme-Mulon,bo mi ye er mu long,Поммє-Мулон,Помье-Мулон,Պոմիե Մուլոն,波米耶尔穆隆		FR	75	17	171	17282	202	Europe/Paris
6616015	Les Portes-en-Ré	les-portes-en-re	Les Portes-en-Re,Les Portes-en-Ré		FR	75	17	173	17286	612	Europe/Paris
6616016	Prignac	prignac	Prignac,Prin'jak,Prinyak,pu li ni ya ke,Приньяк,Պրինյակ,普里尼亚克		FR	75	17	175	17290	299	Europe/Paris
6616017	La Ronde	la-ronde	La Rond,La Ronde,La-Rond,la long de,Ла-Ронд,Լա Ռոնդ,لا رونڈی، چارینٹی-میری ٹائم,拉龙德		FR	75	17	173	17303	1055	Europe/Paris
6616018	Saint-Césaire	saint-cesaire	Saint-Cesaire,Saint-Césaire,Sen-Sezer,sheng sai sai er,Сен-Сезер,سینٹ-کسیرے,圣塞赛尔		FR	75	17	174	17314	878	Europe/Paris
6616019	Sainte-Colombe	sainte-colombe	Sainte-Colombe,Sent-Kolomb,sheng ke long bu,Сент-Коломб,سین-کولومبے، چارینتے-مریتھمے,圣科隆布		FR	75	17	171	17319	112	Europe/Paris
6616020	Sainte-Gemme	sainte-gemme	Sainte-Gemme,Sent-Zhem,Sent-Zhemm,sheng rang,Сент-Жем,Сент-Жемм,سین-گامے، چارینتے-مریتھمے,圣让		FR	75	17	174	17330	1307	Europe/Paris
6616062	Bussières	bussieres	Bjus'er,Bussieres,Bussières,Бюсьер		FR	27	21	212	21119	42	Europe/Paris
6616021	Saint-Georges-Antignac	saint-georges-antignac	Saint-Georges-Antignac,Sen-Zhorzh-Antin'jak,sheng ruo er re ang di ni ya ke,Сен-Жорж-Антиньяк,Сен-Жорж-Антіньяк,سینٹ-گیورگس-انتگناک,圣若尔热昂蒂尼亚克		FR	75	17	171	17332	380	Europe/Paris
6616022	Saint-Just-Luzac	saint-just-luzac	Saint-Just-Luzac		FR	75	17	172	17351	1981	Europe/Paris
6616023	Saint-Loup	saint-loup	Saint-Loup,Saint-Loup-de-Saintonge,Sen-Lu,sheng lu,Сен-Лу,سینٹ-لوپ، چارینتے-مریتھمے,圣卢		FR	75	17	175	17356	311	Europe/Paris
6616024	Saint-Médard	saint-medard	Saint-Medard,Saint-Médard		FR	75	17	171	17372	74	Europe/Paris
6616025	Sainte-Radegonde	sainte-radegonde	Sainte-Radegonde,Sent-Radegond,sheng la dai gong de,Сент-Радегонд,سین-رادگوندے، چارینتے-مریتھمے,圣拉代贡德		FR	75	17	174	17389	580	Europe/Paris
6616026	Saint-Sauvant	saint-sauvant	Saint-Sauvant,Sen-Sovan,sheng suo wang,Сен-Сован,سین-ساونت، چارےنتے-میری ٹائم,圣索旺		FR	75	17	174	17395	489	Europe/Paris
6616027	Saint-Sever-de-Saintonge	saint-sever-de-saintonge	Saint-Sever-de-Saintonge,Sen-Seve-de-Sentonzh,Sen-Sever-de-Sentonzh,sheng se wei de sang tong ge,Сен-Севе-де-Сентонж,Сен-Север-де-Сентонж,سین-سور-دے-سینٹونگے,圣瑟韦德桑通格		FR	75	17	174	17400	617	Europe/Paris
6616028	Tugéras-Saint-Maurice	tugeras-saint-maurice	Tjuzhera-Sen-Moris,Tugeras-Saint-Maurice,Tugéras-Saint-Maurice,di re la sheng mo li ke,Тюжера-Сен-Морис,蒂热拉圣莫里克		FR	75	17	171	17454	370	Europe/Paris
6616029	Port-des-Barques	port-des-barques	Por de Bark,Por-de-Bark,Port-des-Barques,bo er dai ba er qu ai,Пор-де-Барк,Պոր դե Բարկ,波尔代巴尔屈埃		FR	75	17	172	17484	1788	Europe/Paris
6616030	Apremont-sur-Allier	apremont-sur-allier			FR	24	18	182	18007	71	Europe/Paris
6616031	Belleville-sur-Loire	belleville-sur-loire	Bel'vil'-sjur-Luar,Belleville-sur-Loire,Belvil na Loari,lu wa er he pan bei lei wei er,Белвил на Лоари,Бельвиль-сюр-Луар,Бельвіль-сюр-Луар,卢瓦尔河畔贝勒维尔		FR	24	18	181	18026	1054	Europe/Paris
6616032	Crézancy-en-Sancerre	crezancy-en-sancerre	Crezancy-en-Sancerre,Crézancy-en-Sancerre,Krezansi an Sanser,Krezansi-an-Sanser,Krezansi-an-Sanserr,sang sai er de qu ke lei cang xi,Крезанси ан Сансер,Крезанси-ан-Сансер,Крезансі-ан-Сансерр,桑塞尔地区克雷藏西		FR	24	18	181	18079	483	Europe/Paris
6616033	Étréchy	etrechy	Ehtreshi,Etrechy,Etreshi,Etréchy,ai te lei xi,Étréchy,Етреши,Етреші,Этреши,埃特雷希		FR	24	18	181	18090	456	Europe/Paris
6616034	Flavigny	flavigny	Flavigny		FR	24	18	182	18095	203	Europe/Paris
6616035	Lignières	lignieres	Lignieres,Lignières,Lin'er,li ni ai,Линьер,Ліньєр,利尼埃		FR	24	18	182	18127	1367	Europe/Paris
6616036	Montigny	montigny	Montigny,Montin'i,meng di ni,Монтиньи,Монтіньї,蒙蒂尼		FR	24	18	181	18151	384	Europe/Paris
6616037	Le Noyer	le-noyer	Le Noyer,Le-Nuae,Le-Nuaje,Noyer,Ле-Нуайе,Ле-Нуає		FR	24	18	181	18168	220	Europe/Paris
6616038	Poisieux	poisieux	Poisieux		FR	24	18	181	18182	222	Europe/Paris
6616039	Sainte-Gemme-en-Sancerrois	sainte-gemme-en-sancerrois	Sainte-Gemme-en-Sancerrois		FR	24	18	181	18208	435	Europe/Paris
6616040	Saint-Laurent	saint-laurent	Saint-Laurent,Sen-Loran,sheng luo lang,Сен-Лоран,سینٹ-لارنٹ، چر,圣洛朗		FR	24	18	183	18219	498	Europe/Paris
6616041	Saint-Maur	saint-maur	Sen-Mor,Sent Maur,sheng mo,Сен-Мор,سینٹ-موڑ، چر,圣莫		FR	24	18	182	18225	289	Europe/Paris
6616042	Thou	thou	Thou,Tu,tu zhen,Ту,图镇		FR	24	18	181	18264	76	Europe/Paris
6616043	Alleyrat	alleyrat	Alleyrat		FR	75	19	193	19006	95	Europe/Paris
6616044	Beaumont	beaumont	Beaumont,Belmont,Beu Mont,Bomon,Bèlmont,bo meng,Бомон,博蒙		FR	75	19	192	19020	116	Europe/Paris
6616045	Beynat	beynat	Bainac,Beinat,Bejna,Bena,Béinat,Бейна,Бена		FR	75	19	191	19023	1272	Europe/Paris
6616046	Camps-Saint-Mathurin-Léobazel	camps-saint-mathurin-leobazel	Camps,Camps e Sent Maturin de Leubagel,Camps-Saint-Mathurin-Leobazel,Camps-Saint-Mathurin-Léobazel,Kam-Sen-Matjuren-Leobazel',Kan-Sen-Matjuren-Leobazel',Shan Sen Matiren Leobazel,kang pu sheng ma di lan lai ao ba ze,Кам-Сен-Матюрен-Леобазель,Кан-Сен-Матюрен-Леобазель,Шан Сен Матирен Леобазел,康普圣马蒂兰莱奥巴泽		FR	75	19	192	19034	240	Europe/Paris
6616047	Chapelle-Spinasse	chapelle-spinasse	Chapela Espinassa,Chapelle-Spinasse,La Chapela daus Gletons,Shapel Spinas,Shapel'-Spinas,Shapel'-Spinass,sha pei er si pi na si,Шапел Спинас,Шапель-Спинас,Шапель-Спинасс,Шапель-Спінасс,沙佩尔斯皮纳斯		FR	75	19	193	19046	116	Europe/Paris
6616048	Chaumeil	chaumeil	Chalmelh,Chaumeil,Shomej,shao mei,Шомей,Шомеј,绍梅		FR	75	19	193	19051	155	Europe/Paris
6616049	Chenailler-Mascheix	chenailler-mascheix	Chanaliech Mascher,Chanaliech e Mascher,Chenailler-Mascheix,Shanaje Mashe,Shenae-Mashe,Shenaje-Mashe,xie nai lai ma si xie,Шанаје Маше,Шенае-Маше,Шенайе-Маше,Шенає-Маше,谢奈莱马斯谢		FR	75	19	191	19054	205	Europe/Paris
6616050	Collonges-la-Rouge	collonges-la-rouge	Collonges-la-Rouge		FR	75	19	191	19057	488	Europe/Paris
6616051	Darnets	darnets	Darne,Darnet,Darnets,da er nei te,Дарне,Дарнет,达尔内特		FR	75	19	193	19070	360	Europe/Paris
6616052	Gimel-les-Cascades	gimel-les-cascades	Gimel-les-Cascades		FR	75	19	192	19085	787	Europe/Paris
6616053	Liginiac	liginiac	Liginiac		FR	75	19	193	19113	583	Europe/Paris
6616054	Merlines	merlines	Merlines		FR	75	19	193	19134	731	Europe/Paris
6616056	Saint-Pardoux-le-Neuf	saint-pardoux-le-neuf	Saint-Pardoux-le-Neuf,Sen-Pardu-le-Nef,Sen-Pardu-le-Njof,Sent Pardos lo Nou,Sent Pardos lo Nòu,Sent Pardós lo Nòu,sheng pa er du lai na,Сен-Парду-ле-Неф,Сен-Парду-ле-Нёф,سینٹ-پاردو-لے-نوف، کورریزے,圣帕尔杜莱纳		FR	75	19	193	19232	78	Europe/Paris
6616057	Veyrières	veyrieres	Veirieras,Veirièras,Ver'er,Verer,Veyrieres,Veyrières,wei li ai,Верьер,Верєр,韦里埃		FR	75	19	193	19283	72	Europe/Paris
6616058	Allerey	allerey	Alere,Allere,Allerey,a lei lei,alyry,Алере,Аллере,آلرے,الیری,阿勒雷		FR	27	21	211	21009	171	Europe/Paris
6616059	Athie	athie	Athie,Ati,Ати		FR	27	21	213	21029	77	Europe/Paris
6616060	Beaulieu	beaulieu	Beaulieu		FR	27	21	213	21052	28	Europe/Paris
6616061	Blanot	blanot	Blano,Blanot,Блано		FR	27	21	211	21083	130	Europe/Paris
6616063	Cérilly	cerilly	Cerilly,Cérilly,Seriji,Серийи		FR	27	21	213	21125	235	Europe/Paris
6616064	Champeau-en-Morvan	champeau-en-morvan	Champeau-en-Morvan,Shampo an Morvan,Shampo-an-Morvan,mo er wang de qu shang bo,Шампо ан Морван,Шампо-ан-Морван,莫尔旺地区尚波		FR	27	21	213	21139	233	Europe/Paris
6616065	Charny	charny	Charny,Sharni,Шарни		FR	27	21	213	21147	34	Europe/Paris
6616066	Charrey-sur-Seine	charrey-sur-seine	Charrey-sur-Seine,Share na Seni,Sharre-sjur-Sen,sai na he pan sha lei,Шаре на Сени,Шарре-сюр-Сен,塞纳河畔沙雷		FR	27	21	213	21149	147	Europe/Paris
6616067	Châtellenot	chatellenot	Chatellenot,Châtellenot,Shatel'no,Shatelno,sha tai lang ao,shatlnw,Шателно,Шательно,شاتلنو,沙泰朗奥		FR	27	21	211	21153	148	Europe/Paris
6616068	Chaume-et-Courchamp	chaume-et-courchamp	Chaume-et-Courchamp,Shom et Kurshan,Shom-e-Kursham,Shom-eh-Kurshan,shao mu he ku er shang,Шом ет Куршан,Шом-е-Куршам,Шом-э-Куршан,绍姆和库尔尚		FR	27	21	212	21158	180	Europe/Paris
6616069	La Chaume	la-chaume	Chaume,La Chaume,La-Shom,Shom,la shao mu,Ла-Шом,Шом,拉绍姆		FR	27	21	213	21159	103	Europe/Paris
6616070	Chazeuil	chazeuil	Chazeuil,Shazjoj,Шазёй		FR	27	21	212	21163	200	Europe/Paris
6616071	Chivres	chivres	Chivres		FR	27	21	211	21172	299	Europe/Paris
6616072	Fontenelle	fontenelle	Fontenel',Fontenelle,Фонтенель		FR	27	21	212	21281	163	Europe/Paris
6616073	Grancey-le-Château-Neuvelle	grancey-le-chateau-neuvelle	Grancey-le-Chateau-Neuvelle,Grancey-le-Château-Neuvelle,Granse-le-Shato-Nevel',Granse-le-Shato-Njovel',ge lang sai lai-sha tuo na wei er,Грансе-ле-Шато-Невель,Грансе-ле-Шато-Нёвель,格朗塞莱-沙托纳韦尔		FR	27	21	212	21304	251	Europe/Paris
6616074	Jours-lès-Baigneux	jours-les-baigneux	Jours-les-Baigneux,Jours-lès-Baigneux,Zhur-le-Ben'e,Zhur-le-Ben'jo,ru er lai bai gai yu,Жур-ле-Бенье,Жур-ле-Беньё,Жур-ле-Беньє,茹尔莱拜盖于		FR	27	21	213	21326	83	Europe/Paris
6616075	Louesme	louesme	Luehm,Luem,lu ai si mu,Луем,Луэм,卢埃斯姆		FR	27	21	213	21357	105	Europe/Paris
6616076	Lux	lux	Ljuks,Lux,Люкс		FR	27	21	212	21361	532	Europe/Paris
6616077	Magny-Montarlot	magny-montarlot	Magny-Montarlot,Man'i-Montarlo,ma ni meng ta er luo,many-mntarlw,Маньи-Монтарло,Маньї-Монтарло,مانی-منتارلو,马尼蒙塔尔洛		FR	27	21	212	21367	263	Europe/Paris
6616078	Maligny	maligny	Maligny,Malin'i,Малиньи		FR	27	21	211	21374	211	Europe/Paris
6616079	Messanges	messanges	Messanges,Messanzh,Мессанж		FR	27	21	211	21407	238	Europe/Paris
6616080	Messigny-et-Vantoux	messigny-et-vantoux	Messigny-et-Vantoux,Messin'i-e-Vantu,Messin'i-eh-Vantu,mei xi ni he wang tu,Мессиньи-е-Ванту,Мессиньи-э-Ванту,Мессіньї-е-Ванту,梅西尼和旺图		FR	27	21	212	21408	1664	Europe/Paris
6616081	Millery	millery	Mil'ri,Millery,Мильри		FR	27	21	213	21413	381	Europe/Paris
6616082	Molesme	molesme	Molem,Molesme,mo lai si mu,moremu,Молем,モレーム,莫莱斯姆		FR	27	21	213	21419	265	Europe/Paris
6616083	Montigny-Mornay-Villeneuve-sur-Vingeanne	montigny-mornay-villeneuve-sur-vingeanne	Montigny-Mornay-Villeneuve-sur-Vingeanne,Montin'i-Morne-Vil'nev-sjur-Venzhann,Montin'i-Morne-Vil'njov-sjur-Venzhan,wan ya ne he pan meng di ni-mo er nai-wei lei na fu,Монтиньи-Морне-Вильнев-сюр-Венжанн,Монтиньи-Морне-Вильнёв-сюр-Венжан,Монтіньї-Морне-Вільнев-сюр-Венжанн,万雅讷河畔蒙蒂尼-莫尔奈-维勒纳夫		FR	27	21	212	21433	394	Europe/Paris
6616084	Montmain	montmain	Monmen,Монмен		FR	27	21	211	21436	150	Europe/Paris
6616085	Montot	montot	Monto,Montot,Монто		FR	27	21	211	21440	201	Europe/Paris
6616086	Nolay	nolay	Nolay		FR	27	21	211	21461	1481	Europe/Paris
6616087	Premeaux-Prissey	premeaux-prissey	Premeaux-Prissey		FR	27	21	211	21506	403	Europe/Paris
6616088	Quincerot	quincerot	Kensero,Quincerot,Кенсеро		FR	27	21	213	21516	77	Europe/Paris
6616089	Rouvray	rouvray	Rouvray,Ruvre,Рувре		FR	27	21	213	21531	499	Europe/Paris
6616090	Saint-Aubin	saint-aubin	Saint-Aubin,Sent-Oben,Сент-Обен		FR	27	21	211	21541	223	Europe/Paris
6616091	Sainte-Colombe-en-Auxois	sainte-colombe-en-auxois	Sainte-Colombe-en-Auxois		FR	27	21	213	21544	57	Europe/Paris
6616092	Sainte-Colombe-sur-Seine	sainte-colombe-sur-seine	Sainte-Colombe-sur-Seine		FR	27	21	213	21545	944	Europe/Paris
6616093	Saint-Didier	saint-didier	Sen-Did'e,Сен-Дидье		FR	27	21	213	21546	209	Europe/Paris
6616094	Saint-Martin-du-Mont	saint-martin-du-mont	Saint-Martin-du-Mont,Sen-Marten-dju-Mon,Сен-Мартен-дю-Мон		FR	27	21	212	21561	441	Europe/Paris
6616095	Saint-Rémy	saint-remy	Sen-Remi,sheng lei mi,Сен-Реми,Сен-Ремі,سین-رمے، کوٹے-دور,圣雷米		FR	27	21	213	21568	708	Europe/Paris
6616096	Semezanges	semezanges	Semezanges,Semezanzh,Semzanzh,se mo cang re,Семезанж,Семзанж,瑟默藏热		FR	27	21	211	21601	89	Europe/Paris
6616097	Ladoix-Serrigny	ladoix-serrigny	Ladua-Serrin'i,la du hua xie xuan er,la du wa sai er li ni,ladwa-sryny,Ладуа-Серриньи,Ладуа-Серриньї,لادوا-سرینی,ラドワ・セリニー,拉度華榭軒爾,拉杜瓦塞尔里尼		FR	27	21	211	21606	1835	Europe/Paris
6616098	Soirans	soirans	Suaran,su wa lang,swaran,Суаран,سواران,苏瓦朗		FR	27	21	212	21609	478	Europe/Paris
6616099	Thury	thury	Thury,Tjuri,Тюри		FR	27	21	211	21636	286	Europe/Paris
6616100	Véronnes	veronnes	Veronnes,Véronnes		FR	27	21	212	21667	395	Europe/Paris
6616101	Vieilmoulin	vieilmoulin	V'ejmulen,V'el'mulen,Vejmulen,wei ye yi er mu lan,Вьеймулен,Вьельмулен,Вєймулен,维耶伊尔穆兰		FR	27	21	212	21679	122	Europe/Paris
6616102	Volnay	volnay	Vol'ne,Volnay,Вольне		FR	27	21	211	21712	240	Europe/Paris
6616103	Voulaines-les-Templiers	voulaines-les-templiers	Voulaines-les-Templiers		FR	27	21	213	21717	291	Europe/Paris
6616104	Île-de-Bréhat	ile-de-brehat			FR	53	22	224	22016	364	Europe/Paris
6616105	Calorguen	calorguen	Kalorgan,Kalorgen,Kerorgen,ka luo er gai en,Калорган,Калорген,卡洛尔盖恩		FR	53	22	221	22026	721	Europe/Paris
6616144	La Bachellerie	la-bachellerie	La Bachellerie		FR	75	24	244	24020	901	Europe/Paris
6616145	Biron	biron	Biron,Biront,bi long,bi rng,biron,Бирон,Бірон,บีรง,ビロン,比龙		FR	75	24	241	24043	177	Europe/Paris
6616106	Caouënnec-Lanvézéac	caouennec-lanvezeac	Caouennec-Lanvezeac,Caouënnec-Lanvézéac,Cavannacum,Kaouenneg-Lanvezeeg,Kauehnnek-Lanvezeak,Kauenek Lanvezak,Kauennek-Lanvezeak,ke e nei ke lang wei ze a ke,Кауенек Ланвезак,Кауеннек-Ланвезеак,Кауэннек-Ланвезеак,科厄内克朗韦泽阿克		FR	53	22	223	22030	868	Europe/Paris
6616107	La Chapelle-Neuve	la-chapelle-neuve	La-Shapel'-Njov,Ла-Шапель-Нёв		FR	53	22	222	22037	404	Europe/Paris
6616108	Binic-Étables-sur-Mer	binic-etables-sur-mer	Binic-Etables-sur-Mer,Binic-Étables-sur-Mer		FR	53	22	224	22055	6965	Europe/Paris
6616109	Le Faouët	le-faouet	Le Faouet,Le Faouët,Le-Faueht,Ле-Фауэт		FR	53	22	222	22057	395	Europe/Paris
6616110	Gomené	gomene	Gomene,Gomne,Gouvene,ge mei nei,Гомене,Гомне,戈梅内		FR	53	22	224	22062	546	Europe/Paris
6616111	Jugon-les-Lacs - Commune nouvelle	jugon-les-lacs-commune-nouvelle	Iugonium,Jugon-les-Lacs - Commune nouvelle,Lanyugon,Zhjugon-le-Lak,Zhugon-le-Lak,rui gong lai la ke,Жугон-ле-Лак,Жюгон-ле-Лак,瑞贡莱拉克		FR	53	22	224	22084	2485	Europe/Paris
6616112	Langrolay-sur-Rance	langrolay-sur-rance	Langorlae,Langrole-sjur-Rans,lang ke he pan lang ge luo lai,langrwlay-swr-rans,Лангроле-сюр-Ранс,لانگرولای-سور-رانس,朗克河畔朗格罗莱		FR	53	22	221	22103	923	Europe/Paris
6616113	Magoar	magoar	Magoar,Magor,ma ge a,Магоар,马戈阿		FR	53	22	222	22139	85	Europe/Paris
6616114	Fréhel	frehel	Frehel,Fréhel		FR	53	22	221	22179	1550	Europe/Paris
6616115	Pleslin-Trigavou	pleslin-trigavou	Plelen-Trigavu,Plelin-Tregavou,Plelin-Tregavoù,Pleslin-Trigavou,pu lai si lan te li jia wu,Плелен-Тригаву,普莱斯兰特里加武		FR	53	22	221	22190	3578	Europe/Paris
6616116	Pleudihen-sur-Rance	pleudihen-sur-rance	Pleudihen-sur-Rance		FR	53	22	221	22197	2880	Europe/Paris
6616117	Plœuc-L'Hermitage	pl-uc-l-hermitage	Plœuc-L'Hermitage		FR	53	22	224	22203	4054	Europe/Paris
6616118	Plouëc-du-Trieux	plouec-du-trieux	Plouec-du-Trieux,Plouëc-du-Trieux		FR	53	22	222	22212	1132	Europe/Paris
6616119	Ploulec'h	ploulec-h	Ploulec'h		FR	53	22	223	22224	1662	Europe/Paris
6616120	Plourhan	plourhan	Plourchan,Plourhan,Pluran,pu lu lang,Плуран,普卢朗		FR	53	22	224	22232	1989	Europe/Paris
6616121	Saint-Gilles-Vieux-Marché	saint-gilles-vieux-marche	Saint-Gilles-Vieux-Marche,Saint-Gilles-Vieux-Marché,Sant-Jili-ar-Chozhvarchad,Sen-Zhil'-V'e-Marshe,Sen-Zhil'-V'jo-Marshe,Sen-Zhil'-Ve-Marshe,sheng ji lai fu yue ma er xie,Сен-Жиль-Вье-Марше,Сен-Жиль-Вьё-Марше,Сен-Жиль-Вє-Марше,سینٹ-گلیس-ےش-مارچے,圣吉莱弗约马尔谢		FR	53	22	224	22295	351	Europe/Paris
6616122	Saint-Laurent	saint-laurent	Saint-Laurent,Sant-Laorans,Sant-Laorañs,Sen-Loran,san=roran,sheng luo lang,Сен-Лоран,سینٹ-لارنٹ، کوٹس-دآرمور,サン＝ローラン,圣洛朗		FR	53	22	222	22310	490	Europe/Paris
6616123	Saint-Méloir-des-Bois	saint-meloir-des-bois	Saint-Meloir-des-Bois,Saint-Méloir-des-Bois		FR	53	22	221	22317	257	Europe/Paris
6616124	Saint-Nicodème	saint-nicodeme	Saint-Nicodeme,Saint-Nicodème		FR	53	22	222	22320	168	Europe/Paris
6616125	Saint-Servais	saint-servais	Saint-Servais,Sen-Serve,Сен-Серве		FR	53	22	222	22328	409	Europe/Paris
6616126	Trégastel	tregastel	Tregastel,Tregastel',Tregastell,Trégastel,te lei jia si tai,trgastl,Трегастель,ترگاستل,特雷加斯泰		FR	53	22	223	22353	2447	Europe/Paris
6616127	Trégueux	tregueux	Tregaeg,Trege,Tregjo,te lei gai yu,trgwywks,Треге,Трегё,ترگوئوکس,特雷盖于		FR	53	22	224	22360	8444	Europe/Paris
6616128	Banize	banize	Banize		FR	75	23	232	23016	189	Europe/Paris
6616129	Bosroger	bosroger	Borozhe,Bosc Rogier,Bosc-rogier,Bosroger,Bòsc Rogier,Bòsc-rogier,bo si luo re,Бороже,博斯罗热		FR	75	23	231	23028	111	Europe/Paris
6616130	Boussac	boussac	Bocac,Boçac,Busak,Bussak,bu sa ke,Бусак,Буссак,布萨克		FR	75	23	231	23031	1267	Europe/Paris
6616131	La Celle-Dunoise	la-celle-dunoise	La Celle-Dunoise		FR	75	23	232	23039	543	Europe/Paris
6616132	Le Chauchet	le-chauchet	Chauchet,Le Chauchet,Le-Shoshe,Lo Chauchet,Lo Chauchèt,Shoshe,lei shao xie,Ле-Шоше,Шоше,勒绍谢		FR	75	23	231	23058	109	Europe/Paris
6616133	Gentioux-Pigerolles	gentioux-pigerolles	Gencious e Pijairou,Genciòus e Pijairòu,Zhans'ju-Pizhrol',Zhantiu-Pizhrol',rang di wu pi re luo lai,Жансью-Пижроль,Жантиу-Пижроль,Жантіу-Піжроль,让蒂乌皮热罗莱		FR	75	23	231	23090	418	Europe/Paris
6616134	Jalesches	jalesches	Jalesches		FR	75	23	232	23098	89	Europe/Paris
6616135	Mourioux-Vieilleville	mourioux-vieilleville	Moriou,Moriou Vielhavila,Moriòu,Moriòu Vielhavila,Mourioux-Vieilleville,Mur'ju-V'ejvil',Murju-Vejvil',mu li wu wei ye yi lei wei er,Мурью-Вьейвиль,Мурю-Вєйвіль,穆里乌维耶伊勒维尔		FR	75	23	232	23137	513	Europe/Paris
6616136	Saint-Médard-la-Rochette	saint-medard-la-rochette	Sen-Medar-la-Roshet,Sen-Medar-la-Roshett,Sent Medard,Sent Medard la Rocheta,sheng mei da er la luo xie te,Сен-Медар-ла-Рошет,Сен-Медар-ла-Рошетт,سینٹ-میڈرڈ-لا-روکہتے,圣梅达尔拉罗谢特		FR	75	23	231	23220	592	Europe/Paris
6616137	Saint-Pardoux-Morterolles	saint-pardoux-morterolles	Saint-Pardoux-Morterolles,Sen-Pardu-Morterol',Sen-Pardu-Mortrol',Sent Pardos Morteirou,Sent Pardos e Morteirou,Sent Pardós Morteiròu,Sent Pardós e Morteiròu,sheng pa er du mo er te luo lai,Сен-Парду-Мортероль,Сен-Парду-Мортроль,سینٹ-پاردو-موڑتےرولیس,圣帕尔杜莫尔特罗莱		FR	75	23	232	23227	204	Europe/Paris
6616138	Saint-Silvain-Bellegarde	saint-silvain-bellegarde	Saint-Silvain-Bellegarde,Sen-Sil'ven-Bel'gard,Sent Sauve de Bela Garda,Sent Sauve de Belagarda,Sent Sauve de Bèla Garda,sheng xi er wan bei lei jia er de,Сен-Сильвен-Бельгард,Сен-Сільвен-Бельгард,圣西尔万贝勒加尔德		FR	75	23	231	23241	207	Europe/Paris
6616139	Saint-Victor-en-Marche	saint-victor-en-marche			FR	75	23	232	23248	385	Europe/Paris
6616140	Trois-Fonds	trois-fonds	Trois-Fonds		FR	75	23	231	23255	121	Europe/Paris
6616141	La Villeneuve	la-villeneuve	La Vila Nueva,La Villeneuve,La-Vil'nev,La-Vil'njov,Vilanueva de Sent Bard,la wei lei na fu,Ла-Вильнев,Ла-Вильнёв,Ла-Вільнев,拉维勒纳夫		FR	75	23	231	23265	66	Europe/Paris
6616142	Abjat-sur-Bandiat	abjat-sur-bandiat	Abjat-sur-Bandiat		FR	75	24	242	24001	617	Europe/Paris
6616143	Allemans	allemans	Alamans,Alleman,Allemans,Alman,a lai mang,alman,Аллеман,Алман,آلمان,阿莱芒		FR	75	24	243	24007	523	Europe/Paris
6616146	Boulazac Isle Manoire	boulazac-isle-manoire	Boulazac Isle Manoire		FR	75	24	243	24053	10557	Europe/Paris
6616147	Le Buisson-de-Cadouin	le-buisson-de-cadouin	Buisson-de-Cadouin,Cadouyn,Le Buisson-de-Cadouin,Le-Bjuisson-de-Kaduen,Lo Boisson de Cadonh,lei bi yi song de ka du an,Ле-Бюиссон-де-Кадуен,Ле-Бюїссон-де-Кадуен,勒比伊松德卡杜安		FR	75	24	241	24068	1962	Europe/Paris
6616148	Calviac-en-Périgord	calviac-en-perigord	Calviac de Perigord,Calviac de Perigòrd,Calviac-en-Perigord,Calviac-en-Périgord,Kal'viak-an-Perigor,Kalvijak an Perigor,pei li ge er de qu ka er wei a ke,Калвијак ан Перигор,Кальвиак-ан-Перигор,Кальвіак-ан-Перигор,佩里戈尔地区卡尔维阿克		FR	75	24	244	24074	502	Europe/Paris
6616149	Castelnaud-la-Chapelle	castelnaud-la-chapelle	Castelnaud-la-Chapelle		FR	75	24	244	24086	464	Europe/Paris
6616151	Champniers-et-Reilhac	champniers-et-reilhac	Champniers-et-Reilhac		FR	75	24	242	24100	467	Europe/Paris
6616152	Chourgnac	chourgnac	Chourgnac		FR	75	24	244	24121	60	Europe/Paris
6616153	Coutures	coutures	Coturas,Coutures,Kutir,Kutjur,ku di lei,Кутир,Кутюр,库蒂雷		FR	75	24	243	24141	187	Europe/Paris
6616154	Les Eyzies	les-eyzies	Les Eyzies		FR	75	24	244	24172	1092	Europe/Paris
6616155	Faux	faux	Faus,Faux,Fo,fu zhen,Фо,福镇		FR	75	24	241	24177	622	Europe/Paris
6616156	Florimont-Gaumier	florimont-gaumier	Florimont-Gaumier		FR	75	24	244	24184	143	Europe/Paris
6616157	Gout-Rossignol	gout-rossignol	Gout-Rossignol		FR	75	24	243	24199	381	Europe/Paris
6616158	Grignols	grignols	Granhou,Granhòu,Grin'ol',ge li ni ao er,Гриньоль,格里尼奥尔		FR	75	24	243	24205	659	Europe/Paris
6616159	Grun-Bordas	grun-bordas	Grun-Bordas		FR	75	24	243	24208	220	Europe/Paris
6616160	Jaure	jaure	Jaure		FR	75	24	243	24213	169	Europe/Paris
6616161	Le Lardin-Saint-Lazare	le-lardin-saint-lazare	Le Lardin-Saint-Lazare		FR	75	24	244	24229	1793	Europe/Paris
6616162	Lavalade	lavalade	Lavalade		FR	75	24	241	24231	84	Europe/Paris
6616165	Léguillac-de-l'Auche	leguillac-de-l-auche	Leguillac-de-l'Auche,Léguillac-de-l'Auche		FR	75	24	243	24236	981	Europe/Paris
6616166	Liorac-sur-Louyre	liorac-sur-louyre	Liorac-sur-Louyre		FR	75	24	241	24242	241	Europe/Paris
6616167	Mareuil en Périgord	mareuil-en-perigord	Marej,Mareuil en Perigord,Mareuil en Périgord,Marjoj,Maruelh,ma lei yi,Марей,Марёй,马勒伊		FR	75	24	242	24253	2395	Europe/Paris
6616168	Marsac-sur-l'Isle	marsac-sur-l-isle	Marsac-sur-l'Isle		FR	75	24	243	24256	3118	Europe/Paris
6616169	Montaut	montaut	Mont Aut,Montaut,Monto,meng tuo,Монто,蒙托		FR	75	24	241	24287	129	Europe/Paris
6616170	Montignac	montignac	Montin'jak,Montinhac,meng di ni ya ke,Монтиньяк,Монтіньяк,蒙蒂尼亚克		FR	75	24	244	24291	2788	Europe/Paris
6616171	Nadaillac	nadaillac	Nadaillac		FR	75	24	244	24301	368	Europe/Paris
6616172	Nanteuil-Auriac-de-Bourzac	nanteuil-auriac-de-bourzac	Nanteuil-Auriac-de-Bourzac		FR	75	24	243	24303	216	Europe/Paris
6616174	Payzac	payzac	Paisac,Paisac de la Noalha,Payzac,Pezak,pei zha ke,Пезак,佩扎克		FR	75	24	242	24320	983	Europe/Paris
6616175	Port-Sainte-Foy-et-Ponchapt	port-sainte-foy-et-ponchapt	Port-Sainte-Foy-et-Ponchapt		FR	75	24	241	24335	2492	Europe/Paris
6616176	Pressignac-Vicq	pressignac-vicq	Pressignac-Vicq		FR	75	24	241	24338	440	Europe/Paris
6616177	Rouffignac-Saint-Cernin-de-Reilhac	rouffignac-saint-cernin-de-reilhac	Rouffignac-Saint-Cernin-de-Reilhac		FR	75	24	244	24356	1590	Europe/Paris
6616178	Saint-Agne	saint-agne	Saint-Agne		FR	75	24	241	24361	438	Europe/Paris
6616179	Val de Louyre et Caudeau	val-de-louyre-et-caudeau			FR	75	24	243	24362	1607	Europe/Paris
6616180	Saint-Astier	saint-astier	Saint-Astier,Sench Astier,Sent-Ast'e,sheng a si di ye,Сент-Астье,Сент-Астьє,سینٹ-اسٹیر، دوردوگنے,圣阿斯蒂耶		FR	75	24	243	24372	5590	Europe/Paris
6616181	Sainte-Croix	sainte-croix	Sent-Krua,Senta Crotz,Senta Crotz de Montferrand,sheng ke lu wa,Сент-Круа,سین-ڑوش، دوردوگنے,圣克鲁瓦		FR	75	24	241	24393	86	Europe/Paris
6616182	Saint-Estèphe	saint-estephe	Sent Estefe,Sent Estefe dEstoars,Sent-Ehstef,Sent-Estef,sheng ai si tai fu,Сент-Естеф,Сент-Эстеф,سینٹ-ایسٹیفے، دوردوگنے,圣埃斯泰夫		FR	75	24	242	24398	612	Europe/Paris
6616183	Saint-Georges-Blancaneix	saint-georges-blancaneix	Saint-Georges-Blancaneix,Sen-Zhorzh-Blankane,Sent Jorge de Blancanes,Sent Jòrge de Blancanés,sheng ruo er re bu lang ka nei,Сен-Жорж-Бланкане,سینٹ-گیورگس-لنچنےش,圣若尔热布朗卡内		FR	75	24	241	24413	239	Europe/Paris
6616184	Saint-Georges-de-Montclard	saint-georges-de-montclard	Saint-Georges-de-Montclard,Sen-Zhorzh-de-Monklar,Sent Jorgi de Montclar,Sent Jòrgi de Montclar,sheng ruo er re de meng te ke la er,Сен-Жорж-де-Монклар,سینٹ-گیورگس-دے-مونتکلارڈ,圣若尔热德蒙特克拉尔		FR	75	24	243	24414	293	Europe/Paris
6616185	Saint-Jean-d'Ataux	saint-jean-d-ataux			FR	75	24	243	24424	124	Europe/Paris
6616186	Saint-Jory-de-Chalais	saint-jory-de-chalais	Saint-Jory-de-Chalais		FR	75	24	242	24428	579	Europe/Paris
6616187	Saint-Martin-de-Gurson	saint-martin-de-gurson	Saint-Martin-de-Gurson		FR	75	24	241	24454	672	Europe/Paris
6616188	Saint-Maime-de-Péreyrol	saint-maime-de-pereyrol	Saint-Maime-de-Pereyrol,Saint-Maime-de-Péreyrol		FR	75	24	243	24459	283	Europe/Paris
6616189	Saint-Méard-de-Drône	saint-meard-de-drone	Saint-Meard-de-Drone,Saint-Méard-de-Drône,Sen-Mear-de-Dron,Sent Meard de Drona,sheng mei a er de de long,Сен-Меар-де-Дрон,سینٹ-مرد-دے-ڈرون,圣梅阿尔德德龙		FR	75	24	243	24460	493	Europe/Paris
6616190	Saint-Pardoux-de-Drône	saint-pardoux-de-drone	Saint-Pardoux-de-Drone,Saint-Pardoux-de-Drône		FR	75	24	243	24477	201	Europe/Paris
6616191	Sainte-Radegonde	sainte-radegonde	Sainte-Radegonde,Sent-Radegond,Senta Radegonda,sheng la dai gong de,Сент-Радегонд,سین-رادگوندے، دوردوگنے,圣拉代贡德		FR	75	24	241	24492	63	Europe/Paris
6616193	Saint-Sauveur	saint-sauveur	Saint-Sauveur,Sen-Sover,Sen-Sovjor,Sent Salvador,sheng suo fu,Сен-Совер,Сен-Совёр,سین-سویر، دوردوگنے,圣索弗		FR	75	24	241	24499	844	Europe/Paris
6616194	Saint-Vivien	saint-vivien	Saint-Vivien,Sen-Viv'en,Sen-Viv'jan,Sen-Vivjan,Sent Bebian,sheng wei wei an,Сен-Вивьен,Сен-Вивьян,Сен-Вівян,圣维维安		FR	75	24	241	24514	258	Europe/Paris
6616195	Salignac-Eyvigues	salignac-eyvigues			FR	75	24	244	24516	1168	Europe/Paris
6616196	Serres-et-Montguyard	serres-et-montguyard	Serr-e-Mongjuiar,Serras e Mont Guiard,Serras e Montguiard,Serres-et-Montguyard,sai er lei he meng te ji a er,Серр-е-Монгюиар,Серр-е-Монгюїар,塞尔雷和蒙特吉阿尔		FR	75	24	241	24532	239	Europe/Paris
6616197	Temple-Laguyon	temple-laguyon	Temple-Laguyon		FR	75	24	244	24546	41	Europe/Paris
6616198	Villefranche-de-Lonchat	villefranche-de-lonchat	Vil'fransh-de-Lonsha,Vilafrancha de Gurcon,Vilafrancha de Gurçon,Vilafrancha de Lopchac,long sha zi you cheng,Вильфранш-де-Лонша,Вільфранш-де-Лонша,隆沙自由城		FR	75	24	241	24584	973	Europe/Paris
6616199	Appenans	appenans	Appenans		FR	27	25	252	25019	377	Europe/Paris
6616200	Avanne-Aveney	avanne-aveney	Avanne-Aveney		FR	27	25	251	25036	2261	Europe/Paris
6616201	Battenans-Varin	battenans-varin	Batnan Varen,Battenan-Varen,Battenans-Varin,ba te nan wa lan,Батнан Варен,Баттенан-Варен,巴特南瓦兰		FR	27	25	252	25046	78	Europe/Paris
6616202	Belmont	belmont	Bel'mon,Belmon,Belmont,bei er meng,Белмон,Бельмон,贝尔蒙		FR	27	25	253	25052	66	Europe/Paris
6616203	Brères	breres	Brer,Breres,Brères,bu lei lei,Брер,布雷雷		FR	27	25	251	25090	60	Europe/Paris
6616204	Châteauvieux-les-Fossés	chateauvieux-les-fosses	Chateauvieux-les-Fosses,Châteauvieux-les-Fossés		FR	27	25	251	25130	13	Europe/Paris
6616205	Châtillon-sur-Lison	chatillon-sur-lison	Shatijon sir Lizon,Shatijon-sjur-Lizon,li song he pan sha di long,Шатијон сир Лизон,Шатійон-сюр-Лізон,利松河畔沙蒂隆		FR	27	25	251	25134	9	Europe/Paris
6616206	Les Terres-de-Chaux	les-terres-de-chaux	Le-Terr-de-Sho,lai si tai er lei de shao,Ле-Терр-де-Шо,莱斯泰尔雷德绍		FR	27	25	252	25138	142	Europe/Paris
6616207	Chaux-Neuve	chaux-neuve	Chaux-Neuve		FR	27	25	253	25142	312	Europe/Paris
6616208	Chevigney-lès-Vercel	chevigney-les-vercel	Chevigney-les-Vercel,Chevigney-lès-Vercel		FR	27	25	253	25151	127	Europe/Paris
6616209	La Chevillotte	la-chevillotte	Chevillotte,La Chevillotte,La-Shevijott,Shevijot,la shywylwty,la xie wei luo te,Ла-Шевійотт,Шевијот,لا شیویلوتی,拉谢维洛特		FR	27	25	251	25152	143	Europe/Paris
6616210	Courcelles	courcelles	Courcelles		FR	27	25	251	25171	108	Europe/Paris
6616211	Cussey-sur-Lison	cussey-sur-lison	Cussey-sur-Lison,Kjusse-sjur-Lizon,li song he pan qu sai,Кюссе-сюр-Лізон,利松河畔屈塞		FR	27	25	251	25185	66	Europe/Paris
6616212	Échenans	echenans	Echenans,Échenans		FR	27	25	252	25210	158	Europe/Paris
6616213	Échevannes	echevannes	Eshevann,ai she wa nei,Ешеванн,埃舍瓦内		FR	27	25	251	25211	89	Europe/Paris
6616214	École-Valentin	ecole-valentin			FR	27	25	251	25212	2542	Europe/Paris
6616215	Fontaine-lès-Clerval	fontaine-les-clerval	Fontaine-les-Clerval,Fontaine-lès-Clerval,Fonten le Klerval,Fonten-le-Klerval',feng tan lai ke lai er wa,Фонтен ле Клервал,Фонтен-ле-Клерваль,丰坦莱克莱尔瓦		FR	27	25	252	25246	292	Europe/Paris
6616217	Fourcatier-et-Maison-Neuve	fourcatier-et-maison-neuve	Fourcatier-et-Maison-Neuve,Furkat'er-e-Mezon-Nev,Furkatje et Mezon Nev,fu er ka di ye he mai song-na fu,Фуркатьєр-е-Мезон-Нев,Фуркатје ет Мезон Нев,富尔卡蒂耶和迈松-纳夫		FR	27	25	253	25252	107	Europe/Paris
6616218	Frasne	frasne	Frasne		FR	27	25	253	25259	1950	Europe/Paris
6616219	Grand'Combe-Châteleu	grand-combe-chateleu	Grand'Combe-Chateleu,Grand'Combe-Châteleu		FR	27	25	253	25285	1492	Europe/Paris
6616220	Fournets-Luisans	fournets-luisans	Fournets-Luisans,Furne Lujzan,Furne-Ljuizan,fu er nei te lu yi sang,Фурне Лујзан,Фурне-Люїзан,富尔内特吕伊桑		FR	27	25	253	25288	684	Europe/Paris
6616222	Lombard	lombard	Lombard		FR	27	25	251	25340	190	Europe/Paris
6616223	Longevelle-lès-Russey	longevelle-les-russey			FR	27	25	253	25344	44	Europe/Paris
6616224	Magny-Châtelard	magny-chatelard	Magny-Chatelard,Magny-Châtelard		FR	27	25	253	25355	60	Europe/Paris
6616225	Maisons-du-Bois-Lièvremont	maisons-du-bois-lievremont	Maisons-du-Bois-Lievremont,Maisons-du-Bois-Lièvremont,Mezon-dju-Bua-L'evremon,mai song di-bu wa li ye fu lei meng,Мезон-дю-Буа-Льєвремон,迈松迪-布瓦利耶夫雷蒙		FR	27	25	253	25357	788	Europe/Paris
6616226	Malans	malans	Malans		FR	27	25	251	25359	180	Europe/Paris
6616227	Montagney-Servigney	montagney-servigney	Montagney-Servigney		FR	27	25	251	25385	129	Europe/Paris
6616228	Naisey-les-Granges	naisey-les-granges	Naisey-les-Granges		FR	27	25	251	25417	798	Europe/Paris
6616229	Orgeans-Blanchefontaine	orgeans-blanchefontaine	Orgeans-Blanchefontaine		FR	27	25	252	25433	47	Europe/Paris
6616230	Rémondans-Vaivre	remondans-vaivre	Remondan-Vevr,lei meng dang wei fu er,Ремондан-Вевр,雷蒙当韦夫尔		FR	27	25	252	25485	235	Europe/Paris
6616231	Remoray-Boujeons	remoray-boujeons	Remoray-Boujeons,Remore-Buzhon,lei mo lai bu re weng,Реморе-Бужон,雷莫赖布热翁		FR	27	25	253	25486	429	Europe/Paris
6616232	Renédale	renedale			FR	27	25	253	25487	40	Europe/Paris
6616233	Roche-lez-Beaupré	roche-lez-beaupre	Roche-lez-Beaupre,Roche-lez-Beaupré,Rosh-le-Bopre,luo ke lai bo pu lei,Рош-ле-Бопре,罗克莱博普雷		FR	27	25	251	25495	2082	Europe/Paris
6616234	Romain	romain	Romain,Romen,luo man,Ромен,罗曼		FR	27	25	251	25499	130	Europe/Paris
6616235	Roset-Fluans	roset-fluans			FR	27	25	251	25502	514	Europe/Paris
6616236	Saint-Julien-lès-Russey	saint-julien-les-russey	Saint-Julien-les-Russey,Saint-Julien-lès-Russey,Sen-Zhul'en-le-Rjusse,sheng rui li an lai lu sai,Сен-Жульєн-ле-Рюссе,سینٹ-جلیں -لیس-راسے,圣瑞利安莱吕塞		FR	27	25	253	25522	171	Europe/Paris
6616237	Saint-Maurice-Colombier	saint-maurice-colombier	Saint-Maurice-Colombier,Sen-Moris-Kolombe,sheng mo li ke ke long bi ye,Сен-Морис-Коломбє,سینٹ-موریس-کولومبئر,圣莫里克科隆比耶		FR	27	25	252	25524	907	Europe/Paris
6616238	Sarrageois	sarrageois	Sarrazhua,sa er la ru wa,Сарражуа,萨尔拉茹瓦		FR	27	25	253	25534	193	Europe/Paris
6616239	Scey-Maisières	scey-maisieres	Scey-Maisieres,Scey-Maisières		FR	27	25	251	25537	295	Europe/Paris
6616240	Vaire	vaire	Vaire,Ver-Ars'e,wei er a er xie,Вер-Арсьє,韦尔阿尔谢		FR	27	25	251	25575	801	Europe/Paris
6616241	Valdahon	valdahon	Val'daon,Valdahon,wa er dang,Вальдаон,瓦尔当		FR	27	25	253	25578	5605	Europe/Paris
6616242	Vennes	vennes	Venn,wei nei,Венн,韦内		FR	27	25	253	25600	169	Europe/Paris
6616243	Verrières-de-Joux	verrieres-de-joux	Verrer-de-Zhu,Verrieres-de-Joux,Verrières-de-Joux,wei er li ai de ru,Веррєр-де-Жу,韦尔里埃德茹		FR	27	25	253	25609	435	Europe/Paris
6616245	La Répara-Auriples	la-repara-auriples	La Repara-Auriples,La Reparaa e Auriblas,La Répara-Auriples,La-Repara-Oripl',la lei pa la ao li pu lai,la rypara-wryplys,Ла-Репара-Орипль,لا ریپارا-وریپلیس,拉雷帕拉奥里普莱		FR	84	26	261	26020	230	Europe/Paris
6616246	Bouvante	bouvante	Bovanta,Buvan,Buvant,bu wang te,Буван,Бувант,布旺特		FR	84	26	261	26059	238	Europe/Paris
6616247	Châteauneuf-sur-Isère	chateauneuf-sur-isere	Chastelnou dIsera,Chastelnòu dIsèra,Chateauneuf-sur-Isere,Châteauneuf-sur-Isère,Shatonef sir Izer,Shatonef-sjur-Izer,yi sai er he pan sha tuo na,Шатонеф сир Изер,Шатонеф-сюр-Ізер,伊塞尔河畔沙托纳		FR	84	26	263	26084	3840	Europe/Paris
6616248	Condorcet	condorcet	Condorcet,Kondorse,kong duo er sai,Кондорсе,孔多尔塞		FR	84	26	262	26103	480	Europe/Paris
6616249	Eygluy-Escoulin	eygluy-escoulin	Aiglun e lEscolin,Egli Ekulen,Ejgljui-Ekulen,Eygluy-Escoulin,ai ge lu yi ai si ku lan,Егли Екулен,Ейглюї-Екулен,埃格吕伊埃斯库兰		FR	84	26	261	26128	65	Europe/Paris
6616250	Félines-sur-Rimandoule	felines-sur-rimandoule	Felin-sjur-Rimandul',Felinas,Felines-sur-Rimandoule,Félines-sur-Rimandoule,li mang du er he pan fei li nei,Фелін-сюр-Римандуль,里芒杜尔河畔费利内		FR	84	26	261	26134	76	Europe/Paris
6616251	Val-Maravel	val-maravel	Forcinet,Val'-Maravel',Val-Maravel,wa ma la wei,Валь-Маравель,瓦马拉韦		FR	84	26	261	26136	57	Europe/Paris
6616252	Lemps	lemps	Lemps		FR	84	26	262	26161	48	Europe/Paris
6616253	Luc-en-Diois	luc-en-diois	Ljuk-an-Djua,Luc,Luc de Dies,Luc de Diés,Luc-en-Diois,di wa de qu lu ke,Люк-ан-Дюа,迪瓦地区吕克		FR	84	26	261	26167	489	Europe/Paris
6616254	Malataverne	malataverne	Malataverne		FR	84	26	262	26169	1988	Europe/Paris
6616255	Marsaz	marsaz	Marcans,Marsa,Marsaz,Marçans,ma er sa,Марса,马尔萨		FR	84	26	263	26177	792	Europe/Paris
6616257	Montferrand-la-Fare	montferrand-la-fare	Monferran-la-Far,Montferrand e la Fara,Montferrand-la-Fare,meng te fu er lang la fa er,Монферран-ла-Фар,蒙特弗尔朗拉法尔		FR	84	26	262	26199	30	Europe/Paris
6616258	Pommerol	pommerol	Pomairol,Pomairou,Pomairòl,Pomairòu,Pommerol,Pommerol',bo mo luo,Поммероль,波默罗		FR	84	26	262	26245	15	Europe/Paris
6616259	Les Prés	les-pres	Les Pres,Les Prés		FR	84	26	261	26255	23	Europe/Paris
6616260	Recoubeau-Jansac	recoubeau-jansac			FR	84	26	261	26262	271	Europe/Paris
6616261	Rochefort-en-Valdaine	rochefort-en-valdaine	Rochafort e lo Colombier,Rochefort-en-Valdaine,Roshfor-an-Val'den,Ròchafòrt e lo Colombièr,wa er dan de qu luo xie fu er,Рошфор-ан-Вальден,瓦尔丹地区罗谢福尔		FR	84	26	262	26272	352	Europe/Paris
6616262	Roche-Saint-Secret-Béconne	roche-saint-secret-beconne	La Rocha de Sant Secret e Becona,La Ròcha de Sant Secret e Becona,Roche-Saint-Secret-Beconne,Roche-Saint-Secret-Béconne,Rosh-Sen-Sekre-Bekonn,luo ke sheng sai ke lei bei kong,Рош-Сен-Секре-Беконн,罗克圣塞克雷贝孔		FR	84	26	262	26276	446	Europe/Paris
6616263	Romeyer	romeyer	Romeyer		FR	84	26	261	26282	198	Europe/Paris
6616264	Sainte-Eulalie-en-Royans	sainte-eulalie-en-royans	Sainte-Eulalie-en-Royans,Santa Eulalia de Roians,Sent-Elali-an-Ruajan,lu wa ang de qu sheng e la li ye,Сент-Елалі-ан-Руаян,سین-یلے-این -رویانس,鲁瓦昂地区圣厄拉利耶		FR	84	26	261	26302	540	Europe/Paris
6616265	Saint-Sauveur-Gouvernet	saint-sauveur-gouvernet	Sant Sauvador Governet,Sant Sauvador e Governet,Sen-Sover-Guverne,sheng suo fu gu wei er nei,Сен-Совер-Гуверне,سین-سویر-گوورنٹ,圣索弗古韦尔内		FR	84	26	262	26329	183	Europe/Paris
6616266	Les Tourrettes	les-tourrettes	Las Torretas de Rose,Las Torretas de Ròse,Le-Turrett,Les Tourrettes,lai si tu er lei tai,Ле-Турретт,莱斯图尔雷泰		FR	84	26	262	26353	1035	Europe/Paris
6616268	Vaunaveys-la-Rochette	vaunaveys-la-rochette	Vaunaveys-la-Rochette		FR	84	26	261	26365	588	Europe/Paris
6616269	Granges-les-Beaumont	granges-les-beaumont	Granges-les-Beaumont		FR	84	26	263	26379	936	Europe/Paris
6616270	Ailly	ailly	Ailly,Aji,a yi,ayly  aywr,Айї,Аји,ایلی، ایور,阿伊		FR	28	27	271	27005	1152	Europe/Paris
6616272	Autheuil-Authouillet	autheuil-authouillet	Autheuil-Authouillet,Otej Otuje,Otej-Otue,ao te yi ao tu yi lai,Отей-Отуе,Отей-Отує,Отеј Отује,奥特伊奥图伊莱		FR	28	27	271	27025	958	Europe/Paris
6616273	Bâlines	balines	Balines,Bâlines		FR	28	27	272	27036	563	Europe/Paris
6616274	Barville	barville	Barvil,Barvil',Barville,ba er wei er,Барвил,Барвиль,Барвіль,巴尔维尔		FR	28	27	272	27042	64	Europe/Paris
6616275	La Bonneville-sur-Iton	la-bonneville-sur-iton	La Bonneville-sur-Iton,La-Bonnvil'-sjur-Iton,yi tong he pan la bo na wei er,Ла-Боннвиль-сюр-Итон,Ла-Боннвіль-сюр-Ітон,لا بونیولے-سور-اےون,伊通河畔拉博纳维尔		FR	28	27	273	27082	2182	Europe/Paris
6616276	Thénouville	thenouville	Thenouville,Thénouville		FR	28	27	272	27089	1010	Europe/Paris
6616277	Bourg-Beaudouin	bourg-beaudouin	Bourg-Beaudouin		FR	28	27	271	27104	714	Europe/Paris
6616278	Bournainville-Faverolles	bournainville-faverolles	Bournainville-Faverolles		FR	28	27	272	27106	485	Europe/Paris
6616279	Bretagnolles	bretagnolles	Bretagnolles		FR	28	27	273	27111	198	Europe/Paris
6616280	Breteuil	breteuil	Bretej,Breteuil,Britolium,bu lei te yi,Бретей,Бретеј,布雷特伊		FR	28	27	272	27112	4495	Europe/Paris
6616281	Caorches-Saint-Nicolas	caorches-saint-nicolas	Caorches-Saint-Nicolas		FR	28	27	272	27129	585	Europe/Paris
6616282	Capelle-les-Grands	capelle-les-grands	Capelle-les-Grands		FR	28	27	272	27130	433	Europe/Paris
6616283	Chauvincourt-Provemont	chauvincourt-provemont	Chauvincourt-Provemont		FR	28	27	271	27153	369	Europe/Paris
6616285	Conteville	conteville	Conteville,Kontvil,Kontvil',kong te wei er,Контвил,Контвиль,Контвіль,孔特维尔		FR	28	27	272	27169	985	Europe/Paris
6616286	Cuverville	cuverville	Cuverville		FR	28	27	271	27194	246	Europe/Paris
6616287	Doudeauville-en-Vexin	doudeauville-en-vexin			FR	28	27	271	27204	302	Europe/Paris
6616288	Duranville	duranville	Duranville		FR	28	27	272	27208	154	Europe/Paris
6616289	Le Favril	le-favril	Le-Favril',lei fa fu li,Ле-Фавриль,勒法夫里		FR	28	27	272	27237	172	Europe/Paris
6616292	Gournay-le-Guérin	gournay-le-guerin	Gournay-le-Guerin,Gournay-le-Guérin		FR	28	27	272	27291	132	Europe/Paris
6616293	Heubécourt-Haricourt	heubecourt-haricourt	Heubecourt-Haricourt,Heubécourt-Haricourt		FR	28	27	271	27331	462	Europe/Paris
6616294	La Lande-Saint-Léger	la-lande-saint-leger	La Lande-Saint-Leger,La Lande-Saint-Léger		FR	28	27	272	27361	356	Europe/Paris
6616295	Martagny	martagny	Martagny		FR	28	27	271	27392	152	Europe/Paris
6616296	Ménesqueville	menesqueville			FR	28	27	271	27396	467	Europe/Paris
6616297	Morainville-Jouveaux	morainville-jouveaux			FR	28	27	272	27415	371	Europe/Paris
6616299	Neaufles-Auvergny	neaufles-auvergny	Neaufles-Auvergny,Nofl'-Overn'i,nuo fu lai ao wei er ni,Нофль-Оверньи,Нофль-Оверньї,诺夫莱奥韦尔尼		FR	28	27	272	27427	423	Europe/Paris
6616300	Nojeon-en-Vexin	nojeon-en-vexin	Nojeon-en-Vexin		FR	28	27	271	27437	338	Europe/Paris
6616301	Les Places	les-places	Les Places		FR	28	27	272	27459	78	Europe/Paris
6616302	Pressagny-l'Orgueilleux	pressagny-l-orgueilleux	Pressagny-l'Orgueilleux		FR	28	27	271	27477	706	Europe/Paris
6616303	Sainte-Colombe-la-Commanderie	sainte-colombe-la-commanderie			FR	28	27	272	27524	835	Europe/Paris
6616304	Saint-Philbert-sur-Boissey	saint-philbert-sur-boissey	Saint-Philbert-sur-Boissey		FR	28	27	272	27586	172	Europe/Paris
6616305	Saint-Sulpice-de-Grimbouville	saint-sulpice-de-grimbouville	Saint-Sulpice-de-Grimbouville,Sen-Sjul'pis-de-Grembuvil',sheng xu er pi ke de ge li mu bu wei er,Сен-Сюльпис-де-Грембувиль,Сен-Сюльпіс-де-Грембувіль,圣叙尔皮克德格里姆布维尔		FR	28	27	272	27604	174	Europe/Paris
6616306	Saint-Sylvestre-de-Cormeilles	saint-sylvestre-de-cormeilles	Saint-Sylvestre-de-Cormeilles,Sen-Sil'vestr-de-Kormej,sheng xi er wei si te er de ke er mei lai,Сен-Сильвестр-де-Кормей,Сен-Сільвестр-де-Кормей,圣西尔韦斯特尔德科尔梅莱		FR	28	27	272	27605	250	Europe/Paris
6616307	Serez	serez	Serez		FR	28	27	273	27621	145	Europe/Paris
6616308	Touffreville	touffreville			FR	28	27	271	27649	348	Europe/Paris
6616310	Le Tronquay	le-tronquay	Le Tronquay,Le-Tronke,lei te long qu ai,Ле-Тронке,勒特龙屈艾		FR	28	27	271	27664	510	Europe/Paris
6616311	Sylvains-Lès-Moulins	sylvains-les-moulins	Sylvains-Les-Moulins,Sylvains-Lès-Moulins		FR	28	27	272	27693	1296	Europe/Paris
6616312	Vitot	vitot	Vitot		FR	28	27	272	27698	558	Europe/Paris
6616313	Val-de-Reuil	val-de-reuil	Val-de-Reuil		FR	28	27	271	27701	13282	Europe/Paris
6616315	Bailleau-Armenonville	bailleau-armenonville	Bajo Armenonvil,Bajo-Armenonvil',bai luo a er mang weng wei er,Байо-Арменонвіль,Бајо Арменонвил,拜洛阿尔芒翁维尔		FR	24	28	281	28023	1399	Europe/Paris
6616316	Baudreville	baudreville	Baudreville,Bodrevil',Bodrvil,bo de lei wei er,Бодрвил,Бодревіль,博德勒维尔		FR	24	28	281	28026	265	Europe/Paris
6616317	Berchères-Saint-Germain	bercheres-saint-germain	Bercheres-Saint-Germain,Berchères-Saint-Germain,Bersher Sen Zhermen,Bersher-Sen-Zhermen,bei er xie lei sheng ri er man,Бершер Сен Жермен,Бершер-Сен-Жермен,贝尔谢雷圣日尔曼		FR	24	28	281	28034	831	Europe/Paris
6616319	La Bourdinière-Saint-Loup	la-bourdiniere-saint-loup	Bourdiniere-Saint-Loup,Bourdinière-Saint-Loup,Burdenijer Sen Lu,La Bourdiniere-Saint-Loup,La Bourdinière-Saint-Loup,La-Burdin'er-Sen-Lu,la bu er di ni ai sheng lu,Бурденијер Сен Лу,Ла-Бурдіньєр-Сен-Лу,لا بورڈینییری-سین-لوپ,拉布尔迪尼埃圣卢		FR	24	28	281	28048	717	Europe/Paris
6616320	Boutigny-Prouais	boutigny-prouais	Boutigny-Prouais,Butin'i-Prue,Butini Prue,bu di ni pu lu ai,Бутињи Пруе,Бутіньї-Пруе,布蒂尼普鲁艾		FR	24	28	283	28056	1757	Europe/Paris
6616321	Champrond-en-Perchet	champrond-en-perchet	Champrond-en-Perchet,Shamprond an Pershe,Shamprond-an-Pershe,pei er xie de qu shang pu long,Шампронд ан Перше,Шампронд-ан-Перше,佩尔谢地区尚普龙		FR	24	28	284	28072	402	Europe/Paris
6616322	Champseru	champseru			FR	24	28	281	28073	326	Europe/Paris
6616323	Le Coudray	le-coudray	Le-Kudre,lei ku de lai,Ле-Кудре,勒库德赖		FR	24	28	281	28110	4190	Europe/Paris
6616324	Crucey-Villages	crucey-villages	Crucey-Villages		FR	24	28	283	28120	470	Europe/Paris
6616325	Le Favril	le-favril	Le Favril,Le-Favril',lei fa fu li,Ле-Фавриль,勒法夫里		FR	24	28	281	28148	358	Europe/Paris
6616326	Fessanvilliers-Mattanvilliers	fessanvilliers-mattanvilliers	Fessanvilliers-Mattanvilliers		FR	24	28	283	28151	175	Europe/Paris
6616327	Gasville-Oisème	gasville-oiseme	Gasville-Oiseme,Gasville-Oisème		FR	24	28	281	28173	1416	Europe/Paris
6616328	Guillonville	guillonville	Gijonvil',Guillonville,ji long wei er,Гійонвіль,吉隆维尔		FR	24	28	282	28190	443	Europe/Paris
6616329	Illiers-Combray	illiers-combray			FR	24	28	281	28196	3325	Europe/Paris
6616330	Marville-Moutiers-Brûlé	marville-moutiers-brule	Marville-Moutiers-Brule,Marville-Moutiers-Brûlé		FR	24	28	283	28239	965	Europe/Paris
6616332	Néron	neron	Neron,Néron,nei long,Нерон,内龙		FR	24	28	283	28275	654	Europe/Paris
6616333	Réclainville	reclainville			FR	24	28	281	28313	190	Europe/Paris
6616334	Rouvres	rouvres	Ruvr,lu fu lei,Рувр,鲁夫雷		FR	24	28	283	28321	809	Europe/Paris
6616335	Villemaury	villemaury	Sen-Klu-an-Djunua,Villemaury,dan wa de qu sheng ke lu,Сен-Клу-ан-Дюнуа,سینٹ-کلاؤڈ-این -دنوس,丹瓦地区圣克卢		FR	24	28	282	28330	1411	Europe/Paris
6616336	Saint-Sauveur-Marville	saint-sauveur-marville	Saint-Sauveur-Marville,Sen-Sover-Marvil',sheng suo fu ma er wei er,Сен-Совер-Марвіль,سین-سویر-مرویلے,圣索弗马尔维尔		FR	24	28	283	28360	920	Europe/Paris
6616338	Thimert-Gâtelles	thimert-gatelles			FR	24	28	283	28386	1267	Europe/Paris
6616339	Toury	toury	Toury,Turi,tu li,Турі,图里		FR	24	28	281	28391	2613	Europe/Paris
6616340	Tremblay-les-Villages	tremblay-les-villages	Tramble-le-Villazh,Tremblay-les-Villages,te lang bu lai lai wei la re,Трамбле-ле-Віллаж,特朗布莱莱维拉热		FR	24	28	283	28393	2291	Europe/Paris
6616341	Varize	varize	Variz,wa li ci,waryz  awr-a-lwar,Вариз,واریز، اور-ا-لوآر,瓦里兹		FR	24	28	282	28400	197	Europe/Paris
6616342	Ver-lès-Chartres	ver-les-chartres	Ver-le-Shartr,Ver-les-Chartres,Ver-lès-Chartres,wei lai sha er te lei,wyr las chrtrs,Вер-ле-Шартр,وئر لاس چرترس,韦莱沙尔特雷		FR	24	28	281	28403	790	Europe/Paris
6616343	Villebon	villebon	Vil'bon,Villebon,wei lei bang,Вільбон,维勒邦		FR	24	28	281	28414	75	Europe/Paris
6616344	Guilvinec	guilvinec	Guilvinec		FR	53	29	294	29072	2684	Europe/Paris
6616345	Île-de-Batz	ile-de-batz	Ile-de-Batz,Île-de-Batz		FR	53	29	293	29082	464	Europe/Paris
6616346	Île-de-Sein	ile-de-sein	Ile-de-Sein,Île-de-Sein		FR	53	29	294	29083	244	Europe/Paris
6616347	Île-Molène	ile-molene	Ile-Molene,Île-Molène		FR	53	29	291	29084	132	Europe/Paris
6616348	Lanmeur	lanmeur			FR	53	29	293	29113	2195	Europe/Paris
6616349	Loc-Eguiner	loc-eguiner	Loc-Eguiner,Loc-Éguiner,Logeginer-Plouziri,Lok-Egine,luo ke ai ji nei,rokku=egineru,Лок-Егине,Лок-Егіне,ロック＝エギネール,洛克埃吉内		FR	53	29	293	29128	400	Europe/Paris
6616350	Locmaria-Plouzané	locmaria-plouzane	Locmaria-Plouzane,Locmaria-Plouzané		FR	53	29	291	29130	5052	Europe/Paris
6616351	Lothey	lothey	Lothey		FR	53	29	292	29142	463	Europe/Paris
6616352	Penmarch	penmarch	Penmarch		FR	53	29	294	29158	5352	Europe/Paris
6616353	Plouezoc'h	plouezoc-h			FR	53	29	293	29186	1592	Europe/Paris
6616354	Plouhinec	plouhinec	Ploeneg,Plouhinec,Pluinek,pu lu yi nei ke,puruinekku,Плуинек,Плуїнек,プルイネック,普卢伊内克		FR	53	29	294	29197	3960	Europe/Paris
6616355	Plourin-lès-Morlaix	plourin-les-morlaix	Plourin-Montroulez		FR	53	29	293	29207	4412	Europe/Paris
6616356	Plourin	plourin			FR	53	29	291	29208	1245	Europe/Paris
6616357	Saint-Pabu	saint-pabu	Saint-Pabu		FR	53	29	291	29257	2083	Europe/Paris
6616358	Pont-de-Buis-lès-Quimerch	pont-de-buis-les-quimerch			FR	53	29	292	29302	3874	Europe/Paris
6616359	Altagène	altagene			FR	94	2A	2A4	2A011	46	Europe/Paris
6616360	Bastelicaccia	bastelicaccia	Bastelikacha,Bastelikachcha,Bastilicaccia,Бастеликача,Бастеликачча,Бастелікачча		FR	94	2A	2A1	2A032	3914	Europe/Paris
6616361	Belvédère-Campomoro	belvedere-campomoro	Bel'veder-Kampomoro,Belvedere Kampomoro,Belvedere-Campomoro,Belvideri e Campumoru,Belvideri è Campumoru,Belvédère-Campomoro,Белведере Кампоморо,Бельведер-Кампоморо		FR	94	2A	2A4	2A035	164	Europe/Paris
6616362	Campo	campo	Campo		FR	94	2A	2A1	2A056	106	Europe/Paris
6616363	Cognocoli-Monticchi	cognocoli-monticchi	Cognocoli-Monticchi		FR	94	2A	2A1	2A091	168	Europe/Paris
6616364	Cozzano	cozzano	Cozzano,Cuzza,Cuzzà,Kocano,Koccano,Kodzano,ke zha nuo,Кодзано,Коцано,Коццано,科扎諾		FR	94	2A	2A1	2A099	270	Europe/Paris
6616365	Cuttoli-Corticchiato	cuttoli-corticchiato	Cuttoli-Corticchiato,Cuttuli e Curtichjatu,Cuttuli è Curtichjatu,Kutoli-Kortikijato,Kuttoli-Kortikk'jato,Kuttoli-Kortikkjato,Кутоли-Кортикијато,Куттоли-Кортиккьято,Куттолі-Кортіккято		FR	94	2A	2A1	2A103	1979	Europe/Paris
6616366	Eccica-Suarella	eccica-suarella	Eccica-Suarella		FR	94	2A	2A1	2A104	1162	Europe/Paris
6616367	Évisa	evisa	Evisa,Évisa		FR	94	2A	2A1	2A108	213	Europe/Paris
6616368	Figari	figari	Ficaria,Figari,Fìgari,fygary,Фигари,Фігарі,فیگاری		FR	94	2A	2A4	2A114	1438	Europe/Paris
6616369	Guargualé	guarguale	Guarguale,Guargualé,Gvargvale,Varguale,Vargualè,Гваргвале,Гуаргуале		FR	94	2A	2A1	2A132	140	Europe/Paris
6616370	Guitera-les-Bains	guitera-les-bains	Guitera-les-Bains		FR	94	2A	2A1	2A133	147	Europe/Paris
6616371	Lecci	lecci	Lechchi,rekushi,Леччи,Леччі,レクシ		FR	94	2A	2A4	2A139	1726	Europe/Paris
6616372	Mela	mela	Mela,Мела		FR	94	2A	2A4	2A158	29	Europe/Paris
6616373	Pastricciola	pastricciola	Pastricciola		FR	94	2A	2A1	2A204	97	Europe/Paris
6616374	Piana	piana	Piana		FR	94	2A	2A1	2A212	482	Europe/Paris
6616375	Sampolo	sampolo	Sampolo		FR	94	2A	2A1	2A268	73	Europe/Paris
6616376	Serra-di-Scopamène	serra-di-scopamene	Sarra di Scupame,Sarra di Scupamè,Serra di Scopamene,Serra-di-Scopamene,Serra-di-Scopamène,Serra-di-Skopamen,Serra-di-Skopamene,Серра-ди-Скопамен,Серра-ди-Скопамене,Серра-ді-Скопамен		FR	94	2A	2A4	2A278	95	Europe/Paris
6616377	Sant'Andréa-d'Orcino	sant-andrea-d-orcino	Sant'Andrea-d'Orcino,Sant'Andréa-d'Orcino		FR	94	2A	2A1	2A295	108	Europe/Paris
6616378	Sainte-Lucie-de-Tallano	sainte-lucie-de-tallano	Sainte-Lucie-de-Tallano,Santa Lucia dAttalla,Santa Lucia di Tallano,Santa Lucìa dAttallà,Sent-Ljusi-de-Tallano,Сент-Люси-де-Таллано,Сент-Люсі-де-Таллано,سین-لکے-دے-تلانو		FR	94	2A	2A4	2A308	444	Europe/Paris
6616379	Zérubia	zerubia	Cerubija,Dzerubija,Zerubia,Zirubia,Дзерубия,Церубия,Церубія		FR	94	2A	2A4	2A357	40	Europe/Paris
6616380	Zévaco	zevaco	Cevako,Dzevako,Zevaco,Zevacu,Zèvacu,Zévaco,Дзевако,Цевако		FR	94	2A	2A1	2A358	59	Europe/Paris
6616381	Aléria	aleria	Aleria,Aléria		FR	94	2B	2B3	2B009	2206	Europe/Paris
6616382	Altiani	altiani			FR	94	2B	2B3	2B012	47	Europe/Paris
6616383	Barbaggio	barbaggio	Barbaggio		FR	94	2B	2B5	2B029	290	Europe/Paris
6616384	Barrettali	barrettali			FR	94	2B	2B2	2B030	132	Europe/Paris
6616385	Borgo	borgo	Borgo,U Borgu,Борго		FR	94	2B	2B2	2B042	8766	Europe/Paris
6616386	Cagnano	cagnano			FR	94	2B	2B2	2B046	171	Europe/Paris
6616387	Carcheto-Brustico	carcheto-brustico	Carcheto Brustico,Carcheto-Brustico,Carchetu e Brusticu,Carchetu è Brusticu,Karketo-Brustiko,Каркето-Брустико,Каркето-Брустіко		FR	94	2B	2B3	2B063	32	Europe/Paris
6616388	Casabianca	casabianca	Casabianca,Kazab'janka,Kazabjanka,Казабьянка,Казабянка,Казабјанка		FR	94	2B	2B3	2B069	87	Europe/Paris
6616389	Casanova	casanova	Casanova		FR	94	2B	2B3	2B074	378	Europe/Paris
6616390	Castello-di-Rostino	castello-di-rostino	Castello-di-Rostino		FR	94	2B	2B3	2B079	465	Europe/Paris
6616391	Costa	costa	A Costa,Costa,Kosta,Коста		FR	94	2B	2B5	2B097	63	Europe/Paris
6616392	Croce	croce	A Croce dAmpugnani,Croce,Kroche,Кроче		FR	94	2B	2B3	2B101	73	Europe/Paris
6616393	Ersa	ersa	Ehrsa,Ersa,Ерса,Эрса		FR	94	2B	2B2	2B107	152	Europe/Paris
6616394	Farinole	farinole	Farinole		FR	94	2B	2B5	2B109	217	Europe/Paris
6616395	Ficaja	ficaja	Ficaja		FR	94	2B	2B3	2B113	51	Europe/Paris
6616396	Galéria	galeria	Galeria,Galéria		FR	94	2B	2B5	2B121	341	Europe/Paris
6616489	La Salvetat-Saint-Gilles	la-salvetat-saint-gilles			FR	76	31	313	31526	8234	Europe/Paris
6616397	Gavignano	gavignano	Gavignano,Gavignanu,Gavin'jano,Гавиньяно,Гавіньяно		FR	94	2B	2B3	2B122	54	Europe/Paris
6616398	L'Île-Rousse	l-ile-rousse	L'Ile-Rousse,L'Île-Rousse		FR	94	2B	2B5	2B134	3103	Europe/Paris
6616399	Lozzi	lozzi	Lozzi		FR	94	2B	2B3	2B147	121	Europe/Paris
6616400	Luri	luri	Luri,Лури,Лурі		FR	94	2B	2B2	2B152	829	Europe/Paris
6616401	Montegrosso	montegrosso	Montegrosso		FR	94	2B	2B5	2B167	426	Europe/Paris
6616402	Morsiglia	morsiglia			FR	94	2B	2B2	2B170	128	Europe/Paris
6616403	Murato	murato	Murato,Muratu,Мурато		FR	94	2B	2B5	2B172	601	Europe/Paris
6616404	Olcani	olcani			FR	94	2B	2B2	2B184	82	Europe/Paris
6616405	Olmeta-di-Capocorso	olmeta-di-capocorso	Olmeta-di-Capocorso		FR	94	2B	2B2	2B187	147	Europe/Paris
6616406	Olmo	olmo	LOlmu,Ol'mo,Olmo,Ольмо		FR	94	2B	2B3	2B192	163	Europe/Paris
6616407	Ortale	ortale	LOrtale,Ortale,Ортале		FR	94	2B	2B3	2B194	25	Europe/Paris
6616408	Parata	parata	A Parata,Parata,Парата		FR	94	2B	2B3	2B202	24	Europe/Paris
6616409	Patrimonio	patrimonio	Patrimonio		FR	94	2B	2B5	2B205	772	Europe/Paris
6616410	Pietracorbara	pietracorbara	Pietracorbara		FR	94	2B	2B2	2B224	651	Europe/Paris
6616411	Pietricaggio	pietricaggio	P'etrikadzho,Petrikadzho,U Petricaghju dAlisgiani,Пьетрикаджо,Пєтрикаджо		FR	94	2B	2B3	2B227	35	Europe/Paris
6616412	Piève	pieve	Pieve,Piève		FR	94	2B	2B5	2B230	109	Europe/Paris
6616413	Piobetta	piobetta	P'obetta,Piobetta,Piupetta,Pjobetta,Пйобетта,Пьобетта		FR	94	2B	2B3	2B234	20	Europe/Paris
6616414	Prato-di-Giovellina	prato-di-giovellina	Prato-di-Giovellina		FR	94	2B	2B3	2B248	43	Europe/Paris
6616415	Pruno	pruno	Pruno,U Prunu,Пруно		FR	94	2B	2B3	2B252	172	Europe/Paris
6616416	Rogliano	rogliano	Rogliano,Rol'jano,Rublanum,Ruglianu,Рольяно		FR	94	2B	2B2	2B261	568	Europe/Paris
6616417	Serra-di-Fiumorbo	serra-di-fiumorbo	Sarra di Fiumorbu,Serra di Fiumorbo,Serra-di-F'jumorbo,Serra-di-Fiumorbo,Serra-di-Fjumorbo,Серра-ди-Фьюморбо,Серра-ді-Фюморбо		FR	94	2B	2B3	2B277	330	Europe/Paris
6616418	Sant'Andréa-di-Bozio	sant-andrea-di-bozio	Sant'Andrea-di-Bozio,Sant'Andréa-di-Bozio		FR	94	2B	2B3	2B292	73	Europe/Paris
6616419	Sant'Andréa-di-Cotone	sant-andrea-di-cotone	Sant'Andrea-di-Cotone,Sant'Andréa-di-Cotone		FR	94	2B	2B3	2B293	244	Europe/Paris
6616420	San-Gavino-d'Ampugnani	san-gavino-d-ampugnani	San-Gavino-d'Ampugnani		FR	94	2B	2B3	2B299	107	Europe/Paris
6616421	Tomino	tomino	Tomino		FR	94	2B	2B2	2B327	218	Europe/Paris
6616422	Valle-d'Alesani	valle-d-alesani			FR	94	2B	2B3	2B334	115	Europe/Paris
6616423	Verdèse	verdese	Verdese,Verdèse		FR	94	2B	2B3	2B344	35	Europe/Paris
6616424	Vignale	vignale	Vin'jale,Виньяле,Віньяле		FR	94	2B	2B2	2B350	163	Europe/Paris
6616425	Ville-di-Pietrabugno	ville-di-pietrabugno			FR	94	2B	2B2	2B353	3292	Europe/Paris
6616426	Aigues-Vives	aigues-vives	Aigas Vivas,Aigasvivas,Aigues-Vives,Eg-Viv,Egu-Viv,Ehg-Viv,ai ge wei wo,aygws-wywz  gard,Ег-Вив,Ег-Вів,Егу-Вив,Эг-Вив,ایگوس-ویوز، گارد,艾格维沃		FR	76	30	302	30004	3271	Europe/Paris
6616427	Les Angles	les-angles	Angl,Angles,Les Angles,Lez-Angl',lai sang ge lai,Англ,Лез-Англь,莱桑格莱		FR	76	30	302	30011	8388	Europe/Paris
6616428	Bonnevaux	bonnevaux	Bonavau,Bonnevaux,Bonnvo,Bonvo,Bònavau,bo na wo,Бонво,Боннво,博纳沃		FR	76	30	301	30044	89	Europe/Paris
6616429	Brouzet-lès-Quissac	brouzet-les-quissac	Broset de Quicac,Broset de Quiçac,Brouzet-les-Quissac,Brouzet-lès-Quissac,Bruze le Kisak,Bruze-le-Kissak,bu lu ze lai qu yi sa ke,Брузе ле Кисак,Брузе-ле-Киссак,Брузе-ле-Кіссак,布鲁泽莱屈伊萨克		FR	76	30	303	30054	286	Europe/Paris
6616430	La Cadière-et-Cambo	la-cadiere-et-cambo	Cadiere-et-Cambo,Cadière-et-Cambo,Kadjer et Kambo,La Cadieira e Cambon,La Cadièira e Cambon,La-Kad'er-e-Kambo,la ka di ai he kang bo,Кадјер ет Камбо,Ла-Кадьер-е-Камбо,Ла-Кадьєр-е-Камбо,لا کاڈییری-اے-کامبو,拉卡迪埃和康博		FR	76	30	303	30058	209	Europe/Paris
6616431	Castelnau-Valence	castelnau-valence	Castelnau-Valence,Castelnou e Valenca,Castèlnòu e Valença,Kastel'no-Valans,Kastelno Valans,ka si tai er nuo wa lang ke,Кастелно Валанс,Кастельно-Валанс,卡斯泰尔诺瓦朗克		FR	76	30	301	30072	449	Europe/Paris
6616432	Fons	fons	Fon,Fons,Fonts,Fònts,feng zhen,Фон,丰镇		FR	76	30	302	30112	1453	Europe/Paris
6616433	Fontanès	fontanes	Fontane,Fontanes,Fontanès,feng ta nei,Фонтане,Фонтанес,丰塔内		FR	76	30	302	30114	687	Europe/Paris
6616434	Fourques	fourques	Forcas,Furk,fu er qu ai,Фурк,富尔屈埃		FR	76	30	302	30117	2896	Europe/Paris
6616435	Gallargues-le-Montueux	gallargues-le-montueux	Gallargues-le-Montueux		FR	76	30	302	30123	3689	Europe/Paris
6616436	Garrigues-Sainte-Eulalie	garrigues-sainte-eulalie	Garrig-Sent-Elali,Garriga e Senta Olha,Garrigues-Sainte-Eulalie,jia er li gai sheng e la li ye,Гарриг-Сент-Елали,Гарриг-Сент-Елалі,加尔里盖圣厄拉利耶		FR	76	30	302	30126	739	Europe/Paris
6616437	Jonquières-Saint-Vincent	jonquieres-saint-vincent	Jonquieres-Saint-Vincent,Jonquières-Saint-Vincent		FR	76	30	302	30135	3743	Europe/Paris
6616438	Lanuéjols	lanuejols	Lanjuezhol',Lanuejols,Lanuèjols,Lanuéjols,la ni ai ruo er,Ланюежоль,لانویجولس، گارڈ,拉尼埃若尔		FR	76	30	303	30139	358	Europe/Paris
6616439	Logrian-Florian	logrian-florian	Logrian-Florian		FR	76	30	303	30150	264	Europe/Paris
6616440	Massanes	massanes	Massanes		FR	76	30	301	30161	194	Europe/Paris
6616441	Mons	mons	Mon,Mons,Monts,meng zhen,Мон,蒙镇		FR	76	30	301	30173	1657	Europe/Paris
6616442	Orthoux-Sérignac-Quilhan	orthoux-serignac-quilhan	Orthoux-Serignac-Quilhan,Orthoux-Sérignac-Quilhan		FR	76	30	303	30192	409	Europe/Paris
6616443	Robiac-Rochessadoule	robiac-rochessadoule	Robiac e Roca-sadola,Robiac e Ròca-sadola,Robiac-Rochessadoule,Robiak-Roshsadul',luo bi a ke luo xie sa du er,Робиак-Рошсадуль,Робіак-Рошсадуль,罗比阿克罗谢萨杜尔		FR	76	30	301	30216	849	Europe/Paris
6616444	Sainte-Anastasie	sainte-anastasie	Sainte-Anastasie,Sent-Anastazi,Senta Anastasia,Senta Anastasiá,sheng a na si ta xie,syn-anastsyy  grd,Сент-Анастази,Сент-Анастазі,سین-اناستسئی، گرد,圣阿纳斯塔谢		FR	76	30	302	30228	1677	Europe/Paris
6616445	Saint-Bonnet-de-Salendrinque	saint-bonnet-de-salendrinque	Saint-Bonnet-de-Salendrinque,Sen-Bonne-de-Salandrink,Sent Bonet de Salendrenca,sheng bo nei de sa lang de lan qu ai,Сен-Бонне-де-Саландринк,سینٹ-بونٹ-دے-سلندرینقے,圣博内德萨朗德兰屈埃		FR	76	30	301	30236	117	Europe/Paris
6616446	Saint-Brès	saint-bres	Saint-Bres,Saint-Brès,Sen-Bre,Sent Brec,Sent Breç,sheng bu lei,Сен-Бре,سینٹ-برس، گرد,圣布雷		FR	76	30	301	30237	648	Europe/Paris
6616447	Saint-Étienne-de-l'Olm	saint-etienne-de-l-olm	Saint-Etienne-de-l'Olm,Saint-Étienne-de-l'Olm		FR	76	30	301	30250	374	Europe/Paris
6616448	Saint-Jean-du-Pin	saint-jean-du-pin	Saint-Jean-du-Pin,Sen-Zhan-dju-Pen,Sent Jan del Pin,Sent Joan del Pin,sheng rang di pan,Сен-Жан-дю-Пен,سینٹ-ژاں -دو-پن,圣让迪潘		FR	76	30	301	30270	1511	Europe/Paris
6616449	Saint-Julien-les-Rosiers	saint-julien-les-rosiers	Saint-Julien-les-Rosiers,Sen-Zhul'en-le-Roz'e,Sent Julian de Valgalga,Sent Julian dels Rosiers,sheng rui li an lai luo xie er,Сен-Жульен-ле-Розье,Сен-Жульєн-ле-Розьє,سینٹ-جلیں -لیس-روسیرس,圣瑞利安莱罗谢尔		FR	76	30	301	30274	3330	Europe/Paris
6616450	Saint-Nazaire	saint-nazaire	Saint-Nazaire,Sen-Nazer,Sent Nasari,Sent Nazari,sheng na ze er,Сен-Назер,سینٹ-نظارے، گرد,圣纳泽尔		FR	76	30	302	30288	1210	Europe/Paris
6616451	Saint-Sauveur-Camprieu	saint-sauveur-camprieu	Saint-Sauveur-Camprieu		FR	76	30	303	30297	257	Europe/Paris
6616452	Saint-Sébastien-d'Aigrefeuille	saint-sebastien-d-aigrefeuille			FR	76	30	301	30298	512	Europe/Paris
6616453	Sanilhac-Sagriès	sanilhac-sagries	San'jak-Sagries,Sanilhac e Sagriers,sa ni ya ke sa ge li ye,Саньяк-Сагриес,Саньяк-Сагрієс,萨尼亚克萨格里耶		FR	76	30	302	30308	793	Europe/Paris
6616454	Sauveterre	sauveterre	Sauvaterra,Sauvatèrra,Sovterr,suo wei tai er,Совтерр,索韦泰尔		FR	76	30	302	30312	2028	Europe/Paris
6616455	Vers-Pont-du-Gard	vers-pont-du-gard			FR	76	30	302	30346	1880	Europe/Paris
6616456	Villeneuve-lès-Avignon	villeneuve-les-avignon	Villeneuve-les-Avignon,Villeneuve-lès-Avignon		FR	76	30	302	30351	11901	Europe/Paris
6616457	Albiac	albiac	Al'biak,Albiac,Albijak,a er bi a ke,albayak  awt-garwn,Албијак,Альбиак,Альбіак,البایاک، اوت-گارون,阿尔比阿克		FR	76	31	313	31006	210	Europe/Paris
6616458	Aucamville	aucamville	Aucamvila,Aucamville,Okamvil,Okamvil',ao kang wei er,Окамвил,Окамвиль,Окамвіль,奥康维尔		FR	76	31	313	31022	8413	Europe/Paris
6616459	Avignonet-Lauragais	avignonet-lauragais	Avin'jone-Lorage,Avin'onet-Lorage,Avinhonet de Lauragues,Avinhonet de Lauragués,Avinon Lorage,a wei ni ao nei luo la gai,Авиньонет-Лораге,Авињон Лораге,Авіньйоне-Лораге,阿维尼奥内洛拉盖		FR	76	31	313	31037	1491	Europe/Paris
6616460	Bellegarde-Sainte-Marie	bellegarde-sainte-marie	Bel'gard-Sent-Mari,Belgard Sen Mari,Bellegarde-Sainte-Marie,Beragarda e Senta Maria,Bèragarda e Senta Maria,bei lei jia er de sheng ma li,Белгард Сен Мари,Бельгард-Сент-Мари,Бельгард-Сент-Марі,贝勒加尔德圣玛丽		FR	76	31	313	31061	195	Europe/Paris
6616461	Boulogne-sur-Gesse	boulogne-sur-gesse	Bolonha de Gessa,Boulogne-sur-Gesse,Bulon sir Zhes,Bulon'-sjur-Zhes,Bulon'-sjur-Zhess,re si he pan bu luo ni,Булонь-сюр-Жес,Булонь-сюр-Жесс,Булоњ сир Жес,热斯河畔布洛尼		FR	76	31	312	31080	1596	Europe/Paris
6616462	Le Burgaud	le-burgaud	Le Burgaud		FR	76	31	313	31093	955	Europe/Paris
6616463	Castelmaurou	castelmaurou	Castelmaurou		FR	76	31	313	31117	4238	Europe/Paris
6616464	Caubous	caubous	Caubos,Caubous,Caubós,Kobu,Kobus,ke bu,Кобу,Кобус,科布		FR	76	31	312	31127	4	Europe/Paris
6616465	Cierp-Gaud	cierp-gaud	Cierp-Gaud		FR	76	31	312	31144	738	Europe/Paris
6616466	Clarac	clarac	Clarac		FR	76	31	312	31147	616	Europe/Paris
6616467	Fabas	fabas	Faba,Fabas,Havars,fa ba,Фаба,Фабас,فاباس۔ ہوتے-گارونے,法巴		FR	76	31	312	31178	203	Europe/Paris
6616468	Grazac	grazac	Grazac		FR	76	31	311	31231	576	Europe/Paris
6616469	Laffite-Toupière	laffite-toupiere	Laffite-Toupiere,Laffite-Toupière		FR	76	31	312	31260	107	Europe/Paris
6616470	Lafitte-Vigordane	lafitte-vigordane			FR	76	31	311	31261	1171	Europe/Paris
6616471	Lalouret-Laffiteau	lalouret-laffiteau	Lalouret-Laffiteau		FR	76	31	312	31268	134	Europe/Paris
6616472	Lapeyrère	lapeyrere	Lapeyrere,Lapeyrère		FR	76	31	311	31272	68	Europe/Paris
6616473	Larroque	larroque	Larroque		FR	76	31	312	31276	293	Europe/Paris
6616474	Lasserre-Pradère	lasserre-pradere	La Serra,La Sèrra,Laser,Lasserr,Lasserre-Pradere,Lasserre-Pradère,la sai er,Ласер,Лассерр,拉塞尔		FR	76	31	313	31277	1502	Europe/Paris
6616475	Lavernose-Lacasse	lavernose-lacasse			FR	76	31	311	31287	2958	Europe/Paris
6616476	Lherm	lherm	LErm,Lerm,Lherm,LÈrm,ye er mu,Лерм,耶尔姆		FR	76	31	311	31299	3630	Europe/Paris
6616477	Marignac	marignac	Marignac,Marin'jak,Marinhac,ma li ni ya ke,Мариньяк,马里尼亚克		FR	76	31	312	31316	480	Europe/Paris
6616478	Mauvezin	mauvezin	Mauvezin		FR	76	31	312	31333	90	Europe/Paris
6616479	Mazères-sur-Salat	mazeres-sur-salat	Mazeres-sur-Salat,Mazères-sur-Salat		FR	76	31	312	31336	601	Europe/Paris
6616480	Mons	mons			FR	76	31	313	31355	1762	Europe/Paris
6616481	Montlaur	montlaur	Monlor,Montlaur,meng te luo,Монлор,蒙特洛		FR	76	31	313	31384	1447	Europe/Paris
6616482	Peyssies	peyssies	Peyssies		FR	76	31	311	31416	568	Europe/Paris
6616483	Pins-Justaret	pins-justaret	Pen-Zhjustare,Pen-Zhustare,Pins e Justaret,Pins-Justaret,pan rui si ta lei,Пен-Жустаре,Пен-Жюстаре,潘瑞斯塔雷		FR	76	31	311	31421	4384	Europe/Paris
6616484	Polastron	polastron	Polastron		FR	76	31	311	31428	55	Europe/Paris
6616485	Quint-Fonsegrives	quint-fonsegrives	Ken-Fonsgriv,Quint e Fontsagrivas,Quint e Fontssagrivas,Quint-Fonsegrives,qu an feng sai ge li wei,Кен-Фонсгрив,屈安丰塞格里韦		FR	76	31	313	31445	5606	Europe/Paris
6616486	Saint-Paul-sur-Save	saint-paul-sur-save	Saint-Paul-sur-Save		FR	76	31	313	31507	1574	Europe/Paris
6616487	Saint-Rome	saint-rome	Saint-Rome,Sen-Rom,Sent Roma,Sent Roman,sheng long,syn-rwm,Сен-Ром,سین-روم,圣龙		FR	76	31	313	31514	48	Europe/Paris
6616488	Saint-Sauveur	saint-sauveur	Saint-Sauveur,Sen-Sover,Sen-Sovjor,Sent Salvador,sheng suo fu,Сен-Совер,Сен-Совёр,سین-سویر، ہوتے-گرون,圣索弗		FR	76	31	313	31516	1762	Europe/Paris
6616490	Sauveterre-de-Comminges	sauveterre-de-comminges	Sauvaterra de Comenge,Sauvaterra de Comenges,Sauvatèrra de Comenge,Sauvatèrra de Comenges,Sauveterre-de-Comminges,Sovter-de-Kommenzh,Sovterr-de-Kommenzh,suo wei tai er de ke man re,Совтер-де-Комменж,Совтерр-де-Комменж,索韦泰尔德科曼热		FR	76	31	312	31535	639	Europe/Paris
6616491	Les Tourreilles	les-tourreilles	Les Tourreilles		FR	76	31	312	31556	387	Europe/Paris
6616492	Varennes	varennes	Las Varenas,Varen,Varenn,Varennes,wa lei nei,wrns  hwt grn,Варен,Варенн,ورنس، هوت گرن,瓦雷内		FR	76	31	313	31568	268	Europe/Paris
6616493	Verfeil	verfeil	Verfeil,Verfej,Verfuelh,Verfuèlh,Vrudfuelh,Vrudfuèlh,wei er fei,wrfyl  hwt grn,Верфей,ورفیل، هوت گرن,韦尔费		FR	76	31	313	31573	3561	Europe/Paris
6616494	Vernet	vernet	Verne,Vernet,wei er nei,wrnt  hwt grn,Верне,ورنت، هوت گرن,韦尔内		FR	76	31	311	31574	2758	Europe/Paris
6616495	Villate	villate	Vilata,Villat,Villate,wei la te,Виллат,Віллат,维拉特		FR	76	31	311	31580	915	Europe/Paris
6616496	Escoulis	escoulis	Escoulis		FR	76	31	312	31591	81	Europe/Paris
6616497	Larra	larra	Larra,Larran,la er la,Ларра,لارا، ہوٹی-گارونی,拉尔拉		FR	76	31	313	31592	1828	Europe/Paris
6616498	Cazac	cazac			FR	76	31	312	31593	88	Europe/Paris
6616499	Aurensan	aurensan	Aurensan,Oransan,ao lang sang,Орансан,奥朗桑		FR	76	32	323	32017	135	Europe/Paris
6616500	Ayguetinte	ayguetinte	Ayguetinte		FR	76	32	321	32024	161	Europe/Paris
6616501	Bellegarde	bellegarde	Bellegarde		FR	76	32	323	32041	187	Europe/Paris
6616502	Le Brouilh-Monbert	le-brouilh-monbert	Brouilh-Monbert,Bruj Monber,Le Brouilh-Monbert,Le-Bruj-Monber,Le-Bruj-Monbert,Lo Brolh e Montverd,lei bu lu yi er meng bei er,Бруј Монбер,Ле-Бруй-Монбер,Ле-Бруй-Монберт,勒布鲁伊尔蒙贝尔		FR	76	32	323	32065	227	Europe/Paris
6616503	Cahuzac-sur-Adour	cahuzac-sur-adour	Cahuzac-sur-Adour,Cauesac,Cauesac dAdor,Caüsac,Caüsac dAdor,Kaizak sir Adur,Kajuzak-sjur-Adur,a du he pan ke zha ke,Каизак сир Адур,Каюзак-сюр-Адур,阿杜河畔科扎克		FR	76	32	323	32070	230	Europe/Paris
6616504	Castex-d'Armagnac	castex-d-armagnac	Castex-d'Armagnac		FR	76	32	322	32087	112	Europe/Paris
6616505	Caumont	caumont	Caumont,Komon,Komont,ke meng,Комон,Комонт,科蒙		FR	76	32	323	32093	105	Europe/Paris
6616506	Endoufielle	endoufielle			FR	76	32	321	32121	537	Europe/Paris
6616507	Gavarret-sur-Aulouste	gavarret-sur-aulouste	Gavarret-sur-Aulouste		FR	76	32	322	32142	143	Europe/Paris
6616508	Labarthe	labarthe			FR	76	32	323	32169	156	Europe/Paris
6616509	Lagarde	lagarde	La Garda,Lagard,Lagarda,Lagarde,la jia er de,Лагард,拉加尔德		FR	76	32	322	32176	119	Europe/Paris
6616510	Laguian-Mazous	laguian-mazous	Laguian-Mazous		FR	76	32	323	32181	239	Europe/Paris
6616511	Maignaut-Tauzia	maignaut-tauzia	Manhaut e Tausiar,Men'o-Toz'ja,Men'o-Tozija,mai ni ao tuo qi a,Меньо-Тозья,Меньо-Тозія,迈尼奥托齐阿		FR	76	32	322	32224	273	Europe/Paris
6616512	Maurens	maurens	Maurens		FR	76	32	321	32247	313	Europe/Paris
6616513	Mauroux	mauroux	Mauroux		FR	76	32	322	32248	130	Europe/Paris
6616514	Mauvezin	mauvezin	Mauvesin,Mauvezin,Movzen,mo wei zan,Мовзен,莫韦赞		FR	76	32	322	32249	2158	Europe/Paris
6616515	Montaut	montaut	Montaut,Montaut de Barcunhan,Monto,Montot,meng tuo,Монто,Монтот,蒙托		FR	76	32	323	32278	119	Europe/Paris
6616516	Montaut-les-Créneaux	montaut-les-creneaux	Montaut-les-Creneaux,Montaut-les-Créneaux		FR	76	32	321	32279	707	Europe/Paris
6616517	Montégut	montegut	Montagut,Montagut dAush,Montegju,Montegjut,meng tai ju,Монтегю,Монтегют,蒙泰居		FR	76	32	321	32282	655	Europe/Paris
6616518	Monties	monties			FR	76	32	323	32287	76	Europe/Paris
6616519	Peyrusse-Grande	peyrusse-grande	Peirussa Grana,Pejrjuss-Grand,Perjus-Grand,Peyrusse-Grande,Sent Memet de Peirussa,pei lu si ge lang de,Пейрюсс-Гранд,Перюс-Гранд,佩吕斯格朗德		FR	76	32	321	32315	164	Europe/Paris
6616520	Polastron	polastron	Polastron		FR	76	32	321	32321	270	Europe/Paris
6616521	Pouy-Loubrin	pouy-loubrin			FR	76	32	323	32327	84	Europe/Paris
6616522	Saint-André	saint-andre	Saint-Andre,Saint-André		FR	76	32	321	32356	119	Europe/Paris
6616523	Saint-Créac	saint-creac	Saint-Creac,Saint-Créac		FR	76	32	322	32371	85	Europe/Paris
6616524	Saint-Georges	saint-georges	Saint-Georges,Sen-Zhorzh,Sent Jordi,Sent Jòrdi,sheng ruo er re,Сен-Жорж,سینٹ-گیورگس، گرس,圣若尔热		FR	76	32	322	32377	180	Europe/Paris
6616525	Saint-Germier	saint-germier	Saint-Germier		FR	76	32	322	32379	213	Europe/Paris
6616526	Saint-Loube	saint-loube	Saint-Loube		FR	76	32	321	32387	94	Europe/Paris
6616527	Sainte-Marie	sainte-marie	Sainte-Marie		FR	76	32	321	32388	424	Europe/Paris
6616528	Saint-Maur	saint-maur	Saint-Maur		FR	76	32	323	32393	146	Europe/Paris
6616529	Saint-Michel	saint-michel			FR	76	32	323	32397	258	Europe/Paris
6616530	Saint-Pierre-d'Aubézies	saint-pierre-d-aubezies	Saint-Pierre-d'Aubezies,Saint-Pierre-d'Aubézies		FR	76	32	321	32403	72	Europe/Paris
6616531	Sansan	sansan	Sansan		FR	76	32	323	32411	98	Europe/Paris
6616532	Viella	viella	Lo Vialar,V'ella,Vella,Viela,Viella,Vièla,wei ye la,Вьелла,Вєлла,维耶拉		FR	76	32	323	32463	520	Europe/Paris
6616533	Villecomtal-sur-Arros	villecomtal-sur-arros	Vil'kontal'-sjur-Arros,Vilacomdau dArros,Vilacomdau dArròs,a er luo he pan wei lai kong ta,Вильконталь-сюр-Аррос,Вільконталь-сюр-Аррос,阿尔罗河畔维莱孔塔		FR	76	32	323	32464	845	Europe/Paris
6616534	Saint-Caprais	saint-caprais	Saint-Caprais		FR	76	32	321	32467	141	Europe/Paris
6616535	Ambarès-et-Lagrave	ambares-et-lagrave	Ambares-et-Lagrave,Ambarès-et-Lagrave		FR	75	33	332	33003	16094	Europe/Paris
6616536	Bayon-sur-Gironde	bayon-sur-gironde	Baion,Baionium super Girundia,Bajon sir Zhirond,Bayon-sur-Gironde,Beon-sjur-Zhirond,ji lun te he pan ba yong,Бајон сир Жиронд,Беон-сюр-Жиронд,吉伦特河畔巴永		FR	75	33	331	33035	696	Europe/Paris
6616537	Belin-Béliet	belin-beliet	Belin-Beliet,Belin-Béliet		FR	75	33	336	33042	5375	Europe/Paris
6616538	Bernos-Beaulac	bernos-beaulac	Bernos-Beaulac		FR	75	33	333	33046	1124	Europe/Paris
6616539	Blaye	blaye	Blaye		FR	75	33	331	33058	4856	Europe/Paris
6616628	Montlevicq	montlevicq	Montlevicq		FR	24	36	363	36130	115	Europe/Paris
6616540	Bourg	bourg	Borg,Bourg,Bur,Burgus,bu er,buru,Бур,ブール,布尔		FR	75	33	331	33067	2230	Europe/Paris
6616541	Camps-sur-l'Isle	camps-sur-l-isle	Camps-sur-l'Isle		FR	75	33	335	33088	606	Europe/Paris
6616542	Canéjan	canejan	Canejan,Canéjan		FR	75	33	332	33090	5520	Europe/Paris
6616543	Carignan-de-Bordeaux	carignan-de-bordeaux	Carignan-de-Bordeaux		FR	75	33	332	33099	3820	Europe/Paris
6616544	Cazalis	cazalis	Casalis,Casalís,Cazalis,Kazali,Kazalis,ka zha li,Казали,Казалис,Казаліс,卡扎利		FR	75	33	333	33115	238	Europe/Paris
6616545	Civrac-sur-Dordogne	civrac-sur-dordogne	Civrac-sur-Dordogne		FR	75	33	335	33127	218	Europe/Paris
6616546	Coutures	coutures	Coturas,Couturas,Còuturas,Kutir,Kutjur,ku di lei,Кутир,Кутюр,库蒂雷		FR	75	33	333	33139	98	Europe/Paris
6616547	Cussac-Fort-Médoc	cussac-fort-medoc	Cucac,Cussac-Fort-Medoc,Cussac-Fort-Médoc,Cuçac,Kisak For Medok,Kjussak-For-Medok,qu sa ke fu er mei duo ke,Кисак Фор Медок,Кюссак-Фор-Медок,屈萨克福尔梅多克		FR	75	33	334	33146	2187	Europe/Paris
6616548	Le Fieu	le-fieu	Fieu,Le Fieu,Le-F'e,Le-Fe,lei fei e,Ле-Фье,Ле-Фє,勒菲厄		FR	75	33	335	33166	531	Europe/Paris
6616549	Galgon	galgon	Gal'gon,Galgon,jia er gong,Гальгон,加尔贡		FR	75	33	335	33179	3027	Europe/Paris
6616550	Gironde-sur-Dropt	gironde-sur-dropt	Gironda sau Drot,Gironda sau Dròt,Gironde-sur-Dropt,Zhirond sir Drot,Zhirond-sjur-Dro,de luo pu he pan ji long de,Жиронд сир Дрот,Жиронд-сюр-Дро,德罗普河畔吉龙德		FR	75	33	333	33187	1229	Europe/Paris
6616551	Juillac	juillac	Julhac,Zhuijak,rui yi la ke,Жуїяк,瑞伊拉克		FR	75	33	335	33210	250	Europe/Paris
6616552	La Brède	la-brede	Brede,Brède,La Breda,La Brede,La Brèda,La Brède,La-Bred,la bu lei de,Ла-Бред,拉布雷德		FR	75	33	332	33213	4192	Europe/Paris
6616553	Lalande-de-Pomerol	lalande-de-pomerol	Laland-de-Pomerol',Lalande-de-Pomerol,la lang de de bo mo luo,rarando=do=pomuroru,Лаланд-де-Помероль,ラランド＝ド＝ポムロール,拉朗德德波默罗		FR	75	33	335	33222	662	Europe/Paris
6616554	Landerrouet-sur-Ségur	landerrouet-sur-segur	Landerrouet-sur-Segur,Landerrouet-sur-Ségur		FR	75	33	333	33224	97	Europe/Paris
6616555	Lège-Cap-Ferret	lege-cap-ferret	Lege-Cap-Ferret,Leja e lo Horet,Lezh-Kap-Ferre,Lège-Cap-Ferret,Lèja e lo Horet,lai ge ka fu er lei,Леж-Кап-Ферре,Леж—Кап-Ферре,莱格卡弗尔雷		FR	75	33	336	33236	8303	Europe/Paris
6616556	Ligueux	ligueux	Lige,Ligueers,Ligueux,Ligüers,li gai yu,Лиге,Ліге,利盖于		FR	75	33	335	33246	173	Europe/Paris
6616557	Loupiac	loupiac	Lopiac,Lopiac de Seron,Loupiac,Lupiak,lu pi a ke,rupiyakku,Лупиак,Лупіак,ルピヤック,卢皮阿克		FR	75	33	333	33253	1114	Europe/Paris
6616558	Lugon-et-l'Île-du-Carnay	lugon-et-l-ile-du-carnay	Lugon-et-l'Ile-du-Carnay,Lugon-et-l'Île-du-Carnay		FR	75	33	335	33259	1266	Europe/Paris
6616559	Monségur	monsegur	Monsegjur,Monsegur,Monségur,Montsegur,meng sai ju,Монсегюр,蒙塞居		FR	75	33	333	33289	1542	Europe/Paris
6616560	Moulon	moulon	Molon,Moulon,Mulon,mu long,Мулон,穆隆		FR	75	33	335	33298	998	Europe/Paris
6616561	Prignac-et-Marcamps	prignac-et-marcamps	Prignac-et-Marcamps		FR	75	33	331	33339	1384	Europe/Paris
6616562	Le Puy	le-puy	Le Puy,Le-Pjui,Lo Puei,Lo Pui,Lo Puèi,Puy,lei pi yi,Ле-Пюи,Ле-Пюї,勒皮伊		FR	75	33	333	33345	398	Europe/Paris
6616563	Saint-Avit-Saint-Nazaire	saint-avit-saint-nazaire	Saint-Avit-Saint-Nazaire,Sent Avit e Sent Nasari,Sent Avit e Sent Nazari,Sent-Avi-Sen-Nazer,sheng a wei sheng na ze er,Сент-Ави-Сен-Назер,Сент-Аві-Сен-Назер,سینٹ-اوٹ-سینٹ-نظارے,圣阿维圣纳泽尔		FR	75	33	335	33378	1478	Europe/Paris
6616564	Saint-Christophe-de-Double	saint-christophe-de-double	Saint-Christophe-de-Double,Sen-Kristof-de-Dubl',sheng ke li si tuo fu de du bu er,Сен-Кристоф-де-Дубль,سینٹ-کروسٹوفے-دے-ڈبل,圣克里斯托夫德杜布尔		FR	75	33	335	33385	725	Europe/Paris
6616565	Saint-Côme	saint-come	Sen-Kom,Sent Corme,Sent Còrme,sheng kong,sn-kwm,Сен-Ком,سن-کوم,سینٹ-کومے,圣孔		FR	75	33	333	33391	319	Europe/Paris
6616566	Saint-Estèphe	saint-estephe	Sent Estefe,Sent Estefe de Paulhac,Sent Estèfe,Sent Estèfe de Paulhac,Sent-Estef,santesutefu,sheng ai si tai fu,Сент-Естеф,سینٹ-ایسٹیفے,サンテステフ,圣埃斯泰夫		FR	75	33	334	33395	1625	Europe/Paris
6616567	Saint-Julien-Beychevelle	saint-julien-beychevelle	Saint-Julien-Beychevelle,Sen-Zhul'en-Beshevel',Sent Julian Vaisherela,Sent Julian Vaisherèla,Sent Julian e Vaisherela,Sent Julian e Vaisherèla,san=jurian=beishuvu~eru,sheng yu lian-bei shen wei lei,Сен-Жульен-Бешевель,Сен-Жульєн-Бешевель,سینٹ-جلیں -بےچولے,サン＝ジュリアン＝ベイシュヴェル,圣于连-贝什韦勒		FR	75	33	334	33423	587	Europe/Paris
6616568	Saint-Laurent-Médoc	saint-laurent-medoc	Saint-Laurent-Medoc,Saint-Laurent-Médoc		FR	75	33	334	33424	4580	Europe/Paris
6616569	Saint-Michel-de-Lapujade	saint-michel-de-lapujade	Saint-Michel-de-Lapujade		FR	75	33	333	33453	224	Europe/Paris
6616570	Saint-Palais	saint-palais	Saint-Palais,Sen-Pale,sheng pa lai,Сен-Пале,سینٹ-پلیس، گروندے,圣帕莱		FR	75	33	331	33456	510	Europe/Paris
6616571	Saint-Pey-d'Armens	saint-pey-d-armens	Saint-Pey-d'Armens		FR	75	33	335	33459	203	Europe/Paris
6616572	Saint-Sauveur	saint-sauveur	Sen-Sover,Sent Sauvador,sheng suo fu,Сен-Совер,سین-سویر، گروندے,圣索弗		FR	75	33	334	33471	1311	Europe/Paris
6616573	Saint-Savin	saint-savin	Saint-Savin,Sen-Saven,sheng sa wan,Сен-Савен,سین-سون، گروندے,圣萨万		FR	75	33	331	33473	3193	Europe/Paris
6616574	Salles	salles	Sal',Salas,Salles,sa lai,Саль,萨莱		FR	75	33	336	33498	6924	Europe/Paris
6616575	La Sauve	la-sauve	La Sauve,La Seuva Majora,La-Sov,la suo fu,Ла-Сов,拉索夫		FR	75	33	332	33505	1458	Europe/Paris
6616576	Savignac	savignac	Savin'jak,Savinhac,sa wei ni ya ke,Савиньяк,Савіньяк,萨维尼亚克		FR	75	33	333	33508	637	Europe/Paris
6616577	Savignac-de-l'Isle	savignac-de-l-isle	Savignac-de-l'Isle		FR	75	33	335	33509	507	Europe/Paris
6616578	Sendets	sendets	Sandets,Sendets,Sendèts,sang dai te,Сандетс,桑代特		FR	75	33	333	33511	336	Europe/Paris
6616579	Tayac	tayac	Taiac,Tajak,Tayac,tai a ke,Таяк,泰阿克		FR	75	33	335	33526	131	Europe/Paris
6616580	Vertheuil	vertheuil	Vertej,Vertheuil,Vertulh,wei er te yi,Вертей,韦尔特伊		FR	75	33	334	33545	1272	Europe/Paris
6616829	Saint-Florent	saint-florent			FR	24	45	452	45277	453	Europe/Paris
6616581	Villeneuve	villeneuve	Vil'nev,Villeneuve,wei lei na fu,Вильнев,Вільнев,维勒纳夫		FR	75	33	331	33551	393	Europe/Paris
6616582	Aumelas	aumelas	Aumelac,Aumelas,Aumelaç,Aumelàs,Omelas,Omla,ao mo la,Омелас,Омља,奥默拉		FR	76	34	342	34016	524	Europe/Paris
6616583	Boisset	boisset			FR	76	34	341	34034	42	Europe/Paris
6616584	Cessenon-sur-Orb	cessenon-sur-orb	Cessenon-sur-Orb		FR	76	34	341	34074	2249	Europe/Paris
6616585	Ceyras	ceyras	Ceyras,Seirac,Seiraç,Sejras,Sera,sai la,Сейрас,Сера,塞拉		FR	76	34	342	34076	1410	Europe/Paris
6616586	Colombières-sur-Orb	colombieres-sur-orb	Colombieres-sur-Orb,Colombières-sur-Orb		FR	76	34	341	34080	477	Europe/Paris
6616587	Fontanès	fontanes	Fontanes,Fontanès		FR	76	34	342	34102	344	Europe/Paris
6616588	Maureilhan	maureilhan	Maureilhan,Maurelhan,Morejan,mo lei yang,Мореян,莫雷扬		FR	76	34	341	34155	2085	Europe/Paris
6616589	Mons	mons	Mon,Mons,Monts,Mònts,meng zhen,Мон,蒙镇		FR	76	34	341	34160	584	Europe/Paris
6616590	Mudaison	mudaison	Mudaison		FR	76	34	343	34176	2563	Europe/Paris
6616591	Murviel-lès-Béziers	murviel-les-beziers			FR	76	34	341	34178	3051	Europe/Paris
6616592	Rouet	rouet	Lo Roet,Rouet,Rue,lu ai,Руе,鲁埃		FR	76	34	342	34236	62	Europe/Paris
6616593	Saint-Clément-de-Rivière	saint-clement-de-riviere	Saint-Clement-de-Riviere,Saint-Clément-de-Rivière		FR	76	34	342	34247	4830	Europe/Paris
6616594	Saint-Geniès-de-Fontedit	saint-genies-de-fontedit	Sant Ginieis,Sant Ginieis de Murvielh,Sant Ginièis,Sant Ginièis de Murvièlh,Sen-Zhen'es-de-Fontedi,sheng re nie de feng te di,Сен-Женьес-де-Фонтеди,Сен-Женьєс-де-Фонтеді,سینٹ-گنیس-دے-فونٹیڈٹ,圣热涅德丰特迪		FR	76	34	341	34258	1553	Europe/Paris
6616595	Saint-Pons-de-Thomières	saint-pons-de-thomieres	Saint-Pons-de-Thomieres,Saint-Pons-de-Thomières,Sanctus Pontius Tomeriensis,Sant Ponc,Sant Ponc de Tomieiras,Sant Ponz de Tomeras,Sant Ponç,Sant Ponç de Tomièiras,Sen-Pon-de-Tom'er,Sen-Pon-de-Tomer,sheng peng de tuo mi ai,Сен-Пон-де-Томьер,Сен-Пон-де-Томєр,سین-پونس-دے-تھومیرس,圣蓬德托米埃		FR	76	34	341	34284	1892	Europe/Paris
6616596	Saint-Saturnin-de-Lucian	saint-saturnin-de-lucian	Saint-Saturnin-de-Lucian		FR	76	34	342	34287	287	Europe/Paris
6616597	Saint-Vincent-d'Olargues	saint-vincent-d-olargues			FR	76	34	341	34291	351	Europe/Paris
6616598	La Salvetat-sur-Agout	la-salvetat-sur-agout			FR	76	34	341	34293	1131	Europe/Paris
6616599	Saussines	saussines	Saucinas,Saussines,Sossin,suo xi nei,Соссин,Соссін,索西内		FR	76	34	343	34296	1021	Europe/Paris
6616600	Usclas-d'Hérault	usclas-d-herault			FR	76	34	342	34315	393	Europe/Paris
6616601	Vacquières	vacquieres	Vacquieres,Vacquières		FR	76	34	342	34318	593	Europe/Paris
6616602	Villemagne-l'Argentière	villemagne-l-argentiere	Villemagne-l'Argentiere,Villemagne-l'Argentière		FR	76	34	341	34335	448	Europe/Paris
6616603	Villeneuve-lès-Maguelone	villeneuve-les-maguelone	Villeneuve-les-Maguelone,Villeneuve-lès-Maguelone		FR	76	34	343	34337	9846	Europe/Paris
6616604	Viols-en-Laval	viols-en-laval	Viols-en-Laval,Vious,Vious en la Val,Viòus,Viòus en la Val,Vjol'z-an-Laval',la wa de qu wei ao er,Вйольз-ан-Лаваль,拉瓦地区维奥尔		FR	76	34	342	34342	196	Europe/Paris
6616605	La Bazouge-du-Désert	la-bazouge-du-desert	Basilica,Bazeleg-an-Dezerzh,Bazouge-du-Desert,Bazouge-du-Désert,La Bazouge-du-Desert,La Bazouge-du-Désert,La-Bazuzh-dju-Dezer,la ba zu ge di dai sai er,Ла-Базуж-дю-Дезер,لا بازوگی-ڈو-ڈیسیرٹ,拉巴祖格迪代塞尔		FR	53	35	351	35018	1100	Europe/Paris
6616606	La Chapelle-aux-Filtzméens	la-chapelle-aux-filtzmeens	Chapel-Hilveven,Chapelle-aux-Filtzmeens,Chapelle-aux-Filtzméens,La-Shapel'-o-Fil'smean,la sha pei lei ao fei er te ci mei ang,Ла-Шапель-о-Фильсмеан,Ла-Шапель-о-Фільсмеан,لا شاپیل-آ-فیلٹزمیینس,拉沙佩勒奥菲尔特兹梅昂		FR	53	35	354	35056	822	Europe/Paris
6616607	La Chapelle-de-Brain	la-chapelle-de-brain	Chapel-Braen,Chapelle-de-Brain,La Chapelle-de-Brain,La-Shapel'-de-Bren,la sha pei lei de bu lan,Ла-Шапель-де-Брен,لا شاپیل-ڈی-براین,拉沙佩勒德布兰		FR	53	35	352	35064	957	Europe/Paris
6616608	Le Châtellier	le-chatellier	Castellerium,Kasteller,Le Chatellier,Le Châtellier,Le-Shatel'e,lei sha tai li ye,Ле-Шателье,Ле-Шательє,勒沙泰利耶		FR	53	35	351	35071	422	Europe/Paris
6616609	Domloup	domloup	Domloup		FR	53	35	353	35099	3354	Europe/Paris
6616610	Muel	muel	Mjuel',Moel,Muel,mi ai,Мюель,米埃		FR	53	35	353	35201	902	Europe/Paris
6616611	Noyal-Châtillon-sur-Seiche	noyal-chatillon-sur-seiche			FR	53	35	353	35206	6915	Europe/Paris
6616612	Rimou	rimou	Rimou,Rimu,Rivou,Rivoù,li mu,Риму,里穆		FR	53	35	351	35242	332	Europe/Paris
6616613	Saint-Malon-sur-Mel	saint-malon-sur-mel	Sanctus Malonus,Sant-Malon,Sen-Malon-sjur-Mel',mei he pan sheng ma long,Сен-Малон-сюр-Мель,سینٹ-ملوں -سر-مل,梅河畔圣马隆		FR	53	35	353	35290	582	Europe/Paris
6616615	Saint-Sulpice-des-Landes	saint-sulpice-des-landes	Saint-Sulpice-des-Landes		FR	53	35	352	35316	801	Europe/Paris
6616616	Le Sel-de-Bretagne	le-sel-de-bretagne	Ar Sal,Le Sel-de-Bretagne,Le-Sel'-de-Bretan',Sel-de-Bretagne,Sellum,lei sai de bu lei ta ni,Ле-Сель-де-Бретань,勒塞德布雷塔尼		FR	53	35	352	35322	1097	Europe/Paris
6616617	Thorigné-Fouillard	thorigne-fouillard	Tauriniacum,Torigneg-Fouilharzh,Torin'e-Fujar,tuo li nie fu yi la er,Торинье-Фуяр,Ториньє-Фуяр,托里涅富伊拉尔		FR	53	35	353	35334	8425	Europe/Paris
6616618	Pont-Péan	pont-pean	Pont-Pean,Pont-Péan		FR	53	35	353	35363	4225	Europe/Paris
6616619	Beaulieu	beaulieu	Beaulieu,Beuluec,Bol'e,Bol'jo,Bolije,Bèuluec,bo e,Болије,Больё,Больє,博略		FR	24	36	361	36015	56	Europe/Paris
6616620	Bommiers	bommiers	Bommiers		FR	24	36	364	36019	301	Europe/Paris
6616621	Les Bordes	les-bordes	Bord,Bordes,Le-Bord,Les Bordes,lai si bo er dai,Борд,Ле-Борд,莱斯博尔代		FR	24	36	364	36021	895	Europe/Paris
6616622	Bouges-le-Château	bouges-le-chateau			FR	24	36	362	36023	268	Europe/Paris
6616623	Condé	conde	Konde,kong dai,Конде,孔代		FR	24	36	364	36059	244	Europe/Paris
6616624	Éguzon-Chantôme	eguzon-chantome	Eguzon-Chantome,Éguzon-Chantôme		FR	24	36	362	36070	1383	Europe/Paris
6616626	Heugnes	heugnes			FR	24	36	362	36086	397	Europe/Paris
6616627	Lys-Saint-Georges	lys-saint-georges			FR	24	36	363	36108	224	Europe/Paris
6616629	Orville	orville	Orvil',ao er wei er,Орвиль,Орвіль,奥尔维尔		FR	24	36	364	36147	138	Europe/Paris
6616630	Pruniers	pruniers			FR	24	36	364	36169	521	Europe/Paris
6616631	Villiers	villiers	Vil'e,Villiers,wei li ye er,Вилье,Вільє,维利耶尔		FR	24	36	361	36246	182	Europe/Paris
6616632	Abilly	abilly	Abilly		FR	24	37	373	37001	1151	Europe/Paris
6616633	Antogny-le-Tillac	antogny-le-tillac	Antogny-le-Tillac		FR	24	37	371	37005	513	Europe/Paris
6616634	Assay	assay	Ase,Asse,a sai,Асе,Ассе,阿赛		FR	24	37	371	37007	163	Europe/Paris
6616635	Le Boulay	le-boulay	Boulay,Bule,Le-Bule,lei bu lai,Буле,Ле-Буле,勒布莱		FR	24	37	373	37030	791	Europe/Paris
6616636	Bueil-en-Touraine	bueil-en-touraine	Bej an Turen,Bjuej-an-Turen,Bueil-en-Touraine,tu lan de qu bi ai,Беј ан Турен,Бюей-ан-Турен,图兰地区比埃		FR	24	37	371	37041	318	Europe/Paris
6616637	Chambon	chambon	Chambon,Shambon,shang bang,Шамбон,尚邦		FR	24	37	373	37048	321	Europe/Paris
6616639	La Ferrière	la-ferriere	La Ferriere,La Ferrière		FR	24	37	373	37106	308	Europe/Paris
6616640	Descartes	descartes	Dekart,Descartes,di ka er,dkart  andrh-lwar,Декарт,דקארט,دکارت، اندره-لوار,笛卡尔		FR	24	37	373	37115	3570	Europe/Paris
6616641	Marray	marray	Marray		FR	24	37	371	37149	463	Europe/Paris
6616642	Nazelles-Négron	nazelles-negron	Nazel'-Negron,Nazelles-Negron,Nazelles-Négron,na ze lai nei ge long,Назель-Негрон,纳泽莱内格龙		FR	24	37	373	37163	3575	Europe/Paris
6616643	Neuville-sur-Brenne	neuville-sur-brenne	Neuville-sur-Brenne		FR	24	37	373	37169	896	Europe/Paris
6616644	Saint-Quentin-sur-Indrois	saint-quentin-sur-indrois	Saint-Quentin-sur-Indrois		FR	24	37	373	37234	512	Europe/Paris
6616645	Thizay	thizay	Thizay		FR	24	37	371	37258	282	Europe/Paris
6616646	Allemond	allemond	Allemond		FR	84	38	381	38005	989	Europe/Paris
6616647	Beaufort	beaufort	Beaufort,Bofor,Бофор		FR	84	38	383	38032	556	Europe/Paris
6616648	Beauvoir-en-Royans	beauvoir-en-royans	Beauvoir-en-Royans,Beuveser,Bovoar an Roajan,Bovuar-an-Ruajan,Bèuveser,peng tang lu wa yang,Бовоар ан Роајан,Бовуар-ан-Руаян,蓬唐鲁瓦扬		FR	84	38	381	38036	91	Europe/Paris
6616649	Belmont	belmont	Bel'mon,Belmon,Belmont,bei er meng,berumon,Белмон,Бельмон,ベルモン,贝尔蒙		FR	84	38	382	38038	590	Europe/Paris
6616650	Biol	biol	B'ol',Biol,Bjol',bi ao,Биол,Бйоль,Бьоль,比奥		FR	84	38	382	38044	1402	Europe/Paris
6616651	Chantepérier	chanteperier	Chantaloba,Shantluv,shang tai lu fu,Шантлув,尚泰卢夫		FR	84	38	381	38073	210	Europe/Paris
6616652	Charvieu-Chavagneux	charvieu-chavagneux	Charvieu-Chavagneux,Sharv'jo-Shavan'jo,Sharve-Shavan'e,Sharvje Shavane,sha er wei e sha wa gai yu,sharuvu~yu=shavu~anyu,Шарвьё-Шаваньё,Шарвє-Шаваньє,Шарвје Шавање,シャルヴュー＝シャヴァニュー,沙尔维厄沙瓦盖于		FR	84	38	382	38085	9292	Europe/Paris
6616653	Saint-Martin-de-la-Cluze	saint-martin-de-la-cluze	La Clusa,Sant Martin de la Clusa,Sen-Marten-de-la-Kljuz,sheng ma dan de la-ke lu ci,Сен-Мартен-де-ла-Клюз,سینٹ-مارٹن-دے-لا-کلوزے,圣马丹德拉-克吕兹		FR	84	38	381	38115	713	Europe/Paris
6616654	Les Côtes-d'Arey	les-cotes-d-arey	Les Cotes-d'Arey,Les Côtes-d'Arey		FR	84	38	383	38131	2004	Europe/Paris
6616655	Les Côtes-de-Corps	les-cotes-de-corps	Les Cotes-de-Corps,Les Côtes-de-Corps		FR	84	38	381	38132	68	Europe/Paris
6616656	Creys-Mépieu	creys-mepieu	Creys-Mepieu,Creys-Mépieu,Kre Mepje,Krej-Mepe,Kres-Mep'jo,ke lei mei pi e,Кре Мепје,Крей-Мепє,Крес-Мепьё,克雷梅皮厄		FR	84	38	382	38139	1523	Europe/Paris
6616657	Entraigues	entraigues	Entraigues		FR	84	38	381	38154	234	Europe/Paris
6616658	La Garde	la-garde	La Garde,La-Gard,la jia er de,Ла-Гард,لا گاردے، اسیری,拉加尔德		FR	84	38	381	38177	98	Europe/Paris
6616659	Malleval-en-Vercors	malleval-en-vercors	Malleval-en-Vercors		FR	84	38	381	38216	53	Europe/Paris
6616660	Mayres-Savel	mayres-savel	Mayres-Savel,Mejr-Savel',Mer-Savel',mai lei sa wei,Мейр-Савель,Мер-Савель,迈雷萨韦		FR	84	38	381	38224	108	Europe/Paris
6616661	Meyrieu-les-Étangs	meyrieu-les-etangs	Meyrieu-les-Etangs,Meyrieu-les-Étangs		FR	84	38	383	38231	991	Europe/Paris
6616662	Moras	moras			FR	84	38	382	38260	507	Europe/Paris
6616663	La Mure	la-mure	La Mura,La Mure,La-Mjur,la mi er,Ла-Мюр,拉米尔		FR	84	38	381	38269	4970	Europe/Paris
6616664	Nantes-en-Ratier	nantes-en-ratier	Nantes-en-Ratier		FR	84	38	381	38273	465	Europe/Paris
6616665	Serre-Nerpol	serre-nerpol	Serre-Nerpol		FR	84	38	381	38275	291	Europe/Paris
6616666	Percy	percy			FR	84	38	381	38301	169	Europe/Paris
6616667	Quaix-en-Chartreuse	quaix-en-chartreuse	Ke-an-Shartrez,Ke-an-Shartrjoz,Quaix-en-Chartreuse,sha er te lei si de qu qu ai,Ке-ан-Шартрез,Ке-ан-Шартрёз,沙尔特勒斯地区屈艾		FR	84	38	381	38328	900	Europe/Paris
6616668	Roche	roche	Rosh,luo ke,Рош,罗克		FR	84	38	382	38339	1993	Europe/Paris
6616669	Saint Antoine l'Abbaye	saint-antoine-l-abbaye	Saint Antoine l'Abbaye		FR	84	38	381	38359	1165	Europe/Paris
6616670	Saint-Appolinard	saint-appolinard			FR	84	38	381	38360	404	Europe/Paris
6616671	Saint-Égrève	saint-egreve	Saint-Egreve,Saint-Égrève		FR	84	38	381	38382	15902	Europe/Paris
6616672	La Sure en Chartreuse	la-sure-en-chartreuse	La Sure en Chartreuse		FR	84	38	381	38407	991	Europe/Paris
6616673	Saint-Nazaire-les-Eymes	saint-nazaire-les-eymes	Sen-Nazer-lez-Ehm,Sen-Nazer-lez-Ejm,sheng na ze er lai ai mei,Сен-Назер-лез-Ейм,Сен-Назер-лез-Эм,سینٹ-نظارے-لیس-یمس,圣纳泽尔莱埃梅		FR	84	38	381	38431	2967	Europe/Paris
6616674	Saint-Pierre-d'Entremont	saint-pierre-d-entremont	Saint-Pierre-d'Entremont,Saint-Pierre-dEntremont,Sen-P'er-d'Antremon,sheng pi ye er dang te lei meng,Сен-Пьер-д’Антремон,圣皮耶尔当特雷蒙		FR	84	38	381	38446	564	Europe/Paris
6616675	Saint-Sorlin-de-Vienne	saint-sorlin-de-vienne	Sen-Sorlen-de-V'en,Sen-Sorlen-de-Venn,sheng suo er lan de wei an,Сен-Сорлен-де-Вьен,Сен-Сорлен-де-Вєнн,圣索尔兰德维安		FR	84	38	383	38459	872	Europe/Paris
6616676	Saint-Vérand	saint-verand	Saint-Verand,Saint-Vérand		FR	84	38	381	38463	1725	Europe/Paris
6616677	Sousville	sousville	Sousville		FR	84	38	381	38497	139	Europe/Paris
6616678	Susville	susville	Sjusvil',xu si wei er,Сюсвиль,Сюсвіль,叙斯维尔		FR	84	38	381	38499	1292	Europe/Paris
6616679	Treffort	treffort	Treffort		FR	84	38	381	38513	283	Europe/Paris
6616680	La Valette	la-valette	La Valette,La-Valett,la wa lai te,Ла-Валетт,拉瓦莱特		FR	84	38	381	38521	72	Europe/Paris
6616681	Valjouffrey	valjouffrey	Val'zhuffre,Valjouffrey,Vaujofrei,wa er ru fu lei,Вальжуффре,瓦尔茹夫雷		FR	84	38	381	38522	138	Europe/Paris
6616682	Varces-Allières-et-Risset	varces-allieres-et-risset	Varces-Allieres-et-Risset,Varces-Allières-et-Risset		FR	84	38	381	38524	8278	Europe/Paris
6616683	Vernas	vernas	Verna,Vernas,wei er na,wrns,Верна,ورنس,韦尔纳		FR	84	38	382	38535	262	Europe/Paris
6616685	Vézeronce-Curtin	vezeronce-curtin	Vezeronce-Curtin,Vezerons-Kjurten,Vézeronce-Curtin,wei ze long ke qu er tan,Везеронс-Кюртен,韦泽龙克屈尔坦		FR	84	38	382	38543	2097	Europe/Paris
6616686	Andelot-Morval	andelot-morval	Andelo Morval,Andelo-Morval',Andelot-Morval,andlw-mwrwal,ang dai luo mo er wa,Андело Морвал,Андело-Морваль,اندلو-موروال,昂代洛莫尔瓦		FR	27	39	392	39010	95	Europe/Paris
6616687	Les Arsures	les-arsures	Les Arsures		FR	27	39	391	39019	237	Europe/Paris
6616688	Asnans-Beauvoisin	asnans-beauvoisin	Anan Bovoazen,Anan-Bovuazen,Asnans-Beauvoisin,a si nan bo wa sang,Анан Бовоазен,Анан-Бовуазен,阿斯南博瓦桑		FR	27	39	391	39022	726	Europe/Paris
6616689	Avignon-lès-Saint-Claude	avignon-les-saint-claude	Avignon-les-Saint-Claude,Avignon-lès-Saint-Claude		FR	27	39	393	39032	393	Europe/Paris
6616690	Bellecombe	bellecombe	Bel'komb,Belkom,Bellecombe,bei lai kong bu,Белком,Белькомб,贝莱孔布		FR	27	39	393	39046	64	Europe/Paris
6616691	Boissia	boissia	Boasja,Boissia,Buassija,bu wa xi ya,Боасја,Буассія,布瓦西亚		FR	27	39	392	39061	123	Europe/Paris
6616692	Bourg-de-Sirod	bourg-de-sirod	Bourg-de-Sirod,Bur de Ziro,Bur-de-Siro,bu er de xi luo,Бур де Зиро,Бур-де-Сіро,布尔德西罗		FR	27	39	392	39070	91	Europe/Paris
6616693	La Bretenière	la-breteniere	Breteniere,Bretenière,Bretnijer,La Breteniere,La Bretenière,La-Breten'er,la bu lei tai ni ai,Бретнијер,Ла-Бретеньєр,لا بریٹینییری، جورا,拉布雷泰尼埃		FR	27	39	391	39076	220	Europe/Paris
6616694	Les Chalesmes	les-chalesmes	Chalesmes,Le-Shalem,Les Chalesmes,Shalm,lai si sha lai si mei,Ле-Шалем,Шалм,莱斯沙莱斯梅		FR	27	39	392	39091	92	Europe/Paris
6616695	Champagney	champagney	Champagney,Shampan'e,Shampane,shang pa gai yi,Шампаньє,Шампање,尚帕盖伊		FR	27	39	391	39096	485	Europe/Paris
6616696	Champvans	champvans	Shamvan,Shanvan,shang pu wang,Шамван,Шанван,尚普旺		FR	27	39	391	39101	1397	Europe/Paris
6616697	Châtenois	chatenois	Shatenua,Shatnoa,sha tang wa,Шатенуа,Шатноа,沙唐瓦		FR	27	39	391	39121	382	Europe/Paris
6616698	Chaux-Champagny	chaux-champagny	Chaux-Champagny,Sho Shampani,Sho-Shampan'i,shao shang pa ni,Шо Шампањи,Шо-Шампаньї,绍尚帕尼		FR	27	39	391	39133	73	Europe/Paris
6616699	Chissey-sur-Loue	chissey-sur-loue	Chissey-sur-Loue,Shise sir Lu,Shisse-sjur-Lu,lu he pan xi sai,Шисе сир Лу,Шиссе-сюр-Лу,卢河畔希塞		FR	27	39	391	39149	324	Europe/Paris
6616700	Courtefontaine	courtefontaine	Courtefontaine,Kurtfonten,ku er tai feng tan,Куртфонтен,库尔泰丰坦		FR	27	39	391	39172	244	Europe/Paris
6616701	Cousance	cousance	Kuzans,ku sang ke,Кузанс,库桑克		FR	27	39	392	39173	1301	Europe/Paris
6616702	Dammartin-Marpain	dammartin-marpain	Damarten Marpen,Dammarten-Marpen,Dammartin-Marpain,da ma er tan ma er pan,Дамартен Марпен,Даммартен-Марпен,达马尔坦马尔潘		FR	27	39	391	39188	333	Europe/Paris
6616703	Éclans-Nenon	eclans-nenon	Eclans-Nenon,Éclans-Nenon		FR	27	39	391	39205	386	Europe/Paris
6616704	Écrille	ecrille	Ecrille,Écrille		FR	27	39	392	39207	85	Europe/Paris
6616705	Val-d'Épy	val-d-epy	Val-d'Epy,Val-d'Épy		FR	27	39	392	39209	352	Europe/Paris
6616707	La Favière	la-faviere	La Faviere,La Favière,La-Faver,la fa wei ai,la fawyry,Ла-Фавєр,لا فاویری,拉法维埃		FR	27	39	392	39221	26	Europe/Paris
6616708	Fort-du-Plasne	fort-du-plasne	For di Plan,For-dju-Plan,Fort-du-Plasne,fu er di pu la si en,Фор ди План,Фор-дю-План,福尔迪普拉斯恩		FR	27	39	393	39232	442	Europe/Paris
6616709	Frasne-les-Meulières	frasne-les-meulieres	Fran,Fran-le-Mel'er,Frasne,fu la si en lai mo li ai,Фран,Фран-ле-Мельєр,弗拉斯恩莱默利埃		FR	27	39	391	39238	124	Europe/Paris
6616710	Germigney	germigney	Germigney,Zhermin'e,Zhermine,re er mi gai yi,Жермиње,Жерміньє,热尔米盖伊		FR	27	39	391	39249	79	Europe/Paris
6616711	Gigny	gigny	Gigny,Gigny sur Suran,Zhin'i,Zhini,Жиньї,Жињи		FR	27	39	392	39253	284	Europe/Paris
6616712	Grande-Rivière Château	grande-riviere-chateau	Grand-River,Grande-Riviere Chateau,Grande-Rivière Château,ge lang de li wei ai,Гранд-Ривєр,格朗德里维埃		FR	27	39	393	39258	630	Europe/Paris
6616713	Lac-des-Rouges-Truites	lac-des-rouges-truites	Lac-des-Rouges-Truites,Lak-de-Ruzh-Trjuit,la ke dai si-lu re te lu yi tai,Лак-де-Руж-Трюїт,لاک-دے-روگیس-ٹروئیتیس,拉克代斯-鲁热特吕伊泰		FR	27	39	393	39271	396	Europe/Paris
6616714	Lent	lent	Lan,Lent,lang zhen,Лан,朗镇		FR	27	39	392	39292	146	Europe/Paris
6616715	Le Louverot	le-louverot			FR	27	39	392	39304	213	Europe/Paris
6616716	Molay	molay	Molay,Mole,mo lai,Моле,莫莱		FR	27	39	391	39338	502	Europe/Paris
6616719	Montmarlon	montmarlon	Montmarlon		FR	27	39	391	39359	31	Europe/Paris
6616720	Mournans-Charbonny	mournans-charbonny	Mournans-Charbonny,Murnan-Sharbonni,mu er nan sha er bo ni,Мурнан-Шарбонні,穆尔南沙尔博尼		FR	27	39	392	39372	92	Europe/Paris
6616721	Les Trois Châteaux	les-trois-chateaux	Les Trois Chateaux,Les Trois Châteaux,Nank-le-Sent-Amur,nan ke lai sheng a mu,Нанк-ле-Сент-Амур,南克莱圣阿穆		FR	27	39	392	39378	772	Europe/Paris
6616722	Neublans-Abergement	neublans-abergement	Neublans-Abergement		FR	27	39	391	39385	529	Europe/Paris
6616723	Rahon	rahon	Rahon,Raon,Раон		FR	27	39	391	39448	509	Europe/Paris
6616724	Saint-Cyr-Montmalin	saint-cyr-montmalin	Saint-Cyr-Montmalin		FR	27	39	391	39479	228	Europe/Paris
6616725	Val Suran	val-suran	Sen-Zhul'en,Val Suran,sheng rui li an,Сен-Жульєн,سینٹ-جلیں ، زرا,圣瑞利安		FR	27	39	392	39485	797	Europe/Paris
6616726	Saint-Maurice-Crillat	saint-maurice-crillat	Saint-Maurice-Crillat,Sen-Moris-Krija,sheng mo li ke ke li la,Сен-Морис-Крія,سینٹ-موریس-کرلت,圣莫里克克里拉		FR	27	39	392	39493	239	Europe/Paris
6616727	Arsague	arsague			FR	75	40	401	40011	352	Europe/Paris
6616728	Bas-Mauco	bas-mauco	Bas-Mauco		FR	75	40	402	40026	362	Europe/Paris
6616729	Betbezer-d'Armagnac	betbezer-d-armagnac	Betbezer-d'Armagnac		FR	75	40	402	40039	145	Europe/Paris
6616730	Bias	bias	B'jas,Biars,Bjas,bi a,Бьяс,Бяс,Бјас,比阿		FR	75	40	402	40043	718	Europe/Paris
6616731	Labatut	labatut	LAbatut,Labatju,Labatut,la ba di,Лабатю,لاباٹوٹ، لانڈیس,拉巴蒂		FR	75	40	401	40132	1432	Europe/Paris
6616732	Mazerolles	mazerolles	Maserolas,Maseròlas,Mazerol',Mazerolles,ma ci luo lei,Мазероль,马兹罗勒		FR	75	40	402	40178	643	Europe/Paris
6616733	Monségur	monsegur	Monsegur,Monségur		FR	75	40	402	40190	396	Europe/Paris
6616734	Montaut	montaut	Mont Aut,Montaut,Monto,meng tuo,Монто,蒙托		FR	75	40	402	40191	635	Europe/Paris
6616735	Préchacq-les-Bains	prechacq-les-bains	Prechacq-les-Bains,Préchacq-les-Bains		FR	75	40	401	40237	710	Europe/Paris
6616736	Roquefort	roquefort	Rocahort,Rokfor,Roquefort,Ròcahòrt,luo qu ai fu er,rokkuforu,Рокфор,ロックフォール,罗屈埃福尔		FR	75	40	402	40245	1891	Europe/Paris
6616737	Saint-André-de-Seignanx	saint-andre-de-seignanx	Saint-Andre-de-Seignanx,Saint-André-de-Seignanx,Sent Andreu de Senhans,Sent Andrèu de Senhans,Sent-Andre-de-Sen'jan,sheng ang de lei de sai ni ang,Сент-Андре-де-Сеньян,سینٹ-آندرے-دے-سےگننش,圣昂德雷德塞尼昂		FR	75	40	401	40248	1720	Europe/Paris
6616738	Saint-Aubin	saint-aubin	Saint-Aubin,Sent Aubin,Sent-Oben,sheng ao ban,Сент-Обен,سینٹ-ابن، لنڈس,圣奥班		FR	75	40	401	40249	501	Europe/Paris
6616739	Saint-Avit	saint-avit	Saint-Avit		FR	75	40	402	40250	640	Europe/Paris
6616740	Sainte-Foy	sainte-foy	Sainte-Foy		FR	75	40	402	40258	263	Europe/Paris
6616741	Saint-Paul-en-Born	saint-paul-en-born	Sen-Pol'-an-Born,Sent Pau de Born,Sent Pau de Bòrn,bo er en de qu sheng bo,syn-pal-yn-bwrn,Сен-Поль-ан-Борн,سین-پال-ین-بورن,博尔恩地区圣波		FR	75	40	402	40278	953	Europe/Paris
6616742	Téthieu	tethieu	Tethieu,Téthieu		FR	75	40	401	40315	742	Europe/Paris
6616743	Azé	aze	Aze,Azé		FR	24	41	412	41010	1052	Europe/Paris
6616744	La Chapelle-Montmartin	la-chapelle-montmartin	Chapelle-Montmartin,La Chapelle-Montmartin,La-Shapel'-Monmarten,Shapel Monmarten,la sha pei lei meng te ma er tan,Ла-Шапель-Монмартен,Шапел Монмартен,لا شاپیل-مونتمارٹین,拉沙佩勒蒙特马尔坦		FR	24	41	413	41038	437	Europe/Paris
6616745	Le Gault-du-Perche	le-gault-du-perche			FR	24	41	412	41096	337	Europe/Paris
6616746	Les Hayes	les-hayes	E,Hayes,Les Hayes,Lez-E,lai sai ai,lz hays,Е,Лез-Е,لز هایس,莱赛埃		FR	24	41	412	41100	179	Europe/Paris
6616747	Pruniers-en-Sologne	pruniers-en-sologne	Pruniers-en-Sologne		FR	24	41	413	41185	2419	Europe/Paris
6616748	Ruan-sur-Egvonne	ruan-sur-egvonne			FR	24	41	412	41196	94	Europe/Paris
6616749	Saint-Amand-Longpré	saint-amand-longpre	Saint-Amand-Longpre,Saint-Amand-Longpré		FR	24	41	412	41199	1228	Europe/Paris
6616750	Saint-Laurent-Nouan	saint-laurent-nouan	Saint-Laurent-Nouan		FR	24	41	411	41220	4343	Europe/Paris
6616751	Saint-Loup	saint-loup	Saint-Loup		FR	24	41	413	41222	376	Europe/Paris
6616752	Seur	seur	Seur		FR	24	41	411	41246	475	Europe/Paris
6616753	Sougé	souge	Suzhe,su re,Суже,苏热		FR	24	41	412	41250	475	Europe/Paris
6616754	Le Temple	le-temple	Le Temple		FR	24	41	412	41254	188	Europe/Paris
6616755	Villefranche-sur-Cher	villefranche-sur-cher	Villefranche-sur-Cher		FR	24	41	413	41280	2699	Europe/Paris
6616756	Andrézieux-Bouthéon	andrezieux-boutheon	Andrezieux-Boutheon,Andrézieux-Bouthéon		FR	84	42	423	42005	9839	Europe/Paris
6616757	La Bénisson-Dieu	la-benisson-dieu	Benison Dje,Benisson-Dieu,Bénisson-Dieu,La Benisson-Dieu,La Bénisson-Dieu,La-Benisson-D'e,la bei ni song de yue,Бенисон Дје,Ла-Беніссон-Дьє,لا بینیسون-ڈییو,拉贝尼松德约		FR	84	42	422	42016	417	Europe/Paris
6616758	Châteauneuf	chateauneuf	Chateauneuf,Châteauneuf,Shatonef,sha tuo na,Шатонеф,沙托纳		FR	84	42	423	42053	1579	Europe/Paris
6616759	Colombier	colombier	Colombier,Colombièr,Colombiér,Kolombe,Kolombje,ke long bi ye,Коломбє,Коломбје,科隆比耶		FR	84	42	423	42067	308	Europe/Paris
6616760	Le Crozet	le-crozet	Crozet,Kroze,Le Crozet,Le-Kroze,lei ke luo ze,Крозе,Ле-Крозе,勒克罗泽		FR	84	42	422	42078	280	Europe/Paris
6616761	Débats-Rivière-d'Orpra	debats-riviere-d-orpra	Debats-Riviere-d'Orpra,Débats-Rivière-d'Orpra		FR	84	42	421	42084	156	Europe/Paris
6616762	Fourneaux	fourneaux	Fourneaux,Furno,fu er nuo,Фурно,富尔诺		FR	84	42	422	42098	598	Europe/Paris
6616763	Fraisses	fraisses			FR	84	42	423	42099	3735	Europe/Paris
6616764	Grézolles	grezolles	Grezol',Grezolles,Grézolles,ge lei zuo lai,Грезоль,格雷佐莱		FR	84	42	422	42106	269	Europe/Paris
6616765	L'Hôpital-sous-Rochefort	l-hopital-sous-rochefort	L'Hopital-sous-Rochefort,L'Hôpital-sous-Rochefort		FR	84	42	421	42109	111	Europe/Paris
6616766	Marcilly-le-Châtel	marcilly-le-chatel	Marcilly-le-Chatel,Marcilly-le-Châtel,Marsii-le-Shatel',ma er xi li lai sha tai,Марсії-ле-Шатель,马尔西利莱沙泰		FR	84	42	421	42134	1390	Europe/Paris
6616767	Mars	mars	Mars,ma er,Марс,马尔		FR	84	42	422	42141	558	Europe/Paris
6616768	Merle-Leignec	merle-leignec	Merle-Leignec		FR	84	42	421	42142	323	Europe/Paris
6616769	Montagny	montagny	Montagny,Montan'i,Монтаньї		FR	84	42	422	42145	1061	Europe/Paris
6616770	Montchal	montchal	Montchal		FR	84	42	421	42148	497	Europe/Paris
6616771	Les Noës	les-noes	Le-Noe,Les Noes,Les Noës,lai si nuo e,Ле-Ное,莱斯诺厄		FR	84	42	422	42158	208	Europe/Paris
6616772	Précieux	precieux	Precieux,Pres'e,Précieux,pu lei xi e,Пресьє,普雷西厄		FR	84	42	421	42180	1032	Europe/Paris
6616773	Roisey	roisey	Roisey		FR	84	42	423	42191	917	Europe/Paris
6616774	Genilac	genilac	Genilac		FR	84	42	423	42225	3880	Europe/Paris
6616775	Saint-Hilaire-Cusson-la-Valmitte	saint-hilaire-cusson-la-valmitte	Saint-Hilaire-Cusson-la-Valmitte		FR	84	42	421	42235	334	Europe/Paris
6616978	Chatonrupt-Sommermont	chatonrupt-sommermont			FR	44	52	523	52118	306	Europe/Paris
6616776	Saint-Jean-Saint-Maurice-sur-Loire	saint-jean-saint-maurice-sur-loire	Saint-Jean-Saint-Maurice-sur-Loire		FR	84	42	422	42239	1142	Europe/Paris
6616777	Saint-Just-Saint-Rambert	saint-just-saint-rambert	Saint-Just-Saint-Rambert		FR	84	42	421	42279	15232	Europe/Paris
6616778	Les Salles	les-salles	Les Salles		FR	84	42	421	42295	527	Europe/Paris
6616779	La Tourette	la-tourette	La Tourette		FR	84	42	421	42312	573	Europe/Paris
6616780	Valeille	valeille	Valeille		FR	84	42	421	42319	729	Europe/Paris
6616781	Villerest	villerest	Villerest		FR	84	42	422	42332	4840	Europe/Paris
6616782	Vougy	vougy	Vougy,Vuzhi,Вужі		FR	84	42	422	42338	1452	Europe/Paris
6616783	Aiguilhe	aiguilhe			FR	84	43	432	43002	1531	Europe/Paris
6616784	Vissac-Auteyrac	vissac-auteyrac	Vissac e Autairac,Vissac e Auteirac,Vissac-Auteyrac,Vissak-Otejrak,wei sa ke ao tai la ke,Виссак-Отейрак,Віссак-Отейрак,维萨克奥泰拉克		FR	84	43	431	43013	338	Europe/Paris
6616785	Beaulieu	beaulieu	Beaulieu,Beuluec,Bol'e,Bolije,Bèuluec,bo e,Болије,Болье,Больє,博略		FR	84	43	432	43021	1023	Europe/Paris
6616786	Bessamorel	bessamorel	Bessamorel		FR	84	43	433	43028	444	Europe/Paris
6616787	Chazelles	chazelles	Chazelles		FR	84	43	431	43068	37	Europe/Paris
6616788	Cussac-sur-Loire	cussac-sur-loire	Cucac,Cuçac,Kisak na Loari,Kjussak-sjur-Luar,lu wa er he pan qu sa ke,Кисак на Лоари,Кюссак-сюр-Луар,卢瓦尔河畔屈萨克		FR	84	43	432	43084	1731	Europe/Paris
6616789	Lafarre	lafarre	Lafarre		FR	84	43	432	43109	68	Europe/Paris
6616790	Lamothe	lamothe	La Mota,La Mota de Briude,La Mòta,La Mòta de Briude,Lamot,Lamothe,la mo te,Ламот,لاموتھ، ہوٹی-لوئر,拉莫特		FR	84	43	431	43110	870	Europe/Paris
6616791	Mazeyrat-d'Allier	mazeyrat-d-allier	Mazeyrat-d'Allier		FR	84	43	431	43132	1497	Europe/Paris
6616792	Le Monastier-sur-Gazeille	le-monastier-sur-gazeille	Le Monastier-sur-Gazeille		FR	84	43	432	43135	1790	Europe/Paris
6616793	Le Monteil	le-monteil	Le Monteil		FR	84	43	432	43140	665	Europe/Paris
6616794	Montfaucon-en-Velay	montfaucon-en-velay	Montfaucon-en-Velay		FR	84	43	433	43141	1229	Europe/Paris
6616795	Pradelles	pradelles	Pradel',Pradelas,Pradelles,Pradèlas,pu la dai lai,puraderu,Прадель,پراڈلے,プラデル,普拉代莱		FR	84	43	432	43154	556	Europe/Paris
6616796	Prades	prades	Prad,Pradas,pu la dai,Прад,普拉代		FR	84	43	431	43155	65	Europe/Paris
6616797	Saint-Beauzire	saint-beauzire	Saint-Beauzire		FR	84	43	431	43170	381	Europe/Paris
6616798	Saint-Georges-Lagricol	saint-georges-lagricol	Saint-Georges-Lagricol		FR	84	43	432	43189	533	Europe/Paris
6616799	Saint-Pal-de-Chalencon	saint-pal-de-chalencon	Saint-Pal-de-Chalencon,Sant Paul de Chalencon,Sen-Pal'-de-Shalankon,sheng pa de sha lang kong,Сен-Паль-де-Шаланкон,سینٹ-پل-دے-چلنکون,圣帕德沙朗孔		FR	84	43	433	43212	1016	Europe/Paris
6616800	Saint-Pierre-du-Champ	saint-pierre-du-champ	Saint-Pierre-du-Champ		FR	84	43	432	43217	518	Europe/Paris
6616801	Saint-Vincent	saint-vincent			FR	84	43	432	43230	1000	Europe/Paris
6616802	Salettes	salettes	Saletas,Salett,Salettes,sa lei tai,Салетт,萨勒泰		FR	84	43	432	43231	138	Europe/Paris
6616803	Siaugues-Sainte-Marie	siaugues-sainte-marie			FR	84	43	431	43239	801	Europe/Paris
6616804	Les Vastres	les-vastres	Las Vastras,Le-Vastr,lai si wa si te lei,Ле-Вастр,莱斯瓦斯特雷		FR	84	43	432	43253	203	Europe/Paris
6616805	Le Bignon	le-bignon	Le Bignon		FR	52	44	442	44014	3718	Europe/Paris
6616806	La Boissière-du-Doré	la-boissiere-du-dore			FR	52	44	442	44016	1040	Europe/Paris
6616807	Château-Thébaud	chateau-thebaud			FR	52	44	442	44037	3007	Europe/Paris
6616809	Grandchamps-des-Fontaines	grandchamps-des-fontaines	Grandchamp-des-Fontaines,Grandchamps-des-Fontaines,Grandis Campus,Gransham-de-Fonten,Gregamp-ar-Feunteuniou,Gregamp-ar-Feunteunioù,ge lang de shang pu dai feng tai nei,guranshan=de=fontenu,Граншам-де-Фонтен,グランシャン＝デ＝フォンテーヌ,格朗德尚普代丰泰内		FR	52	44	445	44066	5841	Europe/Paris
6616810	Indre	indre	Antr,Antrum,Endr,Indre,an de er,andoru,Ендр,アンドル,安德尔		FR	52	44	442	44074	3915	Europe/Paris
6616811	Les Moutiers-en-Retz	les-moutiers-en-retz	Les Moutiers-en-Retz		FR	52	44	443	44106	1576	Europe/Paris
6616812	Saint-Aignan-Grandlieu	saint-aignan-grandlieu	Saint-Aignan-Grandlieu		FR	52	44	442	44150	3912	Europe/Paris
6616813	Sainte-Anne-sur-Brivet	sainte-anne-sur-brivet	Sainte-Anne-sur-Brivet		FR	52	44	443	44152	2984	Europe/Paris
6616814	Saint-Colomban	saint-colomban	Sant-Koulman,Sen-Kolomban,sheng ke long bang,sn-kwlwmban,Сен-Коломбан,سن-کولومبان,سینٹ-کولومبان,圣科隆邦		FR	52	44	442	44155	3333	Europe/Paris
6616815	Corcoué-sur-Logne	corcoue-sur-logne	Corcoue-sur-Logne,Corcoué-sur-Logne		FR	52	44	442	44156	2873	Europe/Paris
6616817	Sucé-sur-Erdre	suce-sur-erdre	Suce-sur-Erdre,Sucé-sur-Erdre		FR	52	44	445	44201	6958	Europe/Paris
6616818	Teillé	teille	Tee,Teille,Teilliacum,Teillé,Tilhieg,tai lai,Теє,泰莱		FR	52	44	445	44202	1785	Europe/Paris
6616819	Geneston	geneston	Geneston		FR	52	44	442	44223	3638	Europe/Paris
6616820	Amilly	amilly	Amii,Amiji,Amilly,a mi li,amyly  lwart,Амији,Амії,امیلی، لوارت,阿米利		FR	24	45	451	45004	12694	Europe/Paris
6616821	Bellegarde	bellegarde	Bel'gard,Belgard,Bellegarde,bei lei jia er de,Белгард,Бельгард,贝勒加尔德		FR	24	45	451	45031	1698	Europe/Paris
6616822	Bouzonville-aux-Bois	bouzonville-aux-bois			FR	24	45	453	45047	436	Europe/Paris
6616823	La Bussière	la-bussiere	Bisjer,Bussiere,Bussière,La Bussiere,La Bussière,La-Bjus'er,Бисјер,Ла-Бюсьєр,لا بوسییری، لویریٹ		FR	24	45	451	45060	814	Europe/Paris
6616824	Césarville-Dossainville	cesarville-dossainville	Cesarville-Dossainville,Césarville-Dossainville		FR	24	45	453	45065	264	Europe/Paris
6616825	Gondreville	gondreville	Gondrevil',Gondreville,Gondrvil,gong de lei wei er,Гондрвил,Гондревіль,贡德勒维尔		FR	24	45	451	45158	343	Europe/Paris
6616826	Ouvrouer-les-Champs	ouvrouer-les-champs	Ouvrouer-les-Champs		FR	24	45	452	45241	570	Europe/Paris
6616827	Rozoy-le-Vieil	rozoy-le-vieil	Rozoy-le-Vieil		FR	24	45	451	45265	422	Europe/Paris
6616828	Ruan	ruan	Rjuan,lu ang,rwan,Рюан,روان,吕昂		FR	24	45	452	45266	204	Europe/Paris
6616830	Saint-Père-sur-Loire	saint-pere-sur-loire	Saint-Pere-sur-Loire,Saint-Père-sur-Loire		FR	24	45	452	45297	1049	Europe/Paris
6616831	Thou	thou	Thou,Tu,tu zhen,Ту,图镇		FR	24	45	451	45323	233	Europe/Paris
6616832	Varennes-Changy	varennes-changy			FR	24	45	451	45332	1487	Europe/Paris
6616834	Bagnac-sur-Célé	bagnac-sur-cele	Bagnac-sur-Cele,Bagnac-sur-Célé,Ban'jak-sjur-Sele,Banak sir Sele,Banhac,sai lai he pan ba er ni ya ke,Баньяк-сюр-Селе,Бањак сир Селе,塞莱河畔巴尔尼亚克		FR	76	46	462	46015	1477	Europe/Paris
6616835	Capdenac	capdenac	Capdenac		FR	76	46	462	46055	1101	Europe/Paris
6616836	Castelnau Montratier-Sainte Alauzie	castelnau-montratier-sainte-alauzie	Castelnau de Montratier,Castèlnau de Montratièr,Kastel'no-Monrat'e,Kastelno Montratje,ka si tai er nuo meng te la di ye,Кастелно Монтратје,Кастельно-Монратьє,卡斯泰尔诺蒙特拉蒂耶		FR	76	46	461	46063	1902	Europe/Paris
6616837	Cavagnac	cavagnac	Cavanhac,Kavan'jak,Kavanak,ka wa ni ya ke,Каваньяк,Кавањак,卡瓦尼亚克		FR	76	46	463	46065	468	Europe/Paris
6616838	Cazals	cazals	Casals,Cazals,Kazal,Kazal',Казал,Казаль		FR	76	46	463	46066	626	Europe/Paris
6616839	Gagnac-sur-Cère	gagnac-sur-cere	Gagnac-sur-Cere,Gagnac-sur-Cère		FR	76	46	462	46117	672	Europe/Paris
6616840	Ginouillac	ginouillac	Ginolhac,Ginouillac,Zhinujak,ran wu yi la ke,Жинуяк,Жинујак,然乌伊拉克		FR	76	46	463	46121	154	Europe/Paris
6616841	Labastide-du-Haut-Mont	labastide-du-haut-mont	Labastide-du-Haut-Mont		FR	76	46	462	46135	48	Europe/Paris
6616842	Lhospitalet	lhospitalet	Lhospitalet		FR	76	46	461	46172	483	Europe/Paris
6616843	Limogne-en-Quercy	limogne-en-quercy	Limon'-an-Kersi,Limonha,Limonha de Carcin,qu ai er xi de qu li mo ni,Лімонь-ан-Керсі,屈埃尔西地区利莫尼		FR	76	46	461	46173	764	Europe/Paris
6616844	Lissac-et-Mouret	lissac-et-mouret	Lissac-et-Mouret		FR	76	46	462	46175	919	Europe/Paris
6616845	Loupiac	loupiac	Lopiac,Loupiac,Lupiak,lu pi a ke,Лупіак,卢皮阿克		FR	76	46	463	46178	260	Europe/Paris
6616846	Martel	martel	Martel,Martel',Martèl,ma er tai,Мартель,马尔泰		FR	76	46	463	46185	1599	Europe/Paris
6616847	Mauroux	mauroux	Mauroux		FR	76	46	461	46187	522	Europe/Paris
6616848	Molières	molieres			FR	76	46	462	46195	367	Europe/Paris
6616849	Montamel	montamel	Montamel		FR	76	46	463	46196	107	Europe/Paris
6616850	Montcabrier	montcabrier	Montcabrier		FR	76	46	461	46199	354	Europe/Paris
6616851	Prayssac	prayssac	Praissac,Pressak,pu lai sa ke,Прессак,普赖萨克		FR	76	46	461	46225	2406	Europe/Paris
6616852	Le Vignon-en-Quercy	le-vignon-en-quercy	Le Vignon-en-Quercy		FR	76	46	463	46232	1028	Europe/Paris
6616853	Rignac	rignac	Rignac,Rin'jak,Rinhac,li ni ya ke,Риньяк,里尼亚克		FR	76	46	463	46238	266	Europe/Paris
6616854	Rueyres	rueyres	Rueyres		FR	76	46	462	46243	200	Europe/Paris
6616855	Saint-Hilaire	saint-hilaire	Saint-Hilaire		FR	76	46	462	46269	68	Europe/Paris
6616856	Saint-Jean-Mirabel	saint-jean-mirabel	Saint-Jean-Mirabel		FR	76	46	462	46272	225	Europe/Paris
6616858	Saint-Médard	saint-medard	Saint-Medard,Saint-Médard		FR	76	46	461	46280	173	Europe/Paris
6616860	Saint-Projet	saint-projet	Saint-Projet		FR	76	46	463	46290	345	Europe/Paris
6616861	Saint-Sulpice	saint-sulpice	Saint-Sulpice,Sant Sopleci,Sant Soplèci,Sen-Sjul'pis,sheng xu er pi ke,Сен-Сюльпіс,圣叙尔皮克		FR	76	46	462	46294	145	Europe/Paris
6616862	Sérignac	serignac	Serignac,Sérignac		FR	76	46	461	46305	297	Europe/Paris
6616863	Tauriac	tauriac	Tauriac		FR	76	46	462	46313	412	Europe/Paris
6616864	Vire-sur-Lot	vire-sur-lot	Vire-sur-Lot		FR	76	46	461	46336	357	Europe/Paris
6616865	Saint-Jean-Lagineste	saint-jean-lagineste	Saint-Jean-Lagineste		FR	76	46	462	46339	318	Europe/Paris
6616866	Bajamont	bajamont	Bajamont,Bazhamon,ba ya meng,Бажамон,巴雅蒙		FR	75	47	471	47019	981	Europe/Paris
6616867	Boudy-de-Beauregard	boudy-de-beauregard	Bodin,Bodin de Belregard,Bodin de Bèlregard,Boudy-de-Beauregard,Budi de Boregar,Budi-de-Boregar,bu di de bo lei jia er,Буди де Борегар,Буди-де-Борегар,Буді-де-Борегар,布迪德博雷加尔		FR	75	47	473	47033	412	Europe/Paris
6616868	Clermont-Soubiran	clermont-soubiran	Clarmont Dessus,Clarmont Dessús,Clarmont Sobiran,Clermont-Soubiran,Klermon Subiran,Klermon-Subiran,ke lai meng su bi lang,Клермон Субиран,Клермон-Субиран,Клермон-Субіран,克莱蒙苏比朗		FR	75	47	471	47067	377	Europe/Paris
6616869	Gontaud-de-Nogaret	gontaud-de-nogaret	Gontaud-de-Nogaret		FR	75	47	472	47110	1681	Europe/Paris
6616870	Lasserre	lasserre	Lasserre		FR	75	47	474	47139	74	Europe/Paris
6616871	Madaillan	madaillan	Madaillan		FR	75	47	471	47155	651	Europe/Paris
6616872	Monclar	monclar	Monclar,Monklar,Montclar,meng ke la,Монклар,蒙克拉		FR	75	47	473	47173	865	Europe/Paris
6616873	Monségur	monsegur			FR	75	47	473	47178	401	Europe/Paris
6616874	Montaut	montaut	Montaut		FR	75	47	473	47184	246	Europe/Paris
6616875	Réaup-Lisse	reaup-lisse	Reaup-Lisse,Rehaut e Lissa,Rehaut-Lissa,Reo-Liss,Réaup-Lisse,lei ao li si,Рео-Лисс,Рео-Лісс,雷奥利斯		FR	75	47	474	47221	604	Europe/Paris
6616876	La Réunion	la-reunion	La Reunion,La Réunion,La-Rejunion,Sent Martin de Miranas,la lei yu ni weng,Ла-Реюнион,Ла-Реюніон,لا ری ریونین، لوٹ-اے-گارونی,拉雷于尼翁		FR	75	47	474	47222	488	Europe/Paris
6616877	Saint-Aubin	saint-aubin			FR	75	47	473	47230	428	Europe/Paris
6616878	Saint-Hilaire-de-Lusignan	saint-hilaire-de-lusignan	Lusinhan lo Grand e Sent Ilari,Saint-Hilaire-de-Lusignan,Sant Ilari de Lusinhan,Sen-Iler-de-Ljuzin'jan,sheng yi lai er de lu xi ni ang,Сен-Ілер-де-Люзіньян,Сен-Илер-де-Люзиньян,سینٹ-ہلیری-دے-لسیگنان,圣伊莱尔德吕西尼昂		FR	75	47	471	47246	1497	Europe/Paris
6616879	Saint-Laurent	saint-laurent	Saint-Laurent		FR	75	47	474	47249	523	Europe/Paris
6616880	Saint-Martin-de-Beauville	saint-martin-de-beauville	Saint-Martin-de-Beauville,Sant Martin de Bouvila,Sant Martin de Bòuvila,Sen-Marten-de-Bovil',Sent Sixt e Sent Martin,sheng ma dan de bo wei er,Сен-Мартен-де-Бовиль,Сен-Мартен-де-Бовіль,سینٹ-مارٹن-دے-بوولے,圣马丹德博维尔		FR	75	47	471	47255	179	Europe/Paris
6616979	Chamarandes-Choignes	chamarandes-choignes	Chamarandes-Choignes		FR	44	52	521	52125	1035	Europe/Paris
6616881	Saint-Pé-Saint-Simon	saint-pe-saint-simon	Saint-Pe-Saint-Simon,Saint-Pé-Saint-Simon,Sen-Pe-Sen-Simon,Sent Per e Sent Simon,Sent Pèr e Sent Simon,sheng pei sheng xi meng,syn-py-syn-saymn,Сен-Пе-Сен-Симон,Сен-Пе-Сен-Сімон,سین-پی-سین-سائمن,圣佩圣西蒙		FR	75	47	474	47266	211	Europe/Paris
6616882	Saint-Sixte	saint-sixte	Saint-Sixte		FR	75	47	471	47279	361	Europe/Paris
6616883	Salles	salles	Sal',Salas,Salles,sa lai,Саль,萨莱		FR	75	47	473	47284	290	Europe/Paris
6616884	Saint-Georges	saint-georges			FR	75	47	473	47328	550	Europe/Paris
6616885	Les Monts-Verts	les-monts-verts	Les Monts-Verts		FR	76	48	482	48012	350	Europe/Paris
6616886	Pied-de-Borne	pied-de-borne	P'e-de-Born,Pe-de-Born,Planchamp,pi ye de bo er en,Пье-де-Борн,Пє-де-Борн,皮耶德博尔恩		FR	76	48	482	48015	190	Europe/Paris
6616887	Hures-la-Parade	hures-la-parade	Hures-la-Parade,Jur-la-Parad,Ura e la Parada,yu lei la pa la de,Юр-ла-Парад,于雷拉帕拉德		FR	76	48	481	48074	260	Europe/Paris
6616888	Le Malzieu-Forain	le-malzieu-forain	Le Malzieu-Forain		FR	76	48	482	48089	468	Europe/Paris
6616889	Moissac-Vallée-Française	moissac-vallee-francaise			FR	76	48	481	48097	221	Europe/Paris
6616890	Bourgs sur Colagne	bourgs-sur-colagne	Le-Monast'e-Pen-Mor'es,Le-Monast'e-Pen-Mores,Lo Monastier,Lo Monastièr,Monastier-Pin-Mories,Monastier-Pin-Moriès,lei mo na si di ye pan mo li ye,Ле-Монастье-Пен-Морьес,Ле-Монастьє-Пен-Морєс,勒莫纳斯蒂耶潘莫里耶		FR	76	48	482	48099	2169	Europe/Paris
6616891	Pelouse	pelouse	Pelosa,Pelouse,Peluz,pei lu si,Пелуз,佩卢斯		FR	76	48	482	48111	235	Europe/Paris
6616892	Pourcharesses	pourcharesses	Porcharecas,Porchareças,Pourcharesses,Pursharess,pu er sha lei sai,Пуршаресс,普尔沙雷塞		FR	76	48	482	48117	118	Europe/Paris
6616893	Saint-Bauzile	saint-bauzile	Sen-Bozij,Sent Bauseli,Sent Bausèli,sheng bo qi er,Сен-Бозий,Сен-Бозій,سینٹ-بہزیلے، لوزیرے,圣博齐尔		FR	76	48	482	48137	624	Europe/Paris
6616894	Sainte-Croix-Vallée-Française	sainte-croix-vallee-francaise	Sainte-Croix-Vallee-Francaise,Sainte-Croix-Vallée-Française,Sent-Krua-Valle-Fransez,Senta Crotz de Valfrancesca,sheng ke lu wa ke si-wa lai ai fu lang sai si,Сент-Круа-Валле-Франсез,سین-کروئی-ولے-فرانکیسے,圣克鲁瓦克斯-瓦莱埃弗朗赛斯		FR	76	48	481	48144	279	Europe/Paris
6616895	Sainte-Hélène	sainte-helene	Sainte-Helene,Sainte-Hélène		FR	76	48	482	48157	98	Europe/Paris
6616896	Termes	termes	Termes		FR	76	48	482	48190	207	Europe/Paris
6616897	Anctoville-sur-Boscq	anctoville-sur-boscq	Anctoville-sur-Boscq,Anktovil sir Bosk,Anktovil'-sjur-Bosk,anktwwyl-sw-bask,bo si he pan ang ke tuo wei er,Анктовил сир Боск,Анктовиль-сюр-Боск,Анктовіль-сюр-Боск,انکتوویل-سو-باسک,博斯河畔昂克托维尔		FR	28	50	501	50008	457	Europe/Paris
6616898	Barneville-Carteret	barneville-carteret	BARNEVILLE CARTERET,Barneville-Carteret		FR	28	50	502	50031	2227	Europe/Paris
6616899	Jullouville	jullouville			FR	28	50	501	50066	2301	Europe/Paris
6616900	Brouains	brouains	Brouains		FR	28	50	501	50088	141	Europe/Paris
6616901	Canteloup	canteloup	Canteloup,Kantelu,Kantelup,kang tai lu,Кантелу,Кантелуп,康泰卢		FR	28	50	502	50096	215	Europe/Paris
6616902	Chérencé-le-Héron	cherence-le-heron	Chrenc-le-Hron,Sherans lEron,Sheranse-le-Eron,xie lang sai lai ai long,Шеранс лЕрон,Шерансе-ле-Ерон,谢朗塞莱埃龙		FR	28	50	504	50130	398	Europe/Paris
6616903	Couvains	couvains	Kuven,ku wan,Кувен,库万		FR	28	50	504	50148	488	Europe/Paris
6616904	Dragey-Ronthon	dragey-ronthon	Dragey-Ronthon		FR	28	50	501	50167	816	Europe/Paris
6616908	La Haye-Bellefond	la-haye-bellefond	La Haye-Bellefond		FR	28	50	504	50234	83	Europe/Paris
6616909	Marcilly	marcilly	Marcilly,Marsii,ma er xi li,Марсии,Марсії,马尔西利		FR	28	50	501	50290	332	Europe/Paris
6616910	Montaigu-la-Brisette	montaigu-la-brisette	Montaigu-la-Brisette,Montegju-la-Brizett,meng tai ju la bu li sai te,Монтегю-ла-Бризетт,蒙泰居拉布里塞特		FR	28	50	502	50335	509	Europe/Paris
6616911	Le Mont-Saint-Michel	le-mont-saint-michel	Le Mont-Saint-Michel,Mont-Saint-Michel		FR	28	50	501	50353	30	Europe/Paris
6616912	Octeville-l'Avenel	octeville-l-avenel	Octeville-l'Avenel		FR	28	50	502	50384	216	Europe/Paris
6616913	Le Plessis-Lastelle	le-plessis-lastelle	Le Plessis-Lastelle,Le-Plessi-Lastel',Plessis-Lastelle,lei pu lai xi la si tai er,Ле-Плесси-Ластель,Ле-Плессі-Ластель,勒普莱西拉斯泰尔		FR	28	50	503	50405	241	Europe/Paris
6616914	Saint-Brice	saint-brice	Saint-Brice,Sen-Bris,sheng bu li ke,Сен-Брис,سینٹ-برکے، منچھ,圣布里克		FR	28	50	501	50451	135	Europe/Paris
6616915	Saint-Clément-Rancoudray	saint-clement-rancoudray	Saint-Clement-Rancoudray,Saint-Clment-Rancoudray,Saint-Clément-Rancoudray,Sen-Kleman-Rankudre,sheng ke lai mang lang ku de lai,Сен-Клеман-Ранкудре,سینٹ-کلیمنٹ-رنکودرے,圣克莱芒朗库德赖		FR	28	50	501	50456	548	Europe/Paris
6616916	Saint-Jean-du-Corail-des-Bois	saint-jean-du-corail-des-bois			FR	28	50	501	50495	69	Europe/Paris
6616917	Saint-Marcouf	saint-marcouf	Saint-Marcouf,Sen-Markuf,sheng ma er ku,Сен-Маркуф,سینٹ-مرکاوف، منچھ,圣马尔库		FR	28	50	502	50507	342	Europe/Paris
6616918	Chaulieu	chaulieu	Chaulieu		FR	28	50	501	50514	299	Europe/Paris
6616919	Saint-Nicolas-des-Bois	saint-nicolas-des-bois	Saint-Nicolas-des-Bois,Sen-Nikola-de-Bua,sheng ni ke la dai bu wa,Сен-Никола-де-Буа,Сен-Нікола-де-Буа,سینٹ-نکولس-دس-بوس، منچھ,圣尼科拉代布瓦		FR	28	50	501	50529	92	Europe/Paris
6616920	Saint-Ovin	saint-ovin	Saint-Ovin		FR	28	50	501	50531	768	Europe/Paris
6616921	Saint-Pierre-de-Coutances	saint-pierre-de-coutances	Saint-Pierre-de-Coutances		FR	28	50	503	50537	415	Europe/Paris
6616922	Siouville-Hague	siouville-hague	Siuvil'-Ag,xi wu wei er a gai,Сиувиль-Аг,Сіувіль-Аг,西乌维尔阿盖		FR	28	50	502	50576	1073	Europe/Paris
6616923	Taillepied	taillepied	Taillepied,Tajp'e,Tajpe,ta ye pi ye,Тайпье,Тайпє,塔耶皮耶		FR	28	50	502	50587	23	Europe/Paris
6616926	Arzillières-Neuville	arzillieres-neuville	Arzillieres-Neuville,Arzillières-Neuville		FR	44	51	514	51017	328	Europe/Paris
6616927	Aubérive	auberive	Auberive,Aubérive,Oberiv,Uberiv,ao bei li fu,Оберив,Уберив,奥贝里夫		FR	44	51	513	51019	232	Europe/Paris
6616928	Auménancourt	aumenancourt			FR	44	51	513	51025	1028	Europe/Paris
6616929	Bouchy-Saint-Genest	bouchy-saint-genest	Bushi Sen Zhenest,Bushi-Sen-Zhene,bu xi sheng re nei si,Буши Сен Женест,Буші-Сен-Жене,布希圣热内斯		FR	44	51	512	51071	197	Europe/Paris
6616930	Le Breuil	le-breuil	Le Breuil		FR	44	51	512	51085	391	Europe/Paris
6616931	Breuil-sur-Vesle	breuil-sur-vesle	Brej,Breuil-sur-Vesle,Брей,Бреј		FR	44	51	513	51086	346	Europe/Paris
6616932	Le Buisson	le-buisson	Le Buisson		FR	44	51	514	51095	87	Europe/Paris
6616933	Champfleury	champfleury	Shamfleri,Shanfleri,shang pu fu lei li,Шамфлері,Шанфлери,尚普夫勒里		FR	44	51	513	51115	540	Europe/Paris
6616934	Le Châtelier	le-chatelier	Chatelier,Châtelier,Le Chatelier,Le Châtelier,Le-Shatel'e,Shatelije,lei sha tai li ye,Ле-Шательє,Шателије,勒沙泰利耶		FR	44	51	511	51133	57	Europe/Paris
6616935	Val-des-Marais	val-des-marais	Val'-de-Mare,Val-des-Marais,wa dai ma lai,Валь-де-Маре,瓦代马赖		FR	44	51	512	51158	566	Europe/Paris
6616936	Contault	contault	Contault,Konto,kong tuo er,Конто,孔托尔		FR	44	51	511	51166	66	Europe/Paris
6616937	Courtagnon	courtagnon	Courtagnon		FR	44	51	513	51190	64	Europe/Paris
6616938	Dommartin-Dampierre	dommartin-dampierre			FR	44	51	511	51211	72	Europe/Paris
6616939	Dommartin-Varimont	dommartin-varimont	Dommartin-Varimont		FR	44	51	511	51214	140	Europe/Paris
6616940	Val-de-Vière	val-de-viere	Val-de-Viere,Val-de-Vière		FR	44	51	514	51218	129	Europe/Paris
6616941	Élise-Daucourt	elise-daucourt			FR	44	51	511	51228	102	Europe/Paris
6616942	Faux-Vésigneul	faux-vesigneul	Faux-Vesigneul,Faux-Vésigneul		FR	44	51	511	51244	245	Europe/Paris
6616943	Le Gault-Soigny	le-gault-soigny	Le Gault-Soigny,Le-Go-Suan'i,lei ge er su wa ni,Ле-Го-Суаньї,勒戈尔苏瓦尼		FR	44	51	512	51264	540	Europe/Paris
6616944	Giffaumont-Champaubert	giffaumont-champaubert	Zhiffomon-Shampober,Zhifomon Shampober,ji fu meng shang bo bei er,Жифомон Шампобер,Жиффомон-Шампобер,吉福蒙尚波贝尔		FR	44	51	514	51269	270	Europe/Paris
6616945	Gigny-Bussy	gigny-bussy	Zhin'i-Bjussi,Zhini Bisi,ji ni bi xi,Жиньї-Бюссі,Жињи Биси,吉尼比西		FR	44	51	514	51270	227	Europe/Paris
6616946	Sainte-Marie-du-Lac-Nuisement	sainte-marie-du-lac-nuisement	Sainte-Marie-du-Lac-Nuisement		FR	44	51	514	51277	268	Europe/Paris
6616947	Hauteville	hauteville	Hauteville		FR	44	51	514	51286	243	Europe/Paris
6616948	Heutrégiville	heutregiville	Heutregiville,Heutrégiville		FR	44	51	513	51293	427	Europe/Paris
6616949	Igny-Comblizy	igny-comblizy	Igny-Comblizy,In'i-Komblizi,yi ni kong bu li qi,Іньї-Комблізі,伊尼孔布利齐		FR	44	51	512	51298	403	Europe/Paris
6616950	Lisse-en-Champagne	lisse-en-champagne	Lisse-en-Champagne		FR	44	51	514	51325	122	Europe/Paris
6616951	Livry-Louvercy	livry-louvercy	Livry-Louvercy		FR	44	51	511	51326	1112	Europe/Paris
6616952	Magneux	magneux	Magneux		FR	44	51	513	51337	283	Europe/Paris
6616953	Margny	margny			FR	44	51	512	51350	117	Europe/Paris
6616954	Mœurs-Verdey	m-urs-verdey	Mer-Verde,mo e er wei er dai,Мер-Верде,莫厄尔韦尔代		FR	44	51	512	51369	319	Europe/Paris
6616955	Montmort-Lucy	montmort-lucy	Monmor-Ljusi,Montmort-Lucy,meng te mo er lu xi,Монмор-Люсі,蒙特莫尔吕西		FR	44	51	512	51381	603	Europe/Paris
6616956	Nanteuil-la-Forêt	nanteuil-la-foret	Nantej-la-Fore,Nanteuil-la-Foret,Nanteuil-la-Forêt,nan te yi la fu lei,Нантей-ла-Форе,南特伊拉福雷		FR	44	51	512	51393	267	Europe/Paris
6616957	La Noue	la-noue	La Noue,La-Nu,lang wu ai,Ла-Ну,لا نوئے,朗乌埃		FR	44	51	512	51407	402	Europe/Paris
6616958	Orbais-l'Abbaye	orbais-l-abbaye	Orbais-l'Abbaye		FR	44	51	512	51416	572	Europe/Paris
6616959	Reuil	reuil	Reuil		FR	44	51	512	51457	282	Europe/Paris
6616960	Saint-Brice-Courcelles	saint-brice-courcelles	Saint-Brice-Courcelles,Sen-Bris-Kursel',sheng bu li ke ku er se lai,Сен-Брис-Курсель,سینٹ-برکے-کورکلیس,圣布里克库尔瑟莱		FR	44	51	513	51474	3453	Europe/Paris
6616961	Saint-Euphraise-et-Clairizet	saint-euphraise-et-clairizet	Saint-Euphraise-et-Clairizet		FR	44	51	513	51479	233	Europe/Paris
6616962	Saint-Ouen-Domprot	saint-ouen-domprot	Sent-Uan-Dompro,sheng wu ang dong pu luo,Сент-Уан-Домпро,سینٹ-وں -دومپروٹ,圣乌昂东普罗		FR	44	51	514	51508	206	Europe/Paris
6616963	Saint-Remy-en-Bouzemont-Saint-Genest-et-Isson	saint-remy-en-bouzemont-saint-genest-et-isson			FR	44	51	514	51513	519	Europe/Paris
6616964	Sivry-Ante	sivry-ante			FR	44	51	511	51537	180	Europe/Paris
6616965	Soudé	soude	Soude,Soudé,Sude,su dai,Суде,苏代		FR	44	51	511	51555	185	Europe/Paris
6616966	Val-de-Vesle	val-de-vesle	Val'-de-Vel',Val-de-Vesle,wa de wei si er,Валь-де-Вель,瓦德韦斯尔		FR	44	51	513	51571	916	Europe/Paris
6616967	Trois-Fontaines-l'Abbaye	trois-fontaines-l-abbaye			FR	44	51	514	51583	206	Europe/Paris
6616968	Vandières	vandieres	Vand'er,fandyrs,wang di ai,wndyrs  mrn,Вандьєр,فانديرس,وندیرس، مرن,旺迪埃		FR	44	51	512	51592	312	Europe/Paris
6616969	Vert-Toulon	vert-toulon	Ver-Tulon,Vert-Toulon,wei er tu long,Вер-Тулон,韦尔图隆		FR	44	51	512	51611	295	Europe/Paris
6616970	Andelot-Blancheville	andelot-blancheville	Andelo Blanshvil,Andelo-Blanshvil',andlan-blanchwyl,ang dai luo bu lang she wei er,Андело Бланшвил,Андело-Бланшвіль,اندلان-بلانچویل,昂代洛布朗舍维尔		FR	44	52	521	52008	874	Europe/Paris
6616971	Roches-Bettaincourt	roches-bettaincourt			FR	44	52	523	52044	575	Europe/Paris
6616972	Breuvannes-en-Bassigny	breuvannes-en-bassigny	Breuvannes-en-Bassigny,Brevan an Basini,Brevann-an-Bassin'i,ba xi ni de qu bu lei wa nei,Бреван ан Басињи,Бреванн-ан-Бассіньї,巴西尼地区布勒瓦内		FR	44	52	521	52074	682	Europe/Paris
6616973	Champsevraine	champsevraine	Champsevraine,Shamsevren,Shansevren,shang pu sai fu lan,Шамсеврен,Шансеврен,尚普塞夫兰		FR	44	52	522	52083	733	Europe/Paris
6616974	Cerisières	cerisieres	Cerisieres,Cerisières		FR	44	52	523	52091	81	Europe/Paris
6616975	Vals-des-Tilles	vals-des-tilles	Val'-de-Tij,Vals-des-Tilles,fals ds tyls,wa er dai di lai,Валь-де-Тій,فالس دس تيلس,瓦尔代蒂莱		FR	44	52	522	52094	161	Europe/Paris
6616976	Champigneulles-en-Bassigny	champigneulles-en-bassigny	Champigneulles-en-Bassigny		FR	44	52	521	52101	46	Europe/Paris
6616977	Charmes	charmes	Charmes		FR	44	52	522	52108	146	Europe/Paris
6616980	Choilley-Dardenay	choilley-dardenay			FR	44	52	522	52126	163	Europe/Paris
6616981	Domblain	domblain	Domblain		FR	44	52	523	52169	82	Europe/Paris
6616982	Domremy-Landéville	domremy-landeville	Domremy-Landeville,Domremy-Landéville		FR	44	52	523	52173	79	Europe/Paris
6616983	Doulaincourt-Saucourt	doulaincourt-saucourt	Dulenkur Sokur,Dulenkur-Sokur,du lan ku er suo ku er,Дуленкур Сокур,Дуленкур-Сокур,杜兰库尔索库尔		FR	44	52	523	52177	836	Europe/Paris
6616984	Éclaron-Braucourt-Sainte-Livière	eclaron-braucourt-sainte-liviere	Eclaron-Braucourt-Sainte-Liviere,Éclaron-Braucourt-Sainte-Livière		FR	44	52	523	52182	2040	Europe/Paris
6616985	Le Val-d'Esnoms	le-val-d-esnoms			FR	44	52	522	52189	382	Europe/Paris
6616986	Eurville-Bienville	eurville-bienville	Eurville-Bienville		FR	44	52	523	52194	2094	Europe/Paris
6616988	Gudmont-Villiers	gudmont-villiers	Gudmont-Villiers		FR	44	52	523	52230	297	Europe/Paris
6616989	Haute-Amance	haute-amance	Ot Amans,Ot-Amans,ao te a mang ke,От Аманс,От-Аманс,奥特阿芒克		FR	44	52	522	52242	950	Europe/Paris
6616990	Humes-Jorquenay	humes-jorquenay	Humes-Jorquenay		FR	44	52	522	52246	567	Europe/Paris
6616991	Bayard-sur-Marne	bayard-sur-marne	Bajar na Marni,Bayard-sur-Marne,Bear-sjur-Marn,ma en he pan bai a er,Бајар на Марни,Беар-сюр-Марн,马恩河畔拜阿尔		FR	44	52	523	52265	1341	Europe/Paris
6616992	Larivière-Arnoncourt	lariviere-arnoncourt			FR	44	52	522	52273	114	Europe/Paris
6616993	Latrecey-Ormoy-sur-Aube	latrecey-ormoy-sur-aube	Latrecey-Ormoy-sur-Aube,Latrese-Ormua-sjur-Ob,ao bu he pan la te lei sai-ao er mu wa,Латресе-Ормуа-сюр-Об,لاتریکی-اورموئے-سور-اوب,奥布河畔拉特雷塞-奥尔穆瓦		FR	44	52	521	52274	290	Europe/Paris
6616994	Longeau-Percey	longeau-percey	Longeau-Percey,Lonzho-Perse,long ruo pei er sai,Лонжо-Персе,隆若佩尔塞		FR	44	52	522	52292	742	Europe/Paris
6616995	Magneux	magneux	Magneux		FR	44	52	523	52300	172	Europe/Paris
6616996	Mathons	mathons			FR	44	52	523	52316	68	Europe/Paris
6616997	Val-de-Meuse	val-de-meuse	Val'-de-Mez,Val-de-Meuse,wa de mo si,Валь-де-Мез,瓦德默斯		FR	44	52	522	52332	1875	Europe/Paris
6616998	Nogent	nogent	Nozhan,nuo rang,Ножан,诺让		FR	44	52	521	52353	3834	Europe/Paris
6616999	Parnoy-en-Bassigny	parnoy-en-bassigny	Parnoy-en-Bassigny		FR	44	52	522	52377	299	Europe/Paris
6617001	Perrancey-les-Vieux-Moulins	perrancey-les-vieux-moulins	Perrancey-les-Vieux-Moulins		FR	44	52	522	52383	292	Europe/Paris
6617002	Perrogney-les-Fontaines	perrogney-les-fontaines	Perrogney-les-Fontaines		FR	44	52	522	52384	118	Europe/Paris
6617003	Perthes	perthes	Perthes		FR	44	52	523	52386	530	Europe/Paris
6617004	Pierremont-sur-Amance	pierremont-sur-amance	Pierremont-sur-Amance		FR	44	52	522	52388	145	Europe/Paris
6617005	Poinson-lès-Fayl	poinson-les-fayl			FR	44	52	522	52394	227	Europe/Paris
6617006	Le Châtelet-sur-Meuse	le-chatelet-sur-meuse	Le Chatelet-sur-Meuse,Le Châtelet-sur-Meuse		FR	44	52	522	52400	154	Europe/Paris
6617007	Rachecourt-Suzémont	rachecourt-suzemont	Rachecourt-Suzemont,Rachecourt-Suzémont		FR	44	52	523	52413	104	Europe/Paris
6617008	Rizaucourt-Buchey	rizaucourt-buchey			FR	44	52	521	52426	124	Europe/Paris
6617010	Rochetaillée	rochetaillee	Rochetaillee,Rochetaillée		FR	44	52	522	52431	165	Europe/Paris
6617011	Saint-Urbain-Maconcourt	saint-urbain-maconcourt	Saint-Urbain-Maconcourt		FR	44	52	523	52456	649	Europe/Paris
6617012	Semoutiers-Montsaon	semoutiers-montsaon	Semoutiers-Montsaon		FR	44	52	521	52469	783	Europe/Paris
6617013	Troisfontaines-la-Ville	troisfontaines-la-ville	Troisfontaines-la-Ville		FR	44	52	523	52497	435	Europe/Paris
6617014	Varennes-sur-Amance	varennes-sur-amance	Varennes-sur-Amance		FR	44	52	522	52504	273	Europe/Paris
6617015	Villars-Santenoge	villars-santenoge	Villars-Santenoge		FR	44	52	522	52526	89	Europe/Paris
6617016	Villegusien-le-Lac	villegusien-le-lac	Villegusien-le-Lac		FR	44	52	522	52529	1001	Europe/Paris
6617017	Ambrières-les-Vallées	ambrieres-les-vallees	Ambrieres-les-Vallees,Ambrières-les-Vallées		FR	52	53	533	53003	2812	Europe/Paris
6617018	Beaumont-Pied-de-Bœuf	beaumont-pied-de-b-uf	Beaumont-Pied-de-Boeuf,Beaumont-Pied-de-Bœuf,Bomon Pjed de Boef,Bomon-Pe-de-Bef,bo meng te-pi ye de bo e,Бомон Пјед де Боеф,Бомон-Пє-де-Беф,博蒙特-皮耶德博厄		FR	52	53	531	53027	184	Europe/Paris
6617019	La Boissière	la-boissiere	Boasjer,Boissiere,Boissière,La Boissiere,La Boissière,La-Buasser,la bu wa xi ai,la bwysyyry  mayyny,Боасјер,Ла-Буассєр,لا بویسییری، مایینی,拉布瓦西埃		FR	52	53	531	53033	114	Europe/Paris
6617020	Boulay-les-Ifs	boulay-les-ifs	Boulay-les-Ifs		FR	52	53	533	53038	164	Europe/Paris
6617021	Chérancé	cherance	Cherance,Chérancé		FR	52	53	531	53068	161	Europe/Paris
6617022	Couesmes-Vaucé	couesmes-vauce	Couesmes-Vauce,Couesmes-Vaucé		FR	52	53	533	53079	366	Europe/Paris
6617023	Le Genest-Saint-Isle	le-genest-saint-isle	Le Genest-Saint-Isle		FR	52	53	532	53103	2131	Europe/Paris
6617024	Le Housseau-Brétignolles	le-housseau-bretignolles	Le Housseau-Bretignolles,Le Housseau-Brétignolles,Le-Usso-Bretin'ol',lei wu suo bu lei di ni ao lai,Ле-Уссо-Бретіньоль,勒乌索布雷蒂尼奥莱		FR	52	53	533	53118	257	Europe/Paris
6617025	Javron-les-Chapelles	javron-les-chapelles	Javron-les-Chapelles		FR	52	53	533	53121	1391	Europe/Paris
6617026	Lassay-les-Châteaux	lassay-les-chateaux	Lassay-les-Chateaux,Lassay-les-Châteaux		FR	52	53	533	53127	2293	Europe/Paris
6617027	Lignières-Orgères	lignieres-orgeres	Lignieres-Orgeres,Lignières-Orgères		FR	52	53	533	53133	761	Europe/Paris
6617028	Livet	livet	Live,Livet,li wei,Ліве,利韦		FR	52	53	533	53134	148	Europe/Paris
6617029	Martigné-sur-Mayenne	martigne-sur-mayenne	Martigne-sur-Mayenne,Martigné-sur-Mayenne,Martin'e-sjur-Maenn,Martiniacum,mai ang he pan ma er di nie,Мартіньє-сюр-Маєнн,迈昂河畔马尔蒂涅		FR	52	53	533	53146	1830	Europe/Paris
6617030	Montreuil-Poulay	montreuil-poulay	Montrej-Pule,Montreuil-Poulay,meng te lei yi pu lai,Монтрей-Пуле,蒙特勒伊普莱		FR	52	53	533	53160	377	Europe/Paris
6617031	La Pellerine	la-pellerine	La-Pel'rin,la pei lei lan,la pylyryny  mayny,Ла-Пельрин,لا پیلیرینی، ماینی,拉佩勒兰		FR	52	53	533	53177	355	Europe/Paris
6617286	Gouy-Servins	gouy-servins			FR	32	62	627	62380	344	Europe/Paris
6617032	Quelaines-Saint-Gault	quelaines-saint-gault	Kelen-Sen-Go,qu ai lai nei sheng ge er,Келен-Сен-Го,屈埃莱内圣戈尔		FR	52	53	531	53186	2175	Europe/Paris
6617033	Sacé	sace	Sace,Sacé,Sase,sa sai,Сасе,萨塞		FR	52	53	533	53195	497	Europe/Paris
6617034	Saint-Berthevin	saint-berthevin	Saint-Berthevin		FR	52	53	532	53201	7344	Europe/Paris
6617035	Saint-Léger	saint-leger	Sen-Lezhe,sheng lai re,Сен-Леже,سینٹ-لگر، مینے,圣莱热		FR	52	53	533	53232	304	Europe/Paris
6617036	Saint-Mars-du-Désert	saint-mars-du-desert			FR	52	53	533	53236	161	Europe/Paris
6617037	Soulgé-sur-Ouette	soulge-sur-ouette	Soulge-sur-Ouette,Soulgé-sur-Ouette		FR	52	53	532	53262	1087	Europe/Paris
6617038	Torcé-Viviers-en-Charnie	torce-viviers-en-charnie	Torce-Viviers-en-Charnie,Torcé-Viviers-en-Charnie		FR	52	53	533	53265	756	Europe/Paris
6617039	Autrey	autrey	Autrey,Otre,Отре		FR	44	54	543	54032	179	Europe/Paris
6617040	Avillers	avillers	Avije,Aville,Aviller,Avillers,Авилле,Авиллер,Авије,Авілле		FR	44	54	541	54033	121	Europe/Paris
6617041	Avricourt	avricourt	Avricourt,Avrikur,a fu li ku er,Аврикур,阿夫里库尔		FR	44	54	542	54035	385	Europe/Paris
6617042	Bazailles	bazailles	Bazailles,Bazaj,ba ze lai,Базай,Базај,巴泽莱		FR	44	54	541	54056	141	Europe/Paris
6617043	Brainville	brainville	Brenvil,Brenvil',bu lan wei er,Бренвил,Бренвиль,Бренвіль,布兰维尔		FR	44	54	541	54093	156	Europe/Paris
6617044	Choloy-Ménillot	choloy-menillot	Choloy-Menillot,Choloy-Ménillot,Sholoa Menijo,Sholua-Menijo,shao lu wa mei ni luo,Шолоа Менијо,Шолуа-Менийо,Шолуа-Менійо,绍卢瓦梅尼洛		FR	44	54	544	54128	726	Europe/Paris
6617045	Cirey-sur-Vezouze	cirey-sur-vezouze	Sire sir Vezuz,Sire-sjur-Vezuz,wei zu ci he pan xi lei,Сире сир Везуз,Сире-сюр-Везуз,Сіре-сюр-Везуз,韦祖兹河畔西雷		FR	44	54	542	54129	1661	Europe/Paris
6617046	Courcelles	courcelles	Courcelles		FR	44	54	544	54140	103	Europe/Paris
6617047	Dommartin-la-Chaussée	dommartin-la-chaussee	Domarten la Shose,Dommarten-la-Shosse,Dommartin-la-Chaussee,Dommartin-la-Chaussée,duo ma er tan la shao sai ai,Домартен ла Шосе,Доммартен-ла-Шоссе,多马尔坦拉绍塞埃		FR	44	54	544	54166	36	Europe/Paris
6617048	Dommartin-sous-Amance	dommartin-sous-amance	Dommartin-sous-Amance		FR	44	54	543	54168	271	Europe/Paris
6617049	Gorcy	gorcy	Gorcy		FR	44	54	541	54234	2710	Europe/Paris
6617050	Igney	igney	Igney,In'e,yi gai yi,Іньє,Инье,伊盖伊		FR	44	54	542	54271	126	Europe/Paris
6617051	Limey-Remenauville	limey-remenauville	Limey-Remenauville		FR	44	54	544	54316	277	Europe/Paris
6617052	Mairy-Mainville	mairy-mainville	Mairy-Mainville,Meri-Menvil',mai li man wei er,Мери-Менвиль,Мері-Менвіль,迈里曼维尔		FR	44	54	541	54334	567	Europe/Paris
6617053	Mandres-aux-Quatre-Tours	mandres-aux-quatre-tours	Mandres-aux-Quatre-Tours		FR	44	54	544	54343	183	Europe/Paris
6617054	Remoncourt	remoncourt	Remoncourt		FR	44	54	542	54457	46	Europe/Paris
6617055	Saint-Ail	saint-ail	Saint-Ail		FR	44	54	541	54469	437	Europe/Paris
6617056	Saint-Martin	saint-martin	Saint-Martin		FR	44	54	542	54480	58	Europe/Paris
6617057	Saint-Remimont	saint-remimont	Saint-Remimont		FR	44	54	543	54486	353	Europe/Paris
6617058	Sancy	sancy	Sansi,Санси,Сансі		FR	44	54	541	54491	321	Europe/Paris
6617059	Thiaucourt-Regniéville	thiaucourt-regnieville	Thiaucourt-Regnieville,Thiaucourt-Regniéville		FR	44	54	544	54518	1131	Europe/Paris
6617060	Han-devant-Pierrepont	han-devant-pierrepont	Han-devant-Pierrepont		FR	44	54	541	54602	154	Europe/Paris
6617061	Abaucourt-Hautecourt	abaucourt-hautecourt	Abaucourt-Hautecourt,Abokur Otkur,Abokur-Otkur,a bo ku er ao tai ku er,abakwrt-hawtkwrt,Абокур Откур,Абокур-Откур,اباکورت-هاوتکورت,阿博库尔奥泰库尔		FR	44	55	553	55002	111	Europe/Paris
6617062	Ancerville	ancerville	Ancerville,Anservil,Anservil',ang sai er wei er,ansyrwyl  myws,Ансервил,Ансервиль,Ансервіль,انسیرویل، مئوس,昂塞尔维尔		FR	44	55	551	55010	2766	Europe/Paris
6617063	Arrancy-sur-Crusne	arrancy-sur-crusne			FR	44	55	553	55013	491	Europe/Paris
6617064	Badonvilliers-Gérauvilliers	badonvilliers-gerauvilliers	Badonvil'e-Zherovil'e,Badonvilije Zherovilije,ba dong wei li ye er re luo wei li ye er,Бадонвилије Жеровилије,Бадонвилье-Жеровилье,Бадонвільє-Жеровільє,巴东维利耶尔热罗维利耶尔		FR	44	55	552	55026	139	Europe/Paris
6617065	Beaumont-en-Verdunois	beaumont-en-verdunois	Beaumont-en-Verdunois		FR	44	55	553	55039	0	Europe/Paris
6617066	Beausite	beausite	Beausite,Bosit,Bozit,bo xi te,Бозит,Босит,Босіт,博西特		FR	44	55	551	55040	249	Europe/Paris
6617067	Bezonvaux	bezonvaux	Bezonvaux		FR	44	55	553	55050	0	Europe/Paris
6617068	Bonzée	bonzee	Bonzee,Bonzée		FR	44	55	553	55060	353	Europe/Paris
6617069	Broussey-Raulecourt	broussey-raulecourt	Broussey-Raulecourt		FR	44	55	552	55085	278	Europe/Paris
6617070	Bure	bure	Bir,Bjur,Bure,bi er,Бир,Бюр,比尔		FR	44	55	551	55087	83	Europe/Paris
6617071	Buzy-Darmont	buzy-darmont	Buzy-Darmont		FR	44	55	553	55094	564	Europe/Paris
6617072	Chonville-Malaumont	chonville-malaumont	Chonville-Malaumont,Shonvil Malomon,Shonvil'-Malomon,xiong wei er ma luo meng,Шонвил Маломон,Шонвиль-Маломон,Шонвіль-Маломон,雄维尔马洛蒙		FR	44	55	552	55114	215	Europe/Paris
6617073	Les Hauts-de-Chée	les-hauts-de-chee	Le-O-de-She,Les Hauts-de-Chee,Les Hauts-de-Chée,lai suo te de xie ai,Ле-О-де-Ше,莱索特德谢埃		FR	44	55	551	55123	739	Europe/Paris
6617074	Cousances-les-Forges	cousances-les-forges	Cousances-les-Forges		FR	44	55	551	55132	1700	Europe/Paris
6617075	Cumières-le-Mort-Homme	cumieres-le-mort-homme	Cumieres-le-Mort-Homme,Cumières-le-Mort-Homme		FR	44	55	553	55139	0	Europe/Paris
6617076	Delouze-Rosières	delouze-rosieres	Delouze-Rosieres,Delouze-Rosières,Deluz Rozjer,Deluz-Roz'er,dai lu ci luo xi ai,Делуз Розјер,Делуз-Розьер,Делуз-Розьєр,代卢兹罗西埃		FR	44	55	552	55148	117	Europe/Paris
6617078	Écurey-en-Verdunois	ecurey-en-verdunois			FR	44	55	553	55170	127	Europe/Paris
6617079	Erneville-aux-Bois	erneville-aux-bois			FR	44	55	552	55179	164	Europe/Paris
6617287	Haut-Loquin	haut-loquin			FR	32	62	625	62419	188	Europe/Paris
6617080	Fains-Véel	fains-veel	Fains-Veel,Fains-Véel,Fen Vel,Fen-Veel',fan wei ai,fyns-wyyl,Фен Вел,Фен-Веель,فینس-وییل,凡韦埃		FR	44	55	551	55186	2162	Europe/Paris
6617081	Fleury-devant-Douaumont	fleury-devant-douaumont	Fleury-devant-Douaumont		FR	44	55	553	55189	0	Europe/Paris
6617082	Foameix-Ornel	foameix-ornel	Foameix-Ornel		FR	44	55	553	55191	241	Europe/Paris
6617083	Gremilly	gremilly	Gremilly		FR	44	55	553	55218	41	Europe/Paris
6617084	Haumont-près-Samogneux	haumont-pres-samogneux			FR	44	55	553	55239	0	Europe/Paris
6617085	Les Trois-Domaines	les-trois-domaines	Le-Trua-Domen,Les Trois-Domaines,lai si te lu wa duo mai nei,Ле-Труа-Домен,莱斯特鲁瓦多迈内		FR	44	55	551	55254	127	Europe/Paris
6617086	Geville	geville	Geville		FR	44	55	552	55258	623	Europe/Paris
6617087	Landrecourt-Lempire	landrecourt-lempire	Landrecourt-Lempire		FR	44	55	553	55276	208	Europe/Paris
6617088	Loisey	loisey	Loisey		FR	44	55	551	55298	303	Europe/Paris
6617089	Louvemont-Côte-du-Poivre	louvemont-cote-du-poivre	Louvemont-Cote-du-Poivre,Louvemont-Côte-du-Poivre		FR	44	55	553	55307	0	Europe/Paris
6617090	Moirey-Flabas-Crépion	moirey-flabas-crepion	Moirey-Flabas-Crepion,Moirey-Flabas-Crépion		FR	44	55	553	55341	131	Europe/Paris
6617091	Montbras	montbras	Montbras		FR	44	55	552	55344	17	Europe/Paris
6617092	Chanteraine	chanteraine	Chanteraine,Shantren,Шантрен		FR	44	55	551	55358	183	Europe/Paris
6617093	Moulainville	moulainville			FR	44	55	553	55361	123	Europe/Paris
6617094	Val-d'Ornain	val-d-ornain	Val-d'Ornain		FR	44	55	551	55366	985	Europe/Paris
6617095	Naives-Rosières	naives-rosieres	Naives-Rosieres,Naives-Rosières		FR	44	55	551	55369	805	Europe/Paris
6617096	Nixéville-Blercourt	nixeville-blercourt	Nixeville-Blercourt,Nixéville-Blercourt		FR	44	55	553	55385	489	Europe/Paris
6617097	Nonsard-Lamarche	nonsard-lamarche			FR	44	55	552	55386	212	Europe/Paris
6617098	Noyers-Auzécourt	noyers-auzecourt	Noyers-Auzecourt,Noyers-Auzécourt,Nuae-Ozekur,nu wa ai er ao ze ku er,Нуае-Озекур,Нуає-Озекур,努瓦埃尔奥泽库尔		FR	44	55	551	55388	283	Europe/Paris
6617099	Ornes	ornes	Ornes		FR	44	55	553	55394	6	Europe/Paris
6617100	Rembercourt-Sommaisne	rembercourt-sommaisne	Ramberkur-Sommen,Rembercourt-Sommaisne,lang bei er ku er suo mai si en,Рамберкур-Соммен,朗贝尔库尔索迈斯恩		FR	44	55	551	55423	347	Europe/Paris
6617101	Raival	raival	Raival		FR	44	55	551	55442	256	Europe/Paris
6617102	Saint-Pierrevillers	saint-pierrevillers	Saint-Pierrevillers		FR	44	55	553	55464	157	Europe/Paris
6617103	Saulvaux	saulvaux	Saulvaux		FR	44	55	552	55472	114	Europe/Paris
6617104	Saulx-lès-Champlon	saulx-les-champlon			FR	44	55	553	55473	121	Europe/Paris
6617105	Sorbey	sorbey	Sorbey		FR	44	55	553	55495	270	Europe/Paris
6617106	Les Souhesmes-Rampont	les-souhesmes-rampont	Les Souhesmes-Rampont		FR	44	55	553	55497	346	Europe/Paris
6617107	Thillot	thillot			FR	44	55	553	55507	237	Europe/Paris
6617108	Seuil-d'Argonne	seuil-d-argonne			FR	44	55	551	55517	518	Europe/Paris
6617109	Cousances-lès-Triconville	cousances-les-triconville	Cousances-les-Triconville,Cousances-lès-Triconville		FR	44	55	552	55518	142	Europe/Paris
6617110	Troyon	troyon	Troyon		FR	44	55	552	55521	266	Europe/Paris
6617111	Valbois	valbois	Valbois		FR	44	55	552	55530	91	Europe/Paris
6617112	Vaudoncourt	vaudoncourt	Vaudoncourt		FR	44	55	553	55535	86	Europe/Paris
6617113	Vilosnes-Haraumont	vilosnes-haraumont	Vilosnes-Haraumont		FR	44	55	553	55571	218	Europe/Paris
6617114	Void-Vacon	void-vacon	Void-Vacon		FR	44	55	552	55573	1641	Europe/Paris
6617116	Bréhan	brehan	Brehan,Bréhan		FR	53	56	562	56024	2314	Europe/Paris
6617118	Cléguer	cleguer	Cleguer,Cléguer		FR	53	56	561	56040	3326	Europe/Paris
6617119	Le Croisty	le-croisty	Ar Chroesti,Croisty,Kroasti,Le-Kruasti,lei ke lu wa si di,Кроасти,Ле-Круасти,Ле-Круасті,勒克鲁瓦斯蒂		FR	53	56	562	56048	708	Europe/Paris
6617120	Guidel	guidel			FR	53	56	561	56078	11388	Europe/Paris
6617121	Île-d'Houat	ile-d-houat	Ile-d'Houat,Île-d'Houat		FR	53	56	561	56086	243	Europe/Paris
6617122	Île-aux-Moines	ile-aux-moines	Ile-aux-Moines,Île-aux-Moines		FR	53	56	563	56087	604	Europe/Paris
6617123	Île-d'Arz	ile-d-arz			FR	53	56	563	56088	226	Europe/Paris
6617124	Inzinzac-Lochrist	inzinzac-lochrist			FR	53	56	561	56090	6498	Europe/Paris
6617125	Plouhinec	plouhinec	Pleheneg,Plouhinec,Pluinek,pu lu yi nei ke,Плуинек,Плуїнек,普卢伊内克		FR	53	56	561	56169	5313	Europe/Paris
6617126	Pont-Scorff	pont-scorff	Pont-Scorff		FR	53	56	561	56179	3703	Europe/Paris
6617127	Sainte-Brigitte	sainte-brigitte	Sainte-Brigitte		FR	53	56	562	56209	177	Europe/Paris
6617128	Saint-Laurent-sur-Oust	saint-laurent-sur-oust	Saint-Laurent-sur-Oust,Sant-Laorans-Graeneg,Sant-Laorañs-Graeneg,Sen-Loran-sjur-Ust,wu si he pan sheng luo lang,Сен-Лоран-сюр-Уст,سینٹ-لارنٹ-سر-وسط,乌斯河畔圣洛朗		FR	53	56	563	56224	366	Europe/Paris
6617129	Saint-Martin-sur-Oust	saint-martin-sur-oust			FR	53	56	563	56229	1319	Europe/Paris
6617130	Saint-Tugdual	saint-tugdual	Saint-Tugdual		FR	53	56	562	56238	370	Europe/Paris
6617131	Bono	bono	Bono		FR	53	56	563	56262	2347	Europe/Paris
6617132	Sainte-Anne-d'Auray	sainte-anne-d-auray	Sainte-Anne-d'Auray		FR	53	56	561	56263	2660	Europe/Paris
6617133	Barst	barst	Bar,Barst,Бар,Барст		FR	44	57	573	57052	582	Europe/Paris
6617134	Belles-Forêts	belles-forets	Bel Foret,Bel'-Fore,Belles-Forets,Belles-Forêts,bei lai fu lei te,bl-fwrh,Бел Форет,Бель-Форе,بل-فوره,贝莱福雷特		FR	44	57	575	57086	250	Europe/Paris
6617135	Burlioncourt	burlioncourt	Birlionkur,Bjurl'jonkur,Bjurl'onkur,Burlioncourt,bi er li weng ku er,bwrlywnkwr,Бирлионкур,Бюрльйонкур,Бюрльонкур,بورلیونکور,比尔利翁库尔		FR	44	57	575	57120	148	Europe/Paris
6617136	Creutzwald	creutzwald	Creutzwald		FR	44	57	573	57160	13189	Europe/Paris
6617137	Domnom-lès-Dieuze	domnom-les-dieuze			FR	44	57	575	57181	82	Europe/Paris
6617138	Epping	epping	Eppen,Eppingen,ai pan,Еппен,埃潘		FR	44	57	576	57195	567	Europe/Paris
6617139	Freyming-Merlebach	freyming-merlebach	Freyming,Freyming-Merlebach,Merlebach		FR	44	57	573	57240	13004	Europe/Paris
6617140	Val-de-Bride	val-de-bride	Val'-de-Brid,wa de bu li de,wal-d-bryd,Валь-де-Брид,وال-د-برید,瓦德布里德		FR	44	57	575	57270	591	Europe/Paris
6617141	Hoste	hoste	Hoste,Oberhost,Ost,ao si te,Ост,奥斯特		FR	44	57	573	57337	620	Europe/Paris
6617142	Klang	klang	Klang		FR	44	57	577	57367	239	Europe/Paris
6617143	Lorry-lès-Metz	lorry-les-metz	Lorri-le-Mec,Lorry-les-Metz,Lorry-lès-Metz,luo er li lai mei te,Лорри-ле-Мец,Лоррі-ле-Мец,洛尔里莱梅特		FR	44	57	579	57415	1767	Europe/Paris
6617144	Marimont-lès-Bénestroff	marimont-les-benestroff	Marimont-les-Benestroff,Marimont-lès-Bénestroff		FR	44	57	575	57446	39	Europe/Paris
6617145	Marly	marly	Marli,ma er li,Марли,Марлі,马尔利		FR	44	57	579	57447	10049	Europe/Paris
6617146	Mondorff	mondorff	Mondorf,Mondorff,meng duo er,mwndrf,Мондорфф,موندرف,蒙多尔		FR	44	57	577	57475	537	Europe/Paris
6617147	Ogy-Montoy-Flanville	ogy-montoy-flanville	Ogy-Montoy-Flanville		FR	44	57	579	57482	1691	Europe/Paris
6617148	Moussey	moussey	Moussey,Musse,mu sai,Муссе,穆塞		FR	44	57	575	57488	561	Europe/Paris
6617149	Ottonville	ottonville	Ottendorf,Ottonvil',Ottonville,ao tong wei er,Оттонвиль,Оттонвіль,奥通维尔		FR	44	57	573	57530	437	Europe/Paris
6617150	Puttelange-aux-Lacs	puttelange-aux-lacs	Pjuttlanzh-o-Lak,Puettlingen bei den Seen,Puttelange-aux-Lacs,Püttlingen bei den Seen,pi tai lang ge ao la ke,pwtlanzh-a-lak,Пюттланж-о-Лак,پوتلانژ-ا-لاک,皮泰朗格奥拉克		FR	44	57	576	57556	2995	Europe/Paris
6617151	Rémering	remering	Reimeringen,Remeren,Remering,Remren,Rémering,Ремерен,Ремрен		FR	44	57	573	57570	436	Europe/Paris
6617152	Roncourt	roncourt			FR	44	57	579	57593	997	Europe/Paris
6617153	Sailly-Achâtel	sailly-achatel	Sai-Ashatel',Sailly-Achatel,Sailly-Achâtel,sai li a sha tai,sayly-ashatl,Саи-Ашатель,Саї-Ашатель,سایلی-آشاتل,سیلے-اچٹل,赛利阿沙泰		FR	44	57	579	57605	288	Europe/Paris
6617154	Sainte-Barbe	sainte-barbe	Sainte-Barbe,Sent-Barb,sheng ba er bu,Сент-Барб,سین-بربے، موسیلے,圣巴尔布		FR	44	57	579	57607	737	Europe/Paris
6617155	Troisfontaines	troisfontaines	Dreibrunnen,Troisfontaines,Truafonten,te lu wa si feng tai nei,Труафонтен,特鲁瓦斯丰泰内		FR	44	57	575	57680	1279	Europe/Paris
6617156	Turquestein-Blancrupt	turquestein-blancrupt	Tjurkesten-Blankrju,Turquestein-Blancrupt,di er qu ai si tan bu lang ke lu pu,twrqwstyn blnkrwpt,Тюркестен-Бланкрю,ترقوسٹین بلینکرپت,تورقوستین بلنکروپت,蒂尔屈埃斯坦布朗克吕普		FR	44	57	575	57682	16	Europe/Paris
6617157	Vaux	vaux	Vaux,Vo,wawks  msl,wo zhen,Во,واوکس، مسل,沃镇		FR	44	57	579	57701	803	Europe/Paris
6617158	Wœlfling-lès-Sarreguemines	w-lfling-les-sarreguemines	Vel'flen-le-Sarrgemin,Woelfling-les-Sarreguemines,Woelfling-lès-Sarreguemines,Woelflingen bei Saargemuend,Wölflingen bei Saargemünd,Wœlfling-les-Sarreguemines,Wœlfling-lès-Sarreguemines,wo ai er fu lan lai sa er lei gai mi nei,Вельфлен-ле-Сарргемин,Вельфлен-ле-Сарргемін,沃埃尔夫兰莱萨尔雷盖米内		FR	44	57	576	57750	750	Europe/Paris
6617159	Yutz	yutz	Yutz		FR	44	57	577	57757	16338	Europe/Paris
6617160	Zetting	zetting	Settingen,Zetten,Zetting,tstyng,ze tan,Зеттен,تستینگ,泽坦		FR	44	57	576	57760	833	Europe/Paris
6617161	Château-Chinon (Campagne)	chateau-chinon-campagne	Chateau-Chinon (Campagne),Château-Chinon (Campagne)		FR	27	58	581	58063	555	Europe/Paris
6617162	Chaumot	chaumot	Chaumot,Shomo,Шомо		FR	27	58	582	58069	161	Europe/Paris
6617163	Chiddes	chiddes	Chiddes,Shid,Shidd,xi de dai,Шид,Шидд,希德代		FR	27	58	581	58074	333	Europe/Paris
6617164	Courcelles	courcelles	Courcelles		FR	27	58	582	58090	214	Europe/Paris
6617165	Donzy	donzy	Donzy		FR	27	58	584	58102	1589	Europe/Paris
6617166	Germigny-sur-Loire	germigny-sur-loire	Germigny-sur-Loire,Zhermin'i-sjur-Luar,Zhermini na Loari,lu wa er he pan re er mi ni,Жерминьи-сюр-Луар,Жермињи на Лоари,Жерміньї-сюр-Луар,卢瓦尔河畔热尔米尼		FR	27	58	583	58124	770	Europe/Paris
6617167	Glux-en-Glenne	glux-en-glenne	Gliks an Glan,Gljuks-an-Glenn,Glux-en-Glenne,ge lang de qu ge lu,Гликс ан Глан,Глюкс-ан-Гленн,格朗地区格吕		FR	27	58	581	58128	94	Europe/Paris
6617168	Jailly	jailly	Ialliacum,Jailly,Zhai,re li,Жаи,Жаї,جیللے,热利		FR	27	58	583	58136	59	Europe/Paris
6617169	Marcy	marcy	Marcy		FR	27	58	582	58156	158	Europe/Paris
6617170	Montambert	montambert			FR	27	58	581	58172	129	Europe/Paris
6617171	Montsauche-les-Settons	montsauche-les-settons	Monsosh-le-Setton,Montsauche-les-Settons,meng te suo ke lai se tong,Монсош-ле-Сеттон,蒙特索克莱瑟通		FR	27	58	581	58180	531	Europe/Paris
6617172	Moux-en-Morvan	moux-en-morvan	Moux-en-Morvan,Mu-an-Morvan,mo er wang de qu mu,Му-ан-Морван,莫尔旺地区穆		FR	27	58	581	58185	545	Europe/Paris
6617173	Ouroux-en-Morvan	ouroux-en-morvan	Uru-an-Morvan,mo er wang de qu wu lu,Уру-ан-Морван,莫尔旺地区乌鲁		FR	27	58	581	58205	632	Europe/Paris
6617174	Saint-Agnan	saint-agnan	Saint-Agnan,Sent-An'jan,sheng a ni ang,Сент-Аньян,سینٹ-اگنان، نورے,圣阿尼昂		FR	27	58	581	58226	143	Europe/Paris
6617175	Sainte-Colombe-des-Bois	sainte-colombe-des-bois	Sainte-Colombe-des-Bois,Sent-Kolomb-de-Bua,sheng ke long bei-dai bu wa,Сент-Коломб-де-Буа,سین-کولومبے-دس-بوس,圣科隆贝-代布瓦		FR	27	58	584	58236	126	Europe/Paris
6617176	Saint-Maurice	saint-maurice	Sen-Moris,sheng mo li ke,Сен-Морис,سینٹ-موریس، نورے,圣莫里克		FR	27	58	583	58257	59	Europe/Paris
6617177	Saint-Ouen-sur-Loire	saint-ouen-sur-loire	Saint-Ouen-sur-Loire		FR	27	58	583	58258	561	Europe/Paris
6617178	Saint-Père	saint-pere	Saint-Pere,Saint-Père,Sen-Per,sheng pei er,Сен-Пер,سین-پرے، نورے,圣佩尔		FR	27	58	584	58261	1116	Europe/Paris
6617179	Sermoise-sur-Loire	sermoise-sur-loire	Sermoise-sur-Loire,Sermuaz-sjur-Luar,lu wa er he pan sai er mu wa si,Сермуаз-сюр-Луар,卢瓦尔河畔塞尔穆瓦斯		FR	27	58	583	58278	1540	Europe/Paris
6617180	Ternant	ternant	Ternan,Ternant,tai er nan,Тернан,泰尔南		FR	27	58	581	58289	194	Europe/Paris
6617181	Aubry-du-Hainaut	aubry-du-hainaut	Aubry-du-Hainaut		FR	32	59	596	59027	1651	Europe/Paris
6617182	Aulnoy-lez-Valenciennes	aulnoy-lez-valenciennes	Aulnoy-lez-Valenciennes		FR	32	59	596	59032	7316	Europe/Paris
6617547	Vincelles	vincelles	Vensel',Vincelles,Венсель		FR	27	71	714	71580	423	Europe/Paris
6617183	Beuvry-la-Forêt	beuvry-la-foret	Beuvry-la-Foret,Beuvry-la-Forêt,Bevri la Fore,Bevri-la-Fore,bo fu li la fu lei,Беври ла Форе,Беври-ла-Форе,Беврі-ла-Форе,伯夫里拉福雷		FR	32	59	593	59080	2743	Europe/Paris
6617184	Cappelle-Brouck	cappelle-brouck	Cappelle-Brouck,Kapel Bruk,Kapellebroek,Kappel'-Bruk,ka pei lei bu lu ke,Капел Брук,Каппель-Брук,卡佩勒布鲁克		FR	32	59	594	59130	1174	Europe/Paris
6617185	Le Cateau-Cambrésis	le-cateau-cambresis	Le Cateau-Cambresis,Le Cateau-Cambrésis		FR	32	59	592	59136	6983	Europe/Paris
6617186	Flines-lez-Raches	flines-lez-raches	Flines-lez-Raches		FR	32	59	593	59239	5544	Europe/Paris
6617187	Hallennes-lez-Haubourdin	hallennes-lez-haubourdin	Hallennes-lez-Haubourdin		FR	32	59	595	59278	4249	Europe/Paris
6617188	Haut-Lieu	haut-lieu			FR	32	59	591	59290	394	Europe/Paris
6617189	Honnecourt-sur-Escaut	honnecourt-sur-escaut	Honnecourt-sur-Escaut		FR	32	59	592	59312	790	Europe/Paris
6617190	Lambres-lez-Douai	lambres-lez-douai	Lambres-lez-Douai		FR	32	59	593	59329	5152	Europe/Paris
6617191	Lez-Fontaine	lez-fontaine	Le-Fonten,Lez-Fontaine,lai fang dan,Ле-Фонтен,莱方丹		FR	32	59	591	59342	232	Europe/Paris
6617192	Lys-lez-Lannoy	lys-lez-lannoy	Lys-lez-Lannoy		FR	32	59	595	59367	13340	Europe/Paris
6617193	Malincourt	malincourt	Malenkur,Malincourt,ma lan ku er,Маленкур,马兰库尔		FR	32	59	592	59372	512	Europe/Paris
6617194	Marchiennes	marchiennes	Marchiennes		FR	32	59	593	59375	4593	Europe/Paris
6617195	Marquette-lez-Lille	marquette-lez-lille	Marquette-lez-Lille		FR	32	59	595	59386	10424	Europe/Paris
6617196	Mons-en-Barœul	mons-en-bar-ul	Mon-an-Barel',Mons-an-Barjol',Mons-en-Baroeul,Monz an Bare,meng sang ba lei er,mon=zan=baruru,mongjangbaloel,mwnzan brwl,Мон-ан-Барель,Монз ан Баре,Монс-ан-Барёль,مونزان برول,モン＝ザン＝バルール,蒙桑巴勒尔,몽장바뢸		FR	32	59	595	59410	20855	Europe/Paris
6617197	Montigny-en-Ostrevent	montigny-en-ostrevent	Montigny-en-Ostrevent		FR	32	59	593	59414	4786	Europe/Paris
6617198	Neuville-sur-Escaut	neuville-sur-escaut	Neuville-sur-Escaut		FR	32	59	596	59429	2701	Europe/Paris
6617199	Nivelle	nivelle	Nivelle		FR	32	59	596	59434	1301	Europe/Paris
6617200	Noyelles-sur-Escaut	noyelles-sur-escaut	Noyelles-sur-Escaut		FR	32	59	592	59438	784	Europe/Paris
6617201	Potelle	potelle	Potelle		FR	32	59	591	59468	379	Europe/Paris
6617202	Raillencourt-Sainte-Olle	raillencourt-sainte-olle	Raillencourt-Sainte-Olle		FR	32	59	592	59488	2268	Europe/Paris
6617203	Sailly-lez-Lannoy	sailly-lez-lannoy			FR	32	59	595	59522	1773	Europe/Paris
6617204	Saint-André-lez-Lille	saint-andre-lez-lille	Saint-Andre-lez-Lille,Saint-André-lez-Lille		FR	32	59	595	59527	12293	Europe/Paris
6617205	Saint-Vaast-en-Cambrésis	saint-vaast-en-cambresis	Saint-Vaast-en-Cambresis,Saint-Vaast-en-Cambrésis		FR	32	59	592	59547	906	Europe/Paris
6617206	Saint-Waast	saint-waast	Sen-Vaast,sheng wa si te,Сен-Вааст,圣瓦斯特		FR	32	59	591	59548	630	Europe/Paris
6617207	Séranvillers-Forenville	seranvillers-forenville			FR	32	59	592	59567	404	Europe/Paris
6617208	Tilloy-lez-Cambrai	tilloy-lez-cambrai	Tilloy-lez-Cambrai		FR	32	59	592	59597	569	Europe/Paris
6617209	Walincourt-Selvigny	walincourt-selvigny			FR	32	59	592	59631	2135	Europe/Paris
6617210	Warneton	warneton	Warneton		FR	32	59	595	59643	239	Europe/Paris
6617211	Zegerscappel	zegerscappel	Zegerscappel		FR	32	59	594	59666	1542	Europe/Paris
6617212	Aumont-en-Halatte	aumont-en-halatte	Aumont-en-Halatte		FR	32	60	604	60028	480	Europe/Paris
6617213	Blaincourt-lès-Précy	blaincourt-les-precy	Blaincourt-les-Precy,Blaincourt-lès-Précy		FR	32	60	604	60074	1192	Europe/Paris
6617215	Campagne	campagne	Campagne,Kampan,Kampan',kang pa ni,Кампань,Кампањ,康帕尼		FR	32	60	603	60121	166	Europe/Paris
6617216	Catigny	catigny	Catigny		FR	32	60	603	60132	191	Europe/Paris
6617217	Catillon-Fumechon	catillon-fumechon	Katijon Fimeshon,Katijon-Fjumeshon,ka di long fei mei xiong,Катијон Фимешон,Катійон-Фюмешон,卡蒂隆菲梅雄		FR	32	60	602	60133	526	Europe/Paris
6617218	Conteville	conteville	Conteville		FR	32	60	601	60161	77	Europe/Paris
6617219	Courcelles-lès-Gisors	courcelles-les-gisors	Courcelles-les-Gisors,Courcelles-lès-Gisors,Kursel le Zhizor,Kursel'-le-Zhizor,ku er se lai lai ji suo er,Курсел ле Жизор,Курсель-ле-Жизор,库尔瑟莱莱吉索尔		FR	32	60	601	60169	827	Europe/Paris
6617220	Courtieux	courtieux	Courtieux,Kurt'e,Kurtje,ku er di e,Куртьє,Куртје,库尔蒂厄		FR	32	60	603	60171	179	Europe/Paris
6617221	Essuiles	essuiles	Esij,Essjuj,Essuiles,ai xu yi lai,Есиј,Ессюй,埃叙伊莱		FR	32	60	602	60222	560	Europe/Paris
6617222	Fouilloy	fouilloy	Fouilloe,Fouilloy,Fouilloè,Fujoa,Fujua,fu yi lu wa,Фуюа,Фујоа,富伊卢瓦		FR	32	60	601	60248	193	Europe/Paris
6617223	Fresne-Léguillon	fresne-leguillon			FR	32	60	601	60257	446	Europe/Paris
6617224	Gouy-les-Groseillers	gouy-les-groseillers	Gouy-les-Groseillers		FR	32	60	602	60283	28	Europe/Paris
6617225	Le Hamel	le-hamel	Amel,Hamel,LHamel,Le-Amel',lei a mei,Амел,Ле-Амель,勒阿梅		FR	32	60	601	60297	179	Europe/Paris
6617226	Lachaussée-du-Bois-d'Écu	lachaussee-du-bois-d-ecu	Lachaussee-du-Bois-d'Ecu,Lachaussée-du-Bois-d'Écu		FR	32	60	601	60336	211	Europe/Paris
6617227	Larbroye	larbroye	Larbroye		FR	32	60	603	60348	507	Europe/Paris
6617228	Maignelay-Montigny	maignelay-montigny	Maignelay-Montigny		FR	32	60	602	60374	2699	Europe/Paris
6617229	Maucourt	maucourt			FR	32	60	603	60389	251	Europe/Paris
6617230	Moulin-sous-Touvent	moulin-sous-touvent	Moulin-sous-Touvent,Mulen-su-Tuvan,mu lan su tu wang,Мулен-су-Туван,穆兰苏图旺		FR	32	60	603	60438	222	Europe/Paris
6617231	Moyenneville	moyenneville	Moyenneville		FR	32	60	602	60440	634	Europe/Paris
6617232	Novillers	novillers	Novillers		FR	32	60	601	60469	361	Europe/Paris
6617233	Offoy	offoy	Offoy		FR	32	60	601	60472	115	Europe/Paris
6617234	Pisseleu	pisseleu	Pisseleu		FR	32	60	601	60493	486	Europe/Paris
6617235	Ribécourt-Dreslincourt	ribecourt-dreslincourt	Ribecourt-Derlincourt,Ribekur-Drelenkur,Ribécourt-Dèrlincourt,li bei ku er de lei si lan ku er,Рибекур-Дреленкур,里贝库尔德雷斯兰库尔		FR	32	60	603	60537	3763	Europe/Paris
6617236	Rouvres-en-Multien	rouvres-en-multien	Rosoy-en-Multien,Rouvres-en-Multien,Ruvr-an-Mjul't'jan,mi er di an de qu lu fu lei,Рувр-ан-Мюльтьян,米尔蒂安地区鲁夫雷		FR	32	60	604	60554	460	Europe/Paris
6617237	Saint-Pierre-es-Champs	saint-pierre-es-champs	Sen-Perr-es-Sham,sheng pi ye er ai shang pu,syn-pyry-ys-shamp,Сен-Пєрр-ес-Шам,سین-پیری-یس-شامپ,圣皮耶尔埃尚普		FR	32	60	601	60592	711	Europe/Paris
6617238	Saint-Samson-la-Poterie	saint-samson-la-poterie			FR	32	60	601	60596	253	Europe/Paris
6617239	Saint-Valery	saint-valery	Saint-Valery		FR	32	60	601	60602	65	Europe/Paris
6617240	Le Saulchoy	le-saulchoy	Le Saulchoy		FR	32	60	601	60608	98	Europe/Paris
6617241	Verderel-lès-Sauqueuse	verderel-les-sauqueuse	Verderel'-le-Sokez,Veurdre-les-Chauqueuse,Veurdré-lès-Chauqueuse,wei er de lei lai suo qu e si,wrdrl las swqwws,Вердерель-ле-Сокез,وردرل لاس سوقووس,韦尔德雷莱索屈厄斯		FR	32	60	601	60668	739	Europe/Paris
6617242	Versigny	versigny	Versigny,Versin'i,wei er xi ni,Версіньї,韦尔西尼		FR	32	60	604	60671	375	Europe/Paris
6617245	Athis-Val de Rouvre	athis-val-de-rouvre			FR	28	61	612	61007	4275	Europe/Paris
6617246	Aube	aube	Aube,Ob,ao bu,Об,奥布		FR	28	61	613	61008	1316	Europe/Paris
6617247	La Bazoque	la-bazoque	Bazok,Bazoque,La Bazoque,La-Bazok,la ba zuo qu ai,Базок,Ла-Базок,拉巴佐屈埃		FR	28	61	612	61030	263	Europe/Paris
6617249	Cerisy-Belle-Étoile	cerisy-belle-etoile	Serizi Bel Etoal,Serizi-Bel'-Etual',se li xi bei er ai tu wa er,Серизи Бел Етоал,Серизи-Бель-Етуаль,Серизі-Бель-Етуаль,瑟里西贝尔埃图瓦尔		FR	28	61	612	61078	729	Europe/Paris
6617250	Damigny	damigny	Damigny,Damin'i,Damini,da mi ni,Даминьи,Дамињи,Даміньї,达米尼		FR	28	61	611	61143	2656	Europe/Paris
6617251	Francheville	francheville	Francheville,Franshvil,Franshvil',fu lang she wei er,Франшвил,Франшвиль,Франшвіль,弗朗舍维尔		FR	28	61	611	61176	153	Europe/Paris
6617252	Giel-Courteilles	giel-courteilles	Giel-Courteilles,Zh'el'-Kurtej,Zhel'-Kurtej,Zhjel Kurtej,bi ye ku er tai lai,Жьель-Куртей,Жєль-Куртей,Жјел Куртеј,比耶库尔泰莱		FR	28	61	612	61189	432	Europe/Paris
6617253	Ginai	ginai	Zhine,ji nai,Жине,吉奈		FR	28	61	612	61190	93	Europe/Paris
6617254	La Mesnière	la-mesniere	La Mesniere,La Mesnière,La-Men'er,la mei si ni ai,Ла-Меньер,Ла-Меньєр,拉梅斯尼埃		FR	28	61	613	61277	286	Europe/Paris
6617255	Messei	messei			FR	28	61	612	61278	1935	Europe/Paris
6617257	Neauphe-sur-Dive	neauphe-sur-dive	Neauphe-sur-Dive,Nof-sjur-Div,di fu he pan nuo fu,Ноф-сюр-Див,Ноф-сюр-Дів,迪夫河畔诺夫		FR	28	61	612	61302	135	Europe/Paris
6617258	Passais Villages	passais-villages	Passais Villages,Passe,pa sai,Пассе,帕赛		FR	28	61	611	61324	1207	Europe/Paris
6617260	Rai	rai	Rai,Re,lai zhen,Ре,赖镇		FR	28	61	613	61342	1435	Europe/Paris
6617261	Sai	sai	Sai,Se,sai zhen,Се,سی، اڑنے,赛镇		FR	28	61	612	61358	217	Europe/Paris
6617262	Saint-Fraimbault	saint-fraimbault			FR	28	61	611	61387	549	Europe/Paris
6617264	Saint-Lambert-sur-Dive	saint-lambert-sur-dive	Saint-Lambert-sur-Dive,Sen-Lamber-sjur-Div,di fu he pan sheng lang bei er,Сен-Ламбер-сюр-Див,Сен-Ламбер-сюр-Дів,سینٹ-لیمبرٹ-سر-دیوے,迪夫河畔圣朗贝尔		FR	28	61	612	61413	154	Europe/Paris
6617265	Les Aspres	les-aspres	Les Aspres		FR	28	61	613	61422	655	Europe/Paris
6617266	Saint-Michel-Tubœuf	saint-michel-tub-uf	Saint-Michel-Tuboeuf,Saint-Michel-Tubœuf,Sen-Mishel'-Tjubef,sheng mi she di bo e,Сен-Мишель-Тюбеф,Сен-Мішель-Тюбеф,سینٹ-مشیل-تبواف,圣米舍蒂博厄		FR	28	61	613	61432	635	Europe/Paris
6617267	Gouffern en Auge	gouffern-en-auge			FR	28	61	612	61474	3744	Europe/Paris
6617268	Val-au-Perche	val-au-perche	Le Theil i Orne,Le-Tej,Val-au-Perche,lei tai,Ле-Тей,勒泰		FR	28	61	613	61484	3716	Europe/Paris
6617269	Tournai-sur-Dive	tournai-sur-dive	Tournai-sur-Dive,Turne-sjur-Div,di fu he pan tu er nai,Турне-сюр-Див,Турне-сюр-Дів,迪夫河畔图尔奈		FR	28	61	612	61490	306	Europe/Paris
6617270	Vieux-Pont	vieux-pont	V'e-Pon,Ve-Pon,Vieux-Pont,fu yue peng,Вье-Пон,Вє-Пон,弗约蓬		FR	28	61	612	61503	200	Europe/Paris
6617271	Vitrai-sous-Laigle	vitrai-sous-laigle	Vitrai-sous-Laigle,Vitre-su-Legl',wei te lai su lai ge er,Витре-су-Легль,Вітре-су-Легль,维特赖苏莱格尔		FR	28	61	613	61510	231	Europe/Paris
6617272	Acquin-Westbécourt	acquin-westbecourt	Acquin-Westbecourt,Acquin-Westbécourt		FR	32	62	625	62008	814	Europe/Paris
6617273	Aubigny-en-Artois	aubigny-en-artois	Aubigny-en-Artois,Aubigny-in-Artoe,Aubigny-in-Artoé,Obin'i-an-Artua,Obini an Artoa,awbyny an artwaz,ou bi ni ang na tu wa,Обиньи-ан-Артуа,Обињи ан Артоа,Обіньї-ан-Артуа,أوبيني إن ارتواز,欧比尼昂纳图瓦		FR	32	62	621	62045	1465	Europe/Paris
6617274	Audincthun	audincthun			FR	32	62	625	62053	657	Europe/Paris
6617275	Berck	berck	Berck,Berck sur mer,Berck-sur-Mer,Berk,bei er ke,byrk  bad kalyh,Берк,بيرك، باد كاليه,贝尔克		FR	32	62	624	62108	14368	Europe/Paris
6617276	Boisjean	boisjean	Boisjean		FR	32	62	624	62150	510	Europe/Paris
6617277	Bouret-sur-Canche	bouret-sur-canche	Bouret-sur-Canche		FR	32	62	621	62163	260	Europe/Paris
6617278	Bruay-la-Buissière	bruay-la-buissiere	Bruay-la-Buissiere,Bruay-la-Buissière		FR	32	62	622	62178	22230	Europe/Paris
6617280	Conteville-en-Ternois	conteville-en-ternois	Conteville-en-Ternois		FR	32	62	621	62238	96	Europe/Paris
6617281	Croix-en-Ternois	croix-en-ternois	Croix-en-Ternois,Kroaz an Ternoa,Krua-an-Ternua,ke lu wa ang tai er nu wa,krwyks an tyrnwys,Кроаз ан Терноа,Круа-ан-Тернуа,كرويكس إن تيرنويس,克鲁瓦昂泰尔努瓦		FR	32	62	621	62260	324	Europe/Paris
6617282	Drouvin-le-Marais	drouvin-le-marais	Drouvin-chMerais,Drouvin-chMérais,Druven-le-Mare,de lu wan lei ma lei,drwfyn ly marys,Друвен-ле-Маре,دروفين لي ماريس,德鲁万勒马雷		FR	32	62	622	62278	584	Europe/Paris
6617284	Épinoy	epinoy	Epinoy,Épinoy		FR	32	62	621	62298	546	Europe/Paris
6617285	Givenchy-lès-la-Bassée	givenchy-les-la-bassee	Givinchy-les-l'Bassee,Givinchy-lès-l’Bassée,Zhivanshi le la Base,Zhivanshi-le-la-Basse,ji wang xi lai la ba sai,jyfnshy lyh la basy,Живанши ле ла Басе,Живанши-ле-ла-Бассе,Живанші-ле-ла-Бассе,جيفنشي ليه لا باسي,吉旺希莱拉巴塞		FR	32	62	622	62373	1011	Europe/Paris
6617288	La Madelaine-sous-Montreuil	la-madelaine-sous-montreuil	La Madelaine-sous-Montreuil		FR	32	62	624	62535	163	Europe/Paris
6617289	Maresquel-Ecquemicourt	maresquel-ecquemicourt	Maresquel-Ecquemicourt		FR	32	62	624	62552	966	Europe/Paris
6617290	Moncheaux-lès-Frévent	moncheaux-les-frevent	Moncheaux-les-Frevent,Moncheaux-lès-Frévent,Monsho-le-Frevan,meng shao lai fu lei wang,mwntshyawks lyh fryfynt,Моншо-ле-Фреван,مونتشياوكس ليه فريفينت,蒙绍莱弗雷旺		FR	32	62	621	62576	130	Europe/Paris
6617291	Mont-Bernanchon	mont-bernanchon	Mon-Bernanshon,Mont-Bernanchon,meng bei er nan xiong,mwnt byrnantshwn,Мон-Бернаншон,مونت بيرنانتشون,蒙贝尔南雄		FR	32	62	622	62584	1363	Europe/Paris
6617292	Neuville-Bourjonval	neuville-bourjonval	Neuville-Bourjonval		FR	32	62	621	62608	169	Europe/Paris
6617293	Noyelles-lès-Humières	noyelles-les-humieres			FR	32	62	624	62625	52	Europe/Paris
6617294	Bouin-Plumoison	bouin-plumoison	Bouin-Plumoison		FR	32	62	624	62661	493	Europe/Paris
6617295	Rebreuve-Ranchicourt	rebreuve-ranchicourt	Arbreuve-Ranchecourt,Rebreuve-Ranchicourt,Rebrev-Ranshikur,lei bu lei fu lang xi ku er,rybrywf rantshykwrt,Ребрев-Раншикур,ريبريوف رانتشيكورت,勒布勒弗朗希库尔		FR	32	62	622	62693	1079	Europe/Paris
6617296	Richebourg	richebourg	Richebourg,Ricquebourq,Rishbur,li shen bao,rytshylwrj,Ришбур,ريتشيلورج,里什堡		FR	32	62	622	62706	2605	Europe/Paris
6617297	Rœux	r-ux	Rœux		FR	32	62	621	62718	1463	Europe/Paris
6617298	Saint-Michel-sur-Ternoise	saint-michel-sur-ternoise	Saint-Miche-su-Ternoese,Saint-Miché-su-Térnoèse,Sen-Mishel'-sjur-Ternuaz,san myshal swr tyrnwys,tai nu wa si he pan sheng mi xie er,Сен-Мишель-сюр-Тернуаз,Сен-Мішель-сюр-Тернуаз,سان ميشال سور تيرنويس,سینٹ-مشیل-سر-تیرنویسے,泰努瓦斯河畔圣米歇尔		FR	32	62	621	62763	884	Europe/Paris
6617299	Saint-Rémy-au-Bois	saint-remy-au-bois	Saint-Remy-au-Bois,Saint-Rémy-au-Bois		FR	32	62	624	62768	100	Europe/Paris
6617300	Saulty	saulty			FR	32	62	621	62784	760	Europe/Paris
6617301	Tournehem-sur-la-Hem	tournehem-sur-la-hem	Tournehem-sur-la-Hem		FR	32	62	625	62827	1454	Europe/Paris
6617302	Le Transloy	le-transloy	Le-Translua,lei te lang si lu wa,ly trantslwy,Ле-Транслуа,لي ترانتسلوي,勒特朗斯卢瓦		FR	32	62	621	62829	401	Europe/Paris
6617303	Vacqueriette-Erquières	vacqueriette-erquieres	Vacqueriette-Erquieres,Vacqueriette-Erquières		FR	32	62	624	62834	257	Europe/Paris
6617304	Vaulx	vaulx	Vo,fawlks,wawlks  ps dw klys,wo er,Во,فاولكس,واولکس، پس دو کلیس,沃尔		FR	32	62	621	62838	89	Europe/Paris
6617305	Villers-lès-Cagnicourt	villers-les-cagnicourt			FR	32	62	621	62858	267	Europe/Paris
6617306	Beauvoir-Wavans	beauvoir-wavans	Beauvoir-Wavans		FR	32	62	621	62881	382	Europe/Paris
6617307	Ardes	ardes	Ard,Ardas,Ardes,a er dai,Ард,阿尔代		FR	84	63	633	63009	538	Europe/Paris
6617308	Augerolles	augerolles	Augerolles,Augirolas,Augiròlas,Ozherol,Ozhrol',ao re luo lai,Ожерол,Ожроль,奥热罗莱		FR	84	63	635	63016	894	Europe/Paris
6617309	Besse-et-Saint-Anastaise	besse-et-saint-anastaise	Bes e Sent Anastez,Bess-e-Sent-Anastez,Bessa,Bessa e Sant Anastasia,Bessa e Sant Anastasía,Besse-et-Saint-Anastaise,bei si he sheng a na si tai si,Бес е Сент Анастез,Бесс-е-Сент-Анастез,贝斯和圣阿纳斯泰斯		FR	84	63	633	63038	1503	Europe/Paris
6617310	Beurières	beurieres	Ber'er,Berer,Berjer,Beureira,Beurieres,Beurières,Beurèira,bo li ai,Берьер,Берєр,Берјер,伯里埃		FR	84	63	631	63039	301	Europe/Paris
6617311	La Celle	la-celle	Celle,La Cela,La Celle,La Cèla,La-Sel',Sel,la sai er,Ла-Сель,Сел,لا سیل، پوی-ڈی-ڈومی,拉塞尔		FR	84	63	634	63064	86	Europe/Paris
6617312	Ceyssat	ceyssat	Ceissac e Alanhac,Sejssa,Sesa,Сейсса,Сеса		FR	84	63	633	63071	692	Europe/Paris
6617313	Charbonnières-les-Varennes	charbonnieres-les-varennes	Charbonnieres-les-Varennes,Charbonnières-les-Varennes		FR	84	63	634	63092	1698	Europe/Paris
6617314	Chaumont-le-Bourg	chaumont-le-bourg	Chaumont,Chaumont-le-Bourg,Shomon le Bur,Shomon-le-Bur,shao meng lei bu er,Шомон ле Бур,Шомон-ле-Бур,绍蒙勒布尔		FR	84	63	631	63105	232	Europe/Paris
6617315	Le Cheix	le-cheix	Cheix,Le Cheix,Le-She,Lo Cheis,She,lei xie,Ле-Ше,Ше,勒谢		FR	84	63	634	63108	641	Europe/Paris
6617316	Clémensat	clemensat	Clemensat,Clémensat		FR	84	63	633	63111	117	Europe/Paris
6617317	Condat-lès-Montboissier	condat-les-montboissier	Condat dEchandelis,Condat dEchandèlis,Condat-les-Montboissier,Condat-lès-Montboissier,Konda le Monboasje,Konda-le-Monbuas'e,kong da lai meng te bu wa xie,Конда ле Монбоасје,Конда-ле-Монбуасье,Конда-ле-Монбуасьє,孔达莱蒙特布瓦谢		FR	84	63	631	63119	225	Europe/Paris
6617318	Espinasse	espinasse	Epinas,Espinass,Espinassa,Espinasse,ai si pi na si,Епинас,Еспінасс,埃斯皮纳斯		FR	84	63	634	63152	293	Europe/Paris
6617319	Espinchal	espinchal	Epinshal,Espenshal',Espinchal,ai si pan sha,Епиншал,Еспеншаль,埃斯潘沙		FR	84	63	633	63153	103	Europe/Paris
6617320	La Goutelle	la-goutelle	La Goutelle		FR	84	63	634	63170	622	Europe/Paris
6617321	Lachaux	lachaux	Lachaux		FR	84	63	635	63184	280	Europe/Paris
6617322	Lastic	lastic	Lastic		FR	84	63	634	63191	109	Europe/Paris
6617323	Les Martres-d'Artière	les-martres-d-artiere	Les Martres-d'Artiere,Les Martres-d'Artière		FR	84	63	634	63213	2178	Europe/Paris
6617324	Moriat	moriat	Moriat		FR	84	63	633	63242	367	Europe/Paris
6617325	Olmet	olmet	Ol'me,Olmet,Oumet,Oumèt,ao er mei,Ольме,奥尔梅		FR	84	63	635	63260	162	Europe/Paris
6617326	Pardines	pardines	Pardines		FR	84	63	633	63268	270	Europe/Paris
6617327	Pouzol	pouzol	Pouzol		FR	84	63	634	63286	276	Europe/Paris
6617328	Reignat	reignat	Reignat		FR	84	63	632	63297	382	Europe/Paris
6617329	Roche-Charles-la-Mayrand	roche-charles-la-mayrand	Rochacharles e la Mairand,Roche-Charles-la-Mayrand,Rosh-Sharl'-la-Meran,Ròchacharles e la Mairand,luo ke sha er lai si-la mai lang,Рош-Шарль-ла-Меран,罗克沙尔莱斯-拉迈朗		FR	84	63	633	63303	41	Europe/Paris
6617330	Saint-Angel	saint-angel	Saint-Angel		FR	84	63	634	63318	410	Europe/Paris
6617380	Préchac	prechac	Prechac,Preishac,Preshak,Préchac,pu lei sha ke,Прешак,普雷沙克		FR	76	65	651	65371	227	Europe/Paris
6617494	Montjustin-et-Velotte	montjustin-et-velotte	Montjustin-et-Velotte		FR	27	70	702	70364	123	Europe/Paris
6617331	Saint-Clément-de-Valorgue	saint-clement-de-valorgue	Saint-Clement-de-Regnat,Saint-Clement-de-Valorgue,Saint-Clément-de-Régnat,Saint-Clément-de-Valorgue,Sant Clamenc de Valorga,Sant Clamenç de Valòrga,Sen-Kleman-de-Valorg,sheng ke lai mang de wa luo er gai,Сен-Клеман-де-Валорг,سینٹ-کلیمنٹ-دے-ولورگے,圣克莱芒德瓦洛尔盖		FR	84	63	631	63331	230	Europe/Paris
6617332	Saint-Pardoux	saint-pardoux			FR	84	63	634	63382	409	Europe/Paris
6617333	Saint-Sauveur-la-Sagne	saint-sauveur-la-sagne	Saint-Sauveur-la-Sagne		FR	84	63	631	63398	96	Europe/Paris
6617334	Saint-Victor-la-Rivière	saint-victor-la-riviere	Saint-Victor-la-Riviere,Saint-Victor-la-Rivière,Sant Victor de Murou,Sant Victor de Muròu,Sen-Viktor-la-Riv'er,Sen-Viktor-la-River,sheng wei ke tuo la li wei ai,Сен-Виктор-ла-Ривьер,Сен-Віктор-ла-Ривєр,圣维克托拉里维埃		FR	84	63	633	63401	248	Europe/Paris
6617335	Valz-sous-Châteauneuf	valz-sous-chateauneuf	Val'z-su-Shatonef,Valz-sous-Chateauneuf,Valz-sous-Châteauneuf,Vaus dAuson,falz sws tshatywnwf,wa er su sha tuo na,Вальз-су-Шатонеф,فالز سوس تشاتيونوف,瓦尔苏沙托纳		FR	84	63	633	63442	51	Europe/Paris
6617336	Villosanges	villosanges			FR	84	63	634	63460	334	Europe/Paris
6617337	Vinzelles	vinzelles	Venzel',Vinzela,Vinzelas,Vinzèla,Vinzèlas,wan ze lai,Вензель,万泽莱		FR	84	63	635	63461	353	Europe/Paris
6617338	Virlet	virlet	Virlet		FR	84	63	634	63462	271	Europe/Paris
6617339	Viscomtat	viscomtat	Viscomtac,Viscomtat,Viskonta,wei si kong ta,Вісконта,维斯孔塔		FR	84	63	635	63463	537	Europe/Paris
6617340	Vitrac	vitrac	Vitrac		FR	84	63	634	63464	345	Europe/Paris
6617341	Aïcirits-Camou-Suhast	aicirits-camou-suhast	Aicirits-Camou-Suhast,Aiziritze-Gamue-Zohazti,Aïcirits-Camou-Suhast		FR	75	64	641	64010	672	Europe/Paris
6617342	Alos-Sibas-Abense	alos-sibas-abense	Aloze-Ziboze-Onizegaine		FR	75	64	642	64017	315	Europe/Paris
6617343	Aroue-Ithorots-Olhaïby	aroue-ithorots-olhaiby	Aroue-Ithorots-Olhaiby,Aroue-Ithorots-Olhaïby,Aruee-Ithorrotze-Olhaibi,Arüe-Ithorrotze-Olhaibi		FR	75	64	641	64049	244	Europe/Paris
6617344	Asasp-Arros	asasp-arros	Asasp-Arros		FR	75	64	642	64064	472	Europe/Paris
6617345	Bassillon-Vauzé	bassillon-vauze	Bassillon-Vauze,Bassillon-Vauzé		FR	75	64	643	64098	68	Europe/Paris
6617346	Bergouey-Viellenave	bergouey-viellenave	Burgue-Erreiti		FR	75	64	641	64113	117	Europe/Paris
6617347	Beyrie-sur-Joyeuse	beyrie-sur-joyeuse	Beyrie-sur-Joyeuse,Bithirina,Bithiriña		FR	75	64	641	64120	514	Europe/Paris
6617348	Bidos	bidos	Bidos		FR	75	64	642	64126	1145	Europe/Paris
6617349	Bruges-Capbis-Mifaget	bruges-capbis-mifaget			FR	75	64	643	64148	900	Europe/Paris
6617350	Carresse-Cassaber	carresse-cassaber	Carresse-Cassaber		FR	75	64	642	64168	673	Europe/Paris
6617351	Castillon (Canton d'Arthez-de-Béarn)	castillon-canton-d-arthez-de-bearn			FR	75	64	643	64181	307	Europe/Paris
6617352	Castillon (Canton de Lembeye)	castillon-canton-de-lembeye	Castillon (Canton de Lembeye)		FR	75	64	643	64182	70	Europe/Paris
6617353	Corbère-Abères	corbere-aberes	Corbere-Aberes,Corbère-Abères		FR	75	64	643	64193	113	Europe/Paris
6617354	Izeste	izeste			FR	75	64	642	64280	421	Europe/Paris
6617355	La Bastide-Clairence	la-bastide-clairence	La Bastide-Clairence		FR	75	64	641	64289	985	Europe/Paris
6617356	Lanne-en-Barétous	lanne-en-baretous	Lanne-en-Baretous,Lanne-en-Barétous		FR	75	64	642	64310	495	Europe/Paris
6617357	Lasserre	lasserre	La Serra,La Sèrra,Laser,Lasserr,Lasserre,la sai er,lasyry  pyrynys-atlantykyw,Ласер,Лассерр,لاسیری، پیرینیس-اتلانتیکیو,拉塞尔		FR	75	64	643	64323	90	Europe/Paris
6617358	Lespielle	lespielle	Lespielle		FR	75	64	643	64337	158	Europe/Paris
6617359	Montaut	montaut	Montaut,Monto,meng tuo,Монто,蒙托		FR	75	64	643	64400	1118	Europe/Paris
6617360	Sauveterre-de-Béarn	sauveterre-de-bearn			FR	75	64	642	64513	1387	Europe/Paris
6617361	Sendets	sendets	Sandets,Sendets,Sendèts,sang dai te,Сандетс,桑代特		FR	75	64	643	64518	993	Europe/Paris
6617362	Sévignacq	sevignacq	Sevignacq,Sévignacq		FR	75	64	643	64523	750	Europe/Paris
6617363	Adervielle-Pouchergues	adervielle-pouchergues	Adervielle-Pouchergues		FR	76	65	652	65003	129	Europe/Paris
6617364	Arrens-Marsous	arrens-marsous	Aren Marsu,Arran-Marsus,Arrens e Marcos,Arrens e Marçós,Arrens-Marsos,Arrens-Marsous,Arrens-Marsu,Arrens-Marsós,a er lang ma er su,Арен Марсу,Арран-Марсус,Арренс-Марсу,阿尔朗马尔苏		FR	76	65	651	65032	721	Europe/Paris
6617365	Artigues	artigues	Artigues		FR	76	65	651	65038	18	Europe/Paris
6617366	Aulon	aulon	Aulon,Olon,ao long,Олон,奥隆		FR	76	65	652	65046	84	Europe/Paris
6617367	Avezac-Prat-Lahitte	avezac-prat-lahitte			FR	76	65	652	65054	605	Europe/Paris
6617368	Bourg-de-Bigorre	bourg-de-bigorre	Borg de Bigorra,Borg de Bigòrra,Bourg-de-Bigorre,Bur de Bigor,Bur-de-Bigor,Bur-de-Bigorr,bu er de bi ge er,Бур де Бигор,Бур-де-Бигор,Бур-де-Бігорр,布尔德比戈尔		FR	76	65	652	65105	196	Europe/Paris
6617369	Caubous	caubous	Caubous,Cauvos,Cauvós,Kobu,Kobus,ke bu,Кобу,Кобус,科布		FR	76	65	653	65136	42	Europe/Paris
6617370	Cazaux-Fréchet-Anéran-Camors	cazaux-frechet-aneran-camors	Cazaux-Frechet-Aneran-Camors,Cazaux-Fréchet-Anéran-Camors		FR	76	65	652	65141	46	Europe/Paris
6617371	Ferrières	ferrieres	Fer'er,Ferrier,Ferrieres,Ferrières,Herrera,Herrèra,fu er li ai,Феррієр,Ферьер,弗尔里埃		FR	76	65	651	65176	97	Europe/Paris
6617372	Génos	genos	Genos,Genòs,Zheno,Zhenos,re nuo,Жено,Женос,热诺		FR	76	65	652	65195	144	Europe/Paris
6617373	Gensac	gensac	Gencac,Gensac,Gençac,Zhansak,rang sa ke,Жансак,让萨克		FR	76	65	653	65196	104	Europe/Paris
6617374	Larroque	larroque	Larroque		FR	76	65	653	65263	103	Europe/Paris
6617375	Marsac	marsac	Marcac,Marsac,Marsak,Marçac,ma er sa ke,Марсак,马尔萨克		FR	76	65	653	65299	227	Europe/Paris
6617376	Mazères-de-Neste	mazeres-de-neste	Mazeres-de-Neste,Mazères-de-Neste		FR	76	65	652	65307	326	Europe/Paris
6617377	Montgaillard	montgaillard	Mongajar,Montgaillard,Montgalhard,meng te gai la er,Монгайар,Монгаяр,蒙特盖拉尔		FR	76	65	652	65320	847	Europe/Paris
6617378	Nistos	nistos	Nistos,Nistòs,ni si tuo,Нистос,Ністос,尼斯托		FR	76	65	652	65329	218	Europe/Paris
6617379	Ourdis-Cotdoussan	ourdis-cotdoussan	Ourdis-Cotdoussan		FR	76	65	651	65348	50	Europe/Paris
6617381	Sainte-Marie	sainte-marie	Sent-Mari,Senta Maria,Senta Maria de Varossa,sheng ma li,Сент-Мари,Сент-Марі,سین-مرے، ہوٹس-پیرینیث,圣玛丽		FR	76	65	652	65391	68	Europe/Paris
6617382	Salles	salles	Sal',Salas,Salas dArgilers,Salas dArgilèrs,Salles,sa lai,Саль,萨莱		FR	76	65	651	65400	226	Europe/Paris
6617383	Sauveterre	sauveterre	Sauvaterra,Sauvatèrra,Sauveterre,Sovter,Sovterr,suo wei tai er,Совтер,Совтерр,索韦泰尔		FR	76	65	653	65412	171	Europe/Paris
6617384	Trie-sur-Baïse	trie-sur-baise	Tri-sjur-Baiz,Tria,Tria de Baisa,Tria de Baïsa,Trie-sur-Baise,Trie-sur-Baïse,bai si he pan te li ye,Три-сюр-Баиз,Трі-сюр-Баїз,拜斯河畔特里耶		FR	76	65	653	65452	1062	Europe/Paris
6617385	Uz	uz	Uz		FR	76	65	651	65458	33	Europe/Paris
6617386	Viella	viella	V'ella,Vella,Vielar,Viella,wei ye la,Вьелла,Вєлла,维耶拉		FR	76	65	651	65463	88	Europe/Paris
6617387	Vielle-Louron	vielle-louron	V'el'-Luron,Vel'-Luron,Viela,Viela de Loron,Vielle-Louron,Vièla,Vièla de Loron,wei ye er lu long,Вьель-Лурон,Вєль-Лурон,维耶尔卢龙		FR	76	65	652	65466	91	Europe/Paris
6617388	Cantaous	cantaous	Cantaous,Eths Cantaus,Kantau,Kantaus,Кантау,Кантаус		FR	76	65	652	65482	437	Europe/Paris
6617389	Les Angles	les-angles	Angl,Angles,Els Angles,Les Angles,Lez-Angl',lai sang ge lai,Англ,Лез-Англь,莱桑格莱		FR	76	66	663	66004	537	Europe/Paris
6617390	Angoustrine-Villeneuve-des-Escaldes	angoustrine-villeneuve-des-escaldes	Angoustrine-Villeneuve-des-Escaldes,Angustrina i Vilanova de les Escaldes		FR	76	66	663	66005	653	Europe/Paris
6617391	Ayguatébia-Talau	ayguatebia-talau			FR	76	66	663	66010	41	Europe/Paris
6617392	Bages	bages	Bage,Bages de Rosselhon,Bages de Rossello,Bages de Rosselló,Bazh,ba ri,Баге,Баж,巴日		FR	76	66	661	66011	4129	Europe/Paris
6617393	Caudiès-de-Conflent	caudies-de-conflent	Cauders de Conflent,Caudiers de Conflent,Kod'es-de-Konflan,Kodje de Konflan,ke di ye de kong fu lang,Кодьес-де-Конфлан,Кодьєс-де-Конфлан,Кодје де Конфлан,科迪耶德孔夫朗		FR	76	66	663	66047	17	Europe/Paris
6617394	Les Cluses	les-cluses	Les Cluses,les Cluses		FR	76	66	661	66063	251	Europe/Paris
6617395	Molitg-les-Bains	molitg-les-bains	Moli-le-Ben,Molig,Molitg-les-Bains,mo li te lai ban,Моли-ле-Бен,Молі-ле-Бен,莫利特莱班		FR	76	66	663	66109	230	Europe/Paris
6617396	Montesquieu-des-Albères	montesquieu-des-alberes	Montesk'e-dez-Al'ber,Monteske-dez-Al'ber,Montesquieu-des-Alberes,Montesquieu-des-Albères,Montesquiu d'Albera,Montesquiu dAlbera,meng tai si ji e dai a er bei lei,montesukyu=de=zaruberu,mwntskyw-d-zalbr,Монтескье-дез-Альбер,Монтескє-дез-Альбер,مونتسکیو-د-زالبر,مونتیسکیو-دے-زالبیر,モンテスキュー＝デ＝ザルベール,蒙泰斯基厄代阿尔贝雷		FR	76	66	661	66115	1218	Europe/Paris
6617397	Opoul-Périllos	opoul-perillos	Opol i Perellos,Opul'-Perijos,ao pu pei li luo,Òpol i Perellós,Опуль-Перийос,Опуль-Перійос,奥普佩里洛		FR	76	66	662	66127	1168	Europe/Paris
6617398	Ria-Sirach	ria-sirach	Ria i Cirac,Ria-Sirash,Rià i Cirac,li a xi la ke,ria=shirakku,Риа-Сираш,Ріа-Сіраш,リア＝シラック,里阿西拉克		FR	76	66	663	66161	1320	Europe/Paris
6617399	Sainte-Colombe-de-la-Commanderie	sainte-colombe-de-la-commanderie	Sainte-Colombe-de-la-Commanderie,Santa Coloma de Tuir,Santa Coloma de Tuïr,Sent-Kolomb-de-la-Kommandri,santo=koronbu=do=ra=komandori,sheng ke long bu de la-ke mang de li ye,Сент-Коломб-де-ла-Коммандри,Сент-Коломб-де-ла-Коммандрі,سین-کولومبے-دے-لا-کوممندیرے,サント＝コロンブ＝ド＝ラ＝コマンドリー,圣科隆布德拉-科芒德里耶		FR	76	66	661	66170	151	Europe/Paris
6617400	Saint-Génis-des-Fontaines	saint-genis-des-fontaines	Saint-Genis-des-Fontaines,Saint-Génis-des-Fontaines,Sant Genis de Fontanes,Sant Genís de Fontanes,Sen-Zheni-de-Fonten,sheng re ni dai feng tai nei,Сен-Жени-де-Фонтен,Сен-Жені-де-Фонтен,سینٹ-گینس-دس-فونٹائنس,圣热尼代丰泰内		FR	76	66	661	66175	2798	Europe/Paris
6617401	Sainte-Marie-la-Mer	sainte-marie-la-mer	Sainte-Marie-la-Mer,Santa Maria la Mar,Sent-Mari,santo=mari,sheng ma li,Сент-Мари,Сент-Марі,سین-مرے، پیرینیث-ورینتلیس,サント＝マリー,圣玛丽		FR	76	66	662	66182	4746	Europe/Paris
6617402	Saint-Nazaire	saint-nazaire	Saint-Nazaire,Sant Nazari de Rosselhon,Sant Nazari de Rossello,Sant Nazari de Rosselló,Sen-Nazer,sheng na ze er,Сен-Назер,سینٹ-نظارے، پیرینیث-ورینتلیس,圣纳泽尔		FR	76	66	662	66186	2594	Europe/Paris
6617403	Salses-le-Château	salses-le-chateau	Sal's-le-Shato,Salses,Salses-le-Chateau,Salses-le-Château,sa er sai lai sha tuo,Сальс-ле-Шато,萨尔塞莱沙托		FR	76	66	662	66190	3504	Europe/Paris
6617404	Andlau	andlau	Andlau		FR	44	67	675	67010	1744	Europe/Paris
6617405	Balbronn	balbronn	Balbronn		FR	44	67	673	67018	649	Europe/Paris
6617406	Bouxwiller	bouxwiller	Bouksviler,Bouxwiller,Buchsweiler,Buksviller,Buxwiller,bu wei lai,bukusuvu~ireru,bwkswylyr,Боуксвилер,Буксвиллер,Буксвіллер,بوكسويلير,ブクスヴィレール,布维莱		FR	44	67	674	67061	4062	Europe/Paris
6617407	Buhl	buhl	Bihl,Bjul',Buehl,Buhl,Bul,Bühl,bi zhen,bwhl,Бул,Бюль,بوهل,比镇		FR	44	67	672	67069	526	Europe/Paris
6617408	Crastatt	crastatt	Crastatt,Grascht,Gràscht,Krashtat,Krastat,Krastatt,ke la si ta,krastat,Крастат,Краштат,كراستات,کراستات,克拉斯塔		FR	44	67	673	67078	270	Europe/Paris
6617409	Drachenbronn-Birlenbach	drachenbronn-birlenbach	Drachenbronn-Birlenbach		FR	44	67	672	67104	838	Europe/Paris
6617410	Eberbach-Seltz	eberbach-seltz	Eberbach-Seltz		FR	44	67	672	67113	418	Europe/Paris
6617411	Wangenbourg-Engenthal	wangenbourg-engenthal	Vangenbur-Engental',Wangeburi-Angedaal,Wangenbourg-Engenthal,Wangenburg-Engenthal,Wàngeburi-Angedààl,wang rang bu er ang rang ta,wanghynbwrgh anghynthal,Вангенбур-Енгенталь,وانغينبورغ إنغينثال,旺让布尔昂让塔		FR	44	67	673	67122	1368	Europe/Paris
6617412	Griesheim-sur-Souffel	griesheim-sur-souffel	Griesheim an der Suffel,Griesheim-sur-Souffel,Grisajm-sjur-Suffel',ghryshhym swr swfyl,su fu he pan ge li ye sang,Грисайм-сюр-Суффель,غريشهيم سور سوفيل,苏弗河畔格里耶桑		FR	44	67	674	67173	1115	Europe/Paris
6617413	Neugartheim-Ittlenheim	neugartheim-ittlenheim	Negartajm-Ittlenajm,Neierte-Ittle,Neierte-Íttle,na jia er tan yi te lei nan,nygarthaym-aytlnhaym,nywgharthym atlynhym,Негартайм-Іттленайм,Негартайм-Иттленайм,نيوغارثيم إتلينهيم,نیگارتهایم-ایتلنهایم,纳加尔坦伊特勒南		FR	44	67	674	67228	797	Europe/Paris
6617414	Jetterswiller	jetterswiller	Jetterschwiller,Jettersweiler,Jetterswiller,Zhettersviller,jytyrswylyr,re tai er si wei lai,ytrswylr,Жеттерсвиллер,Жеттерсвіллер,جيتيرسويلير,یترسویلر,热泰尔斯维莱		FR	44	67	673	67229	191	Europe/Paris
6617415	Kirrwiller	kirrwiller	Kirrviller,Kirrweiler,Kirrwiller,Kírrwiller,ji er wei lai,kyrwylyr,Киррвиллер,Кіррвіллер,كيرويلير,基尔维莱		FR	44	67	674	67242	553	Europe/Paris
6617416	Mulhausen	mulhausen	Mielhuese,Mielhüse,Mjulozen,Muelhausen,Mülhausen,mi yue sang,mwlhawsyn,mwlhwzn,Мюлозен,מולהוזן,مولهاوسين,米约桑		FR	44	67	674	67307	480	Europe/Paris
6617417	Neewiller-près-Lauterbourg	neewiller-pres-lauterbourg	Neeviller-pre-Loterbur,Nehweiler,nei ai wei lai pu lei luo tai er bu er,nwylr-prh-ltrbwrg,nywylyr brys lawtyrbwrgh,Неевиллер-пре-Лотербур,Неевіллер-пре-Лотербур,نویلر-پره-لتربورگ,نيويلير بريس لاوتيربورغ,内埃维莱普雷洛泰尔布尔		FR	44	67	672	67315	648	Europe/Paris
6617418	Neuviller-la-Roche	neuviller-la-roche	Neuviller-la-Roche		FR	44	67	673	67321	349	Europe/Paris
6617419	Betschdorf	betschdorf	Batschdorf,Bechdorf,Betshdorf,bei te si ke duo er,betchidorufu,Бетшдорф,Бечдорф,ベッチドルフ,贝特斯克多尔		FR	44	67	672	67339	4137	Europe/Paris
6617420	Obermodern-Zutzendorf	obermodern-zutzendorf	Obermodern-Zjucendorf,Obermodern-Zutzendorf,Owermodre-Zutzedorf,abrmdrn-tswtsndrf,ao bei er mo dai er en ju te cang duo er,awbrmwdyrn zwtzyndwrf,Обермодерн-Зюцендорф,أوبرموديرن زوتزيندورف,ابرمدرن-تسوتسندرف,奥贝尔莫代尔恩聚特藏多尔		FR	44	67	674	67347	1676	Europe/Paris
6617421	Seebach	seebach	Seebach,Seebak,Seebàch,sai ai ba ke,sybatsh,Сеебак,سيباتش,塞埃巴克		FR	44	67	672	67351	1675	Europe/Paris
6617422	Ranrupt	ranrupt	Ranrupt		FR	44	67	673	67384	341	Europe/Paris
6617423	Roppenheim	roppenheim	Roppenajm,Roppenem,luo po nan,rpnhaym,rwbynhym,Роппенайм,روبينهيم,رپنهایم,罗珀南		FR	44	67	672	67409	980	Europe/Paris
6617424	Scharrachbergheim-Irmstett	scharrachbergheim-irmstett	Barige-Irmstett,Barige-Írmstett,Bergheim-Irmstett,Scharrachbergheim-Irmstett,Sharrashbergajm-Irmstet,sharakhbrghaym-ayrmshtt,si sha er la ke bei er gan yi er mu si tai,stsharatshbyrghhym lrmstyt,Шаррашбергайм-Ірмстет,Шаррашбергайм-Ирмстет,ستشاراتشبيرغهيم لرمستيت,شاراخبرگهایم-ایرمشتت,斯沙尔拉克贝尔甘伊尔姆斯泰		FR	44	67	673	67442	1203	Europe/Paris
6617425	Schweighouse-sur-Moder	schweighouse-sur-moder	Schwaighuese,Schwaighüse,Schweighausen,Schweighouse-sur-Moder,Shveguz-sjur-Moder,mo dai he pan si ke wei gu si,stshwyghhws swr mwdyr,Швегуз-сюр-Модер,ستشويغهوس سور مودير,莫代河畔斯克韦古斯		FR	44	67	672	67458	4915	Europe/Paris
6617426	Schwenheim	schwenheim	Schwaene,Schweinheim,Schwäne,Shvenajm,shwnhaym,si ke wei nan,stshwynhym,Швенайм,ستشوينهيم,شونهایم,斯克韦南		FR	44	67	674	67459	767	Europe/Paris
6617427	Stutzheim-Offenheim	stutzheim-offenheim	Stutzheim-Offenheim		FR	44	67	674	67485	1377	Europe/Paris
6617428	Thal-Drulingen	thal-drulingen	Daal,Dààl,Tal'-Drjulingen,Thal bei Drulingen,Thal-Drulingen,ta de lu lan rang,taydrwlyngn,thal drwlynghn,Таль-Дрюлинген,Таль-Дрюлінген,تایدرولینگن,ثال درولينغن,塔德吕兰让		FR	44	67	674	67488	183	Europe/Paris
6617429	Thal-Marmoutier	thal-marmoutier	Tal'-Marmut'e,Thal bei Maursmuenster,Thal bei Maursmünster,Thal-Marmoutier,ta ma er mu di ye,thal marmwtyr,Таль-Мармутье,Таль-Мармутьє,ثال مارموتير,塔马尔穆蒂耶		FR	44	67	674	67489	781	Europe/Paris
6617430	Westhouse	westhouse	Westhouse		FR	44	67	675	67526	1526	Europe/Paris
6617431	Westhouse-Marmoutier	westhouse-marmoutier	Vestuz-Marmut'e,Weschthuese,Weschthüse,Westhausen bei Maursmuenster,Westhausen bei Maursmünster,wei si tu si ma er mu di ye,wsthwas-marmwtyh,wysthws marmwtyr,Вестуз-Мармутье,Вестуз-Мармутьє,وستهواس-مارموتیه,ويسثوس مارموتير,韦斯图斯马尔穆蒂耶		FR	44	67	674	67527	271	Europe/Paris
6617432	Wickersheim-Wilshausen	wickersheim-wilshausen	Vikersajm-Vil'sozen,Wickersheim-Wilshausen,wei kai er sang wei er suo sang,wykrshym wylshawsyn,Викерсайм-Вильсозен,Вікерсайм-Вільсозен,ويكرشيم ويلشاوسين,维凯尔桑维尔索桑		FR	44	67	674	67530	399	Europe/Paris
6617434	Saint-Bernard	saint-bernard	Sankt Bernhard,Sen-Bernar,sheng bei er na er,Сен-Бернар,سینٹ-برنارڈ، ہوت-رہین,圣贝尔纳尔		FR	44	68	681	68081	558	Europe/Paris
6617435	Gildwiller	gildwiller	Gil'dviller,Gildviler,Gildweiler,Gildwiller,ji er de wei lai,Гилдвилер,Гильдвиллер,Гільдвіллер,吉尔德维莱		FR	44	68	681	68105	277	Europe/Paris
6617436	Goldbach-Altenbach	goldbach-altenbach	Goldbach-Altenbach		FR	44	68	686	68106	289	Europe/Paris
6617437	Horbourg-Wihr	horbourg-wihr	Horbourg-Wihr,Horburg-Weier,Orbur-Vir,ao er bu er wei,Орбур-Вир,Орбур-Вір,奥尔布尔维		FR	44	68	682	68145	5834	Europe/Paris
6617438	Lucelle	lucelle	Ljusel',Lucelle,Luetzel,Lützel,lu sai er,Люсель,吕塞尔		FR	44	68	681	68190	35	Europe/Paris
6617439	Valdieu-Lutran	valdieu-lutran	Valdieu-Lutran		FR	44	68	681	68192	420	Europe/Paris
6617440	Mittlach	mittlach	Mittlak,mi te la ke,Миттлак,Міттлак,米特拉克		FR	44	68	682	68210	339	Europe/Paris
6617441	Mooslargue	mooslargue	Moos-Niederlarg,Mooslarg,Mooslargue,mo ao si la er gai,Моосларг,莫奥斯拉尔盖		FR	44	68	681	68216	425	Europe/Paris
6617442	Muespach	muespach	Mjuspak,Muespach,Muspach,mi ai si pa ke,Мюспак,米埃斯帕克		FR	44	68	681	68221	892	Europe/Paris
6617443	Orschwihr	orschwihr	Orschwihr		FR	44	68	686	68250	1052	Europe/Paris
6617444	Vœgtlinshoffen	v-gtlinshoffen	Vœgtlinshoffen		FR	44	68	682	68350	504	Europe/Paris
6617445	Volgelsheim	volgelsheim	Volgelsheim		FR	44	68	682	68352	2644	Europe/Paris
6617446	Ambérieux	amberieux	Ambere,Amberje,ambrywks  ran,Амберє,Амберје,امبریوکس، ران		FR	84	69	692	69005	571	Europe/Paris
6617447	Belmont-d'Azergues	belmont-d-azergues	Belmont-d'Azergues		FR	84	69	692	69020	635	Europe/Paris
6617448	Curis-au-Mont-d'Or	curis-au-mont-d-or	Curis-au-Mont-d'Or		FR	84	69	691	69071	1170	Europe/Paris
6617449	Grézieu-le-Marché	grezieu-le-marche			FR	84	69	691	69095	809	Europe/Paris
6617450	Loire-sur-Rhône	loire-sur-rhone	Limas,Loire-sur-Rodano,Loire-sur-Ròdano,Luar-sjur-Ron,Луар-сюр-Рон		FR	84	69	691	69118	2559	Europe/Paris
6617451	Messimy	messimy			FR	84	69	691	69131	3371	Europe/Paris
6617452	Régnié-Durette	regnie-durette	Regnie-Durette,Ren'e-Djurett,Régnié-Durette,Реньє-Дюретт,レニエ・デュレット		FR	84	69	692	69165	1114	Europe/Paris
6617453	Rochetaillée-sur-Saône	rochetaillee-sur-saone	Rochetaillee-sur-Saone,Rochetaillée-sur-Saône		FR	84	69	691	69168	1518	Europe/Paris
6617454	Salles-Arbuissonnas-en-Beaujolais	salles-arbuissonnas-en-beaujolais	Sal'-Arbjuissonna-an-Bozhole,Salles-Arbuissonnas-en-Beaujolais,Саль-Арбюїссонна-ан-Божоле		FR	84	69	692	69172	809	Europe/Paris
6617455	Les Sauvages	les-sauvages	Les Sauvages		FR	84	69	692	69174	628	Europe/Paris
6617456	Sainte-Catherine	sainte-catherine	Sent-Katrin,santo=katorinu,Сент-Катрин,سین-کیتھرین، رہونے,サント＝カトリーヌ		FR	84	69	691	69184	988	Europe/Paris
6617458	Solaize	solaize	Solaize		FR	84	69	691	69296	2916	Europe/Paris
6617459	Aboncourt-Gesincourt	aboncourt-gesincourt	Aboncourt-Gesincourt,Abonkur Zhezankur,Abonkur-Zhezenkur,abwnkwr-zhznkwr,Абонкур Жезанкур,Абонкур-Жезенкур,ابونکور-ژزنکور		FR	27	70	702	70002	215	Europe/Paris
6617460	Adelans-et-le-Val-de-Bithaine	adelans-et-le-val-de-bithaine	Adelans-et-le-Val-de-Bithaine		FR	27	70	701	70004	296	Europe/Paris
6617461	Amont-et-Effreney	amont-et-effreney	Amon-e-Effrene,Amon-eh-Ehfrene,Amont et Efrene,Amont-et-Effreney,amwn-a-afrwlh,Амон-е-Еффрене,Амон-э-Эфрене,Амонт ет Ефрене,امون-ا-افروله		FR	27	70	701	70016	166	Europe/Paris
6617462	Arc-lès-Gray	arc-les-gray	Arc-les-Gray,Arc-lès-Gray		FR	27	70	702	70026	2537	Europe/Paris
6617463	Athesans-Étroitefontaine	athesans-etroitefontaine	Athesans-Etroitefontaine,Athesans-Étroitefontaine		FR	27	70	701	70031	657	Europe/Paris
6617464	Avrigney-Virey	avrigney-virey	Avrigney-Virey,Avrin'e-Vire,Avrine Vire,Авринье-Вире,Авриньє-Віре,Авриње Вире		FR	27	70	702	70045	426	Europe/Paris
6617465	La Barre	la-barre	Bar,Barre,La Barre,La-Bar,La-Barr,Бар,Ла-Бар,Ла-Барр,لا باری، ہوٹی-ساونی		FR	27	70	702	70050	102	Europe/Paris
6617466	Beaujeu-Saint-Vallier-Pierrejux-et-Quitteur	beaujeu-saint-vallier-pierrejux-et-quitteur	Beaujeu-Saint-Vallier-Pierrejux-et-Quitteur,Bozhe Sen Valije Pjerzhiks et Kite,Bozhe-Sen-Val'e-Perrzhu-e-Kitter,Bozhe-Sen-Valie-Pjerzhi-e-Kite,Bozhjo-Sen-Val'e-P'erzhju-eh-Kittjor,Боже Сен Валије Пјержикс ет Ките,Боже-Сен-Валие-Пјержи-е-Ките,Боже-Сен-Вальє-Пєрржу-е-Кіттер,Божё-Сен-Валье-Пьержю-э-Киттёр		FR	27	70	702	70058	930	Europe/Paris
6617467	Beaumotte-Aubertans	beaumotte-aubertans	Bomot Obertan,Bomot-Obertan,Bomott-Obertan,Бомот Обертан,Бомот-Обертан,Бомотт-Обертан		FR	27	70	702	70059	444	Europe/Paris
6617468	Belmont	belmont	Bel'mon,Belmon,Belmont,Белмон,Бельмон		FR	27	70	701	70062	135	Europe/Paris
6617469	Bonnevent-Velloreille	bonnevent-velloreille	Bonnvan-Vellorej,Bonvan Velorej,Bonvan-Vellorej,Бонван Велореј,Бонван-Веллорей,Боннван-Веллорей		FR	27	70	702	70076	368	Europe/Paris
6617470	Broye-Aubigney-Montseugny	broye-aubigney-montseugny	Broaj Obine Monseni,Broye-Aubigney-Montseugny,Brua-Obin'e-Monsen'i,Brua-Obin'e-Monsjon'i,Броај Обиње Монсењи,Бруа-Обинье-Монсёньи,Бруа-Обіньє-Монсеньї		FR	27	70	702	70101	477	Europe/Paris
6617471	Champagney	champagney	Champagney,Shampan'e,Shampane,Шампанье,Шампаньє,Шампање		FR	27	70	701	70120	3809	Europe/Paris
6617472	Champlitte	champlitte	Champlitte		FR	27	70	702	70122	1675	Europe/Paris
6617473	Champvans	champvans	Champvans,Shamvan,Shanvan,Шамван,Шанван		FR	27	70	702	70125	183	Europe/Paris
6617474	Châteney	chateney			FR	27	70	701	70140	59	Europe/Paris
6617475	Chevigney	chevigney	Chevigney,Shevin'e,Shevine,Шевинье,Шевиње,Шевіньє		FR	27	70	702	70151	36	Europe/Paris
6617476	Conflans-sur-Lanterne	conflans-sur-lanterne	Conflans-sur-Lanterne,Konflan sir Lantern,Konflan-sjur-Lantern,Конфлан сир Лантерн,Конфлан-сюр-Лантерн		FR	27	70	701	70168	622	Europe/Paris
6617477	Cordonnet	cordonnet	Cordonnet,Kordone,Kordonne,Кордоне,Кордонне		FR	27	70	702	70174	143	Europe/Paris
6617478	Corravillers	corravillers	Corravillers,Koraviler,Korraville,Korraviller,Коравилер,Корравиллер,Корравілле		FR	27	70	701	70176	188	Europe/Paris
6617479	Dambenoît-lès-Colombe	dambenoit-les-colombe	Dambenoit-les-Colombe,Dambenoît-lès-Colombe,Dambenua-le-Kolomb,Дамбенуа-ле-Коломб		FR	27	70	701	70195	279	Europe/Paris
6617480	Échenans-sous-Mont-Vaudois	echenans-sous-mont-vaudois	Echenans-sous-Mont-Vaudois,Échenans-sous-Mont-Vaudois		FR	27	70	701	70206	506	Europe/Paris
6617481	Les Fessey	les-fessey	Le-Fese,Le-Fesse,Ле-Фесе,Ле-Фессе		FR	27	70	701	70233	139	Europe/Paris
6617482	Fouvent-Saint-Andoche	fouvent-saint-andoche	Fouvent-Saint-Andoche,Fuvan Sent Andosh,Fuvan-Sent-Andosh,Фуван Сент Андош,Фуван-Сент-Андош		FR	27	70	702	70247	221	Europe/Paris
6617483	Framont	framont	Framon,Framont,Фрамон		FR	27	70	702	70252	174	Europe/Paris
6617484	Fretigney-et-Velloreille	fretigney-et-velloreille	Fretigney-et-Velloreille,Fretin'e-e-Vellorej,Fretin'e-eh-Vellorej,Фретинье-э-Веллорей,Фретіньє-е-Веллорей		FR	27	70	702	70257	736	Europe/Paris
6617485	Germigney	germigney	Germigney,Zhermin'e,Zhermine,Жерминье,Жермиње,Жерміньє		FR	27	70	702	70265	166	Europe/Paris
6617486	Grandvelle-et-le-Perrenot	grandvelle-et-le-perrenot	Grandvelle-et-le-Perrenot,Granvel'-e-le-Perreno,Granvel'-eh-le-Perno,Гранвель-е-ле-Перрено,Гранвель-э-ле-Перно		FR	27	70	702	70275	368	Europe/Paris
6617487	Haut-du-Them-Château-Lambert	haut-du-them-chateau-lambert	Haut-du-Them-Chateau-Lambert,Haut-du-Them-Château-Lambert		FR	27	70	701	70283	435	Europe/Paris
6617488	Longevelle	longevelle	Longevelle,Lonzhvel',Лонжвель		FR	27	70	701	70307	128	Europe/Paris
6617489	Loulans-Verchamp	loulans-verchamp	Loulans-Verchamp,Lulan-Versham,Lulan-Vershan,Лулан-Вершам,Лулан-Вершан		FR	27	70	702	70309	455	Europe/Paris
6617490	Magny-Danigon	magny-danigon	Magny-Danigon		FR	27	70	701	70318	442	Europe/Paris
6617491	Malans	malans	Malan,Malans,Малан		FR	27	70	702	70327	132	Europe/Paris
6617492	Molay	molay	Mole,Моле		FR	27	70	702	70350	68	Europe/Paris
6617493	Montagney	montagney	Montagney,Montan'e,Монтанье,Монтаньє		FR	27	70	702	70353	519	Europe/Paris
6617495	Villers-Chemin-et-Mont-lès-Étrelles	villers-chemin-et-mont-les-etrelles	Villers-Chemin-et-Mont-les-Etrelles,Villers-Chemin-et-Mont-lès-Étrelles		FR	27	70	702	70366	122	Europe/Paris
6617496	La Roche-Morey	la-roche-morey	La Roche-Morey,La-Rosh-More,Ла-Рош-Море,لا روشے-موری		FR	27	70	702	70373	274	Europe/Paris
6617497	Pin	pin	Pen,Pin,Пен		FR	27	70	702	70410	690	Europe/Paris
6617498	Saulx	saulx	Saulx,So,Со		FR	27	70	701	70478	908	Europe/Paris
6617499	Sauvigney-lès-Gray	sauvigney-les-gray	Sauvigney-les-Gray,Sauvigney-lès-Gray,Sovin'e-le-Gre,Совинье-ле-Гре,Совіньє-ле-Гре		FR	27	70	702	70479	105	Europe/Paris
6617500	Senargent-Mignafans	senargent-mignafans	Senargent-Mignafans,Senarzhan-Min'jafan,Сенаржан-Миньяфан,Сенаржан-Міньяфан		FR	27	70	701	70487	297	Europe/Paris
6617501	Soing-Cubry-Charentenay	soing-cubry-charentenay	Suehn-Kjubri-Sharantene,Suen-Kjubri-Sharantene,Суен-Кюбрі-Шарантене,Суэн-Кюбри-Шарантене		FR	27	70	702	70492	557	Europe/Paris
6617502	Vadans	vadans	Vadan,Вадан		FR	27	70	702	70510	136	Europe/Paris
6617503	La Vaivre	la-vaivre	La Vaivre		FR	27	70	701	70512	213	Europe/Paris
6617504	Le Val-Saint-Éloi	le-val-saint-eloi	Le Val-Saint-Eloi,Le Val-Saint-Éloi,Le-Val'-Sent-Ehlua,Le-Val'-Sent-Elua,Ле-Валь-Сент-Елуа,Ле-Валь-Сент-Элуа		FR	27	70	702	70518	100	Europe/Paris
6617505	Vauconcourt-Nervezain	vauconcourt-nervezain	Vauconcourt-Nervezain,Vokonkur-Nervezen,wawknkwrt nrwzyn,Воконкур-Нервезен,واوکنکورت نروزین		FR	27	70	702	70525	218	Europe/Paris
6617506	Velesmes-Échevanne	velesmes-echevanne			FR	27	70	702	70528	484	Europe/Paris
6617507	Vellexon-Queutrey-et-Vaudey	vellexon-queutrey-et-vaudey	Vellekson-Ketre-e-Vode,Vellekson-Kjotre-eh-Vode,Vellexon-Queutrey-et-Vaudey,wlksn qwwtry at wwdy,Веллексон-Кетре-е-Воде,Веллексон-Кётре-э-Воде,ولکسن قووتری ات وودی		FR	27	70	702	70539	463	Europe/Paris
6617508	Vitrey-sur-Mance	vitrey-sur-mance	Vitre-sjur-Mans,Vitrey-sur-Mance,Витре-сюр-Манс,Вітре-сюр-Манс		FR	27	70	702	70572	271	Europe/Paris
6617509	Voray-sur-l'Ognon	voray-sur-l-ognon	Voray-sur-l'Ognon		FR	27	70	702	70575	820	Europe/Paris
6617510	Vyans-le-Val	vyans-le-val			FR	27	70	701	70579	466	Europe/Paris
6617511	L'Abergement-Sainte-Colombe	l-abergement-sainte-colombe	L'Abergement-Sainte-Colombe		FR	27	71	714	71002	1213	Europe/Paris
6617512	Allerey-sur-Saône	allerey-sur-saone	Allerey-sur-Saone,Allerey-sur-Saône		FR	27	71	712	71003	808	Europe/Paris
6617513	Baudemont	baudemont	Baudemont		FR	27	71	713	71022	647	Europe/Paris
6617514	Les Bordes	les-bordes	Les Bordes		FR	27	71	712	71043	87	Europe/Paris
6617515	Changy	changy	Changy,Shanzhi,Шанжи,Шанжі		FR	27	71	713	71086	462	Europe/Paris
6617516	Charmoy	charmoy	Charmoy,Sharmoa,Sharmua,Шармоа,Шармуа		FR	27	71	711	71103	249	Europe/Paris
6617517	Chassy	chassy	Chassy,Shasi,Shassi,Шаси,Шасси,Шассі		FR	27	71	713	71111	318	Europe/Paris
6617518	Châteauneuf	chateauneuf	Chateauneuf,Châteauneuf,Shatonef,Шатонеф		FR	27	71	713	71113	110	Europe/Paris
6617519	Couches	couches			FR	27	71	711	71149	1362	Europe/Paris
6617520	Épinac	epinac	Epinac,Épinac		FR	27	71	711	71190	2227	Europe/Paris
6617521	Le Fay	le-fay	Le-Fe,l fay,Ле-Фе,ل فای		FR	27	71	714	71196	640	Europe/Paris
6617522	Frangy-en-Bresse	frangy-en-bresse	Frangy-en-Bresse		FR	27	71	714	71205	624	Europe/Paris
6617523	Germolles-sur-Grosne	germolles-sur-grosne	Germolles-sur-Grosne		FR	27	71	715	71217	127	Europe/Paris
6617524	Givry	givry	Givry,Zhivri,Живри,Живрі		FR	27	71	712	71221	3692	Europe/Paris
6617525	Hautefond	hautefond			FR	27	71	713	71232	210	Europe/Paris
6617526	Huilly-sur-Seille	huilly-sur-seille	Huilly-sur-Seille,Jui-sjur-Sej,Юи-сюр-Сей,Юї-сюр-Сей		FR	27	71	714	71234	328	Europe/Paris
6617527	Marcigny	marcigny	Marcigny		FR	27	71	713	71275	1807	Europe/Paris
6617528	Marcilly-lès-Buxy	marcilly-les-buxy	Marcilly-les-Buxy,Marcilly-lès-Buxy,Marsii-le-Bjuksi,Марсии-ле-Бюкси,Марсії-ле-Бюксі		FR	27	71	712	71277	704	Europe/Paris
6617529	Melay	melay	Melay,Mele,Меле		FR	27	71	713	71291	982	Europe/Paris
6617530	Mercurey	mercurey	Merkjure,mei ju xi,merukyure,Меркюре,メルキュレ,美居希		FR	27	71	712	71294	1177	Europe/Paris
6617531	Nochize	nochize	Nochize		FR	27	71	713	71331	113	Europe/Paris
6617532	Pierre-de-Bresse	pierre-de-bresse	P'err-de-Bress,Perr-de-Bress,Пьерр-де-Бресс,Пєрр-де-Бресс		FR	27	71	714	71351	1951	Europe/Paris
6617533	Romenay	romenay	Romenay,Romene,Ромене		FR	27	71	714	71373	1678	Europe/Paris
6617534	Saint-Agnan	saint-agnan	Saint-Agnan,Sent-An'jan,Сент-Аньян,سینٹ-اگنان، سونے-یت-لڑے		FR	27	71	713	71382	709	Europe/Paris
6617535	Sainte-Foy	sainte-foy	Sainte-Foy		FR	27	71	713	71415	139	Europe/Paris
6617536	Saint-Léger-lès-Paray	saint-leger-les-paray	Saint-Leger-les-Paray,Saint-Léger-lès-Paray		FR	27	71	713	71439	718	Europe/Paris
6617537	Saint-Loup-de-Varennes	saint-loup-de-varennes	Saint-Loup-de-Varennes,Sen-Lu-de-Varenn,Сен-Лу-де-Варенн,سینٹ-لوپ-دے-ورینس		FR	27	71	712	71444	1156	Europe/Paris
6617538	Saint-Privé	saint-prive	Saint-Prive,Saint-Privé		FR	27	71	712	71471	74	Europe/Paris
6617539	Saint-Vérand	saint-verand	Saint-Verand,Saint-Vérand		FR	27	71	715	71487	167	Europe/Paris
6617540	Saint-Vincent-Bragny	saint-vincent-bragny	Sen-Vensan-Bran'i,Сен-Венсан-Браньи,Сен-Венсан-Браньї		FR	27	71	713	71490	1005	Europe/Paris
6617541	Sarry	sarry			FR	27	71	713	71500	114	Europe/Paris
6617542	La Celle-en-Morvan	la-celle-en-morvan	Celle-en-Morvan,La Celle-en-Morvan,La-Sel'-an-Morvan,Sel an Morvan,la syl-ayn-mwrwan,Ла-Сель-ан-Морван,Сел ан Морван,لا سیل-این-موروان		FR	27	71	711	71509	486	Europe/Paris
6617543	Sens-sur-Seille	sens-sur-seille	Sens-sur-Seille		FR	27	71	714	71514	404	Europe/Paris
6617544	Sully	sully	Sjulli,Sully,Сюлли,Сюллі		FR	27	71	711	71530	500	Europe/Paris
6617545	Vareilles	vareilles	Vareilles,Varej,wryls  sn at lyr,Варей,وریلس، سن ات لیر		FR	27	71	713	71553	265	Europe/Paris
6617546	Varenne-Saint-Germain	varenne-saint-germain			FR	27	71	713	71557	706	Europe/Paris
6617548	Virey-le-Grand	virey-le-grand	Virey-le-Grand		FR	27	71	712	71585	1329	Europe/Paris
6617549	Aillières-Beauvoir	aillieres-beauvoir	Aillieres-Beauvoir,Aillières-Beauvoir,Ajer Bovoar,Ajer-Bovuar,aylyrz-bywar,Айєр-Бовуар,Ајер Бовоар,ایلیرز-بیوار		FR	52	72	722	72002	219	Europe/Paris
6617550	Amné	amne	Amne,Amné,amny,Амне,امنی		FR	52	72	721	72004	563	Europe/Paris
6617551	Avesnes-en-Saosnois	avesnes-en-saosnois	Aven-an-Sonua,Avesnes-en-Saosnois,Avnez an Saonoa,Авен-ан-Сонуа,Авнез ан Саоноа		FR	52	72	722	72018	89	Europe/Paris
6617552	Briosne-lès-Sables	briosne-les-sables	Brijon-le-Sabl',Brion le Sabl,Брион ле Сабл,Брійон-ле-Сабль		FR	52	72	722	72048	556	Europe/Paris
6617553	Champrond	champrond	Champrond		FR	52	72	722	72057	68	Europe/Paris
6617555	Château-l'Hermitage	chateau-l-hermitage			FR	52	72	721	72072	263	Europe/Paris
6617556	Cherré-Au	cherre-au	Cherre-Au,Cherré-Au,Shere,Sherre,Шере,Шерре		FR	52	72	722	72080	2685	Europe/Paris
6617557	Douillet	douillet	Due,Duje,Дує,Дује		FR	52	72	722	72121	333	Europe/Paris
6617558	Fay	fay	Fay		FR	52	72	723	72130	643	Europe/Paris
6617559	Le Grez	le-grez	Le Grez		FR	52	72	722	72145	394	Europe/Paris
6617560	Marollette	marollette	Marollette		FR	52	72	722	72188	150	Europe/Paris
6617561	Mézières-sur-Ponthouin	mezieres-sur-ponthouin	Mez'er-sjur-Pontuen,Mezieres-sur-Ponthouin,Mézières-sur-Ponthouin,Мезьєр-сюр-Понтуен		FR	52	72	722	72196	693	Europe/Paris
6617563	Montfort-le-Gesnois	montfort-le-gesnois	Montfort-le-Gesnois		FR	52	72	722	72241	2988	Europe/Paris
6617564	Saint-Cosme-en-Vairais	saint-cosme-en-vairais	Saint-Cosme-en-Vairais,Sen-Kosm-an-Vere,Сен-Косм-ан-Вере,سینٹ-کوسمے-این -وائریس		FR	52	72	722	72276	1997	Europe/Paris
6617565	Saint-Pavace	saint-pavace	Saint-Pavace		FR	52	72	723	72310	1928	Europe/Paris
6617566	Saint-Rémy-du-Val	saint-remy-du-val	Saint-Remy-du-Val,Saint-Rémy-du-Val		FR	52	72	722	72317	518	Europe/Paris
6617567	Saint-Symphorien	saint-symphorien	Sen-Semforjan,Сен-Семфорян		FR	52	72	722	72321	582	Europe/Paris
6617568	Les Avanchers-Valmorel	les-avanchers-valmorel	Avanchers-Valmorel,Avanshe Valmorel,Les Avanchers-Valmorel,Lez-Avanshe-Val'morel',Аванше Валморел,Лез-Аванше-Вальморель		FR	84	73	731	73024	775	Europe/Paris
6617569	La Balme	la-balme	Balm,Balma,Balme,La-Bal'm,la balmy,Балм,Ла-Бальм,لا بالمی		FR	84	73	732	73028	311	Europe/Paris
6617570	Bellecombe-en-Bauges	bellecombe-en-bauges	Bel'komb-an-Bozh,Belkon an Bozh,Bellecombe-en-Bauges,Белкон ан Бож,Белькомб-ан-Бож		FR	84	73	732	73036	666	Europe/Paris
6617571	Bonvillard	bonvillard	Bonvillard		FR	84	73	731	73048	357	Europe/Paris
6617572	Champagny-en-Vanoise	champagny-en-vanoise	Champagny-en-Vanoise		FR	84	73	731	73071	593	Europe/Paris
6617573	La Chapelle	la-chapelle	La Chapelle		FR	84	73	733	73074	334	Europe/Paris
6617574	La Chavanne	la-chavanne	La Chavanne		FR	84	73	732	73082	625	Europe/Paris
6617575	Les Chavannes-en-Maurienne	les-chavannes-en-maurienne	Les Chavannes-en-Maurienne		FR	84	73	733	73083	259	Europe/Paris
6617576	Doucy-en-Bauges	doucy-en-bauges	Doucy-en-Bauges		FR	84	73	732	73101	96	Europe/Paris
6617577	Fontcouverte-la-Toussuire	fontcouverte-la-toussuire	Fontcouverte-la-Toussuire		FR	84	73	733	73116	526	Europe/Paris
6617578	Frontenex	frontenex	Frontenex		FR	84	73	731	73121	1861	Europe/Paris
6617580	La Plagne Tarentaise	la-plagne-tarentaise	La Plagne Tarentaise		FR	84	73	731	73150	3660	Europe/Paris
6617581	Mercury	mercury	Mercury		FR	84	73	731	73154	3080	Europe/Paris
6617582	Montricher-Albanne	montricher-albanne	Montricher-Albanne		FR	84	73	733	73173	475	Europe/Paris
6617583	La Motte-en-Bauges	la-motte-en-bauges	La Motte-en-Bauges,La-Mott-an-Bozh,la mwt-ayn-bwgys,Ла-Мотт-ан-Бож,لا موت-این-بوگیس		FR	84	73	732	73178	495	Europe/Paris
6617585	Saint-Alban-Leysse	saint-alban-leysse			FR	84	73	732	73222	5891	Europe/Paris
6617586	Saint-Christophe	saint-christophe	Saint-Christophe,Sen-Kristof,Сен-Кристоф,سینٹ-کروسٹوفے، سوائے		FR	84	73	732	73229	530	Europe/Paris
6617587	Saint François Longchamp	saint-francois-longchamp			FR	84	73	733	73235	489	Europe/Paris
6617588	Saint-Julien-Mont-Denis	saint-julien-mont-denis	Fanum Sancti Iuliani-Mons Dionisius,Saint-Julien-Mont-Denis,Saint-Julien-Montdenis,Sen-Zhul'en-Mon-Deni,Сен-Жульєн-Мон-Дені,سینٹ-جلیں -مونٹ-ڈینس		FR	84	73	733	73250	1626	Europe/Paris
6617589	Saint-Marcel	saint-marcel	Saint-Marcel,Sen-Marsel',Сен-Марсель,سینٹ-مارسیل، سوائے		FR	84	73	731	73253	607	Europe/Paris
6617590	Saint-Martin-sur-la-Chambre	saint-martin-sur-la-chambre	Saint-Martin-sur-la-Chambre,Sen-Marten-sjur-la-Shambr,Сен-Мартен-сюр-ла-Шамбр,سینٹ-مارٹن-سر-لا-چمبرے		FR	84	73	733	73259	547	Europe/Paris
6617591	Saint-Paul	saint-paul	Saint-Paul,Sen-Pol',Сен-Поль,سینٹ-پال، سوائے		FR	84	73	732	73269	667	Europe/Paris
6617592	Saint-Rémy-de-Maurienne	saint-remy-de-maurienne	Sen-Remi-de-Morenn,Сен-Ремі-де-Морєнн,سین-رمے-دے-مورین		FR	84	73	733	73278	1267	Europe/Paris
6617593	Saint-Sulpice	saint-sulpice	Saint-Sulpice,Sen-Sjul'pis,Сен-Сюльпіс		FR	84	73	732	73281	765	Europe/Paris
6617594	Villaroux	villaroux			FR	84	73	732	73324	210	Europe/Paris
6617595	Viviers-du-Lac	viviers-du-lac	Viv'e-dju-Lak,Vive-dju-Lak,Вивье-дю-Лак,Вівє-дю-Лак		FR	84	73	732	73328	2225	Europe/Paris
6617596	Alby-sur-Chéran	alby-sur-cheran	Alby-sur-Cheran,Alby-sur-Chéran		FR	84	74	741	74002	2580	Europe/Paris
6617597	Ambilly	ambilly			FR	84	74	743	74008	6302	Europe/Paris
6617598	Anthy-sur-Léman	anthy-sur-leman	Anthy-sur-Leman,Anthy-sur-Léman,Anti sir Leman,Anti-sjur-Leman,Antium Caballicensium,Анти сир Леман,Анті-сюр-Леман		FR	84	74	744	74013	2159	Europe/Paris
6617599	Argonay	argonay	Argonay		FR	84	74	741	74019	2866	Europe/Paris
6617600	Bellevaux	bellevaux	Bel'vo,Belvo,Белво,Бельво		FR	84	74	744	74032	1288	Europe/Paris
6617601	Bonne	bonne	Bon,Bona,Bonn,Bonne,Бон,Бонн		FR	84	74	743	74040	3231	Europe/Paris
6617602	Bons-en-Chablais	bons-en-chablais	Bons-en-Chablais		FR	84	74	744	74043	5563	Europe/Paris
6617603	Le Bouchet-Mont-Charvin	le-bouchet-mont-charvin	Le Bouchet-Mont-Charvin		FR	84	74	741	74045	241	Europe/Paris
6617604	Chapeiry	chapeiry	Cappariacum,Chapeiry,Chaperi,Chapèri,Shaperi,Шапери,Шапері		FR	84	74	741	74061	772	Europe/Paris
6617605	Chaumont	chaumont	Cammons Gebennensium,Chaumont,Shomon,Шомон		FR	84	74	743	74065	481	Europe/Paris
6617606	Clarafond-Arcine	clarafond-arcine			FR	84	74	743	74077	1017	Europe/Paris
6617607	Cordon	cordon	Cordo,Cordon,Kordon,Кордон		FR	84	74	742	74089	968	Europe/Paris
6617608	Crempigny-Bonneguête	crempigny-bonneguete	Crempigny-Bonneguete,Crempigny-Bonneguête		FR	84	74	741	74095	313	Europe/Paris
6617609	Demi-Quartier	demi-quartier	Demi Kartije,Demi-Kart'e,Demi-Quartier,Деми Картије,Демі-Картьє		FR	84	74	742	74099	912	Europe/Paris
6617610	Leschaux	leschaux	Calcariae,Leschaux,Lesho,Лешо		FR	84	74	741	74148	278	Europe/Paris
6617611	Glières-Val-de-Borne	glieres-val-de-borne			FR	84	74	742	74212	1787	Europe/Paris
6617612	Le Reposoir	le-reposoir	Le Reposoir		FR	84	74	742	74221	515	Europe/Paris
6617613	Saint-Pierre-en-Faucigny	saint-pierre-en-faucigny	Saint-Pierre-en-Faucigny		FR	84	74	742	74250	6389	Europe/Paris
6617614	Saint-Sigismond	saint-sigismond			FR	84	74	742	74252	590	Europe/Paris
6617615	Saint-Sylvestre	saint-sylvestre	Saint-Sylvestre		FR	84	74	741	74254	602	Europe/Paris
6617616	Savigny	savigny	Savigny,Savin'i,Савіньї		FR	84	74	743	74260	849	Europe/Paris
6617617	Sixt-Fer-à-Cheval	sixt-fer-a-cheval	Sikst-Fer-a-Sheval',Sixt-Fer-a-Cheval,Sixt-Fer-à-Cheval,Сікст-Фер-а-Шеваль		FR	84	74	742	74273	773	Europe/Paris
6617619	Thollon-les-Mémises	thollon-les-memises	Thollon-les-Memises,Thollon-les-Mémises		FR	84	74	744	74279	776	Europe/Paris
6617620	Versonnex	versonnex			FR	84	74	741	74297	609	Europe/Paris
6617621	Ancourteville-sur-Héricourt	ancourteville-sur-hericourt			FR	28	76	761	76009	327	Europe/Paris
6617622	Val-de-Saâne	val-de-saane	Val-de-Saane,Val-de-Saâne		FR	28	76	761	76018	1489	Europe/Paris
6617623	Aubermesnil-aux-Érables	aubermesnil-aux-erables	Aubermesnil-aux-Erables,Aubermesnil-aux-Érables		FR	28	76	761	76029	205	Europe/Paris
6617624	Val-de-Scie	val-de-scie	Ofe,Offe,Офе,Оффе		FR	28	76	761	76034	2557	Europe/Paris
6617625	Beauval-en-Caux	beauval-en-caux	Beauval-en-Caux,Boval an Ko,Boval'-an-Ko,Бовал ан Ко,Боваль-ан-Ко		FR	28	76	761	76063	490	Europe/Paris
6617626	Beautot	beautot	Beautot		FR	28	76	761	76066	140	Europe/Paris
6617627	Boissay	boissay	Boissay		FR	28	76	763	76113	406	Europe/Paris
6617628	Callengeville	callengeville	Callengeville		FR	28	76	761	76122	515	Europe/Paris
6617629	Bretteville-du-Grand-Caux	bretteville-du-grand-caux			FR	28	76	762	76143	1338	Europe/Paris
6617630	La Chapelle-Saint-Ouen	la-chapelle-saint-ouen	La Chapelle-Saint-Ouen		FR	28	76	761	76171	126	Europe/Paris
6617631	Croisy-sur-Andelle	croisy-sur-andelle	Croisy-sur-Andelle,Kroazi sir Andel,Kruazi-sjur-Andel',Кроази сир Андел,Круази-сюр-Андель,Круазі-сюр-Андель		FR	28	76	761	76201	564	Europe/Paris
6617632	Cuverville	cuverville	Cuverville		FR	28	76	762	76206	354	Europe/Paris
6617633	Dampierre-en-Bray	dampierre-en-bray			FR	28	76	761	76209	459	Europe/Paris
6617634	Doudeauville	doudeauville	Doudeauville		FR	28	76	761	76218	88	Europe/Paris
6617635	Ernemont-la-Villette	ernemont-la-villette	Ernemont-la-Villette		FR	28	76	761	76242	188	Europe/Paris
6617636	Fontenay	fontenay	Fontenay		FR	28	76	762	76275	1100	Europe/Paris
6617637	Fresquiennes	fresquiennes	Fresquiennes		FR	28	76	763	76287	989	Europe/Paris
6617638	La Haye	la-haye			FR	28	76	761	76352	378	Europe/Paris
6617639	Heuqueville	heuqueville			FR	28	76	762	76361	712	Europe/Paris
6617640	Landes-Vieilles-et-Neuves	landes-vieilles-et-neuves	Landes-Vieilles-et-Neuves		FR	28	76	761	76381	137	Europe/Paris
6617641	Louvetot	louvetot	Louvetot		FR	28	76	763	76398	705	Europe/Paris
6617642	Maulévrier-Sainte-Gertrude	maulevrier-sainte-gertrude	Maulevrier-Sainte-Gertrude,Maulévrier-Sainte-Gertrude		FR	28	76	763	76418	982	Europe/Paris
6617643	Molagnies	molagnies	Molagnies		FR	28	76	761	76440	171	Europe/Paris
6617644	Montroty	montroty	Montroty		FR	28	76	761	76450	273	Europe/Paris
6617645	Montville	montville	Montville,Monvil',Монвиль,Монвіль		FR	28	76	763	76452	4857	Europe/Paris
6617646	Neufbosc	neufbosc			FR	28	76	761	76461	398	Europe/Paris
6617647	Neuf-Marché	neuf-marche	Nef-Marshe,Neuf-Marche,Neuf-Marché,Неф-Марше		FR	28	76	761	76463	676	Europe/Paris
6617648	La Neuville-Chant-d'Oisel	la-neuville-chant-d-oisel	La Neuville-Chant-d'Oisel		FR	28	76	763	76464	2231	Europe/Paris
6617649	Franqueville-Saint-Pierre	franqueville-saint-pierre	Frankvil Sen Pjer,Frankvil'-Sen-P'err,Frankvil'-Sen-Perr,Франквил Сен Пјер,Франквиль-Сен-Пьерр,Франквіль-Сен-Пєрр		FR	28	76	763	76475	6156	Europe/Paris
6617650	Petit-Couronne	petit-couronne	Peti-Kuronn,Petit-Couronne,Пети-Куронн,Петі-Куронн		FR	28	76	763	76497	8684	Europe/Paris
6617651	Roncherolles-sur-le-Vivier	roncherolles-sur-le-vivier	Roncherolles-sur-le-Vivier		FR	28	76	763	76536	1066	Europe/Paris
6617652	Rouville	rouville	Rouville		FR	28	76	762	76543	628	Europe/Paris
6617653	Sainte-Geneviève	sainte-genevieve	Sainte-Genevieve,Sainte-Geneviève		FR	28	76	761	76578	273	Europe/Paris
6617654	Sainte-Marguerite-sur-Mer	sainte-marguerite-sur-mer	Sainte-Marguerite-sur-Mer,Sent-Margerit-sjur-Mer,Сент-Маргерит-сюр-Мер,سین-مرگیرٹے-سر-مر		FR	28	76	761	76605	483	Europe/Paris
6617655	Vassonville	vassonville	Vassonville		FR	28	76	761	76723	445	Europe/Paris
6617656	Vatteville-la-Rue	vatteville-la-rue	Vatteville-la-Rue,Vattvil'-la-Rju,wtwyl la rwy,Ваттвиль-ла-Рю,Ваттвіль-ла-Рю,وتویل لا روی		FR	28	76	763	76727	1137	Europe/Paris
6617657	Butot-Vénesville	butot-venesville			FR	28	76	761	76732	250	Europe/Paris
6617658	Arbonne-la-Forêt	arbonne-la-foret	Arbonne-la-Foret,Arbonne-la-Forêt		FR	11	77	774	77006	1011	Europe/Paris
6617712	Le Pin	le-pin	Le Pin,Le-Pen,lai pan,Ле-Пен,萊潘		FR	75	79	791	79210	1052	Europe/Paris
6617713	Puihardy	puihardy	Puihardy		FR	75	79	793	79223	54	Europe/Paris
6617659	Aubepierre-Ozouer-le-Repos	aubepierre-ozouer-le-repos	Aubepierre-Ozouer-le-Repos,Obep'err-Ozue-le-Repo,Obeperr-Ozue-le-Repo,Obpjer Ozue le Repo,Обепьерр-Озуе-ле-Репо,Обепєрр-Озуе-ле-Репо,Обпјер Озуе ле Репо		FR	11	77	773	77010	914	Europe/Paris
6617660	Bannost-Villegagnon	bannost-villegagnon	Banno-Vil'gan'on,BannoSaint-Villegagnon,Bannost-Villegagnon,Banosen Vilganon,Банно-Вильганьон,Банно-Вільганьон,Баносен Вилгањон		FR	11	77	773	77020	669	Europe/Paris
6617661	Beauchery-Saint-Martin	beauchery-saint-martin	Beauchery-Saint-Martin,Bosheri-Sen-Marten,Boshri Sen Marten,Бошери-Сен-Мартен,Бошері-Сен-Мартен,Бошри Сен Мартен		FR	11	77	773	77026	384	Europe/Paris
6617662	Beaumont-du-Gâtinais	beaumont-du-gatinais	Beaumont-du-Gatinais,Beaumont-du-Gâtinais,Bomon di Gatine,Bomon-dju-Gatine,Бомон ди Гатине,Бомон-дю-Гатине,Бомон-дю-Гатіне		FR	11	77	774	77027	1157	Europe/Paris
6617663	Bernay-Vilbert	bernay-vilbert	Bernay-Vilbert		FR	11	77	773	77031	828	Europe/Paris
6617664	Bréau	breau	Breo,bryw,Брео,برئو		FR	11	77	773	77052	318	Europe/Paris
6617665	Cély	cely	Cely,Cely-en-Biere,Cély,Cély-en-Bière,Seli,Сели,Селі		FR	11	77	774	77065	1152	Europe/Paris
6617666	Chanteloup-en-Brie	chanteloup-en-brie	Chanteloup-en-Brie		FR	11	77	775	77085	3811	Europe/Paris
6617667	La Chapelle-Moutils	la-chapelle-moutils	Chapelle-Moutils,La Chapelle-Moutils,La-Shapel'-Mutij,Shapel Mutij,Ла-Шапель-Мутий,Ла-Шапель-Мутій,Шапел Мутиј,لا شاپیل-موٹیلس		FR	11	77	773	77093	439	Europe/Paris
6617668	Clos-Fontaine	clos-fontaine	Clos-Fontaine		FR	11	77	773	77119	270	Europe/Paris
6617669	Conches-sur-Gondoire	conches-sur-gondoire	Conches-sur-Gondoire		FR	11	77	775	77124	1737	Europe/Paris
6617670	Congis-sur-Thérouanne	congis-sur-therouanne			FR	11	77	771	77126	1764	Europe/Paris
6617671	Coulombs-en-Valois	coulombs-en-valois	Coulombs-en-Valois,Kulon-an-Valua,Кулон-ан-Валуа		FR	11	77	771	77129	577	Europe/Paris
6617672	Courcelles-en-Bassée	courcelles-en-bassee	Courcelles-en-Bassee,Courcelles-en-Bassée		FR	11	77	773	77133	219	Europe/Paris
6617673	Crécy-la-Chapelle	crecy-la-chapelle			FR	11	77	771	77142	4392	Europe/Paris
6617674	Donnemarie-Dontilly	donnemarie-dontilly			FR	11	77	773	77159	2875	Europe/Paris
6617675	Évry-Grégy-sur-Yerre	evry-gregy-sur-yerre	Evri Grezhi sir Jer,Evri-Grezhi-sjur-Err,Evry-Gregy-sur-Yerre,Evry-Gregy-sur-Yerres,Evry-Grégy-sur-Yerre,Évry-Grégy-sur-Yerres,Еври Грежи сир Јер,Еври-Грежи-сюр-Ерр,Еврі-Грежі-сюр-Єрр		FR	11	77	772	77175	2788	Europe/Paris
6617676	Grandpuits-Bailly-Carrois	grandpuits-bailly-carrois	Grandpuits-Bailly-Carrois		FR	11	77	773	77211	1020	Europe/Paris
6617677	Guignes	guignes	Guignes		FR	11	77	772	77222	3936	Europe/Paris
6617678	Lorrez-le-Bocage-Préaux	lorrez-le-bocage-preaux	Lorrez-le-Bocage-Preaux,Lorrez-le-Bocage-Préaux		FR	11	77	774	77261	1260	Europe/Paris
6617679	Louan-Villegruis-Fontaine	louan-villegruis-fontaine	Louan-Villegruis-Fontaine,Luan-Vil'grjui-Fonten,Луан-Вильгрюи-Фонтен,Луан-Вільгрюї-Фонтен		FR	11	77	773	77262	485	Europe/Paris
6617680	Lumigny-Nesles-Ormeaux	lumigny-nesles-ormeaux	Lumigny-Nesles-Ormeaux		FR	11	77	773	77264	1530	Europe/Paris
6617681	Mondreville	mondreville	Mondrevil',Mondreville,Мондревиль,Мондревіль		FR	11	77	774	77297	345	Europe/Paris
6617682	Montgé-en-Goële	montge-en-goele	Montge-en-Goele,Montgé-en-Goële		FR	11	77	771	77308	756	Europe/Paris
6617683	Chauconin-Neufmontiers	chauconin-neufmontiers	Chauconin-Neufmontiers		FR	11	77	771	77335	3157	Europe/Paris
6617684	Perthes	perthes	Pert,Perthes,Перт		FR	11	77	774	77359	2004	Europe/Paris
6617686	Saint-Mars-Vieux-Maisons	saint-mars-vieux-maisons	Saint-Mars-Vieux-Maisons		FR	11	77	773	77421	283	Europe/Paris
6617687	Saint-Martin-des-Champs	saint-martin-des-champs	Saint-Martin-des-Champs,Sen-Marten-de-Sham,Сен-Мартен-де-Шам,سینٹ-مارٹن-دس-چمپس، سینے-یت-مرنے		FR	11	77	773	77423	661	Europe/Paris
6617688	Sancy	sancy	Sancy		FR	11	77	771	77443	380	Europe/Paris
6617689	Vernou-la-Celle-sur-Seine	vernou-la-celle-sur-seine	Vernou-la-Celle-sur-Seine		FR	11	77	774	77494	2684	Europe/Paris
6617690	Brueil-en-Vexin	brueil-en-vexin	Brueil-en-Vexin		FR	11	78	781	78113	693	Europe/Paris
6617691	Clairefontaine-en-Yvelines	clairefontaine-en-yvelines	Clairefontaine-en-Yvelines		FR	11	78	782	78164	832	Europe/Paris
6617692	Dampierre-en-Yvelines	dampierre-en-yvelines	Dampierre-en-Yvelines		FR	11	78	782	78193	1043	Europe/Paris
6617693	Gaillon-sur-Montcient	gaillon-sur-montcient	Gaillon-sur-Montcient		FR	11	78	781	78261	683	Europe/Paris
6617694	Hermeray	hermeray	Ermere,Hermeray,Ермере		FR	11	78	782	78307	959	Europe/Paris
6617695	Limetz-Villez	limetz-villez			FR	11	78	781	78337	1940	Europe/Paris
6617696	Mézy-sur-Seine	mezy-sur-seine	Mezy-sur-Seine,Mézy-sur-Seine		FR	11	78	781	78403	2112	Europe/Paris
6617697	Prunay-en-Yvelines	prunay-en-yvelines	Prunay-en-Yvelines		FR	11	78	782	78506	853	Europe/Paris
6617698	Assais-les-Jumeaux	assais-les-jumeaux	Achaium,Ase le Zhimo,Assais-les-Jumeaux,Asse-le-Zhumo,Асе ле Жимо,Ассе-ле-Жумо		FR	75	79	793	79016	781	Europe/Paris
6617700	La Crèche	la-creche	La Creche,La Crèche		FR	75	79	792	79048	5576	Europe/Paris
6617702	Champdeniers	champdeniers	Champdeniers		FR	75	79	793	79066	1632	Europe/Paris
6617703	La Chapelle-Bâton	la-chapelle-baton	La Chapelle-Baton,La Chapelle-Bâton		FR	75	79	793	79070	400	Europe/Paris
6617704	Plaine-d'Argenson	plaine-d-argenson			FR	75	79	792	79078	976	Europe/Paris
6617705	Fontenille-Saint-Martin-d'Entraigues	fontenille-saint-martin-d-entraigues	Fontenille-Saint-Martin-d'Entraigues		FR	75	79	792	79122	553	Europe/Paris
6617706	Geay	geay	Geay		FR	75	79	791	79131	319	Europe/Paris
6617707	Germond-Rouvre	germond-rouvre	Germond-Rouvre,Zhermon Ruvr,Zhermon-Ruvr,Жермон Рувр,Жермон-Рувр		FR	75	79	792	79133	1171	Europe/Paris
6617708	Alloinay	alloinay	Alloinay		FR	75	79	792	79136	868	Europe/Paris
6617709	Granzay-Gript	granzay-gript	Granzay-Gript		FR	75	79	792	79137	905	Europe/Paris
6617710	Mairé-Levescault	maire-levescault	Maire-Levescault,Mairé-Levescault		FR	75	79	792	79163	546	Europe/Paris
6617711	Nueil-les-Aubiers	nueil-les-aubiers			FR	75	79	791	79195	5568	Europe/Paris
6617714	Saint-Coutant	saint-coutant	Saint-Coutant,Sanctus Constantius,Sen-Kutan,Сен-Кутан,سینٹ-کوتانٹ، ڈےش-سورس		FR	75	79	792	79243	286	Europe/Paris
6617715	Sainte-Gemme	sainte-gemme	Sainte-Gemme		FR	75	79	791	79250	401	Europe/Paris
6617717	Saint-Loup-Lamairé	saint-loup-lamaire	Saint-Loup-Lamaire,Saint-Loup-Lamairé		FR	75	79	793	79268	978	Europe/Paris
6617718	Saint-Marc-la-Lande	saint-marc-la-lande	Saint-Marc-la-Lande		FR	75	79	793	79271	360	Europe/Paris
6617720	Salles	salles	Salles		FR	75	79	792	79303	333	Europe/Paris
6617722	Surin	surin	Surin		FR	75	79	793	79320	663	Europe/Paris
6617723	Val-du-Mignon	val-du-mignon	Jusso,Ussellum,Val-du-Mignon,Юссо		FR	75	79	792	79334	1108	Europe/Paris
6617724	Ablaincourt-Pressoir	ablaincourt-pressoir	Ablaincourt-Pressoir		FR	32	80	804	80002	269	Europe/Paris
6617725	Armancourt	armancourt	Armancourt,Armankur,a er mang ku er,Арманкур,阿尔芒库尔		FR	32	80	803	80027	31	Europe/Paris
6617726	Belloy-sur-Somme	belloy-sur-somme	Belloy-su-Sonme,Belloy-sur-Somme,Bellua-sjur-Somm,Beloa na Somi,suo mu he pan bei lu wa,Беллуа-сюр-Сомм,Белоа на Соми,索姆河畔贝卢瓦		FR	32	80	802	80082	754	Europe/Paris
6617727	Bermesnil	bermesnil	Bermenij,Bermesnil,Bermini,Bérmini,bei er mei ni er,Бермениј,Берменій,贝尔梅尼尔		FR	32	80	802	80084	223	Europe/Paris
6617728	Bosquel	bosquel	Bokel,Boskel',Bosquel,L'Boutchi,L’Boutchi,bo si kai lei,Бокел,Боскель,博斯凯勒		FR	32	80	802	80114	333	Europe/Paris
6617729	Bouchon	bouchon	Bouchon,Bushon,bu xiong,Бушон,布雄		FR	32	80	802	80117	152	Europe/Paris
6617730	Brie	brie	Bri,bu li,Бри,Брі,布里		FR	32	80	804	80141	334	Europe/Paris
6617731	Bus-lès-Artois	bus-les-artois	Bus-les-Artois,Bus-lès-Artois		FR	32	80	804	80153	135	Europe/Paris
6617732	Cerisy	cerisy	Cerisy		FR	32	80	802	80184	529	Europe/Paris
6617733	Crouy-Saint-Pierre	crouy-saint-pierre	Crouy-Saint-Pierre,Kru Sen Pjer,Krui-Sen-Perr,ke lu yi sheng pi ai er,Кру Сен Пјер,Круї-Сен-Пєрр,克鲁伊圣皮埃尔		FR	32	80	802	80229	338	Europe/Paris
6617734	Dancourt-Popincourt	dancourt-popincourt	Dankur Popenkur,Dankur-Popenkur,dang ku er bo pan ku er,Данкур Попенкур,Данкур-Попенкур,当库尔波潘库尔		FR	32	80	803	80233	152	Europe/Paris
6617735	Dompierre-Becquincourt	dompierre-becquincourt	Dompierre-Becquincourt		FR	32	80	804	80247	703	Europe/Paris
6617736	Équennes-Éramecourt	equennes-eramecourt			FR	32	80	802	80276	299	Europe/Paris
6617737	Erches	erches	Erche,Ersh,ai er shen,Èrche,Ерш,埃尔什		FR	32	80	803	80278	186	Europe/Paris
6617738	Faverolles	faverolles	Favrol',Favrole,fa wo luo lei,Фавроль,法沃罗勒		FR	32	80	803	80302	157	Europe/Paris
6617739	Fonches-Fonchette	fonches-fonchette	Fonches-Fonchette		FR	32	80	803	80322	163	Europe/Paris
6617740	Framerville-Rainecourt	framerville-rainecourt	Framervil Renkur,Framervil'-Renekur,Framerville-Rainecourt,Franmerville-Rainecourt,Franmèrville-Rainecourt,fu la mei er wei er-lai ne ku er,Фрамервил Ренкур,Фрамервіль-Ренекур,弗拉梅尔维尔-赖讷库尔		FR	32	80	804	80342	462	Europe/Paris
6617741	Frettemeule	frettemeule	Frettemeule		FR	32	80	801	80362	320	Europe/Paris
6617742	Hescamps	hescamps	Eskam,Hecamp,Hescamps,Hécamp,ai si kang,Ескам,埃斯康		FR	32	80	802	80436	520	Europe/Paris
6617743	Hornoy-le-Bourg	hornoy-le-bourg	Hornoy-le-Bourg		FR	32	80	802	80443	1671	Europe/Paris
6617744	Lachapelle	lachapelle	La Chapelle-sous-Poix,Lachapelle		FR	32	80	802	80455	81	Europe/Paris
6617745	Lafresguimont-Saint-Martin	lafresguimont-saint-martin	Lafresguimont-Saint-Martin		FR	32	80	802	80456	545	Europe/Paris
6617746	Lamotte-Warfusée	lamotte-warfusee			FR	32	80	802	80463	704	Europe/Paris
6617747	Lignières	lignieres	Lignieres,Lignières		FR	32	80	803	80478	132	Europe/Paris
6617748	Longueval	longueval	Longueval		FR	32	80	804	80490	276	Europe/Paris
6617749	Marestmontiers	marestmontiers			FR	32	80	803	80511	113	Europe/Paris
6617750	Maucourt	maucourt	Mokur,Moucourt,mo ku er,Мокур,莫库尔		FR	32	80	804	80520	180	Europe/Paris
6617751	Méréaucourt	mereaucourt	Mereaucourt,Méréaucourt		FR	32	80	802	80528	6	Europe/Paris
6617752	Molliens-Dreuil	molliens-dreuil	Molliens-Dreuil		FR	32	80	802	80554	934	Europe/Paris
6617753	Estrées-Mons	estrees-mons	Estre-Mon,Estrees-Mons,Estrées-Mons,Etre Mon,Etree-Mon,ai si te lei meng,Étrée-Mon,Естре-Мон,Етре Мон,埃斯特雷蒙		FR	32	80	804	80557	601	Europe/Paris
6617754	Montonvillers	montonvillers	Montonville,Montonvillers,Moutonvile,Moutonvilé,meng tong wei lai er,Монтонвілле,蒙通维莱尔		FR	32	80	802	80565	84	Europe/Paris
6617755	Fieffes-Montrelet	fieffes-montrelet	Feff-Monrele,Fiefe-Monterlet,Fieffes-Montrelet,Fièfe-Montèrlet,fei ye fu meng lei lai,Фєфф-Монреле,菲耶弗蒙勒莱		FR	32	80	802	80566	320	Europe/Paris
6617756	Nampont	nampont	Nampont		FR	32	80	801	80580	252	Europe/Paris
6617757	Namps-Maisnil	namps-maisnil	Nam-Menij,Namps-Maisnil,Neu-LMini,nan mai si ni lei,Нам-Меній,南迈斯尼勒		FR	32	80	802	80582	991	Europe/Paris
6617759	Nouvion	nouvion	Nouvion		FR	32	80	801	80598	1318	Europe/Paris
6617760	Oust-Marest	oust-marest	Oust-Marest		FR	32	80	801	80613	629	Europe/Paris
6617761	Parvillers-le-Quesnoy	parvillers-le-quesnoy	Parvile-chQuenoe,Parville-le-Kenua,Parvillers-le-Quesnoy,Parvilé-chQuénoé,pa er wei lai er-lei kai nu wa,Парвілле-ле-Кенуа,帕尔维莱尔-勒凯努瓦		FR	32	80	804	80617	234	Europe/Paris
6617762	Piennes-Onvillers	piennes-onvillers			FR	32	80	803	80623	364	Europe/Paris
6617763	Poix-de-Picardie	poix-de-picardie	Poe-dPicardie,Poé-dPicardie,Pua-de-Pikardi,pi ka di de qu pu wa,Пуа-де-Пикарди,Пуа-де-Пікарді,皮卡第地区普瓦		FR	32	80	802	80630	2406	Europe/Paris
6617764	Ribemont-sur-Ancre	ribemont-sur-ancre	Ribemont-sur-Ancre		FR	32	80	802	80672	667	Europe/Paris
6617765	Saint-Quentin-la-Motte-Croix-au-Bailly	saint-quentin-la-motte-croix-au-bailly	Saint-Quentin-la-Motte-Croix-au-Bailly		FR	32	80	801	80714	1291	Europe/Paris
6617766	Saint-Vaast-en-Chaussée	saint-vaast-en-chaussee			FR	32	80	802	80722	499	Europe/Paris
6617767	Sorel	sorel	Sorel		FR	32	80	804	80737	163	Europe/Paris
6617768	Tailly	tailly	Tai,Tailly,ta yi,Таї,塔伊		FR	32	80	802	80744	59	Europe/Paris
6618206	Le Puch	le-puch	Le Puch		FR	76	09	091	09237	29	Europe/Paris
6617769	Vers-sur-Selle	vers-sur-selle	Ver-sjur-Sel',Ver-su-Selle,Vers-sur-Selle,Vèr-su-Selle,sai lei he pan wei er,Вер-сюр-Сель,塞勒河畔韦尔		FR	32	80	802	80791	728	Europe/Paris
6617770	Vraignes-en-Vermandois	vraignes-en-vermandois	Vraignes-en-Vermandois		FR	32	80	804	80812	144	Europe/Paris
6617771	Andouque	andouque	Andouque		FR	76	81	811	81013	398	Europe/Paris
6617772	Aussac	aussac	Aussac		FR	76	81	811	81020	259	Europe/Paris
6617773	Bournazel	bournazel	Bournazel		FR	76	81	811	81035	179	Europe/Paris
6617774	Brassac	brassac	Bracac,Brasak,Brassac,Brassak,Braçac,bu la sa ke ke,Брасак,Брассак,布拉萨克克		FR	76	81	812	81037	1281	Europe/Paris
6617775	Cambon-lès-Lavaur	cambon-les-lavaur	Cambon-les-Lavaur,Cambon-lès-Lavaur		FR	76	81	812	81050	335	Europe/Paris
6617776	Campagnac	campagnac	Campagnac		FR	76	81	811	81056	152	Europe/Paris
6617777	Crespin	crespin	Crespin		FR	76	81	811	81072	129	Europe/Paris
6617778	Durfort	durfort	Durfort		FR	76	81	812	81083	252	Europe/Paris
6617779	Faussergues	faussergues	Faussergues		FR	76	81	811	81089	145	Europe/Paris
6617781	Fraissines	fraissines			FR	76	81	811	81094	92	Europe/Paris
6617782	Lacougotte-Cadoul	lacougotte-cadoul			FR	76	81	812	81126	172	Europe/Paris
6617783	Lamontélarié	lamontelarie	Lamontelarie,Lamontélarié		FR	76	81	812	81134	74	Europe/Paris
6617784	Larroque	larroque	Larroque		FR	76	81	811	81136	163	Europe/Paris
6617785	Lasfaillades	lasfaillades	Lasfaillades		FR	76	81	812	81137	78	Europe/Paris
6617786	Livers-Cazelles	livers-cazelles			FR	76	81	811	81146	222	Europe/Paris
6617788	Montauriol	montauriol	Montauriol		FR	76	81	811	81172	47	Europe/Paris
6617789	Montcabrier	montcabrier	Montcabrier		FR	76	81	812	81173	293	Europe/Paris
6617790	Montgaillard	montgaillard	Montgaillard		FR	76	81	811	81178	387	Europe/Paris
6617791	Montrosier	montrosier	Montrosier		FR	76	81	811	81184	31	Europe/Paris
6617792	Puygouzon	puygouzon	Puygouzon		FR	76	81	811	81218	3417	Europe/Paris
6617793	Saint-Affrique-les-Montagnes	saint-affrique-les-montagnes	Saint-Affrique-les-Montagnes		FR	76	81	812	81235	736	Europe/Paris
6617794	Saint-Agnan	saint-agnan	Saint-Agnan		FR	76	81	812	81236	232	Europe/Paris
6617795	Saint-André	saint-andre	Saint-Andre,Saint-André		FR	76	81	811	81240	97	Europe/Paris
6617797	Saint-Marcel-Campes	saint-marcel-campes	Saint-Marcel-Campes,Sen-Marsel'-Kamp,Sent Marcel e Campas,Sent Marcèl e Campas,sheng ma er se kang po,Сен-Марсель-Камп,سینٹ-مارسیل-کمپس,圣马尔瑟康珀		FR	76	81	811	81262	208	Europe/Paris
6617798	Saint-Salvi-de-Carcavès	saint-salvi-de-carcaves	Saint-Salvi-de-Carcaves,Saint-Salvi-de-Carcavès		FR	76	81	812	81268	72	Europe/Paris
6617799	Saint-Sulpice-la-Pointe	saint-sulpice-la-pointe	Saint-Sulpice-la-Pointe		FR	76	81	812	81271	8934	Europe/Paris
6617800	Sauveterre	sauveterre	Sauvaterra,Sauvatèrra,Sauveterre,Sovter,Sovterr,Совтер,Совтерр		FR	76	81	812	81278	168	Europe/Paris
6617801	Le Ségur	le-segur	Le Segur,Le Ségur		FR	76	81	811	81280	255	Europe/Paris
6617802	Le Sequestre	le-sequestre			FR	76	81	811	81284	1755	Europe/Paris
6617803	Souel	souel	Souel		FR	76	81	811	81290	171	Europe/Paris
6617805	Le Verdier	le-verdier	Le Verdier		FR	76	81	811	81313	221	Europe/Paris
6617806	Vielmur-sur-Agout	vielmur-sur-agout	Vielmur-sur-Agout		FR	76	81	812	81315	1488	Europe/Paris
6617807	Castelferrus	castelferrus	Castelferrus		FR	76	82	821	82030	467	Europe/Paris
6617808	Cazals	cazals			FR	76	82	822	82041	221	Europe/Paris
6617809	Durfort-Lacapelette	durfort-lacapelette	Durfort-Lacapelette		FR	76	82	821	82051	860	Europe/Paris
6617810	Gasques	gasques			FR	76	82	821	82065	413	Europe/Paris
6617811	L'Honor-de-Cos	l-honor-de-cos	L'Honor-de-Cos		FR	76	82	822	82076	1568	Europe/Paris
6617812	Labarthe	labarthe	Labarthe		FR	76	82	822	82077	388	Europe/Paris
6617813	La Ville-Dieu-du-Temple	la-ville-dieu-du-temple	La Ville-Dieu-du-Temple		FR	76	82	822	82096	3189	Europe/Paris
6617814	Marignac	marignac			FR	76	82	821	82103	114	Europe/Paris
6617816	Montjoi	montjoi	Montjoi		FR	76	82	821	82130	164	Europe/Paris
6617817	Puygaillard-de-Lomagne	puygaillard-de-lomagne	Puygaillard-de-Lomagne		FR	76	82	821	82146	73	Europe/Paris
6617818	Saint-Antonin-Noble-Val	saint-antonin-noble-val			FR	76	82	822	82155	1858	Europe/Paris
6617819	Saint-Cirq	saint-cirq	Saint-Cirq		FR	76	82	822	82159	544	Europe/Paris
6617820	Saint-Vincent-Lespinasse	saint-vincent-lespinasse	Saint-Vincent-Lespinasse		FR	76	82	821	82175	249	Europe/Paris
6617821	Varennes	varennes	Varennes		FR	76	82	822	82188	570	Europe/Paris
6617822	Les Adrets-de-l'Estérel	les-adrets-de-l-esterel			FR	93	83	831	83001	2745	Europe/Paris
6617823	Baudinard-sur-Verdon	baudinard-sur-verdon	Baudinard,Baudinard-sur-Verdon		FR	93	83	833	83014	223	Europe/Paris
6617824	Le Castellet	le-castellet	Castellet,Kastele,Le-Kastelle,Lo Castelet,lai ka si tai lai,Кастеле,Ле-Кастелле,莱卡斯泰莱		FR	93	83	832	83035	3875	Europe/Paris
6617825	La Garde	la-garde	La Gar,La Garda,La Garde,La Gardia de Tolon,La Gàrdia de Tolon,La-Gard,la jia er de,lagaleudeu,lgrd  wr,Ла Гар,Ла-Гард,لا گاردے، وار,لگرد، ور,ラ・ギャルド,拉加爾德,라가르드		FR	93	83	832	83062	25236	Europe/Paris
6617826	Plan-d'Aups-Sainte-Baume	plan-d-aups-sainte-baume	Plan-d'Aups-Sainte-Baume		FR	93	83	833	83093	2113	Europe/Paris
6617827	Saint-Julien	saint-julien	Saint-Julien,Sant Julian lo Montanhier,Sen-Zhjul'en,Sen-Zhul'en,Сен-Жульєн,Сен-Жюльен,سینٹ-جلیں ، ور		FR	93	83	833	83113	2413	Europe/Paris
6617828	Six-Fours-les-Plages	six-fours-les-plages	Six-Fours-les-Plages		FR	93	83	832	83129	33250	Europe/Paris
6617829	Tourrettes	tourrettes	Torretas,Tourrettes,Turret,Turrett,tu er lei te,Туррет,Турретт,图尔雷特		FR	93	83	831	83138	2898	Europe/Paris
6617830	Rayol-Canadel-sur-Mer	rayol-canadel-sur-mer	Rayol-Canadel-sur-Mer		FR	93	83	831	83152	717	Europe/Paris
6617831	Saint-Antonin-du-Var	saint-antonin-du-var	Saint-Antonin-du-Var		FR	93	83	831	83154	744	Europe/Paris
6617832	Auribeau	auribeau			FR	93	84	841	84006	72	Europe/Paris
6617833	Entraigues-sur-la-Sorgue	entraigues-sur-la-sorgue	Entraigues-sur-la-Sorgue		FR	93	84	842	84043	8396	Europe/Paris
6617834	Mirabeau	mirabeau	Mirabeau,Mirabeu,Mirabo,Mirabèu,mi la bo,mirabo,Мирабо,Мірабо,ミラボー,米拉博		FR	93	84	841	84076	1253	Europe/Paris
6617835	Saint-Hippolyte-le-Graveyron	saint-hippolyte-le-graveyron			FR	93	84	843	84109	183	Europe/Paris
6617836	Saint-Saturnin-lès-Apt	saint-saturnin-les-apt	Saint-Saturnin-les-Apt,Saint-Saturnin-lès-Apt		FR	93	84	841	84118	2766	Europe/Paris
6617837	Sault	sault	Sault,Saut,So,suo cun,Со,索村		FR	93	84	843	84123	1372	Europe/Paris
6617838	Vitrolles-en-Lubéron	vitrolles-en-luberon	Vitrolles-en-Luberon,Vitrolles-en-Lubéron		FR	93	84	841	84151	182	Europe/Paris
6617839	Beaufou	beaufou	Beaufou,Bofu,bo fu,Бофу,博富		FR	52	85	852	85015	1505	Europe/Paris
6617840	La Caillère-Saint-Hilaire	la-caillere-saint-hilaire	La Caillere-Saint-Hilaire,La Caillère-Saint-Hilaire		FR	52	85	851	85040	1114	Europe/Paris
6617841	Cezais	cezais	Cezais		FR	52	85	851	85041	301	Europe/Paris
6617843	Foussais-Payré	foussais-payre	Fuse Per,Fusse-Pere,fu sai pei lei,Фусе Пер,Фуссе-Пере,富赛佩勒		FR	52	85	851	85094	1114	Europe/Paris
6617844	L'Île-d'Yeu	l-ile-d-yeu	L'Ile-d'Yeu,L'Île-d'Yeu		FR	52	85	853	85113	4789	Europe/Paris
6617845	Longeville-sur-Mer	longeville-sur-mer	Longeville-sur-Mer		FR	52	85	853	85127	2495	Europe/Paris
6617846	Les Magnils-Reigniers	les-magnils-reigniers	Les Magnils-Reigniers		FR	52	85	851	85131	1618	Europe/Paris
6617847	Maillé	maille	Mae,Maille,Maillé,mai lei,Має,迈勒		FR	52	85	851	85132	765	Europe/Paris
6617848	Mareuil-sur-Lay-Dissais	mareuil-sur-lay-dissais	Marej-sjur-Le-Disse,Mareuil-sur-Lay-Dissais,lai-di sai he pan ma lei yi,Марей-сюр-Ле-Діссе,莱-迪赛河畔马勒伊		FR	52	85	851	85135	2823	Europe/Paris
6617850	Moutiers-les-Mauxfaits	moutiers-les-mauxfaits	Moutiers-les-Mauxfaits,Mut'e-le-Mofe,mu di ye er lei mo fei te,Мутьє-ле-Мофе,穆蒂耶尔勒莫费特		FR	52	85	853	85156	2121	Europe/Paris
6617851	Mouzeuil-Saint-Martin	mouzeuil-saint-martin	Mouzeuil-Saint-Martin,Muzej-Sen-Marten,mu ze yi sheng ma er tan,Музей-Сен-Мартен,穆泽伊圣马尔坦		FR	52	85	851	85158	1233	Europe/Paris
6617852	Poiroux	poiroux	Puaru,pu wa lu,Пуару,普瓦鲁		FR	52	85	853	85179	1082	Europe/Paris
6617853	Saint-Juire-Champgillon	saint-juire-champgillon	Sen-Zhuir-Shamzhijon,sheng rui yi lei shang pu ji long,Сен-Жуїр-Шамжійон,سینٹ-جوڑے-چمپگلوں,圣瑞伊勒尚普吉隆		FR	52	85	851	85235	404	Europe/Paris
6617854	Brem-sur-Mer	brem-sur-mer	Brem-sur-Mer		FR	52	85	853	85243	2659	Europe/Paris
6617855	Saint-Martin-Lars-en-Sainte-Hermine	saint-martin-lars-en-sainte-hermine			FR	52	85	851	85248	409	Europe/Paris
6617856	Saint-Mathurin	saint-mathurin	Saint-Mathurin,Sen-Matjuren,sheng ma di lan,Сен-Матюрен,سینٹ-مطہریں,圣马蒂兰		FR	52	85	853	85250	2245	Europe/Paris
6617857	Saint-Sigismond	saint-sigismond	Saint-Sigismond		FR	52	85	851	85269	400	Europe/Paris
6617858	Le Tablier	le-tablier			FR	52	85	852	85285	747	Europe/Paris
6617859	Talmont-Saint-Hilaire	talmont-saint-hilaire	Talmont-Saint-Hilaire		FR	52	85	853	85288	7510	Europe/Paris
6617860	Angliers	angliers	Anglariae,Anglie,Anglije,ang ge li ye er,Англије,Англіє,昂格利耶尔		FR	75	86	861	86005	637	Europe/Paris
6617861	Availles-en-Châtellerault	availles-en-chatellerault	Availles-en-Chatellerault,Availles-en-Châtellerault		FR	75	86	861	86014	1766	Europe/Paris
6617862	Chalais	chalais	Chalais,Shale,sha lai,Шале,沙莱		FR	75	86	861	86049	518	Europe/Paris
6617863	Champniers	champniers	Champniers,Shamn'e,Shanijer,shang pu nie er,Шамньє,Шанијер,尚普涅尔		FR	75	86	862	86054	350	Europe/Paris
6617864	Chapelle-Viviers	chapelle-viviers	Chapelle-Viviers,Shapel Vivjer,Shapel'-Vive,sha pei lei wei wei ye er,Шапел Вивјер,Шапель-Вівє,沙佩勒维维耶尔		FR	75	86	862	86059	551	Europe/Paris
6617865	La Roche-Rigault	la-roche-rigault	La Roche-Rigault		FR	75	86	861	86079	549	Europe/Paris
6617866	Coulonges	coulonges	Colonjas,Coulonges,Kulonzh,ku long re,Кулонж,库隆热		FR	75	86	862	86084	239	Europe/Paris
6617867	Curçay-sur-Dive	curcay-sur-dive	Curcay-sur-Dive,Curçay-sur-Dive		FR	75	86	861	86090	212	Europe/Paris
6617868	Dangé-Saint-Romain	dange-saint-romain	Dange-Saint-Romain,Dangé-Saint-Romain		FR	75	86	861	86092	3007	Europe/Paris
6617869	Dercé	derce	Derce,Dercé		FR	75	86	861	86093	154	Europe/Paris
6617870	Genouillé	genouille	Genouille,Genouillé,Zhenue,gang wu yi lei,Женує,冈乌伊勒		FR	75	86	862	86104	519	Europe/Paris
6617871	Lathus-Saint-Rémy	lathus-saint-remy	Lathus,Lathus-Saint-Remy,Lathus-Saint-Rémy		FR	75	86	862	86120	1214	Europe/Paris
6617872	Moussac	moussac			FR	75	86	862	86171	442	Europe/Paris
6617873	Quinçay	quincay	Quincay,Quinçay		FR	75	86	863	86204	2218	Europe/Paris
6617874	Raslay	raslay			FR	75	86	861	86206	127	Europe/Paris
6617875	Saint-Gaudent	saint-gaudent	Saint-Gaudent		FR	75	86	862	86220	308	Europe/Paris
6617876	Valdivienne	valdivienne			FR	75	86	862	86233	2748	Europe/Paris
6617877	Saint-Pierre-d'Exideuil	saint-pierre-d-exideuil	Saint-Pierre-d'Exideuil		FR	75	86	862	86237	741	Europe/Paris
6617878	Saint-Romain	saint-romain	Saint-Romain		FR	75	86	862	86242	397	Europe/Paris
6617879	Azat-le-Ris	azat-le-ris	Asac,Asac le Riu,Asac le Ríu,Asac lo Riu,Aza le Ri,Aza-le-Ri,Azat-le-Ris,Aziacum,a zha lei li,Аза ле Ри,Аза-ле-Ри,Аза-ле-Рі,阿扎勒里		FR	75	87	871	87006	260	Europe/Paris
6617880	Beaumont-du-Lac	beaumont-du-lac	Beaumont-du-Lac		FR	75	87	872	87009	149	Europe/Paris
6617882	Bosmie-l'Aiguille	bosmie-l-aiguille	Bosmie-l'Aiguille		FR	75	87	872	87021	2571	Europe/Paris
6617883	Le Chalard	le-chalard	Le Chalard		FR	75	87	872	87031	321	Europe/Paris
6617884	Cognac-la-Forêt	cognac-la-foret	Cognac-la-Foret,Cognac-la-Forêt		FR	75	87	873	87046	1184	Europe/Paris
6617885	Cussac	cussac	Cucac,Cussac,Cuçac,Kisak,Kjussak,qu sa ke,Кисак,Кюссак,屈萨克		FR	75	87	873	87054	1246	Europe/Paris
6617886	Saint-Paul	saint-paul	Saint-Paul,Sen-Pol',Sent Paul,sheng bao luo,Сен-Поль,سینٹ-پال، ہوتے-وینے,圣保罗		FR	75	87	872	87174	1241	Europe/Paris
6617887	Ban-de-Sapt	ban-de-sapt	Ban-de-Sapt		FR	44	88	883	88033	349	Europe/Paris
6617888	Bois-de-Champ	bois-de-champ	Boa de Shan,Bois-de-Champ,Bua-de-Sham,bu wa de shang,Боа де Шан,Буа-де-Шам,布瓦德尚		FR	44	88	883	88064	114	Europe/Paris
6618437	Beaulencourt	beaulencourt			FR	32	62	621	62093	237	Europe/Paris
6617889	Bonvillet	bonvillet	Bonvillet		FR	44	88	882	88065	312	Europe/Paris
6617890	La Chapelle-devant-Bruyères	la-chapelle-devant-bruyeres	Chapelle-devant-Bruyeres,Chapelle-devant-Bruyères,La Chapelle-devant-Bruyeres,La Chapelle-devant-Bruyères,La-Shapel'-devan-Brjuer,Shapel devan Brijer,la sha pei lei de wang bu lu yi ai lei,Ла-Шапель-деван-Брюер,Ла-Шапель-деван-Брюєр,Шапел деван Бријер,لا شاپیل-ڈیوانٹ-بروییریس,拉沙佩勒德旺布吕伊埃雷		FR	44	88	883	88089	586	Europe/Paris
6617891	Circourt-sur-Mouzon	circourt-sur-mouzon	Circourt-sur-Mouzon		FR	44	88	882	88104	189	Europe/Paris
6617892	Cleurie	cleurie			FR	44	88	881	88109	656	Europe/Paris
6617893	Frizon	frizon	Frizon,fu li zong,Фризон,弗里宗		FR	44	88	881	88190	510	Europe/Paris
6617894	Gerbamont	gerbamont	Gerbamont,Zherbamon,re er ba meng,Жербамон,热尔巴蒙		FR	44	88	881	88197	367	Europe/Paris
6617895	La Grande-Fosse	la-grande-fosse	La Grande-Fosse,La-Grand-Foss,la ge lang de fu sai,la grandy-fwsy,Ла-Гранд-Фосс,لا گراندی-فوسی,拉格朗德福塞		FR	44	88	883	88213	123	Europe/Paris
6617896	Hagnéville-et-Roncourt	hagneville-et-roncourt	An'evil'-e-Ronkur,Anevil et Ronkur,Hagneville-et-Roncourt,Hagnéville-et-Roncourt,a ge wei er he long ku er,Аньевиль-е-Ронкур,Аньєвіль-е-Ронкур,Ањевил ет Ронкур,阿格维尔和龙库尔		FR	44	88	882	88227	88	Europe/Paris
6617897	Lépanges-sur-Vologne	lepanges-sur-vologne	Lepanzh-sjur-Volon',wo luo ge he pan lai pang re,Лепанж-сюр-Волонь,沃洛格河畔莱庞热		FR	44	88	881	88266	875	Europe/Paris
6617898	Madonne-et-Lamerey	madonne-et-lamerey	Madonn-e-Lamere,Madonne-et-Lamerey,ma duo na he la mo lei,Мадонн-е-Ламере,میڈونی-اے-لامیریی,马多纳和拉默雷		FR	44	88	881	88281	391	Europe/Paris
6617899	Moncel-sur-Vair	moncel-sur-vair	Moncel-sur-Vair		FR	44	88	882	88305	204	Europe/Paris
6617900	Moussey	moussey	Musse,mu sai,Муссе,穆塞		FR	44	88	883	88317	638	Europe/Paris
6617901	La Petite-Fosse	la-petite-fosse	La-Petit-Foss,la pei di te fu si,Ла-Петит-Фосс,Ла-Петіт-Фосс,لا پیٹیٹی-فوسے,拉佩蒂特福斯		FR	44	88	883	88345	80	Europe/Paris
6617902	Remomeix	remomeix	Remomeix		FR	44	88	883	88386	483	Europe/Paris
6617903	Renauvoid	renauvoid	Renauvoid,Renovua,lei nuo wa,Реновуа,雷诺瓦		FR	44	88	881	88388	116	Europe/Paris
6617904	Sainte-Barbe	sainte-barbe			FR	44	88	881	88410	281	Europe/Paris
6617905	Sainte-Marguerite	sainte-marguerite	Sainte-Marguerite,Sent-Margerit,sang te ma er ju ai li te,Сент-Маргерит,سین-مرگیرٹے، ووسگس,桑特马尔居埃里特		FR	44	88	883	88424	2322	Europe/Paris
6617906	Saint-Remy	saint-remy	Saint-Remy		FR	44	88	883	88435	518	Europe/Paris
6617907	Soulosse-sous-Saint-Élophe	soulosse-sous-saint-elophe	Soulosse-sous-Saint-Elophe,Soulosse-sous-Saint-Élophe		FR	44	88	882	88460	644	Europe/Paris
6617908	La Vacheresse-et-la-Rouillie	la-vacheresse-et-la-rouillie			FR	44	88	882	88485	129	Europe/Paris
6617909	Les Vallois	les-vallois	Les Vallois		FR	44	88	882	88491	120	Europe/Paris
6617910	Vomécourt	vomecourt	Vomecourt,Vomécourt		FR	44	88	881	88521	286	Europe/Paris
6617911	Vomécourt-sur-Madon	vomecourt-sur-madon	Vomecourt-sur-Madon,Vomécourt-sur-Madon		FR	44	88	881	88522	69	Europe/Paris
6617912	Arces-Dilo	arces-dilo	Arces-Dilo,Ark Dilo,Ars-Dijo,a er sai di luo,Арк Дило,Арс-Дийо,Арс-Дійо,阿尔塞迪洛		FR	27	89	893	89014	616	Europe/Paris
6617913	Athie	athie	Athie,Ati,a di ye,Ати,Аті,阿蒂耶		FR	27	89	892	89022	138	Europe/Paris
6617914	Beugnon	beugnon	Ben'on,Benon,Beugnon,bo ni weng,Беньон,Бењон,伯尼翁		FR	27	89	891	89041	314	Europe/Paris
6617915	Bussières	bussieres	Bisjer,Bjus'er,Bussieres,Bussières,bi xi ai,Бисјер,Бюсьер,Бюсьєр,比西埃		FR	27	89	892	89058	127	Europe/Paris
6617916	Champigny	champigny	Champigny,Shampin'i,Shampini,shang pi ni,Шампиньи,Шампињи,Шампіньї,尚皮尼		FR	27	89	893	89074	2283	Europe/Paris
6617917	Champs-sur-Yonne	champs-sur-yonne	Champs-sur-Yonne,Sham-sjur-Ionn,Shan sir Jon,yue ne he pan shang pu,Шам-сюр-Іонн,Шам-сюр-Ионн,Шан сир Јон,约讷河畔尚普		FR	27	89	891	89077	1558	Europe/Paris
6617918	Flogny-la-Chapelle	flogny-la-chapelle	Flogny-la-Chapelle,Flon'i-la-Shapel',fu luo ni la sha pei lei,Флоньи-ла-Шапель,Флоньї-ла-Шапель,弗洛尼拉沙佩勒		FR	27	89	892	89169	1032	Europe/Paris
6617919	Fresnes	fresnes	Fren,Fresnes,Френ		FR	27	89	892	89183	65	Europe/Paris
6617920	Jouancy	jouancy			FR	27	89	892	89207	23	Europe/Paris
6617921	Montacher-Villegardin	montacher-villegardin	Montacher-Villegardin,Montashe-Vil'garden,meng ta she wei er jia er dan,Монташе-Вильгарден,Монташе-Вільгарден,蒙塔舍维尔加尔丹		FR	27	89	893	89264	768	Europe/Paris
6617922	Moutiers-en-Puisaye	moutiers-en-puisaye	Moutiers-en-Puisaye,Mut'e-an-Pjuize,pi yi sai de qu mu di ye er,Мутье-ан-Пюизе,Мутьє-ан-Пюїзе,皮伊赛地区穆蒂耶尔		FR	27	89	891	89273	288	Europe/Paris
6617923	Nuits	nuits	Njui,ni yi,Нюи,Нюї,尼伊		FR	27	89	892	89280	402	Europe/Paris
6617924	Passy	passy	Passi,Passy,pa xi,Пасси,Пассі,帕西		FR	27	89	893	89291	341	Europe/Paris
6617925	Perrigny	perrigny	Perrigny,Perrin'i,pei er li ni,Перриньи,Перриньї,佩尔里尼		FR	27	89	891	89295	1279	Europe/Paris
6617926	Quincerot	quincerot	Quincerot		FR	27	89	892	89320	58	Europe/Paris
6617927	Rogny-les-Sept-Écluses	rogny-les-sept-ecluses	Rogny-les-Sept-Ecluses,Rogny-les-Sept-Écluses		FR	27	89	891	89324	683	Europe/Paris
6617928	Saint-Agnan	saint-agnan	Saint-Agnan,Sent-An'jan,sheng a ni ang,Сент-Аньян,سینٹ-اگنان، یونے,圣阿尼昂		FR	27	89	893	89332	952	Europe/Paris
6617929	Saint-Maurice-aux-Riches-Hommes	saint-maurice-aux-riches-hommes	Saint-Maurice-aux-Riches-Hommes,Sen-Moris-o-Rish-Omm,sheng mo li si ao li she ao mei,Сен-Морис-о-Риш-Омм,سینٹ-موریس-آ-رکھس-ہوممس,圣莫里斯奥里舍奥梅		FR	27	89	893	89359	418	Europe/Paris
6617930	Sarry	sarry	Sarri,Sarry,sa er li,Сарри,Саррі,萨尔里		FR	27	89	892	89376	161	Europe/Paris
6617931	Thorey	thorey	Thorey,Tore,tuo lei,Торе,托雷		FR	27	89	892	89413	31	Europe/Paris
6617932	Thory	thory	Thory,Tori,tuo li,Тори,Торі,托里		FR	27	89	892	89415	205	Europe/Paris
6617933	Thury	thury	Thury,Tjuri,di li,Тюри,Тюрі,蒂里		FR	27	89	891	89416	441	Europe/Paris
6617934	Treigny-Perreuse-Sainte-Colombe	treigny-perreuse-sainte-colombe	Treigny-Perreuse-Sainte-Colombe,Tren'i,Trevignum,te lei ni,Треньи,Треньї,特雷尼		FR	27	89	891	89420	1007	Europe/Paris
6617936	Perceneige	perceneige	Perceneige		FR	27	89	893	89469	952	Europe/Paris
6617937	Courcelles	courcelles	Courcelles,Kursel',ku er sai lai,Курсель,库尔塞莱		FR	27	90	901	90027	127	Europe/Paris
6617938	Étueffont	etueffont	Etueffont,Étueffont		FR	27	90	901	90041	1498	Europe/Paris
6617939	Évette-Salbert	evette-salbert	Evette-Salbert,Évette-Salbert		FR	27	90	901	90042	2065	Europe/Paris
6617940	Petitefontaine	petitefontaine	Petitefontaine,Petitfonten,pei di tai feng tan,Петітфонтен,佩蒂泰丰坦		FR	27	90	901	90078	191	Europe/Paris
6617941	Petitmagny	petitmagny	Petitmagny		FR	27	90	901	90079	291	Europe/Paris
6617942	Autrechêne	autrechene	Autrechene,Autrechêne,Otreshen,ao te lei shang,Отрешен,奥特雷尚		FR	27	90	901	90082	282	Europe/Paris
6617943	Riervescemont	riervescemont	Rervessemon,Riervescemont,li ye er fu si kang weng,Рєрвессемон,里耶尔弗斯康翁		FR	27	90	901	90085	103	Europe/Paris
6617944	Trévenans	trevenans	Trevenan,Trevenans,Trévenans,te lei fu nan,trwnans,Тревенан,ترونانس,特勒弗南		FR	27	90	901	90097	1231	Europe/Paris
6617945	Ballancourt-sur-Essonne	ballancourt-sur-essonne	Ballancourt-sur-Essonne		FR	11	91	912	91045	7627	Europe/Paris
6617946	Boutigny-sur-Essonne	boutigny-sur-essonne	Boutigny-sur-Essonne		FR	11	91	911	91099	3023	Europe/Paris
6617947	Breux-Jouy	breux-jouy	Breux-Jouy		FR	11	91	911	91106	1247	Europe/Paris
6617948	Courdimanche-sur-Essonne	courdimanche-sur-essonne	Courdimanche-sur-Essonne		FR	11	91	912	91184	262	Europe/Paris
6617949	Gironville-sur-Essonne	gironville-sur-essonne	Gironville-sur-Essonne		FR	11	91	912	91273	762	Europe/Paris
6617950	Guigneville-sur-Essonne	guigneville-sur-essonne	Guigneville-sur-Essonne		FR	11	91	911	91293	968	Europe/Paris
6617951	Moigny-sur-École	moigny-sur-ecole	Moigny-sur-Ecole,Moigny-sur-École		FR	11	91	912	91408	1261	Europe/Paris
6617952	Oncy-sur-École	oncy-sur-ecole	Oncy-sur-Ecole,Oncy-sur-École		FR	11	91	912	91463	1024	Europe/Paris
6617953	Prunay-sur-Essonne	prunay-sur-essonne	Prunay-sur-Essonne		FR	11	91	912	91507	302	Europe/Paris
6617954	Congerville-Thionville	congerville-thionville	Congerville-Thionville		FR	11	91	911	91613	224	Europe/Paris
6617955	Vayres-sur-Essonne	vayres-sur-essonne			FR	11	91	911	91639	921	Europe/Paris
6617956	Pys	pys	Pys		FR	32	80	804	80648	119	Europe/Paris
6618033	Villeneuve	villeneuve	Vil'nev,Vil'njov,Vilanova,Vilanòva,Villeneuve,wei lei na fu,Вильнёв,Вільнев,维勒纳夫		FR	93	04	044	04242	4136	Europe/Paris
6618034	Sigoyer	sigoyer	Segoier,Sigoyer,Siguae,Siguaje,Сигуайе,Сігуає		FR	93	04	044	04207	105	Europe/Paris
6618035	Senez	senez	Senez		FR	93	04	042	04204	167	Europe/Paris
6618036	Saint-Jeannet	saint-jeannet	Saint-Jeannet,Sant Joanet,Sen-Zhanne,sheng rang nei,Сен-Жанне,سینٹ-جینٹ، الپس-دے-ہوتے-پروونکے,圣让内		FR	93	04	043	04181	59	Europe/Paris
6618037	Saint-Jacques	saint-jacques	Saint-Jacques,Sant Jaume,Sen-Zhak,sheng ya qu ai,Сен-Жак,سینٹ-جکقوس، الپس-دے-ہوتے-پروونکے,圣雅屈埃		FR	93	04	042	04180	71	Europe/Paris
6618038	Mirabeau	mirabeau	Mirabeau,Mirabeu,Mirabo,Mirabèu,mi la bo,Мирабо,Мірабо,米拉博		FR	93	04	043	04122	511	Europe/Paris
6618039	Lambruisse	lambruisse	Lambruisse		FR	93	04	042	04099	98	Europe/Paris
6618040	L'Hospitalet	l-hospitalet	L'Hospitalet		FR	93	04	044	04095	90	Europe/Paris
6618041	La Garde	la-garde	La Garda,La-Gard,la jia er de,Ла-Гард,拉加尔德		FR	93	04	042	04092	75	Europe/Paris
6618042	L'Escale	l-escale	L'Escale		FR	93	04	043	04079	1399	Europe/Paris
6618043	Digne-les-Bains	digne-les-bains	Digne-les-Bains		FR	93	04	043	04070	16186	Europe/Paris
6618044	Château-Arnoux-Saint-Auban	chateau-arnoux-saint-auban	Chateau-Arnoux-Saint-Auban,Château-Arnoux-Saint-Auban		FR	93	04	043	04049	5162	Europe/Paris
6618045	Le Castellet	le-castellet	Castellet,Kastele,Le Castellet,Le-Kastelle,Lo Castelet,Кастеле,Ле-Кастелле		FR	93	04	044	04041	289	Europe/Paris
6618046	Le Castellard-Mélan	le-castellard-melan	Le Castellard-Melan,Le Castellard-Mélan		FR	93	04	043	04040	64	Europe/Paris
6618047	Brunet	brunet	Brine,Brjune,Brunet,bu lu nei,Брине,Брюне,布吕内		FR	93	04	044	04035	267	Europe/Paris
6618048	Barrême	barreme	Barreme,Barrême		FR	93	04	042	04022	439	Europe/Paris
6618049	Archail	archail	Archail		FR	93	04	043	04009	15	Europe/Paris
6618050	Aiglun	aiglun	Aiglun,Eglen,Ehgljon,ai ge lan,ayglan  alps-dw-at,Еглен,Эглён,ایگلان، الپس-دو-ات,艾格兰		FR	93	04	043	04001	1412	Europe/Paris
6618051	Saint-Andéol	saint-andeol	Saint-Andeol,Saint-Andéol		FR	84	38	381	38355	123	Europe/Paris
6618052	Seyssel	seyssel	Sejsel',Sesel,Sesel',Sessel,Seyssel,Sèssél,sai sai er,seseru,syssyl,Сейсель,Сесель,Սեսել,سيسسيل,セセル,塞塞尔		FR	84	01	011	01407	997	Europe/Paris
6618053	Saint-Rémy	saint-remy	Saint-Remy,Saint-Rémy,Sen Remi,Sen-Remi,san-rymy  ayn,sheng lei mi,Сен-Реми,Сен-Ремі,Սեն Ռեմի,سان-ريمي، أين,سین-رمے، این,圣雷米		FR	84	01	012	01385	999	Europe/Paris
6618054	Saint-Jean-de-Niost	saint-jean-de-niost	Saint-Jean-de-Niost		FR	84	01	011	01361	1427	Europe/Paris
6618056	Saint-Alban	saint-alban	Saint-Alban,Sanctus Albanus,Sent Alban,Sent-Al'ban,san-alban  ayn,sheng a er bang,Сент-Альбан,Սենտ Ալբան,سان-ألبان، أين,سینٹ-البن، این,圣阿尔邦		FR	84	01	014	01331	179	Europe/Paris
6618057	Prévessin-Moëns	prevessin-moens	Prevessin-Moens,Prévessin-Moëns		FR	84	01	013	01313	7991	Europe/Paris
6618059	Pizay	pizay	Pese,Pesê,Pizay,Pize,byzay,pi ze,Пизе,Пізе,Պիզե,بيزاي,皮泽		FR	84	01	012	01297	796	Europe/Paris
6618060	Niévroz	nievroz	Nievroz,Niévroz		FR	84	01	012	01276	1577	Europe/Paris
6618061	Montmerle-sur-Saône	montmerle-sur-saone	Montmerle-sur-Saone,Montmerle-sur-Saône		FR	84	01	012	01263	3811	Europe/Paris
6618062	Montagnieu	montagnieu	Montagnieu,Montan'e,Montan'jo,Montanyo,meng ta ni e,mwntanyw,Монтаньё,Монтаньє,Մոնտանյո,مونتانيو,蒙塔尼厄		FR	84	01	011	01255	609	Europe/Paris
6618063	Bohas-Meyriat-Rignat	bohas-meyriat-rignat			FR	84	01	012	01245	895	Europe/Paris
6618064	Matafelon-Granges	matafelon-granges			FR	84	01	014	01240	645	Europe/Paris
6618065	Injoux-Génissiat	injoux-genissiat	Ehnzhu-Zhenis'ja,Enzhu-Zhenis'ja,Enzu Zenisya,Injoux-Genissiat,Injoux-Génissiat,an ru-re ni xi ya,anjw-jynyssya,Енжу-Женісья,Энжу-Женисья,Էնժու Ժենիսյա,إنجو-جينيسسيا,安茹－热尼西亚		FR	84	01	014	01189	1147	Europe/Paris
6618066	Hautecourt-Romanèche	hautecourt-romaneche	Hautecourt-Romaneche,Hautecourt-Romanèche,Hotkur Romanes,Otkur Romanesh,Otkur-Romanesh,ao te ku er-luo ma nei shen,hwtkwr-rwmanysh,Откур Романеш,Откур-Романеш,Հոտկուր Ռոմանեշ,هوتكور-رومانيش,奥特库尔－罗马内什		FR	84	01	012	01184	784	Europe/Paris
6618067	Faramans	faramans	Faraman,Faramans,fa la mang,faraman,Фараман,Ֆարաման,فارامان,法拉芒		FR	84	01	011	01156	801	Europe/Paris
6618068	Courtes	courtes	Courtes,Kurt,ku er te,kwrt,Курт,Կուրտ,كورت,库尔特		FR	84	01	012	01128	310	Europe/Paris
6618069	Condamine	condamine	Condamine,Kondamin,kong da mi en,kwndamyn,kwndamyn  an,Кондамин,Кондамін,Կոնդամին,كوندامين,کوندامین، ان,孔达米恩		FR	84	01	014	01112	414	Europe/Paris
6618070	Chevillard	chevillard	Chevillard,Seviyar,Shevijar,she wei la er,shyfylar,Шевийар,Шевијар,Шевіяр,Շևիյար,شيفيلار,舍维拉尔		FR	84	01	014	01101	153	Europe/Paris
6618071	Cheignieu-la-Balme	cheignieu-la-balme	Cheignieu-la-Balme,Senyo la Balm,Shen'e-la-Bal'm,Shen'jo-la-Bal'm,Shenije la Balm,shynyw-la-balm,xie ni e la ba er mu,Шеньё-ла-Бальм,Шеньє-ла-Бальм,Шењије ла Балм,Շենյո լա Բալմ,شينيو-لا-بالم,谢尼厄拉巴尔姆		FR	84	01	011	01100	136	Europe/Paris
6618072	Chazey-sur-Ain	chazey-sur-ain	Chazey-sur-Ain,Saze syur En,Shaze sir En,Shaze-sjur-Ehn,Shaze-sjur-En,an he pan sha ze,shazy-swr-ayn,Шазе сир Ен,Шазе-сюр-Ен,Шазе-сюр-Эн,Շազե սյուր Էն,شازي-سور-أين,安河畔沙泽		FR	84	01	011	01099	1513	Europe/Paris
6618074	Châtenay	chatenay	Chatenay,Châtenay,Satne,Shatene,Shatne,sha te nai,shatynay,Шатене,Шатне,Շատնե,شاتيناي,沙特奈		FR	84	01	012	01090	333	Europe/Paris
6618075	Charnoz-sur-Ain	charnoz-sur-ain	Charnoz-sur-Ain,Sarno syur En,Sharno sir En,Sharno-sjur-Ehn,Sharno-sjur-En,an he pan sha er nuo ci,sharnwz-swr-ayn,Шарно сир Ен,Шарно-сюр-Ен,Шарно-сюр-Эн,Շարնո սյուր Էն,شارنوز-سور-أين,安河畔沙尔诺兹		FR	84	01	011	01088	923	Europe/Paris
6618076	Champagne-en-Valromey	champagne-en-valromey	Champagne-en-Valromey,Sampan an Valrome,Shampan an Valrome,Shampan'-an-Val'rome,shamanya-awn-falrwmy,wa er luo lei de qu xiang bin,Шампань-ан-Вальроме,Шампањ ан Валроме,Շամպան ան Վալրոմե,شامانيا-أون-فالرومي,瓦尔罗雷地区香槟		FR	84	01	011	01079	825	Europe/Paris
6618077	Apremont	apremont	Apremon,Aprmon,a pu lei meng,abrymwnt,apeuleumong,aprmn  an,Апремон,Апрмон,Ապրեմոն,آپرمن، ان,أبريمونت,阿普勒蒙,아프르몽		FR	84	01	014	01011	383	Europe/Paris
6618078	Andert-et-Condon	andert-et-condon	Ander e Kondon,Ander-e-Kondon,Ander-eh-Kondon,Andert-et-Condon,Onder-e-Kondon,andyrt-ayh-kwndwn,ang de er he kong dong,Андер-е-Кондон,Андер-э-Кондон,Ондер-е-Кондон,Անդեր է Կոնդոն,آندر-اے-کندن,أنديرت-أيه-كوندون,昂德尔和孔东		FR	84	01	011	01009	336	Europe/Paris
6618079	Ambérieu-en-Bugey	amberieu-en-bugey	Amberieu-en-Bugey,Ambérieu-en-Bugey		FR	84	01	011	01004	14081	Europe/Paris
6618080	L'Abergement-de-Varey	l-abergement-de-varey			FR	84	01	011	01002	243	Europe/Paris
6618081	Villeret	villeret	Vil're,wei lei lei,wyllrt,Вильре,Вільре,ویللرت,维勒雷		FR	32	02	023	02808	302	Europe/Paris
6618082	Versigny	versigny	Versin'i,Versini,wei er xi ni,Версиньи,Версіньї,Վերսինի,韦尔西尼		FR	32	02	022	02788	472	Europe/Paris
6618083	Vadencourt	vadencourt	Vadankur,wa dang ku er,Ваданкур,Վադանկուր,瓦当库尔		FR	32	02	025	02757	548	Europe/Paris
6618084	Seraucourt-le-Grand	seraucourt-le-grand	Seraucourt-le-Grand,Serokur-le-Gran,da se luo ku er,Серокур-ле-Гран,大瑟罗库尔		FR	32	02	023	02710	774	Europe/Paris
6618085	Saint-Nicolas-aux-Bois	saint-nicolas-aux-bois	Saint-Nicolas-aux-Bois,Sen-Nikola-o-Bua,sheng ni gu la ou bu wa,Сен-Никола-о-Буа,Сен-Нікола-о-Буа,سینٹ-نکولس-آ-بوس,圣尼古拉欧布瓦		FR	32	02	022	02685	120	Europe/Paris
6618086	Rozières-sur-Crise	rozieres-sur-crise	Roz'er-sjur-Kriz,Rozieres-sur-Crise,Rozières-sur-Crise,ke li si he pan luo ji ye er,Розьер-сюр-Криз,Розьєр-сюр-Криз,克里斯河畔罗济耶尔		FR	32	02	024	02663	229	Europe/Paris
6618087	Pargny-les-Bois	pargny-les-bois	Pargny-les-Bois,Parn'i-le-Bua,pa er ni lai bu wa,Парньи-ле-Буа,Парньї-ле-Буа,帕尔尼莱布瓦		FR	32	02	022	02591	129	Europe/Paris
6618088	Pargnan	pargnan	Pargnan,Parn'jan,pa er ni ang,Парньян,帕尔尼昂		FR	32	02	022	02588	76	Europe/Paris
6618089	Oulches-la-Vallée-Foulon	oulches-la-vallee-foulon	Ul'sh-la-Valle-Fulon,wu shen la wa lai fu long,Ульш-ла-Валле-Фулон,乌什拉瓦莱富隆		FR	32	02	022	02578	89	Europe/Paris
6618090	Origny-Sainte-Benoite	origny-sainte-benoite	Origny-Sainte-Benoite,Orin'i-Sent-Benuat,ao li ni-sheng bo nu wa te,Ориньи-Сент-Бенуат,Ориньї-Сент-Бенуат,奥里尼-圣伯努瓦特		FR	32	02	023	02575	1694	Europe/Paris
6618091	Œuilly	oeuilly	OEuilly,Œuilly		FR	32	02	022	02565	290	Europe/Paris
6618092	Neuvillette	neuvillette	Neuvillette,Nevillett,Njovillet,ne wei lai te,Невіллетт,Нёвиллет,讷维莱特		FR	32	02	023	02552	187	Europe/Paris
6618093	Muscourt	muscourt	Mjuskur,Muscourt,mi si ku er,Мюскур,米斯库尔		FR	32	02	022	02534	56	Europe/Paris
6618094	Moÿ-de-l'Aisne	moy-de-l-aisne	Moy-de-l'Aisne,Moÿ-de-l'Aisne		FR	32	02	023	02532	968	Europe/Paris
6618095	Morcourt	morcourt	Morkur,mo er ku er,Моркур,莫尔库尔		FR	32	02	023	02525	574	Europe/Paris
6618096	Mâchecourt	machecourt	Mashkur,ma xie ku er,Машкур,马谢库尔		FR	32	02	022	02448	122	Europe/Paris
6618097	Lavaqueresse	lavaqueresse	Lavakres,Lavakress,Lavaqueresse,la wa ke lei si,Лавакрес,Лавакресс,拉瓦克雷斯		FR	32	02	025	02414	203	Europe/Paris
6618098	Lehaucourt	lehaucourt			FR	32	02	023	02374	886	Europe/Paris
6618099	Étreux	etreux	Ehtrjo,Etre,Etreux,ai te lei,Étreux,Етре,Этрё,埃特勒		FR	32	02	025	02298	1481	Europe/Paris
6618100	L'Épine-aux-Bois	l-epine-aux-bois	L'Epine-aux-Bois,L'Épine-aux-Bois		FR	32	02	021	02281	263	Europe/Paris
6618101	Crouy	crouy	Crouy,Kru,Krui,ke lu yi,Кру,Круи,Круї,克鲁伊		FR	32	02	024	02243	2900	Europe/Paris
6618102	Cœuvres-et-Valsery	c-uvres-et-valsery	Cœuvres-et-Valsery		FR	32	02	024	02201	439	Europe/Paris
6618103	Chérêt	cheret	Cheret,Chérêt		FR	32	02	022	02177	144	Europe/Paris
6618104	Caumont	caumont	Caumont,Komon,ke meng,Комон,科蒙		FR	32	02	022	02145	552	Europe/Paris
6618105	Breny	breny	Breny		FR	32	02	024	02121	248	Europe/Paris
6618106	Bonnesvalyn	bonnesvalyn	Bonnesvalyn,Bonnvalen,Bonvalin,bo ne wa lan,Бонвалин,Боннвален,Բոնվալին,博讷瓦兰		FR	32	02	021	02099	243	Europe/Paris
6618107	Bertaucourt-Epourdon	bertaucourt-epourdon	Bertaucourt-Epourdon		FR	32	02	022	02074	609	Europe/Paris
6618108	Alaincourt	alaincourt	Alaincourt,Alenkur,a lan ku er,alaynkwrt  aysn,Аленкур,Ալենկուր,الاینکورت، ایسن,阿兰库尔		FR	32	02	023	02009	546	Europe/Paris
6618109	Vaux	vaux	Vaus,Vaux,Vo,wo zhen,Во,واوکس، علیر,沃镇		FR	84	03	031	03301	1096	Europe/Paris
6618110	Treteau	treteau	Treteau,Treto,te lei tuo,Трето,特雷托		FR	84	03	033	03289	536	Europe/Paris
6618111	Treban	treban	Treban,Trebanh,Trebannum,te lei bang,Требан,特雷邦		FR	84	03	032	03287	394	Europe/Paris
6618112	Le Theil	le-theil	Le Theil,Le-Tej,Lo Telh,lei tai,Ле-Тей,勒泰		FR	84	03	032	03281	410	Europe/Paris
6618113	Sauvagny	sauvagny	Sauvagny,Sauvanhac,Sovan'i,suo wa ni,Сованьи,Сованьї,索瓦尼		FR	84	03	031	03269	92	Europe/Paris
6618114	Saint-Sornin	saint-sornin	Sant Sornin,Sen-Sornen,sheng suo er nan,Сен-Сорнен,圣索尔南		FR	84	03	032	03260	227	Europe/Paris
6618115	Naves	naves	Nav,Navas,Naves,na wei,Нав,纳韦		FR	84	03	033	03194	115	Europe/Paris
6618116	Murat	murat	Mjura,Murat,mi la,Мюра,米拉		FR	84	03	031	03191	295	Europe/Paris
6618117	Montaiguët-en-Forez	montaiguet-en-forez	Montaiguet-en-Forez,Montaiguët-en-Forez,Monteget-an-Fore,Montegjueh-an-Fore,fu lei de qu meng tai ju e,Монтегет-ан-Форе,Монтегюэ-ан-Форе,福雷地区蒙泰居厄		FR	84	03	033	03178	314	Europe/Paris
6618118	Marcenat	marcenat	Marcenac,Marcenat,Marsena,ma er se na,Марсена,马尔瑟纳		FR	84	03	032	03160	403	Europe/Paris
6618119	Laféline	lafeline	La Felina,Lafelin,Lafeline,Laféline,la fei lan,Лафелин,Лафелін,拉费兰		FR	84	03	032	03134	203	Europe/Paris
6618120	Fleuriel	fleuriel	Fler'el',Flerel',Fleuriel,Fljor'el',Fluerieu,Fluerièu,fu lei li ye,Флерьель,Флерєль,Флёрьель,弗勒里耶		FR	84	03	032	03115	337	Europe/Paris
6618121	Deux-Chaises	deux-chaises	De Shez,De-Shez,Deux-Chaises,Djo-Shez,Doaschasas,de xie sai,Де Шез,Де-Шез,Дё-Шез,德谢塞		FR	84	03	032	03099	399	Europe/Paris
6618122	Colombier	colombier	Colombier,Colombièr,Kolomb'e,Kolombe,Kolombje,ke long bi ye,Коломбье,Коломбє,Коломбје,科隆比耶		FR	84	03	031	03081	332	Europe/Paris
6618123	Le Breuil	le-breuil	Brej,Breuil,Brolium,Le Breuil,Le-Brej,Le-Brjoj,Lo Bruelh,lei bu lei yi,Бреј,Ле-Брей,Ле-Брёй,勒布勒伊		FR	84	03	033	03042	534	Europe/Paris
6618124	Beaune-d'Allier	beaune-d-allier	Beaune-d'Allier		FR	84	03	031	03020	290	Europe/Paris
6618125	Aurouër	aurouer	Aurouer,Aurouër,Orue,Orueh,Oruer,ao lu e,Оруе,Оруер,Оруэ,奥鲁厄		FR	84	03	032	03011	416	Europe/Paris
6618126	Aubigny	aubigny	Aubigny,Obin'i,Obini,ao bi ni,Обиньи,Обињи,Обіньї,奥比尼		FR	84	03	032	03009	139	Europe/Paris
6618127	Vitrolles	vitrolles			FR	93	05	052	05184	205	Europe/Paris
6618128	Villar-d'Arêne	villar-d-arene	Villar-d'Arene,Villar-d'Arêne		FR	93	05	051	05181	322	Europe/Paris
6618129	Sigoyer	sigoyer	Sigoyer		FR	93	05	052	05168	664	Europe/Paris
6618130	Saint-Véran	saint-veran			FR	93	05	051	05157	236	Europe/Paris
6618131	La Rochette	la-rochette			FR	93	05	052	05124	469	Europe/Paris
6618132	Le Poët	le-poet	Le Poet,Le Poët,Le-Poe,Le-Poeht,Lo Poet,lei bo e,Ле-Пое,Ле-Поэт,勒波厄		FR	93	05	052	05103	804	Europe/Paris
6618133	Oze	oze	Oze		FR	93	05	052	05099	107	Europe/Paris
6618134	Laragne-Montéglin	laragne-monteglin	Laragne-Monteglin,Laragne-Montéglin		FR	93	05	052	05070	3485	Europe/Paris
6618135	La Grave	la-grave	La Grava,La-Grav,la ge la fu,Ла-Грав,拉格拉夫		FR	93	05	051	05063	484	Europe/Paris
6618136	L'Épine	l-epine	L'Epine,L'Épine		FR	93	05	052	05048	193	Europe/Paris
6618137	Châteauroux-les-Alpes	chateauroux-les-alpes			FR	93	05	052	05036	1171	Europe/Paris
6618138	Barret-sur-Méouge	barret-sur-meouge	Barret-sur-Meouge,Barret-sur-Méouge		FR	93	05	052	05014	220	Europe/Paris
6618139	Aspres-lès-Corps	aspres-les-corps	Aspr-le-Kor,Aspr-le-Korp,Aspre le Kor,Aspres de Corps,Aspres de Còrps,Aspres los Corps,Aspres los Còrps,a si pu lei lai ke er pu,Аспр-ле-Кор,Аспр-ле-Корп,Аспре ле Кор,阿斯普雷莱科尔普		FR	93	05	052	05009	107	Europe/Paris
6618140	L'Argentière-la-Bessée	l-argentiere-la-bessee	L'Argentiere-la-Bessee,L'Argentière-la-Bessée		FR	93	05	051	05006	2293	Europe/Paris
6618141	Tourrettes-sur-Loup	tourrettes-sur-loup	Tourrettes-sur-Loup		FR	93	06	061	06148	3988	Europe/Paris
6618142	La Tour	la-tour	La Tour		FR	93	06	062	06144	573	Europe/Paris
6618143	Saint-Paul-de-Vence	saint-paul-de-vence	Saint-Paul-de-Vence		FR	93	06	061	06128	3456	Europe/Paris
6618144	Saint-Jeannet	saint-jeannet	Saint-Jeannet		FR	93	06	061	06122	4099	Europe/Paris
6618145	Saint-Blaise	saint-blaise			FR	93	06	062	06117	1013	Europe/Paris
6618146	Saint-André-de-la-Roche	saint-andre-de-la-roche	Fanum Sanctae Andreae,Saint-Andre-de-la-Roche,Saint-André-de-la-Roche,Sant Andrieu,Sant Andrieu de la Roca,Sant Andrieu de la Ròca,Sent-Andre-de-la-Rosh,san andryh dy la rwtsh,santandore=do=ra=roshu,sheng ang de lei de la-luo ke,Сент-Андре-де-ла-Рош,سان أندريه دي لا روتش,سینٹ-آندرے-دے-لا-روکھے,サンタンドレ＝ド＝ラ＝ロシュ,圣昂德雷德拉-罗克		FR	93	06	062	06114	5340	Europe/Paris
6618147	Roquestéron	roquesteron	Roccasteronia,Rokesteron,Roksteron,Roquesteron,Roquestéron,Sa Roca de Savoia,Sa Ròca de Savòia,luo qu ai si te long,rwkywstyrwn,Рокестерон,Рокстерон,روكيوستيرون,罗屈埃斯特龙		FR	93	06	062	06106	583	Europe/Paris
6618148	Puget-Théniers	puget-theniers	Puget-Theniers,Puget-Théniers		FR	93	06	062	06099	1900	Europe/Paris
6618149	Le Mas	le-mas	Le Mas		FR	93	06	061	06081	157	Europe/Paris
6618150	Mandelieu-la-Napoule	mandelieu-la-napoule	Mandelieu-la-Napoule		FR	93	06	061	06079	22168	Europe/Paris
6618151	Levens	levens	Levens		FR	93	06	062	06075	4703	Europe/Paris
6618152	L'Escarène	l-escarene	L'Escarene,L'Escarène		FR	93	06	062	06057	2507	Europe/Paris
6618153	Clans	clans	Clanc,Clans,Clantium,Clanç,Klan,Клан		FR	93	06	062	06042	614	Europe/Paris
6618154	Bendejun	bendejun	Bendejun		FR	93	06	062	06014	955	Europe/Paris
6618155	Bairols	bairols			FR	93	06	062	06009	104	Europe/Paris
6618156	Aspremont	aspremont	Aprmon,Asper Mons Nicaeensium,Aspremon,Aspremont,a si pu lei meng,asbrymwnt,asupurumon,Апрмон,Аспремон,أسبريمونت,アスプルモン,阿斯普雷蒙		FR	93	06	062	06006	2144	Europe/Paris
6618157	Aiglun	aiglun	Aiglun		FR	93	06	061	06001	89	Europe/Paris
6618158	Le Teil	le-teil	Le Teil		FR	84	07	072	07319	8557	Europe/Paris
6618159	Saint-Montan	saint-montan	Saint-Montan,Sant Montan,Sen-Montan,sheng meng tang,Сен-Монтан,سینٹ-مونٹان,圣蒙唐		FR	84	07	072	07279	1909	Europe/Paris
6618160	Sainte-Marguerite-Lafigère	sainte-marguerite-lafigere	Sainte-Marguerite-Lafigere,Sainte-Marguerite-Lafigère,Santa Margarida de Planchamp,Santa Marguerite Lafigere,Santa Marguerite Lafigère,Sent-Margerit-Lafizer,Sent-Margerit-Lafizher,sheng ma er gai li te la fei re er,Сент-Маргерит-Лафижер,Сент-Маргерит-Лафіжер,Սենտ-Մարգերիտ-Լաֆիժեր,سین-مرگیرٹے-لفیگرے,圣马尔盖里特拉菲热尔		FR	84	07	071	07266	104	Europe/Paris
6618161	Saint-Germain	saint-germain	Saint-Germain,Sant Germain,Sant German,Sen-Zhermen,sheng ri er man,Сен-Жермен,سینٹ-گرمین، آرڈیچے,圣日尔曼		FR	84	07	071	07241	709	Europe/Paris
6618162	Sainte-Eulalie	sainte-eulalie			FR	84	07	071	07235	214	Europe/Paris
6618163	Montréal	montreal			FR	84	07	071	07162	574	Europe/Paris
6618164	Mars	mars			FR	84	07	073	07151	264	Europe/Paris
6618165	Lemps	lemps	Lemps		FR	84	07	073	07140	795	Europe/Paris
6618166	Lachapelle-sous-Chanéac	lachapelle-sous-chaneac	La Chapela de Chanhac,La Chapèla de Chanhac,Lachapelle sous Chaneac,Lachapelle sous Chanéac,Lashapel'-su-Shaneak,la sha pei er su sha nei a ke,lashapyl-sws-chanyak,Лашапель-су-Шанеак,لاشاپیل-سوس-چانیاک,拉沙佩尔苏沙内阿克		FR	84	07	073	07123	175	Europe/Paris
6618167	Gras	gras	Gra,Gras,Гра		FR	84	07	072	07099	625	Europe/Paris
6618168	Faugères	faugeres	Faugeres,Faugères		FR	84	07	071	07088	105	Europe/Paris
6618169	Eclassan	eclassan	Eclassan		FR	84	07	073	07084	1009	Europe/Paris
6618170	Dunière-sur-Eyrieux	duniere-sur-eyrieux	Duniere-sur-Eyrieux,Dunière-sur-Eyrieux		FR	84	07	072	07083	432	Europe/Paris
6618171	Chazeaux	chazeaux	Chasaus,Chazeaux,Shazo,sha zuo,Шазо,沙佐		FR	84	07	071	07062	134	Europe/Paris
6618172	Borne	borne	Born,Borne,bo er en,Борн,博尔恩		FR	84	07	071	07038	50	Europe/Paris
6618173	Andance	andance	Andance		FR	84	07	073	07009	1177	Europe/Paris
6618174	Viel-Saint-Remy	viel-saint-remy	V'el'-Sen-Remi,Vel'-Sen-Remi,Viel-Saint-Remy,Вьель-Сен-Реми,Вєль-Сен-Ремі		FR	44	08	082	08472	308	Europe/Paris
6618175	Thelonne	thelonne	Thelonne		FR	44	08	083	08445	402	Europe/Paris
6618176	Sugny	sugny	Sugny		FR	44	08	084	08431	100	Europe/Paris
6618177	Sery	sery	Sery		FR	44	08	082	08415	360	Europe/Paris
6618178	Sault-Saint-Remy	sault-saint-remy	Sault-Saint-Remy		FR	44	08	082	08404	202	Europe/Paris
6618179	Saint-Remy-le-Petit	saint-remy-le-petit			FR	44	08	082	08397	43	Europe/Paris
6618180	Saint-Loup-en-Champagne	saint-loup-en-champagne	Saint-Loup-en-Champagne		FR	44	08	082	08386	315	Europe/Paris
6618181	Pouru-Saint-Remy	pouru-saint-remy	Pouru-Saint-Remy		FR	44	08	083	08343	1179	Europe/Paris
6618182	Mont-Saint-Remy	mont-saint-remy	Mont-Saint-Remy		FR	44	08	084	08309	55	Europe/Paris
6618183	La Grandville	la-grandville	Grandville,La Grandville,La-Granvil',la ge lang wei er,Ла-Гранвиль,Ла-Гранвіль,لا گراندولے,拉格朗维尔		FR	44	08	081	08199	814	Europe/Paris
6618184	La Francheville	la-francheville	La Francheville		FR	44	08	081	08180	1687	Europe/Paris
6618185	L'Échelle	l-echelle	L'Echelle,L'Échelle		FR	44	08	081	08149	134	Europe/Paris
6618186	L'Écaille	l-ecaille	L'Ecaille,L'Écaille		FR	44	08	082	08148	267	Europe/Paris
6618188	Chappes	chappes	Chappes		FR	44	08	082	08102	99	Europe/Paris
6618189	Champigneul-sur-Vence	champigneul-sur-vence	Champigneul-sur-Vence		FR	44	08	081	08099	121	Europe/Paris
6618190	Chalandry-Elaire	chalandry-elaire	Chalandry-Elaire		FR	44	08	081	08096	649	Europe/Paris
6618191	Cernion	cernion	Cernion,Sern'on,Sernion,sai er ni weng,Сернион,Серньон,Серніон,塞尔尼翁		FR	44	08	081	08094	58	Europe/Paris
6618192	Bogny-sur-Meuse	bogny-sur-meuse	Bogny-sur-Meuse		FR	44	08	081	08081	5169	Europe/Paris
6618194	Les Petites-Armoises	les-petites-armoises	Les Petites-Armoises		FR	44	08	084	08020	64	Europe/Paris
6618196	Alland'Huy-et-Sausseuil	alland-huy-et-sausseuil	Alland'Huy-et-Sausseuil		FR	44	08	084	08006	245	Europe/Paris
6618197	Le Vernet	le-vernet	Le Vernet		FR	76	09	092	09331	690	Europe/Paris
6618198	Soulan	soulan	Solan de Coserans,Soulan,Sulan,su lang,Сулан,苏朗		FR	76	09	093	09301	367	Europe/Paris
6618199	Soueix-Rogalle	soueix-rogalle	Soeish,Soèish,Sueh-Rogal',Sueks-Rogal',su ai luo jia er,Суекс-Рогаль,Суэ-Рогаль,苏埃罗加尔		FR	76	09	093	09299	422	Europe/Paris
6618200	Lorp-Sentaraille	lorp-sentaraille	Lor-Santaraj,Lorp e Senta Aralha,Lorp-Santaraj,Lòrp e Senta Aralha,luo er sang ta lai er,Лор-Сантарай,Лорп-Сантарай,洛尔桑塔赖尔		FR	76	09	093	09289	1455	Europe/Paris
6618201	Saint-Lary	saint-lary	Saint-Lary		FR	76	09	093	09267	132	Europe/Paris
6618202	Saint-Félix-de-Rieutord	saint-felix-de-rieutord			FR	76	09	091	09258	465	Europe/Paris
6618203	Sainte-Croix-Volvestre	sainte-croix-volvestre	Sainte-Croix-Volvestre,Sent-Krua-Vol'vestr,Senta Crotz,Senta Crotz de Volvestre,Senta Crotz de Volvèstre,sheng ke lu wa wo er wei si te er,Сент-Круа-Вольвестр,سین-کروئی-وولوسترے,圣克鲁瓦沃尔韦斯特尔		FR	76	09	093	09257	631	Europe/Paris
6618204	Rouze	rouze	Rosa,Rouze,Ruz,lu ci,Руз,鲁兹		FR	76	09	091	09252	84	Europe/Paris
6618205	Quérigut	querigut	Kerigju,Queragut,Querigut,Quérigut,kerigyu,qu ai li ju,Керигю,ケリギュ,屈埃里居		FR	76	09	091	09239	135	Europe/Paris
6618207	Prat-Bonrepaux	prat-bonrepaux	Prat-Bonrepaux		FR	76	09	093	09235	933	Europe/Paris
6618208	Prades	prades	Prades		FR	76	09	091	09232	35	Europe/Paris
6618209	Le Pla	le-pla	Al Plan,Le Pla,Le-Pla,lei pu la,Ле-Пла,勒普拉		FR	76	09	091	09230	56	Europe/Paris
6618210	Péreille	pereille	Pereille,Péreille		FR	76	09	092	09227	212	Europe/Paris
6618211	Montgaillard	montgaillard	Montgaillard		FR	76	09	091	09207	1453	Europe/Paris
6618212	Montfa	montfa	Montfa		FR	76	09	093	09205	82	Europe/Paris
6618213	Montels	montels	Montels		FR	76	09	093	09203	159	Europe/Paris
6618214	Montaut	montaut	Montaut		FR	76	09	092	09199	716	Europe/Paris
6618215	Mirepoix	mirepoix	Mirapeis,Mirapiscae,Mirepoix,Mirpua,Мирпуа,Мірпуа		FR	76	09	092	09194	3191	Europe/Paris
6618216	Mijanès	mijanes	Mijanes,Mijanès,Mizhane,Mizhanes,mi ya nei,Мижанес,Міжане,米雅内		FR	76	09	091	09193	59	Europe/Paris
6618217	Mazères	mazeres	Maseras,Mazer,Mazeres,Mazères,ma ze lei,Мазер,马泽雷		FR	76	09	092	09185	3854	Europe/Paris
6618218	Lasserre	lasserre	Lasserre		FR	76	09	093	09158	243	Europe/Paris
6618219	Lagarde	lagarde			FR	76	09	092	09150	191	Europe/Paris
6618220	Lacave	lacave	Lacave		FR	76	09	093	09148	155	Europe/Paris
6618221	Ilhat	ilhat	Ilhat		FR	76	09	092	09142	114	Europe/Paris
6618222	L'Hospitalet-près-l'Andorre	l-hospitalet-pres-l-andorre	L'Hospitalet-pres-l'Andorre,L'Hospitalet-près-l'Andorre		FR	76	09	091	09139	91	Europe/Paris
6618223	L'Herm	l-herm	L'Herm		FR	76	09	091	09138	202	Europe/Paris
6618224	Gourbit	gourbit	Gorbit,Gourbit,Gurbi,gu er bi,Гурби,Гурбі,古尔比		FR	76	09	091	09136	82	Europe/Paris
6618226	Freychenet	freychenet	Freychenet		FR	76	09	091	09126	91	Europe/Paris
6618227	Esplas-de-Sérou	esplas-de-serou	Esplas-de-Serou,Esplas-de-Sérou		FR	76	09	093	09118	175	Europe/Paris
6618228	Encourtiech	encourtiech	Encourtiech		FR	76	09	093	09110	89	Europe/Paris
6618229	Durfort	durfort	Durfort		FR	76	09	093	09109	147	Europe/Paris
6618230	Cos	cos	Cos		FR	76	09	091	09099	394	Europe/Paris
6618231	Cazenave-Serres-et-Allens	cazenave-serres-et-allens	Cazenave-Serres-et-Allens		FR	76	09	091	09092	47	Europe/Paris
6618232	Caumont	caumont			FR	76	09	093	09086	324	Europe/Paris
6618233	Carcanières	carcanieres	Carcaniera,Carcanieres,Carcanièra,Carcanières,Karkan'er,Karkanijer,ka er ka ni ai,Карканијер,Карканьер,Карканьєр,卡尔卡尼埃		FR	76	09	091	09078	77	Europe/Paris
6618234	Les Cabannes	les-cabannes	Les Cabannes		FR	76	09	091	09070	331	Europe/Paris
6618235	Bonac-Irazein	bonac-irazein	Bonac e Irasenh,Bonac-Irazein,Bonak Irazen,Bonak-Irazen,bo na ke yi la zan,Бонак Иразен,Бонак-Іразен,Бонак-Иразен,博纳克伊拉赞		FR	76	09	093	09059	119	Europe/Paris
6618236	Benagues	benagues	Benagues		FR	76	09	092	09050	503	Europe/Paris
6618237	Bénac	benac	Benac,Bénac		FR	76	09	091	09049	182	Europe/Paris
6618238	La Bastide-de-Lordat	la-bastide-de-lordat	Bastid de Lorda,Bastide-de-Lordat,La Bastida de Lordat,La Bastide-de-Lordat,La-Bastid-de-Lorda,La-Bastid-de-Lordat,la ba si di de de luo er da,Бастид де Лорда,Ла-Бастид-де-Лорда,Ла-Бастід-де-Лордат,لا باسٹیڈی-ڈی-لورڈاٹ,拉巴斯蒂德德洛尔达		FR	76	09	092	09040	285	Europe/Paris
6618239	Artix	artix	Artix		FR	76	09	091	09021	151	Europe/Paris
6618240	Artigues	artigues	Artig,Artigas,Artigues,a er di gai,Артиг,Артіг,阿尔蒂盖		FR	76	09	091	09020	55	Europe/Paris
6618241	Antras	antras	Antra,Antras,Antràs,Ontra,ang te la,Антра,Антрас,Онтра,昂特拉		FR	76	09	093	09011	65	Europe/Paris
6618242	Alzen	alzen			FR	76	09	093	09009	250	Europe/Paris
6618243	Alos	alos	Alo,Alos,Alòs,alas  aryj,Ало,Алос,الاس، اریج		FR	76	09	093	09008	115	Europe/Paris
6618244	L'Aiguillon	l-aiguillon	L'Aiguillon,L'Ehgijon,LAiguillon,Л’Эгийон		FR	76	09	092	09003	424	Europe/Paris
6618245	Fraisse-Cabardès	fraisse-cabardes	Fraisse-Cabardes,Fraisse-Cabardès		FR	76	11	111	11156	103	Europe/Paris
6618247	Villeneuve	villeneuve	Vil'nev,Vil'njov,Vilanova,Vilanòva,Villeneuve,wei lei na fu,Вильнёв,Вільнев,维勒纳夫		FR	76	12	123	12301	1990	Europe/Paris
6618248	Louzignac	louzignac	Louzignac		FR	75	17	175	17212	161	Europe/Paris
6618249	Lonzac	lonzac	Lonzac,Lonzak,long zha ke,Лонзак,隆扎克		FR	75	17	171	17209	265	Europe/Paris
6618250	Chavannes	chavannes	Chavannes,Shavan,Shavann,sha wa nei,Шаван,Шаванн,沙瓦内		FR	24	18	182	18063	175	Europe/Paris
6618251	Saint-Germain-et-Mons	saint-germain-et-mons	Saint-Germain-et-Mons		FR	75	24	241	24419	811	Europe/Paris
6618252	Plaisance	plaisance	Plaisance,Plasenca,Plasença,Plezans,pu lai sang ke,Плезанс,普莱桑克		FR	75	24	241	24168	426	Europe/Paris
6618253	La Trinité	la-trinite	La Trinite,La Trinité		FR	28	27	273	27659	116	Europe/Paris
6618254	Saint-Luc	saint-luc	Saint-Luc		FR	28	27	273	27560	254	Europe/Paris
6618255	Rougemontiers	rougemontiers	Rougemontiers,Ruzhmont'e,lu re meng di ye er,Ружмонтье,Ружмонтьє,鲁热蒙蒂耶尔		FR	28	27	272	27497	1047	Europe/Paris
6618256	La Forêt-du-Parc	la-foret-du-parc	La Foret-du-Parc,La Forêt-du-Parc		FR	28	27	273	27256	584	Europe/Paris
6618258	Le Cormier	le-cormier	Le Cormier		FR	28	27	271	27171	407	Europe/Paris
6618259	Les Baux-Sainte-Croix	les-baux-sainte-croix	Les Baux-Sainte-Croix		FR	28	27	273	27044	854	Europe/Paris
6618260	Ouessant	ouessant	Ouessant,Uehssan,Уэссан		FR	53	29	291	29155	842	Europe/Paris
6618261	Saumane	saumane	Saumana,Saumane,Soman,suo mang,Соман,索芒		FR	76	30	303	30310	270	Europe/Paris
6618262	Roques	roques	Rocas,Rocas de Garona,Rok,Roques,Roques-sur-Garonne,Ròcas,Ròcas de Garona,luo qu ai,Рок,罗屈埃		FR	76	31	311	31458	4492	Europe/Paris
6618263	Saint-Médard	saint-medard			FR	76	32	323	32394	324	Europe/Paris
6618265	Saint-André-de-Cubzac	saint-andre-de-cubzac	Saint-Andre-de-Cubzac,Saint-André-de-Cubzac		FR	75	33	331	33366	11127	Europe/Paris
6618266	Lucmau	lucmau	Lucmau		FR	75	33	333	33255	243	Europe/Paris
6618267	Cubnezais	cubnezais	Cubnezais,Kibneze,Kjubneze,qu bu nei ze,Кибнезе,Кюбнезе,屈布内泽		FR	75	33	331	33142	1457	Europe/Paris
6618438	Bapaume	bapaume	Bapaume		FR	32	62	621	62080	3976	Europe/Paris
6618268	Berthez	berthez	Bertes,Bertez,Bertés,bei er tai,Бертез,Бертес,贝尔泰		FR	75	33	333	33048	266	Europe/Paris
6618269	Cassagnoles	cassagnoles	Cassagnoles,Cassinholas,Cassinhòlas,Kasanol,Kassan'ol',ka sa ni ao lai,Касањол,Кассаньоль,卡萨尼奥莱		FR	76	34	341	34054	100	Europe/Paris
6618270	Mont-Dol	mont-dol	Mont-Dol		FR	53	35	354	35186	1109	Europe/Paris
6618271	Cuguen	cuguen	Cuguen		FR	53	35	354	35092	837	Europe/Paris
6618272	Cesson-Sévigné	cesson-sevigne	Cesson-Sevigne,Cesson-Sévigné		FR	53	35	353	35051	17371	Europe/Paris
6618273	Saint-Plantaire	saint-plantaire	Saint-Plantaire		FR	24	36	363	36207	600	Europe/Paris
6618274	Mano	mano	Mano		FR	75	40	402	40171	131	Europe/Paris
6618275	Lüe	luee	Lue,Luee,Lüe		FR	75	40	402	40163	562	Europe/Paris
6618276	Lamothe	lamothe	Lamothe		FR	75	40	401	40143	318	Europe/Paris
6618278	La Tuilière	la-tuiliere	La Tuiliere,La Tuilière		FR	84	42	422	42314	290	Europe/Paris
6618279	Saint-Cyr-de-Valorges	saint-cyr-de-valorges	Sen-Sir-de-Valorzh,sheng xi de wa luo er re,Сен-Сір-де-Валорж,سینٹ-کیر-دے-ولورگس,圣西德瓦洛尔热		FR	84	42	422	42213	301	Europe/Paris
6618280	La Marne	la-marne	La Marne,La-Marn,Maeron,la ma er en,la marny,la mrn,Ла-Марн,لا مارنی,لا مرن,拉马尔恩		FR	52	44	442	44090	1479	Europe/Paris
6618282	Maxou	maxou	Maxou		FR	76	46	461	46188	304	Europe/Paris
6618283	Saint-Sauveur-de-Meilhan	saint-sauveur-de-meilhan	Sen-Sover-de-Mejan,Sent Sauvador dau Lisos,Sent Sauvador dau Lisòs,sheng suo fu de mei yang,Сен-Совер-де-Меян,سین-سویر-دے-مالحان,圣索弗德梅扬		FR	75	47	472	47277	334	Europe/Paris
6618284	Saint-Saturnin	saint-saturnin	Saint-Saturnin		FR	76	48	482	48181	64	Europe/Paris
6618286	Yvetot-Bocage	yvetot-bocage	Yvetot-Bocage		FR	28	50	502	50648	1126	Europe/Paris
6618288	Le Tanu	le-tanu	Le Tanu,Le-Tanju,Tanu,lei ta ni,Ле-Таню,勒塔尼		FR	28	50	501	50590	386	Europe/Paris
6618289	Le Rozel	le-rozel	Le Rozel,Le-Rozel',Rozel,l rwzl,lei luo ze,Ле-Розель,ل روزل,勒罗泽		FR	28	50	502	50442	253	Europe/Paris
6618290	Le Mesnil	le-mesnil			FR	28	50	502	50299	218	Europe/Paris
6618291	Crollon	crollon	Krollon,Krolon,ke luo long,Кроллон,Кролон,克罗隆		FR	28	50	501	50155	301	Europe/Paris
6618292	Cérences	cerences	Cerences,Cérences,Serans,Serens,sai lang sai,Серанс,Серенс,塞朗塞		FR	28	50	501	50109	1846	Europe/Paris
6618293	Agon-Coutainville	agon-coutainville	Agon-Coutainville		FR	28	50	503	50003	2795	Europe/Paris
6618294	Givry-lès-Loisy	givry-les-loisy	Givry-les-Loisy,Givry-lès-Loisy		FR	44	51	512	51273	73	Europe/Paris
6618295	Châlons-en-Champagne	chalons-en-champagne	Chalons-en-Champagne,Châlons-en-Champagne		FR	44	51	511	51108	44980	Europe/Paris
6618296	Fontaines-Saint-Clair	fontaines-saint-clair	Fontaines-Saint-Clair,Fonten sen Kler,Fonten-Sen-Kler,feng tai nei sheng ke lai,Фонтен сен Клер,Фонтен-Сен-Клер,丰泰内圣克莱		FR	44	55	553	55192	54	Europe/Paris
6618297	Le Palais	le-palais	Le Palais		FR	53	56	561	56152	2555	Europe/Paris
6618298	Hœdic	h-dic	Hœdic		FR	53	56	561	56085	101	Europe/Paris
6618299	Hainvillers	hainvillers	Hainvillers		FR	32	60	603	60294	77	Europe/Paris
6618300	Ytres	ytres			FR	32	62	621	62909	435	Europe/Paris
6618301	La Capelle-lès-Boulogne	la-capelle-les-boulogne	La Capelle-les-Boulogne,La Capelle-lès-Boulogne		FR	32	62	623	62908	1604	Europe/Paris
6618302	Le Wast	le-wast	Le Wast		FR	32	62	623	62880	208	Europe/Paris
6618303	Wardrecques	wardrecques	Wardrecques		FR	32	62	625	62875	1331	Europe/Paris
6618304	Wamin	wamin	Wamin		FR	32	62	624	62872	238	Europe/Paris
6618305	Wailly	wailly	Vai,wa yi,wayly,Ваи,Ваї,وايلي,瓦伊		FR	32	62	621	62869	1107	Europe/Paris
6618306	Vimy	vimy			FR	32	62	627	62861	4282	Europe/Paris
6618307	Vermelles	vermelles	Vermelles		FR	32	62	622	62846	4718	Europe/Paris
6618308	Le Touquet-Paris-Plage	le-touquet-paris-plage	Le Touquet-Paris-Plage		FR	32	62	624	62826	4244	Europe/Paris
6618309	Tortefontaine	tortefontaine	Tortefontaine		FR	32	62	624	62824	226	Europe/Paris
6618310	Tollent	tollent	Tollent		FR	32	62	621	62822	91	Europe/Paris
6618311	La Thieuloye	la-thieuloye	La Thieuloye		FR	32	62	621	62813	493	Europe/Paris
6618312	Teneur	teneur	Teneur		FR	32	62	621	62808	262	Europe/Paris
6618313	Sus-Saint-Léger	sus-saint-leger	Sju-Sen-Lezhe,sws san lyjyr,xu sheng lai re,Сю-Сен-Леже,سوس سان ليجير,叙圣莱热		FR	32	62	621	62804	374	Europe/Paris
6618314	Le Souich	le-souich	Le Souich		FR	32	62	621	62802	156	Europe/Paris
6618315	Souastre	souastre	Souastre		FR	32	62	621	62800	375	Europe/Paris
6618316	Servins	servins	Serven,Servins,sai er wan,syrfyns,Сервен,سيرفينس,塞尔万		FR	32	62	627	62793	1085	Europe/Paris
6618317	Seninghem	seninghem	Seninghem		FR	32	62	625	62788	737	Europe/Paris
6618318	Saulchoy	saulchoy			FR	32	62	624	62783	315	Europe/Paris
6618319	Le Sars	le-sars	Le Sars		FR	32	62	621	62777	179	Europe/Paris
6618320	Saint-Omer	saint-omer	Saint-Omer,Sanctus Audomarus,Sent Omer,Sent-Omer,Sint-Omaars,santomeru,sheng ao mei er,Сент Омер,Сент-Омер,サントメール,圣奥梅尔		FR	32	62	625	62765	14443	Europe/Paris
6618321	Saint-Nicolas	saint-nicolas	Saint-Nicolas		FR	32	62	621	62764	4806	Europe/Paris
6618322	Saint-Léger	saint-leger	Saint-Leger,Saint-Léger,Sen-Lezhe,san lyjyr,sheng lai re,Сен-Леже,سان ليجير,سینٹ-لگر، پاس-دے-کلاس,圣莱热		FR	32	62	621	62754	439	Europe/Paris
6618323	Saint-Georges	saint-georges	Sen-Zhorzh,san jwrj,sheng qiao zhi,Сен-Жорж,سان جورج,سینٹ-گیورگس، پاس-دے-کلاس,圣乔治		FR	32	62	624	62749	325	Europe/Paris
6618324	Saint-Denœux	saint-den-ux	Saint-Denœux		FR	32	62	624	62745	161	Europe/Paris
6618325	Saint-Aubin	saint-aubin	Saint-Aubin,Sent-Oben,san awbyn,sheng ou ban,Сент-Обен,سان أوبين,سینٹ-ابن، پاس-دے-کلاس,圣欧班		FR	32	62	624	62742	262	Europe/Paris
6618326	Saint-Amand	saint-amand	Saint-Amand,Sent-Aman,san amand,Сент-Аман,سان أماند,سینٹ-امنڈ، پاس-دے-کلاس		FR	32	62	621	62741	124	Europe/Paris
6618327	Sailly-sur-la-Lys	sailly-sur-la-lys	Sailly-sur-la-Lys		FR	32	62	622	62736	4019	Europe/Paris
6618328	Sailly-au-Bois	sailly-au-bois	Sailly-au-Bois		FR	32	62	621	62733	307	Europe/Paris
6618329	Ruyaulcourt	ruyaulcourt	Ruyaulcourt		FR	32	62	621	62731	302	Europe/Paris
6618330	Rumilly	rumilly	Rjumii,Rumilly,lu mi yi,rwmyly,Рюмии,Рюмії,روميلي,吕米伊		FR	32	62	624	62729	248	Europe/Paris
6618331	Ruitz	ruitz	Rjuic,lu yi si,rwytz,Рюиц,Рюїц,رويتز,吕伊斯		FR	32	62	622	62727	1601	Europe/Paris
6618332	Rety	rety			FR	32	62	623	62705	2090	Europe/Paris
6618333	Rémy	remy	Remy,Rémy		FR	32	62	621	62703	383	Europe/Paris
6618334	Regnauville	regnauville	Regnauville,Ren'ovil',lei ni ou wei er,ryjnafyl,Реньовиль,Реньовіль,ريجنافيل,勒尼欧维尔		FR	32	62	624	62700	212	Europe/Paris
6618335	Reclinghem	reclinghem	Reclinghem		FR	32	62	625	62696	246	Europe/Paris
6618336	Rebreuviette	rebreuviette	Rebreuviette		FR	32	62	621	62695	271	Europe/Paris
6618337	Raye-sur-Authie	raye-sur-authie	Raye-sur-Authie		FR	32	62	624	62690	247	Europe/Paris
6618338	Ransart	ransart	Ransar,Ransart,lang sa er,ransart,Рансар,رانسارت,朗萨尔		FR	32	62	621	62689	411	Europe/Paris
6618339	Radinghem	radinghem	Radinghem		FR	32	62	624	62685	277	Europe/Paris
6618340	Quœux-Haut-Maînil	qu-ux-haut-mainil	Quœux-Haut-Mainil,Quœux-Haut-Maînil		FR	32	62	621	62683	254	Europe/Paris
6618341	Le Quesnoy-en-Artois	le-quesnoy-en-artois	Le Quesnoy-en-Artois		FR	32	62	624	62677	350	Europe/Paris
6618342	Quercamps	quercamps	Kerkam,Quercamps,kai er kang pu,kywyrkambs,Керкам,كيويركامبس,凯尔康普		FR	32	62	625	62675	263	Europe/Paris
6618343	Le Portel	le-portel	Le Portel		FR	32	62	623	62667	9262	Europe/Paris
6618344	Le Ponchel	le-ponchel	Le Ponchel,Le-Ponshel',Ponche,Ponché,lei peng xie er,ly bwntshyl,Ле-Поншель,لي بونتشيل,勒蓬谢尔		FR	32	62	621	62665	203	Europe/Paris
6618345	Pernes	pernes	Pern,byrnys,pei er ne,Перн,بيرنيس,佩尔讷		FR	32	62	621	62652	1639	Europe/Paris
6618346	Le Parcq	le-parcq	Le Parcq		FR	32	62	624	62647	791	Europe/Paris
6618347	Œuf-en-Ternois	oeuf-en-ternois	Ef-an-Ternua,OEuf,OEuf-en-Ternois,awyf an tyrnwys,e fu ang tai er nu wa,Œuf-en-Ternois,Еф-ан-Тернуа,أويف إن تيرنويس,厄夫昂泰尔努瓦		FR	32	62	621	62633	251	Europe/Paris
6618348	Nuncq-Hautecôte	nuncq-hautecote	Autencoste,Nenk-Otkot,Nuncq-Hautecote,Nuncq-Hautecôte,nan ke ou tai ke te,nwnskyw hawtykwt,Ненк-Откот,نونسكيو هاوتيكوت,南克欧泰科特		FR	32	62	621	62631	470	Europe/Paris
6618349	Norrent-Fontes	norrent-fontes	Norrent-Fontes		FR	32	62	622	62620	1410	Europe/Paris
6618350	Nœux-les-Mines	n-ux-les-mines			FR	32	62	622	62617	12010	Europe/Paris
6618351	Nœux-lès-Auxi	n-ux-les-auxi	Ne-lez-Oksi,Noeux-les-Auxi,Noeux-lès-Auxi,Nœux-les-Auxi,Nœux-lès-Auxi,ne lai ou ke xi,nwks lyh awksy,Не-лез-Окси,Не-лез-Оксі,نوكس ليه أوكسي,讷莱欧克西		FR	32	62	621	62616	179	Europe/Paris
6618352	Nempont-Saint-Firmin	nempont-saint-firmin	Nempont-Saint-Firmin		FR	32	62	624	62602	193	Europe/Paris
6618353	Morval	morval	Morval		FR	32	62	621	62593	95	Europe/Paris
6618354	Montreuil	montreuil	Monasteriolum,Montrej,Montreu,Montreuil,Montreuil-sur-Mer,Montrjoj,meng te lei yi,montoruiyu,mwntrwy  pa-dw-kalh,mwntrwyl,Монтрей,Монтрёй,مونترويل,مونتروی، پا-دو-کاله,モントルイユ,蒙特勒伊		FR	32	62	624	62588	2075	Europe/Paris
6618355	Monchel-sur-Canche	monchel-sur-canche	Monchel-sur-Canche		FR	32	62	621	62577	90	Europe/Paris
6618356	Metz-en-Couture	metz-en-couture	Mec-an-Kutjur,Metz-en-Couture,mei si ang ku di er,mytz an kwtwr,Мец-ан-Кутюр,ميتز إن كوتور,梅斯昂库蒂尔		FR	32	62	621	62572	684	Europe/Paris
6618357	Merlimont	merlimont	Merlimont		FR	32	62	624	62571	3300	Europe/Paris
6618358	Martinpuich	martinpuich			FR	32	62	621	62561	198	Europe/Paris
6618359	Marquion	marquion	Marquion		FR	32	62	621	62559	981	Europe/Paris
6618360	Marœuil	mar-uil	Marœuil		FR	32	62	621	62557	2477	Europe/Paris
6618361	Marck	marck	Marck,Mark,ma ke,mark,Марк,مارك,马克		FR	32	62	626	62548	10760	Europe/Paris
6618362	Maisoncelle	maisoncelle	Maisoncelle		FR	32	62	624	62541	127	Europe/Paris
6618363	Maisnil	maisnil	Maisnil,Menij,Umini,mai si ni lei,maysnyl,Мений,Меній,مايسنيل,迈斯尼勒		FR	32	62	621	62539	244	Europe/Paris
6618364	Maintenay	maintenay	Maintenay		FR	32	62	624	62538	414	Europe/Paris
6618365	Magnicourt-en-Comte	magnicourt-en-comte	Magnicourt-en-Comte,Man'ikur-an-Kont,ma ni ku er ang kong te,majnykwrt an kwmt,Маньикур-ан-Конт,Маньїкур-ан-Конт,ماجنيكورت إن كومت,马尼库尔昂孔特		FR	32	62	621	62536	637	Europe/Paris
6618366	Longvilliers	longvilliers	Longvilliers,Lonvil'e,long wei lai er,lwnjfyrs,Лонвилье,Лонвільє,لونجفيرس,隆维莱尔		FR	32	62	624	62527	250	Europe/Paris
6618367	Longueville	longueville	Longueville,Longvil',long ge wei er,lwnjwyfyl,Лонгвиль,Лонгвіль,لونجويفيل,隆格维尔		FR	32	62	623	62526	135	Europe/Paris
6618368	La Loge	la-loge	La Loge		FR	32	62	624	62521	194	Europe/Paris
6618369	Liévin	lievin	Lievin,Liévin		FR	32	62	627	62510	30936	Europe/Paris
6618370	Leulinghem	leulinghem	Leulinghem		FR	32	62	625	62504	248	Europe/Paris
6618371	Lens	lens	Lans,Lansas,Lens,Lens i Frankrike,Linse,lamsa,lan  pdw klh,lang si,langseu,lensa,lns,ransu,Λανς,Ланс,Ленс,לאנס,لان، پدو کله,لنس,लेंस,লঁস,ランス,朗斯,랑스		FR	32	62	627	62498	30689	Europe/Paris
6618372	Léchelle	lechelle	Leshel',lai xie lei,lytshyl,Лешель,ليتشيل,莱谢勒		FR	32	62	621	62494	50	Europe/Paris
6618373	Laventie	laventie	Laventie		FR	32	62	622	62491	4988	Europe/Paris
6618374	Lambres	lambres	Lambes,Lambr,Lambres,lambrys,lang bu er,Ламбр,لامبريس,朗布尔		FR	32	62	622	62486	1058	Europe/Paris
6618375	Labroye	labroye	Labroye		FR	32	62	624	62481	170	Europe/Paris
6618376	Labourse	labourse			FR	32	62	622	62480	2769	Europe/Paris
6618377	Izel-lès-Hameau	izel-les-hameau	Izel-les-Hameau,Izel-lès-Hameau		FR	32	62	621	62477	714	Europe/Paris
6618378	Ivergny	ivergny	Ivergny		FR	32	62	621	62475	260	Europe/Paris
6618379	Inchy-en-Artois	inchy-en-artois			FR	32	62	621	62469	622	Europe/Paris
6618380	Humières	humieres	Humieres,Humières		FR	32	62	621	62468	235	Europe/Paris
6618381	Humerœuille	humer-uille	Humerœuille		FR	32	62	621	62467	174	Europe/Paris
6618382	Houdain	houdain	Houdain,Uden,hwdayn  bad kalyh,wu dan,Уден,هوداين، باد كاليه,乌丹		FR	32	62	622	62457	7337	Europe/Paris
6618383	Hézecques	hezecques	Hezecques,Hézecques		FR	32	62	624	62453	120	Europe/Paris
6618384	Hesmond	hesmond	Hesmond		FR	32	62	624	62449	171	Europe/Paris
6618385	Hesdin	hesdin	Hesdin		FR	32	62	624	62447	2224	Europe/Paris
6618386	Hermaville	hermaville			FR	32	62	621	62438	546	Europe/Paris
6618387	La Herlière	la-herliere	La Herliere,La Herlière		FR	32	62	621	62434	148	Europe/Paris
6618388	Havrincourt	havrincourt	Havrincourt		FR	32	62	621	62421	401	Europe/Paris
6618389	Hauteville	hauteville	Otvil,Otvil',hwtfyl,ou te wei er,Отвил,Отвиль,Отвіль,هوتفيل,欧特维尔		FR	32	62	621	62418	318	Europe/Paris
6618390	Haute-Avesnes	haute-avesnes	Haute-Avesnes		FR	32	62	621	62415	450	Europe/Paris
6618391	Haucourt	haucourt	Okur,hawkwrt,ou ku er,Окур,هاوكورت,欧库尔		FR	32	62	621	62414	248	Europe/Paris
6618392	Guînes	guines	Guines,Guînes		FR	32	62	626	62397	5657	Europe/Paris
6618393	Grigny	grigny	Grigny,Grin'i,ge li ni,jryny,Гриньи,Гриньї,جريني,格里尼		FR	32	62	624	62388	295	Europe/Paris
6618394	Grand-Rullecourt	grand-rullecourt			FR	32	62	621	62385	422	Europe/Paris
6618395	Gommecourt	gommecourt	Gomkur,Gommecourt,Gommekur,ge mo ku er,jwmykwrt,Гомкур,Гоммекур,جوميكورت,戈默库尔		FR	32	62	621	62375	98	Europe/Paris
6618396	Gennes-Ivergny	gennes-ivergny	Gennes-Ivergny		FR	32	62	621	62370	128	Europe/Paris
6618397	Fressin	fressin	Fressin		FR	32	62	624	62359	571	Europe/Paris
6618398	Fresnoy	fresnoy			FR	32	62	624	62357	66	Europe/Paris
6618399	Fontaine-l'Étalon	fontaine-l-etalon	Fontaine-l'Etalon,Fontaine-l'Étalon		FR	32	62	621	62345	104	Europe/Paris
6618400	Flers	flers	Fler,Flers,flyrs,fu lai er,Флер,فليرس,弗莱尔		FR	32	62	621	62337	227	Europe/Paris
6618401	Famechon	famechon	Famechon,Fameshon,fa mei xiong,famytshwn,Фамешон,فاميتشون,法梅雄		FR	32	62	621	62322	119	Europe/Paris
6618402	Estrée	estree	Estre,ai si te lei,astry,Естре,إستري,埃斯特雷		FR	32	62	624	62312	289	Europe/Paris
6618403	Escœuilles	esc-uilles	Escœuilles		FR	32	62	625	62308	478	Europe/Paris
6618404	Escalles	escalles	Escalles		FR	32	62	626	62307	233	Europe/Paris
6618405	Ergny	ergny	Ergny		FR	32	62	624	62302	237	Europe/Paris
6618406	Éperlecques	eperlecques	Eperlecques,Éperlecques		FR	32	62	625	62297	3582	Europe/Paris
6618407	Écoivres	ecoivres	Ecoivres,Écoivres		FR	32	62	621	62283	129	Europe/Paris
6618408	Duisans	duisans	Duisans		FR	32	62	621	62279	1285	Europe/Paris
6618409	Douvrin	douvrin	Douvrin		FR	32	62	622	62276	5286	Europe/Paris
6618410	Douriez	douriez	Douriez,Dur'ez,Durez,Durje,du li ye,dwryz,Дурьез,Дурєз,Дурје,دوريز,杜里耶		FR	32	62	624	62275	337	Europe/Paris
6618411	Dennebrœucq	dennebr-ucq	Denbrok,Dennebrek,Dennebroeucq,Dennebrœucq,Dinbreu,de nei bu lei ke,dynybrwsyk,Денброк,Деннебрек,دينيبروسيك,德内布勒克		FR	32	62	625	62267	385	Europe/Paris
6618412	Croisilles	croisilles	Crogil,Croisilles,Kroazij,Kruazij,ke lu wa xi ye,krwysylys,Кроазиј,Круазий,Круазій,كرويسيليس,克鲁瓦西耶		FR	32	62	621	62259	1909	Europe/Paris
6618413	Croisette	croisette	Croisette,Crosette,Kroazet,Kruazett,ke lu wa sai te,krwazyt,Кроазет,Круазетт,كروازيت,克鲁瓦塞特		FR	32	62	621	62258	291	Europe/Paris
6618414	La Couture	la-couture	Couture,Kutir,La Couture,La-Kutjur,la ku di er,la kwtwr,Кутир,Ла-Кутюр,لا كوتور,لا کوٹوری، پاس-دی-کالایس,拉库蒂尔		FR	32	62	622	62252	2807	Europe/Paris
6618415	Courcelles-lès-Lens	courcelles-les-lens	Kursel le Lan,Kursel'-le-Lan,ku er sai lei lai lang si,kwrsylys lyh lyns,Курсел ле Лан,Курсель-ле-Лан,كورسيليس ليه لينس,库尔塞勒莱朗斯		FR	32	62	627	62249	7630	Europe/Paris
6618416	Coulogne	coulogne	Coulogne		FR	32	62	626	62244	5323	Europe/Paris
6618417	Coquelles	coquelles	Coquelles		FR	32	62	626	62239	2503	Europe/Paris
6618418	La Comté	la-comte	Comte,Comté,Konte,La Comte,La Comté,La-Komte,la kong tai,la kwmt,Конте,Ла-Комте,لا كومت,拉孔泰		FR	32	62	622	62232	903	Europe/Paris
6618419	Colline-Beaumont	colline-beaumont	Colline-Beaumont		FR	32	62	624	62231	137	Europe/Paris
6618420	La Cauchie	la-cauchie	La Cauchie		FR	32	62	621	62216	206	Europe/Paris
6618421	Capelle-lès-Hesdin	capelle-les-hesdin	Capelle-les-Hesdin,Capelle-lès-Hesdin		FR	32	62	624	62212	470	Europe/Paris
6618422	Campagne-lès-Guines	campagne-les-guines	Campagne-les-Guines,Campagne-lès-Guines		FR	32	62	626	62203	446	Europe/Paris
6618423	La Calotterie	la-calotterie	Calotterie,Kalotri,La-Kalottri,la ka luo te li,la kalwtyry,Калотри,Ла-Калоттри,Ла-Калоттрі,لا كالوتيري,拉卡洛特里		FR	32	62	624	62196	646	Europe/Paris
6618424	Calais	calais			FR	32	62	626	62193	74978	Europe/Paris
6618425	Cagnicourt	cagnicourt	Kan'ikur,Kanikur,ka ni ku er,kajnykwrt,Каньикур,Каньїкур,Кањикур,كاجنيكورت,卡尼库尔		FR	32	62	621	62192	432	Europe/Paris
6618426	Bus	bus			FR	32	62	621	62189	125	Europe/Paris
6618427	Brias	brias	Brias		FR	32	62	621	62180	292	Europe/Paris
6618428	Brebières	brebieres	Brebieres,Brebières		FR	32	62	621	62173	4908	Europe/Paris
6618429	Bléquin	blequin	Bleken,Blequin,Bléquin,blykywn,bu lai kan,burekan,Блекен,بليكيون,ブレカン,布莱坎		FR	32	62	625	62140	516	Europe/Paris
6618430	Blangerval-Blangermont	blangerval-blangermont	Blangerval,Blangerval-Blangermont		FR	32	62	621	62137	112	Europe/Paris
6618431	Beuvry	beuvry	Beuvry		FR	32	62	622	62126	9587	Europe/Paris
6618432	Beutin	beutin	Beutin		FR	32	62	624	62124	467	Europe/Paris
6618433	Béthune	bethune	Bethune,Béthune		FR	32	62	622	62119	25186	Europe/Paris
6618434	Bellonne	bellonne	Bellonn,Bellonne,Belon,Blione,bei luo nei,bylwny,Беллонн,Белон,بيلوني,贝洛内		FR	32	62	621	62106	216	Europe/Paris
6618435	Beauvois	beauvois	Beauvois,Biauvo,Bovoa,Bovua,bo wa,bwfwa,Бовоа,Бовуа,بوفوا,博瓦		FR	32	62	621	62101	144	Europe/Paris
6618436	Beaurains	beaurains	Beaurains		FR	32	62	621	62099	5697	Europe/Paris
6618439	Ayette	ayette	Aett,Ajet,a ye te,ayty,Аетт,Аєтт,Ајет,أيتي,阿耶特		FR	32	62	621	62068	326	Europe/Paris
6618440	Avesnes	avesnes			FR	32	62	624	62062	50	Europe/Paris
6618441	Les Attaques	les-attaques	Les Attaques		FR	32	62	626	62043	1948	Europe/Paris
6618442	Arras	arras	Aras,Aro,Arras,Arràs,Arrás,Nemetacum,a la si,aras,arasu,xa ras,Арас,Аррас,אראס,أراس,அராஸ்,อารัส,アラス,阿拉斯		FR	32	62	621	62041	40883	Europe/Paris
6618443	Arques	arques	Ark,Arque,Arques,a er ke,arkyws,Арк,أركيوس,阿尔克		FR	32	62	625	62040	9852	Europe/Paris
6618444	Ardres	ardres	Ardres		FR	32	62	626	62038	4427	Europe/Paris
6618445	Adinfer	adinfer	Adinfer		FR	32	62	621	62009	256	Europe/Paris
6618446	Achiet-le-Petit	achiet-le-petit	Achiet-le-Petit		FR	32	62	621	62006	299	Europe/Paris
6618447	Saint-Sauves-d'Auvergne	saint-sauves-d-auvergne			FR	84	63	633	63397	1128	Europe/Paris
6618448	Burgaronne	burgaronne	Burgaronne		FR	75	64	642	64151	98	Europe/Paris
6618449	Tramezaïgues	tramezaigues	Tramezaigues,Tramezaïgues		FR	76	65	652	65450	34	Europe/Paris
6618450	Saint-André	saint-andre	Saint-Andre,Saint-André,Sant Andreu de Sureda,Sent-Andre,sheng ang de lei,Сент-Андре,سینٹ-آندرے، پیرینیث-ورینتلیس,圣昂德雷		FR	76	66	661	66168	3388	Europe/Paris
6618451	Le Perthus	le-perthus	Le Perthus,el Pertus,el Pertús		FR	76	66	661	66137	586	Europe/Paris
6618452	Jujols	jujols	Jujols		FR	76	66	663	66090	44	Europe/Paris
6618453	Cerbère	cerbere	Cerbere,Cerbère,Cervera de la Marenda,Serber,sai er bei er,seruberu,srbr,Сербер,سربر,セルベール,塞尔贝尔		FR	76	66	661	66048	1335	Europe/Paris
6618454	Banyuls-sur-Mer	banyuls-sur-mer	Banyuls,Banyuls de la Marenda,Banyuls-sur-Mer		FR	76	66	661	66016	4766	Europe/Paris
6618455	Rexingen	rexingen	Reksingen,Rexinge,Rexingen,lei ke sang rang,ryksynghyn,Рексинген,Рексінген,ريكسينغين,勒克桑让		FR	44	67	674	67396	204	Europe/Paris
6618456	Saint-Priest	saint-priest	Sant-Pris,Sen Prijest,Sen-Prie,saengpeuliseuteu,san=purisuto,sant bryst,sheng pu lie si te,sn pryh  rn,Сен Пријест,Сен-Пріє,سانت بريست,سن پریه، رن,سین-پریسٹ، رہونے,サン＝プリースト,聖普列斯特,생프리스트		FR	84	69	691	69290	45844	Europe/Paris
6618457	Percey-le-Grand	percey-le-grand	Percey-le-Grand,Perse-le-Gran,Персе-ле-Гран		FR	27	70	702	70406	88	Europe/Paris
6618458	Le Bailleul	le-bailleul	Bailleul,Bajel,Le Bailleul,Le-Bael',Бајел,Ле-Баєль		FR	52	72	721	72022	1243	Europe/Paris
6618459	Fressines	fressines	Fressines		FR	75	79	792	79129	1658	Europe/Paris
6618460	Fricamps	fricamps	Fricamps		FR	32	80	802	80365	173	Europe/Paris
6618461	Saint-Juéry	saint-juery	Saint-Juery,Saint-Juéry,Sant Jueri,Sant Juèri,Sen-Zhjuehri,Sen-Zhueri,sheng rui ai li,Сен-Жуері,Сен-Жюэри,سینٹ-جیرے، ترن,聖瑞埃里		FR	76	81	811	81257	6814	Europe/Paris
6618462	Saint-Clair	saint-clair	Saint-Clair		FR	76	82	821	82160	278	Europe/Paris
6618463	Montastruc	montastruc	Montastruc		FR	76	82	822	82120	324	Europe/Paris
6618464	Tanneron	tanneron	Tanneron,ta nei long,Таннерон,塔内龙		FR	93	83	831	83133	1619	Europe/Paris
6618465	Grillon	grillon	Grijon,Grilhon,ge li long,Грийон,Грійон,格里隆		FR	93	84	843	84053	1758	Europe/Paris
6618466	Saint-Martin-des-Fontaines	saint-martin-des-fontaines	Saint-Martin-des-Fontaines		FR	52	85	851	85245	175	Europe/Paris
6618467	Luchapt	luchapt			FR	75	86	862	86138	256	Europe/Paris
6618468	Blémerey	blemerey	Blemerey,Blémerey		FR	44	88	882	88060	26	Europe/Paris
6618469	Chevannes	chevannes	Chevannes,Shevan,Shevann,xie wa na,Шеван,Шеванн,谢瓦纳		FR	27	89	891	89102	2186	Europe/Paris
6618470	Royères	royeres	Roiera,Royeres,Royères,Ruaer,lu wa ai lei,Руаер,Руаєр,鲁瓦埃勒		FR	75	87	872	87129	889	Europe/Paris
6618471	Maisonnais-sur-Tardoire	maisonnais-sur-tardoire	Maisones,Maisonès,Mesones,Mesonés,Mezonne-sjur-Tarduar,ta er du wa lei he pan mai suo nai,Мезонне-сюр-Тардуар,塔尔杜瓦勒河畔迈索奈		FR	75	87	873	87091	393	Europe/Paris
6618472	Villetaneuse	villetaneuse	Villetaneuse		FR	11	93	933	93079	13141	Europe/Paris
6693666	Rosoy	rosoy	Rosoy		FR	27	89	893	89326	1116	Europe/Paris
6694105	Bosselshausen	bosselshausen	Bossel'sozen,Bosselshuese,Bosselshüse,bo sai er suo sang,bwsylshawsyn,Боссельсозен,بوسيلشاوسين,博塞尔索桑		FR	44	67	674	67057	162	Europe/Paris
6694106	Cuisles	cuisles			FR	44	51	513	51201	137	Europe/Paris
6694108	Verquigneul	verquigneul			FR	32	62	622	62847	1886	Europe/Paris
7115305	Lieoux	lieoux	Lieoux		FR	76	31	312	31300	126	Europe/Paris
7115306	Saint-Symphorien	saint-symphorien	Saint-Symphorien,Sanctus Simphorianus,Sant-Sinforian,Sen-Semfor'jan,Sen-Semforjan,sheng xi mu fu li an,Сен-Семфорьян,Сен-Семфорян,圣西姆福里安		FR	53	35	353	35317	621	Europe/Paris
8285529	Lavilleneuve-au-Roi	lavilleneuve-au-roi	Lavilleneuve-au-Roi		FR	44	52	521	52278	81	Europe/Paris
8285530	Avrecourt	avrecourt	Avrecourt		FR	44	52	522	52033	121	Europe/Paris
8285531	Chézeaux	chezeaux	Chezeaux,Chézeaux		FR	44	52	522	52124	70	Europe/Paris
8285532	Saulxures	saulxures	Saulxures		FR	44	52	522	52465	128	Europe/Paris
8285533	Laneuville-à-Rémy	laneuville-a-remy	Laneuville-a-Remy,Laneuville-à-Rémy		FR	44	52	523	52266	65	Europe/Paris
11204239	Culey	culey	Culey		FR	44	55	551	55138	146	Europe/Paris
11548418	Saint-Lucien	saint-lucien			FR	28	76	761	76601	252	Europe/Paris
\.


--
-- Data for Name: cities; Type: TABLE DATA; Schema: fr; Owner: g5
--

COPY fr.cities (geoid, name, slug, country_code, postal_code, population, timezone, latitude, longitude, altitude, alternatenames, capital_of, admin1_code, admin2_code, admin3_code, admin4_code) FROM stdin;
2967111	Zutzendorf	zutzendorf	FR		0	Europe/Paris	48.85435	7.54964		Zutzendorf		44	67	674	67347
2967127	Zollingen	zollingen	FR		0	Europe/Paris	48.90986	7.07434		Zollingen		44	67	674	67435
2967144	Zivignola	zivignola	FR		0	Europe/Paris	41.75268	8.8093		Zifignola,Zivignola		94	2A	2A1	2A276
2967151	Zelucq	zelucq	FR		0	Europe/Paris	50.51005	1.69264				32	62	624	62832
2967152	Zelsheim	zelsheim	FR		0	Europe/Paris	48.29855	7.64322				44	67	675	67146
2967159	Zanière	zaniere	FR		0	Europe/Paris	45.43316	3.0768		Zaniere,Zanieres,Zanière,Zanières		84	63	633	63087
2967161	Zagat	zagat	FR		0	Europe/Paris	45.38426	3.08691				84	63	633	63009
2967176	Yvraumont	yvraumont	FR		0	Europe/Paris	48.9323	5.03984				44	55	551	55295
2967187	Yvette	yvette	FR		0	Europe/Paris	48.71667	1.91667				11	78	782	78220
2967194	Yvernailles	yvernailles	FR		0	Europe/Paris	48.61867	2.92021				11	77	773	77010
2967197	Yvelin	yvelin	FR		0	Europe/Paris	49.60394	0.83077				28	76	763	76203
2967206	Yssamat	yssamat	FR		0	Europe/Paris	45.20887	3.83281				84	43	432	43026
2967210	Yronde	yronde	FR		610	Europe/Paris	45.61339	3.25514		Yronde,Yronde-et-Buron		84	63	632	63472
2967216	Ypreville	ypreville	FR		0	Europe/Paris	49.77089	0.48563		Ypreville		28	76	762	76013
2967219	Yonville	yonville	FR		0	Europe/Paris	49.98101	1.80884				32	80	801	80196
2967227	Ymorville	ymorville	FR		0	Europe/Paris	48.34825	1.63697				24	28	281	28004
2967237	Yèvre-le-Châtel	yevre-le-chatel	FR		0	Europe/Paris	48.15995	2.33297		Yevre-la-Patriote,Yevre-le-Chatel,Yèvre-la-Patriote,Yèvre-le-Châtel		24	45	453	45348
2967240	Yeuse	yeuse	FR		0	Europe/Paris	50.81515	1.97782				32	62	626	62488
2967254	Ychamp	ychamp	FR		0	Europe/Paris	45.63333	3.48333				84	63	631	63023
2967279	Xaintes	xaintes	FR		0	Europe/Paris	47.05019	1.96838		Xaintes		24	36	364	36152
2967298	Woinville	woinville	FR		0	Europe/Paris	48.89682	5.66138		Woinville		44	55	552	55093
2967306	Woellenheim	woellenheim	FR		0	Europe/Paris	48.67951	7.51019				44	67	674	67532
2967307	Wœlfling-lès-Sarreguemines	woelfling-les-sarreguemines	FR		642	Europe/Paris	49.08591	7.17455		Woelfling,Woelfling-les-Sarreguemines,Woelfling-lès-Sarreguemines,Wolflingen,Wölflingen,Wœlfling-lès-Sarreguemines		44	57	576	57750
2967321	Witainéglise	witaineglise	FR		0	Europe/Paris	49.95306	1.68333				32	80	802	80343
2967332	Wiry-au-Val	wiry-au-val	FR		0	Europe/Paris	49.95831	1.84018				32	80	801	80825
2967335	Wintzfelden	wintzfelden	FR		0	Europe/Paris	47.97821	7.19532		Wintzfelden		44	68	686	68318
2967353	Wilshausen	wilshausen	FR		0	Europe/Paris	48.77514	7.55044				44	67	674	67530
2967365	Willametz	willametz	FR		0	Europe/Paris	50.61367	2.08964				32	62	625	62760
2967368	Wildengut	wildengut	FR		0	Europe/Paris	48.9396	7.44462		Wildengut,Wildenguth		44	67	674	67392
2967369	Wihr-en-Plaine	wihr-en-plaine	FR		0	Europe/Paris	48.08272	7.40916		Wihr		44	68	682	68145
2967384	Wibolsheim	wibolsheim	FR		0	Europe/Paris	48.48043	7.7118		Wiebolsheim		44	67	678	67131
2967385	Wez	wez	FR		0	Europe/Paris	49.17728	4.21247				44	51	513	51571
2967396	Westbécourt	westbecourt	FR		0	Europe/Paris	50.73044	2.06222		Westbecourt,Westbécourt		32	62	625	62008
2967402	Welferding	welferding	FR		0	Europe/Paris	49.11342	7.04335		Welferding,Wolferdingen,Wölferdingen		44	57	576	57631
3007542	Lansalut	lansalut	FR		0	Europe/Paris	48.66667	-3.85				53	29		
2967419	Wavans	wavans	FR		0	Europe/Paris	50.21667	2.16667		Wavans,Wavans-sur-l'Authie		32	62	621	62881
2967424	Wattiessart	wattiessart	FR		0	Europe/Paris	50.53241	3.03132		Wathessart,Wattiessart		32	59	595	59560
2967425	Watterdal	watterdal	FR		0	Europe/Paris	50.68789	2.01284				32	62	625	62788
2967427	Wattebléry	watteblery	FR		0	Europe/Paris	49.9489	1.6577				32	80	801	80120
2967431	Wathiéhurt	wathiehurt	FR		0	Europe/Paris	50.17244	1.55358				32	80	801	80464
2967445	Warnecque	warnecque	FR		0	Europe/Paris	50.63582	2.12225				32	62	625	62569
2967447	Warne	warne	FR		0	Europe/Paris	50.66103	2.35069				32	62	625	62721
2967456	Warlez	warlez	FR		0	Europe/Paris	50.74959	1.99162		Warlet,Warlez		32	62	625	62478
2967459	Warincthun	warincthun	FR		0	Europe/Paris	50.85016	1.63582				32	62	623	62054
2967465	Warfusée-Abancourt	warfusee-abancourt	FR		0	Europe/Paris	49.87196	2.59089		Warfusee-Abancourt,Warfusée-Abancourt		32	80	802	80463
2967466	Warendin	warendin	FR		0	Europe/Paris	50.41937	3.11376				32	59	593	59509
2967474	Wanel	wanel	FR		0	Europe/Paris	50.0011	1.90652		Wanel		32	80	801	80406
2967475	Wandonne	wandonne	FR		0	Europe/Paris	50.56408	2.1264				32	62	625	62053
2967479	Wanchielle	wanchielle	FR		0	Europe/Paris	49.86363	1.38411				28	76	761	76749
2967505	Waldam	waldam	FR		0	Europe/Paris	50.97992	1.98178				32	62	626	62645
2967517	Wagnonlieu	wagnonlieu	FR		0	Europe/Paris	50.29254	2.70793				32	62	621	62279
2967519	Wagenbach	wagenbach	FR		0	Europe/Paris	48.35153	7.25271		Wagenbach		44	67	675	67280
2967520	Wadonville-en-Woëvre	wadonville-en-woevre	FR		0	Europe/Paris	49.06487	5.68672		Wadonville,Wadonville-en-Woevre,Wadonville-en-Woëvre		44	55	553	55457
2967521	Wadimont	wadimont	FR		0	Europe/Paris	49.67564	4.20121		Wadimont		44	08	082	08113
2967522	Wadícourt	wadicourt	FR		0	Europe/Paris	50.26777	1.9051				32	80	801	80248
2967523	Wadenthun	wadenthun	FR		0	Europe/Paris	50.88333	1.76667				32	62	626	62156
2967528	Wackenbach	wackenbach	FR		0	Europe/Paris	48.4861	7.18461		Vackenbach,Wackenbach		44	67	673	67448
2967537	Vurey	vurey	FR		0	Europe/Paris	45.72148	5.00454				84	69	691	69277
2967540	Vulmix	vulmix	FR		0	Europe/Paris	45.60868	6.75231		Vulmix		84	73	731	73054
2967548	Vuidepot	vuidepot	FR		0	Europe/Paris	44.73884	0.78247				75	24	241	24028
2967550	Vublon	vublon	FR		0	Europe/Paris	46.25291	0.30521				75	86	862	86211
2967558	Vrolle	vrolle	FR		0	Europe/Paris	46.23333	2.58333				84	03	031	03261
2967563	Vrines	vrines	FR		0	Europe/Paris	46.99635	-0.24151		Vrines		75	79	791	79329
2967564	Vrillon	vrillon	FR		0	Europe/Paris	47.43643	3.20535				27	58	584	58077
2967572	Vrémy	vremy	FR		0	Europe/Paris	49.16274	6.2832		Vremy,Vrémy		44	57	579	57204
2967574	Vreigne	vreigne	FR		0	Europe/Paris	47.33333	1.1				24	37	373	37073
3014273	Guillant	guillant	FR		0	Europe/Paris	45	4.35				84	07	073	07151
2967580	Vrasville	vrasville	FR		0	Europe/Paris	49.69511	-1.37254		Vrasville		28	50	502	50142
2967587	Vozelles	vozelles	FR		0	Europe/Paris	46.13362	3.33706		Vozelle,Vozelles		84	03	033	03110
2967594	Vovette	vovette	FR		0	Europe/Paris	48.34363	1.56034				24	28	281	28383
2967596	Vovelles	vovelles	FR		0	Europe/Paris	48.33561	1.53241				24	28	281	28122
2967597	Vauveix	vauveix	FR		0	Europe/Paris	45.79006	1.89514				75	23	232	23165
2967598	Vove	vove	FR		0	Europe/Paris	48.18631	4.17007				44	10	103	10363
2967606	Vieux Vouzan	vieux-vouzan	FR		706	Europe/Paris	45.5992	0.34535		Vieux Vouzan,Vosan,Vouzan,Vuzan,wu cang,Вузан,武藏		75	16	161	16422
2967623	Vourzac	vourzac	FR		0	Europe/Paris	45.03764	3.80218				84	43	432	43233
2967624	Vourvenans	vourvenans	FR		0	Europe/Paris	47.55416	6.86758				27	90	901	90097
2967637	Vouleux	vouleux	FR		0	Europe/Paris	45.00713	4.97448				84	26	263	26084
2967649	Vouhet	vouhet	FR		0	Europe/Paris	46.48424	1.27761				24	36	361	36067
2967651	Vieux Vouhé	vieux-vouhe	FR		0	Europe/Paris	46.5481	-0.23751		Vieux Vouhe,Vieux Vouhé,Vouhe,Vouhé		75	79	793	79354
2967657	Vougon	vougon	FR		0	Europe/Paris	46.71292	2.73258				84	03	031	03003
2967659	Vouglans	vouglans	FR		0	Europe/Paris	46.38691	5.66319		Retenue de Vouglans,Vouglans		27	39	393	39289
2967660	Vougerie Haute	vougerie-haute	FR		0	Europe/Paris	48.17578	-1.17038				53	35	351	35015
2967661	Vougerie Basse	vougerie-basse	FR		0	Europe/Paris	48.17858	-1.1628				53	35	351	35015
2967662	Vougerie	vougerie	FR		0	Europe/Paris	48.16667	-1.16667				53	35	351	35015
2967666	Voueyse	voueyse	FR		0	Europe/Paris	46.17045	2.22555				75	23	231	23093
2967667	Vouël	vouel	FR		0	Europe/Paris	49.65821	3.28714		Vouel,Vouël		32	02	022	02738
2967672	Vouciennes	vouciennes	FR		0	Europe/Paris	48.84621	4.45114		Vouciennes		44	51	511	51648
2967677	Vosves	vosves	FR		0	Europe/Paris	48.51297	2.59612		Voves		11	77	772	77152
2967684	Vorvigny	vorvigny	FR		0	Europe/Paris	48.01904	3.55769				27	89	891	89156
2967685	Vorton	vorton	FR		0	Europe/Paris	45.81356	3.52844				84	63	635	63151
2967686	Vors	vors	FR		0	Europe/Paris	44.28841	2.44944		Vors		76	12	123	12056
2967688	Vornaud	vornaud	FR		0	Europe/Paris	47.09428	1.85495				24	36	364	36122
2967714	Voluy	voluy	FR		0	Europe/Paris	44.24055	5.54828				84	26	262	26372
2967719	Volondat	volondat	FR		0	Europe/Paris	46.07531	1.52045		Volonda,Volondat		75	87	872	87083
2967732	Vollien	vollien	FR		0	Europe/Paris	45.82418	5.669				84	01	011	01141
2967734	Volkrange	volkrange	FR		0	Europe/Paris	49.35692	6.09021				44	57	577	57672
2967735	Volhac	volhac	FR		0	Europe/Paris	45.00257	3.92074				84	43	432	43078
2967737	Volevrac	volevrac	FR		0	Europe/Paris	45.21667	2.43333		Volevrac,Voleyrac		84	15	152	15006
2967749	Voisinal	voisinal	FR		0	Europe/Paris	45.31059	5.16708				84	38	383	38505
2967750	Voisin	voisin	FR		0	Europe/Paris	50.29697	1.92588				32	80	801	80248
2967751	Voisin	voisin	FR		0	Europe/Paris	47.76548	4.61988				27	21	213	21455
2967760	Voirie	voirie	FR		0	Europe/Paris	48.45466	0.44344				28	61	613	61327
2967764	Voirat	voirat	FR		0	Europe/Paris	45.4457	3.40668				84	63	633	63079
2967765	Voirac	voirac	FR		0	Europe/Paris	45.32129	3.93144				84	43	432	43201
2967785	Vœuil-et-Giget	voeuil-et-giget	FR		1505	Europe/Paris	45.58333	0.15		Vej-e-Zhizhe,Vjoj-eh-Zhizhe,Voeuil,wo e yi he ji re,Вей-е-Жиже,Вёй-э-Жиже,沃厄伊和吉热		75	16	161	16418
2967786	Voeu	voeu	FR		0	Europe/Paris	47.02571	1.87752				24	36	364	36152
2967787	Vœllerdingen	voellerdingen	FR		447	Europe/Paris	48.9624	7.14003		Voellerdingen,Vœllerdingen		44	67	674	67508
2967789	Vœgtlinshoffen	voegtlinshoffen	FR		501	Europe/Paris	48.02059	7.28162		Voegtlinshofen		44	68	682	68350
2967794	Vizzavona	vizzavona	FR		0	Europe/Paris	42.12781	9.1331		Vizzavona,Vizzavone		94	2B	2B3	2B354
2967798	Vizezy	vizezy	FR		0	Europe/Paris	45.72607	4.15026				84	42	421	42174
2967822	Vivière	viviere	FR		0	Europe/Paris	49.56846	1.63848				28	76	761	76423
2967824	Vivier	vivier	FR		0	Europe/Paris	48.73815	3.57479		Vivier,Viviers		44	51	512	51237
2967838	Viuz	viuz	FR		0	Europe/Paris	45.83777	5.84005		Viu,Viuz		84	73	732	73085
2967873	Vetriccia	vetriccia	FR		0	Europe/Paris	42.30694	8.67846		Vetriccia,Vitriccia		94	2A	2A1	2A203
2967874	Vitrezay	vitrezay	FR		0	Europe/Paris	45.32757	-0.70661		Corne,Vitrezay		75	17	171	17312
2967877	Vitreville	vitreville	FR		0	Europe/Paris	49.64434	0.19421				28	76	762	76595
2967881	Vitray-sous-Brézolles	vitray-sous-brezolles	FR		0	Europe/Paris	48.6897	1.1233		Vitray,Vitray-sous-Brezolles,Vitray-sous-Brézolles		24	28	283	28120
2967888	Vitracq	vitracq	FR		0	Europe/Paris	44.23681	-0.46321				75	40	402	40167
2967897	Visy	visy	FR		0	Europe/Paris	48.69467	2.85952				11	77	773	77192
2967898	Visy	visy	FR		0	Europe/Paris	47.03771	2.76705				24	18	181	18023
2967900	Vistale	vistale	FR		0	Europe/Paris	42.24147	8.63012		Vistale		94	2A	2A1	2A212
11967878	Runsche	runsche	FR		0	Europe/Paris	47.93743	6.98133				44			
2967927	Virolobier	virolobier	FR		0	Europe/Paris	46.33694	2.91353				84	03	031	03256
2967929	Virolle	virolle	FR		0	Europe/Paris	45.81667	1.38333				75	87	872	87005
2967930	Virolle	virolle	FR		0	Europe/Paris	45.6664	1.4751				75	87	872	87072
2967931	Virolas	virolas	FR		0	Europe/Paris	45.87604	0.89168				75	87	873	87154
2967932	Virolan	virolan	FR		0	Europe/Paris	46.53676	2.00029		Virolan,Virolan de Vaudouan		24	36	363	36025
2967936	Virloup	virloup	FR		0	Europe/Paris	48.19783	4.11128		Vireloup,Virloup		44	10	103	10049
2967957	Vireuil-le-Haut	vireuil-le-haut	FR		0	Europe/Paris	45.26667	4.55				84	42	423	42028
2967958	Viret	viret	FR		0	Europe/Paris	46.32355	2.91444				84	03	031	03219
2967959	Vires	vires	FR		0	Europe/Paris	43.17673	3.14001				76	11	113	11262
2967961	Virenne	virenne	FR		0	Europe/Paris	45.53592	3.64447				84	63	631	63230
2967962	Viremont	viremont	FR		0	Europe/Paris	46.43727	5.63333		Viremont		27	39	392	39086
2967968	Virebelle	virebelle	FR		0	Europe/Paris	43.18488	5.60384				93	13	133	13028
2967977	Virat	virat	FR		0	Europe/Paris	46.05	1.1		Virat,Viret		75	87	871	87012
2967989	Viossange	viossange	FR		0	Europe/Paris	45.48278	1.97379				75	19	193	19249
2967991	Viors	viors	FR		0	Europe/Paris	44.98188	1.53428				76	46	463	46086
2967993	Vioreau	vioreau	FR		0	Europe/Paris	47.53133	-1.43683				52	44	445	44077
2968009	Viodos	viodos	FR		803	Europe/Paris	43.24129	-0.8814		Bildoze,Bildoze-Onizepea,Biudos-Avensa de Baish,Biudòs-Avensa de Baish,V'odos-Abans-de-Ba,Viodos,Viodos-Abans-de-Ba,Viodos-Abense-de-Bas,wei ao duo si-a bang si de ba,Виодос-Абанс-де-Ба,Вьодос-Абанс-де-Ба,Віодос-Абанс-де-Ба,维奥多斯-阿邦斯德巴		75	64	642	64559
2968016	Vinzan	vinzan	FR		0	Europe/Paris	45.69901	2.06325				75	19	193	19164
2968017	Viny	viny	FR		0	Europe/Paris	47.95	-4.23333				53	29	294	29167
2968020	Vins-Haut	vins-haut	FR		0	Europe/Paris	45.30296	3.01682				84	63	633	63006
2968022	Vinot	vinot	FR		0	Europe/Paris	45.5989	4.0339		Vinol,Vinot		84	42	421	42012
2968030	Vingeux	vingeux	FR		0	Europe/Paris	47.14243	3.20981				27	58	584	58231
2968033	Vinfaud	vinfaud	FR		0	Europe/Paris	45.43784	3.49113				84	63	633	63277
2968038	Vines	vines	FR		0	Europe/Paris	44.8563	2.8074				76	12	122	12051
2968040	Vindiolet	vindiolet	FR		0	Europe/Paris	45.62831	3.31129				84	63	632	63405
2968041	Vindiolet	vindiolet	FR		0	Europe/Paris	45.60282	3.54512				84	63	631	63023
2968043	Vindelonde	vindelonde	FR		0	Europe/Paris	49.32655	-1.3269				28	50	503	50016
2968048	Vincy-Manœuvre	vincy-manoeuvre	FR		196	Europe/Paris	49.08333	2.96667		Vincy		11	77	771	77526
2968052	Vinceuil	vinceuil	FR		0	Europe/Paris	46.69895	1.96191				24	36	363	36180
2968055	Vincendières	vincendieres	FR		0	Europe/Paris	45.30743	7.04056				84	73	733	73040
2968069	Vinabineau	vinabineau	FR		0	Europe/Paris	46.51371	2.22771				24	18	182	18234
2968077	Vimey	vimey	FR		0	Europe/Paris	48.56601	1.23019		Vimais,Vimey		24	28	283	28386
2968081	Vimbouches	vimbouches	FR		0	Europe/Paris	44.29336	3.83996				76	48	481	48152
2968084	Vilsoul	vilsoul	FR		0	Europe/Paris	46.40829	2.66278				84	03	031	03305
2968086	Vilquoy	vilquoy	FR		0	Europe/Paris	48.2	1.31667				24	28	282	28396
2968087	Vilpré	vilpre	FR		0	Europe/Paris	48.67335	2.97505				11	77	773	77393
2968089	Vilours	vilours	FR		0	Europe/Paris	47.49941	3.09536				27	58	584	58033
2968092	Vilmesnil	vilmesnil	FR		0	Europe/Paris	49.68455	0.44727				28	76	762	76021
2968097	Villy-le-Haut	villy-le-haut	FR		142	Europe/Paris	49.91373	1.43199				28	76	761	76049
2968107	Villurbain	villurbain	FR		0	Europe/Paris	47.4	3.85				27	58	581	58229
2968110	Villours	villours	FR		0	Europe/Paris	46.9236	1.52564				24	36	362	36198
2968111	Villouette	villouette	FR		0	Europe/Paris	48.68181	3.47914				44	51	512	51473
2968126	Villoiseau	villoiseau	FR		0	Europe/Paris	48.24663	3.0106				11	77	773	77035
2968127	Villoiseau	villoiseau	FR		0	Europe/Paris	48.15218	0.91239		Villoiseau,Villoiseaux		24	28	284	28018
2968132	Villiers-Templon	villiers-templon	FR		0	Europe/Paris	48.73676	3.31218				11	77	773	77421
2968136	Villiers-sur-Terre	villiers-sur-terre	FR		0	Europe/Paris	48.39403	3.2967				11	77	773	77507
2968146	Villiers-sur-Beuvron	villiers-sur-beuvron	FR		0	Europe/Paris	47.34714	3.48893				27	58	582	58029
2968154	Villiers-Martin	villiers-martin	FR		0	Europe/Paris	48.25348	2.34684				24	45	453	45191
2968156	Villiers-les-Poteaux	villiers-les-poteaux	FR		0	Europe/Paris	47.39286	3.99262		Villiers les Potots,Villiers-les-Poteaux		27	89	892	89318
2968157	Villiers-les-Oudets	villiers-les-oudets	FR		0	Europe/Paris	48.45123	1.87528				11	78	782	78478
2968158	Villiers-les-Nonains	villiers-les-nonains	FR		0	Europe/Paris	47.44226	3.98571				27	89	892	89336
2968159	Villiers-les-Moines	villiers-les-moines	FR		0	Europe/Paris	47.89315	4.3565				27	21	213	21143
2968165	Villiers les Convers	villiers-les-convers	FR		0	Europe/Paris	47.97491	4.8069				44	52	521	52274
2968173	Villiers-le-Brûlé	villiers-le-brule	FR		0	Europe/Paris	48.36229	4.35934		Villers-le-Brule,Villers-le-Brulé,Villiers		44	10	103	10287
2968178	Villiers-Landoue	villiers-landoue	FR		0	Europe/Paris	48.49204	1.80028				11	78	782	78506
2968179	Villiers-la-Grange	villiers-la-grange	FR		0	Europe/Paris	47.6523	3.92472				27	89	892	89194
2968193	Villiers-aux-Chênes	villiers-aux-chenes	FR		0	Europe/Paris	48.37137	4.89712		Villiers,Villiers-aux-Chenes,Villiers-aux-Chênes		44	52	523	52178
2968194	Villiers-aux-Bois	villiers-aux-bois	FR		0	Europe/Paris	48.54448	4.97992		Villiers,Villiers-aux-Bois		44	52	523	52497
2968217	Villeziers	villeziers	FR		0	Europe/Paris	48.67325	2.1704		Villeziers		11	91	913	91560
2968218	Villez-Champ-Dominel	villez-champ-dominel	FR		0	Europe/Paris	48.91918	1.08896				28	27	272	27693
2968224	Villevotte	villevotte	FR		0	Europe/Paris	48.63528	3.7496				44	51	512	51628
2968226	Villevoque	villevoque	FR		0	Europe/Paris	48.38332	4.33849				44	10	103	10287
2968228	Villevillon	villevillon	FR		0	Europe/Paris	48.17429	1.01836				24	28	284	28016
2968229	Villeville	villeville	FR		0	Europe/Paris	47.03904	2.86848				24	18	182	18154
2968230	Villeville	villeville	FR		0	Europe/Paris	46.37075	2.18681				75	23	231	23032
2968232	Ville Vieille	ville-vieille	FR		0	Europe/Paris	44.7605	6.8219		Ville Vieille,Ville-Vieille		93	05	051	05038
2968237	Villeveyre	villeveyre	FR		0	Europe/Paris	45.51667	3.91667				84	63	631	63319
2968239	Villevert	villevert	FR		0	Europe/Paris	48.63227	2.0368				11	91	913	91482
2968240	Villevernenil	villevernenil	FR		0	Europe/Paris	45.07781	0.47361				75	24	243	24309
2968241	Villevergne	villevergne	FR		0	Europe/Paris	45.77359	2.44134				84	63	634	63165
2968243	Villevendret	villevendret	FR		0	Europe/Paris	46.50991	2.55295				84	03	031	03072
2968245	Villevelle	villevelle	FR		0	Europe/Paris	46.88583	3.55131				27	58	583	58097
2968246	Villeveix	villeveix	FR		0	Europe/Paris	46.39827	2.00889				75	23	232	23041
2968247	Villevé	villeve	FR		0	Europe/Paris	48.12888	1.67974				24	28	282	28287
2968248	Villevayre	villevayre	FR		0	Europe/Paris	44.21524	1.92441				76	12	123	12167
2968251	Villevaleix	villevaleix	FR		0	Europe/Paris	46.14473	2.51588				75	23	231	23076
2968252	Villevaleix	villevaleix	FR		0	Europe/Paris	46.12969	1.97915				75	23	232	23201
2968253	Ville-Valeix	ville-valeix	FR		0	Europe/Paris	45.71667	2.15				75	19	193	19241
2968258	Villette-les-Bois	villette-les-bois	FR		0	Europe/Paris	48.57963	1.30817		Villette,Villette-les-Bois		24	28	283	28393
2968276	Villetalle-Haute	villetalle-haute	FR		0	Europe/Paris	44.06667	6.88333				93	06	062	06071
2968277	Villetalle-Basse	villetalle-basse	FR		0	Europe/Paris	44.06667	6.86667				93	06	062	06071
2968278	Villetalle	villetalle	FR		0	Europe/Paris	44.08136	6.82466				93	06	062	06133
2968296	Ville-Sevreux	ville-sevreux	FR		0	Europe/Paris	48.06606	1.79511		Ville-Sevreux,Villeseureux		24	45	452	45313
2968297	Villeservine	villeservine	FR		0	Europe/Paris	46.15824	1.95234				75	23	232	23206
2968304	Villesauveix	villesauveix	FR		0	Europe/Paris	45.85	2.08333				75	23	231	23144
2968305	Ville Sauvage	ville-sauvage	FR		0	Europe/Paris	48.40294	2.12102				11	91	911	91223
2968306	Villesauge	villesauge	FR		0	Europe/Paris	47.46453	3.16238				27	58	584	58036
2968307	Villesard	villesard	FR		0	Europe/Paris	48.13061	1.30964				24	28	282	28233
2968308	Villesalem	villesalem	FR		0	Europe/Paris	46.50755	1.00402				75	86	862	86118
2968309	Villesaison	villesaison	FR		0	Europe/Paris	46.90828	1.87295				24	36	364	36140
2968311	Villesabot	villesabot	FR		0	Europe/Paris	48.15383	3.61745				27	89	893	89120
2968326	Villers-sur-Mareuil	villers-sur-mareuil	FR		0	Europe/Paris	50.06474	1.80624		Villers,Villers-sur-Mareuil		32	80	801	80444
2968342	Villers-sous-Bonchamp	villers-sous-bonchamp	FR		0	Europe/Paris	49.10224	5.57506		Villers,Villers-sous-Bonchamp		44	55	553	55060
2968412	Villers-Campeau	villers-campeau	FR		0	Europe/Paris	50.35991	3.27063		Villers-Campeau		32	59	593	59574
2968421	Villers-aux-Nœuds	villers-aux-noeuds	FR		185	Europe/Paris	49.18333	3.98333		Villers		44	51	513	51631
2968441	Villeroy-sur-Authie	villeroy-sur-authie	FR		0	Europe/Paris	50.25455	2.04876		Villeroy,Villeroy-sur-Authie		32	80	801	80810
2968451	Villermon	villermon	FR		0	Europe/Paris	48.19715	1.79717				24	28	281	28199
2968458	Villeres	villeres	FR		0	Europe/Paris	47.041	2.83653				24	18	181	18056
2968459	Villerégnier	villeregnier	FR		0	Europe/Paris	46.11657	1.95464				75	23	232	23250
2968466	Villerange	villerange	FR		0	Europe/Paris	46.20772	2.364				75	23	231	23114
2968467	Villerajouze	villerajouze	FR		0	Europe/Paris	46.01167	1.00683				75	87	871	87018
2968473	Villepuant	villepuant	FR		0	Europe/Paris	47.20573	2.68912				24	18	181	18019
2968474	Villeprévost	villeprevost	FR		0	Europe/Paris	48.14966	1.75001				24	28	282	28390
2968476	Villepreuvoir	villepreuvoir	FR		0	Europe/Paris	47.42962	2.98638				27	58	584	58086
2968480	Ville Plate	ville-plate	FR		0	Europe/Paris	46.91116	0.70982				24	37	373	37001
2968481	Villeplane	villeplane	FR		0	Europe/Paris	44.06193	6.81805				93	06	062	06071
2968484	Villepierre	villepierre	FR		0	Europe/Paris	47.0539	1.83199				24	36	364	36230
2968485	Villepied	villepied	FR		0	Europe/Paris	48.01057	3.54695				27	89	893	89059
2968487	Villepey	villepey	FR		0	Europe/Paris	43.40137	6.72217				93	83	831	83061
2968488	Villepesant	villepesant	FR		0	Europe/Paris	46.3998	0.26975				75	86	863	86293
2968490	Villepereux	villepereux	FR		0	Europe/Paris	48.13664	1.6538				24	28	282	28114
2968492	Ville Perdue	ville-perdue	FR		0	Europe/Paris	47.09876	2.18628				24	18	183	18237
2968494	Villepart	villepart	FR		0	Europe/Paris	48.25858	4.10598		Villepart		44	10	103	10060
2968498	Villéon	villeon	FR		0	Europe/Paris	48.43491	-2.36163				53	22	224	22175
2968501	Villentière	villentiere	FR		0	Europe/Paris	48.0704	1.48161				24	28	282	28330
2968505	Villenoue	villenoue	FR		0	Europe/Paris	46.91215	2.02844				24	36	364	36052
2968506	Villenotte	villenotte	FR		0	Europe/Paris	47.49881	4.37857				27	21	213	21689
2968509	Villeneuve-Troloc	villeneuve-troloc	FR		0	Europe/Paris	47.75	-3.5				53	56	561	56078
2968551	Villeneuve-la-Perrée	villeneuve-la-perree	FR		0	Europe/Paris	48.1342	2.52097		Villeneuve,Villeneuve-la-Perree,Villeneuve-la-Perrée		11	77	774	77027
2968553	Villeneuve-la-Hurée	villeneuve-la-huree	FR		0	Europe/Paris	48.70254	3.00791				11	77	773	77527
2968563	Villeneuve-du-Bosc	villeneuve-du-bosc	FR		0	Europe/Paris	43.00055	1.6562		Villeneuve,Villeneuve-du-Bosc		76	09	091	09264
2968565	Villeneuve-des-Escaldes	villeneuve-des-escaldes	FR		0	Europe/Paris	42.47748	1.9525		Vilanova,Vilanova de  les Escaldes,Villeneuve-des Escaldas		76	66	663	66005
2968568	Villeneuve-de-Mézin	villeneuve-de-mezin	FR		0	Europe/Paris	44.01691	0.24729		Villeneuve,Villeneuve-de-Mezin,Villeneuve-de-Mézin		75	47	474	47134
2968581	Ville Neuve	ville-neuve	FR		0	Europe/Paris	45.16284	5.73477		Ville Neuve,Villeneuve de Grenoble		84	38	381	38185
2968594	Ville-Neuve	ville-neuve	FR		0	Europe/Paris	46.91874	2.80193				24	18	182	18175
2968610	Ville Neuve	ville-neuve	FR		0	Europe/Paris	44.9	1.15				75	24	244	24366
2968633	Ville Morvan	ville-morvan	FR		0	Europe/Paris	48.31509	-2.95633				53	22	224	22313
2968634	Ville Morvan	ville-morvan	FR		0	Europe/Paris	48.17094	-2.81169				53	22	224	22136
2968637	Villemoron	villemoron	FR		0	Europe/Paris	47.66903	5.10282		Villemoron		44	52	522	52094
2968640	Villemontry	villemontry	FR		0	Europe/Paris	49.58149	5.07888				44	08	083	08311
2968642	Villemontheix	villemontheix	FR		0	Europe/Paris	45.98333	1.66667		Villemontheil,Villemontheix		75	23	232	23056
2968643	Villemonteix	villemonteix	FR		0	Europe/Paris	46.11095	2.14344				75	23	231	23229
2968644	Villemonteix	villemonteix	FR		0	Europe/Paris	45.83138	1.62467				75	87	872	87043
2968645	Villemonteix	villemonteix	FR		0	Europe/Paris	45.72555	2.13806				75	19	193	19241
2968646	Villemonteix	villemonteix	FR		0	Europe/Paris	45.68837	1.70537				75	87	872	87064
2968647	Villemonteil	villemonteil	FR		0	Europe/Paris	45.96858	0.96277				75	87	873	87078
2968648	Villemontange	villemontange	FR		0	Europe/Paris	46.12501	2.77327				84	63	634	63293
2968650	Villemont	villemont	FR		0	Europe/Paris	47.14543	2.56867				24	18	181	18235
2968651	Villemont	villemont	FR		0	Europe/Paris	46.17924	1.27277				75	87	871	87180
2968652	Villemoneix	villemoneix	FR		0	Europe/Paris	45.81396	2.02323				75	23	231	23090
2968656	Villemoison	villemoison	FR		0	Europe/Paris	47.41134	2.98657				27	58	584	58261
2968661	Villemeyre	villemeyre	FR		0	Europe/Paris	45.78911	2.45015				84	63	634	63165
2968663	Villemervry	villemervry	FR		0	Europe/Paris	47.67878	5.06368		Villemervry		44	52	522	52094
2968667	Villemeneux	villemeneux	FR		0	Europe/Paris	48.67912	2.59754		Villemeneux		11	77	775	77053
2968668	Villemenant	villemenant	FR		0	Europe/Paris	47.09072	3.19895				27	58	583	58131
2968669	Villemegea	villemegea	FR		0	Europe/Paris	44.41048	-0.46084				75	33	333	33429
2968674	Villemaumy	villemaumy	FR		0	Europe/Paris	46	1.58333		Villemaumy,Villemaunay		75	23	232	23056
2968675	Villemaugis	villemaugis	FR		0	Europe/Paris	48.23691	2.99156				11	77	773	77035
2968677	Villemartin	villemartin	FR		0	Europe/Paris	45.45036	6.63273				84	73	731	73055
2968695	Ville Longue	ville-longue	FR		0	Europe/Paris	44.43564	5.79723				93	05	052	05165
2968697	Villelonge	villelonge	FR		0	Europe/Paris	44.99099	5.97009		Villellonge,Villelonge		84	38	381	38073
2968698	Villelonge	villelonge	FR		0	Europe/Paris	44.86863	5.90878				84	38	381	38428
2968708	Villejoie	villejoie	FR		0	Europe/Paris	48.49374	-1.8188				53	35	354	35362
2968709	Villejeu	villejeu	FR		0	Europe/Paris	47.07447	1.76876				24	36	364	36085
2968711	Villejavat	villejavat	FR		0	Europe/Paris	46.20363	1.94082				75	23	232	23092
2968712	Villejaleix	villejaleix	FR		0	Europe/Paris	46.13333	2.61667		Villechaleix,Villejaleix		84	03	031	03231
2968713	Villejaleix	villejaleix	FR		0	Europe/Paris	45.53333	0.61667				75	24	242	24248
2968714	Villejacques	villejacques	FR		0	Europe/Paris	45.71676	2.8624				84	63	633	63326
2968715	Ville-Issey	ville-issey	FR		0	Europe/Paris	48.73556	5.6359		Ville,Ville-Issey		44	55	552	55184
2968717	Ville Héry	ville-hery	FR		0	Europe/Paris	48.65	-2.31667				53	22	221	22201
2968719	Ville Hermel	ville-hermel	FR		0	Europe/Paris	48.24457	-2.58014				53	22	224	22046
2968720	Villehaut	villehaut	FR		0	Europe/Paris	47.76667	5.23333				44	52	522	52014
2968721	Villehardouin	villehardouin	FR		0	Europe/Paris	48.37951	4.38063				44	10	103	10019
2968724	Villegruis	villegruis	FR		0	Europe/Paris	48.60319	3.46805		Villegruis		11	77	773	77262
2968730	Villegondoux	villegondoux	FR		0	Europe/Paris	46.48343	1.96868				24	36	363	36060
2968732	Villeginet	villeginet	FR		0	Europe/Paris	46.54115	1.66077				24	36	363	36111
2968734	Villegéneray	villegeneray	FR		0	Europe/Paris	47.43881	3.1256				27	58	584	58077
2968738	Villegardin	villegardin	FR		0	Europe/Paris	48.17118	3.00734				27	89	893	89264
2968740	Villegagnon	villegagnon	FR		0	Europe/Paris	48.66655	3.1761		Villegagnon		11	77	773	77020
2968741	Ville Froide	ville-froide	FR		0	Europe/Paris	48.14102	3.60289				27	89	893	89120
2968742	Villefroide	villefroide	FR		0	Europe/Paris	46.74139	2.86417				84	03	032	03155
2968746	Villefrancœur	villefrancoeur	FR		491	Europe/Paris	47.7	1.21667		Commune-Francoeur		24	41	411	41281
2968770	Ville Forceix	ville-forceix	FR		0	Europe/Paris	45.98157	1.00076		Ville Forceix,Ville Fourceix		75	87	871	87045
2968774	Villeflambeau	villeflambeau	FR		0	Europe/Paris	48.25227	2.92501				11	77	774	77261
2968779	Villefavant	villefavant	FR		0	Europe/Paris	46.92409	1.86819				24	36	364	36140
2968782	Ville Étable	ville-etable	FR		0	Europe/Paris	48.16371	-1.02996				52	53	532	53040
2968783	Ville-ès-Coquens	ville-es-coquens	FR		0	Europe/Paris	48.30758	-2.96509				53	22	224	22313
2968794	Ville Donnio	ville-donnio	FR		0	Europe/Paris	48.188	-2.80544				53	22	224	22136
2968795	Villedonné	villedonne	FR		0	Europe/Paris	47.27323	2.71828				24	18	181	18163
2969048	Village d'en Haut	village-d-en-haut	FR		0	Europe/Paris	47.23143	2.11258				24	18	183	18279
2968804	Villedieu-la-Montagne	villedieu-la-montagne	FR		0	Europe/Paris	49.6416	1.69257		Villedieu,Villedieu-la-Montagne		28	76	761	76343
2968816	Ville de Mont	ville-de-mont	FR		0	Europe/Paris	45.18174	4.17068		Mont,Ville de Mont		84	43	433	43102
2968817	Ville-Dedon	ville-dedon	FR		0	Europe/Paris	48.59491	2.5129				11	91	912	91573
2968818	Villedeau	villedeau	FR		0	Europe/Paris	45.85765	2.20195				75	23	231	23196
2968837	Villechère	villechere	FR		0	Europe/Paris	46.67466	1.9641				24	36	363	36184
2968838	Villechenour	villechenour	FR		0	Europe/Paris	46.07838	1.59291				75	23	232	23124
2968841	Ville Châtellier	ville-chatellier	FR		0	Europe/Paris	48.48206	-1.99563				53	22	221	22385
2968842	Villechat	villechat	FR		0	Europe/Paris	48.10009	1.92442				24	45	452	45266
2968844	Villechaise	villechaise	FR		0	Europe/Paris	46.85828	1.64352				24	36	362	36202
2968845	Villechadaux	villechadaux	FR		0	Europe/Paris	46.03333	1.83333				75	23	232	23168
2968853	Villebuxière	villebuxiere	FR		0	Europe/Paris	46.47353	1.47734				24	36	361	36239
2968868	Villeboeuf	villeboeuf	FR		0	Europe/Paris	45.78863	0.48147				75	16	163	16416
2968872	Villebernin	villebernin	FR		0	Europe/Paris	46.94376	1.28661				24	36	362	36149
2968874	Villeberne	villeberne	FR		0	Europe/Paris	47.44124	2.95447				27	58	584	58086
2968878	Ville-Basse	ville-basse	FR		0	Europe/Paris	46.4294	1.9578				75	23	232	23148
2968881	Ville aux Momes	ville-aux-momes	FR		0	Europe/Paris	48.05303	-0.55357				52	53	532	53262
2968901	Villatte	villatte	FR		0	Europe/Paris	47.60957	-1.02477				52	49	494	49061
2968902	Villatte	villatte	FR		0	Europe/Paris	47.30942	2.29648				24	18	183	18165
2968903	Villatte	villatte	FR		0	Europe/Paris	47.19781	3.04676				27	58	584	58302
2968905	Villa Sebastiani	villa-sebastiani	FR		0	Europe/Paris	41.94117	8.71932		Villa Sebastiani		94	2A	2A1	2A004
2968907	Villas	villas	FR		0	Europe/Paris	45.23448	2.82617				84	15	153	15225
2968913	Villars-Saint-Marcellin	villars-saint-marcellin	FR		0	Europe/Paris	47.93592	5.79063		Villars,Villars-Saint-Marcellin		44	52	522	52060
2968921	Villars-Frémoy	villars-fremoy	FR		0	Europe/Paris	47.44726	4.20464		Villars,Villars-Fremoy,Villars-Frémoy		27	21	213	21203
2968926	Villars-Dompierre	villars-dompierre	FR		0	Europe/Paris	47.39619	4.24762		Villars,Villars-Dompierre		27	21	213	21232
2968928	Villars-Brandis	villars-brandis	FR		0	Europe/Paris	43.83775	6.46607		Villars,Villars-Brandis		93	04	042	04039
2968938	Villaron	villaron	FR		0	Europe/Paris	45.33323	7.01431				84	73	733	73040
2968940	Villarodin	villarodin	FR		545	Europe/Paris	45.20788	6.70955		Bourg-la-Montagne,Villarodin,Villarodin-Bourget		84	73	733	73322
2968941	Villaroche	villaroche	FR		0	Europe/Paris	48.61782	2.65655				11	77	772	77384
2968942	Villarnoux	villarnoux	FR		0	Europe/Paris	46.54991	1.54572				24	36	362	36032
2968944	Villarnaud	villarnaud	FR		0	Europe/Paris	47.32247	3.16505				27	58	584	58236
2968945	Villarnard	villarnard	FR		0	Europe/Paris	45.44123	6.58376				84	73	731	73227
2968946	Villarmoy	villarmoy	FR		0	Europe/Paris	48.10445	1.2836				24	28	282	28233
2968947	Villarly	villarly	FR		0	Europe/Paris	45.43651	6.48904		Villarly,Villary		84	73	731	73257
2968953	Villargerel	villargerel	FR		0	Europe/Paris	45.51679	6.51004				84	73	731	73003
2968955	Villargaudin	villargaudin	FR		0	Europe/Paris	44.75	6.75				93	05	051	05007
2968956	Villaret	villaret	FR		0	Europe/Paris	44.92892	5.77533		Le Villaret,Villaret		84	38	381	38499
2968957	Villaret	villaret	FR		0	Europe/Paris	44.45	6.38333		Le Villaret,Villaret		93	04	041	04033
2968960	Villard-sur-l'Ain	villard-sur-l-ain	FR		0	Europe/Paris	46.67023	5.75237		Villard,Villard-sur-l'Ain		27	39	392	39313
2968969	Villards	villards	FR		0	Europe/Paris	48.12445	1.26101		Villards,Villars		24	28	282	28211
2968970	Villards	villards	FR		0	Europe/Paris	46.3586	2.57769				84	03	031	03101
2968974	Villardon	villardon	FR		0	Europe/Paris	48.13706	1.23585				24	28	282	28211
2968978	Villard-Julien	villard-julien	FR		0	Europe/Paris	44.84953	5.7078				84	38	381	38127
2968979	Villard-Joli	villard-joli	FR		0	Europe/Paris	44.72839	5.88728		Villard-Joli,Villard-Joly		93	05	052	05139
2968980	Villardizier	villardizier	FR		0	Europe/Paris	45.52517	6.20201		Villard-Dizier,Villardizier		84	73	732	73069
2968981	Villardiau	villardiau	FR		0	Europe/Paris	46.94129	2.42741		Villandiau,Villardiau		24	18	181	18248
2969047	Village-du-Bas	village-du-bas	FR		0	Europe/Paris	48.30432	3.60077				44	10	102	10301
2968932	Villars	villars	FR	24530	0	Europe/Paris	48.62845	3.24504				11	77	773	77414
2968986	Villard-Bernon	villard-bernon	FR		0	Europe/Paris	45.23333	6.46667				84	73	733	73261
2969000	Villarcoin	villarcoin	FR		0	Europe/Paris	46.06667	1.28333				75	87	871	87128
2969001	Villarcher	villarcher	FR		0	Europe/Paris	45.61961	5.884				84	73	732	73329
2969003	Villarceaux	villarceaux	FR		0	Europe/Paris	49.11894	1.71318				11	95	953	95150
2969004	Villarceaux	villarceaux	FR		0	Europe/Paris	48.87134	1.78345				11	78	782	78616
2969005	Villarceaux	villarceaux	FR		0	Europe/Paris	48.2929	1.59913				24	28	281	28422
2969007	Villar	villar	FR		0	Europe/Paris	44.08849	7.03611				93	06	062	06110
2969009	Villansault	villansault	FR		0	Europe/Paris	48.12484	-1.30153				53	35	351	35052
2969014	Villandri	villandri	FR		0	Europe/Paris	46.18812	1.94895				75	23	232	23002
2969016	Villancy	villancy	FR		0	Europe/Paris	49.48934	5.593		Villancy		44	54	541	54322
2969017	Villancien	villancien	FR		0	Europe/Paris	48.20567	1.42031				24	28	282	28051
2969024	Villajou	villajou	FR		0	Europe/Paris	44.73333	0.96667				75	24	244	24035
2969025	Villaires	villaires	FR		0	Europe/Paris	46.95471	2.52445		Villaire		24	18	182	18204
2969037	Villaine	villaine	FR		0	Europe/Paris	48.73472	2.25808				11	91	913	91377
2969038	Villaine	villaine	FR		0	Europe/Paris	47.42155	3.4544				27	58	582	58038
2969039	Villaine	villaine	FR		0	Europe/Paris	47.41933	3.02361				27	58	584	58213
2969040	Villaine	villaine	FR		0	Europe/Paris	47.36695	3.38067				27	58	582	58304
2969041	Villaine	villaine	FR		0	Europe/Paris	47.3	3.58333				27	58	582	58123
2969042	Villaine	villaine	FR		0	Europe/Paris	47.10638	2.82524				24	18	181	18077
2969043	Villaine	villaine	FR		0	Europe/Paris	46.92811	2.54333				24	18	182	18204
2969044	Villaine	villaine	FR		0	Europe/Paris	46.65774	0.63512				75	86	861	86009
2969045	Villaine	villaine	FR		0	Europe/Paris	46.54219	2.40371				24	18	182	18278
2969055	Villabrion	villabrion	FR		0	Europe/Paris	44.90225	4.38766				84	07	073	07001
2969059	Vilhosc	vilhosc	FR		0	Europe/Paris	44.18431	6.01195		Vilhosc		93	04	044	04075
2969061	Vilhac	vilhac	FR		0	Europe/Paris	42.92566	1.95754		Vilhac,Villac		76	09	092	09165
2969062	Vildé la Marine	vilde-la-marine	FR		0	Europe/Paris	48.61362	-1.84142	5	Vilde,Vilde la Marine,Vildé,Vildé la Marine		53	35	354	35132
2969066	Vilbert	vilbert	FR		0	Europe/Paris	48.68447	2.92441		Vilbert		11	77	773	77031
2969069	Vilaine	vilaine	FR		0	Europe/Paris	49.391	1.44988				28	27	271	27377
2969070	Vilaine	vilaine	FR		0	Europe/Paris	47.39286	3.94238				27	89	892	89347
2969071	Vilaine	vilaine	FR		0	Europe/Paris	47.18557	2.6132				24	18	181	18194
2969078	Vigouroux	vigouroux	FR		0	Europe/Paris	44.95132	2.79801				84	15	153	15201
2969079	Vigoulet	vigoulet	FR		997	Europe/Paris	43.50726	1.45915		Vigolen e Ausil,Vigoulet,Vigoulet-Auzil,Vigulet-Ozij,Vigulet-Ozil',wei gu lai ao qi,Вигулет-Озиль,Вігулет-Озій,维古莱奥齐		76	31	313	31578
2969081	Vigonne	vigonne	FR		0	Europe/Paris	46.7	2.26667				24	18	182	18112
2969082	Vigny-lès-Paray	vigny-les-paray	FR		0	Europe/Paris	46.5026	4.08306		Vigny,Vigny-les-Paray,Vigny-lès-Paray		27	71	713	71176
2969089	Vignoux	vignoux	FR		0	Europe/Paris	46.35917	2.51374				84	03	031	03101
2969107	Vignéville	vigneville	FR		0	Europe/Paris	49.17643	5.23613				44	55	553	55047
2969116	Vignettes	vignettes	FR		0	Europe/Paris	44.89716	0.68707				75	24	241	24445
2969122	Vignerias	vignerias	FR		0	Europe/Paris	45.54411	0.42923				75	16	161	16084
2969125	Vignelle	vignelle	FR		0	Europe/Paris	47.46738	3.36479		La Vignelle,Vignelle		27	58	582	58032
2969126	Vigne-le-Haut	vigne-le-haut	FR		0	Europe/Paris	47.33936	3.73655				27	58	582	58190
2969127	Vigne-le-Bas	vigne-le-bas	FR		0	Europe/Paris	47.33701	3.73808				27	58	582	58190
2969131	Vigne	vigne	FR		0	Europe/Paris	47.33333	3.73333				27	58	582	58190
2969134	Vignaud	vignaud	FR		0	Europe/Paris	45.78333	1.13333		Le Vignaud,Vignand,Vignaud		75	87	872	87001
2969135	Vignaud	vignaud	FR		0	Europe/Paris	44.66287	-0.99763				75	33	336	33051
2969137	Vignane	vignane	FR		0	Europe/Paris	45.48188	1.74074		Vignanc,Vignane		75	19	192	19118
2969138	Vignalella	vignalella	FR		0	Europe/Paris	41.62109	9.0866		Vignalella		94	2A	2A4	2A142
2969143	Vignal	vignal	FR		0	Europe/Paris	44.53629	0.93267				75	47	473	47077
2969148	Vignac	vignac	FR		0	Europe/Paris	44.80401	-0.48644				75	33	332	33099
2969152	Viges	viges	FR		0	Europe/Paris	46.15157	2.13212				75	23	231	23187
2969158	Vifweg	vifweg	FR		0	Europe/Paris	50.95	2.48333				32	59	594	59641
2969165	Viéville-sous-les-Côtes	vieville-sous-les-cotes	FR		0	Europe/Paris	49.00245	5.69033		Vieville,Vieville-sous-les-Cotes,Viéville,Viéville-sous-les-Côtes		44	55	552	55551
2969169	Viève	vieve	FR		0	Europe/Paris	44.13685	7.5685		Vieve,Vievola,Viève,Viévola		93	06	062	06163
2969175	Vieux Verger	vieux-verger	FR		0	Europe/Paris	48.16838	3.63948		Le Vieux Verger		27	89	893	89065
2969177	Vieux Taupont	vieux-taupont	FR		0	Europe/Paris	47.93333	-2.41667				53	56	562	56165
2969178	Vieux Stiring	vieux-stiring	FR		0	Europe/Paris	49.20865	6.9347		Alt-Stieringen,Steininger,Vieux Stiring		44	57	573	57660
2969180	Vieux Rougiers	vieux-rougiers	FR		0	Europe/Paris	43.38333	5.85				93	83	833	83110
2969182	Vieux Rouen	vieux-rouen	FR		0	Europe/Paris	49.21873	1.2093				28	27	271	27598
2969185	Vieux-Quimerch	vieux-quimerch	FR		0	Europe/Paris	48.3	-4.06667				53	29	292	29302
2969128	Vignec	vignec	FR	65170	198	Europe/Paris	42.82499	0.31723				76	65	652	65471
2969191	Vieux-Passage	vieux-passage	FR		0	Europe/Paris	47.67318	-3.21037				53	56	561	56169
2969192	Vieux Moulins	vieux-moulins	FR		0	Europe/Paris	47.8496	5.25624		Vieux Moulins		44	52	522	52383
2969199	Vieux-Maisons	vieux-maisons	FR		0	Europe/Paris	48.73333	2.33333		Vieux-Maisons		11	91	913	91689
2969200	Vieux Louvetot	vieux-louvetot	FR		0	Europe/Paris	49.57359	0.73518				28	76	763	76398
2969203	Vieux Landon	vieux-landon	FR		0	Europe/Paris	48.38361	1.00403				24	28	284	28331
2969211	Vieux Coquelles	vieux-coquelles	FR		0	Europe/Paris	50.91925	1.79824				32	62	626	62239
2969214	Vieux Coise	vieux-coise	FR		0	Europe/Paris	45.63333	4.48333				84	69	691	69110
2969215	Vieux Châtelaillon	vieux-chatelaillon	FR		0	Europe/Paris	46.05778	-1.08783				75	17	173	17094
2969220	Vieux Champs	vieux-champs	FR		0	Europe/Paris	48.00427	3.80302		Vieux Champ,Vieux Champs		27	89	891	89186
2969221	Vieux Champs	vieux-champs	FR		0	Europe/Paris	47.82497	3.44058				27	89	891	89083
2969226	Pléhérel-Plage-Vieux Bourg	pleherel-plage-vieux-bourg	FR		0	Europe/Paris	48.65	-2.36667				53	22	221	22179
2969243	Vieurals	vieurals	FR		0	Europe/Paris	44.54392	3.01666		Viaurals,Vieurals		76	12	122	12224
2969244	Vieugy	vieugy	FR		0	Europe/Paris	45.86392	6.08909		Vieugy		84	74	741	74010
2969253	Vierzon-Village	vierzon-village	FR		0	Europe/Paris	47.23333	2.08333		Vierzon-Village,Vierzon-Villages		24	18	183	18279
2969254	Vierzon-Forges	vierzon-forges	FR		0	Europe/Paris	47.21667	2.1				24	18	183	18279
2969255	Vierzon-Bourgneuf	vierzon-bourgneuf	FR		0	Europe/Paris	47.22485	2.06419				24	18	183	18279
2969314	Vieille-Ville	vieille-ville	FR		0	Europe/Paris	46.61591	1.96162				24	36	363	36127
2969261	Viertot	viertot	FR		0	Europe/Paris	49.6901	0.37935				28	76	762	76033
2969263	Viers	viers	FR		0	Europe/Paris	45.78078	2.28971				75	23	231	23019
2969268	Viere	viere	FR		0	Europe/Paris	44.5	6.25				93	05	052	05050
2969269	Vière	viere	FR		0	Europe/Paris	44.1	5.33333		La Roche Giron,Viera,Viere,Vièra,Vière		93	84	843	84123
2969271	Viérard	vierard	FR		0	Europe/Paris	44.36667	6.28333		Vierara,Vierard,Villard,Viérard		93	04	043	04203
2969286	Vielzot	vielzot	FR		0	Europe/Paris	45.19402	2.07332				75	19	192	19018
2969294	Vielleville	vielleville	FR		0	Europe/Paris	46.25871	2.00625				75	23	232	23162
2969296	Viellespèze	viellespeze	FR		0	Europe/Paris	45.07766	2.50047		Vieillespesse,Viellespeze,Viellespèze		84	15	152	15208
2969300	Viellenave-sur-Bidouze	viellenave-sur-bidouze	FR		0	Europe/Paris	43.41605	-1.06486		Erreiti,Viellenave,Viellenave-de-Bidache,Viellenave-sur-Bidouze		75	64	641	64113
2969308	Vielcru	vielcru	FR		0	Europe/Paris	44.77511	2.30083				84	15	151	15117
2969310	Viélaines	vielaines	FR		0	Europe/Paris	48.25791	4.06171		Vielaines,Viélaines		44	10	103	10325
2969311	Viel	viel	FR		0	Europe/Paris	44.99913	1.49307				76	46	463	46118
2969315	Vieilleville	vieilleville	FR		0	Europe/Paris	46.09178	1.67222		Vieilleville		75	23	232	23137
2969317	Vieille-Vigne	vieille-vigne	FR		0	Europe/Paris	46.39818	2.36017				84	03	031	03259
2969323	Vieilles Landes	vieilles-landes	FR		0	Europe/Paris	49.79177	1.65774				28	76	761	76381
2969343	Vidrieux	vidrieux	FR		0	Europe/Paris	45.55	4.08333		Vidrieu,Vidrieux		84	42	421	42228
2969348	Videt	videt	FR		0	Europe/Paris	45.17832	3.10669				84	15	153	15069
2969355	Vidalon	vidalon	FR		0	Europe/Paris	45.2537	4.6803		Vidalon,Vidalon-le-Haut		84	07	073	07078
2969356	Vidal	vidal	FR		0	Europe/Paris	45.10093	2.14155				75	19	192	19214
2969357	Vidal	vidal	FR		0	Europe/Paris	44.80769	1.41912				76	46	463	46241
2969368	Vicquetuit	vicquetuit	FR		0	Europe/Paris	49.76455	0.66674				28	76	761	76159
2969370	Vicquemare	vicquemare	FR		0	Europe/Paris	49.73694	0.85112		Vicquemare		28	76	763	76510
2969385	Vicoigne	vicoigne	FR		0	Europe/Paris	50.40167	3.46217				32	59	596	59491
2969390	Vicinato	vicinato	FR		0	Europe/Paris	42.40628	9.28559		Vicinato		94	2B	2B3	2B267
2969393	Viscione	viscione	FR		0	Europe/Paris	41.96667	8.66667		Vichione,Viscione		94	2A	2A1	2A351
2969394	Vichier	vichier	FR		0	Europe/Paris	46.10456	2.94341				84	63	634	63286
2969395	Vichez	vichez	FR		0	Europe/Paris	46.40193	1.955				75	23	232	23139
2969406	Vicary	vicary	FR		0	Europe/Paris	44.94276	1.81126				75	19	191	19116
2969408	Vic	vic	FR		0	Europe/Paris	42.88251	1.21503				76	09	093	09223
2969409	Vibresac	vibresac	FR		0	Europe/Paris	44.98166	3.07555		Vibresac,Vibrezac		84	15	153	15262
2969418	Viaux	viaux	FR		0	Europe/Paris	44.82382	5.27045				84	26	261	26308
2969422	Viarougé	viarouge	FR		0	Europe/Paris	44.24173	2.8449				76	12	121	12266
2969425	Viâpres-le-Grand	viapres-le-grand	FR		0	Europe/Paris	48.56576	4.02155		Viapres-le-Grand,Viâpres-le-Grand		44	10	102	10289
2969430	Viammeville	viammeville	FR		0	Europe/Paris	49.99055	1.65452		Viammeville,Wiammeville		32	80	801	80809
2969432	Vials	vials	FR		0	Europe/Paris	45.36642	4.80989		Les Vials,Vials		84	38	383	38344
2969434	Vialot	vialot	FR		0	Europe/Paris	45.09416	1.15706				75	24	244	24018
2969435	Vialleix	vialleix	FR		0	Europe/Paris	46.08375	3.07733				84	63	634	63390
2969437	Vialette	vialette	FR		0	Europe/Paris	45.12068	3.86371				84	43	432	43216
2969439	Vialene	vialene	FR		0	Europe/Paris	44.61393	2.24833				76	12	123	12246
2969440	Viale	viale	FR		0	Europe/Paris	45.52896	1.12515				75	24	242	24218
2969442	Vialaret	vialaret	FR		0	Europe/Paris	44.91436	4.21974				84	07	071	07195
2969443	Vialard	vialard	FR		0	Europe/Paris	45.21684	3.61717				84	43	431	43107
2969444	Vialard	vialard	FR		0	Europe/Paris	45.10214	3.18514		Le Vialard,Vialard		84	15	153	15259
2969445	Vialard	vialard	FR		0	Europe/Paris	45.03266	1.23968				75	24	244	24412
2969523	Vevre	vevre	FR		0	Europe/Paris	45.16713	1.12674		Vevre,Veyre		75	24	244	24019
2969524	Vêve	veve	FR		0	Europe/Paris	46.95064	2.32941				24	18	181	18008
2969450	Vial	vial	FR		0	Europe/Paris	45.70999	3.94174				84	42	421	42227
2969452	Viagenti	viagenti	FR		0	Europe/Paris	41.49093	9.05509		Viagenti		94	2A	2A4	2A215
2969466	Vezin	vezin	FR		0	Europe/Paris	49.48144	5.51013				44	54	541	54118
2969484	Veyziat	veyziat	FR		0	Europe/Paris	46.27199	5.62981		Veyziat		84	01	014	01283
2969486	Veyssou	veyssou	FR		0	Europe/Paris	44.88333	1.55				76	46	463	46293
2969487	Veyssin	veyssin	FR		0	Europe/Paris	45.47971	5.54194				84	38	382	38292
2969489	Veysset	veysset	FR		0	Europe/Paris	45.24045	2.4472				84	15	152	15137
2969494	Veyrines	veyrines	FR		0	Europe/Paris	45.15484	4.57398		Veyrine,Veyrines		84	07	073	07299
2969495	Veyrines	veyrines	FR		0	Europe/Paris	44.8253	-0.64706				75	33	332	33281
2969497	Veyrin	veyrin	FR		0	Europe/Paris	45.70022	5.62813				84	01	011	01015
2969504	Veyrier	veyrier	FR		0	Europe/Paris	45.21161	4.5963				84	07	073	07342
2969505	Veyreras	veyreras	FR		0	Europe/Paris	45.65633	2.96639				84	63	632	63026
2969511	Veyre	veyre	FR		0	Europe/Paris	45.67273	3.17165		Veyre		84	63	632	63455
2969517	Veymerange	veymerange	FR		0	Europe/Paris	49.35473	6.11599				44	57	577	57672
2969521	Vêvres	vevres	FR		0	Europe/Paris	47.27038	3.05877				27	58	584	58122
2969522	Vèvres	vevres	FR		0	Europe/Paris	47.21809	3.59333				27	58	582	58132
2969526	Veuvrotte	veuvrotte	FR		0	Europe/Paris	46.985	4.46464		Veuvrotte,Veuvrottes		27	71	711	71530
2969546	Vesvrotte	vesvrotte	FR		0	Europe/Paris	47.65063	4.95505				27	21	212	21283
2969547	Vesvrotte	vesvrotte	FR		0	Europe/Paris	47.40566	5.22522				27	21	212	21056
2969548	Vesvres-sous-Prangey	vesvres-sous-prangey	FR		0	Europe/Paris	47.75115	5.28991		Vesvres,Vesvres-sous-Prangey		44	52	522	52529
2969560	Vessac	vessac	FR		0	Europe/Paris	44.16445	3.29324				76	12	121	12211
2969564	Vésonne	vesonne	FR		0	Europe/Paris	45.76765	6.26028		Vesenne,Vesonne,Vésonne		84	74	741	74123
2969572	Vésigneux	vesigneux	FR		0	Europe/Paris	47.3569	3.88785		Vesigneux,Vezigneux,Vésigneux,Vézigneux		27	58	581	58255
2969574	Vésigneul-sur-Coole	vesigneul-sur-coole	FR		0	Europe/Paris	48.7856	4.39397		Vesigneul,Vesigneul-sur-Coole,Vésigneul,Vésigneul-sur-Coole		44	51	511	51244
2969576	Vésenex-Crassy	vesenex-crassy	FR		0	Europe/Paris	46.3711	6.15046				84	01	013	01143
2969588	Verzun le Haut	verzun-le-haut	FR		0	Europe/Paris	46.26667	3.06667				84	03	033	03277
2969589	Verzun le Bas	verzun-le-bas	FR		0	Europe/Paris	46.26667	3.06667				84	03	033	03277
2969600	Verville	verville	FR		0	Europe/Paris	48.59644	2.17455				11	91	913	91115
2969601	Verville	verville	FR		0	Europe/Paris	46.95	3.18333				27	58	583	58278
2969605	Vertuzey	vertuzey	FR		0	Europe/Paris	48.73748	5.66204		Vertuzey		44	55	552	55184
2969611	Vert Plan	vert-plan	FR		0	Europe/Paris	43.23608	5.40165				93	13	133	13055
2969619	Vertiol	vertiol	FR		0	Europe/Paris	45.14156	0.89062				75	24	243	24026
2969620	Vertilly	vertilly	FR		0	Europe/Paris	48.3559	3.38166		Vertilly		27	89	893	89469
2969621	Verthier	verthier	FR		0	Europe/Paris	45.78745	6.23247				84	74	741	74104
2969624	Vert-Galant	vert-galant	FR		0	Europe/Paris	49.54079	1.22327				28	76	763	76555
2969630	Verteau	verteau	FR		0	Europe/Paris	48.24868	2.59886				11	77	774	77112
2969642	Vert Bois	vert-bois	FR		0	Europe/Paris	50.49102	3.19722				32	59	593	59435
2969643	Vert Bois	vert-bois	FR		0	Europe/Paris	49.52152	1.20386				28	76	763	76517
2969666	Versols	versols	FR		366	Europe/Paris	43.89457	2.94462		Versols,Versols-et-Lapeyre		76	12	121	12292
2969668	Versin	versin	FR		0	Europe/Paris	45.64098	5.33965				84	38	382	38374
2969669	Versilhac	versilhac	FR		0	Europe/Paris	45.15623	4.1815				84	43	433	43268
2969687	Verron	verron	FR		0	Europe/Paris	47.72088	-0.10455				52	72	721	72154
2969688	Verrines-sous-Celles	verrines-sous-celles	FR		0	Europe/Paris	46.22943	-0.22914		Verrines,Verrines-sous-Celles		75	79	792	79061
2969689	Verrine	verrine	FR		0	Europe/Paris	48.23321	2.33141		Verines,Verrine		24	45	453	45191
2969690	Verrine	verrine	FR		0	Europe/Paris	48.10512	2.27153		Vermes,Verrine,Verrines		24	45	453	45045
2969691	Vérrigny	verrigny	FR		0	Europe/Paris	47.75042	3.3186				27	89	891	89419
2969709	Verrière	verriere	FR		0	Europe/Paris	48.26044	0.21876				52	72	722	72251
2969710	Verrière	verriere	FR		0	Europe/Paris	47.01657	2.86134				24	18	182	18160
2969711	Verrière	verriere	FR		0	Europe/Paris	45.89443	2.94214				84	63	634	63092
2969716	Verreyrolles	verreyrolles	FR		0	Europe/Paris	44.88379	3.64366				84	43	431	43245
2969719	Verrerie	verrerie	FR		0	Europe/Paris	49.1	5.01667				44	55	553	55117
2969720	Verrens	verrens	FR		632	Europe/Paris	45.65521	6.31796		Verrens,Verrens-Arvey		84	73	731	73312
2969731	Véronnes-les-Petites	veronnes-les-petites	FR		0	Europe/Paris	47.53333	5.23333				27	21	212	21667
2969740	Vernuche	vernuche	FR		0	Europe/Paris	47.03804	3.13676				27	58	583	58303
2969761	Vernondière	vernondiere	FR		0	Europe/Paris	45.44951	5.29031		Vernondiere,Vernondière,Vernoudiere,Vernoudière		84	38	383	38069
2969775	Vernois-le-Fol	vernois-le-fol	FR		0	Europe/Paris	47.35082	6.98522		Vernois,Vernois-le-Fol		27	25	252	25275
2969777	Vernizy	vernizy	FR		0	Europe/Paris	46.78393	4.49249		Vernizy		27	71	711	71059
2969782	Verninière	verniniere	FR		0	Europe/Paris	45.4	2.53333				84	15	152	15038
2969785	Vernière	verniere	FR		0	Europe/Paris	45.83315	3.48504				84	63	635	63276
2969789	Vernicourt	vernicourt	FR		0	Europe/Paris	47.01572	4.57357				27	21	211	21420
2969790	Verneys	verneys	FR		0	Europe/Paris	44.88781	5.90843		Les Verneys,Verneys		84	38	381	38518
2969793	Verneujol	verneujol	FR		0	Europe/Paris	44.95	2.91667				84	15	153	15142
2969815	Verneuge	verneuge	FR		0	Europe/Paris	45.67154	2.9739				84	63	632	63026
2969816	Vernets	vernets	FR		0	Europe/Paris	46.1913	1.88219				75	23	232	23096
2969819	Vernet-Chabre	vernet-chabre	FR		0	Europe/Paris	45.35576	3.84993				84	43	432	43080
2969825	Vernelle	vernelle	FR		0	Europe/Paris	45.15693	3.60157				84	43	431	43067
2969826	Vernejoux	vernejoux	FR		0	Europe/Paris	45.37241	2.35846				75	19	193	19256
2969857	Vernade	vernade	FR		0	Europe/Paris	46.17261	2.83759		La Vernade,Vernade		84	63	634	63338
2969859	Vermoyal	vermoyal	FR		0	Europe/Paris	45.23002	3.89679		Vermoyal,Vermoyat		84	43	432	43217
2969860	Vermondans	vermondans	FR		0	Europe/Paris	47.38983	6.75542		Vermondans		27	25	252	25463
2969861	Vermoiron	vermoiron	FR		0	Europe/Paris	47.50595	3.84059				27	89	892	89433
2969862	Vermillard	vermillard	FR		0	Europe/Paris	45.35396	2.34697		Vermillard,Vermilliard		75	19	193	19256
2969869	Vermanche	vermanche	FR		0	Europe/Paris	46.73427	2.11552				24	18	182	18216
2969948	Véret	veret	FR		0	Europe/Paris	47.29128	1.35436				24	41	413	41229
2969874	Verlieux	verlieux	FR		0	Europe/Paris	45.43331	4.7423		Verlieu,Verlieux		84	42	423	42056
2969878	Verlac	verlac	FR		0	Europe/Paris	44.50683	3.008				76	12	122	12224
2969882	Vérizieu	verizieu	FR		0	Europe/Paris	45.77789	5.48706		Verisieu,Verizieu,Vérizieu		84	01	011	01064
2969883	Vérizet-Fleurville	verizet-fleurville	FR		0	Europe/Paris	46.44705	4.8562		Verizet,Verizet-Fleurville,Vérizet,Vérizet-Fleurville		27	71	715	71584
2969888	Vérine	verine	FR		0	Europe/Paris	45.80227	3.73834				84	42	421	42159
2969889	Verinas	verinas	FR		0	Europe/Paris	45.77047	1.2502		Verinas,Veyrinas		75	87	872	87048
2969895	Vérigné	verigne	FR		0	Europe/Paris	47.58841	-0.49254				52	49	491	49347
2969902	Vergonsac	vergonsac	FR		0	Europe/Paris	45.05997	3.61723				84	43	431	43239
2969906	Vergonges	vergonges	FR		0	Europe/Paris	45.0611	3.71251		Vergonge,Vergonges		84	43	432	43197
2969908	Vergol	vergol	FR		0	Europe/Paris	44.20641	5.41742				84	26	262	26193
2969910	Vergnolle	vergnolle	FR		0	Europe/Paris	45.47733	2.03627				75	19	193	19159
2969911	Vergnolles, Monceaux-sur-Dordogne	vergnolles-monceaux-sur-dordogne	FR		0	Europe/Paris	45.06449	1.92119		Vergnolle,Vergnolles		75	19	192	19140
2969912	Vergnoles	vergnoles	FR		0	Europe/Paris	44.5868	2.88081				76	12	122	12214
2969913	Vergnolas	vergnolas	FR		0	Europe/Paris	45.78309	1.94889				75	23	231	23090
2969915	Vergnes	vergnes	FR		0	Europe/Paris	44.8733	4.41394				84	07	073	07220
2969916	Vergne-Libert	vergne-libert	FR		0	Europe/Paris	45.53097	0.93346				75	24	242	24133
2969935	Verger-sur-Dive	verger-sur-dive	FR		0	Europe/Paris	46.78214	0.06109		Verger,Verger-sur-Dive		75	86	861	86108
2969938	Vergeot	vergeot	FR		0	Europe/Paris	47.76917	3.42564				27	89	891	89311
2969939	Vergenet	vergenet	FR		0	Europe/Paris	49.69726	1.67953		Le Vergent,Vergenet		28	76	761	76199
2969949	Vereraz	vereraz	FR		0	Europe/Paris	45.77641	5.53504		Vercra,Vereras,Vereraz		84	01	011	01233
2969950	Verenay	verenay	FR		0	Europe/Paris	45.50323	4.83261				84	69	691	69007
2969957	Verdure	verdure	FR		0	Europe/Paris	50.54514	1.99575				32	62	624	62437
2969965	Verdrel	verdrel	FR		0	Europe/Paris	50.42588	2.61647				32	62	622	62356
2969974	Verdolier	verdolier	FR		0	Europe/Paris	44.1031	5.36676				93	84	843	84123
2969979	Verdier	verdier	FR		0	Europe/Paris	45.45904	2.98421				84	63	633	63440
2969980	Verdey	verdey	FR		0	Europe/Paris	48.74531	3.69683				44	51	512	51369
2969991	Verdegas	verdegas	FR		0	Europe/Paris	44.44683	0.47047				75	47	472	47042
2969993	Verdaux	verdaux	FR		0	Europe/Paris	47.19114	2.10858				24	18	183	18036
2969994	Verdaud	verdaud	FR		0	Europe/Paris	45.84517	1.37919				75	87	872	87156
2970003	Vercieu	vercieu	FR		0	Europe/Paris	45.80841	5.39457		Vercieu		84	38	382	38247
2970006	Verchisy	verchisy	FR		0	Europe/Paris	47.35893	4.46595				27	21	213	21069
2970008	Verchery	verchery	FR		0	Europe/Paris	45.68347	4.70099				84	69	691	69176
2970009	Verchères	vercheres	FR		0	Europe/Paris	45.73831	6.30764		Verchere,Vercheres,Verchère,Verchères		84	74	741	74123
2970010	Vercheres	vercheres	FR		0	Europe/Paris	45.15713	4.1325				84	43	433	43268
2970012	Verchamp	verchamp	FR		0	Europe/Paris	47.43157	6.21521		Verchamp,Verchamps		27	70	702	70309
2970013	Verchales-Soutro	verchales-soutro	FR		0	Europe/Paris	45.36667	2.51667				84	15	152	15250
2970028	Ventuile	ventuile	FR		0	Europe/Paris	46.28327	2.92903				84	03	031	03032
2970029	Ventuel	ventuel	FR		0	Europe/Paris	45.77806	3.81363				84	42	421	42238
2970038	Vent-Haut	vent-haut	FR		0	Europe/Paris	45.31667	2.28333				75	19	193	19148
2970042	Ventes du Four	ventes-du-four	FR		0	Europe/Paris	48.43489	0.25909		Les Ventes du Four,Ventes du Four		52	72	722	72137
2970045	Ventenat	ventenat	FR		0	Europe/Paris	46.25044	2.22752		Ventenat		75	23	231	23255
2970050	Vent-Bas	vent-bas	FR		0	Europe/Paris	45.30206	2.28885				75	19	193	19148
2970059	Vens	vens	FR		0	Europe/Paris	45.93781	5.8447				84	74	743	74269
2970060	Vens	vens	FR		0	Europe/Paris	44.3	6.9				93	06	062	06119
2970066	Venoiz	venoiz	FR		0	Europe/Paris	47.31638	2.78828		Venoiz,Venoize		24	18	181	18039
2970077	Véniers	veniers	FR		0	Europe/Paris	47.03474	0.08686				75	86	861	86137
2970082	Vénesville	venesville	FR		0	Europe/Paris	49.81401	0.58717				28	76	761	76732
2970283	Vayssac	vayssac	FR		0	Europe/Paris	44.29315	2.65039				76	12	121	12102
2970096	Veneffles	veneffles	FR		0	Europe/Paris	48.03238	-1.49886				53	35	353	35069
2970097	Venèche	veneche	FR		0	Europe/Paris	45.4454	3.05584				84	63	633	63087
2970106	Vendras	vendras	FR		0	Europe/Paris	44.16667	4.31667				76	30	301	30048
2970112	Vendœuvres	vendoeuvres	FR		1018	Europe/Paris	46.8	1.35		Vandevr,Vandjovr,Vendoeuvres,wang duo e fu lei,wndwwrs,Вандевр,Вандёвр,وندوورس,旺多厄夫雷		24	36	362	36232
2970125	Vendets	vendets	FR		0	Europe/Paris	45.21796	4.18407				84	43	433	43102
2970131	Vendémies	vendemies	FR		0	Europe/Paris	43.02518	2.26272				76	11	112	11206
2970136	Vendegond	vendegond	FR		0	Europe/Paris	47.16924	2.31543				24	18	181	18206
2970149	Venay	venay	FR		0	Europe/Paris	45.96667	6.46667				84	74	741	74136
2970155	Venant	venant	FR		0	Europe/Paris	48.50558	2.09322				11	91	911	91081
2970161	Vénachat	venachat	FR		0	Europe/Paris	46.01667	1.31667				75	87	871	87047
2970184	Vellery	vellery	FR		0	Europe/Paris	47.52333	3.32988				27	89	891	89158
2970190	Vellemont	vellemont	FR		0	Europe/Paris	47.31667	4.6				27	21	212	21310
2970204	Velinghem	velinghem	FR		0	Europe/Paris	50.69162	1.9177		Velinghem,Velinghen		32	62	623	62678
2970218	Vélannes-le-Bois	velannes-le-bois	FR		0	Europe/Paris	49.17122	1.83633		Velannes,Velannes-le-Bois,Vélannes,Vélannes-le-Bois		11	95	953	95355
2970226	Véjoles	vejoles	FR		0	Europe/Paris	45.63667	1.99099				75	19	193	19226
2970228	Veitrier	veitrier	FR		0	Europe/Paris	45.76942	5.78956		Veitrier,Vetier,Vétier		84	73	732	73149
2970229	Veinart	veinart	FR		0	Europe/Paris	44.08333	6.9				93	06	062	06071
2970231	Veillet	veillet	FR		0	Europe/Paris	45.06667	4.4				84	07	073	07080
2970234	Veillas	veillas	FR		0	Europe/Paris	45.43333	2.51667		Veillac,Veillas		84	15	152	15092
2970236	Veigy	veigy	FR		3002	Europe/Paris	46.26787	6.26304		Veigy,Veigy-Foncenex,Vezhi-Fonsneks,wygy fnknks,Вежі-Фонснекс,ویگی فنکنکس		84	74	744	74293
2970244	Véel	veel	FR		0	Europe/Paris	48.76937	5.11693		Veel,Véel		44	55	551	55186
2970247	Védrines	vedrines	FR		0	Europe/Paris	45.32092	3.4765				84	43	431	43055
2970248	Védrines	vedrines	FR		0	Europe/Paris	45.24576	3.38915				84	43	431	43262
2970249	Védrine	vedrine	FR		0	Europe/Paris	45.63307	2.49385		Vedrine,Vedrines,Védrine,Védrines		84	63	634	63225
2970250	Védrenne	vedrenne	FR		0	Europe/Paris	45.43333	2.31667				75	19	193	19113
2970251	Vedolaccia	vedolaccia	FR		0	Europe/Paris	42.11664	8.74668		Vedolaccia		94	2A	2A1	2A090
2970252	Vedernat	vedernat	FR		0	Europe/Paris	45.03773	3.02634				84	15	153	15164
2970265	Veaux	veaux	FR		0	Europe/Paris	44.21234	5.2036				93	84	843	84069
2970269	Veauville	veauville	FR		0	Europe/Paris	49.81102	0.66049				28	76	761	76646
2970270	Veauville	veauville	FR		0	Europe/Paris	49.73839	0.56983				28	76	762	76299
2970279	Vazeliette	vazeliette	FR		0	Europe/Paris	45.26721	3.30357		Vazeillette,Vazeliette		84	43	431	43170
2970282	Vaysset	vaysset	FR		0	Europe/Paris	45.3522	2.74801		Vaysset,Veysset		84	15	153	15054
2970289	Vayolles	vayolles	FR		0	Europe/Paris	46.9067	0.2459				75	86	861	86249
2970302	Vauzelles	vauzelles	FR		0	Europe/Paris	46.6783	1.64329				24	36	362	36231
2970303	Vauzelle	vauzelle	FR		0	Europe/Paris	48.02549	-1.28533				53	35	351	35014
2970304	Vauzelle	vauzelle	FR		0	Europe/Paris	46.10076	2.274				75	23	231	23151
2970305	Vauzelle	vauzelle	FR		0	Europe/Paris	45.45317	2.99245		Vauzelle,Vauzelles		84	63	633	63440
2970306	Vauzelle	vauzelle	FR		0	Europe/Paris	45.2209	3.59315				84	43	431	43107
2970315	Vaux-sur-Risle	vaux-sur-risle	FR		0	Europe/Paris	48.86667	0.71667		Vaux,Vaux-sur-Risle		28	27	272	27096
2970322	Vaux-sous-Coulombs	vaux-sous-coulombs	FR		0	Europe/Paris	49.10228	3.13409		Vaux,Vaux-sous-Coulombs		11	77	771	77129
2970325	Vaux-Saint-Sulpice	vaux-saint-sulpice	FR		0	Europe/Paris	45.93927	5.59444		Vaux,Vaux-Saint-Sulpice		84	01	011	01185
2970329	Vaux Peytoury	vaux-peytoury	FR		0	Europe/Paris	45.36019	1.21182		Vaux Peytoury		75	24	242	24464
2970430	Vaurefroy	vaurefroy	FR		0	Europe/Paris	48.74213	4.07555				44	51	512	51164
2970341	Vaux-la-Petite	vaux-la-petite	FR		0	Europe/Paris	48.66488	5.43523		Vaux,Vaux-la-Petite		44	55	552	55472
2970343	Vaux-la-Grande	vaux-la-grande	FR		0	Europe/Paris	48.68389	5.44687		Vaux,Vaux-la-Grande		44	55	552	55472
2970344	Vaux-la-Douce	vaux-la-douce	FR		0	Europe/Paris	47.86136	5.73824		Vaux,Vaux-la-Douce		44	52	522	52544
2970345	Vauxguillin	vauxguillin	FR		0	Europe/Paris	48.02172	3.29737		Vauguillain,Vauxguillin		27	89	893	89067
2970346	Vaux-Genet	vaux-genet	FR		0	Europe/Paris	47.96543	3.31503				27	89	893	89037
2970354	Vaux Donjon	vaux-donjon	FR		0	Europe/Paris	47.51155	3.74976				27	89	892	89266
2970394	Vauvrille	vauvrille	FR		0	Europe/Paris	47.49774	3.18845				27	58	584	58036
2970397	Vauvre	vauvre	FR		0	Europe/Paris	46.40686	3.3738				84	03	032	03234
2970398	Vauvray	vauvray	FR		0	Europe/Paris	45.87528	6.6169				84	74	742	74099
2970405	Vauvet	vauvet	FR		0	Europe/Paris	46.58352	1.94153				24	36	363	36127
2970409	Vautuit	vautuit	FR		0	Europe/Paris	49.74519	0.76082				28	76	763	76219
2970416	Vaussujean	vaussujean	FR		0	Europe/Paris	46.38714	1.54781		Vaussuiean,Vaussujean		75	23	232	23239
2970419	Vaussaire	vaussaire	FR		0	Europe/Paris	45.36659	2.62773				84	15	152	15185
2970420	Vauroux	vauroux	FR		0	Europe/Paris	47.01714	2.44695				24	18	181	18180
2970422	Vaurois	vaurois	FR		0	Europe/Paris	47.73738	4.59821				27	21	213	21104
2970423	Vauris	vauris	FR		0	Europe/Paris	44.50854	0.90293				75	47	473	47284
2970425	Vauriat	vauriat	FR		0	Europe/Paris	45.86324	2.9157		Le Vauriat,Vauriat		84	63	634	63381
2970426	Vauriac	vauriac	FR		0	Europe/Paris	45.46593	0.86765				75	24	242	24428
2970427	Vaures	vaures	FR		0	Europe/Paris	45.10197	3.72347				84	43	432	43124
2970428	Vaureix	vaureix	FR		0	Europe/Paris	46.13044	2.46047				75	23	231	23203
2970431	Vauredennes	vauredennes	FR		0	Europe/Paris	48.19707	2.9489				11	77	774	77500
2970434	Vaure	vaure	FR		0	Europe/Paris	45.27204	1.09037		Vaure,Vaures		75	24	242	24120
2970435	Vaur	vaur	FR		0	Europe/Paris	45.04416	1.89014		Vaur,Vaurs		75	19	192	19017
2970437	Vaupuiseau	vaupuiseau	FR		0	Europe/Paris	48.25579	2.84652				11	77	774	77504
2970438	Vaupoutour	vaupoutour	FR		0	Europe/Paris	46.2219	1.29504				75	87	871	87180
2970442	Vaunières	vaunieres	FR		0	Europe/Paris	44.63498	5.65541				93	05	052	05146
2970449	Vaumion	vaumion	FR		0	Europe/Paris	49.16104	1.70744				11	95	953	95011
2970452	Vaumambert	vaumambert	FR		0	Europe/Paris	47.91667	1.96667		Vaumambert,Vomimbert		24	45	452	45284
2970465	Vaulichères	vaulicheres	FR		0	Europe/Paris	47.87775	4.01258				27	89	892	89418
2970466	Vauléard	vauleard	FR		0	Europe/Paris	47.56631	-0.62771				52	49	491	49214
2970468	Vaujurenne	vaujurenne	FR		0	Europe/Paris	48.19765	3.6966		Vaujurenne,Vaujurennes		44	10	103	10276
2970473	Vaugris	vaugris	FR		0	Europe/Paris	45.47483	4.81585				84	38	383	38336
2970479	Paris 15 Vaugirard	paris-15-vaugirard	FR		0	Europe/Paris	48.8412	2.3003		15e Arrondissement,15eme Arr,15ème Arr,Arrondissement de Vaugirard,Paris 15e,Vaugirard,XVe		11	75	751	75056
2970481	Vaugimois	vaugimois	FR		0	Europe/Paris	47.69611	4.49046				27	21	213	21685
2970482	Vaugermain	vaugermain	FR		0	Europe/Paris	47.70474	3.78531				27	89	891	89341
2970484	Vaugeley	vaugeley	FR		0	Europe/Paris	48.22076	3.81525		Vaugele,Vaugeley,Vaugelé		44	10	103	10142
2970485	Vaugelas	vaugelas	FR		0	Europe/Paris	44.76067	5.15184				84	26	261	26195
2970486	Vaugelas	vaugelas	FR		0	Europe/Paris	44.50585	5.56472				84	26	261	26361
2970487	Vaugelade	vaugelade	FR		0	Europe/Paris	46.11878	1.32694				75	87	871	87041
2970490	Vaufrège	vaufrege	FR		754	Europe/Paris	43.24905	5.44283		Vaufrege,Vaufrège		93	13	133	13055
2970491	Vaufoin	vaufoin	FR		0	Europe/Paris	48.10588	3.34851				27	89	893	89464
2970492	Vaufargis	vaufargis	FR		0	Europe/Paris	48.11549	0.79854				52	72	722	72193
2970493	Vaudupuits	vaudupuits	FR		0	Europe/Paris	48.01826	3.65232		Le Vau-du-Puits,Vaudupuits		27	89	891	89076
2970497	Vaudron	vaudron	FR		0	Europe/Paris	47.99417	4.22351				44	10	103	10028
2970510	Vaudouan	vaudouan	FR		0	Europe/Paris	46.53333	1.98333				24	36	363	36164
2970515	Vaudon	vaudon	FR		0	Europe/Paris	48.01167	-1.35425				53	35	351	35198
2970517	Vaudichon	vaudichon	FR		0	Europe/Paris	49.68333	1.25				28	76	761	76648
2970523	Vaudevannes	vaudevannes	FR		0	Europe/Paris	48.08373	3.67505		Le Vaudevanne,Vaudevannes		27	89	891	89069
2970539	Vaud	vaud	FR		0	Europe/Paris	45.82854	1.11151				75	87	872	87177
2970541	Vaucremont	vaucremont	FR		0	Europe/Paris	49.04876	6.38199				44	57	579	57055
2970572	Vauchel	vauchel	FR		0	Europe/Paris	49.71845	1.34607				28	76	761	76147
2970579	Vaucé	vauce	FR		0	Europe/Paris	48.46255	-0.72993		Vauce,Vaucé		52	53	533	53079
2970580	Vaubuzin	vaubuzin	FR		0	Europe/Paris	47.51191	4.64715				27	21	213	21288
2970581	Vaubrun	vaubrun	FR		0	Europe/Paris	48.63825	1.50286				24	28	283	28094
2970597	Vattereau	vattereau	FR		0	Europe/Paris	48.11122	2.63322				24	45	451	45303
2970600	Vatimesnil	vatimesnil	FR		0	Europe/Paris	49.2789	1.58489				28	27	271	27567
2970604	Vatanges	vatanges	FR		0	Europe/Paris	45.83333	2.51667				84	63	634	63118
2970619	Vassivière	vassiviere	FR		0	Europe/Paris	45.49539	2.84913				84	63	633	63038
2970629	Vassejoux	vassejoux	FR		0	Europe/Paris	45.28333	2.16667				75	19	193	19106
2970630	Vassauges	vassauges	FR		0	Europe/Paris	45.83918	3.88942		Vassanges,Vassauges		84	42	422	42260
2970631	Vassalieux	vassalieux	FR		0	Europe/Paris	45.45294	4.20784				84	42	421	42042
2970633	Vasouy	vasouy	FR		0	Europe/Paris	49.41879	0.1981				28	14	143	14333
2970635	Vaseille	vaseille	FR		0	Europe/Paris	45.25659	3.36441		Vaseille,Vazeilles		84	43	431	43262
2970636	Vascœuil	vascoeuil	FR		353	Europe/Paris	49.45	1.38333		Sablono:TabelKapoLauCarta,Vascoeuil,Vascœuil,Ŝablono:TabelKapoLaŭĈarta		28	27	271	27672
2970639	Vary	vary	FR		0	Europe/Paris	46.80238	3.05801				27	58	583	58138
2970641	Varvannes	varvannes	FR		0	Europe/Paris	49.67962	0.96774				28	76	761	76018
2970655	Varney	varney	FR		0	Europe/Paris	48.80968	5.09896		Varney		44	55	551	55366
2970658	Varneil	varneil	FR		0	Europe/Paris	44.94054	0.77761				75	24	243	24362
2970660	Varleix	varleix	FR		0	Europe/Paris	45.26734	2.47553				84	15	152	15015
2970661	Varizelle	varizelle	FR		0	Europe/Paris	45.46235	4.48727				84	42	423	42207
2970667	Varimpré	varimpre	FR		0	Europe/Paris	49.80501	1.52746				28	76	761	76122
2970668	Varimont	varimont	FR		0	Europe/Paris	48.96878	4.77665				44	51	511	51214
2970670	Varigny	varigny	FR		0	Europe/Paris	46.44591	2.61048				84	03	031	03213
2970682	Varennes-sur-le-Doubs	varennes-sur-le-doubs	FR		0	Europe/Paris	46.92254	5.17779		Varenne,Varennes,Varennes-sur-le-Doubs		27	71	714	71101
2970689	Varennes-lès-Nevers	varennes-les-nevers	FR		0	Europe/Paris	47.05075	3.13837		Varennes,Varennes-les-Nevers,Varennes-lès-Nevers		27	58	583	58303
2970663	Varize	varize	FR	28140	0	Europe/Paris	49.13333	1.51667				24			
2970717	Varenne	varenne	FR		0	Europe/Paris	48.26844	1.47641				24	28	282	28176
2970718	Varenne	varenne	FR		0	Europe/Paris	48.17417	0.32879				52	72	723	72101
2970719	Varenne	varenne	FR		0	Europe/Paris	46.85	0.56667				75	86	861	86111
2970720	Varenne	varenne	FR		0	Europe/Paris	46.7732	0.90216				24	37	373	37282
2970721	Varenne	varenne	FR		0	Europe/Paris	46.68324	2.39362				24	18	182	18009
2970722	Varenne	varenne	FR		0	Europe/Paris	46.62783	1.09679				24	36	361	36018
2970723	Varenne	varenne	FR		0	Europe/Paris	44.8404	4.0545				84	07	071	07106
2970732	Vareille	vareille	FR		0	Europe/Paris	45.95634	5.36673				84	01	011	01004
2970738	Varanne	varanne	FR		0	Europe/Paris	46.92061	1.43281				24	36	362	36031
2970754	Vanzé	vanze	FR		0	Europe/Paris	46.87416	3.53238				27	58	583	58055
2970789	Vanémont	vanemont	FR		0	Europe/Paris	48.19935	6.87888				44	88	883	88244
2970797	Vandœuvre-lès-Nancy	vandoeuvre-les-nancy	FR		31785	Europe/Paris	48.66115	6.17114		Vandevr le Nansi,Vandevr-le-Nansi,Vandjovr-le-Nansi,Vandoeuvre,Vandoeuvre-les-Nancy,Vandoeuvre-lès-Nancy,Vandœuvre-lès-Nancy,Vaudoeuvre,bangdoebeuleuleunangsi,vu~ando~uvuru=re=nanshi,wandwr lnansy,wang duo e fu er lai nan xi,Вандевр ле Нанси,Вандевр-ле-Нанси,Вандевр-ле-Нансі,Вандёвр-ле-Нанси,واندور لنانسی,ヴァンドゥーヴル＝レ＝ナンシー,旺多厄夫尔莱南西,방되브르르낭시		44	54	543	54547
2970808	Vandel	vandel	FR		0	Europe/Paris	47.33083	-1.32714				52	44	445	44028
2970811	Vancia	vancia	FR		0	Europe/Paris	45.83312	4.91016				84	69	691	69286
2970820	Valvins	valvins	FR		0	Europe/Paris	48.42185	2.73796				11	77	774	77014
2970824	Valtange	valtange	FR		0	Europe/Paris	46.47143	3.10305				84	03	032	03202
2970832	Valsenestre	valsenestre	FR		0	Europe/Paris	44.90929	6.05443				84	38	381	38522
2970842	Val Profonde	val-profonde	FR		0	Europe/Paris	48.06476	3.35449				27	89	893	89464
2970846	Valpreveyre	valpreveyre	FR		0	Europe/Paris	44.81201	6.96937				93	05	051	05001
2970847	Val Pompadour	val-pompadour	FR		0	Europe/Paris	48.76573	2.44986		Pompadour,Val Pompadour		11	94	943	94074
2970848	Val Péronne	val-peronne	FR		0	Europe/Paris	48.13355	3.34857				27	89	893	89443
2970850	Chione	chione	FR		0	Europe/Paris	42.0027	8.86933		Chione,Valpaja		94	2A	2A1	2A209
2970855	Valotte	valotte	FR		0	Europe/Paris	46.9839	3.368				27	58	583	58232
2970875	Valmartin	valmartin	FR		0	Europe/Paris	49.61978	1.04856		Le Valmartin,Valmartin		28	76	763	76105
2970878	Valloux	valloux	FR		0	Europe/Paris	47.51215	3.84191				27	89	892	89433
2970896	Vallon	vallon	FR		0	Europe/Paris	44.73875	2.63487				76	12	122	12118
2970904	Vallières-Haut	vallieres-haut	FR		0	Europe/Paris	47.99486	4.05619				44	10	103	10394
2970905	Vallières-Bas	vallieres-bas	FR		0	Europe/Paris	47.99773	4.06657				44	10	103	10394
2970917	Vallicelo	vallicelo	FR		0	Europe/Paris	41.52828	9.12088		Vallicelo		94	2A	2A4	2A114
2970919	Valleyre	valleyre	FR		0	Europe/Paris	45.55	3.78333				84	63	631	63003
2970920	Valleville	valleville	FR		0	Europe/Paris	49.65298	0.80441				28	76	763	76228
2970928	Vallérysthal	vallerysthal	FR		0	Europe/Paris	48.6771	7.12876		Valleryshal,Vallerysthal,Vallerysthal-Trois-Fontaines,Vallérysthal,Wallerysthal		44	57	575	57680
2970950	Vallées Pitron	vallees-pitron	FR		0	Europe/Paris	47.31805	1.14445		La Vallee Pitrou,La Vallée Pitrou,Vallees Pitron,Vallées Pitron		24	41	413	41211
2970951	Vallées-de-Cérilly	vallees-de-cerilly	FR		0	Europe/Paris	48.1682	3.62866		Les Vallees,Les Vallées,Vallees,Vallées		27	89	893	89065
2970965	Vallat	vallat	FR		0	Europe/Paris	45.43333	2.55				84	15	152	15092
2970968	Vallant	vallant	FR		0	Europe/Paris	46.55248	2.46848				24	18	182	18278
2970969	Vallansange	vallansange	FR		0	Europe/Paris	45.5475	4.05811				84	42	421	42122
2970974	Vallaise	vallaise	FR		0	Europe/Paris	46.09524	2.11815				75	23	231	23229
2970975	Vallainville	vallainville	FR		0	Europe/Paris	48.10486	1.4114				24	28	282	28256
2970982	Valjouan	valjouan	FR		0	Europe/Paris	48.50485	3.04299				11	77	773	77509
2970983	Valise	valise	FR		0	Europe/Paris	47.47276	2.8598				24	18	181	18125
2970989	Valierguet	valierguet	FR		0	Europe/Paris	45.48333	2.3				75	19	193	19277
2970991	Valière	valiere	FR		0	Europe/Paris	46.97095	1.78981		Valiere,Valière,Valliere,Vallière		24	36	364	36037
2971001	Valfournès	valfournes	FR		0	Europe/Paris	44.44844	3.87117				76	48	482	48004
2971006	Valfin-lès-Saint-Claude	valfin-les-saint-claude	FR		12966	Europe/Paris	46.43758	5.85513		Condat-Montagne,Valfin,Valfin-les-Saint-Claude,Valfin-lès-Saint-Claude		27	39	393	39478
2971021	Valessard	valessard	FR		0	Europe/Paris	45.4	2.61667				84	15	152	15038
2971022	Valescure	valescure	FR		0	Europe/Paris	43.43827	6.77697				93	83	831	83118
2971026	Valeoux	valeoux	FR		0	Europe/Paris	45.83209	2.05635				75	23	231	23144
2971029	Valentigny	valentigny	FR		0	Europe/Paris	47.19898	2.58264				24	18	181	18003
2971031	Valenti	valenti	FR		0	Europe/Paris	44.36969	5.92544				93	05	052	05178
2971038	Valencins	valencins	FR		0	Europe/Paris	46.98514	2.31495				24	18	181	18201
2971044	Valencendre	valencendre	FR		0	Europe/Paris	50.48447	1.69607				32	62	624	62196
2971058	Valeix	valeix	FR		0	Europe/Paris	45.31667	2.15				75	19	193	19106
2971063	Valécourt	valecourt	FR		0	Europe/Paris	49.19856	1.7783				32	60	601	60420
2971064	Val du Roy	val-du-roy	FR		0	Europe/Paris	49.93719	1.46647				28	76	761	76745
2971069	Valdonne	valdonne	FR		0	Europe/Paris	43.39981	5.56217		Valdonne,Valdonne-Peypin,Voldonne		93	13	133	13073
2971076	Valdigiéri	valdigieri	FR		0	Europe/Paris	43.27835	6.47068				93	83	831	83068
2971080	Val de Villé	val-de-ville	FR		0	Europe/Paris	48.28276	7.38258				44	67	675	67073
2971086	Val-de-Ricarville	val-de-ricarville	FR		0	Europe/Paris	49.79991	1.26483				28	76	761	76526
2971091	Valdelancourt	valdelancourt	FR		0	Europe/Paris	48.10585	5.00222		Valdelancourt		44	52	521	52031
2971094	Val Daubert	val-daubert	FR		0	Europe/Paris	43.29008	6.45171				93	83	831	83063
2971095	Valdans	valdans	FR		0	Europe/Paris	44.98333	4.61667				84	07	073	07129
2971098	Valcros	valcros	FR		0	Europe/Paris	43.23534	6.03618				93	83	832	83049
2971099	Valcros	valcros	FR		0	Europe/Paris	43.183	6.27936				93	83	832	83071
2971102	Valcorbon	valcorbon	FR		0	Europe/Paris	49.13717	1.5988				28	27	271	27213
2971105	Valchevrière	valchevriere	FR		0	Europe/Paris	45.06667	5.48333				84	38	381	38548
2971112	Valbruant	valbruant	FR		0	Europe/Paris	47.92717	5.04588				44	52	521	52017
2971113	Val Bréhout	val-brehout	FR		0	Europe/Paris	49.88333	1.06667				28	76	761	76565
2971115	Valbourdin	valbourdin	FR		0	Europe/Paris	43.13333	5.91667				93	83	832	83137
2971119	Valberg	valberg	FR		0	Europe/Paris	44.09708	6.92937		Valberg		93	06	062	06094
2971127	Valaury	valaury	FR		0	Europe/Paris	43.20054	6.00136				93	83	832	83131
2971128	Valauris	valauris	FR		0	Europe/Paris	43.35	6.55				93	83	831	83094
2971133	Valançon	valancon	FR		0	Europe/Paris	46.31665	3.44883				84	03	033	03187
2971135	Valaine	valaine	FR		0	Europe/Paris	49.69638	0.19763				28	76	762	76254
2971138	Valades	valades	FR		0	Europe/Paris	44.7234	0.57944		Les Valades,Valades		75	24	241	24168
2971139	Valabres	valabres	FR		0	Europe/Paris	44.15	7.08333				93	06	062	06111
2971145	Val	val	FR		0	Europe/Paris	45.3	2.73333		Le Val,Val		84	15	153	15116
2971148	Vaivre	vaivre	FR		0	Europe/Paris	47.3748	6.70138		Vaivre		27	25	252	25485
2971156	Vaise	vaise	FR		0	Europe/Paris	45.77262	4.80374		Lyon-Vaise,Vaise		84	69	691	69123
2971164	Vaintray	vaintray	FR		0	Europe/Paris	46.44913	0.31044				75	86	863	86010
2971178	Vailhac	vailhac	FR		0	Europe/Paris	45.09837	3.5842				84	43	431	43013
2971193	Vadina	vadina	FR		0	Europe/Paris	42.06941	9.44956		Vadina		94	2B	2B3	2B123
2971209	Vacquerie	vacquerie	FR		0	Europe/Paris	50.12134	2.16896		Vacquerie		32	80	802	80086
2971210	Vacquenoux	vacquenoux	FR		0	Europe/Paris	48.484	7.1812				44	67	673	67066
2971211	Vacon	vacon	FR		1594	Europe/Paris	48.66865	5.60024		Vacon		44	55	552	55573
2971213	Vachy	vachy	FR		0	Europe/Paris	48.05628	3.63922				27	89	891	89076
2971215	Vachier	vachier	FR		0	Europe/Paris	45.3013	5.16723				84	38	383	38505
2971218	Vachers	vachers	FR		0	Europe/Paris	44.75284	0.32776				75	24	241	24549
2971219	Vacherie	vacherie	FR		0	Europe/Paris	48.05	3.95				44	10	103	10122
2971220	Vacheresses-les-Basses	vacheresses-les-basses	FR		0	Europe/Paris	48.62194	1.5315		Vacheresses,Vacheresses-les-Basses		24	28	283	28279
2971231	Vachelerie	vachelerie	FR		0	Europe/Paris	44.93724	3.40177				76	48	482	48110
2971235	Vaccili	vaccili	FR		0	Europe/Paris	42.05757	8.97809		Vaccili		94	2A	2A1	2A330
2971253	Uzy	uzy	FR		0	Europe/Paris	47.42988	3.82202				27	89	892	89145
2971268	Uzanoux	uzanoux	FR		0	Europe/Paris	44.89213	4.58193				84	07	072	07314
2971277	Uveyres	uveyres	FR		0	Europe/Paris	45.17981	3.82007				84	43	432	43187
2971282	Utiac	utiac	FR		0	Europe/Paris	45.12892	4.27352				84	43	433	43244
2971295	Usselot	usselot	FR		0	Europe/Paris	47.66413	3.44613				27	89	891	89283
2971308	Usillon	usillon	FR		0	Europe/Paris	45.98425	6.28012				84	74	741	74282
2971313	Usciolo	usciolo	FR		0	Europe/Paris	41.52837	9.23491		Usciolo		94	2A	2A4	2A288
2971314	Usanges	usanges	FR		0	Europe/Paris	44.64028	3.15541				76	48	482	48087
2971318	Urzange	urzange	FR		0	Europe/Paris	45.50835	4.01267				84	42	421	42240
2971261	Uzer	uzer	FR	07110	102	Europe/Paris	43.07886	0.19381				76	65	652	65459
2971330	Urtis	urtis	FR		0	Europe/Paris	44.42952	6.07191				93	04	044	04234
2971341	U Rinicciu	u-rinicciu	FR		0	Europe/Paris	42.37706	8.777		U Rinicciu,Uriniccio		94	2B	2B5	2B153
2971345	Uriage-les-Bains	uriage-les-bains	FR		0	Europe/Paris	45.13786	5.82577		Bains d'Uriage,Uriage,Uriage-les-Bains		84	38	381	38529
2971356	Urcuray	urcuray	FR		0	Europe/Paris	43.36682	-1.35625		Urcuray,Urkodoi		75	64	641	64256
2971369	Urbach	urbach	FR		0	Europe/Paris	49.0997	7.32812				44	57	576	57195
2971376	Unsac	unsac	FR		0	Europe/Paris	45.40878	3.21138				84	63	633	63356
2971381	Undurein	undurein	FR		0	Europe/Paris	43.28276	-0.87754		UEnduereine,Undurein,Ündüreine		75	64	642	64214
2971400	Uffour	uffour	FR		0	Europe/Paris	45.19297	3.81925				84	43	432	43026
2971403	Uffarges	uffarges	FR		0	Europe/Paris	45.29144	3.9168				84	43	432	43201
2971405	Ueberkumen	ueberkumen	FR		0	Europe/Paris	47.66284	7.16283		Ueberkumen		44	68	681	68018
2971421	Ubaye	ubaye	FR		0	Europe/Paris	44.46667	6.36667		Ubaye		93	04	041	04102
2971426	Ty Nevez	ty-nevez	FR		0	Europe/Paris	48.51667	-4.08333				53	29	293	29105
2971427	Ty Louët	ty-louet	FR		0	Europe/Paris	48.1	-3.76667		Ty Louet,Ty Louët,Ty-Loue		53	29	292	29125
2971428	Tyfléan	tyflean	FR		0	Europe/Paris	48.13333	-3.95				53	29	294	29048
2971429	Ty Douar	ty-douar	FR		0	Europe/Paris	48.41667	-3.96667				53	29	293	29038
2971430	Ty-blez	ty-blez	FR		0	Europe/Paris	48.2	-3.9		Ty-Blaise,Ty-blez		53	29	292	29123
2971431	Ty Bianet	ty-bianet	FR		0	Europe/Paris	48.21667	-4.15				53	29	292	29044
2971432	Ty-Aryun	ty-aryun	FR		0	Europe/Paris	48.36667	-3.91667		Ty-Aryon,Ty-Aryun		53	29	292	29013
2971433	Tyar-Gall	tyar-gall	FR		0	Europe/Paris	48.36667	-3.7				53	29	292	29227
2971439	Tussigère	tussigere	FR		0	Europe/Paris	45.61184	3.63441		Tussigere,Tussigeres,Tussigère,Tussigères		84	63	631	63086
2971441	Tuseau	tuseau	FR		0	Europe/Paris	46.68686	2.33114				24	18	182	18136
2971452	Turpinay	turpinay	FR		0	Europe/Paris	47.29481	1.58676				24	41	413	41242
2971455	Turnac	turnac	FR		0	Europe/Paris	44.83333	1.28333		Turnac,Turnae		75	24	244	24082
2971457	Turley	turley	FR		0	Europe/Paris	47.55773	4.1913				27	21	213	21199
2971458	Turigny	turigny	FR		0	Europe/Paris	47.37369	3.50202		Turigny,Verdun		27	58	582	58242
2971476	Tupin	tupin	FR		468	Europe/Paris	45.48421	4.79058		Tupin,Tupin-et-Semons		84	69	691	69253
2971484	Tuilière	tuiliere	FR		0	Europe/Paris	44.84841	0.62772		Tuiliere,Tuilieres,Tuilière,Tuilières		75	24	241	24296
2971487	Tuilerie	tuilerie	FR		0	Europe/Paris	45.9	1		La Tuiliere-de-Herses,La Tuilière-de-Herses,Tuilerie		75	87	873	87140
2971492	Tufo	tufo	FR		0	Europe/Paris	42.89175	9.44054		Tufo		94	2B	2B2	2B152
2971495	Tu-ès-Roc	tu-es-roc	FR		0	Europe/Paris	48.63786	-2.46168				53	22	224	22054
2971506	Tuscia	tuscia	FR		0	Europe/Paris	41.97421	8.77959		Tucce,Tuscia		94	2A	2A1	2A006
2971507	Tubœuf	tuboeuf	FR		0	Europe/Paris	48.743	0.70948		Thubeuf,Tuboeuf		28	61	613	61432
2971511	Tuvarelli	tuvarelli	FR		0	Europe/Paris	42.39044	8.74361		Tuarelli,Tuvarelli		94	2B	2B5	2B153
2971512	Tuara	tuara	FR		0	Europe/Paris	42.34548	8.63323		Tuara		94	2A	2A1	2A197
2971514	Truziaud	truziaud	FR		0	Europe/Paris	44.68356	5.95548				93	05	052	05139
2971525	Truison	truison	FR		0	Europe/Paris	45.6061	5.64283				84	73	732	73236
2971528	Truffe	truffe	FR		0	Europe/Paris	44.82711	0.84245				75	24	241	24273
2971537	Truchières	truchieres	FR		0	Europe/Paris	44.72589	5.88865				93	05	052	05139
2971544	Truans	truans	FR		0	Europe/Paris	43.92653	2.90595				76	12	121	12208
2971545	Trozullon	trozullon	FR		0	Europe/Paris	48.25585	-3.1514				53	22	222	22107
2971554	Troux	troux	FR		0	Europe/Paris	48.77768	2.04679				11	78	784	78297
2971564	Troupenat	troupenat	FR		0	Europe/Paris	45.24199	3.28529				84	43	431	43206
2971567	Trouley	trouley	FR		75	Europe/Paris	43.31669	0.24083		Trouley,Trouley-Labarthe		76	65	653	65454
2971571	Trouguer	trouguer	FR		0	Europe/Paris	48.05729	-4.70326				53	29	294	29028
2971572	Trouguennour	trouguennour	FR		0	Europe/Paris	48.04372	-4.64044				53	29	294	29028
2971573	Trouce	trouce	FR		0	Europe/Paris	47.91667	-3.88333		Troec,Trouce,Troëc		53	29	294	29146
2971575	Trouan-le-Petit	trouan-le-petit	FR		0	Europe/Paris	48.63313	4.23443				44	10	103	10386
2971578	Trotigny	trotigny	FR		0	Europe/Paris	48.71748	2.01231				11	78	782	78160
2971585	Tronjoly	tronjoly	FR		0	Europe/Paris	48.66667	-4.11667				53	29	293	29030
2971586	Troniçais	tronicais	FR		0	Europe/Paris	46.65	2.71667				84	03	031	03221
2971590	Tronçois	troncois	FR		0	Europe/Paris	47.51981	4.08949				27	89	892	89197
2971595	Tronchine	tronchine	FR		0	Europe/Paris	45.88347	6.31564				84	74	741	74280
2971601	Trompette	trompette	FR		0	Europe/Paris	44.52729	0.85695				75	47	473	47181
2971602	Trompeloup	trompeloup	FR		0	Europe/Paris	45.22105	-0.75522				75	33	334	33314
2971606	Trolouch	trolouch	FR		0	Europe/Paris	48.63333	-4.51667				53	29	291	29195
2971607	Trollat	trollat	FR		0	Europe/Paris	45.09534	4.74727				84	07	073	07086
2971620	Trois-Moulins	trois-moulins	FR		0	Europe/Paris	48.5513	2.6814				11	77	772	77394
2971631	Trois Épis	trois-epis	FR		0	Europe/Paris	48.1004	7.23293		Les Trois-Epis,Les Trois-Épis,Notre Dame des 3 Epis,Notre Dame des Trois-Epis,Notre Dame des Trois-Épis,Trois Epis,Trois Épis		44	68	682	68005
2971632	Troischamps	troischamps	FR		0	Europe/Paris	47.88179	5.50639		Troischamps		44	52	522	52242
2971640	Troborn	troborn	FR		0	Europe/Paris	48.65	-3.9				53	29	293	29023
2971636	Troësnes	troesnes	FR	02460	0	Europe/Paris	49.2	3.16667				32	02	024	02749
2971648	Trivis	trivis	FR		0	Europe/Paris	45.3481	3.82059				84	43	432	43196
2971649	Triviaux	triviaux	FR		0	Europe/Paris	45.49108	1.82137				75	19	192	19281
2971655	Triquerie	triquerie	FR		0	Europe/Paris	45.6939	1.23226				75	87	872	87169
2971658	Tripleval	tripleval	FR		0	Europe/Paris	49.05288	1.58958		Tripeval,Tripleval		11	78	781	78057
2971661	Triouleyre	triouleyre	FR		0	Europe/Paris	45.37368	3.82491				84	43	432	43196
2971662	Triou	triou	FR		0	Europe/Paris	46.27877	-0.30918				75	79	792	79185
2971665	Trinquie	trinquie	FR		0	Europe/Paris	50.03761	1.7456		Trinquie,Trinquies		32	80	801	80446
2971666	Trinquelain	trinquelain	FR		0	Europe/Paris	47.35929	4.03226		Trinquelain,Trinquelin		27	89	892	89349
2971669	Trimoulet	trimoulet	FR		0	Europe/Paris	45.87411	2.83184				84	63	634	63238
2971670	Trimouille	trimouille	FR		0	Europe/Paris	44.87697	0.40034				75	24	241	24340
2971677	Trigouet	trigouet	FR		0	Europe/Paris	47.64324	-1.59476				52	44	445	44076
2971681	Trigavou	trigavou	FR		0	Europe/Paris	48.5265	-2.07992		Trigavou		53	22	221	22190
2971701	Triaudet	triaudet	FR		0	Europe/Paris	45.02273	0.85409				75	24	243	24220
2971702	Triaucourt-en-Argonne	triaucourt-en-argonne	FR		0	Europe/Paris	48.97871	5.06138		Triaucourt,Triaucourt-en-Argonne		44	55	551	55517
2971711	Trézien	trezien	FR		0	Europe/Paris	48.41667	-4.76667				53	29	291	29177
2971715	Trézelan	trezelan	FR		0	Europe/Paris	48.6496	-3.25767		Trezelan,Trézelan		53	22	222	22004
2971716	Trézé	treze	FR		0	Europe/Paris	47.11236	-0.07658				52	49	493	49215
2971717	Trézan	trezan	FR		0	Europe/Paris	48.27417	2.4127				24	45	453	45191
2971718	Trez	trez	FR		0	Europe/Paris	48.65	-4.4				53	29	291	29091
2971726	Tréviselot	treviselot	FR		0	Europe/Paris	47.53321	4.04441				27	89	892	89197
2971732	Trévignon	trevignon	FR		0	Europe/Paris	47.8	-3.83333		Trevignon,Trévignon		53	29	294	29293
2971736	Trévidec	trevidec	FR		0	Europe/Paris	48.05	-3.95				53	29	294	29107
2971738	Trevey	trevey	FR		0	Europe/Paris	47.51714	6.25319		Trevey		27	70	702	70197
2971740	Trèves-Cunault	treves-cunault	FR		0	Europe/Paris	47.32068	-0.18458		Treves,Treves-Cunault,Trèves,Trèves-Cunault		52	49	493	49261
2971743	Tréveroc	treveroc	FR		0	Europe/Paris	48.58333	-4.41667				53	29	291	29093
2971744	Trévern	trevern	FR		0	Europe/Paris	48.03333	-4.6				53	29	294	29228
2971750	Tréveller	treveller	FR		0	Europe/Paris	48.25	-3.55				53	29	292	29152
2971756	Trévans	trevans	FR		0	Europe/Paris	43.9502	6.22363		Trevans,Trévans		93	04	043	04084
2971759	Treuscoat	treuscoat	FR		0	Europe/Paris	48.28333	-3.75				53	29	292	29036
2971760	Treuskoad	treuskoad	FR		0	Europe/Paris	48.16667	-3.83333				53	29	292	29027
2971763	Treuilleau	treuilleau	FR		0	Europe/Paris	46.8579	1.62924				24	36	362	36202
2971769	Trestraou	trestraou	FR		0	Europe/Paris	48.81667	-3.46667		Trestraou,Trestraou Haut		53	22	223	22168
2971780	Tressaint	tressaint	FR		0	Europe/Paris	48.43049	-2.02408		Tressaint,Tressent		53	22	221	22118
2971781	Tressac	tressac	FR		0	Europe/Paris	44.93333	-0.31667				75	33	335	33356
2971783	Trespoux	trespoux	FR		722	Europe/Paris	44.41263	1.37765		Trespoux,Trespoux-Rassiels		76	46	461	46322
2971784	Trespeuix	trespeuix	FR		0	Europe/Paris	44.92041	3.7598				84	43	432	43198
2971787	Tresneau	tresneau	FR		0	Europe/Paris	48.56704	1.20604				24	28	283	28386
2971795	Trescallan	trescallan	FR		0	Europe/Paris	47.34498	-2.48333		Trescalan,Trescallan		52	44	443	44211
2971796	Tresbœuf	tresboeuf	FR		1011	Europe/Paris	47.88274	-1.54665		Tresboeuf,Tresbœuf,Trevo		53	35	352	35343
2971798	Trérohant	trerohant	FR		0	Europe/Paris	48.63333	-4.43333				53	29	291	29077
2971804	Trépied	trepied	FR		0	Europe/Paris	50.50104	1.62732		Trepied,Trépied		32	62	624	62261
2971805	Trépied	trepied	FR		0	Europe/Paris	49.66487	1.57662				28	76	761	76065
2971811	Tréompan	treompan	FR		0	Europe/Paris	48.56667	-4.68333				53	29	291	29178
2971815	Trentemoult	trentemoult	FR		0	Europe/Paris	47.1945	-1.57722		Trentemoux		52	44	442	44143
2971820	Trenay	trenay	FR		0	Europe/Paris	46.53686	2.3199				24	18	182	18252
2971823	Trenac	trenac	FR		0	Europe/Paris	44.949	2.84114		Trehac,Trenac		84	15	153	15152
2971826	Trémunut	tremunut	FR		0	Europe/Paris	48.11667	-3.7				53	56	562	56199
2971827	Trémuéjols	tremuejols	FR		0	Europe/Paris	44.31826	3.92247		Tremiejol,Tremuejols,Trémiéjol,Trémuéjols		76	48	481	48194
2971828	Trémoulines	tremoulines	FR		0	Europe/Paris	45.69765	2.49754				75	19	193	19108
2971833	Trémoul	tremoul	FR		0	Europe/Paris	44.84046	3.71429				84	43	431	43173
2971838	Trémorgat	tremorgat	FR		0	Europe/Paris	48.23333	-3.93333				53	29	292	29162
2971847	Trémolatte	tremolatte	FR		0	Europe/Paris	45.05	4.43333				84	07	073	07080
2971850	Trémoguer	tremoguer	FR		0	Europe/Paris	48.51667	-4.35				53	29	291	29179
2971853	Trémillo	tremillo	FR		0	Europe/Paris	48.26667	-3.68333				53	29	292	29089
2971863	Trémellé	tremelle	FR		0	Europe/Paris	48.2	-3.8				53	29	292	29027
2971866	Tremeleuc	tremeleuc	FR		0	Europe/Paris	47.84924	-2.06448				53	56	563	56033
2971871	Tremblesseaux	tremblesseaux	FR		0	Europe/Paris	48.63503	2.63916				11	77	772	77175
2971878	Trémazan	tremazan	FR		0	Europe/Paris	48.55	-4.71667				53	29	291	29109
2971880	Trémaudan	tremaudan	FR		0	Europe/Paris	48.42621	-2.40371				53	22	224	22193
2971883	Trémainville	tremainville	FR		0	Europe/Paris	48.15555	2.63162				11	77	774	77110
2971884	Trémagon	tremagon	FR		0	Europe/Paris	48.56667	-4.1				53	29	293	29187
2971891	Trélis	trelis	FR		0	Europe/Paris	44.25808	4.05386				76	30	301	30203
2971894	Trélepuy	trelepuy	FR		0	Europe/Paris	44.61667	5.51667				84	26	261	26186
2971895	Tréléon	treleon	FR		0	Europe/Paris	48.46667	-4.55				53	29	291	29076
2971899	Trelan	trelan	FR		0	Europe/Paris	47.5601	-1.80714				52	44	445	44128
2971900	Trelagot	trelagot	FR		0	Europe/Paris	47.32869	-2.08012				52	44	443	44052
2971904	Treizanches	treizanches	FR		0	Europe/Paris	45.59571	3.02576				84	63	633	63380
2971906	Treins	treins	FR		0	Europe/Paris	45.33819	1.97138				75	19	192	19081
2971907	Treimès	treimes	FR		0	Europe/Paris	44.3945	3.66058				76	48	481	48028
2971911	Treille	treille	FR		0	Europe/Paris	45.65	0.33333		Treille,Treilles		75	16	161	16093
2971919	Trehinais	trehinais	FR		0	Europe/Paris	48.20511	-1.35368				53	35	353	35154
2971920	Tréhiguier	trehiguier	FR		0	Europe/Paris	47.49291	-2.44111				53	56	563	56155
2971922	Tréhe	trehe	FR		0	Europe/Paris	47.80009	-1.77266		Trehe,Trehel,Tréhe,Tréhel		53	35	352	35202
2971924	Treguron	treguron	FR		0	Europe/Paris	48.16667	-3.95				53	29	292	29062
2971925	Trégunvez	tregunvez	FR		0	Europe/Paris	48.5	-3.8				53	29	293	29207
2971927	Tréguily	treguily	FR		0	Europe/Paris	47.80885	-1.83714				53	35	352	35176
2971932	Tréguesun	treguesun	FR		0	Europe/Paris	48.30283	-3.03084		Treguestin,Treguesun,Tréguesun		53	22	224	22047
2971934	Trégu	tregu	FR		0	Europe/Paris	48.0039	-2.082				53	35	353	35223
2971937	Trégounour	tregounour	FR		0	Europe/Paris	47.85049	-4.04494		Tregeunour,Tregounour,Trégeunour,Trégounour		53	29	294	29058
2971938	Trégouinec	tregouinec	FR		0	Europe/Paris	48.63333	-4.36667				53	29	291	29091
2971939	Trégouet	tregouet	FR		0	Europe/Paris	47.57943	-1.89705				52	44	445	44128
2971941	Trégornan	tregornan	FR		0	Europe/Paris	48.17288	-3.40811				53	22	222	22061
2971942	Trégorf	tregorf	FR		0	Europe/Paris	48.41667	-4.6				53	29	291	29260
2971947	Trégomar	tregomar	FR		0	Europe/Paris	48.46518	-2.4296		Tregomar,Trégomar		53	22	224	22093
2971950	Trégenestre	tregenestre	FR		0	Europe/Paris	48.43411	-2.60655		Tregenestre,Treguenestre,Trégenestre,Tréguenestre		53	22	224	22093
2971951	Trégate	tregate	FR		0	Europe/Paris	47.28126	-2.45386				52	44	443	44010
2971952	Trégastel-Plage	tregastel-plage	FR		0	Europe/Paris	48.83333	-3.51667				53			
2971958	Trégantou	tregantou	FR		0	Europe/Paris	44.50444	1.56746				76	46	461	46268
2971959	Tregam	tregam	FR		0	Europe/Paris	48.15	-4.05				53	29	294	29020
2971960	Trégadoret	tregadoret	FR		0	Europe/Paris	47.99403	-2.35825				53	56	562	56122
2971962	Tréfuntec	trefuntec	FR		0	Europe/Paris	48.12863	-4.27085				53	29	292	29176
2971964	Tréfoux	trefoux	FR		0	Europe/Paris	47.6	-1.82276				52	44	445	44067
2971969	Tréflec'h	treflec-h	FR		0	Europe/Paris	48.28333	-3.75				53	29	292	29036
2971972	Tréfin	trefin	FR		0	Europe/Paris	47.6	-2.15				53	56	563	56194
2971980	Treffay	treffay	FR		0	Europe/Paris	46.72334	5.99826		Treffay		27	39	392	39517
2971982	Trédudon-le-Moine	tredudon-le-moine	FR		0	Europe/Paris	48.41667	-3.83333				53	29	292	29007
2971983	Trédudon	tredudon	FR		0	Europe/Paris	48.4	-3.83333				53	29	292	29054
2971993	Trécisse	trecisse	FR		0	Europe/Paris	45.66667	3.91667				84	42	421	42205
2971994	Tréchy	trechy	FR		0	Europe/Paris	48.40383	3.01951				11	77	773	77409
2971996	Treche	treche	FR		0	Europe/Paris	45.18397	4.26547		Treche,Treyches		84	43	433	43159
2972003	Tréboul	treboul	FR		0	Europe/Paris	48.09909	-4.34308		Douarnenez-Treboul,Douarnenez-Trèboul		53	29	294	29046
2972007	Trébiac	trebiac	FR		0	Europe/Paris	45.21667	2.35				84	15	152	15120
2972008	Trebeuzec	trebeuzec	FR		0	Europe/Paris	48.01667	-4.5				53	29	294	29197
2972011	Trébérouant	treberouant	FR		0	Europe/Paris	47.8	-3.83333				53	29	294	29293
2972013	Trébel	trebel	FR		0	Europe/Paris	48.24145	-3.37136		Trebel,Trehel,Trébel,Tréhel		53	22	222	22061
2972020	Tréauray	treauray	FR		0	Europe/Paris	47.78661	-3.16053				53	56	561	56101
2972021	Tréanna	treanna	FR		0	Europe/Paris	48.01667	-3.9				53	29	294	29049
2972022	Tréambon	treambon	FR		0	Europe/Paris	48.23333	-3.76667				53	29	292	29175
2972027	Traveteau	traveteau	FR		0	Europe/Paris	48.5035	2.82571				11	77	772	77100
2972035	Travers	travers	FR		0	Europe/Paris	45.84579	5.31065				84	38	382	38026
2972038	Travassac	travassac	FR		0	Europe/Paris	45.22783	1.54926				75	19	191	19072
2972039	Travailles	travailles	FR		0	Europe/Paris	49.24521	1.52278				28	27	271	27315
2972045	Trassoulas	trassoulas	FR		0	Europe/Paris	42.84272	1.97567		Tra-Soulas,Trassoulas		76	11	112	11028
2972046	Trassoudaine	trassoudaine	FR		0	Europe/Paris	45.62256	1.76825				75	19	192	19036
2972048	Tras-le-Bosc	tras-le-bosc	FR		0	Europe/Paris	44.57619	2.47085				76	12	122	12268
2972051	Trapont	trapont	FR		0	Europe/Paris	45.99	1.45514				75	87	872	87157
2972052	Traoulen	traoulen	FR		0	Europe/Paris	48.48333	-4.06667				53	29	293	29097
2972053	Traouidan	traouidan	FR		0	Europe/Paris	48.36667	-4.4				53	29	291	29189
2972054	Traon-ar-Vilar	traon-ar-vilar	FR		0	Europe/Paris	48.68333	-3.91667				53			
2972063	Trangy	trangy	FR		0	Europe/Paris	47.00391	3.2156				27	58	583	58238
2972066	Trancis	trancis	FR		0	Europe/Paris	45.35	2.48333				84	15	152	15265
2972068	Tranche	tranche	FR		0	Europe/Paris	45.11611	1.27704				75	24	244	24547
2972082	Trambas	trambas	FR		0	Europe/Paris	45.57538	4.82739				84	38	383	38087
2972085	Traly	traly	FR		0	Europe/Paris	44.87041	0.80824				75	24	241	24073
2972087	Traleprat	traleprat	FR		0	Europe/Paris	45.80827	2.28122				75	23	231	23115
2972098	Trailus	trailus	FR		0	Europe/Paris	45.01312	3.24878				84	15	153	15168
2972099	Traille	traille	FR		0	Europe/Paris	47.01733	3.40647				27	58	583	58232
2972110	Tracros	tracros	FR		0	Europe/Paris	45.78088	2.75139				84	63	633	63163
2972113	Tracol	tracol	FR		0	Europe/Paris	44.91218	4.67368				84	07	072	07338
2972114	Trabesson	trabesson	FR		0	Europe/Paris	45.26364	3.59234		Trabesson,Trabusson		84	43	431	43139
2972115	Trabatergue	trabatergue	FR		0	Europe/Paris	45.7619	2.50815				84	63	634	63450
2972120	Tova	tova	FR		0	Europe/Paris	41.85961	9.26115		Tova		94	2B	2B3	2B283
2972121	Touzel	touzel	FR		0	Europe/Paris	46.69759	2.58462				24	18	182	18076
2972131	Touves	touves	FR		0	Europe/Paris	45.51524	2.48931				75	19	193	19142
2972136	Toutlifaut	toutlifaut	FR		0	Europe/Paris	48.17402	1.72237				24	28	281	28406
2972139	Toutendal	toutendal	FR		0	Europe/Paris	50.52614	1.85602				32	62	624	62021
2972147	Toussard	toussard	FR		0	Europe/Paris	48.15213	1.19055				24	28	282	28182
2972150	Tous-les-Mesnils	tous-les-mesnils	FR		0	Europe/Paris	49.87618	0.98618				28	76	761	76492
2972151	Tourzel	tourzel	FR		191	Europe/Paris	45.52678	3.12967		Tourzel,Tourzel-Ronzieres,Tourzel-Ronzières		84	63	633	63435
2972167	Tourville	tourville	FR		0	Europe/Paris	49.94071	1.25208				28	76	761	76618
2972173	Tourtousse	tourtousse	FR		0	Europe/Paris	44.98333	5.05				84	26	263	26004
2972176	Tourtoule	tourtoule	FR		0	Europe/Paris	45.86103	3.02407				84	63	634	63470
2972177	Tourton-Joubert	tourton-joubert	FR		0	Europe/Paris	46.09503	2.44807				75	23	231	23160
2972179	Tourtinhac	tourtinhac	FR		0	Europe/Paris	44.92043	3.85497				84	43	432	43039
2972180	Tourtière	tourtiere	FR		0	Europe/Paris	46.53191	2.86324				84	03	031	03150
2972197	Tourrete	tourrete	FR		0	Europe/Paris	44.58812	0.6458				75	47	473	47152
2972205	Tournoux	tournoux	FR		0	Europe/Paris	44.48606	6.74082				93	04	041	04193
2972219	Tourniol	tourniol	FR		0	Europe/Paris	45.91667	1.41667				75	87	872	87178
2972222	Tourniac	tourniac	FR		0	Europe/Paris	45.2	2.21667		Tourniac		84	15	152	15153
2972223	Tourniac	tourniac	FR		0	Europe/Paris	44.55752	1.26552				76	46	461	46223
2972224	Tournevite	tournevite	FR		0	Europe/Paris	45.48882	1.3903		Tournebride,Tournevite		75	19	191	19121
2972228	Tournessac	tournessac	FR		0	Europe/Paris	46.34331	2.05466				75	23	231	23022
2972238	Tournedoz	tournedoz	FR		0	Europe/Paris	47.3722	6.6072		Tournedoz		27	25	252	25018
2972243	Tournebride	tournebride	FR		0	Europe/Paris	47.17703	-1.40989				52	44	442	44070
2972244	Tournebouix	tournebouix	FR		0	Europe/Paris	42.9816	2.11615				76	11	112	11046
2972250	Tournaud	tournaud	FR		0	Europe/Paris	46.02314	1.61343				75	23	232	23056
2972258	Tournadous	tournadous	FR		0	Europe/Paris	43.84978	3.11988				76	12	121	12155
2972264	Tourmi	tourmi	FR		0	Europe/Paris	44.57885	0.61796				75	47	473	47152
2972282	Tourdan	tourdan	FR		0	Europe/Paris	45.37135	5.03188		Tourdan		84	38	383	38335
2972287	Tourbian	tourbian	FR		0	Europe/Paris	48.41667	-4.45				53	29	291	29075
2972291	Touraine	touraine	FR		0	Europe/Paris	47.09127	0.23591				24	37	371	37129
2972292	Tourailles-sous-Bois	tourailles-sous-bois	FR		0	Europe/Paris	48.49001	5.4444		Tourailles,Tourailles-sous-Bois		44	55	552	55215
2972294	Touraille	touraille	FR		0	Europe/Paris	48.19372	1.47207				24	28	282	28305
2972304	Touquet	touquet	FR		0	Europe/Paris	44.56901	0.60117				75	47	473	47048
2972309	Toupré	toupre	FR		0	Europe/Paris	49.68952	1.58214		Toupray,Toupre,Toupré		28	76	761	76065
2972311	Touluch	touluch	FR		0	Europe/Paris	44.67035	2.71103				76	12	122	12209
2972319	Toulotte	toulotte	FR		0	Europe/Paris	48.72682	3.40178				11	77	773	77444
2972322	Toulon-la-Montagne	toulon-la-montagne	FR		313	Europe/Paris	48.85654	3.88072		Toulon,Toulon-la-Montagne		44	51	512	51611
2972330	Toul-lanne	toul-lanne	FR		0	Europe/Paris	48.03333	-3.61667				53	56	562	56081
2972336	Toulifaut	toulifaut	FR		0	Europe/Paris	49.65941	0.52355		Toulifau,Toulifaut		28	76	762	76710
2972337	Toulhoët	toulhoet	FR		0	Europe/Paris	47.7565	-3.32887				53	56	561	56098
2972338	Toules	toules	FR		0	Europe/Paris	44.8455	2.43846				84	15	151	15012
2972343	Toulat	toulat	FR		0	Europe/Paris	45.28751	2.45424				84	15	152	15015
2972344	Toul an Héry	toul-an-hery	FR		0	Europe/Paris	48.66667	-3.63333		Port de Toull-an-Hery,Port de Toull-an-Héry,Toul an Hery,Toul an Héry,Toull an Hery,Toull an Héry		53	22	223	22194
2972345	Toull ar Groaz	toull-ar-groaz	FR		0	Europe/Paris	48.38333	-3.63333				53	29	292	29275
2972355	Tougouse	tougouse	FR		0	Europe/Paris	45.16667	2.48333				84	15	152	15174
2972373	Touche Ronde	touche-ronde	FR		0	Europe/Paris	48.17361	-1.41784		Touche Ronde,Toudhe Ronde		53	35	353	35031
2972374	Touchenay	touchenay	FR		0	Europe/Paris	48.20235	0.20048				52	72	723	72349
2972375	Touchémont	touchemont	FR		0	Europe/Paris	48.07255	1.23113				24	28	282	28334
2972376	Touche au Rys	touche-au-rys	FR		0	Europe/Paris	48.09146	-1.13912				53	35	351	35105
2972379	Toual	toual	FR		0	Europe/Paris	48.03333	-3.7		Toual,Toyal		53	29	294	29274
2972380	Touages	touages	FR		0	Europe/Paris	44.85366	5.73747		Touage,Touages		84	38	381	38403
2972383	Total Haut	total-haut	FR		0	Europe/Paris	45.3	2.61667				84	15	152	15124
2972393	Torville	torville	FR		0	Europe/Paris	48.20773	2.15092				24	45	453	45162
2972394	Tortorelle	tortorelle	FR		0	Europe/Paris	45.43573	4.03064				84	42	421	42091
2972396	Tortois	tortois	FR		0	Europe/Paris	48.22555	1.65061				24	28	281	28406
2972409	Turrezza	turrezza	FR		0	Europe/Paris	42.81	9.44759		Torrezza,Turrezza		94	2B	2B2	2B281
2972415	Torre	torre	FR		0	Europe/Paris	42.58557	8.89281		Torre		94	2B	2B5	2B020
2972416	Torra	torra	FR		0	Europe/Paris	42.53287	9.45555		La Torra,Torra,Torre		94	2B	2B2	2B148
2972417	Torre	torre	FR		0	Europe/Paris	41.63942	9.29853		Torre		94	2A	2A4	2A247
2972418	Torraccia	torraccia	FR		0	Europe/Paris	41.67914	9.33252		Torraccia		94	2A	2A4	2A139
2972424	Torméry	tormery	FR		0	Europe/Paris	45.51626	6.01809		Tormery,Torméry		84	73	732	73084
2972425	Tormancy	tormancy	FR		0	Europe/Paris	47.63582	3.97553				27	89	892	89246
2972426	Torjonas	torjonas	FR		0	Europe/Paris	45.80644	5.32986				84	38	382	38365
2972428	Torgia	torgia	FR		0	Europe/Paris	41.84651	8.96665		Torgia		94	2A	2A1	2A064
2972435	Tord	tord	FR		0	Europe/Paris	44.94009	5.79568				84	38	381	38396
2972448	Torchet	torchet	FR		0	Europe/Paris	45.53115	6.35643				84	73	733	73175
2972458	Torçay	torcay	FR		0	Europe/Paris	48.63916	1.22671				24	28	283	28323
2972461	Topineux	topineux	FR		0	Europe/Paris	48.06704	1.781				24	45	452	45313
2972472	Tonnaigre	tonnaigre	FR		0	Europe/Paris	45.08333	0.36667				75	24	243	24032
2972482	Tomvic	tomvic	FR		0	Europe/Paris	45.46434	3.7688				84	63	631	63105
2972485	Tombalacce	tombalacce	FR		0	Europe/Paris	42.53691	8.99355		Tombalacce,Tombolaca,Tombolacci		94	2B	2B5	2B235
2972489	Tombebœuf	tombeboeuf	FR		448	Europe/Paris	44.50654	0.45186		Tombeboeuf,Tombebœuf		75	47	473	47309
2972496	Tollare	tollare	FR		0	Europe/Paris	43.00761	9.3873		Tollare		94	2B	2B2	2B107
2972497	Tollann	tollann	FR		0	Europe/Paris	48.48333	-4.56667				53	29	291	29076
2972500	Toissieu	toissieu	FR		0	Europe/Paris	45.24912	4.60877		Toissieu,Tossieux		84	07	073	07010
2972503	Toiras	toiras	FR		0	Europe/Paris	45.49047	3.42931				84	63	633	63448
2972505	Tohou	tohou	FR		0	Europe/Paris	48.21667	-3.51667				53	22	222	22202
2972506	Togny-aux-Bœufs	togny-aux-boeufs	FR		173	Europe/Paris	48.85	4.45		Togny		44	51	511	51574
2972507	Togna	togna	FR		0	Europe/Paris	41.84456	9.37387		Togna		94	2A	2A4	2A269
2972509	Tœufles	toeufles	FR		325	Europe/Paris	50.06667	1.71667				32	80	801	80764
2972510	Toëil	toeil	FR		0	Europe/Paris	46.43991	1.03564				75	86	862	86273
2972517	Tlegerveld	tlegerveld	FR		0	Europe/Paris	51.02362	2.46226		Tiegerveld,Tleegervelt,Tlegerveld		32	59	594	59588
2972522	Tivolaggio	tivolaggio	FR		0	Europe/Paris	41.63008	8.87968		Tivolaggio		94	2A	2A4	2A249
2972523	Tivillière	tivilliere	FR		0	Europe/Paris	45.61667	4.35				84	42	421	42059
2972528	Tivallière	tivalliere	FR		0	Europe/Paris	46.52	2.79867				84	03	031	03150
2972529	Tissonnières	tissonnieres	FR		0	Europe/Paris	45.88404	3.32298		Tissonniere,Tissonnieres,Tissonnière,Tissonnières		84	63	635	63180
2972532	Tirolo	tirolo	FR		0	Europe/Paris	41.65851	9.10437		Tirolo		94	2A	2A4	2A142
2972535	Tirieu	tirieu	FR		0	Europe/Paris	45.70678	5.37707				84	38	382	38135
2972536	Tirepoil	tirepoil	FR		0	Europe/Paris	47.16865	-0.51294				52	49	492	49211
2972538	Tirent	tirent	FR		73	Europe/Paris	43.54325	0.79312		Tirent,Tirent-Pontejac		76	32	321	32447
2972547	Tinlhat	tinlhat	FR		0	Europe/Paris	45.73181	3.30614		Tinlhalt,Tinlhat		84	63	632	63040
2972552	Tincquette	tincquette	FR		0	Europe/Paris	50.35688	2.48095				32	62	621	62820
2972557	Tincé	tince	FR		0	Europe/Paris	47.93558	-1.27258				53	35	351	35235
2972558	Tincave	tincave	FR		0	Europe/Paris	45.45179	6.65608				84	73	731	73055
2972578	Tilloy	tilloy	FR		0	Europe/Paris	50.13871	1.58064				32	80	801	80618
2972579	Tilloux	tilloux	FR		0	Europe/Paris	46.6454	0.96399				24	36	361	36213
2972582	Tillionnière	tillionniere	FR		0	Europe/Paris	48.02709	-1.14191				53	35	351	35119
2972585	Tilliaire	tilliaire	FR		0	Europe/Paris	46.81362	1.83025				24	36	362	36112
2972590	Tillet	tillet	FR		0	Europe/Paris	44.95936	0.4134		Le Tillet,Tillet		75	24	243	24234
2972592	Tilleau	tilleau	FR		0	Europe/Paris	48.23755	1.61586				24	28	281	28406
2972602	Tigoulet	tigoulet	FR		0	Europe/Paris	46.08431	1.95112				75	23	232	23250
2972604	Tigny	tigny	FR		0	Europe/Paris	45.42923	6.28706				84	73	733	73074
2972605	Tignieu	tignieu	FR		5244	Europe/Paris	45.75164	5.18911		Tignieu,Tignieu-Jameyzieu		84	38	382	38507
2972606	Tigneux	tigneux	FR		0	Europe/Paris	45.1	5.25				84	38	381	38394
2972615	Tiers du Dessus	tiers-du-dessus	FR		0	Europe/Paris	47.43137	4.59625				27	21	213	21690
2972616	Tiers du Bas	tiers-du-bas	FR		0	Europe/Paris	47.44405	4.60202				27	21	213	21690
2972617	Tiergue	tiergue	FR		0	Europe/Paris	43.98936	2.9318		Tiergue,Tiergues		76	12	121	12208
2972628	Tibiran	tibiran	FR		255	Europe/Paris	43.04733	0.54453		Tibiran,Tibiran-Jaunac		76	65	652	65444
2972630	Tiaulade	tiaulade	FR		0	Europe/Paris	45.31667	2.36667				84	15	152	15254
2972632	Le Thyl	le-thyl	FR		0	Europe/Paris	45.2244	6.4915		Thyl		84	73	733	73261
2972637	Thusel	thusel	FR		0	Europe/Paris	45.93565	5.95156				84	74	741	74231
2972663	Thuisy	thuisy	FR		0	Europe/Paris	48.25205	3.82026		Thuisy		44	10	103	10142
2972664	Thuison	thuison	FR		0	Europe/Paris	50.11722	1.83753				32	80	801	80001
2972672	Thuély	thuely	FR		0	Europe/Paris	45.68948	5.47791		Thuely,Thuély,Tuile		84	38	382	38261
2972673	Thuellin	thuellin	FR		1609	Europe/Paris	45.63964	5.5084		Thuellin		84	38	382	38022
2972674	Thubœuf	thuboeuf	FR		241	Europe/Paris	48.5029	-0.45216		Thuboeuf		52	53	533	53263
2972675	Thubeauville	thubeauville	FR		0	Europe/Paris	50.58908	1.78271				32	62	624	62648
2972676	Thoys	thoys	FR		0	Europe/Paris	45.74605	5.65592		Thoys,Thuys		84	01	011	01015
2972677	Thovérat	thoverat	FR		0	Europe/Paris	46.09527	1.05248				75	87	871	87018
2972688	Thouez	thouez	FR		0	Europe/Paris	47.2681	3.35295				27	58	584	58053
2972690	Thouels	thouels	FR		0	Europe/Paris	44.04526	2.66498		Thouels		76	12	121	12129
2972709	Thorméroz	thormeroz	FR		0	Europe/Paris	45.60158	6.0302		Thormairoz,Thormeroz,Thorméroz		84	73	732	73293
2972731	Thorenc	thorenc	FR		0	Europe/Paris	43.80262	6.80286		Thorenc		93	06	061	06003
2972753	Thomias	thomias	FR		0	Europe/Paris	45.47606	3.74262				84	63	631	63211
2972759	Thomas	thomas	FR		0	Europe/Paris	45.5	2.31667				75	19	193	19135
2972760	Thomas	thomas	FR		0	Europe/Paris	45.38333	2.5				75	19	193	19028
2972761	Thomas	thomas	FR		0	Europe/Paris	44.91667	1.11667				75	24	244	24366
2972762	Thomas	thomas	FR		0	Europe/Paris	44.69855	1.14141				75	24	244	24488
2972767	Tholiac	tholiac	FR		0	Europe/Paris	44.97895	4.76969				84	07	073	07297
2972787	Thizon	thizon	FR		0	Europe/Paris	46.4062	2.63343				84	03	031	03111
2972806	Thioux	thioux	FR		0	Europe/Paris	46.78997	2.52573				24	18	182	18142
2972808	Thionville-sur-Opton	thionville-sur-opton	FR		0	Europe/Paris	48.77524	1.60357		Thionville,Thionville-sur-Obton,Thionville-sur-Opton		24	28		
2972815	Thinvaux	thinvaux	FR		0	Europe/Paris	48.33252	0.94774				24	28	284	28236
2972817	Thines	thines	FR		0	Europe/Paris	44.4937	4.05116		Thines		84	07	071	07147
2972828	Thil-la-Ville	thil-la-ville	FR		0	Europe/Paris	47.38762	4.35642		Thil,Thil-la-Ville		27	21	213	21449
2972854	Thiersanville	thiersanville	FR		0	Europe/Paris	48.18464	2.67454		Thiersanville,Tiersanville		11	77	774	77045
2972859	Thiernay	thiernay	FR		0	Europe/Paris	46.95695	3.34285				27	58	583	58112
2972861	Thierceville	thierceville	FR		0	Europe/Paris	49.33486	1.76577				28	27	271	27045
2972869	Thiellay	thiellay	FR		0	Europe/Paris	48.13415	2.27267		Thiellay,Tiellay		24	45	453	45119
2972870	Thiellay	thiellay	FR		0	Europe/Paris	47.83111	-1.40133				53	35	351	35167
2972874	Thiédeville	thiedeville	FR		0	Europe/Paris	49.73294	0.94882				28	76	761	76018
2972894	Thiabord	thiabord	FR		0	Europe/Paris	45.58625	6.63669		Thiabord,Tiabor		84	73	731	73006
2972899	Thézenac	thezenac	FR		0	Europe/Paris	45.32122	4.07718				84	43	433	43020
2972900	Thézel	thezel	FR		0	Europe/Paris	44.94185	1.8384				76	46		
2972915	Théven	theven	FR		0	Europe/Paris	48.66667	-4.36667				53	29	291	29091
2972917	Thévalles	thevalles	FR		0	Europe/Paris	48.05446	-0.74697		Thevalles,Thévalles,Tlievalles,Tliévalles		52	53	532	53130
2972918	Theux	theux	FR		0	Europe/Paris	45.33387	3.89646				84	43	432	43189
2972919	Theuvy-Achères	theuvy-acheres	FR		0	Europe/Paris	48.56402	1.33418		Theuvy,Theuvy-Acheres,Theuvy-Achères		24	28	283	28393
2972925	Theuret	theuret	FR		0	Europe/Paris	46.54645	1.30717				24	36	361	36168
2972929	Thessilly	thessilly	FR		0	Europe/Paris	48.67918	1.17777				24	28	283	28206
2972930	Thésillat	thesillat	FR		0	Europe/Paris	45.76667	1.96667				75	23	231	23090
2972932	Théry	thery	FR		0	Europe/Paris	46.90384	2.04021				24	36	364	36052
2972943	Théoule-Supérieur	theoule-superieur	FR		0	Europe/Paris	43.5	6.95				93	06	061	06138
2972944	Théorat	theorat	FR		0	Europe/Paris	45.09364	0.47319				75	24	243	24309
2972956	Thenet	thenet	FR		0	Europe/Paris	46.51827	0.97044				75	86	862	86110
2972967	Thêmes	themes	FR		0	Europe/Paris	47.9954	3.30835				27	89	893	89067
2972975	Thélien	thelien	FR		0	Europe/Paris	46.25462	3.08902				84	03	033	03175
2972976	Théléville	theleville	FR		0	Europe/Paris	48.54388	1.50721				24	28	281	28052
2972987	Theillac	theillac	FR		0	Europe/Paris	45.4627	2.02611				75	19	193	19159
2972993	Thèdes	thedes	FR		0	Europe/Paris	45.73726	3.02542				84	63	632	63345
2973003	Tharon-Plage	tharon-plage	FR		0	Europe/Paris	47.165	-2.1631	12	Tharon,Tharon-Plage		52	44	443	44182
2973020	Thairy	thairy	FR		0	Europe/Paris	46.14262	6.06274				84	74	743	74243
2973027	Tézé	teze	FR		0	Europe/Paris	46.65876	1.84475				24	36	363	36120
2973028	Teyssosnières	teyssosnieres	FR		0	Europe/Paris	45.4135	3.96099				84	42	421	42318
2973029	Teyssonnière	teyssonniere	FR		0	Europe/Paris	45.24801	2.01493				75	19	193	19125
2973035	Texon	texon	FR		0	Europe/Paris	45.73333	1.08333				75	87	872	87066
2973038	Teutal	teutal	FR		0	Europe/Paris	44.6	1.07947				75	24	244	24245
2973044	Teti	teti	FR		0	Europe/Paris	42.69127	9.21171		Teti,Tetti		94	2B	2B5	2B314
2973054	Test-Milon	test-milon	FR		0	Europe/Paris	47.61928	3.36054				27	89	891	89383
2973063	Tessens	tessens	FR		0	Europe/Paris	45.55841	6.62694		Mont-Vineux,Tessens		84	73	731	73006
2973064	Tessé-la-Madeleine	tesse-la-madeleine	FR		1302	Europe/Paris	48.54963	-0.42521		Tesse,Tessé		28	61	611	61483
2973067	Tesseau	tesseau	FR		0	Europe/Paris	46.88293	1.44927				24	36	362	36198
2973068	Tessat	tessat	FR		0	Europe/Paris	46.31667	2.46667				84	03	031	03246
2973070	Tesnières	tesnieres	FR		0	Europe/Paris	48.24996	2.85512				11	77	774	77353
2973074	Terves	terves	FR		0	Europe/Paris	46.80547	-0.50929		Terves		75	79	791	79049
2973076	Tertifume	tertifume	FR		0	Europe/Paris	48.28712	0.18998		Tertifume,Tertimme		52	72	722	72078
2973082	Terron-lès-Vendresse	terron-les-vendresse	FR		0	Europe/Paris	49.60014	4.78004		Terron,Terron-les-Vendresse,Terron-lès-Vendresse		44	08	081	08469
2973084	Terrioux	terrioux	FR		0	Europe/Paris	45.38811	1.96235				75	19	192	19287
2973086	Terrieux	terrieux	FR		0	Europe/Paris	47.03913	2.61887				24	18	181	18018
2973087	Terrière	terriere	FR		0	Europe/Paris	45.22086	4.28905				84	43	433	43213
2973088	Terrier	terrier	FR		0	Europe/Paris	45.2873	1.01483				75	24	242	24137
2973090	Terret	terret	FR		0	Europe/Paris	45.3	3.18333				84	43	431	43033
2973096	Terre-Noire	terre-noire	FR		0	Europe/Paris	48.09939	1.74893				24	28	282	28382
2973097	Terrenoire	terrenoire	FR		0	Europe/Paris	45.43295	4.43816		Terrenoire		84	42	423	42218
2973099	Terregaye	terregaye	FR		0	Europe/Paris	44.86151	1.49835		Terregaie,Terregaye		76	46	463	46220
2973102	Terre Basse	terre-basse	FR		0	Europe/Paris	45.3623	4.86305		Terre Basse		84	38	383	38556
2973105	Terray	terray	FR		0	Europe/Paris	46.8086	2.30214				24	18	182	18236
2973110	Terrans	terrans	FR		0	Europe/Paris	46.88447	5.22274		Terrans		27	71	714	71351
2973113	Terradineuf	terradineuf	FR		0	Europe/Paris	47.60485	-1.65409				52	44	445	44076
2973114	Terrade	terrade	FR		0	Europe/Paris	44.67257	0.35538				75	24	241	24167
2973115	Terracher	terracher	FR		0	Europe/Paris	45.97154	0.79642		Tarracher,Terracher		75	16	163	16363
2973116	Téron	teron	FR		0	Europe/Paris	43.96591	7.29433				93	06	062	06074
2973119	Ternousin	ternousin	FR		0	Europe/Paris	46.893	2.78219				24	18	182	18054
2973122	Ternin	ternin	FR		0	Europe/Paris	45.44007	5.44478				84	38	382	38063
2973124	Ternes	ternes	FR		0	Europe/Paris	45.56667	5.6		Les Ternes,Ternay,Ternes		84	38	382	38104
2973143	Terlabouet	terlabouet	FR		0	Europe/Paris	48.66301	-1.8685				53	35	354	35049
2973149	Térénez	terenez	FR		0	Europe/Paris	48.68333	-3.85				53	29	293	29188
2973153	Tercier	tercier	FR		0	Europe/Paris	44.2	6.46667				93	04	043	04155
2973157	Teppe Rosse	teppe-rosse	FR		0	Europe/Paris	42.10192	9.47349		Teppe Rosse		94	2B	2B3	2B009
2973158	Teppa	teppa	FR		0	Europe/Paris	42.12285	9.36671		Teppa,Teppe		94	2B	2B3	2B075
2973160	Téoulé	teoule	FR		0	Europe/Paris	44.59313	0.56335				75	47	472	47296
2973165	Tennière	tenniere	FR		0	Europe/Paris	46.418	2.87753				84	03	031	03285
2973169	Tennemare	tennemare	FR		0	Europe/Paris	49.62588	0.49581				28	76	762	76543
2973170	Tennemare	tennemare	FR		0	Europe/Paris	49.63232	0.31406				28	76	762	76224
2973172	Tenières	tenieres	FR		0	Europe/Paris	48.07591	-1.51667				53	35	353	35207
2973175	Teneze	teneze	FR		0	Europe/Paris	46.35186	1.7025				75	23	232	23263
2973189	Paris 03 Temple	paris-03-temple	FR		0	Europe/Paris	48.8637	2.3615		3e Arrondissement,3eme Arr,3ème Arr,Arrondissement du Temple,IIIe,Paris 3e,Temple		11	75	751	75056
2973191	Temniac	temniac	FR		0	Europe/Paris	44.91667	1.23333				75	24	244	24341
2973193	Telline	telline	FR		0	Europe/Paris	46.31949	2.12379				75	23	231	23064
2973199	Teldes	teldes	FR		0	Europe/Paris	45.40797	2.36103				84	15	152	15206
2973200	Teix	teix	FR		0	Europe/Paris	46.23153	1.84059				75	23	232	23245
2973201	Teissonnieres	teissonnieres	FR		0	Europe/Paris	45.72163	2.52573		Teissonniere,Teissonnieres		84	63	634	63450
2973205	Teireves	teireves	FR		0	Europe/Paris	45.67821	4.48187		Le Treves,Teireves		84	69	691	69014
2973206	Teirat	teirat	FR		0	Europe/Paris	46.14756	1.95164				75	23	232	23206
2973207	Teinte	teinte	FR		0	Europe/Paris	46.83229	3.39058				27	58	583	58280
2973220	Teillay-Saint-Benoît	teillay-saint-benoit	FR		0	Europe/Paris	48.10602	2.06913		Teillay,Teillay-Saint-Benoit,Teillay-Saint-Benoît		24	45	453	45118
2973221	Teillay-le-Gaudin	teillay-le-gaudin	FR		0	Europe/Paris	48.18487	1.97833		Teillay,Teillay-le-Gaudin		24	45	453	45240
2973225	Teillac	teillac	FR		0	Europe/Paris	45.4433	0.68981				75	24	242	24346
2973231	Teghie	teghie	FR		0	Europe/Paris	42.52937	9.30045		Teghie,Tegine		94	2B	2B3	2B036
2973234	Techeney	techeney	FR		0	Europe/Paris	44.87162	-0.47553				75	33	332	33554
2973252	Taxat	taxat	FR		0	Europe/Paris	46.26409	3.17804				84	03	032	03115
2973253	Taxat	taxat	FR		0	Europe/Paris	46.2054	3.15655				84	03	032	03278
2973260	Taverne	taverne	FR		0	Europe/Paris	44.89389	0.4028				75	24	241	24340
2973245	Tayac	tayac	FR	33570	0	Europe/Paris	44.94269	1.00568				75	24	244	24172
2973275	Tauvert	tauvert	FR		0	Europe/Paris	45.63928	2.52501				84	63	634	63048
2973284	Taurisson	taurisson	FR		0	Europe/Paris	45.16148	1.6129				75	19	191	19068
2973287	Taurines	taurines	FR		0	Europe/Paris	44.16131	2.46798				76	12	123	12065
2973298	Taupinet	taupinet	FR		0	Europe/Paris	44.60042	3.16558				76	48	482	48165
2973302	Taulhac-près-le-Puy	taulhac-pres-le-puy	FR		0	Europe/Paris	45.02257	3.89274		Taulhac,Taulhac-pres-le-Puy,Taulhac-près-le-Puy		84	43	432	43157
2973304	Taulanne	taulanne	FR		0	Europe/Paris	43.86932	6.44884		Taulanne		93	04	042	04039
2973310	Tattone	tattone	FR		0	Europe/Paris	42.14876	9.14959		Tattone		94	2B	2B3	2B354
2973313	Tâtevin	tatevin	FR		0	Europe/Paris	45	4.73333				84	07	073	07297
2973322	Tassay	tassay	FR		0	Europe/Paris	46.93333	2.06667		Tassay,Tessay		24	36	364	36052
2973323	Tassat	tassat	FR		0	Europe/Paris	45.56002	0.58144				75	24	242	24214
2973341	Tartara	tartara	FR		0	Europe/Paris	45.4998	4.78863				84	69	691	69007
2973348	Tarrit	tarrit	FR		0	Europe/Paris	45.65	3.75				84	63	631	63179
2973349	Tarreyres	tarreyres	FR		0	Europe/Paris	44.97626	3.855				84	43	432	43084
2973351	Tarragnat	tarragnat	FR		0	Europe/Paris	45.603	3.34867				84	63	632	63205
2973352	Tarrabucceta	tarrabucceta	FR		0	Europe/Paris	41.52223	9.14251		Tarabuccela,Tarrabucceta		94	2A	2A4	2A114
2973364	Tarjazet	tarjazet	FR		0	Europe/Paris	46.28695	3.08111				84	03	033	03277
2973366	Targnat	targnat	FR		0	Europe/Paris	45.87317	3.1886				84	63	634	63322
2973368	Targé	targe	FR		0	Europe/Paris	46.7908	0.58322		Targe,Targé		75	86	861	86066
2973374	Tarendol	tarendol	FR		0	Europe/Paris	44.35994	5.34739		Tarandol,Tarendol,Tarrandol		84	26	262	26046
2973377	Tardets	tardets	FR		705	Europe/Paris	43.11672	-0.86372		Atharratze,Atharratze-Sorholueze,Atharratze-Sorholüze,Tardets,Tardets-Sorholus		75	64	642	64533
2973380	Tardais	tardais	FR		0	Europe/Paris	48.57835	1.00556		Tardais		24	28	283	28373
2973398	Tappecul	tappecul	FR		0	Europe/Paris	50.90704	1.71667		Le Tape-Cul,Tappecul		32	62	626	62307
2973399	Taponnat	taponnat	FR		1261	Europe/Paris	45.77913	0.40894		Taponac e Florinhac,Taponna-Flerin'jak,Taponna-Fljorin'jak,Taponnat,Taponnat-Fleurignac,ta bo na fu lei li ni ya ke,Тапонна-Флериньяк,Тапонна-Флёриньяк,塔波纳弗勒里尼亚克		75	16	161	16379
2973401	Tapon	tapon	FR		0	Europe/Paris	45.2234	3.40036				84	43	431	43195
2973402	Tapigneux	tapigneux	FR		0	Europe/Paris	45.53772	4.5656				84	42	423	42225
2973403	Taphaleschas	taphaleschas	FR		0	Europe/Paris	45.6403	2.1326				75	19	193	19244
2973404	Le Tape-Cul	le-tape-cul	FR		0	Europe/Paris	50.98737	2.03882		Le Tap-Cul,Le Tape-Cul,Tapecul		32	62	626	62645
2973413	Tanon	tanon	FR		0	Europe/Paris	48.15151	1.73866				24	28	282	28390
2973423	Taniot	taniot	FR		0	Europe/Paris	47.40481	5.27249				27	21	212	21619
2973428	Tandinou	tandinou	FR		0	Europe/Paris	44.89182	1.75501				76	46	462	46122
2973429	Tancua	tancua	FR		148	Europe/Paris	46.52241	5.97496		Tancua		27	39	393	39367
2973440	Tanaron	tanaron	FR		0	Europe/Paris	44.2	6.26667		Tanaron		93	04	043	04167
2973446	Tamisac	tamisac	FR		0	Europe/Paris	44.43787	5.39897		Tamisac,Tamizat		84	26	262	26104
2973450	Tameron	tameron	FR		0	Europe/Paris	47.53904	3.72631				27	89	892	89266
2973452	Tamaris-sur-Mer	tamaris-sur-mer	FR		0	Europe/Paris	43.0887	5.899		Tamaris		93	83	832	83126
2973454	Tamaris	tamaris	FR		0	Europe/Paris	44.14664	4.0839		Tamaris,Tamaris-la-Royale		76	30	301	30007
2973462	Taloux	taloux	FR		0	Europe/Paris	46.75991	3.06362				27	58	583	58144
2973464	Talouan	talouan	FR		0	Europe/Paris	48.09413	3.34791				27	89	893	89464
2973465	Taloney	taloney	FR		0	Europe/Paris	48.68125	0.29038				28	61	613	61188
2973470	Taloire	taloire	FR		0	Europe/Paris	43.82145	6.44642		Taloire		93	04	042	04039
2973477	Talma	talma	FR		0	Europe/Paris	49.35207	4.83895				44	08	084	08198
2973481	Tallode	tallode	FR		0	Europe/Paris	44.99502	3.81125				84	43	432	43174
2973486	Tallant	tallant	FR		0	Europe/Paris	46.60404	4.80583				27	71	712	71193
2973490	Talhouët	talhouet	FR		0	Europe/Paris	47.75936	-3.29473		Talhonet,Talhouet,Talhouët		53	56	561	56094
2973500	Talcoët-Noyal	talcoet-noyal	FR		0	Europe/Paris	48.0775	-2.93518		Talcoet,Talcoet-Noyal,Talcoêt,Talcoët-Noyal		53	56	562	56178
2973501	Talbots	talbots	FR		0	Europe/Paris	47.3	2.57182				24	18	181	18109
2973503	Talavouron	talavouron	FR		0	Europe/Paris	48.33333	-4.41667				53			
2973504	Talau	talau	FR		0	Europe/Paris	42.5643	2.19557		Talau		76	66	663	66010
2973507	Talaris	talaris	FR		0	Europe/Paris	45.00402	-1.09345				75	33	334	33214
2973508	Tal-ar-Groas	tal-ar-groas	FR		0	Europe/Paris	48.24811	-4.42037				53	29	292	29042
2973514	Talairat	talairat	FR		0	Europe/Paris	45.2482	3.30147				84	43	431	43206
2973526	Taissonne	taissonne	FR		0	Europe/Paris	46.48314	2.20914				24	18	182	18234
2973527	Taisnil	taisnil	FR		0	Europe/Paris	49.80465	2.14401		Taisnil		32	80	802	80582
2973538	Tagliu Rossu	tagliu-rossu	FR		0	Europe/Paris	41.56531	9.26049		Tagliu Rossu,Tailloroso		94	2A	2A4	2A247
2973541	Tailleville	tailleville	FR		0	Europe/Paris	49.30579	-0.40959		Tailleville		28	14	142	14228
2973566	Taillac	taillac	FR		0	Europe/Paris	45.98748	1.15255				75	87	871	87033
2973569	Tagon	tagon	FR		0	Europe/Paris	44.65427	-0.98978				75	33	336	33051
2973574	Tagenac	tagenac	FR		0	Europe/Paris	44.94836	2.95036				84	15	153	15142
2973575	Tage	tage	FR		0	Europe/Paris	44.73408	0.89719				75	24	241	24378
2973583	Tachy	tachy	FR		0	Europe/Paris	48.49798	3.24909				11	77	773	77076
2973588	Tabuteau	tabuteau	FR		0	Europe/Paris	46.32248	0.9093				75	86	862	86120
2973593	Tabernottes	tabernottes	FR		0	Europe/Paris	44.87076	-0.46496				75	33	332	33554
2973596	Tabarant	tabarant	FR		0	Europe/Paris	46.19445	2.74839				84	63	634	63011
2973598	Tabaille	tabaille	FR		56	Europe/Paris	43.36051	-0.90422		Tabaila-Uzkaine,Tabaille,Tabaille-Usquain,Tabaj-Jusken,Tabalha e Usquenh,Tabalha-Usquenh,ta bai er yu si qu an,Табай-Юскен,塔拜尔于斯屈安		75	64	642	64531
2973600	Sylvéréal	sylvereal	FR		0	Europe/Paris	43.54534	4.34734		Silvereal,Silvéréal,Sylvereal,Sylvéréal		76	30	302	30341
2973837	Stanlach	stanlach	FR		0	Europe/Paris	48.18333	-3.85				53	29	292	29027
2973612	Suzémont	suzemont	FR		0	Europe/Paris	48.45361	4.96196				44	52	523	52413
2973629	Sus Montargue	sus-montargue	FR		0	Europe/Paris	45.52425	3.67517		Sus Montargue,Sus Montargues		84	63	631	63081
2973632	Suscy-sous-Yèbles	suscy-sous-yebles	FR		0	Europe/Paris	48.61604	2.76534		Suscy,Suscy-sous-Yebles,Suscy-sous-Yèbles		11	77	772	77145
2973653	Survannes	survannes	FR		0	Europe/Paris	48.03225	3.93964		Survanne,Survannes		44	10	103	10099
2973658	Sur Ocre	sur-ocre	FR		0	Europe/Paris	47.82708	3.34047				27	89	891	89334
2973662	Sur le Bois	sur-le-bois	FR		0	Europe/Paris	48.56166	0.27046				28	61	611	61051
2973665	Surins	surins	FR		0	Europe/Paris	46.83594	1.56612				24	36	362	36142
2973668	Surieu	surieu	FR		0	Europe/Paris	45.38162	4.88893				84	38	383	38452
2973682	Surdon	surdon	FR		0	Europe/Paris	48.66451	0.16766		Le Vieux Surdon,Surdon		28	61	611	61081
2973683	Surcy	surcy	FR		0	Europe/Paris	49.16691	1.51499				28	27	271	27408
2973687	Surbaix	surbaix	FR		0	Europe/Paris	45.77587	5.35313				84	38	382	38365
2973690	Surançon	surancon	FR		0	Europe/Paris	48.19899	3.81262				44	10	103	10417
2973719	Suisnes	suisnes	FR		0	Europe/Paris	48.67315	2.66719		Suisnes		11	77	772	77217
2973725	Suillizeau	suillizeau	FR		0	Europe/Paris	47.32886	3.07095		Suillizeau,Suillyveau		27	58	584	58281
2973733	Sugère	sugere	FR		0	Europe/Paris	46.51552	1.96769				24	36	363	36043
2973734	Sugère	sugere	FR		0	Europe/Paris	46.37996	2.35262				84	03	031	03259
2973736	Sueuil	sueuil	FR		0	Europe/Paris	44.35	6.15		Sueuii,Sueuil		93	04	044	04023
2973756	Subtuer	subtuer	FR		0	Europe/Paris	45.55178	4.98418				84	38	383	38480
2973757	Subtray	subtray	FR		0	Europe/Paris	46.82516	1.25268				24	36	361	36123
2973765	Suaucourt-et-Pisseloup	suaucourt-et-pisseloup	FR		0	Europe/Paris	47.68227	5.72627		Suaucourt,Suaucourt-et-Pisseloup		27	70	702	70373
2973766	Suargue	suargue	FR		0	Europe/Paris	45.45926	3.73783				84	63	631	63211
2973779	Stréatveur	streatveur	FR		0	Europe/Paris	48.56667	-4.63333				53	29	291	29257
2973792	Stockfeld	stockfeld	FR		0	Europe/Paris	48.53127	7.76888				44	67	678	67482
2973794	Stival	stival	FR		0	Europe/Paris	48.08537	-2.99189				53	56	562	56178
2973805	Stephansfeld	stephansfeld	FR		0	Europe/Paris	48.71589	7.70739				44	67	672	67067
2973806	Stephani	stephani	FR		0	Europe/Paris	42.06285	8.74051		Stephani		94			
2973810	Stemlisberg	stemlisberg	FR		0	Europe/Paris	48.01094	7.1207		Steinlisberg,Stemlisberg		44	68	682	68051
2973812	Stella-Plage	stella-plage	FR		0	Europe/Paris	50.48013	1.58944	14	Stella-Plage		32	62	624	62261
2973824	Steen-Straete	steen-straete	FR		0	Europe/Paris	50.87837	2.04338				32	62	626	62621
2973829	Stazzale	stazzale	FR		0	Europe/Paris	42.0406	9.34657		Stazzale		94	2B	2B3	2B251
2973835	Stas	stas	FR		0	Europe/Paris	48.17998	2.06311				24	45	453	45025
2973838	Stang Kergoulay	stang-kergoulay	FR		0	Europe/Paris	48.13333	-4				53	29	294	29048
2973839	Stampoumont	stampoumont	FR		0	Europe/Paris	48.36897	7.17193				44	67	673	67384
2973845	Squivit-Pella	squivit-pella	FR		0	Europe/Paris	48.35	-4.26667		Squivit,Squivit-Pella		53	29	291	29043
2973848	Spuis	spuis	FR		0	Europe/Paris	48.15447	2.00208		Spuis,Spuy		24	45	453	45088
2973853	Spoir	spoir	FR		0	Europe/Paris	48.38	1.42875				24	28	281	28253
2973859	Sperréton	sperreton	FR		0	Europe/Paris	44.73115	0.64902		Sperreton,Sperretou,Sperréton,Sperrétou		75	24	241	24045
2973862	Spergane	spergane	FR		0	Europe/Paris	42.90579	9.38316		Spergane		94	2B	2B2	2B152
2973865	Spelonca	spelonca	FR		0	Europe/Paris	42.13163	8.97743		Spelonca		94	2A	2A1	2A204
2973873	Spada	spada	FR		0	Europe/Paris	48.94335	5.55084		Spada		44	55	552	55274
2973874	Soyria	soyria	FR		0	Europe/Paris	46.56128	5.73645				27	39	392	39154
2973877	Soyer	soyer	FR		0	Europe/Paris	48.59395	3.785				44	51	512	51004
2973888	Souzet	souzet	FR		0	Europe/Paris	45.01548	1.42359		Souzez		75	24	244	24301
2973889	Souzay	souzay	FR		718	Europe/Paris	47.23602	-0.00878		Souzay,Souzay-Champigny		52	49	493	49341
2973893	Souvigny le Thion	souvigny-le-thion	FR		0	Europe/Paris	46.46667	3.4				84	03	032	03197
2973898	Souvignet	souvignet	FR		0	Europe/Paris	45.18224	4.40582				84	43	433	43204
2973906	Souvestrière	souvestriere	FR		0	Europe/Paris	44.63314	5.62445				84	26	261	26055
2973907	Souverain-Moulin	souverain-moulin	FR		0	Europe/Paris	50.75	1.68333				32	62	623	62653
2973910	Soutrou	soutrou	FR		0	Europe/Paris	44.90528	4.2978				84	07	073	07012
2973911	Soutrin	soutrin	FR		0	Europe/Paris	47.03685	2.71208				24	18	181	18018
2973913	Souteyros	souteyros	FR		0	Europe/Paris	44.96005	4.1224				84	43	432	43186
2973916	Soustras	soustras	FR		0	Europe/Paris	45.43333	2.23333				75	19	193	19157
2973921	Soussigny	soussigny	FR		0	Europe/Paris	46.85759	-0.20061				75	79	791	79134
2973923	Soussat	soussat	FR		0	Europe/Paris	45.67602	2.82421				84	63	633	63264
2973929	Sous-les-Quesnes	sous-les-quesnes	FR		0	Europe/Paris	49.73012	1.68214				28	76	761	76344
2973930	Sous-le-Bois	sous-le-bois	FR		0	Europe/Paris	50.27343	3.94718				32	59	591	59392
2973931	Sousigné	sousigne	FR		0	Europe/Paris	47.25649	-0.4067				52	49	491	49086
2973935	Sourzy	sourzy	FR		0	Europe/Paris	45.6218	4.74929		Sourzy		84	69	691	69136
2973942	Sournac	sournac	FR		0	Europe/Paris	44.9837	2.37136				84	15	151	15233
2973947	Sourdinier	sourdinier	FR		0	Europe/Paris	47.22786	-0.54667				52	49	492	49092
2973951	Sourde	sourde	FR		0	Europe/Paris	47.20581	3.07133				27	58	584	58302
2973954	Sourcieu	sourcieu	FR		0	Europe/Paris	45.55	4.33333				84	42	421	42206
2973957	Sourbarie	sourbarie	FR		0	Europe/Paris	45.2421	0.72736				75	24	243	24098
2973960	Souquet	souquet	FR		0	Europe/Paris	43.96959	-1.05647				75	40	402	40152
2973964	Souplicourt	souplicourt	FR		0	Europe/Paris	49.74533	1.89664		Souplicourt		32	80	802	80436
2973968	Souperons	souperons	FR		0	Europe/Paris	46.50752	2.42104				84	03	031	03225
2973969	Souny	souny	FR		0	Europe/Paris	45.39985	2.07939				75	19	193	19145
2973972	Sounaleix	sounaleix	FR		0	Europe/Paris	45.68414	2.12028				75	19	193	19241
2973976	Soumies	soumies	FR		0	Europe/Paris	44.8063	1.10892				75	24	244	24575
2973980	Soumeix	soumeix	FR		0	Europe/Paris	45.7936	1.90787				75	23	231	23077
2973983	Soumard	soumard	FR		0	Europe/Paris	47.32333	2.97962				27	58	584	58228
2973988	Soumaille	soumaille	FR		0	Europe/Paris	45.20215	2.01411		Soumaille,Soumailles		75	19	192	19222
2973996	Soultrait	soultrait	FR		0	Europe/Paris	46.87114	3.21429				27	58	583	58260
2973997	Soult	soult	FR		0	Europe/Paris	44.89597	1.65872				76	46	463	46106
2974015	Soulièvres	soulievres	FR		0	Europe/Paris	46.82856	-0.15494		Soulievres,Soulièvres		75	79	793	79005
2974016	Souliers	souliers	FR		0	Europe/Paris	44.76667	6.76667				93	05	051	05038
2974018	Soulière	souliere	FR		0	Europe/Paris	45.75	2.11667				75	23	231	23080
2974020	Soulier	soulier	FR		0	Europe/Paris	45.69194	2.68365				84	63	634	63053
2974021	Soulier	soulier	FR		0	Europe/Paris	44.66116	0.99874				75	24	244	24263
2974025	Souleaux	souleaux	FR		0	Europe/Paris	48.21815	4.04469				44	10	103	10360
2974027	Soulbrois	soulbrois	FR		0	Europe/Paris	47.01218	-0.27169				75	79	791	79329
2974028	Soulbarède	soulbarede	FR		0	Europe/Paris	44.78362	0.57745				75	24	241	24132
2974030	Soulaunoy	soulaunoy	FR		0	Europe/Paris	48.5605	3.55538				44	10	102	10031
2974033	Soulasse	soulasse	FR		0	Europe/Paris	45.66678	3.1793				84	63	632	63455
2974034	Soulas	soulas	FR		0	Europe/Paris	46.91705	2.12277				24	18	181	18198
2974041	Soulanger	soulanger	FR		0	Europe/Paris	47.19557	-0.30381				52	49	493	49125
2974045	Soulalève	soulaleve	FR		0	Europe/Paris	44.86009	0.84916				75	24	241	24558
2974047	Soulaire	soulaire	FR		1257	Europe/Paris	47.57901	-0.55281		Soulaire,Soulaire-et-Bourg,Suler-e-Bur,su lai er he bu er,Сулер-е-Бур,苏莱尔和布尔		52	49	491	49339
2974051	Soulaincourt	soulaincourt	FR		0	Europe/Paris	48.4402	5.31304		Soulaincourt		44	52	523	52491
2974055	Soulage	soulage	FR		0	Europe/Paris	45.3526	3.83802				84	43	432	43080
2974058	Soult	soult	FR		0	Europe/Paris	45.08319	2.06417		Soul,Soult		75	19	192	19205
2974059	Souitte	souitte	FR		0	Europe/Paris	46.30052	3.27407				84	03	032	03254
2974060	Souis	souis	FR		0	Europe/Paris	44.35491	-0.4017				75	33	333	33115
2974063	Souilles	souilles	FR		0	Europe/Paris	44.549	0.81092				75	47	473	47202
2974065	Souillaguet	souillaguet	FR		0	Europe/Paris	44.70417	1.43039		Souillaguet		76	46	463	46258
2974069	Souie	souie	FR		0	Europe/Paris	45.82612	3.54102				84	63	635	63151
2974071	Souhesmes-la-Petite	souhesmes-la-petite	FR		0	Europe/Paris	49.08785	5.24572				44	55	553	55497
2974078	Sougères-sur-Sinotte	sougeres-sur-sinotte	FR		0	Europe/Paris	47.85733	3.61479		Sougeres,Sougeres-sur-Sinotte,Sougères,Sougères-sur-Sinotte		27	89	891	89263
2974095	Soudun	soudun	FR		0	Europe/Paris	46.85685	0.31883				75	86	861	86257
2974097	Soudray Petit	soudray-petit	FR		0	Europe/Paris	46.49	2.67857				84	03	031	03158
2974098	Soudray Grand	soudray-grand	FR		0	Europe/Paris	46.48828	2.67334				84	03	031	03158
2974102	Soudé-Notre-Dame	soude-notre-dame	FR		0	Europe/Paris	48.74773	4.3094		Soude-Notre-Dame,Soude-le-Petit,Soudé-Notre-Dame,Soudé-le-Petit		44	51	511	51555
2974268	Som-Sarthe	som-sarthe	FR		0	Europe/Paris	48.62803	0.53105				28	61	613	61475
2974125	Soucheix	soucheix	FR		0	Europe/Paris	45.16474	0.69775				75	24	243	24138
2974127	Souché	souche	FR		0	Europe/Paris	46.33294	-0.42062		Souche,Souché		75	79	792	79191
2974128	Souchay	souchay	FR		0	Europe/Paris	48.06389	1.18667				24	28	282	28012
2974136	Soubirous	soubirous	FR		0	Europe/Paris	44.45495	0.69008				75	47	473	47323
2974137	Soubeyranne	soubeyranne	FR		0	Europe/Paris	44.85387	5.67164				84	38	381	38208
2974141	Souberoche	souberoche	FR		0	Europe/Paris	44.66205	5.55543				84	26	261	26055
2974142	Souazé	souaze	FR		0	Europe/Paris	48.31217	0.90722		Les Eaux-Blanche,Souaze,Souazé		24	28	284	28236
2974156	Magna Suttana	magna-suttana	FR		0	Europe/Paris	42.94832	9.41478		Magna Suttana,Sottana		94	2B	2B2	2B261
2974158	Sotizon	sotizon	FR		0	Europe/Paris	45.73124	4.56607				84	69	692	69067
2974159	Sothonod	sothonod	FR		0	Europe/Paris	45.97364	5.72619				84	01	011	01187
2974167	Sort	sort	FR		0	Europe/Paris	47.44318	2.90202				24	18	181	18032
2974168	Sors	sors	FR		0	Europe/Paris	44.87969	0.86933		Sors,Sorts		75	24	241	24005
2974170	Sorques	sorques	FR		0	Europe/Paris	48.34036	2.76846				11	77	774	77312
2974180	Sormiou	sormiou	FR		6809	Europe/Paris	43.20959	5.41872				93	13	133	13055
2974183	Sorlhac	sorlhac	FR		0	Europe/Paris	45.11048	3.64184				84	43	431	43013
2974196	Soreng	soreng	FR		0	Europe/Paris	49.95538	1.58394				28	76	761	76441
2974210	Sorcin	sorcin	FR		0	Europe/Paris	47.90893	2.93122				24	45	451	45199
2974232	Magna Suprana	magna-suprana	FR		0	Europe/Paris	42.94956	9.41352		Magna Suprana,Soprana		94	2B	2B2	2B261
2974235	Soorts	soorts	FR		3615	Europe/Paris	43.66462	-1.39628		Soorts,Soorts-Hossegor,Soorts-Hossegort,Soorts-Ossegor,Sort-Osgor,Sorts e Ossagor,Sòrts e Òssagòr,soru=osugoru,suo ao er te ao se ge,Соортс-Оссегор,Сорт-Осгор,ソール＝オスゴール,索奥尔特奥瑟戈		75	40	401	40304
2974237	Sonville	sonville	FR		0	Europe/Paris	48.22388	1.28363				24	28	282	28127
2974238	Sonville	sonville	FR		0	Europe/Paris	48.18363	2.82084				11	77	774	77071
2974248	Sonnant	sonnant	FR		0	Europe/Paris	45.15569	5.82567		Sonnant,le Sonant		84	38	381	38422
2974276	Sommeville	sommeville	FR		0	Europe/Paris	48.53957	5.10294		Sommeville		44	52	523	52123
2974277	Sommeville	sommeville	FR		0	Europe/Paris	47.84436	3.56651				27	89	891	89263
2974290	Sommermont	sommermont	FR		0	Europe/Paris	48.46244	5.10791		Sommermont		44	52	523	52118
2974300	Sommecure	sommecure	FR		0	Europe/Paris	44.2712	5.52803		Somecure,Sommecure		84	26	262	26189
2974311	Somme	somme	FR		0	Europe/Paris	47.11798	2.20799				24	18	183	18141
2974315	Sommaisne	sommaisne	FR		0	Europe/Paris	48.94573	5.16672		Sommaisne		44	55	551	55423
2974321	Sombre	sombre	FR		0	Europe/Paris	50.89028	1.69276				32	62	623	62899
2974327	Solsac	solsac	FR		0	Europe/Paris	44.47777	2.5079				76	12	122	12254
2974335	Solmet	solmet	FR		0	Europe/Paris	47.63804	3.32208		Solme,Solmet,Solmé		27	89	891	89179
2974340	Sollières-Envers	sollieres-envers	FR		0	Europe/Paris	45.2598	6.80526		L'Envers,Sollieres-Envers,Sollières-Envers		84	73	733	73290
2974357	Soleyrols	soleyrols	FR		0	Europe/Paris	44.32707	3.87086		Soleyrol,Soleyrols		76	48	481	48194
2974364	Solerieu	solerieu	FR		0	Europe/Paris	47.11172	2.75133		Solerieu,Solerieux		24	18	181	18105
2974366	Solenzara	solenzara	FR		0	Europe/Paris	41.85854	9.39772		SOZ,Solenzana,Solenzara		94	2A	2A4	2A269
2974374	Solasols	solasols	FR		0	Europe/Paris	44.71412	2.70593				76	12	122	12209
2974379	Solagnat	solagnat	FR		0	Europe/Paris	45.76156	3.01783				84	63	632	63263
2974394	Soilly	soilly	FR		0	Europe/Paris	49.06108	3.62285		Soilly		44	51	512	51217
2974395	Soigny	soigny	FR		0	Europe/Paris	48.82941	3.62262				44	51	512	51264
2974403	Sognes	sognes	FR		0	Europe/Paris	48.36533	3.45461		Sognes		27	89	893	89469
2974404	Soffin	soffin	FR		0	Europe/Paris	47.2621	3.41543				27	58	582	58018
2974405	Soeuvres	soeuvres	FR		0	Europe/Paris	47.41786	3.75976				27	89	892	89176
2974409	Soddes	soddes	FR		0	Europe/Paris	45.13645	3.84646				84	43	432	43216
2974412	Socoa	socoa	FR		0	Europe/Paris	43.38333	-1.68333		Le Socoa,Socoa,Sokoa,Zokoa		75	64	641	64189
2974417	Smauvert	smauvert	FR		0	Europe/Paris	45.11667	4.66667				84	07	073	07301
2974421	Slack	slack	FR		0	Europe/Paris	50.80334	1.62512				32	62	623	62025
2974432	Sivry-lès-Buzancy	sivry-les-buzancy	FR		0	Europe/Paris	49.40068	4.97392		Sivry,Sivry-les-Busancy,Sivry-les-Buzancy,Sivry-lès-Busancy,Sivry-lès-Buzancy		44	08	084	08089
2974437	Sivrey	sivrey	FR		0	Europe/Paris	48.08926	3.90418				44	10	103	10018
2974440	Siverac	siverac	FR		0	Europe/Paris	45.49488	3.24418				84	63	633	63054
2974443	Sivabelle	sivabelle	FR		0	Europe/Paris	43.76129	5.70602				93	84	841	84014
2974444	Sistrières	sistrieres	FR		0	Europe/Paris	45.06471	3.22854				84	15	153	15130
2974455	Sironne	sironne	FR		0	Europe/Paris	44.36136	5.54092		Sironne,Sirroneo		93	05	052	05129
2974457	Sirieix	sirieix	FR		0	Europe/Paris	45.19771	2.09262		Sirieix,Siriex		75	19	192	19018
2974458	Sirieix	sirieix	FR		0	Europe/Paris	45.14146	0.38852				75	24	243	24424
2974459	Sirguet	sirguet	FR		0	Europe/Paris	44.7909	0.69861				75	24	241	24281
2974460	Sireysol	sireysol	FR		0	Europe/Paris	44.96705	1.91532				76	46	462	46043
2974463	Siréjol	sirejol	FR		0	Europe/Paris	44.9865	1.46953				76	46	463	46118
2974445	Sisteron	sisteron	FR	04200	0	Europe/Paris	44.7	5.15				84	26	261	26289
2974479	Sioudray	sioudray	FR		0	Europe/Paris	46.53733	2.15009				24	36	363	36227
2974483	Sion-sur-l'Océan	sion-sur-l-ocean	FR		0	Europe/Paris	46.70938	-1.97732		Sion-sur-l'Ocean,Sion-sur-l'Océan		52	85	853	85226
2974495	Sinières-Planes	sinieres-planes	FR		0	Europe/Paris	44.61916	3.17726				76	48	482	48165
2974496	Sinhalac	sinhalac	FR		0	Europe/Paris	44.87353	2.68617				76	12	122	12164
2974502	Sinevaux	sinevaux	FR		0	Europe/Paris	48.38149	0.74139				28	61	613	61309
2974509	Sin	sin	FR		0	Europe/Paris	50.6136	3.22972				32	59	595	59044
2974512	Simon-la-Vineuse	simon-la-vineuse	FR		0	Europe/Paris	46.56286	-1.08536		Simon,Simon-la-Vineuse		52	85	851	85223
2974513	Simonet	simonet	FR		0	Europe/Paris	44.88276	3.74452				84	43	432	43192
2974541	Sillignieu	sillignieu	FR		0	Europe/Paris	45.72221	5.64212		Silignieu,Sillignieu		84	01	011	01015
2974548	Silleron	silleron	FR		0	Europe/Paris	49.83267	0.8122				28	76	761	76015
2974559	Sileusin	sileusin	FR		0	Europe/Paris	45.08073	3.62223				84	43	431	43239
2974564	Siguret	siguret	FR		0	Europe/Paris	44.61493	6.55344				93	05	052	05128
2974573	Sigond	sigond	FR		0	Europe/Paris	46.63393	0.30104				75	86	863	86158
2974582	Signy	signy	FR		0	Europe/Paris	46.75469	0.32931				75	86	863	86281
2974597	Sieussac	sieussac	FR		0	Europe/Paris	45.00815	1.53686				76	46	463	46083
2974607	Siergue	siergue	FR		0	Europe/Paris	45.76855	3.96058		Ciergue,Siergue		84	42	421	42288
2974615	Sidossi	sidossi	FR		0	Europe/Paris	42.32771	9.00411		Sidossi		94	2B	2B3	2B047
2974622	Siché	siche	FR		0	Europe/Paris	41.87739	8.98369		Siche,Siché		94	2A	2A1	2A312
2974625	Siccieu	siccieu	FR		538	Europe/Paris	45.73537	5.31769		Siccieu,Siccieu-Saint Julien,Siccieu-Saint Julien-Carisieu,Siccieu-Saint-Julien-et-Carisieu		84	38	382	38488
2974626	Sicaud	sicaud	FR		0	Europe/Paris	45.46761	3.86405				84	63	631	63147
2974632	Siardeix	siardeix	FR		0	Europe/Paris	45.69744	1.48391		Bassiardeix,Siardeix		75	87	872	87138
2974634	Saint-Mitre	saint-mitre	FR		0	Europe/Paris	43.28333	5.53333				93	13	133	13005
2974639	Sézéria	sezeria	FR		0	Europe/Paris	46.5156	5.58147		Sezeria,Sézéria		27	39	392	39397
2974646	Seyssinet	seyssinet	FR		0	Europe/Paris	45.16809	5.6821		Seyssinet		84	38	381	38485
2974654	Seyou	seyou	FR		0	Europe/Paris	45.48449	4.62304		Seyou,Seyoux		84	42	423	42210
2974684	Séviolle	seviolle	FR		0	Europe/Paris	45.33333	2.38333				84	15	152	15254
2974694	Sevestreville	sevestreville	FR		0	Europe/Paris	48.19043	1.7649				24	28	281	28406
2974706	Sevailles	sevailles	FR		0	Europe/Paris	48.21565	-1.42121				53	35	353	35031
2974721	Seuchey	seuchey	FR		0	Europe/Paris	47.68804	5.52581				44	52	522	52464
2974722	Seu	seu	FR		0	Europe/Paris	48.70063	3.572				44	51	512	51137
2974728	Setérié	seterie	FR		0	Europe/Paris	44.98333	5.68333		Seitere,Seterie,Setérié		84	38	381	38115
2974729	Séténas	setenas	FR		0	Europe/Paris	45.20078	4.70671		Setenas,Seytenas,Séténas		84	07	073	07188
2974744	Servoules	servoules	FR		0	Europe/Paris	44.23003	5.89617		Serroules,Servoules		93	04	044	04123
2974749	Servollette	servollette	FR		0	Europe/Paris	46.98333	1.18333				24	36	362	36045
2974750	Servissac	servissac	FR		0	Europe/Paris	45.01801	3.97889				84	43	432	43190
2974751	Servion	servion	FR		0	Europe/Paris	49.78404	4.50082		Servion		44	08	081	08370
2974774	Servière	serviere	FR		0	Europe/Paris	45.64824	2.8441				84	63	633	63264
2974780	Servel	servel	FR		0	Europe/Paris	48.74579	-3.48855		Servel		53	22	223	22113
2974785	Servanin	servanin	FR		0	Europe/Paris	45.54194	5.04583		Le Servanin,Servanin		84	38	383	38288
2974786	Servandet	servandet	FR		0	Europe/Paris	47.00705	3.53929				27	58	583	58223
2974792	Sardellu	sardellu	FR		0	Europe/Paris	42.66085	9.20098		Sardellu,Sertello		94	2B	2B5	2B314
2974793	Ser-Sigaud	ser-sigaud	FR		0	Europe/Paris	44.94502	5.78554				84	38	381	38304
2974812	Serrette	serrette	FR		0	Europe/Paris	45.56667	2.61667				84	63	633	63426
2974835	Serre Richard	serre-richard	FR		0	Europe/Paris	44.63333	6.11667				93	05	052	05148
2974838	Serre-Martel	serre-martel	FR		0	Europe/Paris	44.56667	5.63333				93	05	052	05066
2974842	Serre-Eyrauds	serre-eyrauds	FR		0	Europe/Paris	44.68333	6.28333		Serre-Eyranas,Serre-Eyraud,Serre-Eyrauds		93	05	052	05096
2974843	Serre de Milmaze	serre-de-milmaze	FR		0	Europe/Paris	44.80468	5.72896				84	38	381	38226
2974844	Serre Collomp	serre-collomp	FR		0	Europe/Paris	44.56667	6.53333		Le Serre,Serre Collomp		93	05	052	05128
2974845	Serre-Busard	serre-busard	FR		0	Europe/Paris	44.63333	6.55				93	05	052	05036
2974854	Serre	serre	FR		0	Europe/Paris	45.87244	2.01992				75	23	231	23249
2974855	Serre	serre	FR		0	Europe/Paris	45.55	2.56667				84	63	633	63421
2974856	Serre	serre	FR		0	Europe/Paris	45.39785	3.99449				84	42	421	42006
2974857	Serre	serre	FR		0	Europe/Paris	45.24623	3.08409				84	15	153	15013
2974858	Serre	serre	FR		0	Europe/Paris	45.0836	2.34772				84	15	151	15179
2974859	Serre	serre	FR		0	Europe/Paris	44.86629	4.62173				84	07	072	07314
2974865	Serracinella	serracinella	FR		0	Europe/Paris	41.99901	9.39344		Serracinella		94	2B	2B3	2B277
2974874	Séronville	seronville	FR		0	Europe/Paris	49.56799	1.8711				32	60	601	60623
2974878	Serny	serny	FR		0	Europe/Paris	50.59393	2.30152				32	62	625	62295
2974883	Sermoulis	sermoulis	FR		0	Europe/Paris	45.3706	3.88822				84	63	631	63412
2974884	Sermonville	sermonville	FR		0	Europe/Paris	48.42988	1.89034				24	28	281	28169
2974890	Sermet	sermet	FR		0	Europe/Paris	44.46667	0.43333				75	47	472	47317
2974894	Sermentré	sermentre	FR		0	Europe/Paris	47.0892	3.5919		Sermentray,Sermentre,Sermentré		27	58	581	58171
2974895	Sermentot	sermentot	FR		0	Europe/Paris	49.12714	-0.66124		Sermentot		28	14	144	14011
2974897	Sermasse	sermasse	FR		0	Europe/Paris	46.45666	2.35048				84	03	031	03317
2974908	Sermailles	sermailles	FR		0	Europe/Paris	45.13513	4.59822				84	07	073	07309
2974911	Serlande	serlande	FR		0	Europe/Paris	45.42169	3.36652				84	63	633	63367
2974912	Serit	serit	FR		0	Europe/Paris	46.87628	-1.0861				52	85	852	85109
2974914	Séringour	seringour	FR		0	Europe/Paris	45.63333	2.23333		Serigour,Seringour,Séringour		75	19	193	19021
2974916	Sérilly	serilly	FR		0	Europe/Paris	48.13201	3.27973				27	89	893	89160
2974933	Serières	serieres	FR		0	Europe/Paris	44.80404	2.27107				84	15	151	15021
2974946	Sèreville	sereville	FR		0	Europe/Paris	48.46695	1.44702				24	28	281	28229
2974961	Serein	serein	FR		0	Europe/Paris	47.73107	3.49334				27	89	891	89102
2974965	Serée	seree	FR		0	Europe/Paris	47.42119	3.85619				27	58	581	58229
2974972	Sercœur	sercoeur	FR		281	Europe/Paris	48.25	6.53333				44	88	881	88454
2974973	Ser Clapi	ser-clapi	FR		0	Europe/Paris	44.83187	5.77838		Ser Clapi,Serre Clapi		84	38	381	38226
2974980	Seraucourt	seraucourt	FR		0	Europe/Paris	48.96328	5.23936		Seraucourt		44	55	551	55040
2975060	Senonville	senonville	FR		0	Europe/Paris	48.93999	5.59441		Senonville		44	55	552	55530
2974994	Séquières	sequieres	FR		0	Europe/Paris	50.60207	1.76046				32	62	623	62483
2975029	Senzieux	senzieux	FR		0	Europe/Paris	45.55866	4.18479		Sanzieux,Senzieux		84	42	421	42304
2975031	Senven	senven	FR		0	Europe/Paris	48.49	-3.04623				53	22	222	22116
2975033	Sentzich	sentzich	FR		0	Europe/Paris	49.41725	6.25816				44	57	577	57124
2975041	Sentaraille	sentaraille	FR		0	Europe/Paris	43.02777	1.10567		Sentaraille		76	09	093	09289
2975057	Senoueix	senoueix	FR		0	Europe/Paris	45.85828	2.22307				75	23	231	23196
2975058	Senoueix	senoueix	FR		0	Europe/Paris	45.81029	1.99549				75	23	231	23090
2975074	Senneville	senneville	FR		0	Europe/Paris	49.3	1.28333				28	27	271	27013
2975075	Senneville	senneville	FR		0	Europe/Paris	48.94196	1.75072				11	78	781	78291
2975076	Senneville	senneville	FR		0	Europe/Paris	48.40223	1.64144				24	28	281	28160
2975081	Sennecé-lès-Mâcon	sennece-les-macon	FR		0	Europe/Paris	46.36	4.83303		Sennece,Sennece-les-Macon,Sennecé,Sennecé-lès-Mâcon		27	71	715	71270
2975083	Senmadix	senmadix	FR		0	Europe/Paris	46.23844	2.10413				75	23	231	23149
2975094	Senilhac	senilhac	FR		0	Europe/Paris	45.04939	3.82362				84	43	432	43045
2975099	Senezelles	senezelles	FR		0	Europe/Paris	44.4875	0.63993				75	47	473	47198
2975103	Seneux	seneux	FR		0	Europe/Paris	47.33146	3.84509				27	58	581	58255
2975107	Senessou	senessou	FR		0	Europe/Paris	44.93333	1.11667				75	24	244	24255
2975108	Sénesse-de-Senabugue	senesse-de-senabugue	FR		0	Europe/Paris	43.04675	1.82634		Senesse,Senesse-de-Senabugue,Sénesse,Sénesse-de-Senabugue		76	09	092	09107
2975111	Sénégas	senegas	FR		0	Europe/Paris	43.8462	2.90206				76	12	121	12044
2975123	Sénarmont	senarmont	FR		0	Europe/Paris	48.50553	1.39637				24	28	281	28022
2975126	Senard	senard	FR		0	Europe/Paris	48.98327	5.01775		Senard		44	55	551	55517
2975129	Senant	senant	FR		0	Europe/Paris	46.38191	3.15961				84	03	032	03287
2975131	Senainville	senainville	FR		0	Europe/Paris	48.50709	1.61251				24	28	281	28104
2975136	Senades	senades	FR		0	Europe/Paris	49.09789	4.99915				44	55	553	55253
2975152	Semonville	semonville	FR		0	Europe/Paris	48.17321	1.89626				24	28	281	28300
2975162	Semming	semming	FR		0	Europe/Paris	49.4548	6.26912				44	57	577	57588
2975170	Sémézies	semezies	FR		78	Europe/Paris	43.51009	0.73067		Semezies,Semezies-Cachan,Sémézies,Sémézies-Cachan		76	32	321	32428
2975176	Semelin	semelin	FR		0	Europe/Paris	47.02557	3.4386				27	58	583	58031
2975177	Semelaz	semelaz	FR		0	Europe/Paris	45.79374	5.81374		Semela,Semelaz		84	73	732	73091
2975186	Sembert-le-Bas	sembert-le-bas	FR		0	Europe/Paris	47.47318	3.54679				27	58	582	58011
2975194	Selvigny	selvigny	FR		2162	Europe/Paris	50.07971	3.34899		Selvigny		32	59	592	59631
2975200	Seltot	seltot	FR		0	Europe/Paris	49.72535	0.80945				28	76	763	76219
2975201	Sels	sels	FR		0	Europe/Paris	44.99096	2.35613				84	15	151	15016
2975207	Seloge	seloge	FR		0	Europe/Paris	45.7222	6.76297		Seloge,Solage		84	73	731	73054
2975227	Selle	selle	FR		0	Europe/Paris	44.7	1.6				76	46	463	46204
2975228	Selincourt	selincourt	FR		0	Europe/Paris	49.87718	1.9011		Selincourt		32	80	802	80443
2975229	Seligny	seligny	FR		0	Europe/Paris	46.96408	0.57769				24	37	371	37005
2975235	Sélédin	seledin	FR		0	Europe/Paris	48.25598	-3.07159		Seleden,Seledin,Séléden,Sélédin		53	22	224	22244
2975239	Séjole	sejole	FR		0	Europe/Paris	45.52519	3.37276				84	63	633	63366
2975240	Séjallières	sejallieres	FR		0	Europe/Paris	44.92138	3.72002		Sejalieres,Sejallieres,Séjalières,Séjallières		84	43	432	43198
2975242	Seiter	seiter	FR		0	Europe/Paris	48.43333	-4.36667				53	29	291	29075
2975243	Seisseigne	seisseigne	FR		0	Europe/Paris	47.07969	3.04577				27	58	583	58124
2975264	Seillant	seillant	FR		0	Europe/Paris	46.4216	1.34562				24	36	361	36035
2975277	Seignes	seignes	FR		0	Europe/Paris	43.95717	5.8725		Les Seignes,Les Seignés,Seignes		93	04	044	04106
2975284	Seignaux	seignaux	FR		0	Europe/Paris	48.51434	-2.95				53	22	222	22234
2975294	Séhen	sehen	FR		0	Europe/Paris	50.59193	1.89264				32	62	624	62670
2975315	Ségransan	segransan	FR		0	Europe/Paris	44.88333	-0.31667				75	33	335	33539
2975316	Segoule	segoule	FR		0	Europe/Paris	47.01572	3.42457				27	58	583	58232
2975319	Ségonzat	segonzat	FR		0	Europe/Paris	45.75453	2.33722				75	23	231	23119
2975320	Segonzat	segonzat	FR		0	Europe/Paris	45.39463	3.21416				84	63	633	63356
2975325	Ségogne	segogne	FR		0	Europe/Paris	46.78933	2.53447				24	18	182	18013
2975327	Ségnoux	segnoux	FR		0	Europe/Paris	45.6679	3.35825				84	63	632	63177
2975331	Ségalat	segalat	FR		0	Europe/Paris	45.02209	1.9605				75	19	192	19133
2975337	Ségala	segala	FR		0	Europe/Paris	44.7834	1.74489				76	46	463	46128
2975351	Secqueville	secqueville	FR		0	Europe/Paris	49.6596	1.75755				32	60	601	60076
2975352	Secqueville	secqueville	FR		0	Europe/Paris	49.49756	0.63396				28	76	762	76471
2975353	Secqueville	secqueville	FR		0	Europe/Paris	49.50377	0.33954				28	76	762	76657
2975355	Secouray	secouray	FR		0	Europe/Paris	48.11583	1.53835				24	28	282	28283
2975356	Sécouet	secouet	FR		0	Europe/Paris	48.01876	-2.49458				53	56	562	56227
2975365	Sécheville	secheville	FR		0	Europe/Paris	48.6973	0.49694				28	61	613	61259
2975367	Sèche-Terre	seche-terre	FR		0	Europe/Paris	48.35748	0.55835				28	61	613	61426
2975370	Sèchecôte	sechecote	FR		0	Europe/Paris	48.46685	1.50007		Le Nihoue,Sechecote,Sèchecôte		24	28	281	28070
2975373	Séchaud	sechaud	FR		0	Europe/Paris	46.40355	0.98508				75	86	862	86230
2975374	Séchal	sechal	FR		0	Europe/Paris	45.80741	3.71105				84	63	635	63463
2975380	Sébouville	sebouville	FR		0	Europe/Paris	48.19703	2.14181		Sebouville,Sébouville		24	45	453	45162
2975381	Sebourquiaux	sebourquiaux	FR		0	Europe/Paris	50.35265	3.65144				32	59	596	59559
2975384	Sebioux	sebioux	FR		0	Europe/Paris	46.18259	0.99955				75	87	871	87179
2975394	Scrille	scrille	FR		0	Europe/Paris	46.97152	2.15838				24	18	181	18066
2975396	Scoury	scoury	FR		0	Europe/Paris	46.63711	1.28799		Scoury		24	36	361	36053
2975398	Scoularoux	scoularoux	FR		0	Europe/Paris	45.39715	3.24308				84	63	633	63242
2975425	Schwartzbach	schwartzbach	FR		0	Europe/Paris	48.50301	7.28445				44	67	673	67420
2975427	Schwabwiller	schwabwiller	FR		0	Europe/Paris	48.90118	7.87531				44	67	672	67339
2975428	Schreckling	schreckling	FR		0	Europe/Paris	49.29754	6.62075				44	57	573	57309
2975432	Schœneck	schoeneck	FR		2846	Europe/Paris	49.21667	6.91667		Schoenecken		44	57	573	57638
2975433	Schœnbourg	schoenbourg	FR		438	Europe/Paris	48.83333	7.26667				44	67	674	67454
2975434	Schœnau	schoenau	FR		504	Europe/Paris	48.22296	7.64683				44	67	675	67453
2975375	Secenans	secenans	FR	70400	136	Europe/Paris	47.55188	6.58605		Secenans		27	70	701	70484
2975448	Scheuerwald	scheuerwald	FR		0	Europe/Paris	49.44843	6.4924				44	57	577	57388
2975464	Scévole	scevole	FR		0	Europe/Paris	46.61554	1.14486				24	36	361	36176
2975472	Sceau	sceau	FR		125	Europe/Paris	45.4833	0.69537		Sceau,Sceau-Saint-Angel,Sent Angeu de Nontronh,So-Sent-Anzhel',Vers Ceus Sent Angeu,si suo sheng ang re,Со-Сент-Анжель,斯索圣昂热		75	24	242	24528
2975473	Scay	scay	FR		0	Europe/Paris	46.82609	2.27548				24	18	182	18273
2975476	Scuffa di a Noce	scuffa-di-a-noce	FR		0	Europe/Paris	41.78542	9.17881		Scapa di Noce,Scuffa di a Noce		94	2A	2A4	2A254
2975496	Say	say	FR		0	Europe/Paris	45.76278	2.80585				84	63	633	63163
2975503	Savranges	savranges	FR		0	Europe/Paris	47.33845	4.73666				27	21	212	21121
2975510	Savonnières-en-Woëvre	savonnieres-en-woevre	FR		0	Europe/Paris	48.91782	5.63919		Savonnieres,Savonnieres-en-Woevre,Savonnières,Savonnières-en-Woëvre		44	55	552	55530
2975519	Savoie	savoie	FR		0	Europe/Paris	48.21672	4.08099				44	10	103	10260
2975539	Savigny-le-Jeune	savigny-le-jeune	FR		0	Europe/Paris	46.98393	4.40547				27	71	711	71162
2975624	Sauzay	sauzay	FR		0	Europe/Paris	47.42405	3.37786				27	58	582	58085
2975585	Saveteux	saveteux	FR		0	Europe/Paris	48.52217	2.81006				11	77	772	77100
2975589	Savernat	savernat	FR		0	Europe/Paris	46.33333	2.48333				84	03	031	03246
2975590	Savergnac	savergnac	FR		0	Europe/Paris	45.72203	0.99666				75	87	873	87073
2975598	Savelet	savelet	FR		0	Europe/Paris	44.58333	5.6				84	26	261	26136
2975599	Savel	savel	FR		0	Europe/Paris	44.8744	5.72134				24			
2975600	Savel	savel	FR		0	Europe/Paris	44.65022	5.2947		Savel		84	26	261	26266
2975610	Savardeix	savardeix	FR		0	Europe/Paris	45.63333	2.35				75	19	193	19002
2975619	Sauzeries Hautes	sauzeries-hautes	FR		0	Europe/Paris	44.05266	6.3612				93	04	042	04059
2975620	Sauzeries Basses	sauzeries-basses	FR		0	Europe/Paris	44.04449	6.3587				93	04	042	04059
2975629	Sauvry	sauvry	FR		0	Europe/Paris	46.98876	3.4081				27	58	583	58232
2975643	Sauvignière	sauvigniere	FR		0	Europe/Paris	46.37876	3.00306				84	03	032	03099
2975666	Sauvessanelle	sauvessanelle	FR		0	Europe/Paris	45.40554	3.86545				84	63	631	63412
2975669	Sauveille	sauveille	FR		0	Europe/Paris	44.86008	4.3119				84	07	073	07209
2975670	Sauve-Clare	sauve-clare	FR		0	Europe/Paris	43.51474	6.38804				93	83	831	83058
2975672	Sauve-Bœuf	sauve-boeuf	FR		0	Europe/Paris	44.85	0.78333				75	24	241	24223
2975675	Sauvazou	sauvazou	FR		0	Europe/Paris	45.49031	4.03005				84	42	421	42240
2975677	Sauvas	sauvas	FR		0	Europe/Paris	44.32671	4.15052				84	07	071	07280
2975678	Sauvans	sauvans	FR		0	Europe/Paris	44.25	6.25				93	04	043	04020
2975679	Sauvanis	sauvanis	FR		0	Europe/Paris	45.6	3.71667				84	63	631	63037
2975691	Sauvages	sauvages	FR		0	Europe/Paris	47.07219	3.24638				27	58	583	58204
2975692	Sauvages	sauvages	FR		0	Europe/Paris	45.17417	2.84477		Sauvage,Sauvages		84	15	153	15061
2975693	Sauvage-Magny	sauvage-magny	FR		0	Europe/Paris	48.4121	4.73853		Sauvage-Magny		44	52	523	52088
2975696	Sauvage	sauvage	FR		0	Europe/Paris	48.58547	1.7403				11	78	782	78209
2975697	Sauvage	sauvage	FR		0	Europe/Paris	48.54507	3.75983				44	51	512	51492
2975698	Sauvage	sauvage	FR		0	Europe/Paris	47.17838	3.22591				27	58	584	58027
2975699	Sauvage	sauvage	FR		0	Europe/Paris	47.00181	0.55669				24	37	371	37190
2975700	Sauvadet	sauvadet	FR		0	Europe/Paris	45.51592	3.49553				84	63	633	63348
2975704	Sautour-le-Grand	sautour-le-grand	FR		0	Europe/Paris	45.69951	1.56542		Sautour Grand,Sautour-le-Grand		75	87	872	87086
2975705	Sautou	sautou	FR		0	Europe/Paris	44.6065	1.09764				75	24	244	24245
2975706	Sautor-le-Petit	sautor-le-petit	FR		0	Europe/Paris	45.69843	1.56254		Petit-Sautour,Sautor,Sautor-le-Petit,Sautour Petit		75	87	872	87086
2975710	Sautereaux	sautereaux	FR		0	Europe/Paris	44.99276	4.48757				84	07	073	07079
2975712	Sautard	sautard	FR		0	Europe/Paris	46.78935	0.3195				75	86	861	86128
2975723	Sausseuzemare	sausseuzemare	FR		0	Europe/Paris	49.71916	1.56131		Sausseuse-Mare,Sausseuzemare		28	76	761	76265
2975724	Sausseux	sausseux	FR		0	Europe/Paris	48.36897	1.15041				24	28	284	28109
2975725	Saussette	saussette	FR		0	Europe/Paris	44.05358	6.8296		La Saussette,Saussette		93	06	062	06071
2975745	Sauronnet	sauronnet	FR		0	Europe/Paris	45.36667	2.56667				84	15	152	15008
2975751	Sauqueuse-Saint-Lucien	sauqueuse-saint-lucien	FR		0	Europe/Paris	49.5187	2.06643		Sauqueuse,Sauqueuse-Saint-Lucien		32	60	601	60668
2975765	Saume-Longe	saume-longe	FR		0	Europe/Paris	44.2614	6.45315		Saume-Lange,Saume-Longe,Saumelongue		93	04	043	04155
2975773	Saulzet-le-Chaud	saulzet-le-chaud	FR		0	Europe/Paris	45.71364	3.06933		Saulzet,Saulzet-le-Chaud		84	63	632	63307
2975783	Saulx-Richebourg	saulx-richebourg	FR		0	Europe/Paris	48.81744	1.63619		Saulx,Saulx-Richebourg		11	78	781	78520
2975787	Saulx-la-Ville	saulx-la-ville	FR		0	Europe/Paris	47.55	5.01667				27	21	212	21587
2975800	Saultchevreuil-du-Tronchet	saultchevreuil-du-tronchet	FR		0	Europe/Paris	48.82905	-1.23202		Saultchevreuil,Saultchevreuil-du-Tronchet		28	50	504	50639
2975813	Saulnière	saulniere	FR		0	Europe/Paris	46.70428	3.20838				27	58	583	58296
2975822	Sauliac	sauliac	FR		0	Europe/Paris	45.42457	2.47184				75	19	193	19252
2975892	Satinges	satinges	FR		0	Europe/Paris	47.09952	3.11603				27	58	583	58207
2975835	Saulchoy-sur-Davenescourt	saulchoy-sur-davenescourt	FR		0	Europe/Paris	49.71487	2.62661		Saulchoy,Saulchoy-sur-Davenescourt		32	80	803	80031
2975845	Saujean	saujean	FR		0	Europe/Paris	43.73533	4.61234		Sangeans,Saujean		76	30	302	30032
2975847	Sauilly	sauilly	FR		0	Europe/Paris	47.72448	3.35357				27	89	891	89139
2975849	Sauguis	sauguis	FR		178	Europe/Paris	43.15192	-0.88823		Sauguis,Sauguis-Saint-Etienne,Sauguis-Saint-Étienne,Sauguis-Sent Esteve,Sauguís-Sent Estève,Sogis-Sent-Eht'en,Sogis-Sent-Et'enn,Zalgize,Zalgize-Doneztebe,suo ji sheng ai di an,Согис-Сент-Етьенн,Согис-Сент-Этьен,Согіс-Сент-Етьєнн,索吉圣埃蒂安		75	64	642	64509
2975852	Saugnieu	saugnieu	FR		0	Europe/Paris	45.72597	5.10657		Saugnieu		84	69	691	69299
2975853	Saugnacq	saugnacq	FR		763	Europe/Paris	44.40223	-0.78337		Saugnac-Muret,Saugnacq,Saugnacq-Muret,Saugnacq-et-Muret		75	40	402	40295
2975855	Saugirard	saugirard	FR		0	Europe/Paris	47.29108	1.60907				24	41	413	41242
2975856	Saugère	saugere	FR		0	Europe/Paris	45.85907	2.45297				84	63	634	63064
2975857	Saugéras	saugeras	FR		0	Europe/Paris	45.54905	2.09731				75	19	193	19008
2975860	Saudurant	saudurant	FR		0	Europe/Paris	48.07422	3.74097		Sandurant,Saudurand,Saudurant		27	89	891	89425
2975866	Saudreville	saudreville	FR		0	Europe/Paris	48.50008	2.13273				11	91	911	91662
2975872	Saucy	saucy	FR		0	Europe/Paris	47.40238	4.445				27	21	213	21177
2975873	Saucourt-sur-Rognon	saucourt-sur-rognon	FR		0	Europe/Paris	48.34459	5.18543		Saucourt,Saucourt-sur-Rognon		44	52	523	52177
2975874	Saucourt	saucourt	FR		0	Europe/Paris	50.07954	1.6		Saucourt		32	80	801	80597
2975897	Sassolas	sassolas	FR		0	Europe/Paris	45.28493	4.65241				84	07	073	07265
2975913	Sassac	sassac	FR		0	Europe/Paris	45.2724	3.8616				84	43	432	43071
2975914	Sassac	sassac	FR		0	Europe/Paris	45.19341	3.66304				84	43	432	43003
2975919	Saru	saru	FR		0	Europe/Paris	46.79219	2.38286		Sarru,Saru		24	18	182	18270
2975935	Sarsoux	sarsoux	FR		0	Europe/Paris	45.68827	2.31123		Sarsoux		75	23	231	23215
2975942	Sarrus	sarrus	FR		0	Europe/Paris	44.9	3.1				84	15	153	15073
2975944	Sarroul	sarroul	FR		0	Europe/Paris	44.81736	3.25833				76	48	482	48140
2975946	Sarroucas	sarroucas	FR		0	Europe/Paris	44.22024	-0.48815				75	40	402	40167
2975947	Sarrons	sarrons	FR		0	Europe/Paris	46.10767	3.11021				84	03	033	03107
2975949	Sarrola	sarrola	FR		1908	Europe/Paris	42.02828	8.84241		Sarrola,Sarrola-Carcopino		94	2A	2A1	2A271
2975951	Sarrigny	sarrigny	FR		0	Europe/Paris	47.8596	3.40799				27	89	891	89304
2975958	Sarret	sarret	FR		0	Europe/Paris	44.92109	4.34484				84	07	073	07012
2975962	Sarreinsberg	sarreinsberg	FR		0	Europe/Paris	48.97478	7.3847		Sarreinsberg		44	57	576	57250
2975971	Sarre	sarre	FR		0	Europe/Paris	47.41084	-2.35428				52	44	443	44072
2975972	Sarré	sarre	FR		0	Europe/Paris	47.16848	2.90466				24	18	181	18240
2975976	Sarraud	sarraud	FR		0	Europe/Paris	44.0074	5.40227		Sarrand,Sarraud		93	84	841	84118
2975984	Sarrans	sarrans	FR		0	Europe/Paris	44.83599	2.72973		Sarran,Sarrans		76	12	122	12036
2975994	Serragia	serragia	FR		0	Europe/Paris	41.52193	8.96088		Sarragia,Serragia		94	2A	2A4	2A272
2975999	Sarolles	sarolles	FR		0	Europe/Paris	46.858	2.54465				24	18	182	18177
2976000	Sarny	sarny	FR		0	Europe/Paris	44.88989	4.4913				84	07	073	07215
2976004	Sarniat	sarniat	FR		0	Europe/Paris	45.35296	3.43652				84	43	431	43001
2976005	Sarney	sarney	FR		0	Europe/Paris	48.82695	5.19825				44	55	551	55541
2976009	Sarlat	sarlat	FR		0	Europe/Paris	45.40409	1.82683		Sarlat,XSL		75	19	192	19181
2976010	Sarlanges	sarlanges	FR		0	Europe/Paris	45.25487	4.0334				84	43	433	43162
2976016	Sargues	sargues	FR		0	Europe/Paris	45.20019	3.20706				84	15	153	15207
2976023	Sardy	sardy	FR		0	Europe/Paris	47.42178	3.6306		Sardy,Sardy-les-Forges		27	58	582	58039
2976024	Sardonne	sardonne	FR		0	Europe/Paris	45.11939	6.04342				84	38	381	38289
2976027	Sardolles	sardolles	FR		0	Europe/Paris	46.92715	3.35381				27	58	583	58028
2976029	Sardige	sardige	FR		0	Europe/Paris	44.82528	4.33		Sardige,Sardiges		84	07	071	07158
2976031	Sardières	sardieres	FR		0	Europe/Paris	45.24492	6.78127				84	73	733	73290
2976037	Sarcicourt	sarcicourt	FR		0	Europe/Paris	48.15824	5.06168		Sarcicourt		44	52	521	52251
2976040	Sarcenat	sarcenat	FR		0	Europe/Paris	45.79681	3.02863				84	63	632	63263
2976048	Sarazac	sarazac	FR		0	Europe/Paris	45.2852	0.95268				75	24	242	24262
2976052	Saragousse	saragousse	FR		0	Europe/Paris	43.49298	5.25953				93	13	134	13081
2976072	Sapchat	sapchat	FR		0	Europe/Paris	45.33333	2.7				84	15	153	15170
2976073	Milella	milella	FR		0	Europe/Paris	41.98722	9.26252		Milella,Saparo		94	2B	2B3	2B365
2976075	Saparale	saparale	FR		0	Europe/Paris	41.58595	8.99666		Saparale,Saparate		94	2A	2A4	2A272
2976087	Sanzay	sanzay	FR		0	Europe/Paris	47.06679	-0.19073				75	79	791	79277
2976088	Sanzay	sanzay	FR		0	Europe/Paris	46.95891	-0.43674		Sanzay		75	79	791	79013
2976091	Sanvigné	sanvigne	FR		0	Europe/Paris	47.6897	4.12227				27	89	892	89161
2976092	Sanvic	sanvic	FR		0	Europe/Paris	49.50745	0.11323				28	76	762	76351
2976102	Santilly-le-Vieux	santilly-le-vieux	FR		0	Europe/Paris	48.15221	1.86274				24	28	281	28367
2976110	Santenoge	santenoge	FR		112	Europe/Paris	47.73963	4.99207		Santenoge		44	52	522	52526
2976111	Santenay-Haut	santenay-haut	FR		0	Europe/Paris	46.91417	4.68048		Santenay-Haut		27	21	211	21582
2976112	Santenay-Bas	santenay-bas	FR		0	Europe/Paris	46.90748	4.68815				27	21	211	21582
2976119	Santa Severa	santa-severa	FR		0	Europe/Paris	42.88836	9.47321		Santa Severa,Santa-Severa		94	2B	2B2	2B152
2976133	Sant'Andrea-di-Tallano	sant-andrea-di-tallano	FR		0	Europe/Paris	41.69983	9.06767		Sant'Andrea,Sant'Andrea-di-Tallano		94	2A	2A4	2A308
2976138	Santa-Maria-Maddalena	santa-maria-maddalena	FR		0	Europe/Paris	44.1	7.5		Sainte-Marie Madeleine,Santa-Maria-Maddalena		93	06	062	06163
2976143	Sant'Amanza	sant-amanza	FR		0	Europe/Paris	41.81616	8.82673		Sant'Amanza,Santa-Manza		94	2A	2A1	2A228
2976161	Sansac	sansac	FR		0	Europe/Paris	45.82943	0.68007				75	16	163	16345
2976162	Sansac	sansac	FR		0	Europe/Paris	44.92542	3.73332				84	43	432	43198
2976185	Sannac	sannac	FR		0	Europe/Paris	45.20262	3.67535				84	43	432	43003
2976189	Sanizy	sanizy	FR		0	Europe/Paris	47.07479	3.55598				27	58	581	58171
2976198	Sanguille	sanguille	FR		0	Europe/Paris	46.77895	1.81247				24	36	362	36005
2976199	Sangué	sangue	FR		0	Europe/Paris	47.15219	3.37648				27	58	584	58147
2976200	Sangot	sangot	FR		0	Europe/Paris	45.55652	6.68207				84	73	731	73150
2976201	Sanglier	sanglier	FR		0	Europe/Paris	46.66895	2.23381				24	18	182	18135
2976207	San-Giovanni	san-giovanni	FR		0	Europe/Paris	42.01679	9.35262		San-Giovanni		94	2B	2B3	2B251
2976212	Sange	sange	FR		0	Europe/Paris	47.33429	2.15742				24	18	183	18159
2976216	San-Gavino	san-gavino	FR		0	Europe/Paris	41.52887	9.07645		San-Gavino		94	2A	2A4	2A114
2976221	Sandrancourt	sandrancourt	FR		0	Europe/Paris	49.03549	1.64712		Sandrancourt		11	78	781	78567
2976235	Sancy Haut	sancy-haut	FR		0	Europe/Paris	49.34561	5.92412		Sancy Haut,Sancy-le-Haut		44	54	541	54491
2976253	Sancenay	sancenay	FR		0	Europe/Paris	47.20202	3.48357				27	58	582	58266
2976256	San Benedettu	san-benedettu	FR		0	Europe/Paris	41.98575	8.7358		San Benedettu,San-Benedette,San-Benedetto,San-Bénédetto		94	2A	2A1	2A006
2976263	Samzun	samzun	FR		0	Europe/Paris	47.3144	-3.09436		Samsun,Samzin,Samzun		53	56	561	56114
2976231	Sand	sand	FR	67230	1134	Europe/Paris	48.38319	7.61233		Sand		44	67	675	67433
2976275	Samoyas	samoyas	FR		0	Europe/Paris	45.29281	4.66744				84	07	073	07310
2976287	Samis	samis	FR		0	Europe/Paris	45.80143	1.69646				75	87	872	87153
2976288	Samfoin	samfoin	FR		0	Europe/Paris	49.86667	1.66667		Le Sainfoin,Samfoin		28	76	761	76154
2976308	Salvot	salvot	FR		0	Europe/Paris	46.40605	2.14475				75	23	231	23038
2976311	Salvezou	salvezou	FR		0	Europe/Paris	44.57948	1.34778				76	46	461	46064
2976314	Salvensac	salvensac	FR		0	Europe/Paris	44.19557	3.45074		Salvensac,Salvinsac		76	48	481	48096
2976315	Salvecques	salvecques	FR		0	Europe/Paris	50.66118	2.09223		Salvecque,Salvecques		32	62	625	62897
2976318	Salvagnac-Saint-Loup	salvagnac-saint-loup	FR		0	Europe/Paris	44.52992	2.04852		Salvagnac,Salvagnac-Saint-Loup		76	12	123	12257
2976322	Salvadilevo	salvadilevo	FR		0	Europe/Paris	41.54986	9.17325		Salvadilevo		94	2A	2A4	2A288
2976324	Saluce	saluce	FR		0	Europe/Paris	44.99163	5.41642				84	26	261	26074
2976331	Salsignac	salsignac	FR		0	Europe/Paris	45.35	2.56667				84	15	152	15008
2976335	Salpaleine	salpaleine	FR		0	Europe/Paris	46.09093	3.02811				84	63	634	63208
2976336	Saloujour	saloujour	FR		0	Europe/Paris	45.06942	1.30634				75	24	244	24085
2976346	Salomon	salomon	FR		0	Europe/Paris	46.00674	0.94126				75	87	871	87100
2976347	Salomon	salomon	FR		0	Europe/Paris	45.87258	3.53392				84	63	635	63430
2976349	Salmonville	salmonville	FR		0	Europe/Paris	49.52266	1.30252				28	76	763	76581
2976350	Salmondèche	salmondeche	FR		0	Europe/Paris	45.85171	2.72054				84	63	634	63170
2976357	Sallongy	sallongy	FR		0	Europe/Paris	45.95374	5.9851				84	74	741	74283
2976364	Salles-lès-Aulnay	salles-les-aulnay	FR		349	Europe/Paris	46.0251	-0.33679		Salles,Salles-les-Aulnay,Salles-lès-Aulnay		75	17	175	17024
2976368	Salles-en-Toulon	salles-en-toulon	FR		0	Europe/Paris	46.47924	0.63084		Salles,Salles-en-Toulon		75	86	862	86233
2976393	Sallenelle	sallenelle	FR		0	Europe/Paris	50.17326	1.57444				32	80	801	80618
2976398	Sallebruneau	sallebruneau	FR		0	Europe/Paris	44.72539	-0.11785				75	33	333	33175
2976399	Sallebœuf	salleboeuf	FR		1932	Europe/Paris	44.83333	-0.4				75	33	332	33496
2976403	Salle	salle	FR		0	Europe/Paris	46.9866	2.92562				24	18	182	18108
2976405	Sallas	sallas	FR		0	Europe/Paris	45.6816	1.1628				75	87	872	87106
2976409	Salival	salival	FR		0	Europe/Paris	48.80304	6.56605				44	57	575	57490
2976417	Salines de Briscous	salines-de-briscous	FR		0	Europe/Paris	43.45779	-1.36006				75	64	641	64147
2976422	Salin-de-Giraud	salin-de-giraud	FR		0	Europe/Paris	43.41378	4.73202		Le Salin-de-Giraud,Salin,Salin-de-Giraud		93	13	132	13004
2976425	Salilhes	salilhes	FR		0	Europe/Paris	45.00844	2.62702				84	15	151	15236
2976426	Saligoux	saligoux	FR		0	Europe/Paris	45.17479	2.2631				84	15	152	15046
2976427	Saligottière	saligottiere	FR		0	Europe/Paris	46.39313	-1.48411				52	85	853	85127
2976431	Saligny-le-Mort	saligny-le-mort	FR		0	Europe/Paris	46.98286	2.75447		Saligny,Saligny-le-Mort		24	18	181	18027
2976435	Salignière	saligniere	FR		0	Europe/Paris	45.08616	5.89599				84	38	381	38212
2976447	Saliers	saliers	FR		0	Europe/Paris	43.66315	4.48045				93	13	132	13004
2976453	Salgues	salgues	FR		0	Europe/Paris	44.56667	2.86667				76	12	122	12074
2976454	Salgotier	salgotier	FR		0	Europe/Paris	45.30345	4.23753				84	43	433	43236
2976466	Salesse	salesse	FR		0	Europe/Paris	45.80799	2.38605				75	23	231	23081
2976480	Saleix	saleix	FR		0	Europe/Paris	42.76996	1.4709				76	09	091	09030
2976484	Salefon	salefon	FR		0	Europe/Paris	44.5	0.75				75	47	473	47175
2976488	Salcigneux	salcigneux	FR		0	Europe/Paris	45.5	4.53333		Salcigneux,Saleigneux		84	42	423	42110
2976491	Salbert	salbert	FR		2262	Europe/Paris	47.66959	6.81269		Le Salbert,Salbert		27	90	901	90042
2976493	Salayes	salayes	FR		0	Europe/Paris	45.41787	3.92735				84	42	421	42318
2976495	Salaver	salaver	FR		0	Europe/Paris	44.72461	0.80163				75	24	241	24028
2976499	Salau	salau	FR		0	Europe/Paris	42.75701	1.18938		Salau		76	09	093	09100
2976502	Salas	salas	FR		0	Europe/Paris	45.68209	1.49876				75	87	872	87086
2976505	Salan	salan	FR		0	Europe/Paris	44.08097	2.46692				76	12	121	12127
2976512	Salabès	salabes	FR		0	Europe/Paris	44.57305	0.49948				75	47	472	47188
2976518	Saixy	saixy	FR		0	Europe/Paris	46.801	3.50361		Saixy,Saizy		27	58	583	58095
2976539	Saint-Yves	saint-yves	FR		0	Europe/Paris	48.01164	-3.26306				53	56	562	56110
2976540	Saint-Yves	saint-yves	FR		0	Europe/Paris	47.92341	-3.1914				53	56	561	56026
2976550	Saint-Ylie	saint-ylie	FR		0	Europe/Paris	47.07119	5.46381		Saint-Ylie		27	39	391	39198
2976510	Salagnac	salagnac	FR	24160	0	Europe/Paris	46.17474	1.63263				75	23	232	23095
2976555	Saint-Xist	saint-xist	FR		0	Europe/Paris	43.83965	3.13119				76	12	121	12067
2976560	Saint-Waast-la-Haut	saint-waast-la-haut	FR		0	Europe/Paris	50.35986	3.49273		Saint-Vaast-la-Haut,Saint-Waast-la-Haut,Saint-Waast-la-Vallee,Saint-Waast-la-Vallée		32	59	596	59606
2976580	Saint-Vinnemer	saint-vinnemer	FR		0	Europe/Paris	47.82723	4.08325		Saint-Vinnemer,Vinnemer-l'Armancon,Vinnemer-l'Armançon		27	89	892	89407
2976588	Saint-Vincent-Puymaufrais	saint-vincent-puymaufrais	FR		0	Europe/Paris	46.58833	-1.09547		Fort-du-Lay,Saint-Vincent,Saint-Vincent-Puymaufrais		52	85	852	85034
2976647	Saint-Victor-sur-Loire	saint-victor-sur-loire	FR		0	Europe/Paris	45.44604	4.26038		Saint Victor,Saint-Victor-sur-Loire		84	42	423	42218
2976722	Saint-Ustre	saint-ustre	FR		0	Europe/Paris	46.88825	0.5875				75	86	861	86111
2976725	Saint-Ursin	saint-ursin	FR		0	Europe/Paris	48.80053	-1.4399		Saint-Ursin		28	50	501	50493
2976735	Saint-Udy	saint-udy	FR		0	Europe/Paris	48.30233	-2.6065				53	22	224	22046
2976736	Saint-Tugen	saint-tugen	FR		0	Europe/Paris	48.01783	-4.57632				53	29	294	29003
2976739	Saint-Trosse	saint-trosse	FR		0	Europe/Paris	44.29429	-1.0588				75	40	402	40229
2976752	Saint-Tréfin	saint-trefin	FR		0	Europe/Paris	48.41525	-3.39707				53	22	222	22025
2976760	Saint-Thomin	saint-thomin	FR		0	Europe/Paris	47.75821	-3.1753				53	56	561	56148
2976763	Saint-Thomas-la-Chaussée	saint-thomas-la-chaussee	FR		0	Europe/Paris	49.5	0.96667		Saint-Thomas,Saint-Thomas-la-Chaussee,Saint-Thomas-la-Chaussée		28	76	763	76541
2976766	Saint-Thomas-de-Saint-Lô	saint-thomas-de-saint-lo	FR		0	Europe/Paris	49.0941	-1.09245		Saint-Thomas,Saint-Thomas-de-Saint-Lo,Saint-Thomas-de-Saint-Lô		28	50	504	50502
2976905	Saint-Solen	saint-solen	FR		0	Europe/Paris	48.44715	-1.98771		Saint-Solen		53	22	221	22118
2976786	Saint-Thepault	saint-thepault	FR		0	Europe/Paris	48.11667	-3.45				53	56	562	56100
2976789	Saint-Théo	saint-theo	FR		0	Europe/Paris	48.25774	-2.71667				53	22	224	22219
2976797	Saint-Symphorien-les-Buttes	saint-symphorien-les-buttes	FR		0	Europe/Paris	49.02008	-0.9244		Saint-Symphorien,Saint-Symphorien-les-Buttes		28	50	504	50444
2976821	Pragoulin	pragoulin	FR		1131	Europe/Paris	46.05425	3.39346		Pragoulin,Saint-Sylvestre,Saint-Sylvestre-Pragoulin,Sant Silvestre,Sen-Sil'vestr-Pragulen,sheng xi er wei si te er pu la gu lan,Сен-Сільвестр-Прагулен,圣西尔韦斯特尔普拉古兰		84	63	634	63400
2976832	Saint-Supplix	saint-supplix	FR		0	Europe/Paris	49.57175	0.12933		Saint-Sulpice,Saint-Supplix		28	76	762	76481
2976835	Saint-Sulpice-sur-Yères	saint-sulpice-sur-yeres	FR		0	Europe/Paris	49.9934	1.35579		Saint-Sulpice,Saint-Sulpice-sur-Yeres,Saint-Sulpice-sur-Yères		28	76	761	76619
2976838	Saint-Sulpice-le-Vieux	saint-sulpice-le-vieux	FR		0	Europe/Paris	45.91414	5.54501		Saint Sulpice,Saint-Sulpice-le-Vieux		84	01	011	01185
2976849	Saint-Sulpice-d'Eymet	saint-sulpice-d-eymet	FR		0	Europe/Paris	44.68153	0.35952		Saint-Sulpice,Saint-Sulpice-d'Eymet		75	24	241	24167
2976933	Saint-Sibournet	saint-sibournet	FR		0	Europe/Paris	44.6492	0.79071				75	47	473	47256
2976945	Saint-Seurin d'Uzet	saint-seurin-d-uzet	FR		0	Europe/Paris	45.50178	-0.83373		Saint-Seurin,Saint-Seurin d'Uzet,Saint-Seurin-d'Uze,Saint-Seurin-d'Uzet		75	17	174	17098
2976955	Saint-Servan-sur-Mer	saint-servan-sur-mer	FR		0	Europe/Paris	48.63583	-2.01449		Port-Solidor,Saint-Servan,Saint-Servan-sur-Mer		53	35	354	35288
2976967	Saint-Serge	saint-serge	FR		0	Europe/Paris	48.30342	0.86325				24	28	284	28395
2976971	Saint-Sennery	saint-sennery	FR		0	Europe/Paris	46.76206	0.75156				75	86	861	86193
2977029	Saint-Sauveur-de-Chaulieu	saint-sauveur-de-chaulieu	FR		0	Europe/Paris	48.74855	-0.84936		Saint-Sauveur,Saint-Sauveur-de-Chaulieu		28	50	501	50514
2977119	Saint-Roman-de-Bellet	saint-roman-de-bellet	FR		0	Europe/Paris	43.74468	7.21441		Saint Romain,Saint Romani,Saint-Roman		93	06	062	06088
2977120	Saint-Romain-sur-Vienne	saint-romain-sur-vienne	FR		0	Europe/Paris	46.93397	0.5976		Saint-Romain,Saint-Romain-sur-Vienne		75	86	861	86092
2977129	Saint-Romain-le-Desert	saint-romain-le-desert	FR		0	Europe/Paris	45.00604	4.33636		Saint-Romain,Saint-Romain-le-Desert		84	07	073	07151
2977139	Saint-Romain-de-Vignague	saint-romain-de-vignague	FR		0	Europe/Paris	44.68382	-0.07675		Saint-Romain,Saint-Romain-de-Vignague		75	33	333	33506
2977141	Saint-Romain-des-Îles	saint-romain-des-iles	FR		0	Europe/Paris	46.18785	4.77768		Saint-Romain		27	71	715	71481
2977149	Saint-Romain-d'Albon	saint-romain-d-albon	FR		0	Europe/Paris	45.24508	4.85056		Saint Romain,Saint-Romain-d'Albon		84	26	263	26002
2977184	Saint-Rhomble	saint-rhomble	FR		0	Europe/Paris	46.772	2.48877				24	18	182	18142
2977188	Saint-René	saint-rene	FR		0	Europe/Paris	48.48378	-2.641				53	22	224	22081
2977203	Saint-Rémy-en-Montmorillon	saint-remy-en-montmorillon	FR		0	Europe/Paris	46.29213	0.89774		Saint-Remy,Saint-Remy-en-Montmorillon,Saint-Rémy-en-Montmorillon		75	86	862	86120
2977213	Saint-Rémy-de-Salers	saint-remy-de-salers	FR		0	Europe/Paris	45.11667	2.46667		Saint-Remy,Saint-Remy-de-Salers,Saint-Rémy-de-Salers		84	15	152	15202
2977243	Saint-Régent	saint-regent	FR		0	Europe/Paris	48.23324	-2.27647				53	22	224	22114
2977244	Saint-Rauffy	saint-rauffy	FR		0	Europe/Paris	45.06888	2.19783				84	15	151	15011
2977247	Saint-Raoul	saint-raoul	FR		0	Europe/Paris	47.94269	-2.11645		Saint-Raoul		53	56	563	56075
2977248	Saint-Rambert	saint-rambert	FR		0	Europe/Paris	45.50031	4.24176		Saint-Rambert,Saint-Rambert-sur-Loire		84	42	421	42279
2977249	Saint-Rambert-l'Île-Barbe	saint-rambert-l-ile-barbe	FR		0	Europe/Paris	45.79784	4.83321		Saint Rambert,Saint-Rambert-l'Ile-Barbe,Saint-Rambert-l'Île-Barbe		84	69	691	69123
2977265	Saint-Quentin-sur-Allan	saint-quentin-sur-allan	FR		0	Europe/Paris	49.1445	3.14168		Saint-Quentin,Saint-Quentin-sur-Allan		32	02	024	02307
2977267	Saint-Quentin-lès-Trôo	saint-quentin-les-troo	FR		0	Europe/Paris	47.77285	0.82275		Pres-Quentin,Prés-Quentin,Saint-Quentin,Saint-Quentin-les-Troo,Saint-Quentin-lès-Trôo		24	41	412	41149
2977307	Saint-Pui	saint-pui	FR		0	Europe/Paris	44.16667	5.95952				93	04	044	04075
2977342	Saint-Priest-le-Betoux	saint-priest-le-betoux	FR		0	Europe/Paris	46.18714	1.26248		Saint-Priest,Saint-Priest-le-Betoux		75	87	871	87180
2977367	Saint-Pourçain-Malchère	saint-pourcain-malchere	FR		0	Europe/Paris	46.56756	3.49857				84	03	032	03156
2977407	Saint-Pierre-sur-Mer	saint-pierre-sur-mer	FR		0	Europe/Paris	43.1839	3.18981		Plage de Saint-Pierre,Plage-Saint-Pierre,Saint-Pierre,Saint-Pierre-sur-Mer		76	11	113	11145
2977413	Saint-Pierre-Quilbignon	saint-pierre-quilbignon	FR		0	Europe/Paris	48.37939	-4.53437		Saint-Pierre,Saint-Pierre-Quilbignon		53	29	291	29019
2977429	Saint-Pierre-les-Églises	saint-pierre-les-eglises	FR		0	Europe/Paris	46.55266	0.63901		Saint-Pierre,Saint-Pierre-les-Eglises,Saint-Pierre-les-Églises		75	86	863	86070
2977457	Saint-Pierre du Pin	saint-pierre-du-pin	FR		0	Europe/Paris	43.46667	5.35				93	13	131	13019
2977519	Saint-Pierre-de-Franqueville	saint-pierre-de-franqueville	FR		0	Europe/Paris	49.40299	1.1783		Saint-Pierre,Saint-Pierre-de-Franqueville		28	76	763	76475
2977528	Saint-Pierre-de-Chemillé	saint-pierre-de-chemille	FR		0	Europe/Paris	47.23333	-0.71667				52	49	492	49092
2977532	Saint-Pierre-de-Caubel	saint-pierre-de-caubel	FR		0	Europe/Paris	44.46795	0.5503		Saint-Pierre,Saint-Pierre-de-Caubel		75	47	473	47206
2977535	Saint-Pierre-de-Bœuf	saint-pierre-de-boeuf	FR		1326	Europe/Paris	45.38372	4.74601		Saint Pierre,Saint-Pierre-de-Boeuf,Saint-Pierre-de-Bœuf		84	42	423	42272
2977557	Saint-Pierre-à-Champ	saint-pierre-a-champ	FR		0	Europe/Paris	47.0673	-0.37611		Saint-Pierre,Saint-Pierre-a-Champ,Saint-Pierre-à-Champ		75	79	791	79063
2977565	Calais Saint-Pierre	calais-saint-pierre	FR		0	Europe/Paris	50.95093	1.85224		Calais Saint-Pierre,Calais Sud,Saint Pierre-les-Calais,Saint Pierre-lès-Calais,Saint-Pierre		32	62	626	62193
2977591	Saint-Philippe	saint-philippe	FR		0	Europe/Paris	43.7	7.25				93	06	062	06088
2977599	Saint-Philbert-du-Pont-Charrault	saint-philbert-du-pont-charrault	FR		0	Europe/Paris	46.65666	-0.99165		Saint-Philbert,Saint-Philbert-du-Pont-Charrault		52	85	852	85051
2977605	Saint-Phalier	saint-phalier	FR		0	Europe/Paris	46.98029	1.65514				24	36	362	36093
2977616	Saint-Père-Marc-en-Poulet	saint-pere-marc-en-poulet	FR		2008	Europe/Paris	48.588	-1.92403		Saint-Pere,Saint-Pere-Marc-en-Poulet,Saint-Père,Saint-Père-Marc-en-Poulet,Sant-Per-Poualed,Sant-Pêr-Poualed		53	35	354	35306
2977625	Saint-Péravy-Épreux	saint-peravy-epreux	FR		0	Europe/Paris	48.22326	1.98157		Saint-Peravy,Saint-Peravy-Epreux,Saint-Péravy,Saint-Péravy-Épreux		24	45	453	45240
2977626	Saint-Pèraville	saint-peraville	FR		0	Europe/Paris	46.99781	3.32753		Saint-Peraville,Saint-Pere-a Ville,Saint-Pèraville,Saint-Père-à Ville		27	58	583	58247
2977630	Saint-Peïre-sur-Mer	saint-peire-sur-mer	FR		0	Europe/Paris	43.35	6.7		Saint-Peire,Saint-Peire-sur-Mer,Saint-Peïre,Saint-Peïre-sur-Mer,San Peire,San Peïre		93	83	831	83107
2977640	Saint-Paul-sur-Risle	saint-paul-sur-risle	FR		0	Europe/Paris	49.33727	0.55099		Saint-Paul,Saint-Paul-sur-Risle		28	27	272	27467
2977678	Saint-Paul-des-Fonts	saint-paul-des-fonts	FR		0	Europe/Paris	43.93153	3.07042		Saint-Paul-des-Fonts,Saint-Paul-les-Fonts		76	12	121	12232
2977684	Saint-Paul-de-Courtonne	saint-paul-de-courtonne	FR		0	Europe/Paris	49.08443	0.37077		Saint-Paul,Saint-Paul-de-Courtonne		28	14	143	14194
2977713	Saint-Patern	saint-patern	FR		0	Europe/Paris	48.23333	-3.56667				53	29	292	29152
2977725	Saint-Pardoux-le-Pauvre	saint-pardoux-le-pauvre	FR		0	Europe/Paris	46.10937	2.41894				75	23	231	23167
2977734	Saint-Pardoux-de-Mareuil	saint-pardoux-de-mareuil	FR		0	Europe/Paris	45.43561	0.44486				75	24	242	24253
2977745	Saint-Pardon	saint-pardon	FR		0	Europe/Paris	44.91667	-0.31667				75	33	335	33451
2977763	Saint-Palavy	saint-palavy	FR		0	Europe/Paris	45.02489	1.63001				76	46	463	46065
2977773	Saint-Paixent	saint-paixent	FR		0	Europe/Paris	46.23261	0.69668				75	86	862	86112
2977775	Saint-Pair-du-Mont	saint-pair-du-mont	FR		0	Europe/Paris	49.13477	0.03791		Saint-Pair,Saint-Pair-du-Mont		28	14	143	14126
2977851	Saint-Oblas	saint-oblas	FR		0	Europe/Paris	45.56739	5.04469				84	38	383	38288
2977852	Saint-Noyal	saint-noyal	FR		0	Europe/Paris	48.08172	-2.90028		Saint-Noyal,Sainte-Noyale		53	56	562	56151
2977853	Saint-Norgan	saint-norgan	FR		0	Europe/Paris	48.42	-3.26061		Saint-Norgan,Saint-Norgant		53	22	222	22088
2977863	Saint-Nizier	saint-nizier	FR		0	Europe/Paris	46.74726	4.35345				27	71	711	71038
2977864	Saint-Nicolas-près-Granville	saint-nicolas-pres-granville	FR		0	Europe/Paris	48.83408	-1.57026		Saint-Nicolas,Saint-Nicolas-pres-Granville,Saint-Nicolas-près-Granville		28	50	501	50218
2977870	Saint-Nicolas-du-Bosc-l'Abbé	saint-nicolas-du-bosc-l-abbe	FR		0	Europe/Paris	49.07184	0.54296		Saint-Nicolas		28	27	272	27129
2977872	Saint-Nicolas-de-Véroce	saint-nicolas-de-veroce	FR		0	Europe/Paris	45.85517	6.72273		Saint-Nicolas,Saint-Nicolas-de-Veroce,Saint-Nicolas-de-Véroce		84	74	742	74236
2977887	Saint-Nicolas-de-Coutances	saint-nicolas-de-coutances	FR		0	Europe/Paris	49.06667	-1.45		Saint-Nicolas,Saint-Nicolas-de-Coutances		28	50	503	50147
2977888	Saint-Nicolas-de-Brem	saint-nicolas-de-brem	FR		0	Europe/Paris	46.60947	-1.83892		Bellevue,Saint-Nicolas,Saint-Nicolas-de-Brem		52	85	853	85243
2977893	Saint-Nicolas-Courbefy	saint-nicolas-courbefy	FR		0	Europe/Paris	45.5864	1.06673		Saint-Nicolas,Saint-Nicolas-Courbefy		75	87	872	87027
2977938	Saint-Morat	saint-morat	FR		0	Europe/Paris	45.98631	1.23153				75	87	871	87197
2977939	Saint-Morand	saint-morand	FR		0	Europe/Paris	47.80122	-1.27945				53	35	351	35167
2977944	Saint-Moirans	saint-moirans	FR		0	Europe/Paris	44.6579	5.225				84	26	261	26080
2977946	Saint-Modez	saint-modez	FR		0	Europe/Paris	48.53333	-3.55				53	29	293	29067
2977949	Saint-Michel-Trève	saint-michel-treve	FR		0	Europe/Paris	48.1908	-3.3436		Chapelle Saint Michel-Treve,Saint Michel,Saint-Michel-Treve,Saint-Michel-Trève		53	22	222	22061
2977961	Saint-Michel-l'Écluse-et-Léparon	saint-michel-l-ecluse-et-leparon	FR		0	Europe/Paris	45.14241	0.08044		Saint-Michel,Saint-Michel-l'Ecluse,Saint-Michel-l'Ecluse-et-Leparon,Saint-Michel-l'Écluse-et-Léparon		75	24	243	24354
2977964	Saint-Michel-Tubœuf	saint-michel-tuboeuf	FR		0	Europe/Paris	48.75	0.68333		Saint-Michel,Saint-Michel-la-Foret,Saint-Michel-la-Forêt		28	61	613	61432
2977967	Escalus	escalus	FR		252	Europe/Paris	43.89207	-1.26262		Escalus,Saint-Michel-Escalus		75	40	401	40276
2977978	Saint-Michel-des-Loups	saint-michel-des-loups	FR		0	Europe/Paris	48.76234	-1.52987		Saint-Michel,Saint-Michel-des-Loups		28	50	501	50066
2977981	Saint-Michel-de-Rivière	saint-michel-de-riviere	FR		0	Europe/Paris	45.13262	-0.02167		Saint-Michel,Saint-Michel-de-Riviere,Saint-Michel-de-Rivière		75	24	243	24354
2977993	Saint-Michel-de-Frigolet	saint-michel-de-frigolet	FR		0	Europe/Paris	43.85916	4.72613		Saint-Michel-de-Frigolet		93	13	132	13108
2978039	Saint-Meyrat	saint-meyrat	FR		0	Europe/Paris	45.25078	4.44836				84	43	433	43163
2978048	Saint-Merri	saint-merri	FR		0	Europe/Paris	48.85923	2.35214		Quartier Saint-Merri,Saint-Merri		11	75	751	75056
2978055	Saint-Menet	saint-menet	FR		2050	Europe/Paris	43.28997	5.50427				93	13	133	13055
2978059	Saint-Même d'en Haut	saint-meme-d-en-haut	FR		0	Europe/Paris	45.40474	5.88673				84	73	732	73274
2978060	Saint-Même d'en Bas	saint-meme-d-en-bas	FR		0	Europe/Paris	45.40763	5.8798				84	73	732	73274
2978061	Saint-Même	saint-meme	FR		0	Europe/Paris	45.40658	5.88178				84	73	732	73274
2978066	Saint-Melaine	saint-melaine	FR		0	Europe/Paris	48.1123	-1.38759				53	35	351	35068
2978076	Saint-Médard-des-Prés	saint-medard-des-pres	FR		0	Europe/Paris	46.45335	-0.81325		Saint-Medard,Saint-Medard-des-Pres,Saint-Médard,Saint-Médard-des-Prés		52	85	851	85092
2978109	Saint-Maurille	saint-maurille	FR		0	Europe/Paris	47.41508	-0.52391				52	49	491	49246
2978114	Saint-Maurice sur Loire	saint-maurice-sur-loire	FR		0	Europe/Paris	45.9647	4.00848		Saint-Maurice,Saint-Maurice sur Loire,Saint-Maurice-sur-Loire		84	42	422	42239
2978154	Saint-Maurice-de-Rumilly	saint-maurice-de-rumilly	FR		0	Europe/Paris	46.05922	6.3561		Saint-Maurice,Saint-Maurice-de-Rumilly		84	74	742	74250
2978156	Saint-Maurice-de-Roche	saint-maurice-de-roche	FR		0	Europe/Paris	45.23351	3.94263		Saint-Maurice,Saint-Maurice-de-Roche		84	43	432	43164
2978160	Saint-Maurice de Laurençanne	saint-maurice-de-laurencanne	FR		318	Europe/Paris	45.35142	-0.3803		Laurencanne,Laurençanne,Saint-Maurice,Saint-Maurice de Laurencanne,Saint-Maurice de Laurençanne,Saint-Maurice-de-Laurencanne,Saint-Maurice-de-Laurençanne		75	17	171	17454
2978191	Saint-Maudé	saint-maude	FR		0	Europe/Paris	48.1329	-3.36164				53	56	562	56170
2978192	Saint-Maude	saint-maude	FR		0	Europe/Paris	48.11667	-3.98333				53	29	294	29048
2978193	Saint-Maudé	saint-maude	FR		0	Europe/Paris	48.05	-3.6				53	56	562	56081
2978196	Saint-Mathurin-Léobazel	saint-mathurin-leobazel	FR		0	Europe/Paris	45.0181	2.01439		Saint-Mathurin,Saint-Mathurin-Leobazel,Saint-Mathurin-Léobazel		75	19	192	19034
2978213	Saint-Martin-sur-Oreuse	saint-martin-sur-oreuse	FR		0	Europe/Paris	48.29218	3.33742		Franc-Oreuse,Saint-Martin,Saint-Martin-sur-Oreuse		27	89	893	89414
2978219	Saint-Martin-sur-la-Renne	saint-martin-sur-la-renne	FR		0	Europe/Paris	48.14512	4.95387		Saint Martin,Saint Martin-les-Juzennecourt,Saint-Martin-sur-la-Renne		44	52	521	52031
2978222	Saint-Martin-sur-Arve	saint-martin-sur-arve	FR		0	Europe/Paris	45.93888	6.64387		Saint Martin,Saint-Martin-sur-Arve		84	74	742	74256
2978225	Saint-Martin sous Mouzeuil	saint-martin-sous-mouzeuil	FR		1175	Europe/Paris	46.45978	-0.98822		Saint-Martin,Saint-Martin sous Mouzeuil,Saint-Martin-sous-Mouzeuil		52	85	851	85158
2978231	Saint-Martin-Plage	saint-martin-plage	FR		0	Europe/Paris	49.96799	1.20328				28	76	761	76618
2978249	Saint-Martin-le-Nœud	saint-martin-le-noeud	FR		997	Europe/Paris	49.3965	2.0609		Saint-Martin		32	60	601	60586
2978278	Saint-Martin-en-Coailleux	saint-martin-en-coailleux	FR		0	Europe/Paris	45.46153	4.52717		Saint-Martin,Saint-Martin-en-Coailleux		84	42	423	42207
2978285	Saint Martin du Touch	saint-martin-du-touch	FR		0	Europe/Paris	43.60961	1.38033				76	31	313	31555
2978293	Saint-Martin-du-Plessis	saint-martin-du-plessis	FR		0	Europe/Paris	49.58261	1.3404				28	76	763	76146
2978294	Saint-Martin-du-Péan	saint-martin-du-pean	FR		0	Europe/Paris	48.17347	1.37735				24	28	282	28051
2978307	Saint-Martin-du-Bosc	saint-martin-du-bosc	FR		0	Europe/Paris	49.31667	1.61667		Saint-Martin,Saint-Martin-au-Bosc,Saint-Martin-du-Bosc		28	27	271	27226
2978321	Saint-Martin-de-Ville-Anglose	saint-martin-de-ville-anglose	FR		0	Europe/Paris	47.77564	-0.47105		Saint-Martin,Saint-Martin-de-Ville-Anglose		52	53	531	53210
2978327	Saint-Martin-de-Tours	saint-martin-de-tours	FR		0	Europe/Paris	45.70188	2.82934				84	63	633	63305
2978328	Saint-Martin-de-Tallevende	saint-martin-de-tallevende	FR		0	Europe/Paris	48.8369	-0.92738		Saint-Martin,Saint-Martin-de-Tallevende,Tallevende-le-Petit		28	14	144	14762
2978331	Saint-Martin-des-Rosiers	saint-martin-des-rosiers	FR		0	Europe/Paris	45.23697	4.87676		Saint Martin,Saint-Martin-des-Rosiers		84	26	263	26002
2978364	Saint-Martin-d'Entraigues	saint-martin-d-entraigues	FR		0	Europe/Paris	46.11214	-0.1263		Saint-Martin,Saint-Martin-d'Entraigues		75	79	792	79122
2978382	Saint-Martin de la Coudre	saint-martin-de-la-coudre	FR		0	Europe/Paris	46.06298	-0.60357		La Coudre,La Vigilance,Saint-Martin,Saint-Martin de la Coudre,Saint-Martin-de-la-Coudre		75	17	175	17043
2978389	Saint-Martin-de-Galéjas	saint-martin-de-galejas	FR		0	Europe/Paris	44.99294	4.76106		Saint-Martin,Saint-Martin-de-Galejas,Saint-Martin-de-Galéjas		84	07	073	07297
2978392	Saint-Martin-de-Fresnay	saint-martin-de-fresnay	FR		0	Europe/Paris	48.97535	0.03834		Saint-Martin,Saint-Martin-de-Fresnay		28	14	143	14654
2978398	Saint-Martin-de-Cornas	saint-martin-de-cornas	FR		0	Europe/Paris	45.58669	4.71644		Cornas-sur-Gier,Saint Martin,Saint-Martin-de-Cornas		84	69	691	69091
2978399	Saint-Martin-de-Corconac	saint-martin-de-corconac	FR		0	Europe/Paris	44.10152	3.79942		Saint-Martin,Saint-Martin-de-Corconac		76	30	303	30108
2978436	Saint Martin-Chennetron	saint-martin-chennetron	FR		0	Europe/Paris	48.58464	3.43823		Saint Martin-Chennetron		11	77	773	77026
2978526	Saint-Mars-des-Prés	saint-mars-des-pres	FR		0	Europe/Paris	46.68322	-1.00047		Saint-Mars,Saint-Mars-des-Pres,Saint-Mars-des-Prés		52	85	852	85051
2978530	Saint-Marsault	saint-marsault	FR		0	Europe/Paris	46.74535	-0.66344		Saint-Marsault		75	79	791	79123
2978533	Saint-Marin	saint-marin	FR		0	Europe/Paris	46.61303	1.48226				24	36	362	36200
2978572	Saint-Marcelin-le-Haut	saint-marcelin-le-haut	FR		0	Europe/Paris	43.69217	6.663		Saint-Marcelin,Saint-Marcelin-le-Haut		93	83	831	83080
2978579	Saint-Marcel-de-Fontfouillouse	saint-marcel-de-fontfouillouse	FR		0	Europe/Paris	44.12515	3.71139		Saint-Marcel-de Fonsfouillouse,Saint-Marcel-de-Fontfouillouse		76	30	303	30198
2978601	Saint-Marc-d'Ouilly	saint-marc-d-ouilly	FR		0	Europe/Paris	48.87565	-0.43487		Bourg-Saint-Marc,Saint-Marc,Saint-Marc-d'Ouilly		28	14	142	14764
2978617	Saint-Manvieu	saint-manvieu	FR		1591	Europe/Paris	49.18067	-0.50211				28	14	142	14610
2978629	Saint-Mamans	saint-mamans	FR		0	Europe/Paris	45.0034	5.14101		Saint Mamant,Saint-Mamans		84	26	263	26273
2978679	Saint-Lubin-des Cinq Fonds	saint-lubin-des-cinq-fonds	FR		0	Europe/Paris	48.2144	0.87971		Saint-Lubin,Saint-Lubin-des 5 Fonds,Saint-Lubin-des Cinq Fonds		24	28	284	28018
2978682	Saint-Lubin	saint-lubin	FR		0	Europe/Paris	48.27252	-3.31808				53	22	222	22087
2978683	Saint-Lubin	saint-lubin	FR		0	Europe/Paris	48.19056	-2.60765				53	22	224	22183
2978685	Saint-Louvent	saint-louvent	FR		0	Europe/Paris	48.66916	4.54755				44	51	514	51134
2978763	Saint-Liguaire	saint-liguaire	FR		0	Europe/Paris	46.32711	-0.51262		Saint-Liguaire		75	79	792	79191
2978771	Saint-Leu	saint-leu	FR		29278	Europe/Paris	46.7306	4.50083		Saint-Leu		27	71	711	71436
2978774	Saint-Léopardin	saint-leopardin	FR		0	Europe/Paris	46.69178	3.13814		Saint-Leopardin,Saint-Leopardin-d'Augy,Saint-Léopardin,Saint-Léopardin-d'Augy		84	03	032	03241
2978862	Saint-Lazare	saint-lazare	FR		0	Europe/Paris	45.13633	1.2439		Saint-Lazare		75	24	244	24229
2978806	Saint-Léger-sur-Bonneville	saint-leger-sur-bonneville	FR		0	Europe/Paris	49.28654	0.33006		Saint-Leger,Saint-Léger		28	27	272	27361
2978863	Saint-Lay	saint-lay	FR		0	Europe/Paris	47.23172	3.19457				27	58	584	58045
2978831	Saint-Léger-de-Vignague	saint-leger-de-vignague	FR		0	Europe/Paris	44.69826	-0.04868		Saint-Leger,Saint-Leger-de-Vignague,Saint-Léger,Saint-Léger-de-Vignague		75	33	333	33506
2978859	Saint-Leau	saint-leau	FR		0	Europe/Paris	48.09396	-2.59767				53	22	224	22241
2978861	Saint-Lazare	saint-lazare	FR		0	Europe/Paris	47.14986	0.23584				24	37	371	37072
2978873	Saint-Laurent-Plage	saint-laurent-plage	FR		0	Europe/Paris	48.53813	-2.72515		Saint-Laurent,Saint-Laurent-Plage		53	22	224	22187
2978928	Saint-Laurent-de-la-Côte	saint-laurent-de-la-cote	FR		0	Europe/Paris	45.42713	6.49895		Saint-Laurent,Saint-Laurent-de-la-Cote,Saint-Laurent-de-la-Côte		84	73	731	73257
2978946	Saint-Laurent-Châtel	saint-laurent-chatel	FR		0	Europe/Paris	48.35144	-2.70722		Saint-Laurent,Saint-Laurent-Chatel,Saint-Laurent-Châtel		53	22	224	22184
2978986	Saint-Lambert-des-Levées	saint-lambert-des-levees	FR		0	Europe/Paris	47.28333	-0.08333		Saint-Lambert		52	49	493	49328
2979013	Saint-Just-des-Marais	saint-just-des-marais	FR		0	Europe/Paris	49.44232	2.05276				32	60	601	60057
2979031	Saint-Jurson	saint-jurson	FR		0	Europe/Paris	44.03534	6.18608				93	04	043	04046
2979070	Saint-Julien-en-Jarez	saint-julien-en-jarez	FR		0	Europe/Paris	45.48427	4.51761		Saint-Julien,Saint-Julien-en-Jarez,Saint-Julien-en-Jarret		84	42	423	42207
2979092	Saint-Julien-de-Rodelle	saint-julien-de-rodelle	FR		0	Europe/Paris	44.49773	2.66042		Saint-Julien,Saint-Julien-de-Rodelle		76	12	122	12201
2979094	Saint-Julien-de-Piganiol	saint-julien-de-piganiol	FR		0	Europe/Paris	44.65222	2.25404				76	12	123	12246
2979096	Saint-Julien-d'Empare	saint-julien-d-empare	FR		0	Europe/Paris	44.55788	2.07393		Saint-Julien,Saint-Julien-d'Empare		76	12	123	12052
2979104	Saint-Julien-de-Jordanne	saint-julien-de-jordanne	FR		0	Europe/Paris	45.06302	2.63785		Saint-Julien,Saint-Julien-de-Jordanne		84	15	151	15113
2979183	Saint-Jérôme	saint-jerome	FR		10087	Europe/Paris	43.33404	5.41733				93	13	133	13055
2979221	Saint-Jean-le-Priche	saint-jean-le-priche	FR		0	Europe/Paris	46.36592	4.85262		Roche-sur-Saone,Roche-sur-Saône,Saint-Jean,Saint-Jean-le-Priche		27	71	715	71270
2979222	Saint-Jean-le-Froid	saint-jean-le-froid	FR		0	Europe/Paris	44.14028	2.76269				76	12	121	12253
2979229	Saint-Jean la Rivière	saint-jean-la-riviere	FR		0	Europe/Paris	43.91991	7.26473		Saint-Jean la Riviere,Saint-Jean la Rivière,Saint-Jean-de-la-Riviere,Saint-Jean-de-la-Rivière,Saint-Jean-la-Riviere,Saint-Jean-la-Rivière		93	06	062	06151
2979240	Saint-Jean-du-Vigan	saint-jean-du-vigan	FR		0	Europe/Paris	43.82669	1.96183		Saint-Jean,Saint-Jean-de-Jeannes,Saint-Jean-du-Vigan		76	81	811	81046
2979241	Saint-Jean du Var	saint-jean-du-var	FR		0	Europe/Paris	43.12357	5.95		Saint-Jean,Saint-Jean du Var		93	83	832	83137
2979243	Saint-Jean-du-Marché	saint-jean-du-marche	FR		0	Europe/Paris	48.14343	6.68223		Saint-Jean,Saint-Jean-du-Marche,Saint-Jean-du-Marché		44	88	881	88322
2979255	Saint-Jean-d'Orbetiers	saint-jean-d-orbetiers	FR		0	Europe/Paris	46.4645	-1.72691				52	85	853	85194
2979279	Saint-Jean-des-Murgers	saint-jean-des-murgers	FR		0	Europe/Paris	48.49126	0.97247		Saint-Jean,Saint-Jean-des-Murgers		24	28	284	28240
2979281	Saint-Jean-des-Marais	saint-jean-des-marais	FR		0	Europe/Paris	47.51727	-0.71533				52	49	491	49271
2979294	Saint-Jean-de-Pourcharesse	saint-jean-de-pourcharesse	FR		0	Europe/Paris	44.48732	4.10454		Mont-Pierre,Pourcharesse-sous-Peyre,Saint-Jean,Saint-Jean-de-Pourcharesse		84	07	071	07284
2979327	Saint-Jean-de-Frenelle	saint-jean-de-frenelle	FR		0	Europe/Paris	49.29521	1.48706				28	27	271	27070
2979345	Saint-Jean-de-Bœuf	saint-jean-de-boeuf	FR		68	Europe/Paris	47.21667	4.75		Saint-Jean		27	21	212	21553
2979348	Saint-Jean-de-Bère	saint-jean-de-bere	FR		0	Europe/Paris	47.72548	-1.38774				52	44	445	44036
2979366	Saint-Jean-d'Abbetot	saint-jean-d-abbetot	FR		0	Europe/Paris	49.49822	0.38533				28	76	762	76169
2979367	Saint-Jean-Chazorne	saint-jean-chazorne	FR		0	Europe/Paris	44.50122	3.98117		Saint-Jean		76	48	482	48015
2979397	Saint-Jaume	saint-jaume	FR		0	Europe/Paris	43.48333	6.33333				93	83	831	83072
2979403	Saint-Jallet	saint-jallet	FR		0	Europe/Paris	46.40166	1.63055				24	36	363	36207
2979432	Saint-Isle	saint-isle	FR		0	Europe/Paris	48.08323	-0.91299		Saint-Isle		52	53	532	53103
2979433	Saint-Isidore	saint-isidore	FR		0	Europe/Paris	45.27023	-1.10214				75	33	334	33300
2979434	Saint-Isidore	saint-isidore	FR		0	Europe/Paris	43.7084	7.19381				93	06	062	06088
2979442	Saint-Ildut	saint-ildut	FR		0	Europe/Paris	48.43333	-4.1				53	29	293	29277
2979445	Saint-Igny	saint-igny	FR		0	Europe/Paris	47.11781	2.69648				24	18	181	18105
2979446	Saint-Igneuc	saint-igneuc	FR		0	Europe/Paris	48.41613	-2.34498		Saint-Igneuc		53	22	224	22084
2979451	Saint-Idult	saint-idult	FR		0	Europe/Paris	48.08629	-3.27375				53	56	562	56163
2979452	Saint-Ideuc	saint-ideuc	FR		0	Europe/Paris	48.66275	-1.97348		Saint-Ideuc,Saint-Ideue		53	35	354	35288
2979456	Saint-Huret	saint-huret	FR		0	Europe/Paris	46.56667	2.37999				24	18	182	18203
2979464	Saint-Houarneau	saint-houarneau	FR		0	Europe/Paris	48.44975	-3.22825				53	22	222	22013
2979503	Saint-Hilaire-Saint-Florent	saint-hilaire-saint-florent	FR		0	Europe/Paris	47.26667	-0.1				52	49	493	49328
2979539	Saint-Hilaire de Talmont	saint-hilaire-de-talmont	FR		5737	Europe/Paris	46.47006	-1.60332		Le Tanes,Le Tanès,Saint-Hilaire,Saint-Hilaire de Talmont,Saint-Hilaire-de-Talmont		52	85	853	85288
2979544	Saint-Hilaire-de-Mortagne	saint-hilaire-de-mortagne	FR		0	Europe/Paris	46.97477	-0.93845		Saint-Hilaire,Saint-Hilaire-de-Mortagne		52	85	852	85151
2979580	Saint-Hervezène	saint-hervezene	FR		0	Europe/Paris	48.05606	-3.27139				53	56	562	56110
2979584	Saint-Hernot	saint-hernot	FR		0	Europe/Paris	48.2032	-4.52997				53	29	292	29042
2979586	Saint-Herlin	saint-herlin	FR		0	Europe/Paris	48.53378	-3.13815				53	22	222	22225
2979588	Saint-Herbot	saint-herbot	FR		0	Europe/Paris	48.33333	-3.8		Saint-Herbot		53	29	292	29141
2979591	Saint-Henri	saint-henri	FR		0	Europe/Paris	44.49606	1.43233				76	46	461	46042
2979592	Saint-Henri	saint-henri	FR		5595	Europe/Paris	43.36151	5.33069				93	13	133	13055
2979610	Saint-Guénolé	saint-guenole	FR		0	Europe/Paris	48.11667	-3.51667				53	56	562	56100
2979611	Saint-Guénolé	saint-guenole	FR		0	Europe/Paris	47.98333	-3.75				53	29	294	29274
2979612	Saint-Guénolé	saint-guenole	FR		0	Europe/Paris	47.81667	-4.36667				53	29	294	29158
2979615	Saint-Gris	saint-gris	FR		0	Europe/Paris	45.04531	4.67744				84	07	073	07069
2979628	Saint-Grat	saint-grat	FR		0	Europe/Paris	44.31345	1.9318				76	12	123	12287
2979629	Saint-Gouvry	saint-gouvry	FR		0	Europe/Paris	48.07612	-2.76919		Saint-Gouvry		53	56	562	56198
2979646	Saint-Goberien	saint-goberien	FR		0	Europe/Paris	47.92724	-2.51533		Saint-Goberien,Saint-Gobrien		53	56	562	56236
2979651	Saint-Gladie	saint-gladie	FR		184	Europe/Paris	43.38093	-0.93245		Arriba,Saint-Gladie,Saint-Gladie-Arrive-Munein,Sen-Gladi-Arriv-Mjunen,Sent Gladia,Sent Gladia-Ariba-Munenh,sheng ge la di ye a er li fu mi nan,Сен-Глади-Аррив-Мюнен,Сен-Гладі-Аррив-Мюнен,سینٹ-گلادے-ارروے-منین,圣格拉迪耶阿尔里夫米南		75	64	642	64480
2979652	Saint-Girons en Marensin	saint-girons-en-marensin	FR		0	Europe/Paris	43.94972	-1.29932		Saint-Girons,Saint-Girons en Marensin,Saint-Girons-en-Marensin		75	40	401	40326
2979777	Saint-Germain-la-Gâtine	saint-germain-la-gatine	FR		0	Europe/Paris	48.53268	1.44777		Saint-Germain,Saint-Germain-la-Gatine,Saint-Germain-la-Gâtine		24	28	281	28034
2979759	Saint-Germain-le-Lièvre	saint-germain-le-lievre	FR		0	Europe/Paris	45.51667	2.16667				75	19	193	19136
2979761	Saint-Germain-le-Grand	saint-germain-le-grand	FR		0	Europe/Paris	48.08498	2.04593				24	45	452	45224
2979786	Saint-Germain-du-Val	saint-germain-du-val	FR		0	Europe/Paris	47.71622	-0.0609		Saint-Germain,Saint-Germain-du-Val		52	72	721	72154
2979806	Saint-Germain-des-Rives	saint-germain-des-rives	FR		0	Europe/Paris	46.43268	4.03507		Saint-Germain,Saint-Germain-des-Rives		27	71	713	71557
2979830	Saint-Germain-de l'Homel	saint-germain-de-l-homel	FR		0	Europe/Paris	47.88869	-0.68699				52	53	531	53101
2979841	Saint-Germain-d'Échauffour	saint-germain-d-echauffour	FR		0	Europe/Paris	48.74773	0.42121		Saint-Germain,Saint-Germain-d'Echauffour,Saint-Germain-d'Échauffour		28	61	613	61150
2979981	Saint-Genis-Terrenoire	saint-genis-terrenoire	FR		0	Europe/Paris	45.51667	4.58333				84	42	423	42123
2979990	Saint-Genis-de-Blanzac	saint-genis-de-blanzac	FR		0	Europe/Paris	45.45	0.03333		Saint-Genis,Saint-Genis-de-Blanzac,Saint-Génis		75	16	162	16046
2979996	Saint-Geniez-de-Bertrand	saint-geniez-de-bertrand	FR		0	Europe/Paris	44.04209	3.02372		Saint-Gemez-de Bertrand,Saint-Geniez-de-Bertrand		76	12	121	12225
2980000	Saint-Geniès-d'Estaing	saint-genies-d-estaing	FR		0	Europe/Paris	44.54601	2.63434		Saint-Genies-d'Estaing,Saint-Geniez-des-Ers,Saint-Geniès-d'Estaing		76	12	122	12265
2980038	Saint-Gayrand	saint-gayrand	FR		0	Europe/Paris	44.40232	0.39611		Saint-Gayrand		75	47	472	47112
2980041	Saint-Gault	saint-gault	FR		0	Europe/Paris	47.9	-0.78333		Saint-Gault		52	53	531	53186
2980119	Saint-Firmin-des-Vignes	saint-firmin-des-vignes	FR		0	Europe/Paris	47.97423	2.74171		Saint-Firmin,Saint-Firmin-des-Vignes		24	45	451	45004
2980149	Saint-Félix de Reillac	saint-felix-de-reillac	FR		226	Europe/Paris	45.01974	0.91535		Saint-Felix,Saint-Felix de Reillac,Saint-Felix-de Reilhac,Saint-Felix-de-Reillac-et-Mortemart,Saint-Félix,Saint-Félix de Reillac,Saint-Félix-de Reilhac,Saint-Félix-de-Reillac-et-Mortemart,Sen-Feliks-de-Rejak-e-Mortmar,Sent Felic de Relhac e Morta Mar,Sent Felic de Relhac e Mortamar,Sent Feliç de Relhac e Mòrta Mar,Sent Feliç de Relhac e Mòrtamar,sheng fei li de lei la ke-ai te-mo er tai ma er,Сен-Феликс-де-Реяк-е-Мортмар,Сен-Фелікс-де-Реяк-е-Мортмар,سینٹ-فیلکس-دے-ریلاک-یت-موڑتےمارٹ,圣费利德雷拉克-埃特-莫尔泰马尔		75	24	244	24404
2980175	Saint-Exupère	saint-exupere	FR		0	Europe/Paris	43.92524	2.59134				76	12	121	12080
2980179	Saint-Évroult	saint-evroult	FR		0	Europe/Paris	48.54706	2.11781				11	91	911	91540
2980195	Saint-Eusoge	saint-eusoge	FR		0	Europe/Paris	47.724	2.90114				27	89	891	89324
2980201	Sainte-Eugienne	sainte-eugienne	FR		0	Europe/Paris	48.73606	-1.27805				28	50	501	50597
2980206	Sainte-Trinité	sainte-trinite	FR		0	Europe/Paris	41.62656	9.29082		Sainte-Trinite,Sainte-Trinité		94	2A	2A4	2A247
2980209	Sainte-Tréphin	sainte-trephin	FR		0	Europe/Paris	48.06446	-2.98646		Sainte-Trephin,Sainte-Trephine,Sainte-Tréphin,Sainte-Tréphine		53	56	562	56178
2980250	Saint-Étienne-des-Landes	saint-etienne-des-landes	FR		0	Europe/Paris	44.6339	1.15149		Saint-Etienne,Saint-Etienne-des-Landes,Saint-Étienne,Saint-Étienne-des-Landes		75			
2980242	Saint-Étienne-d'Hières	saint-etienne-d-hieres	FR		0	Europe/Paris	45.79608	5.27864		Saint-Etienne,Saint-Etienne-d'Hieres,Saint-Étienne,Saint-Étienne-d'Hières		84	38	382	38190
2980253	Saint-Étienne-de-Sermantin	saint-etienne-de-sermantin	FR		0	Europe/Paris	44.25985	4.24628				76	30	301	30303
2980255	Saint-Étienne-d'Escalles	saint-etienne-d-escalles	FR		0	Europe/Paris	43.81873	4.14755		Saint-Etienne,Saint-Etienne-d'Escalles,Saint-Etienne-d'Escattes,Saint-Étienne,Saint-Étienne-d'Escalles,Saint-Étienne-d'Escattes		76	30	302	30324
2980258	Saint-Étienne-de-Naucoules	saint-etienne-de-naucoules	FR		0	Europe/Paris	43.93112	2.93843		Saint-Etienne,Saint-Etienne-de-Naucoules,Saint-Étienne,Saint-Étienne-de-Naucoules		76	12	121	12208
2980272	Saint-Étienne-de-Ciernat	saint-etienne-de-ciernat	FR		0	Europe/Paris	46.2607	3.49547		Saint-Etienne,Saint-Etienne-de-Ciernat,Saint-Étienne,Saint-Étienne-de-Ciernat		84	03	033	03235
2980297	Sainte-Thuise	sainte-thuise	FR		0	Europe/Paris	48.49144	4.34587				44	10	103	10127
2980300	Sainte-Thècle	sainte-thecle	FR		0	Europe/Paris	43.76834	7.36664		Chapelle-Sainte-Thecle,Sainte-Thecle,Sainte-Theole,Sainte-Thècle		93	06	062	06092
2980303	Sainte-Suzanne-en-Bauptois	sainte-suzanne-en-bauptois	FR		0	Europe/Paris	49.32135	-1.42573		Sainte-Suzanne,Sainte-Suzanne-en-Bauptois		28	50	503	50273
2980332	Sainte-Segros	sainte-segros	FR		0	Europe/Paris	47.3281	4.29011				27	21	213	21434
2980349	Saint-Erbot	saint-erbot	FR		0	Europe/Paris	48.6	-3.88333				53	29	293	29279
2980353	Sainte-Radegonde-en-Touraine	sainte-radegonde-en-touraine	FR		0	Europe/Paris	47.40687	0.70471		Sainte-Radegonde,Sainte-Radegonde-de-Touraine,Sainte-Radegonde-en-Touraine		24	37	372	37261
2980370	Sainte-Pezenne	sainte-pezenne	FR		0	Europe/Paris	46.35049	-0.4723		Sainte-Pezenne		75	79	792	79191
2980383	Sainte-Odile	sainte-odile	FR		0	Europe/Paris	48.43774	7.40427		Saint-Odile		44	67	673	67368
2980385	Saint-Énogat	saint-enogat	FR		0	Europe/Paris	48.63516	-2.07321				53	35	354	35093
2980393	Saint-Emilien	saint-emilien	FR		0	Europe/Paris	47.43369	-1.71036				52	44	445	44015
2980409	Sainte-Marine	sainte-marine	FR		0	Europe/Paris	47.86667	-4.11667				53	29	294	29037
2980411	Sainte-Marie-Plage	sainte-marie-plage	FR		3927	Europe/Paris	42.72498	3.03751				76	66	662	66182
2980431	Sainte-Marie-de-Frugie	sainte-marie-de-frugie	FR		0	Europe/Paris	45.55214	0.99578				75	24	242	24133
2980434	Sainte-Marie-de-Campan	sainte-marie-de-campan	FR		0	Europe/Paris	42.98364	0.22789		Sainte-Marie-de-Campan		76	65	652	65123
2980440	Sainte-Marie-aux-Anglais	sainte-marie-aux-anglais	FR		0	Europe/Paris	49.07279	0.01112		Sainte-Marie,Sainte-Marie-aux-Anglais		28	14	143	14431
2980483	Saint-Elven	saint-elven	FR		0	Europe/Paris	48.46667	-4.36667				53	29	291	29095
2980485	Sainte-Lucie de Porto-Vecchio	sainte-lucie-de-porto-vecchio	FR		0	Europe/Paris	41.69976	9.34741		Sainte-Lucie,Sainte-Lucie de Porto-Vecchio,Santa Lucia		94	2A	2A4	2A362
2980487	Sainte-Lucie	sainte-lucie	FR		0	Europe/Paris	44.60592	3.28364				76	48	482	48168
2980500	Saint-Élophe	saint-elophe	FR		0	Europe/Paris	48.40966	5.74261				44	88	882	88460
2980510	Saint-Elme	saint-elme	FR		0	Europe/Paris	43.07878	5.88986				93	83	832	83126
2980513	Saint-Ellier	saint-ellier	FR		0	Europe/Paris	47.3538	-0.39478				52	49	491	49050
2980518	Saint-Élix-d'Astarac	saint-elix-d-astarac	FR		127	Europe/Paris	43.49252	0.77299		Saint-Elix,Saint-Elix-d'Astarac,Saint-Élix,Saint-Élix-d'Astarac		76	32	321	32374
2980521	Sainte-Livière	sainte-liviere	FR		0	Europe/Paris	48.60057	4.82317		Belle-Prairie,Montliviere,Montlivière		44	52	523	52182
2980530	Sainte-Julienne	sainte-julienne	FR		0	Europe/Paris	48.1	-3.61667				53	56	562	56066
2980552	Sainte-Gertrude	sainte-gertrude	FR		0	Europe/Paris	49.54474	0.7057				28	76	763	76418
2980553	Sainte-Gertrude	sainte-gertrude	FR		0	Europe/Paris	47.91667	-3.51667				53	29	294	29297
2980556	Sainte-Geneviève-en-Caux	sainte-genevieve-en-caux	FR		255	Europe/Paris	49.7369	1.0325		Sainte-Genevieve,Sainte-Genevieve-en-Caux,Sainte-Geneviève,Sainte-Geneviève-en-Caux		28	76	761	76063
2980582	Sainte-Gauburge	sainte-gauburge	FR		0	Europe/Paris	48.32444	0.65545				28	61	613	61379
2980583	Saint-Égarec	saint-egarec	FR		0	Europe/Paris	48.65	-4.38333				53	29	291	29091
2980564	Sainte-Geneviève	sainte-genevieve	FR	02340	0	Europe/Paris	48.6	-3.8				53	29	293	29151
2980607	Saint-Efflam	saint-efflam	FR		0	Europe/Paris	48.66667	-3.61667				53	22	223	22194
2980608	Saint-Efflam	saint-efflam	FR		0	Europe/Paris	48.57144	-3.28265				53	22	222	22164
2980631	Sainte-Éturien	sainte-eturien	FR		0	Europe/Paris	48.56667	-3.48333				53	22	223	22228
2980640	Saint-Eden	saint-eden	FR		0	Europe/Paris	48.68333	-4.18333				53	29	293	29185
2980653	Sainte-Croix-de-Saint-Lô	sainte-croix-de-saint-lo	FR		0	Europe/Paris	49.11919	-1.03344		Sainte-Croix,Sainte-Croix-de-Saint-Lo,Sainte-Croix-de-Saint-Lô		28	50	504	50032
2980679	Sainte-Colombe-de-Montauroux	sainte-colombe-de-montauroux	FR		0	Europe/Paris	44.78016	3.69189		Sainte-Colombe,Sainte-Colombe-de-Montauroux		76	48	482	48070
2980736	Saint-Eble	saint-eble	FR		0	Europe/Paris	45.1282	3.55762		Coupet,Saint-Eble		84	43	431	43132
2980739	Sainte-Blaizine	sainte-blaizine	FR		0	Europe/Paris	45.90431	5.59878		Saint-Blaizine,Sainte-Blaisme,Sainte-Blaizine		84	01	011	01185
2980741	Sainte-Beuve-aux-Champs	sainte-beuve-aux-champs	FR		0	Europe/Paris	49.76972	1.60652		Sainte-Beuve,Sainte-Beuve-aux-Champs		28	76	761	76166
2980755	Sainte-Assise	sainte-assise	FR		0	Europe/Paris	48.55032	2.55887		Chateau de Sainte-Assise,Château de Sainte-Assise,Sainte-Assise		11	77	772	77447
2980759	Sainte-Anne d'Évenos	sainte-anne-d-evenos	FR		0	Europe/Paris	43.16995	5.83003		Sainte-Anne,Sainte-Anne d'Evenos,Sainte-Anne d'Évenos,Sainte-Anne-d'Evenos,Sainte-Anne-d'Évenos		93	83	832	83053
2980760	Sainte-Anne la Palud	sainte-anne-la-palud	FR		0	Europe/Paris	48.13333	-4.26667		Sainte-Anne de la Palue		53	29	292	29176
2980797	Saint-Duzec	saint-duzec	FR		0	Europe/Paris	48.78333	-3.55				53	22	223	22343
2980798	Saint-Durec	saint-durec	FR		0	Europe/Paris	47.91667	-3.43333				53	29	294	29002
2980800	Saint-Dramont	saint-dramont	FR		0	Europe/Paris	45	1.23333				75	24	244	24412
2980809	Saint-Dogmel	saint-dogmel	FR		0	Europe/Paris	48.73172	-3.40525				53	22	223	22265
2980839	Saint-Didier-en-Chablais	saint-didier-en-chablais	FR		0	Europe/Paris	46.26828	6.3612		Saint-Didier,Saint-Didier-en-Chablais		84	74	744	74043
2980864	Saint-Derbol	saint-derbol	FR		0	Europe/Paris	48.46667	-4.3		Saint-Derbol,Saint-Derbot		53	29	291	29268
2980866	Saint-Denœux	saint-denoeux	FR		117	Europe/Paris	50.46667	1.9		Saint-Denoeux,Sen-Dene,san dynwks,sheng de ne,Сен-Дене,سان دينوكس,سینٹ-دنوش,圣德讷		32	62	624	62745
2980884	Saint-Denis-Hors	saint-denis-hors	FR		0	Europe/Paris	47.4	0.98333				24	37	373	37003
2980926	Saint-Dau	saint-dau	FR		0	Europe/Paris	44.59441	1.98703		Ceint d'Eau,Saint-Dau		76	46	462	46102
2980927	Saint-Damant	saint-damant	FR		0	Europe/Paris	48.35066	-3.04567		Saint-Daman,Saint-Damant		53	22	224	22074
2980928	Saint-Dalmazy	saint-dalmazy	FR		0	Europe/Paris	44.31556	3.10443				76	12	122	12270
2980930	Saint-Dalmas-de-Tende	saint-dalmas-de-tende	FR		0	Europe/Paris	44.05542	7.58402		Dalmazzo,Saint-Dalmas-de-Tende,San Dalmazzo,San Dalmazzo di Tenda		93	06	062	06163
2980931	Saint-Dalmas	saint-dalmas	FR		0	Europe/Paris	44.06586	7.20286		Saint-Dalmas,Saint-Dalmas-Valdeblore		93	06	062	06153
2980949	Saint-Cyrice	saint-cyrice	FR		34	Europe/Paris	44.31667	5.65				93	05	052	05051
2980955	Saint-Cyr-du-Vaudreuil	saint-cyr-du-vaudreuil	FR		0	Europe/Paris	49.25	1.2		Saint-Cyr,Saint-Cyr-du-Vaudreuil		28	27	271	27528
2980966	Saint-Cyran	saint-cyran	FR		0	Europe/Paris	46.80579	1.15667		Saint-Ciran,Saint-Cyran		24	36	361	36204
2980976	Saint-Cyprien-Plage	saint-cyprien-plage	FR		9369	Europe/Paris	42.63229	3.03333		Saint-Cyprien-Plage		76	66	661	66171
2980985	Saint-Cydroine	saint-cydroine	FR		0	Europe/Paris	47.96726	3.48363				27	89	891	89218
2980988	Saint-Cybard	saint-cybard	FR		0	Europe/Paris	45.41667	0.13333				75	16	161	16230
2981010	Saint-Coudan	saint-coudan	FR		0	Europe/Paris	48.2919	-3.30674				53	22	222	22087
2981017	Saint-Corentin	saint-corentin	FR		0	Europe/Paris	48.90575	1.68142				11	78	781	78530
2981022	Saint-Connay	saint-connay	FR		0	Europe/Paris	48.6	-3.53333				53	22	223	22119
2981034	Saint-Colombier	saint-colombier	FR		0	Europe/Paris	47.54598	-2.72345		Saint-Colombier		53	56	563	56240
2981040	Saint-Coal	saint-coal	FR		0	Europe/Paris	47.93333	-3.45				53	29	294	29071
2981086	Saint-Clair-de-Marque	saint-clair-de-marque	FR		0	Europe/Paris	44.43167	1.88334		Saint-Clair-de-Marque,Saint-Clair-de-Marques,Saint-Clan-de-Marque		76	12	123	12256
2981134	Saint-Christophe-les-Gorges	saint-christophe-les-gorges	FR		0	Europe/Paris	45.10305	2.29306		Saint-Christophe,Saint-Christophe-les-Gorges		84	15	152	15153
2981184	Saint-Chignes	saint-chignes	FR		0	Europe/Paris	44.74746	1.75686		Saint-Chignes,Saint-Chigues		76	46	463	46128
2981185	Saint-Chéron-du-Chemin	saint-cheron-du-chemin	FR		0	Europe/Paris	48.49382	1.69215		Saint-Cheron,Saint-Cheron-du-Chemin,Saint-Chéron,Saint-Chéron-du-Chemin		24	28	281	28188
2981186	Saint-Chéron-des-Champs	saint-cheron-des-champs	FR		0	Europe/Paris	48.57441	1.45078		Saint-Cheron,Saint-Cheron-des-Champs,Saint-Chéron,Saint-Chéron-des-Champs		24	28	283	28393
2981191	Saint-Chély-du-Tarn	saint-chely-du-tarn	FR		0	Europe/Paris	44.336	3.384	470	Saint-Chely,Saint-Chely du Tarrn,Saint-Chely-du-Tarn,Saint-Chély,Saint-Chély-du-Tarn		76	48	481	48146
2981196	Saint-Chavit	saint-chavit	FR		0	Europe/Paris	45.38303	0.84142				75	24	242	24485
2981197	Saint-Chaubran	saint-chaubran	FR		0	Europe/Paris	45.06459	1.36759		Chaubrain,Saint-Chaubran		75	24	244	24153
2981198	Saint-Chartres	saint-chartres	FR		0	Europe/Paris	46.83545	-0.00937		Saint-Chartres		75	86	861	86161
2981213	Saint-Chaliès	saint-chalies	FR		0	Europe/Paris	44.61269	0.92416				75	47	473	47029
2981220	Saint-Cernin-de-Reillac	saint-cernin-de-reillac	FR		0	Europe/Paris	45.03493	0.9462		Saint-Cernin,Saint-Cernin-de-Reilhac,Saint-Cernin-de-Reillac		75	24	244	24356
2981230	Saint-Cénéry	saint-cenery	FR		0	Europe/Paris	48.58939	0.23036				28	61	611	61015
2981244	Saint-Carré	saint-carre	FR		0	Europe/Paris	48.58333	-3.5				53	22	223	22119
2981260	Saint-Canadet	saint-canadet	FR		0	Europe/Paris	43.63097	5.45752				93	13	131	13080
2981264	Saint-Cadou	saint-cadou	FR		0	Europe/Paris	48.36667	-4.01667				53	29	293	29277
2981265	Saint-Cado	saint-cado	FR		0	Europe/Paris	47.68355	-3.18445				53	56		
2981295	Saint-Brévin-l'Océan	saint-brevin-l-ocean	FR		0	Europe/Paris	47.23023	-2.17202		Saint-Brevin-l'Ocean,Saint-Brévin-l'Ocean,Saint-Brévin-l'Océan,saint-Brevin-l'Ocean		52	44	443	44154
2981308	Saint-Bosc	saint-bosc	FR		0	Europe/Paris	45.21571	4.80173				84	07	073	07009
2981312	Saint-Bonnet-Tison	saint-bonnet-tison	FR		0	Europe/Paris	46.18731	3.08845				84	03	033	03022
2981341	Saint-Bonnet-de-Galaure	saint-bonnet-de-galaure	FR		0	Europe/Paris	45.21769	4.9405		Saint Bonnet,Saint-Bonnet-de-Galaure		84	26	263	26083
2981396	Saint-Benoît-en-Woëvre	saint-benoit-en-woevre	FR		0	Europe/Paris	48.98761	5.78442		Saint-Benoit,Saint-Benoit-en-Woevre,Saint-Benoît-en-Woëvre		44	55	552	55551
2981414	Saint-Bénin-des-Champs	saint-benin-des-champs	FR		0	Europe/Paris	47.07753	3.582		Saint Benin,Saint Bénin,Saint-Benin-des-Champs,Saint-Bénin-des-Champs		27	58	581	58171
2981432	Saint-Bayon	saint-bayon	FR		0	Europe/Paris	43.697	6.47799				93	83	831	83044
2981443	Saint-Baudière	saint-baudiere	FR		0	Europe/Paris	46.96829	3.10534				27	58	583	58160
2981486	Saint-Aydes	saint-aydes	FR		0	Europe/Paris	48.49959	-2.28669				53	22	221	22237
2981490	Saint-Avons	saint-avons	FR		0	Europe/Paris	44.32222	5.72759				93	05	052	05097
2981531	Nice Saint-Augustin	nice-saint-augustin	FR		0	Europe/Paris	43.672	7.20948				93	06	062	06088
2981539	Saint-Aubin-sur-Algot	saint-aubin-sur-algot	FR		0	Europe/Paris	49.1301	0.08864		Saint-Aubin,Saint-Aubin-sur-Algot		28	14	143	14126
2981553	Saint-Aubin-Lébizay	saint-aubin-lebizay	FR		0	Europe/Paris	49.20381	0.00251		Saint-Aubin,Saint-Aubin-Lebizay,Saint-Aubin-Lébizay		28	14	143	14231
2981562	Saint-Aubin-du-Pavoil	saint-aubin-du-pavoil	FR		0	Europe/Paris	47.70446	-0.87718		Saint-Aubin,Saint-Aubin-du-Pavoil		52	49	494	49331
2981590	Saint-Aubin-de-Baubigné	saint-aubin-de-baubigne	FR		0	Europe/Paris	46.9406	-0.69096		Saint-Aubin,Saint-Aubin-de-Baubigne,Saint-Aubin-de-Baubigné		75	79	791	79079
2981648	Saint-Aquilin-d'Augerons	saint-aquilin-d-augerons	FR		0	Europe/Paris	48.92306	0.46323		Saint-Aquilin		28	27	272	27414
2981667	Saint-Antoine-les-Plantades	saint-antoine-les-plantades	FR		0	Europe/Paris	45.19861	1.54575		Saint-Antoine-les-Plantades		75	19	191	19274
2981671	Saint-Antoine-de-Rochefort	saint-antoine-de-rochefort	FR		0	Europe/Paris	48.18649	0.63859				52	72	722	72132
2981708	Saint-Andrieux	saint-andrieux	FR		0	Europe/Paris	49.54262	0.09224				28	76	762	76481
2981734	Saint-André-du-Garn	saint-andre-du-garn	FR		0	Europe/Paris	44.56815	0.03426		Saint-Andre,Saint-Andre-du-Garn,Saint-André,Saint-André-du-Garn		75	33	333	33287
2981736	Saint-André-d'Ornay	saint-andre-d-ornay	FR		0	Europe/Paris	46.66632	-1.45532		Saint-Andre,Saint-Andre-d'Ornay,Saint-André,Saint-André-d'Ornay		52	85	852	85191
2981740	Saint-André-de-Villesèche	saint-andre-de-villeseche	FR		0	Europe/Paris	44.13177	5.58264				93	04	044	04140
2981789	Saint-Andoche	saint-andoche	FR		0	Europe/Paris	47.63808	5.6808		Saint-Andoche,Saint-Andoche-et-Trecourt,Saint-Andoche-et-Trécourt		27	70	702	70247
2981802	Saint-Anastase	saint-anastase	FR		0	Europe/Paris	48.75	0.2		Saint-Anastase,Saint-Anastasse		28	61	612	61190
2981803	Saint-Anastaise	saint-anastaise	FR		0	Europe/Paris	45.47227	2.97364		Saint-Anastaise		84	63	633	63038
2981812	Saint-Ambroise	saint-ambroise	FR		0	Europe/Paris	48.36667	-3.7				53	29	292	29227
2981814	Saint-Amas	saint-amas	FR		0	Europe/Paris	43.89712	5.51593				93	84	841	84144
2981819	Graves	graves	FR		347	Europe/Paris	45.64843	-0.10926				75	16	162	16297
2981858	Saint-Alvard	saint-alvard	FR		0	Europe/Paris	45.85637	2.39543				75	23	231	23017
2981870	Saint-Alban de Varèze	saint-alban-de-vareze	FR		0	Europe/Paris	45.42214	4.90569		Alban-de Vareze,Alban-de Varèze,Saint-Alban,Saint-Alban de Vareze,Saint-Alban de Varèze,Saint-Alban-de-Vareze,Saint-Alban-de-Varèze		84	38	383	38536
2982237	Rueil	rueil	FR		0	Europe/Paris	49.047	1.87938				11	95	953	95592
2981905	Saint-Agnant-sous-les-Côtes	saint-agnant-sous-les-cotes	FR		0	Europe/Paris	48.84236	5.62361		Saint-Agnant,Saint-Agnant-sous-les-Cotes,Saint-Agnant-sous-les-Côtes		44	55	552	55012
2981924	Saint-Affrique-du-Causse	saint-affrique-du-causse	FR		0	Europe/Paris	44.46667	2.75				76	12	122	12033
2981935	Saint-Aaron	saint-aaron	FR		0	Europe/Paris	48.51016	-2.48944		Saint-Aaron		53	22	224	22093
2981965	Sailly-Bray	sailly-bray	FR		0	Europe/Paris	50.19951	1.74364				32	80	801	80600
2981976	Saillé	saille	FR		0	Europe/Paris	47.29481	-2.43118		Saille,Saillé		52	44	443	44069
2981998	Sahuc	sahuc	FR		0	Europe/Paris	42.96293	1.47979				76	09	091	09293
2982002	Sagriès	sagries	FR		896	Europe/Paris	43.97951	4.41988		Sagries,Sagriès		76	30	302	30308
2982003	Sagournat	sagournat	FR		0	Europe/Paris	45.1	1.38333				75	24	244	24117
2982009	Sagone	sagone	FR		0	Europe/Paris	42.11328	8.70178		Port de Sagone,Sagone		94	2A	2A1	2A090
2982015	Sagheat	sagheat	FR		0	Europe/Paris	45.38333	3.18333				84	63	633	63007
2982017	Saget	saget	FR		0	Europe/Paris	46.22683	2.45515				75	23	231	23035
2982020	Sageau	sageau	FR		0	Europe/Paris	45.41775	1.47132				75	19	191	19230
2982037	Sacriquier	sacriquier	FR		0	Europe/Paris	50.64503	1.87112				32	62	623	62251
2982050	Sachemont	sachemont	FR		0	Europe/Paris	48.13896	6.96802				44	88	883	88106
2982053	Sachas	sachas	FR		0	Europe/Paris	44.87029	6.58785				93	05	051	05151
2982054	Sachapt	sachapt	FR		0	Europe/Paris	45.57867	2.96517				84	63	633	63380
2982077	Sables-d'Or-les-Pins	sables-d-or-les-pins	FR		0	Europe/Paris	48.63959	-2.40629		Sables d'Or,Sables-d'Or-les-Pins		53	22	221	22179
2982079	Sables	sables	FR		0	Europe/Paris	48.1902	0.37475				52	72	722	72048
2982083	Sabatier	sabatier	FR		0	Europe/Paris	45.46136	3.9153				84	63	631	63309
2982099	Ruynet	ruynet	FR		0	Europe/Paris	44.59075	5.66296				93	05	052	05080
2982103	Ruville	ruville	FR		0	Europe/Paris	49.77029	0.68703				28	76	761	76128
2982106	Ruthier	ruthier	FR		0	Europe/Paris	44.8251	5.57308		Ruthier,Ruthiere,Ruthière		84	38	381	38103
2982107	Ruthianges	ruthianges	FR		0	Europe/Paris	45.31667	4.55				84	42	423	42310
2982110	Rusunan	rusunan	FR		0	Europe/Paris	48.63333	-4.05				53	29	293	29192
2982120	Russan	russan	FR		0	Europe/Paris	43.93558	4.32187		Russan		76	30	302	30228
2982121	Russac	russac	FR		0	Europe/Paris	45.06608	1.54588				75	19	191	19273
2982123	Rusquec	rusquec	FR		0	Europe/Paris	48.55	-4.05				53	29	293	29210
2982127	Rupuanne	rupuanne	FR		0	Europe/Paris	47.27066	0.32251				24	37	372	37038
2982140	Rupigny	rupigny	FR		0	Europe/Paris	50.56805	2.22356				32	62	625	62153
2982142	Rupembert	rupembert	FR		0	Europe/Paris	50.74503	1.64891				32	62	623	62894
2982144	Runiou	runiou	FR		0	Europe/Paris	48.45	-4.38333				53	29	291	29075
2982147	Runetot	runetot	FR		0	Europe/Paris	49.61482	0.84177				28	76	763	76456
2982148	Runes	runes	FR		0	Europe/Paris	44.38232	3.67766		Rhunes,Runes		76	48	481	48116
2982149	Runaubuan	runaubuan	FR		0	Europe/Paris	48.50841	-3.11059		Runaubuan,Runebuan		53	22	222	22225
2982166	Rumersheim	rumersheim	FR		0	Europe/Paris	48.69204	7.63567				44	67	674	67034
2982167	Rumengol	rumengol	FR		0	Europe/Paris	48.30227	-4.14884				53	29	292	29053
2982102	Ruy	ruy	FR	38300	4090	Europe/Paris	45.5864	5.32143		Ruy		84	38	382	38348
2982170	Rumaisnil	rumaisnil	FR		0	Europe/Paris	49.81324	2.13859		Rumaisnil		32	80	802	80582
2982171	Rumain	rumain	FR		0	Europe/Paris	47.91667	-3.61667				53	29	294	29004
2982172	Rulosquet	rulosquet	FR		0	Europe/Paris	48.06667	-4.25				53	29	294	29169
2982177	Rulhe	rulhe	FR		0	Europe/Paris	44.49954	2.28297				76	12	123	12016
2982180	Ruissotte	ruissotte	FR		0	Europe/Paris	47.41192	3.93387		Ruissotte,Ruissottes		27	89	892	89347
2982181	Ruisset	ruisset	FR		0	Europe/Paris	45.05042	4.69412				84	07	073	07069
2982183	Ruissas	ruissas	FR		0	Europe/Paris	44.28684	5.52424				84	26	262	26189
2982184	Ruinse	ruinse	FR		0	Europe/Paris	50.31182	3.7799				32	59	591	59315
2982192	Ruillars	ruillars	FR		0	Europe/Paris	44.91667	5.43333				84	26	261	26290
2982196	Ruguellou	ruguellou	FR		0	Europe/Paris	48.38333	-3.83333		Ruguellon,Ruguellou		53	29	292	29054
2982213	Ruffey	ruffey	FR		0	Europe/Paris	47.44261	4.2806				27	21	213	21205
2982214	Ruffel	ruffel	FR		0	Europe/Paris	44.73328	1.08379				75	24	244	24151
2982219	Rueyre	rueyre	FR		0	Europe/Paris	44.77982	2.69217				76	12	122	12036
2982224	Ruère	ruere	FR		0	Europe/Paris	47.38769	4.07746		Ruere,Rueres,Ruère,Ruères		27	89	892	89349
2982225	Ruère	ruere	FR		0	Europe/Paris	45.6	2.51667				84	63	634	63225
2982226	Rue Potin	rue-potin	FR		0	Europe/Paris	47.37893	3.66441				27	58	582	58288
2982227	Rue Pépin	rue-pepin	FR		0	Europe/Paris	47.93057	3.60354				27	89	891	89200
2982228	Rue Neuve	rue-neuve	FR		0	Europe/Paris	48.71216	1.80821				11	78	782	78108
2982229	Rue Neuve	rue-neuve	FR		0	Europe/Paris	48.07668	2.03481				24	45	452	45224
2982233	Ruelle	ruelle	FR		0	Europe/Paris	47.21381	2.58981				24	18	181	18016
2982238	Ruèges	rueges	FR		0	Europe/Paris	43.80416	2.46488				76	81	811	81203
2982239	Rue du Vaux	rue-du-vaux	FR		0	Europe/Paris	47.58072	4.52501				27	21	213	21122
2982240	Rue du Rosult	rue-du-rosult	FR		0	Europe/Paris	50.45	3.35				32	59	596	59511
2982241	Rue du Rosier	rue-du-rosier	FR		0	Europe/Paris	50.45	3.36667				32	59	596	59511
2982242	Rue du Point du Jour	rue-du-point-du-jour	FR		0	Europe/Paris	50.46667	3.4				32	59	596	59335
2982243	Rue du Laps	rue-du-laps	FR		0	Europe/Paris	48.03399	3.97419		La Rue-du-Laps,Rue du Laps		44	10	103	10122
2982244	Rue du Cormier	rue-du-cormier	FR		0	Europe/Paris	48.02905	-1.47181				53	35	353	35220
2982245	Rue du Château	rue-du-chateau	FR		0	Europe/Paris	47.56226	4.52333				27	21	213	21122
2982246	Rue d'Hôtel	rue-d-hotel	FR		0	Europe/Paris	50.53517	3.26841				32	59	595	59042
2982247	Rue de Trubleville	rue-de-trubleville	FR		0	Europe/Paris	49.52595	0.88131				28	76	763	76631
2982248	Rue des Perrins	rue-des-perrins	FR		0	Europe/Paris	47.9716	2.67867				24	45	451	45345
2982249	Rue des Mauvilains	rue-des-mauvilains	FR		0	Europe/Paris	47.29012	0.26274				24	37	371	37232
2982250	Rue des Connets	rue-des-connets	FR		0	Europe/Paris	47.58286	4.53143				27	21	213	21122
2982252	Rue de Pissot	rue-de-pissot	FR		0	Europe/Paris	47.57404	4.53072				27	21	213	21122
2982253	Rue-de-la-Halle	rue-de-la-halle	FR		0	Europe/Paris	48.35644	3.5838				44	10	102	10054
2982254	Rue d'Ectot	rue-d-ectot	FR		0	Europe/Paris	49.50297	0.75064		Rue d'Ectot,Rue d'Hectot		28	76	763	76473
2982255	Rue de Chorette	rue-de-chorette	FR		0	Europe/Paris	50.48333	3.41667				32	59	596	59393
2982256	Rue de Bourville	rue-de-bourville	FR		0	Europe/Paris	49.54555	0.8937		Rue d'Ybourville,Rue de Bourville		28	76	763	76135
2982257	Rue d'Andouville	rue-d-andouville	FR		0	Europe/Paris	49.53321	0.87052				28	76	763	76631
2982258	Rue Cabours	rue-cabours	FR		0	Europe/Paris	49.45013	0.88517				28	76	763	76020
2982259	Rue Bouteau	rue-bouteau	FR		0	Europe/Paris	47.08333	3.05				27	58	583	58124
2982260	Rue Blanquart	rue-blanquart	FR		0	Europe/Paris	50.37879	3.40649				32	59	596	59632
2982263	Rudling	rudling	FR		0	Europe/Paris	49.45243	6.36914		Rudling,Rudlingen		44	57	577	57650
2982273	Rubrette	rubrette	FR		0	Europe/Paris	48.3855	2.90677				11	77	773	77210
2982277	Rubian	rubian	FR		0	Europe/Paris	48.43333	-4.76667				53	29	291	29177
2982283	Ruband	ruband	FR		0	Europe/Paris	45.52188	6.12214		Ruband,Rubaud		84	73	732	73089
2982284	Ruban	ruban	FR		0	Europe/Paris	48.00282	3.26826				27	89	893	89063
2982285	Rubaine	rubaine	FR		0	Europe/Paris	45.86667	1.96667				75	23	232	23165
2982286	Ruaux	ruaux	FR		0	Europe/Paris	47.96904	6.41815		Ruaux		44	88	881	88351
2982288	Ruas	ruas	FR		0	Europe/Paris	44.37658	3.65731				76	48	481	48028
2982261	Rue	rue	FR	80120	3235	Europe/Paris	50.2715	1.67163		Rue		32	80	801	80688
2982302	Rozières-en-Blois	rozieres-en-blois	FR		0	Europe/Paris	48.56947	5.54524		Rozieres,Rozieres-en-Blois,Rozières,Rozières-en-Blois		44	55	552	55148
2982304	Rozières	rozieres	FR		0	Europe/Paris	48.41931	4.81976		Rozieres,Rozières		44	52	523	52479
2982307	Rozier	rozier	FR		0	Europe/Paris	45.8	2.81779				84	63	634	63385
2982309	Rozet-Fluans	rozet-fluans	FR		0	Europe/Paris	47.16257	5.82647		Rozet,Rozet-Fluans		27	25	251	25502
2982310	Rozet	rozet	FR		0	Europe/Paris	45.71667	2.61667		Rauzet,Rozet		84	63	634	63053
2982318	Rozay	rozay	FR		0	Europe/Paris	47.53152	-1.91248				52	44	445	44128
2982319	Rozay	rozay	FR		0	Europe/Paris	46.828	3.07352				27	58	583	58138
2982328	Royère	royere	FR		0	Europe/Paris	45.58425	1.27056				75	87	872	87127
2982334	Le Moulin de Royaumont	le-moulin-de-royaumont	FR		0	Europe/Paris	49.14831	2.37343		Royaumont		11	95	952	95026
2982340	Royanne	royanne	FR		0	Europe/Paris	45.05633	5.07608				84	26	263	26281
2982348	Roya	roya	FR		0	Europe/Paris	44.18333	6.93333		La Roya,Roja,Roya		93	06	062	06016
2982352	Roville	roville	FR		0	Europe/Paris	49.68333	1.26667				28	76	761	76648
2982355	Rovagny	rovagny	FR		0	Europe/Paris	45.82774	6.23798				84	74	741	74275
2982360	Rouzellou	rouzellou	FR		0	Europe/Paris	45.05351	0.37663				75	24	243	24543
2982365	Rouzaire	rouzaire	FR		0	Europe/Paris	46.73076	2.55375				24	18	182	18197
2982404	Rouvre	rouvre	FR		0	Europe/Paris	46.42979	-0.4032		Rouvre		75	79	792	79133
2982424	Rouvignac	rouvignac	FR		0	Europe/Paris	43.78633	3.10171				76	34	341	34019
2982428	Rouvellac	rouvellac	FR		0	Europe/Paris	44.0923	2.48358				76	12	121	12207
2982431	Routhiauville	routhiauville	FR		0	Europe/Paris	50.17551	1.58835				32	80	801	80618
2982437	Roussy le Bourg	roussy-le-bourg	FR		0	Europe/Paris	49.45405	6.19171				44	57	577	57600
2982438	Roussy	roussy	FR		0	Europe/Paris	47.44084	3.36905				27	58	582	58085
2982439	Roussy	roussy	FR		0	Europe/Paris	44.85	1.93333				76	46	462	46286
2982440	Roussy	roussy	FR		0	Europe/Paris	44.82073	2.58053				84	15	151	15257
2982444	Roussis	roussis	FR		0	Europe/Paris	45.82441	1.0282		Roussi,Roussis		75	87	873	87046
2982458	Roussillac	roussillac	FR		0	Europe/Paris	45.41667	3.65				84	63	631	63256
2982459	Roussigny	roussigny	FR		0	Europe/Paris	48.64756	2.10581				11	91	913	91338
2982461	Roussières	roussieres	FR		0	Europe/Paris	43.75225	3.72288				76	34	342	34342
2982462	Roussi	roussi	FR		0	Europe/Paris	44.65524	2.51344				76	12	122	12093
2982463	Rousseville	rousseville	FR		0	Europe/Paris	49.62158	1.69772				28	76	761	76332
2982481	Roussemeau	roussemeau	FR		0	Europe/Paris	48.11437	3.23607				27	89	893	89245
2982483	Rousseland	rousseland	FR		0	Europe/Paris	47.12572	2.68543				24	18	181	18282
2982484	Roussel	roussel	FR		0	Europe/Paris	45.9	1.61667				75	87	872	87190
2982495	Roussare	roussare	FR		0	Europe/Paris	45.15356	1.80336				75	19	192	19004
2982500	Rourebel	rourebel	FR		0	Europe/Paris	43.96667	6.68333				93	04	042	04008
2982501	Rourebel	rourebel	FR		0	Europe/Paris	43.92725	6.99769		Rorebel,Rourebel		93	06	062	06005
2982502	Rourebeau	rourebeau	FR		0	Europe/Paris	44.31359	5.89207		Rourebeau		93	05	052	05173
2982510	Rouquette	rouquette	FR		0	Europe/Paris	44.6786	0.39716				75	24	241	24167
2982511	Rouquet	rouquet	FR		0	Europe/Paris	44.85249	1.78611				76	46	462	46177
2982514	Roupied	roupied	FR		0	Europe/Paris	49.74988	1.7019				28	76	761	76344
2982521	Roumezoux	roumezoux	FR		0	Europe/Paris	44.85845	4.65945				84	07	072	07257
2982528	Rou	rou	FR		639	Europe/Paris	47.23553	-0.15787		Rou,Rou-Marson,Ru-Marson,lu ma er song,Ру-Марсон,鲁马尔松		52	49	493	49262
2982533	Roumagnac	roumagnac	FR		0	Europe/Paris	45.2	0.41667				75	24	243	24504
2982539	Roulin	roulin	FR		0	Europe/Paris	48.06088	2.0732				24	45	452	45224
2982544	Rouisse	rouisse	FR		0	Europe/Paris	44.83158	5.27693				84	26	261	26308
2982545	Rouinon	rouinon	FR		0	Europe/Paris	44.36097	6.12167				93	04	044	04023
2982552	Rouillot	rouillot	FR		0	Europe/Paris	48.58876	3.28543				11	77	773	77391
2982557	Rouillerot	rouillerot	FR		0	Europe/Paris	48.25537	4.1518		Rouillerot		44	10	103	10329
2982559	Rouillat Haut	rouillat-haut	FR		0	Europe/Paris	45.68045	3.01178		Rouillas Haut,Rouillat Haut		84	63	632	63026
2982560	Rouillat Bas	rouillat-bas	FR		0	Europe/Paris	45.67063	3.0044		Rouillas Bas,Rouillat Bas		84	63	632	63026
2982567	Rougnouse	rougnouse	FR		0	Europe/Paris	44.22527	5.77597				93	05	052	05047
2982572	Rougios	rougios	FR		0	Europe/Paris	44.11667	7.06667				93	06	062	06111
2982595	Rougemare	rougemare	FR		0	Europe/Paris	49.79128	1.64303				28	76	761	76381
2982601	Rougeac	rougeac	FR		0	Europe/Paris	45.1364	3.565				84	43	431	43132
2982602	Rougeac	rougeac	FR		0	Europe/Paris	45.00754	3.69441				84	43	432	43221
2982616	Roufiat	roufiat	FR		0	Europe/Paris	45.40357	1.90113				75	19	193	19251
2982617	Roufiac	roufiac	FR		0	Europe/Paris	44.55402	0.49694		Rouffiac,Roufiac		75	47	473	47170
2982619	Roufflat	roufflat	FR		0	Europe/Paris	45.06744	1.13321				75	24	244	24291
2982626	Rouffiat	rouffiat	FR		0	Europe/Paris	45.50489	2.06071				75	19	193	19071
2982627	Rouffianges	rouffianges	FR		0	Europe/Paris	45.33333	2.21667		Rouffianges,Roufjianges		75	19	193	19228
2982647	Rouère	rouere	FR		0	Europe/Paris	46.64733	3.02229				84	03	032	03117
2982648	Rouère	rouere	FR		0	Europe/Paris	46.39724	2.97058				84	03	031	03070
2982661	Roudoushir	roudoushir	FR		0	Europe/Paris	48.6	-4.33333				53	29	291	29094
2982665	Roudettes	roudettes	FR		0	Europe/Paris	44.93369	2.09852				84	15	151	15228
2982668	Roudeau	roudeau	FR		0	Europe/Paris	46.18649	1.98333				75	23	232	23002
2982671	Rouchy	rouchy	FR		0	Europe/Paris	45.20523	2.93591				84	15	153	15001
2982673	Rouceux	rouceux	FR		0	Europe/Paris	48.35945	5.69019				44	88	882	88321
2982679	Roubert	roubert	FR		0	Europe/Paris	44.52177	1.11996				76	46	461	46231
2982684	Rouainette	rouainette	FR		0	Europe/Paris	43.92442	6.65872				93	04	042	04224
2982685	Rouaine	rouaine	FR		0	Europe/Paris	43.93081	6.66222		Rouaine,Rouanne		93	04	042	04008
2982686	Rotudal	rotudal	FR		0	Europe/Paris	48.1	-3.76667				53	29	292	29125
2982690	Rottani	rottani	FR		0	Europe/Paris	42.1326	9.46291		Rottane,Rottani		94	2B	2B3	2B009
2982695	Rothonod	rothonod	FR		0	Europe/Paris	45.78088	5.67802				84	01	011	01098
2982702	Rothéneuf	rotheneuf	FR		0	Europe/Paris	48.6813	-1.96992		Roteneuf,Rotheneuf,Rothéneuf		53	35	354	35288
2982710	Rostudel	rostudel	FR		0	Europe/Paris	48.1765	-4.54697				53	29	292	29042
2982713	Rostiviec	rostiviec	FR		0	Europe/Paris	48.35	-4.31667				53	29	291	29140
2982714	Rosterh	rosterh	FR		0	Europe/Paris	48.12942	-3.40989				53	56	562	56170
2982715	Rostellec	rostellec	FR		0	Europe/Paris	48.29319	-4.52169				53	29	292	29042
2982717	Rossy	rossy	FR		0	Europe/Paris	45.99788	6.08755				84	74	741	74076
2982719	Rosson	rosson	FR		0	Europe/Paris	48.33081	4.25755				44	10	103	10129
2982725	Rossine	rossine	FR		0	Europe/Paris	46.78914	2.13666				24	18	182	18216
2982727	Rossignols	rossignols	FR		0	Europe/Paris	45.41495	0.42729		Rossignol,Rossignols		75	24	243	24199
2982728	Rossignol	rossignol	FR		0	Europe/Paris	45.09422	0.6933				75	24	243	24094
2982734	Rosse	rosse	FR		0	Europe/Paris	42.11688	9.26561		Rosse		94	2B	2B3	2B124
2982735	Rossay	rossay	FR		0	Europe/Paris	47.98525	0.34845		Les Rossays,Rossay		52	72	723	72058
2982736	Rossay	rossay	FR		0	Europe/Paris	46.98408	0.14331		Rossay		75	86	861	86137
2982737	Rossas	rossas	FR		0	Europe/Paris	44.50093	5.53731				84	26	261	26361
2982744	Rosquelfen	rosquelfen	FR		0	Europe/Paris	48.22679	-3.16179				53	22	222	22107
2982748	Rospellem	rospellem	FR		0	Europe/Paris	48.4	-3.6				53	22	222	22031
2982750	Rosoy-sur-Amance	rosoy-sur-amance	FR		0	Europe/Paris	47.83196	5.52425		Rosoy,Rosoy-sur-Amance		44	52	522	52242
2982767	Rosmadec	rosmadec	FR		0	Europe/Paris	48.21168	-4.35055				53	29	292	29280
2982771	Rosiers	rosiers	FR		0	Europe/Paris	48.2241	2.77905				11	77	774	77370
2982777	Rosières-devant-Bar	rosieres-devant-bar	FR		0	Europe/Paris	48.79946	5.23226		Rosieres,Rosieres-devant-Bar,Rosières,Rosières-devant-Bar		44	55	551	55369
2982786	Rosière	rosiere	FR		0	Europe/Paris	47.22445	2.88269				24	18	181	18094
2982787	Rosière	rosiere	FR		0	Europe/Paris	46.95824	2.2505				24	18	181	18133
2982788	Rosier	rosier	FR		0	Europe/Paris	47.13314	2.17734				24	18	183	18190
2982789	Rosier	rosier	FR		0	Europe/Paris	46.27507	3.23708				84	03	032	03059
2982795	Roserière	roseriere	FR		0	Europe/Paris	47.35283	-3.16196		Roseriere,Roserière		53	56	561	56152
2982797	Rosendaël	rosendael	FR		0	Europe/Paris	51.04202	2.40486		Rosendael,Rosendaël		32	59	594	59183
2982808	Rose	rose	FR		0	Europe/Paris	47	3.13333				27	58	583	58303
2982814	Rosbras	rosbras	FR		0	Europe/Paris	47.81667	-3.75		Port de Rosbras,Rasbras,Rosbras		53	29	294	29153
2982817	Rosay-au-Val	rosay-au-val	FR		0	Europe/Paris	48.35007	1.58528		Rosay,Rosay-au-Val		24	28	281	28383
2982827	Rosamel	rosamel	FR		0	Europe/Paris	50.55	1.7				32	62	624	62354
2982828	Rorthais	rorthais	FR		0	Europe/Paris	46.91679	-0.70751		Rorthais		75	79	791	79079
2982832	Roquinarc'h	roquinarc-h	FR		0	Europe/Paris	48.35	-3.96667				53	29	292	29261
2982871	Roque-de-Thau	roque-de-thau	FR		0	Europe/Paris	45.07862	-0.63692		Rocque De Thau,Roque-de-Thau		75	33	331	33182
2982884	Ropsies	ropsies	FR		0	Europe/Paris	50.21702	3.98118				32	59	591	59058
2982891	Roôcourt-la-Côte	roocourt-la-cote	FR		0	Europe/Paris	48.21475	5.14573		Roocourt,Roocourt-la-Cote,Roôcourt,Roôcourt-la-Côte		44	52	521	52058
2982892	Ronzuel	ronzuel	FR		0	Europe/Paris	46.02338	5.16384				84	01	012	01074
2982893	Ronzières	ronzieres	FR		0	Europe/Paris	45.51749	3.1326		Ronzieres,Ronzières		84	63	633	63435
2982895	Ronzet	ronzet	FR		0	Europe/Paris	45.73333	2.61667				84	63	634	63410
2982897	Ronville-le-Fort	ronville-le-fort	FR		0	Europe/Paris	48.07133	2.09729		Ronville,Ronville-le-Fort		24	45	453	45095
2982900	Ronthon	ronthon	FR		0	Europe/Paris	48.72981	-1.48123		Ronthon		28	50	501	50167
2982901	Ronteix	ronteix	FR		0	Europe/Paris	45.8	2.11667				75	23	231	23091
2982904	Ronsignac	ronsignac	FR		0	Europe/Paris	44.12608	2.84649				76	12	121	12253
2982914	Rongère	rongere	FR		0	Europe/Paris	46.35257	2.86134				84	03	031	03256
2982915	Rongère	rongere	FR		0	Europe/Paris	45.54361	6.06612		La Rongere,La Rongère,Rongere,Rongère		84	73	732	73294
2982918	Ronesque	ronesque	FR		0	Europe/Paris	44.83052	2.59643		Ronesque,Rouesque		84	15	151	15058
2982920	Rondulinu	rondulinu	FR		0	Europe/Paris	42.14855	8.64345		Rondolino,Rondulinu		94	2A	2A1	2A065
2982929	Ronde-Épine	ronde-epine	FR		0	Europe/Paris	49.76202	1.67685				28	76	761	76411
2982930	Ronde Bruère	ronde-bruere	FR		0	Europe/Paris	47.60657	-1.98324				52	44	445	44007
2982942	Ronchoux	ronchoux	FR		0	Europe/Paris	45.51913	3.90588				84	63	631	63319
2982953	Roncevaux	roncevaux	FR		0	Europe/Paris	48.27822	2.42622				11	77	774	77060
2982957	Ronce-les-Bains	ronce-les-bains	FR		0	Europe/Paris	45.79485	-1.15743		Ronce,Ronce-les-Bains		75	17	172	17452
2982961	Ronaye	ronaye	FR		0	Europe/Paris	45.42018	3.52361				84	63	631	63158
2982964	Romprey	romprey	FR		0	Europe/Paris	47.71036	4.90187				27	21	213	21116
2982981	Romières	romieres	FR		0	Europe/Paris	45.04254	4.3234				84	43	433	43051
2982982	Romfort	romfort	FR		0	Europe/Paris	45.87995	0.29391		Romefort,Romfort		75	16	163	16318
2982983	Romezellier	romezellier	FR		0	Europe/Paris	44.41667	5.26667				84	26	262	26288
2982985	Romette	romette	FR		0	Europe/Paris	44.57979	6.10859		Romette		93	05	052	05061
2982992	Romenet	romenet	FR		0	Europe/Paris	46.90248	2.90419				24	18	182	18101
2982996	Romeix	romeix	FR		0	Europe/Paris	45.35	2.6		Romeix,Romes,Romès		84	15	152	15185
2982999	Romefort	romefort	FR		0	Europe/Paris	46.62165	1.23735				24	36	361	36053
2983000	Romeas	romeas	FR		0	Europe/Paris	44.94412	4.66065				84	07	073	07035
2983014	Romaniargues	romaniargues	FR		0	Europe/Paris	45.24784	2.91531				84	15	153	15001
2983017	Romanet	romanet	FR		0	Europe/Paris	47.36131	4.13806				27	21	213	21548
2983020	Romanèche	romaneche	FR		0	Europe/Paris	46.18684	5.44106		Romaneche,Romanèche		84	01	012	01184
2983021	Romanèche	romaneche	FR		0	Europe/Paris	45.90167	4.99846		Romaneche,Romanèche		84	01	012	01262
2983024	Romaison	romaison	FR		0	Europe/Paris	47.93324	2.56267				24	45	451	45066
2983025	Romainvilliers	romainvilliers	FR		0	Europe/Paris	48.72627	1.19217				24	28	283	28143
2983030	Romaines	romaines	FR		0	Europe/Paris	48.51377	4.31692		Romaines		44	10	103	10314
2983032	Romaine	romaine	FR		0	Europe/Paris	50.23471	1.70552		Romaine,Romalne		32	80	801	80633
2982988	Romery	romery	FR	02120	64	Europe/Paris	49.89742	3.72284		Romery		32	02	025	02654
2983051	Romagère-aux-Osiers	romagere-aux-osiers	FR		0	Europe/Paris	46.16667	2.61667				84	03	031	03161
2983054	Rollez	rollez	FR		0	Europe/Paris	50.54276	2.05259		Rolle,Rollez		32	62	624	62247
2983059	Rolier	rolier	FR		0	Europe/Paris	48.05	-1.45		Rolier,Rotier		53	35	353	35069
2983060	Rolet	rolet	FR		0	Europe/Paris	50.58333	1.75				32	62	624	62460
2983066	Roland	roland	FR		0	Europe/Paris	45.68333	0.45				75	16	161	16353
2983076	Roiselée	roiselee	FR		0	Europe/Paris	48.15589	3.96611				44	10	103	10371
2983103	Rohars	rohars	FR		0	Europe/Paris	47.29488	-1.92036				52	44	443	44019
2983104	Rohanno	rohanno	FR		0	Europe/Paris	48.26384	-3.02317				53	22	224	22316
2983110	Roguinet	roguinet	FR		0	Europe/Paris	47.20765	0.12846				24	37	371	37242
2983136	Rogenvilliers	rogenvilliers	FR		0	Europe/Paris	48.52566	3.04764				11	77	773	77190
2983138	Rogalle	rogalle	FR		383	Europe/Paris	42.88931	1.19125		Rogalle		76	09	093	09299
2983142	Roeux	roeux	FR		0	Europe/Paris	50.2965	3.8971				32	59	591	59225
2983143	Rœux	roeux	FR		1403	Europe/Paris	50.29526	2.90073	56	Re,Roeux,lei cun,rwks,Ре,روكس,勒村		32	62	621	62718
2983144	Rœulx	roeulx	FR		3502	Europe/Paris	50.3	3.33333		Rel',Rjol',Roeulx,lei lei,rl,Рель,Рёль,رل,勒勒		32	59	596	59504
2983149	Rodon	rodon	FR		0	Europe/Paris	48.74667	1.97156				11	78	782	78397
2983162	Rodde	rodde	FR		0	Europe/Paris	46.09292	2.80789				84	63	634	63428
2983163	Rodas	rodas	FR		0	Europe/Paris	45.16938	1.13573				75	24	244	24491
2983179	Rocq	rocq	FR		0	Europe/Paris	50.28333	4.06667				32	59	591	59495
2983180	Rocozels	rocozels	FR		0	Europe/Paris	43.8144	3.08667		Rocozels		76	34	341	34071
2983183	Rocoules	rocoules	FR		0	Europe/Paris	44.25332	3.58361		Racoules,Rocoules		76	48	481	48193
2983184	Rocomps	rocomps	FR		0	Europe/Paris	48.05908	-1.50577				53	35	353	35069
2983191	Rochvilliers	rochvilliers	FR		0	Europe/Paris	48.01191	5.17228		Rochevilliers,Rochvilliers		44	52	521	52282
2983192	Rochou-Bras	rochou-bras	FR		0	Europe/Paris	48.65	-4.2				53	29	293	29206
2983196	Roc'hfily	roc-hfily	FR		0	Europe/Paris	48.48333	-4.06667				53	29	293	29097
2983204	Rochette	rochette	FR		0	Europe/Paris	47.20945	0.90135		Rochet,Rochette		24	37	373	37192
2983188	Rocles	rocles	FR	03240	206	Europe/Paris	44.71384	3.78155	1100			76	48	482	48129
2983214	Rochessous	rochessous	FR		0	Europe/Paris	44.96241	4.27259				84	07	073	07226
2983217	Rochessau	rochessau	FR		0	Europe/Paris	45.17947	1.68871				75	19	191	19013
2983224	Rochessadoule	rochessadoule	FR		0	Europe/Paris	44.27863	4.08556		Rochesadoule,Rochessadoule		76	30	301	30216
2983231	Roche Romaine	roche-romaine	FR		0	Europe/Paris	45.55999	2.97002				84	63	633	63401
2983232	Rocherolle	rocherolle	FR		0	Europe/Paris	46.01594	1.90655				75	23	232	23051
2983239	Rochepleiou	rochepleiou	FR		0	Europe/Paris	48.01667	-3.46667				53	56	562	56057
2983242	Rochementru	rochementru	FR		0	Europe/Paris	47.56808	-1.11692				52	44	445	44124
2983243	Rochemenier	rochemenier	FR		0	Europe/Paris	47.23369	-0.29655		Rochemenier		52	49	493	49182
2983245	Roche-Maurice	roche-maurice	FR		0	Europe/Paris	47.2	-1.61667		Roche-Maurice,Roches Maurice		52	44	442	44162
2983247	Rochelimagne	rochelimagne	FR		0	Europe/Paris	45.09354	3.8567				84	43	432	43152
2983255	Roche Haut	roche-haut	FR		0	Europe/Paris	45.20597	2.95342		Roche,Roche Haut		84	15	153	15001
2983256	Rochegut	rochegut	FR		0	Europe/Paris	45.37528	4.14424				84	42	421	42192
2983281	Rochefontaine	rochefontaine	FR		0	Europe/Paris	47.70834	5.20591				44	52	522	52189
2983284	Roche d'Iré	roche-d-ire	FR		0	Europe/Paris	47.64608	-0.94368				52	49	494	49178
2983300	Rochebonne	rochebonne	FR		0	Europe/Paris	48.66667	-1.98333				53	35	354	35288
2983302	Rocheblond	rocheblond	FR		0	Europe/Paris	46.52797	1.21287				24	36	361	36036
2983303	Rochebillère	rochebillere	FR		0	Europe/Paris	44.97099	4.6013				84	07	073	07129
2983304	Roche Besse	roche-besse	FR		0	Europe/Paris	44.91297	4.30798				84	07	073	07054
2983308	Roche Bas	roche-bas	FR		0	Europe/Paris	45.20487	2.95187		Roche,Roche Bas		84	15	153	15001
2983322	Roc'h Cléguer	roc-h-cleguer	FR		0	Europe/Paris	48.41667	-4.03333				53	29	293	29277
2983335	Rocabilière	rocabiliere	FR		0	Europe/Paris	44.74717	1.59224				76	46	463	46059
2983344	La Robertsau	la-robertsau	FR		0	Europe/Paris	48.60663	7.78606		La Robertsau,Robertsau,Ruprechtsau		44	67	678	67482
2983351	Robert	robert	FR		0	Europe/Paris	45.42991	2.0471				75	19	193	19263
2983353	Robehomme	robehomme	FR		0	Europe/Paris	49.2308	-0.15487		Robehomme		28	14	143	14046
2983373	Rivray	rivray	FR		0	Europe/Paris	48.39568	0.87008				28	61	613	61116
2983374	Rivotte	rivotte	FR		0	Europe/Paris	47.65581	2.71876				24	45	451	45053
2983375	Rivoli	rivoli	FR		0	Europe/Paris	47.75019	1.93486				24	45	452	45146
2983391	Rivet du Milieu	rivet-du-milieu	FR		0	Europe/Paris	45.06667	6.28333		Rivet,Rivet du Milieu		93	05	051	05063
2983399	Rivers-Derrière	rivers-derriere	FR		0	Europe/Paris	45.23365	6.91366				84	73	733	73290
2983410	Rive	rive	FR		0	Europe/Paris	46.66586	0.91102				24	36	361	36104
2983411	Rive	rive	FR		0	Europe/Paris	45.87157	4.11165				84	42	422	42171
2983412	Rivaux	rivaux	FR		0	Europe/Paris	44.91667	1.2				75	24	244	24520
2983418	Rivals	rivals	FR		0	Europe/Paris	42.94271	1.96292				76	11	112	11336
2983419	Rivalex	rivalex	FR		0	Europe/Paris	46.25459	2.93199		Rivalais,Rivalex		84	03	031	03308
2983423	Riva-Bella	riva-bella	FR		0	Europe/Paris	49.28771	-0.26054				28	14	142	14488
2983425	Riunoguers	riunoguers	FR		0	Europe/Paris	42.46203	2.81997		Riunoguers,Riunogues,Riunoguès		76	66	661	66106
2983430	Ritoire	ritoire	FR		0	Europe/Paris	48.93189	1.48958				24	28	283	28187
2983433	Risset	risset	FR		0	Europe/Paris	45.10303	5.67147		Risset		84	38	381	38524
2983434	Risseau	risseau	FR		0	Europe/Paris	46.39715	2.88839				84	03	031	03191
2983445	Risa	risa	FR		0	Europe/Paris	46.26667	2.01667				75	23	232	23162
2983453	Ripière	ripiere	FR		0	Europe/Paris	46.90578	2.55831				24	18	182	18087
2983457	Riouzal	riouzal	FR		0	Europe/Paris	44.62807	1.06202				75	24	244	24245
2983462	Riousse	riousse	FR		0	Europe/Paris	48.27851	0.28022				52	72	722	72104
2983463	Riousse	riousse	FR		0	Europe/Paris	46.75523	3.07658				27	58	583	58144
2983465	Rioupes	rioupes	FR		0	Europe/Paris	44.70577	5.90638				93	05	052	05139
2983466	Rioupéroux	riouperoux	FR		0	Europe/Paris	45.09229	5.90355		Riouperoux,Rioupéroux		84	38	381	38212
2983471	Rioufenc	rioufenc	FR		0	Europe/Paris	44.66286	6.84207		Rioufenc,Roufenc,Roufene		93	05	051	05026
2983472	Riou-d'Ourgeas	riou-d-ourgeas	FR		0	Europe/Paris	43.92301	6.38428				93	04	042	04204
2983474	Rioublanc	rioublanc	FR		0	Europe/Paris	45.93333	1.86667				75	23	232	23227
2983480	Riotat	riotat	FR		0	Europe/Paris	46.15537	2.23444				75	23	231	23152
2983491	Riolo	riolo	FR		0	Europe/Paris	48.06819	-2.45638				53	56	562	56080
2983495	Riol	riol	FR		0	Europe/Paris	45.47371	3.72181				84	63	631	63211
2983496	Riol	riol	FR		0	Europe/Paris	45.39366	3.4634				84	43	431	43064
2983501	Ringné	ringne	FR		0	Europe/Paris	47.66234	-1.18058				52	44	445	44078
2983505	Rincq	rincq	FR		0	Europe/Paris	50.64834	2.35621		Rincq		32	62	625	62014
2983509	Rimouren	rimouren	FR		0	Europe/Paris	44.41239	4.55585				84	07	072	07099
2983512	Rimon	rimon	FR		31	Europe/Paris	44.66392	5.30818		Rimon,Rimon-Savel,Rimon-et-Savel		84	26	261	26266
2983516	Rimeux	rimeux	FR		0	Europe/Paris	50.55434	2.08468		Rimeux,Rimeux-Gournay		32	62	625	62704
2983521	Rimbert	rimbert	FR		0	Europe/Paris	46.45753	1.88467				24	36	363	36061
2983522	Rimbaud	rimbaud	FR		0	Europe/Paris	45.58333	3.81667				84	63	631	63441
2983544	Rilhac	rilhac	FR		0	Europe/Paris	45.35927	3.3496				84	43	431	43258
2983549	Rigny-le-Haut	rigny-le-haut	FR		0	Europe/Paris	47.07338	1.09736				24	37	373	37221
2983560	Rignieu-le-Désert	rignieu-le-desert	FR		0	Europe/Paris	45.90387	5.27215		Rignieu		84	01	011	01099
2983562	Rigné	rigne	FR		0	Europe/Paris	46.94341	-0.24734		Rigne,Rigné		75	79	791	79329
2983563	Rignaucourt	rignaucourt	FR		0	Europe/Paris	48.96714	5.26183		Rignancourt,Rignaucourt		44	55	551	55254
2983564	Rignat	rignat	FR		0	Europe/Paris	46.14202	5.35583		Rignat		84	01	012	01245
2983574	Rigal	rigal	FR		0	Europe/Paris	44.63114	0.58543				75	47	473	47183
2983576	Riffin	riffin	FR		0	Europe/Paris	49.5705	1.83669				32	60	601	60623
2983577	Rifelar	rifelar	FR		0	Europe/Paris	44.9344	5.54587		Rifelar,Rifelard,Rifeler		84	38	381	38355
2983578	Rif du Sap	rif-du-sap	FR		0	Europe/Paris	44.82726	6.26309				93	05	052	05064
2983579	Riez de l'Érelle	riez-de-l-erelle	FR		0	Europe/Paris	50.31922	3.8623				32	59	591	59584
2983592	Rieutortet	rieutortet	FR		0	Europe/Paris	44.68748	3.08854				76	48	482	48104
2983595	Rieutort	rieutort	FR		0	Europe/Paris	44.66945	3.10394		Rieutort,Rieutort-d'Aubrac		76	48	482	48091
2983599	Rieutord	rieutord	FR		0	Europe/Paris	44.76279	4.16254		Rieutord		84	07	071	07326
2983610	Rieu-de-Pey	rieu-de-pey	FR		0	Europe/Paris	44.7031	0.76242				75	24	241	24028
2983617	Rièrette	rierette	FR		0	Europe/Paris	46.17548	2.37354				75	23	231	23114
2983618	Rière	riere	FR		0	Europe/Paris	46.18209	2.38081				75	23	231	23045
2983630	Riedheim	riedheim	FR		0	Europe/Paris	48.80907	7.47783				44	67	674	67061
2983632	Ridoux	ridoux	FR		0	Europe/Paris	45.36667	2.6				84	15	152	15038
2983633	Ricros	ricros	FR		0	Europe/Paris	46.38638	2.52197				84	03	031	03101
2983636	Ricourd	ricourd	FR		0	Europe/Paris	48.26792	1.16969				24	28	284	28261
2983644	Richet	richet	FR		0	Europe/Paris	44.34023	-0.75083		Richet		75	40	402	40227
2983656	Richebourg-l'Avoué	richebourg-l-avoue	FR		2560	Europe/Paris	50.56999	2.74884		Richebourg,Richebourg-l'Avoue,Richebourg-l'Avoué		32	62	622	62706
2983663	Richeboeuf	richeboeuf	FR		0	Europe/Paris	46.24366	2.48937				75	23	231	23035
2983668	Richardière	richardiere	FR		0	Europe/Paris	48.52881	1.1368				24	28	283	28130
2983669	Richardière	richardiere	FR		0	Europe/Paris	44.82307	5.55026		La Richardiere,La Richardière,Richardiere,Richardière		84	38	381	38103
2983671	Richard	richard	FR		0	Europe/Paris	45.41712	-0.92658		Port de Richard,Richard		75	33	334	33208
2983673	Ricey-Haut	ricey-haut	FR		0	Europe/Paris	47.98597	4.36609		Les Riceys-Haut,Ricey-Haut		44	10	103	10317
2983628	Riedseltz	riedseltz	FR	67160	0	Europe/Paris	48.99362	7.95324				44	67	672	67400
2983674	Ricey-Bas	ricey-bas	FR		0	Europe/Paris	48.00531	4.36778		Les Riceys-Bas,Ricey-Bas		44	10	103	10317
2983684	Riblaire	riblaire	FR		0	Europe/Paris	46.88874	-0.20126		Riblaire		75	79	791	79299
2983686	Ribière	ribiere	FR		0	Europe/Paris	46.10849	2.2197				75	23	231	23185
2983687	Ribière	ribiere	FR		0	Europe/Paris	45.66667	2.61667				84	63	634	63399
2983688	Ribeyrole	ribeyrole	FR		0	Europe/Paris	45.20443	0.88672		Ribeyre,Ribeyrole		75	24	243	24026
2983689	Ribeyrol	ribeyrol	FR		0	Europe/Paris	45.38674	2.45739				75	19	193	19028
2983690	Ribeyrevielle	ribeyrevielle	FR		0	Europe/Paris	45.00913	3.04054				84	15	153	15262
2983700	Ribelasse	ribelasse	FR		0	Europe/Paris	44.86049	4.21443				84	07	071	07267
2983709	Ribe	ribe	FR		0	Europe/Paris	45.6	3.75				84	63	631	63179
2983710	Ribbes	ribbes	FR		0	Europe/Paris	45.55	2.6				84	63	633	63426
2983714	Ribault	ribault	FR		0	Europe/Paris	46.9669	0.70246				24	37	373	37115
2983715	Ribaudières Petites	ribaudieres-petites	FR		0	Europe/Paris	48.08333	-0.78333				52	53	532	53130
2983716	Ribaudières Grandes	ribaudieres-grandes	FR		0	Europe/Paris	48.08333	-0.78333				52	53	532	53130
2983717	Ribaudières	ribaudieres	FR		0	Europe/Paris	48.08262	-0.78047		Ribaudiere,Ribaudieres,Ribaudière,Ribaudières		52	53	532	53130
2983719	Ribains	ribains	FR		0	Europe/Paris	44.83719	3.81103				84	43	432	43111
2983723	Riaume	riaume	FR		0	Europe/Paris	45.10141	1.56497				75	19	191	19093
2983724	Riaujonc	riaujonc	FR		0	Europe/Paris	46.74448	2.2761				24	18	182	18112
2983727	Riaterre	riaterre	FR		0	Europe/Paris	46.47753	2.74524				84	03	031	03303
2983729	Rias	rias	FR		0	Europe/Paris	44.59871	0.74258				75	47	473	47240
2983733	Riancey	riancey	FR		0	Europe/Paris	48.36933	3.99519				44	10	103	10349
2983734	Riailles	riailles	FR		0	Europe/Paris	44.84596	4.65073				84	07	072	07083
2983739	Rhut	rhut	FR		0	Europe/Paris	45.16667	5.76667		Rhne,Rhut		84	38	381	38421
2983758	Rhin du Bois d'en Haut	rhin-du-bois-d-en-haut	FR		0	Europe/Paris	47.17857	2.24638				24	18	183	18005
2983759	Rhin du Bois d'en Bas	rhin-du-bois-d-en-bas	FR		0	Europe/Paris	47.17171	2.25076				24	18	183	18005
2983767	Rezonzou	rezonzou	FR		0	Europe/Paris	45.21298	3.04537				84	15	153	15151
2983778	Reyrol	reyrol	FR		0	Europe/Paris	45.35126	3.08272				84	63	633	63006
2983783	Reyrac	reyrac	FR		0	Europe/Paris	44.93204	4.06329				84	43	432	43098
2983785	Reynier	reynier	FR		0	Europe/Paris	44.30323	6.11461		Reynier		93	04	044	04023
2983791	Reynaldès	reynaldes	FR		0	Europe/Paris	44.85372	3.58968				84	43	431	43245
2983800	Revoulat	revoulat	FR		0	Europe/Paris	44.99668	5.39				84	26	261	26074
2983802	Revolère	revolere	FR		0	Europe/Paris	45.71813	5.00756				84	69	691	69277
2983804	Revinda	revinda	FR		0	Europe/Paris	42.18729	8.65768		Revinda		94	2A	2A1	2A154
2983815	Reveyroles	reveyroles	FR		0	Europe/Paris	45.25676	4.216				84	43	433	43224
2983827	Revémont	revemont	FR		0	Europe/Paris	49.46183	5.63582		Revemont,Revémont		44	54	541	54590
2983842	Reuzel	reuzel	FR		0	Europe/Paris	47.96667	-1.68333		Heuzel,Reuzel		53	35	353	35208
2983846	Reuteville	reuteville	FR		0	Europe/Paris	49.84608	0.73875				28	76	761	76151
2983854	Paris 12 Reuilly	paris-12-reuilly	FR		0	Europe/Paris	48.8412	2.3876		12e Arrondissement,12eme Arr,12eme arrondissement,12ème Arr,12ème arrondissement,Arrondissement de Reuilly,Paris 12e,Reuilly,XIIe		11	75	751	75056
2983858	Reugny-le-Petit	reugny-le-petit	FR		0	Europe/Paris	46.92444	2.07037		Le Petit Reugny,Reugny-le-Petit		24	36	364	36052
2983859	Reugny-le-Grand	reugny-le-grand	FR		0	Europe/Paris	46.92243	2.06225		Le Grand Reugny,Reugny-le-Grand		24	36	364	36052
2983865	Reugnies	reugnies	FR		0	Europe/Paris	50.24177	4.18339				32	59	591	59157
2983875	Retrus	retrus	FR		0	Europe/Paris	45.78676	3.65482				84	63	635	63469
2983876	Retourneloup	retourneloup	FR		0	Europe/Paris	48.72403	3.5514				44	51	512	51237
2983878	Retournaque	retournaque	FR		0	Europe/Paris	45.19728	4.03107		Retournaque,Retournaquet		84	43	433	43162
2983880	Retour	retour	FR		0	Europe/Paris	46.19304	2.93538				84	03	033	03108
2983883	Retolut	retolut	FR		0	Europe/Paris	48.4762	2.41269				11	91	911	91654
2983895	Retal	retal	FR		0	Europe/Paris	48.68574	2.77762				11	77	773	77254
2983896	Restou	restou	FR		0	Europe/Paris	48.45	-3.45				53	22	222	22024
2983899	Rest-louët	rest-louet	FR		0	Europe/Paris	48.2	-3.48333				53	22	222	22202
2983903	Restélou	restelou	FR		0	Europe/Paris	48.38333	-3.43333				53	22	222	22025
2983905	Restarménach	restarmenach	FR		0	Europe/Paris	48.33333	-3.6				53	29	292	29227
2983906	Restargoff	restargoff	FR		0	Europe/Paris	48.2	-3.7				53	29	292	29278
2983907	Restangoasguen	restangoasguen	FR		0	Europe/Paris	48.1	-3.51667		Restangoasguen,Restangoasguer		53	56	562	56100
2983908	Restancaroff	restancaroff	FR		0	Europe/Paris	48.41667	-3.93333				53	29	293	29038
2983909	Rest	rest	FR		0	Europe/Paris	47.91667	-4.2				53	29	294	29037
2983910	Ressouches	ressouches	FR		0	Europe/Paris	44.48117	3.31892				76	48	482	48039
2983917	Ressille	ressille	FR		0	Europe/Paris	46.98417	4.54798				27	71	711	71190
2983919	Reslaney	reslaney	FR		0	Europe/Paris	48.25	-3.71667		Reslamey,Reslaney		53	29	292	29102
2983928	Requistat	requistat	FR		0	Europe/Paris	44.76008	2.97882				84	15	153	15078
2983931	Réquiécourt	requiecourt	FR		0	Europe/Paris	49.203	1.62878				28	27	271	27213
2983938	Repousson	repousson	FR		0	Europe/Paris	46.77322	0.48274				75	86	861	86174
2983944	Repéroux	reperoux	FR		0	Europe/Paris	46.84978	-0.19608				75	79	793	79005
2983948	Repenti	repenti	FR		0	Europe/Paris	43.35193	6.32455				93	83	833	83073
2983968	Renouval	renouval	FR		0	Europe/Paris	49.88602	1.33235				28	76	761	76220
2983975	Renolphie	renolphie	FR		0	Europe/Paris	45.08333	0.33333				75	24	243	24399
2983994	Reninge	reninge	FR		0	Europe/Paris	45.94476	6.64832				84	74	742	74256
2983997	Renieville	renieville	FR		0	Europe/Paris	49.71357	0.97941		Remeville,Renieville		28	76	761	76018
2983999	Rengeard	rengeard	FR		0	Europe/Paris	45.01081	0.62328				75	24	243	24155
2984000	Renfeugères	renfeugeres	FR		0	Europe/Paris	49.57998	0.98898				28	76	763	76311
2984006	Reneix	reneix	FR		0	Europe/Paris	45.58451	1.59564				75	87	872	87051
2984009	Rendreux	rendreux	FR		0	Europe/Paris	47.47202	-2.09714				52	44	443	44053
2984010	Rendez-Vous	rendez-vous	FR		0	Europe/Paris	43.88345	4.37773		Le Rendez-Vous,Rendez-Vous		76	30	302	30189
2984015	Renault	renault	FR		0	Europe/Paris	48.21625	4.21547				44	10	103	10162
2984016	Renaudet	renaudet	FR		0	Europe/Paris	44.96899	1.51427				76	46	463	46086
2984041	Rémonville	remonville	FR		0	Europe/Paris	49.3891	5.03777		Remonville,Rémonville		44	08	084	08437
2984049	Rémois	remois	FR		0	Europe/Paris	48.28685	5.84805				44	88	882	88274
2984068	Remeron	remeron	FR		0	Europe/Paris	47.00691	3.22165				27	58	583	58238
2984090	Relourtour	relourtour	FR		0	Europe/Paris	44.99136	4.56566		Relourtour,Retourtour		84	07	073	07129
2984095	Relais-an-Roux	relais-an-roux	FR		0	Europe/Paris	48.50304	-3.39348		Relais,Relais-an-Roux		53	22	222	22216
2984099	Rejatas	rejatas	FR		0	Europe/Paris	45.63856	1.41123		Peiatas,Rejatas		75	87	872	87203
2984100	Rejasses	rejasses	FR		0	Europe/Paris	45.13333	4.46667				84	07	073	07285
2984102	Reix	reix	FR		0	Europe/Paris	46.05343	1.6028				75	23	232	23006
2984103	Reitwiller	reitwiller	FR		0	Europe/Paris	48.676	7.61593				44	67	674	67034
2984115	Reimerswiller	reimerswiller	FR		0	Europe/Paris	48.91325	7.88286				44	67	672	67339
2984119	Reillac	reillac	FR		0	Europe/Paris	45.68532	0.69643		Reilhac		75	24	242	24100
2984138	Reichas	reichas	FR		0	Europe/Paris	44.6902	5.56879				84	26	261	26086
2984139	Rehthal	rehthal	FR		0	Europe/Paris	48.69173	7.15593				44	57	575	57544
2984150	Regret	regret	FR		0	Europe/Paris	49.14768	5.3415				44	55	553	55545
2984234	Recoleine	recoleine	FR		0	Europe/Paris	45.70488	2.91332				84	63	633	63248
2984162	Regneux	regneux	FR		0	Europe/Paris	45.7214	4.01359				84	42	421	42136
2984163	Régnetuit	regnetuit	FR		0	Europe/Paris	49.92428	1.38015				28	76	761	76049
2984166	Regnauds	regnauds	FR		0	Europe/Paris	46.43162	3.07961				84	03	032	03292
2984170	Regier	regier	FR		0	Europe/Paris	45.83333	1.11667				75	87	872	87177
2984172	Regaussou	regaussou	FR		0	Europe/Paris	44.57653	2.87955				76	12	122	12214
2984178	Refranche	refranche	FR		0	Europe/Paris	47.03401	6.00163		Refranche		27	25	251	25223
2984179	Refourgan	refourgan	FR		0	Europe/Paris	45.2715	3.81542				84	43	432	43071
2984187	Redondesagne	redondesagne	FR		0	Europe/Paris	46.01667	1.55				75	23	232	23200
2984197	Réderie	rederie	FR		0	Europe/Paris	49.90391	1.72082				32	80	802	80732
2984203	Recusset	recusset	FR		0	Europe/Paris	45.15	2.6				84	15	152	15066
2984205	Recur	recur	FR		0	Europe/Paris	44.86041	0.37102				75	24	241	24222
2984207	Reculefort	reculefort	FR		0	Europe/Paris	45.58881	5.40964				84	38	382	38341
2984208	Reculay	reculay	FR		0	Europe/Paris	45.1299	5.06911		Reculais,Reculay		84	26	263	26140
2984218	Recours	recours	FR		0	Europe/Paris	45.13995	3.94646				84	43	432	43021
2984223	Recoules	recoules	FR		0	Europe/Paris	45.17171	3.00022				84	15	153	15080
2984224	Recoules	recoules	FR		0	Europe/Paris	44.83363	3.22916				76	48	482	48012
2984241	Reclancourt	reclancourt	FR		0	Europe/Paris	48.12251	5.15646				44	52	521	52121
2984247	Rechotte	rechotte	FR		0	Europe/Paris	47.59454	6.95862				27	90	901	90082
2984251	Réchicourt	rechicourt	FR		0	Europe/Paris	49.3374	5.7093		Rechicourt,Réchicourt		44	55	553	55500
2984255	Recharinges	recharinges	FR		0	Europe/Paris	45.06325	4.15988				84	43	433	43007
2984256	Rech	rech	FR		0	Europe/Paris	48.98101	7.01202				44	57	576	57628
2984259	Receux	receux	FR		0	Europe/Paris	46.5179	2.03837				24	36	363	36164
2984260	Reces	reces	FR		0	Europe/Paris	44.46526	1.1097				76	46	461	46107
2984268	Rebourseaux	rebourseaux	FR		0	Europe/Paris	47.95573	3.68872		Rebourseaux		27	89	891	89439
2984269	Rebours	rebours	FR		0	Europe/Paris	48.31235	2.81418				11	77	774	77506
2984271	Rebouc	rebouc	FR		0	Europe/Paris	42.99683	0.37287		Rebouc		76	65	652	65218
2984273	Rebeyrolles	rebeyrolles	FR		0	Europe/Paris	46.1709	0.97033				75	87	871	87052
2984276	Rebertingue	rebertingue	FR		0	Europe/Paris	50.78132	1.78232				32	62	623	62705
2984283	Rebbia	rebbia	FR		0	Europe/Paris	42.29799	9.30319		Rebbia		94	2B	2B3	2B292
2984285	Reauze	reauze	FR		0	Europe/Paris	45.13442	4.31765				84	43	433	43244
2984290	Réaute	reaute	FR		0	Europe/Paris	49.5549	0.15929				28	76	762	76447
2984310	Razoux	razoux	FR		0	Europe/Paris	45.4818	4.20578				84	42	421	42279
2984317	Razel	razel	FR		0	Europe/Paris	45.5713	1.99159				75	19	193	19160
2984326	Rayret	rayret	FR		0	Europe/Paris	44.19631	2.49357		Rayret,Rayrete,Rayrète		76	12	123	12057
2984342	Raventhun	raventhun	FR		0	Europe/Paris	50.81605	1.62759		Raventhum,Raventhun		32	62	623	62025
2984344	Ravennefontaines	ravennefontaines	FR		0	Europe/Paris	48.03544	5.60527		Ravennefontaines		44	52	522	52332
2984346	Ravel-et-Ferriers	ravel-et-ferriers	FR		0	Europe/Paris	44.66138	5.53145		Ravel,Ravel-et Ferrier,Ravel-et-Ferriers		84	26	261	26055
2984350	Ravanel	ravanel	FR		0	Europe/Paris	44.68833	2.07502				76	46	462	46226
2984355	Rau Sobran	rau-sobran	FR		0	Europe/Paris	43.96667	7.05		Rau Sobran,Rou Sobran		93	06	062	06139
2984360	Raulecourt	raulecourt	FR		0	Europe/Paris	48.81513	5.73249		Raulecourt		44	55	552	55085
2984365	Raubaly	raubaly	FR		0	Europe/Paris	45.13843	0.76915				75	24	243	24053
2984372	Ratin	ratin	FR		0	Europe/Paris	47.05914	1.67305				24	36	362	36175
2984373	Ratiéville	ratieville	FR		0	Europe/Paris	49.58872	1.14161				28	76	763	76038
2984375	Ratière	ratiere	FR		0	Europe/Paris	44.86974	6.57343				93	05	051	05151
2984377	Rathsamhausen	rathsamhausen	FR		0	Europe/Paris	48.26328	7.49758		Rathsamhausen,Rathsamhouse		44	67	675	67311
2984383	Rateau	rateau	FR		0	Europe/Paris	48.26474	3.58533				27	89	893	89027
2984384	Rat	rat	FR		0	Europe/Paris	44.57087	0.44925				75	47	472	47188
2984388	Rassuen	rassuen	FR		0	Europe/Paris	43.49286	4.98143				93	13	134	13047
2984389	Rassiels	rassiels	FR		0	Europe/Paris	44.43213	1.34401		Rassiels		76	46	461	46322
2984395	Rascoupet	rascoupet	FR		0	Europe/Paris	45.28202	2.88555				84	15	153	15091
2984402	Raphèle-lès-Arles	raphele-les-arles	FR		0	Europe/Paris	43.64527	4.72103		Raphele,Raphele-les-Arles,Raphèle,Raphèle-les-Arles		93	13	132	13004
2984404	Rapevache	rapevache	FR		0	Europe/Paris	45.50355	0.62697				75	24	242	24451
2984405	Rapechy	rapechy	FR		0	Europe/Paris	50.30786	1.92699				32	80	801	80248
2984428	Ranrais	ranrais	FR		0	Europe/Paris	47.44524	-2.25785				52	44	443	44030
2984430	Ranquet	ranquet	FR		0	Europe/Paris	45.28802	3.1752				84	43	431	43033
2984431	Ranorgat	ranorgat	FR		0	Europe/Paris	48.6	-4.48333				53	29	291	29195
2984434	Rangueil	rangueil	FR		0	Europe/Paris	43.57487	1.45942		Rangueil,Rangueuil		76	31	313	31555
2984435	Rangiport	rangiport	FR		0	Europe/Paris	48.97835	1.81734				11	78	781	78267
2984442	Ranée	ranee	FR		0	Europe/Paris	48.029	-1.37492				53	35	351	35198
2984445	Randol	randol	FR		0	Europe/Paris	45.64225	3.06653		Randol,Randols		84	63	632	63123
2984448	Randanne	randanne	FR		0	Europe/Paris	45.68496	2.9399				84	63	633	63020
2984456	Rancoudray	rancoudray	FR		0	Europe/Paris	48.64537	-0.87157		Rancoudray		28	50	501	50456
2984463	Rancilhac	rancilhac	FR		0	Europe/Paris	45.17213	2.93586		Rancilhac,Rancillac		84	15	153	15141
2984464	Rancier	rancier	FR		0	Europe/Paris	46.51218	2.29695				24	18	182	18252
2984466	Ranchoux	ranchoux	FR		0	Europe/Paris	45.34949	3.86957				84	43	432	43080
2984468	Ranchicourt	ranchicourt	FR		1091	Europe/Paris	50.43559	2.5569		Ranchicourt		32	62	622	62693
2984469	Ranchette	ranchette	FR		0	Europe/Paris	46.3551	5.80632		Ranchette		27	39	393	39478
2984474	Ranceau	ranceau	FR		0	Europe/Paris	47.0877	3.52318				27	58	583	58267
2984480	Rampont	rampont	FR		0	Europe/Paris	49.10165	5.21911		Rampont		44	55	553	55497
2984482	Rampon	rampon	FR		0	Europe/Paris	48.06667	-1.31667				53	35	351	35161
2984483	Rampon	rampon	FR		0	Europe/Paris	44.35069	3.6604				76	48	481	48050
2984491	Ramourousele	ramourousele	FR		0	Europe/Paris	44.98436	3.76397				84	43	432	43018
2984503	Rameix	rameix	FR		0	Europe/Paris	46.21538	2.04697				75	23	232	23002
2984507	Rameau	rameau	FR		0	Europe/Paris	47.83308	3.85506				27	89	892	89112
2984517	Rambert	rambert	FR		0	Europe/Paris	46.29639	3.56996				84	03	033	03079
2984527	Raloy	raloy	FR		0	Europe/Paris	47.8395	3.26939				27	89	891	89281
2984528	Ralant	ralant	FR		0	Europe/Paris	47.13333	2.15				24	18	183	18190
2984543	Rainecourt	rainecourt	FR		0	Europe/Paris	49.86649	2.72352				32	80	804	80342
2984545	Rainçon	raincon	FR		0	Europe/Paris	47.55352	2.496				24	18	183	18030
2984566	Ragon	ragon	FR		0	Europe/Paris	47.28179	-1.5981				52	44	445	44209
2984567	Ragny	ragny	FR		0	Europe/Paris	47.49405	4.06821				27	89	892	89379
2984570	Raghino	raghino	FR		0	Europe/Paris	41.5629	9.17931		Raghino		94	2A	2A4	2A288
2984575	Raffet	raffet	FR		0	Europe/Paris	44.89888	4.20269				84	07	071	07037
2984576	Raffaillac	raffaillac	FR		0	Europe/Paris	45.23426	1.20918				75	24	244	24021
2984580	Radrais	radrais	FR		0	Europe/Paris	48.30783	0.76377				24	28	284	28280
2984586	Radicatel	radicatel	FR		0	Europe/Paris	49.50962	0.49995		Radicatel		28	76	762	76592
2984603	Rachat	rachat	FR		0	Europe/Paris	45.10533	3.88194				84	43	432	43030
2984608	Rabrunain	rabrunain	FR		0	Europe/Paris	46.20643	3.39601				84	03	033	03258
2984621	Rabette	rabette	FR		0	Europe/Paris	45.00611	0.65711				75	24	243	24459
2984623	Rabes	rabes	FR		0	Europe/Paris	45.17726	1.76598				75	19	192	19203
2984628	Rabard	rabard	FR		0	Europe/Paris	44.92422	0.66942				75	24	241	24405
2984629	Rabanel	rabanel	FR		0	Europe/Paris	44.5	0.65				75	47	473	47023
2984630	Quœux-Haut-Maînil	quoeux-haut-mainil	FR		0	Europe/Paris	50.3	2.1		Ke-O-Menij,Quoeux-Haut-Mainil,Quoeux-Haut-Maînil,ke ou mai ni lei,kywks hwt maynyl,Ке-О-Мений,Ке-О-Меній,كيوكس هوت ماينيل,克欧迈尼勒		32	62	621	62683
2984631	Ouizilly-Vignolles	ouizilly-vignolles	FR		0	Europe/Paris	46.90073	0.01043				75	86	861	86161
2984634	Quitteur	quitteur	FR		0	Europe/Paris	47.52795	5.67603		Quitteur		27	70	702	70058
2984636	Quistinit	quistinit	FR		0	Europe/Paris	48.41667	-4.05		Quislinit,Quistinit		53	29	293	29277
2984637	Quistinit	quistinit	FR		0	Europe/Paris	48.11519	-3.60654				53	56	562	56066
2984638	Quistinit	quistinit	FR		0	Europe/Paris	47.98333	-3.76667				53	29	294	29241
2984641	Quistillic	quistillic	FR		0	Europe/Paris	48.3	-3.83333				53	29	292	29175
2984648	Quiquandon	quiquandon	FR		0	Europe/Paris	45.55	3.66667				84	63	631	63230
2984656	Quinssignac	quinssignac	FR		0	Europe/Paris	47.63181	-2.07238				52	44	445	44185
2984658	Quinsonnas	quinsonnas	FR		0	Europe/Paris	45.68966	4.66436		Quinsonnas,Quinsonnat		84	69	691	69131
2984660	Quinsat	quinsat	FR		0	Europe/Paris	45.98333	1.76667				75	23	232	23189
2984666	Quinquis Meur	quinquis-meur	FR		0	Europe/Paris	48.48333	-4.21667				53	29	291	29237
2984667	Quinquis Marc	quinquis-marc	FR		0	Europe/Paris	48.46667	-4.26667				53	29	291	29103
2984668	Quinquis-Ivin	quinquis-ivin	FR		0	Europe/Paris	48.25	-3.91667				53	29	292	29033
2984669	Quinquis	quinquis	FR		0	Europe/Paris	48.53333	-4.6				53	29	291	29196
2984670	Quinquis	quinquis	FR		0	Europe/Paris	48.25	-3.9				53	29	292	29033
2984671	Quinquis	quinquis	FR		0	Europe/Paris	47.93333	-3.7				53	29	294	29004
2984673	Quinioualc'h	quinioualc-h	FR		0	Europe/Paris	48.4	-3.8				53	29	292	29007
2984674	Quinhu	quinhu	FR		0	Europe/Paris	47.48571	-1.895				52	44	443	44068
2984695	Quincé	quince	FR		0	Europe/Paris	47.35173	-0.44538				52	49	491	49050
2984702	Quimiac	quimiac	FR		0	Europe/Paris	47.40583	-2.48118		Quimiac		52	44	443	44097
2984704	Quimerc'h	quimerc-h	FR		0	Europe/Paris	48.28311	-4.10744		Quimerc'h,Quimerch		53	29	292	29302
2984706	Quilvouarn	quilvouarn	FR		0	Europe/Paris	48.1	-4.38333		Quilhouarn,Quilvouarn		53	29	294	29226
2984709	Quillivic	quillivic	FR		0	Europe/Paris	48.05	-4.61667				53	29	294	29028
2984710	Quilliou-Guéguen	quilliou-gueguen	FR		0	Europe/Paris	48.27743	-3.38795				53	22	222	22137
2984712	Quillihuel	quillihuel	FR		0	Europe/Paris	48.13333	-3.5				53	56	562	56100
2984713	Quilligien	quilligien	FR		0	Europe/Paris	48.58333	-4				53	29	293	29210
2984714	Quillien	quillien	FR		0	Europe/Paris	48.46667	-4.41667				53	29	291	29160
2984715	Quillien	quillien	FR		0	Europe/Paris	48.05	-3.8				53	29	294	29281
2984716	Quillidiec	quillidiec	FR		0	Europe/Paris	48.41667	-3.98333				53	29	293	29038
2984717	Quilliac	quilliac	FR		0	Europe/Paris	48.49045	-3.25856				53	22	222	22249
2984720	Quilinen	quilinen	FR		0	Europe/Paris	48.08333	-4.06667				53	29	294	29106
2984721	Quilimerien	quilimerien	FR		0	Europe/Paris	48.41667	-4.63333				53	29	291	29260
2984722	Quilien	quilien	FR		0	Europe/Paris	48.46667	-3.78333				53	29	293	29034
2984723	Quilidien	quilidien	FR		0	Europe/Paris	48.56667	-3.68333				53	29	293	29199
2984743	Quézédé	quezede	FR		0	Europe/Paris	48.27354	-4.55538				53	29	292	29042
2984746	Queyssiols	queyssiols	FR		0	Europe/Paris	44.71264	1.19922				75	24	244	24063
2984747	Queyssel	queyssel	FR		0	Europe/Paris	44.6638	0.493				75	47	472	47142
2984756	Quévran	quevran	FR		0	Europe/Paris	48.20803	-2.53898				53	22	224	22122
2984762	Queuzon	queuzon	FR		0	Europe/Paris	47.36332	3.90596				27	58	581	58157
2984763	Queuvré	queuvre	FR		0	Europe/Paris	48.04805	-2.7065				53	56	562	56024
2984768	Queue du Hellet	queue-du-hellet	FR		0	Europe/Paris	49.78786	1.41495		La Queue-du-Hellet,Queue du Hellet		28	76	761	76053
2984776	Quétiéville	quetieville	FR		0	Europe/Paris	49.10398	-0.0419		Quetieville,Quétiéville		28	14	143	14527
2984778	Quétan	quetan	FR		0	Europe/Paris	45.41878	5.44365		Cuetan,Cuétan,Guetan,Guétan,Quetan,Quétan		84	38	382	38118
2984780	Questinghen	questinghen	FR		0	Europe/Paris	50.69472	1.68913				32	62	623	62075
2984782	Quessy	quessy	FR		0	Europe/Paris	49.67238	3.30119		Quessy		32	02	022	02738
2984786	Quesquemelon	quesquemelon	FR		0	Europe/Paris	48.62649	-3.16859				53	22	222	22338
2984790	Quesney-Guesnon	quesney-guesnon	FR		344	Europe/Paris	49.15	-0.73333		Quesnay-Guesnon,Quesney,Quesney-Guesnon		28	14	144	14011
2984795	Querriaux	querriaux	FR		0	Europe/Paris	46.12419	2.88636				84	63	634	63223
2984803	Quérien	querien	FR		0	Europe/Paris	48.20223	-2.64976				53	22	224	22255
2984811	Quarcetto	quarcetto	FR		0	Europe/Paris	42.33067	9.414		Quarcette,Quarcetto,Querceto,Querietto		94	2B	2B3	2B334
2984812	Quercault	quercault	FR		0	Europe/Paris	47.90733	-2.02562				53	35	352	35168
2984814	Querbes	querbes	FR		0	Europe/Paris	44.56405	2.12714				76	12	123	12012
2984815	Quéran	queran	FR		0	Europe/Paris	48.61667	-4.11667				53	29	293	29213
2984817	Quentinne	quentinne	FR		0	Europe/Paris	47.29295	0.8906				24	37	373	37008
2984818	Quenonville	quenonville	FR		0	Europe/Paris	48.20386	2.66866				11	77	774	77045
2984820	Quenneport	quenneport	FR		0	Europe/Paris	49.40126	1.00912				28	76	763	76157
2984822	Queniquen	queniquen	FR		0	Europe/Paris	47.32401	-2.45467				52	44	443	44069
2984823	Queneux Bas	queneux-bas	FR		0	Europe/Paris	47.74772	-1.52876				52	44	445	44197
2984824	Kenekwenn	kenekwenn	FR		0	Europe/Paris	48.4	-3.65				53	29	292	29275
2984825	Quénécoir	quenecoir	FR		0	Europe/Paris	48.12488	-3.27954				53	56	562	56163
2984827	Quend-Plage	quend-plage	FR		0	Europe/Paris	50.32236	1.5501		Plage de Quend,Quend-Plage,Quend-Plage-les-Pins		32	80	801	80649
2984833	Quemignerot	quemignerot	FR		0	Europe/Paris	47.64929	4.65977				27	21	213	21514
2984837	Quelvenec	quelvenec	FR		0	Europe/Paris	48.01235	-3.27887		Queffenec,Quelvenec		53	56	562	56110
2984838	Quelven	quelven	FR		0	Europe/Paris	48.02892	-3.06225				53	56	562	56076
2984841	Quellennec	quellennec	FR		0	Europe/Paris	47.96667	-3.61667				53	29	294	29269
2984842	Kelenneg	kelenneg	FR		0	Europe/Paris	48.01667	-4.03333				53	29	294	29051
2984843	Quellec	quellec	FR		0	Europe/Paris	48.28878	-3.21657				53	22	222	22229
2984844	Quélern	quelern	FR		0	Europe/Paris	48.29875	-4.55679		Quebern,Quelern-en-Bas,Quélern-en-Bas		53	29	292	29238
2984845	Quélennec	quelennec	FR		0	Europe/Paris	48.36667	-4.05				53	29	293	29277
2984849	Quéhillac	quehillac	FR		0	Europe/Paris	47.42428	-1.89976				52	44	445	44023
2984850	Quehelan	quehelan	FR		0	Europe/Paris	48.25	-3.45				53	22	222	22163
2984851	Quéforc'h	queforc-h	FR		0	Europe/Paris	48.41667	-3.63333				53	29	292	29275
2984867	Quatre	quatre	FR		0	Europe/Paris	44.85	1.08333				75	24	244	24087
2984869	Quartier-Neuf	quartier-neuf	FR		0	Europe/Paris	43.52948	-1.38771				75	40	401	40273
2984871	Quartes	quartes	FR		0	Europe/Paris	50.22444	3.85038				32	59	591	59467
2984876	Quarcioli	quarcioli	FR		0	Europe/Paris	42.9562	9.41368		Quarcioli		94	2B	2B2	2B261
2984882	Quain	quain	FR		0	Europe/Paris	46.75182	5.17691				27	71	714	71173
2984897	Puyvendran	puyvendran	FR		0	Europe/Paris	44.97158	0.96751				75	24	244	24524
2984898	Puy-Varin	puy-varin	FR		0	Europe/Paris	49.59936	0.34708				28	76	762	76408
2984900	Puyssibot	puyssibot	FR		0	Europe/Paris	45.55861	1.02451				75	24	242	24489
2984911	Puys	puys	FR		0	Europe/Paris	49.93718	1.11896		Le Puys,Puys,le Puits		28	76	761	76217
2984913	Puy Rigault	puy-rigault	FR		0	Europe/Paris	47.20883	0.14869	43			24	37	371	37242
2984914	Puyricard	puyricard	FR		0	Europe/Paris	43.58269	5.42064		Puyricard		93	13	131	13001
2984915	Puy Reygeau	puy-reygeau	FR		0	Europe/Paris	45.85	1.21667				75	87	872	87085
2984918	Puy-Raynaud	puy-raynaud	FR		0	Europe/Paris	45.66641	2.52761				84	63	634	63048
2984919	Puyravaux	puyravaux	FR		0	Europe/Paris	46.56142	2.43476				24	18	182	18278
2984922	Puyponchet	puyponchet	FR		0	Europe/Paris	45.76638	0.53027		Puyponchet,Puypouche		75	16	163	16213
2984923	Puypinet	puypinet	FR		0	Europe/Paris	45.22654	0.47007				75	24	243	24553
2984924	Puyperat	puyperat	FR		0	Europe/Paris	44.87991	0.46792				75	24	241	24037
2984925	Puypensou	puypensou	FR		0	Europe/Paris	44.93673	0.4114				75	24	241	24246
2984930	Puymory	puymory	FR		0	Europe/Paris	45.66774	1.37021		Puimory,Puymory		75	87	872	87203
2984932	Puymoreau	puymoreau	FR		0	Europe/Paris	45.76072	0.89468				75	87	873	87111
2984936	Puymèges	puymeges	FR		0	Europe/Paris	45.28333	2.16667				75	19	193	19106
2984937	Puymède	puymede	FR		0	Europe/Paris	45.34889	1.85812		Puymede,Puymède,Puynedre,Puynèdre		75	19	192	19062
2984939	Puy Martin	puy-martin	FR		0	Europe/Paris	46.37096	3.07295				84	03	032	03099
2984940	Puy-Manteau	puy-manteau	FR		0	Europe/Paris	46.33333	1.76667				75	23	232	23039
2984943	Puy-Maladroit	puy-maladroit	FR		0	Europe/Paris	45.86927	2.79107				84	63	634	63238
2984945	Puyloubard	puyloubard	FR		0	Europe/Paris	45.49792	0.46716				75	24	242	24253
2984946	Puy-Lonchard	puy-lonchard	FR		0	Europe/Paris	46.64622	0.26904				75	86	863	86076
2984947	Puylignon	puylignon	FR		0	Europe/Paris	45.75	1.13333				75	87	872	87166
2984949	Puy-Lavèze	puy-laveze	FR		0	Europe/Paris	45.66944	2.69743				84	63	633	63370
2984954	Puy-la-Mouche	puy-la-mouche	FR		0	Europe/Paris	45.11901	1.62299				75	19	191	19105
2984955	Puy-la-Laude	puy-la-laude	FR		0	Europe/Paris	48.05407	2.75922		Puy,Puy-la-Laude		24	45	451	45148
2984957	Puy-la-Brune	puy-la-brune	FR		0	Europe/Paris	45.61807	1.34247				75	87	872	87039
2984958	Puy-Judeau	puy-judeau	FR		0	Europe/Paris	45.89597	2.07305				75	23	231	23257
2984960	Puyjoubert	puyjoubert	FR		0	Europe/Paris	45.35526	0.68731				75	24	242	24064
2984961	Puy Jalon	puy-jalon	FR		0	Europe/Paris	45.0211	1.73575				75	19	191	19126
2984963	Puyhardy	puyhardy	FR		0	Europe/Paris	45.54307	0.77599				75	24	242	24101
2984964	Puyhabilier	puyhabilier	FR		0	Europe/Paris	45.3157	2.07071		Puyhabilier,Puyhabiller		75	19	193	19092
2984966	Puyguilhem	puyguilhem	FR		0	Europe/Paris	44.73298	0.35223		Puyguilhem		75	24	241	24549
2984968	Puy-Grimaud	puy-grimaud	FR		0	Europe/Paris	44.98187	5.58101				84	38	381	38090
2984971	Puygastier	puygastier	FR		0	Europe/Paris	45.05986	0.45975				75	24	243	24309
2984974	Puy Freyssinet	puy-freyssinet	FR		0	Europe/Paris	44.96667	6.55		Le Puy Freyssinet,Puy Freyssinet,Puy-Freissinet		93	05	051	05079
2984975	Puyfebert	puyfebert	FR		0	Europe/Paris	45.37294	0.93207				75	24	242	24134
2984976	Puy du Sapt	puy-du-sapt	FR		0	Europe/Paris	45.49944	3.58175				84	63	631	63162
2984977	Puyduris	puyduris	FR		0	Europe/Paris	46.33333	1.75				75	23	232	23039
2984979	Puy-du-Fou	puy-du-fou	FR		0	Europe/Paris	46.89203	-0.93072		Puy-du-Fou		52	85	852	85082
2984980	Puy-de-Versac	puy-de-versac	FR		0	Europe/Paris	45.41667	0.35		Puy-de-Versac,Puy-le-Versac		75	24	243	24097
2984981	Puy de Siorac	puy-de-siorac	FR		0	Europe/Paris	45.12806	0.40285				75	24	243	24424
2984983	Puy de Noix	puy-de-noix	FR		0	Europe/Paris	45.1473	1.76047				75	19	191	19023
2984984	Puy del Claux	puy-del-claux	FR		0	Europe/Paris	44.87016	1.73575				76	46	462	46122
2984985	Puy-de-Fourches	puy-de-fourches	FR		0	Europe/Paris	45.30753	0.66097		Puy de Fourche,Puy-de-Fourches		75	24	242	24064
2984987	Puy de Corn	puy-de-corn	FR		0	Europe/Paris	44.60169	1.98171				76	46	462	46102
2984992	Puy Cuberte	puy-cuberte	FR		0	Europe/Paris	45.66667	3.5				84	63	632	63334
2984994	Puy Clavel	puy-clavel	FR		0	Europe/Paris	44.54139	1.90076		Puy Ciavel,Puy Clavel		76	46	462	46129
2984995	Puy Clavaud	puy-clavaud	FR		0	Europe/Paris	45.8577	0.31285		Puy Chavaud,Puy Clavaud		75	16	163	16300
2984997	Puy Cheny	puy-cheny	FR		0	Europe/Paris	45.6	1.13333				75	87	872	87082
2984998	Puy Chany	puy-chany	FR		0	Europe/Paris	45.86359	3.19788				84	63	634	63322
2984999	Puy Chalvin	puy-chalvin	FR		0	Europe/Paris	44.87926	6.58969		Chalvin,Puy Chalvin		93	05	051	05107
2985001	Puycatelin	puycatelin	FR		0	Europe/Paris	46.20964	0.87056		Le Puy-Catelin,Puycatelin		75	87	871	87028
2985003	Puy Calvel	puy-calvel	FR		0	Europe/Paris	44.6029	1.52334				76	46	463	46151
2985006	Puy Bourau	puy-bourau	FR		0	Europe/Paris	46.01533	1.09712		Le Puybouraud,Puy Bourau,Puyboureau		75	87	871	87198
2985007	Puybouchey	puybouchey	FR		0	Europe/Paris	45.21007	0.96868				75	24	242	24066
2985008	Puy Blanc	puy-blanc	FR		0	Europe/Paris	45.04853	0.77869				75	24	243	24518
2985009	Puy Blanc	puy-blanc	FR		0	Europe/Paris	44.63476	1.92596				76	46	462	46237
2985010	Puybelliard	puybelliard	FR		0	Europe/Paris	46.70643	-1.03059				52	85	852	85051
2985012	Puybaronneau	puybaronneau	FR		0	Europe/Paris	45.46667	0.61667				75	24	242	24411
2985014	Puy-Aumont	puy-aumont	FR		0	Europe/Paris	46.38119	1.91271				75	23	232	23136
2985015	Puy Aillaud	puy-aillaud	FR		0	Europe/Paris	44.85	6.48333				93	05	051	05101
2985016	Puyagu	puyagu	FR		0	Europe/Paris	45.04623	0.76492				75	24	243	24312
2985021	Puy	puy	FR		0	Europe/Paris	45.02485	0.55874				75	24	243	24581
2985026	Putteville	putteville	FR		0	Europe/Paris	48.44492	4.53014				44	10	101	10326
2985031	Puthier	puthier	FR		0	Europe/Paris	45.98722	5.79483		Puthier,Putier		84	01	011	01118
2985032	Puteville	puteville	FR		0	Europe/Paris	44.95	5.76667				84	38	381	38304
2985035	Puteau	puteau	FR		0	Europe/Paris	47.65394	3.48775				27	89	891	89252
2985038	Pussy	pussy	FR		0	Europe/Paris	45.55157	6.45524		Pussy		84	73	731	73187
2985039	Pussou	pussou	FR		0	Europe/Paris	48.55401	0.20692				28	61	611	61068
2985042	Pussac	pussac	FR		0	Europe/Paris	47.64104	-1.88486				52	44	445	44067
2985043	Pusini	pusini	FR		0	Europe/Paris	46.53609	3.39876				84	03	032	03321
2985044	Pusignieu	pusignieu	FR		0	Europe/Paris	45.73854	5.47572		Pusigneu,Pusignieu		84	38	382	38139
2985047	Puridier	puridier	FR		0	Europe/Paris	45.0441	0.92873		Le Puridier,Puridier		75	24	244	24356
2985049	Purettone	purettone	FR		0	Europe/Paris	42.58678	9.4485		Purettone,Purettoni		94	2B	2B2	2B042
2985053	Pupidon	pupidon	FR		0	Europe/Paris	45.57705	3.44242				84	63	633	63423
2985056	Punticciole	punticciole	FR		0	Europe/Paris	42.10712	9.47518		Punticciole,Puntieciole		94	2B	2B3	2B009
2985063	Pulois	pulois	FR		0	Europe/Paris	48.19484	1.4008				24	28	282	28051
2985081	Puits-Martin	puits-martin	FR		0	Europe/Paris	49.8108	1.15046				28	76	761	76577
2985083	Puits-Jolly	puits-jolly	FR		0	Europe/Paris	48.56514	3.45241				11	77	773	77072
2985084	Puits-Froux	puits-froux	FR		0	Europe/Paris	48.5591	3.43383				11	77	773	77072
2985086	Puits de Maux	puits-de-maux	FR		0	Europe/Paris	46.86077	3.20209				27	58	583	58260
2985087	Puits d'Edme	puits-d-edme	FR		0	Europe/Paris	47.60861	3.86297		Le Puits d'Edme,Puits d'Edme		27	89	892	89208
2985088	Puits-de-Courson	puits-de-courson	FR		0	Europe/Paris	47.72876	3.78803				27	89	891	89341
2985090	Puits-de-Bon	puits-de-bon	FR		0	Europe/Paris	47.67957	3.95065				27	89	892	89279
2985094	Puitraud	puitraud	FR		0	Europe/Paris	45.42401	0.96388				75	24	242	24304
2985095	Puissochet	puissochet	FR		0	Europe/Paris	45.68978	3.55256				84	63	631	63136
2985098	Puisséger	puisseger	FR		0	Europe/Paris	45.69633	0.79793		Puisseger,Puisséger,Puysseger,Puysséger		75	87	873	87168
2985113	Puiselet	puiselet	FR		0	Europe/Paris	48.28303	2.01976				24	45	453	45005
2985114	Puiselet	puiselet	FR		0	Europe/Paris	48.26473	2.64844				11	77	774	77431
2985121	Puiraud	puiraud	FR		0	Europe/Paris	45.57249	0.89831				75	24	242	24269
2985126	Puimenier	puimenier	FR		0	Europe/Paris	46.01667	1.25		Puimenier,Puymenier		75	87	871	87047
2985136	Pugnier	pugnier	FR		0	Europe/Paris	45.20838	3.81523		Pagnier,Pugnier		84	43	432	43026
2985147	Puézac	puezac	FR		0	Europe/Paris	44.98571	2.3842				84	15	151	15233
2985149	Puerthe	puerthe	FR		0	Europe/Paris	48.05965	1.54379				24	28	282	28296
2985154	Puech	puech	FR		0	Europe/Paris	44.22478	3.13287		Le Puech,Puech		76	12	121	12200
2985157	Puchesse	puchesse	FR		0	Europe/Paris	47.86626	1.99829				24	45	452	45300
2985160	Puchard	puchard	FR		0	Europe/Paris	47.09391	0.45142				24	37	371	37256
2985165	Pryé	prye	FR		0	Europe/Paris	46.95285	3.31199				27	58	583	58112
2985182	Prunière	pruniere	FR		0	Europe/Paris	45.25769	4.2977				84	43	433	43213
2985185	Prunget	prunget	FR		0	Europe/Paris	46.63226	1.56746		Donjon de Prunget,Prunget		24	36	362	36219
2985186	Pruneville	pruneville	FR		0	Europe/Paris	48.08224	1.62288				24	28	282	28190
2985187	Prunevaux	prunevaux	FR		0	Europe/Paris	47.10362	3.32247				27	58	583	58196
2985189	Prunete	prunete	FR		0	Europe/Paris	42.31915	9.54075		Marine de Prunete,Prunete,Prunete-Cervione		94	2B	2B3	2B087
2985200	Prunelles	prunelles	FR		0	Europe/Paris	48.05189	3.62974				27	89	891	89076
2985209	Prun	prun	FR		0	Europe/Paris	46.28333	0.78333				75	86	862	86001
2985210	Prumet	prumet	FR		0	Europe/Paris	45.35647	3.66756				84	43	431	43059
2985218	Prugne	prugne	FR		0	Europe/Paris	45.85	2.25				75	23	231	23198
2985220	Pruges	pruges	FR		0	Europe/Paris	46.44971	2.32028				84	03	031	03249
2985221	Prud'homme	prud-homme	FR		0	Europe/Paris	49.19124	1.58454				28	27	271	27213
2985224	Puccinasca	puccinasca	FR		0	Europe/Paris	42.69473	9.36234		Prucinasca,Puccinasca		94	2B	2B5	2B205
2985235	Provenchères-sur-Meuse	provencheres-sur-meuse	FR		0	Europe/Paris	48.01054	5.53129		Provencheres,Provencheres-sur-Meuse,Provenchères,Provenchères-sur-Meuse		44	52	522	52332
2985236	Provenchères-sur-Marne	provencheres-sur-marne	FR		0	Europe/Paris	48.30913	5.1198		Provencheres,Provencheres-sur-Marne,Provenchères,Provenchères-sur-Marne		44	52	521	52211
2985248	Provement	provement	FR		0	Europe/Paris	49.28285	1.63154				28	27	271	27153
2985250	Prouzayrol	prouzayrol	FR		0	Europe/Paris	44.8337	1.75056		Prouzayrol		76	46	463	46213
2985256	Prouray	prouray	FR		0	Europe/Paris	47.02661	0.68797				24	37	373	37080
2985258	Proulieu	proulieu	FR		0	Europe/Paris	45.86468	5.32106				84	01	011	01202
2985260	Prouilhac	prouilhac	FR		0	Europe/Paris	44.76962	1.4082				76	46	463	46127
2985261	Prouais	prouais	FR		0	Europe/Paris	48.71241	1.53785		Prouais		24	28	283	28056
2985262	Prost	prost	FR		0	Europe/Paris	45.32707	4.74309				84	07	073	07089
2985274	Proméry	promery	FR		0	Europe/Paris	45.95	6.11667				84	74	741	74010
2985279	Prodelles	prodelles	FR		0	Europe/Paris	45.35	2.41667				84	15	152	15037
2985282	Priziac ( Priziac )	priziac-priziac	FR		1310	Europe/Paris	48.06045	-3.41037		Brisiacum,Priz'jak,Priziac,Prizieg,pu li qi a ke,Призьяк,普里齐阿克		53	56	562	56182
2985284	Prix	prix	FR		0	Europe/Paris	44.52625	2.01616				76	12	123	12257
2985287	Privez	privez	FR		0	Europe/Paris	46.5859	2.26218		Privet,Privez		24	18	182	18217
2985288	Privassière	privassiere	FR		0	Europe/Paris	45.63333	4.36667				84	42	421	42059
2985291	Prissey	prissey	FR		0	Europe/Paris	47.10499	4.93901		Prissey		27	21	211	21506
2985299	Prinvaux	prinvaux	FR		0	Europe/Paris	48.32241	2.36804				11	91	912	91069
2985316	Primat	primat	FR		0	Europe/Paris	49.36523	4.7599		Primat		44	08	084	08333
2985319	Prigny	prigny	FR		0	Europe/Paris	47.06673	-1.9808				52	44	443	44106
2985328	Priche	priche	FR		0	Europe/Paris	46.57038	2.08285				24	36	363	36130
2985332	Prez-sur-Marne	prez-sur-marne	FR		0	Europe/Paris	48.5628	5.05032		Prez,Prez-sur-Marne		44	52	523	52265
2985336	Preyssac-d'Agonac	preyssac-d-agonac	FR		0	Europe/Paris	45.26033	0.70389		Preyssac,Preyssac-d'Agonac		75	24	243	24115
2985337	Preyssac	preyssac	FR		0	Europe/Paris	44.8878	3.81759				84	43	432	43042
2985345	Prévières	previeres	FR		0	Europe/Paris	46.74277	2.22315				24	18	182	18266
2985346	Preveysieu	preveysieu	FR		0	Europe/Paris	45.81441	5.59689		Preveysieu,Preveyzieu		84	01	011	01116
2985349	Prevent	prevent	FR		0	Europe/Paris	47.30419	3.44215				27	58	582	58071
2985353	Prévant	prevant	FR		0	Europe/Paris	47.27684	2.92897				24	18	181	18074
2985378	Pressur	pressur	FR		0	Europe/Paris	47.4481	3.49239		Pressur,Pressures		27	58	582	58079
2985379	Pressoir-Prompt	pressoir-prompt	FR		0	Europe/Paris	48.58114	2.47862				11	91	912	91174
2985380	Pressoire	pressoire	FR		0	Europe/Paris	44.72143	2.45261				84	15	151	15082
2985382	Pressoir	pressoir	FR		0	Europe/Paris	49.83559	2.81699				32	80	804	80002
2985389	Pressieu	pressieu	FR		0	Europe/Paris	45.83427	5.34833				84	38	382	38295
2985392	Pressant	pressant	FR		0	Europe/Paris	47.63607	5.24548				44	52	522	52425
2985394	Pressagny-le-Val	pressagny-le-val	FR		793	Europe/Paris	49.16271	1.44401		Pressagny,Pressagny-le-Val		28	27	271	27440
2985419	Prés des Moulins	pres-des-moulins	FR		0	Europe/Paris	48.5197	4.81172				44	52	523	52206
2985426	Pré Rond	pre-rond	FR		0	Europe/Paris	44.22591	5.56632				84	26	262	26372
2985431	Pré Plan	pre-plan	FR		0	Europe/Paris	45.2	6.23333				84	73	733	73280
2985433	Pré Picault	pre-picault	FR		0	Europe/Paris	46.70335	0.98467				24	36	361	36167
2985440	Prengourven	prengourven	FR		0	Europe/Paris	48.63333	-4.46667				53			
2985444	Prenède	prenede	FR		0	Europe/Paris	46.27199	1.9905				75	23	232	23162
2985446	Prenay	prenay	FR		0	Europe/Paris	47.04715	2.00695				24	36	364	36065
2985447	Prénatier	prenatier	FR		0	Europe/Paris	45.07189	5.54671				84	38	381	38548
2985465	Pré Mançais	pre-mancais	FR		0	Europe/Paris	49.50947	0.60872		Le Pre Mancais,Le Pré Mançais,Pre Mancais,Pré Mançais		28	76	762	76476
2985468	Prelles	prelles	FR		0	Europe/Paris	44.85459	6.58055				93	05	051	05151
2985469	Prélion	prelion	FR		0	Europe/Paris	45.71667	4				84	42	421	42136
2985470	Prêle	prele	FR		0	Europe/Paris	47.1262	2.28847				24	18	183	18028
2985471	Pré-Lavaux	pre-lavaux	FR		0	Europe/Paris	44.43333	6.3				93	04	041	04033
2985480	Préhédré	prehedre	FR		0	Europe/Paris	50.49938	2.06149				32	62	624	62257
2985481	Préhaut	prehaut	FR		0	Europe/Paris	47.51435	4.47637				27	21	213	21500
2985483	Prégoux	pregoux	FR		0	Europe/Paris	46.73752	3.04039				84	03	032	03309
2985484	Pré Godot	pre-godot	FR		0	Europe/Paris	48.46625	4.70847				44	52	523	52411
2985486	Prégelan	pregelan	FR		0	Europe/Paris	47.61002	4.91263				27	21	212	21579
2985487	Préfoure	prefoure	FR		0	Europe/Paris	47.58958	-1.01097				52	44	445	44180
2985488	Préfoure	prefoure	FR		0	Europe/Paris	47.41584	-1.41441				52	44	445	44082
2985494	Pré de Mians	pre-de-mians	FR		0	Europe/Paris	44.34893	5.58827		Pra de Mians,Pre de Mians,Pré de Mians		93	05	052	05169
2985504	Précy-le Moult	precy-le-moult	FR		0	Europe/Paris	47.43547	3.79738		Precy,Precy-le Moult,Précy,Précy-le Moult		27	89	892	89297
2985508	Préconil	preconil	FR		0	Europe/Paris	43.33186	6.54423				93	83	831	83094
2985509	Precoggio	precoggio	FR		0	Europe/Paris	41.54709	9.26523		Precoggio,Precojo,Pricojo		94	2A	2A4	2A247
2985510	Précilly	precilly	FR		0	Europe/Paris	47.01421	2.82692				24	18	182	18160
2985513	Préchonnet	prechonnet	FR		0	Europe/Paris	45.65	2.6				84	63	634	63048
2985514	Précherel	precherel	FR		0	Europe/Paris	45.6643	6.19047				84	73	732	73139
2985516	Précharaux	precharaux	FR		0	Europe/Paris	46.55765	0.29038				75	86	863	86297
2985526	Prebrout	prebrout	FR		0	Europe/Paris	48.58952	0.9736				24	28	283	28310
2985528	Préblaine	preblaine	FR		0	Europe/Paris	47.19324	1.62479				24	36	364	36229
2985544	Praz	praz	FR		0	Europe/Paris	45.83011	5.84078		Pra,Praz		84	73	732	73085
2985553	Praveyral	praveyral	FR		0	Europe/Paris	44.54956	6.59622				93	05	052	05044
2985554	Pravel	pravel	FR		0	Europe/Paris	45.27838	4.02435				84	43	433	43246
2985556	Prault	prault	FR		0	Europe/Paris	46.89683	2.05879				24	36	364	36215
2985557	Praucourt	praucourt	FR		0	Europe/Paris	49.46175	5.72389				44	54	541	54537
2985561	Prats-Haut	prats-haut	FR		0	Europe/Paris	44.75	6.85		Hauts Prats,Les Prats,Prats Hauts,Prats-Haut		93	05	051	05038
2985567	Prats-Bas	prats-bas	FR		0	Europe/Paris	44.75	6.83333				93	05	051	05038
2985572	Prateugan	prateugan	FR		0	Europe/Paris	48.55	-4.5				53	29	291	29209
2985574	Prat-Bourdin	prat-bourdin	FR		0	Europe/Paris	43.31667	6.55				93	83	831	83094
2985581	Prassinet	prassinet	FR		0	Europe/Paris	45.35305	3.05726				84	63	633	63006
2985587	Prareboul	prareboul	FR		0	Europe/Paris	44.71667	6.6				93	05	051	05136
2985588	Praranger	praranger	FR		0	Europe/Paris	45.35096	6.52356		Praranger,Prazranger		84	73	731	73257
2985589	Prapic	prapic	FR		0	Europe/Paris	44.69517	6.36886		La Casse,Prapic		93	05	052	05096
2985591	Praoli	praoli	FR		0	Europe/Paris	42.58947	8.89229		Praoli		94	2B	2B5	2B020
2985593	Prantignac	prantignac	FR		0	Europe/Paris	44.83862	2.4075				84	15	151	15163
2985594	Pranoix	pranoix	FR		0	Europe/Paris	46.18845	2.90185				84	63	634	63140
2985597	Prangey	prangey	FR		0	Europe/Paris	47.73912	5.28163		Prangey		44	52	522	52529
2985599	Pranchère	pranchere	FR		0	Europe/Paris	45.36512	1.97007				75	19	193	19176
2985600	Pranal	pranal	FR		0	Europe/Paris	45.8622	2.83313				84	63	634	63055
2985601	Pramy	pramy	FR		0	Europe/Paris	45.91019	1.92067				75	23	232	23232
2985602	Pramol	pramol	FR		0	Europe/Paris	45.65	3.95				84	42	421	42205
2985603	Pramélier	pramelier	FR		0	Europe/Paris	45.06667	6.33333		Pramailler,Pramelier,Pramélier		93	05	051	05063
2985606	Pra-Loup	pra-loup	FR		0	Europe/Paris	44.37043	6.60476		Pra-Loup		93	04	041	04226
2985611	Prallac	prallac	FR		0	Europe/Paris	45.3	2.6				84	15	152	15124
2985612	Pralhac	pralhac	FR		0	Europe/Paris	45.08643	3.76464				84	43	432	43124
2985614	Prairay	prairay	FR		0	Europe/Paris	47.44536	4.83452				27	21	212	21284
2985619	Prahas	prahas	FR		0	Europe/Paris	46.54666	2.36829				24	18	182	18083
2985620	Praguillen	praguillen	FR		0	Europe/Paris	43.6785	6.446				93	83	831	83044
2985621	Pragondran	pragondran	FR		0	Europe/Paris	45.62297	5.95072		Pragondran,Pragondrau		84	73	732	73310
2985622	Prafauchier	prafauchier	FR		0	Europe/Paris	44.86521	6.78876				93	05	051	05027
2985626	Pradon	pradon	FR		0	Europe/Paris	46.35732	1.93676				75	23	232	23139
2985629	Pradix	pradix	FR		0	Europe/Paris	45.10451	1.88372				75	19	192	19149
2985636	Pradie	pradie	FR		0	Europe/Paris	44.46527	0.60922				75	47	473	47049
2985662	Pradelette	pradelette	FR		0	Europe/Paris	46.3	2.1				75	23	232	23098
2985663	Pradeaux	pradeaux	FR		0	Europe/Paris	46.30259	2.23117				75	23	231	23254
2985666	Prade	prade	FR		0	Europe/Paris	44.60157	0.57104				75	47	473	47183
2985667	Pradal	pradal	FR		0	Europe/Paris	44.85867	4.22946		Le Pradal,Pradal		84	07	071	07267
2985668	Pradairols	pradairols	FR		0	Europe/Paris	44.79963	2.23773		Pradairols,Pradeyrols		84	15	151	15021
2985669	Pradagé	pradage	FR		0	Europe/Paris	44.65326	0.75513				75	47	473	47223
2985670	Pracoutel	pracoutel	FR		0	Europe/Paris	44.51608	5.15267				84	26	262	26373
2985671	Praconduit	praconduit	FR		0	Europe/Paris	45.51347	6.68066				84	73	731	73150
2985672	Praclaux	praclaux	FR		0	Europe/Paris	44.82776	3.83198		Praclaux,Pratclaux		84	43	432	43111
2985673	Prachazale	prachazale	FR		0	Europe/Paris	44.95	4.51667				84	07	073	07290
2985674	Prachaton	prachaton	FR		0	Europe/Paris	44.54274	5.57879				84	26	261	26255
2985675	Prach	prach	FR		0	Europe/Paris	45.23744	2.00269				75	19	193	19125
2985677	Prabert	prabert	FR		0	Europe/Paris	45.25018	5.97282				84	38	381	38206
2985681	Pozzo	pozzo	FR		0	Europe/Paris	42.76918	9.45698		Pozzo		94	2B	2B2	2B043
2985683	Pozzaccio	pozzaccio	FR		0	Europe/Paris	41.79967	8.75119		Pozzaccio		94	2A	2A1	2A098
2985686	Poynponnier	poynponnier	FR		0	Europe/Paris	45.36426	5.21549		Poinponnier,Poynponnier		84	38	383	38473
2985690	Pôville	poville	FR		0	Europe/Paris	49.54521	0.99904				28	76	763	76503
2985692	Pouzy	pouzy	FR		0	Europe/Paris	47.12184	3.50482				27	58	583	58267
2985693	Pouzol Vieux	pouzol-vieux	FR		0	Europe/Paris	45.00174	4.11709				84	43	432	43143
2985701	Pouzioux	pouzioux	FR		0	Europe/Paris	46.60839	0.27521				75	86	863	86297
2985702	Pouzioux	pouzioux	FR		0	Europe/Paris	46.51739	0.69414		Pouzioux		75	86	863	86070
2985704	Pouzet	pouzet	FR		0	Europe/Paris	46.546	1.71324				24	36	363	36056
2985705	Pouzelas	pouzelas	FR		0	Europe/Paris	47.07447	1.94057				24	36	364	36083
2985709	Pouzas	pouzas	FR		0	Europe/Paris	44.93942	3.61691				84	43	431	43234
2985713	Pouymas Haut	pouymas-haut	FR		0	Europe/Paris	45.29681	1.91994		Pouymas,Pouymas Haut		75	19	192	19236
2985714	Pouymas Bas	pouymas-bas	FR		0	Europe/Paris	45.30373	1.90805				75	19	192	19236
2985726	Poutette	poutette	FR		0	Europe/Paris	45.26577	4.51626				84	42	423	42287
2985729	Poussy	poussy	FR		0	Europe/Paris	47.17104	2.77753				24	18	181	18090
2985732	Poussieu	poussieu	FR		0	Europe/Paris	45.37618	4.94836		Poussien,Poussieu		84	38	383	38037
2985733	Poussey	poussey	FR		0	Europe/Paris	48.51353	3.80093				44	10	102	10220
2985737	Poussange	poussange	FR		0	Europe/Paris	46.29014	2.14105				75	23	231	23064
2985739	Poussac	poussac	FR		0	Europe/Paris	45.24003	3.91535				84	43	432	43164
2985741	Pourville-sur-Mer	pourville-sur-mer	FR		0	Europe/Paris	49.91669	1.03191		Pourville,Pourville-sur-Mer		28	76	761	76349
2985745	Pourtem	pourtem	FR		0	Europe/Paris	45.15101	0.58929		Pourtein,Pourtem		75	24	243	24295
2985747	Poursiugues	poursiugues	FR		218	Europe/Paris	43.55072	-0.37688		Porciuvas e Bocoa,Porciuvas-Bocoa,Poursiugues,Poursiugues-Boucoue,Purs'jug-Buku,Pursijug-Buku,pu er xi yu gai bu ku ai,Пурсиюг-Буку,Пурсьюг-Буку,Пурсіюг-Буку,普尔西于盖布库埃		75	64	643	64457
2985753	Pourrat	pourrat	FR		0	Europe/Paris	45.2124	4.41662				84	43	433	43163
2985756	Pourra	pourra	FR		0	Europe/Paris	45.26667	5.05				84	26	263	26148
2985757	Pourquies	pourquies	FR		0	Europe/Paris	44.53898	0.97667				75	47	473	47106
2985760	Pourly	pourly	FR		0	Europe/Paris	47.62443	3.81773				27	89	892	89208
2985762	Pourhon	pourhon	FR		0	Europe/Paris	48.32578	-2.73156		Pourhen,Pourhon		53	22	224	22203
2985766	Pourchoie	pourchoie	FR		0	Europe/Paris	44.92542	4.47126				84	07	073	07165
2985768	Pourcharesse	pourcharesse	FR		0	Europe/Paris	44.89031	3.66139		Pourcharesse,Pourcheresse		84	43	432	43005
2985774	Pouppeville	pouppeville	FR		0	Europe/Paris	49.38464	-1.19309		Poupeville,Pouppeville		28	50	502	50509
2985776	Poumoue	poumoue	FR		0	Europe/Paris	46.54114	1.96629				24	36	363	36109
2985779	Poultières	poultieres	FR		0	Europe/Paris	50.01593	1.76899				32	80	801	80446
2985780	Poulpry	poulpry	FR		0	Europe/Paris	48.5	-4.33333				53	29	291	29179
2985782	Poulmic	poulmic	FR		0	Europe/Paris	48.27959	-4.41925				53	29	292	29120
2985783	Poulloudu	poulloudu	FR		0	Europe/Paris	48.2	-3.5				53	22	222	22202
2985784	Poullou	poullou	FR		0	Europe/Paris	48.8	-3.56667				53	22	223	22198
2985785	Poulloc	poulloc	FR		0	Europe/Paris	48.6	-4.58333				53			
2985792	Pouligny	pouligny	FR		0	Europe/Paris	47.50446	4.24197				27	21	213	21640
2985794	Poulignat	poulignat	FR		0	Europe/Paris	46.22922	1.63928				75	23	232	23141
2985795	Poulieu	poulieu	FR		0	Europe/Paris	45.67574	5.05885				84	69	691	69288
2985797	Poulhoat	poulhoat	FR		0	Europe/Paris	48.61667	-3.81667				53	29	293	29151
2985799	Poulguen	poulguen	FR		0	Europe/Paris	47.8	-4.3				53			
2985800	Poulgoazec	poulgoazec	FR		0	Europe/Paris	48.01617	-4.53186		Poulgazec		53	29	294	29197
2985802	Poulfane	poulfane	FR		0	Europe/Paris	48.74454	-3.38293				53	22	223	22265
2985806	Pouldu	pouldu	FR		0	Europe/Paris	48.73333	-3.43333				53	22	223	22113
2985811	Pouldavid-sur-Mer	pouldavid-sur-mer	FR		0	Europe/Paris	48.06667	-4.33333		Pouldavid,Pouldavid-sur-Mer		53	29	294	29224
2985814	Poulay	poulay	FR		0	Europe/Paris	48.37524	-0.51833				52	53	533	53160
2985815	Poul Arhy	poul-arhy	FR		0	Europe/Paris	48.81667	-3.5				53	22	223	22353
2985817	Poulanon	poulanon	FR		0	Europe/Paris	47.21124	2.67219				24	18	181	18151
2985819	Poulange	poulange	FR		0	Europe/Paris	47.09641	3.13608				27	58	583	58207
2985827	Poujeaux	poujeaux	FR		0	Europe/Paris	45.08333	-0.73333				75	33	334	33220
2985837	Pouilly-le-Fort	pouilly-le-fort	FR		0	Europe/Paris	48.58452	2.62919		Pouilly-le Port,Pouilly-le-Fort		11	77	772	77495
2985838	Pouilly-en-Bassigny	pouilly-en-bassigny	FR		0	Europe/Paris	47.98233	5.62754		Pouilly,Pouilly-en-Bassigny		44	52	522	52400
2985847	Pouillou	pouillou	FR		0	Europe/Paris	44.85929	1.61824				76	46	463	46208
2985927	Port-Thibault	port-thibault	FR		0	Europe/Paris	47.4189	-0.57539				52	49	491	49278
2985852	Pouille-Renard	pouille-renard	FR		0	Europe/Paris	46.18682	3.38431				84	03	033	03258
2985859	Pouillardenc	pouillardenc	FR		0	Europe/Paris	44.73706	5.99155		Pouillardenc,Pouillardenq,Pouillardine,Pouillardinq		93	05	052	05062
2985863	Pouilla	pouilla	FR		0	Europe/Paris	45.21972	4.56249				84	07	073	07333
2985869	Pougne	pougne	FR		367	Europe/Paris	46.66111	-0.39914		Pougne,Pougne-Herisson,Pougne-Hérisson		75	79	793	79215
2985870	Pougné	pougne	FR		0	Europe/Paris	45.98333	0.29855		Pougne,Pougné		75	16	163	16242
2985872	Pouget	pouget	FR		0	Europe/Paris	45.37271	3.11275				84	63	633	63007
2985874	Pouez	pouez	FR		0	Europe/Paris	47.95828	-1.66181		Pou,Pouez		53	35	352	35054
2985878	Poudurac	poudurac	FR		0	Europe/Paris	44.75865	1.63645				76	46	463	46078
2985882	Pouchergues	pouchergues	FR		0	Europe/Paris	42.82295	0.40362		Pouchergues		76	65	652	65003
2985883	Pouchenirgue	pouchenirgue	FR		0	Europe/Paris	45.49643	3.0691				84	63	633	63097
2985885	Pouch	pouch	FR		0	Europe/Paris	45.09876	1.67155				75	19	191	19099
2985887	Poucelange	poucelange	FR		0	Europe/Paris	47.15896	3.31277		Poucelange,Pourcelange		27	58	584	58218
2985888	Poubreuil	poubreuil	FR		0	Europe/Paris	47.76886	-1.98429				53	35	352	35285
2985896	Pou	pou	FR		0	Europe/Paris	46.5938	3.09009				84	03	032	03036
2985898	Pottron	pottron	FR		0	Europe/Paris	48.34434	1.11036				24	28	284	28192
2985902	Potiers	potiers	FR		0	Europe/Paris	49.40483	0.39166				28	27	272	27169
2985907	Potenay	potenay	FR		0	Europe/Paris	47.39893	4.20071				27	21	213	21525
2985917	Posay	posay	FR		0	Europe/Paris	46.77679	0.8262				75	86	861	86207
2985919	Posafol	posafol	FR		0	Europe/Paris	45.88526	5.31528				84	01	011	01202
2985924	Port Vieux	port-vieux	FR		0	Europe/Paris	45.38764	4.77673				84	38	383	38425
2985926	Port-Tudy	port-tudy	FR		0	Europe/Paris	47.65	-3.45				53			
2985931	Portsall	portsall	FR		0	Europe/Paris	48.55	-4.7		Porsal,Porsall,Portsall		53	29	291	29178
2985933	Port-Saint-Nicolas	port-saint-nicolas	FR		0	Europe/Paris	48.51637	3.48595		Le Port Saint-Nicolas,Port-Saint-Nicolas		44	10	102	10355
2985935	Port Saint-Hubert	port-saint-hubert	FR		0	Europe/Paris	48.53333	-1.97697		Le Port Saint-Hubert,Port Saint-Hubert		53	22	221	22213
2985939	Port-Rivière	port-riviere	FR		0	Europe/Paris	46.05111	4.73919		Port de Riviere,Port de Rivière,Port-Riviere,Port-Rivière		84	69	692	69206
2985940	Port-Ringeard	port-ringeard	FR		0	Europe/Paris	48	-0.73333		Port Ringeart,Port-Ringeard		52	53	532	53094
2985942	Portrieux	portrieux	FR		0	Europe/Paris	48.64525	-2.82966				53	22	224	22325
2985943	Port-Renard	port-renard	FR		0	Europe/Paris	48.33375	3.1098		Fort-Renard,Port-Renard,Port-Renard-le-Petit		27	89	893	89093
2985944	Port Plat	port-plat	FR		0	Europe/Paris	47.2727	0.30254				24	37	371	37232
2985945	Port-Pinché	port-pinche	FR		0	Europe/Paris	49.2578	1.25695				28	27	271	27471
2985948	Porto Vecchiaccio	porto-vecchiaccio	FR		0	Europe/Paris	41.66198	9.32751		Porto Vecchiaccio,Portovecchiaccio		94	2A	2A4	2A139
2985949	Portout	portout	FR		0	Europe/Paris	45.80523	5.81778		Portot,Portout		84	73	732	73091
2985951	Porto Pollo	porto-pollo	FR		0	Europe/Paris	41.711	8.799	2			94	2A	2A1	2A276
2985956	Port-Navalo	port-navalo	FR		0	Europe/Paris	47.54686	-2.91532		Port Navallo,Port Nayalo,Port-Navalo		53	56	563	56005
2985957	Portmort	portmort	FR		0	Europe/Paris	49.72012	1.57357				28	76	761	76265
2985960	Port Maubert	port-maubert	FR		0	Europe/Paris	45.42919	-0.75583				75	17	171	17328
2985966	Port Lazo	port-lazo	FR		0	Europe/Paris	48.76267	-2.96034				53	22	222	22214
2985969	Port Joinville	port-joinville	FR		0	Europe/Paris	46.72414	-2.34868		Port Joinville,Port-Joinville		52	85	853	85113
2985970	Port-Jérôme	port-jerome	FR		0	Europe/Paris	49.47251	0.54811		Port-Gerome,Port-Jerome,Port-Jérôme		28	76	762	76476
2985971	Portivy	portivy	FR		0	Europe/Paris	47.5294	-3.14444	8	Portivi		53	56	561	56234
2985974	Portigliolo	portigliolo	FR		0	Europe/Paris	41.6458	8.86703		Portigliole,Portigliolo		94	2A	2A4	2A035
2985978	Porticcio	porticcio	FR		0	Europe/Paris	41.88682	8.80271		Porticcio		94	2A	2A1	2A130
2985979	Porte Verte	porte-verte	FR		0	Europe/Paris	49.68743	0.51141		La Porte-Verte,Porte Verte		28	76	762	76386
2986251	Pont-de-la-Maye	pont-de-la-maye	FR		0	Europe/Paris	44.78714	-0.56905				75	33	332	33550
2985990	Portes de Cônac	portes-de-conac	FR		0	Europe/Paris	45.34398	-0.7193		Les Portes de Conac,Les Portes de Cônac,Port de Conac,Port de Cônac,Porte de Conac,Porte de Cônac,Portes de Conac,Portes de Cônac		75	17	171	17405
2985996	Portéry	portery	FR		0	Europe/Paris	46.06573	5.14024				84	01	012	01381
2986012	Port de Salles	port-de-salles	FR		0	Europe/Paris	46.19159	0.66085				75	86	862	86289
2986014	Port de Penerf	port-de-penerf	FR		0	Europe/Paris	47.51235	-2.62191		Penerf,Port de Penerf,Pénerf		53	56	563	56052
2986016	Port de Macau	port-de-macau	FR		0	Europe/Paris	45.01667	-0.58333				75	33	332	33004
2986019	Port-de-la-Belle-Étoile	port-de-la-belle-etoile	FR		0	Europe/Paris	45.19207	-0.67028				75	33	331	33370
2986020	Le Port de Guipry	le-port-de-guipry	FR		0	Europe/Paris	47.8221	-1.83241		Le Port de Guipry,Port de Guipry		53	35	352	35176
2986021	Port-de-Goulée	port-de-goulee	FR		0	Europe/Paris	45.4059	-0.91276		Port des Galet,Port-de-Goulee,Port-de-Goulée		75	33	334	33208
2986022	Port-de-Génissac	port-de-genissac	FR		0	Europe/Paris	44.86667	-0.23333		Port-de-Genissac,Port-de-Génissac		75	33	335	33185
2986024	Port-de-By	port-de-by	FR		0	Europe/Paris	45.37582	-0.8454				75	33	334	33038
2986026	Port de Bassens	port-de-bassens	FR		0	Europe/Paris	44.90129	-0.5337				75	33	332	33032
2986027	Port d'Atelier	port-d-atelier	FR		0	Europe/Paris	47.7585	6.0246		Port d'Atelier		27	70	702	70427
2986030	Port-Cros	port-cros	FR		0	Europe/Paris	43.01017	6.38205		Port-Cros		93	83	832	83069
2986031	Port Caudebec	port-caudebec	FR		0	Europe/Paris	49.51237	0.72064				28	76	763	76401
2986034	Port-Blanc	port-blanc	FR		0	Europe/Paris	48.83101	-3.32141				53	22	223	22166
2986035	Port Blanc	port-blanc	FR		0	Europe/Paris	48.63333	-2.08333				53	35	354	35287
2986036	Port Bernalin	port-bernalin	FR		0	Europe/Paris	45.92228	4.81266		Port Bernalin,Port Bernallin		84	01	012	01322
2986039	Portail	portail	FR		0	Europe/Paris	44.6413	0.52646				75	47	473	47084
2986040	Port à Binson	port-a-binson	FR		1243	Europe/Paris	49.08202	3.75989		Port a Binson,Port à Binson		44	51	512	51346
2986048	Porsmilin	porsmilin	FR		0	Europe/Paris	48.35554	-4.67533		Porsmoulin		53	29	291	29130
2986049	Porsmoguer	porsmoguer	FR		0	Europe/Paris	48.41667	-4.78333		Porsmoguer,Portsmoguer,Portzmoguer		53	29	291	29177
2986050	Pors-gall	pors-gall	FR		0	Europe/Paris	47.95	-4.31667				53	29	294	29159
2986051	Pors Éven	pors-even	FR		0	Europe/Paris	48.80033	-3.00689		Pors Even,Pors Éven,Portz-Even,Portz-Éven		53	22	222	22210
2986052	Porsbillon	porsbillon	FR		0	Europe/Paris	48.58333	-4.2				53	29	293	29111
2986053	Pors-an-Place	pors-an-place	FR		0	Europe/Paris	48.26667	-3.5		Pors-an-Plac,Pors-an-Place		53	22	222	22157
2986057	Porquerolles	porquerolles	FR		0	Europe/Paris	43.00116	6.20265		Porquerolles		93	83		
2986061	Pornas	pornas	FR		0	Europe/Paris	47.06417	3.4755		Pornas,Pornat		27	58	583	58275
2986062	Porion	porion	FR		0	Europe/Paris	49.74988	1.09488				28	76	761	76360
2986064	Poretto	poretto	FR		0	Europe/Paris	42.76468	9.45875		Poretto		94	2B	2B2	2B043
2986068	Porcio	porcio	FR		0	Europe/Paris	43.79976	7.23013		Porcio,Porsio		93	06	062	06034
2986070	Porcieu	porcieu	FR		1420	Europe/Paris	45.83416	5.40168		Amblagnieu,Porcieu,Porcieu-Amblagnieu,Porcieux		84	38	382	38320
2986073	Porcherioux	porcherioux	FR		0	Europe/Paris	47.24377	1.51272				24	41	413	41139
2986074	Porcheresse	porcheresse	FR		0	Europe/Paris	45.45218	0.03026		Porcheresse		75	16	162	16046
2986076	Porcher	porcher	FR		0	Europe/Paris	46.93033	2.74126				24	18	182	18054
2986081	Popincourt	popincourt	FR		0	Europe/Paris	49.66193	2.73333				32	80	803	80233
2986082	Paris 11 Popincourt	paris-11-popincourt	FR		0	Europe/Paris	48.8574	2.3795		11e Arrondissement,11eme Arr,11ème Arr,Arrondissement de Popincourt,Paris 11e,Popincourt,XIe		11	75	751	75056
2986086	Ponty	ponty	FR		0	Europe/Paris	46.16142	2.13858				75	23	231	23187
2986090	Ponturin	ponturin	FR		0	Europe/Paris	45.53664	6.1947				84	73	732	73041
2986100	Pontseuil	pontseuil	FR		0	Europe/Paris	47.0306	3.59393				27	58	581	58004
2986115	Pont Royal	pont-royal	FR		0	Europe/Paris	47.39334	4.44322				27	21	213	21177
2986116	Pont-Royal	pont-royal	FR		0	Europe/Paris	43.71374	5.1907		Le Pont-Royal,Pont-Royal		93	13	131	13053
2986117	Pont-Roy	pont-roy	FR		0	Europe/Paris	45.66521	1.39603				75	87	872	87203
2986119	Pont-Rousseau	pont-rousseau	FR		0	Europe/Paris	47.19261	-1.54691		Pont-Rousseau,Pont-Rousseau-Reze,Pont-Rousseau-Rezé		52	44	442	44143
2986123	Pont-Réan	pont-rean	FR		0	Europe/Paris	48.00466	-1.77372		Pont-Rean,Pont-Réan		53	35	353	35047
2986124	Pont Quéau	pont-queau	FR		0	Europe/Paris	48.06667	-4.1		Pont Gueau,Pont Guéau,Pont Queau,Pont Quéau		53	29	294	29106
2986125	Pont-Priant	pont-priant	FR		0	Europe/Paris	48.05	-3.55				53	56	562	56057
2986126	Pont-Pol-ty-glas	pont-pol-ty-glas	FR		0	Europe/Paris	48.16667	-3.86667		Pont-Pol,Pont-Pol-ty-glas		53	29	292	29027
2986142	Pont-Ménou	pont-menou	FR		0	Europe/Paris	48.65	-3.66667				53	29	293	29182
2986144	Pont-Maugis	pont-maugis	FR		0	Europe/Paris	49.66771	4.95605		Le Pont Maugis,Pont-Maugis		44	08	083	08331
2986148	Pontlieue	pontlieue	FR		0	Europe/Paris	47.97975	0.2156				52	72	723	72181
2986165	Pontillou	pontillou	FR		0	Europe/Paris	45.07915	0.5037				75	24	243	24562
2986172	Pont Hubert	pont-hubert	FR		0	Europe/Paris	48.31424	4.09865				44	10	103	10297
2986174	Ponthouin	ponthouin	FR		0	Europe/Paris	48.21212	0.29294				52	72	722	72196
2986178	Ponthierry	ponthierry	FR		12158	Europe/Paris	48.53366	2.54419				11	77	772	77407
2986180	Ponthéon	pontheon	FR		0	Europe/Paris	48.61667	-3.95				53	29	293	29184
2986182	Pont Haut	pont-haut	FR		0	Europe/Paris	44.28333	6.9				93	06	062	06119
2986184	Pont Goubaut	pont-goubaut	FR		0	Europe/Paris	47.13333	0.6				24	37	371	37216
2986192	Pont-Even	pont-even	FR		0	Europe/Paris	48.61773	-3.3881				53	22	223	22359
2986195	Pont Esnaut	pont-esnaut	FR		0	Europe/Paris	47.41667	-1.3				52	44	445	44107
2986196	Pontes	pontes	FR		0	Europe/Paris	43.58433	5.38942				93	13	131	13001
2986199	Ponte Novu	ponte-novu	FR		0	Europe/Paris	42.48306	9.28056		Ponte Novu,Ponte-Nuovo		94	2B	2B3	2B079
2986201	Ponte Leccia	ponte-leccia	FR		0	Europe/Paris	42.46067	9.20564		Ponte Leccia,Ponte alla Leccia,Ponte-Leccia		94	2B	2B3	2B169
2986202	Ponteix	ponteix	FR		0	Europe/Paris	45.66273	3.02235				84	63	632	63026
2986205	Pont-Écrepin	pont-ecrepin	FR		1032	Europe/Paris	48.76425	-0.24455				28	61	612	61339
2986208	Pontéalet	pontealet	FR		0	Europe/Paris	48.58333	-4.21667				53	29	293	29111
2986209	Pont du Thil	pont-du-thil	FR		0	Europe/Paris	49.6602	1.28956		Le Pont-de-Thil,Pont du Thil		28	76	761	76621
2986211	Pont-du-Rastel	pont-du-rastel	FR		0	Europe/Paris	44.3147	3.96709				76	30	301	30130
2986212	Pont du Prêtre	pont-du-pretre	FR		0	Europe/Paris	44.9	5.86667				84	38	381	38489
2986214	Pont du Loup	pont-du-loup	FR		0	Europe/Paris	43.71417	6.99351		Pont du Loup		93	06	061	06148
2986216	Pont du Giffre	pont-du-giffre	FR		0	Europe/Paris	46.13607	6.47829		Le Giffre		84	74	742	74241
2986217	Pont du Fossé	pont-du-fosse	FR		0	Europe/Paris	44.66763	6.22831		Le Pont du Fosse,Le Pont du Fossé,Pont du Fosse,Pont du Fossé,Pont-du-Fosse,Pont-du-Fossé		93	05	052	05145
2986218	Pont-du-Châtel	pont-du-chatel	FR		0	Europe/Paris	48.6	-4.26667				53	29	291	29198
2986222	Pont d'Oye	pont-d-oye	FR		0	Europe/Paris	50.96284	2.04586				32	62	626	62623
2986224	Pont de Vivaux	pont-de-vivaux	FR		4114	Europe/Paris	43.27604	5.41586		Le Pont-de-Vivaux,Pont de Vivaux		93	13	133	13055
2986228	Pont de Tugny	pont-de-tugny	FR		0	Europe/Paris	49.75888	3.16527				32	02	023	02752
2986229	Pont-des-Moulins	pont-des-moulins	FR		0	Europe/Paris	45.8202	3.352				84	63	635	63195
2986232	Pont des Boires	pont-des-boires	FR		0	Europe/Paris	47.66667	-0.46667				52	49	491	49132
2986234	Pont de Sahune	pont-de-sahune	FR		0	Europe/Paris	44.41667	5.26667				84	26	262	26288
2986238	Pont de Ravagers	pont-de-ravagers	FR		0	Europe/Paris	44.18751	3.72688		Pont Ravagers,Pont de Ravagers		76	48	481	48144
2986239	Pont de Quart	pont-de-quart	FR		0	Europe/Paris	44.71095	5.40172		Pont de Quart,Pont-de-Quart		84	26	261	26001
2986241	Pont de Petite Synthe	pont-de-petite-synthe	FR		0	Europe/Paris	50.99855	2.33375				32	59	594	59016
2986242	Pont-de-Pany	pont-de-pany	FR		0	Europe/Paris	47.29726	4.80762		Pont-de-Pany		27	21	212	21559
2986243	Pont de Moulon	pont-de-moulon	FR		0	Europe/Paris	47.1	2.4				24	18	181	18033
2986245	Pont-de-Menat	pont-de-menat	FR		0	Europe/Paris	46.10204	2.93111				84	63	634	63391
2986247	Pont-de-Leyris	pont-de-leyris	FR		0	Europe/Paris	45.1175	3.18638		Le Pont de Lery,Le Pont de Léry,Pont-de-Leyris		84	15	153	15259
2986250	Pont de l'Arc	pont-de-l-arc	FR		0	Europe/Paris	43.50838	5.44072				93	13	131	13001
2986254	Pont de Joux	pont-de-joux	FR		0	Europe/Paris	43.3639	5.61182				93	13	133	13086
2986255	Le Gué d'Arancé	le-gue-d-arance	FR		0	Europe/Paris	48.05	0.43333				52	72	722	72241
2986256	Pont-de-Dore	pont-de-dore	FR		0	Europe/Paris	45.83951	3.49909		Pont-de-Dore		84	63	635	63276
2986258	Pont de Chamet	pont-de-chamet	FR		0	Europe/Paris	43.65	4.65		Pont de Chamet,Saint-Victor		93	13	132	13004
2986259	Pont-de-Cervières	pont-de-cervieres	FR		0	Europe/Paris	44.88333	6.63333		Cervieres,Cervières,Pont-de-Cervieres,Pont-de-Cervières		93	05	051	05023
2986262	Pont-de-Braye	pont-de-braye	FR		0	Europe/Paris	47.77144	0.69101		Le Pont-de-Braye,Pont-de-Braye		52	72	721	72262
2986264	Pont-d'Aisy	pont-d-aisy	FR		0	Europe/Paris	47.38845	4.29988				27	21	213	21007
2986269	Pontchy	pontchy	FR		0	Europe/Paris	46.06808	6.40645				84	74	742	74042
2986272	Pontchartrain	pontchartrain	FR		0	Europe/Paris	48.80367	1.89991				11	78	782	78321
2986283	Pont-Bancet	pont-bancet	FR		0	Europe/Paris	45.71728	5.57776				84	01	011	01338
2986287	Pont-aux-Verriers	pont-aux-verriers	FR		0	Europe/Paris	48.09596	4.01608				44	10	103	10359
2986288	Pont-aux-Moines	pont-aux-moines	FR		0	Europe/Paris	47.8907	2.056		Pont-Peletier,Pont-aux-Moines		24	45	452	45194
2986290	Pontaut	pontaut	FR		0	Europe/Paris	48.12434	1.51547		Pontault,Pontaut		24	28	282	28283
2986297	Pont Astier	pont-astier	FR		0	Europe/Paris	45.86678	3.47326				84	63	635	63265
2986298	Pontarneaud	pontarneaud	FR		0	Europe/Paris	45.42825	0.56997				75	24	242	24253
2986305	Pontanézen	pontanezen	FR		0	Europe/Paris	48.41667	-4.46667				53	29	291	29019
2986312	Pontaillac	pontaillac	FR		0	Europe/Paris	45.62732	-1.04664				75	17	172	17306
2986314	Pont-à-Bucy	pont-a-bucy	FR		0	Europe/Paris	49.69057	3.48524		Pont-a-Bucy,Pont-à-Bucy		32	02	022	02559
2986315	Pont-Abbé	pont-abbe	FR		0	Europe/Paris	47.27791	2.5141				24	18	181	18109
2986316	Pont-à-Bar	pont-a-bar	FR		0	Europe/Paris	49.6884	4.84059		Pont-a-Bar,Pont-à-Bar		44	08	081	08140
2986326	Ponsonnanche	ponsonnanche	FR		248	Europe/Paris	44.92662	5.61477		Ponsonnanche,Ponsonnas		84	38	381	38438
2986340	Ponneau	ponneau	FR		0	Europe/Paris	46.68167	4.73417				27	71	712	71247
2986345	Ponessant	ponessant	FR		0	Europe/Paris	47.85668	3.10134				27	89	891	89086
2986347	Poneix	poneix	FR		0	Europe/Paris	45.37914	2.14305		Boueix,Poneix		75	19	193	19102
2986352	Ponçon	poncon	FR		0	Europe/Paris	44.5	5.21667				84	26	262	26060
2986359	Ponchapt	ponchapt	FR		0	Europe/Paris	44.88993	0.20402				75	24	241	24335
2986362	Poncet-la-Ville	poncet-la-ville	FR		0	Europe/Paris	47.03438	1.95466		Poncet,Poncet-la-Ville		24	36	364	36152
2986363	Poncet	poncet	FR		0	Europe/Paris	45.39886	0.85849				75	24	242	24496
2986366	Ponas	ponas	FR		0	Europe/Paris	45.61222	5.0925				84	38	382	38048
2986371	Pompois	pompois	FR		0	Europe/Paris	47.01165	-0.24707				75	79	791	79300
2986373	Pomples	pomples	FR		0	Europe/Paris	43.43333	6.53333				93	83	831	83004
2986378	Pompiéry	pompiery	FR		0	Europe/Paris	44.38333	6.36667		Pompierry,Pompiery,Pompiéry,Ponipier		93	04	043	04205
2986382	Pompidou	pompidou	FR		0	Europe/Paris	44.47658	1.01901				76	46	461	46307
2986419	Pommereau	pommereau	FR		0	Europe/Paris	48.48333	3.63333				44	10	102	10341
2986422	Pommeray	pommeray	FR		0	Europe/Paris	48.35386	1.30332				24	28	281	28021
2986424	Pommelin	pommelin	FR		0	Europe/Paris	48.82922	-3.10133				53	22	223	22127
2986425	Pommay	pommay	FR		0	Europe/Paris	48.08625	1.52663				24	28	282	28400
2986426	Pommare	pommare	FR		0	Europe/Paris	44.9684	4.79131				84	07	073	07293
2986431	Pomiès	pomies	FR		0	Europe/Paris	45.18333	2.33333		Pomies,Pomiès,Pommier		84	15	152	15003
2986433	Pomet	pomet	FR		0	Europe/Paris	44.28039	5.78968		Pomet,Poniet		93	05	052	05118
2986437	Pomeiret	pomeiret	FR		0	Europe/Paris	44.56667	6.31667		Le Pomeyret,Pomeiret		93	05	052	05040
2986439	Pomblin	pomblin	FR		0	Europe/Paris	48.0618	4.0464		Pomblin,Pont-Belin		44	10	103	10201
2986441	Pomayrede	pomayrede	FR		0	Europe/Paris	44.88287	1.51048				76	46	463	46220
2986446	Pomaray	pomaray	FR		0	Europe/Paris	45.28249	5.71049		Pomaray,Pomarey		84	38	381	38325
2986447	Pomairols	pomairols	FR		0	Europe/Paris	44.29348	3.02454				76	12	122	12270
2986380	Pompierre	pompierre	FR	88300	0	Europe/Paris	48.65848	2.92223				11	77	773	77031
2986456	Pollier	pollier	FR		0	Europe/Paris	46.42452	1.88453				75	23	232	23112
2986459	Pollet	pollet	FR		0	Europe/Paris	45.81556	5.1557		Pellet,Pollet		84	01	011	01378
2986474	Polier	polier	FR		0	Europe/Paris	46.3	2.61667				84	03	031	03314
2986476	Poleyrieu	poleyrieu	FR		0	Europe/Paris	45.7621	5.40959		Poleyrieu,Poleyrieu-Mepieu,Poleyrieu-Mépieu		84	38	382	38135
2986481	Poizay	poizay	FR		0	Europe/Paris	46.96503	0.62568				75	86	861	86183
2986482	Poizat	poizat	FR		0	Europe/Paris	45.73477	3.92674				84	42	421	42164
2986496	Poitière	poitiere	FR		0	Europe/Paris	46.19336	2.1319		Poitiere,Poitière,Pothiere,Pothière		75	23	231	23149
2986509	Poissac	poissac	FR		0	Europe/Paris	48.46871	1.7395				24	28	281	28285
2986510	Poissac	poissac	FR		0	Europe/Paris	45.26506	1.72326		Poissac		75	19	192	19038
2986511	Poisoux	poisoux	FR		0	Europe/Paris	46.37074	5.37856		Poisoux		27	39	392	39209
2986514	Poisieu	poisieu	FR		0	Europe/Paris	45.93599	5.70791		Poisieu,Poisieux,Poissieu		84	01	011	01079
2986515	Poisieu	poisieu	FR		0	Europe/Paris	45.69839	5.18511		Boisieu,Poisieu		84	38	382	38067
2986526	Poirond	poirond	FR		0	Europe/Paris	46.45946	1.78083		Le Poirond,Poirond		24	36	363	36126
2986542	Poinchy	poinchy	FR		0	Europe/Paris	47.82388	3.77311		Poinchy		27	89	891	89068
2986543	Poil-Vilain	poil-vilain	FR		0	Europe/Paris	46.89443	2.48176				24	18	182	18212
2986551	Poillé	poille	FR		0	Europe/Paris	48.13333	0.25				52	72	723	72340
2986560	Pogniat	pogniat	FR		0	Europe/Paris	45.88524	2.98406		Pauniat,Pogniat		84	63	634	63092
2986564	Poggiola	poggiola	FR		0	Europe/Paris	42.46576	9.30111		Poggiale,Poggiola		94	2B	2B3	2B079
2986565	Poggio d'Olmo	poggio-d-olmo	FR		0	Europe/Paris	41.47142	9.21656		Poggio d'Olmo		94	2A	2A4	2A041
2986568	Poggio-di-Tallano	poggio-di-tallano	FR		0	Europe/Paris	41.69903	9.05973		Poggio,Poggio-di-Tallano		94	2A	2A4	2A308
2986572	Poggio	poggio	FR		0	Europe/Paris	42.98277	9.37264		Poggio		94	2B	2B2	2B107
2986573	Poggio	poggio	FR		0	Europe/Paris	42.89811	9.40262		Poggio		94	2B	2B2	2B152
2986574	Poggio	poggio	FR		0	Europe/Paris	42.60267	8.92872		Poggio		94	2B	2B5	2B316
2986575	Poggio	poggio	FR		0	Europe/Paris	42.41306	9.42334		Poggie,Poggio		94	2B	2B3	2B299
2986576	Poggio di Lozzi	poggio-di-lozzi	FR		0	Europe/Paris	42.33682	8.98865		Poggio,Poggio di Lozzi		94	2B	2B3	2B147
2986577	Poggiale	poggiale	FR		0	Europe/Paris	41.51925	9.09572		Poggiale		94	2A	2A4	2A114
2986578	Pratu Tondu	pratu-tondu	FR		0	Europe/Paris	41.99131	8.83956		Poggi,Pratu Tondu		94	2A	2A1	2A271
2986583	Pœuilly	poeuilly	FR		109	Europe/Paris	49.88333	3.1				32	80	804	80629
2986584	Poetière	poetiere	FR		0	Europe/Paris	46.3481	3.19447				84	03	032	03134
2986525	Poiroux	poiroux	FR	85440	0	Europe/Paris	46.52851	0.76779				75	86	862	86126
2986590	Pocazet	pocazet	FR		0	Europe/Paris	47.43548	-2.01238				52	44	443	44152
2986594	Pluviers	pluviers	FR		0	Europe/Paris	45.63067	0.70418				75	24	242	24328
2986595	Pluvier	pluvier	FR		0	Europe/Paris	47.35714	4.38417				27	21	213	21280
2986604	Plumoison	plumoison	FR		0	Europe/Paris	50.38333	1.98333				32	62	624	62661
2986607	Plumeron	plumeron	FR		0	Europe/Paris	47.49691	4.17917				27	21	213	21247
2986637	Plounez	plounez	FR		0	Europe/Paris	48.77066	-3.07375		Plounez		53	22	222	22162
2986836	Platespinal	platespinal	FR		0	Europe/Paris	45.11898	4.3798				84	43	433	43129
2986648	Ploumanac'h	ploumanac-h	FR		0	Europe/Paris	48.82806	-3.48473				53	22	223	22168
2986651	Ploujean	ploujean	FR		0	Europe/Paris	48.60562	-3.83324		Ploujean		53	29	293	29151
2986684	Plouénez	plouenez	FR		0	Europe/Paris	48.35	-3.81667				53	29	292	29018
2986721	Plomarc'h-Tosta	plomarc-h-tosta	FR		0	Europe/Paris	48.09115	-4.3175		Plomarc'h,Plomarc'h-Tosta,Plomarc’h,Plomarc’h-Tosta		53	29	294	29046
2986728	Plœuc-sur-Lié	ploeuc-sur-lie	FR		3061	Europe/Paris	48.35	-2.75		Plek-sjur-L'e,Pljok-sjur-L'e,Ploeuc-sur-Lie,Ploeuc-sur-Lié,Ploheg,li ai he pan pu luo e ke,Плек-сюр-Лье,Плек-сюр-Льє,Плёк-сюр-Лье,利埃河畔普洛厄克		53	22	224	22203
2986736	Ploaré	ploare	FR		0	Europe/Paris	48.08333	-4.31667				53	29	294	29046
2986745	Pleynes	pleynes	FR		0	Europe/Paris	45.10993	4.34811				84	43	433	43244
2986749	Plevillier	plevillier	FR		0	Europe/Paris	48.70437	0.999				24	28	283	28322
2986778	Plessis-le-Roi	plessis-le-roi	FR		0	Europe/Paris	48.60192	2.56727		Plessis,Plessis-le-Roi		11	77	772	77445
2986779	Plessis-Gatebled	plessis-gatebled	FR		0	Europe/Paris	48.37839	3.4382		Le Plessis-Gatebled,Plessis-Gatebled		44	10	102	10208
2986780	Plessis-du-Mée	plessis-du-mee	FR		0	Europe/Paris	48.36701	3.36006		Plessis,Plessis-du-Mee,Plessis-du-Mée		27	89	893	89469
2986808	Pleiney	pleiney	FR		0	Europe/Paris	45.37107	4.40971				84	42	423	42224
2986809	Pleines-Oeuvres	pleines-oeuvres	FR		0	Europe/Paris	48.94071	-1.00524		Pleines-Oeuvres		28	50	504	50592
2986810	Pleine-Sevette	pleine-sevette	FR		0	Europe/Paris	49.80769	0.72934				28	76	761	76189
2986823	Plazanet	plazanet	FR		0	Europe/Paris	45.68389	2.04726				75	19	193	19164
2986831	Plaud	plaud	FR		0	Europe/Paris	45.91474	0.86806				75	87	873	87154
2986832	Plattemare	plattemare	FR		0	Europe/Paris	49.98333	1.5				28	76	761	76438
2986838	Plateau d'Assy	plateau-d-assy	FR		0	Europe/Paris	45.93624	6.69856		Assy,Plateau d'Assy		84	74	742	74208
2986839	Plateau	plateau	FR		0	Europe/Paris	48.49864	2.06218				11	91	911	91525
2986853	Plascassier	plascassier	FR		0	Europe/Paris	43.65	6.98333		Plascassier		93	06	061	06038
2986854	Plascaër	plascaer	FR		0	Europe/Paris	48.00441	-3.77258				53	29	294	29274
2986857	Planvillard	planvillard	FR		0	Europe/Paris	45.41895	6.49534		Plainvillard,Planvillard		84	73	731	73257
2986858	Plan Villard	plan-villard	FR		0	Europe/Paris	45.25913	6.4681				84	73	733	73261
2986864	Plantades	plantades	FR		0	Europe/Paris	45.58333	2.6				84	63	633	63024
2986868	Planque	planque	FR		0	Europe/Paris	50.39218	3.05312				32	59	593	59334
2986870	Planoy	planoy	FR		0	Europe/Paris	48.69311	3.0434				11	77	773	77527
2986872	Plan Motmin	plan-motmin	FR		0	Europe/Paris	45.78642	6.2659				84	74	741	74275
2986879	Planèze	planeze	FR		0	Europe/Paris	45.11667	0.46667				75	24	243	24309
2986884	Plan de Vitrolles	plan-de-vitrolles	FR		0	Europe/Paris	44.4126	5.95348		Le Plan-de-Vitrolles,Plan de Vitrolles,Plan-de-Vitrolles		93	05	052	05184
2986888	Plan de Chaude	plan-de-chaude	FR		0	Europe/Paris	44.06994	6.38803		Plan de Chaude,Plan de la Chaude,Plande Claude		93	04	042	04214
2986896	Planchevilliers	planchevilliers	FR		0	Europe/Paris	48.22626	1.76247				24	28	281	28426
2986897	Plancheville	plancheville	FR		0	Europe/Paris	48.24115	1.50579				24	28	282	28176
2986905	Planchemouton	planchemouton	FR		0	Europe/Paris	45.73333	1.76667				75	87	872	87064
2986909	Planchat	planchat	FR		0	Europe/Paris	45.93333	1.91667				75	23	232	23232
2986910	Planchat	planchat	FR		0	Europe/Paris	45.64435	3.97177				84	42	421	42205
2986913	Planchamp	planchamp	FR		0	Europe/Paris	44.47924	3.97791				76	48	482	48015
2986914	Planchadelle	planchadelle	FR		0	Europe/Paris	45.58333	2.53333				84	63	634	63225
2986917	Plan Bois	plan-bois	FR		0	Europe/Paris	45.4063	5.51905		Plan Bois,Plombois		84	38	382	38013
2986925	Plampinet	plampinet	FR		0	Europe/Paris	45.00292	6.66162				93	05	051	05093
2986951	Plaine-Joux	plaine-joux	FR		0	Europe/Paris	45.82675	6.63896		Plaine de Joux,Plaine-Joux		84	74	742	74173
2986953	Plaineffe	plaineffe	FR		0	Europe/Paris	47.05473	1.46785				24	36	362	36082
2986957	Plaine de la Brague	plaine-de-la-brague	FR		0	Europe/Paris	43.61426	7.12408		La Brague,Plaine de la Brague		93	06	061	06004
2986961	Plainartige	plainartige	FR		0	Europe/Paris	45.68657	1.79934				75	87	872	87104
2986968	Plagny	plagny	FR		0	Europe/Paris	46.85	3.16667		Plagny		27	58	583	58260
2986969	Plagnolles	plagnolles	FR		0	Europe/Paris	45.41652	3.90047				84	63	631	63465
2986972	Plagnes	plagnes	FR		0	Europe/Paris	44.78978	1.96183		Plagnes,Plugnes		76	46	462	46195
2986973	Plagnes	plagnes	FR		0	Europe/Paris	44.54001	3.09719				76	48	482	48192
2986974	Plagnes	plagnes	FR		0	Europe/Paris	43.83205	2.4569				76	81	811	81203
2986980	Sainte-Cécile-Plage	sainte-cecile-plage	FR		0	Europe/Paris	50.57743	1.57992		Plage-Saint-Cecily,Plage-Sainte-Cecile,Plage-Sainte-Cecily,Plage-Sainte-Cécile,Saint-Cecile,Sainte-Cecile,Sainte-Cecile-Plage,Sainte-Cécile,Sainte-Cécile-Plage		32	62	624	62201
2986981	Plage-des-Demoiselles	plage-des-demoiselles	FR		0	Europe/Paris	46.78229	-2.06606				52	85	853	85234
2986982	la Platja d'Argelers	la-platja-d-argelers	FR		0	Europe/Paris	42.55864	3.04424		Argeles Plage,Argeles-Plage,Argelès Plage,Argelès-Plage,la Platja d'Argelers		76	66	661	66008
2986983	Plafus	plafus	FR		0	Europe/Paris	48.10857	1.1607				24	28	282	28012
2986996	Pivot	pivot	FR		0	Europe/Paris	48.61443	3.24658				11	77	773	77414
2987092	Pinetu	pinetu	FR		0	Europe/Paris	42.31567	8.7127		Pinetu,Pinito		94	2A	2A1	2A279
2987004	Pithaux	pithaux	FR		0	Europe/Paris	48.26019	1.83625				24	28	281	28164
2987010	Pissot	pissot	FR		0	Europe/Paris	45.0636	0.67225		Pissot		75	24	243	24146
2987012	Pissis	pissis	FR		0	Europe/Paris	45.54512	3.50515				84	63	631	63119
2987014	Pisse Vieille	pisse-vieille	FR		0	Europe/Paris	47.03762	2.33885				24	18	181	18033
2987023	Pisseleux	pisseleux	FR		0	Europe/Paris	49.24153	3.08179				32	02	024	02810
2987026	Pisinale	pisinale	FR		0	Europe/Paris	41.93596	8.63743		Capo di Feno,Piscinale,Pisinale		94	2A	2A1	2A004
2987031	Pisciatello	pisciatello	FR		0	Europe/Paris	41.91464	8.83286		Pisciatella,Pisciatello		94	2A	2A1	2A085
2987032	Piscia Rossa	piscia-rossa	FR		0	Europe/Paris	42.00103	8.78178		Piscia Rossa		94	2A	2A1	2A001
2987033	Piscia	piscia	FR		0	Europe/Paris	41.54433	9.11606		Piscia		94	2A	2A4	2A114
2987036	Pirudel	pirudel	FR		0	Europe/Paris	47.52184	-1.6747		Pirudel,Pirudet		52	44	445	44224
2987039	Pironin	pironin	FR		0	Europe/Paris	45.7674	3.33202				84	63	635	63229
2987040	Pirolles	pirolles	FR		0	Europe/Paris	45.27183	4.11483				84	43	433	43025
2987048	Piquet	piquet	FR		0	Europe/Paris	45.12929	-0.63249				75	33	331	33100
2987050	Piquepoule	piquepoule	FR		0	Europe/Paris	44.34683	0.76916				75	47	473	47117
2987057	Pippemont	pippemont	FR		0	Europe/Paris	50.55579	2.308				32	62	625	62327
2987063	Piou	piou	FR		0	Europe/Paris	46.79257	1.83028				24	36	362	36112
2987065	Pioriol	pioriol	FR		0	Europe/Paris	45.34197	0.82929				75	24	242	24238
2987081	Pinson	pinson	FR		0	Europe/Paris	48.28436	2.41624		Pincon,Pinson,Pinçon		24	45	453	45191
2987085	Pinquat	pinquat	FR		0	Europe/Paris	45.06086	0.5894				75	24	243	24251
2987088	Pinoch	pinoch	FR		0	Europe/Paris	44.00046	3.69834				76	30	303	30325
2987104	Pinellu	pinellu	FR		0	Europe/Paris	41.97745	9.33234		Pinello,Pinellu		94	2B	2B3	2B277
2987115	Pinchefalise	pinchefalise	FR		0	Europe/Paris	50.16752	1.65819				32	80	801	80110
2987126	Pinarellu	pinarellu	FR		0	Europe/Paris	41.68424	9.37476		Pinarello,Pinarellu		94	2A	2A4	2A362
2987133	Pimpérigeas	pimperigeas	FR		0	Europe/Paris	45.89368	1.97609				75	23	231	23257
2987135	Pimouget	pimouget	FR		0	Europe/Paris	44.85	6.46667				93	05	051	05101
2987138	Pimont	pimont	FR		0	Europe/Paris	49.67632	0.20518				28	76	762	76693
2987140	Pimeule	pimeule	FR		0	Europe/Paris	47.78333	-2.06667				53	35	352	35328
2987143	Pimançon	pimancon	FR		0	Europe/Paris	48.10365	3.46241		Pimancon,Pimanson,Pimançon		27	89	893	89142
2987144	Pilvernier	pilvernier	FR		0	Europe/Paris	48.15235	2.5652				11	77	774	77297
2987145	Piloubeau	piloubeau	FR		0	Europe/Paris	44.3	5.8				93	05	052	05118
2987150	Pilliers	pilliers	FR		0	Europe/Paris	48.32627	2.86914				11	77	774	77501
2987151	Pilleverte	pilleverte	FR		0	Europe/Paris	48.43361	-1.93171				53	35	354	35225
2987152	Pillets	pillets	FR		0	Europe/Paris	47.18456	2.67632				24	18	181	18019
2987154	Pille	pille	FR		0	Europe/Paris	47.40628	3.2141				27	58	584	58089
2987167	Pigy	pigy	FR		0	Europe/Paris	48.55524	3.41092				11	77	773	77246
2987168	Pigy	pigy	FR		0	Europe/Paris	48.11778	3.84001				44	10	103	10441
2987170	Pignou	pignou	FR		0	Europe/Paris	47.1082	2.78733		Pignou,Pignoux		24	18	181	18105
2987172	Pignol	pignol	FR		0	Europe/Paris	47.3525	3.59018				27	58	582	58286
2987175	Pignera	pignera	FR		0	Europe/Paris	44.54585	0.37367				75	47	472	47189
2987183	Pigeyres	pigeyres	FR		0	Europe/Paris	44.99166	3.76193		Pigevres,Pigeyres,Pigèvres		84	43	432	43018
2987184	Pigeynes	pigeynes	FR		0	Europe/Paris	44.83811	3.94458				84	43	432	43168
2987185	Pigerolles	pigerolles	FR		0	Europe/Paris	45.77878	2.06779		Pigerolles		75	23	231	23090
2987094	Piney	piney	FR	10220	1252	Europe/Paris	48.36366	4.33325				44	10	103	10287
2987193	Petroli	petroli	FR		0	Europe/Paris	41.75012	8.72726		Petroli,Pietroli		94	2A	2A1	2A098
2987198	Pietra Rossa	pietra-rossa	FR		0	Europe/Paris	41.73507	8.81984		Pietra Rossa		94	2A	2A1	2A276
2987199	Pietrapola	pietrapola	FR		0	Europe/Paris	41.99028	9.30185		Pietrapola		94	2B	2B3	2B135
2987202	Pietranera	pietranera	FR		2743	Europe/Paris	42.72338	9.45621		Pietranera		94	2B	2B2	2B305
2987203	Petra Moneta	petra-moneta	FR		0	Europe/Paris	42.64743	9.09199		Petra Moneta,Pietra Moneta		94	2B	2B5	2B199
2987205	Petra Longa Salvini	petra-longa-salvini	FR		0	Europe/Paris	41.50908	9.23306		Petra Longa Salvini,Pietra Longa Salvini,Pietra Lunga,Pietralunga-Salvini		94	2A	2A4	2A288
2987206	Petra Longa Filippi	petra-longa-filippi	FR		0	Europe/Paris	41.57014	9.19172		Petra Longa Filippi,Pietralonga		94	2A	2A4	2A288
2987211	Pietre Bianche	pietre-bianche	FR		0	Europe/Paris	42.15588	9.31935		Pietra Bianca,Pietre Bianche		94	2B	2B3	2B016
2987244	Pierre Penot	pierre-penot	FR		0	Europe/Paris	44.68398	0.56078				75	24	241	24168
2987248	Pierrement	pierrement	FR		0	Europe/Paris	49.66223	1.67505				28	76	761	76343
2987254	Pierrelez	pierrelez	FR		0	Europe/Paris	48.73625	3.38177				11	77	773	77444
2987257	Pierre-Lay	pierre-lay	FR		0	Europe/Paris	47.08105	2.34419		Pierlay,Pierre-Lay		24	18	181	18033
2987261	Pierrelaigue	pierrelaigue	FR		0	Europe/Paris	45.33644	2.73705				84	15	153	15170
2987262	Pierre Grosse	pierre-grosse	FR		0	Europe/Paris	45.28353	7.00332				84	73	733	73040
2987263	Pierre-Grosse	pierre-grosse	FR		0	Europe/Paris	44.72514	6.86078				93	05	051	05077
2987267	Pierrefontaines	pierrefontaines	FR		0	Europe/Paris	47.79583	5.20374		Pierrefontaines		44	52	522	52384
2987288	Pierrefite	pierrefite	FR		0	Europe/Paris	45.10061	3.06951		Pierrefite,Pierrefitte		84	15	153	15231
2987290	Pierre Fiche	pierre-fiche	FR		0	Europe/Paris	45.73333	1.48333				75	87	872	87138
2987291	Pierre Fiche	pierre-fiche	FR		0	Europe/Paris	45.52274	1.36169				75	87	872	87049
2987311	Pierre Blanche	pierre-blanche	FR		0	Europe/Paris	47.83797	4.44615				27	21	213	21044
2987312	Pierre Besse	pierre-besse	FR		0	Europe/Paris	45.23851	2.73989				84	15	153	15049
2987313	Pierre-Bernat	pierre-bernat	FR		0	Europe/Paris	44.49703	0.37139				75	47	472	47122
2987321	Pierre	pierre	FR		0	Europe/Paris	45.39762	3.62298				84	63	631	63137
2987323	Maison Pieraggi	maison-pieraggi	FR		0	Europe/Paris	42.09523	9.36734		Maison Pieraggi,Pieraggi,Pierraggi		94	2B	2B3	2B229
2987326	Piépape	piepape	FR		0	Europe/Paris	47.72107	5.32226		Piepapa,Piepape,Piépape		44	52	522	52529
2987330	Piene	piene	FR		0	Europe/Paris	43.90845	7.51927		Piena,Piene,Piene-Haute,Pienne-Haute		93	06	062	06023
2987338	Piedmont	piedmont	FR		0	Europe/Paris	49.55088	5.76426				44	54	541	54382
2987339	Piedmont	piedmont	FR		0	Europe/Paris	45.65156	3.58348				84	63	631	63434
2987340	Pediquarcio	pediquarcio	FR		0	Europe/Paris	41.96765	9.35196		Pedi Quarciu,Pediquarcio,Picdiquarcio,Piediquarcio		94	2B	2B3	2B342
2987342	Piedilacorte	piedilacorte	FR		0	Europe/Paris	42.29596	9.3095		Piedicorte-di-Bozio,Piedilacorte,Piedilacorte-de-Bozio		94	2B	2B3	2B292
2987350	Piédemont	piedemont	FR		0	Europe/Paris	45.94017	-1.08567				75	17	172	17484
2987351	Piedivaldo	piedivaldo	FR		0	Europe/Paris	42.32464	9.22587		Pie del Valdo,Piedivaldo		94	2B	2B3	2B306
2987352	Pied du Mélézet	pied-du-melezet	FR		0	Europe/Paris	44.64844	6.79487				93	05	051	05026
2987353	Pied-de-Saint-Marc	pied-de-saint-marc	FR		0	Europe/Paris	46.39905	3.16114				84	03	032	03287
2987357	Picoudon	picoudon	FR		0	Europe/Paris	45.64791	5.01557				84	69	691	69289
2987358	Pichon	pichon	FR		0	Europe/Paris	47.51072	-1.55773				52	44	445	44149
2987364	Pichat	pichat	FR		0	Europe/Paris	45.26439	5.11378		Pichat,Pichet		84	26	263	26143
2987368	Picchieranaccio	picchieranaccio	FR		0	Europe/Paris	42.08962	8.73017		Picchieranaccio		94	2A	2A1	2A090
2987373	Picarnon	picarnon	FR		0	Europe/Paris	47.44917	3.13179				27	58	584	58077
2987379	Pibeuf	pibeuf	FR		0	Europe/Paris	49.53207	1.23037				28	76	763	76555
2987383	Piazza	piazza	FR		0	Europe/Paris	42.97584	9.37594		Piazza		94	2B	2B2	2B107
2987384	Piazza	piazza	FR		0	Europe/Paris	42.89697	9.408		Piazza		94	2B	2B2	2B152
2987386	Piaulard	piaulard	FR		0	Europe/Paris	45.84045	3.83938				84	42	422	42047
2987388	Piassac	piassac	FR		0	Europe/Paris	45.31196	3.89641				84	43	432	43189
2987398	Pianelli	pianelli	FR		0	Europe/Paris	41.57035	9.21487		Pianelli		94	2A	2A4	2A247
2987406	Pialeviales	pialeviales	FR		0	Europe/Paris	45.07692	4.15223		Pialeviales,Pialevialle		84	43	433	43007
2987414	Philipponet	philipponet	FR		0	Europe/Paris	47.99679	2.16804		Philiponnet,Philipponet,Philipponnet		24	45	452	45314
2987416	Phénix	phenix	FR		0	Europe/Paris	44.80443	0.60841		Fenix,Fénix,Phenix,Phénix		75	24	241	24374
2987417	Phelipé	phelipe	FR		0	Europe/Paris	46.07452	0.87312		Chez Phelipe,Chez Phelipé,Phelipe,Phelipé		75	87	871	87108
2987418	Phébus	phebus	FR		0	Europe/Paris	44.83927	1.84473				76	46	462	46281
2987445	Peyzieu	peyzieu	FR		0	Europe/Paris	45.70896	5.65645		Peyzieu		84	01	011	01015
2987446	Peyzat	peyzat	FR		0	Europe/Paris	46.2202	1.95964				75	23	232	23092
2987448	Peytivie	peytivie	FR		0	Europe/Paris	45.04223	1.21645				75	24	244	24364
2987451	Peyruzel	peyruzel	FR		0	Europe/Paris	44.76013	1.19873				75	24	244	24150
2987462	Peyrouteau	peyrouteau	FR		0	Europe/Paris	45.69509	0.72925				75	87	873	87168
2987465	Peyroulie	peyroulie	FR		0	Europe/Paris	44.54685	0.74442				75	47	473	47175
2987466	Peyroulet	peyroulet	FR		0	Europe/Paris	44.53658	1.00841				75			
2987469	Peyrot	peyrot	FR		0	Europe/Paris	45.00727	-0.47094				75	33	331	33366
2987479	Peyrol	peyrol	FR		0	Europe/Paris	44.43664	5.02049		Peyrol		84	26	262	26192
2987481	Peyrissat	peyrissat	FR		0	Europe/Paris	44.99079	1.91632		Peyrissac,Peyrissat		75	19	192	19133
2987493	Peyrie	peyrie	FR		0	Europe/Paris	44.54257	1.01466				75	47	473	47242
2987499	Peyret	peyret	FR		0	Europe/Paris	45.04488	1.68139				75	19	191	19138
2987501	Peyresq	peyresq	FR		0	Europe/Paris	44.06767	6.61785		Pevresq,Peyresq		93	04	042	04219
2987505	Peyremont	peyremont	FR		0	Europe/Paris	43.98333	7.56667				93	06	062	06132
2987509	Peyre-Levade	peyre-levade	FR		0	Europe/Paris	45.00116	1.52053		Peyre-Lavade,Peyre-Levade		76	46	463	46083
2987512	Peyrelade	peyrelade	FR		0	Europe/Paris	44.9702	3.01792		Peirelade,Peyrelade		84	15	153	15142
2987515	Peyre Grosse	peyre-grosse	FR		0	Europe/Paris	45.26667	2.61667				84	15	152	15246
2987518	Peyrefon	peyrefon	FR		0	Europe/Paris	45.03183	0.69061		Peyrafon,Peyrefon		75	24	243	24571
2987523	Peyredeyre	peyredeyre	FR		0	Europe/Paris	45.08256	3.91461				84	43	432	43061
2987525	Peyrebrune	peyrebrune	FR		0	Europe/Paris	44.72991	1.5001				76	46	463	46290
2987526	Peyrebrousson	peyrebrousson	FR		0	Europe/Paris	45.12562	4.26927				84	43	433	43244
2987535	Peyrat	peyrat	FR		0	Europe/Paris	46.06667	1.78333				75	23	232	23099
2987536	Peyrat	peyrat	FR		0	Europe/Paris	44.97546	0.51034				75	24	243	24285
2987537	Peyrastoul	peyrastoul	FR		0	Europe/Paris	44.50287	1.00825				75	47	473	47106
2987539	Peyrassol	peyrassol	FR		0	Europe/Paris	43.36667	6.26667				93	83	833	83057
2987540	Peyralet	peyralet	FR		0	Europe/Paris	45.29164	2.74378				84	15	153	15110
2987543	Peyrache	peyrache	FR		0	Europe/Paris	44.71016	5.25639				84	26	261	26368
2987545	Peypissot	peypissot	FR		0	Europe/Paris	45.19679	0.49082				75	24	243	24371
2987553	Peymilou	peymilou	FR		0	Europe/Paris	44.88036	0.41744				75	24	241	24340
2987490	Peyrieu	peyrieu	FR	01300	0	Europe/Paris	45.71568	5.28416				84	38	382	38146
2987560	Peychagnard	peychagnard	FR		0	Europe/Paris	44.94049	5.76407		Peychagnard,Peychagnard-et-le-Crey		84	38	381	38499
2987568	Peux	peux	FR		113	Europe/Paris	43.76865	2.85782		Pe-e-Kuffule,Peus e Cofoleus,Peux,Peux-et-Couffouleux,Pjo-eh-Kuffuljo,Pèus e Cofolèus,po he ku fu lei,Пе-е-Куффуле,Пё-э-Куффулё,珀和库富勒		76	12	121	12179
2987572	Peuplat	peuplat	FR		0	Europe/Paris	46.25	2.61667				84	03	031	03233
2987573	Peumot	peumot	FR		0	Europe/Paris	45.72805	2.70528				84	63	633	63176
2987576	Peulven	peulven	FR		0	Europe/Paris	48.66667	-3.63333				53	22	223	22194
2987578	Peugueffier	peugueffier	FR		0	Europe/Paris	46.42534	1.53133				24	36		
2987580	Peugis	peugis	FR		0	Europe/Paris	45.53333	0.3				75	16	161	16119
2987582	Peufavard	peufavard	FR		0	Europe/Paris	46.49016	0.88478				75	86	862	86117
2987584	Peuch	peuch	FR		0	Europe/Paris	45.5	2.16667				75	19	193	19136
2987585	Peubreau	peubreau	FR		0	Europe/Paris	46.72903	1.32221				24	36	361	36124
2987599	Petit Viopis	petit-viopis	FR		0	Europe/Paris	44.71709	5.30242				84	26	261	26027
2987600	Petit Vimy	petit-vimy	FR		0	Europe/Paris	50.3719	2.79714		Le Petit Vimy,Petit Vimy		32	62	627	62861
2987601	Petit Villatte	petit-villatte	FR		0	Europe/Paris	47.3	2.3				24	18	183	18165
2987602	Petit Villard	petit-villard	FR		0	Europe/Paris	46.80195	6.11624				27	39	392	39331
2987604	Petit Veauville	petit-veauville	FR		0	Europe/Paris	49.70954	0.70816		Petit Vauville,Petit Veauville		28	76	763	76355
2987605	Petit Vaux	petit-vaux	FR		0	Europe/Paris	47.75	3.6		Petit Vaux		27	89	891	89077
2987607	Petit Torcy	petit-torcy	FR		0	Europe/Paris	49.72242	0.58897				28	76	761	76490
2987610	Petit Tassay	petit-tassay	FR		0	Europe/Paris	46.94295	2.05743				24	36	364	36052
2987615	Petits Alleux	petits-alleux	FR		0	Europe/Paris	48.44971	0.96419				24	28	284	28401
2987616	Petit Saint-Malo	petit-saint-malo	FR		0	Europe/Paris	48.62475	-2.39195				53	22	224	22242
2987617	Petit Saint-Elven	petit-saint-elven	FR		0	Europe/Paris	48.46667	-4.36667				53	29	291	29095
2987618	Petit Saint-Chéreau	petit-saint-chereau	FR		0	Europe/Paris	48.14207	0.34218				52	72	723	72026
2987619	Petit Ruissotte	petit-ruissotte	FR		0	Europe/Paris	47.41359	3.93153				27	89	892	89347
2987620	Petit Rouvre	petit-rouvre	FR		0	Europe/Paris	47.24133	0.86856		Le Petit Rouvre,Petit Rouvre		24	37	373	37085
2987622	Petit Ronchois	petit-ronchois	FR		0	Europe/Paris	49.72441	1.65321				28	76	761	76537
2987623	Petit Rompu	petit-rompu	FR		0	Europe/Paris	45.75	1.25				75	87	872	87192
2987624	Petit Rognac	petit-rognac	FR		0	Europe/Paris	45.19206	0.85519				75	24	243	24026
2987625	Petit Riville	petit-riville	FR		0	Europe/Paris	49.71571	0.57863				28	76	762	76529
2987630	Petit Quinquis-Ivin	petit-quinquis-ivin	FR		0	Europe/Paris	48.25	-3.91667				53	29	292	29033
2987631	Petit Quinquis	petit-quinquis	FR		0	Europe/Paris	48.53333	-4.6				53	29	291	29196
2987632	Petit Quesnay	petit-quesnay	FR		0	Europe/Paris	49.67471	1.1777		Le Petit Quesnay,Le Quesnay,Petit Quesnay		28	76	761	76138
2987633	Petit Quercamps	petit-quercamps	FR		0	Europe/Paris	50.74659	2.0383				32	62	625	62169
2987634	Petit Port	petit-port	FR		0	Europe/Paris	50.13932	1.74939				32	80	801	80691
2987635	Petit Port	petit-port	FR		0	Europe/Paris	48.4	-4.95				53			
2987639	Petit Penarménez	petit-penarmenez	FR		0	Europe/Paris	48.11667	-3.93333				53	29	294	29048
2987640	Petit Paris	petit-paris	FR		0	Europe/Paris	48.40372	-4.4603		Le Petit Paris,Petit Paris		53	29	291	29019
2987641	Petit Palais	petit-palais	FR		595	Europe/Paris	44.98139	-0.06367		Le Petit Palais,Le Petit Palais-et Cornemps,Petit Palais,Petit-Palais-et-Cornemps		75	33	335	33320
2987643	Petit Nogent	petit-nogent	FR		0	Europe/Paris	48.48928	4.31746		Petit Nogent		44	10	103	10267
2987644	Petit Neuzilly	petit-neuzilly	FR		0	Europe/Paris	47.06928	3.59261				27	58	581	58171
2987645	Petit Moulin	petit-moulin	FR		0	Europe/Paris	47.96184	-1.15217				52	53	531	53088
2987646	Petit Morvilliers	petit-morvilliers	FR		0	Europe/Paris	48.37908	4.63766				44	10	101	10258
2987650	Petit Montaigut	petit-montaigut	FR		0	Europe/Paris	48.26667	0.88333				24	28	284	28407
2987652	Petit Moisenay	petit-moisenay	FR		0	Europe/Paris	48.56313	2.74913				11	77	772	77295
2987656	Petit Ménès-Riou	petit-menes-riou	FR		0	Europe/Paris	47.96667	-3.93333				53	29	294	29272
2987657	Petit Mas d'Avignon	petit-mas-d-avignon	FR		0	Europe/Paris	43.51667	4.71667				93	13	132	13004
2987660	Petit Maleray	petit-maleray	FR		0	Europe/Paris	46.87862	2.18305		Le Petit Maleray,Petit Maleray		24	18	181	18137
2987662	Petit Lopers	petit-lopers	FR		0	Europe/Paris	47.98333	-3.53333				53	29	294	29230
2987663	Petit Lojon	petit-lojon	FR		0	Europe/Paris	47.30933	2.06143				24	41	413	41256
2987664	Petit Ligautenx	petit-ligautenx	FR		0	Europe/Paris	44.26673	-0.99178				75	40	402	40163
2987665	Petit Lestréonec	petit-lestreonec	FR		0	Europe/Paris	48.48333	-4.3				53	29	291	29179
2987666	Petit Lesivy	petit-lesivy	FR		0	Europe/Paris	48.46667	-4.33333				53	29	291	29245
2987670	Petit le Crann	petit-le-crann	FR		0	Europe/Paris	48.36667	-3.78333				53	29	292	29081
2987677	Petit Keryéau	petit-keryeau	FR		0	Europe/Paris	48.28333	-3.95		Petit Keryaut,Petit Keryeau,Petit Keryéau		53	29	292	29162
2987678	Petit Kerloïs	petit-kerlois	FR		0	Europe/Paris	48.51667	-4.33333				53	29	291	29179
2987679	Petit Kerinou	petit-kerinou	FR		0	Europe/Paris	48.4	-4.48333				53	29	291	29019
2987680	Petit Kergonan	petit-kergonan	FR		0	Europe/Paris	48.23333	-3.68333				53	29	292	29029
2987681	Petit Jauniat	petit-jauniat	FR		0	Europe/Paris	45.79484	0.52089				75	16	163	16416
2987682	Petit Jard	petit-jard	FR		0	Europe/Paris	48.57128	2.65097				11	77	772	77495
2987683	Petit-Jainville	petit-jainville	FR		0	Europe/Paris	49.61679	0.97649				28	76	763	76234
2987684	Petit Gouvoux	petit-gouvoux	FR		0	Europe/Paris	45.71192	5.51747				84	38	382	38465
2987686	Petit Frévaux	petit-frevaux	FR		0	Europe/Paris	47.99007	3.69825				27	89	891	89345
2987688	Petit-Fort-Philippe	petit-fort-philippe	FR		0	Europe/Paris	51.0007	2.11868		Petit-Fort-Philippe		32	59	594	59273
2987693	La Petite Verrerie	la-petite-verrerie	FR		0	Europe/Paris	48.22343	7.25205		La Petite Verrerie,Petite-Verrerie		44	68	682	68269
2987697	Petite-Synthe	petite-synthe	FR		0	Europe/Paris	51.02298	2.34667		Petite-Synthe		32	59	594	59183
2987699	Petites Maisons	petites-maisons	FR		0	Europe/Paris	49.1	1.75				11	95	953	95270
2987700	Petite Serenne	petite-serenne	FR		0	Europe/Paris	44.53333	6.76667				93	04	041	04193
2987705	Petite Sainte-Anne	petite-sainte-anne	FR		0	Europe/Paris	44.26632	5.91075				93	05	052	05103
2987708	Petite Poisse	petite-poisse	FR		0	Europe/Paris	47.5442	3.38815		La Poisse,Petite Poisse		27	89	891	89148
2987712	Petite Menuère	petite-menuere	FR		0	Europe/Paris	47.38333	-1.01667				52	44	445	44213
2987713	Petite Massonière	petite-massoniere	FR		0	Europe/Paris	48.31612	0.93484				24	28	284	28236
2987716	Petite Lande	petite-lande	FR		0	Europe/Paris	48.09622	-0.78068		Lande Petite,Petite Lande		52	53	532	53054
2987719	Petit Égrefin	petit-egrefin	FR		0	Europe/Paris	48.4	0.36667				52	72	722	72091
2987736	Petite Balleyte	petite-balleyte	FR		0	Europe/Paris	46.13252	2.02204				75	23	231	23154
2987739	Petit Drévez	petit-drevez	FR		0	Europe/Paris	47.98333	-4.31667				53	29	294	29108
2987740	Petit Dive	petit-dive	FR		0	Europe/Paris	48.38333	0.36667				52	72	722	72188
2987741	Petit Cussac	petit-cussac	FR		0	Europe/Paris	45.1012	-0.72691				75	33	334	33146
2987744	Petit-Cozance	petit-cozance	FR		0	Europe/Paris	45.70029	5.3282				84	38	382	38515
2987745	Petit Cour	petit-cour	FR		0	Europe/Paris	45.43962	4.8826		Petit Cour,Petit Court		84	38	383	38131
2987746	Petit Cormier	petit-cormier	FR		0	Europe/Paris	47.85	0.28333				52	72	723	72124
2987747	Petit Coincet	petit-coincet	FR		0	Europe/Paris	45.74316	4.157				84	42	421	42174
2987748	Petit-Coeur	petit-coeur	FR		0	Europe/Paris	45.52249	6.48755		Petit-Coeur		84	73	731	73187
2987749	Petit Cidetot	petit-cidetot	FR		0	Europe/Paris	49.60626	0.87227				28	76	763	76433
2987750	Petit Chavon	petit-chavon	FR		0	Europe/Paris	44.01448	5.55033				93	04	044	04208
2987751	Petit Chaumont	petit-chaumont	FR		0	Europe/Paris	47.85225	3.33367		Chaumont,Petit Chaumont		27	89	891	89088
2987752	Petit Chatenay	petit-chatenay	FR		0	Europe/Paris	47.03869	3.5566				27	58	583	58223
2987753	Petit Chardavon	petit-chardavon	FR		0	Europe/Paris	44.34399	6.29411				93	04	043	04203
2987754	Petit Chanoy	petit-chanoy	FR		0	Europe/Paris	47.574	2.77104				24	45	451	45087
2987758	Petit-Brunville	petit-brunville	FR		0	Europe/Paris	49.59892	0.91451				28	76	763	76385
2987759	Petit-Breuil-Deyrançon	petit-breuil-deyrancon	FR		0	Europe/Paris	46.19341	-0.64319		Petit Breuil,Petit-Breuil-Deyrancon,Petit-Breuil-Deyrançon		75	79	792	79170
2987760	Petit Bouville	petit-bouville	FR		0	Europe/Paris	48.43229	2.2859		Le Petit Bouville,Petit Bouville		11	91	911	91100
2987761	Petit Bourgneuf	petit-bourgneuf	FR		0	Europe/Paris	47.91667	2.01667				24	45	452	45089
2987762	Petit-Bourg-des-Herbiers	petit-bourg-des-herbiers	FR		0	Europe/Paris	46.87036	-1.00274		Petit Bourg,Petit-Bourg-des-Herbiers		52	85	852	85109
2987763	Petit Boulay	petit-boulay	FR		0	Europe/Paris	48.30219	0.5505		Boulay,Petit Boulay		28	61	613	61207
2987764	Petit Bonnezeaux	petit-bonnezeaux	FR		0	Europe/Paris	47.27063	-0.48339				52	49	491	49345
2987765	Petit-Blanque	petit-blanque	FR		0	Europe/Paris	49.61667	0.65				28	76	763	76225
2987768	Petit-Berneval	petit-berneval	FR		0	Europe/Paris	49.96541	1.19535		Berneval-sur-Mer,Le Petit-Berneval,Petit-Berneval		28	76	761	76618
2987769	Petit Bergeresse	petit-bergeresse	FR		0	Europe/Paris	47.19651	0.92066		Petit Bergeres,Petit Bergeresse		24	37	373	37016
2987770	Petit Beire	petit-beire	FR		0	Europe/Paris	47.40556	5.20166				27	21	212	21056
2987771	Petit Beaumont	petit-beaumont	FR		0	Europe/Paris	46.71895	3.00133				84	03	032	03210
2987773	Petit Bailly	petit-bailly	FR		0	Europe/Paris	47.94097	3.26564				27	89	893	89388
2987774	Petit Badon	petit-badon	FR		0	Europe/Paris	43.44906	4.68558		Badon Petit,Petit Badon		93	13	132	13004
2987777	Petit Aulnay	petit-aulnay	FR		0	Europe/Paris	48.46888	4.41017				44	10	101	10017
2987778	Petit Attiches	petit-attiches	FR		0	Europe/Paris	50.51344	3.06543				32	59	595	59022
2987779	Petit-Appeville	petit-appeville	FR		0	Europe/Paris	49.90275	1.05394		Appeville,Petit-Appeville		28	76	761	76349
2987780	Pétillat	petillat	FR		0	Europe/Paris	46.09106	1.9171				75	23	232	23150
2987781	Petignon	petignon	FR		0	Europe/Paris	45.01667	4.48333				84	07	073	07079
2987783	Pétichet	petichet	FR		0	Europe/Paris	44.9985	5.77339		Petichet,Petit Chat,Pétichet		84	38	381	38462
2987786	Pételoup	peteloup	FR		0	Europe/Paris	47.17076	3.09486				27	58	584	58220
2987790	Pesteau-le-Haut	pesteau-le-haut	FR		0	Europe/Paris	47.67442	3.49336				27	89	891	89252
2987791	Pesteau-le-Bas	pesteau-le-bas	FR		0	Europe/Paris	47.67915	3.49362				27	89	891	89252
2987792	Pesteau	pesteau	FR		0	Europe/Paris	47.66667	3.5				27	89	891	89252
2987795	Pessens	pessens	FR		0	Europe/Paris	44.36321	2.65304				76	12	122	12131
2987796	Pesselières	pesselieres	FR		0	Europe/Paris	47.216	2.77886				24	18	181	18116
2987797	Pesselière	pesseliere	FR		0	Europe/Paris	47.56453	3.34298				27	89	891	89400
2987798	Pessel	pessel	FR		0	Europe/Paris	44.79857	0.93648				75	24	241	24560
2987799	Pessat	pessat	FR		490	Europe/Paris	45.91438	3.15657		Pessat,Pessat-Villeneuve		84	63	634	63278
2987803	Pessade	pessade	FR		0	Europe/Paris	45.63584	2.88949				84	63	632	63407
2987810	Peslan	peslan	FR		0	Europe/Paris	47.47846	-1.8694				52	44	443	44068
2987821	Pertus	pertus	FR		0	Europe/Paris	45.56591	3.26161				84	63	633	63261
2987822	Pertuis Nanti	pertuis-nanti	FR		0	Europe/Paris	48.02181	-2.27895				53	35	353	35211
2987840	Persuel	persuel	FR		0	Europe/Paris	48.28953	-4.54654				53	29	292	29042
2987844	Pers-huon	pers-huon	FR		0	Europe/Paris	48.63333	-3.46667		Pers-huon,Pors-huon		53	22	223	22207
2987862	Perrotet	perrotet	FR		0	Europe/Paris	43.88333	5.36667				93	84	841	84003
2987865	Perros	perros	FR		0	Europe/Paris	48.7	-3.83333		Perros,Perros-le-Diben		53	29	293	29188
2987866	Perros	perros	FR		0	Europe/Paris	48.60516	-4.551		Perros		53	29	291	29195
2987867	Perros	perros	FR		0	Europe/Paris	48.46442	-4.76142				53	29	291	29098
2987870	Perrinet	perrinet	FR		0	Europe/Paris	46.75957	3.19019				27	58	583	58057
2987886	Perrière	perriere	FR		0	Europe/Paris	44.23333	6.65				93	04	042	04006
2987890	Perricard	perricard	FR		0	Europe/Paris	44.45512	0.97678				75	47	473	47185
2987894	Perreuse	perreuse	FR		0	Europe/Paris	47.53988	3.21905		Perreuse		27	89	891	89420
2987896	Perret-Dessus	perret-dessus	FR		0	Europe/Paris	45.813	5.91387				84	74	741	74170
2987897	Perret-Dessous	perret-dessous	FR		0	Europe/Paris	45.81789	5.91525				84	74	741	74170
2987902	Perre	perre	FR		0	Europe/Paris	47.25	0.48333				24	37	372	37067
2987906	Perray	perray	FR		0	Europe/Paris	47.06667	0.49228				24	37	371	37199
2987907	Perranges	perranges	FR		0	Europe/Paris	47.02797	3.57226				27	58	583	58223
2987909	Perran	perran	FR		0	Europe/Paris	48.27803	-3.28651				53	22	222	22229
2987912	Perquelin	perquelin	FR		0	Europe/Paris	45.33212	5.84618				84	38	381	38442
2987839	Pertain	pertain	FR	80320	325	Europe/Paris	49.81167	2.8686		Pertain		32	80	804	80621
2987923	Peros	peros	FR		0	Europe/Paris	48.2	-3.93333				53	29	292	29162
2987924	Péros	peros	FR		0	Europe/Paris	48.05662	-3.07455				53	56	562	56125
2987937	Pérol	perol	FR		0	Europe/Paris	45.76498	2.71303				84	63	634	63289
2987938	Pérol	perol	FR		0	Europe/Paris	45.4	2.58333				84	15	152	15038
2987944	Perno	perno	FR		0	Europe/Paris	47.46655	-2.17738				52	44	443	44098
2987951	Pernaman	pernaman	FR		0	Europe/Paris	48.48333	-4.08333				53	29	293	29128
2987957	Périssanges	perissanges	FR		0	Europe/Paris	45.56667	2.58333				84	63	633	63426
2987958	Périssanges	perissanges	FR		0	Europe/Paris	45.39176	3.77149				84	63	631	63139
2987965	Périllos	perillos	FR		0	Europe/Paris	42.89706	2.84662		Perillos,Périllos		76	66	662	66127
2987990	Perherhel	perherhel	FR		0	Europe/Paris	48.7	-3.85				53			
2987993	Pereyrols	pereyrols	FR		0	Europe/Paris	44.82884	0.88647				75	24	241	24068
2988002	Pérérol	pererol	FR		0	Europe/Paris	45.39458	3.10145				84	63	633	63009
2988004	Père Mathieu	pere-mathieu	FR		0	Europe/Paris	46.26418	2.72997				84	03	031	03106
2988010	Perduville	perduville	FR		0	Europe/Paris	49.67614	1.35876				28	76	761	76126
2988018	Percoq	percoq	FR		0	Europe/Paris	49.63333	0.28333				28	76	762	76196
2988027	Percey-sous-Montormentier	percey-sous-montormentier	FR		0	Europe/Paris	47.61461	5.36411				44	52	522	52158
2988028	Percey-le-Pautel	percey-le-pautel	FR		0	Europe/Paris	47.75696	5.31927		Percey,Percey-le-Pautel,Percy le Pautel		44	52	522	52292
2988035	Perbin	perbin	FR		0	Europe/Paris	45.61153	1.18704				75	87	872	87096
2988040	Péraclos	peraclos	FR		0	Europe/Paris	46.10578	3.02423				84	03	033	03078
2988047	Penzé	penze	FR		0	Europe/Paris	48.6	-3.93333				53	29	293	29279
2988048	Penyenn	penyenn	FR		0	Europe/Paris	48.51667	-4.35		Penyeen,Penyenn		53	29	291	29179
2988050	Penvins	penvins	FR		0	Europe/Paris	47.50599	-2.68393				53	56	563	56240
2988052	Penvern	penvern	FR		0	Europe/Paris	48.02393	-2.84288				53	56	562	56144
2988053	Penvenn	penvenn	FR		0	Europe/Paris	48.25	-3.51667				53	22	222	22202
2988055	Pentrez	pentrez	FR		0	Europe/Paris	48.2	-4.3				53	29	292	29256
2988058	Penthičvre	penthicvre	FR		0	Europe/Paris	47.5556	-3.13422		Penthicvre,Penthievre,Penthičvre		53	56	561	56234
2988059	Penteloup	penteloup	FR		0	Europe/Paris	46.58132	2.23847		Penteloup,Penteuloup		24	18	182	18217
2988061	Penti	penti	FR		0	Europe/Paris	42.35646	9.45155		Pente,Penti		94	2B	2B3	2B317
2988067	Penserole	penserole	FR		0	Europe/Paris	46.52685	2.50828		Penserole,Penserolles		24	18	182	18238
2988068	Penquesten	penquesten	FR		0	Europe/Paris	47.86667	-3.23333				53	56	561	56090
2988069	Penquer Coadigou	penquer-coadigou	FR		0	Europe/Paris	48.01667	-3.76667		Coadigou,Penquer Coadigou,Penquer-Coadigon		53	29	294	29274
2988070	Penpoul	penpoul	FR		0	Europe/Paris	48.68333	-3.96667		Pempoul,Penpoul		53			
2988077	Pennenes	pennenes	FR		0	Europe/Paris	48.68333	-3.65		Pen Enez,Pennenes		53			
2988094	Penlan	penlan	FR		0	Europe/Paris	48.76667	-3.55				53	22	223	22343
2988095	Penlan	penlan	FR		0	Europe/Paris	48.65	-3.96667				53	29	293	29259
2988096	Penlan	penlan	FR		0	Europe/Paris	48.56667	-4.43333				53	29	291	29093
2988099	Penhouët	penhouet	FR		0	Europe/Paris	48.05153	-2.63053				53	22	224	22027
2988100	Penhouët	penhouet	FR		0	Europe/Paris	48.02817	-2.69484		Penhoet,Penhouet,Penhouët,Penhoët		53	56	562	56024
2988101	Penhouët	penhouet	FR		0	Europe/Paris	47.97981	-2.414				53	56	562	56122
2988102	Penhoat Cadol	penhoat-cadol	FR		0	Europe/Paris	47.93333	-3.88333				53	29	294	29146
2988103	Penhoat	penhoat	FR		0	Europe/Paris	48.44808	-4.62003				53	29	291	29260
2988104	Penhoat	penhoat	FR		0	Europe/Paris	48.45	-4.45				53	29	291	29061
2988105	Penhoat	penhoat	FR		0	Europe/Paris	48.38333	-4.3				53	29	291	29140
2988106	Penhoat	penhoat	FR		0	Europe/Paris	48.13333	-3.66667				53	56	562	56199
2988108	Pen-Hir	pen-hir	FR		0	Europe/Paris	48.26443	-4.61439				53	29	292	29022
2988109	Penher	penher	FR		0	Europe/Paris	47.75478	-3.33879				53	56	561	56098
2988110	Penhars	penhars	FR		0	Europe/Paris	47.98333	-4.13333				53	29	294	29232
2988112	Penharn	penharn	FR		0	Europe/Paris	48.06345	-4.62567				53	29	294	29028
2988113	Pen-hap	pen-hap	FR		0	Europe/Paris	47.56919	-2.85371				53	56	563	56087
2988118	Penfeld	penfeld	FR		0	Europe/Paris	48.41667	-4.53333				53	29	291	29069
2988122	Pénens	penens	FR		0	Europe/Paris	44.28467	3.89852				76	48	481	48152
2988126	Pendreff	pendreff	FR		0	Europe/Paris	48.03333	-4.7				53	29	294	29168
2988130	Penchâteau	penchateau	FR		0	Europe/Paris	47.2636	-2.41973				52	44	443	44135
2988135	Pen-ar-Vern	pen-ar-vern	FR		0	Europe/Paris	48.28333	-4.15		Pen ar Ven,Pen-ar-Vern		53	29	292	29053
2988136	Pen-ar-Valy	pen-ar-valy	FR		0	Europe/Paris	48.58333	-4.11667				53	29	293	29213
2988137	Penarros	penarros	FR		0	Europe/Paris	48.25	-3.76667				53	29	292	29102
2988138	Penar Pors	penar-pors	FR		0	Europe/Paris	48.68333	-4.16667				53	29	293	29185
2988139	Penarménez	penarmenez	FR		0	Europe/Paris	48.11667	-3.93333				53	29	294	29048
2988140	Penn Arlan	penn-arlan	FR		0	Europe/Paris	48.46195	-5.05508				53	29	291	29155
2988141	Pen-ar-lan	pen-ar-lan	FR		0	Europe/Paris	48.21667	-3.75				53	29	292	29175
2988142	Pen-ar-Forest	pen-ar-forest	FR		0	Europe/Paris	48.46109	-4.35333				53	29	291	29095
2988143	Penanvern	penanvern	FR		0	Europe/Paris	48.5	-3.91667				53	29	293	29266
2988144	Pen an Stang	pen-an-stang	FR		0	Europe/Paris	48.54727	-3.31447				53	22	222	22135
2988145	Penan-Hars	penan-hars	FR		0	Europe/Paris	48.66667	-3.51667				53	22	223	22226
2988146	Pen-an-guer	pen-an-guer	FR		0	Europe/Paris	48.23939	-4.37254				53	29	292	29280
2988147	Penanerch	penanerch	FR		0	Europe/Paris	48.01667	-4.03333				53	29	294	29051
2988148	Penaneach	penaneach	FR		0	Europe/Paris	48.03333	-4.65		Penaneach,Penneach		53	29	294	29168
2988154	Pelvert	pelvert	FR		0	Europe/Paris	49.89963	1.38211				28	76	761	76054
2988176	Pellebize	pellebize	FR		0	Europe/Paris	46.41438	2.8562				84	03	031	03315
2988180	Pellas	pellas	FR		0	Europe/Paris	44.86209	5.5613		Les Pellas,Pellas		84	38	381	38429
2988182	Vieux Pellafol	vieux-pellafol	FR		151	Europe/Paris	44.79431	5.91561		Pellafol,Vieux Pellafol		84	38	381	38299
2988183	Pellachal	pellachal	FR		0	Europe/Paris	45.41667	2.28333				75	19	193	19148
2988184	Pelissous	pelissous	FR		0	Europe/Paris	44.87888	0.55022				75	24	241	24145
2988185	Pelisserie	pelisserie	FR		0	Europe/Paris	45.07423	1.8054				75	19	191	19054
2988196	Pelairey	pelairey	FR		0	Europe/Paris	45.36667	1.11667				75	24	242	24227
2988201	Péjaudier	pejaudier	FR		0	Europe/Paris	46.46447	2.35838				84	03	031	03317
2988202	Peissonnel	peissonnel	FR		0	Europe/Paris	43.38333	6.43333				93	83	831	83148
2988204	Peireix	peireix	FR		0	Europe/Paris	45.75521	1.31884				75	87	872	87019
2988206	Peïra-Cava	peira-cava	FR		0	Europe/Paris	43.93482	7.36365		Peira-Cava,Peïra-Cava		93	06	062	06077
2988210	Peinin	peinin	FR		0	Europe/Paris	44.76818	6.8803		Peinim,Peinin		93	05	051	05003
2988217	Peignat	peignat	FR		0	Europe/Paris	45.87088	5.9835				84	74	741	74161
2988219	Pégotard	pegotard	FR		0	Europe/Paris	45.47865	3.50159				84	63	633	63448
2988221	Pégoire	pegoire	FR		0	Europe/Paris	45.48363	3.57255				84	63	631	63353
2988222	Pegermau	pegermau	FR		0	Europe/Paris	44.6195	0.77263				75	47	473	47240
2988223	Pegauret	pegauret	FR		0	Europe/Paris	44.86277	0.93578				75	24	244	24388
2988228	Pedi Mozza	pedi-mozza	FR		0	Europe/Paris	42.04869	9.35537		Pedi Mozza,Pedimozza		94	2B	2B3	2B236
2988231	Pedanu	pedanu	FR		0	Europe/Paris	42.54396	9.17835		Pedano,Pedanu		94	2B	2B5	2B223
2988234	Pecqueux	pecqueux	FR		0	Europe/Paris	48.62601	2.85767				11	77	773	77010
2988242	Pech Sec	pech-sec	FR		0	Europe/Paris	44.765	1.01928				75	24	244	24035
2988243	Pechpialat	pechpialat	FR		0	Europe/Paris	44.75782	1.28231				75	24	244	24300
2988245	Pech Farrat	pech-farrat	FR		0	Europe/Paris	44.76377	1.75403				76	46	463	46128
2988247	Pechelbronn	pechelbronn	FR		0	Europe/Paris	48.93943	7.82625				44	67	672	67290
2988248	Pech del Sol	pech-del-sol	FR		0	Europe/Paris	44.71226	1.61591		Pech del Sol,Sol del Pech		76	46	463	46059
2988249	Pech Curet	pech-curet	FR		0	Europe/Paris	44.69941	1.28653				76	46	463	46297
2988252	Pech-Aussou	pech-aussou	FR		0	Europe/Paris	44.46988	1.04748				76	46	461	46187
2988254	Péchaude	pechaude	FR		0	Europe/Paris	45.03406	1.29533		Pechaude,Pechaude Haute,Péchaude		75	24	244	24012
2988255	Péchaud	pechaud	FR		0	Europe/Paris	44.73041	1.68415				76	46	463	46018
2988257	Pechalifour	pechalifour	FR		0	Europe/Paris	44.89855	0.99799				75	24	244	24396
2988258	Péchadoire	pechadoire	FR		0	Europe/Paris	45.84731	2.85722		Pechadoire,Pechadoires,Péchadoire,Péchadoires		84	63	634	63381
2988262	Pecdorat	pecdorat	FR		0	Europe/Paris	44.71414	0.62567				75	24	241	24045
2988271	Peaudeleu	peaudeleu	FR		0	Europe/Paris	49.63333	1.43333				28	76	761	76678
2988274	Pealussin	pealussin	FR		0	Europe/Paris	45.42481	4.49527				84	42	423	42322
2988275	Péalat	pealat	FR		0	Europe/Paris	45.48667	2.91942				84	63	633	63038
2988276	Péage	peage	FR		0	Europe/Paris	45.45	2.53333				84	15	152	15092
2988281	Pazanan	pazanan	FR		0	Europe/Paris	44.42035	4.22802				84	07	071	07031
2988283	Payzat	payzat	FR		0	Europe/Paris	45.10673	3.56455				84	43	431	43132
2988294	Payré-sur-Vendée	payre-sur-vendee	FR		0	Europe/Paris	46.51225	-0.67608		Payre,Payre-sur-Vendee,Payré,Payré-sur-Vendée		52	85	851	85094
2988302	Payessus	payessus	FR		0	Europe/Paris	45.08333	0.86667				75	24	243	24156
2988303	Pay	pay	FR		0	Europe/Paris	47.10924	1.99085				24	36	364	36205
2988308	Pavilla	pavilla	FR		0	Europe/Paris	41.90508	8.85768		Pavilla		94	2A	2A1	2A085
2988312	Pavée	pavee	FR		0	Europe/Paris	49.22423	1.48525				28	27	271	27307
2988316	Pavagnat	pavagnat	FR		0	Europe/Paris	45.47477	3.65993				84	63	631	63324
2988319	Paussac	paussac	FR		410	Europe/Paris	45.34761	0.53866		Paucac e Sent Bebian,Paussac,Paussac e Sent Bebian,Paussac-et-Saint-Vivien,Pauçac e Sent Bebian,Posak-eh-Sen-Viv'en,Possak-e-Sen-Viv'jan,Possak-e-Sen-Vivjan,bo sa ke he sheng wei wei an,Посак-э-Сен-Вивьен,Поссак-е-Сен-Вивьян,Поссак-е-Сен-Вівян,波萨克和圣维维安		75	24	243	24319
2988321	Paunac	paunac	FR		0	Europe/Paris	44.97884	1.61317				76	46	463	46232
2988322	Paumeton	paumeton	FR		0	Europe/Paris	48.03552	2.56499				24	45	451	45078
2988332	Pauliat	pauliat	FR		0	Europe/Paris	46.34764	2.32591		Pauliat,Paullat		84	03	031	03288
2988333	Pauliac	pauliac	FR		0	Europe/Paris	45.59704	0.92792		Paulhiac,Pauliac		75	24	242	24180
2988334	Paulhiet	paulhiet	FR		0	Europe/Paris	44.51329	5.11782		Paulhiel,Paulhiet		84	26	262	26373
2988347	Paul	paul	FR		0	Europe/Paris	47.71762	-3.07996		La Paul,Paul		53	56	561	56119
2988348	Pauillac Haut	pauillac-haut	FR		0	Europe/Paris	44.75	1.18333		Pauillac,Pauillac Haut		75	24	244	24150
2988363	Patteville	patteville	FR		0	Europe/Paris	49.8522	1.05134				28	76	761	76667
2988364	Patry	patry	FR		0	Europe/Paris	47.02512	3.4608				27	58	583	58031
2988365	Patrounal	patrounal	FR		0	Europe/Paris	44.52734	1.17428				76	46	461	46225
2988366	Patrant	patrant	FR		0	Europe/Paris	46.60328	5.21987				27	71	714	71064
2988369	Patis	patis	FR		0	Europe/Paris	48.53333	0.38333				28	61	611	61126
2988371	Patinges	patinges	FR		0	Europe/Paris	47.00841	2.98376				24	18	182	18265
2988372	Paterno	paterno	FR		0	Europe/Paris	42.66498	9.42199		Paterno		94	2B	2B2	2B120
2988373	Patérier	paterier	FR		0	Europe/Paris	45.8077	6.16021		Paterier,Patorier,Patérier		84	74	741	74232
2988375	Patas	patas	FR		0	Europe/Paris	44.49632	5.21135				84	26	262	26060
2988376	Pasturac	pasturac	FR		0	Europe/Paris	44.47186	1.57802		Pasturac,Pasturat		76	46	461	46007
2988380	Pastoreccia	pastoreccia	FR		0	Europe/Paris	42.46209	9.31548		Pastoreccia		94	2B	2B3	2B079
2988381	Pastina	pastina	FR		0	Europe/Paris	42.92995	9.41524		Pastina		94	2B	2B2	2B159
2988382	Pastières	pastieres	FR		0	Europe/Paris	45.36473	5.49125				84	38	381	38337
2988385	Passys	passys	FR		0	Europe/Paris	47.05562	3.29496		Passy,Passys		27	58	583	58204
2988394	Paris 16 Passy	paris-16-passy	FR		0	Europe/Paris	48.8637	2.2769		16e Arrondissement,16eme Arr,16eme arrondissement,16ème Arr,16ème arrondissement,Arrondissement de Passy,Paris 16e,Passy,Sablono:TabelKapoLauCarta,XVIe,Ŝablono:TabelKapoLaŭĈarta		11	75	751	75056
2988395	Passour	passour	FR		0	Europe/Paris	44.42351	6.528				93	04	041	04161
2988400	Passin	passin	FR		0	Europe/Paris	45.93014	5.68748		Passin		84	01	011	01079
2988403	Passelat	passelat	FR		0	Europe/Paris	46.23096	2.16261				75	23	231	23072
2988405	Passeirier	passeirier	FR		0	Europe/Paris	46.07139	6.35627				84	74	742	74250
2988412	Passard	passard	FR		0	Europe/Paris	48.1105	2.63978				24	45	451	45114
2988415	Passafol	passafol	FR		0	Europe/Paris	45.82071	3.8403				84	42	421	42245
2988431	Pascialella	pascialella	FR		0	Europe/Paris	41.61006	9.19483		Pascialella,Pascialello		94	2A	2A4	2A247
2988432	Pasciallelo	pasciallelo	FR		0	Europe/Paris	41.55466	9.25953		Pasciabello,Pascialello,Pasciallelo		94	2A	2A4	2A247
2988433	Bergeries de Fugliaccia	bergeries-de-fugliaccia	FR		0	Europe/Paris	42.38532	8.67087		Bergeries de Fugliaccia,Pasciale-Fogliaccia		94	2B	2B5	2B121
2988443	Pantine	pantine	FR		0	Europe/Paris	42.7489	9.44974				94	2B	2B2	2B309
2988448	Basse Parthe	basse-parthe	FR		0	Europe/Paris	49.44047	6.20915		Basse Parthe,Parthe		44	57	577	57104
2988452	Parsange	parsange	FR		0	Europe/Paris	45.85024	2.48444				84	63	634	63064
2988457	Parrot	parrot	FR		0	Europe/Paris	45.35423	2.99942				84	63	633	63006
2988476	Paroly	paroly	FR		0	Europe/Paris	44.91844	0.55739				75	24	241	24345
2988477	Parois	parois	FR		0	Europe/Paris	49.1385	5.11744		Parois		44	55	553	55117
2988491	Parma	parma	FR		0	Europe/Paris	42.34395	8.73358		Parma		94	2B	2B5	2B153
2988494	Parlanges	parlanges	FR		0	Europe/Paris	44.93608	4.96468		Parlanges		84	26	263	26064
2988520	Parignac	parignac	FR		0	Europe/Paris	47.42789	-1.80474				52	44	445	44056
2988522	Paribou	paribou	FR		0	Europe/Paris	47.4	-1.81667				52	44	445	44056
2988525	Pargny-Resson	pargny-resson	FR		0	Europe/Paris	49.49951	4.40057		Pargny,Pargny-Resson		44	08	082	08362
2988533	Parfouru-l'Éclin	parfouru-l-eclin	FR		0	Europe/Paris	49.12911	-0.74973		Parfouru,Parfouru-l'Eclin,Parfouru-l'Éclin		28	14	144	14143
2988546	Parence	parence	FR		0	Europe/Paris	48.03666	0.28942				52	72	723	72386
2988550	Pareds	pareds	FR		0	Europe/Paris	46.6619	-0.95451				52	85	851	85115
2988554	Pardigon	pardigon	FR		0	Europe/Paris	43.18333	6.55				93			
2988729	Palfart	palfart	FR		0	Europe/Paris	50.51791	2.29106				32	62	625	62327
2988557	Pardeux	pardeux	FR		0	Europe/Paris	46.41051	2.45434				84	03	031	03051
2988558	Pardellières	pardellieres	FR		0	Europe/Paris	45.8	2.56667				84	63	634	63339
2988559	Pardanaud	pardanaud	FR		0	Europe/Paris	45.88447	2.29955				75	23	231	23226
2988565	Parc Saint-Maur	parc-saint-maur	FR		0	Europe/Paris	48.8	2.48333		Le Parc Saint Maur,Le Parc de Saint Maur,Parc Saint-Maur		11	94	942	94068
2988566	Parcouvert	parcouvert	FR		0	Europe/Paris	48.29192	1.02112				24	28	284	28119
2988570	Parcfetein	parcfetein	FR		0	Europe/Paris	48.08333	-3.55				53	56	562	56201
2988579	Parcais Petit	parcais-petit	FR		0	Europe/Paris	46.44734	2.77458				84	03	031	03303
2988580	Parcais Grand	parcais-grand	FR		0	Europe/Paris	46.45067	2.7702				84	03	031	03303
2988591	Parayre	parayre	FR		0	Europe/Paris	44.58183	0.86488				75	47	473	47109
2988595	Paray	paray	FR		0	Europe/Paris	47.33923	3.22972				27	58	584	58048
2988597	Paravel	paravel	FR		0	Europe/Paris	48.61258	-3.34546				53	22	222	22135
2988603	Parassay	parassay	FR		0	Europe/Paris	46.83141	2.23183				24	18	182	18199
2988605	Parapoghiu	parapoghiu	FR		0	Europe/Paris	42.1396	8.78719		Parapoggio,Parapoghiu		94	2A	2A1	2A019
2988606	Paramé	parame	FR		0	Europe/Paris	48.66016	-1.97911	26	Parame,Paramé		53	35	354	35288
2988607	Paraise	paraise	FR		0	Europe/Paris	46.74733	3.09629		Paraise,Paraize		27	58	583	58144
2988612	Paquier	paquier	FR		0	Europe/Paris	44.9923	5.67019				84	38	381	38115
2988613	Paques	paques	FR		0	Europe/Paris	44.83072	5.91319				84	38	381	38132
2988614	Paponville	paponville	FR		0	Europe/Paris	48.43314	1.95205				11	91	911	91547
2988616	Papilotière	papilotiere	FR		0	Europe/Paris	46.47619	2.9321				84	03	032	03046
2988622	Pantegnies	pantegnies	FR		0	Europe/Paris	50.22612	3.86504		Pantegnies		32	59	591	59467
2988623	Paris 05 Panthéon	paris-05-pantheon	FR		0	Europe/Paris	48.8448	2.3471		5e Arrondissement,5eme Arr,5ème Arr,Arrondissement du Pantheon,Arrondissement du Panthéon,Pantheon,Panthéon,Paris 5e,Ve		11	75	751	75056
2988624	Pantano	pantano	FR		0	Europe/Paris	41.6699	9.10516		Pantano		94	2A	2A4	2A142
2988635	Panlatte	panlatte	FR		0	Europe/Paris	48.79561	1.09928		Panlatte		28	27	273	27206
2988642	Panfol	panfol	FR		0	Europe/Paris	47.91283	4.2844				27	89	892	89019
2988652	Pancy	pancy	FR		0	Europe/Paris	47.57178	4.01619				27	89	892	89008
2988653	Pancone	pancone	FR		0	Europe/Paris	42.14809	8.63618		Pancone		94	2A	2A1	2A065
2988658	Panate	panate	FR		0	Europe/Paris	42.30998	9.15006		Panate,Panatieri,Panettieri		94	2B	2B3	2B096
2988672	Palus	palus	FR		0	Europe/Paris	47.62058	4.88296				27	21	212	21579
2988673	Palus	palus	FR		0	Europe/Paris	44.06613	4.6585				76	30	302	30302
2988674	Palus	palus	FR		0	Europe/Paris	43.97095	6.22058				93	04	043	04028
2988681	Palteau	palteau	FR		0	Europe/Paris	48.05	3.35				27	89	893	89018
2988691	Palmento	palmento	FR		0	Europe/Paris	42.60795	8.92569		Palmento		94	2B	2B5	2B316
2988694	Palmarou	palmarou	FR		0	Europe/Paris	47.22107	4.0456				27	58	581	58180
2988703	Pallon	pallon	FR		0	Europe/Paris	44.73825	6.56588		Lallon,Lalon,Pallon		93	05	051	05058
2988707	Pallemont	pallemont	FR		0	Europe/Paris	49.20791	1.74389				32	60	601	60487
2988710	Pallassiauve	pallassiauve	FR		0	Europe/Paris	45.41667	2.23333		Pallassiauve,Pellassiauve		75	19	193	19148
2988712	Pallas	pallas	FR		0	Europe/Paris	45.61893	3.54579				84	63	631	63132
2988716	Palissou	palissou	FR		0	Europe/Paris	45.13333	0.78333				75	24	243	24053
2988717	Palisse-Haut	palisse-haut	FR		0	Europe/Paris	45.43333	2.2		Palisse,Palisse-Haut		75	19	193	19157
2988723	Palières	palieres	FR		0	Europe/Paris	46.42546	2.44508		Paliere,Palieres,Palière,Palières		84	03	031	03051
2988727	Palhères	palheres	FR		0	Europe/Paris	44.41639	3.90964		Paillere,Paillère,Palhere,Palheres,Palhère,Palhères		76	48	482	48117
2988728	Palhaire	palhaire	FR		0	Europe/Paris	46.1	4.03333				76			
2988730	Paleysin	paleysin	FR		0	Europe/Paris	45.55	5.25				84	38	383	38351
2988731	Paleyrac	paleyrac	FR		0	Europe/Paris	44.82326	0.9323		Paleyrac		75	24	241	24068
2988733	Palette	palette	FR		0	Europe/Paris	43.51009	5.49299				93	13	131	13109
2988741	Palayes	palayes	FR		0	Europe/Paris	45.34339	3.61922				84	63	631	63312
2988755	Palaldà	palalda	FR		0	Europe/Paris	42.48428	2.67418		Palalda,Palaldà		76	66	661	66003
2988760	Paris 07 Palais-Bourbon	paris-07-palais-bourbon	FR		0	Europe/Paris	48.8565	2.321		7e Arrondissement,7eme Arr,7ème Arr,Arrondissement du Palais-Bourbon,Palais-Bourbon,Paris 7e,VIIe		11	75	751	75056
2988777	Paganello	paganello	FR		0	Europe/Paris	42.09881	9.24383		Paganello,Pajanello		94	2B	2B3	2B124
2988782	Paix	paix	FR		0	Europe/Paris	49.26894	1.4259				28	27	271	27016
2988786	Paisson	paisson	FR		0	Europe/Paris	47.84128	4.23251				27	89	892	89131
2988789	Painfaut	painfaut	FR		0	Europe/Paris	47.684	-1.97619				52	44	445	44007
2988791	Paincuit	paincuit	FR		0	Europe/Paris	48.6257	1.35088				24	28	283	28053
2988803	Paillier	paillier	FR		0	Europe/Paris	45.78857	2.03026				75	23	231	23090
2988804	Paillier	paillier	FR		0	Europe/Paris	45.4037	2.41476		Paillet,Paillier		75	19	193	19252
2988810	Paillat	paillat	FR		0	Europe/Paris	45.70688	3.45517				84	63	632	63438
2988811	Paillat	paillat	FR		0	Europe/Paris	45.6277	3.75281				84	63	631	63179
2988812	Paillassieux	paillassieux	FR		0	Europe/Paris	45.79422	4.26581				84	42	421	42193
2988814	Paillange	paillange	FR		0	Europe/Paris	45.45024	3.86508		Paillange,Paillanges		84	63	631	63147
2988836	Pagetière	pagetiere	FR		0	Europe/Paris	45.4339	5.51107				84	38	382	38082
2988851	Pachins	pachins	FR		0	Europe/Paris	44.4601	2.17723				76	12	123	12290
2988854	Pacciunituli	pacciunituli	FR		0	Europe/Paris	41.72692	9.17558		Paccioniholi,Paccionitoli,Pacciunituli		94	2A	2A4	2A362
2988860	Ozouer-le-Repos	ozouer-le-repos	FR		0	Europe/Paris	48.61069	2.91124		Ozouer,Ozouer-le-Repos		11	77	773	77010
2988876	Ozée	ozee	FR		0	Europe/Paris	48.34538	0.87301				24	28	284	28236
2988879	Ozans	ozans	FR		0	Europe/Paris	46.79047	1.76456				24	36	362	36071
2988911	Ouyre	ouyre	FR		0	Europe/Paris	43.80011	2.91003				76	12	121	12044
2988924	Outtersteene	outtersteene	FR		0	Europe/Paris	50.71249	2.68239		Outtersteene		32	59	594	59043
2988925	Outrouville	outrouville	FR		0	Europe/Paris	48.18978	1.84532				24	28	281	28199
2988932	Outrechaise	outrechaise	FR		0	Europe/Paris	45.75095	6.39903				84	73	731	73303
2988935	Outre-Aube	outre-aube	FR		0	Europe/Paris	48.14367	4.79875				44	10	101	10203
2988938	Outrancourt	outrancourt	FR		0	Europe/Paris	48.19572	5.89745				44	88	882	88114
2988940	Outillé	outille	FR		0	Europe/Paris	47.8696	0.29839				52	72	723	72299
2988957	Ousclaux	ousclaux	FR		0	Europe/Paris	45.53333	2.58333				84	63	633	63190
2988961	Ours-Mons	ours-mons	FR		0	Europe/Paris	45.03313	3.90212		Ours,Ours-Mons		84	43	432	43157
2988962	Oursière	oursiere	FR		0	Europe/Paris	45.52148	2.96614				84	63	633	63383
2988977	Ournes	ournes	FR		0	Europe/Paris	44.57885	2.10749				76	46	462	46055
2988978	Ourges	ourges	FR		0	Europe/Paris	43.93687	6.71741				93	04	042	04174
2988979	Ourdy	ourdy	FR		0	Europe/Paris	48.60686	2.60553				11	77	772	77384
2988992	Ourbe	ourbe	FR		0	Europe/Paris	45.02517	4.18707				84	43	432	43053
2989019	Ouilly-le-Basset	ouilly-le-basset	FR		0	Europe/Paris	48.88333	-0.4		Le Basset,Ouilly-le-Basset		28	14	142	14764
2989030	Ouillas	ouillas	FR		0	Europe/Paris	45.36202	4.21834				84	43	433	43012
2989038	Ouffour	ouffour	FR		0	Europe/Paris	45.24909	3.75074				84	43	431	43093
2989042	Ouestreville	ouestreville	FR		0	Europe/Paris	48.30604	1.98085				11	91	911	91016
2989048	Ouerray	ouerray	FR		0	Europe/Paris	48.43151	1.41749				24	28	281	28006
2989052	Oudun	oudun	FR		0	Europe/Paris	47.63418	3.8907				27	89	892	89208
2989070	Ouche	ouche	FR		0	Europe/Paris	45.87352	5.7162				84	01	011	01453
2989072	Oubissous	oubissous	FR		0	Europe/Paris	45.33501	3.87556		Aubissous,Oubissous		84	43	432	43080
2989076	Ouancé	ouance	FR		0	Europe/Paris	48.60607	1.64035				24	28	281	28191
2989097	Ostove	ostove	FR		0	Europe/Paris	50.86553	2.09172				32	62	626	62906
2989101	Ostergnies	ostergnies	FR		0	Europe/Paris	50.26921	4.06159				32	59	591	59151
2989104	Ostabat	ostabat	FR		248	Europe/Paris	43.25585	-1.07091		Izura,Izura-Azme,Ostabat,Ostabat-Asm,Ostabat-Asme,Ostavals-Asme,Ostavath-Asme,ao si ta ba a si mu,osutaba=asumu,Òstavath-Asme,Остабат-Асм,オスタバ＝アスム,奥斯塔巴阿斯姆		75	64	641	64437
2989110	Ossonville	ossonville	FR		0	Europe/Paris	48.36463	1.75846				24	28	281	28291
2989115	Osserain	osserain	FR		243	Europe/Paris	43.37714	-0.95185		Oseren-Rivaret,Ossaranh e Arribareita,Ossaranh e Arribarèita,Ossaranh-Arribareita,Ossaranh-Arribarèita,Osserain,Osserain-Rivareyte,Osseren-Rivaret,Ozaraine,Ozaraine-Erribareita,ao se lan li wa lei te,Осерен-Риварет,Оссерен-Риварет,奥瑟兰里瓦雷特		75	64	641	64435
2989126	Ossas	ossas	FR		89	Europe/Paris	43.14035	-0.89109		Osas-Sjuar,Ossas,Ossas-Sjuar,Ossas-Suhara,Ossas-Suhare,Ossàs-Suhara,Ozaze,Ozaze-Zuehara,Ozaze-Zühara,ao sa xu a er,Осас-Сюар,Оссас-Сюар,奥萨叙阿尔		75	64	642	64432
2989136	Osmonville-sur-Varenne	osmonville-sur-varenne	FR		0	Europe/Paris	49.63956	1.31295				28	76	761	76621
2989144	Osfond	osfond	FR		0	Europe/Paris	45.20093	3.32002				84	43	431	43206
2989152	Orzillac	orzillac	FR		0	Europe/Paris	45.02389	3.94308		Orzilhac,Orzillac		84	43	432	43078
2989184	Ortigier	ortigier	FR		0	Europe/Paris	45.28333	2.33333				84	15	152	15230
2989186	Ortholès	ortholes	FR		0	Europe/Paris	44.38717	2.63227				76	12	122	12131
2989198	Orsimont	orsimont	FR		0	Europe/Paris	49.47409	1.79875				32	60	601	60687
2989199	Orsignac	orsignac	FR		0	Europe/Paris	45.25111	3.96243				84	43	432	43164
2989201	Orselas	orselas	FR		0	Europe/Paris	44.95	4.28333				84	07	073	07226
2989215	Orrot	orrot	FR		0	Europe/Paris	46.79093	2.71179				24	18	182	18276
2989218	Orrière	orriere	FR		0	Europe/Paris	47.86868	3.07112		L'Orriere,L'Orrière,Orriere,Orrière		27	89	891	89086
2989226	Orone	orone	FR		0	Europe/Paris	41.66946	9.14581		Orone		94	2A	2A4	2A061
2989242	Orneto	orneto	FR		0	Europe/Paris	42.84708	9.42891		Orneto		94	2B	2B2	2B224
2989244	Ornel	ornel	FR		0	Europe/Paris	49.25	5.62				44	55	553	55191
2989251	Ornasu	ornasu	FR		0	Europe/Paris	41.98565	9.33595		Ornaso,Ornasu		94	2B	2B3	2B277
2989257	Ormoy-sur-Aube	ormoy-sur-aube	FR		0	Europe/Paris	48.00216	4.81516		Ormoy,Ormoy-sur-Aube		44	52	521	52274
2989270	Ormeville	ormeville	FR		0	Europe/Paris	48.32379	1.87513				24	28	281	28026
2989273	Ormesnil	ormesnil	FR		0	Europe/Paris	49.7281	1.60535				28	76	761	76537
2989274	Ormesnil	ormesnil	FR		0	Europe/Paris	49.62662	1.1217				28	76	763	76290
2989288	Ormeaux	ormeaux	FR		0	Europe/Paris	48.7187	2.9893		Ormeaux		11	77	773	77264
2989289	Orme	orme	FR		0	Europe/Paris	48.18652	2.20516				24	45	453	45253
2989290	Orme	orme	FR		0	Europe/Paris	48.06326	2.41587				24	45	453	45030
2989291	Ormaret	ormaret	FR		0	Europe/Paris	45.8834	6.63272				84	74	742	74099
2989298	Orluc	orluc	FR		0	Europe/Paris	45.56174	1.96072				75	19	193	19160
2989306	Orlhaguet	orlhaguet	FR		0	Europe/Paris	44.81656	2.75738				76	12	122	12223
2989307	Orlencourt	orlencourt	FR		0	Europe/Paris	50.39806	2.42928				32	62	621	62580
2989321	Orladeix	orladeix	FR		0	Europe/Paris	45.83118	1.88146				75	23	232	23165
2989335	Oriol	oriol	FR		0	Europe/Paris	45.70624	3.36091				84	63	632	63239
2989339	Orillé	orille	FR		0	Europe/Paris	47.2456	-0.52941				52	49	491	49345
2989357	Orgy	orgy	FR		0	Europe/Paris	47.76128	3.50656				27	89	891	89102
2989363	Orgnat	orgnat	FR		0	Europe/Paris	46.12776	2.14485				75	23	231	23187
2989366	Orgnac	orgnac	FR		0	Europe/Paris	45.91667	1.5				75	87	872	87042
2989369	Orgeville	orgeville	FR		0	Europe/Paris	48.99731	1.31646				28	27	271	27123
2989377	Orgères-la-Roche	orgeres-la-roche	FR		0	Europe/Paris	48.55698	-0.23816		Orgeres,Orgères		52	53	533	53133
2989383	Orgenoy	orgenoy	FR		0	Europe/Paris	48.50367	2.56347		Orgenoy		11	77	772	77040
2989384	Orgemont	orgemont	FR		0	Europe/Paris	48.48767	2.28928				11	91	911	91129
2989393	Orfange	orfange	FR		0	Europe/Paris	45.5396	3.08274		Orfange,Orphange,Orphanges		84	63	633	63342
2989396	Renula Suprana	renula-suprana	FR		0	Europe/Paris	42.89953	9.41898		Arenola,Orenola,Renula Suprana		94	2B	2B2	2B152
2989403	Orébin	orebin	FR		0	Europe/Paris	48.49101	1.2736				24	28	281	28154
2989409	Ordilly	ordilly	FR		0	Europe/Paris	45.83738	4.549				84	69	692	69234
2989411	Ordemart	ordemart	FR		0	Europe/Paris	49.69203	1.10846		Ordemare,Ordemart		28	76	761	76602
2989434	Orbois	orbois	FR		0	Europe/Paris	49.12708	-0.67823		Orbois		28	14	144	14011
2989442	Orbéval	orbeval	FR		0	Europe/Paris	48.98333	4.8				44	51	511	51214
2989450	Orbé	orbe	FR		0	Europe/Paris	46.97255	-0.14411				75	79	791	79265
2989456	Orasi	orasi	FR		0	Europe/Paris	41.56958	8.95503		Grasi,Orasi		94	2A	2A4	2A272
2989457	Orangis	orangis	FR		0	Europe/Paris	48.63333	2.4				11	91	912	91521
2989465	Orage	orage	FR		0	Europe/Paris	45.4256	0.94852				75	24	242	24304
2989484	Oppède le Vieux	oppede-le-vieux	FR		1314	Europe/Paris	43.82844	5.16132		Aupeda,Opeda,Opped,Oppede,Oppede le Vieux,Oppede-les-Poulivets,Oppède,Oppède le Vieux,Oppède-les-Poulivets,ao pei de,Оппед,奥佩德		93	84	841	84086
2989487	Paris 09 Opéra	paris-09-opera	FR		0	Europe/Paris	48.8718	2.3399		9eme Arr,9ème Arr,Arrondissement de l'Opera,Arrondissement de l'Opéra,IXe,Opera,Opéra,Paris 9e		11	75	751	75056
2989488	Opapu	opapu	FR		0	Europe/Paris	42.02175	8.82703		Opapo,Opapu		94	2A	2A1	2A336
2989493	Onzillon	onzillon	FR		0	Europe/Paris	44.94284	3.92639		Onzillon,Ouzillon		84	43	432	43047
2989494	Onzay-Palluau	onzay-palluau	FR		0	Europe/Paris	46.93089	1.31682		Onzay,Onzay-Palluau		24	36	362	36149
2989496	Onvillers	onvillers	FR		345	Europe/Paris	49.61174	2.67158		Onvillers		32	80	803	80623
2989502	Onsac	onsac	FR		0	Europe/Paris	44.96436	2.58613				84	15	151	15154
2989505	Onnex	onnex	FR		0	Europe/Paris	45.94106	6.16806				84	74	741	74303
2989509	Onival	onival	FR		0	Europe/Paris	50.10906	1.45649				32	80	801	80039
2989510	Onicourt	onicourt	FR		0	Europe/Paris	50.01862	1.73199				32	80	801	80388
2989513	Onglevert	onglevert	FR		0	Europe/Paris	50.84148	1.62125				32	62	623	62054
2989515	Onglas	onglas	FR		0	Europe/Paris	45.82125	5.48246				84	01	011	01037
2989523	Ondreville	ondreville	FR		0	Europe/Paris	48.17032	1.9528				24	45	453	45325
2989561	Ombre	ombre	FR		0	Europe/Paris	45.75584	6.33943				84	74	741	74167
2989567	Olouise	olouise	FR		0	Europe/Paris	45.65019	5.42201		Aulouise,Olouise		84	38	382	38483
2989587	Ollon	ollon	FR		0	Europe/Paris	44.30055	5.18584				84	26	262	26048
2989595	Ollias	ollias	FR		0	Europe/Paris	45.33552	3.84102				84	43	432	43080
2989606	Olivoux	olivoux	FR		0	Europe/Paris	45.09481	0.57321				75	24	243	24251
2989616	Oliveau	oliveau	FR		0	Europe/Paris	47.07311	1.23937	131	Oliveau		24	37	373	37133
2989619	Olincthun	olincthun	FR		0	Europe/Paris	50.75008	1.65621				32	62	623	62894
2989621	Olhette	olhette	FR		0	Europe/Paris	43.3351	-1.66916		Olheta,Olhette		75	64	641	64545
2989622	Olhain	olhain	FR		0	Europe/Paris	50.4259	2.5845				32	62	622	62356
2989623	Olgy	olgy	FR		0	Europe/Paris	49.18636	6.20248				44	57	579	57028
2989636	Olagnier	olagnier	FR		0	Europe/Paris	45.63115	3.58339				84	63	631	63132
2989653	Oisème	oiseme	FR		0	Europe/Paris	48.47095	1.53637				24	28	281	28173
2989669	Oiré	oire	FR		0	Europe/Paris	47.14554	-0.25151				52	49	493	49364
2989673	Oinville	oinville	FR		0	Europe/Paris	48.29879	2.30992				24	45	453	45191
2989676	Oimpuits	oimpuits	FR		0	Europe/Paris	48.23282	2.16516		Oimpuis,Oimpuits,Oinpuis,Oinpuits		24	45	453	45162
2989685	Ohnheim	ohnheim	FR		0	Europe/Paris	48.48828	7.70107				44	67	678	67137
2989690	Ohé	ohe	FR		0	Europe/Paris	48.19466	1.67786				24	28	281	28406
2989706	Ogliastrello	ogliastrello	FR		0	Europe/Paris	41.51014	9.14		Ogliastrello		94	2A	2A4	2A114
2989709	Ogès	oges	FR		0	Europe/Paris	48.66667	-3.51667				53	22	223	22226
2989722	Offeux	offeux	FR		0	Europe/Paris	50.1119	1.56581				32	80	801	80700
2989723	Offenheim	offenheim	FR		1505	Europe/Paris	48.63208	7.61668		Offenheim		44	67	674	67485
2989729	Oëy	oey	FR		0	Europe/Paris	48.68106	5.4002		Oey,Oëy		44	55	551	55358
2989730	Oëx	oex	FR		0	Europe/Paris	45.98787	6.63284		Oex,Oëx		84	74	742	74159
2989731	Œutrange	oeutrange	FR		0	Europe/Paris	49.40007	6.10218		OEutrange,Oeutrange,Œutrange		44	57	577	57672
2989732	Œuilly	oeuilly	FR		229	Europe/Paris	49.38333	3.68333		OEuilly		32	02	022	02565
2989733	Œuilly	oeuilly	FR		586	Europe/Paris	49.06667	3.8		OEuilly		44	51	512	51410
2989734	Œuf-en-Ternois	oeuf-en-ternois	FR		233	Europe/Paris	50.3588	2.2112		OEuf		32	62	621	62633
2989736	Œting	oeting	FR		1941	Europe/Paris	49.17291	6.91472		OEting,Oeting,Œting		44	57	573	57521
2989745	Odival	odival	FR		0	Europe/Paris	48.02708	5.36872		Odival		44	52	521	52353
2989749	Odeillo	odeillo	FR		0	Europe/Paris	42.49765	2.03391		Odeillo,Odeillo-Via,Odello		76	66	663	66124
2989750	Oddon	oddon	FR		0	Europe/Paris	44.68333	5.35				84	26	261	26205
2989755	Octeville	octeville	FR		16951	Europe/Paris	49.62612	-1.64349		Octeville		28	50	502	50129
2989760	Ochiaz	ochiaz	FR		0	Europe/Paris	46.11001	5.783		Ochiaz		84	01	014	01033
2989765	Occonville	occonville	FR		0	Europe/Paris	48.4855	1.71539				24	28	281	28188
2989767	Occiglioni	occiglioni	FR		0	Europe/Paris	42.61203	8.92366		Occiglioni		94	2B	2B5	2B316
2989776	Obville	obville	FR		0	Europe/Paris	48.48515	1.90307		Obeville,Obville		11	78	782	78009
2989781	Paris 14 Observatoire	paris-14-observatoire	FR		0	Europe/Paris	48.8331	2.3264		14e Arrondissement,14eme Arr,14ème Arr,Arrondissement de l'Observatoire,Observatoire,Paris 14e,XIVe		11	75	751	75056
2989751	Odars	odars	FR	31450	672	Europe/Paris	43.52329	1.5889		Odars		76	31	313	31402
2989815	Oberbreitenbach	oberbreitenbach	FR		0	Europe/Paris	48.00799	7.09652		Ob Breitenbach,Ober-Breitenbach,Oberbreitenbach		44	68	682	68051
2989822	Nuzy	nuzy	FR		0	Europe/Paris	46.56943	3.14085				84	03	032	03247
2989823	Nuzerole	nuzerole	FR		0	Europe/Paris	45.18333	2.48333		Nuzerole,Nuzerolles		84	15	152	15006
2989824	Nuzéjoux	nuzejoux	FR		0	Europe/Paris	45.45	2.45		Nuzejoux,Nuzéjoux		75	19	193	19252
2989826	Nussannes	nussannes	FR		0	Europe/Paris	45.29147	2.01147				75	19	193	19039
2989827	Nurol	nurol	FR		0	Europe/Paris	45.44777	4.05458				84	42	421	42126
2989840	Nuisy	nuisy	FR		0	Europe/Paris	48.61714	3.71896				44	51	512	51254
2989843	Nuisement	nuisement	FR		0	Europe/Paris	48.71556	1.38201				24	28	283	28404
2989844	Nuisement	nuisement	FR		0	Europe/Paris	48.21965	4.5236				44	10	101	10310
2989847	Nuillé-sur-Ouette	nuille-sur-ouette	FR		0	Europe/Paris	48.05836	-0.52825		Nuille,Nuille-sur-Ouette,Nuillé,Nuillé-sur-Ouette		52	53	532	53262
2989872	Nozerolles	nozerolles	FR		0	Europe/Paris	44.98666	3.39932				84	43	431	43015
2989873	Nozerolle	nozerolle	FR		0	Europe/Paris	45.17804	3.14367				84	15	153	15203
2989904	Noyelle	noyelle	FR		0	Europe/Paris	50.35152	1.72122				32	62	624	62815
2989907	Noyarel	noyarel	FR		0	Europe/Paris	45.01667	4.61667				84	07	073	07085
2989925	Novis	novis	FR		0	Europe/Paris	44.27007	3.10978				76	12	122	12270
2989928	Noville	noville	FR		0	Europe/Paris	49.86343	1.17245				28	76	761	76562
2989933	Novézan	novezan	FR		0	Europe/Paris	44.4051	5.08279		Novevzan,Novezan		84	26	262	26367
2989939	Novallay	novallay	FR		0	Europe/Paris	45.4406	6.48295				84	73	731	73257
2989947	Nouzet	nouzet	FR		0	Europe/Paris	45.39828	0.9275				75	24	242	24171
2989950	Noux	noux	FR		0	Europe/Paris	45.2	2.48333				84	15	152	15006
2989959	Nouville-Gouvion	nouville-gouvion	FR		0	Europe/Paris	49.70619	1.63976		La Neuville-Gouvion,Nouville-Gouvion		28	76	761	76186
2989963	Nouveau Monde	nouveau-monde	FR		0	Europe/Paris	49.88333	1.63333				28	76	761	76500
2989964	Nouveau Monde	nouveau-monde	FR		0	Europe/Paris	49.56206	0.82046				28	76	763	76160
2989966	Crusnes Cités	crusnes-cites	FR		0	Europe/Paris	49.43016	5.93098		Crusnes Cites,Crusnes Cités,Le Nouveau Crusnes,Nouveau Crusnes		44	54	541	54149
2989969	Noutari	noutari	FR		0	Europe/Paris	44.89461	1.71622				76	46	463	46058
2989971	Noustoulet	noustoulet	FR		0	Europe/Paris	45.02458	4.01902				84	43	432	43190
2989983	Nougein	nougein	FR		0	Europe/Paris	45.22577	2.04558				75	19	193	19125
2989984	Nougayrol	nougayrol	FR		0	Europe/Paris	44.95909	1.89054				75			
2989985	Nougayrol	nougayrol	FR		0	Europe/Paris	44.81405	1.74172				76	46	463	46317
2989986	Nougayrac	nougayrac	FR		0	Europe/Paris	44.4828	1.71602				76	46	461	46276
2990001	Noudière	noudiere	FR		0	Europe/Paris	45.786	2.34426				75	23	231	23178
2990004	Nouan-sur-Loire	nouan-sur-loire	FR		0	Europe/Paris	47.68613	1.56097		Nouan,Nouan-sur-Loire		24	41	411	41220
2990008	Nouan	nouan	FR		0	Europe/Paris	46.87834	2.12853				24	18	181	18137
2990009	Noualias	noualias	FR		0	Europe/Paris	45.92856	1.38827		Nouaillas,Noualias		75	87	872	87002
2990010	Noual	noual	FR		0	Europe/Paris	45.23228	1.76702				75	19	192	19203
2990013	Nouaillas	nouaillas	FR		0	Europe/Paris	45.9	1.23333				75	87	872	87038
2990014	Nouailhas	nouailhas	FR		0	Europe/Paris	45.7565	1.17376		Nouailha,Nouailhas		75	87	872	87015
2990017	Notz	notz	FR		0	Europe/Paris	46.88191	1.73714				24	36	362	36057
2990020	Notre-Dame-du-Vaudreuil	notre-dame-du-vaudreuil	FR		0	Europe/Paris	49.26259	1.21295				28	27	271	27528
2990022	Notre-Dame du Tilleul	notre-dame-du-tilleul	FR		0	Europe/Paris	48.75	0.31667		Notre-Dame,Notre-Dame du Tilleul		28	61	613	61225
2990023	Notre-Dame-du-Thil	notre-dame-du-thil	FR		0	Europe/Paris	49.45	2.08333				32	60	601	60057
2990029	Notre-Dame-du-Guildo	notre-dame-du-guildo	FR		0	Europe/Paris	48.57907	-2.22213	51	Notre-Dame-du-Guildo		53	22	221	22282
2990032	Notre-Dame-d'Or	notre-dame-d-or	FR		0	Europe/Paris	46.81652	0.02544				75	86	861	86108
2990037	Notre-Dame des Maures	notre-dame-des-maures	FR		0	Europe/Paris	43.16667	6.21667				93	83	832	83071
2990038	Notre-Dame-des-Langueurs	notre-dame-des-langueurs	FR		0	Europe/Paris	47.51762	-1.47488		Langueurs,Notre-Dame-des-Langueurs		52	44	445	44077
2990040	Notre-Dame-des-Dunes	notre-dame-des-dunes	FR		0	Europe/Paris	46.65	-1.91667				52			
2990041	Notre Dame des Ardents	notre-dame-des-ardents	FR		0	Europe/Paris	50.69855	2.05062				32	62	625	62788
2990046	Notre-Dame-de-Mont	notre-dame-de-mont	FR		0	Europe/Paris	45.51845	3.66575		Notre-Dame,Notre-Dame de Mons,Notre-Dame-de-Mont		84	63	631	63081
2990055	Notre-Dame-de-la-Garenne	notre-dame-de-la-garenne	FR		0	Europe/Paris	49.16116	1.39484				28	27	271	27599
2990057	Notre-Dame-de-Grâce	notre-dame-de-grace	FR		0	Europe/Paris	47.48738	-1.9275		Grace,Grâce,Notre-Dame-de-Grace,Notre-Dame-de-Grâce		52	44	443	44068
2990058	Notre-Dame-de-Fresnay	notre-dame-de-fresnay	FR		0	Europe/Paris	48.96265	0.04271		Notre-Dame,Notre-Dame-de-Fresnay	14654	28	14	143	14654
2990059	Notre-Dame-de-Franqueville	notre-dame-de-franqueville	FR		0	Europe/Paris	49.4	1.16667				28	76	763	76475
2990063	Notre-Dame-de-Briançon	notre-dame-de-briancon	FR		0	Europe/Paris	45.52542	6.48032		Notre-Dame,Notre-Dame-de-Briancon,Notre-Dame-de-Briançon		84	73	731	73187
2990068	Notre-Dame-d'Aspres	notre-dame-d-aspres	FR		0	Europe/Paris	48.69132	0.60295		Notre-Dame,Notre-Dame d'Apres,Notre-Dame d'Après,Notre-Dame-d'Aspres		28	61	613	61422
2990075	Notre-Dame	notre-dame	FR		0	Europe/Paris	43.38333	5.36667				93	13	133	13055
2990076	Nothéret	notheret	FR		0	Europe/Paris	48.27566	-3.18333				53	22	222	22331
2990079	Nota	nota	FR		0	Europe/Paris	41.60481	9.2423		Nota		94	2A	2A4	2A247
2990083	Nosières	nosieres	FR		0	Europe/Paris	45.00774	2.42801				84	15	151	15083
2990243	Noille	noille	FR		0	Europe/Paris	47.01828	3.30695				27	58	583	58176
2990088	Nortbécourt	nortbecourt	FR		0	Europe/Paris	50.76846	2.09021				32	62	625	62567
2990094	Norrey-en-Bessin	norrey-en-bessin	FR		0	Europe/Paris	49.19711	-0.513		Norrey,Norrey-en-Bessin		28	14	142	14610
2990098	Noroy-lès-Jussey	noroy-les-jussey	FR		0	Europe/Paris	47.8122	5.84054		Noroy,Noroy-les-Jussey,Noroy-lès-Jussey		27	70	702	70292
2990105	Normée	normee	FR		0	Europe/Paris	48.78739	4.06997		Normee,Normée		44	51	512	51248
2990113	Norgéat	norgeat	FR		0	Europe/Paris	42.78064	1.60039		Norgat,Norgeat,Norgéat		76	09	091	09192
2990125	Nordal	nordal	FR		0	Europe/Paris	50.7353	2.08551				32	62	625	62008
2990132	Norante	norante	FR		0	Europe/Paris	43.97908	6.31232		Norante		93	04	042	04055
2990142	Nonneville	nonneville	FR		0	Europe/Paris	48.11373	1.69196				24	28	282	28212
2990149	Nondkeil	nondkeil	FR		0	Europe/Paris	49.42604	6.01344				44	57	577	57529
2990151	Noncourt	noncourt	FR		0	Europe/Paris	48.34576	5.68712				44	88	882	88321
2990153	Nonay	nonay	FR		0	Europe/Paris	46.71714	3.28704				27	58	583	58104
2990172	Nolhac	nolhac	FR		0	Europe/Paris	45.24728	3.86495				84	43	432	43217
2990173	Nolhac	nolhac	FR		0	Europe/Paris	45.10725	3.81968				84	43	432	43216
2990174	Nolettes	nolettes	FR		0	Europe/Paris	50.18993	1.72033		Nolette,Nolettes		32	80	801	80600
2990178	Nolats	nolats	FR		0	Europe/Paris	46.90607	3.51113		Les Nolats,Nolats		27	58	583	58291
2990180	Nojaret	nojaret	FR		0	Europe/Paris	44.53045	3.57807				76	48	482	48013
2990182	Noizé	noize	FR		0	Europe/Paris	46.90683	-0.10012		Noize,Noizé		75	79	791	79196
2990191	Noison	noison	FR		0	Europe/Paris	47.22715	3.42066				27	58	584	58174
2990194	Noisement	noisement	FR		0	Europe/Paris	48.56616	2.56514				11	77	772	77445
2990197	Noirterre	noirterre	FR		0	Europe/Paris	46.86798	-0.3906		Noirterre		75	79	791	79049
2990199	Noirpalu	noirpalu	FR		0	Europe/Paris	48.79166	-1.32988		Noirpalu		28	50	501	50590
2990211	Noirlac	noirlac	FR		0	Europe/Paris	46.74534	2.46067				24	18	182	18038
2990218	Noir-Épinay	noir-epinay	FR		0	Europe/Paris	48.3877	1.86977				24	28	281	28207
2990233	Noiray	noiray	FR		0	Europe/Paris	45.21667	6.55				84	73	733	73194
2990256	Nohant	nohant	FR		0	Europe/Paris	46.80181	2.40781				24	18	182	18038
2990276	Nogent-le-Bas	nogent-le-bas	FR		4076	Europe/Paris	48.01974	5.33323		Nogent-Haute-Marne,Nogent-le-Bas		44	52	521	52353
2990287	Nœux-les-Mines	noeux-les-mines	FR		11970	Europe/Paris	50.48333	2.66667		Ne-le-Min,Njo-le-Min,Noeux-les-Mines,ne lai mi ne,nwks lyh mynys,Не-ле-Мин,Не-ле-Мін,Нё-ле-Мин,نوكس ليه مينيس,讷莱米讷		32	62	622	62617
2990288	Nœux-lès-Auxi	noeux-les-auxi	FR		207	Europe/Paris	50.23333	2.18333		Noeux		32	62	621	62616
2990300	Nobleville	nobleville	FR		0	Europe/Paris	48.07305	1.47367				24	28	282	28330
2990310	Noaillat	noaillat	FR		0	Europe/Paris	45.80531	3.79937				84	42	421	42278
2990318	Nizon	nizon	FR		0	Europe/Paris	47.8637	-3.76675				53	29	294	29217
2990320	Nizerolle	nizerolle	FR		0	Europe/Paris	46.91139	2.60528				24	18	182	18040
2990326	Nivollet	nivollet	FR		95	Europe/Paris	45.99233	5.44526		Nivole Mongrifon,Nivolle-Mongriffon,Nivollet,Nivollet-Montgriffon,ni wo lai-meng ju li feng,nyfwlyh-mwnghryfwn,Ниволле-Монгриффон,Ніволле-Монгриффон,Նիվոլե Մոնգրիֆոն,نيفوليه-مونغريفون,尼沃莱－蒙居里丰		84	01	011	01277
2990340	Nivalella	nivalella	FR		0	Europe/Paris	41.73	9.32445		Nivalella,Nivalello		94	2A	2A4	2A092
2990345	Nisnisan	nisnisan	FR		0	Europe/Paris	48.48705	-2.21011				53	22	221	22048
2990346	Nirolle	nirolle	FR		0	Europe/Paris	46.1	2.53333				75	23	231	23083
2990347	Niquelvez	niquelvez	FR		0	Europe/Paris	48.38877	-3.76178				53	29	292	29007
2990349	Nioux	nioux	FR		0	Europe/Paris	46.8879	3.11438				27	58	583	58225
2990350	Niotouneix	niotouneix	FR		0	Europe/Paris	45.07798	0.41944				75	24	243	24157
2990351	Nioton	nioton	FR		0	Europe/Paris	44.9	-0.31667				75	33	335	33539
2990352	Niort-la-Fontaine	niort-la-fontaine	FR		0	Europe/Paris	48.43625	-0.5402		Niort		52	53	533	53127
2990356	Nion	nion	FR		0	Europe/Paris	47.08219	3.30438				27	58	583	58204
2990357	Niolon	niolon	FR		0	Europe/Paris	43.33877	5.25702				93	13	134	13088
2990360	Ninijou	ninijou	FR		0	Europe/Paris	48.13542	-3.43825				53	56	562	56100
2990365	Nillac	nillac	FR		0	Europe/Paris	47.62695	-1.71943				52	44	445	44051
2990430	Nicorbin	nicorbin	FR		0	Europe/Paris	48.30499	1.58962				24	28	281	28383
2990393	Niembourg	niembourg	FR		0	Europe/Paris	50.6	1.67868				32	62	623	62402
2990407	Niederseebach	niederseebach	FR		0	Europe/Paris	48.9492	7.99947		Niederseebach		44	67	672	67351
2990414	Niederlarg	niederlarg	FR		0	Europe/Paris	47.51779	7.21035		Niederlarg		44	68	681	68216
2990421	Niederbetschdorf	niederbetschdorf	FR		0	Europe/Paris	48.8978	7.91874				44	67	672	67339
2990428	Nicoule	nicoule	FR		0	Europe/Paris	44.83192	4.28815				84	07	073	07049
2990446	Niaudon	niaudon	FR		0	Europe/Paris	44.52526	1.20389				76	46	461	46225
2990448	Niafle	niafle	FR		0	Europe/Paris	48.10463	-0.74284				52	53	532	53140
2990453	Nézé	neze	FR		0	Europe/Paris	49.18537	1.49581				28	27	271	27408
2990455	Neyrolles	neyrolles	FR		0	Europe/Paris	46.14214	2.20874				75	23	231	23185
2990456	Neyrieux	neyrieux	FR		0	Europe/Paris	45.6776	4.35549				84	42	421	42336
2990457	Neyrial	neyrial	FR		0	Europe/Paris	45.14068	4.15398				84	43	433	43268
2990458	Neyrat	neyrat	FR		0	Europe/Paris	45.34527	2.00898				75	19	193	19143
2990459	Neypoux	neypoux	FR		0	Europe/Paris	45.83168	1.97435				75	23	231	23212
2990499	Neuvry	neuvry	FR		0	Europe/Paris	48.43435	3.28351				11	77	773	77236
2990500	Neuvran	neuvran	FR		0	Europe/Paris	47.59352	2.11657				24	41	413	41036
2990505	Neuvilliers	neuvilliers	FR		0	Europe/Paris	48.10615	1.76732	129			24	28	282	28221
2990525	Neuville-sous-Arzillières	neuville-sous-arzillieres	FR		0	Europe/Paris	48.65254	4.61812		Neuville,Neuville-sous-Arzillieres,Neuville-sous-Arzillières		44	51	514	51017
2990537	Neuville-lès-Dieppe	neuville-les-dieppe	FR		0	Europe/Paris	49.92657	1.10147		Neuville,Neuville-les-Dieppe,Neuville-lès-Dieppe		28	76	761	76217
2990540	Neuville-les-Bois	neuville-les-bois	FR		0	Europe/Paris	48.67331	1.21559				24	28	283	28087
2990571	Neuvier	neuvier	FR		0	Europe/Paris	47.32445	6.73719				27	25	252	25138
2990577	Neuvialle	neuvialle	FR		0	Europe/Paris	45.7847	2.66089				84	63	634	63292
2990578	Neuvialle	neuvialle	FR		0	Europe/Paris	45.75208	2.04442				75	19	193	19164
2990579	Neuvialle	neuvialle	FR		0	Europe/Paris	45.35	2.6				84	15	152	15185
2990584	Neuvelle-lès-Grancey	neuvelle-les-grancey	FR		0	Europe/Paris	47.67966	4.99629		Neuvelle		27	21	212	21304
2990586	Neuvelle-lès-Champlitte	neuvelle-les-champlitte	FR		0	Europe/Paris	47.58651	5.54859		Neuvelle,Neuvelle-les-Champlitte,Neuvelle-lès-Champlitte		27	70	702	70122
2990596	Neussargues	neussargues	FR		1049	Europe/Paris	45.12826	2.97627		Neussargues,Neussargues-Moissac		84	15	153	15141
2990600	Neunkirch	neunkirch	FR		0	Europe/Paris	49.12005	7.08942		Neunkirch,Neunkirch-les-Sarreguemines,Neunkirch-lès-Sarreguemines		44	57	576	57631
2990602	Neunkirch	neunkirch	FR		0	Europe/Paris	48.3122	7.63593				44	67	675	67146
2990622	Neuilly-le-Malherbe	neuilly-le-malherbe	FR		0	Europe/Paris	49.09766	-0.53738		Neuilly,Neuilly-le-Malherbe,Neuilly-sur-Odon		28	14	142	14721
2990599	Neure	neure	FR	03320	171	Europe/Paris	46.74655	2.98047		Neure		84	03	032	03198
2990644	Neuhof	neuhof	FR		0	Europe/Paris	48.54127	7.76785				44	67	678	67482
2990646	Neuglize	neuglize	FR		0	Europe/Paris	46.45742	3.39009				84	03	032	03025
2990655	Neufmontiers-lès-Meaux	neufmontiers-les-meaux	FR		0	Europe/Paris	48.97775	2.8412		Neufmontiers,Neufmontiers-les-Meaux,Neufmontiers-lès-Meaux		11	77	771	77335
2990661	Neuf Manoir	neuf-manoir	FR		0	Europe/Paris	50.65134	1.95021				32	62	623	62789
2990671	Neuffond	neuffond	FR		0	Europe/Paris	45.79111	2.79116		Neuffond,Neuffont		84	63	633	63163
2990684	Neufbourg	neufbourg	FR		0	Europe/Paris	49.63461	0.32634				28	76	762	76224
2990708	Neudorf	neudorf	FR		0	Europe/Paris	48.56434	7.76081				44	67	678	67482
2990713	Netzenbach	netzenbach	FR		0	Europe/Paris	48.51285	7.26806				44	67	673	67543
2990722	Nestavel	nestavel	FR		0	Europe/Paris	48.35533	-3.87744				53	29	292	29018
2990731	Nesles-la-Gilberde	nesles-la-gilberde	FR		0	Europe/Paris	48.70203	2.96959		Nesles,Nesles-la-Gilberde		11	77	773	77264
2990744	Nesa	nesa	FR		0	Europe/Paris	42.16024	8.79525		Nesa		94	2A	2A1	2A348
2990748	Nervezain	nervezain	FR		214	Europe/Paris	47.6639	5.83129				27	70	702	70525
2990749	Nervaux	nervaux	FR		0	Europe/Paris	46.65393	1.13759				24	36	361	36018
2990754	Nerpol-et-Serres	nerpol-et-serres	FR		0	Europe/Paris	45.26447	5.37914		Nerpol-et-Serres,Serre-Nerpol,Serres-Nerpol		84	38	381	38275
2990755	Néroux	neroux	FR		0	Europe/Paris	47.01018	1.97667				24	36	364	36199
2990756	Néronville	neronville	FR		0	Europe/Paris	48.14821	2.73856				11	77	774	77099
2990765	Nermier	nermier	FR		0	Europe/Paris	46.48037	5.62234		Nermier		27	39	392	39504
2990766	Nerlac	nerlac	FR		0	Europe/Paris	46.95318	1.54638				24	36	362	36079
2990768	Nérigners	nerigners	FR		0	Europe/Paris	46.26869	3.26088		Nerigners,Nerignet,Nérigners,Nérignet		84	03	032	03018
2990771	Nérieu	nerieu	FR		0	Europe/Paris	45.70562	5.57706		Nerieu,Neyrieu,Nérieu		84	01	011	01338
2990782	Nepmes	nepmes	FR		0	Europe/Paris	46.52827	1.18249		Nepine,Nepme,Nepmes		24	36	361	36016
2990789	Nentin	nentin	FR		0	Europe/Paris	47.18324	3.34153				27	58	584	58218
2990790	Nenon	nenon	FR		391	Europe/Paris	47.12367	5.58629		Nenon		27	39	391	39205
2990794	Néman	neman	FR		0	Europe/Paris	47.23137	0.19095		Le Neman		24	37	371	37011
2990795	Nélu	nelu	FR		0	Europe/Paris	48.4321	1.83167				24	28	281	28013
2990800	Nehwiller-près-Wœrth	nehwiller-pres-woerth	FR		0	Europe/Paris	48.96667	7.7		Nehwiller		44	67	672	67388
2990804	Négron	negron	FR		0	Europe/Paris	47.41337	0.95465				24	37	373	37163
2990806	Négrignas	negrignas	FR		0	Europe/Paris	45.78124	1.69208		Negrignas,Negrignat,Négrignas,Négrignat		75	87	872	87004
2990817	Négarioux	negarioux	FR		0	Europe/Paris	45.7229	2.0332				75	19	193	19164
2990828	Nebout	nebout	FR		0	Europe/Paris	44.83922	0.43983				75	24	241	24340
2990849	Nayrague	nayrague	FR		0	Europe/Paris	45.0256	1.50482		Nairague,Nayrague		76	46	463	46083
2990854	Navette	navette	FR		0	Europe/Paris	45.528	6.50881				84	73	731	73003
2990855	Navette	navette	FR		0	Europe/Paris	44.8	6.2		Navette,Navettes		93	05	052	05064
2990868	Nave	nave	FR		0	Europe/Paris	45.57818	3.26994				84	63	633	63261
2990869	Navas	navas	FR		0	Europe/Paris	45.11277	4.68837				84	07	073	07301
2990877	Naux	naux	FR		0	Europe/Paris	44.21884	6.03779		Les Naux,Naux		93	04	044	04075
2990892	Nau	nau	FR		0	Europe/Paris	46.79133	1.6675				24	36	362	36044
2990899	Nastrat	nastrat	FR		0	Europe/Paris	45.25501	2.72682				84	15	153	15116
2990904	Naslin	naslin	FR		0	Europe/Paris	46.45415	0.25669				75	86	863	86293
2990907	Narthoux	narthoux	FR		0	Europe/Paris	44.14298	2.02608		Narthoux		76	81	811	81245
2990909	Narreyroux	narreyroux	FR		0	Europe/Paris	44.82396	6.46606		Narrescoux,Narresroux,Narreyroux,Narreyroux-d'Aval		93	05	051	05110
2990917	Narbonne-Plage	narbonne-plage	FR		0	Europe/Paris	43.16011	3.16595		Narbonne-Plage		76	11	113	11262
2990923	Napt	napt	FR		0	Europe/Paris	46.20585	5.49703		Napt		84	01	014	01410
2990929	Nantuy	nantuy	FR		0	Europe/Paris	45.96923	5.57633				84	01	011	01185
2990937	Nantouard	nantouard	FR		0	Europe/Paris	47.43412	5.72062		Nantouard		27	70	702	70466
2990938	Nantou	nantou	FR		0	Europe/Paris	47.78172	3.40592		Nanton,Nantou		27	89	891	89311
2990942	Grand Nantoin	grand-nantoin	FR		349	Europe/Paris	45.43854	5.27501		Grand Nantoin,Nantoin		84	38	383	38479
2990971	Nantenne	nantenne	FR		0	Europe/Paris	47.70097	3.46714				27	89	891	89154
2990975	Nanteau	nanteau	FR		0	Europe/Paris	47.6597	3.53573				27	89	891	89256
2990978	Nantcruet	nantcruet	FR		0	Europe/Paris	45.53363	6.92346		Nantcruet,le Nant Cruet		84	73	731	73232
2991001	Nancroix	nancroix	FR		0	Europe/Paris	45.53522	6.77074		Nancroit,Nancroix,Nancroy,Vancroit		84	73	731	73197
2991002	Nancré	nancre	FR		0	Europe/Paris	46.96592	0.47858				24	37	371	37148
2991009	Nanchèvre	nanchevre	FR		0	Europe/Paris	47.47154	3.77703		Nanchevre,Nanchèvre		27	89	892	89364
2991011	Nancery	nancery	FR		0	Europe/Paris	47.85	5.31667				44	52	522	52269
2991020	Namps-au-Mont	namps-au-mont	FR		0	Europe/Paris	49.813	2.10893		Namps-au-Mont		32	80	802	80582
2991050	Naftel	naftel	FR		0	Europe/Paris	48.60993	-1.13241		Naftel		28	50	501	50256
2991055	Nadalie	nadalie	FR		0	Europe/Paris	44.70276	1.20283				75	24	244	24063
2991056	Nadaillat	nadaillat	FR		0	Europe/Paris	45.69013	3.03317				84	63	632	63345
2991062	Nacqueville	nacqueville	FR		0	Europe/Paris	49.66667	-1.73333		Nacqueville,Urville-Nacqueville		28	50	502	50041
2991063	Naconne	naconne	FR		0	Europe/Paris	46.39305	3.39058				84	03	032	03234
2991064	Naconne	naconne	FR		0	Europe/Paris	45.7544	4.18382				84	42	421	42066
2991066	Nacherie	nacherie	FR		0	Europe/Paris	48.03267	-1.22308				53	35	351	35097
2991079	Muzelles	muzelles	FR		0	Europe/Paris	48.07106	1.70659				24	28	282	28382
2991085	Muzat	muzat	FR		0	Europe/Paris	45.02694	1.59482				76	46	463	46083
2991094	Mutelette	mutelette	FR		0	Europe/Paris	50.60062	1.80114				32	62	624	62648
2991099	Mussy	mussy	FR		0	Europe/Paris	46.74952	3.1721				27	58	583	58057
2991100	Mussillon	mussillon	FR		0	Europe/Paris	45.40109	6.56749		Musillon,Mussillon		84	73	731	73015
2991105	Mussegros	mussegros	FR		0	Europe/Paris	49.30264	1.45253				28	27	271	27214
2991106	Musseau	musseau	FR		0	Europe/Paris	47.70812	5.1124				44	52	522	52094
2991107	Mussain	mussain	FR		0	Europe/Paris	47.67438	-2.0879				53	35	352	35236
2991113	Musau	musau	FR		0	Europe/Paris	48.80233	7.77669				44	67	672	67180
2991155	Murel	murel	FR		0	Europe/Paris	44.95984	1.59462		Murel,Muret		76	46	463	46185
2991159	Mure	mure	FR		0	Europe/Paris	45.69374	5.03149				84	69	691	69287
2991171	Muratellu	muratellu	FR		0	Europe/Paris	41.59253	9.21078		Muratello,Muratellu		94	2A	2A4	2A247
2991190	Munot	munot	FR		0	Europe/Paris	47.1545	3.026				27	58	584	58155
2991191	Munois	munois	FR		0	Europe/Paris	47.53357	4.55774				27	21	213	21226
2991196	Munet	munet	FR		0	Europe/Paris	47.22477	-0.09496				52	49	493	49123
2991197	Munet	munet	FR		0	Europe/Paris	45.89992	5.71984				84	01	011	01453
2991198	Munès	munes	FR		0	Europe/Paris	42.8038	2.07546				76	11	112	11317
2991203	Muna	muna	FR		0	Europe/Paris	42.14403	8.85051		Muna		94	2A	2A1	2A174
2991209	Mulles	mulles	FR		0	Europe/Paris	46.58885	2.1339				24	36	363	36138
2991210	Mulleron	mulleron	FR		0	Europe/Paris	48.63433	2.15862				11	91	913	91319
2991221	Muisement	muisement	FR		0	Europe/Paris	49.74856	0.54098				28	76	762	76686
2991232	Mucalellu	mucalellu	FR		0	Europe/Paris	42.41552	8.73172		Mucalellu,Mugalellu,Mugalletto		94	2B	2B5	2B121
2991241	Muchieta	muchieta	FR		0	Europe/Paris	42.73548	9.43189				94	2B	2B2	2B305
2991243	Mucchitone	mucchitone	FR		0	Europe/Paris	41.59829	9.19443		Mucchitone		94	2A	2A4	2A247
2991245	Mucchio	mucchio	FR		0	Europe/Paris	42.29788	9.44706		Mucchie,Mucchio		94	2B	2B3	2B225
2991257	Mozas	mozas	FR		0	Europe/Paris	45.61475	5.27898				84	38	382	38053
2991305	Moutou	moutou	FR		0	Europe/Paris	44.93333	1.73333				76	46	463	46028
2991306	Moutou	moutou	FR		0	Europe/Paris	44.56667	0.8042				75	47	473	47202
2991307	Moutot	moutot	FR		0	Europe/Paris	47.72047	3.96702				27	89	892	89010
2991312	Moutomble	moutomble	FR		0	Europe/Paris	47.55971	3.96096				27	89	892	89339
2991338	Moutenerie	moutenerie	FR		0	Europe/Paris	45.08147	1.15439				75	24	244	24291
2991339	Moutardon	moutardon	FR		0	Europe/Paris	46.04408	0.30612		Moutardon		75	16	163	16242
2991340	Moustriziac	moustriziac	FR		0	Europe/Paris	48.11359	-3.49858				53	56	562	56100
2991341	Moustoulgoat	moustoulgoat	FR		0	Europe/Paris	47.93821	-3.70176				53	29	294	29004
2991344	Moustoir	moustoir	FR		0	Europe/Paris	47.95088	-3.52052				53	29	294	29230
2991353	Moustermeur	moustermeur	FR		0	Europe/Paris	48.28394	-3.35167				53	22	222	22087
2991356	Mouster	mouster	FR		0	Europe/Paris	48.65454	-3.40485				53	22	223	22340
2991358	Moustarguern	moustarguern	FR		0	Europe/Paris	48.34611	-3.753				53	29	292	29211
2991377	Mousselas	mousselas	FR		0	Europe/Paris	47.1657	1.83942				24	18	183	18103
2991381	Mousseaux	mousseaux	FR		0	Europe/Paris	48.33602	1.26874				24	28	281	28225
2991382	Mousseaux	mousseaux	FR		0	Europe/Paris	48.1071	2.33986		Mousseau,Mousseaux		24	45	453	45050
2991385	Moussard	moussard	FR		0	Europe/Paris	47.34534	2.96486				27	58	584	58256
2991387	Moussais-la-Bataille	moussais-la-bataille	FR		0	Europe/Paris	46.73869	0.48741		Moussais,Moussais-la-Bataille		75	86	861	86298
2991397	Mourseux	mourseux	FR		0	Europe/Paris	49.51247	1.79844				32	60	601	60296
2991400	Mourrepiane	mourrepiane	FR		0	Europe/Paris	43.35467	5.33172		Mourepiane,Mourrepiane		93	13	133	13055
2991419	Mourio	mourio	FR		0	Europe/Paris	45.23382	4.70986				84	07	073	07337
2991423	Mouriéras	mourieras	FR		0	Europe/Paris	45.61657	1.92877				75	19	193	19033
2991441	Prohencoux	prohencoux	FR		198	Europe/Paris	43.80567	2.78712		Mounes-Prohencoux,Prohencoux		76	12	121	12192
2991442	Mounens	mounens	FR		0	Europe/Paris	44.95004	4.52817		Monnens,Mounens		84	07	073	07218
2991448	Moulot	moulot	FR		0	Europe/Paris	47.45309	3.4725		Moulot		27	58	582	58079
2991450	Moulons	moulons	FR		186	Europe/Paris	45.32695	-0.33152		Moulons		75	17	171	17282
2991455	Moullet	moullet	FR		0	Europe/Paris	45.88053	2.99868				84	63	634	63470
2991457	Moulizoux	moulizoux	FR		0	Europe/Paris	46.37107	2.00503				75	23	232	23089
2991462	Moulin-Vieux	moulin-vieux	FR		0	Europe/Paris	45.0104	5.88195				84	38	381	38207
2991463	Moulin Vieil	moulin-vieil	FR		0	Europe/Paris	47.58733	1.96305				24	41	413	41046
2991485	Moulin-le-Comte	moulin-le-comte	FR		0	Europe/Paris	50.63979	2.37961				32	62	625	62014
2991487	Moulin Foulet	moulin-foulet	FR		0	Europe/Paris	46.49171	2.2598				24	18	182	18234
2991488	Moulineux	moulineux	FR		0	Europe/Paris	48.39252	2.02688				11	91	911	91131
2991495	Mouline	mouline	FR		0	Europe/Paris	47.32178	-1.54952				52	44	442	44035
2991498	Moulin-d'Ivray	moulin-d-ivray	FR		0	Europe/Paris	47.63717	-0.46217				52	49	491	49347
2991502	Moulin de l'Hôpital	moulin-de-l-hopital	FR		0	Europe/Paris	47.51581	2.55181				24	18	183	18030
2991504	Moulin d'Aubepeyre	moulin-d-aubepeyre	FR		0	Europe/Paris	45.86012	1.00133				75	87	873	87046
2991509	Moulin	moulin	FR		0	Europe/Paris	46.52831	0.33942				75	86	863	86263
2991511	Moulignon	moulignon	FR		0	Europe/Paris	48.52991	2.52351				11	77	772	77407
2991603	Motledon	motledon	FR		0	Europe/Paris	47.10054	3.00075				24	18	181	18025
2991520	Moulet	moulet	FR		0	Europe/Paris	45.47819	3.08891				84	63	633	63134
2991522	Moulès	moules	FR		0	Europe/Paris	43.65694	4.74129		Moules,Moulès		93	13	132	13004
2991523	Moulery	moulery	FR		0	Europe/Paris	47.57405	3.2869				27	89	891	89416
2991524	Moulergues	moulergues	FR		0	Europe/Paris	45.38505	2.4292				84	15	152	15037
2991525	Moulentier	moulentier	FR		0	Europe/Paris	46.21452	2.02178				75	23	232	23002
2991532	Moulancher	moulancher	FR		0	Europe/Paris	44.85065	4.53708				84	07	072	07096
2991536	Mouillevillers	mouillevillers	FR		0	Europe/Paris	47.29533	6.79981		Mouillevillers		27	25	252	25519
2991550	Mougny	mougny	FR		0	Europe/Paris	47.13262	3.63131				27	58	583	58024
2991560	Moudet	moudet	FR		0	Europe/Paris	45.27883	2.99453				84	15	153	15256
2991563	Mouchy	mouchy	FR		0	Europe/Paris	47.29548	3.54703				27	58	582	58181
2991570	Mouchedune	mouchedune	FR		0	Europe/Paris	45.91409	0.43469				75	16	163	16255
2991576	Mouceau	mouceau	FR		0	Europe/Paris	46.98352	3.40943		Mouceau,Mousseau		27	58	583	58232
2991585	Motteux	motteux	FR		0	Europe/Paris	47.87163	2.73681				24	45	451	45257
2991604	Mothois	mothois	FR		0	Europe/Paris	49.50674	1.74407				32	60	601	60594
2991605	Mothes	mothes	FR		0	Europe/Paris	44.34155	-0.94047				75	40	402	40332
2991615	Mossay	mossay	FR		0	Europe/Paris	47.18302	1.4032				24	36	362	36244
2991617	Mosouvre	mosouvre	FR		0	Europe/Paris	45.81565	4.64287				84	69	692	69112
2991618	Mosny	mosny	FR		0	Europe/Paris	48.07249	1.4865				24	28	282	28330
2991629	Moscou	moscou	FR		0	Europe/Paris	43.5998	1.47669				76	31	313	31555
2991635	Morvillette	morvillette	FR		0	Europe/Paris	48.64043	1.2774				24	28	283	28369
2991650	Morvent	morvent	FR		0	Europe/Paris	49.01823	1.56906				11	78	781	78089
2991655	Moru	moru	FR		0	Europe/Paris	49.30438	2.6821				32	60	604	60541
2991657	Mortumier	mortumier	FR		0	Europe/Paris	47.76372	2.66238				24	45	451	45096
2991659	Mortruis	mortruis	FR		0	Europe/Paris	48.52355	0.39696				28	61	611	61126
2991672	Morthemer	morthemer	FR		0	Europe/Paris	46.47373	0.61281		Morthemer		75	86	862	86233
2991674	Morthelayze	morthelayze	FR		0	Europe/Paris	45.61555	5.46699		Morthelayse,Morthelayze,Mortholaize		84	38	382	38148
2991675	Mortevielle	mortevielle	FR		0	Europe/Paris	45.12355	5.05208				84	26	263	26231
2991676	Mortesagne	mortesagne	FR		0	Europe/Paris	45.14654	4.05268				84	43	433	43203
2991679	Morterolles-sur-Semme	morterolles-sur-semme	FR		0	Europe/Paris	46.14826	1.36655		Morterolles,Morterolles-sur-Semme		75	87	871	87014
2991680	Morterolles	morterolles	FR		0	Europe/Paris	45.91937	1.82525				75	23	232	23227
2991686	Mortegoutte	mortegoutte	FR		0	Europe/Paris	45.35324	2.05655				75	19	193	19046
2991690	Morteaux-Coulibœuf	morteaux-couliboeuf	FR		539	Europe/Paris	48.93333	-0.06667		Morteaux,Morteaux-Couliboeuf,Morto-Kulibef,Morto-Kulibjof,mo er tuo ku li bo e,moruto=kuribufu,Морто-Кулибеф,Морто-Кулибёф,Морто-Кулібеф,モルトー＝クリブフ,莫尔托库利博厄		28	14	142	14452
2991710	Morta	morta	FR		0	Europe/Paris	41.99802	9.38535		Morta		94	2B	2B3	2B251
2991717	Morsans	morsans	FR		0	Europe/Paris	48.21912	1.56751				24	28	282	28277
2991726	Morou	morou	FR		0	Europe/Paris	47.11323	1.87885		Merou,Morou,Mérou		24	18	183	18103
2991739	Mornat	mornat	FR		0	Europe/Paris	46.09673	2.09425				75	23	231	23229
2991749	Mormont	mormont	FR		0	Europe/Paris	47.82287	3.38441				27	89	891	89360
2991763	Morletière	morletiere	FR		0	Europe/Paris	45.27731	5.64647		Morletiere,Morletière,Morteliere,Mortelière		84	38	381	38565
2991765	Morlay	morlay	FR		0	Europe/Paris	50.21007	1.68504				32	80	801	80633
2991766	Morlat	morlat	FR		0	Europe/Paris	46.26586	3.01209				84	03	031	03308
2991768	Morlange	morlange	FR		0	Europe/Paris	49.30784	6.09053				44	57	577	57206
2991773	Morlaincourt	morlaincourt	FR		0	Europe/Paris	48.68122	5.36961				44	55	551	55358
2991776	Morjuan	morjuan	FR		0	Europe/Paris	44.31667	6.6		Morjuan,Mourjuan		93	04	041	04226
2991781	Morival	morival	FR		0	Europe/Paris	49.99193	1.67636				32	80	801	80809
2991782	Morisseau	morisseau	FR		0	Europe/Paris	47.15763	-1.38179		Moriceau,Morisseau		52	44	442	44070
2991786	Morins	morins	FR		0	Europe/Paris	44.22204	5.50351				84	26	262	26375
2991794	Morignolo	morignolo	FR		0	Europe/Paris	44.11563	7.6782		Morignol,Morignole,Morignolo		93	06	062	06162
2991797	Moriès	mories	FR		0	Europe/Paris	44.49253	3.23975				76	48	482	48099
2991801	Morières	morieres	FR		0	Europe/Paris	48.99486	-0.06042		Morieres,Morières,Moueres		28	14	142	14735
2991804	Moriccio	moriccio	FR		0	Europe/Paris	41.8182	9.01693		Moriccio		94	2A	2A4	2A021
2991817	Morgiou	morgiou	FR		0	Europe/Paris	43.21221	5.44073				93	13	133	13055
2991828	Morgat	morgat	FR		0	Europe/Paris	48.22576	-4.50603	5			53	29	292	29042
2991848	Morest	morest	FR		0	Europe/Paris	47.60855	1.42748				24	41	411	41204
2991850	Morens	morens	FR		0	Europe/Paris	45.07899	4.74497				84	07	073	07086
2991852	Morenchies	morenchies	FR		0	Europe/Paris	50.18962	3.24455		Morenchies		32	59	592	59122
2991857	Morel	morel	FR		0	Europe/Paris	45.77813	3.41351				84	63	635	63045
2991858	Morel	morel	FR		0	Europe/Paris	45.60133	3.37477				84	63	632	63205
2991862	Moreaux	moreaux	FR		0	Europe/Paris	48.9308	1.50503				24	28	283	28187
2991863	Moreaulieu	moreaulieu	FR		0	Europe/Paris	48.60602	1.33887				24	28	283	28393
2991864	Moreau	moreau	FR		0	Europe/Paris	45.57269	4.52326				84	42	423	42283
2991865	Moreau	moreau	FR		0	Europe/Paris	45.21667	0.3				75	24	243	24564
2991867	Mordreuc	mordreuc	FR		0	Europe/Paris	48.51124	-1.97582				53	22	221	22197
2991874	Morchamps	morchamps	FR		0	Europe/Paris	47.44976	6.33202		Morchamps		27	25	251	25505
2991876	Morcenx-Bourg	morcenx-bourg	FR		0	Europe/Paris	44.00615	-0.89212				75	40	402	40197
2991882	Morat	morat	FR		0	Europe/Paris	46.66667	3.23333				84	03	032	03316
2991897	Morais	morais	FR		0	Europe/Paris	47.42772	1.93057				24	41	413	41241
2991899	Morainville-sur-Damville	morainville-sur-damville	FR		0	Europe/Paris	48.83156	1.12191		Morainville,Morainville-sur-Damville		28	27	272	27198
2991902	Morains-le-Petit	morains-le-petit	FR		0	Europe/Paris	48.81337	3.99353		Morains,Morains-le-Petit		44	51	512	51158
2991905	Moques	moques	FR		0	Europe/Paris	46.22834	1.97131		Mauques,Moques		75	23	232	23092
2991910	Monvilliers	monvilliers	FR		0	Europe/Paris	48.39047	1.78512				24	28	281	28129
2991914	Montvrin	montvrin	FR		0	Europe/Paris	46.73944	2.99553				84	03	032	03198
2991917	Montvilliers	montvilliers	FR		0	Europe/Paris	48.15057	2.16981				24	45	453	45137
2991925	Montvenix	montvenix	FR		0	Europe/Paris	45.58432	6.7646				84	73	731	73054
2991934	Montuzet	montuzet	FR		0	Europe/Paris	45.10285	-0.62916				75	33	331	33325
2991938	Montursin	montursin	FR		0	Europe/Paris	47.34982	6.94211		Montursin		27	25	252	25275
2991941	Montulat	montulat	FR		0	Europe/Paris	46.21543	1.33628		Montubat,Montulat		75	87	871	87180
2991942	Montuin	montuin	FR		0	Europe/Paris	46.49457	3.13838				84	03	032	03202
2991951	Mont Supt	mont-supt	FR		0	Europe/Paris	45.53502	4.08195				84	42	421	42228
2991955	Mont-sous-les-Côtes	mont-sous-les-cotes	FR		0	Europe/Paris	49.1	5.56667		Mont,Mont-sous-les-Cotes,Mont-sous-les-Côtes		44	55	553	55060
2991956	Montsour	montsour	FR		0	Europe/Paris	45.4	2.18333				75	19	193	19102
2991962	Montseugny	montseugny	FR		0	Europe/Paris	47.35577	5.52548		Montseugny		27	70	702	70101
2991981	Montsaon	montsaon	FR		918	Europe/Paris	48.08374	5.03526		Montsaon		44	52	521	52469
2991989	Mont-Saint-Quentin	mont-saint-quentin	FR		0	Europe/Paris	49.94435	2.93798				32	80	804	80620
2992010	Montruc	montruc	FR		0	Europe/Paris	45.36667	2.41667				84	15	152	15037
2992011	Montru	montru	FR		0	Europe/Paris	47.55607	3.44036				27	89	891	89148
2992021	Mont Roty	mont-roty	FR		0	Europe/Paris	49.71667	1.25				28	76	761	76070
2992023	Montrot	montrot	FR		0	Europe/Paris	47.9283	5.02135				44	52	521	52017
2992033	Montroir	montroir	FR		0	Europe/Paris	46.42015	2.53057				84	03	031	03055
2992034	Mont Rodeix	mont-rodeix	FR		0	Europe/Paris	45.76477	3.00685				84	63	632	63263
2992036	Montroc	montroc	FR		0	Europe/Paris	45.99795	6.93636		Mont Roch,Montroc		84	74	742	74056
2992038	Montrobert	montrobert	FR		0	Europe/Paris	46.24825	2.63923				84	03	031	03007
2992048	Montribourg	montribourg	FR		0	Europe/Paris	47.9967	4.92715				44	52	521	52114
2992049	Montribot	montribot	FR		0	Europe/Paris	45.02766	0.95118				75	24	244	24356
2992053	Montrevaux	montrevaux	FR		0	Europe/Paris	46.65	2.48333				24	18	182	18093
2992095	Montrequienne	montrequienne	FR		0	Europe/Paris	49.25683	6.23682				44	57	577	57602
2992096	Mont-Renault	mont-renault	FR		0	Europe/Paris	48.32435	0.30595				52	72	722	72326
2992097	Montremont	montremont	FR		0	Europe/Paris	45.85812	6.28015				84	74	741	74280
2992099	Montrelet	montrelet	FR		0	Europe/Paris	50.08755	2.2282				32	80	802	80566
2992101	Montrel	montrel	FR		0	Europe/Paris	48.27592	-2.65042				53	22	224	22219
2992111	Montreau	montreau	FR		0	Europe/Paris	48.30604	2.05421				24	45		
2992121	Montramé	montrame	FR		0	Europe/Paris	48.50705	3.28982				11	77	773	77456
2992125	Mont Putois	mont-putois	FR		0	Europe/Paris	47.64533	3.45196				27	89	891	89283
2992127	Montpréfet	montprefet	FR		0	Europe/Paris	46.42772	2.9482				84	03	031	03070
2992128	Montpoutier	montpoutier	FR		0	Europe/Paris	45.82546	0.98138				75	87	873	87046
2992134	Montplot	montplot	FR		0	Europe/Paris	45.07162	3.60427				84	43	431	43239
2992140	Montpinçon	montpincon	FR		0	Europe/Paris	48.95472	0.08072		Montpincon,Montpinçon		28	14	143	14654
2992142	Montpillard	montpillard	FR		0	Europe/Paris	47.13074	3.5278				27	58	583	58092
2992143	Mont-Piel	mont-piel	FR		0	Europe/Paris	49.58429	1.15276				28	76	763	76271
2992154	Montpertuy	montpertuy	FR		0	Europe/Paris	46.14813	3.39211				84	03	033	03023
2992155	Mont Pertuis	mont-pertuis	FR		0	Europe/Paris	48.44503	0.04922				28	61	611	61234
2992156	Montperthuis	montperthuis	FR		0	Europe/Paris	49.4982	1.85756				32	60	601	60611
2992157	Montperroux	montperroux	FR		0	Europe/Paris	48.54009	0.26911				28	61	611	61156
2992162	Montpeloux	montpeloux	FR		0	Europe/Paris	45.47087	3.91444				84	63	631	63309
2992168	Montpascal	montpascal	FR		383	Europe/Paris	45.33772	6.36003		Montpascal		84	73	733	73135
2992170	Montpaon	montpaon	FR		0	Europe/Paris	43.86627	3.11585				76	12	121	12155
2992171	Montouvrard	montouvrard	FR		0	Europe/Paris	45.37988	6.076				84	38	381	38006
2992175	Montoursy	montoursy	FR		0	Europe/Paris	44.68545	2.42882		Montourcy,Montoursy		84	15	151	15082
2992178	Montourgar	montourgar	FR		0	Europe/Paris	48.21426	-4.52349		Montourgard		53	29	292	29042
2992179	Montour	montour	FR		0	Europe/Paris	47.18864	0.1647				24	37	371	37022
2992185	Montoulier	montoulier	FR		0	Europe/Paris	45.88025	2.1108				75	23	231	23238
2992193	Montormentier	montormentier	FR		0	Europe/Paris	47.60369	5.35277				44	52	522	52158
2992195	Montorlin	montorlin	FR		0	Europe/Paris	45.56163	6.72863				84	73	731	73150
2992197	Montorcier	montorcier	FR		0	Europe/Paris	44.68333	6.21667		Montorcier,Montorsier		93	05	052	05145
2992205	Montoire	montoire	FR		0	Europe/Paris	47.71924	2.55991		Montoir,Montoire		24	45	451	45227
2992207	Montoing	montoing	FR		0	Europe/Paris	45.06386	4.01237				84	43	432	43218
2992212	Montmy	montmy	FR		0	Europe/Paris	45.63333	3.61667				84	63	631	63086
2992213	Montmureau	montmureau	FR		0	Europe/Paris	48.64794	0.99289				24	28	283	28231
2992222	Mont-Morin	mont-morin	FR		0	Europe/Paris	45.54532	3.45379				84	63	631	63119
2992231	Montmoirat	montmoirat	FR		0	Europe/Paris	45.34262	3.12425				84	43	431	43014
2992234	Montmirault	montmirault	FR		0	Europe/Paris	48.48455	2.33149				11	91	911	91129
2992244	Montmilien	montmilien	FR		0	Europe/Paris	47.3533	4.17878				27	21	213	21525
2992245	Montmija	montmija	FR		0	Europe/Paris	42.86962	2.10033				76	11	112	11101
2992246	Mont-Miens	mont-miens	FR		0	Europe/Paris	47.03456	3.2194				27	58	583	58254
2992247	Montmézéry	montmezery	FR		0	Europe/Paris	46.01784	0.97391				75	87	871	87100
2992248	Montmeyre	montmeyre	FR		0	Europe/Paris	45.75932	2.90387				84	63	633	63071
2992251	Montmeunier	montmeunier	FR		0	Europe/Paris	46.36372	2.14668				75	23	231	23120
2992252	Montmery	montmery	FR		0	Europe/Paris	48.28806	2.85857				11	77	774	77506
2992258	Mont Méjan	mont-mejan	FR		0	Europe/Paris	44.38312	3.56924				76	48	481	48075
2992265	Montmarzi	montmarzi	FR		0	Europe/Paris	46.14865	2.7042				84	63	634	63462
2992270	Montmarquet	montmarquet	FR		0	Europe/Paris	49.80367	1.79312		Montmarquet		32	80	802	80456
2992272	Montmare	montmare	FR		0	Europe/Paris	48.6939	0.24938				28	61	613	61275
2992273	Montmardelin	montmardelin	FR		0	Europe/Paris	47.43298	3.90691				27	89	892	89347
2992277	Montmalin	montmalin	FR		0	Europe/Paris	46.95318	5.71776		Montmalin		27	39	391	39479
2992297	Montlouet	montlouet	FR		0	Europe/Paris	48.51885	1.7043		Montlouet		24	28	281	28168
2992306	Montlibert	montlibert	FR		0	Europe/Paris	49.5818	5.32259				44	08	083	08421
2992320	Mont-le-Frânois	mont-le-franois	FR		0	Europe/Paris	47.57667	5.58492		Mont,Mont-le-Franois,Mont-le-Frânois		27	70	702	70252
2992283	Montmain	montmain	FR	21250	0	Europe/Paris	47.80621	4.34767				27	21	213	21336
2992330	Mont Landrin	mont-landrin	FR		0	Europe/Paris	49.86972	1.3533		Le Mont Landrin,Mont Landrin		28	76	761	76749
2992333	Montlahuc	montlahuc	FR		0	Europe/Paris	44.53404	5.45215				84	26	261	26047
2992334	Mont-la-Côte	mont-la-cote	FR		0	Europe/Paris	45.77071	2.79721				84	63	633	63163
2992335	Mont la Chapelle	mont-la-chapelle	FR		0	Europe/Paris	46.64756	1.03855				24	36	361	36165
2992338	Mont Joyeux	mont-joyeux	FR		0	Europe/Paris	45.31856	5.24076				84	38	383	38093
2992343	Montjouvent	montjouvent	FR		0	Europe/Paris	46.49242	5.60474		Montjouvent		27	39	392	39504
2992345	Montjolin	montjolin	FR		0	Europe/Paris	46.17056	2.86186				84	63	634	63338
2992346	Montjole	montjole	FR		0	Europe/Paris	45.53333	2.25				75	19	193	19275
2992351	Montjoie	montjoie	FR		0	Europe/Paris	46.13305	2.81891		Montjoie		84	63	634	63471
2992353	Montjézieu	montjezieu	FR		0	Europe/Paris	44.48092	3.20822		Montjezieu,Montjézieu		76	48	482	48034
2992366	Montjalin	montjalin	FR		0	Europe/Paris	47.51857	3.97988				27	89	892	89378
2992370	Montival	montival	FR		0	Europe/Paris	45.0075	4.18478				84	43	432	43053
2992376	Montiout	montiout	FR		0	Europe/Paris	48.61603	0.25052				28	61	611	61015
2992382	Montillas	montillas	FR		0	Europe/Paris	44.36881	2.33476				76	12	123	12068
2992441	Montigné-sur-Moine	montigne-sur-moine	FR		0	Europe/Paris	47.08333	-1.13333		Montigne		52	49	492	49301
2992446	Montignat	montignat	FR		0	Europe/Paris	46.16409	2.92731				84	63	634	63419
2992447	Montignat	montignat	FR		0	Europe/Paris	46.17388	2.13635				75	23	231	23149
2992457	Montifaux	montifaux	FR		0	Europe/Paris	47.75438	2.89115		Montifaut,Montifaux		27	89	891	89324
2992463	Montières	montieres	FR		0	Europe/Paris	49.95752	1.59396		Monthieres,Monthières,Montieres,Montières		32	80	801	80126
2992464	Montières	montieres	FR		0	Europe/Paris	49.91337	2.25422		Montieres,Montieres-les-Amiens,Montières,Montières-les-Amiens		32	80	802	80021
2992468	Montiérault	montierault	FR		0	Europe/Paris	48.04994	3.9314		Monthierault,Monthiérault,Montierault,Montiérault		44	10	103	10140
2992471	Monticelli	monticelli	FR		0	Europe/Paris	42.47759	9.264		Monticelli		94	2B	2B3	2B059
2992473	Monticchi	monticchi	FR		0	Europe/Paris	41.81402	8.89811		Monticchi,Montichi		94	2A	2A1	2A091
2992475	Monti	monti	FR		0	Europe/Paris	43.80902	7.48509				93	06	062	06083
2992480	Mont-Huon	mont-huon	FR		0	Europe/Paris	50.05147	1.37618		Le Mont-Huon,Mont-Huon		28	76	761	76711
2992481	Monthuit	monthuit	FR		0	Europe/Paris	49.89829	1.34327				28	76	761	76054
2992486	Montholin	montholin	FR		0	Europe/Paris	46.35556	3.53924				84	03	033	03289
2992499	Mont Hémel	mont-hemel	FR		0	Europe/Paris	49.73333	1.35				28	76	761	76283
2992511	Montgrousset	montgrousset	FR		0	Europe/Paris	44.65326	3.06995				76	48	482	48104
2992512	Montgros	montgros	FR		0	Europe/Paris	44.25	6.6				93	04	042	04006
2992513	Montgriffon	montgriffon	FR		0	Europe/Paris	46.00279	5.4705		Montgriffon,Montgrifjon		84	01	011	01277
2992514	Mont-Grenier	mont-grenier	FR		0	Europe/Paris	45.1159	5.06157				84	26	263	26231
2992518	Montgoublin	montgoublin	FR		0	Europe/Paris	46.97781	3.39534				27	58	583	58232
2992519	Montgothier	montgothier	FR		0	Europe/Paris	48.64303	-1.19324		Montgothier		28	50	501	50256
2992523	Montgolfier	montgolfier	FR		0	Europe/Paris	45.58333	3.78333				84	63	631	63003
2992534	Montgésin	montgesin	FR		0	Europe/Paris	45.52348	6.62538		Mongesin,Montgesin,Montgésin		84	73	731	73006
2992538	Montgerin	montgerin	FR		0	Europe/Paris	48.10794	3.19948				27	89	893	89151
2992542	Montgenoux	montgenoux	FR		0	Europe/Paris	46.62144	2.20029				24	18	182	18135
2992544	Mont-Génie	mont-genie	FR		0	Europe/Paris	45.97218	1.01049				75	87	873	87110
2992548	Montgelard	montgelard	FR		0	Europe/Paris	48.38041	2.88241				11	77	773	77210
2992551	Montgazon	montgazon	FR		0	Europe/Paris	48.68283	2.75622				11	77	772	77136
2992554	Mont Gaudier-le-Haut	mont-gaudier-le-haut	FR		0	Europe/Paris	47.36667	3.96667				27	89	892	89318
2992555	Mont Gaudier-le-Bas	mont-gaudier-le-bas	FR		0	Europe/Paris	47.36667	3.96667				27	89	892	89318
2992556	Mont Gaudier	mont-gaudier	FR		0	Europe/Paris	47.36693	3.96225				27	58	581	58157
2992560	Mont Garni	mont-garni	FR		0	Europe/Paris	46.948	0.78572				24	37	373	37168
2992561	Montgaren	montgaren	FR		0	Europe/Paris	45.4293	6.10862				84	38	381	38078
2992578	Montfrat	montfrat	FR		0	Europe/Paris	48.08734	0.95977				24	41	412	41096
2992595	Montfollet	montfollet	FR		0	Europe/Paris	45.55	4.36667				84	42	423	42234
2992598	Montflix	montflix	FR		0	Europe/Paris	48.51341	2.10828				11	91	911	91593
2992613	Montferney	montferney	FR		0	Europe/Paris	47.47945	6.33491		Montferney		27	25	251	25505
2992617	Montfayon	montfayon	FR		0	Europe/Paris	45.89054	1.49837				75	87	872	87042
2992619	Montfauxelles	montfauxelles	FR		0	Europe/Paris	49.27236	4.70612				44	08	084	08018
2992629	Montfargeaud	montfargeaud	FR		0	Europe/Paris	46.36474	1.99035				75	23	232	23089
2992630	Montfand	montfand	FR		0	Europe/Paris	46.31367	3.24556				84	03	032	03149
2992647	Montestrucq	montestrucq	FR		397	Europe/Paris	43.43316	-0.81165		Montestrucq		75	64	643	64440
2992649	Montessut	montessut	FR		0	Europe/Paris	45.37541	4.26624				84	42	423	42099
2992663	Montesoro	montesoro	FR		0	Europe/Paris	42.67452	9.4364		Montesoro		94	2B	2B2	2B033
2992676	Monterbeau	monterbeau	FR		0	Europe/Paris	46.28075	0.82494		Monterban,Monterbean,Monterbeau		75	86	862	86001
2992680	Montepeau	montepeau	FR		0	Europe/Paris	48.35221	3.14892				27	89	893	89480
2992692	Montenaille	montenaille	FR		0	Europe/Paris	47.66292	4.97721				27	21	212	21118
2992694	Montembœuf	montemboeuf	FR		718	Europe/Paris	45.77737	0.55269		Montambef,Montambjof,Montemboeuf,Montembuou,Montembuòu,Montembœuf,meng tang bo e,Монтамбеф,Монтамбёф,蒙唐博厄		75	16	163	16225
2992695	Montemain	montemain	FR		0	Europe/Paris	48.24158	1.32843				24	28	282	28370
2992696	Montemaggiore	montemaggiore	FR		0	Europe/Paris	42.53541	8.87368		Montemaggiore		94	2B	2B5	2B167
2992700	Montelrabarie	montelrabarie	FR		0	Europe/Paris	45.7	2.43333				75	19	193	19080
2992701	Monteloup	monteloup	FR		0	Europe/Paris	48.59216	2.15402				11	91	913	91243
2992705	Montel-Guillaume	montel-guillaume	FR		0	Europe/Paris	45.8334	2.36482		Monteil-Guillaume,Montel-Guillaume		75	23	231	23069
2992708	Montel-Brut	montel-brut	FR		0	Europe/Paris	45.69804	2.53872				84	63	634	63351
2992709	Montel	montel	FR		0	Europe/Paris	45.61667	2.61667				84	63	633	63024
2992716	Monteil-du-Bos	monteil-du-bos	FR		0	Europe/Paris	45.53333	2.28333				75	19	193	19275
2992717	Monteil	monteil	FR		0	Europe/Paris	46.18168	1.82465				75	23	232	23245
2992729	Montéglin	monteglin	FR		0	Europe/Paris	44.31196	5.82933				93	05	052	05070
2992730	Mont Estremo	mont-estremo	FR		0	Europe/Paris	42.36245	8.80757		Mont Estremo,Monte Estremo		94	2B	2B5	2B153
2992731	Mont-Édeline	mont-edeline	FR		0	Europe/Paris	49.7106	1.41572				28	76	761	76244
2992732	Mont-Édard	mont-edard	FR		0	Europe/Paris	49.74168	0.61571				28	76	761	76490
2992733	Montecourt	montecourt	FR		0	Europe/Paris	49.85483	3.03694				32	80	804	80555
2992742	Montebras	montebras	FR		0	Europe/Paris	46.16667	2.31667				75	23	231	23114
2992755	Mont-Dollé	mont-dolle	FR		0	Europe/Paris	49.89315	1.58162				28	76	761	76645
2992763	Mont de Verroux	mont-de-verroux	FR		0	Europe/Paris	45.17984	5.06363				84	26	263	26107
2992765	Montdésert	montdesert	FR		0	Europe/Paris	46.49523	5.17982				84	01	012	01139
2992766	Mont des Bruyères	mont-des-bruyeres	FR		0	Europe/Paris	50.43708	3.45403				32	59	596	59526
2992768	Montdenis	montdenis	FR		0	Europe/Paris	45.28269	6.40562		Mont-Denis,Montdenis		84	73	733	73250
2992780	Mont-de-Bourg	mont-de-bourg	FR		0	Europe/Paris	49.6982	0.87672				28	76	763	76491
2992781	Mont-de-Bélier	mont-de-belier	FR		0	Europe/Paris	45.35795	2.62642				84	15	152	15185
2992784	Mont d'Aulages	mont-d-aulages	FR		0	Europe/Paris	49.75589	1.43048				28	76	761	76620
2992787	Montcy-Saint-Pierre	montcy-saint-pierre	FR		0	Europe/Paris	49.7763	4.73471		Montcy,Montcy-Saint-Pierre		44	08	081	08105
2992791	Montcul	montcul	FR		0	Europe/Paris	45.7131	5.12842		Montcul,Monteul		84	69	691	69299
2992794	Montcrecon Haut	montcrecon-haut	FR		0	Europe/Paris	47.34244	3.88554				27	58	581	58255
2992795	Montcrecon Bas	montcrecon-bas	FR		0	Europe/Paris	47.3413	3.89317				27	58	581	58255
2992796	Montcrecon	montcrecon	FR		0	Europe/Paris	47.34271	3.89043				27	58	581	58255
2992807	Montcocu	montcocu	FR		0	Europe/Paris	46.17419	2.70053				84	63	634	63462
2992812	Montclavin	montclavin	FR		0	Europe/Paris	47.25466	3.06123				27	58	584	58122
2992825	Montcheny	montcheny	FR		0	Europe/Paris	44.68333	6.33333		Moncheny,Montcheny,Montchery		93	05	052	05096
2992826	Mont-Chenu	mont-chenu	FR		0	Europe/Paris	47.11301	3.52122				27	58	583	58267
2992828	Montchenet	montchenet	FR		0	Europe/Paris	45.70211	2.81345		Montcheneix,Montchenet		84	63	633	63305
2992834	Mont-Charlon	mont-charlon	FR		0	Europe/Paris	46.88708	3.91212				27	58	581	58074
2992835	Montchardon	montchardon	FR		0	Europe/Paris	47.85294	3.34844		Monchardon,Montchardon		27	89	891	89088
2992837	Mont-Chanson	mont-chanson	FR		0	Europe/Paris	44.90462	3.15171				84	15	153	15108
2992849	Montcessaux	montcessaux	FR		0	Europe/Paris	45.63026	1.05588				75	87	872	87027
2992865	Montceau	montceau	FR		0	Europe/Paris	45.59038	5.37948		Montceau		84	38	382	38348
2992873	Montcalm	montcalm	FR		0	Europe/Paris	43.57195	4.3141		Montcalm		76	30	302	30341
2992876	Mont-Busat	mont-busat	FR		0	Europe/Paris	45.04823	4.18086		Mont-Busat,Montbuzat		84	43	433	43007
2992881	Montbrunal	montbrunal	FR		0	Europe/Paris	45.33333	6.33333				84	73	733	73177
2992891	Montbrillais	montbrillais	FR		0	Europe/Paris	47.07556	-0.02807				75	86	861	86229
2992897	Montbran	montbran	FR		0	Europe/Paris	48.59382	-2.35436				53	22	221	22174
2992898	Montbrac	montbrac	FR		0	Europe/Paris	44.99436	4.16243				84	43	432	43186
2992903	Montboulin	montboulin	FR		0	Europe/Paris	47.19362	2.40667				24	18	181	18223
2992913	Montblin	montblin	FR		0	Europe/Paris	47.88688	2.74225				24	45	451	45257
2992915	Montbleru	montbleru	FR		0	Europe/Paris	48.74898	3.50673				44	51	512	51402
2992923	Montbertrand	montbertrand	FR		0	Europe/Paris	45.73296	5.15396				84	38	382	38085
2992929	Montbereau	montbereau	FR		0	Europe/Paris	45.87982	3.92663				84	42	422	42125
2992931	Mont-Benoît	mont-benoit	FR		0	Europe/Paris	47.39476	2.99838				27	58	584	58213
2992933	Mont-Benoît	mont-benoit	FR		0	Europe/Paris	45.56482	3.3461				84	63	633	63415
2992951	Montbardon	montbardon	FR		0	Europe/Paris	44.72204	6.76933				93	05	051	05038
2992954	Montbaltruy	montbaltruy	FR		0	Europe/Paris	46.5179	1.46172				24	36	361	36239
2992956	Mont-Baillard	mont-baillard	FR		0	Europe/Paris	45.53342	2.65018				84	63	633	63192
2992959	Montazais	montazais	FR		0	Europe/Paris	46.14396	0.32915				75	86	862	86255
2992963	Montavent	montavent	FR		0	Europe/Paris	46.46343	2.62943				84	03	031	03158
2992964	Montavelange	montavelange	FR		0	Europe/Paris	46.946	2.36053				24	18	181	18126
2992966	Montauzey	montauzey	FR		0	Europe/Paris	44.3587	-0.70355				75	40	402	40032
2992985	Montaugier	montaugier	FR		0	Europe/Paris	45.58954	5.8532				84	73	732	73179
2992986	Montaudran	montaudran	FR		0	Europe/Paris	43.57259	1.48907		Montaudran,Montaudron		76	31	313	31555
2993003	Montatelon	montatelon	FR		0	Europe/Paris	48.10111	2.47274				24	45	453	45018
2993010	Montasseaut	montasseaut	FR		0	Europe/Paris	46.18077	2.90096				84	63	634	63243
2993011	Montas	montas	FR		0	Europe/Paris	47.10535	3.5844				27	58	583	58257
2993014	Montarmin	montarmin	FR		0	Europe/Paris	46.77857	3.98631				27	58	581	58149
2993015	Mont-Armet	mont-armet	FR		0	Europe/Paris	47.62332	4.92737				27	21	212	21579
2993016	Montarmand	montarmand	FR		0	Europe/Paris	45.32941	6.07915				84	38	381	38163
2993018	Montarlot-lès-Champlitte	montarlot-les-champlitte	FR		0	Europe/Paris	47.64283	5.51404		Montarlot,Montarlot-les-Champlitte,Montarlot-lès-Champlitte		27	70	702	70122
2993020	Montarin	montarin	FR		0	Europe/Paris	47.37489	3.97596				27	89	892	89318
2993035	Montapeine	montapeine	FR		0	Europe/Paris	46.65476	3.51001				84	03	032	03057
2993037	Montanty	montanty	FR		0	Europe/Paris	44.74947	1.7307				76	46	463	46128
2993039	Montangon	montangon	FR		0	Europe/Paris	48.39972	4.34957		Montangon		44	10	103	10019
2993044	Montandré	montandre	FR		0	Europe/Paris	46.72791	2.25924				24	18	182	18112
2993045	Mont André	mont-andre	FR		0	Europe/Paris	45.29124	6.37324				84	73	733	73135
2993048	Montançon	montancon	FR		0	Europe/Paris	48.34328	1.30023				24	28	281	28021
2993050	Montanceix	montanceix	FR		0	Europe/Paris	45.15049	0.57428		Montanceix		75	24	243	24295
2993057	Montallery	montallery	FR		0	Europe/Paris	47.78909	3.6912		Montalery,Montallery		27	89	891	89438
2993058	Montalivet-les-Bains	montalivet-les-bains	FR		0	Europe/Paris	45.37848	-1.14758		Montalivet,Montalivet-les-Bains		75	33	334	33540
2993059	Montalimbert Petit	montalimbert-petit	FR		0	Europe/Paris	46.45	3.01667				84	03	032	03214
2993060	Montalimbert Grand	montalimbert-grand	FR		0	Europe/Paris	46.46667	3.01667				84	03	032	03238
2993061	Montalieu	montalieu	FR		2434	Europe/Paris	45.81245	5.40221		Montalieu,Montalieu-Vercieu		84	38	382	38247
2993064	Montaleigne	montaleigne	FR		0	Europe/Paris	43.68191	7.1778				93	06	061	06027
2993066	Montalbert	montalbert	FR		0	Europe/Paris	45.58095	6.89109				84	73	731	73232
2993067	Montalbert	montalbert	FR		0	Europe/Paris	45.53453	6.63904		Montalbert		84	73	731	73006
2993069	Montalbà	montalba	FR		0	Europe/Paris	42.44503	2.68409		Montalba,Montalba de Paracolls,Montalba-d'Amelie,Montalba-d'Amélie,Montalbà,Montalbà de Paracolls		76	66	661	66003
2993097	Montahon	montahon	FR		0	Europe/Paris	48.56634	3.84074				44	51	512	51032
2993101	Montaguillaume	montaguillaume	FR		0	Europe/Paris	46.24601	2.19109				75	23	231	23243
2993127	Montagne Verte	montagne-verte	FR		0	Europe/Paris	48.57217	7.71922				44	67	678	67482
2993128	Montagneux	montagneux	FR		0	Europe/Paris	46.04834	4.90233				84	01	012	01389
2993131	Montagne des Rousses	montagne-des-rousses	FR		0	Europe/Paris	44.58333	6.36667		Montagne de Rousses,Montagne des Rousses,Pra Prunier		93	05	052	05114
2993163	Montagaud	montagaud	FR		0	Europe/Paris	46.30449	1.9699				75	23	232	23162
2993168	Montachon	montachon	FR		0	Europe/Paris	47.3256	4.16143				27	21	213	21546
2993170	Mont-à-Cailleux	mont-a-cailleux	FR		0	Europe/Paris	49.88211	1.58297				28	76	761	76645
2993173	Montabert	montabert	FR		0	Europe/Paris	48.25334	4.18243				44	10	103	10245
2993199	Monseyroux	monseyroux	FR		0	Europe/Paris	44.68256	0.77985				75	47	473	47219
2993201	Monservet	monservet	FR		0	Europe/Paris	46.44762	1.95001				24	36	363	36060
2993204	Monsenoux	monsenoux	FR		0	Europe/Paris	46.40238	2.86143				84	03	031	03315
2993206	Mons-en-Chaussée	mons-en-chaussee	FR		0	Europe/Paris	49.87888	2.99916		Mons,Mons-en-Chaussee,Mons-en-Chaussée		32	80	804	80557
2993207	Mons-en-Barœul	mons-en-baroeul	FR		23006	Europe/Paris	50.63333	3.11667		Mons,Mons-en-Baroeul,Mons-en-Barœul		32	59	595	59410
2993208	Monsempron	monsempron	FR		2271	Europe/Paris	44.49144	0.94101		Monsampron-Libos,Monsempron,Monsempron-Libos,Montsempron,Montsempron e Libos,Montsempron e Libós,meng sang pu long li bo,Монсампрон-Либос,Монсампрон-Лібос,蒙桑普龙利博		75	47	473	47179
2993233	Monret	monret	FR		0	Europe/Paris	45.28718	3.64629				84	43	431	43076
2993235	Monplot	monplot	FR		0	Europe/Paris	45.11418	4.64493				84	07	073	07185
2993236	Monplaisir	monplaisir	FR		0	Europe/Paris	45.7403	4.87114		Monplaisir,Montplaisir		84	69	691	69123
2993237	Monplaisir	monplaisir	FR		0	Europe/Paris	47.10761	1.86095				24	36	364	36122
2993242	Monpalais	monpalais	FR		0	Europe/Paris	46.94753	-0.12985				75	79	791	79196
2993260	Monne	monne	FR		0	Europe/Paris	45.63031	2.95885				84	63	633	63449
2993263	Monmège	monmege	FR		0	Europe/Paris	45.1148	1.32221				75	24	244	24547
2993265	Monmares	monmares	FR		0	Europe/Paris	44.45476	0.80285		Monmares,Montmares,Montmarès		75	47	473	47323
2993273	Monlabon	monlabon	FR		0	Europe/Paris	47.76667	0.28333				52	72	721	72191
2993274	Monjourde	monjourde	FR		0	Europe/Paris	46.13959	1.44344				75	87	871	87067
2993275	Monjou	monjou	FR		0	Europe/Paris	45.5094	5.17373		Monjou,Montjoux		84	38	383	38399
2993285	Montguyard	montguyard	FR		0	Europe/Paris	44.69183	0.43111		Monguyard,Montguyard		75	24	241	24532
2993286	Monguillon	monguillon	FR		0	Europe/Paris	48.36667	0.21667				52	72	722	72005
2993288	Mongrous	mongrous	FR		0	Europe/Paris	45.3	2.4		Mongrous,Montgroux		84	15	152	15019
2993289	Mongoujou	mongoujou	FR		0	Europe/Paris	44.94023	1.57184				76	46	463	46185
2993291	Mongnolen	mongnolen	FR		0	Europe/Paris	45.35	4.41667				84	42	423	42224
2993296	Monges	monges	FR		0	Europe/Paris	45.74033	2.7911				84	63	633	63163
2993297	Mongerval	mongerval	FR		0	Europe/Paris	48.20381	-1.73638				53	35	353	35177
2993300	Mongauérand	mongauerand	FR		0	Europe/Paris	46.53984	0.82438				75	86	862	86006
2993301	Mongarigou	mongarigou	FR		0	Europe/Paris	47.91217	-3.47237				53	29	294	29136
2993304	Monfourmay	monfourmay	FR		0	Europe/Paris	47.99054	-0.59902				52	53	531	53009
2993305	Monfoulon	monfoulon	FR		0	Europe/Paris	48.28278	1.26806				24	28	282	28326
2993306	Monfoué	monfoue	FR		0	Europe/Paris	47.15635	0.8345				24	37	373	37143
2993314	Monetroi	monetroi	FR		0	Europe/Paris	45.85045	5.2107				84	01	011	01361
2993333	Monedeyres	monedeyres	FR		0	Europe/Paris	45.05995	4.10648				84	43	432	43158
2993334	Mondy	mondy	FR		0	Europe/Paris	45.06265	0.5227				75	24	243	24205
2993335	Mondron	mondron	FR		0	Europe/Paris	48.04593	-1.23627				53	35	351	35350
2993340	Mondrecourt	mondrecourt	FR		0	Europe/Paris	48.98149	5.28074		Mondrecourt		44	55	551	55254
2993344	Mondoueix	mondoueix	FR		0	Europe/Paris	46.237	1.95133				75	23	232	23092
2993347	Mondonville-Sainte-Barbe	mondonville-sainte-barbe	FR		0	Europe/Paris	48.29098	1.74194		Mondonville,Mondonville-Sainte-Barbe		24	28	281	28274
2993361	Mondétour	mondetour	FR		0	Europe/Paris	48.68049	2.18103				11	91	913	91471
2993362	Mondétour	mondetour	FR		0	Europe/Paris	48.64172	1.33048				24	28	283	28053
2993363	Mondétour	mondetour	FR		0	Europe/Paris	48.52126	2.07454				11	91	911	91593
2993364	Mondésir	mondesir	FR		0	Europe/Paris	48.37192	2.07957				11	91	911	91294
2993370	Mondan	mondan	FR		0	Europe/Paris	46.53094	2.46124				24	18	182	18278
2993371	Mondalazac	mondalazac	FR		0	Europe/Paris	44.48396	2.53207				76	12	122	12254
2993374	Moncoutie	moncoutie	FR		0	Europe/Paris	44.53704	1.47273				76	46	461	46156
2993378	Moncor	moncor	FR		0	Europe/Paris	48.06194	-0.37419				52	53	533	53255
2993372	Moncy	moncy	FR	61800	218	Europe/Paris	48.82479	-0.68601		Moncy		28	61	612	61281
2993397	Monchy	monchy	FR		0	Europe/Paris	49.88333	1.66667		Monchy		28	76	761	76154
2993402	Monchelet	monchelet	FR		0	Europe/Paris	50.0108	1.60064				32	80	801	80500
2993408	Monchaux	monchaux	FR		0	Europe/Paris	50.31894	1.60477				32	80	801	80649
2993409	Monchaujoux	monchaujoux	FR		0	Europe/Paris	46.15024	2.76074				84	63	634	63471
2993410	Moncharville	moncharville	FR		0	Europe/Paris	48.21127	2.26697				24	45	453	45198
2993497	Mollay	mollay	FR		0	Europe/Paris	45.51246	4.07328				84	42	421	42301
2993432	Moncayolle	moncayolle	FR		368	Europe/Paris	43.26575	-0.84879		Mitikile,Mitikile-Larrori-Mendibile,Moncayolle,Moncayolle-Larrory-Mendibieu,Monkejol'-Larrori-Mandib'jo,Monkeol'-Larrori-Mandib'e,Monkeol'-Larrori-Mandibe,Montcajola-Larrori-Mendibiu,Montcajòla-Larròri-Mendibiu,meng kai ao er la er luo li mang di bi e,Монкейоль-Ларрори-Мандибьё,Монкеоль-Ларрори-Мандибье,Монкеоль-Ларрорі-Мандібє,蒙凯奥尔拉尔罗里芒迪比厄		75	64	642	64391
2993437	Moncamp	moncamp	FR		0	Europe/Paris	44.20781	3.55732				76	48	481	48130
2993439	Monbut	monbut	FR		0	Europe/Paris	46.25745	1.86353				75	23	232	23004
2993442	Monbos	monbos	FR		0	Europe/Paris	44.74475	0.38753		Monbos		75	24	241	24549
2993445	Monbeau	monbeau	FR		0	Europe/Paris	48.26519	1.24892				24	28	282	28326
2993450	Monbadon	monbadon	FR		0	Europe/Paris	44.9361	-0.04671		Monbadon		75	33	335	33342
2993454	Monanges	monanges	FR		0	Europe/Paris	45.37445	2.34226				75	19	193	19256
2993464	Momon	momon	FR		0	Europe/Paris	45.24188	1.10832				75	24	244	24210
2993466	Mommaton	mommaton	FR		0	Europe/Paris	44.70711	2.87222				76	12	122	12119
2993471	Monbert	monbert	FR		0	Europe/Paris	43.66009	0.40941		Mombert,Monbert		76	32	323	32065
2993479	Molpas	molpas	FR		0	Europe/Paris	50.5071	3.13472				32	59	595	59398
2993483	Molna	molna	FR		0	Europe/Paris	45.78569	6.02449		Mollenaz,Molliennaz,Mollionnaz,Molna		84	74	741	74142
2993484	Mollon	mollon	FR		0	Europe/Paris	45.94524	5.24482		Mollon		84	01	011	01450
2993488	Mollières	mollieres	FR		0	Europe/Paris	44.15	7.18333		Molieres,Molières,Mollieres,Molliers,Mollières		93	06	062	06153
2993489	Mollière d'Aval	molliere-d-aval	FR		0	Europe/Paris	50.2	1.53333				32	80	801	80182
2993490	Mollière d'Amont	molliere-d-amont	FR		0	Europe/Paris	50.19003	1.539				32	80	801	80182
2993504	Molitard	molitard	FR		0	Europe/Paris	48.1112	1.42635				24	28	282	28106
2993508	Vieux Molini	vieux-molini	FR		0	Europe/Paris	41.85754	8.80687		Molini,Vieux Molini		94	2A	2A1	2A008
2993509	Molinghem	molinghem	FR		0	Europe/Paris	50.61279	2.46162		Molinghem		32	62	622	62473
2993514	Molines-en-Champsaur	molines-en-champsaur	FR		0	Europe/Paris	44.75	6.11667		Les Molines-en-Champsaur,Molines,Molines-en-Champsaur		93	05	052	05090
2993515	Molines	molines	FR		0	Europe/Paris	44.96191	3.99801				84	43	432	43135
2993516	Mulinelle	mulinelle	FR		0	Europe/Paris	41.73717	8.86508		Batterie Molinelle,Molinelle,Mulinelle		94	2A	2A4	2A284
2993517	Moline	moline	FR		0	Europe/Paris	42.81629	9.45186		Moline		94	2B	2B2	2B281
2993518	Molincourt	molincourt	FR		0	Europe/Paris	49.18321	1.63549				28	27	271	27213
2993522	Molières-sur-l'Alberte	molieres-sur-l-alberte	FR		0	Europe/Paris	43.10778	2.41943		Molieres,Molieres-sur-l'Alberte,Molières,Molières-sur-l'Alberte		76	11	112	11183
2993530	Molière	moliere	FR		0	Europe/Paris	47.75428	-0.7483				52	53	531	53066
2993531	Molière	moliere	FR		0	Europe/Paris	45.05527	4.50972				84	07	073	07170
2993541	Molençon	molencon	FR		0	Europe/Paris	45.53975	6.49439				84	73	731	73187
2993576	Moissière	moissiere	FR		0	Europe/Paris	44.60548	6.2165				93	05	052	05004
2993580	Moissat Bas	moissat-bas	FR		0	Europe/Paris	45.77985	3.36209		Moissat Bas		84	63	635	63229
2993581	Moissat Haut	moissat-haut	FR		782	Europe/Paris	45.77564	3.35376		Moissat,Moissat Haut		84	63	635	63229
2993587	Moison	moison	FR		0	Europe/Paris	47.35409	2.48095				24	18	183	18115
2993599	Moireville	moireville	FR		0	Europe/Paris	48.06576	1.45112		Moireville,Moirville		24	28	282	28330
2993607	Moinville-la-Bourreau	moinville-la-bourreau	FR		0	Europe/Paris	48.34307	1.72541		Moinville,Moinville-la-Bourreau		24	28	281	28313
2993609	Moingt	moingt	FR		0	Europe/Paris	45.59634	4.07485		Moingt		84	42	421	42147
2993623	Moigné	moigne	FR		0	Europe/Paris	48.08067	-1.77352		Moigne,Moigné		53	35	353	35240
2993625	Moifond	moifond	FR		0	Europe/Paris	45.74985	5.07041				84	69	691	69285
2993626	Moidrey	moidrey	FR		0	Europe/Paris	48.57558	-1.50573		Moidrey		28	50	501	50410
2993629	Moidieu	moidieu	FR		1532	Europe/Paris	45.5168	5.00749		Moidieu,Moidieu-Detourbe,Moidieu-Détourbe		84	38	383	38238
2993641	Mœuvres	moeuvres	FR		467	Europe/Paris	50.15	3.06667				32	59	592	59405
2993642	Mœurs-Verdey	moeurs-verdey	FR		285	Europe/Paris	48.73333	3.68333				44	51	512	51369
2993644	Mœrnach	moernach	FR		560	Europe/Paris	47.50431	7.25402		Mernak,Mjornak,Moernach,Mörnach,Mœrnach,mo ai er na ke,Мернак,Мёрнак,莫埃尔纳克		44	68	681	68212
2993646	Moëns	moens	FR		0	Europe/Paris	46.26451	6.09381				84	01	013	01313
2993655	Moc-Souris	moc-souris	FR		0	Europe/Paris	48.70145	2.07161				11	78	782	78575
2993657	Mocpoix	mocpoix	FR		0	Europe/Paris	48.16108	2.7327				11	77	774	77099
2993662	Mizeray	mizeray	FR		0	Europe/Paris	48.31439	1.34669				24	28	281	28139
2993669	Mitterand	mitterand	FR		0	Europe/Paris	47.25876	2.33286				24	18	181	18004
2993678	Mitschdorf	mitschdorf	FR		0	Europe/Paris	48.95396	7.78313		Mitschdorf		44	67	672	67160
2993680	Mitreux	mitreux	FR		0	Europe/Paris	46.74251	2.62996				24	18	182	18052
2993681	Mitreuil	mitreuil	FR		0	Europe/Paris	47.33324	5.29305				27	21	212	21076
2993682	Mitoque	mitoque	FR		0	Europe/Paris	45.12354	0.46583				75	24	243	24442
2993689	Missonnet	missonnet	FR		0	Europe/Paris	45.80787	3.45852				84	63	635	63364
2993715	Mirgaudon	mirgaudon	FR		0	Europe/Paris	48.54907	2.13045				11	91	911	91540
2993658	Moca	moca	FR	20140	231	Europe/Paris	41.80918	9.01152		Moca,Moca-Croce		94	2A	2A4	2A160
2993723	Miremy	miremy	FR		0	Europe/Paris	48.26869	3.18735				27	89	893	89309
2993738	Miraval	miraval	FR		0	Europe/Paris	44.4	6.56667				93	04	041	04220
2993739	Miraval	miraval	FR		0	Europe/Paris	43.47339	6.03604				93	83	833	83045
2993741	Mirat	mirat	FR		0	Europe/Paris	45.66291	3.67583				84	63	631	63207
2993742	Mirat	mirat	FR		0	Europe/Paris	45.47467	3.67495				84	63	631	63211
2993759	Miramas-le-Vieux	miramas-le-vieux	FR		0	Europe/Paris	43.56307	5.02428		Miramas-Vieux,Miramas-le-Vieux		93	13	134	13063
2993773	Miplaine	miplaine	FR		0	Europe/Paris	45.70837	4.98504				84	69	691	69290
2993774	Miplaine	miplaine	FR		0	Europe/Paris	45.36057	5.43592				84	38	381	38194
2993775	Miozat	miozat	FR		0	Europe/Paris	45.7	2.55				84	63	634	63191
2993789	Minuty	minuty	FR		0	Europe/Paris	43.25	6.6				93	83	831	83065
2993797	Minihy	minihy	FR		0	Europe/Paris	48.74978	-3.52444				53	22	223	22113
2993799	Minières	minieres	FR		0	Europe/Paris	48.62109	1.43409				24	28	283	28055
2993813	Minerviu	minerviu	FR		0	Europe/Paris	42.88784	9.33496		Minerbio,Minervio,Minerviu		94	2B	2B2	2B030
2993815	Mine de Bert	mine-de-bert	FR		0	Europe/Paris	46.35	3.68333		La Mine,Les Mines,Les Mines de Bert,Mine de Bert		84	03	033	03024
2993816	Mineaux	mineaux	FR		0	Europe/Paris	47.13609	1.74771		Les Mineaux,Mineaux		24	36	364	36147
2993820	Mindin	mindin	FR		0	Europe/Paris	47.2631	-2.16655		Mindin		52	44	443	44154
2993824	Mimoyecques	mimoyecques	FR		0	Europe/Paris	50.84783	1.768		Mimoyecques		32	62	623	62487
2993828	Mimizan-Plage	mimizan-plage	FR		0	Europe/Paris	44.21079	-1.28862		Mimizan-Plage,Mimizan-les-Bains		75	40	402	40184
2993841	Milly-le-Meugon	milly-le-meugon	FR		0	Europe/Paris	47.28702	-0.25378		Milly-le-Meugon		52	49	493	49261
2993854	Millieu	millieu	FR		0	Europe/Paris	45.75861	5.52666				84	01	011	01216
2993858	Milliaboeuf	milliaboeuf	FR		0	Europe/Paris	46.60095	1.6899				24	36	362	36022
2993866	Milleraye	milleraye	FR		0	Europe/Paris	49.59413	1.01475				28	76	763	76675
2993872	Millé	mille	FR		0	Europe/Paris	47.25773	-0.44345				52	49	491	49086
2993892	Milhaguet	milhaguet	FR		0	Europe/Paris	45.66322	0.79821		Milhaguet		75	87	873	87092
2993897	Milaria	milaria	FR		0	Europe/Paris	42.34026	9.41639		Milaria		94	2B	2B3	2B111
2993899	Mikeou	mikeou	FR		0	Europe/Paris	44.68043	6.58261				93	05	051	05116
2993903	Miguels	miguels	FR		0	Europe/Paris	44.33915	2.21752				76	12	123	12198
2993915	Migneval	migneval	FR		0	Europe/Paris	45.55	3.8				84	63	631	63003
2993922	Mignafans	mignafans	FR		298	Europe/Paris	47.55408	6.54983		Mignafans		27	70	701	70487
2993925	Migliacciaru	migliacciaru	FR		0	Europe/Paris	42.00133	9.39702		Migliaccaro,Migliacciaro,Migliacciaru		94	2B	2B3	2B251
2993926	Miginiac	miginiac	FR		0	Europe/Paris	45.30704	1.95672				75	19	193	19039
2993930	Migay	migay	FR		0	Europe/Paris	44.84625	0.54434				75	24	241	24140
2993931	Migaudon	migaudon	FR		0	Europe/Paris	46.96348	-0.37404				75	79	791	79013
2993932	Migaudin	migaudin	FR		0	Europe/Paris	48.16952	1.17294				24	28	282	28424
2993933	Mifoucher	mifoucher	FR		0	Europe/Paris	48.19163	1.22595				24	28	282	28424
2993934	Mifaget	mifaget	FR		0	Europe/Paris	43.11499	-0.31813		Mifaget		75	64	643	64148
2993937	Mieurles	mieurles	FR		0	Europe/Paris	50.62112	1.953				32	62	624	62168
2993943	Mienval	mienval	FR		0	Europe/Paris	49.88333	1.63333				28	76	761	76500
2993967	Micoulaud	micoulaud	FR		0	Europe/Paris	45.01667	4.33333				84	07	073	07151
2993969	Micheville	micheville	FR		0	Europe/Paris	49.47287	5.93019				44	54	541	54580
2993972	Le Coin	le-coin	FR		0	Europe/Paris	44.68324	6.63956	1180	Michelons-du-Coin		93	05	051	05052
2993980	Miaumande	miaumande	FR		0	Europe/Paris	46.22608	1.00351				75	87	871	87109
2993981	Miaulant	miaulant	FR		0	Europe/Paris	45.7054	0.46128				75	16	161	16425
2993984	Mianges	mianges	FR		0	Europe/Paris	45.69655	5.16488		Miange,Mianges		84	38	382	38067
2993985	Mianes	mianes	FR		0	Europe/Paris	44.48407	5.5025		Mianes,Miannes		84			
2993989	Mialanes	mialanes	FR		0	Europe/Paris	44.86368	3.41024				76	48	482	48089
2993990	Miailles	miailles	FR		0	Europe/Paris	44.64581	1.1092				75	24	244	24585
2993993	Mhers	mhers	FR		0	Europe/Paris	47.34869	3.46191				27	58	582	58093
2993995	Mezzavia	mezzavia	FR		0	Europe/Paris	41.95266	8.77833		Mezzavia		94	2A	2A1	2A004
2994003	Mézinville	mezinville	FR		0	Europe/Paris	48.15685	2.66687				11	77	774	77110
2994006	Mézillac	mezillac	FR		0	Europe/Paris	47.61172	-1.796				52	44	445	44067
2994023	Mézières	mezieres	FR		0	Europe/Paris	48.35758	2.43431				11	91	912	91121
2994024	Mézières	mezieres	FR		0	Europe/Paris	48.18778	1.44741				24	28	282	28305
2994025	Mézières	mezieres	FR		0	Europe/Paris	48.08648	1.97551				24	45	452	45330
2994026	Mézières	mezieres	FR		0	Europe/Paris	48.00702	3.90381				44	10	103	10099
2994027	Mézières	mezieres	FR		0	Europe/Paris	47.29543	3.03647				27	58	584	58122
2994028	Mézien	mezien	FR		0	Europe/Paris	44.21865	5.99859				93	04	044	04075
2994039	Mezels	mezels	FR		0	Europe/Paris	44.93099	1.68994		Mezel,Mezels		76	46	463	46330
2994047	Mézamblin	mezamblin	FR		0	Europe/Paris	46.70038	2.93714				84	03	032	03155
2994050	Meythenod	meythenod	FR		0	Europe/Paris	45.63945	5.76171		Methenod,Meythenod,Moythenod,Méthenod		84	73	732	73156
2994055	Meysonial	meysonial	FR		0	Europe/Paris	45.14222	4.25662				84	43	433	43069
2994061	Meyrignac	meyrignac	FR		0	Europe/Paris	45.59112	1.74454				75	19	192	19036
2994064	Meyriès	meyries	FR		0	Europe/Paris	44.76667	6.8		Les Meyries,Meyries,Meyriès		93	05	051	05038
2994067	Meyriat	meyriat	FR		0	Europe/Paris	46.13679	5.39094				84	01	012	01245
2994076	Meyraguet	meyraguet	FR		0	Europe/Paris	44.85321	1.54066				76	46	463	46144
2994077	Meynial	meynial	FR		0	Europe/Paris	45.36275	3.75095				84	63	631	63139
2994080	Meynard	meynard	FR		0	Europe/Paris	44.85898	0.98099				75	24	244	24142
2994082	Meymont	meymont	FR		0	Europe/Paris	45.69694	3.59592				84	63	631	63258
2994083	Meymargues	meymargues	FR		0	Europe/Paris	45.09843	2.92488		Maymargues,Meymargues		84	15	153	15041
2994084	Meymans	meymans	FR		0	Europe/Paris	45.01588	5.14809		Meymans		84	26	263	26039
2994086	Meylieu	meylieu	FR		0	Europe/Paris	45.62596	4.24587				84	42	421	42149
2994090	Meyerhof	meyerhof	FR		0	Europe/Paris	48.49996	7.38379				44	67	673	67299
2994101	Meuvy	meuvy	FR		0	Europe/Paris	48.08392	5.54755		Meuvy		44	52	521	52074
2994109	Meuse	meuse	FR		0	Europe/Paris	47.99252	5.55172				44	52	522	52332
2994114	Meursauge	meursauge	FR		0	Europe/Paris	47.66048	4.62655				27	21	213	21011
2994118	Meurger	meurger	FR		0	Europe/Paris	48.57751	0.22931				28	61	611	61301
2994127	Meung	meung	FR		0	Europe/Paris	47.41096	3.04391				27	58	584	58213
2994131	Meun	meun	FR		0	Europe/Paris	48.34479	2.56547				11	77	774	77001
2994133	Meulot	meulot	FR		0	Europe/Paris	47.02838	3.27219				27	58	583	58176
2994135	Meulin	meulin	FR		0	Europe/Paris	46.3709	4.50811		Meulin		27	71	715	71178
2994136	Meulières	meulieres	FR		0	Europe/Paris	48.29455	1.87129				24	28	281	28276
2994137	Meulhouck	meulhouck	FR		0	Europe/Paris	51.05049	2.50488				32	59	594	59260
2994141	Meugne	meugne	FR		0	Europe/Paris	47.52941	3.15757		Meugne,Meugnes		27	89	891	89420
2994145	Meudic	meudic	FR		0	Europe/Paris	48.75	-3.45				53	22	223	22113
2994154	La Plaine des Bouchers	la-plaine-des-bouchers	FR		0	Europe/Paris	48.56062	7.7407		La Plaine des Bouchers,Metzgerau		44	67	678	67482
2994163	Métrosc	metrosc	FR		0	Europe/Paris	45.22553	4.5068				84	07	073	07333
2994164	Métrich	metrich	FR		0	Europe/Paris	49.40239	6.29575				44	57	577	57370
2994165	Métreville	metreville	FR		0	Europe/Paris	49.15	1.25				28	27	271	27005
2994174	Mesura	mesura	FR		0	Europe/Paris	46	0.83333				75	16	163	16306
2994175	Mestry	mestry	FR		0	Europe/Paris	49.2788	-0.99502				28	14	141	14342
2994176	Mestribès	mestribes	FR		0	Europe/Paris	43.21153	1.65157				76	09	092	09185
2994181	Messinhac	messinhac	FR		0	Europe/Paris	45.14121	4.07365				84	43	433	43028
2994188	Messeux	messeux	FR		0	Europe/Paris	46.025	0.34758		Messeux		75	16	163	16242
2994190	Messempré	messempre	FR		0	Europe/Paris	49.6774	5.16409		Messempre,Messempré		44	08	083	08349
2994199	Messais	messais	FR		0	Europe/Paris	46.86168	0.02166		Messais		75	86	861	86161
2994200	Message	message	FR		0	Europe/Paris	44.72481	5.2052				84	26	261	26371
2994205	Mespras	mespras	FR		0	Europe/Paris	47.50297	-1.76548				52	44	445	44015
2994206	Mespouille	mespouille	FR		0	Europe/Paris	44.58014	1.12925				76	46	463	46114
2994213	Mesnil-Val-Plage	mesnil-val-plage	FR		0	Europe/Paris	50.0451	1.3292		Mesnil-Val		28	76		
2994214	Mesnil-Vallon	mesnil-vallon	FR		0	Europe/Paris	48.30877	3.92761		Le Mesnil-Vallon,Mesnil-Vallon		44	10	103	10211
2994216	Mesnil-Sterling	mesnil-sterling	FR		0	Europe/Paris	50.03602	1.39291				28	76	761	76252
2994218	Mesnil-sous-les-Côtes	mesnil-sous-les-cotes	FR		0	Europe/Paris	49.08835	5.57897		Mesnil,Mesnil-sous-les-Cotes,Mesnil-sous-les-Côtes		44	55	553	55060
2994219	Mesnil-Sorel	mesnil-sorel	FR		0	Europe/Paris	50.04153	1.3566				28	76	761	76711
2994220	Mesnil Sevin	mesnil-sevin	FR		0	Europe/Paris	48.71874	1.9947		Le Mesnil Sevin,Mesnil Sevin		11	78	782	78548
2994229	Mesnil-Racoin	mesnil-racoin	FR		0	Europe/Paris	48.45715	2.25811				11	91	911	91671
2994236	Mesnil-Eudin	mesnil-eudin	FR		0	Europe/Paris	49.89572	1.74327		Mesnil-Eudin		32	80	802	80084
2994237	Mesnil-en-Caux	mesnil-en-caux	FR		0	Europe/Paris	50.00982	1.28394				28	76	761	76192
2994240	Mesnil-David	mesnil-david	FR		0	Europe/Paris	49.75785	1.61976				28	76	761	76372
2994243	Mesnil-Bénard	mesnil-benard	FR		0	Europe/Paris	49.67135	1.24101				28	76	761	76648
2994245	Mesnigoalen	mesnigoalen	FR		0	Europe/Paris	48.56667	-4.31667				53	29	291	29124
2994247	Mesnerettes	mesnerettes	FR		0	Europe/Paris	49.76841	1.37364				28	76	761	76427
2994249	Mesnault	mesnault	FR		0	Europe/Paris	48.45828	0.87612				28	61	613	61241
2994255	Mesmains	mesmains	FR		0	Europe/Paris	46.86988	2.17912		Mesmain,Mesmains		24	18	181	18137
2994256	Meslon	meslon	FR		0	Europe/Paris	46.66999	2.57443				24	18	182	18076
2994258	Mesliers	mesliers	FR		0	Europe/Paris	48.31272	1.25123				24	28	281	28196
2994271	Meseran	meseran	FR		0	Europe/Paris	48.05511	-4.65936		Mescran		53	29	294	29028
2994273	Mescoat	mescoat	FR		0	Europe/Paris	48.48022	-4.13622				53	29	291	29180
2994277	Mesaudon	mesaudon	FR		0	Europe/Paris	46.68343	2.30896				24	18	182	18230
2994278	Mésangy	mesangy	FR		0	Europe/Paris	46.72924	3.02		Mesangy,Mezangy,Mésangy,Mézangy		84	03	032	03210
2994292	Mervilliers	mervilliers	FR		0	Europe/Paris	48.17941	1.82548		Mervilliers		24	28	281	28199
2994295	Merville-au-Bois	merville-au-bois	FR		0	Europe/Paris	49.74784	2.40469		Merville,Merville-au-Bois		32	80	803	80010
2994300	Merviel	merviel	FR		0	Europe/Paris	43.01632	1.75871		Merviel		76	09	092	09107
2994315	Mersan	mersan	FR		0	Europe/Paris	46.72661	1.48232				24	36	362	36139
2994320	Merry	merry	FR		0	Europe/Paris	47.84771	3.68053				27	89	891	89265
2994327	Merrein	merrein	FR		0	Europe/Paris	44.37399	-0.39475				75	33	333	33336
2994330	Mérouvilliers	merouvilliers	FR		0	Europe/Paris	48.2317	1.74731				24	28	281	28426
2994333	Meros	meros	FR		0	Europe/Paris	48.21001	-3.7505				53	29	292	29175
2994335	Méron	meron	FR		0	Europe/Paris	47.13465	-0.11075		Meron,Méron		52	49	493	49215
2994336	Mérolles	merolles	FR		0	Europe/Paris	47.04247	1.93515				24	36	364	36152
2994337	Mérobes	merobes	FR		0	Europe/Paris	48.3083	2.17386				24	45	453	45310
2994340	Mernex	mernex	FR		0	Europe/Paris	45.94094	6.62068				84	74	742	74256
2994342	Mermond	mermond	FR		0	Europe/Paris	45.71402	3.84625		Mermond,Nermond		84	42	421	42039
2994344	Merly	merly	FR		0	Europe/Paris	45.28333	2.23333				75	19	193	19264
2994345	Merlon	merlon	FR		0	Europe/Paris	46.25384	2.76957				84	03	031	03047
2994346	Merlines-Gares	merlines-gares	FR		0	Europe/Paris	45.65	2.46667				75	19	193	19141
2994348	Merlimont-Plage	merlimont-plage	FR		0	Europe/Paris	50.4617	1.58282				32	62	624	62571
2994354	Merlet	merlet	FR		0	Europe/Paris	49.61316	1.716				28			
2994359	Merlebach	merlebach	FR		0	Europe/Paris	49.1498	6.81882		Freyming-Merlebach,Merlebach		44	57	573	57240
2994362	Merle	merle	FR		0	Europe/Paris	44.80387	1.08638				75	24	244	24122
2994363	Merle	merle	FR		0	Europe/Paris	44.75	0.78333				75	24	241	24028
2994364	Merlauveau	merlauveau	FR		0	Europe/Paris	47.06836	3.50277				27	58	583	58275
2994370	Merlande	merlande	FR		0	Europe/Paris	45.00536	0.68467				75	24	243	24365
2994375	Mériol	meriol	FR		0	Europe/Paris	45.47666	1.09655				75	24	242	24519
2994386	Mérigni	merigni	FR		0	Europe/Paris	48.49825	0.30862				28	61	611	61415
2994387	Mérigneux	merigneux	FR		0	Europe/Paris	45.56308	4.04333				84	42	421	42122
2994404	Méribel	meribel	FR		2626	Europe/Paris	45.41497	6.565		MFX,Meribel,Meribel',Meribelis,Méribel,Мерибель		84	73	731	73015
2994406	Mériadec	meriadec	FR		0	Europe/Paris	47.69694	-2.89656				53	56	561	56175
2994407	Mériadec	meriadec	FR		0	Europe/Paris	47.60869	-2.92571				53	56	563	56008
2994418	Méret	meret	FR		0	Europe/Paris	47.14833	1.56174		Meray,Meret,Méret		24	36	362	36228
2994436	Merdarioux	merdarioux	FR		0	Europe/Paris	45.11732	4.94058				84	26	263	26177
2994448	Mercurol	mercurol	FR		0	Europe/Paris	46.13557	3.05179				84	03	033	03107
2994456	Mercœur	mercoeur	FR		0	Europe/Paris	45.2	3.3				84	43	431	43133
2994457	Mercœur	mercoeur	FR		0	Europe/Paris	45.01667	3.66667				84	43	432	43221
2994458	Mercœur	mercoeur	FR		273	Europe/Paris	45.01667	1.95				75	19	192	19133
2994459	Merclan	merclan	FR		0	Europe/Paris	44.86396	5.30209				84	26	261	26308
2994463	Mercier	mercier	FR		0	Europe/Paris	44.98298	5.44388		Les Merciers,Mercier		84	26	261	26074
2994473	Méraubry	meraubry	FR		0	Europe/Paris	48.50245	1.21166				24	28	281	28040
2994474	Mérasville	merasville	FR		0	Europe/Paris	48.24932	1.79934				24	28	281	28164
2994478	Mérangle	merangle	FR		0	Europe/Paris	48.71957	1.48033				24	28	283	28076
2994482	Mépin	mepin	FR		0	Europe/Paris	45.48891	5.07002		Mepin,Mépin		84	38	383	38476
2994483	Mépieu	mepieu	FR		0	Europe/Paris	45.74798	5.44725		Mepieu,Mépieu		84	38	382	38139
2994484	Méouze	meouze	FR		0	Europe/Paris	45.74212	2.35193				75	23	231	23224
2994487	Méouilles	meouilles	FR		0	Europe/Paris	43.95143	6.51939				93	04	042	04173
2994495	Menty	menty	FR		0	Europe/Paris	50.62567	1.70341				32	62	623	62845
2994505	Menteix	menteix	FR		0	Europe/Paris	45.7827	1.63936				75	87	872	87024
2994510	Mensac	mensac	FR		0	Europe/Paris	44.68706	5.51802				84	26	261	26086
2994516	Menonville	menonville	FR		0	Europe/Paris	48.2317	1.53146				24	28	281	28411
2994520	Ménois	menois	FR		0	Europe/Paris	48.27034	4.1379				44	10	103	10329
2994533	Mennemois	mennemois	FR		0	Europe/Paris	47.38179	3.98036		Mennemois,Mennemois Dessous		27	89	892	89318
2994540	Paris 20 Ménilmontant	paris-20-menilmontant	FR		0	Europe/Paris	48.8646	2.3984		20e Arrondissement,20eme Arr,20ème Arr,Arrondissement de Menilmontant,Arrondissement de Ménilmontant,Menilmontant,Ménilmontant,Paris 20e,XXe		11	75	751	75056
2994551	Mênil-Girault	menil-girault	FR		0	Europe/Paris	48.39045	2.20013				11	91	911	91079
2994562	Ménichamp	menichamp	FR		0	Europe/Paris	46.36039	3.232		Les Menichamp,Les Ménichamp,Menichamp,Ménichamp		84	03	032	03307
2994565	Mengleuz	mengleuz	FR		0	Europe/Paris	48.60522	-4.13922				53	29	293	29271
2994566	Menglas	menglas	FR		0	Europe/Paris	44.80688	5.76853				84	38	381	38226
2994567	Ménez-Meur	menez-meur	FR		0	Europe/Paris	48.00067	-3.91975				53	29	294	29049
2994570	Menez-Cam	menez-cam	FR		0	Europe/Paris	48.16667	-3.66667				53	29	292	29278
2994576	Ménétreux	menetreux	FR		0	Europe/Paris	47.50476	4.29738				27	21	213	21413
2994577	Menetreuille	menetreuille	FR		0	Europe/Paris	47.13717	3.51265				27	58	583	58092
2994582	Ménétreau	menetreau	FR		0	Europe/Paris	47.43933	2.88219				24	18	181	18032
2994583	Menetoy	menetoy	FR		0	Europe/Paris	47.48333	4.28095				27	21	213	21676
2994589	Ménétereau	menetereau	FR		0	Europe/Paris	47.38752	2.97705		Menetereau,Menetreau,Monetereau,Ménétereau		27	58	584	58261
2994593	Ménestérol	menesterol	FR		0	Europe/Paris	45.01752	0.15458		Menesterol,Menesterol-Montignac,Ménestérol,Ménestérol-Montignac		75	24	243	24294
2994595	Ménès-Riou	menes-riou	FR		0	Europe/Paris	47.96667	-3.93333				53	29	294	29272
2994598	Ménesguen	menesguen	FR		0	Europe/Paris	48.18952	-4.53911				53	29	292	29042
2994602	Ménérol	menerol	FR		0	Europe/Paris	45.48498	3.82397		Menerol,Meneyrolles,Ménérol		84	63	631	63027
2994604	Méné Guen	mene-guen	FR		0	Europe/Paris	47.77996	-3.44161				53	56	561	56185
2994606	Menée	menee	FR		0	Europe/Paris	44.71595	5.52862				84	26	261	26086
2994607	Ménéaux	meneaux	FR		0	Europe/Paris	44.2386	0.37175				75	47	474	47097
2994614	Mendigoules	mendigoules	FR		0	Europe/Paris	45.10617	4.26248				84	43	433	43244
2994627	Ménantissart	menantissart	FR		0	Europe/Paris	49.69629	1.82351		Menantissard,Menantissart,Ménantissard,Ménantissart		32	60	601	60599
2994628	Menainville	menainville	FR		0	Europe/Paris	48.55286	1.84027				11	78	782	78003
2994629	Ménainville	menainville	FR		0	Europe/Paris	48.16441	1.78638				24	28	282	28390
2994633	Mémontel	memontel	FR		0	Europe/Paris	45.86667	6.68333		Memontel,Memontet,Mémontel,Mémontet		84	74	742	74236
2994636	Memerlin	memerlin	FR		0	Europe/Paris	44.49203	1.79155				76	46	462	46155
2994637	Memer	memer	FR		0	Europe/Paris	44.32036	1.89453		Memer,Menier		76	12	123	12287
2994643	Melzac	melzac	FR		0	Europe/Paris	44.76355	2.52209				84	15	151	15089
2994646	Melvieu	melvieu	FR		0	Europe/Paris	44.04639	2.79187		Melvieu		76	12	121	12251
2994648	Méluzien	meluzien	FR		0	Europe/Paris	47.47744	3.94813				27	89	892	89235
2994655	Melon	melon	FR		0	Europe/Paris	48.48658	-4.7705				53	29	291	29221
2994667	Melleray-la-Vallée	melleray-la-vallee	FR		0	Europe/Paris	48.45976	-0.57275		Melleray		52	53	533	53127
2994668	Melleray-Abbaye	melleray-abbaye	FR		0	Europe/Paris	47.54833	-1.3775		Abbaye de la Melleray,Melleray-Abbaye		52	44	445	44095
2994682	Melincamp	melincamp	FR		0	Europe/Paris	49.94266	1.35627				28	76	761	76619
2994694	Mélézen	melezen	FR		0	Europe/Paris	44.52521	6.72406				93	04	041	04193
2994699	Mélenfrox	melenfrox	FR		0	Europe/Paris	48.64877	3.05736				11	77	773	77357
2994704	Melch	melch	FR		0	Europe/Paris	48.96425	7.44918		Melch,Melck		44	67	674	67392
2994709	Mélan	melan	FR		0	Europe/Paris	44.19743	6.13492		Melan,Mélan		93	04	043	04040
2994715	Mélac	melac	FR		0	Europe/Paris	44.01507	3.00875				76	12	121	12243
2994722	Méjean	mejean	FR		0	Europe/Paris	43.33111	5.21726		Majean,Mejean,Méjean		93	13	134	13033
2994726	Méjanesse	mejanesse	FR		0	Europe/Paris	45.59292	2.66276				84	63	633	63397
2994729	Meinget	meinget	FR		0	Europe/Paris	45.07938	5.65946				84	38	381	38436
2994735	Meillier-Fontaine	meillier-fontaine	FR		0	Europe/Paris	49.83134	4.71434		Meillier-Fontaine		44	08	081	08328
2994750	Meilars	meilars	FR		0	Europe/Paris	48.04431	-4.42813		Meilars,Meillars		53	29	294	29145
2994751	Meigneville	meigneville	FR		0	Europe/Paris	48.26718	1.51572				24	28	281	28422
2994757	Mehun	mehun	FR		0	Europe/Paris	46.83964	1.52779				24	36	362	36241
2994761	Méheirie	meheirie	FR		0	Europe/Paris	48.15012	-1.06019				52	53	532	53040
2994764	Méguin	meguin	FR		0	Europe/Paris	45.73678	3.58164				84	63	635	63125
2994766	Meglin	meglin	FR		0	Europe/Paris	46.48276	2.98676				84	03	032	03046
2994774	Médrac	medrac	FR		0	Europe/Paris	45.08233	-0.7517				75	33	334	33297
2994801	Meauregard	meauregard	FR		0	Europe/Paris	46.95581	1.35715				24	36	362	36243
2994809	Méaton	meaton	FR		0	Europe/Paris	48.33564	0.40439				28	61	613	61319
2994811	Méas	meas	FR		0	Europe/Paris	47.00858	3.56048				27	58	581	58292
2994815	Meanaryar	meanaryar	FR		0	Europe/Paris	48.41611	-4.73155				53	29	291	29201
2994820	Méalard	mealard	FR		0	Europe/Paris	45.83333	3.9				84	42	422	42260
2994823	Méa	mea	FR		0	Europe/Paris	47.18676	-0.37726		Mea,Met,Méa,Mét		52	49	493	49125
2994849	Mazière	maziere	FR		0	Europe/Paris	47.13819	2.32972				24	18	183	18028
2994850	Mazieras	mazieras	FR		0	Europe/Paris	45.00997	0.47286				75	24	243	24211
2994854	Mazeyrand	mazeyrand	FR		0	Europe/Paris	44.99524	4.62609				84	07	073	07129
2994858	Mazerou	mazerou	FR		0	Europe/Paris	45.48627	0.81459				75	24	242	24271
2994875	Mazerac	mazerac	FR		0	Europe/Paris	45.12543	1.09881		Mazerac,Mazerat		75	24	244	24018
2994877	Mazelgirard	mazelgirard	FR		0	Europe/Paris	45.08217	4.28083				84	43	433	43130
2994878	Mazeleyrat	mazeleyrat	FR		0	Europe/Paris	45.51498	1.93894		Les Mazaleyrat,Mazeleyrat		75	19	192	19168
2994881	Mazel	mazel	FR		0	Europe/Paris	45.03333	4.53333				84	07	073	07166
2994882	Mazel	mazel	FR		0	Europe/Paris	45.03166	4.35974				84	07	073	07204
2994883	Mazel	mazel	FR		0	Europe/Paris	44.93194	3.91088				84	43	432	43039
2994886	Mazeiras	mazeiras	FR		0	Europe/Paris	46.15301	2.36375				75	23	231	23251
2994888	Mazeaux	mazeaux	FR		0	Europe/Paris	45.20631	4.28381				84	43	433	43159
2994889	Mazeaux	mazeaux	FR		0	Europe/Paris	45.11537	4.31717		Les Mazeaux,Mazeaux		84	43	433	43244
2994890	Mazeau	mazeau	FR		0	Europe/Paris	47.34398	3.66205				27	58	582	58308
2994893	Mazaux	mazaux	FR		0	Europe/Paris	46.53333	1.93333				24	36	363	36043
2994895	Mazargues	mazargues	FR		17527	Europe/Paris	43.24622	5.39788				93	13	133	13055
2994903	Mazabrard	mazabrard	FR		0	Europe/Paris	45.03365	4.47471				84	07	073	07114
2994904	Mayun	mayun	FR		0	Europe/Paris	47.44095	-2.26227				52	44	443	44030
2994907	Maysse	maysse	FR		0	Europe/Paris	44.97868	1.74093				75	19	191	19280
2994911	Mayrinhac	mayrinhac	FR		0	Europe/Paris	44.81659	2.70038		Mayrinhac,Mayrinhac-Lentour		76	12	122	12036
2994912	Mayrinhac	mayrinhac	FR		0	Europe/Paris	44.79676	2.67191				76	12	122	12277
2994913	Mayrignac-le-Francal	mayrignac-le-francal	FR		0	Europe/Paris	44.83926	1.6126		Mayrignac,Mayrignac-le-Francal,Mayrinhac-le-Francal		76	46	463	46240
2994922	Mayol	mayol	FR		0	Europe/Paris	45.34175	4.17992				84	43	433	43127
2994923	Mayneix	mayneix	FR		0	Europe/Paris	45.17719	0.41473				75	24	243	24509
2994924	Mayne	mayne	FR		0	Europe/Paris	45.02521	-0.5757		Le Mayne,Mayne		75	33	332	33004
2994926	Maynage	maynage	FR		0	Europe/Paris	44.31368	-1.15415				75	40	402	40108
2994938	Mayen	mayen	FR		0	Europe/Paris	45.83049	3.87947				84	42	421	42245
2994955	Mavé	mave	FR		0	Europe/Paris	47.2825	3.52846				27	58	582	58181
2994961	Mauzaize	mauzaize	FR		0	Europe/Paris	48.68402	1.63349		Mauzaise,Mauzaize		11	78	782	78077
2994967	Mauvron	mauvron	FR		0	Europe/Paris	47.11962	3.24267				27	58	583	58212
2994968	Mauvrain	mauvrain	FR		0	Europe/Paris	47.21343	3.18533				27	58	584	58045
2994970	Mauvisse	mauvisse	FR		0	Europe/Paris	46.42772	2.9361		Mauvise,Mauvisse		84	03	031	03070
2994984	Mauvanne	mauvanne	FR		0	Europe/Paris	43.1256	6.18819				93	83	832	83069
2994987	Mauvagnat	mauvagnat	FR		0	Europe/Paris	45.22081	3.37322				84	43	431	43206
2994989	Mautort	mautort	FR		0	Europe/Paris	50.10658	1.79358				32	80	801	80001
2995011	Maurize	maurize	FR		0	Europe/Paris	44.96384	4.54176				84	07	073	07079
2995012	Maurival-Haut	maurival-haut	FR		0	Europe/Paris	45.10342	1.22694				75	24	244	24130
2995013	Maurival-Bas	maurival-bas	FR		0	Europe/Paris	45.09623	1.22561				75	24	244	24130
2995014	Maurissar	maurissar	FR		0	Europe/Paris	46.19967	2.38488				75	23	231	23045
2995015	Maurion	maurion	FR		0	Europe/Paris	43.99984	7.51785				93	06	062	06132
2995017	Maurillac	maurillac	FR		0	Europe/Paris	44.59759	0.48657				75	47	472	47235
2995030	Maurevert	maurevert	FR		0	Europe/Paris	48.6551	2.81572				11	77	772	77107
2995031	Mauret	mauret	FR		0	Europe/Paris	44.72676	-1.07422				75	33	336	33229
2995037	Maurès	maures	FR		0	Europe/Paris	44.69009	0.80398				75	47	473	47311
2995052	Maurel	maurel	FR		0	Europe/Paris	44.61299	0.61339				75	47	473	47057
2995053	Maureix	maureix	FR		0	Europe/Paris	45.35	2.23333				75	19	193	19148
2995065	Mauray	mauray	FR		0	Europe/Paris	49.64221	1.32589		Mauray,Moray		28	76	761	76621
2995092	Maumont	maumont	FR		0	Europe/Paris	45.37581	2.04269				75	19	193	19176
2995093	Maulu	maulu	FR		0	Europe/Paris	49.05193	1.46221				11	78	781	78068
2995094	Mauloup	mauloup	FR		0	Europe/Paris	48.31382	1.63209				24	28	281	28032
2995095	Maulny	maulny	FR		0	Europe/Paris	48.50763	3.3916				11	77	773	77289
2995096	Maulny	maulny	FR		0	Europe/Paris	48.43417	2.99894				11	77	773	77245
2995097	Maulny	maulny	FR		0	Europe/Paris	47.74475	3.47282				27	89	891	89102
2995099	Maulnes	maulnes	FR		0	Europe/Paris	47.89285	4.22127				27	89	892	89131
2995116	Maulaix	maulaix	FR		0	Europe/Paris	46.75714	3.73357				27	58	581	58195
2995117	Maulais	maulais	FR		0	Europe/Paris	46.93148	-0.16698		Maulais		75	79	791	79196
2995118	Maulain	maulain	FR		0	Europe/Paris	48.01786	5.58804		Maulain		44	52	522	52332
2995122	Maugenoueix	maugenoueix	FR		0	Europe/Paris	45.76667	2.13333				75	23	231	23080
2995123	Maugenest	maugenest	FR		0	Europe/Paris	46.58381	2.34933				24	18	182	18192
2995124	Maugein	maugein	FR		0	Europe/Paris	45.29861	1.78777				75	19	192	19146
2995137	Maubuisson	maubuisson	FR		0	Europe/Paris	45.06651	-1.14076				75	33	334	33097
2995138	Maubugé	maubuge	FR		0	Europe/Paris	46.3	0.31667				75	86	862	86052
2995140	Maubrun	maubrun	FR		0	Europe/Paris	45.86133	3.5853				84	63	635	63430
2995141	Maubrant	maubrant	FR		0	Europe/Paris	46.18895	1.57496				75	23	232	23111
2995142	Maubranche	maubranche	FR		0	Europe/Paris	47.10191	2.52497		Maubranches		24	18	181	18158
2995144	Mauboux	mauboux	FR		0	Europe/Paris	47.08552	3.36248				27	58	583	58196
2995148	Maubois	maubois	FR		0	Europe/Paris	47.36172	2.77266				24	18	181	18144
2995152	Maubert	maubert	FR		0	Europe/Paris	44.14635	3.19898				76	12	121	12204
2995159	Mattstall	mattstall	FR		0	Europe/Paris	48.98627	7.7591		Mattstall		44	67	672	67263
2995169	Matras	matras	FR		0	Europe/Paris	45.03807	5.13974				84	26	263	26039
2995173	Matival	matival	FR		0	Europe/Paris	48.05	-1.73333				53	35	353	35047
2995180	Mathonnière	mathonniere	FR		0	Europe/Paris	46.53495	2.73057		Mathonniere,Mathonnière,Matonniere,Matonnière		84	03	031	03222
2995181	Mathonex	mathonex	FR		0	Europe/Paris	45.85648	6.07232				84	74	741	74010
2995182	Mathon	mathon	FR		0	Europe/Paris	44.97178	4.56186				84	07	073	07129
2995185	Matheu	matheu	FR		0	Europe/Paris	45.03467	-0.68157				75	33	334	33268
2995186	Matheneuse	matheneuse	FR		0	Europe/Paris	49.62626	1.40335		Mateneuse,Matheneuse		28	76	763	76120
2995194	Matelis	matelis	FR		0	Europe/Paris	44.58779	0.39515				75	47	472	47144
2995200	Mas Trinquié	mas-trinquie	FR		0	Europe/Paris	43.95813	3.18646				76	12	121	12220
2995201	Mas-Thibert	mas-thibert	FR		0	Europe/Paris	43.55695	4.72807		Mas-Thibert		93	13	132	13004
2995202	Mas Teulat	mas-teulat	FR		0	Europe/Paris	44.6737	1.33004				76	46	463	46087
2995203	Mastenac	mastenac	FR		0	Europe/Paris	44.82497	4.65454				84	07	072	07083
2995209	Massuères	massueres	FR		0	Europe/Paris	48.16763	1.46699		Massuere,Massueres,Massuère,Massuères		24	28	282	28126
2995210	Massoult	massoult	FR		0	Europe/Paris	47.7888	4.4493				27	21	213	21451
2995228	Massibrand	massibrand	FR		0	Europe/Paris	44.8709	4.07052				84	43	432	43156
2995232	Massergues	massergues	FR		0	Europe/Paris	43.94204	3.00047				76	12	121	12232
2995234	Masserange	masserange	FR		0	Europe/Paris	44.86113	5.78766				84	38	381	38456
2995236	Massène	massene	FR		0	Europe/Paris	47.47881	4.36381				27	21	213	21497
2995239	Masselèbre	masselebre	FR		0	Europe/Paris	45.4519	3.74536				84	63	631	63105
2995241	Mas Sebrot	mas-sebrot	FR		0	Europe/Paris	46.0849	1.83542				75	23	232	23191
2995242	Masseboeuf	masseboeuf	FR		0	Europe/Paris	43.51667	6.28333				93	83	831	83154
2995250	Massas	massas	FR		0	Europe/Paris	44.8929	4.30757				84	07	073	07012
2995253	Massanges	massanges	FR		0	Europe/Paris	45.60599	2.65842				84	63	633	63397
2995255	Massaloux	massaloux	FR		0	Europe/Paris	45.72927	1.00573				75	87	873	87073
2995260	Massagette	massagette	FR		0	Europe/Paris	45.73489	2.81279		Massagette,Massagettes		84	63	633	63386
2995261	Massages	massages	FR		0	Europe/Paris	45.72463	2.80085				84	63	633	63386
2995271	Mas Mollet	mas-mollet	FR		0	Europe/Paris	45.85242	3.8452				84	42	422	42047
2995272	Mas-Loge	mas-loge	FR		0	Europe/Paris	45.83333	1.18333				75	87	872	87085
2995275	Mas la Croix	mas-la-croix	FR		0	Europe/Paris	44.86623	1.53694		La Croix,Mas la Croix		76	46	463	46220
2995277	Mashaut	mashaut	FR		0	Europe/Paris	44.97422	1.56093				76	46	463	46086
2995279	Mas Gauzin	mas-gauzin	FR		0	Europe/Paris	43.94089	3.38787				76	30	303	30064
2995280	Masfrayt	masfrayt	FR		0	Europe/Paris	44.92786	3.83343				84	43	432	43042
2995282	Mas du Roy	mas-du-roy	FR		0	Europe/Paris	44.65473	1.60249				76	46	463	46138
2995284	Mas-du-Bost	mas-du-bost	FR		0	Europe/Paris	46.17907	0.90739				75	87	871	87139
2995286	Mas de Vergnes	mas-de-vergnes	FR		0	Europe/Paris	44.64988	1.91203				76	46	462	46237
2995287	Mas des Landes	mas-des-landes	FR		0	Europe/Paris	45.81615	1.17406				75	87	872	87075
2995290	Mas-de-Ponge	mas-de-ponge	FR		0	Europe/Paris	43.86956	4.29808				76	30	302	30189
2995291	Mas de Pégouries	mas-de-pegouries	FR		0	Europe/Paris	44.53547	1.85513				76	46	462	46129
2995293	Masdelbos	masdelbos	FR		0	Europe/Paris	45.12969	1.86179				75	19	192	19004
2995294	Mas-del-Bos	mas-del-bos	FR		0	Europe/Paris	44.72461	1.07546				75	24	244	24151
2995295	Mas de la Vit	mas-de-la-vit	FR		0	Europe/Paris	44.70226	1.84071				76	46	462	46292
2995296	Mas de la Place	mas-de-la-place	FR		0	Europe/Paris	43.99452	3.2739				76	12	121	12168
2995298	Mas de Grimal	mas-de-grimal	FR		0	Europe/Paris	44.70502	1.56244				76	46	463	46304
2995299	Mas-de-Glane	mas-de-glane	FR		0	Europe/Paris	45.9396	1.08057		Le Mas de Glane,Mas-de-Glane		75	87	872	87202
2995300	Mas de Dumas	mas-de-dumas	FR		0	Europe/Paris	44.43298	4.55396				84	07	072	07099
2995301	Mas des Aulnes	mas-des-aulnes	FR		0	Europe/Paris	43.59571	4.78762		Mas des Aulnes		93	13	132	13097
2995302	Mas-de-Cause	mas-de-cause	FR		0	Europe/Paris	44.74453	1.16733		Mas-de-Cause,Mas-de-Causse		75	24	244	24150
2995303	Mas de Camp	mas-de-camp	FR		0	Europe/Paris	44.56081	1.41796				76	46	461	46032
2995304	Mas de Bouzou	mas-de-bouzou	FR		0	Europe/Paris	44.68726	1.91561				76	46	462	46133
2995305	Mas de Bouydou	mas-de-bouydou	FR		0	Europe/Paris	44.50972	1.41863				76	46	461	46046
2995306	Mas Davet	mas-davet	FR		0	Europe/Paris	44.84033	1.71522				76	46	463	46193
2995308	Mas d'Auteyras	mas-d-auteyras	FR		0	Europe/Paris	45.72828	3.38109				84	63	632	63146
2995310	Mascourbe	mascourbe	FR		0	Europe/Paris	43.89872	3.00493				76	12	121	12222
2995311	Masclé	mascle	FR		0	Europe/Paris	43.99838	2.22513		Mascle,Masclé,Masole,Masolé		76	81	811	81306
2995313	Maschives	maschives	FR		0	Europe/Paris	46.18124	2.01414				75	23	231	23154
2995319	Mas Buisson	mas-buisson	FR		0	Europe/Paris	45.03784	0.50179				75	24	243	24426
2995320	Mas Bourget	mas-bourget	FR		0	Europe/Paris	44.68139	5.71097		Mas Bourget		84	26	261	26168
2995325	Marzun	marzun	FR		0	Europe/Paris	45.34035	3.10078				84	15	153	15105
2995326	Marzials	marzials	FR		0	Europe/Paris	44.11097	2.92883				76	12	121	12153
2995327	Marzey	marzey	FR		0	Europe/Paris	46.08666	2.2001				75	23	231	23151
2995335	Marville-les-Bois	marville-les-bois	FR		0	Europe/Paris	48.605	1.30291		Marville,Marville-les-Bois		24	28	283	28360
2995337	Marvignes	marvignes	FR		0	Europe/Paris	44.42352	4.11492		Marvigne,Marvignes		84	07	071	07050
2995342	Marvaud	marvaud	FR		0	Europe/Paris	45.3424	2.80946				84	15	153	15054
2995346	Maruéjols	maruejols	FR		0	Europe/Paris	43.82388	4.17738				76	30	302	30245
2995347	Martrou	martrou	FR		0	Europe/Paris	45.91173	-0.95995		Martrou,Martroux		75	17	172	17146
2995350	Martreuil	martreuil	FR		0	Europe/Paris	46.44349	1.06289				75	86	862	86273
2995364	Martinval	martinval	FR		0	Europe/Paris	50.49268	3.09865				32	59	595	59411
2995365	Martins	martins	FR		0	Europe/Paris	45.1033	-0.72291				75	33	334	33146
2995367	Martinod	martinod	FR		0	Europe/Paris	45.7374	6.09808		Chez Martinod,Martinod		84	74	741	74004
2995376	Martin-Chapon	martin-chapon	FR		0	Europe/Paris	46.80663	0.57961				75	86	861	86066
2995377	Martin-Camp	martin-camp	FR		0	Europe/Paris	49.71916	1.35559				28	76	761	76147
2995378	Martinaz	martinaz	FR		0	Europe/Paris	45.93805	5.2606				84	01	011	01379
2995379	Martinatrap	martinatrap	FR		0	Europe/Paris	48.10086	2.09083				24	45	453	45011
2995383	Martilly	martilly	FR		0	Europe/Paris	46.27248	3.2796				84	03	032	03018
2995384	Martillat	martillat	FR		0	Europe/Paris	45.88006	3.24326				84	63	634	63089
2995388	Martigue	martigue	FR		0	Europe/Paris	44.97415	0.62779				75	24	243	24456
2995406	Martignac	martignac	FR		0	Europe/Paris	44.75663	3.58047				76	48	482	48108
2995407	Martignac	martignac	FR		0	Europe/Paris	44.53049	1.13425				76	46	461	46231
2995410	Martialis	martialis	FR		0	Europe/Paris	43.73333	5.5				93	84	841	84002
2995411	Marthuret	marthuret	FR		0	Europe/Paris	46.13112	2.67427		Le Marturet,Marthuret		84	63	634	63281
2995415	Marthes	marthes	FR		0	Europe/Paris	50.6263	2.31736				32	62	625	62543
2995425	Marteil	marteil	FR		0	Europe/Paris	45.07511	0.79109				75	24	243	24312
2995427	Martangy	martangy	FR		0	Europe/Paris	47.10057	3.33857				27	58	583	58196
2995434	Martaigneville	martaigneville	FR		0	Europe/Paris	50.09762	1.5055				32	80	801	80124
2995435	Martageix	martageix	FR		0	Europe/Paris	45.652	1.52894				75	87	872	87170
2995439	Marspich	marspich	FR		0	Europe/Paris	49.33618	6.07994		Marspich		44	57	577	57306
2995440	Marsous	marsous	FR		0	Europe/Paris	42.96528	-0.20162		Marsous		76	65	651	65032
2995451	Marsin	marsin	FR		0	Europe/Paris	47.1951	1.14971				24	37	373	37111
2995452	Marsin	marsin	FR		0	Europe/Paris	46.63638	2.8022				84	03	031	03048
2995455	Marsillat	marsillat	FR		0	Europe/Paris	46.28717	2.07985				75	23	232	23098
2995394	Martigny	martigny	FR	02500	464	Europe/Paris	49.85877	4.13694		Martigny		32	02	025	02470
2995474	Marseau-Dessus	marseau-dessus	FR		0	Europe/Paris	45.76695	6.20919				84	74	741	74072
2995475	Marseau-Dessous	marseau-dessous	FR		0	Europe/Paris	45.77474	6.20947				84	74	741	74104
2995476	Marseau	marseau	FR		0	Europe/Paris	45.76667	6.21667				84	74	741	74072
2995478	Marsauceux	marsauceux	FR		0	Europe/Paris	48.7253	1.44072				24	28	283	28251
2995528	Marrault	marrault	FR		0	Europe/Paris	47.44875	3.94902				27	89	892	89235
2995545	Marquayres	marquayres	FR		0	Europe/Paris	44.34655	3.27081				76	48	481	48094
2995552	Marpain	marpain	FR		0	Europe/Paris	47.26381	5.56814		Marpain		27	39	391	39188
2995553	Maroué	maroue	FR		0	Europe/Paris	48.43955	-2.53988		Maroue,Maroué		53	22	224	22093
2995554	Marouby	marouby	FR		0	Europe/Paris	45.51572	1.98106				75	19	192	19027
2995555	Marou	marou	FR		0	Europe/Paris	44.61168	1.09734				75	24	244	24585
2995556	Maros	maros	FR		0	Europe/Paris	48.26656	-4.27666				53	29	292	29001
2995558	Marongle	marongle	FR		0	Europe/Paris	47.55171	-1.97962				52	44	445	44057
2995586	Marœuil	maroeuil	FR		2611	Europe/Paris	50.32519	2.70504		Marej,Mareul,Marjoj,Maroeuil,Marœuil,ma lei yi,marwyl,Марей,Марёй,مارويل,马勒伊		32	62	621	62557
2995589	Marniac	marniac	FR		0	Europe/Paris	45.36667	2.83333				84	15	153	15040
2995590	Marnhier	marnhier	FR		0	Europe/Paris	45.16839	4.39158				84	43	433	43142
2995591	Marnhiac	marnhiac	FR		0	Europe/Paris	45.04093	3.9928				84	43	432	43218
2995592	Marnhagues	marnhagues	FR		141	Europe/Paris	43.88506	3.05948		Marnhagues,Marnhagues-et-Latour		76	12	121	12139
2995593	Marnhac	marnhac	FR		0	Europe/Paris	45.16393	4.0913				84	43	433	43268
2995594	Marnhac	marnhac	FR		0	Europe/Paris	45.08304	3.89967		Marnha,Marnhac		84	43	432	43152
2995596	Marney	marney	FR		0	Europe/Paris	48.34196	4.06906				44	10	103	10352
2995600	Marnefer	marnefer	FR		0	Europe/Paris	48.88294	0.57489		Marnefer		28	61	613	61167
2995617	Marnaval	marnaval	FR		0	Europe/Paris	48.62485	4.98207				44	52	523	52448
2995618	Marnas	marnas	FR		0	Europe/Paris	45.16067	4.88226				84	26	263	26295
2995625	Mormontagna	mormontagna	FR		0	Europe/Paris	41.74913	8.75931		Marmontaja,Mormontagna		94	2A	2A1	2A098
2995627	Marmonnière	marmonniere	FR		0	Europe/Paris	45.51993	5.39857				84	38	382	38508
2995629	Marminhac	marminhac	FR		0	Europe/Paris	45.09342	3.82436				84	43	432	43152
2995630	Marmignolles	marmignolles	FR		0	Europe/Paris	46.36445	2.62512				84	03	031	03098
2995631	Marmignolle	marmignolle	FR		0	Europe/Paris	47.09457	2.26876				24	18	181	18138
2995632	Marmesse	marmesse	FR		0	Europe/Paris	48.05143	4.91246		Marmesse		44	52	521	52114
2995636	Marmantray	marmantray	FR		0	Europe/Paris	47.13672	3.56881				27	58	583	58092
2995645	Marmaissat	marmaissat	FR		0	Europe/Paris	45.35961	3.18851				84	43	431	43247
2995658	Marlotte	marlotte	FR		0	Europe/Paris	48.34296	2.71808				11	77	774	77048
2995659	Marlot	marlot	FR		0	Europe/Paris	46.35	3.1				84	03	032	03281
2995662	Marlieu	marlieu	FR		0	Europe/Paris	45.53703	5.45872				84	38	382	38369
2995666	Marlhiat	marlhiat	FR		0	Europe/Paris	45.92604	1.56558				75	23	232	23217
2995609	Marnay	marnay	FR	70150	0	Europe/Paris	47.82961	3.42212				27	89	891	89304
2995677	Marlay	marlay	FR		0	Europe/Paris	47.40952	-2.29845				52	44	443	44072
2995678	Marlanval	marlanval	FR		0	Europe/Paris	48.30881	2.50908				11	77	774	77041
2995679	Marlange	marlange	FR		0	Europe/Paris	46.84331	1.24547				24	36	361	36123
2995680	Marland	marland	FR		0	Europe/Paris	47.32869	-2.29083				52	44	443	44151
2995681	Marlais	marlais	FR		0	Europe/Paris	44.5	6.46667				93	05	052	05045
2995682	Marlac	marlac	FR		0	Europe/Paris	45.27187	2.44446		Marlac,Marlat		84	15	152	15015
2995683	Marjon	marjon	FR		0	Europe/Paris	45.6655	4.67016				84	69	691	69176
2995688	Marivaux	marivaux	FR		0	Europe/Paris	49.51933	3.12289				32	02	022	02140
2995695	Marissel	marissel	FR		0	Europe/Paris	49.43333	2.1				32	60	601	60057
2995703	Miomo	miomo	FR		0	Europe/Paris	42.74414	9.46253		Marine de Miomo,Miomo,Mionio		94	2B	2B2	2B309
2995704	Marine de Sisco	marine-de-sisco	FR		811	Europe/Paris	42.81033	9.48957		Marine de Sisco		94	2B	2B2	2B281
2995705	Porticciolo	porticciolo	FR		0	Europe/Paris	42.87147	9.4777		Marine de Porticciolo,Porticciolo,Portocciolo		94			
2995706	Marine de Pietracorbara	marine-de-pietracorbara	FR		515	Europe/Paris	42.83629	9.48003		Marina de Pietracorbara,Marine de Pietracorbara		94	2B	2B2	2B224
2995707	Padulella	padulella	FR		0	Europe/Paris	42.37432	9.53174		La Marine de Padulella,Marine de Padulella,Padulella		94	2B	2B3	2B313
2995708	Marine de Meria	marine-de-meria	FR		0	Europe/Paris	42.93415	9.46446		Marine de Meria		94	2B	2B2	2B159
2995709	Marine de Luri	marine-de-luri	FR		749	Europe/Paris	42.88885	9.47467		Marine de Luri		94	2B	2B2	2B152
2995711	Albo	albo	FR		0	Europe/Paris	42.80918	9.33564		Albo,Marine d'Albo		94	2B	2B2	2B183
2995712	Marinca	marinca	FR		0	Europe/Paris	42.84826	9.32582		Marinca		94	2B	2B2	2B058
2995717	Marillat	marillat	FR		0	Europe/Paris	46.27584	5.20421				84	01	012	01451
2995724	Marigny-le-Petit	marigny-le-petit	FR		0	Europe/Paris	48.66845	3.87079				44	51	512	51351
2995728	Marigny-la-Ville	marigny-la-ville	FR		0	Europe/Paris	47.36431	3.92736		Marigny,Marigny-la-Ville		27	58	581	58157
2995745	Marigneu	marigneu	FR		0	Europe/Paris	45.8137	5.30481		Marigneu,Marignieu		84	38	382	38190
2995763	Marieu	marieu	FR		0	Europe/Paris	45.8364	5.37458				84	38	382	38320
2995764	Mariette	mariette	FR		0	Europe/Paris	43.8419	-0.49732				75	40	402	40037
2995766	Marienthal	marienthal	FR		0	Europe/Paris	48.78079	7.8148		Marienthal		44	67	672	67180
2995767	Marienau	marienau	FR		0	Europe/Paris	49.18437	6.87771		Marienau		44	57	573	57227
2995772	Mariaud	mariaud	FR		0	Europe/Paris	44.25	6.43333		Mariaud		93	04	043	04155
2995794	Margnac	margnac	FR		0	Europe/Paris	46	1.31667				75	87	871	87047
2995795	Margnac	margnac	FR		0	Europe/Paris	44.95109	4.50554				84	07	073	07290
2995797	Margilley	margilley	FR		0	Europe/Paris	47.60587	5.54651		Margilley		27	70	702	70122
2995735	Marigny	marigny	FR	03210	0	Europe/Paris	48.72732	1.13301				24	28	283	28308
2995810	Margat	margat	FR		0	Europe/Paris	44.26286	2.1844				76	12	123	12258
2995813	Marfoz	marfoz	FR		0	Europe/Paris	45.88318	5.14342		Marfoz		84	01	011	01054
2995821	Maréville	mareville	FR		0	Europe/Paris	48.67876	6.13768				44	54	543	54304
2995839	Mareuge	mareuge	FR		0	Europe/Paris	45.62316	2.9284				84	63	633	63449
2995858	Marembert	marembert	FR		0	Europe/Paris	44.8906	1.53788				76	46	463	46293
2995865	Mareille	mareille	FR		0	Europe/Paris	45.56667	2.3				75	19	193	19275
2995869	Marèges	mareges	FR		0	Europe/Paris	45.39257	2.35356		Marege,Mareges,Marège,Marèges		75	19	193	19113
2995871	Marefosse	marefosse	FR		0	Europe/Paris	49.51466	0.39134				28	76	762	76169
2995872	Maréchère	marechere	FR		0	Europe/Paris	48.66177	3.31186				11	77	773	77275
2995874	Mare aux Daims	mare-aux-daims	FR		0	Europe/Paris	49.71203	1.53851		La Mare aux Daims,Mare aux Daims		28	76	761	76459
2995879	Maré	mare	FR		0	Europe/Paris	47.16267	3.41572		Mare,Maré		27	58	584	58147
2995881	Mardyck	mardyck	FR		0	Europe/Paris	51.01946	2.25985		Mardick,Mardyck		32	59	594	59183
2995886	Mardigny	mardigny	FR		0	Europe/Paris	48.97662	6.08525				44	57	579	57416
2995891	Mardeleuse	mardeleuse	FR		0	Europe/Paris	48.16836	2.98453				27	89	893	89209
2995894	Mardaric	mardaric	FR		0	Europe/Paris	44.05	5.95		Mardaric,Mardarie		93	04	043	04149
2995906	Marcus	marcus	FR		0	Europe/Paris	44.5	0.63333				75	47	473	47023
2995908	Marcq-en-Barœul	marcq-en-baroeul	FR		38629	Europe/Paris	50.66667	3.08333		Marcq,Marcq-en-Baroeul,Marcq-en-Barœul,Mark an Baro,Mark-an-Barel',Mark-an-Barjol',Marke-in-Bareul,Marq,Marq-en-Baroeul,Marquette-en-Baroeul,ma er kang ba lei er,maleukeuangbaloel,maruku=an=baruru,mrkan brwl,Марк ан Баро,Марк-ан-Барель,Марк-ан-Барёль,مرکان برول,マルク＝アン＝バルール,马尔康巴勒尔,마르크앙바뢸		32	59	595	59378
2995912	Marcouyeux	marcouyeux	FR		0	Europe/Paris	45.32678	2.06108				75	19	193	19092
2995915	Marcouville	marcouville	FR		0	Europe/Paris	49.30288	1.37541				28	27	271	27346
2995917	Marcousin	marcousin	FR		0	Europe/Paris	44.80957	1.02909				75	24	244	24416
2995919	Marcoueix	marcoueix	FR		0	Europe/Paris	45.85753	2.6975		Marcoueix,Marquoueix		84	63	634	63283
2995923	Marcoquet	marcoquet	FR		0	Europe/Paris	49.64226	1.80611				32	60	601	60566
2995928	Marcombes	marcombes	FR		0	Europe/Paris	45.26667	2.6		Marcombe,Marcombes		84	15	152	15246
2995931	Marcollange	marcollange	FR		0	Europe/Paris	45.85	2.53333		Marcollange,Marcollanges		84	63	634	63320
2995964	Marcilleux	marcilleux	FR		0	Europe/Paris	45.80975	5.27468		Marcilleu,Marcilleux		84	01	011	01390
2995980	Marcilhac	marcilhac	FR		0	Europe/Paris	45.11839	3.79086				84	43	432	43216
2995984	Marcignies	marcignies	FR		0	Europe/Paris	50.2314	4.166				32	59	591	59157
2995985	Marciges	marciges	FR		0	Europe/Paris	47.22274	3.44453				27	58	584	58174
2995989	Marcies	marcies	FR		0	Europe/Paris	44.45	6.73333		Marcie,Marcies,Mareilles		93	04	041	04062
2995992	Marchiennes-Campagne	marchiennes-campagne	FR		0	Europe/Paris	50.38001	3.25373				32	59	593	59501
2996011	Marchelong	marchelong	FR		0	Europe/Paris	48.66217	3.17249				11	77	773	77020
2996013	Marchefroy	marchefroy	FR		0	Europe/Paris	48.85744	1.53142				24	28	283	28355
2996021	Marchaud	marchaud	FR		0	Europe/Paris	45.45	3.58333				84	63	631	63323
2996028	Marchal	marchal	FR		0	Europe/Paris	45.40819	2.62943		Marchal		84	15	152	15038
2996029	Marchais-Parfond	marchais-parfond	FR		0	Europe/Paris	48.54068	1.78889				11	78	782	78506
2996049	Marcelot	marcelot	FR		0	Europe/Paris	49.47387	4.72979				44	08	084	08116
2996056	Marcellange	marcellange	FR		0	Europe/Paris	46.57856	3.36448				84	03	032	03321
2996057	Marcellaire	marcellaire	FR		0	Europe/Paris	44.86279	5.67598				84	38	381	38208
2996067	Marcamps	marcamps	FR		1409	Europe/Paris	45.04045	-0.49275				75	33	331	33339
2996072	Marc	marc	FR		0	Europe/Paris	42.71778	1.44718				76	09	091	09030
2996076	Marbotte	marbotte	FR		0	Europe/Paris	48.83471	5.58338		Marbotte		44	55	552	55012
2996090	Marault	marault	FR		0	Europe/Paris	48.18719	5.10991		Marault		44	52	521	52058
2996091	Marats-la-Petite	marats-la-petite	FR		0	Europe/Paris	48.88867	5.19892		Marat-la-Petite,Marats,Marats-la-Petite		44	55	551	55123
2996093	Marato	marato	FR		0	Europe/Paris	41.82433	8.87595		Marato,Murato		94	2A	2A1	2A091
2996104	Marangis	marangis	FR		0	Europe/Paris	48.40091	2.87373		Marangis,Marangis Tour		11	77	774	77494
2996108	Marangea	marangea	FR		0	Europe/Paris	46.4861	5.62723		Marangea		27	39	392	39504
2996110	Marance	marance	FR		0	Europe/Paris	45.10417	1.03802				75	24	244	24025
2996115	Marais d'Ennezat	marais-d-ennezat	FR		0	Europe/Paris	45.89753	3.22297		Marais d'Ennezat		84	63	634	63148
2996125	Maquinghen	maquinghen	FR		0	Europe/Paris	50.71698	1.69596				32	62	623	62075
2996128	Manzagol	manzagol	FR		0	Europe/Paris	45.4	2.31667				75	19	193	19113
2996134	Manus	manus	FR		0	Europe/Paris	44.83333	1.33333				75	24	244	24574
2996151	Mantelle	mantelle	FR		0	Europe/Paris	49.23453	1.43958				28	27	271	27016
2996152	Mantelet	mantelet	FR		0	Europe/Paris	47.04591	3.36876				27	58	583	58269
2996153	Mantel	mantel	FR		0	Europe/Paris	45.08309	4.36897				84	07	073	07080
2996154	Mantarville	mantarville	FR		0	Europe/Paris	48.40442	1.9055		Mantarville,Manterville		24	28	281	28363
2996156	Mantaille	mantaille	FR		0	Europe/Paris	45.25147	4.92243				84	26	263	26010
2996160	Manson	manson	FR		0	Europe/Paris	45.74457	3.01248		Manson		84	63	632	63345
2996170	Manse	manse	FR		0	Europe/Paris	44.63368	6.13497		Manse		93	05	052	05056
2996183	Manoncourt-sur-Seille	manoncourt-sur-seille	FR		0	Europe/Paris	48.87657	6.19663		Manoncourt,Manoncourt-sur-Seille		44	57	575	57436
2996189	Manobre	manobre	FR		0	Europe/Paris	44.8213	1.35578				75	24	244	24470
2996198	Manne	manne	FR		0	Europe/Paris	47.13686	0.44635				24	37	371	37093
2996207	Manicourt	manicourt	FR		0	Europe/Paris	49.76723	2.87215		Manicourt		32	80	804	80230
2996209	Manissieux	manissieux	FR		0	Europe/Paris	45.7	4.98333				84	69	691	69290
2996213	Manhaval	manhaval	FR		0	Europe/Paris	44.78303	2.58954		Manhaval,Mauhaval		76	12	122	12277
2996215	Manguely	manguely	FR		0	Europe/Paris	45.26901	5.51103				84	38	381	38517
2996228	Maneroch	maneroch	FR		0	Europe/Paris	48.13333	-3.3				53	56	562	56163
2996233	Manébail	manebail	FR		0	Europe/Paris	47.93028	-3.31374				53	56	561	56166
2996237	Mandriolo	mandriolo	FR		0	Europe/Paris	42.0042	8.81583		Mandriolo		94	2A	2A1	2A271
2996238	Mandriale	mandriale	FR		0	Europe/Paris	42.74685	9.42155				94	2B	2B2	2B309
2996247	Mandou	mandou	FR		0	Europe/Paris	44.76006	1.38819				76	46	463	46127
2996248	Mandolacce	mandolacce	FR		0	Europe/Paris	42.94555	9.44759		Mandolacce		94	2B	2B2	2B327
2996252	Mandet	mandet	FR		0	Europe/Paris	45.65	3.56667				84	63	631	63132
2996254	Mandelles	mandelles	FR		0	Europe/Paris	45.40728	3.55585				84	63	631	63158
2996256	Mandaix	mandaix	FR		0	Europe/Paris	45.19147	3.60692				84	43	431	43106
2996258	Mandailles	mandailles	FR		0	Europe/Paris	44.50773	2.88341				76	12	122	12061
2996260	Mandacou	mandacou	FR		0	Europe/Paris	44.71222	0.5482		Mandacou		75	24	241	24168
2996270	Manchainville	manchainville	FR		0	Europe/Paris	48.3855	1.75747				24	28	281	28366
2996276	Manbouy	manbouy	FR		0	Europe/Paris	46.11667	2.6				84	63	634	63360
2996280	Manaranche	manaranche	FR		0	Europe/Paris	45.54965	2.62171				84	63	633	63426
2996281	Manancourt	manancourt	FR		0	Europe/Paris	50.02497	2.97714				32	80	804	80298
2996282	Manaly	manaly	FR		0	Europe/Paris	46.20862	2.20593		Manailly,Manaly		75	23	231	23040
2996283	Manaly	manaly	FR		0	Europe/Paris	45.792	2.41051				75	23	231	23081
2996292	Mameraut	mameraut	FR		0	Europe/Paris	48.09118	1.81974		Mamerault,Mameraut		24	28	282	28303
2996293	Mameas	mameas	FR		0	Europe/Paris	45.15937	3.72727				84	43	432	43043
2996294	Mambouhans	mambouhans	FR		0	Europe/Paris	47.37212	6.65398		Mambouhans		27	25	252	25187
2996296	Amalzone	amalzone	FR		0	Europe/Paris	42.18113	8.62273		Amalzone,Malzone		94	2A	2A1	2A065
2996300	Malvrain	malvrain	FR		0	Europe/Paris	47.90698	3.15996				27	89	891	89086
2996302	Malvoisine	malvoisine	FR		0	Europe/Paris	48.17212	2.03893				24	45	453	45025
2996303	Malvoisine	malvoisine	FR		0	Europe/Paris	47.59249	3.60226				27	89	891	89238
2996311	Malvielle	malvielle	FR		0	Europe/Paris	45.50309	3.65033				84	63	631	63076
2996313	Malveyrein	malveyrein	FR		0	Europe/Paris	44.79857	0.39541		Malveyrein,Malveyrien		75	24	241	24331
2996317	Malvault	malvault	FR		0	Europe/Paris	47.16415	0.29794				24	37	371	37089
2996324	Maltrait	maltrait	FR		0	Europe/Paris	46.6	3.33333				84	03	032	03013
2996327	Maltaverne	maltaverne	FR		0	Europe/Paris	47.99936	2.78546				24	45	451	45004
2996328	Maltaverne	maltaverne	FR		0	Europe/Paris	47.33655	2.92495				27	58	584	58295
2996329	Maltaverne	maltaverne	FR		0	Europe/Paris	45.54016	6.1858		Maltaverne		84	73	732	73079
2996332	Malsaigne	malsaigne	FR		0	Europe/Paris	45.82971	2.77975				84	63	634	63055
2996333	Malsagne	malsagne	FR		0	Europe/Paris	45.73506	2.03875				75	19	193	19164
2996334	Malsac	malsac	FR		0	Europe/Paris	48.39517	1.20032				24	28	281	28167
2996338	Malrif	malrif	FR		0	Europe/Paris	44.80105	6.8993		Malrif,Malril		93	05	051	05001
2996339	Malrevert	malrevert	FR		0	Europe/Paris	44.97172	4.11321				84	43	432	43186
2996344	Malplaquet	malplaquet	FR		0	Europe/Paris	50.31976	3.86556				32	59	591	59584
2996345	Malpie	malpie	FR		0	Europe/Paris	45.61983	3.39684				84	63	633	63423
2996346	Malpertuis	malpertuis	FR		0	Europe/Paris	45.81667	4.43333				84	69	691	69263
2996349	Malpalu	malpalu	FR		0	Europe/Paris	49.16259	1.2524		Malpallu,Malpalu		28	27	271	27005
2996351	Maloza	maloza	FR		0	Europe/Paris	45.35555	5.55309				84	38	381	38373
2996354	Malosse	malosse	FR		0	Europe/Paris	44.93977	4.20563				84	43	432	43066
2996358	Malon	malon	FR		0	Europe/Paris	47.79657	-1.84733				53	35	352	35176
2996359	Malo-les-Bains	malo-les-bains	FR		0	Europe/Paris	51.04517	2.39972		Malo-les-Bains,Saint-Malo-les-Bains		32	59	594	59183
2996362	Malnon	malnon	FR		0	Europe/Paris	45.50375	3.0799				84	63	633	63097
2996366	Malmussou	malmussou	FR		0	Europe/Paris	44.9023	0.94603				75	24	244	24067
2996370	Malmont	malmont	FR		0	Europe/Paris	45.36667	4.33333				84	43	433	43205
2996378	Malliargues	malliargues	FR		0	Europe/Paris	45.21359	2.94069				84	15	153	15001
2996379	Malleys	malleys	FR		0	Europe/Paris	45.16374	3.9511				84	43	432	43021
2996380	Malleyrand	malleyrand	FR		0	Europe/Paris	45.73154	0.46663		Malleyrand		75	16	161	16425
2996387	Mallets	mallets	FR		0	Europe/Paris	45.06024	5.62852				84	38	381	38436
2996388	Mallet Petit	mallet-petit	FR		0	Europe/Paris	46.488	2.24258				24	18	182	18234
2996389	Mallet Grand	mallet-grand	FR		0	Europe/Paris	46.48495	2.23438				24	18	182	18234
2996390	Mallet	mallet	FR		0	Europe/Paris	45.13009	3.02566				84	15	153	15231
2996391	Mallet	mallet	FR		0	Europe/Paris	44.91667	3.13333				84	15	153	15108
2996392	Mallerin	mallerin	FR		0	Europe/Paris	47.23273	3.99202				27	58	581	58180
2996402	Mallarua	mallarua	FR		0	Europe/Paris	44.7444	6.04901				93	05	052	05039
2996404	Maljasset	maljasset	FR		0	Europe/Paris	44.58333	6.85				93	04	041	04193
2996405	Malix	malix	FR		0	Europe/Paris	45.92921	5.51393		Malix		84	01	011	01416
2996417	Maligné	maligne	FR		0	Europe/Paris	47.22837	-0.40885				52	49	491	49086
2996425	Malhivert	malhivert	FR		0	Europe/Paris	45.13207	5.66604		Malhivert,Malivert		84	38	381	38111
2996430	Le Mal Garni	le-mal-garni	FR		0	Europe/Paris	50.2815	3.84333				32	59	591	59357
2996431	Malfragnes	malfragnes	FR		0	Europe/Paris	45.04557	4.50263				84	07	073	07114
2996433	Malfage	malfage	FR		0	Europe/Paris	45.22327	1.74555				75	19	192	19203
2996434	Maleyre	maleyre	FR		0	Europe/Paris	45.43574	2.12409				75	19	193	19070
2996436	Malevieilles	malevieilles	FR		0	Europe/Paris	44.86564	3.66553				84	43	431	43225
2996437	Malevaux	malevaux	FR		0	Europe/Paris	45.91667	1.46667		Le Malavaud,Malevaux		75	87	872	87167
2996439	Malet	malet	FR		0	Europe/Paris	45.1284	1.88269				75	19	192	19192
2996441	Malessart	malessart	FR		0	Europe/Paris	49.79988	1.56496				28	76	761	76029
2996442	Malessard	malessard	FR		0	Europe/Paris	48.08515	0.27268				52	72	723	72329
2996443	Malesoute	malesoute	FR		0	Europe/Paris	45.43333	2.16667				75	19	193	19157
2996445	Malescot	malescot	FR		0	Europe/Paris	47.51667	-1.63333				52	44	445	44138
2996446	Malepouge	malepouge	FR		0	Europe/Paris	45.66429	2.1382				75	19	193	19261
2996447	Malepeyre	malepeyre	FR		0	Europe/Paris	45.11484	1.5841				75	19	191	19063
2996451	Malefosse	malefosse	FR		0	Europe/Paris	44.95215	2.92772				84	15	153	15142
2996456	Malcros	malcros	FR		0	Europe/Paris	45.33079	3.72777				84	43	431	43128
2996458	Malcornet	malcornet	FR		0	Europe/Paris	45.72194	2.47741				75	19	193	19108
2996459	Malcol	malcol	FR		0	Europe/Paris	44.47781	6.10633				93	05	052	05068
2996460	Malçay	malcay	FR		0	Europe/Paris	46.87017	2.61995				24	18	182	18040
2996465	Malbost	malbost	FR		0	Europe/Paris	45.34462	3.92914				84	43	433	43212
2996466	Malbose	malbose	FR		0	Europe/Paris	44.66973	0.78101				75	47	473	47219
2996470	Malboisset	malboisset	FR		0	Europe/Paris	44.45	6.85				93	04	041	04120
2996475	Malaz	malaz	FR		0	Europe/Paris	45.88033	6.10251		Mala,Malaz		84	74	741	74010
2996483	Malaval	malaval	FR		0	Europe/Paris	44.52335	2.20829				76	12	123	12108
2996488	Malaurier	malaurier	FR		0	Europe/Paris	45.06751	4.63937				84	07	073	07039
2996493	Malaumont	malaumont	FR		0	Europe/Paris	48.78239	5.49249		Malaumont		44	55	552	55114
2996496	Malatray	malatray	FR		0	Europe/Paris	45.17537	4.40749				84	43	433	43204
2996502	Mal Assis	mal-assis	FR		0	Europe/Paris	49.63729	1.63934				28	76	761	76295
2996503	Malassis	malassis	FR		0	Europe/Paris	48.62746	2.05138				11	91	913	91249
2996504	Malarce	malarce	FR		246	Europe/Paris	44.44581	4.07221		Malarca,Malarce,Malarce sur la Thines,Malarce-sur-la-Thines,Malars-sjur-la-Tin,Malarça,la-di nei he pan ma la er ke,Маларс-сюр-ла-Тин,Маларс-сюр-ла-Тін,拉-蒂内河畔马拉尔克		84	07	071	07147
2996510	Malancourt la Montagne	malancourt-la-montagne	FR		0	Europe/Paris	49.22012	6.0618		Malancourt,Malancourt la Montagne		44	57	579	57019
2996513	Malamaire	malamaire	FR		0	Europe/Paris	43.79477	6.65977				93	06	061	06154
2996515	Malaise	malaise	FR		0	Europe/Paris	49.55	0.93333		Malaise,Malzaize		28	76	763	76743
2996516	Malaise	malaise	FR		0	Europe/Paris	46.91771	1.67657				24	36	362	36247
2996521	Malagnac	malagnac	FR		0	Europe/Paris	45.09241	1.09686				75	24	244	24025
2996524	Malacours	malacours	FR		0	Europe/Paris	45.06446	4.331				84	43	433	43051
2996525	Malacots	malacots	FR		0	Europe/Paris	47.69028	2.42447				24	45	452	45277
2996528	Malabry	malabry	FR		0	Europe/Paris	48.77345	2.25731				11	92	921	92060
2996556	Maisy	maisy	FR		0	Europe/Paris	49.38194	-1.05514		Maisy		28	14	141	14312
2996557	Maissenas	maissenas	FR		0	Europe/Paris	44.87712	5.65451				84	38	381	38342
2996561	Maisons Selves	maisons-selves	FR		0	Europe/Paris	45.01538	1.25993		Maison-Selves,Maisons Selves		75	24	244	24012
2996580	Maisonnis	maisonnis	FR		0	Europe/Paris	44.99579	4.33126				84	07	073	07103
2996582	Maison-Neuve	maison-neuve	FR		0	Europe/Paris	47.38333	4.31667				27	21	213	21505
2996586	Maison-Neuve	maison-neuve	FR		0	Europe/Paris	44.39468	4.23117				84	07	071	07053
2996588	Maisonnettes	maisonnettes	FR		0	Europe/Paris	45.15	4.43333				84	43	433	43172
2996590	Maisonneau	maisonneau	FR		0	Europe/Paris	47.4	2.25				24	18	183	18185
2996594	Maisonméane	maisonmeane	FR		0	Europe/Paris	44.44069	6.86416		La Maison-Meane,Maisonmeane,Maisonmeare,Maisonméane,Maisonméare		93	04	041	04120
2996598	Maison-Dieu	maison-dieu	FR		0	Europe/Paris	47.50941	4.03595				27	89	892	89197
2996617	Maison aux Moines	maison-aux-moines	FR		0	Europe/Paris	47.38809	4.47572				27	21	213	21576
2996620	Maisnil-lès-Teneur	maisnil-les-teneur	FR		0	Europe/Paris	50.45262	2.23209	54	Maisnil,Maisnil-les-Teneur,Maisnil-lès-Teneur,Mesnil,Mesnil-les-Teneur		32	62	621	62808
2996622	Maisnil-Bouché	maisnil-bouche	FR		0	Europe/Paris	50.39397	2.6366		Maisnil,Maisnil-Bouche,Maisnil-Bouché		32	62	627	62793
2996635	Mairie de Saint-Dizier	mairie-de-saint-dizier	FR		0	Europe/Paris	46.15	2.15				75	23	231	23187
2996648	Mainville	mainville	FR		0	Europe/Paris	48.68363	2.43435		Mainville		11	91	912	91201
2996649	Mainville	mainville	FR		0	Europe/Paris	48.199	2.50931				24	45	453	45056
2996650	Maintru	maintru	FR		0	Europe/Paris	49.80024	1.30086				28	76	761	76487
2996651	Maintignieux	maintignieux	FR		0	Europe/Paris	45.6428	4.54215				84	69	691	69227
2996652	Mainterne	mainterne	FR		0	Europe/Paris	48.67411	1.15322		Mainterne		24	28	283	28120
2996658	Mainnemare	mainnemare	FR		0	Europe/Paris	49.6488	1.4024		Mainemare,Mainnemare		28	76	761	76578
2996659	Mainguerin	mainguerin	FR		0	Europe/Paris	48.53762	1.84761				11	78	782	78003
2996664	Maine d'Euche	maine-d-euche	FR		0	Europe/Paris	45.3174	0.53277				75	24	243	24319
2996666	Maine-Chevalier	maine-chevalier	FR		0	Europe/Paris	44.70092	0.53763				75	24	241	24168
2996672	Maindreville	maindreville	FR		0	Europe/Paris	48.48446	1.19583				24	28	281	28040
2996673	Maindreville	maindreville	FR		0	Europe/Paris	48.41839	1.42918				24	28	281	28158
2996675	Maincourt-sur-Yvette	maincourt-sur-yvette	FR		0	Europe/Paris	48.71503	1.96778		Maincourt,Maincourt-sur-Yvette		11	78	782	78193
2996676	Mainbressy	mainbressy	FR		0	Europe/Paris	49.70677	4.21939		Mainbressy		44	08	082	08366
2996677	Mainbresson	mainbresson	FR		0	Europe/Paris	49.72068	4.20718		Mainbresson		44	08	082	08366
2996679	Mainbervilliers	mainbervilliers	FR		0	Europe/Paris	48.30648	2.473				11	77	774	77041
2996680	Maimbray	maimbray	FR		0	Europe/Paris	47.52753	2.83401		Maimbray,Mainbray		24	45	451	45029
2996681	Maimbiers	maimbiers	FR		0	Europe/Paris	48.05294	-1.2805				53	35	351	35338
2996694	Maillol	maillol	FR		0	Europe/Paris	44.70737	1.36831				76	46	463	46127
2996695	Maillofargueix	maillofargueix	FR		0	Europe/Paris	46.06274	1.39368				75	87	872	87013
2996715	Mailhat	mailhat	FR		0	Europe/Paris	45.48155	3.31614		Mailhat		84	63	633	63185
2996718	Mailbouy	mailbouy	FR		0	Europe/Paris	48.41342	1.10956				24	28	284	28166
2996719	Maiguezin	maiguezin	FR		0	Europe/Paris	44.87138	3.97235				84	43	432	43231
2996721	Maigneu-le-Gabion	maigneu-le-gabion	FR		0	Europe/Paris	45.68452	4.25162		Maigneu,Maigneu-le-Gabion,Maigneux-le-Gabion		84	42	421	42251
2996725	Maifraiches	maifraiches	FR		0	Europe/Paris	45.04994	4.38363				84	07	073	07080
2996729	Mai	mai	FR		0	Europe/Paris	46.28478	3.53277				84	03	033	03179
2996732	Mahan	mahan	FR		0	Europe/Paris	44.23831	-0.51842				75	40	402	40167
2996734	Maguelonne	maguelonne	FR		0	Europe/Paris	43.51667	3.88333		Maguelone,Maguelonne		76	34	343	34337
2996735	Maguelonne	maguelonne	FR		0	Europe/Paris	43.48	4.40633		Maguelonne,Maguelonne-la-Sauvage		93	13	132	13096
2996741	Magrangeas	magrangeas	FR		0	Europe/Paris	45.81667	1.88478		Magrangeas,Masgrangeas		75	23	232	23165
2996743	Magorlec	magorlec	FR		0	Europe/Paris	47.35652	-3.24243		Magorlec		53	56	561	56241
2996745	Magouar	magouar	FR		98	Europe/Paris	48.15	-3.4				53	56	562	56170
2996777	Magnoux	magnoux	FR		0	Europe/Paris	46.58819	2.61086				84	03	031	03168
2996783	Magnitot	magnitot	FR		0	Europe/Paris	49.16691	1.73777				11	95	953	95554
2996744	Magoar	magoar	FR	22480	0	Europe/Paris	48.4	-3.18333				53	22	222	22139
2996806	Magnagues	magnagues	FR		0	Europe/Paris	44.89904	1.74016				76	46	463	46058
2996821	Mageline	mageline	FR		0	Europe/Paris	44.97305	5.67244				84	38	381	38023
2996822	Magé	mage	FR		0	Europe/Paris	47.027	-0.19097				75	79	791	79157
2996824	Magagnosc	magagnosc	FR		0	Europe/Paris	43.67981	6.96225		Magagnosc		93	06	061	06069
2996825	Maflux	maflux	FR		0	Europe/Paris	45.66667	3.63333				84	63	631	63355
2996828	Maférat	maferat	FR		0	Europe/Paris	45.92691	1.00187				75	87	873	87110
2996833	Madurand	madurand	FR		0	Europe/Paris	44.85	0.33333				75	24	241	24487
2996835	Madrial	madrial	FR		0	Europe/Paris	45.33309	3.57517				84	43	431	43073
2996839	Madrague de la Ville	madrague-de-la-ville	FR		0	Europe/Paris	43.3	5.36667		La Madrague de la Ville,Madrague de la Ville		93	13	133	13055
2996848	Madières	madieres	FR		0	Europe/Paris	43.85385	3.56296				76	34	342	34277
2996854	Madery	madery	FR		0	Europe/Paris	45.88604	2.00397				75	23	231	23249
2996856	Madelonet	madelonet	FR		0	Europe/Paris	45.07287	4.24217				84	43	433	43199
2996870	Macully	macully	FR		0	Europe/Paris	45.9325	6.06348				84	74	741	74213
2996884	Maclaunay	maclaunay	FR		0	Europe/Paris	48.84417	3.55381		Maclaunay		44	51	512	51380
2996886	Maclamod	maclamod	FR		0	Europe/Paris	45.89545	6.07054		Maclamod,Maclamoz		84	74	741	74067
2996890	Macinaggio	macinaggio	FR		561	Europe/Paris	42.95887	9.45176				94	2B	2B2	2B261
2996891	Macinaggiu	macinaggiu	FR		0	Europe/Paris	42.2048	8.82876		Macinaggio,Macinaggiu		94	2A	2A1	2A258
2996894	Machot	machot	FR		0	Europe/Paris	45.00219	3.2868				84	15	153	15051
2996899	Machery	machery	FR		0	Europe/Paris	48.60274	2.0874				11	91	913	91634
2996900	Macherin	macherin	FR		0	Europe/Paris	48.43233	2.58383				11	77	774	77425
2996907	Machazeix	machazeix	FR		0	Europe/Paris	45.50794	2.71588				84	63	633	63098
2996911	Machabert	machabert	FR		0	Europe/Paris	44.98037	4.11669				84	43	432	43186
2996914	Macellu	macellu	FR		0	Europe/Paris	41.80186	9.09069		Macello,Macellu		94	2A	2A4	2A024
2996936	Lyrissou	lyrissou	FR		0	Europe/Paris	44.96667	1.26667				75	24	244	24392
2996947	Lynck	lynck	FR		0	Europe/Paris	50.8941	2.25217				32	59	594	59397
2996949	Lyleyvon	lyleyvon	FR		0	Europe/Paris	48.41833	-4.14166				53	29	291	29144
2996958	Luzunin	luzunin	FR		0	Europe/Paris	47.97777	-2.82746				53	56	562	56144
2996961	Luzivilly	luzivilly	FR		0	Europe/Paris	48.56589	-3.64733		Luzivilly,Luzivily		53	29	293	29199
2996966	Luziers	luziers	FR		0	Europe/Paris	44.6713	1.2347		Luzier,Luziers		76	46	463	46297
2996967	Luzier	luzier	FR		0	Europe/Paris	45.96864	6.63737				84	74	742	74256
2996968	Luzet	luzet	FR		0	Europe/Paris	46.25926	2.84193				84	03	031	03129
2996972	Luzerand	luzerand	FR		0	Europe/Paris	44.65041	5.45718				84	26	261	26178
2996977	Luzège	luzege	FR		0	Europe/Paris	45.02749	1.90403				75	19	192	19171
2996984	Luzançon	luzancon	FR		0	Europe/Paris	44.06514	2.96994		Luzancon,Luzançon,Luzencon,Luzençon		76	12	121	12225
2996985	Luzais	luzais	FR		0	Europe/Paris	45.66429	5.09382				84	38	382	38449
2996997	Luxerois	luxerois	FR		0	Europe/Paris	47.56375	5.04505				27	21	212	21587
2997000	Paris 06 Luxembourg	paris-06-luxembourg	FR		0	Europe/Paris	48.8493	2.33		6e Arrondissement,6eme Arr,6eme arrondissement,6ème Arr,6ème arrondissement,Arrondissement du Luxembourg,Chiesa di Saint Sulpice,Luxembourg,Paris  6e,Paris 06 Saint Sulpice,Saint-Sulpice,St. Sulpice,VI Saint-Sulpice,VIe,knsyyt sn-swlpys,sheng xu er bi si jiao tang,כנסיית סן-סולפיס,圣叙尔比斯教堂		11	75	751	75056
2997009	Lutz	lutz	FR		0	Europe/Paris	48.23624	1.70923				24	28	281	28406
2997015	Lutran	lutran	FR		316	Europe/Paris	47.62358	7.05544		Lutran		44	68	681	68192
2997016	Lut Petit	lut-petit	FR		0	Europe/Paris	46.23185	2.43559				75	23	231	23045
2997022	Lut Grand	lut-grand	FR		0	Europe/Paris	46.23372	2.4314				75	23	231	23045
2997023	Lustruyen	lustruyen	FR		0	Europe/Paris	48.27917	-3.30257				53	22	222	22087
2997026	Lussolle	lussolle	FR		0	Europe/Paris	44.09561	-0.15561				75	40	402	40158
2997031	Lussaud	lussaud	FR		0	Europe/Paris	45.2973	3.07464				84	15	153	15098
2997040	Lussais	lussais	FR		0	Europe/Paris	46.69666	0.85819				75	86	862	86236
2997055	Lusignat	lusignat	FR		0	Europe/Paris	46.247	2.17366				75	23	231	23072
2997057	Lusignan-Grand	lusignan-grand	FR		0	Europe/Paris	44.24349	0.51658		Lusignan,Lusignan-Grand		75	47	471	47246
2997060	Lusclade	lusclade	FR		0	Europe/Paris	45.15561	3.09546				84	15	153	15069
2997062	Lusargues	lusargues	FR		0	Europe/Paris	45.27692	3.05098				84	15	153	15126
2997063	Lusans	lusans	FR		722	Europe/Paris	47.35299	6.20353		Lusans		27	25	251	25468
2997065	L'Usage	l-usage	FR		0	Europe/Paris	46.86655	3.57				27	58	583	58306
2997070	Lurieux	lurieux	FR		0	Europe/Paris	45.53333	4.21667				84	42	421	42211
2997082	Lurcieux	lurcieux	FR		0	Europe/Paris	45.77073	4.54059		Lurcieux		84	69	692	69021
2997085	Lurat	lurat	FR		0	Europe/Paris	46.13505	1.58707				75	23	232	23095
2997088	Lupy	lupy	FR		0	Europe/Paris	47.08838	3.29399				27	58	583	58204
2997096	Lupin	lupin	FR		0	Europe/Paris	45.95294	-1.03445		Le Passage,Lupin		75	17	172	17375
2997097	Lupieu	lupieu	FR		0	Europe/Paris	45.97457	5.44751		Lupien,Lupieu		84	01	011	01384
2997105	Lunghignano	lunghignano	FR		0	Europe/Paris	42.54173	8.88653		Lunghignano		94	2B	2B5	2B167
2997108	Lunezay	lunezay	FR		0	Europe/Paris	46.79733	2.29277				24	18	182	18114
2997129	Lunague	lunague	FR		0	Europe/Paris	45.06667	3.63333				84	43	431	43239
2997138	Luméville-en-Ornois	lumeville-en-ornois	FR		0	Europe/Paris	48.46681	5.4301		Lumeville,Lumeville-en-Ornois,Luméville,Luméville-en-Ornois		44	55	552	55215
2997149	Luisans	luisans	FR		0	Europe/Paris	47.09537	6.54442				27	25	253	25288
2997156	Luguniat	luguniat	FR		0	Europe/Paris	48.26943	-4.40462				53	29	292	29120
2997159	Lugrand	lugrand	FR		0	Europe/Paris	48.57764	3.33076				11	77	773	77403
2997172	Lugeac	lugeac	FR		0	Europe/Paris	45.38541	3.3521				84	43	431	43016
2997187	Ludon	ludon	FR		0	Europe/Paris	48.22745	1.31312				24	28	282	28370
2997191	Ludelange	ludelange	FR		0	Europe/Paris	49.39814	5.97192				44	57	577	57678
2997213	Lucioux	lucioux	FR		0	Europe/Paris	47.20964	1.53296				24	36	362	36077
2997220	Luchet	luchet	FR		0	Europe/Paris	46.9343	1.2651		Luche,Luchet		24	36	362	36055
2997221	Luchet	luchet	FR		0	Europe/Paris	46.84532	1.16801				24	36	361	36153
2997232	Lucet	lucet	FR		0	Europe/Paris	47.16112	-0.46303				52	49	492	49373
2997253	Lucats	lucats	FR		0	Europe/Paris	44.31072	-1.02464				75	40	402	40217
2997269	Lubière	lubiere	FR		0	Europe/Paris	45.37414	3.34657		Lubiere,Lubieres,Lubière,Lubières		84	43	431	43258
2997276	L'Ubac	l-ubac	FR		0	Europe/Paris	44.80492	6.10873				93	05	052	05152
2997277	L'Ubac	l-ubac	FR		0	Europe/Paris	44.78333	6.55		L'Ubac,Ubac		93	05	051	05006
2997289	Lozère	lozere	FR		0	Europe/Paris	48.70681	2.21303		Lozere,Lozère		11	91	913	91477
2997299	Loyes	loyes	FR		0	Europe/Paris	45.92897	5.23031		Loyes		84	01	011	01450
2997301	Loxéville	loxeville	FR		0	Europe/Paris	48.74291	5.39213		Loxeville,Loxéville		44	55	552	55179
2997303	Lovettaz	lovettaz	FR		0	Europe/Paris	45.59746	5.9696		Lovettaz,Lovette		84	73	732	73243
2997309	Louzelergue	louzelergue	FR		0	Europe/Paris	45.75	2.18333		Louzelerge,Louzelergue		75	23	231	23125
2997315	Louy	louy	FR		0	Europe/Paris	46.93647	2.37002				24	18	181	18126
2997330	Louvignies-Bavay	louvignies-bavay	FR		0	Europe/Paris	50.29236	3.80487		Louvignies,Louvignies-Bavai		32	59	591	59053
2997341	Louvicamp	louvicamp	FR		0	Europe/Paris	49.67098	1.54341				28	76	761	76432
2997347	Louvercy	louvercy	FR		0	Europe/Paris	49.10845	4.31976				44	51	511	51326
2997356	Loutville	loutville	FR		0	Europe/Paris	48.50824	2.46447		Loutteville,Loutville		11	91	912	91135
2997359	Loutremange	loutremange	FR		0	Europe/Paris	49.15327	6.44574		Loutremange		44	57	573	57150
2997360	Loutra	loutra	FR		0	Europe/Paris	45.2	6.66667				84	73	733	73157
2997361	Loutey	loutey	FR		0	Europe/Paris	45.23333	-1.06667				75	33	334	33203
2997368	Lous Bény	lous-beny	FR		0	Europe/Paris	45.53816	3.43882				84	63	633	63389
2997369	Lourze	lourze	FR		0	Europe/Paris	45.13333	4.15				84	43	433	43268
2997443	Lougeagne	lougeagne	FR		0	Europe/Paris	44.84635	4.26818		Lougagne,Lougeagne		84	07	073	07209
2997381	Lourmel	lourmel	FR		0	Europe/Paris	48.47964	-2.52447		Lourmel		53	22	224	22093
2997382	Lourme	lourme	FR		0	Europe/Paris	47.95865	-1.39619				53	35	351	35028
2997383	L'Ourme	l-ourme	FR		0	Europe/Paris	47.80933	-2.05419		L'Ourme,Noyal		53	35	352	35328
2997386	Louresse	louresse	FR		651	Europe/Paris	47.23934	-0.31344		Louresse,Louresse-Rochemenier,Luress-Roshmen'e,lu lei si luo xie mo nie,Луресс-Рошменьє,卢雷斯罗谢默涅		52	49	493	49182
2997389	Lourdy	lourdy	FR		0	Europe/Paris	46.17783	3.33816				84	03	033	03304
2997401	Louppy-sur-Chée	louppy-sur-chee	FR		0	Europe/Paris	48.8646	5.13329		Louppy,Louppy-sur-Chee,Louppy-sur-Chée		44	55	551	55123
2997406	Loupinat	loupinat	FR		0	Europe/Paris	44.52106	0.56299				75	47	473	47170
2997424	Loumeuil	loumeuil	FR		0	Europe/Paris	46.68758	0.31436		Loumeuil,Louneuil		75	86	863	86115
2997426	Loume	loume	FR		0	Europe/Paris	46.02845	0.46318				75	16	163	16038
2997429	Loulappe	loulappe	FR		0	Europe/Paris	48.43842	1.28376				24	28	281	28350
2997459	Loudouéneix	loudoueneix	FR		0	Europe/Paris	45.74377	1.9924				75	23	231	23077
2997470	L'Oucherie	l-oucherie	FR		0	Europe/Paris	47.05024	-0.66417				52	49	492	49381
2997471	L'Ouche-Mouchand	l-ouche-mouchand	FR		0	Europe/Paris	46.97395	-2.02852				52	85	853	85029
2997473	Louchapt	louchapt	FR		0	Europe/Paris	44.95419	1.62413				76	46	463	46185
2997475	Loucet	loucet	FR		0	Europe/Paris	46.88714	3.14105				27	58	583	58152
2997477	L'Oucéa	l-oucea	FR		0	Europe/Paris	45.21276	4.13047				84	43	433	43211
2997480	Loublande	loublande	FR		0	Europe/Paris	46.9781	-0.83809		Loublande		75	79	791	79079
2997481	Loubizargues	loubizargues	FR		0	Europe/Paris	45.0651	2.90758				84	15	153	15248
2997485	Loubignac	loubignac	FR		0	Europe/Paris	45.15553	1.28875				75	19	191	19066
2997489	Loubier	loubier	FR		0	Europe/Paris	46.23792	1.9932				75	23	232	23002
2997493	Loubert	loubert	FR		2870	Europe/Paris	45.91422	0.58617		Loubert		75	16	163	16192
2997504	Loubat	loubat	FR		0	Europe/Paris	44.91667	0.3				75	24	241	24191
2997507	Loubalie	loubalie	FR		0	Europe/Paris	44.47822	2.14142		Loubalie,Louballe,Loubatie		76	12	123	12181
2997512	Louareux	louareux	FR		0	Europe/Paris	48.5899	1.89898		Loireux,Louareux		11	78	782	78601
2997517	Lotuen	lotuen	FR		0	Europe/Paris	47.76464	-3.25745				53	56	561	56094
2997521	Lothiers	lothiers	FR		0	Europe/Paris	46.70312	1.5889				24	36	362	36101
2997531	Lossay	lossay	FR		0	Europe/Paris	47.27912	0.2415				24	37	371	37193
2997533	L'Ospedale	l-ospedale	FR		0	Europe/Paris	41.65234	9.19406		L'Ospedale		94	2A	2A4	2A247
2997534	Lospars	lospars	FR		0	Europe/Paris	48.22656	-4.05422				53	29	292	29026
2997536	Losmont	losmont	FR		0	Europe/Paris	45.58333	3.66667				84	63	631	63230
2997538	Losfond	losfond	FR		0	Europe/Paris	45.43957	3.56308				84	63	631	63353
2997543	L'Orval	l-orval	FR		0	Europe/Paris	49.72671	0.47854				28	76	762	76688
2997545	Lortal	lortal	FR		0	Europe/Paris	44.57576	0.89503				75	47	473	47109
2997557	Lormon	lormon	FR		0	Europe/Paris	46.46234	3.54231				84	03	032	03171
2997558	L'Ormeteau	l-ormeteau	FR		0	Europe/Paris	47.06971	1.9741				24	36	364	36171
2997560	L'Ormenay	l-ormenay	FR		0	Europe/Paris	46.78778	2.8008				24	18	182	18161
2997561	L'Ormeau	l-ormeau	FR		0	Europe/Paris	48.48333	0.35				28	61	611	61412
2997562	L'Ormeau	l-ormeau	FR		0	Europe/Paris	48.46645	-4.43866				53	29	291	29160
2997563	L'Ormeau	l-ormeau	FR		0	Europe/Paris	48.14169	3.54632				27	89	893	89432
2997564	L'Orme	l-orme	FR		0	Europe/Paris	48.61667	1.9				11	78	782	78164
2997578	Loriani	loriani	FR		0	Europe/Paris	42.36885	9.29936		Loriani		94	2B	2B3	2B051
2997586	Lorganais	lorganais	FR		0	Europe/Paris	47.45333	-2.19071		Lorganai,Lorganais		52	44	443	44189
2997529	Losse	losse	FR	40240	332	Europe/Paris	44.1086	-0.10272		Losse		75	40	402	40158
2997596	L'Orée du Bois	l-oree-du-bois	FR		0	Europe/Paris	48.65488	0.98671				24	28	283	28231
2997597	L'Orée-des Bois	l-oree-des-bois	FR		0	Europe/Paris	48.48481	2.7492				11	77	774	77441
2997599	Lordonnois	lordonnois	FR		0	Europe/Paris	47.94004	3.73192				27	89	891	89227
2997603	L'Orcière	l-orciere	FR		0	Europe/Paris	47.71325	3.23066				27	89	891	89173
2997604	Orche	orche	FR		0	Europe/Paris	42.96608	9.36863		L'Orche,Orche		94	2B	2B2	2B086
2997608	Loqueltas	loqueltas	FR		0	Europe/Paris	48.45326	-5.1268				53	29	291	29155
2997611	Lopréden	lopreden	FR		0	Europe/Paris	48.60745	-3.97166				53	29	293	29184
2997615	Lopers	lopers	FR		0	Europe/Paris	47.97958	-3.53681				53	29	294	29230
2997624	Lontrade	lontrade	FR		0	Europe/Paris	45.5834	2.1305				75	19	193	19136
2997633	Lonlevade	lonlevade	FR		0	Europe/Paris	46.13333	2.53333				75	23	231	23076
2997636	Lonjagnes	lonjagnes	FR		0	Europe/Paris	44.39787	3.55536				76	48	481	48075
2997645	Longvay	longvay	FR		0	Europe/Paris	47.05946	4.98084		Longvay,Longway		27	21	211	21708
2997665	Longuesaigne	longuesaigne	FR		0	Europe/Paris	45.05722	3.29098				84	15	153	15251
2997667	Longue Raie	longue-raie	FR		0	Europe/Paris	48.1182	3.55195				27	89	893	89066
2997668	Longueperte	longueperte	FR		0	Europe/Paris	48.49091	3.62002				24			
2997672	Longuemare	longuemare	FR		0	Europe/Paris	49.27291	1.44365				28	27	271	27016
2997673	Longuemare	longuemare	FR		0	Europe/Paris	49.00036	1.48801				11	78	781	78188
2997674	Longuelune	longuelune	FR		0	Europe/Paris	48.7634	1.00251				28	27	272	27457
2997689	Longris	longris	FR		0	Europe/Paris	46.1098	5.18262		Langris,Longris		84	01	012	01211
2997692	Longrais	longrais	FR		0	Europe/Paris	47.34215	-1.43595				52	44	445	44179
2997695	Longpré-les-Amiens	longpre-les-amiens	FR		0	Europe/Paris	49.92345	2.26293		Longpre,Longpré		32	80	802	80021
2997696	Longpré	longpre	FR		0	Europe/Paris	47.66289	0.95077				24	41	412	41199
2997697	Long Pré	long-pre	FR		0	Europe/Paris	46.43685	3.46787				84	03	032	03197
2997701	Long-Orme	long-orme	FR		0	Europe/Paris	48.5273	1.89288				11	78	782	78003
2997709	L'Onglée	l-onglee	FR		0	Europe/Paris	48.59415	0.74586				28	61	613	61206
2997710	L'Onglée	l-onglee	FR		0	Europe/Paris	47.95	-1.3				53	35	351	35359
2997718	Longeville lès Cheminot	longeville-les-cheminot	FR		0	Europe/Paris	48.95345	6.14378		Longeville les Cheminot,Longeville lès Cheminot,Longueville-les-Cheminot		44	57	579	57137
2997735	Longeray	longeray	FR		0	Europe/Paris	46.11597	5.88459				84	01	013	01209
2997740	Longefoy	longefoy	FR		0	Europe/Paris	45.5373	6.62745		Longefoy		84	73	731	73006
2997741	Longefont	longefont	FR		0	Europe/Paris	45.28574	3.92192				84	43	432	43201
2997742	Longefonds	longefonds	FR		0	Europe/Paris	44.81097	5.63892				84	38	381	38113
2997746	Longecombe	longecombe	FR		0	Europe/Paris	45.94888	5.55167				84	01	011	01185
2997754	Longeaigue	longeaigue	FR		0	Europe/Paris	45.84415	2.33502				75	23	231	23218
2997756	Long-Court	long-court	FR		0	Europe/Paris	48.07687	2.47682				24	45	453	45176
2997758	Longchêne	longchene	FR		0	Europe/Paris	48.63988	2.0023				11	78	782	78120
2997771	Longboué	longboue	FR		0	Europe/Paris	46.96229	3.47727				27	58	583	58006
2997773	Longavesne	longavesne	FR		0	Europe/Paris	49.57842	1.81439				32	60	601	60217
2997789	Lonce	lonce	FR		0	Europe/Paris	47.3286	-2.18387				52	44	443	44103
2997793	Lomprat	lomprat	FR		0	Europe/Paris	45.53037	2.97529		Lompras,Lomprat		84	63	633	63383
2997795	Lompnes	lompnes	FR		0	Europe/Paris	45.98605	5.60243				84	01	011	01185
2997808	Lombre	lombre	FR		0	Europe/Paris	45.68979	1.77753				75	87	872	87064
2997809	Lombray	lombray	FR		0	Europe/Paris	49.5154	3.10893		Lombray		32	02	022	02140
2997810	Lombray	lombray	FR		0	Europe/Paris	48.27494	0.20373				52	72	722	72251
2997813	Lomberval	lomberval	FR		0	Europe/Paris	49.8468	1.67131				28	76	761	76154
2997822	Lolon	lolon	FR		0	Europe/Paris	48.16498	1.4252				24	28	282	28353
2997823	L'Olme	l-olme	FR		0	Europe/Paris	45.59403	4.05385		L'Olme		84	42	421	42087
2997824	L'Olme	l-olme	FR		0	Europe/Paris	44.98459	3.91322				84	43	432	43078
2997827	Lol	lol	FR		0	Europe/Paris	44.95125	0.76353		Lol,Lot		75	24	241	24407
2997829	Loizé	loize	FR		0	Europe/Paris	46.13247	-0.03834		Loize,Loizé		75	79	792	79136
2997835	Loiville	loiville	FR		0	Europe/Paris	48.18895	1.20342				24	28	282	28424
2997849	L'Oiserie	l-oiserie	FR		0	Europe/Paris	48.54026	0.95906				24	28	284	28232
2997850	Loiselière	loiseliere	FR		0	Europe/Paris	49.54545	0.38872				28	76	762	76714
2997852	Loise	loise	FR		0	Europe/Paris	48.51843	0.56834				28	61	613	61293
2997876	Loiras	loiras	FR		0	Europe/Paris	43.7076	3.39513		Loiras		76	34	342	34036
2997879	Loinville	loinville	FR		0	Europe/Paris	48.48472	1.62668				24	28	281	28073
2997888	Lohitzun	lohitzun	FR		231	Europe/Paris	43.276	-0.97731		Lohitzuene,Lohitzuene-Oihergi,Lohitzun,Lohitzun-Oyhercq,Lohitzüne,Lohitzüne-Oihergi,Loitzen-Uaerk,Loitzjon-Uaehrk,lu wa te zan wa ai er,Лоитзен-Уаерк,Лоитзён-Уаэрк,Лоїтзен-Уаєрк,卢瓦特赞瓦埃尔		75	64	641	64345
2997892	Loguivy lès Lannion	loguivy-les-lannion	FR		0	Europe/Paris	48.73577	-3.48067		Loguivy,Loguivy-les-Lannion,Loguivy-lès-Lannion		53	22	223	22113
2997895	Logoray	logoray	FR		0	Europe/Paris	48.46833	-3.22942				53	22	222	22013
2997896	Logonna-Quimerch	logonna-quimerch	FR		0	Europe/Paris	48.24733	-4.13056		Logonna,Logonna-Quimerch		53	29	292	29302
2997900	Logny-lès-Chaumont	logny-les-chaumont	FR		0	Europe/Paris	49.63626	4.22356		Logny,Logny-les-Chaumont,Logny-lès-Chaumont		44	08	082	08113
2997903	Logny	logny	FR		0	Europe/Paris	47.1542	1.12284				24	37	373	37111
2997906	Lognac	lognac	FR		0	Europe/Paris	45.5	2.35				75	19	193	19201
2997907	Logis de la Colle	logis-de-la-colle	FR		0	Europe/Paris	43.49091	5.65623				93	13	131	13110
2997909	Loges du Chêne	loges-du-chene	FR		0	Europe/Paris	48.15	-1.48333				53	35	353	35001
2997910	Loges des Bruyères-de-Montbernard	loges-des-bruyeres-de-montbernard	FR		0	Europe/Paris	46.75	3.3				27	58	583	58192
2997911	Loges des Brandes	loges-des-brandes	FR		0	Europe/Paris	46.81667	2.16667				24	18	182	18283
2997912	Loges de l'Épinasse	loges-de-l-epinasse	FR		0	Europe/Paris	46.76781	2.34391		Loges,Loges de l'Epinasse,Loges de l'Épinasse		24	18	182	18046
2997918	Logelbach	logelbach	FR		0	Europe/Paris	48.08542	7.31762		Logelbach		44	68	682	68374
2997920	Loge-Borgne	loge-borgne	FR		0	Europe/Paris	47.99882	3.92448				44	10	103	10099
2997926	Loffrande	loffrande	FR		0	Europe/Paris	50.49031	3.08212				32	59	595	59411
2997928	Loëx	loex	FR		0	Europe/Paris	46.16675	6.30615				84	74	743	74040
2997929	Lœuilly	loeuilly	FR		838	Europe/Paris	49.78333	2.16667				32	80	802	80485
2997930	Lœuilley	loeuilley	FR		105	Europe/Paris	47.4611	5.38978		Loeuilley,Lœuilley		27	70	702	70305
2997940	Loda	loda	FR		0	Europe/Paris	43.95018	7.30431		Loda,Loda-de-Lantosque		93	06	062	06074
2997941	Locuon	locuon	FR		0	Europe/Paris	48.14968	-3.30369				53	56	562	56163
2997948	Locquinghen	locquinghen	FR		0	Europe/Paris	50.81118	1.7939				32	62	623	62705
2997949	Locquillec	locquillec	FR		0	Europe/Paris	47.86378	-3.61972				53	29	294	29005
2997952	Locquémeau	locquemeau	FR		1311	Europe/Paris	48.72409	-3.56374		Locquemeau,Locquémeau		53	22	223	22349
2997954	Locornan	locornan	FR		0	Europe/Paris	48.43333	-4.65				53	29	291	29260
2997958	Locoal	locoal	FR		0	Europe/Paris	47.70431	-3.14659		Locoal		53	56	561	56119
2997960	Locmiquel	locmiquel	FR		0	Europe/Paris	47.59679	-2.84459		Bourg,Locmiquel		53	56	563	56087
2997962	Locmélard	locmelard	FR		0	Europe/Paris	48.54667	-4.24099				53	29	291	29255
2997968	Loc Maria	loc-maria	FR		0	Europe/Paris	48.68333	-4.1				53	29	293	29030
2997972	Lokmaria	lokmaria	FR		0	Europe/Paris	47.98333	-4.11667				53	29		
2997973	Loc Maria	loc-maria	FR		0	Europe/Paris	47.9414	-3.89633				53	29	294	29272
2997980	Locjean	locjean	FR		0	Europe/Paris	47.98173	-3.79285				53	29	294	29241
2997981	Lochy	lochy	FR		0	Europe/Paris	46.95853	2.38048				24	18	181	18129
2997984	Lochrist	lochrist	FR		0	Europe/Paris	48.63022	-4.23533				53	29	293	29206
2997985	Lochrist	lochrist	FR		0	Europe/Paris	48.49817	-4.66117				53	29	291	29208
2997986	Lochrist	lochrist	FR		0	Europe/Paris	48.34612	-4.76189				53	29	291	29040
2997987	Lochrist	lochrist	FR		0	Europe/Paris	48.34274	-3.49108				53	22	222	22031
2997988	Lochrist	lochrist	FR		0	Europe/Paris	48.07068	-3.33099				53	56	562	56163
2997989	Lochrist	lochrist	FR		0	Europe/Paris	47.96471	-3.23835				53	56	561	56089
2997990	Lochrist	lochrist	FR		0	Europe/Paris	47.8268	-3.25434		Lochrist		53	56	561	56090
2997997	Lochères	locheres	FR		0	Europe/Paris	49.13551	5.04751				44	55	553	55014
2997999	Lochère	lochere	FR		0	Europe/Paris	47.57708	4.83961				27	21	213	21237
2998001	Loché	loche	FR		0	Europe/Paris	46.27833	4.76638		Loche,Loché		27	71	715	71270
2998002	Loche	loche	FR		0	Europe/Paris	45.56667	2.31667		Loche,Loches		75	19	193	19275
2998005	Loch	loch	FR		0	Europe/Paris	48.36684	-3.31025				53	22	222	22169
2998012	L'Obstancie	l-obstancie	FR		0	Europe/Paris	45.84253	3.6087				84	63	635	63066
2998015	Lobard	lobard	FR		0	Europe/Paris	46.23333	0.88333				75	87	871	87028
2998040	Lizeret	lizeret	FR		0	Europe/Paris	44.81667	4.2				84	07	071	07203
2998051	Lixières	lixieres	FR		0	Europe/Paris	48.85489	6.19946		Lixieres,Lixières		44	54	543	54059
2998065	Livossart	livossart	FR		0	Europe/Paris	50.52561	2.27851				32	62	625	62327
2998067	Livinhac-le-Bas	livinhac-le-bas	FR		0	Europe/Paris	44.57416	2.05595		Livinhac,Livinhac-le-Bas		76	12	123	12052
2998068	Livinhac	livinhac	FR		0	Europe/Paris	45.11667	4.13333				84	43	433	43268
2998070	Livida	livida	FR		0	Europe/Paris	42.10292	8.72542		Livida		94	2A	2A1	2A090
2998086	Litteville	litteville	FR		0	Europe/Paris	49.98627	1.31997				28	76	761	76703
2998091	Litous	litous	FR		0	Europe/Paris	44.99732	1.01918				75	24	244	24183
2998092	Litiez	litiez	FR		0	Europe/Paris	48.397	-3.87722				53	29	292	29054
2998023	Llo	llo	FR	66800	147	Europe/Paris	42.45462	2.06131				76	66	663	66100
2998096	Listrella	listrella	FR		0	Europe/Paris	42.49873	8.76422		Listrella		94	2B	2B5	2B049
2998107	Lisse	lisse	FR		552	Europe/Paris	44.10803	0.23456		Lisse		75	47	474	47221
2998109	Lissarre	lissarre	FR		0	Europe/Paris	43.45	-0.03333				76	65	653	65462
2998116	Lisquily	lisquily	FR		0	Europe/Paris	48.17972	-2.98683				53	22	224	22158
2998128	L'Isle-Saint-Cast	l-isle-saint-cast	FR		0	Europe/Paris	48.63745	-2.25909				53	22	221	22282
2998141	L'Isle	l-isle	FR		0	Europe/Paris	48.6	-2.18333				53	22	221	22302
2998142	L'Isle	l-isle	FR		0	Europe/Paris	48.43333	-3.4				53	22	222	22025
2998143	L'Isle	l-isle	FR		0	Europe/Paris	47.92687	3.92504				27	89	892	89423
2998145	L'Isle	l-isle	FR		0	Europe/Paris	46.87934	3.08219				27	58	583	58158
2998146	L'Isle	l-isle	FR		0	Europe/Paris	46.12303	1.65303				75	23	232	23095
2998148	L'Isle	l-isle	FR		0	Europe/Paris	45.05333	5.83096		L'Isle,Le l'Isle		84	38	381	38478
2998151	Lisière-des-Bois	lisiere-des-bois	FR		0	Europe/Paris	48.15038	3.7921		La Lisiere-des-Bois,La Lisière-des-Bois,Lisiere-des-Bois,Lisière-des-Bois		44	10	103	10350
2998153	Liscorno	liscorno	FR		0	Europe/Paris	48.64833	-3.01842		Lisconno,Liscorne,Liscorno		53	22	222	22112
2998154	L'Iscle	l-iscle	FR		0	Europe/Paris	43.93024	6.63223				93	04	042	04236
2998158	Lisacq	lisacq	FR		0	Europe/Paris	44.12769	-1.15086				75	40	402	40182
2998169	Liozargues	liozargues	FR		0	Europe/Paris	45.04886	2.996				84	15	153	15164
2998176	Liouville	liouville	FR		0	Europe/Paris	48.82708	5.62927		Liouville		44	55	552	55012
2998177	Liours	liours	FR		0	Europe/Paris	48.53124	3.52088				44	10	102	10367
2998178	Liournat	liournat	FR		0	Europe/Paris	45.58252	2.70154				84	63	633	63397
2998181	Liot	liot	FR		0	Europe/Paris	47.35457	3.10457				27	58	584	58102
2998182	Liosac	liosac	FR		0	Europe/Paris	44.92654	4.24765				84	07	071	07195
2998183	Lioriac	lioriac	FR		0	Europe/Paris	45.28554	4.12329				84	43	433	43025
2998188	Lionnière	lionniere	FR		0	Europe/Paris	47.28236	0.44283				24	37	372	37014
2998197	Lion	lion	FR		0	Europe/Paris	48.52278	3.70319				44	10	102	10323
2998205	Lintillac	lintillac	FR		0	Europe/Paris	45.17372	1.4778				75	19	191	19274
2998216	Linlouët	linlouet	FR		0	Europe/Paris	48.2075	-4.0045				53	29	292	29162
2998220	Linière	liniere	FR		0	Europe/Paris	47.2694	-0.38019				52	49	493	49125
2998223	Lingostière	lingostiere	FR		0	Europe/Paris	43.71667	7.18333				93	06	061	06123
2998225	Linglatz	linglatz	FR		0	Europe/Paris	48.40075	-4.29625				53	29	291	29140
2998227	Lingey	lingey	FR		0	Europe/Paris	48.03024	4.2919				44	10	103	10022
2998175	Lioux	lioux	FR	84220	0	Europe/Paris	43.91667	6.46667				93	04	042	04133
2998234	Lindron	lindron	FR		0	Europe/Paris	48.07211	1.52634				24	28	282	28400
2998235	Lindron	lindron	FR		0	Europe/Paris	46.42934	2.80324				84	03	031	03269
2998239	Lindes	lindes	FR		0	Europe/Paris	45.35195	3.38392				84	43	431	43017
2998243	Lincourt	lincourt	FR		0	Europe/Paris	49.34881	1.8319		Grand Lincourt,Lincourt		32	60	601	60235
2998244	Linçon	lincon	FR		0	Europe/Paris	48.25644	4.01292				44	10	103	10340
2998245	Lincheux-Hallivillers	lincheux-hallivillers	FR		0	Europe/Paris	49.85884	1.95603		Lincheux,Lincheux-Hallivillers		32	80	802	80443
2998246	Linchamps	linchamps	FR		0	Europe/Paris	49.91365	4.83778		Linchamps		44	08	081	08218
2998248	Lincel	lincel	FR		0	Europe/Paris	43.89194	5.70424		Lincel		93	04	044	04192
2998256	Linant	linant	FR		0	Europe/Paris	48.04877	3.74806		Finant,Linant		27	89	891	89425
2998260	Limpiguet	limpiguet	FR		0	Europe/Paris	48.20048	-2.76414				53	22	224	22136
2998265	Limoustoir	limoustoir	FR		0	Europe/Paris	48.06485	-3.33615				53	56	562	56163
2998287	L'Immaculée	l-immaculee	FR		0	Europe/Paris	47.28289	-2.25928		Immaculee-Conception,Immaculée-Conception,L'Immaculee,L'Immaculee Conception,L'Immaculée,L'Immaculée Conception		52	44	443	44184
2998297	Limes	limes	FR		0	Europe/Paris	45.03181	1.70951				75	19	191	19217
2998300	Limercourt	limercourt	FR		0	Europe/Paris	50.04104	1.7934				32	80	801	80444
2998303	Limele	limele	FR		0	Europe/Paris	47.7559	-1.57523				52	44	445	44197
2998304	Limejouls	limejouls	FR		0	Europe/Paris	44.9	1.38333				75	24	244	24314
2998307	Limbre	limbre	FR		0	Europe/Paris	46.62541	0.28003				75	86	863	86158
2998309	Limayrac	limayrac	FR		0	Europe/Paris	44.32934	2.36453				76	12	123	12068
2998315	Limandre	limandre	FR		0	Europe/Paris	45.12009	3.71632		Limandre		84	43	432	43254
2998319	Lillette	lillette	FR		0	Europe/Paris	46.97761	0.65886				75	86	861	86042
2998325	Lilignod	lilignod	FR		0	Europe/Paris	45.95485	5.6886		Lilignod		84	01	011	01079
2998334	Lilaudière	lilaudiere	FR		0	Europe/Paris	48.28385	1.09136				24	28	284	28161
2998336	Ligeay	ligeay	FR		0	Europe/Paris	45.76025	3.93938		Ligeay,Lijay-en-Ladret		84	42	421	42252
2998351	Ligonzac	ligonzac	FR		0	Europe/Paris	45.23611	3.80099				84	43	432	43026
2998364	Ligny	ligny	FR		0	Europe/Paris	47.14359	3.50926				27	58	583	58092
2998365	Ligny	ligny	FR		0	Europe/Paris	47.14038	3.38514				27	58	583	58233
2998387	Ligni	ligni	FR		0	Europe/Paris	48.55203	0.5455				28	61	613	61404
2998388	Lignez	lignez	FR		0	Europe/Paris	46.77851	0.91786				24	37	373	37282
2998399	Lignemare	lignemare	FR		0	Europe/Paris	49.86502	1.4738				28	76	761	76677
2998406	Lignat	lignat	FR		0	Europe/Paris	45.8414	3.24537				84	63	634	63200
2998407	Lignat	lignat	FR		0	Europe/Paris	45.71388	3.26059				84	63	632	63350
2998420	Ligaudry	ligaudry	FR		0	Europe/Paris	48.19789	1.55356				24	28	282	28277
2998422	Liffremont	liffremont	FR		0	Europe/Paris	49.60996	1.43034				28	76	761	76420
2998429	Lièvremont	lievremont	FR		511	Europe/Paris	46.97003	6.42332		Lievremont,Lièvremont		27	25	253	25357
2998433	Lieux des Champs	lieux-des-champs	FR		0	Europe/Paris	47.86958	2.68123				24	45	451	45332
2998440	Lieury	lieury	FR		0	Europe/Paris	48.9898	-0.01835		Lieury		28	14	143	14654
2998442	Lieuriac	lieuriac	FR		0	Europe/Paris	44.93581	2.92475				84	15	153	15142
2998448	Lieu Ponin	lieu-ponin	FR		0	Europe/Paris	47.53171	2.3281				24	18	183	18067
2998452	Lieuchy	lieuchy	FR		0	Europe/Paris	45.25839	2.49793				84	15	152	15243
2998455	Lieucamp	lieucamp	FR		0	Europe/Paris	45.31667	2.58333				84	15	152	15185
2998465	Liers	liers	FR		0	Europe/Paris	48.62687	2.34408				11	91	913	91549
2998466	Liérou	lierou	FR		0	Europe/Paris	48.04648	-2.42323				53	56	562	56080
2998488	Lidrequin	lidrequin	FR		0	Europe/Paris	48.88193	6.66353				44	57	575	57151
2998490	Lidernat	lidernat	FR		0	Europe/Paris	45.0332	2.54386				84	15	151	15095
2998493	Licq	licq	FR		260	Europe/Paris	43.06682	-0.87707		Lic-Aterei,Licq,Licq-Atherey,Licq-Athérey,Ligi,Ligi-Atherei,Lik-Atere,li a tai lei,Лик-Атере,Лік-Атере,利阿泰雷		75	64	642	64342
2998496	Lichy	lichy	FR		0	Europe/Paris	47.07715	3.41296				27	58	583	58035
2998499	Lichiot	lichiot	FR		0	Europe/Paris	48.28643	2.95962				11	77	773	77531
2998500	Lichiat	lichiat	FR		0	Europe/Paris	46.09815	2.30676				75	23	231	23151
2998501	Lichessol	lichessol	FR		0	Europe/Paris	44.98368	4.42792				84	07	073	07204
2998506	Lichen	lichen	FR		0	Europe/Paris	48.53333	-4.28333				53	29	291	29179
2998507	Lichemialle	lichemialle	FR		0	Europe/Paris	45.25838	4.30255				84	43	433	43213
2998508	Lichans	lichans	FR		87	Europe/Paris	43.09296	-0.87385		Lexantzue,Lexantzue-Zuenharre,Lexantzue-Zunharre,Lexantzü,Lexantzü-Zunharre,Lexantzü-Zünharre,Lichans,Lichans-Sunhar,Lishan-Senar,Lishan-Sjunar,Lishans-Sunar,li shang xu na,Лишан-Сенар,Лишан-Сюнар,Лішан-Сенар,利尚叙纳		75	64	642	64340
2998513	Libre	libre	FR		0	Europe/Paris	43.90594	7.53166		Libre,Libri		93	06	062	06023
2998515	Libouville	libouville	FR		0	Europe/Paris	48.11184	1.22688				24	28	282	28012
2998518	Liberne	liberne	FR		0	Europe/Paris	44.36667	6.33333		Liberna,Liberne		93	04	043	04203
2998524	Liaucous	liaucous	FR		0	Europe/Paris	44.20223	3.1949				76	12	121	12160
2998533	Liamontou	liamontou	FR		0	Europe/Paris	44.82429	2.85243				76	12	122	12051
2998538	Lhumery	lhumery	FR		0	Europe/Paris	48.40233	2.09139				11	91	911	91223
2998543	L'Huis Barat	l-huis-barat	FR		0	Europe/Paris	47.34404	3.90977				27	58	581	58049
2998544	L'Huis	l-huis	FR		0	Europe/Paris	47.33289	4.04038		L'Huis,L'Huis-au-Gru		27	89	892	89318
2998546	L'Hubac	l-hubac	FR		0	Europe/Paris	44.41557	6.76522				93	04	041	04096
2998549	L'Hôtel Provôt	l-hotel-provot	FR		0	Europe/Paris	48.47748	0.82051				28	61	613	61300
2998558	L'Hospital	l-hospital	FR		0	Europe/Paris	45.40768	3.60242				84	63	631	63137
2998562	L'Hopitot	l-hopitot	FR		0	Europe/Paris	47.25209	3.23428				27	58	584	58009
2998563	L'Hôpiteau	l-hopiteau	FR		0	Europe/Paris	48.27322	1.59834				24	28	281	28422
2998564	Lhopiteau	lhopiteau	FR		0	Europe/Paris	46.81124	-0.27456				75	79	793	79047
2998571	L'Hôpitalet	l-hopitalet	FR		0	Europe/Paris	45.47161	4.18069				84	42	421	42256
2998575	L'Hôpital-Bellegarde	l-hopital-bellegarde	FR		0	Europe/Paris	44.03554	2.58597		Hopital-Bellegarde,Hôpital-Bellegarde,L'Hopital-Bellegarde,L'Hôpital-Bellegarde		76	12	121	12197
2998591	Lhomond	lhomond	FR		0	Europe/Paris	45.31667	1.08333				75	24	242	24463
2998592	L'Homond	l-homond	FR		0	Europe/Paris	44.88333	1.3				75	24	244	24336
2998593	L'Hommetière	l-hommetiere	FR		0	Europe/Paris	46.96821	-1.42238				52	44	442	44216
2998594	L'Homme d'Air	l-homme-d-air	FR		0	Europe/Paris	47.85	0.33333				52	72	723	72299
2998598	L'Hodié	l-hodie	FR		0	Europe/Paris	45.55287	5.8499		L'Hodie,L'Hodié,Laudier,Lodie		84	73	732	73326
2998599	L'Hivernerie	l-hivernerie	FR		0	Europe/Paris	45.21437	1.95918				75	19	192	19090
2998601	L'Heure	l-heure	FR		0	Europe/Paris	50.12478	1.87094				32	80	801	80171
2998603	L'Hervilliers	l-hervilliers	FR		0	Europe/Paris	48.06244	2.08209				24	45	452	45224
2998604	L'Hermus	l-hermus	FR		0	Europe/Paris	45.25576	4.58452				84	42	423	42028
2998609	L'Hermetière	l-hermetiere	FR		0	Europe/Paris	44.85	6.6				93	05	051	05151
2998610	L'Hermet	l-hermet	FR		0	Europe/Paris	45.35574	4.18172				84	43	433	43012
2998611	L'Hermet	l-hermet	FR		0	Europe/Paris	45.20679	4.43273				84	43	433	43163
2998612	L'Hermet	l-hermet	FR		0	Europe/Paris	45.03034	4.41936				84	07	073	07204
2998613	L'Hermet	l-hermet	FR		0	Europe/Paris	44.34989	3.72568				76	48	481	48116
2998617	L'Herm	l-herm	FR	09000	0	Europe/Paris	44.91163	3.817				84	43	432	43042
2998625	L'Herbraire	l-herbraire	FR		0	Europe/Paris	47.44203	-1.10666		L'Herbraire,L'Herbrame		52	44	445	44213
2998627	L'Herbeil	l-herbeil	FR		0	Europe/Paris	45.24233	2.13122				75	19	193	19111
2998628	L'Herbe	l-herbe	FR		0	Europe/Paris	44.69224	-1.23637		Herbe,L'Herbe		75	33	336	33236
2998630	L'Herbaudière	l-herbaudiere	FR		0	Europe/Paris	47.02052	-2.29732				52	85	853	85163
2998633	L'Hâte	l-hate	FR		0	Europe/Paris	47.35748	4.10848				27	21	213	21548
2998634	L'Hâte	l-hate	FR		0	Europe/Paris	46.62643	3.49322				84	03	032	03076
2998635	L'Harpe	l-harpe	FR		0	Europe/Paris	46.20703	2.66291				84	03	031	03007
2998638	Lez Tréouzien	lez-treouzien	FR		0	Europe/Paris	47.98839	-4.45361				53	29	294	29215
2998653	Lezennet	lezennet	FR		0	Europe/Paris	47.97683	-3.56956				53	29	294	29230
2998655	Lézelé	lezele	FR		0	Europe/Paris	48.30401	-3.7471				53	29	292	29211
2998658	Lezé	leze	FR		0	Europe/Paris	47.98958	-1.40824				53	35	353	35220
2998673	Leyval	leyval	FR		0	Europe/Paris	45.48333	2.56667				84	63	633	63437
2998674	L'Eyteyrie	l-eyteyrie	FR		0	Europe/Paris	44.95763	0.65585				75	24	243	24123
2998675	Leyssin	leyssin	FR		0	Europe/Paris	45.58293	5.58922		Bas Leyssin,Leyssin		84	38	382	38104
2998677	Leysse	leysse	FR		0	Europe/Paris	45.57732	5.97264		Leisse,Leysse		84	73	732	73222
2998679	L'Eyssalles	l-eyssalles	FR		0	Europe/Paris	44.73333	1.25		Eyssalles,L'Eyssalles		75	24	244	24450
2998680	Leysartade	leysartade	FR		0	Europe/Paris	44.90884	0.6997				75	24	241	24445
2998683	Leyrière	leyriere	FR		0	Europe/Paris	45.8736	0.32134		Lairiere,Lairière,Leyriere,Leyrière		75	16	163	16392
2998685	Leyre	leyre	FR		0	Europe/Paris	46.55	2.26667				24	18	182	18225
2998687	Leyral	leyral	FR		0	Europe/Paris	44.81667	4.46667				84	07	073	07286
2998689	Leyport	leyport	FR		0	Europe/Paris	46.22266	1.56058		Les Ports,Leyport		75	23	232	23111
2998691	Le Yopson	le-yopson	FR		0	Europe/Paris	46.92314	3.13448				27	58	583	58051
2998694	Leymonie	leymonie	FR		0	Europe/Paris	45.04051	0.43869		Leymonie,Leymonie de Maupas		75	24	243	24211
2998695	Leymieux	leymieux	FR		0	Europe/Paris	45.53013	4.55862				84	42	423	42036
2998699	Ley-Lussac	ley-lussac	FR		0	Europe/Paris	45.73333	1.15				75	87	872	87025
2998700	Leygonnie	leygonnie	FR		0	Europe/Paris	45.03448	0.75702				75	24	243	24571
2998701	Leygonie	leygonie	FR		0	Europe/Paris	45.06361	1.62181				75	19	191	19115
2998702	Leydou	leydou	FR		0	Europe/Paris	44.75327	0.70052				75	24	241	24307
2998703	Leydier	leydier	FR		0	Europe/Paris	44.95	4.15				84	43	432	43186
2998705	Leycuras	leycuras	FR		0	Europe/Paris	45.66667	1.21667		Lecuras,Leycuras		75	87	872	87106
2998707	Leych	leych	FR		0	Europe/Paris	44.17648	-1.13781				75	40	402	40278
2998710	Lextrait	lextrait	FR		0	Europe/Paris	45.19739	2.66326				84	15	152	15052
2998711	Lextra	lextra	FR		0	Europe/Paris	45.1	4.58333				84	07	073	07335
2998712	Le Wetz	le-wetz	FR		0	Europe/Paris	50.86667	2.16667		Le West,Le Wetz		32	62	626	62730
2998720	Levrézy	levrezy	FR		0	Europe/Paris	49.86101	4.76171				44	08	081	08081
2998722	Le Voy	le-voy	FR		0	Europe/Paris	48.52456	4.71794				44	52	523	52411
2998723	Le Vouroux	le-vouroux	FR		0	Europe/Paris	49.39221	1.60755				28	27	271	27066
2998724	Le Vourch	le-vourch	FR		0	Europe/Paris	48.519	-4.75976				53	29	291	29221
2998725	Le Vouast	le-vouast	FR		0	Europe/Paris	49.21667	1.79281				32	60	601	60420
2998728	Le Voisinal	le-voisinal	FR		0	Europe/Paris	45.32626	5.12324				84	38	383	38032
2998729	Le Voide	le-voide	FR		0	Europe/Paris	47.16667	-0.55				52	49	492	49373
2998730	Le Vizoc	le-vizoc	FR		0	Europe/Paris	48.52125	-4.31249				53	29	291	29179
2998739	Le Viseney	le-viseney	FR		0	Europe/Paris	46.86728	5.6008		Le Viseney		27	39	391	39049
2998741	Le Virly	le-virly	FR		0	Europe/Paris	46.39104	1.81278				75	23	232	23112
2998744	Le Villerot	le-villerot	FR		0	Europe/Paris	46.75244	5.09161				27	71	714	71256
2998745	Le Villeret	le-villeret	FR		0	Europe/Paris	44.88333	3.51667				84	43	431	43054
2998746	Le Villeret	le-villeret	FR		0	Europe/Paris	44.72063	3.69195				76	48	482	48160
2998747	Le Villé	le-ville	FR		0	Europe/Paris	48.48552	3.14927				11	77	773	77298
2998749	Le Villaret	le-villaret	FR		0	Europe/Paris	45.53113	6.58529		Le Villaret,Villaret		84	73	731	73006
2998750	Le Villaret	le-villaret	FR		0	Europe/Paris	45.51027	6.92408				84	73	731	73296
2998751	Le Villaret	le-villaret	FR		0	Europe/Paris	45.48522	6.4552				84	73	731	73187
2998752	Le Villaret	le-villaret	FR		0	Europe/Paris	45.04907	4.10779				84	43	432	43200
2998754	Le Villaret	le-villaret	FR		0	Europe/Paris	44.86347	6.59539				93	05	051	05151
2998755	Le Villaret	le-villaret	FR		0	Europe/Paris	44.35045	3.69534				76	48	481	48116
2998756	Le Villard-Reyssier	le-villard-reyssier	FR		0	Europe/Paris	44.12897	6.60145		Le Villard Revssier,Le Villard-Reyssier,Villars-Heyssier,Villars-Reyssier		93	04	042	04025
2998757	Le Villard-Late	le-villard-late	FR		0	Europe/Paris	44.93612	6.5928		Le Villard,Le Villard-Late		93	05	051	05133
2998758	Le Villar-Derrière	le-villar-derriere	FR		0	Europe/Paris	45.75346	6.14079		Le Villar-Derriere,Le Villar-Derrière,Le Villard,Le Villard Derriere,Le Villard Derrière		84	73	732	73036
2998759	Le Villard de Sangot	le-villard-de-sangot	FR		0	Europe/Paris	45.55739	6.69296		Le Villard de Sangot,Sangot,Sangot le Villard,Villard-Sangot		84	73	731	73150
2998760	Le Villard de Faucon	le-villard-de-faucon	FR		0	Europe/Paris	44.38333	6.7		Le Villard de Faucon,Le Villard du Faucon		93	04	041	04073
2998761	Le Villard	le-villard	FR		0	Europe/Paris	45.60644	6.46837				84	73	731	73063
2998762	Le Villard	le-villard	FR		0	Europe/Paris	45.5866	6.88473				84	73	731	73232
2998763	Le Villard	le-villard	FR		0	Europe/Paris	45.58106	6.19909		Le Villard,Villard		84	73	732	73120
2998764	Le Villard	le-villard	FR		0	Europe/Paris	45.44246	6.68321		Le Villard de Planay,Villard du Planay		84	73	731	73201
2998765	Le Villard	le-villard	FR		0	Europe/Paris	45.45185	6.61368		Villard		84	73	731	73055
2998766	Le Villard	le-villard	FR		0	Europe/Paris	45.44424	6.54922				84	73	731	73015
2998767	Le Villard	le-villard	FR		0	Europe/Paris	45.39627	5.84334				84	38	381	38446
2998768	Le Villard	le-villard	FR		0	Europe/Paris	45.38724	6.00486				84	38	381	38100
2998769	Le Villard	le-villard	FR		0	Europe/Paris	45.20883	6.59942				84	73	733	73223
2998770	Le Villard	le-villard	FR		0	Europe/Paris	45.19991	4.19736				84	43	433	43102
2998771	Le Villard	le-villard	FR		0	Europe/Paris	44.99561	3.68763				84	43	432	43221
2998772	Le Villard	le-villard	FR		0	Europe/Paris	44.92849	3.71273				84	43	432	43198
2998773	Le Villard	le-villard	FR		0	Europe/Paris	44.8872	5.96054				84	38	381	38154
2998774	Le Villard	le-villard	FR		0	Europe/Paris	44.84149	6.47416				93	05	051	05101
2998775	Le Villard	le-villard	FR		0	Europe/Paris	44.84817	5.73381				84	38	381	38403
2998776	Le Villard	le-villard	FR		0	Europe/Paris	44.8	6.91667				93	05	051	05001
2998777	Le Villard	le-villard	FR		0	Europe/Paris	44.78686	6.04222				93	05	052	05142
2998778	Le Villard	le-villard	FR		0	Europe/Paris	44.71686	6.61455				93	05	051	05136
2998779	Le Villard	le-villard	FR		0	Europe/Paris	44.71603	6.05269				93	05	052	05039
2998780	Le Villard	le-villard	FR		0	Europe/Paris	44.67537	6.79762				93	05	051	05026
2998781	Le Villard	le-villard	FR		0	Europe/Paris	44.60067	6.34587		Le Villara,Le Villard		93	05	052	05114
2998782	Le Villard	le-villard	FR		0	Europe/Paris	44.58052	5.73378				93	05	052	05055
2998783	Le Villard	le-villard	FR		0	Europe/Paris	44.56421	6.54772				93	05	052	05128
2998784	Le Villard	le-villard	FR		0	Europe/Paris	44.56751	6.40116		Le Villard		93	05	052	05108
2998785	Le Villard	le-villard	FR		0	Europe/Paris	44.55317	5.67237				93	05	052	05019
2998786	Le Villard	le-villard	FR		0	Europe/Paris	44.53333	6.28333				93	05	052	05040
2998787	Le Villard	le-villard	FR		0	Europe/Paris	44.48085	3.29921		Le Villard,Villard		76	48	482	48039
2998788	Le Villard	le-villard	FR		0	Europe/Paris	44.46667	6.36667				93	04	041	04102
2998789	Le Villard	le-villard	FR		0	Europe/Paris	44.11667	6.88333				93	06	062	06094
2998790	Le Villard	le-villard	FR		0	Europe/Paris	44.08768	6.31219				93	04	043	04070
2998791	Le Villard	le-villard	FR		0	Europe/Paris	45.29815	6.81704		Le Villard,Villard		84	73	733	73290
2998792	Le Village	le-village	FR		0	Europe/Paris	48.74632	3.61959				44	51	512	51407
2998793	Le Village	le-village	FR		0	Europe/Paris	47.23333	0.13333				24	37	371	37242
2998798	Le Vignaud	le-vignaud	FR		0	Europe/Paris	46.27602	1.82768				75	23	232	23004
2998800	Le Vignal	le-vignal	FR		0	Europe/Paris	44.94933	0.90319				75	24	244	24217
2998801	Le Vignal	le-vignal	FR		0	Europe/Paris	44.43989	4.14148		Le Vignal,Vignal		84	07	071	07050
2998802	Le Vignal	le-vignal	FR		0	Europe/Paris	43.82314	7.31158		Le Vignal,Vignal		93	06	062	06048
2998812	Le Vieux Villemandeur	le-vieux-villemandeur	FR		0	Europe/Paris	47.98071	2.71857		Le Vieux Bourg,Le Vieux Villemandeur,Vieux Villemandeur		24	45	451	45338
2998813	Le Vieux Renard	le-vieux-renard	FR		0	Europe/Paris	47.86667	2.81667				24	45	451	45210
2998814	Le Vieux Poirier	le-vieux-poirier	FR		0	Europe/Paris	48.61317	-3.19917				53	22	222	22091
2998816	Le Vieux Marillais	le-vieux-marillais	FR		0	Europe/Paris	47.37184	-1.02334				52	44	445	44213
2998819	Le Vieux Cannet	le-vieux-cannet	FR		0	Europe/Paris	43.40022	6.34079		Le Vieux Cannet,Vieux-Cannet		93	83	833	83031
2998820	Le Vieux-Briollay	le-vieux-briollay	FR		0	Europe/Paris	47.57203	-0.49				52	49	491	49048
2998828	Le Vieux	le-vieux	FR		0	Europe/Paris	45.98874	1.41396		Le Vieux,Vieux		75	87	872	87002
2998831	Le Vieille Ville	le-vieille-ville	FR		0	Europe/Paris	47.59142	-2.00181				52	44	445	44057
2998840	Le Vialles	le-vialles	FR		0	Europe/Paris	45.19555	3.78761		Le Vialles,Les Vialles		84	43	432	43043
2998841	Le Vialard	le-vialard	FR		0	Europe/Paris	45.38594	2.67892				84	15	152	15240
2998842	Le Vialard, Monceaux-sur-Dordogne	le-vialard-monceaux-sur-dordogne	FR		0	Europe/Paris	45.05336	1.86739				75	19	192	19140
2998843	Le Vialard	le-vialard	FR		0	Europe/Paris	44.86679	2.90476				84	15	153	15065
2998844	Le Viala	le-viala	FR		0	Europe/Paris	44.75771	3.43753				76	48	482	48145
2998845	Le Vial	le-vial	FR		0	Europe/Paris	45.23333	5.31667				84	38	381	38523
2998847	Le Veyer	le-veyer	FR		0	Europe/Paris	44.71742	6.75587				93	05	051	05007
2998849	Levéville	leveville	FR		0	Europe/Paris	48.49112	1.43046				24	28	281	28022
2998867	Le Verney	le-verney	FR		0	Europe/Paris	45.45777	5.54785		Le Verney,Verney		84	38	382	38256
2998868	Le Verney	le-verney	FR		0	Europe/Paris	45.42446	5.49512				84	38	382	38287
2998869	Le Verney	le-verney	FR		0	Europe/Paris	45.23193	6.78538		Le Verney,Verney		84	73	733	73290
2998870	Le Verney	le-verney	FR		0	Europe/Paris	45.0224	6.5748		Chalets du Verney,Châlets du Verney		93	05	051	05093
2998871	Le Vernet-Saint-Esprit	le-vernet-saint-esprit	FR		0	Europe/Paris	42.71089	2.8872		Le Vernet,Le Vernet-Saint-Esprit		76	66	662	66136
2998881	Le Vernay	le-vernay	FR		0	Europe/Paris	46.96514	3.094				27	58	583	58160
2998882	Le Vernay	le-vernay	FR		0	Europe/Paris	44.97022	5.60808		Le Vernay,Le Verncy		84	38	381	38235
2998886	Le Vergnioux	le-vergnioux	FR		0	Europe/Paris	46.22688	1.66065				75	23	232	23082
2998887	Le Vergnioux	le-vergnioux	FR		0	Europe/Paris	45.93333	1.68333				75	23	232	23133
2998901	Le Verdois	le-verdois	FR		0	Europe/Paris	47.52162	2.66847				24	45	451	45251
2998912	Le Ver á Val	le-ver-a-val	FR		0	Europe/Paris	49.64576	0.71273		Le Ver a Val,Le Ver á Val,Veraval		28	76	763	76347
2998913	Le Veral	le-veral	FR		0	Europe/Paris	50.69876	1.96201		Le Veral,Verval		32	62	623	62678
2998914	Le Ventu d'Alembon	le-ventu-d-alembon	FR		0	Europe/Paris	50.79545	1.88018		Le Ventu,Le Ventu d'Alembon		32	62	626	62020
2998915	Le Ventouret	le-ventouret	FR		0	Europe/Paris	44.13496	5.37533				93	84	843	84005
2998918	Le Venon	le-venon	FR		0	Europe/Paris	46.81931	2.44793				24	18	182	18268
2998919	Le Vellerot	le-vellerot	FR		0	Europe/Paris	47.51631	4.03107				27	89	892	89197
2998920	Levelay	levelay	FR		0	Europe/Paris	48.27356	2.81848				11	77	774	77473
2998921	Le Védrinel	le-vedrinel	FR		0	Europe/Paris	44.72968	3.14762				76	48	482	48058
2998923	Le Veauroux	le-veauroux	FR		0	Europe/Paris	49.62637	1.64629				28	76	761	76295
2998925	Le Veau	le-veau	FR		0	Europe/Paris	48.41441	2.05334				11	91	911	91130
2998928	Le Vaurose	le-vaurose	FR		0	Europe/Paris	49.34892	1.48717				28	27	271	27176
2998929	Le Vaurimbert	le-vaurimbert	FR		0	Europe/Paris	47.55048	3.27726				27	89	891	89216
2998930	Le Vau Piard	le-vau-piard	FR		0	Europe/Paris	48.61018	-2.12147				53	35	354	35256
2998935	Le Vaudoin	le-vaudoin	FR		0	Europe/Paris	49.63561	1.72351				32	60	601	60245
2998937	Le Vaud-Garde	le-vaud-garde	FR		0	Europe/Paris	46	1.8		La Vaud Garde,Le Vaud-Garde		75	23	232	23253
2998938	Le Vau Breton	le-vau-breton	FR		0	Europe/Paris	47.13869	0.25583				24	37	371	37129
2998939	Le Vaublanc	le-vaublanc	FR		0	Europe/Paris	48.21264	-2.6253				53	22	224	22183
2998940	Le Vau	le-vau	FR		0	Europe/Paris	48.11872	2.48473				24	45	453	45018
2998941	Le Vau	le-vau	FR		0	Europe/Paris	48.06927	4.08463		Le Vau,Le Veau		44	10	103	10241
2998942	Le Vau	le-vau	FR		0	Europe/Paris	47.75162	3.2339				27	89	891	89147
2998943	Le Vattier	le-vattier	FR		0	Europe/Paris	48.12564	2.86914				24	45	451	45091
2998944	Levasville	levasville	FR		0	Europe/Paris	48.6222	1.28981				24	28	283	28360
2998946	Le Vasseur	le-vasseur	FR		0	Europe/Paris	49.5813	0.23639				28	76	762	76534
2998947	Levassaix	levassaix	FR		0	Europe/Paris	45.33609	6.53324				84	73	731	73257
2998948	Le Vashouis	le-vashouis	FR		0	Europe/Paris	49.59278	0.44262				28	76	762	76439
2998951	Le Varigot	le-varigot	FR		0	Europe/Paris	47.09973	3.4722				27	58	583	58136
2998952	Le Varene	le-varene	FR		0	Europe/Paris	44.78746	6.94761		Le Varene,Le Verenq		93	05	051	05001
2998954	Le Varat	le-varat	FR		0	Europe/Paris	49.5608	1.19437				28	76	763	76580
2998955	Le Var	le-var	FR		0	Europe/Paris	45.16429	1.08421		Le Var,Vars		75	24	244	24019
2998964	Le Val-Saint-Martin	le-val-saint-martin	FR		0	Europe/Paris	47.68256	3.76215				27	89	891	89441
2998967	Le Val-Rusé	le-val-ruse	FR		0	Europe/Paris	48.61667	0.41667				28	61	611	61331
2998968	Le Val Roger	le-val-roger	FR		0	Europe/Paris	49.61646	0.47405		Le Val,Le Val Roger		28	76	762	76082
2998969	Le Val Perdu	le-val-perdu	FR		0	Europe/Paris	48.20791	4.67157		Le Val Perdu		44	10	101	10113
2998970	Le Val Notre-Dame	le-val-notre-dame	FR		0	Europe/Paris	48.93333	2.2		Le Val Notre-Dame,Val Notre Dame		11	95	951	95063
2998971	Le Valmesneret	le-valmesneret	FR		0	Europe/Paris	49.80958	1.3859				28	76	761	76202
2998973	Le Vallon	le-vallon	FR		0	Europe/Paris	48.40784	3.52156				44	10	102	10370
2998974	Le Vallon	le-vallon	FR		0	Europe/Paris	47.52643	4.63678				27	21	213	21288
2998976	Le Vallet	le-vallet	FR		0	Europe/Paris	48.53333	-2.71667				53			
2998977	Le Val Hervelin	le-val-hervelin	FR		0	Europe/Paris	48.48908	-1.93277		Hervelin,Le Val Hervelin,Val-Hiervelin		53	22	221	22197
2998978	Le Val Giffard	le-val-giffard	FR		0	Europe/Paris	47.84464	-1.57827				53	35	352	35106
2998979	Le Valet	le-valet	FR		0	Europe/Paris	47.13912	0.70681				24	37	372	37212
2998980	Le-Val-ès-Lan	le-val-es-lan	FR		0	Europe/Paris	47.97086	-2.14095				53	56	563	56012
2998981	Le Val-d'Yvette	le-val-d-yvette	FR		0	Europe/Paris	48.69911	2.21449				11	91	913	91661
2998982	Le Val du Tellier	le-val-du-tellier	FR		0	Europe/Paris	48.53939	0.78392				28	61	613	61230
2998983	Le Val-du-Puits	le-val-du-puits	FR		0	Europe/Paris	47.66125	3.76617				27	89	891	89441
2998984	Le Val-du-Puits	le-val-du-puits	FR		0	Europe/Paris	47.6393	3.81833				27	89	891	89441
2998985	Le Valdreux	le-valdreux	FR		0	Europe/Paris	48.19829	3.83841				44	10	103	10096
2998986	Le Valdestain	le-valdestain	FR		0	Europe/Paris	48.73011	0.31709				28	61	613	61088
2998988	Le Val-de-Mâlon	le-val-de-malon	FR		0	Europe/Paris	47.63041	3.81843				27	89	892	89208
2998994	Le Val d'Asse	le-val-d-asse	FR		0	Europe/Paris	43.88007	5.94074		La Val d'Asse,Le Val d'Asse		93	04	044	04230
2998996	Le Valdahon-du-Haut	le-valdahon-du-haut	FR		0	Europe/Paris	47.15	6.35		Le Valdahon-du-Haut		27	25	253	25578
2998997	Le Valdahon-du-Bas	le-valdahon-du-bas	FR		0	Europe/Paris	47.15	6.35				27	25	253	25578
2998999	Le Val d'Acquin	le-val-d-acquin	FR		0	Europe/Paris	50.72651	2.06512				32	62	625	62008
2999000	Le Val-Comtat	le-val-comtat	FR		0	Europe/Paris	48.98082	1.48237		Le Val Comtal,Le Val-Comtat		28	27		
2999001	Le Val-André	le-val-andre	FR		0	Europe/Paris	48.58334	-2.55484		Le Val Saint-Andre,Le Val Saint-André,Le Val-Andre,Le Val-André,Val-Andre,Val-André		53	22	224	22186
2999024	Leurriou	leurriou	FR		0	Europe/Paris	48.57834	-4.59783				53	29	291	29101
2999025	Leur Neven	leur-neven	FR		0	Europe/Paris	48.06667	-4.11667				53	29	294	29169
2999026	Leuré	leure	FR		0	Europe/Paris	48.45811	-4.58389				53	29	291	29076
2999039	Leudon	leudon	FR		0	Europe/Paris	48.53861	3.14284				11	77	773	77272
2999042	Leucate-Plage	leucate-plage	FR		0	Europe/Paris	42.90507	3.05309				76	11	113	11202
2999052	Le Turne	le-turne	FR		0	Europe/Paris	50.58178	1.70052				32	62	624	62354
2999053	Le Tureau	le-tureau	FR		0	Europe/Paris	46.89308	2.70753				24	18	182	18031
2999055	Le Tulen	le-tulen	FR		0	Europe/Paris	44.91667	0.33333				75	24	241	24413
2999056	Le Tuilerie de Bâle	le-tuilerie-de-bale	FR		0	Europe/Paris	47.77836	3.36336				27	89	891	89286
2999057	Letty	letty	FR		0	Europe/Paris	47.80856	-4.25201				53	29	294	29284
2999060	Lets	lets	FR		0	Europe/Paris	45.42531	3.16607				84	63	633	63017
2999062	Le Trucq	le-trucq	FR		0	Europe/Paris	45.73841	2.22248				75	23	231	23067
2999065	Le Troulier	le-troulier	FR		0	Europe/Paris	45.02919	1.45728				75	19	191	19077
2999070	Le Tronchet-Cordel	le-tronchet-cordel	FR		0	Europe/Paris	48.52947	1.17108		Le Tronchay-Cordel,Le Tronchet-Cordel		24	28	283	28130
2999075	Le Troncey	le-troncey	FR		0	Europe/Paris	48.69474	1.19796				24	28	283	28206
2999076	Le Tronçay	le-troncay	FR		0	Europe/Paris	49.61711	0.56905				28	76	762	76258
2999077	Le Tronçay	le-troncay	FR		0	Europe/Paris	46.87166	1.11749				24	36	361	36153
2999078	Le Tronc	le-tronc	FR		0	Europe/Paris	47.13324	2.32057				24	18	183	18028
2999080	Le Tromp	le-tromp	FR		0	Europe/Paris	46.11171	2.37654				75	23	231	23234
2999081	Le Trolliet	le-trolliet	FR		0	Europe/Paris	45.89138	5.29455				84	01	011	01366
2999085	L'Etriché	l-etriche	FR		0	Europe/Paris	47.50202	-1.72404				52	44	445	44224
2999086	Le Triadoux	le-triadoux	FR		0	Europe/Paris	45.83418	2.6231				84	63	634	63115
2999090	Le Treuilh	le-treuilh	FR		0	Europe/Paris	45.00326	0.80643				75	24	243	24362
2999091	Le Treuil	le-treuil	FR		0	Europe/Paris	46.63276	2.4539				24	18	182	18093
2999092	Le Treuil	le-treuil	FR		0	Europe/Paris	45.10997	0.3922				75	24	243	24157
2999094	Le Trene	le-trene	FR		0	Europe/Paris	44.92477	4.36155				84	07	073	07269
2999096	Le Tremble	le-tremble	FR		0	Europe/Paris	46.79861	2.68742				24	18	182	18261
2999097	Le Tremble	le-tremble	FR		0	Europe/Paris	46.75181	2.95563				84	03	032	03198
2999098	Le Tremble	le-tremble	FR		0	Europe/Paris	45.35	6.28333				84	73	733	73231
2999110	Le Treil	le-treil	FR		0	Europe/Paris	44.87753	1.86871				76	46	462	46024
2999111	Le Treich	le-treich	FR		0	Europe/Paris	45.70092	1.96002				75	19	192	19265
2999113	Le Trechon	le-trechon	FR		0	Europe/Paris	50.2677	3.76307				32	59	591	59441
2999114	L'Être	l-etre	FR		0	Europe/Paris	48.37681	0.81843				28	61	613	61116
2999115	Létraz	letraz	FR		0	Europe/Paris	45.87456	6.14079		Letraz,Lettraz,Létraz		84	74	741	74267
2999116	Le Trayas	le-trayas	FR		0	Europe/Paris	43.46614	6.92377		Le Trayas,Trayas		93	83	831	83118
2999118	Le Travers	le-travers	FR		0	Europe/Paris	48.30545	-3.07053				53	22	224	22047
2999125	Le Trait d'Aujonc	le-trait-d-aujonc	FR		0	Europe/Paris	46.75581	2.31334				24	18	182	18114
2999128	Létrade	letrade	FR		0	Europe/Paris	45.88612	2.48119				75	23	231	23131
2999130	Le Touyet	le-touyet	FR		0	Europe/Paris	43.90081	6.67262				93	04	042	04224
2999134	Le Tourneau	le-tourneau	FR		0	Europe/Paris	47.98769	2.6672				24	45	451	45247
2999136	Le Touret	le-touret	FR		0	Europe/Paris	50.56268	2.71246				32	62	622	62252
2999138	Le Tour	le-tour	FR		0	Europe/Paris	46.00184	6.94568				84	74	742	74056
2999140	Le Tot	le-tot	FR		0	Europe/Paris	49.98981	1.41288		Le Tost,Le Tot		28	76	761	76058
2999141	Le Tot	le-tot	FR		0	Europe/Paris	49.86102	0.65772				28	76	761	76375
2999142	Le Tot	le-tot	FR		0	Europe/Paris	49.77451	0.56964				28	76	761	76488
2999143	Le Tot	le-tot	FR		0	Europe/Paris	49.7585	0.72801				28	76	761	76653
2999144	Le Tot	le-tot	FR		0	Europe/Paris	49.66726	0.73518				28	76	763	76348
2999148	Le Toquet	le-toquet	FR		0	Europe/Paris	50.10624	1.80266		Le Tequet,Le Toquet		32	80	801	80001
2999149	Le Tolvon	le-tolvon	FR		0	Europe/Paris	45.37525	5.6163		Le Tolvon,Tolvon		84	38	381	38383
2999155	Le Tirail	le-tirail	FR		0	Europe/Paris	44.8	6.9				93	05	051	05001
2999156	Le Timbre	le-timbre	FR		0	Europe/Paris	49.37519	1.65587				28	27	271	27405
2999157	Le Tillou	le-tillou	FR		0	Europe/Paris	46.26843	2.68723		Le Tillon,Le Tillou		84	03	031	03106
2999162	Le Tillay	le-tillay	FR		0	Europe/Paris	49.1319	1.85624				11	95	953	95166
2999165	Le Ticoure	le-ticoure	FR		0	Europe/Paris	44.675	6.80483		Le Tieoure,Le Tioure		93	05	051	05026
2999167	Le Thyl-Dessus	le-thyl-dessus	FR		0	Europe/Paris	45.21667	6.5				84	73	733	73261
2999168	Le Thyl-Dessous	le-thyl-dessous	FR		0	Europe/Paris	45.21993	6.49176				84	73	733	73261
2999174	Le Thouron	le-thouron	FR		0	Europe/Paris	44.06667	6.4				93	04	042	04214
2999183	Le Thiolent	le-thiolent	FR		0	Europe/Paris	45.04551	3.71299				84	43	432	43257
2999191	Le They	le-they	FR		0	Europe/Paris	45.44884	4.60409		Le They,They		84	42	423	42271
2999192	Le Theux	le-theux	FR		0	Europe/Paris	49.75769	4.74723				44	08	081	08105
2999193	Le Theuil	le-theuil	FR		0	Europe/Paris	48.36998	1.12863				24	28	284	28109
2999194	Le Thélin	le-thelin	FR		0	Europe/Paris	47.96286	-2.10314		Le Thelin,Le Thélin,Thelin,Thélin		53	35	353	35223
2999195	Le Theix	le-theix	FR		0	Europe/Paris	46.30911	2.15641				75	23	231	23120
2999196	Le Theix	le-theix	FR		0	Europe/Paris	46.25845	0.95202				75	87	871	87028
2999197	Le Theix	le-theix	FR		0	Europe/Paris	46.16582	2.53554				75	23	231	23046
2999200	Le Theillot	le-theillot	FR		0	Europe/Paris	46.25469	2.32821				75	23	231	23026
2999223	Le Tertre	le-tertre	FR		0	Europe/Paris	48.5902	1.06499				24	28	283	28248
2999224	Le Tertre	le-tertre	FR		0	Europe/Paris	48.32854	0.54326				28	61	613	61207
2999225	Le Tertre	le-tertre	FR		0	Europe/Paris	48.31646	-2.35793				53	22	224	22267
2999226	Le Tertre	le-tertre	FR		0	Europe/Paris	48.32288	0.47129				28	61	613	61388
2999227	Le Tertre	le-tertre	FR		0	Europe/Paris	48.26495	0.28554				52	72	722	72104
2999188	Le Thil	le-thil	FR	27150	0	Europe/Paris	49.6	1.16667				28	76	763	76177
2999228	Le Tertre	le-tertre	FR		0	Europe/Paris	48.09296	0.41829				52	72	722	72165
2999229	Le Tertre	le-tertre	FR		0	Europe/Paris	48.05914	-0.12122				52	72	722	72261
2999230	Le Tertre	le-tertre	FR		0	Europe/Paris	47.71334	-1.27366				52	44	445	44199
2999231	Le Tertre	le-tertre	FR		0	Europe/Paris	47.28619	-1.85916				52	44	442	44045
2999232	Le Tertenoz	le-tertenoz	FR		0	Europe/Paris	45.72442	6.30913		Le Tertenoz,Tertenoz		84	74	741	74123
2999252	Le Teillet	le-teillet	FR		0	Europe/Paris	46.15648	2.33562				75	23	231	23114
2999253	Le Teillais	le-teillais	FR		0	Europe/Paris	48.015	-1.25541				53	35	351	35097
2999254	Le Teillais	le-teillais	FR		0	Europe/Paris	47.68084	-1.21875				52	44	445	44078
2999261	Le Tecq	le-tecq	FR		0	Europe/Paris	46.80473	1.56471				76			
2999267	Le Taureau	le-taureau	FR		0	Europe/Paris	47.63333	2.48333				24	45	451	45108
2999268	Le Tau	le-tau	FR		0	Europe/Paris	48.72927	3.03384				11	77	771	77469
2999276	L'Étape	l-etape	FR		0	Europe/Paris	48.35237	4.4632				44	10	101	10228
2999278	Le Tano	le-tano	FR		0	Europe/Paris	47.94765	-3.38565				53	56	561	56166
2999283	L'Étang	l-etang	FR		0	Europe/Paris	48.25685	0.47301				52	72	722	72276
2999284	L'Étang	l-etang	FR		0	Europe/Paris	47.56	2.80352		L'Etang,L'Étang		24	45	451	45029
2999285	L'Étang	l-etang	FR		0	Europe/Paris	47.44548	3.73048				27	89	892	89446
2999286	L'Étang	l-etang	FR		0	Europe/Paris	47.16505	2.97333				24	18	181	18049
2999291	Le Tallot	le-tallot	FR		0	Europe/Paris	45.79156	4.51067				84	69	692	69216
2999292	Le Talet	le-talet	FR		0	Europe/Paris	45.06729	0.94938				75	24	244	24356
2999293	Le Taix	le-taix	FR		0	Europe/Paris	46.46181	2.99372				84	03	032	03046
2999294	Le Tailly	le-tailly	FR		0	Europe/Paris	47.04518	3.52914		Le Taillis,Le Tailly		27	58	583	58223
2999298	Les Zéros	les-zeros	FR		0	Europe/Paris	46.36379	2.09409				75	23	231	23022
2999299	Les Yys	les-yys	FR		0	Europe/Paris	48.35751	1.1694				24	28	284	28109
2999300	Les Yvories	les-yvories	FR		0	Europe/Paris	48.14735	0.43813				52	72	722	72359
2999302	Les Yvans	les-yvans	FR		0	Europe/Paris	44.51667	6.36667				93	05	052	05164
2999304	Les Ybourgues	les-ybourgues	FR		0	Europe/Paris	43.96451	5.72941		Les Ybourgues,Ybourgues		93	04	044	04104
2999305	Lesvoualch	lesvoualch	FR		0	Europe/Paris	48.01124	-4.45648				53	29	294	29197
2999306	Les Vosserts	les-vosserts	FR		0	Europe/Paris	45.10713	4.87069				84	26	263	26072
2999309	Lesvoalic	lesvoalic	FR		0	Europe/Paris	48.00171	-4.45964				53	29	294	29197
2999310	Les Vivons	les-vivons	FR		0	Europe/Paris	46.73799	2.59283		Les Vivons,Vivons		24	18	182	18231
2999311	Les Vivas	les-vivas	FR		0	Europe/Paris	45.25053	4.09077				84	43	433	43025
2999312	Les Vitarolles	les-vitarolles	FR		0	Europe/Paris	44.73857	1.3303		Les Vitarelles,Les Vitarolles		76	46	463	46216
2999313	Les Vitarelles	les-vitarelles	FR		0	Europe/Paris	44.79658	1.54409				76	46	463	46047
2999314	Les Viollins	les-viollins	FR		0	Europe/Paris	44.75368	6.51139		Les Viellins,Les Viollins,Viollons		93	05	051	05058
2999315	Les Violes	les-violes	FR		0	Europe/Paris	44.55	3.15				76	48	482	48187
2999316	Les Vincents	les-vincents	FR		0	Europe/Paris	46.165	2.57144				84	03	031	03244
2999317	Les Vilnots	les-vilnots	FR		0	Europe/Paris	47.48964	3.33405		Les Villenots,Les Vilnots		27	89	891	89158
2999320	Les Villerais	les-villerais	FR		0	Europe/Paris	46.88904	1.77514				24	36	362	36128
2999323	Les Villards	les-villards	FR		0	Europe/Paris	46.29969	2.92374				84	03	031	03219
2999324	Les Villards	les-villards	FR		0	Europe/Paris	45.42939	3.99217				84	42	421	42091
2999326	Les Vignots	les-vignots	FR		0	Europe/Paris	46.91667	1.66667				24	36	362	36247
2999327	Les Vignolats	les-vignolats	FR		0	Europe/Paris	46.40858	3.4019				84	03	032	03234
2999328	Les Vignettes	les-vignettes	FR		0	Europe/Paris	49.10763	4.98965				44	51	511	51507
2999329	Les Vignettes	les-vignettes	FR		0	Europe/Paris	48.86966	1.79988				11	78	782	78616
2999334	Les Vignères	les-vigneres	FR		0	Europe/Paris	43.88203	5.00702		Les Vigneres,Les Vignères		93	84	842	84132
2999337	Les Vigeants	les-vigeants	FR		0	Europe/Paris	46.89509	0.7416				24	37	373	37019
2999338	Les Vieux Moulins d'Hargnies	les-vieux-moulins-d-hargnies	FR		0	Europe/Paris	49.94711	4.78087				44	08	081	08214
2999339	Les Vieux Moulins de Thilay	les-vieux-moulins-de-thilay	FR		0	Europe/Paris	49.94892	4.79635		Les Vieux Moulins,Les Vieux Moulins de Thilay		44	08	081	08448
2999340	Les Vieux Ifs	les-vieux-ifs	FR		52	Europe/Paris	49.87979	1.40379		Les Vieux Ifs		28	76	761	76749
2999341	Les Vieux Écharlis	les-vieux-echarlis	FR		0	Europe/Paris	47.95115	3.18738		Les Vieux Echarlis,Les Vieux Écharlis,Vieux Echarlis,Vieux Écharlis		27	89	891	89086
2999343	Les Vidaux	les-vidaux	FR		0	Europe/Paris	45.01045	5.0784				84	26	263	26088
2999344	Les Vialles	les-vialles	FR		0	Europe/Paris	45.6	2.56667				84	63	634	63225
2999345	Les Vialles	les-vialles	FR		0	Europe/Paris	45.36667	5.85		Les Vialles,Les Vials		84	38	381	38446
2999346	Les Veyssières	les-veyssieres	FR		0	Europe/Paris	45.42201	1.97289		Les Veyssieres,Les Veyssières,Veyssieres,Veyssières		75	19	193	19249
2999348	Les Veyrières	les-veyrieres	FR		0	Europe/Paris	45.1519	4.97205		Les Verrieres,Les Verrières,Les Veyrieres,Les Veyrières		84	26	263	26061
2999349	Les Veyans	les-veyans	FR		0	Europe/Paris	43.62695	6.82154				93	06	061	06118
2999350	Les Vertus	les-vertus	FR		0	Europe/Paris	49.89021	1.0718				28	76	761	76565
2999351	Les Verrins	les-verrins	FR		0	Europe/Paris	46.34153	3.22943				84	03	032	03307
2999354	Les Vernusses	les-vernusses	FR		0	Europe/Paris	46.42039	3.24619				84	03	032	03039
2999355	Les Vernois	les-vernois	FR		0	Europe/Paris	45.05	6.31667				93	05	051	05063
2999356	Les Vernets	les-vernets	FR		0	Europe/Paris	44.6076	3.39683				76	48	482	48126
2999357	Les Vernelles	les-vernelles	FR		0	Europe/Paris	47.96248	0.34235				52	72	723	72231
2999358	Les Vernèdes	les-vernedes	FR		0	Europe/Paris	44.31978	3.67509		Les Vernedes,Les Vernèdes,Les Vetnedes,Les Vetnèdes		76	48	481	48061
2999359	Les Vernassaux	les-vernassaux	FR		0	Europe/Paris	46.45781	3.20704		Les Vernassaux,Vernassaux		84	03	032	03092
2999360	Les Vergnes	les-vergnes	FR		0	Europe/Paris	45.71667	1.23333				75	87	872	87081
2999361	Les Vergeais	les-vergeais	FR		0	Europe/Paris	46.68333	3.13333				84	03	032	03241
2999363	Les Verchères	les-vercheres	FR		0	Europe/Paris	45.75622	4.58473		Les Vercheres,Les Verchères,Vercheres,Verchères		84	69	692	69067
2999368	Lesvénez	lesvenez	FR		0	Europe/Paris	48.01033	-4.47089				53	29	294	29197
2999369	Les Vendues-L'Évêque	les-vendues-l-eveque	FR		0	Europe/Paris	48.10737	4.10705				44	10	103	10202
2999370	Les Vendrons	les-vendrons	FR		0	Europe/Paris	44.10894	5.22307				93	84	843	84017
2999371	Lesvenan	lesvenan	FR		0	Europe/Paris	48.58092	-4.05959				53	29	293	29210
2999372	Lesven	lesven	FR		0	Europe/Paris	48.63333	-3.83333				53	29	293	29186
2999373	Les Veluets	les-veluets	FR		0	Europe/Paris	47.45371	2.43114				24	18	183	18015
2999374	Les Vegheants	les-vegheants	FR		0	Europe/Paris	45.74175	3.38415				84	63	632	63168
2999375	Les Vées	les-vees	FR		0	Europe/Paris	45.13133	4.88568				84	26	263	26072
2999376	Les Vedeaux	les-vedeaux	FR		0	Europe/Paris	46.75581	2.07334				24	36	364	36169
2999377	Les Veaux	les-veaux	FR		0	Europe/Paris	46.47132	3.14562				84	03	032	03069
2999379	Les Vaux	les-vaux	FR		0	Europe/Paris	48.68243	1.93331		Les Vaux,Les Vaux de Cernay		11	78	782	78030
2999380	Les Vaux	les-vaux	FR		0	Europe/Paris	48.2541	0.66541				52	72	722	72020
2999381	Les Vaux	les-vaux	FR		0	Europe/Paris	45.00908	4.98003				84	26	263	26084
2999382	Les Vauroux	les-vauroux	FR		0	Europe/Paris	48.3854	2.9012				11	77	773	77210
2999383	Les Vauries	les-vauries	FR		0	Europe/Paris	44.72204	1.12759				75	24	244	24488
2999384	Les Vaugeois	les-vaugeois	FR		0	Europe/Paris	48.16946	-0.77523		Les Vaugeois,Les Vaujeois		52	53	533	53005
2999385	Les Vaucouard	les-vaucouard	FR		0	Europe/Paris	48.1809	3.82295		Grand Vaucouard,Le Grand Vaucouard,Les Vaucouard		44	10	103	10350
2999387	Les Varines	les-varines	FR		0	Europe/Paris	46.80646	2.46267				24	18	182	18268
2999388	Les Varennes	les-varennes	FR		0	Europe/Paris	48.17244	2.73748				11	77	774	77458
2999389	Les Varennes	les-varennes	FR		0	Europe/Paris	47.71807	-0.44531				52	49	494	49080
2999390	Les Varennes	les-varennes	FR		0	Europe/Paris	47.18019	2.18095				24	18	183	18096
2999392	Les Vannes	les-vannes	FR		0	Europe/Paris	47.06088	3.21667				27	58	583	58300
2999393	Les Vanels	les-vanels	FR		0	Europe/Paris	44.22921	3.57708				76	48	481	48193
2999394	Les Valtats	les-valtats	FR		0	Europe/Paris	47.34429	4.06167				27	89	892	89318
2999395	Les Valoyens	les-valoyens	FR		0	Europe/Paris	48.63333	-2.85				53	22	224	22055
2999397	Les Vallées	les-vallees	FR		0	Europe/Paris	48.3692	1.23227				24	28	281	28234
2999398	Les Vallées	les-vallees	FR		0	Europe/Paris	48.33496	0.18659				52	72	722	72170
2999399	Les Vallées	les-vallees	FR		0	Europe/Paris	48.15704	3.49264				27	89	893	89411
2999400	Les Vallées	les-vallees	FR		0	Europe/Paris	47.32955	1.2085				24	41	413	41217
2999401	Les Vallées	les-vallees	FR		0	Europe/Paris	47.30225	0.99329				24	37	373	37027
2999402	Les Vallées	les-vallees	FR		0	Europe/Paris	47.27259	2.94803				24	18	181	18074
2999403	Les Vachers	les-vachers	FR		0	Europe/Paris	44.82211	6.01732				93	05	052	05009
2999404	Les Usages	les-usages	FR		0	Europe/Paris	48.38231	1.02077				24	28	284	28265
2999405	Le Surgis	le-surgis	FR		0	Europe/Paris	47.51667	2.15				24	41	413	41176
2999407	Le Supt	le-supt	FR		0	Europe/Paris	45.7	3.83333				84	42	421	42039
2999409	Le Suler	le-suler	FR		0	Europe/Paris	47.83663	-4.19361				53	29	294	29135
2999410	Le Sud	le-sud	FR		0	Europe/Paris	45.036	0.98157				75	24	244	24356
2999411	Le Suchois	le-suchois	FR		0	Europe/Paris	47.62306	3.46144		Le Suchois,Suchois		27	89	891	89405
2999413	Les Tyrans	les-tyrans	FR		0	Europe/Paris	44.48333	6.36667		Les Tirans,Les Tyrans		93	04	041	04154
2999414	Les Turcs	les-turcs	FR		0	Europe/Paris	44.32575	5.44612				84	26	262	26199
2999415	Les Tuquois	les-tuquois	FR		0	Europe/Paris	47.99009	3.24538				27	89	893	89313
2999416	Les Tuillères	les-tuilleres	FR		0	Europe/Paris	45.63526	0.59532				75	24	242	24071
2999417	Les Tuileries	les-tuileries	FR		0	Europe/Paris	49.40737	5.07756				44	08	084	08437
2999418	Les Tuileries	les-tuileries	FR		0	Europe/Paris	47.96031	3.17106				27	89	893	89133
2999420	Lestrunie	lestrunie	FR		0	Europe/Paris	44.56161	2.18173				76	12	123	12012
2999422	Les Trouillères	les-trouilleres	FR		0	Europe/Paris	45.77448	4.00586				84	42	421	42009
2999424	Les Trois Taillants	les-trois-taillants	FR		0	Europe/Paris	46.32019	2.3819				75			
2999425	Les Trois Ponts	les-trois-ponts	FR		0	Europe/Paris	43.27249	5.4397				93	13	133	13055
2999430	Les Trois Oreilles	les-trois-oreilles	FR		0	Europe/Paris	49.68903	1.43298		Les 3 Oreilles,Les Trois Oreilles		28	76	761	76269
2999432	Les Trois Marquets	les-trois-marquets	FR		0	Europe/Paris	50.62826	1.92878		Les Trois Marquets,Trois-Marquets		32	62	624	62168
2999433	Les Trois Maisons	les-trois-maisons	FR		0	Europe/Paris	48.29093	7.14167		Les 3 Maisons,Les Trois Maisons		44	88	883	88276
2999434	Les Trois Fontaines	les-trois-fontaines	FR		0	Europe/Paris	50.12558	4.79432		Les 3 Fontaines,Les Trois Fontaines		44	08	081	08122
2999438	Les Tripotaines	les-tripotaines	FR		0	Europe/Paris	47.37524	2.71705				24	18	181	18117
2999439	Les Trinques	les-trinques	FR		0	Europe/Paris	44.61887	1.14889				76	46	463	46250
2999440	Les Trillers	les-trillers	FR		0	Europe/Paris	46.41476	2.59905				84	03	031	03301
2999441	Lestriguiou	lestriguiou	FR		0	Europe/Paris	47.82594	-4.3106		Lestrignion,Lestrigniou,Lestriguiou		53	29	294	29171
2999442	Lestrézec	lestrezec	FR		0	Europe/Paris	48.51592	-3.81883				53	29	293	29207
2999443	Lestrévédan	lestrevedan	FR		0	Europe/Paris	48.11339	-3.33204				53	56	562	56163
2999444	Lestréonec	lestreonec	FR		0	Europe/Paris	48.487	-4.30267				53	29	291	29179
2999445	Lestremelar	lestremelar	FR		0	Europe/Paris	48.38156	-4.03911				53	29	293	29277
2999447	Les Treils	les-treils	FR		0	Europe/Paris	44.91558	0.85445				75	24	243	24318
2999449	Lestrédiec	lestrediec	FR		0	Europe/Paris	48.40022	-3.51867				53	22	222	22243
2999450	L'Estre-des-Champs	l-estre-des-champs	FR		0	Europe/Paris	48.31416	1.10189		L'Estre,L'Estre-des-Champs		24	28	284	28192
2999452	Les Tréchis	les-trechis	FR		0	Europe/Paris	47.29437	1.80684		Les Trechis,Les Tréchis,Trechis,Tréchis		24	41	413	41110
2999454	Les Traverses	les-traverses	FR		0	Europe/Paris	44.9715	5.25034				84	26	261	26223
2999455	Les Traverses	les-traverses	FR		0	Europe/Paris	44.05303	6.98398				93	06	062	06016
2999456	Les Traverses	les-traverses	FR		0	Europe/Paris	43.85661	7.22939				93	06	062	06075
2999457	Les Travers	les-travers	FR		0	Europe/Paris	45.08954	5.79598				84	38	381	38528
2999458	Les Travalières	les-travalieres	FR		0	Europe/Paris	46.87926	0.62105		Les Fravalieres,Les Fravalières,Les Travalieres,Les Travalières		75	86	861	86186
2999459	Lestraouen	lestraouen	FR		0	Europe/Paris	48.33991	-4.37042				53	29	291	29189
2999460	Les Tranchants	les-tranchants	FR		0	Europe/Paris	47.84094	2.84474				24	45	451	45085
2999461	Les Traits de Las	les-traits-de-las	FR		0	Europe/Paris	47.50704	2.752				24	18	181	18243
2999463	Lestrade	lestrade	FR		0	Europe/Paris	45.88475	1.73952				75	23	232	23205
2999464	Lestrade	lestrade	FR		0	Europe/Paris	45.58707	2.1624				75	19	193	19136
2999465	L'Estrade	l-estrade	FR		0	Europe/Paris	45.51667	2.28333				75	19	193	19275
2999466	L'Estrade	l-estrade	FR		0	Europe/Paris	45.46057	3.44472				84	63	633	63448
2999467	Lestrade	lestrade	FR		0	Europe/Paris	45.00522	1.79844				75	19	191	19152
2999468	L'Estrade	l-estrade	FR		0	Europe/Paris	44.61339	1.2198				76	46	463	46200
2999470	Les Trabets	les-trabets	FR		0	Europe/Paris	45.9	6.8				84	74	742	74143
2999471	Les Touzons	les-touzons	FR		0	Europe/Paris	44.73333	5.2				84	26	261	26371
2999472	Les Toutains	les-toutains	FR		0	Europe/Paris	48.81303	1.51835				24	28	283	28064
2999473	Les Tourres	les-tourres	FR		0	Europe/Paris	44.16667	6.85		Las Tourres,Les Tourres,Les Tours		93	06	062	06040
2999474	Les Tournieres	les-tournieres	FR		0	Europe/Paris	44.46989	6.10535		Les Tourniaires,Les Tournieres		93	04	044	04234
2999475	Les Tourengs	les-tourengs	FR		0	Europe/Paris	44.68333	6.28333				93	05	052	05096
2999478	Lestour	lestour	FR		0	Europe/Paris	44.5877	1.24134				76	46	463	46008
2999479	Les Toulerons	les-toulerons	FR		0	Europe/Paris	47.76886	2.89267				24	45	451	45121
2999480	Les Tougnets	les-tougnets	FR		0	Europe/Paris	42.9316	2.07802				76	11	112	11303
2999481	Les Touchettes	les-touchettes	FR		0	Europe/Paris	48.33072	1.1388				24	28	284	28282
2999486	Les Touchards	les-touchards	FR		0	Europe/Paris	47.86025	3.25728				27	89	891	89281
2999487	Les Torchonnières	les-torchonnieres	FR		0	Europe/Paris	48.08333	0.35				52	72	722	72275
2999489	Lestomble	lestomble	FR		0	Europe/Paris	45.628	2.73187				84	63	633	63397
2999490	L'Estival	l-estival	FR		0	Europe/Paris	45.77006	2.6591				84	63	634	63289
2999491	Les Tiraux	les-tiraux	FR		0	Europe/Paris	44.91604	0.92629				75	24	244	24067
2999494	Les Tines	les-tines	FR		0	Europe/Paris	45.95139	6.89919		Les Tines,Tines		84	74	742	74056
2999495	Lestignac	lestignac	FR		0	Europe/Paris	44.76766	0.38892				75	24	241	24534
2999496	Le Stiff	le-stiff	FR		0	Europe/Paris	48.47181	-5.06109		Stiff		53	29	291	29155
2999497	Les Tierceaux	les-tierceaux	FR		0	Europe/Paris	47.25086	2.2082		Les Ticrceaux,Les Tierceaux		24	18	183	18290
2999502	Les Thibergères	les-thibergeres	FR		0	Europe/Paris	47.85544	-1.09778				52	53	531	53242
2999503	Les Thibauts	les-thibauts	FR		0	Europe/Paris	48.15168	2.89384		Les Thibaults,Les Thibauts		24	45	451	45094
2999504	Les Thibauts	les-thibauts	FR		0	Europe/Paris	47.39143	2.30571				24	18	183	18185
2999505	Les Thézards	les-thezards	FR		0	Europe/Paris	47.91632	2.99159				24	45	451	45329
2999506	Les Thevenots	les-thevenots	FR		0	Europe/Paris	46.47895	3.3079				84	03	032	03073
2999507	Les Thévenins	les-thevenins	FR		0	Europe/Paris	46.1419	3.35696				84	03	033	03110
2999508	Les Thenaux	les-thenaux	FR		0	Europe/Paris	44.98333	5.78333		Les Thenaux,Les Theneaux,Thenaux		84	38	381	38462
2999509	Les Theix	les-theix	FR		0	Europe/Paris	46.35553	2.71781		Les Theix,Les Thes,Les Thés		84	03	031	03217
2999510	Les Thébondons	les-thebondons	FR		0	Europe/Paris	47.52515	2.93666				27	58	584	58007
2999511	Les Thébauts	les-thebauts	FR		0	Europe/Paris	47.29076	2.49229				24	18	181	18145
2999512	Les Thébauts	les-thebauts	FR		0	Europe/Paris	46.67495	3.38				84	03	032	03229
2999513	Les Tétards	les-tetards	FR		0	Europe/Paris	47.37171	2.67285				24	18	181	18168
2999514	Les Tertres	les-tertres	FR		0	Europe/Paris	47.92143	2.02467				24	45	452	45034
2999515	Les Terrins	les-terrins	FR		0	Europe/Paris	43.2	6.05				93	83	832	83130
2999516	Les Terrassonnes	les-terrassonnes	FR		0	Europe/Paris	43.61002	6.73247				93	83	831	83138
2999517	Les Terrasses	les-terrasses	FR		0	Europe/Paris	45.2756	3.90028				84	43	432	43217
2999518	Les Terrasses	les-terrasses	FR		0	Europe/Paris	44.56667	6.46667				93	05	052	05046
2999523	Les Termes	les-termes	FR		0	Europe/Paris	43.55	6.93333				93	06	061	06079
2999526	Les Tendoux	les-tendoux	FR		0	Europe/Paris	44.75495	0.58458				75	24	241	24385
2999529	Les Teignes	les-teignes	FR		0	Europe/Paris	48.06179	3.99387				44	10	103	10024
2999530	Les Tavernoles	les-tavernoles	FR		0	Europe/Paris	44.28343	3.99731		La Tavernole,Les Tavernoles		76	30	301	30345
2999531	Les Taverniers	les-taverniers	FR		0	Europe/Paris	47.59457	2.94753				27	89	891	89220
2999532	Les Tavernettes	les-tavernettes	FR		0	Europe/Paris	45.98335	6.1657				84	74	741	74062
2999533	Les Tavernes	les-tavernes	FR		0	Europe/Paris	44.03511	4.1013		Les Tavernes		76	30	301	30214
2999534	Les Tauzans	les-tauzans	FR		0	Europe/Paris	44.5	6.46667				93	05	052	05045
2999535	Les Taupins	les-taupins	FR		0	Europe/Paris	46.73599	1.60702				24	36	362	36101
2999536	Les Taules	les-taules	FR		0	Europe/Paris	47.28724	3.21124				27	58	584	58064
2999538	Les Tatins	les-tatins	FR		0	Europe/Paris	44.65416	5.59869		Les Tatins,Les Tauns		84	26	261	26055
2999539	Lestat	lestat	FR		0	Europe/Paris	44.70918	1.15142				75	24	244	24488
2999541	Les Tarètes	les-taretes	FR		0	Europe/Paris	47.92737	1.95373				24	45	452	45308
2999543	Les Tardes	les-tardes	FR		0	Europe/Paris	46.68483	2.80203				84	03	031	03130
2999544	L'Estaque	l-estaque	FR		6391	Europe/Paris	43.36385	5.30854		Estaque,L'Estaque		93	13	133	13055
2999546	Les Tannières	les-tannieres	FR		0	Europe/Paris	47.40057	2.16524				24	18	183	18159
2999547	L'Estaniour	l-estaniour	FR		0	Europe/Paris	44.48333	6.33333		Estianour,L'Estaniour		93	05	052	05163
2999548	Les Taniers	les-taniers	FR		0	Europe/Paris	46.56818	3.55518				84	03	032	03283
2999549	Le Stang	le-stang	FR		0	Europe/Paris	47.86779	-4.32486		Le Stang,Stang		53	29	294	29174
2999550	Lestanet	lestanet	FR		0	Europe/Paris	48.51942	-4.36625				53	29	291	29047
2999551	Le Stanc	le-stanc	FR		0	Europe/Paris	48	-3.66667				53	29	294	29274
2999552	Les Tamisières	les-tamisieres	FR		0	Europe/Paris	46.51667	2.86667				84	03	032	03312
2999553	Les Taleyrandies	les-taleyrandies	FR		0	Europe/Paris	45.06182	0.90001				75	24	243	24421
2999554	Lestajaou	lestajaou	FR		0	Europe/Paris	44.10977	-1.07082				75	40	402	40210
2999555	Les Tais	les-tais	FR		0	Europe/Paris	46.34105	2.99467				84	03	031	03243
2999556	Les Tainières	les-tainieres	FR		0	Europe/Paris	49.40288	1.4506				28	27	271	27377
2999557	Les Taillères	les-tailleres	FR		0	Europe/Paris	46.76429	3.37857				27	58	583	58259
2999558	Les Taillas	les-taillas	FR		0	Europe/Paris	45.25711	4.25533				84	43	433	43224
2999559	Les Taillades	les-taillades	FR		0	Europe/Paris	43.93813	4.96048				93	84	842	84132
2999563	Les Supplissons	les-supplissons	FR		0	Europe/Paris	47.69276	2.41267				24	45	452	45277
2999565	Les Speaux	les-speaux	FR		0	Europe/Paris	48.18333	0.78333				52	72	722	72353
2999566	Les Souillats	les-souillats	FR		0	Europe/Paris	47.61061	4.15712				27	89	892	89042
2999568	Les Soucis	les-soucis	FR		0	Europe/Paris	47.24572	2.92473				24	18	181	18110
2999569	Les Souchons	les-souchons	FR		0	Europe/Paris	44.86667	5.84694				84	38	381	38470
2999570	Les Souches	les-souches	FR		0	Europe/Paris	49.58585	0.99808				28	76	763	76311
2999571	Les Souches	les-souches	FR		0	Europe/Paris	48.12461	0.40019				52	72	722	72359
2999573	Lesson	lesson	FR		0	Europe/Paris	46.38163	-0.57348		Lesson		52	85	851	85020
2999574	Les Somins	les-somins	FR		0	Europe/Paris	46.30637	3.35575				84	03	032	03204
2999575	Les Solons	les-solons	FR		0	Europe/Paris	49.4394	1.82902				32	60	601	60187
2999576	Les Solignas	les-solignas	FR		0	Europe/Paris	47.19372	2.17553				24	18	183	18281
2999577	Les Soleines	les-soleines	FR		0	Europe/Paris	47.81346	3.64639				27	89	891	89438
2999578	Les Sixmoines	les-sixmoines	FR		0	Europe/Paris	46.36667	-1.45				52	85	853	85294
2999579	Les Simons	les-simons	FR		0	Europe/Paris	46.51162	2.69047				84	03	031	03127
2999580	Les Simonots	les-simonots	FR		0	Europe/Paris	47.03878	3.47985		Les Simonets,Les Simonots		27	58	583	58275
2999581	Les Simonnières	les-simonnieres	FR		0	Europe/Paris	48.1419	0.7655				52	72	722	72144
2999582	Les Simonneaux	les-simonneaux	FR		0	Europe/Paris	47.28571	2.51181				24	18	181	18109
2999583	Les Simianes	les-simianes	FR		0	Europe/Paris	45.11667	5.76667				84	38	381	38200
2999584	Les Sigurés	les-sigures	FR		0	Europe/Paris	47.29553	2.63781		Les Sigures,Les Sigurets,Les Sigurés		24	18	181	18162
2999585	Les Sièzes	les-siezes	FR		0	Europe/Paris	44.69417	5.70783				84	26	261	26168
2999588	Les Sias	les-sias	FR		0	Europe/Paris	44.25812	5.34443		Les Sias,Sias		84	26	262	26278
2999589	Les Seyvons	les-seyvons	FR		0	Europe/Paris	45.07609	4.92617				84	26	263	26179
2999590	Lesseville	lesseville	FR		0	Europe/Paris	49.06619	1.79328				11	95	953	95008
2999592	Les Seuls	les-seuls	FR		0	Europe/Paris	44.90109	4.49243				84	07	073	07165
2999593	Les Seuils	les-seuils	FR		0	Europe/Paris	44.93595	4.17394				84	43	432	43066
2999594	Les Sétoux	les-setoux	FR		0	Europe/Paris	45.22268	4.45521				84	43	433	43163
2999597	Les Servières	les-servieres	FR		0	Europe/Paris	46.13333	3.08333				84	03	033	03107
2999598	L'Essert	l-essert	FR		0	Europe/Paris	45.98818	6.38929				84	74	742	74212
2999600	Les Serres	les-serres	FR		0	Europe/Paris	44.68495	2.16133				84			
2999601	Les Serres	les-serres	FR		0	Europe/Paris	43.48333	6.56667				93	83	831	83086
2999602	Les Serrées	les-serrees	FR		0	Europe/Paris	47.1268	3.50361				27	58	583	58092
2999603	Les Sept Voies	les-sept-voies	FR		0	Europe/Paris	47.03809	3.41895		Les Sept Voies,Sept Voies		27	58	583	58239
2999605	Les Sept-Deniers	les-sept-deniers	FR		0	Europe/Paris	43.61667	1.4		Les Sept-Deniers,Sept Deniers		76	31	313	31555
2999606	Les Sept Chemins	les-sept-chemins	FR		0	Europe/Paris	45.65215	4.75164		Les 7 Chemins,Les Sept Chemins		84	69	691	69268
2999607	Les Sennedots	les-sennedots	FR		0	Europe/Paris	47.85995	3.11207		Les Sennedots,Sennedots		27	89	891	89086
2999608	Les Sellières	les-sellieres	FR		0	Europe/Paris	48.46536	4.69848				44	52	523	52411
2999609	Les Sellats	les-sellats	FR		0	Europe/Paris	46.21667	2.53333				84	03	031	03167
2999610	L'Esseillon	l-esseillon	FR		0	Europe/Paris	45.21449	6.73885		L'Esseillon,L'Esseilon		84	73	733	73026
2999611	Les Ségauds	les-segauds	FR		0	Europe/Paris	46.52466	3.39819				84	03	032	03286
2999614	Les Scies	les-scies	FR		0	Europe/Paris	47.91834	4.1063				27	89	892	89247
2999616	Les Sciauds	les-sciauds	FR		0	Europe/Paris	44.99565	5.97209		Les Sciauds,Les Siauds		84	38	381	38073
2999617	Les Scaffarels	les-scaffarels	FR		0	Europe/Paris	43.95519	6.68391		Les Scaffarels,Scaffarels		93	04	042	04008
2999620	Les Savioz	les-savioz	FR		0	Europe/Paris	45.77086	6.32839		Les Savios,Les Savioz		84	74	741	74167
2999622	Les Sauzets	les-sauzets	FR		0	Europe/Paris	44.90439	4.49007				84	07	073	07165
2999623	Les Sauvettes	les-sauvettes	FR		0	Europe/Paris	45.60017	2.4527				75	19	193	19199
2999627	Les Sauvades	les-sauvades	FR		0	Europe/Paris	45.38328	3.78062				84	63	631	63139
2999628	Les Sauvachans	les-sauvachans	FR		0	Europe/Paris	43.55792	6.29957				93	83	833	83149
2999629	Les Sausses	les-sausses	FR		0	Europe/Paris	43.83229	6.84028				93	06	061	06081
2999630	Les Saurels	les-saurels	FR		0	Europe/Paris	44.63333	6.56667		Les Saurels,Les Traverses		93	05	052	05036
2999631	Les Saulières	les-saulieres	FR		0	Europe/Paris	43.73769	3.33398				76	34	342	34306
2999632	Les Saulaies	les-saulaies	FR		0	Europe/Paris	46.97618	3.13049				27	58	583	58194
2999633	Les Sarrays	les-sarrays	FR		0	Europe/Paris	46.87599	1.89266				24	36	364	36190
2999634	Les Sarraix	les-sarraix	FR		0	Europe/Paris	45.88444	3.64043		Les Sarraix		84	63	635	63066
2999635	Les Sarnets	les-sarnets	FR		0	Europe/Paris	44.83333	1.46667				76	46	463	46178
2999639	Les Saquetons	les-saquetons	FR		0	Europe/Paris	43.58333	6.68333				93	83	831	83117
2999640	Les Sapins	les-sapins	FR		0	Europe/Paris	49.61159	0.41054				28	76	762	76141
2999641	Les Santons	les-santons	FR		0	Europe/Paris	44.54222	6.16658				93	05	052	05018
2999642	Les Sanières	les-sanieres	FR		0	Europe/Paris	44.41364	6.71754		Les Sagnieres,Les Sanieres,Les Sanières		93	04	041	04096
2999643	Les Salzards	les-salzards	FR		0	Europe/Paris	47.66981	3.01876				27	89	891	89352
2999644	Les Salvetas	les-salvetas	FR		0	Europe/Paris	45.08333	0				75	33	335	33385
2999645	Les Salons	les-salons	FR		0	Europe/Paris	47.65057	2.52953				24	45	451	45108
2999646	Les Salmons	les-salmons	FR		0	Europe/Paris	47.24553	2.702				24	18	181	18151
2999650	Les Salles-de Gagnières	les-salles-de-gagnieres	FR		0	Europe/Paris	44.3	4.13333		Les Salles,Les Salles-de Gagnieres,Les Salles-de Gagnières		76	30	301	30120
2999661	Les Salins d'Hyères	les-salins-d-hyeres	FR		0	Europe/Paris	43.11579	6.19779		Les Salins d'Hyeres,Les Salins d'Hyères,Salins d'Hyeres,Salins d'Hyères		93	83	832	83069
2999662	Les Salins	les-salins	FR		0	Europe/Paris	43.06667	6.15				93	83	832	83069
2999663	Les Salettes	les-salettes	FR		0	Europe/Paris	44.51667	6.51667				93	05	052	05156
2999664	Les Salettes	les-salettes	FR		0	Europe/Paris	43.08333	6.08333				93			
2999665	Les Salesses	les-salesses	FR		0	Europe/Paris	46.35846	1.68826		Les Salesses,Salesse		75	23	232	23117
2999666	Les Sales	les-sales	FR		0	Europe/Paris	45.02267	1.42586		Les Sales,Les Salles		75	24	244	24301
2999670	Les Sagnoles	les-sagnoles	FR		0	Europe/Paris	45.15758	4.03114				84	43	433	43203
2999671	Les Sagnes	les-sagnes	FR		0	Europe/Paris	45.34687	4.31139				84	43	433	43205
2999672	Les Sagnes	les-sagnes	FR		0	Europe/Paris	44.20387	6.5725				93	04	042	04240
2999673	Les Sagnères	les-sagneres	FR		0	Europe/Paris	44.96667	6.48333				93	05	051	05079
2999674	Les Sagets	les-sagets	FR		0	Europe/Paris	46.71067	3.16286				27	58	583	58296
2999676	Les Sadiers	les-sadiers	FR		0	Europe/Paris	47.57848	2.94733				24	45	451	45141
2999678	Les Sablons	les-sablons	FR		0	Europe/Paris	48.39271	0.93776				28			
2999679	Les Sablons	les-sablons	FR		0	Europe/Paris	48.26667	0.98333				24	28	284	28010
2999680	Les Sablons	les-sablons	FR		0	Europe/Paris	46.45	2.93333				84	03	032	03046
2999681	Les Sablières	les-sablieres	FR		0	Europe/Paris	45.08181	4.94323				84	26	263	26096
2999682	Les Sablettes	les-sablettes	FR		0	Europe/Paris	43.08236	5.89218		La Sablette,Les Sablettes,Sablettes		93	83	832	83126
2999684	Les Sables Blancs	les-sables-blancs	FR		0	Europe/Paris	48.09753	-4.34533				53	29	294	29046
2999685	Les Sables	les-sables	FR		0	Europe/Paris	46.33472	0.43403				75	86	862	86097
2999688	Les Rues	les-rues	FR		0	Europe/Paris	49.02089	1.75597				11	78	781	78246
2999689	Les Rues	les-rues	FR		0	Europe/Paris	48.63008	-2.35519				53	22	221	22179
2999690	Les Rues	les-rues	FR		0	Europe/Paris	48.53744	0.18209				28	61	611	61068
2999691	Les Rues	les-rues	FR		0	Europe/Paris	48.06667	-1.28333				53	35	351	35338
2999692	Les Ruelles	les-ruelles	FR		0	Europe/Paris	48.66684	1.6248				11	78	782	78407
2999693	Les Ruelles	les-ruelles	FR		0	Europe/Paris	47.35	4.05				27	89	892	89318
2999694	Les Rudelles	les-rudelles	FR		0	Europe/Paris	44.83067	4.17495				84	07	071	07235
2999695	Les Ruches	les-ruches	FR		0	Europe/Paris	45.13075	4.38244				84	07	073	07212
2999696	Les Ruches	les-ruches	FR		0	Europe/Paris	45.06833	4.25672				84	43	433	43130
2999697	Les Rozières	les-rozieres	FR		0	Europe/Paris	44.9169	3.8959				84	43	432	43039
2999698	Les Roux	les-roux	FR		0	Europe/Paris	44.68456	0.37807				75	24	241	24167
2999699	Les Roux	les-roux	FR		0	Europe/Paris	44.57897	5.96085				93	05	052	05123
2999700	Les Rouvières	les-rouvieres	FR		0	Europe/Paris	43.70039	5.9552		Les Rouvieres,Les Rouviers,Les Rouvières		93	83	833	83113
2999701	Les Routis	les-routis	FR		0	Europe/Paris	49.39317	1.82818				32	60	601	60164
2999702	Les Routes	les-routes	FR		0	Europe/Paris	43.13817	5.90104				93	83	832	83137
2999703	Les Roustans	les-roustans	FR		0	Europe/Paris	44.5451	5.36941				84	26	261	26067
2999704	Les Roussinches	les-roussinches	FR		0	Europe/Paris	45.00554	2.79323				84	15	153	15026
2999705	Les Roussières	les-roussieres	FR		0	Europe/Paris	46.99456	-0.58378				75	79	791	79195
2999708	Les Roussens	les-roussens	FR		0	Europe/Paris	43.86667	5.31667				93	84	841	84020
2999709	Les Rousselais	les-rousselais	FR		0	Europe/Paris	48.19375	-1.24729				53	35	351	35330
2999710	Les Rousseaux	les-rousseaux	FR		0	Europe/Paris	47.54657	2.38219				24	18	183	18067
2999711	Les Rousseaux	les-rousseaux	FR		0	Europe/Paris	47.22285	2.46353				24	18	181	18189
2999712	Les Rousseaux	les-rousseaux	FR		0	Europe/Paris	47.21296	2.38267				24	18	181	18223
2999713	Les Roujoulx	les-roujoulx	FR		0	Europe/Paris	47.56667	2.33333				24	18	183	18067
2999715	Les Rougiers	les-rougiers	FR		0	Europe/Paris	44.38333	6.25				93	04	043	04191
2999717	Les Rouelles	les-rouelles	FR		0	Europe/Paris	49.63909	0.52653				28	76	762	76751
2999718	Les Roudons	les-roudons	FR		0	Europe/Paris	47.63618	3.22551				27	89	891	89368
2999719	Les Rouches	les-rouches	FR		0	Europe/Paris	47.54952	2.09142				24	41	413	41176
2999721	Les Rotis	les-rotis	FR		0	Europe/Paris	47.54133	-1.74638				52	44	445	44062
2999722	Les Rostys	les-rostys	FR		0	Europe/Paris	48.92014	1.53393				24	28	283	28180
2999723	Les Rossignols	les-rossignols	FR		0	Europe/Paris	47.68038	2.50514				24	45	452	45277
2999724	Les Rossets	les-rossets	FR		0	Europe/Paris	45.01752	5.64198				84	38	381	38187
2999726	Les Rosiers	les-rosiers	FR		0	Europe/Paris	45.23333	4.87211				84	26	263	26002
2999727	Les Rosels	les-rosels	FR		0	Europe/Paris	45.67535	5.80038		Les Rosels,Les Rozels		84	73	732	73269
2999728	Les Roseaux	les-roseaux	FR		0	Europe/Paris	47.54266	2.52981				24	18	183	18030
2999729	Les Roseaux	les-roseaux	FR		0	Europe/Paris	45.65372	6.28505				84	73	731	73086
2999730	Les Rosaires	les-rosaires	FR		0	Europe/Paris	48.56311	-2.75712	0	Les Rosaires		53	22	224	22187
2999731	Les Rorivas	les-rorivas	FR		0	Europe/Paris	44.83338	4.99991				84	26	263	26206
2999732	Les Roranches	les-roranches	FR		0	Europe/Paris	44.67874	6.20735		Les Roranches,Les Rorauches		93	05	052	05145
2999733	Les Ronnins	les-ronnins	FR		0	Europe/Paris	44.97061	5.38364				84	26	261	26074
2999735	Les Rollins	les-rollins	FR		0	Europe/Paris	46.99059	3.92548				27	58	581	58249
2999736	Les Rollins	les-rollins	FR		0	Europe/Paris	46.60105	1.72419				24	36	363	36084
2999737	Les Rollands	les-rollands	FR		0	Europe/Paris	44.41934	6.35478				93	04	041	04033
2999739	Les Rochiers	les-rochiers	FR		0	Europe/Paris	45.75589	3.46552				84	63	635	63418
2999740	Les Rochettes	les-rochettes	FR		0	Europe/Paris	47.17347	-0.36225				52	49	493	49125
2999743	Les Roches	les-roches	FR		0	Europe/Paris	48.47059	2.43391				11	91	911	91654
2999744	Les Roches	les-roches	FR		0	Europe/Paris	47.56417	3.37441		Les Roches		27	89	891	89400
2999745	Les Roches	les-roches	FR		0	Europe/Paris	47.29695	-0.24612				52	49	493	49261
2999746	Les Roches	les-roches	FR		0	Europe/Paris	47.19277	2.37543				24	18	181	18223
2999747	Les Roches	les-roches	FR		0	Europe/Paris	47.17762	-0.42514				52	49	492	49373
2999748	Les Roches	les-roches	FR		0	Europe/Paris	46.80785	-0.97274				52	85	851	85031
2999749	Les Roches	les-roches	FR		0	Europe/Paris	46.67306	3.18741				84	03	032	03009
2999750	Les Roches	les-roches	FR		0	Europe/Paris	46.36531	3.52884				84	03	033	03289
2999751	Les Roches	les-roches	FR		0	Europe/Paris	45.36373	0.68017				75	24	242	24064
2999752	Les Roches	les-roches	FR		0	Europe/Paris	45.29287	6.21375				84	73	733	73230
2999753	Les Roches	les-roches	FR		0	Europe/Paris	45.16089	0.51683				75	24	243	24372
2999755	Les Rochats	les-rochats	FR		0	Europe/Paris	44.98333	5.28333				84	26	261	26316
2999756	Les Robins	les-robins	FR		0	Europe/Paris	48.16371	3.75099				44	10	103	10350
2999757	Les Robinots	les-robinots	FR		0	Europe/Paris	47.76056	3.36538		Les Robinets,Les Robinots		27	89	891	89286
2999758	Les Robinets	les-robinets	FR		0	Europe/Paris	46.5146	1.78034				24	36	363	36056
2999759	Les Robineaux	les-robineaux	FR		0	Europe/Paris	47.60524	3.24155				27	89	891	89367
2999760	Les Robains	les-robains	FR		0	Europe/Paris	47.53438	2.61981				24	45	451	45064
2999761	Les Rivoires	les-rivoires	FR		0	Europe/Paris	45.45779	5.58815				84	38	382	38460
2999763	Les Rivières	les-rivieres	FR		0	Europe/Paris	48.02742	-1.24983				53	35	351	35350
2999764	Les Rivières	les-rivieres	FR		0	Europe/Paris	47.68385	3.16337				27	89	891	89254
2999765	Les Rivières	les-rivieres	FR		0	Europe/Paris	47.6141	-1.74905				52	44	445	44067
2999766	Les Rivières	les-rivieres	FR		0	Europe/Paris	47.11667	-1.13333				52	49	492	49301
2999767	Les Rivières	les-rivieres	FR		0	Europe/Paris	45.43795	1.78242				75	19	192	19020
2999770	Les Rivages	les-rivages	FR		0	Europe/Paris	47.09552	2.36248				24	18	181	18205
2999771	Les Ripaudières	les-ripaudieres	FR		0	Europe/Paris	47.02797	-0.44736				75	79	791	79132
2999772	Les Rioux	les-rioux	FR		0	Europe/Paris	46.08164	2.67081				84	63	634	63373
2999773	Les Rioux	les-rioux	FR		0	Europe/Paris	45.8875	2.82637				84	63	634	63085
2999774	Les Riglets	les-riglets	FR		0	Europe/Paris	47.91682	2.88738				24	45	451	45083
2999775	Les Riffes	les-riffes	FR		0	Europe/Paris	45.48199	0.86587				75	24	242	24428
2999776	Les Rieux	les-rieux	FR		0	Europe/Paris	45.78333	2.16667				75	23	231	23063
2999777	Les Rieux	les-rieux	FR		0	Europe/Paris	45.32259	1.66429				75	19	192	19194
2999778	Les Rieux	les-rieux	FR		0	Europe/Paris	45.1967	6.33103		Les Rieux,Rieux,le Rieu		84	73	733	73013
2999779	Les Rieux	les-rieux	FR		0	Europe/Paris	44.88818	5.85123		Les Rieux,Les Rioux		84	38	381	38413
2999781	Les Ricoux	les-ricoux	FR		0	Europe/Paris	44.68333	6.26667				93	05	052	05096
2999782	Les Richoux	les-richoux	FR		0	Europe/Paris	48.03024	2.86324				24	45	451	45189
2999783	Les Richards	les-richards	FR		0	Europe/Paris	47.90407	3.14466				27	89	891	89086
2999784	Les Richards	les-richards	FR		0	Europe/Paris	46.2777	3.33691				84	03	032	03148
2999785	Les Richards	les-richards	FR		0	Europe/Paris	44.22811	5.19842				84	26	262	26188
2999786	Les Richardières	les-richardieres	FR		0	Europe/Paris	48.14493	0.66154				52	72	722	72080
2999788	Les Ribotets	les-ribotets	FR		0	Europe/Paris	47.53695	2.46305				24	18	183	18011
2999789	Les Ribiers	les-ribiers	FR		0	Europe/Paris	46.33696	3.15819				84	03	032	03134
2999790	Les Ribières Hautes	les-ribieres-hautes	FR		0	Europe/Paris	46.19069	2.63316				84	03	031	03161
2999791	Les Ribières Basses	les-ribieres-basses	FR		0	Europe/Paris	46.18737	2.63194				84	03	031	03161
2999792	Les Ribelets	les-ribelets	FR		0	Europe/Paris	46.90542	3.45971				27	58	583	58151
2999793	Les Ribauds	les-ribauds	FR		0	Europe/Paris	44.89675	5.42682				84	26	261	26290
2999794	Les Riaux	les-riaux	FR		0	Europe/Paris	46.7219	2.27895				24	18	182	18112
2999795	Les Reyssets	les-reyssets	FR		0	Europe/Paris	44.70621	5.58415				84	26	261	26142
2999796	Les Reynards	les-reynards	FR		0	Europe/Paris	45.71667	3.48333				84	63	632	63438
2999797	Les Revillons	les-revillons	FR		0	Europe/Paris	47.56916	3.18333				27	89	891	89420
2999798	Les Reverdys	les-reverdys	FR		0	Europe/Paris	45.41196	5.80134				84	38	381	38376
2999799	Les Reverdis	les-reverdis	FR		0	Europe/Paris	47.50357	3.10357				27	58	584	58094
2999802	Les Rencuraux	les-rencuraux	FR		0	Europe/Paris	44.58333	6.53333				93	05	052	05128
2999804	Les Renauds	les-renauds	FR		0	Europe/Paris	46.70562	2.34962				24	18	182	18136
2999805	Les Renards	les-renards	FR		0	Europe/Paris	47.8877	2.88351				24	45	451	45077
2999807	Les Renardières	les-renardieres	FR		0	Europe/Paris	48.45819	-1.8745				53	35	354	35308
2999808	Les Renardières	les-renardieres	FR		0	Europe/Paris	46.80428	2.6275				24	18	182	18183
2999809	Les Remollons	les-remollons	FR		0	Europe/Paris	44.6	6.15		Les Remollons,Remollon		93	05	052	05124
2999810	Les Regypeaux	les-regypeaux	FR		0	Europe/Paris	48.13352	3.21947		Les Regipaux,Les Regypeaux		27	89	893	89151
2999811	Les Regniers	les-regniers	FR		0	Europe/Paris	47.96667	3.65		Les Regniers,Regniers,Régniers		27	89	891	89268
2999812	Les Reculas	les-reculas	FR		0	Europe/Paris	44.79411	6.00276				93	05	052	05142
2999813	Les Reboullots	les-reboullots	FR		0	Europe/Paris	47.46399	3.07896				27	58	584	58270
2999814	Les Réaux	les-reaux	FR		0	Europe/Paris	47.79323	2.83371				24	45	451	45278
2999815	Les Réalons	les-realons	FR		0	Europe/Paris	44.56667	6.25				93	05	052	05017
2999816	Les Rayères	les-rayeres	FR		0	Europe/Paris	45.96667	1.43333				75	87	872	87002
2999817	Les Ravées	les-ravees	FR		0	Europe/Paris	47.14937	3.50544				27	58	583	58092
2999818	Les Ratorets	les-ratorets	FR		0	Europe/Paris	48.06278	3.17018				27	89	893	89298
2999819	Les Rases	les-rases	FR		0	Europe/Paris	45.66462	4.84924				84	69	691	69276
2999821	Les Rameaux	les-rameaux	FR		0	Europe/Paris	47.56381	3.22798				27	89	891	89420
2999822	Les Râles	les-rales	FR		0	Europe/Paris	48.08329	2.927				24	45	451	45201
2999823	Les Rais	les-rais	FR		0	Europe/Paris	46.56486	2.52028				24	18	182	18089
2999826	Les Rains	les-rains	FR		0	Europe/Paris	47.94927	2.59339				24	45	451	45092
2999827	Les Rainats	les-rainats	FR		0	Europe/Paris	46.62969	2.58446				24	18	182	18178
2999828	Les Raillères	les-railleres	FR		0	Europe/Paris	47.18631	-1.31179				52	44	442	44212
2999829	Les Raignaults	les-raignaults	FR		0	Europe/Paris	47.95891	2.97633		Les Raignaults,Les Regnaults		24	45	451	45329
2999831	Les Racoullières	les-racoullieres	FR		0	Europe/Paris	45.48333	5.28333		Les Racoullieres,Les Racoullières,les Racouilleres,les Racouillères		84	38	383	38069
2999832	Les Rableux	les-rableux	FR		0	Europe/Paris	48.63769	0.90447				24	28	283	28202
2999833	Les Rabineaux	les-rabineaux	FR		0	Europe/Paris	47.37638	2.63276				24	18	181	18117
2999834	Les Quoirs	les-quoirs	FR		0	Europe/Paris	45.95867	1.63122				75	23	232	23230
2999835	Les Quinzes	les-quinzes	FR		0	Europe/Paris	45.51985	3.24823				84	63	633	63054
2999837	Les Quinaux	les-quinaux	FR		0	Europe/Paris	46.85	2.65043		Les Queniaux,Les Quinaux,Les Quéniaux		24	18	182	18068
2999840	Lesquidic	lesquidic	FR		0	Europe/Paris	47.92627	-4.08185				53	29	294	29060
2999843	Les Queilleries	les-queilleries	FR		0	Europe/Paris	47.97171	2.37206				24	45	452	45316
2999844	Les Quatre Vents	les-quatre-vents	FR		0	Europe/Paris	47.74104	2.11952		Les 4 Vents,Les Quatre Vents		24	45	452	45335
2999845	Les Quatre Vents	les-quatre-vents	FR		0	Europe/Paris	47.61353	2.63143		Les 4 Vents,Les Quatre Vents		24	45	451	45291
2999846	Les Quatre Vents	les-quatre-vents	FR		0	Europe/Paris	47.16115	3.08038				27	58	584	58056
2999847	Les Quatre-Vents	les-quatre-vents	FR		0	Europe/Paris	45.53333	2.61667		Les 4 Vents,Les Quatre-Vents,Quatre-Vents		84	63	633	63028
2999849	Les Quatre-Routes	les-quatre-routes	FR		0	Europe/Paris	49.11667	0.91667				28	27	272	27658
2999850	Les Quatre Routes	les-quatre-routes	FR		0	Europe/Paris	45.72741	2.89313		Les 4 Routes,Les Quatre Routes		84	63	633	63257
2999851	Les Quatre Hêtres	les-quatre-hetres	FR		0	Europe/Paris	49.43333	1.63333				28	76	761	76093
2999852	Les Quatre Chemins	les-quatre-chemins	FR		0	Europe/Paris	43.15	5.9		Les 4 Chemins,Les Quatre Chemins		93	83	832	83137
2999853	Les Quartonnets	les-quartonnets	FR		0	Europe/Paris	46.13919	2.89409				84	63	634	63419
2999854	Les Quaizes	les-quaizes	FR		0	Europe/Paris	49.15804	1.26391				28	27	271	27005
2999856	Lespurit	lespurit	FR		0	Europe/Paris	47.94775	-4.32492				53	29	294	29159
2999858	Les Puits l'Évêque	les-puits-l-eveque	FR		0	Europe/Paris	48.1181	1.06583				24	28	282	28012
2999859	Les Puisards	les-puisards	FR		0	Europe/Paris	48.71064	0.60556				28	61	613	61100
2999861	Les Prugnes	les-prugnes	FR		0	Europe/Paris	46.44791	2.46771				84	03	031	03088
2999863	Les Proux	les-proux	FR		0	Europe/Paris	47.67582	3.21373				27	89	891	89254
2999864	Les Prots	les-prots	FR		0	Europe/Paris	46.54924	2.77905				84	03	031	03313
2999865	Les Princes	les-princes	FR		0	Europe/Paris	44.85252	4.20655				84	07	071	07267
2999866	Les Preyrauds	les-preyrauds	FR		0	Europe/Paris	44.25078	5.34681		Les Preyrands,Les Preyrauds		84	26	262	26278
2999867	Les Prévayries	les-prevayries	FR		0	Europe/Paris	44.73561	1.30378		Les Prevayries,Les Prévayries,Prevayries,Prévayries		76	46	463	46169
2999868	Les Prés Hauts	les-pres-hauts	FR		0	Europe/Paris	44.79256	6.02428		Le Preau,Le Préau,Les Pres Hauts,Les Prés Hauts		93	05	052	05142
2999869	Les Prés-du-Bois	les-pres-du-bois	FR		0	Europe/Paris	47.92011	3.7408				27	89	891	89227
2999875	Les Praz-de-Chamonix	les-praz-de-chamonix	FR		0	Europe/Paris	45.94042	6.88766	1060	Les Praz,Les Praz-de-Chamonix,les Praz-d'en-Haut		84	74	742	74056
2999876	Les Prautes	les-prautes	FR		0	Europe/Paris	46.31667	2.83333				84	03	031	03189
2999877	Les Prats	les-prats	FR		0	Europe/Paris	44.40877	6.5498				93	04	041	04220
2999878	Les Pras	les-pras	FR		0	Europe/Paris	45.97711	0.6278				75	16	163	16016
2999879	Les Pras	les-pras	FR		0	Europe/Paris	44.91794	5.87162				84	38	381	38283
2999880	Les Pras	les-pras	FR		0	Europe/Paris	44.83175	5.98148				84	38	381	38469
2999881	Les Prads	les-prads	FR		0	Europe/Paris	44.52351	6.76569				93	04	041	04193
2999882	Les Pradies	les-pradies	FR		0	Europe/Paris	44.53954	1.22439				76	46	461	46134
2999888	Les Pouyades	les-pouyades	FR		0	Europe/Paris	46.19829	1.19371				75	87	871	87089
2999889	Les Poux	les-poux	FR		0	Europe/Paris	44.95409	5.27264		Les Poux,Les Roux		84	26	261	26059
2999890	Les Pourroux	les-pourroux	FR		0	Europe/Paris	44.89196	0.71878				75	24	241	24338
2999891	Les Pourpres	les-pourpres	FR		0	Europe/Paris	43.15	6.06667				93	83	832	83047
2999894	Les Poupardins	les-poupardins	FR		0	Europe/Paris	47.43895	2.56943				24	18	181	18084
2999897	Les Poulains	les-poulains	FR		0	Europe/Paris	44.93747	5.00244				84	26	263	26197
2999899	Lespoudou	lespoudou	FR		0	Europe/Paris	48.49784	-3.92125				53	29	293	29266
2999900	Les Potiers	les-potiers	FR		0	Europe/Paris	47.31924	3.282				27	58	584	58252
2999901	Les Poteries	les-poteries	FR		0	Europe/Paris	48.05443	4.10149				44	10	103	10080
2999902	Les Poteries	les-poteries	FR		0	Europe/Paris	48.03499	2.32452				24	45	453	45228
2999903	Les Poteries	les-poteries	FR		0	Europe/Paris	47.28609	2.442				24	18	181	18001
2999904	Les Poteries	les-poteries	FR		0	Europe/Paris	47.09726	-0.73452				52	49	492	49371
2999905	Les Potences	les-potences	FR		0	Europe/Paris	45.40116	0.51426				75	24	242	24253
2999907	Les Portes	les-portes	FR		0	Europe/Paris	44.81667	6.21667				93	05	052	05064
2999910	Les Pontots	les-pontots	FR		0	Europe/Paris	47.306	3.28381				27	58	584	58252
2999913	Les Pompons	les-pompons	FR		0	Europe/Paris	47.33298	4.05989				27	58	581	58226
2999914	Les Pommerats	les-pommerats	FR		0	Europe/Paris	48.10927	3.49425				27	89	893	89066
2999915	Les Pommerats	les-pommerats	FR		0	Europe/Paris	48.0201	3.7139				27	89	891	89436
2999916	Les Pommais	les-pommais	FR		0	Europe/Paris	46.89905	3.13915				27	58	583	58152
2999917	Les Poligrannes	les-poligrannes	FR		0	Europe/Paris	45.11318	0.71589				75	24	243	24312
2999918	Les Poirioux	les-poirioux	FR		0	Europe/Paris	47.17712	2.54855				24	18	181	18003
2999919	Les Poiriers	les-poiriers	FR		0	Europe/Paris	46.32524	2.00149				75	23	232	23089
2999920	Les Poipes	les-poipes	FR		0	Europe/Paris	45.34146	5.16146				84	38	383	38218
2999921	Les Points	les-points	FR		0	Europe/Paris	44.1	6.88333				93	06	062	06071
2999922	Les Pointes	les-pointes	FR		0	Europe/Paris	47.85396	2.07971				24	45	452	45123
2999923	Les Plumins	les-plumins	FR		0	Europe/Paris	46.94159	2.79413				24	18	182	18175
2999924	Les Playes	les-playes	FR		0	Europe/Paris	43.10889	5.83376				93	83	832	83129
2999925	Les Plats	les-plats	FR		0	Europe/Paris	45.84399	0.8548				75	87	873	87126
2999926	Les Platrières	les-platrieres	FR		0	Europe/Paris	43.55	5.43333				93	13	131	13001
2999931	Les Planes	les-planes	FR		0	Europe/Paris	44.76581	0.42731				75	24	241	24534
2999934	Les Planches	les-planches	FR		0	Europe/Paris	50.97319	2.21346				32	59	594	59159
2999935	Les Planches	les-planches	FR		0	Europe/Paris	50.09076	1.82013				32	80	801	80001
2999936	Les Planches	les-planches	FR		0	Europe/Paris	49.14736	1.1892		Les Planches		28	27	271	27335
2999937	Les Planches	les-planches	FR		0	Europe/Paris	47.24917	-1.40285				52	44	442	44169
2999938	Les Planches	les-planches	FR		0	Europe/Paris	47.04357	2.99058				24	18	182	18118
2999939	Les Planchards	les-planchards	FR		0	Europe/Paris	47.21391	3.10953				27	58	584	58189
2999940	Les Planaux	les-planaux	FR		0	Europe/Paris	44.79297	5.40555				84	26	261	26282
2999941	Les Planards	les-planards	FR		0	Europe/Paris	45.13126	4.85667				84	26	263	26119
2999943	Les Plains	les-plains	FR		0	Europe/Paris	48.88285	1.69617				11	78	781	78591
2999944	Les Plains	les-plains	FR		0	Europe/Paris	47.62934	2.84267				24	45	451	45120
2999946	Les Plaines	les-plaines	FR		0	Europe/Paris	45.50506	6.56973				84	73	731	73190
2999947	Les Plaines	les-plaines	FR		0	Europe/Paris	43.34529	6.43994				93	83	831	83063
2999948	Les Plaignes	les-plaignes	FR		0	Europe/Paris	46.35632	1.28465				75	87	871	87053
2999949	Les Plagnes	les-plagnes	FR		0	Europe/Paris	44.92981	0.97452				75	24	244	24172
2999950	Les Placières	les-placieres	FR		0	Europe/Paris	47.54791	-1.54324				52	44	445	44001
2999954	Les Pivots	les-pivots	FR		0	Europe/Paris	48.28921	3.08373				27	89	893	89093
2999955	Les Pitiaux	les-pitiaux	FR		0	Europe/Paris	46.89105	3.13543				27	58	583	58152
2999957	Lespitallet	lespitallet	FR		0	Europe/Paris	45.06824	3.62466				84	43	431	43239
2999958	Les Piraudières	les-piraudieres	FR		0	Europe/Paris	47.09864	0.57182				24	37	371	37176
2999959	Les Piquets	les-piquets	FR		0	Europe/Paris	47.76441	3.4255				27	89	891	89311
2999960	Les Piquets	les-piquets	FR		0	Europe/Paris	45.82096	2.74831				84	63	634	63170
2999961	Les Piqueteries	les-piqueteries	FR		0	Europe/Paris	46.68951	0.53974		Les Piqueteries,Les Riqueteries		75	86	861	86032
2999962	Les Pionniers	les-pionniers	FR		0	Europe/Paris	46.62533	2.34096				24	18	182	18010
2999970	Les Pinganauds	les-pinganauds	FR		0	Europe/Paris	46.05	0.43333				75	16	163	16038
2999972	Les Pinchmades	les-pinchmades	FR		0	Europe/Paris	43.42736	5.29226				93	13	134	13117
2999977	L'Espinas	l-espinas	FR		0	Europe/Paris	42.90372	1.95603				76	09	092	09047
2999978	Les Pinardières	les-pinardieres	FR		0	Europe/Paris	48.12284	0.74475				52	72	722	72292
2999983	Les Pies	les-pies	FR		0	Europe/Paris	45.11667	0.68333				75	24	243	24312
2999984	Les Pierrets	les-pierrets	FR		0	Europe/Paris	47.35734	3.28838				27	58	582	58163
2999986	Les Pieaudelles	les-pieaudelles	FR		0	Europe/Paris	46.23333	3.15				84	03	032	03053
2999987	Les Pideaux	les-pideaux	FR		0	Europe/Paris	48.78817	1.69448				11	78	782	78263
2999988	Les Pics-Verts	les-pics-verts	FR		0	Europe/Paris	46.73781	2.0181				24	36	364	36019
2999989	Les Pichons	les-pichons	FR		0	Europe/Paris	48.08815	3.22436				27	89	893	89094
2999990	Les Pichons	les-pichons	FR		0	Europe/Paris	47.40761	3.08476				27	58	584	58102
2999991	Les Pichons	les-pichons	FR		0	Europe/Paris	46.7559	2.0481				24	36	364	36169
2999992	Les Pichardières	les-pichardieres	FR		0	Europe/Paris	48.36163	0.96639		La Pichardiere,La Pichardière,Les Pichardieres,Les Pichardières		24	28	284	28237
2999993	Les Picaudières	les-picaudieres	FR		0	Europe/Paris	48.09234	0.44732				52	72	722	72067
2999996	Les Pézards	les-pezards	FR		0	Europe/Paris	47.26105	2.60648				24	18	181	18156
2999997	Les Peyrouses	les-peyrouses	FR		0	Europe/Paris	45.81335	2.80267				84	63	634	63055
2999998	Les Peyrouses	les-peyrouses	FR		0	Europe/Paris	44.88699	5.62509				84	38	381	38342
2999999	Les Peyres	les-peyres	FR		0	Europe/Paris	44.21411	5.71841				93	05	052	05047
3000000	Les Petits Moraux	les-petits-moraux	FR		0	Europe/Paris	49.76713	1.25037				28	76	761	76321
3000001	Les Petits-Mesnils	les-petits-mesnils	FR		0	Europe/Paris	49.69465	1.22119				28	76	761	76193
3000002	Les Petits-Marais	les-petits-marais	FR		0	Europe/Paris	46.21673	3.249				84	03	032	03016
3000003	Les Petits Guillaumes	les-petits-guillaumes	FR		0	Europe/Paris	47.99286	3.10102				24	45	451	45129
3000004	Les Petits Fossés	les-petits-fosses	FR		0	Europe/Paris	46.626	2.52266				24	18	182	18041
3000005	Les Petits Coins	les-petits-coins	FR		0	Europe/Paris	48.70422	1.75434				11	78	782	78562
3000007	Les Petits Camps	les-petits-camps	FR		0	Europe/Paris	43.97275	5.93725		Les Petits Camps,Les Petits Champs		93	04	043	04116
3000008	Les Petits Bordeaux	les-petits-bordeaux	FR		0	Europe/Paris	49.57158	1.38129				28	76	763	76146
3000010	Les Petits Bédaures	les-petits-bedaures	FR		0	Europe/Paris	46.63333	3.35				84	03	032	03290
3000012	Les Petites Veuves	les-petites-veuves	FR		0	Europe/Paris	47.96086	2.67065				24	45	451	45345
3000013	Les Petites Ternes	les-petites-ternes	FR		0	Europe/Paris	45.56667	5.6				84	38	382	38104
3000017	Les Petites Magnelles	les-petites-magnelles	FR		0	Europe/Paris	46.10961	1.39785				75	87	871	87014
3000021	Les Petites-Dalles	les-petites-dalles	FR		0	Europe/Paris	49.82492	0.52595		Les Petites-Dalles		28	76	761	76613
3000022	Les Petites-Côtes	les-petites-cotes	FR		0	Europe/Paris	48.60203	4.79303				44	51	514	51277
3000023	Les Petites Châtelaines	les-petites-chatelaines	FR		0	Europe/Paris	47.48333	3.9				27	89	892	89025
3000024	Les Petites Brosses	les-petites-brosses	FR		0	Europe/Paris	47.93215	2.66822				24	45	451	45345
3000025	Les Petites Bordes	les-petites-bordes	FR		0	Europe/Paris	48.187	1.67306				24	28	281	28406
3000026	Les Petites Bâties	les-petites-baties	FR		76	Europe/Paris	47.51348	5.88622				27	70	702	70053
3000029	Les Perruches	les-perruches	FR		0	Europe/Paris	48.32156	1.23113				24	28	281	28196
3000030	Les Perrins	les-perrins	FR		0	Europe/Paris	45.00139	5.75075				84	38	381	38402
3000031	Les Perrets	les-perrets	FR		0	Europe/Paris	45.10177	4.97172				84	26	263	26096
3000034	Les Pérons	les-perons	FR		0	Europe/Paris	46.76506	2.66651				24	18	182	18052
3000037	Les Pernets	les-pernets	FR		0	Europe/Paris	47.74163	3.0796				27	89	891	89462
3000038	Les Periers	les-periers	FR		0	Europe/Paris	44.47011	6.08786		Les Periers,Periers,Périers		93	04	044	04234
3000039	Les Pérelles	les-perelles	FR		0	Europe/Paris	46.44422	1.32305				24	36	361	36035
3000040	L'Espère	l-espere	FR		0	Europe/Paris	44.4751	0.83052				75	47	473	47230
3000041	Les Perches	les-perches	FR		0	Europe/Paris	48.44667	3.35458				11	77	773	77341
3000042	Lesperbé	lesperbe	FR		0	Europe/Paris	48.05885	-4.31036				53	29	294	29046
3000043	Les Pérards	les-perards	FR		0	Europe/Paris	46.69419	3.40801				84	03	032	03229
3000048	Les Pénitiaux	les-penitiaux	FR		0	Europe/Paris	47.36676	3.19733		Les Penissiaux,Les Penitiaux,Les Pénitiaux		27	58	584	58081
3000049	Les Peloiries	les-peloiries	FR		0	Europe/Paris	48.16701	0.48957				52	72	722	72277
3000050	Les Pelis	les-pelis	FR		0	Europe/Paris	47.42917	-1.66928				52	44	445	44073
3000051	Les Pelinières	les-pelinieres	FR		0	Europe/Paris	48.08333	0.36667				52	72	722	72165
3000053	Les Peines	les-peines	FR		0	Europe/Paris	44.83333	6.13333		Les Peines,Les Peynes		93	05	052	05182
3000056	Les Pégués	les-pegues	FR		0	Europe/Paris	47.19111	1.42342				24	36	362	36244
3000057	Les Péchières	les-pechieres	FR		0	Europe/Paris	44.30242	5.26024		Les Pechieres,Les Pechiers,Les Péchières		84	26	262	26063
3000058	Les Payas	les-payas	FR		0	Europe/Paris	44.79883	5.9076		Les Payas		84	38	381	38299
3000059	Les Payans	les-payans	FR		0	Europe/Paris	44.33333	6.4				93	04	043	04205
3000061	Les Pavillons	les-pavillons	FR		0	Europe/Paris	48.45978	1.06667				24	28	284	28335
3000062	Les Pautras	les-pautras	FR		0	Europe/Paris	47.43321	3.18881				27	58	584	58077
3000063	Les Pauls	les-pauls	FR		0	Europe/Paris	44.01879	6.36153				93	04	042	04059
3000065	Les Pâtureaux	les-patureaux	FR		0	Europe/Paris	47.16867	2.40181				24	18	181	18271
3000066	Les Patins	les-patins	FR		0	Europe/Paris	44.98202	5.38623				84	26	261	26074
3000067	Les Passerats	les-passerats	FR		0	Europe/Paris	48.03028	2.89317				24	45	451	45322
3000068	Les Pasques	les-pasques	FR		0	Europe/Paris	44.7	6.58333				93	05	051	05136
3000069	Les Pas	les-pas	FR		0	Europe/Paris	48.58649	-1.48028		Les Pas		28	50	501	50410
3000074	Les Paris	les-paris	FR		0	Europe/Paris	45.63972	5.73742		Les Paris,Paris		84	73	732	73147
3000076	L'Esparcelet	l-esparcelet	FR		0	Europe/Paris	44.79721	6.0386				93	05	052	05142
3000077	Les Paquiers	les-paquiers	FR		0	Europe/Paris	47.53257	2.64562				24	45	451	45064
3000078	Les Pannanches	les-pannanches	FR		0	Europe/Paris	44.93333	6.58333		Les Pananches,Les Pannanches		93	05	051	05133
3000079	Les Panats	les-panats	FR		0	Europe/Paris	47.97046	3.09343				24	45	451	45129
3000080	Les Pampoux	les-pampoux	FR		0	Europe/Paris	48.68333	2.41667				11	91	912	91201
3000081	Les Palluaux	les-palluaux	FR		0	Europe/Paris	46.83333	1.08333				24	36	361	36010
3000083	Les Palissoux	les-palissoux	FR		0	Europe/Paris	45.30981	0.86831		Les Palissoux,Palissoux		75	24	243	24540
3000084	Les Palais	les-palais	FR		0	Europe/Paris	45.36328	4.49802		Les Palais,Palais		84	42	423	42306
3000085	Les Paillards	les-paillards	FR		0	Europe/Paris	47.81817	2.79023				24	45	451	45278
3000086	Les Pagesies	les-pagesies	FR		0	Europe/Paris	45.07331	1.01435				75	24	244	24356
3000087	Les Pacauds	les-pacauds	FR		0	Europe/Paris	46.22507	3.21716				84	03	032	03112
3000089	Les Ours	les-ours	FR		0	Europe/Paris	44.78774	5.78794				84	38	381	38366
3000091	Le Sourdeval	le-sourdeval	FR		0	Europe/Paris	48.73533	0.58043				28	61	613	61151
3000094	Le Soult	le-soult	FR		0	Europe/Paris	46.48562	2.49238				84	03	031	03072
3000095	Le Soulier Bas	le-soulier-bas	FR		0	Europe/Paris	45.26651	4.23014				84	43	433	43224
3000096	Le Soulier	le-soulier	FR		0	Europe/Paris	45.55	2.21667				75	19	193	19006
3000098	Le Soul	le-soul	FR		0	Europe/Paris	45.13592	3.12835				84	15	153	15259
3000099	Les Ouillères	les-ouilleres	FR		0	Europe/Paris	46.72929	3.55429				27	58	583	58087
3000100	Les Ouillères	les-ouilleres	FR		0	Europe/Paris	45.78333	0.36667		Les Ouilleres,Les Ouillères,Les Quilleres,Les Quillères		75	16	161	16280
3000103	Les Ougiers	les-ougiers	FR		0	Europe/Paris	44.99505	6.07888				84	38	381	38253
3000104	Les Oudilles	les-oudilles	FR		0	Europe/Paris	46.76536	3.43834		Les Oudilles,Oudilles		27	58	583	58293
3000105	Le Souchet	le-souchet	FR		0	Europe/Paris	48.24296	1.07395				24	28	284	28161
3000106	Le Souchet	le-souchet	FR		0	Europe/Paris	47.38581	2.73467				24	18	181	18256
3000107	Le Souchet	le-souchet	FR		0	Europe/Paris	47.04342	2.136				24	18	181	18181
3000108	Le Souches	le-souches	FR		0	Europe/Paris	48.3323	1.01421				24	28	284	28331
3000109	Les Ouches	les-ouches	FR		0	Europe/Paris	47.30669	0.97219				24	37	373	37027
3000110	Les Oubrets	les-oubrets	FR		0	Europe/Paris	44.14939	3.52743				76	48	481	48096
3000112	Le Sou	le-sou	FR		0	Europe/Paris	46.22445	2.29775				75	23	231	23026
3000113	Les Osmeaux	les-osmeaux	FR		0	Europe/Paris	48.76414	1.41226				24	28	283	28098
3000114	Les Ortures	les-ortures	FR		0	Europe/Paris	48.25587	2.82896				11	77	774	77329
3000115	Les Orties	les-orties	FR		0	Europe/Paris	47.99744	3.02034				24	45	451	45115
3000123	Les Ormeaux	les-ormeaux	FR		0	Europe/Paris	48.43178	3.545				44	10	102	10020
3000124	Les Ormeaux	les-ormeaux	FR		0	Europe/Paris	47.41895	3.12905		Les Ormeaux,Ormeaux		27	58	584	58209
3000125	Les Ormeaux	les-ormeaux	FR		0	Europe/Paris	47.19595	-0.52221				52	49	492	49211
3000126	Le Sorlin	le-sorlin	FR		0	Europe/Paris	45.67536	4.42795				84	69	691	69095
3000127	Les Orleux	les-orleux	FR		0	Europe/Paris	48.42983	0.97397				24	28	284	28362
3000128	Les Orgérieux	les-orgerieux	FR		0	Europe/Paris	48.74833	0.83109				28	27	272	27383
3000129	Les Orbies	les-orbies	FR		0	Europe/Paris	48.63878	3.11166				11	77	773	77239
3000130	Le Sopt	le-sopt	FR		0	Europe/Paris	45.77176	3.66067				84	63	635	63468
3000133	Les Olliviers	les-olliviers	FR		0	Europe/Paris	44.53333	6.26667				93	05	052	05040
3000137	Le Sollier	le-sollier	FR		0	Europe/Paris	47.02238	2.30048				24	18	181	18255
3000138	Les Olives	les-olives	FR		15181	Europe/Paris	43.32393	5.4584		Les Olives		93	13	133	13055
3000140	Le Soleil	le-soleil	FR		0	Europe/Paris	47.83496	0.26866				52	72	723	72124
3000142	Le Sol	le-sol	FR		0	Europe/Paris	45.15218	0.51657				75	24	243	24372
3000143	Le Sol	le-sol	FR		0	Europe/Paris	44.94875	1.94151				76	46	462	46163
3000144	Les Odouards	les-odouards	FR		0	Europe/Paris	45.07083	4.89471				84	26	263	26179
3000145	Les Ocreries	les-ocreries	FR		0	Europe/Paris	47.23647	1.93743				24	18	183	18210
3000146	Les Oches	les-oches	FR		0	Europe/Paris	44.6348	5.687				93	05	052	05146
3000147	Les Nugues	les-nugues	FR		0	Europe/Paris	46.70738	3.5244				27	58	583	58146
3000148	Les Nozées	les-nozees	FR		0	Europe/Paris	48.35015	3.46808				27	89	893	89469
3000149	Les Noyers	les-noyers	FR		0	Europe/Paris	49.63441	1.63777				28	76	761	76295
3000151	Les Noyers	les-noyers	FR		0	Europe/Paris	47.23515	-0.48697				52	49	491	49086
3000152	Les Noyers	les-noyers	FR		0	Europe/Paris	46.51018	3.05895				84	03	032	03122
3000153	Les Nouradons	les-nouradons	FR		0	Europe/Paris	43.49782	6.44318		Les Nouradons,Les Nourradons		93	83	831	83004
3000155	Les Nouettes	les-nouettes	FR		0	Europe/Paris	49.43842	0.6052				28	76	762	76499
3000157	Les Noues	les-noues	FR		0	Europe/Paris	47.26667	2.26667				24	18	183	18290
3000158	Les Nouailles	les-nouailles	FR		0	Europe/Paris	45.76667	1.35				75	87	872	87019
3000159	Les Nots	les-nots	FR		0	Europe/Paris	44.9717	4.52918				84	07	073	07079
3000160	Les Nonières	les-nonieres	FR		0	Europe/Paris	44.73705	5.55405		Les Nonieres,Les Noniers,Les Nonières,Nonieres,Nonières		84	26	261	26086
3000161	Les Nonains	les-nonains	FR		0	Europe/Paris	48.822	1.4596				24	28	283	28321
3000162	Les Noix	les-noix	FR		0	Europe/Paris	46.56438	2.75038				84	03	031	03222
3000163	Les Noiraults	les-noiraults	FR		0	Europe/Paris	48.02081	2.95035				24	45	451	45097
3000164	Les Nointeaux	les-nointeaux	FR		0	Europe/Paris	47.1501	2.528				24	18	181	18235
3000167	Les Nodins	les-nodins	FR		0	Europe/Paris	46.62542	2.75209				84	03	031	03048
3000168	Les Noblets	les-noblets	FR		0	Europe/Paris	48.82048	1.51342				24	28	283	28064
3000169	Les Noaillettes	les-noaillettes	FR		0	Europe/Paris	45.38464	1.64194				75	19	192	19213
3000171	Les Nielloux	les-nielloux	FR		0	Europe/Paris	46.60762	1.64857		Le Nielloux,Les Nielloux		24	36	363	36110
3000172	Les Niaudins	les-niaudins	FR		0	Europe/Paris	47.32762	3.5606				27	58	582	58284
3000177	Les Nébles	les-nebles	FR		0	Europe/Paris	44.01124	6.36894				93	04	042	04059
3000178	Les Nébilons	les-nebilons	FR		0	Europe/Paris	46.59317	1.40691		Les Nebillons,Les Nebilons,Les Nébillons,Les Nébilons		24	36	361	36220
3000179	Les Naux	les-naux	FR		0	Europe/Paris	46.8	0.66667				75	86	861	86086
3000180	Les Nauds	les-nauds	FR		0	Europe/Paris	44.47713	5.21833		Les Nauds		84	26	262	26089
3000181	Les Naudins	les-naudins	FR		0	Europe/Paris	47.42171	2.508				24	18	183	18170
3000182	Les Naudeaux	les-naudeaux	FR		0	Europe/Paris	47.46115	2.80543				24	18	181	18246
3000183	Les Nareys	les-nareys	FR		0	Europe/Paris	47.45752	3.0078		Les Narey,Les Nareys		27	58	584	58251
3000184	Les Naquins	les-naquins	FR		0	Europe/Paris	47.43666	2.63352				24	18	181	18284
3000185	Les Nappes	les-nappes	FR		0	Europe/Paris	45.65222	5.56919				84	38	382	38022
3000186	Les Nantiers	les-nantiers	FR		0	Europe/Paris	47.69797	3.09469				27	89	891	89344
3000188	Les Nadeaux	les-nadeaux	FR		0	Europe/Paris	45.10914	0.96072				75	24	243	24026
3000190	Les Museaux	les-museaux	FR		0	Europe/Paris	47.76914	2.53781				24	45	452	45122
3000191	Les Murgeaux	les-murgeaux	FR		0	Europe/Paris	45.11667	0.31667				75	24	243	24367
3000193	Les Muraires	les-muraires	FR		0	Europe/Paris	43.41667	6.28333				93	83	833	83073
3000194	Les Murailles	les-murailles	FR		0	Europe/Paris	50.95714	2.09348				32	62	626	62766
3000195	Les Mulots	les-mulots	FR		0	Europe/Paris	47.81113	3.96083				27	89	892	89418
3000198	Les Muguets	les-muguets	FR		0	Europe/Paris	47.67562	2.88305				24	45	451	45052
3000199	Les Muées	les-muees	FR		0	Europe/Paris	47.47733	2.6379				24	18	181	18022
3000200	Les Mouyons	les-mouyons	FR		0	Europe/Paris	44.6689	5.14707		Les Mouvons,Les Mouyons		84	26	261	26015
3000206	Les Moutats	les-moutats	FR		0	Europe/Paris	46.46628	2.34495				84	03	031	03317
3000208	Les Mousseries	les-mousseries	FR		0	Europe/Paris	48.18009	0.58844				52	72	722	72267
3000209	Les Mousseaux	les-mousseaux	FR		0	Europe/Paris	49.19161	1.34928		Les Mousseaux,Mousseaux		28	27	271	27097
3000210	Les Mousseaux	les-mousseaux	FR		0	Europe/Paris	47.77788	3.41255		Le Mousseau,Les Mousseaux		27	89	891	89311
3000211	Les Mousseaux	les-mousseaux	FR		0	Europe/Paris	47.16101	-0.29803				52	49	493	49125
3000212	Les Mouroux	les-mouroux	FR		0	Europe/Paris	46.72703	3.51917		Le Mouroux,Les Mouroux		27	58	583	58146
3000213	Les Mouronneries	les-mouronneries	FR		0	Europe/Paris	48.57528	1.0492				24	28	283	28373
3000214	Les Mourières	les-mourieres	FR		0	Europe/Paris	44.46667	5.3				84	26	262	26376
3000215	Les Mouricours	les-mouricours	FR		0	Europe/Paris	49.50135	1.63996				28	76	761	76229
3000216	Les Moulons	les-moulons	FR		0	Europe/Paris	47.23448	2.47334				24	18	181	18145
3000217	Les Moulins Neufs	les-moulins-neufs	FR		0	Europe/Paris	48.50222	1.53695				24	28	281	28358
3000218	Les Moulins	les-moulins	FR		0	Europe/Paris	48.19418	1.09249				24	28	282	28398
3000219	Les Moulins	les-moulins	FR		0	Europe/Paris	45.62113	1.17273				75	87	872	87106
3000220	Les Moulins	les-moulins	FR		0	Europe/Paris	45.10397	4.2228				84	43	433	43199
3000221	Les Moulins	les-moulins	FR		0	Europe/Paris	44.98171	4.05531				84	43	432	43115
3000222	Les Moulins	les-moulins	FR		0	Europe/Paris	44.76716	5.72426				84	38	381	38321
3000223	Les Moulins	les-moulins	FR		0	Europe/Paris	44.75	6.75				93	05	051	05007
3000224	Les Moulins	les-moulins	FR		0	Europe/Paris	43.77332	7.27717				93	06	062	06147
3000225	Les Mouillères	les-mouilleres	FR		0	Europe/Paris	47.89819	3.06631				27	89	891	89086
3000226	Les Mouettes	les-mouettes	FR		0	Europe/Paris	46.34605	-1.35728				52			
3000227	Les Mottes	les-mottes	FR		0	Europe/Paris	50.28349	3.88585				32	59	591	59357
3000228	Les Mottes	les-mottes	FR		0	Europe/Paris	49.66357	0.78113				28	76	763	76253
3000229	Les Mottes	les-mottes	FR		0	Europe/Paris	48.22244	-1.01886				52	53	533	53123
3000230	Les Mottes	les-mottes	FR		0	Europe/Paris	48.17134	-0.91674				52	53	533	53015
3000231	Les Mothes	les-mothes	FR		0	Europe/Paris	45.14558	0.88448				75	24	243	24026
3000232	Les Morlettes	les-morlettes	FR		0	Europe/Paris	48.05388	0.28875				52	72	723	72386
3000234	Les Morins	les-morins	FR		0	Europe/Paris	47.06784	3.0626				27	58	583	58124
3000235	Les Morins	les-morins	FR		0	Europe/Paris	47.07914	1.6961				24	36	364	36085
3000236	Les Morins	les-morins	FR		0	Europe/Paris	46.6901	2.04448				24	36	363	36017
3000237	Les Moreaux	les-moreaux	FR		0	Europe/Paris	47.93377	3.01848				24	45	451	45129
3000238	Les Moreaux	les-moreaux	FR		0	Europe/Paris	47.22777	1.4966		Les Moreaux		24	36	362	36107
3000239	Les Moreaux	les-moreaux	FR		0	Europe/Paris	47.18828	2.31362				24	18	181	18206
3000240	Les Moraux	les-moraux	FR		0	Europe/Paris	46.80216	0.80214				75	86	861	86207
3000241	Les Monts	les-monts	FR		0	Europe/Paris	49.21199	1.19515				28	27	271	27375
3000242	Les Monts	les-monts	FR		0	Europe/Paris	47.78495	-1.76733				53	35	352	35202
3000243	Les Monts	les-monts	FR		0	Europe/Paris	47.00447	1.9901				24	36	364	36199
3000244	Les Monts	les-monts	FR		0	Europe/Paris	46.15983	2.08732				75	23	231	23262
3000247	Les Montigne	les-montigne	FR		0	Europe/Paris	48.07601	-1.26534				53	35	351	35338
3000250	Les Monteix	les-monteix	FR		0	Europe/Paris	46.23626	2.82859				84	63	634	63187
3000251	Les Monteix	les-monteix	FR		0	Europe/Paris	46.21667	2.06667		Le Monteix,Les Monteix		75	23	231	23102
3000252	Les Monteils	les-monteils	FR		0	Europe/Paris	44.53553	1.18985				76	46	461	46225
3000253	Les Montées	les-montees	FR		0	Europe/Paris	46.33333	2.45				84	03	031	03246
3000254	Le Montelard	le-montelard	FR		0	Europe/Paris	48.05907	3.66021		Le Montelard,Les Montclards,Les Montelard,Les Montelards		27	89	891	89436
3000255	Les Montaigu	les-montaigu	FR		0	Europe/Paris	47.48752	2.74876				24	18	181	18243
3000257	Les Monseaux	les-monseaux	FR		0	Europe/Paris	46.21189	2.09447				75	23	231	23149
3000259	Les Mondoux	les-mondoux	FR		0	Europe/Paris	45.69347	0.90111				75	87	873	87034
3000260	Les Mondets	les-mondets	FR		0	Europe/Paris	47.3922	2.86838				24	18	181	18020
3000261	Les Mondaniaux	les-mondaniaux	FR		0	Europe/Paris	45.87925	3.43993		Les Mandaniaux,Les Mondaniaux		84	63	635	63265
3000262	Les Monchouons	les-monchouons	FR		0	Europe/Paris	48.08333	-1.25		Les Monchounnes,Les Monchouons		53	35	351	35109
3000265	Les Monards	les-monards	FR		0	Europe/Paris	45.51421	-0.85663				75	17	174	17034
3000267	Les Mollets	les-mollets	FR		0	Europe/Paris	47.38562	2.61533				24	18	181	18117
3000269	Les Molettes	les-molettes	FR		0	Europe/Paris	45.18358	5.89208		Les Molettes,les Mollettes		84	38	381	38334
3000270	Les Molanez	les-molanez	FR		0	Europe/Paris	44.36117	6.61351				93	04	041	04226
3000274	Les Moignons	les-moignons	FR		0	Europe/Paris	46.14684	2.95087				84	63	634	63419
3000276	Les Miqueou	les-miqueou	FR		0	Europe/Paris	43.99093	-1.27622		Les Miqueou,Miqueou		75	40	401	40157
3000277	Les Minimes	les-minimes	FR		0	Europe/Paris	43.61667	1.43333		Faubourgs des Minimes,Les Minimes		76	31	313	31555
3000278	Les Minimes	les-minimes	FR		0	Europe/Paris	46.8064	1.9866				24	36	364	36019
3000280	Les Minières	les-minieres	FR		0	Europe/Paris	48.85756	1.08429		Les Minieres,Les Minières		28	27	272	27198
3000281	Les Minières	les-minieres	FR		0	Europe/Paris	48.49312	7.14498				44	67	673	67165
3000282	Les Minguettes	les-minguettes	FR		0	Europe/Paris	45.69199	4.875				84	69	691	69259
3000283	Les Minaux	les-minaux	FR		0	Europe/Paris	45.89229	3.42674				84	63	635	63128
3000284	Les Milles	les-milles	FR		0	Europe/Paris	43.50243	5.38576		Les Mille,Les Milles		93	13	131	13001
3000285	Les Millerus	les-millerus	FR		0	Europe/Paris	48.87341	1.56049				11	78	781	78618
3000286	Les Milleries	les-milleries	FR		0	Europe/Paris	47.96816	3.84852				27	89	891	89292
3000287	Les Milleriaux	les-milleriaux	FR		0	Europe/Paris	47.53171	2.72496				24	45	451	45251
3000288	Les Millaux	les-millaux	FR		0	Europe/Paris	47.36667	2.9				27	58	584	58086
3000289	Les Mignots	les-mignots	FR		0	Europe/Paris	45.13333	0.33333				75	24	243	24367
3000290	Les Mignons	les-mignons	FR		0	Europe/Paris	47.68928	3.3203				27	89	891	89217
3000291	Les Midoux	les-midoux	FR		0	Europe/Paris	47.58702	3.11441				27	89	891	89273
3000292	Les Michons	les-michons	FR		0	Europe/Paris	47.17849	2.85763				24	18	181	18132
3000293	Les Michels	les-michels	FR		0	Europe/Paris	43.44787	5.60483		Les Michels		93	13	131	13072
3000294	Les Michauts	les-michauts	FR		0	Europe/Paris	47.74714	3.39699				27	89	891	89311
3000295	Les Miaux	les-miaux	FR		0	Europe/Paris	44.62198	5.59937				84	26	261	26055
3000296	Les Mias	les-mias	FR		0	Europe/Paris	45.87985	0.54485				75	16	163	16245
3000297	Les Meyzonniers	les-meyzonniers	FR		0	Europe/Paris	45.05109	4.94662				84	26	263	26038
3000298	Les Meuniers	les-meuniers	FR		0	Europe/Paris	46.78524	2.11334				24	18	182	18216
3000299	Les Meuniers	les-meuniers	FR		0	Europe/Paris	45.62092	3.32754				84	63	632	63205
3000300	Les Meuniers	les-meuniers	FR		0	Europe/Paris	45.38333	5.83333				84	38	381	38446
3000301	Les Meuniers	les-meuniers	FR		0	Europe/Paris	45.10972	0.49004				75	24	243	24442
3000302	Les Meulots	les-meulots	FR		0	Europe/Paris	47.3834	3.86171				27	58	581	58229
3000303	Les Metz	les-metz	FR		0	Europe/Paris	47.64844	3.21932				27	89	891	89368
3000304	Les Métral	les-metral	FR		0	Europe/Paris	45.99805	5.82032				84	74	743	74029
3000305	Les Mételles	les-metelles	FR		0	Europe/Paris	45.2346	4.95977				84	26	263	26083
3000309	Les Mesnils	les-mesnils	FR		0	Europe/Paris	49.79438	0.96092				28	76	761	76380
3000311	Les Mérys	les-merys	FR		0	Europe/Paris	47.57628	3.39929				27	89	891	89148
3000312	Les Mérulies	les-merulies	FR		0	Europe/Paris	44.69283	0.83325				75	24	241	24347
3000313	Les Mérolles	les-merolles	FR		0	Europe/Paris	46.84808	2.03132		Les Merolles,Les Mérolles,Merolles,Mérolles		24	36	364	36181
3000314	Les Merles	les-merles	FR		0	Europe/Paris	44.99856	5.28699				84	26	261	26307
3000315	Les Merciers	les-merciers	FR		0	Europe/Paris	47.40333	2.42915				24	18	183	18088
3000317	Les Menus Bois	les-menus-bois	FR		0	Europe/Paris	48.10594	3.60885				27	89	893	89014
3000319	Les Mensals	les-mensals	FR		0	Europe/Paris	44.73333	6.48333		Les Mansals,Les Mensals		93	05	051	05058
3000321	Les Ménils	les-menils	FR		0	Europe/Paris	48.12655	1.12749				24	28	282	28012
3000322	Les Ménigault	les-menigault	FR		0	Europe/Paris	47.55542	2.71886		Les Menigault,Les Menigaults,Les Ménigault,Les Ménigaults		24	45	451	45087
3000323	Les Ménageries	les-menageries	FR		0	Europe/Paris	48.06574	0.78084				52	72	722	72373
3000324	Les Melrais	les-melrais	FR		0	Europe/Paris	48.1	1.01667				24	28	282	28012
3000325	Les Méjeans	les-mejeans	FR		0	Europe/Paris	45.11611	4.85109				84	26	263	26110
3000326	Les Mégrets	les-megrets	FR		0	Europe/Paris	46.3	1.98333				75	23	232	23162
3000330	Les Méans	les-means	FR		0	Europe/Paris	44.58333	6.38333				93	05	052	05114
3000333	Les Mazoirs	les-mazoirs	FR		0	Europe/Paris	44.99127	5.88305		Les Maziors,Les Mazoirs		84	38	381	38207
3000334	Les Mazières	les-mazieres	FR		0	Europe/Paris	46.1596	2.74072				84	63	634	63130
3000336	Les Mazes	les-mazes	FR		0	Europe/Paris	46.28333	2.86667				84	03	031	03020
3000337	Les Mazes	les-mazes	FR		0	Europe/Paris	44.15784	3.36409				76	30	303	30139
3000339	Les Mazeires	les-mazeires	FR		0	Europe/Paris	46.13496	2.06058				75	23	231	23068
3000340	Les Mazeaux	les-mazeaux	FR		0	Europe/Paris	45.23345	4.42499				84	43	433	43163
3000342	Les Mayences	les-mayences	FR		0	Europe/Paris	46.50909	3.48579				84	03	032	03054
3000343	Les Mauvaises	les-mauvaises	FR		0	Europe/Paris	45.8406	3.07339				84	63	632	63042
3000344	Les Maurras	les-maurras	FR		0	Europe/Paris	43.72195	5.90104				93	83	833	83113
3000345	Les Maures	les-maures	FR		0	Europe/Paris	47.23885	3.41296				27	58	584	58174
3000346	Les Maurans	les-maurans	FR		0	Europe/Paris	45.11684	0.97571				75	24	244	24188
3000347	Les Mauniers	les-mauniers	FR		0	Europe/Paris	43.16667	6.05				93	83	832	83054
3000348	Les Mâts	les-mats	FR		0	Europe/Paris	46.40161	0.879				75	86	862	86254
3000349	Les Mats	les-mats	FR		0	Europe/Paris	45.31454	4.27877		Les Maths,Les Mats		84	43	433	43177
3000350	Les Matras	les-matras	FR		0	Europe/Paris	48.11828	0.64916				52	72	722	72296
3000352	Les Matherons	les-matherons	FR		0	Europe/Paris	44.63265	6.17163		Les Matherons,Les Mathersons		93	05	052	05004
3000354	Les Masures	les-masures	FR		0	Europe/Paris	48.13628	3.0928				27	89	893	89036
3000355	Les Masures	les-masures	FR		0	Europe/Paris	47.43357	-1.41857		Les Masures,Les Mazures		52	44	445	44205
3000356	Les Masures	les-masures	FR		0	Europe/Paris	45.59987	6.88832				84	73	731	73232
3000357	Les Massots	les-massots	FR		0	Europe/Paris	44.55	6.23333				93	05	052	05084
3000358	Les Massotiers	les-massotiers	FR		0	Europe/Paris	45.06696	5.23265				84	26	263	26034
3000359	Les Massonèches	les-massoneches	FR		0	Europe/Paris	45.75051	2.45313				75	23	231	23221
3000360	Les Masserons	les-masserons	FR		0	Europe/Paris	47.31363	3.44527				27	58	582	58071
3000361	Les Masseries	les-masseries	FR		0	Europe/Paris	44.47303	1.60298				76	46	461	46268
3000362	Les Mas	les-mas	FR		0	Europe/Paris	45.77997	0.46366				75	16	161	16293
3000365	Les Martres	les-martres	FR		0	Europe/Paris	44.32323	2.28333				76	12	123	12068
3000366	Les Martins	les-martins	FR		0	Europe/Paris	48.004	3.22424				27	89	893	89440
3000367	Les Martins	les-martins	FR		0	Europe/Paris	44.73333	6.63333				93	05	051	05136
3000368	Les Martins	les-martins	FR		0	Europe/Paris	44.70929	6.26551				93	05	052	05032
3000369	Les Martinières	les-martinieres	FR		0	Europe/Paris	48.4029	1.03937				24	28	284	28264
3000370	Les Martinières	les-martinieres	FR		0	Europe/Paris	48.19279	3.08614				27	89	893	89370
3000371	Les Martinières	les-martinieres	FR		0	Europe/Paris	47.26667	1.44096		Les Martinieres,Les Martinières		24	41	413	41164
3000372	Les Martinières	les-martinieres	FR		0	Europe/Paris	45.4	6.28333		Les Martinieres,Les Martinières,Martinieres,Martinières		84	73	733	73083
3000373	Les Martines	les-martines	FR		0	Europe/Paris	44.79838	3.55905				76	48	482	48174
3000375	Les Marthres	les-marthres	FR		0	Europe/Paris	44.95	1.33333				75	24	244	24516
3000376	Les Marteaux	les-marteaux	FR		0	Europe/Paris	45.46724	2.12833				75	19	193	19130
3000378	Les Marrons	les-marrons	FR		0	Europe/Paris	44.68333	6.16667				93	05	052	05153
3000379	Les Marres	les-marres	FR		0	Europe/Paris	48.51736	0.48303				28	61	613	61130
3000380	Les Marquets	les-marquets	FR		0	Europe/Paris	49.71667	0.35				28	76	762	76600
3000381	Les Marois	les-marois	FR		0	Europe/Paris	47.8341	2.26024				24	45	452	45153
3000382	Les Marnes	les-marnes	FR		0	Europe/Paris	47.43676	2.76886				24	18	181	18014
3000383	Les Marlots	les-marlots	FR		0	Europe/Paris	47.50059	3.22536				27	58	584	58036
3000384	Les Marjoris	les-marjoris	FR		0	Europe/Paris	43.58881	6.84		Les Marjoris,Marjoris		93	83	831	83133
3000385	Les Marinières	les-marinieres	FR		0	Europe/Paris	48.02559	3.22454				27	89	893	89440
3000386	Les Marimont	les-marimont	FR		0	Europe/Paris	45.42901	0.93239				75	24	242	24551
3000387	Les Maries	les-maries	FR		0	Europe/Paris	44.65036	0.45558				75	47	472	47142
3000388	Les Maridats	les-maridats	FR		0	Europe/Paris	44.09438	5.17856				93	84	843	84082
3000391	Les Mares	les-mares	FR		0	Europe/Paris	49.64293	0.91475				28	76	763	76668
3000392	Les Mares	les-mares	FR		0	Europe/Paris	49.55623	1.35276				28	76	763	76571
3000393	Les Mares	les-mares	FR		0	Europe/Paris	49.08645	1.71751				11	95	953	95676
3000394	Les Mares	les-mares	FR		0	Europe/Paris	47.32667	-1.20761				52	49	492	49069
3000396	Les Mardelles	les-mardelles	FR		0	Europe/Paris	48.04541	1.95683				24	45	452	45289
3000397	Les Mardelles	les-mardelles	FR		0	Europe/Paris	47.28326	1.59695				24	41	413	41242
3000398	Les Mardelles	les-mardelles	FR		0	Europe/Paris	47.27996	1.46053				24	41	413	41043
3000403	Les Marchands	les-marchands	FR		0	Europe/Paris	45.47912	3.90892				84	63	631	63394
3000404	Les Marchais	les-marchais	FR		0	Europe/Paris	48.27378	3.57209		Les Marchais,Marchais		27	89	893	89027
3000405	Les Marcets	les-marcets	FR		0	Europe/Paris	49.00744	1.53237				11	78	781	78668
3000406	Les Marats	les-marats	FR		0	Europe/Paris	48.88457	5.20466		Les Marats		44	55	551	55123
3000407	Les Maraisières	les-maraisieres	FR		0	Europe/Paris	48.16551	0.4755				52	72	722	72246
3000408	Les Marais	les-marais	FR		0	Europe/Paris	48.37722	0.39183				28	61	613	61476
3000409	Les Marais	les-marais	FR		0	Europe/Paris	48.28424	0.73694				28	61	613	61484
3000410	Les Manivelles	les-manivelles	FR		0	Europe/Paris	48.2674	1.01022				24	28	284	28252
3000412	Les Manguins	les-manguins	FR		0	Europe/Paris	46.44686	3.31524				84	03	032	03073
3000413	Les Manéous	les-maneous	FR		0	Europe/Paris	43.45	6.36667				93	83	831	83072
3000414	Les Mamourets	les-mamourets	FR		0	Europe/Paris	46.59361	2.5859				24	18	182	18089
3000415	Les Malpierres	les-malpierres	FR		0	Europe/Paris	46.14791	0.3606				75	86	862	86061
3000416	Les Malots	les-malots	FR		0	Europe/Paris	48.48631	4.75992				44	52	523	52331
3000417	Les Malossannes	les-malossannes	FR		0	Europe/Paris	45.0225	5.12386				84	26	263	26088
3000418	Les Malmaisons	les-malmaisons	FR		0	Europe/Paris	47.65425	4.4368				27	21	213	21641
3000419	Les Maisons Rouges	les-maisons-rouges	FR		0	Europe/Paris	48.01559	3.94548		Les Maisons Rouges,Maisons Rouges		44	10	103	10099
3000420	Les Maisons Rouges	les-maisons-rouges	FR		0	Europe/Paris	45.82406	2.91289				84	63	634	63381
3000421	Les Maisons du Bois	les-maisons-du-bois	FR		0	Europe/Paris	47.14426	3.50258				27	58	583	58092
3000422	Les Maisons-Dieu	les-maisons-dieu	FR		0	Europe/Paris	47.36833	4.57738				27	21	213	21537
3000423	Les Maisons	les-maisons	FR		0	Europe/Paris	47.56667	3.59417				27	89	892	89253
3000424	Les Maisons	les-maisons	FR		0	Europe/Paris	46.72819	2.3859				24	18	182	18169
3000425	Les Maisons	les-maisons	FR		0	Europe/Paris	46.466	2.55343				84	03	031	03010
3000426	Les Maisons	les-maisons	FR		0	Europe/Paris	46.36947	2.37861				84	03	031	03288
3000427	Les Maisons	les-maisons	FR		0	Europe/Paris	45.82298	2.05457				75	23	231	23144
3000428	Les Maisons	les-maisons	FR		0	Europe/Paris	45.5942	2.03903				75	19	193	19226
3000429	Les Maisons	les-maisons	FR		0	Europe/Paris	45.33529	0.95731				75	24	242	24429
3000430	Les Maisons	les-maisons	FR		0	Europe/Paris	45.04918	3.18154				84	15	153	15245
3000431	Les Maisons	les-maisons	FR		0	Europe/Paris	44.7644	6.75192				93	05	051	05007
3000432	Les Maisonnettes	les-maisonnettes	FR		0	Europe/Paris	49.60743	1.40599				28	76	763	76120
3000433	Les Maisonnettes	les-maisonnettes	FR		0	Europe/Paris	49.34665	1.85395				32	60	601	60660
3000435	Les Maillets	les-maillets	FR		0	Europe/Paris	46.63289	0.55626				75	86	863	86058
3000436	Les Maillets	les-maillets	FR		0	Europe/Paris	44.81956	5.22342				84	26	261	26128
3000437	Les Maillans	les-maillans	FR		0	Europe/Paris	43.66667	7.06667		Les Maillans,Les Maillons		93	06	061	06105
3000438	Les Maigneux	les-maigneux	FR		0	Europe/Paris	49.06456	4.74135		Les Maigneux,Maigneux		44	51	511	51588
3000439	Les Magny-le Petit	les-magny-le-petit	FR		0	Europe/Paris	47.53151	6.43409				27	70	701	70317
3000440	Les Magny-le Grand	les-magny-le-grand	FR		0	Europe/Paris	47.52657	6.45158				27	70	701	70317
3000442	Les Magnoux	les-magnoux	FR		0	Europe/Paris	46.60676	2.77				84	03	031	03048
3000445	Les Lussettes	les-lussettes	FR		0	Europe/Paris	44.69178	5.68203		Les Lussette,Les Lussettes		84	26	261	26168
3000448	Les Loups	les-loups	FR		0	Europe/Paris	47.57829	2.81267				24	45	451	45040
3000449	Les Loups	les-loups	FR		0	Europe/Paris	46.86403	2.61053		Les Loups,Saint-Loup		24	18	182	18068
3000450	Les Lordins	les-lordins	FR		0	Europe/Paris	46.74486	2.63676				24	18	182	18052
3000451	Les Lombards	les-lombards	FR		0	Europe/Paris	44.11667	6.1				93	04	043	04021
3000452	Les Lolettes	les-lolettes	FR		0	Europe/Paris	45.14087	5.58986		Les Lolettes,Lolette		84	38	381	38205
3000453	Les Logissons	les-logissons	FR		0	Europe/Paris	43.58163	5.47119				93	13	131	13113
3000454	Les Logis	les-logis	FR		0	Europe/Paris	43.60055	5.49076				93	13	131	13113
3000459	Les Loges Fraillons	les-loges-fraillons	FR		0	Europe/Paris	46.788	3.25876				27	58	583	58021
3000461	Les Loges des Gars	les-loges-des-gars	FR		0	Europe/Paris	48.54261	0.80337				28	61	613	61230
3000462	Les Loges de Saint-Jean des Chaumes	les-loges-de-saint-jean-des-chaumes	FR		0	Europe/Paris	46.85173	1.97402				24	36	364	36121
3000463	Les Loges-de-Creuse	les-loges-de-creuse	FR		0	Europe/Paris	46.5429	3.52269				84	03	032	03156
3000464	Les Loges de Bonavois	les-loges-de-bonavois	FR		0	Europe/Paris	46.57677	1.75991				24	36	363	36133
3000488	Lesloc'h	lesloc-h	FR		0	Europe/Paris	48.49259	-3.83233				53	29	293	29163
3000489	Les Liodais	les-liodais	FR		0	Europe/Paris	46.56667	2.65				84	03	031	03297
3000492	Les Liames	les-liames	FR		0	Europe/Paris	46.55	1.95				24	36	363	36109
3000493	Les Lhéoris	les-lheoris	FR		0	Europe/Paris	48.20156	0.97639				24	28	282	28398
3000494	Les Lezes	les-lezes	FR		0	Europe/Paris	46.23705	1.144				75	87	871	87089
3000496	Les Létiez	les-letiez	FR		0	Europe/Paris	48.36667	-4.1				53	29	291	29246
3000497	Les Léris	les-leris	FR		0	Europe/Paris	46.39688	2.50369				84	03	031	03128
3000498	Les Légers	les-legers	FR		0	Europe/Paris	47.51667	2.28333				24	18	183	18227
3000499	Les Lèdets	les-ledets	FR		0	Europe/Paris	47.76194	3.15594		Les Laides,Les Laidés,Les Ledets,Les Lèdets		27	89	891	89073
3000500	Les Lecques	les-lecques	FR		0	Europe/Paris	43.18008	5.69083				93	83	832	83112
3000502	Les Layes	les-layes	FR		0	Europe/Paris	48.71648	1.91935				11	78	782	78220
3000503	Les Lavis	les-lavis	FR		0	Europe/Paris	47.79266	3.16683				27	89	891	89086
3000504	Les Laurons	les-laurons	FR		0	Europe/Paris	43.45	6.48333				93	83	831	83004
3000505	Les Laurins	les-laurins	FR		0	Europe/Paris	46.91667	3.05				24	18	182	18007
3000506	Les Laurets	les-laurets	FR		0	Europe/Paris	46.68904	1.46879				24	36	361	36144
3000507	Les Laurents	les-laurents	FR		0	Europe/Paris	46.71914	2.05485				24	36	363	36017
3000508	Les Laumes	les-laumes	FR		0	Europe/Paris	47.54571	4.4588		Les Laumes		27	21	213	21663
3000511	Les Lattes	les-lattes	FR		0	Europe/Paris	43.82149	6.72948		Le Cherrier,Les Lattes		93	06	061	06116
3000512	Les Lats	les-lats	FR		0	Europe/Paris	47.08438	2.12695				24	18	183	18128
3000513	Les Latards	les-latards	FR		0	Europe/Paris	44.35281	5.17477				84	26	262	26082
3000514	Les Langots	les-langots	FR		0	Europe/Paris	48.14676	3.66529				44	10	103	10042
3000515	Les Langiers	les-langiers	FR		0	Europe/Paris	43.2	6.05				93	83	832	83130
3000516	Les Landris	les-landris	FR		0	Europe/Paris	47.5753	3.22343				27	89	891	89420
3000517	Les Landiers	les-landiers	FR		0	Europe/Paris	47.6202	3.11598				27	89	891	89344
3000520	Les Landes d'Hébécourt	les-landes-d-hebecourt	FR		0	Europe/Paris	49.34982	1.73069		Les Landes d'Hebecourt,Les Landes d'Hébécourt,les Landes		28	27	271	27324
3000521	Les Landes	les-landes	FR		0	Europe/Paris	49.39341	1.75276				32	60	601	60626
3000522	Les Landes	les-landes	FR		0	Europe/Paris	48.67833	0.34521				28	61	611	61166
3000523	Les Landes	les-landes	FR		0	Europe/Paris	48.01448	-1.48981				53	35	351	35002
3000524	Les Landes	les-landes	FR		0	Europe/Paris	47.8961	-0.38168				52	72	721	72016
3000525	Les Landes	les-landes	FR		0	Europe/Paris	47.47336	-0.69911				52	49	491	49298
3000526	Les Landes	les-landes	FR		0	Europe/Paris	47.34553	2.19077				24	18	183	18159
3000527	Les Landes	les-landes	FR		0	Europe/Paris	46.16707	3.35079				84	03	033	03304
3000528	Les Landes	les-landes	FR		0	Europe/Paris	45.81036	0.66595				75	16	163	16183
3000529	Les Landelles	les-landelles	FR		0	Europe/Paris	47.66917	-1.36217				52	44	445	44054
3000530	Les Lanciers	les-lanciers	FR		0	Europe/Paris	46.91795	2.81656				24	18	182	18175
3000532	Les Lagnys	les-lagnys	FR		0	Europe/Paris	46.98132	1.81486				24	36	364	36209
3000533	Les Lagiers	les-lagiers	FR		0	Europe/Paris	44.55419	6.30724				93	05	052	05040
3000534	Les Lagiers	les-lagiers	FR		0	Europe/Paris	44.55	5.95		Les Lagier,Les Lagiers		93	05	052	05075
3000535	Les Lafonds	les-lafonds	FR		0	Europe/Paris	46.73495	3.35847				27	58	583	58104
3000536	Les Lacs	les-lacs	FR		0	Europe/Paris	48.10915	-1.31943				53	35	351	35252
3000537	Les Labbes	les-labbes	FR		0	Europe/Paris	46.08184	2.99513				84	63	634	63286
3000538	Les Jurans	les-jurans	FR		0	Europe/Paris	44.33333	6.38333		Les Jurans,Les Juraxs		93	04	043	04205
3000540	Les Jumeaux	les-jumeaux	FR		0	Europe/Paris	47.18008	1.5739		Jumeaux,Les Jumeaux		24	36	362	36228
3000541	Les Jumeaux	les-jumeaux	FR		0	Europe/Paris	46.81201	-0.08871		Les Jumeaux		75	79	793	79016
3000542	Les Julins	les-julins	FR		0	Europe/Paris	45.68768	4.61626		Julin,Les Julins		84	69	691	69249
3000543	Les Jubliers	les-jubliers	FR		0	Europe/Paris	47.91871	3.0927				27	89	891	89086
3000544	Les Jouteaux	les-jouteaux	FR		0	Europe/Paris	46.90489	-0.42106				75	79	791	79049
3000545	Les Jousseauds	les-jousseauds	FR		0	Europe/Paris	44.6	6.11667		Les Jausseauds,Les Jousseauds		93	05	052	05061
3000546	Les Jourdans	les-jourdans	FR		0	Europe/Paris	44.53333	6.21667				93	05	052	05011
3000547	Les Jourdains	les-jourdains	FR		0	Europe/Paris	47.23381	2.20286				24	18	183	18219
3000548	Les Joubins	les-joubins	FR		0	Europe/Paris	47.86353	3.17907				27	89	891	89086
3000549	Les Jouberties	les-jouberties	FR		0	Europe/Paris	45.03457	0.80253				75	24	243	24220
3000550	Les Jouazières	les-jouazieres	FR		0	Europe/Paris	48.06449	0.42748				52	72	722	72165
3000551	Les Jouannets	les-jouannets	FR		0	Europe/Paris	46.73942	2.06962				24	18	182	18216
3000552	Les Jouanies	les-jouanies	FR		0	Europe/Paris	44.95156	1.4874				76	46	463	46145
3000553	Les Jordes	les-jordes	FR		0	Europe/Paris	45.20181	1.82994				75	19	192	19098
3000554	Les Joncs	les-joncs	FR		0	Europe/Paris	48.7234	1.58489				24	28	283	28056
3000555	Les Joncs	les-joncs	FR		0	Europe/Paris	46.99791	2.48124				24	18	181	18180
3000556	Les Jonchiers	les-jonchiers	FR		0	Europe/Paris	44.29101	5.23098				84	26	262	26043
3000557	Les Joncheries	les-joncheries	FR		0	Europe/Paris	48.30034	3.00576				11	77	773	77158
3000558	Les Jonchères	les-joncheres	FR		0	Europe/Paris	47.2	-0.41667				52	49	492	49373
3000559	Les Joigneaux	les-joigneaux	FR		0	Europe/Paris	48.19373	3.21025				27	89	893	89354
3000560	Les Joigneaux	les-joigneaux	FR		0	Europe/Paris	48.11707	3.04644				27	89	893	89144
3000561	Les Joberts	les-joberts	FR		0	Europe/Paris	46.26087	2.89335				84	03	031	03020
3000563	Les Jeannots	les-jeannots	FR		0	Europe/Paris	43.22621	5.57735				93	13	133	13022
3000564	Les Jeannets	les-jeannets	FR		0	Europe/Paris	47.94787	2.96102				24	45	451	45083
3000565	Les Javions	les-javions	FR		0	Europe/Paris	46.10429	2.87944				84	63	634	63251
3000566	Les Jaux	les-jaux	FR		0	Europe/Paris	46.70143	2.16914				24	18	182	18216
3000567	Les Jaunies	les-jaunies	FR		0	Europe/Paris	45	0.35				75	24	243	24462
3000568	Les Jaumareix	les-jaumareix	FR		0	Europe/Paris	46.29743	2.05719				75	23	232	23057
3000569	Les Jaults	les-jaults	FR		0	Europe/Paris	47.1301	3.42599				27	58	583	58233
3000570	Les Jaulins	les-jaulins	FR		0	Europe/Paris	47.25362	1.90209				24	18	183	18263
3000571	Les Jassons	les-jassons	FR		0	Europe/Paris	43.14752	6.22164				93	83	832	83071
3000572	Les Jasses d'Albaron	les-jasses-d-albaron	FR		0	Europe/Paris	43.584	4.46933				93	13	132	13004
3000573	Les Jarriers	les-jarriers	FR		0	Europe/Paris	48.10143	0.55212				52	72	722	72331
3000574	Les Jarres	les-jarres	FR		0	Europe/Paris	45.26304	5.93265		Les Jarres,Les Jaures		84	38	381	38175
3000575	Les Jarreaux	les-jarreaux	FR		0	Europe/Paris	46.67104	2.96277				84	03	032	03087
3000576	Les Jarrands	les-jarrands	FR		0	Europe/Paris	45.08529	5.52525		Les Jarrand,Les Jarrands		84	38	381	38548
3000577	Les Jarousses	les-jarousses	FR		0	Europe/Paris	46.12689	1.72129				75	23	232	23132
3000578	Les Jardins	les-jardins	FR		0	Europe/Paris	43.36667	5.1				93	13	134	13056
3000580	Les Janis	les-janis	FR		0	Europe/Paris	45.06894	5.45761				84	26	261	26309
3000581	Les Jandis	les-jandis	FR		0	Europe/Paris	44.74634	0.4634				75	24	241	24536
3000582	Les Jallots	les-jallots	FR		0	Europe/Paris	48.51605	2.03104				11	91	911	91200
3000583	Les Jacons	les-jacons	FR		0	Europe/Paris	44.04655	5.84453		Les Jacons		93	04	044	04130
3000584	Les Jabaux	les-jabaux	FR		0	Europe/Paris	45.04448	0.68718				75	24	243	24571
3000585	Lesivy	lesivy	FR		0	Europe/Paris	48.46667	-4.33333				53	29	291	29245
3000587	Les Isserts	les-isserts	FR		0	Europe/Paris	45.89666	2.64482				84	63	634	63460
3000590	Les Isnières	les-isnieres	FR		0	Europe/Paris	44.3641	5.47037		Ennieres,Enniers,Ennières,Ennièrs,Isnieres,Isnières,Les Ennieres,Les Ennières,Les Isnieres,Les Isnières		93	05	052	05129
3000591	Les Isnards	les-isnards	FR		0	Europe/Paris	44.09027	5.32358				93	84	843	84079
3000594	Le Sirey	le-sirey	FR		0	Europe/Paris	44.88333	1.3				75	24	244	24336
3000595	Les Infruts	les-infruts	FR		0	Europe/Paris	43.90408	3.26303				76	12	121	12082
3000596	Les Infruits	les-infruits	FR		0	Europe/Paris	44.91386	4.13324				84	43	432	43091
3000597	Les Infournas Hauts	les-infournas-hauts	FR		0	Europe/Paris	44.71303	6.10977		Haut Infournas,Les Infournas Hauts		93	05	052	05132
3000600	Les Îles Menéfrier	les-iles-menefrier	FR		0	Europe/Paris	47.33619	3.9737				27	89	892	89318
3000601	Les Îles	les-iles	FR		0	Europe/Paris	46.33333	2.6				84	03	031	03185
3000604	Les Ignes	les-ignes	FR		0	Europe/Paris	45.22589	3.69549				84	43	432	43138
3000607	Les Hyvans	les-hyvans	FR		0	Europe/Paris	44.5	6.3				93	05	052	05040
3000608	Les Huttes d'Oye	les-huttes-d-oye	FR		0	Europe/Paris	50.99617	2.04669		Les Huttes,Les Huttes d'Oye		32	62	626	62645
3000609	Les Huttes	les-huttes	FR		0	Europe/Paris	50.99387	2.14015				32	59	594	59273
3000610	Les Huttes	les-huttes	FR		0	Europe/Paris	44.58468	3.89926				76	48	482	48021
3000611	Les Hurpeaux	les-hurpeaux	FR		0	Europe/Paris	48.12359	3.73415				27	89	891	89398
3000613	Les Huillards	les-huillards	FR		0	Europe/Paris	45.88333	2.56667				84	63	634	63118
3000614	Les Huguets	les-huguets	FR		0	Europe/Paris	43.88333	5.35				93	84	841	84003
3000615	Les Hugues	les-hugues	FR		0	Europe/Paris	44.48333	6.36667				93	04	041	04154
3000617	Les Huchons	les-huchons	FR		0	Europe/Paris	47.80147	3.32861				27	89	891	89251
3000618	Les Houys	les-houys	FR		0	Europe/Paris	48.0958	2.61621		Les Houis,Les Houys		24	45	451	45114
3000619	Les Houssats	les-houssats	FR		0	Europe/Paris	44.24381	-0.75904				75	40	402	40319
3000620	Les Houillères	les-houilleres	FR		0	Europe/Paris	46.64848	2.21724				24	18	182	18135
3000623	Les Houards	les-houards	FR		0	Europe/Paris	47.45653	2.87765				24	18	181	18125
3000624	Les Hottes	les-hottes	FR		0	Europe/Paris	47.24753	3.12534				27	58	584	58189
3000625	Les Hôtelleries	les-hotelleries	FR		0	Europe/Paris	44.06039	6.21022		Hotel,Les Hotelleries,Les Hotellieres,Les Hôtelleries,Les Hôtellieres		93	04	043	04070
3000626	Les Hôtelets	les-hotelets	FR		0	Europe/Paris	49.79688	1.22444				28	76	761	76321
3000627	Les Hostes	les-hostes	FR		0	Europe/Paris	45.1	4.33333				84	43	433	43244
3000630	Les Hôpitaux	les-hopitaux	FR		0	Europe/Paris	45.86922	5.53349				84	01	011	01066
3000631	Les Hommets	les-hommets	FR		0	Europe/Paris	49.66667	1.5				28	76	761	76649
3000634	Les Hodillons	les-hodillons	FR		0	Europe/Paris	46.48333	3.35				84	03	032	03025
3000635	Les His	les-his	FR		0	Europe/Paris	48.11201	-2.08451		Les Hils,Les His		53	35	353	35277
3000636	Les Hiottes	les-hiottes	FR		0	Europe/Paris	47.11895	2.81039				24	18	181	18077
3000637	Les Hières	les-hieres	FR		0	Europe/Paris	45.06263	6.31328		Les Hieres,Les Hieros,Les Hières,Les Hièros		93	05	051	05063
3000638	Les Hez	les-hez	FR		0	Europe/Paris	49.51487	1.40168		Hez,Les Hez		28	76	763	76521
3000639	Les Hêtres	les-hetres	FR		0	Europe/Paris	48.25397	0.64901				52	72	722	72020
3000640	Les Hérodats	les-herodats	FR		0	Europe/Paris	47.52548	3.75547				27	89	892	89266
3000641	Les Hermitières	les-hermitieres	FR		0	Europe/Paris	46.65938	0.81072				75	86	862	86236
3000643	Les Hermentaires	les-hermentaires	FR		0	Europe/Paris	43.50064	5.75308				93	83	833	83097
3000645	Les Hérissières	les-herissieres	FR		0	Europe/Paris	48.27561	0.82142				24	28	284	28378
3000650	Les Hérards	les-herards	FR		0	Europe/Paris	46.82166	3.97753				27	58	581	58168
3000651	Les Henris	les-henris	FR		0	Europe/Paris	47.50571	2.51077				24	18	183	18030
3000652	Les Henri	les-henri	FR		0	Europe/Paris	46.66667	3.5				27			
3000653	Les Hemmes d'Oye	les-hemmes-d-oye	FR		0	Europe/Paris	50.98551	1.97543		Les Grandes Hemmes,Les Hemmes d'Oye,Les Hemmies		32	62	626	62548
3000654	Les Hemmes de Marck	les-hemmes-de-marck	FR		0	Europe/Paris	50.98023	1.96263		Hemmes,Les Hemmes,Les Hemmes de Marck,Les Petites Hemmes		32	62	626	62548
3000655	Les Hélouins	les-helouins	FR		0	Europe/Paris	48.95024	1.62879				11	78	781	78231
3000656	Les Hébrards	les-hebrards	FR		0	Europe/Paris	44.88592	3.97879				84	43	432	43004
3000659	Les Hayottes	les-hayottes	FR		0	Europe/Paris	48.72009	3.24171				11	77	773	77032
3000660	Les Hayons	les-hayons	FR		0	Europe/Paris	49.69417	1.36476		Hayons,Les Hayons		28	76	761	76244
3000664	Les Hauts-Saint-Jean	les-hauts-saint-jean	FR		0	Europe/Paris	47.68333	-0.86667				52	49	494	49331
3000665	Les Hauts Poiriers	les-hauts-poiriers	FR		0	Europe/Paris	49.51607	1.17386				28	76	763	76517
3000666	Les Hauts de Flacy	les-hauts-de-flacy	FR		0	Europe/Paris	48.20566	3.57606				27	89	893	89165
3000667	Les Hauts-Champs	les-hauts-champs	FR		0	Europe/Paris	49.04263	2.3135		Hauts-Champs de Bouffemont,Hauts-Champs de Bouffémont,Les Hauts-Champs		11	95	952	95091
3000668	Les Hauts Buttés	les-hauts-buttes	FR		0	Europe/Paris	49.93318	4.7686		Les Hautes Buttes,Les Hauts Buttes,Les Hauts Buttés		44	08	081	08302
3000669	Les Hauts Buissons	les-hauts-buissons	FR		0	Europe/Paris	48.75302	1.3322				24	28	283	28134
3000670	Les Hautiers	les-hautiers	FR		0	Europe/Paris	47.59962	2.89258				24	45	451	45023
3000673	Les Hautes Terres	les-hautes-terres	FR		0	Europe/Paris	49.5	1.06667				28	76	763	76367
3000677	Les Hautes Graves	les-hautes-graves	FR		0	Europe/Paris	44.34658	6.08857				93	04	044	04057
3000678	Les Hautes Granges	les-hautes-granges	FR		0	Europe/Paris	44.2457	5.00899				93	84	843	84098
3000679	Les Hautes Bergeries	les-hautes-bergeries	FR		0	Europe/Paris	48.25903	3.44713				27	89	893	89483
3000680	Les Hautes Beffes	les-hautes-beffes	FR		0	Europe/Paris	47.0896	3.00203				24	18	181	18025
3000682	Les Haudeaux	les-haudeaux	FR		0	Europe/Paris	47.61762	2.35171				24	45	452	45063
3000683	Les Hauberts	les-hauberts	FR		0	Europe/Paris	48.1475	3.39921				27	89	893	89278
3000684	Les Haquets	les-haquets	FR		0	Europe/Paris	49.51211	1.18405				28	76	763	76517
3000685	Les Hameaux	les-hameaux	FR		0	Europe/Paris	49.5	1.41667				28	76	761	76358
3000686	Les Hameaux	les-hameaux	FR		0	Europe/Paris	43.73279	5.8191		Le Hameau,Les Hameaux		93	83	833	83150
3000687	Les Hamardières	les-hamardieres	FR		0	Europe/Paris	48.2	-1.51667				53	35	353	35152
3000688	Les Halots	les-halots	FR		0	Europe/Paris	49.80808	1.37015				28	76	761	76202
3000689	Les Halliers	les-halliers	FR		0	Europe/Paris	48.00304	3.13882				27	89	893	89350
3000691	Les Hallais	les-hallais	FR		0	Europe/Paris	49.73271	1.5131				28	76	761	76130
3000692	Les Haies Neuves	les-haies-neuves	FR		0	Europe/Paris	48.56957	1.10512				24	28	283	28200
3000694	Les Haies de Cousolre	les-haies-de-cousolre	FR		0	Europe/Paris	50.23291	4.12403				32	59	591	59157
3000695	Les Haies d'Alleray	les-haies-d-alleray	FR		0	Europe/Paris	48.46935	0.96487				24	28	284	28401
3000696	Les Haies Blot	les-haies-blot	FR		0	Europe/Paris	48.66174	0.73352				28	61	613	61034
3000704	Les Guyots	les-guyots	FR		0	Europe/Paris	45.3238	4.83084				84	38	383	38072
3000705	Les Guy	les-guy	FR		0	Europe/Paris	46.42313	3.52383				84	03	032	03263
3000706	Les Gunies	les-gunies	FR		0	Europe/Paris	44.60772	1.19463				76	46	463	46200
3000707	Les Guiols	les-guiols	FR		0	Europe/Paris	43.22427	6.45985				93	83	831	83079
3000708	Les Guinets	les-guinets	FR		0	Europe/Paris	49.01379	1.56008				11	78	781	78089
3000709	Les Guiloisières	les-guiloisieres	FR		0	Europe/Paris	48.08025	0.98512				24	41	412	41248
3000710	Les Guilloux	les-guilloux	FR		0	Europe/Paris	45.03971	0.7523				75	24	243	24571
3000711	Les Guillots	les-guillots	FR		0	Europe/Paris	44.76667	5.28333				84	26	261	26299
3000712	Les Guillaumets	les-guillaumets	FR		0	Europe/Paris	46.27672	2.90661		Les Guillaumet,Les Guillaumets		84	03	031	03020
3000713	Les Guillaumes	les-guillaumes	FR		0	Europe/Paris	47.99324	3.0951				24	45	451	45129
3000714	Les Guilardières	les-guilardieres	FR		0	Europe/Paris	47.79864	0.30609				52	72	723	72187
3000715	Les Guigues	les-guigues	FR		0	Europe/Paris	43.55012	5.17964				93	13	131	13037
3000716	Les Guignards	les-guignards	FR		0	Europe/Paris	46.71039	2.37267				24	18	182	18136
3000717	Les Guidus	les-guidus	FR		0	Europe/Paris	47.86481	2.93122				24	45	451	45292
3000718	Les Guiboeufs	les-guiboeufs	FR		0	Europe/Paris	46.42354	2.29029				84	03	031	03249
3000719	Les Guibertes	les-guibertes	FR		0	Europe/Paris	44.96621	6.5319				93	05	051	05079
3000720	Les Guetteries	les-guetteries	FR		0	Europe/Paris	48.05	-0.43333				52	53	533	53267
3000723	Les Guérins	les-guerins	FR		0	Europe/Paris	47.70844	3.36971				27	89	891	89272
3000724	Les Guérins	les-guerins	FR		0	Europe/Paris	47.4	3.88333				27	89	892	89089
3000725	Les Guérins	les-guerins	FR		0	Europe/Paris	47.37305	2.9002				27	58	584	58086
3000726	Les Guérins	les-guerins	FR		0	Europe/Paris	44.53616	6.1492				93	05	052	05113
3000727	Les Guérins	les-guerins	FR		0	Europe/Paris	44.38988	6.5727				93	04	041	04220
3000728	Les Guérigneaux	les-guerigneaux	FR		0	Europe/Paris	47.14634	3.56729				27	58	583	58092
3000729	Les Guérets	les-guerets	FR		0	Europe/Paris	47.72981	2.53086				24	45	452	45122
3000730	Les Guénins	les-guenins	FR		0	Europe/Paris	47.88101	2.88832				24	45	451	45077
3000731	Les Guegilets	les-guegilets	FR		0	Europe/Paris	47.93854	0.19916		Les Guegilels,Les Guegilets		52	72	723	72008
3000732	Les Gubias	les-gubias	FR		0	Europe/Paris	44.71667	6.26667		Les Gubias,Les Gubies		93	05	052	05032
3000733	Les Guarrigues	les-guarrigues	FR		0	Europe/Paris	44.93333	1.31667				75	24	244	24516
3000734	Les Gruns	les-gruns	FR		0	Europe/Paris	45.60814	3.4819				84	63	631	63023
3000735	Les Gruets	les-gruets	FR		0	Europe/Paris	47.9109	3.25197				27	89	891	89163
3000736	Les Groux	les-groux	FR		0	Europe/Paris	48.91667	1.68333				11	78	781	78530
3000737	Les Gros Taillis	les-gros-taillis	FR		0	Europe/Paris	48.66667	1.6931		Le Gros Taillis,Les Gros Taillis		11	78	782	78307
3000738	Les Gros Ormes	les-gros-ormes	FR		0	Europe/Paris	48.24073	2.87141				11	77	774	77261
3000739	Les Groslards	les-groslards	FR		0	Europe/Paris	46.452	2.01171				24	36	363	36163
3000741	Les Gros Cléments	les-gros-clements	FR		0	Europe/Paris	43.92885	5.42434		Les Grands Clements,Les Grands Cléments,Les Gros Clements,Les Gros Cléments		93	84	841	84145
3000743	Les Groppes	les-groppes	FR		0	Europe/Paris	46.06667	1.63333		Les Croppes,Les Groppes		75	23	232	23137
3000744	Les Groies	les-groies	FR		0	Europe/Paris	48.04939	-0.04326				52	72	721	72004
3000745	Les Grisons	les-grisons	FR		0	Europe/Paris	47.45715	-1.69321				52	44	445	44073
3000746	Les Grisonnières	les-grisonnieres	FR		0	Europe/Paris	48.3	0.95				24	28	284	28175
3000747	Les Grimardis	les-grimardis	FR		0	Europe/Paris	45.72762	3.60203				84	63	635	63016
3000748	Les Griboulets	les-griboulets	FR		0	Europe/Paris	47.94162	2.88581		Les Gribolets,Les Griboulets		24	45	451	45279
3000749	Les Grèves	les-greves	FR		0	Europe/Paris	48.56509	3.82				44	51	512	51032
3000750	Les Grésourières	les-gresourieres	FR		0	Europe/Paris	44.83333	6.45		Les Gresaurieres,Les Gresourieres,Les Grésourières		93	05	051	05101
3000751	Les Grésillons	les-gresillons	FR		0	Europe/Paris	48.91873	2.30818		Les Gresillons,Les Grésillons		11	92	922	92036
3000752	Les Grès	les-gres	FR		0	Europe/Paris	48.42592	3.91651				44	10	102	10151
3000753	Les Grenons	les-grenons	FR		0	Europe/Paris	47.68805	3.21292				27	89	891	89254
3000754	Les Grelins	les-grelins	FR		0	Europe/Paris	46.64697	4.28735				27	71	711	71499
3000755	Les Grégoires	les-gregoires	FR		0	Europe/Paris	47.92602	2.70044				24	45	451	45345
3000756	Les Grées	les-grees	FR		0	Europe/Paris	47.58314	-1.58486				52	44	445	44113
3000757	Les Gravues	les-gravues	FR		0	Europe/Paris	48.05205	-0.6917				52	53	532	53034
3000758	Les Gravettes	les-gravettes	FR		0	Europe/Paris	50.25	3.96667				32	59	591	59365
3000759	Les Graves	les-graves	FR		0	Europe/Paris	46.27925	3.36709				84	03	032	03204
3000765	Les Granges de Vèvre	les-granges-de-vevre	FR		0	Europe/Paris	47.46893	3.93345				27	89	892	89025
3000766	Les Granges-de-Bonnecoste	les-granges-de-bonnecoste	FR		0	Europe/Paris	44.75	1.68333				76	46	463	46128
3000794	Les Grands Villers	les-grands-villers	FR		0	Europe/Paris	46.57381	2.66296				84	03	031	03041
3000795	Les Grands Villages	les-grands-villages	FR		0	Europe/Paris	46.73291	2.52186				24	18	182	18197
3000797	Les Grands Nains	les-grands-nains	FR		0	Europe/Paris	47.70659	3.29503				27	89	891	89419
3000799	Les Grands Moulins	les-grands-moulins	FR		0	Europe/Paris	45.61667	0.3		Le Grand-Moulin,Le Grands Moulins,Les Grands Moulins		75	16	161	16055
3000801	Les Grands Moraux	les-grands-moraux	FR		0	Europe/Paris	49.76337	1.25878				28	76	761	76321
3000802	Les Grands-Mesnils	les-grands-mesnils	FR		0	Europe/Paris	49.69047	1.22608				28	76	761	76193
3000803	Les Grands Marteaux	les-grands-marteaux	FR		0	Europe/Paris	47.91911	2.97988				24	45	451	45329
3000804	Les Grands Marsilly	les-grands-marsilly	FR		0	Europe/Paris	46.63996	0.88102				75	86	862	86236
3000805	Les Grands Lucas	les-grands-lucas	FR		0	Europe/Paris	48.04392	3.12062		Grands Lucas,Les Grands Lucas,Les Lucas		27	89	893	89298
3000806	Les Grands Javots	les-grands-javots	FR		0	Europe/Paris	47.96743	2.83583				24	45	451	45279
3000807	Les Grands Guillaumes	les-grands-guillaumes	FR		0	Europe/Paris	48	3.1				24	45	451	45115
3000808	Les Grands Faux	les-grands-faux	FR		0	Europe/Paris	47.15437	3.5475				27	58	583	58092
3000809	Les Grands Débris	les-grands-debris	FR		0	Europe/Paris	46.45799	3.34515		Les Debris,Les Débris,Les Grands Debris,Les Grands Débris		84	03	032	03025
3000810	Les Grands Communaux	les-grands-communaux	FR		0	Europe/Paris	45.99561	5.05433				84	01	012	01443
3000811	Les Grands Coins	les-grands-coins	FR		0	Europe/Paris	48.70705	1.74464				11	78	782	78562
3000814	Les Grands Bordeaux	les-grands-bordeaux	FR		0	Europe/Paris	49.58333	1.35				28	76	763	76146
3000815	Les Grands Bois	les-grands-bois	FR		0	Europe/Paris	47.97168	2.94674				24	45	451	45275
3000822	Les Grands Bergers	les-grands-bergers	FR		0	Europe/Paris	47.78191	2.928				24	45	451	45002
3000823	Les Grands Bédaures	les-grands-bedaures	FR		0	Europe/Paris	46.63333	3.35				84	03	032	03290
3000824	Les Grands	les-grands	FR		0	Europe/Paris	43.16453	6.02736				93	83	832	83054
3000827	Les Grandes Vallées	les-grandes-vallees	FR		0	Europe/Paris	48.21869	3.96891				44	10	103	10186
3000829	Les Grandes Ternes	les-grandes-ternes	FR		0	Europe/Paris	45.56667	5.58333		Grandes Ternes,Les Grandes Ternes		84	38	382	38104
3000830	Les Grandes Prouillères	les-grandes-prouilleres	FR		0	Europe/Paris	47.8535	0.33296				52	72	723	72299
3000832	Les Grandes Maisons	les-grandes-maisons	FR		0	Europe/Paris	47.58601	-0.65743		La Grande Maison,Les Grandes Maisons		52	49	491	49200
3000834	Les Grandes Landes	les-grandes-landes	FR		0	Europe/Paris	47.4656	-1.5725				52	44	445	44149
3000835	Les Grandes Labbes	les-grandes-labbes	FR		0	Europe/Paris	47.56667	2.66667				24	45	451	45064
3000837	Les Grandes Herbes	les-grandes-herbes	FR		0	Europe/Paris	47.39831	3.28342				27	58	584	58162
3000838	Les Grandes Forges	les-grandes-forges	FR		0	Europe/Paris	46.24467	1.22171				75	87	871	87089
3000839	Les Grandes Dalles	les-grandes-dalles	FR		0	Europe/Paris	49.81887	0.51177		Grandes Dalles,Les Grandes Dalles		28	76	762	76637
3000840	Les Grandes-Côtes	les-grandes-cotes	FR		0	Europe/Paris	48.60532	4.77654				44	51	514	51277
3000841	Les Grandes-Communes	les-grandes-communes	FR		0	Europe/Paris	46.29012	3.5447				84	03	033	03179
3000842	Les Grandes Châtelaines	les-grandes-chatelaines	FR		0	Europe/Paris	47.46435	3.89759				27	89	892	89025
3000844	Les Grandes Carbonnières	les-grandes-carbonnieres	FR		0	Europe/Paris	46.77913	1.53947				24	36	362	36142
3000845	Les Grandes Brosses	les-grandes-brosses	FR		0	Europe/Paris	47.15	2.13333				24	18	183	18036
3000846	Les Grandes Bâties	les-grandes-baties	FR		0	Europe/Paris	47.50311	5.89916				27	70	702	70053
3000849	Les Graillots	les-graillots	FR		0	Europe/Paris	47.45	3.46667				27	58	582	58079
3000850	Les Gouvaudières	les-gouvaudieres	FR		0	Europe/Paris	48.03333	-0.61667		Les Gouvandieres,Les Gouvandières,Les Gouvaudieres,Les Gouvaudières		52	53	531	53025
3000852	Les Gouttes	les-gouttes	FR		0	Europe/Paris	47.64704	3.20219				27	89	891	89368
3000853	Les Gouts	les-gouts	FR		0	Europe/Paris	48.26796	3.17243				27	89	893	89309
3000854	Les Goutiers	les-goutiers	FR		0	Europe/Paris	48.56571	0.57032				28	61	613	61491
3000855	Les Gous	les-gous	FR		0	Europe/Paris	44.00672	5.64345		Les Gaons,Les Gous		93	04	044	04018
3000857	Les Gourres	les-gourres	FR		0	Europe/Paris	44.55	6.31667		Les Goures,Les Gourres		93	05	052	05106
3000858	Les Goupilleries	les-goupilleries	FR		0	Europe/Paris	48.58333	1.1				24	28	283	28248
3000860	Les Goujets	les-goujets	FR		0	Europe/Paris	48.00196	3.25037				27	89	893	89063
3000861	Les Goujats	les-goujats	FR		0	Europe/Paris	46.13948	2.98914				84	03	033	03078
3000862	Les Gougnons	les-gougnons	FR		0	Europe/Paris	46.38734	3.1039				84	03	032	03292
3000863	Lesgoudies	lesgoudies	FR		0	Europe/Paris	44.16226	-0.66381				75	40	402	40246
3000864	Les Goudes	les-goudes	FR		495	Europe/Paris	43.21559	5.34734		Les Coudes,Les Goudes		93	13	133	13055
3000865	Les Goths	les-goths	FR		0	Europe/Paris	47.98942	2.81113				24	45	451	45004
3000866	Les Gorguettes	les-gorguettes	FR		0	Europe/Paris	43.40212	5.59807		Les Gorguettes		93	13	133	13016
3000868	Les Gorges	les-gorges	FR		0	Europe/Paris	45.76386	4.37965				84	69	691	69038
3000869	Les Gorciers	les-gorciers	FR		0	Europe/Paris	46.56498	1.14976				24	36	361	36016
3000871	Les Gonthéaumes	les-gontheaumes	FR		0	Europe/Paris	44.99387	5.76912				84	38	381	38462
3000873	Les Gondoins	les-gondoins	FR		0	Europe/Paris	44.72959	6.24874		Les Gondoins,Les Gondouins		93	05	052	05032
3000874	Les Goirands	les-goirands	FR		0	Europe/Paris	44.43333	6.33333				93	04	041	04033
3000875	Les Godeaux	les-godeaux	FR		0	Europe/Paris	47.82866	2.75748				24	45	451	45278
3000876	Les Gobets	les-gobets	FR		0	Europe/Paris	48.04142	2.91644				24	45	451	45113
3000877	Les Gobets	les-gobets	FR		0	Europe/Paris	47.1379	3.36514				27	58	583	58196
3000878	Les Goberdières	les-goberdieres	FR		0	Europe/Paris	47.88582	0.31517				52	72	723	72299
3000879	Les Glauds	les-glauds	FR		0	Europe/Paris	46.71667	3.43333				27	58	583	58293
3000880	Les Glandons	les-glandons	FR		0	Europe/Paris	47.97824	2.98419				24	45	451	45097
3000881	Les Glaizaules	les-glaizaules	FR		0	Europe/Paris	44.63858	5.28034		Les Glaizaules,Les Gleizolles		84	26	261	26254
3000882	Les Glaives	les-glaives	FR		0	Europe/Paris	47.83028	2.94801				24	45	451	45292
3000883	Les Glaisoles	les-glaisoles	FR		0	Europe/Paris	44.5	6.28333				93	05	052	05127
3000884	Les Girons	les-girons	FR		0	Europe/Paris	44.10979	5.69713				93	04	044	04095
3000885	Les Girofflées	les-girofflees	FR		0	Europe/Paris	47.00359	2.98296				24	18	182	18265
3000886	Les Girets	les-girets	FR		0	Europe/Paris	46.16667	3.2				84	03	033	03133
3000887	Les Girault	les-girault	FR		0	Europe/Paris	46.7602	3.30409				27	58	583	58192
3000888	Les Giraudons	les-giraudons	FR		0	Europe/Paris	46.734	1.99201				24	36	363	36180
3000889	Les Girards	les-girards	FR		0	Europe/Paris	44.41721	5.80561				93	05	052	05165
3000890	Les Girards	les-girards	FR		0	Europe/Paris	44.23401	5.32125		Les Girairds,Les Girards		84	26	262	26239
3000891	Les Girardins	les-girardins	FR		0	Europe/Paris	47.54657	2.94419				27	58	584	58007
3000892	Les Girandes	les-girandes	FR		0	Europe/Paris	47.85301	3.16457				27	89	891	89086
3000893	Les Gimonets	les-gimonets	FR		0	Europe/Paris	47.30638	2.55334				24	18	181	18109
3000894	Les Gillis	les-gillis	FR		0	Europe/Paris	44.75	6.58333				93	05	051	05122
3000895	Les Gillis	les-gillis	FR		0	Europe/Paris	44.48333	6.18333		Les Gillis,Loucha		93	05	052	05171
3000896	Les Giés	les-gies	FR		0	Europe/Paris	47.97106	2.86691				24	45	451	45279
3000897	Les Gibons	les-gibons	FR		0	Europe/Paris	46.45	3.28333				84	03	032	03026
3000898	Les Gibets	les-gibets	FR		0	Europe/Paris	44.91667	4.88333		Le Gibet,Les Gibets		84	26	263	26362
3000899	Les Gibelins	les-gibelins	FR		0	Europe/Paris	47.55476	3.06543				27	58	584	58227
3000900	Les Giards	les-giards	FR		0	Europe/Paris	47.89222	2.71144				24	45	451	45283
3000901	Les Geymonds	les-geymonds	FR		0	Europe/Paris	45.08736	5.55954				84	38	381	38548
3000904	Les Gervais	les-gervais	FR		0	Europe/Paris	43.91667	5.25				93	84	841	84057
3000905	Les Gervais	les-gervais	FR		0	Europe/Paris	43.56667	5.4				93	13	131	13001
3000906	Les Gerpins	les-gerpins	FR		0	Europe/Paris	46.55847	2.55257				24	18	182	18089
3000907	Les Gérots	les-gerots	FR		0	Europe/Paris	46.92416	2.83255				24	18	182	18080
3000908	Les Germenais	les-germenais	FR		0	Europe/Paris	48.19191	-1.13374				53	35	351	35300
3000909	Les Georges	les-georges	FR		0	Europe/Paris	46.15642	3.08457				84	03	033	03311
3000910	Les Genièvres	les-genievres	FR		0	Europe/Paris	47.41441	4.10311				27	21	213	21531
3000913	Les Genêts	les-genets	FR		0	Europe/Paris	46.75236	2.61105				24	18	182	18231
3000914	Les Genêtes	les-genetes	FR		0	Europe/Paris	46.31038	1.59686				75	23	232	23166
3000915	Les Genestoux	les-genestoux	FR		0	Europe/Paris	45.7597	3.38864		Genestoux,Les Genestoux		84	63	632	63168
3000916	Les Gazons	les-gazons	FR		0	Europe/Paris	46.81667	2.25				24	18	182	18152
3000917	Les Gayots	les-gayots	FR		0	Europe/Paris	46.36134	3.30495				84	03	032	03083
3000919	Les Gavachs	les-gavachs	FR		0	Europe/Paris	44.80489	0.87476				75	24	241	24068
3000920	Les Gauzards	les-gauzards	FR		0	Europe/Paris	46.57333	2.77543				84	03	031	03313
3000921	Les Gautrois	les-gautrois	FR		0	Europe/Paris	48.03036	2.97502		Les Gautois,Les Gautrois		24	45	451	45073
3000922	Les Gautrêches	les-gautreches	FR		0	Europe/Paris	47.0731	-0.7669				52	49	492	49352
3000923	Les Gautiers	les-gautiers	FR		0	Europe/Paris	44.83007	5.85558		Les Gauthiers,Les Gautiers		84	38	381	38456
3000924	Les Gauthiers	les-gauthiers	FR		0	Europe/Paris	48.0421	3.11048				27	89	893	89298
3000925	Les Gauthiers	les-gauthiers	FR		0	Europe/Paris	47.13472	1.52824				24	36	362	36228
3000926	Les Gauteries	les-gauteries	FR		0	Europe/Paris	44.86667	1.28333				75	24	244	24082
3000927	Les Gaulardières	les-gaulardieres	FR		0	Europe/Paris	48.10641	1.24967		Les Gaulardieres,Les Gaulardières,Les Goislardieres,Les Goislardières		24	28	282	28334
3000928	Les Gauguins	les-gauguins	FR		0	Europe/Paris	48.06766	3.11684				27	89	893	89298
3000929	Les Gauguins	les-gauguins	FR		0	Europe/Paris	48.0286	3.00171				24	45	451	45281
3000930	Les Gauguins	les-gauguins	FR		0	Europe/Paris	47.9944	3.21398				27	89	893	89313
3000931	Les Gaudinais	les-gaudinais	FR		0	Europe/Paris	48.13514	-1.626		La Gaudinais,Les Gaudinais		53	35	353	35051
3000932	Les Gauchoirs	les-gauchoirs	FR		0	Europe/Paris	44.99406	6.07296				84	38	381	38052
3000933	Les Gauchers	les-gauchers	FR		0	Europe/Paris	44.03292	5.22383		Les Gaucher,Les Gauchers		93	84	843	84018
3000934	Les Gats	les-gats	FR		0	Europe/Paris	46.16667	3.1				84	03	033	03194
3000935	Les Gâtines Rouges	les-gatines-rouges	FR		0	Europe/Paris	48.88202	1.50924				24	28	283	28096
3000936	Les Gâtines d'Oulins	les-gatines-d-oulins	FR		0	Europe/Paris	48.86571	1.50816				24	28	283	28293
3000937	Les Gâtines	les-gatines	FR		0	Europe/Paris	48.80228	1.96537				11	78	784	78490
3000938	Les Gâtines	les-gatines	FR		0	Europe/Paris	48.74254	1.22444				24	28	283	28359
3000939	Les Gatilleries	les-gatilleries	FR		0	Europe/Paris	47.02744	2.89213				24	18	182	18215
3000940	Les Gâteaux	les-gateaux	FR		0	Europe/Paris	47.46724	2.74886				24	18	181	18259
3000941	Les Garrigues	les-garrigues	FR		0	Europe/Paris	44.63577	1.42718				76	46	463	46219
3000942	Les Garots	les-garots	FR		0	Europe/Paris	46.56619	2.95905				84	03	032	03320
3000943	Les Garniers	les-garniers	FR		0	Europe/Paris	48.02449	3.12844				27	89	893	89350
3000944	Les Garniers	les-garniers	FR		0	Europe/Paris	47.69496	2.93095				27	89	891	89046
3000945	Les Gardes	les-gardes	FR		0	Europe/Paris	47.15	-0.73333				52	49	492	49092
3000946	Les Gardes	les-gardes	FR		0	Europe/Paris	46.11577	4.1226				84	42	422	42338
3000947	Les Garcines	les-garcines	FR		0	Europe/Paris	44.76667	6.51667		Les Garcines,Les Garcines Chalets,Les Garcines Châlets		93	05	051	05058
3000948	Les Gaps	les-gaps	FR		0	Europe/Paris	44.08586	5.22023				93	84	843	84046
3000949	Les Galliers	les-galliers	FR		0	Europe/Paris	47.25828	1.71275				24	36	364	36034
3000950	Les Gallichets	les-gallichets	FR		0	Europe/Paris	47.82682	3.1473				27	89	891	89086
3000951	Les Gallands	les-gallands	FR		0	Europe/Paris	44.66958	5.49914				84	26	261	26178
3000952	Les Galesnières	les-galesnieres	FR		0	Europe/Paris	48.30078	0.47133				52	72	722	72276
3000953	Les Galbits	les-galbits	FR		0	Europe/Paris	45.40542	5.56757		Les Galbits,le Galbis		84	38	381	38105
3000954	Les Galands	les-galands	FR		0	Europe/Paris	46.72057	2.10038				24	18	182	18216
3000955	Les Gaillons	les-gaillons	FR		0	Europe/Paris	48.53148	0.51314				28	61	613	61414
3000956	Les Gaillards	les-gaillards	FR		0	Europe/Paris	44.53774	6.53291				93	05	052	05156
3000957	Les Gadeaux	les-gadeaux	FR		0	Europe/Paris	46.81631	2.7824				24	18	182	18161
3000958	Les Gacards	les-gacards	FR		0	Europe/Paris	45.63784	3.39312				84	63	632	63177
3000959	Les Gaboureaux	les-gaboureaux	FR		0	Europe/Paris	45.8092	5.23994		Gaboureaux,Les Gaboureaux		84	01	011	01390
3000960	Les Gabets	les-gabets	FR		0	Europe/Paris	46.3381	3.12647				84	03	032	03281
3000961	Les Fusées	les-fusees	FR		0	Europe/Paris	48.12799	3.69793				27	89	893	89048
3000962	Les Fumades les Bains	les-fumades-les-bains	FR		0	Europe/Paris	44.18638	4.22837		Les Fumades,Les Fumades les Bains,Les Fumades-Les Bains		76	30	301	30008
3000963	Les Frumiers	les-frumiers	FR		0	Europe/Paris	45.75688	6.53951		Les Frumiers,les Fruiniers		84	73	731	73132
3000964	Les Froux	les-froux	FR		0	Europe/Paris	46.82782	0.79829				75	86	861	86129
3000965	Les Frossards	les-frossards	FR		0	Europe/Paris	47.49515	2.94543				27	58	584	58007
3000966	Les Fromajots	les-fromajots	FR		0	Europe/Paris	46.91033	3.46292		Les Fromageots,Les Fromajots		27	58	583	58151
3000967	Les Frogeries	les-frogeries	FR		0	Europe/Paris	48.06797	0.36592				52	72	722	72241
3000969	Les Fringants	les-fringants	FR		0	Europe/Paris	43.86542	5.45674				93	84	841	84105
3000970	Les Friches	les-friches	FR		0	Europe/Paris	47.48964	-1.48191		La Friche,Les Friches		52	44	445	44110
3000971	Les Frétis	les-fretis	FR		0	Europe/Paris	48.50477	1.11171				24	28	281	28302
3000972	Les Frétils	les-fretils	FR		0	Europe/Paris	49.74667	1.60059				28	76	761	76265
3000973	Les Frétils	les-fretils	FR		0	Europe/Paris	48.85074	0.68998		Les Fretils,Les Frétils		28	27	272	27096
3000974	Les Frères	les-freres	FR		0	Europe/Paris	43.41326	5.45495				93	13	131	13107
3000975	Les Frênes	les-frenes	FR		0	Europe/Paris	49.56311	0.20261				28	76	762	76447
3000976	Les Frenay Petit	les-frenay-petit	FR		0	Europe/Paris	48.22494	-1.12375				53	35	351	35072
3000977	Les Frenay Haut	les-frenay-haut	FR		0	Europe/Paris	48.21667	-1.13333				53	35	351	35072
3000978	Les Frenay Grand	les-frenay-grand	FR		0	Europe/Paris	48.22322	-1.12142				53	35	351	35072
3000979	Les Frenay	les-frenay	FR		0	Europe/Paris	48.21667	-1.13333				53	35	351	35072
3000980	Les Frémis	les-fremis	FR		0	Europe/Paris	47.74705	3.12323		Les Fremis,Les Fremy,Les Frémis		27	89	891	89408
3000981	Les Fréaux	les-freaux	FR		0	Europe/Paris	45.03333	6.28333				93	05	051	05063
3000982	Les Frauds	les-frauds	FR		0	Europe/Paris	45.71667	0.28333				75	16	161	16061
3000983	Les Frasses	les-frasses	FR		0	Europe/Paris	45.53197	6.69436				84	73	731	73150
3000984	Les François	les-francois	FR		0	Europe/Paris	47.73481	3.14614				27	89	891	89408
3000985	Les Fraches	les-fraches	FR		0	Europe/Paris	44.88333	6.75				93	05	051	05027
3000986	Les Fours	les-fours	FR		0	Europe/Paris	47.73438	3.25804		Fours,Les Fours		27	89	891	89419
3000987	Les Fourrés	les-fourres	FR		0	Europe/Paris	47.74552	3.07505		Les Foures,Les Fourres,Les Fourrés,Les Fourés		27	89	891	89462
3000988	Les Fourniers	les-fourniers	FR		0	Europe/Paris	44.94368	4.79801		Fourniers,Les Fourniers		84	07	073	07281
3000989	Les Fourniers	les-fourniers	FR		0	Europe/Paris	44.62492	5.40777				84	26	261	26204
3000990	Les Fourniers	les-fourniers	FR		0	Europe/Paris	44.28226	5.88999				93	05	052	05103
3000991	Les Fourniers	les-fourniers	FR		0	Europe/Paris	43.24789	5.57333				93	13	133	13085
3000992	Les Fournials	les-fournials	FR		0	Europe/Paris	43.71317	2.24326				76	81	812	81177
3000993	Les Fourneix	les-fourneix	FR		0	Europe/Paris	45.63669	3.31947		Les Fourneix,Les Fournets		84	63	632	63405
3000994	Les Fourneaux	les-fourneaux	FR		0	Europe/Paris	48.09457	2.85285		Les Fourneaux		24	45	451	45161
3000995	Les Fourneaux	les-fourneaux	FR		0	Europe/Paris	45.61744	5.8482				84	73	732	73051
3000996	Les Fourneaux	les-fourneaux	FR		0	Europe/Paris	45.07532	5.06237				84	26	263	26218
3000997	Les Fournaux	les-fournaux	FR		0	Europe/Paris	48.07697	3.67419				27	89	891	89436
3001001	Les Fourches	les-fourches	FR		0	Europe/Paris	46.2091	2.90295				84	63	634	63140
3001002	Les Fouquaux	les-fouquaux	FR		0	Europe/Paris	47.97011	2.09377				24	45	452	45327
3001004	Les Fougères	les-fougeres	FR		0	Europe/Paris	46.27193	1.90184				75	23	232	23049
3001005	Les Fougères	les-fougeres	FR		0	Europe/Paris	46.26641	1.66941				75	23	232	23141
3001006	Les Fougères	les-fougeres	FR		0	Europe/Paris	45.51408	3.53475				84	63	631	63002
3001007	Les Fouets	les-fouets	FR		0	Europe/Paris	47.74529	3.2398				27	89	891	89147
3001008	Les Foudrons	les-foudrons	FR		0	Europe/Paris	47.48676	1.94886				24	41	413	41231
3001009	Les Fouchers	les-fouchers	FR		0	Europe/Paris	47.51667	3.15				27	58	584	58094
3001010	Les Foucaudières	les-foucaudieres	FR		0	Europe/Paris	48.25758	1.03902				24	28	284	28219
3001015	Les Fossas	les-fossas	FR		0	Europe/Paris	46.90848	3.91229				27	58	581	58309
3001016	Les Forts	les-forts	FR		0	Europe/Paris	47.45838	2.44629				24	18	183	18015
3001017	Les Forts	les-forts	FR		0	Europe/Paris	47.35285	2.56486				24	18	183	18115
3001018	Les Forgettes	les-forgettes	FR		0	Europe/Paris	46.17692	2.04634		Les Forgettes		75	23	231	23154
3001030	Les Forêts	les-forets	FR		0	Europe/Paris	46.40363	3.19952				84	03	032	03287
3001031	Les Forêts	les-forets	FR		0	Europe/Paris	45.13333	4.85				84	26	263	26119
3001032	Les Forestons	les-forestons	FR		0	Europe/Paris	44.68992	6.02978				93	05	052	05104
3001033	Les Fonts	les-fonts	FR		0	Europe/Paris	44.84382	6.8165		Les Fonds		93	05	051	05027
3001034	Les Fontinettes	les-fontinettes	FR		0	Europe/Paris	50.94326	1.874		Fontinettes,Les Fontinettes		32	62	626	62193
3001035	Les Fontettes	les-fontettes	FR		0	Europe/Paris	44.47942	5.51331		Fontettes,Les Fontettes		93	05	052	05024
3001036	Les Fontêtes	les-fontetes	FR		0	Europe/Paris	45.82601	2.92144				84	63	634	63381
3001037	Les Fontenits	les-fontenits	FR		0	Europe/Paris	47.06964	-0.65012				52	49	492	49240
3001038	Les Fontenis	les-fontenis	FR		0	Europe/Paris	47.44878	6.05835		Les Fontenis		27	70	702	70447
3001101	Les Eymaries	les-eymaries	FR		0	Europe/Paris	44.91667	0.31667				75	24	241	24191
3001040	Les Fonteilles	les-fonteilles	FR		0	Europe/Paris	46.43208	1.97487				75	23	232	23148
3001041	Les Fontaines-de-Presles	les-fontaines-de-presles	FR		0	Europe/Paris	48.70267	2.75597				11	77	773	77377
3001042	Les Fontaines	les-fontaines	FR		0	Europe/Paris	48.14889	-4.00755				53	29	292	29062
3001044	Les Fonds du Mas	les-fonds-du-mas	FR		0	Europe/Paris	44.98183	0.51987				75	24	243	24285
3001045	Les Fonds	les-fonds	FR		0	Europe/Paris	44.33699	3.10947				76	12	122	12270
3001046	Les Foins	les-foins	FR		0	Europe/Paris	47.43429	3.16786				27	58	584	58077
3001047	Les Foges	les-foges	FR		0	Europe/Paris	44.96849	5.23628		Foges,Les Foges		84	26	261	26223
3001048	Les Florins	les-florins	FR		0	Europe/Paris	44.59401	6.60192				93	05	051	05119
3001049	Les Fleuris	les-fleuris	FR		0	Europe/Paris	47.80237	3.10398				27	89	891	89086
3001050	Les Fléchons	les-flechons	FR		0	Europe/Paris	43.71988	4.86988				93	13	132	13058
3001052	Les Finardières	les-finardieres	FR		0	Europe/Paris	48.094	0.72721				52	72	722	72156
3001053	Les Fillys	les-fillys	FR		0	Europe/Paris	44.4	6.28333				93	04	043	04203
3001054	Les Figons	les-figons	FR		0	Europe/Paris	43.56161	5.38107				93	13	131	13032
3001055	Les Fieux	les-fieux	FR		0	Europe/Paris	44.87615	1.68499				76	46	463	46193
3001056	Les Feuges	les-feuges	FR		0	Europe/Paris	45.36372	5.15651				84	38	383	38291
3001057	Les Feugerets	les-feugerets	FR		0	Europe/Paris	48.2822	0.9653				24	28	284	28010
3001058	Les Fétus	les-fetus	FR		0	Europe/Paris	48.03747	3.00068				24	45	451	45281
3001059	Les Ferrières	les-ferrieres	FR		0	Europe/Paris	45.80702	3.51624				84	63	635	63249
3001061	Les Ferets	les-ferets	FR		0	Europe/Paris	49.05	1.83333				11	78	781	78416
3001062	Les Fenets	les-fenets	FR		0	Europe/Paris	46.71826	1.45913				24	36	362	36139
3001063	Les Fédons	les-fedons	FR		0	Europe/Paris	43.65583	5.22201				93	13	131	13050
3001064	Les Faysses	les-faysses	FR		0	Europe/Paris	44.43583	5.93013				93	05	052	05013
3001066	Les Fayes	les-fayes	FR		0	Europe/Paris	46.20256	3.0189				84	03	033	03089
3001067	Les Fayes	les-fayes	FR		0	Europe/Paris	46.2	2.61667				84	03	031	03280
3001068	Les Fayes	les-fayes	FR		0	Europe/Paris	45.69877	3.68829				84	63	631	63207
3001069	Les Fayes	les-fayes	FR		0	Europe/Paris	45.13507	4.37693				84	07	073	07212
3001070	Les Favéreaux	les-favereaux	FR		0	Europe/Paris	48.03388	3.19815				27	89	893	89353
3001071	Les Faux	les-faux	FR		0	Europe/Paris	45.1	4.38333				84	07	073	07080
3001072	Les Fauvins	les-fauvins	FR		0	Europe/Paris	44.56257	6.11412				93	05	052	05061
3001073	Les Fauveaux	les-fauveaux	FR		0	Europe/Paris	47.21424	2.96445				24	18	181	18110
3001074	Les Fauries	les-fauries	FR		0	Europe/Paris	45.05528	5.19287		Les Faures,Les Fauries		84	26	263	26149
3001075	Le Rif des Fauries	le-rif-des-fauries	FR		0	Europe/Paris	44.66251	5.21259		Le Rif des Fauries,Les Fauries		84	26	261	26080
3001076	Les Faures	les-faures	FR		0	Europe/Paris	44.9051	5.42779				84	26	261	26290
3001077	Les Faures	les-faures	FR		0	Europe/Paris	44.86096	6.04611				84	38	381	38522
3001078	Les Faures	les-faures	FR		0	Europe/Paris	44.71707	0.49123				75	24	241	24383
3001079	Les Faucons	les-faucons	FR		0	Europe/Paris	44.91299	5.05393		Faucons,Les Faucons		84	26	263	26064
3001080	Les Fauchots	les-fauchots	FR		0	Europe/Paris	48.00753	3.06491				24	45	451	45115
3001081	Les Fatigons	les-fatigons	FR		0	Europe/Paris	44.1067	5.23136		Fatigons,Les Fatigons		93	84	843	84017
3001082	Les Farillats	les-farillats	FR		0	Europe/Paris	46.40402	2.4992				84	03	031	03128
3001083	Les Fargues	les-fargues	FR		0	Europe/Paris	44.92054	0.78368				75	24	241	24407
3001084	Les Fargues	les-fargues	FR		0	Europe/Paris	44.71158	1.23053				75	24	244	24184
3001091	Les Faix	les-faix	FR		0	Europe/Paris	44.63333	6.2				93	05	052	05004
3001092	Les Faiteaux	les-faiteaux	FR		0	Europe/Paris	46.46667	3.26667				84	03	032	03026
3001093	Les Fades	les-fades	FR		0	Europe/Paris	45.97057	2.80475				84	63	634	63004
3001094	Les Fabres	les-fabres	FR		0	Europe/Paris	44.25	6.13333				93	04	044	04016
3001096	Les Eyverras	les-eyverras	FR		0	Europe/Paris	44.93512	5.86064		Les Everras,Les Eyverras		84	38	381	38283
3001097	Les Eyssenières	les-eyssenieres	FR		0	Europe/Paris	44.3	5.6		Les Eyssenieres,Les Eyssenières,Les Sinieres,Les Sinières		84	26	262	26153
3001098	Les Eyssards	les-eyssards	FR		0	Europe/Paris	45.32911	0.69884				75	24	242	24064
3001099	Les Eyrauds	les-eyrauds	FR		0	Europe/Paris	44.69078	6.3052				93	05	052	05096
3001100	Les Eymes	les-eymes	FR		0	Europe/Paris	45.2572	5.84608				84	38	381	38431
3001104	Les Évarras	les-evarras	FR		0	Europe/Paris	44.7141	6.0143				93	05	052	05095
3001106	Les Eucherts	les-eucherts	FR		0	Europe/Paris	45.62613	6.86392				84	73	731	73176
3001108	Les Étivaux	les-etivaux	FR		0	Europe/Paris	47.20466	3.02523				27	58	584	58059
3001110	Les Éteignons	les-eteignons	FR		0	Europe/Paris	45.51091	3.75846				84	63	631	63003
3001111	Les Étards	les-etards	FR		0	Europe/Paris	48.65697	2.7497				11	77	772	77352
3001113	Les Étalons	les-etalons	FR		0	Europe/Paris	45.40385	6.26788				84	73	733	73278
3001114	Les Étages	les-etages	FR		0	Europe/Paris	44.93333	6.25				84	38	381	38375
3001115	Les Estrets	les-estrets	FR		0	Europe/Paris	44.74134	3.35222				76	48	482	48063
3001116	Les Estiveaux	les-estiveaux	FR		0	Europe/Paris	47.17	2.79391				24	18	181	18132
3001117	Les Estaris	les-estaris	FR		0	Europe/Paris	44.69771	6.3285				93	05	052	05096
3001120	Les Essons	les-essons	FR		0	Europe/Paris	47.94467	3.06093				24	45	451	45129
3001121	Les Essertines	les-essertines	FR		0	Europe/Paris	45.3889	4.45509		Issertine,Les Essertines		84	42	423	42218
3001123	Les Essarts-Varimpré	les-essarts-varimpre	FR		0	Europe/Paris	49.81752	1.52474		Les Essarts,Les Essarts-Varimpre,Les Essarts-Varimpré		28	76	761	76122
3001127	Les Essarts-de-Pommereval	les-essarts-de-pommereval	FR		0	Europe/Paris	49.73702	1.29453				28	76	761	76506
3001129	Les Essarts-d'Ardouval	les-essarts-d-ardouval	FR		0	Europe/Paris	49.74142	1.27273				28	76	761	76024
3001141	Les Espeyroux	les-espeyroux	FR		0	Europe/Paris	44.48937	2.56334		Espeyroux,Les Espeyroux		76	12	122	12165
3001142	Les Espagnes	les-espagnes	FR		0	Europe/Paris	44.56667	6.25				93	05	052	05017
3001143	Les Esnaudries	les-esnaudries	FR		0	Europe/Paris	48.09203	0.36112				52	72	722	72275
3001144	Les Escures	les-escures	FR		0	Europe/Paris	44.93333	1.76667				75	19	191	19026
3001145	Le Serret	le-serret	FR		0	Europe/Paris	44.4	6.76667		Cofous,Le Serret		93	04	041	04096
3001146	Le Serre Barbin	le-serre-barbin	FR		0	Europe/Paris	44.95947	6.5462		La Serre Barbin,Le Serre Barbin		93	05	051	05079
3001147	Le Serre	le-serre	FR		0	Europe/Paris	44.74184	5.78074				84	38	381	38514
3001148	Le Serre	le-serre	FR		0	Europe/Paris	44.55	6.45				93	05	052	05111
3001149	Le Serre	le-serre	FR		0	Europe/Paris	44.48333	6.23333				93	05	052	05050
3001150	Le Serre	le-serre	FR		0	Europe/Paris	44.31667	6.65				93	04	041	04226
3001152	Le Sérier	le-serier	FR		0	Europe/Paris	46.24981	1.57686				75	23	232	23143
3001153	Le Sépulcre	le-sepulcre	FR		0	Europe/Paris	48.53991	-2.83083		Le Sepulchre,Le Sepulcre,Le Sépulchre,Le Sépulcre		53	22	224	22187
3001154	Les Epsailles	les-epsailles	FR		0	Europe/Paris	47.31591	2.76286				24	18	181	18079
3001155	Les Épines	les-epines	FR		0	Europe/Paris	45.56209	3.50198				84	63	631	63119
3001156	Les Épinais	les-epinais	FR		0	Europe/Paris	48.11667	-1.15				53	35	351	35105
3001159	Les Épenards	les-epenards	FR		0	Europe/Paris	48.14559	3.26603				27	89	893	89195
3001160	Les Épasses	les-epasses	FR		0	Europe/Paris	48.56722	0.73003				28	61	613	61230
3001161	Les Épars	les-epars	FR		0	Europe/Paris	45.27169	4.932				84	26	263	26330
3001166	Les Endrives	les-endrives	FR		0	Europe/Paris	45.04307	1.36721				75	24	244	24215
3001169	Les Émonderies	les-emonderies	FR		0	Europe/Paris	48.18333	0.88333				24	28	284	28018
3001170	Les Emerins	les-emerins	FR		0	Europe/Paris	46.49172	2.91438				84	03	032	03312
3001172	Le Seignus-Haut	le-seignus-haut	FR		0	Europe/Paris	44.23333	6.61667				93	04	042	04006
3001173	Le Seignus-Bas	le-seignus-bas	FR		0	Europe/Paris	44.23333	6.61667				93	04	042	04006
3001174	Le Seignus	le-seignus	FR		0	Europe/Paris	44.21222	6.5945		Le Seigneux,Le Seignus		93	04	042	04240
3001178	Les Égaux	les-egaux	FR		0	Europe/Paris	45.65648	3.40925				84	63	632	63157
3001179	Les Effeuillers	les-effeuillers	FR		0	Europe/Paris	45.47194	5.27164		Effeuillers,Les Effeuiller,Les Effeuillers,les Efjeuillers		84	38	383	38069
3001181	Les Éduits	les-eduits	FR		0	Europe/Paris	44.91667	6.58333				93	05	051	05133
3001186	Les Échines-Dessus	les-echines-dessus	FR		0	Europe/Paris	45.63338	6.76474				84	73	731	73054
3001187	Les Échines-Dessous	les-echines-dessous	FR		0	Europe/Paris	45.63229	6.77409				84	73	731	73054
3001188	Les Échines	les-echines	FR		0	Europe/Paris	45.63333	6.76667				84	73	731	73054
3001189	Le Séchier	le-sechier	FR		0	Europe/Paris	44.78183	6.06583				93	05	052	05144
3001190	Les Échellettes	les-echellettes	FR		0	Europe/Paris	46.35574	3.4816				84	03	033	03187
3001192	Les Écharmeaux	les-echarmeaux	FR		0	Europe/Paris	46.16696	4.44352		Les Echarmeaux,Les Écharmeaux		84	69	692	69160
3001193	Les Écharbeaux	les-echarbeaux	FR		0	Europe/Paris	46.7851	1.63758				24	36	362	36202
3001194	Les Échamps	les-echamps	FR		0	Europe/Paris	45.02826	2.84924				84	15	153	15148
3001196	Les Eaux-Ouies	les-eaux-ouies	FR		0	Europe/Paris	49.45	1.85				32	60	601	60073
3001197	Les Eaux-Chaudes	les-eaux-chaudes	FR		0	Europe/Paris	42.95375	-0.4395		Eaux Chaudes		75	64	642	64320
3001198	Les Duvaux	les-duvaux	FR		0	Europe/Paris	48.81442	1.5101				24	28	283	28064
3001199	Les Dutots	les-dutots	FR		0	Europe/Paris	49.49739	1.57893				28	76	761	76067
3001200	Les Durons	les-durons	FR		0	Europe/Paris	44.86105	5.0763				84	26	263	26100
3001201	Les Durands	les-durands	FR		0	Europe/Paris	46.64315	2.96324				84	03	032	03251
3001202	Les Durands	les-durands	FR		0	Europe/Paris	43.64285	5.46165				93	13	131	13080
3001203	Les Durandons	les-durandons	FR		0	Europe/Paris	44.51037	5.98471		Les Durandone,Les Durandons		93	05	052	05100
3001205	Les Dunes d'Oye	les-dunes-d-oye	FR		0	Europe/Paris	50.99953	2.06814				32	62	626	62645
3001207	Les Dulys	les-dulys	FR		0	Europe/Paris	47.98171	2.92651		Les Dulis,Les Dulys		24	45	451	45275
3001208	Les Dubois	les-dubois	FR		0	Europe/Paris	47.59393	3.21262				27	89	891	89273
3001209	Les Drillaux	les-drillaux	FR		0	Europe/Paris	46.71077	2.16086				24	18	182	18216
3001210	Les Driats	les-driats	FR		0	Europe/Paris	46.63982	3.43447				84	03	032	03121
3001211	Les Doutardes	les-doutardes	FR		0	Europe/Paris	46.77032	0.51205				75	86	861	86174
3001212	Les Dourioux	les-dourioux	FR		0	Europe/Paris	44.51667	6.46667				93	05	052	05045
3001213	Les Doureines	les-doureines	FR		0	Europe/Paris	44.85853	5.0121				84	26	263	26212
3001214	Les Dourbettes	les-dourbettes	FR		0	Europe/Paris	44.03773	6.29918				93	04	043	04074
3001215	Les Dourbes	les-dourbes	FR		0	Europe/Paris	44.06442	6.31311		Les Dourbes		93	04	043	04070
3001217	Les Doudets	les-doudets	FR		0	Europe/Paris	46.71686	3.20134				27	58	583	58296
3001218	Les Dorsoirs	les-dorsoirs	FR		0	Europe/Paris	47.84183	2.96021				24	45	451	45292
3001219	Les Dornets	les-dornets	FR		0	Europe/Paris	48.06251	3.09449				27	89	893	89380
3001220	Les Doris	les-doris	FR		0	Europe/Paris	44.81902	0.42651				75	24	241	24437
3001221	Les Donnais	les-donnais	FR		0	Europe/Paris	46.75562	2.73831				24	18	182	18276
3001222	Les Domeries	les-domeries	FR		0	Europe/Paris	48.33535	0.49529				28	61	613	61498
3001223	Les Dognons	les-dognons	FR		0	Europe/Paris	45.71217	0.71976				75	87	873	87091
3001224	Les Dix Censes	les-dix-censes	FR		0	Europe/Paris	50.98333	2.08333				32	62	626	62645
3001226	Les Dijeux	les-dijeux	FR		0	Europe/Paris	46.69505	2.02066				24	36	363	36017
3001227	Les Devaux	les-devaux	FR		0	Europe/Paris	47.5519	3.21298				27	89	891	89420
3001229	Les Deux-Frères	les-deux-freres	FR		0	Europe/Paris	45.54215	3.55595				84	63	631	63142
3001231	Les Desvignes	les-desvignes	FR		0	Europe/Paris	47.92399	3.04429				24	45	451	45129
3001233	Le Désert d'Entremont	le-desert-d-entremont	FR		0	Europe/Paris	45.46195	5.86501	1137	Le Desert d'Entremont,Le Désert d'Entremont,Les Deserts,Les Déserts		84	73	732	73107
3001234	Les Déscatis	les-descatis	FR		0	Europe/Paris	43.45	6.38333				93	83	831	83072
3001235	Les Deroteries	les-deroteries	FR		0	Europe/Paris	48.06199	-1.38521				53	35	351	35096
3001236	Les Délats	les-delats	FR		0	Europe/Paris	47.50562	2.59143				24	18	181	18022
3001238	Les Défends	les-defends	FR		0	Europe/Paris	49.70333	1.655		Les Defends,Les Defens,Les Défends,Les Défens		28	76	761	76186
3001239	Les Defaix	les-defaix	FR		0	Europe/Paris	45.70611	0.77778				75	87	873	87168
3001240	Les Daurens	les-daurens	FR		0	Europe/Paris	44.95668	5.9621		Les Danrens,Les Daurens		84	38	381	38073
3001241	Les Daufrais	les-daufrais	FR		0	Europe/Paris	48.31248	1.19279				24	28	281	28196
3001242	Les Darboussèdes	les-darboussedes	FR		0	Europe/Paris	43.13333	5.96667				93	83	832	83137
3001244	Les Dames	les-dames	FR		0	Europe/Paris	45.33333	5.93333				84	38	381	38503
3001246	Les Dacs	les-dacs	FR		0	Europe/Paris	46.19556	3.29597				84	03	033	03043
3001247	Les Cypières	les-cypieres	FR		0	Europe/Paris	44.68116	5.94481				93	05	052	05139
3001248	Les Curtillets	les-curtillets	FR		0	Europe/Paris	45.72569	6.57449				84	73	731	73034
3001250	Les Curies	les-curies	FR		0	Europe/Paris	48.11005	0.23587				52	72	723	72150
3001251	Lescuretie	lescuretie	FR		0	Europe/Paris	44.90984	0.49011				75	24	243	24259
3001260	Les Cueillis	les-cueillis	FR		0	Europe/Paris	47.63216	3.27827				75			
3001262	Les Crouzillons	les-crouzillons	FR		0	Europe/Paris	46.21562	2.83197				84	63	634	63062
3001263	Les Croux	les-croux	FR		0	Europe/Paris	46.5325	4.38845				27	71	713	71017
3001264	Les Croutheaux	les-croutheaux	FR		0	Europe/Paris	47.95282	3.11644		Les Crouteaux,Les Croutheaux		27	89	891	89086
3001266	Les Crouteaux	les-crouteaux	FR		0	Europe/Paris	45.7938	5.91658				84	73	732	73010
3001267	Les Crottets	les-crottets	FR		0	Europe/Paris	47.51505	2.82009				24	45	451	45029
3001270	Les Crots Maillots	les-crots-maillots	FR		0	Europe/Paris	46.77618	3.48904				27	58	583	58087
3001271	Les Crots de Veau	les-crots-de-veau	FR		0	Europe/Paris	47.25257	2.45124		Les Crots de Veau,Les Crots de Veaux		24	18	181	18189
3001272	Les Croix Chemins	les-croix-chemins	FR		0	Europe/Paris	48.59012	0.67946				28	61	613	61491
3001274	Les Crisenons	les-crisenons	FR		0	Europe/Paris	47.33562	3.35324		Les Crisenons,Les Crisenonx		27	58	582	58201
3001275	Les Crevents	les-crevents	FR		0	Europe/Paris	45.8278	4.07776				84	42	422	42173
3001278	Les Crannes	les-crannes	FR		0	Europe/Paris	48.08467	-1.42744				53	35	351	35096
3001279	Les Craffeux	les-craffeux	FR		0	Europe/Paris	49.78187	1.53973				28	76	761	76567
3001280	Les Coutures	les-coutures	FR		0	Europe/Paris	47.91501	1.99131				24	45	452	45284
3001281	Les Couts	les-couts	FR		0	Europe/Paris	46.52761	2.41457				24	18	182	18278
3001283	Les Coussières	les-coussieres	FR		0	Europe/Paris	46.40446	2.19061				75	23	231	23213
3001285	Les Courts	les-courts	FR		0	Europe/Paris	44.74001	6.04684				93	05	052	05039
3001286	Les Courtioux	les-courtioux	FR		0	Europe/Paris	45.80014	3.39293				84	63	635	63296
3001287	Les Courtinais	les-courtinais	FR		0	Europe/Paris	47.02399	0.94898				44			
3001288	Les Courtilles	les-courtilles	FR		0	Europe/Paris	44.37758	5.65102		Courtilles,Les Courtilles		93	05	052	05033
3001289	Les Courtes	les-courtes	FR		0	Europe/Paris	44.48299	5.98546				93	05	052	05168
3001290	Les Courteaux	les-courteaux	FR		0	Europe/Paris	50.65559	1.85497				32	62	623	62268
3001291	Les Cours Perrières	les-cours-perrieres	FR		0	Europe/Paris	48.01667	-1.4				53	35	353	35220
3001294	Les Cours	les-cours	FR		0	Europe/Paris	48.6	-1.75				53	35	354	35078
3001295	Les Cours	les-cours	FR		0	Europe/Paris	48.01527	2.84042				24	45	451	45076
3001296	Les Cours	les-cours	FR		0	Europe/Paris	47.87841	2.74024				24	45	451	45257
3001297	Les Cours	les-cours	FR		0	Europe/Paris	46.17108	4.0429				84	42	422	42016
3001298	Les Cours	les-cours	FR		0	Europe/Paris	44.75333	2.07906				76	46	462	46255
3001300	Les Courillons	les-courillons	FR		0	Europe/Paris	48.06351	2.96894				24	45	451	45073
3001301	Les Courillons	les-courillons	FR		0	Europe/Paris	48.01496	2.95058				24	45	451	45097
3001303	Les Coupes-de-Pouligny	les-coupes-de-pouligny	FR		0	Europe/Paris	46.96274	3.68249				27	58	581	58178
3001304	Les Coulombray	les-coulombray	FR		0	Europe/Paris	48.2186	0.23071				52	72	722	72222
3001305	L'Escoulin	l-escoulin	FR		0	Europe/Paris	44.8032	5.22054				84	26	261	26128
3001306	Les Coulettes	les-coulettes	FR		0	Europe/Paris	43.85933	6.68601				93	04	042	04210
3001307	Les Coulets	les-coulets	FR		0	Europe/Paris	44.16667	6.13333				93	04	043	04217
3001308	Les Couêts	les-couets	FR		0	Europe/Paris	47.18512	-1.59119		Les Couets,Les Couêts		52	44	442	44020
3001309	Lescouët-Jugon	lescouet-jugon	FR		0	Europe/Paris	48.4121	-2.3103		Lescouet,Lescouet-Jugon,Lescouët,Lescouët-Jugon		53	22	224	22084
3001311	Les Cottets	les-cottets	FR		0	Europe/Paris	47.75544	3.12186				27	89	891	89408
3001312	Les Cottes	les-cottes	FR		0	Europe/Paris	45.6	3.66667				84	63	631	63174
3001313	Les Cottereaux	les-cottereaux	FR		0	Europe/Paris	47.41086	2.72486				24	18	181	18256
3001314	Les Cottencins	les-cottencins	FR		0	Europe/Paris	48.14582	2.8882		Les Cottancins,Les Cottencins		24	45	451	45094
3001315	Les Cottaves	les-cottaves	FR		0	Europe/Paris	45.31425	5.77644		Les Cottave,Les Cottaves		84	38	381	38442
3001316	Les Côtelles	les-cotelles	FR		0	Europe/Paris	48.05	2.46667				24	45	453	45176
3001317	Les Coteaux	les-coteaux	FR		0	Europe/Paris	47.79266	2.43524				24	45	452	45042
3001323	Les Corvées	les-corvees	FR		0	Europe/Paris	48.72948	1.3378				24	28	283	28404
3001327	Les Cornets	les-cornets	FR		0	Europe/Paris	49.43441	1.46366				28	27	271	27664
3001328	Les Cornets	les-cornets	FR		0	Europe/Paris	49.36691	1.55395				28	27	271	27430
3001329	Les Cormiers	les-cormiers	FR		0	Europe/Paris	48.16007	3.63656				27	89	893	89181
3001330	Les Côrets	les-corets	FR		0	Europe/Paris	46.41667	1.95				75	23	232	23139
3001331	Les Cordiers	les-cordiers	FR		0	Europe/Paris	43.93132	5.34079		Les Cordiers		93	84	841	84118
3001332	Les Cordeliers	les-cordeliers	FR		0	Europe/Paris	45.1078	5.01922				84	26	263	26231
3001333	Les Coqs	les-coqs	FR		0	Europe/Paris	46.88153	2.96105				24	18	182	18048
3001334	Les Copeaux	les-copeaux	FR		0	Europe/Paris	47.76267	2.85333				24	45	451	45121
3001335	Les Contes	les-contes	FR		0	Europe/Paris	47.92062	2.8576		Les Comtes,Les Contes		24	45	451	45165
3001337	Les Connats	les-connats	FR		0	Europe/Paris	47.77246	3.38748				27	89	891	89311
3001339	Lesconil	lesconil	FR		0	Europe/Paris	47.79906	-4.21815		Lesconil		53	29	294	29165
3001340	Les Coniers	les-coniers	FR		0	Europe/Paris	47.3726	-1.08688		Les Coniers,Les Cosniers		52	44	445	44163
3001342	Les Condamines	les-condamines	FR		0	Europe/Paris	43.65178	6.51184				93	83	831	83011
3001343	Les Conches	les-conches	FR		0	Europe/Paris	46.38628	-1.46857				52	85	853	85127
3001344	Les Conches	les-conches	FR		0	Europe/Paris	46.13333	-1.26667				75			
3001345	Les Comtes	les-comtes	FR		0	Europe/Paris	47.15485	3.24124				27	58	583	58212
3001346	Les Communes	les-communes	FR		0	Europe/Paris	46.91893	2.87792				24	18	182	18101
3001347	Les Communes	les-communes	FR		0	Europe/Paris	46.45002	3.57376				84	03	032	03300
3001348	Les Communes	les-communes	FR		0	Europe/Paris	45.31744	4.42252				84	42	423	42139
3001349	Les Commes	les-commes	FR		0	Europe/Paris	46.92104	3.27704				27	58	583	58134
3001350	Les Commailles	les-commailles	FR		0	Europe/Paris	47.60562	2.53076				24	45	451	45108
3001351	Les Combles	les-combles	FR		0	Europe/Paris	47.2602	2.42019				24	18	181	18229
3001368	Les Combeaux	les-combeaux	FR		0	Europe/Paris	44.97475	4.86399		Combeaux,Les Combeaux		84	26	263	26058
3001369	Les Colombières	les-colombieres	FR		0	Europe/Paris	46.68333	2.85				84	03	032	03087
3001370	Les Collivets	les-collivets	FR		0	Europe/Paris	47.76587	3.14697				27	89	891	89073
3001371	Les Collanges	les-collanges	FR		0	Europe/Paris	44.91069	4.57806				84	07	072	07244
3001372	Les Colins	les-colins	FR		0	Europe/Paris	47.12981	2.65057				24	18	181	18035
3001373	Les Colins	les-colins	FR		0	Europe/Paris	46.68638	3.04496				84	03	032	03146
3001374	Les Colas	les-colas	FR		0	Europe/Paris	46.95128	2.80186				24	18	182	18095
3001375	Les Coins	les-coins	FR		0	Europe/Paris	48.71667	1.75				11	78	782	78562
3001376	Les Coins	les-coins	FR		0	Europe/Paris	45.69857	3.33454				84	63	632	63368
3001377	Les Coignets	les-coignets	FR		0	Europe/Paris	47.37258	3.28095				27	58	582	58163
3001378	Lescogan	lescogan	FR		0	Europe/Paris	48.08692	-4.46217				53	29	294	29008
3001379	Les Coffins	les-coffins	FR		0	Europe/Paris	45.1	4.81667				84	07	073	07140
3001380	Lescoff	lescoff	FR		0	Europe/Paris	48.0385	-4.7085				53	29	294	29168
3001381	Les Cocus	les-cocus	FR		0	Europe/Paris	47.21629	2.38647				24	18	181	18223
3001382	Les Cocuas	les-cocuas	FR		0	Europe/Paris	47.04228	2.12143				24	18	183	18124
3001383	Les Coconneries	les-coconneries	FR		0	Europe/Paris	47.73578	-1.13777				52	49	494	49248
3001384	Lescoat	lescoat	FR		0	Europe/Paris	48.42225	-4.49858				53	29	291	29019
3001387	Les Cloux	les-cloux	FR		0	Europe/Paris	46.62115	2.09553				24	36	363	36221
3001388	Les Cloux	les-cloux	FR		0	Europe/Paris	46.26255	2.76355				84	03	031	03082
3001389	Les Clous	les-clous	FR		0	Europe/Paris	47.17542	2.36181				24	18	181	18271
3001390	Les Clous	les-clous	FR		0	Europe/Paris	46.66244	1.06138				24	36	361	36165
3001391	Les Clots	les-clots	FR		0	Europe/Paris	44.86492	5.34884				84	26	261	26364
3001392	Les Clots	les-clots	FR		0	Europe/Paris	44.75	6.25				93	05	052	05032
3001393	Les Clots	les-clots	FR		0	Europe/Paris	44.65	6.56667				93	05	051	05134
3001394	Les Clots	les-clots	FR		0	Europe/Paris	44.56667	6.53333		Les Clauzards,Les Closarts,Les Clots		93	05	052	05128
3001395	Les Closeaux	les-closeaux	FR		0	Europe/Paris	47.17749	0.25487				24	37	371	37072
3001396	Les Clos	les-clos	FR		0	Europe/Paris	49.52107	1.21936				28	76	763	76517
3001397	Les Clos	les-clos	FR		0	Europe/Paris	49.45	1.86667				32	60	601	60073
3001398	Les Clos	les-clos	FR		0	Europe/Paris	48.68801	0.66818				28	61	613	61140
3001400	Les Clergeries	les-clergeries	FR		0	Europe/Paris	47.48048	2.29277				24	18	183	18227
3001404	Les Clavels	les-clavels	FR		0	Europe/Paris	44.49472	5.70125				93	05	052	05008
3001406	Les Clavaux	les-clavaux	FR		0	Europe/Paris	45.07657	5.88327		Les Clavaux		84	38	381	38212
3001407	Les Clauzels	les-clauzels	FR		0	Europe/Paris	44.60578	2.10184				76	46	462	46266
3001408	L'Esclauze	l-esclauze	FR		0	Europe/Paris	45.39302	2.76925				84	63	633	63144
3001409	Les Claux	les-claux	FR		0	Europe/Paris	44.87462	6.48253		Claux,Les Claux		93	05	051	05101
3001411	Les Clarionds	les-clarionds	FR		0	Europe/Paris	44.35	6.48333		Clarionds,Les Clariods,Les Clarionds		93	04	041	04161
3001412	Les Clairs	les-clairs	FR		0	Europe/Paris	46.15206	3.05023				84	03	033	03276
3001413	Les Cinq Ponts	les-cinq-ponts	FR		0	Europe/Paris	45.08676	0.46483				75	24	243	24309
3001415	Les Chusins	les-chusins	FR		0	Europe/Paris	44.91591	5.77644		Les Chassin,Les Chusins,Les Chuzins		84	38	381	38499
3001417	Les Choseaux-Ville	les-choseaux-ville	FR		0	Europe/Paris	45.16667	6.43333		Choseaux,Choseaux-Pleine-Ville,Les Choseaux-Ville		84	73	733	73306
3001418	Les Chosalets	les-chosalets	FR		0	Europe/Paris	45.97228	6.9189		Les Chosalets,les Chozalets		84	74	742	74056
3001419	Les Chopilles	les-chopilles	FR		0	Europe/Paris	48.03317	2.92714				24	45	451	45113
3001420	Les Chollets	les-chollets	FR		0	Europe/Paris	48.2043	3.19283				27	89	893	89274
3001422	Les Chirouzes	les-chirouzes	FR		0	Europe/Paris	45.46562	2.95684				84	63	633	63038
3001423	Les Chinans	les-chinans	FR		0	Europe/Paris	44.10589	-0.53503				75	40	402	40135
3001424	Les Chillaudières	les-chillaudieres	FR		0	Europe/Paris	47.0808	0.49527				24	37	371	37180
3001425	Les Chiez	les-chiez	FR		0	Europe/Paris	46.41447	2.4531				84	03	031	03051
3001426	Les Chiers	les-chiers	FR		0	Europe/Paris	46.34015	1.97109				75	23	232	23089
3001427	Les Chiers	les-chiers	FR		0	Europe/Paris	46.27139	1.27569				75	87	871	87160
3001429	Les Chicoux	les-chicoux	FR		0	Europe/Paris	44.71383	0.95786				75	24	244	24035
3001430	Les Chézeaux	les-chezeaux	FR		0	Europe/Paris	47.49133	2.75647				24	18	181	18243
3001431	Les Chézeaux	les-chezeaux	FR		0	Europe/Paris	46.6416	1.40056				24	36	361	36172
3001432	Les Chézau	les-chezau	FR		0	Europe/Paris	46.45886	2.58505				84	03	031	03010
3001433	Les Chez	les-chez	FR		0	Europe/Paris	46.41695	2.90219				84	03	031	03191
3001434	Les Chèvres	les-chevres	FR		0	Europe/Paris	48.07304	3.12289				27	89	893	89298
3001435	Les Chevreaux	les-chevreaux	FR		0	Europe/Paris	48.15864	3.71904		Les Chevreaux,Les Chevriaux		44	10	103	10003
3001436	Les Chevreaux	les-chevreaux	FR		0	Europe/Paris	47.48152	2.79704				24	18	181	18026
3001437	Les Chèvereaux	les-chevereaux	FR		0	Europe/Paris	48.07279	2.98839		Chevereaux,Chèvereaux,Les Chevereaux,Les Chèvereaux		24	45	451	45281
3001439	Les Chevariers	les-chevariers	FR		0	Europe/Paris	46.10549	3.19278				84	03	033	03118
3001440	Les Chevaliers-de-l'Adroit	les-chevaliers-de-l-adroit	FR		0	Europe/Paris	44.48333	6.35		Chevaliers,L'Adroit,Les Chavalier de l'Adroit,Les Chevaliers,Les Chevaliers-de-l'Adroit		93	04	041	04154
3001441	Les Chevaliers	les-chevaliers	FR		0	Europe/Paris	45.02102	4.78952		Chevalier		84	07	073	07177
3001442	Les Chets	les-chets	FR		0	Europe/Paris	46.51333	2.334				24	18	182	18252
3001443	Les Chétifs Bois	les-chetifs-bois	FR		0	Europe/Paris	46.82705	2.97515				24	18	182	18155
3001444	Les Chétifs	les-chetifs	FR		0	Europe/Paris	48.05342	3.16323				27	89	893	89298
3001445	Les Chetiers	les-chetiers	FR		0	Europe/Paris	47.36895	2.71353				24	18	181	18117
3001446	Les Chesnez	les-chesnez	FR		0	Europe/Paris	47.82036	3.55875		Les Chenaies,Les Chesnees,Les Chesnez,Les Chesnées,Les Chênaies		27	89	891	89024
3001447	Les Chesneaux	les-chesneaux	FR		0	Europe/Paris	48.12542	3.07274		Les Cheneaux,Les Chesneaux,Les Chêneaux		27	89	893	89144
3001450	Les Chers	les-chers	FR		0	Europe/Paris	46.08735	2.8567				84	63	634	63251
3001460	Les Chênons	les-chenons	FR		0	Europe/Paris	47.76967	3.3535				27	89	891	89286
3001461	Les Chênettes	les-chenettes	FR		0	Europe/Paris	48.2201	3.7016				44	10	103	10276
3001462	Les Chênes Secs	les-chenes-secs	FR		0	Europe/Paris	48.11501	-0.8518				52	53	532	53054
3001463	Les Chênes	les-chenes	FR		0	Europe/Paris	47.11381	2.83229				24	18	181	18077
3001464	Les Chenais	les-chenais	FR		0	Europe/Paris	48.06119	-1.34529				53	35	351	35161
3001465	Les Chemins	les-chemins	FR		0	Europe/Paris	46.23524	2.91209				84	63	634	63187
3001468	Les Chemineaux	les-chemineaux	FR		0	Europe/Paris	47.30239	1.51043				24	41	413	41043
3001469	Les Chemeaux	les-chemeaux	FR		0	Europe/Paris	46.88969	2.63754				24	18	182	18040
3001471	Les Chazes	les-chazes	FR		0	Europe/Paris	44.7433	3.61277				76	48	482	48108
3001472	Les Chazeaux	les-chazeaux	FR		0	Europe/Paris	47.13333	3.39887				27	58	583	58233
3001473	Les Chazeaux	les-chazeaux	FR		0	Europe/Paris	45.7	2.21667				75	19	193	19261
3001474	Les Chazallets	les-chazallets	FR		0	Europe/Paris	45.01092	4.25847				84	43	432	43253
3001475	Les Chavonnes	les-chavonnes	FR		0	Europe/Paris	45.63956	6.81738				84	73	731	73285
3001476	Les Chavis	les-chavis	FR		0	Europe/Paris	46.83041	2.67719		Les Charvis,Les Chavis		24	18	182	18261
3001477	Les Chavants	les-chavants	FR		0	Europe/Paris	45.89451	6.77399				84	74	742	74143
3001478	Les Chavannes-le Milieu	les-chavannes-le-milieu	FR		0	Europe/Paris	45.38507	6.28751				84	73	733	73083
3001479	Les Chavannes-Dessus	les-chavannes-dessus	FR		0	Europe/Paris	45.38333	6.28333				84	73	733	73067
3001485	Les Chaux	les-chaux	FR		0	Europe/Paris	45.53328	3.76784				84	63	631	63003
3001486	Les Chauvins	les-chauvins	FR		0	Europe/Paris	44.47133	5.16575				84	26	262	26350
3001487	Les Chauvetons	les-chauvetons	FR		0	Europe/Paris	46.6721	2.16172				24	18	182	18193
3001488	Les Chaussins	les-chaussins	FR		0	Europe/Paris	44.53191	6.26546				93	05	052	05040
3001489	Les Chaussenoires	les-chaussenoires	FR		0	Europe/Paris	44.51667	6.16667		Chaussenoire,Les Chaussenoires,Les Chaussins		93	05	052	05140
3001490	Les Chaussées	les-chaussees	FR		0	Europe/Paris	46.87798	2.78283				24	18	182	18054
3001491	Les Chaussades	les-chaussades	FR		0	Europe/Paris	45.42692	1.98151				75	19	193	19249
3001492	Les Chaumes de Saint-Aignan	les-chaumes-de-saint-aignan	FR		0	Europe/Paris	46.95143	2.99581		Les Chaumes,Les Chaumes de Saint Agnan,Les Chaumes de Saint-Aignan		24	18	182	18108
3001493	Les Chaumes-de-Loudin	les-chaumes-de-loudin	FR		0	Europe/Paris	47.08564	2.93189				24	18	181	18184
3001494	Les Chaumes	les-chaumes	FR		0	Europe/Paris	47.88429	3.56419				27	89	891	89096
3001495	Les Chaumes	les-chaumes	FR		0	Europe/Paris	47.19562	3.40276				27	58	584	58203
3001496	Les Chaumes	les-chaumes	FR		0	Europe/Paris	47.08333	2.23333				24	18	183	18237
3001497	Les Chaumes	les-chaumes	FR		0	Europe/Paris	47.02464	3.83738				27	58	581	58277
3001498	Les Chaumes	les-chaumes	FR		0	Europe/Paris	46.80666	2.90819		Les Chaumes,Les Chaumes-Sautereaux		24	18	182	18242
3001499	Les Chaumes	les-chaumes	FR		0	Europe/Paris	46.38333	3				84	03	032	03099
3001500	Les Chaumes	les-chaumes	FR		0	Europe/Paris	45.70699	0.42537				75	16	161	16353
3001502	Les Châtres	les-chatres	FR		0	Europe/Paris	46.21667	2.56667				84	03	031	03167
3001505	Les Châtelins	les-chatelins	FR		0	Europe/Paris	46.282	3.3804				84	03	032	03204
3001510	Les Châtelains	les-chatelains	FR		0	Europe/Paris	45.67126	5.70143				84	73	732	73028
3001511	Les Châtaigniers	les-chataigniers	FR		0	Europe/Paris	49.61877	0.26737				28	76	762	76196
3001512	Les Châtaigniers	les-chataigniers	FR		0	Europe/Paris	46.5101	1.81971				24	36	363	36189
3001513	Les Chastres	les-chastres	FR		0	Europe/Paris	44.9448	3.66145				84	43	431	43136
3001514	Les Chastans	les-chastans	FR		0	Europe/Paris	44.51009	5.17711				84	26	262	26373
3001515	Les Chasseigne	les-chasseigne	FR		0	Europe/Paris	46.85816	1.99587				24	36	364	36059
3001516	Les Chassaings	les-chassaings	FR		0	Europe/Paris	45.63333	3.73333				84	63	631	63179
3001518	Les Chartons	les-chartons	FR		0	Europe/Paris	46.7955	2.67686				24	18	182	18261
3001519	Les Charteries	les-charteries	FR		0	Europe/Paris	47.21694	1.81504				24	36	364	36004
3001520	Les Charrons	les-charrons	FR		0	Europe/Paris	47.24314	2.69419				24	18	181	18151
3001521	Les Charretiers	les-charretiers	FR		0	Europe/Paris	47.66705	3.21986		Les Charretiers,Les Chartiers		27	89	891	89254
3001522	Les Charraux d'Hautefort	les-charraux-d-hautefort	FR		0	Europe/Paris	45.25605	1.10197		Les Charraux,Les Charraux d'Hautefort		75	24	244	24210
3001524	Les Charles	les-charles	FR		0	Europe/Paris	45.78964	3.34623				84	63	635	63229
3001525	Les Chardonnières	les-chardonnieres	FR		0	Europe/Paris	47.45067	1.96705				24	41	413	41084
3001526	Les Charbonnières	les-charbonnieres	FR		0	Europe/Paris	45.61412	5.29162		Charbonnieres,Charbonnières,Les Charbonnieres,Les Charbonnières		84	38	382	38053
3001527	Les Charbonneries	les-charbonneries	FR		0	Europe/Paris	46.83691	0.58949				75	86	861	86111
3001528	Les Chappes	les-chappes	FR		0	Europe/Paris	48.39358	0.63387		Les Chappes,Les Crappes		28	61	613	61309
3001529	Les Chappas	les-chappas	FR		0	Europe/Paris	44.51667	6.36667				93	05	052	05164
3001530	Les Chapiseaux	les-chapiseaux	FR		0	Europe/Paris	48.35165	1.03801				24	28	284	28105
3001531	Les Chapieux	les-chapieux	FR		0	Europe/Paris	45.69771	6.7344				84	73	731	73054
3001539	Les Chapelats	les-chapelats	FR		0	Europe/Paris	46.75878	2.72175				24	18	182	18276
3001540	Les Chantrons	les-chantrons	FR		0	Europe/Paris	44.16593	5.61011				93	04	044	04140
3001541	Les Chanseaux	les-chanseaux	FR		0	Europe/Paris	46.45923	2.03761				24	36	363	36214
3001542	Les Chanets	les-chanets	FR		0	Europe/Paris	48.09838	3.95405				44	10	103	10251
3001543	Les Chanets	les-chanets	FR		0	Europe/Paris	44.66667	6.11667		Les Chanet,Les Chanets		93	05	052	05147
3001544	Les Chandeliers	les-chandeliers	FR		0	Europe/Paris	48.13307	3.46605				27	89	893	89066
3001545	Les Champs Gras	les-champs-gras	FR		0	Europe/Paris	47.5775	3.58904				27	89	891	89238
3001548	Les Champsaurs	les-champsaurs	FR		0	Europe/Paris	44.4	6.3				93	04	043	04203
3001549	Les Champs	les-champs	FR		0	Europe/Paris	48.23594	0.24662				52	72	722	72112
3001550	Les Champs	les-champs	FR		0	Europe/Paris	46.33333	1.95				75	23	232	23025
3001551	Les Champs	les-champs	FR		0	Europe/Paris	46.2	4.08333				27	71	713	71238
3001552	Les Champs	les-champs	FR		0	Europe/Paris	45.38879	1.04428				75	24	242	24158
3001553	Les Champs	les-champs	FR		0	Europe/Paris	45.28851	6.90003				84	73	733	73290
3001554	Les Champs	les-champs	FR		0	Europe/Paris	44.90269	5.68989				84	38	381	38217
3001555	Les Champriats	les-champriats	FR		0	Europe/Paris	46.932	2.92896		Champriat,Les Champriats		24	18	182	18108
3001556	Les Champions	les-champions	FR		0	Europe/Paris	47.3441	2.77762				24	18	181	18144
3001557	Les Champins	les-champins	FR		0	Europe/Paris	46.55	3.33333				84	03	032	03190
3001558	Les Champeroux	les-champeroux	FR		0	Europe/Paris	47.25635	0.19801				24	37	371	37058
3001560	Les Chamons	les-chamons	FR		0	Europe/Paris	46.88961	3.26505				27	58	583	58148
3001561	Les Chamignoux	les-chamignoux	FR		0	Europe/Paris	46.66624	2.79058				84	03	031	03130
3001562	Les Chamignons	les-chamignons	FR		0	Europe/Paris	47.11276	2.9836				24	18	181	18220
3001565	Les Chalps	les-chalps	FR		0	Europe/Paris	44.85788	6.79891				93	05	051	05027
3001566	Les Chalois	les-chalois	FR		0	Europe/Paris	48.17406	3.68244				44	10	103	10042
3001567	Les Chaloches	les-chaloches	FR		0	Europe/Paris	47.99358	2.89124				24	45	451	45306
3001568	Les Chalmettes	les-chalmettes	FR		0	Europe/Paris	44.66667	6.81667				93	05	051	05026
3001569	Les Chalayes	les-chalayes	FR		0	Europe/Paris	45.11289	4.45616				84	07	073	07212
3001570	Les Chalayes	les-chalayes	FR		0	Europe/Paris	44.99811	4.45237		Chalayes,Les Chalayes		84	07	073	07204
3001571	Les Chalaides	les-chalaides	FR		0	Europe/Paris	49.08333	4.91667				44	51	511	51507
3001572	Les Chaises	les-chaises	FR		0	Europe/Paris	48.64491	1.69162				11	78	782	78516
3001573	Les Chaises	les-chaises	FR		0	Europe/Paris	48.5657	3.22656				11	77	773	77532
3001574	Les Chaises	les-chaises	FR		0	Europe/Paris	48.56961	1.39727				24	28	281	28102
3001575	Les Chaises	les-chaises	FR		0	Europe/Paris	48.54861	3.45261				11	77	773	77072
3001576	Les Chaises	les-chaises	FR		0	Europe/Paris	48.48589	3.35676				11	77	773	77227
3001577	Les Chaises	les-chaises	FR		0	Europe/Paris	46.34705	2.7561				84	03	031	03104
3001578	Les Chaises	les-chaises	FR		0	Europe/Paris	45.69477	0.5168				75	16	161	16223
3001579	Les Chaboureaux	les-chaboureaux	FR		0	Europe/Paris	47.51062	3.07789				27	58	584	58033
3001580	Les Chabottes	les-chabottes	FR		0	Europe/Paris	44.95581	5.43867				84	26	261	26290
3001581	Les Chabossières	les-chabossieres	FR		0	Europe/Paris	47.17321	-1.22155				52	44	442	44212
3001582	Les Chabannes	les-chabannes	FR		0	Europe/Paris	45.65938	2.00568		Chabannes,Les Chabannes		75	19	192	19265
3001583	Les Chabannes	les-chabannes	FR		0	Europe/Paris	44.09385	5.94948		Les Cabanes,Les Chabannes		93	04	044	04053
3001584	Les Ceyssoux	les-ceyssoux	FR		0	Europe/Paris	44.91205	3.88469				84	43	432	43039
3001587	Les Cernix	les-cernix	FR		0	Europe/Paris	45.71106	6.59555		Les Cernix,les Gernix		84	73	731	73034
3001588	Les Cerfs	les-cerfs	FR		0	Europe/Paris	47.87709	2.83727				24	45	451	45210
3001589	Les Cercles	les-cercles	FR		0	Europe/Paris	46.70048	2.04239				24	36	363	36017
3001591	Les Censiès	les-censies	FR		0	Europe/Paris	43.40647	5.99609		Censies,Censiès,Les Censiers,Les Censies,Les Censiès		93	83	833	83023
3001592	Le Sceau	le-sceau	FR		0	Europe/Paris	48.6073	3.04426				11	77	773	77147
3001593	Les Cayols	les-cayols	FR		0	Europe/Paris	43.43167	5.41257				93	13	131	13015
3001594	Les Cavailles	les-cavailles	FR		0	Europe/Paris	44.85	-0.53333				75	33	332	33119
3001595	Les Cauvignons	les-cauvignons	FR		0	Europe/Paris	47.58952	2.87486		Cauvignons,Les Cauvignons		24	45	451	45023
3001596	Les Catagnolles	les-catagnolles	FR		0	Europe/Paris	45.9021	5.58732		Catagnolles,Les Catagnolles		84	01	011	01185
3001597	Les Cassiers	les-cassiers	FR		0	Europe/Paris	47.31952	2.95572				27	58	584	58228
3001601	Les Casals	les-casals	FR		0	Europe/Paris	44.65	1.68333				76	46	463	46054
3001602	Les Carterons	les-carterons	FR		0	Europe/Paris	46.47028	3.01429				84	03	032	03238
3001605	Les Carrys	les-carrys	FR		0	Europe/Paris	46.03917	5.16115				84	01	012	01381
3001606	Les Carres	les-carres	FR		0	Europe/Paris	47.42667	3.08821				27	58	584	58002
3001607	Les Carrés	les-carres	FR		0	Europe/Paris	47.30639	3.25685				27	58	584	58252
3001608	L'Escarpière	l-escarpiere	FR		0	Europe/Paris	47.0919	-1.18825				52	44	442	44063
3001609	Les Carneaux	les-carneaux	FR		0	Europe/Paris	48.62542	1.98897				11	78	782	78120
3001610	Les Carlots	les-carlots	FR		0	Europe/Paris	47.46172	2.66305				24	18	181	18269
3001611	Les Carlots	les-carlots	FR		0	Europe/Paris	47.43333	2.624				24	18	181	18284
3001612	Les Caris	les-caris	FR		0	Europe/Paris	44.48264	1.18666				76	46	461	46225
3001614	Les Cardots	les-cardots	FR		0	Europe/Paris	47.52304	2.98514				27	58	584	58012
3001615	Lescardie	lescardie	FR		0	Europe/Paris	44.98019	0.81471				75	24	243	24362
3001616	Les Cardaires	les-cardaires	FR		0	Europe/Paris	43.97148	6.13145				93	04	043	04181
3001618	Le Scao	le-scao	FR		0	Europe/Paris	48.53544	-4.56323				53	29	291	29196
3001619	Les Cantins	les-cantins	FR		0	Europe/Paris	48.11109	3.09337				27	89	893	89144
3001620	Les Cantes	les-cantes	FR		0	Europe/Paris	46.44362	3.19686				84	03	032	03092
3001622	Les Canabières	les-canabieres	FR		0	Europe/Paris	44.14059	2.8209		Canabieres,Canabières,Les Canabieres,Les Canabières		76	12	121	12253
3001623	Les Camus	les-camus	FR		0	Europe/Paris	43.58333	5.41667				93	13	131	13001
3001624	Les Campeaux	les-campeaux	FR		0	Europe/Paris	49.52734	0.95635				28	76	763	76057
3001625	Les Camoins	les-camoins	FR		4459	Europe/Paris	43.30607	5.51745				93	13	133	13055
3001627	Les Cambres	les-cambres	FR		0	Europe/Paris	49.56667	1.05				28	76	763	76287
3001628	Les Camails	les-camails	FR		0	Europe/Paris	43.46667	6.26667				93	83	833	83136
3001629	Le Scalon	le-scalon	FR		0	Europe/Paris	48.49417	-3.41075				53	22	222	22216
3001630	L'Escalle	l-escalle	FR		0	Europe/Paris	44.23333	6.35		L'Escale,L'Escalle		93	04	043	04024
3001632	Lescale	lescale	FR		0	Europe/Paris	42.88402	2.04449				76	11	112	11303
3001634	Les Calais	les-calais	FR		0	Europe/Paris	49.68872	1.82626				32	60	601	60599
3001635	Les Calades	les-calades	FR		0	Europe/Paris	44.25	4.05				76	30	301	30203
3001636	Les Cailloux	les-cailloux	FR		0	Europe/Paris	46.25	3.15				84	03	032	03096
3001637	Les Caillots	les-caillots	FR		0	Europe/Paris	46.70233	1.46093				24	36	361	36144
3001638	Les Caillols	les-caillols	FR		0	Europe/Paris	43.40199	5.36635				93	13	133	13106
3001639	Les Cadeneaux	les-cadeneaux	FR		0	Europe/Paris	43.39451	5.33717		Cadeneaux,Les Cadeneaux		93	13	131	13071
3001640	Les Cacodeaux	les-cacodeaux	FR		0	Europe/Paris	47.8165	2.91165				24	45	451	45085
3001641	Les Cacherats	les-cacherats	FR		0	Europe/Paris	46.7063	2.83644				84	03	031	03296
3001642	Les Cabanons	les-cabanons	FR		0	Europe/Paris	43.56667	6.08333				93	83	833	83095
3001646	Les Cabanes	les-cabanes	FR		0	Europe/Paris	44.77222	1.28789				75	24	244	24300
3001647	Les Cabanes	les-cabanes	FR		0	Europe/Paris	44.73333	0.33333				75	47	472	47151
3001648	Les Cabanes	les-cabanes	FR		0	Europe/Paris	44.55038	1.12585		Cabanes,Les Cabanes		76	46	461	46061
3001649	Les Buzets	les-buzets	FR		0	Europe/Paris	47.97924	2.9291				24	45	451	45275
3001650	Les Buzeaux	les-buzeaux	FR		0	Europe/Paris	47.65337	3.24948				27	89	891	89367
3001651	Les Buttots	les-buttots	FR		0	Europe/Paris	47.53781	3.05257				27	58	584	58227
3001652	Les Butteaux	les-butteaux	FR		0	Europe/Paris	47.2578	2.96579				24	18	181	18110
3001653	Les Bussolleries	les-bussolleries	FR		0	Europe/Paris	46.7	-1.96667				52	85	853	85226
3001654	Les Bussières	les-bussieres	FR		0	Europe/Paris	46.15309	2.25451				75	23	231	23209
3001655	Les Bures	les-bures	FR		0	Europe/Paris	48.2153	4.25779				44	10	103	10255
3001656	Les Bunes	les-bunes	FR		0	Europe/Paris	46.93374	1.52865				24	36	362	36007
3001658	Les Buissons	les-buissons	FR		0	Europe/Paris	49.86924	1.61894				28	76	761	76520
3001659	Les Buissons	les-buissons	FR		0	Europe/Paris	48.75	1.33333				24	28	283	28134
3001660	Les Buissons	les-buissons	FR		0	Europe/Paris	48.01146	3.75827				27	89	891	89345
3001661	Les Buissons	les-buissons	FR		0	Europe/Paris	47.7321	2.37466				24	45	452	45315
3001662	Les Buissons	les-buissons	FR		0	Europe/Paris	47.5039	2.74315				24	18	181	18243
3001663	Les Buissonnades	les-buissonnades	FR		0	Europe/Paris	43.88711	5.90355				93	04	044	04143
3001664	Les Buges	les-buges	FR		0	Europe/Paris	45.67298	2.78555				84	63	633	63274
3001665	Les Buffats	les-buffats	FR		0	Europe/Paris	47.37581	3.07857				27	58	584	58102
3001666	Les Bucherons	les-bucherons	FR		0	Europe/Paris	47.2451	1.27095				24	37	373	37177
3001667	Les Bruyères-Sébaud	les-bruyeres-sebaud	FR		0	Europe/Paris	46.73343	3.37696				27	58	583	58259
3001668	Les Bruyères-Radon	les-bruyeres-radon	FR		0	Europe/Paris	46.82047	3.2461				27	58	583	58148
3001669	Les Bruyères	les-bruyeres	FR		0	Europe/Paris	49.55755	1.57934				28	76	761	76426
3001670	Les Bruyères	les-bruyeres	FR		0	Europe/Paris	48.79315	1.70212				11	78	782	78263
3001671	Les Bruyères	les-bruyeres	FR		0	Europe/Paris	47.86331	-1.54936				53	35	352	35140
3001672	Les Bruyères	les-bruyeres	FR		0	Europe/Paris	47.79815	3.46651		Bruyeres,Bruyères,Les Bruyeres,Les Bruyères		27	89	891	89453
3001673	Les Bruyères	les-bruyeres	FR		0	Europe/Paris	47.63914	2.58238				24	45	451	45016
3001674	Les Bruyères	les-bruyeres	FR		0	Europe/Paris	47.43381	2.20848				24	41	413	41249
3001675	Les Bruyères	les-bruyeres	FR		0	Europe/Paris	46.76667	3.21667				27	58	583	58021
3001676	Les Bruyères	les-bruyeres	FR		0	Europe/Paris	46.69957	2.80418				84	03	031	03130
3001677	Les Bruyères	les-bruyeres	FR		0	Europe/Paris	46.61438	2.53019				24	18	182	18245
3001678	Les Bruyères	les-bruyeres	FR		0	Europe/Paris	46.34248	3.41686				84	03	033	03187
3001679	Les Bruyères	les-bruyeres	FR		0	Europe/Paris	45.31467	6.54354				84	73	731	73257
3001680	Les Bruyères	les-bruyeres	FR		0	Europe/Paris	45.15	4.4				84	43	433	43142
3001683	Les Bruns	les-bruns	FR		0	Europe/Paris	44.11713	5.23483				93	84	843	84017
3001684	Les Brunets	les-brunets	FR		0	Europe/Paris	46.62721	1.37313				24	36	361	36172
3001685	Les Brunets	les-brunets	FR		0	Europe/Paris	46.39462	3.56249				84	03	033	03284
3001686	Les Brunets	les-brunets	FR		0	Europe/Paris	44.41672	5.65176		Brunet,Les Brunets		93	05	052	05081
3001687	Les Brunes	les-brunes	FR		0	Europe/Paris	44.45247	2.6998				76	12	122	12033
3001689	Les Brulins	les-brulins	FR		0	Europe/Paris	49.41667	1.45				28	27	271	27377
3001690	Les Brûlés	les-brules	FR		0	Europe/Paris	48.75688	1.10777				28	27	273	27002
3001691	Les Brûlés	les-brules	FR		0	Europe/Paris	47.15858	3.16411				27	58	584	58231
3001692	Les Brûlés	les-brules	FR		0	Europe/Paris	46.97768	2.94794				24	18	182	18062
3001693	Les Bruleries	les-bruleries	FR		0	Europe/Paris	48.05761	3.38816				27	89	893	89142
3001695	Les Brugues	les-brugues	FR		0	Europe/Paris	44.61667	0.76667				75	47	473	47240
3001696	Les Brugassières	les-brugassieres	FR		0	Europe/Paris	43.31667	6.55				93	83	831	83094
3001697	Les Bruères	les-brueres	FR		0	Europe/Paris	47.09679	2.95594				24	18	181	18120
3001699	Les Brousses	les-brousses	FR		0	Europe/Paris	45.65178	0.49645				75	16	161	16223
3001700	Les Brousses	les-brousses	FR		0	Europe/Paris	44.25697	4.13322				76	30	301	30171
3001701	Les Brouards	les-brouards	FR		0	Europe/Paris	48.102	3.16292				27	89	893	89151
3001702	Les Brosses	les-brosses	FR		0	Europe/Paris	48.5983	2.49985				11	91	912	91577
3001703	Les Brosses	les-brosses	FR		0	Europe/Paris	47.99066	2.55003				24	45	451	45339
3001704	Les Brosses	les-brosses	FR		0	Europe/Paris	47.77924	2.46914				24	45	452	45244
3001705	Les Brosses	les-brosses	FR		0	Europe/Paris	47.60057	2.24686				24	18	183	18037
3001706	Les Brosses	les-brosses	FR		0	Europe/Paris	47.50839	2.35886				24	18	183	18227
3001707	Les Brosses	les-brosses	FR		0	Europe/Paris	47.31361	-0.38631				52	49	491	49050
3001708	Les Brosses	les-brosses	FR		0	Europe/Paris	47.27994	3.42726				27	58	582	58018
3001709	Les Brosses	les-brosses	FR		0	Europe/Paris	47.27791	1.99476				24	41	413	41256
3001710	Les Brosses	les-brosses	FR		0	Europe/Paris	46.95276	3.33352				27	58	583	58112
3001711	Les Brosses	les-brosses	FR		0	Europe/Paris	46.83543	-0.31581				75	79	791	79116
3001712	Les Brosses	les-brosses	FR		0	Europe/Paris	46.78362	2.87962				24	18	182	18017
3001713	Les Brosses	les-brosses	FR		0	Europe/Paris	46.60991	2.62038				84	03	031	03168
3001714	Les Brosses	les-brosses	FR		0	Europe/Paris	46.32453	3.05489				84	03	032	03319
3001715	Les Brosses	les-brosses	FR		0	Europe/Paris	45.88185	5.14888				84	01	011	01054
3001716	Les Brosses	les-brosses	FR		0	Europe/Paris	45.82166	0.87537		Les Brosses,Les Brousses		75	87	873	87126
3001717	Les Broquets	les-broquets	FR		0	Europe/Paris	46.61667	1.55				24	36	362	36219
3001718	Les Brocs	les-brocs	FR		0	Europe/Paris	47.48638	2.92085				27	58	584	58044
3001719	Les Brochiers	les-brochiers	FR		0	Europe/Paris	43.83768	6.3167				93	04	042	04144
3001720	Les Broches	les-broches	FR		0	Europe/Paris	49.51403	0.92565				28	76	763	76636
3001721	Les Brizardières	les-brizardieres	FR		0	Europe/Paris	48.15855	0.9994				24	28	284	28027
3001724	Les Brières	les-brieres	FR		0	Europe/Paris	48.27769	0.34301				52	72	722	72189
3001725	Les Brévières	les-brevieres	FR		0	Europe/Paris	45.50863	6.92019				84	73	731	73296
3001728	Les Breures	les-breures	FR		0	Europe/Paris	46.69722	2.69909				84	03	031	03221
3001729	Les Breuillards	les-breuillards	FR		0	Europe/Paris	47.35409	2.96486				27	58	584	58256
3001730	Les Brêts	les-brets	FR		0	Europe/Paris	46.3781	2.85829				84	03	031	03315
3001732	Les Brès	les-bres	FR		0	Europe/Paris	44.57517	6.23993				93	05	052	05017
3001735	Les Braudins	les-braudins	FR		0	Europe/Paris	47.80073	2.29638				24	45	452	45270
3001736	Les Branloires	les-branloires	FR		0	Europe/Paris	48.80076	1.53818				24	28	283	28347
3001737	Les Brancheries	les-brancheries	FR		0	Europe/Paris	48.11667	0.43333				52	72	722	72271
3001738	Les Brançay	les-brancay	FR		0	Europe/Paris	44.07117	5.10189		Les Brancails,Les Brancay,Les Brançay		93	84	843	84072
3001739	Les Brais	les-brais	FR		0	Europe/Paris	46.63151	2.75637				84	03	031	03048
3001740	Les Brains	les-brains	FR		0	Europe/Paris	48.07613	-1.22366				53	35	351	35109
3001741	Les Boyers	les-boyers	FR		0	Europe/Paris	43.39844	5.61951		Les Boyers		93	13	133	13016
3001742	Les Boyers	les-boyers	FR		0	Europe/Paris	43.31647	5.56616				93	13	133	13005
3001743	Les Bouygues	les-bouygues	FR		0	Europe/Paris	44.64044	2.30481				76	12	123	12240
3001744	Les Bouveries	les-bouveries	FR		0	Europe/Paris	48.15404	0.32696				52	72	723	72026
3001745	Les Bouts	les-bouts	FR		0	Europe/Paris	46.85842	2.73333				24	18	182	18031
3001746	Les Boutrons	les-boutrons	FR		0	Europe/Paris	47.82887	2.29295				24	45	452	45270
3001747	Les Boutillats	les-boutillats	FR		0	Europe/Paris	46.68609	2.42991				24	18	182	18009
3001748	Les Boutets	les-boutets	FR		0	Europe/Paris	44.49841	2.55609				76	12	122	12165
3001749	Les Boutaires	les-boutaires	FR		0	Europe/Paris	46.75372	0.80298				75	86	861	86193
3001750	Les Boussiers	les-boussiers	FR		0	Europe/Paris	44.72234	0.38935				75	24	241	24423
3001751	Les Boussarderies	les-boussarderies	FR		0	Europe/Paris	48.11636	0.2885				52	72	723	72099
3001752	Les Boursetons	les-boursetons	FR		0	Europe/Paris	44.26356	5.73289				93	05	052	05014
3001753	Les Bourses	les-bourses	FR		0	Europe/Paris	46.40307	3.07371				84	03	032	03292
3001754	Les Bourres	les-bourres	FR		0	Europe/Paris	44.13692	6.13247				93	04	043	04217
3001755	Les Bournets	les-bournets	FR		0	Europe/Paris	46.24407	3.01314				84	03	033	03077
3001756	Les Bournats	les-bournats	FR		0	Europe/Paris	46.11812	2.94757				84	63	634	63419
3001757	Les Bournas	les-bournas	FR		0	Europe/Paris	45.43516	1.9551				75	19	193	19249
3001758	Les Bouriaux	les-bouriaux	FR		0	Europe/Paris	45.39605	0.65537		Les Bouriaud,Les Bouriaux		75	24	242	24064
3001759	Les Bourets	les-bourets	FR		0	Europe/Paris	47.21124	2.93433				24	18	181	18110
3001760	Les Bourdons	les-bourdons	FR		0	Europe/Paris	47.02293	3.14224				27	58	583	58303
3001761	Les Bourdelins	les-bourdelins	FR		0	Europe/Paris	46.93148	2.78355				24	18	182	18175
3001762	Les Bourdains	les-bourdains	FR		0	Europe/Paris	47.23294	1.91171				24	41	413	41122
3001763	Les Bourards	les-bourards	FR		0	Europe/Paris	45.87259	3.39771				84	63	635	63058
3001764	Les Bouquetis	les-bouquetis	FR		0	Europe/Paris	44.32724	5.95043		Les Bouquetis,Les Souquetis		93	04	044	04207
3001765	Les Bouneaux	les-bouneaux	FR		0	Europe/Paris	46.60866	0.60007				75	86	863	86031
3001766	Les Boulmiers	les-boulmiers	FR		0	Europe/Paris	47.62769	3.16847				27	89	891	89273
3001767	Les Boulins	les-boulins	FR		0	Europe/Paris	48.16395	3.87588				44	10	103	10222
3001768	Les Bouleaux	les-bouleaux	FR		0	Europe/Paris	48.11667	0.45				52	72	722	72067
3001769	Les Bouleaux	les-bouleaux	FR		0	Europe/Paris	46.76905	2.07113				24	36	364	36169
3001770	Les Boulas	les-boulas	FR		0	Europe/Paris	46.81464	3.59333				27	58	581	58060
3001771	Les Boulais	les-boulais	FR		0	Europe/Paris	48.49254	0.58322				28	61	613	61229
3001772	Les Boulaies	les-boulaies	FR		0	Europe/Paris	48.37758	0.71314				28	61	613	61309
3001773	Les Bouillons	les-bouillons	FR		0	Europe/Paris	47.47171	3.02419		Les Bouillon,Les Bouillons		27	58	584	58270
3001774	Les Bouillons	les-bouillons	FR		0	Europe/Paris	47.19405	3.46001				27	58	584	58184
3001775	Les Bougerolles	les-bougerolles	FR		0	Europe/Paris	46.18333	2.6				84	03	031	03161
3001776	Les Bouffres	les-bouffres	FR		0	Europe/Paris	48.01448	-1.45953				53	35	353	35220
3001777	Les Boues	les-boues	FR		0	Europe/Paris	49.69675	0.52583				28	76	762	76755
3001778	Les Boueix	les-boueix	FR		0	Europe/Paris	46.34665	2.49272				84	03	031	03128
3001779	Les Boudignons	les-boudignons	FR		0	Europe/Paris	46.13819	2.86833				84	63	634	63223
3001780	Les Boudards	les-boudards	FR		0	Europe/Paris	46.19613	2.88388				84	63	634	63140
3001782	Les Boucholeurs	les-boucholeurs	FR		0	Europe/Paris	46.05433	-1.08655		Les Boucholeurs		75	17	173	17094
3001783	Les Bouchiers	les-bouchiers	FR		0	Europe/Paris	44.96803	5.13952				84	26	263	26273
3001784	Les Bouchets	les-bouchets	FR		0	Europe/Paris	48.22297	1.01688				24	28	284	28219
3001785	Les Bouchets	les-bouchets	FR		0	Europe/Paris	47.58333	3.66667				27	89	891	89237
3001786	Les Bouchaux	les-bouchaux	FR		0	Europe/Paris	46.70946	0.73111				75	86	861	86009
3001787	Les Bouchauds	les-bouchauds	FR		0	Europe/Paris	46.17099	3.39862				84	03	033	03258
3001788	Les Bouchauds	les-bouchauds	FR		0	Europe/Paris	46.07919	2.75411				84	63	634	63171
3001789	Les Botties	les-botties	FR		0	Europe/Paris	44.94902	1.79374		Les Bothies,Les Botties		75	19	191	19026
3001791	Les Bossons	les-bossons	FR		0	Europe/Paris	45.90482	6.8454		Bossons,Les Bossons		84	74	742	74056
3001792	Les Bosses	les-bosses	FR		0	Europe/Paris	44.98428	5.96842		Les Basses,Les Bosses		84	38	381	38073
3001793	Les Bossards	les-bossards	FR		0	Europe/Paris	48.01129	2.52843				24	45	451	45178
3001794	Les Bosquets	les-bosquets	FR		0	Europe/Paris	49.78453	1.28553				28	76	761	76487
3001795	Les Bornets	les-bornets	FR		0	Europe/Paris	47.28505	3.24399				27	58	584	58064
3001796	Les Bories	les-bories	FR		0	Europe/Paris	44.91494	1.50907				76	46	463	46145
3001797	Les Borels	les-borels	FR		0	Europe/Paris	44.72067	6.25983		Les Borels		93	05	052	05032
3001798	Les Borels	les-borels	FR		0	Europe/Paris	44.57203	6.21993				93	05	052	05017
3001801	Les Bordes-Latrées	les-bordes-latrees	FR		0	Europe/Paris	48.07524	2.01401				24	45	452	45342
3001802	Les Bordes-Givry	les-bordes-givry	FR		0	Europe/Paris	48.06502	1.9671				24	45	452	45289
3001834	Les Bontemps	les-bontemps	FR		0	Europe/Paris	45.80617	3.3719				84	63	635	63195
3001835	Les Bons Temps	les-bons-temps	FR		0	Europe/Paris	46.60741	3.43556		Les Bons Temps,Les Bons Tems		84	03	032	03076
3001837	Les Bons Frères	les-bons-freres	FR		0	Europe/Paris	47.70219	2.28838				24	45	452	45336
3001838	Les Bons Fils	les-bons-fils	FR		0	Europe/Paris	43.53773	5.30423				93	13	131	13114
3001839	Les Bonnots	les-bonnots	FR		0	Europe/Paris	46.77965	4.01619				27	58	581	58149
3001840	Les Bonnins	les-bonnins	FR		0	Europe/Paris	47.86739	3.1185				27	89	891	89086
3001841	Les Bonnins	les-bonnins	FR		0	Europe/Paris	47.44153	2.36914				24	18	183	18088
3001842	Les Bonnets	les-bonnets	FR		0	Europe/Paris	44.86068	5.31853				84	26	261	26308
3001843	Les Bonnes	les-bonnes	FR		0	Europe/Paris	48.36199	0.41659				28	61	613	61476
3001844	Les Bonnards	les-bonnards	FR		0	Europe/Paris	48.00993	2.84397				24	45	451	45076
3001845	Les Bonnals	les-bonnals	FR		0	Europe/Paris	44.51667	0.66667				75	47	473	47023
3001846	Les Bonjours	les-bonjours	FR		0	Europe/Paris	44.56667	6.28333				93	05	052	05040
3001847	Les Bonis	les-bonis	FR		0	Europe/Paris	44.51667	6.76667				93	04	041	04193
3001848	Les Bonfillons	les-bonfillons	FR		0	Europe/Paris	43.55	5.55				93	13	131	13111
3001850	Les Bondis	les-bondis	FR		0	Europe/Paris	47.17197	0.69317				24	37	372	37211
3001851	Les Bois Verts	les-bois-verts	FR		0	Europe/Paris	48.66832	0.97793				24	28	283	28030
3001852	Les Boissières	les-boissieres	FR		0	Europe/Paris	46.33585	2.06165				75	23	232	23188
3001853	Les Boisses	les-boisses	FR		0	Europe/Paris	45.49499	6.92042				84	73	731	73296
3001854	Les Bois Renaud	les-bois-renaud	FR		0	Europe/Paris	46.72572	2.15219				24	18	182	18216
3001855	Les Bois Plantés	les-bois-plantes	FR		0	Europe/Paris	48.14082	3.21174				27	89	893	89113
3001856	Les Bois-le-Roi	les-bois-le-roi	FR		0	Europe/Paris	48.18587	3.68136		Le Bois-le-Roi,Les Bois-le-Roi		44	10	103	10042
3001857	Les Bois de Saint-Père	les-bois-de-saint-pere	FR		0	Europe/Paris	48.42203	1.17896				24	28	281	28099
3001858	Les Bois-de-Dormelles	les-bois-de-dormelles	FR		0	Europe/Paris	48.30277	2.89151				11	77	774	77161
3001859	Les Bois Besnard	les-bois-besnard	FR		0	Europe/Paris	48.08811	1.09468				24	28	282	28012
3001860	Les Bois	les-bois	FR		0	Europe/Paris	48.69381	0.71487				28	61	613	61208
3001862	Les Boires d'en Haut	les-boires-d-en-haut	FR		0	Europe/Paris	47.58048	2.56296				24	45	451	45108
3001863	Les Boires d'en Bas	les-boires-d-en-bas	FR		0	Europe/Paris	47.57829	2.55247				24	45	451	45108
3001864	Les Boires	les-boires	FR		0	Europe/Paris	47.58333	2.56667				24	45	451	45108
3001865	Les Boidans	les-boidans	FR		0	Europe/Paris	44.67139	5.47757				84	26	261	26178
3001868	Lesbœufs	lesboeufs	FR		152	Europe/Paris	50.03333	2.86667				32	80	804	80472
3001869	Les Bocquins	les-bocquins	FR		0	Europe/Paris	48.04277	3.38022				27	89	893	89142
3001870	Les Bocquets	les-bocquets	FR		0	Europe/Paris	48.96667	1.6				11	78	781	78385
3001871	Les Blousières	les-blousieres	FR		0	Europe/Paris	48.10238	0.64452				52	72	722	72296
3001872	Les Blins	les-blins	FR		0	Europe/Paris	48.18163	2.96933				27	89	893	89209
3001873	Les Blins	les-blins	FR		0	Europe/Paris	46.67667	1.984				24	36	363	36184
3001874	Les Blinières	les-blinieres	FR		0	Europe/Paris	48.05793	0.20821				52	72	723	72217
3001875	Les Blards	les-blards	FR		0	Europe/Paris	47.97813	2.80414				24	45	451	45004
3001876	Les Blancs	les-blancs	FR		0	Europe/Paris	46.55	2.18333				24	18	182	18057
3001877	Les Blancs	les-blancs	FR		0	Europe/Paris	45.15406	4.75892		Blancs,Les Blancs		84	07	073	07084
3001878	Les Blancs	les-blancs	FR		0	Europe/Paris	44.35	6.61667		Les Blancs,Les Blanes,Les Blaucs,Les Blaues		93	04	041	04226
3001879	Les Blancs	les-blancs	FR		0	Europe/Paris	44.08539	5.15267				93	84	843	84115
3001880	Les Blancs	les-blancs	FR		0	Europe/Paris	44.06067	6.36883				93	04	042	04214
3001881	Les Blanches	les-blanches	FR		0	Europe/Paris	45.42906	5.78294				84	38	381	38376
3001882	Les Blanchères	les-blancheres	FR		0	Europe/Paris	45.05414	5.17249				84	26	263	26129
3001883	Les Blanchards	les-blanchards	FR		0	Europe/Paris	46.85047	0.49881				75	86	861	86066
3001884	Les Blais	les-blais	FR		0	Europe/Paris	44.97537	5.70434		Le Blaids,Les Blaids,Les Blais,Les Blays		84	38	381	38254
3001885	Les Blaches	les-blaches	FR		0	Europe/Paris	45.15836	4.5977				84	07	073	07309
3001886	Les Blaches	les-blaches	FR		0	Europe/Paris	45.13756	4.91118				84	26	263	26177
3001887	Les Blaches	les-blaches	FR		0	Europe/Paris	45.0289	4.97478				84	26	263	26084
3001888	Les Blaches	les-blaches	FR		0	Europe/Paris	44.96253	5.10285				84	26	263	26049
3001889	Les Blaches	les-blaches	FR		0	Europe/Paris	44.85001	5.21566		Blaches,Les Blaches		84	26	261	26221
3001891	Les Bizeaux	les-bizeaux	FR		0	Europe/Paris	47.69861	3.10248		Les Bizeaux,Les Bizots		27	89	891	89344
3001892	Les Bitarelles	les-bitarelles	FR		0	Europe/Paris	45.04888	0.92937				75	24	244	24356
3001894	Les Birons	les-birons	FR		0	Europe/Paris	48.112	3.59621				27	89	893	89432
3001895	Les Binetières	les-binetieres	FR		0	Europe/Paris	48.13076	0.65477				52	72	722	72296
3001896	Les Bindés	les-bindes	FR		0	Europe/Paris	46.80495	2.07421				24	36	364	36169
3001897	Les Billonnais	les-billonnais	FR		0	Europe/Paris	47.81922	2.76122				24	45	451	45278
3001898	Les Billiens	les-billiens	FR		0	Europe/Paris	47.54905	3.115				27	58	584	58227
3001901	Les Bilheux	les-bilheux	FR		0	Europe/Paris	48.90072	1.66966				11	78	781	78591
3001902	Les Bideaux	les-bideaux	FR		0	Europe/Paris	47.46619	3.61429				27	89	892	89020
3001903	Les Bideaux	les-bideaux	FR		0	Europe/Paris	46.2172	2.96457				84	03	033	03152
3001904	Les Bidaudières	les-bidaudieres	FR		0	Europe/Paris	48.12107	1.02496				24	41	412	41096
3001905	Les Bichets	les-bichets	FR		0	Europe/Paris	45.35125	1.28562				75	24	242	24397
3001906	Les Biards	les-biards	FR		0	Europe/Paris	48.58333	-1.18624		Les Biards		28	50	501	50256
3001908	Les Bézards	les-bezards	FR		0	Europe/Paris	47.80421	2.74226		Les Bezards,Les Bézards		24	45	451	45278
3001910	Les Bévinières	les-bevinieres	FR		0	Europe/Paris	48.22342	1.00082				24	28	284	28219
3001911	Les Beugnants	les-beugnants	FR		0	Europe/Paris	46.65276	2.98267				84	03	032	03251
3001912	Les Bétoulles	les-betoulles	FR		0	Europe/Paris	46.16609	1.8134				75	23	232	23208
3001915	Les Besses	les-besses	FR		0	Europe/Paris	46.88519	2.69993				24	18	182	18031
3001916	Les Bessades	les-bessades	FR		0	Europe/Paris	44.63178	2.71627				76	12	122	12156
3001917	Les Besneries	les-besneries	FR		0	Europe/Paris	48.14068	-0.86631				52	53	532	53243
3001918	Les Besnards	les-besnards	FR		0	Europe/Paris	48.1002	3.07738				27	89	893	89144
3001919	Les Beslières	les-beslieres	FR		0	Europe/Paris	48.66604	0.53499				28	61	613	61053
3001920	Les Bertrands	les-bertrands	FR		0	Europe/Paris	46.73804	2.6962				24	18	182	18052
3001921	Les Bertrands	les-bertrands	FR		0	Europe/Paris	46.31667	2.86667				84	03	031	03151
3001922	Les Bertrands	les-bertrands	FR		0	Europe/Paris	44.35206	5.87319				93	05	052	05073
3001923	Les Bertrands	les-bertrands	FR		0	Europe/Paris	43.43612	6.36453				93	83	833	83136
3001924	Les Bertons	les-bertons	FR		0	Europe/Paris	46.1524	2.91624				84	63	634	63419
3001925	Les Bertins	les-bertins	FR		0	Europe/Paris	47.22295	3.11124				27	58	584	58189
3001926	Les Berthiers	les-berthiers	FR		0	Europe/Paris	47.30781	2.94952				27	58	584	58228
3001927	Les Berthes	les-berthes	FR		0	Europe/Paris	47.42393	3.32738				27	58	582	58058
3001928	Les Berthelots	les-berthelots	FR		0	Europe/Paris	47.52166	3.24036				27	89	891	89331
3001929	Les Berteaux	les-berteaux	FR		0	Europe/Paris	47.71872	3.28922		Les Berteaux,Les Berthaux		27	89	891	89419
3001930	Les Bersinières	les-bersinieres	FR		0	Europe/Paris	48.06781	0.99272				24	41	412	41089
3001931	Les Bernières	les-bernieres	FR		0	Europe/Paris	48.00185	2.07158				24	45	452	45188
3001932	Les Berniche	les-berniche	FR		0	Europe/Paris	45.49416	3.93648				84	63	631	63331
3001934	Les Bernards	les-bernards	FR		0	Europe/Paris	46.74824	1.4932				24	36	362	36139
3001935	Les Bernards	les-bernards	FR		0	Europe/Paris	44.53333	6.31667				93	05	052	05040
3001936	Les Bergettes	les-bergettes	FR		0	Europe/Paris	46.42878	2.4954				84	03	031	03055
3001937	Les Bergerons	les-bergerons	FR		0	Europe/Paris	47.38143	2.46105				24	18	183	18047
3001938	Les Bergeries	les-bergeries	FR		0	Europe/Paris	47.474	2.24848				24	18	183	18147
3001939	Les Bergeries	les-bergeries	FR		0	Europe/Paris	47.26667	0.26667				24	37	371	37058
3001940	Les Bergeries	les-bergeries	FR		0	Europe/Paris	46.92488	2.65889				24	18	182	18173
3001941	Les Bergères	les-bergeres	FR		0	Europe/Paris	46.45933	1.96115				24	36	363	36060
3001942	Les Bergereaux	les-bergereaux	FR		0	Europe/Paris	46.78825	1.0259		Bergereaux,Les Bergereaux		24	36	361	36113
3001943	Les Bergeas	les-bergeas	FR		0	Europe/Paris	46.63104	0.85996				75	86	862	86040
3001944	Les Bérards	les-berards	FR		0	Europe/Paris	44.91973	4.98027				84	26	263	26064
3001945	Les Bellons	les-bellons	FR		0	Europe/Paris	44.27487	5.86572				93	04	044	04123
3001946	Les Belliards	les-belliards	FR		0	Europe/Paris	47.22457	1.85666				24	41	413	41122
3001947	Les Bélins	les-belins	FR		0	Europe/Paris	45.84743	3.54988				84	63	635	63430
3001948	Les Bègües	les-begues	FR		0	Europe/Paris	44.29903	5.65357				93	05	052	05135
3001949	Les Bedillons	les-bedillons	FR		0	Europe/Paris	46.29041	3.3183				84	03	032	03254
3001950	Les Bédaures	les-bedaures	FR		0	Europe/Paris	46.63362	3.34629				84	03	032	03290
3001951	Les Beauxpins	les-beauxpins	FR		0	Europe/Paris	46.63086	2.21362				24	18	182	18135
3001952	Les Beaux Frères	les-beaux-freres	FR		0	Europe/Paris	47.16607	1.48575				24	36	362	36244
3001953	Les Beaux Chevriers	les-beaux-chevriers	FR		0	Europe/Paris	46.67477	3.43022				84	03	032	03229
3001954	Les Beaux	les-beaux	FR		0	Europe/Paris	45.66017	3.77666				84	63	631	63179
3001955	Les Beaux	les-beaux	FR		0	Europe/Paris	44.12528	5.21367		Les Baux,Les Beaux		93	84	843	84017
3001956	Les Beausserons	les-beausserons	FR		0	Europe/Paris	48.68391	2.50048				11	91	912	91114
3001957	Les Beaumettes	les-beaumettes	FR		0	Europe/Paris	43.63333	7.13333		Beaumettes,Les Beaumettes		93	06	061	06161
3001958	Les Beauduns	les-beauduns	FR		0	Europe/Paris	44.08737	6.11034		Les Beaudims,Les Beauduns,Les Beáudims		93	04	043	04021
3001959	Les Beaudenons	les-beaudenons	FR		0	Europe/Paris	47.98872	2.87183		Les Baudenons,Les Beaudenons		24	45	451	45279
3001960	Les Béatrix	les-beatrix	FR		0	Europe/Paris	47.74107	3.16979				27	89	891	89408
3001961	Les Bayles	les-bayles	FR		0	Europe/Paris	44.86807	5.80369				84	38	381	38456
3001962	Les Bayles	les-bayles	FR		0	Europe/Paris	44.5074	5.36519				84	26	261	26067
3001963	Les Bayanins	les-bayanins	FR		0	Europe/Paris	45.02483	5.063		Les Bayanins,Les Bayannins		84	26	263	26057
3001967	Les Baux	les-baux	FR		0	Europe/Paris	46.25	3.35				84	03	033	03227
3001968	Les Baumettes	les-baumettes	FR		7299	Europe/Paris	43.22641	5.41642		Les Baumettes		93	13	133	13055
3001969	Les Baumes	les-baumes	FR		0	Europe/Paris	44.73483	6.24992				93	05	052	05032
3001971	Les Baudons	les-baudons	FR		0	Europe/Paris	46.69381	2.26886				24	18	182	18112
3001972	Les Baudières	les-baudieres	FR		0	Europe/Paris	47.92244	3.65639				27	89	891	89201
3001973	Les Batisses	les-batisses	FR		0	Europe/Paris	45.73387	3.5027				84	63	635	63125
3001974	Batignolles	batignolles	FR		0	Europe/Paris	48.88333	2.31667		Quartier des Batignolles		11	75	751	75056
3001977	Les Bataillots	les-bataillots	FR		0	Europe/Paris	46.55	3.33333				84	03	032	03190
3001978	Les Bas Vents	les-bas-vents	FR		0	Europe/Paris	50.31522	3.90873				32	59	591	59225
3001980	Les Bastides	les-bastides	FR		0	Europe/Paris	44.93361	4.16311				84	43	432	43186
3001981	Les Bastides	les-bastides	FR		0	Europe/Paris	44.01028	5.20257				93	84	843	84018
3001982	Les Bassots	les-bassots	FR		0	Europe/Paris	47.05987	6.68444				27	25	253	25321
3001983	Les Bassineries	les-bassineries	FR		0	Europe/Paris	47.30866	2.40067				24	18	183	18149
3001984	Les Bassets	les-bassets	FR		0	Europe/Paris	44.59976	6.07605				93	05	052	05061
3001985	Les Basses Voies	les-basses-voies	FR		0	Europe/Paris	48.0728	4.00643				44	10	103	10024
3001986	Les Basses Masures	les-basses-masures	FR		0	Europe/Paris	48.6984	1.77794				11	78	782	78497
3001987	Les Basses Landes	les-basses-landes	FR		0	Europe/Paris	49.35144	1.52986				28	27	271	27480
3001988	Les Basses Graves	les-basses-graves	FR		0	Europe/Paris	44.34031	6.08187				93	04	044	04057
3001989	Les Basses Clavelières	les-basses-clavelieres	FR		0	Europe/Paris	45.76256	3.65566				84	63	635	63016
3001990	Les Basses Bergeries	les-basses-bergeries	FR		0	Europe/Paris	48.25636	3.44114				27	89	893	89483
3001991	Les Bascous	les-bascous	FR		0	Europe/Paris	44.50988	5.51929				84	26	261	26361
3001992	Les Bas Buissons	les-bas-buissons	FR		0	Europe/Paris	48.75637	1.33549				24	28	283	28134
3001994	Les Barrières	les-barrieres	FR		0	Europe/Paris	47.06667	0.36667				24	37	371	37260
3001995	Les Barrières	les-barrieres	FR		0	Europe/Paris	44.7	5.26667				84	26	261	26019
3001996	Les Barrières	les-barrieres	FR		0	Europe/Paris	43.94063	1.71939				76	81	811	81276
3001997	Les Barres	les-barres	FR		0	Europe/Paris	47.93377	2.04333				24	45	452	45034
3001998	Les Barres	les-barres	FR		0	Europe/Paris	47.50858	3.28405				27	89	891	89331
3001999	Les Barres	les-barres	FR		0	Europe/Paris	46.76495	0.49419				75	86	861	86174
3002000	Les Barres	les-barres	FR		0	Europe/Paris	46.35334	2.82715				84	03	031	03104
3002001	Les Barreaux	les-barreaux	FR		0	Europe/Paris	46.91667	1.85				24	36	364	36140
3002002	Les Barquets	les-barquets	FR		0	Europe/Paris	44.37403	4.85526				84	26	262	26211
3002003	Les Barons	les-barons	FR		0	Europe/Paris	44.51667	6.15		La Baume,Les Barons		93	05	052	05140
3002005	Les Barnoux	les-barnoux	FR		0	Europe/Paris	45.00098	5.41696				84	26	261	26074
3002006	Les Barnouins	les-barnouins	FR		0	Europe/Paris	44.45772	5.31435		Les Barnouins,Les Burnonins		84	26	262	26376
3002008	Les Barles	les-barles	FR		0	Europe/Paris	43.26351	5.57675				93	13	133	13119
3002009	Les Barlauds	les-barlauds	FR		0	Europe/Paris	45.71667	2.43333				75	23	231	23221
3002012	Les Bardy	les-bardy	FR		0	Europe/Paris	47.25514	2.44372				24	18	181	18189
3002013	Les Bardons	les-bardons	FR		0	Europe/Paris	45.16883	4.75928				84	07	073	07084
3002014	Les Bardins	les-bardins	FR		0	Europe/Paris	47.38286	3.28333				27	58	582	58163
3002015	Les Barchaux	les-barchaux	FR		0	Europe/Paris	46.39602	2.49711				84	03	031	03128
3002016	Les Barbillons	les-barbillons	FR		0	Europe/Paris	47.26848	1.79552				24	41	413	41218
3002017	Les Barbiers	les-barbiers	FR		0	Europe/Paris	46.87357	3.58274				27	58	583	58306
3002018	Les Barats	les-barats	FR		0	Europe/Paris	47.70139	3.44037		Les Barats,Les Barrats		27	89	891	89139
3002019	Les Baraques-en-Vercors	les-baraques-en-vercors	FR		0	Europe/Paris	45.00263	5.42036		Barraque-en-Vercors,Les Baraques,Les Baraques-en-Vercors,Les Barraques,Les Barraques-en Vercors		84	26	261	26074
3002021	Les Baraques	les-baraques	FR		0	Europe/Paris	45.1	4.4				84	07	073	07212
3002022	Les Baraques	les-baraques	FR		0	Europe/Paris	45.03368	4.24193				84	43	433	43130
3002023	Les Baraques	les-baraques	FR		0	Europe/Paris	44.92	4.59272		Les Baraques		84	07	072	07214
3002024	Les Baraques	les-baraques	FR		0	Europe/Paris	43.6	6.98333				93	06	061	06085
3002026	Les Balmelles	les-balmelles	FR		0	Europe/Paris	44.45	3.95		Balmelles,Les Balinelles,Les Balmelles		76	48	482	48015
3002027	Les Balines	les-balines	FR		0	Europe/Paris	45.06667	5.01667				84	26	263	26281
3002028	Les Balesmes	les-balesmes	FR		0	Europe/Paris	48.16797	3.16403				27	89	893	89180
3002029	Les Baïsses	les-baisses	FR		0	Europe/Paris	43.53996	5.1501				93	13	131	13051
3002030	els Banys de la Presta	els-banys-de-la-presta	FR		0	Europe/Paris	42.40766	2.4038		La Preste les Bains,Les Bains,els Banys de la Presta,els banys		76	66	661	66150
3002031	Les Bains	les-bains	FR		0	Europe/Paris	46.78333	-2.08333				52	85		
3002032	Les Bains	les-bains	FR		0	Europe/Paris	46.11727	1.66212				75	23	232	23095
3002033	Les Baineries Haute	les-baineries-haute	FR		0	Europe/Paris	48.13333	-1.03333				52	53	532	53129
3002034	Les Baineries Basse	les-baineries-basse	FR		0	Europe/Paris	48.14034	-1.03904				52	53	532	53040
3002035	Les Baineries	les-baineries	FR		0	Europe/Paris	48.13333	-1.03333				52	53	532	53129
3002036	Les Baillys	les-baillys	FR		0	Europe/Paris	48.19625	4.2876		Les Bailly,Les Baillys		44	10	103	10092
3002037	Les Baillis	les-baillis	FR		0	Europe/Paris	48.26144	3.14018				27	89	893	89369
3002038	Les Bagnolets	les-bagnolets	FR		0	Europe/Paris	46.44361	3.11409				84	03	032	03069
3002039	Les Bagnolets	les-bagnolets	FR		0	Europe/Paris	46.33017	3.13504				84	03	032	03281
3002040	Les Badioux	les-badioux	FR		0	Europe/Paris	44.9711	4.02179				84	43	432	43115
3002041	Les Badieux	les-badieux	FR		0	Europe/Paris	44.42651	3.63595				76	48	481	48028
3002042	Les Badières	les-badieres	FR		0	Europe/Paris	47.15749	3.44456				27	58	583	58240
3002043	Les Bâchers	les-bachers	FR		0	Europe/Paris	46.45428	0.29746		Les Bachees,Les Bachers,Les Bâchers,Les Bâchées		75	86	863	86293
3002044	Les Bacheliers	les-bacheliers	FR		0	Europe/Paris	46.90573	0.61585				75	86	861	86092
3002048	Les Aymes	les-aymes	FR		0	Europe/Paris	44.48333	6.23333				93	05	052	05050
3002049	Les Aymards	les-aymards	FR		0	Europe/Paris	45.78333	2.55				84	63	634	63450
3002050	Les Aygalades	les-aygalades	FR		6629	Europe/Paris	43.35711	5.37116				93	13	133	13055
3002051	Les Ayes	les-ayes	FR		0	Europe/Paris	46.11365	2.83167				84	63	634	63428
3002052	Les Ayes	les-ayes	FR		0	Europe/Paris	45.48431	3.60165				84	63	631	63076
3002053	Les Avrégan	les-avregan	FR		0	Europe/Paris	48.48983	-3.55075				53	22	223	22217
3002054	Les Avondons	les-avondons	FR		0	Europe/Paris	44.65069	5.58661		Les Avendons,Les Avondons		84	26	261	26055
3002055	Les Avillons	les-avillons	FR		0	Europe/Paris	47.56809	3.69346		Avillon,Les Avillons		27	89	891	89237
3002058	Les Avelas	les-avelas	FR		0	Europe/Paris	44.34988	4.16775				84	07	071	07024
3002060	Le Sauzet	le-sauzet	FR		0	Europe/Paris	45.02132	4.72757				84	07	073	07068
3002062	Le Sauze	le-sauze	FR		0	Europe/Paris	44.37399	6.68123				93	04	041	04073
3002063	Le Sauzais	le-sauzais	FR		0	Europe/Paris	47.53114	-1.59724				52	44	445	44138
3002064	Les Auvergnes	les-auvergnes	FR		0	Europe/Paris	44.86667	5.16667				84	26	261	26066
3002065	Les Auvergnats	les-auvergnats	FR		0	Europe/Paris	46.91219	2.96848				24	18	182	18048
3002066	Le Sauvageon	le-sauvageon	FR		0	Europe/Paris	48.70586	2.51528				11	91	912	91114
3002077	Le Saussoi	le-saussoi	FR		0	Europe/Paris	47.56667	3.65		Le Saussoi,Le Saussois		27	89	892	89253
3002078	Le Saussay	le-saussay	FR		0	Europe/Paris	48.98443	-0.95556				28	50	504	50601
3002079	Le Saussay	le-saussay	FR		0	Europe/Paris	48.30122	1.1278				24	28	284	28261
3002080	Le Saussay	le-saussay	FR		0	Europe/Paris	48.17964	1.17012				24	28	282	28424
3002081	Le Saussay	le-saussay	FR		0	Europe/Paris	48.12228	1.20944				24	28	282	28012
3002082	Le Sausais	le-sausais	FR		0	Europe/Paris	47.10349	-1.25159				52	44	442	44043
3002083	Les Aunays	les-aunays	FR		0	Europe/Paris	47.90183	-1.16592				52	53	531	53098
3002084	Les Aunais	les-aunais	FR		0	Europe/Paris	48.34665	-2.32972				53	22	224	22337
3002085	Les Aulnoys	les-aulnoys	FR		0	Europe/Paris	47.79009	2.78448				24	45	451	45278
3002086	Les Aulnois	les-aulnois	FR		0	Europe/Paris	48.1348	2.76566				24	45	451	45127
3002088	Les Aulnais	les-aulnais	FR		0	Europe/Paris	47.40821	-1.89356				52	44	445	44023
3002089	Les Auléas	les-auleas	FR		0	Europe/Paris	44.85	5.03333				84	26	263	26212
3002092	Les Aujards	les-aujards	FR		0	Europe/Paris	44.76667	6.53333				93	05	051	05058
3002093	Les Augis	les-augis	FR		0	Europe/Paris	48.04999	3.09771				27	89	893	89298
3002094	Les Augiers	les-augiers	FR		0	Europe/Paris	44.55023	6.3195				93	05	052	05106
3002095	Les Auges	les-auges	FR		0	Europe/Paris	46.35382	2.90477				84	03	031	03256
3002096	Les Augers	les-augers	FR		0	Europe/Paris	45.95505	0.29629				75	16	163	16325
3002097	Les Audrans	les-audrans	FR		0	Europe/Paris	44.51702	5.1662				84	26	262	26373
3002098	Les Audins	les-audins	FR		0	Europe/Paris	47.13876	3.27895				27	58	583	58196
3002099	Les Audiberts	les-audiberts	FR		0	Europe/Paris	44.67099	6.32244		Les Audiberts,Les Audiberts Hauts		93	05	052	05096
3002100	Le Sauce	le-sauce	FR		0	Europe/Paris	48.16475	0.91181				24	28	284	28018
3002101	Les Aubués	les-aubues	FR		0	Europe/Paris	47.1104	3.08253				27	58	584	58067
3002102	Les Aubris	les-aubris	FR		0	Europe/Paris	46.53422	1.30904				24	36	361	36168
3002103	Les Aubins	les-aubins	FR		0	Europe/Paris	44.58333	6.21667				93	05	052	05017
3002104	Les Aubiers	les-aubiers	FR		0	Europe/Paris	46.95428	-0.58928		Les Aubiers		75	79	791	79195
3002105	Les Auberts	les-auberts	FR		0	Europe/Paris	44.6	6.13333				93	05	052	05061
3002106	Les Aubées	les-aubees	FR		0	Europe/Paris	48.43333	0.76667				28	61	613	61345
3002111	Les Aspes	les-aspes	FR		0	Europe/Paris	44.77163	1.68555				76	46	463	46128
3002112	Les Asclards	les-asclards	FR		0	Europe/Paris	45.09323	4.52921				84	07	073	07124
3002113	Le Sartre	le-sartre	FR		0	Europe/Paris	44.805	2.21225				84	15	151	15167
3002115	Les Artauds	les-artauds	FR		0	Europe/Paris	43.51667	5.5				93	13	131	13109
3002116	Le Sart	le-sart	FR		0	Europe/Paris	50.06051	3.72613		Le Sart,Le Sart-en-Thierache,Le Sart-en-Thiérache		32	02	025	02308
3002118	Le Sarret	le-sarret	FR		0	Europe/Paris	44.86667	6.48333				93	05	051	05101
3002119	Le Sarret	le-sarret	FR		0	Europe/Paris	44.44022	5.79246				93	05	052	05165
3002120	Les Arreauts	les-arreauts	FR		0	Europe/Paris	46.84881	3.6313		Les Arreauts,Les Arreaux		27	58	581	58046
3002122	Les Arpens	les-arpens	FR		0	Europe/Paris	48.2541	0.56603				28	61	613	61041
3002123	Les Arpens	les-arpens	FR		0	Europe/Paris	46.61838	2.634				84	03	031	03168
3002124	Les Aroncis	les-aroncis	FR		0	Europe/Paris	44.55	6.21667		Les Aroncis,Les Oroncis		93	05	052	05084
3002125	Les Arnoux	les-arnoux	FR		0	Europe/Paris	46.68977	3.48095				27	58	583	58146
3002126	Les Arnauds	les-arnauds	FR		0	Europe/Paris	46.13645	2.75411				84	63	634	63293
3002127	Les Arnauds	les-arnauds	FR		0	Europe/Paris	44.92125	5.69266		Les Arnands,Les Arnauds		84	38	381	38217
3002128	Les Arnauds	les-arnauds	FR		0	Europe/Paris	44.4126	5.8146				93	05	052	05165
3002129	Les Arnats	les-arnats	FR		0	Europe/Paris	45.61595	3.00104				84	63	633	63380
3002130	Les Arnas	les-arnas	FR		0	Europe/Paris	45.85951	4.5369				84	69	692	69234
3002131	Les Armasses	les-armasses	FR		0	Europe/Paris	44.40534	5.2542				84	26	262	26288
3002132	Les Armands	les-armands	FR		0	Europe/Paris	44.26739	5.85901		Les Armands		93	04	044	04123
3002134	Les Ardilliers	les-ardilliers	FR		0	Europe/Paris	46.9114	-1.06041				52	85	852	85017
3002137	Lesardières	lesardieres	FR		0	Europe/Paris	45.35089	5.53585		Les Hardieres,Les Hardières,Lesardieres,Lesardières		84	38	381	38084
3002139	Les Arcis	les-arcis	FR		0	Europe/Paris	44.86092	4.04194				84	07	071	07106
3002140	Les Archers	les-archers	FR		0	Europe/Paris	46.62133	2.26457				24	18	182	18059
3002141	Les Arbelats	les-arbelats	FR		0	Europe/Paris	46.80559	3.58607				27	58	581	58060
3002142	Les Aravis	les-aravis	FR		0	Europe/Paris	45.87688	6.45285				84	74	741	74080
3002143	Les Arabits	les-arabits	FR		0	Europe/Paris	48.07653	3.14284		Les Arabis,Les Arabits		27	89	893	89298
3002144	Le Sapt	le-sapt	FR		0	Europe/Paris	45.32764	4.42826				84	42	423	42224
3002147	Le Sapet	le-sapet	FR		0	Europe/Paris	44.86667	6.55				93	05	051	05151
3002151	Lésaouvréguen	lesaouvreguen	FR		0	Europe/Paris	48.09409	-4.42416				53	29	294	29226
3002152	Les Anthieux	les-anthieux	FR		0	Europe/Paris	49.65624	1.7012				28	76	761	76199
3002153	Les Ansaults	les-ansaults	FR		0	Europe/Paris	47.26957	0.60806				24	37	372	37006
3002155	Les Anguilles	les-anguilles	FR		0	Europe/Paris	50.98333	2.56667				32	59	594	59309
3002162	Les Anges	les-anges	FR		0	Europe/Paris	48.59559	-4.573				53	29	291	29101
3002163	Les Anges	les-anges	FR		0	Europe/Paris	47.76372	-0.88173				52	53	531	53251
3002166	Les Andrieux	les-andrieux	FR		0	Europe/Paris	45.29661	2.31702				84	15	152	15010
3002167	Les Andrieux	les-andrieux	FR		0	Europe/Paris	44.83333	0.33333				75	24	241	24194
3002168	Les Andrieux	les-andrieux	FR		0	Europe/Paris	44.82109	6.16345				93	05	052	05064
3002169	Les Andrieux	les-andrieux	FR		0	Europe/Paris	44.22231	6.00087				93	04	044	04075
3002170	Les Andréas	les-andreas	FR		0	Europe/Paris	45.67248	5.51998		Les Andreas,Les Andréas,les Andreats,les Andréats		84	38	382	38050
3002171	Les Andins	les-andins	FR		0	Europe/Paris	46.86277	2.8821				24	18	182	18275
3002173	Les Andants	les-andants	FR		0	Europe/Paris	46.45914	1.92315				24	36	363	36060
3002175	Les Ancizes	les-ancizes	FR		1819	Europe/Paris	45.92524	2.81265		Ancizes-Comps,Les Ancizes,Les Ancizes-Comps,Onsiz-Komp,Онсиз-Комп		84	63	634	63004
3002176	Les Amouillaux	les-amouillaux	FR		0	Europe/Paris	45.57332	3.55775				84	63	631	63337
3002177	Le Samonta	le-samonta	FR		0	Europe/Paris	44.24329	3.13223				76	12	122	12270
3002178	Le Samedy	le-samedy	FR		0	Europe/Paris	48.09108	-3.42674				53	56	562	56182
3002179	Le Sambuc	le-sambuc	FR		0	Europe/Paris	43.52428	4.70618		Le Sambuc,Le Sambuch		93	13	132	13004
3002180	Les Amblards	les-amblards	FR		0	Europe/Paris	45.05509	4.92583				84	26	263	26071
3002181	Le Salze	le-salze	FR		0	Europe/Paris	43.92725	3.41335				76	30	303	30064
3002182	Le Salson	le-salson	FR		0	Europe/Paris	44.29991	3.84541				76	48	481	48152
3002183	Les Allymes	les-allymes	FR		0	Europe/Paris	45.97165	5.40271				84	01	011	01004
3002186	Les Allots	les-allots	FR		0	Europe/Paris	46.28697	3.12787				84	03	033	03175
3002187	Les Allois	les-allois	FR		0	Europe/Paris	45.79581	1.42447				75	87	872	87070
3002193	Les Allards	les-allards	FR		0	Europe/Paris	44.41667	6.31667				93	04	043	04126
3002194	Le Salis	le-salis	FR		0	Europe/Paris	46.4699	2.78704				84	03	031	03303
3002195	Le Sales	le-sales	FR		0	Europe/Paris	44.79946	1.37944				76	46	463	46098
3002197	Les Alberts	les-alberts	FR		0	Europe/Paris	44.9264	6.6857				93	05	051	05085
3002198	Les Alberts	les-alberts	FR		0	Europe/Paris	44.83333	6.5		Alberts,Les Alberts		93	05	051	05101
3002201	Les Aitres	les-aitres	FR		0	Europe/Paris	48.50695	0.37659				28	61	611	61412
3002204	Le Saint-Sépulcre	le-saint-sepulcre	FR		0	Europe/Paris	44.53333	6.3		Le Saint-Sepulcre,Le Saint-Sépulcre,Saint-Sepulcre		93	05	052	05040
3002205	Le Saintoux	le-saintoux	FR		0	Europe/Paris	45.80948	2.06335		Le Saintoux,Saintoux		75	23	231	23144
3002206	Le Saint-Esprit	le-saint-esprit	FR		0	Europe/Paris	48.45717	-2.35539				53	22	224	22175
3002207	Le Saint-Esprit	le-saint-esprit	FR		0	Europe/Paris	48.44395	-2.07099		Le Saint-Esprit,Saint-Esprit		53	22	221	22050
3002209	Le Saillant-Vieux	le-saillant-vieux	FR		0	Europe/Paris	45.27794	1.46341		Le Saillant-Vieux,Saillant Vieux		75	19	191	19005
3002210	Le Saillant	le-saillant	FR		0	Europe/Paris	45.33278	2.90929				84	15	153	15114
3002211	Le Saillant	le-saillant	FR		0	Europe/Paris	45.27586	1.45463		Le Saillant,Saillant-d'Allassac		75	19	191	19288
3002212	Les Ailes Blanches	les-ailes-blanches	FR		0	Europe/Paris	48.5336	0.97648				24	28	284	28232
3002215	Les Aiguiers	les-aiguiers	FR		0	Europe/Paris	43.2	6.03333				93	83	832	83130
3002216	Les Aguillons	les-aguillons	FR		0	Europe/Paris	44.4	6.21667		Aguillon,Les Aguillans,Les Aguillons		93	05	052	05022
3002217	Les Agnels	les-agnels	FR		0	Europe/Paris	43.85396	5.38565				93	84	841	84003
3002218	Les Agneliers Haut	les-agneliers-haut	FR		0	Europe/Paris	44.33333	6.56667				93	04	041	04226
3002219	Les Agneliers Bas	les-agneliers-bas	FR		0	Europe/Paris	44.33333	6.58333				93	04	041	04226
3002220	Les Agneliers	les-agneliers	FR		0	Europe/Paris	44.33236	6.58559				93	04	041	04226
3002222	Les Agets	les-agets	FR		0	Europe/Paris	47.86814	-0.42528		Agets-Saint-Brice,Les Agets		52	53	531	53203
3002223	Les Ages	les-ages	FR		0	Europe/Paris	46.37281	0.58068				75	86	862	86034
3002224	Les Ages	les-ages	FR		0	Europe/Paris	45.35854	1.2689				75	24	242	24464
3002225	Les Ages	les-ages	FR		0	Europe/Paris	45.33333	2.3				75	19	193	19256
3002226	Les Ages	les-ages	FR		0	Europe/Paris	45.04108	1.43514				75	19	191	19047
3002227	Les Agards	les-agards	FR		0	Europe/Paris	47.25953	1.97066				24	18	183	18150
3002230	Les Adoux	les-adoux	FR		0	Europe/Paris	46.01667	1.48333				75	87	872	87079
3002231	Les Acres	les-acres	FR		0	Europe/Paris	48.76667	0.73333				28	61	613	61456
3002233	Les Achards	les-achards	FR		0	Europe/Paris	44.84367	5.93584		Les Achards,Les Archards		84	38	381	38132
3002234	Les Achards	les-achards	FR		0	Europe/Paris	44.70039	6.59712				93	05	051	05136
3002235	Les Abrounis	les-abrounis	FR		0	Europe/Paris	45.75276	3.37274		Les Abournis,Les Abrounis		84	63	632	63168
3002236	Les Abries	les-abries	FR		0	Europe/Paris	44.52536	5.68107				93	05	052	05154
3002238	Le Sabot	le-sabot	FR		0	Europe/Paris	45.14034	5.16876				84	26	263	26207
3002239	Le Sablou	le-sablou	FR		0	Europe/Paris	45.44969	0.72279				75	24	242	24410
3002240	Le Sablon	le-sablon	FR		0	Europe/Paris	48.18333	0.3				52	72	722	72196
3002242	Les Ablandens	les-ablandens	FR		0	Europe/Paris	44.84584	5.97078		Les Ablandens,Les Ablandins		84	38	381	38469
3002243	Le Sablais	le-sablais	FR		0	Europe/Paris	46.68333	-1.93333				52	85	853	85222
3002244	Les Abîmes	les-abimes	FR		0	Europe/Paris	45.50256	5.98836		Abimes,Abymes,Les Abimes,Les Abîmes		84	73	732	73151
3002245	Les Abatilles	les-abatilles	FR		0	Europe/Paris	44.64539	-1.19648				75	33	336	33009
3002251	Lervily	lervily	FR		0	Europe/Paris	48.00625	-4.56184				53	29	294	29003
3002252	Le Ruy	le-ruy	FR		0	Europe/Paris	48.24674	3.42757				27	89	893	89483
3002253	Le Rutin	le-rutin	FR		0	Europe/Paris	46.624	2.76381				84	03	031	03048
3002254	Le Ruth	le-ruth	FR		0	Europe/Paris	48.17172	2.91531				11	77	774	77168
3002255	Le Rut	le-rut	FR		0	Europe/Paris	44.98333	1.05				75	24	244	24559
3002258	Le Runiou	le-runiou	FR		0	Europe/Paris	48.62889	-3.757		Le Runiou,Runiou		53	29	293	29251
3002259	Le Ruisseau	le-ruisseau	FR		0	Europe/Paris	47.44143	2.07962				24	41	413	41232
3002260	Le Ruinas	le-ruinas	FR		0	Europe/Paris	44.28742	5.58091				84	26	262	26153
3002261	Le Ruet	le-ruet	FR		0	Europe/Paris	48.06219	3.70714				27	89	891	89436
3002262	Le Ruchet	le-ruchet	FR		0	Europe/Paris	45.5743	3.35938				84	63	633	63415
3002263	Le Rual	le-rual	FR		0	Europe/Paris	45.63458	5.40747				84	38	382	38546
3002264	Le Rual	le-rual	FR		0	Europe/Paris	45.52733	5.49829				84	38	382	38296
3002265	Ar Ru	ar-ru	FR		0	Europe/Paris	48.74269	-4.00615		Ar Ru,Le Ru		53	29		
3002266	L'Errie	l-errie	FR		0	Europe/Paris	48.15	-1.06667				52	53		
3002269	Le Rozey	le-rozey	FR		0	Europe/Paris	45.28439	4.41277				84	42	423	42139
3002272	Le Rouy	le-rouy	FR		0	Europe/Paris	49.1	1.45				28	27	271	27562
3002276	Le Rouvre	le-rouvre	FR		0	Europe/Paris	48.14902	1.38713				24	28	282	28353
3002278	Le Rouvet	le-rouvet	FR		0	Europe/Paris	45.52503	3.51659				84	63	631	63002
3002281	Le Roure	le-roure	FR		0	Europe/Paris	45.00323	3.98431				84	43	432	43113
3002282	Le Roumaneix	le-roumaneix	FR		0	Europe/Paris	45.83333	2.53333		Le Roumaneix,Romaneix		84	63	634	63118
3002283	Le Roullet	le-roullet	FR		0	Europe/Paris	46.3	2.46667				84	03	031	03212
3002284	Le Roulle	le-roulle	FR		0	Europe/Paris	45.77909	0.89484		Le Roule,Le Roulle		75	87	873	87135
3002285	Le Roulin	le-roulin	FR		0	Europe/Paris	47.3921	2.73647				24	18	181	18256
3002287	Le Roule	le-roule	FR		0	Europe/Paris	49.37986	1.44617				28	27	271	27496
3002289	Le Rouet	le-rouet	FR		0	Europe/Paris	43.33549	5.17538	0			93	13	134	13021
3002290	Le Roudier	le-roudier	FR		0	Europe/Paris	45.14322	0.54439				75	24	243	24372
3002291	Le Roual	le-roual	FR		0	Europe/Paris	48.55	-4.53333				53	29	291	29290
3002292	Le Rotoy	le-rotoy	FR		0	Europe/Paris	47.87304	2.57043		Le Rotoy,Rotoy		24	45	451	45112
3002293	Le Rotoir	le-rotoir	FR		0	Europe/Paris	48.49608	2.08263		Le Rotoir,Le Rottoir		11	91	911	91081
3002294	Le Rôti	le-roti	FR		0	Europe/Paris	48.42773	3.01431				11	77	773	77439
3002296	Le Rosier	le-rosier	FR		0	Europe/Paris	44.93333	6.68333				93	05	051	05085
3002297	Le Rosier	le-rosier	FR		0	Europe/Paris	44.8749	0.70738				75	24	241	24338
3002298	Le Rosel	le-rosel	FR		0	Europe/Paris	44.98333	1.23333				75	24	244	24412
3002299	Le Roquet	le-roquet	FR		0	Europe/Paris	49.83485	0.85152				28	76	761	76294
3002300	Le Roqual	le-roqual	FR		0	Europe/Paris	44.77015	0.60232				75	24	241	24278
3002301	Le Ronlet	le-ronlet	FR		0	Europe/Paris	45.06791	0.72443				75	24	243	24571
3002302	Le Rondray	le-rondray	FR		0	Europe/Paris	47.10723	-0.4864				52	49	492	49373
3002303	Le Rond Quesne	le-rond-quesne	FR		0	Europe/Paris	50.23542	3.68964				32	59	591	59325
3002304	Le Rondet	le-rondet	FR		0	Europe/Paris	46.26075	3.38849				84	03	032	03160
3002308	Le Rody	le-rody	FR		0	Europe/Paris	48.40075	-4.43092		Le Rody,Rody		53	29	291	29075
3002310	Le Rocher Poilanc	le-rocher-poilanc	FR		0	Europe/Paris	48.15434	-1.31723				53	35	351	35347
3002312	Le Rocher	le-rocher	FR		0	Europe/Paris	48.18226	-1.23054				53	35	351	35330
3002313	Le Rocher	le-rocher	FR		0	Europe/Paris	47.79567	-1.44				52	44	445	44146
3002318	Lerms	lerms	FR		0	Europe/Paris	45.4473	2.15501		Lerme,Lerms		75	19	193	19058
3002319	Lermot	lermot	FR		0	Europe/Paris	48.52865	-2.66704				53	22	224	22081
3002320	L'Ermite	l-ermite	FR		0	Europe/Paris	48.76794	3.59403		L'Ermite,L'Hermite		44	51	512	51235
3002321	L'Ermite	l-ermite	FR		0	Europe/Paris	45.56999	0.3596				75	16	161	16158
3002322	L'Ermitage	l-ermitage	FR		0	Europe/Paris	50.74171	1.67109				32	62	623	62894
3002324	Le Rivier	le-rivier	FR		0	Europe/Paris	45.38091	5.49447		Le Rivier		84	38	382	38013
3002325	Le Rivet	le-rivet	FR		0	Europe/Paris	45.22785	6.89593				84	73	733	73290
3002326	Le Rivaux	le-rivaux	FR		0	Europe/Paris	46.11942	2.39532				75	23	231	23167
3002327	Le Rivage	le-rivage	FR		0	Europe/Paris	46.81524	3.03762				24	18	182	18155
3002328	Le Ris	le-ris	FR		0	Europe/Paris	45.43333	3.8				84	63	631	63039
3002330	Le Riot	le-riot	FR		0	Europe/Paris	47.18333	1.58333				24	36	362	36228
3002332	Le Rio	le-rio	FR		0	Europe/Paris	46.73333	3.15				27	58	583	58057
3002334	Le Rincey	le-rincey	FR		0	Europe/Paris	46.43371	2.62171				84	03	031	03111
3002335	Le Rigny	le-rigny	FR		0	Europe/Paris	46.77449	0.31942				75	86	863	86271
3002338	Le Rif	le-rif	FR		0	Europe/Paris	45.51667	2.95				84	63	633	63038
3002339	Le Rieux	le-rieux	FR		0	Europe/Paris	45.63223	4.55936				84	69	691	69227
3002340	Le Rieux	le-rieux	FR		0	Europe/Paris	45.16754	2.0301				75	19	192	19258
3002341	Le Rieux	le-rieux	FR		0	Europe/Paris	45.15662	1.31802		Le Rieu		75	19	191	19066
3002342	Le Rieux	le-rieux	FR		0	Europe/Paris	45.05402	2.52595				84	15	151	15075
3002343	Le Rieu	le-rieu	FR		0	Europe/Paris	44.91093	2.54247				84	15	151	15255
3002344	Le Rieu	le-rieu	FR		0	Europe/Paris	44.35856	5.1544				84	26	262	26220
3002345	Le Richardet	le-richardet	FR		0	Europe/Paris	46.14394	2.65057				84	03	031	03161
3002347	Le Riau-Baril	le-riau-baril	FR		0	Europe/Paris	46.73705	2.16486				24	18	182	18216
3002350	Le Rhimbé	le-rhimbe	FR		0	Europe/Paris	46.78783	2.74829		Le Rhimbe,Le Rhimbe les Stieux,Le Rhimbe-Bannegon,Le Rhimbé,Le Rhimbé-Bannegon,Rhimbe,Rhimbé		24	18	182	18021
3002353	Le Reynaldès	le-reynaldes	FR		0	Europe/Paris	44.72396	3.8047				76	48	482	48080
3002354	Le Révolet	le-revolet	FR		0	Europe/Paris	45.53841	5.14634		Le Revolet,Le Révolet,le Revollet		84	38	383	38015
3002355	Le Reveston	le-reveston	FR		0	Europe/Paris	43.90971	7.20243		Le Reveston,Reveston-d'Utelle		93	06	062	06151
3002356	Les Revest	les-revest	FR		0	Europe/Paris	43.36667	6.56667		Le Revest		93	83	831	83115
3002358	Le Reverdel	le-reverdel	FR		0	Europe/Paris	46.08922	2.77433				84	63	634	63171
3002359	Le Reundu	le-reundu	FR		0	Europe/Paris	48.33233	-3.88844				53	29	292	29141
3002361	Le Resto	le-resto	FR		0	Europe/Paris	47.77949	-3.29555		Le Reste,Le Resto		53	56	561	56098
3002362	Le Reste	le-reste	FR		0	Europe/Paris	48.13569	-2.96805				53	56	562	56146
3002363	Le Rest	le-rest	FR		0	Europe/Paris	48.63067	-3.79155				53	29	293	29186
3002364	Le Rest	le-rest	FR		0	Europe/Paris	48.178	-3.28357				53	22	222	22146
3002365	Le Repos	le-repos	FR		0	Europe/Paris	43.41827	5.29011				93	13	131	13071
3002366	Le Replat	le-replat	FR		0	Europe/Paris	45.37221	6.2607				84	73	733	73278
3002367	Le Repaire	le-repaire	FR		0	Europe/Paris	45.91707	1.01723		Le Repaire,Repaire		75	87	873	87110
3002368	Le Repaire	le-repaire	FR		0	Europe/Paris	44.93413	1.04715				75	24	244	24172
3002372	L'Érellaz	l-erellaz	FR		0	Europe/Paris	45.24987	6.84652				84	73	733	73290
3002374	Le Relec	le-relec	FR		0	Europe/Paris	48.44578	-3.83511		Le Relec,Le Relecq		53	29	293	29202
3002375	Le Regret	le-regret	FR		0	Europe/Paris	48.22264	0.56751				52	72	722	72114
3002376	Le Regard	le-regard	FR		0	Europe/Paris	45.2666	4.15906		Le Regard,Regard		84	43	433	43137
3002377	Le Réel	le-reel	FR		0	Europe/Paris	49.62758	1.16295				28	76	761	76249
3002378	Le Redon	le-redon	FR		4888	Europe/Paris	43.24604	5.42889				93	13	133	13055
3002385	Le Raz	le-raz	FR		0	Europe/Paris	46.71737	1.51206				24	36	361	36157
3002387	Le Ray	le-ray	FR		0	Europe/Paris	43.71916	7.25526				93	06	062	06088
3002388	Le Ravois	le-ravois	FR		0	Europe/Paris	46.98797	2.67102				24	18	181	18119
3002389	Le Raux	le-raux	FR		0	Europe/Paris	44.69828	6.86688				93	05	051	05157
3002391	Le Rat	le-rat	FR		0	Europe/Paris	45.75113	2.02348				75	19	193	19164
3002392	Le Rastoit	le-rastoit	FR		0	Europe/Paris	45.56667	2.41667				75	19	193	19199
3002394	Le Rastel	le-rastel	FR		0	Europe/Paris	44.60664	5.13939				84	26	261	26214
3002395	Le Rapoux	le-rapoux	FR		0	Europe/Paris	45.50873	5.36973				84	38	382	38044
3002396	Le Randillon	le-randillon	FR		0	Europe/Paris	49.58657	1.47691				28	76	761	76544
3002398	Le Ranc	le-ranc	FR		0	Europe/Paris	44.98034	4.54564				84	07	073	07079
3002402	Léraget	leraget	FR		0	Europe/Paris	46.19745	2.41318				75	23	231	23045
3002404	el Racó	el-raco	FR		0	Europe/Paris	42.53626	3.05654		Le Racou,Racou-Plage,el Raco,el Racó		76	66	661	66008
3002405	Lérable	lerable	FR		0	Europe/Paris	48.40958	0.38431				28	61	613	61286
3002406	L'Érable	l-erable	FR		0	Europe/Paris	47.642	3.42433				27	89	891	89283
3002407	L'Érable	l-erable	FR		0	Europe/Paris	47.16667	1.13333				24	37	373	37111
3002408	L'Érable	l-erable	FR		0	Europe/Paris	47.05781	2.10458				24	18	183	18124
3002410	Le Quinquis	le-quinquis	FR		0	Europe/Paris	48.30933	-3.93933		Le Quinquis		53	29	292	29016
3002411	Le Quillion	le-quillion	FR		0	Europe/Paris	48.48045	-3.71922		Le Quillion,Le Quilliou		53	29	293	29191
3002413	Le Quiliou	le-quiliou	FR		0	Europe/Paris	48.22144	-3.80167		Le Quiliou,Quilliou		53	29	292	29175
3002415	Le Queux	le-queux	FR		0	Europe/Paris	47.67566	-1.72381				52	44	445	44123
3002416	Le Quetel	le-quetel	FR		0	Europe/Paris	47.99842	-2.56237				53	56	562	56102
3002417	Le Quesnoy-en-Santerre	le-quesnoy-en-santerre	FR		0	Europe/Paris	49.74315	2.7047		Le Quesnoy,Le Quesnoy-en-Santerre		32	80	804	80617
3002421	Le Quesnot	le-quesnot	FR		0	Europe/Paris	49.90257	1.01045				28	76	761	76720
3002426	Le Quesnay	le-quesnay	FR		0	Europe/Paris	49.69572	1.40428				28	76	761	76415
3002427	Le Quesnay	le-quesnay	FR		0	Europe/Paris	49.53657	1.00767		Le Quenay,Le Quesnay		28	76	763	76503
3002429	Le Quérut	le-querut	FR		0	Europe/Paris	46.34022	1.94229				75	23	232	23025
3002430	Le Querrois	le-querrois	FR		0	Europe/Paris	45.8304	0.45679				75	16	163	16085
3002432	Le Quennec	le-quennec	FR		0	Europe/Paris	47.97756	-3.40688				53	56	562	56131
3002433	Le Quenne	le-quenne	FR		0	Europe/Paris	50.48375	3.28115		Le Quenne,Quesne,Rue du Quenne		32	59	593	59330
3002434	Le Quellay	le-quellay	FR		0	Europe/Paris	47.10115	0.24919				24	37	371	37129
3002435	Le Quéau	le-queau	FR		0	Europe/Paris	48.43883	-4.07792				53	29	293	29131
3002439	Le Quarteron	le-quarteron	FR		0	Europe/Paris	45.93333	0.91667				75	87	873	87154
3002441	Le Py	le-py	FR		0	Europe/Paris	44.68023	3.14836				76	48	482	48087
3002442	Le Puytren	le-puytren	FR		0	Europe/Paris	45.71288	1.11678				75	87	872	87084
3002502	Le Préau	le-preau	FR		0	Europe/Paris	47.95119	2.68964				24	45	451	45345
3002444	Le Puy-Saint-Bonnet	le-puy-saint-bonnet	FR		0	Europe/Paris	46.99869	-0.8931		Le Puy-Saint-Bonnet		52	49	492	49099
3002445	Le Puys	le-puys	FR		0	Europe/Paris	45.05189	6.11787		Le Puy,Le Puys		84	38	381	38173
3002447	Le Puy Mazerier	le-puy-mazerier	FR		0	Europe/Paris	46.11925	3.18793		Le Puy,Le Puy Mazerier,Le Puy de Mazerier		84	03	033	03118
3002449	Le Puy du Cros	le-puy-du-cros	FR		0	Europe/Paris	44.98333	6.53333		Le Puy du Cros,Puy-du-Cros		93	05	051	05079
3002450	Le Puy de Mont	le-puy-de-mont	FR		0	Europe/Paris	45.81667	1.13333		Le Puy de Mont,Puy-de-Mont		75	87	872	87001
3002451	Le Puy de la Rue	le-puy-de-la-rue	FR		0	Europe/Paris	45.87458	0.98812				75	87	873	87185
3002452	Le Puy-d'Anrias	le-puy-d-anrias	FR		0	Europe/Paris	45.95	1.45				75	87	872	87002
3002453	Le Puyconnieux	le-puyconnieux	FR		0	Europe/Paris	45.65657	0.88602				75	87	873	87060
3002454	Le Puy Bourdin	le-puy-bourdin	FR		0	Europe/Paris	46.48581	2.188				24	36	363	36156
3002455	Lepuy	lepuy	FR		0	Europe/Paris	48.20736	2.7791				11	77	774	77071
3002469	Le Puizac	le-puizac	FR		0	Europe/Paris	47.28809	3.018		Le Puisac,Le Puizac		27	58	584	58122
3002472	Le Puits Massot	le-puits-massot	FR		0	Europe/Paris	48.31182	0.78124				24	28	284	28280
3002473	Le Puits Fouquet	le-puits-fouquet	FR		0	Europe/Paris	49.37387	0.92914				28	76	763	76550
3002474	Le Puits d'Havenat	le-puits-d-havenat	FR		0	Europe/Paris	47.54248	2.77238		Le Puits d'Havenas,Le Puits d'Havenat		24	45	451	45029
3002475	Le Puits-des-Mèzes	le-puits-des-mezes	FR		0	Europe/Paris	48.13375	5.27098		Le Puits,Le Puits-des-Mezes,Le Puits-des-Mèzes		44	52	521	52050
3002477	Le Puits Berteau	le-puits-berteau	FR		0	Europe/Paris	47.23333	2.08333		Le Puits Berteau,Puits-Berthault		24	18	183	18279
3002478	Le Puits Berrault	le-puits-berrault	FR		0	Europe/Paris	50.38568	1.73513		Le Puits Berrault,Le Puits-Berault,Le Puits-Bérault		32	62	624	62499
3002479	Le Puits	le-puits	FR		0	Europe/Paris	47.49496	2.64819				24	18	181	18022
3002480	Le Puits	le-puits	FR		0	Europe/Paris	47.28333	1.36667				24	41	413	41164
3002481	Le Puits	le-puits	FR		0	Europe/Paris	43.65	7.15		Le Puits,Puits		93	06	061	06027
3002491	Le Prou	le-prou	FR		0	Europe/Paris	45.70983	2.04748		Chez-le-Prou,Le Prou		75	19	193	19164
3002493	Le Priel	le-priel	FR		0	Europe/Paris	45.42368	4.63279				84	42	423	42168
3002494	Le Prézat	le-prezat	FR		0	Europe/Paris	45.12681	1.84442				75	19	192	19004
3002496	Le Pressoir	le-pressoir	FR		0	Europe/Paris	46.93333	2.5				24	18	181	18288
3002500	Le Premier Villard	le-premier-villard	FR		0	Europe/Paris	45.31667	6.26667		Le Premier Villard,Premier Villard		84	73	733	73221
3002503	Le Préau	le-preau	FR		0	Europe/Paris	46.36667	2.63333				84	03	031	03098
3002504	Le Pré	le-pre	FR		0	Europe/Paris	45.58333	6.86667				84	73	731	73323
3002505	Le Pré	le-pre	FR		0	Europe/Paris	45.19823	4.12475				84	43	433	43211
3002506	Le Pré	le-pre	FR		0	Europe/Paris	44.68676	5.94732				93	05	052	05139
3002507	Le Prat	le-prat	FR		0	Europe/Paris	45.13117	4.05771				84	43	433	43203
3002508	Le Pral	le-pral	FR		0	Europe/Paris	44.84125	4.50148				84	07	072	07096
3002509	Le Pradon	le-pradon	FR		0	Europe/Paris	43.08656	6.06943				93	83	832	83034
3002514	Le Pra	le-pra	FR		0	Europe/Paris	45.69835	6.56574		Le Pra,Le Praz		84	73	731	73034
3002515	Le Praz	le-praz	FR		0	Europe/Paris	45.43228	6.62351		Courchevel 1300,le Praz		84	73	731	73227
3002516	Le Pra	le-pra	FR		0	Europe/Paris	44.31667	6.88333				93	06	062	06119
3002518	Le Poyet Haut	le-poyet-haut	FR		0	Europe/Paris	45.73055	3.63703		Le Poyet,Le Poyet Haut		84	63	635	63016
3002522	Le Pouzat	le-pouzat	FR		0	Europe/Paris	44.96097	4.44796		Le Pouzat		84	07	073	07204
3002523	Le Pouzat	le-pouzat	FR		0	Europe/Paris	44.51874	1.33648		Le Bouzat,Le Pouzat		76	46	461	46080
3002524	Le Poux	le-poux	FR		0	Europe/Paris	46.24547	2.87809				84	63	634	63187
3002525	Le Poux	le-poux	FR		0	Europe/Paris	45.17834	3.89096				84	43	432	43267
3002526	Le Poux	le-poux	FR		0	Europe/Paris	45.03304	3.69498				84	43	432	43197
3002527	Le Poux	le-poux	FR		0	Europe/Paris	44.83333	6.6				93	05	051	05151
3002528	Le Poux	le-poux	FR		0	Europe/Paris	44.825	4.51372				84	07	073	07286
3002531	Le Poumet	le-poumet	FR		0	Europe/Paris	45.73655	2.20542				75	23	231	23125
3002532	Le Poullier	le-poullier	FR		0	Europe/Paris	49.60376	0.72594				28	76	763	76043
3002533	Le Poulin	le-poulin	FR		0	Europe/Paris	45.09503	4.76988		Le Poulin,Poulins		84	07	073	07140
3002535	Le Poulier	le-poulier	FR		0	Europe/Paris	45.74625	0.80371				75	87	873	87137
3002536	Le Pouldu	le-pouldu	FR		0	Europe/Paris	47.76787	-3.54358		Le Pouldu		53	29	294	29031
3002542	Le Poty	le-poty	FR		0	Europe/Paris	48.38726	2.30066				11	91	911	91629
3002543	Le Potin	le-potin	FR		0	Europe/Paris	47.29581	3.24333				27	58	584	58064
3002544	Portzic	portzic	FR		0	Europe/Paris	48.3609	-4.54392		Le Portzic,Portzic,Sainte-Anne-du-Portzic		53	29	291	29019
3002545	Le Port-Saint-Ouen	le-port-saint-ouen	FR		0	Europe/Paris	49.35067	1.13071				28	76	763	76039
3002546	Le Port-Montain	le-port-montain	FR		0	Europe/Paris	48.45943	3.33581				11	77	773	77341
3002548	Le Port-les-Bois	le-port-les-bois	FR		0	Europe/Paris	46.89324	3.29009		Le Port des Bois,Le Port-les-Bois		27	58	583	58258
3002549	Le Port l'Ablevois	le-port-l-ablevois	FR		0	Europe/Paris	47.23929	0.19053		Le Port d'Ablevois,Le Port l'Ablevois		24	37	371	37058
3002550	Le Port-Girault	le-port-girault	FR		0	Europe/Paris	47.37024	-0.74706				52	49	491	49283
3002553	Le Port Boulet	le-port-boulet	FR		0	Europe/Paris	47.24625	0.16241				24	37	371	37074
3002554	Le Portau	le-portau	FR		0	Europe/Paris	46.98333	1.21667				24	36	362	36045
3002560	Le Poovre	le-poovre	FR		0	Europe/Paris	50.71667	2.08333				32	62	625	62008
3002561	Le Pont Varin	le-pont-varin	FR		0	Europe/Paris	48.51402	4.91882		Le Pont,Le Pont Varin,Pont-Varin		44	52	523	52550
3002562	Le Pont Rué	le-pont-rue	FR		0	Europe/Paris	48.56652	2.03747		Le Pont Rue,Le Pont Rué,Pont Rue,Pont Rué		11	91	911	91546
3002563	Le Pont Roux	le-pont-roux	FR		0	Europe/Paris	48.42637	-2.07109				53	22	221	22280
3002564	Le Pont Riboult	le-pont-riboult	FR		0	Europe/Paris	48.49917	0.80472				28	61	613	61242
3002566	Le Pont Neuf	le-pont-neuf	FR		0	Europe/Paris	48.51325	-4.30608				53	29	291	29179
3002567	Le Pont Legé	le-pont-lege	FR		0	Europe/Paris	46.92869	-1.22584				52	85	852	85025
3002571	Le Ponteil	le-ponteil	FR		0	Europe/Paris	44.7	6.56667				93	05	051	05031
3002572	Le Ponteau	le-ponteau	FR		0	Europe/Paris	48.07611	0.72978				52	72	722	72057
3002573	Le Ponté	le-ponte	FR		0	Europe/Paris	46.63552	2.39067				24	18	182	18130
3002575	Travo	travo	FR		0	Europe/Paris	41.91482	9.388		Le Pont du Travo,Travo		94	2B	2B3	2B342
3002576	Le Pont du Raud	le-pont-du-raud	FR		0	Europe/Paris	43.58761	5.05202		Le Pont du Raud,Pont de Raud		93	13	134	13029
3002577	Le Pont-du-Leu	le-pont-du-leu	FR		0	Europe/Paris	50.93157	1.86821		Le Pont-du-Leu,Pont-du-Leu		32	62	626	62193
3002578	Le Pont-d'Ouche	le-pont-d-ouche	FR		0	Europe/Paris	47.16667	4.7		Le Pont-d'Ouche,Pont-d'Ouche		27	21	211	21634
3002579	Le Pont de Sauldre	le-pont-de-sauldre	FR		0	Europe/Paris	47.2887	1.53237				24	41	413	41016
3002581	Le Pont d'en Haut	le-pont-d-en-haut	FR		0	Europe/Paris	46.62596	1.47981				24	36	362	36161
3002583	Le Pont de Mont	le-pont-de-mont	FR		0	Europe/Paris	46.61667	1.51667				24	36	362	36200
3002584	Le Pont-de-Coulogne	le-pont-de-coulogne	FR		0	Europe/Paris	50.92422	1.86998		Le Pont-de-Coulogne,Pont-de-Coulogne		32	62	626	62244
3002587	Le Pont d'Ardres	le-pont-d-ardres	FR		0	Europe/Paris	50.89245	1.97029		Le Pont d'Ardres,Pont-d'Ardres		32	62	626	62038
3002588	Le Pont-d'Antony	le-pont-d-antony	FR		0	Europe/Paris	48.75228	2.30506				11	92	921	92002
3002589	Le Pont-d'Alleyras	le-pont-d-alleyras	FR		0	Europe/Paris	44.9184	3.67398				84	43	432	43005
3002590	Le Pont-d'Agris	le-pont-d-agris	FR		0	Europe/Paris	45.78604	0.34037		Le Pont,Le Pont-d'Agris		75	16	161	16003
3002591	Le Pont-Calleck	le-pont-calleck	FR		0	Europe/Paris	47.99126	-3.3393				53	56	562	56014
3002592	Le Pontaroux	le-pontaroux	FR		0	Europe/Paris	45.51847	0.3076		Le Pontaroux,Pontaroux		75	16	161	16147
3002593	Le Pont-Allant	le-pont-allant	FR		0	Europe/Paris	50.28133	3.98409		Pont-Allant		32	59	591	59392
3002594	Le Pont	le-pont	FR		0	Europe/Paris	48.22491	2.43179				24	45	453	45258
3002595	Le Pont	le-pont	FR		0	Europe/Paris	47.38067	1.92333				24	41	413	41241
3002596	Le Pont	le-pont	FR		0	Europe/Paris	47.17829	1.09903				24	37	373	37111
3002597	Le Pont	le-pont	FR		0	Europe/Paris	43.78333	6.25				93	83	833	83002
3002601	Le Poncelet	le-poncelet	FR		0	Europe/Paris	49.13351	4.78831				44	51	511	51191
3002603	Le Pommier-de-Pin	le-pommier-de-pin	FR		0	Europe/Paris	46.68486	2.03152		Le Pommier,Le Pommier-de-Pin		24	36	363	36017
3002604	Le Pommier Benoît	le-pommier-benoit	FR		0	Europe/Paris	48.58905	1.09349				24	28	283	28248
3002605	Le Pommier	le-pommier	FR		0	Europe/Paris	46.02631	1.73936		Le Pommier,Pommier		75	23	232	23189
3002606	Le Pommier	le-pommier	FR		0	Europe/Paris	45.86123	1.70159				75	23	232	23223
3002607	Le Pommeret	le-pommeret	FR		0	Europe/Paris	48.72911	1.94929				11	78	782	78334
3002608	Le Pommain	le-pommain	FR		0	Europe/Paris	47.45773	-1.63428				52	44	445	44149
3002609	Le Pollet	le-pollet	FR		0	Europe/Paris	49.93333	1.1		Le Pollet,Pollet		28	76	761	76217
3002614	Le Poiron	le-poiron	FR		0	Europe/Paris	46.51546	1.06771				75	86	862	86132
3002615	Le Poirier Godard	le-poirier-godard	FR		0	Europe/Paris	48.98333	1.58333				11	78	781	78484
3002616	Le Poirier	le-poirier	FR		0	Europe/Paris	48.55441	-2.544				53	22	224	22273
3002617	Le Poirier	le-poirier	FR		0	Europe/Paris	46.2129	3.27792				84	03	033	03043
3002618	Le Poirier	le-poirier	FR		0	Europe/Paris	46.14364	2.11515				75	23	231	23068
3002619	Le Poirier	le-poirier	FR		0	Europe/Paris	45.45282	1.06305		Le Poirier,Le Potrier		75	24	242	24522
3002622	Le Pointel	le-pointel	FR		0	Europe/Paris	44.99393	4.41367				84	07	073	07204
3002624	Le Point du Jour	le-point-du-jour	FR		0	Europe/Paris	48.24452	2.45261				24	45	453	45237
3002625	Le Point du Jour	le-point-du-jour	FR		0	Europe/Paris	47.35488	-1.88678				52	44	443	44195
3002627	Le Poil	le-poil	FR		0	Europe/Paris	43.93674	6.28538		Le Poil		93	04	042	04204
3002628	Le Poids de Fer	le-poids-de-fer	FR		0	Europe/Paris	47.05	3.02655				24	18	182	18118
3002629	L'Époids	l-epoids	FR		0	Europe/Paris	46.93373	-2.05823		Epoids,L'Epoids,L'Epois,L'Époids,L'Épois,Époids		52	85	853	85029
3002630	Le Poiçon	le-poicon	FR		0	Europe/Paris	49.9	0.98333				28	76	761	76720
3002676	Le Plessis-Chenet	le-plessis-chenet	FR		0	Europe/Paris	48.56569	2.48143		Le Plessis-Chenet		11	91	912	91179
3002637	Le Ply	le-ply	FR		0	Europe/Paris	49.59724	1.89269				32	60	601	60629
3002639	Le Plouy	le-plouy	FR		0	Europe/Paris	50.01043	1.69279				32	80	801	80809
3002640	Le Plot	le-plot	FR		0	Europe/Paris	46.36043	3.48129				84	03	033	03289
3002642	Le Plo	le-plo	FR		0	Europe/Paris	44.8296	4.04515				84	07	071	07106
3002643	Le Plix	le-plix	FR		0	Europe/Paris	49.6247	1.55012				28	76	761	76672
3002644	Le Plessix	le-plessix	FR		0	Europe/Paris	48.33261	-2.24039				53	22	221	22020
3002645	Le Plessix	le-plessix	FR		0	Europe/Paris	48.0641	-2.31237				53	56	562	56127
3002646	Le Plessix	le-plessix	FR		0	Europe/Paris	48.07425	-1.43107				53	35	351	35096
3002648	Le Plessis-sur-Vert	le-plessis-sur-vert	FR		0	Europe/Paris	48.75147	1.28165		Le Plessis,Le Plessis-sur-Vert		24	28	283	28405
3002652	Le Plessis-Pigy	le-plessis-pigy	FR		0	Europe/Paris	48.56224	3.4001				11	77	773	77246
3002655	Le Plessis-Pas Brunet	le-plessis-pas-brunet	FR		0	Europe/Paris	47.42667	-1.52452				52	44	445	44110
3002656	Le Plessis Neuf	le-plessis-neuf	FR		0	Europe/Paris	47.04512	-0.59297				52	49	492	49336
3002657	Le Plessis-Mériot	le-plessis-meriot	FR		501	Europe/Paris	48.51501	3.43805				44	10	102	10231
3002661	Le Plessis-Léger	le-plessis-leger	FR		0	Europe/Paris	47.89876	-1.63314				53	35	352	35212
3002662	Le Plessis-le-Franc	le-plessis-le-franc	FR		0	Europe/Paris	48.41307	1.25083		Le Plessis,Le Plessis-le-Franc		24	28	281	28339
3002664	Le Plessis-la-Tour	le-plessis-la-tour	FR		0	Europe/Paris	48.61054	3.40817				11	77	773	77026
3002666	Le Plessis Hainault	le-plessis-hainault	FR		0	Europe/Paris	48.61918	3.11343		Le Plessis Hainault,Le Plessis Hainaut		11	77	773	77416
3002671	Le Plessis-Fèvre	le-plessis-fevre	FR		0	Europe/Paris	48.43482	1.24305				24	28	281	28339
3002674	Le Plessis des Fosses	le-plessis-des-fosses	FR		0	Europe/Paris	48.2164	-1.27751				53	35	351	35347
3002675	Le Plessis-Corbreuse	le-plessis-corbreuse	FR		0	Europe/Paris	48.49318	1.95974				11	91	911	91175
3002681	Le Plessis-aux-Tournelles	le-plessis-aux-tournelles	FR		0	Europe/Paris	48.59744	3.17311				11	77	773	77109
3002682	Le Plessis-aux-Chats	le-plessis-aux-chats	FR		0	Europe/Paris	48.45949	3.13284				11	77	773	77159
3002684	Le Plessis	le-plessis	FR		0	Europe/Paris	49.49662	0.68967				28	76	763	76727
3002685	Le Plessis	le-plessis	FR		0	Europe/Paris	48.72642	0.5325				28	61	613	61008
3002686	Le Plessis	le-plessis	FR		0	Europe/Paris	48.71217	0.96778				24	28	283	28322
3002687	Le Plessis	le-plessis	FR		0	Europe/Paris	48.68727	3.70444				44	51	512	51526
3002688	Le Plessis	le-plessis	FR		0	Europe/Paris	48.51969	1.15778				24	28	283	28130
3002689	Le Plessis	le-plessis	FR		0	Europe/Paris	48.43513	0.64074				28	61	613	61050
3002690	Le Plessis	le-plessis	FR		0	Europe/Paris	48.17698	0.18948				52	72	723	72349
3002691	Le Plessis	le-plessis	FR		0	Europe/Paris	48.11409	1.30171				24	28	282	28233
3002692	Le Plessis	le-plessis	FR		0	Europe/Paris	48.05657	2.38812		Le Plessis,Les Plessis		24	45	453	45209
3002693	Le Plessis	le-plessis	FR		0	Europe/Paris	48.04056	1.95874				24	45	452	45289
3002694	Le Plessis	le-plessis	FR		0	Europe/Paris	47.96962	-2.15276				53	56	563	56012
3002695	Le Plessis	le-plessis	FR		0	Europe/Paris	47.81819	-2.236				53	56	563	56253
3002696	Le Plessis	le-plessis	FR		0	Europe/Paris	47.8073	0.3485				52	72	723	72187
3002697	Le Plessis	le-plessis	FR		0	Europe/Paris	47.55152	-1.8738				52	44	445	44128
3002698	Le Plessis	le-plessis	FR		0	Europe/Paris	47.48409	2.51457				24	18	183	18170
3002699	Le Plessis	le-plessis	FR		0	Europe/Paris	47.43333	-1.95				52	44	443	44025
3002700	Le Plessis	le-plessis	FR		0	Europe/Paris	47.41798	3.49607				27	58	582	58200
3002701	Le Plessis	le-plessis	FR		0	Europe/Paris	47.35381	-1.30024				52	44	445	44115
3002702	Le Plessis	le-plessis	FR		0	Europe/Paris	47.25676	0.13384				24	37	371	37074
3002703	Le Plessis	le-plessis	FR		0	Europe/Paris	47.12614	3.00359				24	18	181	18012
3002704	Le Plessis	le-plessis	FR		0	Europe/Paris	47.11167	-0.55905				52	49	492	49373
3002705	Le Plessis	le-plessis	FR		0	Europe/Paris	46.61667	1.78333				24	36	363	36141
3002715	Le Plessiel	le-plessiel	FR		0	Europe/Paris	50.15562	1.8555				32	80	801	80260
3002716	Le Pléget	le-pleget	FR		0	Europe/Paris	44.65616	1.4942				76	46	463	46113
3002717	Le Plâtre	le-platre	FR		0	Europe/Paris	45.68333	5.05				84	69	691	69288
3002718	Le Platon	le-platon	FR		0	Europe/Paris	45.72844	6.55012				84	73	731	73034
3002723	Le Plan Olive	le-plan-olive	FR		0	Europe/Paris	43.23333	5.55				93	13	133	13022
3002725	Le Plan Marseillais	le-plan-marseillais	FR		0	Europe/Paris	43.45	5.38333				93	13	131	13019
3002726	Le Planey	le-planey	FR		0	Europe/Paris	45.58294	6.87387		Le Planay,Le Planey		84	73	731	73323
3002727	Le Planay	le-planay	FR		0	Europe/Paris	45.20763	6.83604				84	73	733	73290
3002728	Le Planestel	le-planestel	FR		0	Europe/Paris	43.52552	6.8141		Le Planestel		93	83	831	83001
3002729	Le Planellet	le-planellet	FR		0	Europe/Paris	45.84495	6.64061		Le Planellet,Planellet		84	74	742	74173
3002730	Le Plan-du-Var	le-plan-du-var	FR		0	Europe/Paris	43.85703	7.19704		Le Plan-du-Var,Plan du Var		93	06	062	06075
3002731	Le Plan du Pont	le-plan-du-pont	FR		0	Europe/Paris	43.15	6.13333				93	83	832	83069
3002732	Le Plan des Pennes	le-plan-des-pennes	FR		0	Europe/Paris	43.39576	5.27533		Le Plan des Pennes,Plan-des-Pennes		93	13	131	13071
3002733	Le Plan-des-Léothauds	le-plan-des-leothauds	FR		0	Europe/Paris	44.77215	6.50982				93	05	051	05006
3002734	Le Plan-de-Grasse	le-plan-de-grasse	FR		0	Europe/Paris	43.64145	6.95794		Le Plan-de-Grasse,Plan-de-Grasse		93	06	061	06069
3002735	Plan de Campagne	plan-de-campagne	FR		0	Europe/Paris	43.41667	5.35		Le Plan de Campagne		93	13	131	13071
3002747	Le Plaix	le-plaix	FR		0	Europe/Paris	46.58543	2.6461				84	03	031	03168
3002748	Le Plaix	le-plaix	FR		0	Europe/Paris	46.50506	1.36169				24	36	361	36177
3002749	Le Plaix	le-plaix	FR		0	Europe/Paris	46.30933	3.13982		Le Plaix,Le Pleix		84	03	032	03115
3002750	Le Plaix	le-plaix	FR		0	Europe/Paris	46.28261	2.42092				75	23	231	23145
3002753	Le Plain d'Ahuy	le-plain-d-ahuy	FR		0	Europe/Paris	47.40909	4.87563				27	21	212	21651
3002754	Le Plain Bois	le-plain-bois	FR		0	Europe/Paris	47.80289	-1.25944				53	35	351	35103
3002755	Le Plaid	le-plaid	FR		0	Europe/Paris	46.72368	2.79525				84	03	031	03296
3002759	Le Pizet	le-pizet	FR		0	Europe/Paris	45.34009	4.08574				84	43	433	43020
3002760	Le Pit	le-pit	FR		0	Europe/Paris	46.26344	2.2122				75	23	231	23254
3002761	Le Pit	le-pit	FR		0	Europe/Paris	45.26529	5.6561				84	38	381	38565
3002762	Le Pit	le-pit	FR		0	Europe/Paris	44.65122	1.19311				76	46	463	46184
3002763	Le Pissotiau	le-pissotiau	FR		0	Europe/Paris	50.29613	3.76273				32	59	591	59548
3002764	Le Pissot	le-pissot	FR		0	Europe/Paris	48.50317	0.46237				28	61	613	61130
3002765	Le Pirou	le-pirou	FR		0	Europe/Paris	45.01264	3.15958		Le Pinou,Le Pirou		84	15	153	15188
3002766	Le Piquey	le-piquey	FR		0	Europe/Paris	44.71533	-1.21311		Le Grand Piquey Plage,Le Piquey		75	33	336	33236
3002767	Le Pioulé	le-pioule	FR		0	Europe/Paris	45.83333	4.68333				84	69	692	69112
3002768	Le Piotaix	le-piotaix	FR		0	Europe/Paris	46.10448	1.12698		Le Piotais,Le Piotaix		75	87	871	87155
3002770	L'Épinoy	l-epinoy	FR		0	Europe/Paris	49.97633	1.56826				28	76		
3002771	Le Pinet	le-pinet	FR		0	Europe/Paris	45.16526	5.84848	810	Pinet		84	38	381	38422
3002775	L'Épinière	l-epiniere	FR		0	Europe/Paris	46.99705	1.92391				24	36	364	36098
3002776	Le Pinier	le-pinier	FR		0	Europe/Paris	46.50112	0.44936				75	86	863	86180
3002777	L'Épinette	l-epinette	FR		0	Europe/Paris	48.70092	1.64026				11	78	781	78302
3002778	Le Pinet	le-pinet	FR		0	Europe/Paris	45.37536	3.87036				84	63	631	63412
3002779	Le Pinet	le-pinet	FR		0	Europe/Paris	45.29887	4.16421				84	43	433	43137
3002780	Le Pinet	le-pinet	FR		0	Europe/Paris	45.2289	4.23712				84	43	433	43224
3002781	Le Pinet	le-pinet	FR		0	Europe/Paris	45.12331	5.26237				84	38	381	38095
3002783	L'Épine de Fay	l-epine-de-fay	FR		0	Europe/Paris	47.37048	-1.70369		L'Epine,L'Epine de Fay,L'Épine,L'Épine de Fay		52	44	445	44111
3002784	L'Épine Basse	l-epine-basse	FR		0	Europe/Paris	45.31667	0.33333		Epine-Basse,L'Epine Basse,L'Épine Basse		75	24	243	24038
3002792	Le Pindédis	le-pindedis	FR		0	Europe/Paris	44.22239	3.87493				76	48	481	48155
3002794	L'Épinaye	l-epinaye	FR		0	Europe/Paris	48.58304	1.82308				11	78	782	78464
3002795	L'Épinay	l-epinay	FR		0	Europe/Paris	49.66966	1.25924				28	76	761	76648
3002796	L'Épinay	l-epinay	FR		0	Europe/Paris	49.61163	1.49904				28	76	761	76535
3002797	L'Épinay	l-epinay	FR		0	Europe/Paris	49.56211	1.25996				28	76	763	76547
3002798	L'Épinay	l-epinay	FR		0	Europe/Paris	49.19904	1.45671				28	27	271	27329
3002799	L'Épinay	l-epinay	FR		0	Europe/Paris	48.7	1.36667				24	28	283	28171
3002800	L'Épinay	l-epinay	FR		0	Europe/Paris	48.24123	0.87887				24	28	284	28038
3002801	L'Épinay	l-epinay	FR		0	Europe/Paris	48.16667	1.18333				24	28	282	28424
3002802	Le Pinay	le-pinay	FR		0	Europe/Paris	45.31667	6.28333		Le Pinay,Piney		84	73	733	73255
3002806	L'Épinais	l-epinais	FR		0	Europe/Paris	47.62524	-1.88771				52	44	445	44067
3002823	Le Pimont	le-pimont	FR		0	Europe/Paris	49.54736	1.14125				28	76	763	76123
3002824	Le Pimard	le-pimard	FR		0	Europe/Paris	48.30979	2.86177				11	77	774	77161
3002825	Le Pillard	le-pillard	FR		0	Europe/Paris	45.58254	5.12753				84	38	382	38048
3002826	Le Pilhon	le-pilhon	FR		0	Europe/Paris	44.59356	5.60148		Le Pilhon		84	26	261	26136
3002827	Le Pignier	le-pignier	FR		0	Europe/Paris	43.21667	5.55				93	13	133	13022
3002828	Le Pigeonnier	le-pigeonnier	FR		0	Europe/Paris	43.40299	5.60938		Le Pigeonnier		93	13	133	13016
3002829	Le Pière	le-piere	FR		0	Europe/Paris	49.63693	1.13369				28	76	761	76249
3002830	Le Pied du Col	le-pied-du-col	FR		0	Europe/Paris	45.03439	6.37172		Le Pied du Col,Pied-du-Col		93	05	051	05181
3002831	Le Pie	le-pie	FR		0	Europe/Paris	45.6563	3.45044				84	63	632	63365
3002832	Le Pic	le-pic	FR		0	Europe/Paris	44.99891	0.37597				75	24	243	24234
3002833	Le Pic	le-pic	FR		0	Europe/Paris	44.73907	0.71019				75	24	241	24307
3002834	Le Piboul	le-piboul	FR		0	Europe/Paris	44.21643	2.4887				76	12	123	12234
3002837	Le Pialoux	le-pialoux	FR		0	Europe/Paris	45.76973	3.47369				84	63	635	63418
3002838	Le Pezul	le-pezul	FR		0	Europe/Paris	44.9772	0.66002				75	24	243	24190
3002839	Le Pezay	le-pezay	FR		0	Europe/Paris	45.9507	5.97046		Le Pesay,Le Pezay,Pessay		84	74	741	74283
3002840	Le Peytit	le-peytit	FR		0	Europe/Paris	48.11296	2.11283				24	45	452	45214
3002841	Le Peyroux	le-peyroux	FR		0	Europe/Paris	46.23319	1.76848				75	23	232	23247
3002842	Le Peyrou	le-peyrou	FR		0	Europe/Paris	44.77925	2.47209				84	15	151	15090
3002844	Le Peyron	le-peyron	FR		0	Europe/Paris	44.97555	4.49667		Le Peyron,Peyron		84	07	073	07079
3002849	Le Peyrac	le-peyrac	FR		0	Europe/Paris	45.29931	0.71667				75	24	243	24002
3002850	Le Peux	le-peux	FR		0	Europe/Paris	46.65968	0.42879		Le Peu,Le Peux		75	86	863	86222
3002851	Le Peux	le-peux	FR		0	Europe/Paris	46.18898	2.57037				84	03	031	03206
3002852	Le Peux	le-peux	FR		0	Europe/Paris	46.18657	1.47104				75	23	232	23192
3002853	Le Peuch	le-peuch	FR		0	Europe/Paris	45.03463	1.85533				75	19	192	19017
3002854	Le Pétureau	le-petureau	FR		0	Europe/Paris	45.63333	0.18333				75	16	161	16374
3002855	Le Petit Voisy	le-petit-voisy	FR		0	Europe/Paris	47.28714	2.78019				24	18	181	18272
3002856	Le Petit Vizoc	le-petit-vizoc	FR		0	Europe/Paris	48.51667	-4.3				53	29	291	29179
3002857	Le Petit Villiers	le-petit-villiers	FR		0	Europe/Paris	48.31405	2.1322				11	91	911	91390
3002858	Le Petit Villiers	le-petit-villiers	FR		0	Europe/Paris	46.8436	1.91277				24	36	364	36027
3002859	Le Petit Villemongin	le-petit-villemongin	FR		0	Europe/Paris	46.78714	1.87875				24	36	362	36211
3002860	Le Petit Villard	le-petit-villard	FR		0	Europe/Paris	46.10016	1.98897				75	23	232	23201
3002861	Le Petit Veaux	le-petit-veaux	FR		0	Europe/Paris	44.58794	5.84832		Le Petit Vaux,Le Petit Veaux,Veaux		93	05	052	05179
3002862	Le Petit-Vavre	le-petit-vavre	FR		0	Europe/Paris	46.5081	1.52388		Le Petit-Vavre,Vavre-le-Petit		24	36	362	36014
3002863	Le Petit Vaullier	le-petit-vaullier	FR		0	Europe/Paris	47.60896	1.91743				24	41	413	41046
3002864	Le Petit Varenne	le-petit-varenne	FR		0	Europe/Paris	47.10273	3.05353				27	58	583	58124
3002865	Le Petit Val de la Nef	le-petit-val-de-la-nef	FR		0	Europe/Paris	47.59023	3.88262				27	89	892	89208
3002867	Le Petit Thons	le-petit-thons	FR		0	Europe/Paris	47.99172	5.89086				44	88	882	88471
3002868	Le Petit Tertre	le-petit-tertre	FR		0	Europe/Paris	48.93357	1.60648				11	78	781	78346
3002869	Le Petit-Tendos	le-petit-tendos	FR		0	Europe/Paris	49.56029	1.13859				28	76	763	76271
3002870	Le Petit Sort	le-petit-sort	FR		0	Europe/Paris	47.44886	2.90371				24	18	181	18032
3002871	Le Petit Serans	le-petit-serans	FR		0	Europe/Paris	49.20504	1.83285				32	60	601	60614
3002872	Le Petit-Saint-Vrain	le-petit-saint-vrain	FR		0	Europe/Paris	48.53659	2.32449		Le Petit-Saint-Vrain,Petit Saint-Vrain		11	91	913	91579
3002873	Le Petit-Saint-Mars	le-petit-saint-mars	FR		0	Europe/Paris	48.42674	2.14386				11	91	911	91223
3002874	Le Petit Saint-Georges	le-petit-saint-georges	FR		0	Europe/Paris	48.46376	3.8921		Le Petit Saint-Georges,Petit-Saint-Georges		44	10	102	10392
3002876	Le Petit-Rumont	le-petit-rumont	FR		0	Europe/Paris	48.83856	5.27796				44	55	551	55446
3002877	Le Petit Rousseland	le-petit-rousseland	FR		0	Europe/Paris	47.13333	2.68333				24	18	181	18035
3002882	Le Petit Poisson	le-petit-poisson	FR		0	Europe/Paris	47.37057	2.74562				24	18	181	18144
3002883	Le Petit Plaix	le-petit-plaix	FR		0	Europe/Paris	46.40378	1.73822				24	36	363	36099
3002884	Le Petit Piray	le-petit-piray	FR		0	Europe/Paris	46.5059	2.63667				84	03	031	03158
3002885	Le Petit-Paris	le-petit-paris	FR		0	Europe/Paris	48.64558	3.12018				11	77	773	77239
3002886	Le Petit Paris	le-petit-paris	FR		0	Europe/Paris	44.55	5.25		Le Petit Paris,Petit-Paris		84	26	261	26321
3002887	Le Petit-Parcher	le-petit-parcher	FR		0	Europe/Paris	44.83333	6.5		Le Petit-Parcher,Petit Parcher,Pont Parcher		93	05	051	05101
3002888	Le Petit-Palteau	le-petit-palteau	FR		0	Europe/Paris	48.04642	3.36213		Le Petit-Palteau,Petit Palteau		27	89	893	89018
3002889	Le Petit Paleysin	le-petit-paleysin	FR		0	Europe/Paris	45.55648	5.24566				84	38	382	38223
3002890	Le Petit Ossé	le-petit-osse	FR		0	Europe/Paris	47.95217	-1.17966				53	35	351	35008
3002892	Le Petit Mont	le-petit-mont	FR		0	Europe/Paris	45.55	4.2				84	42	421	42304
3002894	Le Petit Maulan	le-petit-maulan	FR		0	Europe/Paris	48.66667	5.25				44	55	551	55326
3002895	Le Petit Massy	le-petit-massy	FR		0	Europe/Paris	48.73863	2.31176				11	92	921	92002
3002896	Le Petit Mareuil	le-petit-mareuil	FR		0	Europe/Paris	46.58036	1.16378				24	36	361	36016
3002897	Le Petit Marais	le-petit-marais	FR		0	Europe/Paris	48.4	2.26667				11	91	911	91508
3002898	Le Petit Maltaverne	le-petit-maltaverne	FR		0	Europe/Paris	48.0007	2.79042				24	45	451	45004
3002899	Le Petit Mailly	le-petit-mailly	FR		0	Europe/Paris	48.67251	4.19631				44	10	103	10216
3002900	Le Petit Longueron	le-petit-longueron	FR		0	Europe/Paris	47.9519	3.43104				27	89	893	89075
3002901	Le Petit Lieu	le-petit-lieu	FR		0	Europe/Paris	48.08658	1.08472				24	28	282	28012
3002902	Le Petit L'Épinay	le-petit-l-epinay	FR		0	Europe/Paris	48.1672	1.18891				24	28	282	28424
3002903	Le Petit Laubray	le-petit-laubray	FR		0	Europe/Paris	46.98333	3.05				24	18	182	18082
3002904	Le Petit Jailly	le-petit-jailly	FR		0	Europe/Paris	47.66552	4.40528				27	21	213	21641
3002905	Le Petit Heurteloup	le-petit-heurteloup	FR		0	Europe/Paris	48.90335	1.57602				11	78	781	78346
3002906	Le Petit Hanche	le-petit-hanche	FR		0	Europe/Paris	48.55454	1.24808				24	28	283	28386
3002907	Le Petit-Hamel	le-petit-hamel	FR		0	Europe/Paris	49.6018	1.02842				28	76	763	76675
3002908	Le Petit Guézou	le-petit-guezou	FR		0	Europe/Paris	48.51667	-4.28333				53	29	291	29179
3002909	Le Petit Grande Bois	le-petit-grande-bois	FR		0	Europe/Paris	48.30735	1.16664				24	28	281	28196
3002910	Le Petit Frenneville	le-petit-frenneville	FR		0	Europe/Paris	48.40687	2.30215		Le Petit Frenneville,Petit Frenneville		11	91	911	91629
3002912	Le Petit-Fossard	le-petit-fossard	FR		0	Europe/Paris	48.36	2.95735		Le Petit-Fossard,Petit Fossard		11	77	773	77172
3002913	Le Petit Fay	le-petit-fay	FR		0	Europe/Paris	49.63566	0.74887				28	76	763	76055
3002915	Le Petit Essart	le-petit-essart	FR		0	Europe/Paris	49.33333	1.01667		Le Petit Essart,Petit Essart		28	76	763	76319
3002916	Le Petit Épôt	le-petit-epot	FR		0	Europe/Paris	46.76267	1.69932				24	36	362	36159
3002917	Le Petit Entrevin	le-petit-entrevin	FR		0	Europe/Paris	46.99657	2.17561				24	18	181	18066
3002919	Le Petit Courgain	le-petit-courgain	FR		0	Europe/Paris	50.95365	1.86937		Le Petit Courgain,Petit Courgain		32	62	626	62193
3002921	Le Petit Chenevey	le-petit-chenevey	FR		0	Europe/Paris	45.407	5.86041				84	38	381	38446
3002922	Le Petit Chemin	le-petit-chemin	FR		0	Europe/Paris	50.32906	1.82563		Le Petit Chemin,Petit Chemin		32	80	801	80244
3002923	Le Petit-Chantegrôle	le-petit-chantegrole	FR		0	Europe/Paris	48.08823	2.52636				24	45	451	45103
3002924	Le Petit Champlandry	le-petit-champlandry	FR		0	Europe/Paris	48.00593	3.76653		Le Petit Chalandry,Le Petit Champlandry		27	89	891	89345
3002926	Le Petit Caton	le-petit-caton	FR		0	Europe/Paris	45.6594	5.84967				84	73	732	73051
3002927	Le Petit-Catillon	le-petit-catillon	FR		0	Europe/Paris	49.5596	0.96355				28	76	763	76057
3002928	Le Petit Buisson	le-petit-buisson	FR		0	Europe/Paris	48.41712	2.99546				11	77	773	77409
3002929	Le Petit Brunet	le-petit-brunet	FR		0	Europe/Paris	46.76572	2.08771				24	36	364	36169
3002930	Le Petit Brières	le-petit-brieres	FR		0	Europe/Paris	48.45659	2.14874				11	91	911	91109
3002932	Le Petit Bouchet	le-petit-bouchet	FR		0	Europe/Paris	47.28569	2.96638				27	58	584	58215
3002934	Le Petit Bois	le-petit-bois	FR		0	Europe/Paris	46.73276	2.03686				24	36	363	36017
3002936	Le Petit Béru	le-petit-beru	FR		0	Europe/Paris	47.85224	4.00389				27	89	892	89418
3002937	Le Petit Belair	le-petit-belair	FR		0	Europe/Paris	48.58821	1.74777		Le Petit Belair,Petit Belair		11	78	782	78209
3002938	Le Petit Beauvais	le-petit-beauvais	FR		0	Europe/Paris	48.40074	1.10967				24	28	284	28071
3002939	Le Petit Beaufour	le-petit-beaufour	FR		0	Europe/Paris	48.74006	3.15723		Le Petit Beaufour,Petit Beaufour		11	77	771	77002
3002940	Le Petit Baville	le-petit-baville	FR		0	Europe/Paris	48.56298	2.12601		Baville,Le Petit Baville		11	91	911	91540
3002942	Le Petit Andely	le-petit-andely	FR		0	Europe/Paris	49.24424	1.40731		Le Petit Andely,Petit Andely		28	27	271	27016
3002943	Le Petit-Amberville	le-petit-amberville	FR		0	Europe/Paris	48.12048	2.81401		Le Petit-Amberville,Petit-Ambreville		24	45	451	45145
3002945	L'Epétade	l-epetade	FR		0	Europe/Paris	45.65	3.21667				84	63	632	63457
3002946	Le Pestour	le-pestour	FR		0	Europe/Paris	45.43096	2.02164				75	19	193	19073
3002948	Le Pessin	le-pessin	FR		0	Europe/Paris	45.40403	3.83463				84	63	631	63221
3002949	Le Pessey	le-pessey	FR		0	Europe/Paris	45.89019	5.9545		Le Pessey,Les Pessey,Pessay		84	74	741	74255
3002951	Le Peruzeau	le-peruzeau	FR		0	Europe/Paris	46.51629	2.86457				84	03	032	03312
3002952	Le Pertuiset	le-pertuiset	FR		0	Europe/Paris	48.07958	1.56158		Le Pertuiset,Pertuiset		24	28	282	28028
3002956	L'Éperse	l-eperse	FR		0	Europe/Paris	46.74619	2.27248				24	18	182	18112
3002957	Le Perruchet	le-perruchet	FR		0	Europe/Paris	48.08752	0.70393				52	72	722	72156
3002960	Le Perrin	le-perrin	FR		0	Europe/Paris	45.38881	5.62997		Le Perrin,Les Perrins,Perrins		84	38	381	38383
3002964	Le Perrey	le-perrey	FR		0	Europe/Paris	49.48724	0.09988				28	76	762	76351
3002968	Le Perray	le-perray	FR		0	Europe/Paris	48.1284	2.51947				11	77	774	77027
3002970	Le Peroux	le-peroux	FR		0	Europe/Paris	45.08258	5.14692				84	26	263	26087
3002972	Le Pereyret	le-pereyret	FR		0	Europe/Paris	45.68678	3.38062				84	63	632	63239
3002974	Le Péré	le-pere	FR		0	Europe/Paris	48.38761	1.25989				24	28	281	28290
3002977	Le Penquer Kergoat	le-penquer-kergoat	FR		0	Europe/Paris	48.56386	-3.94214				53	29	293	29068
3002978	Le Pener	le-pener	FR		0	Europe/Paris	47.83085	-3.24866				53	56	561	56090
3002979	Le Pelou	le-pelou	FR		0	Europe/Paris	44.97751	1.73182				75	19	191	19280
3002980	Pellery	pellery	FR		0	Europe/Paris	44.48135	0.9855		Le Pellery,Pellery		75	47	473	47185
3002982	Le Pégut	le-pegut	FR		0	Europe/Paris	46.26667	2.58333				84	03	031	03233
3002987	Le Pech	le-pech	FR		0	Europe/Paris	44.818	1.73844				76	46	463	46317
3002989	Le Péage	le-peage	FR		0	Europe/Paris	48.58344	1.43029				24	28	283	28374
3002990	Le Péage	le-peage	FR		0	Europe/Paris	45.79758	0.41661				75	16	163	16085
3002991	Le Péage	le-peage	FR		0	Europe/Paris	45.56477	5.00321		Le Peage,Le Péage		84	38	383	38288
3002992	Le Péage	le-peage	FR		0	Europe/Paris	44.48333	5.03333				84	26	262	26276
3002994	Le Pavillon	le-pavillon	FR		0	Europe/Paris	49.55057	0.77955				28	76	763	76289
3002995	Le Pavillon	le-pavillon	FR		0	Europe/Paris	46.89591	3.3882		Le Pavillon,Pavillon		27	58	583	58105
3002996	Le Pavillon	le-pavillon	FR		0	Europe/Paris	46.55468	3.47235				84	03	032	03156
3002997	Le Pavillon	le-pavillon	FR		0	Europe/Paris	45.00064	3.37181				84	43	431	43015
3002999	Le Pavé de Pontault	le-pave-de-pontault	FR		0	Europe/Paris	48.77565	2.59433		Le Pave de Pontault,Le Pavé de Pontault		11	77	775	77373
3003000	Le Pavé	le-pave	FR		0	Europe/Paris	50.48391	3.13149				32	59	595	59071
3003001	Le Pavé	le-pave	FR		0	Europe/Paris	50.38333	3.5				32	59	596	59079
3003002	Le Pavé	le-pave	FR		0	Europe/Paris	50.23219	3.95039				32	59	591	59058
3003003	L'Épaux	l-epaux	FR		0	Europe/Paris	46.83476	-0.90119				52	85	851	85090
3003007	L'Épauche	l-epauche	FR		0	Europe/Paris	48.76667	3.19496				11	77	773	77116
3003008	Le Patis Haut	le-patis-haut	FR		0	Europe/Paris	48.23333	-1.4				53	35	353	35253
3003009	Le Patis Bas	le-patis-bas	FR		0	Europe/Paris	48.23333	-1.4				53	35	353	35253
3003010	Le Patis	le-patis	FR		0	Europe/Paris	48.23315	-1.40682				53	35	353	35253
3003011	Le Patis	le-patis	FR		0	Europe/Paris	47.36096	-0.77238				52	49	491	49063
3003012	Le Pâtis	le-patis	FR		0	Europe/Paris	46.99857	-1.37445				52	44	442	44216
3003013	Le Pastrou	le-pastrou	FR		0	Europe/Paris	44.69456	1.58711				76	46	463	46204
3003020	Le Pas de Trets	le-pas-de-trets	FR		0	Europe/Paris	43.38581	5.60094		Le Pas de Trets,Pas de Trets		93	13	133	13031
3003021	Le Pas des Lanciers	le-pas-des-lanciers	FR		0	Europe/Paris	43.40836	5.25636		Le Pas des Lanciers,Pas des Lanciers		93	13	134	13102
3003022	Le Pas Chevalier	le-pas-chevalier	FR		0	Europe/Paris	47.40179	-1.53619				52	44	445	44027
3003024	Le Pas aux Biches	le-pas-aux-biches	FR		0	Europe/Paris	48.04718	-2.59341				53	56	562	56102
3003027	Le Parlement	le-parlement	FR		0	Europe/Paris	49.68603	0.21365				28	76	762	76693
3003028	Le Parjadis	le-parjadis	FR		0	Europe/Paris	45.11785	1.69848				75	19	191	19023
3003029	Lepare	lepare	FR		0	Europe/Paris	45.26373	0.39541				75	24	243	24090
3003035	Le Paradis	le-paradis	FR		0	Europe/Paris	49.63333	1.56667				28	76	761	76691
3003036	Le Paradis	le-paradis	FR		0	Europe/Paris	49.52899	0.42088				28	76	762	76522
3003038	Le Paquis	le-paquis	FR		0	Europe/Paris	49.26642	4.83797				44	08	084	08036
3003039	Le Papelessier	le-papelessier	FR		0	Europe/Paris	45.01539	5.12726		Le Papelessier,Papelissier		84	26	263	26088
3003041	L'Epalud	l-epalud	FR		0	Europe/Paris	45.40338	6.34193		L'Epalud,L'Epalul,L'Epalut		84	73	733	73235
3003043	Le Palivestre	le-palivestre	FR		0	Europe/Paris	43.1	6.15		Le Palivestre,Le Palyvestre		93	83	832	83069
3003046	L'Épaisse	l-epaisse	FR		0	Europe/Paris	47.29852	0.13442				24	37	371	37228
3003057	Léou	leou	FR		0	Europe/Paris	43.39288	5.14955				93	13	134	13026
3003059	Léone	leone	FR		0	Europe/Paris	44.73516	0.93381				75	24	241	24378
3003062	Léonards Petits	leonards-petits	FR		0	Europe/Paris	45.16667	0.35		Leonard Petits,Leonards Petits,Léonard Petits,Léonards Petits,Petits Leonard,Petits Léonard		75	24	243	24537
3003065	Léomesnil	leomesnil	FR		0	Europe/Paris	49.27638	1.47842				28	27	271	27070
3003071	Le Nuainté	le-nuainte	FR		0	Europe/Paris	47.16206	2.67696				24	18	181	18090
3003082	Lentignac	lentignac	FR		0	Europe/Paris	44.92754	0.84145				75	24	243	24362
3003083	Lentignac	lentignac	FR		0	Europe/Paris	44.52651	0.5874				75	47	473	47193
3003084	Lentier	lentier	FR		0	Europe/Paris	43.56495	6.41353				93	83	831	83003
3003085	Lenteuge	lenteuge	FR		0	Europe/Paris	45.6091	3.02042		Lenteuge,Lenteuges		84	63	633	63380
3003094	Le Noyer-Renard	le-noyer-renard	FR		0	Europe/Paris	48.70344	2.36247				11	91	913	91027
3003102	Le Nouhaut	le-nouhaut	FR		0	Europe/Paris	45.91852	1.63562		Le Nouhaud,Le Nouhaut		75	23	232	23181
3003103	Le Nouhaud	le-nouhaud	FR		0	Europe/Paris	46.16222	1.44919				75	87	871	87068
3003104	Le Not	le-not	FR		0	Europe/Paris	45.37721	5.32654				84	38	383	38393
3003107	Le Noizement	le-noizement	FR		0	Europe/Paris	48.12083	2.06166		Le Noizement,Le Nuisement		24	45	453	45118
3003108	Le Noirey	le-noirey	FR		0	Europe/Paris	45.31667	6.33333		Le Noirey,Noiret,Noirey		84	73	733	73135
3003110	Le Nocquet	le-nocquet	FR		0	Europe/Paris	50.68064	1.5735		Le Nocquet,Nocquet		32	62	623	62300
3003113	Lénizeul	lenizeul	FR		0	Europe/Paris	48.05373	5.54543		Leniseul,Lenizeul,Léniseul,Lénizeul		44	52	522	52332
3003115	Le Niver	le-niver	FR		0	Europe/Paris	48.10133	-3.93525				53	29	294	29048
3003116	Le Nirenec	le-nirenec	FR		0	Europe/Paris	48.1147	-3.27949				53	56	562	56163
3003121	L'Enfer	l-enfer	FR		0	Europe/Paris	49.54351	0.74204				28	76	763	76418
3003123	Le Néveit	le-neveit	FR		0	Europe/Paris	48.28658	-3.62328				53	29	292	29089
3003129	Le Nenvez	le-nenvez	FR		0	Europe/Paris	48.23009	-3.90008				53	29	292	29123
3003130	Lendresse	lendresse	FR		0	Europe/Paris	43.41876	-0.66875		Lendresse		75	64	643	64396
3003133	L'Enclus	l-enclus	FR		0	Europe/Paris	44.66513	5.9456				93	05	052	05139
3003134	L'Enclos	l-enclos	FR		0	Europe/Paris	48.14457	4.30085				44	10	103	10437
3003137	L'Enclave-de-la-Martinière	l-enclave-de-la-martiniere	FR		0	Europe/Paris	46.25459	-0.10865		L'Enclave,L'Enclave-de-la-Martiniere,L'Enclave-de-la-Martinière		75	79	792	79174
3003141	Le Naudeix	le-naudeix	FR		0	Europe/Paris	45.5	2.16667				75	19	193	19136
3003142	Le Nant	le-nant	FR		0	Europe/Paris	46.02602	6.92471				84	74	742	74290
3003143	Le Nant	le-nant	FR		0	Europe/Paris	45.55431	5.63397				84	38	382	38343
3003144	Le Nant	le-nant	FR		0	Europe/Paris	45.13333	4.53333				84	07	073	07299
3003145	Lenainville	lenainville	FR		0	Europe/Paris	48.4486	1.84763				24	28		
3003149	Le Murier	le-murier	FR		0	Europe/Paris	47.41667	-0.56667				52	49	491	49278
3003150	Le Muret	le-muret	FR		0	Europe/Paris	45.22947	5.69374				84	38	381	38382
3003151	Le Muret	le-muret	FR		0	Europe/Paris	45.01757	4.61901				84	07	073	07085
3003152	Le Muret	le-muret	FR		0	Europe/Paris	44.40819	-0.82551		Le Muret		75	40	402	40295
3003153	Le Muratel	le-muratel	FR		0	Europe/Paris	45.70486	2.64169				84	63	634	63053
3003160	Lempire-aux-Bois	lempire-aux-bois	FR		0	Europe/Paris	49.09729	5.31664		Lempire,Lempire-aux-Bois		44	55	553	55276
3003166	Le Moutier	le-moutier	FR		0	Europe/Paris	48.86834	1.71727				11	78	781	78475
3003167	Le Moutier	le-moutier	FR		0	Europe/Paris	48.82922	1.70335				11	78	781	78465
3003168	Le Moutier	le-moutier	FR		0	Europe/Paris	46.47276	3.34676				84	03	032	03025
3003170	Le Mouteyret	le-mouteyret	FR		0	Europe/Paris	44.89075	3.60873		La Mouteyret,Le Mouteyret		84	43	431	43245
3003171	Le Moutchic	le-moutchic	FR		0	Europe/Paris	45.00406	-1.12642		Le Montchic,Le Moutchic,Le Moutchie,Montchic,Moutchic,Moutchie		75	33	334	33214
3003178	Le Moustier	le-moustier	FR		0	Europe/Paris	44.99466	1.05915		Le Moustier		75	24	244	24443
3003179	Le Moustier	le-moustier	FR		0	Europe/Paris	44.1	6.51667				93	04	042	04218
3003180	Le Mouster	le-mouster	FR		0	Europe/Paris	48.59788	-4.2598				53	29	291	29198
3003181	Le Mousteiret	le-mousteiret	FR		0	Europe/Paris	44.15726	6.29305		Le Mousteiret,Mousteiret		93	04	043	04036
3003182	Le Mousseau	le-mousseau	FR		0	Europe/Paris	48.74036	1.97413				11	78	782	78397
3003183	Le Mousseau	le-mousseau	FR		0	Europe/Paris	48.71183	1.95007				11	78	782	78193
3003184	Le Mousseau	le-mousseau	FR		0	Europe/Paris	47.21806	-0.17384				52	49	493	49359
3003187	Le Mourillon	le-mourillon	FR		0	Europe/Paris	43.10769	5.93636		Le Mourillon,Mourillon		93	83	832	83137
3003188	Le Mourillon	le-mourillon	FR		0	Europe/Paris	43.25	6.53333				93	83	831	83042
3003189	Le Moumier	le-moumier	FR		0	Europe/Paris	44.94748	4.45837				84	07	073	07165
3003190	Le Moulois	le-moulois	FR		0	Europe/Paris	48.05324	2.72915				24	45	451	45061
3003191	Le Moulleau	le-moulleau	FR		0	Europe/Paris	44.64093	-1.18146				75	33	336	33529
3003192	Le Moulin Neuf	le-moulin-neuf	FR		0	Europe/Paris	47.97998	2.62426				24	45	451	45293
3003193	Le Moulin Neuf	le-moulin-neuf	FR		0	Europe/Paris	47.59524	2.95676				27	89	891	89220
3003194	Le Moulin-Neuf	le-moulin-neuf	FR		0	Europe/Paris	46.40763	3.30114		Le Moulin-Neuf,Moulin-Neuf		84	03	032	03065
3003195	Le Moulin-Eve	le-moulin-eve	FR		0	Europe/Paris	47.53952	-1.61705				52	44	445	44138
3003197	Le Moulinel	le-moulinel	FR		0	Europe/Paris	50.47868	1.68189				32	62	624	62752
3003198	Le Moulinaud	le-moulinaud	FR		0	Europe/Paris	45.17487	0.61466		Le Moulinaud,Les Moulinauds		75	24	243	24350
3003199	Le Moulin	le-moulin	FR		0	Europe/Paris	49.59147	0.54218				28	76	762	76382
3003200	Le Moulin	le-moulin	FR		0	Europe/Paris	48.35144	3.63487				44	10	102	10223
3003201	Le Moulin	le-moulin	FR		0	Europe/Paris	47.28314	3.21028				27	58	584	58064
3003202	Le Moulin	le-moulin	FR		0	Europe/Paris	44.7737	5.40821				84	26	261	26282
3003203	Le Mougau	le-mougau	FR		0	Europe/Paris	48.4	-3.96667				53	29	293	29038
3003204	Le Moudurier	le-moudurier	FR		0	Europe/Paris	46.50914	1.91752				24	36	363	36060
3003207	Le Motay	le-motay	FR		0	Europe/Paris	48.13333	-1.86667				53	35	353	35275
3003208	Le Morthomme	le-morthomme	FR		0	Europe/Paris	49.37611	4.87999				44	08	084	08056
3003209	Le Mort	le-mort	FR		0	Europe/Paris	49.52199	1.68252				28	76	761	76208
3003210	Le Morle	le-morle	FR		0	Europe/Paris	45.00644	3.25873				84	15	153	15168
3003212	Le Morillon	le-morillon	FR		0	Europe/Paris	48.61145	1.05962				24	28	283	28217
3003213	Le Mont-Villaret	le-mont-villaret	FR		0	Europe/Paris	45.63435	6.80018				84	73	731	73285
3003216	Le Montru	le-montru	FR		0	Europe/Paris	47.91362	-1.67924				53	35	352	35231
3003217	Le Montois	le-montois	FR		0	Europe/Paris	48.74238	4.83587		Le Montoy		44	51	514	51358
3003218	Le Montmenot	le-montmenot	FR		0	Europe/Paris	45.82043	4.48573				84	69	692	69008
3003220	Le Montilloux	le-montilloux	FR		0	Europe/Paris	46.29524	1.94484				75	23	232	23025
3003221	Le Montillon	le-montillon	FR		0	Europe/Paris	46.11194	1.23893				75	87	871	87041
3003222	Le Mont Huchel	le-mont-huchel	FR		0	Europe/Paris	48.60206	0.7172				28	61	613	61206
3003223	Le Monthuaux	le-monthuaux	FR		0	Europe/Paris	46.12031	1.84097				75	23	232	23052
3003224	Le Monthion	le-monthion	FR		0	Europe/Paris	45.33333	6.26667		Des-Chasseurs,Le Monthion,Monthion		84	73	733	73231
3003225	Le Monthibus	le-monthibus	FR		0	Europe/Paris	45.61511	0.8674				75	24	242	24269
3003226	Le Monthellier	le-monthellier	FR		0	Europe/Paris	45.88333	2.36667				75	23	231	23225
3003227	Le Montheil	le-montheil	FR		0	Europe/Paris	45.6702	3.41176				84	63	632	63157
3003228	Le Montfranc	le-montfranc	FR		0	Europe/Paris	45.80814	2.07189				75	23	231	23144
3003229	Le Montet-Chaboulet	le-montet-chaboulet	FR		0	Europe/Paris	45.59256	0.88314		Le Montet-Chaboulet,Montechaboulet		75	24	242	24269
3003231	Le Montenvers	le-montenvers	FR		0	Europe/Paris	45.9294	6.91774		Le Montenvers,Montenvers		84	74	742	74056
3003233	Le Montel	le-montel	FR		0	Europe/Paris	45.7528	2.74778				84	63	633	63163
3003234	Le Montel	le-montel	FR		0	Europe/Paris	45.61667	3.66667				84	63	631	63037
3003235	Le Montel	le-montel	FR		0	Europe/Paris	45.624	3.37818				84	63	632	63205
3003236	Le Montel	le-montel	FR		0	Europe/Paris	45.32265	3.58048				84	43	431	43073
3003254	Le Mont Criquet	le-mont-criquet	FR		0	Europe/Paris	49.56985	0.43561				28	76	762	76593
3003255	Le Montcel	le-montcel	FR		0	Europe/Paris	48.70965	3.20444		Le Montcel,Moncel		11	77	773	77197
3003256	Le Montceau	le-montceau	FR		0	Europe/Paris	48.46281	2.80649				11	77	772	77179
3003257	Le Montbuisson	le-montbuisson	FR		0	Europe/Paris	45.96432	5.18717		Le Bosson,Le Montbuisson,Montbuisson		84	01	012	01129
3003258	Le Montbellet	le-montbellet	FR		0	Europe/Paris	45.6	2.31667		Le Mombelet,Le Montbellet		75	19	193	19232
3003260	Le Montaut	le-montaut	FR		0	Europe/Paris	45.06278	-1.1324				75	33	334	33097
3003261	Le Montaureuille	le-montaureuille	FR		0	Europe/Paris	46.38333	1.96667				75	23	232	23139
3003264	Le Montant	le-montant	FR		0	Europe/Paris	50.11288	1.7				32	80	801	80654
3003265	Le Montais	le-montais	FR		0	Europe/Paris	46.37316	2.57634		Le Montais,Montais		84	03	031	03101
3003289	Le Mons	le-mons	FR		0	Europe/Paris	45.51668	3.82207		Le Mons,Le Mont		84	63	631	63173
3003290	Le Mons	le-mons	FR		0	Europe/Paris	45.35224	1.93218				75	19	192	19287
3003291	Le Mons	le-mons	FR		0	Europe/Paris	45.18305	2.15549				75	19	192	19014
3003292	Le Mons	le-mons	FR		0	Europe/Paris	45.16667	1.83333				75	19	192	19098
3003293	Le Monnier	le-monnier	FR		0	Europe/Paris	45.55457	5.43373		Le Monnier,Le Mounier		84	38	382	38369
3003294	Le Monnay	le-monnay	FR		0	Europe/Paris	47.38954	2.14715				24	18	183	18159
3003295	Le Monna	le-monna	FR		0	Europe/Paris	44.10919	3.13869				76	12	121	12145
3003296	Le Monge	le-monge	FR		0	Europe/Paris	44.71693	0.90434				75	24	241	24495
3003302	Le Monceau	le-monceau	FR		0	Europe/Paris	47.88265	3.41888				27	89	891	89196
3003303	Le Monceau	le-monceau	FR		0	Europe/Paris	47.51631	4.1869				27	21	213	21198
3003304	Le Monceau	le-monceau	FR		0	Europe/Paris	46.61075	3.04095				84	03	032	03036
3003305	Le Monceau	le-monceau	FR		0	Europe/Paris	46.33333	2.36667		Le Monceau,Le Monseau		84	03	031	03288
3003309	Le Monal	le-monal	FR		0	Europe/Paris	45.55508	6.92211				84	73	731	73232
3003310	Le Mollier	le-mollier	FR		0	Europe/Paris	45.45425	6.14288		Le Mollier,Mollier		84	73	732	73207
3003311	Le Mollard	le-mollard	FR		0	Europe/Paris	45.58608	5.55445		Le Molard,Le Mollard		84	38	382	38124
3003312	Le Mollard	le-mollard	FR		0	Europe/Paris	45.48387	5.26697				84	38	383	38094
3003313	Le Mollard	le-mollard	FR		0	Europe/Paris	45.33674	5.47416				84	38	381	38030
3003314	Le Mollard	le-mollard	FR		0	Europe/Paris	44.96313	5.8746				84	38	381	38207
3003317	Le Molard	le-molard	FR		0	Europe/Paris	46.5143	5.0747				27	71	714	71373
3003318	Le Molard	le-molard	FR		0	Europe/Paris	45.7706	4.96639		Le Molard		84	69	691	69275
3003319	Le Molard	le-molard	FR		0	Europe/Paris	45.73565	5.71108				84	01	011	01454
3003320	Le Molard	le-molard	FR		0	Europe/Paris	45.60182	5.27526		Le Molard,Le Mollard,Le Mollard et Bourselas		84	38	382	38053
3003322	Le Moënnec	le-moennec	FR		0	Europe/Paris	48.31667	-3.93333				53	29	292	29016
3003323	Lemmeur	lemmeur	FR		0	Europe/Paris	48.06925	-3.5425				53	56	562	56057
3003328	Le Mitan	le-mitan	FR		0	Europe/Paris	43.49929	6.57434				93	83	831	83085
3003331	Le Mirail	le-mirail	FR		0	Europe/Paris	43.57641	1.39458		Le Mirail,Toulouse-le Mirail		76	31	313	31555
3003333	Le Mineroy	le-mineroy	FR		0	Europe/Paris	48.17767	3.72499		Le Mineroy,Mineroy		44	10	103	10003
3003334	Le Mineroy	le-mineroy	FR		0	Europe/Paris	47.768	3.02943				27	89	891	89073
3003335	Le Minerai	le-minerai	FR		0	Europe/Paris	48.75583	0.79699				28	27	272	27108
3003336	Le Milliet	le-milliet	FR		0	Europe/Paris	45.25428	5.82488		Le Milliet,Les Millets,Les Milliet		84	38	381	38397
3003337	Le Michial	le-michial	FR		0	Europe/Paris	44.86667	1.4				75	24	244	24432
3003338	Le Mezerais	le-mezerais	FR		0	Europe/Paris	47.72281	-1.6651		Le Mezerais,Le Mezeray		53	35	352	35124
3003339	Le Mez-de-la-Madeleine	le-mez-de-la-madeleine	FR		0	Europe/Paris	48.54405	3.26312		Le Mez la Madeleine,Le Mez-de-la-Madeleine		11	77	773	77404
3003340	Le Meynial	le-meynial	FR		0	Europe/Paris	45.11818	2.8301				84	15	153	15101
3003342	Lemestroff	lemestroff	FR		0	Europe/Paris	49.36556	6.35375		Leinestroff,Lemestroff		44	57	577	57531
3003350	Le Mesnil-Thébault	le-mesnil-thebault	FR		0	Europe/Paris	48.61254	-1.19493		Le Mesnil-Thebault,Le Mesnil-Thébault		28	50	501	50256
3003360	Le Mesnil-Rury	le-mesnil-rury	FR		0	Europe/Paris	49.72826	0.90172				28	76	763	76699
3003362	Le Mesnil-Roux	le-mesnil-roux	FR		0	Europe/Paris	49.53932	0.97314		Le Mesnil,Le Mesnil-Roux		28	76	763	76057
3003368	Le Mesnil-Ponceau	le-mesnil-ponceau	FR		0	Europe/Paris	48.6875	1.45098		Le Mesnil,Le Mesnil-Ponceau		24	28	283	28415
3003372	Le Mesnil-Milon	le-mesnil-milon	FR		0	Europe/Paris	49.11047	1.59776				28	27	271	27279
3003378	Le Mesnil-Hue	le-mesnil-hue	FR		0	Europe/Paris	48.88928	-1.30036		Le Mesnil-Hue		28	50	503	50197
3003382	Le Mesnil-Guilbert	le-mesnil-guilbert	FR		0	Europe/Paris	49.30851	1.6711		Le Mesnil-Guilbert,le Menil-Guilbert,le Ménil-Guilbert		28	27	271	27067
3003383	Le Mesnil Godefroy	le-mesnil-godefroy	FR		0	Europe/Paris	49.57278	1.25792				28	76	763	76547
3003387	Le Mesnil Gaillard	le-mesnil-gaillard	FR		0	Europe/Paris	49.88355	0.8512		Le Mesnil,Le Mesnil Gaillard		28	76	761	76564
3003509	Le Mazeaud	le-mazeaud	FR		0	Europe/Paris	46.03333	1.38333				75	87	872	87159
3003396	Le Mesnil-Drey	le-mesnil-drey	FR		0	Europe/Paris	48.80969	-1.42153		Le Mesnil-Drey		28	50	501	50188
3003397	Le Mesnil de Poses	le-mesnil-de-poses	FR		0	Europe/Paris	49.28949	1.26029				28	27	271	27474
3003399	Le Mesnil-Condy	le-mesnil-condy	FR		0	Europe/Paris	48.68384	1.59792		Le Menil-Condy,Le Mesnil-Condi,Le Mesnil-Condy		24	28	283	28146
3003402	Le Mesnil-Bonant	le-mesnil-bonant	FR		0	Europe/Paris	48.89988	-1.2981		Le Mesnil-Bonant		28	50	503	50197
3003403	Le Mesnil-Bœufs	le-mesnil-boeufs	FR		0	Europe/Paris	48.63333	-1.16667				28	50	501	50256
3003405	Le Mesnil-Bellanguet	le-mesnil-bellanguet	FR		0	Europe/Paris	49.26008	1.43513				28	27	271	27016
3003410	Le Mesnil au Coffe	le-mesnil-au-coffe	FR		0	Europe/Paris	49.59307	0.62001		Le Mesnil,Le Mesnil au Coffe		28	76	762	76715
3003413	Le Mesnil-Angot	le-mesnil-angot	FR		51	Europe/Paris	49.2241	-1.19734		Le Mesnil-Angot		28	50	504	50216
3003417	Le Mesnil-Allard	le-mesnil-allard	FR		0	Europe/Paris	49.84067	1.60538		Le Mesnil-Allard,Mesnil-Allard		28	76	761	76598
3003437	Le Meslier	le-meslier	FR		0	Europe/Paris	46.45422	1.3601				24	36	361	36174
3003439	Le Mescouez	le-mescouez	FR		0	Europe/Paris	48.66067	-3.81245				53	29	293	29188
3003442	Le Merlan	le-merlan	FR		9112	Europe/Paris	43.33875	5.40773				93	13	133	13055
3003444	Le Merisier	le-merisier	FR		0	Europe/Paris	49.58441	0.17315				28	76	762	76409
3003419	Le Mesnil	le-mesnil	FR	50580	0	Europe/Paris	49.62794	1.47602				28	76	761	76535
3003449	Le Méniltat	le-meniltat	FR		0	Europe/Paris	49.63037	0.7765				28	76	763	76610
3003451	Le Ménilot	le-menilot	FR		0	Europe/Paris	48.2377	4.30069		Le Menillot,Le Menilot,Le Mesnilot,Le Ménillot,Le Ménilot		44	10	103	10249
3003453	Le Menillet	le-menillet	FR		0	Europe/Paris	49.61798	1.10996				28	76	763	76331
3003454	Le Menillet	le-menillet	FR		0	Europe/Paris	49.5064	1.70013				28	76	761	76208
3003456	Le Ménil-Geru	le-menil-geru	FR		0	Europe/Paris	48.70512	0.44896				28	61	613	61389
3003467	Le Mengleuz	le-mengleuz	FR		0	Europe/Paris	48.455	-3.85366				53	29	293	29202
3003469	Le Ménard	le-menard	FR		0	Europe/Paris	48.31345	1.14441				24	28	284	28282
3003471	Le Mélézin	le-melezin	FR		0	Europe/Paris	44.85824	6.63972		Chalets de Melezuin,Chalets de Mélezuin,Chalets du Melezin,Chalets du Mélezin,Le Melezin,Le Melezin Chalets,Le Mèlèzin Chalets,Le Mélézin		93	05	051	05183
3003472	Le Mélézet	le-melezet	FR		0	Europe/Paris	44.5052	6.55369		Melezet,Mélézet		93	05	052	05098
3003479	Le Meignoux	le-meignoux	FR		0	Europe/Paris	46.09144	2.3323				75	23	231	23234
3003480	Le Méez	le-meez	FR		0	Europe/Paris	46.99495	1.6241				24	36	362	36093
3003485	Le Mecher	le-mecher	FR		0	Europe/Paris	46.25	2.96667				84	03	031	03308
3003486	Le Méchenin	le-mechenin	FR		0	Europe/Paris	45.41009	1.29848				75	19	191	19025
3003497	Le Mazurier	le-mazurier	FR		0	Europe/Paris	46.31667	2.33333				75	23	231	23174
3003500	Le Mazet	le-mazet	FR		0	Europe/Paris	46.2	2.96667				84	03	033	03108
3003501	Le Mazet	le-mazet	FR		0	Europe/Paris	45.7282	0.93197				75	87	873	87034
3003502	Le Mazet	le-mazet	FR		0	Europe/Paris	44.58282	3.33829				76	48	482	48126
3003503	Le Mazers	le-mazers	FR		0	Europe/Paris	44.69727	2.12002				76	46	462	46174
3003504	Le Mazergue	le-mazergue	FR		0	Europe/Paris	45.73764	2.47054				75	23	231	23221
3003505	Le Mazel-Bouissy	le-mazel-bouissy	FR		0	Europe/Paris	44.3332	3.29553				76	48	481	48088
3003506	Le Mazel	le-mazel	FR		0	Europe/Paris	44.95506	4.24681				84	07	073	07226
3003507	Le Mazel	le-mazel	FR		0	Europe/Paris	44.69167	3.39968		Le Mazel,Mazel		76	48	482	48188
3003508	Le Mazel	le-mazel	FR		0	Europe/Paris	44.28533	3.59556				76	48	481	48166
3003513	Le Maze	le-maze	FR		0	Europe/Paris	45.22362	3.77701		Le Maze,Le Mazel		84	43	432	43026
3003515	Le Mayne	le-mayne	FR		0	Europe/Paris	44.93574	0.80893				75	24	243	24362
3003516	Le Mayne	le-mayne	FR		0	Europe/Paris	44.82312	0.81981				75	24	241	24273
3003519	Le Mayet	le-mayet	FR		0	Europe/Paris	45.56667	3.68333				84	63	631	63230
3003520	Le Mayem	le-mayem	FR		0	Europe/Paris	45.61613	6.91672		Le Mayem,Le Mayen		84	73	731	73232
3003521	Le Mayel	le-mayel	FR		0	Europe/Paris	44.92813	3.99305		Le Mayel,Le Mazel		84	43	432	43135
3003522	Le May	le-may	FR		0	Europe/Paris	46.58962	2.72953				84	03	031	03041
3003523	Le Max	le-max	FR		0	Europe/Paris	46.346	3.10838				84	03	032	03281
3003524	Le Maupas	le-maupas	FR		0	Europe/Paris	49.49395	0.86615				28	76	763	76222
3003525	Le Maupas	le-maupas	FR		0	Europe/Paris	47.21417	4.35345		Le Maupas		27	21	211	21615
3003526	Le Maupas	le-maupas	FR		0	Europe/Paris	46.7453	1.19615				24	36	361	36173
3003528	Le Maubert	le-maubert	FR		0	Europe/Paris	46.11864	1.1179				75	87	871	87017
3003529	Le Mâtré	le-matre	FR		0	Europe/Paris	49.56128	0.93525				28	76	763	76057
3003530	Le Mast	le-mast	FR		0	Europe/Paris	46.41303	2.02432				75	23	232	23041
3003531	Le Massugère	le-massugere	FR		0	Europe/Paris	45.28869	2.7952		Le Massugere,Le Massugère,Massugere,Massugère		84	15	153	15173
3003532	Le Massufret	le-massufret	FR		0	Europe/Paris	44.32058	3.84949				76	48	481	48116
3003533	Le Massot	le-massot	FR		0	Europe/Paris	45.35976	5.83042				84	38	381	38442
3003535	Le Mas Rillier	le-mas-rillier	FR		0	Europe/Paris	45.83113	4.94634		Le Mas Rillier,Mas-Rillier		84	01	012	01249
3003536	Le Masnau	le-masnau	FR		321	Europe/Paris	43.77765	2.55201		Le Masnau,Le Masnau-Massiguies,Le Masnau-Massiguiès,Le Masnau-Massuguies,Le Masnau-Massuguiès,MASNAU MASSUGUIES,Masnau-Massiguies,Masnau-Massiguiès		76	81	812	81158
3003537	Le Masmin	le-masmin	FR		0	Europe/Paris	44.30697	3.83121				76	48	481	48116
3003538	Le Mas Imbert	le-mas-imbert	FR		0	Europe/Paris	44.279	4.27115				84	07	071	07294
3003539	Le Masgardaud	le-masgardaud	FR		0	Europe/Paris	45.72655	1.39138				75	87	872	87148
3003540	Le Mas Foubert	le-mas-foubert	FR		0	Europe/Paris	45.82935	0.50342				75	16	163	16375
3003541	Le Mas du Puy	le-mas-du-puy	FR		0	Europe/Paris	45.83884	1.14236				75	87	872	87201
3003543	Le Mas de Baud	le-mas-de-baud	FR		0	Europe/Paris	45.64621	0.40663				75	16	161	16323
3003547	Le Mas-Crépaud	le-mas-crepaud	FR		0	Europe/Paris	45.82827	2.10236				75	23	231	23091
3003548	Le Mas Chevalier	le-mas-chevalier	FR		0	Europe/Paris	45.56547	2.0925		Le Mas Chevalier,Maschevalier		75	19	193	19136
3003549	Le Masbonnet	le-masbonnet	FR		0	Europe/Paris	44.21994	3.6504		Le Masbonnet,Masbonnet		76	48	481	48115
3003550	Le Mas André	le-mas-andre	FR		0	Europe/Paris	44.36041	3.50773				76	48	481	48146
3003576	Le Martroi	le-martroi	FR		0	Europe/Paris	47.81495	2.11281				24	45	452	45144
3003577	Le Martouret	le-martouret	FR		0	Europe/Paris	44.55466	6.24677		Le Martouret,Martouret		93	05	052	05084
3003578	Le Martoulet	le-martoulet	FR		0	Europe/Paris	45.57997	1.47299				75	87	872	87146
3003582	Le Marteray	le-marteray	FR		0	Europe/Paris	45.66499	5.42978		Le Marteray,Le Marterey		84	38	382	38483
3003583	Le Marquis	le-marquis	FR		0	Europe/Paris	45	-0.55				75	33	332	33004
3003584	Le Marot	le-marot	FR		0	Europe/Paris	48.06965	3.85251				44	10	103	10107
3003585	Le Marion	le-marion	FR		0	Europe/Paris	45.78333	4.61667				84	69	692	69231
3003587	Le Marembert	le-marembert	FR		0	Europe/Paris	46.45048	2.14666				24	36	363	36240
3003588	Le Marchand	le-marchand	FR		0	Europe/Paris	45.00491	-0.58369				75	33	332	33262
3003589	Le Marcet	le-marcet	FR		0	Europe/Paris	45.20911	3.49604				84	43	431	43232
3003591	Le Marais de Sin	le-marais-de-sin	FR		0	Europe/Paris	50.37568	3.11925				32	59	593	59569
3003592	Le Marais	le-marais	FR		0	Europe/Paris	50.53022	2.84394				32	59	595	59550
3003593	Le Marais	le-marais	FR		0	Europe/Paris	50.42208	3.24382		Le Marais,Le Marals		32	59	593	59105
3003594	Le Marais	le-marais	FR		0	Europe/Paris	50.41263	3.11061		Le Marais,Marais		32	59	593	59509
3003595	Le Marais	le-marais	FR		0	Europe/Paris	50.16141	1.51459				32	80	801	80182
3003596	Le Marais	le-marais	FR		0	Europe/Paris	49.4518	0.94316				28	76	763	76614
3003597	Le Marais	le-marais	FR		0	Europe/Paris	49.21942	1.77806				32	60	601	60420
3003598	Le Marais	le-marais	FR		0	Europe/Paris	48.99578	1.84703				11	78	781	78327
3003599	Le Marais	le-marais	FR		0	Europe/Paris	47.81061	3.42339				27	89	891	89228
3003600	Le Marais	le-marais	FR		0	Europe/Paris	45.82308	6.33551				84	74	741	74265
3003601	Le Marais	le-marais	FR		0	Europe/Paris	45.65	2.38333				75	19	193	19002
3003606	Le Manet	le-manet	FR		0	Europe/Paris	48.76667	2.01667				11	78	784	78423
3003607	Le Manchet	le-manchet	FR		0	Europe/Paris	45.41996	6.97219				84	73	731	73304
3003609	Le Manat	le-manat	FR		0	Europe/Paris	48.57871	-3.32606		Le Manat,Le Manaty		53	22	222	22135
3003611	Le Malaurent	le-malaurent	FR		0	Europe/Paris	45.6	2.2				75	19	193	19206
3003612	Le Maisonniau	le-maisonniau	FR		0	Europe/Paris	45.69013	0.91111				75	87	873	87034
3003613	Le Maisnil-Boutry	le-maisnil-boutry	FR		0	Europe/Paris	50.64348	1.99979				32	62	625	62837
3003615	Le Maire	le-maire	FR		0	Europe/Paris	47.55752	-1.58514				52	44	445	44113
3003617	Le Maine-Gué	le-maine-gue	FR		0	Europe/Paris	45.61093	0.47456		La Maine Gue,La Maine Gué,Le Maine-Gue,Le Maine-Gué,Maine-Gue		75	16	161	16137
3003618	Le Maine de Castang	le-maine-de-castang	FR		0	Europe/Paris	45.13572	0.86612		Le Maine,Le Maine de Castang		75	24	243	24484
3003619	Le Maine	le-maine	FR		0	Europe/Paris	45.84291	0.43999		Le Maime,Le Maine		75	16	163	16085
3003620	Le Maine	le-maine	FR		0	Europe/Paris	45.34136	0.90334				75	24	242	24308
3003621	Le Maine	le-maine	FR		0	Europe/Paris	45.11418	1.0058				75	24	244	24188
3003622	Le Maine	le-maine	FR		0	Europe/Paris	44.82835	0.36055				75	24	241	24225
3003623	Le Maine	le-maine	FR		0	Europe/Paris	44.73942	1.1548				75	24	244	24488
3003624	Le Mailloz	le-mailloz	FR		0	Europe/Paris	45.04209	6.10111				84	38	381	38020
3003625	Le Magouër	le-magouer	FR		0	Europe/Paris	47.66224	-3.21538				53	56	561	56169
3003630	Le Magnoux	le-magnoux	FR		0	Europe/Paris	46.80667	2.19126				24	18	182	18043
3003631	Le Magnoux	le-magnoux	FR		0	Europe/Paris	46.48152	2.90009				84	03	032	03312
3003632	Le Magnoux	le-magnoux	FR		0	Europe/Paris	46.42969	2.20186				24	18	182	18187
3003634	Le Magimel	le-magimel	FR		0	Europe/Paris	45.63636	2.07943				75	19	193	19139
3003637	Le Maffay	le-maffay	FR		0	Europe/Paris	47.55476	-1.43925				52	44	445	44001
3003638	Le Madinteau	le-madinteau	FR		0	Europe/Paris	45.90262	0.34762				75	16	163	16068
3003639	Le Lys-Saint-Georges	le-lys-saint-georges	FR		218	Europe/Paris	46.64323	1.82304		Le Lys,Le Lys-Saint-Georges,Lys-Saint-Georges,Lys-le-Peletier		24	36	363	36108
3003640	Le Luth	le-luth	FR		0	Europe/Paris	46.14307	3.07728				84	03	033	03311
3003642	Le Lunès	le-lunes	FR		0	Europe/Paris	44.17683	3.96164				76	48	481	48170
3003643	Le Luminier	le-luminier	FR		0	Europe/Paris	45.39117	3.73537				84	63	631	63139
3003645	Le Luguet	le-luguet	FR		0	Europe/Paris	45.34192	3.03246				84	63	633	63006
3003646	Le Luet	le-luet	FR		0	Europe/Paris	48.44718	1.68598				24	28	281	28039
3003651	Le Luat-sur-Vert	le-luat-sur-vert	FR		0	Europe/Paris	48.75129	1.30199		Le Luat,Le Luat-sur-Vert		24	28	283	28405
3003652	Le Luat	le-luat	FR		0	Europe/Paris	48.52587	1.35197				24	28	281	28254
3003655	Le Louvion	le-louvion	FR		0	Europe/Paris	50.3014	3.83843				32	59	591	59053
3003660	Le Loscoat	le-loscoat	FR		0	Europe/Paris	48.01865	-4.13205				53	29	294	29066
3003665	Le Lorain	le-lorain	FR		0	Europe/Paris	48.37443	-2.45682				53	22	224	22185
3003666	Le Loquin	le-loquin	FR		0	Europe/Paris	50.61625	2.06708				32	62	625	62812
3003667	Le Lonzat	le-lonzat	FR		0	Europe/Paris	46.2488	3.39334				84	03	032	03160
3003669	Le Lonjard	le-lonjard	FR		0	Europe/Paris	45.46667	2.5				75	19	193	19252
3003670	Le Longy	le-longy	FR		0	Europe/Paris	45.31109	2.03737				75	19	193	19039
3003671	Le Long Périer	le-long-perier	FR		0	Europe/Paris	49.54344	1.6527		Le Long,Le Long Perier,Le Long Périer		28	76	761	76209
3003673	Le Longeau	le-longeau	FR		0	Europe/Paris	47.95	-3.35				53	56	561	56166
3003674	Le Long-du-Bois	le-long-du-bois	FR		0	Europe/Paris	48.14771	4.16451				44	10	103	10246
3003675	Le Long de Bois	le-long-de-bois	FR		0	Europe/Paris	48.54247	0.9714				24	28	284	28232
3003676	Le Lombard	le-lombard	FR		0	Europe/Paris	44.80285	6.85229				93	05	051	05003
3003677	Le Loisel	le-loisel	FR		0	Europe/Paris	45.6	6.83333		Le Loisel,Loisel		84	73	731	73285
3003678	Le Logis Neuf	le-logis-neuf	FR		0	Europe/Paris	45.60903	4.695				84	69	691	69141
3003679	Le Logis Neuf	le-logis-neuf	FR		0	Europe/Paris	43.35639	5.49308		Le Logis Neuf		93	13	133	13002
3003680	Le Logis de Berre	le-logis-de-berre	FR		0	Europe/Paris	44.41667	4.75				84	26	262	26145
3003682	Le Loch	le-loch	FR		0	Europe/Paris	48.62856	-3.35765				53	22	223	22245
3003683	Le Loch	le-loch	FR		0	Europe/Paris	48.02994	-4.6594		Loch		53	29	294	29168
3003685	Le Liouquet	le-liouquet	FR		0	Europe/Paris	43.18381	5.66709		Le Liouquet,Liouquet		93	13	133	13028
3003686	Le Liorzou	le-liorzou	FR		0	Europe/Paris	48.36944	-3.63411				53	29	292	29227
3003687	Le Lioran	le-lioran	FR		0	Europe/Paris	45.08882	2.74748				84	15	153	15101
3003695	Le Lignou	le-lignou	FR		0	Europe/Paris	47.2918	3.092				27	58	584	58307
3003698	Le Liat	le-liat	FR		0	Europe/Paris	46.3589	2.4336				84	03	031	03005
3003699	Le Liard	le-liard	FR		0	Europe/Paris	48.21224	3.04644				27	89	893	89143
3003700	Le Liard	le-liard	FR		0	Europe/Paris	48.0509	2.56957				24	45	451	45103
3003701	Le Liard	le-liard	FR		0	Europe/Paris	47.11126	2.894				24	18	181	18099
3003702	Le Liac	le-liac	FR		0	Europe/Paris	45.1996	1.93197				75	19	192	19040
3003706	Le Lémont	le-lemont	FR		0	Europe/Paris	49.54964	1.3681				28	76	763	76359
3003707	Le Léguer	le-leguer	FR		0	Europe/Paris	48.5	-3.48333				53	22	223	22131
3003708	Le Légué	le-legue	FR		0	Europe/Paris	48.52498	-2.74641		Le Legue,Le Legue-Plerin,Le Légué,Le Légué-Plérin,Saint-Brieuc-le Legue,Saint-Brieuc-le Légué		53	22	224	22187
3003710	Le Lavoir	le-lavoir	FR		0	Europe/Paris	47.37584	-1.50599				52	44	445	44201
3003711	Le Lavoir	le-lavoir	FR		0	Europe/Paris	45.15	6.63333				84	73	733	73157
3003712	Le Lavigne	le-lavigne	FR		0	Europe/Paris	44.04716	6.90032		Lavigne,Le Lavigne		93	06	062	06071
3003715	Le Lauzet	le-lauzet	FR		0	Europe/Paris	45.01472	6.46394		Lauzet,Le Lauzet		93	05	051	05079
3003716	Le Lauzet	le-lauzet	FR		0	Europe/Paris	44.76667	6.61667				93	05	051	05122
3003717	Le Lautaret	le-lautaret	FR		0	Europe/Paris	44.44297	6.35281		Le Lautaret,Le Lautharet		93	04	041	04033
3003718	Le Laus	le-laus	FR		0	Europe/Paris	44.85129	6.72907				93	05	051	05027
3003719	Le Laus	le-laus	FR		0	Europe/Paris	44.51667	6.15		Le Laus,Pelerinage		93	05	052	05140
3003722	Le Lassay	le-lassay	FR		0	Europe/Paris	47.15466	2.7001				24	18	181	18090
3003723	Le Laris	le-laris	FR		0	Europe/Paris	45.20452	5.06511		Le Laris		84	26	263	26298
3003727	Le Landy	le-landy	FR		0	Europe/Paris	48.29267	2.77999				11	77	774	77340
3003728	Le Landron	le-landron	FR		0	Europe/Paris	47.63333	-1.6				52	44	445	44076
3003729	Le Landret	le-landret	FR		0	Europe/Paris	48.17571	-1.51724				53	35	353	35152
3003732	Le Laignon	le-laignon	FR		0	Europe/Paris	48.06667	-3.58333		Le Laignon,Le Laignou		53	56	562	56081
3003733	Le Lac	le-lac	FR		0	Europe/Paris	47.2	2.93333				24	18	181	18110
3003734	Le Lac	le-lac	FR		0	Europe/Paris	45.63556	0.96501				75	87	872	87032
3003735	Le Lac	le-lac	FR		0	Europe/Paris	45.51667	2.2				75	19	193	19136
3003736	Le Lac	le-lac	FR		0	Europe/Paris	45.43031	5.41539		Lac,Le Lac		84	38	382	38065
3003738	Le Kermeur	le-kermeur	FR		0	Europe/Paris	48.46717	-3.73733		Kermeur,Le Kermeur		53	29	293	29191
3003739	Le Juge	le-juge	FR		0	Europe/Paris	44.42203	1.88				76	12	123	12140
3003741	Le Joseray	le-joseray	FR		0	Europe/Paris	45.44317	6.9752				84	73	731	73304
3003742	Le Joland	le-joland	FR		0	Europe/Paris	45.19451	2.84428				84	15	153	15225
3003743	Le Jeune-Soulac	le-jeune-soulac	FR		0	Europe/Paris	45.51667	-1.11667		Ancien Soulac,Le Jeune-Soulac,Soulac,Soulac-les-Bains		75	33	334	33514
3003744	Le Jayle	le-jayle	FR		0	Europe/Paris	44.83333	1.53333				76	46	463	46144
3003745	Le Jarry	le-jarry	FR		0	Europe/Paris	45.0274	2.91558				84	15	153	15148
3003746	Le Jarry	le-jarry	FR		0	Europe/Paris	44.96667	0.35				75	24	241	24420
3003747	Le Jarripigier	le-jarripigier	FR		0	Europe/Paris	45.11773	1.04505				75	24	244	24550
3003748	Le Jarrier	le-jarrier	FR		0	Europe/Paris	48.73661	1.01193				28	27	272	27182
3003749	Le Jarrias	le-jarrias	FR		0	Europe/Paris	48.23038	1.06606				24	28	282	28398
3003750	Le Jariel	le-jariel	FR		0	Europe/Paris	48.6754	3.06729				11	77	773	77486
3003752	Le Jard	le-jard	FR		0	Europe/Paris	48.21254	3.71594				44	10	103	10003
3003754	Leix	leix	FR		0	Europe/Paris	45.13269	1.77786				75	19	192	19004
3003755	Leiterswiller	leiterswiller	FR		0	Europe/Paris	48.92442	7.94672		Leitersweiler		44	67	672	67206
3003759	Leispars	leispars	FR		0	Europe/Paris	43.18073	-1.3383				75	64	641	64477
3003766	Leigne	leigne	FR		0	Europe/Paris	46.21243	0.32373				75	86	862	86054
3003767	Leige	leige	FR		0	Europe/Paris	46.76771	2.95228				84	03	032	03064
3003769	Le Hubert	le-hubert	FR		0	Europe/Paris	48.62808	0.74552				28	61	613	61429
3003771	Le Houssay-Quinzé	le-houssay-quinze	FR		0	Europe/Paris	47.53012	-0.84584				52	49	494	49183
3003772	Le Hourdel	le-hourdel	FR		0	Europe/Paris	50.21483	1.56471				32	80		
3003776	Le Hoquet	le-hoquet	FR		0	Europe/Paris	49.7707	1.22043				28	76	761	76321
3003785	Le Hêtre	le-hetre	FR		0	Europe/Paris	49.79098	0.52098				28	76	762	76663
3003789	Le Henlé	le-henle	FR		0	Europe/Paris	47.98714	-2.43733				53	56	562	56249
3003790	Lehenbiscaye	lehenbiscaye	FR		0	Europe/Paris	43.30342	-1.58445				75	64	641	64504
3003791	Le Hem	le-hem	FR		0	Europe/Paris	50.47306	3.192		Hem,Le Hem		32	59	593	59029
3003793	Le Hay	le-hay	FR		0	Europe/Paris	48.24774	3.36555				27	89	893	89483
3003794	Le Hay	le-hay	FR		0	Europe/Paris	47.31483	0.45581				24	37	372	37264
3003797	Le Haut Villeneuve	le-haut-villeneuve	FR		0	Europe/Paris	48.19318	4.24945		Haut Villeneuve,Le Haut Villeneuve		44	10	103	10419
3003798	Le Haut Village	le-haut-village	FR		0	Europe/Paris	47.15604	0.58449				24	37	371	37216
3003799	Le Haut Vernet	le-haut-vernet	FR		0	Europe/Paris	44.26572	6.38291				93	04	043	04237
3003800	Le Haut Tertre	le-haut-tertre	FR		0	Europe/Paris	48.07603	1.02291				24	41	412	41179
3003801	Le Haut Ros	le-haut-ros	FR		0	Europe/Paris	47.39991	-2.15259		Le Haut Res,Le Haut Ros		52	44	443	44050
3003802	Le Haut Ray	le-haut-ray	FR		0	Europe/Paris	47.11765	1.55016				24	36	362	36235
3003804	Le Haut Perthe	le-haut-perthe	FR		0	Europe/Paris	48.10137	3.78879				27	89	891	89398
3003805	Le Haut Pas	le-haut-pas	FR		0	Europe/Paris	49.53333	0.75				28	76	763	76164
3003806	Le Haut Nogent	le-haut-nogent	FR		0	Europe/Paris	48.12645	3.7812				44	10	103	10266
3003807	Le Haut Luc	le-haut-luc	FR		0	Europe/Paris	47.5539	-1.75076				52	44	445	44062
3003808	Le Haut Jarnois	le-haut-jarnois	FR		0	Europe/Paris	47.36667	4.13333				27	21	213	21548
3003809	Le Haut Germigné	le-haut-germigne	FR		0	Europe/Paris	47.83067	-1.60457		Haut Germigne,Haut Germigné,Le Haut Germigne,Le Haut Germigné		53	35	352	35106
3003810	Haut Fourneau	haut-fourneau	FR		0	Europe/Paris	48.47702	7.152		Haut Fourneau,Le Haut Fourneau		44	67	673	67165
3003812	Le Haut de Villiers	le-haut-de-villiers	FR		0	Europe/Paris	48.20182	3.40144				27	89	893	89471
3003813	Le Haut des Bordes	le-haut-des-bordes	FR		0	Europe/Paris	47.85651	2.29877				24	45	452	45290
3003814	Le Haut de Bâle	le-haut-de-bale	FR		0	Europe/Paris	47.78257	3.35845				27	89	891	89286
3003815	Le Haut Courton	le-haut-courton	FR		0	Europe/Paris	48.53344	3.22822		Haut Courton,Le Haut Courton		11	77	773	77418
3003817	Le Haut Chevrier	le-haut-chevrier	FR		0	Europe/Paris	48.63644	0.93738				24	28	283	28271
3003818	Le Haut Chênet	le-haut-chenet	FR		0	Europe/Paris	48.65165	0.66343				28	61	613	61208
3003819	Le Haut Chêne	le-haut-chene	FR		0	Europe/Paris	48.41724	0.72377		Le Chene,Le Chêne,Le Haut Chene,Le Haut Chêne		28	61	613	61345
3003820	Le Haut Chêne	le-haut-chene	FR		0	Europe/Paris	48.22499	4.24607				44	10	103	10162
3003821	Le Haut Chêne	le-haut-chene	FR		0	Europe/Paris	48.01667	-0.83333				52	53	532	53157
3003822	Le Haut Chemin	le-haut-chemin	FR		0	Europe/Paris	48.24222	-1.50773		Haute Chemin,Le Haut Chemin		53	35	353	35107
3003823	Le Haut Champcharme	le-haut-champcharme	FR		0	Europe/Paris	48.17413	3.87084		Haut Champcharme,Le Haut Champcharine,Le Haut Champcharme		44	10	103	10222
3003824	Le Haut Bourg	le-haut-bourg	FR		0	Europe/Paris	48.10378	-0.86764				52	53	532	53103
3003825	Le Haut Bois	le-haut-bois	FR		0	Europe/Paris	48.47764	0.97053				24	28	284	28240
3003828	Le Haut Abre	le-haut-abre	FR		0	Europe/Paris	48.87974	1.53838				24	28	283	28247
3003829	Le Haut	le-haut	FR		0	Europe/Paris	46.86667	2.58333				24	18	182	18087
3003832	Le Hasard	le-hasard	FR		0	Europe/Paris	48.37395	1.59585				24	28	281	28309
3003833	Le Haridon	le-haridon	FR		0	Europe/Paris	49.47097	0.88928				28	76	763	76088
3003835	Le Han	le-han	FR		0	Europe/Paris	48.60629	-1.70405				53	35	354	35078
3003836	Le Hamelet	le-hamelet	FR		0	Europe/Paris	49.52267	1.40996				28	76	763	76107
3003837	Le Hamelet	le-hamelet	FR		0	Europe/Paris	49.53189	0.95731				28	76	763	76057
3003848	Le Hameau de la Mer	le-hameau-de-la-mer	FR		0	Europe/Paris	49.65783	-1.67881		Hameau de la Mer,Le Hameau de la Mer		28	50	502	50129
3003849	Le Hameau	le-hameau	FR		0	Europe/Paris	50.3129	2.54696				32	62	621	62477
3003850	Le Hameau	le-hameau	FR		0	Europe/Paris	49.39629	1.706				28	27	271	27098
3003851	Le Hameau	le-hameau	FR		0	Europe/Paris	48.62699	0.84116				28			
3003852	Le Hameau	le-hameau	FR		0	Europe/Paris	48.05926	0.53389				52	72	722	72122
3003856	Le Hallot	le-hallot	FR		0	Europe/Paris	44.26542	-0.55926				75	40	402	40167
3003857	Le Hallier	le-hallier	FR		0	Europe/Paris	48.73982	1.66977				11	78	781	78171
3003858	Le Hallier	le-hallier	FR		0	Europe/Paris	48.1497	1.09793				24	28	282	28012
3003860	Le Guy	le-guy	FR		0	Europe/Paris	45.36678	4.98926				84	38	383	38290
3003862	Le Guindal	le-guindal	FR		0	Europe/Paris	50.93915	2.15176				32	59	594	59094
3003863	Le Guily	le-guily	FR		0	Europe/Paris	48.64634	-3.06789		Le Guilly,Le Guily		53	22	222	22063
3003864	Le Guillot	le-guillot	FR		0	Europe/Paris	46.8019	3.08647				27	58	583	58138
3003868	Le Guiler	le-guiler	FR		0	Europe/Paris	48.76384	-3.57058				53	22	223	22343
3003869	Le Guildo	le-guildo	FR		0	Europe/Paris	48.5722	-2.21156		Le Guildo		53	22	221	22049
3003870	Le Guide	le-guide	FR		0	Europe/Paris	49.68092	1.49074				28	76	761	76649
3003871	Le Guichet	le-guichet	FR		0	Europe/Paris	48.70804	2.18436				11	91	913	91471
3003872	Le Guiaudet	le-guiaudet	FR		0	Europe/Paris	48.72922	-3.533		Le Guiaudet,Le Yaudet		53	22	223	22224
3003873	Le Guézou	le-guezou	FR		0	Europe/Paris	48.52325	-4.28875				53	29	291	29179
3003875	Le Guétin	le-guetin	FR		0	Europe/Paris	46.94848	3.07				24	18	182	18082
3003880	Le Guellec	le-guellec	FR		0	Europe/Paris	48.00333	-3.46683				53	56	562	56131
3003881	Le Gué-d'Heuillon	le-gue-d-heuillon	FR		0	Europe/Paris	47.04559	3.21313				27	58	583	58254
3003886	Le Gué de Bourg	le-gue-de-bourg	FR		0	Europe/Paris	46.80048	2.92553				24	18	182	18242
3003888	Le Gué-Chaussée	le-gue-chaussee	FR		0	Europe/Paris	48.32003	0.25474				52	72	722	72326
3003890	Le Gué	le-gue	FR		0	Europe/Paris	47.38967	-2.12211				52	44	443	44050
3003891	Le Gué	le-gue	FR		0	Europe/Paris	47.17696	-0.41518				52	49	492	49373
3003892	Le Gué	le-gue	FR		0	Europe/Paris	46.88569	2.52969				24	18	182	18087
3003896	Le Grouzet	le-grouzet	FR		0	Europe/Paris	45.02235	4.45306				84	07	073	07204
3003899	Le Groseillier	le-groseillier	FR		0	Europe/Paris	50.51956	2.21336				32	62	621	62519
3003902	Le Gros Chêne	le-gros-chene	FR		0	Europe/Paris	49.50407	1.15924				28	76	763	76377
3003903	Le Gros Chêne	le-gros-chene	FR		0	Europe/Paris	47.5999	2.51391				24	45	451	45108
3003904	Le Gros Chêne	le-gros-chene	FR		0	Europe/Paris	47.10478	1.61699				24	36	362	36237
3003905	Le Gros Bois	le-gros-bois	FR		0	Europe/Paris	47.5194	3.14774				27	58	584	58094
3003908	Le Grolier	le-grolier	FR		0	Europe/Paris	45.27284	2.1082				75	19	193	19225
3003910	Le Grimaudet	le-grimaudet	FR		0	Europe/Paris	46.69762	2.08171				24	36	363	36017
3003912	L'Égrenière	l-egreniere	FR		0	Europe/Paris	47.00921	-1.42634				52	44	442	44127
3003914	Le Greaveau	le-greaveau	FR		0	Europe/Paris	47.58941	-2.80626				53	56	563	56088
3003915	Le Gravier	le-gravier	FR		0	Europe/Paris	46.95647	2.96781				24	18	182	18108
3003916	Le Graveux	le-graveux	FR		0	Europe/Paris	47.2203	1.39678				24	41	413	41042
3003917	Le Gravamoura	le-gravamoura	FR		0	Europe/Paris	43.65	6.81667				93	06	061	06118
3003919	Le Grau-d'Agde	le-grau-d-agde	FR		0	Europe/Paris	43.28537	3.44829		Le Grau-d'Agde		76	34	341	34003
3003921	Le Grand Vizoc	le-grand-vizoc	FR		0	Europe/Paris	48.51667	-4.3				53	29	291	29179
3003922	Le Grand Virey	le-grand-virey	FR		0	Europe/Paris	47.91667	4				27	89	892	89137
3003923	Le Grand Villiers	le-grand-villiers	FR		0	Europe/Paris	46.85365	1.90989				24	36	364	36027
3003925	Le Grand Villemongin	le-grand-villemongin	FR		0	Europe/Paris	46.79237	1.87895		Le Grand Villemongin,Villemongin		24	36	362	36112
3003926	Le Grand Villard	le-grand-villard	FR		0	Europe/Paris	46.10244	1.98449				75	23	232	23201
3003927	Le Grand Village	le-grand-village	FR		0	Europe/Paris	48.5976	1.00493				24	28	283	28159
3003928	Le Grand Village	le-grand-village	FR		0	Europe/Paris	48.14244	2.98656				24	45	451	45026
3003929	Le Grand Village	le-grand-village	FR		0	Europe/Paris	47.10538	1.52213				24	36	362	36237
3003930	Le Grand Village	le-grand-village	FR		0	Europe/Paris	46.84851	1.05097		Grand-Village,Le Grand Village		24	36	361	36010
3003931	Le Grand Village	le-grand-village	FR		0	Europe/Paris	45.70541	1.22566				75	87	872	87169
3003932	Le Grand Vèvre	le-grand-vevre	FR		0	Europe/Paris	46.80238	2.88409				24	18	182	18017
3003934	Le Grand Valluy	le-grand-valluy	FR		0	Europe/Paris	45.46594	4.62761				84	42	423	42210
3003935	Le Grand Val de la Nef	le-grand-val-de-la-nef	FR		0	Europe/Paris	47.58405	3.88977		Grand Val de la Nef,Le Grand Val de la Nef		27	89	892	89208
3003938	Le Grand Thons	le-grand-thons	FR		0	Europe/Paris	47.98506	5.88132				44	88	882	88471
3003939	Le Grand-Tendos	le-grand-tendos	FR		0	Europe/Paris	49.56032	1.12842				28	76	763	76271
3003940	Le Grand Soury	le-grand-soury	FR		0	Europe/Paris	47.15509	3.08681				27	58	584	58056
3003941	Le Grand Sort	le-grand-sort	FR		0	Europe/Paris	47.44248	2.902				24	18	181	18032
3003943	Le Grand Saint-Aubin	le-grand-saint-aubin	FR		0	Europe/Paris	49.44741	0.53667				28	27	272	27518
3003944	Le Grand Rousseland	le-grand-rousseland	FR		0	Europe/Paris	47.13333	2.68333				24	18	181	18035
3003949	Le Grand Rigny	le-grand-rigny	FR		0	Europe/Paris	47.13981	3.30228				27	58	583	58196
3003950	Le Grand Rigné	le-grand-rigne	FR		0	Europe/Paris	47.74967	-1.40611				52	44	445	44146
3003953	Le Grand Quesnay	le-grand-quesnay	FR		0	Europe/Paris	49.60261	1.48216				28	76	761	76420
3003955	Le Grand Puits	le-grand-puits	FR		0	Europe/Paris	48.03565	-0.65944				52	53	532	53175
3003956	Le Grand Pruneau	le-grand-pruneau	FR		0	Europe/Paris	46.89703	-1.03452				52	85	852	85109
3003958	Le Grand Pré	le-grand-pre	FR		0	Europe/Paris	46.88433	2.75121				24	18	182	18031
3003960	Le Grand Ponceau	le-grand-ponceau	FR		0	Europe/Paris	47.84448	3.44401				27	89	891	89083
3003961	Le Grand Plessis	le-grand-plessis	FR		0	Europe/Paris	46.7539	1.96867				24	36	363	36180
3003962	Le Grand Peuplier	le-grand-peuplier	FR		0	Europe/Paris	45.83342	4.99874				84	01	012	01043
3003964	Le Grand Pâtis	le-grand-patis	FR		0	Europe/Paris	47.37417	-1.45107				52	44	445	44179
3003965	Le Grand-Palteau	le-grand-palteau	FR		0	Europe/Paris	48.05276	3.34145				27	89	893	89018
3003966	Le Grand Paleysin	le-grand-paleysin	FR		0	Europe/Paris	45.55768	5.25296				84	38	382	38223
3003968	Le Grand Oriol	le-grand-oriol	FR		0	Europe/Paris	44.82983	5.7172		Le Grand Oriol		84	38	381	38127
3003969	Le Grand Oranger	le-grand-oranger	FR		0	Europe/Paris	46.66237	2.43295		Le Grand Oranger,Oranger		24	18	182	18009
3003970	Le Grand Nérigny	le-grand-nerigny	FR		0	Europe/Paris	47.11667	2.51667				24	18	181	18213
3003971	Le Grand Moulin	le-grand-moulin	FR		0	Europe/Paris	45.58853	0.5178		Grand Moulin,Le Grand Moulin		75	24	242	24565
3003973	Le Grand Montigny	le-grand-montigny	FR		0	Europe/Paris	48.01466	2.48855		Le Grand Montigny,Montigny		24	45	451	45205
3003974	Le Grand Mont	le-grand-mont	FR		0	Europe/Paris	45.55	4.2				84	42	421	42304
3003977	Le Grand Merimont	le-grand-merimont	FR		0	Europe/Paris	47.36239	-1.79154				52	44	445	44056
3003978	Le Grand Marchais	le-grand-marchais	FR		0	Europe/Paris	47.91395	3.17561		Grand Marchais,Le Grand Marchais		27	89	891	89086
3003980	Le Grand Mallet	le-grand-mallet	FR		0	Europe/Paris	48.08579	4.54661				44	10	103	10264
3003981	Le Grand Maleray	le-grand-maleray	FR		0	Europe/Paris	46.92827	2.21224		Le Grand Maleray,Le Grand-Malleray		24	18	181	18188
3003982	Le Grand Maine	le-grand-maine	FR		0	Europe/Paris	45.6323	0.37039				75	16	161	16093
3003983	Le Grand Mailly	le-grand-mailly	FR		0	Europe/Paris	48.66995	4.20123				44	10	103	10216
3003985	Le Grand Lugue	le-grand-lugue	FR		0	Europe/Paris	46.95019	3.39715				27	58	583	58028
3003987	Le Grand-Louis	le-grand-louis	FR		0	Europe/Paris	44.86389	-0.64399		Grand-Louis,Le Grand-Louis		75	33	332	33162
3003988	Le Grand Longueron	le-grand-longueron	FR		0	Europe/Paris	47.95565	3.39974				27	89	893	89075
3003989	Le Grand Lojon	le-grand-lojon	FR		0	Europe/Paris	47.30552	2.068				24	41	413	41256
3003990	Le Grand L'Épinay	le-grand-l-epinay	FR		0	Europe/Paris	48.17285	1.18541				24	28	282	28424
3003992	Le Grand Léger	le-grand-leger	FR		0	Europe/Paris	45.88333	2.6				84	63	634	63118
3003993	Le Grand Laubray	le-grand-laubray	FR		0	Europe/Paris	46.98333	3.05				24	18	182	18082
3003995	Le Grand Jeu	le-grand-jeu	FR		0	Europe/Paris	47.34791	2.28076				24	18	183	18165
3003996	Le Grand Heurteloup	le-grand-heurteloup	FR		0	Europe/Paris	48.9	1.58333				11	78	781	78346
3003998	Le Grand-Hamel	le-grand-hamel	FR		0	Europe/Paris	49.60527	1.02998				28	76	763	76675
3003999	Le Grand Hameau	le-grand-hameau	FR		0	Europe/Paris	49.52875	0.08728				28	76	762	76351
3004000	Le Grand Guézou	le-grand-guezou	FR		0	Europe/Paris	48.51667	-4.28333				53	29	291	29179
3004001	Le Grand Fousserotte	le-grand-fousserotte	FR		0	Europe/Paris	47.91958	2.73924				24	45	451	45312
3004002	Le Grand Foulinin	le-grand-foulinin	FR		0	Europe/Paris	46.64039	2.16028				24	36	363	36236
3004003	Le Grand-Fossard	le-grand-fossard	FR		0	Europe/Paris	48.36234	2.97399		Grand Fossard,Le Grand-Fossard		11	77	773	77061
3004004	Le Grand Fay	le-grand-fay	FR		0	Europe/Paris	49.6285	0.73783				28	76	763	76758
3004009	Le Grand Essart	le-grand-essart	FR		0	Europe/Paris	49.35	1.01667		Grand Essart,Le Grand Essart		28	76	763	76319
3004010	Le Grand Épôt	le-grand-epot	FR		0	Europe/Paris	46.76886	1.70208		L'Epot,L'Épôt,Le Grand Epot,Le Grand Épôt		24	36	362	36159
3004011	Le Grand Entrevin	le-grand-entrevin	FR		0	Europe/Paris	46.99353	2.16695		Grand Entrevin,Le Grand Entrevin		24	18	181	18066
3004018	Le Grand Chenevey	le-grand-chenevey	FR		0	Europe/Paris	45.40536	5.85667		Grand Chenevey,Le Grand Chenevey		84	38	381	38446
3004019	Le Grand Chêne	le-grand-chene	FR		0	Europe/Paris	48.04579	3.37368				27	89	893	89142
3004020	Le Grand Chavernay	le-grand-chavernay	FR		0	Europe/Paris	48.28424	1.5409				24	28	281	28422
3004021	Le Grand Châtel	le-grand-chatel	FR		0	Europe/Paris	46.2	2.93333				84	03	033	03108
3004024	Le Grand Charmoy	le-grand-charmoy	FR		0	Europe/Paris	47.96595	2.06921				24	45	452	45333
3004025	Le Grand Champlandry	le-grand-champlandry	FR		0	Europe/Paris	48.0075	3.77801		Le Grand Chalandry,Le Grand Champlandry		27	89	891	89186
3004027	Le Grand-Chambonais	le-grand-chambonais	FR		0	Europe/Paris	47.1562	1.62047		Le Grand-Chambonais,Le Grand-Chambonnais		24	36	364	36162
3004028	Le Grand Chaloy	le-grand-chaloy	FR		0	Europe/Paris	47.70829	2.85704				24	45	451	45245
3004030	Le Grand Caton	le-grand-caton	FR		0	Europe/Paris	45.65524	5.84974				84	73	732	73051
3004031	Le Grand-Catillon	le-grand-catillon	FR		0	Europe/Paris	49.55395	0.97146				28	76	763	76057
3004035	Le Grand Cambry	le-grand-cambry	FR		0	Europe/Paris	48.96908	-1.39777		Cambry,Le Grand Cambry		28	50	503	50419
3004037	Le Grand Breuil	le-grand-breuil	FR		0	Europe/Paris	46.16635	0.27689				75	86	862	86237
3004038	Le Grand Bréau	le-grand-breau	FR		0	Europe/Paris	48.15551	1.95905				24	45	453	45325
3004040	Le Grand Bouchet	le-grand-bouchet	FR		0	Europe/Paris	47.28333	2.96667				27	58	584	58215
3004042	Le Grand Bord	le-grand-bord	FR		0	Europe/Paris	46.62382	2.49096				24	18	182	18245
3004051	Le Grand Belair	le-grand-belair	FR		0	Europe/Paris	48.59458	1.73515		Grand Belair,Le Grand Belair		11	78	782	78209
3004052	Le Grand Banny	le-grand-banny	FR		0	Europe/Paris	47.60911	3.28533		Grand Banny,Le Grand Banny		27	89	891	89367
3004053	Le Grand Badeuil	le-grand-badeuil	FR		0	Europe/Paris	46.16967	0.59305		Le Badeuil,Le Grand Badeuil		75	86	862	86015
3004054	Le Grand-Avis	le-grand-avis	FR		0	Europe/Paris	43.02362	6.45894		Grand Avis,Le Grand-Avis		93	83	832	83069
3004055	Le Grand Aubilly	le-grand-aubilly	FR		0	Europe/Paris	47.02193	2.68367				24	18	181	18018
3004058	Le Grand Aigu	le-grand-aigu	FR		0	Europe/Paris	46.2778	2.06972				75	23	232	23098
3004062	Le Gouvoux	le-gouvoux	FR		0	Europe/Paris	45.71002	5.51734				84	38	382	38465
3004063	Le Gouvello	le-gouvello	FR		0	Europe/Paris	48.17025	-3.09756				53	56	562	56209
3004064	Le Gouttier	le-gouttier	FR		0	Europe/Paris	48.4411	0.20363				52	72	722	72137
3004065	Le Gouttet	le-gouttet	FR		0	Europe/Paris	45.87753	4.01004				84	42	422	42303
3004066	Le Gourd	le-gourd	FR		0	Europe/Paris	45.72416	4.71748				84	69	691	69028
3004068	Le Gour	le-gour	FR		0	Europe/Paris	47.03647	2.74419				24	18	181	18023
3004070	Le Goulet	le-goulet	FR		0	Europe/Paris	49.9	1.56667				28	76	761	76211
3004071	Le Goulet	le-goulet	FR		0	Europe/Paris	49.7782	1.21602				28	76	761	76321
3004072	Le Goulet	le-goulet	FR		0	Europe/Paris	49.599	0.62757				28	76	762	76002
3004073	Le Gouézou	le-gouezou	FR		0	Europe/Paris	48.42175	-4.01375				53	29	293	29277
3004074	Le Got	le-got	FR		0	Europe/Paris	44.68439	1.01967		Le Got		75	24	244	24263
3004075	Le Gorvello	le-gorvello	FR		0	Europe/Paris	47.6403	-2.59413		Gorvello,Le Gorvello		53	56	563	56247
3004076	Le Gorget	le-gorget	FR		0	Europe/Paris	48.47994	1.49719		Gorget,Le Gorget		24	28	281	28358
3004079	Le Gond	le-gond	FR		0	Europe/Paris	45.66844	0.16301		Le Gond		75	16	161	16154
3004080	Le Gollot	le-gollot	FR		0	Europe/Paris	48.45909	-3.28629		Le Collot,Le Gollot		53	22	222	22249
3004081	Le Goff	le-goff	FR		0	Europe/Paris	48.68333	-3.5				53	22	223	22226
3004084	Leignecq	leignecq	FR		0	Europe/Paris	45.37508	4.01927		Legnecq,Leignecq		84	42	421	42142
3004087	L'Église	l-eglise	FR		0	Europe/Paris	45.47093	5.10126				84	38	383	38555
3004088	L'Église	l-eglise	FR		0	Europe/Paris	44.78333	6.55				93	05	051	05006
3004089	L'Église	l-eglise	FR		0	Europe/Paris	44.42547	5.62879				93	05	052	05048
3004090	L'Église	l-eglise	FR		0	Europe/Paris	43.52596	6.83833				93	83	831	83001
3004091	Le Gleffien	le-gleffien	FR		0	Europe/Paris	48.86882	1.47326				24	28	283	28293
3004092	Le Glé	le-gle	FR		0	Europe/Paris	47.70486	-1.69033				52	44	445	44105
3004093	Le Glas	le-glas	FR		0	Europe/Paris	45.63004	4.62176				84	69	691	69051
3004097	Legis	legis	FR		0	Europe/Paris	50.51218	3.48343				32	59	596	59238
3004099	Le Gion	le-gion	FR		0	Europe/Paris	44.01074	6.3994				93	04	042	04059
3004100	Le Gigontier	le-gigontier	FR		0	Europe/Paris	48.7134	0.72923				28	61	613	61510
3004101	Le Giet	le-giet	FR		0	Europe/Paris	44.76667	6.61667				93	05	051	05122
3004104	Le Gentioux	le-gentioux	FR		0	Europe/Paris	46.18815	2.55569				84	03	031	03206
3004105	Le Gènevray	le-genevray	FR		0	Europe/Paris	45.88989	5.58861				84	01	011	01185
3004106	Le Genevray	le-genevray	FR		0	Europe/Paris	45.02979	5.65388		Genevrey,Le Genevray		84	38	381	38545
3004107	Le Genevey	le-genevey	FR		0	Europe/Paris	45.52217	5.35306		Le Genevay,Le Genevey		84	38	382	38498
3004108	Le Genetois	le-genetois	FR		0	Europe/Paris	47.17712	2.53069				24	18	181	18253
3004109	Le Genetey	le-genetey	FR		0	Europe/Paris	45.74535	3.85326				84	42	421	42247
3004111	Le Gélat	le-gelat	FR		0	Europe/Paris	42.88031	1.95892		Gelat,Le Gelat,Le Gélat		76	09	092	09047
3004113	Le Géai	le-geai	FR		0	Europe/Paris	46.40628	1.94631				75	23	232	23139
3004117	Le Gayon	le-gayon	FR		0	Europe/Paris	47.39115	1.9559				24	41	413	41084
3004118	L'Égaye	l-egaye	FR		0	Europe/Paris	44.43333	6.3				93	04	041	04033
3004123	Le Gauliat	le-gauliat	FR		0	Europe/Paris	45.29089	1.56844		Gauliat,Le Gauliat		75	19	191	19178
3004124	Légaud	legaud	FR		0	Europe/Paris	45.71146	1.77754				75	87	872	87064
3004126	Le Gat	le-gat	FR		0	Europe/Paris	46.37285	1.3309				75	87	871	87053
3004127	Le Gat	le-gat	FR		0	Europe/Paris	46.33333	1.65		Le Gast,Le Gat		75	23	232	23103
3004128	Le Gastineau	le-gastineau	FR		0	Europe/Paris	46.62004	0.71				75	86	863	86239
3004132	Legarenou	legarenou	FR		0	Europe/Paris	44.70325	0.6576				75	24	241	24045
3004133	Le Galop	le-galop	FR		0	Europe/Paris	47.61419	2.87009				24	45	451	45023
3004135	L'Égalier	l-egalier	FR		0	Europe/Paris	46.84391	1.39903				24	36	362	36031
3004136	L'Égalie	l-egalie	FR		0	Europe/Paris	45.13596	0.90609				75	24	243	24026
3004137	Le Gal	le-gal	FR		0	Europe/Paris	49.64797	0.82427				28	76	763	76325
3004140	Le Fruguel	le-fruguel	FR		0	Europe/Paris	48.55462	-3.32894				53	22	222	22135
3004141	Le Frou	le-frou	FR		0	Europe/Paris	48.3524	1.20361				24	28	281	28091
3004142	Le Frontal	le-frontal	FR		0	Europe/Paris	44.39687	4.06013				76	30	301	30153
3004144	Le Fromental	le-fromental	FR		0	Europe/Paris	45.42371	3.13642				84	63	633	63299
3004145	Le Froid	le-froid	FR		0	Europe/Paris	46.85071	2.68547				24	18	182	18068
3004146	Le Friolais	le-friolais	FR		0	Europe/Paris	47.24842	6.7493		Friolais,Le Friolais		27	25	252	25392
3004147	Le Freyssinet	le-freyssinet	FR		0	Europe/Paris	44.9659	6.54784				93	05	051	05079
3004149	Le Frétay	le-fretay	FR		0	Europe/Paris	47.8081	-1.56971				53	35	352	35332
3004150	Le Fret	le-fret	FR		0	Europe/Paris	48.28553	-4.50903				53	29	292	29042
3004152	Le Fresse	le-fresse	FR		0	Europe/Paris	46.0984	2.23502				75	23	231	23151
3004160	Le Fresnay	le-fresnay	FR		0	Europe/Paris	49.74364	0.78763		Fresnay,Le Fresnay		28	76	763	76219
3004163	Le Fréneix Petit	le-freneix-petit	FR		0	Europe/Paris	46.29536	2.12611				75	23	231	23064
3004164	Le Fréneix Grand	le-freneix-grand	FR		0	Europe/Paris	46.29625	2.11873				75	23	231	23064
3004165	Le Frêne	le-frene	FR		0	Europe/Paris	48.06437	-1.40774				53	35	351	35096
3004166	Le Frêne	le-frene	FR		0	Europe/Paris	47.18697	0.92778				24	37	373	37049
3004167	Le Frêne	le-frene	FR		0	Europe/Paris	44.66667	6.2				93	05	052	05145
3004169	Le Freique	le-freique	FR		0	Europe/Paris	47.97266	-2.374		Le Freigne,Le Freique		53	56	562	56122
3004179	Le Fraisse	le-fraisse	FR		0	Europe/Paris	46.0296	1.35876		La Fraisse,Le Fraisse		75	87	871	87122
3004180	Le Fraisse	le-fraisse	FR		0	Europe/Paris	45.61977	2.48962				84	63	634	63225
3004181	Le Fraisse	le-fraisse	FR		0	Europe/Paris	45.51537	3.62371				84	63	631	63076
3004182	Le Fraisse	le-fraisse	FR		0	Europe/Paris	45.41967	3.61672				84	63	631	63323
3004183	Le Foy	le-foy	FR		0	Europe/Paris	47.65838	-1.66199				52	44	445	44051
3004184	Le Fouy	le-fouy	FR		0	Europe/Paris	47.58025	-1.40575				52	44	445	44095
3004186	Le Fournil	le-fournil	FR		0	Europe/Paris	48.06667	2.53333				24	45	451	45103
3004187	Le Fournial	le-fournial	FR		0	Europe/Paris	45.0673	4.0733				84	43	432	43158
3004190	Le Fourneau	le-fourneau	FR		0	Europe/Paris	47.8709	4.40808				27	21	213	21378
3004193	Le Fouras	le-fouras	FR		0	Europe/Paris	49.48106	1.47794				28	76	761	76469
3004194	Le Four-à-Chaux	le-four-a-chaux	FR		0	Europe/Paris	43.56667	7		Feur a Chaux,Feur à Chaux,Le Four-a-Chaux,Le Four-à-Chaux		93	06	061	06030
3004196	Le Four	le-four	FR		0	Europe/Paris	46.46691	1.23881				24	36	361	36094
3004197	Le Four	le-four	FR		0	Europe/Paris	45.71667	0.55				75	16	161	16290
3004198	Le Four	le-four	FR		0	Europe/Paris	45.19531	2.20541				84	15	152	15153
3004199	Le Fouinet	le-fouinet	FR		0	Europe/Paris	45.70358	1.87038				75	87	872	87123
3004201	Le Fouillaux	le-fouillaux	FR		0	Europe/Paris	44.99406	0.68467				75	24	243	24365
3004202	Le Fougneron	le-fougneron	FR		0	Europe/Paris	47.3879	2.08552				24	41	413	41232
3004203	Le Fosset	le-fosset	FR		0	Europe/Paris	48.61667	0.5				28	61	613	61438
3004204	Le Fossé-Neuf	le-fosse-neuf	FR		0	Europe/Paris	47.35666	-1.12035				52	49	492	49069
3004209	Le Fort-Vert	le-fort-vert	FR		0	Europe/Paris	50.96843	1.93747		Fort Vert,Le Fort-Vert		32	62	626	62548
3004210	Le Fornet	le-fornet	FR		0	Europe/Paris	45.4494	7.00974		Le Fornet,Le Forret		84	73	731	73304
3004211	Le Forest-Loin	le-forest-loin	FR		0	Europe/Paris	44.4	6.13333				93	04	044	04222
3004212	Le Forest de la Cour	le-forest-de-la-cour	FR		0	Europe/Paris	44.32996	6.13298		Le Forest,Le Forest de la Cour,Le Forest de la Sour,Le Forest-Lacour		93	04	044	04023
3004214	Le Forest	le-forest	FR		0	Europe/Paris	44.52469	6.47048				93	05	052	05045
3004215	Le Forest	le-forest	FR		0	Europe/Paris	44.47575	5.70244				93	05	052	05167
3004216	Le Forest	le-forest	FR		0	Europe/Paris	44.26667	6.25				93	04	043	04020
3004217	Le Forest	le-forest	FR		0	Europe/Paris	44.12085	5.95541		La Forest,La Foret,La Forêt,Le Forest		93	04	044	04013
3004219	Le Fontenil	le-fontenil	FR		0	Europe/Paris	44.90441	6.65761				93	05	051	05023
3004220	Le Fontagnieu	le-fontagnieu	FR		0	Europe/Paris	44.97049	5.87825		Le Fontagnieu,Le Fontanieu		84	38	381	38207
3004221	Le Fond-Vergnot	le-fond-vergnot	FR		0	Europe/Paris	45.56667	1.5		Le Fond-Vergnot,Rouveret		75	87	872	87120
3004223	Le Foie	le-foie	FR		0	Europe/Paris	47.66281	-1.77559				52	44	445	44044
3004224	Le Fœil	le-foeil	FR		1186	Europe/Paris	48.42825	-2.91506		Ar Fouilh,Le Foeil,Le Fœil		53	22	224	22059
3004225	Le Fo	le-fo	FR		0	Europe/Paris	45	3.56667				84	43	431	43083
3004227	Le Fléau	le-fleau	FR		0	Europe/Paris	48.614	1.73385				11	78	782	78557
3004228	Le Flayosquet	le-flayosquet	FR		0	Europe/Paris	43.53882	6.40875				93	83	831	83050
3004230	Le Fit	le-fit	FR		0	Europe/Paris	45.44313	4.99847				84	38	383	38134
3004231	Le Fils	le-fils	FR		0	Europe/Paris	49.73381	0.50058				28	76	762	76688
3004232	Le Figaret	le-figaret	FR		0	Europe/Paris	43.93983	7.27082				93	06	062	06151
3004233	Le Figairol	le-figairol	FR		0	Europe/Paris	43.93606	3.17168				76	12	121	12077
3004234	Le Fieux	le-fieux	FR		0	Europe/Paris	46.04772	1.54391				75	23	232	23200
3004237	Le Fier	le-fier	FR		0	Europe/Paris	46.96346	-2.24783				52	85	853	85106
3004239	Le Fief aux Écoliers	le-fief-aux-ecoliers	FR		0	Europe/Paris	48.31676	-2.23351				53	22	221	22020
3004240	Le Fief	le-fief	FR		0	Europe/Paris	46.92514	2.94991				24	18	182	18108
3004243	Le Ficz	le-ficz	FR		0	Europe/Paris	46.3859	2.9722				84	03	031	03058
3004246	Leffond	leffond	FR		0	Europe/Paris	47.66197	5.46403		Leffond		27	70	702	70122
3004250	Le Feyt	le-feyt	FR		0	Europe/Paris	45.32478	1.98586				75	19	193	19039
3004251	Le Fey	le-fey	FR		0	Europe/Paris	45.48891	6.47204				84	73	731	73024
3004255	Le Fernuy	le-fernuy	FR		0	Europe/Paris	45.90986	6.45622				84	74	741	74080
3004256	Le Fer d'Or	le-fer-d-or	FR		0	Europe/Paris	49.66723	0.42236				28	76	762	76317
3004257	Le Fer	le-fer	FR		0	Europe/Paris	45.35347	4.98323				84	38	383	38290
3004260	Le Fein	le-fein	FR		0	Europe/Paris	44.51667	6.26667				93	05	052	05040
3004262	Le Fayt	le-fayt	FR		0	Europe/Paris	45.56667	3.88333				84	63	631	63319
3004264	Le Fays	le-fays	FR		0	Europe/Paris	48.10554	3.53202				27	89	893	89066
3004265	Le Fays	le-fays	FR		0	Europe/Paris	48.08755	3.7391				27	89	891	89425
3004266	Le Fayet	le-fayet	FR		0	Europe/Paris	45.91667	6.7		Le Fayet		84	74	742	74208
3004267	Le Fayet	le-fayet	FR		0	Europe/Paris	45.3291	2.889				84	15	153	15114
3004268	Le Fayet	le-fayet	FR		0	Europe/Paris	45.25	2.55				84	15	152	15243
3004280	Le Favot	le-favot	FR		0	Europe/Paris	48.32116	-3.99992		Favot,Le Favot,Le Fayot		53	29	292	29016
3004281	Le Faux Buisson	le-faux-buisson	FR		0	Europe/Paris	49.56829	0.56272		Le Faux,Le Faux Buisson		28	76	762	76388
3004283	Le Faux	le-faux	FR		0	Europe/Paris	47.80362	-2.03524				53	35	352	35328
3004284	Le Faux	le-faux	FR		0	Europe/Paris	46.25412	2.46725				75	23	231	23261
3004285	Le Faux	le-faux	FR		0	Europe/Paris	46.21154	2.38187				75	23	231	23106
3004286	Le Faux	le-faux	FR		0	Europe/Paris	46.12012	1.91875				75	23	232	23150
3004287	Le Faux	le-faux	FR		0	Europe/Paris	45.78614	3.77751				84	42	421	42159
3004288	Le Faux	le-faux	FR		0	Europe/Paris	45.28526	3.61371				84	43	431	43076
3004289	Le Faux	le-faux	FR		0	Europe/Paris	45.17926	4.00641				84	43	432	43134
3004290	Le Faux	le-faux	FR		0	Europe/Paris	45.11837	1.14189		Le Faux,Les Faux		75	24	244	24018
3004291	Le Fauvet	le-fauvet	FR		0	Europe/Paris	45.18333	4.36667				84	43	433	43142
3004292	Le Faut	le-faut	FR		0	Europe/Paris	44.35	6.4		Le Fant,Le Faut		93	04	043	04205
3004295	Le Fauchal	le-fauchal	FR		0	Europe/Paris	45.57801	3.46889				84	63	631	63056
3004296	Le Faucard	le-faucard	FR		0	Europe/Paris	47.22972	2.50362				24	18	181	18145
3004297	Le Faubourg	le-faubourg	FR		0	Europe/Paris	49.69881	1.05215				28	76	761	76574
3004298	Le Faubourg	le-faubourg	FR		0	Europe/Paris	46.11272	3.09149				84	03	033	03107
3004305	Le Faouédic	le-faouedic	FR		0	Europe/Paris	48.18911	-3.39728				53	22	222	22061
3004307	Le Fanc	le-fanc	FR		0	Europe/Paris	45.26051	2.31133				84	15	152	15036
3004310	Le Fais	le-fais	FR		0	Europe/Paris	48.53939	-2.35884				53	22	224	22076
3004312	Lées	lees	FR		281	Europe/Paris	42.97443	-0.62181		Le-Atas,Lees,Lees-Athas,Leres,Les e Atas,Les e Atàs,Lées,Lées-Athas,lai ai a ta,Ле-Атас,莱埃阿塔		75	64	642	64330
3004317	Le Drouvet	le-drouvet	FR		0	Europe/Paris	44.51667	6.48333				93	05	052	05045
3004319	Ledrier	ledrier	FR		0	Europe/Paris	44.66511	1.16749				76	46	463	46184
3004320	Le Dresnay	le-dresnay	FR		0	Europe/Paris	48.50258	-3.44742		Dresnay,Le Dresnay		53	22	223	22131
3004322	Le Drénec	le-drenec	FR		0	Europe/Paris	48.52978	-4.064				53	29	293	29105
3004323	Le Dreff	le-dreff	FR		0	Europe/Paris	48.39784	-4.35783				53	29	291	29189
3004325	Le Doulven	le-doulven	FR		0	Europe/Paris	48.30189	-3.98444				53	29	292	29016
3004328	Le Dougilard	le-dougilard	FR		0	Europe/Paris	47.74256	-1.27466				52	44	445	44199
3004329	Le Doucet	le-doucet	FR		0	Europe/Paris	47.2775	-1.63345				52	44	442	44114
3004332	Le Douat	le-douat	FR		0	Europe/Paris	46.60438	2.78591				84	03	031	03048
3004333	Le Douard	le-douard	FR		0	Europe/Paris	43.3665	5.24082		Le Douard		93	13	134	13088
3004338	Le Don	le-don	FR		0	Europe/Paris	46.77401	1.45277				24	36	362	36118
3004340	Le Domal	le-domal	FR		0	Europe/Paris	44.37658	3.27509				76	48	482	48034
3004341	Le Domaine	le-domaine	FR		0	Europe/Paris	45.43075	6.27094		Le Domaine,le Domain		84	73	733	73252
3004342	Le Dognon	le-dognon	FR		0	Europe/Paris	46.38088	0.47474		Dognon,Le Dognon		75	86	862	86235
3004343	Le Dognon	le-dognon	FR		0	Europe/Paris	46.21667	1.39099		Le Dognon		75	23	232	23219
3004344	Le Dognon	le-dognon	FR		0	Europe/Paris	45.85203	1.03386				75	87	873	87162
3004365	Le Defoix	le-defoix	FR		0	Europe/Paris	48.13172	1.1616				24	28	282	28012
3004366	Le Deffand	le-deffand	FR		0	Europe/Paris	47.62223	3.30616		Le Defens,Le Deffand,Le Défens		27	89	891	89367
3004367	Le Débat	le-debat	FR		0	Europe/Paris	45.88333	1.6				75	23	232	23012
3004370	Léday	leday	FR		0	Europe/Paris	46.80562	2.24305				24	18	182	18152
3004371	Lédavrée	ledavree	FR		0	Europe/Paris	47.37762	4.39607				27	21	213	21177
3004375	Le Danjon	le-danjon	FR		0	Europe/Paris	46.47609	1.93629				24	36	363	36060
3004379	Le Cuillery	le-cuillery	FR		0	Europe/Paris	45.41915	4.83979		Le Cuillery,Le Guillery		84	38	383	38101
3004380	Le Cugnon	le-cugnon	FR		0	Europe/Paris	45.81262	6.72908		Cugnon,Le Cugnon		84	74	742	74085
3004383	Le Cruet	le-cruet	FR		0	Europe/Paris	45.23443	6.27418				84	73	733	73318
3004396	Le Croule	le-croule	FR		0	Europe/Paris	47.31391	0.81798				24	37	372	37104
3004399	Le Crot	le-crot	FR		0	Europe/Paris	47.79411	3.34321				27	89	891	89251
3004400	Le Crot	le-crot	FR		0	Europe/Paris	47.43095	3.81798				27	89	892	89145
3004401	Le Cros Haut	le-cros-haut	FR		0	Europe/Paris	44.4318	3.32286				76	48	482	48039
3004402	Le Cros-d'Utelle	le-cros-d-utelle	FR		0	Europe/Paris	43.88271	7.23174		Cros-d'Utelle,Le Cros,Le Cros-d'Utelle		93	06	062	06151
3004403	Le Cros Bas	le-cros-bas	FR		0	Europe/Paris	44.44349	3.32554				76	48	482	48039
3004413	Le Cropt	le-cropt	FR		0	Europe/Paris	45.84192	6.33314				84	74	741	74079
3004414	Le Cropé	le-crope	FR		0	Europe/Paris	47.81048	-1.57562		Crope,Croppee,Le Crope,Le Cropé		53	35	352	35106
3004417	Le Croissement	le-croissement	FR		0	Europe/Paris	47.38262	-0.84609				52	49	492	49244
3004419	Le Croiset	le-croiset	FR		0	Europe/Paris	45.28243	3.29445				84	43	431	43170
3004423	Le Crimeau	le-crimeau	FR		0	Europe/Paris	48.17052	2.87778				11	77	774	77168
3004424	Le Crié	le-crie	FR		0	Europe/Paris	46.20498	4.54386				84	69	692	69012
3004425	Le Creuzet	le-creuzet	FR		0	Europe/Paris	47.0541	3.54652				27	58	583	58223
3004426	Le Creux de la Tine	le-creux-de-la-tine	FR		0	Europe/Paris	45.25979	4.82308		Le Creux de la Thine,Le Creux de la Tine		84	26	263	26009
3004428	Le Creuset	le-creuset	FR		0	Europe/Paris	47.08533	1.91771				24	36	364	36102
3004429	Le Crêt	le-cret	FR		0	Europe/Paris	45.45477	6.97024				84	73	731	73304
3004435	Le Créantay	le-creantay	FR		0	Europe/Paris	47.41667	3.32333				27	58	582	58058
3004436	Le Crann	le-crann	FR		0	Europe/Paris	48.36955	-3.78056				53	29	292	29007
3004439	Le Coy	le-coy	FR		0	Europe/Paris	44.56133	1.18953				76	46	463	46126
3004440	Le Couzazec	le-couzazec	FR		0	Europe/Paris	48.33444	-3.84356		Le Couzanec,Le Couzazec		53	29	292	29141
3004442	Le Couteray	le-couteray	FR		0	Europe/Paris	46.02283	6.91665		Le Couteraiz,Le Couteray,le Couteraz		84	74	742	74290
3004443	Le Coutaut	le-coutaut	FR		0	Europe/Paris	45.21373	-1.12634		Contaut,Le Coutaut		75	33	334	33203
3004445	Le Courtioux	le-courtioux	FR		0	Europe/Paris	46.2797	2.14414				75	23	231	23064
3004446	Le Courtil	le-courtil	FR		0	Europe/Paris	44.70646	5.92237		Le Cortil,Le Courtil		93	05	052	05139
3004447	Le Courtieux	le-courtieux	FR		0	Europe/Paris	45.95296	0.96549				75	87	873	87078
3004448	Lécourt	lecourt	FR		0	Europe/Paris	48.01519	5.56393		Lecourt,Lécourt		44	52	522	52332
3004450	Le Courroy	le-courroy	FR		0	Europe/Paris	47.74758	5.01616		Le Corroi,Le Courroy		44	52	522	52526
3004452	Le Couret-Fariaux	le-couret-fariaux	FR		0	Europe/Paris	46.20381	1.41895				75	23	232	23219
3004453	Le Gouerest	le-gouerest	FR		0	Europe/Paris	48.32949	-4.54817		Le Couerest,Le Couérest		53	29	292	29238
3004454	Le Coureil	le-coureil	FR		0	Europe/Paris	48.06811	0.95501				24	41	412	41248
3004455	Le Coupat	le-coupat	FR		0	Europe/Paris	45.61405	3.4672		Coupat,Le Coupat		84	63	631	63056
3004456	Le Coup	le-coup	FR		0	Europe/Paris	46.3027	2.97073				84	03	031	03032
3004458	Le Coulet	le-coulet	FR		0	Europe/Paris	43.81724	3.53633				76	34	342	34277
3004459	Le Coulaud	le-coulaud	FR		0	Europe/Paris	44.97873	0.73875				75	24	243	24468
3004460	Le Coudroy	le-coudroy	FR		0	Europe/Paris	49.95896	1.35538				28	76	761	76619
3004526	Le Collet	le-collet	FR		0	Europe/Paris	44.94967	5.7594				84	38	381	38304
3004465	Le Coudray-Mathuau	le-coudray-mathuau	FR		0	Europe/Paris	48.09485	-2.30485				53	56	562	56127
3004467	Le Coudray-Baillet	le-coudray-baillet	FR		0	Europe/Paris	48.06267	-2.34066		Le Coudray,Le Coudray-Baillet		53	56	562	56127
3004484	Le Coudrai	le-coudrai	FR		0	Europe/Paris	48.54289	0.8528				28	61	613	61230
3004486	Le Coudnay	le-coudnay	FR		0	Europe/Paris	46.83122	2.82226		Le Coudnay,Le Coudray		24	18	182	18102
3004487	Le Coudiol	le-coudiol	FR		0	Europe/Paris	44.9	4.41667				84	07	073	07064
3004488	Le Coudier	le-coudier	FR		0	Europe/Paris	45.98333	1.4		Coudier,Le Coudier		75	87	872	87002
3004489	Le Coudert	le-coudert	FR		0	Europe/Paris	45.27756	1.945				75	19	192	19056
3004490	Le Couderc	le-couderc	FR		0	Europe/Paris	44.98333	1.31667				75	24	244	24317
3004491	L'Écoublère	l-ecoublere	FR		0	Europe/Paris	47.07209	1.34622				24	36	362	36069
3004493	L'Écot	l-ecot	FR		0	Europe/Paris	45.37928	7.08605				84	73	733	73047
3004494	Le Cossoul	le-cossoul	FR		0	Europe/Paris	44.74799	1.82421				76	46	462	46318
3004496	Le Cornouiller	le-cornouiller	FR		0	Europe/Paris	44.68119	1.73333				76	46	462	46090
3004497	Le Cernix	le-cernix	FR		0	Europe/Paris	45.78118	6.49782	1250	Le Cernix,Le Cornix		84	73	731	73088
3004498	Le Cornet	le-cornet	FR		0	Europe/Paris	49.92547	1.57587				28	76	761	76528
3004499	Le Cornet	le-cornet	FR		0	Europe/Paris	46.14927	2.08911				75	23	231	23068
3004505	Le Corménier	le-cormenier	FR		0	Europe/Paris	46.187	-0.47767		Cormenier,Le Cormenier,Le Corménier		75	79	792	79031
3004507	Le Coret	le-coret	FR		0	Europe/Paris	46.3571	2.33469				84	03	031	03288
3004509	Le Corbier	le-corbier	FR		0	Europe/Paris	48.68879	3.1258				11	77	773	77239
3004510	Le Corbet	le-corbet	FR		0	Europe/Paris	47.14009	2.77953				24	18	181	18061
3004511	Le Contin	le-contin	FR		0	Europe/Paris	48.7104	2.36172				11	91	913	91479
3004512	Le Conte	le-conte	FR		0	Europe/Paris	44.704	0.92744				75	24	241	24080
3004514	Le Condal	le-condal	FR		0	Europe/Paris	44.95433	4.03885				84	43	432	43115
3004515	Le Comte	le-comte	FR		0	Europe/Paris	45.07421	4.48827				84	07	073	07192
3004516	Le Compeix	le-compeix	FR		0	Europe/Paris	45.89682	1.86619		Le Compeix		75	23	232	23232
3004518	Le Colombier	le-colombier	FR		0	Europe/Paris	50.86574	1.67102				32	62	623	62052
3004519	Le Colombier	le-colombier	FR		0	Europe/Paris	46.98314	2.49039				24	18	181	18218
3004520	Le Colombier	le-colombier	FR		0	Europe/Paris	46.52617	1.41101				24	36	361	36177
3004521	Le Colombier	le-colombier	FR		0	Europe/Paris	46.51266	3.21418				84	03	032	03275
3004522	Le Colombier	le-colombier	FR		0	Europe/Paris	43.81043	7.26761		Colombier,Le Colombier		93	06	062	06147
3004524	Le Collet	le-collet	FR		0	Europe/Paris	45.62333	5.73048		Le Collet,le Collot		84	73	732	73271
3004525	Le Collet	le-collet	FR		0	Europe/Paris	45.31661	5.3013				84	38	383	38440
3004527	Le Collet	le-collet	FR		0	Europe/Paris	44.72039	5.92639				93	05	052	05139
3004528	Le Collet	le-collet	FR		0	Europe/Paris	44.59813	6.18229				93	05	052	05004
3004529	Le Collet	le-collet	FR		0	Europe/Paris	44.31667	6.71667				93	04	041	04226
3004530	Le Collet	le-collet	FR		0	Europe/Paris	43.68333	7.01667				93	06	061	06112
3004531	Le Col de Blaux	le-col-de-blaux	FR		0	Europe/Paris	44.40071	6.03849				93	04	044	04066
3004533	Le Col	le-col	FR		0	Europe/Paris	45.2	6.63333				84	73	733	73223
3004534	Le Col	le-col	FR		0	Europe/Paris	45.18326	6.43979				84	73	733	73306
3004535	Le Col	le-col	FR		0	Europe/Paris	45.1476	4.63615				84	07	073	07185
3004536	Le Coin	le-coin	FR		0	Europe/Paris	45.55	4.71667				84	69	691	69080
3004537	Le Coin	le-coin	FR		0	Europe/Paris	44.76667	6.73333				93	05	051	05007
3004538	Le Coin	le-coin	FR		0	Europe/Paris	44.72802	6.87079				93	05	051	05077
3004539	Le Cluzeau	le-cluzeau	FR		0	Europe/Paris	46.52542	2.63286				84	03	031	03297
3004540	Le Cluzeau	le-cluzeau	FR		0	Europe/Paris	46.32103	0.99699				75	86	862	86120
3004541	Le Cluzeau	le-cluzeau	FR		0	Europe/Paris	46.29642	1.79163				75	23	232	23039
3004542	Le Cluzeau	le-cluzeau	FR		0	Europe/Paris	45.94431	0.54882				75	16	163	16192
3004543	Le Cluzeau	le-cluzeau	FR		0	Europe/Paris	44.94966	0.40069				75	24	241	24246
3004544	Le Cluzeau	le-cluzeau	FR		0	Europe/Paris	44.58333	0.31667				75	47	472	47204
3004546	L'Écluse	l-ecluse	FR		0	Europe/Paris	46.28076	1.32951				75	87	871	87003
3004549	Le Clozet	le-clozet	FR		0	Europe/Paris	44.82742	-0.51363				75	33	332	33167
3004550	Le Clovergeat	le-clovergeat	FR		0	Europe/Paris	45.63333	3.65				84	63	631	63086
3004551	Le Clou	le-clou	FR		0	Europe/Paris	46.93576	2.43951				24	18	181	18248
3004552	Le Clou	le-clou	FR		0	Europe/Paris	46.77116	2.75478				24	18	182	18029
3004553	Le Clou	le-clou	FR		0	Europe/Paris	45.53108	2.72629		Le Clou,Les Clous,Les Cloux		84	63	633	63192
3004554	Le Clottet	le-clottet	FR		0	Europe/Paris	44.85	6.8				93	05	051	05027
3004555	Le Clot	le-clot	FR		0	Europe/Paris	45.33333	6.98333				84	73	733	73040
3004556	Le Clot	le-clot	FR		0	Europe/Paris	44.83213	6.28107				93	05	052	05064
3004557	Le Clos de Noé	le-clos-de-noe	FR		0	Europe/Paris	48.16255	3.39063				27	89	893	89278
3004558	Le Clos	le-clos	FR		0	Europe/Paris	48.60437	0.24324				28	61	611	61015
3004559	Le Clos	le-clos	FR		0	Europe/Paris	48.45978	0.97218				24	28	284	28401
3004560	Le Clos	le-clos	FR		0	Europe/Paris	47.49524	-1.37155				52	44	445	44207
3004561	Le Clos	le-clos	FR		0	Europe/Paris	46.13244	2.4232				75	23	231	23167
3004566	Le Clipon	le-clipon	FR		0	Europe/Paris	51.03333	2.21667				32			
3004567	Le Clion-sur-Mer	le-clion-sur-mer	FR		0	Europe/Paris	47.12064	-2.0541		Le Chon-sur-Mer,Le Clion,Le Clion-sur-Mer		52	44	443	44131
3004568	Le Cleuziou	le-cleuziou	FR		0	Europe/Paris	48.32859	-3.41933				53	22	222	22128
3004569	Le Cleuziou	le-cleuziou	FR		0	Europe/Paris	48.11342	-3.4605				53	56	562	56100
3004570	Le Cleu	le-cleu	FR		0	Europe/Paris	47.81981	-2.20114				53	56	563	56253
3004572	Le Cleray	le-cleray	FR		0	Europe/Paris	47.26863	-1.32386				52	44	442	44029
3004573	Le Cler	le-cler	FR		0	Europe/Paris	44.72372	0.66122				75	24	241	24045
3004574	L'Eclème	l-ecleme	FR		0	Europe/Paris	50.57248	2.5294				32	62	622	62190
3004575	Le Cléguer	le-cleguer	FR		0	Europe/Paris	48.63711	-4.33678				53	29	291	29021
3004576	Le Cledou	le-cledou	FR		0	Europe/Paris	45.52984	0.37938				75	16	161	16285
3004577	Le Clayeux	le-clayeux	FR		0	Europe/Paris	46.45438	2.67381				84	03	031	03158
3004578	Le Clauzet	le-clauzet	FR		0	Europe/Paris	45.05499	1.11191		Le Clauset,Le Clauzet		75	24	244	24174
3004582	L'Eclause	l-eclause	FR		0	Europe/Paris	45.88069	2.51766				84	63	634	63320
3004588	L'Éclache	l-eclache	FR		0	Europe/Paris	48.7469	1.1198				24	28	283	28124
3004589	L'Eclache	l-eclache	FR		0	Europe/Paris	45.75035	2.69238				84	63	634	63289
3004591	Le Ciarneix	le-ciarneix	FR		0	Europe/Paris	45.6	2.38333				75	19	193	19002
3004592	Le Chouet	le-chouet	FR		0	Europe/Paris	44.54191	5.5531		Le Chou,Le Choue,Le Chouet		84	26	261	26255
3004595	Lech-Léonec	lech-leonec	FR		0	Europe/Paris	48.55266	-3.19066				53	22	222	22067
3004596	Le Chiroux	le-chiroux	FR		0	Europe/Paris	45.82714	2.07151				75	23	231	23144
3004597	Le Chiron	le-chiron	FR		0	Europe/Paris	47.23333	-1.41667				52	44	442	44169
3004598	Le Chinaillon	le-chinaillon	FR		0	Europe/Paris	45.9746	6.4561		Chimaillon,Le Chinaillon		84	74	741	74136
3004600	Le Chillon	le-chillon	FR		0	Europe/Paris	47.48432	-0.91926				52	49	494	49183
3004601	Le Chier	le-chier	FR		0	Europe/Paris	45.10649	4.48598				84	07	073	07285
3004602	Le Chier	le-chier	FR		0	Europe/Paris	44.98821	3.69328				84	43	432	43221
3004603	Le Chien	le-chien	FR		0	Europe/Paris	44.9	4.05				84	43	432	43156
3004604	Le Chicaud	le-chicaud	FR		0	Europe/Paris	45.1865	1.14074		Chicaud,Le Chicaud		75	24	244	24491
3004605	Léchiagat	lechiagat	FR		0	Europe/Paris	47.79406	-4.27317				53	29	294	29284
3004606	Le Chezal-Bedu	le-chezal-bedu	FR		0	Europe/Paris	47.39952	2.63705		Chezal-Bedu,Le Chezal-Bedu		24	18	181	18117
3004607	Le Cheyrou	le-cheyrou	FR		0	Europe/Paris	45.40284	1.58139				75	19	192	19076
3004610	Le Chevril	le-chevril	FR		0	Europe/Paris	45.49742	6.93314				84	73	731	73296
3004612	Le Chevallon	le-chevallon	FR		0	Europe/Paris	45.27827	5.65119				84	38	381	38565
3004617	Le Cheval Blanc	le-cheval-blanc	FR		0	Europe/Paris	50.26748	3.73191				32	59	591	59265
3004618	Le Cheval Blanc	le-cheval-blanc	FR		0	Europe/Paris	49.64756	0.47168				28	76	762	76603
3004619	Le Cheval Blanc	le-cheval-blanc	FR		0	Europe/Paris	49.58225	0.62649				28	76	763	76559
3004620	Le Cheval-Blanc	le-cheval-blanc	FR		0	Europe/Paris	45.86667	2.56667				84	63	634	63118
3004623	Lechet	lechet	FR		0	Europe/Paris	45.26621	6.19937				84	73	733	73230
3004624	Le Chesneau	le-chesneau	FR		0	Europe/Paris	47.56405	3.17988				27	89	891	89420
3004632	Lécherolle	lecherolle	FR		0	Europe/Paris	46.59552	2.17485				24	18	182	18057
3004633	Léchère	lechere	FR		0	Europe/Paris	47.97162	3.37368				27	89	893	89206
3004635	Le Cher	le-cher	FR		0	Europe/Paris	46.19179	2.01672				75	23	231	23154
3004636	Le Chenoy	le-chenoy	FR		0	Europe/Paris	48.38757	2.85822				11	77	774	77494
3004638	Le Chêne Simon	le-chene-simon	FR		0	Europe/Paris	48.74015	1.10033				24	28	283	28037
3004639	Le Chêne Rogneux	le-chene-rogneux	FR		0	Europe/Paris	48.77389	1.76882		Le Chene Rogneux,Le Chêne Rogneux,Rogneux		11	78	782	78289
3004641	Le Chêne d'Auvilliers	le-chene-d-auvilliers	FR		0	Europe/Paris	48.57051	0.89487				28	61	613	61230
3004642	Le Chêne Bosse	le-chene-bosse	FR		0	Europe/Paris	48.11667	-0.95				52	53	532	53182
3004652	Le Chenais	le-chenais	FR		0	Europe/Paris	48.14572	-1.52886				53	35	353	35001
3004653	Le Chênai	le-chenai	FR		0	Europe/Paris	48.51667	0.76667				28	61	613	61230
3004654	Le Chemin-Nantais	le-chemin-nantais	FR		0	Europe/Paris	47.28845	-1.43417				52	44	442	44204
3004659	L'Échelle le Franc	l-echelle-le-franc	FR		0	Europe/Paris	48.88964	3.56928		L'Echelle,L'Echelle le Franc,L'Échelle le Franc		44	51	512	51380
3004669	Le Chazelet	le-chazelet	FR		0	Europe/Paris	45.05	6.28333				93	05	051	05063
3004670	Le Chazal	le-chazal	FR		0	Europe/Paris	44.51723	5.88115				93	05	052	05035
3004671	Le Chaylaret	le-chaylaret	FR		0	Europe/Paris	44.82034	3.15065				76	48	482	48190
3004672	Le Chaylard	le-chaylard	FR		0	Europe/Paris	44.49909	5.59779		Le Chaylard,Le Cheylard		84	26	261	26361
3004673	Le Chayla d'Ance	le-chayla-d-ance	FR		0	Europe/Paris	44.81623	3.55922		Le Chayla,Le Chayla d'Ance		76	48	482	48174
3004676	Le Chaussendent	le-chaussendent	FR		0	Europe/Paris	44.81667	6.2		Chaussendent,Le Chaussendent,Les Chaussendents		93	05	052	05064
3004677	Le Chaudan	le-chaudan	FR		0	Europe/Paris	43.86968	7.19957		Le Chaudan,Le Ciaudan		93	06	062	06151
3004679	Le Chauchix	le-chauchix	FR		0	Europe/Paris	48.28059	-2.7625				53	22	224	22060
3004680	L'Échau	l-echau	FR		0	Europe/Paris	45.51667	6.31667				84	73	733	73019
3004682	Le Chatenet	le-chatenet	FR		0	Europe/Paris	45.9294	1.15074				75	87	872	87107
3004683	Le Chatenet	le-chatenet	FR		0	Europe/Paris	45.76893	1.53886		Chatenet,Le Chatenet		75	87	872	87142
3004684	Le Châtenet	le-chatenet	FR		0	Europe/Paris	45.74012	0.89889		Chatenet,Châtenet,Le Chatenet,Le Châtenet		75	87	873	87111
3004685	Le Châtenet	le-chatenet	FR		0	Europe/Paris	45.58538	0.9615				75	24	242	24180
3004686	Le Châtelot	le-chatelot	FR		0	Europe/Paris	48.772	3.61844				44	51	512	51235
3004692	Le Châtellard	le-chatellard	FR		0	Europe/Paris	44.71596	6.73507		Le Chatelard,Le Chatellard,Le Châtellard		93	05	051	05007
3004715	Le Château Gaillard	le-chateau-gaillard	FR		0	Europe/Paris	48.06497	2.47242		Chateau Gaillard,Le Chateau Gaillard,Le Château Gaillard		24	45	453	45176
3004718	Le Château Caleyère	le-chateau-caleyere	FR		0	Europe/Paris	44.58333	6.48333		Calayere,Calayère,Chateau Caleyere,Château Caleyere,Le Chateau Caleyere,Le Château Caleyère		93	05	052	05046
3004719	Le Château Bas	le-chateau-bas	FR		0	Europe/Paris	44.74511	5.7461		Chateau Bas,Château Bas,Le Chateau Bas,Le Château Bas		84	38	381	38514
3004720	Le Château	le-chateau	FR		0	Europe/Paris	49.8	1.15				28	76	761	76577
3004721	Le Château	le-chateau	FR		0	Europe/Paris	44.90341	5.38019				84	26	261	26364
3004722	Le Château	le-chateau	FR		0	Europe/Paris	44.67765	4.09782				84	07	071	07153
3004723	Le Château	le-chateau	FR		0	Europe/Paris	44.48502	5.66187				93	05	052	05102
3004724	Le Château	le-chateau	FR		0	Europe/Paris	44.22953	6.29235				93	04	043	04097
3004725	Le Château	le-chateau	FR		0	Europe/Paris	43.67773	7.03683				93	06	061	06105
3004727	Le Châtain	le-chatain	FR		0	Europe/Paris	45.78494	1.44649		Chatain,Le Chatain,Le Chatam,Le Châtain		75	87	872	87070
3004788	L'Échalusse	l-echalusse	FR		0	Europe/Paris	46.92102	2.22512				24	18	181	18133
3004728	Le Châtain	le-chatain	FR		0	Europe/Paris	45.31949	5.88987		Le Chatain,Le Châtain,les Chatains,les Châtains		84	38	381	38395
3004730	Le Chastanet	le-chastanet	FR		0	Europe/Paris	45.284	1.85346				75	19	192	19220
3004731	Le Chassin	le-chassin	FR		0	Europe/Paris	47.64286	4.7069				27	21	213	21235
3004732	Le Chassin	le-chassin	FR		0	Europe/Paris	46.61019	1.86438				24	36	363	36226
3004733	Le Chassin	le-chassin	FR		0	Europe/Paris	45.48333	1.48333				75	19	192	19248
3004734	Le Chassang	le-chassang	FR		0	Europe/Paris	45.12715	1.58062				75	19	191	19063
3004735	Le Chassaing	le-chassaing	FR		0	Europe/Paris	45.6934	2.09474				75	19	193	19241
3004736	Le Chassaing	le-chassaing	FR		0	Europe/Paris	45.52799	3.47384				84	63	633	63348
3004737	Le Chassaing	le-chassaing	FR		0	Europe/Paris	45.4893	3.47709				84	63	633	63448
3004738	Le Chassain	le-chassain	FR		0	Europe/Paris	46.34438	2.07175				75	23	231	23022
3004739	Le Chassain	le-chassain	FR		0	Europe/Paris	45.47102	1.92828		Le Chassain,Le Chassaing		75	19	192	19088
3004740	Le Charpieu	le-charpieu	FR		0	Europe/Paris	45.34446	6.02694		Le Charpieu,Le Charpieux		84	38	381	38439
3004741	Le Charnai	le-charnai	FR		0	Europe/Paris	46.75241	2.59008				24	18	182	18231
3004742	Le Charmoy-Gontier	le-charmoy-gontier	FR		0	Europe/Paris	48.50432	1.1936				24	28	283	28130
3004743	Le Charmoy	le-charmoy	FR		0	Europe/Paris	48.04565	3.60033				27	89	891	89035
3004744	Le Charmont	le-charmont	FR		0	Europe/Paris	48.23652	5.09126				44	52	521	52480
3004745	Le Charmois	le-charmois	FR		0	Europe/Paris	48.42138	1.24411				24	28	281	28339
3004749	Le Chariol	le-chariol	FR		0	Europe/Paris	45.27752	3.47574				84	43	431	43100
3004750	L'Écharenne	l-echarenne	FR		0	Europe/Paris	44.85696	5.8224				84	38	381	38456
3004751	Le Chardonnet	le-chardonnet	FR		0	Europe/Paris	48.62552	2.07414		Chardonnet,Le Chardonnet		11	91	913	91249
3004752	Le Chapus	le-chapus	FR		0	Europe/Paris	45.84865	-1.14824				75	17	172	17058
3004755	Le Chanoy	le-chanoy	FR		0	Europe/Paris	48.69962	3.3514				11	77	773	77066
3004759	Le Chânet	le-chanet	FR		0	Europe/Paris	48.25832	4.57542				44	10	101	10008
3004760	Le Champy-Haut	le-champy-haut	FR		0	Europe/Paris	49.46117	5.05723				44	08	084	08326
3004761	Le Champy-Bas	le-champy-bas	FR		0	Europe/Paris	49.46573	5.06264				44	08	084	08326
3004765	Le Champion	le-champion	FR		0	Europe/Paris	48.14604	3.74304				27	89	893	89048
3004767	Le Champ-du-Rupt	le-champ-du-rupt	FR		0	Europe/Paris	47.90605	4.31542				27	21	213	21671
3004770	Le Champas	le-champas	FR		0	Europe/Paris	45.68124	3.85574				84	42	421	42298
3004771	Le Chamel	le-chamel	FR		0	Europe/Paris	45.25	2.16667				75	19	193	19264
3004772	Léchameau	lechameau	FR		0	Europe/Paris	46.05851	1.64495				75	23	232	23042
3004773	Le Chambray	le-chambray	FR		0	Europe/Paris	49.62194	0.33041				28	76	762	76408
3004787	Le Chambard	le-chambard	FR		0	Europe/Paris	45.32525	5.43407				84	38	381	38194
3004789	L'Échalp	l-echalp	FR		0	Europe/Paris	44.75953	6.99383	1700	Les Chalps		93	05	051	05001
3004790	Le Chalonge	le-chalonge	FR		0	Europe/Paris	48.08333	-1.41667				53	35	351	35096
3004792	Le Chalmieu	le-chalmieu	FR		0	Europe/Paris	45.18493	6.31649		Le Chalmieu,le Chalmieux		84	73	733	73013
3004798	Le Chainet	le-chainet	FR		0	Europe/Paris	48.51667	1.15				24	28	283	28130
3004800	Le Chaillou	le-chaillou	FR		0	Europe/Paris	47.24943	2.88019				24	18	181	18094
3004801	Le Chaffard	le-chaffard	FR		0	Europe/Paris	45.66752	5.14157		Le Chaffard		84	38	382	38475
3004803	Le Chaast	le-chaast	FR		0	Europe/Paris	48.24438	3.89171		Grand-Chaast,Le Chaast		44	10	103	10066
3004807	Le Cessac	le-cessac	FR		0	Europe/Paris	44.71806	0.38739				75	24	241	24423
3004817	Le Cazard	le-cazard	FR		0	Europe/Paris	45.91871	5.01104		Cazard,Le Cazard		84	01	012	01262
3004818	Le Cazal-Sainte-Marie	le-cazal-sainte-marie	FR		0	Europe/Paris	42.97283	2.00308		Cazal-Sainte-Marie,Le Cazal-Sainte-Marie		76	11	112	11091
3004820	Le Cayre	le-cayre	FR		0	Europe/Paris	44.55268	1.86789				76	46	462	46129
3004822	Le Cauze	le-cauze	FR		0	Europe/Paris	44.99688	0.54565				75	24	243	24285
3004823	Le Causse	le-causse	FR		0	Europe/Paris	44.93134	1.75144		La Causse,Le Causse		76	46	463	46028
3004824	Le Causse	le-causse	FR		0	Europe/Paris	44.93783	1.44171				76	46	463	46309
3004825	Le Causse	le-causse	FR		0	Europe/Paris	43.91474	2.93483				76	12	121	12292
3004827	Le Cauroy	le-cauroy	FR		0	Europe/Paris	50.2669	2.42807		Le Cauroy		32	62	621	62111
3004831	Le Catillon	le-catillon	FR		0	Europe/Paris	49.48997	0.62105				28	76	762	76471
3004839	Le Castellas	le-castellas	FR		0	Europe/Paris	43.34186	3.57431				76	34	343	34301
3004841	Le Castanet	le-castanet	FR		0	Europe/Paris	45.03169	1.1804				75	24	244	24106
3004843	Le Casset	le-casset	FR		0	Europe/Paris	44.98719	6.48287		Casset,Le Casset		93	05	051	05079
3004844	Le Casset	le-casset	FR		0	Europe/Paris	44.82428	6.23323				93	05	052	05064
3004846	Le Cassan	le-cassan	FR		0	Europe/Paris	45.00815	1.91596				75	19	192	19171
3004847	Le Cas Rouge	le-cas-rouge	FR		0	Europe/Paris	47.80304	2.33929		Le Carrouge,Le Cas Rouge		24	45	452	45270
3004848	Le Carrouge	le-carrouge	FR		0	Europe/Paris	48.36951	2.50154		Le Carrouge,Le Cas Rouge		11	77	774	77339
3004849	Le Carroir-Jodel	le-carroir-jodel	FR		0	Europe/Paris	47.14548	0.72652				24	37	373	37136
3004850	Le Carroir	le-carroir	FR		0	Europe/Paris	47.09153	2.17828				24	18	183	18186
3004851	Le Carroi	le-carroi	FR		0	Europe/Paris	46.86898	0.84428		Le Carro,Le Carroi		24	37	373	37064
3004852	Le Carrefour	le-carrefour	FR		0	Europe/Paris	48.26855	2.90346				11	77	774	77504
3004853	Le Carrefour	le-carrefour	FR		0	Europe/Paris	48.02414	-1.07977				53	35	351	35217
3004854	Le Carreau	le-carreau	FR		0	Europe/Paris	49.53887	0.25515				28	76	762	76596
3004855	Le Carreau	le-carreau	FR		0	Europe/Paris	45.78379	4.99574				84	69	691	69282
3004856	Le Carquois	le-carquois	FR		0	Europe/Paris	48.64584	-2.38433				53	22	221	22179
3004857	Le Carouge	le-carouge	FR		0	Europe/Paris	49.66295	1.42722		La Carouge,Le Carouge		28	76	761	76578
3004858	Le Caroff	le-caroff	FR		0	Europe/Paris	48.22723	-3.63078				53	29	292	29250
3004859	Le Carnoy	le-carnoy	FR		0	Europe/Paris	50.25667	3.70928		Carnoy,Le Carnoy		32	59	591	59265
3004860	Le Carlin	le-carlin	FR		0	Europe/Paris	45.35	5.88333				84	38	381	38395
3004861	Le Carlat	le-carlat	FR		0	Europe/Paris	44.96667	1.36667				75	24	244	24050
3004863	Le Cariol	le-cariol	FR		0	Europe/Paris	44.65601	1.38713				76	46	463	46072
3004866	Le Cap d'Agde	le-cap-d-agde	FR		4600	Europe/Paris	43.27796	3.51357		Kap D Agd,Le Cap D'Agde,Кап Д Агд		76	34	341	34003
3004867	Le Caon	le-caon	FR		0	Europe/Paris	48.22135	-4.37273				53	29	292	29280
3004868	Le Cantinard	le-cantinard	FR		0	Europe/Paris	50.6969	1.87236		Le Cantinard,Le Cantinart		32	62	623	62786
3004869	Le Canon	le-canon	FR		0	Europe/Paris	44.7018	-1.22899	0			75	33	336	33236
3004872	Le Canet	le-canet	FR		7431	Europe/Paris	43.32611	5.3723		Canet,Le Canet,Le Petit Canet		93	13	133	13055
3004873	Le Canée	le-canee	FR		0	Europe/Paris	48	-2.16667				53	35	353	35211
3004874	L'Écancière	l-ecanciere	FR		0	Europe/Paris	45.04827	5.16056				84	26	263	26381
3004875	Le Canal	le-canal	FR		0	Europe/Paris	49.21333	-1.29786				28	50	503	50024
3004876	Le Camp Jean	le-camp-jean	FR		0	Europe/Paris	49.47242	1.51343				28	76	761	76263
3004877	Le Camp du Castellet	le-camp-du-castellet	FR		0	Europe/Paris	43.25762	5.75025		Camp du Castellet,Le Camp,Le Camp du Castellet		93	83	832	83035
3004878	Le Camp d'Eau	le-camp-d-eau	FR		0	Europe/Paris	49.67758	1.6482		Le Camp d'Eau,Le Campdos		28	76	761	76295
3004879	Le Camp	le-camp	FR		0	Europe/Paris	45.7	2.6				84	63	634	63053
3004881	Le Calvaire	le-calvaire	FR		0	Europe/Paris	50.89186	2.12975				32	62	626	62756
3004883	Le Calet	le-calet	FR		0	Europe/Paris	44.98333	1.23333				75	24	244	24412
3004886	Le Cailloux	le-cailloux	FR		0	Europe/Paris	45.00874	1.14202				75	24	244	24563
3004887	Le Caillot	le-caillot	FR		0	Europe/Paris	47.86891	1.97998				24	45	452	45274
3004888	Le Cailleau	le-cailleau	FR		0	Europe/Paris	45.53309	-0.90019				75	17	174	17437
3004890	Le Caille	le-caille	FR		0	Europe/Paris	44.80372	1.72501				76	46	463	46128
3004892	Le Cailac	le-cailac	FR		0	Europe/Paris	45.01093	2.57022				84	15	151	15096
3004893	Le Cadiou	le-cadiou	FR		0	Europe/Paris	48.66667	-3.48333				53	22	223	22226
3004895	Le Buzoir	le-buzoir	FR		0	Europe/Paris	48.0315	2.68712				24	45	451	45104
3004896	Le But-David	le-but-david	FR		0	Europe/Paris	49.41018	1.76271				32	60	601	60516
3004897	Le But	le-but	FR		0	Europe/Paris	49.04439	1.47148				11	78	781	78068
3004898	Le But	le-but	FR		0	Europe/Paris	45.07463	0.44741				75	24	243	24309
3004899	Le But	le-but	FR		0	Europe/Paris	44.99288	0.76196				75	24	243	24576
3004903	Le Burg	le-burg	FR		0	Europe/Paris	45.16897	1.25982				75	24	244	24580
3004904	Le Burety	le-burety	FR		0	Europe/Paris	44.55	6.01667				93	05	052	05059
3004906	Le Burel	le-burel	FR		0	Europe/Paris	49.93272	1.36361				28	76	761	76207
3004907	Le Buquet	le-buquet	FR		0	Europe/Paris	49.83286	0.90475				28	76	761	76294
3004908	Le Buquet	le-buquet	FR		0	Europe/Paris	49.6114	1.3759				28	76	763	76146
3004910	Le Buisson-Saint-Vrain	le-buisson-saint-vrain	FR		0	Europe/Paris	47.7994	3.26163		Le Buisson Saint-Vrin,Le Buisson-Saint-Vrain		27	89	891	89472
3004911	Le Buisson Renard	le-buisson-renard	FR		0	Europe/Paris	47.66219	2.18371				24	41	413	41251
3004912	Le Buissonnet	le-buissonnet	FR		0	Europe/Paris	48.63824	1.77197				11	78	782	78269
3004913	Le Buisson Genois	le-buisson-genois	FR		0	Europe/Paris	47.83026	2.38253				24	45	452	45051
3004936	Le Buet	le-buet	FR		0	Europe/Paris	48.5248	-1.94039				53	22	221	22197
3004938	Le Buc	le-buc	FR		0	Europe/Paris	49.91324	1.26459		Le Buc,Le Bucq		28	76	761	76235
3004939	Le Buc	le-buc	FR		0	Europe/Paris	49.70727	0.50448				28	76	762	76689
3004940	Le Buat	le-buat	FR		0	Europe/Paris	48.63443	-1.17386				28	50	501	50256
3004942	Le Brusq	le-brusq	FR		0	Europe/Paris	44.28337	5.77102				93	05	052	05118
3004943	Le Brusc	le-brusc	FR		0	Europe/Paris	43.074	5.803	12			93	83	832	83129
3004944	Le Brus	le-brus	FR		0	Europe/Paris	45.23681	3.05649		Le Bru,Le Brus		84	15	153	15043
3004945	Le Brunet	le-brunet	FR		0	Europe/Paris	47.36476	-2.33298				52	44	443	44175
3004946	Le Brûlé	le-brule	FR		0	Europe/Paris	45.41667	4.36667				84	42	423	42183
3004947	Le Brulat	le-brulat	FR		0	Europe/Paris	43.21248	5.77477				93	83	832	83035
3004949	Le Brugeaud	le-brugeaud	FR		0	Europe/Paris	46.11667	1.36667		Le Brugeaud,Le Brugeoud		75	87	871	87014
3004950	Le Bruel	le-bruel	FR		0	Europe/Paris	47.8	2.05				24	45	452	45193
3004951	Le Bruel	le-bruel	FR		0	Europe/Paris	44.74887	2.36369				84	15	151	15117
3004952	Le Brucat	le-brucat	FR		0	Europe/Paris	44.76667	-0.6				75	33	332	33192
3004953	Le Broussan	le-broussan	FR		0	Europe/Paris	43.17535	5.8701				93	83	832	83053
3004954	Le Brous	le-brous	FR		0	Europe/Paris	44.33752	-0.73064				75	40	402	40227
3004956	Le Brouillard	le-brouillard	FR		0	Europe/Paris	48.38838	0.87975				28	61	613	61116
3004957	Le Brouillard	le-brouillard	FR		0	Europe/Paris	47.37297	4.32679				27	21	213	21678
3004959	Le Broucinq	le-broucinq	FR		0	Europe/Paris	44.45	6.33333		Le Broscinq,Le Broucinq		93	04	041	04033
3004960	Le Brosseron	le-brosseron	FR		0	Europe/Paris	48.47862	1.25128				24	28	281	28324
3004961	Le Bron	le-bron	FR		0	Europe/Paris	45.70086	5.4392				84	38	382	38297
3004964	Le Brioux	le-brioux	FR		0	Europe/Paris	47.16667	2.93333				24	18	181	18224
3004965	Le Briou	le-briou	FR		0	Europe/Paris	48.45389	-3.80422				53	29	293	29034
3004966	Le Briou	le-briou	FR		0	Europe/Paris	48.07512	2.24657				24	45	453	45347
3004967	Le Briou	le-briou	FR		0	Europe/Paris	47.85719	2.39643				24	45	452	45049
3004968	Le Briou	le-briou	FR		0	Europe/Paris	47.44277	2.70791				24	18	181	18259
3004969	Le Briou	le-briou	FR		0	Europe/Paris	47.32	2.07382		Briou,Le Briou		24	41	413	41256
3004970	Le Briou	le-briou	FR		0	Europe/Paris	47.28552	2.75523				24	18	181	18272
3004971	Le Briou	le-briou	FR		0	Europe/Paris	47.21838	2.83219		Le Briou		24	18	181	18104
3004972	Le Briou	le-briou	FR		0	Europe/Paris	47.2298	2.09324				24	18	183	18279
3004973	Le Briou	le-briou	FR		0	Europe/Paris	47.15581	2.01324				24	18	183	18140
3004974	Le Briou	le-briou	FR		0	Europe/Paris	47.09475	2.90471				24	18	181	18184
3004978	Le Brieux	le-brieux	FR		0	Europe/Paris	48.03695	-4.1022				53	29	294	29232
3004979	Le Brézou	le-brezou	FR		0	Europe/Paris	44.76886	2.68702		Brezons,Brezous,Le Brezou,Le Brézou		76	12	122	12036
3004980	Le Brevet	le-brevet	FR		0	Europe/Paris	45.94802	5.20013				84	01	011	01325
3004985	Le Breuil-Mingot	le-breuil-mingot	FR		0	Europe/Paris	46.58783	0.39912		Breuil-Mingot,Le Breuil-Mingot		75	86	863	86194
3004986	Le Breuillat	le-breuillat	FR		0	Europe/Paris	46.79362	2.90439				24	18	182	18242
3004987	Le Breuil l'Abbesse	le-breuil-l-abbesse	FR		0	Europe/Paris	46.56378	0.40518				75	86	863	86157
3004990	Le Breuil-de-Gorre	le-breuil-de-gorre	FR		0	Europe/Paris	45.856	0.84542		Breuil-la-Gorre,Le Breuil-de-Gorre		75	87	873	87126
3005029	Le Breil	le-breil	FR		0	Europe/Paris	48.20103	-1.06354				52	53	533	53086
3005030	Le Breil	le-breil	FR		0	Europe/Paris	47.6141	-1.70267				52	44	445	44051
3005031	Le Breil	le-breil	FR		0	Europe/Paris	47.41667	-1.8				52	44	445	44056
3005032	Le Breil	le-breil	FR		0	Europe/Paris	47.28714	-1.67678				52	44	442	44194
3005033	Le Breil	le-breil	FR		0	Europe/Paris	44.76349	1.42118				76	46	463	46127
3005035	Le Bredeloup	le-bredeloup	FR		0	Europe/Paris	47.39964	-1.72881				52	44	445	44111
3005036	Le Bréau-Saint-Lubin	le-breau-saint-lubin	FR		0	Europe/Paris	48.46797	1.98127				11	91	911	91519
3005037	Le Bréau	le-breau	FR		0	Europe/Paris	48.08549	2.57013		Breau,Bréau,Le Breau,Le Bréau		24	45	451	45103
3005038	Le Bréau	le-breau	FR		0	Europe/Paris	47.79444	3.43034				27	89	891	89228
3005039	Le Bréau	le-breau	FR		0	Europe/Paris	47.41667	3.18333				27	58	584	58209
3005040	Le Bréand	le-breand	FR		0	Europe/Paris	47.18771	2.21952				24	18	183	18005
3005041	Le Bray	le-bray	FR		0	Europe/Paris	50.43114	3.10196				32	59	593	59489
3005042	Le Bray	le-bray	FR		0	Europe/Paris	47.1	1.08333				24	37	373	37246
3005043	Le Bray	le-bray	FR		0	Europe/Paris	46.18666	3.05318				84	03	033	03022
3005044	Le Braud	le-braud	FR		0	Europe/Paris	45.31667	2.26667				75	19	193	19148
3005046	Le Bradet	le-bradet	FR		0	Europe/Paris	44.68403	1.17335				75	24	244	24075
3005047	Le Brac	le-brac	FR		0	Europe/Paris	44.13333	6.9				93	06	062	06094
3005049	Le Bout Petit	le-bout-petit	FR		0	Europe/Paris	46.43498	3.12916				84	03	032	03092
3005050	Le Bouton	le-bouton	FR		0	Europe/Paris	45.34852	3.73601				84	43	431	43128
3005051	Le Boutoir	le-boutoir	FR		0	Europe/Paris	48.26662	3.81575				44	10	103	10142
3005052	Le Bout Guyon	le-bout-guyon	FR		0	Europe/Paris	49.0536	1.84668		Le Bout Guyon,le Bout Guyou		11	78	781	78317
3005053	Le Bout Grand	le-bout-grand	FR		0	Europe/Paris	46.43877	3.12695				84	03	032	03092
3005054	Le Boutel	le-boutel	FR		0	Europe/Paris	44.83186	1.81201		Boutel,Le Boutel		76	46	462	46189
3005055	Le Bout-du-Bois	le-bout-du-bois	FR		0	Europe/Paris	49.20816	1.81607				32	60	601	60420
3005056	Le Bout des Crocs	le-bout-des-crocs	FR		0	Europe/Paris	50.27091	1.60031				32	80	801	80713
3004992	Le Breuil	le-breuil	FR	03120	0	Europe/Paris	50.62153	1.75331				32	62	623	62773
3005057	Le Bout d'en Haut	le-bout-d-en-haut	FR		0	Europe/Paris	48.04983	2.29257				24	45	453	45069
3005058	Le Bout-de-Bas	le-bout-de-bas	FR		0	Europe/Paris	50.3332	1.93885		Bout de Bas,Le Bout-de-Bas		32	62	624	62824
3005059	Le Boussier	le-boussier	FR		0	Europe/Paris	46.26831	2.70522				84	03	031	03106
3005067	Le Bournel	le-bournel	FR		0	Europe/Paris	45.56667	2.06667				75	19	193	19008
3005068	Le Bourliat	le-bourliat	FR		0	Europe/Paris	46.29642	2.00603				75	23	232	23162
3005069	Le Bouridel	le-bouridel	FR		0	Europe/Paris	47.83426	-1.47266				53	35	351	35335
3005072	Le Bourg-sous-la-Roche-sur-Yon	le-bourg-sous-la-roche-sur-yon	FR		0	Europe/Paris	46.66237	-1.40227		Le Bourg,Le Bourg-sous-la-Roche-sur-Yon		52	85	852	85191
3005075	Le Bourgnon	le-bourgnon	FR		0	Europe/Paris	46.12531	2.2287				75	23	231	23185
3005077	Le Bourgneuf	le-bourgneuf	FR		0	Europe/Paris	48.37629	-3.40174				53	22	222	22052
3005078	Le Bourgneuf	le-bourgneuf	FR		0	Europe/Paris	48.1815	-1.31743				53	35	351	35347
3005079	Le Bourg Neuf	le-bourg-neuf	FR		0	Europe/Paris	48.03333	-1.1				53	35	351	35006
3005088	Le Bourgeau	le-bourgeau	FR		0	Europe/Paris	47.28001	1.56483				24	41	413	41242
3005089	Le Bourgeat	le-bourgeat	FR		0	Europe/Paris	45.38308	5.97072				84	38	381	38417
3005093	Le Bourg d'Arud	le-bourg-d-arud	FR		0	Europe/Paris	44.98608	6.11967		Bourg d'Arud,Le Bourg d'Arud		84	38	381	38253
3005094	Le Bourg-Chevreuil	le-bourg-chevreuil	FR		0	Europe/Paris	47.5125	-1.34368				52	44	445	44144
3005101	Le Bouloy	le-bouloy	FR		0	Europe/Paris	47.81095	2.60072				24	45	451	45218
3005103	Le Boulois	le-boulois	FR		0	Europe/Paris	47.34054	4.15116				27	21	213	21525
3005106	Le Boullay-d'Achères	le-boullay-d-acheres	FR		0	Europe/Paris	48.56988	1.38532				24	28	281	28102
3005107	Le Boullay	le-boullay	FR		0	Europe/Paris	48.23809	1.2016				24	28	282	28409
3005109	Le Boulet	le-boulet	FR		0	Europe/Paris	47.21914	3.1699				27	58	584	58061
3005111	Le Boulay-Manuel	le-boulay-manuel	FR		0	Europe/Paris	48.26139	1.1286				24	28	284	28161
3005134	Le Boulai	le-boulai	FR		0	Europe/Paris	48.60576	0.9975				24	28	283	28310
3005135	Le Bouix	le-bouix	FR		0	Europe/Paris	45.2	2.4		Bouix,Le Bouix		84	15	152	15006
3005136	Le Bouisset	le-bouisset	FR		0	Europe/Paris	44.68798	0.53951		Le Bouisset,Le Bouysset		75	24	241	24168
3005137	Le Bouilly	le-bouilly	FR		0	Europe/Paris	45.11402	5.56946		Le Bouilli,Le Bouilly		84	38	381	38205
3005138	Le Bouillonnay	le-bouillonnay	FR		0	Europe/Paris	48.74979	0.27423				28	61	613	61138
3005141	Le Bougayrou	le-bougayrou	FR		0	Europe/Paris	44.86212	1.56579		Bougayrou,Le Bougayrou		76	46	463	46144
3005142	Le Bouffay	le-bouffay	FR		0	Europe/Paris	47.76067	-1.26233		Le Bouffay,Le Boufjay		52	44	445	44218
3005143	Le Boudet	le-boudet	FR		0	Europe/Paris	46.3881	3.4121				84	03	032	03234
3005147	Le Bouchet-Lazare	le-bouchet-lazare	FR		0	Europe/Paris	47.58405	3.67428				27	89	891	89237
3005148	Le Bouchet-Gouverneur	le-bouchet-gouverneur	FR		0	Europe/Paris	47.58571	3.66726				27	89	891	89237
3005149	Le Bouchet	le-bouchet	FR		0	Europe/Paris	47.58512	3.67941				27	89	891	89237
3005150	Le Bouchet	le-bouchet	FR		0	Europe/Paris	48.5382	2.36089		Le Bouche,Le Bouchet		11	91	912	91649
3005151	Le Bouchet	le-bouchet	FR		0	Europe/Paris	47.02181	2.17333				24	18	181	18181
3005152	Le Bouchet	le-bouchet	FR		0	Europe/Paris	46.95833	0.15736		Le Bouchet		75	86	861	86079
3005153	Le Bouchet	le-bouchet	FR		0	Europe/Paris	46.78884	0.30736				75	86	861	86128
3005154	Le Bouchet	le-bouchet	FR		0	Europe/Paris	46.7206	1.17397				24	36	361	36173
3005155	Le Bouchet	le-bouchet	FR		190	Europe/Paris	45.93101	6.76741		Le Bouchet		84	74	742	74266
3005156	Le Bouchet	le-bouchet	FR		0	Europe/Paris	45.86201	0.91045				75	87	873	87154
3005157	Le Bouchet	le-bouchet	FR		0	Europe/Paris	45.65259	1.72233				75	87	872	87058
3005158	Le Bouchet	le-bouchet	FR		0	Europe/Paris	45.38333	2.55				84	15	152	15038
3005159	Le Bouchet	le-bouchet	FR		0	Europe/Paris	45.30563	6.26295				84	73	733	73221
3005160	Le Bouchet	le-bouchet	FR		0	Europe/Paris	45.2271	4.11632				84	43	433	43211
3005161	Le Bouchet	le-bouchet	FR		0	Europe/Paris	44.97969	4.37342				84	07	073	07103
3005162	Le Bouchet	le-bouchet	FR		0	Europe/Paris	44.81667	3.68333				76	48	482	48139
3005163	Le Boucher	le-boucher	FR		0	Europe/Paris	46.66362	2.41219				24	18	182	18009
3005164	Le Boucheix	le-boucheix	FR		0	Europe/Paris	45.41089	2.77998				84	63	633	63144
3005165	Le Bouché	le-bouche	FR		0	Europe/Paris	46.73238	3.13353		Le Bouche,Le Bouchet,Le Bouché		27	58	583	58057
3005166	Le Bouchaux	le-bouchaux	FR		0	Europe/Paris	46.42597	1.10181				75	86	862	86270
3005169	Le Bouchas	le-bouchas	FR		0	Europe/Paris	45.07581	4.04114				84	43	432	43194
3005170	Le Bouchard	le-bouchard	FR		0	Europe/Paris	45.4098	2.06214				75	19	193	19073
3005173	Le Bouc	le-bouc	FR		0	Europe/Paris	45.15803	0.79247				75	24	243	24053
3005174	Le Bost	le-bost	FR		0	Europe/Paris	45.91667	1.21667				75	87	872	87050
3005175	Le Bost	le-bost	FR		0	Europe/Paris	45.02003	0.60427				75	24	243	24155
3005176	Le Bost	le-bost	FR		0	Europe/Paris	45.03342	0.38183				75	24	243	24543
3005177	Le Bost	le-bost	FR		0	Europe/Paris	44.78867	0.82155				75	24	241	24379
3005178	Le Bosset	le-bosset	FR		0	Europe/Paris	45.07138	4.60678				84	07	073	07236
3005179	Le Bosquet	le-bosquet	FR		0	Europe/Paris	43.71187	6.98604				93	06	061	06010
3005180	Le Bosquel	le-bosquel	FR		290	Europe/Paris	49.73932	2.21774		Bosquel,Le Bosquel		32	80	802	80114
3005181	Le Bos de Plazac	le-bos-de-plazac	FR		0	Europe/Paris	45.04808	1.06408				75	24	244	24330
3005184	Le Bosc-Morel	le-bosc-morel	FR		0	Europe/Paris	49.00883	0.55601		Bosc-Morel		28	27	272	27138
3005185	Le Bosc de Sévis	le-bosc-de-sevis	FR		0	Europe/Paris	49.71488	1.17476		Le Bosc,Le Bosc de Sevis,Le Bosc de Sévis		28	76	761	76034
3005186	Le Boscabosc	le-boscabosc	FR		0	Europe/Paris	49.57895	0.67864		Boscaboc,Le Boscabosc		28	76	763	76001
3005189	Le Bos	le-bos	FR		0	Europe/Paris	45.91667	1.43333				75	87	872	87167
3005190	Le Bos	le-bos	FR		0	Europe/Paris	45.70171	2.08107		Bos,Le Bos		75	19	193	19241
3005191	Le Bos	le-bos	FR		0	Europe/Paris	45.33266	1.71604				75	19	192	19194
3005192	Le Bos	le-bos	FR		0	Europe/Paris	44.62232	0.89516				75	24	241	24043
3005193	Le Bornet	le-bornet	FR		0	Europe/Paris	45.62839	5.69973		Bornet,Le Bornet		84	73	732	73236
3005197	Le Bord-des-Bois	le-bord-des-bois	FR		0	Europe/Paris	49.65228	1.64173		Le Bord-des-Bois,Le Bosc des Bois		28	76	761	76295
3005198	Le Bordage	le-bordage	FR		0	Europe/Paris	48.21041	-1.20359				53	35	351	35015
3005199	Le Bordage	le-bordage	FR		0	Europe/Paris	47.0981	0.97236		La Bordage,Le Bordage		24	37	373	37132
3005200	Le Bord	le-bord	FR		0	Europe/Paris	46.69105	2.4359				24	18	182	18009
3005201	Le Booshue	le-booshue	FR		0	Europe/Paris	49.7	1.2				28	76	761	76193
3005204	Le Bondouaire	le-bondouaire	FR		0	Europe/Paris	46.95447	1.43519		La Bondouarre,Le Bondouaire		24	36	362	36007
3005206	Le Bois-Trevy	le-bois-trevy	FR		0	Europe/Paris	46.65067	2.13181				24	36	363	36236
3005207	Le Bois Tillant	le-bois-tillant	FR		0	Europe/Paris	49.66237	0.84195		Bois Tillan,Le Bois Tillant		28	76	763	76325
3005208	Le Boissy	le-boissy	FR		0	Europe/Paris	48.00133	-2.31724				53	56	562	56145
3005209	Le Bois Spert	le-bois-spert	FR		0	Europe/Paris	48.66654	0.94059				24	28	283	28046
3005210	Le Boissenet	le-boissenet	FR		0	Europe/Paris	47.54661	3.1672				27	89	891	89420
3005211	Le Bois-Saint-Martin	le-bois-saint-martin	FR		0	Europe/Paris	48.30317	1.54391				24	28	281	28422
3005212	Le Bois Saint-Denis	le-bois-saint-denis	FR		0	Europe/Paris	47.0879	2.028				24	36	364	36171
3005213	Le Bois-Roger	le-bois-roger	FR		0	Europe/Paris	49.13226	1.62231				28	27	271	27213
3005215	Le Bois Renault	le-bois-renault	FR		0	Europe/Paris	48.73563	1.14674				24	28	283	28308
3005216	Le Bois Ratel	le-bois-ratel	FR		0	Europe/Paris	50.55579	1.84037		Boisratel,Le Bois Ratel		32	62	624	62123
3005217	Le Bois Ramier	le-bois-ramier	FR		0	Europe/Paris	46.79467	1.93649		Bois-Ramiers,Le Bois Ramier		24	36	364	36003
3005220	Le Bois-le-Roi	le-bois-le-roi	FR		0	Europe/Paris	48.71617	1.33391				24	28	283	28404
3005222	Le Bois Julien	le-bois-julien	FR		0	Europe/Paris	50.63737	1.81967				32	62	623	62251
3005223	Le Bois Joubert	le-bois-joubert	FR		0	Europe/Paris	47.28362	1.04198				24	37	373	37141
3005224	Le Bois Joly	le-bois-joly	FR		0	Europe/Paris	48.55	1.16747				24	28	283	28008
3005225	Le Bois Hervé	le-bois-herve	FR		0	Europe/Paris	47.99886	-2.47362				53	56	562	56227
3005227	Le Bois Girard	le-bois-girard	FR		0	Europe/Paris	48.15789	1.2421				24	28	282	28182
3005228	Le Boisgeloup	le-boisgeloup	FR		0	Europe/Paris	49.25803	1.7807				28	27	271	27284
3005229	Le Bois du Pin	le-bois-du-pin	FR		0	Europe/Paris	47.60734	-1.14058				52	44	445	44124
3005230	Le Bois du Fourneau	le-bois-du-fourneau	FR		0	Europe/Paris	47.56571	3.66452				27	89	892	89253
3005231	Le Bois d'Olivet	le-bois-d-olivet	FR		0	Europe/Paris	47.18524	1.95295				24	18	183	18085
3005233	Le Bois Dieu	le-bois-dieu	FR		0	Europe/Paris	48.6478	1.72128				11	78	782	78307
3005234	Le Bois de Vèves	le-bois-de-veves	FR		0	Europe/Paris	47.18923	2.50086				24	18	181	18253
3005235	Le Bois de Roche	le-bois-de-roche	FR		0	Europe/Paris	45.57088	5.16094		Le Bois de Roche		84	38	382	38339
3005236	Le Bois de Rigny	le-bois-de-rigny	FR		0	Europe/Paris	48.18833	3.59607				44	10	103	10319
3005237	Le Bois de Raveau	le-bois-de-raveau	FR		0	Europe/Paris	47.17295	3.12496				27	58	584	58220
3005238	Le Bois de la Roche	le-bois-de-la-roche	FR		0	Europe/Paris	48.04419	-2.33162		Bois-de-la-Roche,Le Bois de la Roche		53	56	562	56127
3005240	Le Bois de Cise	le-bois-de-cise	FR		0	Europe/Paris	50.08746	1.42811		Bois-de-Cise,Le Bois de Cise		32	80	801	80039
3005242	Le Bois-Clary	le-bois-clary	FR		0	Europe/Paris	48.75335	2.53283				11	94	941	94004
3005243	Le Boiscantaut	le-boiscantaut	FR		0	Europe/Paris	46.71762	2.06562				24	36	363	36017
3005244	Le Boiscache	le-boiscache	FR		0	Europe/Paris	47.23333	2.83333				24	18	181	18094
3005245	Le Bois Boureau	le-bois-boureau	FR		0	Europe/Paris	47.25574	0.37165				24	37	372	37067
3005246	Le Bois Boulai	le-bois-boulai	FR		0	Europe/Paris	48.54785	0.69865				28	61	613	61230
3005251	Le Boille	le-boille	FR		0	Europe/Paris	48.12139	0.77611				52	72	722	72208
3005252	Le Boennec	le-boennec	FR		0	Europe/Paris	48.33089	-3.63555				53	29	292	29227
3005253	Le Bodo	le-bodo	FR		0	Europe/Paris	47.98771	-2.1019				53	35	353	35223
3005254	Le Bodeuc	le-bodeuc	FR		0	Europe/Paris	48.2616	-2.46694				53	22	224	22333
3005256	Le Bocquet	le-bocquet	FR		0	Europe/Paris	49.96153	1.69389				32	80	801	80662
3005257	Le Bochet	le-bochet	FR		0	Europe/Paris	45.58333	6.41667				84	73	731	73268
3005258	Le Bocage	le-bocage	FR		0	Europe/Paris	49.70741	1.11178				28	76	761	76034
3005259	Le Bocage	le-bocage	FR		0	Europe/Paris	49.65335	1.66739				28	76	761	76343
3005261	Le Bloteau	le-bloteau	FR		0	Europe/Paris	48.28102	0.5359				28	61	613	61336
3005262	Le Blizon	le-blizon	FR		0	Europe/Paris	46.74072	1.22418				24	36	361	36173
3005264	Le Blétonnet	le-bletonnet	FR		0	Europe/Paris	44.85	6.73333		Bletonnet,Blétonnet,Le Bletonnet,Le Blétonnet		93	05	051	05027
3005265	Le Blénay	le-blenay	FR		0	Europe/Paris	46.86946	3.12595				27	58	583	58152
3005266	Le Blat	le-blat	FR		0	Europe/Paris	44.66078	2.48634				84	15	151	15134
3005267	Le Blanc Seau	le-blanc-seau	FR		0	Europe/Paris	50.68333	3.15		Blanc-Seau,Le Blanc Seau		32	59	595	59163
3005276	Le Bilois	le-bilois	FR		0	Europe/Paris	45.56667	5				84	38	383	38480
3005284	Le Bigeau	le-bigeau	FR		0	Europe/Paris	45.26784	1.2935				75	19	191	19253
3005290	Le Beylhoux	le-beylhoux	FR		0	Europe/Paris	45.42088	3.77356				84	63	631	63039
3005291	Le Bex	le-bex	FR		0	Europe/Paris	44.88031	2.38564				84	15	151	15267
3005295	Le Bettaix	le-bettaix	FR		0	Europe/Paris	45.34199	6.5264		Bettaix,Le Bettaix		84	73	731	73257
3005297	Le Besth	le-besth	FR		0	Europe/Paris	45.72198	2.40929				75	23	231	23221
3005298	Le Bessey	le-bessey	FR		0	Europe/Paris	45.33842	5.30711				84	38	383	38058
3005299	Le Besset	le-besset	FR		0	Europe/Paris	45.32875	4.03018				84	43	433	43249
3005300	Le Bessel	le-bessel	FR		0	Europe/Paris	44.85105	4.4818				84	07	072	07096
3005301	Le Bessay	le-bessay	FR		0	Europe/Paris	45.52552	4.94645				84	38	383	38157
3005303	Le Berthet	le-berthet	FR		0	Europe/Paris	45.60722	5.15108				84	38	382	38553
3005304	Le Bersend	le-bersend	FR		0	Europe/Paris	45.7081	6.57831		Bersend,Le Bersend		84	73	731	73034
3005307	Le Béroud	le-beroud	FR		0	Europe/Paris	45.48436	5.39919				84	38	382	38257
3005309	Le Bergaut	le-bergaut	FR		0	Europe/Paris	46.40666	0.66899				75	86	862	86153
3005310	Le Becquet	le-becquet	FR		0	Europe/Paris	49.65248	-1.55119		Le Becquet,Le Beque,Le Bequet,Le Béquet		28	50	502	50129
3005313	Le Bellat	le-bellat	FR		0	Europe/Paris	46.7638	1.82542		Bellat,Le Bellat		24	36	362	36005
3005315	Le Belcastel	le-belcastel	FR		0	Europe/Paris	44.84533	1.55019				76	46	463	46144
3005316	Le Beix	le-beix	FR		0	Europe/Paris	45.72785	2.44503				75	23	231	23221
3005318	Le Becquet	le-becquet	FR		0	Europe/Paris	49.53477	0.51961				28	76	762	76384
3005319	Lébécourt	lebecourt	FR		0	Europe/Paris	49.21846	1.50443				28	27	271	27213
3005320	Le Béchignol	le-bechignol	FR		0	Europe/Paris	47.29943	2.34467				24	18	183	18149
3005322	Le Bech	le-bech	FR		0	Europe/Paris	45.06636	1.8902				75	19	192	19140
3005323	Le Bec d'Allier	le-bec-d-allier	FR		0	Europe/Paris	46.95866	3.07515				24	18	182	18082
3005324	Le Beauvert	le-beauvert	FR		0	Europe/Paris	46.19448	1.23638				75	87	871	87057
3005325	Le Beauthiot	le-beauthiot	FR		0	Europe/Paris	49.63333	1.26667		Le Beauthiot,Le Beauthot		28	76	761	76119
3005327	Le Beau Marais	le-beau-marais	FR		0	Europe/Paris	50.94969	1.9116				32	62	626	62193
3005328	Le Beaulieu	le-beaulieu	FR		0	Europe/Paris	49.60996	0.84976				28	76	763	76456
3005329	Le Beau-Fournier	le-beau-fournier	FR		0	Europe/Paris	49.85428	0.92425				28	76	761	76050
3005330	Le Beauchot	le-beauchot	FR		0	Europe/Paris	47.33029	3.26372				27	58	584	58252
3005331	Le Beauchêne	le-beauchene	FR		0	Europe/Paris	47.95781	-1.56705				53	35	351	35041
3005333	Le Beaucaron	le-beaucaron	FR		0	Europe/Paris	48.14921	4.09638				44	10	103	10402
3005335	Le Bazat	le-bazat	FR		0	Europe/Paris	45.34342	1.32574				75	19	191	19094
3005336	Le Baylet	le-baylet	FR		0	Europe/Paris	44.78712	0.54954				75	24	241	24132
3005338	L'Ebaupin	l-ebaupin	FR		0	Europe/Paris	47.43333	-1.98333				52	44	443	44025
3005339	Le Baudry	le-baudry	FR		0	Europe/Paris	48.73288	0.96238				28	27	272	27679
3005340	Le Bauchet	le-bauchet	FR		0	Europe/Paris	47.40167	3.46286				27	58	582	58263
3005341	Le Batut	le-batut	FR		0	Europe/Paris	45.00748	1.51762				76	46	463	46083
3005342	Le Battut	le-battut	FR		0	Europe/Paris	45.33933	2.13202				75	19	193	19208
3005343	Le Bâtiment	le-batiment	FR		0	Europe/Paris	47.93496	-2.89126				53	56	562	56144
3005344	Le Batardeau	le-batardeau	FR		0	Europe/Paris	47.25545	0.24448				24	37	371	37058
3005345	Le Basty	le-basty	FR		0	Europe/Paris	45.12136	1.08329		Basty,Le Basty		75	24	244	24550
3005347	Le Bassin Rond	le-bassin-rond	FR		0	Europe/Paris	50.25533	3.30447		Le Bassin Rond		32	59	596	59092
3005348	Le Bassinet	le-bassinet	FR		0	Europe/Paris	45.88426	3.35061		Bassinet,Le Bassinet		84	63	635	63131
3005349	Le Basset	le-basset	FR		0	Europe/Paris	45.30639	4.12403		Basset,Le Basset		84	43	433	43020
3005350	Le Bas Perthe	le-bas-perthe	FR		0	Europe/Paris	48.0912	3.79048				27	89	891	89398
3005351	Le Bas Mats	le-bas-mats	FR		0	Europe/Paris	47.37012	-1.9506		Le Bas Mats,Le Bas Matz		52	44	443	44195
3005352	Le Bas Goulet	le-bas-goulet	FR		0	Europe/Paris	48.4205	0.21414				52	72	722	72137
3005353	Le Bas de Poilly	le-bas-de-poilly	FR		0	Europe/Paris	47.86822	3.39731				27	89	891	89304
3005354	Le Bas de la Celle	le-bas-de-la-celle	FR		0	Europe/Paris	47.21162	3.22257				27	58	584	58045
3005355	Le Bas de Grange	le-bas-de-grange	FR		0	Europe/Paris	47.23333	2.05				24	18	183	18279
3005356	Le Bas Courton	le-bas-courton	FR		0	Europe/Paris	48.53117	3.22446				11	77	773	77418
3005357	Le Bas Champcharme	le-bas-champcharme	FR		0	Europe/Paris	48.18193	3.86506		Bas Champcharme,Le Bas Champcharine,Le Bas Champcharme		44	10	103	10222
3005361	Le Baril	le-baril	FR		0	Europe/Paris	48.18705	-1.51077				53	35	353	35152
3005437	Lavord	lavord	FR		0	Europe/Paris	45.52097	3.27092				84	63	633	63054
3005366	Le Baplieu	le-baplieu	FR		0	Europe/Paris	45.81174	6.72139		Le Baplieu,le Baptieu,le Beaulieu		84	74	742	74085
3005367	Le Banchereau	le-banchereau	FR		0	Europe/Paris	46.33702	0.89044				75	86	862	86254
3005368	Le Baladour	le-baladour	FR		0	Europe/Paris	45.18239	2.9792				84	15	153	15141
3005369	Le Bajolet	le-bajolet	FR		0	Europe/Paris	48.60581	2.0693		Bajolet,Le Bajolet		11	91	913	91249
3005373	Le Bail	le-bail	FR		0	Europe/Paris	50.82713	1.67764				32	62	623	62089
3005374	Le Bahot	le-bahot	FR		0	Europe/Paris	50.40072	1.68799				32	62	624	62849
3005375	Le Baguier	le-baguier	FR		0	Europe/Paris	43.62762	6.62333				93	83	831	83124
3005376	Le Bacon	le-bacon	FR		0	Europe/Paris	44.85791	3.20546		Bacon,Le Bacon		76	48	482	48012
3005377	Le Bachot	le-bachot	FR		0	Europe/Paris	48.54845	3.96638				44	10	102	10086
3005378	Le Bachas	le-bachas	FR		0	Europe/Paris	44.31532	5.70574				93	05	052	05097
3005379	Le Bac	le-bac	FR		0	Europe/Paris	45.49841	1.09074				75	24	242	24218
3005380	Le Bac	le-bac	FR		0	Europe/Paris	45.37571	2.8279				84	15	153	15040
3005381	Le Babory	le-babory	FR		0	Europe/Paris	45.31056	3.18737				84	43	431	43033
3005385	Le Agnets	le-agnets	FR		0	Europe/Paris	45.5553	5.14145		Le Agnets,Les Agnes,Les Agnés		84	38	382	38339
3005386	Lazy	lazy	FR		0	Europe/Paris	47.79358	2.31225				24	45	452	45270
3005408	Layer-sur-Roche	layer-sur-roche	FR		0	Europe/Paris	47.89228	4.68439				27	21	213	21077
3005420	La Wattine	la-wattine	FR		0	Europe/Paris	50.75424	2.06449				32	62	625	62008
3005424	La Vrière	la-vriere	FR		0	Europe/Paris	47.28202	-1.55595				52	44	442	44035
3005426	La Voyette	la-voyette	FR		0	Europe/Paris	47.0538	0.23831		La Voyette,Voyette		75	86	861	86044
3005428	La Vove	la-vove	FR		0	Europe/Paris	48.27521	1.28138				24	28	282	28326
3005436	La Vosve	la-vosve	FR		0	Europe/Paris	48.21166	3.74523		La Vosve,La Vove		44	10	103	10003
3005439	La Volve	la-volve	FR		0	Europe/Paris	47.91893	2.92831				24	45	451	45083
3005440	La Volpilière	la-volpiliere	FR		0	Europe/Paris	44.24508	3.29877				76	48	481	48176
3005441	La Vollière	la-volliere	FR		0	Europe/Paris	46.32385	3.12067				84	03	032	03281
3005442	Lavol	lavol	FR		0	Europe/Paris	44.00673	4.16477				76	30	301	30046
3005447	La Voie-Neuve	la-voie-neuve	FR		0	Europe/Paris	48.41837	2.0521				11	91	911	91130
3005448	La Vivère	la-vivere	FR		0	Europe/Paris	46.48333	3.18333				84	03	032	03275
3005449	La Vitarelle	la-vitarelle	FR		0	Europe/Paris	44.61219	2.80643				76	12	122	12156
3005451	La Visayre	la-visayre	FR		0	Europe/Paris	44.96357	0.42811				75	24	243	24161
3005452	La Visade	la-visade	FR		0	Europe/Paris	45.20585	3.58066				84	43	431	43208
3005454	La Vionnière	la-vionniere	FR		0	Europe/Paris	48.0767	-1.10893				53	35	351	35183
3005456	Laviole	laviole	FR		0	Europe/Paris	44.82625	4.37261				84	07	071	07158
3005459	La Vincendrie	la-vincendrie	FR		0	Europe/Paris	47.0962	1.05732				24	37	373	37222
3005461	La Villotte	la-villotte	FR		0	Europe/Paris	47.77633	3.24559		La Villotte		27	89	891	89472
3005462	La Villotte	la-villotte	FR		0	Europe/Paris	47.77394	3.49991				27	89	891	89102
3005463	La Villière	la-villiere	FR		0	Europe/Paris	47.24089	0.63217				24	37	372	37257
3005464	Ville-ès-Martin	ville-es-martin	FR		0	Europe/Paris	47.26238	-2.23164		La Ville-sur-Martin,La Villez-Martin,La-Ville-es-Martin,Ville-es-Martin,Ville-ez-Martin,Ville-ès-Martin,Villez-Martin		52	44	443	44184
3005465	La Ville Zinc	la-ville-zinc	FR		0	Europe/Paris	48.03762	-2.29095				53	56	562	56145
3005466	La Ville Vieille	la-ville-vieille	FR		0	Europe/Paris	44.73238	2.97735				84	15	153	15216
3005483	La Ville Rouault	la-ville-rouault	FR		0	Europe/Paris	48.58133	-2.78315				53	22	224	22251
3005484	La Ville-Raymond	la-ville-raymond	FR		0	Europe/Paris	46.4096	2.30021				84	03	031	03259
3005485	La Villeraud	la-villeraud	FR		0	Europe/Paris	45.85	2.16667				75	23	231	23071
3005486	La Villenueve	la-villenueve	FR		0	Europe/Paris	48.46667	-3.86667				53	29	293	29202
3005487	La Ville Norme	la-ville-norme	FR		0	Europe/Paris	48.63277	-2.27621		La Ville Norme		53	22	221	22282
3005488	La Villeneuve-sur-Vingeanne	la-villeneuve-sur-vingeanne	FR		0	Europe/Paris	47.56314	5.42329		La Villeneuve,La Villeneuve-sur-Vingeanne		27	21	212	21433
3005494	Lavilleneuve-aux-Fresnes	lavilleneuve-aux-fresnes	FR		0	Europe/Paris	48.2215	4.84529		La Villeneuve-aux-Frenes,La Villeneuve-aux-Frênes,Lavilleneuve,Lavilleneuve-aux-Fresnes		44	52	521	52140
3005502	La Ville Neuve	la-ville-neuve	FR		0	Europe/Paris	48.62559	-2.88575				53	22	224	22232
3005516	La Ville Marie	la-ville-marie	FR		0	Europe/Paris	47.72996	-1.38744				52	44	445	44036
3005517	La Ville-l'Évêque	la-ville-l-eveque	FR		0	Europe/Paris	48.85287	1.55294				24	28	283	28036
3005518	La Ville Juhel	la-ville-juhel	FR		0	Europe/Paris	48.39967	-2.98716				53	22	224	22386
3005519	La Ville Hervy	la-ville-hervy	FR		0	Europe/Paris	48.54775	-2.73275				53	22	224	22187
3005520	La Villefranche	la-villefranche	FR		0	Europe/Paris	46.29426	3.32131				84	03	032	03254
3005521	Lavillefranche	lavillefranche	FR		0	Europe/Paris	46.29848	3.03845				84	03	033	03277
3005523	La Ville du Bout	la-ville-du-bout	FR		0	Europe/Paris	46.74839	2.58317				24	18	182	18231
3005525	La Villedieu-lès-Quenoche	la-villedieu-les-quenoche	FR		0	Europe/Paris	47.44967	6.12887		La Villedieu,La Villedieu-les-Quenoche,La Villedieu-lès-Quenoche		27	70	702	70456
3005536	La Villeder	la-villeder	FR		0	Europe/Paris	47.86915	-2.46828		La Ville d'Air,La Villeder,Villeder		53	56	562	56197
3005537	La Ville Cochard	la-ville-cochard	FR		0	Europe/Paris	48.56738	-2.49273				53	22	224	22273
3005538	La Ville-Brûlant	la-ville-brulant	FR		0	Europe/Paris	46.41217	2.32336				84	03	031	03259
3005539	La Ville-aux-Nonains	la-ville-aux-nonains	FR		0	Europe/Paris	48.55447	1.08225		La Ville,La Ville-aux-Nonains		24	28	283	28373
3005542	La Ville aux Chiens	la-ville-aux-chiens	FR		0	Europe/Paris	46.75107	2.74406		La Ville,La Ville aux Chiens,La Ville aux Chieus		24	18	182	18029
3005548	La Ville Agno	la-ville-agno	FR		0	Europe/Paris	48.03072	-2.68454		La Ville Agno,Ville Agno		53	56	562	56024
3005549	La Ville	la-ville	FR		0	Europe/Paris	46.30955	2.84531				84	03	031	03189
3005550	La Ville	la-ville	FR		0	Europe/Paris	46.11921	4.34241		La Ville		84	69	692	69066
3005551	La Ville	la-ville	FR		0	Europe/Paris	44.89818	5.55381				84	38	381	38186
3005552	La Ville	la-ville	FR		0	Europe/Paris	44.33137	-0.58764				75	40	402	40307
3005553	La Villatte	la-villatte	FR		0	Europe/Paris	46.54676	2.80419				84	03	031	03313
3005554	La Villatte	la-villatte	FR		0	Europe/Paris	46.56513	2.40685				24	18	182	18203
3005555	La Villatte	la-villatte	FR		0	Europe/Paris	46.38991	2.76286				84	03	031	03097
3005556	La Villatte	la-villatte	FR		0	Europe/Paris	46.36806	2.06504				75	23	231	23022
3005557	La Villatte	la-villatte	FR		0	Europe/Paris	46.18359	2.14777				75	23	231	23149
3005558	La Villatte	la-villatte	FR		0	Europe/Paris	45.80403	2.50106				84	63	634	63165
3005560	La Villard	la-villard	FR		0	Europe/Paris	43.55	6.35				93	83	831	83058
3005561	La Villa-Magenta	la-villa-magenta	FR		0	Europe/Paris	49.05	3.98333		La Villa,La Villa-Magenta		44	51	512	51030
3005562	La Villaine	la-villaine	FR		0	Europe/Paris	47.26038	-0.39818				52	49	491	49086
3005563	La Villa-Draveil	la-villa-draveil	FR		0	Europe/Paris	48.68634	2.39663				11	91	912	91201
3005565	Lavignole	lavignole	FR		0	Europe/Paris	45.08333	1.23333				75	24	244	24014
3005567	Lavignéville	lavigneville	FR		0	Europe/Paris	48.95909	5.59215		Lavigneville,Lavignéville		44	55	552	55274
3005568	La Vignasse	la-vignasse	FR		0	Europe/Paris	44.51667	0.35				75	47	472	47216
3005572	La Vigère	la-vigere	FR		0	Europe/Paris	45.07579	1.58039				75	19	191	19273
3005575	La Vieuville	la-vieuville	FR		0	Europe/Paris	49.80562	1.49609				28	76	761	76262
3005576	La Vieuville	la-vieuville	FR		0	Europe/Paris	48.21222	1.37081				24	28	282	28005
3005578	La Vierne	la-vierne	FR		0	Europe/Paris	46.38296	2.30691				84	03	031	03259
3005579	La Vierge	la-vierge	FR		0	Europe/Paris	49.55189	1.57278				28	76	761	76426
3005582	La Vieille Ville	la-vieille-ville	FR		0	Europe/Paris	49.52343	1.66586		La Vieille Ville,La Vielleville		28	76	761	76209
3005583	La Vieille Rosière	la-vieille-rosiere	FR		0	Europe/Paris	48.31667	0.61667		La Vieille Rosiere,La Vieille Rosière,La Ville-Rosiere,La Ville-Rosière		28	61	613	61379
3005584	La Vieille Poste	la-vieille-poste	FR		0	Europe/Paris	48.73333	2.36667				11	91	913	91479
3005585	La Vieille-Poste	la-vieille-poste	FR		0	Europe/Paris	46.37496	3.36267				84	03	032	03234
3005586	La Vieille Perrotine	la-vieille-perrotine	FR		0	Europe/Paris	45.95228	-1.2495				75	17	172	17385
3005587	La Vieille Morte	la-vieille-morte	FR		0	Europe/Paris	46.68819	2.23543				24	18	182	18112
3005590	La Vieille Ferte	la-vieille-ferte	FR		0	Europe/Paris	47.88351	3.2258				27	89	891	89163
3005592	La Vie	la-vie	FR		0	Europe/Paris	46.31249	2.40647				75	23	231	23145
3005595	La Viceulle	la-viceulle	FR		0	Europe/Paris	48.14801	-1.1452		La Vicculle,La Viceulle		53	35	351	35300
3005596	La Viardière	la-viardiere	FR		0	Europe/Paris	47.12482	-0.43904				52	49	492	49373
3005597	La Vialotte	la-vialotte	FR		0	Europe/Paris	45.38504	2.01781				75	19	193	19176
3005598	La Viallol	la-viallol	FR		0	Europe/Paris	45.5	2.55				84	63	633	63183
3005599	La Vialle	la-vialle	FR		0	Europe/Paris	46.11021	2.80809				84	63	634	63428
3005600	La Vialle	la-vialle	FR		0	Europe/Paris	45.73333	2.15				75	23	231	23080
3005601	La Vialle	la-vialle	FR		0	Europe/Paris	45.63572	1.59859				75	87	872	87051
3005602	La Vialle	la-vialle	FR		0	Europe/Paris	45.57739	2.15445				75	19	193	19136
3005603	Lavialle	lavialle	FR		0	Europe/Paris	45.416	3.41532				84	63	633	63367
3005604	La Vialle	la-vialle	FR		0	Europe/Paris	45.2932	3.11892				84	43	431	43182
3005605	La Vialle	la-vialle	FR		0	Europe/Paris	45.2	2.38333				84	15	152	15261
3005606	La Vialle	la-vialle	FR		0	Europe/Paris	44.90678	4.52858				84	07	073	07165
3005607	La Vialette	la-vialette	FR		0	Europe/Paris	45.11351	4.42512				84	07	073	07212
3005608	La Vialette	la-vialette	FR		0	Europe/Paris	45.11183	4.51333				84	07	073	07128
3005609	Laviale	laviale	FR		0	Europe/Paris	45.8	3.96667				84	42	421	42035
3005610	La Vialatte	la-vialatte	FR		0	Europe/Paris	45.48333	2.36667				75	19	193	19201
3005615	La Vézolle	la-vezolle	FR		0	Europe/Paris	45.66723	2.64702				84	63	633	63370
3005617	La Veytisous	la-veytisous	FR		0	Europe/Paris	45.73132	1.6654		La Veytisou,La Veytisous,La Veytizout,Veytizou		75	87	872	87105
3005620	La Veyssie	la-veyssie	FR		0	Europe/Paris	45.7	2.4				75	19	193	19080
3005621	La Veyssarie	la-veyssarie	FR		0	Europe/Paris	44.91667	1.16667				75	24	244	24520
3005626	La Vève	la-veve	FR		0	Europe/Paris	46.83697	2.18269				24	18	182	18199
3005628	La Vésubie	la-vesubie	FR		0	Europe/Paris	43.86667	7.2		La Vesubie,La Vesuble,La Vésubie,La Vésuble		93	06	062	06151
3005629	La Vesse	la-vesse	FR		0	Europe/Paris	43.34281	5.25962				93	13	134	13088
3005631	La Vervialle	la-vervialle	FR		0	Europe/Paris	45.64681	2.50463				75	19	193	19141
3005633	La Vertevoie	la-vertevoie	FR		0	Europe/Paris	50.59915	1.74542		La Vertevoie,Vertevoie		32	62	623	62483
3005634	La Verte Rue	la-verte-rue	FR		0	Europe/Paris	50.51336	3.27085				32	59	595	59419
3005641	La Verrerie	la-verrerie	FR		0	Europe/Paris	47.362	2.49952				24	18	183	18115
3005642	La Verrerie	la-verrerie	FR		0	Europe/Paris	46.98333	1.43333				24	36	362	36155
3005643	La Verrerie	la-verrerie	FR		0	Europe/Paris	46.71247	1.74542				24	36	362	36009
3005644	La Verrerie	la-verrerie	FR		0	Europe/Paris	46.63903	1.6698				24	36	362	36022
3005645	La Verrerie	la-verrerie	FR		0	Europe/Paris	45.96948	6.28943				84	74	741	74282
3005646	La Verrerie	la-verrerie	FR		0	Europe/Paris	45.41375	5.08726				84	38	383	38307
3005647	La Verrerie	la-verrerie	FR		0	Europe/Paris	45.3658	0.54995				75	24	243	24319
3005648	La Verrerie	la-verrerie	FR		0	Europe/Paris	43.53333	6.66667				93	83	831	83008
3005652	La Véronnière	la-veronniere	FR		0	Europe/Paris	48.57358	0.76098				28	61	613	61230
3005653	La Veronnière	la-veronniere	FR		0	Europe/Paris	48.18989	1.26864				24	28	282	28127
3005660	La Vernède	la-vernede	FR		0	Europe/Paris	45.28353	3.70736				84	43	431	43237
3005666	La Vérité	la-verite	FR		0	Europe/Paris	48.81667	5.15				44	55	551	55541
3005667	La Vergnolle	la-vergnolle	FR		0	Europe/Paris	46.27727	1.99084				75	23	232	23162
3005668	La Vergnolle	la-vergnolle	FR		0	Europe/Paris	44.91585	0.99031				75	24	244	24076
3005669	Lavergnes	lavergnes	FR		0	Europe/Paris	45.31667	2.46667		Lavergne,Lavergnes		84	15	152	15223
3005684	La Verdinière	la-verdiniere	FR		0	Europe/Paris	47.41096	-1.60845				52	44	445	44073
3005688	La Verdetterie	la-verdetterie	FR		0	Europe/Paris	47.63949	-1.37717				52	44	445	44099
3005689	La Verdes	la-verdes	FR		0	Europe/Paris	44.96924	1.74364				75	19	191	19280
3005694	Lavéra	lavera	FR		0	Europe/Paris	43.38634	5.02625		Cite de Lavera,Cité de Lavéra,L'Aveyra,Lavera,Lavéra		93	13	134	13056
3005698	La Vente	la-vente	FR		0	Europe/Paris	49.51223	1.51858				28	76	761	76431
3005700	Lavengat	lavengat	FR		0	Europe/Paris	48.62067	-4.35799				53	29	291	29077
3005701	Laveneas	laveneas	FR		0	Europe/Paris	44.04728	2.99388				76	12	121	12225
3005706	La Velle	la-velle	FR		0	Europe/Paris	46.61095	2.98352				84	03	032	03251
3005707	Lavelle	lavelle	FR		0	Europe/Paris	45.55678	3.12167				84	63	633	63403
3005710	La Vêlerie	la-velerie	FR		0	Europe/Paris	47.77485	3.04743				27	89	891	89073
3005713	L'Avelan	l-avelan	FR		0	Europe/Paris	43.28333	6.55				93	83	831	83068
3005716	Lavedrenne	lavedrenne	FR		0	Europe/Paris	45.66872	1.73656				75	87	872	87064
3005717	La Védrenne	la-vedrenne	FR		0	Europe/Paris	45.41016	2.03129		La Vedrenne,La Védrenne,Vedrenne,Védrenne		75	19	193	19176
3005718	La Vedrenne	la-vedrenne	FR		0	Europe/Paris	45.2	2.16667				75	19	192	19014
3005719	Laveaux	laveaux	FR		0	Europe/Paris	48.2244	2.65823				11	77	774	77178
3005720	Laveau	laveau	FR		0	Europe/Paris	47.90158	2.01021				24	45	452	45089
3005723	La Vayssière	la-vayssiere	FR		0	Europe/Paris	44.78297	1.37921				76	46	463	46006
3005724	La Vavre	la-vavre	FR		0	Europe/Paris	46.36815	1.9411				75	23	232	23139
3005730	La Vaure	la-vaure	FR		0	Europe/Paris	45.23811	0.58486				75	24	243	24266
3005731	Lavaure	lavaure	FR		0	Europe/Paris	45.01667	0.48333				75	24	243	24422
3005732	Lavaure	lavaure	FR		0	Europe/Paris	44.88333	0.33333				75	24	241	24487
3005739	Lavault	lavault	FR		0	Europe/Paris	46.45	2.83333				84	03	031	03269
3005742	La Vaud-Gelade	la-vaud-gelade	FR		0	Europe/Paris	45.86168	2.00026		La Vaud-Gelade,Lavaugelade		75	23	231	23212
3005743	Lavaud	lavaud	FR		0	Europe/Paris	46.27851	2.22404				75	23	231	23254
3005744	Lavaud	lavaud	FR		0	Europe/Paris	46.21448	1.31648				75	87	871	87180
3005745	Lavaud	lavaud	FR		0	Europe/Paris	46.09922	1.81762				75	23	232	23052
3005746	Lavaud	lavaud	FR		0	Europe/Paris	45.9	1.83333				75	23	232	23227
3005747	Lavaud	lavaud	FR		0	Europe/Paris	45.9	1.51667				75	87	872	87042
3005748	Lavaud	lavaud	FR		0	Europe/Paris	45.77255	0.36097				75	16	161	16280
3005749	Lavaud	lavaud	FR		0	Europe/Paris	45.4027	1.46795				75	19	191	19270
3005750	La Vaubonneuil	la-vaubonneuil	FR		0	Europe/Paris	46.44867	2.036				24	36	363	36214
3005757	Lavasina	lavasina	FR		0	Europe/Paris	42.75754	9.46491		La Vasina,Lavasina		94	2B	2B2	2B043
3005758	Lavas	lavas	FR		0	Europe/Paris	46.35772	2.92915		Lavas,Lavat		84	03	031	03256
3005760	La Varnière	la-varniere	FR		0	Europe/Paris	48.47308	4.78571				44	52	523	52331
3005768	La Varde	la-varde	FR		0	Europe/Paris	49.20809	-1.28275				28	50	503	50289
3005770	La Varache	la-varache	FR		0	Europe/Paris	45.94828	1.59197				75	23	232	23217
3005778	La Vanne	la-vanne	FR		0	Europe/Paris	47.00107	-0.78536				75	79	791	79289
3005780	La Vanelle	la-vanelle	FR		0	Europe/Paris	45.03017	4.98472				84	26	263	26084
3005785	La Valtaillet	la-valtaillet	FR		0	Europe/Paris	45.3387	4.05046				84	43	433	43249
3005793	La Valotte	la-valotte	FR		0	Europe/Paris	48.33245	4.07866		La Valotte		44	10	103	10191
3005794	La Valotte	la-valotte	FR		0	Europe/Paris	47.48381	3.13559				27	58	584	58094
3005796	La Valmitte	la-valmitte	FR		0	Europe/Paris	45.36035	4.09138				84	42	421	42235
3005797	Lavallot	lavallot	FR		0	Europe/Paris	48.421	-4.42408				53	29	291	29075
3005799	La Vallière	la-valliere	FR		0	Europe/Paris	47.88722	2.65316		La Vaillere,La Vaillère,La Valliere,La Vallière		24	45	451	45239
3005800	La Vallette	la-vallette	FR		0	Europe/Paris	46.67019	2.31705				24	18	182	18230
3005803	La Vallée de Dormelles	la-vallee-de-dormelles	FR		0	Europe/Paris	48.32261	2.88586		La Vallee,La Vallee de Dormelles,La Vallée,La Vallée de Dormelles		11	77	774	77161
3005804	La Vallée de Crotte	la-vallee-de-crotte	FR		0	Europe/Paris	47.18312	0.09433				24	37	371	37220
3005819	La Vallas	la-vallas	FR		0	Europe/Paris	46.42193	2.47411				84	03	031	03055
3005821	La Vallade	la-vallade	FR		0	Europe/Paris	45.71544	0.43653				75	16	161	16209
3005823	La Valinière	la-valiniere	FR		0	Europe/Paris	48.37163	0.87962				28	61	613	61116
3005824	La Valette-Montavi	la-valette-montavi	FR		0	Europe/Paris	46.1801	1.23352				75	87	871	87057
3005840	La Valentine	la-valentine	FR		0	Europe/Paris	43.40648	5.54861		La Valentine,Valentine		93	13	133	13101
3005841	La Valentine	la-valentine	FR		3212	Europe/Paris	43.29757	5.48432		La Valentine		93	13	133	13055
3005853	La Valazière	la-valaziere	FR		0	Europe/Paris	46.08059	2.46713				75	23	231	23160
3005855	La Valade	la-valade	FR		0	Europe/Paris	46.33851	2.33548				84	03	031	03288
3005856	La Valade	la-valade	FR		0	Europe/Paris	45.53361	0.75849		La Valade,Lavellade		75	24	242	24101
3005858	La Valade	la-valade	FR		0	Europe/Paris	44.888	1.77056				76	46	462	46177
3005859	La Valade	la-valade	FR		0	Europe/Paris	44.83333	4.11667				84	07	071	07026
3005860	La Valade	la-valade	FR		0	Europe/Paris	44.82835	1.84193				76	46	462	46339
3005862	La Valade	la-valade	FR		0	Europe/Paris	44.56464	2.00334				76	46	462	46100
3005869	La Val	la-val	FR		0	Europe/Paris	45.65	2.16667				75	19	193	19261
3005873	Laval-en-Belledonne	laval-en-belledonne	FR		1021	Europe/Paris	45.25292	5.93318		Laval,Laval',Лаваль		84	38	381	38206
3005881	La Vaisse	la-vaisse	FR		0	Europe/Paris	44.47008	1.82283		La Vaysse		76	46	462	46045
3005882	La Vaire	la-vaire	FR		0	Europe/Paris	47.54798	3.92715		La Vaire,Vaire		27	89	892	89159
3005883	A Laguccia	a-laguccia	FR		0	Europe/Paris	41.56743	8.88336		A Laguccia,La Vaguccia		94	2A	2A4	2A272
3005885	Lavadour	lavadour	FR		0	Europe/Paris	45.3562	3.71231				84	43	431	43128
3005889	Lavacourt	lavacourt	FR		0	Europe/Paris	49.06283	1.69293				11	78	781	78410
3005890	La Vachette	la-vachette	FR		0	Europe/Paris	44.91654	6.68112				93	05	051	05174
3005897	La Vachère	la-vachere	FR		0	Europe/Paris	45.51897	3.44596				84	63	633	63448
3005898	A Vaccaja	a-vaccaja	FR		0	Europe/Paris	42.55335	8.75606		A Vaccaja,La Bacaja,La Vaccaja		94	2B	2B5	2B050
3005904	Lauzou	lauzou	FR		0	Europe/Paris	44.78314	1.68742				76	46	463	46128
3005916	Lauzeral	lauzeral	FR		0	Europe/Paris	44.64011	2.14032				76	46	462	46015
3005917	Lauzellie	lauzellie	FR		0	Europe/Paris	45.0674	0.75721				75	24	243	24312
3005927	Lauzat	lauzat	FR		0	Europe/Paris	45.74137	1.84038				75	87	872	87104
3005931	Le Laux	le-laux	FR		0	Europe/Paris	44.31792	5.54951		Laux-Montau,Laux-Montaux,Le Laux		84	26	262	26091
3005939	Lauturie	lauturie	FR		0	Europe/Paris	44.96116	0.7832				75	24	243	24362
3005940	Lautreville	lautreville	FR		0	Europe/Paris	47.39536	3.96167				27	89	892	89347
3005942	Lautremen	lautremen	FR		0	Europe/Paris	48.54417	-3.08258		Laudremen,Lautremen		53	22	222	22225
3005947	Lauterupt	lauterupt	FR		0	Europe/Paris	48.22505	7.08716				44	88	883	88032
3005957	Laussac	laussac	FR		0	Europe/Paris	44.85334	2.7745				76	12	122	12280
3005967	L'Aurière	l-auriere	FR		0	Europe/Paris	46.85642	-0.88762				52	85	851	85090
3005977	Laurès	laures	FR		0	Europe/Paris	44.55982	0.78706		Laures,Laurès		75	47	473	47141
3005978	Laurent	laurent	FR		0	Europe/Paris	47.5819	3.49964		Laurent		27	89	891	89125
3005986	Laure	laure	FR		0	Europe/Paris	43.38933	5.21885		Laure		93	13	134	13043
3005987	Lauras	lauras	FR		0	Europe/Paris	43.97225	2.96116				76	12	121	12203
3005991	Lauradoueix	lauradoueix	FR		0	Europe/Paris	46.18212	2.21494				75	23	231	23093
3005998	L'Aupillon	l-aupillon	FR		0	Europe/Paris	44.37189	6.70754				93	04	041	04073
3005999	Laupiettes	laupiettes	FR		0	Europe/Paris	44.08112	3.4722				76	30	303	30105
3006005	L'Aunoy	l-aunoy	FR		0	Europe/Paris	48.26568	3.00349				11	77	773	77115
3006011	Laune-Supérieure	laune-superieure	FR		0	Europe/Paris	44.09159	6.96645		Laune-Superieure,Laune-Supérieure,Launes Superieures,Launes Supérieures		93	06	062	06016
3006013	Laune-Inférieure	laune-inferieure	FR		0	Europe/Paris	44.09064	6.96907		Laune-Inferieure,Laune-Inférieure,Launes Inferieures,Launes Inférieures		93	06	062	06016
3006014	Laune	laune	FR		0	Europe/Paris	44.09042	6.96653		Laune,Launes		93	06	062	06016
3006016	Launay-Maréchaux	launay-marechaux	FR		0	Europe/Paris	48.61491	2.10808				11	91	913	91111
3006017	Launay des Moulins	launay-des-moulins	FR		0	Europe/Paris	47.72781	-1.72076				53	35	352	35124
3006021	L'Aunay	l-aunay	FR		0	Europe/Paris	48.84831	1.69843				11	78	781	78465
3006023	L'Aunay	l-aunay	FR		0	Europe/Paris	48.73266	0.37585				28	61	613	61150
3006025	L'Aunay	l-aunay	FR		0	Europe/Paris	48.63333	2.3				11	91	913	91570
3006027	L'Aunay	l-aunay	FR		0	Europe/Paris	48.28333	0.46667				52	72	722	72276
3006033	Launat	launat	FR		0	Europe/Paris	48.7069	3.64848				44	51	512	51360
3006034	L'Aunaie	l-aunaie	FR		0	Europe/Paris	48.93285	1.55216				11	78	781	78444
3006037	Laumont	laumont	FR		0	Europe/Paris	45.10611	1.74472				75	19	191	19257
3006038	L'Aumône	l-aumone	FR		0	Europe/Paris	48.68692	1.5509				24	28	283	28343
3006039	L'Aumône	l-aumone	FR		0	Europe/Paris	46.39676	1.45962				24	36	361	36134
3006041	Laume	laume	FR		0	Europe/Paris	46.5339	2.99026				84	03	032	03218
3006042	L'Aumarin	l-aumarin	FR		0	Europe/Paris	48.15235	-0.98078				52	53	532	53039
3006043	Laumanges	laumanges	FR		0	Europe/Paris	46.16362	2.11471				75	23	231	23068
3006046	Laulerie	laulerie	FR		0	Europe/Paris	45.05	0.68333				75	24	243	24571
3006047	Laularie	laularie	FR		0	Europe/Paris	45.13141	1.18399				75	24	244	24020
3006048	Laulagnier	laulagnier	FR		0	Europe/Paris	44.8986	4.53206				84	07	072	07244
3006051	L'Augotterie	l-augotterie	FR		0	Europe/Paris	48.33098	0.22469				52	72	722	72170
3006054	L'Augette	l-augette	FR		0	Europe/Paris	46.4641	2.01362				24	36	363	36163
3006055	Laugère	laugere	FR		0	Europe/Paris	46.7366	2.67803				24	18	182	18052
3006058	Laudonie	laudonie	FR		0	Europe/Paris	45.7778	0.8259				75	87	873	87199
3006059	Laudogne	laudogne	FR		0	Europe/Paris	44.77054	0.55661				75	24	241	24132
3006060	Laudinie	laudinie	FR		0	Europe/Paris	45.28756	0.83724				75	24	243	24540
3006061	Laudigerie	laudigerie	FR		0	Europe/Paris	48.55893	1.00327				24	28	283	28373
3006062	Laudigerie	laudigerie	FR		0	Europe/Paris	45.09866	1.17129		Laudigeric,Laudigerie		75	24	244	24014
3006063	Laudeux	laudeux	FR		0	Europe/Paris	45.84021	2.4411				84	63	634	63165
3006064	Laude Ragonneau	laude-ragonneau	FR		0	Europe/Paris	46.9	-1.05		Lande Ragonneau,Laude Ragonneau		52	85	852	85109
3006065	Laudancourt	laudancourt	FR		0	Europe/Paris	49.49829	1.76002				28	76	761	76260
3006067	Laucher	laucher	FR		0	Europe/Paris	44.9995	0.61357				75	24	243	24031
3006070	L'Aubriais	l-aubriais	FR		0	Europe/Paris	47.91381	-1.70733				53	35	352	35033
3006071	L'Aubriais	l-aubriais	FR		0	Europe/Paris	47.85664	-1.71131				53	35	352	35012
3006073	L'Aubreguière	l-aubreguiere	FR		0	Europe/Paris	43.33772	6.24147				93	83	833	83057
3006074	L'Aubrecourt	l-aubrecourt	FR		0	Europe/Paris	44.76338	1.25163				75	24	244	24450
3006075	Laubre	laubre	FR		0	Europe/Paris	44.04119	6.37721				93	04	042	04059
3006076	L'Aubraie	l-aubraie	FR		0	Europe/Paris	46.51632	-1.80729				52	85	853	85194
3006079	L'Aubépine	l-aubepine	FR		0	Europe/Paris	48.26395	1.31305				24	28	282	28370
3006080	L'Aubépine	l-aubepine	FR		0	Europe/Paris	47.69755	3.93508				27	89	892	89010
3006083	Laubenheim	laubenheim	FR		0	Europe/Paris	48.49437	7.38547				44	67	673	67299
3006084	Laubardemont	laubardemont	FR		0	Europe/Paris	45.03333	-0.15				75	33	335	33362
3006085	Laubanie	laubanie	FR		0	Europe/Paris	44.90252	0.36796				75	24	241	24413
3006088	La Turpinais	la-turpinais	FR		0	Europe/Paris	47.42083	-1.97643				52	44	443	44025
3006091	Laturache	laturache	FR		0	Europe/Paris	44.9653	0.90317				75	24	244	24217
3006092	La Tuque	la-tuque	FR		0	Europe/Paris	44.56063	0.52874				75	47	473	47170
3006102	La Tuilerie	la-tuilerie	FR		0	Europe/Paris	48.99629	1.5283				11	78	781	78344
3006103	La Tuilerie	la-tuilerie	FR		0	Europe/Paris	48.56735	2.13526				11	91	913	91105
3006104	La Tuilerie	la-tuilerie	FR		0	Europe/Paris	48.10514	3.76105				27	89	891	89398
3006105	La Tuilerie	la-tuilerie	FR		0	Europe/Paris	48.06186	3.43666				27	89	893	89142
3006106	La Tuilerie	la-tuilerie	FR		0	Europe/Paris	48.05688	2.17698		La Tuilerie,Les Tuileries		24	45	453	45095
3006107	La Tuilerie	la-tuilerie	FR		0	Europe/Paris	48.01149	3.3673				27	89	893	89335
3006108	La Tuilerie	la-tuilerie	FR		0	Europe/Paris	48.00963	2.11716				24	45	452	45188
3006109	La Tuilerie	la-tuilerie	FR		0	Europe/Paris	47.95385	3.78801				27	89	891	89205
3006110	La Tuilerie	la-tuilerie	FR		0	Europe/Paris	47.90174	3.71875				27	89	891	89307
3006111	La Tuilerie	la-tuilerie	FR		0	Europe/Paris	47.73219	2.21001		La Tuilerie,Le Haut des Tuileries		24	45	452	45331
3006112	La Tuilerie	la-tuilerie	FR		0	Europe/Paris	47.49964	3.97893				27	89	892	89235
3006113	La Tuilerie	la-tuilerie	FR		0	Europe/Paris	47.44727	6.45666				27	25	251	25276
3006114	La Tuilerie	la-tuilerie	FR		0	Europe/Paris	47.23267	3.1321				27	58	584	58189
3006115	La Tuilerie	la-tuilerie	FR		0	Europe/Paris	46.94252	3.47425				27	58	583	58311
3006116	La Tuilerie	la-tuilerie	FR		0	Europe/Paris	46.47371	2.75409				84	03	031	03303
3006118	La Tuile	la-tuile	FR		0	Europe/Paris	47.64722	2.21595				24	41	413	41251
3006125	La Trugalle	la-trugalle	FR		0	Europe/Paris	48.0734	0.22494				52	72	723	72217
3006126	La Trucherie	la-trucherie	FR		0	Europe/Paris	45.05614	1.04148				75	24	244	24330
3006128	La Trouillère	la-trouillere	FR		0	Europe/Paris	47.24047	3.57596				27	58	582	58132
3006180	La Trappe	la-trappe	FR		0	Europe/Paris	44.6988	1.03001		La Trappe,Latrape		75	24	244	24263
3006133	La Troche	la-troche	FR		0	Europe/Paris	48.78515	1.74411				11	78	782	78289
3006134	La Trivoirerie	la-trivoirerie	FR		0	Europe/Paris	48.33333	0.45				28	61	613	61319
3006135	La Trivale	la-trivale	FR		0	Europe/Paris	44.39343	2.21924				76	12	123	12191
3006139	La Trinité-Langonnet	la-trinite-langonnet	FR		0	Europe/Paris	48.162	-3.45117		La Trinite,La Trinite-Langonnet,La Trinité,La Trinité-Langonnet		53	56	562	56100
3006156	La Trillonnière	la-trillonniere	FR		0	Europe/Paris	47.19162	1.16594				24	37	373	37111
3006158	La Tricherie	la-tricherie	FR		0	Europe/Paris	46.73117	0.43928		La Tricherie		75	86	863	86019
3006159	La Tricherie	la-tricherie	FR		0	Europe/Paris	45.64325	0.5425		La Tricherie		75	16	161	16135
3006162	La Trémouille	la-tremouille	FR		0	Europe/Paris	46.24896	2.00156				75	23	231	23102
3006163	La Trémouille	la-tremouille	FR		0	Europe/Paris	45.17611	0.94172				75	24	244	24284
3006164	La Trémouille	la-tremouille	FR		0	Europe/Paris	45.10709	1.09221		La Tremouille,La Trémouille,Tremouille,Trémouille		75	24	244	24025
3006165	La Tremblère	la-tremblere	FR		0	Europe/Paris	46.68218	1.70008				24	36	362	36009
3006166	La Tremblée	la-tremblee	FR		0	Europe/Paris	49.33826	1.82962				32	60	601	60235
3006167	La Tremblaye	la-tremblaye	FR		0	Europe/Paris	48.23327	1.27775				24	28	282	28127
3006168	La Tremblais	la-tremblais	FR		0	Europe/Paris	47.35381	-2.01059				52	44	443	44137
3006169	La Tremblaie	la-tremblaie	FR		0	Europe/Paris	48.2	0.31667				52	72	722	72196
3006171	La Treille	la-treille	FR		0	Europe/Paris	44.91667	1.3				75	24	244	24471
3006172	La Treille	la-treille	FR		821	Europe/Paris	43.31437	5.50947				93	13	133	13055
3006173	La Trée	la-tree	FR		0	Europe/Paris	47.64686	3.01391				27	89	891	89352
3006175	La Trébuche	la-trebuche	FR		0	Europe/Paris	45.49263	4.26913				84	42	421	42279
3006176	La Traverse	la-traverse	FR		0	Europe/Paris	46.13591	1.39855				75	87	871	87068
3006177	La Traverse	la-traverse	FR		0	Europe/Paris	45.60974	1.22713		La Traverse,Traverse		75	87	872	87127
3006178	La Traverse	la-traverse	FR		0	Europe/Paris	45.23262	6.48077		La Traversaz,La Traverse		84	73	733	73261
3006179	Latrault	latrault	FR		0	Europe/Paris	47.43429	3.44905				27	58	582	58038
3006184	La Tranchée	la-tranchee	FR		0	Europe/Paris	47.21064	0.18896				24	37	371	37022
3006185	La Touvière	la-touviere	FR		0	Europe/Paris	45.7834	6.12818				84	74	741	74148
3006186	La Touvière	la-touviere	FR		0	Europe/Paris	45.71667	5.8				84	73	732	73042
3006187	La Tousserie	la-tousserie	FR		0	Europe/Paris	48.12361	-1.2636				53	35	351	35229
3006194	Latournerie	latournerie	FR		0	Europe/Paris	44.57991	1.05428				75	47	473	47292
3006208	La Tour de Pré	la-tour-de-pre	FR		0	Europe/Paris	47.55524	3.94381		La Tour de Pre,La Tour de Pré,Tour de Pre,Tour de Pré		27	89	892	89316
3006216	La Tour-au-Cognium	la-tour-au-cognium	FR		0	Europe/Paris	46.44358	0.67779		La Tour-au Cognum,La Tour-au-Cognium		75	86	862	86077
3006233	La Touche Hersant	la-touche-hersant	FR		0	Europe/Paris	48.07876	1.2092		La Touche,La Touche Hersant		24	28	282	28334
3006234	La Touche Froger	la-touche-froger	FR		0	Europe/Paris	48.27461	0.30995				52	72	722	72189
3006235	La Touche-ès-Gautier	la-touche-es-gautier	FR		0	Europe/Paris	48.36892	-2.32506				53	22	224	22084
3006236	La Touche-d'Erbray	la-touche-d-erbray	FR		0	Europe/Paris	47.68542	-1.33142		La Touche,La Touche-d'Erbray		52	44	445	44054
3006237	La Touche Boissaie	la-touche-boissaie	FR		0	Europe/Paris	47.57981	-1.55076				52	44	445	44113
3006252	La Tonnevraie	la-tonnevraie	FR		0	Europe/Paris	47.89984	-1.25758				53	35	351	35102
3006254	La Tivollière	la-tivolliere	FR		0	Europe/Paris	45.36747	5.61739		La Tivolliere,La Tivollière,la Thivolliere,la Thivollière		84	38	381	38133
3006255	La Tisonnière	la-tisonniere	FR		0	Europe/Paris	46.89206	-0.3795		La Tisonniere,La Tisonnière,Tissonniere,Tissonnière		75	79	791	79049
3006257	La Tirmande	la-tirmande	FR		0	Europe/Paris	50.57019	2.33768		La Tirmand,La Tirmande		32	62	622	62512
3006258	La Tiollais	la-tiollais	FR		0	Europe/Paris	47.41346	-1.93321				52	44	443	44025
3006259	La Tiolière	la-tioliere	FR		0	Europe/Paris	45.2	2.28333				84	15	152	15024
3006260	La Tiolais	la-tiolais	FR		0	Europe/Paris	48.2924	-2.45877				53	22	224	22046
3006264	La Tiellerie	la-tiellerie	FR		0	Europe/Paris	47.58048	2.49267				24	45	451	45108
3006266	La Thurelle	la-thurelle	FR		0	Europe/Paris	48.40232	2.83335				11	77	774	77494
3006267	La Thuille	la-thuille	FR		0	Europe/Paris	45.57406	6.88541		La Thuile,La Thuille		84	73	731	73232
3006271	La Thirardière	la-thirardiere	FR		0	Europe/Paris	48.73193	0.43578				28	61	613	61150
3006272	La Thiollay	la-thiollay	FR		0	Europe/Paris	47.62566	-1.42558		La Thiollais,La Thiollay		52	44	445	44075
3006274	Lathière	lathiere	FR		0	Europe/Paris	46.20048	1.12439				75	87	871	87089
3006275	La Thibauderie	la-thibauderie	FR		0	Europe/Paris	47.04743	2.57002				24	18	181	18247
3006276	La Thérade	la-therade	FR		0	Europe/Paris	46.25	2.58333				84	03	031	03261
3006277	La Théoulle	la-theoulle	FR		0	Europe/Paris	44.82474	3.97696				84	43	432	43109
3006279	Latga-Soubro	latga-soubro	FR		0	Europe/Paris	45.0274	2.96634		Latga,Latga-Soubro		84	15	153	15232
3006280	La Teuilière	la-teuiliere	FR		0	Europe/Paris	44.93506	1.90467				76	46	462	46117
3006281	La Tête Noire	la-tete-noire	FR		0	Europe/Paris	43.48845	5.22071				93	13	134	13081
3006284	A Testa	a-testa	FR		0	Europe/Paris	41.45937	9.08377		A Testa,La Testa		94	2A	2A4	2A114
3006288	La Terrière	la-terriere	FR		0	Europe/Paris	46.35722	-1.47029				52	85	853	85294
3006289	La Terrie	la-terrie	FR		0	Europe/Paris	48.05	-0.66667				52	53	532	53034
3006290	La Terrelière	la-terreliere	FR		0	Europe/Paris	47.05286	-1.01084				52	49	492	49260
3006291	La Terre du Pont	la-terre-du-pont	FR		0	Europe/Paris	48.67574	-4.33009				53	29		
3006296	La Terranche	la-terranche	FR		0	Europe/Paris	46.28652	1.91076				75	23	232	23049
3006297	La Terrade	la-terrade	FR		0	Europe/Paris	46.23628	1.31914				75	87	871	87149
3006298	La Terrade	la-terrade	FR		0	Europe/Paris	45.70697	1.04917				75	87	872	87066
3006299	Lateras	lateras	FR		0	Europe/Paris	45.05	4.58333				84	07	073	07085
3006301	La Tente-Verte	la-tente-verte	FR		0	Europe/Paris	51.04674	2.41946		La Tente-Verte,Tente-Verte		32	59	594	59183
3006302	La Templerie	la-templerie	FR		0	Europe/Paris	48.19144	-0.9461		La Templerie,Templerie		52	53	533	53226
3006303	La Télindière	la-telindiere	FR		0	Europe/Paris	47.19853	-1.7359		La Telindiene,La Telindiere,La Telindiéne,La Télindière		52	44	442	44166
3006304	L'Atelier	l-atelier	FR		0	Europe/Paris	46.91	3.24534				27	58	583	58072
3006305	La Telhaie	la-telhaie	FR		0	Europe/Paris	47.85943	-2.13152				53	56	563	56075
3006307	La Taye	la-taye	FR		0	Europe/Paris	48.4127	1.3847				24	28	281	28337
3006308	La Taverne	la-taverne	FR		0	Europe/Paris	45.10268	4.0637				84	43	432	43150
3006309	La Tauverie	la-tauverie	FR		0	Europe/Paris	45.5	2.53333		La Tauverie,La Tauvery		84	63	633	63183
3006312	La Targette	la-targette	FR		0	Europe/Paris	50.3549	2.75013				32	62	621	62609
3006314	Latapie	latapie	FR		0	Europe/Paris	44.64314	1.3377				76	46	463	46087
3006315	La Taphanel	la-taphanel	FR		0	Europe/Paris	45.27168	2.6905				84	15	152	15162
3006316	La Tannerie	la-tannerie	FR		0	Europe/Paris	48.22326	0.53412				52	72	722	72220
3006318	La Tamanie	la-tamanie	FR		0	Europe/Paris	45.62084	1.41856				75	87	872	87088
3006319	La Talerie	la-talerie	FR		0	Europe/Paris	45.12051	1.28281		La Talerie,La Tallerie		75	24	244	24547
3006322	La Taille	la-taille	FR		0	Europe/Paris	48.14947	1.08002				24	28	282	28012
3006323	La Taille	la-taille	FR		0	Europe/Paris	47.2689	0.12558				24	37	371	37228
3006325	La Tanniais	la-tanniais	FR		0	Europe/Paris	47.27226	-1.97523		La Tagnais,La Tanniais		52	44	443	44192
3006326	La Tacherie	la-tacherie	FR		0	Europe/Paris	47.43084	-1.74357				52	44	445	44015
3006331	La Suzardie	la-suzardie	FR		0	Europe/Paris	45.06395	1.04555				75	24	244	24330
3006332	La Suzanne	la-suzanne	FR		0	Europe/Paris	43.49534	5.14186				93	13	134	13014
3006333	La Suée	la-suee	FR		0	Europe/Paris	46.98362	2.61238				24	18	181	18289
3006336	La Suchère	la-suchere	FR		0	Europe/Paris	45.04246	4.29757				84	43	433	43051
3006337	La Subertange	la-subertange	FR		0	Europe/Paris	45.80231	1.74602				75	87	872	87117
3006341	Lastour	lastour	FR		0	Europe/Paris	45.16005	1.0916		Lastour,Lastours		75	24	244	24019
3006342	Lastioulles	lastioulles	FR		0	Europe/Paris	45.39832	2.64764				84	15	152	15240
3006345	Lastelle	lastelle	FR		283	Europe/Paris	49.27285	-1.45592		Lastelle		28	50	503	50405
3006352	Lassout	lassout	FR		0	Europe/Paris	46.75057	2.14762				24	18	182	18216
3006360	Lassias	lassias	FR		0	Europe/Paris	45.68349	3.29781				84	63	632	63368
3006372	Lasseron	lasseron	FR		0	Europe/Paris	47.47354	-0.97077				52	44	445	44213
3006382	Lassale	lassale	FR		0	Europe/Paris	44.52855	0.42526				75	47	473	47309
3006383	Lass	lass	FR		0	Europe/Paris	47.25467	2.63029				24	18	181	18111
3006384	Les Pelies	les-pelies	FR		0	Europe/Paris	44.63562	2.3467				76	12	122	12076
3006385	La Souys	la-souys	FR		0	Europe/Paris	44.83086	-0.52591				75	33	332	33167
3006389	La Souris	la-souris	FR		0	Europe/Paris	48.03333	0.23333		La Saulerie,La Souris		52	72	723	72328
3006390	La Souque	la-souque	FR		0	Europe/Paris	44.61076	0.51898				75	47	473	47299
3006393	La Soucheyre	la-soucheyre	FR		0	Europe/Paris	44.99435	3.44138				84	43	431	43029
3006398	La Sotte	la-sotte	FR		0	Europe/Paris	44.97285	1.4432				76	46	463	46118
3006400	La Sonde	la-sonde	FR		0	Europe/Paris	46.48714	2.95723				84	03	032	03046
3006402	La Sogne	la-sogne	FR		0	Europe/Paris	47.96795	3.8162				27	89	891	89292
3006403	Lasnerey	lasnerey	FR		0	Europe/Paris	48.34547	3.58528				44	10	102	10038
3006405	La Simonetterie	la-simonetterie	FR		0	Europe/Paris	47.26667	3.23333				27	58	584	58064
3006406	La Silve	la-silve	FR		0	Europe/Paris	44.24139	5.8889		La Silve,Silve-de-Mison		93	04	044	04123
3006407	les Illes	les-illes	FR		0	Europe/Paris	42.42542	2.78529		las Illas,les Illes		76	66	661	66106
3006408	La Sigonnie	la-sigonnie	FR		0	Europe/Paris	45.04086	0.80831				75	24	243	24220
3006410	La Sicardie	la-sicardie	FR		0	Europe/Paris	44.99338	0.84959				75	24	243	24362
3006411	La Sibotière	la-sibotiere	FR		0	Europe/Paris	48.49733	0.87147				28	61	613	61300
3006415	La Sétéria	la-seteria	FR		0	Europe/Paris	45.26575	6.71289				84	73	733	73023
3006418	La Servantière	la-servantiere	FR		0	Europe/Paris	47.29266	2.04581		La Servantiere,La Servantière,La Servenliere,La Servenlière		24	41	413	41256
3006427	La Serraz	la-serraz	FR		0	Europe/Paris	45.62534	5.84913		La Seraz,La Serraz,La Serre		84	73	732	73051
3006429	La Sériège	la-seriege	FR		0	Europe/Paris	44.18333	6.38333				93	04	043	04024
3006431	La Sensurière	la-sensuriere	FR		0	Europe/Paris	49.34096	-1.53286				28	50	503	50166
3006432	La Sensie	la-sensie	FR		0	Europe/Paris	47.34322	-2.07881				52	44	443	44052
3006433	La Sennetière	la-sennetiere	FR		0	Europe/Paris	47.07468	-2.02389		La Sintiere		52	44	443	44012
3006434	La Sénerie	la-senerie	FR		0	Europe/Paris	48.22421	0.267				52	72	722	72088
3006423	La Serre	la-serre	FR	12380	0	Europe/Paris	44.65	6.45				93	05	052	05036
3006447	La Seignière	la-seigniere	FR		0	Europe/Paris	45.33333	7				84	73	733	73040
3006448	La Seigneurerie	la-seigneurerie	FR		0	Europe/Paris	43.23895	5.41481				93	13	133	13055
3006449	La Seignardie	la-seignardie	FR		0	Europe/Paris	45.17565	1.35464				75	19	191	19030
3006451	La Seiglerie	la-seiglerie	FR		0	Europe/Paris	46.28344	2.04835				75	23	232	23057
3006452	La Séiauve	la-seiauve	FR		0	Europe/Paris	46.40118	2.08225				75	23	231	23146
3006453	La Ségumie	la-segumie	FR		0	Europe/Paris	45.10801	0.66962				75	24	243	24094
3006455	La Séguinie	la-seguinie	FR		0	Europe/Paris	45.72297	0.56485				75	16	161	16290
3006457	La Sechère	la-sechere	FR		0	Europe/Paris	45.21149	1.19246				75	24	244	24021
3006459	La Seauve	la-seauve	FR		0	Europe/Paris	45.11441	4.66486				84	07	073	07301
3006460	Lascours	lascours	FR		0	Europe/Paris	43.34622	5.58269				93	13	133	13086
3006461	Lascour	lascour	FR		0	Europe/Paris	44.93333	1.25				75	24	244	24341
3006462	Lascoreix	lascoreix	FR		0	Europe/Paris	45.86667	1.15				75	87	872	87201
3006463	Lascombes	lascombes	FR		0	Europe/Paris	45.36788	2.86428				84	15	153	15040
3006464	Lascombe	lascombe	FR		0	Europe/Paris	45.21667	2.21667				84	15	152	15153
3006465	Las Combas	las-combas	FR		0	Europe/Paris	45.3672	0.89515				75	24	242	24567
3006468	Laschamp	laschamp	FR		0	Europe/Paris	45.74194	2.96776				84	63	632	63345
3006473	Las Capelles	las-capelles	FR		0	Europe/Paris	44.82365	1.45877				76	46	463	46178
3006475	Las Boygeas	las-boygeas	FR		0	Europe/Paris	45.41667	1.11667		Las Bougeas,Las Boygeas		75	24	242	24519
3006476	Las Bordes	las-bordes	FR		0	Europe/Paris	44.9709	2.1355				84	15	151	15228
3006478	Lasbinals	lasbinals	FR		0	Europe/Paris	44.55238	2.76393				76	12	122	12096
3006480	La Savine	la-savine	FR		0	Europe/Paris	45.53602	6.90795				84	73	731	73323
3006481	La Savatte	la-savatte	FR		0	Europe/Paris	45.80575	6.37735		La Savatte,la Savattaz		84	74	741	74045
3006484	La Sauvin	la-sauvin	FR		0	Europe/Paris	47.53619	3.35773				27	89	891	89158
3006485	La Sauvette d'Aix	la-sauvette-d-aix	FR		0	Europe/Paris	45.61667	2.43333		La Sauvette,La Sauvette d'Aix		75	19	193	19002
3006487	La Sauveté	la-sauvete	FR		0	Europe/Paris	45.82741	3.93305				84	42	422	42260
3006496	La Sauvetas	la-sauvetas	FR		0	Europe/Paris	45.531	3.94613				84	63	631	63319
3006498	La Sauvatte	la-sauvatte	FR		0	Europe/Paris	46.39372	3.09525				84	03	032	03292
3006500	La Saute	la-saute	FR		0	Europe/Paris	45.06111	0.83374				75	24	243	24220
3006504	La Saussa	la-saussa	FR		0	Europe/Paris	45.21667	6.48333		La Saussa,la Sausse		84	73	733	73261
3006505	La Sausaie	la-sausaie	FR		0	Europe/Paris	46.63933	-1.89174				52	85	853	85035
3006508	La Saunerie	la-saunerie	FR		0	Europe/Paris	48.20372	0.29169				52	72	722	72196
3006510	La Saulière	la-sauliere	FR		0	Europe/Paris	45.54653	2.04155				75	19	193	19160
3006512	La Sauge	la-sauge	FR		0	Europe/Paris	45.68338	5.56809				84	01	011	01338
3006513	La Sauge	la-sauge	FR		0	Europe/Paris	45.48126	5.65864				84	38	382	38531
3006514	La Saudrais	la-saudrais	FR		0	Europe/Paris	48.18333	-0.85		La Saudraie,La Saudrais		52	53	533	53015
3006515	La Saudrais	la-saudrais	FR		0	Europe/Paris	48.04933	-2.26914				53	56	562	56127
3006516	La Saudière	la-saudiere	FR		0	Europe/Paris	48.23162	1.20321				24	28	282	28424
3006518	La Sauce	la-sauce	FR		0	Europe/Paris	45.39856	6.4448		La Sauce,La Sause,La Sausse		84	73	731	73257
3006519	La Sasserie	la-sasserie	FR		0	Europe/Paris	48.23333	0.43333				52	72	722	72259
3006520	La Sarrasine	la-sarrasine	FR		0	Europe/Paris	44.35397	4.2007				84	07	071	07031
3006521	La Sangsurière	la-sangsuriere	FR		0	Europe/Paris	49.33333	-1.53333				28	50	503	50166
3006522	La Sanglaire	la-sanglaire	FR		0	Europe/Paris	47.22158	-1.3705				52	44	442	44084
3006527	La Salvetat	la-salvetat	FR		0	Europe/Paris	44.83785	2.3412				84	15	151	15196
3006528	La Salvetat	la-salvetat	FR		0	Europe/Paris	44.79322	0.89339				75	24	241	24068
3006529	La Salvetat	la-salvetat	FR		0	Europe/Paris	43.92241	3.26753				76	12	121	12082
3006532	La Salvagie	la-salvagie	FR		0	Europe/Paris	44.79661	0.94703				75	24	241	24560
3006547	La Salette	la-salette	FR		0	Europe/Paris	44.0269	6.81211		La Salette		93	06	062	06053
3006548	La Salesse	la-salesse	FR		0	Europe/Paris	45.00164	2.92954				84	15	153	15148
3006549	La Salce	la-salce	FR		0	Europe/Paris	44.59175	6.7002				93	05	051	05177
3006550	La Salamonie	la-salamonie	FR		0	Europe/Paris	45	1.38333				75	24	244	24301
3006552	La Saigne	la-saigne	FR		0	Europe/Paris	47.61232	3.4683				27	89	891	89405
3006553	La Sagne	la-sagne	FR		0	Europe/Paris	46.36367	1.81683				75	23	232	23062
3006554	La Sagne	la-sagne	FR		0	Europe/Paris	43.87922	6.68816				93	06	061	06024
3006555	La Sagerie	la-sagerie	FR		0	Europe/Paris	48.06667	-1.2				53	35	351	35109
3006557	La Sablonnière	la-sablonniere	FR		0	Europe/Paris	48.74062	0.69359				28	61	613	61440
3006558	La Sablonnière	la-sablonniere	FR		0	Europe/Paris	48.43534	2.84424				11	77	772	77266
3006559	La Sablière	la-sabliere	FR		0	Europe/Paris	46.98417	-0.80726				75	79	791	79079
3006560	La Sabatière	la-sabatiere	FR		0	Europe/Paris	44.6745	0.9332				75	24	241	24080
3006564	Larzalier	larzalier	FR		0	Europe/Paris	45.13333	4.38333				84	07	073	07212
3006565	Larzalier	larzalier	FR		0	Europe/Paris	44.56265	3.68929				76	48	482	48003
3006569	Larvenière	larveniere	FR		0	Europe/Paris	48.98333	-0.95		Larveniere,Larvenière,Laveniere,Lavenière		28	50	504	50601
3006571	La Rusais	la-rusais	FR		0	Europe/Paris	48.51904	-2.01402				53	22	221	22213
3006575	La Rue Neuve	la-rue-neuve	FR		0	Europe/Paris	48.05124	2.0946				24	45	453	45095
3006576	La Rue Neuve	la-rue-neuve	FR		0	Europe/Paris	47.87715	3.33137				27	89	891	89003
3006577	La Rue Mangine	la-rue-mangine	FR		0	Europe/Paris	48.15923	2.7615				24	45	451	45127
3006578	La Ruelle Curgies	la-ruelle-curgies	FR		0	Europe/Paris	50.34683	3.85131				32	59	591	59310
3006579	La Rue Feuillée	la-rue-feuillee	FR		0	Europe/Paris	47.9184	3.72586				27	89	891	89307
3006580	La Rue Feuillée	la-rue-feuillee	FR		0	Europe/Paris	47.92025	3.62441				27	89	891	89200
3006581	La Rue du Matz	la-rue-du-matz	FR		0	Europe/Paris	48.70817	1.79827		La Rue du Matz,Le Matz		11	78	782	78108
3006582	La Rue de Voie	la-rue-de-voie	FR		0	Europe/Paris	49.21676	1.28243				28	27	271	27422
3006583	La Rue des Merles	la-rue-des-merles	FR		0	Europe/Paris	47.83138	3.24424				27	89	891	89397
3006584	La Rue de Pré	la-rue-de-pre	FR		0	Europe/Paris	46.53495	2.43447				24	18	182	18278
3006585	La Rue-Couté	la-rue-coute	FR		0	Europe/Paris	48.07575	2.71908				24	45	451	45156
3006586	La Rue-Chèvre	la-rue-chevre	FR		0	Europe/Paris	48.11143	3.72666				27	89	891	89398
3006587	Larue	larue	FR		0	Europe/Paris	48.77152	2.34031				11	94	943	94021
3006588	La Rue	la-rue	FR		0	Europe/Paris	48.57066	3.57386				44	10	102	10291
3006589	La Rue	la-rue	FR		0	Europe/Paris	48.57046	3.31997				11	77	773	77403
3006590	La Rue	la-rue	FR		0	Europe/Paris	48.15	-0.81667				52	53	532	53224
3006591	La Rue	la-rue	FR		0	Europe/Paris	47.26803	1.45819				24	41	413	41043
3006592	La Rue	la-rue	FR		0	Europe/Paris	46.2	3.21667				84	03	032	03112
3006593	La Rue	la-rue	FR		0	Europe/Paris	46.11667	2.61667				84	63	634	63360
3006594	La Rue	la-rue	FR		0	Europe/Paris	45.62208	4.93338				84	69	691	69270
3006595	La Rue	la-rue	FR		0	Europe/Paris	44.83595	1.64153				76	46	463	46240
3006596	La Rudelière	la-rudeliere	FR		0	Europe/Paris	46.4881	-1.76615		La Rodeliere,La Rodelière,La Rudeliere,La Rudelière		52	85	853	85194
3006597	La Ruche	la-ruche	FR		0	Europe/Paris	45.32801	6.00115		La Ruche,Ruche		84	38	381	38181
3006598	La Ruais	la-ruais	FR		0	Europe/Paris	48.61667	-2.4				53	22	224	22242
3006599	La Rua	la-rua	FR		0	Europe/Paris	45.15	6.41667		La Rua,La Ruaz		84	73	733	73306
3006600	La Rua	la-rua	FR		0	Europe/Paris	44.73373	6.83608				93	05	051	05077
3006601	La Rua	la-rua	FR		0	Europe/Paris	44.73333	6.63333				93	05	051	05136
3006605	Lartige Vieille	lartige-vieille	FR		0	Europe/Paris	45.82573	1.53739				75	87	872	87161
3006606	L'Artaudie	l-artaudie	FR		0	Europe/Paris	45.57994	3.81982				84	63	631	63441
3006614	Larronville	larronville	FR		0	Europe/Paris	50.28444	1.67356				32	80	801	80688
3006618	Larrieule	larrieule	FR		0	Europe/Paris	44.50669	0.54075				75	47	473	47182
3006619	Larribar	larribar	FR		203	Europe/Paris	43.29268	-1.01234		Larribar,Larribar-Sorapjurju,Larribar-Sorhapuru,Larribarre,Larribarre-Sorhapuerue,Larribarre-Sorhapürü,la er li ba suo la pi lu,Ларрибар-Сорапюрю,لاریبار-سورہاپورو,拉尔里巴索拉皮吕		75	64	641	64319
3006629	Larresset	larresset	FR		0	Europe/Paris	50.31565	2.65398		La Raissee,La Raissée,Laresset,Larresset		32	62	621	62011
3006630	Larreau	larreau	FR		0	Europe/Paris	46.19491	0.54948		La Reau,Larreau		75	86	862	86234
3006635	Larra Petit	larra-petit	FR		0	Europe/Paris	44.57888	6.13731				93	05	052	05124
3006637	Larra Grand	larra-grand	FR		0	Europe/Paris	44.56901	6.14778		Grand-Larra,Larra Grand		93	05	052	05018
3006638	La Royère	la-royere	FR		0	Europe/Paris	44.06667	6.56667				93	04	042	04219
3006641	La Roux	la-roux	FR		0	Europe/Paris	45.18761	3.87871				84	43	432	43267
3006644	La Rouveyre	la-rouveyre	FR		0	Europe/Paris	44.83294	4.43143				84	07	073	07239
3006645	La Rouveure	la-rouveure	FR		0	Europe/Paris	44.96267	4.61636				84	07	073	07216
3006646	La Route	la-route	FR		0	Europe/Paris	44.27727	6.35384				93	04	043	04235
3006648	La Roustière	la-roustiere	FR		0	Europe/Paris	48.25554	3.00991				11	77	773	77035
3006649	La Roussille	la-roussille	FR		0	Europe/Paris	46.43057	2.58067		La Rousille,La Roussille		84	03	031	03301
3006651	La Roussie	la-roussie	FR		0	Europe/Paris	49.71168	0.46005				28	76	762	76068
3006653	La Roussellerie	la-roussellerie	FR		0	Europe/Paris	47.19572	-2.15226				52	44	443	44182
3006654	La Roussellerie	la-roussellerie	FR		0	Europe/Paris	46.3025	1.2841				75	87	871	87160
3006655	La Rousselière	la-rousseliere	FR		0	Europe/Paris	48.45175	0.2945				52	72	722	72137
3006656	La Rousselière	la-rousseliere	FR		0	Europe/Paris	47.8965	-1.23408				53	35	351	35102
3006657	La Rousselière	la-rousseliere	FR		0	Europe/Paris	47.41358	-1.20547				52	44	445	44096
3006658	La Rousselie	la-rousselie	FR		0	Europe/Paris	45.07252	1.04065				75	24	244	24330
3006659	La Rousse	la-rousse	FR		0	Europe/Paris	44.31667	6.66667				93	04	041	04226
3006660	La Roussardière	la-roussardiere	FR		0	Europe/Paris	48.14913	-0.83384				52	53	532	53224
3006661	La Roure	la-roure	FR		0	Europe/Paris	44.87352	4.44762				84	07	073	07220
3006662	Larouquettes	larouquettes	FR		0	Europe/Paris	44.88151	1.84503		Larouquette,Larouquettes		76	46	462	46284
3006664	La Roulle	la-roulle	FR		0	Europe/Paris	44.87968	4.06436				84	43	432	43156
3006665	La Roulais	la-roulais	FR		0	Europe/Paris	47.7419	-1.654				53	35	352	35098
3006666	La Roujarie	la-roujarie	FR		0	Europe/Paris	44.16777	3.24693				76	12	121	12211
3006667	La Roujarie	la-roujarie	FR		0	Europe/Paris	43.99163	3.41206				76	12	121	12260
3006668	La Rouine	la-rouine	FR		0	Europe/Paris	44.13083	6.3776		La Rouine,Rouine		93	04	043	04072
3006670	La Rougière	la-rougiere	FR		0	Europe/Paris	44.71667	2.2		La Rougie,La Rougiere,La Rougière		84	15	151	15184
3006671	La Rougerie	la-rougerie	FR		0	Europe/Paris	45.37193	0.83407				75	24	242	24567
3006672	La Rougerie	la-rougerie	FR		0	Europe/Paris	45.2497	1.07577				75	24	244	24555
3006673	La Rougerais	la-rougerais	FR		0	Europe/Paris	48.52748	-2.08776				53	22	221	22190
3006674	La Rougeraie	la-rougeraie	FR		0	Europe/Paris	47.72033	-1.14767				52	49	494	49010
3006677	La Rouerie	la-rouerie	FR		0	Europe/Paris	48.13333	0.31667				52	72	723	72026
3006678	La Roudie	la-roudie	FR		0	Europe/Paris	45.78731	1.07885				75	87	872	87191
3006686	La Roserie	la-roserie	FR		0	Europe/Paris	49.50772	0.57036				28	76	762	76281
3006750	La Rochotte	la-rochotte	FR		0	Europe/Paris	47.41262	4.72881				27	21	212	21648
3006854	La Robinière	la-robiniere	FR		0	Europe/Paris	46.98327	0.54547				24	37	371	37190
3006709	La Roque	la-roque	FR		0	Europe/Paris	44.63631	2.00477		La Roque,Roque		76	46	462	46053
3006710	La Roque	la-roque	FR		0	Europe/Paris	44.18885	3.92515				76	48	481	48170
3006712	La Roque	la-roque	FR		0	Europe/Paris	43.80225	2.99507				76	12	121	12099
3006713	La Roptière	la-roptiere	FR		0	Europe/Paris	47.46324	2.75305				24	18	181	18246
3006714	La Ronzière	la-ronziere	FR		0	Europe/Paris	45.09321	3.24677				84	15	153	15229
3006715	La Ronze	la-ronze	FR		0	Europe/Paris	46.06283	1.57362				75	23	232	23006
3006717	La Rongère	la-rongere	FR		0	Europe/Paris	47.22219	2.53429				24	18	181	18176
3006727	La Ronce	la-ronce	FR		0	Europe/Paris	48.24569	1.34749				24	28	282	28005
3006728	La Ronce	la-ronce	FR		0	Europe/Paris	48.20213	0.94171				24	28	284	28080
3006729	La Ronce	la-ronce	FR		0	Europe/Paris	47.79214	3.194				27	89	891	89086
3006730	La Ronce	la-ronce	FR		0	Europe/Paris	47.71943	2.5101				24	45	452	45184
3006731	La Ronce	la-ronce	FR		0	Europe/Paris	45.61667	4.5				84	69	691	69110
3006733	La Romiguière	la-romiguiere	FR		0	Europe/Paris	44.65893	2.09097				76	46	462	46332
3006734	La Romiguière	la-romiguiere	FR		0	Europe/Paris	44.59423	2.1665				76	46	462	46101
3006736	La Romeyere	la-romeyere	FR		0	Europe/Paris	44.42521	6.51541		La Romeyere,Romeyere		93	04	041	04161
3006737	La Rome	la-rome	FR		0	Europe/Paris	45.58333	3.25				84	63	633	63261
3006740	La Rollandière	la-rollandiere	FR		0	Europe/Paris	44.80651	5.34669				84	26	261	26175
3006741	La Rolanderie	la-rolanderie	FR		0	Europe/Paris	48.85334	1.681				11	78	781	78505
3006743	La Roichère	la-roichere	FR		0	Europe/Paris	47.20552	1.82922				24	36	364	36004
3006744	La Rogère	la-rogere	FR		0	Europe/Paris	47.09662	-2.04512				52	44	443	44012
3006746	La Rodde	la-rodde	FR		0	Europe/Paris	45.86073	2.63915				84	63	634	63115
3006748	La Rodarie	la-rodarie	FR		0	Europe/Paris	45.55	3.8				84	63	631	63003
3006753	La Rochette-sur-Crest	la-rochette-sur-crest	FR		0	Europe/Paris	44.78808	5.04659		La Rochette,La Rochette-sur-Crest		84	26	261	26365
3006772	La Rocherie	la-rocherie	FR		0	Europe/Paris	48.18333	-1.01667				52	53	533	53086
3006789	La Roche Haute	la-roche-haute	FR		0	Europe/Paris	48.17774	-1.21073				53	35	351	35015
3006792	La Rochefoulques	la-rochefoulques	FR		0	Europe/Paris	47.57594	-0.455				52	49	491	49377
3006799	La Roche Coutant	la-roche-coutant	FR		0	Europe/Paris	47.18449	-0.45132				52	49	492	49373
3006804	La Roche-Bonneau	la-roche-bonneau	FR		0	Europe/Paris	46.31667	1.63333				75	23	232	23166
3006808	La Rochebeaucourt	la-rochebeaucourt	FR		421	Europe/Paris	45.48373	0.37962		La Rocha Beucort e Argentina,La Roche-Beaucourt,La Rochebeaucourt,La Rochebeaucourt-et-Argentine,La Ròcha Beucort e Argentina,La-Roshbokur-e-Arzhantin,La-Roshbokur-eh-Arzhantin,Rochaboucort,Rochebeaucourt-et-Argentine,Ròchabòucòrt,la luo xie bo ku er he a er rang tan,Ла-Рошбокур-е-Аржантин,Ла-Рошбокур-е-Аржантін,Ла-Рошбокур-э-Аржантин,لا روشےبیوکورٹ-اے-ارجنٹین,拉罗谢博库尔和阿尔让坦		75	24	242	24353
3006809	La Roche Basse	la-roche-basse	FR		0	Europe/Paris	48.17548	-1.20751				53	35	351	35015
3006810	La Roche-au-Baussan	la-roche-au-baussan	FR		0	Europe/Paris	46.47948	0.8343				75	86	862	86191
3006811	La Roche	la-roche	FR		0	Europe/Paris	48.60317	2.23399				11	91	913	91461
3006812	La Roche	la-roche	FR		0	Europe/Paris	48.3068	0.22993				52	72	722	72192
3006813	La Roche	la-roche	FR		0	Europe/Paris	48.28333	0.71667				28	61	613	61484
3006814	La Roche	la-roche	FR		0	Europe/Paris	48.23398	0.86867				24	28	284	28111
3006815	La Roche	la-roche	FR		0	Europe/Paris	48.17495	-1.21111				53	35	351	35015
3006816	La Roche	la-roche	FR		0	Europe/Paris	48.08841	-1.04798				52	53	532	53108
3006817	La Roche	la-roche	FR		0	Europe/Paris	47.65642	4.65881				27	21	213	21514
3006818	La Roche	la-roche	FR		0	Europe/Paris	47.34077	2.8821				27	58	584	58295
3006819	La Roche	la-roche	FR		0	Europe/Paris	47.33904	3.49509				27	58	582	58029
3006820	La Roche	la-roche	FR		0	Europe/Paris	47.30059	-1.7244				52	44	445	44217
3006821	La Roche	la-roche	FR		0	Europe/Paris	47.16218	1.674				24	36	364	36162
3006822	La Roche	la-roche	FR		0	Europe/Paris	46.98464	1.52906				24	36	362	36093
3006823	La Roche	la-roche	FR		0	Europe/Paris	46.70761	2.48876				24	18	182	18034
3006824	La Roche	la-roche	FR		0	Europe/Paris	46.63446	2.54738				24	18	182	18041
3006825	La Roche	la-roche	FR		0	Europe/Paris	46.40363	3.25581				84	03	032	03169
3006826	La Roche	la-roche	FR		0	Europe/Paris	46.40465	1.0655				75	86	862	86037
3006827	La Roche	la-roche	FR		0	Europe/Paris	46.32816	3.23044		La Roche		84	03	032	03038
3006828	La Roche	la-roche	FR		0	Europe/Paris	46.3237	2.20585				75	23	231	23240
3006829	La Roche	la-roche	FR		0	Europe/Paris	46.05	1.48333				75	87	872	87181
3006830	La Roche	la-roche	FR		0	Europe/Paris	46.01433	4.00372		La Roche		84	42	422	42162
3006831	La Roche	la-roche	FR		0	Europe/Paris	45.59673	5.21971				84	38	382	38352
3006832	La Roche	la-roche	FR		0	Europe/Paris	45.61667	3.7				84	63	631	63037
3006833	La Roche	la-roche	FR		0	Europe/Paris	45.54563	2.63712				84	63	633	63426
3006834	La Roche	la-roche	FR		0	Europe/Paris	45.47895	4.1429				84	42	421	42256
3006835	Laroche	laroche	FR		0	Europe/Paris	45.33082	3.3186				84	43	431	43038
3006836	La Roche	la-roche	FR		0	Europe/Paris	45.28292	1.47808				75	19	191	19005
3006837	La Roche	la-roche	FR		0	Europe/Paris	45.28672	1.39695		La Roche,Roche		75	19	191	19196
3006838	La Roche	la-roche	FR		0	Europe/Paris	45.24282	3.15967				84	15	153	15127
3006839	La Roche	la-roche	FR		0	Europe/Paris	45.15203	1.44949				75	19	191	19229
3006840	La Roche	la-roche	FR		0	Europe/Paris	45.12352	1.07859				75	24	244	24550
3006841	La Roche	la-roche	FR		0	Europe/Paris	45.01618	3.83588				84	43	432	43174
3006842	La Roche	la-roche	FR		0	Europe/Paris	44.98982	4.3963				84	07	073	07204
3006843	La Roche	la-roche	FR		0	Europe/Paris	44.89584	5.93423				84	38	381	38518
3006844	La Roche	la-roche	FR		0	Europe/Paris	44.9	4.38333				84	07	073	07150
3006845	La Roche	la-roche	FR		0	Europe/Paris	44.81506	3.44275				76	48	482	48079
3006846	La Roche	la-roche	FR		0	Europe/Paris	44.68817	1.2087				75	24	244	24075
3006847	La Roche	la-roche	FR		0	Europe/Paris	44.28608	3.76833				76	48	481	48136
3006850	La Rochaille	la-rochaille	FR		0	Europe/Paris	46.57523	2.00008				24	36	363	36046
3006851	Larocal	larocal	FR		0	Europe/Paris	44.71558	0.72766				75	24	241	24028
3006852	La Robinière	la-robiniere	FR		0	Europe/Paris	47.3325	-1.36464				52	44	445	44028
3006853	La Robinière	la-robiniere	FR		0	Europe/Paris	47.13333	0.78333				24	37	373	37143
3006856	La Robinais	la-robinais	FR		0	Europe/Paris	47.6215	-1.21142		La Robinaie,La Robinais		52	44	445	44031
3006857	La Robertière	la-robertiere	FR		0	Europe/Paris	47.53647	-1.46486				52	44	445	44001
3006858	La Robertière	la-robertiere	FR		0	Europe/Paris	47.01048	-1.43555				52	44	442	44127
3006859	La Robertie	la-robertie	FR		0	Europe/Paris	44.98612	0.89531				75	24	244	24261
3006860	La Robertie	la-robertie	FR		0	Europe/Paris	44.78609	0.63406				75	24	241	24177
3006861	La Roberie	la-roberie	FR		0	Europe/Paris	48.47912	0.69837				28	61	613	61230
3006862	La Roberderie	la-roberderie	FR		0	Europe/Paris	47.07662	0.1893				24	37	371	37144
3006863	La Roberdais	la-roberdais	FR		0	Europe/Paris	47.54057	-1.75638				52	44	445	44062
3006864	L'Arnotie	l-arnotie	FR		0	Europe/Paris	45.04233	1.00749				75	24	244	24330
3006866	L'Arnaye	l-arnaye	FR		0	Europe/Paris	46.6	0.3		L'Arnaye,Larnay		75	86	863	86297
3006872	Larnac	larnac	FR		0	Europe/Paris	44.2393	4.16799				76	30	301	30152
3006875	Larny	larny	FR		0	Europe/Paris	45.78318	4.66709		Larny		84	69	691	69154
3006883	La Rivine	la-rivine	FR		0	Europe/Paris	45.13717	6.41731				84	73	733	73306
3006886	La Rivière Haute	la-riviere-haute	FR		0	Europe/Paris	44.47299	1.25205				76	46	461	46001
3006890	La Rivière Basse	la-riviere-basse	FR		0	Europe/Paris	44.48253	1.22653				76	46	461	46001
3006905	La Rivier	la-rivier	FR		0	Europe/Paris	45.19136	5.42753				84	38	381	38117
3006906	Larives	larives	FR		0	Europe/Paris	44.87851	0.80881				75	24	241	24073
3006907	La Rive du Bois	la-rive-du-bois	FR		0	Europe/Paris	48.06407	2.28562				24	45	453	45069
3006908	La Rive du Bois	la-rive-du-bois	FR		0	Europe/Paris	48.05216	2.05523				24	45	452	45224
3006909	La Rive	la-rive	FR		0	Europe/Paris	47.16667	2.93333				24	18	181	18224
3006910	La Rivarie	la-rivarie	FR		0	Europe/Paris	45.35184	0.8041				75	24	242	24238
3006912	La Ripe	la-ripe	FR		0	Europe/Paris	47.57786	3.64011				27	89	892	89253
3006913	La Riotière	la-riotiere	FR		0	Europe/Paris	47.41667	-0.93333		La Riotiere,La Riotière,La Riottiere,La Riottière		52	49	491	49160
3006914	La Riolais	la-riolais	FR		0	Europe/Paris	47.66434	-1.41933		La Riclais,La Riolais		52	44	445	44085
3006915	La Rinsonnière	la-rinsonniere	FR		0	Europe/Paris	48.7619	1.86637				11	78	782	78050
3006916	La Ringuière	la-ringuiere	FR		0	Europe/Paris	43.76371	5.65207		La Renguiere,La Ringuiere,La Ringuière		93	84	841	84014
3006919	La Rihouerie	la-rihouerie	FR		0	Europe/Paris	49.11691	-1.38036				28	50	503	50550
3006920	La Rigaudière	la-rigaudiere	FR		0	Europe/Paris	46.41849	2.10428				24	36	363	36240
3006921	La Rigaudie	la-rigaudie	FR		0	Europe/Paris	45.8709	3.56553				84	63	635	63430
3006922	La Rigalderie	la-rigalderie	FR		0	Europe/Paris	43.93167	3.47974		La Rigalderie,Rigalderie		76	30	303	30040
3006923	La Riffaudière	la-riffaudiere	FR		0	Europe/Paris	48.22132	1.225				24	28	282	28424
3006924	La Riffaudière	la-riffaudiere	FR		0	Europe/Paris	47.59905	2.20124				24	18	183	18037
3006925	La Rifetière	la-rifetiere	FR		0	Europe/Paris	48.43421	0.79883				28	61	613	61345
3006926	La Ridelière	la-rideliere	FR		0	Europe/Paris	46.83262	-1.18369		La Rideliere,La Ridelière,La Ridoliere,La Ridolière		52	85	852	85196
3006927	La Richemondière	la-richemondiere	FR		0	Europe/Paris	47.15	-2.23333				52			
3006932	La Ribierre	la-ribierre	FR		0	Europe/Paris	45.84218	2.04007				75	23	231	23144
3006933	La Ribière-Bayard	la-ribiere-bayard	FR		0	Europe/Paris	46.2	1.65				75	23	232	23236
3006934	La Ribière-Augait	la-ribiere-augait	FR		0	Europe/Paris	45.88333	1.66667				75	23	232	23237
3006935	La Ribière	la-ribiere	FR		0	Europe/Paris	46.26667	2.11667				75	23	231	23072
3006936	La Ribière	la-ribiere	FR		0	Europe/Paris	45.81204	2.30651				75	23	231	23115
3006937	La Ribière	la-ribiere	FR		0	Europe/Paris	45.45832	1.28569				75	19	191	19198
3006938	La Ribièra	la-ribiera	FR		0	Europe/Paris	44.10672	6.83803		La Ribiera,La Ribièra,Ribiera,Ribiéra		93	06	062	06071
3006939	La Ribeyrie	la-ribeyrie	FR		0	Europe/Paris	44.88854	0.55058		La Ribeyrie,Ribeyrie		75	24	241	24237
3006940	La Ribeyre	la-ribeyre	FR		0	Europe/Paris	45.5926	3.32256				84	63	633	63321
3006941	La Ribeyre	la-ribeyre	FR		0	Europe/Paris	44.97985	3.55681				84	43	431	43234
3006942	La Ribaudière	la-ribaudiere	FR		0	Europe/Paris	48.34512	0.81093				24	28	284	28280
3006943	La Riau	la-riau	FR		0	Europe/Paris	46.28477	3.20759				84	03	032	03049
3006950	Largnac	largnac	FR		0	Europe/Paris	45.33333	2.43333				84	15	152	15265
3006952	L'Argillier	l-argillier	FR		0	Europe/Paris	45.39072	2.995				84	63	633	63313
3006954	L'Argilier	l-argilier	FR		0	Europe/Paris	49.73213	1.81751				32	60	601	60248
3006957	L'Argentière	l-argentiere	FR		0	Europe/Paris	45.68835	4.45677				84	69	691	69014
3006959	Largelier	largelier	FR		0	Europe/Paris	45.33243	3.36654				84	43	431	43074
3006963	L'Arfeuillère	l-arfeuillere	FR		0	Europe/Paris	45.61525	2.14558		L'Arfeuillere,L'Arfeuillère,Larfeuillere,Larfeuillère		75	19	193	19244
3006964	L'Arfeuille	l-arfeuille	FR		0	Europe/Paris	46.31595	3.04123				84	03	032	03319
3006965	La Reymondie	la-reymondie	FR		0	Europe/Paris	45.00897	1.40313		La Raymondie,La Reymondie,Le Reymondie		75	24	244	24301
3006966	La Revêtizon	la-revetizon	FR		0	Europe/Paris	46.19139	-0.47228		La Revetizon,La Revêtizon		75	79	792	79031
3006968	La Reveillère	la-reveillere	FR		0	Europe/Paris	47.0943	-0.51428				52	49	492	49310
3006969	La Revaudière	la-revaudiere	FR		0	Europe/Paris	46.80335	0.83624				24	37	373	37282
3006970	La Retardière	la-retardiere	FR		0	Europe/Paris	47.10244	0.68776				24	37	373	37247
3006971	La Reste	la-reste	FR		0	Europe/Paris	44.60134	6.49854				93	05	052	05036
3006972	La Ressière	la-ressiere	FR		0	Europe/Paris	46.23935	0.58624				75	86	862	86289
3006973	La Ressegue	la-ressegue	FR		0	Europe/Paris	44.89666	0.46011				75	24	241	24197
3006975	La Réserve	la-reserve	FR		0	Europe/Paris	46.88333	2.95				24	18	182	18048
3006976	La Repentie	la-repentie	FR		0	Europe/Paris	46.17274	-1.21941				75	17	173	17300
3006982	La Renoulière	la-renouliere	FR		0	Europe/Paris	46.96155	-1.41453				52	44	442	44216
3006983	La Renouère	la-renouere	FR		0	Europe/Paris	47.19584	-1.29048				52	44	442	44079
3006985	La Renonfeyre	la-renonfeyre	FR		0	Europe/Paris	45.43909	2.79805				84	63	633	63144
3006990	La Renaude	la-renaude	FR		0	Europe/Paris	47.81073	2.9862				24	45	451	45079
3006991	La Renardière	la-renardiere	FR		0	Europe/Paris	48.73699	1.0655				24	28	283	28037
3006994	Arena	arena	FR		0	Europe/Paris	42.50073	9.46503		Arena,L'Arena		94	2B	2B3	2B346
3006996	La Remise	la-remise	FR		0	Europe/Paris	44.42252	2.26581				76	12	123	12008
3006998	La Remerie	la-remerie	FR		0	Europe/Paris	47.2061	0.67461				24	37	372	37250
3007000	Lareille	lareille	FR		0	Europe/Paris	47.71667	2.2				24	45	452	45331
3007001	La Réhorie	la-rehorie	FR		0	Europe/Paris	48.20746	-1.13027				53	35	351	35185
3007002	La Réhaurie	la-rehaurie	FR		0	Europe/Paris	47.95598	-0.60136				52	53	531	53152
3007003	La Rehaudais	la-rehaudais	FR		0	Europe/Paris	48.32743	-2.08713				53	22	221	22312
3007005	Laregnier	laregnier	FR		0	Europe/Paris	45.5508	5.57529				84	38	382	38001
3007006	La Regeserie	la-regeserie	FR		0	Europe/Paris	47.47059	-1.17523				52	44	445	44134
3007009	La Redonne	la-redonne	FR		0	Europe/Paris	43.33782	5.19834		La Redonne		93	13	134	13033
3007011	La Redonde	la-redonde	FR		0	Europe/Paris	45.5399	3.30584				84	63	633	63051
3007012	La Reculerie	la-reculerie	FR		0	Europe/Paris	47.75823	-1.28311				52	44	445	44199
3007013	La Reculée	la-reculee	FR		0	Europe/Paris	47.2179	2.73143				24	18	181	18151
3007014	La Rebière	la-rebiere	FR		0	Europe/Paris	45.53333	2.33333				75	19	193	19275
3007015	Lareaud	lareaud	FR		0	Europe/Paris	46.42515	2.91744		L'Ariau,Lareaud		84	03	031	03191
3007019	L'Ardoise	l-ardoise	FR		0	Europe/Paris	47.48457	2.09515				24	41	413	41176
3007020	L'Ardoise	l-ardoise	FR		0	Europe/Paris	44.09758	4.702		L'Ardoise		76	30	302	30141
3007024	Lardières	lardieres	FR		0	Europe/Paris	49.25551	2.13513				32	60	601	60395
3007026	Lardeyrol	lardeyrol	FR		0	Europe/Paris	44.95923	4.24071				84	07	073	07226
3007027	Lardenne	lardenne	FR		0	Europe/Paris	43.59009	1.37741				76	31	313	31555
3007030	Lard	lard	FR		0	Europe/Paris	45.86045	4.12257				84	42	422	42226
3007031	L'Arcouest	l-arcouest	FR		0	Europe/Paris	48.81667	-3.01667				53	22	222	22210
3007032	Larçon	larcon	FR		0	Europe/Paris	47.63234	4.8704				27	21	212	21579
3007034	L'Archevêché	l-archeveche	FR		0	Europe/Paris	48.77428	2.68257				11	77	775	77350
3007035	Larcher	larcher	FR		0	Europe/Paris	44.67241	1.59705				76	46	463	46204
3007040	L'arc'hantel	l-arc-hantel	FR		0	Europe/Paris	48.3825	-4.55575				53	29	291	29019
3007042	L'Archangerie	l-archangerie	FR		0	Europe/Paris	47.97434	3.17259				27	89	893	89133
3007046	Larcenac	larcenac	FR		0	Europe/Paris	45.13648	3.91951				84	43	432	43230
3007047	L'Arcelle	l-arcelle	FR		0	Europe/Paris	45.25926	7.02449				84	73	733	73040
3007051	L'Arbrisseau	l-arbrisseau	FR		0	Europe/Paris	50.59591	3.0518				32	59	595	59648
3007052	Larbret L'Arbret	larbret-l-arbret	FR		0	Europe/Paris	50.21305	2.5581				32	62	621	62086
3007054	L'Arbre-Sec	l-arbre-sec	FR		0	Europe/Paris	48.06749	2.22635				24	45	453	45111
3007055	L'Arbre	l-arbre	FR		0	Europe/Paris	45.73827	0.54006				75	16	163	16213
3007056	Larbre	larbre	FR		0	Europe/Paris	45.2313	3.63555				84	43	432	43057
3007058	L'Arboulerie	l-arboulerie	FR		0	Europe/Paris	45.8774	2.72812				84	63	634	63228
3007060	Larbogne	larbogne	FR		0	Europe/Paris	44.88333	0.3				75	24	241	24182
3007062	La Raye	la-raye	FR		0	Europe/Paris	47.12481	-0.25877				52	49	493	49253
3007063	La Ray	la-ray	FR		0	Europe/Paris	47.13552	1.96619				24	18	183	18140
3007067	La Rangée	la-rangee	FR		0	Europe/Paris	48.52327	0.87777				28	61	613	61230
3007068	La Ranchetière	la-ranchetiere	FR		0	Europe/Paris	45.55	4.9				84	38	383	38484
3007072	La Ramée	la-ramee	FR		0	Europe/Paris	48.04064	3.53153				27	89	893	89059
3007073	La Ramblaise	la-ramblaise	FR		0	Europe/Paris	48.33063	0.56415				28	61	613	61005
3007074	Laramas	laramas	FR		0	Europe/Paris	45.13333	4.5				84	07	073	07285
3007075	La Rallerie	la-rallerie	FR		0	Europe/Paris	46.35071	0.6812				75	86	862	86107
3007077	La Haute Rairie	la-haute-rairie	FR		0	Europe/Paris	47.08815	1.16728	138	La Haute Rairie		24	37	373	37133
3007078	La Raimbaudière	la-raimbaudiere	FR		0	Europe/Paris	47.07071	-0.55608				52	49	492	49310
3007080	La Raille	la-raille	FR		0	Europe/Paris	44.63739	6.81822		La Riaille		93	05	051	05026
3007083	La Ragerie	la-ragerie	FR		0	Europe/Paris	47.85278	2.69945				24	45	451	45332
3007084	La Rage	la-rage	FR		0	Europe/Paris	45.02957	4.85252				84	26	263	26271
3007085	La Raganne	la-raganne	FR		0	Europe/Paris	48.35527	3.12692				27	89	893	89480
3007086	La Rafigne	la-rafigne	FR		0	Europe/Paris	44.90923	0.65254				75	24	241	24242
3007088	La Raffinie	la-raffinie	FR		0	Europe/Paris	45.14725	0.83861				75	24	243	24026
3007089	La Racinière	la-raciniere	FR		0	Europe/Paris	48.73094	0.66919				28	61	613	61440
3007091	La Racherie	la-racherie	FR		0	Europe/Paris	46.34619	3.28276		La Racherie,Racherie		84	03	032	03083
3007093	La Rabotière	la-rabotiere	FR		0	Europe/Paris	48.67176	0.55659				28	61	613	61052
3007098	Laquins	laquins	FR		0	Europe/Paris	45.08481	0.94444				75	24	244	24356
3007103	La Queue-d'Haye	la-queue-d-haye	FR		0	Europe/Paris	49.12902	1.54149				28	27	271	27331
3007104	La Queue-aux-Bois	la-queue-aux-bois	FR		0	Europe/Paris	48.59304	3.47234				11	77	773	77262
3007108	La Quaisne	la-quaisne	FR		0	Europe/Paris	49.55336	1.40959				28	76	763	76109
3007109	La Quaire	la-quaire	FR		0	Europe/Paris	46.01667	1.7				75	23	232	23189
3007110	La Pyramide	la-pyramide	FR		0	Europe/Paris	47.44057	-0.48932				52	49	491	49353
3007120	La Pruneyre	la-pruneyre	FR		0	Europe/Paris	45.49345	2.69334				84	63	633	63028
3007121	La Prunerie	la-prunerie	FR		0	Europe/Paris	46.52715	0.63895				75	86	862	86233
3007122	La Prunerette	la-prunerette	FR		0	Europe/Paris	45.41271	3.45664				84	63	633	63376
3007123	La Prunellerie	la-prunellerie	FR		0	Europe/Paris	48.04095	-1.10943				53	35	351	35006
3007124	La Prune	la-prune	FR		0	Europe/Paris	46.51905	1.56181				24	36	362	36032
3007125	La Prugne	la-prugne	FR		0	Europe/Paris	46.4539	2.60734				84	03	031	03213
3007126	La Prugne	la-prugne	FR		0	Europe/Paris	46.29615	3.20492		La Prugne,La Prune		84	03	032	03049
3007127	La Prugne	la-prugne	FR		0	Europe/Paris	46.14137	2.44693				75	23	231	23203
3007129	La Provotais	la-provotais	FR		0	Europe/Paris	47.97905	-1.79323				53	35	352	35126
3007130	La Provotaie	la-provotaie	FR		0	Europe/Paris	47.65752	-2.02981				52	44	445	44185
3007131	La Provenchère	la-provenchere	FR		0	Europe/Paris	47.36158	4.07878				27	89	892	89349
3007132	La Provenchère	la-provenchere	FR		0	Europe/Paris	47.15628	1.95105				24	18	183	18140
3007133	La Proto	la-proto	FR		0	Europe/Paris	44.03333	5.05		La Prate,La Prato,La Proto		93	84	843	84031
3007135	La Prinstière	la-prinstiere	FR		0	Europe/Paris	48.35257	0.99692				24	28	284	28331
3007136	La Prinais	la-prinais	FR		0	Europe/Paris	47.26524	-2.14667		La Haut Prinais,La Prinais		52	44	443	44154
3007199	La Porte	la-porte	FR		0	Europe/Paris	46.3	3				84	03	031	03243
3007137	La Primaudière	la-primaudiere	FR		0	Europe/Paris	48.15817	-0.84791				52	53	533	53005
3007139	La Preugne	la-preugne	FR		0	Europe/Paris	46.75133	1.90124				24	36	362	36211
3007140	La Preugne	la-preugne	FR		0	Europe/Paris	46.61724	2.24496				24	18	182	18217
3007142	La Presle	la-presle	FR		0	Europe/Paris	46.57714	2.43971				24	18	182	18278
3007145	La Prée	la-pree	FR		0	Europe/Paris	49.6265	1.2783				28	76	761	76621
3007146	La Prée	la-pree	FR		0	Europe/Paris	47.44438	2.13286				24	41	413	41249
3007147	La Préau	la-preau	FR		0	Europe/Paris	46.38763	2.95848				84	03	031	03058
3007148	La Préalle	la-prealle	FR		0	Europe/Paris	46.68352	2.16476				24	18	182	18193
3007149	La Pras	la-pras	FR		0	Europe/Paris	46.27452	3.48888				84	03	033	03179
3007150	La Pras	la-pras	FR		0	Europe/Paris	45.71667	4.08333				84	42	421	42150
3007151	La Praie	la-praie	FR		0	Europe/Paris	48.14152	-1.48219				53	35	353	35327
3007152	La Pradette	la-pradette	FR		0	Europe/Paris	45.00755	4.08465				84	43	432	43143
3007155	Lapra	lapra	FR		0	Europe/Paris	45.75382	4.43389				84	69	691	69187
3007156	La Praz	la-praz	FR		0	Europe/Paris	45.20457	6.58823		La Pra		84	73	733	73223
3007159	La Poutuire	la-poutuire	FR		0	Europe/Paris	45.03333	5.98333				84	38	381	38285
3007161	La Poutière	la-poutiere	FR		0	Europe/Paris	47.00333	-1.1389				52	85	852	85039
3007162	La Poussinière	la-poussiniere	FR		0	Europe/Paris	48.15819	2.04846				24	45	453	45025
3007163	La Poupinière	la-poupiniere	FR		0	Europe/Paris	47.40202	-1.49703				52	44	445	44110
3007164	La Poultière	la-poultiere	FR		0	Europe/Paris	48.59512	-1.61296				53	35	354	35247
3007165	La Poulinière	la-pouliniere	FR		0	Europe/Paris	48.03333	-1.13333				53	35	351	35006
3007166	La Poulinière	la-pouliniere	FR		0	Europe/Paris	46.70571	2.05677		La Pouliniere,La Poulinière,Les Loges de la Pouliniere,Les Loges de la Poulinière		24	36	363	36017
3007167	Lapouleille	lapouleille	FR		0	Europe/Paris	44.93632	0.68115				75	24	241	24405
3007168	La Poule	la-poule	FR		0	Europe/Paris	45.37169	3.5595		La Pouille,La Poule		84	43	431	43226
3007169	La Poujade	la-poujade	FR		0	Europe/Paris	45.0797	1.7531				75	19	191	19163
3007170	La Poujade	la-poujade	FR		0	Europe/Paris	45.07636	1.39044				75	24	244	24117
3007175	La Potrie	la-potrie	FR		0	Europe/Paris	46.81274	-1.01988				52	85	852	85153
3007176	La Potière	la-potiere	FR		0	Europe/Paris	46.31615	0.75956				75	86	862	86190
3007178	La Poterne	la-poterne	FR		0	Europe/Paris	48.01832	2.56873				24	45	451	45219
3007182	La Poterie	la-poterie	FR		0	Europe/Paris	50.74837	1.62016		La Poterie,Poterie		32	62	623	62894
3007183	La Poterie	la-poterie	FR		0	Europe/Paris	49.58273	1.60647				28	76	761	76666
3007184	La Poterie	la-poterie	FR		0	Europe/Paris	48.75178	1.19363				24	28	283	28348
3007185	La Poterie	la-poterie	FR		0	Europe/Paris	48.53142	-4.02742		La Poterie,Poterie		53	29	293	29105
3007186	La Poterie	la-poterie	FR		0	Europe/Paris	48.47343	-2.46972		La Poterie		53	22	224	22093
3007187	La Poterie	la-poterie	FR		0	Europe/Paris	48.35368	0.90903				24	28	284	28236
3007188	La Poterie	la-poterie	FR		0	Europe/Paris	47.52715	3.34762				27	89	891	89158
3007189	La Poterie	la-poterie	FR		0	Europe/Paris	46.54142	3.2481				84	03	032	03085
3007190	La Poterie	la-poterie	FR		0	Europe/Paris	45.86901	0.30585				75	16	163	16300
3007192	La Posterie	la-posterie	FR		0	Europe/Paris	44.77533	5.90044		La Posterie,Le Posterle		84	38	381	38299
3007193	La Poste aux Alouettes	la-poste-aux-alouettes	FR		0	Europe/Paris	47.61411	3.81806		La Poste aux Alouettes,Le Poste aux Allouettes		27	89	892	89208
3007194	La Poste	la-poste	FR		0	Europe/Paris	47.59619	2.79258				24	45	451	45238
3007196	La Porte	la-porte	FR		0	Europe/Paris	48.50921	0.72995				28	61	613	61230
3007197	La Porte	la-porte	FR		0	Europe/Paris	47.75876	-1.92228				53	35	352	35285
3007198	La Porte	la-porte	FR		0	Europe/Paris	47.67238	-2.06571				53	35	352	35236
3007202	La Portanière	la-portaniere	FR		0	Europe/Paris	43.24861	6.17341				93	83	832	83091
3007203	La Porquerie	la-porquerie	FR		0	Europe/Paris	50.22552	3.81646				32	59	591	59467
3007204	La Pordais	la-pordais	FR		0	Europe/Paris	47.26738	-2.00928				52	44	443	44192
3007208	La Porcherais Casso	la-porcherais-casso	FR		0	Europe/Paris	47.48869	-2.07584				52	44	443	44129
3007209	La Pommerie	la-pommerie	FR		0	Europe/Paris	45.67814	2.14641		La Pommeric,La Pommerie		75	19	193	19241
3007216	La Pommeraie	la-pommeraie	FR		0	Europe/Paris	48.34379	0.60664				28	61	613	61142
3007217	La Pommeraie	la-pommeraie	FR		0	Europe/Paris	47.18583	-1.26953				52	44	442	44212
3007219	La Pomme de Pin	la-pomme-de-pin	FR		0	Europe/Paris	43.5494	5.22309				93	13	131	13037
3007220	La Pomme	la-pomme	FR		0	Europe/Paris	45.1	4.3				84	43	433	43244
3007221	La Pomme	la-pomme	FR		17787	Europe/Paris	43.28987	5.44153				93	13	133	13055
3007222	La Pommarerie	la-pommarerie	FR		0	Europe/Paris	48.58714	0.92075				24	28	283	28314
3007223	La Pomelie	la-pomelie	FR		0	Europe/Paris	45.34987	1.18073				75	24	242	24196
3007225	Pomblière	pombliere	FR		0	Europe/Paris	45.49728	6.5596		La Pombiere,La Pombière,La Pombliere,La Pomblière,Pombliere,Pomblieres,Pomblière		84	73	731	73253
3007227	La Poltière	la-poltiere	FR		0	Europe/Paris	47.86245	-1.42934				53	35	351	35082
3007228	La Polle	la-polle	FR		0	Europe/Paris	49.63801	-1.63664		La Polle,la Pole		28	50	502	50129
3007229	La Polka	la-polka	FR		0	Europe/Paris	47.00692	0.23842				75	86	861	86197
3007230	La Polhaie	la-polhaie	FR		0	Europe/Paris	47.51708	-2.01736				52	44	443	44161
3007231	La Poivetière	la-poivetiere	FR		0	Europe/Paris	47.21215	-1.35381		La Poivetiere,La Poivetière,La Pouivetiere,La Pouivetière		52	44	442	44084
3007232	La Poitrière	la-poitriere	FR		0	Europe/Paris	47.39777	-0.98388		La Poetriere,La Pœtrière		52	44	445	44104
3007235	La Poissonnière	la-poissonniere	FR		0	Europe/Paris	47.80734	-1.262				53	35	351	35103
3007237	La Pointe-de-Contes	la-pointe-de-contes	FR		0	Europe/Paris	43.77824	7.33898		La Pointe,La Pointe-de-Contes		93	06	062	06019
3007238	La Pointe-Bouchemaine	la-pointe-bouchemaine	FR		0	Europe/Paris	47.40735	-0.62107		La Pointe		52	49	491	49035
3007239	La Pointe	la-pointe	FR		0	Europe/Paris	46.818	2.91438				24	18	182	18242
3007240	La Pointe	la-pointe	FR		0	Europe/Paris	44.09233	1.03787				76	82	821	82019
3007241	La Poëtevinière	la-poeteviniere	FR		0	Europe/Paris	48.44756	-1.6089		La Poeteviniere,La Poetviniere,La Poëtevinière,La Poëtvinière		53	35	351	35019
3007242	La Pocquerie	la-pocquerie	FR		0	Europe/Paris	49.45	1.45				28	27	271	27664
3007245	La Plesse	la-plesse	FR		0	Europe/Paris	48.6661	1.15348				24	28	283	28120
3007246	La Plesse	la-plesse	FR		0	Europe/Paris	48.56667	-2.83333				53	22	224	22251
3007247	Lapleoux	lapleoux	FR		0	Europe/Paris	45.85	2.06667				75	23	231	23144
3007250	Laplaud	laplaud	FR		0	Europe/Paris	45.92117	1.05519				75	87	873	87110
3007251	Laplaud	laplaud	FR		0	Europe/Paris	45.90363	0.60356				75	16	163	16192
3007252	La Plâtrière	la-platriere	FR		0	Europe/Paris	46.72572	2.88064				84	03	032	03155
3007253	La Plante	la-plante	FR		0	Europe/Paris	46.84205	0.47494				75	86	861	86272
3007254	La Planque	la-planque	FR		0	Europe/Paris	44.26476	2.27405				76	12	123	12189
3007256	La Plane	la-plane	FR		0	Europe/Paris	44.48683	2.00372				76	12	123	12158
3007257	La Plancotte	la-plancotte	FR		0	Europe/Paris	44.95	1.7				76	46	463	46330
3007261	La Plancade	la-plancade	FR		0	Europe/Paris	44.1656	2.24012				76	12	123	12060
3007271	La Plagne	la-plagne	FR		0	Europe/Paris	45.48016	2.12208				75	19	193	19130
3007272	La Plagne	la-plagne	FR		0	Europe/Paris	44.63608	2.56709				76	12	122	12094
3007274	La Place	la-place	FR		0	Europe/Paris	49.68484	0.18209				28	76	762	76508
3007275	La Place	la-place	FR		0	Europe/Paris	48.60817	1.48461				24	28	283	28275
3007276	La Place	la-place	FR		0	Europe/Paris	47.85536	2.09633				24	45	452	45123
3007277	La Place	la-place	FR		0	Europe/Paris	46.83333	2.91667				24	18	182	18242
3007278	La Place	la-place	FR		0	Europe/Paris	45.69282	3.9084				84	42	421	42227
3007279	La Place	la-place	FR		0	Europe/Paris	43.34667	-1.27463		La Place,Plaza		75	64	641	64377
3007280	La Placardelle	la-placardelle	FR		0	Europe/Paris	49.18615	4.91409		La Placardelle,Placardelle		44	51	511	51621
3007281	La Piverdais	la-piverdais	FR		0	Europe/Paris	48.15447	-1.55133				53	35	353	35001
3007282	La Pivendière	la-pivendiere	FR		0	Europe/Paris	48.18333	-1.1		La Pivendiere,La Pivendière,La Piverdiere		53	35	351	35300
3007284	La Pisière	la-pisiere	FR		0	Europe/Paris	47.77111	-1.37744				52	44	445	44146
3007285	La Pirraz	la-pirraz	FR		0	Europe/Paris	45.83727	6.23082		La Pirra,La Pirraz		84	74	741	74275
3007286	La Pironnière	la-pironniere	FR		0	Europe/Paris	46.48333	-1.75				52	85	853	85194
3007287	La Piraube	la-piraube	FR		0	Europe/Paris	46.26558	3.08051				84	03	033	03175
3007288	La Piquelotais	la-piquelotais	FR		0	Europe/Paris	47.37821	-1.74346				52	44	445	44111
3007289	La Pinsonnie	la-pinsonnie	FR		0	Europe/Paris	45.07148	0.93558				75	24	244	24356
3007290	La Pinolie	la-pinolie	FR		0	Europe/Paris	45.16379	0.99186				75	24	244	24241
3007291	La Pinière	la-piniere	FR		0	Europe/Paris	46.94215	-1.37917				52	85	852	85197
3007292	La Pinière	la-piniere	FR		0	Europe/Paris	46.80557	-1.35664				52	85	852	85208
3007294	La Pinçonnière	la-pinconniere	FR		0	Europe/Paris	47.06667	1.06667				24	37	373	37269
3007296	La Piloisière	la-piloisiere	FR		0	Europe/Paris	48.7	-1.01667		La Piloisiere,La Piloisière,Pilloisiere		28	50	501	50260
3007297	La Pignolière	la-pignoliere	FR		0	Europe/Paris	47.16667	1.35				24	36	362	36244
3007299	La Pigeonie	la-pigeonie	FR		0	Europe/Paris	45.17821	1.53021				75	24	243	24372
3007300	Pietra Zitamboli	pietra-zitamboli	FR		0	Europe/Paris	42.33156	8.98028		La Pietra,Pietra Zitamboli		94	2B	2B3	2B007
3007301	La Pierrière	la-pierriere	FR		0	Europe/Paris	47.84534	1.78687		La Perriere,La Perrière,La Pierriere,La Pierrière		24	45	452	45098
3007310	La Pidorière	la-pidoriere	FR		0	Europe/Paris	48.06027	0.75174				52	72	722	72373
3007311	La Picotière	la-picotiere	FR		0	Europe/Paris	48.86715	1.61426				11	78	781	78163
3007312	La Picotière	la-picotiere	FR		0	Europe/Paris	48.5586	1.24014				24	28	283	28386
3007313	La Pichotière	la-pichotiere	FR		0	Europe/Paris	48.38522	0.69466				28	61	613	61309
3007315	La Pichonnière	la-pichonniere	FR		0	Europe/Paris	47.30138	1.3288				24	41	413	41258
3007316	La Pichardière	la-pichardiere	FR		0	Europe/Paris	47.1	0.35				24	37	371	37125
3007317	La Picaudière	la-picaudiere	FR		0	Europe/Paris	47.64705	2.26714				24	45	452	45171
3007320	La Piardière	la-piardiere	FR		0	Europe/Paris	47.53471	-1.86018				52	44	445	44128
3007321	La Philippoterie	la-philippoterie	FR		0	Europe/Paris	48.16667	0.96667		La Philippoterie,Philippoterie		24	28	284	28016
3007322	La Pèze	la-peze	FR		0	Europe/Paris	48.39691	3.6569				44	10	102	10023
3007323	Lapèze	lapeze	FR		0	Europe/Paris	44.60612	1.01045				75	47	473	47292
3007324	La Peyzie	la-peyzie	FR		0	Europe/Paris	45.26667	0.53333				75	24	243	24243
3007330	La Peyrouse	la-peyrouse	FR		0	Europe/Paris	44.94673	0.68632				75	24	241	24405
3007331	La Peyrière	la-peyriere	FR		0	Europe/Paris	45.45184	1.15459				75	24	242	24008
3007334	La Peyre	la-peyre	FR		0	Europe/Paris	45.00344	2.02593				75	19	192	19034
3007335	La Peyre	la-peyre	FR		0	Europe/Paris	44.84837	4.3834				84	07	073	07239
3007338	La Peyre	la-peyre	FR		0	Europe/Paris	42.84262	2.09771				76	11	112	11036
3007340	La Peyrarce	la-peyrarce	FR		0	Europe/Paris	45.03571	4.81867		La Perarce,La Peyrarce,La Pérarce		84	07	073	07152
3007341	La Peyrade	la-peyrade	FR		0	Europe/Paris	43.42676	3.72705		La Peyrade		76	34	343	34108
3007342	La Petruère	la-petruere	FR		0	Europe/Paris	48.10846	-0.93789				52	53	532	53169
3007343	La Pétrie	la-petrie	FR		0	Europe/Paris	50.47014	3.08238				32	59	595	59411
3007344	La Petitie	la-petitie	FR		0	Europe/Paris	45.63333	0.35				75	16	161	16093
3007345	La Petite Ville	la-petite-ville	FR		0	Europe/Paris	46.50976	0.94269				75	86	862	86110
3007347	La Petite Saulaie	la-petite-saulaie	FR		0	Europe/Paris	47.01372	-0.68929				52	49	492	49381
3007348	La Petite Rue	la-petite-rue	FR		0	Europe/Paris	48.10663	1.99715		La Petite Rue,Petite Rue		24	45	453	45009
3007349	La Petite Rivière	la-petite-riviere	FR		0	Europe/Paris	47.38572	-0.98942				52	44	445	44213
3007350	La Petite Rivière	la-petite-riviere	FR		0	Europe/Paris	46.92485	1.63362				24	36	362	36247
3007355	La Petite Landelle	la-petite-landelle	FR		0	Europe/Paris	49.39065	1.87471				32	60	601	60344
3007356	La Petite Lande	la-petite-lande	FR		0	Europe/Paris	46.66667	2.9				84	03	032	03087
3007358	La Petite Grêlerie	la-petite-grelerie	FR		0	Europe/Paris	47.29818	2.19019				24	18	183	18290
3007359	La Petite Gorge	la-petite-gorge	FR		0	Europe/Paris	45.40559	4.73501				84	42	423	42056
3007360	La Petite Forge	la-petite-forge	FR		0	Europe/Paris	47.65	4.26667				27	21	213	21114
3007361	La Petite Forêt	la-petite-foret	FR		0	Europe/Paris	45.53128	5.19292				84	38	383	38015
3007362	La Petite Celle	la-petite-celle	FR		0	Europe/Paris	47.98693	3.2889				27	89	893	89063
3007363	La Petite Brosse	la-petite-brosse	FR		0	Europe/Paris	47.4	3.07772				27	58	584	58102
3007366	La Petite Age	la-petite-age	FR		0	Europe/Paris	46.21667	0.64491				75	86	862	86289
3007368	La Pesée	la-pesee	FR		0	Europe/Paris	45.57674	6.59792		La Peisey,La Pesee,La Pesée		84	73	731	73006
3007369	La Pervenche	la-pervenche	FR		0	Europe/Paris	44.77593	4.48135				84	07	072	07253
3007370	La Pérusse	la-perusse	FR		0	Europe/Paris	44.1399	6.08194		La Perusse,La Pérusse		93	04	043	04217
3007373	La Perrinière	la-perriniere	FR		0	Europe/Paris	45.15429	5.55175		La Perriniere,La Perrinière,Perriniere,Perrinière		84	38	381	38225
3007374	La Perrine	la-perrine	FR		0	Europe/Paris	48.61667	-1.95				53	35	354	35288
3007379	Laperrière	laperriere	FR		0	Europe/Paris	47.57691	4.68107				27	21	213	21490
3007387	La Perrena	la-perrena	FR		0	Europe/Paris	46.67321	6.01013		La Perrena		27	39	392	39424
3007390	La Périsse	la-perisse	FR		0	Europe/Paris	46.88419	2.52138				24	18	182	18087
3007391	La Périgouse	la-perigouse	FR		0	Europe/Paris	44.39979	3.39085				76	48	481	48146
3007393	La Perdriais	la-perdriais	FR		0	Europe/Paris	47.70428	-1.60095				52	44	445	44197
3007397	La Pepière	la-pepiere	FR		0	Europe/Paris	47.10492	-1.41254				52	44	442	44088
3007398	La Pépie	la-pepie	FR		0	Europe/Paris	46.45924	3.422				84	03	032	03197
3007404	La Pénide	la-penide	FR		0	Europe/Paris	45.07779	4.07065				84	43	432	43194
3007407	La Pelleterie	la-pelleterie	FR		0	Europe/Paris	48.47127	0.56633				28	61	613	61348
3007410	La Péjade	la-pejade	FR		0	Europe/Paris	43.65	6.68683				93	83	831	83055
3007411	La Peine	la-peine	FR		0	Europe/Paris	44.09067	6.39133				93	04	042	04214
3007412	La Peillarderie	la-peillarderie	FR		0	Europe/Paris	48.03333	-1.31667				53	35	351	35014
3007414	Lapedina	lapedina	FR		0	Europe/Paris	42.8556	9.42518		La Pedina,Lapedina		94	2B	2B2	2B224
3007415	La Pectière	la-pectiere	FR		0	Europe/Paris	48.10928	0.9107				24	28	284	28078
3007416	La Péchaudière	la-pechaudiere	FR		0	Europe/Paris	47.09109	1.27138		La Pechaudiere,La Péchaudière		24	37	373	37173
3007418	La Pauzière	la-pauziere	FR		0	Europe/Paris	45.4	4.35				84	42	423	42044
3007419	La Paute	la-paute	FR		0	Europe/Paris	45.07471	6.01205				84	38	381	38052
3007421	La Patrie	la-patrie	FR		0	Europe/Paris	48.55538	0.72242				28	61	613	61230
3007422	La Patrie	la-patrie	FR		0	Europe/Paris	48.46272	0.28191				52	72	722	72137
3007423	La Patinière	la-patiniere	FR		0	Europe/Paris	48.74169	0.86411				28	27	272	27481
3007424	La Pataudière	la-pataudiere	FR		0	Europe/Paris	47.84352	2.13121				24	45	452	45173
3007425	La Pastissière	la-pastissiere	FR		0	Europe/Paris	43.33539	5.14239				93	13	134	13021
3007426	La Partinière	la-partiniere	FR		0	Europe/Paris	46.46105	0.64366				75	86	862	86077
3007429	La Paroisse	la-paroisse	FR		0	Europe/Paris	44.5491	6.39209				93	05	052	05164
3007431	La Parentie	la-parentie	FR		0	Europe/Paris	45.65698	0.70643				75	24	242	24100
3007432	La Parellie	la-parellie	FR		0	Europe/Paris	45.09311	0.72576				75	24	243	24160
3007433	La Parée Preneau	la-paree-preneau	FR		0	Europe/Paris	46.7353	-1.98703				52	85	853	85226
3007435	La Parade	la-parade	FR		0	Europe/Paris	44.24535	3.35217		La Parade		76	48	481	48074
3007436	La Paquelais	la-paquelais	FR		0	Europe/Paris	47.33238	-1.69607		La Paquelais		52	44	445	44217
3007437	La Papinière	la-papiniere	FR		0	Europe/Paris	47.07583	-1.07798				52	49	492	49301
3007439	La Papetie	la-papetie	FR		0	Europe/Paris	45.01667	1.83333				75	19	191	19019
3007444	La Pannonie	la-pannonie	FR		0	Europe/Paris	44.77738	1.65448		La Pannonie		76	46	463	46078
3007445	La Panne	la-panne	FR		0	Europe/Paris	49.39964	1.6072				28	27	271	27066
3007448	La Palue	la-palue	FR		0	Europe/Paris	48.20537	-4.54443				53	29	292	29042
3007449	La Palud	la-palud	FR		0	Europe/Paris	45.65	-1.1				75	17	172	17380
3007450	La Palud	la-palud	FR		0	Europe/Paris	45.47912	5.97011				84	38	381	38075
3007452	La Palud	la-palud	FR		0	Europe/Paris	43.86382	6.49501				93	04	042	04039
3007458	La Pallice	la-pallice	FR		0	Europe/Paris	46.16306	-1.2095		La Pallice,La Pallice-Rochelle,Port de la Pallice-Rochelle		75	17	173	17300
3007459	La Palle	la-palle	FR		0	Europe/Paris	46.23481	-1.158				75	17		
3007460	La Palisse	la-palisse	FR		0	Europe/Paris	46.468	2.70095				84	03	031	03158
3007462	La Palide	la-palide	FR		0	Europe/Paris	45.00102	1.87952				75	19	191	19007
3007463	La Palasse	la-palasse	FR		0	Europe/Paris	43.11667	5.96667				93	83	832	83137
3007464	La Paize	la-paize	FR		0	Europe/Paris	45.01893	0.59305				75	24	243	24155
3007465	La Painière	la-painiere	FR		0	Europe/Paris	48.1059	-1.35429				53	35	351	35264
3007466	La Paimbaudière	la-paimbaudiere	FR		0	Europe/Paris	48.67432	3.55275		La Paimbaudiere,La Paimbaudière,La Pimbaudiere,La Pimbaudière		44	51	512	51236
3007467	La Paillette	la-paillette	FR		0	Europe/Paris	44.83829	5.0105		La Paillette,Paillette		84	26	263	26206
3007468	La Paillette	la-paillette	FR		0	Europe/Paris	44.49639	5.11507		La Pailette,La Paillette		84	26	262	26202
3007469	La Paillade	la-paillade	FR		0	Europe/Paris	43.63173	3.82067		La Paillade,Montpellier-la-Paillade		76	34	343	34172
3007470	La Padôle	la-padole	FR		0	Europe/Paris	48.4849	2.4456				11	91	911	91412
3007472	Laouque	laouque	FR		0	Europe/Paris	43.22563	5.76224		Laouque		93	83	832	83035
3007479	Lanxade	lanxade	FR		0	Europe/Paris	44.84988	0.41999				75	24	241	24340
3007480	Lanvoy	lanvoy	FR		0	Europe/Paris	48.29878	-4.22424				53	29	291	29078
3007482	Lanvily	lanvily	FR		0	Europe/Paris	48.25508	-4.31833				53	29	292	29001
3007483	Lanvézéac	lanvezeac	FR		0	Europe/Paris	48.70911	-3.35055		Lanvezeac,Lanvézéac		53	22	223	22030
3007484	Lanveur	lanveur	FR		0	Europe/Paris	48.63877	-4.09778				53	29	293	29285
3007485	Lanversin	lanversin	FR		0	Europe/Paris	45.14986	6.07264		L'Enversin,Lanversin		84	38	381	38289
3007490	Lanvénec	lanvenec	FR		0	Europe/Paris	48.46792	-4.64033				53	29	291	29119
3007495	Lanvaon	lanvaon	FR		0	Europe/Paris	48.60766	-4.53375				53	29	291	29195
3007497	Lanvaidic	lanvaidic	FR		0	Europe/Paris	48.22089	-4.08478				53	29	292	29222
3007505	Lantran	lantran	FR		0	Europe/Paris	48.31267	-1.96694				53	22	221	22208
3007509	Lantis	lantis	FR		0	Europe/Paris	44.67936	1.3101				76	46	463	46087
3007511	Lantillon	lantillon	FR		0	Europe/Paris	45.48446	4.85395				84	38	383	38336
3007515	Lantiern	lantiern	FR		0	Europe/Paris	47.52796	-2.40015		Lantiern,Lantierne		53	56	563	56004
3007519	Lanthenay	lanthenay	FR		0	Europe/Paris	47.38267	1.734				24	41	413	41194
3007520	Lanthenas	lanthenas	FR		0	Europe/Paris	45.10623	3.77771				84	43	432	43124
3007522	Lanthenac	lanthenac	FR		0	Europe/Paris	48.14246	-2.64847				53	22	224	22183
3007551	Lanros	lanros	FR		0	Europe/Paris	48.86342	-3.09058				53	22	223	22195
3007554	Lanrivaux	lanrivaux	FR		0	Europe/Paris	48.18696	-2.92865				53	22	224	22285
3007557	Lanriec	lanriec	FR		0	Europe/Paris	47.86947	-3.88306				53	29	294	29039
3007558	Lanrial	lanrial	FR		0	Europe/Paris	48.65711	-4.19133				53	29	293	29185
3007563	La Nouzille	la-nouzille	FR		0	Europe/Paris	45.78916	0.90692				75	87	873	87135
3007564	La Nouzière	la-nouziere	FR		0	Europe/Paris	46.16987	2.33405				75	23	231	23114
3007567	La Noue Veslée	la-noue-veslee	FR		0	Europe/Paris	47.96891	2.09956				24	45	452	45327
3007568	La Noue Peguille	la-noue-peguille	FR		0	Europe/Paris	47.47857	-1.6194				52	44	445	44149
3007571	La Noué-Adam	la-noue-adam	FR		0	Europe/Paris	49.42116	4.75965				44	08	084	08045
3007583	Lanorven	lanorven	FR		0	Europe/Paris	48.49099	-4.42133				53	29	291	29160
3007584	Lanorgar	lanorgar	FR		0	Europe/Paris	47.88333	-3.64775				53	29	294	29300
3007585	La Noirie	la-noirie	FR		0	Europe/Paris	45.41667	4.26667				84	42	423	42218
3007587	La Noe Guy	la-noe-guy	FR		0	Europe/Paris	47.41726	-1.49441				52	44	445	44110
3007589	La Noë	la-noe	FR		0	Europe/Paris	48.68833	0.92573				24	28	283	28046
3007590	La Noe	la-noe	FR		0	Europe/Paris	48.11667	-1.11667				53	35	351	35105
3007595	Lannuzon	lannuzon	FR		0	Europe/Paris	48.42244	-3.64789				53	29	292	29275
3007596	Lannuzel	lannuzel	FR		0	Europe/Paris	48.38875	-4.26517				53	29	291	29045
3007598	Lannuon	lannuon	FR		0	Europe/Paris	48.16123	-3.62433				53	56	562	56066
3007599	Lannuign	lannuign	FR		0	Europe/Paris	48.05612	-4.55356				53	29	294	29008
3007603	Lannon	lannon	FR		0	Europe/Paris	48.48675	-4.3565				53	29	291	29095
3007604	Lannoan	lannoan	FR		0	Europe/Paris	48.04581	-4.65692				53	29	294	29028
3007611	Lannilien	lannilien	FR		0	Europe/Paris	48.26197	-4.58186				53	29	292	29022
3007612	Lanneur	lanneur	FR		0	Europe/Paris	48.18622	-3.75844				53	29	292	29027
3007624	Lannelec	lannelec	FR		0	Europe/Paris	48.24392	-3.95258				53	29	292	29162
3007627	Lannec	lannec	FR		0	Europe/Paris	48.45	-4.66667				53	29	291	29177
3007633	Lannay	lannay	FR		0	Europe/Paris	50.50239	3.28426		Lannay,Lannoy		32	59	593	59435
3007634	Lannaërec	lannaerec	FR		0	Europe/Paris	48.4	-4.41667				53	29	291	29235
3007640	Lanléia	lanleia	FR		0	Europe/Paris	48.60122	-3.71311				53	29	293	29199
3007644	Lanio	lanio	FR		0	Europe/Paris	47.88095	-4.12814				53	29	294	29037
3007645	Laninon	laninon	FR		0	Europe/Paris	48.1	-3.98333				53	29	294	29048
3007646	Laninguer	laninguer	FR		0	Europe/Paris	48.4	-4.55				53	29	291	29019
3007651	Laniac	laniac	FR		0	Europe/Paris	45.09534	3.62042				84	43	431	43239
3007654	Lanhellen	lanhellen	FR		0	Europe/Paris	48.24505	-3.34485				53	22	222	22266
3007656	Lanhac	lanhac	FR		0	Europe/Paris	44.48873	2.60925				76	12	122	12201
3007659	Languivoa	languivoa	FR		0	Europe/Paris	47.90956	-4.26064				53	29	294	29174
3007661	Languin	languin	FR		0	Europe/Paris	47.45726	-1.53988				52	44	445	44110
3007664	Languideau	languideau	FR		0	Europe/Paris	47.91667	-4.35				53	29	294	29214
3007667	Languengar	languengar	FR		0	Europe/Paris	48.58333	-4.31667				53	29	291	29124
3007674	Langrume	langrume	FR		0	Europe/Paris	49.60623	0.95168				28	76	763	76566
3007676	Langroez	langroez	FR		0	Europe/Paris	47.82965	-3.00234				53	56	561	56031
3007682	Langourian	langourian	FR		0	Europe/Paris	48.62514	-2.44569				53	22	224	22054
3007684	Langouhèdre	langouhedre	FR		0	Europe/Paris	48.37635	-2.36951		Langouedre,Langouhedre,Langouhèdre,Langouèdre		53	22	224	22185
3007698	Langlet	langlet	FR		0	Europe/Paris	49.81813	1.55428				28	76	761	76029
3007699	Langlet	langlet	FR		0	Europe/Paris	49.3818	1.54703				28	27	271	27417
3007700	L'Anglesort	l-anglesort	FR		0	Europe/Paris	47.22024	-1.40071				52	44	442	44169
3007701	Langlée	langlee	FR		0	Europe/Paris	49.39437	1.59257				28	27	271	27094
3007702	Langlechais	langlechais	FR		0	Europe/Paris	47.51274	-1.75155				52	44	445	44214
3007703	L'Angle	l-angle	FR		0	Europe/Paris	49.50376	0.70432				28	76	763	76727
3007704	L'Angle	l-angle	FR		0	Europe/Paris	47.51917	-1.9325				52	44	445	44128
3007705	L'Angle	l-angle	FR		0	Europe/Paris	47.4656	-2.22166				52	44	443	44098
3007706	L'Angle	l-angle	FR		0	Europe/Paris	47.27154	-1.83964				52	44	442	44158
3007707	Langle	langle	FR		0	Europe/Paris	47.13333	3.11667				27	58	584	58067
3007708	L'Anglare	l-anglare	FR		0	Europe/Paris	46.12943	3.19209		L'Anglard,L'Anglare		84	03	033	03166
3007709	Langladure	langladure	FR		0	Europe/Paris	45.84942	1.85173				75	23	232	23165
3007721	L'Angerie	l-angerie	FR		0	Europe/Paris	48.18775	0.54072				52	72	722	72281
3007722	Langéréguin	langereguin	FR		0	Europe/Paris	47.84759	-4.25618				53	29	294	29171
3007726	L'Angélus	l-angelus	FR		0	Europe/Paris	47.36001	2.36629				24	18	183	18185
3007727	L'Angelerie	l-angelerie	FR		0	Europe/Paris	48.20141	0.39521				52	72	722	72352
3007728	L'Angelerie	l-angelerie	FR		0	Europe/Paris	48.11805	-1.27654				53	35	351	35229
3007735	Langantec	langantec	FR		0	Europe/Paris	48.25011	-3.62066				53	29	292	29029
3007732	Lange	lange	FR	36600	0	Europe/Paris	44.16763	5.70014				93	04	044	04051
3007738	Lanfeust	lanfeust	FR		0	Europe/Paris	48.36667	-4.75		Lanfeus,Lanfeust		53	29	291	29040
3007741	La Neuvillette-lès-Reims	la-neuvillette-les-reims	FR		0	Europe/Paris	49.28536	4.00863		La Neuvillette,La Neuvillette-les-Reims,La Neuvillette-lès-Reims,Neuvillette-les-Reims		44	51	513	51454
3007765	Laneuville-aux-Bois	laneuville-aux-bois	FR		0	Europe/Paris	48.4165	5.42146		Laneuville,Laneuville-aux-Bois		44	52	523	52288
3007771	Laneuville-à-Bayard	laneuville-a-bayard	FR		0	Europe/Paris	48.54875	5.07182		Laneuville,Laneuville-a-Bayard,Laneuville-à-Bayard		44	52	523	52265
3007792	La Neuillie	la-neuillie	FR		0	Europe/Paris	45.47558	0.44641				75	24	242	24394
3007796	La Nerville	la-nerville	FR		0	Europe/Paris	48.07788	2.32309				24	45	453	45220
3007797	La Nerthe	la-nerthe	FR		0	Europe/Paris	43.37881	5.295				93	13	133	13055
3007798	Lanéria	laneria	FR		0	Europe/Paris	46.37364	5.39806				27	39	392	39209
3007799	La Négresse	la-negresse	FR		0	Europe/Paris	43.46068	-1.54493		La Negresse,La Négresse		75	64	641	64122
3007805	Landugen	landugen	FR		0	Europe/Paris	48.369	-3.453				53	22	222	22052
3007810	L'Androuais	l-androuais	FR		0	Europe/Paris	47.81552	-1.99523				53	35	352	35045
3007817	Landrevet	landrevet	FR		0	Europe/Paris	48.01061	-4.55581		Landrevet,Landrevette		53	29	294	29003
3007826	Landrer	landrer	FR		0	Europe/Paris	48.03385	-4.64207				53	29	294	29168
3007899	Landaville-le-Haut	landaville-le-haut	FR		0	Europe/Paris	48.29067	5.74685				44	88	882	88259
3007832	Landrauderie	landrauderie	FR		0	Europe/Paris	45.73886	1.5678				75	87	872	87130
3007834	Landoy	landoy	FR		0	Europe/Paris	48.54009	3.16675				11	77	773	77272
3007839	Landonvillers	landonvillers	FR		0	Europe/Paris	49.13557	6.39276		Landonviller,Landonvillers		44	57	579	57155
3007843	Landivigen	landivigen	FR		0	Europe/Paris	48.11667	-3.98333				53	29	294	29048
3007849	Landier	landier	FR		0	Europe/Paris	46.31375	2.66437				84	03	031	03195
3007851	Landibilic	landibilic	FR		0	Europe/Paris	48.08533	-4.196				53	29	294	29169
3007853	Landéville	landeville	FR		0	Europe/Paris	48.36608	5.28359		Landeville,Landéville		44	52	523	52173
3007855	Landèves	landeves	FR		0	Europe/Paris	49.42035	4.74111				44	08	084	08045
3007857	Landevec	landevec	FR		0	Europe/Paris	48.14066	-3.59016				53	56	562	56066
3007879	Landemer	landemer	FR		0	Europe/Paris	49.67759	-1.76275				28	50	502	50041
3007884	Lande du Ray	lande-du-ray	FR		0	Europe/Paris	48.05	-1.26667				53	35	351	35338
3007896	Lande	lande	FR		0	Europe/Paris	48.1	-0.76667				52	53	532	53054
3007897	Lande	lande	FR		0	Europe/Paris	46.58719	1.41337				24	36	361	36220
3007900	Landaville-le-Bas	landaville-le-bas	FR		0	Europe/Paris	48.28565	5.73816				44	88	882	88259
3007907	Landacres	landacres	FR		0	Europe/Paris	50.67568	1.67816				32	62	623	62448
3007910	Lancourt	lancourt	FR		0	Europe/Paris	48.6633	3.68582				44	51	512	51036
3007917	Lancin	lancin	FR		0	Europe/Paris	45.72824	5.40596		Lancin,Lancin-de-Courtenay		84	38	382	38135
3007920	L'Anciène	l-anciene	FR		0	Europe/Paris	48.06667	-1.23333				53	35	351	35109
3007927	Lanchatra	lanchatra	FR		0	Europe/Paris	44.97065	6.14442				84	38	381	38375
3007928	Lancey	lancey	FR		0	Europe/Paris	45.23165	5.88053		Lancey		84	38	381	38547
3007929	Lanceplaine	lanceplaine	FR		0	Europe/Paris	44.85201	0.9466				75	24	244	24142
3007935	Lancay Haut	lancay-haut	FR		0	Europe/Paris	46.45	2.7				84	03	031	03158
3007936	Lancay Bas	lancay-bas	FR		0	Europe/Paris	46.45	2.7				84	03	031	03158
3007937	Lanay	lanay	FR		0	Europe/Paris	45.80842	4.55765				84	69	692	69175
3007938	La Nave	la-nave	FR		0	Europe/Paris	44.37891	-0.75589				75	40	402	40200
3007941	La Nartelle	la-nartelle	FR		0	Europe/Paris	43.32138	6.66413				93	83	831	83115
3007942	La Narse	la-narse	FR		0	Europe/Paris	45.76699	2.74059				84	63	633	63163
3007943	Lanareix	lanareix	FR		0	Europe/Paris	46.1	2.61667				84	63	634	63360
3007945	La Napoule	la-napoule	FR		0	Europe/Paris	43.52582	6.94313		La Napoule,La Napoule-Plage		93	06	061	06079
3007947	Lananneyen	lananneyen	FR		0	Europe/Paris	48.51045	-4.46445				53	29	291	29209
3007948	La Mussoire	la-mussoire	FR		0	Europe/Paris	48.65358	0.31029				28	61	611	61064
3007949	La Musse	la-musse	FR		0	Europe/Paris	48.73228	1.56692				24	28	283	28056
3007952	Lamure	lamure	FR		0	Europe/Paris	45.6884	4.50944				84	69	691	69078
3007954	Lamure	lamure	FR		0	Europe/Paris	45.32109	4.1479				84	43	433	43020
3007960	La Mulotière	la-mulotiere	FR		0	Europe/Paris	48.62248	0.95975				24	28	283	28310
3007961	La Mulotais	la-mulotais	FR		0	Europe/Paris	47.25868	-2.09964				52	44	443	44046
3007962	La Mule-Blanche	la-mule-blanche	FR		0	Europe/Paris	45.05684	4.86362		La Mule-Blanche,Mule-Blanche		84	26	263	26347
3007965	La Muette	la-muette	FR		0	Europe/Paris	49.51622	1.1389				28	76	763	76517
3007968	Lampy	lampy	FR		0	Europe/Paris	47.82165	3.31424				27	89	891	89334
3008073	La Morlière	la-morliere	FR		0	Europe/Paris	48.30139	0.89297		La Moliere,La Molière,La Morliere,La Morlière		24	28	284	28072
3007974	Lampaul	lampaul	FR		0	Europe/Paris	48.45761	-5.09615		Enez Eusa,Ouessant,Uehssan,Ushant,Уэссан		53	29	291	29155
3007975	La Moutte	la-moutte	FR		0	Europe/Paris	44.49111	4.68036		La Moutte,Les Mieux		84	07	072	07346
3007976	La Moutonne	la-moutonne	FR		0	Europe/Paris	43.1179	6.07515		La Moutonne		93	83	832	83047
3007977	La Moutière	la-moutiere	FR		0	Europe/Paris	43.98333	6.58333				93	04	042	04005
3007978	La Mouthe	la-mouthe	FR		0	Europe/Paris	44.92513	1.01757				75	24	244	24172
3007979	La Mouthe	la-mouthe	FR		0	Europe/Paris	44.91147	0.52788				75	24	241	24345
3007981	La Mousse	la-mousse	FR		0	Europe/Paris	48.55932	1.13573				24	28	283	28130
3007982	La Mourotte	la-mourotte	FR		0	Europe/Paris	43.68274	5.98273		La Mourotte,Mourotte-Dit-Brauch		93	83	833	83146
3007983	La Mouratie	la-mouratie	FR		0	Europe/Paris	45.00591	1.36212				75	24	244	24317
3007985	La Moulinerie	la-moulinerie	FR		0	Europe/Paris	45.4773	1.13149				75	87	872	87187
3007986	La Mouline	la-mouline	FR		0	Europe/Paris	44.80865	1.29675				75	24	244	24207
3007988	La Mouillère	la-mouillere	FR		0	Europe/Paris	47.88641	3.72308				27	89	891	89227
3007989	La Mouillère	la-mouillere	FR		0	Europe/Paris	46.456	2.92009				84	03	032	03046
3007991	La Moucletière	la-moucletiere	FR		0	Europe/Paris	47.16929	-1.29119				52	44	442	44212
3007995	La Mouchardie	la-mouchardie	FR		0	Europe/Paris	45.03558	1.00852				75	24	244	24330
3008001	La Motte Moreau	la-motte-moreau	FR		0	Europe/Paris	47.98716	2.11144				24	45	452	45327
3008012	La Motte-de-Ganne	la-motte-de-ganne	FR		0	Europe/Paris	46.3884	0.28502				75	86	863	86293
3008019	La Motte Blanche	la-motte-blanche	FR		0	Europe/Paris	47.02833	1.18203				24	36	362	36188
3008021	La Motte-au-Bois	la-motte-au-bois	FR		0	Europe/Paris	50.68235	2.57265		La Motte-au-Bois		32	59	594	59416
3008043	Lamothe Haute	lamothe-haute	FR		0	Europe/Paris	44.69817	1.09125				75	24	244	24151
3008047	Lamothe-d'Allès	lamothe-d-alles	FR		0	Europe/Paris	44.58368	0.44388		Lamothe-d'Alles,Lamothe-d'Allès,Lamotte-d'Alles,Lamotte-d'Allès		75	47	472	47144
3008051	La Mothe-aux-Aulnaies	la-mothe-aux-aulnaies	FR		0	Europe/Paris	47.90592	3.08828				27	89	891	89086
3008053	La Mothe	la-mothe	FR		0	Europe/Paris	47.8718	3.34141		La Mothe,La Motte		27	89	891	89003
3008054	La Mothe	la-mothe	FR		0	Europe/Paris	47.77656	-1.41844				52	44	445	44146
3008058	La Mothe	la-mothe	FR		0	Europe/Paris	45.17411	1.24274				75	24	244	24580
3008059	La Mothe	la-mothe	FR		0	Europe/Paris	45.04897	0.83292				75	24	243	24220
3008060	La Mothe	la-mothe	FR		0	Europe/Paris	44.84501	1.69493				76	46	463	46193
3008061	La Mothe	la-mothe	FR		0	Europe/Paris	44.82439	0.75918				75	24	241	24334
3008063	La Mothe	la-mothe	FR		0	Europe/Paris	44.44044	3.19825				76	48	482	48017
3008064	La Mothe	la-mothe	FR		0	Europe/Paris	44.23226	2.41464		La Mothe,La Motte		76	12	123	12194
3008066	La Motelle	la-motelle	FR		0	Europe/Paris	47.23087	-0.19407				52	49	493	49359
3008068	La Morterie	la-morterie	FR		0	Europe/Paris	48.10097	0.90167				24	41	412	41248
3008070	La Mornière	la-morniere	FR		0	Europe/Paris	46.22266	1.19343		La Morniere,La Mornière,Morniere,Mornière		75	87	871	87089
3008071	La Mornais	la-mornais	FR		0	Europe/Paris	47.73633	-1.27522				52	44	445	44199
3008072	La Mornais	la-mornais	FR		0	Europe/Paris	47.32988	-2.02488				52	44	443	44052
3008022	La Motte	la-motte	FR	22600	0	Europe/Paris	49.12357	0.15035				28	14	143	14648
3008075	La Morlais	la-morlais	FR		0	Europe/Paris	47.61153	-1.53226				52	44	445	44208
3008078	La Morendie	la-morendie	FR		0	Europe/Paris	45.76038	0.60016		La Morendie,La Morennie		75	16	163	16188
3008079	La Morandais	la-morandais	FR		0	Europe/Paris	47.38309	-2.09083				52	44	443	44013
3008080	Lamonzie	lamonzie	FR		2187	Europe/Paris	44.84723	0.39103		La Mongia e Sent Martin,La Mongiá e Sent Martin,La Móngia e Sent Martin,Lamonzi-Sen-Marten,Lamonzie,Lamonzie-Saint-Martin,la meng qi ye sheng ma er tan,Ламонзи-Сен-Мартен,Ламонзі-Сен-Мартен,لامونزی-سین-مارٹین,拉蒙齐耶圣马尔坦		75	24	241	24225
3008088	La Montagne-Dessus	la-montagne-dessus	FR		0	Europe/Paris	45.45896	5.70999				84	38	381	38236
3008089	La Montagne-Dessous	la-montagne-dessous	FR		0	Europe/Paris	45.46162	5.71445				84	38	381	38236
3008103	La Montade	la-montade	FR		0	Europe/Paris	43.35888	5.46528		La Montade,Montade		93	13	133	13075
3008104	La Monta	la-monta	FR		0	Europe/Paris	44.76667	6.98333				93	05	051	05001
3008105	Lamont	lamont	FR		0	Europe/Paris	46.21077	1.09619				75	87	871	87059
3008110	La Moncoillère	la-moncoillere	FR		0	Europe/Paris	47.13309	-1.0131		La Maucoillere,La Maucoillère,La Moncoillere,La Moncoillère		52	49	492	49301
3008112	La Moline	la-moline	FR		0	Europe/Paris	44.11427	3.41824		La Moline,La Mouline		76	30	303	30139
3008113	La Molède	la-molede	FR		0	Europe/Paris	45.08176	2.81964				84	15	153	15025
3008117	La Moissonnaie	la-moissonnaie	FR		0	Europe/Paris	47.31667	-1.81667				52	44	442	44045
3008118	La Moissetie	la-moissetie	FR		0	Europe/Paris	44.91093	2.12035				84	15	151	15228
3008119	La Moëre	la-moere	FR		0	Europe/Paris	47.36667	-1.91667				52	44	443	44195
3008123	La Mivoye	la-mivoye	FR		0	Europe/Paris	48.15487	3.80341		La Mivoie,La Mivoye		44	10	103	10350
3008124	La Mirande	la-mirande	FR		0	Europe/Paris	45.27808	2.25248				75	19	193	19264
3008125	La Miquellerie	la-miquellerie	FR		0	Europe/Paris	49.13832	-1.22069		La Miqueller,La Miquellerie		28	50	504	50239
3008126	La Minière	la-miniere	FR		0	Europe/Paris	48.77463	2.08047				11	78	784	78297
3008127	La Minière	la-miniere	FR		0	Europe/Paris	47.64604	-1.4762				52	44	445	44193
3008128	La Minière	la-miniere	FR		0	Europe/Paris	46.52052	1.37773				24	36	361	36177
3008129	La Minglière	la-mingliere	FR		0	Europe/Paris	48.70666	0.83071				28	27	272	27521
3008130	La Minauderie	la-minauderie	FR		0	Europe/Paris	47.19305	2.21457				24	18	183	18281
3008131	La Millère	la-millere	FR		2773	Europe/Paris	43.28128	5.49804		La Millere,La Milliere,La Milliére,La Millère,Millieres,Millières		93	13	133	13055
3008134	La Mignonnerie	la-mignonnerie	FR		0	Europe/Paris	47.10742	3.41486				27	58	583	58233
3008135	La Mignardise	la-mignardise	FR		0	Europe/Paris	46.73906	2.67218				24	18	182	18052
3008136	La Mignarde	la-mignarde	FR		0	Europe/Paris	43.56514	5.49315				93	13	131	13001
3008137	La Migaudie	la-migaudie	FR		0	Europe/Paris	45.32311	0.92706				75	24	242	24429
3008138	La Michotière	la-michotiere	FR		0	Europe/Paris	48.36667	0.45				28	61	613	61105
3008139	La Micalie	la-micalie	FR		0	Europe/Paris	44.77194	0.67166				75	24	241	24177
3008142	La Meysselie	la-meysselie	FR		0	Europe/Paris	45.19812	1.00734				75	24	242	24066
3008143	La Meynie	la-meynie	FR		0	Europe/Paris	45.35	2.16667				75	19	193	19102
3008145	La Meule	la-meule	FR		0	Europe/Paris	48.22756	-0.95809				52	53	533	53226
3008146	La Meule	la-meule	FR		0	Europe/Paris	46.69922	-2.34727				52	85	853	85113
3008148	La Métairie au Joly	la-metairie-au-joly	FR		0	Europe/Paris	47.80419	-2.07972				53	56	563	56033
3008149	La Métairie	la-metairie	FR		0	Europe/Paris	48.71568	0.49699				28	61	613	61406
3008150	La Métairie	la-metairie	FR		0	Europe/Paris	48.13237	3.64269				27	89	893	89181
3008152	La Mesloire	la-mesloire	FR		0	Europe/Paris	47.14243	-0.47703				52	49	492	49373
3008154	Lamerville	lamerville	FR		0	Europe/Paris	48.11667	2.88333				24	45	451	45250
3008155	La Merrière	la-merriere	FR		0	Europe/Paris	48.46521	0.38726				28	61	613	61327
3008158	La Mérindolle	la-merindolle	FR		0	Europe/Paris	43.50119	5.3262				93	13	131	13001
3008159	Lameries	lameries	FR		0	Europe/Paris	50.32322	4.0682				32	59	591	59618
3008160	La Mérie	la-merie	FR		0	Europe/Paris	48.25438	0.92993				24	28	284	28031
3008161	La Merci-Dieu	la-merci-dieu	FR		0	Europe/Paris	46.76451	0.83683				75	86	861	86207
3008162	La Mercerie	la-mercerie	FR		0	Europe/Paris	48.14031	0.40689				52	72	722	72359
3008163	La Mercerie	la-mercerie	FR		0	Europe/Paris	47.07172	1.48069				24	36	362	36092
3008165	La Mennais	la-mennais	FR		0	Europe/Paris	47.75867	-1.29667				52	44	445	44199
3008167	La Menillère	la-menillere	FR		0	Europe/Paris	48.09506	-1.37816				53	35	351	35264
3008169	La Ménie	la-menie	FR		0	Europe/Paris	46.96072	-0.93631				52	85	852	85302
3008171	La Ménardie	la-menardie	FR		0	Europe/Paris	45.74436	0.47834		La Menardie,La Meraedie,La Ménardie,La Méraedie,Menardie		75	16	161	16425
3008172	La Menardais	la-menardais	FR		0	Europe/Paris	47.30786	-1.61821				52	44	445	44209
3008173	La Ménagerie	la-menagerie	FR		0	Europe/Paris	49.58503	0.32922				28	76	762	76314
3008174	La Même	la-meme	FR		0	Europe/Paris	44.51414	0.9323				75	47	473	47179
3008179	La Mélotterie	la-melotterie	FR		0	Europe/Paris	48.99771	1.53841				11	78	781	78344
3008180	La Mélonie	la-melonie	FR		0	Europe/Paris	44.86723	0.95641				75	24	244	24388
3008181	La Melle	la-melle	FR		0	Europe/Paris	43.91667	6.38333				93	04	042	04204
3008182	La Melh	la-melh	FR		0	Europe/Paris	47.69676	2.19486				24	45	452	45331
3008183	Lamelette	lamelette	FR		0	Europe/Paris	45.06708	0.40184				75	24	243	24543
3008188	La Meignelais	la-meignelais	FR		0	Europe/Paris	47.39239	-1.80869				52	44	445	44056
3008190	La Mède	la-mede	FR		0	Europe/Paris	43.39819	5.11637		La Mede,La Mède,La Nede		93	13	134	13026
3008201	Lambrat	lambrat	FR		0	Europe/Paris	47.94657	-4.27456				53	29	294	29159
3008206	Lambézellec	lambezellec	FR		0	Europe/Paris	48.4165	-4.50525				53	29	291	29019
3008207	Lambézégan	lambezegan	FR		0	Europe/Paris	47.87264	-3.10917				53	56	561	56101
3008211	Lambertie	lambertie	FR		0	Europe/Paris	45.53325	1.28637				75	87	872	87049
3008212	Lambertèche	lamberteche	FR		0	Europe/Paris	45.87922	2.94069				84	63	634	63290
3008215	Lambert	lambert	FR		0	Europe/Paris	45	-0.53333				75	33	332	33004
3008216	Lambert	lambert	FR		0	Europe/Paris	44.21476	6.22109		Lambert		93	04	043	04167
3008219	Lambercourt	lambercourt	FR		0	Europe/Paris	50.10562	1.72502				32	80	801	80546
3008220	Lamber	lamber	FR		0	Europe/Paris	48.41533	-4.679				53	29	291	29201
3008221	Lambel	lambel	FR		0	Europe/Paris	47.83696	-3.02942		Lambel,Lambel-Camors		53	56	561	56031
3008226	Lambader	lambader	FR		0	Europe/Paris	48.57622	-4.04545				53	29	293	29210
3008231	La Mazeyre	la-mazeyre	FR		0	Europe/Paris	46.20802	2.10727				75	23	231	23149
3008232	La Mazère	la-mazere	FR		0	Europe/Paris	46.02469	1.68501				75	23	232	23189
3008234	La Mayrand	la-mayrand	FR		0	Europe/Paris	45.43728	3.00505		La Mayrand		84	63	633	63303
3008236	La Mayonnette	la-mayonnette	FR		0	Europe/Paris	43.2	6.11667				93	83	832	83047
3008239	La Mausserie	la-mausserie	FR		0	Europe/Paris	48.12862	0.29601				52	72	723	72099
3008240	La Maure	la-maure	FR		0	Europe/Paris	44.37277	6.61351				93	04	041	04226
3008241	La Maure	la-maure	FR		0	Europe/Paris	44.26393	5.8716				93	04	044	04123
3008242	La Maurandie	la-maurandie	FR		0	Europe/Paris	45.11469	0.85569				75	24	243	24484
3008243	La Maufaise	la-maufaise	FR		0	Europe/Paris	48.38648	0.8179				28	61	613	61116
3008244	Lamaud	lamaud	FR		0	Europe/Paris	45.14967	0.36775				75	24	243	24509
3008245	La Maucarrière	la-maucarriere	FR		0	Europe/Paris	46.82383	-0.20802				75	79	793	79005
3008248	La Masure	la-masure	FR		0	Europe/Paris	45.86969	1.91221				75	23	232	23165
3008250	La Massoulie	la-massoulie	FR		0	Europe/Paris	45.12714	0.53049				75	24	243	24372
3008251	La Masserie	la-masserie	FR		0	Europe/Paris	47.44369	3.19202				27	58	584	58077
3008252	La Masseillère	la-masseillere	FR		0	Europe/Paris	47.2162	0.49372				24	37	372	37271
3008253	La Masse	la-masse	FR		0	Europe/Paris	45.55	3.75				84	63	631	63003
3008254	La Masse	la-masse	FR		0	Europe/Paris	44.52678	1.23217				76	46	461	46134
3008258	La Martinière	la-martiniere	FR		0	Europe/Paris	48.50314	0.91468				28	61	613	61323
3008259	La Martinière	la-martiniere	FR		0	Europe/Paris	47.99738	2.86184				24	45	451	45306
3008260	La Martinière	la-martiniere	FR		0	Europe/Paris	47.63114	-1.462				52	44	445	44075
3008262	La Martinie	la-martinie	FR		0	Europe/Paris	45.67277	0.91838				75	87	873	87034
3008263	La Martinie	la-martinie	FR		0	Europe/Paris	45.21967	0.48548				75	24	243	24553
3008264	La Martinie	la-martinie	FR		0	Europe/Paris	45.09031	0.82905				75	24	243	24156
3008265	La Martinié	la-martinie	FR		0	Europe/Paris	43.89567	2.52836				76	81	811	81077
3008267	La Martinerie	la-martinerie	FR		0	Europe/Paris	49.19912	-1.46983		La Martinerie,La Martiniere		28	50	503	50328
3008268	La Martellière	la-martelliere	FR		0	Europe/Paris	47.29513	0.13787				24	37	371	37228
3008269	La Marsalouse	la-marsalouse	FR		0	Europe/Paris	45.61667	2.4				75	19	193	19002
3008275	La Marque	la-marque	FR		0	Europe/Paris	44.81833	1.0167				75	24	244	24254
3008276	La Marpaudière	la-marpaudiere	FR		0	Europe/Paris	48.14147	-0.84055				52	53	532	53224
3008277	La Maroutie	la-maroutie	FR		0	Europe/Paris	44.83342	0.56892				75	24	241	24140
3008282	La Marliére	la-marliere	FR		0	Europe/Paris	50.73333	3.2				32			
3008283	La Marilly	la-marilly	FR		0	Europe/Paris	45.68333	3.73333		La Marelie,La Marilly,La Marèlie		84	63	631	63384
3008284	Lamargelle-aux-Bois	lamargelle-aux-bois	FR		0	Europe/Paris	47.70228	5.04677		Lamargelle,Lamargelle-aux-Bois		44	52	522	52094
3008286	La Margelle	la-margelle	FR		0	Europe/Paris	47.00571	2.30923				24	18	181	18255
3008287	La Margauderie	la-margauderie	FR		0	Europe/Paris	47.22639	2.23752				24	18	183	18219
3008288	La Mareuge	la-mareuge	FR		0	Europe/Paris	45.40656	2.76551				84	63	633	63346
3008289	La Mare-sous-Venables	la-mare-sous-venables	FR		0	Europe/Paris	49.21343	1.30984		La Mare,La Mare-sous-Venables		28	27	271	27676
3008290	La Mare Plorias	la-mare-plorias	FR		0	Europe/Paris	49.39601	0.80266				28	27	272	27340
3008291	La Mare Goubert	la-mare-goubert	FR		0	Europe/Paris	49.63772	0.18282				28	76	762	76595
3008292	La Mare des Plards	la-mare-des-plards	FR		0	Europe/Paris	49.00972	1.55395		La Mare,La Mare des Plards		11	78	781	78668
3008293	La Maréchale	la-marechale	FR		0	Europe/Paris	45.30873	-0.78096				75	33	334	33476
3008295	La Mare Carel	la-mare-carel	FR		0	Europe/Paris	49.5609	0.43777		La Mare Carel,La Mare Carelle		28	76	762	76576
3008296	La Mare-aux-Boeufs	la-mare-aux-boeufs	FR		0	Europe/Paris	49.23808	4.86152		La Mare,La Mare-aux-Boeufs,La Mare-aux-Bœufs		44	08	084	08128
3008297	La Mare	la-mare	FR		0	Europe/Paris	48.76046	0.80962				28	27	272	27108
3008298	La Mare	la-mare	FR		0	Europe/Paris	48.67995	0.30242				28	61	613	61188
3008299	La Mare	la-mare	FR		0	Europe/Paris	47.58308	-0.61143				52	49	491	49135
3008301	Lamarche-en-Woëvre	lamarche-en-woevre	FR		106	Europe/Paris	48.94505	5.78419		Lamarche,Lamarche-en-Woevre,Lamarche-en-Woëvre		44	55	552	55386
3008306	La Marchandière	la-marchandiere	FR		0	Europe/Paris	47.71724	3.03419				27	89	891	89365
3008307	La Marcelle	la-marcelle	FR		0	Europe/Paris	48.45901	4.59687				44	10	101	10171
3008309	La Mangotière	la-mangotiere	FR		0	Europe/Paris	47.11685	-0.70018				52	49	492	49371
3008314	La Mancherie	la-mancherie	FR		0	Europe/Paris	48.22368	-1.26414				53	35	351	35170
3008317	La Mancellière	la-mancelliere	FR		0	Europe/Paris	48.64293	-1.16618		La Mancelliere,La Mancellière		28	50	501	50256
3008319	La Maltournée	la-maltournee	FR		0	Europe/Paris	48.85251	2.51165				11	93	932	93049
3008322	La Malotrie	la-malotrie	FR		0	Europe/Paris	47.01667	1.46667				24	36	362	36216
3008323	La Malonie	la-malonie	FR		0	Europe/Paris	45.47653	1.46131				75	19	191	19230
3008332	La Malayrède	la-malayrede	FR		0	Europe/Paris	42.87529	2.06121				76	11	112	11036
3008333	La Maladrerie	la-maladrerie	FR		0	Europe/Paris	48.87374	1.8807		La Maladrerie		11	78	782	78062
3008334	La Maladrerie	la-maladrerie	FR		0	Europe/Paris	48.14948	1.70639				24	28	282	28287
3008335	La Maladrerie	la-maladrerie	FR		0	Europe/Paris	47.92324	3.36701				27	89	891	89384
3008336	La Maladrerie	la-maladrerie	FR		0	Europe/Paris	45.5446	0.66481		La Maladrerie,La Matalie,Maladrerie		75	24	242	24311
3008339	La Maison-Rouge	la-maison-rouge	FR		0	Europe/Paris	46.95252	-2.18671				52	85	853	85011
3008344	La Maisonbrot	la-maisonbrot	FR		0	Europe/Paris	46.31752	1.54581				75	23	232	23199
3008345	La Maison Blanche	la-maison-blanche	FR		0	Europe/Paris	48.73866	1.9088				11	78	782	78168
3008346	Ti Gwenn	ti-gwenn	FR		0	Europe/Paris	48.46291	-3.57854				53	22	223	22217
3008347	La Maison-Blanche	la-maison-blanche	FR		0	Europe/Paris	48.36325	-4.53175		La Maison-Blanche,La Mon Blanche,Maison Blanche		53	29	291	29019
3008349	La Maison	la-maison	FR		0	Europe/Paris	47.70131	4.64929				27	21	213	21061
3008350	La Mairie	la-mairie	FR		0	Europe/Paris	47.66154	4.34497				27	21	213	21425
3008351	Lamaire	lamaire	FR		0	Europe/Paris	46.75653	-0.12574		Lamaire		75	79	793	79268
3008352	La Maine	la-maine	FR		0	Europe/Paris	47.77545	4.29579				27	89	892	89210
3008354	La Maillardière	la-maillardiere	FR		0	Europe/Paris	48.0005	-1.21908				53	35	351	35097
3008355	La Maillardais	la-maillardais	FR		0	Europe/Paris	47.52715	-1.76553				52	44	445	44062
3008357	La Mahottière	la-mahottiere	FR		0	Europe/Paris	48.04207	-0.36636				52	53	533	53228
3008359	La Magne	la-magne	FR		0	Europe/Paris	45.80013	6.16505		La Magne,La Mann		84	74	741	74232
3008360	La Magne	la-magne	FR		0	Europe/Paris	45.66894	6.03638				84	73	732	73234
3008361	La Magnane	la-magnane	FR		0	Europe/Paris	45.10022	1.50174				75	19	191	19151
3008368	La Madrolle	la-madrolle	FR		0	Europe/Paris	46.71442	1.61768		La Madrolle,Madrolle		24	36	362	36231
3008369	La Madrague	la-madrague	FR		0	Europe/Paris	43.23376	5.3617				93	13	133	13055
3008370	La Madrague	la-madrague	FR		0	Europe/Paris	43.16531	5.69609		La Madrague		93	83	832	83112
3008371	La Madrague	la-madrague	FR		0	Europe/Paris	43.03923	6.11166				93	83	832	83069
3008372	La Madone	la-madone	FR		0	Europe/Paris	43.97652	7.05146				93	06	062	06139
3008373	La Madière	la-madiere	FR		0	Europe/Paris	45.82554	2.30314				75	23	231	23198
3008388	La Madelaine-de-Rivière	la-madelaine-de-riviere	FR		0	Europe/Paris	44.61667	2		La Madelaine,La Madelaine-de-Riviere,La Madelaine-de-Rivière,La Madeleine		76	46	462	46175
3008389	La Maçonnière	la-maconniere	FR		0	Europe/Paris	48.08333	-1.3				53	35	351	35087
3008390	La Machome	la-machome	FR		0	Europe/Paris	45.10793	1.21652		La Machome,La Machonie		75	24	244	24130
3008392	La Macherie	la-macherie	FR		0	Europe/Paris	46.3635	0.8874				75	86	862	86254
3008394	Lalys	lalys	FR		0	Europe/Paris	45.56667	2.25				75	19	193	19053
3008396	La Luste	la-luste	FR		0	Europe/Paris	45.03845	-0.5182		La Luste,La Lustre		75	33	331	33525
3008398	L'Alun	l-alun	FR		0	Europe/Paris	48.56667	2.28333				11	91	913	91376
3008399	La Lucrais	la-lucrais	FR		0	Europe/Paris	47.59781	-1.87019		La Lucrais,La Luerais		52	44	445	44067
3008401	La Luc	la-luc	FR		0	Europe/Paris	45.11451	0.94579				75	24	243	24026
3008402	La Lubière	la-lubiere	FR		0	Europe/Paris	46.15049	2.89497				84	63	634	63243
3008406	L'Alpe-d'Huez	l-alpe-d-huez	FR		0	Europe/Paris	45.09281	6.06986		AHZ,Alpe d'Huez,Aup d'Ueis,L'Alpe,L'Alpe d'Huez,L'Alpe-d'Huez,L'Aup d'Ueis,L'Aup d'Ues,L'Aup d'Uès,L’Alpe d’Huez,אלפ ד'ואז		84	38	381	38191
3008407	La Loza	la-loza	FR		0	Europe/Paris	45.26837	6.7767		La Loza,la Losa		84	73	733	73290
3008410	La Louze	la-louze	FR		0	Europe/Paris	46.9575	2.66096				24	18	182	18173
3008412	La Louvière	la-louviere	FR		0	Europe/Paris	48.62982	1.62614				24	28	283	28349
3008413	La Louvière	la-louviere	FR		0	Europe/Paris	48.35	-2.1				53	22	221	22239
3008414	La Louvière	la-louviere	FR		0	Europe/Paris	47.93333	6.35		La Louviere,La Louvière,Roches de la Louviere		27	70	701	70006
3008424	La Lortière	la-lortiere	FR		0	Europe/Paris	47.08858	-1.17713				52	44	442	44063
3008430	La Longe	la-longe	FR		0	Europe/Paris	46.528	2.78038				84	03	031	03150
3008431	La Long	la-long	FR		0	Europe/Paris	46.75932	2.56528				24	18	182	18013
3008446	La Loeuf du Houx	la-loeuf-du-houx	FR		0	Europe/Paris	47.27409	2.17342		La Loeuf,La Loeuf du Houx		24	18	183	18290
3008447	Lalœuf	laloeuf	FR		240	Europe/Paris	48.46667	6.01667		Unite,Unité		44	54	543	54291
3008448	Laloeuf	laloeuf	FR		0	Europe/Paris	46.43133	0.76344				75	86	862	86262
3008450	Lalo	lalo	FR		0	Europe/Paris	44.45765	3.10279				76	12	122	12237
3008451	Lally	lally	FR		0	Europe/Paris	47.03452	4.41393				27	71	711	71438
3008452	L'Allier	l-allier	FR		0	Europe/Paris	48.01923	-1.21095				53	35	351	35097
3008453	L'Allier	l-allier	FR		0	Europe/Paris	45.30967	4.42034				84	42	423	42139
3008456	L'Alleu	l-alleu	FR		0	Europe/Paris	48.10562	2.44315		L'Alleu,La Leu		24	45	453	45132
3008459	L'Allet	l-allet	FR		0	Europe/Paris	48.51132	3.20238				11	77	773	77446
3008460	L'Allemandière	l-allemandiere	FR		0	Europe/Paris	47.09479	1.42528				24	36	362	36103
3008461	L'Allée	l-allee	FR		0	Europe/Paris	46.23377	3.22362				84	03	032	03112
3008462	Lallée	lallee	FR		0	Europe/Paris	44.77373	6.03368		Lalle,Lallee,Lallee-les-Paris,Lallé,Lallée,Lallée-les-Paris		93	05	052	05144
3008467	La Livarderie	la-livarderie	FR		0	Europe/Paris	48.60035	0.83834				28	61	613	61230
3008468	La Litière	la-litiere	FR		0	Europe/Paris	48.11667	-1.25				53	35	351	35229
3008472	La Limaye	la-limaye	FR		0	Europe/Paris	47.20128	2.55284				24	18	181	18003
3008474	La Ligne	la-ligne	FR		0	Europe/Paris	46.65	0.71667				75	86	861	86009
3008475	La Ligne	la-ligne	FR		0	Europe/Paris	46.46952	1.52781				24	36	362	36014
3008477	L'Alibrou	l-alibrou	FR		0	Europe/Paris	46.74655	3.4525				27	58	583	58293
3008478	La Liardière	la-liardiere	FR		0	Europe/Paris	46.37164	0.43269				75	86	862	86103
3008480	L'Algey	l-algey	FR		0	Europe/Paris	46.57856	2.33733				24	18	182	18192
3008481	La Lézioux	la-lezioux	FR		0	Europe/Paris	45.77089	2.01413				75	23	231	23090
3008482	La Leyras	la-leyras	FR		0	Europe/Paris	45.62159	3.53156		L'Alleyras,La Leyras		84	63	631	63132
3008484	La Leux	la-leux	FR		0	Europe/Paris	46.83676	2.68662				24	18	182	18261
3008485	La Leuqueue	la-leuqueue	FR		0	Europe/Paris	49.85924	1.49707				28	76	761	76677
3008488	La Leu	la-leu	FR		0	Europe/Paris	48.52944	1.32959				24	28	281	28254
3008489	La Leu	la-leu	FR		0	Europe/Paris	48.27389	1.21096				24	28	282	28409
3008490	L'Aleu	l-aleu	FR		0	Europe/Paris	47.36881	-0.95027				52	49	492	49244
3008494	La Léserie	la-leserie	FR		0	Europe/Paris	47.76667	-1.28333				52	44	445	44218
3008495	Lalenotte	lalenotte	FR		0	Europe/Paris	44.64868	0.95734				75	24	241	24080
3008496	L'Alène d'Or	l-alene-d-or	FR		0	Europe/Paris	50.44519	3.35936				32	59	596	59511
3008497	La Légue	la-legue	FR		0	Europe/Paris	44.20895	-0.21201				75	40	402	40169
3008507	La Laye	la-laye	FR		0	Europe/Paris	47.88732	3.41029				27	89	891	89196
3008508	La Lauze	la-lauze	FR		0	Europe/Paris	44.39432	6.59494				93	04	041	04195
3008509	La Lauze	la-lauze	FR		0	Europe/Paris	44.37454	4.17594		La Lauze,Lauze		84	07	071	07024
3008510	La Lauze	la-lauze	FR		0	Europe/Paris	44.04177	5.26436				93	84	843	84018
3008512	La Laudezais	la-laudezais	FR		0	Europe/Paris	47.64953	-1.88695				52	44	445	44067
3008514	La Lardière	la-lardiere	FR		0	Europe/Paris	48.12651	-0.72923				52	53	532	53140
3008515	La Lardie	la-lardie	FR		0	Europe/Paris	45.15884	0.86315				75	24	243	24026
3008516	La Larderie	la-larderie	FR		0	Europe/Paris	48.21127	-1.29502				53	35	351	35347
3008517	La Lapaudière	la-lapaudiere	FR		0	Europe/Paris	46.89711	1.39353				24	36	362	36031
3008524	La Landriais	la-landriais	FR		0	Europe/Paris	47.79733	-1.66419				53	35	352	35012
3008525	La Landre	la-landre	FR		0	Europe/Paris	48.53969	5.17084				44	52	523	52123
3008526	La Lande-Vinet	la-lande-vinet	FR		0	Europe/Paris	49.32459	1.62579				28	27	271	27226
3008527	La Lande-Vaumont	la-lande-vaumont	FR		0	Europe/Paris	48.7825	-0.86643		La Lande-Vaumont		28	14	144	14762
3008531	La Lande-Perrin	la-lande-perrin	FR		0	Europe/Paris	49.3711	1.58657		La Lande-Perrin,la Lande		28	27	271	27417
3008534	La Landelle	la-landelle	FR		0	Europe/Paris	47.23655	-1.36631				52	44	442	44084
3008544	La Lande	la-lande	FR		0	Europe/Paris	49.47387	1.62026				28	76	761	76067
3008546	La Lande	la-lande	FR		0	Europe/Paris	48.10126	-0.83834				52	53	532	53054
3008548	La Lande	la-lande	FR		0	Europe/Paris	47.56077	2.25228				24	18	183	18037
3008549	La Lande	la-lande	FR		0	Europe/Paris	47.40687	-2.11453				52	44	443	44129
3008550	La Lande	la-lande	FR		0	Europe/Paris	46.85614	1.82214				24	36	362	36064
3008551	La Lande	la-lande	FR		0	Europe/Paris	46.52324	2.08762				24	36	363	36073
3008552	La Lande	la-lande	FR		0	Europe/Paris	45.25381	0.6286				75	24	242	24069
3008553	La Lande	la-lande	FR		0	Europe/Paris	44.88433	0.37396				75	24	241	24222
3008556	La Landazerie	la-landazerie	FR		0	Europe/Paris	47.59743	2.37352				24	45	452	45063
3008558	La Lampierre	la-lampierre	FR		0	Europe/Paris	44.11552	6.9713		La Lampierre,La Lapierre		93	06	062	06016
3008559	La Laimière	la-laimiere	FR		0	Europe/Paris	46.80452	-0.58202				75	79	791	79103
3008561	La Laie d'Ize	la-laie-d-ize	FR		0	Europe/Paris	48.17557	-1.29535				53	35	351	35347
3008562	La Lagne	la-lagne	FR		0	Europe/Paris	43.84286	6.53546				93	04	042	04039
3008563	Lalage	lalage	FR		0	Europe/Paris	44.96667	0.9				75	24	244	24217
3008565	La La	la-la	FR		0	Europe/Paris	47.01024	-0.78715				52	49	492	49192
3008566	Lala	lala	FR		0	Europe/Paris	45.1643	1.19557				75	24	244	24324
3008567	La Justice	la-justice	FR		0	Europe/Paris	46.65628	2.93095				84	03	032	03087
3008568	La Junie	la-junie	FR		0	Europe/Paris	44.74277	2.17735				84	15	151	15122
3008572	La Juiverie	la-juiverie	FR		0	Europe/Paris	48.82504	1.63322				11	78	781	78520
3008573	La Jugie	la-jugie	FR		0	Europe/Paris	45.32986	1.95316				75	19	192	19081
3008574	La Juge	la-juge	FR		0	Europe/Paris	45.08405	5.00054				84	26	263	26281
3008575	La Judie	la-judie	FR		0	Europe/Paris	45.69098	0.94373				75	87	873	87036
3008579	La Joux	la-joux	FR		0	Europe/Paris	45.44029	2.73606				84	63	633	63346
3008580	La Joubertie	la-joubertie	FR		0	Europe/Paris	45.43145	1.34409				75	19	191	19011
3008581	La Josserie	la-josserie	FR		0	Europe/Paris	48.68811	0.56693				28	61	613	61422
3008582	La Jonquière	la-jonquiere	FR		0	Europe/Paris	50.44846	3.19667				32	59	593	59158
3008587	La Jolivie	la-jolivie	FR		0	Europe/Paris	44.8833	0.59891				75	24	241	24224
3008588	La Joignère	la-joignere	FR		0	Europe/Paris	48.46632	0.86265				28	61	613	61300
3008593	La Javelat	la-javelat	FR		0	Europe/Paris	45.01821	4.55898				84	07	073	07166
3008594	La Jauvie	la-jauvie	FR		0	Europe/Paris	45.73333	1.23333				75	87	872	87192
3008595	La Jauselière	la-jauseliere	FR		0	Europe/Paris	47.10514	-2.07883				52	44	443	44131
3008596	La Jaunais	la-jaunais	FR		0	Europe/Paris	47.5949	-1.72509				52	44	445	44091
3008597	La Jaunais	la-jaunais	FR		0	Europe/Paris	47.38333	-1.66667				52	44	445	44073
3008598	Lajaumont	lajaumont	FR		0	Europe/Paris	46.21931	2.34904				75	23	231	23114
3008600	La Jasse	la-jasse	FR		0	Europe/Paris	45.72416	2.09919				75	19	193	19241
3008601	La Jasse	la-jasse	FR		0	Europe/Paris	44.52584	0.93232				75	47	473	47077
3008602	La Jasse	la-jasse	FR		0	Europe/Paris	44.30052	4.00408				76	30	301	30080
3008604	La Jarrige	la-jarrige	FR		0	Europe/Paris	45.31336	2.33261				84	15	152	15010
3008605	La Jarrige	la-jarrige	FR		0	Europe/Paris	45.26455	2.12434				75	19	193	19111
3008608	La Jarriage	la-jarriage	FR		0	Europe/Paris	44.96555	2.93275				84	15	153	15059
3008609	La Jarousse	la-jarousse	FR		0	Europe/Paris	45.5032	1.11729				75	24	242	24218
3008610	La Jarousse	la-jarousse	FR		0	Europe/Paris	45.44327	1.17584				75	24	242	24008
3008612	La Jarjatte	la-jarjatte	FR		0	Europe/Paris	44.67516	5.75739		La Jargeatte,La Jarjatte		84	26	261	26168
3008614	La Janais	la-janais	FR		0	Europe/Paris	48.10419	-1.752				53	35	353	35240
3008615	La Jametrie	la-jametrie	FR		0	Europe/Paris	47.31047	-1.70119				52	44	445	44217
3008616	La Jairaz	la-jairaz	FR		0	Europe/Paris	45.43023	6.64617		La Jairaz,Le Jairaz,Le Jaíraz		84	73	731	73227
3008618	La Jaillette	la-jaillette	FR		0	Europe/Paris	47.67327	-0.76658				52	49	494	49331
3008619	La Jactrie	la-jactrie	FR		0	Europe/Paris	47.16523	-0.80774				52	49	492	49092
3008620	La Jacquinerie	la-jacquinerie	FR		0	Europe/Paris	48.1	2.25				24	45	453	45047
3008621	La Jacquinerie	la-jacquinerie	FR		0	Europe/Paris	46.62124	3.10533				84	03	032	03090
3008622	La Jacqueminière	la-jacqueminiere	FR		0	Europe/Paris	47.99955	3.08377				24	45	451	45115
3008625	Laizeau	laizeau	FR		0	Europe/Paris	47.94279	2.08829				24	45	452	45327
3008632	L'Aître Forêt	l-aitre-foret	FR		0	Europe/Paris	48.45062	0.53103				28	61	613	61329
3008643	L'Aireau	l-aireau	FR		0	Europe/Paris	47.3069	0.40162				24	37	372	37056
3008646	Lair	lair	FR		0	Europe/Paris	45.78333	3.53333				84	63	635	63125
3008647	Lair	lair	FR		0	Europe/Paris	45.47445	3.52863				84	63	631	63353
3008648	L'Air	l-air	FR		0	Europe/Paris	45.31667	3.95				84	43	433	43034
3008650	L'Air	l-air	FR		0	Europe/Paris	45.01667	1.18333				75	24	244	24106
3008654	Lainosa	lainosa	FR		0	Europe/Paris	42.80995	9.37099		Lainosa		94	2B	2B2	2B184
3008656	Lainmat	lainmat	FR		0	Europe/Paris	47.81858	-3.35516				53	56	561	56036
3008661	Laimeheuc	laimeheuc	FR		0	Europe/Paris	47.96429	-2.01591				53	35	353	35169
3008664	Lailloux	lailloux	FR		0	Europe/Paris	46.05	1.41667				75	87	872	87159
3008669	Laiguillon	laiguillon	FR		0	Europe/Paris	46.38392	1.88291				75	23	232	23109
3008671	L'Aiguillette	l-aiguillette	FR		0	Europe/Paris	47.12857	-1.29369				52	44	442	44108
3008675	L'Aiguille	l-aiguille	FR		0	Europe/Paris	50.40234	1.78664				32	62	624	62150
3008677	L'Aigremont	l-aigremont	FR		0	Europe/Paris	48.50848	0.22357				28	61	611	61304
3008679	Laignière	laigniere	FR		0	Europe/Paris	47.88044	-1.42622		Laigniere,Laignière,Laiguiere		53	35	351	35082
3008688	La Hutte	la-hutte	FR		0	Europe/Paris	48.3	0.09681		La Hutte		52	72	722	72138
3008689	La Hunière	la-huniere	FR		0	Europe/Paris	48.59854	1.86154				11	78	782	78601
3008691	La Hunaudière	la-hunaudiere	FR		0	Europe/Paris	47.7141	-1.53381				52	44	445	44197
3008692	La Hume	la-hume	FR		0	Europe/Paris	44.63547	-1.10807		La Hume,La Hume-Meyran		75	33	336	33199
3008693	La Hulotière	la-hulotiere	FR		0	Europe/Paris	48.14249	0.90265				52	72	722	72144
3008694	La Huchonne	la-huchonne	FR		0	Europe/Paris	49.67423	1.48293				28	76	761	76649
3008695	La Huchetière	la-huchetiere	FR		0	Europe/Paris	47.56295	-1.51752				52	44	445	44001
3008696	La Huballerie	la-huballerie	FR		0	Europe/Paris	48.40453	-2.03883				53	22	221	22026
3008697	La Huardière	la-huardiere	FR		0	Europe/Paris	48.86108	-0.94142				28	14	144	14762
3008702	La Houssinière	la-houssiniere	FR		0	Europe/Paris	47.3	-0.38333				52	49	491	49050
3008707	La Houssaie	la-houssaie	FR		0	Europe/Paris	48.04729	-2.95078				53	56	562	56178
3008708	La Houssaie	la-houssaie	FR		0	Europe/Paris	47.50678	-1.26928				52	44	445	44144
3008709	La Hourcade	la-hourcade	FR		0	Europe/Paris	44.78262	-0.54524		Hourcade,L'Hourcade,La Hourcade		75	33	332	33550
3008711	La Houpette	la-houpette	FR		0	Europe/Paris	48.64535	5.07762				44	55	551	55447
3008713	La Houle	la-houle	FR		0	Europe/Paris	48.66938	-1.8578				53	35	354	35049
3008714	La Houdairie	la-houdairie	FR		0	Europe/Paris	48.19883	-0.83686				52	53	533	53225
3008724	Lahitte-ez-Angles	lahitte-ez-angles	FR		0	Europe/Paris	43.0929	0.0401		Lahitte,Lahitte-ez-Angles		76	65	651	65247
3008729	La Hinelière	la-hineliere	FR		0	Europe/Paris	47.98916	-1.38633		L'Hineliere,L'Hinelière,La Hineliere,La Hinelière		53	35	351	35028
3008730	La Hinchère	la-hinchere	FR		0	Europe/Paris	47.00317	-1.26571				52	85	852	85295
3008731	La Heyère	la-heyere	FR		0	Europe/Paris	48.18333	0.4				52	72	722	72039
3008734	La Heuze	la-heuze	FR		0	Europe/Paris	48.40524	1.24897				24	28	281	28290
3008737	La Hétroye	la-hetroye	FR		0	Europe/Paris	50.54834	1.85672				32	62	624	62021
3008738	La Hêtrée	la-hetree	FR		0	Europe/Paris	49.62098	1.53501				28	76	761	76672
3008739	La Herviais	la-herviais	FR		0	Europe/Paris	47.75414	-1.71367				53	35	352	35124
3008740	La Hervellerie	la-hervellerie	FR		0	Europe/Paris	48.14959	-0.91805				52	53	532	53243
3008742	La Hérinière	la-heriniere	FR		0	Europe/Paris	48.73333	0.61667				28	61	613	61214
3008745	La Héraudais	la-heraudais	FR		0	Europe/Paris	47.92648	-2.03933				53	35	352	35168
3008747	La Hélière	la-heliere	FR		0	Europe/Paris	48.73045	0.76186				28	61	613	61092
3008748	La Helberdière	la-helberdiere	FR		0	Europe/Paris	48.14	-0.92517				52	53	532	53243
3008752	Lahaye-Saint-Romain	lahaye-saint-romain	FR		0	Europe/Paris	49.71834	1.98705				32	80	802	80630
3008770	La Haute Ville	la-haute-ville	FR		0	Europe/Paris	48.2754	6.69318				44	88	883	88184
3008771	La Haute Ville	la-haute-ville	FR		0	Europe/Paris	47.76695	-1.54476				52	44	445	44148
3008772	La Haute Rue	la-haute-rue	FR		0	Europe/Paris	49.56567	0.62318				28	76	763	76626
3008773	La Haute Rue	la-haute-rue	FR		0	Europe/Paris	49.45624	1.87084		Haute Rue,La Haute Rue		32	60	601	60073
3008774	La Haute Rue	la-haute-rue	FR		0	Europe/Paris	48.55957	4.66644				44	51	514	51419
3008775	La Haute Rochelle	la-haute-rochelle	FR		0	Europe/Paris	48.5836	0.32043				28	61	611	61284
3008777	La Haute Lande	la-haute-lande	FR		0	Europe/Paris	47.94938	-1.198		Haute Lande,La Haute Lande		53	35	351	35008
3008778	La Haute Jaunière	la-haute-jauniere	FR		0	Europe/Paris	48.72113	1.6704		La Haute Jauniere,La Haute Jaunière,La Jauniere,La Jaunière		11	78	781	78006
3008779	La Haute Épine	la-haute-epine	FR		0	Europe/Paris	48.07934	3.25693				27	89	893	89464
3008780	La Haute Duquerie	la-haute-duquerie	FR		0	Europe/Paris	48.55999	0.68249				28	61	613	61491
3008781	La Haute Combe	la-haute-combe	FR		0	Europe/Paris	44.34968	6.23917				93	04	044	04023
3008783	La Haute Bouexière	la-haute-bouexiere	FR		0	Europe/Paris	47.94666	-1.75539		La Haute Bouexiere,La Haute Bouexière,La Haute Bouxiere,La Haute Bouxière		53	35	352	35126
3008784	La Haudotière	la-haudotiere	FR		0	Europe/Paris	48.17066	1.10138				24	28	282	28398
3008785	La Haudière	la-haudiere	FR		0	Europe/Paris	48.65962	0.79155				28	61	613	61429
3008786	La Haudelinière	la-haudeliniere	FR		0	Europe/Paris	47.49178	-1.50155				52	44	445	44110
3008788	La Hartelois	la-hartelois	FR		0	Europe/Paris	48.23638	-2.34572				53	22	224	22309
3008791	Laharmand	laharmand	FR		0	Europe/Paris	48.16047	5.09256		Laharmand,Laharmant		44	52	521	52251
3008792	Laharie	laharie	FR		0	Europe/Paris	44.04812	-1.00525				75	40	402	40210
3008794	La Hardoye	la-hardoye	FR		0	Europe/Paris	49.67871	4.22486		La Hardoye		44	08	082	08366
3008795	La Hardière	la-hardiere	FR		0	Europe/Paris	48.69437	0.40974				28	61	613	61389
3008796	La Hardellière	la-hardelliere	FR		0	Europe/Paris	47.2968	0.778				24	37	372	37104
3008797	La Hardannerie	la-hardannerie	FR		0	Europe/Paris	49.57973	0.85232				28	76	763	76099
3008798	La Harazée	la-harazee	FR		0	Europe/Paris	49.19456	4.91811				44	51	511	51621
3008799	La Hamonais	la-hamonais	FR		0	Europe/Paris	48.56214	-2.11209				53	22	221	22209
3008801	La Halle	la-halle	FR		0	Europe/Paris	49.5732	0.86643				28	76	763	76099
3008802	La Halerie	la-halerie	FR		0	Europe/Paris	48.49613	0.69181				28	61	613	61230
3008803	La Haie-Trois-Sous	la-haie-trois-sous	FR		0	Europe/Paris	47.12286	-1.40381				52	44	442	44088
3008805	La Haie-Pélerine	la-haie-pelerine	FR		0	Europe/Paris	48.15483	3.18885				27	89	893	89404
3008807	La Haie-Gonnor	la-haie-gonnor	FR		0	Europe/Paris	49.53306	1.13899				28	76	763	76123
3008808	La Haie-Frogeay	la-haie-frogeay	FR		0	Europe/Paris	48.84312	1.78832				11	78	782	78036
3008810	La Haie-Fonteng	la-haie-fonteng	FR		0	Europe/Paris	48.10088	-1.4336				53	35	351	35068
3008811	La Haie de Ligné	la-haie-de-ligne	FR		0	Europe/Paris	47.39845	-1.40476		La Haie,La Haie de Ligne,La Haie de Ligné		52	44	445	44082
3008812	La Haie de Béranville	la-haie-de-beranville	FR		0	Europe/Paris	49.02821	1.53796				11	78	781	78320
3008814	La Haie	la-haie	FR		0	Europe/Paris	48.45824	-4.17925				53	29	291	29144
3008815	La Haie	la-haie	FR		0	Europe/Paris	47.77798	3.2399				27	89	891	89472
3008816	La Haie	la-haie	FR		0	Europe/Paris	47.39679	-1.86869				52	44	445	44023
3008817	La Haie	la-haie	FR		0	Europe/Paris	47.28976	-1.54524				52	44	442	44035
3008821	La Gurra	la-gurra	FR		0	Europe/Paris	45.54441	6.90256		La Gurra,La Gurraz,la Curra		84	73	731	73323
3008823	La Guiranne	la-guiranne	FR		0	Europe/Paris	43.22271	6.02133				93	83	832	83131
3008826	La Guinière	la-guiniere	FR		0	Europe/Paris	47.35045	-0.79306		La Guiniere,La Guinieres,La Guinière,La Guinières		52	49	491	49063
3008827	Laguinge	laguinge	FR		164	Europe/Paris	43.09331	-0.86593		Lagenzh-Restu,Laguinga-Restoa,Laguinge,Laguinge-Restoue,Liginaga,Liginaga-Astuee,Liginaga-Astüe,la ji en ge lei si tu ai,Лагенж-Ресту,لاگوینج-ریسٹو,拉吉恩格雷斯图埃		75	64	642	64303
3008828	La Guinand	la-guinand	FR		0	Europe/Paris	48.12926	3.74024				27	89	891	89398
3008829	La Guiltière	la-guiltiere	FR		0	Europe/Paris	47.13286	-1.22657				52	49	492	49301
3008830	La Guilmarais	la-guilmarais	FR		0	Europe/Paris	48.10482	-1.20612				53	35	351	35360
3008831	La Guillotière	la-guillotiere	FR		0	Europe/Paris	45.75616	4.84785		Guillotiere,Guillotière,La Guillotiere,La Guillotière		84	69	691	69123
3008833	La Guilloterie	la-guilloterie	FR		0	Europe/Paris	48.33114	0.33615				52	72	722	72238
3008835	La Guillaumière	la-guillaumiere	FR		0	Europe/Paris	47.67438	-1.60695				52	44	445	44086
3008836	La Guignotrie	la-guignotrie	FR		0	Europe/Paris	46.66854	0.90477				75	86	862	86236
3008837	La Guignerie	la-guignerie	FR		0	Europe/Paris	45.48333	2.16667				75	19	193	19058
3008840	La Guide	la-guide	FR		0	Europe/Paris	45.37509	0.39388				75	24	243	24119
3008842	La Guibretière	la-guibretiere	FR		0	Europe/Paris	47.44416	-1.2744				52	44	445	44202
3008844	La Gueze	la-gueze	FR		0	Europe/Paris	44.97315	4.42517				84	07	073	07248
3008845	La Gueylardie	la-gueylardie	FR		0	Europe/Paris	44.80107	0.46245				75	24	241	24274
3008846	La Guetterie	la-guetterie	FR		0	Europe/Paris	48.08489	3.18629				27	89	893	89094
3008847	La Guette	la-guette	FR		0	Europe/Paris	48.10477	3.77716				27	89	891	89398
3008848	La Guette	la-guette	FR		0	Europe/Paris	46.9	1.33333				24	36	362	36194
3008849	La Guesne	la-guesne	FR		0	Europe/Paris	47.38422	-2.13485				52	44	443	44050
3008850	La Guerrière	la-guerriere	FR		0	Europe/Paris	48.23307	0.89751				24	28	284	28038
3008852	La Guérouillère	la-guerouillere	FR		0	Europe/Paris	47.8148	-0.4806				52	53	531	53210
3008853	La Guerlie	la-guerlie	FR		0	Europe/Paris	45.81801	0.70024				75	16	163	16270
3008855	La Guérillerie	la-guerillerie	FR		0	Europe/Paris	45.84692	0.90128				75	87	873	87030
3008859	La Guépière	la-guepiere	FR		0	Europe/Paris	48.58226	1.83862				11	78	782	78601
3008862	La Guenandière	la-guenandiere	FR		0	Europe/Paris	46.82493	1.02463				24	36	361	36113
3008863	La Guélinière	la-gueliniere	FR		0	Europe/Paris	48.08333	-0.83333				52	53	532	53201
3008864	La Guedonnière	la-guedonniere	FR		0	Europe/Paris	48.19315	-1.26862				53	35	351	35347
3008865	La Guédonnière	la-guedonniere	FR		0	Europe/Paris	46.77581	0.44471				75	86	861	86081
3008866	La Guay	la-guay	FR		0	Europe/Paris	47.32476	-1.83547				52	44	443	44089
3008867	La Guaiserie	la-guaiserie	FR		0	Europe/Paris	47.45924	2.21952				24	41	413	41249
3008868	La Gruzalière	la-gruzaliere	FR		0	Europe/Paris	46.47082	0.29284				75	86	863	86113
3008870	La Cruaudais	la-cruaudais	FR		0	Europe/Paris	47.26417	-1.94607		La Cruaudais,La Gruandais,La Gruaudais		52	44	443	44061
3008872	La Groue	la-groue	FR		0	Europe/Paris	48.69746	3.23815				11	77	773	77032
3008873	La Grotte	la-grotte	FR		0	Europe/Paris	45.44841	5.78406		La Grotte,la Crotte		84	73	732	73229
3008874	La Grolerie	la-grolerie	FR		0	Europe/Paris	45.08333	0.98333				75	24	244	24356
3008876	La Groine	la-groine	FR		0	Europe/Paris	45.66307	3.63142				84	63	631	63355
3008877	La Grivellière	la-grivelliere	FR		0	Europe/Paris	45.22395	5.16784		La Graveliere,La Grivelliere,La Grivellière		84	26	263	26210
3008878	La Grisoëlle	la-grisoelle	FR		0	Europe/Paris	50.30935	3.97868		Grisoelle		32	59	591	59370
3008879	La Grise	la-grise	FR		0	Europe/Paris	47.10833	-0.36403				52	49	492	49373
3008882	La Grilletière	la-grilletiere	FR		0	Europe/Paris	47.69758	3.49627				27	89	891	89154
3008885	La Grezellie	la-grezellie	FR		0	Europe/Paris	44.93333	1.16667				75	24	244	24255
3008886	La Grèze	la-greze	FR		0	Europe/Paris	44.83333	1.78333				76	46	463	46317
3008888	La Grève	la-greve	FR		0	Europe/Paris	49.437	0.88492				28	76	763	76020
3008889	La Grève	la-greve	FR		0	Europe/Paris	48.4566	4.76916				44	52	523	52088
3008890	La Grève	la-greve	FR		0	Europe/Paris	46.70061	0.41533				75	86	863	86095
3008891	La Greugne	la-greugne	FR		0	Europe/Paris	46.72104	2.42266				24	18	182	18171
3008892	La Gresse	la-gresse	FR		0	Europe/Paris	47.82541	2.21901				24	45	452	45311
3008895	La Grenouillère	la-grenouillere	FR		0	Europe/Paris	48.0461	0.33141				52	72	722	72129
3008896	La Grenouillère	la-grenouillere	FR		0	Europe/Paris	47.15753	1.43666				24	36	362	36103
3008897	La Grenerie	la-grenerie	FR		0	Europe/Paris	45.61294	1.13452				75	87	872	87150
3008898	Lagremuse	lagremuse	FR		0	Europe/Paris	44.02554	6.11961				93	04	043	04046
3008899	La Grelle	la-grelle	FR		0	Europe/Paris	45.98333	1.21667				75	87	871	87197
3008900	La Grelière	la-greliere	FR		0	Europe/Paris	45.6129	0.56607				75	24	242	24541
3008902	La Grée à Midi	la-gree-a-midi	FR		0	Europe/Paris	47.71705	-1.62228				52	44	445	44197
3008903	La Gravouse	la-gravouse	FR		0	Europe/Paris	44.25	5.38333				84	26	262	26242
3008904	La Gravolle	la-gravolle	FR		0	Europe/Paris	46.87719	1.94472				24	36	364	36027
3008906	La Gravette	la-gravette	FR		0	Europe/Paris	47.49665	2.12555				24	41	413	41176
3008919	Lagraulas	lagraulas	FR		0	Europe/Paris	43.76482	0.23726		Lagraulas		76	32	321	32462
3008920	La Gratte	la-gratte	FR		0	Europe/Paris	45.03515	5.44589				84	26	261	26315
3008922	La Gratade	la-gratade	FR		0	Europe/Paris	45.65842	2.80415				84	63	633	63305
3008924	La Granville	la-granville	FR		0	Europe/Paris	47.62388	-1.57409				52	44	445	44076
3008925	La Grangette	la-grangette	FR		0	Europe/Paris	45.39547	6.24826				84	73	733	73278
3008926	La Grange Thibaut-Joly	la-grange-thibaut-joly	FR		0	Europe/Paris	47.80494	4.49709				27	21	213	21012
3008927	La Grange Mouton	la-grange-mouton	FR		0	Europe/Paris	47.21524	3.28143		Grange-Mouton,La Grange Mouton		27	58	584	58101
3008928	La Grange du Bois	la-grange-du-bois	FR		0	Europe/Paris	48.74048	1.84383				11	78	782	78108
3008929	La Grange Didier	la-grange-didier	FR		0	Europe/Paris	47.75036	4.63714				27	21	213	21117
3008930	La Grange-de-Noix	la-grange-de-noix	FR		0	Europe/Paris	46.51667	2.35				24	18	182	18252
3008931	La Grange de Beuil	la-grange-de-beuil	FR		0	Europe/Paris	45.90622	1.06012				75	87	872	87202
3008932	La Grange Chartier	la-grange-chartier	FR		0	Europe/Paris	47.92953	2.85938				24	45	451	45165
3008934	La Grange-aux-Bois	la-grange-aux-bois	FR		0	Europe/Paris	49.10053	4.94004		La Grange,La Grange-aux-Bois		44	51	511	51507
3008935	La Grange-au-Rupt	la-grange-au-rupt	FR		0	Europe/Paris	48.51708	4.91362		La Grange,La Grange-au-Rupt		44	52	523	52550
3008936	La Grange au Rouge	la-grange-au-rouge	FR		0	Europe/Paris	47.30057	1.78619				24	41	413	41280
3008937	La Grange-au-Rez	la-grange-au-rez	FR		0	Europe/Paris	48.28289	3.93228		Grange-au-Rez,La Grange,La Grange-au-Rez		44	10	103	10248
3008938	La Grange au Noir	la-grange-au-noir	FR		0	Europe/Paris	47.79936	4.49545				27	21	213	21012
3008939	La Grange-au-Doyen	la-grange-au-doyen	FR		0	Europe/Paris	48.11845	3.34292				27	89	893	89443
3008960	La Grand-Vergne	la-grand-vergne	FR		0	Europe/Paris	44.60026	0.40394				75	47	472	47035
3008961	La Grand Maison	la-grand-maison	FR		0	Europe/Paris	46.71076	1.3294				24	36	361	36124
3008963	La Grande Vallée	la-grande-vallee	FR		0	Europe/Paris	49.93333	1.51667		Grande Vallee,Grande Vallée,La Grande Vallee,La Grande Vallée		28	76	761	76320
3008964	La Grande Vallée	la-grande-vallee	FR		0	Europe/Paris	49.02152	1.76172				11	78	781	78246
3008965	La Grande Vallée	la-grande-vallee	FR		0	Europe/Paris	48.07648	3.4513				27	89	893	89142
3008967	La Grande Salle	la-grande-salle	FR		0	Europe/Paris	48.54542	-3.51633				53	22	223	22131
3008969	La Grande Rue	la-grande-rue	FR		0	Europe/Paris	50.25944	3.80041				32	59	591	59396
3008970	La Grande Rue	la-grande-rue	FR		0	Europe/Paris	49.5752	0.36295				28	76	762	76586
3008971	La Grande Route	la-grande-route	FR		0	Europe/Paris	49.57122	0.9108		Hameau de la Route,La Grande Route		28	76	763	76135
3008972	La Grande Rosière	la-grande-rosiere	FR		0	Europe/Paris	46.94757	2.23619				24	18	181	18133
3008973	La Grande Roche	la-grande-roche	FR		0	Europe/Paris	46.89879	2.30589				24	18	182	18073
3008975	La Grande Pra	la-grande-pra	FR		0	Europe/Paris	46.6501	2.3082				24	18	182	18059
3008984	La Grande Maison	la-grande-maison	FR		0	Europe/Paris	48.07505	2.88219				24	45	451	45307
3008985	La Grande Maison	la-grande-maison	FR		0	Europe/Paris	47.43595	-1.60833				52	44	445	44073
3008986	La Grande Maison	la-grande-maison	FR		0	Europe/Paris	47.1642	0.57905				24	37	371	37216
3008987	La Grande Maison	la-grande-maison	FR		0	Europe/Paris	45.77027	4.4482				84	69	691	69120
3008991	La Grande Jarronnée	la-grande-jarronnee	FR		0	Europe/Paris	48.13194	3.66672				27	89	893	89048
3008992	La Grande Huttière	la-grande-huttiere	FR		0	Europe/Paris	47.43093	-0.95848				52	44	445	44213
3008993	La Grande Haie	la-grande-haie	FR		0	Europe/Paris	47.74545	-1.31833				52	44	445	44199
3008994	La Grande Haie	la-grande-haie	FR		0	Europe/Paris	47.37416	-1.63345				52	44	445	44066
3008995	La Grande Gorge	la-grande-gorge	FR		0	Europe/Paris	45.40031	4.73536				84	42	423	42056
3008996	La Grande-Gaudre	la-grande-gaudre	FR		0	Europe/Paris	47.16492	0.11529				24	37	371	37220
3008997	La Grande Forge	la-grande-forge	FR		0	Europe/Paris	47.64946	4.26206				27	21	213	21114
3008998	La Grande Forêt	la-grande-foret	FR		0	Europe/Paris	48.42264	0.94773				28	61	613	61061
3008999	La Grande Forêt	la-grande-foret	FR		0	Europe/Paris	45.54775	5.18001				84	38	382	38172
3009001	La Grande-Folie	la-grande-folie	FR		0	Europe/Paris	48.6069	2.25018				11	91	913	91552
3009002	La Grande Cour	la-grande-cour	FR		0	Europe/Paris	49.36667	1.85				32	60	601	60235
3009003	La Grande Cour	la-grande-cour	FR		0	Europe/Paris	48.44666	1.00764				24	28	284	28335
3009004	La Grande Carrière	la-grande-carriere	FR		0	Europe/Paris	50.21639	3.76477		Grande Carriere,Grande Carrière,La Grande Carriere,La Grande Carrière		32	59	591	59068
3009005	La Grande Brosse	la-grande-brosse	FR		0	Europe/Paris	47.41067	3.07133				27	58	584	58102
3009007	La Grande Breuille	la-grande-breuille	FR		0	Europe/Paris	47.84497	3.02143				24	45	451	45292
3009008	La Grande Boutonnière	la-grande-boutonniere	FR		0	Europe/Paris	47.69857	2.66819				24	45	451	45155
3009009	La Grande Biesse	la-grande-biesse	FR		0	Europe/Paris	45.31215	5.04128				84	26	263	26162
3009010	La Grande Bastide	la-grande-bastide	FR		0	Europe/Paris	43.4	6.38333		Grande Bastide,La Grande Bastide		93	83	833	83031
3009014	La Grande Balleyte	la-grande-balleyte	FR		0	Europe/Paris	46.14438	2.04644				75	23	231	23154
3009019	La Graffardière	la-graffardiere	FR		0	Europe/Paris	48.1848	0.90425				24	28	284	28018
3009021	La Goutte	la-goutte	FR		0	Europe/Paris	46.41952	2.98468				84	03	032	03260
3009023	La Gouterie	la-gouterie	FR		0	Europe/Paris	45.40545	0.53456		La Gauterie,La Gouterie		75	24	242	24253
3009026	La Goute	la-goute	FR		0	Europe/Paris	45.44827	1.94205		La Goute		75	19	193	19249
3009028	La Gourdinerie	la-gourdinerie	FR		0	Europe/Paris	47.0557	1.41789				24	36	362	36090
3009029	La Goupillière	la-goupilliere	FR		0	Europe/Paris	48.51341	-2.2556				53	22	221	22237
3009030	La Goupillerie	la-goupillerie	FR		0	Europe/Paris	48.84688	1.69085				11	78	781	78465
3009031	La Goupilière	la-goupiliere	FR		0	Europe/Paris	48.5704	0.26078				28	61	611	61051
3009032	La Goulée	la-goulee	FR		0	Europe/Paris	49.07962	1.70623				11	95	953	95676
3009033	La Goulaudie	la-goulaudie	FR		0	Europe/Paris	45.34007	0.77738				75	24	242	24408
3009034	La Goulandre	la-goulandre	FR		0	Europe/Paris	45.63469	2.69279				84	63	633	63397
3009036	La Goula	la-goula	FR		0	Europe/Paris	45.32305	7.02175				84	73	733	73040
3009037	La Goujat	la-goujat	FR		0	Europe/Paris	45.24931	3.52863		La Coujat,La Goujat		84	43	431	43086
3009039	Lagoubran	lagoubran	FR		0	Europe/Paris	43.12436	5.88869				93	83	832	83137
3009040	La Goubette	la-goubette	FR		0	Europe/Paris	45.04545	5.00288				84	26	263	26281
3009041	La Gouberte	la-gouberte	FR		0	Europe/Paris	47.09214	-1.0225				52	49	492	49301
3009042	La Gouarie	la-gouarie	FR		0	Europe/Paris	47.54009	2.1339				24	41	413	41176
3009043	La Gouardière	la-gouardiere	FR		0	Europe/Paris	48.45083	0.32997				52	72	722	72137
3009044	La Gouairie	la-gouairie	FR		0	Europe/Paris	47.35321	-1.9125				52	44	443	44195
3009045	La Gouachère	la-gouachere	FR		0	Europe/Paris	47.325	-1.43726				52	44	442	44026
3009048	La Gorvelle	la-gorvelle	FR		0	Europe/Paris	48.00675	4.03344				44	10	103	10395
3009049	La Gorlière	la-gorliere	FR		0	Europe/Paris	48.16226	-0.98858		La Gorliere,La Gorlière,La Gortiere,La Gortière		52	53	532	53039
3009051	La Gorge	la-gorge	FR		0	Europe/Paris	45.21356	5.93462		La Gorge,Mas de la Gorge		84	38	381	38350
3009053	La Gorce	la-gorce	FR		0	Europe/Paris	45.84204	1.69209		La Gorce		75	87	872	87153
3009055	La Gorce	la-gorce	FR		0	Europe/Paris	44.76667	1.28333				75	24	244	24300
3009059	La Gonnière	la-gonniere	FR		0	Europe/Paris	48.59447	0.84125				28	61	613	61230
3009062	La Gondière	la-gondiere	FR		0	Europe/Paris	46.31322	2.98226				84	03	031	03243
3009063	La Gondie	la-gondie	FR		0	Europe/Paris	45.30375	1.03879				75	24	242	24448
3009064	La Gollotte	la-gollotte	FR		0	Europe/Paris	47.8706	2.67127				24	45	451	45332
3009068	La Godefraise	la-godefraise	FR		0	Europe/Paris	48.44877	0.91623				28	61	613	61061
3009072	L'Agnu	l-agnu	FR		0	Europe/Paris	41.90593	9.26706		Agno,L'Agno,L'Agnu		94	2B	2B3	2B366
3009080	L'Agnelas	l-agnelas	FR		0	Europe/Paris	45.37816	5.56367				84	38	381	38563
3009081	L'Agneau	l-agneau	FR		0	Europe/Paris	43.46697	5.23122				93	13	134	13117
3009082	La Glutonnie	la-glutonnie	FR		0	Europe/Paris	44.94854	3.74391		La Glutonie,La Glutonnie		84	43	432	43198
3009085	La Glésolle	la-glesolle	FR		0	Europe/Paris	46.46524	1.74486				24	36	363	36126
3009087	La Gitonnière	la-gitonniere	FR		0	Europe/Paris	48.42153	2.06675				11	91	911	91130
3009088	La Gironde	la-gironde	FR		0	Europe/Paris	45	1.75				75	19	191	19067
3009089	La Girière	la-giriere	FR		0	Europe/Paris	47.84811	-1.32934				53	35	351	35167
3009090	La Giraudière	la-giraudiere	FR		0	Europe/Paris	47.21124	2.16457		La Giraudiere,La Giraudière		24	18	183	18281
3009091	Lagirardie	lagirardie	FR		0	Europe/Paris	44.99414	0.36826				75	24	243	24234
3009092	La Girardetrie	la-girardetrie	FR		0	Europe/Paris	46.8576	1.24866				24	36	361	36212
3009093	La Girard	la-girard	FR		0	Europe/Paris	45.38401	6.26888				84	73	733	73278
3009094	L'Agiot	l-agiot	FR		0	Europe/Paris	48.7611	1.94919				11	78	782	78383
3009095	La Gineste	la-gineste	FR		0	Europe/Paris	44.89044	1.84645				76	46	462	46284
3009098	La Gilardière	la-gilardiere	FR		0	Europe/Paris	48.46254	0.93053				28	61	613	61061
3009099	La Gilardie	la-gilardie	FR		0	Europe/Paris	45.20104	0.41146				75	24	243	24504
3009100	La Gilardais	la-gilardais	FR		0	Europe/Paris	47.83371	-2.09523				53	56	563	56033
3009102	La Gicquelière	la-gicqueliere	FR		0	Europe/Paris	47.50607	-1.40892				52	44	445	44077
3009103	La Giberie	la-giberie	FR		0	Europe/Paris	48.34184	4.61064				44	10	101	10286
3009104	La Giandola	la-giandola	FR		0	Europe/Paris	43.95429	7.51935		Giandola,La Giandola		93	06	062	06023
3009105	Laghet	laghet	FR		0	Europe/Paris	43.75198	7.38535				93	06	062	06149
3009107	La Geslinière	la-gesliniere	FR		0	Europe/Paris	47.98333	-1.21667				53	35	351	35200
3009109	Lagerville	lagerville	FR		0	Europe/Paris	48.17815	2.83399				11	77	774	77071
3009110	La Germenie	la-germenie	FR		0	Europe/Paris	45.22022	1.08084				75	24	244	24473
3009111	La Gériais	la-geriais	FR		0	Europe/Paris	47.51023	-2.14774				52	44	443	44098
3009112	La Gereté	la-gerete	FR		0	Europe/Paris	47.23333	0.6				24	37	372	37257
3009113	La Gerbaudière	la-gerbaudiere	FR		0	Europe/Paris	46.85916	0.49116				75	86	861	86007
3009114	La Géraudais	la-geraudais	FR		0	Europe/Paris	47.41405	-2.06143		La Gerardais,La Geraudais,La Géraudais		52	44	443	44129
3009115	Lagérat	lagerat	FR		0	Europe/Paris	45.66828	0.94339				75	87	872	87032
3009117	La Gentière	la-gentiere	FR		0	Europe/Paris	48.4078	-1.70237		La Genliere,La Gentiere,La Gentière		53	35	354	35085
3009118	La Gennerie	la-gennerie	FR		0	Europe/Paris	45.08367	0.58425		La Gelinerie,La Gennerie		75	24	243	24251
3009119	La Genibre	la-genibre	FR		0	Europe/Paris	44.69839	1.2678				76	46	463	46297
3009128	La Genestine	la-genestine	FR		0	Europe/Paris	45.40293	2.1384				75	19	193	19070
3009129	La Gendretière	la-gendretiere	FR		0	Europe/Paris	47.29704	1.64762				24	41	413	41097
3009130	L'Age Martin	l-age-martin	FR		0	Europe/Paris	45.62717	0.37796				75	16	161	16093
3009131	L'Age-Marenche	l-age-marenche	FR		0	Europe/Paris	46.07311	0.5266				75	16	163	16128
3009132	La Gélizant	la-gelizant	FR		0	Europe/Paris	45.76876	0.7106				75	16	163	16398
3009133	La Gélie	la-gelie	FR		0	Europe/Paris	45.03637	0.90294				75	24	244	24404
3009134	L'Age-Goyard	l-age-goyard	FR		0	Europe/Paris	46.42348	2.35621				84	03	031	03172
3009135	Lagebouteau	lagebouteau	FR		0	Europe/Paris	46.42112	1.19948		Lage-Boutauld,Lagebouteau		75	86	862	86084
3009136	L'Age	l-age	FR		0	Europe/Paris	46.47454	1.00153				75	86	862	86118
3009137	L'Agé	l-age	FR		0	Europe/Paris	46.21349	2.13858				75	23	231	23149
3009138	Lage	lage	FR		0	Europe/Paris	45.14552	1.24737				75	24	244	24229
3009139	La Gazelle	la-gazelle	FR		0	Europe/Paris	45.2581	3.93107				84	43	433	43166
3009140	La Gazelle	la-gazelle	FR		0	Europe/Paris	45.21013	2.83222				84	15	153	15225
3009141	La Gavotte	la-gavotte	FR		0	Europe/Paris	43.38197	5.34442		La Gavotte		93	13	131	13071
3009142	La Gaverie	la-gaverie	FR		0	Europe/Paris	50.63871	1.85538				32	62	623	62251
3009143	La Gauzinie	la-gauzinie	FR		0	Europe/Paris	44.79423	1.87642				76	46	462	46012
3009144	La Gautrais	la-gautrais	FR		0	Europe/Paris	48.1977	-1.2646				53	35	351	35347
3009145	La Gautrais	la-gautrais	FR		0	Europe/Paris	47.38056	-2.11497		La Cautrais,La Gautrais,La Gautvais		52	44	443	44050
3009146	La Gaufrière	la-gaufriere	FR		0	Europe/Paris	48.16667	-0.85				52	53	533	53005
3009147	La Gaudinais	la-gaudinais	FR		0	Europe/Paris	48.03999	-1.35208				53	35	351	35161
3009148	La Gaudière	la-gaudiere	FR		0	Europe/Paris	48.36179	-2.07719				53	22	221	22308
3009149	La Gaudière	la-gaudiere	FR		0	Europe/Paris	46.95834	-1.38012				52	44	442	44216
3009152	La Gaucherie	la-gaucherie	FR		0	Europe/Paris	47.43086	2.57543				24	18	181	18084
3009155	La Gatte	la-gatte	FR		0	Europe/Paris	49.78333	1.38333				28	76	761	76202
3009156	La Gâtine	la-gatine	FR		0	Europe/Paris	48.6847	1.61341				11	78	782	78077
3009157	La Gâtine	la-gatine	FR		0	Europe/Paris	48.63064	1.08131				24	28	283	28217
3009159	La Gateauderie	la-gateauderie	FR		0	Europe/Paris	46.86169	0.98007				24	37	373	37028
3009160	La Gatardière	la-gatardiere	FR		0	Europe/Paris	48.18921	-0.76805				52	53	533	53005
3009161	La Garrigue	la-garrigue	FR		0	Europe/Paris	44.65029	2.42954				84	15	151	15260
3009164	La Garre	la-garre	FR		0	Europe/Paris	45.13333	4.66667		La Gare,La Garre		84	07	073	07185
3009165	La Garonnette-Plage	la-garonnette-plage	FR		0	Europe/Paris	43.33333	6.68333		La Garonnette,La Garonnette-Plage		93			
3009166	La Garonne	la-garonne	FR		0	Europe/Paris	43.09339	6.02663				93	83	832	83098
3009167	La Garnerie	la-garnerie	FR		0	Europe/Paris	47.16616	1.43181				24	36	362	36244
3009231	La Gandinière	la-gandiniere	FR		0	Europe/Paris	47.30119	-1.71095				52	44	445	44217
3009233	La Galmadière	la-galmadiere	FR		0	Europe/Paris	48.25	0.31667				52	72	722	72189
3009170	La Garenne	la-garenne	FR		0	Europe/Paris	49.45	1.45				28	27	271	27664
3009171	La Garenne	la-garenne	FR		0	Europe/Paris	48.69747	2.45229				11	91	912	91421
3009172	La Garenne	la-garenne	FR		0	Europe/Paris	48.66667	2.48333				11	91	912	91225
3009173	La Garenne	la-garenne	FR		0	Europe/Paris	48.42642	-3.95308				53	29	293	29038
3009174	La Garenne	la-garenne	FR		0	Europe/Paris	48.33479	3.30152				27	89	893	89302
3009175	La Garenne	la-garenne	FR		0	Europe/Paris	46.93449	3.5434				27	58	583	58311
3009181	La Gardière	la-gardiere	FR		0	Europe/Paris	47.2992	0.12316				24	37	371	37228
3009182	La Gardette	la-gardette	FR		0	Europe/Paris	46.45	2.13266				24	36	363	36240
3009183	La Gardette	la-gardette	FR		0	Europe/Paris	45.76777	2.87219				84	63	633	63257
3009185	La Garde-Saint-Cast	la-garde-saint-cast	FR		0	Europe/Paris	48.61667	-2.25				53	22	221	22282
3009189	La Gardelle	la-gardelle	FR		0	Europe/Paris	44.80584	1.58367				76	46	463	46240
3009190	La Gardelle	la-gardelle	FR		0	Europe/Paris	44.76103	1.09765				75	24	244	24438
3009226	La Garandie	la-garandie	FR		0	Europe/Paris	45.66039	2.94697				84	63	632	63026
3009227	La Gaptière	la-gaptiere	FR		0	Europe/Paris	48.01553	-1.01466				52	53	532	53026
3009228	La Gapaillère	la-gapaillere	FR		0	Europe/Paris	47.47202	-1.28506				52	44	445	44202
3009230	La Gandonnière	la-gandonniere	FR		0	Europe/Paris	48.56876	0.86708		La Gandonniere,La Gandonnière,Trompe-Souris		28	61	613	61230
3009234	Lagaillardie	lagaillardie	FR		0	Europe/Paris	44.55376	0.44808				75	47	472	47188
3009237	La Gagerie	la-gagerie	FR		0	Europe/Paris	45.03333	1.06667				75	24	244	24330
3009238	La Gadroue	la-gadroue	FR		0	Europe/Paris	48.0719	2.04516				24	45	452	45224
3009241	La Gabrière	la-gabriere	FR		0	Europe/Paris	46.76124	1.16353				24	36	361	36096
3009242	La Gabelle	la-gabelle	FR		0	Europe/Paris	44.20523	5.39593				84	26	262	26193
3009243	La Gabelle	la-gabelle	FR		0	Europe/Paris	44.08295	5.31442				93	84	843	84079
3009244	La Gabarre	la-gabarre	FR		0	Europe/Paris	44.72968	0.55447				75	24	241	24282
3009245	La Furterie	la-furterie	FR		0	Europe/Paris	46.5699	2.91629				84	03	032	03320
3009246	La Furetière	la-furetiere	FR		0	Europe/Paris	47.40703	-1.45965		La Furetiere,La Furetière,La Furtiere,La Furtière		52	44	445	44122
3009247	La Frugerie	la-frugerie	FR		0	Europe/Paris	45.76667	1.2				75	87	872	87021
3009248	La Fromière	la-fromiere	FR		0	Europe/Paris	47.78722	-1.34722				52	44	445	44058
3009249	La Fromaudière	la-fromaudiere	FR		0	Europe/Paris	46.99936	-1.23746				52	85	852	85295
3009250	La Fromagerie	la-fromagerie	FR		0	Europe/Paris	48.465	2.59843				11	77	774	77069
3009251	La Fromagère	la-fromagere	FR		0	Europe/Paris	47.19953	-0.5756				52	49	492	49092
3009252	La Friteyre	la-friteyre	FR		0	Europe/Paris	45.41059	3.65329				84	63	631	63256
3009254	La Frileuse	la-frileuse	FR		0	Europe/Paris	48.13553	1.67308				24	28	282	28287
3009255	La Freusière	la-freusiere	FR		0	Europe/Paris	47.32047	-1.76702				52	44	445	44217
3009259	La Fretisse	la-fretisse	FR		0	Europe/Paris	45.29167	3.86935				84	43	432	43189
3009260	La Fretaudière	la-fretaudiere	FR		0	Europe/Paris	48.34257	0.90019				24	28	284	28236
3009261	La Fressinie	la-fressinie	FR		0	Europe/Paris	45.79084	3.75318				84	42	421	42159
3009262	La Fresselle	la-fresselle	FR		0	Europe/Paris	48.18291	-0.95291				52	53	532	53039
3009268	La Frenois	la-frenois	FR		0	Europe/Paris	48.7654	3.23092				11	77	773	77116
3009272	La Fremière	la-fremiere	FR		0	Europe/Paris	47.34047	-1.7594				52	44	445	44217
3009274	La Fredonnière	la-fredonniere	FR		0	Europe/Paris	47.05535	-0.66143				52	49	492	49240
3009276	La Fredeussais	la-fredeussais	FR		0	Europe/Paris	48.17802	-1.39796				53	35	353	35031
3009277	La Fréchais	la-frechais	FR		0	Europe/Paris	48.44864	-2.12635				53	22	221	22003
3009278	La Fraysse	la-fraysse	FR		0	Europe/Paris	45.24533	4.41449				84	43	433	43163
3009280	La Fraudais	la-fraudais	FR		0	Europe/Paris	47.49798	-1.73678				52	44	445	44015
3009281	La Frasse	la-frasse	FR		0	Europe/Paris	45.69466	6.36338		La Frasse		84	73	731	73154
3009283	La Franqui-Plage	la-franqui-plage	FR		0	Europe/Paris	42.93179	3.03573	23	Franqui-Plage,La Franqui,La Franqui-Plage		76	11	113	11202
3009284	La Franquie	la-franquie	FR		0	Europe/Paris	44.73681	1.21704				75	24	244	24063
3009285	La Frandière	la-frandiere	FR		0	Europe/Paris	46.92119	-2.16561				52	85	853	85011
3009286	La Franconnière	la-franconniere	FR		0	Europe/Paris	48.6467	1.08466				24	28	283	28120
3009288	La Francherie	la-francherie	FR		0	Europe/Paris	45.54986	0.68526				75	24	242	24311
3009291	La Frachisse	la-frachisse	FR		0	Europe/Paris	45.03801	4.56778				84	07	073	07166
3009292	La Frache	la-frache	FR		0	Europe/Paris	44.40049	6.60896				93	04	041	04195
3009294	La Foye	la-foye	FR		0	Europe/Paris	47.06504	1.8499				24	36	364	36230
3009295	La Foye	la-foye	FR		0	Europe/Paris	46.86679	-0.59381				75	79	791	79050
3009297	La Foux	la-foux	FR		0	Europe/Paris	44.27206	6.57952				93	04	042	04006
3009298	La Foux	la-foux	FR		0	Europe/Paris	43.81475	6.67782				93	04	042	04148
3009299	La Foux	la-foux	FR		0	Europe/Paris	43.29539	6.14315				93	83	833	83100
3009300	La Foux	la-foux	FR		0	Europe/Paris	43.26667	6.58333				93	83	831	83042
3009301	La Fourrerie	la-fourrerie	FR		0	Europe/Paris	48.10609	-1.52				53	35	353	35207
3009302	La Fournerie	la-fournerie	FR		0	Europe/Paris	44.85	1.2				75	24	244	24577
3009303	La Fourneillerie	la-fourneillerie	FR		0	Europe/Paris	48.40426	0.70173				28	61	613	61501
3009305	La Fourette	la-fourette	FR		0	Europe/Paris	44.95413	4.12196				84	43	432	43186
3009306	La Fourchotte	la-fourchotte	FR		0	Europe/Paris	48.00878	3.45546				27	89	893	89056
3009307	La Fourcherie	la-fourcherie	FR		0	Europe/Paris	47.78946	-1.39099				52	44	445	44058
3009308	La Fourche	la-fourche	FR		0	Europe/Paris	46.45257	4.37332				27	71	713	71564
3009309	La Fouquelière	la-fouqueliere	FR		0	Europe/Paris	48.45572	0.66251				28	61	613	61050
3009310	La Foulnerie	la-foulnerie	FR		0	Europe/Paris	48.75187	0.54091				28	61	613	61342
3009311	La Foule	la-foule	FR		0	Europe/Paris	46.88797	2.43437				24	18	182	18212
3009316	La Fougereuse	la-fougereuse	FR		0	Europe/Paris	47.0307	-0.49345				75	79	791	79280
3009317	La Fougère	la-fougere	FR		0	Europe/Paris	45.61214	6.03121		Fougere,Fougère,La Fougere,La Fougère		84	73	732	73293
3009318	La Foucrière	la-foucriere	FR		0	Europe/Paris	46.37762	2.95144				84	03	031	03058
3009319	La Foucherine	la-foucherine	FR		0	Europe/Paris	46.87661	2.07031				24	36	364	36215
3009320	La Foucherie	la-foucherie	FR		0	Europe/Paris	47.86334	-1.312				53	35	351	35114
3009322	La Fossette	la-fossette	FR		0	Europe/Paris	43.1489	6.39337		La Fossette		93	83	832	83070
3009323	La Fosse Simon	la-fosse-simon	FR		0	Europe/Paris	47.92385	3.26751				27	89	893	89388
3009324	La Fosse Ronde	la-fosse-ronde	FR		0	Europe/Paris	48.28664	4.7578				44	10	101	10137
3009327	La Fosse	la-fosse	FR		0	Europe/Paris	48.42577	0.92175				28	61	613	61061
3009328	La Fosse	la-fosse	FR		0	Europe/Paris	48.04442	-1.14542				53	35	351	35006
3009329	La Fosse	la-fosse	FR		0	Europe/Paris	45.51667	5.91667				84	73	732	73160
3009330	Lafosse	lafosse	FR		0	Europe/Paris	45.09548	-0.51618		Lafosse		75	33	331	33341
3009331	La Fortinière	la-fortiniere	FR		0	Europe/Paris	48.46667	0.63333				28	61	613	61118
3009333	La Fortelle	la-fortelle	FR		0	Europe/Paris	48.93214	1.57998				11	78	781	78346
3009335	La Forge-Neuve	la-forge-neuve	FR		0	Europe/Paris	47.60483	-1.34442				52	44	445	44099
3009336	La Forge-d'Ans	la-forge-d-ans	FR		0	Europe/Paris	45.22799	0.98716				75	24	242	24147
3009351	La Forêt Gasselin	la-foret-gasselin	FR		0	Europe/Paris	47.33333	2.76667				24	18	181	18144
3009356	La Forêt-Cochereau	la-foret-cochereau	FR		0	Europe/Paris	47.91881	2.79515				24	45	451	45212
3009357	La Forêt-Chabrouty	la-foret-chabrouty	FR		0	Europe/Paris	45.74696	1.67427				75	87	872	87064
3009358	Laforêt-Belleville	laforet-belleville	FR		0	Europe/Paris	45.95532	1.87744				75	23	232	23260
3009360	La Forêt	la-foret	FR		0	Europe/Paris	48.78746	1.57721				24	28		
3009361	La Forêt	la-foret	FR		0	Europe/Paris	48.72301	0.81353				28	27	272	27038
3009362	La Forêt	la-foret	FR		0	Europe/Paris	48.40573	0.79093				28	61	613	61395
3009363	La Forêt	la-foret	FR		0	Europe/Paris	48.29199	-4.3035				53	29	292	29104
3009364	La Forêt	la-foret	FR		0	Europe/Paris	48.08832	1.26052				24	28	282	28334
3009365	La Forêt	la-foret	FR		0	Europe/Paris	48.05	3.95				44	10	103	10122
3009366	La Forêt	la-foret	FR		0	Europe/Paris	47.74228	4.85296				27	21	213	21626
3009367	La Forêt	la-foret	FR		0	Europe/Paris	47.59881	3.27178				27	89	891	89416
3009368	La Forêt	la-foret	FR		0	Europe/Paris	47.48012	3.52047				27	58	582	58282
3009369	La Forêt	la-foret	FR		0	Europe/Paris	47.47736	3.19145				27	58	584	58036
3009370	La Forêt	la-foret	FR		0	Europe/Paris	47.422	2.69438				24	18	181	18264
3009371	La Forêt	la-foret	FR		0	Europe/Paris	47.04171	3.33828				27	58	583	58269
3009372	La Forêt	la-foret	FR		0	Europe/Paris	46.83467	3.04391				24	18	182	18155
3009373	La Forêt	la-foret	FR		0	Europe/Paris	46.83562	1.47865				24	36	362	36241
3009374	La Forêt	la-foret	FR		0	Europe/Paris	46.694	2.05656				24	36	363	36017
3009375	La Forêt	la-foret	FR		0	Europe/Paris	46.63333	3.43333				84	03	032	03121
3009376	La Forêt	la-foret	FR		0	Europe/Paris	46.43435	2.32632				84	03	031	03249
3009377	La Forêt	la-foret	FR		0	Europe/Paris	46.41305	2.88876				84	03	031	03191
3009378	La Forêt	la-foret	FR		0	Europe/Paris	46.22786	2.6233				84	03	031	03280
3009379	La Forêt	la-foret	FR		0	Europe/Paris	45.97136	1.64922				75	23	232	23133
3009380	La Forêt	la-foret	FR		0	Europe/Paris	45.86667	1.33333				75	87	872	87114
3009381	La Forêt	la-foret	FR		0	Europe/Paris	45.82672	2.68607				84	63	634	63110
3009382	La Forêt	la-foret	FR		0	Europe/Paris	45.31667	2.16667				75	19	193	19106
3009392	La Forestie	la-forestie	FR		0	Europe/Paris	45.25918	2.28112				84	15	152	15036
3009393	La Foresterie	la-foresterie	FR		0	Europe/Paris	45.59751	1.08976				75	87	872	87082
3009400	La Fonteneille	la-fonteneille	FR		0	Europe/Paris	46.5176	1.66649				24	36	362	36160
3009402	La Fontanelle	la-fontanelle	FR		0	Europe/Paris	45.30221	6.81499		La Fontanelle,La Fontanelle Chalets		84	73	733	73290
3009404	La Fontaine-Richard	la-fontaine-richard	FR		0	Europe/Paris	48.86068	1.54712				24	28	283	28355
3009405	La Fontaine-Geoffroy	la-fontaine-geoffroy	FR		0	Europe/Paris	48.45502	3.06139				11	77	773	77311
3009406	La Fontaine	la-fontaine	FR		0	Europe/Paris	48.27358	2.85245				11	77	774	77504
3009408	La Fontade	la-fontade	FR		0	Europe/Paris	44.72123	1.33358				76	46	463	46127
3009410	La Font	la-font	FR		0	Europe/Paris	45.67246	-1.08569		La Font,Lafond		75	17	172	17311
3009411	La Font	la-font	FR		0	Europe/Paris	45.61667	3.6				84	63	631	63086
3009412	La Fondroie	la-fondroie	FR		0	Europe/Paris	46.70524	3.35352				27	58	583	58104
3009413	La Fonderie	la-fonderie	FR		0	Europe/Paris	49.34594	1.88082				32	60	601	60660
3009414	La Fon de Lauche	la-fon-de-lauche	FR		0	Europe/Paris	45.19261	0.57539				75	24	243	24236
3009415	Lafond	lafond	FR		0	Europe/Paris	45.51591	2.09724				75	19	193	19008
3009418	La Folie Herbaut	la-folie-herbaut	FR		0	Europe/Paris	48.2122	1.59778		La Folie Herbault,La Folie Herbaut		24	28	281	28406
3009419	La Folie Godot	la-folie-godot	FR		0	Europe/Paris	48.60809	4.16572				44	10	103	10172
3009425	Lafolie	lafolie	FR		0	Europe/Paris	48.40906	5.0841				44	52	523	52199
3009432	La Folatière	la-folatiere	FR		0	Europe/Paris	45.53629	5.65026				84	38	382	38315
3009433	La Foix	la-foix	FR		0	Europe/Paris	46.59533	2.45295				24	18	182	18245
3009434	La Foi	la-foi	FR		0	Europe/Paris	46.7692	1.0076				24	37	373	37028
3009435	La Floudière	la-floudiere	FR		0	Europe/Paris	48.45055	0.98083				24	28	284	28401
3009439	La Fleuriais	la-fleuriais	FR		0	Europe/Paris	47.79534	-1.59857				53	35	352	35106
3009452	La Fisilière	la-fisiliere	FR		0	Europe/Paris	48.54076	1.07279				24	28	283	28373
3009453	La Fillotte	la-fillotte	FR		0	Europe/Paris	47.33333	5.01667				27	21	212	21231
3009454	La Fillonnière	la-fillonniere	FR		0	Europe/Paris	45.60246	4.62928				84	69	691	69228
3009455	La Filaine	la-filaine	FR		0	Europe/Paris	46.54742	2.23619				24	18	182	18057
3009456	Lafigère	lafigere	FR		0	Europe/Paris	44.45034	4.03569	272	Lafigere,Lafigère		84	07	071	07147
3009457	La Fiance	la-fiance	FR		0	Europe/Paris	46.03877	5.13791		La Fiance,La France		84	01	012	01381
3009459	Laffix	laffix	FR		0	Europe/Paris	45.43521	3.90913				84	63	631	63309
3009462	La Feyte	la-feyte	FR		0	Europe/Paris	46.08333	1.9				75	23	232	23118
3009463	La Févrais	la-fevrais	FR		0	Europe/Paris	47.68181	-1.47514				52	44	445	44153
3009464	La Fève	la-feve	FR		0	Europe/Paris	43.3617	5.49533				93	13	133	13002
3009465	La Feuvrais	la-feuvrais	FR		0	Europe/Paris	47.69141	-1.3615				52	44	445	44054
3009466	La Feuillouse	la-feuillouse	FR		0	Europe/Paris	46.96971	2.85413				24	18	182	18113
3009474	La Fétas	la-fetas	FR		0	Europe/Paris	45.44719	5.09009		La Fetas,La Feytas,La Fétas		84	38	383	38555
3009492	La-Ferté-Choisel	la-ferte-choisel	FR		0	Europe/Paris	48.68234	2.01104				11	78	782	78162
3009504	La Ferrière-Duval	la-ferriere-duval	FR		0	Europe/Paris	48.96809	-0.67654		La Ferriere,La Ferriere-Duval,La Ferrière,La Ferrière-Duval		28	14	144	14027
3009521	La Ferrerie	la-ferrerie	FR		0	Europe/Paris	45.02639	0.92244		La Ferrerie,La Ferrerie au Maine		75	24	244	24356
3009527	La Fenderie	la-fenderie	FR		0	Europe/Paris	48.2	5.16667				44	52	521	52058
3009529	La Fayolle	la-fayolle	FR		0	Europe/Paris	45.42468	3.81632				84	63	631	63221
3009530	Lafaye-les-Gras	lafaye-les-gras	FR		0	Europe/Paris	45.27735	4.33799		Lafage-le-Gras,Lafaye-les-Gras		84	43	433	43223
3009546	La Fay	la-fay	FR		0	Europe/Paris	46.59332	5.00076				27	71	714	71261
3009547	La Favrotière	la-favrotiere	FR		0	Europe/Paris	45.83347	4.46737				84	69	692	69200
3009548	La Favrière	la-favriere	FR		0	Europe/Paris	47.35547	-1.57476				52	44	445	44066
3009550	La Faverie	la-faverie	FR		0	Europe/Paris	48.21171	-0.87448				52	53	533	53048
3009551	La Fauvellière	la-fauvelliere	FR		0	Europe/Paris	48.72259	0.86237				28	27	272	27481
3009552	La Fauvellière	la-fauvelliere	FR		0	Europe/Paris	48.36667	0.7				28	61	613	61043
3009554	La Faury	la-faury	FR		0	Europe/Paris	44.91863	5.80915		La Faurie,La Faury		84	38	381	38497
3009557	Lafaurie	lafaurie	FR		0	Europe/Paris	44.96182	1.80937				75	19	191	19260
3009559	Lafaure	lafaure	FR		0	Europe/Paris	44.5	6.23333				93	05	052	05050
3009561	La Fauconnerie	la-fauconnerie	FR		0	Europe/Paris	49.56875	0.86615				28	76	763	76099
3009562	La Fauconnerie	la-fauconnerie	FR		0	Europe/Paris	48.05144	-1.102				53	35	351	35006
3009567	La Fargennerie	la-fargennerie	FR		0	Europe/Paris	45.09599	0.87545				75	24	243	24484
3009568	La Farge	la-farge	FR		0	Europe/Paris	45.68333	3.93333				84	42	421	42205
3009569	La Farge	la-farge	FR		0	Europe/Paris	45.51589	1.06012				75	24	242	24218
3009570	Lafarge	lafarge	FR		0	Europe/Paris	45.50642	0.98669				75	24	242	24481
3009571	La Farge	la-farge	FR		0	Europe/Paris	45.10191	1.72825				75	19	191	19257
3009573	Lafarerie	lafarerie	FR		0	Europe/Paris	45.31832	0.7366				75	24	242	24064
3009574	La Farelle	la-farelle	FR		0	Europe/Paris	44.49151	3.45925				76	48	482	48016
3009580	La Fallée	la-fallee	FR		0	Europe/Paris	45.43333	4.15				84	42	421	42169
3009584	La Faix	la-faix	FR		0	Europe/Paris	46.56838	2.84219				84	03	031	03282
3009587	La Fagette	la-fagette	FR		0	Europe/Paris	44.83082	3.57928				84	43	431	43245
3009588	La Fagette	la-fagette	FR		0	Europe/Paris	44.64312	0.90761				75	24	241	24542
3009589	La Fagette	la-fagette	FR		0	Europe/Paris	44.39511	3.15184				76	48	482	48191
3009592	La Fageole	la-fageole	FR		0	Europe/Paris	45.11523	3.13131		Fageole,La Fageole,La Fageolle		84	15	153	15259
3009594	La Fage	la-fage	FR		0	Europe/Paris	44.9546	0.55662				75	24	243	24285
3009595	La Fage	la-fage	FR		0	Europe/Paris	44.80375	1.59576				76	46	463	46240
3009596	La Fage	la-fage	FR		0	Europe/Paris	44.7737	3.65106				76	48	482	48070
3009598	La Fage	la-fage	FR		0	Europe/Paris	44.43291	3.59337				76	48	482	48147
3009601	Lafachie	lafachie	FR		0	Europe/Paris	45.87324	0.66919				75	16	163	16134
3009602	La Fabrique	la-fabrique	FR		0	Europe/Paris	45.93478	0.92215				75	87	873	87140
3009603	Lady	lady	FR		0	Europe/Paris	48.58433	2.89568				11	77	773	77317
3009605	La Durtetière	la-durtetiere	FR		0	Europe/Paris	48.6038	-0.97554		Duretetiere,La Duretiere,La Durtetiere,La Durtetière		28	50	501	50359
3009606	La Durre	la-durre	FR		0	Europe/Paris	46.39172	2.59429				84	03	031	03262
3009607	La Durantie	la-durantie	FR		0	Europe/Paris	45.39681	1.11715				75	24	242	24227
3009608	La Durantie	la-durantie	FR		0	Europe/Paris	45.0387	0.82512				75	24	243	24220
3009609	La Durandière	la-durandiere	FR		0	Europe/Paris	48.25275	0.55149				28	61	613	61041
3009611	La Duchaie	la-duchaie	FR		0	Europe/Paris	48.14995	-1.13732				53	35	351	35300
3009613	L'Adroit-de-l'Aval	l-adroit-de-l-aval	FR		0	Europe/Paris	44.67177	6.72827	1450			93	05	051	05026
3009614	L'Adroit	l-adroit	FR		0	Europe/Paris	45.29109	6.91254				84	73	733	73290
3009615	La Driauderie	la-driauderie	FR		0	Europe/Paris	49.10857	-1.26679		Dreauderie,La Driauderie		28	50	504	50292
3009616	La Dreyrie	la-dreyrie	FR		0	Europe/Paris	44.90831	0.79848				75	24	241	24327
3009617	La Dreue	la-dreue	FR		0	Europe/Paris	49.62697	1.88561				32	60	601	60303
3009618	La Drée	la-dree	FR		0	Europe/Paris	46.97416	4.49917				27	71	711	71190
3009619	L'Adrech	l-adrech	FR		0	Europe/Paris	44.25	6.41667				93	04	043	04155
3009620	La Dray	la-dray	FR		0	Europe/Paris	45.67392	6.54219				84	73	731	73034
3009623	Ladoux	ladoux	FR		0	Europe/Paris	45.50105	3.52741				84	63	631	63002
3009624	Ladoux	ladoux	FR		0	Europe/Paris	45.0685	1.2958				75	24	244	24085
3009625	La Douvellerie	la-douvellerie	FR		0	Europe/Paris	48.51369	0.81566				28	61	613	61242
3009626	La Dourie	la-dourie	FR		0	Europe/Paris	47.10872	-1.24429				52	44	442	44043
3009627	La Dougère	la-dougere	FR		0	Europe/Paris	48.44939	0.89777				28	61	613	61061
3009628	La Douettée	la-douettee	FR		0	Europe/Paris	47.50285	-1.91845				52	44	443	44068
3009629	La Douardière	la-douardiere	FR		0	Europe/Paris	48.18153	0.36085		La Bouvardiere,La Bouvardière,La Douardiere,La Douardière		52	72	723	72101
3009630	La Douaire	la-douaire	FR		0	Europe/Paris	48.02476	-0.97036				52	53	532	53158
3009631	La Douaire	la-douaire	FR		0	Europe/Paris	46.718	2.16781				24	18	182	18216
3009635	La Dône	la-done	FR		0	Europe/Paris	43.72598	5.6168				93	84	841	84076
3009637	La Donalière	la-donaliere	FR		0	Europe/Paris	46.47052	0.57526				75	86	862	86233
3009640	La Domanchère	la-domanchere	FR		0	Europe/Paris	47.76578	-1.40011				52	44	445	44146
3009641	La Doisnière	la-doisniere	FR		0	Europe/Paris	48.23037	-0.90026				52	53	533	53048
3009642	La Doire	la-doire	FR		0	Europe/Paris	43.76698	6.65846				93	06	061	06134
3009646	La Diote	la-diote	FR		0	Europe/Paris	43.42868	5.52372				93	13	131	13062
3009650	Ladignat	ladignat	FR		0	Europe/Paris	45.23349	3.3259				84	43	431	43206
3009834	La Courcelle	la-courcelle	FR		0	Europe/Paris	47.45405	3.86655				27	89	892	89203
3009653	Ladignac	ladignac	FR		0	Europe/Paris	44.8787	2.72052				76	12	122	12280
3009654	Ladignac	ladignac	FR		0	Europe/Paris	44.67671	1.77387		Ladignac		76	46	462	46090
3009655	Ladeymarie	ladeymarie	FR		0	Europe/Paris	45.03987	0.97452				75	24	244	24356
3009656	La Dévinière	la-deviniere	FR		0	Europe/Paris	48.7334	0.73404				28	61	613	61092
3009660	La Deuil	la-deuil	FR		0	Europe/Paris	45.0546	0.87792				75	24	243	24156
3009661	La Détourbe	la-detourbe	FR		0	Europe/Paris	45.49494	5.04252		La Detourbe,La Détourbe		84	38	383	38238
3009662	La Desverie	la-desverie	FR		0	Europe/Paris	48.76168	0.56667				28	61	613	61342
3009664	La Dessagne	la-dessagne	FR		0	Europe/Paris	45.88832	2.31842				75	23	231	23226
3009666	La Dérame	la-derame	FR		0	Europe/Paris	45.28205	0.37138				75	24	243	24586
3009667	La Denteille	la-denteille	FR		0	Europe/Paris	45.00597	0.75308				75	24	243	24576
3009669	La Démangerie	la-demangerie	FR		0	Europe/Paris	47.28514	2.1961				24	18	183	18290
3009672	La Dechausserie	la-dechausserie	FR		0	Europe/Paris	47.38285	-1.45274				52	44	445	44179
3009673	La Decapris	la-decapris	FR		0	Europe/Paris	43.18333	6.11667				93	83	832	83069
3009674	La Davière	la-daviere	FR		0	Europe/Paris	45.43523	5.61276				84	38	382	38222
3009675	La Davidière	la-davidiere	FR		0	Europe/Paris	46.41308	1.70616				24	36	363	36099
3009676	La Davelais	la-davelais	FR		0	Europe/Paris	47.3819	-2.07				52	44	443	44013
3009678	La Dauphinerie	la-dauphinerie	FR		0	Europe/Paris	48.66867	0.26197				28	61	613	61192
3009680	La Dapeire	la-dapeire	FR		0	Europe/Paris	46.23326	1.05292				75	87	871	87109
3009681	La Danchère	la-danchere	FR		0	Europe/Paris	44.98815	6.08006		Danchere,Danchère,La Danchere,La Danchère		84	38	381	38253
3009682	La Daille	la-daille	FR		0	Europe/Paris	45.46154	6.96524		Daille,La Daille		84	73	731	73304
3009684	La Curnerie	la-curnerie	FR		0	Europe/Paris	44.40489	6.00721		La Curneirie,La Curnerie		93	04	044	04066
3009685	La Curie	la-curie	FR		0	Europe/Paris	49.37641	1.56586				28	27	271	27417
3009686	La Cure	la-cure	FR		0	Europe/Paris	46.67639	2.43295				24	18	182	18009
3009688	La Culière	la-culiere	FR		0	Europe/Paris	47.46655	-1.33809		La Culiere,La Culière,La Guliere,La Gulière		52	44	445	44207
3009689	La Cula	la-cula	FR		0	Europe/Paris	45.54699	4.56718		La Cula		84	42	423	42225
3009690	La Cuillère	la-cuillere	FR		0	Europe/Paris	45.44517	5.98164		La Cuiller,La Cuillere,La Cuillère,La Guillere,La Guillère		84	38	381	38027
3009691	La Cueille	la-cueille	FR		0	Europe/Paris	46.75267	1.78437		La Cueille		24	36	362	36005
3009694	La Crue de Moirans	la-crue-de-moirans	FR		0	Europe/Paris	45.30091	5.62967				84	38	381	38565
3009695	La Crue	la-crue	FR		0	Europe/Paris	47.823	-1.04545				52	53	531	53258
3009696	Lacroze	lacroze	FR		0	Europe/Paris	46.36849	2.50369				84	03	031	03128
3009700	La Croux	la-croux	FR		0	Europe/Paris	46.58647	2.9602				84	03	032	03320
3009701	La Crout	la-crout	FR		0	Europe/Paris	44.76556	0.99509				75	24	244	24035
3009707	La Croix Verte	la-croix-verte	FR		0	Europe/Paris	47.278	1.37897				24	41	413	41164
3009708	La Croix Verte	la-croix-verte	FR		0	Europe/Paris	47.26964	-0.06694				52	49	493	49328
3009709	La Croix Verte	la-croix-verte	FR		0	Europe/Paris	45.75	1.41667				75	87	872	87174
3009715	La Croix-Saint-Saturnin	la-croix-saint-saturnin	FR		0	Europe/Paris	46.9602	1.11005				24	36	362	36054
3009718	La Croix Rousse	la-croix-rousse	FR		0	Europe/Paris	45.77739	4.83034		Croix Rousse,La Croix Rousse		84	69	691	69123
3009720	La Croix Rouge	la-croix-rouge	FR		0	Europe/Paris	48.05	2.28333				24	45	453	45069
3009721	La Croix-Rouge	la-croix-rouge	FR		6348	Europe/Paris	43.33329	5.45403		La Croix-Rouge		93	13	133	13055
3009722	La Croix Ramonet	la-croix-ramonet	FR		0	Europe/Paris	47.56381	3.68452		La Croix Ramonee,La Croix Ramonet		27	89	892	89253
3009723	La Croix Pilate	la-croix-pilate	FR		0	Europe/Paris	47.73244	3.8005				27	89	891	89341
3009724	La Croix-Neuve	la-croix-neuve	FR		0	Europe/Paris	48.28691	-3.49366		La Croix-Neuve,La Groix Neuve		53	22	222	22157
3009725	La Croix Neuve	la-croix-neuve	FR		0	Europe/Paris	48.0646	2.37006				24	45	453	45294
3009726	La Croix-Jarry	la-croix-jarry	FR		0	Europe/Paris	47.67925	-1.19825				52	44	445	44078
3009727	La Croix Jardot	la-croix-jardot	FR		0	Europe/Paris	46.26353	3.33763				84	03	032	03148
3009730	La Croix Haute	la-croix-haute	FR		0	Europe/Paris	44.70041	5.68275				84	26	261	26168
3009736	La Croix d'Ouault	la-croix-d-ouault	FR		0	Europe/Paris	47.19416	0.83791				24	37	373	37254
3009737	La Croix d'Or	la-croix-d-or	FR		0	Europe/Paris	46.76943	3.12019				27	58	583	58264
3009738	La Croix de Molphey	la-croix-de-molphey	FR		0	Europe/Paris	47.34215	4.19774				27	21	213	21422
3009740	La Croix de la Pigne	la-croix-de-la-pigne	FR		0	Europe/Paris	44.81253	5.88107				84	38	381	38299
3009742	La Croix de Chenoise	la-croix-de-chenoise	FR		0	Europe/Paris	48.61339	3.17974		La Croix,La Croix de Chenoise		11	77	773	77109
3009744	La Croix-d'Aiguebelle	la-croix-d-aiguebelle	FR		0	Europe/Paris	45.55057	6.25505		La Croix,La Croix-d'Aiguebelle		84	73	732	73069
3009746	La Croix Bouexic	la-croix-bouexic	FR		0	Europe/Paris	47.85171	-1.93295				53	35	352	35151
3009750	La Croix aux Vanneurs	la-croix-aux-vanneurs	FR		0	Europe/Paris	48.077	-0.97402				52	53	532	53045
3009753	La Croix-Allard	la-croix-allard	FR		0	Europe/Paris	48.08522	2.23284				24	45	453	45347
3009755	La Croix	la-croix	FR		0	Europe/Paris	50.71449	2.27143				32	62	625	62139
3009756	La Croix	la-croix	FR		0	Europe/Paris	48.33425	-3.02275				53	22	224	22074
3009757	La Croix	la-croix	FR		0	Europe/Paris	48.20924	-1.50095				53	35	353	35152
3009758	La Croix	la-croix	FR		0	Europe/Paris	48.10482	0.33295				52	72	722	72335
3009760	La Croix	la-croix	FR		0	Europe/Paris	47.9039	-1.53914		La Croix		53	35	352	35089
3009761	La Croix	la-croix	FR		0	Europe/Paris	46.80228	3.37734				27	58	583	58241
3009762	La Croix	la-croix	FR		0	Europe/Paris	46.69693	-2.30956				52	85	853	85113
3009763	La Croix	la-croix	FR		0	Europe/Paris	46.3836	2.41151				84	03	031	03005
3009764	La Croix	la-croix	FR		0	Europe/Paris	45.78814	2.63181				84	63	634	63292
3009765	La Croix	la-croix	FR		0	Europe/Paris	45.77195	6.13089				84	74	741	74148
3009766	La Croix	la-croix	FR		0	Europe/Paris	45.58583	5.16245				84	38	382	38339
3009767	La Croix	la-croix	FR		0	Europe/Paris	45.39655	6.7077				84	73	731	73206
3009768	La Croix	la-croix	FR		0	Europe/Paris	44.98634	0.76194				75	24	243	24576
3009772	La Croisière	la-croisiere	FR		0	Europe/Paris	46.20495	1.38714		La Croisiere,La Croisière,Le Gros Dognon		75	23	232	23219
3009774	La Croisette	la-croisette	FR		0	Europe/Paris	50.44536	3.46223				32	59	596	59526
3009775	La Croisette	la-croisette	FR		0	Europe/Paris	46.08734	2.78772				84	63	634	63428
3009776	La Croisée	la-croisee	FR		0	Europe/Paris	47.42083	4.42489				27	21	213	21101
3009777	Cruciata	cruciata	FR		0	Europe/Paris	41.84076	8.78396		Cruciata,La Crociata		94	2A	2A1	2A228
3009779	La Cride	la-cride	FR		0	Europe/Paris	43.648	5.42349				93	13	131	13080
3009781	Lacrète	lacrete	FR		0	Europe/Paris	48.20472	5.31838				44	52	521	52061
3009782	La Cressonnière	la-cressonniere	FR		0	Europe/Paris	49.02089	0.35545		La Cressonniere,La Cressonnière		28	14	143	14621
3009784	La Crésille	la-cresille	FR		0	Europe/Paris	47.24862	-0.344		La Cresille,La Crezille,La Crésille,La Crézille		52	49	493	49003
3009786	La Crépinière	la-crepiniere	FR		0	Europe/Paris	45.87913	6.53083				84	73	731	73123
3009787	La Crepellière	la-crepelliere	FR		0	Europe/Paris	48.69904	0.7459				28	61	613	61034
3009792	La Cratade	la-cratade	FR		0	Europe/Paris	44.95	0.31667				75	24	241	24191
3009793	La Crabouille	la-crabouille	FR		0	Europe/Paris	44.89945	0.57373				75	24	241	24224
3009799	Lacoux	lacoux	FR		0	Europe/Paris	46.26119	1.96681				75	23	232	23101
3009800	Lacoux	lacoux	FR		0	Europe/Paris	46.15093	1.42136				75	87	871	87068
3009801	Lacoux	lacoux	FR		0	Europe/Paris	45.96869	5.54277				84	01	011	01185
3009803	La Couture-le Roy	la-couture-le-roy	FR		0	Europe/Paris	49.71084	1.59988		La Coutrue,La Couture-le Roy		28	76	761	76265
3009811	La Cout	la-cout	FR		0	Europe/Paris	46.27586	3.04617				84	03	033	03277
3009812	La Coust	la-coust	FR		0	Europe/Paris	45.46325	3.58547				84	63	631	63323
3009817	La Courteix	la-courteix	FR		0	Europe/Paris	45.83054	2.8988				84	63	634	63381
3009818	La Courtade	la-courtade	FR		0	Europe/Paris	45.83529	3.68667		Courtade,La Courtade		84	63	635	63463
3009820	La Cour Poisson	la-cour-poisson	FR		0	Europe/Paris	47.91908	-1.19083				53	35	351	35235
3009825	La Cournerie	la-cournerie	FR		0	Europe/Paris	44.03788	6.10539		La Cornerie,La Cournerie		93	04	043	04110
3009827	La Courière	la-couriere	FR		0	Europe/Paris	46.05	1.51667		Couriere,Courière,La Couriere,La Courière		75	87	872	87083
3009828	La Courie	la-courie	FR		0	Europe/Paris	45.51503	1.52101				75	19	192	19250
3009829	La Cour Girault	la-cour-girault	FR		0	Europe/Paris	47.49298	3.20916				27	58	584	58036
3009832	La Courdie	la-courdie	FR		0	Europe/Paris	44.97688	0.79918				75	24	243	24362
3009835	La Cour-Blaud	la-cour-blaud	FR		0	Europe/Paris	47.10514	3.05664				27	58	584	58298
3009837	La Cour Barrée	la-cour-barree	FR		0	Europe/Paris	47.73333	3.6				27	89	891	89155
3009838	La Courbaisse	la-courbaisse	FR		0	Europe/Paris	43.92246	7.18565		Corbaissa,La Courbaisse		93	06	062	06146
3009840	La Cour	la-cour	FR		0	Europe/Paris	48.6216	-2.83052				53	22	224	22055
3009841	La Cour	la-cour	FR		0	Europe/Paris	48.60869	-2.25477				53	22	221	22282
3009842	La Cour	la-cour	FR		0	Europe/Paris	48.18674	-1.24084				53	35	351	35330
3009843	La Cour	la-cour	FR		0	Europe/Paris	47.56952	3.95476				27	89	892	89339
3009844	La Cour	la-cour	FR		0	Europe/Paris	46.52343	1.96353				24	36	363	36043
3009845	La Cour	la-cour	FR		0	Europe/Paris	46.52695	2.39618				24	18	182	18278
3009846	La Cour	la-cour	FR		0	Europe/Paris	46.35348	2.01322				75	23	232	23089
3009847	La Cour	la-cour	FR		0	Europe/Paris	45.84306	2.27632				75	23	231	23198
3009848	La Cour	la-cour	FR		0	Europe/Paris	45.71846	2.00497				75	19	193	19164
3009850	La Couplais	la-couplais	FR		0	Europe/Paris	47.70332	-1.99363				53	35	352	35294
3009851	La Coupette	la-coupette	FR		0	Europe/Paris	44.18005	3.86181				76	48	481	48148
3009852	La Couperie	la-couperie	FR		0	Europe/Paris	48.859	1.8488				11	78	782	78062
3009854	La Coulardière	la-coulardiere	FR		0	Europe/Paris	48.05	0.13333				52	72	723	72198
3009856	La Cougerie	la-cougerie	FR		0	Europe/Paris	44.98333	1.16667		La Conjeyrie,La Cougerie		75	24	244	24544
3009857	La Cougellerie	la-cougellerie	FR		0	Europe/Paris	48.23333	0.25				52	72	722	72112
3009858	La Coueronnais	la-coueronnais	FR		0	Europe/Paris	47.43571	-1.85928				52	44	445	44023
3009859	Lacoue	lacoue	FR		0	Europe/Paris	44.72684	6.0038		Lacaue,Lacoue		93	05	052	05095
3009867	La Coudraye	la-coudraye	FR		0	Europe/Paris	47.33393	3.5975				27	58	582	58150
3009868	La Coudraye	la-coudraye	FR		0	Europe/Paris	46.71595	4.26417				27	71	711	71390
3009869	La Coudraie	la-coudraie	FR		0	Europe/Paris	46.69096	1.1137				24	36	361	36066
3009872	La Couardière	la-couardiere	FR		0	Europe/Paris	47.92582	-2.34819				53	56	562	56165
3009876	La Cotterie	la-cotterie	FR		0	Europe/Paris	46.21446	0.2679				75	86	862	86029
3009877	La Cottenson	la-cottenson	FR		0	Europe/Paris	46.54352	2.28657				24	18	182	18225
3009878	La Cotinière	la-cotiniere	FR		0	Europe/Paris	45.9179	-1.3294	3			75	17	172	17385
3009880	La Cotentin	la-cotentin	FR		0	Europe/Paris	48.55475	-2.59209		Cotentin,La Cotentin,Le Cotentin		53	22	224	22093
3009882	La Côte-d'Hyôt	la-cote-d-hyot	FR		0	Europe/Paris	46.093	6.37218				84	74	742	74042
3009883	La Côte Derrière	la-cote-derriere	FR		0	Europe/Paris	45.44172	6.50726		La Cote Derriere,La Côte Derrière		84	73	731	73257
3009897	La Coste	la-coste	FR		0	Europe/Paris	45.06304	1.46727				75	19	191	19049
3009898	La Coste	la-coste	FR		0	Europe/Paris	44.77806	1.87483				76	46	462	46012
3009899	La Coste	la-coste	FR		0	Europe/Paris	44.0432	3.67017				76	30	303	30229
3009902	La Cosse	la-cosse	FR		0	Europe/Paris	46.67462	1.32205				24	36	361	36124
3009903	La Corvée	la-corvee	FR		0	Europe/Paris	47.38923	-0.81994				52	49	491	49284
3009904	La Correrie	la-correrie	FR		0	Europe/Paris	45.61394	6.09894		Correrie,La Correrie		84	73	732	73004
3009906	La Cornouaille	la-cornouaille	FR		0	Europe/Paris	47.96404	-1.29407				53	35	351	35359
3009907	La Cornetterie	la-cornetterie	FR		0	Europe/Paris	46.94257	0.98237				24	37	373	37061
3009908	La Corne Rollay	la-corne-rollay	FR		0	Europe/Paris	46.67841	2.85564				84	03	032	03087
3009909	La Cornélie	la-cornelie	FR		0	Europe/Paris	45.39106	0.90616				75	24	242	24171
3009910	La Cormière	la-cormiere	FR		0	Europe/Paris	47.13333	-0.5				52	49	492	49373
3009911	La Corderie	la-corderie	FR		0	Europe/Paris	48.57784	-2.92		La Corderie,Saint-Bry		53	22	222	22182
3009912	La Cordelle	la-cordelle	FR		0	Europe/Paris	45.84105	0.97095				75	87	873	87046
3009914	La Corde	la-corde	FR		0	Europe/Paris	46.9	2.96667				24	18	182	18048
3009920	La Corbette	la-corbette	FR		0	Europe/Paris	48.71943	0.23886				28	61	613	61393
3009921	La Coquinèrie	la-coquinerie	FR		0	Europe/Paris	49.37442	0.87138				28	27	272	27039
3009923	La Coquelerie	la-coquelerie	FR		0	Europe/Paris	45.09311	0.88981				75	24	243	24421
3009928	La Contrôlerie	la-controlerie	FR		0	Europe/Paris	49.08867	4.99931				44	55	553	55202
3009929	La Contrie	la-contrie	FR		0	Europe/Paris	48.2196	0.48721				52	72	722	72220
3009930	La Contrie	la-contrie	FR		0	Europe/Paris	47.21667	-1.6				52	44	442	44109
3009931	La Contie	la-contie	FR		0	Europe/Paris	45.02128	0.43835				75	24	243	24211
3009932	La Contie	la-contie	FR		0	Europe/Paris	44.98333	0.33333				75	24	241	24420
3009933	La Conterie	la-conterie	FR		0	Europe/Paris	45.16992	1.09858				75	24	244	24019
3009934	La Contamine	la-contamine	FR		0	Europe/Paris	45.39929	5.47307		Contamine,La Contamine		84	38	382	38013
3009935	La Conquillie	la-conquillie	FR		0	Europe/Paris	48.66258	3.22124		Grande Conquilly,La Conquillie		11	77	773	77020
3009936	La Conne-de-Bergerac	la-conne-de-bergerac	FR		0	Europe/Paris	44.83173	0.5185		La Conne,La Conne-de-Bergerac		75	24	241	24037
3009938	La Conche	la-conche	FR		0	Europe/Paris	44.37895	6.6961				93	04	041	04073
3009943	La Commune	la-commune	FR		0	Europe/Paris	50.75	1.93333		La Commune		32	62	625	62803
3009944	La Commodité	la-commodite	FR		0	Europe/Paris	47.91925	2.73621				24	45	451	45312
3009945	La Commanderie	la-commanderie	FR		0	Europe/Paris	48.61704	1.02648				24	28	283	28368
3009948	La Combette	la-combette	FR		0	Europe/Paris	44.46667	5.15		La Combelle,La Combette		84	26	262	26350
3009949	La Combelle	la-combelle	FR		0	Europe/Paris	45.43965	3.30685		La Combelle		84	63	633	63022
3009950	Lacombe-du-Saut	lacombe-du-saut	FR		0	Europe/Paris	43.32953	2.38204		Lacombe,Lacombe-du-Saut		76	11	111	11194
3009951	La Combe de Léoux	la-combe-de-leoux	FR		0	Europe/Paris	44.46169	5.3137		Combe de Leoux,Combe de Léoux,La Combe de Leoux,La Combe de Léoux		84	26	262	26376
3009953	La Combe	la-combe	FR		0	Europe/Paris	46.22017	2.79553				84	03	031	03047
3009954	La Combe	la-combe	FR		0	Europe/Paris	45.96072	6.00497				84	74	741	74272
3009955	La Combe	la-combe	FR		0	Europe/Paris	45.56372	6.58399				84	73	731	73006
3009956	La Combe	la-combe	FR		0	Europe/Paris	45.56667	5.8				84	73	732	73191
3009957	La Combe	la-combe	FR		0	Europe/Paris	45.53339	5.30949				84	38	382	38156
3009958	La Combe	la-combe	FR		0	Europe/Paris	45.40969	6.48781				84	73	731	73257
3009959	La Combe	la-combe	FR		0	Europe/Paris	45.33232	4.56549				84	42	423	42310
3009960	La Combe	la-combe	FR		0	Europe/Paris	45.15258	1.35509				75	19	191	19030
3009961	La Combe	la-combe	FR		0	Europe/Paris	45.13333	4.28333				84	43	433	43244
3009963	La Combe	la-combe	FR		0	Europe/Paris	44.97002	5.55247				84	38	381	38090
3009964	La Combe	la-combe	FR		0	Europe/Paris	44.23938	6.52387				93	04	043	04155
3009965	La Combe	la-combe	FR		0	Europe/Paris	44.25897	2.45502				76	12	123	12137
3009968	La Combaz	la-combaz	FR		0	Europe/Paris	45.5325	5.87833		La Combaz,La Combe		84	73	732	73228
3009970	La Colonne	la-colonne	FR		0	Europe/Paris	45.65208	6.83986		La Calonne,La Colonne		84	73	731	73285
3009971	La Colonie	la-colonie	FR		0	Europe/Paris	47.74772	2.24895				24	45	452	45226
3009972	La Colonie	la-colonie	FR		0	Europe/Paris	47.61695	2.54762				24	45	451	45016
3009973	La Colombière	la-colombiere	FR		0	Europe/Paris	48.70634	3.94657				44	51	512	51176
3009980	La Colle	la-colle	FR		0	Europe/Paris	43.83735	6.48794		La Colle,Louiquy		93	04	042	04039
3009981	La Colle	la-colle	FR		0	Europe/Paris	43.70167	6.57734				93	83	831	83124
3009982	La Collang	la-collang	FR		0	Europe/Paris	44.98038	3.98534		La Collang,La Collange		84	43	432	43113
3009984	La Coirerie	la-coirerie	FR		0	Europe/Paris	45.55	3.38333				84	63	633	63415
3009985	La Coirelle	la-coirelle	FR		0	Europe/Paris	45.01765	5.80307				84	38	381	38106
3009986	Lacoire	lacoire	FR		0	Europe/Paris	46.21723	3.00602				84	03	033	03089
3009987	La Coindassière	la-coindassiere	FR		0	Europe/Paris	47.32786	-1.28893				52	49	492	49069
3009988	La Coinche	la-coinche	FR		0	Europe/Paris	46.91817	2.74008				24	18	182	18054
3009989	La Cohinerie	la-cohinerie	FR		0	Europe/Paris	48.13333	0.55				52	72	722	72038
3009990	La Cogelière	la-cogeliere	FR		0	Europe/Paris	47.92491	2.19686				24	45	452	45346
3009991	La Coffrette	la-coffrette	FR		0	Europe/Paris	46.3	1.96667				75	23	232	23162
3009992	La Cochonnière	la-cochonniere	FR		0	Europe/Paris	45.40008	5.48511		La Cochonniere,La Cochonnière,La Couchonniere,La Couchonnière		84	38	382	38013
3009993	La Cochette	la-cochette	FR		0	Europe/Paris	45.2353	6.34973				84	73	733	73012
3009994	La Cochetière	la-cochetiere	FR		0	Europe/Paris	48.18921	1.08551				24	28	282	28398
3009996	La Coche	la-coche	FR		0	Europe/Paris	44.68818	6.25601		La Coche,Les Coche		93	05	052	05145
3009997	La Cochardière	la-cochardiere	FR		0	Europe/Paris	47.74033	-1.29166				52	44	445	44199
3009998	Lac Nègre	lac-negre	FR		0	Europe/Paris	45.09764	0.94484				75	24	243	24026
3010006	La Clue	la-clue	FR		0	Europe/Paris	43.56667	6.51667				93	83	831	83056
3010007	La Clozure	la-clozure	FR		0	Europe/Paris	46.82195	0.29873				75	86	861	86096
3010010	La Clinarderie	la-clinarderie	FR		0	Europe/Paris	49.55813	0.19388				28	76	762	76447
3010011	La Clergerie	la-clergerie	FR		0	Europe/Paris	48.24314	0.66309				52	72	722	72020
3010012	La Clémendière	la-clemendiere	FR		0	Europe/Paris	48.72548	0.56461				28	61	613	61008
3010013	La Clémencerie	la-clemencerie	FR		0	Europe/Paris	47.1751	1.13679				24	37	373	37111
3010015	La Claye	la-claye	FR		0	Europe/Paris	46.479	-1.28508		La Claye		52	85	851	85036
3010017	La Clau	la-clau	FR		0	Europe/Paris	44.26182	2.98393				76	12	121	12294
3010018	La Clastre	la-clastre	FR		0	Europe/Paris	44.69762	5.09837		La Clastre		84	26	261	26234
3010019	La Clastre	la-clastre	FR		0	Europe/Paris	43.88119	3.56734				76	30	303	30219
3010020	La Clarté	la-clarte	FR		0	Europe/Paris	48.82054	-3.47585		La Clarte,La Clarté,Notre Dame de la Clarte,Notre Dame de la Clarté		53	22	223	22168
3010021	La Clairière	la-clairiere	FR		0	Europe/Paris	49.62981	0.85921				28	76	763	76456
3010022	La Cité	la-cite	FR		0	Europe/Paris	49.5	0.56667				28	76	762	76476
3010023	La Cité	la-cite	FR		0	Europe/Paris	46.1428	2.83198				84	63	634	63338
3010024	Lacisque	lacisque	FR		0	Europe/Paris	44.9686	1.49428				76	46	463	46086
3010026	La Cinardière	la-cinardiere	FR		0	Europe/Paris	46.71667	2.88333				84	03	032	03155
3010028	La Chosedie	la-chosedie	FR		0	Europe/Paris	45.1697	0.95781				75	24	244	24241
3010029	La Chopinière	la-chopiniere	FR		0	Europe/Paris	48.0713	2.2513				24	45	453	45347
3010030	La Chopinerie	la-chopinerie	FR		0	Europe/Paris	46.74334	1.12317				24	36	361	36096
3010033	La Chiserette	la-chiserette	FR		0	Europe/Paris	45.46007	6.7305				84	73	731	73071
3010034	La Chirade	la-chirade	FR		0	Europe/Paris	46.10842	2.45146				75	23	231	23160
3010035	La Chignollette	la-chignollette	FR		0	Europe/Paris	46.51467	1.906				24	36	363	36061
3010036	La Chignaterie	la-chignaterie	FR		0	Europe/Paris	46.91581	1.81667				24	36	364	36037
3010037	La Chiennerie	la-chiennerie	FR		0	Europe/Paris	48.10047	-1.47677				53	35	353	35039
3010039	La Chevrotière	la-chevrotiere	FR		0	Europe/Paris	46.76029	2.90639				84	03	032	03155
3010041	La Chèvrie	la-chevrie	FR		0	Europe/Paris	48.15234	-1.17786				53	35	351	35015
3010043	La Chevillière	la-chevilliere	FR		0	Europe/Paris	48.25307	1.05887				24	28	284	28161
3010045	La Chevalerie	la-chevalerie	FR		0	Europe/Paris	48.2282	-1.3505				53	35	353	35154
3010046	La Chevade	la-chevade	FR		0	Europe/Paris	45.13026	2.84138				84	15	153	15138
3010047	La Chesnaye	la-chesnaye	FR		0	Europe/Paris	48.22359	1.2624				24	28	282	28127
3010048	La Cheraille	la-cheraille	FR		0	Europe/Paris	48.59277	1.84399				11	78	782	78601
3010051	La Chenevière	la-cheneviere	FR		0	Europe/Paris	46.97276	2.03372				24	36	364	36088
3010052	La Chénetière	la-chenetiere	FR		0	Europe/Paris	48.13067	1.05122				24	28	282	28012
3010053	La Chenerie	la-chenerie	FR		0	Europe/Paris	47.83553	0.34822				52	72	723	72187
3010054	La Chenaye	la-chenaye	FR		0	Europe/Paris	47.01405	0.89111				24	37	373	37107
3010055	La Chenardière	la-chenardiere	FR		0	Europe/Paris	48.10766	1.50971				24	28	282	28283
3010057	La Chenaie	la-chenaie	FR		0	Europe/Paris	48.04682	0.36501				52	72	722	72300
3010061	Lachérade	lacherade	FR		0	Europe/Paris	46.11162	1.5187				75	23	232	23192
3010062	La Chebuette	la-chebuette	FR		0	Europe/Paris	47.26726	-1.40751				52	44	442	44169
3010063	Laché	lache	FR		0	Europe/Paris	47.19679	3.58643				27	58	582	58313
3010064	La Chazotte	la-chazotte	FR		0	Europe/Paris	44.88333	4.31667				84	07	073	07150
3010066	La Chavière	la-chaviere	FR		0	Europe/Paris	46.36657	2.95067				84	03	031	03256
3010082	La Chauvinais	la-chauvinais	FR		0	Europe/Paris	47.91152	-1.93325				53	35	352	35057
3010083	La Chauvière	la-chauviere	FR		0	Europe/Paris	48.70166	0.20665				28	61	613	61310
3010084	La Chauvière	la-chauviere	FR		0	Europe/Paris	47.95825	-1.19619				53	35	351	35008
3010085	La Chauvellière	la-chauvelliere	FR		0	Europe/Paris	48.67565	0.81981				28	27	272	27019
3010086	La Chauvellière	la-chauvelliere	FR		0	Europe/Paris	48.51538	0.72021				28	61	613	61230
3010087	La Chauvellière	la-chauvelliere	FR		0	Europe/Paris	46.71533	1.01518				24	36	361	36105
3010088	La Chauvellerie	la-chauvellerie	FR		0	Europe/Paris	48.5	0.26667				28	61	611	61499
3010089	La Chauvais	la-chauvais	FR		0	Europe/Paris	47.33559	-1.57095				52	44	442	44035
3010218	La Chapelle-Vieille-Forêt	la-chapelle-vieille-foret	FR		0	Europe/Paris	47.95117	3.88963		La Chapelle,La Chapelle-Vieille-Foret,La Chapelle-Vieille-Forêt		27	89	892	89169
3010095	La Chaussée de Saint-Pierre	la-chaussee-de-saint-pierre	FR		0	Europe/Paris	49.67017	0.63696		La Chaussee,La Chaussee de Saint-Pierre,La Chaussée,La Chaussée de Saint-Pierre		28	76	762	76182
3010113	La Chaussade Blanche	la-chaussade-blanche	FR		0	Europe/Paris	46.2535	2.34968				75	23	231	23259
3010115	Lachaup	lachaup	FR		0	Europe/Paris	44.79279	6.0857		La Chalp,Lachaup		93	05	052	05144
3010116	La Chaup	la-chaup	FR		0	Europe/Paris	44.69195	5.86353				93	05	052	05139
3010118	La Chauminelle	la-chauminelle	FR		0	Europe/Paris	46.13268	2.3627				75	23	231	23251
3010119	La Chaume-Vallée	la-chaume-vallee	FR		0	Europe/Paris	46.79854	2.78972				24	18	182	18161
3010120	La Chaumette	la-chaumette	FR		0	Europe/Paris	46.41238	2.16774				75	23	231	23038
3010121	La Chaumette	la-chaumette	FR		0	Europe/Paris	45.86667	2.08333				75	23	231	23144
3010122	La Chaumette	la-chaumette	FR		0	Europe/Paris	45.51192	3.90914				84	63	631	63331
3010123	La Chaumette	la-chaumette	FR		0	Europe/Paris	44.38333	6.3				93	04	043	04203
3010124	La Chaume-Tétour	la-chaume-tetour	FR		0	Europe/Paris	46.15	3.3				84	03	033	03252
3010125	La Chaumelle	la-chaumelle	FR		0	Europe/Paris	47.18531	2.5627				24	18	181	18003
3010126	La Chaume-Bénite	la-chaume-benite	FR		0	Europe/Paris	46.16918	3.29323				84	03	033	03252
3010137	La Chaule	la-chaule	FR		0	Europe/Paris	49.59232	1.49016				28	76	761	76420
3010139	La Chaud Couraud	la-chaud-couraud	FR		0	Europe/Paris	45.79597	1.9306				75	23	231	23090
3010140	La Chaud	la-chaud	FR		0	Europe/Paris	46.10976	1.73327				75	23	232	23132
3010141	La Chaud	la-chaud	FR		0	Europe/Paris	46.08668	2.32387				75	23	231	23234
3010142	La Chaud	la-chaud	FR		0	Europe/Paris	46.05	1.9				75	23	232	23118
3010143	La Chaud	la-chaud	FR		0	Europe/Paris	45.85	2.55				84	63	634	63118
3010144	La Chaud	la-chaud	FR		0	Europe/Paris	45.68333	2.35				75	19	193	19064
3010145	Lachaud	lachaud	FR		0	Europe/Paris	45.35021	3.49757				84	43	431	43052
3010146	Lachaud	lachaud	FR		0	Europe/Paris	45.31279	3.2814				84	43	431	43123
3010147	Lachaud	lachaud	FR		0	Europe/Paris	45.1271	1.81831				75	19	192	19004
3010148	Lachaud de Rougeac	lachaud-de-rougeac	FR		0	Europe/Paris	45.10739	4.01637				84	43	432	43165
3010150	La Chau	la-chau	FR		0	Europe/Paris	44.87968	6.7499				93	05	051	05027
3010220	La Chapelle-Véronge	la-chapelle-veronge	FR		0	Europe/Paris	48.77492	3.39327				11	77	773	77093
3010157	La Chatie	la-chatie	FR		0	Europe/Paris	45.08783	1.6558				75	19	191	19057
3010158	La Chatenaide	la-chatenaide	FR		0	Europe/Paris	46.03333	1.58333				75	23	232	23200
3010166	Lachat	lachat	FR		0	Europe/Paris	45.75486	6.00331				84	74	741	74097
3010168	La Chassinie	la-chassinie	FR		0	Europe/Paris	45.33403	1.41051				75	19	191	19286
3010169	La Chassaigne	la-chassaigne	FR		0	Europe/Paris	46.59493	3.57164				84	03	032	03074
3010170	La Chassaigne	la-chassaigne	FR		0	Europe/Paris	45.76667	1.46667				75	87	872	87174
3010182	La Charsse	la-charsse	FR		0	Europe/Paris	46.09202	1.96374		La Charse,La Charsse		75	23	232	23250
3010183	La Charrière	la-charriere	FR		0	Europe/Paris	46.1989	3.06731				84	03	033	03022
3010184	La Charrière	la-charriere	FR		0	Europe/Paris	46.15217	-0.48501		La Charriere,La Charrière		75	79	792	79078
3010185	La Charrière	la-charriere	FR		0	Europe/Paris	45.49663	5.60848		Charriere,Charrière,La Charriere,La Charrière		84	38	382	38001
3010186	La Charrière	la-charriere	FR		0	Europe/Paris	45.39749	5.38933				84	38	382	38042
3010187	La Charonnie	la-charonnie	FR		0	Europe/Paris	48.24844	1.07337				24	28	284	28161
3010188	La Charonnerie	la-charonnerie	FR		0	Europe/Paris	47.25305	1.83618				24	41	413	41222
3010189	La Charnie	la-charnie	FR		0	Europe/Paris	45.23101	1.31339				75	19	191	19015
3010190	La Charnée	la-charnee	FR		0	Europe/Paris	46.74153	3.05248				84	03	032	03309
3010191	La Charnay	la-charnay	FR		0	Europe/Paris	46.41982	3.19638				84	03	032	03092
3010192	La Charmoye	la-charmoye	FR		0	Europe/Paris	47.65	2.38333				24	45	452	45063
3010193	La Charmois	la-charmois	FR		0	Europe/Paris	48.16667	1.06667				24	28	282	28398
3010194	La Charmoie	la-charmoie	FR		0	Europe/Paris	48.53333	0.7				28	61	613	61230
3010195	La Charmille	la-charmille	FR		0	Europe/Paris	48.68333	2.18333				11	91	913	91471
3010196	La Charmette	la-charmette	FR		0	Europe/Paris	45.84284	6.41137				84	74	741	74160
3010197	La Charmette	la-charmette	FR		0	Europe/Paris	45.1	6.43333				84	73	733	73306
3010203	La Charère	la-charere	FR		0	Europe/Paris	45.71667	3.55				84	63	635	63414
3010204	La Chardie	la-chardie	FR		0	Europe/Paris	45.56667	3.71667				84	63	631	63003
3010205	La Charchinerie	la-charchinerie	FR		0	Europe/Paris	48.63333	0.63333				28	61	613	61491
3010207	La Charbonnière	la-charbonniere	FR		0	Europe/Paris	48.51534	0.92658				28	61	613	61274
3010208	La Charbonnière	la-charbonniere	FR		0	Europe/Paris	48.10667	3.78758				27	89	891	89398
3010209	La Chapuisière	la-chapuisiere	FR		0	Europe/Paris	48.11993	0.22206				52	72	723	72150
3010210	La Chapt	la-chapt	FR		0	Europe/Paris	46.85796	2.60179				24	18	182	18068
3010211	La Chaponnerie	la-chaponnerie	FR		0	Europe/Paris	47.09962	1.76199				24	36	364	36191
3010212	La Chapelue	la-chapelue	FR		0	Europe/Paris	44.69913	6.78286				93	05	051	05065
3010221	La Chapelle-Verlaine	la-chapelle-verlaine	FR		0	Europe/Paris	45.57465	0.80188				75	24	242	24498
3010225	La Chapelle-Tringuard	la-chapelle-tringuard	FR		0	Europe/Paris	45.78333	3.68333				84	63	635	63468
3010239	La Chapelle-sur-Crécy	la-chapelle-sur-crecy	FR		4249	Europe/Paris	48.85879	2.92597		La Chapelle		11	77	771	77142
3010259	La Chapelle Saint-Robert	la-chapelle-saint-robert	FR		0	Europe/Paris	45.57225	0.51875		La Chapelle Saint-Robert,La Chapelle-Saint-Robert		75	24	242	24214
3010280	La Chapelle-Saint-Blaise	la-chapelle-saint-blaise	FR		0	Europe/Paris	47.25487	0.46054		La Chapelle,La Chapelle-Saint-Blaise		24	37	372	37067
3010291	La Chapelle-Pommier	la-chapelle-pommier	FR		0	Europe/Paris	45.453	0.55631				75	24	242	24253
3010292	La Chapelle-Péchaud	la-chapelle-pechaud	FR		0	Europe/Paris	44.77858	1.11628		La Chapelle,La Chapelle-Pechaud,La Chapelle-Péchaud		75	24	244	24086
3010299	La Chapelle-Mouret	la-chapelle-mouret	FR		0	Europe/Paris	45.08662	1.29635				75	24	244	24547
3010314	La Chapelle-Largeau	la-chapelle-largeau	FR		0	Europe/Paris	46.94655	-0.83762		La Chapelle,La Chapelle-Largeau		75	79	791	79079
3010328	La Chapelle-Godefroy	la-chapelle-godefroy	FR		0	Europe/Paris	48.49667	3.5351		Chapelle-Godefroy,La Chapelle-Godefroy		44	10	102	10334
3010350	La Chapelle du Puits	la-chapelle-du-puits	FR		0	Europe/Paris	46.95086	2.20525		Chapelle-du-Puits,La Chapelle du Puits		24	18	181	18066
3010355	La Chapelle du Hay	la-chapelle-du-hay	FR		0	Europe/Paris	49.59099	0.70413		Hay,La Chapelle du Hay		28	76	763	76110
3010356	La Chapelle-du-Haut	la-chapelle-du-haut	FR		0	Europe/Paris	47.81628	3.62661				27	89	891	89438
3010358	La Chapelle-du-Fest	la-chapelle-du-fest	FR		0	Europe/Paris	49.05996	-0.97328		La Chapelle,La Chapelle-du-Fest		28	50	504	50444
3010359	La Chapelle du Chêne	la-chapelle-du-chene	FR		0	Europe/Paris	48.0706	-0.92966				52	53	532	53137
3010364	La Chapelle-du-Bas	la-chapelle-du-bas	FR		0	Europe/Paris	47.81945	3.63124				27	89	891	89438
3010401	La Chapelle aux Pies	la-chapelle-aux-pies	FR		0	Europe/Paris	47.72834	-0.98164				52	49	494	49036
3010449	La Chanenche	la-chanenche	FR		0	Europe/Paris	44.41667	6.5		Chanenche,La Chanenche		93	04	041	04161
3010450	La Chanas	la-chanas	FR		0	Europe/Paris	45.65521	5.27065		Chanas,La Chanas		84	38	382	38532
3010451	La Chanal	la-chanal	FR		0	Europe/Paris	45.18164	4.51156				84	07	073	07258
3010454	La Champagne	la-champagne	FR		0	Europe/Paris	45.16938	0.97323				75	24	244	24241
3010455	La Champ	la-champ	FR		0	Europe/Paris	45.0844	2.96153		La Cham,La Champ		84	15	153	15141
3010462	La Chambouite	la-chambouite	FR		0	Europe/Paris	45.66667	3.78333				84	63	631	63179
3010463	La Chambotte	la-chambotte	FR		0	Europe/Paris	45.77733	5.87587		Chambotte,La Chambotte		84	73	732	73010
3010465	La Chambazie	la-chambazie	FR		0	Europe/Paris	45.23333	1.38333				75	19	191	19182
3010466	La Chambaudière	la-chambaudiere	FR		0	Europe/Paris	47.08635	-1.39651				52	44	442	44173
3010468	La Chalp-Sainte-Agathe	la-chalp-sainte-agathe	FR		0	Europe/Paris	44.71667	6.85		La Chalp,La Chalp-Sainte-Agathe		93	05	051	05077
3010469	La Chalp	la-chalp	FR		0	Europe/Paris	44.97101	5.95848				84	38	381	38073
3010471	La Chalp	la-chalp	FR		0	Europe/Paris	44.78038	6.73531				93	05	051	05007
3010472	La Chalp	la-chalp	FR		0	Europe/Paris	44.54803	6.62167				93	05	052	05044
3010473	La Chalmelle	la-chalmelle	FR		0	Europe/Paris	48.63964	3.57926				44	51	512	51258
3010474	La Challerie	la-challerie	FR		0	Europe/Paris	47.13754	1.19837		La Challerie		24	37	373	37277
3010475	La Chalençonnière	la-chalenconniere	FR		0	Europe/Paris	45.17237	4.4475				84	43	433	43204
3010476	La Chaleille	la-chaleille	FR		0	Europe/Paris	45.57188	2.67175				84	63	633	63426
3010477	La Chalarderie	la-chalarderie	FR		0	Europe/Paris	48.5832	0.84242				28	61	613	61230
3010478	La Chalamette	la-chalamette	FR		0	Europe/Paris	44.39425	6.76998				93	04	041	04096
3010481	Lachal	lachal	FR		0	Europe/Paris	45.54477	4.52273				84	42	423	42320
3010482	La Chal	la-chal	FR		0	Europe/Paris	45.21402	6.26323				84	73	733	73242
3010499	La Chaire	la-chaire	FR		0	Europe/Paris	48.23831	-1.3428				53	35	353	35154
3010500	La Chaîne	la-chaine	FR		0	Europe/Paris	47.87278	3.25957				27	89	891	89163
3010501	La Chaîne	la-chaine	FR		0	Europe/Paris	46.37448	2.96476				84	03	031	03058
3010502	La Chabrouillie	la-chabrouillie	FR		0	Europe/Paris	45.24875	1.13221				75	24	244	24210
3010503	La Chabrerie	la-chabrerie	FR		0	Europe/Paris	45.68936	3.73694				84	63	631	63057
3010504	La Chabotière	la-chabotiere	FR		0	Europe/Paris	48.72491	0.88676				28	27	272	27679
3010505	La Chaboterie	la-chaboterie	FR		0	Europe/Paris	48.3145	1.03878				24	28	284	28105
3010506	La Chabossière	la-chabossiere	FR		0	Europe/Paris	48.16362	0.25526				52	72	723	72023
3010507	La Chabassière	la-chabassiere	FR		0	Europe/Paris	45.66674	1.56675				75	87	872	87170
3010510	La Cévrie	la-cevrie	FR		0	Europe/Paris	47.26667	1.36039				24	41	413	41198
3010511	La Ceuillerai	la-ceuillerai	FR		0	Europe/Paris	48.16667	-1.38333				53	35	353	35031
3010513	La Certellerie	la-certellerie	FR		0	Europe/Paris	48.28279	1.19473				24	28	282	28409
3010514	La Cerleau	la-cerleau	FR		0	Europe/Paris	49.80318	4.36703		La Cerleau		44	08	081	08344
3010516	La Cerberdière	la-cerberdiere	FR		0	Europe/Paris	48.21819	-1.48486		Cerbedieres,Cerbedières,La Cerberdiere,La Cerberdière		53	35	353	35152
3010521	La Celle-sur-Seine	la-celle-sur-seine	FR		0	Europe/Paris	48.39395	2.82732		La Celle,La Celle-sur-Seine		11	77	774	77494
3010543	La Cécile	la-cecile	FR		0	Europe/Paris	45.58333	0.5				75	16	161	16372
3010548	La Cazerie	la-cazerie	FR		0	Europe/Paris	49.50759	1.24223		La Cazerie,La Gazerie		28	76	763	76740
3010549	La Caze	la-caze	FR		0	Europe/Paris	44.60894	1.06122				75	24	244	24245
3010551	La Cayolle	la-cayolle	FR		0	Europe/Paris	43.22942	5.40433				93	13	133	13055
3010552	La Cayenne de Seudre	la-cayenne-de-seudre	FR		0	Europe/Paris	45.79126	-1.12394		La Cayenne,La Cayenne de Seudre		75	17	172	17219
3010553	La Cavée	la-cavee	FR		0	Europe/Paris	49.63432	1.47107				28	76	761	76678
3010555	La Cave	la-cave	FR		0	Europe/Paris	48.00373	2.30891				24	45	453	45228
3010559	La Cavaille	la-cavaille	FR		0	Europe/Paris	44.83706	0.45499				75	24	241	24037
3010560	Lacaux	lacaux	FR		0	Europe/Paris	45.64991	1.47222				75	87	872	87072
3010561	La Cautiserie	la-cautiserie	FR		0	Europe/Paris	47.96667	2.55				24	45	451	45256
3010568	La Caujonnet	la-caujonnet	FR		0	Europe/Paris	45.62978	0.67181		La Caujonnet,Lacaujamet,Lacoujammet,Les Coujammers		75	24	242	24398
3010570	Lacaud	lacaud	FR		0	Europe/Paris	45.64252	0.6418				75	24	242	24070
3010572	La Catte	la-catte	FR		0	Europe/Paris	44.87321	0.48631				75	24	241	24037
3010573	La Catine	la-catine	FR		0	Europe/Paris	44.65049	1.15593				76	46	463	46184
3010574	Lacatarou	lacatarou	FR		0	Europe/Paris	44.8702	1.729				76	46	463	46193
3010575	La Castelenie	la-castelenie	FR		0	Europe/Paris	45.02482	0.90245				75	24	244	24404
3010576	La Castagna	la-castagna	FR		0	Europe/Paris	41.79447	8.7231		La Castagna		94	2A	2A1	2A098
3010577	La Cassotière	la-cassotiere	FR		0	Europe/Paris	48.43437	0.24242				52	72	722	72137
3010578	La Cassine	la-cassine	FR		0	Europe/Paris	49.58047	4.81381		La Cassine		44	08	081	08469
3010579	La Cassière	la-cassiere	FR		0	Europe/Paris	45.69102	2.99629				84	63	632	63026
3010580	Lacasse	lacasse	FR		2351	Europe/Paris	43.39873	1.26951		Lacasse		76	31	311	31287
3010584	La Casquette	la-casquette	FR		0	Europe/Paris	47.42643	4.83429				27	21	212	21561
3010585	La Case	la-case	FR		0	Europe/Paris	44.76008	2.4557		La Case,La Caze		84	15	151	15087
3010586	La Cartrais	la-cartrais	FR		0	Europe/Paris	48.2861	0.98417				24	28	284	28010
3010587	La Carte	la-carte	FR		0	Europe/Paris	46.90097	0.90298				24	37	373	37184
3010588	La Cartalade	la-cartalade	FR		0	Europe/Paris	45.28333	2.53333		Cartelade,La Cartalade		84	15	152	15131
3010589	Lacarry	lacarry	FR		135	Europe/Paris	43.08521	-0.92468		Lacarri-Aran-Sharrita de Haut,Lacarry,Lacarry-Arhan-Charritte,Lacarry-Arhan-Charritte-de-Haut,Lacarry-Charritte-de-Haut,Lakarri,Lakarri-Aran-Sharrit-de-O,Lakarri-Aran-Sharritt-de-O,Lakarri-Arhane-Sarrikotagaine,la ka er li-a lang-sha er li te de ao,Лакарри-Аран-Шаррит-де-О,Лакарри-Аран-Шарритт-де-О,Лакаррі-Аран-Шарритт-де-О,لاکاری-ارہان-چاریتی-دی-ہوٹ,拉卡尔里-阿朗-沙尔里特德奥		75	64	642	64298
3010590	La Carroux	la-carroux	FR		0	Europe/Paris	46.71305	2.14286				24	18	182	18216
3010593	La Caronnière	la-caronniere	FR		0	Europe/Paris	46.55642	0.671				75	86	863	86070
3010594	La Carolue	la-carolue	FR		0	Europe/Paris	47.7008	4.34386				27	21	213	21025
3010597	La Carillière	la-carilliere	FR		0	Europe/Paris	45.64085	4.50638				84	69	691	69042
3010598	La Cardonie	la-cardonie	FR		0	Europe/Paris	44.79412	1.80691				76	46	463	46030
3010599	La Caravane	la-caravane	FR		0	Europe/Paris	43.5	6.28333				93	83	831	83154
3010600	La Capte	la-capte	FR		0	Europe/Paris	43.05971	6.14975		La Capte		93	83	832	83069
3010604	La Capelle-Neuve-Église	la-capelle-neuve-eglise	FR		0	Europe/Paris	44.65122	2.68208		La Capelle,La Capelle-Neuve-Eglise,La Capelle-Neuve-Église		76	12	122	12103
3010618	La Cantinière	la-cantiniere	FR		0	Europe/Paris	47.10319	0.58564				24	37	371	37226
3010620	La Canéda	la-caneda	FR		0	Europe/Paris	44.85845	1.23809				75	24	244	24520
3010623	Lacanau-Océan	lacanau-ocean	FR		0	Europe/Paris	45.00135	-1.19415		Lacanau-Ocean,Lacanau-Océan		75	33	334	33214
3010627	La Canardière	la-canardiere	FR		0	Europe/Paris	47.32309	1.03973				24	37	373	37079
3010628	Lacan	lacan	FR		0	Europe/Paris	44.88102	1.78767				76	46	462	46177
3010629	La Campagne	la-campagne	FR		0	Europe/Paris	49.56775	0.28136				28	76	762	76250
3010632	La Calvernais	la-calvernais	FR		0	Europe/Paris	47.57634	-1.71196				52	44	445	44091
3010638	Calustra	calustra	FR		0	Europe/Paris	41.75574	8.77131		Calustra,La Callustra		94	2A	2A1	2A098
3010639	La Calique	la-calique	FR		0	Europe/Paris	50.66191	1.90476				32	62	623	62853
3010640	La Caliorne	la-caliorne	FR		0	Europe/Paris	47.9899	-1.70064				53	35	353	35139
3010641	La Californie	la-californie	FR		0	Europe/Paris	43.67507	7.22763	20			93	06	062	06088
3010642	La Calevie	la-calevie	FR		0	Europe/Paris	44.79361	0.41323		La Calevie,La Calvie		75	24	241	24331
3010647	La Caillerie	la-caillerie	FR		0	Europe/Paris	46.86749	0.35				75	86	861	86182
3010649	La Caillère	la-caillere	FR		0	Europe/Paris	45.75287	0.3394		Caillere,La Caillere,La Caillère		75	16	161	16280
3010650	La Caillaudière	la-caillaudiere	FR		0	Europe/Paris	46.78582	1.34068		La Cabasserie,La Caillaudiere,La Caillaudière		24	36	362	36232
3010651	La Caffardière	la-caffardiere	FR		0	Europe/Paris	48.18259	1.04045				24	28	282	28398
3010652	La Cadrie	la-cadrie	FR		0	Europe/Paris	46.48245	0.85153				75	86	862	86117
3010659	La Cabane	la-cabane	FR		0	Europe/Paris	45.15	0.35				75	24	243	24367
3010662	La Buzatière	la-buzatiere	FR		0	Europe/Paris	45.74923	0.73591				75	87	873	87044
3010665	La Butte	la-butte	FR		0	Europe/Paris	48.95228	1.55397				11	78	781	78107
3010666	La Butte	la-butte	FR		0	Europe/Paris	48.61057	-1.67445				53	35	354	35078
3010667	La Butte	la-butte	FR		0	Europe/Paris	48.51427	0.65282				28	61	613	61418
3010668	La Bussinie	la-bussinie	FR		0	Europe/Paris	45.20874	2.77039				84	15	153	15213
3010670	La Bussière-Madeleine	la-bussiere-madeleine	FR		0	Europe/Paris	46.25469	1.43752				75	23	232	23176
3010671	La Bussière-Aupigny	la-bussiere-aupigny	FR		0	Europe/Paris	46.17239	1.114		La Bussiere,La Bussiere-Aupigny,La Bussière,La Bussière-Aupigny		75	87	871	87172
3010679	La Busserette	la-busserette	FR		0	Europe/Paris	46.572	2.72685				84	03	031	03041
3010683	Labuissière	labuissiere	FR		0	Europe/Paris	50.48876	2.56806		Labuissiere,Labuissière		32	62	622	62178
3010686	La Bugénie	la-bugenie	FR		0	Europe/Paris	45.34772	1.52594				75	19	192	19162
3010687	La Buge	la-buge	FR		0	Europe/Paris	44.55918	1.09393				76	46	461	46199
3010688	La Buffe	la-buffe	FR		0	Europe/Paris	45.06891	6.27594				93	05	051	05063
3010689	La Bucaille	la-bucaille	FR		0	Europe/Paris	50.63509	2.07174				32	62	625	62812
3010690	La Bucaille	la-bucaille	FR		0	Europe/Paris	50.26487	1.75386				32	80	801	80087
3010691	La Bucaille	la-bucaille	FR		0	Europe/Paris	49.20539	1.4771				28	27	271	27307
3010692	La Bucaille	la-bucaille	FR		0	Europe/Paris	49.15	1.25				28	27	271	27005
3010707	La Bruyassière	la-bruyassiere	FR		0	Europe/Paris	45.5	4.51667				84	42	423	42207
3010708	La Brunie	la-brunie	FR		0	Europe/Paris	45.24747	1.68944				75	19	192	19038
3010709	La Brunie	la-brunie	FR		0	Europe/Paris	44.80999	2.32917				84	15	151	15264
3010710	La Brunetière	la-brunetiere	FR		0	Europe/Paris	46.18935	0.55571				75	86	862	86234
3010712	La Brumardière	la-brumardiere	FR		0	Europe/Paris	48.43636	0.5188				28	61	613	61329
3010713	La Brûlerie	la-brulerie	FR		0	Europe/Paris	47.74457	2.87105				27	89	891	89324
3010715	La Brûlée	la-brulee	FR		0	Europe/Paris	47.08956	3.48219				27	58	583	58136
3010718	La Brulardière	la-brulardiere	FR		0	Europe/Paris	48.39384	0.90897				28	61	613	61116
3010721	La Brugère	la-brugere	FR		0	Europe/Paris	45.3685	3.15334				84	63	633	63007
3010722	La Brugère	la-brugere	FR		0	Europe/Paris	45.29418	1.23876				75	24	244	24507
3010723	La Brugère	la-brugere	FR		0	Europe/Paris	45.00418	0.74766				75	24	243	24576
3010724	La Brugère	la-brugere	FR		0	Europe/Paris	44.82142	3.93059				84	43	432	43168
3010725	La Brugère	la-brugere	FR		0	Europe/Paris	44.43972	4.10503				84	07	071	07050
3010728	La Bruère	la-bruere	FR		0	Europe/Paris	48.10255	-1.28676				53	35	351	35252
3010731	La Brouterie	la-brouterie	FR		0	Europe/Paris	45.66667	0.28333		Brouterie,La Brouterie		75	16	161	16232
3010744	La Broue	la-broue	FR		0	Europe/Paris	44.78174	5.99199		La Bronc,La Brone,La Broue		93	05	052	05142
3010745	La Brouaze	la-brouaze	FR		0	Europe/Paris	48.0902	1.34603				24	28	282	28088
3010747	La Brot	la-brot	FR		0	Europe/Paris	45.46667	2.43333				75	19	193	19128
3010748	La Brossette	la-brossette	FR		0	Europe/Paris	46.83214	-1.3044				52	85	852	85064
3010752	La Brosse Conge	la-brosse-conge	FR		0	Europe/Paris	47.5406	3.78762				27	89	892	89392
3010753	La Brosse-aux-Brins	la-brosse-aux-brins	FR		0	Europe/Paris	47.43248	3.04848				27	58	584	58002
3010754	La Brosse	la-brosse	FR		0	Europe/Paris	48.72817	2.00026		La Brosse		11	78	782	78561
3010755	La Brosse	la-brosse	FR		0	Europe/Paris	48.66051	2.14233				11	91	913	91319
3010756	La Brosse	la-brosse	FR		0	Europe/Paris	48.59228	3.21167				11	77	773	77109
3010757	La Brosse	la-brosse	FR		0	Europe/Paris	48.54703	0.64888				28	61	613	61160
3010758	La Brosse	la-brosse	FR		0	Europe/Paris	48.50206	0.99693				24	28	284	28156
3010760	La Brosse	la-brosse	FR		0	Europe/Paris	48.17863	2.79776		Brosse,La Brosse		11	77	774	77071
3010761	La Brosse	la-brosse	FR		0	Europe/Paris	48.10538	2.14479				24	45	453	45301
3010762	La Brosse	la-brosse	FR		0	Europe/Paris	48.07596	3.86822				44	10	103	10247
3010763	La Brosse	la-brosse	FR		0	Europe/Paris	47.22143	3.57333				27	58	582	58132
3010764	La Brosse	la-brosse	FR		0	Europe/Paris	47.02941	-0.6975				52	49	492	49381
3010765	La Brosse	la-brosse	FR		0	Europe/Paris	46.91467	2.39971				24	18	181	18126
3010766	La Brosse	la-brosse	FR		0	Europe/Paris	46.9015	2.45396				24	18	182	18212
3010767	La Brosse	la-brosse	FR		0	Europe/Paris	46.42896	2.8581				84	03	031	03285
3010768	La Brosse	la-brosse	FR		0	Europe/Paris	46.36991	2.77009				84	03	031	03097
3010769	La Brosse	la-brosse	FR		0	Europe/Paris	46.32683	2.69952				84	03	031	03052
3010770	La Brosse	la-brosse	FR		0	Europe/Paris	46.21467	3.30986				84	03	033	03227
3010771	La Brosse	la-brosse	FR		0	Europe/Paris	45.82768	5.30002				84	38	382	38026
3010775	La Brossardière	la-brossardiere	FR		0	Europe/Paris	47.14394	1.02788				24	37	373	37108
3010776	La Brossardière	la-brossardiere	FR		0	Europe/Paris	46.66084	-0.74631				52	85	851	85289
3010780	La Broche	la-broche	FR		0	Europe/Paris	49.75	1.48333				28	76	761	76584
3010781	La Broc	la-broc	FR		0	Europe/Paris	44.47305	5.13089				84	26	262	26350
3010783	La Brise	la-brise	FR		0	Europe/Paris	46.96667	0.25				75	86	861	86151
3010784	La Briquette	la-briquette	FR		0	Europe/Paris	50.34254	3.52058				32	59	596	59383
3010786	La Brillière	la-brilliere	FR		0	Europe/Paris	47.31504	1.87923				24	41	413	41110
3010790	Labrie	labrie	FR		0	Europe/Paris	45.30377	3.72586				84	43	431	43035
3010792	La Briderie	la-briderie	FR		0	Europe/Paris	45.73333	1.43333				75	87	872	87174
3010793	La Bricaudière	la-bricaudiere	FR		0	Europe/Paris	47.43821	-1.52881				52	44	445	44110
3010794	La Briantière	la-briantiere	FR		0	Europe/Paris	47.37107	-1.35226				52	44	445	44082
3010796	La Bréviande	la-breviande	FR		0	Europe/Paris	47.38705	2.54219				24	18	183	18115
3010797	La Breure	la-breure	FR		0	Europe/Paris	45.40024	3.9154				84	42	421	42318
3010798	La Breure	la-breure	FR		0	Europe/Paris	45.26532	3.95004				84	43	433	43166
3010799	La Breuille	la-breuille	FR		0	Europe/Paris	47.16286	2.40543				24	18	181	18271
3010800	La Breuille	la-breuille	FR		0	Europe/Paris	46.66752	1.95734				24	36	363	36184
3010801	La Brétonnière	la-bretonniere	FR		0	Europe/Paris	48.67064	1.25796				24	28	283	28369
3010802	La Bretonnière	la-bretonniere	FR		0	Europe/Paris	48.5838	3.28835				11	77	773	77391
3010803	La Bretonnière	la-bretonniere	FR		0	Europe/Paris	48.13077	2.1938				24	45	453	45137
3010804	La Bretonnière	la-bretonniere	FR		0	Europe/Paris	47.91459	-1.28408				53	35	351	35199
3010805	La Bretonnière	la-bretonniere	FR		0	Europe/Paris	47.51747	-1.68681				52	44	445	44224
3010806	La Bretonnière	la-bretonniere	FR		0	Europe/Paris	47.3762	3.17572				27	58	584	58102
3010807	La Bretonnière	la-bretonniere	FR		0	Europe/Paris	47.05045	3.43949				27	58	583	58035
3010810	La Bretonne	la-bretonne	FR		0	Europe/Paris	49.66667	-1.26006				28	50	502	50030
3010814	La Bretauche	la-bretauche	FR		0	Europe/Paris	47.70609	2.99161				27	89	891	89046
3010816	La Brésardière	la-bresardiere	FR		0	Europe/Paris	47.21133	0.72553		La Bresardiere,La Bressardiere,La Bressardière,La Brésardière		24	37	372	37211
3010817	La Bréqueille	la-brequeille	FR		0	Europe/Paris	48.5361	1.40441				24	28	281	28102
3010818	La Brequeille	la-brequeille	FR		0	Europe/Paris	45.17676	3.5685		La Brequeille,La Brequeuille,La Bréqueuille		84	43	431	43131
3010820	Labrejade	labrejade	FR		0	Europe/Paris	46.16667	1.51667				75	23	232	23192
3010824	La Brehallerie	la-brehallerie	FR		0	Europe/Paris	49.36207	0.50568				28	27	272	27467
3010825	La Brégère	la-bregere	FR		0	Europe/Paris	45.8584	0.96268				75	87	873	87164
3010828	La Brécinière	la-breciniere	FR		0	Europe/Paris	48.13333	-1.05				52	53	532	53040
3010829	La Bréchotière	la-brechotiere	FR		0	Europe/Paris	47.1663	0.7086		Brechottiere,Brechottière,La Brechotiere,La Bréchotière		24	37	373	37134
3010830	Labraux	labraux	FR		0	Europe/Paris	48.51149	4.53701				44	10	101	10094
3010831	La Brauderie	la-brauderie	FR		0	Europe/Paris	46.79142	1.72208				24	36	362	36159
3010832	La Brassalie	la-brassalie	FR		0	Europe/Paris	44.57359	1.49801				76	46	461	46112
3010833	La Brardière	la-brardiere	FR		0	Europe/Paris	47.85656	0.30974				52	72	723	72299
3010834	La Brande	la-brande	FR		0	Europe/Paris	46.50457	2.14047		La Brande,La Fuilerie		24	36	363	36095
3010835	La Brande	la-brande	FR		0	Europe/Paris	45.10006	1.551				75	19	191	19093
3010836	La Braïsse	la-braisse	FR		0	Europe/Paris	44.05	6.23333				93	04	043	04070
3010837	La Bouzonie	la-bouzonie	FR		0	Europe/Paris	45.04163	1.54942				75	19	191	19273
3010838	La Bouzenais	la-bouzenais	FR		0	Europe/Paris	47.48702	-1.56215				52	44	445	44149
3010839	La Bouvrie	la-bouvrie	FR		0	Europe/Paris	48.21751	-1.36852				53	35	353	35154
3010840	La Bouverie	la-bouverie	FR		0	Europe/Paris	48.46787	4.78088				44	52	523	52331
3010842	La Bouvardière	la-bouvardiere	FR		0	Europe/Paris	47.32119	-1.6944				52	44	445	44217
3010843	La Boutrais	la-boutrais	FR		0	Europe/Paris	48.73183	0.46402				28	61	613	61446
3010844	La Boutouchère	la-boutouchere	FR		0	Europe/Paris	47.32905	-0.99333				52	49	492	49244
3010845	La Boutignière	la-boutigniere	FR		0	Europe/Paris	48.7	0.75				28	61	613	61034
3010846	La Boutière	la-boutiere	FR		0	Europe/Paris	45.23914	5.97297				84	38	381	38206
3010847	Laboutie	laboutie	FR		0	Europe/Paris	44.55965	0.68392		Laboulie,Laboutie		75	47	473	47241
3010848	La Bouteresse	la-bouteresse	FR		0	Europe/Paris	45.73957	4.03104				84	42	421	42197
3010849	La Boutellière	la-boutelliere	FR		0	Europe/Paris	46.46542	2.42734				84	03	031	03088
3010850	La Bouteillerie	la-bouteillerie	FR		0	Europe/Paris	49.64365	1.07122				28	76	761	76721
3010853	Laboutant	laboutant	FR		0	Europe/Paris	46.36274	1.9616				75	23	232	23139
3010856	La Bourse	la-bourse	FR		0	Europe/Paris	48.54247	1.30319				24	28	283	28386
3010858	La Bourretière	la-bourretiere	FR		0	Europe/Paris	45.23037	5.05757		La Bourretiere,La Bourretière,la Bouretiere		84	26	263	26298
3010859	La Bourlèche	la-bourleche	FR		0	Europe/Paris	45.3101	4.32953				84	43	433	43227
3010860	La Bourjat	la-bourjat	FR		0	Europe/Paris	45.28892	6.07149		La Bourgeat,La Bourjat		84	38	381	38163
3010861	La Bourgonnière	la-bourgonniere	FR		0	Europe/Paris	47.32619	-0.7719				52	49	491	49063
3010864	La Bourginière	la-bourginiere	FR		0	Europe/Paris	47.81667	-1.4				52	44	445	44058
3010865	La Bourghea	la-bourghea	FR		0	Europe/Paris	45.05713	4.29305				84	43	433	43051
3010866	La Bourgeoisie	la-bourgeoisie	FR		0	Europe/Paris	46.62686	2.32523				24	18	182	18059
3010867	La Bourgeade	la-bourgeade	FR		0	Europe/Paris	45.68333	2.45				75	19	193	19080
3010870	La Bourelière	la-boureliere	FR		0	Europe/Paris	46.71087	0.798				75	86	861	86288
3010871	Laboureix	laboureix	FR		0	Europe/Paris	46.15488	2.0266				75	23	231	23154
3010872	La Bourdonnière	la-bourdonniere	FR		0	Europe/Paris	48.20986	-0.88839				52	53	533	53048
3010873	La Bourdonnière	la-bourdonniere	FR		0	Europe/Paris	47.85023	2.15277				24	45	452	45173
3010874	La Bourdonnière	la-bourdonniere	FR		0	Europe/Paris	43.3573	5.49229				93	13	133	13002
3010876	La Bourdinière	la-bourdiniere	FR		0	Europe/Paris	48.25301	0.50379				52	72	722	72220
3010877	La Bourdinière	la-bourdiniere	FR		0	Europe/Paris	48.01863	-0.88753				52	53	532	53001
3010878	La Bourdinière	la-bourdiniere	FR		0	Europe/Paris	47.49393	-1.22571				52	44	445	44118
3010879	La Bourdinière	la-bourdiniere	FR		0	Europe/Paris	47.47677	2.04086				24	41	413	41161
3010880	La Bourdaleychie	la-bourdaleychie	FR		0	Europe/Paris	45.3754	1.14567				75	24	242	24227
3010883	La Bouquinière	la-bouquiniere	FR		0	Europe/Paris	47.27524	2.33095		La Bouquinerie,La Bouquiniere,La Bouquinière		24	18	183	18149
3010885	La Boulouze	la-boulouze	FR		0	Europe/Paris	48.67751	-1.21165		La Boulouze		28	50	501	50531
3010886	La Boulloye	la-boulloye	FR		0	Europe/Paris	48.53476	3.04406		La Boulloye,La Bouloye		11	77	773	77383
3010887	La Boullois	la-boullois	FR		0	Europe/Paris	48.77124	3.20673				11	77	773	77116
3010888	La Boullaye	la-boullaye	FR		0	Europe/Paris	49.42962	1.55144		La Boullaye,la Boulaie		28	27	271	27245
3010889	La Boule	la-boule	FR		0	Europe/Paris	46.85024	-1.26774				52	85	852	85186
3010890	La Boule	la-boule	FR		0	Europe/Paris	46.85333	-1.09251				52	85	852	85144
3010891	La Boule	la-boule	FR		0	Europe/Paris	46.13974	2.85886				84	63	634	63338
3010892	La Boule	la-boule	FR		0	Europe/Paris	44.91245	0.44585				75	24	241	24197
3010894	La Bouldoire	la-bouldoire	FR		0	Europe/Paris	45.30542	1.92833				75	19	192	19081
3010895	La Bouldoire	la-bouldoire	FR		0	Europe/Paris	44.34764	2.78134		Bouldoire,La Bouldoire		76	12	122	12026
3010899	La Boulangerie	la-boulangerie	FR		0	Europe/Paris	48.76667	0.51667				28	61	613	61032
3010901	La Boulaie	la-boulaie	FR		0	Europe/Paris	48.71432	1.0587		La Boulaie,La Boulaye		24	28	283	28151
3010904	La Bouillante	la-bouillante	FR		0	Europe/Paris	48.18062	3.75072		La Bouillant,La Bouillante		44	10	103	10003
3010906	La Bouillabaisse	la-bouillabaisse	FR		0	Europe/Paris	43.26254	6.62332				93	83	831	83065
3010907	La Bouhonnais	la-bouhonnais	FR		0	Europe/Paris	47.445	-1.78405				52	44	445	44015
3010910	La Bougardière	la-bougardiere	FR		0	Europe/Paris	47.79141	0.2836				52	72	721	72191
3010912	La Boudre	la-boudre	FR		0	Europe/Paris	46.54422	1.41877				24	36	361	36106
3010913	La Boudinière	la-boudiniere	FR		0	Europe/Paris	49.51881	0.80436				28	76	763	76608
3010914	La Boudinière	la-boudiniere	FR		0	Europe/Paris	46.70358	1.04175				24	36	361	36165
3010915	La Boucherie	la-boucherie	FR		0	Europe/Paris	47.41869	-1.56203				52	44	445	44110
3010916	La Boucher	la-boucher	FR		0	Europe/Paris	48.18697	1.0536		La Boucher,Le Bouchet		24	28	282	28398
3010917	La Bouchatte	la-bouchatte	FR		0	Europe/Paris	46.57086	2.51067				24	18	182	18089
3010918	La Bouchardière	la-bouchardiere	FR		0	Europe/Paris	47.12435	0.9739				24	37	373	37132
3010919	Labou	labou	FR		0	Europe/Paris	48.52222	-4.50978				53	29	291	29015
3010920	La Bottière	la-bottiere	FR		0	Europe/Paris	48.11866	2.57346				24	45	451	45303
3010921	La Bottière	la-bottiere	FR		0	Europe/Paris	45.81276	6.3368		La Bottiere,La Bottière,la Bolliere,la Bollière		84	74	741	74265
3010924	La Botagne	la-botagne	FR		0	Europe/Paris	48.35276	0.77781				28	61	613	61309
3010930	La Borne	la-borne	FR		0	Europe/Paris	47.28428	2.57619				24	18	181	18109
3010931	La Borie-de-Pagas	la-borie-de-pagas	FR		0	Europe/Paris	44.58411	2.28001		La Borie de Bagas,La Borie-de-Pagas		76	12	123	12101
3010933	La Borie Blanche	la-borie-blanche	FR		0	Europe/Paris	44.67349	1.05405				75	24	244	24386
3010934	La Borie	la-borie	FR		0	Europe/Paris	45.31667	2.2				75	19	193	19228
3010935	La Borie	la-borie	FR		0	Europe/Paris	45.26667	0.33333				75	24	243	24586
3010936	La Borie	la-borie	FR		0	Europe/Paris	45.1146	1.08427		La Borie,Les Bories		75	24	244	24550
3010937	La Borie	la-borie	FR		0	Europe/Paris	45.02686	0.4888				75	24	243	24426
3010938	Laborie	laborie	FR		0	Europe/Paris	44.9309	1.84445				76	46	462	46123
3010939	Laborie	laborie	FR		0	Europe/Paris	44.92176	1.76213				76	46	463	46028
3010940	La Borie	la-borie	FR		0	Europe/Paris	44.91141	1.71355				76	46	463	46058
3010941	Laborie	laborie	FR		0	Europe/Paris	44.86783	1.48576				76	46	463	46153
3010942	La Borie	la-borie	FR		0	Europe/Paris	44.84312	4.12861				84	07	071	07026
3010943	Laborie	laborie	FR		0	Europe/Paris	44.75386	1.00644				75	24	244	24035
3010944	La Borie	la-borie	FR		0	Europe/Paris	44.65619	2.07799				76	46	462	46332
3010945	Laborie	laborie	FR		0	Europe/Paris	44.58675	0.36273				75	47	472	47168
3010946	La Borie	la-borie	FR		0	Europe/Paris	44.31667	2.48333		La Borie,La Borie-Noble		76	12	123	12056
3010947	Laborie	laborie	FR		0	Europe/Paris	42.92576	1.94054				76	09	092	09165
3010949	La Borderie	la-borderie	FR		0	Europe/Paris	45.25	0.3				75	24	243	24352
3010950	La Borderie	la-borderie	FR		0	Europe/Paris	44.992	1.87094				75	19	191	19007
3010951	La Borderie	la-borderie	FR		0	Europe/Paris	44.80817	0.47523				75	24	241	24274
3010952	Laborderie	laborderie	FR		0	Europe/Paris	44.52334	0.90979				75	47	473	47284
3010953	La Borde à la Gousse	la-borde-a-la-gousse	FR		0	Europe/Paris	48.09247	3.4547				27	89	893	89142
3010956	La Borde	la-borde	FR		0	Europe/Paris	48.53084	2.83491		Chatillon-la-Borde,Châtillon-la-Borde,La Borde		11	77	772	77103
3010957	La Borde	la-borde	FR		0	Europe/Paris	48.4843	4.70876				44	52	523	52411
3010958	La Borde	la-borde	FR		0	Europe/Paris	48.30484	3.35248				27	89	893	89414
3010959	La Borde	la-borde	FR		0	Europe/Paris	48.26016	0.8953				24	28	284	28407
3010960	La Borde	la-borde	FR		0	Europe/Paris	48.19784	1.05561				24	28	282	28398
3010961	La Borde	la-borde	FR		0	Europe/Paris	48.18247	4.79722				44	10	101	10035
3010962	La Borde	la-borde	FR		0	Europe/Paris	48.18246	2.8929				11	77	774	77168
3010963	La Borde	la-borde	FR		0	Europe/Paris	48.1682	4.05636				44	10	103	10342
3010964	La Borde	la-borde	FR		0	Europe/Paris	48.14308	4.41951				44	10	103	10034
3010965	La Borde	la-borde	FR		0	Europe/Paris	47.70293	4.02585				27	89	892	89279
3010966	La Borde	la-borde	FR		0	Europe/Paris	47.68036	4.62214				27	21	213	21061
3010967	La Borde	la-borde	FR		0	Europe/Paris	46.73691	0.98467				24	36	361	36224
3010968	La Borde	la-borde	FR		0	Europe/Paris	45.83142	3.30537				84	63	632	63034
3010969	La Borde	la-borde	FR		0	Europe/Paris	45.4828	1.58566				75	19	192	19060
3010973	La Bonnière	la-bonniere	FR		0	Europe/Paris	48.50825	0.69992				28	61	613	61230
3010976	La Bonnette	la-bonnette	FR		0	Europe/Paris	44.99008	3.74463				84	43	432	43018
3010977	La Bonnerue	la-bonnerue	FR		0	Europe/Paris	49.79878	1.46557		Bonnerue,La Bonnerue		28	76	761	76175
3010978	La Bonde	la-bonde	FR		0	Europe/Paris	47.58514	2.57162				24	45	451	45108
3010979	La Bonde	la-bonde	FR		0	Europe/Paris	47.40535	4.67464				27	21	213	21141
3010980	La Bolline	la-bolline	FR		0	Europe/Paris	44.07266	7.16678				93	06	062	06153
3010982	La Boissonnière	la-boissonniere	FR		0	Europe/Paris	45.16576	2.8951				84	15	153	15141
3010984	Laboissière-Saint-Martin	laboissiere-saint-martin	FR		0	Europe/Paris	49.83792	1.81171		Laboissiere,Laboissiere-Saint-Martin,Laboissière,Laboissière-Saint-Martin		32	80	802	80456
3010992	La Boissière-banal	la-boissiere-banal	FR		0	Europe/Paris	48.29289	-3.49489				53	22	222	22344
3010997	Ar Veuzid	ar-veuzid	FR		0	Europe/Paris	48.01667	-4.25				53	29	294	29173
3011005	Laboissière	laboissiere	FR		0	Europe/Paris	43.75396	3.18783				76	34	341	34121
3011007	La Boisserotte	la-boisserotte	FR		0	Europe/Paris	48.73092	3.06464		La Boisserote,La Boisserotte		11	77	771	77433
3011009	La Boirie	la-boirie	FR		0	Europe/Paris	47.17086	2.07296				24	18	183	18148
3011013	La Blottière	la-blottiere	FR		0	Europe/Paris	47.60847	2.71686				24	45	451	45276
3011014	La Blotière	la-blotiere	FR		0	Europe/Paris	47.76667	2				24	45	452	45193
3011015	La Blonnière	la-blonniere	FR		0	Europe/Paris	45.93359	6.2317				84	74	741	74102
3011016	La Blinière-Rogat	la-bliniere-rogat	FR		0	Europe/Paris	48.03333	-0.9				52	53	532	53001
3011017	La Blinière	la-bliniere	FR		0	Europe/Paris	47.305	-0.70965				52	49	492	49092
3011018	La Blegnière	la-blegniere	FR		0	Europe/Paris	46.35124	3.21799				84	03	032	03038
3011019	La Blaquererie	la-blaquererie	FR		0	Europe/Paris	43.94852	3.26775		La Blaquererie,La Blaquerie		76	12	121	12082
3011020	La Blanchardière	la-blanchardiere	FR		0	Europe/Paris	47.91416	2.66111		La Blanchardiere,La Blanchardière		24	45	451	45239
3011022	La Blache	la-blache	FR		0	Europe/Paris	45.21165	5.38585				84	38	381	38559
3011023	La Blache	la-blache	FR		0	Europe/Paris	44.82788	5.15177		Blaches,La Blache		84	26	261	26240
3011024	La Blache	la-blache	FR		0	Europe/Paris	44.2	7.01667				93	06	062	06073
3011025	La Bizolière	la-bizoliere	FR		0	Europe/Paris	48.15917	1.14911				24	28	282	28424
3011026	La Bitarelle	la-bitarelle	FR		0	Europe/Paris	45.31667	1.83333				75	19	192	19085
3011027	La Bitarelle	la-bitarelle	FR		0	Europe/Paris	45.22166	2.0048				75	19	192	19089
3011028	La Bistade	la-bistade	FR		0	Europe/Paris	50.89399	2.17153				32	62	626	62756
3011029	La Birochere	la-birochere	FR		0	Europe/Paris	47.10776	-2.07788				52	44	443	44131
3011030	Labiras	labiras	FR		0	Europe/Paris	43.7551	2.99599				76	12	121	12143
3011032	La Bilongére	la-bilongere	FR		0	Europe/Paris	48.12971	-1.45838		La Bilongere,La Bilongére,La Bilouyere,La Bilouyère		53	35	353	35327
3011033	La Billiaye	la-billiaye	FR		0	Europe/Paris	48.18126	-2.32302				53	22	224	22371
3011034	La Billette	la-billette	FR		0	Europe/Paris	47.12813	1.34174	150	La Billette		24	37	373	37173
3011035	La Billarrerie	la-billarrerie	FR		0	Europe/Paris	48.53333	0.86667				28	61	613	61230
3011038	La Bignanais	la-bignanais	FR		0	Europe/Paris	47.3	-1.9				52	44	443	44019
3011039	Labiessis	labiessis	FR		0	Europe/Paris	45.5	5.36667				84	38	382	38044
3011040	La Bidorière	la-bidoriere	FR		0	Europe/Paris	48.16549	0.77609				52	72	722	72353
3011041	La Biardière	la-biardiere	FR		0	Europe/Paris	48.34152	-2.41967				53	22	224	22185
3011044	Labey	labey	FR		0	Europe/Paris	45.52854	1.01115				75	24	242	24489
3011048	La Beulière	la-beuliere	FR		0	Europe/Paris	48.42104	0.51179				28	61	613	61037
3011166	La Beaugrandière	la-beaugrandiere	FR		0	Europe/Paris	48.11349	-0.73241				52	53	532	53140
3011049	Labets	labets	FR		177	Europe/Paris	43.38411	-1.0572		Labets,Labets-Biscai,Labets-Biscay,Labets-Biskaj,Labets-Biske,Labetze,Labetze-Bizkai,la bei te bi si kai,Лабетс-Бискай,Лабетс-Биске,Лабетс-Біскай,لابیٹس-بیسکای,拉贝特比斯凯		75	64	641	64294
3011050	La Bétoulle	la-betoulle	FR		0	Europe/Paris	46.42009	1.52133				75	23	232	23239
3011052	La Bessière	la-bessiere	FR		0	Europe/Paris	43.72648	2.85974				76	81	812	81192
3011054	La Besseyre	la-besseyre	FR		0	Europe/Paris	45.47883	3.94102				84	63	631	63104
3011055	La Besseyre	la-besseyre	FR		0	Europe/Paris	44.93333	4.05				84	43	432	43098
3011058	La Bessenoits	la-bessenoits	FR		0	Europe/Paris	44.56835	2.30764				76	12	123	12100
3011059	La Bessée du Milieu	la-bessee-du-milieu	FR		0	Europe/Paris	44.8	6.56667		La Bessee du Milieu,La Bessee du Milleu,La Bessée du Milieu,La Bessée du Milleu		93	05	051	05006
3011060	La Besse	la-besse	FR		0	Europe/Paris	45.98014	1.54469				75	87	872	87016
3011061	La Besse	la-besse	FR		0	Europe/Paris	45.93333	1.65				75	23	232	23230
3011062	La Besse	la-besse	FR		0	Europe/Paris	45.73647	0.78402				75	87	873	87137
3011063	La Besse	la-besse	FR		0	Europe/Paris	45.53333	2.21667				75	19	193	19180
3011064	La Besse	la-besse	FR		0	Europe/Paris	45.50239	3.88193		Besse,La Besse		84	63	631	63394
3011065	La Besse	la-besse	FR		0	Europe/Paris	45.43462	1.65005				75	19	192	19166
3011066	La Besse	la-besse	FR		0	Europe/Paris	45.40289	1.67687				75	19	192	19213
3011067	La Besse	la-besse	FR		0	Europe/Paris	45.3204	0.66967				75	24	242	24064
3011068	La Besse	la-besse	FR		0	Europe/Paris	45.24607	2.29237				84	15	152	15120
3011069	La Besse	la-besse	FR		0	Europe/Paris	45.1606	2.14683				75	19	192	19214
3011070	La Bessaire-de-Lair	la-bessaire-de-lair	FR		0	Europe/Paris	44.95322	3.19388		La Bessaire,La Bessaire-de-Lair		84	15	153	15108
3011071	La Besnardais	la-besnardais	FR		0	Europe/Paris	48.07392	-1.29038				53	35	351	35087
3011072	La Beslinière	la-besliniere	FR		0	Europe/Paris	48.08804	-1.34376				53	35	351	35264
3011073	La Beslière	la-besliere	FR		0	Europe/Paris	48.81777	-1.42865		La Besliere,La Beslière		28	50	501	50188
3011078	L'Aber Vrac'h	l-aber-vrac-h	FR		0	Europe/Paris	48.59609	-4.565		L'Aber Vrac'h,L'Aberwrac'h		53	29	291	29101
3011079	La Bertomarie	la-bertomarie	FR		0	Europe/Paris	45.09981	0.74734				75	24	243	24312
3011080	La Bertinie	la-bertinie	FR		0	Europe/Paris	45.28746	0.58039				75	24	242	24055
3011081	La Bertinerie	la-bertinerie	FR		0	Europe/Paris	47.67416	-1.77002		Bertinerie,La Bertinerie		52	44	445	44123
3011082	La Bertine	la-bertine	FR		0	Europe/Paris	45.40023	5.4574				84	38	382	38118
3011083	La Berthoumarle	la-berthoumarle	FR		0	Europe/Paris	44.50645	2.34318		Berthoumarie,La Berthoumarie,La Berthoumarle		76	12	123	12016
3011084	La Berthière	la-berthiere	FR		0	Europe/Paris	46.95	3.43333				27	58	583	58028
3011086	La Berthe	la-berthe	FR		0	Europe/Paris	45.84804	0.9319				75	87	873	87135
3011087	La Berthe	la-berthe	FR		0	Europe/Paris	44.97049	0.53882				75	24	243	24285
3011088	La Bertèche	la-berteche	FR		0	Europe/Paris	48.36219	0.994				24	28	284	28331
3011089	La Berquerie	la-berquerie	FR		0	Europe/Paris	49.98248	1.44707				28	76	761	76442
3011091	La Bernardrie	la-bernardrie	FR		0	Europe/Paris	46.16773	0.37845				75	86	862	86055
3011095	La Bernardie	la-bernardie	FR		0	Europe/Paris	45.58333	3.8				84	63	631	63003
3011099	La Bergerie	la-bergerie	FR		0	Europe/Paris	49.49565	0.43583				28	76	762	76169
3011100	La Bergerie	la-bergerie	FR		0	Europe/Paris	48.34902	1.14192				24	28	284	28282
3011101	La Bergerie	la-bergerie	FR		0	Europe/Paris	48.30868	0.69078				28	61	613	61309
3011102	La Bergerie	la-bergerie	FR		0	Europe/Paris	48.28333	0.66667				28	61	613	61484
3011103	La Bergerie	la-bergerie	FR		0	Europe/Paris	47.58988	4.43072				27	21	213	21287
3011104	La Bergerie	la-bergerie	FR		0	Europe/Paris	46.9604	2.85636				24	18	182	18113
3011105	La Bergerie	la-bergerie	FR		0	Europe/Paris	46.72419	0.87939				75	86	861	86288
3011167	La Beauge	la-beauge	FR		0	Europe/Paris	44.0184	6.68376				93	04	042	04090
3011117	L'Abergement	l-abergement	FR		0	Europe/Paris	47.54514	4.91585				27	21	212	21286
3011118	La Berche	la-berche	FR		0	Europe/Paris	45.19308	4.45047				84	43	433	43204
3011119	La Berche	la-berche	FR		0	Europe/Paris	44.93333	4.38333				84	07	073	07269
3011120	Labéraudie	laberaudie	FR		0	Europe/Paris	44.46731	1.41414		Laberaudie,Labéraudie		76	46	461	46224
3011121	La Bérarde	la-berarde	FR		0	Europe/Paris	44.93467	6.28953				84	38	381	38375
3011122	Laber	laber	FR		0	Europe/Paris	48.71111	-4.00078		Au Laber,Laber		53	29	293	29239
3011130	La Belletière	la-belletiere	FR		0	Europe/Paris	46.92694	0.98966				24	37	373	37061
3011131	La Bellerée	la-belleree	FR		0	Europe/Paris	47.92447	4.32979				27	21	213	21671
3011136	La Belle-Fayte	la-belle-fayte	FR		0	Europe/Paris	48.16688	3.82961		Belle-Fayte,La Belle-Fayte		44	10	103	10350
3011137	La Belle Étoile	la-belle-etoile	FR		0	Europe/Paris	48.47594	3.87093				44	10	102	10234
3011139	La Belle Épine	la-belle-epine	FR		0	Europe/Paris	48.15848	3.77982				44	10	103	10350
3011140	La Belle-Côte	la-belle-cote	FR		0	Europe/Paris	48.97686	1.59089		Belle-Cote,Belle-Côte,La Belle-Cote,La Belle-Côte		11	78	781	78082
3011142	La Belinais	la-belinais	FR		0	Europe/Paris	47.44773	-1.89487				52	44	445	44023
3011143	La Belerie	la-belerie	FR		0	Europe/Paris	47.42428	-1.53833				52	44	445	44110
3011146	Labeil	labeil	FR		0	Europe/Paris	43.79837	3.26816				76	34	342	34132
3011147	La Bègüe	la-begue	FR		0	Europe/Paris	44.3757	5.17		La Begude,La Begue,La Bègüe,La Bégude		84	26	262	26016
3011148	La Bègüe	la-begue	FR		0	Europe/Paris	44.25397	5.63956				84	26	262	26022
3011149	La Bègüe	la-begue	FR		0	Europe/Paris	44.17586	5.64234				84	26	262	26200
3011151	La Bégude-Blanche	la-begude-blanche	FR		0	Europe/Paris	43.91667	6.13333				93	04	043	04031
3011153	La Bégonie	la-begonie	FR		0	Europe/Paris	44.73333	1.2				75	24	244	24150
3011155	La Bédoule	la-bedoule	FR		0	Europe/Paris	43.58333	5.36667				93	13	131	13001
3011156	La Bédoule	la-bedoule	FR		0	Europe/Paris	43.24995	5.58646				93	13	133	13085
3011157	La Bédinière	la-bediniere	FR		0	Europe/Paris	47.3581	1.92712				24	41	413	41241
3011158	La Béconne	la-beconne	FR		0	Europe/Paris	44.95871	1.7453				75	19	191	19170
3011161	La Bécanne	la-becanne	FR		0	Europe/Paris	48.50141	0.95796				24	28	284	28156
3011162	La Bécade	la-becade	FR		0	Europe/Paris	44.64791	1.63688				76	46	463	46054
3011163	La Beaumette	la-beaumette	FR		0	Europe/Paris	44.15	6.9		La Beaumette,La Beumette		93	06	062	06094
3011168	La Beaucelaie	la-beaucelaie	FR		0	Europe/Paris	47.78914	-1.85885				53	35	352	35176
3011170	Labeau	labeau	FR		0	Europe/Paris	42.81916	2.13491				76	11	112	11219
3011172	L'Abbé	l-abbe	FR		0	Europe/Paris	48.56661	1.82995				11	78	782	78506
3011173	L'Abbaye-sous-Plancy	l-abbaye-sous-plancy	FR		0	Europe/Paris	48.56975	3.94284		Abbaye-Sous-Plancy,L'Abbaye,L'Abbaye-sous-Plancy		44	10	102	10289
3011174	L'Abbaye-Nouvelle	l-abbaye-nouvelle	FR		0	Europe/Paris	44.70849	1.30865				76	46	463	46169
3011175	L'Abbaye	l-abbaye	FR		0	Europe/Paris	49.85171	1.56728				28	76	761	76278
3011176	L'Abbaye	l-abbaye	FR		0	Europe/Paris	47.44003	-0.82122				52	49	494	49266
3011177	L'Abbaye	l-abbaye	FR		0	Europe/Paris	47.12323	3.37219				27	58	583	58196
3011178	L'Abbaye	l-abbaye	FR		0	Europe/Paris	46.28031	3.10725				84	03	033	03175
3011179	L'Abbaye	l-abbaye	FR		0	Europe/Paris	44.34996	6.50601		L'Abbaye,L'Abbaye de Laverq,Le Laverq		93	04	041	04161
3011189	La Bazillais	la-bazillais	FR		0	Europe/Paris	47.71562	-1.75314				53	35	352	35124
3011191	La Bazalgette	la-bazalgette	FR		0	Europe/Paris	44.42934	3.50833				76	48	482	48147
3011193	Labaurie	labaurie	FR		0	Europe/Paris	45.00371	0.7294				75	24	243	24468
3011194	La Baumelle	la-baumelle	FR		0	Europe/Paris	44.25	6.58333				93	04	042	04006
3011200	Labaume	labaume	FR		0	Europe/Paris	44.05461	4.36031		Labaume		76	30	302	30319
3011203	La Baudonnière	la-baudonniere	FR		0	Europe/Paris	47.59857	-1.0639				52	44	445	44180
3011204	La Baudière	la-baudiere	FR		0	Europe/Paris	48.08483	-1.36881				53	35	351	35264
3011207	Labauche	labauche	FR		0	Europe/Paris	45.04382	3.73704				84	43	432	43257
3011212	La Batue	la-batue	FR		0	Europe/Paris	45.16667	0.85				75	24	243	24026
3011213	La Batterie	la-batterie	FR		0	Europe/Paris	45.35728	4.55639				84	42	423	42101
3011216	La Bâtie Verdun	la-batie-verdun	FR		0	Europe/Paris	44.32465	5.39081		La Batie Verdun,La Batie-Verdon,La Bâtie Verdun		84	26	262	26329
3011224	La Bâtie-Crémezin	la-batie-cremezin	FR		0	Europe/Paris	44.58802	5.59023		La Batie,La Batie-Cremezin,La Bâtie,La Bâtie-Crémezin		84	26	261	26136
3011225	La Bâtie	la-batie	FR		0	Europe/Paris	45.46716	6.07999		La Bathie,La Batie,La Bâtie		84	73	732	73324
3011226	La Bâtie	la-batie	FR		0	Europe/Paris	44.94501	4.31799				84	07	073	07123
3011227	La Bâtie	la-batie	FR		0	Europe/Paris	44.86482	5.55981				84	38	381	38186
3011228	La Bâtie	la-batie	FR		0	Europe/Paris	44.81667	6.56667		La Batie,La Bâtie,Serre de la Batie,Serre de la Bâtie		93	05	051	05151
3011229	La Bâtie	la-batie	FR		0	Europe/Paris	44.07337	6.47805		La Balie,La Batie,La Bâlie,La Bâtie		93	04	042	04218
3011230	La Bâtie	la-batie	FR		0	Europe/Paris	43.8114	6.5982				93	04	042	04148
3011235	La Bâte	la-bate	FR		0	Europe/Paris	48.92974	1.50875				24	28	283	28187
3011236	La Bâte	la-bate	FR		0	Europe/Paris	48.59318	2.01422				11	78	782	78349
3011238	La Bataillerie	la-bataillerie	FR		0	Europe/Paris	47.00203	1.13023				24	36	362	36074
3011242	La Bastie	la-bastie	FR		0	Europe/Paris	44.02258	5.71343		La Bastie,Le Rocher		93	04	044	04141
3011269	La Bastide-des-Fons	la-bastide-des-fons	FR		0	Europe/Paris	43.83258	3.20546		La Bastide-des-Fonds,La Bastide-des-Fons		76	12	121	12067
3011279	La Bastide-d'Aubrac	la-bastide-d-aubrac	FR		0	Europe/Paris	44.56137	2.81454				76	12	122	12074
3011282	La Bastide-Couloumat	la-bastide-couloumat	FR		0	Europe/Paris	43.22818	1.75862		La Bastide,La Bastide de Couloumal,La Bastide-Couloumat		76	11	111	11033
3011302	La Basse Ville	la-basse-ville	FR		0	Europe/Paris	48.26519	6.68186				44	88	883	88184
3011303	La Basse Verrerie	la-basse-verrerie	FR		0	Europe/Paris	43.35874	6.39115				93	83	833	83031
3011306	La Basse-Île	la-basse-ile	FR		0	Europe/Paris	47.37336	-0.80883				52	49	491	49063
3011308	La Basse Combe	la-basse-combe	FR		0	Europe/Paris	44.34394	6.23159		La Basse Combe,Le Bas Combe		93	04	044	04023
3011309	La Bascule	la-bascule	FR		0	Europe/Paris	47.37622	3.87798				27	89	892	89089
3011310	La Barthie	la-barthie	FR		0	Europe/Paris	44.08756	2.49491				76	12	121	12267
3011509	Kervezennec	kervezennec	FR		0	Europe/Paris	48.60655	-4.43267		Kervezenhec,Kervezennec		53	29	291	29077
3011320	La Barthe	la-barthe	FR		0	Europe/Paris	44.20204	2.56122				76	12	121	12073
3011322	La Barrière	la-barriere	FR		0	Europe/Paris	45.42866	2.094				75	19	193	19070
3011323	La Barriére	la-barriere	FR		0	Europe/Paris	44.11667	4.03333				76	30	301	30270
3011324	La Barrie	la-barrie	FR		0	Europe/Paris	46.33383	0.40922				75	86	862	86097
3011325	La Barriais	la-barriais	FR		0	Europe/Paris	47.31084	-1.94822				52	44	443	44080
3011326	La Barre-Theberge	la-barre-theberge	FR		0	Europe/Paris	47.48857	-1.35143				52	44	445	44144
3011327	La Barresie	la-barresie	FR		0	Europe/Paris	44.71496	2.32747				84	15	151	15027
3011329	La Barre-Peinte	la-barre-peinte	FR		0	Europe/Paris	47.3425	-1.34618				52	44	445	44028
3011345	La Barraudière	la-barraudiere	FR		0	Europe/Paris	47.97485	2.41782		La Baraudiere,La Baraudière,La Barraudiere,La Barraudière		24	45	451	45259
3011346	La Barque	la-barque	FR		0	Europe/Paris	47.17066	2.99772				24	18	181	18049
3011352	La Baroche-Gondouin	la-baroche-gondouin	FR		0	Europe/Paris	48.46841	-0.44274		La Baroche		52	53	533	53127
3011354	La Barjoune	la-barjoune	FR		0	Europe/Paris	44.70568	0.83528				75	24	241	24244
3011356	La Barilière	la-bariliere	FR		0	Europe/Paris	48.25819	0.40601				52	72	722	72214
3011357	La Barial	la-barial	FR		0	Europe/Paris	45.26417	1.56681		La Barial,Le Barial		75	19	191	19178
3011358	La Barge	la-barge	FR		0	Europe/Paris	44.58591	6.82575				93	04	041	04193
3011363	La Barbinière	la-barbiniere	FR		0	Europe/Paris	48.55999	0.65101				28	61	613	61491
3011364	La Barbinière	la-barbiniere	FR		0	Europe/Paris	47.38583	-1.10404				52	44	445	44163
3011365	La Barbetière	la-barbetiere	FR		0	Europe/Paris	48.74712	0.25206				28	61	613	61393
3011368	La Baraudière	la-baraudiere	FR		0	Europe/Paris	47.95487	2.48829				24	45	451	45017
3011369	La Baratte	la-baratte	FR		0	Europe/Paris	46.98365	3.20808				27	58	583	58238
3011371	La Barasse	la-barasse	FR		2461	Europe/Paris	43.28433	5.48664				93	13	133	13055
3011372	La Baraque	la-baraque	FR		0	Europe/Paris	45.28333	3.71667		La Barague,La Baraque		84	43	431	43237
3011374	La Barantonnerie	la-barantonnerie	FR		0	Europe/Paris	48.68333	1.85				11	78	782	78486
3011375	La Barague	la-barague	FR		0	Europe/Paris	45.85	2.6				84	63	634	63118
3011376	La Banut	la-banut	FR		0	Europe/Paris	45.43295	2.67766				84	15	152	15038
3011378	La Banlieue	la-banlieue	FR		0	Europe/Paris	50.30277	3.9786				32	59	591	59392
3011382	La Balmette	la-balmette	FR		0	Europe/Paris	45.75731	6.28315				84	74	741	74123
3011383	La Balmette	la-balmette	FR		0	Europe/Paris	44.81667	6.56667				93	05	051	05151
3011510	Kervezennec	kervezennec	FR		0	Europe/Paris	48.5	-4.76667				53	29	291	29221
3011511	Kervézec	kervezec	FR		0	Europe/Paris	48.46944	-3.70666				53	29	293	29191
3011393	La Balaye	la-balaye	FR		0	Europe/Paris	45.12444	4.78268		Balayes,La Balaye		84	07	073	07312
3011394	La Baine	la-baine	FR		0	Europe/Paris	45.43811	0.81226				75	24	242	24453
3011395	La Baguelande	la-baguelande	FR		0	Europe/Paris	49.2187	1.43237		La Baguelande,la Banguelande		28	27	271	27016
3011397	Labadin	labadin	FR		0	Europe/Paris	45.61667	3.78333				84	63	631	63179
3011399	Labadias	labadias	FR		0	Europe/Paris	45.56143	0.5067		Labadias,Labadiat		75	24	242	24214
3011401	La Bade	la-bade	FR		0	Europe/Paris	45.20208	2.65678				84	15	152	15052
3011405	La Bachelerie	la-bachelerie	FR		0	Europe/Paris	48.65	0.48333				28	61	613	61297
3011407	Lababan	lababan	FR		0	Europe/Paris	47.95833	-4.38217				53	29	294	29225
3011412	Laage	laage	FR		0	Europe/Paris	46.33333	2.4				84	03	031	03246
3011420	Kuhlendorf	kuhlendorf	FR		0	Europe/Paris	48.91454	7.92173		Kuhlendorf,Kuhliendorf		44	67	672	67339
3011422	Krommen Houck	krommen-houck	FR		0	Europe/Paris	51.00774	2.52145		Kromen-Houck,Krommen Houck,Krommenhoeck		32	59	594	59641
3011427	Krafft	krafft	FR		0	Europe/Paris	48.42493	7.70073		Krafft		44	67	675	67130
3011428	Kons	kons	FR		0	Europe/Paris	46.59542	1.3441				24	36	361	36172
3011430	Kohlhutte	kohlhutte	FR		0	Europe/Paris	48.94201	7.3871		Kohlhutt		44	67	674	67538
3011433	Kœur-la-Petite	koeur-la-petite	FR		249	Europe/Paris	48.85	5.5		Koeur		44	55	552	55264
3011434	Kœur-la-Grande	koeur-la-grande	FR		159	Europe/Paris	48.85	5.48333		Koeur		44	55	552	55263
3011435	Kœtzingue	koetzingue	FR		518	Europe/Paris	47.65	7.38333				44	68	684	68170
3011436	Kœstlach	koestlach	FR		436	Europe/Paris	47.5	7.28333		Koesttach		44	68	681	68169
3011437	Kœnigsmacker	koenigsmacker	FR		1952	Europe/Paris	49.39386	6.27727		Freimacker,Kenigsmaker,Kenigzmaker,Koenigsmacher,Koenigsmachern,Koenigsmacker,Königsmachern,Kœnigsmacker,ke ai ni ge si ma kai,kwnygsmakr,Кенигзмакер,Кенигсмакер,Кенігсмакер,کونیگسماکر,科埃尼格斯马凯		44	57	577	57370
3011438	Koenigshoffen	koenigshoffen	FR		0	Europe/Paris	48.55855	7.68382		Koenigshofen		44	67	678	67267
3011439	Koeking	koeking	FR		0	Europe/Paris	49.39833	6.21815		Koecking,Koeking,Kœking		44	57	577	57672
3011512	Kervez	kervez	FR		0	Europe/Paris	48.30222	-4.02856				53	29	292	29139
3011442	Knœringue	knoeringue	FR		276	Europe/Paris	47.56351	7.4029		Knereng,Knjoreng,Knoeringen,Knoeringue,Knöringen,Knœringue,ke nuo ai lan gai,Кнеренг,Кнёренг,克诺埃兰盖		44	68	684	68168
3011443	Klingenthal	klingenthal	FR		0	Europe/Paris	48.47156	7.40959				44	67	673	67052
3011444	Kleingœft	kleingoeft	FR		134	Europe/Paris	48.69158	7.44375				44	67	674	67244
3011445	Kleinfrankenheim	kleinfrankenheim	FR		0	Europe/Paris	48.66166	7.58039				44	67	674	67452
3011447	Kitzing	kitzing	FR		0	Europe/Paris	49.45114	6.4104				44	57	577	57459
3011459	Killem-Linde	killem-linde	FR		0	Europe/Paris	50.95231	2.59009				32	59	594	59326
3011462	Kirbon	kirbon	FR		0	Europe/Paris	43.41332	5.66606				93	13	131	13110
3011468	Kerzuoch	kerzuoch	FR		0	Europe/Paris	48.65278	-4.13689				53	29	293	29030
3011469	Kerziou	kerziou	FR		0	Europe/Paris	48.336	-4.42834				53	29	291	29189
3011470	Kerzéoc	kerzeoc	FR		0	Europe/Paris	48.48758	-4.71885		Kerseoc,Kerséoc,Kerzeoc,Kerzéoc		53	29	291	29112
3011471	Kerzéniel	kerzeniel	FR		0	Europe/Paris	47.98116	-3.68677				53	29	294	29004
3011472	Kerzellec	kerzellec	FR		0	Europe/Paris	48.11245	-3.69155				53	56	562	56199
3011473	Kerzéan	kerzean	FR		0	Europe/Paris	48.64367	-4.15355				53	29	293	29030
3011474	Kerzabiec	kerzabiec	FR		0	Europe/Paris	48.61878	-3.98355				53	29	293	29184
3011475	Keryouen	keryouen	FR		0	Europe/Paris	47.93702	-4.35144				53	29	294	29214
3011476	Keryel	keryel	FR		0	Europe/Paris	48.46045	-3.86189				53	29	293	29202
3011477	Kerydreuf-en-Plouhinec	kerydreuf-en-plouhinec	FR		0	Europe/Paris	48.039	-4.48125		Keridreuff,Kerydreuf,Kerydreuf-en-Plouhinec		53	29	294	29218
3011478	Keryado	keryado	FR		0	Europe/Paris	47.76215	-3.38853				53	56	561	56121
3011479	Kervriou	kervriou	FR		0	Europe/Paris	48.26889	-3.82889				53	29	292	29175
3011480	Kervren	kervren	FR		0	Europe/Paris	48.66955	-3.49389				53	22	223	22226
3011481	Kervran	kervran	FR		0	Europe/Paris	47.88333	-3.68333				53	29	294	29300
3011482	Kervran	kervran	FR		0	Europe/Paris	47.69112	-3.26896				53	56	561	56169
3011483	Kervozès	kervozes	FR		0	Europe/Paris	47.478	-3.13021		Kervozes,Kervozès		53	56	561	56186
3011485	Kervoyal	kervoyal	FR		0	Europe/Paris	47.51595	-2.553				53	56	563	56052
3011486	Kervouzerien	kervouzerien	FR		0	Europe/Paris	48.36879	-3.36621				53	22	222	22328
3011487	Kervouster	kervouster	FR		0	Europe/Paris	48.05	-4.23333				53	29	294	29087
3011488	Kervouriou	kervouriou	FR		0	Europe/Paris	48.66211	-2.968				53	22	222	22236
3011489	Kervoroguet	kervoroguet	FR		0	Europe/Paris	48.23633	-3.51475				53	22	222	22202
3011490	Kervoazec	kervoazec	FR		0	Europe/Paris	48.01542	-4.51398				53	29	294	29197
3011491	Kervoas Lez	kervoas-lez	FR		0	Europe/Paris	48.7	-3.51667				53	22	223	22226
3011492	Kervoas Doué	kervoas-doue	FR		0	Europe/Paris	48.78333	-3.41667				53	22	223	22134
3011493	Kervoalan	kervoalan	FR		0	Europe/Paris	48.56367	-3.21009		Kervoalan,Keryvoalan		53	22	222	22223
3011494	Kerviou	kerviou	FR		0	Europe/Paris	48.36489	-3.43089				53	22	222	22052
3011495	Kerviny	kerviny	FR		0	Europe/Paris	48.0565	-4.3825				53	29	294	29226
3011496	Kervinon	kervinon	FR		0	Europe/Paris	47.98333	-4.38333				53	29	294	29215
3011497	Kerviniou	kerviniou	FR		0	Europe/Paris	48.44711	-4.54445				53	29	291	29076
3011498	Kerviniou	kerviniou	FR		0	Europe/Paris	47.86251	-3.88713				53	29	294	29039
3011499	Kervinio	kervinio	FR		0	Europe/Paris	47.74542	-3.46709				53	56	561	56162
3011500	Kervinic	kervinic	FR		0	Europe/Paris	48.42792	-4.73733				53	29	291	29177
3011501	Kervinic	kervinic	FR		0	Europe/Paris	48.28491	-4.04775				53	29	292	29139
3011503	Kervilon	kervilon	FR		0	Europe/Paris	47.81914	-4.35958				53	29	294	29158
3011504	Kervilahouen	kervilahouen	FR		0	Europe/Paris	47.3116	-3.22003		Kervilahouen		53	56	561	56009
3011505	Kervigorn	kervigorn	FR		0	Europe/Paris	48.57475	-4.61575				53			
3011508	Kervic	kervic	FR		0	Europe/Paris	48.26667	-4.1				53	29	292	29302
3011513	Kerveyen	kerveyen	FR		0	Europe/Paris	47.96554	-4.29815				53	29	294	29167
3011514	Kervéve	kerveve	FR		0	Europe/Paris	48.15108	-3.26176				53	22	222	22146
3011515	Kerverot	kerverot	FR		0	Europe/Paris	48.65656	-3.34707				53	22	223	22034
3011516	Kervernoïs	kervernois	FR		0	Europe/Paris	47.71572	-3.45357				53	56	561	56162
3011517	Kervénos	kervenos	FR		0	Europe/Paris	47.91987	-4.0654				53	29	294	29161
3011518	Kervenny	kervenny	FR		0	Europe/Paris	48.62266	-4.56192				53	29	291	29195
3011519	Kervénarhant	kervenarhant	FR		0	Europe/Paris	48.533	-3.87533				53	29	293	29163
3011520	Kerven	kerven	FR		0	Europe/Paris	48.7	-3.83333				53	29	293	29188
3011521	Kerven	kerven	FR		0	Europe/Paris	48.52408	-4.05774				53	29	293	29105
3011522	Kervel	kervel	FR		0	Europe/Paris	48.33084	-4.07734				53	29	291	29078
3011523	Kervel	kervel	FR		0	Europe/Paris	48.11578	-4.27244				53	29	292	29176
3011524	Kerwegen	kerwegen	FR		0	Europe/Paris	48.23333	-3.86667				53	29	292	29175
3011525	Kervégant	kervegant	FR		0	Europe/Paris	47.78701	-3.38878				53	56	561	56185
3011526	Kervédan	kervedan	FR		0	Europe/Paris	47.64414	-3.50112				53	56	561	56069
3011527	Kervebel	kervebel	FR		0	Europe/Paris	48.68084	-3.83808				53	29	293	29188
3011529	Kervéan	kervean	FR		0	Europe/Paris	48.38333	-4.75				53	29	291	29201
3011530	Kervaugam	kervaugam	FR		0	Europe/Paris	47.71925	-3.38486		Kervangani,Kervaugam		53	56	561	56107
3011531	Kervassal	kervassal	FR		0	Europe/Paris	47.72923	-3.29513				53	56	561	56193
3011532	Kervasdou	kervasdou	FR		0	Europe/Paris	48.56667	-4.6		Kervasdou,Kervasdoue		53	29	291	29257
3011533	Kervaro	kervaro	FR		0	Europe/Paris	48.61878	-4.44545				53	29	291	29077
3011534	Kervaliou	kervaliou	FR		0	Europe/Paris	48.69033	-4.11822				53	29	293	29030
3011535	Kervalguen	kervalguen	FR		0	Europe/Paris	48.44992	-4.51075				53	29	291	29019
3011536	Kervalet	kervalet	FR		0	Europe/Paris	47.27967	-2.46014		Kervalet		52	44	443	44010
3011537	Keruzoc	keruzoc	FR		0	Europe/Paris	48.53089	-4.47355				53	29	291	29209
3011538	Kerugan	kerugan	FR		0	Europe/Paris	48.67934	-3.41941				53	22	223	22211
3011540	Kertugal	kertugal	FR		0	Europe/Paris	48.65798	-2.85768	48	Kertugal		53	22	224	22325
3011541	Kertissiec	kertissiec	FR		0	Europe/Paris	48.70378	-3.97789				53	29	293	29259
3011542	Kerthomas	kerthomas	FR		0	Europe/Paris	48.21217	-4.36317				53	29	292	29280
3011543	Kertanguy	kertanguy	FR		0	Europe/Paris	48.5965	-3.76284				53	29	293	29059
3011544	Kersuluan	kersuluan	FR		0	Europe/Paris	47.80662	-4.36257				53	29	294	29158
3011545	Kersuigou	kersuigou	FR		0	Europe/Paris	47.93671	-3.56916				53	29	294	29230
3011546	Kerstridic	kerstridic	FR		0	Europe/Paris	47.98675	-4.34124				53	29	294	29108
3011547	Kerstéphan	kerstephan	FR		0	Europe/Paris	48.68689	-3.37439				53	22	223	22034
3011548	Kersiroux	kersiroux	FR		0	Europe/Paris	48.60078	-3.92822				53	29	293	29279
3011549	Kersimon	kersimon	FR		0	Europe/Paris	48.38205	-3.29864				53	22	222	22138
3011550	Kersimon	kersimon	FR		0	Europe/Paris	48.2724	-4.44582				53	29	292	29120
3011552	Kerseuil	kerseuil	FR		0	Europe/Paris	48.38935	-3.39648				53	22	222	22328
3011553	Kersenval	kersenval	FR		0	Europe/Paris	48.6705	-4.34958				53	29	291	29091
3011554	Kersélec	kerselec	FR		0	Europe/Paris	47.91667	-3.58333				53	29	294	29147
3011555	Kerscoff	kerscoff	FR		0	Europe/Paris	48.07311	-3.73766				53	29	294	29274
3011556	Kersava	kersava	FR		0	Europe/Paris	48.60888	-4.34255				53	29	291	29094
3011557	Kersaudy	kersaudy	FR		0	Europe/Paris	48.05	-4.68333				53	29	294	29028
3011558	Kersaos	kersaos	FR		0	Europe/Paris	48.55589	-4.15766				53	29	293	29187
3011559	Kersaniou	kersaniou	FR		0	Europe/Paris	48.23508	-4.40689				53	29	292	29042
3011560	Kersamson	kersamson	FR		0	Europe/Paris	48.01181	-2.40771		Kersamson,Kersanson		53	56	562	56122
3011561	Kersaliou	kersaliou	FR		0	Europe/Paris	48.01567	-4.37175				53	29	294	29070
3011562	Kersalaun	kersalaun	FR		0	Europe/Paris	48.10775	-3.81316				53	29	292	29125
3011564	Kersaint	kersaint	FR		0	Europe/Paris	48.67255	-4.09833				53	29	293	29030
3011565	Kersaint	kersaint	FR		0	Europe/Paris	48.67166	-3.80389				53	29	293	29188
3011566	Kersaint	kersaint	FR		0	Europe/Paris	48.55008	-4.70634		Kersaint,Kersan		53	29	291	29109
3011567	Kersachcoat	kersachcoat	FR		0	Europe/Paris	48.21517	-3.45167				53	22	222	22163
3011568	Kerruc	kerruc	FR		0	Europe/Paris	47.88646	-4.24856				53	29	294	29174
3011569	Kerrouan	kerrouan	FR		0	Europe/Paris	48.54584	-4.32734				53	29	291	29179
3011570	Kerroual	kerroual	FR		0	Europe/Paris	48.46725	-4.01209				53	29	293	29074
3011571	Kerrot	kerrot	FR		0	Europe/Paris	48.19678	-4.16289				53	29	292	29044
3011572	Kerroc'h	kerroc-h	FR		0	Europe/Paris	48.79389	-3.02867				53	22	222	22210
3011573	Kerroc'h	kerroc-h	FR		0	Europe/Paris	48.45716	-4.02599				53	29	293	29097
3011574	Kerroch	kerroch	FR		0	Europe/Paris	48.12264	-3.37569				53	56	562	56170
3011575	Kerroch	kerroch	FR		0	Europe/Paris	47.95	-4.28333				53	29	294	29159
3011576	Kerroc'h	kerroc-h	FR		0	Europe/Paris	47.70309	-3.45642				53	56	561	56162
3011577	Kerriou	kerriou	FR		0	Europe/Paris	48.01483	-3.63108				53	56	562	56081
3011579	Kerreutic	kerreutic	FR		0	Europe/Paris	48.54975	-4.34484				53	29	291	29179
3011580	Kerreun	kerreun	FR		0	Europe/Paris	48.68342	-3.77675				53	29	293	29251
3011581	Kerretz	kerretz	FR		0	Europe/Paris	48.1	-4.13333				53	29	294	29229
3011582	Kerret	kerret	FR		0	Europe/Paris	48.25223	-4.52508				53	29	292	29042
3011583	Kerradennec	kerradennec	FR		0	Europe/Paris	48.58608	-4.37642				53	29	291	29248
3011584	Kerquessaud	kerquessaud	FR		0	Europe/Paris	47.30304	-2.37957				52	44	443	44055
3011587	Kerpourhant	kerpourhant	FR		0	Europe/Paris	48.10048	-3.35716		Kerpourhant,Kerpourhaut		53	56	562	56238
3011588	Ker Pierre Borny	ker-pierre-borny	FR		0	Europe/Paris	46.72476	-2.36462		Ker Pierre Borny		52	85	853	85113
3011591	Kerpenhir	kerpenhir	FR		0	Europe/Paris	47.55915	-2.93576		Kerpenbir,Kerpenhir		53	56	561	56116
3011592	Kerpape	kerpape	FR		0	Europe/Paris	47.70331	-3.41155				53	56	561	56107
3011594	Kerouzac'h	kerouzac-h	FR		0	Europe/Paris	48.40323	-3.30192				53	22	222	22138
3011595	Kérouvriou	kerouvriou	FR		0	Europe/Paris	48.45318	-3.38863				53	22	222	22037
3011597	Kerouriou	kerouriou	FR		0	Europe/Paris	48.69284	-3.70767				53	29	293	29073
3011598	Kerouman	kerouman	FR		0	Europe/Paris	48.443	-4.54911				53	29	291	29076
3011599	Keroullaire	keroullaire	FR		0	Europe/Paris	48.23333	-3.4685				53	22	222	22163
3011600	Kerouliou	kerouliou	FR		0	Europe/Paris	48.66667	-3.95				53			
3011602	Keroulaouen	keroulaouen	FR		0	Europe/Paris	48.71667	-3.96667				53			
3011603	Kerouguel	kerouguel	FR		0	Europe/Paris	48.68333	-3.56667				53	22	223	22319
3011604	Kerouet	kerouet	FR		0	Europe/Paris	48.26109	-2.53725				53	22	224	22046
3011605	Kerouer	kerouer	FR		0	Europe/Paris	48.19822	-3.60533				53	29	292	29250
3011606	Keroueil	keroueil	FR		0	Europe/Paris	48.21378	-3.82978				53	29	292	29175
3011608	Keroualou	keroualou	FR		0	Europe/Paris	47.95	-3.43333				53	29	294	29071
3011609	Kerouac	kerouac	FR		0	Europe/Paris	47.98486	-3.81056				53	29	294	29241
3011610	Keroret	keroret	FR		0	Europe/Paris	48.11267	-3.87889				53	29	292	29291
3011611	Keronmes	keronmes	FR		0	Europe/Paris	48.66667	-4.05		Keromnes,Keronmes,Kéromnes		53	29	293	29192
3011612	Keromnes	keromnes	FR		0	Europe/Paris	48.66667	-3.91667				53	29	293	29023
3011614	Keroguiou	keroguiou	FR		0	Europe/Paris	48.27211	-3.44933				53	22	222	22137
3011616	Kernours	kernours	FR		0	Europe/Paris	47.76117	-3.28644		Kernours,Kernous		53	56	561	56094
3011617	Kernoul	kernoul	FR		0	Europe/Paris	48.02238	-2.40543				53	56	562	56122
3011619	Kernonen	kernonen	FR		0	Europe/Paris	48.59234	-3.88025				53	29	293	29279
3011620	Kernonen	kernonen	FR		0	Europe/Paris	48.46456	-5.08045				53	29	291	29155
3011621	Kernonen	kernonen	FR		0	Europe/Paris	48.431	-4.03622				53	29	293	29277
3011622	Kernon	kernon	FR		0	Europe/Paris	48.42934	-3.77022				53	29	292	29007
3011623	Kerno	kerno	FR		0	Europe/Paris	47.58183	-2.85347				53	56	563	56087
3011625	Kernevez Saint-Christophe	kernevez-saint-christophe	FR		0	Europe/Paris	48.34883	-4.21833		Kernevez Saint-Christophe,Saint-Christophe		53	29	291	29086
3011626	Kernevez	kernevez	FR		0	Europe/Paris	48.69903	-3.47934				53	22	223	22211
3011627	Kernevez	kernevez	FR		0	Europe/Paris	48.65142	-3.464				53	22	223	22207
3011628	Kernévez	kernevez	FR		0	Europe/Paris	48.5	-3.58333				53	22	223	22217
3011629	Kernévez	kernevez	FR		0	Europe/Paris	48.41145	-3.771				53	29	292	29007
3011630	Kernével	kernevel	FR		0	Europe/Paris	47.95859	-3.77755		Kernevel,Kernével		53	29	294	29241
3011631	Kernével	kernevel	FR		0	Europe/Paris	47.71598	-3.36845				53	56		
3011632	Kerners	kerners	FR		0	Europe/Paris	47.55426	-2.87865				53	56	563	56005
3011634	Kerner	kerner	FR		0	Europe/Paris	47.70748	-3.30723				53	56	561	56193
3011635	Kernenez	kernenez	FR		0	Europe/Paris	48.68333	-3.55				53	22	223	22226
3011636	Kernéléhen	kernelehen	FR		0	Europe/Paris	48.66489	-3.854				53	29		
3011637	Kernein	kernein	FR		0	Europe/Paris	47.86241	-4.03984				53	29	294	29058
3011638	Kernec	kernec	FR		0	Europe/Paris	47.96667	-3.55458				53	29	294	29230
3011640	Kernaléguen	kernaleguen	FR		0	Europe/Paris	48.21984	-4.54435	52			53	29	292	29042
3011642	Kernalégan	kernalegan	FR		0	Europe/Paris	48.64553	-3.38258				53	22	223	22245
3011643	Kermouster	kermouster	FR		0	Europe/Paris	48.82656	-3.08855	15	Kermoustel,Kermouster		53	22	223	22127
3011644	Kermouster	kermouster	FR		0	Europe/Paris	48.65156	-3.79534				53	29	293	29188
3011645	Kermouël	kermouel	FR		0	Europe/Paris	47.95592	-3.30357				53	56	561	56166
3011648	Kermorvan	kermorvan	FR		0	Europe/Paris	48.70242	-3.74725				53	29	293	29251
3011649	Kermorvan	kermorvan	FR		0	Europe/Paris	48.45187	-4.28964				53	29	291	29103
3011650	Kermorvan	kermorvan	FR		0	Europe/Paris	48.37667	-3.30265				53	22	222	22138
3011651	Kermorvan	kermorvan	FR		0	Europe/Paris	47.93333	-3.95				53	29	294	29057
3011653	Kermorgant	kermorgant	FR		0	Europe/Paris	48.47455	-3.812				53	29	293	29034
3011654	Kermojean	kermojean	FR		0	Europe/Paris	48.60267	-4.11589				53	29	293	29213
3011655	Kermoguen	kermoguen	FR		0	Europe/Paris	48.23811	-4.12144				53	29	292	29044
3011656	Kermodiern	kermodiern	FR		0	Europe/Paris	48.27041	-4.17516				53	29	292	29240
3011658	Kermilon	kermilon	FR		0	Europe/Paris	48.60909	-3.11726				53	22	222	22248
3011659	Kermez	kermez	FR		0	Europe/Paris	48.11489	-3.81089				53	29	292	29122
3011660	Kermeur	kermeur	FR		0	Europe/Paris	48.69617	-3.41475				53	22	223	22340
3011661	Kermeur	kermeur	FR		0	Europe/Paris	48.40901	-4.34842				53	29		
3011662	Kermeur	kermeur	FR		0	Europe/Paris	48.26837	-4.60327				53	29	292	29022
3011663	Kermeur	kermeur	FR		0	Europe/Paris	48.06397	-4.65889				53	29	294	29028
3011664	Kermerchou	kermerchou	FR		0	Europe/Paris	48.65555	-3.74589				53	29	293	29113
3011665	Kermenguy	kermenguy	FR		0	Europe/Paris	48.65044	-4.06811		Kermenguy,Kermenguy-Huella		53	29	293	29276
3011666	Kermenguy	kermenguy	FR		0	Europe/Paris	48.59417	-4.595				53			
3011667	Kermenguy	kermenguy	FR		0	Europe/Paris	48.3	-3.08333				53	22	224	22244
3011668	Kermenguy	kermenguy	FR		0	Europe/Paris	47.99992	-4.40416				53	29	294	29215
3011669	Kermen	kermen	FR		0	Europe/Paris	47.80707	-3.76803				53	29	294	29153
3011670	Kermaux	kermaux	FR		0	Europe/Paris	47.9806	-2.92278				53	56	562	56144
3011671	Kermathéano	kermatheano	FR		0	Europe/Paris	47.81867	-4.3004				53	29	294	29171
3011672	Kermat	kermat	FR		0	Europe/Paris	48.51967	-3.99417				53	29	293	29068
3011673	Kermarzin	kermarzin	FR		0	Europe/Paris	48.43333	-3.73333				53	29	292	29275
3011674	Kermarquer	kermarquer	FR		0	Europe/Paris	48.05334	-3.29895				53	56	562	56163
3011676	Kermarc'h	kermarc-h	FR		0	Europe/Paris	48.42878	-3.31793				53	22	222	22023
3011677	Kermarc	kermarc	FR		0	Europe/Paris	48.59875	-3.21717				53	22	222	22223
3011678	Kermarc	kermarc	FR		0	Europe/Paris	48.35947	-3.29257				53	22	222	22169
3011679	Kermaquer	kermaquer	FR		0	Europe/Paris	48.68333	-3.66667				53	29	293	29133
3011680	Kermapucano	kermapucano	FR		0	Europe/Paris	48.06667	-3.3				53	56	562	56163
3011682	Kermadec	kermadec	FR		0	Europe/Paris	48.56707	-3.24315				53	22	222	22354
3011683	Kerlouzouen	kerlouzouen	FR		0	Europe/Paris	48.678	-3.46242				53	22	223	22211
3011684	Kerlouët	kerlouet	FR		0	Europe/Paris	48.39318	-3.2468				53	22	222	22088
3011687	Kerlosser	kerlosser	FR		0	Europe/Paris	48.51756	-3.66145		Kerlosse,Kerlosser		53	29	293	29114
3011688	Kerlosquet	kerlosquet	FR		0	Europe/Paris	48.651	-4.0011				53	29	293	29184
3011689	Kerlosquet	kerlosquet	FR		0	Europe/Paris	48.59825	-3.90999				53	29	293	29279
3011690	Kerloïs	kerlois	FR		0	Europe/Paris	48.51675	-4.33558				53	29	291	29179
3011691	Kerloc'h	kerloc-h	FR		0	Europe/Paris	48.26003	-4.5628				53	29	292	29022
3011692	Kerloch	kerloch	FR		0	Europe/Paris	48.04791	-4.69996				53	29	294	29028
3011693	Kerloaguen	kerloaguen	FR		0	Europe/Paris	48.53333	-3.81123				53	29	293	29207
3011694	Kerlo	kerlo	FR		0	Europe/Paris	47.63333	-3.48333				53	56	561	56069
3011695	Kerlizien	kerlizien	FR		0	Europe/Paris	48.64911	-4.09256				53	29	293	29030
3011696	Kerliou	kerliou	FR		0	Europe/Paris	48.35391	-3.71142				53	29	292	29227
3011697	Kerlinou	kerlinou	FR		0	Europe/Paris	48.0855	-3.51825				53	56	562	56100
3011698	Kerlinic	kerlinic	FR		0	Europe/Paris	47.99784	-3.95033				53	29	294	29049
3011700	Kerlesquin	kerlesquin	FR		0	Europe/Paris	48.247	-3.9565				53	29	292	29162
3011701	Kerlénat	kerlenat	FR		0	Europe/Paris	48.03378	-3.17716				53	56	562	56113
3011702	Kerlen	kerlen	FR		0	Europe/Paris	47.9341	-4.17779				53	29	294	29170
3011703	Kerléguer	kerleguer	FR		0	Europe/Paris	47.8	-4.25				53	29	294	29284
3011704	Kerlédern	kerledern	FR		0	Europe/Paris	47.74226	-3.40312				53	56	561	56162
3011705	Kerlecun	kerlecun	FR		0	Europe/Paris	48.60067	-3.67488				53	29	293	29182
3011706	Kerleachuiou	kerleachuiou	FR		0	Europe/Paris	48.2	-3.65		Kerleachinou,Kerleachuiou		53	29	292	29278
3011708	Kerlay	kerlay	FR		0	Europe/Paris	47.94491	-3.08289				53	56	562	56128
3011709	Kerlavret	kerlavret	FR		0	Europe/Paris	47.76791	-3.28104		Kerlavrec,Kerlavret		53	56	561	56094
3011710	Kerlaviou	kerlaviou	FR		0	Europe/Paris	48.515	-3.97542				53	29	293	29068
3011711	Kerlavarec	kerlavarec	FR		0	Europe/Paris	47.91859	-3.51611				53	29	294	29297
3011712	Kerlastre	kerlastre	FR		0	Europe/Paris	48.72515	-3.3497				53	22	223	22257
3011713	Kerlaoudet	kerlaoudet	FR		0	Europe/Paris	48.55322	-4.00988				53	29	293	29068
3011714	Kerlanou	kerlanou	FR		0	Europe/Paris	48.5565	-4.66625				53	29	291	29178
3011715	Kerlan	kerlan	FR		0	Europe/Paris	48.65809	-2.88058				53	22	224	22377
3011716	Kerlan	kerlan	FR		0	Europe/Paris	48.52633	-4.18533				53	29	293	29204
3011717	Kerlaizan	kerlaizan	FR		0	Europe/Paris	48.08059	-2.82748		Kerlaizan,Kerlaizon		53	56	562	56151
3011719	Kerlaeron	kerlaeron	FR		0	Europe/Paris	47.99191	-4.38175				53	29	294	29215
3011720	Kerjulien	kerjulien	FR		0	Europe/Paris	48.03275	-3.57183				53	56	562	56081
3011721	Kervian	kervian	FR		0	Europe/Paris	48.30678	-4.55907				53	29	292	29238
3011722	Kerjean	kerjean	FR		0	Europe/Paris	48.2	-4.1				53	29	292	29026
3011724	Kerjagu	kerjagu	FR		0	Europe/Paris	48.8	-3.56667				53	22	223	22198
3011725	Kerjagu	kerjagu	FR		0	Europe/Paris	48.59734	-3.19259				53	22	222	22223
3011726	Kerizoc	kerizoc	FR		0	Europe/Paris	48.623	-4.46245				53	29	291	29195
3011727	Kérizien	kerizien	FR		0	Europe/Paris	48.50225	-4.18608				53	29	293	29204
3011728	Kerizabel	kerizabel	FR		0	Europe/Paris	48.76667	-3.43333				53	22	223	22113
3011730	Keriviou	keriviou	FR		0	Europe/Paris	48.52536	-3.23962				53	22	222	22156
3011731	Kerivin	kerivin	FR		0	Europe/Paris	48.56078	-3.84867				53	29	293	29254
3011732	Kerivin	kerivin	FR		0	Europe/Paris	48.50416	-4.15333				53	29	293	29264
3011733	Kerivin	kerivin	FR		0	Europe/Paris	48.24825	-4.28825				53	29	292	29001
3011734	Keriven	keriven	FR		0	Europe/Paris	48.21038	-3.0621				53	22	224	22033
3011735	Kérity	kerity	FR		0	Europe/Paris	48.76951	-3.02557				53	22	222	22162
3011736	Kérity	kerity	FR		0	Europe/Paris	47.79988	-4.35145				53	29	294	29158
3011738	Keriolet	keriolet	FR		0	Europe/Paris	48.33333	-3.56667				53	29	292	29205
3011739	Kérinou	kerinou	FR		0	Europe/Paris	48.40258	-4.48808				53	29	291	29019
3011740	Keringar	keringar	FR		0	Europe/Paris	48.03029	-4.63675				53	29	294	29168
3011741	Kerine	kerine	FR		0	Europe/Paris	48.65	-3.6		Kerine,Kerinec		53	22	223	22194
3011742	Kerimel	kerimel	FR		0	Europe/Paris	48.76568	-3.39735				53	22	223	22090
3011743	Kerilly	kerilly	FR		0	Europe/Paris	48.57617	-3.95316				53	29	293	29068
3011744	Kerillien	kerillien	FR		0	Europe/Paris	48.55924	-4.22983				53	29	293	29204
3011745	Kerijean	kerijean	FR		0	Europe/Paris	48.411	-4.72978				53	29	291	29201
3011746	Keriffin	keriffin	FR		0	Europe/Paris	48.06933	-4.55924				53	29	294	29008
3011747	Kerieuff	kerieuff	FR		0	Europe/Paris	48.62311	-3.97311				53	29	293	29184
3011748	Keriéquel	keriequel	FR		0	Europe/Paris	48.26259	-3.9545				53	29	292	29162
3011750	Keridouard	keridouard	FR		0	Europe/Paris	48.65566	-2.90167				53	22	222	22222
3011751	Kerhuel	kerhuel	FR		0	Europe/Paris	48.72293	-3.39536				53	22	223	22265
3011752	Kerhuel	kerhuel	FR		0	Europe/Paris	48.64055	-4.01811				53	29	293	29184
3011753	Kerhuel	kerhuel	FR		0	Europe/Paris	48.27501	-4.13067		Kerhaul,Kerhuel		53	29	292	29302
3011754	Kerhuel	kerhuel	FR		0	Europe/Paris	48.01667	-4.01667				53	29	294	29051
3011755	Kerhuel	kerhuel	FR		0	Europe/Paris	47.93249	-4.21932				53	29	294	29174
3011756	Kerhostin	kerhostin	FR		0	Europe/Paris	47.53644	-3.13311		Kerhostin		53	56	561	56234
3011757	Kerhornou	kerhornou	FR		0	Europe/Paris	48.36422	-3.85856				53	29	292	29018
3011758	Kerhoaden	kerhoaden	FR		0	Europe/Paris	48.3	-3.83333				53	29	292	29175
3011759	Kerhervé	kerherve	FR		0	Europe/Paris	48.24833	-3.64856				53	29	292	29029
3011760	Kerhermain	kerhermain	FR		0	Europe/Paris	47.80161	-3.7157				53	29	294	29150
3011761	Kerhenry	kerhenry	FR		0	Europe/Paris	48.43578	-3.16611				53	22	222	22189
3011762	Kerhélen	kerhelen	FR		0	Europe/Paris	48.78333	-3.56667				53	22	223	22343
3011763	Kerhamon	kerhamon	FR		0	Europe/Paris	48.51156	-3.00289				53	22	222	22206
3011765	Kerhain	kerhain	FR		0	Europe/Paris	48.71667	-3.56667				53	22	223	22349
3011766	Kerguzul	kerguzul	FR		0	Europe/Paris	48.13584	-3.34868				53	56	562	56170
3011767	Kerguz	kerguz	FR		0	Europe/Paris	48.52283	-3.78683				53	29	293	29207
3011768	Kerguz	kerguz	FR		0	Europe/Paris	48.29392	-3.90708				53	29	292	29115
3011769	Kergus	kergus	FR		0	Europe/Paris	48.43015	-3.5731				53	22	222	22231
3011770	Kerguloc	kerguloc	FR		0	Europe/Paris	48.54817	-4.45208				53	29	291	29209
3011771	Kerguillaouet	kerguillaouet	FR		0	Europe/Paris	47.79478	-3.79623				53	29	294	29153
3011772	Kerguidiec	kerguidiec	FR		0	Europe/Paris	48.18333	-3.91667				53	29	292	29123
3011773	Kerguescan	kerguescan	FR		0	Europe/Paris	47.94624	-3.33397		Kerguescan,Kerguescanff		53	56	561	56166
3011774	Kerguerézec	kerguerezec	FR		0	Europe/Paris	48.45062	-4.76697				53	29	291	29098
3011776	Kerguenegan	kerguenegan	FR		0	Europe/Paris	48.56667	-4.7				53	29	291	29178
3011778	Kerguendo	kerguendo	FR		0	Europe/Paris	47.97798	-3.25406				53	56	561	56089
3011779	Kerguen	kerguen	FR		0	Europe/Paris	48.07066	-3.63432				53	56	562	56081
3011780	Kerguen	kerguen	FR		0	Europe/Paris	47.9265	-4.37792				53	29	294	29214
3011781	Kerguelven	kerguelven	FR		0	Europe/Paris	48.51073	-3.43152				53	22	223	22131
3011782	Kerguelfen	kerguelfen	FR		0	Europe/Paris	48.28683	-4.064				53	29	292	29139
3011783	Kerguélen	kerguelen	FR		0	Europe/Paris	48.64356	-4.31166				53	29		
3011784	Kergroise	kergroise	FR		0	Europe/Paris	47.73609	-3.35889				53	56	561	56121
3011786	Kergroaz	kergroaz	FR		0	Europe/Paris	48.28333	-3.58333				53	29	292	29205
3011788	Kergrist-Lan	kergrist-lan	FR		0	Europe/Paris	48.36858	-3.1525		Kergrist-Lan,Kergrist-Tan		53	22	222	22092
3011790	Kergrenn	kergrenn	FR		0	Europe/Paris	48.48908	-3.906				53	29	293	29266
3011791	Kergreis	kergreis	FR		0	Europe/Paris	48.462	-3.73841				53	29	293	29191
3011792	Kergréguin	kergreguin	FR		0	Europe/Paris	48.68333	-4.03333				53	29	293	29192
3011793	Kergréach	kergreach	FR		0	Europe/Paris	48.49692	-4.3055				53	29	291	29179
3011794	Kergréach	kergreach	FR		0	Europe/Paris	48.11012	-3.84978				53	29	292	29291
3011795	Kergrach	kergrach	FR		0	Europe/Paris	48.54109	-4.42875				53	29	291	29209
3011796	Kergoz	kergoz	FR		0	Europe/Paris	48.61667	-4.06667				53	29	293	29148
3011797	Kergoubleau	kergoubleau	FR		0	Europe/Paris	48.31283	-3.19384				53	22	222	22321
3011798	Kergouach	kergouach	FR		0	Europe/Paris	48.33589	-3.70133				53	29	292	29227
3011799	Kergos	kergos	FR		0	Europe/Paris	48.38333	-4.71667				53	29	291	29282
3011801	Kergorre	kergorre	FR		0	Europe/Paris	48.47433	-3.74155				53	29	293	29191
3011802	Kergornet	kergornet	FR		0	Europe/Paris	47.81241	-3.43422				53	56	561	56063
3011803	Kergonsoch	kergonsoch	FR		0	Europe/Paris	48.45003	-4.76769				53	29	291	29098
3011804	Kergonnoc	kergonnoc	FR		0	Europe/Paris	48.58333	-4.53333				53	29	291	29117
3011806	Kergonan	kergonan	FR		0	Europe/Paris	48.29122	-3.41267				53	22	222	22137
3011807	Kergonan	kergonan	FR		0	Europe/Paris	48.23346	-4.55218				53	29	292	29042
3011808	Kergonan	kergonan	FR		0	Europe/Paris	48.22645	-3.68045				53	29	292	29029
3011809	Kergonan	kergonan	FR		0	Europe/Paris	47.86247	-3.09075				53	56	561	56101
3011810	Kergolestroc	kergolestroc	FR		0	Europe/Paris	48.57275	-4.35658				53	29	291	29055
3011811	Kergoguen	kergoguen	FR		0	Europe/Paris	48.47453	-3.40168				53	22	222	22216
3011812	Kergoff	kergoff	FR		0	Europe/Paris	48.62592	-4.51408				53	29	291	29195
3011813	Kergoat	kergoat	FR		0	Europe/Paris	48.47441	-4.48258				53	29	291	29160
3011814	Kergoat	kergoat	FR		0	Europe/Paris	48.11378	-4.16922				53	29	294	29229
3011815	Kergoat	kergoat	FR		0	Europe/Paris	48.07175	-3.59767				53	56	562	56081
3011817	Kergo	kergo	FR		0	Europe/Paris	47.67208	-3.1951				53	56	561	56013
3011818	Kerglonou	kerglonou	FR		0	Europe/Paris	48.46592	-4.74625				53	29	291	29177
3011820	Kergestin	kergestin	FR		0	Europe/Paris	48.62055	-3.94266				53	29	293	29079
3011821	Kergastel	kergastel	FR		0	Europe/Paris	48.51117	-4.72283				53	29	291	29109
3011822	Kergariou	kergariou	FR		0	Europe/Paris	47.94839	-3.55506				53	29	294	29230
3011823	Kergaradec	kergaradec	FR		0	Europe/Paris	48.43333	-4.46667				53	29	291	29061
3011824	Kergaouen	kergaouen	FR		0	Europe/Paris	48.0395	-3.889				53	29	294	29049
3011825	Kergalaon	kergalaon	FR		0	Europe/Paris	48.50765	-3.33613		Kergalaon,Kergalaou		53	22	222	22216
3011827	Kergal	kergal	FR		0	Europe/Paris	48.13893	-2.93072				53	56	562	56093
3011828	Kergaër	kergaer	FR		0	Europe/Paris	48.50772	-3.32363				53	22	222	22072
3011829	Kergador	kergador	FR		0	Europe/Paris	48.41992	-4.77559				53	29	291	29177
3011830	Kergadalen	kergadalen	FR		0	Europe/Paris	48.267	-4.236				53	29	292	29240
3011831	Kergaben	kergaben	FR		0	Europe/Paris	48.01143	-4.1963				53	29	294	29173
3011835	Kerflaconnier	kerflaconnier	FR		0	Europe/Paris	48.35	-3.85				53	29	292	29018
3011837	Kerficien	kerficien	FR		0	Europe/Paris	48.68822	-4.15833		Kerficien,Kerfissien		53	29	293	29030
3011838	Kerfichant	kerfichant	FR		0	Europe/Paris	47.75545	-3.39569				53	56	561	56121
3011839	Kerfiat	kerfiat	FR		0	Europe/Paris	48.69144	-4.10055				53	29	293	29030
3011840	Kerfiac	kerfiac	FR		0	Europe/Paris	48.25841	-2.57241				53	22	224	22046
3011841	Kerfeunteun	kerfeunteun	FR		0	Europe/Paris	48.00456	-4.09275				53	29	294	29232
3011842	Kerféons	kerfeons	FR		0	Europe/Paris	48.4	-4.02133				53	29	293	29277
3011843	Kerfaoues	kerfaoues	FR		0	Europe/Paris	48.68333	-3.41667				53	22	223	22211
3011844	Kerfalher	kerfalher	FR		0	Europe/Paris	47.46559	-2.481		Kerfalher,Kerfather		53	56	563	56155
3011845	Keréver	kerever	FR		0	Europe/Paris	48.39022	-4.06744				53	29	293	29277
3011846	Keresquant	keresquant	FR		0	Europe/Paris	48.06445	-3.88122				53	29	292	29041
3011847	Kerescat	kerescat	FR		0	Europe/Paris	48.55008	-4.70625				53	29	291	29109
3011848	Keremma	keremma	FR		0	Europe/Paris	48.6451	-4.24556				53	29	293	29287
3011850	Kerellé	kerelle	FR		0	Europe/Paris	48.49767	-4.14674				53	29	293	29264
3011851	Kerelcun	kerelcun	FR		0	Europe/Paris	48.37911	-3.82366				53	29	292	29054
3011852	Kerehleuse	kerehleuse	FR		0	Europe/Paris	48.4	-4.41667		Kerchleuse,Kerehleuse		53	29	291	29235
3011853	Kerédol	keredol	FR		0	Europe/Paris	48.82453	-3.51423				53	22	223	22353
3011854	Kerean	kerean	FR		0	Europe/Paris	48.4	-3.65				53	29	292	29275
3011855	Kerdutal-le-Roi	kerdutal-le-roi	FR		0	Europe/Paris	48.30102	-3.64807				53	29	292	29227
3011856	Kerdutal	kerdutal	FR		0	Europe/Paris	48.31667	-3.58333				53	29	292	29205
3011858	Kerdudou	kerdudou	FR		0	Europe/Paris	47.93606	-3.49799				53	29	294	29136
3011860	Kerdudal	kerdudal	FR		0	Europe/Paris	48.0955	-3.62266				53	56	562	56066
3011861	Kerduale	kerduale	FR		0	Europe/Paris	47.77343	-3.37532				53	56	561	56185
3011862	Kerdroc	kerdroc	FR		0	Europe/Paris	48.60322	-4.38278				53	29	291	29248
3011863	Kerdrein	kerdrein	FR		0	Europe/Paris	48.55833	-4.49033				53	29	291	29117
3011864	Kerdrein	kerdrein	FR		0	Europe/Paris	48.02701	-4.2251				53	29	294	29173
3011865	Kerdréal	kerdreal	FR		0	Europe/Paris	47.99784	-4.48475				53	29	294	29197
3011866	Kerdraon	kerdraon	FR		0	Europe/Paris	48.21267	-4.10167				53	29	292	29263
3011867	Kerdourch	kerdourch	FR		0	Europe/Paris	48.27197	-3.35811				53	22	222	22087
3011869	Kerdoupin	kerdoupin	FR		0	Europe/Paris	48.30133	-3.419				53	22	222	22137
3011870	Kerdoupin	kerdoupin	FR		0	Europe/Paris	48.16067	-3.51678				53	56	562	56100
3011872	Kerdonars	kerdonars	FR		0	Europe/Paris	47.92422	-3.47711				53	29	294	29136
3011873	Kerdiles	kerdiles	FR		0	Europe/Paris	48.57922	-3.71767				53	29	293	29199
3011874	Kerdidreun	kerdidreun	FR		0	Europe/Paris	48.58733	-4.46025				53	29	291	29195
3011875	Kerdevot	kerdevot	FR		0	Europe/Paris	48.00619	-3.97728				53	29	294	29051
3011876	Kerdévi	kerdevi	FR		0	Europe/Paris	48.55411	-4.14567				53	29	293	29187
3011877	Kerderrien	kerderrien	FR		0	Europe/Paris	48.40311	-3.52699				53	22	222	22231
3011878	Kerderff	kerderff	FR		0	Europe/Paris	47.72564	-3.33309				53	56	561	56118
3011879	Kerdelliou	kerdelliou	FR		0	Europe/Paris	48.08292	-3.95466				53	29	294	29020
3011880	Kerdavid	kerdavid	FR		0	Europe/Paris	47.7096	-3.1738				53	56	561	56220
3011881	Kerdavéron	kerdaveron	FR		0	Europe/Paris	48.06667	-4.16667				53	29	294	29169
3011882	Kerdanne	kerdanne	FR		0	Europe/Paris	48.67444	-4.17623				53	29	293	29185
3011884	Kerdanguy	kerdanguy	FR		0	Europe/Paris	48.60358	-3.0375				53	22	222	22065
3011885	Kerdanet an Even	kerdanet-an-even	FR		0	Europe/Paris	48.56667	-3.43333				53	22	223	22228
3011886	Kerdamiet	kerdamiet	FR		0	Europe/Paris	48.61184	-4.42016				53	29	291	29077
3011887	Kerdalaës	kerdalaes	FR		0	Europe/Paris	48.52122	-4.50011				53	29	291	29015
3011888	Kerdalaës	kerdalaes	FR		0	Europe/Paris	48.38333	-4.18333				53	29	291	29086
3011889	Kerdadraon	kerdadraon	FR		0	Europe/Paris	48.8	-3.53333				53	22	223	22198
3011890	Ker Chauvineau	ker-chauvineau	FR		0	Europe/Paris	46.71193	-2.3673				52	85	853	85113
3011891	Kerbuzulic	kerbuzulic	FR		0	Europe/Paris	48.03333	-4.53333				53	29		
3011892	Kerbridou	kerbridou	FR		0	Europe/Paris	48.50015	-3.26727				53	22	222	22072
3011893	Kerbriant	kerbriant	FR		0	Europe/Paris	48.47945	-3.76711				53	29	293	29034
3011894	Kerbrat	kerbrat	FR		0	Europe/Paris	48.4653	-4.45511				53	29	291	29160
3011895	Kerbrann	kerbrann	FR		0	Europe/Paris	48.38133	-3.85155				53	29	292	29054
3011896	Kerbouzard	kerbouzard	FR		0	Europe/Paris	48.40677	-3.46278				53	22	222	22243
3011897	Kerbourg	kerbourg	FR		0	Europe/Paris	47.36536	-2.36571		Kerbourg		52	44	443	44175
3011898	Ker Bossy	ker-bossy	FR		0	Europe/Paris	46.71607	-2.34128				52	85	853	85113
3011900	Ker borny	ker-borny	FR		0	Europe/Paris	46.71667	-2.36667				52	85	853	85113
3011901	Kerborden	kerborden	FR		0	Europe/Paris	47.98333	-3.66667				53	29	294	29274
3011902	Kerbonn	kerbonn	FR		0	Europe/Paris	48.26937	-4.6125				53	29	292	29022
3011903	Kerbomare	kerbomare	FR		0	Europe/Paris	48.65432	-3.32924				53	22	223	22254
3011904	Kerbizien	kerbizien	FR		0	Europe/Paris	48.369	-3.75733				53	29	292	29081
3011905	Kerbiriou	kerbiriou	FR		0	Europe/Paris	48.55955	-3.77745				53	29	293	29191
3011906	Kerbiquet	kerbiquet	FR		0	Europe/Paris	47.91321	-3.57341				53	29	294	29147
3011907	Kerbiouet	kerbiouet	FR		0	Europe/Paris	48.64409	-4.38575				53	29	291	29091
3011908	Kerbillio	kerbillio	FR		0	Europe/Paris	48.14792	-3.62334				53	56	562	56066
3011909	Kerbesquer	kerbesquer	FR		0	Europe/Paris	48.15631	-3.3617				53	56	562	56170
3011910	Kerbescontez	kerbescontez	FR		0	Europe/Paris	48.1475	-3.49383				53	56	562	56100
3011911	Kerbérou	kerberou	FR		0	Europe/Paris	48.38666	-3.86966				53	29	292	29054
3011912	Kerberne	kerberne	FR		0	Europe/Paris	48.37646	-3.38941		Kerbene,Kerberne		53	22	222	22328
3011913	Kerberhun	kerberhun	FR		0	Europe/Paris	48.57784	-4.38766				53	29	291	29093
3011914	Kerbédic	kerbedic	FR		0	Europe/Paris	48.09853	-3.06743				53	56	562	56041
3011915	Kerbébon	kerbebon	FR		0	Europe/Paris	47.79701	-3.34873				53	56	561	56036
3011916	Kerbastun	kerbastun	FR		0	Europe/Paris	48.25434	-4.4153				53	29	292	29042
3011917	Kerbarguin	kerbarguin	FR		0	Europe/Paris	48.38189	-3.86145				53	29	292	29054
3011918	Kerbargain	kerbargain	FR		0	Europe/Paris	48.36678	-3.32399				53	22	222	22169
3011919	Kerbalen	kerbalen	FR		0	Europe/Paris	48.4233	-3.28056		Kerbalain,Kerbalen		53	22	222	22138
3011921	Kerbabu	kerbabu	FR		0	Europe/Paris	48.67244	-3.83755				53	29	293	29188
3011922	Keravilin	keravilin	FR		0	Europe/Paris	48.71667	-3.56667		Keravilin,Keraviline,Kéraviline		53	22	223	22349
3011923	Keravel	keravel	FR		0	Europe/Paris	48.75366	-3.54925				53	22	223	22343
3011925	Kerangoff	kerangoff	FR		0	Europe/Paris	48.34159	-4.60688		Kerangoff		53	29	291	29212
3011926	Keraudy	keraudy	FR		0	Europe/Paris	48.64778	-3.50811				53	22	223	22226
3011927	Keraudren	keraudren	FR		0	Europe/Paris	48.42859	-4.48117				53	29	291	29019
3011928	Kerascoet	kerascoet	FR		0	Europe/Paris	48.31556	-4.25956				53	29	291	29080
3011929	Kérarziou	kerarziou	FR		0	Europe/Paris	48.55	-4.58333				53	29	291	29196
3011930	Keraryel	keraryel	FR		0	Europe/Paris	48.59808	-4.51167				53	29	291	29195
3011931	Kerarsaos	kerarsaos	FR		0	Europe/Paris	48.48558	-4.33891				53	29	291	29268
3011932	Kerarmoal	kerarmoal	FR		0	Europe/Paris	48.46034	-4.51067				53	29	291	29076
3011933	Kerargon	kerargon	FR		0	Europe/Paris	48.47867	-4.44271				53	29	291	29160
3011934	Kerarédeau	keraredeau	FR		0	Europe/Paris	48.56067	-4.4495				53	29	291	29209
3011935	Kerantour	kerantour	FR		0	Europe/Paris	48.53267	-4.54288				53	29	291	29290
3011936	Kerantonze	kerantonze	FR		0	Europe/Paris	48.16275	-3.46608				53	56	562	56100
3011937	Kerantiou	kerantiou	FR		0	Europe/Paris	48.63333	-3.96667				53	29	293	29184
3011938	Keransaux	keransaux	FR		0	Europe/Paris	48.45142	-3.64658				53	29	292	29275
3011939	Keranrun	keranrun	FR		0	Europe/Paris	47.83944	-3.76362				53	29	294	29153
3011941	Keranniou	keranniou	FR		0	Europe/Paris	48.6417	-4.14049				53	29	293	29030
3011942	Keranhier	keranhier	FR		0	Europe/Paris	48.07344	-4.04355				53	29	294	29020
3011943	Keranhc'roff	keranhc-roff	FR		0	Europe/Paris	48.394	-3.84623				53	29	292	29054
3011944	Keranguéven	kerangueven	FR		0	Europe/Paris	48.51067	-4.36967				53	29	291	29160
3011945	Kerangal	kerangal	FR		0	Europe/Paris	48.24778	-3.42466				53	22	222	22061
3011946	Keranfubu	keranfubu	FR		0	Europe/Paris	48.47477	-3.26606				53	22	222	22249
3011947	Kerandreau	kerandreau	FR		0	Europe/Paris	48.049	-3.72189		Kerandreau,Kerandreo,Kerandréo		53	29	294	29274
3011948	Kerandraou	kerandraou	FR		0	Europe/Paris	48.10242	-4.41		Kerandraon,Kerandraou		53	29	294	29226
3011949	Kerandouare	kerandouare	FR		0	Europe/Paris	48	-4.26667				53	29	294	29167
3011950	Kerancurru	kerancurru	FR		0	Europe/Paris	48.33042	-4.09367				53	29	291	29078
3011951	Kerancloarec	kerancloarec	FR		0	Europe/Paris	48.03643	-4.07056				53	29	294	29232
3011952	Keranbot	keranbot	FR		0	Europe/Paris	48.7	-3.51667				53	22	223	22226
3011953	Keramoine	keramoine	FR		0	Europe/Paris	47.90042	-4.35799				53	29	294	29298
3011954	Keramanac'h	keramanac-h	FR		0	Europe/Paris	48.56167	-3.49889				53	22	223	22228
3011955	Keraloret	keraloret	FR		0	Europe/Paris	48.51822	-4.57177				53	29	291	29196
3011957	Keralégan	keralegan	FR		0	Europe/Paris	48.67055	-3.68222				53	29	293	29073
3011958	Keralcun	keralcun	FR		0	Europe/Paris	48.332	-4.39367		Keralcun,Keraleun,Keralleunoc		53	29	291	29189
3011959	Kerahet	kerahet	FR		0	Europe/Paris	48.53333	-3.58333				53	29	293	29067
3011960	Keraëret	keraeret	FR		0	Europe/Paris	48.685	-4.05511				53	29	293	29192
3011961	Keradénec	keradenec	FR		0	Europe/Paris	48.69678	-4.01189				53	29	293	29273
3011962	Kerabo	kerabo	FR		0	Europe/Paris	48.56783	-4.46134				53	29	291	29117
3011965	Kelerdut	kelerdut	FR		0	Europe/Paris	48.62867	-4.54367				53	29	291	29195
3011975	Kamiesch	kamiesch	FR		0	Europe/Paris	41.86483	9.3976		Kamiesh		94	2B	2B3	2B283
3011984	Juzancourt	juzancourt	FR		0	Europe/Paris	49.48942	4.114		Juzancourt		44	08	082	08024
3012013	Jutigny-le-Petit	jutigny-le-petit	FR		0	Europe/Paris	48.24691	1.21985		Jutigny,Jutigny-le-Petit		24	28	282	28409
3012028	Jussat	jussat	FR		0	Europe/Paris	45.70201	3.10798		Jussat		84	63	632	63084
3012040	Jurigny	jurigny	FR		0	Europe/Paris	46.41667	2.23333				75	23	231	23213
3012042	Jurie	jurie	FR		0	Europe/Paris	44.68092	5.04475				84	26	261	26011
3012043	Jureuse	jureuse	FR		0	Europe/Paris	45.27023	3.08855				84	15	153	15098
3012048	Jurans	jurans	FR		0	Europe/Paris	44.41667	6.18333		Jurans,Les Jurans		93	04	044	04026
3012054	Juou	juou	FR		0	Europe/Paris	44.86	2.75541		Jou,Juou		76	12	122	12280
3012063	Jumilhac	jumilhac	FR		0	Europe/Paris	45.38421	0.76382				75	24	242	24107
3012067	Jumet	jumet	FR		0	Europe/Paris	42.9462	0.36727		Jumet		76	65	652	65092
3012079	Jumainville	jumainville	FR		0	Europe/Paris	48.15487	1.53801				24	28	282	28418
3012086	Jullieux	jullieux	FR		0	Europe/Paris	45.73376	4.0979				84	42	421	42219
3012087	Julliers	julliers	FR		0	Europe/Paris	44.48119	3.46013				76	48	482	48016
3012097	Juines	juines	FR		0	Europe/Paris	48.29445	2.09914		Juine,Juines		24	45	453	45015
3012108	Juillat	juillat	FR		0	Europe/Paris	46.20201	2.97748				84	03	033	03108
3012111	Juillacq	juillacq	FR		0	Europe/Paris	43.43671	-0.14877		Juillacq		75	64	643	64369
3012122	Juigné-Bené	juigne-bene	FR		0	Europe/Paris	47.55	-0.61667		Juigne,Juigné		52	49	491	49214
3012124	Juigné	juigne	FR		7007	Europe/Paris	47.71878	-0.39405				52	49	491	49220
3012134	Jugan	jugan	FR		0	Europe/Paris	48.7	-4.01667				53	29	293	29273
3012135	Judainville	judainville	FR		0	Europe/Paris	48.24133	2.13092				24	45	453	45080
3012136	Juchet	juchet	FR		0	Europe/Paris	45.20328	3.76858				84	43	432	43043
3012139	Jubécourt	jubecourt	FR		0	Europe/Paris	49.0922	5.16431		Jubecourt,Jubes,Jubécourt,Jubés		44	55	553	55117
3012158	Jouy-sous-les-Côtes	jouy-sous-les-cotes	FR		0	Europe/Paris	48.77067	5.69195		Jouy		44	55	552	55258
3012182	Jouvente	jouvente	FR		0	Europe/Paris	48.59329	-2.01987				53	35	354	35228
3012184	Jouveaux	jouveaux	FR		385	Europe/Paris	49.21493	0.47691		Jouveaux		28	27	272	27415
3012198	Jourchane	jourchane	FR		0	Europe/Paris	45.40069	3.48706		Jourchane,Jourchannes		84	43	431	43064
3012201	Joumé	joume	FR		0	Europe/Paris	46.53671	0.78116				75	86	862	86126
3012202	Joumaric	joumaric	FR		0	Europe/Paris	45.10736	0.44078				75	24	243	24418
3012203	Joulieux	joulieux	FR		0	Europe/Paris	44.66465	0.94587				75	24	241	24080
3012204	Jouix	jouix	FR		0	Europe/Paris	45.35532	1.9767				75	19	193	19143
3012207	Joui	joui	FR		0	Europe/Paris	45.9	0.93333				75	87	873	87154
3012212	Jouglas	jouglas	FR		0	Europe/Paris	43.08405	5.84247				93	83	832	83129
3012214	Jougay	jougay	FR		0	Europe/Paris	44.47415	0.48379				75	47	472	47071
3012221	Joué-Étiau	joue-etiau	FR		0	Europe/Paris	47.21667	-0.61667		Joue,Joué		52	49	492	49092
3012231	Joubertie	joubertie	FR		0	Europe/Paris	45.00167	0.66349				75	24	243	24459
3012232	Joubert	joubert	FR		0	Europe/Paris	45.49018	3.6707				84	63	631	63211
3012239	Jouanis	jouanis	FR		0	Europe/Paris	44.6932	1.52351				76	46	463	46204
3012240	Jouanique	jouanique	FR		0	Europe/Paris	44.67888	1.57506				76	46	463	46204
3012241	Jouanicot	jouanicot	FR		0	Europe/Paris	44.66924	1.23542				76	46	463	46297
3012256	Jorquenay	jorquenay	FR		0	Europe/Paris	47.90165	5.32114		Jorquenay		44	52	522	52246
3012258	Jorigny	jorigny	FR		0	Europe/Paris	46.41831	0.25922				75	86	863	86293
3012260	Jorand	jorand	FR		0	Europe/Paris	48.39464	1.24917				24	28	281	28290
3012263	Jonzier	jonzier	FR		567	Europe/Paris	46.07136	5.99184		Jonzier,Jonzier-Epagny,Jonzier-Épagny		84	74	743	74144
3012264	Jonzais	jonzais	FR		0	Europe/Paris	46.39258	2.82343				84	03	031	03315
3012267	Jonvilliers	jonvilliers	FR		0	Europe/Paris	48.56156	1.7046				24	28	281	28137
3012269	Jonville	jonville	FR		0	Europe/Paris	48.21309	1.51861				24	28	282	28277
3012273	Jontanels	jontanels	FR		0	Europe/Paris	44.18198	3.50959		Fontanel,Jontanels		76	48	481	48069
3012285	Jonoux	jonoux	FR		0	Europe/Paris	46.49406	0.56827				75	86	862	86233
3012286	Jongues	jongues	FR		0	Europe/Paris	44.85768	2.73341				76	12	122	12036
3012294	Jonches	jonches	FR		0	Europe/Paris	47.82451	3.58738		Janche,Jonches		27	89	891	89024
3012383	Jean Blanc	jean-blanc	FR		0	Europe/Paris	44.53333	0.8				75	47	473	47175
3012306	Joly	joly	FR		0	Europe/Paris	45.59092	4.52448				84	69	691	69110
3012307	Jollere	jollere	FR		0	Europe/Paris	45.6879	2.74005				84	63	633	63274
3012311	Jolibet	jolibet	FR		0	Europe/Paris	44.50545	0.51391				75	47	473	47182
3012320	Jogue	jogue	FR		0	Europe/Paris	44.53172	0.34385				75	47	472	47232
3012322	Jœuf	joeuf	FR		7064	Europe/Paris	49.23333	6.01667		Zh'of,Zhef,Zhjof,Ziofas,re fu,Žiofas,Жеф,Жьоф,Жёф,熱夫		44	54	541	54280
3012323	Jodainville	jodainville	FR		0	Europe/Paris	48.31684	1.96568				24	28	281	28183
3012331	Joansiecq	joansiecq	FR		0	Europe/Paris	45.47465	3.9904		Joansiecq,Joanziecq		84	42	421	42050
3012344	Jeune	jeune	FR		0	Europe/Paris	45.21227	1.91946				75	19	192	19235
3012349	Jeuilly	jeuilly	FR		0	Europe/Paris	47.80787	3.3252				27	89	891	89334
3012354	Jeu	jeu	FR		0	Europe/Paris	46.60219	3.0758				84	03	032	03036
3012362	Jendin	jendin	FR		0	Europe/Paris	47.59714	3.15262				27	89	891	89273
3012363	Jemelle	jemelle	FR		0	Europe/Paris	46.51731	1.04679				75	86	862	86132
3012367	Jean-Varenne	jean-varenne	FR		0	Europe/Paris	46.91037	1.93477				24	36	364	36222
3012373	Jeannetoux	jeannetoux	FR		0	Europe/Paris	45.08788	0.45479				75	24	243	24309
3012375	Jean-Jean	jean-jean	FR		0	Europe/Paris	43.90727	5.4371				93	84	841	84003
3012376	Jean Faure	jean-faure	FR		0	Europe/Paris	45.02336	-0.65526				75	33	334	33268
3012380	Jean-Daleix	jean-daleix	FR		0	Europe/Paris	45.81771	2.44705				84	63	634	63165
3012382	Jeancel	jeancel	FR		0	Europe/Paris	44.6331	0.78578				75	47	473	47324
3012386	Jayet	jayet	FR		0	Europe/Paris	45.47671	5.58083				84	38	382	38256
3012396	Javerlhac	javerlhac	FR		892	Europe/Paris	45.56945	0.56006		Javerlhac,Javerlhac e La Chapela Sent Robert,Javerlhac e la Chapela Sent Robert,Javerlhac-et-la-Chapelle-Saint-Robert,Zhaverlak-e-la-Shapel'-Sen-Rober,Zhaverlak-eh-la-Shapel'-Sen-Rober,ya wei er ya ke he la-sha pei lai-sheng luo bei er,Жаверлак-е-ла-Шапель-Сен-Робер,Жаверлак-э-ла-Шапель-Сен-Робер,جویرلہاک-یت-لا-چپللے -سینٹ-رابرٹ,雅韦尔亚克和拉-沙佩莱-圣罗贝尔		75	24	242	24214
3012400	Javeaux	javeaux	FR		0	Europe/Paris	45.66984	1.95127				75	19	192	19265
3012405	Jaussiers	jaussiers	FR		0	Europe/Paris	43.93249	6.70155				93	04	042	04224
3012412	Jaunoux	jaunoux	FR		0	Europe/Paris	46.66075	2.24396				24	18	182	18135
3012432	Jaugy	jaugy	FR		0	Europe/Paris	48.36305	2.14671				11	91	911	91240
3012433	Jaugenay	jaugenay	FR		0	Europe/Paris	46.89562	3.24228				27	58	583	58072
3012439	Jassy	jassy	FR		0	Europe/Paris	45.38006	2.97015				84	63	633	63313
3012443	Jassat	jassat	FR		0	Europe/Paris	45.56164	2.93125				84	63	633	63401
3012448	Jarzay	jarzay	FR		0	Europe/Paris	47.03863	1.54181				24	36	362	36135
3012450	Jarville	jarville	FR		0	Europe/Paris	48.19955	2.57687				11	77	774	77011
3012452	Jarsot	jarsot	FR		0	Europe/Paris	47.38552	2.69638				24	18	181	18117
3012455	Jarry	jarry	FR		0	Europe/Paris	46.786	2.004				24	36	364	36019
3012457	Jarroux	jarroux	FR		0	Europe/Paris	45.53899	3.81194				84	63	631	63374
3012387	Jayat	jayat	FR	01340	839	Europe/Paris	46.36974	5.11955		Jayat		84	01	012	01196
3012461	Jarrisoi	jarrisoi	FR		0	Europe/Paris	48.06041	2.43113		Jarrisoi,Jarrissoy		24	45	453	45030
3012470	Jarnonce	jarnonce	FR		0	Europe/Paris	47.67019	2.21924				24	45	452	45171
3012473	Jarnay	jarnay	FR		0	Europe/Paris	47.17953	2.94591				24	18	181	18224
3012480	Jariolle	jariolle	FR		0	Europe/Paris	46.82227	2.4252				24	18	182	18268
3012481	Jaries	jaries	FR		0	Europe/Paris	44.82925	4.55582				84	07	072	07295
3012482	Jarges	jarges	FR		0	Europe/Paris	46.34036	2.40428				84	03	031	03246
3012488	Jardelet	jardelet	FR		0	Europe/Paris	48.03609	3.85483				44	10	103	10108
3012493	Jaqée	jaqee	FR		0	Europe/Paris	48.47913	4.75248				44	52	523	52088
3012505	Jansac	jansac	FR		219	Europe/Paris	44.64752	5.39186		Jansac		84	26	261	26262
3012509	Jangonière	jangoniere	FR		0	Europe/Paris	45.25	5.06667				84	26	263	26148
3012511	Janet	janet	FR		0	Europe/Paris	43.67799	5.28867				93	13	131	13050
3012513	Jandillou	jandillou	FR		0	Europe/Paris	44.51667	0.43333				75	47	473	47313
3012514	Janconie	janconie	FR		0	Europe/Paris	45.35	2.31667		Janconie,La Janconnie		75	19	193	19256
3012521	Jammaira	jammaira	FR		0	Europe/Paris	46.03333	1.41667				75	87	872	87159
3012522	Jameyzieu	jameyzieu	FR		0	Europe/Paris	45.71686	5.16598		Jameysieu,Jameyzieu		84	38	382	38507
3012529	Jalouneix	jalouneix	FR		0	Europe/Paris	45.75866	1.61996				75	87	872	87105
3012537	Jallieu	jallieu	FR		0	Europe/Paris	45.6133	5.27439		Jallieu		84	38	382	38223
3012538	Jalliac	jalliac	FR		0	Europe/Paris	45.23333	2.46667				84	15	152	15137
3012539	Jallet	jallet	FR		0	Europe/Paris	46.88954	2.77305				24	18	182	18054
3012544	Jallards	jallards	FR		0	Europe/Paris	46.21132	3.10449		Jallards,Les Jallards		84	03	033	03075
3012548	Jallandrieu	jallandrieu	FR		0	Europe/Paris	45.42871	2.6673		Jallandrieu,Jallandrieux		84	15	152	15038
3012560	Jailliex	jailliex	FR		0	Europe/Paris	45.12837	1.13431		Jaillex,Jaillieix,Jailliex		75	24	244	24018
3012563	Jaille	jaille	FR		0	Europe/Paris	46.35243	2.47702		Jaille,Jailles		84	03	031	03128
3012564	Jaille	jaille	FR		0	Europe/Paris	45.38958	0.49723		Chez Jaille,Jaille		75	24	242	24253
3012567	Jagonzac	jagonzac	FR		0	Europe/Paris	44.83288	3.78918		Jagenzac,Jagonzac		84	43	432	43192
3012568	Jagonas	jagonas	FR		0	Europe/Paris	44.82234	3.81045				84	43	432	43160
3012570	Jadron	jadron	FR		0	Europe/Paris	47.39955	4.23155				27	21	213	21232
3012571	Jacqueville	jacqueville	FR		0	Europe/Paris	48.29439	2.52759				11	77	774	77003
3012573	Jacques Blanc	jacques-blanc	FR		0	Europe/Paris	44.91546	1.58126		Jacque Blanc,Jacques Blanc		76	46	463	46016
3012582	Jabron	jabron	FR		0	Europe/Paris	43.74116	6.49767				93	83	831	83044
3012583	Jabrezac	jabrezac	FR		0	Europe/Paris	44.91735	4.43316				84	07	073	07064
3012584	Jabrelles	jabrelles	FR		0	Europe/Paris	45.19337	3.83257				84	43	432	43187
3012586	Jabouley	jabouley	FR		0	Europe/Paris	45.56667	4.51667				84	42	423	42283
3012588	Jaberland	jaberland	FR		0	Europe/Paris	45.98854	0.94423		Jaberlan,Jaberland		75	87	871	87045
3012589	Izy	izy	FR		0	Europe/Paris	48.14429	2.07763		Izy		24	45	453	45025
3012596	Izieux	izieux	FR		0	Europe/Paris	45.46286	4.50248		Izieux		84	42	423	42207
3012605	Izernac	izernac	FR		0	Europe/Paris	47.53777	-2.23866				53	56	563	56147
3012610	Izella	izella	FR		0	Europe/Paris	48.37992	-3.64224				53	29	292	29227
3012630	Ivoiry	ivoiry	FR		0	Europe/Paris	49.27537	5.09751				44	55	553	55174
3012637	Ittlenheim	ittlenheim	FR		635	Europe/Paris	48.6545	7.54578				44	67	674	67228
3012642	Ithorots	ithorots	FR		0	Europe/Paris	43.31758	-0.95158		Ithorots,Ithorots-Olhaiby,Ithorots-Olhaïby,Ithorrots-Olhaiby,Ithorrotze		75	64	641	64049
3012658	Issoncourt	issoncourt	FR		0	Europe/Paris	48.96763	5.28558		Issoncourt		44	55	551	55254
3012667	Isseuges	isseuges	FR		0	Europe/Paris	45.3448	3.46895		Isseuge,Isseuges		84	43	431	43001
3012677	Issay	issay	FR		0	Europe/Paris	48.20452	1.21941				24	28	282	28424
3012696	Isolaccio	isolaccio	FR		0	Europe/Paris	42.42863	9.48109		Isolaccio		94	2B	2B3	2B318
3012719	Isembertheville	isembertheville	FR		0	Europe/Paris	49.77208	1.35889				28	76	761	76427
3012730	Isaac	isaac	FR		0	Europe/Paris	44.60779	0.37379				75	47	472	47264
3012739	Irmstett	irmstett	FR		1096	Europe/Paris	48.58801	7.47837		Irmstett		44	67	673	67442
3012746	Irceville	irceville	FR		0	Europe/Paris	48.13909	4.86062				44	52	521	52308
3012747	Irazein	irazein	FR		0	Europe/Paris	42.88507	0.96536		Irazein		76	09	093	09059
3012757	Jola	jola	FR		0	Europe/Paris	42.06804	9.27417		Iola,Jola		94	2B	2B3	2B236
3012761	Invilliers	invilliers	FR		0	Europe/Paris	48.15282	2.38282		Intvilliers,Invilliers		24	45	453	45157
3012762	Invault	invault	FR		0	Europe/Paris	48.23782	2.36246				24	45	453	45191
3012764	Inval	inval	FR		0	Europe/Paris	50.04633	1.82226				32	80	801	80444
3012775	Inières	inieres	FR		0	Europe/Paris	44.30678	2.6556				76	12	122	12241
3012792	Infreville	infreville	FR		0	Europe/Paris	49.30953	0.88133		Infreville		28	27	272	27105
3012793	Infray	infray	FR		0	Europe/Paris	49.98382	1.63077		Hinfray,Infray		32	80	801	80362
3012796	Infernet	infernet	FR		0	Europe/Paris	44.31667	6.31667		Infernet,L'Infernet		93	04	043	04017
3012799	Infer	infer	FR		0	Europe/Paris	49.91667	1.58333				28	76	761	76528
3012802	Indrieux	indrieux	FR		0	Europe/Paris	45.90993	5.47788		Indrieu,Indrieux		84	01	011	01013
3012803	Indret	indret	FR		0	Europe/Paris	47.1967	-1.68214		Indret		52	44	442	44074
3012815	Incé	ince	FR		0	Europe/Paris	47.11667	2.26667				24	18	183	18028
3012823	Imeldange	imeldange	FR		0	Europe/Paris	49.30921	6.18724				44	57	577	57067
3012825	Imbsheim	imbsheim	FR		0	Europe/Paris	48.80245	7.45388				44	67	674	67061
3012827	Imbermais	imbermais	FR		0	Europe/Paris	48.67215	1.3621				24	28	283	28239
3012835	Illins	illins	FR		0	Europe/Paris	45.59189	4.93921				84	38	383	38215
3012841	Illien Serpil	illien-serpil	FR		0	Europe/Paris	48.35	-4.43333				53	29	291	29189
3012842	Illien-ar-Guen	illien-ar-guen	FR		0	Europe/Paris	48.35275	-4.43683		Illien an Guen,Illien-ar-Guen		53	29	291	29189
3012859	Ilhan	ilhan	FR		0	Europe/Paris	42.87378	0.38336		Ilhan		76	65	652	65099
3012861	Île Saint-Martin	ile-saint-martin	FR		0	Europe/Paris	47.25708	0.27229				24	37	371	37118
3012865	Île Napoléon	ile-napoleon	FR		0	Europe/Paris	47.7706	7.39052		Ile Napoleon,Île Napoléon		44	68	684	68154
3012871	Île de Menac	ile-de-menac	FR		0	Europe/Paris	47.37345	-2.18655				52	44	443	44168
3012883	Ihalar	ihalar	FR		0	Europe/Paris	43.30978	-1.57041				75	64	641	64504
3012898	Ignauval	ignauval	FR		0	Europe/Paris	49.51158	0.07353				28	76	762	76552
3012900	Iges	iges	FR		0	Europe/Paris	49.73033	4.9081				44	08	083	08194
3012904	Iffour	iffour	FR		0	Europe/Paris	44.62726	0.38893				75	47	472	47003
3012907	Ifana	ifana	FR		0	Europe/Paris	42.67126	9.12289		Ifana,Iffana		94	2B	2B5	2B301
3012914	Idaux	idaux	FR		282	Europe/Paris	43.18149	-0.9149		Idaux,Idaux-Mendy,Idauze,Idauze-Mendi,Ido-Mandi,Idoks-Mandi,yi duo mang di,Ідокс-Манді,Идо-Манди,Идокс-Манди,伊多芒迪		75	64	642	64268
3012915	Iclon	iclon	FR		0	Europe/Paris	49.84364	0.81999				28	76	761	76015
3012926	Ibarron	ibarron	FR		0	Europe/Paris	43.35606	-1.56923				75	64	641	64495
3012931	Hymmeville	hymmeville	FR		0	Europe/Paris	50.0967	1.68236				32	80	801	80654
3012939	Hyencourt-le-Petit	hyencourt-le-petit	FR		0	Europe/Paris	49.79469	2.8475				32	80	804	80621
3012942	Hyelzas	hyelzas	FR		0	Europe/Paris	44.25	3.33333				76	48	481	48074
3012943	Hyèges	hyeges	FR		0	Europe/Paris	43.98293	6.45678				93	04	042	04133
3012945	Hydrequent	hydrequent	FR		0	Europe/Paris	50.81615	1.74596		Hidrequent,Hydrequent		32	62	623	62711
3012946	Hyancourt	hyancourt	FR		0	Europe/Paris	49.50821	1.727				32	60	601	60594
3012958	Hurtault	hurtault	FR		0	Europe/Paris	46.84179	2.29322				24	18	182	18273
3012959	Hurt	hurt	FR		0	Europe/Paris	50.1718	1.52673				32	80	801	80182
3012960	Hurionville	hurionville	FR		0	Europe/Paris	50.54863	2.45417				32	62	622	62516
3012966	Hureaux	hureaux	FR		0	Europe/Paris	45.98333	1.36667				75	87	872	87183
3012971	Huppain	huppain	FR		0	Europe/Paris	49.34125	-0.7724		Huppain		28	14	141	14515
3012972	Huplandre	huplandre	FR		0	Europe/Paris	50.73395	1.69257				32	62	623	62908
3012973	Hupiers	hupiers	FR		0	Europe/Paris	49.6	1.03333		Hupiers,Les Hunieres,Les Hunières		28	76	763	76675
3012980	Hunet	hunet	FR		0	Europe/Paris	44.3541	0.33189		Hunet,Unet		75	47	472	47310
3012989	Humerœuille	humeroeuille	FR		153	Europe/Paris	50.4038	2.2128	122	Humeroeuille,Jumerej,hmwmyrwly,yu mei lei ye,Юмерей,هموميرولي,于梅勒耶		32	62	621	62467
3012996	Humbercin	humbercin	FR		0	Europe/Paris	48.35365	4.87242				44	52	523	52057
3013003	Huleux	huleux	FR		0	Europe/Paris	49.25996	2.75585				32	60	604	60447
3013004	Hulay	hulay	FR		0	Europe/Paris	48.30329	2.68394				11	77	774	77216
3013016	Huillat	huillat	FR		0	Europe/Paris	46.23028	2.3383				75	23	231	23009
3013020	Huffaut	huffaut	FR		0	Europe/Paris	46.65095	2.47028				24	18	182	18093
3013031	Hucleu	hucleu	FR		0	Europe/Paris	49.58381	1.42806				28	76	763	76121
3013037	Hubans	hubans	FR		0	Europe/Paris	47.30464	3.52321		Huban,Hubans		27	58	582	58130
3013049	Houvelin	houvelin	FR		0	Europe/Paris	50.41141	2.49161				32	62	621	62536
3013059	Housselmont	housselmont	FR		0	Europe/Paris	48.5406	5.81727				44	54	544	54010
3013065	Hourtoy	hourtoy	FR		0	Europe/Paris	44.37119	-0.73298				75	40	402	40200
3013066	Hourtin-Plage	hourtin-plage	FR		0	Europe/Paris	45.22271	-1.16796				75	33	334	33203
3013072	Hourquet	hourquet	FR		0	Europe/Paris	50.65848	1.72422				32	62	623	62214
3013081	Houppelande	houppelande	FR		0	Europe/Paris	49.84572	1.47192				28	76	761	76677
3013085	Houme	houme	FR		0	Europe/Paris	46.7487	1.45775				24	36	362	36139
3013086	Houlmesnil	houlmesnil	FR		0	Europe/Paris	49.50719	1.2801				28	76	763	76100
3013087	Houllemare	houllemare	FR		0	Europe/Paris	49.58947	0.66279				28	76	763	76001
3013088	Houllefort	houllefort	FR		0	Europe/Paris	50.75921	1.77309		Houllefort		32	62	623	62105
3013101	Hougade	hougade	FR		0	Europe/Paris	45.0418	2.57027				84	15	151	15096
3013105	Houet	houet	FR		0	Europe/Paris	46.9146	2.28826				24	18	181	18122
3013110	Houdouenne	houdouenne	FR		0	Europe/Paris	48.37738	1.48638				24	28	281	28403
3013111	Houdlémont	houdlemont	FR		0	Europe/Paris	49.53614	5.66386				44	54	541	54572
3013114	Houdent	houdent	FR		0	Europe/Paris	50.0522	1.68676				32	80	801	80765
3013117	Houdelaucourt-sur-Othain	houdelaucourt-sur-othain	FR		0	Europe/Paris	49.3193	5.68211		Houdelaucourt,Houdelaucourt-sur-Othain		44	55	553	55500
3013131	Paris 04 Hôtel-de-Ville	paris-04-hotel-de-ville	FR		0	Europe/Paris	48.8601	2.3507		4e Arrondissement,4eme Arr,4eme arrondissement,4ème Arr,4ème arrondissement,Arrondissement de l'Hotel-de-Ville,Arrondissement de l'Hôtel-de-Ville,Hotel-de-Ville,Hôtel-de-Ville,IVe,Paris  4e,Urbdomo de Parizo,პარიზის მერია		11	75	751	75056
3013136	Hoste-Bas	hoste-bas	FR		0	Europe/Paris	49.06667	6.88333		Hoste-Bas,Niederhost		44	57	573	57337
3013139	Hossegor	hossegor	FR		0	Europe/Paris	43.69	-1.37	19			75	40	401	40296
3013143	Hoseas	hoseas	FR		0	Europe/Paris	47.42309	-2.28393				52	44	443	44072
3013149	Hors	hors	FR		0	Europe/Paris	45.61464	2.70414				84	63	633	63397
3013164	Honville	honville	FR		0	Europe/Paris	48.34847	1.69221				24	28	281	28047
3013179	Homs	homs	FR		0	Europe/Paris	43.95563	3.3892				76	30	303	30064
3013192	Homme	homme	FR		0	Europe/Paris	47.25494	0.99673				24	37	373	37253
3013198	Hombourg Bas	hombourg-bas	FR		0	Europe/Paris	49.12939	6.78784		Hombourg Bas		44	57	573	57332
3013202	Hombières	hombieres	FR		0	Europe/Paris	48.29917	1.62278		Hombiere,Hombieres,Hombière,Hombières		24	28	281	28032
3013211	Hollard	hollard	FR		0	Europe/Paris	48.31307	3.30052				27	89	893	89080
3013213	Hohwiller	hohwiller	FR		0	Europe/Paris	48.92566	7.90655				44	67	672	67474
3013214	Hohwarth	hohwarth	FR		0	Europe/Paris	48.33755	7.35808		Hohwarth		44	67	675	67430
3013215	Hohrodberg	hohrodberg	FR		0	Europe/Paris	48.06524	7.13335				44	68	682	68142
3013222	Hoff	hoff	FR		0	Europe/Paris	48.74827	7.05666				44	57	575	57630
3013224	Hoëricourt	hoericourt	FR		0	Europe/Paris	48.63333	4.9				44	52	523	52448
3013230	Hœdic	hoedic	FR		124	Europe/Paris	47.33994	-2.87873		Edig,Hoedic,Hoëdic,Hœdic		53	56	561	56085
3013231	Hodicq	hodicq	FR		0	Europe/Paris	50.597	1.81615				32	62	624	62648
3013235	Hodeng	hodeng	FR		207	Europe/Paris	49.69127	1.51934				28	76	761	76459
3013241	Hocquincourt	hocquincourt	FR		0	Europe/Paris	49.99542	1.85559		Hocquincourt		32	80	801	80406
3013243	Hocqueville	hocqueville	FR		0	Europe/Paris	49.77031	0.60307				28	76	761	76159
3013244	Hocquelus	hocquelus	FR		0	Europe/Paris	50.03773	1.59633				32	80	801	80008
3013245	Hocmont	hocmont	FR		0	Europe/Paris	49.67679	4.60954				44	08	081	08454
3013262	Hiribéhere	hiribehere	FR		0	Europe/Paris	43.40217	-1.46004				75	64	641	64547
3013271	Hinlé	hinle	FR		0	Europe/Paris	48.21877	-2.82189				53	22	224	22376
3013272	Hinguer	hinguer	FR		0	Europe/Paris	48.23333	-3.86667				53	29	292	29175
3013278	Himeling	himeling	FR		0	Europe/Paris	49.49269	6.23966		Himeling,Himling		44	57	577	57557
3013279	Hilvern	hilvern	FR		0	Europe/Paris	48.43333	-3.58333				53	29	292	29012
3013280	Hilvern	hilvern	FR		0	Europe/Paris	48.11081	-2.83527				53	56	562	56215
3013284	Hildy	hildy	FR		0	Europe/Paris	48.36667	-4.53333				53	29	291	29019
3013286	Hilay	hilay	FR		0	Europe/Paris	47.24012	-0.37113				52	49	493	49003
3013293	Hiers	hiers	FR		593	Europe/Paris	45.84977	-1.0752		Hier Bruaz,Hiers,Hiers-Brouage,Ier-Bruazh,Jer-Bruazh,ye er bu lu a ge,Ієр-Бруаж,Йер-Бруаж,Հիեր Բրուաժ,耶尔布鲁阿格		75	17	172	17219
3013301	Hierce	hierce	FR		0	Europe/Paris	47.72953	4.77512				27	21	213	21438
3013306	Heyre	heyre	FR		0	Europe/Paris	44.18545	6.4343				93	04	043	04155
3013308	Hévécourt	hevecourt	FR		0	Europe/Paris	49.54371	1.7854				32	60	601	60217
3013313	Heussern	heussern	FR		0	Europe/Paris	48.38784	7.62855				44	67	675	67285
3013319	Heurtebise	heurtebise	FR		0	Europe/Paris	48.14112	3.53726				27	89	893	89432
3013322	Heurgeville	heurgeville	FR		0	Europe/Paris	48.96667	1.48333				28	27	271	27696
3013325	Heunières	heunieres	FR		0	Europe/Paris	49.77577	0.76849				28	76	761	76346
3013341	Heudelimont	heudelimont	FR		0	Europe/Paris	50.01055	1.37587				28	76	761	76644
3013356	Hessling	hessling	FR		0	Europe/Paris	49.17826	6.9999		Hasseling,Hesseling,Hessling		44	57	573	57013
3013359	Hesmy	hesmy	FR		0	Europe/Paris	49.89367	1.48984				28	76	761	76511
3013362	Hesdres	hesdres	FR		0	Europe/Paris	50.76108	1.70921				32	62	623	62653
3013371	Héry-sur-Ugines	hery-sur-ugines	FR		0	Europe/Paris	45.77324	6.47348		Hery,Hery-sur-Ugines,Héry,Héry-sur-Ugines		84	73	731	73303
3013376	Herville	herville	FR		0	Europe/Paris	48.31434	1.81451				24	28	281	28215
3013382	Hersbach	hersbach	FR		0	Europe/Paris	48.49943	7.25157		Hersbach		44	67	673	67543
3013398	Herpine	herpine	FR		0	Europe/Paris	48.99911	4.76842				44	51	511	51292
3013400	Herpieux	herpieux	FR		0	Europe/Paris	45.31809	4.84918				84	38	383	38072
3013465	Héreat	hereat	FR		0	Europe/Paris	46.43151	2.08494		Herat,Hereat,Hérat,Héreat		24	36	363	36238
3013466	Héré	here	FR		0	Europe/Paris	46.33333	1.85				75	23	232	23062
3013417	Hermier	hermier	FR		0	Europe/Paris	44.86667	1.25				75	24	244	24520
3013422	Hermet	hermet	FR		0	Europe/Paris	44.70387	1.59376				76	46	463	46204
3013423	Hermesnil	hermesnil	FR		0	Europe/Paris	49.64449	1.18645				28	76	763	76328
3013425	Hermerswiller	hermerswiller	FR		0	Europe/Paris	48.9365	7.91174		Hermerswiller		44	67	672	67206
3013449	Hérimetz	herimetz	FR		0	Europe/Paris	50.59338	1.79026		Herimetz,Herimez,Hérimetz		32	62	624	62648
3013451	Hérigny	herigny	FR		0	Europe/Paris	49.60959	1.62074				28	76	761	76505
3013460	Hergies	hergies	FR		0	Europe/Paris	50.33379	3.79976				32	59	591	59310
3013468	Herculat	herculat	FR		0	Europe/Paris	46.35625	2.34804				84	03	031	03288
3013474	Herbouvilliers	herbouvilliers	FR		0	Europe/Paris	48.68067	2.02998				11	78	782	78162
3013475	Herbouville	herbouville	FR		0	Europe/Paris	49.76483	0.94242				28	76	761	76629
3013481	Herbigny	herbigny	FR		113	Europe/Paris	49.61204	4.32432				44	08	082	08240
3013482	Herbigny	herbigny	FR		0	Europe/Paris	48.2293	4.08271				44	10	103	10344
3013483	Herbignies	herbignies	FR		0	Europe/Paris	50.24531	3.69937				32	59	591	59619
3013495	Herbauvilliers	herbauvilliers	FR		0	Europe/Paris	48.28229	2.47703		Herbauvilliers,Herbeauvilliers		11	77	774	77060
3013499	Hérauritz	herauritz	FR		0	Europe/Paris	43.41798	-1.46805				75	64	641	64547
3013506	Henruel	henruel	FR		0	Europe/Paris	48.64672	4.55992				44	51	514	51463
3013511	Hénoville	henoville	FR		0	Europe/Paris	50.52318	1.96532				32	62	624	62437
3013515	Hennicourt	hennicourt	FR		0	Europe/Paris	49.68892	1.7781				32	60	601	60001
3013522	Henne	henne	FR		0	Europe/Paris	44.88826	4.27157				84	07	071	07267
3013533	Hendaye Plage	hendaye-plage	FR		0	Europe/Paris	43.37161	-1.77313		Hendaye Plage,Hendaye-Plage		75	64	641	64260
3013546	Hémering	hemering	FR		0	Europe/Paris	49.026	6.67434		Hemering,Hemmering,Hémering		44	57	573	57275
3013547	Hémécourt	hemecourt	FR		0	Europe/Paris	49.5518	1.81547				32	60	601	60217
3013554	Helling	helling	FR		0	Europe/Paris	49.33446	6.35151				44	57	577	57704
3013555	Hellin	hellin	FR		0	Europe/Paris	48.54033	-3.94434				53	29	293	29266
3013559	Hellés	helles	FR		0	Europe/Paris	48.428	-3.61467				53	29	292	29012
3013561	Hellenvilliers	hellenvilliers	FR		0	Europe/Paris	48.80736	1.10822		Hellenvilliers		28	27	272	27198
3013562	Hellen	hellen	FR		0	Europe/Paris	48.13922	-3.985				53	29	294	29048
3013563	Hellemmes-Lille	hellemmes-lille	FR		0	Europe/Paris	50.62939	3.10981		Hellemes,Hellemmes,Hellemmes-Lille		32	59	595	59350
3013567	Hélicourt	helicourt	FR		0	Europe/Paris	49.99572	1.57918				32	80	801	80760
3013572	Hélès	heles	FR		0	Europe/Paris	47.93333	-3.63333				53	29	294	29004
3013598	Hectot	hectot	FR		0	Europe/Paris	49.50407	0.92254				28	76	763	76636
3013608	Hébert	hebert	FR		0	Europe/Paris	49.38607	-1.21024				28	50	502	50509
3013613	Heaumet	heaumet	FR		0	Europe/Paris	49.54964	1.67974				28	76	761	76209
3013628	Havys	havys	FR		0	Europe/Paris	49.80556	4.40717		Havys		44	08	081	08169
3013646	Haut Viny	haut-viny	FR		0	Europe/Paris	47.95	-4.23333				53	29	294	29167
3013649	Haut Ville-Pays	haut-ville-pays	FR		0	Europe/Paris	47.22321	0.95291		Haut Ville-Pays,Ville-Pays		24	37	373	37192
3013650	Haut Villard	haut-villard	FR		0	Europe/Paris	44.25	6.65		Haut Villard,Haut Villars,Villard Haut		93	04	042	04006
3013651	Haut-Tresseroux	haut-tresseroux	FR		0	Europe/Paris	44.97413	0.39916				75	24	243	24234
3013652	Haut Trémillo	haut-tremillo	FR		0	Europe/Paris	48.26667	-3.68333				53	29	292	29089
3013654	Haut Tertre	haut-tertre	FR		0	Europe/Paris	48.33975	0.62626				28	61	613	61142
3013655	Haut Somont	haut-somont	FR		0	Europe/Paris	45.70504	5.7996		Haut Somont,Saumont		84	73	732	73330
3013656	Haut Sévilly	haut-sevilly	FR		0	Europe/Paris	48.61265	0.19767				28	61	611	61464
3013658	Hauts Champs	hauts-champs	FR		0	Europe/Paris	49.79094	1.21263				28	76	761	76321
3013660	Haut Rouherent	haut-rouherent	FR		0	Europe/Paris	45.46746	3.11909				84	63	633	63357
3013662	Haut Rieux	haut-rieux	FR		0	Europe/Paris	50.54933	2.49368				32	62	622	62516
3013664	Haut Quinquis	haut-quinquis	FR		0	Europe/Paris	48.25	-3.9				53	29	292	29033
3013665	Haut-Quet	haut-quet	FR		0	Europe/Paris	44.84027	5.87504				84	38	381	38329
3013668	Haut-Pichot	haut-pichot	FR		0	Europe/Paris	50.61294	1.68509				32	62	623	62402
3013669	Haut Penhors	haut-penhors	FR		0	Europe/Paris	47.94233	-4.4035		Haut Penhors,Penhors		53	29	294	29225
3013670	Haut Penestin	haut-penestin	FR		0	Europe/Paris	47.48934	-2.48423		Haut Penestin		53	56	563	56155
3013671	Haut Pen-ar-Forest	haut-pen-ar-forest	FR		0	Europe/Paris	48.46667	-4.35				53	29	291	29095
3013675	Hautot-Mesnil	hautot-mesnil	FR		0	Europe/Paris	49.7	1.16667				28	76	761	76449
3013678	Haut-Orbé	haut-orbe	FR		0	Europe/Paris	46.96667	-0.15				75	79	791	79265
3013682	Haut-Mont	haut-mont	FR		0	Europe/Paris	44.8509	4.04829				84	07	071	07106
3013683	Haut-Mollard	haut-mollard	FR		0	Europe/Paris	45.48333	5.26667				84	38	383	38094
3013686	Haut Marjon	haut-marjon	FR		0	Europe/Paris	45.66161	4.66442		Haut Marjan,Haut Marjon		84	69	691	69176
3013687	Haut-Maînil	haut-mainil	FR		270	Europe/Paris	50.30076	2.11697		Haut-Mainil,Haut-Maisnil,Haut-Maînil		32	62	621	62683
3013688	Haut Linglatz	haut-linglatz	FR		0	Europe/Paris	48.4	-4.3				53	29	291	29140
3013689	Haut Lestanet	haut-lestanet	FR		0	Europe/Paris	48.51667	-4.36667				53	29	291	29047
3013690	Haut le Naberon	haut-le-naberon	FR		0	Europe/Paris	45.85	2.36667		Haut le Naberon,Le Naberon		75	23	231	23069
3013692	Haut Kerinec	haut-kerinec	FR		0	Europe/Paris	48.06235	-4.40811		Haut Kerinec,Kerinec		53	29	294	29226
3013693	Haut Kerhain	haut-kerhain	FR		0	Europe/Paris	48.71667	-3.56667				53	22	223	22349
3013696	Haut-Hameau	haut-hameau	FR		0	Europe/Paris	50.5019	3.30866				32	59	593	59004
3013697	Haut Fouillet	haut-fouillet	FR		0	Europe/Paris	47.20327	2.73419				24	18	181	18019
3013699	Haut Feil	haut-feil	FR		0	Europe/Paris	48.16917	-1.04247				52	53	532	53040
3013702	Haut Évry	haut-evry	FR		0	Europe/Paris	47.42924	3.01324				27	58	584	58251
3013708	Hauteville-Gondon	hauteville-gondon	FR		0	Europe/Paris	45.59461	6.76203		Hauteville,Hauteville-Gondon		84	73	731	73054
3013716	Haute Ville	haute-ville	FR		0	Europe/Paris	45.25969	4.41077				84	43	433	43163
3013722	Haute Vacherie	haute-vacherie	FR		0	Europe/Paris	48.04287	3.95267				44	10	103	10122
3013725	Hautes Sièyes	hautes-sieyes	FR		0	Europe/Paris	44.1	6.2				93	04	043	04070
3013727	Haute-Souris	haute-souris	FR		0	Europe/Paris	49.1024	1.71631				11	95	953	95150
3013728	Hautes Lisières	hautes-lisieres	FR		0	Europe/Paris	48.81356	1.47873				24	28	283	28321
3013729	Hautes Landes	hautes-landes	FR		0	Europe/Paris	49.35795	1.51972				28	27	271	27480
3013730	Haute Sierck	haute-sierck	FR		0	Europe/Paris	49.39034	6.39011		Haute Sierck,Obersierck		44	57	577	57361
3013732	Haute Serre	haute-serre	FR		0	Europe/Paris	45.49192	2.65696				84	63	633	63028
3013735	Hautes-Bruyères	hautes-bruyeres	FR		0	Europe/Paris	49.76244	4.26806				44	08	081	08069
3013739	Haute Rue	haute-rue	FR		0	Europe/Paris	49.77767	1.46373		Haute Rue,La Haute Rue		28	76	761	76399
3013744	Haute Rive	haute-rive	FR		0	Europe/Paris	50.46415	3.48253				32	59	596	59434
3013749	Haute Rentgen	haute-rentgen	FR		0	Europe/Paris	49.4893	6.1862				44	57	577	57574
3013753	Haute Perche	haute-perche	FR		0	Europe/Paris	47.78558	0.3441				52	72	723	72187
3013754	Haute Parthe	haute-parthe	FR		0	Europe/Paris	49.44108	6.20313				44	57	577	57104
3013758	Haute Maison	haute-maison	FR		0	Europe/Paris	48.65	1.76667				11	78	782	78517
3013764	Haute Indre	haute-indre	FR		0	Europe/Paris	47.19652	-1.65078		Haute Indre,Haute-Indre		52	44	442	44074
3013768	Haute Frêne	haute-frene	FR		0	Europe/Paris	48.38333	0.48333				28	61	613	61196
3013774	Haute Fontaine	haute-fontaine	FR		0	Europe/Paris	46.53556	0.25339		Fontaine,Haute Fontaine		75	86	863	86100
3013775	Haute Folie	haute-folie	FR		0	Europe/Paris	49.71106	0.30469				28	76	762	76600
3013776	Haute Fois	haute-fois	FR		0	Europe/Paris	50.51022	3.18611				32	59	595	59129
3013780	Haute Faulx	haute-faulx	FR		0	Europe/Paris	48.79472	6.19437				44	54	543	54188
3013783	Haute Escalles	haute-escalles	FR		0	Europe/Paris	50.91305	1.72444				32	62	626	62307
3013786	Hautecourt-lès-Broville	hautecourt-les-broville	FR		0	Europe/Paris	49.19326	5.55939		Hautecourt,Hautecourt-les-Broville,Hautecourt-lès-Broville		44	55	553	55002
3013788	Haute Court	haute-court	FR		0	Europe/Paris	43.29791	6.429				93	83	831	83063
3013789	Haute Cour	haute-cour	FR		0	Europe/Paris	47.00905	3.38609				27	58	583	58232
3013791	Hautecour la Basse	hautecour-la-basse	FR		295	Europe/Paris	45.49934	6.54469		Haut-Vallon,Hautecour,Hautecour la Basse		84	73	731	73131
3013792	Hautecôte	hautecote	FR		410	Europe/Paris	50.30697	2.27502		Hautecote,Hautecôte		32	62	621	62631
3013794	Haute Colle	haute-colle	FR		0	Europe/Paris	47.61143	-1.67905				52	44	445	44091
3013796	Hautebut	hautebut	FR		0	Europe/Paris	50.12535	1.48728				32	80	801	80826
3013797	Hautebrousse	hautebrousse	FR		0	Europe/Paris	45.1162	2.04823				75	19	192	19237
3013798	Haute Brenne	haute-brenne	FR		0	Europe/Paris	46.40372	3.23114				84	03	032	03169
3013799	Haute Biche	haute-biche	FR		0	Europe/Paris	48.23333	0.58333				52	72	722	72062
3013800	Haute Barre	haute-barre	FR		0	Europe/Paris	48.63271	0.99109				24	28	283	28231
3013802	Haute-Aubrée	haute-aubree	FR		0	Europe/Paris	44.42197	6.5394				93	04	041	04161
3013803	Haut Dive	haut-dive	FR		0	Europe/Paris	48.3738	0.36351				52	72	722	72188
3013804	Haut des Regniers	haut-des-regniers	FR		0	Europe/Paris	47.95649	3.655				27	89	891	89268
3013805	Haut d'Escardes	haut-d-escardes	FR		0	Europe/Paris	48.69247	3.52623				44	51	512	51233
3013806	Haut de l'Ouraille	haut-de-l-ouraille	FR		0	Europe/Paris	49.49028	0.97062		Haut de l'Ouraille,Louraille		28	76	763	76728
3013808	Haut de Bonce	haut-de-bonce	FR		0	Europe/Paris	45.69052	5.1113		Bonce,Bonec,Haut de Bonce		84	38	382	38475
3013809	Haut Coudreau	haut-coudreau	FR		0	Europe/Paris	46.6949	1.2557				24	36	361	36173
3013813	Haut-Chainq	haut-chainq	FR		0	Europe/Paris	48.02882	3.76582				27	89	891	89276
3013814	Haut Brec	haut-brec	FR		0	Europe/Paris	44.25385	6.65744		Brac,Haut Brec,Le Haut Brec		93	04	042	04006
3013815	Haut-Bout	haut-bout	FR		0	Europe/Paris	48.52575	1.91976				11	78	782	78564
3013816	Haut Bourg	haut-bourg	FR		0	Europe/Paris	47.18333	1.9				24	18	183	18100
3013817	Haut Bouchage	haut-bouchage	FR		0	Europe/Paris	48.39259	0.32525				52	72	722	72002
3013818	Haut Botbodern	haut-botbodern	FR		0	Europe/Paris	47.98333	-3.95				53	29	294	29049
3013821	Haut Beauvais	haut-beauvais	FR		0	Europe/Paris	48.13629	-0.84985				52	53	532	53054
3013824	Haut-Arques	haut-arques	FR		0	Europe/Paris	50.74088	2.3088				32	62	625	62040
3013835	Hausseline	hausseline	FR		0	Europe/Paris	49.57632	1.67686				28	76	761	76345
3013838	Haumont-lès-Lachaussée	haumont-les-lachaussee	FR		0	Europe/Paris	49.01097	5.80596		Haumont,Haumont-les-Lachaussee,Haumont-lès-Lachaussée		44	55	552	55267
3013841	Haumardière	haumardiere	FR		0	Europe/Paris	48.34478	0.84892				24	28	284	28236
3013853	Haudelamare	haudelamare	FR		0	Europe/Paris	49.69607	0.94154				28	76	761	76274
3013856	Haucourt-la-Rigole	haucourt-la-rigole	FR		0	Europe/Paris	49.31908	5.72556		Haucourt,Haucourt-la-Rigole		44	55	553	55500
3013865	Hattonville	hattonville	FR		0	Europe/Paris	48.99205	5.71564		Hattonville		44	55	552	55551
3013866	Hattonville	hattonville	FR		0	Europe/Paris	48.47525	1.8891				11	78	782	78009
3013867	Hattonchâtel	hattonchatel	FR		0	Europe/Paris	48.99229	5.70272		Hattonchatel,Hattonchâtel		44	55	552	55551
3013892	Hartancourt	hartancourt	FR		0	Europe/Paris	48.43717	1.3253				24	28	281	28350
3013898	Harribey	harribey	FR		0	Europe/Paris	44.32941	-0.64274				75	40	402	40307
3013910	Harméville	harmeville	FR		0	Europe/Paris	48.44198	5.33759		Harmeville,Harméville		44	52	523	52288
3013912	Harleville	harleville	FR		0	Europe/Paris	48.52591	1.62875				24	28	281	28023
3013913	Harlettes	harlettes	FR		0	Europe/Paris	50.71667	2.00217				32	62	625	62245
3013914	Haricourt	haricourt	FR		425	Europe/Paris	49.11403	1.5596		Haricourt		28	27	271	27331
3013919	Hargeville-sur-Chée	hargeville-sur-chee	FR		0	Europe/Paris	48.84563	5.18096		Hargeville,Hargeville-sur-Chee,Hargeville-sur-Chée		44	55	551	55123
3013925	Hardy	hardy	FR		0	Europe/Paris	48.23249	2.84059				11	77	774	77353
3013927	Hardouville	hardouville	FR		0	Europe/Paris	49.58626	0.90435				28	76	763	76433
3013930	Hardonière	hardoniere	FR		0	Europe/Paris	48.05655	-1.01701		Hardoniere,Hardonière,La Hardoniere,La Hardonière		52	53	532	53209
3013933	Hardinxent	hardinxent	FR		0	Europe/Paris	50.78375	1.80517				32	62	623	62705
3013938	Hardeville	hardeville	FR		0	Europe/Paris	49.16487	1.86187				11	95	953	95459
3013939	Hardessé	hardesse	FR		0	Europe/Paris	48.40205	1.31359				24	28	281	28286
3013941	Hardencourt	hardencourt	FR		0	Europe/Paris	49.29605	1.86894				32	60	601	60322
3013942	Hardelot-Plage	hardelot-plage	FR		0	Europe/Paris	50.63333	1.57919	9	Hardelot,Hardelot-Plage		32	62	623	62604
3013959	Haraumont	haraumont	FR		213	Europe/Paris	49.34588	5.27096		Haraumont		44	55	553	55571
3013963	Le Haras	le-haras	FR		0	Europe/Paris	48.9711	7.01782		Haras,Le Haras,Le Haras Grand		44	57	576	57628
3013967	Happe	happe	FR		0	Europe/Paris	50.62163	2.01429				32	62	624	62202
3013997	Handrechy	handrechy	FR		0	Europe/Paris	50.00933	1.59661				32	80	801	80500
3014004	Hamtelle	hamtelle	FR		0	Europe/Paris	48.48225	4.70953				44	52	523	52088
3014013	Hamicourt	hamicourt	FR		0	Europe/Paris	50.02734	1.69193				32	80	801	80765
3014021	Hameau des Vernes	hameau-des-vernes	FR		0	Europe/Paris	43.57053	5.79413				93	83	833	83006
3014022	Hameau des Dunes	hameau-des-dunes	FR		0	Europe/Paris	51.03333	2.23333				32	59	594	59359
3014042	Halling-lès-Boulay	halling-les-boulay	FR		0	Europe/Paris	49.15424	6.51143		Halling,Halling-les-Boulay,Halling-les-Boulay-Moselle,Halling-lès-Boulay,Halling-lès-Boulay-Moselle		44	57	573	57097
3014043	Halling	halling	FR		0	Europe/Paris	49.48524	6.23261				44	57	577	57557
3014051	Hallé	halle	FR		0	Europe/Paris	46.53105	1.69386				24	36	363	36146
3014055	Halescourt	halescourt	FR		0	Europe/Paris	49.60995	1.65228				28	76	761	76623
3014063	Hainneville	hainneville	FR		0	Europe/Paris	49.6489	-1.68395		Hainneville,Henneville		28	50	502	50129
3014093	Haeghe-Meulen	haeghe-meulen	FR		0	Europe/Paris	50.96615	2.48714				32	59	594	59641
3014095	Hadonville-lès-Lachaussée	hadonville-les-lachaussee	FR		0	Europe/Paris	49.05093	5.8183		Hadonville,Hadonville-les-Lachaussee,Hadonville-lès-Lachaussée		44	55	552	55267
3014107	Hâbleville	hableville	FR		0	Europe/Paris	49.76589	0.4239				28	76	762	76670
3014109	Habilas	habilas	FR		0	Europe/Paris	45.18796	1.85636				75	19	192	19098
3014111	Haberhaeuser	haberhaeuser	FR		0	Europe/Paris	47.61512	7.5347		Haberhaeuser,Haberhauser		44	68	684	68297
3014122	Gy-le-Grand	gy-le-grand	FR		0	Europe/Paris	47.176	2.00562				24	18	183	18140
3014145	Guy	guy	FR		0	Europe/Paris	47.27976	-2.34249		Coy,Guy		52	44	443	44055
3014156	Gurgazu	gurgazu	FR		0	Europe/Paris	41.40537	9.22545		Gurgazo,Gurgazu		94	2A	2A4	2A041
3014168	Gumont	gumont	FR		0	Europe/Paris	45.16119	1.41502				75	19	191	19229
3014184	Guitrouch	guitrouch	FR		0	Europe/Paris	48.66667	-4.35				53	29	291	29091
3014190	Guitalens	guitalens	FR		378	Europe/Paris	43.64256	2.03898		Guitalens		76	81	812	81132
3014194	Sambuco	sambuco	FR		0	Europe/Paris	42.248	9.17248		Guiselle,Sambuco,Vitelile		94	2B	2B3	2B341
3014199	Guisand	guisand	FR		0	Europe/Paris	44.53266	5.21252				84	26	262	26060
3014202	Guirlange	guirlange	FR		0	Europe/Paris	49.224	6.46924		Guirlange		44	57	573	57252
3014204	Guirhoën	guirhoen	FR		0	Europe/Paris	48.43833	-3.88142				53	29	293	29202
3014206	Guirande	guirande	FR		0	Europe/Paris	44.61442	2.16276				76	46	462	46101
3014210	Guiperreux	guiperreux	FR		0	Europe/Paris	48.65915	1.69892		Guiperreux		11	78	782	78307
3014211	Guipereux	guipereux	FR		0	Europe/Paris	48.63502	2.28518				11	91	913	91347
3014217	Guinot	guinot	FR		0	Europe/Paris	44.51448	0.38342				75	47	472	47232
3014231	Guinarthe	guinarthe	FR		239	Europe/Paris	43.38371	-0.94848		Ginart-Paranti,Guinarte e Parentias,Guinarte e Paréntias,Guinarte-Parentias,Guinarthe,Guinarthe-Parenties,ji na er te ba lang di,Гинарт-Паранти,Гінарт-Паранті,吉纳尔特巴朗迪		75	64	642	64251
3014234	Guimot	guimot	FR		0	Europe/Paris	45.59328	3.44164				84	63	631	63056
3014235	Guimonvilliers	guimonvilliers	FR		0	Europe/Paris	48.48208	1.19493				24	28	281	28302
3014237	Guimerville	guimerville	FR		0	Europe/Paris	49.88517	1.70257		Guimerville		28	76	761	76363
3014240	Guilmesnil	guilmesnil	FR		0	Europe/Paris	49.56583	1.48657				28	76	761	76676
3014253	Guillirin	guillirin	FR		0	Europe/Paris	45.71667	2.18333				75	19	193	19261
3014259	Guillerville	guillerville	FR		0	Europe/Paris	49.60822	0.55382				28	76	762	76115
3014260	Guillerville	guillerville	FR		0	Europe/Paris	48.41664	1.95399				24	28		
3014262	Guillermard	guillermard	FR		0	Europe/Paris	45.59213	5.56061		Guillermard,Le Guillermard		84	38	382	38124
3014263	Guillerien	guillerien	FR		0	Europe/Paris	47.99271	-2.59769				53	56	562	56102
3014264	Guillenfosse	guillenfosse	FR		0	Europe/Paris	49.44676	1.8108				32	60	601	60577
3014267	Guillaumont	guillaumont	FR		0	Europe/Paris	45.78352	3.44151				84	63	635	63045
3014271	Guillassou	guillassou	FR		0	Europe/Paris	45.10395	0.50888		Guillassou,Les Guillassoux		75	24	243	24442
3014272	Guillarme	guillarme	FR		0	Europe/Paris	45.58029	4.37059				84	42	421	42264
3014276	Guilhon	guilhon	FR		0	Europe/Paris	44.85999	4.41673				84	07	073	07239
3014281	Guiler	guiler	FR		0	Europe/Paris	48.37666	-4.17				53	29	291	29086
3014286	Guignonville	guignonville	FR		0	Europe/Paris	48.19427	2.11396		Guignonville		24	45	453	45160
3014297	Guignaise	guignaise	FR		0	Europe/Paris	44.68333	5.46667				84	26	261	26178
3014298	Ghigliazza	ghigliazza	FR		0	Europe/Paris	42.13753	8.97051		Ghigliazza,Guigliazza		94	2A	2A1	2A204
3014301	Guidourous	guidourous	FR		0	Europe/Paris	48.58333	-3.91667				53	29	293	29279
3014302	Guiderkirch	guiderkirch	FR		0	Europe/Paris	49.10601	7.27294		Guiderkirch,Quickerkirch		44	57	576	57196
3014308	Guichards	guichards	FR		0	Europe/Paris	46.69515	3.25943				84	03	032	03316
3014309	Guichards	guichards	FR		0	Europe/Paris	44.84602	0.5815				75	24	241	24419
3014312	Guiblin	guiblin	FR		0	Europe/Paris	46.76162	3.12106				27	58	583	58264
3014315	Guibermesnil	guibermesnil	FR		0	Europe/Paris	49.84257	1.84028		Guibermesnil		32	80	802	80456
3014316	Guibaudie	guibaudie	FR		0	Europe/Paris	45.13392	0.48459				75	24	243	24442
3014324	Gueyze	gueyze	FR		0	Europe/Paris	44.04411	0.1327		Gueyze		75	47	474	47302
3014335	Gueudreville	gueudreville	FR		0	Europe/Paris	48.18975	2.03444				24	45	453	45025
3014336	Gueudreville	gueudreville	FR		0	Europe/Paris	48.15691	2.13977				24	45	453	45174
3014352	Guerveur	guerveur	FR		0	Europe/Paris	48.68422	-4.03578				53	29	293	29192
3014355	Guerry	guerry	FR		0	Europe/Paris	47.03533	2.52363				24	18	181	18247
3014356	Guerre Vieille	guerre-vieille	FR		0	Europe/Paris	43.3	6.6		Guerre Vieille,Guerrevieille-Beauvallon		93	83	831	83068
3014366	Guermet	guermet	FR		0	Europe/Paris	48.19579	0.49227				52	72	722	72281
3014370	Guerlédan	guerledan	FR		0	Europe/Paris	48.19247	-3.0199				53	56	562	56203
3014378	Guerguiniou	guerguiniou	FR		0	Europe/Paris	48.52945	-3.67967				53	29	293	29199
3014385	Guerduel	guerduel	FR		0	Europe/Paris	48.4622	-3.26167				53	22	222	22249
3014396	Gueny	gueny	FR		0	Europe/Paris	47.44429	-1.7087				52	44	445	44015
3014400	Guénouvry	guenouvry	FR		0	Europe/Paris	47.60409	-1.77104		Guenouvry,Guénouvry		52	44	445	44067
3014404	Guénézan	guenezan	FR		0	Europe/Paris	48.61707	-3.28545		Guenezan,Guénézan		53	22	222	22004
3014405	Guénestroff	guenestroff	FR		0	Europe/Paris	48.82584	6.70238				44	57	575	57270
3014409	Guémy	guemy	FR		0	Europe/Paris	50.8029	2.02968				32	62	625	62827
3014411	Guémicourt	guemicourt	FR		0	Europe/Paris	49.8097	1.74413		Guemicourt,Guémicourt		32	80	802	80703
3014414	Guémardières	guemardieres	FR		0	Europe/Paris	47.94571	0.34331				52	72	723	72231
3014417	Guelven	guelven	FR		0	Europe/Paris	48.1	-3.91667				53	29	294	29048
3014422	Guégnier	guegnier	FR		0	Europe/Paris	44.41589	6.74227				93	04	041	04096
3014426	Gué de Frise	gue-de-frise	FR		0	Europe/Paris	47.50904	3.00381				27	58	584	58270
3014441	Güé	gue	FR		0	Europe/Paris	48.61845	5.01257				44	55	551	55010
3014448	Gubian	gubian	FR		0	Europe/Paris	43.99395	5.68246				93	04	044	04162
3014451	Gualdo	gualdo	FR		0	Europe/Paris	42.97552	9.37375		Gualdo		94	2B	2B2	2B107
3014452	Gualdaricciu	gualdaricciu	FR		0	Europe/Paris	41.70683	9.1562		Gualdariccio,Gualdaricciu		94	2A	2A4	2A300
3014453	Guita	guita	FR		0	Europe/Paris	42.26608	8.70425		Guaita,Guita,Vaita,Vaïta		94	2A	2A1	2A198
3014462	Gruville	gruville	FR		0	Europe/Paris	49.72548	0.45075				28	76	762	76187
3014475	Grumeau	grumeau	FR		0	Europe/Paris	45.74736	5.83216		Grimod,Grumeau		84	73	732	73193
3014482	Gruffiel	gruffiel	FR		0	Europe/Paris	44.78333	1.73333				76	46	463	46128
3014488	Gruchy	gruchy	FR		0	Europe/Paris	49.50276	1.27062				28	76	763	76100
3014491	Gruchet	gruchet	FR		0	Europe/Paris	49.32251	1.72395				28	27	271	27533
3014444	Gudas	gudas	FR	09120	117	Europe/Paris	43.00376	1.67681		Gudas		76	09	091	09137
3014504	Grouannec Coz	grouannec-coz	FR		0	Europe/Paris	48.59099	-4.46258		Grouannec,Grouannec Coz		53	29	291	29195
3014514	Grossoeuvre	grossoeuvre	FR		0	Europe/Paris	49.93333	1.2				28	76	761	76618
3014520	Grossereix	grossereix	FR		0	Europe/Paris	45.89252	1.28687				75	87	872	87085
3014531	Grosmesnil	grosmesnil	FR		0	Europe/Paris	49.64245	1.20828				28	76	763	76188
3014533	Gros Louis	gros-louis	FR		0	Europe/Paris	45.48656	5.83562		Gros Louis,Le Gros Louis,Les Gros Louis		84	73	732	73282
3014534	Groslieu	groslieu	FR		0	Europe/Paris	48.48887	1.92238				11	78	782	78009
3014543	Groseillier	groseillier	FR		0	Europe/Paris	45.75444	4.00726				84	42	421	42019
3014545	Gros Chêne	gros-chene	FR		0	Europe/Paris	48.07644	-1.33486				53	35	351	35087
3014551	Gros Bout	gros-bout	FR		0	Europe/Paris	46.6096	0.58936				75	86	863	86031
3014570	Gros	gros	FR		0	Europe/Paris	44.67421	6.6705				93	05	051	05052
3014571	Gronet	gronet	FR		0	Europe/Paris	47.64047	4.69072				27	21	213	21235
3014572	Grond	grond	FR		0	Europe/Paris	47.01976	3.5869				27	58	581	58292
3014585	Grogneul	grogneul	FR		0	Europe/Paris	48.5582	1.57886				24	28	281	28357
3014586	Grognault	grognault	FR		0	Europe/Paris	48.45	1.31667				24	28	281	28325
3014589	Grizard	grizard	FR		0	Europe/Paris	45.01667	4.45				84	07	073	07204
3014590	Grizac	grizac	FR		0	Europe/Paris	44.34283	3.69975				76	48	481	48116
3014592	Grivoux	grivoux	FR		0	Europe/Paris	45.7574	5.34052				84	38	382	38282
3014597	Grivery	grivery	FR		0	Europe/Paris	48.67124	2.1539				11	91	913	91275
3014602	Grisy	grisy	FR		0	Europe/Paris	49.0025	-0.06228		Grisy		28	14	142	14735
3014604	Grisols	grisols	FR		0	Europe/Paris	45.00925	3.11666				84	15	153	15188
3014612	Grisail	grisail	FR		0	Europe/Paris	44.93757	5.60945		Grisail,Grisal		84	38	381	38391
3014614	Gript	gript	FR		0	Europe/Paris	46.21412	-0.46975		Gript		75	79	792	79137
3014616	Gripp	gripp	FR		0	Europe/Paris	42.94592	0.22184		Gripp		76	65	652	65123
3014618	Grioudas	grioudas	FR		0	Europe/Paris	44.42367	2.72727				76	12	122	12157
3014620	Griniac	griniac	FR		0	Europe/Paris	45.09025	3.60867				84	43	431	43239
3014621	Gringaud	gringaud	FR		0	Europe/Paris	44.71713	0.84547				75	24	241	24244
3014626	Grimone	grimone	FR		0	Europe/Paris	44.69608	5.63573				84	26	261	26142
3014642	Grillasca	grillasca	FR		0	Europe/Paris	42.76764	9.36902		Grillasca		94	2B	2B2	2B187
3014658	Grignol	grignol	FR		0	Europe/Paris	45.66183	0.48046				75	16	161	16223
3014660	Grigne	grigne	FR		0	Europe/Paris	45.04078	1.11215		Grigne,Grignes		75	24	244	24552
3014664	Griesbach-le-Bastberg	griesbach-le-bastberg	FR		0	Europe/Paris	48.81472	7.43594		Griesbach		44	67	674	67061
3014666	Griesbach	griesbach	FR		0	Europe/Paris	48.8897	7.67662		Griesbach		44	67	672	67176
3014670	Griauges	griauges	FR		0	Europe/Paris	45.09744	4.91487				84	26	263	26092
3014685	Grèze	greze	FR		0	Europe/Paris	44.88333	0.85				75	24	243	24318
3014694	Greuppe	greuppe	FR		0	Europe/Paris	50.55729	2.23085				32	62	625	62153
3014695	Greuille	greuille	FR		0	Europe/Paris	46.7321	1.88514				24	36	362	36211
3014706	Gresse	gresse	FR		0	Europe/Paris	44.2426	5.46485		Gresse		84	26	262	26181
3014707	Gresollette	gresollette	FR		0	Europe/Paris	45.84173	3.95096				84	42	422	42260
3014709	Grésine	gresine	FR		0	Europe/Paris	45.72905	5.88964				84	73	732	73059
3014714	Grésignac	gresignac	FR		0	Europe/Paris	45.39395	0.35245		Gresignac,Grezignac,Grésignac,Grézignac		75	24	243	24109
3014719	Greolier	greolier	FR		0	Europe/Paris	44.4611	6.23041				93	05	052	05121
3014723	Grenoux	grenoux	FR		0	Europe/Paris	48.07919	-0.80147				52	53	532	53130
3014725	Grénord	grenord	FR		0	Europe/Paris	45.86055	0.70397				75	16	163	16070
3014732	Grénieux	grenieux	FR		0	Europe/Paris	45.81753	4.14613				84	42	421	42155
3014733	Grenier	grenier	FR		117	Europe/Paris	45.28767	3.19477		Grenier,Grenier-Montgon		84	43	431	43103
3014737	Grenelle	grenelle	FR		0	Europe/Paris	48.84842	2.29164		Grenelle,Quartier de Grenelle		11	75	751	75056
3014752	Greil	greil	FR		0	Europe/Paris	45.29333	2.87953		Greil,Le Greil		84	15	153	15091
3014755	Grégny	gregny	FR		0	Europe/Paris	45.49864	6.53655				84	73	731	73131
3014757	Greffiers	greffiers	FR		0	Europe/Paris	48.61395	1.84006		Greffier,Greffiers		11	78	782	78601
3014765	Grebusson	grebusson	FR		0	Europe/Paris	48.14266	-1.50742				53	35	353	35001
3014782	Grayan	grayan	FR		0	Europe/Paris	45.44327	-1.09161		Grayan,Grayan-et-l'Hopital,Grayan-et-l'Hôpital		75	33	334	33193
3014790	Gravoins	gravoins	FR		0	Europe/Paris	46.11667	3.56667		Gravins,Gravoins		84	03	033	03174
3014791	Gravin	gravin	FR		0	Europe/Paris	46.00496	6.6214				84	74	742	74159
3014793	Graville	graville	FR		0	Europe/Paris	49.50179	0.16108				28	76	762	76351
3014814	Gravelle	gravelle	FR		0	Europe/Paris	45.17384	0.59073		Gravelle		75	24	243	24010
3014821	Gravard	gravard	FR		0	Europe/Paris	48.40229	1.0038				24	28	284	28362
3014822	Gravanches	gravanches	FR		0	Europe/Paris	45.8	3.16667				84	63	632	63019
3014829	Graulet	graulet	FR		0	Europe/Paris	44.70786	0.3747				75	24	241	24423
3014830	Graules Hautes	graules-hautes	FR		0	Europe/Paris	44.74524	1.55268				76	46	463	46059
3014831	Graules Basses	graules-basses	FR		0	Europe/Paris	44.75443	1.54478				76	46	463	46059
3014832	Graufthal	graufthal	FR		0	Europe/Paris	48.81937	7.28126		Graufthal		44	67	674	67133
3014838	Grattenoix	grattenoix	FR		0	Europe/Paris	49.70702	1.57251				28	76	761	76065
3014843	Gratteloup	gratteloup	FR		0	Europe/Paris	46.29344	3.10744				84	03	033	03175
3014844	Grate	grate	FR		0	Europe/Paris	42.45839	9.29478		Grate,Gratte		94	2B	2B3	2B337
3014852	Grasset	grasset	FR		0	Europe/Paris	46.63419	2.93447				84	03	032	03251
3014853	Grasse Payelle	grasse-payelle	FR		0	Europe/Paris	50.84448	2.06087				32	62	626	62906
3014858	Grasquiesne	grasquiesne	FR		0	Europe/Paris	49.46667	0.6		Grasquesne,Grasquiesne		28	76	762	76499
3014859	Grascazes	grascazes	FR		0	Europe/Paris	44.124	2.44143				76	12	123	12144
3014863	Grapoule	grapoule	FR		0	Europe/Paris	47.6728	3.46513				27	89	891	89117
3014870	Granon	granon	FR		0	Europe/Paris	44.96822	6.64908		Chalets de Granon,Châlets de Granon,Granon		93	05	051	05174
3014871	Granile	granile	FR		0	Europe/Paris	44.03864	7.56809		Granile,Granille		93	06	062	06163
3014876	Grange Villedon	grange-villedon	FR		0	Europe/Paris	46.12791	0.83349				75	87	871	87069
3014877	Grangette	grangette	FR		0	Europe/Paris	47.59251	3.31798				27	89	891	89416
3014882	Granges-Sainte-Marie	granges-sainte-marie	FR		0	Europe/Paris	46.78091	6.28431		Granges-Sainte-Marie,Les Granges-Sainte-Marie		27	25	253	25320
3014888	Granges de Remonando	granges-de-remonando	FR		0	Europe/Paris	43.91687	7.33716				93	06	062	06077
3014889	Granges de Furfande	granges-de-furfande	FR		0	Europe/Paris	44.73389	6.70624				93	05	051	05007
3014890	Granges de Faisset	granges-de-faisset	FR		0	Europe/Paris	43.96838	7.41597		Granges de Faisset,Granges de Fascie		93	06	062	06086
3014899	Grange Pourrain	grange-pourrain	FR		0	Europe/Paris	48.10823	3.4249				27	89	893	89142
3014901	Grange-l'Évêque	grange-l-eveque	FR		0	Europe/Paris	48.3227	3.94572		Grange-l'Eveque,Grange-l'Évêque,La Grange-l'Eveque,La Grange-l'Evêque		44	10	103	10349
3014902	Grange-le-Bocage	grange-le-bocage	FR		0	Europe/Paris	48.32968	3.43658		Grange,Grange-le-Bocage		27	89	893	89469
3014905	Grange Bertin	grange-bertin	FR		0	Europe/Paris	48.09027	3.44456				27	89	893	89142
3014913	Grange	grange	FR		0	Europe/Paris	46.6	2.33333				24	18	182	18192
3014923	Grandville-Gaudreville	grandville-gaudreville	FR		0	Europe/Paris	48.36141	1.96905		Grandville,Grandville-Gaudreville		24	28	281	28183
3014924	Grand Villebœuf	grand-villeboeuf	FR		0	Europe/Paris	47.05407	2.5681				24	18	181	18247
3014927	Grand Villatte	grand-villatte	FR		0	Europe/Paris	47.3	2.3				24	18	183	18165
3014929	Grand Villalin	grand-villalin	FR		0	Europe/Paris	47.15057	2.16362				24	18	183	18190
3014931	Grand Village	grand-village	FR		0	Europe/Paris	47.29969	-3.18798				53	56	561	56009
3014938	Grand Veau	grand-veau	FR		0	Europe/Paris	46.72772	2.87781				84	03	032	03155
3014939	Grand Vaux	grand-vaux	FR		0	Europe/Paris	48.6739	2.34661				11	91	913	91589
3014948	Grand Vallée	grand-vallee	FR		0	Europe/Paris	47.55761	4.79142				27	21	212	21489
3014954	Grand Torcy	grand-torcy	FR		0	Europe/Paris	49.72022	0.59453				28	76	761	76490
3014955	Grand Tassay	grand-tassay	FR		0	Europe/Paris	46.94019	2.06067				24	36	364	36052
3014957	Grand Soussans	grand-soussans	FR		0	Europe/Paris	45.06084	-0.70309				75	33	334	33517
3014962	Grands Mergers	grands-mergers	FR		0	Europe/Paris	48.57167	1.91813		Grands Mergers,Grands Meurgers		11	78	782	78537
3014963	Grands Marmiers	grands-marmiers	FR		0	Europe/Paris	45.99262	1.49103				75	87	872	87079
3014964	Grands Harraults	grands-harraults	FR		0	Europe/Paris	47.66667	3.16667				27	89	891	89254
3014965	Grand Servins	grand-servins	FR		0	Europe/Paris	50.40693	2.63225				32	62	627	62793
3014969	Grands Champs	grands-champs	FR		0	Europe/Paris	44.99791	0.41566				75	24	243	24161
3014974	Grandsart	grandsart	FR		0	Europe/Paris	50.01349	1.86801				32	80	801	80051
3014977	Grand Saint-Jean	grand-saint-jean	FR		0	Europe/Paris	43.60348	5.37275				93	13	131	13001
3014978	Grand Saint-Elven	grand-saint-elven	FR		0	Europe/Paris	48.46667	-4.36667				53	29	291	29095
3014983	Grandry	grandry	FR		0	Europe/Paris	47.09606	3.80822				27	58	581	58107
3014984	Grand-Ry	grand-ry	FR		0	Europe/Paris	46.99488	3.85309				27	58	581	58277
3014988	Grand Ruissotte	grand-ruissotte	FR		0	Europe/Paris	47.41004	3.93574				27	89	892	89347
3014993	Grand Rouvre	grand-rouvre	FR		0	Europe/Paris	47.23806	0.86841				24	37	373	37085
3014995	Grand Roure	grand-roure	FR		0	Europe/Paris	45.32613	4.30102				84	43	433	43177
3014999	Grand Ris	grand-ris	FR		0	Europe/Paris	48.1	-4.3				53			
3015001	Grand Ris	grand-ris	FR		0	Europe/Paris	45.67759	3.92911				84	42	421	42205
3015014	Grand Quinquis-Ivin	grand-quinquis-ivin	FR		0	Europe/Paris	48.25	-3.91667				53	29	292	29033
3015015	Grand Quinquis	grand-quinquis	FR		0	Europe/Paris	48.53333	-4.6				53	29	291	29196
3015018	Grand Prunier	grand-prunier	FR		0	Europe/Paris	44.70939	0.48634				75	24	241	24383
3015022	Grand Pré	grand-pre	FR		0	Europe/Paris	49.57447	1.32483				28	76	763	76571
3015024	Grand Pré	grand-pre	FR		0	Europe/Paris	44.5	6.31667				93	05	052	05163
3015025	Grandprat	grandprat	FR		0	Europe/Paris	46.19443	2.02943				75	23	231	23154
3015026	Grand Porlach	grand-porlach	FR		0	Europe/Paris	48.55	-4.28333				53	29	291	29288
3015027	Grand-Pont	grand-pont	FR		0	Europe/Paris	46.64088	0.36142				75	86	863	86062
3015031	Grand Peugny	grand-peugny	FR		0	Europe/Paris	48.42916	3.25786				11	77	773	77325
3015032	Grand Pernier	grand-pernier	FR		0	Europe/Paris	46.58333	2.76667				84	03	031	03313
3015033	Grand Penarménez	grand-penarmenez	FR		0	Europe/Paris	48.11667	-3.93333				53	29	294	29048
3015034	Grand Passieu	grand-passieu	FR		0	Europe/Paris	45.75783	5.22261		Grand Passieu,Passieu		84	38	382	38451
3015036	Grand Parc	grand-parc	FR		0	Europe/Paris	49.60216	1.31547		Grand Parc,Parc		28	76	761	76532
3015037	Grand Pagnac	grand-pagnac	FR		0	Europe/Paris	45.88333	1.08333				75	87	872	87202
3015038	Grandouet	grandouet	FR		0	Europe/Paris	49.15876	0.06403		Grandouet		28	14	143	14126
3015039	Grand Orme	grand-orme	FR		0	Europe/Paris	47.85182	1.91807				24	45	452	45232
3015040	Grand Nérat	grand-nerat	FR		0	Europe/Paris	46.17	1.58192				75	23	232	23047
3015041	Grand Moustoir	grand-moustoir	FR		0	Europe/Paris	47.8355	-3.31201		Grand Moustoir,Grand Moustou		53	56	561	56036
3015042	Grand-Morvillé	grand-morville	FR		0	Europe/Paris	48.17471	0.76789				52	72	722	72353
3015048	Grand Montaigut	grand-montaigut	FR		0	Europe/Paris	48.26667	0.88333				24	28	284	28407
3015053	Grandmont	grandmont	FR		0	Europe/Paris	48.46825	4.71591				44	52	523	52411
3015055	Grand-Mille Brugghe	grand-mille-brugghe	FR		0	Europe/Paris	50.96263	2.34493		Grand Mille-Brugge,Grand-Mille Brugghe		32	59	594	59579
3015056	Grand Millanfroid	grand-millanfroid	FR		0	Europe/Paris	47.27171	2.30295				24	18	181	18004
3015059	Grandmesnil	grandmesnil	FR		0	Europe/Paris	48.9168	0.03197		Grandmesnil		28	14	143	14654
3015060	Grand Ménès-Riou	grand-menes-riou	FR		0	Europe/Paris	47.96667	-3.93333				53	29	294	29272
3015062	Grand Mazuras	grand-mazuras	FR		0	Europe/Paris	45.91285	1.76365				75	23	232	23078
3015064	Grand Mas	grand-mas	FR		0	Europe/Paris	44.9854	0.79084				75	24	243	24576
3015065	Grand-Mas	grand-mas	FR		0	Europe/Paris	44.494	2.49886				76	12	122	12161
3015067	Grand Marsac	grand-marsac	FR		0	Europe/Paris	47.30294	-2.2378				52	44	443	44184
3015073	Grand Luc	grand-luc	FR		0	Europe/Paris	46.72662	1.35984				24	36	361	36124
3015074	Grand Lopers	grand-lopers	FR		0	Europe/Paris	47.98333	-3.53333				53	29	294	29230
3015077	Grand Ligautenx	grand-ligautenx	FR		0	Europe/Paris	44.26833	-1.01095				75	40	402	40163
3015079	Grand Lestréonec	grand-lestreonec	FR		0	Europe/Paris	48.48333	-4.3				53	29	291	29179
3015080	Grand Lestanet	grand-lestanet	FR		0	Europe/Paris	48.51667	-4.36667				53	29	291	29047
3015081	Grand Lesivy	grand-lesivy	FR		0	Europe/Paris	48.46667	-4.33333				53	29	291	29245
3015083	Grand le Crann	grand-le-crann	FR		0	Europe/Paris	48.36667	-3.78333				53	29	292	29081
3015085	Grand Lay	grand-lay	FR		0	Europe/Paris	47.32534	0.94685				24	37	373	37027
3015095	Grand Kerouez	grand-kerouez	FR		0	Europe/Paris	48.61667	-4.11667				53	29	293	29213
3015096	Grand Kerloïs	grand-kerlois	FR		0	Europe/Paris	48.51667	-4.33333				53	29	291	29179
3015097	Grand Kerinou	grand-kerinou	FR		0	Europe/Paris	48.4	-4.48333				53	29	291	29019
3015098	Grand Kergonan	grand-kergonan	FR		0	Europe/Paris	48.23333	-3.68333				53	29	292	29029
3015100	Grand Jarien	grand-jarien	FR		0	Europe/Paris	46.96096	2.30207				24	18	181	18201
3015102	Grand-Jainville	grand-jainville	FR		0	Europe/Paris	49.61319	0.97481				28	76	763	76234
3015104	Grand Island	grand-island	FR		0	Europe/Paris	47.45155	3.85773				27	89	892	89203
3015105	Grandhoux	grandhoux	FR		0	Europe/Paris	48.32283	1.15221				24	28	284	28282
3015107	Grand Guichy	grand-guichy	FR		0	Europe/Paris	47.25991	3.15601				27	58	584	58188
3015109	Grand Grangeneuve	grand-grangeneuve	FR		0	Europe/Paris	46.98971	1.75124				24	36	362	36026
3015110	Grand Grammont	grand-grammont	FR		0	Europe/Paris	45.78743	1.8018				75	87	872	87117
3015111	Grand Gouvoux	grand-gouvoux	FR		0	Europe/Paris	45.70866	5.51549				84	38	382	38465
3015113	Grand Gomard	grand-gomard	FR		0	Europe/Paris	49.96667	1.45				28	76	761	76435
3015117	Grand Gasson	grand-gasson	FR		0	Europe/Paris	48.1344	2.69192				11	77	774	77099
3015121	Grand Fy	grand-fy	FR		0	Europe/Paris	46.5618	2.888				84	03	031	03282
3015122	Grand Frévaux	grand-frevaux	FR		0	Europe/Paris	47.98852	3.69377				27	89	891	89345
3015129	Grandfontaine-Fournets	grandfontaine-fournets	FR		0	Europe/Paris	47.12699	6.5546		Grandfontaine,Grandfontaine-Fournets		27	25	253	25288
3015141	Grande Ville	grande-ville	FR		0	Europe/Paris	48.58595	1.87757		Grand-Ville,Grande Ville		11	78	782	78601
3015143	La Grande Verrerie	la-grande-verrerie	FR		0	Europe/Paris	48.224	7.2701		Grande-Verrerie,La Grande Verrerie		44	68	682	68269
3015162	Grandes Sables	grandes-sables	FR		0	Europe/Paris	45.09781	6.00985		Grandes Sables,Les Sables		84	38	381	38052
3015166	Grandes Nonnettes	grandes-nonnettes	FR		0	Europe/Paris	49.72683	0.70566				28	76	761	76483
3015168	Grande Serenne	grande-serenne	FR		0	Europe/Paris	44.52996	6.77559		Grand Serenne,Grande Serenne		93	04	041	04193
3015175	Grande Sainte-Anne	grande-sainte-anne	FR		0	Europe/Paris	44.25777	5.9158				93	05	052	05103
3015185	Grande Poisse	grande-poisse	FR		0	Europe/Paris	47.54011	3.38797		Grande Poisse,La Poisse		27	89	891	89148
3015202	Grande Mérie	grande-merie	FR		0	Europe/Paris	48.15023	0.74388				52	72	722	72105
3015207	Grande Lande	grande-lande	FR		0	Europe/Paris	48.09404	-0.77452		Grande Lande,Lande Grande		52	53	532	53054
3015209	Grande Justice	grande-justice	FR		0	Europe/Paris	48.22386	3.02841		Grande Justice,La Grande Justice		27	89	893	89428
3015217	Grand Égrefin	grand-egrefin	FR		0	Europe/Paris	48.4	0.36667				52	72	722	72091
3015233	Grande Courbetière	grande-courbetiere	FR		0	Europe/Paris	48.34671	0.70135				28	61	613	61309
3015236	Grande Chapelle	grande-chapelle	FR		0	Europe/Paris	46.92171	1.73533				24	36	362	36026
3015240	Grande Cabane	grande-cabane	FR		0	Europe/Paris	44.85252	5.48906				84	38	381	38186
3015241	Grande Brosse	grande-brosse	FR		0	Europe/Paris	46.99154	-1.41691				52	44	442	44216
3015243	Grande Bozée	grande-bozee	FR		0	Europe/Paris	48.03672	-0.59518				52	53	531	53025
3015245	Grande Bodardière	grande-bodardiere	FR		0	Europe/Paris	48.2028	1.02582		Grande Bodardiere,Grande Bodardière,La Bodardiere,La Bodardière		24	28	282	28398
3015257	Grand Drévez	grand-drevez	FR		0	Europe/Paris	47.98333	-4.31667				53	29	294	29108
3015258	Grand Donzé	grand-donze	FR		0	Europe/Paris	47.18468	2.26543				24	18	183	18005
3015262	Grand-Creilly	grand-creilly	FR		0	Europe/Paris	48.25236	2.89471				11	77	774	77261
3015264	Grand-Cozance	grand-cozance	FR		0	Europe/Paris	45.70326	5.33148				84	38	382	38515
3015268	Grand Courcelles	grand-courcelles	FR		0	Europe/Paris	48.24213	2.96328				11	77	773	77115
3015276	Grand-Coeur	grand-coeur	FR		0	Europe/Paris	45.51669	6.50526				84	73	731	73003
3015277	Grand Codere	grand-codere	FR		0	Europe/Paris	45.18635	1.11999		Grand Codere,Grand-Coder		75	24	244	24491
3015282	Grand Chavon	grand-chavon	FR		0	Europe/Paris	44.01777	5.54987				93	04	044	04208
3015283	Grand Chaventon	grand-chaventon	FR		0	Europe/Paris	46.84963	1.40402				24	36	362	36031
3015284	Grand Chaux	grand-chaux	FR		0	Europe/Paris	46.55914	2.3919				24	18	182	18203
3015285	Grand Chaumeix	grand-chaumeix	FR		0	Europe/Paris	46.33892	2.15492				75	23	231	23120
3015286	Grand Chaufour	grand-chaufour	FR		0	Europe/Paris	47.35	3.28333				27	58	582	58163
3015294	Grand Chardavon	grand-chardavon	FR		0	Europe/Paris	44.34411	6.32584				93	04	043	04205
3015296	Grand Chanoy	grand-chanoy	FR		0	Europe/Paris	47.56886	2.77276				24	45	451	45087
3015309	Grandchamp, Forgès	grandchamp-forges	FR		0	Europe/Paris	45.14726	1.86912				75	19	192	19084
3015310	Grand Chalier	grand-chalier	FR		0	Europe/Paris	45.73333	1.16667				75	87	872	87094
3015312	Grand Ceriseaux	grand-ceriseaux	FR		0	Europe/Paris	48.18761	2.77422				11	77	774	77458
3015313	Grand-Castang	grand-castang	FR		0	Europe/Paris	44.90119	0.75519		Grand-Castang		75	24	241	24260
3015314	Grand Captot	grand-captot	FR		0	Europe/Paris	49.65155	0.7884				28	76	763	76253
3015321	Grand Buc	grand-buc	FR		0	Europe/Paris	44.62901	0.51098				75	47	473	47299
3015322	Grand-Brunville	grand-brunville	FR		0	Europe/Paris	49.60084	0.90672				28	76	763	76385
3015323	Grand Brugeron	grand-brugeron	FR		0	Europe/Paris	45.41336	1.49683				75	19	192	19285
3015324	Grand Bréau	grand-breau	FR		0	Europe/Paris	48.65242	2.94521				11	77	773	77135
3015325	Grand Bray	grand-bray	FR		0	Europe/Paris	50.41233	3.40322				32	59	596	59284
3015328	Grand Bouville	grand-bouville	FR		0	Europe/Paris	48.43216	2.26721		Grand Bouville,Le Grand Bouville		11	91	911	91100
3015329	Grand Bourgneuf	grand-bourgneuf	FR		0	Europe/Paris	47.91667	2.01667				24	45	452	45089
3015331	Grand Bossieu	grand-bossieu	FR		0	Europe/Paris	45.4123	5.13452		Grand Bossieu,Grand Bossieux		84	38	383	38049
3015332	Grand Bonnezeaux	grand-bonnezeaux	FR		0	Europe/Paris	47.27678	-0.48451				52	49	491	49345
3015333	Grand Boisvieil	grand-boisvieil	FR		0	Europe/Paris	43.50464	4.75643		Grand Boisvieil,Grand Boisviel		93	13	132	13004
3015339	Grand-Bois	grand-bois	FR		0	Europe/Paris	48.23948	1.3076				24	28	282	28370
3015341	Grand-Blanque	grand-blanque	FR		0	Europe/Paris	49.61592	0.64487				28	76	762	76002
3015344	Grand-Bérou	grand-berou	FR		0	Europe/Paris	48.38169	1.4053				24	28	281	28245
3015345	Grand Bergeresse	grand-bergeresse	FR		0	Europe/Paris	47.19564	0.92648				24	37	373	37016
3015347	Grand Beire	grand-beire	FR		0	Europe/Paris	47.41823	5.20537				27	21	212	21056
3015349	Grand Beaumont	grand-beaumont	FR		0	Europe/Paris	46.72304	3.00514				84	03	032	03210
3015350	Grand Batonceau	grand-batonceau	FR		0	Europe/Paris	48.61566	1.7739		Batonceau,Grand Batonceau		11	78	782	78269
3015352	Grand Barbegal	grand-barbegal	FR		0	Europe/Paris	43.69527	4.71569		Barbegal,Grand Barbegal,Le Grand Barbegal		93	13	132	13004
3015354	Grand Bailly	grand-bailly	FR		0	Europe/Paris	47.93738	3.27939				27	89	893	89388
3015355	Grand Badon	grand-badon	FR		0	Europe/Paris	43.45108	4.69485		Badon Grand,Grand Badon		93	13	132	13004
3015358	Grand Aslon	grand-aslon	FR		0	Europe/Paris	46.75634	1.12076				24	36	361	36096
3015359	Grand Arvilliers	grand-arvilliers	FR		0	Europe/Paris	48.14123	2.25701				24	45	453	45119
3015363	Grand Andely	grand-andely	FR		0	Europe/Paris	49.25	1.41667		Grand Andely,le Grand Andely		28	27	271	27016
3015371	Granay	granay	FR		0	Europe/Paris	45.50408	4.61617		Granay,Grand Granay		84	42	423	42053
3015382	Graminier	graminier	FR		0	Europe/Paris	44.0608	5.01456				93	84	843	84067
3015387	Gralotais	gralotais	FR		0	Europe/Paris	48.06943	-1.4499		Gralotais,Les Gralotais		53	35	353	35069
3015388	Gralière	graliere	FR		0	Europe/Paris	46.52371	2.83409				84	03	031	03150
3015394	Graire	graire	FR		0	Europe/Paris	47.12372	2.27934				24	18	183	18028
3015404	Graincourt	graincourt	FR		0	Europe/Paris	49.93859	1.18859				28	76	761	76618
3015411	Gragnolet	gragnolet	FR		0	Europe/Paris	44.88512	5.97041				84	38	381	38154
3015415	Graffaudeix	graffaudeix	FR		0	Europe/Paris	45.42551	2.84703		Grafaudeix,Graffaudeix		84	63	633	63144
3015420	Gradeix	gradeix	FR		0	Europe/Paris	45.77351	2.11959				75	23	231	23091
3015425	Gozinière	goziniere	FR		0	Europe/Paris	46.59695	2.85591				84	03	031	03282
3015426	Goze	goze	FR		0	Europe/Paris	46.16809	2.16819				75	23	231	23093
3015428	Goyes	goyes	FR		0	Europe/Paris	45.52633	3.7597				84	63	631	63003
3015435	Gouzougnat	gouzougnat	FR		0	Europe/Paris	46.16328	2.18505		Gouzougnat		75	23	231	23093
3015439	Gouze	gouze	FR		0	Europe/Paris	45.12793	1.05713				75	24	244	24550
3015440	Gouze	gouze	FR		0	Europe/Paris	43.43933	-0.67905		Gouze		75	64	643	64396
3015444	Gouy-l'Hôpital	gouy-l-hopital	FR		0	Europe/Paris	49.84535	1.95706		Gouy,Gouy-l'Hopital,Gouy-l'Hôpital		32	80	802	80443
3015448	Gouyard	gouyard	FR		0	Europe/Paris	45.00816	4.82661				84	07	073	07097
3015468	Goutte-Noire Petite	goutte-noire-petite	FR		0	Europe/Paris	46.55	2.26667				24	18	182	18225
3015469	Goutte-Noire Grande	goutte-noire-grande	FR		0	Europe/Paris	46.54418	2.26771				24	18	182	18225
3015471	Goutte Morte	goutte-morte	FR		0	Europe/Paris	46.33582	2.83744				84	03	031	03027
3015473	Goutteland	goutteland	FR		0	Europe/Paris	45.55	4.15				84	42	421	42285
3015474	Goutte-des-Saints	goutte-des-saints	FR		0	Europe/Paris	46.5819	2.3958				24	18	182	18203
3015475	Goutte-Belin	goutte-belin	FR		0	Europe/Paris	45.79008	4.0116				84	42	421	42030
3015480	Goutibert	goutibert	FR		0	Europe/Paris	45.90181	0.38276				75	16	163	16068
3015483	Goust	goust	FR		0	Europe/Paris	42.95	-0.45		Goust		75	64	642	64320
3015485	Gousseauville	gousseauville	FR		0	Europe/Paris	50.00087	1.5197				28	76	761	76374
3015488	Goussargues	goussargues	FR		0	Europe/Paris	44.18149	4.4524				76	30	302	30131
3015493	Gourzon	gourzon	FR		0	Europe/Paris	48.54422	5.10119		Gourzon		44	52	523	52203
3015494	Goury	goury	FR		0	Europe/Paris	49.71541	-1.94467				28	50	502	50041
3015499	Gourt	gourt	FR		0	Europe/Paris	45.20507	2.99719				84	15	153	15151
3015503	Gournoise	gournoise	FR		0	Europe/Paris	48.08333	-3.65				53	56	562	56081
3015505	Gournier	gournier	FR		0	Europe/Paris	44.61577	6.33369		Gournier,Les Gourniers		93	05	052	05114
3015506	Gournet	gournet	FR		0	Europe/Paris	46.22843	2.726				84	03	031	03047
3015519	Gourmalon	gourmalon	FR		0	Europe/Paris	47.11015	-2.10045		Gowmalon		52	44	443	44131
3015521	Gourinet	gourinet	FR		0	Europe/Paris	47.96667	-4.41667				53	29	294	29215
3015527	Gourgois	gourgois	FR		0	Europe/Paris	45.40536	4.19998				84	42	421	42262
3015533	Gourette	gourette	FR		0	Europe/Paris	42.96667	-0.33333		Gourette		75	64	642	64204
3015534	Gourel	gourel	FR		0	Europe/Paris	49.83333	0.95				28	76	761	76136
3015535	Goure	goure	FR		0	Europe/Paris	45.55583	3.79043				84	63	631	63003
3015537	Gourdouze	gourdouze	FR		0	Europe/Paris	44.35518	3.88285		Gourdouse,Gourdouze		76	48	481	48194
3015551	Gourdan	gourdan	FR		0	Europe/Paris	45.82808	5.2252				84	01	011	01361
3015552	Gourdan	gourdan	FR		0	Europe/Paris	45.27594	4.69923				84	07	073	07225
3015564	Goupillère	goupillere	FR		0	Europe/Paris	49.37395	1.53729				28	27	271	27480
3015565	Gouny	gouny	FR		0	Europe/Paris	44.76253	1.4626				76	46	463	46334
3015567	Goumeneix	goumeneix	FR		0	Europe/Paris	46.15081	2.06416				75	23	231	23262
3015579	Goulème	gouleme	FR		0	Europe/Paris	44.66724	1.41753				76	46	463	46072
3015582	Goulaouren	goulaouren	FR		0	Europe/Paris	48.34359	-4.09917				53	29	291	29078
3015583	Goulancourt	goulancourt	FR		0	Europe/Paris	49.47447	1.83154				32	60	601	60611
3015591	Gougne	gougne	FR		0	Europe/Paris	44.53068	5.00828		Gougne		84	26	262	26243
3015595	Gouffard	gouffard	FR		0	Europe/Paris	48.43098	0.4651				28	61	613	61411
3015788	Glugeau-bras	glugeau-bras	FR		0	Europe/Paris	48.34158	-4.0225		Glugeau-bras,Glujeou-bras		53	29	292	29139
3015603	Gouers	gouers	FR		0	Europe/Paris	46.89453	2.12997				24	36	364	36215
3015605	Gouellet Leuhan	gouellet-leuhan	FR		0	Europe/Paris	48.08333	-3.81667				53	29	292	29125
3015606	Gouécourt	gouecourt	FR		0	Europe/Paris	48.4168	5.70382				44	88	882	88305
3015607	Goué	goue	FR		0	Europe/Paris	48.21146	-0.76016				52	53	533	53222
3015609	Goudou	goudou	FR		0	Europe/Paris	44.65671	1.58451				76	46	463	46138
3015633	Gotein	gotein	FR		505	Europe/Paris	43.19062	-0.90203		Gotaine,Gotaine-Irabarne,Gotein,Gotein-Libarrenx,Goten Libaren,Goten-Libarranks,Goten-Libarrens,Gotenh-Libarren,ge tan li ba lang,Готен Либарен,Готен-Либарранкс,Готен-Либарренс,Готен-Лібарранкс,戈坦利巴朗		75	64	642	64247
3015641	Gorseix	gorseix	FR		0	Europe/Paris	45.86667	1.21667				75	87	872	87050
3015644	Gorréquec	gorrequec	FR		0	Europe/Paris	48.33483	-4.29949		Gorrequec,Gorrequer,Gorréquec,Gorréquer		53	29	291	29137
3015663	Gorce	gorce	FR		0	Europe/Paris	45.66578	3.5612				84	63	631	63434
3015667	Gonvillars	gonvillars	FR		0	Europe/Paris	47.53764	6.63291		Gonvillars		27	70	701	70477
3015668	Gontier	gontier	FR		0	Europe/Paris	43.68333	4.61667				93	13	132	13004
3015674	Gonneville-sur-Merville	gonneville-sur-merville	FR		0	Europe/Paris	49.26667	-0.18333		Gonneville,Gonneville-sur-Merville		28	14	143	14409
3015682	Gonge	gonge	FR		0	Europe/Paris	46.93619	3.50741				27	58	583	58311
3015688	Goneville	goneville	FR		0	Europe/Paris	49.70942	0.4629				28	76	762	76068
3015703	Gondonnets	gondonnets	FR		0	Europe/Paris	43.88209	5.4398		Gondonnets,Les Gondonnets		93	84	841	84105
3015707	Gondelot	gondelot	FR		0	Europe/Paris	48.67042	3.34646				11	77	773	77012
3015712	Gonas	gonas	FR		0	Europe/Paris	45.66114	5.1662		Gonas		84	38	382	38176
3015713	Gonaincourt	gonaincourt	FR		0	Europe/Paris	48.21105	5.59807		Gonaincourt		44	52	521	52064
3015715	Gommonvilliers	gommonvilliers	FR		0	Europe/Paris	48.7326	2.22112				11	91	913	91312
3015716	Gommiers	gommiers	FR		0	Europe/Paris	48.08929	1.69658				24	28	282	28382
3015731	Gomberville	gomberville	FR		0	Europe/Paris	48.72882	2.07831				11	78	782	78356
3015735	Gollainville	gollainville	FR		0	Europe/Paris	48.29594	2.35259				24	45	453	45191
3015737	Golfe-Juan	golfe-juan	FR		0	Europe/Paris	43.56812	7.07744		Golf-Juan,Golfe-Juan,Hameau du Golfe-Juan		93	06	061	06155
3015742	Goland	goland	FR		0	Europe/Paris	48.16115	-0.8659				52	53	533	53015
3015744	Goinville	goinville	FR		0	Europe/Paris	48.50728	1.24273				24	28	281	28324
3015745	Goindreville	goindreville	FR		0	Europe/Paris	48.38528	1.4334				24	28	281	28388
3015748	Goimpy	goimpy	FR		0	Europe/Paris	48.42183	1.75276				24	28	281	28344
3015750	Goifieux	goifieux	FR		0	Europe/Paris	45.24213	5.0426				84	26	263	26148
3015752	Gohier	gohier	FR		0	Europe/Paris	47.4	-0.36667				52	49	491	49029
3015755	Gœulzin	goeulzin	FR		1117	Europe/Paris	50.31667	3.1				32	59	593	59263
3015759	Gœrlingen	goerlingen	FR		216	Europe/Paris	48.79612	7.08361				44	67	674	67159
3015760	Goélat	goelat	FR		0	Europe/Paris	46.49095	2.42333				84	03	031	03225
3015761	Godonville	godonville	FR		0	Europe/Paris	48.15203	1.49785				24	28	282	28418
3015768	Godemard	godemard	FR		0	Europe/Paris	44.98796	4.51927				84	07	073	07079
3015769	Godde	godde	FR		0	Europe/Paris	45.32405	2.88561				84	15	153	15114
3015770	Godbrange	godbrange	FR		0	Europe/Paris	49.49675	5.86204				44	54	541	54270
3015771	Godan	godan	FR		0	Europe/Paris	47.35381	4.66298				27	21	213	21563
3015772	Paris 13 Gobelins	paris-13-gobelins	FR		0	Europe/Paris	48.8322	2.3561		13e Arrondissement,13eme Arr,13eme Arrondissement,13ème Arr,13ème Arrondissement,Arrondissement des Gobelins,Gobelins,Paris 13e,XIIIe		11	75	751	75056
3015773	Goasvoen	goasvoen	FR		0	Europe/Paris	48.26616	-3.31253				53	22	222	22087
3015774	Goastalan	goastalan	FR		0	Europe/Paris	48.29634	-4.11875				53	29	292	29302
3015775	Goasnoat	goasnoat	FR		0	Europe/Paris	48.29455	-3.10689		Gasnoat,Goasnoat		53	22	222	22334
3015776	Goascadien	goascadien	FR		0	Europe/Paris	48.18294	-3.66866				53	29	292	29278
3015777	Goas-Bian	goas-bian	FR		0	Europe/Paris	48.66667	-4.2		Coas Bian,Goas-Bian		53	29	293	29185
3015778	Goas an Vot	goas-an-vot	FR		0	Europe/Paris	48.322	-3.42291		Goas an Vot,Goas en Vot		53	22	222	22128
3015779	Goas-alec	goas-alec	FR		0	Europe/Paris	48.38056	-3.77745				53	29	292	29007
3015783	Goalés	goales	FR		0	Europe/Paris	48.75089	-4.01023				53	29	293	29082
3015787	Gluges	gluges	FR		0	Europe/Paris	44.90904	1.62816				76	46	463	46185
3015789	Glozel	glozel	FR		0	Europe/Paris	46.03951	3.60768		Glozel		84	03	033	03113
3015790	Gloton	gloton	FR		0	Europe/Paris	49.04407	1.57192		Cloton,Gloton		11	78	781	78057
3015799	Glomenghem	glomenghem	FR		0	Europe/Paris	50.64503	2.33692		Glomenghem		32	62	625	62014
3015801	Gloise	gloise	FR		0	Europe/Paris	48.71091	3.06629				11	77	773	77486
3015803	Glizeneuve	glizeneuve	FR		0	Europe/Paris	45.21801	3.27144				84	43	431	43125
3015810	Gleysenove	gleysenove	FR		0	Europe/Paris	44.26148	2.94975				76	12	121	12294
3015822	Gleizolles	gleizolles	FR		0	Europe/Paris	44.47608	6.76178				93	04	041	04193
3015829	Glaudeix	glaudeix	FR		0	Europe/Paris	46.32625	1.95179				75	23	232	23025
3015839	Glatignat	glatignat	FR		0	Europe/Paris	46.36667	1.50485				75	23	232	23015
3015842	Glapigny	glapigny	FR		0	Europe/Paris	45.74492	6.11457				84	73	732	73036
3015853	Glandieu	glandieu	FR		0	Europe/Paris	45.66743	5.61186				84	01	011	01338
3015854	Glandes	glandes	FR		0	Europe/Paris	47.09378	-0.24952				75	79	791	79014
3015855	Glandelles	glandelles	FR		0	Europe/Paris	48.21383	2.7152				11	77	774	77016
3015868	Glainans	glainans	FR		0	Europe/Paris	47.37822	6.58232		Glainans		27	25	252	25018
3015880	Gizéon	gizeon	FR		0	Europe/Paris	48.18082	4.08498				44	10	103	10435
3015883	Gizac	gizac	FR		0	Europe/Paris	45.35518	3.29296				84	43	431	43191
3015897	Givrette	givrette	FR		0	Europe/Paris	46.38155	2.54407				84	03	031	03101
3015898	Givray	givray	FR		0	Europe/Paris	45.39118	4.78262				84	38	383	38425
3015908	Giverdy	giverdy	FR		0	Europe/Paris	47.09491	3.44243				27	58	583	58253
3015912	Givaudins	givaudins	FR		0	Europe/Paris	47.03476	2.43295				24	18	181	18180
3015917	Gittonville	gittonville	FR		0	Europe/Paris	48.35198	2.11079				11	91	911	91533
3015931	Gisancourt	gisancourt	FR		0	Europe/Paris	49.22734	1.69281				28	27	271	27304
3015933	Girovillers-sous-Montfort	girovillers-sous-montfort	FR		0	Europe/Paris	48.25677	6.01194		Girovillers,Girovillers-sous Monfort,Girovillers-sous-Montfort		44	88	882	88146
3015942	Gironville-sous-les-Côtes	gironville-sous-les-cotes	FR		0	Europe/Paris	48.79313	5.67521		Gironville		44	55	552	55258
3015943	Gironville-et-Neuville	gironville-et-neuville	FR		0	Europe/Paris	48.62167	1.3809		Gironville,Gironville-et-Neuville		24	28	283	28393
3015892	Givry	givry	FR	08130	0	Europe/Paris	47.01351	3.06704				24	18	182	18075
3015953	Gironde	gironde	FR		0	Europe/Paris	44.5365	1.53757				76	46	461	46156
3015955	Girond	girond	FR		0	Europe/Paris	44.87781	4.33202				84	07	073	07150
3015962	Girolata	girolata	FR		0	Europe/Paris	42.34899	8.61155		Girolata		94	2A	2A1	2A197
3015979	Giraud	giraud	FR		0	Europe/Paris	44.23333	6.41667				93	04	043	04155
3015981	Girard	girard	FR		0	Europe/Paris	44.2	6.68333				93	04	042	04061
3015987	Gipy	gipy	FR		0	Europe/Paris	47.20285	3.35857				27	58	584	58127
3015989	Giovicacce	giovicacce	FR		0	Europe/Paris	41.9318	9.11291		Giovicacce,Grovicacce		94	2A	2A1	2A268
3015994	Gionne	gionne	FR		0	Europe/Paris	47.04047	2.43543				24	18	181	18033
3016006	Ginestous	ginestous	FR		0	Europe/Paris	44.16578	3.63908		Ginestous,Les Ginestous		76	30	303	30231
3016020	Gimous	gimous	FR		0	Europe/Paris	43.33473	0.29407				76	65	653	65015
3016032	Gimbrett	gimbrett	FR		0	Europe/Paris	48.69708	7.60838				44	67	674	67034
3016034	Gimbelhof	gimbelhof	FR		0	Europe/Paris	49.04667	7.7866		Gimbel,Gimbelhof		44	67	672	67263
3016040	Gillouin	gillouin	FR		0	Europe/Paris	44.63333	5.36667				84	26	261	26017
3016044	Gillon	gillon	FR		0	Europe/Paris	45.92692	6.08569				84	74	741	74112
3016046	Gilliers	gilliers	FR		0	Europe/Paris	47.95721	-0.45199				52	53	531	53067
3016057	Gigoux	gigoux	FR		0	Europe/Paris	46.23395	2.37045				75	23	231	23106
3016065	Gignières	gignieres	FR		0	Europe/Paris	45.00709	1.48938				76	46	463	46118
3016066	Gignez	gignez	FR		0	Europe/Paris	45.96977	5.80916		Gignez,Giniez		84	01	011	01118
3016074	Cala di Cigliu	cala-di-cigliu	FR		0	Europe/Paris	41.72784	8.72039		Cala di Cigliu,Giglio		94			
3016077	Gigard	gigard	FR		0	Europe/Paris	46.32867	3.55899				84	03	033	03079
3016081	Giffon	giffon	FR		0	Europe/Paris	44.84264	4.55296				84	07	072	07096
3016088	Gierre	gierre	FR		0	Europe/Paris	44.3853	6.16383		Giere,Gierre		93	04	044	04222
3016096	Giens	giens	FR		0	Europe/Paris	43.0382	6.1318	31	Vieux Chateau Giens,Vieux Château Giens		93	83	832	83069
3016102	Gidoin	gidoin	FR		0	Europe/Paris	47.34496	2.33276				24	18	183	18149
3016103	Gicquel	gicquel	FR		0	Europe/Paris	48.61334	-2.8335		Gicquel,Sicquel		53	22	224	22055
3016108	Gibrat	gibrat	FR		0	Europe/Paris	44.71845	1.93073				76	46	462	46143
3016112	Gibiat	gibiat	FR		0	Europe/Paris	45.37858	2.1076				75	19	193	19145
3016114	Gibert	gibert	FR		0	Europe/Paris	44.70382	3.69389				76	48	482	48160
3016115	Gibercy	gibercy	FR		0	Europe/Paris	49.32232	5.40796				44	55	553	55145
3016125	Giannuccio	giannuccio	FR		0	Europe/Paris	41.56498	9.04037		Giannaccio,Giannuccio		94	2A	2A4	2A163
3016127	Gialla	gialla	FR		0	Europe/Paris	41.65525	9.28126		Gialla		94	2A	2A4	2A300
3016134	Ghilloni Suttana	ghilloni-suttana	FR		0	Europe/Paris	42.86754	9.43485		Ghilloni,Ghilloni Suttana		94	2B	2B2	2B046
3016141	Geys	geys	FR		0	Europe/Paris	44.86667	4.58333				84	07	072	07274
3016146	Gévrieux	gevrieux	FR		0	Europe/Paris	45.96651	5.24991		Gevrieu,Gevrieux,Gévrieux		84	01	012	01092
3016150	Gevillat	gevillat	FR		0	Europe/Paris	45.54251	3.28428				84	63	633	63051
3016154	Gévaudan	gevaudan	FR		0	Europe/Paris	43.95723	6.43338				93	04	042	04022
3016155	Geüs-d'Oloron	geues-d-oloron	FR		0	Europe/Paris	43.25091	-0.70603		Geues-dOloron,Geus,Geus-d'Oloron,Geüs-d'Oloron,Geüs-dOloron,Géus,Géus-d'Oloron,Zhejus-d'Oloron,Жеюс-д’Олорон		75	64	642	64244
3016176	Gésincourt	gesincourt	FR		0	Europe/Paris	47.771	5.97227		Gesincourt,Gésincourt		27	70	702	70002
3016181	Gervilliers	gervilliers	FR		0	Europe/Paris	48.49613	4.72532				44	52	523	52411
3016182	Gerville-la-Forêt	gerville-la-foret	FR		0	Europe/Paris	49.26859	-1.49247		Gerville,Gerville-la-Foret,Gerville-la-Forêt		28	50	503	50629
3016188	Gervais	gervais	FR		0	Europe/Paris	43.80332	3.61467				76	34	342	34060
3016189	Gérusse	gerusse	FR		0	Europe/Paris	48.53229	0.42852				28	61	613	61277
3016200	Géro	gero	FR		0	Europe/Paris	44.76667	6.56667				93	05	051	05122
3016203	Gernes	gernes	FR		0	Europe/Paris	45.08563	1.5788				75	19	191	19273
3016212	Germolles	germolles	FR		0	Europe/Paris	46.8	4.75				27	71	712	71182
3016233	Germane	germane	FR		0	Europe/Paris	45.1437	1.64505				75	19	191	19043
3016242	Germagneux	germagneux	FR		0	Europe/Paris	45.66486	3.96992				84	42	421	42205
3016248	Gergus	gergus	FR		0	Europe/Paris	48.3184	3.08212		Gergus,Gerjus		27	89	893	89449
3016251	Gergovie	gergovie	FR		0	Europe/Paris	45.71113	3.12582		Gergovie,Merdogne		84	63	632	63302
3016261	Gerbuat	gerbuat	FR		0	Europe/Paris	45.4765	5.28267				84	38	383	38069
3016271	Gérauvilliers	gerauvilliers	FR		0	Europe/Paris	48.54637	5.55806		Gerauvilliers,Gérauvilliers		44	55	552	55026
3016275	Gérard	gerard	FR		0	Europe/Paris	48.14181	-1.24719				53	35	351	35194
3016276	Gérard	gerard	FR		0	Europe/Paris	43.45	6.23333				93	83	833	83026
3016278	Gérainville	gerainville	FR		0	Europe/Paris	48.35156	1.60386				24	28	281	28309
3016286	Georges	georges	FR		0	Europe/Paris	44.57926	0.54921				75	47	473	47192
3016287	Georgeots	georgeots	FR		0	Europe/Paris	47.42443	4.05428				27	89	892	89058
3016289	Géoby	geoby	FR		0	Europe/Paris	47.00209	3.31962		Ceoby,Céoby,Geoby,Géoby		27	58	583	58247
3016302	Genrupt	genrupt	FR		0	Europe/Paris	47.91684	5.74923		Genrupt		44	52	522	52060
3016239	Germaine	germaine	FR	02590	506	Europe/Paris	49.11451	4.03105		Germaine		44	51	512	51266
3016318	Génonville	genonville	FR		0	Europe/Paris	48.25601	1.65861				24	28	281	28422
3016334	Génissiat	genissiat	FR		929	Europe/Paris	46.0525	5.80209		Genissiat,Génissiat		84	01	014	01189
3016341	Genilière	geniliere	FR		0	Europe/Paris	45.46032	3.0598		Geneliere,Genelière,Geniliere,Genilière		84	63	633	63134
3016346	Génicourt-sous-Condé	genicourt-sous-conde	FR		0	Europe/Paris	48.8649	5.15703		Genicourt,Genicourt-sous-Conde,Génicourt,Génicourt-sous-Condé		44	55	551	55123
3016355	Geneviecq	geneviecq	FR		0	Europe/Paris	45.40865	4.10543				84	42	421	42266
3016360	Genetie	genetie	FR		0	Europe/Paris	45.81667	3.68333				84	63	635	63463
3016361	Génétel	genetel	FR		0	Europe/Paris	49.62842	1.6693				28	76	761	76343
3016362	Genet	genet	FR		0	Europe/Paris	46.4598	2.13438		Genest,Genet		24	36	363	36156
3016364	Genestal	genestal	FR		0	Europe/Paris	45.01745	1.22647				75	24	244	24412
3016377	Genebriras	genebriras	FR		0	Europe/Paris	45.07572	0.57137				75	24	243	24251
3016388	Genarville	genarville	FR		0	Europe/Paris	48.26771	1.35637				24	28	282	28057
3016389	Genainvilliers	genainvilliers	FR		0	Europe/Paris	48.4884	1.33639				24	28	281	28254
3016411	Gelle	gelle	FR		0	Europe/Paris	44.51371	2.04715		Gelle		76	12	123	12257
3016449	Géanges	geanges	FR		369	Europe/Paris	46.95856	4.91705		Geanges,Géanges		27	71	712	71443
3016454	Gazon	gazon	FR		0	Europe/Paris	48.13184	-1.27077				53	35	351	35229
3016459	Gazax	gazax	FR		95	Europe/Paris	43.60808	0.19129		Gazax,Gazax-et-Baccarisse		76	32	321	32144
3016479	Gavet	gavet	FR		0	Europe/Paris	45.06741	5.87094		Gavet		84	38	381	38212
3016495	Gaurial	gaurial	FR		0	Europe/Paris	44.56667	1.13333				76	46	461	46061
3016500	Gauquetot	gauquetot	FR		0	Europe/Paris	49.73132	0.56062				28	76	762	76529
3016501	Gaumiers	gaumiers	FR		0	Europe/Paris	44.72661	1.26283		Caumiers		75	24	244	24184
3016504	Gaules	gaules	FR		0	Europe/Paris	44.837	1.73548				76	46	463	46317
3016512	Gaudreville	gaudreville	FR		0	Europe/Paris	48.37437	1.97591				24	28	281	28183
3016514	Gaudon	gaudon	FR		0	Europe/Paris	45.66957	3.52318				84	63	631	63065
3016515	Gaudissart	gaudissart	FR		0	Europe/Paris	44.64386	6.62922		Gaudissard		93	05	051	05119
3016516	Gaudissard	gaudissard	FR		0	Europe/Paris	44.73333	6.83333				93	05	051	05077
3016520	Gaudeissart	gaudeissart	FR		0	Europe/Paris	44.38333	6.5		Gaudeissart,Goudeissard		93	04	041	04161
3016522	Gaud	gaud	FR		0	Europe/Paris	42.91329	0.64343		Gaud		76	31	312	31144
3016528	Gaubert	gaubert	FR		0	Europe/Paris	48.10224	1.64658		Gaubert,Gauhet		24	28	282	28190
3016529	Gaubert	gaubert	FR		0	Europe/Paris	44.06039	6.19655		Gaubert,Gaubert-le-Chaffaut		93	04	043	04070
3016533	Gattigues	gattigues	FR		0	Europe/Paris	44.04952	4.32227				76	30	302	30001
3016549	Gâtelles	gatelles	FR		952	Europe/Paris	48.54352	1.28738		Gatelles,Gâtelles		24	28	283	28386
3016550	Gatelière	gateliere	FR		0	Europe/Paris	48.12561	1.08037				24	28	282	28012
3016552	Gastrie	gastrie	FR		0	Europe/Paris	48.07354	-2.60212		Castrie,Gastrie		53	22	224	22027
3016554	Gastines-sur-Erve	gastines-sur-erve	FR		0	Europe/Paris	47.85648	-0.34605		Gastines,Gastines-sur-Erve		52	72	721	72264
3016557	Gastineau	gastineau	FR		0	Europe/Paris	44.91667	-0.31667				75	33	335	33451
3016562	Gassicourt	gassicourt	FR		0	Europe/Paris	49	1.7				11	78	781	78361
3016569	Garville	garville	FR		0	Europe/Paris	48.23118	1.93224				24	28	281	28284
3016573	Gars-Maria	gars-maria	FR		0	Europe/Paris	48.20308	-3.95283				53	29	292	29162
3016574	Garsenval	garsenval	FR		0	Europe/Paris	48.35586	2.08342				11	91	911	91294
3016581	Garrissous	garrissous	FR		0	Europe/Paris	44.11304	2.56089				76	12	121	12267
3016587	Garrigue	garrigue	FR		0	Europe/Paris	44.98333	1.2				75	24	244	24106
3016591	Garré	garre	FR		0	Europe/Paris	48.91667	1.7				11	78	781	78677
3016593	Garoulet	garoulet	FR		0	Europe/Paris	48.05598	-0.71997				52	53	532	53130
3016602	Garnier	garnier	FR		0	Europe/Paris	44.31667	6.28333				93	04	043	04017
3016603	Garnetot	garnetot	FR		0	Europe/Paris	48.92861	0.04663		Garnetot		28	14	143	14654
3016605	Garne	garne	FR		0	Europe/Paris	48.68819	1.97176		Garne,Garnes		11	78	782	78590
3016610	Garlède	garlede	FR		190	Europe/Paris	43.50113	-0.33121		Garled-Mondbat,Garled-Mondebat,Garlede,Garlede-Mondebat,Garlède,Garlède-Mondebat,Garraleda e Montdevath,Garraleda-Mondevath,jia er lai de meng dai ba,Гарлед-Мондбат,Гарлед-Мондебат,加尔莱德蒙代巴		75	64	643	64232
3016628	Gargantias	gargantias	FR		0	Europe/Paris	45.85	3.33333				84	63	635	63131
3016643	Garel	garel	FR		0	Europe/Paris	45.07542	1.98781				75	19	192	19091
3016660	Gardes	gardes	FR		253	Europe/Paris	45.49757	0.3241		Gard-le-Pontaru,Garda,Gardes,Gardes-le-Pontaroux,jia er dai lai peng ta lu,Гард-ле-Понтару,加尔代莱蓬塔鲁		75	16	161	16147
3016662	Gardeloup	gardeloup	FR		0	Europe/Paris	48.41634	2.98564				11	77	773	77409
3016663	Gardegan	gardegan	FR		308	Europe/Paris	44.90105	-0.02144		Gardegan,Gardegan-et-Tourtirac		75	33	335	33181
3016668	Gardais	gardais	FR		0	Europe/Paris	48.30963	1.01471				24	28	284	28387
3016676	Garche	garche	FR		0	Europe/Paris	49.39455	6.19775		Garche,Garsch		44	57	577	57672
3016678	Garce	garce	FR		0	Europe/Paris	44.06918	6.07881				93	04	043	04122
3016680	Garbic	garbic	FR		0	Europe/Paris	43.62286	0.95142				76	32	321	32268
3016683	Garavet	garavet	FR		0	Europe/Paris	45.24733	1.45412				75	19	191	19005
3016684	Garavan	garavan	FR		0	Europe/Paris	43.7856	7.51851				93	06	062	06083
3016692	Garambeau	garambeau	FR		0	Europe/Paris	47.31262	-1.63262				52	44	445	44209
3016693	Garachons	garachons	FR		0	Europe/Paris	45.98333	2.81667				84	63	634	63294
3016696	Gapiau	gapiau	FR		0	Europe/Paris	44.51667	6.23333		Gapian,Gapiau		93	05	052	05050
3016707	Ganspette	ganspette	FR		0	Europe/Paris	50.81677	2.17132		Ganspette		32	62	625	62297
3016712	Ganivet	ganivet	FR		0	Europe/Paris	44.53333	4.41667				84	07	071	07348
3016717	Gandevilliers	gandevilliers	FR		0	Europe/Paris	48.36089	2.32772				11	91	912	91273
3016727	Gammareix	gammareix	FR		0	Europe/Paris	44.97571	0.47565				75	24	243	24034
3016728	Gamilly	gamilly	FR		0	Europe/Paris	49.08285	1.48371				28	27	271	27681
3016923	Fruze	fruze	FR		0	Europe/Paris	48.39635	5.73785				44	88	882	88460
3016739	Galoubet	galoubet	FR		0	Europe/Paris	44.68333	1.65				76	46	463	46018
3016747	Gallician	gallician	FR		0	Europe/Paris	43.64315	4.298		Gallician,Mas Gallician		76	30	302	30341
3016749	Galleville	galleville	FR		0	Europe/Paris	49.73084	0.78883				28	76	763	76219
3016751	Gallandière	gallandiere	FR		0	Europe/Paris	46.33163	3.1797				84	03	032	03134
3016755	Galinat	galinat	FR		0	Europe/Paris	44.98333	1.15				75	24	244	24544
3016785	Galand	galand	FR		0	Europe/Paris	44.54882	0.39781				75	47	472	47014
3016799	Gaitières	gaitieres	FR		0	Europe/Paris	45.52132	5.00631				84	38	383	38238
3016802	Gaine	gaine	FR		0	Europe/Paris	45.39459	2.90115				84	63	633	63169
3016804	Gain	gain	FR		0	Europe/Paris	46.90055	3.07858				27	58	583	58225
3016805	Gaillonet	gaillonet	FR		0	Europe/Paris	49.02435	1.87398				11	95	953	95592
3016806	Gailloncel	gailloncel	FR		0	Europe/Paris	49.15443	1.34221				28	27	271	27275
3016819	Gaillaou	gaillaou	FR		0	Europe/Paris	44.61667	0.75				75	47	473	47240
3016827	Gaigner	gaigner	FR		0	Europe/Paris	48.09315	0.38396				52	72	722	72165
3016829	Gagy	gagy	FR		0	Europe/Paris	47.22447	3.21819				27	58	584	58045
3016834	Gagnère	gagnere	FR		0	Europe/Paris	45.55	3.88333				84	63	631	63319
3016839	Gagnac	gagnac	FR		0	Europe/Paris	44.37423	2.88973				76	12	122	12107
3016841	Gages-le-Haut	gages-le-haut	FR		0	Europe/Paris	44.39779	2.69903				76	12	122	12157
3016842	Gages-le-Bas	gages-le-bas	FR		0	Europe/Paris	44.39819	2.68822				76	12	122	12157
3016845	Gaffary	gaffary	FR		0	Europe/Paris	46.1062	1.24171				75	87	871	87007
3016846	Gaffan	gaffan	FR		0	Europe/Paris	44.87594	0.60397				75	24	241	24499
3016856	Gabriau	gabriau	FR		0	Europe/Paris	46.76293	1.1549				24	36	361	36096
3016865	Gabelon	gabelon	FR		0	Europe/Paris	45.39106	4.1288				84	42	421	42262
3016866	Gabaude	gabaude	FR		0	Europe/Paris	43.61667	2.43333				76	81	812	81053
3016870	Gabas	gabas	FR		0	Europe/Paris	42.88845	-0.42769		Gabes		75	64	642	64320
3016873	Gavarliac	gavarliac	FR		0	Europe/Paris	44.78267	0.51851		Gabarliat,Gavarliac		75	24	241	24126
3016888	Furlange	furlange	FR		0	Europe/Paris	45.31667	2.36667				84	15	152	15254
3016891	Fures	fures	FR		0	Europe/Paris	45.30394	5.49339		Fure,Fures		84	38	381	38517
3016896	Furas	furas	FR		0	Europe/Paris	45.46117	5.04985				84	38	383	38232
3016904	Fumée	fumee	FR		0	Europe/Paris	46.65562	2.19353				24	18	182	18193
3016905	Fumechon	fumechon	FR		0	Europe/Paris	49.88235	1.37413				28	76	761	76749
3016906	Fumechon	fumechon	FR		0	Europe/Paris	49.52386	2.36571				32	60	602	60133
3016915	Fugières	fugieres	FR		0	Europe/Paris	44.9538	5.80631		Fugiere,Fugieres,Fugière,Fugières		84	38	381	38396
3016916	Fugères	fugeres	FR		0	Europe/Paris	44.89474	3.94326				84	43	432	43210
3016917	Fublène	fublene	FR		0	Europe/Paris	46.71314	3.05371				84	03	032	03309
3016919	Fublaine	fublaine	FR		0	Europe/Paris	47.06724	2.19334				24	18	183	18237
3016920	Cascionu	cascionu	FR		0	Europe/Paris	41.74651	8.69728		Cascionu,Fuatese		94	2A	2A1	2A098
3016924	Frutgères	frutgeres	FR		0	Europe/Paris	44.3588	3.77056		Frugere,Frugère,Frutgeres,Frutgères		76	48	481	48116
3016929	Frugullou	frugullou	FR		0	Europe/Paris	48.46771	-5.07319				53	29	291	29155
3016933	Frugerolles	frugerolles	FR		0	Europe/Paris	45.29721	3.44902				84	43	431	43096
3016935	Frugereix	frugereix	FR		0	Europe/Paris	46.12506	2.45225				75	23	231	23160
3016941	Frouzet	frouzet	FR		0	Europe/Paris	43.81527	3.68994				76	34	342	34274
3016958	Frontenay-sur-Dive	frontenay-sur-dive	FR		0	Europe/Paris	46.8459	0.05425		Frontenay,Frontenay-sur-Dive,Frontenay-sur-Dives		75	86	861	86225
3016962	Frontenat	frontenat	FR		0	Europe/Paris	46.34329	2.39729				84	03	031	03005
3016963	Frontenat	frontenat	FR		0	Europe/Paris	46.22046	2.69938				84	03	031	03216
3016971	Frons	frons	FR		0	Europe/Paris	44.19393	2.4156				76	12	123	12046
3016972	Fronholz	fronholz	FR		0	Europe/Paris	48.35292	7.45346		Fronholtz,Fronholz		44	67	675	67125
3016976	Fromonvilliers	fromonvilliers	FR		0	Europe/Paris	48.27365	2.0591				24	45	453	45015
3016977	Fromonville	fromonville	FR		0	Europe/Paris	48.29109	2.69665				11	77	774	77302
3016981	Fromentoux	fromentoux	FR		0	Europe/Paris	45.06667	4.35				84	07	073	07080
3016983	Fromentine	fromentine	FR		0	Europe/Paris	46.88774	-2.13659		Fromentine,Goulet de Fromentine		52	85	853	85012
3016986	Fromentière	fromentiere	FR		0	Europe/Paris	45.37925	3.92263				84	42	421	42318
3016988	Fromentel	fromentel	FR		0	Europe/Paris	50.72174	1.99109				32	62	625	62024
3016989	Fromenteau	fromenteau	FR		0	Europe/Paris	47.39667	4.77881				27	21	212	21646
3016998	Froidvent	froidvent	FR		0	Europe/Paris	47.80883	4.81578				27	21	213	21346
3017002	Froid-Fonds	froid-fonds	FR		0	Europe/Paris	47.88458	-0.61426				52	53	531	53193
3017015	Frohen-le-Petit	frohen-le-petit	FR		25	Europe/Paris	50.19663	2.20074		Frohen-le-Petit		32	80	802	80369
3017020	Frœningen	froeningen	FR		633	Europe/Paris	47.68333	7.26667		Froeningue		44	68	681	68099
3017026	Frireulles	frireulles	FR		0	Europe/Paris	50.09144	1.67131		Frireulle,Frireulles		32	80	801	80004
3017032	Frileuse	frileuse	FR		0	Europe/Paris	49.34832	1.56499				28	27	271	27430
3017033	Frigoulet	frigoulet	FR		0	Europe/Paris	44.23544	4.43961				76	30	302	30131
3017039	Frières	frieres	FR		0	Europe/Paris	50.07808	1.67526				32	80	801	80004
3017045	Fricambault	fricambault	FR		0	Europe/Paris	47.89341	3.07718		Frecambault,Fricambault,Frécambault		27	89	891	89086
3017046	Friburge	friburge	FR		0	Europe/Paris	45.45495	6.75972		Fribuge		84	73	731	73071
3017049	Friaudour	friaudour	FR		0	Europe/Paris	46.046	1.28728				75	87	871	87128
3017054	Freyte	freyte	FR		0	Europe/Paris	45.6	2.16667				75	19	193	19244
3017056	Freyssinet-Chazalet	freyssinet-chazalet	FR		0	Europe/Paris	44.89609	3.35297		Fraissinet,Fraissinet-Chazalais,Freyssinet-Chazalet		76	48	482	48179
3017061	Freyde Maison	freyde-maison	FR		0	Europe/Paris	45.30405	3.65489				84	43	431	43076
3017066	Freycenet	freycenet	FR		0	Europe/Paris	45.13607	4.17082				84	43	433	43268
3017067	Freycenet	freycenet	FR		0	Europe/Paris	45.07724	4.21654		Freycenet,Freycenet-de-Saint-Jeures		84	43	433	43199
3017068	Freycenet	freycenet	FR		0	Europe/Paris	45.08867	3.77874				84	43	432	43036
3017069	Freycenet	freycenet	FR		0	Europe/Paris	44.97537	3.81177				84	43	432	43174
3017070	Freycenet	freycenet	FR		0	Europe/Paris	44.93351	3.57029				84	43	431	43234
3017071	Freycenet	freycenet	FR		0	Europe/Paris	44.82767	3.91639				84	43	432	43168
3017082	Frévaux	frevaux	FR		0	Europe/Paris	47.98333	3.7				27	89	891	89345
3017083	Fréval	freval	FR		0	Europe/Paris	49.73785	1.16227				28	76	761	76204
3017085	Freulemont	freulemont	FR		0	Europe/Paris	48.45274	0.81649				28	61	613	61345
3017088	Frettes	frettes	FR		0	Europe/Paris	47.67752	5.56445				44			
3017091	Frettemolle	frettemolle	FR		0	Europe/Paris	49.74485	1.86343		Frettemolle		32	80	802	80436
3017099	Fretois	fretois	FR		0	Europe/Paris	47.29848	2.86695		Fretois,Fretoy,Frétoy		24	18	181	18262
3017101	Frétillange	fretillange	FR		0	Europe/Paris	45.65	2.26667				75	19	193	19238
3017109	Freteix	freteix	FR		0	Europe/Paris	46.33763	2.08585				75	23	231	23022
3017110	Freteau Haut	freteau-haut	FR		0	Europe/Paris	46.8186	1.36985		Freteau,Freteau Haut,Fréteau		24	36	362	36232
3017111	Freté	frete	FR		0	Europe/Paris	48.20136	1.13557				24	28	282	28061
3017112	Fretay	fretay	FR		0	Europe/Paris	48.67199	2.21271		Fretay		11	91	913	91666
3017115	Fressonnet	fressonnet	FR		0	Europe/Paris	45.44917	4.11973				84	42	421	42169
3017117	Fressinet	fressinet	FR		0	Europe/Paris	45.59989	1.29289				75	87	872	87176
3017119	Fressine	fressine	FR		0	Europe/Paris	46.44672	1.60814				24	36	362	36070
3017122	Fressignac	fressignac	FR		0	Europe/Paris	45.9	1.4				75	87	872	87178
3017126	Fresse Rival	fresse-rival	FR		0	Europe/Paris	45.38746	3.90126				84	42	421	42318
3017133	Fressanges	fressanges	FR		0	Europe/Paris	45.12944	3.67965				84	43	432	43254
3017134	Fressange	fressange	FR		0	Europe/Paris	45.39579	3.60383				84	63	631	63137
3017135	Fressange	fressange	FR		0	Europe/Paris	45.23333	2.5		Fressange,Fressanges		84	15	152	15137
3017148	Fresnoy-en-Val	fresnoy-en-val	FR		0	Europe/Paris	49.81251	1.48957		Fresnoy,Fresnoy-en-Val		28	76	761	76175
3017152	Fresnoy-en-Bassigny	fresnoy-en-bassigny	FR		0	Europe/Paris	48.04091	5.66012		Fresnoy,Fresnoy-en-Bassigny		44	52	522	52377
3017188	Fresne	fresne	FR		0	Europe/Paris	48.21802	2.26051				24	45	453	45198
3017191	Fresnay-les-Chaumes	fresnay-les-chaumes	FR		0	Europe/Paris	48.17111	2.18226		Frenay-les Chaumes,Fresnay-les-Chaumes,Frênay-les Chaumes		24	45	453	45253
3017196	Fresnay-l'Aubry	fresnay-l-aubry	FR		0	Europe/Paris	48.15413	2.07				24	45	453	45025
3017206	Fresle	fresle	FR		0	Europe/Paris	49.51199	1.37842				28	76	763	76113
3017209	Fréparoy	freparoy	FR		0	Europe/Paris	48.47546	3.45579				44	10	102	10259
3017213	Frenière Petit	freniere-petit	FR		0	Europe/Paris	46.51667	2.9				84	03	032	03312
3017214	Frenière Grand	freniere-grand	FR		0	Europe/Paris	46.35	2.91667				84	03	031	03256
3017223	Fréneaux	freneaux	FR		0	Europe/Paris	48.62546	0.23188				28	61	611	61015
3017228	Frenay	frenay	FR		0	Europe/Paris	47.61467	-1.50038				52	44	445	44075
3017230	Frémoy	fremoy	FR		0	Europe/Paris	47.45274	4.16429				27	21	213	21426
3017234	Frémigoux	fremigoux	FR		0	Europe/Paris	45.24835	2.25039				84	15	152	15036
3017257	Freissenet	freissenet	FR		0	Europe/Paris	45.13116	3.73875				84	43	432	43122
3017258	Freisseix	freisseix	FR		0	Europe/Paris	45.75	1.35				75	87	872	87019
3017263	Fregdefond	fregdefond	FR		0	Europe/Paris	45.60233	2.97032		Fregdefond,Freydefond,Freydefont		84	63	633	63380
3017265	Fredfond	fredfond	FR		0	Europe/Paris	46.21667	2.58333				84	03	031	03167
3017269	Frécu	frecu	FR		0	Europe/Paris	48.07083	1.74358				24	28	282	28382
3017272	Fréconrupt	freconrupt	FR		0	Europe/Paris	48.47156	7.18386				44	67	673	67066
3017281	Frécaudie	frecaudie	FR		0	Europe/Paris	45.45	2.56667				84	15	152	15092
3017291	Fraysse	fraysse	FR		0	Europe/Paris	44.76142	2.65157				76	12	122	12118
3017308	Frasnay	frasnay	FR		0	Europe/Paris	47.12868	3.18538				27	58	584	58231
3017311	Frapuy	frapuy	FR		0	Europe/Paris	48.12467	2.15716				24	45	453	45011
3017312	Frapon	frapon	FR		0	Europe/Paris	46.58752	2.44066		Frapon,Frappon		24	18	182	18278
3017328	Franquevaux	franquevaux	FR		0	Europe/Paris	43.65098	4.3486		Franquevaux		76	30	302	30033
3017346	Francoeur	francoeur	FR		0	Europe/Paris	48.11997	3.73191				27	89	891	89398
3017366	Franchet	franchet	FR		0	Europe/Paris	45.47502	6.95387				84	73	731	73296
3017373	Franchaud	franchaud	FR		0	Europe/Paris	47.50416	-1.48024				52	44	445	44077
3017376	Franceix	franceix	FR		0	Europe/Paris	45.66667	2.26667				75	19	193	19238
3017377	Franceau	franceau	FR		0	Europe/Paris	47.35294	4.21372				27	21	213	21335
3017387	Francardo	francardo	FR		0	Europe/Paris	42.39589	9.19158		Francardo		94	2B	2B3	2B193
3017391	Franay	franay	FR		0	Europe/Paris	47.12607	3.7569				27	58	581	58017
3017393	Framzelle	framzelle	FR		0	Europe/Paris	50.86442	1.59218				32	62	623	62054
3017403	Fraissinet	fraissinet	FR		0	Europe/Paris	45.02869	3.0436				84	15	153	15187
3017404	Fraissinet	fraissinet	FR		0	Europe/Paris	44.62017	3.29512				76	48	482	48168
3017414	Frais Marais	frais-marais	FR		0	Europe/Paris	50.4054	3.12492		Frais Marais		32	59	593	59178
3017424	Fragne Petite	fragne-petite	FR		0	Europe/Paris	46.45	1.96667				24	36	363	36163
3017426	Fragne Grande	fragne-grande	FR		0	Europe/Paris	46.45	1.96667				24	36	363	36163
3017429	Fradonnière	fradonniere	FR		0	Europe/Paris	46.45247	2.98019				84	03	032	03046
3017430	Frachet	frachet	FR		0	Europe/Paris	45.62262	1.47004				75	87	872	87146
3017431	Frace	frace	FR		0	Europe/Paris	47.77345	4.32418				27	89	892	89210
3017433	Fracard	fracard	FR		0	Europe/Paris	45.88928	3.54954				84	63	635	63393
3017434	Frabet	frabet	FR		0	Europe/Paris	45.19821	1.2955				75	19	191	19161
3017439	Fox	fox	FR		407	Europe/Paris	43.58676	6.10199		Foks Amfu,Foks-Amfu,Fors e Amfos,Fos Amfos,Fox,Fox-Amphoux,Fòrs e Amfós,Fòs Amfós,fu ang fu,Фокс Амфу,Фокс-Амфу,福昂富		93	83	833	83060
3017442	Fouzillac	fouzillac	FR		0	Europe/Paris	44.66357	3.78708		Fouzilhac,Fouzillac		76	48	482	48045
3017444	Foux	foux	FR		0	Europe/Paris	47.4894	4.20905				27	21	213	21247
3017445	Fouville	fouville	FR		0	Europe/Paris	48.61559	1.18316				24	28	283	28226
3017446	Fouville	fouville	FR		0	Europe/Paris	48.50359	1.15671				24	28	281	28302
3017447	Fouvent-le-Haut	fouvent-le-haut	FR		264	Europe/Paris	47.64336	5.66946				27	70	702	70247
3017449	Foussolles	foussolles	FR		0	Europe/Paris	48.75	2.41667				11	94	943	94054
3017450	Foussignargues	foussignargues	FR		0	Europe/Paris	44.28709	4.12371		Foussignargues		76	30	301	30037
3017452	Foussereau	foussereau	FR		0	Europe/Paris	48.20377	2.4182				24	45	453	45233
3017457	Foussac	foussac	FR		0	Europe/Paris	44.90277	1.64382				76	46	463	46106
3017458	Fourvière	fourviere	FR		0	Europe/Paris	45.76183	4.82238		Forum Vetus,Fourvieres,Fourvières,Furv'er,fu wei ye shan,Фурвьер,富维耶山		84	69	691	69123
3017462	Fours-Saint-Laurent	fours-saint-laurent	FR		0	Europe/Paris	44.31667	6.7		Fours,Fours-Saint-Laurent		93	04	041	04226
3017471	Fourroux	fourroux	FR		0	Europe/Paris	45.51667	2.55		Fourrioux,Fourroux		84	63	633	63190
3017472	Fourquies	fourquies	FR		0	Europe/Paris	44.59165	1.0587				75	47	473	47292
3017479	Fouronnière	fouronniere	FR		0	Europe/Paris	44.8	6.2		Ferronmiere,Ferronmière,Ferronniere,Fouronniere,Fouronnière		93	05	052	05064
3017484	Fournol	fournol	FR		0	Europe/Paris	45.619	1.99181				75	19	193	19226
3017486	Fournier	fournier	FR		0	Europe/Paris	45.58333	3.65				84	63	631	63174
3017487	Fournier	fournier	FR		0	Europe/Paris	44.48819	1.04583				76	46	461	46307
3017489	Fourneuf	fourneuf	FR		0	Europe/Paris	48.44	-4.45333				53	29	291	29061
3017506	Fourneau Neuf	fourneau-neuf	FR		0	Europe/Paris	48.9855	7.48625		Fourneau Neuf,Neuschmelz		44	57	576	57489
3017515	Fourlière	fourliere	FR		0	Europe/Paris	45.81575	0.30795		Fourliere,Fourlière,La Fourliere		75	16	161	16282
3017516	Fourillette	fourillette	FR		0	Europe/Paris	46.27516	3.1536				84	03	032	03115
3017519	Fourgeon	fourgeon	FR		0	Europe/Paris	45.60292	4.9897				84	38	383	38215
3017523	Fourdebecques	fourdebecques	FR		0	Europe/Paris	50.6706	2.10745				32	62	625	62882
3017524	Fourcous	fourcous	FR		0	Europe/Paris	44.67191	2.36624				84	15	151	15029
3017535	Fourche	fourche	FR		0	Europe/Paris	48.41768	3.3844				11	77	773	77187
3017536	Fourche	fourche	FR		0	Europe/Paris	46.6778	1.84323				24	36	362	36089
3017538	Fourchainville	fourchainville	FR		0	Europe/Paris	48.50113	2.12305				11	91	911	91662
3017542	Fourbillon	fourbillon	FR		0	Europe/Paris	47.35	-2.5		Fourbihan,Fourbillon		52	44	443	44211
3017565	Foumourette	foumourette	FR		0	Europe/Paris	45.02997	4.21392				84	43	433	43130
3017566	Foulzy	foulzy	FR		0	Europe/Paris	49.84961	4.37496		Foulzy		44	08	081	08189
3017567	Foulventour	foulventour	FR		0	Europe/Paris	46.24629	1.27876				75	87	871	87149
3017570	Foulie	foulie	FR		0	Europe/Paris	44.95257	1.66968				76	46	463	46265
3017571	Foulenou	foulenou	FR		0	Europe/Paris	45.7641	2.29359		Foulenou,Foulnoux		75	23	231	23019
3017578	Fouland	fouland	FR		0	Europe/Paris	47.15	2.38333				24	18	181	18271
3017580	Foulage	foulage	FR		0	Europe/Paris	45.78762	2.50408				84	63	634	63165
3017584	Fouillouze	fouillouze	FR		0	Europe/Paris	44.52568	6.80143		Fouillouse,Fouillouze		93	04	041	04193
3017585	Fouilloux	fouilloux	FR		0	Europe/Paris	45.3977	2.12323				75	19	193	19145
3017589	Fouillereau	fouillereau	FR		0	Europe/Paris	46.9128	1.54466				24	36	362	36050
3017591	Fouillat	fouillat	FR		0	Europe/Paris	45.45301	2.64082				84	63	633	63129
3017592	Fouillard	fouillard	FR		6737	Europe/Paris	48.1582	-1.57915		Fouillard,Fouillard-Thorigne,Fouillard-Thorigné		53	35	353	35334
3017593	Fouhen	fouhen	FR		0	Europe/Paris	50.79161	1.84092				32	62	626	62412
3017599	Fougilet	fougilet	FR		0	Europe/Paris	47.5869	3.36569		Fougilet		27	89	891	89400
3017600	Fougeu	fougeu	FR		0	Europe/Paris	48.12758	1.72789				24	28	282	28212
3017604	Fougerettes	fougerettes	FR		0	Europe/Paris	45.0198	3.56679				84	43	431	43060
3017618	Fougeires	fougeires	FR		0	Europe/Paris	44.84644	4.49342				84	07	072	07096
3017619	Fougayroles	fougayroles	FR		0	Europe/Paris	44.01879	3.35062		Fougayroles,Fougayrolles		76	12	121	12231
3017631	Foucherolle	foucherolle	FR		0	Europe/Paris	48.7	1.97387		Foucherolle,Foucherolles		11	78	782	78193
3017640	Fouchanges	fouchanges	FR		0	Europe/Paris	47.39727	5.19639		Fouchanges		27	21	212	21016
3017641	Foucaudière	foucaudiere	FR		0	Europe/Paris	48.47005	0.73701		Foucardiere,Foucardière,Foucaudiere,Foucaudière		28	61	613	61050
3017648	Fouacé	fouace	FR		0	Europe/Paris	48.57424	0.18863				28	61	611	61464
3017650	Fotreux	fotreux	FR		0	Europe/Paris	49.59599	0.34886				28	76	762	76747
3017655	Fossi	fossi	FR		0	Europe/Paris	41.65496	9.30853		Fossi		94	2A	2A4	2A300
3017661	Fosse Nouvelle	fosse-nouvelle	FR		0	Europe/Paris	46.65647	2.43866		Fosse Nouvelle		24	18	182	18009
3017664	Fosse-Bellay	fosse-bellay	FR		0	Europe/Paris	47.18193	-0.16589				52	49	493	49100
3017680	Forville	forville	FR		0	Europe/Paris	44.91385	6.6239		Fortville,Forville		93	05	051	05023
3017681	Fortuniez	fortuniez	FR		0	Europe/Paris	45.1887	2.85889		Fortunies,Fortuniez		84	15	153	15061
3018129	Fond de France	fond-de-france	FR		0	Europe/Paris	45.27972	6.07408				84	38	381	38163
3017689	Fort-Mahon	fort-mahon	FR		0	Europe/Paris	50.70228	1.70124				32	62	623	62075
3017691	Fortjoual	fortjoual	FR		0	Europe/Paris	47.96902	-1.64472				53	35	353	35208
3017692	Fortisle	fortisle	FR		0	Europe/Paris	48.68663	1.32856		Fort-Ile,Fortisle		24	28	283	28394
3017697	Fort Bâtard	fort-batard	FR		0	Europe/Paris	50.90441	2.06791		Fort Batard,Fort Bâtard		32	62	626	62852
3017699	Fortail	fortail	FR		0	Europe/Paris	48.7	3.26667				11	77	773	77032
3017707	Fornoli	fornoli	FR		0	Europe/Paris	42.46365	9.35679		Forno,Fornole,Fornoli		94	2B	2B3	2B195
3017719	Formarville	formarville	FR		0	Europe/Paris	48.25722	2.28937				24	45	453	45065
3017721	Foriel	foriel	FR		0	Europe/Paris	44.93059	4.71765				84	07	073	07035
3017723	Forgevieille	forgevieille	FR		0	Europe/Paris	46.32523	1.52953		Forgevieille,Forgevielle		75	23	232	23199
3017724	Forgettes	forgettes	FR		0	Europe/Paris	49.6	1.43333				28	76	763	76120
3017725	Forgette	forgette	FR		0	Europe/Paris	46.45276	2.43562				84	03	031	03088
3017744	Forge de Bonheau	forge-de-bonheau	FR		0	Europe/Paris	46.86622	1.43162		Forge de Bonheau,Forge de Bonneau		24	36	362	36031
3017745	Forgeas	forgeas	FR		0	Europe/Paris	46.04516	1.66973				75	23	232	23189
3017751	Forge	forge	FR		0	Europe/Paris	48.07924	0.2662				52	72	723	72329
3017752	Forge	forge	FR		0	Europe/Paris	46.98114	3.2319				27	58	583	58273
3017761	Forêt-Chenu	foret-chenu	FR		0	Europe/Paris	48.14086	3.93051				44	10	103	10359
3017848	Fontfreide	fontfreide	FR		0	Europe/Paris	45.70311	3.00292		Fontfreide,Fontfreyde		84	63	632	63345
3017772	Forest des Baniols	forest-des-baniols	FR		0	Europe/Paris	44.7	6.31667		Forest des Baniols,Les Baniauls		93	05	052	05096
3017773	Forest	forest	FR		0	Europe/Paris	48.67232	2.82077				11	77	772	77107
3017774	Forenville	forenville	FR		316	Europe/Paris	50.13613	3.28252				32	59	592	59567
3017775	Forens	forens	FR		0	Europe/Paris	46.21511	5.85788		Forens		84	01	013	01104
3017778	Forcy	forcy	FR		0	Europe/Paris	47.16417	3.4981				27	58	583	58092
3017779	Forconcello	forconcello	FR		0	Europe/Paris	41.63769	9.01048		Forconcello		94	2A	2A4	2A128
3017786	Forcili	forcili	FR		0	Europe/Paris	42.52823	9.0001		Forcili,Porcili		94	2B	2B5	2B235
3017802	Forbonnais	forbonnais	FR		0	Europe/Paris	48.26179	0.43352				52	72	722	72276
3017808	Fonville	fonville	FR		0	Europe/Paris	48.66711	1.41648				24	28	283	28054
3017809	Fonvielle	fonvielle	FR		0	Europe/Paris	45.36667	1				75	24	242	24505
3017810	Fonty	fonty	FR		0	Europe/Paris	46.28705	2.8237				84	03	031	03129
3017813	Fontvive	fontvive	FR		0	Europe/Paris	44.48333	6.81667				93	04	041	04120
3017815	Font Vieille	font-vieille	FR		0	Europe/Paris	46.31134	1.45829				75	23	232	23258
3017818	Fontvial	fontvial	FR		0	Europe/Paris	45.52843	4.10118				84	42	421	42021
3017822	Fontrousse	fontrousse	FR		0	Europe/Paris	43.5978	5.44304				93	13	131	13001
3017825	Font-Romain	font-romain	FR		0	Europe/Paris	46.74239	2.26191				24	18	182	18112
3017830	Fontourcy	fontourcy	FR		0	Europe/Paris	45.13167	1.70192				75	19	191	19023
3017834	Fontmorigny	fontmorigny	FR		0	Europe/Paris	47.032	2.95435				24	18	182	18143
3017836	Fontmerle	fontmerle	FR		0	Europe/Paris	44.96207	1.87652		Fonmerle,Fontmerle		75	19	191	19007
3017838	Fontlobines	fontlobines	FR		0	Europe/Paris	45.4488	3.80183				84	63	631	63371
3017839	Font Léon	font-leon	FR		0	Europe/Paris	45.93333	1.53333				75	23	232	23217
3017846	Fontgillarde	fontgillarde	FR		0	Europe/Paris	44.72216	6.88775		Fongillarde,Fontgillarde		93	05	051	05077
3017859	Fontereuse	fontereuse	FR		0	Europe/Paris	46.98333	0.46667		Fontcreuse,Fontereuse		24	37	371	37148
3017875	Fontenois	fontenois	FR		0	Europe/Paris	49.47025	4.9352		Fontenois,Fontenoy		44	08	084	08394
3017877	Fontenilles-d'Aigueparse	fontenilles-d-aigueparse	FR		0	Europe/Paris	44.64576	1.00132		Fontenilles,Fontenilles-Aygueparses,Fontenilles-d'Aigueparse,Fontenilles-d'Aygueparse		75	24	244	24263
3017887	Fontenette	fontenette	FR		0	Europe/Paris	48.32887	2.17315				11	91	911	91001
3017891	Fontenelles	fontenelles	FR		0	Europe/Paris	48.53102	4.82451				44	52	523	52182
3017900	Fonteneilles	fonteneilles	FR		0	Europe/Paris	48.18881	2.75456				11	77	774	77458
3017901	Fonteneau	fonteneau	FR		0	Europe/Paris	46.59675	2.16029				24	36	363	36236
3017942	Fontemeurant	fontemeurant	FR		0	Europe/Paris	46.70728	2.59914				24	18	182	18231
3017944	Font-de-Barral	font-de-barral	FR		0	Europe/Paris	44.39943	5.06278				84	26	262	26322
3017949	Fontclairant	fontclairant	FR		0	Europe/Paris	45.66848	2.96395				84	63	632	63026
3017951	Fontbonne	fontbonne	FR		0	Europe/Paris	45.82688	4.36518				84	42	422	42334
3017952	Fontbonne	fontbonne	FR		0	Europe/Paris	45.81795	3.69607				84	63	635	63463
3017953	Fontbonne	fontbonne	FR		0	Europe/Paris	44.31667	5.33333		Fonlbonne,Fontbonne		84	26	262	26050
3017954	Fontbonne	fontbonne	FR		0	Europe/Paris	43.76667	7.41667		Fontbonne,Fonte Bonne		93	06	062	06091
3017955	Fontbon	fontbon	FR		0	Europe/Paris	47.04209	1.78904		Fontbon,Foutbon		24	36	364	36041
3017956	Fontblisse	fontblisse	FR		0	Europe/Paris	46.77578	2.73767		Fontblisse,La Fontbtisse		24	18	182	18021
3017957	Fontauzel	fontauzel	FR		0	Europe/Paris	44.46919	0.95589				75	47	473	47283
3017958	Fontaubel	fontaubel	FR		0	Europe/Paris	46.1	2.51667		Fontaube,Fontaubel		75	23	231	23083
3017962	Fontaraby	fontaraby	FR		0	Europe/Paris	47.23762	3.25961				27	58	584	58101
3017965	Fontanone	fontanone	FR		0	Europe/Paris	42.52133	9.40025		Fontanone		94	2B	2B3	2B355
3017970	Fontanne	fontanne	FR		0	Europe/Paris	45.8337	4.33551				84	42	421	42148
3017976	Fontanet	fontanet	FR		0	Europe/Paris	45.18806	3.63615				84	43	432	43252
3017985	Fontanas	fontanas	FR		0	Europe/Paris	45.76846	3.0146				84	63	632	63263
3017986	Funtanacciu	funtanacciu	FR		0	Europe/Paris	41.92479	8.83375		Fontanaccio,Funtanacciu		94	2A	2A1	2A032
3017992	Fontaine-sur-Coole	fontaine-sur-coole	FR		0	Europe/Paris	48.79704	4.38405		Fontaine,Fontaine-sur-Coole		44	51	511	51244
3018000	Fontaine-sous-Montaiguillon	fontaine-sous-montaiguillon	FR		0	Europe/Paris	48.61646	3.51633		Fontaine,Fontaine-sous-Montaiguillon		11	77	773	77262
3018014	Fontaineroux	fontaineroux	FR		0	Europe/Paris	48.43936	2.80177		Fontaineraux,Fontaineroux		11	77	774	77226
3018016	Fontaine-Ramée	fontaine-ramee	FR		0	Europe/Paris	48.72673	3.1654				11	77	771	77151
3018017	Fontaine-Pépin	fontaine-pepin	FR		0	Europe/Paris	48.67222	3.11143				11	77	773	77239
3018020	Fontaine Musson	fontaine-musson	FR		0	Europe/Paris	48.1	0.68333				52	72	722	72156
3018023	Fontaine-Luyères	fontaine-luyeres	FR		0	Europe/Paris	48.39977	4.18367		Fontaine-Luyeres,Fontaine-Luyères,Fontaines-Luyeres,Fontaines-Luyères		44	10	103	10084
3018024	Fontainelivau	fontainelivau	FR		0	Europe/Paris	48.47734	2.18737				11	91	911	91226
3018045	Fontaine-la-Verte	fontaine-la-verte	FR		0	Europe/Paris	49.18401	1.29542				28	27	271	27676
3018055	Fontainejean	fontainejean	FR		0	Europe/Paris	47.84784	2.96075				24	45	451	45292
3018065	Fontaine du Berger	fontaine-du-berger	FR		0	Europe/Paris	45.79858	2.99068				84	63	632	63263
3018102	Fonsoumagne	fonsoumagne	FR		0	Europe/Paris	45.68676	0.77684		Fonsoumagne,Fonsoumague		75	87	873	87168
3018110	Fonqueyrade	fonqueyrade	FR		0	Europe/Paris	44.67972	0.72697				75	24	241	24028
3018112	Fonniovas	fonniovas	FR		0	Europe/Paris	45.26437	0.84991				75	24	243	24540
3018113	Fonmourenne	fonmourenne	FR		0	Europe/Paris	44.6843	1.49382				76	46	463	46138
3018114	Fonmoure	fonmoure	FR		0	Europe/Paris	45.05112	0.45402				75	24	243	24543
3018117	Fongalop	fongalop	FR		0	Europe/Paris	44.72525	0.96286		Fongalop		75	24	244	24035
3018119	Fonfrin	fonfrin	FR		0	Europe/Paris	46.93819	2.95485		Fonfrin,Fontrin		24	18	182	18108
3018120	Fonfreyde	fonfreyde	FR		0	Europe/Paris	45.54783	1.99464		Fonfreyde,La Fonfreyde		75	19	192	19027
3018121	Fonfrédes	fonfredes	FR		0	Europe/Paris	44.23631	6.35782				93	04	043	04024
3018125	Fondelin	fondelin	FR		0	Europe/Paris	47.46551	3.35285				27	58	582	58032
3018126	Fond-Duval	fond-duval	FR		0	Europe/Paris	49.51667	1.08333				28	76	763	76367
3018127	Fond-de-Val	fond-de-val	FR		0	Europe/Paris	50.30552	1.97012				32	62	624	62690
3018132	Fond	fond	FR		0	Europe/Paris	45.90827	6.00678				84	74	741	74292
3018136	Fonchette	fonchette	FR		0	Europe/Paris	49.78002	2.82551				32	80	803	80322
3018138	Foncène	foncene	FR		0	Europe/Paris	44.76699	1.22159				75	24	244	24091
3018139	Foncelin	foncelin	FR		0	Europe/Paris	47.05455	3.11383				27	58	583	58121
3018141	Fonbillon	fonbillon	FR		0	Europe/Paris	44.58918	2.63629		Fombillou,Fonbillon		76	12	122	12172
3018146	Folny	folny	FR		0	Europe/Paris	49.90514	1.44266				28	76	761	76286
3018153	Follemprise	follemprise	FR		0	Europe/Paris	49.76217	1.31575				28	76	761	76430
3018156	Foljuif	foljuif	FR		0	Europe/Paris	48.28073	2.67768				11	77	774	77431
3018157	Foljuif	foljuif	FR		0	Europe/Paris	48.20781	2.66422				11	77	774	77045
3018162	Folie	folie	FR		0	Europe/Paris	47.63353	-0.70488				52	49	494	49176
3018164	Folhaie	folhaie	FR		0	Europe/Paris	47.33333	-2.37896				52	44	443	44069
3018167	Folelli	folelli	FR		0	Europe/Paris	42.44586	9.50746		Folelli,Folelli - Korsika		94	2B	2B3	2B207
3018169	Folbeix	folbeix	FR		0	Europe/Paris	46.27193	2.04595				75	23	232	23057
3018183	Foinville	foinville	FR		0	Europe/Paris	48.28211	1.63137				24	28	281	28422
3018184	Foinard	foinard	FR		0	Europe/Paris	48.56803	2.02755				11	91	911	91546
3018186	Fohet Sud	fohet-sud	FR		0	Europe/Paris	45.63333	3				84	63	632	63026
3018187	Fohet Nord	fohet-nord	FR		0	Europe/Paris	45.64263	3.00381		Fohet,Fohet Nord		84	63	632	63026
3018188	Fuculina	fuculina	FR		0	Europe/Paris	41.85086	8.8282		Fogolina,Fuculina		94	2A	2A1	2A228
3018191	Focolara	focolara	FR		0	Europe/Paris	42.38299	8.6181		Focolara		94	2B	2B5	2B121
3018194	Foce di Verju	foce-di-verju	FR		0	Europe/Paris	41.71415	9.01686		Foce di Vergio,Foce di Verju		94	2A	2A4	2A310
3018198	Fly	fly	FR		0	Europe/Paris	47.33771	3.4101				27	58	582	58304
3018203	Flumesnil	flumesnil	FR		0	Europe/Paris	49.25852	1.54173				28	27	271	27490
3018205	Floyrac	floyrac	FR		0	Europe/Paris	44.91831	0.53182				75	24	241	24345
3018207	Flouville	flouville	FR		0	Europe/Paris	48.71968	0.99736				24	28	283	28263
3018209	Flourgnac	flourgnac	FR		0	Europe/Paris	45.10592	1.31327				75	24	244	24547
3018212	Floudière	floudiere	FR		0	Europe/Paris	48.59565	0.92256				24	28	283	28314
3018216	Flossac	flossac	FR		0	Europe/Paris	45.01971	4.36294				84	07	073	07151
3018217	Flosaille	flosaille	FR		0	Europe/Paris	45.64352	5.30403		Flosaille,Flossaile,Flozailles		84	38	382	38455
3018218	Flornoy	flornoy	FR		0	Europe/Paris	48.52484	4.99416		Flornoy		44	52	523	52497
3018233	Florat	florat	FR		0	Europe/Paris	45.37094	3.18805				84	63	633	63007
3018240	Flonville	flonville	FR		0	Europe/Paris	48.75857	1.35664				24	28	283	28134
3018241	Flonville	flonville	FR		0	Europe/Paris	48.45881	1.30472				24	28	281	28154
3018243	Flomont	flomont	FR		0	Europe/Paris	45.06667	1.71667				75	19	191	19099
3018262	Flibeaucourt	flibeaucourt	FR		0	Europe/Paris	50.17535	1.7663				32	80	801	80692
3018272	Flevieu	flevieu	FR		0	Europe/Paris	45.76554	5.4804				84	01	011	01064
3018273	Flevieu	flevieu	FR		0	Europe/Paris	45.59681	4.79907				84	69	691	69297
3018274	Fleuzy	fleuzy	FR		0	Europe/Paris	49.75654	1.75595				28			
3018278	Fleury-sur-Aire	fleury-sur-aire	FR		0	Europe/Paris	49.01892	5.15974		Fleury,Fleury-sur-Aire		44	55	551	55389
3018283	Fleury-la-Tour	fleury-la-tour	FR		0	Europe/Paris	46.99036	3.57095		Fleury,Fleury-la-Tour		27	58	581	58292
3018299	Fleurigny	fleurigny	FR		0	Europe/Paris	48.2926	3.3698		Fleurigny		27	89	893	89414
3018301	Fleurignac	fleurignac	FR		0	Europe/Paris	45.76726	0.43727		Fleurignac		75	16	161	16379
3018307	Fleurfontaine	fleurfontaine	FR		0	Europe/Paris	48.47209	1.2654				24	28	281	28324
3018322	Fleuransan	fleuransan	FR		0	Europe/Paris	46.25062	0.55778				75	86	862	86276
3018324	Fleuraget	fleuraget	FR		0	Europe/Paris	46.14954	2.28962				75	23	231	23209
3018335	Flers-lez-Lille	flers-lez-lille	FR		0	Europe/Paris	50.63333	3.13333		Flers,Flers-lez-Lille		32	59	595	59009
3018350	Fléchinelle	flechinelle	FR		0	Europe/Paris	50.58099	2.30386				32	62	625	62295
3018357	Flayac	flayac	FR		0	Europe/Paris	45.32615	0.42666				75	24	243	24090
3018365	Flavigny-le-Petit	flavigny-le-petit	FR		0	Europe/Paris	49.9	3.63333		Flavigny,Flavigny-le-Petit		32	02	025	02361
3018381	Flaugeat	flaugeat	FR		0	Europe/Paris	45.15557	1.66935				75	19	191	19003
3018386	Flassy	flassy	FR		0	Europe/Paris	47.2281	3.50464				27	58	582	58191
3018388	Flassieux	flassieux	FR		0	Europe/Paris	45.57735	4.59219				84	69	691	69228
3018391	Flaoussiers	flaoussiers	FR		0	Europe/Paris	44.05604	5.3372		Flaoussiers,Flauossier		93	84	843	84079
3018393	Flangeat	flangeat	FR		0	Europe/Paris	44.87186	1.00285				75	24	244	24396
3018395	Flancourt	flancourt	FR		0	Europe/Paris	48.46577	4.75331				44	52	523	52088
3018400	Flaminge	flaminge	FR		0	Europe/Paris	45.23065	4.28579		Flaminge,Flaminges		84	43	433	43213
3018402	Flamboin	flamboin	FR		0	Europe/Paris	48.47312	3.29275		Flamboin,Flamboin-Gouaix		11	77	773	77208
3018405	Flamare	flamare	FR		0	Europe/Paris	49.57824	0.72026				28	76	763	76398
3018406	Flamanvillette	flamanvillette	FR		0	Europe/Paris	49.78451	0.70779		Flamanville,Flamanvillette		28	76	761	76664
3018412	Flaittes	flaittes	FR		0	Europe/Paris	45.50213	3.71976				84	63	631	63211
3018413	Flainville	flainville	FR		0	Europe/Paris	49.88269	0.8983				28	76	761	76133
3018414	Flainville	flainville	FR		0	Europe/Paris	48.38215	1.30713				24	28	281	28286
3018428	Flageac	flageac	FR		0	Europe/Paris	45.32269	3.37487				84	43	431	43074
3018435	Flaceleyre	flaceleyre	FR		0	Europe/Paris	45.20663	3.95326				84	43	432	43267
3018436	Flacé-lès-Mâcon	flace-les-macon	FR		0	Europe/Paris	46.32209	4.82111		Flace,Flace-les-Macon,Flacé,Flacé-lès-Mâcon		27	71	715	71270
3018437	Flabeuville	flabeuville	FR		0	Europe/Paris	49.46391	5.53831		Flabeuville		44	54	541	54134
3018438	Flabas	flabas	FR		0	Europe/Paris	49.29111	5.40176		Flabas		44	55	553	55341
3018444	Fiuminale Sottano	fiuminale-sottano	FR		0	Europe/Paris	42.39139	9.45087		Fiuminale,Fiuminale Sottano		94	2B	2B3	2B340
3018451	Fitignieu	fitignieu	FR		0	Europe/Paris	45.92781	5.66483		Fitignieu		84	01	011	01036
3018452	Fissar	fissar	FR		0	Europe/Paris	45.08333	0.5				75	24	243	24562
3018460	Fiquainville	fiquainville	FR		0	Europe/Paris	49.7341	0.47739				28	76	762	76688
3018461	Fioux	fioux	FR		0	Europe/Paris	45.32997	2.01973		Fieux,Fioux		75	19	193	19092
3018462	Fior'di Spina	fior-di-spina	FR		0	Europe/Paris	41.64248	8.97137		Fior di Spina,Fior'di Spina		94	2A	2A4	2A272
3018464	Finsac	finsac	FR		0	Europe/Paris	44.88333	1.1				75	24	244	24087
3018472	Finiels	finiels	FR		0	Europe/Paris	44.40372	3.74568		Finiels		76	48	481	48116
3018473	Finialettes	finialettes	FR		0	Europe/Paris	44.38907	3.72265		Finialette,Finialettes		76	48	481	48116
3018479	Fin	fin	FR		0	Europe/Paris	47.3656	3.71048				27	58	582	58271
3018482	Fils	fils	FR		0	Europe/Paris	45.46572	4.08875				84	42	421	42126
3018483	Filouane	filouane	FR		0	Europe/Paris	45.45951	0.62759				75	24	242	24111
3018485	Filolie	filolie	FR		0	Europe/Paris	44.87529	0.6412				75	24	241	24242
3018486	Filly	filly	FR		0	Europe/Paris	45.82842	6.17087				84	74	741	74242
3018487	Fillonnière	fillonniere	FR		0	Europe/Paris	45.41667	5.28333		Fillonniere,Fillonnière		84	38	383	38267
3018496	Filay	filay	FR		0	Europe/Paris	48.27186	2.38724				24	45	453	45191
3018500	Figuerolles	figuerolles	FR		0	Europe/Paris	43.4	5.25				93	13	134	13054
3018501	Figoni	figoni	FR		0	Europe/Paris	41.75384	8.71597		Figoni		94	2A	2A1	2A098
3018504	Figeirolles	figeirolles	FR		0	Europe/Paris	44.31594	3.90565		Figeirolles,Figerolle		76	48	481	48194
3018511	Figaretto	figaretto	FR		0	Europe/Paris	42.41486	9.52929		Figareto,Figaretto		94	2B	2B3	2B319
3018524	Fieno	fieno	FR		0	Europe/Paris	42.89843	9.38484		Fieno		94	2B	2B2	2B152
3018535	Figarella	figarella	FR		0	Europe/Paris	42.74687	9.43382		Ficarella,Figarella		94	2B	2B2	2B309
3018538	Ficaghiola	ficaghiola	FR		0	Europe/Paris	42.25111	8.62659		Ficaghiola,Ficajola		94	2A	2A1	2A212
3018539	Ficaia	ficaia	FR		0	Europe/Paris	42.70391	9.36615		Ficaia,Ficaja		94	2B	2B5	2B205
3018541	Fiardière	fiardiere	FR		0	Europe/Paris	45.58631	6.21791		Fiardiere,Fiardière,Fliardiere,Fliardière		84	73	732	73120
3018543	Fez	fez	FR		0	Europe/Paris	47.2441	2.83495		Fee,Fez,Fée		24	18	181	18094
3018548	Feyssaguet	feyssaguet	FR		0	Europe/Paris	45.67273	2.11849		Fevssaguet,Feyssaguet		75	19	193	19241
3018550	Feydel	feydel	FR		0	Europe/Paris	45.53333	5.45				84	38	382	38246
3018557	Feuyas	feuyas	FR		0	Europe/Paris	46.20354	2.047				75	23	231	23154
3018563	Feuquerolles	feuquerolles	FR		0	Europe/Paris	49.256	1.45732				28	27	271	27016
3018564	Feunteun-Ven	feunteun-ven	FR		0	Europe/Paris	48.66667	-4				53	29	293	29259
3018565	Feunteun-vélen	feunteun-velen	FR		0	Europe/Paris	48.44483	-5.09817		Feunteim velen,Feunteim vélen		53	29	291	29155
3018569	Feularde	feularde	FR		0	Europe/Paris	47.02481	2.95102		Feularde,La Feularde		24	18	182	18143
3018570	Feuilloy	feuilloy	FR		0	Europe/Paris	49.89694	1.41202				28	76	761	76049
3018572	Feuilleuse	feuilleuse	FR		0	Europe/Paris	48.61415	1.13978				24	28	283	28226
3018573	Feuilletin	feuilletin	FR		0	Europe/Paris	46.66409	2.10601				24	36	363	36186
3018576	Feuille	feuille	FR		0	Europe/Paris	47.03831	3.19095				27	58	583	58300
3018579	Feuguerolles-sur-Seulles	feuguerolles-sur-seulles	FR		0	Europe/Paris	49.11346	-0.67154		Feuguerolles,Feuguerolles-sur-Seulles		28	14	144	14011
3018631	Haut Village	haut-village	FR		0	Europe/Paris	48.55646	6.29307		Ferrieres-Haute,Ferrières-Haute,Haut Village		44	54	543	54192
3018635	Bas Village	bas-village	FR		0	Europe/Paris	48.55017	6.29233		Bas Village,Ferrieres-Basse,Ferrières-Basse		44	54	543	54192
3018652	Ferrière	ferriere	FR		0	Europe/Paris	48.13511	-1.18741				53	35	351	35360
3018653	Ferrière	ferriere	FR		0	Europe/Paris	46.474	2.91353				84	03	032	03046
3018654	Ferrière	ferriere	FR		0	Europe/Paris	45.0508	1.43501		Ferriere,Ferrieres,Ferrière,Ferrières		75	19	191	19047
3018657	Ferreyrettes	ferreyrettes	FR		0	Europe/Paris	44.27036	3.58204		Ferreyrette,Ferreyrettes		76	48	481	48166
3018662	Ferréol	ferreol	FR		0	Europe/Paris	45.48733	3.96969				84	63	631	63104
3018665	Ferrassières-de-Barret	ferrassieres-de-barret	FR		0	Europe/Paris	44.14069	5.52745				84	26	262	26135
3018668	Ferrand	ferrand	FR		0	Europe/Paris	45.00606	1.70368				75	19	191	19029
3018673	Féroussac	feroussac	FR		0	Europe/Paris	45.40618	3.67561				84	63	631	63218
3018677	Férolle	ferolle	FR		0	Europe/Paris	46.73838	2.44067				24	18	182	18169
3018680	Fernestrelay	fernestrelay	FR		0	Europe/Paris	47.09619	2.4441		Fenestrelay,Fernestrelay		24	18	181	18213
3018681	Fermont	fermont	FR		0	Europe/Paris	49.46731	5.66303		Fermont		44	54	541	54378
3018682	Fermeyer	fermeyer	FR		0	Europe/Paris	44.41667	6.3				93	04	041	04033
3018685	Fermaincourt	fermaincourt	FR		0	Europe/Paris	48.76619	1.39838				24	28	283	28267
3018686	Ferland	ferland	FR		0	Europe/Paris	48.45786	2.80172				11	77	772	77179
3018691	Férérolles	fererolles	FR		0	Europe/Paris	45.55237	2.70179		Fererolles,Ferreyrolles,Férérolles		84	63	633	63192
3018698	Ferdinas	ferdinas	FR		0	Europe/Paris	45.55138	0.50269				75	16	161	16203
3018702	Féraubry	feraubry	FR		0	Europe/Paris	48.76041	3.26768				11	77	773	77097
3018703	Féranville	feranville	FR		0	Europe/Paris	48.86319	1.74689				11	78	782	78236
3018705	Féraillon	feraillon	FR		0	Europe/Paris	45.3494	0.43659				75	24	243	24057
3018706	Féraboeuf	feraboeuf	FR		0	Europe/Paris	46.36587	0.34414				75	86	863	86148
3018720	Fenneville	fenneville	FR		0	Europe/Paris	48.32755	2.28816				11	91	911	91112
3018725	Fenier	fenier	FR		0	Europe/Paris	45.45543	3.28031				84	63	633	63031
3018726	Fenier	fenier	FR		0	Europe/Paris	44.97251	4.69477				84	07	073	07095
3018729	Feneyroles	feneyroles	FR		0	Europe/Paris	45.21889	3.42918				84	43	431	43222
3018741	Fémisson	femisson	FR		0	Europe/Paris	48.70738	0.57223				28	61	613	61151
3018742	Femelle	femelle	FR		0	Europe/Paris	49.29209	-1.1011				28	14	141	14342
3018744	Felouze	felouze	FR		0	Europe/Paris	46.78324	2.17648				24	18	182	18043
3018750	Félix	felix	FR		0	Europe/Paris	45.21667	4.68333				84	07	073	07197
3018757	Feline	feline	FR		0	Europe/Paris	46.3661	2.83572				84	03	031	03315
3018762	Felcourt	felcourt	FR		0	Europe/Paris	49.0412	4.75901				44	51	511	51126
3018765	Feix	feix	FR		0	Europe/Paris	45.6	2.5				84	63	634	63225
3018766	Feix	feix	FR		0	Europe/Paris	45.28628	1.98874				75	19	193	19039
3018769	Feissal	feissal	FR		0	Europe/Paris	44.2349	6.16968				93	04	044	04016
3018775	Fein	fein	FR		0	Europe/Paris	46.64362	1.94743				24	36	363	36143
3018777	Feil	feil	FR		0	Europe/Paris	48.5552	7.7116				44	67	678	67365
3018783	Féez	feez	FR		0	Europe/Paris	47.09933	2.80734				24	18	181	18077
3018784	Féez	feez	FR		0	Europe/Paris	46.95495	2.79465				24	18	182	18095
3018787	Fée	fee	FR		0	Europe/Paris	48.10397	1.18658				24	28	282	28012
3018815	Fayolle	fayolle	FR		0	Europe/Paris	45.28333	0.33333				75	24	243	24586
3018816	Fayollat	fayollat	FR		0	Europe/Paris	45.08333	4.33333				84	43	433	43244
3018839	Faye-Furet	faye-furet	FR		0	Europe/Paris	45.56667	3.9				84	63	631	63319
3018841	Faye de Port	faye-de-port	FR		0	Europe/Paris	45.53204	1.0936				75	24	242	24218
3018843	Faye-Chapon	faye-chapon	FR		0	Europe/Paris	46.27661	2.1347				75	23	231	23064
3018864	Fayat	fayat	FR		0	Europe/Paris	45.57755	1.36411				75	87	872	87039
3018874	Favray	favray	FR		0	Europe/Paris	45.80424	6.54065				84	73	731	73186
3018877	Favone	favone	FR		0	Europe/Paris	41.77405	9.39468		Favone		94	2A	2A4	2A269
3018883	Favière	faviere	FR		0	Europe/Paris	44.23333	6.46667		Faviere,Favière,La Faviere,La Favière		93	04	043	04155
3018884	Faveyrolles	faveyrolles	FR		0	Europe/Paris	45.22619	3.55291				84	43	431	43063
3018885	Faveyrolles	faveyrolles	FR		0	Europe/Paris	44.10923	3.68916		Faveyrolle,Faveyrolles		76	30	303	30198
3018887	Faverolles-les-Mares	faverolles-les-mares	FR		0	Europe/Paris	49.12146	0.5013		Faverolles,Faverolles-les-Mares		28	27	272	27106
3018901	Faverges-de-Mépieu	faverges-de-mepieu	FR		0	Europe/Paris	45.76514	5.4461		Faverge,Faverges,Faverges-de-Mepieu,Faverges-de-Mépieu		84	38	382	38139
3018908	Fave	fave	FR		0	Europe/Paris	44.95219	5.22662				84	26	261	26163
3018932	Faute-d'Argent	faute-d-argent	FR		0	Europe/Paris	49.42614	1.60936				28	76	761	76093
3018933	Fausserville	fausserville	FR		0	Europe/Paris	48.36346	1.20613				24	28	281	28091
3018939	Fauries	fauries	FR		0	Europe/Paris	45.04873	4.59527				84	07	073	07014
3018941	Fauque	fauque	FR		0	Europe/Paris	49.64981	0.62476				28	76	762	76258
3018947	Faulbach	faulbach	FR		0	Europe/Paris	49.45579	6.25883				44	57	577	57588
3018948	Faujus	faujus	FR		0	Europe/Paris	48.72352	3.21248				11	77	771	77113
3018956	Faugeas	faugeas	FR		0	Europe/Paris	45.06667	4.38333				84	07	073	07080
3018958	Fau du Theil	fau-du-theil	FR		0	Europe/Paris	48.10947	-1.03195				52	53	532	53247
3018961	Faude	faude	FR		0	Europe/Paris	50.69959	1.74607				32	62	623	62896
3018962	Faucouzy	faucouzy	FR		0	Europe/Paris	49.78942	3.64037		Faucouzy,Faucouzy-Monceau		32	02	025	02491
3018964	Fauconnières	fauconnieres	FR		0	Europe/Paris	44.94696	4.98193		Fauconnieres,Fauconnières,Franconnieres,Franconnières		84	26	263	26197
3018923	Faux	faux	FR	08270	0	Europe/Paris	45.62448	2.44889				75	19	193	19134
3018966	Fauconnie	fauconnie	FR		0	Europe/Paris	45.3556	0.83448				75	24	242	24238
3018978	Faucherias	faucherias	FR		0	Europe/Paris	45.06441	0.6861				75	24	243	24146
3018979	Fauchelles	fauchelles	FR		0	Europe/Paris	50.61956	1.88033				32	62	624	62903
3018982	Faubourg Saint-Privé	faubourg-saint-prive	FR		0	Europe/Paris	46.82831	3.47417				27	58	583	58095
3018983	Faubourg Saint-Martin	faubourg-saint-martin	FR		0	Europe/Paris	47.78333	3.58333				27	89	891	89024
3018984	Faubourg-Saint-Martin	faubourg-saint-martin	FR		0	Europe/Paris	47.02881	4.83262				27	21	211	21054
3018985	Faubourg Saint-Jacques	faubourg-saint-jacques	FR		0	Europe/Paris	47.50797	4.52524				27	21	213	21271
3018986	Faubourg Saint-Gilles	faubourg-saint-gilles	FR		0	Europe/Paris	50.10275	1.84624				32	80	801	80001
3018987	Faubourg Saint-Didier	faubourg-saint-didier	FR		0	Europe/Paris	47.86226	5.32807				44	52	522	52269
3018988	Faubourg du Bois	faubourg-du-bois	FR		0	Europe/Paris	50.11171	1.85018				32	80	801	80001
3018989	Faubourg de Vaucelles	faubourg-de-vaucelles	FR		0	Europe/Paris	49.17247	-0.35187				28	14	142	14118
3018990	Faubourg des Sarts	faubourg-des-sarts	FR		0	Europe/Paris	50.29279	3.97379		Les Sarts		32	59	591	59392
3018991	Faubourg d'Esquerchin	faubourg-d-esquerchin	FR		0	Europe/Paris	50.37153	3.0579				32	59	593	59178
3018992	Faubourg de Mons	faubourg-de-mons	FR		0	Europe/Paris	50.28928	3.97182				32	59	591	59392
3018993	Faubourg de Fives	faubourg-de-fives	FR		0	Europe/Paris	50.63244	3.09915		Faubourg de Fives,Fives		32	59	595	59350
3018994	Faubourg de Cassel	faubourg-de-cassel	FR		0	Europe/Paris	50.95966	2.43404		Faubourg Cassel,Faubourg de Cassel		32	59	594	59478
3018995	Faubourg d'Allier	faubourg-d-allier	FR		0	Europe/Paris	46.82704	3.44926				27	58	583	58095
3018999	Fatin	fatin	FR		0	Europe/Paris	47.58333	4.33333				27	21	213	21429
3019002	Farrérolles	farrerolles	FR		0	Europe/Paris	45.63333	2.58333		Farrerolles,Farreyrolles,Farrérolles		84	63	634	63048
3019004	Faronville	faronville	FR		0	Europe/Paris	48.21314	2.04968		Faronville		24	45	453	45240
3019014	Fargy	fargy	FR		0	Europe/Paris	45.82083	6.18699		Fargy,Fergy		84	74	741	74108
3019020	Fargoulas	fargoulas	FR		0	Europe/Paris	45.80572	2.64942				84	63	634	63359
3019021	Fargniers	fargniers	FR		0	Europe/Paris	49.65761	3.31476		Fargniers		32	02	022	02738
3019022	Fargette	fargette	FR		0	Europe/Paris	45.74041	3.46049				84	63	632	63252
3019023	Fargetas	fargetas	FR		0	Europe/Paris	45.6966	0.8887				75	87	873	87054
3019033	Fargeas	fargeas	FR		0	Europe/Paris	45.78333	1.1				75	87	872	87001
3019034	Fargéas	fargeas	FR		0	Europe/Paris	45.68474	1.46881				75	87	872	87138
3019035	Fargeas	fargeas	FR		0	Europe/Paris	45.59571	0.73916				75	24	242	24001
3019036	Farge	farge	FR		0	Europe/Paris	46.11956	2.74939				84	63	634	63293
3019037	Farge	farge	FR		0	Europe/Paris	45.08752	3.6563		Farge,Farges		84	43	431	43239
3019039	Fareyroles	fareyroles	FR		0	Europe/Paris	45.35283	3.25959				84	43	431	43121
3019041	Farémont	faremont	FR		0	Europe/Paris	48.68982	4.72237				44	51	514	51567
3019043	Fareille	fareille	FR		0	Europe/Paris	46.3805	2.45182				84	03	031	03128
3019053	Faramaz	faramaz	FR		0	Europe/Paris	45.88734	5.98355		Farama,Faramaz		84	74	741	74161
3019061	Fano	fano	FR		0	Europe/Paris	42.3659	9.49746		Fano		94	2B	2B3	2B313
3019065	Fangey	fangey	FR		0	Europe/Paris	46.79083	4.57893		Fangey,Fangey-le-Bas		27	71	711	71321
3019067	Fanget	fanget	FR		0	Europe/Paris	45.23315	4.53174				84	07	073	07333
3019071	Fanay	fanay	FR		0	Europe/Paris	46	1.36667				75	87	872	87183
3019082	Falsemoyer	falsemoyer	FR		0	Europe/Paris	44.96667	1.41667				75	24	244	24050
3019091	Fallavaux	fallavaux	FR		0	Europe/Paris	44.84008	5.98578		Fallavaux		84	38	381	38469
3019096	Falguières	falguieres	FR		0	Europe/Paris	44.81324	1.75949				76	46	463	46317
3019097	Falgueyret	falgueyret	FR		0	Europe/Paris	44.9284	0.8327				75	24	243	24362
3019098	Falgueyrat	falgueyrat	FR		0	Europe/Paris	44.6783	0.5373		Falgueyrat		75	24	241	24168
3019105	Falendrin	falendrin	FR		0	Europe/Paris	48.58333	0.4				28	61	611	61454
3019107	Falcou	falcou	FR		0	Europe/Paris	44.89969	1.03283				75	24	244	24396
3019118	Faix	faix	FR		0	Europe/Paris	47.51881	3.94881				27	89	892	89378
3019133	Faillefeu	faillefeu	FR		0	Europe/Paris	44.2	6.46667		Faillefeu,Faillefu		93	04	043	04155
3019134	Faillargues	faillargues	FR		0	Europe/Paris	45.46351	3.69251				84	63	631	63211
3019146	Fage	fage	FR		0	Europe/Paris	44.91667	1.3				75	24	244	24471
3019147	Fage	fage	FR		0	Europe/Paris	44.58484	1.54839				76	46	463	46252
3019148	Fadainville	fadainville	FR		0	Europe/Paris	48.58314	1.41348				24	28	283	28374
3019150	Facture	facture	FR		0	Europe/Paris	44.63618	-0.96943		Facture		75	33	336	33051
3019154	Faches	faches	FR		0	Europe/Paris	46.97461	3.51602				27	58	583	58006
3019162	Fabian	fabian	FR		0	Europe/Paris	42.79044	0.2286		Fabian		76	65	652	65017
3019171	Ézerville	ezerville	FR		0	Europe/Paris	48.33951	2.23144				11	91	911	91526
3019172	Ézerville	ezerville	FR		0	Europe/Paris	48.22471	2.21793				24	45	453	45133
3019173	Ézel	ezel	FR		0	Europe/Paris	47.834	-2.05543				53	56	563	56033
3019181	Eyvigues-et-Eybènes	eyvigues-et-eybenes	FR		1164	Europe/Paris	44.93333	1.35		Eyvignes,Eyvignes-et-Eybenes,Eyvignes-et-Eybènes,Eyvigues		75	24	244	24516
3019188	Eyssarvia	eyssarvia	FR		0	Europe/Paris	44.81667	6.53333		Eyssarvia,L'Eyssarvia		93	05	051	05180
3019190	Eyssalette	eyssalette	FR		0	Europe/Paris	44.43333	5.18333				84	26	262	26103
3019192	Eyssac	eyssac	FR		0	Europe/Paris	45.03428	3.76622				84	43	432	43233
3019197	Eyrenville	eyrenville	FR		0	Europe/Paris	44.70086	0.56823		Eyrenville		75	24	241	24168
3019199	Eyrayas	eyrayas	FR		0	Europe/Paris	45.20584	3.86551				84	43	432	43267
3019200	Eyravazet	eyravazet	FR		0	Europe/Paris	45.21197	3.87976				84	43	432	43267
3019205	Eynoud	eynoud	FR		0	Europe/Paris	45.50766	5.44798				84	38	382	38147
3019214	Eylias	eylias	FR		0	Europe/Paris	44.69172	0.39823				75	24	241	24167
3019221	Eygoires	eygoires	FR		0	Europe/Paris	44.51667	6.38333		Eygoires,Les Berauds,Les Bèrauds		93	05	052	05164
3019222	Eygluy	eygluy	FR		0	Europe/Paris	44.78954	5.1947		Eygluy		84	26	261	26128
3019227	Eygerolle	eygerolle	FR		0	Europe/Paris	45.7	2.38333				75	19	193	19080
3019231	Eyerhalde	eyerhalde	FR		0	Europe/Paris	43.1979	-1.33589				75	64	641	64477
3019237	Eyboulet	eyboulet	FR		0	Europe/Paris	45.45	2.33333				75	19	193	19055
3019239	Eybènes	eybenes	FR		0	Europe/Paris	44.93276	1.39839		Eybenes,Eybènes		75	24	244	24516
3019242	Extrade	extrade	FR		0	Europe/Paris	45.73756	1.07429				75	87	872	87066
3019245	Exorbepey	exorbepey	FR		0	Europe/Paris	45.26894	1.02808				75	24	244	24401
3019249	Exideuil-sur-Vienne	exideuil-sur-vienne	FR		1055	Europe/Paris	45.88619	0.67385		Ehksidjoj,Eissiduelh,Eksidej,Excideuil,Exideuil,Exideuil-sur-Vienne,Exidolium,ai ke xi de yi,Ексидеј,Ексідей,Эксидёй,埃克西德伊		75	16	163	16134
3019251	Exeidioux	exeidioux	FR		0	Europe/Paris	45.63124	1.68186				75	87	872	87147
3019252	Excoffonière	excoffoniere	FR		0	Europe/Paris	45.80429	6.55966		Excoffoniere,Excoffonière,Excofoniere,Excofonière		84	73	731	73186
3019255	Évry-les-Châteaux	evry-les-chateaux	FR		0	Europe/Paris	48.65214	2.63442		Evry,Evry-les-Chateaux,Évry-les-Châteaux		11	77	772	77175
3019258	Évrunes	evrunes	FR		0	Europe/Paris	47.00012	-0.97381				52	85	852	85151
3019261	Évrieu	evrieu	FR		0	Europe/Paris	45.58341	5.54802				84	38	382	38029
3019346	Etrimont	etrimont	FR		0	Europe/Paris	49.91116	1.36801				28	76	761	76054
3019225	Eygliers	eygliers	FR	05600	0	Europe/Paris	44.67738	6.61901				93	05	051	05052
3019279	Évieu	evieu	FR		0	Europe/Paris	45.67265	5.57816				84	01	011	01338
3019294	Evendorff	evendorff	FR		0	Europe/Paris	49.41381	6.41851				44	57	577	57365
3019303	Évange	evange	FR		0	Europe/Paris	49.44942	6.23933				44	57	577	57109
3019310	Eusalers	eusalers	FR		0	Europe/Paris	45.31667	2.61667				84	15	152	15162
3019312	Eurville	eurville	FR		0	Europe/Paris	49.71798	0.9719				28	76	761	76018
3019323	Eugne	eugne	FR		0	Europe/Paris	47.12347	3.12165		Eugne,Eugnes		27	58	584	58067
3019343	Étroitefontaine	etroitefontaine	FR		0	Europe/Paris	47.5791	6.49618		Etroitefontaine,Étroitefontaine		27	70	701	70031
3019344	Étrœungt	etroeungt	FR		0	Europe/Paris	50.05	3.93333		Etreeng,Etren,Etroeungt,ai te lei an,Étroeungt,Етреенг,Етрен,埃特勒安		32	59	591	59218
3019397	Étocquigny	etocquigny	FR		0	Europe/Paris	49.98801	1.37873				28	76	761	76619
3019400	Étivault	etivault	FR		0	Europe/Paris	46.27372	0.28773				75	86	862	86211
3019473	Étainemare	etainemare	FR		0	Europe/Paris	49.66816	0.77504		Etainemare,Etennemare,Étainemare		28	76	763	76253
3019405	Étion	etion	FR		0	Europe/Paris	49.78761	4.69317				44	08	081	08105
3019411	Etheintot	etheintot	FR		0	Europe/Paris	49.75	0.6				28	76	761	76315
3019424	Éteize	eteize	FR		0	Europe/Paris	45.31016	4.65681				84	07	073	07310
3019427	Éteauville	eteauville	FR		0	Europe/Paris	48.08404	1.43253				24	28	282	28330
3019432	Étavaux	etavaux	FR		0	Europe/Paris	49.13141	-0.40005				28	14	142	14556
3019438	Étauhague	etauhague	FR		0	Europe/Paris	49.70834	0.93618				28	76	761	76373
3019457	Étanchet	etanchet	FR		0	Europe/Paris	47.97316	-1.30425				53	35	351	35359
3019460	Étambé	etambe	FR		0	Europe/Paris	47.04665	-0.20215				75	79	791	79056
3019463	Étalminil	etalminil	FR		0	Europe/Paris	50.00505	1.8421				32	80	801	80406
3019403	Étival	etival	FR	39130	0	Europe/Paris	48.05422	-0.22664				52	72	721	72074
3019476	Étaillé	etaille	FR		0	Europe/Paris	46.61619	2.03418				24	36	363	36100
3019488	Estublac	estublac	FR		0	Europe/Paris	45.21297	3.66745		Estublac,Estublat		84	43	432	43057
3019511	Estrébœuf	estreboeuf	FR		234	Europe/Paris	50.15	1.61667		Deterbeu,Détèrbeu,Estreb?uf,Estrebef,Estreboeuf,Estréb?uf,Estréboeuf,Etrebef,ai si te lei bo fu,Естребеф,Етребеф,埃斯特雷伯夫		32	80	801	80287
3019514	Estrade	estrade	FR		0	Europe/Paris	44.61782	0.81009				75	47	473	47080
3019519	Estouilly	estouilly	FR		0	Europe/Paris	49.7519	3.0827				32	80	804	80410
3019531	Estival	estival	FR		0	Europe/Paris	45.39181	3.82504				84	63	631	63221
3019535	Estillols	estillols	FR		0	Europe/Paris	45.26033	2.38884				84	15	152	15079
3019542	Esteyriches	esteyriches	FR		0	Europe/Paris	45.33333	2.25				75	19	193	19110
3019548	Esternay-le-Franc	esternay-le-franc	FR		0	Europe/Paris	48.73308	3.55584				44	51	512	51237
3019556	Esteng	esteng	FR		0	Europe/Paris	44.23329	6.75335		Esteing,Estenc,Esteng,Estèng		93	06	062	06056
3019570	Estanel	estanel	FR		0	Europe/Paris	44.56595	1.22759				76	46	461	46171
3019576	Estalane	estalane	FR		0	Europe/Paris	44.15553	2.92109				76	12	121	12062
3019593	Essuis	essuis	FR		0	Europe/Paris	46.08586	2.10995				75	23	231	23229
3019598	Essonnes	essonnes	FR		0	Europe/Paris	48.60079	2.47649				11	91	912	91174
3019606	Essey-les-Ponts	essey-les-ponts	FR		0	Europe/Paris	48.06793	4.8815		Essey,Essey-les-Ponts		44	52	521	52114
3019608	Essey-les-Eaux	essey-les-eaux	FR		0	Europe/Paris	48.05443	5.41425		Essey,Essey-les-Eaux		44	52	521	52353
3019613	Esserts-Salève	esserts-saleve	FR		0	Europe/Paris	46.14779	6.21796		Esserts,Esserts-Saleve,Esserts-Salève		84	74	743	74185
3019627	Essavilly	essavilly	FR		0	Europe/Paris	46.78149	6.08957		Essavilly		27	39	392	39331
3019629	Essarts	essarts	FR		0	Europe/Paris	48.50442	1.76333		Essards,Essars,Essarts		24	28	281	28015
3019661	Espinouse	espinouse	FR		0	Europe/Paris	44.00313	6.1097		Espinouse,Espinousse		93	04	043	04181
3019662	Espinat	espinat	FR		0	Europe/Paris	45.42	2.86553				84	63	633	63144
3019663	Espinat	espinat	FR		0	Europe/Paris	44.9335	2.3811				84	15	151	15267
3019664	Espinassouze	espinassouze	FR		0	Europe/Paris	45.36497	2.78205				84	15	153	15054
3019665	Espinassolles	espinassolles	FR		0	Europe/Paris	45.2	2.5				84	15	152	15006
3019680	Espiers	espiers	FR		0	Europe/Paris	48.24067	1.78729				24	28	281	28164
3019684	Espezolle	espezolle	FR		0	Europe/Paris	45.16281	3.12905		Espezolle,Espezolles		84	15	153	15203
3019686	Espeytavi	espeytavi	FR		0	Europe/Paris	45.18512	3.48479				84	43	431	43079
3019691	Espéro-Pax	espero-pax	FR		0	Europe/Paris	43.48333	6.93333				93			
3019692	Espérier	esperier	FR		0	Europe/Paris	45.02708	1.29337				75	24	244	24012
3019708	Esparron-la-Bâtie	esparron-la-batie	FR		0	Europe/Paris	44.31667	6.15		Esparron,Esparron-la-Batie,Esparron-la-Bâtie		93	04	044	04023
3019721	Espaillat	espaillat	FR		0	Europe/Paris	47.16714	1.65866				24	36	364	36162
3019723	Espagnagol	espagnagol	FR		0	Europe/Paris	45.13709	1.72608				75	19	191	19023
3019726	Espacu	espacu	FR		0	Europe/Paris	42.48642	9.32207		Espaco,Espacu		94	2B	2B3	2B039
3019742	Esfacy	esfacy	FR		0	Europe/Paris	45.18934	3.54487				84	43	431	43131
3019743	Ésery	esery	FR		0	Europe/Paris	46.14333	6.23732				84	74	743	74220
3019746	Escures-sur-Favières	escures-sur-favieres	FR		0	Europe/Paris	49.02898	-0.09317		Escures,Escures-sur-Favieres,Escures-sur-Favières		28	14	142	14735
3019749	Escublac	escublac	FR		0	Europe/Paris	44.85905	3.7715				84	43	432	43192
3019761	Escourtie	escourtie	FR		0	Europe/Paris	44.91667	1.71667				76	46	463	46058
3019765	Escougnes	escougnes	FR		0	Europe/Paris	44.96667	1.58137				76	46	463	46185
3019778	Escornebœuf	escorneboeuf	FR		526	Europe/Paris	43.65	0.9				76	32	321	32123
3019779	Escornebéou	escornebeou	FR		0	Europe/Paris	43.69545	-1.19975				75	40	401	40261
3019786	Escolges	escolges	FR		0	Europe/Paris	45.39259	3.40979				84	43	431	43016
3019788	Escofie	escofie	FR		0	Europe/Paris	45.07388	1.05145				75	24	244	24330
3019789	Escœuilles	escoeuilles	FR		403	Europe/Paris	50.73333	1.93333		Escoeuilles,Eskej,ai si ke ye,askwylys,Ескей,إسكويليس,埃斯克耶		32	62	625	62308
3019791	Escloux	escloux	FR		0	Europe/Paris	44.77704	1.13075				75	24	244	24086
3019802	Esclangon	esclangon	FR		0	Europe/Paris	44.21667	6.28333		Esclangon		93	04	043	04097
3019824	Escaufourt	escaufourt	FR		0	Europe/Paris	50.05538	3.4994				32	59	592	59545
3019825	Escaudœuvres	escaudoeuvres	FR		3375	Europe/Paris	50.2	3.26667		Ehskodevr,Escaudoeuvres,Eskodevr,ai si ke duo fu er,Ескодевр,Эскодевр,埃斯科多夫尔		32	59	592	59206
3019836	Escarbotin	escarbotin	FR		0	Europe/Paris	50.09226	1.55575		Escarbotin,Esccarboten		32	80	801	80368
3019867	Errey	errey	FR		0	Europe/Paris	48.25805	3.91507				44	10	103	10240
3019879	Erquières	erquieres	FR		253	Europe/Paris	50.31905	2.07454		Erquieres,Erquières		32	62	624	62834
3019889	Erneville	erneville	FR		0	Europe/Paris	49.79819	0.59787				28	76	761	76488
3019899	Ermite	ermite	FR		0	Europe/Paris	44.4	6.26667				93	04	043	04191
3019911	Érize-la-Grande	erize-la-grande	FR		0	Europe/Paris	48.90195	5.23749		Erize,Erize-la-Grande,Érize,Érize-la-Grande		44	55	551	55442
3019913	Ériseul	eriseul	FR		0	Europe/Paris	47.88866	5.08368		Eriseul,Ériseul		44	52	522	52450
3019919	Érigné	erigne	FR		0	Europe/Paris	47.40187	-0.52533				52	49	491	49223
3019921	Ergué-Armel	ergue-armel	FR		0	Europe/Paris	47.98554	-4.06693				53	29	294	29232
3019926	Érembeaucourt	erembeaucourt	FR		0	Europe/Paris	50.32992	2.03033				32	62	624	62677
3019871	Er	er	FR	66800	606	Europe/Paris	42.44157	2.03307		Er,Err		76	66	663	66067
3019946	Erbalunga	erbalunga	FR		0	Europe/Paris	42.77483	9.47568		Erbalunga,Marine d'Erbalunga		94	2B	2B2	2B043
3019949	Éramecourt	eramecourt	FR		0	Europe/Paris	49.73405	1.96199		Eramecourt,Éramecourt		32	80	802	80276
3019954	Équiqueville	equiqueville	FR		0	Europe/Paris	49.8163	1.25404				28	76	761	76652
3019955	Équinnemare	equinnemare	FR		0	Europe/Paris	49.61882	1.41235		Equinemare,Equinnemare,Équinnemare		28	76	763	76120
3019964	Équaloup	equaloup	FR		0	Europe/Paris	46.42896	2.6839				84	03	031	03305
3019974	Épreux	epreux	FR		0	Europe/Paris	48.21676	1.99503				24	45	453	45240
3019983	Éports	eports	FR		0	Europe/Paris	46.37358	1.11421				75	86	862	86037
3019984	Éport	eport	FR		0	Europe/Paris	46.48374	0.96113				75	86	862	86118
3019986	Époissotte	epoissotte	FR		0	Europe/Paris	47.51512	4.17369				27	21	213	21247
3019989	Épluques	epluques	FR		0	Europe/Paris	49.62842	0.93992				28	76	763	76668
3019990	Épluches	epluches	FR		0	Europe/Paris	49.05636	2.12351				11	95	953	95572
3019993	Épiven	epiven	FR		0	Europe/Paris	49.68943	0.24288				28	76	762	76117
3019997	Épiré	epire	FR		0	Europe/Paris	47.4	-0.63333				52	49	491	49329
3019998	Épirange	epirange	FR		0	Europe/Paris	46.4661	2.25428				24	18	182	18187
3020010	Épinet	epinet	FR		0	Europe/Paris	45.84572	3.20024				84	63	634	63322
3020019	Épincy	epincy	FR		0	Europe/Paris	48.30826	1.75043				24	28	281	28274
3020032	Épinant	epinant	FR		0	Europe/Paris	47.99816	5.45303		Epinant,Épinant		44	52	522	52332
3020038	Épignol	epignol	FR		0	Europe/Paris	47.25943	2.72171				24	18	181	18272
3020058	Épernex	epernex	FR		0	Europe/Paris	45.61749	6.14563		Epernay,Epernex,Épernex		84	73	732	73277
3020080	Épeaux	epeaux	FR		0	Europe/Paris	49.61547	1.82242				32	60	601	60476
3020082	Épaville	epaville	FR		0	Europe/Paris	49.61679	0.17074				28	76	762	76361
3020092	Épalais	epalais	FR		0	Europe/Paris	46.49319	2.60198		Epalais,Épalais		84	03	031	03193
3020102	Éoures	eoures	FR		1453	Europe/Paris	43.30045	5.52193				93	13	133	13055
3020103	Eoulx	eoulx	FR		0	Europe/Paris	43.80869	6.55026		Eoulx		93	04	042	04039
3020104	Eoleux	eoleux	FR		0	Europe/Paris	47.57898	-2.28369		Ecleux,Eoleux		53	56	563	56011
3020106	Enzanville	enzanville	FR		0	Europe/Paris	48.30882	2.23103				24	45	453	45310
3020110	Envaux	envaux	FR		0	Europe/Paris	44.81667	1.1				75	24	244	24575
3020111	Envaud	envaud	FR		0	Europe/Paris	45.75	1.21667				75	87	872	87081
3020121	Entressen	entressen	FR		0	Europe/Paris	43.59393	4.93726		Entressen		93	13	134	13047
3020127	Entrelandes	entrelandes	FR		0	Europe/Paris	47.74762	-1.81581				53	35	352	35249
3020130	Entre-Deux-Landes	entre-deux-landes	FR		0	Europe/Paris	49.47395	1.49425		Entre 2-Landes,Entre-Deux-Landes		28	76	761	76263
3020136	Entraygues	entraygues	FR		0	Europe/Paris	45.51667	2.33333				75	19	193	19201
3020140	Entraix	entraix	FR		0	Europe/Paris	44.2832	6.0465				93	04	044	04050
3020150	Ensoulesse	ensoulesse	FR		0	Europe/Paris	46.63337	0.4012				75	86	863	86163
3020151	Ensonville	ensonville	FR		0	Europe/Paris	48.35637	1.74163				24	28	281	28291
3020154	Ensergueix	ensergueix	FR		0	Europe/Paris	45.4721	1.70119				75	19	192	19118
3020160	Énocq	enocq	FR		0	Europe/Paris	50.49814	1.70414				32	62	624	62176
3020167	Ennetières	ennetieres	FR		0	Europe/Paris	50.554	3.09919		Ennetieres,Ennetieres-en-Weppes,Ennetières,Ennetières-en-Weppes,Grand Ennetieres,Grand Ennetières		32	59	595	59034
3020171	Enhil	enhil	FR		0	Europe/Paris	44.39854	-1.12738				75	40	402	40046
3020173	Enguinehaut	enguinehaut	FR		0	Europe/Paris	50.56987	1.79016				32	62	624	62123
3020174	Enguialès	enguiales	FR		0	Europe/Paris	44.65891	2.52971		Enguiales,Enguialès		76	12	122	12093
3020176	Engraviès	engravies	FR		0	Europe/Paris	43.04061	1.77695		Engravies,Engraviès		76	09	092	09107
3020183	Englesqueville	englesqueville	FR		0	Europe/Paris	49.87553	0.88822				28	76	761	76133
3020191	Engenthal le Bas	engenthal-le-bas	FR		0	Europe/Paris	48.63391	7.29848		Engenthal,Engenthal le Bas		44	67	673	67122
3020200	Enfer	enfer	FR		0	Europe/Paris	49.08753	1.8102				11	95	953	95690
3020204	Énaux	enaux	FR		0	Europe/Paris	44.10669	6.77264		Enaux,Eneaux,Énaux,Éneaux		93	06	062	06160
3020216	Paris 10 Entrepôt	paris-10-entrepot	FR		0	Europe/Paris	48.8709	2.3561		10e Arrondissement,Arrondissement de l'Enclos-Saint-Laurent,Enclos-Saint-Laurent,Paris 10e,Xe		11	75	751	75056
3020219	Encheur	encheur	FR		0	Europe/Paris	46.70181	1.93038				24	36	363	36180
3020220	Encherville	encherville	FR		0	Europe/Paris	48.40105	1.6825				24	28	281	28160
3020224	Enchanet	enchanet	FR		0	Europe/Paris	45.0889	2.20394				84	15	152	15153
3020227	Énanville	enanville	FR		0	Europe/Paris	49.52303	0.28155				28	76	762	76596
3020232	Emponse	emponse	FR		0	Europe/Paris	43.35	6.55				93	83	831	83094
3020234	Émorots	emorots	FR		0	Europe/Paris	47.64417	4.51643				27	21	213	21276
3020238	Émillieux	emillieux	FR		0	Europe/Paris	45.38117	4.15775				84	43	433	43127
3020240	Emfrayette	emfrayette	FR		0	Europe/Paris	49.55203	0.14727				28	76	762	76270
3020242	Émerville	emerville	FR		0	Europe/Paris	48.28569	2.2629				24	45	453	45012
3020248	Émeillard	emeillard	FR		0	Europe/Paris	48.16049	-0.82193				52	53	533	53005
3020250	Ruisseau de Embrun	ruisseau-de-embrun	FR		0	Europe/Paris	45.21084	4.7009				84	07	073	07188
3020254	Embourie	embourie	FR		0	Europe/Paris	46.04041	0.04091		Embourie		75	16	163	16253
3020255	Embourg	embourg	FR		0	Europe/Paris	46.54867	3.16437				84	03	032	03275
3020257	Embort	embort	FR		0	Europe/Paris	45.37096	2.62618				84	15	152	15038
3020258	Emblave	emblave	FR		0	Europe/Paris	45.12019	3.9248				84	43	432	43119
3020261	Embesse	embesse	FR		0	Europe/Paris	45.30222	2.63112				84	15	152	15162
3020270	Paris 08 Élysée	paris-08-elysee	FR		0	Europe/Paris	48.8763	2.3183		8e Arrondissement,8eme Arr,8ème Arr,Arrondissement de l'Elysee,Arrondissement de l'Élysée,Elysee,Paris  8e,VIIIe,Élysée		11	75	751	75056
3020290	Élisabethville	elisabethville	FR		0	Europe/Paris	49.96667	1.85		Elisabethville,Elisabethville-Sur-Seine,Élisabethville		32	80	801	80529
3020294	Élihus	elihus	FR		0	Europe/Paris	49.77471	1.25202				28	76	761	76321
3020297	Elgines	elgines	FR		0	Europe/Paris	45.16322	3.01515		Elgine,Elgines		84	15	153	15080
3020298	Elfigny	elfigny	FR		0	Europe/Paris	48.59642	0.46958				28	61	613	61396
3020320	Ehnwihr	ehnwihr	FR		0	Europe/Paris	48.26987	7.51869		Ehnwihr,Ehrwihr		44	67	675	67311
3020321	Ehl	ehl	FR		0	Europe/Paris	48.37263	7.61668		Ehl		44	67	675	67433
3020327	Éguilley	eguilley	FR		0	Europe/Paris	47.46846	5.99732		Eguilley,Éguilley		27	70	702	70441
3020338	Égrefin	egrefin	FR		0	Europe/Paris	48.4	0.36667				52	72	722	72091
3020339	Égrefin	egrefin	FR		0	Europe/Paris	48.10516	2.79592				24	45	451	45145
3020345	Égnieu	egnieu	FR		0	Europe/Paris	45.79229	5.4003		Egnieu,Enieu,Égnieu		84	38	382	38054
3020357	Églière	egliere	FR		0	Europe/Paris	44.21667	6.73333		Aiglieres,Aiglières,Egliere,Eigliere,Eiglière,Églière		93	06	062	06056
3020360	Églancourt	eglancourt	FR		0	Europe/Paris	48.61572	1.5909				24	28	281	28352
3020361	Égieu	egieu	FR		0	Europe/Paris	45.8439	5.60689				84	01	011	01329
3020362	Égaule	egaule	FR		0	Europe/Paris	45.83759	3.00385		Egaule,Égaule		84	63	634	63470
3020368	Effes	effes	FR		0	Europe/Paris	46.89707	2.29072				24	18	182	18073
3020370	Édruchon	edruchon	FR		0	Europe/Paris	49.83505	1.6925				28	76	761	76612
3020373	Édeville	edeville	FR		0	Europe/Paris	48.36241	1.79377				24	28	281	28291
3020376	Écuville	ecuville	FR		0	Europe/Paris	45.30281	4.63883				84	07	073	07265
3020380	Écurolles	ecurolles	FR		0	Europe/Paris	48.29243	1.31443				24	28	281	28081
3020385	Écurey	ecurey	FR		0	Europe/Paris	48.55824	5.26829				44	55	551	55348
3020387	Écuray	ecuray	FR		0	Europe/Paris	48.43596	1.20693				24	28	281	28099
3020391	Écuquetot	ecuquetot	FR		0	Europe/Paris	49.60439	0.24053				28	76	762	76716
3020393	Écullieux	ecullieux	FR		0	Europe/Paris	45.5	4.33333				84	42	423	42097
3020395	Éculieux	eculieux	FR		0	Europe/Paris	45.69155	3.98637				84	42	421	42136
3020398	Écuire	ecuire	FR		0	Europe/Paris	50.63488	2.0384				32	62	625	62812
3020399	Écuillon	ecuillon	FR		0	Europe/Paris	48.11865	1.74794				24	28	282	28221
3020407	Écublé	ecuble	FR		0	Europe/Paris	48.56417	1.3196		Ecuble,Écublé		24	28	283	28393
3020416	Écrignolles	ecrignolles	FR		0	Europe/Paris	48.54071	1.71777				24	28	281	28137
3020422	Ecrepintot	ecrepintot	FR		0	Europe/Paris	49.61546	0.19046				28	76	762	76595
3020423	Ecrépigny	ecrepigny	FR		0	Europe/Paris	49.68964	1.06714				28	76	761	76723
3020427	Ecqueville	ecqueville	FR		0	Europe/Paris	49.57367	0.11616				28	76	762	76481
3020430	Ecquemicourt	ecquemicourt	FR		847	Europe/Paris	50.40228	1.95021				32	62	624	62552
3020443	Écottes	ecottes	FR		0	Europe/Paris	50.81653	1.92975		Ecottes,Écottes		32	62	626	62506
3020444	Écots	ecots	FR		0	Europe/Paris	48.9885	0.02832		Ecots,Écots		28	14	143	14654
3020508	Échery	echery	FR		0	Europe/Paris	48.23187	7.16229		Echery,Échery		44	68	682	68298
3020446	Écotay	ecotay	FR		0	Europe/Paris	45.58906	4.04104		Ecotay,Ecotay-l'Olme,Écotay,Écotay-l'Olme		84	42	421	42087
3020449	Écosse	ecosse	FR		0	Europe/Paris	49.60242	0.3437		Ecosse,Écosse		28	76	762	76408
3020450	Écossas	ecossas	FR		0	Europe/Paris	45.8792	0.77161				75	16	163	16132
3020453	Écorsain	ecorsain	FR		0	Europe/Paris	47.48476	4.57036				27	21	213	21314
3020458	Écorcheval	ecorcheval	FR		0	Europe/Paris	49.43405	1.56451				28	27	271	27245
3020463	Écoman	ecoman	FR		0	Europe/Paris	47.88988	1.30359		Ecoman,Écoman		24	41	411	41273
3020464	Écolles	ecolles	FR		0	Europe/Paris	46.19921	3.26754				84	03	033	03043
3020466	Écolèze	ecoleze	FR		0	Europe/Paris	45.41667	4.15				84	42	421	42169
3020480	Écléneuil	ecleneuil	FR		0	Europe/Paris	46.84543	2.2945				24	18	182	18273
3020494	Échou	echou	FR		0	Europe/Paris	48.45069	2.91829				11	77	772	77164
3020496	Échirey	echirey	FR		0	Europe/Paris	47.3734	5.08753				27	21	212	21535
3020506	Échevanne	echevanne	FR		0	Europe/Paris	47.41939	5.66798		Echevanne,Échevanne		27	70	702	70528
3020519	Échelles	echelles	FR		0	Europe/Paris	48.08195	1.7672				24	28	282	28382
3020531	Échaude	echaude	FR		0	Europe/Paris	49.34116	4.84403				44	08	084	08198
3020534	Écharvines	echarvines	FR		0	Europe/Paris	45.85218	6.20419		Echarvines		84	74	741	74275
3020538	Échanssieux	echanssieux	FR		0	Europe/Paris	45.87461	4.3239				84	42	422	42334
3020542	Échamps	echamps	FR		0	Europe/Paris	44.90316	4.26004				84	07	071	07037
3020543	Échalouppe	echalouppe	FR		0	Europe/Paris	44.78338	3.05229				76	48	482	48044
3020549	Échainvilliers	echainvilliers	FR		0	Europe/Paris	48.21202	2.3525				24	45	453	45014
3020550	Échabrac	echabrac	FR		0	Europe/Paris	45.13098	4.09315				84	43	433	43268
3020557	Écault	ecault	FR		0	Europe/Paris	50.66791	1.60248				32	62	623	62746
3020562	Écalles	ecalles	FR		0	Europe/Paris	49.58465	1.29605				28	76	763	76146
3020563	Écajeul	ecajeul	FR		0	Europe/Paris	49.07079	-0.03605		Ecajeul,Écajeul		28	14	143	14431
3020566	Ébruyères	ebruyeres	FR		0	Europe/Paris	50.38995	1.70566				32	62	624	62499
3020567	Ébruv	ebruv	FR		0	Europe/Paris	44.96893	4.48294				84	07	073	07290
3020571	Ébrard	ebrard	FR		0	Europe/Paris	44.13333	6.58333				93	04	042	04025
3020577	Eberbach-près-Wœrth	eberbach-pres-woerth	FR		0	Europe/Paris	48.91235	7.71687		Eberbach,Eberbach-Woerth		44	67	672	67176
3020579	Ébéon	ebeon	FR		0	Europe/Paris	45.85967	-0.43523		Ebeon,Ébéon		75	17	175	17026
3020582	Ébange	ebange	FR		0	Europe/Paris	49.32424	6.13836		Ebange,Ébange		44	57	577	57221
3020588	Eaux Claires	eaux-claires	FR		0	Europe/Paris	45.17635	5.71113		Eaux Claires,Les Claires,Les Eaux Claires		84	38	381	38185
3020594	Eaume	eaume	FR		0	Europe/Paris	46.56429	2.83343		Eaume,Laume		84	03	031	03313
3020599	Eauchaudes	eauchaudes	FR		0	Europe/Paris	44.25	6.46667		Eauchaudes,Eauchoudes,Eaux-Chaudes,Euchaudes		93	04	043	04155
3020625	Duron	duron	FR		0	Europe/Paris	45.0079	4.69242				84	07	073	07068
3020633	Durianne	durianne	FR		0	Europe/Paris	45.07367	3.90429				84	43	432	43140
3020640	Durette	durette	FR		978	Europe/Paris	46.13503	4.65705		Durette		84	69	692	69165
3020641	Duret	duret	FR		0	Europe/Paris	45.50385	3.79623				84	63	631	63374
3020648	Larequille	larequille	FR		1205	Europe/Paris	46.25189	2.70163		Durdat-Larequille,Larequille		84	03	031	03106
3020649	Durdat	durdat	FR		0	Europe/Paris	46.26176	2.68063		Durdat		84	03	031	03106
3020653	Durbon	durbon	FR		0	Europe/Paris	44.63226	5.75245				93	05	052	05146
3020655	Durbiat	durbiat	FR		0	Europe/Paris	45.37698	3.48976				84	43	431	43052
3020666	Durantons	durantons	FR		0	Europe/Paris	45.02226	4.65782				84	07	073	07073
3020667	Durand	durand	FR		0	Europe/Paris	44.88602	1.85312				76	46	462	46284
3020672	Dupouy	dupouy	FR		0	Europe/Paris	44.31448	-1.03616				75	40	402	40217
3020690	Dunière	duniere	FR		0	Europe/Paris	44.93333	4.6				84	07	072	07338
3020701	Dumoulin	dumoulin	FR		0	Europe/Paris	45.31508	2.10815				75	19	193	19208
3020709	Duhaut	duhaut	FR		0	Europe/Paris	48.25	-4.2				53	29	292	29240
3020719	Ducourt	ducourt	FR		0	Europe/Paris	49.17062	1.73525				11	95	953	95554
3020735	Druval	druval	FR		0	Europe/Paris	49.20734	0.03227				28	14	143	14231
3020737	Drumettaz	drumettaz	FR		2141	Europe/Paris	45.66136	5.92191		Drjumetta-Klarafon,Drumeta-Cllarafond,Drumettaz,Drumettaz-Clarafond,Drumèta-Cllârafond,Дрюметта-Кларафон		84	73	732	73103
3020738	Drumare	drumare	FR		0	Europe/Paris	49.50361	0.4462				28	76	762	76169
3020741	Drulhes	drulhes	FR		0	Europe/Paris	45.27857	2.40952				84	15	152	15123
3020743	Druisy	druisy	FR		0	Europe/Paris	48.20641	3.74566				44	10	103	10003
3020766	Drouille	drouille	FR		0	Europe/Paris	45.05431	1.2265		Drouille,Drouille-Jeune		75	24	244	24364
3020767	Drouillac	drouillac	FR		0	Europe/Paris	45.73826	2.05823				75	19	193	19164
3020774	Drossac	drossac	FR		0	Europe/Paris	45.14269	3.7669				84	43	432	43122
3020788	Droitfontaine	droitfontaine	FR		0	Europe/Paris	47.28067	6.69896		Droitfontaine		27	25	252	25051
3020789	Droitaumont	droitaumont	FR		0	Europe/Paris	49.14223	5.87204		Droitaumont		44	54	541	54273
3020795	Drionville	drionville	FR		0	Europe/Paris	50.6471	2.05238				32	62	625	62837
3020797	Drils	drils	FR		0	Europe/Paris	45.14791	2.77199				84	15	153	15061
3020798	Drillancourt	drillancourt	FR		0	Europe/Paris	49.27683	5.24828				44	55	553	55206
3020799	Drignac	drignac	FR		0	Europe/Paris	45.16442	2.35891		Drignac		84	15	152	15003
3020802	Driaude	driaude	FR		0	Europe/Paris	45.04403	3.79127				84	43	432	43233
3020804	Dréville	dreville	FR		0	Europe/Paris	48.29662	2.21592				24	45	453	45310
3020805	Drévez	drevez	FR		0	Europe/Paris	47.97773	-4.31567				53	29	294	29167
3020811	Dreule	dreule	FR		0	Europe/Paris	49.6386	1.2295				28	76	763	76188
3020812	Dreuil-lès-Molliens	dreuil-les-molliens	FR		0	Europe/Paris	49.90064	2.03847		Dreuil,Dreuil-les-Molliens,Dreuil-lès-Molliens		32	80	802	80554
3020816	Dreuil-Hamel	dreuil-hamel	FR		0	Europe/Paris	49.96961	1.93239		Dreuil-Hamel		32	80	802	80013
3020817	Dreslincourt	dreslincourt	FR		0	Europe/Paris	49.7889	2.87846				32	80	804	80230
3020818	Dreslincourt	dreslincourt	FR		4395	Europe/Paris	49.52809	2.92699		Dreslincourt		32	60	603	60537
3020820	Dreny	dreny	FR		0	Europe/Paris	47.56705	-1.93628		Dreny,Dresny,Le Dresny		52	44	445	44128
3020822	Drénidan	drenidan	FR		0	Europe/Paris	47.96667	-2.7				53	56	562	56189
3020823	Dreneuf	dreneuf	FR		0	Europe/Paris	47.44774	-1.66393				52	44	445	44073
3020826	Dreils	dreils	FR		0	Europe/Paris	45.3306	2.8303		Dreils,Le Dreil		84	15	153	15114
3020827	Dregny	dregny	FR		0	Europe/Paris	47.32343	3.25753				27	58	584	58081
3020835	Dranville	dranville	FR		0	Europe/Paris	49.70893	1.57239				28	76	761	76265
3020840	Drancourt	drancourt	FR		0	Europe/Paris	50.15355	1.6348				32	80	801	80287
3020842	Drammont	drammont	FR		0	Europe/Paris	43.4205	6.8514		Drammont,Dramont,Le Drammont		93	83	831	83118
3020858	Dracqueville	dracqueville	FR		0	Europe/Paris	49.73321	0.97762				28	76	761	76632
3020872	Douzonville	douzonville	FR		0	Europe/Paris	48.24259	2.3291				24	45	453	45191
3020885	Douvy	douvy	FR		0	Europe/Paris	47.11499	-0.05937				52	49	493	49131
3020895	Doutre	doutre	FR		0	Europe/Paris	48.76967	2.6708				11	77	775	77350
3020901	Doussac	doussac	FR		0	Europe/Paris	46.5263	0.99293				75	86	862	86025
3020902	Doussac	doussac	FR		0	Europe/Paris	45.3293	1.14394				75	24	242	24196
3020905	Douroulles	douroulles	FR		0	Europe/Paris	44.03002	6.41232		Dourolles,Douroulles		93	04	042	04059
3020907	Douron	douron	FR		0	Europe/Paris	46.85565	-0.08192				75	79	791	79196
3020911	Dormillouse	dormillouse	FR		0	Europe/Paris	44.74125	6.43885				93	05	051	05058
3020912	Dourmap	dourmap	FR		0	Europe/Paris	48.61589	-4.32634				53	29	291	29198
3020914	Dourle	dourle	FR		0	Europe/Paris	45.25299	0.57305				75	24	243	24243
3020921	Dourdoigne	dourdoigne	FR		0	Europe/Paris	48.35437	0.74624				28	61	613	61043
3020922	Dourd'hal	dourd-hal	FR		0	Europe/Paris	49.09845	6.66419				44	57	573	57606
3020931	Dourbias	dourbias	FR		0	Europe/Paris	45.64199	3.51624				84	63	631	63065
3020932	Doupis	doupis	FR		0	Europe/Paris	45.3409	3.81085				84	43	432	43196
3020934	Douneau	douneau	FR		0	Europe/Paris	43.72703	5.15989				93	13	131	13053
3020937	Doumis	doumis	FR		0	Europe/Paris	45.23333	2.25				84	15	152	15036
3020938	Doumérac	doumerac	FR		0	Europe/Paris	45.56828	0.41853				75	16	161	16158
3020939	Doumen	doumen	FR		0	Europe/Paris	45.38076	0.63929				75	24	242	24064
3020941	Doumareix	doumareix	FR		0	Europe/Paris	45.76662	2.41769				75	23	231	23081
3020943	Doulon	doulon	FR		0	Europe/Paris	46.27489	2.10199				75	23	231	23064
3020945	Doulioux	doulioux	FR		0	Europe/Paris	45.30638	3.84786				84	43	432	43080
3020950	Doulauvre	doulauvre	FR		0	Europe/Paris	46.3201	3.10838				84	03	032	03319
3020951	Doulan	doulan	FR		0	Europe/Paris	44.65714	2.01049				76	46	462	46053
3020952	Doulaize	doulaize	FR		0	Europe/Paris	47.03807	5.98241		Doulaize		27	25	251	25223
3020960	Douévas	douevas	FR		0	Europe/Paris	45.15505	4.86459				84	26	263	26295
3020961	Doueneix	doueneix	FR		0	Europe/Paris	45.91667	1.52894				75	87	872	87042
3020963	Doëlan	doelan	FR		0	Europe/Paris	47.77256	-3.61059		Doelan,Douelan,Douélan,Doëlan,Presse de Douelan,Presse de Douélan		53	29	294	29031
3020970	Doudoye	doudoye	FR		0	Europe/Paris	47.18286	3.35485				27	58	584	58218
3020977	Doucy	doucy	FR		0	Europe/Paris	45.50144	6.47126		Doucy		84	73	731	73187
3020987	Douces	douces	FR		0	Europe/Paris	47.19309	-0.25992				52	49	493	49125
3020994	Douas	douas	FR		0	Europe/Paris	44.29505	5.43262				84	26	262	26292
3021008	Dossainville	dossainville	FR		0	Europe/Paris	48.2547	2.27076		Dossainville		24	45	453	45065
3021011	Dorviller	dorviller	FR		0	Europe/Paris	49.07572	6.56147				44	57	573	57217
3021012	Dorval	dorval	FR		0	Europe/Paris	45.01889	1.63817				76	46	463	46065
3021025	Dornon	dornon	FR		0	Europe/Paris	45.70568	5.04318		Dormont,Dornon		84	69	691	69287
3021036	Dorignies	dorignies	FR		0	Europe/Paris	50.39443	3.09322		Dorignies		32	59	593	59178
3021041	Dordres	dordres	FR		0	Europe/Paris	47.43714	3.33976				27	58	582	58085
3021046	Dorcière	dorciere	FR		0	Europe/Paris	44.85077	5.97584		Dorciere,Dorcière,Dourcieres,Dourcières		84	38	381	38469
3021053	Donzy-le-Pré	donzy-le-pre	FR		0	Europe/Paris	47.36591	3.11067				27	58	584	58102
3021068	Donville	donville	FR		0	Europe/Paris	48.16927	2.03545				24	45	453	45025
3021071	Dontilly	dontilly	FR		0	Europe/Paris	48.47665	3.12727				11	77	773	77159
3021073	Donnezat	donnezat	FR		0	Europe/Paris	45.70257	3.13305				84	63	632	63302
3021057	Donzy	donzy	FR	58220	0	Europe/Paris	47.83446	3.11423				27	89	891	89086
3021081	Donnemarie	donnemarie	FR		0	Europe/Paris	48.06958	5.39924		Donnemarie		44	52	521	52353
3021087	Donnadieu	donnadieu	FR		0	Europe/Paris	44.72372	1.7447				76	46	463	46128
3021102	Donadieux	donadieux	FR		0	Europe/Paris	44.41667	6.55				93	04	041	04220
3021113	Domrémy-aux-Bois	domremy-aux-bois	FR		0	Europe/Paris	48.7347	5.41873		Domremy,Domremy-aux-Bois,Domrémy,Domrémy-aux-Bois		44	55	552	55179
3021119	Domprot	domprot	FR		0	Europe/Paris	48.62015	4.41403				44	51	514	51508
3021155	Dommerville	dommerville	FR		0	Europe/Paris	48.31818	1.99284				24			
3021158	Dommarville	dommarville	FR		0	Europe/Paris	48.17538	1.55752				24	28	282	28364
3021187	Dominicacci	dominicacci	FR		0	Europe/Paris	42.004	9.05651		Dominicacci		94	2A	2A1	2A031
3021188	Domine	domine	FR		0	Europe/Paris	46.75261	0.49777				75	86	861	86174
3021196	Domezain	domezain	FR		470	Europe/Paris	43.32695	-0.96503		Domesenh-Berrauta,Domezain,Domezain-Berraute,Domezen-Berrot,Domintxaine,Domintxaine-Berroeta,Domzen Berot,duo mo zan bei er luo te,Домезен-Беррот,Домзен Берот,多默赞贝尔罗特		75	64	641	64202
3021208	Domery	domery	FR		0	Europe/Paris	47.19356	2.65778				24	18	181	18194
3021211	Domenac	domenac	FR		0	Europe/Paris	44.57174	1.66374				76	46	463	46303
3021228	Domarville	domarville	FR		0	Europe/Paris	48.11352	1.92434				24	45	452	45266
3021232	Domarget	domarget	FR		0	Europe/Paris	45.23434	3.50857				84	43	431	43086
3021234	Domançon	domancon	FR		0	Europe/Paris	46.21667	2.1				75	23	231	23149
3021238	Domainville	domainville	FR		0	Europe/Paris	48.09839	1.79848				24	28	282	28221
3021249	Dolmont	dolmont	FR		0	Europe/Paris	48.42603	1.36193				24	28	281	28337
3021258	Dollenbach	dollenbach	FR		0	Europe/Paris	49.10286	7.35981		Dollenbach,Dollendach		44	57	576	57513
3021259	Dollemard	dollemard	FR		0	Europe/Paris	49.51749	0.07531				28	76	762	76351
3021267	Dolaison	dolaison	FR		0	Europe/Paris	45.00266	3.83278				84	43	432	43174
3021270	Dol	dol	FR		0	Europe/Paris	46.16855	2.39802		Dol		75	23	231	23045
3021285	Dœuil-sur-le-Mignon	doeuil-sur-le-mignon	FR		340	Europe/Paris	46.13054	-0.54285		Doeuil,Doeuil-sur-le-Mignon,Dœuil-sur-le-Mignon		75	17	175	17139
3021286	Dodineau	dodineau	FR		0	Europe/Paris	47.37637	-0.90897		Dodineau,Le Dodineau		52	49	492	49244
3021287	Dodenom	dodenom	FR		0	Europe/Paris	49.46299	6.19479		Dodenhoven,Dodenom		44	57	577	57600
3021297	Divol	divol	FR		0	Europe/Paris	44.34334	4.24448				84	07	071	07028
3021309	Dive	dive	FR		0	Europe/Paris	48.37468	0.36781				52	72	722	72188
3021311	Dival	dival	FR		0	Europe/Paris	48.6011	3.5557		Dival		44	10	102	10420
3021312	Haut Divajeu	haut-divajeu	FR		662	Europe/Paris	44.70362	5.01676		Divajeu,Haut Divajeu		84	26	261	26115
3021320	Dissangue	dissangue	FR		0	Europe/Paris	45.68333	3.88333				84	42	421	42298
3021322	Dissais	dissais	FR		0	Europe/Paris	46.5317	-1.19394		Dissais		52	85	851	85135
3021323	Disonche	disonche	FR		0	Europe/Paris	45.962	6.21603				84	74	741	74303
3021324	Disimieux	disimieux	FR		0	Europe/Paris	45.5205	4.66424		Disimieux,Dizimieux		84	69	691	69119
3021325	Disac	disac	FR		0	Europe/Paris	46.5416	0.75727				75	86	862	86098
3021327	Dirizénet	dirizenet	FR		0	Europe/Paris	48.44833	-4.03908				53	29	293	29131
3021331	Dioulouffet	dioulouffet	FR		0	Europe/Paris	43.56501	5.4249				93	13	131	13001
3021358	Dimpoux	dimpoux	FR		0	Europe/Paris	45.84582	2.39678				75	23	231	23017
3021360	Diminasse	diminasse	FR		0	Europe/Paris	45.7	3.86667				84	42	421	42039
3021365	Dilo	dilo	FR		0	Europe/Paris	48.08336	3.5443		Dillo,Dilo		27	89	893	89014
3021367	Dillonvilliers	dillonvilliers	FR		0	Europe/Paris	48.41377	1.77443				24	28	281	28074
3021369	Dijuste	dijuste	FR		0	Europe/Paris	45.44994	3.59644				84	63	631	63323
3021374	Dijoly	dijoly	FR		0	Europe/Paris	45.50043	3.40258				84	63	633	63340
3021379	Dignopré	dignopre	FR		0	Europe/Paris	50.63923	1.89897				32	62	624	62102
3021388	Digeon	digeon	FR		0	Europe/Paris	49.76282	1.79065		Digeon		32	80	802	80573
3021400	Dieudet	dieudet	FR		0	Europe/Paris	44.74303	1.07471				75	24	244	24151
3021408	Dieppedalle	dieppedalle	FR		0	Europe/Paris	49.4265	1.02206		Dieppedalle		28	76	763	76157
3021423	Diélette	dielette	FR		0	Europe/Paris	49.54857	-1.86487		Dielette,Diélette		28	50	502	50184
3021436	Didreux	didreux	FR		0	Europe/Paris	48.58816	-4.18975				53	29	293	29111
3021440	Dicles	dicles	FR		0	Europe/Paris	45.47304	4.11586				84	42	421	42169
3021444	Dianne	dianne	FR		0	Europe/Paris	46.45942	2.27895				24	18	182	18187
3021449	Diancy	diancy	FR		0	Europe/Paris	47.54131	3.19869				27	89	891	89420
3021463	Dhuilet	dhuilet	FR		0	Europe/Paris	48.39995	2.1774				11	91	911	91469
3021466	Dheury	dheury	FR		0	Europe/Paris	48.11271	1.37178				24	28	282	28132
3021468	Dhéré	dhere	FR		0	Europe/Paris	46.82552	3.11009				27	58	583	58138
3021470	Dezéjoul	dezejoul	FR		0	Europe/Paris	45.18994	2.11371				75	19	192	19014
3021473	Deytras	deytras	FR		0	Europe/Paris	44.97072	5.66116				84	38	381	38115
3021474	Deyras	deyras	FR		0	Europe/Paris	45.08207	4.71144		Devras,Deyras		84	07	073	07301
3021495	Devant les Ponts	devant-les-ponts	FR		0	Europe/Paris	49.13358	6.14824		Devant les Ponts,Metz-devant-les-Ponts		44	57	579	57463
3021497	Deux-Villes	deux-villes	FR		0	Europe/Paris	50.48352	3.08567				32	59	595	59411
3021502	Deuxnouds-devant-Beauzée	deuxnouds-devant-beauzee	FR		0	Europe/Paris	48.97659	5.22534		Deuxnouds,Deuxnouds-devant-Beauzee,Deuxnouds-devant-Beauzée		44	55	551	55040
3021503	Deuxnouds-aux-Bois	deuxnouds-aux-bois	FR		0	Europe/Paris	48.98222	5.61961		Deuxnouds,Deuxnouds-aux-Bois		44	55	552	55274
3021504	Deux Nants	deux-nants	FR		0	Europe/Paris	45.4102	6.45801				84	73	731	73257
3021505	Deux Lions	deux-lions	FR		0	Europe/Paris	47.17934	2.91219				24	18	181	18224
3021510	Deux-Eaux	deux-eaux	FR		0	Europe/Paris	44.87724	4.29868				84	07	071	07267
3021512	Deury	deury	FR		0	Europe/Paris	48.16947	1.21774				24	28	282	28182
3021517	Deuborh	deuborh	FR		0	Europe/Paris	47.37674	-3.24015		Deuborh		53	56	561	56241
3021522	Détilly	detilly	FR		0	Europe/Paris	47.19847	0.16652				24	37	371	37022
3021527	Destieu	destieu	FR		0	Europe/Paris	44.75	1.51667				76	46	463	46290
3021559	Dérien	derien	FR		0	Europe/Paris	48.20995	-2.54896				53	22	224	22122
3021560	Deregnaucourt	deregnaucourt	FR		0	Europe/Paris	50.47901	3.18631				32	59	593	59029
3021564	Derbons	derbons	FR		0	Europe/Paris	44.71008	5.37956				84	26	261	26001
3021573	Dentillat	dentillat	FR		0	Europe/Paris	45.24329	3.40811				84	43	431	43262
3021582	Denneville-Plage	denneville-plage	FR		0	Europe/Paris	49.30068	-1.69207		Denneville-Plage,Plage de Denneville		28	50	502	50412
3021584	Dennemont	dennemont	FR		0	Europe/Paris	49.01391	1.69701				11	78	781	78239
3021585	Dennebrœucq	dennebroeucq	FR		325	Europe/Paris	50.56667	2.15				32	62	625	62267
3021587	Denisy	denisy	FR		0	Europe/Paris	48.54238	1.93928				11	78	782	78569
3021604	Denainvilliers	denainvilliers	FR		0	Europe/Paris	48.15268	2.23885				24	45	453	45119
3021608	Demptézieu	demptezieu	FR		0	Europe/Paris	45.61626	5.32138		Amptezieu,Demptezieu,Demptézieu,Domptezieu		84	38	382	38455
3021612	Demeurs	demeurs	FR		0	Europe/Paris	47.07138	3.19679				27	58	583	58300
3021620	Demainville	demainville	FR		0	Europe/Paris	48.32668	1.67908				24	28	281	28047
3021628	Dellec	dellec	FR		0	Europe/Paris	48.35275	-4.56942				53	29	291	29212
3021633	Delas	delas	FR		0	Europe/Paris	47.22133	2.26619				24	18	181	18004
3021635	Dejointe	dejointe	FR		0	Europe/Paris	47.03038	2.85563		Dejointe,Dejointes		24	18	181	18056
3021643	Déguilly	deguilly	FR		0	Europe/Paris	46.43837	2.22207				24	18	182	18187
3021645	Degagnazès	degagnazes	FR		0	Europe/Paris	44.61102	1.35981				76	46	463	46219
3021649	Défés	defes	FR		0	Europe/Paris	44.66551	0.62523		Defes,Deles,Défés,Déles		75	47	473	47096
3021658	Dédeling	dedeling	FR		0	Europe/Paris	48.85489	6.61971		Dedeling,Dédeling		44	57	575	57133
3021690	Daugnague	daugnague	FR		0	Europe/Paris	44.26738	-0.81166				75	40	402	40227
3021692	Daudevie	daudevie	FR		0	Europe/Paris	45.12754	1.38083				75	24	244	24321
3021693	Daudes	daudes	FR		0	Europe/Paris	48.24454	4.18213		Daudes		44	10	103	10245
3021695	Daucourt	daucourt	FR		0	Europe/Paris	49.03891	4.88126				44	51	511	51228
3021700	Daubeuf	daubeuf	FR		0	Europe/Paris	49.77377	0.52185				28	76	762	76013
3021702	Daubech	daubech	FR		0	Europe/Paris	45.6	2.3				75	19	193	19114
3021704	Dastres	dastres	FR		0	Europe/Paris	47.58857	-1.74991				52	44	445	44067
3021709	Darsac	darsac	FR		0	Europe/Paris	45.14389	3.73645		Daisac,Darsac		84	43	432	43259
3021712	Darnis	darnis	FR		0	Europe/Paris	44.80719	1.71213				76	46	463	46238
3021718	Darne	darne	FR		0	Europe/Paris	45.60708	3.52009				84	63	631	63023
3021719	Darne Bessac	darne-bessac	FR		0	Europe/Paris	44.93782	4.40858				84	07	073	07269
3021721	Darmont	darmont	FR		0	Europe/Paris	49.18129	5.69274		Darmont		44	55	553	55094
3021723	Dargout	dargout	FR		0	Europe/Paris	46.55018	2.22599				24	18	182	18057
3021726	Dargilan	dargilan	FR		0	Europe/Paris	44.19152	3.37232				76	48	481	48096
3021731	Dardennes	dardennes	FR		0	Europe/Paris	43.16628	5.92881				93	83	832	83103
3021732	Dardenay	dardenay	FR		0	Europe/Paris	47.6538	5.35		Dardenay		44	52	522	52126
3021738	Dard	dard	FR		0	Europe/Paris	45.06065	4.47852				84	07	073	07249
3021744	Dar	dar	FR		0	Europe/Paris	46.45057	3.03648				84	03	032	03214
3021752	Dantou	dantou	FR		0	Europe/Paris	44.65	1.28333				76	46	463	46087
3021753	Danonville	danonville	FR		0	Europe/Paris	48.24417	2.24213		Damonville,Danonville		24	45	453	45133
3021705	Dasle	dasle	FR	25230	1409	Europe/Paris	47.47843	6.89728		Dasle		27	25	252	25196
3021786	Dantxarinea	dantxarinea	FR		0	Europe/Paris	43.2933	-1.5035		Dancharia,Dantxarinea		75	64		
3021796	Damval	damval	FR		0	Europe/Paris	49.19557	1.85036		Damral,Damval		32	60	601	60293
3021804	Dampont	dampont	FR		0	Europe/Paris	49.5279	0.81313				28	76	763	76608
3021811	Dampierre-sur-Loire	dampierre-sur-loire	FR		0	Europe/Paris	47.24189	-0.06978		Dampierre		52	49	493	49328
3021815	Dampierre-sur-Blévy	dampierre-sur-blevy	FR		0	Europe/Paris	48.63099	1.12807		Dampierre,Dampierre-sur-Blevy,Dampierre-sur-Blévy		24	28	283	28226
3021817	Dampierre-sur-Auve	dampierre-sur-auve	FR		0	Europe/Paris	49.06542	4.82716		Dampierre,Dampierre-sur-Auve		44	51	511	51211
3021826	Dampierre-en-Lignières	dampierre-en-lignieres	FR		0	Europe/Paris	46.85	2.11667		Dampierre,Dampierre-en-Lignieres,Dampierre-en-Lignières		24	18	182	18065
3021887	Dambec	dambec	FR		0	Europe/Paris	49.69475	1.46943				28	76	761	76649
3021897	Dalot	dalot	FR		0	Europe/Paris	44.66082	1.05898				75	24	244	24386
3021898	Dalonville	dalonville	FR		0	Europe/Paris	48.48333	1.38333				24	28	281	28022
3021899	Dalmerie	dalmerie	FR		0	Europe/Paris	43.76228	3.15897		Dalmarie,Dalmerie		76	34	341	34121
3021900	Dalmas	dalmas	FR		0	Europe/Paris	45.85614	3.42471				84	63	635	63265
3021903	Dalles	dalles	FR		0	Europe/Paris	50.60932	1.77795				32	62	623	62483
3021906	Daleygnieu	daleygnieu	FR		0	Europe/Paris	45.71851	5.48551		Dalaignieu,Dalegnieu,Daleygnieu,Dalégnieu		84	38	382	38139
3021908	Dalar	dalar	FR		0	Europe/Paris	48.65	-3.85				53	29	293	29186
3021912	Dain-en-Saulnois	dain-en-saulnois	FR		0	Europe/Paris	49.01189	6.34375		Dain,Dain-en-Saulnois		44	57	579	57572
3021916	Daillac	daillac	FR		0	Europe/Paris	45.5	2.41667				75	19	193	19190
3021919	Dahouet	dahouet	FR		0	Europe/Paris	48.58041	-2.56367				53	22	224	22186
3021922	Dagues	dagues	FR		0	Europe/Paris	44.69576	1.66085				76	46	463	46018
3021923	Dagouret	dagouret	FR		0	Europe/Paris	46.59989	2.62972				84	03	031	03168
3021934	Dabisse	dabisse	FR		0	Europe/Paris	43.98433	5.92754		Dabisse		93	04	043	04116
3021939	Cuzuel	cuzuel	FR		0	Europe/Paris	44.61742	2.77708				76	12	122	12156
3021940	Cuzoul	cuzoul	FR		0	Europe/Paris	44.75047	1.69592				76	46	463	46128
3021942	Kuzon	kuzon	FR		0	Europe/Paris	48	-4.06667				53	29	294	29051
3021956	Cuvon	cuvon	FR		0	Europe/Paris	48.31535	0.50486				28	61	613	61207
3021975	Cutrelles	cutrelles	FR		0	Europe/Paris	48.45914	3.16158				11	77	773	77524
3021979	Custrem	custrem	FR		0	Europe/Paris	48.01792	-4.5875		Custrein,Custrem		53	29	294	29003
3021987	Cusson	cusson	FR		0	Europe/Paris	45.35561	4.06882				84	42	421	42235
3021988	Cussigny	cussigny	FR		0	Europe/Paris	49.54139	5.67757				44	54	541	54234
3021989	Cussien	cussien	FR		0	Europe/Paris	45.46013	4.53742		Cussien,Cussieux		84	42	423	42207
3021994	Cusséjat	cussejat	FR		0	Europe/Paris	46.348	2.67496				84	03	031	03217
3021998	Cussan	cussan	FR		0	Europe/Paris	44.31067	2.38219		Cussan,Cussau		76	12	123	12032
3022011	Curzu	curzu	FR		0	Europe/Paris	42.3214	8.67068		Curzo,Curzu		94	2A	2A1	2A197
3022015	Curty	curty	FR		0	Europe/Paris	46.94591	3.27867				27	58	583	58134
3022016	Curtin	curtin	FR		1644	Europe/Paris	45.64353	5.48982		Curtin		84	38	382	38543
3022021	Curtieux	curtieux	FR		0	Europe/Paris	45.6197	4.03873		Curcieux,Curtieux		84	42	421	42147
3022024	Cursac	cursac	FR		0	Europe/Paris	45.63333	1.53333		Cursac,Curzac		75	87	872	87186
3022025	Currières	currieres	FR		0	Europe/Paris	44.29029	3.74592				76	48	481	48036
3022031	Curlande	curlande	FR		0	Europe/Paris	44.44113	2.69474				76	12	122	12033
3022033	Curins	curins	FR		0	Europe/Paris	44.83467	4.40507				84	07	073	07239
3022038	Cureyre	cureyre	FR		0	Europe/Paris	45.42358	2.91539				84	63	633	63117
3022039	Curey	curey	FR		0	Europe/Paris	48.56171	-1.46633		Curey		28	50	501	50410
3022041	Curette	curette	FR		0	Europe/Paris	47.3606	-1.63155		Curete,Curette,Curète		52	44	445	44066
3022042	Curet	curet	FR		0	Europe/Paris	43.09182	5.82128				93	83	832	83129
3022051	Cure	cure	FR		0	Europe/Paris	47.41619	3.81083				27	89	892	89145
3022069	Cuo	cuo	FR		0	Europe/Paris	41.52387	9.17707		Cuo		94	2A	2A4	2A288
3022073	Cungy	cungy	FR		0	Europe/Paris	47.31298	3.5681				27	58	582	58050
3022080	Cumonville	cumonville	FR		0	Europe/Paris	50.23964	2.03976				32	80	801	80396
3022083	Cumignat	cumignat	FR		0	Europe/Paris	45.28747	3.49141				84	43	431	43105
3022089	Culvreuse	culvreuse	FR		0	Europe/Paris	49.76862	1.66544		Cuivreuse,Culevreuse,Culvreuse		28	76	761	76411
3022091	Cultrut	cultrut	FR		0	Europe/Paris	48.30174	5.26512				44	52	523	52044
3022094	Culoison	culoison	FR		0	Europe/Paris	48.33631	4.07198		Culoison		44	10	103	10352
3022104	Cul du Bois	cul-du-bois	FR		0	Europe/Paris	45.69059	6.17239		Cul du Bois,Le Cul du Bois		84	73	732	73101
3022105	Cul de Sac	cul-de-sac	FR		0	Europe/Paris	50.31352	3.8992				32	59	591	59225
3022106	Cul de Bœuf	cul-de-boeuf	FR		0	Europe/Paris	45.51667	5.08333				84	38	383	38035
3022115	Cuissy	cuissy	FR		0	Europe/Paris	47.7559	2.46115				24	45	452	45184
3022116	Cuissy	cuissy	FR		0	Europe/Paris	47.67373	3.41846				27	89	891	89283
3022119	Cuisiat	cuisiat	FR		2108	Europe/Paris	46.30021	5.38809		Cuisiat		84	01	012	01426
3022131	Cuire	cuire	FR		0	Europe/Paris	45.78998	4.83505				84	69	691	69034
3022135	Cuillère	cuillere	FR		0	Europe/Paris	49.70321	1.69607				32			
3022137	Cuillaumiers	cuillaumiers	FR		0	Europe/Paris	46.26549	3.1881		Cuillaumiers,Guillaumiers		84	03	032	03115
3022140	Cuignet	cuignet	FR		0	Europe/Paris	49.7525	1.655				28	76	761	76372
3022142	Cuhem	cuhem	FR		0	Europe/Paris	50.56998	2.27851				32	62	625	62336
3022145	Cugny-lès-Crouttes	cugny-les-crouttes	FR		0	Europe/Paris	49.20297	3.38809		Cugny-les-Crouttes,Cugny-lès-Crouttes		32	02	024	02580
3022150	Cugnet	cugnet	FR		0	Europe/Paris	45.22991	6.14281				84	73	733	73230
3022160	Cueilly	cueilly	FR		0	Europe/Paris	47.0739	2.72401				24	18	181	18023
3022168	Cuchot	cuchot	FR		0	Europe/Paris	48.04441	3.69656				27	89	891	89436
3022178	Cubusson	cubusson	FR		0	Europe/Paris	45.37456	4.63366				84	42	423	42326
3022179	Cubry-lès-Soing	cubry-les-soing	FR		0	Europe/Paris	47.60473	5.91027		Cubry,Cubry-les-Soing,Cubry-lès-Soing		27	70	702	70492
3022182	Cubrisole	cubrisole	FR		0	Europe/Paris	45.33115	4.26192				84	43	433	43153
3022184	Cubray	cubray	FR		0	Europe/Paris	50.45464	3.45825				32	59	596	59526
3022185	Cubord	cubord	FR		0	Europe/Paris	46.48325	0.65337				75	86	862	86233
3022188	Cublas	cublas	FR		0	Europe/Paris	45.70666	3.55895				84	63	635	63414
3022189	Cublas	cublas	FR		0	Europe/Paris	45.70152	3.48886				84	63	635	63343
3022190	Cublaise	cublaise	FR		0	Europe/Paris	45.24673	4.18922				84	43	433	43265
3022191	Cublaisé	cublaise	FR		0	Europe/Paris	45.23951	4.14102				84	43	433	43211
3022197	Cubes	cubes	FR		0	Europe/Paris	45.74291	0.92471				75	87	873	87158
3022200	Cubas	cubas	FR		0	Europe/Paris	45.29478	1.12652				75	24	242	24120
3022211	Cruxiol	cruxiol	FR		0	Europe/Paris	45.63333	3.73333				84	63	631	63179
3022219	Cruquerrou	cruquerrou	FR		0	Europe/Paris	48.6198	-4.53337				53	29	291	29195
3022232	Crucoli	crucoli	FR		0	Europe/Paris	42.04079	8.97384		Crucoli		94	2A	2A1	2A330
3022234	Cruchy	cruchy	FR		0	Europe/Paris	47.6714	4.31056				27	21	213	21568
3022239	Cru	cru	FR		0	Europe/Paris	47.09362	2.80038				24	18	181	18286
3022244	Crozille	crozille	FR		0	Europe/Paris	44.83333	1.6793				76	46	463	46003
3022259	Crouzol	crouzol	FR		0	Europe/Paris	45.88881	3.04922				84	63	634	63470
3022260	Crouzit Haut	crouzit-haut	FR		0	Europe/Paris	45.23333	2.3		Crouzit,Crouzit Haut		84	15	152	15120
3022261	Crouzit Bas	crouzit-bas	FR		0	Europe/Paris	45.23333	2.28333				84	15	152	15120
3022262	Crouziols	crouziols	FR		0	Europe/Paris	44.91513	4.06259				84	43	432	43135
3022266	Crouzel	crouzel	FR		0	Europe/Paris	45.00436	4.23438				84	43	433	43130
3022272	Croux	croux	FR		0	Europe/Paris	44.87777	0.44536				75	24	241	24037
3022275	Croutet	croutet	FR		0	Europe/Paris	46.34336	2.89622				84	03	031	03256
3022284	Crotte Foux	crotte-foux	FR		0	Europe/Paris	47.35143	3.96179		Crotte Foux,Grotte Foux		27	58	581	58157
3022288	Crot de Savigny	crot-de-savigny	FR		0	Europe/Paris	46.96058	3.19553				24			
3022295	Crosville	crosville	FR		0	Europe/Paris	49.80794	0.62391				28	76	761	76748
3022299	Crossay	crossay	FR		0	Europe/Paris	48.37168	1.62829				24	28	281	28309
3022305	Crosefon	crosefon	FR		0	Europe/Paris	44.49137	0.83868				75	47	473	47230
3022309	Cros-de-Cagnes	cros-de-cagnes	FR		0	Europe/Paris	43.66405	7.1722	2	Cros-de-Cagnes		93	06	061	06027
3022310	Crosciano	crosciano	FR		0	Europe/Paris	42.81469	9.46772		Crosciano		94	2B	2B2	2B281
3022311	Crosard	crosard	FR		0	Europe/Paris	46.262	3.54568				84	03	033	03205
3022319	Croquoison	croquoison	FR		0	Europe/Paris	49.92229	1.88248				32	80	802	80437
3022320	Croquemais	croquemais	FR		0	Europe/Paris	47.65114	-1.69228				52	44	445	44051
3022322	Cronenbourg	cronenbourg	FR		0	Europe/Paris	48.59676	7.72296		Cronenbourg,Cronenbourg-Chemin-Haut,Kronenbourg		44	67	678	67482
3022326	Cromière	cromiere	FR		0	Europe/Paris	45.71327	0.83379				75	87	873	87054
3022332	Crolle Haut	crolle-haut	FR		0	Europe/Paris	47.68282	3.4501		Crolle Haut,Crosle-le Haut,Haut Crolle		27	89	891	89117
3022333	Crolle Bas	crolle-bas	FR		0	Europe/Paris	47.68958	3.448		Crolle Bas,Crosle-le Bas		27	89	891	89117
3022343	Croix Ferée	croix-feree	FR		0	Europe/Paris	45.78333	1.48333				75	87	872	87062
3022346	Croix-du-Bac	croix-du-bac	FR		0	Europe/Paris	50.67515	2.79107		Croix-du-Bac		32	59	594	59581
3022347	Croix d'Hins	croix-d-hins	FR		0	Europe/Paris	44.71138	-0.81556		Croix d'Hins,La Croix d'Hins		75	33	336	33555
3022348	Croix de Vie	croix-de-vie	FR		0	Europe/Paris	46.70014	-1.94446		Croix,Croix de Vie,Croix-de-Vie		52	85	853	85222
3022359	Croix-Daurade	croix-daurade	FR		0	Europe/Paris	43.63551	1.46743		Croix-Daurade		76	31	313	31555
3022363	Croix Bigot	croix-bigot	FR		0	Europe/Paris	49.73081	0.36389		Croix Bigot,La Croix Bigot		28	76	762	76600
3022364	Croix-au-Bois	croix-au-bois	FR		0	Europe/Paris	50.69664	2.97596		Croix-au-Bois,La Croix au Bois		32	59	595	59252
3022460	Criens	criens	FR		0	Europe/Paris	47.00116	3.48208				27	58	583	58031
3022390	Croisières	croisieres	FR		0	Europe/Paris	44.85684	3.63544				76	48	482	48038
3022399	Crohet	crohet	FR		0	Europe/Paris	45.66019	3.47023				84	63	632	63334
3022401	Crognac	crognac	FR		0	Europe/Paris	45.15636	0.53795				75	24	243	24372
3022407	Crocherie	crocherie	FR		0	Europe/Paris	44.88725	0.69217				75	24	241	24088
3022410	Croche	croche	FR		0	Europe/Paris	45.4154	3.70104				84	63	631	63010
3022417	Crobonne	crobonne	FR		0	Europe/Paris	46.46256	2.05647		Crebonne,Crobonne		24	36	363	36214
3022418	Croazou	croazou	FR		0	Europe/Paris	48.65322	-4.35611				53	29	291	29091
3022419	Croazic	croazic	FR		0	Europe/Paris	48.68333	-3.75				53	29	293	29251
3022420	Croas Kermen	croas-kermen	FR		0	Europe/Paris	48.46932	-3.36803				53	22	222	22216
3022422	Croagnes	croagnes	FR		0	Europe/Paris	43.93632	5.32655				93	84	841	84118
3022439	Crisieu	crisieu	FR		0	Europe/Paris	45.69125	5.26306		Crisieu,Crizieu		84	38	382	38260
3022453	Criloup	criloup	FR		0	Europe/Paris	48.63192	1.26104		Criloup,Griloup		24	28	283	28341
3022458	Crillat	crillat	FR		0	Europe/Paris	46.57408	5.80241		Crillat		27	39	392	39493
3022462	Criel-Plage	criel-plage	FR		0	Europe/Paris	50.03468	1.32058				28	76	761	76192
3022469	Crézieux	crezieux	FR		0	Europe/Paris	45.58079	4.02818		Crezieux,Crézieux,Querezieux,Quérézieux		84	42	421	42328
3022477	Creyssensac	creyssensac	FR		212	Europe/Paris	45.08226	0.66185		Creissencac e Pissot,Creissensac e Pissot,Creissensac e Pissòt,Creissençac e Pissòt,Creyssensac,Creyssensac-et-Pissot,Kresensak e Piso,Kressansak-e-Pisso,ke lei sang sa ke he pi suo,Кресенсак е Писо,Крессансак-е-Писсо,Крессансак-е-Піссо,克雷桑萨克和皮索		75	24	243	24146
3022484	Creyers	creyers	FR		114	Europe/Paris	44.5868	5.65562		Creyers		93	05	052	05080
3022492	Crevière	creviere	FR		0	Europe/Paris	45.69751	5.44375		Creviere,Crevieres,Crevière,Crevières		84	38	382	38297
3022496	Crèvecœur-sur-l'Escaut	crevecoeur-sur-l-escaut	FR		0	Europe/Paris	50.1	3.25		Crevecoeur,Crèvecoeur-sur-l'Escaut,Crêvecoeur		32	59	592	59161
3022497	Crèvecœur-le-Petit	crevecoeur-le-petit	FR		134	Europe/Paris	49.58333	2.5		Crevecoeur,Crèvecoeur		32	60	602	60179
3022498	Crèvecœur-le-Grand	crevecoeur-le-grand	FR		3176	Europe/Paris	49.6	2.08333		Creuvetchoeur-lGrand,Creuvetchœur-lGrand,Crevecoeur,Crevecoeur-le-Grand,Crèvecoeur,Crèvecoeur-le-Grand,Krevker le Gran,Krevker-le-Gran,Krevkjor-le-Gran,da ke lei wei ke e,Кревкер ле Гран,Кревкер-ле-Гран,Кревкёр-ле-Гран,大克雷韦科厄		32	60	601	60178
3022499	Crèvecœur-en-Brie	crevecoeur-en-brie	FR		316	Europe/Paris	48.75	2.9		Crevecoeur,Crevecoeur-en-Brie,Crèvecoeur,Crèvecoeur-en-Brie,Krevker an Bri,Krevker-an-Bri,Кревкер ан Бри,Кревкер-ан-Бри,Кревкер-ан-Брі		11	77	773	77144
3022508	Creuzy	creuzy	FR		0	Europe/Paris	48.0553	1.8635				24	45	452	45093
3022514	Creusot	creusot	FR		0	Europe/Paris	47.37738	4.44536				27	21	213	21576
3022524	Creuë	creue	FR		0	Europe/Paris	48.96476	5.66972		Creue,Creuë		44	55	552	55551
3022526	Cretot	cretot	FR		0	Europe/Paris	49.65566	0.34491				28	76	762	76302
3022527	Créton	creton	FR		0	Europe/Paris	48.85343	1.14162		Creton,Créton		28	27	272	27198
3022528	Cret Loup	cret-loup	FR		0	Europe/Paris	46.14355	4.31163				84	42	422	42086
3022529	Crêtet	cretet	FR		0	Europe/Paris	47.18048	2.32543				24	18	181	18206
3022533	Cret d'Aiguilly	cret-d-aiguilly	FR		0	Europe/Paris	46.07273	4.13913				84	42	422	42338
3022534	Crêt Bettex	cret-bettex	FR		0	Europe/Paris	45.67199	6.75894		Cret Bettex,Crey Bettex,Crêt Bettex		84	73	731	73054
3022546	Cressin	cressin	FR		337	Europe/Paris	45.77667	5.76071		Cressin,Cressin-Rochefort		84	01	011	01133
3022554	Cressac	cressac	FR		0	Europe/Paris	46.20362	1.20247				75	87	871	87089
3022556	Cressac	cressac	FR		0	Europe/Paris	44.8916	1.92432				76	46	462	46273
3022564	Cresiolan	cresiolan	FR		0	Europe/Paris	47.75782	-2.03362				53	35	352	35328
3022574	Crépion	crepion	FR		115	Europe/Paris	49.30923	5.3899		Crepion,Crépion		44	55	553	55341
3022575	Crépieux-la-Pape	crepieux-la-pape	FR		0	Europe/Paris	45.80274	4.87686		Crepieux,Crepieux-la-Pape,Crépieux,Crépieux-la-Pape		84	69	691	69286
3022577	Crépiat	crepiat	FR		0	Europe/Paris	46.13286	1.55787				75	23	232	23192
3022578	Crépiat	crepiat	FR		0	Europe/Paris	45.74459	2.17781				75	23	231	23125
3022581	Crépainville	crepainville	FR		0	Europe/Paris	48.09734	1.28171				24	28	282	28088
3022587	Crènnes	crennes	FR		0	Europe/Paris	48.28948	0.58506		Crene,Crennes,Crène,Crènnes		28	61	613	61394
3022540	Crest	crest	FR	26400	8517	Europe/Paris	44.72639	5.01517		Crest		84	26	261	26108
3022590	Crenay	crenay	FR		0	Europe/Paris	48.02384	5.16162		Crenay		44	52	521	52205
3022597	Cremolière	cremoliere	FR		0	Europe/Paris	45.10908	4.73849				84	07	073	07086
3022599	Crémille	cremille	FR		0	Europe/Paris	46.74659	0.79613				75	86	861	86193
3022602	Crémerieux	cremerieux	FR		0	Europe/Paris	45.6	4.1				84	42	421	42299
3022605	Crémaussel	cremaussel	FR		0	Europe/Paris	43.66573	2.39438				76	81	812	81128
3022607	Creisset	creisset	FR		0	Europe/Paris	43.98486	6.2884				93	04	043	04028
3022616	Cregnards	cregnards	FR		0	Europe/Paris	46.3209	3.34032				84	03	032	03254
3022617	Crégandie	cregandie	FR		0	Europe/Paris	45.16667	0.71667				75	24	243	24312
3022621	Crécy-sur-Canne	crecy-sur-canne	FR		0	Europe/Paris	46.96921	3.56379		Crecy,Crecy-sur-Canne,Crécy,Crécy-sur-Canne		27	58	583	58113
3022629	Créchol	crechol	FR		0	Europe/Paris	46.22769	2.83141				84	63	634	63187
3022630	Crech Metern	crech-metern	FR		0	Europe/Paris	48.46425	-3.04424				53	22	222	22289
3022631	Crech Guen	crech-guen	FR		0	Europe/Paris	48.66667	-3.43333				53	22	223	22211
3022636	Créchat	crechat	FR		0	Europe/Paris	46.14374	1.47859				75	23	232	23192
3022642	Créac'hniver	creac-hniver	FR		0	Europe/Paris	48.42512	-3.62022				53	29	292	29275
3022643	Créach Miloc	creach-miloc	FR		0	Europe/Paris	48.48083	-4.21348				53	29	291	29237
3022645	Créac'h Ménory	creac-h-menory	FR		0	Europe/Paris	48.46422	-3.81066				53	29	293	29034
3022646	Creach Hamon	creach-hamon	FR		0	Europe/Paris	48.68333	-4.08333				53	29	293	29276
3022647	Créach-Guennou	creach-guennou	FR		0	Europe/Paris	48.16789	-4.28677				53	29	292	29172
3022648	Créach-Carnel	creach-carnel	FR		0	Europe/Paris	48.35712	-4.19488				53	29	291	29086
3022649	Créach Burguy	creach-burguy	FR		0	Europe/Paris	48.43311	-4.42466				53	29	291	29075
3022650	Créac'h ar Bleiz	creac-h-ar-bleiz	FR		0	Europe/Paris	48.47889	-4.00211				53	29	293	29074
3022652	Créac'h	creac-h	FR		0	Europe/Paris	48.56867	-4.13025				53	29	293	29187
3022655	Craz	craz	FR		0	Europe/Paris	46.04178	5.75648		Craz		84	01	014	01189
3022658	Cray	cray	FR		0	Europe/Paris	47.29584	3.59393				27	58	582	58123
3022667	Cratère	cratere	FR		0	Europe/Paris	45.85822	3.00519		Le Cratere,Le Cratère		84	63	634	63470
3022675	Crassous	crassous	FR		0	Europe/Paris	43.99658	2.89352				76	12	121	12208
3022684	Crapéou	crapeou	FR		0	Europe/Paris	45.73817	5.59867		Crapeon,Crapeou,Crapéon,Crapéou		84	01	011	01117
3022701	Craney	craney	FR		0	Europe/Paris	48.20044	3.76772				44	10	103	10417
3022708	Cramier	cramier	FR		0	Europe/Paris	45.13025	1.40982				75	19	191	19229
3022714	Craissac	craissac	FR		0	Europe/Paris	45.3	2.56667				84	15	152	15124
3022715	Craissac	craissac	FR		0	Europe/Paris	44.07024	2.96106				76	12	121	12225
3022720	Crai	crai	FR		0	Europe/Paris	47.46274	3.65095				27	89	892	89071
3022724	Craches	craches	FR		0	Europe/Paris	48.55658	1.81097		Craches		11	78	782	78506
3022727	Crabier	crabier	FR		0	Europe/Paris	44.76816	0.70835				75	24	241	24028
3022732	Cozvoalet	cozvoalet	FR		0	Europe/Paris	48.15	-3.53333		Cozvoalet,Goasvoalet		53	56	562	56066
3022734	Cozance	cozance	FR		0	Europe/Paris	45.7	5.33333				84	38	382	38515
3022744	Couzon-sur-Coulange	couzon-sur-coulange	FR		0	Europe/Paris	47.64245	5.26578		Couzon,Couzon-sur-Coulange		44	52	522	52405
3022763	Couyrac	couyrac	FR		0	Europe/Paris	44.80596	0.7508				75	24	241	24060
3022766	Le Coux	le-coux	FR		865	Europe/Paris	44.83387	0.97287		Coux-et-Bigaroque,Ku-e-Bigarok,Kuks et Bigarok,Le Coux,Lo Cos e Bigaroca,Lo Cos e Bigaròca,ku he bi jia luo qu ai,Ку-е-Бигарок,Ку-е-Бігарок,Кукс ет Бигарок,库和比加罗屈埃		75	24	244	24142
3022776	Couvicourt	couvicourt	FR		0	Europe/Paris	49.1476	1.35936				28	27	271	27517
3022780	Couvaloup	couvaloup	FR		0	Europe/Paris	45.69367	5.36347				84	38	382	38494
3022783	Couturou	couturou	FR		0	Europe/Paris	45.04766	0.38116				75	24	243	24543
3022784	Couturon	couturon	FR		0	Europe/Paris	46.5918	2.26076				24	18	182	18217
3022798	Coutretot	coutretot	FR		0	Europe/Paris	48.28346	0.88485				24	28	284	28395
3022801	Coutine	coutine	FR		0	Europe/Paris	46.46228	2.50504				84	03	031	03072
3022806	Couthures	couthures	FR		0	Europe/Paris	44.26974	0.10859				75	47	474	47222
3022810	Couteron	couteron	FR		0	Europe/Paris	43.59957	5.44785		Couteron,Couteron-et-Fontrousse		93	13	131	13001
3022813	Coutenson	coutenson	FR		0	Europe/Paris	45.28743	4.07982		Coutanson,Coutenson		84	43	433	43020
3022817	Coutelieu	coutelieu	FR		0	Europe/Paris	45.99418	5.34313		Coutelieu		84	01	011	01007
3022818	Couteaux	couteaux	FR		0	Europe/Paris	44.99201	4.13962				84	43	432	43186
3022819	Couteaux	couteaux	FR		0	Europe/Paris	44.98668	4.00353				84	43	432	43113
3022822	Coutant	coutant	FR		0	Europe/Paris	46.3737	3.50069				84	03	033	03289
3022824	Coutancias	coutancias	FR		0	Europe/Paris	45.12152	0.37252				75	24	243	24032
3022827	Coutable	coutable	FR		0	Europe/Paris	47.39655	-1.91762				52	44	443	44025
3022830	Coustellet	coustellet	FR		0	Europe/Paris	43.88333	5.18333		Coustellet		93	84	841	84050
3022831	Cousteille	cousteille	FR		0	Europe/Paris	44.62338	1.21667				76	46	463	46200
3022833	Coustal	coustal	FR		0	Europe/Paris	44.61667	0.93333				75	47	473	47029
3022835	Coussieux	coussieux	FR		0	Europe/Paris	45.265	4.91547				84	26	263	26010
3022844	Coussat	coussat	FR		0	Europe/Paris	46.30662	1.93754				75	23	232	23025
3022851	Cousin-la-Roche	cousin-la-roche	FR		0	Europe/Paris	47.48262	3.91024				27	89	892	89025
3022852	Cousin	cousin	FR		0	Europe/Paris	45.35222	1.78098				75	19	192	19016
3022854	Cousances-aux-Bois	cousances-aux-bois	FR		0	Europe/Paris	48.78335	5.43968		Cousances,Cousances-aux-Bois		44	55	552	55518
3022855	Cousancelles	cousancelles	FR		0	Europe/Paris	48.62179	5.07663				44	55	551	55132
3022860	Courzat	courzat	FR		0	Europe/Paris	46.47171	2.36551				84	03	031	03317
3022861	Courzadet	courzadet	FR		0	Europe/Paris	46.47342	2.37171				84	03	031	03317
3022866	Courupt	courupt	FR		0	Europe/Paris	49.06971	5.00593				44	55	553	55202
3022867	Courty	courty	FR		0	Europe/Paris	45.86816	3.49617				84	63	635	63430
3022871	Courtoulin	courtoulin	FR		0	Europe/Paris	48.52897	0.47699				28	61	613	61029
3022884	Courtioux	courtioux	FR		0	Europe/Paris	48.5672	3.495				44	10	102	10367
3022885	Courtioux	courtioux	FR		0	Europe/Paris	46.24806	0.94252				75	87	871	87028
3022886	Courtines	courtines	FR		0	Europe/Paris	45.00824	2.98094				84	15	153	15235
3022895	Courthioust	courthioust	FR		0	Europe/Paris	48.40777	0.63301				28	61	613	61309
3022899	Courtevroust	courtevroust	FR		0	Europe/Paris	48.57405	3.14299				11	77	773	77272
3022900	Courteville	courteville	FR		0	Europe/Paris	50.53002	1.69171				32	62	624	62832
3022902	Courteuge	courteuge	FR		0	Europe/Paris	45.33088	3.09557				84	15	153	15105
3022904	Courtessere	courtessere	FR		0	Europe/Paris	45.74594	3.51666		Courtessere,Courtesserre		84	63	635	63125
3022908	Courterolles	courterolles	FR		0	Europe/Paris	47.52715	4.08464				27	89	892	89197
3022919	Courtelon	courtelon	FR		0	Europe/Paris	48.08634	3.92959				44	10	103	10018
3022927	Courtebourne	courtebourne	FR		0	Europe/Paris	50.79147	1.94752				32	62	626	62506
3022930	Courtavant	courtavant	FR		0	Europe/Paris	48.5463	3.57941		Courtavant		44	10	102	10031
3022932	Court au Bois	court-au-bois	FR		0	Europe/Paris	50.44467	3.27774				32	59	593	59080
3022935	Courtamier	courtamier	FR		0	Europe/Paris	48.04441	2.58572				24	45	451	45078
3022946	Coursier	coursier	FR		0	Europe/Paris	46.31667	2.5				84	03	031	03212
3022949	Coursel	coursel	FR		0	Europe/Paris	47.67295	2.60381				24	45	451	45254
3022952	Course	course	FR		0	Europe/Paris	50.62899	1.84306				32	62	623	62273
3022958	Coursage	coursage	FR		0	Europe/Paris	46.3	2.5				84	03	031	03212
3022971	Courrejean	courrejean	FR		0	Europe/Paris	44.77407	-0.52903				75	33	332	33550
3022972	Courreau	courreau	FR		0	Europe/Paris	45.64198	3.92264				84	42	421	42205
3022979	Courpeville	courpeville	FR		0	Europe/Paris	49.32786	-1.61405				28	50	503	50548
3022982	Couroy	couroy	FR		0	Europe/Paris	48.30585	3.46138				27	89	893	89469
3022984	Courotte	courotte	FR		0	Europe/Paris	47.37477	3.95107				27	58	581	58157
3022993	Courneix	courneix	FR		0	Europe/Paris	45.53714	1.40838				75	87	872	87095
3022994	Cournazac	cournazac	FR		0	Europe/Paris	45.14201	0.97296				75	24	244	24241
3022995	Cournazac	cournazac	FR		0	Europe/Paris	44.77701	1.36531				76	46	463	46216
3023000	Courmononcle	courmononcle	FR		0	Europe/Paris	48.22778	3.67566				44	10	103	10335
3023002	Courmery	courmery	FR		0	Europe/Paris	48.61531	3.07078				11	77	773	77147
3022961	Cours	cours	FR	46090	0	Europe/Paris	47.67735	4.0055				27	89	892	89194
3023005	Courmeme	courmeme	FR		0	Europe/Paris	47.54886	1.95257				24	41	413	41231
3023006	Courmelois	courmelois	FR		0	Europe/Paris	49.16479	4.21677		Courmelois		44	51	513	51571
3023017	Courlange	courlange	FR		0	Europe/Paris	48.45377	3.91878		Courlange		44	10	102	10353
3023021	Courieux	courieux	FR		0	Europe/Paris	46.08328	1.2496				75	87	871	87128
3023026	Courgerennes	courgerennes	FR		0	Europe/Paris	48.24622	4.1082		Courgerennes		44	10	103	10067
3023035	Courgas	courgas	FR		0	Europe/Paris	43.78333	3.38333				76	34	342	34251
3023040	Courerie	courerie	FR		0	Europe/Paris	45.44441	5.4893		Courerie,Courrerie,la Courrerie		84	38	382	38292
3023041	Courenc	courenc	FR		0	Europe/Paris	45.20856	4.09171				84	43	433	43024
3023045	Cour des Prunaux	cour-des-prunaux	FR		0	Europe/Paris	48.45109	4.81487		Cour des Prunaux,Cour des Pruneaux		44	52	523	52331
3023062	Courchons	courchons	FR		0	Europe/Paris	43.92646	6.50913				93	04	042	04173
3023077	Courcenai	courcenai	FR		0	Europe/Paris	46.70589	1.65932				24	36	362	36231
3023080	Courcelotte	courcelotte	FR		0	Europe/Paris	47.38271	4.22372				27	21	213	21232
3023081	Courcelles-Val-d'Esnoms	courcelles-val-d-esnoms	FR		0	Europe/Paris	47.70022	5.2339		Courcelles,Courcelles-Val-d'Esnoms		44	52	522	52189
3023088	Courcelles-sur-Aujon	courcelles-sur-aujon	FR		0	Europe/Paris	47.8937	5.09321		Courcelles,Courcelles-sur-Aujon		44	52	522	52450
3023099	Courcelles-lès-Châtillon	courcelles-les-chatillon	FR		0	Europe/Paris	47.30985	6.71593		Courcelles		27	25	252	25138
3023124	Courcelle	courcelle	FR		0	Europe/Paris	48.69873	2.10419		Courcelle,Courcelle-sur Yvette,Courcelle-sur-Yvette,Courcelles		11	91	913	91272
3023126	Courcebœufs	courceboeufs	FR		455	Europe/Paris	48.13737	0.28647		Courceboeufs,Courcebœufs		52	72	723	72099
3023127	Courceaux	courceaux	FR		0	Europe/Paris	48.38333	3.38333		Courceaux		27	89	893	89469
3023128	Courceau	courceau	FR		0	Europe/Paris	47.53143	4.69477				27	21	212	21142
3023134	Courbous	courbous	FR		0	Europe/Paris	44.52494	1.65913				76	46	461	46040
3023135	Courbou	courbou	FR		0	Europe/Paris	44.79538	1.89388				76	46	462	46170
3023136	Courbons	courbons	FR		0	Europe/Paris	44.10499	6.20658				93	04	043	04070
3023139	Courbières	courbieres	FR		0	Europe/Paris	45.27574	2.91068				84	15	153	15155
3023145	Courbeton	courbeton	FR		0	Europe/Paris	48.18368	4.22346				44	10	103	10419
3023146	Courbetaux	courbetaux	FR		0	Europe/Paris	48.85464	3.55654				44	51	512	51380
3023149	Courbessac	courbessac	FR		0	Europe/Paris	43.86059	4.40286		Courbessac		76	30	302	30189
3023153	Courbefy	courbefy	FR		0	Europe/Paris	45.6	1.05				75	87	872	87027
3023154	Courbebaisse	courbebaisse	FR		0	Europe/Paris	45.07028	0.5598				75	24	243	24205
3023160	Courbanges	courbanges	FR		0	Europe/Paris	46.16558	2.40948				75	23	231	23167
3023161	Courbanges	courbanges	FR		0	Europe/Paris	45.54502	2.90101				84	63	633	63401
3023165	Couraud	couraud	FR		0	Europe/Paris	46.34636	2.54664		Couraud,Le Couraud		84	03	031	03101
3023174	Coupy	coupy	FR		0	Europe/Paris	46.10813	5.83407				84	01	014	01033
3023180	Coupigny	coupigny	FR		0	Europe/Paris	49.74227	1.66536				28	76	761	76372
3023181	Coupigny	coupigny	FR		0	Europe/Paris	49.14137	1.57543				28	27	271	27331
3023182	Coupigny	coupigny	FR		0	Europe/Paris	48.18065	1.2887				24	28	282	28127
3023188	Couperdrix	couperdrix	FR		0	Europe/Paris	48.66116	3.34578				11	77	773	77012
3023192	Coupe Gorge	coupe-gorge	FR		0	Europe/Paris	45.10972	0.6294				75	24	243	24139
3023198	Counenguiou	counenguiou	FR		0	Europe/Paris	44.33333	6.65		Counenguiou,Le Counenguiou		93	04	041	04226
3023199	Coumerly	coumerly	FR		0	Europe/Paris	45.47123	1.98243		Commerly,Coumerly		75	19	193	19249
3023210	Couloussac	couloussac	FR		0	Europe/Paris	44.36667	1.08333				76	82	821	82117
3023212	Coulournat	coulournat	FR		0	Europe/Paris	45.56522	1.93681				75	19	193	19033
3023214	Coulounieix	coulounieix	FR		9103	Europe/Paris	45.15774	0.68798		Colonhes e Champs Niers,Colonhes e Champsniers,Colonhés e Champs Niers,Colonhés e Champsniers,Coulounieix,Coulounieix-Chamiers,Kulun'e-Sham'e,Kulun'e-Shame,ku lu nie yi sha mi ye er,Кулунье-Шамье,Кулуньє-Шамє,库卢涅伊沙米耶尔		75	24	243	24138
3023217	Couloubroux	couloubroux	FR		0	Europe/Paris	44.3	6.4				93	04	043	04205
3023220	Collongres	collongres	FR		0	Europe/Paris	44.15539	4.45785		Collongres,Coulongres		76	30	302	30343
3023226	Coulonges-Ardennes	coulonges-ardennes	FR		0	Europe/Paris	48.88177	1.09736		Coulonges,Coulonges-Ardennes		28	27	272	27693
3023242	Coulommier	coulommier	FR		0	Europe/Paris	48.23912	1.37785				24	28	282	28005
3023183	Coupiac	coupiac	FR	12550	550	Europe/Paris	43.95382	2.58208		Coupiac		76	12	121	12080
3023266	Coulinière	couliniere	FR		0	Europe/Paris	46.4799	2.9542				84	03	032	03046
3023268	Couliche	couliche	FR		0	Europe/Paris	44.24988	2.35452				76	12	123	12194
3023274	Couledoux	couledoux	FR		0	Europe/Paris	42.9265	0.80958		Couledoux		76	31	312	31085
3023288	Coulangé	coulange	FR		0	Europe/Paris	47.13462	1.24093	103	Coulange,Coulangé		24	37	373	37277
3023297	Couilly	couilly	FR		0	Europe/Paris	47.8847	3.2799				27	89	891	89163
3023299	Couille	couille	FR		0	Europe/Paris	45.2501	1.57599		Conille,Couille		75	19	191	19202
3023300	Couhei	couhei	FR		0	Europe/Paris	45.7617	2.85157		Couhay,Couhei		84	63	633	63219
3023303	Cougour Petit	cougour-petit	FR		0	Europe/Paris	46.3	2.6				84	03	031	03145
3023304	Cougour Grand	cougour-grand	FR		0	Europe/Paris	46.3	2.6				84	03	031	03145
3023305	Cougny	cougny	FR		0	Europe/Paris	47.00381	3.35362				27	58	583	58247
3023306	Cougny	cougny	FR		0	Europe/Paris	46.81467	3.18429				27	58	583	58264
3023317	Couëtreux	couetreux	FR		0	Europe/Paris	47.60047	-1.468				52	44	445	44075
3023323	Couesmé	couesme	FR		0	Europe/Paris	47.06667	0.21701				24	37	371	37144
3023326	Couédouan	couedouan	FR		0	Europe/Paris	47.99239	-2.09				53	35	353	35223
3023330	Coudron	coudron	FR		0	Europe/Paris	46.86253	2.41902				24	18	182	18063
3023343	Coudrai	coudrai	FR		0	Europe/Paris	48.43333	1.03333				24	28	284	28335
3023345	Coudournac	coudournac	FR		0	Europe/Paris	44.46425	2.77361				76	12	122	12033
3023346	Coudour	coudour	FR		0	Europe/Paris	45.25307	2.94742				84	15	153	15001
3023347	Coudot	coudot	FR		0	Europe/Paris	45.11953	-0.73213				75	33	334	33146
3023351	Coudert	coudert	FR		0	Europe/Paris	45.38108	2.70464		Coudere,Coudert		84	15	152	15240
3023352	Coudert	coudert	FR		0	Europe/Paris	45.26667	1.6				75	19	192	19207
3023353	Coudere	coudere	FR		0	Europe/Paris	44.83333	1.38333				76	46	463	46186
3023354	Couderc	couderc	FR		0	Europe/Paris	44.74096	1.50496				76	46	463	46290
3023359	Coudeau	coudeau	FR		0	Europe/Paris	45.12111	-0.61553				75	33	331	33100
3023361	Coudavid	coudavid	FR		0	Europe/Paris	46.57843	0.51643				75	86	863	86124
3023369	Coucolette	coucolette	FR		0	Europe/Paris	50.68664	1.68592		Coucolette,Courcollette		32	62	623	62075
3023372	Couchat	couchat	FR		0	Europe/Paris	45.36667	2.51667				84	15	152	15250
3023373	Couchardon	couchardon	FR		0	Europe/Paris	46.39193	2.17823				75	23	231	23038
3023374	Couby	couby	FR		0	Europe/Paris	46.34465	2.21194				75	23	231	23240
3023382	Couble	couble	FR		0	Europe/Paris	46.59609	2.12009				24	36	363	36236
3023385	Coubladour	coubladour	FR		0	Europe/Paris	45.11454	3.74452				84	43	432	43124
3023390	Coubernard	coubernard	FR		0	Europe/Paris	46.62624	0.99929				24	36	361	36178
3023397	Couaqueux	couaqueux	FR		0	Europe/Paris	48.41138	-2.00325				53	22	221	22035
3023398	Couacler	couacler	FR		0	Europe/Paris	48.37601	-2.1962				53	22	221	22391
3023402	Cottier	cottier	FR		0	Europe/Paris	47.21084	5.76756		Cottier		27	25	251	25374
3023407	Cotte-Cotte	cotte-cotte	FR		0	Europe/Paris	49.66034	0.82633				28	76	763	76325
3023417	Côte Rouge	cote-rouge	FR		0	Europe/Paris	44.63835	0.66652				75	47	473	47037
3023422	Côte Faite	cote-faite	FR		0	Europe/Paris	45.88467	2.78313				84	63	634	63238
3023429	Côte Côte	cote-cote	FR		0	Europe/Paris	49.59617	1.06211		Cote Cote,Cotte-Cotte,Côte Côte		28	76	763	76675
3023431	Côte-Belle	cote-belle	FR		0	Europe/Paris	44.45	6.31667				93	04	041	04033
3023432	Côte Barrier	cote-barrier	FR		0	Europe/Paris	45.45826	5.8129				84	73	732	73246
3023438	Cotdoussan	cotdoussan	FR		0	Europe/Paris	43.04843	0.02375				76	65	651	65348
3023439	Cotapre	cotapre	FR		0	Europe/Paris	47.34136	4.22024				27	21	213	21422
3023441	Costes	costes	FR		0	Europe/Paris	44.50293	0.78123				75	47	473	47295
3023444	Costeraste	costeraste	FR		0	Europe/Paris	44.70823	1.351				76	46	463	46127
3023445	Costeilades	costeilades	FR		0	Europe/Paris	44.4102	3.88271		Costeilades,Les Costeilades		76	48	482	48117
3023447	Costecirgues	costecirgues	FR		0	Europe/Paris	45.25755	3.41207				84	43	431	43262
3023448	Coste Chaude	coste-chaude	FR		0	Europe/Paris	44.87564	4.03396				84	43	432	43156
3023449	Costebelle	costebelle	FR		0	Europe/Paris	43.1	6.13333		Costebelle		93	83	832	83069
3023453	Costa Aldia	costa-aldia	FR		0	Europe/Paris	43.41667	-1.6				75	64	641	64125
3023459	Cossonnais	cossonnais	FR		0	Europe/Paris	46.75766	2.79486		Cossonay,Cossonnais		24	18	182	18029
3023461	Cossinade	cossinade	FR		0	Europe/Paris	48.04914	-1.92734				53	35	353	35319
3023462	Cossigny	cossigny	FR		0	Europe/Paris	48.71131	2.67992		Cossigny		11	77	775	77114
3023469	Cossé	cosse	FR		0	Europe/Paris	47.16229	-0.35982				52	49	493	49125
3023471	Cossanges	cossanges	FR		0	Europe/Paris	44.86316	4.0112				84	43	432	43231
3023474	Cosquer-Jéhan	cosquer-jehan	FR		0	Europe/Paris	48.4281	-3.24161				53	22	222	22088
3023482	Cosne	cosne	FR		0	Europe/Paris	47.67476	4.6675				27	21	213	21514
3023483	Cosnay	cosnay	FR		0	Europe/Paris	46.60152	2.05276				24	36	363	36091
3023486	Coslédaà	cosledaa	FR		335	Europe/Paris	43.45908	-0.23569		Cosledaa,Cosledaa-Lube-Boast,Coslédaà,Coslédaà-Lube-Boast,Couledaa,Couledan,Còuledan,Còuledaà,Kosledaa-Ljub-Boast,ku si lai da a-lu bu-bo a si te,Коследаа-Люб-Боаст,库斯莱达阿-吕布-博阿斯特		75	64	643	64194
3023497	Corville	corville	FR		0	Europe/Paris	49.15192	1.48321				28	27	271	27213
3023499	Corubert	corubert	FR		0	Europe/Paris	48.39677	0.65442		Corubert,Le Buisson		28	61	613	61309
3023501	Cortina Suttana	cortina-suttana	FR		0	Europe/Paris	42.84291	9.41904		Cortina,Cortina Suttana		94	2B	2B2	2B224
3023502	Corticchiato	corticchiato	FR		0	Europe/Paris	41.9905	8.91021		Corticchiato		94	2A	2A1	2A103
3023508	Cortaint	cortaint	FR		0	Europe/Paris	47.53878	4.22512				27	21	213	21199
3023523	Cors	cors	FR		0	Europe/Paris	46.89715	2.55653				24	18	182	18087
3023524	Cors	cors	FR		0	Europe/Paris	46.63056	1.29285				24	36	361	36148
3023525	Cors	cors	FR		0	Europe/Paris	45.12344	1.76027		Cors,Le Cors		75	19	191	19023
3023544	Corqueux	corqueux	FR		0	Europe/Paris	46.8758	2.35903				24	18	182	18058
3023549	Corpoyer	corpoyer	FR		0	Europe/Paris	47.51667	4.6		Corpoyer,Corpoyer-les-Moines		27	21	213	21299
3023559	Corol	corol	FR		0	Europe/Paris	44.98333	1.28333				75	24	244	24412
3023566	Cornu	cornu	FR		0	Europe/Paris	47.23573	-0.46212				52	49	491	49086
3023567	Cornou	cornou	FR		0	Europe/Paris	48.09468	2.73308				24	45	451	45222
3023569	Cornospital	cornospital	FR		0	Europe/Paris	48.06205	-3.38375				53	56	562	56048
3023586	Cornilière	corniliere	FR		0	Europe/Paris	48.46675	-2.55342				53	22	224	22093
3023588	Corniéville	cornieville	FR		0	Europe/Paris	48.76422	5.70345				44	55	552	55258
3023593	Cornet	cornet	FR		0	Europe/Paris	45.88014	2.75826				84	63	634	63363
3023595	Cornes	cornes	FR		0	Europe/Paris	45.66667	2.56667				84	63	634	63048
3023596	Cornereau	cornereau	FR		0	Europe/Paris	47.21933	1.75048				24	36	364	36068
3023603	Cornée-Laliat	cornee-laliat	FR		0	Europe/Paris	48.19452	3.71847		Cornee-Laliat,Cornée-Laliat,Les Cornees-Laliat,Les Cornées-Laliat		44	10	103	10003
3023604	Cornée-Alexandre	cornee-alexandre	FR		0	Europe/Paris	48.19642	3.72619		Cornee-Alexandre,Cornée-Alexandre,Les Cornees-Alexandre,Les Cornées-Alexandre		44	10	103	10003
3023605	Corne-Biche	corne-biche	FR		0	Europe/Paris	48.40123	2.56206				11	77	774	77006
3023616	Cornassat	cornassat	FR		0	Europe/Paris	46.28333	3.03333		Cornassat		84	03	033	03277
3023619	Cornançay	cornancay	FR		0	Europe/Paris	47.13533	2.13333				24	18	183	18190
3023632	Cormette	cormette	FR		0	Europe/Paris	50.75746	2.16677				32	62	625	62905
3023639	Cormeron	cormeron	FR		0	Europe/Paris	48.5858	3.36921				11	77	773	77246
3023650	Cormède	cormede	FR		0	Europe/Paris	45.81961	3.23868				84	63	634	63213
3023652	Corme	corme	FR		0	Europe/Paris	45.19849	4.76495		Corme,Cormes		84	07	073	07013
3023654	Cormarin	cormarin	FR		0	Europe/Paris	47.55202	4.10595				27	89	892	89197
3023658	Cormaillon	cormaillon	FR		0	Europe/Paris	47.54417	4.39869				27	21	213	21341
3023660	Corlée	corlee	FR		0	Europe/Paris	47.84008	5.3629		Corlee,Corlée		44	52	522	52269
3023664	Coriau	coriau	FR		0	Europe/Paris	45.70163	5.19695				84	38	382	38109
3023667	Corgirnon	corgirnon	FR		0	Europe/Paris	47.80558	5.49917		Corgirnon		44	52	522	52083
3023674	Coreix	coreix	FR		0	Europe/Paris	45.07179	3.71112				84	43	432	43197
3023677	Corduan	corduan	FR		0	Europe/Paris	48.4416	3.66973				44	10	102	10157
3023685	Cordiron	cordiron	FR		0	Europe/Paris	47.26489	5.79887		Cordiron		27	25	251	25101
3023686	Cordieux	cordieux	FR		0	Europe/Paris	45.91264	5.03869		Cordieux		84	01	012	01262
3023694	Cordes	cordes	FR		0	Europe/Paris	45.01007	3.80006				84	43	432	43018
3023700	Cordelière	cordeliere	FR		0	Europe/Paris	45.07425	5.16701				84	38	381	38410
3023701	Cordeil	cordeil	FR		0	Europe/Paris	47.89917	3.44468				27	89	891	89196
3023708	Corconat	corconat	FR		0	Europe/Paris	44.48272	0.74799				75	47	473	47175
3023711	Corcelotte-en-Montagne	corcelotte-en-montagne	FR		0	Europe/Paris	47.33476	4.62465				27	21	213	21563
3023723	Corcelle	corcelle	FR		0	Europe/Paris	46.69393	3.46774				27	58	583	58146
3023726	Corboux	corboux	FR		0	Europe/Paris	47.80994	2.41983				24	45	452	45042
3023727	Corbonval	corbonval	FR		0	Europe/Paris	48.71666	1.17234				24	28	283	28206
3023736	Corbières-en-Provence	corbieres-en-provence	FR		852	Europe/Paris	43.76102	5.75134		Corbieres,Corbieres-en-Provence,Corbières,Corbières-en-Provence		93	04	044	04063
3023740	Corbier	corbier	FR		0	Europe/Paris	45.88091	6.05927				84	74	741	74067
3023746	Corbeval	corbeval	FR		0	Europe/Paris	48.20628	2.6922				11	77	774	77045
3023748	Corbessieu	corbessieu	FR		0	Europe/Paris	45.63846	5.1988		Corbessieu,Corbeyssieu		84	38	382	38176
3023757	Corbelon	corbelon	FR		0	Europe/Paris	46.7481	3.1161		Corbelon,Le Corbelon		27	58	583	58057
3023774	Corbançon	corbancon	FR		0	Europe/Paris	46.81756	1.26816				24	36	361	36123
3023783	Coquereaux	coquereaux	FR		0	Europe/Paris	49.81999	1.66837				28	76	761	76527
3023784	Coqueréaumont	coquereaumont	FR		0	Europe/Paris	49.92144	1.17893				28	76	761	76008
3023785	Coqueréaumont	coquereaumont	FR		0	Europe/Paris	49.88397	1.50376				28	76	761	76511
3023786	Coquenas	coquenas	FR		0	Europe/Paris	44.32177	3.30179		Cauquenas,Coquenas		76	48	481	48088
3023788	Coquelin	coquelin	FR		0	Europe/Paris	46.89158	2.52619				24	18	182	18087
3023792	Coppenaxfort	coppenaxfort	FR		0	Europe/Paris	50.95538	2.26491		Coppenaxfort		32	59	594	59110
3023793	Coppel	coppel	FR		0	Europe/Paris	45.68498	3.33046				84	63	632	63368
3023794	Coppegueule	coppegueule	FR		0	Europe/Paris	49.77119	1.72893				28	76	761	76035
3023795	Copièrres	copierres	FR		0	Europe/Paris	49.16667	1.67662		Copiere,Copierres,Copière,Copièrres		11	95	953	95429
3023802	Conveau	conveau	FR		0	Europe/Paris	48.16667	-3.56667				53	56	562	56066
3023805	Controal	controal	FR		0	Europe/Paris	47.91132	-3.5439				53	29	294	29297
3023811	Contres-en-Vairais	contres-en-vairais	FR		0	Europe/Paris	48.28227	0.49116		Contres,Contres-en-Vairais		52	72	722	72276
3023819	Contray	contray	FR		0	Europe/Paris	47.12289	0.2002				24	37	371	37202
3023821	Contournat	contournat	FR		0	Europe/Paris	45.70095	3.28898				84	63	632	63368
3023823	Contis-les-Bains	contis-les-bains	FR		0	Europe/Paris	44.092	-1.32145		Contis,Contis-Plage,Contis-les-Bains		75	40	401	40266
3023831	Contezat	contezat	FR		0	Europe/Paris	45.09219	1.34584				75	24	244	24153
3023893	Conjols	conjols	FR		0	Europe/Paris	44.82891	4.61505				84	07	072	07278
3023844	Contebault	contebault	FR		0	Europe/Paris	47.20797	0.24299				24	37	371	37118
3023853	Le Contadour	le-contadour	FR		0	Europe/Paris	44.10482	5.61832		Contadour,Le Contadour		93	04	044	04159
3023854	Constant	constant	FR		0	Europe/Paris	45.29328	2.09724				75	19	193	19097
3023855	Constant	constant	FR		0	Europe/Paris	44.93391	0.88396				75	24	244	24067
3023856	Constant	constant	FR		0	Europe/Paris	44.57979	0.71877				75	47	473	47241
3023857	Constans	constans	FR		0	Europe/Paris	44.50343	1.48919		Constans,Les Constans		76	46	461	46156
3023863	Conseuille	conseuille	FR		0	Europe/Paris	47.01765	3.50908				27	58	583	58223
3023870	Conrut	conrut	FR		0	Europe/Paris	45.24214	2.38086				84	15	152	15261
3023875	Conore	conore	FR		0	Europe/Paris	45.97834	1.15966				75	87	872	87118
3023876	Conord	conord	FR		0	Europe/Paris	45.89008	3.51479				84	63	635	63138
3023877	Conol	conol	FR		0	Europe/Paris	45.56667	3.96667				84	42	421	42328
3023887	Connage	connage	FR		0	Europe/Paris	49.62562	4.84836		Connage		44	08	083	08115
3023894	Conjat	conjat	FR		0	Europe/Paris	45.83333	1.71667				75	87	872	87153
3023895	Conives	conives	FR		0	Europe/Paris	46.62015	1.47366		Conive,Conives		24	36	361	36220
3023896	Coninié	coninie	FR		0	Europe/Paris	48.16026	1.30314		Coninie,Coninié,Conmie,Conmié		24	28	282	28153
3023897	Conilieu	conilieu	FR		0	Europe/Paris	45.82525	5.38368		Comlieu,Conilieu,Conillieu		84	38	382	38320
3023900	Conil	conil	FR		0	Europe/Paris	44.96828	3.71703		Conil,Koni		84	43	432	43198
3023901	Cornihout-du-Mesnil	cornihout-du-mesnil	FR		0	Europe/Paris	49.39361	0.84299		Conihaut,Conihout-du-Mesnil,Cornihout-du-Mesnil		28	76	763	76436
3023929	Conflans	conflans	FR		0	Europe/Paris	45.6669	6.3978				84	73	731	73011
3023930	Conflans	conflans	FR		0	Europe/Paris	45.04311	4.8855				84	26	263	26179
3023934	Conery	conery	FR		0	Europe/Paris	48.59409	-3.32129				53	22	222	22135
3023940	Condouin	condouin	FR		0	Europe/Paris	48.52459	0.18573				28	61	611	61400
3023906	Congy	congy	FR	51270	0	Europe/Paris	47.30248	2.98943				27	58	584	58228
3023965	Condé-lès-Vouziers	conde-les-vouziers	FR		0	Europe/Paris	49.41276	4.6994		Conde-les-Vouziers,Conde-lez-Vouziers,Condé-lez-Vouziers,Condé-lès-Vouziers		44	08	084	08490
3023976	Condé	conde	FR	36100	0	Europe/Paris	46.80143	2.20533				24	18	182	18043
3023997	Condadeuil	condadeuil	FR		0	Europe/Paris	45.75773	0.5138				75	16	163	16213
3023999	Concy	concy	FR		0	Europe/Paris	48.70852	2.47438				11	91	912	91421
3024004	Concourre	concourre	FR		0	Europe/Paris	45.67934	0.75764				75	87	873	87168
3024005	Concouret	concouret	FR		0	Europe/Paris	45.02139	3.73918				84	43	432	43257
3024006	Concourès	concoures	FR		0	Europe/Paris	44.4442	2.65151				76	12	122	12264
3024014	Concoeur-et-Corboin	concoeur-et-corboin	FR		0	Europe/Paris	47.16939	4.91909		Concoeur-et-Corboin		27	21	211	21464
3024017	Concise	concise	FR		0	Europe/Paris	48.19202	3.89772				44	10	103	10037
3024018	Concise	concise	FR		0	Europe/Paris	46.44695	0.86064				75	86	862	86165
3024019	Concise	concise	FR		0	Europe/Paris	46.3321	2.9359				84	03	031	03186
3024020	Concis	concis	FR		0	Europe/Paris	44.94229	3.86811				84	43	432	43241
3024024	Conchigliu	conchigliu	FR		0	Europe/Paris	42.86645	9.35677		Conchiglio,Conchigliu		94	2B	2B2	2B030
3024031	Concharbin	concharbin	FR		0	Europe/Paris	45.71697	5.46387				84	38	382	38297
3024043	Conagnet	conagnet	FR		0	Europe/Paris	44.99071	3.63503		Conagnet,Conaguet		84	43	432	43221
3024061	Compoli	compoli	FR		0	Europe/Paris	41.66338	9.06114		Compoli		94	2A	2A4	2A308
3024076	Communal des Brandes	communal-des-brandes	FR		0	Europe/Paris	46.33333	2.83333				84	03	031	03027
3024080	Commissey	commissey	FR		0	Europe/Paris	47.85612	4.0703		Commisey,Commissey		27	89	892	89407
3024096	Commecy	commecy	FR		0	Europe/Paris	47.52381	3.2225				27	89	891	89331
3024105	Coméan	comean	FR		0	Europe/Paris	44.46667	6.38333		Comean,Comeans,Coméan,Coméans		93	04	041	04102
3024109	Combrun	combrun	FR		0	Europe/Paris	46.25322	1.03034				75	87	871	87109
3024110	Combrouze	combrouze	FR		0	Europe/Paris	44.31709	2.30585				76	12	123	12068
3024113	Combris	combris	FR		0	Europe/Paris	45.4023	3.57976				84	63	631	63137
3024133	Combraille	combraille	FR		0	Europe/Paris	46.24987	2.41892		Combraille,Combrailles		75	23	231	23261
3024136	Comboursière	comboursiere	FR		0	Europe/Paris	44.96413	5.81356				84	38	381	38396
3024138	Combou	combou	FR		0	Europe/Paris	44.78333	1.21667				75	24	244	24091
3024144	Comblizy	comblizy	FR		377	Europe/Paris	49.03762	3.69679		Comblizy		44	51	512	51298
3024151	Comblat-le-Château	comblat-le-chateau	FR		0	Europe/Paris	44.96991	2.60947				84	15	151	15258
3024156	Combet	combet	FR		0	Europe/Paris	44.78781	0.47864				75	24	241	24274
3024157	Combet	combet	FR		0	Europe/Paris	44.4922	0.71235				75	47	473	47291
3024158	Combest	combest	FR		0	Europe/Paris	45.45421	3.8301				84	63	631	63371
3024159	Combescure	combescure	FR		0	Europe/Paris	44.67496	1.64336				76	46	463	46138
3024160	Combe-Saint-Pierre	combe-saint-pierre	FR		0	Europe/Paris	47.20227	6.84077				27	25	252	25127
3024164	Combe Rousse	combe-rousse	FR		0	Europe/Paris	45.57728	5.11338		Combe Rousse		84	38	383	38389
3024167	Combe-Redonde	combe-redonde	FR		0	Europe/Paris	43.9628	3.32439		Combe-Redonde,Combe-Redonne,Cumbe-Redonde		76	12	121	12168
3024173	Combe-Molière	combe-moliere	FR		0	Europe/Paris	44.7913	0.72938				75	24	241	24028
3024175	Combelle	combelle	FR		0	Europe/Paris	45.27095	3.66511				84	43	431	43214
3024177	Combefolle	combefolle	FR		0	Europe/Paris	45.56195	6.11587				84	73	732	73247
3024178	Combefole	combefole	FR		0	Europe/Paris	44.9642	5.72919		Combefole,Conbefole		84	38	381	38265
3024179	Combefère	combefere	FR		0	Europe/Paris	44.59565	5.67445				93	05	052	05080
3024181	Combe de Vals	combe-de-vals	FR		0	Europe/Paris	44.49468	1.66812				76	46	461	46040
3024186	Combe-Brémond	combe-bremond	FR		0	Europe/Paris	44.59385	6.85661				93	04	041	04193
3024193	Combe	combe	FR		0	Europe/Paris	45.48792	3.077				84	63	633	63097
3024194	Combe	combe	FR		0	Europe/Paris	44.85435	0.8679				75	24	241	24005
3024198	Combardenq	combardenq	FR		0	Europe/Paris	44.77166	6.00471		Combardeng,Combardenq		93	05	052	05039
3024199	Combaliboeuf	combaliboeuf	FR		0	Europe/Paris	45.33057	3.07745				84	15	153	15105
3024227	Colombuègne	colombuegne	FR		0	Europe/Paris	44.81667	6.11667				93	05	052	05152
3024249	Colombier-Châtelot	colombier-chatelot	FR		0	Europe/Paris	47.43962	6.63243		Colombier,Colombier-Chatelot,Colombier-Châtelot		27	25	252	25524
3024261	Colombie	colombie	FR		0	Europe/Paris	44.49724	0.52283				75	47	473	47182
3024263	Colombey-lès-Choiseul	colombey-les-choiseul	FR		0	Europe/Paris	48.06695	5.62654		Colombey		44	52	521	52074
3024270	Colombe-lès-Bithaine	colombe-les-bithaine	FR		0	Europe/Paris	47.71773	6.36349		Colombe,Colombe-les-Bithaine,Colombe-lès-Bithaine		27	70	701	70195
3024272	Colombeix	colombeix	FR		0	Europe/Paris	45.90371	1.72798				75	23	232	23205
3024277	Cologny	cologny	FR		0	Europe/Paris	45.98186	5.85891				84	74	743	74269
3024283	Colmont	colmont	FR		0	Europe/Paris	49.74098	0.80034				28	76	763	76219
3024293	Colmare	colmare	FR		0	Europe/Paris	49.59136	1.25828				28	76	763	76756
3024310	Collonge	collonge	FR		0	Europe/Paris	47.49881	4.3044				27	21	213	21413
3024311	Collonge	collonge	FR		0	Europe/Paris	46.00842	4.9881		Collonge,Collonges		84	01	012	01052
3024333	Collaud	collaud	FR		0	Europe/Paris	44.8566	4.61271		Colland,Collaud		84	07	072	07314
3024336	Collangette	collangette	FR		0	Europe/Paris	47.60095	3.305		Colangette,Collangette		27	89	891	89416
3024340	Collange	collange	FR		0	Europe/Paris	45.63333	3.7				84	63	631	63037
3024343	Collandre	collandre	FR		0	Europe/Paris	44.96081	3.90988				84	43	432	43241
3024361	Colagnies-le-Bas	colagnies-le-bas	FR		0	Europe/Paris	49.61487	1.79533		Colagnie-le-Bas,Colagnies-le-Bas		32	60	601	60444
3024362	Colagnies-des-Fenets	colagnies-des-fenets	FR		0	Europe/Paris	49.63082	1.7916		Colagnies,Colagnies-des-Fenets		32	60	601	60566
3024370	Coite	coite	FR		0	Europe/Paris	44.88888	0.41348				75	24	241	24340
3024374	Coissard	coissard	FR		0	Europe/Paris	45.68198	3.35961				84	63	632	63239
3024375	Coispéan	coispean	FR		0	Europe/Paris	47.36541	-2.46425		Coipean,Coispean,Coispéan		52	44	443	44211
3024376	Coisnauté	coisnaute	FR		0	Europe/Paris	47.55162	-1.98933				52	44	445	44057
3024377	Coismo	coismo	FR		0	Europe/Paris	47.66686	-1.8801				52	44	445	44092
3024386	Coiranne	coiranne	FR		0	Europe/Paris	45.56945	5.34623				84	38	382	38064
3024387	Coiral	coiral	FR		0	Europe/Paris	46.26667	2.1				75	23	231	23064
3024394	Coindet	coindet	FR		0	Europe/Paris	45.14026	4.00876				84	43	432	43165
3024395	Coindes	coindes	FR		0	Europe/Paris	45.3637	2.66959		Coinde,Coindes,Coindre		84	15	152	15240
3024401	Coinaud	coinaud	FR		0	Europe/Paris	45.28956	4.85732				84	26	263	26325
3024408	Coignet	coignet	FR		0	Europe/Paris	45.66667	2.55				84	63	634	63048
3024409	Coignac	coignac	FR		0	Europe/Paris	45.16667	1.63333				75	19	191	19068
3024412	Coiffi	coiffi	FR		0	Europe/Paris	47.47703	-2.06786				52	44	443	44053
3024413	Coiffand	coiffand	FR		0	Europe/Paris	44.4775	0.43931				75	47	472	47071
3024417	Cohem	cohem	FR		0	Europe/Paris	50.67391	2.36853				32	62	625	62901
3024418	Cohan	cohan	FR		371	Europe/Paris	49.21238	3.64215		Cohan		32	02	021	02220
3024420	Cogulot	cogulot	FR		0	Europe/Paris	44.66598	0.36611				75	24	241	24167
3024432	Cognepuits	cognepuits	FR		0	Europe/Paris	48.24332	2.30491				24	45	453	45260
3024433	Cogné	cogne	FR		0	Europe/Paris	48.39511	1.31789		Cogne,Cogné,Koni		24	28	281	28286
3024437	Cognan	cognan	FR		0	Europe/Paris	47.05076	3.32428				27	58	583	58204
3024444	Coggia Maio	coggia-maio	FR		737	Europe/Paris	42.1213	8.75905		Coggia,Coggia Maio		94	2A	2A1	2A090
3024446	Coffery	coffery	FR		0	Europe/Paris	48.74898	3.20634				11	77	773	77116
3024449	Cœuvres-et-Valsery	coeuvres-et-valsery	FR		433	Europe/Paris	49.33333	3.15		Coeuvres,Coeuvres e Valsery,Coeuvres-et-Valsery,Cœuvres e Valsery,Kevr et Valseri,Kevr-e-Val'seri,Kjovr-eh-Val'seri,ke fu er wa er se li,Кевр ет Валсери,Кевр-е-Вальсері,Кёвр-э-Вальсери,克夫尔瓦尔瑟里		32	02	024	02201
3024450	Coeurs	coeurs	FR		0	Europe/Paris	47.31638	3.38238				27	58	582	58304
3024451	Coeuilly	coeuilly	FR		0	Europe/Paris	48.81667	2.55				11	94	942	94017
3024452	Coëtven	coetven	FR		0	Europe/Paris	48.07059	-3.26454				53	56	562	56163
3024454	Coëtquen	coetquen	FR		0	Europe/Paris	48.47246	-1.93796				53	22	221	22299
3024455	Coët-Milin	coet-milin	FR		0	Europe/Paris	48.07613	-3.3772				53	56	562	56048
3024458	Coët-Coët	coet-coet	FR		0	Europe/Paris	47.9	-2.91667				53	56	562	56174
3024466	Cocusseville	cocusseville	FR		0	Europe/Paris	49.55445	0.26616				28	76	762	76404
3024477	Cochet	cochet	FR		0	Europe/Paris	48.64922	0.39403				28	61	611	61166
3024478	Cochet	cochet	FR		0	Europe/Paris	46.61675	1.26883				24	36	361	36148
3024489	Coblaut	coblaut	FR		0	Europe/Paris	48.18977	-3.98455		Coblaut,Petit Coblaut,Pont Coblaut		53	29	292	29062
3024491	Cobalan	cobalan	FR		0	Europe/Paris	48.62845	-3.866				53	29	293	29279
3024492	Coazeuzen	coazeuzen	FR		0	Europe/Paris	48.4555	-3.997				53	29	293	29262
3024493	Coatviller	coatviller	FR		0	Europe/Paris	47.9637	-3.57189		Coat-er-huiler,Coatviller		53	29	294	29230
3024494	Coat-Tredrez	coat-tredrez	FR		0	Europe/Paris	48.71111	-3.54967				53	22	223	22349
3024495	Coat-Sabiec	coat-sabiec	FR		0	Europe/Paris	48.538	-4.09066				53	29	293	29010
3024497	Coatrescar	coatrescar	FR		0	Europe/Paris	48.40812	-3.59258		Coatrescar,Contrescar		53	22	222	22231
3024498	Coatquévéran	coatqueveran	FR		0	Europe/Paris	48.21667	-3.65				53	29	292	29250
3024499	Coat-Piquet	coat-piquet	FR		0	Europe/Paris	48.39308	-3.17393				53	22	222	22139
3024500	Coatourmant	coatourmant	FR		0	Europe/Paris	47.95	-3.48333				53	29	294	29230
3024502	Coatnempron	coatnempron	FR		0	Europe/Paris	48.638	-4.063				53	29	293	29285
3024503	Coat Miniou	coat-miniou	FR		0	Europe/Paris	48.51034	-3.78966				53	29	293	29207
3024505	Coatmeur	coatmeur	FR		0	Europe/Paris	48.42508	-4.384				53	29	291	29075
3024508	Coatleau	coatleau	FR		0	Europe/Paris	48.37266	-3.48678				53	22	222	22243
3024509	Coat-ivelec	coat-ivelec	FR		0	Europe/Paris	48.56017	-4.08633				53	29	293	29193
3024511	Coatilézec	coatilezec	FR		0	Europe/Paris	48.53433	-3.90354				53	29	293	29163
3024512	Koatibilig	koatibilig	FR		0	Europe/Paris	48.2	-3.76667				53	29	292	29027
3024513	Coat Forne	coat-forne	FR		0	Europe/Paris	48.49192	-3.22875				53	22	222	22013
3024514	Coatéval	coateval	FR		0	Europe/Paris	48.47183	-4.52366				53	29	291	29076
3024515	Coat-Dréga	coat-drega	FR		0	Europe/Paris	48.078	-3.989				53	29	294	29048
3024516	Coatconq	coatconq	FR		0	Europe/Paris	47.92687	-3.89697				53	29	294	29039
3024517	Coat-cod	coat-cod	FR		0	Europe/Paris	48.28644	-3.69678				53	29	292	29211
3024519	Coat ar Roc'h	coat-ar-roc-h	FR		0	Europe/Paris	48.61667	-3.76667				53	29	293	29059
3024522	Coat Anguy	coat-anguy	FR		0	Europe/Paris	48.66822	-4.31855				53	29	291	29021
3024523	Coatanéa	coatanea	FR		0	Europe/Paris	48.48555	-4.48144				53	29	291	29015
3024524	Coasmariou	coasmariou	FR		0	Europe/Paris	48.2391	-3.06434		Coasmario,Coasmariou		53	22	222	22107
3024528	Coadri	coadri	FR		0	Europe/Paris	48.04534	-3.76145		Coadri,Coadry		53	29	294	29274
3024531	Clussais	clussais	FR		652	Europe/Paris	46.19589	0.04791		Clussais,Clussais-la-Pommeraie		75	79	792	79095
3024533	Cluptat	cluptat	FR		0	Europe/Paris	46.04234	1.65039				75	23	232	23042
3024536	Cluis Dessous	cluis-dessous	FR		0	Europe/Paris	46.55095	1.75723		Cluis Dessous		24	36	363	36056
3024541	Cluac	cluac	FR		0	Europe/Paris	44.93278	4.54744				84	07	073	07218
3024545	Clouzeau	clouzeau	FR		0	Europe/Paris	47.31781	2.73828				24	18	181	18079
3024546	Cloux	cloux	FR		0	Europe/Paris	47.527	4.28976		Cloux,Le Clou		27	21	213	21291
3024548	Cloulas	cloulas	FR		0	Europe/Paris	45.55	0.31667				75	16	161	16119
3024551	Clouchouren	clouchouren	FR		0	Europe/Paris	48.27437	-4.49744				53	29	292	29042
3024554	Clottes	clottes	FR		0	Europe/Paris	44.71483	0.77045				75	24	241	24028
3024556	Clot Meyran	clot-meyran	FR		0	Europe/Paris	44.38313	6.57588				93	04	041	04220
3024560	Clot-Davin	clot-davin	FR		0	Europe/Paris	44.66667	6.26667				93	05	052	05145
3024563	Clos Féron	clos-feron	FR		0	Europe/Paris	49.45728	1.63046				28	76	761	76067
3024564	Close Lande	close-lande	FR		0	Europe/Paris	47.80036	-1.64579				53	35	352	35012
3024565	Clos Aubry	clos-aubry	FR		0	Europe/Paris	48.10089	3.40494				27	89	893	89051
3024568	Cloquant	cloquant	FR		0	Europe/Paris	50.63178	2.07888				32	62	625	62812
3024571	Clois	clois	FR		0	Europe/Paris	46.94438	1.93095				24	36	364	36179
3024574	Cloches	cloches	FR		0	Europe/Paris	48.75238	1.5843				24	28	283	28056
3024576	Cloa	cloa	FR		0	Europe/Paris	45.13333	4.55				84	07	073	07309
3024579	Clissac	clissac	FR		0	Europe/Paris	44.95	1.2				75	24	244	24252
3024580	Clis	clis	FR		0	Europe/Paris	47.3363	-2.46489		Clis		52	44	443	44069
3024582	Clirey	clirey	FR		0	Europe/Paris	47.46619	4.54393				27	21	213	21528
3024593	Clignon Bas	clignon-bas	FR		0	Europe/Paris	44.2	6.63333		Bas-Clignon,Clignon Bas		93	04	042	04061
3024595	Clignon	clignon	FR		0	Europe/Paris	44.19614	6.6394		Clignon,Clignon Haut,Haut-Clignon		93	04	042	04061
3024607	Cleurettes	cleurettes	FR		0	Europe/Paris	45.58333	3.73333				84	63	631	63003
3024608	Cleuncoat	cleuncoat	FR		0	Europe/Paris	48.48333	-3.66667				53	29	293	29114
3024609	Cleumérien	cleumerien	FR		0	Europe/Paris	48.05	-3.69811				53	29	294	29274
3024625	Clersange	clersange	FR		0	Europe/Paris	45.26671	3.64503				84	43	431	43214
3024978	Cicurac	cicurac	FR		0	Europe/Paris	44.89025	1.45561				76	46	463	46153
3024656	Cléret	cleret	FR		0	Europe/Paris	47.08722	0.64482				24	37	373	37098
3024662	Clerbrie Haute	clerbrie-haute	FR		0	Europe/Paris	48.2	-0.73333				52	53	533	53005
3024663	Clerbrie Basse	clerbrie-basse	FR		0	Europe/Paris	48.18333	-0.73333				52	53	532	53156
3024664	Clerbrie	clerbrie	FR		0	Europe/Paris	48.19203	-0.73942				52	53	533	53005
3024665	Clérans	clerans	FR		0	Europe/Paris	44.86503	0.66277				75	24	241	24088
3024674	Clément	clement	FR		0	Europe/Paris	44.41667	5.2				84	26	262	26103
3024677	Clemencière	clemenciere	FR		0	Europe/Paris	45.23455	5.72628		Clemenciere,Clemencière,Clementiere,Clémentière		84	38	381	38423
3024679	Clémancé	clemance	FR		0	Europe/Paris	48.32492	0.6425				28	61	613	61379
3024683	Clegreue	clegreue	FR		0	Europe/Paris	47.556	-1.72219				52	44	445	44214
3024696	Clêchy	clechy	FR		0	Europe/Paris	47.953	2.09368				24	45	452	45327
3024698	Clazay	clazay	FR		0	Europe/Paris	46.81023	-0.55917		Clazay		75	79	791	79049
3024699	Clayrac	clayrac	FR		0	Europe/Paris	44.32074	4.22335				84	07	071	07211
3024706	Clavies	clavies	FR		0	Europe/Paris	44.62334	1.96334				76	46	462	46175
3024708	Clavières-d'Outre	clavieres-d-outre	FR		0	Europe/Paris	44.91667	3.21667				84	15	153	15108
3024712	Clavière	claviere	FR		0	Europe/Paris	46.76371	1.80305				24	36	362	36005
3024713	Clavieras	clavieras	FR		0	Europe/Paris	45.11836	0.81222				75	24	243	24053
3024716	Clavèrol	claverol	FR		0	Europe/Paris	46.21502	1.85486		Claverol,Claverolles,Clavèrol		75	23	232	23245
3024720	Clavel	clavel	FR		0	Europe/Paris	44.62139	1.68827				76	46	463	46054
3024721	Claveix	claveix	FR		0	Europe/Paris	45.8027	2.74634		Claveix,Le Claveix		84	63	634	63110
3024723	Claveau	claveau	FR		0	Europe/Paris	47.26342	1.67171				24	41	413	41097
3024725	Clavas	clavas	FR		0	Europe/Paris	45.22171	4.46714				84	43	433	43163
3024727	Clavans le Haut	clavans-le-haut	FR		0	Europe/Paris	45.08398	6.16295		Clavans le Haut,Clavans-d'en-Haut,Clavans-le-Haut		84	38	381	38112
3024728	Clauzelles	clauzelles	FR		0	Europe/Paris	44.20941	2.64705				76	12	121	12011
3024729	Clautrier	clautrier	FR		0	Europe/Paris	46.13107	2.57026		Clautrier,Le Clautrier		84	63	634	63101
3024730	Clausonne	clausonne	FR		0	Europe/Paris	44.45826	5.85474		Clausome,Clausonne,Claussonne		93	05	052	05158
3024733	Claunay	claunay	FR		0	Europe/Paris	46.99222	0.19478				75	86	861	86079
3024753	Clarafond	clarafond	FR		0	Europe/Paris	45.66219	5.94343		Clarafond		84	73	732	73103
3024766	Claouey	claouey	FR		0	Europe/Paris	44.74803	-1.18037				75	33	336	33236
3024772	Clanlieu	clanlieu	FR		0	Europe/Paris	49.85329	3.65324				32	02	025	02629
3024773	Clanet	clanet	FR		0	Europe/Paris	47.45179	-1.63369				52	44	445	44073
3024774	Clanay	clanay	FR		0	Europe/Paris	47.08105	2.78858				24	18	181	18286
3024776	Clamour	clamour	FR		0	Europe/Paris	47.07229	3.03922				27	58	583	58124
3024777	Clamond	clamond	FR		0	Europe/Paris	45.55	3.65				84	63	631	63230
3024791	Claise	claise	FR		0	Europe/Paris	46.79739	1.44583				24	36	362	36139
3024795	Clairvivre	clairvivre	FR		0	Europe/Paris	45.32283	1.22376		Cite Sanitaire de Clairvivre,Cité Sanitaire de Clairvivre,Clairvivre		75	24	242	24515
3024800	Clairvaux-sur-Aujon	clairvaux-sur-aujon	FR		0	Europe/Paris	48.14655	4.78842		Clairvaux,Clairvaux-sur-Aujon		44	10	101	10426
3024806	Clairfeuille	clairfeuille	FR		0	Europe/Paris	49.61595	1.33932		Clairefontaine,Clairfeuille		28	76	761	76445
3024811	Claire-Fontaine	claire-fontaine	FR		0	Europe/Paris	49.42811	4.73918				44	08	084	08045
3024819	Clainville	clainville	FR		0	Europe/Paris	49.77863	0.47165				28	76	762	76587
3024826	Clachalôze	clachaloze	FR		0	Europe/Paris	49.06667	1.6				11	78	781	78276
3024828	Cizière	ciziere	FR		0	Europe/Paris	45.12592	3.57351				84	43	431	43132
3024834	Civry-sur-Serein	civry-sur-serein	FR		0	Europe/Paris	47.60285	3.99548		Civry,Civry-sur-Serein		27	89	892	89246
3024841	Civrenne	civrenne	FR		0	Europe/Paris	46.75067	2.01771				24	36	364	36019
3024853	Civeyrac	civeyrac	FR		0	Europe/Paris	45.0997	3.75603				84	43	432	43124
3024861	Cité Sainte-Barbe	cite-sainte-barbe	FR		0	Europe/Paris	47.82434	7.33592				44	68	684	68376
3024864	Cité Nord	cite-nord	FR		0	Europe/Paris	43.5	5.18333				93	13	134	13014
3024866	Cité des Sauvaires	cite-des-sauvaires	FR		0	Europe/Paris	43.4612	5.50457				93	13	131	13040
3024867	Cité-des-Pins	cite-des-pins	FR		0	Europe/Paris	47.96532	0.21104		Cite,Cite-des-Pins,Cité,Cité-des-Pins		52	72	723	72181
3024868	Cité des Bormettes	cite-des-bormettes	FR		0	Europe/Paris	43.1211	6.25397		Bormette,Bormettes,Cite des Bormettes,Cité des Bormettes,Les Bormettes		93	83	832	83071
3024869	Cité de Lille Délivrance	cite-de-lille-delivrance	FR		0	Europe/Paris	50.63333	2.98333		Cite de Lille Delivrance,Cite de la Delivrance,Cité de Lille Délivrance,Cité de la Délivrance,Lille-Delivrance,Lille-Délivrance		32	59	595	59566
3024870	Cité de la Raye Dieu	cite-de-la-raye-dieu	FR		0	Europe/Paris	45.76667	3.11667				84	63	632	63113
3024871	Cité de la Plaine	cite-de-la-plaine	FR		0	Europe/Paris	45.80729	3.11928		Cite de la Plaine,Cité de la Plaine,La Plaine		84	63	632	63113
3024872	Cité de Beaulieu	cite-de-beaulieu	FR		0	Europe/Paris	45.42017	4.31098				84	42	423	42189
3024875	Cîteaux	citeaux	FR		0	Europe/Paris	48.17124	0.44658				52	72	722	72039
3024879	Cité	cite	FR		0	Europe/Paris	48.76667	-3.45				53	22	223	22324
3024882	Cistrière	cistriere	FR		0	Europe/Paris	45.4463	3.53785				84	63	631	63353
3024884	Cisterne	cisterne	FR		0	Europe/Paris	45.59994	2.14281				75	19	193	19244
3024910	Cirendinu	cirendinu	FR		0	Europe/Paris	41.65465	9.3632		Cirendino,Cirendinu		94	2A	2A4	2A362
3024912	Circoux	circoux	FR		0	Europe/Paris	45.47316	3.31928				84	63	633	63185
3024915	Cirat	cirat	FR		0	Europe/Paris	45.57027	1.58261				75	87	872	87120
3024921	Ciucciaja	ciucciaja	FR		0	Europe/Paris	41.76879	8.83974		Ciocciajo,Ciucciaja		94	2A	2A1	2A091
3024923	Ciocce	ciocce	FR		0	Europe/Paris	42.90744	9.35119		Ciocce		94	2B	2B2	2B233
3024933	Cinquin	cinquin	FR		0	Europe/Paris	45.53732	5.16943				84	38	383	38015
3024935	Cinquétral	cinquetral	FR		0	Europe/Paris	46.43088	5.88962		Cinquetral,Cinquétral		27	39	393	39478
3024936	Cinq Ormes	cinq-ormes	FR		0	Europe/Paris	48.43362	1.65362				24	28	281	28194
3024938	Cinq-Fonds	cinq-fonds	FR		0	Europe/Paris	47.45393	4.81452		Cinq Fonts,Cinq-Fonds		27	21	212	21659
3024939	Cinq-Cantons	cinq-cantons	FR		0	Europe/Paris	43.49285	-1.52493				75	64	641	64024
3024946	Cimiez	cimiez	FR		0	Europe/Paris	43.72045	7.27872		Cemenelum,Cimiez		93	06	062	06088
3024947	Cimetèret	cimeteret	FR		0	Europe/Paris	45.67135	6.09553		Cimeteret,Cimetèret,Le Cimeteret		84	73	732	73005
3024948	Cime du Mélézet	cime-du-melezet	FR		0	Europe/Paris	44.64008	6.81187				93	05	051	05026
3024949	Cimbré	cimbre	FR		0	Europe/Paris	47.66967	-1.22241				52	44	445	44170
3024955	Cigognolles	cigognolles	FR		0	Europe/Paris	47.01114	1.70133				24	36	362	36024
3024958	Cigné	cigne	FR		0	Europe/Paris	48.42346	-0.60833				52	53	533	53003
3024968	Ciernat	ciernat	FR		0	Europe/Paris	46.28492	3.50342				84	03	033	03179
3024990	Sarconacciu	sarconacciu	FR		0	Europe/Paris	41.74782	8.79727		Ciaconcella,Sarconacciu		94			
3025001	Christreix	christreix	FR		0	Europe/Paris	45.48333	2.61667				84	63	633	63028
3025019	Choupeire	choupeire	FR		0	Europe/Paris	45.42769	3.7637				84	63	631	63039
3025021	Chougoirand	chougoirand	FR		0	Europe/Paris	45.51028	3.85235				84	63	631	63173
3025027	Chou	chou	FR		0	Europe/Paris	47.09829	2.5241				24	18	181	18158
3025028	Chosson	chosson	FR		0	Europe/Paris	45.01234	4.74102				84	07	073	07068
3025029	Chosaz	chosaz	FR		0	Europe/Paris	45.79514	5.51074		Chosas,Chosaz,Chozat		84	01	011	01400
3025031	Choron	choron	FR		0	Europe/Paris	45.3523	4.66587				84	42	423	42201
3025032	Choriol	choriol	FR		0	Europe/Paris	45.61539	2.67035		Choriol,Choriot		84	63	633	63397
3025037	Choquel	choquel	FR		0	Europe/Paris	50.68426	1.89326				32	62	623	62759
3025047	Chomeil	chomeil	FR		0	Europe/Paris	46.09181	2.93928				84	63	634	63391
3025048	Chomeil	chomeil	FR		0	Europe/Paris	44.85697	4.06512				84	07	071	07106
3025049	Cholus	cholus	FR		0	Europe/Paris	45.63471	1.47444				75	87	872	87146
3025067	Choiseau	choiseau	FR		0	Europe/Paris	47.63199	4.36897				27	21	213	21389
3025069	Choignes	choignes	FR		0	Europe/Paris	48.10777	5.17096		Choignes		44	52	521	52125
3025072	Chizeuil	chizeuil	FR		0	Europe/Paris	46.58821	3.87953		Chiseuil,Chizeuil		27	71	713	71075
3025073	Chizeray	chizeray	FR		0	Europe/Paris	47.0113	0.36121				24	37	371	37065
3025081	Chivialle	chivialle	FR		0	Europe/Paris	45.58444	1.66003				75	19	192	19036
3025083	Chiusa	chiusa	FR		0	Europe/Paris	42.14001	8.99666		Chiusa		94	2A	2A1	2A204
3025095	Chissac	chissac	FR		0	Europe/Paris	45.78698	2.1207				75	23	231	23091
3025099	Chiry	chiry	FR		0	Europe/Paris	47.38381	3.37838				27	58	582	58304
3025100	Chiroux	chiroux	FR		0	Europe/Paris	46.13429	1.83533				75	23	232	23052
3025103	Chiron	chiron	FR		0	Europe/Paris	47.25247	2.80438				24	18	181	18116
3025105	Chirol	chirol	FR		0	Europe/Paris	45.09376	4.70329				84	07	073	07301
3025107	Chiret	chiret	FR		0	Europe/Paris	46.35648	2.88562				84	03	031	03256
3025109	Chiré-le-Bois	chire-le-bois	FR		0	Europe/Paris	46.42423	0.48889		Chire-le-Bois,Chire-les-Bois,Chiré-le-Bois,Chiré-les-Bois		75	86	863	86284
3025111	Chiré	chire	FR		0	Europe/Paris	46.80227	2.00067				24	36	364	36019
3025113	Chirat	chirat	FR		0	Europe/Paris	46.30647	3.09071				84	03	032	03319
3025059	Choisy	choisy	FR	74330	1509	Europe/Paris	45.99359	6.05866		Choisy		84	74	741	74076
3025125	Chioselli	chioselli	FR		0	Europe/Paris	41.77019	8.73447		Chioselle,Chioselli		94	2A	2A1	2A098
3025126	Chiorna	chiorna	FR		0	Europe/Paris	42.39631	8.75741		Chiorna,Chiornia		94	2B	2B5	2B153
3025133	Chiniac	chiniac	FR		0	Europe/Paris	45.27692	2.03717				75	19	193	19125
3025135	Chine	chine	FR		0	Europe/Paris	42.84655	9.33008		Chine		94	2B	2B2	2B058
3025137	Chincé	chince	FR		0	Europe/Paris	46.70998	0.35223				75	86	863	86115
3025138	Chinault	chinault	FR		0	Europe/Paris	46.95352	1.97686				24	36	364	36088
3025142	Chimbaud	chimbaud	FR		0	Europe/Paris	45.03333	4.58333				84	07	073	07085
3025150	Chillot	chillot	FR		0	Europe/Paris	46.34286	3.26419				84	03	032	03267
3025151	Chillois	chillois	FR		0	Europe/Paris	47.05708	0.81296				24	37	373	37130
3025159	Chigros	chigros	FR		0	Europe/Paris	45.62757	3.51075				84	63	631	63023
3025163	Chigneaux	chigneaux	FR		0	Europe/Paris	48.50683	1.26724				24	28	281	28324
3025165	Chignay	chignay	FR		0	Europe/Paris	46.79466	1.80437				24	36	362	36064
3025166	Chignat	chignat	FR		0	Europe/Paris	45.94896	1.8125				75	23	232	23173
3025167	Chignat	chignat	FR		0	Europe/Paris	45.78434	3.28704				84	63	632	63453
3025168	Chignaguet	chignaguet	FR		0	Europe/Paris	45.1612	0.90318				75	24	243	24026
3025170	Chigliani	chigliani	FR		0	Europe/Paris	42.17769	8.81131		Chigliani		94	2A	2A1	2A348
3025172	Chiffort	chiffort	FR		0	Europe/Paris	46.93952	3.34258				27	58	583	58112
3025173	Chièvre	chievre	FR		0	Europe/Paris	47.66732	3.34708				27	89	891	89222
3025175	Chiesa	chiesa	FR		0	Europe/Paris	41.7532	9.10013		Chiesa		94	2A	2A4	2A278
3025180	Chier	chier	FR		0	Europe/Paris	45.11667	4.11667				84	43	433	43268
3025185	Chidazzu	chidazzu	FR		0	Europe/Paris	42.23607	8.78806		Chidazzo,Chidazzu		94	2A	2A1	2A154
3025187	Chichy	chichy	FR		0	Europe/Paris	47.94446	3.59443				27	89	891	89200
3025189	Chichiat	chichiat	FR		0	Europe/Paris	45.84638	0.54365				75	16	163	16192
3025191	Chichevet	chichevet	FR		0	Europe/Paris	46.95877	2.99152				24	18	182	18108
3025199	Chibert	chibert	FR		0	Europe/Paris	46.24496	1.92246				75	23	232	23092
3025207	Chez Vincent	chez-vincent	FR		0	Europe/Paris	45.6269	0.50262				75	16	161	16223
3025208	Chez Valladier	chez-valladier	FR		0	Europe/Paris	45.82516	3.44171				84	63	635	63364
3025209	Chez Troussas	chez-troussas	FR		0	Europe/Paris	45.69506	1.98412				75	19	192	19265
3025210	Chez Sauty	chez-sauty	FR		0	Europe/Paris	45.76736	2.38377				75	23	231	23081
3025211	Chez-Rozet	chez-rozet	FR		0	Europe/Paris	45.83582	0.36289		Chez-Roger,Chez-Rozet		75	16	163	16336
3025212	Chez Rigaud	chez-rigaud	FR		0	Europe/Paris	45.61052	2.71988				84	63	633	63397
3025213	Chez Prioré	chez-priore	FR		0	Europe/Paris	45.78848	2.30814				75	23	231	23115
3025214	Chez Pouvaraud	chez-pouvaraud	FR		0	Europe/Paris	45.97096	0.39513				75	16	163	16076
3025215	Chez Moutaud	chez-moutaud	FR		0	Europe/Paris	45.82734	0.95679		Chez Moulaud,Chez Moutaud		75	87	873	87135
3025216	Chez Morissoux	chez-morissoux	FR		0	Europe/Paris	45.51667	2.6				84	63	633	63028
3025218	Chez le Turc	chez-le-turc	FR		0	Europe/Paris	45.45888	1.47011				75	19	191	19223
3025219	Chez Léobé	chez-leobe	FR		0	Europe/Paris	46.2951	0.9829		Chez Leobe,Chez Léobé,Leobe,Léobé		75	86	862	86120
3025220	Chez Launeix	chez-launeix	FR		0	Europe/Paris	45.82335	2.23829		Chez Launaix,Chez Launeix		75	23	231	23158
3025221	Chez Gouzon	chez-gouzon	FR		0	Europe/Paris	45.79054	3.54668				84	63	635	63151
3025222	Chez Gorce	chez-gorce	FR		0	Europe/Paris	45.75612	2.0019				75	23	231	23090
3025223	Chez Gaillot	chez-gaillot	FR		0	Europe/Paris	45.76009	2.47917				84	63	634	63450
3025224	Chez Gagnat	chez-gagnat	FR		0	Europe/Paris	45.79514	3.47173				84	63	635	63276
3025225	Chez Fayard	chez-fayard	FR		0	Europe/Paris	46.12992	2.92309				84	63	634	63419
3025226	Chez Fauroux	chez-fauroux	FR		0	Europe/Paris	45.81348	3.40011				84	63	635	63195
3025227	Chézery	chezery	FR		407	Europe/Paris	46.22269	5.86881		Chezery,Chezery-Forens,Chézery,Chézery-Forens,Sezeri Foran,Shezeri-Foran,Shezri Foran,shyzyry-fwryn,xie ze li-fu lang,Шезери-Форан,Шезері-Форан,Шезри Форан,Շեզերի Ֆորան,شيزيري-فورين,谢泽里－福朗		84	01	013	01104
3025238	Chézeau Moreau	chezeau-moreau	FR		0	Europe/Paris	46.44543	1.89496				24	36	363	36061
3025240	Chezeau	chezeau	FR		0	Europe/Paris	46.44933	2.12103		Chezeau,Le Chezeau		24	36	363	36240
3025241	Chezeau	chezeau	FR		0	Europe/Paris	45.86835	4.13844				84	42	422	42171
3025243	Chez Comb	chez-comb	FR		0	Europe/Paris	46.46572	2.13408				24	36	363	36156
3025244	Chez Clergeau	chez-clergeau	FR		0	Europe/Paris	45.6674	0.53242				75	16	161	16223
3025245	Chez-Burgaud	chez-burgaud	FR		0	Europe/Paris	45.84726	0.42379		Burgaud,Chez-Burgaud		75	16	163	16085
3025246	Chez Bon Jean	chez-bon-jean	FR		0	Europe/Paris	45.35	1.3				75	19	191	19094
3025247	Chez Bois	chez-bois	FR		0	Europe/Paris	46.75019	2.89239				84	03	032	03155
3025248	Chez Bariou	chez-bariou	FR		0	Europe/Paris	45.78868	3.46148		Chez Bariou,Chez Barioux		84	63	635	63045
3025249	Chézau-Chrétien	chezau-chretien	FR		0	Europe/Paris	46.67317	1.34936				24	36	361	36051
3025250	Chezal Collet	chezal-collet	FR		0	Europe/Paris	46.76264	1.49377				24	36	362	36139
3025251	Chezal-Chauvier	chezal-chauvier	FR		0	Europe/Paris	46.91745	2.49814				24	18	182	18204
3025254	Cheyssac	cheyssac	FR		0	Europe/Paris	45.41667	2.25				75	19	193	19148
3025255	Cheyssac	cheyssac	FR		0	Europe/Paris	45.36667	2.53333				84	15	152	15250
3025256	Cheyssac	cheyssac	FR		0	Europe/Paris	45.22749	3.87305				84	43	432	43217
3025257	Cheyrat	cheyrat	FR		0	Europe/Paris	45.04894	1.27643				75	24	244	24364
3025258	Cheyran	cheyran	FR		0	Europe/Paris	44.00394	5.58457				93	04	044	04208
3025259	Cheyrac-l'Aigue	cheyrac-l-aigue	FR		0	Europe/Paris	45.29331	3.80976				84	43	432	43023
3025260	Cheyrac	cheyrac	FR		0	Europe/Paris	45.33326	3.79843				84	43	432	43228
3025261	Cheyllade	cheyllade	FR		0	Europe/Paris	45.41667	2.55		Cheylade,Cheyllade		84	15	152	15092
3025266	Cheygurat	cheygurat	FR		0	Europe/Paris	46.16007	1.26988				75	87	871	87041
3025295	Chevrette	chevrette	FR		0	Europe/Paris	47.29477	0.15866				24	37	371	37031
3025305	Chevré	chevre	FR		0	Europe/Paris	48.19209	-1.46162				53	35	353	35031
3025306	Chèvre	chevre	FR		0	Europe/Paris	46.54732	2.01142				24	36	363	36025
3025309	Chevissière	chevissiere	FR		0	Europe/Paris	45.27727	3.56814				84	43	431	43178
3025317	Chevillonière	chevilloniere	FR		0	Europe/Paris	45.59234	4.37013				84	42	421	42264
3025320	Chevillèlle	chevillelle	FR		0	Europe/Paris	48.24152	4.02427		Chevillele,Chevillelle,Chevillèlle		44	10	103	10340
3025325	Chevigny-le-Désert	chevigny-le-desert	FR		0	Europe/Paris	47.61257	4.19921		Chevigny,Chevigny-le-Desert,Chevigny-le-Désert		27	89	892	89042
3025341	Cheveroux	cheveroux	FR		0	Europe/Paris	47.33657	3.02066				27	58	584	58265
3025342	Cheveroux	cheveroux	FR		0	Europe/Paris	47.12143	2.88576				24	18	181	18053
3025350	Chevelu	chevelu	FR		0	Europe/Paris	45.69001	5.81742		Chevelu		84	73	732	73245
3025351	Chevelière	cheveliere	FR		0	Europe/Paris	45.69396	3.8645				84	42	421	42039
3025371	Chevalet-le-Haut	chevalet-le-haut	FR		0	Europe/Paris	44.29711	5.70972		Chevalet,Chevalet-le-Haut		93	05	052	05135
3025377	Chevaise	chevaise	FR		0	Europe/Paris	47.43885	2.72428				24	18	181	18259
3025386	Cheuilly	cheuilly	FR		0	Europe/Paris	47.70291	3.73729				27	89	891	89130
3025388	Cheugny-le-Haut-Village	cheugny-le-haut-village	FR		0	Europe/Paris	47.02943	3.14529		Cheugny,Cheugny-le-Haut-Village		27	58	583	58303
3025390	Cheucle	cheucle	FR		0	Europe/Paris	45.30976	4.1465				84	43	433	43137
3025393	Chetigné	chetigne	FR		0	Europe/Paris	47.21722	-0.14155				52	49	493	49123
3025395	Chestres	chestres	FR		0	Europe/Paris	49.40787	4.72862				44	08	084	08490
3025402	Chesnes	chesnes	FR		0	Europe/Paris	45.65217	5.10812				84	38	382	38449
3025404	Chesne	chesne	FR		0	Europe/Paris	48.33668	1.10818				24	28	284	28192
3025405	Chesnay	chesnay	FR		0	Europe/Paris	48.283	1.76683				24	28	281	28274
3025425	Chérus	cherus	FR		0	Europe/Paris	47.51248	3.02953				27	58	584	58012
3025427	Chertrain	chertrain	FR		0	Europe/Paris	45.84891	2.01831				75	23	231	23212
3025433	Chéroux	cheroux	FR		0	Europe/Paris	46.33333	2.2				75	23	231	23240
3025436	Chéron	cheron	FR		0	Europe/Paris	46.88381	3.20152				27	58	583	58260
3025441	Cherlieu	cherlieu	FR		0	Europe/Paris	45.31555	5.79076				84	38	381	38442
3025448	Chérines	cherines	FR		0	Europe/Paris	44.56139	6.38101				93	05	052	05164
3025450	Chérigny	cherigny	FR		0	Europe/Paris	46.85136	2.28055				24	18	182	18273
3025462	Cherelle	cherelle	FR		0	Europe/Paris	47.83967	2.10236				24	45	452	45144
3025464	Cherchefeuilles	cherchefeuilles	FR		0	Europe/Paris	48.68366	2.35231				11	91	913	91589
3025467	Cherboucheix	cherboucheix	FR		0	Europe/Paris	45.80365	2.30205				75	23	231	23115
3025469	Cher-Blanc	cher-blanc	FR		0	Europe/Paris	45.85297	2.29896				75	23	231	23156
3025470	Cherbeix	cherbeix	FR		0	Europe/Paris	46.19277	2.69377				84	03	031	03216
3025471	Cherbault	cherbault	FR		0	Europe/Paris	48.03475	-1.199				53	35	351	35006
3025473	Chérault	cherault	FR		0	Europe/Paris	47.02085	3.39857				27	58	583	58232
3025479	Chera	chera	FR		0	Europe/Paris	41.50116	9.19347		Chera		94	2A	2A4	2A288
3025497	Chenouteau	chenouteau	FR		0	Europe/Paris	48.17201	2.64995				11	77	774	77110
3025498	Chénour	chenour	FR		0	Europe/Paris	45.82409	1.43124				75	87	872	87129
3025500	Chenonville	chenonville	FR		0	Europe/Paris	48.34122	1.426				24	28	281	28048
3025511	Chennevières	chennevieres	FR		0	Europe/Paris	48.66282	5.40504		Chennevieres,Chennevières		44	55	551	55358
3025512	Chennevières	chennevieres	FR		0	Europe/Paris	48.65262	1.12887				24	28	283	28226
3025513	Chennetron	chennetron	FR		0	Europe/Paris	48.58842	3.42487				11	77	773	77026
3025514	Chennery	chennery	FR		0	Europe/Paris	49.39142	4.99998				44	08	084	08052
3025520	Chenillier	chenillier	FR		0	Europe/Paris	46.53781	2.70915				84	03	031	03127
3025522	Chenillé	chenille	FR		0	Europe/Paris	48.38562	-1.66631				53	35	354	35286
3025526	Chénier	chenier	FR		0	Europe/Paris	46.4689	1.33839				24	36	361	36177
3025529	Cheni	cheni	FR		0	Europe/Paris	45.5499	1.16125				75	87	872	87187
3025536	Cheneviere	cheneviere	FR		0	Europe/Paris	45.13052	4.45175				84	07	073	07285
3025537	Chenevey	chenevey	FR		0	Europe/Paris	45.40685	5.85792				84	38	381	38446
3025540	Chènesaint	chenesaint	FR		0	Europe/Paris	47.37673	4.1533				27	21	213	21525
3025542	Chénéroilles	cheneroilles	FR		0	Europe/Paris	47.47964	4.81536				27	21	212	21659
3025546	Cheneraille	cheneraille	FR		0	Europe/Paris	46.1457	2.68155				84	63	634	63462
3025548	Chêne-Merlin	chene-merlin	FR		0	Europe/Paris	48.0665	3.91651				44	10	103	10140
3025550	Chêne l'Abbé	chene-l-abbe	FR		0	Europe/Paris	46.62542	0.52916				75	86	863	86058
3025552	Chêne-Godon	chene-godon	FR		0	Europe/Paris	49.0518	1.50228				11	78	781	78320
3025553	Chêne Gautier	chene-gautier	FR		0	Europe/Paris	47.30051	1.2752				24	41	413	41181
3025556	Chêne Doré	chene-dore	FR		0	Europe/Paris	48.36897	1.17062				24	28	281	28333
3025558	Chêne-Chenu	chene-chenu	FR		0	Europe/Paris	48.58175	1.32889		Chene-Chenu,Chêne-Chenu		24	28	283	28393
3025568	Chêne	chene	FR		0	Europe/Paris	48.46667	0.7				28	61	613	61050
3025569	Chêne	chene	FR		0	Europe/Paris	48.19939	2.25339				24	45	453	45253
3025575	Chenault	chenault	FR		0	Europe/Paris	47.41145	4.32055				27	21	213	21505
3025578	Chenal	chenal	FR		0	Europe/Paris	45.54662	6.91293				84	73	731	73232
3025585	Chemisac	chemisac	FR		0	Europe/Paris	45.28347	0.40909				75	24	243	24090
3025591	Chemineaux	chemineaux	FR		0	Europe/Paris	45.24567	1.94267				75	19	192	19231
3025613	Chemault	chemault	FR		0	Europe/Paris	48.04511	2.34929		Chemault		24	45	453	45035
3025618	Chelou	chelou	FR		0	Europe/Paris	45.80433	6.53048				84	73	731	73186
3025630	Cheissac	cheissac	FR		0	Europe/Paris	45.40528	2.38725				84	15	152	15206
3025649	Chedde	chedde	FR		0	Europe/Paris	45.92192	6.72681		Chedde		84	74	742	74208
3025652	Chazy	chazy	FR		0	Europe/Paris	47.28881	3.5412				27	58	582	58181
3025653	Chazous	chazous	FR		0	Europe/Paris	45.59357	3.05143		Chazous,Chazoux		84	63	633	63234
3025655	Chazolles	chazolles	FR		0	Europe/Paris	45.4	4.08333				84	42	421	42266
3025664	Chazeras	chazeras	FR		0	Europe/Paris	45.52887	3.0954				84	63	633	63342
3025666	Chazeloux	chazeloux	FR		0	Europe/Paris	45.19647	3.11837				84	15	153	15022
3025667	Chazelot	chazelot	FR		0	Europe/Paris	47.47585	6.33984		Chazelot		27	25	251	25505
3025676	Chazelle-l'Écho	chazelle-l-echo	FR		0	Europe/Paris	47.33967	4.3697				27	21	213	21280
3025677	Chazelle	chazelle	FR		0	Europe/Paris	45.07349	3.78702				84	43	432	43229
3025680	Chazeix	chazeix	FR		0	Europe/Paris	46.29328	2.28636				75	23	231	23104
3025682	Chaze Basse	chaze-basse	FR		0	Europe/Paris	44.82988	4.07134				84	07	071	07119
3025688	Chazeau	chazeau	FR		0	Europe/Paris	45.71667	3.88333				84	42	421	42247
3025689	Chazeau	chazeau	FR		0	Europe/Paris	45.37208	4.27797				84	42	423	42095
3025690	Chazeau	chazeau	FR		0	Europe/Paris	45.30449	4.5189				84	42	423	42287
3025693	Chazay	chazay	FR		0	Europe/Paris	48.45836	1.345				24	28	281	28325
3025694	Chazalis	chazalis	FR		0	Europe/Paris	45.21082	4.23863		Chazalis,Les Chazalis		84	43	433	43114
3025695	Chazal	chazal	FR		0	Europe/Paris	45.07733	1.3264				75	24	244	24153
3025696	Chayrouse	chayrouse	FR		0	Europe/Paris	45.28333	2.51667				84	15	152	15131
3025697	Chaynat	chaynat	FR		0	Europe/Paris	45.62159	3.08719				84	63	633	63199
3025698	Chaylot	chaylot	FR		0	Europe/Paris	44.87889	3.55452				84	43	431	43245
3025701	Chavy	chavy	FR		0	Europe/Paris	46.7019	2.96686				84	03	032	03155
3025702	Chavy	chavy	FR		0	Europe/Paris	46.59818	2.01266				24	36	363	36127
3025708	Chavonnier	chavonnier	FR		0	Europe/Paris	47.8659	4.5509				27	21	213	21545
3025710	Chavon	chavon	FR		0	Europe/Paris	44.01667	5.55				93	04	044	04208
3025711	Chavoire	chavoire	FR		0	Europe/Paris	45.89557	6.16662		Chavoire,Grand Chavoire		84	74	741	74299
3025713	Chavillieu	chavillieu	FR		0	Europe/Paris	45.96416	5.67298				84	01	011	01036
3025714	Chavillieu	chavillieu	FR		0	Europe/Paris	45.81061	5.6595				84	01	011	01098
3025721	Chavigner	chavigner	FR		0	Europe/Paris	46.6018	1.93639				24	36	363	36127
3025730	Chavenne	chavenne	FR		0	Europe/Paris	46.60219	3.29505				84	03	032	03013
3025738	Chavarot	chavarot	FR		0	Europe/Paris	45.6555	3.43062				84	63	632	63365
3025740	Chavaroche	chavaroche	FR		0	Europe/Paris	45.26667	2.55				84	15	152	15243
3025743	Chavanon	chavanon	FR		0	Europe/Paris	45.24453	2.95354				84	15	153	15001
3025744	Chavanol	chavanol	FR		0	Europe/Paris	45.43154	4.54391				84	42	423	42085
3025766	Chavalarias	chavalarias	FR		0	Europe/Paris	45.4107	0.6938		Chavalaria,Chavalarias		75	24	242	24096
3025767	Chavailles	chavailles	FR		0	Europe/Paris	44.16548	6.46218		Charailles,Chavailles		93	04	043	04155
3025769	Chavagnieu-Montbertrand	chavagnieu-montbertrand	FR		0	Europe/Paris	45.73029	5.14025		Chavagneu-Montbertrand,Chavagneux-Montbertand,Chavagnieu,Chavagnieu-Montbertand,Chavagnieu-Montbertrand		84	38	382	38085
3025770	Chavagneux	chavagneux	FR		0	Europe/Paris	45.84855	3.96925				84	42	422	42243
3025787	Chauzeix	chauzeix	FR		0	Europe/Paris	45.45427	1.81793				75	19	192	19181
3025946	Chaugy	chaugy	FR		0	Europe/Paris	46.2522	3.82501				84	42	422	42194
3025802	Chauvy	chauvy	FR		0	Europe/Paris	44.9147	4.27049				84	07	071	07037
3025811	Chauvière	chauviere	FR		0	Europe/Paris	46.48685	2.47257				84	03	031	03072
3025817	Chauvet	chauvet	FR		0	Europe/Paris	45.35	2.28333				75	19	193	19148
3025818	Les Chauvets	les-chauvets	FR		0	Europe/Paris	44.65425	6.62184	1000			93	05	051	05119
3025819	Chauvet	chauvet	FR		0	Europe/Paris	44.35	6.28333				93	04	043	04203
3025820	Chauverne-Neyre	chauverne-neyre	FR		0	Europe/Paris	46.0132	1.65096		Chauverne-Negre,Chauverne-Neyre,Chauverne-Nègre		75	23	232	23056
3025827	Chauvaye	chauvaye	FR		0	Europe/Paris	45.49009	3.38258				84	63	633	63340
3025828	Chauvais	chauvais	FR		0	Europe/Paris	46.31989	2.84251				84	03	031	03027
3025835	Chaussoy	chaussoy	FR		0	Europe/Paris	50.07303	1.71288				32	80	801	80764
3025838	Chausson	chausson	FR		0	Europe/Paris	48.68333	0.23333		Chausson		28	61	613	61192
3025841	Chaussinand	chaussinand	FR		0	Europe/Paris	44.88536	4.38337				84	07	073	07001
3025844	Chausserose	chausserose	FR		0	Europe/Paris	47.34393	4.31488				27	21	213	21678
3025845	Chaussenilles	chaussenilles	FR		0	Europe/Paris	44.77925	3.78093				76	48	482	48105
3025848	Chausse Haut	chausse-haut	FR		0	Europe/Paris	45.41706	3.1164				84	63	633	63299
3025849	Chausse Bas	chausse-bas	FR		0	Europe/Paris	45.41526	3.12481		Chausse,Chausse Bas		84	63	633	63299
3025856	Chaupry	chaupry	FR		0	Europe/Paris	48.42499	3.09463				11	77	773	77101
3025857	Chauprie	chauprie	FR		0	Europe/Paris	47.11391	3.34581		Chauprie,Chauprix		27	58	583	58196
3025858	Chauplane	chauplane	FR		0	Europe/Paris	44.8754	5.57055				84	38	381	38186
3025861	Chauniel	chauniel	FR		0	Europe/Paris	45.03333	4.36667				84	07	073	07204
3025865	Chaumusson	chaumusson	FR		0	Europe/Paris	48.64728	2.07078				11	91	913	91338
3025868	Chaumoux	chaumoux	FR		0	Europe/Paris	47.21648	2.56391				24	18	181	18016
3025869	Chaumoux	chaumoux	FR		0	Europe/Paris	47.20991	2.22686				24	18	183	18219
3025872	Chaumots	chaumots	FR		0	Europe/Paris	47.47095	3.7131				27	89	892	89021
3025904	Chaumois	chaumois	FR		0	Europe/Paris	47.83062	3.46462		Chaumoi,Chaumois		27	89	891	89083
3025905	Chauminet	chauminet	FR		0	Europe/Paris	47.54262	3.33762		Chauminet		27	89	891	89400
3025906	Chaumie	chaumie	FR		0	Europe/Paris	44.2011	6.63299		Chaume,Chaumie,Chaumie Bas		93	04	042	04061
3025907	Chaumiane	chaumiane	FR		0	Europe/Paris	45.44308	2.91556				84	63	633	63117
3025911	Chaumes de la Bigotte	chaumes-de-la-bigotte	FR		0	Europe/Paris	47.46667	3.85				27	89	892	89203
3025913	Chaumes	chaumes	FR		0	Europe/Paris	46.90507	2.52245		Chaumes,Les Chaumes		24	18	182	18204
3025915	Chaumeré	chaumere	FR		0	Europe/Paris	48.04133	-1.42241		Chaumere,Chaumeré		53	35	351	35096
3025917	Chaumeray	chaumeray	FR		0	Europe/Paris	47.88076	-1.86085				53	35	352	35176
3025919	Chaumeix	chaumeix	FR		0	Europe/Paris	46.08854	2.50362				75	23	231	23164
3025920	Chaumeix	chaumeix	FR		0	Europe/Paris	46.08187	1.97393				75	23	232	23250
3025921	Chaumeix	chaumeix	FR		0	Europe/Paris	45.87698	0.84131				75	87	873	87131
3025922	Chaumeilles	chaumeilles	FR		0	Europe/Paris	44.76667	6.3		Chaumeille,Chaumeilles,Chaumeillon		93	05	052	05032
3025931	Chaume	chaume	FR		0	Europe/Paris	48.13327	3.23502		Chaume,Chaunie		27	89	893	89245
3025933	Chaume	chaume	FR		0	Europe/Paris	47.31381	3.02667				27	58	584	58265
3025934	Chaume	chaume	FR		0	Europe/Paris	47.26362	3.27552				27	58	584	58064
3025935	Chaume	chaume	FR		0	Europe/Paris	43.41667	6.38333				93	83	831	83148
3025936	Chaumasson	chaumasson	FR		0	Europe/Paris	48.2805	3.08182				27	89	893	89467
3025937	Chaumaselle	chaumaselle	FR		0	Europe/Paris	46.14072	2.47825				75	23	231	23203
3025938	Chaumargeais	chaumargeais	FR		0	Europe/Paris	45.09006	4.344				84	43	433	43244
3025940	Chaumaise	chaumaise	FR		0	Europe/Paris	45.13303	4.63189				84	07	073	07185
3025948	Chauges	chauges	FR		0	Europe/Paris	46.237	2.27383				75	23	231	23026
3025952	Chaufour	chaufour	FR		0	Europe/Paris	48.95	1.78333				11	78	781	78402
3025953	Chaufour	chaufour	FR		0	Europe/Paris	48.10815	2.47823				24	45	453	45018
3025954	Chaufour	chaufour	FR		0	Europe/Paris	45.3147	2.85305				84	15	153	15114
3025961	Chauffour	chauffour	FR		0	Europe/Paris	45.5615	3.28969				84	63	633	63261
3025967	Chaudy	chaudy	FR		0	Europe/Paris	47.85104	2.09813				24	45	452	45123
3025971	Chaudry	chaudry	FR		0	Europe/Paris	49.19557	1.75443				32	60	601	60487
3025974	Chaudoux	chaudoux	FR		0	Europe/Paris	47.35352	2.81267		Chaudoux		24	18	181	18274
3025978	Chaudol	chaudol	FR		0	Europe/Paris	44.19114	6.36694				93	04	043	04024
3025989	Chaudemaison	chaudemaison	FR		0	Europe/Paris	45.46172	2.11984				75	19	193	19130
3025990	Chaudemaison	chaudemaison	FR		0	Europe/Paris	45.45778	2.0528				75	19	193	19263
3025996	Chaudarac	chaudarac	FR		0	Europe/Paris	44.96543	4.16821		Chaudarac,Chaudayrac		84	43	432	43186
3025998	Chaud	chaud	FR		0	Europe/Paris	46.30425	2.38772				75	23	231	23145
3025999	Chaud	chaud	FR		0	Europe/Paris	45.40215	1.17644				75	24	242	24320
3026004	Chauches	chauches	FR		0	Europe/Paris	44.47927	0.61325				75	47	473	47265
3026009	Chattuse Haute	chattuse-haute	FR		0	Europe/Paris	44.44721	5.529		Chattuse Haute,Chatuce,Chatusse,Chautuce Haute		93	05	052	05024
3026010	Chattonville	chattonville	FR		0	Europe/Paris	48.05973	1.47078				24	28	282	28330
3026012	Chatton	chatton	FR		0	Europe/Paris	48.01812	3.65991		Chaton,Chatton		27	89	891	89076
3026027	Châtre	chatre	FR		0	Europe/Paris	47.46667	3.21667				27	58	582	58109
3026028	Châtre	chatre	FR		0	Europe/Paris	46.32595	2.10285				75	23	231	23064
3026029	Châtre	chatre	FR		0	Europe/Paris	46.28333	2.33333				75	23	231	23174
3026030	Châtre	chatre	FR		0	Europe/Paris	46.08933	1.27572				75	87	871	87041
3026031	Chatouille	chatouille	FR		0	Europe/Paris	46.75467	2.16543				24	18	182	18127
3026032	Chatoubrier	chatoubrier	FR		0	Europe/Paris	45.06644	0.82488				75	24	243	24220
3026034	Chatonville	chatonville	FR		0	Europe/Paris	48.55679	1.87172				11	78	782	78601
3026036	Chatonod	chatonod	FR		0	Europe/Paris	45.79092	5.72544				84	01	011	01227
3026037	Chatonnier	chatonnier	FR		0	Europe/Paris	45.72629	2.51411				84	63	634	63450
3026040	Chaton	chaton	FR		0	Europe/Paris	47.11747	3.09893				27	58	584	58067
3026041	Chatoillenot	chatoillenot	FR		0	Europe/Paris	47.68401	5.24685		Chatoillenot		44	52	522	52189
3026047	Châtillon-sur-Seiche	chatillon-sur-seiche	FR		6152	Europe/Paris	48.03448	-1.67114		Chatillon,Chatillon-sur-Seiche,Châtillon-sur-Seiche		53	35	353	35206
3026059	Châtillon-sur-Bar	chatillon-sur-bar	FR		0	Europe/Paris	49.46885	4.82359		Chatillon,Chatillon-sur-Bar,Châtillon,Châtillon-sur-Bar		44	08	084	08057
3026060	Châtillon-sous-Maiche	chatillon-sous-maiche	FR		0	Europe/Paris	47.3127	6.75093		Chatillon,Châtillon		27	25	252	25138
3026066	Châtillon-le-Désert	chatillon-le-desert	FR		0	Europe/Paris	44.50699	5.90663		Chatillon,Chatillon-le-Desert,Châtillon,Châtillon-le-Désert		93	05	052	05035
3026093	Chateux	chateux	FR		0	Europe/Paris	46.31667	2.31667				75	23	231	23174
3026103	Châtenet-le-Vieux	chatenet-le-vieux	FR		0	Europe/Paris	46.27264	2.18001				75	23	231	23243
3026122	Chatemichy	chatemichy	FR		0	Europe/Paris	45.53296	1.94295		Chatemichy,La Chatemichy		75	19	192	19027
3026151	Châtelet	chatelet	FR		0	Europe/Paris	45.61667	3.71667				84	63	631	63037
3026152	Châtelet	chatelet	FR		0	Europe/Paris	45.50554	3.68348				84	63	631	63081
3026168	Chatelans	chatelans	FR		0	Europe/Paris	45.77325	5.30673		Chatelans,Châtelans		84	38	382	38010
3026170	Châtelaines	chatelaines	FR		0	Europe/Paris	47.47746	3.89955				27	89	892	89025
3026187	Château-Vieux	chateau-vieux	FR		0	Europe/Paris	44.55094	5.83496				93	05	052	05179
3026209	Châteaurenaud	chateaurenaud	FR		0	Europe/Paris	46.63019	5.23155		Chateaurenaud,Châteaurenaud		27	71	714	71263
3026213	Château-Regnault	chateau-regnault	FR		0	Europe/Paris	49.85857	4.73399		Chateau-Regnault-Bogny,Château-Regnault-Bogny		44	08	081	08081
3026215	Château Queyras	chateau-queyras	FR		0	Europe/Paris	44.75733	6.79365		Chateau Queyras,Chateau-Queyras,Château Queyras,Château-Queyras,Le Chateau,Le Château		93	05	051	05038
3026218	Châteaupanne	chateaupanne	FR		0	Europe/Paris	47.37068	-0.82693				52	49	492	49244
3026226	Châteauneuf-lès-Moustiers	chateauneuf-les-moustiers	FR		0	Europe/Paris	43.8	6.35		Chateauneuf,Chateauneuf-les-Moustiers,Châteauneuf,Châteauneuf-les-Moustiers		93	04	042	04144
3026251	Château Neuf	chateau-neuf	FR		0	Europe/Paris	46.85333	3.08533				27	58	583	58158
3026257	Châteaumur	chateaumur	FR		0	Europe/Paris	46.84892	-0.82941				52	85	851	85090
3026259	Château Méa	chateau-mea	FR		0	Europe/Paris	44.74068	5.76456				84	38	381	38514
3026264	Château la Ville	chateau-la-ville	FR		0	Europe/Paris	44.82354	3.76132				84	43	432	43192
3026269	Château-Lambert	chateau-lambert	FR		0	Europe/Paris	47.85651	6.75638		Chateau-Lambert,Château-Lambert		27	70	701	70283
3026389	Chassenoud	chassenoud	FR		0	Europe/Paris	45.49399	4.70195				84	69	691	69119
3026274	Château Gombert	chateau-gombert	FR		0	Europe/Paris	43.35433	5.44484		Chateau Gombert,Château Gombert		93	13	133	13055
3026282	Château-Fort	chateau-fort	FR		0	Europe/Paris	45.92783	5.83487				84	73	732	73180
3026287	Château-du-Bois	chateau-du-bois	FR		0	Europe/Paris	47.47834	3.31286				27	58	582	58109
3026290	Château d'Olouise	chateau-d-olouise	FR		0	Europe/Paris	45.65	5.4		Chateau Aulouise,Chateau d'Aulouise,Chateau d'Olouise,Château d'Aulouise,Château d'Olouise,Olouise		84	38	382	38374
3026292	Château de Vallin	chateau-de-vallin	FR		0	Europe/Paris	45.53224	5.38636		Chateau de Vallin,Chateau de Villan,Château de Vallin,Château de Villan,Vallin		84	38	382	38464
3026296	Château-d'Ancelle	chateau-d-ancelle	FR		0	Europe/Paris	44.61814	6.19286		Chateau,Chateau d'Ancelles,Chateau-d'Ancell,Chateau-d'Ancelle,Château-d'Ancelle		93	05	052	05004
3026304	Châteaubriand	chateaubriand	FR		0	Europe/Paris	43.13333	6.15				93	83	832	83069
3026308	Château-Bougon	chateau-bougon	FR		0	Europe/Paris	47.16667	-1.58333		Bougon,Chateau-Bougon,Château-Bougon		52	44	442	44020
3026316	Chatanay	chatanay	FR		0	Europe/Paris	45.55243	4.75301				84	69	691	69080
3026318	Chatain-Besson	chatain-besson	FR		0	Europe/Paris	45.68272	0.55778				75	16	161	16124
3026321	Chataignol	chataignol	FR		0	Europe/Paris	45.54993	1.41366		Chataignol,Chatugnol		75	87	872	87095
3026326	Chasué	chasue	FR		0	Europe/Paris	47.1741	3.06315				27	58	584	58220
3026327	Chastrix	chastrix	FR		0	Europe/Paris	45.37501	3.0788				84	63	633	63220
3026328	Chastrette	chastrette	FR		0	Europe/Paris	45.37496	3.45442				84	43	431	43193
3026330	Chastre	chastre	FR		0	Europe/Paris	45.32568	2.09587				75	19	193	19208
3026331	Chaston	chaston	FR		0	Europe/Paris	44.7	6.7				93	05	051	05052
3026332	Chasteuil	chasteuil	FR		0	Europe/Paris	43.8365	6.42183		Chasteuil		93	04	042	04039
3026333	Chastenuel	chastenuel	FR		0	Europe/Paris	45.1577	3.63106		Chastannel,Chastanuel,Chastenuel		84	43	431	43106
3026334	Chastenay	chastenay	FR		0	Europe/Paris	47.65505	3.38325		Chastenay		27	89	891	89283
3026336	Chasteloy	chasteloy	FR		0	Europe/Paris	46.51981	2.70076		Chasteloy,Chateloi		84	03	031	03127
3026338	Chastel-Merlhac	chastel-merlhac	FR		0	Europe/Paris	45.31667	2.53333		Chastel-Marlhac,Chastel-Merlhac		84	15	152	15128
3026353	Chassonnerix	chassonnerix	FR		0	Europe/Paris	45.73936	3.63149				84	63	635	63016
3026356	Chassingrimont	chassingrimont	FR		0	Europe/Paris	46.4899	1.42082				24	36	361	36187
3026357	Chassin	chassin	FR		0	Europe/Paris	45.69659	5.41049				84	38	382	38297
3026360	Chassigny-le Haut	chassigny-le-haut	FR		0	Europe/Paris	47.49277	3.94465				27	89	892	89025
3026361	Chassigny-le Bas	chassigny-le-bas	FR		0	Europe/Paris	47.48985	3.9419				27	89	892	89025
3026368	Chassignoles	chassignoles	FR		0	Europe/Paris	45.10171	3.42559				84	43	431	43094
3026369	Chassignol	chassignol	FR		0	Europe/Paris	47.40934	2.15476				24	18	183	18159
3026371	Chassignet	chassignet	FR		0	Europe/Paris	46.28295	3.22408				84	03	032	03059
3026376	Chassière	chassiere	FR		0	Europe/Paris	46.46018	2.09238				24	36	363	36238
3026385	Chassericourt	chassericourt	FR		0	Europe/Paris	48.52888	4.56963				44	10	101	10094
3026396	Chassenay	chassenay	FR		0	Europe/Paris	47.46833	4.26524				27	21	213	21676
3026397	Chassenay	chassenay	FR		0	Europe/Paris	46.78512	3.43119				27	58	583	58241
3026404	Chasseigne	chasseigne	FR		0	Europe/Paris	47.72406	3.44531				27	89	891	89154
3026411	Chassauve	chassauve	FR		0	Europe/Paris	45.1012	3.92349				84	43	432	43061
3026412	Chassat	chassat	FR		0	Europe/Paris	45.75931	1.71952				75	87	872	87004
3026414	Chassanaguilloux	chassanaguilloux	FR		0	Europe/Paris	45.56667	2.4				75	19	193	19204
3026415	Chassaleuil	chassaleuil	FR		0	Europe/Paris	45.13257	3.86445				84	43	432	43216
3026421	Chassagnolles	chassagnolles	FR		0	Europe/Paris	45.37593	3.95464				84	42	421	42318
3026422	Chassagnole	chassagnole	FR		0	Europe/Paris	45.47915	3.80595				84	63	631	63371
3026434	Chassagnas	chassagnas	FR		0	Europe/Paris	45.59603	1.6112				75	87	872	87051
3026435	Chassagnac	chassagnac	FR		0	Europe/Paris	45.21125	1.14737		Chassagnac,Chasseignas		75	24	244	24302
3026442	Chaserey-Haut	chaserey-haut	FR		0	Europe/Paris	47.95102	4.0878		Chaserey-Haut,Haut Chaserey		44	10	103	10087
3026443	Chaserey-Bas	chaserey-bas	FR		0	Europe/Paris	47.95712	4.06567		Chaserey-Bas		44	10	103	10087
3026446	Charzais	charzais	FR		0	Europe/Paris	46.46864	-0.77346				52	85	851	85092
3026450	Charvieux	charvieux	FR		0	Europe/Paris	45.87696	5.49397				84	01	011	01111
3026455	Charvet	charvet	FR		0	Europe/Paris	45.89865	6.24529		Charlet,Charvet		84	74	741	74027
3026456	Charves	charves	FR		0	Europe/Paris	45.55687	6.61181		Charve,Charves		84	73	731	73006
3026461	Chartrier	chartrier	FR		276	Europe/Paris	45.07092	1.45208		Chartrier,Chartrier-Ferriere,Chartrier-Ferrière		75	19	191	19047
3026473	Charsat	charsat	FR		0	Europe/Paris	46.17465	1.90111				75	23	232	23193
3026475	Charrusséjoux	charrussejoux	FR		0	Europe/Paris	45.56086	2.47346				75	19	193	19199
3026488	Charrey	charrey	FR		0	Europe/Paris	47.93402	3.91106				44	10	103	10227
3026489	Charrées	charrees	FR		0	Europe/Paris	45.23289	4.01968				84	43	433	43162
3026504	Charpeigne	charpeigne	FR		0	Europe/Paris	47.30533	2.36323				24	18	183	18149
3026505	Charpaul	charpaul	FR		0	Europe/Paris	45.44152	3.63079				84	63	631	63324
3026507	Charpaigne	charpaigne	FR		0	Europe/Paris	46.99638	2.71952				24	18	181	18027
3026510	Charonne	charonne	FR		0	Europe/Paris	48.8602	2.40419		Caronte,Charonne,Quartier de Charonne		11	75	751	75056
3026524	Charnoux	charnoux	FR		0	Europe/Paris	46.72151	2.72641				84	03	031	03003
3026539	Charnavas	charnavas	FR		0	Europe/Paris	44.35583	3.9851				76	30	301	30316
3026542	Charmoy-la-Ville	charmoy-la-ville	FR		0	Europe/Paris	46.77642	4.32881				27	71	711	71103
3026558	Charmolle	charmolle	FR		0	Europe/Paris	48.13618	1.21542				24	28	282	28012
3026566	Charmoilles	charmoilles	FR		0	Europe/Paris	47.94565	5.35973		Charmoilles		44	52	522	52432
3026602	Charmaix	charmaix	FR		0	Europe/Paris	45.18333	6.65		Charmaix,Charmeix,Notre Dame du Charmaix		84	73	733	73117
3026607	Charlut	charlut	FR		0	Europe/Paris	45.40806	2.71584				84	63	633	63346
3026608	Charlus	charlus	FR		0	Europe/Paris	45.31667	2.4				84	15	152	15019
3026683	Chardat	chardat	FR		0	Europe/Paris	46.12292	0.72976				75	16	163	16001
3026684	Chardas	chardas	FR		0	Europe/Paris	45.20586	3.7475				84	43	432	43138
3026618	Charlebourg	charlebourg	FR		0	Europe/Paris	48.90795	2.25067				11	92	922	92035
3026619	Charlay	charlay	FR		0	Europe/Paris	47.35428	3.41476				27	58	582	58304
3026622	Charlanges	charlanges	FR		0	Europe/Paris	46.28854	2.02552				75	23	232	23057
3026628	Chargerieye	chargerieye	FR		0	Europe/Paris	44.31667	6.36667				93	04	043	04205
3026639	Charenton	charenton	FR		0	Europe/Paris	47.26971	2.98333		Charenton		27	58	584	58215
3026640	Charentois	charentois	FR		0	Europe/Paris	47.50488	4.33179				27	21	213	21413
3026656	Charencey Haut	charencey-haut	FR		0	Europe/Paris	47.42269	4.66586		Charancey Haut,Charencey Haut		27	21	213	21144
3026657	Charencey Bas	charencey-bas	FR		0	Europe/Paris	47.42222	4.67242		Charancey Bas,Charencey Bas		27	21	213	21144
3026660	Charel	charel	FR		0	Europe/Paris	45.5746	3.41588				84	63	633	63145
3026661	Charel	charel	FR		0	Europe/Paris	45.21499	2.18665				75			
3026662	Chareire	chareire	FR		0	Europe/Paris	45.48297	2.77768				84	63	633	63279
3026664	Chardoux	chardoux	FR		0	Europe/Paris	45.66576	2.46566				75	19	193	19080
3026671	Chardonnet	chardonnet	FR		0	Europe/Paris	44.46071	3.26531				76	48	482	48034
3026672	Chardonneau	chardonneau	FR		0	Europe/Paris	46.22142	2.76379				84	03	031	03047
3026675	Chardon	chardon	FR		0	Europe/Paris	45.06109	4.71203				84	07	073	07069
3026677	Chardet	chardet	FR		0	Europe/Paris	45.35199	3.62456				84	63	631	63312
3026679	Chardes	chardes	FR		0	Europe/Paris	45.30331	-0.38893		Chardes		75	17	171	17240
3026681	Chardenoux	chardenoux	FR		0	Europe/Paris	44.76593	3.45107				76	48	482	48149
3026693	Charbounouse	charbounouse	FR		0	Europe/Paris	44.96212	4.15916				84	43	432	43186
3026695	Charbonniers	charbonniers	FR		0	Europe/Paris	45.22756	2.09214				75	19	193	19225
3026704	Charbonnière	charbonniere	FR		0	Europe/Paris	47.50547	4.00167				27	89	892	89235
3026705	Charbonnière	charbonniere	FR		0	Europe/Paris	47.49691	3.705				27	89	892	89266
3026706	Charbonniere	charbonniere	FR		0	Europe/Paris	45.13287	4.20768				84	43	433	43199
3026708	Charbonnier	charbonnier	FR		0	Europe/Paris	45.54516	3.57752				84	63	631	63162
3026709	Charbonnier	charbonnier	FR		0	Europe/Paris	44.86498	3.83455				84	43	432	43111
3026711	Charbonnet	charbonnet	FR		0	Europe/Paris	48.57069	0.3021				28	61	611	61266
3026719	Charbadeuil	charbadeuil	FR		0	Europe/Paris	44.90407	4.05148				84	43	432	43156
3026722	Charaud	charaud	FR		0	Europe/Paris	46.15	1.76667				75	23	232	23242
3026723	Charaud	charaud	FR		0	Europe/Paris	45.47111	3.60591				84	63	631	63324
3026725	Charat	charat	FR		0	Europe/Paris	45.97064	1.04478				75	87	871	87045
3026726	Charasse	charasse	FR		0	Europe/Paris	46.62727	0.46217				75	86	863	86163
3026727	Charassat	charassat	FR		0	Europe/Paris	46.16667	2.58333				84	03	031	03244
3026729	Charancin	charancin	FR		0	Europe/Paris	45.92733	5.64002		Charancin		84	01	011	01036
3026734	Charaix	charaix	FR		0	Europe/Paris	45.21749	5.04845				84	26	263	26298
3026740	Chapteuil	chapteuil	FR		0	Europe/Paris	45.02774	4.07517				84	43	432	43200
3026743	Chapsière	chapsiere	FR		0	Europe/Paris	45.18333	2.5		Chapsiere,Chapsieres,Chapsière,Chapsières		84	15	152	15006
3026750	Chappe	chappe	FR		0	Europe/Paris	48.58355	1.2024				24	28	283	28351
3026751	Chappe	chappe	FR		0	Europe/Paris	47.56215	3.24869				27	89	891	89216
3026753	Chapou	chapou	FR		0	Europe/Paris	45.36512	1.63629				75	19	192	19100
3026754	Chapou	chapou	FR		0	Europe/Paris	44.91832	1.76742				76	46	462	46313
3026755	Chapotin	chapotin	FR		0	Europe/Paris	45.65205	4.92954				84	69	691	69270
3026756	Chaponost-le-Vieux	chaponost-le-vieux	FR		0	Europe/Paris	45.7	4.75		Chaponost-le-Vieux		84	69	691	69043
3026763	Chapillière	chapilliere	FR		0	Europe/Paris	46.37962	3.21266				84	03	032	03169
3026764	Chapeyrou	chapeyrou	FR		0	Europe/Paris	44.63491	0.41457				75	47	472	47035
3026770	Chapelle Sainte-Honorine	chapelle-sainte-honorine	FR		0	Europe/Paris	49.52858	0.44804		Chapelle Sainte-Honorine,La Chapelle-Sainte-Honorine		28	76	762	76627
3026772	Chapelle-Morthemer	chapelle-morthemer	FR		0	Europe/Paris	46.47924	0.59703		Chapelle,Chapelle-Morthemer,La Chapelle Morthemer		75	86	862	86233
3026777	Chapelle de Brochas	chapelle-de-brochas	FR		0	Europe/Paris	45.23162	1.48466		Brochat,Chapelle de Brochas,Le Brochas		75	19	191	19005
3026778	Chapelle Christ	chapelle-christ	FR		0	Europe/Paris	48.68059	-3.70851				53	29	293	29073
3026783	Chapelle	chapelle	FR		0	Europe/Paris	44.9866	1.56957				76	46	463	46232
3026784	Chapelet	chapelet	FR		0	Europe/Paris	44.56667	6.11667				93	05	052	05061
3026788	Chapeauroux	chapeauroux	FR		0	Europe/Paris	44.83843	3.73698				76	48	482	48139
3026796	Chaparon	chaparon	FR		0	Europe/Paris	45.8019	6.20532				84	74	741	74104
3026798	Chapal	chapal	FR		0	Europe/Paris	45.82305	2.3362		Chapal,Le Chapal		75	23	231	23178
3026801	Chapaïsses	chapaisses	FR		0	Europe/Paris	44.35263	5.5982				93	05	052	05086
3026809	Chanzac	chanzac	FR		0	Europe/Paris	45.1876	2.96281				84	15	153	15141
3026811	Chanves	chanves	FR		0	Europe/Paris	45.90115	5.30588		Chanvas,Chanves		84	01	011	01202
3026813	Chanveaux	chanveaux	FR		0	Europe/Paris	47.65759	-1.148				52	49	494	49248
3026814	Chanval	chanval	FR		0	Europe/Paris	48.36344	2.09043				11	91	911	91294
3026819	Chantrezac	chantrezac	FR		0	Europe/Paris	45.9262	0.55138				75	16	163	16192
3026824	Chantôme	chantome	FR		1372	Europe/Paris	46.41067	1.5559		Chantome,Chantôme		24	36	362	36070
3026825	Chantocelle	chantocelle	FR		0	Europe/Paris	46.39096	3.13047				84	03	032	03287
3026830	Chantilhac	chantilhac	FR		0	Europe/Paris	45.02155	3.81514				84	43	432	43045
3026835	Chantery	chantery	FR		0	Europe/Paris	45.38736	2.47596				75	19	193	19028
3026837	Chantereine	chantereine	FR		0	Europe/Paris	50.024	1.3207				28	76	761	76192
3026838	Chantereine	chantereine	FR		0	Europe/Paris	47.85451	3.22656		Chanteraine,Chantereine		27	89	891	89397
3026840	Chantepoule	chantepoule	FR		0	Europe/Paris	45.21298	0.51673		Chantepeule,Chantepoule		75	24	243	24266
3026841	Chante Poule	chante-poule	FR		0	Europe/Paris	45	4.53333				84	07	073	07079
3026843	Chante Perdrix	chante-perdrix	FR		0	Europe/Paris	44.82938	3.98956		Chante Pendoux,Chante Perdrix		84	07	071	07121
3026845	Chantenay-sur-Loire	chantenay-sur-loire	FR		0	Europe/Paris	47.20464	-1.60226		Chantenay,Chantenay-sur-Loire		52	44	442	44109
3026848	Chantemille	chantemille	FR		0	Europe/Paris	46.11073	2.04139				75	23	232	23001
3026849	Chantemesle	chantemesle	FR		0	Europe/Paris	49.08022	1.67158				11	95	953	95301
3026851	Chantemerle-Petit	chantemerle-petit	FR		0	Europe/Paris	45.7	5.7				84	01	011	01061
3026854	Chantemerle-Grand	chantemerle-grand	FR		0	Europe/Paris	45.7	5.7				84	01	011	01061
3026858	Chante Merle	chante-merle	FR		0	Europe/Paris	47.37409	3.41334				27	58	582	58304
3026878	Chante Loube	chante-loube	FR		0	Europe/Paris	46.39205	1.00058				75	86	862	86035
3026879	Chanteloube	chanteloube	FR		0	Europe/Paris	46.05723	1.36126				75	87	871	87122
3026880	Chanteloube	chanteloube	FR		0	Europe/Paris	45.90306	0.29264				75	16	163	16318
3026881	Chanteloube	chanteloube	FR		0	Europe/Paris	45.55	3.61667				84	63	631	63314
3026882	Chanteloube	chanteloube	FR		0	Europe/Paris	44.7002	6.59492				93	05	051	05136
3026883	Chanteloube	chanteloube	FR		0	Europe/Paris	44.51667	6.3				93	05	052	05040
3026884	Chantelot	chantelot	FR		0	Europe/Paris	48.24574	4.28079				44	10	103	10209
3026885	Chantelle-la-Vieille	chantelle-la-vieille	FR		0	Europe/Paris	46.23869	3.11333				84	03	033	03175
3026891	Chantegain	chantegain	FR		0	Europe/Paris	46.67003	0.43727		Champ de Gain,Chantegain		75	86	863	86222
3026892	Chanteduc	chanteduc	FR		0	Europe/Paris	45.37709	3.57786				84	43	431	43116
3026895	Chante-Coq	chante-coq	FR		0	Europe/Paris	48.64092	2.1309				24			
3026981	Chanat	chanat	FR		0	Europe/Paris	45.11758	1.67377				75	19	191	19105
3026899	Chante-Alouette	chante-alouette	FR		0	Europe/Paris	46.17464	3.26289				84	03	033	03043
3026900	Chantaussel	chantaussel	FR		0	Europe/Paris	44.67371	6.13481				93	05	052	05147
3026901	Chantarel	chantarel	FR		0	Europe/Paris	45.16383	1.78729				75	19	192	19004
3026902	Chantambre	chantambre	FR		0	Europe/Paris	48.34866	2.39487				11	91	912	91121
3026903	Chantafret	chantafret	FR		0	Europe/Paris	46.52685	2.26638				24	18	182	18234
3026909	Chanoux	chanoux	FR		0	Europe/Paris	45.1663	1.48953				75	19	191	19031
3026913	Chanon	chanon	FR		0	Europe/Paris	46.27175	2.24799				75	23	231	23254
3026914	Chanolles	chanolles	FR		0	Europe/Paris	44.15454	6.42444				93	04	043	04155
3026922	Chanizieu	chanizieu	FR		0	Europe/Paris	45.73718	5.38844				84	38	382	38135
3026924	Chanillet	chanillet	FR		0	Europe/Paris	47.72488	-1.25155				52	44	445	44199
3026927	Changy-les-Bois	changy-les-bois	FR		1434	Europe/Paris	47.85793	2.68543		Changy,Changy-les-Bois		24	45	451	45332
3026935	Changis	changis	FR		0	Europe/Paris	48.41524	2.73195				11	77	774	77014
3026944	Chanet	chanet	FR		0	Europe/Paris	45.25	3				84	15	153	15001
3026951	Chandres	chandres	FR		0	Europe/Paris	48.42498	1.60474				24	28	281	28380
3026956	Chandelles	chandelles	FR		0	Europe/Paris	48.63765	1.55523				24	28	283	28113
3026959	Chancot	chancot	FR		0	Europe/Paris	46.23605	2.74194				84	03	031	03047
3026964	Chancery	chancery	FR		0	Europe/Paris	48.21085	2.85228				11	77	774	77071
3026970	Chancel	chancel	FR		0	Europe/Paris	45.14887	1.04349				75	24	244	24004
3026985	Chanais	chanais	FR		0	Europe/Paris	47.35941	-1.66191				52	44	445	44066
3026991	Champy	champy	FR		0	Europe/Paris	47.05381	3.81				27	58	581	58262
3026997	Champvans-lès-Baume	champvans-les-baume	FR		0	Europe/Paris	47.34697	6.34109		Champvans		27	25	251	25047
3027002	Champvallier	champvallier	FR		0	Europe/Paris	46.50848	2.57867		Champvallee,Champvallier,Champvallée		84	03	031	03193
3027003	Champvalins	champvalins	FR		0	Europe/Paris	47.84798	2.00573				24	45	452	45300
3027005	Champton	champton	FR		0	Europe/Paris	48.04119	3.84152				44	10	103	10312
3027006	Champton	champton	FR		0	Europe/Paris	47.43774	3.08476				27	58	584	58002
3027016	Champsicourt	champsicourt	FR		0	Europe/Paris	48.15781	3.91618				44	10	103	10222
3027017	Champsiaux	champsiaux	FR		0	Europe/Paris	45.43793	3.68707				84	63	631	63010
3027022	Champseau	champseau	FR		0	Europe/Paris	45.83333	1.76667				75	87	872	87117
3027025	Champ Salé	champ-sale	FR		0	Europe/Paris	46.85	0.28333				75	86	861	86096
3027036	Champroux	champroux	FR		0	Europe/Paris	46.68238	2.982				84	03	032	03210
3027037	Champroux	champroux	FR		0	Europe/Paris	46.47647	2.03923				24	36	363	36163
3027040	Champrosay	champrosay	FR		0	Europe/Paris	48.66132	2.42769				11	91	912	91201
3027046	Champ-Richard	champ-richard	FR		0	Europe/Paris	44.25093	6.67809		Champ-Richard,Champ-Richardd		93	04	042	04006
3027051	Champ Pejus	champ-pejus	FR		0	Europe/Paris	48.18333	-1.05				52	53	532	53040
3027054	Champourcin	champourcin	FR		0	Europe/Paris	44.16972	6.38858				93	04	043	04155
3027059	Champomier	champomier	FR		0	Europe/Paris	46.12996	2.95652				84	63	634	63419
3027068	Champmorlin	champmorlin	FR		0	Europe/Paris	47.46536	4.11952				27	89	892	89351
3027070	Champmenard	champmenard	FR		0	Europe/Paris	46.79476	2.15942				24	18	182	18043
3027074	Champ Long de Lozère	champ-long-de-lozere	FR		0	Europe/Paris	44.39012	3.75501				76	48	481	48116
3027075	Champlong	champlong	FR		0	Europe/Paris	45.23252	3.40033				84	43	431	43262
3027076	Champlon	champlon	FR		0	Europe/Paris	49.07925	5.64115		Champlon		44	55	553	55473
3027077	Champloiseau	champloiseau	FR		0	Europe/Paris	47.89286	3.42666				27	89	891	89196
3027078	Champlois	champlois	FR		0	Europe/Paris	47.36001	4.00452				27	89	892	89318
3027081	Champlitte-la-Ville	champlitte-la-ville	FR		1880	Europe/Paris	47.61333	5.53191		Champlitte-la-Ville		27	70	702	70122
3027086	Champlieu	champlieu	FR		0	Europe/Paris	46.59239	4.78119		Champlieu		27	71	712	71193
3027097	Champlandry	champlandry	FR		0	Europe/Paris	48	3.76667		Chalandry,Champlandry		27	89	891	89186
3027099	Championnière	championniere	FR		0	Europe/Paris	46.00011	5.32462				84	01	011	01007
3027120	Champignolle-le Haut	champignolle-le-haut	FR		0	Europe/Paris	47.35894	3.79272				27	58	581	58023
3027121	Champignolle-le Bas	champignolle-le-bas	FR		0	Europe/Paris	47.36471	3.79629				27	58	581	58023
3027122	Champignolle	champignolle	FR		0	Europe/Paris	47.36235	3.79383		Champignolle,Champignolles		27	58	581	58023
3027123	Champignol	champignol	FR		0	Europe/Paris	48.80865	2.5056				11	94	942	94068
3027136	Champguyon-Bas	champguyon-bas	FR		0	Europe/Paris	48.76667	3.55				44	51	512	51116
3027139	Champgiron	champgiron	FR		0	Europe/Paris	48.06053	3.86933				44	10	103	10247
3027140	Champ Gerbeau	champ-gerbeau	FR		0	Europe/Paris	48.54824	4.92476				44	52	523	52294
3027143	Champfrost	champfrost	FR		0	Europe/Paris	46.98543	2.28333				24	18	181	18201
3027148	Champ-Florentin	champ-florentin	FR		0	Europe/Paris	46.55447	1.99913				24	36	363	36025
3027151	Champ Fleury	champ-fleury	FR		0	Europe/Paris	47.93699	2.62743				24	45	451	45185
3027157	Champerboux	champerboux	FR		0	Europe/Paris	44.40529	3.415				76	48	481	48146
3027159	Champeol	champeol	FR		0	Europe/Paris	47.25894	1.58564				24	41	413	41242
3027163	Champenay	champenay	FR		0	Europe/Paris	48.41582	7.12493		Champenay		44	67	673	67377
3027165	Champémon	champemon	FR		0	Europe/Paris	46.49713	2.51324				84	03	031	03072
3027169	Champegeix	champegeix	FR		0	Europe/Paris	46.12557	2.1927				75	23	231	23185
3027193	Champdigon	champdigon	FR		0	Europe/Paris	46.89903	0.52516				75	86	861	86007
3027195	Champ-Didier	champ-didier	FR		0	Europe/Paris	44.8	6.51667		Champ-Didier,Champ-Disdier		93	05	051	05006
3027199	Champdalène	champdalene	FR		0	Europe/Paris	44.41667	6.21667				93	05	052	05022
3027201	Champcourt	champcourt	FR		0	Europe/Paris	48.27554	4.94973		Champcourt		44	52	521	52140
3027202	Champcouelle	champcouelle	FR		0	Europe/Paris	48.66904	3.40571				11	77	773	77519
3027203	Champcorgeon	champcorgeon	FR		0	Europe/Paris	47.8775	3.12946				27	89	891	89086
3027204	Champcontier	champcontier	FR		0	Europe/Paris	44.45	6.41667				93	04	041	04102
3027211	Champcellée	champcellee	FR		0	Europe/Paris	47.334	3.09124				27	58	584	58281
3027214	Champceaux	champceaux	FR		0	Europe/Paris	46.94311	2.72084				24	18	182	18072
3027216	Champ-Boirat	champ-boirat	FR		0	Europe/Paris	46.11478	3.10817				84	03	033	03107
3027218	Champ-Béranger	champ-beranger	FR		0	Europe/Paris	45.42246	6.70312		Champ-Berenger,Champ-Bérenger		84	73	731	73201
3027219	Champaussel	champaussel	FR		0	Europe/Paris	44.73333	6.6		Champaussel,Champousel		93	05	051	05122
3027220	Champaurie	champaurie	FR		0	Europe/Paris	45.11667	4.35				84	43	433	43244
3027221	Champaubert-aux-Bois	champaubert-aux-bois	FR		0	Europe/Paris	48.56016	4.78832		Champaubert,Champaubert-aux-Bois		44	51	514	51269
3027223	Champau	champau	FR		0	Europe/Paris	46.94844	0.24309				75	86	861	86093
3027224	Champarlan	champarlan	FR		0	Europe/Paris	47.25438	2.64162				24	18	181	18111
3027226	Champanastays	champanastays	FR		0	Europe/Paris	44.41058	6.45052		Champanastais,Champanastays		93	04	041	04102
3027228	Champalais	champalais	FR		0	Europe/Paris	47.25844	2.92777				24	18	181	18110
3027229	Champaissant	champaissant	FR		0	Europe/Paris	48.27363	0.44687				52	72	722	72276
3027246	Champagnes	champagnes	FR		0	Europe/Paris	45.33329	6.34383		Champagne,Champagnes,les Champagnes		84	73	733	73135
3027248	Champagnemay	champagnemay	FR		0	Europe/Paris	48.75622	3.50051				44	51	512	51306
3027249	Champagne-Lureau	champagne-lureau	FR		0	Europe/Paris	46.18976	0.31296		Champagne-Lureau,Champagne-Lurreau		75	86	862	86255
3027284	Champ	champ	FR		0	Europe/Paris	49.23107	5.30751				44	55	553	55099
3027285	Champ	champ	FR		0	Europe/Paris	45.17559	4.07065				84	43	433	43024
3027286	Champ	champ	FR		0	Europe/Paris	45.12968	1.52609				75	19	191	19031
3027299	Chamont	chamont	FR		0	Europe/Paris	47.41539	4.18641				27	21	213	21525
3027300	Chamont	chamont	FR		0	Europe/Paris	45.65431	5.33932				84	38	382	38374
3027302	Chamoncet	chamoncet	FR		0	Europe/Paris	45.89039	3.44957				84	63	635	63138
3027309	Chamessouze	chamessouze	FR		0	Europe/Paris	45.6528	1.20814		Chamessouse,Chamessouze		75	87	872	87077
3027317	Chameroy	chameroy	FR		0	Europe/Paris	47.8353	5.12398		Chameroy		44	52	522	52431
3027319	Chamerande	chamerande	FR		0	Europe/Paris	46.62629	3.28905				84	03	032	03290
3027320	Chamelin	chamelin	FR		0	Europe/Paris	45.15	5.18333				84	26	263	26207
3027322	Chamelard	chamelard	FR		0	Europe/Paris	47.91659	4.06525				27	89	892	89247
3027323	Chamel	chamel	FR		0	Europe/Paris	44.52295	5.62629				84	26	261	26030
3027325	Chamault	chamault	FR		0	Europe/Paris	48.20535	2.85338				11	77	774	77071
3027327	Chame	chame	FR		0	Europe/Paris	44.37772	4.42831		Chame,Chames		84	07	071	07330
3027330	Chambroutière	chambroutiere	FR		0	Europe/Paris	45.88876	2.12072				75	23	231	23211
3027331	Chambroutet	chambroutet	FR		0	Europe/Paris	46.89511	-0.45977		Chambroutet		75	79	791	79049
3027337	Chambrefaite	chambrefaite	FR		0	Europe/Paris	45.43335	3.43452				84	63	633	63442
3027338	Chambre-d'Amour	chambre-d-amour	FR		0	Europe/Paris	43.5	-1.53333				75	64	641	64024
3027341	Chambre	chambre	FR		0	Europe/Paris	47.39705	3.012				27	58	584	58213
3027342	Chambre	chambre	FR		0	Europe/Paris	45.2	2.36667		Chambre,Chambres		84	15	152	15261
3027346	Chambran	chambran	FR		0	Europe/Paris	44.90293	6.49306				93	05	051	05101
3027347	Chamboux	chamboux	FR		0	Europe/Paris	45.68352	2.0219				75	19	193	19164
3027348	Chamboutes	chamboutes	FR		0	Europe/Paris	44.83698	3.77129				84	43	432	43192
3027352	Chambouly	chambouly	FR		0	Europe/Paris	46.31295	2.7615				84	03	031	03159
3027358	Chamborne	chamborne	FR		0	Europe/Paris	45.27783	3.74536				84	43	431	43093
3027372	Chambonnet	chambonnet	FR		0	Europe/Paris	44.89887	3.6343		Chambonet,Chambonnet		84	43	431	43220
3027394	Chamboirat	chamboirat	FR		0	Europe/Paris	46.23195	3.0109				84	03	033	03077
3027396	Chambœuf	chamboeuf	FR		1384	Europe/Paris	45.5775	4.32035		Chamboeuf,Chambœuf		84	42	421	42043
3027398	Chamblin	chamblin	FR		0	Europe/Paris	48.06094	3.93547				44	10	103	10140
3027402	Chambléan	chamblean	FR		0	Europe/Paris	48.69123	1.35272				24	28	283	28171
3027405	Chamblat	chamblat	FR		0	Europe/Paris	45.25	2.55				84	15	152	15243
3027406	Chamblard	chamblard	FR		0	Europe/Paris	44.9711	4.62154				84	07	073	07216
3027354	Chamboulive	chamboulive	FR	19450	0	Europe/Paris	45.19982	3.96639				84	43	432	43164
3027411	Chambillon	chambillon	FR		0	Europe/Paris	48.55385	0.29219				28	61	611	61013
3027416	Chambeyrac	chambeyrac	FR		0	Europe/Paris	45.21499	3.76331				84	43	432	43043
3027417	Chambeyrac	chambeyrac	FR		0	Europe/Paris	45.08959	3.88462				84	43	432	43152
3027418	Chambeuil	chambeuil	FR		0	Europe/Paris	45.10624	2.8343				84	15	153	15101
3027420	Chambéry-le-Vieux	chambery-le-vieux	FR		0	Europe/Paris	45.59293	5.91132		Chambery,Chambery-le-Vieux,Chambéry,Chambéry-le-Vieux		84	73	732	73065
3027423	Chamberonnière	chamberonniere	FR		0	Europe/Paris	45.5	4.43333		Chamberonniere,Chamberonnière,La Chambeyronniere,La Chambeyronnière		84	42	423	42302
3027424	Chamberlin	chamberlin	FR		0	Europe/Paris	47.22849	1.52631				24	41	413	41139
3027432	Chambeau	chambeau	FR		0	Europe/Paris	47.31533	2.99857				27	58	584	58228
3027433	Chambeau	chambeau	FR		0	Europe/Paris	45.85	1.18333				75	87	872	87085
3027434	Chambaron	chambaron	FR		0	Europe/Paris	44.91137	3.30491				76	48	482	48169
3027435	Chambarlhac	chambarlhac	FR		0	Europe/Paris	44.93333	4.28333				84	07	073	07054
3027436	Chambaresc	chambaresc	FR		0	Europe/Paris	44.00397	6.37969		Chambares,Chambaresc,Chambarese		93	04	042	04059
3027438	Chambalud	chambalud	FR		0	Europe/Paris	45.31926	4.87656				84	38	383	38051
3027439	Chambajour	chambajour	FR		0	Europe/Paris	44.44187	4.12939				84	07	071	07050
3027448	Chamandrin	chamandrin	FR		0	Europe/Paris	44.87965	6.61634				93	05	051	05023
3027449	Chamanche	chamanche	FR		0	Europe/Paris	44.51658	5.32411				84	26	261	26067
3027450	Chamalot	chamalot	FR		0	Europe/Paris	45.35674	2.12978				75	19	193	19145
3027454	Chamalière	chamaliere	FR		0	Europe/Paris	45.13337	3.57904				84	43	431	43132
3027459	Chalvron	chalvron	FR		0	Europe/Paris	47.38159	3.76807				27	58	582	58230
3027462	Chalvosson	chalvosson	FR		0	Europe/Paris	47.67548	4.56548		Chalvasson,Chalvosson		27	21	213	21685
3027465	Chalvet	chalvet	FR		0	Europe/Paris	44.77808	6.83507		Chalvet,Charvet		93	05	051	05038
3027466	Chalvet	chalvet	FR		0	Europe/Paris	44.58333	6.5				93	05	052	05046
3027468	Chalusset	chalusset	FR		0	Europe/Paris	45.70926	2.73528				84	63	633	63176
3027469	Chalusse	chalusse	FR		0	Europe/Paris	47.08684	2.48051				24	18	181	18174
3027475	Chalouze	chalouze	FR		0	Europe/Paris	46.14672	3.02266				84	03	033	03135
3027481	Chalopin	chalopin	FR		0	Europe/Paris	48.31285	3.28499				27	89	893	89255
3027489	Chalons	chalons	FR		0	Europe/Paris	45.63333	2.43333		Chalons		75	19	193	19002
3027493	Chalonge	chalonge	FR		0	Europe/Paris	47.98383	-1.15083				53	35	351	35119
3027497	Chalméane	chalmeane	FR		0	Europe/Paris	44.8816	5.85901				84	38	381	38413
3027517	Chalivoy	chalivoy	FR		0	Europe/Paris	46.96686	2.93562				24	18	182	18108
3027518	Chalivoy	chalivoy	FR		0	Europe/Paris	46.91367	2.76788				24	18	182	18175
3027522	Chalignat	chalignat	FR		0	Europe/Paris	46.16757	3.13808				84	03	033	03220
3027526	Chaliac	chaliac	FR		0	Europe/Paris	45.19287	3.26452				84	15	153	15042
3027533	Chalets du Vallon	chalets-du-vallon	FR		0	Europe/Paris	45.05	6.6				93	05	051	05093
3027534	Chalets du Jadis	chalets-du-jadis	FR		0	Europe/Paris	45.04096	6.54047		Le Jadis		93	05	051	05093
3027535	Chalets du Cougne	chalets-du-cougne	FR		0	Europe/Paris	44.77355	6.65055		Chalets du Cougne,Le Cougnet		93	05	051	05122
3027536	Chalets des Thures	chalets-des-thures	FR		0	Europe/Paris	45.05	6.63333				93	05	051	05093
3027537	Chalets des Ayes	chalets-des-ayes	FR		0	Europe/Paris	44.83333	6.66667		Chalets des Ayes,Chalets-les Ayes,Châlets-les Ayes		93	05	051	05183
3027538	Chalets des Acles	chalets-des-acles	FR		0	Europe/Paris	45.01667	6.7				93	05	051	05093
3027539	Chalets de l'Orcérette	chalets-de-l-orcerette	FR		0	Europe/Paris	44.81667	6.65		Chalets de Orceyrette,Chalets de l'Orcerette,Chalets de l'Orcieyrette,Chalets de l'Orcérette,Châlets de Orceyrette,Châlets de l'Orcieyrette		93	05	051	05183
3027540	Chalets de l'Eychaillon	chalets-de-l-eychaillon	FR		0	Europe/Paris	44.80261	6.69512		Chalets de Eychaillon,Chalets de l'Echaillon,Chalets de l'Eychaillon,Chalets de l’Echaillon,Chalets de l’Eychaillon		93	05	051	05007
3027542	Chalets de l'Alpe	chalets-de-l-alpe	FR		0	Europe/Paris	44.8	6.66667		Chalets de l'Alp,Chalets de l'Alpe,Châlets de l'Alp		93	05	051	05183
3027543	Chalets de Fontcouverte	chalets-de-fontcouverte	FR		0	Europe/Paris	45.03333	6.55				93	05	051	05093
3027544	Chalets de Clapeyto	chalets-de-clapeyto	FR		0	Europe/Paris	44.79734	6.68979				93	05	051	05007
3027545	Chalets de Buffère	chalets-de-buffere	FR		0	Europe/Paris	45.01667	6.56667				93	05	051	05093
3027549	Chalembel	chalembel	FR		0	Europe/Paris	45.5331	3.59844				84	63	631	63162
3027555	Chalautre-la-Reposte	chalautre-la-reposte	FR		0	Europe/Paris	48.48086	3.09315		Chalautre,Chalautre-la-Reposte		11	77	773	77223
3027560	Chalard	chalard	FR		0	Europe/Paris	45.32826	1.11167				75	24	242	24009
3027561	Chalanne	chalanne	FR		0	Europe/Paris	44.83333	5.85				84	38	381	38456
3027564	Chalandrey	chalandrey	FR		0	Europe/Paris	48.61646	-1.21736		Chalandrey		28	50	501	50256
3027566	Chalande	chalande	FR		0	Europe/Paris	45.44341	3.11936				84	63	633	63087
3027569	Chalan	chalan	FR		0	Europe/Paris	44.86451	4.48778				84	07	072	07096
3027587	Chaisnois	chaisnois	FR		0	Europe/Paris	48.09211	2.66156		Chaisnois,Le Chenoi,Le Chênoi		24	45	451	45328
3027594	Chaintreauville	chaintreauville	FR		0	Europe/Paris	48.24808	2.69277				11	77	774	77431
3027597	Chainq	chainq	FR		0	Europe/Paris	48.0304	3.7638				27	89	891	89276
3027599	Chaineterie	chaineterie	FR		0	Europe/Paris	47.59228	2.68657				24	45	451	45276
3027611	Chailluée	chailluee	FR		0	Europe/Paris	47.17679	3.5113				27	58	583	58092
3027617	Chaillolet	chaillolet	FR		0	Europe/Paris	44.68667	6.15758				93	05	052	05153
3027618	Chaillol	chaillol	FR		0	Europe/Paris	44.68179	6.16802		Chaillol		93	05	052	05153
3027622	Chailleux	chailleux	FR		0	Europe/Paris	46.93564	2.46093		Chailleux,Le Chailleux		24	18	181	18288
3027624	Chailleuse	chailleuse	FR		0	Europe/Paris	47.90445	3.32602				27	89	891	89384
3027628	Chaillant	chaillant	FR		0	Europe/Paris	47.12009	3.26334				27	58	583	58212
3027634	Chaignot	chaignot	FR		0	Europe/Paris	47.3539	5.13733				27	21	212	21657
3027637	Chahuteau	chahuteau	FR		0	Europe/Paris	48.20748	1.2607				24	28	282	28127
3027640	Chagouse	chagouse	FR		0	Europe/Paris	45.00684	3.08815		Chagouse,Chagouze		84	15	153	15187
3027648	Chaffaud	chaffaud	FR		0	Europe/Paris	44.83235	5.60905				84	38	381	38113
3027652	Chadrat	chadrat	FR		0	Europe/Paris	45.67475	3.08191				84	63	632	63396
3027654	Chadouillers	chadouillers	FR		0	Europe/Paris	44.3203	4.1988		Chadouillers,Chadouillet		84	07	071	07211
3027655	Chadouard	chadouard	FR		0	Europe/Paris	45.26625	3.80367				84	43	432	43071
3027656	Chadiot	chadiot	FR		0	Europe/Paris	45.10473	1.90391				75	19	192	19010
3027657	Chadet	chadet	FR		0	Europe/Paris	46.61277	2.54458				24	18	182	18041
3027658	Chadernolles	chadernolles	FR		0	Europe/Paris	45.47424	3.76384		Chademolle,Chadernolle,Chadernolles		84	63	631	63211
3027659	Chadernac	chadernac	FR		0	Europe/Paris	45.15952	3.75918				84	43	432	43043
3027664	Chadeaux	chadeaux	FR		0	Europe/Paris	45.73333	2.58333				84	63	634	63351
3027665	Chadeau	chadeau	FR		0	Europe/Paris	44.91396	0.4076				75	24	241	24246
3027666	Chadaleix	chadaleix	FR		0	Europe/Paris	45.73038	0.66486				75	87	873	87091
3027668	Chacornac	chacornac	FR		0	Europe/Paris	44.91321	3.83257				84	43	432	43042
3027671	Chabroulie	chabroulie	FR		0	Europe/Paris	45.12751	1.03817				75	24	244	24550
3027672	Chabrouillas	chabrouillas	FR		0	Europe/Paris	44.95275	0.38286				75	24	241	24051
3027685	Chabriac	chabriac	FR		0	Europe/Paris	44.91906	4.05951				84	43	432	43135
3027686	Chabreyras	chabreyras	FR		0	Europe/Paris	45.52623	3.39906				84	63	633	63340
3027690	Chabrand	chabrand	FR		0	Europe/Paris	44.88867	5.93706		Chabrand,Chabraud		84	38	381	38518
3027694	Chabottonnes	chabottonnes	FR		0	Europe/Paris	44.66049	6.19218				93	05	052	05145
3027697	Chabonne	chabonne	FR		0	Europe/Paris	46.7451	0.57763				75	86	861	86014
3027698	Chabonne	chabonne	FR		0	Europe/Paris	46.13431	3.32011				84	03	033	03110
3027700	Chablard	chablard	FR		0	Europe/Paris	46.1278	1.1348				75	87	871	87017
3027701	Chablanc	chablanc	FR		0	Europe/Paris	45.7777	0.61119				75	16	163	16239
3027703	Chabinel	chabinel	FR		0	Europe/Paris	44.99933	0.48947		Chabinel,Chabinet		75	24	243	24034
3027704	Chabian	chabian	FR		0	Europe/Paris	44.08934	4.28839		Chabian,Le Chabian		76	30	302	30001
3027707	Chabestrat	chabestrat	FR		0	Europe/Paris	45.22864	3.60171				84	43	431	43107
3027708	Chabestras	chabestras	FR		0	Europe/Paris	44.76011	3.61781		Chabastras,Chabestras		76	48	482	48070
3027712	Chabenet	chabenet	FR		892	Europe/Paris	46.62431	1.49817		Chabenet		24	36	362	36161
3027713	Chabanusse	chabanusse	FR		0	Europe/Paris	46.13333	2.6				84	03	031	03244
3027714	Chabanu	chabanu	FR		0	Europe/Paris	43.46667	5.48333				93	13	131	13041
3027715	Chabannes	chabannes	FR		0	Europe/Paris	46.1598	1.47889		Chabanne,Chabannes		75	23	232	23192
3027716	Chabannes	chabannes	FR		0	Europe/Paris	45.26305	2.41622				84	15	152	15123
3027717	Chabannes	chabannes	FR		0	Europe/Paris	44.52975	3.46377				76	48	482	48095
3027718	Chabanne	chabanne	FR		0	Europe/Paris	46.42118	1.22063				24	36	361	36223
3027719	Chabanne	chabanne	FR		0	Europe/Paris	45.63532	3.02057				84	63	632	63123
3027720	Chabanne	chabanne	FR		0	Europe/Paris	45.28686	2.1343				75	19	193	19208
3027721	Chabanis	chabanis	FR		0	Europe/Paris	44.86964	4.10119				84	07	071	07026
3027722	Chabanes Planes	chabanes-planes	FR		0	Europe/Paris	44.7608	3.35624				76	48	482	48063
3027724	Chaban	chaban	FR		0	Europe/Paris	45.86704	0.97942				75	87	873	87046
3027729	Cezeyrat	cezeyrat	FR		0	Europe/Paris	45.67587	2.05244		Cezeirat,Cezeyrat,Cézeirat		75	19	193	19164
3027730	Cézerat	cezerat	FR		0	Europe/Paris	45.20858	2.89882				84	15	153	15253
3027735	Cézas	cezas	FR		0	Europe/Paris	43.97635	3.77903				76	30	303	30325
3027748	Ceyrac	ceyrac	FR		0	Europe/Paris	44.45481	2.82451				76	12	122	12106
3027749	Ceyrac	ceyrac	FR		0	Europe/Paris	43.92063	3.902				76	30	303	30093
3027750	Ceylionnat	ceylionnat	FR		0	Europe/Paris	45.28659	4.58004				84	42	423	42028
3027760	Cestres	cestres	FR		0	Europe/Paris	47.43429	4.79893		Cestre,Cestres		27	21	212	21561
3027761	Cestre	cestre	FR		0	Europe/Paris	47.75197	4.35337		Cestre,Cestres		27	21	213	21664
3027774	Cessey-les-Vitteaux	cessey-les-vitteaux	FR		0	Europe/Paris	47.40881	4.55406		Cessey,Cessey-les-Vitteaux		27	21	213	21710
3027784	Cessenaz	cessenaz	FR		0	Europe/Paris	45.84112	6.14641		Cessena,Cessenaz		84	74	741	74267
3027785	Cesseins	cesseins	FR		0	Europe/Paris	46.07347	4.83004		Cesseins		84	01	012	01165
3027798	César	cesar	FR		0	Europe/Paris	46.56609	3.048				84	03	032	03036
3027799	César	cesar	FR		0	Europe/Paris	45.1285	1.62332				75	19	191	19105
3027809	Cervet	cervet	FR		0	Europe/Paris	48.23951	4.08172				44	10	103	10344
3027811	Cervenon	cervenon	FR		0	Europe/Paris	47.36024	3.53				27	58	582	58242
3027812	Cervenon	cervenon	FR		0	Europe/Paris	47.15676	3.34762				27	58	584	58218
3027819	Certes	certes	FR		0	Europe/Paris	44.68805	-1.02176				75	33	336	33019
3027820	Certamussat	certamussat	FR		0	Europe/Paris	44.46042	6.82594				93	04	041	04120
3027827	Cerqueuse	cerqueuse	FR		0	Europe/Paris	48.65	1.78333				11	78	782	78517
3027828	Ceroux	ceroux	FR		0	Europe/Paris	46.22043	1.72301				75	23	232	23247
3027844	Cernois	cernois	FR		0	Europe/Paris	47.4719	4.28797				27	21	213	21676
3027862	Cermelle	cermelle	FR		0	Europe/Paris	47.09714	1.93181				24	36	364	36102
3027876	Cérisay	cerisay	FR		0	Europe/Paris	48.09298	-1.43977				53	35	351	35096
3027877	Cerin	cerin	FR		0	Europe/Paris	45.78009	5.54745		Cerin,Corin		84	01	011	01233
3027881	Cérigny	cerigny	FR		0	Europe/Paris	46.74711	2.79299				24	18	182	18029
3027890	Céres	ceres	FR		0	Europe/Paris	48.15435	4.17442		Ceres,Cerres,Céres,Cérres		44	10	103	10246
3027901	Cercy	cercy	FR		0	Europe/Paris	48.4314	3.40144				44	10	102	10169
3027911	Cerçay	cercay	FR		0	Europe/Paris	47.05781	0.82492				24	37	373	37130
3027916	Cérasa	cerasa	FR		0	Europe/Paris	42.12806	8.7515		Cerasa,Cérasa		94	2A	2A1	2A090
3027917	Cérarge	cerarge	FR		0	Europe/Paris	45.92823	5.55286				84	01	011	01185
3027922	Ceppe	ceppe	FR		0	Europe/Paris	45.56667	2.23333				75	19	193	19006
3027935	Centron	centron	FR		0	Europe/Paris	45.53429	6.59653				84	73	731	73006
3027947	Censac	censac	FR		0	Europe/Paris	45.22002	3.5141		Censac,Cenzac		84	43	431	43148
3027951	Cenomes	cenomes	FR		0	Europe/Paris	43.80864	3.02536				76	12	121	12147
3027964	Cenan	cenan	FR		0	Europe/Paris	46.64934	0.72962				75	86	863	86202
3027973	Cels	cels	FR		0	Europe/Paris	44.47392	1.32504				76	46	461	46214
3027979	Celloville	celloville	FR		0	Europe/Paris	49.37914	1.15851				28	76	763	76558
3027981	Celliers	celliers	FR		0	Europe/Paris	45.47844	6.4196		Celliers		84	73	731	73187
3027982	Cellière	celliere	FR		0	Europe/Paris	46.5	3.01667				84	03	032	03238
3027998	Celleneuve	celleneuve	FR		0	Europe/Paris	43.61338	3.82893				76	34	343	34172
3028006	Céline	celine	FR		0	Europe/Paris	46.85228	3.11238				27	58	583	58158
3028007	Celhac	celhac	FR		0	Europe/Paris	45.32628	3.51819				84	43	431	43178
3028010	Célas	celas	FR		0	Europe/Paris	44.13118	4.17761				76	30	301	30173
3028011	Célan	celan	FR		0	Europe/Paris	47.80932	-3.79361				53	29	294	29153
3028014	Ceilles	ceilles	FR		0	Europe/Paris	44.55561	5.75157		Ceilles,Seille,Seilles		93	05	052	05055
3028017	Ceilhes	ceilhes	FR		289	Europe/Paris	43.80368	3.1104		Ceilhes,Ceilhes-et-Rocozels,Sej et Rokozel,Sej-e-Rokozel',Selha e Rocosels,Selha e Rocosèls,sai ye he luo ke ze er,Сей-е-Рокозель,Сеј ет Рокозел,塞耶和罗科泽尔		76	34	341	34071
3028022	Ceffia	ceffia	FR		0	Europe/Paris	46.29934	5.50302		Ceffia		27	39	392	39018
3028026	Ceccia	ceccia	FR		0	Europe/Paris	41.56222	9.24004		Ceccia		94	2A	2A4	2A247
3028042	Cazin	cazin	FR		0	Europe/Paris	48.57541	-3.6505				53	29	293	29199
3028055	Cazenac	cazenac	FR		0	Europe/Paris	44.85951	1.1238		Cazenac		75	24	244	24040
3028056	Cazejourdes	cazejourdes	FR		0	Europe/Paris	43.94503	3.3089				76	12	121	12082
3028077	Cazan	cazan	FR		0	Europe/Paris	43.69084	5.20709				93	13	131	13115
3028082	Cazalou	cazalou	FR		0	Europe/Paris	44.66667	1.03333				75	24	244	24386
3028085	Cayzac	cayzac	FR		0	Europe/Paris	44.53505	0.86679				75	47	473	47284
3028086	Cayroux	cayroux	FR		0	Europe/Paris	44.61571	0.73622				75	47	473	47240
3028100	Cavres	cavres	FR		0	Europe/Paris	45.12132	4.15875				84	43	433	43268
3028105	Cavillac	cavillac	FR		0	Europe/Paris	45.20514	0.78382				75	24	243	24557
3028111	Cave de la Pinède	cave-de-la-pinede	FR		0	Europe/Paris	43.4715	4.33017				76			
3028113	Caveaumont	caveaumont	FR		0	Europe/Paris	49.46709	0.77709		Cavaumont,Caveaumont		28	76	763	76401
3028122	Cavallaracce	cavallaracce	FR		0	Europe/Paris	42.35439	9.04035		Cavallaracce		94	2B	2B3	2B095
3028124	Cavalière	cavaliere	FR		0	Europe/Paris	43.18333	6.58333				93			
3028125	Cavalière	cavaliere	FR		0	Europe/Paris	43.15285	6.43773		Cavaliere,Cavalière		93	83	832	83070
3028126	Cavalet	cavalet	FR		0	Europe/Paris	43.67767	4.47467				76	30	302	30258
3028133	Clavaillan	clavaillan	FR		0	Europe/Paris	43.92249	5.27775		Clavaillan		93	84	841	84102
3028137	Cauzac le Vieux	cauzac-le-vieux	FR		364	Europe/Paris	44.27554	0.8476		Cauzac,Cauzac le Vieux		75	47	471	47062
3028150	Cauvel	cauvel	FR		0	Europe/Paris	44.24838	3.20672				76	48	481	48094
3028156	Caussenuéjouls	caussenuejouls	FR		0	Europe/Paris	43.9361	3.19762				76	12	121	12077
3028164	Cause	cause	FR		0	Europe/Paris	44.95748	0.93723				75	24	244	24524
3028170	Caurieux	caurieux	FR		0	Europe/Paris	44.95972	1.70206				76	46	463	46330
3028196	Caumeilles	caumeilles	FR		0	Europe/Paris	44.81667	1.41667				76	46	463	46152
3028197	Caumartin	caumartin	FR		0	Europe/Paris	50.2617	1.83457				32	80	801	80496
3028210	Caudéran	cauderan	FR		0	Europe/Paris	44.84971	-0.61229		Cauderan,Caudéran,Couderas		75	33	332	33063
3028213	Caudebecquet	caudebecquet	FR		0	Europe/Paris	49.52275	0.75647				28	76	763	76164
3028166	Cauroy	cauroy	FR	08310	199	Europe/Paris	49.34824	4.46988		Cauroy		44	08	084	08092
3028228	Caubert	caubert	FR		0	Europe/Paris	50.07767	1.81859				32	80	801	80512
3028238	Cattelet	cattelet	FR		0	Europe/Paris	50.41951	3.20805		Cattelet,Le Cattelet		32	59	593	59239
3028241	Caton	caton	FR		0	Europe/Paris	45.65	5.85		Caton,Le Caton		84	73	732	73051
3028252	Cateraggio	cateraggio	FR		0	Europe/Paris	42.11653	9.5132		Cateraggio,Caterraggio		94	2B	2B3	2B009
3028256	Catelon	catelon	FR		0	Europe/Paris	49.32718	0.74948				28	27	272	27085
3028277	Castillon-de-Gagnières	castillon-de-gagnieres	FR		0	Europe/Paris	44.29066	4.13408				76	30	301	30037
3028319	Castel-Sarrazin-Vieux-Bourg	castel-sarrazin-vieux-bourg	FR		0	Europe/Paris	43.6285	-0.78329		Castelsarrasin Vieux Bourg,Vieux Bourg		75	40	401	40074
3028326	Castelpers	castelpers	FR		0	Europe/Paris	44.12964	2.39226				76	12	123	12235
3028356	Castelnau	castelnau	FR		0	Europe/Paris	44.37524	-0.80178				75	40	402	40295
3028358	Castelmus	castelmus	FR		0	Europe/Paris	44.12526	2.94932				76	12	121	12062
3028374	Castellet-en-Luberon	castellet-en-luberon	FR		116	Europe/Paris	43.83912	5.47752		Castellet,Castellet-en-Luberon		93	84	841	84033
3028386	Casteljau	casteljau	FR		0	Europe/Paris	44.40012	4.19671		Casteljau		84	07	071	07334
3028397	Castel	castel	FR		0	Europe/Paris	49.79257	2.45434				32	80	803	80570
3028398	Castel	castel	FR		0	Europe/Paris	43.8	7.35		Castel,Castelli		93	06	062	06048
3028405	Castanie	castanie	FR		0	Europe/Paris	44.71137	2.0929				76	46	462	46244
3028406	Castang	castang	FR		0	Europe/Paris	45.03357	1.14231		Castang,Le Castang		75	24	244	24563
3028407	Castang	castang	FR		0	Europe/Paris	44.91667	1.38333				75	24	244	24314
3028408	Castang	castang	FR		0	Europe/Paris	44.83365	0.42535				75	24	241	24225
3028416	Castagnols	castagnols	FR		0	Europe/Paris	44.32068	3.88004		Castagnol,Castagnols		76	48	481	48194
3028417	Castagnol	castagnol	FR		0	Europe/Paris	45.03024	0.66022				75	24	243	24459
3028424	Casta	casta	FR		0	Europe/Paris	42.66513	9.21496		Casta		94	2B	2B5	2B314
3028426	Cassy	cassy	FR		0	Europe/Paris	44.71667	-1.05				75	33	336	33229
3028441	Cassanus	cassanus	FR		0	Europe/Paris	44.50385	2.03691				76	12	123	12257
3028442	Cassano	cassano	FR		0	Europe/Paris	42.537	8.8886		Cassano		94	2B	2B5	2B167
3028454	Cassaber	cassaber	FR		0	Europe/Paris	43.49182	-1.01126		Cassaber		75	64	642	64168
3028455	Cas-Rouge	cas-rouge	FR		0	Europe/Paris	48.07159	2.71233		Cas-Rouge,Le Carrouge		24	45	451	45156
3028456	Cas Rouge	cas-rouge	FR		0	Europe/Paris	48.06667	2.05				24	45	452	45224
3028469	Casaracca	casaracca	FR		0	Europe/Paris	42.06623	9.01773		Casanacca,Casaracca		94	2A	2A1	2A324
3028470	Casa Pitti	casa-pitti	FR		0	Europe/Paris	42.44896	9.28838		Casa Pitti,Casabiti,Casapitti		94	2B	2B3	2B337
3028472	Posacce	posacce	FR		0	Europe/Paris	42.93926	9.37047		Casanova,Posacce		94	2B	2B2	2B170
3028474	Casamozza	casamozza	FR		0	Europe/Paris	42.51942	9.44011		Casamocza,Casamozza,Casamozze		94	2B	2B2	2B148
3028475	Casamozza	casamozza	FR		0	Europe/Paris	41.98407	9.39895		Auberge Casamozza,Casa Moza,Casamozza		94	2B	2B3	2B251
3028482	Bottacina	bottacina	FR		0	Europe/Paris	41.9434	8.84504		Bottacina,Casa del Torre,Casa delle Torre		94	2A	2A1	2A032
3028483	Casabianda	casabianda	FR		0	Europe/Paris	42.09365	9.50381		Casabianda		94	2B	2B3	2B009
3028499	Carteret	carteret	FR		0	Europe/Paris	49.37929	-1.78726		Carteret		28	50	502	50031
3028500	Cartels	cartels	FR		0	Europe/Paris	43.68527	3.36371				76	34	342	34036
3028502	Cartas	cartas	FR		0	Europe/Paris	45.65016	3.33719				84	63	632	63405
3028514	Carron	carron	FR		0	Europe/Paris	44.46024	0.48832		Carron,Carrou		75	47	472	47071
3028515	Carroix	carroix	FR		0	Europe/Paris	49.71427	1.82278				32	60	601	60545
3028518	Carro	carro	FR		0	Europe/Paris	43.33167	5.03921		Carro		93	13	134	13056
3028545	Carouge	carouge	FR		0	Europe/Paris	49.4132	0.83172				28	76	763	76378
3028546	Caroual	caroual	FR		0	Europe/Paris	48.61896	-2.47438		Caroual		53	22	224	22054
3028547	Caros-Combout	caros-combout	FR		0	Europe/Paris	47.96586	-3.50249				53	29	294	29230
3028553	Carogne	carogne	FR		0	Europe/Paris	42.47875	9.39061		Carogne,Carogno,Caronco		94	2B	2B3	2B166
3028559	Carnon-Plage	carnon-plage	FR		0	Europe/Paris	43.54699	3.97877		Carnon		76	34	343	34154
3028562	Carniol	carniol	FR		0	Europe/Paris	43.97775	5.59882		Carniol		93	04	044	04208
3028633	Carcuit	carcuit	FR		0	Europe/Paris	49.75357	1.09179				28	76	761	76308
3028509	Cars	cars	FR	33390	1301	Europe/Paris	45.12977	-0.62046		Cars		75	33	331	33100
3028566	Carnettes	carnettes	FR		0	Europe/Paris	48.69565	0.3385				28	61	613	61188
3028570	Carnéjac	carnejac	FR		0	Europe/Paris	44.91329	2.49991				84	15	151	15074
3028578	Carmensac	carmensac	FR		0	Europe/Paris	44.90981	1.04182				75	24	244	24268
3028579	Carmel	carmel	FR		0	Europe/Paris	44.90734	0.39984				75	24	241	24246
3028581	Carmarans	carmarans	FR		0	Europe/Paris	44.56667	2.66667				76	12	122	12098
3028582	Carman	carman	FR		0	Europe/Paris	44.9	1.6				76	46	463	46084
3028597	Carisieu	carisieu	FR		0	Europe/Paris	45.71846	5.32019		Carisieu		84	38	382	38488
3028602	Caribet	caribet	FR		0	Europe/Paris	48.37589	-2.78466				53	22	224	22203
3028607	Carestiemble	carestiemble	FR		0	Europe/Paris	48.38217	-2.919				53	22	224	22099
3028615	Careggia	careggia	FR		0	Europe/Paris	42.31648	9.50226		Careggia		94	2B	2B3	2B303
3028622	Cardo	cardo	FR		0	Europe/Paris	42.70283	9.42917		Cardo		94	2B	2B2	2B033
3028625	Cardetto	cardetto	FR		0	Europe/Paris	41.53784	9.22071		Cardetto		94	2A	2A4	2A288
3028626	Cardeto	cardeto	FR		0	Europe/Paris	42.69923	9.36141		Cardeto		94	2B	2B5	2B205
3028635	Carcopino	carcopino	FR		0	Europe/Paris	42.0243	8.83939		Carcopino		94	2A	2A1	2A271
3028639	Carcenac-Peyralès	carcenac-peyrales	FR		0	Europe/Paris	44.26476	2.42214		Carcenac,Carcenac-Peyrales,Carcenac-Peyralès		76	12	123	12056
3028654	Carbonacce	carbonacce	FR		0	Europe/Paris	42.881	9.42311		Carbonacce		94	2B	2B2	2B046
3028658	Carbec	carbec	FR		0	Europe/Paris	49.42181	0.34152		Grestain		28	27	272	27233
3028662	Carbassas	carbassas	FR		0	Europe/Paris	44.13962	3.10671				76	12	121	12178
3028664	Caratello	caratello	FR		0	Europe/Paris	42.07231	9.35119		Caratello		94	2B	2B3	2B149
3028679	Carabona	carabona	FR		0	Europe/Paris	41.71608	9.17971		Carabona		94	2A	2A4	2A362
3028681	Capval	capval	FR		0	Europe/Paris	49.86129	1.38822				28	76	761	76749
3028696	Capitoro	capitoro	FR		0	Europe/Paris	41.90722	8.83055		Capitoro,Capo Toro		94	2A	2A1	2A085
3028697	Caporalino	caporalino	FR		0	Europe/Paris	42.37931	9.19105		Caporalino		94	2B	2B3	2B193
3028699	Capu	capu	FR		0	Europe/Paris	41.68396	9.30776		Capo,Capu		94	2A	2A4	2A139
3028700	Caplongue	caplongue	FR		0	Europe/Paris	44.18027	2.62687				76	12	121	12011
3028715	Caphan	caphan	FR		0	Europe/Paris	43.65514	4.79562				93	13	132	13097
3028718	Capeyron	capeyron	FR		0	Europe/Paris	44.85485	-0.64885				75	33	332	33281
3028724	Capelou	capelou	FR		0	Europe/Paris	44.77736	0.99026				75	24	244	24035
3028736	Capdeville	capdeville	FR		0	Europe/Paris	44.7	0.58333				75	24	241	24168
3028737	Cap de Pin	cap-de-pin	FR		0	Europe/Paris	44.14563	-0.96148				75	40	402	40303
3028746	Capbis	capbis	FR		0	Europe/Paris	43.10011	-0.29933		Capbis		75	64	643	64148
3028747	Capartel	capartel	FR		0	Europe/Paris	45.40422	3.71376				84	63	631	63010
3028753	Canzadoul	canzadoul	FR		0	Europe/Paris	44.73436	1.10918				75	24	244	24438
3028759	Cantuel	cantuel	FR		0	Europe/Paris	44.83363	2.48619				84	15	151	15156
3028760	Cantoul	cantoul	FR		0	Europe/Paris	43.73333	2.81967				76	81	812	81023
3028764	Cantoinet	cantoinet	FR		0	Europe/Paris	44.84071	2.79113				76	12	122	12051
3028766	Cantobre	cantobre	FR		0	Europe/Paris	44.05913	3.30295				76	12	121	12168
3028772	Cantepy	cantepy	FR		0	Europe/Paris	49.49003	0.651				28	76	762	76471
3028775	Cantemerle	cantemerle	FR		0	Europe/Paris	50.66532	2.07888				32	62	625	62897
3028780	Cantelaube	cantelaube	FR		0	Europe/Paris	44.94782	0.70344				75	24	243	24362
3028781	Cantebonne	cantebonne	FR		0	Europe/Paris	49.45722	5.93021		Cantebonne		44	54	541	54580
3028787	Cantaloube	cantaloube	FR		0	Europe/Paris	44.817	1.86734				76	46	462	46339
3028788	Cantaloube	cantaloube	FR		0	Europe/Paris	44.82087	1.56983		Cantaloube,Canteloube		76	46	463	46144
3028789	Cantaloube	cantaloube	FR		0	Europe/Paris	44.49031	2.93062				76	12	122	12187
3028790	Super Lioran	super-lioran	FR		0	Europe/Paris	45.08333	2.75				84	15	153	15101
3028793	Canquisquélen	canquisquelen	FR		0	Europe/Paris	47.99788	-3.318				53	56	562	56264
3028796	Canon	canon	FR		4926	Europe/Paris	49.0738	-0.09219		Canon		28	14	143	14431
3028801	Canni	canni	FR		0	Europe/Paris	41.50952	9.1969		Canni		94	2A	2A4	2A288
3028826	Canet-Plage	canet-plage	FR		0	Europe/Paris	42.69242	3.03163		Canet,Canet-Plage		76	66	662	66037
3028836	Canelle	canelle	FR		0	Europe/Paris	42.82932	9.31492		Canelle		94	2B	2B2	2B058
3028842	Candos	candos	FR		0	Europe/Paris	49.51187	0.94221				28	76	763	76636
3028855	Canconles	canconles	FR		0	Europe/Paris	44.9865	4.13536				84	43	432	43186
3028862	Cancès	cances	FR		0	Europe/Paris	44.82418	1.92134				76	46	462	46017
3028863	Cancel	cancel	FR		0	Europe/Paris	44.77303	1.75032				76	46	463	46128
3028885	Canale	canale	FR		0	Europe/Paris	42.73188	9.43558				94	2B	2B2	2B305
3028886	Canale	canale	FR		0	Europe/Paris	41.97149	8.85247		Canale,Canale Cabanes		94	2A	2A1	2A103
3028889	Canaghia	canaghia	FR		0	Europe/Paris	42.5001	9.34739		Canaggia,Canaghia,Canaja		94	2B	2B3	2B054
3028892	Canaglia	canaglia	FR		0	Europe/Paris	42.16143	9.13881		Canaglia		94	2B	2B3	2B354
3028894	Canada	canada	FR		0	Europe/Paris	48.92806	1.77986				11	78	781	78281
3028895	Camy	camy	FR		0	Europe/Paris	44.78071	1.456				76	46	463	46215
3028903	Campsilvestre	campsilvestre	FR		0	Europe/Paris	42.89744	2.09175		Camp Sylvestre,Campsilvestre,Camsilvestre		76	11	112	11303
3028907	Campsaure	campsaure	FR		0	Europe/Paris	42.90906	2.03084		Campsaure,Camsure		76	11	112	11303
3028909	Campsart	campsart	FR		0	Europe/Paris	49.87685	1.84108				32	80	802	80800
3028913	Camprieu	camprieu	FR		0	Europe/Paris	44.11466	3.47497		Camprieu		76	30	303	30297
3028914	Campretti	campretti	FR		0	Europe/Paris	42.4876	9.11826		Campretti		94	2B	2B3	2B162
3028921	Campomoro	campomoro	FR		0	Europe/Paris	41.62883	8.81824		Campo Moro,Campomoro		94	2A	2A4	2A035
3028924	Campodonico	campodonico	FR		0	Europe/Paris	42.37639	9.34694		Campadonico,Campodonico		94	2B	2B3	2B222
3028926	Campolidori	campolidori	FR		0	Europe/Paris	42.06317	9.37482		Campodiloro,Campolidori		94	2B	2B3	2B123
3028928	Campo d'Arietto	campo-d-arietto	FR		0	Europe/Paris	42.44692	9.48128		Campo d'Arietto,Champ d'Ariette		94	2B	2B3	2B207
3028929	Campu	campu	FR		0	Europe/Paris	42.89689	9.43777		Campo,Campu		94	2B	2B2	2B152
3028934	Camplimoux	camplimoux	FR		0	Europe/Paris	43.01168	1.98379				76	11	112	11380
3028937	Campis	campis	FR		0	Europe/Paris	44.15729	3.48278				76	48	481	48096
3028948	Camp Ferrier	camp-ferrier	FR		0	Europe/Paris	42.91687	2.06069		Camferrier,Camp Ferrier		76	11	112	11303
3028951	Campestre	campestre	FR		0	Europe/Paris	43.95341	3.41954		Campestre,Campestre-et-Luc		76	30	303	30064
3028952	Campestra	campestra	FR		0	Europe/Paris	41.7789	8.76017		Campestra		94	2A	2A1	2A098
3028953	Campes	campes	FR		0	Europe/Paris	44.07035	1.98321		Campes		76	81	811	81262
3028959	Camp de Satory	camp-de-satory	FR		0	Europe/Paris	48.78626	2.10892				11	78	784	78646
3028961	Camp de la Suyère	camp-de-la-suyere	FR		0	Europe/Paris	43.28323	6.44347				93	83	831	83063
3028964	Camp Caillot	camp-caillot	FR		0	Europe/Paris	49.47926	1.62315				28	76	761	76067
3028965	Campbonnaure	campbonnaure	FR		0	Europe/Paris	42.90286	2.0594		Cambonnaure,Campbonnaure		76	11	112	11303
3028969	Camp Bertrand	camp-bertrand	FR		0	Europe/Paris	46.88333	2.58333				24	18	182	18087
3028972	Campans	campans	FR		0	Europe/Paris	43.64881	2.20562				76	81	812	81065
3028973	Campanolle	campanolle	FR		0	Europe/Paris	44.80841	1.43517				76	46	463	46215
3028978	Campagnette	campagnette	FR		0	Europe/Paris	50.66594	2.11801				32	62	625	62882
3028979	Campagnette	campagnette	FR		0	Europe/Paris	50.65922	1.89068				32	62	623	62759
3028999	Camou	camou	FR		0	Europe/Paris	43.36716	-1.01839		Camou,Camou-Mixe,Camou-Mixe-Suhast,Gamue-Zohazti		75	64	641	64010
3029000	Camou	camou	FR		124	Europe/Paris	43.11623	-0.90618		Camon-Cihiga,Camou,Camou-Cihigue,Gamere,Gamere-Zihiga,Kamu Sig,Kamu-Siig,jia mu xi yi ge,Каму Сиг,Каму-Сииг,Каму-Сіїг,加穆西伊格		75	64	642	64162
3029007	Cammas	cammas	FR		0	Europe/Paris	42.99225	2.13219				76	11	112	11046
3029011	Caminel	caminel	FR		0	Europe/Paris	44.91667	1.25				75	24	244	24341
3029014	Camgast	camgast	FR		0	Europe/Paris	42.90491	2.06082		Camgast,Camp Gast		76	11	112	11303
3029017	Cameron	cameron	FR		0	Europe/Paris	47.42	-2.235		Cameron,Camerun		52	44	443	44030
3029018	Camer	camer	FR		0	Europe/Paris	47.42821	-2.24405				52	44	443	44030
3029035	Camboulan	camboulan	FR		0	Europe/Paris	44.50293	1.92565				76	12	123	12007
3029037	Cambord	cambord	FR		0	Europe/Paris	44.88333	1.26667				75	24	244	24512
3029042	Cambo	cambo	FR		0	Europe/Paris	43.97853	3.80347		Cambo		76	30	303	30058
3029044	Camblanes	camblanes	FR		2430	Europe/Paris	44.76542	-0.48769		Camblanas e Meinac,Camblanes,Camblanes-et-Meynac,Kamblan et Menak,Kamblan-e-Mejnak,kang bu la nei he mei na ke,Камблан ет Менак,Камблан-е-Мейнак,康布拉内和梅纳克		75	33	332	33085
3029048	Cambias	cambias	FR		0	Europe/Paris	43.742	2.95614				76	12	121	12039
3029055	Cambert	cambert	FR		0	Europe/Paris	43.73066	2.83558				76	81	812	81192
3029058	Cambemorel	cambemorel	FR		0	Europe/Paris	46.14079	2.9668				84	03	033	03192
3029063	Camari	camari	FR		0	Europe/Paris	43.95461	7.33715		Camari,Camarie		93	06	062	06074
3029074	Camalet	camalet	FR		0	Europe/Paris	44.19726	2.25131				76	12	123	12278
3029076	Camais	camais	FR		0	Europe/Paris	47.32131	-2.12786				52	44	443	44103
3029077	Calzatoja	calzatoja	FR		0	Europe/Paris	42.05272	8.93592		Calzatoja		94	2A	2A1	2A345
3029083	Calviani	calviani	FR		0	Europe/Paris	42.11471	9.49507		Calviani		94	2B	2B3	2B009
3029091	Calves	calves	FR		0	Europe/Paris	44.8634	2.57915				84	15	151	15028
3029111	Calmejanne	calmejanne	FR		0	Europe/Paris	44.75226	1.94179				76	46	462	46279
3029132	Calibours	calibours	FR		0	Europe/Paris	49.51749	0.82102				28	76	763	76608
3029141	Caleix	caleix	FR		0	Europe/Paris	45.10096	0.84302				75	24	243	24484
3029142	Càldegues	caldegues	FR		0	Europe/Paris	42.44252	1.96539		Caldegas,Caldegues,Caldégas,Càldegues		76	66	663	66025
3029147	Calassou	calassou	FR		0	Europe/Paris	44.53113	1.10161				76	46	461	46089
3029149	Calasima	calasima	FR		0	Europe/Paris	42.3328	8.95187		Calasima,Calasuna		94	2B	2B3	2B007
3029150	Calas	calas	FR		0	Europe/Paris	43.46064	5.3536		Calas		93	13	131	13019
3029165	Cala d'Oru	cala-d-oru	FR		0	Europe/Paris	41.82628	9.404		Cala d'Oro,Cala d'Oru		94	2A	2A4	2A269
3029189	Caillon	caillon	FR		0	Europe/Paris	44.89691	1.81148				76	46	462	46228
3029194	Caillauds	caillauds	FR		0	Europe/Paris	44.69566	0.69927		Caillauds,Les Caillauds		75	24	241	24028
3029195	Caillaudin	caillaudin	FR		0	Europe/Paris	47.41249	-2.29584				52	44	443	44072
3029198	Caillaou	caillaou	FR		0	Europe/Paris	44.9775	-0.53511				75	33	332	33434
3029199	Caillamont	caillamont	FR		0	Europe/Paris	49.59605	1.72134				32	60	601	60128
3029200	Cailladelles	cailladelles	FR		0	Europe/Paris	44.51504	0.70389				75	47	473	47055
3029215	Cahen	cahen	FR		0	Europe/Paris	50.78858	1.95621				32	62	626	62506
3029217	Caharel	caharel	FR		0	Europe/Paris	47.51797	-1.53571				52	44	445	44149
3029235	Caéro	caero	FR		0	Europe/Paris	48.12033	-3.75175				53	29	292	29125
3029236	Caër	caer	FR		0	Europe/Paris	49.0662	1.19171		Caer,Caër		28	27	273	27099
3029242	Cady	cady	FR		0	Europe/Paris	48.6178	1.6732				24	28		
3029247	Cadouin	cadouin	FR		0	Europe/Paris	44.81179	0.87318		Cadouin		75	24	241	24068
3029249	Cadol	cadol	FR		0	Europe/Paris	47.93333	-3.85				53	29	294	29146
3029264	Cadayrac	cadayrac	FR		0	Europe/Paris	44.46476	2.557				76	12	122	12254
3029267	Cadars	cadars	FR		0	Europe/Paris	44.24448	2.33887				76	12	123	12194
3029278	Cacavon	cacavon	FR		0	Europe/Paris	44.96667	1.36667				75	24	244	24050
3029280	Cabrunas	cabrunas	FR		0	Europe/Paris	44.35086	3.37021				76	48	481	48146
3029281	Cabrolles	cabrolles	FR		0	Europe/Paris	43.79469	7.47776		Cabrolles,Les Cabrolles		93	06	062	06113
3029288	Cabrials	cabrials	FR		0	Europe/Paris	43.55214	3.55664				76	34	342	34016
3029289	Cabrespines	cabrespines	FR		0	Europe/Paris	44.5816	2.72052				76	12	122	12079
3029413	Bussurel	bussurel	FR		0	Europe/Paris	47.5488	6.78024		Bussurel		27	70	701	70285
3029299	Cabirat	cabirat	FR		0	Europe/Paris	44.69432	1.00505				75	24	244	24263
3029301	Cabiac	cabiac	FR		0	Europe/Paris	44.28429	4.33696				76	30	301	30293
3029305	Cabasson	cabasson	FR		0	Europe/Paris	43.10331	6.32781				93	83	832	83019
3029327	Cabadour	cabadour	FR		0	Europe/Paris	42.95635	0.22895		Cabadeur,Cabadour,Cabadur		76	65	652	65123
3029329	Byans	byans	FR		0	Europe/Paris	47.57337	6.73393		Byans		27	70	701	70285
3029340	Buzetière	buzetiere	FR		0	Europe/Paris	45.55	0.51667		Buzeliere,Buzelière,Buzetier,Buzetiere,Buzetière		75	24	242	24209
3029348	Buyat	buyat	FR		0	Europe/Paris	45.8462	5.2143				84	01	011	01361
3029356	Buxières-lès-Froncles	buxieres-les-froncles	FR		0	Europe/Paris	48.29226	5.14931		Buxieres,Buxieres-les-Froncles,Buxières,Buxières-lès-Froncles		44	52	521	52211
3029600	Buissière	buissiere	FR		0	Europe/Paris	45.05214	5.10883		Buissiere,Buissière,Bussiere,Bussière		84	26	263	26323
3029359	Buxière	buxiere	FR		0	Europe/Paris	46.95775	0.60313				75	86	861	86092
3029363	Buxerulles	buxerulles	FR		0	Europe/Paris	48.90657	5.66565		Buxerulles		44	55	552	55093
3029366	Buxereuilles	buxereuilles	FR		0	Europe/Paris	48.12463	5.13371		Buxereuille,Buxereuilles		44	52	521	52121
3029367	Buvin	buvin	FR		0	Europe/Paris	45.65232	5.54565				84	38	382	38022
3029369	Buvignies	buvignies	FR		0	Europe/Paris	50.28495	3.77371				32	59	591	59053
3029372	Paris 19 Buttes-Chaumont	paris-19-buttes-chaumont	FR		0	Europe/Paris	48.8817	2.3822		19e Arrondissement,19eme Arr,19ème Arr,Arrondissement des Buttes-Chaumont,Buttes-Chaumont,Paris 19e,XIXe		11	75	751	75056
3029374	Paris 18 Buttes-Montmartre	paris-18-buttes-montmartre	FR		0	Europe/Paris	48.8925	2.3444		18eme Arr,18eme arrondissement,18ème Arr,18ème arrondissement,Arrondissement de la Butte-Montmartre,Butte-Montmartre,Monmartre,Montmartre,Paris 18e,XVIIIe,meng ma te,monmarutoru,Μονμάρτρη,מונמארטר,モンマルトル,蒙馬特		11	75	751	75056
3029383	Butgnéville	butgneville	FR		0	Europe/Paris	49.0872	5.72359		Butgneville,Butgnéville		44	55	553	55457
3029384	Buteau	buteau	FR		0	Europe/Paris	48.15337	2.66222				11	77	774	77110
3029402	Bussy-la-Côte	bussy-la-cote	FR		0	Europe/Paris	48.81357	5.08551		Bussy,Bussy-la-Cote,Bussy-la-Côte		44	55	551	55366
3029404	Bussy-aux-Bois	bussy-aux-bois	FR		247	Europe/Paris	48.61793	4.57967		Bussy,Bussy-aux-Bois		44	51	514	51270
3029414	Bussunarits	bussunarits	FR		193	Europe/Paris	43.16675	-1.17213		Bisinarit Sarasket,Bjusjunarits-Sarrasket,Bjussjunarits-Sarraskett,Bussunarits,Bussunarits-Sarrasqueta,Bussunarits-Sarrasquette,Duzunaritze,Duzunaritze-Sarasketa,Duzunaritze-Sarrasketa,bi xu na li ci sa la si jie te,Бисинарит Сараскет,Бюссюнаритс-Сарраскетт,Бюсюнаритс-Сарраскет,比叙纳里兹萨拉斯杰特		75	64	641	64154
3029418	Bussin	bussin	FR		0	Europe/Paris	45.93878	1.45862		Bussin,Le Bussin		75	87	872	87157
3029419	Bussières-lès-Belmont	bussieres-les-belmont	FR		0	Europe/Paris	47.74669	5.55227		Bussieres,Bussieres-les-Belmont,Bussières,Bussières-lès-Belmont		44	52	522	52083
3029431	Bussiereix	bussiereix	FR		0	Europe/Paris	45.93162	0.85048				75	16	163	16064
3029437	Bussière	bussiere	FR		0	Europe/Paris	47.14303	3.59579				27	58	583	58024
3029438	Bussière	bussiere	FR		0	Europe/Paris	46.88842	3.50535				27	58	583	58055
3029439	Bussière	bussiere	FR		0	Europe/Paris	46.23333	2.6				84	03	031	03280
3029440	Bussière	bussiere	FR		0	Europe/Paris	46.11016	1.80851				75	23	232	23248
3029441	Bussière	bussiere	FR		0	Europe/Paris	45.88507	2.23159				75	23	231	23194
3029442	Bussière	bussiere	FR		0	Europe/Paris	44.79317	2.69474				76	12	122	12036
3029444	Busseuille	busseuille	FR		0	Europe/Paris	46.28333	2.58333				84	03	031	03145
3029445	Busseto	busseto	FR		0	Europe/Paris	42.80911	9.43053		Busseto		94	2B	2B2	2B281
3029447	Busseroux	busseroux	FR		0	Europe/Paris	46.29957	0.52072				75	86	862	86276
3029450	Busserolle	busserolle	FR		0	Europe/Paris	46.5418	2.81419				84	03	031	03150
3029452	Busselet	busselet	FR		0	Europe/Paris	46.12241	1.99641				75	23	232	23201
3029453	Busséjoux	bussejoux	FR		0	Europe/Paris	45.54149	2.45505				75	19	193	19199
3029454	Bussède	bussede	FR		0	Europe/Paris	47.19823	2.64518				24	18	181	18194
3029455	Busseaux	busseaux	FR		0	Europe/Paris	47.20869	3.45488				27	58	584	58184
3029458	Busseau-sur-Creuse	busseau-sur-creuse	FR		0	Europe/Paris	46.12041	2.02456		Busseau,Busseau-d'Ahun,Busseau-sur-Creuse		75	23	232	23001
3029459	Busseau	busseau	FR		0	Europe/Paris	48.3116	2.62474				11	77	774	77520
3029460	Busseau	busseau	FR		0	Europe/Paris	48.18853	2.59146				11	77	774	77011
3029601	Buisseau	buisseau	FR		0	Europe/Paris	48.23149	2.43707				24	45	453	45054
3029742	Bruschiccia	bruschiccia	FR		0	Europe/Paris	41.98533	9.26024		Bruschiccia		94	2B	2B3	2B365
3029472	Busnettes	busnettes	FR		0	Europe/Paris	50.55738	2.53293				32	62	622	62376
3029474	Busménard	busmenard	FR		0	Europe/Paris	49.97217	1.65208				32	80	802	80767
3029479	Diceppo	diceppo	FR		0	Europe/Paris	42.62282	9.13006		Busca Malo,Diceppo		94	2B	2B5	2B332
3029485	Burtulet	burtulet	FR		0	Europe/Paris	48.39871	-3.35083				53	22	222	22328
3029501	Burnatière	burnatiere	FR		0	Europe/Paris	46.35114	3.00049				84	03	031	03270
3029506	Burianne	burianne	FR		0	Europe/Paris	44.88983	4.46759				84	07	073	07215
3029508	Burguet	burguet	FR		0	Europe/Paris	43.72116	2.8515				76	81	812	81192
3029515	Burgain	burgain	FR		0	Europe/Paris	43.4685	-1.22445				75	64	641	64094
3029520	Buretou	buretou	FR		0	Europe/Paris	45.15	1.36667				75	19	191	19124
3029523	Bures-sur-Dives	bures-sur-dives	FR		0	Europe/Paris	49.19947	-0.17375		Bures,Bures-sur-Dives		28	14	142	14712
3029531	Buré-la-Ville	bure-la-ville	FR		0	Europe/Paris	49.53116	5.63443				44	54	541	54485
3029534	Burel	burel	FR		0	Europe/Paris	45.0558	0.5398				75	24	243	24213
3029557	Bunleix	bunleix	FR		0	Europe/Paris	45.80612	2.1543				75	23	231	23071
3029561	Bunanges	bunanges	FR		0	Europe/Paris	45.56981	3.79591		Bunanges,Bunangues		84	63	631	63003
3029565	Buloyer	buloyer	FR		0	Europe/Paris	48.74567	2.0292				11	78	782	78356
3029574	Bullescamps	bullescamps	FR		0	Europe/Paris	50.71491	1.97785				32	62	625	62245
3029586	Bulainville	bulainville	FR		0	Europe/Paris	48.99477	5.18393		Bulainville		44	55	551	55389
3029588	Bujadelle	bujadelle	FR		0	Europe/Paris	45.26993	0.87213				75	24	243	24540
3029591	Buissou	buissou	FR		0	Europe/Paris	45.16999	1.60906				75	19	191	19068
3029593	Buisson-Élouis	buisson-elouis	FR		0	Europe/Paris	48.53157	1.09526				24	28	283	28130
3029594	Buisson-de-Fay	buisson-de-fay	FR		0	Europe/Paris	48.65	0.42171				28	61	613	61159
3029605	Buis	buis	FR		0	Europe/Paris	45.44024	5.04199				84	38	383	38134
3029617	Buhulien	buhulien	FR		0	Europe/Paris	48.71667	-3.41181				53	22	223	22113
3029621	Buhard	buhard	FR		0	Europe/Paris	46.62466	2.57277				24	18	182	18178
3029622	Buguélès	bugueles	FR		0	Europe/Paris	48.83745	-3.27992		Bugueles,Bugueles-sur-Mer,Buguélès,Buguélès-sur-Mer		53	22	223	22166
3029629	Buglou	buglou	FR		0	Europe/Paris	48.34648	1.2395				24	28	281	28234
3029630	Buglose	buglose	FR		0	Europe/Paris	43.78274	-0.99289				75	40	401	40283
3029631	Buglise	buglise	FR		0	Europe/Paris	49.60483	0.15567				28	76	762	76167
3029633	Buges	buges	FR		0	Europe/Paris	48.0284	2.71802		Buges		24	45	451	45104
3029634	Buges	buges	FR		0	Europe/Paris	47.8326	2.58426				24	45	451	45213
3029638	Bugeac	bugeac	FR		0	Europe/Paris	44.91402	3.45193				84	43	431	43104
3029665	Budange	budange	FR		0	Europe/Paris	49.27628	6.34393				44	57	577	57331
3029676	Bucière	buciere	FR		0	Europe/Paris	46.86792	2.74479				24	18	182	18031
3029679	Buchey	buchey	FR		128	Europe/Paris	48.26474	4.88069		Buchey		44	52	521	52426
3029680	Buchet	buchet	FR		0	Europe/Paris	49.197	1.71164				11	95	953	95119
3029681	Bucherolles	bucherolles	FR		0	Europe/Paris	45.65	3.95				84	42	421	42205
3029685	Buchatière	buchatiere	FR		0	Europe/Paris	46.47856	3.01077				84	03	032	03238
3029698	Bublane	bublane	FR		0	Europe/Paris	45.98095	5.25977		Bublane,Bublanne		84	01	012	01092
3029700	Bubia	bubia	FR		0	Europe/Paris	42.15378	8.68051		Bubia		94	2A	2A1	2A348
3029711	Bruzelles	bruzelles	FR		0	Europe/Paris	48.15366	2.69177				11	77	774	77099
3029719	Bruyères-du-Haut-du-May	bruyeres-du-haut-du-may	FR		0	Europe/Paris	46.7421	3.29857		Bruyeres-du-Haut-du-May,Bruyères-du-Haut-du-May,Le Haut du Mai		27	58	583	58104
3029720	Bruyères-des-Lices	bruyeres-des-lices	FR		0	Europe/Paris	46.77666	3.3121				27	58	583	58192
3029721	Bruyères des Colins	bruyeres-des-colins	FR		0	Europe/Paris	46.68333	3.03333				84	03	032	03146
3029722	Bruyères de la Fas	bruyeres-de-la-fas	FR		0	Europe/Paris	46.77152	3.30821				27	58	583	58192
3029723	Bruyères-de-Fleury	bruyeres-de-fleury	FR		0	Europe/Paris	46.82086	3.30504		Bruyeres,Bruyeres-de-Fleury,Bruyères,Bruyères-de-Fleury		27	58	583	58115
3029735	Brustico	brustico	FR		19	Europe/Paris	42.35853	9.36819				94	2B	2B3	2B063
3029743	Bruquedalle	bruquedalle	FR		0	Europe/Paris	49.51499	1.42447				28	76	761	76171
3029747	Brunphuez	brunphuez	FR		0	Europe/Paris	47.97746	-4.43601				53	29	294	29215
3029749	Brunissard	brunissard	FR		0	Europe/Paris	44.79207	6.73033				93	05	051	05007
3029751	Brunguen	brunguen	FR		0	Europe/Paris	48.06875	-4.34775				53	29	294	29046
3029759	Brunel	brunel	FR		0	Europe/Paris	48.82297	1.60435				11	78	781	78285
3029772	Brumas	brumas	FR		0	Europe/Paris	45.6454	1.08869				75	87	872	87027
3029788	Brujas	brujas	FR		0	Europe/Paris	44.35412	4.32156				84	07	071	07328
3029792	Bruhly	bruhly	FR		0	Europe/Paris	48.42574	7.6691		Bruhly,Buhly		44	67	675	67130
3029801	Brugerolles	brugerolles	FR		0	Europe/Paris	45.23635	3.44288				84	43	431	43262
3029802	Brugelet	brugelet	FR		0	Europe/Paris	45.49106	3.04263				84	63	633	63097
3029803	Brugeilles	brugeilles	FR		0	Europe/Paris	45.33873	3.20167				84	43	431	43247
3029804	Brugeailles	brugeailles	FR		0	Europe/Paris	45.49459	3.74125				84	63	631	63211
3029810	Brudon	brudon	FR		0	Europe/Paris	45.09576	4.62025				84	07	073	07335
3029813	Brucquedal	brucquedal	FR		0	Europe/Paris	50.67308	1.69886		Brucdal,Brucquedal		32	62	623	62448
3029879	Brouilly	brouilly	FR		0	Europe/Paris	46.10532	4.64651				84	69	692	69145
3029816	Bruchet	bruchet	FR		0	Europe/Paris	45.58808	4.10163				84	42	421	42147
3029823	Bruc	bruc	FR		0	Europe/Paris	45.08727	0.54707				75	24	243	24205
3029827	Bruant	bruant	FR		0	Europe/Paris	47.15678	4.7975				27	21	211	21228
3029841	Brovès	broves	FR		0	Europe/Paris	43.6805	6.58766		Broves,Brovès		93	83	831	83124
3029846	Brouvilliers	brouvilliers	FR		0	Europe/Paris	48.60119	1.22393				24	28	283	28351
3029853	Broutilly	broutilly	FR		0	Europe/Paris	48.4079	0.91928				28	61	613	61116
3029854	Brouthières	brouthieres	FR		0	Europe/Paris	48.40463	5.32572		Brouthieres,Brouthières		44	52	523	52491
3029858	Broussoles	broussoles	FR		0	Europe/Paris	45.3	2.43333				84	15	152	15223
3029874	Broumet	broumet	FR		0	Europe/Paris	44.73935	0.87583				75	24	241	24378
3029877	Brouin	brouin	FR		0	Europe/Paris	48.42657	0.85099				28	61	613	61061
3029881	Brouillamnon	brouillamnon	FR		0	Europe/Paris	47.01448	2.15314				24	18	181	18181
3029882	Brouillac	brouillac	FR		0	Europe/Paris	45.00552	1.56645				76	46	463	46083
3029887	Brouel	brouel	FR		0	Europe/Paris	44.49214	1.09314				76	46	461	46336
3029897	Brouage	brouage	FR		0	Europe/Paris	45.86662	-1.07034		Brouage		75	17	172	17219
3029900	Brottes	brottes	FR		0	Europe/Paris	48.08116	5.12712		Brottes		44	52	521	52121
3029905	Brotel	brotel	FR		0	Europe/Paris	45.78356	5.31405				84	38	382	38365
3029907	Brossettes	brossettes	FR		0	Europe/Paris	45.1587	4.28193				84	43	433	43114
3029924	Broons-sur-Vilaine	broons-sur-vilaine	FR		0	Europe/Paris	48.13076	-1.42134		Broons,Broons-sur-Vilaine		53	35	351	35068
3029926	Bronville	bronville	FR		0	Europe/Paris	48.25703	1.45111				24	28	282	28176
3029928	Broncourt	broncourt	FR		0	Europe/Paris	47.76175	5.66012		Broncourt		44	52	522	52197
3029929	Avandagio	avandagio	FR		0	Europe/Paris	41.75844	8.81052		Avandagio,Bronca,Bronco,Il Bronco		94	2A	2A1	2A276
3029930	Bronac	bronac	FR		0	Europe/Paris	45.06181	4.22635				84	43	433	43130
3029935	Brommes	brommes	FR		0	Europe/Paris	44.88412	2.67245				76	12	122	12164
3029940	Brolles	brolles	FR		0	Europe/Paris	48.47521	2.69174				11	77	774	77037
3029941	Broleau	broleau	FR		0	Europe/Paris	45.18651	1.28042				75	24	244	24580
3029942	Broissieux	broissieux	FR		0	Europe/Paris	45.73801	6.12423				84	73	732	73036
3029946	Brogny	brogny	FR		0	Europe/Paris	45.92479	6.13199		Brogny,Grand Brogny		84	74	741	74010
3029952	Brogieux	brogieux	FR		0	Europe/Paris	45.21645	4.64733				84	07	073	07197
3029953	Brodes	brodes	FR		0	Europe/Paris	46.68151	1.60017				24	36	362	36231
3029954	Brocq	brocq	FR		0	Europe/Paris	45.3	2.55				84	15	152	15124
3029957	Brocottes	brocottes	FR		0	Europe/Paris	49.18944	-0.07361		Brocottes		28	14	143	14335
3029959	Brochard	brochard	FR		0	Europe/Paris	48.54053	0.68817				28	61	613	61230
3029977	Brivé	brive	FR		0	Europe/Paris	47.48857	-2.00321		Brieve,Brievé,Brive,Brivé		52	44	443	44068
3029981	Brissard	brissard	FR		0	Europe/Paris	48.77597	1.43008				24	28	283	28001
3029982	Brissantier	brissantier	FR		0	Europe/Paris	46.8928	2.10557				24	36	364	36215
3029993	Brioux	brioux	FR		0	Europe/Paris	45.84247	3.36518				84	63	635	63195
3029998	Briotte	briotte	FR		0	Europe/Paris	48.39964	3.33406				11	77	773	77507
3030005	Brionnet	brionnet	FR		0	Europe/Paris	45.5297	3.06571				84	63	633	63409
3030019	Briols	briols	FR		0	Europe/Paris	43.85879	2.84636				76	12	121	12154
3030022	Brinville	brinville	FR		0	Europe/Paris	48.50385	2.53297				11	77	774	77435
3030026	Brinighoffen	brinighoffen	FR		0	Europe/Paris	47.66667	7.21667		Brinighoffen		44	68	681	68081
3030028	Bringal	bringal	FR		0	Europe/Paris	47.88327	-4.22141				53	29	294	29220
3030049	Brighton	brighton	FR		0	Europe/Paris	50.19395	1.51593		Brighton,Brigthon		32	80	801	80182
3030058	Brignogan-Plages	brignogan-plages	FR		897	Europe/Paris	48.66433	-4.32655		Brignaugan,Brignogan,Brignogan-Plage,Brignogan-Plages,Brin'ogan-Plazh,Brinogan Plazh,bu li ni ao gang pu la ge,burinyogan=puraju,Бриньоган-Плаж,Брињоган Плаж,ブリニョガン＝プラージュ,布里尼奥冈普拉格		53	29	291	29021
3030059	Brigneun	brigneun	FR		0	Europe/Paris	48.23678	-4.20933				53	29	292	29289
3030073	Brieure	brieure	FR		0	Europe/Paris	48.26089	0.9111				24	28	284	28407
3030077	Brieu	brieu	FR		0	Europe/Paris	45.2	2.21667				84	15	152	15153
3030078	Briette	briette	FR		0	Europe/Paris	46.58333	3				84	03	032	03036
3030084	Brierette	brierette	FR		0	Europe/Paris	46.21461	3.87887				84	42	422	42257
3030086	Brières	brieres	FR		0	Europe/Paris	49.33394	4.74265				44	08	084	08082
3030088	Brière	briere	FR		0	Europe/Paris	49.56164	0.10293				28	76	762	76481
3030089	Brière	briere	FR		0	Europe/Paris	48.36975	0.28081		Briere,Brière,Petite Briere,Petite Brière		52	72	722	72374
3030111	Bridier	bridier	FR		0	Europe/Paris	46.24143	1.51868		Bridier,Bridiers		75	23	232	23176
3030121	Bricot-la-Ville	bricot-la-ville	FR		0	Europe/Paris	48.69695	3.60635		Bricot-la-Ville,Le Bricot-la Ville		44	51	512	51137
3030138	Briande	briande	FR		0	Europe/Paris	46.83419	2.60136				24	18	182	18277
3030149	Brezin	brezin	FR		0	Europe/Paris	45.46962	5.51748		Breizin,Brezin		84	38	382	38292
3030163	Brévoines	brevoines	FR		0	Europe/Paris	47.86838	5.31838				44	52	522	52269
3030178	Brévannes	brevannes	FR		0	Europe/Paris	48.75308	2.48754				11	94	941	94044
3030190	Breuset	breuset	FR		0	Europe/Paris	47.27295	1.95914				24	18	183	18263
3030194	Breuil-sur-Marne	breuil-sur-marne	FR		0	Europe/Paris	48.50588	5.11333		Breuil,Breuil-sur-Marne		44	52	523	52123
3030196	Breuil Petit	breuil-petit	FR		0	Europe/Paris	46.2328	3.41022				84	03	032	03160
3030198	Breuilly	breuilly	FR		0	Europe/Paris	50.0033	1.49743				28	76	761	76374
3030199	Breuilly	breuilly	FR		0	Europe/Paris	49.91495	1.23407				28	76	761	76071
3030200	Breuilly	breuilly	FR		0	Europe/Paris	47.16153	2.34905				24	18	181	18206
3030201	Breuilly	breuilly	FR		0	Europe/Paris	46.30392	3.20759		Breuilly		84	03	032	03049
3030206	Breuilleron	breuilleron	FR		0	Europe/Paris	47.51667	3.36667				27	89	891	89158
3030209	Breuil Grand	breuil-grand	FR		0	Europe/Paris	46.22902	3.41033				84	03	032	03160
3030211	Breuil-en-Touraine	breuil-en-touraine	FR		0	Europe/Paris	47.64508	0.551		Breuil,Breuil-en-Touraine		24	37	371	37041
3030212	Breuil-Chaussée	breuil-chaussee	FR		0	Europe/Paris	46.83976	-0.55178		Breuil-Chaussee,Breuil-Chaussée		75	79	791	79049
3030226	Breugny	breugny	FR		0	Europe/Paris	47.35131	3.83881				27	58	581	58108
3030248	Brétouaré	bretouare	FR		0	Europe/Paris	48.639	-4.23256				53	29	293	29206
3030251	Bretonville	bretonville	FR		0	Europe/Paris	48.49748	1.85787		Bretonville		11	78	782	78071
3030265	Brétignolles-le-Moulin	bretignolles-le-moulin	FR		222	Europe/Paris	48.47141	-0.535		Bretignolles,Brétignolles		52	53	533	53118
3030269	Brétignelle	bretignelle	FR		0	Europe/Paris	47.38705	3.03029				27	58	584	58213
3030270	Brethou	brethou	FR		0	Europe/Paris	47.68333	2.71667				24	45	451	45053
3030271	Brethenoux	brethenoux	FR		0	Europe/Paris	45.84124	0.78235				75	16	163	16086
3030272	Bréthencourt	brethencourt	FR		0	Europe/Paris	48.50693	1.9161				11	78	782	78564
3030281	Brétencourt	bretencourt	FR		0	Europe/Paris	50.23393	2.69904				32	62	621	62712
3030282	Bretel	bretel	FR		0	Europe/Paris	50.14438	1.676				32	80	801	80110
3030295	Brestillac	brestillac	FR		0	Europe/Paris	45.09874	3.90794				84	43	432	43061
3030304	Bressouleille	bressouleille	FR		0	Europe/Paris	45.57829	2.88544		Bressouleille		84	63	633	63077
3030305	Bressoncourt	bressoncourt	FR		0	Europe/Paris	48.42968	5.3507		Bressoncourt		44	52	523	52491
3030311	Bressol	bressol	FR		0	Europe/Paris	45.80754	2.40508				75	23	231	23081
3030317	Bressac	bressac	FR		0	Europe/Paris	44.94047	0.74428				75	24	241	24407
3030318	Bresquéjouls	bresquejouls	FR		0	Europe/Paris	44.64703	1.87834				76	46	462	46176
3030326	Brésis	bresis	FR		0	Europe/Paris	44.38363	3.98193				76	30	301	30201
3030332	Bréquigny	brequigny	FR		0	Europe/Paris	49.65755	1.31307				28	76	761	76621
3030346	Brennier	brennier	FR		0	Europe/Paris	45.51099	5.52425		Brenier,Brennier		84	38	382	38434
3030355	Brengovel	brengovel	FR		0	Europe/Paris	48.61966	-4.19722				53	29	293	29206
3030359	Brénében	breneben	FR		0	Europe/Paris	48.10322	-3.71944				53	56	562	56199
3030369	Brémont	bremont	FR		0	Europe/Paris	49.79193	1.52339				28	76	761	76724
3030373	Bremmelbach	bremmelbach	FR		0	Europe/Paris	48.98604	7.90018		Bremmelbach		44	67	672	67074
3030376	Brémant	bremant	FR		0	Europe/Paris	45.47224	3.57952				84	63	631	63353
3030379	Brélévenez	brelevenez	FR		0	Europe/Paris	48.73744	-3.45533				53	22	223	22113
3030380	Brelet	brelet	FR		0	Europe/Paris	46.83657	1.64867		Brelay,Brelet		24	36	362	36063
3030389	Breil-Benoît	breil-benoit	FR		0	Europe/Paris	47.61505	-1.45057				52	44	445	44075
3030397	Bréhec	brehec	FR		0	Europe/Paris	48.72316	-2.95108		Brehec,Bréhec		53	22	222	22222
3030410	Brégoulou	bregoulou	FR		0	Europe/Paris	48.20866	-4.53928				53	29	292	29042
3030412	Brégegere	bregegere	FR		0	Europe/Paris	45.03662	1.25898				75	24	244	24364
3030416	Bréez	breez	FR		0	Europe/Paris	48.45595	1.65166				24	28	281	28397
3030420	Bredons	bredons	FR		0	Europe/Paris	45.10142	2.87099		Bredom,Bredons		84	15	153	15025
3030422	Brédannaz	bredannaz	FR		0	Europe/Paris	45.81368	6.20833		Bredannaz,Bredanne,Brédannaz,Brédanne		84	74	741	74104
3030430	Brécourt	brecourt	FR		0	Europe/Paris	49.65413	-1.6741		Brecour,Brecourt,Brécour,Brécourt		28	50	502	50129
3030432	Bréchiniac	brechiniac	FR		0	Europe/Paris	45.23246	3.73174				84	43	432	43138
3030449	Bréau-sans-Nappe	breau-sans-nappe	FR		0	Europe/Paris	48.50111	1.89175				11	78	782	78071
3030450	Breaugies	breaugies	FR		0	Europe/Paris	50.31667	3.76667				32	59	591	59065
3030453	Bréandes	breandes	FR		0	Europe/Paris	47.82679	3.54511		Breandes,Bréandes,Les Breandes,Les Bréandes		27	89	891	89295
3030464	Bray-la-Campagne	bray-la-campagne	FR		453	Europe/Paris	49.07375	-0.17193		Bray,Bray-la-Campagne		28	14	142	14005
3030441	Brech	brech	FR	56400	0	Europe/Paris	44.48327	0.4458				75	47	472	47071
3030487	Bravant	bravant	FR		0	Europe/Paris	45.73649	2.88834				84	63	633	63257
3030491	Braux-le-Petit	braux-le-petit	FR		0	Europe/Paris	48.48539	4.45497				44	10	101	10059
3030500	Braumont	braumont	FR		0	Europe/Paris	49.47787	5.63082		Braumont		44	54	541	54590
3030501	Brault	brault	FR		0	Europe/Paris	46.68333	2.61667				24	18	182	18076
3030504	Braucourt	braucourt	FR		0	Europe/Paris	48.53401	4.81662		Braucourt		44	52	523	52182
3030510	Brassioux	brassioux	FR		0	Europe/Paris	46.856	1.67409				24	36	362	36063
3030514	Brasseitte	brasseitte	FR		0	Europe/Paris	48.8466	5.52798		Brasseitte		44	55	552	55229
3030516	Brasseaux	brasseaux	FR		0	Europe/Paris	48.65172	3.45535				11	77	773	77519
3030554	Brandy	brandy	FR		0	Europe/Paris	45.35	3.91667				84	42	421	42318
3030555	Branducas	branducas	FR		0	Europe/Paris	47.45524	-2.0594				52	44	443	44053
3030563	Brandillon	brandillon	FR		0	Europe/Paris	45.23333	0.31667		Brandillon,Brandillou		75	24	243	24352
3030566	Brandeneuf	brandeneuf	FR		0	Europe/Paris	47.76315	-1.75019				53	35	352	35124
3030567	Brandelon	brandelon	FR		0	Europe/Paris	48.16074	1.81046				24	28	282	28029
3030570	Brancourt	brancourt	FR		0	Europe/Paris	48.41141	5.73337				44	88	882	88460
3030572	Branchat	branchat	FR		0	Europe/Paris	44.79692	0.98659				75	24	244	24293
3030576	Bramousse	bramousse	FR		0	Europe/Paris	44.70896	6.74736				93	05	051	05065
3030582	Brame-Jean	brame-jean	FR		0	Europe/Paris	43.73454	5.22774				93	13	131	13053
3030583	Bramefon	bramefon	FR		0	Europe/Paris	45.12436	0.9662				75	24	244	24188
3030585	Bramaud	bramaud	FR		0	Europe/Paris	45.73002	2.90453		Bramaud,Les Bramauds		84	63	633	63248
3030586	Bramarigues	bramarigues	FR		0	Europe/Paris	44.23801	2.98818				76	12	121	12238
3030593	Brais	brais	FR		0	Europe/Paris	47.29866	-2.29038				52	44	443	44184
3030597	Brain-sur-Vilaine	brain-sur-vilaine	FR		0	Europe/Paris	47.69772	-1.89391		Brain,Brain-sur-Vilaine		53	35	352	35064
3030610	Brahic	brahic	FR		0	Europe/Paris	44.38423	4.10041		Brahic		84	07	071	07334
3030614	Bragny-en-Charollais	bragny-en-charollais	FR		0	Europe/Paris	46.53631	4.13072		Bragny,Bragny-en-Charollais		27	71	713	71490
3030624	Braconnerie	braconnerie	FR		0	Europe/Paris	43.46359	5.54177				93	13	131	13040
3030631	Brachelle	brachelle	FR		0	Europe/Paris	42.87537	9.35201		Brachelle		94	2B	2B2	2B030
3030635	Bracolaccia	bracolaccia	FR		0	Europe/Paris	42.73194	9.36538		Braccolaccia,Bracolaccia		94	2B	2B5	2B109
3030647	Boyne	boyne	FR		0	Europe/Paris	44.20485	3.15921		Boyne		76	12	121	12200
3030648	Boyeux	boyeux	FR		302	Europe/Paris	46.03047	5.45797		Boyeux,Boyeux-Saint-Jerome,Boyeux-Saint-Jérôme,Vinnaveaux		84	01	014	01056
3030654	Boyeffles	boyeffles	FR		0	Europe/Paris	50.43333	2.66667				32	62	627	62170
3030656	Boyard-Ville	boyard-ville	FR		2991	Europe/Paris	45.96717	-1.24289		Bojardvil',Boyard-Ville,Боярдвиль		75	17	172	17337
3030665	Bouzoulières	bouzoulieres	FR		0	Europe/Paris	44.40711	6.67937				93	04	041	04086
3030666	Bouzot	bouzot	FR		0	Europe/Paris	47.46798	4.64047				27	21	213	21098
3030667	Bouzonville-en-Beauce	bouzonville-en-beauce	FR		366	Europe/Paris	48.20517	2.22837		Bouzonville,Bouzonville-en-Beauce		24	45	453	45253
3030670	Bouzons	bouzons	FR		0	Europe/Paris	44.04468	3.79926				76	30	303	30087
3030671	Bouzon	bouzon	FR		175	Europe/Paris	43.70649	0.00852		Bouzon,Bouzon-Gellenave,Lataboge		76	32	323	32063
3030672	Bouzols	bouzols	FR		0	Europe/Paris	45.00031	3.93633				84	43	432	43010
3030792	Bousson-le Haut	bousson-le-haut	FR		0	Europe/Paris	47.35231	3.97766				27	89	892	89318
3030677	Bouzièyas	bouzieyas	FR		0	Europe/Paris	44.31667	6.86667				93	06	062	06119
3030678	Bouziès Bas	bouzies-bas	FR		0	Europe/Paris	44.48921	1.62247				76	46	461	46268
3030686	Bouzarat	bouzarat	FR		0	Europe/Paris	45.8157	2.82894				84	63	634	63055
3030692	Bouzaire	bouzaire	FR		0	Europe/Paris	47.36619	-2.38024				52	44	443	44069
3030694	Bouyssour	bouyssour	FR		0	Europe/Paris	45.06966	0.76387				75	24	243	24312
3030695	Bouyssounouse	bouyssounouse	FR		0	Europe/Paris	44.74785	2.79531				76	12	122	12223
3030696	Bouyssou	bouyssou	FR		0	Europe/Paris	45.14992	0.44422				75	24	243	24104
3030697	Bouysse	bouysse	FR		0	Europe/Paris	45.36744	1.8947				75	19	192	19062
3030698	Bouyrissac	bouyrissac	FR		0	Europe/Paris	44.86667	1.73333				76	46	463	46193
3030704	Bouyé	bouye	FR		0	Europe/Paris	44.55178	0.8352				75	47	473	47202
3030716	Bouxal	bouxal	FR		0	Europe/Paris	44.74807	2.02202		Bouxal		76	46	462	46203
3030706	Bouy	bouy	FR	51400	0	Europe/Paris	47.13457	2.29515				24	18	183	18028
3030730	Bouveyre	bouveyre	FR		0	Europe/Paris	45.14021	5.66862				84	38	381	38111
3030731	Bouvet	bouvet	FR		0	Europe/Paris	48.70662	0.65424				28	61	613	61140
3030734	Bouvent	bouvent	FR		0	Europe/Paris	46.28682	5.63976		Bouvent		84	01	014	01283
3030737	Bouvante-le-Haut	bouvante-le-haut	FR		235	Europe/Paris	44.91667	5.26667				84	26	261	26059
3030743	Boutry	boutry	FR		0	Europe/Paris	48.66737	1.23398				24	28	283	28155
3030746	Boutonnas	boutonnas	FR		0	Europe/Paris	45.12393	4.62817				84	07	073	07185
3030748	Bouton	bouton	FR		0	Europe/Paris	45.01667	4.63333				84	07	073	07073
3030749	Bouton	bouton	FR		0	Europe/Paris	45.01667	4.55				84	07	073	07166
3030750	Boutins	boutins	FR		0	Europe/Paris	46.83333	0.4				75	86	861	86221
3030752	Boutillon	boutillon	FR		0	Europe/Paris	46.72375	2.59309				24	18	182	18231
3030753	Boutihiry	boutihiry	FR		0	Europe/Paris	48.11578	-3.56378				53	56	562	56201
3030758	Bouthéon	boutheon	FR		0	Europe/Paris	45.5424	4.26534		Boutheon,Bouthéon		84	42	423	42005
3030759	Bouteyron	bouteyron	FR		0	Europe/Paris	45.05	4.58333				84	07	073	07085
3030760	Bouteyras	bouteyras	FR		0	Europe/Paris	45.43333	3.86667				84	63	631	63465
3030770	Bouteille	bouteille	FR		0	Europe/Paris	47.79047	2.28467				24	45	452	45164
3030771	Bouteau	bouteau	FR		0	Europe/Paris	47.50535	3.69596				27	89	892	89057
3030773	Bout du Lac	bout-du-lac	FR		0	Europe/Paris	45.79604	6.21224				84	74	741	74104
3030774	Bout-Dessous	bout-dessous	FR		0	Europe/Paris	50.6177	1.88768				32	62	624	62903
3030775	Bout d'Aval	bout-d-aval	FR		0	Europe/Paris	49.86275	1.27539				28	76	761	76472
3030776	Bout d'Amont	bout-d-amont	FR		0	Europe/Paris	49.87245	1.24988				28	76	761	76624
3030777	Bout d'Amont	bout-d-amont	FR		0	Europe/Paris	49.84056	1.3033				28	76	761	76472
3030778	Bout d'Amont	bout-d-amont	FR		0	Europe/Paris	46.9379	4.90392				27	71	712	71443
3030781	Boutaresse	boutaresse	FR		0	Europe/Paris	45.36351	2.97034				84	63	633	63313
3030784	Boutaincourt	boutaincourt	FR		0	Europe/Paris	48.69686	1.24943				24	28	283	28087
3030789	Boussoure	boussoure	FR		0	Europe/Paris	45.72623	4.50504				84	69	691	69203
3030790	Boussoulet	boussoulet	FR		0	Europe/Paris	45.02827	4.12236				84	43	432	43053
3030793	Bousson-le Bas	bousson-le-bas	FR		0	Europe/Paris	47.35607	3.98128				27	89	892	89318
3030796	Bousson	bousson	FR		0	Europe/Paris	47.35427	3.97907				27	89	892	89318
3030800	Boussitran	boussitran	FR		0	Europe/Paris	45.0084	0.92133				75	24	244	24261
3030804	Boussiéral	boussieral	FR		0	Europe/Paris	44.9	1.13333				75	24	244	24366
3030809	Bousseroux	bousseroux	FR		0	Europe/Paris	45.68746	0.97028				75	87	873	87036
3030810	Bousserin	bousserin	FR		0	Europe/Paris	46.66524	4.17		Bousserain,Bousserin		27	71	713	71542
3030811	Boussères	bousseres	FR		0	Europe/Paris	44.26485	0.34478				75	47	471	47210
3030816	Bousselorgue	bousselorgue	FR		0	Europe/Paris	45.24237	3.18668				84	15	153	15119
3030817	Bousselargues	bousselargues	FR		0	Europe/Paris	45.34422	3.17648				84	43	431	43033
3030827	Boussague	boussague	FR		0	Europe/Paris	43.65186	3.12891				76	34	341	34312
3030828	Boussageau	boussageau	FR		0	Europe/Paris	46.80216	0.30223				75	86	861	86128
3030840	Bousqueynaud	bousqueynaud	FR		0	Europe/Paris	44.93634	4.57675				84	07	072	07214
3030841	Bousquet	bousquet	FR		0	Europe/Paris	45.09376	1.06975				75	24	244	24025
3030842	Bousogle	bousogle	FR		0	Europe/Paris	45.93333	1.75				75	23	232	23030
3030849	Bourzeau	bourzeau	FR		0	Europe/Paris	46.41667	2.4				84	03	031	03051
3030850	Bourzat	bourzat	FR		0	Europe/Paris	44.81576	0.70918				75	24	241	24027
3030854	Bourut	bourut	FR		0	Europe/Paris	44.97819	1.00422				75	24	244	24183
3030855	Bourun	bourun	FR		0	Europe/Paris	47.58067	-1.93952				52	44	445	44128
3030864	Paris 02 Bourse	paris-02-bourse	FR		0	Europe/Paris	48.8655	2.3426		2e Arrondissement,2eme Arr,2ème Arr,Arrondissement de la Bourse,Bourse,IIe,Paris   2e		11	75	751	75056
3030868	Boursac	boursac	FR		0	Europe/Paris	47.20877	2.2902				24	18	181	18004
3030871	Bourrut	bourrut	FR		0	Europe/Paris	49.35589	5.08962				44	55	553	55028
3030880	Bourréas	bourreas	FR		0	Europe/Paris	46.80867	2.28797				24	18	182	18236
3030883	Bourras-la-Grange	bourras-la-grange	FR		0	Europe/Paris	47.31343	3.33029				27	58	584	58053
3030889	Bourot	bourot	FR		0	Europe/Paris	44.80349	1.45408				76	46	463	46215
3030896	Bournoncle-Saint-Julien	bournoncle-saint-julien	FR		0	Europe/Paris	45.32637	3.33886				84	43	431	43022
3030897	Bournoncles	bournoncles	FR		0	Europe/Paris	44.9305	3.18649		Bournoncles		84	15	153	15108
3030898	Bournon	bournon	FR		0	Europe/Paris	45.81309	3.49293				84	63	635	63276
3030900	Bournissard	bournissard	FR		0	Europe/Paris	44.94526	1.54948				76	46	463	46086
3030911	Bournat	bournat	FR		0	Europe/Paris	45.96667	4.13333				84	42	422	42212
3030915	Bournac	bournac	FR		0	Europe/Paris	44.98552	4.09447				84	43	432	43186
3030916	Bournac	bournac	FR		0	Europe/Paris	43.98139	2.79465				76	12	121	12208
3030922	Bourjonnière	bourjonniere	FR		0	Europe/Paris	45.21606	5.20926		Bourgeonniere,Bourjonniere,Bourjonnière		84	38	383	38347
3030923	Bourgeal	bourgeal	FR		0	Europe/Paris	45.75203	6.25713		Bourgeal,Bourjal		84	74	741	74135
3030926	Bourilly	bourilly	FR		0	Europe/Paris	43.41667	5.65				93	13	131	13110
3030930	Bouricourt	bouricourt	FR		0	Europe/Paris	49.53378	1.71487				28	76	761	76297
3030931	Bourianne	bourianne	FR		0	Europe/Paris	45.26401	2.34558		Bourianne,Bouriannes		84	15	152	15079
3030932	Bourgy	bourgy	FR		0	Europe/Paris	47.23248	2.26267				24	18	181	18004
3030942	Bourguerelle	bourguerelle	FR		0	Europe/Paris	49.36403	1.79256				32	60	601	60616
3030954	Bourg-Philippe	bourg-philippe	FR		0	Europe/Paris	47.77273	-0.80589				52	53	531	53066
3030960	Bourgoin	bourgoin	FR		0	Europe/Paris	45.59889	5.27236		Bourgoin,Bourgoin-Jallieu,Jallieu		84	38	382	38053
3030969	Bourgneuf-Val-d'Or	bourgneuf-val-d-or	FR		0	Europe/Paris	46.83565	4.71685				27	71	712	71294
3030974	Bourg Neuf	bourg-neuf	FR		0	Europe/Paris	48.14248	2.2525				24	45	453	45119
3030977	Bourg-Neuf	bourg-neuf	FR		0	Europe/Paris	47.24119	-0.03004				52	49	493	49328
3030981	Bourgnaudin	bourgnaudin	FR		0	Europe/Paris	49.57886	0.75686				28	76	763	76702
3030988	Bourg-le-Bec	bourg-le-bec	FR		0	Europe/Paris	45.54316	1.9123				75	19	192	19087
3030991	Bourg-l'Abbé	bourg-l-abbe	FR		0	Europe/Paris	48.76874	1.32945				28	27	273	27423
3030992	Bourgis	bourgis	FR		0	Europe/Paris	45.63211	3.40233				84	63	632	63177
3030997	Bourgfelden	bourgfelden	FR		0	Europe/Paris	47.57721	7.55138		Bourgfelden		44	68	684	68297
3031003	Bourget	bourget	FR		0	Europe/Paris	44.95049	4.37193		Bourget,Le Bourget		84	07	073	07269
3031006	Bourgeray	bourgeray	FR		0	Europe/Paris	48.22363	1.33507				24	28	282	28005
3031011	Bourgearie	bourgearie	FR		0	Europe/Paris	45.09481	0.81777				75	24	243	24053
3031012	Bourgeade	bourgeade	FR		0	Europe/Paris	45.69377	2.72971		Bourgeade,Bourgheade		84	63	634	63053
3031021	Bourg-de-Partie	bourg-de-partie	FR		0	Europe/Paris	48.24183	3.77862		Bourg,Bourg-de-Partie		44	10	103	10263
3031022	Bourg de Nozay	bourg-de-nozay	FR		0	Europe/Paris	47.56667	-1.61667				52	44	445	44113
3031023	Bourg d'Abren	bourg-d-abren	FR		0	Europe/Paris	44.86667	0.33333		Abren,Bourg d'Abren		75	24	241	24487
3031024	Bourg-Cocu	bourg-cocu	FR		0	Europe/Paris	47.19978	0.69789				24	37	372	37250
3031039	Bourey	bourey	FR		0	Europe/Paris	48.8882	-1.43826				28	50	501	50109
3031046	Bourdoux	bourdoux	FR		0	Europe/Paris	45.54415	1.06439		Bourdoux,Le Bourdoux		75	24	242	24489
3031048	Bourdonnière	bourdonniere	FR		0	Europe/Paris	48.64492	-2.88791				53	22	224	22232
3031063	Bourdets	bourdets	FR		0	Europe/Paris	44.50149	0.34814		Bourdet,Bourdets		75	47	472	47216
3031066	Bourdelas	bourdelas	FR		0	Europe/Paris	45.78889	1.07177				75	87	872	87191
3031067	Bourdel	bourdel	FR		0	Europe/Paris	46.32564	1.15433				75	87	871	87087
3031072	Bourdaleix	bourdaleix	FR		0	Europe/Paris	46.0564	1.69361				75	23	232	23189
3031079	Bourcenac	bourcenac	FR		0	Europe/Paris	45.07968	2.39179				84	15	151	15179
3031083	Bourbourg- Campagne	bourbourg-campagne	FR		0	Europe/Paris	50.95	2.2		Bourbourg- Campagne		32	59	594	59094
3031092	Bourbilly	bourbilly	FR		0	Europe/Paris	47.45976	4.24322				27	21	213	21676
3031099	Bourassat	bourassat	FR		0	Europe/Paris	46.21667	2.55				84	03	031	03167
3031110	Bounon	bounon	FR		0	Europe/Paris	47.63966	3.45992				27	89	891	89252
3031122	Boulouris-sur-Mer	boulouris-sur-mer	FR		0	Europe/Paris	43.41734	6.80816		Boulouris,Boulouris-sur-Mer		93	83	831	83118
3031123	Boulouneix	boulouneix	FR		0	Europe/Paris	45.37856	0.58044				75	24	242	24064
3031142	Bouloc-en-Quercy	bouloc-en-quercy	FR		0	Europe/Paris	44.29933	1.12652		Bouloc,Bouloc-en-Quercy		76	82	821	82021
3031150	Boullay-Fontaine	boullay-fontaine	FR		0	Europe/Paris	48.05609	3.77283		Boullay,Boullay-Fontaine		27	89	891	89276
3031152	Boullard	boullard	FR		0	Europe/Paris	44.21675	6.35211				93	04	043	04024
3031155	Boulincourt	boulincourt	FR		0	Europe/Paris	48.84843	1.77792				11	78	782	78681
3031162	Boulieu	boulieu	FR		0	Europe/Paris	45.77418	5.37941				84	38	382	38135
3031163	Bouliau	bouliau	FR		0	Europe/Paris	45.83153	0.3314		Bouliau,Chez Bouillaud		75	16	163	16300
3031173	Boulègue	boulegue	FR		0	Europe/Paris	44.76047	0.88966				75	24	241	24290
3031176	Bouldoux	bouldoux	FR		0	Europe/Paris	43.4406	2.91276		Bouldoux		76	34	341	34021
3031185	Boulay	boulay	FR		0	Europe/Paris	49.48609	1.46307		Boulay,le Boulay		28	76	761	76469
3031187	Boulay	boulay	FR		0	Europe/Paris	47.40359	-2.42599				52	44	443	44183
3031190	Boulardière	boulardiere	FR		0	Europe/Paris	48.16431	0.33509				76			
3031194	Boulan	boulan	FR		0	Europe/Paris	45.24456	2.32404				84	15	152	15261
3031196	Boulaise	boulaise	FR		0	Europe/Paris	46.61676	2.11361				24	36	363	36236
3031197	Boulainvillers	boulainvillers	FR		0	Europe/Paris	49.82098	1.87801				32	80	802	80443
3031203	Boujurian	boujurian	FR		0	Europe/Paris	44.8	6.48333				93	05	051	05006
3031204	Boujeons	boujeons	FR		293	Europe/Paris	46.74888	6.20392		Boujeons		27	25	253	25486
3031215	Bouis	bouis	FR		0	Europe/Paris	46.68628	2.7412				84	03	031	03130
3031216	Bouis	bouis	FR		0	Europe/Paris	45.85604	5.43456				84	01	011	01444
3031217	Bouiron	bouiron	FR		0	Europe/Paris	44.03373	5.71922				93	04	044	04141
3031235	Bouillé - sous - Varent	bouille-sous-varent	FR		0	Europe/Paris	46.87548	-0.20472		Bouille,Bouille - sous - Varent,Bouille-Saint-Varent,Bouillé,Bouillé - sous - Varent,Bouillé-Saint-Varent		75	79	791	79299
3031241	Bouillard	bouillard	FR		0	Europe/Paris	48.45799	-3.76322				53	29	293	29034
3031246	Bouillancourt	bouillancourt	FR		0	Europe/Paris	50.08419	1.71593				32	80	801	80578
3031254	Bouilhac	bouilhac	FR		0	Europe/Paris	45.33791	1.59423				75	19	192	19100
3031257	Bouhours	bouhours	FR		0	Europe/Paris	48.74147	0.80205				28	27	272	27108
3031278	Bougis	bougis	FR		0	Europe/Paris	48.54086	0.20026				28	61	611	61068
3031282	Bougès	bouges	FR		0	Europe/Paris	44.30163	3.6931				76	48	481	48166
3031283	Bougerne	bougerne	FR		0	Europe/Paris	45.31608	3.86518				84	43	432	43080
3031285	Bougeâtre	bougeatre	FR		0	Europe/Paris	48.22173	1.24107				24	28	282	28424
3031295	Bouffeloux	bouffeloux	FR		0	Europe/Paris	46.68704	2.38819				24	18	182	18136
3031296	Bouex Petit	bouex-petit	FR		0	Europe/Paris	46.43333	2.21667		Bouex Petit,Le Peu de Bouex		24	18	182	18187
3031297	Bouex Grand	bouex-grand	FR		0	Europe/Paris	46.45	2.21667				24	18	182	18187
3031309	Bouenson	bouenson	FR		0	Europe/Paris	48.06667	-1.16667		Bouenson,Rouenson		53	35	351	35006
3031311	Boueilho	boueilho	FR		0	Europe/Paris	43.52265	-0.30913		Boueilho		75	64	643	64141
3031395	Bouboulie	bouboulie	FR		0	Europe/Paris	45.36667	2.56667		Bouboulie,La Bouboulie		84	15	152	15008
3031317	Boudrinal	boudrinal	FR		0	Europe/Paris	47.68866	-1.78666				52	44	445	44123
3031318	Boudrezy	boudrezy	FR		0	Europe/Paris	49.37068	5.81098		Boudrezy		44	54	541	54363
3031322	Boudouguen	boudouguen	FR		0	Europe/Paris	48.33275	-4.14033				53	29	291	29078
3031324	Boudilleau	boudilleau	FR		0	Europe/Paris	48.81667	-3.35				53	22	223	22379
3031330	Boudernault	boudernault	FR		0	Europe/Paris	48.02202	3.68102				27	89	891	89076
3031331	Boudemange	boudemange	FR		0	Europe/Paris	46.42781	3.34676				84	03	032	03114
3031339	Boucoiran	boucoiran	FR		669	Europe/Paris	43.99515	4.18555		Boucoiran,Boucoiran-et-Nozieres,Boucoiran-et-Nozières		76	30	301	30046
3031347	Bouchier	bouchier	FR		0	Europe/Paris	44.82981	6.57011				93	05	051	05151
3031348	Bouchier	bouchier	FR		0	Europe/Paris	44.25	6.63333		Bouchier,Bouchiers		93	04	042	04006
3031360	Boucheresse	boucheresse	FR		0	Europe/Paris	45.80051	2.19179				75	23	231	23063
3031361	Bouchereau	bouchereau	FR		0	Europe/Paris	48.21967	2.80028				11	77	774	77387
3031363	Boucher	boucher	FR		0	Europe/Paris	46.36667	3.06667				84	03	032	03099
3031365	Bouchenoire	bouchenoire	FR		0	Europe/Paris	46.65343	2.10924				24	36	363	36186
3031366	Bouchenières	bouchenieres	FR		0	Europe/Paris	44.11667	6.86667		Bouchanieres,Bouchanières,Boucheniere,Bouchenieres,Bouchenière,Bouchenières		93	06	062	06071
3031367	Bouchemont	bouchemont	FR		0	Europe/Paris	48.73942	1.59267				24	28	283	28056
3031370	Bouché	bouche	FR		0	Europe/Paris	47.35595	-1.58821				52	44	445	44066
3031374	Boucharimbaul	boucharimbaul	FR		0	Europe/Paris	47.2839	1.92943				24	41	413	41044
3031375	Bouchardon	bouchardon	FR		0	Europe/Paris	45.09432	4.46512				84	07	073	07192
3031379	Bouchais	bouchais	FR		0	Europe/Paris	46.50404	1.41263				24	36	361	36049
3031381	Bouchage	bouchage	FR		0	Europe/Paris	48.38333	0.31667				52	72	722	72374
3031382	Bouch	bouch	FR		0	Europe/Paris	45.1	1.28333				75	24	244	24547
3031383	Boucey	boucey	FR		0	Europe/Paris	48.54002	-1.49946				28	50	501	50410
3031392	Boucard	boucard	FR		0	Europe/Paris	47.35371	2.68343				24	18	181	18168
3031398	Boubert	boubert	FR		0	Europe/Paris	50.12143	1.65465				32	80	801	80556
3031401	Boubenc	boubenc	FR		0	Europe/Paris	44.1574	5.7206		Boubenc,Les Boubens		93	04	044	04051
3031402	Boubas	boubas	FR		0	Europe/Paris	45.25658	3.98298				84	43	433	43240
3031404	Bouat	bouat	FR		0	Europe/Paris	44.73333	1.26667				75	24	244	24450
3031406	Bouard	bouard	FR		0	Europe/Paris	48.53363	1.39786				24	28	281	28102
3031412	Botven	botven	FR		0	Europe/Paris	48.08417	-3.50884				53	56	562	56100
3031413	Botticella	botticella	FR		0	Europe/Paris	42.97651	9.37836		Botticella,Botticola		94	2B	2B2	2B107
3031417	Botrevry	botrevry	FR		0	Europe/Paris	48.40577	-4.16711		Botevry,Botrevry		53	29	291	29286
3031420	Botmel	botmel	FR		0	Europe/Paris	48.41242	-3.42534				53	22	222	22025
3031421	Bot Izel	bot-izel	FR		0	Europe/Paris	48.20544	-3.70389				53	29	292	29278
3031422	Bothoa	bothoa	FR		0	Europe/Paris	48.33458	-3.16167				53	22	222	22321
3031424	Botcanou	botcanou	FR		0	Europe/Paris	48.1951	-3.35735				53	22	222	22061
3031425	Bot-Caérel	bot-caerel	FR		0	Europe/Paris	48.43708	-4.20275				53	29	291	29156
3031426	Bot-Cador	bot-cador	FR		0	Europe/Paris	48.3761	-3.93811				53	29	292	29013
3031427	Botbodern	botbodern	FR		0	Europe/Paris	47.98333	-3.85				53	29	294	29241
3031428	Botaval	botaval	FR		0	Europe/Paris	48.24223	-3.66056				53	29	292	29029
3031431	Bosveuil	bosveuil	FR		0	Europe/Paris	44.87272	4.69159				84	07	072	07257
3031432	Bostfaucher	bostfaucher	FR		0	Europe/Paris	45.49191	3.77562		Bostfaucher,Le Bost-Faucher		84	63	631	63211
3031434	Bost-Buisson	bost-buisson	FR		0	Europe/Paris	45.36854	3.9487				84	43	433	43212
3031435	Bostbarty	bostbarty	FR		0	Europe/Paris	45.29678	3.02079		Bosberty,Bostbarty		84	63	633	63006
3031449	Bossenay	bossenay	FR		0	Europe/Paris	48.43609	3.67406				44	10	102	10351
3031471	Boscrocourt	boscrocourt	FR		0	Europe/Paris	50.01324	1.41557				28	76	761	76644
3031473	Bosc Renoult	bosc-renoult	FR		0	Europe/Paris	49.72071	1.02035				28	76	761	76063
3031474	Bosc-Renault	bosc-renault	FR		0	Europe/Paris	49.63459	0.70981				28	76	763	76718
3031476	Boscornou	boscornou	FR		0	Europe/Paris	48.44689	-4.08511				53	29	293	29131
3031477	Bosc-Morand	bosc-morand	FR		0	Europe/Paris	49.75	0.95				28	76	761	76629
3031480	Bosc-le-Comte	bosc-le-comte	FR		0	Europe/Paris	49.83818	0.90931				28	76	761	76641
3031481	Bosc-la-Mer	bosc-la-mer	FR		0	Europe/Paris	49.59497	1.07998				28	76	763	76105
3031484	Boscherville	boscherville	FR		0	Europe/Paris	49.27428	0.88623		Boscherville		28	27	272	27595
3031492	Bosc-Asselin	bosc-asselin	FR		0	Europe/Paris	49.55048	1.44832				28	76	761	76676
3031494	Boscadouen	boscadouen	FR		0	Europe/Paris	48.104	-3.68766				53	56	562	56199
3031495	Bosbonparent	bosbonparent	FR		0	Europe/Paris	45.3	3.28333				84	43	431	43170
3031497	Bos	bos	FR		0	Europe/Paris	44.75014	0.97955		Bos,Le Bos		75	24	244	24035
3031502	Puy de Bort	puy-de-bort	FR		0	Europe/Paris	45.40083	2.46776				75	19	193	19252
3031507	Borredon	borredon	FR		0	Europe/Paris	44.88333	0.83333				75	24	241	24558
3031513	Borny	borny	FR		0	Europe/Paris	49.11111	6.22397				44	57	579	57463
3031514	Bornet	bornet	FR		0	Europe/Paris	46.27412	2.29245				75	23	231	23026
3031522	Born-de-Champs	born-de-champs	FR		0	Europe/Paris	44.68632	0.71437		Born,Born-de-Champs,Born-des-Champs		75	24	241	24028
3031524	Bornat	bornat	FR		0	Europe/Paris	46.36344	4.13923				27	71	713	71354
3031526	Bornais	bornais	FR		0	Europe/Paris	46.41724	2.71381				84	03	031	03031
3031528	Bornacq	bornacq	FR		0	Europe/Paris	46.62247	2.40924				24	18	182	18130
3031530	Born	born	FR		0	Europe/Paris	44.60046	0.71888				75	47	473	47241
3031531	Born	born	FR		0	Europe/Paris	44.54872	2.99205				76	12	122	12187
3031534	Bories Hautes	bories-hautes	FR		0	Europe/Paris	44.52587	3.53817				76	48	482	48013
3031535	Bories Basses	bories-basses	FR		0	Europe/Paris	44.52868	3.53086				76	48	482	48013
3031536	Bories	bories	FR		0	Europe/Paris	44.95404	0.58553				75	24	243	24077
3031542	Borghéas	borgheas	FR		0	Europe/Paris	43.76545	7.34633		Borgheas,Borghéas,Les Borgheas		93	06	062	06092
3031546	Boresse	boresse	FR		186	Europe/Paris	45.28373	-0.11105		Boresse,Boresse-et-Martron		75	17	171	17054
3031547	Boresse	boresse	FR		0	Europe/Paris	45.22271	4.83454				84	26	263	26041
3031550	Bordustart	bordustart	FR		0	Europe/Paris	47.34264	-3.18374		Bordustart,Bordustern		53	56	561	56152
3031553	Bord Petit	bord-petit	FR		0	Europe/Paris	46.39277	2.72353				84	03	031	03031
3031554	Bord-la-Roche	bord-la-roche	FR		0	Europe/Paris	46.17535	2.45742				75	23	231	23076
3031555	Bord Grand	bord-grand	FR		0	Europe/Paris	46.38982	2.72296				84	03	031	03031
3031558	Bordessoulles	bordessoulles	FR		0	Europe/Paris	46.28842	2.26396		Bordessoulle,Bordessoulles		75	23	231	23104
3031559	Bordessoule	bordessoule	FR		0	Europe/Paris	46.17018	1.95532				75	23	232	23206
3031560	Bordes-Pillot	bordes-pillot	FR		0	Europe/Paris	47.39334	4.80571				27	21	212	21561
3031562	Bordes-Bricard	bordes-bricard	FR		0	Europe/Paris	47.41595	4.78785				27	21	212	21561
3031570	Borderie	borderie	FR		0	Europe/Paris	44.6236	1.47547		Borderie,Bourderie		76	46	463	46113
3031576	Bordebure	bordebure	FR		0	Europe/Paris	47.26965	0.71122				24	37	372	37250
3031577	Borde Bruyère	borde-bruyere	FR		0	Europe/Paris	48.09613	0.86556				24	41	412	41177
3031583	Bordeau	bordeau	FR		0	Europe/Paris	48.32158	3.20107				27	89	893	89390
3031591	Borde	borde	FR		0	Europe/Paris	46.11765	2.97997				84	63	634	63344
3031592	Bordas	bordas	FR		0	Europe/Paris	46.12464	2.08749				75	23	231	23068
3031593	Bordas	bordas	FR		0	Europe/Paris	45.84627	0.64769				75	16	163	16192
3031594	Bordas	bordas	FR		210	Europe/Paris	45.04614	0.65195		Bordas		75	24	243	24208
3031599	Bord	bord	FR		0	Europe/Paris	46.33464	2.76168				84	03	031	03104
3031600	Bord	bord	FR		0	Europe/Paris	45.91667	1.36667		Bord,Bort		75	87	872	87178
3031601	Bord	bord	FR		0	Europe/Paris	45.73333	1.11667				75	87	872	87166
3031602	Bord	bord	FR		0	Europe/Paris	45.68333	1.06667				75	87	872	87029
3031603	Borcq-sur-Airvault	borcq-sur-airvault	FR		0	Europe/Paris	46.83004	-0.08875		Borcq,Borcq-sur-Airvault		75	79	793	79005
3031614	Boomkens	boomkens	FR		0	Europe/Paris	51	2.41667				32	59	594	59588
3031615	Boôlot	boolot	FR		0	Europe/Paris	48.60982	3.36344				11	77	773	77530
3031617	Bonzieu	bonzieu	FR		0	Europe/Paris	45.44485	4.48913		Bonzieu,Bonzieux		84	42	423	42207
3031622	Bonvilliers	bonvilliers	FR		0	Europe/Paris	48.42374	2.22308				11	91	911	91433
3031625	Bonville	bonville	FR		0	Europe/Paris	48.41754	1.53558				24	28	281	28177
3031633	Bonval	bonval	FR		0	Europe/Paris	48.27462	3.05334				27	89	893	89467
3031635	Bontems	bontems	FR		0	Europe/Paris	45.03619	0.87654				75	24	243	24220
3031636	Bontarville	bontarville	FR		0	Europe/Paris	48.23918	1.84634				24	28	281	28392
3031643	Bonsac	bonsac	FR		0	Europe/Paris	48.5999	3.43195				11	77	773	77026
3031651	Bonpertuis	bonpertuis	FR		0	Europe/Paris	45.39646	5.52931				84	38	382	38013
3031658	Bonnu	bonnu	FR		0	Europe/Paris	46.4435	1.62259				24	36	362	36062
3031660	Bonnœil	bonnoeil	FR		110	Europe/Paris	48.91667	-0.36667				28	14	142	14087
3031663	Bonnilly	bonnilly	FR		0	Europe/Paris	46.56809	1.60171		Bonnilly,Bonvilly		24	36	362	36048
3031664	Bonnillet	bonnillet	FR		0	Europe/Paris	46.62852	0.3678				75	86	863	86062
3031682	Bonnevialle	bonnevialle	FR		0	Europe/Paris	45.12403	4.03509				84	43	432	43165
3031684	Bonnevent	bonnevent	FR		0	Europe/Paris	48.68722	0.17688				28	61	611	61081
3031685	Bonneveine	bonneveine	FR		5148	Europe/Paris	43.25	5.38333				93	13	133	13055
3031696	Bonnevault	bonnevault	FR		0	Europe/Paris	48.26784	2.60611				11	77	774	77244
3031698	Bonneval-en-Diois	bonneval-en-diois	FR		0	Europe/Paris	44.62769	5.61354		Bonneval		84	26	261	26055
3031718	Bonnetie	bonnetie	FR		0	Europe/Paris	44.65	0.88333				75	24	241	24195
3031720	Bonnetaire	bonnetaire	FR		0	Europe/Paris	44.94482	5.62333				84	38	381	38438
3031730	Bonne Source	bonne-source	FR		0	Europe/Paris	47.25348	-2.33226				52	44	443	44132
3031731	Bonnesaigne	bonnesaigne	FR		0	Europe/Paris	45.46667	2.18333		Bonnesagne,Bonnesaigne		75	19	193	19058
3031736	Bonnenuit	bonnenuit	FR		0	Europe/Paris	45.12523	6.42841				84	73	733	73306
3031737	Bonne Nouvelle	bonne-nouvelle	FR		0	Europe/Paris	48.76667	-3.58333				53	22		
3031738	Bonnenouvelle	bonnenouvelle	FR		0	Europe/Paris	44.57852	0.84304				75	47	473	47202
3031741	Bonnemayoux	bonnemayoux	FR		0	Europe/Paris	44.76765	2.26452				84	15	151	15021
3031746	Bonnelle	bonnelle	FR		0	Europe/Paris	50.2108	1.74768				32	80	801	80633
3031747	Bonneisseix	bonneisseix	FR		0	Europe/Paris	46.06401	0.96296				75	87	871	87018
3031750	Bonneguête	bonneguete	FR		182	Europe/Paris	45.9434	5.90926		Bonneguete,Bonneguête		84	74	741	74095
3031753	Bonnefoy	bonnefoy	FR		0	Europe/Paris	43.61915	1.46114		Bonnefoi,Bonnefoy		76	31	313	31555
3031754	Bonne Fontaine	bonne-fontaine	FR		0	Europe/Paris	47.16047	-1.30393				52	44	442	44212
3031761	Bonnefond-Sigale	bonnefond-sigale	FR		0	Europe/Paris	45.61667	2.36667				75	19	193	19002
3031762	Bonnefond-le-Grand	bonnefond-le-grand	FR		0	Europe/Paris	46.68229	2.38905		Bonnefond-le-Grand,Le Grand Bonnefond		24	18	182	18009
3031768	Bonnefer	bonnefer	FR		0	Europe/Paris	46.81562	3.09952				27	58	583	58138
3031773	Bonneçon	bonnecon	FR		0	Europe/Paris	47.38048	3.72321				27	58	582	58197
3031774	Bonnechare	bonnechare	FR		0	Europe/Paris	44.72184	3.05171				76	48	482	48071
3031776	Bonneau	bonneau	FR		0	Europe/Paris	46.73076	2.77723				24	18	182	18029
3031786	Bonnance	bonnance	FR		0	Europe/Paris	50.54846	3.17254				32	59	595	59586
3031788	Bonnafond	bonnafond	FR		0	Europe/Paris	45.82152	2.49515				84	63	634	63165
3031798	Bonigeard	bonigeard	FR		0	Europe/Paris	47.97795	-3.45104				53	56	562	56131
3031808	Bon Garand	bon-garand	FR		0	Europe/Paris	47.2806	-1.6956				52	44	442	44194
3031809	Bonfruit	bonfruit	FR		0	Europe/Paris	48.6438	2.91138				11	77	773	77010
3031814	Bonen	bonen	FR		0	Europe/Paris	48.19723	-3.30615		Bonen		53	22	222	22266
3031819	Bondilly	bondilly	FR		0	Europe/Paris	46.70491	0.47298				75	86	863	86019
3031821	Bondieuse	bondieuse	FR		0	Europe/Paris	47.3179	3.21962				27	58	584	58048
3031822	Bondeville	bondeville	FR		0	Europe/Paris	49.77012	0.4406		Bondeville,Bordeville		28	76	762	76587
3031836	Bonchamp	bonchamp	FR		0	Europe/Paris	47.02963	0.83514				24	37	373	37130
3031841	Bonard	bonard	FR		0	Europe/Paris	44.96604	1.6507				76	46	463	46312
3031842	Bonaguil	bonaguil	FR		0	Europe/Paris	44.35	1.05				76	82	821	82117
3031846	Bomplein	bomplein	FR		0	Europe/Paris	46.66372	3.11229				84	03	032	03090
3031853	Bommaresche	bommaresche	FR		0	Europe/Paris	45.68752	1.12302				75	87	872	87106
3031870	Boler	boler	FR		0	Europe/Paris	49.44668	6.23185				44	57	577	57109
3031877	Boivert	boivert	FR		0	Europe/Paris	44.68247	0.97389				75	24	241	24080
3031880	Boitier	boitier	FR		0	Europe/Paris	47.09981	2.10477				24	18	183	18044
3031881	Boiteaumesnil	boiteaumesnil	FR		0	Europe/Paris	49.91141	1.61239				28	76	761	76101
3031882	Boiteau	boiteau	FR		0	Europe/Paris	47.23828	2.66448				24	18	181	18151
3031884	Boisvillette	boisvillette	FR		0	Europe/Paris	48.29823	1.44775				24	28	281	28048
3031886	Boisville	boisville	FR		0	Europe/Paris	48.63224	0.178				28	61	611	61464
3031887	Bois-Vignolles	bois-vignolles	FR		0	Europe/Paris	48.73727	2.71667				11	77	775	77215
3031888	Bois-Vert	bois-vert	FR		0	Europe/Paris	45.02359	5.13728				84	26	263	26039
3031890	Boistuaud	boistuaud	FR		0	Europe/Paris	47.33916	-1.86845		Boisthuaud,Boistuaud		52	44	443	44089
3031892	Bois Tizon	bois-tizon	FR		0	Europe/Paris	45.8599	0.44705				75	16	163	16195
3031893	Bois-Tireau	bois-tireau	FR		0	Europe/Paris	47.29353	0.53929				24	37	372	37099
3031904	Boissy-le-Girard	boissy-le-girard	FR		0	Europe/Paris	48.27526	2.13126				24	45	453	45015
3031907	Boissy-le-Brouard	boissy-le-brouard	FR		0	Europe/Paris	48.22877	2.32387				24	45	453	45260
3031915	Boissy	boissy	FR		0	Europe/Paris	48.6936	1.52655				24	28	283	28343
3031916	Boisson	boisson	FR		0	Europe/Paris	44.20696	4.25793				76	30	301	30008
3031919	Boissieux	boissieux	FR		0	Europe/Paris	45.98099	1.6601				75	23	232	23056
3031925	Boisseyres	boisseyres	FR		0	Europe/Paris	45.28356	4.01357				84	43	433	43246
3031931	Boisseuges	boisseuges	FR		0	Europe/Paris	45.15054	3.57276		Boisseuge,Boisseuges		84	43	431	43067
3031932	Boisseuge	boisseuge	FR		0	Europe/Paris	45.36637	3.07167				84	63	633	63220
3031933	Boisseuge	boisseuge	FR		0	Europe/Paris	45.29672	3.2361				84	43	431	43088
3031940	Boisset Haut	boisset-haut	FR		0	Europe/Paris	45.33849	3.95988				84	43	433	43212
3031942	Boisset Bas	boisset-bas	FR		0	Europe/Paris	45.32847	3.95974				84	43	433	43212
3031951	Boisserette	boisserette	FR		0	Europe/Paris	45.06757	3.42682				84	43	431	43151
3031953	Boisselle	boisselle	FR		0	Europe/Paris	47.82569	2.34965		Boiselle,Boisselle		24	45	452	45051
3031954	Boisselet	boisselet	FR		0	Europe/Paris	49.8392	1.38859				28	76	761	76392
3031955	Boissel	boissel	FR		0	Europe/Paris	45.74857	3.89035				84	42	421	42247
3031956	Boisséjour	boissejour	FR		0	Europe/Paris	45.74159	3.06047				75			
3031959	Boissec	boissec	FR		0	Europe/Paris	44.7	0.96667				75	24	241	24080
3031975	Boissailles	boissailles	FR		0	Europe/Paris	45.6989	4.29803				84	42	421	42319
3031977	Boisroux	boisroux	FR		0	Europe/Paris	48.2831	2.86762				11	77	774	77504
3031978	Bois-Roulot	bois-roulot	FR		0	Europe/Paris	46.68333	4.38333		Bois de Laoult,Bois-Roulot,Cite du Bois-Roulot,Cité du Bois-Roulot		27	71	711	71040
3031980	Boisridon	boisridon	FR		0	Europe/Paris	48.54004	1.13736				24	28	283	28130
3031981	Boisricheux	boisricheux	FR		0	Europe/Paris	48.57892	1.53455				24	28	281	28298
3031982	Bois Ricard	bois-ricard	FR		0	Europe/Paris	49.95611	1.33688				28	76	761	76618
3031983	Bois Rétif	bois-retif	FR		0	Europe/Paris	47.02923	3.47718				27	58	583	58031
3031985	Boisrault	boisrault	FR		0	Europe/Paris	49.85569	1.87682		Boisrault		32	80	802	80443
3031986	Bois Ratier	bois-ratier	FR		0	Europe/Paris	46.9621	2.21403				24	18	181	18066
3031988	Bois Noir	bois-noir	FR		0	Europe/Paris	44.66667	6.85		Bois Noir,Le Bois Noir		93	05	051	05026
3031990	Bois Morin Petit	bois-morin-petit	FR		0	Europe/Paris	48.23243	-1.20152				53	35	351	35072
3031991	Bois Morin Grand	bois-morin-grand	FR		0	Europe/Paris	48.23333	-1.2				53	35	351	35072
3031992	Bois Morin	bois-morin	FR		0	Europe/Paris	48.23233	-1.20669				53	35	351	35072
3031996	Bois Mivoye	bois-mivoye	FR		0	Europe/Paris	48.35219	1.45083		Bois Mivoye,Bois-de Mivoye		24	28	281	28122
3031999	Boismare	boismare	FR		0	Europe/Paris	49.73045	0.52997				28	76	762	76689
3032005	Bois Lessus	bois-lessus	FR		0	Europe/Paris	48.01667	4.01667				44	10	103	10395
3032011	Bois-le-Comte	bois-le-comte	FR		0	Europe/Paris	48.64672	3.16094				11	77	773	77239
3032012	Bois-la-Ville	bois-la-ville	FR		0	Europe/Paris	47.36476	6.40623		Bois		27	25	251	25313
3032014	Bois Lantal	bois-lantal	FR		0	Europe/Paris	44.92294	4.29506				84	07	073	07054
3032019	Bois Hulin	bois-hulin	FR		0	Europe/Paris	49.81071	1.12664		Bois Hulin,Le Bois-Hulin		28	76	761	76173
3032024	Bois-Hatrel	bois-hatrel	FR		0	Europe/Paris	49.71667	1.43333				28	76	761	76465
3032029	Bois-Gisson	bois-gisson	FR		0	Europe/Paris	47.09714	2.13162				24	18	183	18044
3032030	Boisgirard	boisgirard	FR		0	Europe/Paris	47.30695	2.72896				24	18	181	18079
3032032	Bois Gibault	bois-gibault	FR		0	Europe/Paris	47.31931	2.90753				27	58	584	58295
3032034	Bois-Gautier	bois-gautier	FR		0	Europe/Paris	49.52998	1.41691				28	76	761	76171
3032037	Bois Gars	bois-gars	FR		0	Europe/Paris	47.86074	0.20687				52	72	723	72287
3032038	Bois-Fézédin	bois-fezedin	FR		0	Europe/Paris	48.37707	0.59298				28	61	613	61196
3032041	Bois-en-Ardres	bois-en-ardres	FR		0	Europe/Paris	50.87577	1.97768		Bois-en-Ardres		32	62	626	62038
3032046	Bois Durand	bois-durand	FR		0	Europe/Paris	47.72152	2.00943				24	45	452	45200
3032050	Bois des Puits	bois-des-puits	FR		0	Europe/Paris	49.68072	1.68476				28	76	761	76199
3032053	Bois de Molle	bois-de-molle	FR		0	Europe/Paris	49.3208	2.0925		Bois de Molle,Le Bois-de-Molle		32	60	601	60196
3032054	Bois de Mains	bois-de-mains	FR		0	Europe/Paris	47.16526	-0.40414				52	49	492	49373
3032055	Bois de l'Aune	bois-de-l-aune	FR		0	Europe/Paris	47.31085	3.00657				27	58	584	58265
3032058	Bois de la Madeleine	bois-de-la-madeleine	FR		0	Europe/Paris	47.46976	3.70011				27	89	892	89446
3032061	Bois-de-Feugère	bois-de-feugere	FR		0	Europe/Paris	48.25636	1.41226		Bois de Feugeres,Bois de Feugères,Bois-de-Feugere,Bois-de-Feugère		24	28	282	28057
3032066	Bois Daniel	bois-daniel	FR		0	Europe/Paris	48.01259	-3.8565				53	29	294	29049
3032072	Bois-Champ-Beau	bois-champ-beau	FR		0	Europe/Paris	48.35826	2.22282				11	91	911	91001
3032073	Bois Chagnat	bois-chagnat	FR		0	Europe/Paris	46.94193	2.33348				24	18	181	18008
3032074	Bois Chabot	bois-chabot	FR		0	Europe/Paris	48.13914	0.20947				52	72	723	72205
3032075	Bois-Bruneau	bois-bruneau	FR		0	Europe/Paris	48.7	1.25				24	28	283	28087
3032076	Bois Bretoux	bois-bretoux	FR		0	Europe/Paris	46.7344	4.48024		Bois Bretoux,Le Bois Bretoux		27	71	711	71436
3032078	Bois Bouzon	bois-bouzon	FR		0	Europe/Paris	47.07257	2.6621				24	18	181	18092
3032080	Bois Bourdin	bois-bourdin	FR		0	Europe/Paris	48.59038	3.23872				11	77	773	77319
3032085	Boisbelle	boisbelle	FR		0	Europe/Paris	47.31077	2.52429				24	18	181	18109
3032087	Bois Barbu	bois-barbu	FR		0	Europe/Paris	45.06546	5.53002				84	38	381	38548
3032088	Bois-Bance	bois-bance	FR		0	Europe/Paris	49.53819	0.80625				28	76	763	76289
3032089	Bois Avril	bois-avril	FR		0	Europe/Paris	47.52318	3.38619				27	89	891	89158
3032090	Bois-aux-Moines	bois-aux-moines	FR		0	Europe/Paris	49.59245	1.77447		Bois,Bois-aux-Moines		32	60	601	60214
3032091	Bois Augeais	bois-augeais	FR		0	Europe/Paris	45.9708	0.3229				75	16	163	16242
3032092	Bois-Aubry	bois-aubry	FR		0	Europe/Paris	47.01022	0.48749				24	37	371	37140
3032093	Bois-Aubert	bois-aubert	FR		0	Europe/Paris	49.50228	1.83597				32	60	601	60611
3032109	Boire	boire	FR		0	Europe/Paris	46.98333	3.56667				27	58	581	58292
3032110	Boiray	boiray	FR		0	Europe/Paris	45.18857	4.56265				84	07	073	07347
3032115	Boinville-au-Chemin	boinville-au-chemin	FR		0	Europe/Paris	48.37919	1.66027		Boinville,Boinville-au-Chemin		24	28	281	28309
3032116	Boinville	boinville	FR		0	Europe/Paris	48.40795	2.05011				11	91	911	91130
3032117	Boinville	boinville	FR		0	Europe/Paris	48.20799	1.77624				24	28	281	28189
3032119	Boigny	boigny	FR		0	Europe/Paris	48.50278	2.3672				11	91	911	91047
3032120	Boigny	boigny	FR		0	Europe/Paris	48.33659	2.10268				11	91	911	91390
3032122	Boibieux	boibieux	FR		0	Europe/Paris	45.63333	3.98333				84	42	421	42054
3032123	Bohème	boheme	FR		0	Europe/Paris	47.36829	2.96096		Boheme,Bohème		27	58	584	58086
3032129	Bogon	bogon	FR		0	Europe/Paris	45.39679	2.8359				84	63	633	63144
3032131	Bogas	bogas	FR		0	Europe/Paris	48.00101	-2.59188				53	56	562	56102
3032134	Boeux	boeux	FR		0	Europe/Paris	45.02432	3.78046		Beux,Boeux		84	43	432	43018
3032136	Bœurs-en-Othe	boeurs-en-othe	FR		307	Europe/Paris	48.13333	3.71667		Boeurs		27	89	893	89048
3032143	Boësse	boesse	FR		549	Europe/Paris	46.97634	-0.47284		Boesse,Boësse		75	79	791	79013
3032144	Bœsenbiesen	boesenbiesen	FR		288	Europe/Paris	48.2273	7.56306		Bezenbisen,Bezenbizen,Biese,Boesenbiesen,Bösenbiesen,bo ai sang bi ye sang,bwsynbysyn,Безенбизен,Безенбисен,Безенбізен,بوسينبيسين,博埃桑比耶桑		44	67	675	67053
3032147	Bœrsch	boersch	FR		2256	Europe/Paris	48.47656	7.43998		Bersch,Bersh,Boersch,Börsch,bo ai er si ke,bwrstsh,Берш,بورستش,博埃尔斯克		44	67	673	67052
3032148	Boëre	boere	FR		0	Europe/Paris	45.59366	0.58874				75	24	242	24548
3032149	Boëncourt	boencourt	FR		0	Europe/Paris	50.05713	1.77168				32	80	801	80076
3032150	Boënat	boenat	FR		0	Europe/Paris	46.17946	2.99443				84	03	033	03135
3032157	Bodister	bodister	FR		0	Europe/Paris	48.49044	-3.799				53	29	293	29207
3032158	Bodion	bodion	FR		0	Europe/Paris	47.9914	-2.94994		Bodion,Bodion-en-Plumeliau		53	56	562	56173
3032159	Bodingar	bodingar	FR		0	Europe/Paris	48.34756	-4.01645				53	29	292	29261
3032161	Bodieu	bodieu	FR		0	Europe/Paris	48.04143	-2.51781				53	56	562	56134
3032162	Bodiciasclie	bodiciasclie	FR		0	Europe/Paris	41.91817	8.91246		Bodiciasche,Bodiciasclie		94	2A	2A1	2A085
3032163	Bodevintin	bodevintin	FR		0	Europe/Paris	48.34055	-4.18011				53	29	291	29078
3032165	Boderel	boderel	FR		0	Europe/Paris	48.02359	-3.03633				53	56	562	56076
3032166	Bodéncs	bodencs	FR		0	Europe/Paris	48.35155	-4.16767				53	29	291	29086
3032168	Boculé	bocule	FR		0	Europe/Paris	48.42261	-2.14158				53	22	221	22388
3032172	Bockange	bockange	FR		0	Europe/Paris	49.24061	6.42324				44	57	573	57542
3032174	Bocca di l'Oru	bocca-di-l-oru	FR		0	Europe/Paris	41.54618	9.2852		Bocca del Oro,Bocca dell Oro,Bocca di l'Oru		94	2A	2A4	2A247
3032186	Blunay	blunay	FR		0	Europe/Paris	48.50407	3.38526				11	77	773	77289
3032189	Bluech	bluech	FR		0	Europe/Paris	44.27912	3.81518				76	48	481	48178
3032191	Bloux	bloux	FR		0	Europe/Paris	46.74979	2.87186				84	03	032	03155
3032192	Blousson	blousson	FR		52	Europe/Paris	43.46565	0.19184		Blousson,Blousson-Serian,Blousson-Sérian,Blouzon-Serian,Blouzon-Sérian		76	32	323	32058
3032196	Blot	blot	FR		0	Europe/Paris	46.08333	2.93333				84	63	634	63391
3032204	Blondeaux	blondeaux	FR		0	Europe/Paris	46.835	4.16512		Blondeaux,Les Blondeaux		27	71	711	71192
3032221	Blinière	bliniere	FR		0	Europe/Paris	46.52009	2.96944				84	03	032	03218
3032229	Bligny-en-Othe	bligny-en-othe	FR		0	Europe/Paris	48.01761	3.60695		Bligny,Bligny-en-Othe		27	89	891	89055
3032241	Bleyssac	bleyssac	FR		0	Europe/Paris	44.9515	4.44456				84	07	073	07248
3032242	Blévy	blevy	FR		0	Europe/Paris	48.63909	1.18162		Blevy,Blévy		24	28	283	28226
3032243	Bléville	bleville	FR		0	Europe/Paris	49.51896	0.09809				28	76	762	76351
3032244	Bléville	bleville	FR		0	Europe/Paris	48.27549	2.29584				24	45	453	45065
3032256	Blessin	blessin	FR		0	Europe/Paris	48.63069	-1.88969				53	35	354	35299
3032264	Bléry	blery	FR		0	Europe/Paris	48.96763	1.59509				11	78	781	78082
3032266	Blériot-Plage	bleriot-plage	FR		0	Europe/Paris	50.958	1.8247	4			32	62	626	62774
3032268	Blercourt	blercourt	FR		427	Europe/Paris	49.11184	5.2375		Blercourt		44	55	553	55385
3032270	Blérancourdelle	blerancourdelle	FR		0	Europe/Paris	49.50292	3.13295				32	02	022	02093
3032285	Bleigny	bleigny	FR		0	Europe/Paris	47.67086	3.4747		Blegny,Bleigny		27	89	891	89117
3032286	Blégiers	blegiers	FR		0	Europe/Paris	44.17918	6.41824		Blegiers,Blégiers		93	04	043	04155
3032289	Blazy	blazy	FR		0	Europe/Paris	44.71731	1.55322				76	46	463	46304
3032297	Blavincourt	blavincourt	FR		0	Europe/Paris	50.27854	2.47932				32	62	621	62092
3032310	Blaune	blaune	FR		0	Europe/Paris	45.43202	5.46785		Blanne,Blaune		84	38	382	38287
3032333	Blanzaguet	blanzaguet	FR		0	Europe/Paris	44.92227	1.53237				76	46	463	46016
3032346	Blanlliac	blanlliac	FR		0	Europe/Paris	45.16414	3.98736				84	43	432	43165
3032353	Blangy	blangy	FR		0	Europe/Paris	50.3	2.8				32	62	621	62753
3032355	Blangiel	blangiel	FR		0	Europe/Paris	49.79807	1.78379				32	80	802	80456
3032357	Blangermont	blangermont	FR		87	Europe/Paris	50.3293	2.22009		Blangermont		32	62	621	62137
3032365	Blandat	blandat	FR		0	Europe/Paris	46.31807	1.99728				75	23	232	23089
3032370	Blanc-Pignon	blanc-pignon	FR		0	Europe/Paris	43.50936	-1.50184				75	64	641	64024
3032372	Blanc-Misseron	blanc-misseron	FR		0	Europe/Paris	50.40266	3.67347		Blanc-Misserom		32	59	596	59484
3032374	Blancheville	blancheville	FR		0	Europe/Paris	48.22279	5.25982		Blancheville		44	52	521	52008
3032377	Blanchet	blanchet	FR		0	Europe/Paris	45.16965	4.62404				84	07	073	07205
3032380	Blanche-Lande	blanche-lande	FR		0	Europe/Paris	47.35369	-1.2569				52	44	445	44115
3032383	Blanchefort	blanchefort	FR		0	Europe/Paris	45.36539	1.62077				75	19	192	19100
3032384	Blanchefontaine	blanchefontaine	FR		55	Europe/Paris	47.27626	6.7655		Blanchefontaine		27	25	252	25433
3032385	Blancheface	blancheface	FR		0	Europe/Paris	48.52889	2.09715				11	91	911	91593
3032394	Blanchard	blanchard	FR		0	Europe/Paris	45.29943	4.63464				84	07	073	07265
3032395	Blanchard	blanchard	FR		0	Europe/Paris	45.23846	4.35909				84	43	433	43163
3032396	Blanchard	blanchard	FR		0	Europe/Paris	45.07037	4.7902				84	07	073	07245
3032397	Blanchard	blanchard	FR		0	Europe/Paris	44.99182	4.69901				84	07	073	07095
3032398	Blanchard	blanchard	FR		0	Europe/Paris	44.58333	0.56667				75	47	473	47259
3032423	Blanc	blanc	FR		0	Europe/Paris	44.79622	5.63451				84	38	381	38301
3032424	Blanc	blanc	FR		0	Europe/Paris	44.74085	0.75126				75	24	241	24028
3032425	Blanaz	blanaz	FR		0	Europe/Paris	45.9256	5.44735		Blanaz		84	01	011	01384
3032426	Blanat	blanat	FR		0	Europe/Paris	44.80882	1.66916				76	46	463	46240
3032431	Blamécourt	blamecourt	FR		0	Europe/Paris	49.15852	1.79988				11	95	953	95355
3032434	Blaizat	blaizat	FR		0	Europe/Paris	45.11475	3.57552				84	43	431	43132
3032441	Blaise-sous-Hauteville	blaise-sous-hauteville	FR		0	Europe/Paris	48.61985	4.77835		Blaise,Blaise-sous-Hauteville		44	51	514	51277
3032447	Blaise	blaise	FR		0	Europe/Paris	49.39064	4.65569		Blaise		44	08	084	08490
3032448	Blaise	blaise	FR		0	Europe/Paris	48.2818	4.96966		Blaise		44	52	521	52140
3032456	Blainville	blainville	FR		0	Europe/Paris	49.88541	0.94629				28	76	761	76395
3032457	Blainville	blainville	FR		0	Europe/Paris	48.69793	1.39595				24	28	283	28239
3032477	Blacons	blacons	FR		0	Europe/Paris	44.71481	5.08824		Blacons		84	26	261	26183
3032479	Blachière	blachiere	FR		0	Europe/Paris	44.78333	6.55				93	05	051	05006
3032483	Bizy	bizy	FR		0	Europe/Paris	49.08214	1.46162				28	27	271	27681
3032484	Bizy	bizy	FR		0	Europe/Paris	47.09438	3.18249				27	58	583	58207
3032498	Bizac	bizac	FR		0	Europe/Paris	44.94531	3.84713				84	43	432	43039
3032508	Biver	biver	FR		0	Europe/Paris	43.43243	5.46677		Biver		93	13	131	13041
3032514	Bitou	bitou	FR		0	Europe/Paris	44.89038	1.06553				75	24	244	24268
3032515	Bithaine-et-le-Val	bithaine-et-le-val	FR		0	Europe/Paris	47.69714	6.36199		Bithaine,Bithaine-et-le-Val		27	70	701	70004
3032519	Bitarel	bitarel	FR		0	Europe/Paris	44.88333	0.35				75	24	241	24222
3032525	Bissy	bissy	FR		0	Europe/Paris	45.57979	5.88949				84	73	732	73065
3032536	Bisseau	bisseau	FR		0	Europe/Paris	48.25009	1.6111				24	28	281	28406
3032537	Bissareix	bissareix	FR		0	Europe/Paris	45.73087	2.39422				75	23	231	23221
3032538	Bisping	bisping	FR		0	Europe/Paris	48.80544	6.89396		Bisping		44	57	575	57086
3032541	Bisinao	bisinao	FR		0	Europe/Paris	41.84211	8.87202		Bisinao		94	2A	2A1	2A008
3032542	Bisene	bisene	FR		0	Europe/Paris	41.65976	9.08334		Bisene		94	2A	2A4	2A308
3032548	Bischtroff-sur-Sarre	bischtroff-sur-sarre	FR		0	Europe/Paris	48.90168	7.07239		Bischtroff-sur-Sarre,Pisdorf,Pistorf		44	67	674	67435
3032553	Biscarrosse-Plage	biscarrosse-plage	FR		0	Europe/Paris	44.44848	-1.24714		Biscarosse-Plage,Biscarrosse-Plage		75	40	402	40046
3032564	Birlenbach	birlenbach	FR		976	Europe/Paris	48.97684	7.88029				44	67	672	67104
3032570	Birambis	birambis	FR		0	Europe/Paris	44.79438	-0.5634				75	33	332	33039
3032576	Biounac	biounac	FR		0	Europe/Paris	44.48806	2.76449				76	12	122	12096
3032584	Bionnay	bionnay	FR		0	Europe/Paris	45.86813	6.72377				84	74	742	74236
3032587	Bionnassay	bionnassay	FR		0	Europe/Paris	45.86435	6.75455		Bionnassay,Bionnasset		84	74	742	74236
3032578	Biot	biot	FR	06410	0	Europe/Paris	45.8708	2.75352				84	63	634	63170
3032612	Bilques	bilques	FR		0	Europe/Paris	50.69793	2.26046				32	62	625	62423
3032617	Billy-sous-les-Côtes	billy-sous-les-cotes	FR		0	Europe/Paris	49.00995	5.68961		Billy,Billy-sous-les-Cotes,Billy-sous-les-Côtes		44	55	552	55551
3032627	Billory	billory	FR		0	Europe/Paris	48.45476	4.81519				44	52	523	52331
3032628	Billonnière	billonniere	FR		0	Europe/Paris	46.35239	3.29038				84	03	032	03083
3032631	Billieu	billieu	FR		0	Europe/Paris	45.78832	5.70628				84	01	011	01227
3032644	Billas	billas	FR		0	Europe/Paris	44.60437	0.48018				75	47	472	47235
3032651	Bilhon	bilhon	FR		0	Europe/Paris	45.11667	4.4				84	07	073	07212
3032652	Bilheux	bilheux	FR		0	Europe/Paris	48.5658	1.33442				24	28	283	28393
3032656	Bilazais	bilazais	FR		0	Europe/Paris	46.93345	-0.09647		Bilazais		75	79	791	79196
3032657	Bilac	bilac	FR		0	Europe/Paris	47.3278	-2.31238				52	44	443	44151
3032658	Bijonnette	bijonnette	FR		0	Europe/Paris	48.59039	1.25868				24	28	283	28360
3032665	Bigut Petit	bigut-petit	FR		0	Europe/Paris	46.55	3.11667				84	03	032	03012
3032666	Bigut Grand	bigut-grand	FR		0	Europe/Paris	46.55934	3.12428				84	03	032	03012
3032669	Bigues	bigues	FR		0	Europe/Paris	44.74374	1.6107				76	46	463	46059
3032670	Bigots	bigots	FR		0	Europe/Paris	44.75396	0.61942				75	24	241	24287
3032671	Bigot	bigot	FR		0	Europe/Paris	45.04063	0.60874				75	24	243	24061
3032676	Bigny	bigny	FR		0	Europe/Paris	46.80257	2.36829		Bigny,Bigny-Vallenay		24	18	182	18270
3032677	Bigny	bigny	FR		0	Europe/Paris	46.66334	2.28886				24	18	182	18230
3032680	Bignon	bignon	FR		0	Europe/Paris	47.93415	1.93915				24	45	452	45308
3032687	Bigaroque	bigaroque	FR		0	Europe/Paris	44.85619	0.91957		Bigaroque		75	24	244	24142
3032689	Biganon	biganon	FR		0	Europe/Paris	44.41298	-0.75297				75	40	402	40200
3032691	Bifauvel	bifauvel	FR		0	Europe/Paris	49.34667	1.62731				28	27	271	27372
3032709	Biesse	biesse	FR		0	Europe/Paris	45.85048	4.16388				84	42	422	42254
3032718	Bierry-le Haut	bierry-le-haut	FR		0	Europe/Paris	47.5	3.95				27	89	892	89025
3032719	Bierry-le Bas	bierry-le-bas	FR		0	Europe/Paris	47.5	3.96667				27	89	892	89378
3032721	Bierry	bierry	FR		0	Europe/Paris	47.50607	3.96429				27	89	892	89378
3032723	Bierre-l'Égaré	bierre-l-egare	FR		0	Europe/Paris	47.39732	4.15321		Bierre-en-Morvan,Bierre-l'Egare,Bierre-l'Égaré		27	21	213	21525
3032725	Biernes	biernes	FR		0	Europe/Paris	48.26151	4.91532		Biernes		44	52	521	52140
3032731	Bierge Petite	bierge-petite	FR		0	Europe/Paris	46.53333	2.11667				24	36	363	36038
3032732	Bierge Grande	bierge-grande	FR		0	Europe/Paris	46.51667	2.11667				24	36	363	36227
3032733	Bière	biere	FR		0	Europe/Paris	46.83114	3.13867				27	58	583	58260
3032740	Biennais	biennais	FR		0	Europe/Paris	49.64245	1.15948				28	76	761	76249
3032741	Biénnac	biennac	FR		0	Europe/Paris	45.82139	0.84594		Bienac,Biennac,Biennat,Biénac,Biénnac		75	87	873	87126
3032742	Bienfol	bienfol	FR		0	Europe/Paris	48.36147	1.27392				24	28	281	28225
3032743	Bienfay	bienfay	FR		0	Europe/Paris	50.06875	1.77869		Bienfait,Bienfay		32	80	801	80578
3032748	Bielleville	bielleville	FR		0	Europe/Paris	49.64981	0.49944				28	76	762	76543
3032762	Bidot	bidot	FR		0	Europe/Paris	44.78907	0.769				75	24	241	24028
3032775	Bicherieux	bicherieux	FR		0	Europe/Paris	47.4	2.02057				24	41	413	41232
3032776	Bichereau	bichereau	FR		0	Europe/Paris	48.30773	2.94329				11	77	773	77465
3032782	Bichain	bichain	FR		0	Europe/Paris	48.3438	3.04725				27	89	893	89460
3032788	Biberkirch	biberkirch	FR		0	Europe/Paris	48.66676	7.11581				44	57	575	57680
3032789	Biaville	biaville	FR		0	Europe/Paris	48.37472	0.74816				28	61	613	61309
3032793	Biarville	biarville	FR		0	Europe/Paris	48.33231	6.86846				44	88	883	88328
3032800	Biarge	biarge	FR		0	Europe/Paris	45.95371	0.35365				75	16	163	16087
3032837	Bézencourt	bezencourt	FR		0	Europe/Paris	49.84523	1.85569				32	80	802	80443
3032838	Bézénan	bezenan	FR		0	Europe/Paris	48.23034	-3.05152				53	22	224	22033
3032854	Bézage	bezage	FR		0	Europe/Paris	44.75387	0.37222				75	24	241	24534
3032858	Bèz	bez	FR		0	Europe/Paris	44.50355	2.10732		Bes,Bez,Bèz,Bés		76	12	123	12170
3032868	Beyrède	beyrede	FR		197	Europe/Paris	42.95712	0.37677		Beyrede,Beyrede-Jumet,Beyrède,Beyrède-Jumet		76	65	652	65092
3032870	Beynette	beynette	FR		0	Europe/Paris	45.52464	2.0777				75	19	193	19008
3033049	Bessole	bessole	FR		0	Europe/Paris	45.48333	2.41667				75	19	193	19190
3032880	Beychac	beychac	FR		1926	Europe/Paris	44.87747	-0.40277		Beychac,Beychac-et-Caillau		75	33	332	33049
3032893	Beuzeville-la-Giffarde	beuzeville-la-giffarde	FR		0	Europe/Paris	49.65804	1.21223		Beuzeville,Beuzeville-la-Giffarde		28	76	763	76062
3032897	Beuzec-Conq	beuzec-conq	FR		0	Europe/Paris	47.88887	-3.90151		Beuzec-Cong,Beuzec-Conq,Beuzec-Conq-Bourg		53	29	294	29039
3032912	Beuvreil	beuvreil	FR		0	Europe/Paris	49.53216	1.68621				28	76	761	76209
3032918	Beuville	beuville	FR		0	Europe/Paris	49.70309	1.0587				28	76	761	76574
3032919	Beuville	beuville	FR		2311	Europe/Paris	49.24364	-0.32585				28	14	142	14068
3032924	Beuvange sous Saint-Michel	beuvange-sous-saint-michel	FR		0	Europe/Paris	49.36496	6.08662		Beuvange,Beuvange sous Saint-Michel		44	57	577	57672
3032943	Beulle	beulle	FR		0	Europe/Paris	48.91667	1.88333				11	78	783	78305
3032944	Beulin	beulin	FR		0	Europe/Paris	48.21003	-0.81207		Beulin		52	53	533	53225
3032962	Bettoncourt-le-Haut	bettoncourt-le-haut	FR		0	Europe/Paris	48.3748	5.303		Bettoncourt,Bettoncourt-le-Haut		44	52	523	52187
3032983	Bettaincourt-sur-Rognon	bettaincourt-sur-rognon	FR		587	Europe/Paris	48.30521	5.25322		Bettaincourt,Bettaincourt-sur-Rognon		44	52	523	52044
3032984	Bettaincourt	bettaincourt	FR		0	Europe/Paris	48.43537	1.22882				24	28	281	28099
3032992	Betour	betour	FR		0	Europe/Paris	45.6597	1.2222				75	87	872	87077
3032995	Bétoncourt-les-Ménétriers	betoncourt-les-menetriers	FR		0	Europe/Paris	47.68778	5.78983		Betoncourt,Betoncourt-les-Menetriers,Bétoncourt-les-Ménétriers		27	70	702	70373
3032998	Bétille	betille	FR		0	Europe/Paris	44.72619	1.95608				76	46	462	46143
3033016	Bethenet	bethenet	FR		0	Europe/Paris	46.5005	1.65535				24	36	362	36160
3033035	Bétahon	betahon	FR		0	Europe/Paris	47.52678	-2.50756		Bellaon,Betahon,Bétahon		53	56	563	56002
3033037	Best	best	FR		0	Europe/Paris	45.65894	3.5333				84	63	631	63136
3033039	Bessuille	bessuille	FR		0	Europe/Paris	44.61667	6.16667		Bessueille,Bessuille		93	05	052	05004
3033041	Bessous	bessous	FR		0	Europe/Paris	44.67961	1.41103				76	46	463	46072
3033043	Bessonville	bessonville	FR		0	Europe/Paris	48.32201	2.59649				11	77	774	77088
3033047	Bessolles	bessolles	FR		0	Europe/Paris	46.47342	2.004				24	36	363	36163
3033048	Bessolle	bessolle	FR		0	Europe/Paris	45.52363	3.01916				84	63	633	63335
3033055	Bessillac	bessillac	FR		0	Europe/Paris	45.8901	0.98377				75	87	873	87140
3033057	Bessias	bessias	FR		0	Europe/Paris	45.14355	4.49544				84	07	073	07285
3033058	Bessi	bessi	FR		0	Europe/Paris	46.84065	2.85332				24	18	182	18242
3033063	Bessette	bessette	FR		0	Europe/Paris	45.42191	3.86943				84	63	631	63412
3033067	Besses	besses	FR		0	Europe/Paris	45.50776	2.11713				75	19	193	19008
3033068	Besses	besses	FR		0	Europe/Paris	45.16985	3.69541				84	43	432	43003
3033069	Besses	besses	FR		0	Europe/Paris	44.70901	2.02129				76	46	462	46260
3033072	Besse-Mathieu	besse-mathieu	FR		0	Europe/Paris	46.16994	2.34895				75	23	231	23114
3033092	Bessat	bessat	FR		0	Europe/Paris	45.87353	1.99242				75	23	231	23249
3033093	Bessat	bessat	FR		0	Europe/Paris	45.6697	2.86571				84	63	633	63451
3033095	Bessarioux	bessarioux	FR		0	Europe/Paris	44.90338	3.8674				84	43	432	43039
3033101	Bessais	bessais	FR		0	Europe/Paris	46.54885	3.02581				84	03	032	03218
3033106	Besnez	besnez	FR		0	Europe/Paris	48.50491	1.25776				24	28	281	28324
3033109	Besnard	besnard	FR		0	Europe/Paris	48.66464	-2.32215				53	22	221	22201
3033115	Beslé	besle	FR		0	Europe/Paris	47.69746	-1.86692				52	44	445	44067
3033131	Berzet	berzet	FR		0	Europe/Paris	45.72501	3.04674		Berzet		84	63	632	63345
3033144	Berven	berven	FR		0	Europe/Paris	48.60566	-4.11245				53	29	293	29213
3033150	Bertrou	bertrou	FR		0	Europe/Paris	47.40371	2.77372				24	18	181	18256
3033151	Bertring	bertring	FR		0	Europe/Paris	48.97379	6.72821				44	57	573	57262
3033161	Bertrans	bertrans	FR		0	Europe/Paris	44.60397	0.81216				75	47	473	47080
3033166	Bertrand	bertrand	FR		0	Europe/Paris	49.57208	0.19746				28	76	762	76534
3033167	Bertrand	bertrand	FR		0	Europe/Paris	45.08131	4.59997				84	07	073	07236
3033169	Bertramesnil	bertramesnil	FR		0	Europe/Paris	49.62579	1.22505				28	76	763	76188
3033171	Bertrai	bertrai	FR		0	Europe/Paris	46.97109	2.50118		Bertrai,Bertray		24	18	181	18218
3033172	Bertouzis	bertouzis	FR		0	Europe/Paris	45.16312	4.21257				84	43	433	43114
3033174	Bertis	bertis	FR		0	Europe/Paris	44.60121	0.83964				75	47	473	47202
3033175	Bertinquesme	bertinquesme	FR		0	Europe/Paris	50.46706	3.35947				32	59	593	59551
3033178	Bertin	bertin	FR		0	Europe/Paris	48.65278	0.92773				24	28	283	28271
3033181	Bertignat Haut	bertignat-haut	FR		0	Europe/Paris	46.09265	2.16049				75	23	231	23229
3033182	Bertignat Bas	bertignat-bas	FR		0	Europe/Paris	46.09665	2.16283				75	23	231	23229
3033184	Berthoux	berthoux	FR		0	Europe/Paris	45.03875	4.38663				84	07	073	07080
3033185	Berthouvilliers	berthouvilliers	FR		0	Europe/Paris	48.28476	1.87296				24	28	281	28276
3033187	Bertholon	bertholon	FR		0	Europe/Paris	45.3874	5.1108				84	38	383	38311
3033190	Berthes	berthes	FR		0	Europe/Paris	47.48657	3.02124				27	58	584	58270
3033195	Berthemont-les-Bains	berthemont-les-bains	FR		0	Europe/Paris	44.04882	7.30997		Bains de Berthemont,Berthemont,Berthemont-les-Bains		93	06	062	06103
3033196	Berthem	berthem	FR		0	Europe/Paris	50.83306	2.02892		Berthain,Berthem		32	62	626	62531
3033206	Berthault	berthault	FR		0	Europe/Paris	46.79419	0.34672				75	86	861	86184
3033212	Bertalaix	bertalaix	FR		0	Europe/Paris	44.72683	5.10796				84	26	261	26183
3033770	Belingard	belingard	FR		0	Europe/Paris	44.79966	0.43372				75	24	241	24331
3033231	Berry	berry	FR		0	Europe/Paris	47.07905	2.81524				24	18	181	18286
3033234	Berrogain	berrogain	FR		147	Europe/Paris	43.25184	-0.85451		Berogen Laren,Berrogain,Berrogain-Laruns,Berrogaine,Berrogaine-Lahuentze,Berrogaine-Lahüntze,Berrogaine-Laruentze,Berrogaine-Larüntze,Berroganh-Laruntz,Berrogen-Larens,Berrogen-Larjons,bei luo gan la lan,Бероген Ларен,Берроген-Ларенс,Берроген-Ларёнс,贝罗甘拉兰		75	64	642	64115
3033243	Berreau	berreau	FR		0	Europe/Paris	47.46881	-2.11167				52	44	443	44129
3033250	Berquedioude	berquedioude	FR		0	Europe/Paris	45.2	1.35				75	19	191	19289
3033256	Berny-sur-Noye	berny-sur-noye	FR		0	Europe/Paris	49.74497	2.34904		Berny,Berny-sur-Noye		32	80	803	80010
3033266	Bernompré	bernompre	FR		0	Europe/Paris	49.78529	1.65355				28	76	761	76479
3033278	Bernière	berniere	FR		0	Europe/Paris	47.0613	3.62024				27	58	581	58065
3033279	Bernier	bernier	FR		0	Europe/Paris	48.55465	1.36863				24	28	283	28393
3033280	Bernier	bernier	FR		0	Europe/Paris	46.45708	1.19528				24	36	361	36094
3033282	Bernichou	bernichou	FR		0	Europe/Paris	45.21749	0.44174		Bernichou,Les Bernichoux		75	24	243	24154
3033286	Berneuse	berneuse	FR		0	Europe/Paris	48.42571	1.33472				24	28	281	28337
3033320	Bernard	bernard	FR		0	Europe/Paris	44.24488	5.47086				84	26	262	26181
3033321	Bernapré	bernapre	FR		0	Europe/Paris	49.89792	1.7348				32	80	802	80084
3033322	Bernapré	bernapre	FR		0	Europe/Paris	49.70452	1.7869				32	60	601	60545
3033323	Bernai	bernai	FR		0	Europe/Paris	46.27332	0.39414				75	86	862	86264
3033340	Berluviers	berluviers	FR		0	Europe/Paris	48.15853	3.69063		Berluvier		44	10	103	10042
3033360	Berguette	berguette	FR		0	Europe/Paris	50.60722	2.47431		Berguette		32	62	622	62473
3033371	Bergonce	bergonce	FR		0	Europe/Paris	44.12205	-0.19042		Bergonce		75	40	402	40053
3033376	Bergian-Supérieur	bergian-superieur	FR		0	Europe/Paris	44.08333	6.96667				93	06	062	06016
3033377	Bergian-Inférieur	bergian-inferieur	FR		0	Europe/Paris	44.08333	6.98333				93	06	062	06016
3033378	Bergian	bergian	FR		0	Europe/Paris	44.07827	6.97874				93	06	062	06016
3033381	Berghe-Supérieur	berghe-superieur	FR		0	Europe/Paris	44.02712	7.56912				93	06	062	06062
3033384	Berges	berges	FR		0	Europe/Paris	47.35792	3.85801				27	58	581	58255
3033386	Bergerie	bergerie	FR		0	Europe/Paris	45.57398	6.67499				84	73	731	73150
3033397	Berganton	berganton	FR		0	Europe/Paris	44.76817	-0.81215				75	33	332	33422
3033412	Bercu	bercu	FR		0	Europe/Paris	50.52135	3.27876				32	59	595	59419
3033414	Berclau	berclau	FR		0	Europe/Paris	50.5227	2.87425		Berclau		32	62	622	62132
3033416	Berck-Plage	berck-plage	FR		15675	Europe/Paris	50.40704	1.56446				32	62	624	62108
3033417	Bercis	bercis	FR		0	Europe/Paris	48.17848	1.58793				24	28	282	28364
3033419	Berchevilliers	berchevilliers	FR		0	Europe/Paris	48.58812	2.11328				11	91	913	91568
3033493	Bénétant	benetant	FR		0	Europe/Paris	45.62776	6.49313		Benetan,Benetant,Bénétant		84	73	731	73063
3033423	Berchères-la-Maingot	bercheres-la-maingot	FR		0	Europe/Paris	48.53392	1.48202		Bercheres,Bercheres-la-Maingot,Berchères,Berchères-la-Maingot		24	28	281	28034
3033425	Bercenelle	bercenelle	FR		0	Europe/Paris	48.21819	3.88756				44	10	103	10037
3033429	Berc	berc	FR		0	Europe/Paris	44.83497	3.21094		Berc		76	48	482	48012
3033434	Bérauds	berauds	FR		0	Europe/Paris	46.42667	3.09418				84	03	032	03292
3033436	Bérardier	berardier	FR		0	Europe/Paris	45.50497	4.91048				84	38	383	38199
3033440	Béranger	beranger	FR		0	Europe/Paris	45.4093	6.50579		Berenger,Bérenger		84	73	731	73257
3033444	Béon-le-Bas	beon-le-bas	FR		0	Europe/Paris	47.96102	3.32798				27	89	893	89037
3033445	Béon-la Fontaine	beon-la-fontaine	FR		0	Europe/Paris	47.95277	3.31993				27	89	893	89037
3033452	Bentayou	bentayou	FR		105	Europe/Paris	43.39318	-0.06513		Bantaju-Sere,Banteju-Sere,Bentaju Sere,Bentayou,Bentayou-Serec,Bentayou-Seree,Bentayou-Sérée,Ventajor e Serer,Ventajor e Serèr,Ventajor-Serer,Ventajor-Serèr,bang tai you se lei,Бантайу-Сере,Бантею-Сере,Бентају Сере,邦泰尤色雷		75	64	643	64111
3033464	Benoîte-Vaux	benoite-vaux	FR		0	Europe/Paris	48.97829	5.35079				44	55	553	55411
3033478	Benne	benne	FR		0	Europe/Paris	47.74657	2.49039				24	45	452	45122
3033490	Bénévise	benevise	FR		0	Europe/Paris	44.73218	5.54038				84	26	261	26086
3033507	Béné	bene	FR		0	Europe/Paris	47.53333	-0.6				52	49	491	49214
3033513	Bénaven	benaven	FR		0	Europe/Paris	44.7691	2.70435				76	12	122	12223
3033514	Bénavant	benavant	FR		0	Europe/Paris	46.65983	1.02195		Benavant,Benavent,Bénavant,Bénavent		24	36	361	36165
3033516	Benaud	benaud	FR		0	Europe/Paris	45.66844	3.25818				84	63	632	63188
3033519	Benaston	benaston	FR		0	Europe/Paris	46.88048	-1.26988				52	85	852	85065
3033533	Bilzese	bilzese	FR		0	Europe/Paris	41.63065	9.06356		Belzese,Belzeze,Bilzese,Bilzeze		94	2A	2A4	2A115
3033544	Belveyre	belveyre	FR		0	Europe/Paris	45.0638	1.49167				75	19	191	19147
3033684	Belleguette	belleguette	FR		0	Europe/Paris	45.43638	2.957				84	63	633	63117
3033564	Belpeuch	belpeuch	FR		0	Europe/Paris	44.97825	1.93622				75	19	192	19034
3033566	Belot	belot	FR		0	Europe/Paris	44.56667	0.65				75	47	473	47048
3033593	Belmach	belmach	FR		0	Europe/Paris	49.45972	6.39597				44	57	577	57026
3033594	Bellut	bellut	FR		0	Europe/Paris	46.1154	2.12187				75	23	231	23068
3033607	Bellossy	bellossy	FR		0	Europe/Paris	45.91408	5.99438				84	74	741	74292
3033608	Bellosane	bellosane	FR		0	Europe/Paris	49.68631	1.37988				28	76	761	76415
3033616	Bellintot	bellintot	FR		0	Europe/Paris	49.54953	0.90971				28	76	763	76135
3033620	Bellifontaine	bellifontaine	FR		0	Europe/Paris	50.02967	1.86569				32	80	801	80051
3033628	Bellevue	bellevue	FR		0	Europe/Paris	48.82114	2.22622				11	92	923	92048
3033629	Bellevue	bellevue	FR		0	Europe/Paris	48.72953	3.1398				11	77	771	77002
3033630	Bellevue	bellevue	FR		0	Europe/Paris	48.58333	-3.81667		Bellevue		53	29	293	29151
3033631	Bellevue	bellevue	FR		0	Europe/Paris	48.1746	-1.43448				53	35	353	35031
3033632	Bellevue	bellevue	FR		0	Europe/Paris	47.55	2.68333				24	45	451	45064
3033633	Bellevue	bellevue	FR		0	Europe/Paris	47.10782	2.56762				24	18	181	18166
3033634	Bellevue	bellevue	FR		0	Europe/Paris	45.88333	1.16667				75	87	872	87143
3033658	Bellet	bellet	FR		0	Europe/Paris	46.67438	1.99981				24	36	363	36184
3033659	Bellet	bellet	FR		0	Europe/Paris	45.11743	1.55359				75	19	191	19031
3033662	Belle-Sauve	belle-sauve	FR		0	Europe/Paris	48.29426	2.32753				24	45	453	45191
3033663	Bellesane	bellesane	FR		0	Europe/Paris	46.08942	1.39778				75	87	872	87013
3033664	Bellery	bellery	FR		0	Europe/Paris	50.53602	2.40714				32	62	622	62028
3033702	Bellefoye	bellefoye	FR		0	Europe/Paris	46.6881	0.27225		Bellefois,Bellefoye		75	86	863	86177
3033704	Belle-Fontaine	belle-fontaine	FR		0	Europe/Paris	49.52098	1.81798				32	60	601	60296
3033717	Bellefaye	bellefaye	FR		0	Europe/Paris	46.29864	2.37315				75	23	231	23174
3033722	Bellée	bellee	FR		0	Europe/Paris	47.75029	-2.30914				53	56	563	56211
3033730	Belle Combe	belle-combe	FR		0	Europe/Paris	45.4597	5.96641				84	38	381	38075
3033733	Belle Chaume	belle-chaume	FR		0	Europe/Paris	46.93397	2.25086				24	18	181	18133
3033754	Bellaunay	bellaunay	FR		0	Europe/Paris	49.69929	1.51542				28	76	761	76459
3033762	Bellacourt	bellacourt	FR		0	Europe/Paris	50.22924	2.67847				32	62	621	62712
3033764	Bellacaud	bellacaud	FR		0	Europe/Paris	44.96572	0.46187				75	24	243	24259
3033767	Bellabre	bellabre	FR		0	Europe/Paris	45.78333	1.58333				75	87	872	87024
3033768	Bélisaire	belisaire	FR		0	Europe/Paris	44.65585	-1.24521				75	33	336	33236
3033771	Belinay	belinay	FR		0	Europe/Paris	45.02897	2.83868				84	15	153	15148
3033772	Bélinac	belinac	FR		0	Europe/Paris	44.62773	1.8706				76	46	462	46176
3033774	Béligny	beligny	FR		0	Europe/Paris	45.98333	4.73333				84	69	692	69264
3033776	Béliet	beliet	FR		0	Europe/Paris	44.5086	-0.78803		Beliet,Béliet		75	33	336	33042
3033777	Bélie	belie	FR		0	Europe/Paris	45.63298	1.33059				75	87	872	87039
3033778	Belhomme	belhomme	FR		0	Europe/Paris	45.12701	4.7076				84	07	073	07301
3033780	Belherbette	belherbette	FR		0	Europe/Paris	43.64769	2.3608				76	81	812	81128
3033782	Belguiral	belguiral	FR		0	Europe/Paris	44.70704	2.26932		Belguiral,Le Belguiral		84	15	151	15181
3033802	Belébat	belebat	FR		0	Europe/Paris	47.34607	-1.97703				52	44	443	44033
3033817	Bel Arbre	bel-arbre	FR		0	Europe/Paris	44.53234	0.95359				75	47	473	47077
3033819	Belaitre	belaitre	FR		0	Europe/Paris	49.42531	0.95431				28	76	763	76513
3033826	Bel-Air	bel-air	FR		0	Europe/Paris	48.61281	2.16879				11	91	913	91243
3033827	Bel-Air	bel-air	FR		0	Europe/Paris	48.2587	1.9682				24	28	281	28025
3033828	Bel Air	bel-air	FR		0	Europe/Paris	47.96667	0.21667				52	72	723	72181
3033829	Bel-Air	bel-air	FR		0	Europe/Paris	47.95478	-2.15014				53	56	563	56226
3033830	Bel-Air	bel-air	FR		0	Europe/Paris	47.07629	2.63333				24	18	181	18092
3033831	Bel-Air	bel-air	FR		0	Europe/Paris	45.61667	5				84	38	383	38519
3033832	Belair	belair	FR		0	Europe/Paris	45.5	3.51667				84	63	631	63002
3033833	Belair	belair	FR		0	Europe/Paris	43.16667	-0.45				75	64	643	64230
3033841	Beix	beix	FR		0	Europe/Paris	47.68305	-1.84505				52	44	445	44067
3033850	Beillant	beillant	FR		0	Europe/Paris	45.70038	-0.52771				75	17	174	17400
3033857	Béhobie	behobie	FR		0	Europe/Paris	43.34624	-1.76277		Behobia,Behobie,Behoble,Behovia,Béhobie,Pausua		75	64	641	64545
3033858	Behlenheim	behlenheim	FR		0	Europe/Paris	48.64692	7.61936				44	67	674	67495
3033872	Bégonneix	begonneix	FR		0	Europe/Paris	46.09219	2.37728				75	23	231	23234
3033873	Bégon	begon	FR		0	Europe/Paris	45.85133	3.6854				84	63	635	63463
3033880	Beg-Meil	beg-meil	FR		0	Europe/Paris	47.85759	-3.98324				53	29	294	29058
3033893	Beffery	beffery	FR		0	Europe/Paris	44.56834	0.3614				75	47	472	47168
3033897	Bedouin	bedouin	FR		0	Europe/Paris	44.32921	6.12708				93	04	044	04023
3033899	Bédoise	bedoise	FR		0	Europe/Paris	47.63552	2.71162				24	45	451	45276
3033901	Bèdes	bedes	FR		0	Europe/Paris	44.73392	1.74018				76	46	463	46128
3033902	Bèdes	bedes	FR		0	Europe/Paris	43.64545	5.65388				93	13	131	13048
3033904	Bédejun	bedejun	FR		0	Europe/Paris	44.01667	6.35				93	04	042	04059
3033914	Bédanne	bedanne	FR		0	Europe/Paris	49.32664	1.0699				28	76	763	76705
3033916	Bécuse	becuse	FR		0	Europe/Paris	45.17064	4.62167				84	07	073	07205
3033918	Becquincourt	becquincourt	FR		671	Europe/Paris	49.91011	2.81595				32	80	804	80247
3033924	Bécoup	becoup	FR		0	Europe/Paris	47.15238	4.72511				27	21	211	21030
3033926	Béconne	beconne	FR		0	Europe/Paris	44.49075	5.03757		Beconne,Béconne		84	26	262	26276
3033930	Becléguer	becleguer	FR		0	Europe/Paris	48.74144	-3.54155		Bec-Leguer-Plage,Becleguer,Becléguer,Beg-Leguer,Beg-Léguer,Begleguer,Bégléguer		53	22	223	22113
3033933	Béchet	bechet	FR		0	Europe/Paris	48.71283	1.12097				24	28	283	28308
3033934	Bécheret	becheret	FR		0	Europe/Paris	48.75076	1.5467				24	28	283	28062
3033935	Bécheret	becheret	FR		0	Europe/Paris	48.5627	3.84509				44	51	512	51032
3033938	Béchereau	bechereau	FR		0	Europe/Paris	48.65113	1.68903				11	78	782	78307
3033940	Béchade	bechade	FR		0	Europe/Paris	44.86104	-0.66361				75	33	332	33162
3033947	Beccaud	beccaud	FR		0	Europe/Paris	45.51667	4.31667				84	42	423	42097
3033966	Beauvoir-sur-Sarce	beauvoir-sur-sarce	FR		273	Europe/Paris	47.96586	4.29681		Beauvoir,Beauvoir-sur-Sarce		44	10	103	10058
3033991	Beau-Villard	beau-villard	FR		0	Europe/Paris	44.52169	6.4579	1020			93	05	052	05045
3033993	Beauvert	beauvert	FR		0	Europe/Paris	44.96853	4.41131				84	07	073	07248
3033997	Beauvel	beauvel	FR		0	Europe/Paris	45.06667	4.6				84	07	073	07236
3034025	Beauthoville	beauthoville	FR		0	Europe/Paris	49.01431	1.77105				11	78	781	78296
3034028	Beautery	beautery	FR		0	Europe/Paris	45.15604	0.4454				75	24	243	24104
3034031	Beaussart	beaussart	FR		0	Europe/Paris	50.59109	2.02101		Beaussar,Beaussart		32	62	624	62729
3034038	Beau Soleil	beau-soleil	FR		0	Europe/Paris	49.72281	0.3949		Beau Soleil,Le Beau-Soleil		28	76	762	76706
3034039	Beau Soleil	beau-soleil	FR		0	Europe/Paris	49.6272	0.59072		Beau Soleil,Le Beau Soleil		28	76	762	76279
3034045	Beauséjour	beausejour	FR		0	Europe/Paris	45.01799	4.89363				84	26	263	26250
3034053	Beauriants	beauriants	FR		0	Europe/Paris	44.99089	5.11616				84	26	263	26173
3034065	Beau-Renard	beau-renard	FR		0	Europe/Paris	47.0156	2.90778				24	18	182	18215
3034091	Beauregardterrain	beauregardterrain	FR		0	Europe/Paris	45.84121	2.92853				84	63	634	63381
3034100	Beauraux	beauraux	FR		0	Europe/Paris	49.69596	0.74639		Beauraux,Beaureaux		28	76	763	76023
3034104	Beaurain-Château	beaurain-chateau	FR		0	Europe/Paris	50.41667	1.91667		Beaurain,Beaurain-Chateau,Beaurain-Château		32	62	624	62100
3034118	Beaupin	beaupin	FR		0	Europe/Paris	46.63619	1.93896				24	36	363	36143
3034121	Beaune-les-Mines	beaune-les-mines	FR		0	Europe/Paris	45.91206	1.30146		Beaune,Beaune-les-Mines,Beuna		75	87	872	87085
3034134	Beaumugne	beaumugne	FR		0	Europe/Paris	44.60336	5.72365				93	05	052	05146
3034209	Beaumoncel	beaumoncel	FR		0	Europe/Paris	48.31122	0.32329				52	72	722	72270
3034220	Beau Merle	beau-merle	FR		0	Europe/Paris	46.53438	2.19409				24	18	182	18057
3034180	Beaumont	beaumont	FR	07110	0	Europe/Paris	50.64016	1.98199				32	62	625	62495
3034228	Beaumard	beaumard	FR		0	Europe/Paris	47.4566	-2.11399				52	44	443	44129
3034233	Beauloup	beauloup	FR		0	Europe/Paris	45.83629	2.89973				84	63	634	63381
3034235	Beaulieux	beaulieux	FR		0	Europe/Paris	45.12286	0.92589				75	24	243	24026
3034244	Beaulieu-sous-Bressuire	beaulieu-sous-bressuire	FR		0	Europe/Paris	46.87238	-0.53619		Beaulieu,Beaulieu-sous-Bressuire		75	79	791	79049
3034280	Beaulevrier	beaulevrier	FR		0	Europe/Paris	49.53324	1.75638				32	60	601	60594
3034289	Beaujard	beaujard	FR		0	Europe/Paris	48.10491	3.3268				27	89	893	89464
3034290	Beaugrenier	beaugrenier	FR		0	Europe/Paris	49.22014	1.80696				32	60	601	60420
3034291	Beaugouyan	beaugouyan	FR		0	Europe/Paris	48.64767	-2.90383				53	22	222	22222
3034292	Beaugou	beaugou	FR		0	Europe/Paris	45.0789	1.4336				75	19	191	19049
3034296	Beaugerai	beaugerai	FR		0	Europe/Paris	46.9087	1.26376				24	36	362	36008
3034299	Beauge	beauge	FR		0	Europe/Paris	48.44227	0.22615				52	72	722	72137
3034301	Beaugalant	beaugalant	FR		0	Europe/Paris	46.27645	2.9683				84	03	031	03032
3034302	Beaufresne	beaufresne	FR		0	Europe/Paris	49.7175	1.67893				28	76	761	76344
3034308	Beauforts	beauforts	FR		0	Europe/Paris	46.1237	2.84439				84	63	634	63251
3034328	Beaudrouard	beaudrouard	FR		0	Europe/Paris	49.74135	0.68012		Beaudrouard,Le Beaudrouard		28	76	761	76315
3034331	Beaudouville	beaudouville	FR		0	Europe/Paris	49.6259	0.92398				28	76	763	76385
3034332	Beaudouin	beaudouin	FR		0	Europe/Paris	46.65	2.08609				24	36	363	36221
3034333	Beaudina	beaudina	FR		0	Europe/Paris	44.28872	6.15357		Beaudina,Beaudinard		93	04	044	04023
3034335	Beau Désert	beau-desert	FR		0	Europe/Paris	47.62686	2.80771				24	45	451	45245
3034345	Beaucorroy	beaucorroy	FR		0	Europe/Paris	50.62277	1.80941				32	62	623	62273
3034347	Beaucirdieu	beaucirdieu	FR		0	Europe/Paris	46.84822	3.44224				27	58	583	58250
3034348	Beauciard	beauciard	FR		0	Europe/Paris	48.11372	3.57629				27	89	893	89432
3034350	Beaucheron	beaucheron	FR		0	Europe/Paris	47.2699	-0.2				52	49	493	49370
3034359	Beau Chêne	beau-chene	FR		0	Europe/Paris	46.8075	-0.68417				75	79	791	79062
3034364	Beaucharmoy	beaucharmoy	FR		0	Europe/Paris	47.9864	5.66063		Beaucharmoy		44	52	522	52400
3034379	Beaucamp	beaucamp	FR		0	Europe/Paris	50.03308	3.79403				32	02	025	02558
3034384	Beaubreuil	beaubreuil	FR		0	Europe/Paris	45.87039	1.29182		Beaubreuil		75	87	872	87085
3034388	Beaubignat	beaubignat	FR		0	Europe/Paris	46.24573	2.52109				84	03	031	03279
3034389	Beaubie	beaubie	FR		0	Europe/Paris	45.46214	2.77403				84	63	633	63279
3034394	Béassac	beassac	FR		0	Europe/Paris	44.8337	6.43464				93	05	051	05101
3034395	Bearnès	bearnes	FR		0	Europe/Paris	44.67695	0.57725				75	47	473	47272
3034412	Bazouges-sous-Hédé	bazouges-sous-hede	FR		0	Europe/Paris	48.3129	-1.77176		Bazouges,Bazouges sous Hed,Bazouges sous Héd,Bazouges-sous-Hede,Bazouges-sous-Hédé		53	35	354	35130
3034414	Bazouges	bazouges	FR		0	Europe/Paris	47.83217	-0.71765		Bazougers,Bazouges		52	53	531	53062
3034439	Bazincourt	bazincourt	FR		0	Europe/Paris	49.50156	1.80996				32	60	601	60296
3034455	Bazeille	bazeille	FR		0	Europe/Paris	44.7737	0.84094				75	24	241	24379
3034479	Baynes	baynes	FR		0	Europe/Paris	49.21667	-0.96667				28	14	141	14614
3034481	Bayle	bayle	FR		0	Europe/Paris	44.64733	0.37716				75	47	472	47003
3034494	Bayasse	bayasse	FR		0	Europe/Paris	44.31667	6.75		Bayasse,Bayasse-Saint Louis		93	04	041	04226
3034503	Bavisiau	bavisiau	FR		0	Europe/Paris	50.27239	3.77019				32	59	591	59441
3034520	Bauzem	bauzem	FR		0	Europe/Paris	45.16667	0.03333		Bauzem,Bauzems		75	24	243	24354
3034527	Baunel	baunel	FR		0	Europe/Paris	44.61116	0.70236				75	47	473	47184
3034555	Baugé	bauge	FR		0	Europe/Paris	47.16667	-0.26667				52	49	493	49125
3034557	Baudrussais	baudrussais	FR		0	Europe/Paris	46.77663	1.10667				24	36	361	36096
3034560	Baudribosc	baudribosc	FR		0	Europe/Paris	49.71177	0.85911				28	76	763	76087
3034576	Baudicourt	baudicourt	FR		0	Europe/Paris	48.5678	1.85292				11	78	782	78601
3034581	Baudas	baudas	FR		0	Europe/Paris	48.12514	2.10118				24	45	453	45011
3034583	Bauche	bauche	FR		0	Europe/Paris	45.78927	6.13006		Bauche,La Bauche		84	74	741	74232
3034588	Batut	batut	FR		0	Europe/Paris	45	1.03333		Batut,La Batut		75	24	244	24183
3034589	Battut	battut	FR		0	Europe/Paris	45.05862	1.41962				75	19	191	19047
3034610	Paris 17 Batignolles-Monceau	paris-17-batignolles-monceau	FR		0	Europe/Paris	48.8835	2.3219		17e Arrondissement,17eme Arr,17ème Arr,Arrondissement des Batignolles-Monceau,Batignolles,Batignolles-Monceau,Paris 17e,XVIIe		11	75	751	75056
3034618	Bataillou	bataillou	FR		0	Europe/Paris	45.76731	0.77929				75	87	873	87044
3034623	Bataillé	bataille	FR		0	Europe/Paris	44.5682	0.77324				75	47	473	47141
3034627	Bas Viny	bas-viny	FR		0	Europe/Paris	47.95	-4.23333				53	29	294	29167
3034628	Bas Ville-Pays	bas-ville-pays	FR		0	Europe/Paris	47.2264	0.94648				24	37	373	37192
3034630	Bas Villard	bas-villard	FR		0	Europe/Paris	44.24004	6.64647		Bas Villard,Villard Bas		93	04	042	04006
3034631	Bas Village	bas-village	FR		0	Europe/Paris	48.73376	4.58112				44	51	514	51649
3034633	Bas Trémillo	bas-tremillo	FR		0	Europe/Paris	48.26667	-3.68333				53	29	292	29089
3034634	Bastier	bastier	FR		0	Europe/Paris	44.92059	4.51811				84	07	073	07165
3034635	Bastides-Blanches	bastides-blanches	FR		0	Europe/Paris	43.80058	5.78331		Bastides-Blanches,Les Bastides Blanches		93	04	044	04197
3034637	Bastide Giraud	bastide-giraud	FR		0	Europe/Paris	43.65	7.13333				93	06	061	06161
3034658	Basson	basson	FR		0	Europe/Paris	48.35267	3.65589				44	10	102	10223
3034659	Basson	basson	FR		0	Europe/Paris	45.55643	4.46255				84	42	423	42208
3034663	Bassin	bassin	FR		0	Europe/Paris	45.4	4.63333				84	42	423	42168
3034675	Basse Vacherie	basse-vacherie	FR		0	Europe/Paris	48.04281	3.94417				44	10	103	10122
3034677	Basset	basset	FR		0	Europe/Paris	44.58777	0.77263				75	47	473	47141
3034678	Basses Vallées	basses-vallees	FR		0	Europe/Paris	47.22001	1.42357				24	36	362	36107
3034680	Basses Sièyes	basses-sieyes	FR		0	Europe/Paris	44.08351	6.20375		Basses Sieyes,Basses Sièyes,Les Sieyes,Les Sièyes		93	04	043	04070
3034681	Basses Lisières	basses-lisieres	FR		0	Europe/Paris	48.81797	1.48835				24	28	283	28321
3034682	Basses Fenêtres	basses-fenetres	FR		0	Europe/Paris	45.82164	4.26867				84	42	422	42029
3034686	Basse Poidevinière	basse-poideviniere	FR		0	Europe/Paris	48.00793	-1.40462				53	35	353	35220
3034688	Basse Perruche	basse-perruche	FR		0	Europe/Paris	48.80937	1.74673				11	78	782	78404
3034689	Basse Parthe	basse-parthe	FR		0	Europe/Paris	49.43999	6.20826				44	57	577	57104
3034696	Basse-Jarrie	basse-jarrie	FR		0	Europe/Paris	45.08765	5.74267				84	38	381	38200
3034700	Basse-Frizon	basse-frizon	FR		0	Europe/Paris	48.28988	6.36598		Basse-Frizon,Frizon-Basse		44	88	881	88190
3034704	Basse Faulx	basse-faulx	FR		0	Europe/Paris	48.79245	6.20243		Basse Faulx,Faulx Basse		44	54	543	54188
3034706	Basse Court	basse-court	FR		0	Europe/Paris	43.2963	6.43213				93	83	831	83063
3034708	Basse-Boulogne	basse-boulogne	FR		0	Europe/Paris	50.61142	2.28361				32	62	625	62295
3034709	Basse-Aubrée	basse-aubree	FR		0	Europe/Paris	44.41913	6.53516				93	04	041	04161
3034717	Bas Rouherent	bas-rouherent	FR		0	Europe/Paris	45.47167	3.11933				84	63	633	63357
3034718	Basroucheix	basroucheix	FR		0	Europe/Paris	46.27893	2.46386		Basroucher		75	23	231	23261
3034719	Bas Rieux	bas-rieux	FR		0	Europe/Paris	50.55295	2.50269				32	62	622	62516
3034721	Bas Quinquis	bas-quinquis	FR		0	Europe/Paris	48.25	-3.9				53	29	292	29033
3034725	Bas-Pré	bas-pre	FR		0	Europe/Paris	48.21667	4.96667				44	52	521	52254
3034726	Bas Pen-ar-Forest	bas-pen-ar-forest	FR		0	Europe/Paris	48.46667	-4.35				53	29	291	29095
3034727	Bas-Orbé	bas-orbe	FR		0	Europe/Paris	46.96667	-0.15				75	79	791	79265
3034728	Bas Moulin	bas-moulin	FR		0	Europe/Paris	44.93333	5.26667				84	26	261	26059
3034731	Bas-Mollard	bas-mollard	FR		0	Europe/Paris	45.48333	5.26667				84	38	383	38094
3034732	Bas Marjon	bas-marjon	FR		0	Europe/Paris	45.66685	4.6724				84	69	691	69176
3034734	Bas Linglatz	bas-linglatz	FR		0	Europe/Paris	48.4	-4.3				53	29	291	29140
3034739	Bas le Naberon	bas-le-naberon	FR		0	Europe/Paris	45.84348	2.35539		Bas le Naberon,Le Naberon		75	23	231	23069
3034740	Bas Lanzent	bas-lanzent	FR		0	Europe/Paris	48.136	-3.58708				53	56	562	56066
3034742	Bas Kerhain	bas-kerhain	FR		0	Europe/Paris	48.71667	-3.56667				53	22	223	22349
3034743	Bas Fouillet	bas-fouillet	FR		0	Europe/Paris	47.2082	2.74172				24	18	181	18019
3034744	Bas Évry	bas-evry	FR		0	Europe/Paris	47.42657	3.00752				27	58	584	58251
3034748	Bas de Villeneuve	bas-de-villeneuve	FR		0	Europe/Paris	47.85	3.65				27	89	891	89463
3034749	Bas de Torfou	bas-de-torfou	FR		0	Europe/Paris	48.54779	2.21735		Auberges de Boissy sous Saint-Yon,Bas de Torfou		11	91	911	91085
3034751	Bas des Regniers	bas-des-regniers	FR		0	Europe/Paris	47.96108	3.65106				27	89	891	89439
3034752	Bas de Bonce	bas-de-bonce	FR		0	Europe/Paris	45.68652	5.11619		Bas de Bonce		84	38	382	38475
3034755	Bas Charens	bas-charens	FR		0	Europe/Paris	44.5403	5.50903		Bas Charens,Charens		84	26	261	26076
3034756	Bas-Chainq	bas-chainq	FR		0	Europe/Paris	48.03267	3.76445				27	89	891	89276
3034757	Bas Cadeneaux	bas-cadeneaux	FR		0	Europe/Paris	43.3828	5.33574				93	13	131	13071
3034758	Bas Brec	bas-brec	FR		0	Europe/Paris	44.25	6.66667		Bas Brec,Brac,Le Brec Bas		93	04	042	04006
3034760	Bas Bourg	bas-bourg	FR		0	Europe/Paris	48.11667	-0.98333				52	53	532	53182
3034761	Bas Bouchage	bas-bouchage	FR		0	Europe/Paris	48.38917	0.31975				52	72	722	72002
3034762	Bas Botbodern	bas-botbodern	FR		0	Europe/Paris	47.98333	-3.95				53	29	294	29049
3034764	Bas Baudet	bas-baudet	FR		0	Europe/Paris	47.41667	-0.91667		Bas Baudet,Bois Baudet		52	49	491	49160
3034765	Bas-Ballon	bas-ballon	FR		0	Europe/Paris	48.32141	0.25191				52	72	722	72192
3034766	Bas Amarines	bas-amarines	FR		0	Europe/Paris	43.99568	6.86487				93	06	062	06051
3034767	Vasalla	vasalla	FR		0	Europe/Paris	41.91859	9.28617		Basalla,Vasalla		94	2B	2B3	2B366
3034768	Basainville	basainville	FR		0	Europe/Paris	48.18743	2.09971		Basainville,Bazainville		24	45	453	45160
3034776	Bas	bas	FR		0	Europe/Paris	45.55	3.03333				84	63	633	63335
3034780	Barzes	barzes	FR		0	Europe/Paris	44.07695	6.9119		Barzes,Les Barzes,Les Barzès		93	06	062	06071
3034790	Bartillat	bartillat	FR		0	Europe/Paris	46.33333	2.43333				84	03	031	03246
3034805	Barsanges	barsanges	FR		0	Europe/Paris	45.56768	2.02451				75	19	193	19160
3034821	Barrot	barrot	FR		0	Europe/Paris	46.10265	2.76841				84	63	634	63293
3034823	Barrigioni	barrigioni	FR		0	Europe/Paris	42.81278	9.42867				94	2B	2B2	2B281
3034827	Barricourt	barricourt	FR		0	Europe/Paris	49.4273	5.05246		Barricourt		44	08	084	08437
3034830	Barriac	barriac	FR		0	Europe/Paris	44.9105	2.68952				84	15	151	15146
3034831	Barriac	barriac	FR		0	Europe/Paris	44.46854	2.66202				76	12	122	12033
3034832	Barret-le-Haut	barret-le-haut	FR		260	Europe/Paris	44.2815	5.73901		Barret,Barret-le-Haut		93	05	052	05014
3034845	Barreix	barreix	FR		0	Europe/Paris	45.53333	2.46667				75	19	193	19167
3034846	Barrège	barrege	FR		0	Europe/Paris	45.41965	3.1772		Bareges,Barrege,Barrège,Barèges		84	63	633	63017
3034853	Barrault	barrault	FR		0	Europe/Paris	48.31709	3.34386				27	89	893	89414
3034854	Barrat	barrat	FR		0	Europe/Paris	45.11868	0.56809				75	24	243	24295
3034857	Barraques	barraques	FR		0	Europe/Paris	44.46667	6.75		Baraques,Barraques		93	04	041	04062
3034864	Barraccone	barraccone	FR		0	Europe/Paris	41.91985	8.89797		Barraccone,Barracone		94	2A	2A1	2A085
3034865	Barracayre	barracayre	FR		0	Europe/Paris	44.83333	1.38333				76	46	463	46186
3034876	Baronnier	baronnier	FR		0	Europe/Paris	45.68272	4.40608				84	69	691	69132
3034884	Barnonville	barnonville	FR		0	Europe/Paris	48.14078	2.48995				11	77	774	77027
3034887	Barneville-Plage	barneville-plage	FR		2308	Europe/Paris	49.36786	-1.76512		Barneville-Plage,Plage de Barneville		28	50	502	50031
3034889	Barnénès	barnenes	FR		0	Europe/Paris	48.67055	-3.859		Barnenes,Barnénès		53	29	293	29186
3034890	Barneau	barneau	FR		0	Europe/Paris	48.64294	2.71203				11	77	772	77455
3034895	Barnaou	barnaou	FR		0	Europe/Paris	48.20658	-3.57649				53	29	292	29152
3034896	Barnabos	barnabos	FR		0	Europe/Paris	49.65695	0.991				28	76	763	76010
3034897	Barnabanec	barnabanec	FR		0	Europe/Paris	48.79174	-3.48475				53	22	223	22198
3034898	Barmont	barmont	FR		0	Europe/Paris	47.13305	2.23067				24	18	183	18141
3034906	Barlet	barlet	FR		0	Europe/Paris	45.0474	3.49625				84	43	431	43112
3034916	Barjou	barjou	FR		0	Europe/Paris	44.71495	0.81877		Barjou		75	24	241	24393
3034924	Barizeau	barizeau	FR		0	Europe/Paris	48.44815	1.18478		Bariseau,Barizeau		24	28	281	28099
3034928	Barion	barion	FR		0	Europe/Paris	45.01667	4.46667				84	07	073	07079
3034931	Bargues	bargues	FR		0	Europe/Paris	45.45186	3.699				84	63	631	63211
3034932	Bargues	bargues	FR		0	Europe/Paris	45.03562	2.40042				84	15	151	15175
3034935	Bargettes	bargettes	FR		0	Europe/Paris	44.8795	3.84989				84	43	432	43111
3034941	Barge	barge	FR		0	Europe/Paris	45.83127	2.40379				84	63	634	63159
3034952	Barens	barens	FR		0	Europe/Paris	45.73761	5.21264				84	38	382	38451
3034955	Barels	barels	FR		0	Europe/Paris	44.15	6.86667				93	06	062	06071
3034972	Bardelin	bardelin	FR		0	Europe/Paris	47.20499	1.67195				24	36	364	36229
3034974	Bardais	bardais	FR		0	Europe/Paris	46.70391	2.76961				84	03	031	03130
3034987	Barchetta	barchetta	FR		0	Europe/Paris	42.50811	9.37153		Barchetta,La Barchetta		94	2B	2B3	2B355
3034988	Barchère	barchere	FR		0	Europe/Paris	46.33488	3.27683				84	03	032	03267
3034957	Bareilles	bareilles	FR	65240	0	Europe/Paris	42.75	0				76	65	651	65192
3034995	Barcaggio	barcaggio	FR		0	Europe/Paris	43.00611	9.40203		Barcaggio		94	2B	2B2	2B107
3035004	Barbotan-les-Thermes	barbotan-les-thermes	FR		0	Europe/Paris	43.94948	-0.04471		Barbotan,Barbotan-les-Bains,Barbotan-les-Thermes		76	32	322	32096
3035007	Barbonval	barbonval	FR		404	Europe/Paris	49.35809	3.67238		Barbonval		32	02	024	02439
3035011	Barbinghem	barbinghem	FR		0	Europe/Paris	50.75798	2.13182				32	62	625	62592
3035013	Barbignat	barbignat	FR		0	Europe/Paris	46.27358	3.11758				84	03	033	03175
3035019	Barbeyrat	barbeyrat	FR		0	Europe/Paris	46.17212	2.41905				75	23	231	23045
3035022	Barbevieille	barbevieille	FR		0	Europe/Paris	44.16787	6.7548		Barbevieille,Barbevielle		93	06	062	06056
3035027	Barbéronville	barberonville	FR		0	Europe/Paris	48.25272	2.13846				24	45	453	45217
3035032	Barberey-aux-Moines	barberey-aux-moines	FR		0	Europe/Paris	48.34467	4.02417		Barberey,Barberey-aux-Moines,Barberey-les-Moines,Barbery-Aux-Moines		44	10	103	10349
3035038	Barbein	barbein	FR		0	Europe/Paris	44.65266	6.60514		Barbeinq		93	05	051	05119
3035039	Barbefer	barbefer	FR		0	Europe/Paris	45.10333	-0.56701				75	33	331	33047
3035052	Barbary	barbary	FR		0	Europe/Paris	47.91667	-3.78333				53	29	294	29241
3035053	Barbarin	barbarin	FR		0	Europe/Paris	45.43237	4.98771				84	38	383	38259
3035055	Barbaliche	barbaliche	FR		0	Europe/Paris	45.56667	3.6				84	63	631	63314
3035063	Barassìer	barassier	FR		0	Europe/Paris	46.38381	2.64305				84	03	031	03262
3035066	Baranthaume	baranthaume	FR		0	Europe/Paris	46.86431	2.43844				24	18	182	18212
3035068	Baranciasche	baranciasche	FR		0	Europe/Paris	42.46365	9.31497		Baranciasche,Baranciascolie		94	2B	2B3	2B079
3035071	Baral	baral	FR		0	Europe/Paris	44.98841	4.65808				84	07	073	07095
3035073	Barain	barain	FR		0	Europe/Paris	47.37309	4.62798				27	21	213	21040
3035075	Baraduc	baraduc	FR		0	Europe/Paris	45.70396	3.69365				84	63	631	63207
3035087	Baptresse	baptresse	FR		0	Europe/Paris	46.42551	0.28967				75	86	863	86065
3035106	Banson	banson	FR		0	Europe/Paris	45.74211	2.77028				84	63	633	63163
3035115	Banons	banons	FR		0	Europe/Paris	44.1288	6.13888				93	04	043	04217
3035121	Bannon	bannon	FR		0	Europe/Paris	47.29219	2.83563				24	18	181	18287
3035130	Banneix	banneix	FR		0	Europe/Paris	45.75	1.21667				75	87	872	87081
3035144	Banière	baniere	FR		0	Europe/Paris	45.80527	2.85403				84	63	634	63385
3035148	Ban-Gâvres	ban-gavres	FR		0	Europe/Paris	47.69863	-3.35157		Ban Gavre,Ban Gâvre,Ban-Gavres,Ban-Gâvres		53	56	561	56062
3035150	Baneize	baneize	FR		0	Europe/Paris	46.09314	2.63131				84	63	634	63360
3035152	Bandy	bandy	FR		0	Europe/Paris	45.88333	2.06667				75	23	231	23257
3035157	Bandiment	bandiment	FR		0	Europe/Paris	46.74903	0.459		Bandiment,Baudiment		75	86	863	86019
3035167	Bancel	bancel	FR		0	Europe/Paris	45.23143	4.81755				84	26	263	26009
3035168	Banc à Groseilles	banc-a-groseilles	FR		0	Europe/Paris	50.99047	2.0825				32	62	626	62645
3035171	Banat	banat	FR		0	Europe/Paris	42.85315	1.56695		Banat		76	09	091	09306
3035172	Banassat	banassat	FR		0	Europe/Paris	46.20076	1.79805				75	23	232	23245
3035176	Bamières	bamieres	FR		0	Europe/Paris	50.33499	1.97149				32	62	624	62596
3035177	Bambois	bambois	FR		0	Europe/Paris	48.42425	7.15093		Bambois,Le Bambois		44	67	673	67377
3035187	Balou	balou	FR		0	Europe/Paris	45.06805	0.98449				75	24	244	24356
3035189	Balomier	balomier	FR		0	Europe/Paris	46.03661	1.68437				75	23	232	23189
3035193	Balmont	balmont	FR		0	Europe/Paris	45.83182	6.05767		Balmont		84	74	741	74010
3035207	Ballot	ballot	FR		0	Europe/Paris	45.83503	2.72305				84	63	634	63170
3035215	Balleux	balleux	FR		0	Europe/Paris	49.55383	1.88249				32	60	601	60335
3035277	Balanant	balanant	FR		0	Europe/Paris	48.53333	-4.43333				53	29	291	29209
3035138	Bannans	bannans	FR	25560	350	Europe/Paris	46.88671	6.23981				27	25	253	25041
3035227	Ballande	ballande	FR		0	Europe/Paris	44.61269	0.8713				75	24	241	24043
3035231	Valle di Botta	valle-di-botta	FR		0	Europe/Paris	42.43596	8.71882		Balla di Botta,Valle di Botta		94	2B	2B5	2B121
3035245	Baleycourt	baleycourt	FR		0	Europe/Paris	49.1328	5.30437		Baleicourt,Baleycourt		44	55	553	55545
3035248	Balesmes	balesmes	FR		0	Europe/Paris	46.98512	0.67895				24	37	373	37115
3035252	Baleine	baleine	FR		0	Europe/Paris	48.73143	3.45127				11	77	773	77424
3035253	Bâle	bale	FR		0	Europe/Paris	47.78333	3.36667				27	89	891	89033
3035261	Balazuègnes	balazuegnes	FR		0	Europe/Paris	44.30062	3.65868		Balazuegnes,Balazuegues,Balazuègnes,Balazuègues		76	48	481	48166
3035264	Balayn	balayn	FR		0	Europe/Paris	45.09418	4.6521				84	07	073	07236
3035266	Balasson	balasson	FR		0	Europe/Paris	47.4425	-2.03857		Balasson,Barasson		52	44	443	44152
3035287	Balady	balady	FR		0	Europe/Paris	46.22278	3.06298				84	03	033	03022
3035292	Bajouve	bajouve	FR		0	Europe/Paris	45.67525	2.68082				84	63	633	63370
3035301	Baisseseures	baisseseures	FR		0	Europe/Paris	43.56442	2.79104		Baissescure,Baisseseures,Baïssescure		76	34	341	34107
3035302	Baisseresse	baisseresse	FR		0	Europe/Paris	45.7	2.23333				75	23	231	23067
3035312	Bainvilliers	bainvilliers	FR		0	Europe/Paris	48.17343	2.49536				24	45	453	45056
3035318	Bains de Guitera	bains-de-guitera	FR		0	Europe/Paris	41.9003	9.09707		Bagni di Guitera,Bains de Guitera		94	2A	2A1	2A133
3035319	Guagno-les-Bains	guagno-les-bains	FR		0	Europe/Paris	42.17396	8.89159		Bains de Guagno,Guagno-les-Bains		94	2A	2A1	2A240
3035320	Les Bains de Caldaniccia	les-bains-de-caldaniccia	FR		0	Europe/Paris	41.94952	8.8115		Bains de Caldaniccia,Les Bains de Caldaniccia		94	2A	2A1	2A271
3035326	Bainast	bainast	FR		0	Europe/Paris	50.03871	1.76263				32	80	801	80076
3035332	Bailly-en-Campagne	bailly-en-campagne	FR		0	Europe/Paris	49.87535	1.424				28	76	761	76286
3035333	Bailly-Carrois	bailly-carrois	FR		1044	Europe/Paris	48.58029	2.99047		Bailly-Carrois		11	77	773	77211
3035345	Baillot	baillot	FR		0	Europe/Paris	48.614	2.21392				11	91	913	91461
3035348	Baillier-le Franc	baillier-le-franc	FR		0	Europe/Paris	46.19294	2.51832		Baillier,Baillier-le Franc		75	23	231	23076
3035371	Baile	baile	FR		0	Europe/Paris	45.55	1.35				75	87	872	87039
3035378	Baignereau	baignereau	FR		0	Europe/Paris	46.66517	2.66431				84	03	031	03037
3035394	Bagnoux	bagnoux	FR		0	Europe/Paris	46.88103	2.02921		Bagnoux,Le Grand Bagnoux		24	36	364	36181
3035460	Badel	badel	FR		0	Europe/Paris	45.07341	4.37238				84	07	073	07080
3035425	Bagnard	bagnard	FR		0	Europe/Paris	45.38473	2.73166				84	15	153	15129
3035428	Bagil	bagil	FR		0	Europe/Paris	45.32241	2.70583				84	15	153	15170
3035442	Baffour	baffour	FR		0	Europe/Paris	45.33872	3.69499				84	43	431	43048
3035443	Baffol	baffol	FR		0	Europe/Paris	44.68333	1.45				76	46	463	46253
3035450	Badoie	badoie	FR		0	Europe/Paris	45.14219	4.91561				84	26	263	26061
3035464	Badecon	badecon	FR		0	Europe/Paris	46.55	1.6				24	36	362	36048
3035467	Badant	badant	FR		0	Europe/Paris	46.12493	1.88457				75	23	232	23170
3035468	Badan	badan	FR		0	Europe/Paris	45.60692	4.77977				84	69	691	69096
3035486	Bachimont	bachimont	FR		0	Europe/Paris	50.27143	2.14234				32	62	621	62182
3035490	Bachasson	bachasson	FR		0	Europe/Paris	44.81667	4.48333				84	07	073	07286
3035500	Bacalan	bacalan	FR		0	Europe/Paris	44.87363	-0.54989				75	33	332	33063
3035502	Babottes	babottes	FR		0	Europe/Paris	48.49236	4.85633				44	52	523	52543
3035504	Babonnès	babonnes	FR		0	Europe/Paris	44.8761	3.58486				84	43	431	43245
3035506	Babiot	babiot	FR		0	Europe/Paris	44.70618	1.10199				75	24	244	24151
3035507	Babeau	babeau	FR		275	Europe/Paris	43.43601	2.90881		Babeau,Babeau-Bouldoux		76	34	341	34021
3035508	Babaudu	babaudu	FR		0	Europe/Paris	45.81874	0.79313		Babaudu,Babaudus		75	87	873	87126
3035527	Azieux	azieux	FR		0	Europe/Paris	45.57522	4.18566				84	42	421	42180
3035528	Azieux	azieux	FR		0	Europe/Paris	45.1917	4.89633		Asieu,Azieux		84	26	263	26216
3035529	Azieu	azieu	FR		0	Europe/Paris	45.74278	5.01933				84	69	691	69277
3035530	Azières	azieres	FR		0	Europe/Paris	46.9055	2.80129				24	18	182	18175
3035553	Azat	azat	FR		0	Europe/Paris	46.11295	2.10327				75	23	231	23068
3035555	Azans	azans	FR		0	Europe/Paris	47.08444	5.50594				27	39	391	39198
3035557	Azanières	azanieres	FR		0	Europe/Paris	45.1214	3.83559				84	43	432	43030
3035570	Aynes	aynes	FR		0	Europe/Paris	45.23337	2.21705		Aines,Ayne,Aynes		84	15	152	15036
3035573	Aymeries	aymeries	FR		0	Europe/Paris	50.21357	3.83381				32	59	591	59033
3035574	Aymas	aymas	FR		0	Europe/Paris	45.20334	2.8144				84	15	153	15225
3035579	Ayguade-Ceinturon	ayguade-ceinturon	FR		0	Europe/Paris	43.10474	6.17395		Ayguade-Ceinturon		93	83	832	83069
3035590	Ayau	ayau	FR		0	Europe/Paris	45.73333	1.63333				75	87	872	87105
3035543	Azé	aze	FR	41100	0	Europe/Paris	46.67012	1.09879				24	36	361	36165
3035600	Avully	avully	FR		0	Europe/Paris	45.96334	6.02275		Avully,Veuilly		84	74	741	74026
3035603	Avrolles	avrolles	FR		0	Europe/Paris	48.00349	3.68359		Aebura,Avrolles,Eburobriga		27	89	891	89345
3035605	Avrilmont	avrilmont	FR		0	Europe/Paris	48.22627	2.5284				11	77	774	77056
3035610	Avril-les-Loups	avril-les-loups	FR		0	Europe/Paris	46.90062	3.55696				27	58	583	58097
3035631	Avregny	avregny	FR		0	Europe/Paris	46.00944	6.08611		Avregny		84	74	743	74006
3035645	Avot-le-Ruisselot	avot-le-ruisselot	FR		0	Europe/Paris	47.61702	5.00889				27	21	212	21041
3035648	Avoriaz	avoriaz	FR		0	Europe/Paris	46.19243	6.77341		AVF,Avoriaz,Avorja,avoriazi,Авориаз,Аворя,ავორიაზი		84	74	744	74191
3035668	Avin	avin	FR		0	Europe/Paris	47.3	3.18333				27	58	584	58064
3035674	Avigny	avigny	FR		0	Europe/Paris	47.58476	3.70809				27	89	891	89237
3035682	Avigneau	avigneau	FR		0	Europe/Paris	47.71332	3.48863				27	89	891	89154
3035683	Avigné	avigne	FR		0	Europe/Paris	47.31601	1.32694				24	41	413	41258
3035711	Avers	avers	FR		0	Europe/Paris	44.7686	5.70006				84	38	381	38204
3035714	Avérole	averole	FR		0	Europe/Paris	45.30331	7.065				84	73	733	73040
3035720	Averliaz	averliaz	FR		0	Europe/Paris	45.93467	5.47418				84	01	011	01017
3035724	Aveny	aveny	FR		0	Europe/Paris	49.16583	1.65767		Aveny,Aveny-Montreuil		28	27	271	27213
3035726	Avent	avent	FR		0	Europe/Paris	46.08333	1.36667				75	87	871	87014
3035729	Avenheim	avenheim	FR		0	Europe/Paris	48.67067	7.5531				44	67	674	67452
3035730	Aveney	aveney	FR		0	Europe/Paris	47.19545	5.96119		Aveney		27	25	251	25036
3035747	Avejan	avejan	FR		0	Europe/Paris	44.27402	4.31111				76	30	301	30266
3035750	Ave	ave	FR		0	Europe/Paris	48.57349	0.2782				28	61	611	61051
3035760	Avant	avant	FR		0	Europe/Paris	46.6347	1.09253				24	36	361	36018
3035762	Avancy	avancy	FR		0	Europe/Paris	49.17425	6.30872				44	57	579	57607
3035769	Avaleur	avaleur	FR		0	Europe/Paris	48.10136	4.34537		Avaleur,Avalleur		44	10	103	10034
3035775	Availles-sur-Chizé	availles-sur-chize	FR		0	Europe/Paris	46.09984	-0.34715		Availles,Availles-sur-Chize,Availles-sur-Chizé		75	79	792	79090
3035778	Availles	availles	FR		0	Europe/Paris	46.5	0.43333				75	86	863	86180
3035779	Availlé	availle	FR		0	Europe/Paris	46.82977	0.71265				75	86	861	86086
3035780	Avail	avail	FR		0	Europe/Paris	46.96447	2.05696		Avail		24	36	364	36088
3035781	Auzoux	auzoux	FR		0	Europe/Paris	45.83492	1.86005				75	23	232	23165
3035753	Avaux	avaux	FR	08190	0	Europe/Paris	45.55581	5.66475				84	38	382	38343
3035795	Auzolles	auzolles	FR		0	Europe/Paris	45.41135	2.99924		Auzolle,Auzolles		84	63	633	63313
3035796	Auzole	auzole	FR		0	Europe/Paris	44.5828	0.776				75	47	473	47141
3035798	Auzillé	auzille	FR		0	Europe/Paris	47.61758	-1.24016				52	44	445	44031
3035799	Auzillac	auzillac	FR		0	Europe/Paris	46.13129	1.24154				75	87	871	87041
3035803	Auzéville-en-Argonne	auzeville-en-argonne	FR		0	Europe/Paris	49.10121	5.09722		Auzeville,Auzeville-en-Argonne,Auzéville,Auzéville-en-Argonne		44	55	553	55117
3035807	Auzécourt	auzecourt	FR		245	Europe/Paris	48.88446	4.99195		Auzecourt,Auzécourt		44	55	551	55388
3035818	Auzais	auzais	FR		0	Europe/Paris	46.97911	-0.43206				75	79	791	79013
3035820	Auzainville	auzainville	FR		0	Europe/Paris	48.41109	1.66684				24	28	281	28160
3035821	Auzac	auzac	FR		0	Europe/Paris	44.73997	1.52063				76	46	463	46290
3035825	Aux Rois	aux-rois	FR		0	Europe/Paris	47.22591	2.18466				24	18	183	18281
3035826	Aux Parcs	aux-parcs	FR		0	Europe/Paris	45.53545	0.89106				75	24	242	24269
3035827	Auxonnettes	auxonnettes	FR		0	Europe/Paris	48.52627	2.51141		Auxonnette		11	77	772	77407
3035837	Auxillac	auxillac	FR		0	Europe/Paris	44.46693	3.22792		Auxillac		76	48	482	48034
3035839	Auxicourt	auxicourt	FR		0	Europe/Paris	49.1783	1.68429		Ansicourt,Auxicourt		11	95	953	95429
3035850	Auxances	auxances	FR		0	Europe/Paris	46.63108	0.30298		Auxances		75	86	863	86158
3035873	Auvergny	auvergny	FR		416	Europe/Paris	48.88227	0.72903		Auvergne,Auvergni,Auvergny		28	27	272	27427
3035893	Autroche	autroche	FR		0	Europe/Paris	48.07901	1.86044				24	45	452	45008
3035913	Autrecourt	autrecourt	FR		0	Europe/Paris	49.75345	1.37953		Autrecourt,Rue d'Autrecourt		28	76	761	76427
3035917	Autranges	autranges	FR		0	Europe/Paris	45.28333	2.2				75	19	193	19264
3035935	Authouillet	authouillet	FR		0	Europe/Paris	49.08823	1.28948		Authouillet		28	27	271	27025
3035959	Authenay	authenay	FR		310	Europe/Paris	48.85981	1.04686				28	27	272	27198
3035961	Autevielle	autevielle	FR		130	Europe/Paris	43.39098	-0.97092		Autaviela-Sent Martin-Videren,Autavièla-Sent Martin-Vidéren,Autevielle,Autevielle-Saint-Martin-Bideren,Autile,Autiviela,Autivièla,Otv'el'-Sen-Marten-Bideran,Otvel'-Sen-Marten-Bideran,Otvil Sen Marten Bideran,ao te wei ye er sheng ma er tan bi de lang,Отвил Сен Мартен Бидеран,Отвьель-Сен-Мартен-Бидеран,Отвєль-Сен-Мартен-Бідеран,奥特维耶尔圣马尔坦比德朗		75	64	642	64083
3035967	Auteroche	auteroche	FR		0	Europe/Paris	45.3	2.48333				84	15	152	15131
3035977	Autanne	autanne	FR		0	Europe/Paris	44.30644	5.32612				84	26	262	26370
3035990	Aussinange	aussinange	FR		0	Europe/Paris	45.26667	2.2		Aussinange,Aussinanges		75	19	193	19264
3035995	Ausiat	ausiat	FR		0	Europe/Paris	45.96363	1.50574				75	87	872	87157
3035998	Aurouze	aurouze	FR		209	Europe/Paris	45.23941	3.14405		Aurouse,Aurouze		84	15	153	15127
3036005	Auron	auron	FR		0	Europe/Paris	44.2285	6.93006		Auron		93	06	062	06120
3036007	Auriples	auriples	FR		221	Europe/Paris	44.65	4.96667		Auriples		84	26	262	26287
3036032	Auriac-de-Bourzac	auriac-de-bourzac	FR		264	Europe/Paris	45.37361	0.25998		Auriac,Auriac-de-Bourzac		75	24	243	24303
3036040	Aurent	aurent	FR		0	Europe/Paris	44.04382	6.71571				93	04	042	04090
3036049	Aureillac	aureillac	FR		0	Europe/Paris	44.00068	4.3567		Aureillac		76	30	302	30014
3036064	Auquefer	auquefer	FR		0	Europe/Paris	47.63247	-2.10504		Aucfer,Auquefer		53	56	563	56194
3036066	Aupx	aupx	FR		0	Europe/Paris	44.46667	6		Aups,Aupx		93	05	052	05168
3036087	Aunave	aunave	FR		0	Europe/Paris	44.83289	4.51268				84	07	072	07096
3036089	Aunainville	aunainville	FR		0	Europe/Paris	48.41787	1.80693				24	28	281	28074
3036095	Aumoy	aumoy	FR		0	Europe/Paris	48.55257	1.11967				24	28	283	28130
3036111	Auménancourt-le-Petit	aumenancourt-le-petit	FR		703	Europe/Paris	49.37628	4.05962		Aumenancourt,Auménancourt		44	51	513	51025
3036115	Aumare	aumare	FR		0	Europe/Paris	49.27435	1.31619		Aumare,Haumare		28	27	271	27337
3036119	Aumage	aumage	FR		0	Europe/Paris	44.24323	5.51084				84	26	262	26181
3036123	Aulraule	aulraule	FR		0	Europe/Paris	44.83333	4.58333				84	07	072	07295
3036136	Aulnois-sous-Vertuzey	aulnois-sous-vertuzey	FR		0	Europe/Paris	48.74634	5.67564		Aulnois		44	55	552	55184
3036140	Aulnizeux	aulnizeux	FR		0	Europe/Paris	48.82893	3.93321		Aulnizeux		44	51	512	51158
3036148	Aulnay-aux-Planches	aulnay-aux-planches	FR		0	Europe/Paris	48.81997	3.96168		Aulnay,Aulnay-aux-Planches		44	51	512	51158
3036157	Auliac	auliac	FR		0	Europe/Paris	45.14726	3.04157				84	15	153	15231
3036158	Aulhat	aulhat	FR		315	Europe/Paris	45.57328	3.31213		Aulhat,Aulhat-Saint-Privat		84	63	633	63160
3036160	Aulanys	aulanys	FR		0	Europe/Paris	45.16427	4.30955		Aulagny,Aulanys		84	43	433	43142
3036161	Aulanais	aulanais	FR		0	Europe/Paris	45.17928	4.20753				84	43	433	43114
3036163	Aulaines	aulaines	FR		0	Europe/Paris	48.17925	0.44014				52	72	722	72039
3036164	Aulagnier Grand	aulagnier-grand	FR		0	Europe/Paris	45.02884	4.25359				84	43	433	43130
3036165	Aulages	aulages	FR		0	Europe/Paris	49.74512	1.41238				28	76	761	76620
3036182	Augrain	augrain	FR		0	Europe/Paris	47.50369	-1.59511				52	44	445	44149
3036183	Augonville	augonville	FR		0	Europe/Paris	48.23056	1.41446				24	28	282	28259
3036192	Augeville	augeville	FR		0	Europe/Paris	49.63465	1.20036				28	76	763	76125
3036193	Augeville	augeville	FR		0	Europe/Paris	48.3623	5.31133		Augeville		44	52	523	52187
3036194	Auget	auget	FR		0	Europe/Paris	46.39806	0.49987				75	86	862	86235
3036195	Augès	auges	FR		145	Europe/Paris	44.04382	5.90999		Auges,Augès		93	04	043	04149
3036201	Augerolle	augerolle	FR		0	Europe/Paris	45.9	1.85				75	23	232	23232
3036205	Augère	augere	FR		0	Europe/Paris	48.14496	3.52658				27	89	893	89432
3036206	Augère	augere	FR		0	Europe/Paris	46.46057	2.40857				84	03	031	03317
3036208	Augeac	augeac	FR		0	Europe/Paris	44.99529	3.78365				84	43	432	43018
3036224	Auffains	auffains	FR		0	Europe/Paris	48.19576	1.64012		Auffains		24	28	281	28406
3036232	Audrière	audriere	FR		0	Europe/Paris	45.19888	5.02263				84	26	263	26194
3036245	Audigers	audigers	FR		0	Europe/Paris	48.41928	2.39225		Audigers,Les Audigers		11	91	911	91099
3036257	Audenfort	audenfort	FR		0	Europe/Paris	50.78292	1.97012				32	62	625	62228
3036258	Audencourt	audencourt	FR		0	Europe/Paris	50.11831	3.43916		Audencourt		32	59	592	59139
3036262	Audéjos	audejos	FR		0	Europe/Paris	43.43226	-0.60867		Audejos,Audéjos		75	64	643	64300
3036268	Auçon	aucon	FR		0	Europe/Paris	44.73333	5.38333				84	26	261	26113
3036273	Auchy-en-Bray	auchy-en-bray	FR		0	Europe/Paris	49.48315	1.77902		Auchy,Auchy-en-Bray		32	60	601	60687
3036277	Auchère	auchere	FR		0	Europe/Paris	45.38831	2.03546		Auchere,Aucheres,Auchère,Auchères		75	19	193	19176
3036279	Auchebie	auchebie	FR		0	Europe/Paris	45.4	2.2		Auchebie,Auchebier		75	19	193	19102
3036235	Audrehem	audrehem	FR	62890	364	Europe/Paris	50.78099	1.98982		Audrehem		32	62	625	62055
3036305	Aubrée	aubree	FR		0	Europe/Paris	44.42084	6.53771				93	04	041	04161
3036306	Aubray	aubray	FR		0	Europe/Paris	48.40892	1.97977				11	91	911	91393
3036311	Aubrac	aubrac	FR		0	Europe/Paris	44.62147	2.98412		Aubrac		76	12	122	12214
3036327	Aubigny-sur-Badin	aubigny-sur-badin	FR		0	Europe/Paris	47.66169	5.28054		Aubigny,Aubigny-sur-Badin		44	52	522	52405
3036330	Aubigny-le-Chétif	aubigny-le-chetif	FR		0	Europe/Paris	46.90845	3.54381				27	58	583	58097
3036351	Aubigney	aubigney	FR		0	Europe/Paris	47.32802	5.53849		Aubigney		27	70	702	70101
3036356	Aubignat	aubignat	FR		0	Europe/Paris	45.52493	3.08328				84	63	633	63342
3036357	Aubignat	aubignat	FR		0	Europe/Paris	45.37349	3.05901				84	63	633	63220
3036360	Aubignac	aubignac	FR		0	Europe/Paris	45.23937	3.67902				84	43	432	43138
3036361	Aubignac	aubignac	FR		0	Europe/Paris	44.12679	3.91528				76	30	301	30168
3036362	Aubigeyres	aubigeyres	FR		0	Europe/Paris	44.67162	3.30823				76	48	482	48009
3036365	Aubie	aubie	FR		1043	Europe/Paris	45.01934	-0.40642		Aubia e Espessas,Aubia e Espessàs,Aubie,Aubie-et-Espessas,Aubía e Espessàs,Obi et Epesa,Obi-e-Espessas,ao bi ye he ai si pei sa,Оби ет Епеса,Оби-е-Еспессас,Обі-е-Еспессас,奥比耶和埃斯佩萨		75	33	331	33018
3036373	Aubevideyre	aubevideyre	FR		0	Europe/Paris	45.20231	3.22479				84	15	153	15042
3036380	Aube-sur-Rîle	aube-sur-rile	FR		1628	Europe/Paris	48.7392	0.55161		Aube,Aube-sur-Rile,Aube-sur-Rîle		28	61	613	61008
3036381	Aubessagne	aubessagne	FR		0	Europe/Paris	44.75349	6.01293		Aubessagne		93	05	052	05039
3036382	Aubespeyre	aubespeyre	FR		0	Europe/Paris	44.75672	3.66052				76	48	482	48070
3036383	Aubespeyre	aubespeyre	FR		0	Europe/Paris	44.68522	2.46549				84	15	151	15082
3036393	Aubertans	aubertans	FR		394	Europe/Paris	47.45264	6.1635		Aubertans		27	70	702	70059
3036404	Aubercy	aubercy	FR		0	Europe/Paris	48.99332	5.04495				44	55	551	55517
3036407	Auberbosc	auberbosc	FR		0	Europe/Paris	49.63865	0.58171				28	76	762	76258
3036408	Auberat	auberat	FR		0	Europe/Paris	45.1957	3.4446				84	43	431	43222
3036427	Aubaret	aubaret	FR		0	Europe/Paris	45.46313	2.73852				84	63	633	63279
3036435	Aubagnac	aubagnac	FR		0	Europe/Paris	45.27749	3.50819		Aubagnac,Aubagnat		84	43	431	43100
3036452	Attevillette	attevillette	FR		0	Europe/Paris	49.64892	1.44654				28	76	761	76678
3036455	Altana	altana	FR		0	Europe/Paris	42.04876	9.2786		Altana,Attana		94	2B	2B3	2B236
3036457	Atraps	atraps	FR		0	Europe/Paris	48.15349	1.97581				24	45	453	45088
3036459	Athos	athos	FR		218	Europe/Paris	43.41409	-0.9738		Athos,Athos-Aspis,Atos e Aspins,Atos-Aspins,Atos-Aspis,Atoz Aspi,Atòs e Aspins,Atòs-Aspins,a tuo a si pi,Атоз Аспи,Атос-Аспис,Атос-Аспіс,阿托阿斯皮		75	64	642	64071
3036475	Ates	ates	FR		0	Europe/Paris	46.55	3.06667				84	03	032	03036
3036478	Astru	astru	FR		0	Europe/Paris	42.47019	8.70556		Astro,Astru		94	2B	2B5	2B049
3036482	Astoin	astoin	FR		0	Europe/Paris	44.36667	6.16667		Astion,Astoin		93	04	044	04023
3036498	Assouste	assouste	FR		0	Europe/Paris	42.98305	-0.41362		Assosta		75	64	642	64204
3036500	Assonval	assonval	FR		0	Europe/Paris	50.56522	2.07961				32	62	625	62704
3036525	Assarts	assarts	FR		0	Europe/Paris	47.19465	3.52868		Assards,Assarts		27	58	582	58313
3036531	Asquiès	asquies	FR		0	Europe/Paris	44.30696	2.27038				76	12	123	12068
3036543	Aspires	aspires	FR		0	Europe/Paris	43.9676	2.53418				76	12	121	12035
3036549	Aspers	aspers	FR		0	Europe/Paris	44.56034	3.47762				76	48	482	48042
3036559	Asnins	asnins	FR		0	Europe/Paris	47.15771	2.84496				24	18	181	18132
3036575	Asnière	asniere	FR		0	Europe/Paris	47.15343	2.23114				24	18	183	18005
3036529	Assac	assac	FR	81340	164	Europe/Paris	43.9753	2.43936		Assac		76	81	811	81019
3036584	Ascq	ascq	FR		0	Europe/Paris	50.61881	3.16072		Ascq,Ask,ask,asuku,Аск,اسك,アスク		32	59	595	59009
3036598	Arzy	arzy	FR		0	Europe/Paris	45.95244	6.01591				84	74	741	74272
3036612	Arzac	arzac	FR		0	Europe/Paris	45.26241	3.85927				84	43	432	43217
3036630	Arvant	arvant	FR		0	Europe/Paris	45.36341	3.30744		Arvant		84	43	431	43038
3036642	Arton	arton	FR		0	Europe/Paris	47.72733	3.93761				27	89	892	89259
3036648	Artitte	artitte	FR		0	Europe/Paris	45.22106	3.99151				84	43	433	43162
3036649	Artis	artis	FR		0	Europe/Paris	45.00086	1.29334				75	24	244	24012
3036650	Artinse	artinse	FR		0	Europe/Paris	45.85	1.76667				75	87	872	87117
3036653	Artiguillon	artiguillon	FR		0	Europe/Paris	45.27185	-0.88989				75	33	334	33412
3036665	Artiguedieu-Garrané	artiguedieu-garrane	FR		0	Europe/Paris	43.5	0.54538		Artiguedieu,Artiguedieu-Garrane,Artiguedieu-Garrané,Plaisance-de-Liberte,Plaisance-de-Liberté		76	32	323	32426
3036671	Artige	artige	FR		0	Europe/Paris	46.59526	0.82787				75	86	862	86246
3036672	Artige	artige	FR		0	Europe/Paris	45.282	2.82472				84	15	153	15173
3036673	Artige	artige	FR		0	Europe/Paris	45.23827	3.2982				84	43	431	43206
3036681	Arthieul	arthieul	FR		0	Europe/Paris	49.1524	1.80647				11	95	953	95355
3036695	Artenac	artenac	FR		0	Europe/Paris	45.84033	0.33548				75	16	163	16336
3036703	Artamare	artamare	FR		0	Europe/Paris	44.53747	5.53574				84	26	261	26040
3036704	Artalens	artalens	FR		117	Europe/Paris	42.97508	-0.04619		Artalens,Artalens-Souin		76	65	651	65036
3036718	Arsilhac	arsilhac	FR		0	Europe/Paris	45.18752	4.07103				84	43	433	43024
3036721	Arsaillier	arsaillier	FR		0	Europe/Paris	45.73063	1.95794				75	23	231	23077
3036738	Arros-d'Oloron	arros-d-oloron	FR		0	Europe/Paris	43.14571	-0.60026		Arros,Arros-d'Oloron		75	64	642	64064
3036749	Arrivaud	arrivaud	FR		0	Europe/Paris	45.61435	0.90304				75	87	873	87060
3036769	Ar Récho	ar-recho	FR		0	Europe/Paris	48.55283	-3.53808				53	22	223	22227
3036777	Arrauntz	arrauntz	FR		0	Europe/Paris	43.42211	-1.47979		Arrauntz,Arruntza		75	64	641	64547
3036793	Arrabloy	arrabloy	FR		0	Europe/Paris	47.70143	2.71343		Arrabloy		24	45	451	45155
3036804	Arquejols	arquejols	FR		0	Europe/Paris	44.80748	3.82289		Arquejol,Arquejols		84	43	432	43160
3036815	Arpenty	arpenty	FR		0	Europe/Paris	48.58521	2.16393				11	91	913	91115
3036816	Arpentigny	arpentigny	FR		0	Europe/Paris	48.54904	1.22336				24	28	283	28386
3036818	Arpeix	arpeix	FR		0	Europe/Paris	45.85101	1.9375				75	23	232	23165
3036827	Arouille	arouille	FR		0	Europe/Paris	44.00088	-0.19205				75	40	402	40267
3036848	Arnoncourt-sur-Apance	arnoncourt-sur-apance	FR		153	Europe/Paris	48.00068	5.70094		Arnoncourt,Arnoncourt-sur-Apance		44	52	522	52273
3036868	Arnaudes	arnaudes	FR		0	Europe/Paris	44.98195	4.41389				84	07	073	07204
3036869	Arnaud	arnaud	FR		0	Europe/Paris	45.29404	4.01138				84	43	433	43246
3036871	Arnans	arnans	FR		0	Europe/Paris	46.26155	5.45834				84	01	012	01125
3036873	Arnal	arnal	FR		0	Europe/Paris	44.47406	2.03457				76	12	123	12301
3036875	Arnaises	arnaises	FR		0	Europe/Paris	46.93333	2.1				24	18	181	18198
3036888	Armonville-le-Sablon	armonville-le-sablon	FR		0	Europe/Paris	48.25379	1.9485		Armonville-Sablon,Armonville-le-Sablon		24	28	281	28025
3036889	Armonville-le-Guénard	armonville-le-guenard	FR		0	Europe/Paris	48.24491	1.97236				24	45	453	45037
3036890	Armonville	armonville	FR		0	Europe/Paris	48.18776	1.94732				24	28	281	28391
3036895	Armeville	armeville	FR		0	Europe/Paris	48.22917	2.1222				24	45	453	45080
3036899	Armentier Haut	armentier-haut	FR		0	Europe/Paris	45.05569	6.05304		Armentier Haut,l'Armentier		84	38	381	38177
3036837	Aron	aron	FR	53440	1642	Europe/Paris	48.29745	-0.55862		Aron		52	53	533	53008
3036905	Armenonville-les-Gâtineaux	armenonville-les-gatineaux	FR		1228	Europe/Paris	48.54365	1.6475		Armenonville,Armenonville-les-Gatineaux,Armenonville-les-Gâtineaux		24	28	281	28023
3036909	Armelle	armelle	FR		0	Europe/Paris	46.43687	2.40337				84	03	031	03317
3036930	Arlod	arlod	FR		0	Europe/Paris	46.09893	5.81427				84	01	014	01033
3036950	Arjac	arjac	FR		0	Europe/Paris	44.52937	2.40438				76	12	122	12076
3036954	Arize	arize	FR		0	Europe/Paris	43	0.5		Arise,Arize		76	65	652	65416
3036956	Ariot	ariot	FR		0	Europe/Paris	47.09962	3.28133		Ariaux,Ariot		27	58	583	58204
3036971	Argut-Dessus	argut-dessus	FR		0	Europe/Paris	42.89106	0.72958		Argut,Argut-Dessus		76	31	312	31085
3036993	Argnat	argnat	FR		0	Europe/Paris	45.84587	3.03454				84	63	634	63417
3036911	Armeau	armeau	FR	89500	557	Europe/Paris	48.04641	3.32173		Armeau		27	89	893	89018
3036997	Arginy	arginy	FR		0	Europe/Paris	46.38685	2.73819				84	03	031	03031
3037001	Argiller	argiller	FR		0	Europe/Paris	45.03627	1.07118				75	24	244	24443
3037004	Arggiavara	arggiavara	FR		0	Europe/Paris	41.82498	9.26335		Arggiavara,Arggiovara,Argiavara		94	2A	2A4	2A254
3037005	Argeville	argeville	FR		0	Europe/Paris	48.33213	2.39138				11	91	912	91069
3037006	Argeville	argeville	FR		0	Europe/Paris	48.26872	2.20598				24	45	453	45012
3037010	Argère Petit	argere-petit	FR		0	Europe/Paris	46.33863	2.02887				75	23	232	23089
3037011	Argère Grand	argere-grand	FR		0	Europe/Paris	46.33697	2.02681				75	23	232	23089
3037014	Argenty	argenty	FR		482	Europe/Paris	46.26925	2.53199		Argenty,Teillet-Argentz		84	03	031	03279
3037027	Argentolles	argentolles	FR		0	Europe/Paris	48.24897	4.88154		Argentolles		44	52	521	52140
3037029	Argentolle	argentolle	FR		0	Europe/Paris	48.32236	4.11447				44	10	103	10297
3037042	Argentière	argentiere	FR		0	Europe/Paris	45.98255	6.92677		Argentiere,Argentieres,Argentière,Argentières		84	74	742	74056
3037057	Argens	argens	FR		269	Europe/Paris	44.04453	6.52409		Argens		93	04	042	04136
3037058	Argenoux	argenoux	FR		0	Europe/Paris	47.52867	3.03847				27	58	584	58227
3037068	Argeles	argeles	FR		10044	Europe/Paris	42.54714	3.02253		Argelers,Argeles,Argeles-sur-Mer,Argelès,Argelès-sur-Mer		76	66	661	66008
3037074	Arganson	arganson	FR		0	Europe/Paris	48.30352	1.32918		Argancon,Arganson,Argançon		24	28	281	28139
3037085	Arfeuille	arfeuille	FR		0	Europe/Paris	45.85787	2.33937				75	23	231	23226
3037086	Arfeuille	arfeuille	FR		0	Europe/Paris	45.33333	2.55				84	15	152	15128
3037087	Arfeuilie	arfeuilie	FR		0	Europe/Paris	45.30782	3.68112				84	43	431	43048
3037092	Aresquies	aresquies	FR		0	Europe/Paris	43.46818	3.8132		Aresquies,Aresquies Vieux,Les Aresquiers		76	34	343	34333
3037101	Arenc	arenc	FR		1645	Europe/Paris	43.31583	5.36698				93	13	133	13055
3037106	Arelies	arelies	FR		0	Europe/Paris	44.58333	2.01667		Arelies,Arelles		76	46	462	46102
3037109	Arêches	areches	FR		0	Europe/Paris	45.68737	6.5679		Areches,Arêches		84	73	731	73034
3037117	Ardosset	ardosset	FR		0	Europe/Paris	45.84133	5.70757				84	01	011	01073
3037124	Ardilloux	ardilloux	FR		0	Europe/Paris	45.84654	0.88221				75	87	873	87030
3037130	Ardevon	ardevon	FR		0	Europe/Paris	48.6021	-1.47433		Ardevon		28	50	501	50410
3037134	Ardent	ardent	FR		0	Europe/Paris	46.13199	1.15767				75	87	871	87121
3037138	Ardennes	ardennes	FR		0	Europe/Paris	45.43678	3.53642				84	63	631	63158
3037141	Ardenay	ardenay	FR		0	Europe/Paris	48.51387	1.92961				11	78	782	78564
3037146	Ardelay	ardelay	FR		0	Europe/Paris	46.85309	-1.00489				52	85	852	85109
3037150	Ardan	ardan	FR		0	Europe/Paris	47.25167	3.61666				27	58	582	58208
3037155	Arcy	arcy	FR		0	Europe/Paris	46.44724	2.10828				24	36	363	36240
3037162	Arcoules	arcoules	FR		0	Europe/Paris	45.36315	4.75089				84	07	073	07143
3037163	Arcoulant	arcoulant	FR		0	Europe/Paris	46.24676	1.20267				75	87	871	87089
3037178	Arcomie	arcomie	FR		0	Europe/Paris	44.86784	3.23523		Arcomie		76	48	482	48012
3037179	Arcole	arcole	FR		0	Europe/Paris	47.71933	2.54943				24	45	451	45227
3037181	Arclais	arclais	FR		0	Europe/Paris	48.95714	-0.77411				28	14	144	14061
3037188	Arcisse	arcisse	FR		0	Europe/Paris	45.63906	5.38286				84	38	382	38374
3037193	Arcine	arcine	FR		0	Europe/Paris	46.08138	5.90032		Arcine		84	74	743	74077
3037198	Archinard	archinard	FR		0	Europe/Paris	44.66268	6.31832				93	05	052	05096
3037204	Archiane	archiane	FR		0	Europe/Paris	44.7484	5.50136				84	26	261	26086
3037211	Archemont	archemont	FR		0	Europe/Paris	49.15792	1.75984				11	95	953	95554
3037212	Archelles	archelles	FR		0	Europe/Paris	49.88306	1.14046				28	76	761	76026
3037216	Arche	arche	FR		0	Europe/Paris	45.01458	1.79538				75	19	191	19152
3037217	Archaud	archaud	FR		0	Europe/Paris	45.03096	3.74653				84	43	432	43257
3037230	Arcenay	arcenay	FR		0	Europe/Paris	47.37012	4.24679				27	21	213	21335
3037232	Arcelot	arcelot	FR		0	Europe/Paris	47.3695	5.19192		Arcelot		27	21	212	21016
3037234	Arcelet	arcelet	FR		0	Europe/Paris	45.03333	4.26667				84	43	433	43130
3037246	Arcamont	arcamont	FR		0	Europe/Paris	43.73904	0.60952				76	32	321	32348
3037255	Arca	arca	FR		0	Europe/Paris	41.57054	9.22313		Arca		94	2A	2A4	2A247
3037266	Arbuissonnas	arbuissonnas	FR		0	Europe/Paris	46.04953	4.6316		Arbuissonas,Arbuissonnas		84	69	692	69172
3037268	Arbrentin	arbrentin	FR		0	Europe/Paris	46.68267	2.24001				24	18	182	18112
3037270	Arbouville	arbouville	FR		0	Europe/Paris	48.27954	1.96798				24	28	281	28319
3037274	Arbours	arbours	FR		0	Europe/Paris	47.405	-2.33024				52	44	443	44072
3037288	Arblay	arblay	FR		0	Europe/Paris	47.97397	3.14273				27	89	893	89133
3037294	Arbitro	arbitro	FR		0	Europe/Paris	42.29555	9.29306		Arbitro		94	2B	2B3	2B292
3037296	Arbine	arbine	FR		0	Europe/Paris	45.61664	6.45228				84	73	731	73032
3037221	Arcey	arcey	FR	21410	1218	Europe/Paris	47.52258	6.66222		Arcey		27	25	252	25022
3037324	Arantot	arantot	FR		0	Europe/Paris	49.73314	0.5818				28	76	761	76490
3037329	Arance	arance	FR		0	Europe/Paris	43.41122	-0.65055		Arance,Arence		75	64	643	64396
3037344	Arraggio	arraggio	FR		0	Europe/Paris	41.64442	9.26651		Araggio,Arraggio		94	2A	2A4	2A300
3037353	Appriciani	appriciani	FR		0	Europe/Paris	42.14993	8.77154		Appriciani,Apricciani,Apriciani		94	2A	2A1	2A348
3037369	Appregnin	appregnin	FR		0	Europe/Paris	45.76522	5.60995				84	01	011	01358
3037378	Appenai	appenai	FR		0	Europe/Paris	48.53904	0.33205				28	61	611	61365
3037380	Apiry	apiry	FR		0	Europe/Paris	47.06553	3.28362				27	58	583	58204
3037384	Apcher	apcher	FR		0	Europe/Paris	45.31605	3.02841				84	63	633	63006
3037385	Apcher	apcher	FR		0	Europe/Paris	44.81656	3.32289				76	48	482	48121
3037402	Anzat	anzat	FR		201	Europe/Paris	45.33209	3.04161		Anza le Like,Anza-le-Ljuge,Anzac e lo Luguet,Anzac e lo Luguèt,Anzat,Anzat-le-Luguet,ang zha lai lu gai,Анза ле Лике,Анза-ле-Люге,昂扎莱吕盖		84	63	633	63006
3037404	Anxtot	anxtot	FR		0	Europe/Paris	49.59625	0.37929				28	76	762	76494
3037405	Anxaumont	anxaumont	FR		0	Europe/Paris	46.58357	0.44277				75	86	863	86261
3037409	Anveau	anveau	FR		0	Europe/Paris	46.22626	0.94164				75	87	871	87028
3037410	Anus	anus	FR		0	Europe/Paris	47.59774	3.53262		Anus		27	89	891	89182
3037420	Antraigne	antraigne	FR		0	Europe/Paris	46.35	2.26667		Antraigne,Antraigue		75	23	231	23108
3037421	Antouilleux	antouilleux	FR		0	Europe/Paris	45.41864	4.17689				84	42	421	42262
3037422	Antorpe	antorpe	FR		0	Europe/Paris	47.18521	5.79132		Antorpe		27	25	251	25527
3037424	Antonne	antonne	FR		1150	Europe/Paris	45.2126	0.82983		Anton e Trigonan,Antona e Trigonant,Antona et Tregona,Antonn-e-Trigonan,Antonne,Antonne-et-Trigonant,ang tong he te li ge nan,Антон е Тригонан,Антонн-е-Тригонан,昂通和特里戈南		75	24	243	24011
3037426	Antonianes	antonianes	FR		0	Europe/Paris	45.31662	4.19331				84	43	433	43137
3037449	Antiges	antiges	FR		0	Europe/Paris	45.4	2.28333				75	19	193	19148
3037454	Antibia	antibia	FR		0	Europe/Paris	42.48766	9.35643		Antibia		94	2B	2B3	2B054
3037464	Anthéor	antheor	FR		0	Europe/Paris	43.43089	6.88895		Antheor,Antheor-Cap-Roux,Anthéor,Anthéor-Cap-Roux		93	83	831	83118
3037474	Anteren	anteren	FR		0	Europe/Paris	48.60189	-4.44711				53	29	291	29195
3037477	Ante	ante	FR		188	Europe/Paris	49.00104	4.89943				44	51	511	51537
3037478	Antaillat	antaillat	FR		0	Europe/Paris	45.53595	3.15973				84	63	633	63222
3037479	Antaignagues	antaignagues	FR		0	Europe/Paris	44.48348	2.29829		Antaignague,Antaignagues		76	12	123	12031
3037484	Ansonville	ansonville	FR		0	Europe/Paris	48.32677	2.22896				24	45	453	45263
3037485	Ansigny	ansigny	FR		0	Europe/Paris	45.80398	5.9303		Ansigny		84	73	732	73010
3037493	Ansage	ansage	FR		0	Europe/Paris	44.83037	5.19588				84	26	261	26221
3037498	Anriac	anriac	FR		0	Europe/Paris	45.16466	3.792		Anriac,Anviac		84	43	432	43216
3037508	Annuit	annuit	FR		0	Europe/Paris	45.75764	6.6018				84	73	731	73132
3037516	Annoisin	annoisin	FR		630	Europe/Paris	45.75717	5.29207		Annoisin,Annoisin-Chatelans,Annuazen-Shatlan,Anoazen Shatlan,a nu wa sang sha tai lang,Аннуазен-Шатлан,Аноазен Шатлан,阿努瓦桑沙泰朗		84	38	382	38010
3037529	Anneville	anneville	FR		0	Europe/Paris	49.78324	0.54293				28	76	762	76663
3037544	Annebecq	annebecq	FR		0	Europe/Paris	48.90726	-0.97357		Annebecq		28	14	144	14352
3037550	Annat	annat	FR		0	Europe/Paris	44.57244	2.6865				76	12	122	12098
3037551	Annappes	annappes	FR		0	Europe/Paris	50.62514	3.14787		Annappes		32	59	595	59009
3037552	Anliac	anliac	FR		0	Europe/Paris	45.28497	3.09417				84	15	153	15098
3037567	Anilhac	anilhac	FR		0	Europe/Paris	44.30731	3.36505				76	48	481	48141
3037569	Anière	aniere	FR		0	Europe/Paris	45.77593	5.12029		Aniere,Anière,Asnieres,Asnières		84	38	382	38557
3037573	Ania	ania	FR		0	Europe/Paris	41.97218	9.28776		Ania		94	2B	2B3	2B277
3037578	Angviller-lès-Bisping	angviller-les-bisping	FR		0	Europe/Paris	48.8172	6.87987		Angviller,Angviller-les-Bisping,Angviller-lès-Bisping		44	57	575	57086
3037579	Anguyenne	anguyenne	FR		0	Europe/Paris	46.6049	1.21024				24	36	361	36176
3037587	Angoville-en-Saire	angoville-en-saire	FR		0	Europe/Paris	49.69006	-1.3778		Angoville,Angoville-en-Saire		28	50	502	50142
3037600	Angon	angon	FR		0	Europe/Paris	45.82629	6.22247				84	74	741	74275
3037603	Angly	angly	FR		0	Europe/Paris	46.08639	2.28724				75	23	231	23151
3037605	Anglus	anglus	FR		0	Europe/Paris	48.39785	4.74032		Anglus		44	52	523	52088
3037622	Angle Haut	angle-haut	FR		0	Europe/Paris	45.71309	2.75709				84	63	633	63274
3037624	Angle Bas	angle-bas	FR		0	Europe/Paris	45.71299	2.77074				84	63	633	63274
3037626	Angle	angle	FR		0	Europe/Paris	44.93333	1.2				75	24	244	24520
3037633	Anglards	anglards	FR		196	Europe/Paris	45.04739	2.11547				84	15	151	15165
3037634	Anglard	anglard	FR		0	Europe/Paris	45.4837	2.93475		Anglard,Anglards		84	63	633	63038
3037635	Anglard	anglard	FR		0	Europe/Paris	45.45	2.53333				84	15	152	15092
3037636	Anglard	anglard	FR		0	Europe/Paris	44.88689	3.71215				84	43	432	43005
3037659	Angennes	angennes	FR		0	Europe/Paris	48.65977	1.07437				24	28	283	28120
3037662	Angelas	angelas	FR		0	Europe/Paris	44.89092	5.92476		Angelas,Les Engelas		84	38	381	38518
3037663	Angelane	angelane	FR		0	Europe/Paris	45.32863	3.24591				84	43	431	43123
3037676	Anéran-Camors	aneran-camors	FR		0	Europe/Paris	42.8339	0.41297		Aneran,Aneran-Camors,Anéran,Anéran-Camors		76	65	652	65141
3037686	Androns	androns	FR		0	Europe/Paris	45.07214	-0.5238				75	33	331	33228
3037688	Andrivaux	andrivaux	FR		0	Europe/Paris	45.20795	0.6326				75	24	243	24102
3037695	Andréjoulets	andrejoulets	FR		0	Europe/Paris	44.98213	3.58621		Andrejoulet,Andrejoulets,Andréjoulet,Andréjoulets		84	43	431	43234
3037697	Andregeat	andregeat	FR		0	Europe/Paris	45.45341	2.4802				75	19	193	19252
3037717	Andillé	andille	FR		0	Europe/Paris	46.47905	0.33347				75	86	863	86209
3037723	Andevanne	andevanne	FR		0	Europe/Paris	49.39073	5.08001		Andevanne		44	08	084	08437
3037922	Amblaincourt	amblaincourt	FR		0	Europe/Paris	48.96349	5.21757		Amblaincourt		44	55	551	55040
3037750	Andainville-aux-Bois	andainville-aux-bois	FR		0	Europe/Paris	49.88343	1.78718				32	80	802	80022
3037753	Andabre	andabre	FR		0	Europe/Paris	43.83601	2.91677				76	12	121	12109
3037788	Anchaux	anchaux	FR		0	Europe/Paris	46.13746	2.39021		Anchaud,Anchaux		75	23	231	23167
3037791	Ancette	ancette	FR		0	Europe/Paris	44.82403	3.61858				76	48	482	48038
3037811	Amuchy	amuchy	FR		0	Europe/Paris	49.47854	1.84712				32	60	601	60611
3037820	Amplaing	amplaing	FR		0	Europe/Paris	42.88594	1.6206		Amplaing		76	09	091	09188
3037823	Ampilly-le-Haut	ampilly-le-haut	FR		0	Europe/Paris	47.63452	4.64096				27	21	213	21011
3037824	Ampilhac	ampilhac	FR		0	Europe/Paris	45.13109	3.70141				84	43	432	43259
3037825	Amphoux	amphoux	FR		0	Europe/Paris	43.59566	6.10787		Amphoux		93	83	833	83060
3037827	Ampaza	ampaza	FR		0	Europe/Paris	41.87203	9.00232		Ampaza		94	2A	2A1	2A026
3037830	Amotz	amotz	FR		0	Europe/Paris	43.33327	-1.54954				75	64	641	64495
3037831	Amorots	amorots	FR		219	Europe/Paris	43.36533	-1.11187		Amoro Siko,Amoros-Sucos,Amorots,Amorots-Sjukkos,Amorots-Succos,Amorotze,Amorotze-Zokotze,Amoròs-Sucòs,a mo luo te xu ke,amwrats-sakas,Аморо Сико,Аморотс-Сюккос,اموراتس-ساکاس,阿莫罗特叙科		75	64	641	64019
3037840	Ammeville	ammeville	FR		0	Europe/Paris	48.94071	0.03359		Ammeville		28	14	143	14654
3037851	Amignon	amignon	FR		0	Europe/Paris	44.11248	6.95165				93	06	062	06094
3037864	Ameysin	ameysin	FR		0	Europe/Paris	45.68895	5.75566				84	73	732	73330
3037868	Amespétou	amespetou	FR		0	Europe/Paris	43.33425	-1.50873		Amespetou,Amespétou,Amezpetu		75	64	641	64495
3037923	Amblagnieu	amblagnieu	FR		0	Europe/Paris	45.84051	5.39302		Amblagnieu		84	38	382	38320
3037872	Amendeuix	amendeuix	FR		402	Europe/Paris	43.35407	-1.04401		Amandeks Oneks,Amandeks-Oneks,Amandjoks-Oneks,Amendeuix,Amendeuix-Oneix,Amendueze-Unaso,Amenduish-Oneis,Amenduze,Amenduze-Unaso,Amendüze-Unaso,a mang de yi ao nei,amyndw-wanyks,Амандекс Онекс,Амандекс-Онекс,Амандёкс-Онекс,امیندو-وانیکس,阿芒德伊奥内		75	64	641	64018
3037873	Amen	amen	FR		0	Europe/Paris	44.04829	6.86976				93	06	062	06071
3037893	Ambourville	ambourville	FR		0	Europe/Paris	49.46894	0.92315		Ambourville		28	76	763	76020
3037903	Amboiras	amboiras	FR		0	Europe/Paris	45.6481	1.58086				75	87	872	87051
3037906	Ambly	ambly	FR		0	Europe/Paris	46.69011	3.68214		Ambly		27	71	713	71589
3037909	Amblincourt	amblincourt	FR		0	Europe/Paris	48.63331	1.6804				11	78	782	78307
3037916	Amblérieu	amblerieu	FR		0	Europe/Paris	45.83612	5.32567				84	38	382	38026
3037963	Amargiers	amargiers	FR		0	Europe/Paris	44.85406	3.82719		Amargiers,Les Amargiers		84	43	432	43111
3037965	Amareins	amareins	FR		0	Europe/Paris	46.08097	4.78352		Amareins		84	01	012	01165
3037992	Alzetu	alzetu	FR		0	Europe/Paris	42.71722	9.43031		Alzetto,Alzetu		94	2B	2B2	2B353
3037996	Alvimbuc	alvimbuc	FR		0	Europe/Paris	49.65089	0.74618				28	76	763	76041
3037999	Alvantot	alvantot	FR		0	Europe/Paris	49.76139	0.46139		Alvantot,Alventot		28	76	762	76587
3038018	Acciani	acciani	FR		0	Europe/Paris	42.0126	9.29405		Acciani,Altiani		94	2B	2B3	2B135
3038019	Althorn	althorn	FR		0	Europe/Paris	48.9601	7.39384				44	57	576	57250
3038021	Altenstadt	altenstadt	FR		0	Europe/Paris	49.02963	7.96692		Altenstadt		44	67	672	67544
3038023	Altenbach	altenbach	FR		301	Europe/Paris	47.87893	7.0903		Altenbach		44	68	686	68106
3038057	Alónya	alonya	FR		0	Europe/Paris	42.63875	2.98148				76	66	661	66002
3038060	Alnay	alnay	FR		0	Europe/Paris	47.17705	2.05019				24	18	183	18148
3038076	Allou	allou	FR		0	Europe/Paris	47.84103	2.0346				24	45	452	45300
3038097	Alliquerville	alliquerville	FR		0	Europe/Paris	49.59449	0.60292				28	76	762	76715
3038104	Alligny	alligny	FR		0	Europe/Paris	46.70924	3.16572				27	58	583	58296
3038106	Allières-et-Risset	allieres-et-risset	FR		6815	Europe/Paris	45.09934	5.67924				84	38	381	38524
3038129	Allevran	allevran	FR		0	Europe/Paris	48.17844	2.07491				24	45	453	45160
3038130	Allevier	allevier	FR		0	Europe/Paris	45.33421	3.39732				84	43	431	43017
3038140	Alleret	alleret	FR		0	Europe/Paris	45.16788	3.20375				84	15	153	15207
3038165	Allards	allards	FR		0	Europe/Paris	45.93189	-1.25711		Allards,Les Allards		75	17	172	17140
3038177	Allainville-en-Beauce	allainville-en-beauce	FR		128	Europe/Paris	48.23744	2.05969		Allainville,Allainville-en-Beauce		24	45	453	45240
3038184	Allagnat	allagnat	FR		0	Europe/Paris	45.75126	2.91548				84	63	633	63071
3038194	Alinhac-Bas	alinhac-bas	FR		0	Europe/Paris	45.16379	4.13022		Alinhac,Alinhac-Bas		84	43	433	43268
3038201	Aliac	aliac	FR		0	Europe/Paris	44.92011	0.4777				75	24	243	24259
3038203	Algues	algues	FR		0	Europe/Paris	44.00874	3.34354				76	12	121	12168
3038227	Alenthun	alenthun	FR		0	Europe/Paris	50.86801	1.80507				32	62	626	62657
3038234	Alcorn	alcorn	FR		0	Europe/Paris	44.69521	2.82391				76	12	122	12119
3038235	Alçay	alcay	FR		271	Europe/Paris	43.09513	-0.90961		Al'se-Al'sabeehti-Sjunaret,Al'se-Al'sabeeti-Senarett,Alcay,Alcay-Alcabehety-Sunharette,Alsej Alsabeti Sinaret,Altzai,Altzai-Altzabeheti-Zunharreta,Alçay,Alçay-Alçabéhéty-Sunharette,Aucet-Aucet Juson-Sunarreta,a er sai a er sa bei ai di xu na lei te,alsy-alsabhty-sanhrt,Алсеј Алсабети Синарет,Альсе-Альсабеети-Сенаретт,Альсе-Альсабееті-Сенаретт,Альсе-Альсабеэти-Сюнарет,السی-السابهتی-سانهرت,阿尔赛阿尔萨贝埃蒂叙纳雷特		75	64	642	64015
3038242	Alboeuf	alboeuf	FR		0	Europe/Paris	47.87485	2.04077				24	45	452	45043
3038508	Aigue-Belle	aigue-belle	FR		0	Europe/Paris	43.15221	6.40972				93	83	832	83070
3038245	Albiosc	albiosc	FR		0	Europe/Paris	43.74186	6.01514		Albiosc		93	04	044	04081
3038248	Albigny	albigny	FR		0	Europe/Paris	45.9084	6.14798				84	74	741	74010
3038250	Albigny	albigny	FR		0	Europe/Paris	45.82419	4.45045				84	69	691	69139
3038253	Albieux	albieux	FR		0	Europe/Paris	45.79414	3.99539				84	42	421	42030
3038262	Albet	albet	FR		0	Europe/Paris	48.46218	7.19434				44	67	673	67066
3038272	Alberoche	alberoche	FR		0	Europe/Paris	45.21572	2.66383				84	15	152	15052
3038275	Albepierre	albepierre	FR		0	Europe/Paris	45.07762	2.8319		Albepierre		84	15	153	15025
3038279	Albecassagne	albecassagne	FR		0	Europe/Paris	44.69434	1.30956				76	46	463	46297
3038283	Albiez le Vieux	albiez-le-vieux	FR		0	Europe/Paris	45.21647	6.3403		Albiez,Albiez le Vieux,Albiez-le-Vieux		84	73	733	73013
3038286	Albaron	albaron	FR		0	Europe/Paris	43.60998	4.47762		Albaron,L'Albaron		93	13	132	13004
3038290	Arbaretto	arbaretto	FR		0	Europe/Paris	42.05483	9.31268		Albareto,Arbaretto		94	2B	2B3	2B236
3038294	Albannette	albannette	FR		0	Europe/Paris	45.2	6.43333				84	73	733	73173
3038297	Albanne	albanne	FR		645	Europe/Paris	45.20572	6.41991		Albane,Albanne		84	73	733	73173
3038300	Albagnas	albagnas	FR		0	Europe/Paris	44.93291	4.35655				84	07	073	07269
3038303	Alayrac	alayrac	FR		0	Europe/Paris	44.53477	2.75215				76	12	122	12096
3038310	Alaise	alaise	FR		0	Europe/Paris	47.01495	5.97317		Alaise		27	25	251	25223
3038318	Alagnon	alagnon	FR		0	Europe/Paris	45.25	3.08333				84	15	153	15013
3038325	Ajola	ajola	FR		0	Europe/Paris	42.03523	9.28828		Ajola		94	2B	2B3	2B135
3038329	Arja Donica	arja-donica	FR		0	Europe/Paris	41.76122	8.86463		Aja d'Onica,Arja Donica		94	2A	2A1	2A091
3038343	Aizecq	aizecq	FR		0	Europe/Paris	45.99209	0.27834		Aizecq		75	16	163	16242
3038362	Aix-en-Pévèle	aix-en-pevele	FR		955	Europe/Paris	50.4896	3.29529		Aix		32	59	593	59004
3038328	Ajain	ajain	FR	23380	1033	Europe/Paris	46.20707	1.99711		Ajain		75	23	232	23002
3038391	Airon	airon	FR		0	Europe/Paris	46.82568	-0.01714				75	86	861	86161
3038404	Ainval-Septoutre	ainval-septoutre	FR		0	Europe/Paris	49.70084	2.43405		Ainval,Ainval-Septoutre		32	80	803	80390
3038407	Ainhice	ainhice	FR		186	Europe/Paris	43.20554	-1.15577		Ainhice,Ainhice-Mongelos,Ainhize,Ainhize-Monchelos,Ainhize-Monchelós,Ainhize-Monjolose,Anica-Montgelos,Aniça-Montgelós,Ehnis-Monzhelos,Enis-Monzhelos,Enis-Monzhlo,ai ni ke meng re luo,aynhys-manglas,Енис-Монжелос,Енис-Монжло,Еніс-Монжелос,Энис-Монжелос,اینهیس-مانگلاس,艾尼克蒙热洛		75	64	641	64013
3038413	Aine	aine	FR		0	Europe/Paris	47.32104	-2.21952				52	44	443	44210
3038420	Ainac	ainac	FR		0	Europe/Paris	44.21226	6.21361		Ainac,Ainar		93	04	043	04167
3038424	Aimons	aimons	FR		0	Europe/Paris	45.2509	2.3055		Aimons,Aymons		84	15	152	15036
3038372	Aïssey	aissey	FR	25360	172	Europe/Paris	47.26667	6.33333				27	25	251	25009
3038430	Ailly-sur-Meuse	ailly-sur-meuse	FR		0	Europe/Paris	48.86901	5.55087		Ailly,Ailly-sur-Meuse		44	55	552	55229
3038447	Aillé	aille	FR		0	Europe/Paris	46.69033	0.41145				75	86	863	86095
3038451	Aillac	aillac	FR		0	Europe/Paris	44.84212	1.30214				75	24	244	24082
3038452	Ailhac	ailhac	FR		0	Europe/Paris	45.2195	3.45674				84	43	431	43072
3038456	Ailefroide	ailefroide	FR		0	Europe/Paris	44.88962	6.44741		Ailefroide,L'Alefroide Chalets		93	05	051	05101
3038481	Aiguillan	aiguillan	FR		0	Europe/Paris	44.26187	5.16202		Aguillan,Aiguillan		84	26	262	26180
3038482	Aiguières	aiguieres	FR		0	Europe/Paris	44.22187	5.33873				84	26	262	26239
3038485	Aiguevive	aiguevive	FR		0	Europe/Paris	47.29082	1.21228				24	41	413	41080
3038529	Aignoz	aignoz	FR		0	Europe/Paris	45.83167	5.74396		Aignot		84	01	011	01073
3038539	Le Vieil Aiglun	le-vieil-aiglun	FR		0	Europe/Paris	44.06361	6.13015		Aiglun,Le Vieil Aiglun		93	04	043	04001
3038557	Aideling-lès-Bouzonville	aideling-les-bouzonville	FR		0	Europe/Paris	49.30033	6.55961		Aideling-les-Bouzonville,Aideling-lès-Bouzonville,Aiden,Aidling		44	57	573	57106
3038566	Ahaxe	ahaxe	FR		341	Europe/Paris	43.15049	-1.16481		Aaks-Al's'et-Baskasan,Aaks-Al's'ett-Baskassan,Ahatsa,Ahatsa-Altzieta-Bazkazane,Ahaxe,Ahaxe-Alciette-Bascassan,Ahaxe-Alciette-Basçassan,Aks Alsijet Bakasan,a a ke si a er xie te ba si ka sang,ahaks-alsyt-baskasan,Аакс-Альсьет-Баскасан,Аакс-Альсьетт-Баскассан,Аакс-Альсьєтт-Баскассан,Акс Алсијет Бакасан,اهاکس-السیت-باسکاسان,اہاکس-السیت-باسکاسان,阿阿克斯阿尔谢特巴斯卡桑		75	64	641	64008
3038572	Aguillon	aguillon	FR		0	Europe/Paris	43.11667	5.95				93	83	832	83137
3038584	Agos	agos	FR		307	Europe/Paris	43.03504	-0.07163		Agos,Agos-Vidalos		76	65	651	65004
3038587	Agonnay	agonnay	FR		0	Europe/Paris	45.88538	-0.73628		Agonnay		75	17	175	17397
3038593	Agnoux	agnoux	FR		0	Europe/Paris	45.41605	1.88813				75	19	193	19137
3038601	Agnielles	agnielles	FR		0	Europe/Paris	44.58517	5.78645				93	05	052	05010
3038605	Agnès	agnes	FR		0	Europe/Paris	44.61769	2.26048				76	12	123	12240
3038621	Agland	agland	FR		0	Europe/Paris	47.06908	3.43699				27	58	583	58035
3038622	Aglan	aglan	FR		0	Europe/Paris	46.92096	3.12999				27	58	583	58051
3038623	Agizoux	agizoux	FR		0	Europe/Paris	44.9515	3.89005				84	43	432	43241
3038640	Agay	agay	FR		0	Europe/Paris	43.43248	6.85564				93	83	831	83118
3038647	Affonville	affonville	FR		0	Europe/Paris	48.53082	1.31109				24	28	281	28254
3212667	Guaitella	guaitella	FR		0	Europe/Paris	42.71357	9.43165		Guaitella		94	2B	2B2	2B353
3038652	Afaux	afaux	FR		0	Europe/Paris	45.38535	4.10247				84	42	421	42192
3038664	Adelaïeau	adelaieau	FR		0	Europe/Paris	48.62703	2.10473				11	91	913	91249
3038684	Acquet	acquet	FR		0	Europe/Paris	50.22713	2.05683				32	80	801	80589
3038686	Acquebouille	acquebouille	FR		0	Europe/Paris	48.20306	2.06446				24	45	453	45240
3038688	Acquatella	acquatella	FR		0	Europe/Paris	42.46445	9.36339		Acquatella		94	2B	2B3	2B206
3038689	Acqualta	acqualta	FR		0	Europe/Paris	42.73655	9.43717		Acqualto		94	2B	2B2	2B305
3038690	Acqua Doria	acqua-doria	FR		0	Europe/Paris	41.75774	8.73517		Acqua Doria		94	2A	2A1	2A098
3038691	Acqua d'Ilia	acqua-d-ilia	FR		0	Europe/Paris	41.51381	9.21314				94	2A	2A4	2A288
3038719	Achâtel	achatel	FR		213	Europe/Paris	48.94277	6.30112		Achatel,Achâtel		44	57	579	57605
3038722	Acelasca	acelasca	FR		0	Europe/Paris	41.82207	8.78851		Acelasca,Acellasca		94	2A	2A1	2A228
3038727	Acclainville	acclainville	FR		0	Europe/Paris	48.1662	1.54668				24	28	282	28364
3038732	Abrigny	abrigny	FR		0	Europe/Paris	47.03324	3.54581				27	58	583	58223
3038740	Abouline	abouline	FR		0	Europe/Paris	44.84255	3.67971				84	43	431	43173
3038742	Abonville	abonville	FR		0	Europe/Paris	48.3148	1.83846				24	28	281	28210
3038750	Abon	abon	FR		0	Europe/Paris	47.03702	3.74619				27	58	581	58161
3038753	Abloux	abloux	FR		0	Europe/Paris	46.49477	1.44486				24	36	361	36196
3038757	Ablenay	ablenay	FR		0	Europe/Paris	46.83525	1.86532				24	36	364	36190
3038758	Ablemont	ablemont	FR		0	Europe/Paris	49.80872	1.00025				28	76	761	76051
3212664	Pineto	pineto	FR		0	Europe/Paris	42.60171	9.49415		Pineto		94	2B	2B2	2B042
3212665	Lupino	lupino	FR		0	Europe/Paris	42.67765	9.44425		Lupino		94	2B	2B2	2B033
3038770	Abergement-Saint-Jean	abergement-saint-jean	FR		0	Europe/Paris	46.89001	5.36039		Abergement,Abergement-Saint-Jean		27	39	391	39385
3038778	Abenoux	abenoux	FR		0	Europe/Paris	46.33062	0.92616				75	86	862	86120
3038810	Aas	aas	FR		0	Europe/Paris	42.98057	-0.40124				75	64	642	64204
3212661	La Marana	la-marana	FR		0	Europe/Paris	42.5605	9.52518		La Marana		94	2B	2B2	2B148
3212662	Camp du Cap Sud	camp-du-cap-sud	FR		0	Europe/Paris	42.51572	9.53102		Camp du Cap Sud		94	2B	2B3	2B343
3212682	Oreta	oreta	FR		0	Europe/Paris	42.84663	9.42975		Oleta,Oreta		94	2B	2B2	2B224
3212685	Piazze	piazze	FR		0	Europe/Paris	42.87774	9.43051		Piazze		94	2B	2B2	2B046
3213048	Tintorajo	tintorajo	FR		0	Europe/Paris	42.64798	9.42933		Tintorajo		94	2B		
3213049	Chinchine	chinchine	FR		0	Europe/Paris	42.655	9.42722		Chinchine		94	2B		
3213053	Chioselle	chioselle	FR		0	Europe/Paris	42.65833	9.42333		Chioselle		94	2B		
3213056	Baracone	baracone	FR		0	Europe/Paris	42.66099	9.43163		Baracone		94	2B		
3213066	San Pancrazio	san-pancrazio	FR		0	Europe/Paris	42.65648	9.43661		San Pancrazio		94	2B	2B2	2B120
3213070	Volpaio	volpaio	FR		0	Europe/Paris	42.66071	9.43631		Volpaio		94	2B	2B2	2B120
3213078	Erbaiolo	erbaiolo	FR		0	Europe/Paris	42.66376	9.43995		Erbaiolo		94	2B	2B2	2B033
3213080	Paese Novu	paese-novu	FR		0	Europe/Paris	42.67972	9.43064		Paese Novu		94	2B	2B2	2B033
3213086	Pietra Rossa	pietra-rossa	FR		0	Europe/Paris	42.68509	9.43076		Pietra Rossa		94	2B		
3213087	Monserato	monserato	FR		0	Europe/Paris	42.69148	9.43549		Monserato		94	2B		
3213094	Gradiccia	gradiccia	FR		0	Europe/Paris	42.69771	9.43809		Gradiccia		94	2B		
3213095	Le Fango	le-fango	FR		0	Europe/Paris	42.70387	9.44067		Le Fango		94	2B	2B2	2B033
3213097	Toga	toga	FR		0	Europe/Paris	42.7118	9.45329		Toga		94	2B	2B2	2B353
3213107	Palagaccio	palagaccio	FR		0	Europe/Paris	42.71503	9.45234		Palagaccio		94	2B	2B2	2B353
3213149	Ponteau	ponteau	FR		0	Europe/Paris	43.36999	5.00874				93	13	134	13056
3213153	Auguette	auguette	FR		0	Europe/Paris	43.38345	5.00226				93	13	134	13056
3224990	Brigneau	brigneau	FR		0	Europe/Paris	47.78541	-3.6711				53	29	294	29150
3224991	Le Fort-Bloqué	le-fort-bloque	FR		0	Europe/Paris	47.73622	-3.49737				53	56	561	56162
3224993	Cross-Étel	cross-etel	FR		0	Europe/Paris	47.66639	-3.20694				53			
3224994	Saint Anne-d'Auray	saint-anne-d-auray	FR		0	Europe/Paris	47.69889	-2.96139				53	56	561	56263
3225094	Le Caiflaud	le-caiflaud	FR		0	Europe/Paris	45.53361	-0.89917				75	17	174	17437
3225101	Port-Maran	port-maran	FR		0	Europe/Paris	45.55152	-0.92137				75	17	174	17015
3225107	La Plage	la-plage	FR		0	Europe/Paris	45.47166	-1.00055				75	33	334	33490
3225117	Le Gurp	le-gurp	FR		0	Europe/Paris	45.43472	-1.15194				75	33	334	33193
3225131	L'Amélie	l-amelie	FR		0	Europe/Paris	45.48338	-1.14679				75	33	334	33514
3225167	Puyraveau	puyraveau	FR		0	Europe/Paris	45.65	-1.10083				75	17	172	17380
3225179	La Palmyre	la-palmyre	FR		0	Europe/Paris	45.68964	-1.17722				75	17	172	17225
3225210	Jourdane	jourdane	FR		0	Europe/Paris	44.94722	-0.53554				75	33	332	33434
3225220	Le Port de Cubzac	le-port-de-cubzac	FR		0	Europe/Paris	44.96651	-0.45881				75	33	331	33143
3225291	Tizac	tizac	FR		0	Europe/Paris	45.01608	-0.44952				75	33	331	33415
3225293	L'Esteyrolle	l-esteyrolle	FR		0	Europe/Paris	45.00875	-0.48908				75	33	331	33415
3225301	Camillac	camillac	FR		0	Europe/Paris	45.04501	-0.57541		Camillac		75	33	331	33067
3225302	Caruel	caruel	FR		0	Europe/Paris	45.04551	-0.58735				75	33	331	33475
3225315	La Prade	la-prade	FR		0	Europe/Paris	45.02512	-0.63524				75	33	334	33211
3225326	Issan	issan	FR		0	Europe/Paris	45.03602	-0.66863				75	33	334	33268
3225337	Siston	siston	FR		0	Europe/Paris	44.88611	-0.28889				75	33	335	33015
3225339	Cameyrac	cameyrac	FR		0	Europe/Paris	44.88653	-0.39704		Cameyrac		75	33	332	33049
3225341	Meyney	meyney	FR		0	Europe/Paris	44.95278	-0.31389				75	33	335	33414
3225343	Le Gabaron	le-gabaron	FR		0	Europe/Paris	44.95278	-0.34167				75	33	335	33259
3225345	Graney	graney	FR		0	Europe/Paris	44.92222	-0.33472				75	33	335	33207
3225347	Cavernes	cavernes	FR		0	Europe/Paris	44.93167	-0.43921				75	33	332	33433
3225348	Francicot	francicot	FR		0	Europe/Paris	45.06399	-0.61711		Francicot		75	33	331	33132
3225351	Perrinque	perrinque	FR		0	Europe/Paris	45.07329	-0.62345				75	33	331	33182
3225357	Bidou	bidou	FR		0	Europe/Paris	45.07905	-0.62032				75	33	331	33551
3225373	Beychevelle	beychevelle	FR		0	Europe/Paris	45.14889	-0.74421				75	33	334	33423
3225385	Daubos	daubos	FR		0	Europe/Paris	45.17805	-0.75202				75	33	334	33314
3225391	Le Coudonneau	le-coudonneau	FR		0	Europe/Paris	45.18056	-0.64861				75	33	331	33370
3225392	Vrillant	vrillant	FR		0	Europe/Paris	45.19703	-0.64654				75	33	331	33006
3225395	Berdot	berdot	FR		0	Europe/Paris	45.20613	-0.64654				75	33	331	33006
3225410	La Valade	la-valade	FR		0	Europe/Paris	45.1625	-0.65				75	33	331	33405
3225414	Fort Médoc	fort-medoc	FR		0	Europe/Paris	45.11143	-0.70178		Fort Medoc,Fort Médoc		75	33	334	33146
3225415	Saint-Marie	saint-marie	FR		0	Europe/Paris	44.84444	-0.55				75	33	332	33063
3225416	Daubos	daubos	FR		0	Europe/Paris	45.17917	-0.75278				75	33	334	33314
3225419	Padarnac	padarnac	FR		0	Europe/Paris	45.21021	-0.75867				75	33	334	33314
3225422	Leyssac	leyssac	FR		0	Europe/Paris	45.24148	-0.78887				75	33	334	33395
3225424	Marbuzet	marbuzet	FR		0	Europe/Paris	45.23813	-0.76667				75	33	334	33395
3225432	Paz	paz	FR		0	Europe/Paris	45.26085	-0.78866				75	33	334	33395
3225434	Saint-Corbian	saint-corbian	FR		0	Europe/Paris	45.26839	-0.78973		Saint-Corbian		75	33	334	33395
3225443	Queyzans	queyzans	FR		0	Europe/Paris	45.33571	-0.81607				75	33	334	33493
3225448	La Déchandrie	la-dechandrie	FR		0	Europe/Paris	45.36674	-0.66781				75	17	171	17405
3225451	Les Blanchards	les-blanchards	FR		0	Europe/Paris	45.37593	-0.67897				75	17	171	17405
3225455	Fontclair	fontclair	FR		0	Europe/Paris	45.4074	-0.7174				75	17	171	17410
3225467	Mageloup	mageloup	FR		0	Europe/Paris	45.46762	-0.75117				75	17	174	17160
3225481	La Rive	la-rive	FR		0	Europe/Paris	45.47733	-0.79374				75	17	174	17248
3225482	La Trigale	la-trigale	FR		0	Europe/Paris	45.38847	-0.70833				75	17	171	17410
3225486	Bégadanet	begadanet	FR		0	Europe/Paris	45.36667	-0.88972				75	33	334	33038
3225495	Troussas	troussas	FR		0	Europe/Paris	45.38333	-0.88143				75	33	334	33538
3225500	Goulée	goulee	FR		0	Europe/Paris	45.40917	-0.92694				75	33	334	33208
3225580	Fréjus-Plage	frejus-plage	FR		0	Europe/Paris	43.41872	6.74506				93	83	831	83061
3225612	Port Santa-Lucia	port-santa-lucia	FR		0	Europe/Paris	43.4125	6.77917		Port Santa-Lucia,Port de Santa Lucia		93			
3225765	Les Moneghetti	les-moneghetti	FR		0	Europe/Paris	43.73889	7.41667				93	06	062	06012
3225770	Faussignana	faussignana	FR		0	Europe/Paris	43.74861	7.42639				93	06	062	06012
3226720	Témoli	temoli	FR		0	Europe/Paris	42.10633	8.70474		Temoli,Témoli		94	2A	2A1	2A090
3226721	Esigna	esigna	FR		0	Europe/Paris	42.10199	8.71063		Esigna		94	2A	2A1	2A090
3226726	Le Village de Penisola	le-village-de-penisola	FR		0	Europe/Paris	42.09459	8.71185		Le Village de Penisola		94	2A	2A1	2A090
3226737	Tiuccia	tiuccia	FR		0	Europe/Paris	42.0663	8.73855		Tiuccia		94	2A	2A1	2A070
3226739	Orcino	orcino	FR		0	Europe/Paris	42.03896	8.74042		Orcino		94	2A	2A1	2A048
3226746	Marina di Pevani	marina-di-pevani	FR		0	Europe/Paris	42.02495	8.69967		Marina de Pevani,Marina di Pevani		94	2A	2A1	2A048
3226766	Saltatoggiu	saltatoggiu	FR		0	Europe/Paris	41.97444	8.65944				94	2A	2A1	2A351
3226767	Saliccia	saliccia	FR		0	Europe/Paris	41.96715	8.63441		Saliccia		94	2A	2A1	2A351
3226784	Ciontra	ciontra	FR		0	Europe/Paris	41.96806	8.61167				94	2A	2A1	2A004
3226861	Aspretto	aspretto	FR		0	Europe/Paris	41.92628	8.76314		Aspretto		94	2A	2A1	2A004
3226874	Les Hameaux de Porticcio	les-hameaux-de-porticcio	FR		0	Europe/Paris	41.87024	8.78855		Les Hameaux de Porticcio		94	2A	2A1	2A130
3226875	Agnarellu	agnarellu	FR		0	Europe/Paris	41.84987	8.79085		Agnarellu,Agnarelu		94	2A	2A1	2A228
3226876	Le Ruppione	le-ruppione	FR		0	Europe/Paris	41.83194	8.7854		Le Ruppione		94	2A	2A1	2A228
3226878	U Ghiatone	u-ghiatone	FR		0	Europe/Paris	41.83986	8.77128		Ghiatone,U Ghiatone		94	2A	2A1	2A228
3226896	Verghia	verghia	FR		0	Europe/Paris	41.80662	8.76388		Verghia		94	2A	2A1	2A098
3226907	Portigliolo	portigliolo	FR		0	Europe/Paris	41.79473	8.74093		Portigliolo		94	2A	2A1	2A098
3226966	U Muru	u-muru	FR		0	Europe/Paris	41.72875	8.72836		U Muru		94	2A	2A1	2A098
3227010	Musoleu	musoleu	FR		0	Europe/Paris	41.57796	9.29535		Musoleu		94	2A	2A4	2A247
3227015	Caldaja	caldaja	FR		0	Europe/Paris	41.58612	9.30091		Caldaja		94	2A	2A4	2A247
3227018	Georges-Ville	georges-ville	FR		0	Europe/Paris	41.60003	9.27933		Georges-Ville		94	2A	2A4	2A247
3227019	Poretta	poretta	FR		0	Europe/Paris	41.60291	9.2767		Poretta		94	2A	2A4	2A247
3227020	La Sauvagie	la-sauvagie	FR		0	Europe/Paris	41.60003	9.28332		La Sauvagie		94	2A	2A4	2A247
3227024	Furoli	furoli	FR		0	Europe/Paris	41.6112	9.29081		Furoli		94	2A	2A4	2A247
3227035	Pascialella	pascialella	FR		0	Europe/Paris	41.5923	9.30973		Pascialella		94	2A	2A4	2A247
3227036	Casetta Bianca	casetta-bianca	FR		0	Europe/Paris	41.59104	9.30729		Casetta Bianca		94	2A	2A4	2A247
3227071	San Ciprianu	san-ciprianu	FR		0	Europe/Paris	41.63777	9.34344		San Ciprianu		94	2A	2A4	2A139
3227075	Le Ranch	le-ranch	FR		0	Europe/Paris	41.6293	9.33417		Le Ranch		94	2A	2A4	2A139
3227076	Cala Rossa	cala-rossa	FR		0	Europe/Paris	41.62135	9.3469		Cala Rossa		94	2A	2A4	2A139
3227085	Piccovaggia	piccovaggia	FR		0	Europe/Paris	41.58136	9.33955		Piccovaggia		94	2A	2A4	2A247
3227191	Le Ricanto	le-ricanto	FR		0	Europe/Paris	41.92918	8.7729		Le Ricanto		94	2A	2A1	2A004
3227252	Bartaccia	bartaccia	FR		0	Europe/Paris	41.67939	8.91703		Bartaccia		94	2A	2A4	2A249
3227254	Vallincu	vallincu	FR		0	Europe/Paris	41.69158	8.91132		Vallincu		94	2A	2A4	2A189
3227256	Vetricella	vetricella	FR		0	Europe/Paris	41.69157	8.90283		Vetricella		94	2A	2A4	2A189
3227269	Cappicciolo	cappicciolo	FR		0	Europe/Paris	41.69643	8.87279		Cappicciolo		94	2A	2A4	2A189
3227274	Usciapa	usciapa	FR		0	Europe/Paris	41.69751	8.86507		Usciapa		94	2A	2A4	2A189
3228406	Le Moulin Bas	le-moulin-bas	FR		0	Europe/Paris	50.94399	1.80766				32	62	626	62193
3229892	Sant'Amanza	sant-amanza	FR		0	Europe/Paris	41.40833	9.21167				94	2A	2A4	2A041
3229895	Campagru	campagru	FR		0	Europe/Paris	41.40967	9.18401		Campagru		94	2A	2A4	2A041
3229907	Palavese	palavese	FR		0	Europe/Paris	41.62702	9.25149		Palavese		94	2A	2A4	2A247
3229909	Arraggio	arraggio	FR		0	Europe/Paris	41.64722	9.26806				94	2A	2A4	2A300
3229912	Mangialla	mangialla	FR		0	Europe/Paris	41.68731	9.37093		Mangialla		94	2A	2A4	2A362
3229914	Vardiola	vardiola	FR		0	Europe/Paris	41.69371	9.38612		Vardiola		94	2A	2A4	2A362
3229915	Olmucciu	olmucciu	FR		0	Europe/Paris	41.69929	9.39808		Olmucciu		94	2A	2A4	2A362
3229917	Fautea	fautea	FR		0	Europe/Paris	41.71605	9.40134		Fautea		94	2A	2A4	2A362
3229925	Tarcu	tarcu	FR		0	Europe/Paris	41.75183	9.40343		Tarco,Tarcu		94	2A	2A4	2A092
3229930	Cannella	cannella	FR		0	Europe/Paris	41.80424	9.39733		Cannella		94	2A	2A4	2A269
3231094	Les Mielles	les-mielles	FR		0	Europe/Paris	49.65	-1.6				28	50	502	50129
3231095	Pont Marais	pont-marais	FR		0	Europe/Paris	49.6444	-1.57526				28	50	502	50129
3231096	Val de Saire	val-de-saire	FR		0	Europe/Paris	49.63333	-1.61667				28	50	502	50129
3231098	Les Noires Mares	les-noires-mares	FR		0	Europe/Paris	49.6434	-1.6708				28	50	502	50129
3231112	Le Val-l'Abbé	le-val-l-abbe	FR		0	Europe/Paris	49.64196	-1.6589				28	50	502	50129
3231113	Les Fourches	les-fourches	FR		0	Europe/Paris	49.63994	-1.65275				28	50	502	50129
3231114	La Bucaille	la-bucaille	FR		0	Europe/Paris	49.63333	-1.63333				28	50	502	50129
3231115	Hameau Guerry	hameau-guerry	FR		0	Europe/Paris	49.64422	-1.66032				28	50	502	50129
3231116	Hameau Bourgeois	hameau-bourgeois	FR		0	Europe/Paris	49.65174	-1.65266				28	50	502	50129
3231149	La Guerranderie	la-guerranderie	FR		0	Europe/Paris	49.63333	-1.6				28	50	502	50129
3231151	Bagatelle	bagatelle	FR		0	Europe/Paris	49.65	-1.58333				28	50	502	50129
3231152	La Fonderie	la-fonderie	FR		0	Europe/Paris	49.63966	-1.58654				28	50	502	50129
3231153	La Mare de Tourlaville	la-mare-de-tourlaville	FR		0	Europe/Paris	49.63333	-1.56667		La Mare de Tourlaville		28	50	502	50129
3231160	Les Margannes	les-margannes	FR		0	Europe/Paris	49.63309	-1.65931				28	50	502	50129
3231161	Les Varendes	les-varendes	FR		0	Europe/Paris	49.63471	-1.67125				28	50	502	50129
3231162	La Vœu	la-voeu	FR		0	Europe/Paris	49.63333	-1.63333				28	50	502	50129
3231166	Kernisi	kernisi	FR		0	Europe/Paris	48.36267	-4.42599				53	29	291	29189
3231168	Kerdrein	kerdrein	FR		0	Europe/Paris	48.35759	-4.43325				53	29	291	29189
3231169	Kervizic	kervizic	FR		0	Europe/Paris	48.35	-4.41667				53	29	291	29189
3231172	Illien-an-Traon	illien-an-traon	FR		0	Europe/Paris	48.34507	-4.43614				53	29	291	29189
3231174	Linspern	linspern	FR		0	Europe/Paris	48.35	-4.43333				53	29	291	29189
3231175	Pennarhoat	pennarhoat	FR		0	Europe/Paris	48.35	-4.43333				53	29	291	29189
3231176	Lannourzel	lannourzel	FR		0	Europe/Paris	48.34294	-4.42541				53	29	291	29189
3231180	Kernié	kernie	FR		0	Europe/Paris	48.33766	-4.43725				53	29	291	29189
3231184	Le Cosquer	le-cosquer	FR		0	Europe/Paris	48.36658	-4.54809				53	29	291	29019
3231187	Kerangall	kerangall	FR		0	Europe/Paris	48.3913	-4.43848				53	29	291	29019
3231189	Mesgalon	mesgalon	FR		0	Europe/Paris	48.39933	-4.43891				53	29	291	29075
3231190	Pen ar Streat	pen-ar-streat	FR		0	Europe/Paris	48.4	-4.43333				53	29	291	29075
3231191	Pen ar Hoat	pen-ar-hoat	FR		0	Europe/Paris	48.39696	-4.44707				53	29	291	29019
3231192	Kerhuel	kerhuel	FR		0	Europe/Paris	48.39587	-4.45631				53	29	291	29019
3231193	Le Guelmeur	le-guelmeur	FR		0	Europe/Paris	48.39663	-4.46013				53	29	291	29019
3231194	Poul ar Bachet	poul-ar-bachet	FR		0	Europe/Paris	48.39589	-4.46948				53	29	291	29019
3231195	Forestou	forestou	FR		0	Europe/Paris	48.38333	-4.46667				53	29	291	29019
3231196	Kéroriou	keroriou	FR		0	Europe/Paris	48.39033	-4.48006	68			53	29	291	29019
3231207	Kernabat	kernabat	FR		0	Europe/Paris	48.37668	-4.53776				53	29	291	29019
3231208	Barullu	barullu	FR		0	Europe/Paris	48.38333	-4.53333				53	29	291	29019
3231209	Kerourien	kerourien	FR		0	Europe/Paris	48.38333	-4.53333				53	29	291	29019
3231210	Keranquéré	keranquere	FR		0	Europe/Paris	48.37996	-4.53047				53	29	291	29019
3231211	Kervichen	kervichen	FR		0	Europe/Paris	48.37258	-4.51883				53	29	291	29019
3231212	Kerastel	kerastel	FR		0	Europe/Paris	48.37646	-4.5173				53	29	291	29019
3231213	Kerraros	kerraros	FR		0	Europe/Paris	48.38117	-4.52454				53	29	291	29019
3231214	Le Petit Paris	le-petit-paris	FR		0	Europe/Paris	48.38235	-4.52461				53	29	291	29019
3231215	Lanildy	lanildy	FR		0	Europe/Paris	48.38333	-4.51667				53	29	291	29019
3231216	Kerbonne	kerbonne	FR		0	Europe/Paris	48.38074	-4.51246	64			53	29	291	29019
3231217	La Grande Rivière	la-grande-riviere	FR		0	Europe/Paris	48.37429	-4.51328				53	29	291	29019
3231218	Laninon	laninon	FR		0	Europe/Paris	48.37669	-4.50701				53	29	291	29019
3231219	Le Point du Jour	le-point-du-jour	FR		0	Europe/Paris	48.39026	-4.52609				53	29	291	29019
3231220	Lanrédec	lanredec	FR		0	Europe/Paris	48.40127	-4.49547				53	29	291	29019
3231222	Hennequeville	hennequeville	FR		0	Europe/Paris	49.38168	0.09828				28	14	143	14715
3231224	Grand Bec	grand-bec	FR		0	Europe/Paris	49.38915	0.11004				28	14	143	14755
3231229	Penaroz	penaroz	FR		0	Europe/Paris	48.33657	-4.54366				53	29	292	29238
3231230	Le Lez	le-lez	FR		0	Europe/Paris	48.33232	-4.54422				53	29	292	29238
3231234	Lanvernazel	lanvernazel	FR		0	Europe/Paris	48.31226	-4.55066				53	29	292	29238
3231237	Pen-ar-Poul Trémet	pen-ar-poul-tremet	FR		0	Europe/Paris	48.29247	-4.55499		Pen ar Poul Tremet		53	29	292	29042
3231240	Kerifloc'h	kerifloc-h	FR		0	Europe/Paris	48.28171	-4.53795				53	29	292	29042
3231241	Kerberlivit	kerberlivit	FR		0	Europe/Paris	48.27842	-4.54259				53	29	292	29042
3231242	Leach'mat	leach-mat	FR		0	Europe/Paris	48.27628	-4.54405				53	29	292	29042
3231243	Larrial	larrial	FR		0	Europe/Paris	48.27591	-4.53375				53	29	292	29042
3231246	Saint-Driec	saint-driec	FR		0	Europe/Paris	48.28528	-4.52465				53	29	292	29042
3231248	Pen-ar-Poul	pen-ar-poul	FR		0	Europe/Paris	48.28285	-4.51324				53	29	292	29042
3231249	Kerveden	kerveden	FR		0	Europe/Paris	48.28616	-4.51238				53	29	292	29042
3231252	Trévoal	trevoal	FR		0	Europe/Paris	48.27919	-4.50551				53	29	292	29042
3231256	Reun-ar-C'Hrank	reun-ar-c-hrank	FR		0	Europe/Paris	48.28005	-4.49937				53	29	292	29120
3231273	Kergallec	kergallec	FR		0	Europe/Paris	48.33333	-4.43333				53	29	291	29189
3231274	Larmor	larmor	FR		0	Europe/Paris	48.33258	-4.44224				53	29	291	29189
3231276	Kerdéniel	kerdeniel	FR		0	Europe/Paris	48.32984	-4.43999				53	29	291	29189
3231278	Port de Porsmeur	port-de-porsmeur	FR		0	Europe/Paris	48.33333	-4.45				53			
3231279	Ty Floc'h	ty-floc-h	FR		0	Europe/Paris	48.33333	-4.45				53			
3231282	Penzer	penzer	FR		0	Europe/Paris	48.28713	-4.43281				53	29	292	29120
3231284	Kertanguy	kertanguy	FR		0	Europe/Paris	48.28651	-4.43985				53	29	292	29120
3231291	Keralan	keralan	FR		0	Europe/Paris	48.28445	-4.43539				53	29	292	29120
3231292	Kerguéréon	kerguereon	FR		0	Europe/Paris	48.28434	-4.42637				53	29	292	29120
3231293	Kerborhel	kerborhel	FR		0	Europe/Paris	48.28142	-4.42852				53	29	292	29120
3231317	Keraël	kerael	FR		0	Europe/Paris	48.27177	-4.42324				53	29	292	29120
3231322	Messabioc	messabioc	FR		0	Europe/Paris	48.28245	-4.46809				53	29	292	29120
3231325	Coatres	coatres	FR		0	Europe/Paris	48.28019	-4.48405				53	29	292	29120
3231329	Vieux Saint-Marc	vieux-saint-marc	FR		0	Europe/Paris	48.4	-4.45				53	29	291	29019
3231351	Moulin Blanc	moulin-blanc	FR		0	Europe/Paris	48.39575	-4.43383				53	29	291	29019
3231354	Kerbriant	kerbriant	FR		0	Europe/Paris	48.39421	-4.43732				53	29	291	29019
3231357	Pouloupry	pouloupry	FR		0	Europe/Paris	48.39421	-4.44227				53	29	291	29019
3231359	Kerampèré	kerampere	FR		0	Europe/Paris	48.39569	-4.44339				53	29	291	29019
3231364	Mestriden	mestriden	FR		0	Europe/Paris	48.39583	-4.45257				53	29	291	29019
3231365	Le Douric	le-douric	FR		0	Europe/Paris	48.4	-4.46667				53	29	291	29019
3231366	Forestou	forestou	FR		0	Europe/Paris	48.39164	-4.46614				53	29	291	29019
3231368	Kerfautras	kerfautras	FR		0	Europe/Paris	48.40037	-4.4742				53	29	291	29019
3231369	L'Eure	l-eure	FR		0	Europe/Paris	49.48472	0.13472				28	76	762	76351
3231370	Bereult	bereult	FR		0	Europe/Paris	49.49529	0.15416				28	76	762	76351
3231371	Le Merle Blanc	le-merle-blanc	FR		0	Europe/Paris	48.38333	-4.46667				53	29	291	29019
3231372	Guernevez	guernevez	FR		0	Europe/Paris	48.39047	-4.46287				53	29	291	29019
3231373	Cité Chauvin	cite-chauvin	FR		0	Europe/Paris	49.49338	0.16914				28	76	762	76351
3231374	Cité des Champs Barets	cite-des-champs-barets	FR		0	Europe/Paris	49.49806	0.16611				28	76	762	76351
3231379	La Bouillette	la-bouillette	FR		0	Europe/Paris	49.41317	0.18605				28	14	143	14333
3231383	Le Val-Anger	le-val-anger	FR		0	Europe/Paris	49.42313	0.57687				28	27	272	27665
3231384	La Mare Bardin	la-mare-bardin	FR		0	Europe/Paris	49.41729	0.55677				28	27	272	27577
3231386	Le Carrefour	le-carrefour	FR		0	Europe/Paris	49.42765	0.55648				28	27	272	27577
3231387	Le Bout-Deshayes	le-bout-deshayes	FR		0	Europe/Paris	49.43088	0.56969				28	27	272	27665
3231388	Saint-Georges-de-Gravenchon	saint-georges-de-gravenchon	FR		0	Europe/Paris	49.48571	0.57994				28	76	762	76476
3231389	Le Castel	le-castel	FR		0	Europe/Paris	49.43317	0.42457				28	27	272	27601
3231390	Les Friches	les-friches	FR		0	Europe/Paris	49.41643	0.38691				28	27	272	27169
3231391	Les Gros Grès	les-gros-gres	FR		0	Europe/Paris	49.48692	0.45192				28	76	762	76684
3231392	Les Torpilleurs	les-torpilleurs	FR		0	Europe/Paris	49.47617	0.44649				28	76	762	76684
3231393	Le Val-Saint-Martin	le-val-saint-martin	FR		0	Europe/Paris	49.49088	0.44291				28	76	762	76684
3231399	Bisrue	bisrue	FR		0	Europe/Paris	49.48907	0.34849				28	76	762	76657
3231401	Le Calvaire	le-calvaire	FR		0	Europe/Paris	49.50855	0.35983				28	76	762	76658
3231403	Le Catillon	le-catillon	FR		0	Europe/Paris	49.50702	0.3425				28	76	762	76658
3231404	Le Hamelet	le-hamelet	FR		0	Europe/Paris	49.50824	0.31481				28	76	762	76489
3231405	Le Vachat	le-vachat	FR		0	Europe/Paris	49.48903	0.30683				28	76	762	76660
3231408	La Vallée d'Oudalle	la-vallee-d-oudalle	FR		0	Europe/Paris	49.49417	0.28703				28	76	762	76660
3231411	Le Petit-Saint-Aubin	le-petit-saint-aubin	FR		0	Europe/Paris	49.45467	0.53136				28	27	272	27518
3231416	L'Harteloire	l-harteloire	FR		0	Europe/Paris	48.395	-4.49002				53	29	291	29019
3231417	Plateau de Quéliverzan	plateau-de-queliverzan	FR		0	Europe/Paris	48.39141	-4.50744				53	29	291	29019
3231418	Kervallon	kervallon	FR		0	Europe/Paris	48.39297	-4.51272				53	29	291	29019
3231419	L'Arrière-Garde	l-arriere-garde	FR		0	Europe/Paris	48.39555	-4.50959				53	29	291	29019
3231420	Le Bouguen	le-bouguen	FR		0	Europe/Paris	48.39878	-4.50085				53	29	291	29019
3231421	Le Salou	le-salou	FR		0	Europe/Paris	48.39408	-4.50214				53	29	291	29019
3231427	La Cabotterie	la-cabotterie	FR		0	Europe/Paris	49.4	0.6				28	27	272	27107
3231434	Le Haut des Cours	le-haut-des-cours	FR		0	Europe/Paris	49.48074	0.64566				28	76	762	76471
3231438	Le Quesney	le-quesney	FR		0	Europe/Paris	49.48035	0.68494				28	76	763	76727
3231440	La Rue	la-rue	FR		0	Europe/Paris	49.48548	0.67931				28	76	763	76727
3231441	Frévaux	frevaux	FR		0	Europe/Paris	49.51192	0.73405				28	76	763	76401
3231443	La Douillère	la-douillere	FR		0	Europe/Paris	49.47013	0.79561				28	76	763	76401
3231444	Le Nouveau Trait	le-nouveau-trait	FR		0	Europe/Paris	49.48397	0.80196				28	76	763	76709
3231445	Passage du Trait	passage-du-trait	FR		0	Europe/Paris	49.46869	0.80751				28	76	763	76362
3231446	Passage d'Yainville	passage-d-yainville	FR		0	Europe/Paris	49.4543	0.80924		Passage d'Yainville		28	76	763	76362
3231448	Cornihout-de-Jumièges	cornihout-de-jumieges	FR		0	Europe/Paris	49.40549	0.81464				28	76	763	76378
3231450	Prat Ledan	prat-ledan	FR		0	Europe/Paris	48.38427	-4.50744				53	29	291	29019
3231451	Bapeaume	bapeaume	FR		0	Europe/Paris	49.45	1.03333		Bapeaume		28	76	763	76157
3231452	Le Ruisan	le-ruisan	FR		0	Europe/Paris	48.38644	-4.5095				53	29	291	29019
3231453	Kergrach	kergrach	FR		0	Europe/Paris	48.38875	-4.51577				53	29	291	29019
3231454	Eauplet	eauplet	FR		0	Europe/Paris	49.4297	1.10561				28	76	763	76540
3231455	Pen ar Valy	pen-ar-valy	FR		0	Europe/Paris	48.38655	-4.5216				53	29	291	29019
3231456	Le Stiff	le-stiff	FR		0	Europe/Paris	48.37803	-4.50937				53	29	291	29019
3231457	Kerangoff	kerangoff	FR		0	Europe/Paris	48.38128	-4.50912	63			53	29	291	29019
3231458	Mesdoun	mesdoun	FR		0	Europe/Paris	48.37564	-4.52287				53	29	291	29019
3231459	Kernein	kernein	FR		0	Europe/Paris	48.37258	-4.53395				53	29	291	29019
3231460	Roches-Douvres	roches-douvres	FR		0	Europe/Paris	48.37259	-4.51663				53	29	291	29019
3231461	Le Carpon	le-carpon	FR		0	Europe/Paris	48.38869	-4.49826				53	29	291	29019
3231462	Pontaniou	pontaniou	FR		0	Europe/Paris	48.38795	-4.49976				53	29	291	29019
3231467	Croisset	croisset	FR		0	Europe/Paris	49.43889	1.03667		Croisset		28	76	763	76157
3231468	Biessard	biessard	FR		0	Europe/Paris	49.41138	1.01187				28	76	763	76157
3231470	Les Quatre Pompes	les-quatre-pompes	FR		0	Europe/Paris	48.36675	-4.52583				53	29	291	29019
3231480	Coatuelen	coatuelen	FR		0	Europe/Paris	48.37516	-4.56692				53	29	291	29212
3231481	Sainte-Anne du Portzic	sainte-anne-du-portzic	FR		0	Europe/Paris	48.36227	-4.55491				53	29	291	29019
3231489	Lodoën	lodoen	FR		0	Europe/Paris	48.3082	-4.56336				53	29	292	29238
3231491	Lambezen	lambezen	FR		0	Europe/Paris	48.27954	-4.5686				53	29	292	29022
3231497	Kerziguénou	kerziguenou	FR		0	Europe/Paris	48.25617	-4.54049				53	29	292	29042
3231498	Gaoulac'h	gaoulac-h	FR		0	Europe/Paris	48.2458	-4.5292				53	29	292	29042
3231513	L'Héleinerie	l-heleinerie	FR		0	Europe/Paris	49.62612	-1.68819				28	50	502	50382
3231514	Village de la Judée	village-de-la-judee	FR		0	Europe/Paris	49.62832	-1.6859				28	50	502	50129
3231515	Cité Sellier	cite-sellier	FR		0	Europe/Paris	49.65	-1.65				28	50	502	50129
3231516	Hameau Le Breton	hameau-le-breton	FR		0	Europe/Paris	49.65	-1.68333				28	50	502	50129
3231518	Les Châtaigniers	les-chataigniers	FR		0	Europe/Paris	49.65	-1.68333				28	50	502	50129
3231524	Le Village Normand	le-village-normand	FR		0	Europe/Paris	49.66667	-1.73333				28	50	502	50041
3231564	Sauxmarais	sauxmarais	FR		0	Europe/Paris	49.63187	-1.59628				28	50	502	50129
3231566	Hameau Quévillon	hameau-quevillon	FR		0	Europe/Paris	49.62391	-1.58307				28	50	502	50129
3231567	Le Toupin	le-toupin	FR		0	Europe/Paris	49.6375	-1.56583				28	50	502	50129
3231568	Trégana	tregana	FR		0	Europe/Paris	48.35402	-4.66348				53	29	291	29130
3231569	Kerfily	kerfily	FR		0	Europe/Paris	48.364	-4.66792				53	29	291	29130
3231573	La Rue	la-rue	FR		0	Europe/Paris	49.65658	-1.51701				28	50	502	50077
3231574	Hameau de la Forge	hameau-de-la-forge	FR		0	Europe/Paris	49.64881	-1.51147				28	50	502	50077
3231575	Hameau Chandeleur	hameau-chandeleur	FR		0	Europe/Paris	49.65019	-1.51481				28	50	502	50077
3231576	Hameau Besnard	hameau-besnard	FR		0	Europe/Paris	49.65935	-1.50519				28	50	502	50077
3231578	La Monteux	la-monteux	FR		0	Europe/Paris	49.65872	-1.49795				28	50	502	50077
3231580	Hameau Noyon	hameau-noyon	FR		0	Europe/Paris	49.66158	-1.49888				28	50	502	50077
3231581	La Place	la-place	FR		0	Europe/Paris	49.66241	-1.48961				28	50	502	50296
3231582	La Rue	la-rue	FR		0	Europe/Paris	49.65371	-1.44953				28	50	502	50101
3231584	Hamel ès Ronches	hamel-es-ronches	FR		0	Europe/Paris	49.64492	-1.46103				28	50	502	50209
3231597	Mont Térère	mont-terere	FR		0	Europe/Paris	49.68003	-1.46384				28	50	502	50178
3231598	Val Bourgin	val-bourgin	FR		0	Europe/Paris	49.68502	-1.46662				28	50	502	50178
3231599	Le Tot-de-Haut	le-tot-de-haut	FR		0	Europe/Paris	49.68225	-1.45949				28	50	502	50178
3231600	Place d'Inglemare	place-d-inglemare	FR		0	Europe/Paris	49.69037	-1.45962				28	50	502	50178
3231601	Inglemare	inglemare	FR		0	Europe/Paris	49.69167	-1.46222				28	50	502	50178
3231606	Illien	illien	FR		0	Europe/Paris	48.38491	-4.76209				53	29	291	29201
3231614	Le Perrey	le-perrey	FR		0	Europe/Paris	49.68399	-1.471				28	50	502	50178
3231623	Villiers-sur-Port	villiers-sur-port	FR		0	Europe/Paris	49.33986	-0.78233				28	14	141	14515
3231624	Le Grand-Hameau	le-grand-hameau	FR		0	Europe/Paris	49.34948	-0.81958				28	14	141	14591
3231631	Le Planet	le-planet	FR		0	Europe/Paris	49.33847	-0.71569				28	14	141	14377
3231647	Le Paisty-Vert	le-paisty-vert	FR		0	Europe/Paris	49.34439	-0.51611				28	14	141	14739
3231677	Le Hôme-sur-Mer	le-home-sur-mer	FR		0	Europe/Paris	49.28399	-0.16552		Le Home-Varaville,Le Home-sur-Mer,Le Hôme-Varaville,Le Hôme-sur-Mer		28	14	143	14724
3231679	La Brèche-d'Hermanville	la-breche-d-hermanville	FR		0	Europe/Paris	49.29694	-0.30083				28	14	142	14325
3231699	Sainte-Honorine-la-Chardonnerette	sainte-honorine-la-chardonnerette	FR		0	Europe/Paris	49.20865	-0.27403				28	14	143	14328
3231706	La Haute Ecarde	la-haute-ecarde	FR		0	Europe/Paris	49.24872	-0.24951				28	14	143	14009
3231708	La Basse Ecarde	la-basse-ecarde	FR		0	Europe/Paris	49.2515	-0.24793				28	14	143	14009
3231714	Le Maresquier	le-maresquier	FR		0	Europe/Paris	49.25641	-0.26616				28	14	142	14488
3231740	Saint-Théodore	saint-theodore	FR		0	Europe/Paris	48.01667	-4.6				53	29	294	29003
3231741	Notre-Dame de Bon Voyage	notre-dame-de-bon-voyage	FR		0	Europe/Paris	48.03689	-4.65211				53	29	294	29168
3231742	Kerherneau	kerherneau	FR		0	Europe/Paris	48.03609	-4.69219				53	29	294	29168
3231746	Kergadec	kergadec	FR		0	Europe/Paris	48.01806	-4.55709				53	29	294	29003
3231822	Lomener	lomener	FR		0	Europe/Paris	47.63386	-3.45427				53	56	561	56069
3231829	Kerohet	kerohet	FR		0	Europe/Paris	47.63394	-3.423		Kerohet,Kerrohet		53	56	561	56069
3232252	Kerbel	kerbel	FR		0	Europe/Paris	47.7	-3.33333				53			
3232253	Prad Foene	prad-foene	FR		0	Europe/Paris	47.7	-3.33056				53			
3232254	Le Guennic	le-guennic	FR		0	Europe/Paris	47.71523	-3.30821				53	56	561	56193
3232260	Kergalan	kergalan	FR		0	Europe/Paris	47.71131	-3.4152				53	56	561	56107
3232263	Keradehuen	keradehuen	FR		0	Europe/Paris	47.72274	-3.40476				53	56	561	56162
3232264	Lomener	lomener	FR		0	Europe/Paris	47.7	-3.44167				53	56	561	56162
3232282	Porh-Guer	porh-guer	FR		0	Europe/Paris	47.69101	-3.35317		Porh-Gavres,Porh-Guer,Porh-Guerh,Porh-Gâvres		53	56	561	56062
3232284	Porh-Pus	porh-pus	FR		0	Europe/Paris	47.69056	-3.35778		Porh-Puns,Porh-Pus		53	56	561	56062
3232313	Pen-er-Run	pen-er-run	FR		0	Europe/Paris	47.70567	-3.34702				53	56	561	56181
3232314	Le Driasker	le-driasker	FR		0	Europe/Paris	47.70972	-3.35				53	56	561	56181
3232315	L'Avancée	l-avancee	FR		0	Europe/Paris	47.70972	-3.34278				53	56	561	56181
3232316	Les Deux Moulins	les-deux-moulins	FR		0	Europe/Paris	47.70884	-3.33219				53	56	561	56193
3232317	Mezat de Kerzo	mezat-de-kerzo	FR		0	Europe/Paris	47.71167	-3.34722				53	56	561	56181
3232322	Kerchicane	kerchicane	FR		0	Europe/Paris	47.71528	-3.33944				53	56	561	56193
3232323	Le Loc'h	le-loc-h	FR		0	Europe/Paris	47.71818	-3.3364				53	56	561	56118
3232325	Ker-Michel	ker-michel	FR		0	Europe/Paris	47.72917	-3.33972				53	56	561	56118
3232326	Ty-Douan	ty-douan	FR		0	Europe/Paris	47.72944	-3.34167				53	56	561	56118
3232327	Ty-Lann-ar-Guip	ty-lann-ar-guip	FR		0	Europe/Paris	47.73	-3.34056				53	56	561	56118
3232328	Nézenel	nezenel	FR		0	Europe/Paris	47.73025	-3.34208				53	56	561	56118
3232329	Pen-Mané	pen-mane	FR		0	Europe/Paris	47.73188	-3.34513				53	56	561	56118
3232377	Toulhars	toulhars	FR		0	Europe/Paris	47.71042	-3.37674				53	56	561	56107
3232379	La Rue des Roseaux	la-rue-des-roseaux	FR		0	Europe/Paris	47.70556	-3.39611				53	56	561	56107
3232381	Kerderff	kerderff	FR		0	Europe/Paris	47.70664	-3.38979				53	56	561	56107
3232382	Le Ménez	le-menez	FR		0	Europe/Paris	47.71194	-3.385				53	56	561	56107
3232383	Kerblaizy	kerblaizy	FR		0	Europe/Paris	47.71361	-3.38167		Kerblaisy,Kerblaizy		53	56	561	56107
3232384	La Nourriguel	la-nourriguel	FR		0	Europe/Paris	47.71511	-3.37269				53	56	561	56107
3232387	Quéhello-Congard	quehello-congard	FR		0	Europe/Paris	47.71465	-3.40498				53	56	561	56107
3232389	Laudé	laude	FR		0	Europe/Paris	47.72225	-3.40968				53	56	561	56107
3232390	Kerbrient	kerbrient	FR		0	Europe/Paris	47.73029	-3.41081				53	56	561	56162
3232392	Quéhellec	quehellec	FR		0	Europe/Paris	47.72709	-3.40098				53	56	561	56162
3232393	Le Vieux Moulin	le-vieux-moulin	FR		0	Europe/Paris	47.7302	-3.3977				53	56	561	56162
3232394	Le Moulin Neuf	le-moulin-neuf	FR		0	Europe/Paris	47.73528	-3.40139				53	56	561	56162
3232404	Les Quatre Chemins	les-quatre-chemins	FR		0	Europe/Paris	47.71687	-3.38638				53	56	561	56107
3232405	Kercavès	kercaves	FR		0	Europe/Paris	47.71876	-3.39419				53	56	561	56107
3232406	Kergoulédec	kergouledec	FR		0	Europe/Paris	47.72135	-3.39773				53	56	561	56107
3232407	Le Fons	le-fons	FR		0	Europe/Paris	47.72361	-3.39833				53	56	561	56107
3232408	Kerhoas	kerhoas	FR		0	Europe/Paris	47.72427	-3.38821				53	56	561	56107
3232409	Cité de Kermélo	cite-de-kermelo	FR		0	Europe/Paris	47.72803	-3.38205				53	56	561	56107
3232410	Quilisoy	quilisoy	FR		0	Europe/Paris	47.725	-3.38139		Quelisoy,Quilisoy,Quélisoy		53	56	561	56107
3232411	Keramezec	keramezec	FR		0	Europe/Paris	47.71695	-3.3775		Keramezec,Keramzec		53	56	561	56107
3232412	Zanflamme	zanflamme	FR		0	Europe/Paris	47.71944	-3.37278				53	56	561	56107
3232418	Kerolay	kerolay	FR		0	Europe/Paris	47.73517	-3.37944				53	56	561	56121
3232419	Kermélo	kermelo	FR		0	Europe/Paris	47.73611	-3.38722				53	56	561	56121
3232423	Kervénanec	kervenanec	FR		0	Europe/Paris	47.73559	-3.39062				53	56	561	56121
3232424	Kerbernès	kerbernes	FR		0	Europe/Paris	47.73806	-3.39889				53	56	561	56162
3232426	Quéhellio-Sachoy	quehellio-sachoy	FR		0	Europe/Paris	47.73972	-3.38639				53	56	561	56121
3232428	Keryvaland	keryvaland	FR		0	Europe/Paris	47.73993	-3.38834				53	56	561	56121
3232431	Kerjulaude	kerjulaude	FR		0	Europe/Paris	47.74389	-3.38722				53	56	561	56121
3232433	Carnel	carnel	FR		0	Europe/Paris	47.73944	-3.3675				53	56	561	56121
3232434	L'Eau Courante	l-eau-courante	FR		0	Europe/Paris	47.7525	-3.36639				53	56	561	56121
3232435	Lanveur	lanveur	FR		0	Europe/Paris	47.74611	-3.39083				53	56	561	56121
3232436	Kervarhic	kervarhic	FR		0	Europe/Paris	47.74778	-3.38389		Kervarhic,Kervaric		53	56	561	56121
3232437	Le Mir	le-mir	FR		0	Europe/Paris	47.75014	-3.39014				53	56	561	56121
3232438	Kerforn	kerforn	FR		0	Europe/Paris	47.75292	-3.3882				53	56	561	56121
3232439	La Ville en Bois	la-ville-en-bois	FR		0	Europe/Paris	47.75889	-3.3575				53	56		
3232440	Kerentrech	kerentrech	FR		0	Europe/Paris	47.75673	-3.35948				53	56	561	56121
3232441	Cité du Priatec	cite-du-priatec	FR		0	Europe/Paris	47.75083	-3.34333				53	56	561	56098
3232442	Lann-Kergreiz	lann-kergreiz	FR		0	Europe/Paris	47.7525	-3.33478				53	56	561	56098
3232443	Les Chantiers	les-chantiers	FR		0	Europe/Paris	47.7575	-3.33944				53	56	561	56098
3232444	Kerhono	kerhono	FR		0	Europe/Paris	47.75944	-3.35				53	56	561	56098
3232445	Le Plessis	le-plessis	FR		0	Europe/Paris	47.75749	-3.33353				53	56	561	56098
3232488	Petit Cochon	petit-cochon	FR		0	Europe/Paris	47.72417	-3.51667				53			
3232489	Kergantic	kergantic	FR		0	Europe/Paris	47.73142	-3.45922				53	56	561	56162
3232493	Guidel-Plage	guidel-plage	FR		9800	Europe/Paris	47.76768	-3.5218				53	56	561	56078
3232494	Kerbigot	kerbigot	FR		0	Europe/Paris	47.77547	-3.51893				53	56	561	56078
3232495	Keranquernat	keranquernat	FR		0	Europe/Paris	47.77291	-3.54258				53	29	294	29031
3232580	Kerfany-les-Pins	kerfany-les-pins	FR		0	Europe/Paris	47.80556	-3.71667		Kerfany,Kerfany-les-Pins		53	29	294	29150
3232636	Le Lué	le-lue	FR		0	Europe/Paris	47.68611	-3.94583				53			
3232656	La Pallisse	la-pallisse	FR		0	Europe/Paris	46.16944	-1.28333				75	17	173	17297
3232659	Les Caillaux	les-caillaux	FR		0	Europe/Paris	46.15833	-1.275				75	17	173	17297
3232660	La Croix d'Yon	la-croix-d-yon	FR		0	Europe/Paris	46.15395	-1.29267				75	17	173	17297
3232661	Le Taffeters	le-taffeters	FR		0	Europe/Paris	46.15028	-1.28578				75	17	173	17297
3232665	Les Rivauds	les-rivauds	FR		0	Europe/Paris	46.172	-1.20411				75	17	173	17300
3232666	Les Sablons	les-sablons	FR		0	Europe/Paris	46.16667	-1.20833				75	17	173	17300
3232671	Cité Oncor	cite-oncor	FR		0	Europe/Paris	46.16944	-1.19583				75	17	173	17300
3232672	Cité de la Vacherie	cite-de-la-vacherie	FR		0	Europe/Paris	46.16528	-1.19583				75	17	173	17300
3232673	Vaugouin	vaugouin	FR		0	Europe/Paris	46.1625	-1.19167				75	17	173	17300
3232675	Cité de Port-Neuf	cite-de-port-neuf	FR		0	Europe/Paris	46.15767	-1.18017				75	17	173	17300
3232677	La Genette	la-genette	FR		0	Europe/Paris	46.1625	-1.16972				75	17	173	17300
3232679	Fétilly	fetilly	FR		0	Europe/Paris	46.175	-1.15556				75	17	173	17300
3232680	Cité Franc-Espoir	cite-franc-espoir	FR		0	Europe/Paris	46.17222	-1.16111				75	17	173	17300
3232681	La Ville en Bois	la-ville-en-bois	FR		0	Europe/Paris	46.15087	-1.15548				75	17	173	17300
3232683	Les Minimes	les-minimes	FR		0	Europe/Paris	46.14294	-1.16044				75	17	173	17300
3232684	Bellevue	bellevue	FR		0	Europe/Paris	46.14019	-1.14944				75	17	173	17300
3232685	Lafond	lafond	FR		0	Europe/Paris	46.17279	-1.14451				75	17	173	17300
3232686	Cité de Beauregard	cite-de-beauregard	FR		0	Europe/Paris	46.17031	-1.13139				75	17	173	17300
3232690	Tasdon	tasdon	FR		0	Europe/Paris	46.14505	-1.14644				75	17	173	17300
3232691	Vautreuil	vautreuil	FR		0	Europe/Paris	46.14167	-1.14444				75	17	173	17300
3232692	Besselue	besselue	FR		0	Europe/Paris	46.13611	-1.14722				75	17	173	17028
3232693	Cité de Bongraine	cite-de-bongraine	FR		0	Europe/Paris	46.13946	-1.14015				75	17	173	17300
3232703	Le Pavé	le-pave	FR		0	Europe/Paris	46.10278	-1.10833				75	17	173	17010
3232704	Le Chaume	le-chaume	FR		0	Europe/Paris	46.10333	-1.10972				75	17	173	17010
3232705	La Manon	la-manon	FR		0	Europe/Paris	46.10417	-1.11528				75	17	173	17010
3232706	Les Coudrans	les-coudrans	FR		0	Europe/Paris	46.10556	-1.11583				75	17	173	17010
3232712	Cité du Prieuré	cite-du-prieure	FR		0	Europe/Paris	46.17686	-1.14679				75	17	173	17300
3232717	Chassiron	chassiron	FR		0	Europe/Paris	46.04143	-1.40276				75	17	172	17323
3232718	La Gautrie	la-gautrie	FR		0	Europe/Paris	46.03994	-1.40072				75	17	172	17323
3232719	La Morelière	la-moreliere	FR		0	Europe/Paris	46.04383	-1.39704				75	17	172	17323
3232720	La Michelière	la-micheliere	FR		0	Europe/Paris	46.01783	-1.37689				75	17	172	17323
3232721	La Bétaudière	la-betaudiere	FR		0	Europe/Paris	46.01994	-1.37583				75	17	172	17323
3232722	Planginot	planginot	FR		0	Europe/Paris	46.01894	-1.35356				75	17	172	17486
3232723	Les Bouilassiers	les-bouilassiers	FR		0	Europe/Paris	46.00889	-1.33428				75	17	172	17486
3232725	Chaucre	chaucre	FR		0	Europe/Paris	45.98624	-1.37467		Chaucre		75	17	172	17337
3232726	La Sablière	la-sabliere	FR		0	Europe/Paris	45.9967	-1.36719				75	17	172	17337
3232727	Le Trait d'Union	le-trait-d-union	FR		0	Europe/Paris	45.97672	-1.3407				75	17	172	17337
3232732	Foulerot	foulerot	FR		0	Europe/Paris	45.98437	-1.31026				75	17	172	17337
3232733	La Nouette	la-nouette	FR		0	Europe/Paris	45.97817	-1.27817				75	17	172	17337
3232749	Les Guiardes	les-guiardes	FR		0	Europe/Paris	46.17083	-1.18333				75	17	173	17300
3232750	Le Lignon	le-lignon	FR		0	Europe/Paris	46.18572	-1.14167				75	17	173	17200
3232751	Le Treuil Bâton	le-treuil-baton	FR		0	Europe/Paris	46.19921	-1.16001				75	17	173	17264
3232752	La Genilliere	la-genilliere	FR		0	Europe/Paris	46.19396	-1.17241				75	17	173	17190
3232753	Le Plomb	le-plomb	FR		0	Europe/Paris	46.2	-1.2				75	17	173	17190
3232759	Bellevue	bellevue	FR		0	Europe/Paris	46.18333	-1.31667				75	17	173	17161
3232765	Les Grenettes	les-grenettes	FR		0	Europe/Paris	46.16037	-1.35715				75	17	173	17360
3232766	La Grainetière	la-grainetiere	FR		0	Europe/Paris	46.189	-1.34285				75	17	173	17161
3232767	Village Océanique	village-oceanique	FR		0	Europe/Paris	46.17241	-1.35648				75	17	173	17051
3232768	Le Morinant	le-morinant	FR		0	Europe/Paris	46.18967	-1.3712				75	17	173	17051
3232769	Le Roulant	le-roulant	FR		0	Europe/Paris	46.18974	-1.37685				75	17	173	17051
3232770	La Moulinatte	la-moulinatte	FR		0	Europe/Paris	46.20298	-1.40074				75	17	173	17121
3232771	Le Chaffaud	le-chaffaud	FR		0	Europe/Paris	46.19954	-1.38474				75	17	173	17051
3232774	Le Peux	le-peux	FR		0	Europe/Paris	46.22549	-1.43154				75	17	173	17207
3232775	Déramée	deramee	FR		0	Europe/Paris	46.22337	-1.43554				75	17	173	17207
3232776	Lavaud	lavaud	FR		0	Europe/Paris	46.22172	-1.4395				75	17	173	17207
3232779	Les Prises	les-prises	FR		0	Europe/Paris	46.19931	-1.44583				75	17	173	17121
3232780	La Passe	la-passe	FR		0	Europe/Paris	46.20287	-1.46003				75	17	173	17121
3232781	Le Martray	le-martray	FR		0	Europe/Paris	46.20128	-1.48698				75	17	173	17019
3232784	Les Moulins de la Boire	les-moulins-de-la-boire	FR		0	Europe/Paris	46.20716	-1.51426				75	17	173	17019
3232786	Le Gillieux	le-gillieux	FR		0	Europe/Paris	46.23821	-1.55241		Le Gillieux		75	17	173	17318
3232788	Beyris	beyris	FR		0	Europe/Paris	43.4791	-1.49969		Beyris,Polo		75	64	641	64102
3232789	Lahubiague	lahubiague	FR		0	Europe/Paris	43.48353	-1.48612				75	64	641	64102
3232790	Marracq	marracq	FR		0	Europe/Paris	43.47818	-1.48442				75	64	641	64102
3232791	Le Limpou	le-limpou	FR		0	Europe/Paris	43.48103	-1.46664				75	64	641	64102
3232792	Mousserolles	mousserolles	FR		0	Europe/Paris	43.48491	-1.46337		Mousserolles,Muserola		75	64	641	64102
3232793	Lachepaillet	lachepaillet	FR		0	Europe/Paris	43.49177	-1.4874				75	64	641	64102
3232794	Les Arenes	les-arenes	FR		0	Europe/Paris	43.49722	-1.4875				75	64	641	64102
3232795	Allees Marines	allees-marines	FR		0	Europe/Paris	43.49444	-1.48333				75	64	641	64102
3232796	Larmagnan	larmagnan	FR		0	Europe/Paris	43.50556	-1.5				75	64	641	64024
3232797	La Hargouette	la-hargouette	FR		0	Europe/Paris	43.5157	-1.50376				75	64	641	64024
3232800	Saint-Esprit	saint-esprit	FR		0	Europe/Paris	43.49441	-1.46444		Saint-Esprit,Santespi		75	64	641	64102
3232803	Romatet	romatet	FR		0	Europe/Paris	43.5274	-1.47236				75	64	641	64140
3232804	Lahillade	lahillade	FR		0	Europe/Paris	43.53118	-1.48002				75	64	641	64140
3232823	Le Rigalet	le-rigalet	FR		0	Europe/Paris	45.06071	-0.61976				75	33	331	33182
3232824	La Reuille	la-reuille	FR		0	Europe/Paris	45.05079	-0.60488				75	33	331	33035
3232825	Croûte Charlus	croute-charlus	FR		0	Europe/Paris	45.03353	-0.53722				75	33	331	33067
3232827	Le Fourat	le-fourat	FR		0	Europe/Paris	45.01931	-0.53665				75	33	332	33004
3232829	Port Lopès	port-lopes	FR		0	Europe/Paris	45.02857	-0.57643				75	33	332	33004
3232833	Pachan	pachan	FR		0	Europe/Paris	44.98697	-0.5554				75	33	332	33256
3232838	Despartins	despartins	FR		0	Europe/Paris	44.97595	-0.55459				75	33	332	33256
3232839	Peyau	peyau	FR		0	Europe/Paris	44.98052	-0.53611				75	33	332	33434
3232840	Ragouil	ragouil	FR		0	Europe/Paris	44.97146	-0.55531				75	33	332	33312
3232841	Peyronnet	peyronnet	FR		0	Europe/Paris	44.975	-0.53333				75	33	332	33434
3232843	Drouillet	drouillet	FR		0	Europe/Paris	44.9625	-0.53194				75	33	332	33434
3232844	Vallier	vallier	FR		0	Europe/Paris	44.95915	-0.54583				75	33	332	33312
3232847	Jourdane	jourdane	FR		0	Europe/Paris	44.94583	-0.53611				75	33	332	33434
3232852	Haras du Labouret	haras-du-labouret	FR		0	Europe/Paris	44.94895	-0.55019				75	33	332	33312
3232855	Trabuchet	trabuchet	FR		0	Europe/Paris	44.94028	-0.55556				75	33	332	33056
3233284	Port-Haliguen	port-haliguen	FR		0	Europe/Paris	47.48333	-3.1				53	56	561	56186
3233296	Le Pô	le-po	FR		0	Europe/Paris	47.58105	-3.10162				53	56	561	56034
3233300	Carnac-Plage	carnac-plage	FR		0	Europe/Paris	47.57459	-3.06488				53	56	561	56034
3233301	Légenèse	legenese	FR		0	Europe/Paris	47.56972	-3.08444				53	56	561	56034
3233337	Pont-Lorois	pont-lorois	FR		0	Europe/Paris	47.67556	-3.19583				53	56	561	56013
3233346	Bruté	brute	FR		0	Europe/Paris	47.3483	-3.18485		Brute,Bruté		53	56	561	56152
3233441	Les Rochelets	les-rochelets	FR		0	Europe/Paris	47.21771	-2.15833				52	44	443	44154
3233443	Vieux-Pornichet	vieux-pornichet	FR		0	Europe/Paris	47.2586	-2.33755		Vieux-Pornichet		52	44	443	44132
3233447	Hautgas	hautgas	FR		0	Europe/Paris	47.31544	-2.06087				52	44	443	44052
3233449	La Menée Lambourg	la-menee-lambourg	FR		0	Europe/Paris	47.30667	-2.1875				52	44	443	44210
3233450	La Croix de Méan	la-croix-de-mean	FR		0	Europe/Paris	47.30267	-2.19122				52	44	443	44210
3233451	Penhoët	penhoet	FR		0	Europe/Paris	47.29578	-2.19188				52	44	443	44184
3233452	La Martinière	la-martiniere	FR		0	Europe/Paris	47.20486	-1.77737				52	44	442	44120
3233453	La Bourdinière	la-bourdiniere	FR		0	Europe/Paris	47.2276	-1.75617				52	44	442	44047
3233454	Le Pé de Buzay	le-pe-de-buzay	FR		0	Europe/Paris	47.20365	-1.81682				52	44	442	44120
3233455	Buzay	buzay	FR		0	Europe/Paris	47.20726	-1.82631				52	44	442	44145
3233457	La Peille	la-peille	FR		0	Europe/Paris	47.27683	-1.85929				52	44	442	44045
3233458	Le Migron	le-migron	FR		0	Europe/Paris	47.25536	-1.91599				52	44	443	44061
3233459	La Ternais	la-ternais	FR		0	Europe/Paris	47.25401	-1.98722				52	44	443	44192
3233460	La Fontaine	la-fontaine	FR		0	Europe/Paris	47.31175	-1.98186				52	44	443	44080
3233461	La Cheminandais	la-cheminandais	FR		0	Europe/Paris	47.25833	-1.92849				52	44	443	44061
3233462	La Roche	la-roche	FR		0	Europe/Paris	47.25957	-1.91829				52	44	443	44061
3233463	Le Pontreau	le-pontreau	FR		0	Europe/Paris	47.3031	-1.85234				52	44	442	44045
3233464	Merlet	merlet	FR		0	Europe/Paris	47.31258	-1.86563				52	44	443	44089
3233465	Bellevue	bellevue	FR		0	Europe/Paris	47.25377	-1.94702				52	44	443	44061
3233466	La Noë	la-noe	FR		0	Europe/Paris	47.26548	-1.96786				52	44	443	44192
3233479	Le Grand Vieil	le-grand-vieil	FR		0	Europe/Paris	47.02237	-2.25021				52	85	853	85163
3233485	Kermoisan	kermoisan	FR		0	Europe/Paris	47.27755	-2.45302				52	44	443	44010
3233493	Le Menhir	le-menhir	FR		0	Europe/Paris	47.20464	-2.14538				52	44	443	44154
3233496	L'Ermitage	l-ermitage	FR		0	Europe/Paris	47.2078	-2.15436				52	44	443	44154
3233498	Le Quatretais	le-quatretais	FR		0	Europe/Paris	47.22449	-2.14849				52	44	443	44154
3233499	La Hautière	la-hautiere	FR		0	Europe/Paris	47.23056	-2.15677		La Hautiere,La Hautière		52	44	443	44154
3233500	Le Fief	le-fief	FR		0	Europe/Paris	47.23227	-2.16496				52	44	443	44154
3233501	Le Pointeau	le-pointeau	FR		0	Europe/Paris	47.235	-2.175				52	44	443	44154
3233565	Cavaro	cavaro	FR		0	Europe/Paris	47.24547	-2.29831				52	44	443	44184
3233566	Géraud	geraud	FR		0	Europe/Paris	47.24236	-2.28532				52	44	443	44184
3233567	Brancieux	brancieux	FR		0	Europe/Paris	47.2473	-2.2715				52	44	443	44184
3233568	Le Petit Gavy	le-petit-gavy	FR		0	Europe/Paris	47.25068	-2.25942				52	44	443	44184
3233572	Portcé	portce	FR		0	Europe/Paris	47.25611	-2.25056				52	44	443	44184
3233573	Le Grand Gavy	le-grand-gavy	FR		0	Europe/Paris	47.25699	-2.25873				52	44	443	44184
3233574	La Vecquerie	la-vecquerie	FR		0	Europe/Paris	47.25526	-2.26656				52	44	443	44184
3233575	Henleix	henleix	FR		0	Europe/Paris	47.26208	-2.26846				52	44	443	44184
3233576	L'Étoile du Matin	l-etoile-du-matin	FR		0	Europe/Paris	47.25774	-2.27482				52	44	443	44184
3233578	La Ville-ès-Blais	la-ville-es-blais	FR		0	Europe/Paris	47.26251	-2.29828				52	44	443	44132
3233579	La Ville-ès-Babin	la-ville-es-babin	FR		0	Europe/Paris	47.25871	-2.31145				52	44	443	44132
3233585	Rangrais	rangrais	FR		0	Europe/Paris	47.24716	-2.30406				52	44	443	44132
3233596	Le Guézy	le-guezy	FR		0	Europe/Paris	47.27139	-2.33577				52	44	443	44055
3233601	La Baule-les-Pins	la-baule-les-pins	FR		0	Europe/Paris	47.28033	-2.37543		La Baule-les-Pins,XBP		52	44	443	44055
3233602	Mazy	mazy	FR		0	Europe/Paris	47.27366	-2.35531				52	44	443	44055
3233610	La Croix	la-croix	FR		0	Europe/Paris	47.25268	-2.14937				52	44	443	44154
3233611	Le Plessis	le-plessis	FR		0	Europe/Paris	47.2545	-2.15079				52	44	443	44154
3233613	Prézégat	prezegat	FR		0	Europe/Paris	47.28964	-2.21928				52	44	443	44184
3233614	Herbins	herbins	FR		0	Europe/Paris	47.28976	-2.20476				52	44	443	44184
3233615	La Grande Ville	la-grande-ville	FR		0	Europe/Paris	47.26405	-2.13722				52	44	443	44154
3233624	La Mabilais	la-mabilais	FR		0	Europe/Paris	47.27262	-2.08841				52	44	443	44046
3233626	La Pétolais	la-petolais	FR		0	Europe/Paris	47.26988	-2.11				52	44	443	44046
3233627	Le Potangis	le-potangis	FR		0	Europe/Paris	47.27024	-2.06012				52	44	443	44187
3233648	La Cannelais	la-cannelais	FR		0	Europe/Paris	47.27385	-2.00841				52	44	443	44192
3233649	La Foucauderie	la-foucauderie	FR		0	Europe/Paris	47.27643	-2.00167				52	44	443	44192
3233673	La Corbinais	la-corbinais	FR		0	Europe/Paris	47.26639	-1.99016				52	44	443	44192
3233675	La Babinais	la-babinais	FR		0	Europe/Paris	47.30861	-1.90393				52	44	443	44019
3233925	La Basse Bignonnais	la-basse-bignonnais	FR		0	Europe/Paris	47.2983	-1.8995				52	44	443	44019
3233926	La Bazillais	la-bazillais	FR		0	Europe/Paris	47.29655	-1.8902				52	44	443	44019
3233944	Le Grand Chemin	le-grand-chemin	FR		0	Europe/Paris	47.19659	-1.78258				52	44	442	44120
3233967	Le Port-Launay	le-port-launay	FR		0	Europe/Paris	47.21218	-1.74386				52	44	442	44047
3233979	La Chabossière	la-chabossiere	FR		0	Europe/Paris	47.21557	-1.68323		La Chabossiere,La Chabossière		52	44	442	44047
3234822	Lilia	lilia	FR		0	Europe/Paris	48.61883	-4.55433				53	29	291	29195
3281886	Kerguélen	kerguelen	FR		0	Europe/Paris	47.70778	-3.40167				53	56	561	56107
3281888	Pen-Palud	pen-palud	FR		0	Europe/Paris	47.70731	-3.42206				53	56	561	56162
3281894	Kersahu	kersahu	FR		0	Europe/Paris	47.70123	-3.3255				53	56	561	56062
3281896	Stervin	stervin	FR		0	Europe/Paris	47.70931	-3.32188				53	56	561	56193
3281904	Kéroman	keroman	FR		0	Europe/Paris	47.73472	-3.3675				53	56	561	56121
3281908	Le Cosquer	le-cosquer	FR		0	Europe/Paris	47.74796	-3.33165				53	56	561	56098
3281909	Locunel	locunel	FR		0	Europe/Paris	47.75694	-3.32722				53	56	561	56098
3281911	Kervern	kervern	FR		0	Europe/Paris	47.73293	-3.32381				53	56	561	56118
3281912	Lannic	lannic	FR		0	Europe/Paris	47.73529	-3.31791				53	56	561	56118
3281913	Sterbouest	sterbouest	FR		0	Europe/Paris	47.74248	-3.31449				53	56	561	56118
3281914	Stervil	stervil	FR		0	Europe/Paris	47.74242	-3.30871				53	56	561	56118
3281915	Kerbadel	kerbadel	FR		0	Europe/Paris	47.74667	-3.30917				53	56	561	56094
3281916	Kergatavignan	kergatavignan	FR		0	Europe/Paris	47.74453	-3.30357		Kergatamignan,Kergatavignan		53	56	561	56094
3281917	Saint-Sterlin	saint-sterlin	FR		0	Europe/Paris	47.75257	-3.29322				53	56	561	56094
3281919	Tal-ar-Mor	tal-ar-mor	FR		0	Europe/Paris	47.76725	-3.29585				53	56	561	56094
3281920	Locunolay	locunolay	FR		0	Europe/Paris	47.76925	-3.28318		Locguenole,Locguénolé,Locunolay		53	56	561	56094
3281922	Toul-Bahado	toul-bahado	FR		0	Europe/Paris	47.75889	-3.31861				53	56	561	56098
3281923	Saint-Guénaël	saint-guenael	FR		0	Europe/Paris	47.75928	-3.31959				53	56	561	56098
3281924	Pen-Mané	pen-mane	FR		0	Europe/Paris	47.76169	-3.31518				53	56	561	56098
3281925	Belann	belann	FR		0	Europe/Paris	47.76318	-3.31383				53	56	561	56098
3281926	Kermorvan	kermorvan	FR		0	Europe/Paris	47.76514	-3.31363				53	56	561	56098
3281927	Le Mané	le-mane	FR		0	Europe/Paris	47.76529	-3.31033				53	56	561	56098
3281929	Le Ruzo	le-ruzo	FR		0	Europe/Paris	47.77854	-3.29793				53	56	561	56098
3281930	Le Resto	le-resto	FR		0	Europe/Paris	47.77862	-3.29281				53	56	561	56098
3281931	Le Petit Resto	le-petit-resto	FR		0	Europe/Paris	47.7775	-3.29444				53	56	561	56098
3281933	Kermen	kermen	FR		0	Europe/Paris	47.78611	-3.3				53	56	561	56098
3281934	Saint-Nudec	saint-nudec	FR		0	Europe/Paris	47.7917	-3.29909				53	56	561	56098
3281935	Ty-Mor	ty-mor	FR		0	Europe/Paris	47.79369	-3.28422				53	56		
3281937	Haut-Locoyarn	haut-locoyarn	FR		0	Europe/Paris	47.78643	-3.28133				53	56	561	56083
3281938	Bas-Locoyarn	bas-locoyarn	FR		0	Europe/Paris	47.78451	-3.27828				53	56	561	56083
3281939	Le Hingair	le-hingair	FR		0	Europe/Paris	47.77546	-3.27867				53	56	561	56094
3281941	Tréfaven	trefaven	FR		0	Europe/Paris	47.76581	-3.36737				53	56		
3295270	Tihen	tihen	FR		0	Europe/Paris	50.70294	1.57029				32	62	623	62667
3295276	Capecure	capecure	FR		0	Europe/Paris	50.72083	1.59667				32	62	623	62160
3295308	L'Ave Maria	l-ave-maria	FR		0	Europe/Paris	50.71611	1.59111				32	62	623	62667
3295326	Terlincthun	terlincthun	FR		0	Europe/Paris	50.74633	1.60742				32	62	623	62893
3295334	Ville Haute	ville-haute	FR		0	Europe/Paris	50.72556	1.61556				32	62	623	62160
3295336	La Capelette	la-capelette	FR		0	Europe/Paris	50.71472	1.61278				32	62	623	62160
3295337	Le Pont Pitendal	le-pont-pitendal	FR		0	Europe/Paris	50.70944	1.61528				32	62	623	62758
3295339	Le Courgain	le-courgain	FR		0	Europe/Paris	50.78125	1.61934				32	62	623	62893
3295647	Nouvelles Hemmes-Saint-Pol	nouvelles-hemmes-saint-pol	FR		0	Europe/Paris	50.99694	2.12833				32	59	594	59273
3296045	Le Triangle	le-triangle	FR		0	Europe/Paris	51.02738	2.31279				32	59	594	59183
3296046	Cité Égalité	cite-egalite	FR		0	Europe/Paris	51.02667	2.33				32	59	594	59183
3296047	Cité Bayard	cite-bayard	FR		0	Europe/Paris	51.03015	2.32525				32	59	594	59183
3296048	Cité des Cheminots	cite-des-cheminots	FR		0	Europe/Paris	51.03249	2.3327				32	59	594	59183
3296097	Quartier du Fort Nieulay	quartier-du-fort-nieulay	FR		0	Europe/Paris	50.94558	1.82914		Cite du Fort Nieulay,Cité du Fort Nieulay,Quartier du Fort Nieulay		32	62	626	62193
3296108	Calais-Nord	calais-nord	FR		0	Europe/Paris	50.95848	1.85369				32	62	626	62193
3296113	Cité Maubeuge	cite-maubeuge	FR		0	Europe/Paris	50.95167	1.87833				32	62	626	62193
3296114	Cité Civry	cite-civry	FR		0	Europe/Paris	50.95725	1.89076				32	62	626	62193
3296115	Le Chalet Beutin	le-chalet-beutin	FR		0	Europe/Paris	50.97071	1.91139				32	62	626	62193
3296140	Le Croquelet	le-croquelet	FR		0	Europe/Paris	50.61884	1.63291				32	62	623	62604
6252025	La Gilbardière	la-gilbardiere	FR		0	Europe/Paris	47.21502	0.11265	30			24	37	371	37242
6252026	Le petit Chouzé	le-petit-chouze	FR		0	Europe/Paris	47.23178	0.13838	31			24	37	371	37242
6252028	Port-Guyot	port-guyot	FR		0	Europe/Paris	47.1904	0.10924	32			24	37	371	37220
6255064	Valanec	valanec	FR		0	Europe/Paris	48.72051	-3.97747		Le Valanec		53	29	293	29239
6269531	Paris 01 Louvre	paris-01-louvre	FR		0	Europe/Paris	48.8592	2.3417		1er Arr,1er arrondissement,Arrondissement du Louvre,Ier,Louvre,Paris 01,Paris 01er Louvre,Paris 1er		11	75	751	75056
6290274	Escreins	escreins	FR		0	Europe/Paris	44.61882	6.72226	1780			93	05	051	05177
6295590	Risoul 1850	risoul-1850	FR		0	Europe/Paris	44.62163	6.63334	1850	Station de Risoul		93	05	051	05119
6295631	La Font d'Eygliers	la-font-d-eygliers	FR		0	Europe/Paris	44.67567	6.64845	1020			93	05	051	05052
6301886	Domino	domino	FR		0	Europe/Paris	45.97203	-1.3781	6			75	17	172	17337
6301892	Maison du Roi	maison-du-roi	FR		0	Europe/Paris	44.67549	6.69239	1050	le Pont de Pierre		93	05	051	05065
6324435	Can Demont	can-demont	FR		0	Europe/Paris	42.3555	2.66633				76	66	661	66061
6324436	Vila-roja	vila-roja	FR		0	Europe/Paris	42.3585	2.61273				76	66	661	66061
6324453	la Selva	la-selva	FR		0	Europe/Paris	42.44208	2.78057		la Selva		76	66	661	66106
6324455	la Farga	la-farga	FR		0	Europe/Paris	42.50745	2.96764				76	66	661	66196
6324456	la Vall	la-vall	FR		0	Europe/Paris	42.50838	2.99839				76	66	661	66196
6324460	Tatzó d'Amunt	tatzo-d-amunt	FR		0	Europe/Paris	42.56484	2.99131				76	66	661	66168
6324461	Tatzó d'Avall	tatzo-d-avall	FR		0	Europe/Paris	42.56879	3.00555				76	66	661	66008
6324462	Cosprons	cosprons	FR		0	Europe/Paris	42.49705	3.1069				76	66	661	66148
6324538	la Farga del Mig	la-farga-del-mig	FR		0	Europe/Paris	42.40394	2.5999		la Farga del Mig		76	66	661	66179
6324569	Station de Vars	station-de-vars	FR		0	Europe/Paris	44.57225	6.6814	1850			93	05	051	05177
6324571	Les Claux	les-claux	FR		0	Europe/Paris	44.57176	6.68346	1850			93	05	051	05177
6354942	Les Deux Alpes	les-deux-alpes	FR		1520	Europe/Paris	45.0116	6.12548	1650	DXA,Le Dezal'p,Ле Дезальп		84	38	381	38253
6355085	La Joue du Loup	la-joue-du-loup	FR		0	Europe/Paris	44.68713	5.89145		La Joue du Loup		93	05	052	05139
6355086	La Tania	la-tania	FR		0	Europe/Paris	45.43231	6.59454				84	73	731	73227
6355130	Valmorel	valmorel	FR		0	Europe/Paris	45.46109	6.44331				84	73	731	73024
6355181	Les Laures	les-laures	FR		0	Europe/Paris	43.16516	6.0273				93	83	832	83054
6424295	Riutès	riutes	FR		0	Europe/Paris	42.47469	1.87471				76	66	663	66095
6457257	Le Marais	le-marais	FR		0	Europe/Paris	48.86042	2.36296		Le Marais,Marais		11	75	751	75056
6458584	Foudon	foudon	FR		0	Europe/Paris	47.49249	-0.42508				52	49	491	49241
6544524	La Guadeloupe	la-guadeloupe	FR		0	Europe/Paris	45.10809	5.36303				84	38	381	38322
6544525	Cap Ferret	cap-ferret	FR		0	Europe/Paris	44.62918	-1.24828				75	33	336	33236
6544526	Les Issambres	les-issambres	FR		0	Europe/Paris	43.34435	6.70202				93	83	831	83107
6544527	Port Cogolin	port-cogolin	FR		0	Europe/Paris	43.26707	6.57683				93	83	831	83042
6544536	La Plagne	la-plagne	FR		0	Europe/Paris	45.5057	6.6803		La Plagne Centre		84	73	731	73150
6544556	Val Thorens	val-thorens	FR		2500	Europe/Paris	45.29777	6.58377		Val'Torans,Vale Thorens,Валь Торанс,ואל טורנס		84	73	731	73257
6544579	Cap Gaou Bénat	cap-gaou-benat	FR		0	Europe/Paris	43.10845	6.35759				93	83	832	83019
6544980	Port Grimaud	port-grimaud	FR		0	Europe/Paris	43.27419	6.57557				93	83	831	83068
6545019	Fabregas	fabregas	FR		0	Europe/Paris	43.07174	5.87189				93	83	832	83126
6545033	La Toussuire	la-toussuire	FR		0	Europe/Paris	45.25611	6.25684				84	73	733	73116
6545035	La Norma	la-norma	FR		0	Europe/Paris	45.2023	6.69877				84	73	733	73322
6545036	Les Bottières	les-bottieres	FR		0	Europe/Paris	45.26649	6.29743				84	73	733	73267
6545037	Les Ménuires	les-menuires	FR		0	Europe/Paris	45.32293	6.53757		Les Menuires		84	73	731	73257
6545163	Pouzioux La Jarrie	pouzioux-la-jarrie	FR		0	Europe/Paris	46.60653	0.27363				75	86	863	86297
6545262	Invalides	invalides	FR		0	Europe/Paris	48.85675	2.3061		Quartier des Invalides		11	75	751	75056
6545263	Montparnasse	montparnasse	FR		0	Europe/Paris	48.84313	2.32129		Manparnas,Monparnas,Mons Parnassus,Quartier du Montparnasse,meng pa na si,monparunasu,Манпарнас,Монпарнас,מונפרנאס,მონპარნასი,モンパルナス,蒙帕納斯		11	75	751	75056
6545264	Petit-Montrouge	petit-montrouge	FR		0	Europe/Paris	48.82642	2.3252		Quartier du Petit-Montrouge		11	75	751	75056
6545265	Austerlitz	austerlitz	FR		0	Europe/Paris	48.83266	2.36794				11	75	751	75056
6545266	Bercy	bercy	FR		0	Europe/Paris	48.83828	2.38167		Bersi,Kvartalo de Bercy,Quartier de Bercy,Берси,Берсі		11	75	751	75056
6545267	Bastille	bastille	FR		0	Europe/Paris	48.85331	2.37215		La Bastilla		11	75	751	75056
6545268	Nation	nation	FR		0	Europe/Paris	48.84896	2.39835				11	75	751	75056
6545269	République	republique	FR		0	Europe/Paris	48.86881	2.36575				11	75	751	75056
6545270	Palais-Royal	palais-royal	FR		0	Europe/Paris	48.8635	2.33876		Quartier du Palais-Royal		11	75	751	75056
6545271	Champs-Elysées	champs-elysees	FR		0	Europe/Paris	48.86985	2.30721		Campos Eliseos,Campos Elíseos,Quartier des Champs-Elysees,Quartier des Champs-Élysées		11	75	751	75056
6545346	La Croix Pommier	la-croix-pommier	FR		0	Europe/Paris	47.69359	0.1466				52	72	721	72175
6545399	Keffendorf	keffendorf	FR		0	Europe/Paris	48.80014	7.66786				44	67	672	67359
6545400	Niederaltdorf	niederaltdorf	FR		0	Europe/Paris	48.81096	7.66103				44	67	672	67497
6547116	Bowling	bowling	FR		0	Europe/Paris	45.99768	4.73168				84	69	692	69264
6547118	Le Nautile	le-nautile	FR		0	Europe/Paris	45.99865	4.72957				84	69	692	69264
6559365	Hunabuehl	hunabuehl	FR		0	Europe/Paris	48.09577	7.261				44	68	682	68237
6559366	Hachimette	hachimette	FR		0	Europe/Paris	48.14877	7.19004				44	68	682	68175
6559496	Port Leucate	port-leucate	FR		0	Europe/Paris	42.85622	3.03897				76	11	113	11202
6559498	Serre Chevalier	serre-chevalier	FR		0	Europe/Paris	44.94	6.56		SEC		93	05	051	05161
6559499	Le Penon	le-penon	FR		0	Europe/Paris	43.70583	-1.43282				75	40	401	40296
6559563	L'Ile d'Oléron	l-ile-d-oleron	FR		0	Europe/Paris	45.92395	-1.29969		Ile-de-la-Liberte,Ile-de-la-Liberté		75	17	172	17385
6559668	Peyragudes	peyragudes	FR		0	Europe/Paris	42.79251	0.44583				76	65	652	65199
6559669	Pointe du Raz	pointe-du-raz	FR		0	Europe/Paris	48.04086	-4.67098				53	29	294	29168
6559671	Port Camargue	port-camargue	FR		0	Europe/Paris	43.52322	4.14079				76	30	302	30133
6619509	Grossœuvre	grossoeuvre	FR		0	Europe/Paris	48.93739	1.2006				28	27	273	27301
6619837	Les Sagnes	les-sagnes	FR		0	Europe/Paris	44.66881	6.59171	1150			93	05	051	05116
6620445	Belle-Plagne	belle-plagne	FR		1100	Europe/Paris	45.50932	6.70685		Bel'-Plan',Belle Plagne,Бель-Плань		84	73	731	73150
6620516	Lost Marc'h	lost-marc-h	FR		0	Europe/Paris	48.2175	-4.55036				53	29	292	29042
6620517	Kertanguy	kertanguy	FR		0	Europe/Paris	48.22349	-4.55227				53	29	292	29042
6620524	Runcadic	runcadic	FR		0	Europe/Paris	48.21903	-4.54658				53	29	292	29042
6620525	Kerellot	kerellot	FR		0	Europe/Paris	48.2209	-4.54089				53	29	292	29042
6620526	Kerlouantec	kerlouantec	FR		0	Europe/Paris	48.22196	-4.53347				53	29	292	29042
6620527	Kergolézec	kergolezec	FR		0	Europe/Paris	48.22559	-4.52757				53	29	292	29042
6620528	Bouis	bouis	FR		0	Europe/Paris	48.22219	-4.52356				53	29	292	29042
6620529	Kerbasguen	kerbasguen	FR		0	Europe/Paris	48.22993	-4.51635				53	29	292	29042
6620530	Tromel	tromel	FR		0	Europe/Paris	48.22603	-4.5477				53	29	292	29042
6620531	Kerguillé	kerguille	FR		0	Europe/Paris	48.23223	-4.55812				53	29	292	29042
6620532	Kernavéno	kernaveno	FR		0	Europe/Paris	48.23775	-4.54868				53	29	292	29042
6620534	Kerséoc'h	kerseoc-h	FR		0	Europe/Paris	48.24338	-4.53188				53	29	292	29042
6620535	Kerzuet	kerzuet	FR		0	Europe/Paris	48.25463	-4.52971				53	29	292	29042
6620536	St.-Drigent	st-drigent	FR		0	Europe/Paris	48.25748	-4.53216				53	29	292	29042
6620537	Lesteven	lesteven	FR		0	Europe/Paris	48.20786	-4.5425				53	29	292	29042
6620538	Kerglintin	kerglintin	FR		0	Europe/Paris	48.20534	-4.53216				53	29	292	29042
6620539	Pen ar Guer	pen-ar-guer	FR		0	Europe/Paris	48.2066	-4.53658				53	29	292	29042
6620540	Kerdreux	kerdreux	FR		0	Europe/Paris	48.19951	-4.54165				53	29	292	29042
6620541	Kerroux	kerroux	FR		0	Europe/Paris	48.18562	-4.54306				53	29	292	29042
6620542	Keravel	keravel	FR		0	Europe/Paris	48.18575	-4.54074				53	29	292	29042
6620543	St.-Norgard	st-norgard	FR		0	Europe/Paris	48.19356	-4.52735				53	29	292	29042
6620544	Kerguélen	kerguelen	FR		0	Europe/Paris	48.26027	-4.57834				53	29	292	29022
6620545	Keranguyader	keranguyader	FR		0	Europe/Paris	48.26166	-4.56782				53	29	292	29022
6620547	Keréon	kereon	FR		0	Europe/Paris	48.23894	-4.53422				53	29	292	29042
6620548	Run Daoulin	run-daoulin	FR		0	Europe/Paris	48.22073	-4.51401				53	29	292	29042
6620549	Penfrat	penfrat	FR		0	Europe/Paris	48.22553	-4.51838				53	29	292	29042
6620550	Kermel	kermel	FR		0	Europe/Paris	48.2212	-4.50989				53	29	292	29042
6620552	Kerigou	kerigou	FR		0	Europe/Paris	48.23545	-4.50495				53	29	292	29042
6620553	Toul an Trez	toul-an-trez	FR		0	Europe/Paris	48.23502	-4.50058				53	29	292	29042
6620554	Landromiou	landromiou	FR		0	Europe/Paris	48.24094	-4.49781				53	29	292	29042
6620555	Lesquiffinec	lesquiffinec	FR		0	Europe/Paris	48.23844	-4.49094				53	29	292	29042
6620556	Kernalbet	kernalbet	FR		0	Europe/Paris	48.2419	-4.48761				53	29	292	29042
6620557	Kerbaliou	kerbaliou	FR		0	Europe/Paris	48.23454	-4.40238				53	29	292	29042
6620558	Lespiguet	lespiguet	FR		0	Europe/Paris	48.23531	-4.3953				53	29	292	29280
6620559	Mengleuff	mengleuff	FR		0	Europe/Paris	48.23765	-4.38818				53	29	292	29280
6620560	Kervoanné	kervoanne	FR		0	Europe/Paris	48.22945	-4.40635				53	29	292	29042
6620561	Poulhalec	poulhalec	FR		0	Europe/Paris	48.23135	-4.40582				53	29	292	29042
6620562	Kerglintin-Tréboul	kerglintin-treboul	FR		0	Europe/Paris	48.22966	-4.41629				53	29	292	29042
6620563	Lesquervenec	lesquervenec	FR		0	Europe/Paris	48.23346	-4.41661				53	29	292	29042
6620564	le Véniec	le-veniec	FR		0	Europe/Paris	48.23242	-4.42193				53	29	292	29042
6620565	Raguénez	raguenez	FR		0	Europe/Paris	48.23122	-4.42768				53	29	292	29042
6620566	Pen ar Ménez	pen-ar-menez	FR		0	Europe/Paris	48.25301	-4.50791				53	29	292	29042
6620567	Goandour	goandour	FR		0	Europe/Paris	48.25268	-4.51246				53	29	292	29042
6620568	Kersao	kersao	FR		0	Europe/Paris	48.26084	-4.50532				53	29	292	29042
6620569	Manoir de Goandeur	manoir-de-goandeur	FR		0	Europe/Paris	48.25554	-4.50551				53	29	292	29042
6620570	Lescoat	lescoat	FR		0	Europe/Paris	48.26053	-4.49564				53	29	292	29042
6620571	Penfont	penfont	FR		0	Europe/Paris	48.26247	-4.49088				53	29	292	29042
6620572	St.-Jean	st-jean	FR		0	Europe/Paris	48.26473	-4.49478				53	29	292	29042
6620573	Landaoudec	landaoudec	FR		0	Europe/Paris	48.2657	-4.48815				53	29	292	29042
6620574	Kervéneuré	kerveneure	FR		0	Europe/Paris	48.26784	-4.48058				53	29	292	29042
6620575	Kergalet	kergalet	FR		0	Europe/Paris	48.26781	-4.47259				53	29	292	29120
6620576	Kerzouanec	kerzouanec	FR		0	Europe/Paris	48.26678	-4.46682				53	29	292	29120
6620577	Kerhontenant	kerhontenant	FR		0	Europe/Paris	48.26524	-4.46028				53	29	292	29120
6620578	Créac'h Marec	creac-h-marec	FR		0	Europe/Paris	48.27168	-4.46457				53	29	292	29120
6620579	Kerlaboussec	kerlaboussec	FR		0	Europe/Paris	48.2763	-4.45918				53	29	292	29120
6620610	Perros	perros	FR		0	Europe/Paris	48.266	-4.53903				53	29	292	29042
6620611	Poullouguen	poullouguen	FR		0	Europe/Paris	48.26688	-4.53358				53	29	292	29042
6620612	Tréyout	treyout	FR		0	Europe/Paris	48.2684	-4.52439				53	29	292	29042
6620613	Kernaou	kernaou	FR		0	Europe/Paris	48.27083	-4.53735				53	29	292	29042
6620614	Bellevue	bellevue	FR		0	Europe/Paris	48.27257	-4.54268				53	29	292	29042
6620615	Lanvarvic	lanvarvic	FR		0	Europe/Paris	48.27308	-4.53804				53	29	292	29042
6620616	Kervéguen	kerveguen	FR		0	Europe/Paris	48.28157	-4.54594				53	29	292	29042
6620617	Lesvrez	lesvrez	FR		0	Europe/Paris	48.28214	-4.55418				53	29	292	29042
6620618	le Cosquer (Lambezen)	le-cosquer-lambezen	FR		0	Europe/Paris	48.27974	-4.55473				53	29	292	29042
6620619	Kerivoaler	kerivoaler	FR		0	Europe/Paris	48.2738	-4.54898				53	29	292	29042
6620620	Kermoal	kermoal	FR		0	Europe/Paris	48.26845	-4.55285				53	29	292	29022
6620621	le Restou	le-restou	FR		0	Europe/Paris	48.26754	-4.55546				53	29	292	29022
6620622	Kervian (etang de Kerloc'h)	kervian-etang-de-kerloc-h	FR		0	Europe/Paris	48.26634	-4.55752				53	29	292	29022
6620623	Trésigneau	tresigneau	FR		0	Europe/Paris	48.2676	-4.56396				53	29	292	29022
6620624	Rigonou	rigonou	FR		0	Europe/Paris	48.2726	-4.57272				53	29	292	29022
6620625	Penfrat (Camaret)	penfrat-camaret	FR		0	Europe/Paris	48.26917	-4.58465				53	29	292	29022
6620626	Keraudren	keraudren	FR		0	Europe/Paris	48.274	-4.58533				53	29	292	29022
6620627	Kerhos	kerhos	FR		0	Europe/Paris	48.27111	-4.59014				53	29	292	29022
6620628	Kerven	kerven	FR		0	Europe/Paris	48.26591	-4.59091				53	29	292	29022
6620629	le Cosquer (Camaret)	le-cosquer-camaret	FR		0	Europe/Paris	48.26668	-4.59374				53	29	292	29022
6620630	Kersaludu	kersaludu	FR		0	Europe/Paris	48.27183	-4.60065				53	29	292	29022
6620631	Lagatjar	lagatjar	FR		0	Europe/Paris	48.27337	-4.60473				53	29	292	29022
6620645	Pen-ar-Créac'h	pen-ar-creac-h	FR		0	Europe/Paris	48.28739	-4.55555				53	29	292	29042
6620647	Kerellot-Tremet	kerellot-tremet	FR		0	Europe/Paris	48.29346	-4.55892				53	29	292	29042
6620648	Kéraguennec	keraguennec	FR		0	Europe/Paris	48.31229	-4.56924				53	29	292	29238
6620649	Ménez ar Vel	menez-ar-vel	FR		0	Europe/Paris	48.31086	-4.56197				53	29	292	29238
6620650	Mencaer	mencaer	FR		0	Europe/Paris	48.31632	-4.56471				53	29	292	29238
6620651	Kerguinou	kerguinou	FR		0	Europe/Paris	48.31805	-4.57156				53	29	292	29238
6620652	Keravès	keraves	FR		0	Europe/Paris	48.3222	-4.57175				53	29	292	29238
6620653	Kerviniou	kerviniou	FR		0	Europe/Paris	48.32441	-4.57051				53	29	292	29238
6620654	Kermorvan	kermorvan	FR		0	Europe/Paris	48.32844	-4.55276				53	29	292	29238
6620655	Keralan	keralan	FR		0	Europe/Paris	48.32605	-4.55667				53	29	292	29238
6620656	Postermen	postermen	FR		0	Europe/Paris	48.32576	-4.54707				53	29	292	29238
6620657	Trévarguen	trevarguen	FR		0	Europe/Paris	48.32213	-4.54885				53	29	292	29238
6620659	le Disloup	le-disloup	FR		0	Europe/Paris	48.31788	-4.56036				53	29	292	29238
6620660	Keruzou	keruzou	FR		0	Europe/Paris	48.32056	-4.55276				53	29	292	29238
6620661	Trégoudan	tregoudan	FR		0	Europe/Paris	48.30211	-4.56018				53	29	292	29238
6620662	Pen-ar-Yeun	pen-ar-yeun	FR		0	Europe/Paris	48.26111	-4.59006				53	29	292	29022
6620669	Taladerc'h	taladerc-h	FR		0	Europe/Paris	48.29167	-4.51847				53	29	292	29042
6620670	le Zorn	le-zorn	FR		0	Europe/Paris	48.28856	-4.51452				53	29	292	29042
6620672	Lespilou	lespilou	FR		0	Europe/Paris	48.27428	-4.51332				53	29	292	29042
6620673	Pen an Ero	pen-an-ero	FR		0	Europe/Paris	48.28054	-4.50238				53	29	292	29042
6620674	le Poteau	le-poteau	FR		0	Europe/Paris	48.27737	-4.49354				53	29	292	29120
6620675	Sévéléder	seveleder	FR		0	Europe/Paris	48.27811	-4.48774				53	29	292	29120
6620676	Kerc'hleuniou	kerc-hleuniou	FR		0	Europe/Paris	48.2758	-4.48598				53	29	292	29120
6620677	Sévignon	sevignon	FR		0	Europe/Paris	48.27791	-4.47959				53	29	292	29120
6620678	Kervengan	kervengan	FR		0	Europe/Paris	48.27922	-4.47375				53	29	292	29120
6620679	Kerbigot	kerbigot	FR		0	Europe/Paris	48.27971	-4.46993				53	29	292	29120
6620680	Héllen	hellen	FR		0	Europe/Paris	48.28176	-4.46208				53	29	292	29120
6620699	Saint-Guirec	saint-guirec	FR		0	Europe/Paris	48.83235	-3.48619				53	22	223	22168
6620794	Ranvédan	ranvedan	FR		0	Europe/Paris	48.24665	-4.46021				53	29	292	29042
6620938	Kerabars	kerabars	FR		0	Europe/Paris	48.22281	-4.55405				53	29	292	29042
6621402	Keriolet	keriolet	FR		0	Europe/Paris	48.06064	-4.70292				53	29	294	29028
6621403	Kerninon	kerninon	FR		0	Europe/Paris	48.05829	-4.69696				53	29	294	29028
6621404	Kerhuet	kerhuet	FR		0	Europe/Paris	48.05597	-4.70335				53	29	294	29028
6621405	Kerludu	kerludu	FR		0	Europe/Paris	48.05316	-4.70541				53	29	294	29028
6621406	Kerguioc'h	kerguioc-h	FR		0	Europe/Paris	48.0521	-4.70198				53	29	294	29028
6621407	Kerléo	kerleo	FR		0	Europe/Paris	48.05531	-4.6967				53	29	294	29028
6621408	Kertanguy	kertanguy	FR		0	Europe/Paris	48.05247	-4.69738				53	29	294	29028
6621420	Pellinec	pellinec	FR		0	Europe/Paris	48.83207	-3.3001				53	22	223	22166
6621422	Placen Amic	placen-amic	FR		0	Europe/Paris	48.83215	-3.29028				53	22	223	22166
6621423	Buguéles	bugueles	FR		0	Europe/Paris	48.83817	-3.28006				53	22	223	22166
6621555	Flaine	flaine	FR		0	Europe/Paris	46.00656	6.68956				84	74	742	74014
6639958	Le Mollard	le-mollard	FR		0	Europe/Paris	45.20798	6.33396				84	73	733	73013
6640325	Les Orres Station	les-orres-station	FR		0	Europe/Paris	44.49393	6.55626	1600			93	05	052	05098
6690188	chemin Wallers	chemin-wallers	FR		0	Europe/Paris	50.39927	3.46069				32	59	596	59491
6690953	Vallandry	vallandry	FR		0	Europe/Paris	45.55527	6.76151				84	73	731	73142
6690954	Villerach	villerach	FR		0	Europe/Paris	42.59437	2.45306				76	66	663	66051
6690974	Mata-rodona	mata-rodona	FR		0	Europe/Paris	42.48827	2.80138		Mata-rodona,Mate Redune		76	66	661	66106
6690975	Sant Martí de Fenollar	sant-marti-de-fenollar	FR		0	Europe/Paris	42.50456	2.82148				76	66	661	66106
6690976	les Casotes	les-casotes	FR		0	Europe/Paris	42.39362	2.59681				76	66	661	66179
6690977	el Molí	el-moli	FR		0	Europe/Paris	42.38269	2.61435				76	66	661	66179
6690978	la Clapera	la-clapera	FR		0	Europe/Paris	42.40752	2.46931				76	66	661	66150
6690979	la Presta	la-presta	FR		0	Europe/Paris	42.4086	2.41425				76	66	661	66150
6690980	la Farga de la Presta	la-farga-de-la-presta	FR		0	Europe/Paris	42.40532	2.41049		la Farga,la Farga de la Presta		76	66	661	66150
6690981	Puigsec de Dalt	puigsec-de-dalt	FR		0	Europe/Paris	42.38178	2.6182				76	66	661	66179
6690982	Sant Martí d'Albera	sant-marti-d-albera	FR		0	Europe/Paris	42.46483	2.91071				76	66	661	66001
6690983	la Pava	la-pava	FR		0	Europe/Paris	42.52192	2.98656				76	66	661	66008
6690984	el Neret	el-neret	FR		0	Europe/Paris	42.51516	2.83518				76	66	661	66024
6690985	Sant Martí	sant-marti	FR		0	Europe/Paris	42.51535	2.82928				76	66	661	66024
6691146	Vilargell	vilargell	FR		0	Europe/Paris	42.50178	2.79282				76	66	661	66178
6691147	el Pont	el-pont	FR		0	Europe/Paris	42.49324	2.74283				76	66	661	66049
6691148	Ventafarines	ventafarines	FR		0	Europe/Paris	42.4915	2.74671				76	66	661	66049
6691150	el Pont de Reiners	el-pont-de-reiners	FR		0	Europe/Paris	42.49425	2.71603				76	66	661	66160
6691151	la Cabanassa	la-cabanassa	FR		0	Europe/Paris	42.49411	2.72487				76	66	661	66160
6691152	la farga de Reiners	la-farga-de-reiners	FR		0	Europe/Paris	42.48433	2.69738				76	66	661	66160
6691153	el Vilar de Reiners	el-vilar-de-reiners	FR		0	Europe/Paris	42.4977	2.71259				76	66	661	66160
6691154	Sant Pau	sant-pau	FR		0	Europe/Paris	42.49753	2.72723				76	66	661	66160
6691155	Alzina Rodona	alzina-rodona	FR		0	Europe/Paris	42.46675	2.65419				76	66	661	66009
6691156	Barri d'Avall	barri-d-avall	FR		0	Europe/Paris	42.45948	2.63646				76	66	661	66009
6691157	Barri d'Amunt	barri-d-amunt	FR		0	Europe/Paris	42.45506	2.62659				76	66	661	66009
6691158	la Farga	la-farga	FR		0	Europe/Paris	42.45714	2.63228				76	66	661	66009
6691159	Fontanills	fontanills	FR		0	Europe/Paris	42.43627	2.63577				76	66	661	66009
6691162	Can Partera	can-partera	FR		0	Europe/Paris	42.44107	2.599				76	66	661	66009
6691163	la Farga d'Avall	la-farga-d-avall	FR		0	Europe/Paris	42.41129	2.59599				76	66	661	66179
6691164	la Farga d'en Bosc	la-farga-d-en-bosc	FR		0	Europe/Paris	42.39681	2.59674				76	66	661	66179
6691165	la Farga de Dalt	la-farga-de-dalt	FR		0	Europe/Paris	42.37445	2.62095				76	66	661	66179
6691167	l'Abadia	l-abadia	FR		0	Europe/Paris	42.3885	2.54085				76	66	661	66194
6691168	Casa Minora	casa-minora	FR		0	Europe/Paris	42.39415	2.55151				76	66	661	66194
6691169	Galdares	galdares	FR		0	Europe/Paris	42.40872	2.56383				76	66	661	66194
6691170	el Grau	el-grau	FR		0	Europe/Paris	42.40353	2.56258				76	66	661	66194
6691171	Can Guillemó	can-guillemo	FR		0	Europe/Paris	42.38632	2.53424				76	66	661	66194
6691174	Benat	benat	FR		0	Europe/Paris	42.42976	2.5278				76	66	661	66206
6691175	Veïnat d'en Coma	veinat-d-en-coma	FR		0	Europe/Paris	42.42574	2.5125				76	66	661	66150
6691178	Veïnat d'en Galangau	veinat-d-en-galangau	FR		0	Europe/Paris	42.44951	2.59142				76	66	661	66116
6691179	Veïnat de la Misèria	veinat-de-la-miseria	FR		0	Europe/Paris	42.43043	2.55578				76	66	661	66116
6691180	Gausac	gausac	FR		0	Europe/Paris	42.50134	2.57419				76	66	661	66060
6691181	Leca	leca	FR		0	Europe/Paris	42.47419	2.54552				76	66	661	66060
6691270	la Clusa d'Amunt	la-clusa-d-amunt	FR		0	Europe/Paris	42.48493	2.83773		La Cluse Haute,la Clusa d'Amunt,la Clusa de Dalt		76	66	661	66063
6691271	la Clusa del Mig	la-clusa-del-mig	FR		0	Europe/Paris	42.48689	2.83426				76	66	661	66063
6691275	Puig del Mas	puig-del-mas	FR		0	Europe/Paris	42.47244	3.12456				76	66	661	66016
6691276	la Vila d'Amunt	la-vila-d-amunt	FR		0	Europe/Paris	42.46763	3.09413				76	66	661	66016
6691277	Mas Atxer	mas-atxer	FR		0	Europe/Paris	42.4644	3.09297				76	66	661	66016
6691279	Paulilles	paulilles	FR		0	Europe/Paris	42.50183	3.12192				76	66	661	66148
6691280	la Guinella	la-guinella	FR		0	Europe/Paris	42.49291	3.10293				76	66	661	66148
6691281	la Miranda	la-miranda	FR		0	Europe/Paris	42.52146	3.11135				76	66	661	66148
6691282	les Bateries	les-bateries	FR		0	Europe/Paris	42.52453	3.09724				76	66	661	66053
6691283	el Rimbau	el-rimbau	FR		0	Europe/Paris	42.5059	3.05547				76	66	661	66053
6691284	l'Olla	l-olla	FR		0	Europe/Paris	42.53341	3.07453				76	66	661	66008
6691287	les Escaldes	les-escaldes	FR		0	Europe/Paris	42.48737	1.95256		les Escaldes		76	66	663	66005
6691289	Bajanda	bajanda	FR		0	Europe/Paris	42.46861	2.01209				76	66	663	66072
6691291	la Part Petita	la-part-petita	FR		0	Europe/Paris	42.48607	1.96559				76	66	663	66005
6691292	Oncès	onces	FR		0	Europe/Paris	42.44743	1.96608				76	66	663	66025
6691293	Ix	ix	FR		0	Europe/Paris	42.43352	1.95445				76	66	663	66025
6691294	Prats de Balaguer	prats-de-balaguer	FR		0	Europe/Paris	42.49854	2.17147				76	66	663	66080
6691295	Sant Tomàs de Balaguer	sant-tomas-de-balaguer	FR		0	Europe/Paris	42.5042	2.16699		Sant Tomas,Sant Tomas de Balaguer,Sant Tomàs,Sant Tomàs de Balaguer		76	66	663	66080
6691727	L'Espérou	l-esperou	FR		0	Europe/Paris	44.09239	3.54693	1250			76	30	303	30339
6692255	Les Quatre Saisons	les-quatre-saisons	FR		0	Europe/Paris	44.36608	2.60101				76	12	122	12176
6692265	Les Saisies	les-saisies	FR		0	Europe/Paris	45.75722	6.53807				84	73	731	73132
6692267	Meribel Mottaret	meribel-mottaret	FR		0	Europe/Paris	45.37129	6.58266				84	73	731	73015
6692355	Les Carroz-d'Arâches	les-carroz-d-araches	FR		0	Europe/Paris	46.02665	6.64038		Les Carroz d'Araches		84	74	742	74014
6692459	Gages-le-Pont	gages-le-pont	FR		0	Europe/Paris	44.39448	2.70706				76	12	122	12157
6692555	Isola 2000	isola-2000	FR		0	Europe/Paris	44.1862	7.15785				93	06	062	06073
6692586	Arzon-Port du Crouesty	arzon-port-du-crouesty	FR		0	Europe/Paris	47.54386	-2.89558				53	56	563	56005
6692591	Filitosa	filitosa	FR		0	Europe/Paris	41.74887	8.87009				94	2A	2A4	2A284
6692594	Pramousquier	pramousquier	FR		0	Europe/Paris	43.15022	6.44181				93	83	832	83070
6692595	Les Prodains	les-prodains	FR		0	Europe/Paris	46.19011	6.7541				84	74	744	74191
6692598	Port d'Albret	port-d-albret	FR		0	Europe/Paris	43.77345	-1.39707				75	40	401	40328
6692601	Valjoly	valjoly	FR		0	Europe/Paris	49.97364	4.1206				32	02	025	02381
6692603	Arc 1950	arc-1950	FR		0	Europe/Paris	45.57275	6.82792		Les Arcs 1950		84	73	731	73054
6692614	Port Bourgenay	port-bourgenay	FR		0	Europe/Paris	46.44374	-1.67868				52	85	853	85288
6692722	Pioch Badet	pioch-badet	FR		0	Europe/Paris	43.52235	4.4023				93	13	132	13096
6693690	Jouels	jouels	FR		0	Europe/Paris	44.25258	2.32425				76	12	123	12262
6694286	Kerandraon	kerandraon	FR		0	Europe/Paris	48.44207	-5.10272				53	29	291	29155
6694287	Penn ar Ruguel	penn-ar-ruguel	FR		0	Europe/Paris	48.44651	-5.09611				53	29	291	29155
6694288	Toulallan	toulallan	FR		0	Europe/Paris	48.44825	-5.09092				53	29	291	29155
6694292	ar Ru	ar-ru	FR		0	Europe/Paris	48.44319	-5.1048				53	29	291	29155
6694293	Corz	corz	FR		0	Europe/Paris	48.45378	-5.09135				53	29	291	29155
6694294	Goubars	goubars	FR		0	Europe/Paris	48.45548	-5.09424				53	29	291	29155
6694933	Kernoaz	kernoaz	FR		0	Europe/Paris	48.46201	-5.05165				53	29	291	29155
6694934	ar Reun	ar-reun	FR		0	Europe/Paris	48.46171	-5.05777				53	29	291	29155
6694935	Paraden	paraden	FR		0	Europe/Paris	48.45986	-5.05663				53	29	291	29155
6694936	Kerlann	kerlann	FR		0	Europe/Paris	48.4571	-5.05938				53	29	291	29155
6694938	Poull Bojer	poull-bojer	FR		0	Europe/Paris	48.45687	-5.06358				53	29	291	29155
6694939	Keralloch	keralloch	FR		0	Europe/Paris	48.45906	-5.06491				53	29	291	29155
6694940	Kerber	kerber	FR		0	Europe/Paris	48.45963	-5.0662				53	29	291	29155
6694941	Kerdrall	kerdrall	FR		0	Europe/Paris	48.45935	-5.06083				53	29	291	29155
6694942	Kerlaouen	kerlaouen	FR		0	Europe/Paris	48.46228	-5.06139				53	29	291	29155
6694943	Kervasdoué	kervasdoue	FR		0	Europe/Paris	48.46123	-5.07259				53	29	291	29155
6694963	Douhady	douhady	FR		150	Europe/Paris	45.91217	3.01444				84	63	634	63092
6695047	Porsguen	porsguen	FR		0	Europe/Paris	48.45263	-5.08341				53	29	291	29155
6695048	Lann ar C'hraoc'h	lann-ar-c-hraoc-h	FR		0	Europe/Paris	48.45479	-5.08757				53	29	291	29155
6695049	Kerivarc'h	kerivarc-h	FR		0	Europe/Paris	48.45383	-5.07774				53	29	291	29155
6695050	Touldreïz	touldreiz	FR		0	Europe/Paris	48.45482	-5.07457				53	29	291	29155
6695052	ar Zourn	ar-zourn	FR		0	Europe/Paris	48.4561	-5.07483				53	29	291	29155
6695053	Kergoff	kergoff	FR		0	Europe/Paris	48.45633	-5.07015				53	29	291	29155
6695054	Kervégu	kervegu	FR		0	Europe/Paris	48.45701	-5.06659				53	29	291	29155
6695055	Merdy	merdy	FR		0	Europe/Paris	48.45952	-5.08216				53	29	291	29155
6695056	Kermeïn	kermein	FR		0	Europe/Paris	48.45764	-5.08839				53	29	291	29155
6695057	Punel	punel	FR		0	Europe/Paris	48.4571	-5.08397				53	29	291	29155
6695418	La Mongie	la-mongie	FR		0	Europe/Paris	42.91124	0.17801				76	65	652	65059
6696163	Nivoliers	nivoliers	FR		0	Europe/Paris	44.26441	3.46102				76	48	481	48074
6696164	Mas-de-Val	mas-de-val	FR		0	Europe/Paris	44.29472	3.42426				76	48	481	48141
6697074	Ploumanach	ploumanach	FR		0	Europe/Paris	48.83018	-3.48528				53	22	223	22168
6697105	Hautacam	hautacam	FR		46	Europe/Paris	42.97404	-0.00906	1560			76	65	651	65077
6697191	Cazourguettes	cazourguettes	FR		0	Europe/Paris	43.8809	2.55906				76	81	811	81167
6697595	Torcey	torcey	FR		0	Europe/Paris	48.9057	0.41868				28	27	272	27680
6697615	La Claquette	la-claquette	FR		0	Europe/Paris	48.46239	7.20325				44	67	673	67066
6698047	La Futelaie	la-futelaie	FR		0	Europe/Paris	48.92511	0.4143				28	27	272	27680
6698050	Le Bois Hébert	le-bois-hebert	FR		0	Europe/Paris	48.90594	0.41362				28	27	272	27680
6698170	La Fontonne	la-fontonne	FR		0	Europe/Paris	43.60053	7.12206	15			93	06	061	06004
6698338	La Petit Piquey	la-petit-piquey	FR		0	Europe/Paris	44.72902	-1.19734				75	33	336	33236
6698340	Carcans-Plage	carcans-plage	FR		0	Europe/Paris	45.08449	-1.18695				75	33	334	33097
6698342	Arette-Pierre-Saint-Martin	arette-pierre-saint-martin	FR		0	Europe/Paris	42.97815	-0.74222	1630	Pierre-Saint-Martin		75	64	642	64040
6930054	Le Godelot	le-godelot	FR		0	Europe/Paris	50.2303	3.74076				32	59	591	59353
6930064	Lec amp Perdu	lec-amp-perdu	FR		0	Europe/Paris	50.33116	3.85723				32	59	591	59584
6930722	Les Loges de l'Etang Neuf	les-loges-de-l-etang-neuf	FR		0	Europe/Paris	46.9758	2.78246	179			24	18	182	18095
6941104	Belloch	belloch	FR		0	Europe/Paris	42.60369	2.36324				76	66	663	66223
6942438	Raujoles	raujoles	FR		0	Europe/Paris	44.08248	3.04721				76	12	121	12084
6942504	Valéry	valery	FR		0	Europe/Paris	43.77785	1.9669				76	81	812	81043
6942525	Cap de Porc	cap-de-porc	FR		0	Europe/Paris	43.24644	2.12844				76	11	111	11049
6942530	Bélime	belime	FR		0	Europe/Paris	45.7677	3.53723				84	63	635	63125
6946550	Pranlac	pranlac	FR		0	Europe/Paris	44.63534	3.89419				84	07	071	07136
6946551	Les Fagoux	les-fagoux	FR		0	Europe/Paris	44.67531	3.85912				76	48	482	48086
6946553	Bertail	bertail	FR		0	Europe/Paris	44.62534	3.86326				76	48	482	48086
6946554	Chaniaux	chaniaux	FR		0	Europe/Paris	44.62413	3.88701				76	48	482	48086
6946555	Espradels	espradels	FR		0	Europe/Paris	44.65319	3.83464		Espradel		76	48	482	48086
6946556	Laubarnès	laubarnes	FR		0	Europe/Paris	44.65834	3.80831		Laubernes		76	48	482	48048
6946557	Lestèvenès	lestevenes	FR		0	Europe/Paris	44.68907	3.875		L'Estevenes		76	48	482	48086
6946558	Esfounès	esfounes	FR		0	Europe/Paris	44.68606	3.86985		Les Fournets		76	48	482	48086
6946559	La Maguelone	la-maguelone	FR		0	Europe/Paris	44.66469	3.87959		La Maguelanne		76	48	482	48086
6946560	Bouchâtel	bouchatel	FR		0	Europe/Paris	44.67552	3.86959				76	48	482	48086
6946561	Lembrandès	lembrandes	FR		0	Europe/Paris	44.66754	3.88918		Lembrandes		84	07	071	07047
6946562	Les Hubacs	les-hubacs	FR		0	Europe/Paris	44.63866	3.95094				84	07	071	07232
6946565	Masméjan	masmejan	FR		0	Europe/Paris	44.64	4.00621				84	07	071	07232
6946566	La Chaze	la-chaze	FR		0	Europe/Paris	44.64984	3.97758		La Chase		84	07	071	07232
6946567	Huédour	huedour	FR		0	Europe/Paris	44.64875	3.9271				84	07	071	07232
6946568	Le Ranc d'Albéspeyre	le-ranc-d-albespeyre	FR		0	Europe/Paris	44.65313	3.94577				84	07	071	07232
6946569	La Croix d'Appel	la-croix-d-appel	FR		0	Europe/Paris	44.64809	3.96885				84	07	071	07232
6946573	Le Pradel	le-pradel	FR		0	Europe/Paris	44.64028	3.99879				84	07	071	07232
6946574	Fourmarèche	fourmareche	FR		0	Europe/Paris	44.64196	3.98101				84	07	071	07232
6946636	La Violette	la-violette	FR		0	Europe/Paris	44.72177	3.83693		La Villette		76	48	482	48080
6946637	Barres	barres	FR		0	Europe/Paris	44.71292	3.82569		Barre		76	48	482	48080
6946639	Le Forestier	le-forestier	FR		0	Europe/Paris	44.71094	3.81286				76	48	482	48080
6946640	Vieux Fraisse	vieux-fraisse	FR		0	Europe/Paris	44.71015	3.79835				76	48	482	48129
6946642	Le Masellet	le-masellet	FR		0	Europe/Paris	44.7164	3.80208				76	48	482	48080
6946643	Matrone	matrone	FR		0	Europe/Paris	44.71448	3.79724				76	48	482	48129
6946790	Fonfrède	fonfrede	FR		0	Europe/Paris	44.70795	3.75376				76	48	482	48041
6946953	Le Mas Richard	le-mas-richard	FR		0	Europe/Paris	44.71233	3.85299		Le Marichard		76	48	482	48080
6946954	Brugeyrolles	brugeyrolles	FR		0	Europe/Paris	44.70568	3.85992	980			76	48	482	48080
6946955	Chabaliou	chabaliou	FR		0	Europe/Paris	44.69983	3.86433	988	Les Chavailloux		76	48	482	48080
6946956	La Maison Neuve	la-maison-neuve	FR		0	Europe/Paris	44.68785	3.86781				76	48	482	48086
6946957	La Vigière	la-vigiere	FR		0	Europe/Paris	44.68753	3.8798		La Vigiere		84	07	071	07047
6947124	La Verune Haute	la-verune-haute	FR		0	Europe/Paris	44.62958	3.89505				84	07	071	07136
6947125	La Verune Basse	la-verune-basse	FR		0	Europe/Paris	44.63409	3.8948				84	07	071	07136
6947179	Le Mas de Luc	le-mas-de-luc	FR		0	Europe/Paris	44.64751	3.89132				76	48	482	48086
6947188	Labrot	labrot	FR		0	Europe/Paris	44.64747	3.90062		Labro		84	07	071	07232
6947189	Lou Mouli	lou-mouli	FR		0	Europe/Paris	44.67594	3.87043				76	48	482	48086
6947190	La Vilatelle	la-vilatelle	FR		0	Europe/Paris	44.67589	3.88132		La Villatele		84	07	071	07047
6947196	Les Lombards	les-lombards	FR		0	Europe/Paris	44.72361	3.85146		Le Lombard		76	48	482	48080
6947198	Le Nirgoult	le-nirgoult	FR		0	Europe/Paris	44.73326	3.86667		Le Nirgoul		76	48	482	48080
6947201	Le Mas d'Armand	le-mas-d-armand	FR		0	Europe/Paris	44.7293	3.82803				76	48	482	48080
6947217	Malevielle	malevielle	FR		0	Europe/Paris	44.71878	3.87862		Mallesvalles		84	07	071	07142
6947218	L'Hermet Chabalier	l-hermet-chabalier	FR		0	Europe/Paris	44.71346	3.89182				84	07	071	07142
6947219	Le Villaret	le-villaret	FR		0	Europe/Paris	44.71234	3.90463				84	07	071	07206
6947220	Faugère	faugere	FR		0	Europe/Paris	44.7153	3.89967		Faugere		84	07	071	07142
6947221	Le Couderc	le-couderc	FR		0	Europe/Paris	44.70676	3.91049		Le Coudere,Le Coudert		84	07	071	07206
6947222	Espezonne	espezonne	FR		0	Europe/Paris	44.73143	3.91294		Espezone		84	07	071	07206
6947223	Mas Vendran	mas-vendran	FR		0	Europe/Paris	44.73303	3.92738				84	07	071	07206
6947227	La Veysseyre	la-veysseyre	FR		0	Europe/Paris	44.70358	3.89483				84	07	071	07142
6947230	Arnier	arnier	FR		0	Europe/Paris	44.69603	3.89698		Argnier		84	07	071	07047
6947232	Chazeneuve	chazeneuve	FR		0	Europe/Paris	44.69004	3.91969				84	07	071	07206
6947235	La Vaysseire	la-vaysseire	FR		0	Europe/Paris	44.68329	3.92575		La Veysseyre		84	07	071	07206
6947239	Le Doulay	le-doulay	FR		0	Europe/Paris	44.66754	3.94173		Douloy		84	07	071	07232
6947242	Combelles	combelles	FR		0	Europe/Paris	44.68316	3.89336				84	07	071	07047
6947246	Sigal	sigal	FR		0	Europe/Paris	44.68164	3.89551				84	07	071	07047
6947412	Les Choisinets	les-choisinets	FR		0	Europe/Paris	44.67755	3.84279		Les Choisines,Les Choisinès		76	48	482	48150
6947416	Les Huttes	les-huttes	FR		0	Europe/Paris	44.67088	3.82316		Les Utes		76	48	482	48150
6947426	Grosfau	grosfau	FR		0	Europe/Paris	44.63597	3.77177				76	48	482	48045
6947498	Rogleton	rogleton	FR		0	Europe/Paris	44.61392	3.9004		Regloton,Rogleton et les Traverses		84	07	071	07136
6947506	Le Pal de la Felgère	le-pal-de-la-felgere	FR		0	Europe/Paris	44.60718	3.94551		La Felgere,La Felgère,Le Pal de la Felgere		84	07	071	07262
6949572	Les Coches	les-coches	FR		0	Europe/Paris	45.5535	6.7247				84	73	731	73150
6950969	Tremblay-les-Gonesse	tremblay-les-gonesse	FR		0	Europe/Paris	48.9833	2.55				11	93	932	93073
6950975	Amberieux d'Azergues	amberieux-d-azergues	FR		0	Europe/Paris	45.9167	4.73333				84	69	692	69122
6951037	Rugy	rugy	FR		0	Europe/Paris	49.206	6.214				44	57	579	57028
6955317	Caselle	caselle	FR		0	Europe/Paris	42.26671	9.27398				94	2B	2B3	2B105
6956033	Le Garcin	le-garcin	FR		0	Europe/Paris	45.03689	6.09425				84	38	381	38253
6956424	Marlieu	marlieu	FR		0	Europe/Paris	45.86309	5.7089				84	01	011	01415
6956425	Ameyzieu	ameyzieu	FR		0	Europe/Paris	45.87163	5.71122				84	01	011	01415
6956506	Les Côtes Bernard	les-cotes-bernard	FR		0	Europe/Paris	45.06584	5.63344				84	38	381	38436
6956507	Montjuly	montjuly	FR		0	Europe/Paris	46.18356	5.33083				84	01	012	01072
6956508	Mont July	mont-july	FR		0	Europe/Paris	46.18355	5.33085				84	01	012	01072
7116441	Barbothan Les Thermes	barbothan-les-thermes	FR		0	Europe/Paris	43.95078	-0.0427				76	32	322	32096
7116442	Montchavin	montchavin	FR		0	Europe/Paris	45.55938	6.73265				84	73	731	73150
7116443	Vieille Aure	vieille-aure	FR		0	Europe/Paris	42.8294	0.32701				76	65	652	65465
7289500	Cappiciolo	cappiciolo	FR		0	Europe/Paris	41.69634	8.87197				94	2A	2A4	2A189
7290029	Vabrette	vabrette	FR		0	Europe/Paris	44.09295	2.78289				76	12	121	12017
7290081	La Grand Patais	la-grand-patais	FR		0	Europe/Paris	47.37342	-1.46959				52	44	445	44179
7290153	La Lauzade	la-lauzade	FR		0	Europe/Paris	43.36119	6.29418				93	83	833	83073
7290468	Drouzin le Mont	drouzin-le-mont	FR		0	Europe/Paris	46.28634	6.64748				84	74	744	74034
7290719	Marcellara	marcellara	FR		0	Europe/Paris	41.42403	9.19839				94	2A	2A4	2A041
7293304	Pechboutier	pechboutier	FR		0	Europe/Paris	44.90157	1.04125				75	24	244	24396
7302293	Broves en Seillans	broves-en-seillans	FR		0	Europe/Paris	43.5867	6.64274				93	83	831	83124
7302382	Hautpoul	hautpoul	FR		0	Europe/Paris	43.46968	2.39124				76	81	812	81163
7303403	Astouin	astouin	FR		0	Europe/Paris	43.53259	4.37101	2			93	13	132	13096
7303621	Vizzavona	vizzavona	FR		137	Europe/Paris	42.12793	9.13393		Vizavona,Визавона		94	2B	2B3	2B354
7304349	Anchay	anchay	FR		0	Europe/Paris	46.33211	5.57178				27	39	392	39137
7522247	Laugimone	laugimone	FR		0	Europe/Paris	46.7799	3.78994				27	58	581	58195
7522248	La Soucrie	la-soucrie	FR		0	Europe/Paris	43.94976	2.01007				76	81	811	81112
7535767	Taconnaz	taconnaz	FR		0	Europe/Paris	45.89622	6.8256				84	74	742	74143
7579949	Arc 1600	arc-1600	FR		0	Europe/Paris	45.59479	6.79255	1600	Les Arcs 1600		84	73	731	73054
7580019	Arc 1800	arc-1800	FR		0	Europe/Paris	45.57755	6.78165	1800	Les Arcs 1800		84	73	731	73054
7580148	Arc 2000	arc-2000	FR		0	Europe/Paris	45.57308	6.83354	2000	Les Arcs 2000		84	73	731	73054
7580410	La Féclaz	la-feclaz	FR		0	Europe/Paris	45.64471	5.9833		Feclaz,Féclaz		84	73	732	73098
7580803	Guzet Neige	guzet-neige	FR		0	Europe/Paris	42.77965	1.301				76	09	093	09322
7626479	Penne-du-Tarn	penne-du-tarn	FR		0	Europe/Paris	44.05647	1.76481				76	81	811	81206
7626609	Le Somail	le-somail	FR		0	Europe/Paris	43.265	2.90806				76	11	113	11360
7626654	Jailleux	jailleux	FR		0	Europe/Paris	45.8722	5.04427		01906,Jailleux		84	01	012	01262
7626684	Corgenon	corgenon	FR		0	Europe/Paris	46.19706	5.15877		Corgenon		84	01	012	01065
7626748	Les Echets	les-echets	FR		0	Europe/Paris	45.87005	4.91346				84	01	012	01249
7626819	Mosloy	mosloy	FR		0	Europe/Paris	49.17606	3.15861				32	02	024	02307
7627003	La Colle Saint-Michel	la-colle-saint-michel	FR		0	Europe/Paris	44.04765	6.59424	1435			93	04	042	04219
7627006	Les Bons-Enfants	les-bons-enfants	FR		0	Europe/Paris	44.15573	5.9509				93	04	044	04145
7627007	La Foux d'Allos	la-foux-d-allos	FR		0	Europe/Paris	44.29056	6.57028				93	04	042	04006
7627060	Orcières-Merlette	orcieres-merlette	FR		0	Europe/Paris	44.69776	6.32016	1840			93	05	052	05096
7627061	Superdévoluy	superdevoluy	FR		0	Europe/Paris	44.67586	5.92833				93	05	052	05139
7627141	Carnolès	carnoles	FR		0	Europe/Paris	43.76293	7.48229				93	06	062	06104
7627214	Le Boréon	le-boreon	FR		0	Europe/Paris	44.1143	7.28509				93	06	062	06127
7627217	Miramar	miramar	FR		0	Europe/Paris	43.48849	6.93546				93	06	061	06138
7627277	Saint-Martin-l'Inférieur	saint-martin-l-inferieur	FR		0	Europe/Paris	44.62682	4.67391				84	07	072	07270
7627451	Pouilly-le-Châtel	pouilly-le-chatel	FR		0	Europe/Paris	46.00365	4.66724				84	69	692	69074
7628240	Forest	forest	FR		0	Europe/Paris	49.63606	4.193				44	08	082	08413
7628241	Hiraumont	hiraumont	FR		0	Europe/Paris	49.93028	4.54336				44	08	081	08367
7628242	Hongréau	hongreau	FR		0	Europe/Paris	49.91394	4.53023				44	08	081	08367
7628248	Margy	margy	FR		0	Europe/Paris	49.61972	4.4771				44	08	082	08472
7628254	Provizy	provizy	FR		0	Europe/Paris	49.5879	4.42011				44	08	082	08329
7628261	Chaudion	chaudion	FR		0	Europe/Paris	49.58367	4.19678				44	08	082	08380
7628386	La Gruerie	la-gruerie	FR		0	Europe/Paris	49.95154	4.34539				44	08	081	08420
7628402	Librecy	librecy	FR		0	Europe/Paris	49.71188	4.41067				44	08	081	08419
7628403	Flohimont	flohimont	FR		0	Europe/Paris	50.11246	4.85385				44	08	081	08183
7628407	Phade	phade	FR		0	Europe/Paris	49.88216	4.76536				44	08	081	08302
7628409	La Petite Commune	la-petite-commune	FR		0	Europe/Paris	49.90825	4.7055				44	08	081	08363
7628410	Nohan	nohan	FR		0	Europe/Paris	49.88595	4.82111				44	08	081	08448
7644833	Le Trein d'Ustou	le-trein-d-ustou	FR		0	Europe/Paris	42.80944	1.25828				76	09	093	09322
7644834	Audinac-Les-Bains	audinac-les-bains	FR		0	Europe/Paris	43.01312	1.17674				76	09	093	09209
7644845	Prat-Communal	prat-communal	FR		0	Europe/Paris	42.88508	1.49551				76	09	091	09280
7645152	Grèzes-Herminis	grezes-herminis	FR		0	Europe/Paris	43.22157	2.28627				76	11	111	11069
7645154	Montlegun	montlegun	FR		0	Europe/Paris	43.20155	2.39566				76	11	111	11069
7645155	Maquens	maquens	FR		0	Europe/Paris	43.19714	2.31816				76	11	111	11069
7645156	Villalbe	villalbe	FR		0	Europe/Paris	43.18784	2.30679				76	11	111	11069
7645158	Riouville	riouville	FR		0	Europe/Paris	48.72381	6.55558				44	54	542	54023
7645419	La Batie	la-batie	FR		0	Europe/Paris	45.23761	4.2475				84	43	433	43224
7645496	Gruissan-Plage	gruissan-plage	FR		0	Europe/Paris	43.09732	3.10986				76	11	113	11170
7645511	Cabanes de Fitou	cabanes-de-fitou	FR		0	Europe/Paris	42.89483	2.99515				76	11	113	11144
7645555	Ampiac	ampiac	FR		0	Europe/Paris	44.34506	2.49261				76	12	122	12090
7645949	Banhars	banhars	FR		0	Europe/Paris	44.67122	2.57926				76	12	122	12048
7645951	Nuces	nuces	FR		0	Europe/Paris	44.44187	2.44274				76	12	122	12288
7646350	Ceignac	ceignac	FR		0	Europe/Paris	44.27305	2.52291				76	12	123	12043
7646361	La Primaube	la-primaube	FR		0	Europe/Paris	44.29265	2.55964				76	12	122	12133
7646365	Gages	gages	FR		0	Europe/Paris	44.39982	2.69955				76	12	122	12157
7646367	Callelongue	callelongue	FR		0	Europe/Paris	43.21331	5.35502				93	13	133	13055
7646370	La Batarelle	la-batarelle	FR		0	Europe/Paris	43.35199	5.41514				93	13	133	13055
7646372	Saint-Mitre	saint-mitre	FR		8134	Europe/Paris	43.3464	5.42274				93	13	133	13055
7646564	La Duranne	la-duranne	FR		0	Europe/Paris	43.48089	5.36566				93	13	131	13001
7646582	Le Charrel	le-charrel	FR		0	Europe/Paris	43.28483	5.54732		Charrel		93	13	133	13005
7646764	Croix-Sainte	croix-sainte	FR		0	Europe/Paris	43.41097	5.0214		Croix Sainte		93	13	134	13056
7646768	Paluds-de-Noves	paluds-de-noves	FR		0	Europe/Paris	43.8331	4.90282		Les Paluds-de-Noves,Palud de Noves		93	13	132	13066
7646779	la Bégude	la-begude	FR		0	Europe/Paris	43.45202	5.54908				93	13	131	13040
7646780	La Barque	la-barque	FR		0	Europe/Paris	43.47827	5.53827				93	13	131	13040
7646796	Biéville-sur-Orne	bieville-sur-orne	FR		0	Europe/Paris	49.23441	-0.32813				28	14	142	14068
7669102	Biéville-en-Auge	bieville-en-auge	FR		0	Europe/Paris	49.12624	-0.03897				28	14	143	14527
7669105	Le Molay	le-molay	FR		0	Europe/Paris	49.25346	-0.88629				28	14	141	14370
7669107	Beaufour	beaufour	FR		0	Europe/Paris	49.21381	0.02528				28	14	143	14231
7669416	St-Louis-la-Chaussée	st-louis-la-chaussee	FR		0	Europe/Paris	47.6142	7.53822				44	68	684	68297
7729944	Lantin	lantin	FR		0	Europe/Paris	45.6914	-0.11488				75	16	162	16387
7729950	Roumazières	roumazieres	FR		0	Europe/Paris	45.87627	0.5815				75	16	163	16192
7778976	Blajoux	blajoux	FR		0	Europe/Paris	44.33748	3.48275				76	48	481	48146
7778977	Bravonne	bravonne	FR		0	Europe/Paris	42.20888	9.53485				94	2B	2B3	2B143
7874695	Le Breuil Coiffaud	le-breuil-coiffaud	FR		0	Europe/Paris	46.10609	0.02472				75	79	792	79140
7910600	Isolella	isolella	FR		0	Europe/Paris	41.84655	8.76348	3			94	2A	2A1	2A228
7911313	Ker Chalon	ker-chalon	FR		0	Europe/Paris	46.71829	-2.3412				52	85	853	85113
7932487	Nantbellet	nantbellet	FR		0	Europe/Paris	45.77761	6.32658				84	74	741	74234
8015345	Pauliac	pauliac	FR		0	Europe/Paris	45.32031	0.41791				75	24	243	24090
8015556	Vieux Lyon	vieux-lyon	FR		0	Europe/Paris	45.75911	4.82613				84	69	691	69123
8029795	Les Mathieux	les-mathieux	FR		0	Europe/Paris	44.41999	1.41234				76	46	461	46137
8051058	Le Plessis-le-Comte	le-plessis-le-comte	FR		0	Europe/Paris	48.64386	2.37421		Le Plessis-aux-Biches,Le Plessis-le-Comte-Raoul		11	91	912	91235
8063714	Ti Gwenn	ti-gwenn	FR		0	Europe/Paris	48.16924	-4.2787				53	29	292	29172
8128727	Ancien Montfaucon	ancien-montfaucon	FR		0	Europe/Paris	49.27313	5.1412				44	55	553	55346
8259953	Chastre	chastre	FR		0	Europe/Paris	45.24471	3.00364				84	15	153	15001
8259954	Coulongé-sur-Charente	coulonge-sur-charente	FR		0	Europe/Paris	45.85462	-0.68447				75	17	175	17397
8259960	Pianotolli-Caldarello	pianotolli-caldarello	FR		0	Europe/Paris	41.49174	9.0554				94	2A	2A4	2A215
8260068	Arcier	arcier	FR		0	Europe/Paris	47.27125	6.12192				27	25	251	25575
8260069	Boismurie	boismurie	FR		0	Europe/Paris	47.2026	5.82198				27	25	251	25527
8260070	Le Boulois	le-boulois	FR		0	Europe/Paris	47.20702	6.86864				27	25	252	25127
8260071	Chazoy	chazoy	FR		0	Europe/Paris	47.26707	5.78758				27	25	251	25101
8260072	Coulans-sur-Lizon	coulans-sur-lizon	FR		0	Europe/Paris	47.02625	6.02264				27	25	251	25223
8260073	Granges-de-Vienney	granges-de-vienney	FR		0	Europe/Paris	47.19638	6.22448				27	25	251	25417
8260074	Granges-Maillot	granges-maillot	FR		0	Europe/Paris	46.98716	6.13702				27	25	253	25334
8260075	Maisières-Notre-Dame	maisieres-notre-dame	FR		0	Europe/Paris	47.10916	6.09853				27	25	251	25537
8260076	Valentin	valentin	FR		0	Europe/Paris	47.27509	5.99914				27	25	251	25212
8260077	Villedieu-le-Camp	villedieu-le-camp	FR		0	Europe/Paris	47.18767	6.39177				27	25	253	25601
8260078	Séez-Mesnil	seez-mesnil	FR		0	Europe/Paris	48.91824	0.92714				28	27	273	27424
8260132	Artiguedieu	artiguedieu	FR		0	Europe/Paris	43.4963	0.54588				76	32	323	32426
8260150	Grand-Châtel	grand-chatel	FR		0	Europe/Paris	46.38696	5.72813				27	39	393	39561
8260152	Moutaine	moutaine	FR		0	Europe/Paris	46.8964	5.89374				27	39	391	39436
8260163	Sièges	sieges	FR		0	Europe/Paris	46.32029	5.7004				27	39	393	39579
8260242	La Pommardière	la-pommardiere	FR		0	Europe/Paris	47.20619	0.22213				24	37	371	37072
8260243	Saint-Just-sur-Loire	saint-just-sur-loire	FR		0	Europe/Paris	45.50325	4.25991				84	42	421	42279
8260250	Vissac	vissac	FR		0	Europe/Paris	45.10433	3.59952				84	43	431	43013
8260251	Sainte-Marie-des-Chazes	sainte-marie-des-chazes	FR		0	Europe/Paris	45.05453	3.60023				84	43	431	43239
8260294	Parilly	parilly	FR		0	Europe/Paris	47.14283	0.23282				24	37	371	37072
8260296	le Pressoire	le-pressoire	FR		0	Europe/Paris	47.14863	0.24809				24	37	371	37072
8260300	Vaugaudry	vaugaudry	FR		0	Europe/Paris	47.14682	0.21622				24	37	371	37072
8260325	Charmontois-l'Abbé	charmontois-l-abbe	FR		0	Europe/Paris	48.9697	5.00655				44	51	511	51132
8260326	Morains	morains	FR		0	Europe/Paris	48.81253	3.99229				44	51	512	51158
8260327	Moronvilliers	moronvilliers	FR		0	Europe/Paris	49.23593	4.31385				44	51	513	51440
8260329	Chamarandes	chamarandes	FR		0	Europe/Paris	48.0923	5.15542				44	52	521	52125
8260330	Roches-sur-Rognon	roches-sur-rognon	FR		0	Europe/Paris	48.30078	5.25842				44	52	523	52044
8260331	Courberie	courberie	FR		0	Europe/Paris	48.42188	-0.48563				52	53	533	53127
8260332	Mont-Villers	mont-villers	FR		0	Europe/Paris	49.095	5.56912				44	55	553	55060
8260355	Vallières-lès-Metz	vallieres-les-metz	FR		0	Europe/Paris	49.12708	6.2167				44	57	579	57463
8260618	Richebourg-Saint-Vaast	richebourg-saint-vaast	FR		0	Europe/Paris	50.57871	2.73813				32	62	622	62706
8260619	Arrayou	arrayou	FR		0	Europe/Paris	43.10241	0.04761				76	65	651	65247
8260620	Wangenbourg	wangenbourg	FR		0	Europe/Paris	48.62247	7.30938				44	67	673	67122
8260621	Bourtzwiller	bourtzwiller	FR		0	Europe/Paris	47.77152	7.33149				44	68	684	68224
8260622	Fouvent-le-Bas	fouvent-le-bas	FR		0	Europe/Paris	47.65296	5.66963				27	70	702	70247
8260623	Frettes	frettes	FR		0	Europe/Paris	47.67851	5.56526				27	70	702	70122
8260665	Saint-André-Val-de-Fier	saint-andre-val-de-fier	FR		0	Europe/Paris	45.93032	5.89558				84	74	741	74289
8260666	Grégy-sur-Yerre	gregy-sur-yerre	FR		0	Europe/Paris	48.66693	2.62136				11	77	772	77175
8260667	Moutils	moutils	FR		0	Europe/Paris	48.76595	3.37199				11	77	773	77093
8260668	Vieux-Maisons	vieux-maisons	FR		0	Europe/Paris	48.73072	3.34117				11	77	773	77421
8260669	Estrées-en-Chaussée	estrees-en-chaussee	FR		0	Europe/Paris	49.8781	3.03772				32	80	804	80557
8260670	Fieffes	fieffes	FR		0	Europe/Paris	50.0784	2.22808				32	80	802	80566
8260671	Saint-Pierre-à-Gouy	saint-pierre-a-gouy	FR		0	Europe/Paris	49.95343	2.12156				32	80	802	80229
8261077	Saint-Mars-des-Prés	saint-mars-des-pres	FR		0	Europe/Paris	46.68213	-0.99971				52	85	852	85051
8261078	Granges-de-Plombières	granges-de-plombieres	FR		0	Europe/Paris	47.96717	6.44125				44	88	881	88351
8261079	Eschêne-Autrage	eschene-autrage	FR		0	Europe/Paris	47.58611	6.95984				27	90	901	90082
8261080	Congerville	congerville	FR		0	Europe/Paris	48.38724	1.98874				11	91	911	91613
8261468	Alpe du Grand-Serre	alpe-du-grand-serre	FR		0	Europe/Paris	45.02313	5.86215				84	38	381	38264
8269878	Le Corbier	le-corbier	FR		250	Europe/Paris	45.23933	6.27113		le Korb'e,ле Корбье		84	73	733	73318
8270166	Le Semnoz	le-semnoz	FR		0	Europe/Paris	45.80771	6.10192				84	74	741	74310
8270766	Prapoutel	prapoutel	FR		0	Europe/Paris	45.25598	5.99304				84	38	381	38002
8271297	Les Karellis	les-karellis	FR		0	Europe/Paris	45.22818	6.40627				84	73	733	73173
8283851	Praloup	praloup	FR		0	Europe/Paris	44.37013	6.60313		Pra-Loup		93	04	041	04226
8299345	Les Outards	les-outards	FR		0	Europe/Paris	45.72203	6.57929	900			84	73	731	73034
8299347	Les villes	les-villes	FR		0	Europe/Paris	45.71592	6.59418				84	73	731	73034
8299351	Les Sauces	les-sauces	FR		0	Europe/Paris	45.69611	6.65784				84	73	731	73034
8299352	Meraillet	meraillet	FR		0	Europe/Paris	45.69503	6.63415				84	73	731	73034
8299353	Beaubois	beaubois	FR		0	Europe/Paris	45.70171	6.61712				84	73	731	73034
8299354	Treicol	treicol	FR		0	Europe/Paris	45.66058	6.63557				84	73	731	73034
8260328	Neuvillette	neuvillette	FR	02390	0	Europe/Paris	49.28875	4.01224				44	51	513	51454
8299515	Quartier du Moulin	quartier-du-moulin	FR		0	Europe/Paris	45.03631	4.67785				84	07	073	07040
8299626	Pech d'Andressac	pech-d-andressac	FR		0	Europe/Paris	44.474	1.83828				76	46	462	46045
8354549	La Ribière	la-ribiere	FR		0	Europe/Paris	46.21001	1.81566				75	23	232	23245
8354550	Les Moulins	les-moulins	FR		0	Europe/Paris	46.20764	1.84648				75	23	232	23245
8354551	Noyen	noyen	FR		0	Europe/Paris	46.21589	1.82879				75	23	232	23245
8354552	Cherpelat	cherpelat	FR		0	Europe/Paris	46.21987	1.81918				75	23	232	23245
8354553	Frémont	fremont	FR		0	Europe/Paris	46.22611	1.84253				75	23	232	23245
8354554	Cherchory	cherchory	FR		0	Europe/Paris	46.22248	1.83841				75	23	232	23245
8354556	Clavière	claviere	FR		0	Europe/Paris	46.20775	1.86287				75	23	232	23245
8354557	Clavière Station	claviere-station	FR		0	Europe/Paris	46.20924	1.85291				75	23	232	23245
8354559	Sous-Faye	sous-faye	FR		0	Europe/Paris	46.22195	1.82407				75	23	232	23245
8354560	Le Colombier	le-colombier	FR		0	Europe/Paris	46.19195	1.8554				75	23	232	23245
8354561	Chamilloux	chamilloux	FR		0	Europe/Paris	46.18821	1.8354				75	23	232	23245
8354562	La Villatte	la-villatte	FR		0	Europe/Paris	46.1866	1.85085				75	23	232	23245
8354564	Glane	glane	FR		0	Europe/Paris	46.20021	1.85729				75	23	232	23245
8354565	Montlevade	montlevade	FR		0	Europe/Paris	46.18999	1.8227				75	23	232	23245
8354566	Pissaloux	pissaloux	FR		0	Europe/Paris	46.22183	1.86424				75	23	232	23245
8354584	Cap Coz	cap-coz	FR		0	Europe/Paris	47.88894	-3.98068				53	29	294	29058
8354585	Mousterlin	mousterlin	FR		0	Europe/Paris	47.84695	-4.03994				53	29	294	29058
8354593	Bourdessoulle	bourdessoulle	FR		0	Europe/Paris	46.19272	1.86553				75	23	232	23096
8378698	Le Praz de Lys	le-praz-de-lys	FR		0	Europe/Paris	46.14276	6.58708				84	74	742	74276
8379044	Courbassil	courbassil	FR		0	Europe/Paris	42.49438	1.85008				76	66	663	66146
8393986	Sengern	sengern	FR		0	Europe/Paris	47.94099	7.12184				44	68	686	68178
8393992	Vautredeix	vautredeix	FR		0	Europe/Paris	46.24932	2.20902				75	23	231	23243
8411057	Langlérial	langlerial	FR		0	Europe/Paris	45.91288	2.88095				84	63	634	63085
8411058	La Sicaudais	la-sicaudais	FR		0	Europe/Paris	47.18715	-1.94724				52	44	443	44005
8426001	Haillancourt	haillancourt	FR		0	Europe/Paris	49.24876	2.03367				32	60	601	60570
8426488	Piau Engaly	piau-engaly	FR		0	Europe/Paris	42.78545	0.15904	1860			76	65	652	65017
8426489	Les Sept Laux le Pleynet	les-sept-laux-le-pleynet	FR		0	Europe/Paris	45.27327	6.05715	1450			84	38	381	38163
8435707	Marliannes	marliannes	FR		0	Europe/Paris	46.1136	1.52637				75	23	232	23192
8435708	La Prade	la-prade	FR		10	Europe/Paris	46.10206	1.51575	330			75	23	232	23192
8449362	Le Raineau	le-raineau	FR		0	Europe/Paris	47.16229	0.23957				24	37	371	37072
8449364	Saint-Louand	saint-louand	FR		0	Europe/Paris	47.17256	0.21563				24	37	371	37072
8449365	Pontille	pontille	FR		0	Europe/Paris	47.17168	0.18875				24	37	371	37076
8449366	Brisepaille	brisepaille	FR		0	Europe/Paris	46.91041	1.33012				24	36	362	36194
8449368	Pont-de-clan	pont-de-clan	FR		0	Europe/Paris	47.18047	0.13872				24	37	371	37220
8449430	le Croulay	le-croulay	FR		0	Europe/Paris	47.17648	0.38918				24	37	371	37178
8449432	Gravot	gravot	FR		0	Europe/Paris	47.31877	0.18313				24	37	371	37031
8449457	Le Port Huault	le-port-huault	FR		0	Europe/Paris	47.27559	0.41405		Port-Huault		24	37	372	37014
8449459	Narçay	narcay	FR		0	Europe/Paris	47.1628	0.31296		Narsay		24	37	371	37089
8449474	Varillette	varillette	FR		0	Europe/Paris	45.02909	3.14801				84	15	153	15188
8449584	Vieux Marché	vieux-marche	FR		0	Europe/Paris	47.16768	0.23283				24	37	371	37072
8449600	Les Quinquenets	les-quinquenets	FR		0	Europe/Paris	47.1725	0.23385		Quinquenais		24	37	371	37072
8449612	Faubourg Saint-Jacques	faubourg-saint-jacques	FR		0	Europe/Paris	47.16216	0.2387				24	37	371	37072
8449654	L'Arceau Galeau	l-arceau-galeau	FR		0	Europe/Paris	47.15987	0.25241				24	37	371	37072
8449806	Vaurousset	vaurousset	FR		0	Europe/Paris	46.03958	2.16804				75	23	231	23220
8449808	Muratet	muratet	FR		0	Europe/Paris	46.02899	2.18319				75	23	231	23220
8449809	Le Saillant	le-saillant	FR		0	Europe/Paris	46.02772	2.17757				75	23	231	23220
8449810	Le Monteil Rébillon	le-monteil-rebillon	FR		0	Europe/Paris	46.02896	2.19157				75	23	231	23220
8449813	Mazeaubouvier	mazeaubouvier	FR		0	Europe/Paris	46.01047	2.16411				75	23	231	23220
8449814	Pallier	pallier	FR		0	Europe/Paris	46.01959	2.15982				75	23	231	23220
8449815	Perpirolles	perpirolles	FR		0	Europe/Paris	46.02703	2.15609				75	23	231	23220
8449817	Le Nouhaut	le-nouhaut	FR		0	Europe/Paris	46.02614	2.16051				75	23	231	23220
8449819	Chadiéras	chadieras	FR		0	Europe/Paris	46.02319	2.17041				75	23	231	23220
8449823	Courbarioux	courbarioux	FR		0	Europe/Paris	46.03638	2.12177				75	23	231	23220
8449824	Les Chambons Hauts	les-chambons-hauts	FR		0	Europe/Paris	46.04255	2.11278				75	23	232	23214
8449826	La Seillade	la-seillade	FR		0	Europe/Paris	46.02084	2.19741				75	23	231	23220
8449879	la Besse	la-besse	FR		0	Europe/Paris	44.82568	2.95172	1008			84	15	153	15078
8468829	L'Angennerie	l-angennerie	FR		0	Europe/Paris	47.47173	0.7042		Lengenrie		24	37	372	37054
8468893	Le Port Guyet	le-port-guyet	FR		0	Europe/Paris	47.28045	0.11716				24	37	371	37228
8504417	La Defense	la-defense	FR		20000	Europe/Paris	48.89198	2.23881		La Defense,La Défense,Lja Defans,Paris La Defense,Ля Дефанс		11	92	922	92062
8504696	Faubourg Saint-Marcel	faubourg-saint-marcel	FR		0	Europe/Paris	48.83518	2.35195		Faubourg Saint-Marceau		11	75	751	75056
8505025	Quartier Saint-Victor	quartier-saint-victor	FR		0	Europe/Paris	48.84726	2.35502				11	75	751	75056
8520916	Le Vivier-en-Brie	le-vivier-en-brie	FR		0	Europe/Paris	48.68614	2.84882				11	77	773	77192
8521432	Les Coudreaux	les-coudreaux	FR		0	Europe/Paris	47.1977	0.21608				24	37	371	37022
8521433	Les bourdes	les-bourdes	FR		0	Europe/Paris	47.14822	0.30221				24	37	371	37089
8521457	Arrestier, Monceaux-sur-Dordogne	arrestier-monceaux-sur-dordogne	FR		0	Europe/Paris	45.0895	1.87992				75	19	192	19140
8521458	Bros, Monceaux-sur-Dordogne	bros-monceaux-sur-dordogne	FR		0	Europe/Paris	45.06574	1.89693				75	19	192	19140
8521459	La Bouygue, Monceaux-sur-Dordogne	la-bouygue-monceaux-sur-dordogne	FR		0	Europe/Paris	45.07835	1.90634				75	19	192	19140
8521460	La Chassagne, Monceaux-sur-Dordogne	la-chassagne-monceaux-sur-dordogne	FR		0	Europe/Paris	45.09846	1.88286				75	19	192	19140
8521461	La Jonchère, Monceaux-sur-Dordogne	la-jonchere-monceaux-sur-dordogne	FR		0	Europe/Paris	45.05162	1.8744				75	19	192	19140
8521462	Le Chambon, Monceaux-sur-Dordogne	le-chambon-monceaux-sur-dordogne	FR		0	Europe/Paris	45.07709	1.92987				75	19	192	19140
8521463	Le Chassang, Monceaux-sur-Dordogne	le-chassang-monceaux-sur-dordogne	FR		0	Europe/Paris	45.0829	1.90269				75	19	192	19140
8521464	Le Claux, Monceaux-sur-Dordogne	le-claux-monceaux-sur-dordogne	FR		0	Europe/Paris	45.09277	1.87463				75	19	192	19140
8521465	Le Four, Monceaux-sur-Dordogne	le-four-monceaux-sur-dordogne	FR		0	Europe/Paris	45.06735	1.86715				75	19	192	19140
8521466	La Ramière, Monceaux-sur-Dordogne	la-ramiere-monceaux-sur-dordogne	FR		0	Europe/Paris	45.05267	1.87641				75	19	192	19140
8521467	Le Moulin de Vaurette, Monceaux-sur-Dordogne	le-moulin-de-vaurette-monceaux-sur-dordogne	FR		0	Europe/Paris	45.04691	1.88169				75	19	192	19140
8521468	Le Mons, Monceaux-sur-Dordogne	le-mons-monceaux-sur-dordogne	FR		0	Europe/Paris	45.07347	1.86523				75	19	192	19140
8521469	Moustoulat, Monceaux-sur-Dordogne	moustoulat-monceaux-sur-dordogne	FR		0	Europe/Paris	45.06846	1.85994				75	19	192	19140
8521470	Saulières, Monceaux-sur-Dordogne	saulieres-monceaux-sur-dordogne	FR		0	Europe/Paris	45.053	1.90649				75	19	192	19140
8521475	La Veyssière, Altillac	la-veyssiere-altillac	FR		0	Europe/Paris	44.98544	1.86285				75	19	191	19007
8521476	Basteyroux, Argentat	basteyroux-argentat	FR		0	Europe/Paris	45.08285	1.94496				75	19	192	19010
8521477	Doustret, Argentat	doustret-argentat	FR		0	Europe/Paris	45.10627	1.95784				75	19	192	19010
8521478	Le Bastier, Argentat	le-bastier-argentat	FR		0	Europe/Paris	45.08888	1.94239				75	19	192	19010
8521480	Les Vignes Hausses, Argentat	les-vignes-hausses-argentat	FR		0	Europe/Paris	45.12824	1.94033				75	19	192	19010
8521481	Rioubazes, Argentat	rioubazes-argentat	FR		0	Europe/Paris	45.12401	1.94312				75	19	192	19010
8521482	Bechefage, Forgès	bechefage-forges	FR		0	Europe/Paris	45.15995	1.87371				75	19	192	19084
8521484	Charlannes, Hautefage	charlannes-hautefage	FR		0	Europe/Paris	45.10376	1.97489				75	19	192	19091
8521485	Graffeuille, Hautefage	graffeuille-hautefage	FR		0	Europe/Paris	45.11272	1.96884				75	19	192	19091
8521486	Labroue, Hautefage	labroue-hautefage	FR		0	Europe/Paris	45.08838	1.97654				75	19	192	19091
8521487	Ouix, Hautefage	ouix-hautefage	FR		0	Europe/Paris	45.09125	1.96895				75	19	192	19091
8521488	Les Taules, Hautefage	les-taules-hautefage	FR		0	Europe/Paris	45.06937	1.97713				75	19	192	19091
8521489	Valeins, Hautefage	valeins-hautefage	FR		0	Europe/Paris	45.08969	1.98216				75	19	192	19091
8521490	Combalier, La Chapelle-Saint-Géraud	combalier-la-chapelle-saint-geraud	FR		0	Europe/Paris	45.03931	1.9335				75	19	192	19045
8521491	La Grange, La Chapelle-Saint-Géraud	la-grange-la-chapelle-saint-geraud	FR		0	Europe/Paris	45.06679	1.95895				75	19	192	19045
8521492	Pouzol, Saint-Bazile-de-la-Roche	pouzol-saint-bazile-de-la-roche	FR		0	Europe/Paris	45.14143	1.9456				75	19	192	19010
8521493	La Grèze, Saint-Bonnet-Elvert	la-greze-saint-bonnet-elvert	FR		0	Europe/Paris	45.15238	1.92331				75	19	192	19186
8521494	La Genèvrière, Saint-Chamant	la-genevriere-saint-chamant	FR		0	Europe/Paris	45.11746	1.89637				75	19	192	19192
8521495	Le Cros, Saint-Geniez-Ô-Merle	le-cros-saint-geniez-o-merle	FR		0	Europe/Paris	45.07982	2.06107				75	19	192	19205
8521496	Gimazane, Saint-Martial-Entraygues	gimazane-saint-martial-entraygues	FR		0	Europe/Paris	45.13454	1.976				75	19	192	19221
8521497	La Force, Saint-Martial-Entraygues	la-force-saint-martial-entraygues	FR		0	Europe/Paris	45.13356	1.97278				75	19	192	19221
8521498	Le Peuch, Saint-Martial-Entraygues	le-peuch-saint-martial-entraygues	FR		0	Europe/Paris	45.12273	1.97679				75	19	192	19221
8521499	Le Leyrich, Saint-Martial-Entraygues	le-leyrich-saint-martial-entraygues	FR		0	Europe/Paris	45.13864	1.96141				75	19	192	19221
8521500	Teilhet, Saint-Martial-Entraygues	teilhet-saint-martial-entraygues	FR		0	Europe/Paris	45.1236	1.96536				75	19	192	19221
8521501	La Coste, Tudeils	la-coste-tudeils	FR		0	Europe/Paris	45.05622	1.78635				75	19	191	19271
8531753	Plateau des Capucins	plateau-des-capucins	FR		0	Europe/Paris	48.39039	-4.50085				53	29	291	29019
8531754	Valy Hir	valy-hir	FR		0	Europe/Paris	48.38632	-4.52416				53	29	291	29019
8531755	Bellevue - La Madeleine	bellevue-la-madeleine	FR		0	Europe/Paris	48.62613	-1.99428	30			53	35	354	35288
8531756	Intra Muros	intra-muros	FR		0	Europe/Paris	48.64845	-2.02573	24			53	35	354	35288
8531757	Les Corbières	les-corbieres	FR		0	Europe/Paris	48.6322	-2.01689	30			53	35	354	35288
8531758	La Flourie	la-flourie	FR		0	Europe/Paris	48.61946	-2.00694	44			53	35	354	35288
8531759	Le Rosais	le-rosais	FR		0	Europe/Paris	48.62596	-2.01217	24			53	35	354	35288
8531760	La Cité	la-cite	FR		0	Europe/Paris	48.63583	-2.02625	18			53	35	354	35288
8531761	La Découverte	la-decouverte	FR		0	Europe/Paris	48.63813	-1.9932	5			53	35	354	35288
8531762	La Hulotais	la-hulotais	FR		0	Europe/Paris	48.63331	-1.98822	22			53	35	354	35288
8531764	Les Bas Sablons	les-bas-sablons	FR		0	Europe/Paris	48.63807	-2.01895	16			53	35	354	35288
8531765	Rocabey	rocabey	FR		0	Europe/Paris	48.65126	-2.00543	7			53	35	354	35288
8531766	Gare	gare	FR		0	Europe/Paris	48.64679	-2.00468	8			53	35	354	35288
8531767	Moka	moka	FR		0	Europe/Paris	48.64958	-2.00297	8			53	35	354	35288
8531768	Le Petit Paramé	le-petit-parame	FR		0	Europe/Paris	48.64876	-1.97484	24			53	35	354	35288
8531769	Le Pont Robert	le-pont-robert	FR		0	Europe/Paris	48.65174	-1.96411	24			53	35	354	35288
8531770	La Massuère	la-massuere	FR		0	Europe/Paris	48.64879	-1.94754	39			53	35	354	35299
8531771	La Gatinais	la-gatinais	FR		0	Europe/Paris	48.67268	-1.95994	27			53	35	354	35263
8531773	Le Minihic	le-minihic	FR		0	Europe/Paris	48.67864	-1.97951	16			53	35	354	35288
8531774	La Mare	la-mare	FR		0	Europe/Paris	48.68073	-1.9769	17			53	35	354	35288
8531775	Le Gué	le-gue	FR		0	Europe/Paris	48.65928	-1.95565	29			53	35	354	35288
8531776	La Buzardière	la-buzardiere	FR		0	Europe/Paris	48.64204	-1.96363	30			53	35	354	35288
8531777	Le Mottais	le-mottais	FR		0	Europe/Paris	48.62996	-1.97604	21			53	35	354	35288
8531778	Le Sillon	le-sillon	FR		0	Europe/Paris	48.65321	-2.0123	4			53	35	354	35288
8531779	Courtoisville	courtoisville	FR		0	Europe/Paris	48.65418	-1.99659	5			53	35	354	35288
8531812	Cantemerle	cantemerle	FR		0	Europe/Paris	43.93239	2.34584				76	81	811	81010
8556222	Questel	questel	FR		0	Europe/Paris	48.39951	-4.53435	45			53	29	291	29019
8556231	Kerhallet	kerhallet	FR		0	Europe/Paris	48.40414	-4.51577	35			53	29	291	29019
8556232	Bellevue	bellevue	FR		0	Europe/Paris	48.40508	-4.50967	43			53	29	291	29019
8581469	La Croix de Bauzon	la-croix-de-bauzon	FR		0	Europe/Paris	44.62939	4.09069				84	07	071	07315
8617410	La Buchere	la-buchere	FR		0	Europe/Paris	50.08997	4.72652				44	08	081	08226
8617701	Le Briat	le-briat	FR		0	Europe/Paris	45.39206	4.68241				84	42	423	42191
8617702	Brossin	brossin	FR		0	Europe/Paris	45.38624	4.68541				84	42	423	42018
8629109	Cité de Carcassonne	cite-de-carcassonne	FR		0	Europe/Paris	43.20658	2.36415				76	11	111	11069
8629893	Gaudeix	gaudeix	FR		0	Europe/Paris	46.05733	1.49283				75	87	872	87181
8630260	Castérino	casterino	FR		0	Europe/Paris	44.09773	7.50808	1543			93	06	062	06163
8630262	Le Suquet	le-suquet	FR		0	Europe/Paris	43.94229	7.28284	340	Le Suquet-d'Utelle,Le Suquet-de-Lantosque		93	06	062	06074
8630263	Pélasque	pelasque	FR		0	Europe/Paris	43.95532	7.27974	652			93	06	062	06074
8630265	Chabanon	chabanon	FR		0	Europe/Paris	44.34715	6.2956	1612			93	04	043	04203
8643077	Valfrejus	valfrejus	FR		0	Europe/Paris	45.17382	6.65275				84	73	733	73157
8643138	Freudeneck	freudeneck	FR		0	Europe/Paris	48.62718	7.33282				44	67	673	67122
8659287	Kerbrat	kerbrat	FR		0	Europe/Paris	48.33631	-4.73348				53	29	291	29190
8714250	Amphion-les-Bains	amphion-les-bains	FR		0	Europe/Paris	46.39679	6.52931				84	74	744	74218
8714327	Louvarel	louvarel	FR		0	Europe/Paris	46.49609	5.32571				27	71	714	71079
8714348	Salles-de-Cadouin	salles-de-cadouin	FR		0	Europe/Paris	44.77369	0.86075				75	24	241	24068
8990062	Mazeyrac	mazeyrac	FR		0	Europe/Paris	44.86395	3.29212				76	48	482	48177
8990063	Civeyrac	civeyrac	FR		0	Europe/Paris	44.82853	3.2992				76	48	482	48177
9034775	Doucy-Combelouvière	doucy-combelouviere	FR		0	Europe/Paris	45.49901	6.45506				84	73	731	73187
9034777	Val Louron	val-louron	FR		0	Europe/Paris	42.79168	0.38916				76	65	652	65195
9034795	Menthières	menthieres	FR		0	Europe/Paris	46.17646	5.8481				84	01	013	01104
9034796	Le Bettex	le-bettex	FR		0	Europe/Paris	45.87411	6.68836		Saint-Gervais-Le-Bettex		84	74	742	74236
9072626	Upper Reduit	upper-reduit	FR		0	Europe/Paris	47.84189	5.15433		Le Reduit,Le Réduit		44	52	522	52431
9072709	Châteaufarine	chateaufarine	FR		0	Europe/Paris	47.21645	5.9509				27	25	251	25056
9072710	Capvern-les-Bains	capvern-les-bains	FR		0	Europe/Paris	43.12063	0.30839				76	65	652	65127
9165764	Pont de Crau	pont-de-crau	FR		0	Europe/Paris	43.66287	4.65056				93	13	132	13004
9171524	Héliopolis	heliopolis	FR		0	Europe/Paris	43.02068	6.44095				93	83	832	83069
9180316	Fonatine-Chaalis	fonatine-chaalis	FR		0	Europe/Paris	49.16341	2.63844				32	60	604	60241
9203800	Jouy le Comte	jouy-le-comte	FR		0	Europe/Paris	49.12762	2.20688				11	95	953	95480
9257445	Casamozza di Fium'Orbu	casamozza-di-fium-orbu	FR		0	Europe/Paris	41.98655	9.40063				94	2B	2B3	2B251
9257709	Allemogne	allemogne	FR		0	Europe/Paris	46.24469	5.9839				84	01	013	01419
9302465	St. Victor	st-victor	FR		0	Europe/Paris	44.05139	2.83275				76	12	121	12251
9534990	Pont-d'Hérault	pont-d-herault	FR		0	Europe/Paris	43.99581	3.67772				76	30	303	30325
9609483	Saint-Giniez	saint-giniez	FR		13606	Europe/Paris	43.26946	5.38566				93	13	133	13055
9609484	La Page	la-page	FR		2509	Europe/Paris	43.26627	5.37377				93	13	133	13055
9609486	Marseille Endoume	marseille-endoume	FR		5012	Europe/Paris	43.2832	5.35159				93	13	133	13055
9609487	Marseille Saint-Victor	marseille-saint-victor	FR		6926	Europe/Paris	43.28955	5.36845				93	13	133	13055
9609488	Marseille Bompard	marseille-bompard	FR		4220	Europe/Paris	43.2812	5.36081				93	13	133	13055
9609489	Marseille Roucas-Blanc	marseille-roucas-blanc	FR		3707	Europe/Paris	43.27652	5.36519				93	13	133	13055
9609490	Marseille Vauban	marseille-vauban	FR		9789	Europe/Paris	43.28408	5.3754				93	13	133	13055
9609491	Marseille Prefecture	marseille-prefecture	FR		3642	Europe/Paris	43.29092	5.37901				93	13	133	13055
9645388	Cité St Elie	cite-st-elie	FR		0	Europe/Paris	50.49072	2.80915				32	62	627	62464
9843557	Paris 07 Ancien - Quartier Sainte-Avoye	paris-07-ancien-quartier-sainte-avoye	FR		0	Europe/Paris	48.86062	2.35335		Reunion,Réunion,Section de Beaubourg,Section de la Reunion,Section de la Réunion		11	75	751	75056
9843558	Paris 07 Ancien - Quartier Mont-de-Piété	paris-07-ancien-quartier-mont-de-piete	FR		0	Europe/Paris	48.85983	2.35655		L'Homme-Arme,L'Homme-Armé,Section de l'Homme-Arme,Section de l'Homme-Armé,Section des Enfants-Rouges,Section du Marais		11	75	751	75056
9843559	Paris 07 Ancien - Quartier Arcis	paris-07-ancien-quartier-arcis	FR		0	Europe/Paris	48.85869	2.3517				11	75	751	75056
9843560	Paris 07 Ancien - Quartier Marché-Saint-Jean	paris-07-ancien-quartier-marche-saint-jean	FR		0	Europe/Paris	48.85754	2.35682		Section des Droits-de-l'Homme,Section du Roi de Sicile		11	75	751	75056
9843561	Paris 09 Ancien - Quartier Cité	paris-09-ancien-quartier-cite	FR		0	Europe/Paris	48.85372	2.34996		Section de Notre-Dame,Section de la Cite,Section de la Cité		11	75	751	75056
9843562	Paris 09 Ancien - Quartier Île-Saint-Louis	paris-09-ancien-quartier-ile-saint-louis	FR		0	Europe/Paris	48.85179	2.35674		Fraternite,Fraternité,Section de l'Ile-Saint-Louis,Section de l'Île-Saint-Louis,Section de la Fraternite,Section de la Fraternité		11	75	751	75056
9843563	Paris 09 Ancien - Quartier Hôtel-de-Ville	paris-09-ancien-quartier-hotel-de-ville	FR		0	Europe/Paris	48.85581	2.35496		Fidelite,Fidélité,Section de l'Hotel de Ville,Section de l'Hôtel de Ville,Section de la Fidelite,Section de la Fidélité,Section de la Maison-Commune		11	75	751	75056
9843564	Paris 09 Ancien - Quartier Arsenal	paris-09-ancien-quartier-arsenal	FR		0	Europe/Paris	48.85305	2.36296				11	75	751	75056
9843566	Paris 08 Ancien - Quartier Marais	paris-08-ancien-quartier-marais	FR		0	Europe/Paris	48.85924	2.36309		Section de l'Indivisibilite,Section de l'Indivisibilité,Section de la Place-Royale,Section des Federes,Section des Fédérés		11	75	751	75056
9843568	Paris 08 Ancien - Quartier Popincourt	paris-08-ancien-quartier-popincourt	FR		0	Europe/Paris	48.85878	2.38335				11	75	751	75056
9843569	Paris 08 Ancien - Quartier Faubourg-Saint-Antoine	paris-08-ancien-quartier-faubourg-saint-antoine	FR		0	Europe/Paris	48.85207	2.38412		Section de Montreuil,Section de la Rue de Montreuil		11	75	751	75056
9843570	Paris 08 Ancien - Quartier Quinze-Vingts	paris-08-ancien-quartier-quinze-vingts	FR		0	Europe/Paris	48.84451	2.38543				11	75	751	75056
9843572	Paris 12 Ancien - Quartier Saint-Marcel	paris-12-ancien-quartier-saint-marcel	FR		0	Europe/Paris	48.8371	2.357		Finistere,Finistère,Section des Gobelins,Section du Finistere,Section du Finistère		11	75	751	75056
9843573	Paris 12 Ancien - Quartier Observatoire	paris-12-ancien-quartier-observatoire	FR		0	Europe/Paris	48.83913	2.34386				11	75	751	75056
9843574	Paris 12 Ancien - Quartier Jardins-du-Roi	paris-12-ancien-quartier-jardins-du-roi	FR		0	Europe/Paris	48.84647	2.35275		Jardin des Plantes,Jardin du Roi,Section des Sans-Culottes		11	75	751	75056
9843577	Paris 12 Ancien - Quartier Saint-Jacques	paris-12-ancien-quartier-saint-jacques	FR		0	Europe/Paris	48.85026	2.34674		Sainte-Genevieve,Sainte-Geneviève,Section de Sainte-Genevieve,Section de Sainte-Geneviève,Section du Pantheon-Francais,Section du Panthéon-Français		11	75	751	75056
9843579	Paris 11 Ancien - Quartier Sorbonne	paris-11-ancien-quartier-sorbonne	FR		0	Europe/Paris	48.85085	2.34416		Section de Beaurepaire,Section de Chalier,Section des Thermes-de-Julien,Thermes-de-Julien		11	75	751	75056
9843580	Paris 11 Ancien - Quartier École-de-Médecine	paris-11-ancien-quartier-ecole-de-medecine	FR		0	Europe/Paris	48.85321	2.34082		Section de Marat,Section de Marseille,Section de Marseille et Marat,Section du Theatre-Francais,Section du Théâtre-Français,Theatre-Francais,Théâtre-Français		11	75	751	75056
9843581	Paris 11 Ancien - Quartier Palais-de-Justice	paris-11-ancien-quartier-palais-de-justice	FR		0	Europe/Paris	48.85565	2.34391		Pont-Neuf,Section Revolutionnaire,Section Révolutionnaire,Section d'Henri IV		11	75	751	75056
9843583	Paris 11 Ancien - Quartier Luxembourg	paris-11-ancien-quartier-luxembourg	FR		0	Europe/Paris	48.84752	2.33193		Section Mutius-Scaevola,Section du Luxembourg		11	75	751	75056
9843585	Paris 10 Ancien - Quartier Monnaie	paris-10-ancien-quartier-monnaie	FR		0	Europe/Paris	48.85595	2.33466		Section de l'Unite,Section de l'Unité,Section des Quatre-Nations		11	75	751	75056
9843587	Paris 10 Ancien - Quartier Faubourg-Saint-Germain	paris-10-ancien-quartier-faubourg-saint-germain	FR		0	Europe/Paris	48.85816	2.32571		Fontaine-de-Grenelle,Section de la Fontaine-de-Grenelle		11	75	751	75056
9843588	Paris 10 Ancien - Quartier Saint-Thomas-d'Aquin	paris-10-ancien-quartier-saint-thomas-d-aquin	FR		0	Europe/Paris	48.85286	2.32		Ouest,Section de l'Ouest,Section du Bonnet-Rouge		11	75	751	75056
9843589	Paris 10 Ancien - Quartier Invalides	paris-10-ancien-quartier-invalides	FR		0	Europe/Paris	48.85711	2.30391		Section des Invalides		11	75	751	75056
9843592	Paris 04 Ancien - Quartier Louvre	paris-04-ancien-quartier-louvre	FR		0	Europe/Paris	48.86061	2.33758				11	75	751	75056
9843593	Paris 04 Ancien - Quartier Saint-Honoré	paris-04-ancien-quartier-saint-honore	FR		0	Europe/Paris	48.86116	2.34191		Section de l'Oratoire,Section des Gardes-Francaises,Section des Gardes-Françaises		11	75	751	75056
9843594	Paris 04 Ancien - Quartier Banque	paris-04-ancien-quartier-banque	FR		0	Europe/Paris	48.86264	2.34174		Halle-au-Ble,Halle-au-Blé,Section de la Halle-aux-Bles,Section de la Halle-aux-Blés		11	75	751	75056
9843595	Paris 04 Ancien - Quartier Marchés	paris-04-ancien-quartier-marches	FR		0	Europe/Paris	48.86229	2.34792		Section des Halles,Section du Marche des Innocents,Section du Marché des Innocents		11	75	751	75056
11002920	Plagne Bellecote	plagne-bellecote	FR		0	Europe/Paris	45.51372	6.69722		Plagne Bellecote,Plagne Bellecôte		84	73	731	73150
9843597	Paris 03 Ancien - Quartier Saint-Eustache	paris-03-ancien-quartier-saint-eustache	FR		0	Europe/Paris	48.86353	2.34556		Contrat-Social,Section des Postes		11	75	751	75056
9843598	Paris 03 Ancien - Quartier Mail	paris-03-ancien-quartier-mail	FR		0	Europe/Paris	48.86614	2.34309		Section Guillaume-Tell,Section de la Place de Louis XIV,Section du Mail		11	75	751	75056
9843599	Paris 03 Ancien - Quartier Montmartre	paris-03-ancien-quartier-montmartre	FR		0	Europe/Paris	48.86882	2.34565		Brutus,Section Moliere et Lafontaine,Section Molière et Lafontaine,Section de Brutus,Section de la Fontaine-Montmorency		11	75	751	75056
9843601	Paris 03 Ancien - Quartier Faubourg-Poissonnière	paris-03-ancien-quartier-faubourg-poissonniere	FR		0	Europe/Paris	48.87605	2.3515		Section de la rue Poissonniere,Section de la rue Poissonnière,Section du Faubourg-Poissonniere,Section du Faubourg-Poissonnière		11	75	751	75056
9843603	Paris 06 Ancien - Quartier Lombards	paris-06-ancien-quartier-lombards	FR		0	Europe/Paris	48.86048	2.35045		Section des Lombards		11	75	751	75056
9843604	Paris 06 Ancien - Quartier Porte-Saint-Denis	paris-06-ancien-quartier-porte-saint-denis	FR		0	Europe/Paris	48.86626	2.35325		Amis-de-la-Patrie,Section des Amis-de-la-Patrie,Section du Ponceau		11	75	751	75056
9843605	Paris 06 Ancien - Quartier Saint-Martin-des-Champs	paris-06-ancien-quartier-saint-martin-des-champs	FR		0	Europe/Paris	48.86704	2.35711		Gravilliers,Section des Gravilliers		11	75	751	75056
9843607	Paris 06 Ancien - Quartier Temple	paris-06-ancien-quartier-temple	FR		0	Europe/Paris	48.8686	2.37283				11	75	751	75056
9843609	Paris 05 Ancien - Quartier Bon-Conseil	paris-05-ancien-quartier-bon-conseil	FR		0	Europe/Paris	48.86527	2.34865		Montorgueil,Section de Mauconseil		11	75	751	75056
9843610	Paris 05 Ancien - Quartier Bonne-Nouvelle	paris-05-ancien-quartier-bonne-nouvelle	FR		0	Europe/Paris	48.86859	2.3498				11	75	751	75056
9843884	Paris 05 Ancien - Quartier Faubourg-Saint-Denis	paris-05-ancien-quartier-faubourg-saint-denis	FR		0	Europe/Paris	48.8762	2.35852		Faubourg-du-Nord,Section du Faubourg-Saint-Denis		11	75	751	75056
9844025	Paris 05 Ancien - Quartier Porte-Saint-Martin	paris-05-ancien-quartier-porte-saint-martin	FR		0	Europe/Paris	48.87541	2.36687		Bondy		11	75	751	75056
9844135	Paris 05 Ancien	paris-05-ancien	FR		0	Europe/Paris	48.86901	2.35157				11	75	751	75056
9844560	Paris 02 Ancien - Quartier Faubourg-Montmartre	paris-02-ancien-quartier-faubourg-montmartre	FR		0	Europe/Paris	48.87948	2.345		Section du Faubourg-Mont-Marat		11	75	751	75056
9844659	Paris 02 Ancien - Quartier Chaussée-d'Antin	paris-02-ancien-quartier-chaussee-d-antin	FR		0	Europe/Paris	48.87615	2.33646		Mont-Blanc,Section de Mirabeau,Section de la Grange-Bateliere,Section de la Grange-Batelière,Section du Mont-Blanc		11	75	751	75056
9844797	Paris 02 Ancien - Quartier Feydeau	paris-02-ancien-quartier-feydeau	FR		0	Europe/Paris	48.86918	2.33852		Lepeletier,Section Lepeletier,Section Quatre-Vingt-Douze,Section de la Bibliotheque,Section de la Bibliothèque		11	75	751	75056
9844889	Paris 02 Ancien - Quartier Palais-Royal	paris-02-ancien-quartier-palais-royal	FR		0	Europe/Paris	48.86586	2.33423		Butte des Moulins,Section de la Butte des Moulins,Section de la Montagne		11	75	751	75056
9844893	Paris 01 Ancien - Quartier Tuileries	paris-01-ancien-quartier-tuileries	FR		0	Europe/Paris	48.86423	2.32696				11	75	751	75056
9844894	Paris 01 Ancien - Quartier Place-Vendôme	paris-01-ancien-quartier-place-vendome	FR		0	Europe/Paris	48.87083	2.32728		Place Vendome,Place Vendôme,Section de la Place Vendome,Section de la Place Vendôme,Section des Piques		11	75	751	75056
9844895	Paris 01 Ancien - Quartier Champs-Élysées	paris-01-ancien-quartier-champs-elysees	FR		0	Europe/Paris	48.86894	2.30282				11	75	751	75056
9844896	Paris 01 Ancien - Quartier Roule	paris-01-ancien-quartier-roule	FR		0	Europe/Paris	48.87705	2.31116		Section de la Republique,Section de la République		11	75	751	75056
9855474	Pont Erambourg	pont-erambourg	FR		0	Europe/Paris	48.85015	-0.51786				28	61	612	61447
9862919	Sérignan-Plage	serignan-plage	FR		0	Europe/Paris	43.26736	3.33272				76	34	341	34299
9863790	Domaine du Marin Palm	domaine-du-marin-palm	FR		0	Europe/Paris	43.48405	3.79851				76	34	343	34333
9883841	Biblenhof	biblenhof	FR		0	Europe/Paris	48.57718	7.47514				44	67	673	67473
9883843	Le Markstein	le-markstein	FR		0	Europe/Paris	47.92599	7.02926				44	68	686	68247
9883844	La Colmiane	la-colmiane	FR		0	Europe/Paris	44.07099	7.22286				93	06	062	06153
9883845	Mongiron	mongiron	FR		0	Europe/Paris	44.84651	-0.29132				75	33	335	33303
9883846	Port Manec'h	port-manec-h	FR		0	Europe/Paris	47.80047	-3.74329				53	29	294	29153
9883847	Le Teulet	le-teulet	FR		0	Europe/Paris	44.99609	2.13309				75	19	192	19086
9883848	Villeneuve sur Tarn	villeneuve-sur-tarn	FR		0	Europe/Paris	43.9436	2.46732				76	81	811	81077
9972529	Luchon/Moustajon	luchon-moustajon	FR		0	Europe/Paris	42.81011	0.59781				76	31	312	31394
10118186	Landrellec	landrellec	FR		0	Europe/Paris	48.81438	-3.54004				53	22	223	22198
10171151	Cap de l'Esterel	cap-de-l-esterel	FR		0	Europe/Paris	43.03045	6.15638				93	83	832	83069
10173851	Burdeaux Le Lac	burdeaux-le-lac	FR		0	Europe/Paris	44.89	-0.56674				75	33	332	33063
10176245	Roissy CDG	roissy-cdg	FR		0	Europe/Paris	48.99825	2.51523				11	95	952	95527
10176302	Les Chauvets	les-chauvets	FR		0	Europe/Paris	43.84016	6.32375				93	04	042	04144
10176306	Le Seuil	le-seuil	FR		0	Europe/Paris	44.02242	6.50506		Troins		93	04	042	04173
10227186	Ax 3 Domaines	ax-3-domaines	FR		0	Europe/Paris	42.70001	1.8127		Ax-3 Domaines,Ax-3 domaines		76	09	091	09032
10227187	Pyrenees 2000	pyrenees-2000	FR		0	Europe/Paris	42.52092	2.06161				76	66	663	66020
10238048	Super Besse	super-besse	FR		0	Europe/Paris	45.50788	2.86215				84	63	633	63038
10247103	Les Teuillères	les-teuilleres	FR		0	Europe/Paris	44.8343	2.04072				76	46	462	46311
10400179	Guérande/Sandun	guerande-sandun	FR		0	Europe/Paris	47.34532	-2.34803				52	44	443	44069
10400320	Aret	aret	FR		0	Europe/Paris	42.89449	1.05005				76	09	093	09017
10629381	Centre Technique Municipal	centre-technique-municipal	FR		0	Europe/Paris	46.25557	6.02896				84	01	013	01354
10942954	Les Petits Courbons	les-petits-courbons	FR		0	Europe/Paris	48.73343	3.21567				11	77	771	77113
11048617	La pètorie	la-petorie	FR		0	Europe/Paris	47.30644	-1.42623	73			52	44	442	44026
11125963	Baillon	baillon	FR		0	Europe/Paris	49.14772	2.39991				11	95	952	95026
11153779	Lardanva	lardanva	FR		0	Europe/Paris	48.24505	-4.33913				53	29	292	29280
11184385	Lavaud	lavaud	FR		0	Europe/Paris	46.00246	1.01692				75	87	871	87045
11189086	Montignac/Thonac	montignac-thonac	FR		0	Europe/Paris	45.04606	1.13039				75	24	244	24291
11204472	Biranques	biranques	FR		0	Europe/Paris	43.80982	3.77346				76	34	342	34185
11237577	OZ-Station	oz-station	FR		250	Europe/Paris	45.13053	6.07282	1310			84	38	381	38289
11237971	Les Favres	les-favres	FR		0	Europe/Paris	45.61599	5.99712				84	73	732	73098
11258330	Minelli	minelli	FR		0	Europe/Paris	42.71309	9.45477				94	2B	2B2	2B353
11258331	Gradiccia	gradiccia	FR		0	Europe/Paris	42.69852	9.43734				94	2B	2B2	2B033
11280475	Lagoy	lagoy	FR		0	Europe/Paris	43.78865	4.83134				93	13	132	13100
11351939	Les Cent Arpents	les-cent-arpents	FR		0	Europe/Paris	48.823	1.91797				11	78	782	78550
11351940	Le Clos	le-clos	FR		0	Europe/Paris	48.81958	1.93033				11	78	784	78490
11351941	Les Maisons Des Bois	les-maisons-des-bois	FR		0	Europe/Paris	48.81656	1.93737				11	78	784	78490
11351964	Porte de passy	porte-de-passy	FR		0	Europe/Paris	48.85727	2.26477				11	75	751	75056
11377003	Petit Monthairon	petit-monthairon	FR		0	Europe/Paris	49.06169	5.40854				44	55	553	55347
11377012	Fargny	fargny	FR		0	Europe/Paris	49.96781	2.80398				32	80	804	80231
11428901	Sarrat de Petit	sarrat-de-petit	FR		0	Europe/Paris	42.88879	1.40646	950			76	09	093	09182
11429052	La Lanterne	la-lanterne	FR		0	Europe/Paris	49.00025	4.43815				44	51	511	51231
11468236	Le Poingt Ravier	le-poingt-ravier	FR		0	Europe/Paris	45.16891	6.42029	1644			84	73	733	73306
11525017	Le Charat	le-charat	FR		0	Europe/Paris	45.38344	5.65495				84	38	381	38383
11525019	La Rossetière	la-rossetiere	FR		0	Europe/Paris	45.39254	5.65109				84	38	381	38362
11525020	Les Vials	les-vials	FR		0	Europe/Paris	45.40345	5.65066				84	38	381	38362
11525022	Le Grand Vivier	le-grand-vivier	FR		0	Europe/Paris	45.41237	5.64775				84	38	381	38362
11525023	Ture	ture	FR		0	Europe/Paris	45.41249	5.67152				84	38	381	38362
11525057	Le Chaboud	le-chaboud	FR		0	Europe/Paris	45.43653	5.72182				84	38	381	38236
11525058	Les Millioz	les-millioz	FR		0	Europe/Paris	45.43415	5.75975				84	38	381	38376
11525059	Montcelet	montcelet	FR		0	Europe/Paris	45.42999	5.75727				84	38	381	38155
11548436	Le Grépon	le-grepon	FR		0	Europe/Paris	45.42632	5.73705				84	38	381	38155
11548437	Aiguenoire	aiguenoire	FR		0	Europe/Paris	45.41044	5.75847				84	38	381	38155
11548438	Le Mas d'Aiguenoire	le-mas-d-aiguenoire	FR		0	Europe/Paris	45.40502	5.75795				84	38	381	38155
11548439	Les Bourdoires	les-bourdoires	FR		0	Europe/Paris	45.39851	5.7543				84	38	381	38412
11548440	Le Révol	le-revol	FR		0	Europe/Paris	45.39559	5.74109				84	38	381	38412
11548441	Les Martins	les-martins	FR		0	Europe/Paris	45.39158	5.74499				84	38	381	38412
11548442	Le Cotterg	le-cotterg	FR		0	Europe/Paris	45.38636	5.72628				84	38	381	38412
11548443	Fourvoirie	fourvoirie	FR		0	Europe/Paris	45.37859	5.74774				84	38	381	38412
11548449	Les Reys	les-reys	FR		0	Europe/Paris	45.38875	5.84455				84	38	381	38446
11548450	Les Vassaux	les-vassaux	FR		0	Europe/Paris	45.3882	5.85292				84	38	381	38446
11548451	Les Cloîtres	les-cloitres	FR		0	Europe/Paris	45.38371	5.85421				84	38	381	38446
11548452	Les Arragons	les-arragons	FR		0	Europe/Paris	45.38227	5.84374				84	38	381	38446
11548470	Le Grand Village	le-grand-village	FR		0	Europe/Paris	45.40921	5.8043				84	38	381	38376
11548471	La Ruchère	la-ruchere	FR		0	Europe/Paris	45.41113	5.80323				84	38	381	38376
11548474	Le Château	le-chateau	FR		0	Europe/Paris	45.4133	5.83765				84	38	381	38446
11548476	Préversin	preversin	FR		0	Europe/Paris	45.40839	5.85048				84	38	381	38446
11548477	Les Bas	les-bas	FR		0	Europe/Paris	45.40375	5.84297				84	38	381	38446
11548480	Les Combettes	les-combettes	FR		0	Europe/Paris	45.41219	5.85936				84	73	732	73274
11548481	Pierre Grosse	pierre-grosse	FR		0	Europe/Paris	45.41457	5.86146				84	73	732	73274
11548482	Les Bandets	les-bandets	FR		0	Europe/Paris	45.41415	5.86751				84	73	732	73274
11548483	Les Grattiers	les-grattiers	FR		0	Europe/Paris	45.41605	5.87567				84	73	732	73274
11548484	Les Varvats	les-varvats	FR		0	Europe/Paris	45.41264	5.88627				84	73	732	73274
11548485	Les Clarets	les-clarets	FR		0	Europe/Paris	45.42472	5.88391				84	73	732	73274
11548486	Les Rigauds	les-rigauds	FR		0	Europe/Paris	45.43379	5.88631				84	73	732	73107
11548488	Les Teppaz	les-teppaz	FR		0	Europe/Paris	45.4324	5.87893				84	73	732	73107
11548489	Les Courriers	les-courriers	FR		0	Europe/Paris	45.43279	5.86915				84	73	732	73274
11548490	La Fracette	la-fracette	FR		0	Europe/Paris	45.42653	5.86228				84	73	732	73274
11548491	Les Gandys	les-gandys	FR		0	Europe/Paris	45.44168	5.86957				84	73	732	73107
11548493	Les Curialets	les-curialets	FR		0	Europe/Paris	45.44746	5.87361				84	73	732	73107
11548502	Les Martin	les-martin	FR		0	Europe/Paris	45.47747	5.82838				84	73	732	73282
11548505	Le Grand Carroz	le-grand-carroz	FR		0	Europe/Paris	45.4809	5.88455				84	73	732	73107
11548506	Les Girouds	les-girouds	FR		0	Europe/Paris	45.47337	5.8849				84	73	732	73107
11548507	Les Curés	les-cures	FR		0	Europe/Paris	45.47473	5.89279				84	73	732	73107
11548508	Les Bruns	les-bruns	FR		0	Europe/Paris	45.46838	5.88434				84	73	732	73107
11548509	Tencovaz	tencovaz	FR		0	Europe/Paris	45.4645	5.90416				84	73	732	73107
11548510	La Coche	la-coche	FR		0	Europe/Paris	45.47187	5.90288				84	73	732	73107
11548512	Lachat	lachat	FR		0	Europe/Paris	45.49257	5.94901				84	73	732	73017
11548514	Mûre	mure	FR		0	Europe/Paris	45.48764	6.00356				84	73	732	73151
11548515	Le Pichat	le-pichat	FR		0	Europe/Paris	45.47822	6.0481				84	73	732	73240
11548516	Le Pognient	le-pognient	FR		0	Europe/Paris	45.47741	6.05647				84	73	732	73240
11548517	La Remarde	la-remarde	FR		0	Europe/Paris	45.48592	6.05493				84	73	732	73240
11548518	Villarbet	villarbet	FR		0	Europe/Paris	45.47232	6.07784				84	73	732	73159
11548519	Bourbière	bourbiere	FR		0	Europe/Paris	45.46401	6.06209				84	73	732	73159
11548521	La Ville	la-ville	FR		0	Europe/Paris	45.45793	6.0536				84	73	732	73159
11548522	Le Villaret	le-villaret	FR		0	Europe/Paris	45.44818	6.07651				84	73	732	73075
11548523	Le Mont Cenis	le-mont-cenis	FR		0	Europe/Paris	45.45116	6.08861				84	73	732	73075
11548524	Les Violettes	les-violettes	FR		0	Europe/Paris	45.45197	6.12544				84	73	732	73215
11548526	Le Château	le-chateau	FR		0	Europe/Paris	45.46106	6.1617				84	73	732	73311
11548527	Les Landaz	les-landaz	FR		0	Europe/Paris	45.46967	6.18015				84	73	732	73289
11548528	Le Villard de la Table	le-villard-de-la-table	FR		0	Europe/Paris	45.47343	6.18423				84	73	732	73289
11548529	La Provenchère	la-provenchere	FR		0	Europe/Paris	45.47879	6.18294				84	73	732	73289
11548530	Les Fugain	les-fugain	FR		0	Europe/Paris	45.48267	6.15775				84	73	732	73289
11548531	Le Mollaret	le-mollaret	FR		0	Europe/Paris	45.48872	6.14063				84	73	732	73316
11548532	Villard Prin	villard-prin	FR		0	Europe/Paris	45.49179	6.1102				84	73	732	73276
11548533	Les Domenges	les-domenges	FR		0	Europe/Paris	45.5003	6.12003				84	73	732	73276
11548534	Les Griattes	les-griattes	FR		0	Europe/Paris	45.50042	6.09265				84	73	732	73200
11548537	Le Monnet	le-monnet	FR		0	Europe/Paris	45.51287	6.11793				84	73	732	73089
11548538	Les Cellière	les-celliere	FR		0	Europe/Paris	45.52066	6.0908				84	73	732	73096
11548539	La Baraterie	la-baraterie	FR		0	Europe/Paris	45.53786	6.10608				84	73	732	73096
11548541	Cruet Ferroux	cruet-ferroux	FR		0	Europe/Paris	45.54201	6.10445				84	73	732	73096
11548542	Montlambert	montlambert	FR		0	Europe/Paris	45.55655	6.1066				84	73	732	73247
11548543	Bourg Evescal	bourg-evescal	FR		0	Europe/Paris	45.56259	6.13835				84	73	732	73247
11548906	Le Péchet	le-pechet	FR		0	Europe/Paris	45.57154	6.14822				84	73	732	73270
11548907	Les Garniers	les-garniers	FR		0	Europe/Paris	45.57344	6.14114				84	73	732	73270
11548910	Le Penon	le-penon	FR		0	Europe/Paris	45.59092	6.09617				84	73	732	73004
11548913	Le Mas Dessous	le-mas-dessous	FR		0	Europe/Paris	45.61551	6.07784				84	73	732	73004
11548915	Les Mermets	les-mermets	FR		0	Europe/Paris	45.62088	6.01948				84	73	732	73098
11548916	La Combe	la-combe	FR		0	Europe/Paris	45.62328	6.01051				84	73	732	73098
11548917	Les Bouvards	les-bouvards	FR		0	Europe/Paris	45.62562	6.01467				84	73	732	73098
11548918	La Ville	la-ville	FR		0	Europe/Paris	45.6216	6.00064				84	73	732	73098
11548919	La Lézine	la-lezine	FR		0	Europe/Paris	45.62466	5.99815				84	73	732	73098
11548920	Les Gérards	les-gerards	FR		0	Europe/Paris	45.62769	6.00523				84	73	732	73098
11548921	Les Droux	les-droux	FR		0	Europe/Paris	45.63295	6.00909				84	73	732	73098
11548922	Plainpalais	plainpalais	FR		0	Europe/Paris	45.63976	6.01235				84	73	732	73098
11548923	Le Village Nordique	le-village-nordique	FR		0	Europe/Paris	45.6391	5.98248				84	73	732	73098
11548925	Le Sire	le-sire	FR		0	Europe/Paris	45.63667	5.9645				84	73	732	73098
11548928	Les Mentens	les-mentens	FR		0	Europe/Paris	45.67962	5.94704				84	73	732	73182
11548929	Le Faubourg	le-faubourg	FR		0	Europe/Paris	45.68112	5.9409				84	73	732	73182
11548930	Le Quart	le-quart	FR		0	Europe/Paris	45.67338	5.94176				84	73	732	73103
11548931	Frésenex	fresenex	FR		0	Europe/Paris	45.6711	5.94163				84	73	732	73103
11548932	Misury	misury	FR		0	Europe/Paris	45.6649	5.92858				84	73	732	73103
11548933	Bardot	bardot	FR		0	Europe/Paris	45.66022	5.93515				84	73	732	73103
11548934	Le Molard	le-molard	FR		0	Europe/Paris	45.65872	5.92489				84	73	732	73103
11548937	Le Revard	le-revard	FR		0	Europe/Paris	45.68307	5.97656				84	73	732	73208
11548938	L'Angle Est	l-angle-est	FR		0	Europe/Paris	45.68373	5.98227				84	73	732	73164
11548939	Bellevue	bellevue	FR		0	Europe/Paris	45.68583	5.97824				84	73	732	73164
11548942	Le Cholet	le-cholet	FR		0	Europe/Paris	45.67131	6.05179				84	73	732	73192
11548943	Les Chavonnes	les-chavonnes	FR		0	Europe/Paris	45.66445	6.04879				84	73	732	73192
11548944	Le Mouchet	le-mouchet	FR		0	Europe/Paris	45.67461	6.04235				84	73	732	73234
11548945	Le Pleurachat	le-pleurachat	FR		0	Europe/Paris	45.61671	5.9927				84	73	732	73098
11548947	Le Villaret	le-villaret	FR		0	Europe/Paris	45.45808	6.1308				84	73	732	73215
11548948	Preslette	preslette	FR		0	Europe/Paris	45.45453	6.14569				84	73	732	73207
11548952	Les Verneys	les-verneys	FR		0	Europe/Paris	45.42737	6.27113				84	73	733	73252
11548953	Le Grivolley	le-grivolley	FR		0	Europe/Paris	45.41915	6.26912				84	73	733	73278
11548954	Gondran	gondran	FR		0	Europe/Paris	45.41297	6.28221				84	73	733	73074
11548955	Le Mollard-d'en Haut	le-mollard-d-en-haut	FR		0	Europe/Paris	45.40146	6.28774				84	73	733	73083
11967876	Huss	huss	FR		0	Europe/Paris	47.97932	6.98203				44			
11548956	Le Mollard d'en Bas	le-mollard-d-en-bas	FR		0	Europe/Paris	45.39923	6.2856				84	73	733	73083
11548957	La Combe d'en Haut	la-combe-d-en-haut	FR		0	Europe/Paris	45.39809	6.28319				84	73	733	73083
11548959	La Martinière d'en Haut	la-martiniere-d-en-haut	FR		0	Europe/Paris	45.39161	6.28414				84	73	733	73083
11548960	La Martinière d'en Bas	la-martiniere-d-en-bas	FR		0	Europe/Paris	45.38983	6.28152				84	73	733	73083
11548961	Les Perrelles	les-perrelles	FR		0	Europe/Paris	45.38869	6.26568				84	73	733	73278
11548964	Super Collet	super-collet	FR		0	Europe/Paris	45.3933	6.12775				84	38	381	38006
11548966	Le Collet d'Allevard	le-collet-d-allevard	FR		0	Europe/Paris	45.39541	6.10999				84	38	381	38006
11548969	Glapigneux	glapigneux	FR		0	Europe/Paris	45.40803	6.07347				84	38	381	38006
11548970	Freydon	freydon	FR		0	Europe/Paris	45.41538	6.08076				84	38	381	38268
11548971	Les Masures	les-masures	FR		0	Europe/Paris	45.42252	6.08415				84	38	381	38268
11548972	Le Pont de Bens	le-pont-de-bens	FR		0	Europe/Paris	45.43653	6.11406				84	38	381	38078
11549305	La Chaz	la-chaz	FR		0	Europe/Paris	45.44119	6.12689				84	73	732	73021
11549306	Le Molliet	le-molliet	FR		0	Europe/Paris	45.44032	6.13955				84	73	732	73021
11549309	Val Pelouse	val-pelouse	FR		0	Europe/Paris	45.41921	6.16788				84	73	732	73021
11549324	Le Praz	le-praz	FR		0	Europe/Paris	45.41101	6.3383				84	73	733	73235
11549325	Le Bey	le-bey	FR		0	Europe/Paris	45.39444	6.32087				84	73	733	73235
11549326	Les Sapeys	les-sapeys	FR		0	Europe/Paris	45.39935	6.31147				84	73	733	73235
11549327	Les Plattières	les-plattieres	FR		0	Europe/Paris	45.46928	6.26504				84	73	733	73220
11549328	Le Mollard	le-mollard	FR		0	Europe/Paris	45.47295	6.26907				84	73	733	73220
11549329	Les Champs	les-champs	FR		0	Europe/Paris	45.47674	6.26349				84	73	733	73220
11549330	La Cour	la-cour	FR		0	Europe/Paris	45.47704	6.27096				84	73	733	73220
11549331	La Chaudanne	la-chaudanne	FR		0	Europe/Paris	45.48096	6.30246				84	73	733	73019
11549332	Le Rivier	le-rivier	FR		0	Europe/Paris	45.48354	6.30658				84	73	733	73019
11549333	Les Bottets	les-bottets	FR		0	Europe/Paris	45.50923	6.32315				84	73	733	73019
11549339	Montgodioz	montgodioz	FR		0	Europe/Paris	45.51507	6.33405				84	73	733	73175
11549340	La Biollaz	la-biollaz	FR		0	Europe/Paris	45.52229	6.32735				84	73	733	73175
11549342	Le Replat	le-replat	FR		0	Europe/Paris	45.54351	6.31903				84	73	733	73212
11549343	La Fabrique	la-fabrique	FR		0	Europe/Paris	45.54591	6.31345				84	73	733	73212
11549344	Le Perry	le-perry	FR		0	Europe/Paris	45.5476	6.30924				84	73	733	73212
11549345	Coisse	coisse	FR		0	Europe/Paris	45.54964	6.31654				84	73	733	73212
11549347	Marliéry	marliery	FR		0	Europe/Paris	45.55331	6.30117				84	73	733	73212
11549348	Le Chaix	le-chaix	FR		0	Europe/Paris	45.55601	6.29791				84	73	733	73049
11549349	Les Durnières	les-durnieres	FR		0	Europe/Paris	45.55475	6.30418				84	73	733	73212
11549350	Saint-Arnaud	saint-arnaud	FR		0	Europe/Paris	45.54826	6.29139				84	73	733	73168
11549351	Les Perrières	les-perrieres	FR		0	Europe/Paris	45.5589	6.30795				84	73	733	73049
11549352	Sombeville	sombeville	FR		0	Europe/Paris	45.56232	6.30984				84	73	733	73049
11549353	Le Mollard	le-mollard	FR		0	Europe/Paris	45.5637	6.30589				84	73	733	73049
11549356	Montgrepont	montgrepont	FR		0	Europe/Paris	45.56677	6.28246				84	73	733	73007
11549358	Le Villard	le-villard	FR		0	Europe/Paris	45.56563	6.27096				84	73	733	73007
11549359	Tête Noire	tete-noire	FR		0	Europe/Paris	45.5634	6.26418				84	73	733	73007
11549360	Le Plan d'Alton	le-plan-d-alton	FR		0	Europe/Paris	45.56521	6.25131				84	73	733	73007
11549361	Le Publey	le-publey	FR		0	Europe/Paris	45.55884	6.25105				84	73	733	73007
11549362	Les Teppes	les-teppes	FR		0	Europe/Paris	45.55018	6.23577				84	73	732	73053
11549363	Cottier	cottier	FR		0	Europe/Paris	45.55156	6.22066				84	73	732	73053
11549364	Berre	berre	FR		0	Europe/Paris	45.54153	6.22659				84	73	732	73069
11549365	Magnin	magnin	FR		0	Europe/Paris	45.5286	6.22547				84	73	732	73166
11549366	Les Bugnons	les-bugnons	FR		0	Europe/Paris	45.53455	6.26513				84	73	733	73168
11549367	Le Grand Mont Gilbert	le-grand-mont-gilbert	FR		0	Europe/Paris	45.53203	6.27542				84	73	733	73168
11549368	Le Planay	le-planay	FR		0	Europe/Paris	45.54189	6.27148				84	73	733	73168
11549369	Le Gros Chêne	le-gros-chene	FR		0	Europe/Paris	45.58491	6.28633				84	73	733	73007
11549370	Le Villaret	le-villaret	FR		0	Europe/Paris	45.59122	6.30873				84	73	731	73048
11549371	La Perrerette	la-perrerette	FR		0	Europe/Paris	45.60077	6.31937				84	73	731	73048
11549496	La Pallaz	la-pallaz	FR		0	Europe/Paris	45.60836	6.32585				84	73	731	73241
11549497	Montermont	montermont	FR		0	Europe/Paris	45.61293	6.33976				84	73	731	73188
11549498	Pommarey	pommarey	FR		0	Europe/Paris	45.61797	6.34658				84	73	731	73188
11549499	Les Mathiez	les-mathiez	FR		0	Europe/Paris	45.62157	6.33808				84	73	731	73188
11549500	Montcoutin	montcoutin	FR		0	Europe/Paris	45.62136	6.351				84	73	731	73188
11550111	Ventillon	ventillon	FR		0	Europe/Paris	43.46239	4.93183				93	13	134	13039
11550146	Les Mottes	les-mottes	FR		0	Europe/Paris	45.62193	6.35937				84	73	731	73170
11550147	Les Coulin	les-coulin	FR		0	Europe/Paris	45.62685	6.36048				84	73	731	73170
11550148	Les Méry	les-mery	FR		0	Europe/Paris	45.62931	6.36044				84	73	731	73170
11550149	Le Culet	le-culet	FR		0	Europe/Paris	45.63094	6.33898				84	73	731	73188
11550150	Les Culattes	les-culattes	FR		0	Europe/Paris	45.63574	6.34272				84	73	731	73297
11550151	La Plaine de Monthion	la-plaine-de-monthion	FR		0	Europe/Paris	45.63625	6.35486				84	73	731	73170
11550152	Terre Neuve	terre-neuve	FR		0	Europe/Paris	45.64168	6.34327				84	73	731	73124
11550153	Neveau le Haut	neveau-le-haut	FR		0	Europe/Paris	45.6379	6.36353				84	73	731	73130
11550154	Neveau le Bas	neveau-le-bas	FR		0	Europe/Paris	45.63991	6.36053				84	73	731	73130
11550155	Le Maintin	le-maintin	FR		0	Europe/Paris	45.63808	6.38915				84	73	731	73130
11550157	Saint-Guérin	saint-guerin	FR		0	Europe/Paris	45.64519	6.38293				84	73	731	73130
11550221	La Digue	la-digue	FR		0	Europe/Paris	45.65176	6.37555				84	73	731	73130
11550292	Saint-Gély	saint-gely	FR		0	Europe/Paris	44.2063	4.49088				76	30	302	30096
11550438	La Rachy	la-rachy	FR		0	Europe/Paris	45.65593	6.35636				84	73	731	73124
11550439	Le Nant des Martins	le-nant-des-martins	FR		0	Europe/Paris	45.65701	6.34079				84	73	731	73124
11550440	La Montaz	la-montaz	FR		0	Europe/Paris	45.65137	6.33405				84	73	731	73124
11550441	Arvey	arvey	FR		0	Europe/Paris	45.65407	6.3068				84	73	731	73312
11550442	Les Mollets	les-mollets	FR		0	Europe/Paris	45.64678	6.2883				84	73	731	73086
11550443	Vers le Nant	vers-le-nant	FR		0	Europe/Paris	45.64084	6.28465				84	73	731	73086
11608683	Lentin Observatory	lentin-observatory	FR		20	Europe/Paris	44.09667	2.40833	490			76	12	121	12127
11612492	Les Ferrieres	les-ferrieres	FR		0	Europe/Paris	47.67294	-2.52364	246			53	56	563	56247
11694390	Mareuil en Périgord	mareuil-en-perigord	FR		0	Europe/Paris	45.43927	0.50704				75	24	242	24253
11695781	Les Tavins	les-tavins	FR		0	Europe/Paris	46.7428	6.37387				27	25	253	25318
11746345	La Cormerais	la-cormerais	FR		0	Europe/Paris	47.49691	-1.46645				52	44	445	44077
11746358	Le Vieil Essart	le-vieil-essart	FR		0	Europe/Paris	47.49581	-1.46116				52	44	445	44077
11747768	Les Marines	les-marines	FR		0	Europe/Paris	46.74944	-2.01659				52	85	853	85226
11749070	Fontaneilles	fontaneilles	FR		0	Europe/Paris	44.19958	3.12827				76	12	121	12200
11777325	Lesponne	lesponne	FR		0	Europe/Paris	43.00575	0.13793				76	65	652	65059
11818453	Fictitious Point	fictitious-point	FR		0	Europe/Paris	45.99863	6.16762		Fictitious Point,QTV		84	74	741	74137
11839650	Chalot	chalot	FR		0	Europe/Paris	46.62406	4.81703				27	71	712	71328
11839651	Sully le Haut	sully-le-haut	FR		0	Europe/Paris	46.61058	4.81313				27	71	712	71328
11839652	Sully le Bas	sully-le-bas	FR		0	Europe/Paris	46.61093	4.8075				27	71	712	71328
11862299	Heckenranspach	heckenranspach	FR		0	Europe/Paris	49.05809	6.98111				44	57	576	57197
11876546	Chartrons	chartrons	FR		0	Europe/Paris	44.86054	-0.57263				75	33	332	33063
11876547	Nansouty	nansouty	FR		0	Europe/Paris	44.81958	-0.57052				75	33	332	33063
11876548	Saint Genès	saint-genes	FR		0	Europe/Paris	44.82609	-0.58357				75	33	332	33063
11876549	Tauzin	tauzin	FR		0	Europe/Paris	44.82105	-0.60128				75	33	332	33063
11876550	Niel	niel	FR		0	Europe/Paris	44.84894	-0.55733				75	33	332	33063
11876551	Brazza	brazza	FR		0	Europe/Paris	44.85801	-0.54235				75	33	332	33063
11878069	Kaidenbourg	kaidenbourg	FR		0	Europe/Paris	48.9425	8.02919				44			
11878070	Weiler	weiler	FR		0	Europe/Paris	49.03781	7.91249				44			
11878079	Wengelsbach	wengelsbach	FR		0	Europe/Paris	49.04984	7.71705				44			
11878100	Wineckerthal	wineckerthal	FR		0	Europe/Paris	48.99513	7.66014				44			
11878103	Disteldorf	disteldorf	FR		0	Europe/Paris	49.00839	7.74489				44			
11878106	Jaegerthal	jaegerthal	FR		0	Europe/Paris	48.97575	7.68534				44			
11878107	Villa le Riesack	villa-le-riesack	FR		0	Europe/Paris	48.96469	7.66407				44			
11878110	Pfaffenbronn	pfaffenbronn	FR		0	Europe/Paris	48.99386	7.82896				44			
11878114	Obere Ringgasse	obere-ringgasse	FR		0	Europe/Paris	48.99435	8.0285				44			
11878115	Niedersand	niedersand	FR		0	Europe/Paris	48.89977	8.1119				44			
11878116	Koenigsbruck	koenigsbruck	FR		0	Europe/Paris	48.86171	8.00953				44			
11878311	Hoelschloch	hoelschloch	FR		0	Europe/Paris	48.91984	7.82985				44			
11878312	Schirlenhof	schirlenhof	FR		0	Europe/Paris	48.91484	7.69606				44			
11878313	Hinterfeld	hinterfeld	FR		0	Europe/Paris	48.88358	7.75621				44			
11878315	Neubourg	neubourg	FR		0	Europe/Paris	48.83893	7.68026				44			
11878316	Hundshof	hundshof	FR		0	Europe/Paris	48.83468	7.77863				44			
11878317	Weinumshof	weinumshof	FR		0	Europe/Paris	48.79456	7.79072				44			
11878431	Wolsthof	wolsthof	FR		0	Europe/Paris	48.89015	7.13351				44			
11878435	Johannesberg	johannesberg	FR		0	Europe/Paris	48.92742	7.34018				44			
11880009	Moderfeld	moderfeld	FR		0	Europe/Paris	48.89461	7.31392				44			
11880011	Kohlthalerhof	kohlthalerhof	FR		0	Europe/Paris	48.84317	7.3162				44			
11880012	Johannisthal	johannisthal	FR		0	Europe/Paris	48.84304	7.35145				44			
11880014	Thomasthal	thomasthal	FR		0	Europe/Paris	48.80313	7.32899				44			
11880027	Sindelsberg	sindelsberg	FR		0	Europe/Paris	48.70044	7.36546				44			
11880028	Saint-Gall	saint-gall	FR		0	Europe/Paris	48.69164	7.32973				44			
11880034	Heideneck	heideneck	FR		0	Europe/Paris	48.92761	7.37199				44			
11880038	Les Quatre Vents	les-quatre-vents	FR		0	Europe/Paris	48.88339	7.46886				44			
11880039	Niefern	niefern	FR		0	Europe/Paris	48.86795	7.5616				44			
11880041	Neunhoffen	neunhoffen	FR		0	Europe/Paris	49.01668	7.61771				44			
11880042	Neudoerfel	neudoerfel	FR		0	Europe/Paris	49.03046	7.62135				44			
11880870	Donon	donon	FR		0	Europe/Paris	48.5072	7.146				44			
11880959	Engenthal le Haut	engenthal-le-haut	FR		0	Europe/Paris	48.61704	7.30369				44			
11881073	Floessplatz	floessplatz	FR		0	Europe/Paris	48.51698	7.36358				44			
11881081	Maison Neuve	maison-neuve	FR		0	Europe/Paris	48.46203	7.20427				44			
11881084	Salm	salm	FR		0	Europe/Paris	48.45759	7.14847				44			
11881086	Les Quelles	les-quelles	FR		0	Europe/Paris	48.448	7.15494				44			
11881088	Charbes	charbes	FR		0	Europe/Paris	48.33926	7.23523				44			
11881090	Le Climont	le-climont	FR		0	Europe/Paris	48.33865	7.18691				44			
11881095	Le Champ du Feu	le-champ-du-feu	FR		0	Europe/Paris	48.40864	7.25697				44			
11881097	Rothlach	rothlach	FR		0	Europe/Paris	48.42808	7.31517				44			
11881098	Witterthalhof	witterthalhof	FR		0	Europe/Paris	48.40005	7.32482				44			
11881101	Neuematten	neuematten	FR		0	Europe/Paris	48.46971	7.31825		Neuematten,Neuenmatten		44			
11881102	Eftermatten	eftermatten	FR		0	Europe/Paris	48.39516	7.35751				44			
11881103	Lindgrube	lindgrube	FR		0	Europe/Paris	48.37281	7.30828				44			
11881105	Noirceux	noirceux	FR		0	Europe/Paris	48.31567	7.26021				44			
11881107	Sauloch	sauloch	FR		0	Europe/Paris	48.34843	7.34602				44			
11881109	Hurst	hurst	FR		0	Europe/Paris	48.28099	7.34273				44			
11881110	Schaentzel	schaentzel	FR		0	Europe/Paris	48.24409	7.32652				44			
11881116	Munchhof	munchhof	FR		0	Europe/Paris	48.5681	7.37436				44			
11881145	Kientzville	kientzville	FR		0	Europe/Paris	48.30277	7.4342				44			
11881233	Holzbad	holzbad	FR		0	Europe/Paris	48.40707	7.5664				44			
11881292	La Petite France	la-petite-france	FR		0	Europe/Paris	48.58053	7.74058				44			
11881373	Waldhof	waldhof	FR		0	Europe/Paris	48.63791	7.8196				44			
11881423	Meinau	meinau	FR		0	Europe/Paris	48.55294	7.75142				44			
11896982	Ohrenthal	ohrenthal	FR		0	Europe/Paris	49.17059	7.41233				44			
11896983	Dorst	dorst	FR		0	Europe/Paris	49.15526	7.45226				44			
11896984	Olsberg	olsberg	FR		0	Europe/Paris	49.12154	7.40447				44			
11896985	Eschviller	eschviller	FR		0	Europe/Paris	49.13307	7.3813				44			
11897363	Zinzing	zinzing	FR		0	Europe/Paris	49.17439	7.00534				44			
11897365	Folpersviller	folpersviller	FR		0	Europe/Paris	49.12456	7.11578				44			
11897366	Hermeskappel	hermeskappel	FR		0	Europe/Paris	49.10287	7.17371				44			
11897368	Weiskirch	weiskirch	FR		0	Europe/Paris	49.10817	7.34291				44			
11897369	Roth	roth	FR		0	Europe/Paris	49.08178	7.03751				44			
11897383	Dieding	dieding	FR		0	Europe/Paris	49.06367	7.1205				44			
11897384	Weidesheim	weidesheim	FR		0	Europe/Paris	49.03849	7.13245				44			
11897385	Hutting	hutting	FR		0	Europe/Paris	49.02391	7.12662				44			
11897388	Bettring	bettring	FR		0	Europe/Paris	49.01766	6.97138				44			
11897389	Singling	singling	FR		0	Europe/Paris	49.04661	7.2239				44			
11897390	Guising	guising	FR		0	Europe/Paris	49.07229	7.26554				44			
11897391	Hoelling	hoelling	FR		0	Europe/Paris	49.07313	7.29752				44			
11897393	Unterste Muehle	unterste-muehle	FR		0	Europe/Paris	49.02137	7.26351				44			
11897394	Guisberg	guisberg	FR		0	Europe/Paris	49.01809	7.29971		Guisberg		44			
11897395	Meyerhof	meyerhof	FR		0	Europe/Paris	49.04934	7.30026				44			
11897396	Kapellenhof	kapellenhof	FR		0	Europe/Paris	49.07352	7.33599				44			
11897397	Judenhof	judenhof	FR		0	Europe/Paris	49.06502	7.34059				44			
11897398	Holbach	holbach	FR		0	Europe/Paris	49.0579	7.34558		Holbach		44			
11897399	Glasenberg	glasenberg	FR		0	Europe/Paris	49.03067	7.36319		Glasenberg		44			
11897439	Schwangerbach	schwangerbach	FR		0	Europe/Paris	49.03255	7.40843		Schwangerbach		44			
11897440	Hardt	hardt	FR		0	Europe/Paris	49.0479	7.59865				44			
11897442	Waldeck	waldeck	FR		0	Europe/Paris	49.0165	7.529				44			
11897445	Bannstein	bannstein	FR		0	Europe/Paris	49.00512	7.50225				44			
11897446	Ramstein	ramstein	FR		0	Europe/Paris	48.98031	7.51724				44			
11897449	Lieschbach	lieschbach	FR		0	Europe/Paris	48.99602	7.55111				44			
11897450	Leitzelthal	leitzelthal	FR		0	Europe/Paris	48.97204	7.57345				44			
11897451	Obermuhlthal	obermuhlthal	FR		0	Europe/Paris	48.95299	7.52547				44			
11897453	Saltzbronn	saltzbronn	FR		0	Europe/Paris	49.00136	7.04146				44			
11897488	Eich	eich	FR		0	Europe/Paris	48.99134	7.00818				44			
11897489	Hinsing	hinsing	FR		0	Europe/Paris	49.00131	6.96259				44			
11897600	Wentzviller	wentzviller	FR		0	Europe/Paris	48.97604	6.93935				44			
11897623	L'Éden Lorrain	l-eden-lorrain	FR		0	Europe/Paris	48.76507	6.94991				44			
11897625	Cadenbronn	cadenbronn	FR		0	Europe/Paris	49.13064	6.96615				44			
11897738	Grand Eich	grand-eich	FR		0	Europe/Paris	48.74974	7.08457				44			
11897740	Petit Eich	petit-eich	FR		0	Europe/Paris	48.74258	7.08971				44			
11897781	Trois Maisons	trois-maisons	FR		0	Europe/Paris	48.74741	7.25984				44			
11897782	Les Quatre Vents	les-quatre-vents	FR		0	Europe/Paris	48.76693	7.29492				44			
11897786	Kaiserhof	kaiserhof	FR		0	Europe/Paris	48.70079	7.21706				44			
11897787	Hellert	hellert	FR		0	Europe/Paris	48.67866	7.23217				44			
11897788	Schaeferhof	schaeferhof	FR		0	Europe/Paris	48.67512	7.20371				44			
11897790	Le Grand Ballerstein	le-grand-ballerstein	FR		0	Europe/Paris	48.66318	7.20935				44			
11897791	La Hoube	la-hoube	FR		0	Europe/Paris	48.65323	7.26991				44			
11897795	La Basse Curlot	la-basse-curlot	FR		0	Europe/Paris	48.60318	7.06982				44			
11897801	Malecôte	malecote	FR		0	Europe/Paris	48.54841	7.12788				44			
11897911	Lettenbach	lettenbach	FR		0	Europe/Paris	48.62416	7.10285				44			
11897912	La Marcairerie	la-marcairerie	FR		0	Europe/Paris	48.55977	7.16189				44			
11897914	Eigenthal	eigenthal	FR		0	Europe/Paris	48.63686	7.13154				44			
11897916	Grand Soldat	grand-soldat	FR		0	Europe/Paris	48.62165	7.14303				44			
11897917	Beimbach	beimbach	FR		0	Europe/Paris	48.6339	7.18505				44			
11897920	Windsbourg	windsbourg	FR		0	Europe/Paris	48.59935	7.25671				44			
11911142	Preisch	preisch	FR		0	Europe/Paris	49.49686	6.21426				44			
11911146	Gandren	gandren	FR		0	Europe/Paris	49.46824	6.31096				44			
11911149	Le Konacker	le-konacker	FR		0	Europe/Paris	49.35209	6.06257				44			
11911152	Soetrich	soetrich	FR		0	Europe/Paris	49.41836	6.15565				44	57		
11911153	Élange	elange	FR		0	Europe/Paris	49.37009	6.11091				44			
11911243	Haute Ham	haute-ham	FR		0	Europe/Paris	49.3843	6.22014				44			
11911329	Saint-Nicolas en Forêt	saint-nicolas-en-foret	FR		0	Europe/Paris	49.31353	6.07857				44			
11911331	Budange sous Justemont	budange-sous-justemont	FR		0	Europe/Paris	49.28736	6.11707				44			
11911332	Beuvange sous Justemont	beuvange-sous-justemont	FR		0	Europe/Paris	49.27341	6.10403				44			
11911358	Reinange	reinange	FR		0	Europe/Paris	49.30671	6.23835				44			
11911359	Guélange	guelange	FR		0	Europe/Paris	49.29305	6.22192				44			
11911362	Schell	schell	FR		0	Europe/Paris	49.29166	6.2535				44			
11911364	Kirsch lès Luttange	kirsch-les-luttange	FR		0	Europe/Paris	49.28456	6.28372				44			
11915561	Villers l'Orme	villers-l-orme	FR		0	Europe/Paris	49.15133	6.24662				44			
11915564	Hessange	hessange	FR		0	Europe/Paris	49.22684	6.29795				44			
11915565	Méchy	mechy	FR		0	Europe/Paris	49.18869	6.26435				44			
11915573	Tunting	tunting	FR		0	Europe/Paris	49.45291	6.45				44			
11915575	Freching	freching	FR		0	Europe/Paris	49.40329	6.36294				44			
11915580	Obernaumen	obernaumen	FR		0	Europe/Paris	49.408	6.45321				44			
11915581	Flatten	flatten	FR		0	Europe/Paris	49.42625	6.51227				44			
11915584	Kaltweiler	kaltweiler	FR		0	Europe/Paris	49.40454	6.39321				44			
11915586	Zeurange	zeurange	FR		0	Europe/Paris	49.37989	6.53836				44			
11915602	Férange	ferange	FR		0	Europe/Paris	49.29164	6.40398				44			
11915605	Edling	edling	FR		0	Europe/Paris	49.27161	6.45341				44			
11915606	Hobling	hobling	FR		0	Europe/Paris	49.29205	6.43382				44			
11915607	Petit Chémery	petit-chemery	FR		0	Europe/Paris	49.29961	6.44398				44			
11915614	Neudorf	neudorf	FR		0	Europe/Paris	49.32166	6.45375				44			
11915615	Rodlach	rodlach	FR		0	Europe/Paris	49.34149	6.46798				44			
11915617	Beckerholz	beckerholz	FR		0	Europe/Paris	49.32003	6.50683				44			
11915625	Heckling	heckling	FR		0	Europe/Paris	49.30479	6.54148				44			
11915628	Altroff	altroff	FR		0	Europe/Paris	49.24809	6.32403				44			
11915629	Villers Bettnach	villers-bettnach	FR		0	Europe/Paris	49.23353	6.36275				44			
11915630	Befey	befey	FR		0	Europe/Paris	49.21191	6.3495				44			
11915634	Mussy l'Évêque	mussy-l-eveque	FR		0	Europe/Paris	49.17452	6.40589				44			
11915635	Drogny	drogny	FR		0	Europe/Paris	49.24605	6.41514				44			
11915636	Rurange	rurange	FR		0	Europe/Paris	49.22821	6.43405				44			
11915638	Streiffel	streiffel	FR		0	Europe/Paris	49.25269	6.43568		Le Streiffel,Streiffel		44			
11915660	Cité Canada	cite-canada	FR		0	Europe/Paris	49.19292	6.66161				44			
11915661	Cheuby	cheuby	FR		0	Europe/Paris	49.15943	6.31769				44			
11915664	Macker	macker	FR		0	Europe/Paris	49.16129	6.48243				44			
11916639	Vieille Verrerie	vieille-verrerie	FR		0	Europe/Paris	49.21842	6.86354				44			
11916655	Quartier du Bruch	quartier-du-bruch	FR		0	Europe/Paris	49.19825	6.87615		Cite du Bruch,Cité du Bruch,Quartier du Bruch		44			
11916678	Bellevue	bellevue	FR		0	Europe/Paris	49.19438	6.89687				44			
11917239	Malmaison	malmaison	FR		0	Europe/Paris	49.12573	6.01561				44			
11917241	Auconville	auconville	FR		0	Europe/Paris	49.06417	5.97864				44			
11919711	Belsunce	belsunce	FR		9106	Europe/Paris	43.29834	5.3766				93	13	133	13055
11919712	Le Chapitre	le-chapitre	FR		7080	Europe/Paris	43.30053	5.38433				93	13	133	13055
11919715	Saint-Charles	saint-charles	FR		8492	Europe/Paris	43.30199	5.38405				93	13	133	13055
11919716	Opéra	opera	FR		4117	Europe/Paris	43.29401	5.3761				93	13	133	13055
11919738	Les Grands Carmes	les-grands-carmes	FR		7577	Europe/Paris	43.30038	5.37275				93	13	133	13055
11919739	La Joliette	la-joliette	FR		8638	Europe/Paris	43.30485	5.36654				93	13	133	13055
11919740	Hôtel-de-Ville	hotel-de-ville	FR		0	Europe/Paris	43.29748	5.36991				93	13	133	13055
11919741	Saint-Lazare	saint-lazare	FR		10082	Europe/Paris	43.30545	5.37443				93	13	133	13055
11919742	Saint-Mauront	saint-mauront	FR		12020	Europe/Paris	43.31552	5.37538				93	13	133	13055
11919744	Belle de Mai	belle-de-mai	FR		14256	Europe/Paris	43.31184	5.38541				93	13	133	13055
11919745	Les Chartreux	les-chartreux	FR		9273	Europe/Paris	43.31112	5.4048				93	13	133	13055
11919746	Chutes-Lavie	chutes-lavie	FR		9495	Europe/Paris	43.31017	5.39464				93	13	133	13055
11919747	Cinq Avenues	cinq-avenues	FR		13809	Europe/Paris	43.30375	5.39761				93	13	133	13055
11919748	La Blancarde	la-blancarde	FR		15292	Europe/Paris	43.30047	5.40563				93	13	133	13055
11919749	Le Camas	le-camas	FR		16585	Europe/Paris	43.29469	5.39415				93	13	133	13055
11919750	La Conception	la-conception	FR		9511	Europe/Paris	43.29174	5.39391				93	13	133	13055
11919753	Lodi	lodi	FR		8673	Europe/Paris	43.28663	5.38882				93	13	133	13055
11919754	Notre-Dame du Mont	notre-dame-du-mont	FR		7033	Europe/Paris	43.29293	5.38203				93	13	133	13055
11919755	Palais de Justice	palais-de-justice	FR		5533	Europe/Paris	43.28657	5.37603				93	13	133	13055
11919756	Le Pharo	le-pharo	FR		6153	Europe/Paris	43.2914	5.35829				93	13	133	13055
11919758	La Pointe Rouge	la-pointe-rouge	FR		8227	Europe/Paris	43.23853	5.37679				93	13	133	13055
11919759	Périer	perier	FR		12897	Europe/Paris	43.27755	5.37925				93	13	133	13055
11919760	Le Cabot	le-cabot	FR		10942	Europe/Paris	43.25884	5.41729				93	13	133	13055
11919761	Carpiagne	carpiagne	FR		410	Europe/Paris	43.24943	5.51076				93	13	133	13055
11919762	La Timone	la-timone	FR		5125	Europe/Paris	43.28847	5.41447				93	13	133	13055
11919763	La Capelette	la-capelette	FR		10454	Europe/Paris	43.28086	5.406				93	13	133	13055
11919765	Menpenti	menpenti	FR		4130	Europe/Paris	43.28198	5.39607				93	13	133	13055
11919766	Saint-Tronc	saint-tronc	FR		14372	Europe/Paris	43.27093	5.42285				93	13	133	13055
11919767	La Valbarelle	la-valbarelle	FR		9758	Europe/Paris	43.28494	5.45387				93	13	133	13055
11919768	Les Accates	les-accates	FR		1804	Europe/Paris	43.29989	5.49726				93	13	133	13055
11919770	Saint-Jean du Désert	saint-jean-du-desert	FR		3825	Europe/Paris	43.29331	5.42134				93	13	133	13055
11919771	Les Caillols	les-caillols	FR		9742	Europe/Paris	43.30221	5.44811				93	13	133	13055
11919772	Les Trois-Lucs	les-trois-lucs	FR		5117	Europe/Paris	43.31371	5.46248				93	13	133	13055
11919773	La Fourragère	la-fourragere	FR		7526	Europe/Paris	43.30382	5.43138				93	13	133	13055
11919774	Les Médecins	les-medecins	FR		1107	Europe/Paris	43.35417	5.45483				93	13	133	13055
11919776	La Rose	la-rose	FR		13835	Europe/Paris	43.32889	5.42859				93	13	133	13055
11919777	Malpassé	malpasse	FR		11148	Europe/Paris	43.3217	5.41551				93	13	133	13055
11919778	Palama	palama	FR		2513	Europe/Paris	43.36566	5.44427				93	13	133	13055
11919782	Bon-Secours	bon-secours	FR		11318	Europe/Paris	43.31923	5.38426				93	13	133	13055
11919783	Les Arnavaux	les-arnavaux	FR		5378	Europe/Paris	43.33506	5.37969				93	13	133	13055
11919784	Les Crottes	les-crottes	FR		4223	Europe/Paris	43.32302	5.36809				93	13	133	13055
11919785	La Delorme	la-delorme	FR		6066	Europe/Paris	43.34405	5.37251				93	13	133	13055
11919786	La Viste	la-viste	FR		6788	Europe/Paris	43.35936	5.35649				93	13	133	13055
11919787	Notre-Dame Limite	notre-dame-limite	FR		12446	Europe/Paris	43.38165	5.36269				93	13	133	13055
11919788	Verduron	verduron	FR		8846	Europe/Paris	43.37063	5.34513		http://fr.wikipedia.org/wiki/Verduron		93	13	133	13055
11919789	La Cabucelle	la-cabucelle	FR		9488	Europe/Paris	43.33189	5.36111				93	13	133	13055
11919790	Borel	borel	FR		4385	Europe/Paris	43.36486	5.36681				93	13	133	13055
11919791	La Calade	la-calade	FR		6313	Europe/Paris	43.33895	5.35111				93	13	133	13055
11919792	Les Riaux	les-riaux	FR		614	Europe/Paris	43.36227	5.29427				93	13	133	13055
11951568	St. Marx	st-marx	FR		0	Europe/Paris	48.00722	7.25028				44	68	686	68111
11951836	Thierenbach	thierenbach	FR		0	Europe/Paris	47.8817	7.1895				44	68	686	68159
11951838	Truttenhausen	truttenhausen	FR		0	Europe/Paris	48.42695	7.43304				44	67	675	67348
11956893	Vezon	vezon	FR		0	Europe/Paris	49.00718	6.09537				44			
11958046	Frontigny	frontigny	FR		0	Europe/Paris	49.05914	6.2627				44			
11958047	Lanceumont	lanceumont	FR		0	Europe/Paris	49.05401	6.27381				44			
11958993	Alémont	alemont	FR		0	Europe/Paris	48.95191	6.23337				44			
11958994	Ressaincourt	ressaincourt	FR		0	Europe/Paris	48.92839	6.24197				44			
11958999	Pont à Chaussy	pont-a-chaussy	FR		0	Europe/Paris	49.10955	6.38254				44			
11959002	Domangeville	domangeville	FR		0	Europe/Paris	49.06661	6.33844				44			
11959003	Berlize	berlize	FR		0	Europe/Paris	49.06254	6.38595				44			
11959092	Plappecourt	plappecourt	FR		0	Europe/Paris	49.10116	6.43901				44			
11959095	Morlange	morlange	FR		0	Europe/Paris	49.11797	6.47429				44			
11959096	Basse Vigneulles	basse-vigneulles	FR		0	Europe/Paris	49.08838	6.54532				44			
11959098	Kleindal	kleindal	FR		0	Europe/Paris	49.1253	6.63029				44			
11959102	Petit Ebersviller	petit-ebersviller	FR		0	Europe/Paris	49.09995	6.74282				44			
11967877	Grieb	grieb	FR		0	Europe/Paris	47.9469	6.9796				44			
11959104	Cité des Chênes	cite-des-chenes	FR		0	Europe/Paris	49.13153	6.76823				44			
11959155	Ebring	ebring	FR		0	Europe/Paris	49.12223	6.91315				44			
11959156	Clémence aux Bois	clemence-aux-bois	FR		0	Europe/Paris	49.01453	6.31418				44			
11959173	Aoury	aoury	FR		0	Europe/Paris	49.06338	6.46936				44			
11959194	Créhange Cité	crehange-cite	FR		0	Europe/Paris	49.06309	6.58182				44			
11959227	Holbach	holbach	FR		0	Europe/Paris	49.07275	6.75607				44			
11959230	Ellviller	ellviller	FR		0	Europe/Paris	49.07697	6.90773				44			
11959232	Diefenbach lès Puttelange	diefenbach-les-puttelange	FR		0	Europe/Paris	49.04993	6.90322				44			
11959247	Castviller	castviller	FR		0	Europe/Paris	49.01448	6.93168				44			
11959248	Morsbronn	morsbronn	FR		0	Europe/Paris	49.00505	6.92708				44			
11959249	Diederfing	diederfing	FR		0	Europe/Paris	49.01618	6.96118				44			
11959327	Linstroff	linstroff	FR		0	Europe/Paris	48.97049	6.74589				44			
11959328	Obrick	obrick	FR		0	Europe/Paris	48.95081	6.75926				44			
11959331	Petit Rohrbach	petit-rohrbach	FR		0	Europe/Paris	48.97531	6.8884				44			
11959363	Uberkinger	uberkinger	FR		0	Europe/Paris	48.97672	6.90977				44			
11959365	Sainte-Élisabeth	sainte-elisabeth	FR		0	Europe/Paris	48.92581	6.93533				44			
11959432	Faxe	faxe	FR		0	Europe/Paris	48.88751	6.45847				44			
11959452	Feriendal	feriendal	FR		0	Europe/Paris	48.89904	6.72729				44			
11959458	L'Espérance	l-esperance	FR		0	Europe/Paris	48.84067	6.83338				44			
11959494	Marimont	marimont	FR		0	Europe/Paris	48.73387	6.72823				44			
11959513	Hellocourt	hellocourt	FR		0	Europe/Paris	48.69978	6.80223				44			
11959514	Bataville	bataville	FR		0	Europe/Paris	48.68935	6.8048				44			
11961659	Vertougit	vertougit	FR		0	Europe/Paris	45.28591	1.45447				75	19	191	19288
11961662	Gau	gau	FR		0	Europe/Paris	45.25576	1.49525				75	19	191	19005
11962143	Bésigny	besigny	FR		0	Europe/Paris	48.18243	2.70343				11	77	774	77458
11962184	Jallemain	jallemain	FR		0	Europe/Paris	48.12935	2.67616				11	77	774	77099
11962245	L'Avelaneda	l-avelaneda	FR		0	Europe/Paris	43.30088	5.59728				93	13	133	13005
11962246	Lei Bartavèlas	lei-bartavelas	FR		0	Europe/Paris	43.30432	5.61513				93	13	133	13042
11962252	Blangey	blangey	FR		0	Europe/Paris	47.13348	4.43335				27	21	211	21325
11962253	Bretonnière	bretonniere	FR		0	Europe/Paris	47.57545	4.55831				27	21	213	21122
11962307	Conforgien	conforgien	FR		0	Europe/Paris	47.23394	4.21538				27	21	211	21560
11962363	Saint-Léger-de-Fourches	saint-leger-de-fourches	FR		0	Europe/Paris	47.26065	4.17948				27	21	213	21139
11966030	La Haute Broque	la-haute-broque	FR		0	Europe/Paris	48.23519	7.14315				44			
11966031	Bourgonde	bourgonde	FR		0	Europe/Paris	48.23834	7.1998				44			
11966927	Melkerhof	melkerhof	FR		0	Europe/Paris	48.23095	7.29293				44			
11966954	Saint-Pierre sur l'Hâte	saint-pierre-sur-l-hate	FR		0	Europe/Paris	48.22755	7.16972				44			
11966959	Le Haut Schlueck	le-haut-schlueck	FR		0	Europe/Paris	48.21345	7.22053				44			
11966979	Lac Blanc	lac-blanc	FR		0	Europe/Paris	48.1365	7.08809				44			
11966982	Pairis	pairis	FR		0	Europe/Paris	48.11595	7.12377				44			
11966983	Faurupt	faurupt	FR		0	Europe/Paris	48.18409	7.12423				44			
11967002	Les Mérelles	les-merelles	FR		0	Europe/Paris	48.15205	7.14308				44			
11967008	Le Faudé	le-faude	FR		0	Europe/Paris	48.14383	7.16664				44			
11967009	Remomont	remomont	FR		0	Europe/Paris	48.13378	7.1449				44			
11967010	Tannach	tannach	FR		0	Europe/Paris	48.11353	7.16733				44			
11967013	Chamont	chamont	FR		0	Europe/Paris	48.17306	7.1777				44			
11967014	Les Allagouttes	les-allagouttes	FR		0	Europe/Paris	48.1392	7.18615				44			
11967015	Phimaroche	phimaroche	FR		0	Europe/Paris	48.12631	7.19758				44			
11967016	Le Kalblin	le-kalblin	FR		0	Europe/Paris	48.17246	7.20851				44			
11967021	Ursprung	ursprung	FR		0	Europe/Paris	48.18192	7.23958				44			
11967028	La Maison Rouge	la-maison-rouge	FR		0	Europe/Paris	48.15046	7.42401				44			
11967030	Les Hautes Huttes	les-hautes-huttes	FR		0	Europe/Paris	48.09872	7.11126				44			
11967032	Le Tanet	le-tanet	FR		0	Europe/Paris	48.08367	7.06036				44			
11967364	Buchteren	buchteren	FR		0	Europe/Paris	48.07162	7.11813				44			
11967367	Le Gaschney	le-gaschney	FR		0	Europe/Paris	48.0343	7.04708		Gaschney,Le Gaschney		44			
11967370	Les Basses Huttes	les-basses-huttes	FR		0	Europe/Paris	48.09762	7.13723				44			
11967371	Bois le Sire	bois-le-sire	FR		0	Europe/Paris	48.09233	7.17378				44			
11967389	Haslach	haslach	FR		0	Europe/Paris	48.05241	7.13923				44			
11967701	Ladhof	ladhof	FR		0	Europe/Paris	48.08964	7.37462				44			
11967755	Ried	ried	FR		0	Europe/Paris	47.98431	7.11277				44			
11967758	Landersen	landersen	FR		0	Europe/Paris	47.98176	7.08135				44			
11967760	Raedle	raedle	FR		0	Europe/Paris	47.96763	7.05779				44			
11967764	Nagolschmiede	nagolschmiede	FR		0	Europe/Paris	47.95623	7.12037				44			
11967765	Rimbuhl	rimbuhl	FR		0	Europe/Paris	47.96035	7.10826				44			
11967771	Remspach	remspach	FR		0	Europe/Paris	47.94963	7.09528				44			
11967790	Waesle	waesle	FR		0	Europe/Paris	47.99759	7.02574				44			
11967792	Schnepfenriedwasen	schnepfenriedwasen	FR		0	Europe/Paris	47.98841	7.04388				44			
11967812	Steinlebach	steinlebach	FR		0	Europe/Paris	47.93629	7.03027				44			
11967874	Frenz	frenz	FR		0	Europe/Paris	47.9267	6.94628				44			
11967875	Neufeld	neufeld	FR		0	Europe/Paris	47.97199	6.96858				44			
11967900	Saint-Gangolph	saint-gangolph	FR		0	Europe/Paris	47.9474	7.18568				44			
11967901	Schweighouse	schweighouse	FR		0	Europe/Paris	47.93836	7.17989				44			
11967951	Bel-Air	bel-air	FR		0	Europe/Paris	47.91801	6.98222				44			
11967952	Schliffels	schliffels	FR		0	Europe/Paris	47.89946	6.97279				44			
11967964	Riesenwald	riesenwald	FR		0	Europe/Paris	47.84139	6.94034				44			
11968717	Le Grand Ballon	le-grand-ballon	FR		0	Europe/Paris	47.90468	7.10322				44			
11968727	Fistelhaeuser	fistelhaeuser	FR		0	Europe/Paris	47.88222	7.0362				44			
11968810	La Glashütte	la-glashutte	FR		0	Europe/Paris	47.89708	7.13068				44			
11968818	Bertschwiller	bertschwiller	FR		0	Europe/Paris	47.84818	7.20817				44			
11968841	Cité Ungersheim	cite-ungersheim	FR		0	Europe/Paris	47.87525	7.32474				44			
11968850	Cité Sainte-Thérèse	cite-sainte-therese	FR		0	Europe/Paris	47.85645	7.33641				44			
11968867	Houppach	houppach	FR		0	Europe/Paris	47.78386	7.01289				44			
11968868	Holschlag	holschlag	FR		0	Europe/Paris	47.79672	6.91591				44			
11968869	Le Schlumpf	le-schlumpf	FR		0	Europe/Paris	47.79321	6.92295				44			
11968871	Allenbourn	allenbourn	FR		0	Europe/Paris	47.82655	7.05483				44			
11968874	Cité Rossalmend	cite-rossalmend	FR		0	Europe/Paris	47.82511	7.27147				44			
11968875	Cité Langenzug	cite-langenzug	FR		0	Europe/Paris	47.80219	7.23164				44			
11968876	Cité Joseph Else	cite-joseph-else	FR		0	Europe/Paris	47.78181	7.22715				44			
11968877	Cité Amélie Deux	cite-amelie-deux	FR		0	Europe/Paris	47.78587	7.25072				44			
11968878	Cité Jeune Bois	cite-jeune-bois	FR		0	Europe/Paris	47.81507	7.31596				44			
11968879	Cité Fernand-Anna	cite-fernand-anna	FR		0	Europe/Paris	47.79977	7.31549		Cite Anna,Cite Fernand-Anna,Cité Anna,Cité Fernand-Anna		44			
11968880	Modenheim	modenheim	FR		0	Europe/Paris	47.76734	7.3634				44			
11968945	Saint-Louis Neuweg	saint-louis-neuweg	FR		0	Europe/Paris	47.61156	7.5353				44			
11968974	Stoecken	stoecken	FR		0	Europe/Paris	47.77103	6.98492				44			
11968975	Schimmel	schimmel	FR		0	Europe/Paris	47.76573	6.9842				44			
11969011	Dornach	dornach	FR		0	Europe/Paris	47.74178	7.30031				44			
11969303	Windenhof	windenhof	FR		0	Europe/Paris	47.57341	7.35349				44			
11969304	Loechlé	loechle	FR		0	Europe/Paris	47.65234	7.50638				44			
11969326	Les Ébourbettes	les-ebourbettes	FR		0	Europe/Paris	47.44039	7.22945				44			
11969327	Le Petit Kohlberg	le-petit-kohlberg	FR		0	Europe/Paris	47.43748	7.27075				44			
11970694	Hippoltskirch	hippoltskirch	FR		0	Europe/Paris	47.47306	7.34217				44			
11970695	Saalhof	saalhof	FR		0	Europe/Paris	47.43792	7.39002				44			
11970785	Ham lès Saint-Jean	ham-les-saint-jean	FR		0	Europe/Paris	49.45233	5.48032				44			
11970786	Petit Xivry	petit-xivry	FR		0	Europe/Paris	49.44113	5.53683				44			
11970787	Noërs	noers	FR		0	Europe/Paris	49.43373	5.58275				44			
11970857	Saint-Charles	saint-charles	FR		0	Europe/Paris	49.51295	5.80474				44			
11970858	Les Cités	les-cites	FR		0	Europe/Paris	49.44458	5.83359				44			
11970860	Bréhain la Cour	brehain-la-cour	FR		0	Europe/Paris	49.4456	5.89354				44			
11970906	Martinfontaine	martinfontaine	FR		0	Europe/Paris	49.39246	5.77506				44			
11970914	Le Moulin de Bernawé	le-moulin-de-bernawe	FR		0	Europe/Paris	49.39271	5.81269				44			
11970937	Immonville	immonville	FR		0	Europe/Paris	49.25457	5.86708				44			
11970939	La Cartoucherie	la-cartoucherie	FR		0	Europe/Paris	49.24022	5.93188				44			
11970941	La Croix	la-croix	FR		0	Europe/Paris	49.196	5.907				44			
11971087	Tichémont	tichemont	FR		0	Europe/Paris	49.17955	5.90258				44			
11971092	La Ville aux Prés	la-ville-aux-pres	FR		0	Europe/Paris	49.12423	5.86389				44			
11971096	Les Baraques	les-baraques	FR		0	Europe/Paris	49.05058	5.93236				44			
11971126	Le Rosoir	le-rosoir	FR		0	Europe/Paris	48.7334	5.83084				44			
11971130	Toulaire	toulaire	FR		0	Europe/Paris	48.76961	6.05083				44			
11971131	La Champagne	la-champagne	FR		0	Europe/Paris	48.76852	6.05801				44			
11971492	Le Nid	le-nid	FR		0	Europe/Paris	48.75733	6.10333				44			
11971493	Le Rond Chêne	le-rond-chene	FR		0	Europe/Paris	48.7519	6.08678				44			
11971498	Blanzey	blanzey	FR		0	Europe/Paris	48.76228	6.24737				44			
11971499	Piroué	piroue	FR		0	Europe/Paris	48.74175	6.23824				44			
11971512	Grandménil	grandmenil	FR		0	Europe/Paris	48.68045	5.8252				44			
11971513	Val de Passey	val-de-passey	FR		0	Europe/Paris	48.64267	5.80894				44			
11971515	La Croix de Metz	la-croix-de-metz	FR		0	Europe/Paris	48.69083	5.89945				44			
11971518	Site de Vaux	site-de-vaux	FR		0	Europe/Paris	48.63834	5.92303				44			
11971519	La Poste de Velaine	la-poste-de-velaine	FR		0	Europe/Paris	48.69305	6.03145				44			
11971524	Clairlieu	clairlieu	FR		0	Europe/Paris	48.65604	6.11278				44			
11971544	Souveraincourt	souveraincourt	FR		0	Europe/Paris	48.47369	6.00807				44			
11971560	Velle	velle	FR		0	Europe/Paris	48.4582	6.016				44			
11971563	Ville sur Madon	ville-sur-madon	FR		0	Europe/Paris	48.4858	6.17175				44			
11971653	Romémont	romemont	FR		0	Europe/Paris	48.69297	6.34447				44			
11971768	La Mazière	la-maziere	FR		0	Europe/Paris	48.50263	6.3911				44			
11971849	Criviller	criviller	FR		0	Europe/Paris	48.46566	6.75338				44			
11971927	Badménil	badmenil	FR		0	Europe/Paris	48.44984	6.71369				44			
11971929	Fagnoux	fagnoux	FR		0	Europe/Paris	48.40707	6.79087				44			
11971930	Le Petit Paris	le-petit-paris	FR		0	Europe/Paris	48.40423	6.78279				44			
11971932	La Charbonnière	la-charbonniere	FR		0	Europe/Paris	48.5979	6.96208				44			
11971933	La Forêt	la-foret	FR		0	Europe/Paris	48.59709	6.98813				44			
11971934	Saussenrupt	saussenrupt	FR		0	Europe/Paris	48.57026	7.01412				44			
11993235	Condades	condades	FR		0	Europe/Paris	43.46727	2.79224				76	34	341	34229
12008776	Malvaux	malvaux	FR		0	Europe/Paris	47.77709	6.83366				27			
12008777	La Planche le Prêtre	la-planche-le-pretre	FR		0	Europe/Paris	47.75542	6.8508				27			
12008779	Le Malsaucy	le-malsaucy	FR		0	Europe/Paris	47.68259	6.79465				27			
12008784	Froideval	froideval	FR		0	Europe/Paris	47.60701	6.8448				27			
12008926	Les Errues	les-errues	FR		0	Europe/Paris	47.68715	6.95275				27			
12022558	Station de Issarbe	station-de-issarbe	FR		0	Europe/Paris	43.01846	-0.79605	1420			75	64	642	64310
12024174	Alga Putrica	alga-putrica	FR		0	Europe/Paris	42.72793	9.1331		Alga Putrica		94			
12024175	Saleccia	saleccia	FR		0	Europe/Paris	42.7208	9.20249		Saleccia		94			
12024187	Camera	camera	FR		0	Europe/Paris	42.9599	9.36894		Camera		94			
12024188	Pecorile	pecorile	FR		0	Europe/Paris	42.94545	9.36572		Pecorile		94			
12024189	Baragogna	baragogna	FR		0	Europe/Paris	42.94438	9.36612		Baragogna		94			
12024190	Mucchieta	mucchieta	FR		0	Europe/Paris	42.94033	9.36447		Mucchieta		94			
12024191	Granaggiolo	granaggiolo	FR		0	Europe/Paris	42.97606	9.38987		Granaggiolo		94			
12024192	Bettolacce	bettolacce	FR		0	Europe/Paris	42.95524	9.4189		Bettolacce		94			
12024193	Stopione	stopione	FR		0	Europe/Paris	42.94556	9.4425		Stopione		94			
12024195	San Pietro	san-pietro	FR		0	Europe/Paris	42.89668	9.40537		San Pietro		94			
12024199	Marine de Giottani	marine-de-giottani	FR		0	Europe/Paris	42.86626	9.34236		Marine de Giottani		94			
12024201	Chiesa	chiesa	FR		0	Europe/Paris	42.87702	9.35547		Chiesa		94			
12024206	Balba	balba	FR		0	Europe/Paris	42.81622	9.43904		Balba		94			
12024207	Monacaja	monacaja	FR		0	Europe/Paris	42.81316	9.42729		Monacaja		94			
12024222	Negru	negru	FR		0	Europe/Paris	42.76036	9.34101		Negru		94			
12024223	Piezze	piezze	FR		0	Europe/Paris	42.7694	9.3712		Piezze		94			
12024226	Castagnetu	castagnetu	FR		0	Europe/Paris	42.73604	9.43706		Castagnetu		94			
12024227	Grigione	grigione	FR		0	Europe/Paris	42.7347	9.46067		Grigione		94			
12024236	Piazze	piazze	FR		0	Europe/Paris	42.68988	9.37822		Piazze		94			
12024240	L'Ilusone	l-ilusone	FR		0	Europe/Paris	42.61806	9.31056		L'Ilusone		94			
12024241	Casatorra	casatorra	FR		0	Europe/Paris	42.61955	9.4364		Casatorra		94			
12024246	Rivinco	rivinco	FR		0	Europe/Paris	42.56205	9.44051		Rivinco		94			
12024265	Erbaggio	erbaggio	FR		0	Europe/Paris	42.52805	9.36326		Erbaggio		94			
12024267	Pineto	pineto	FR		0	Europe/Paris	42.54391	9.53259		Pineto,Pïneto		94			
12024268	Marina di Pinarello	marina-di-pinarello	FR		0	Europe/Paris	42.48883	9.52979		Marina di Pinare,Marina di Pinarello		94			
12024269	Querciolo	querciolo	FR		0	Europe/Paris	42.49074	9.4811		Querciolo		94			
12024271	Ferlaggia	ferlaggia	FR		0	Europe/Paris	42.46321	9.3884		Ferlaggia		94			
12024273	Divina	divina	FR		0	Europe/Paris	42.48237	9.38326		Divina		94			
12024289	Terra Rossa	terra-rossa	FR		0	Europe/Paris	42.4335	9.51962		Terra Rossa		94			
12024290	San Pellegrino	san-pellegrino	FR		0	Europe/Paris	42.44904	9.54048		San Pellegrino		94			
12024293	Vallicalla	vallicalla	FR		0	Europe/Paris	42.38175	9.52972		Vallicalla		94			
12024294	Moriani Plage	moriani-plage	FR		0	Europe/Paris	42.37309	9.52827		Moriani,Moriani Plage		94			
12024295	Carbonaccia	carbonaccia	FR		0	Europe/Paris	42.39878	9.48088		Carbonaccia		94			
12024296	Reggetto	reggetto	FR		0	Europe/Paris	42.3744	9.4778		Reggetto		94			
12024297	Vanga di l'Oru	vanga-di-l-oru	FR		0	Europe/Paris	42.35222	9.53506		Vanga di l'Oru		94			
12024299	Mucchietu	mucchietu	FR		0	Europe/Paris	42.33605	9.49403		Mucchietu		94			
12024305	Piova	piova	FR		0	Europe/Paris	42.3502	9.41965		Piova		94			
12024306	Ortia	ortia	FR		0	Europe/Paris	42.34912	9.40197		Ortia		94			
12024308	Teglia	teglia	FR		0	Europe/Paris	42.38222	9.39808		Teglia		94			
12024309	Tramica	tramica	FR		0	Europe/Paris	42.36807	9.39751		Tramica		94			
12024310	Chigliacci	chigliacci	FR		0	Europe/Paris	42.31345	9.48188		Chigliacci		94			
12024613	Erbaggio	erbaggio	FR		0	Europe/Paris	42.3946	9.36217		Erbaggio		94			
12024615	Stretta	stretta	FR		0	Europe/Paris	42.43846	9.30865		Stretta		94			
12024616	Stoppia Nova	stoppia-nova	FR		0	Europe/Paris	42.43051	9.34082		Stoppia Nova		94			
12024627	Féo	feo	FR		0	Europe/Paris	42.28537	9.23851		Feo,Féo		94			
12024772	Giunte	giunte	FR		0	Europe/Paris	42.42488	8.96443		Giunte		94			
12024781	Losari	losari	FR		0	Europe/Paris	42.63965	9.00683		Losari		94			
12024782	Toccone	toccone	FR		0	Europe/Paris	42.58227	9.05904		Toccone		94			
12024785	Corto Morello	corto-morello	FR		0	Europe/Paris	42.65523	9.11619		Corto Morello		94			
12024787	Terrice	terrice	FR		0	Europe/Paris	42.6923	9.09431		Terrice		94			
12024946	Domaine de Fonaverte	domaine-de-fonaverte	FR		0	Europe/Paris	42.6957	9.26882		Domaine de Fonaverte		94			
12025080	Ciappili	ciappili	FR		0	Europe/Paris	41.36778	9.20519		Ciappili		94			
12025094	Ricetti	ricetti	FR		0	Europe/Paris	41.42116	9.22228		Ricetti		94			
12025095	I Frasselli	i-frasselli	FR		0	Europe/Paris	41.45002	9.16962		I Frasselli		94			
12025098	Suartone	suartone	FR		0	Europe/Paris	41.48398	9.25227		Suartone		94			
12025099	Chiova d'Asinu	chiova-d-asinu	FR		0	Europe/Paris	41.48336	9.23911		Chiova d'Asinu		94			
12025149	Roccapina	roccapina	FR		0	Europe/Paris	41.49886	8.94873		Roccapina		94			
12025165	Jumenta Grossa	jumenta-grossa	FR		0	Europe/Paris	41.64555	8.9393		Jumenta Grossa		94			
12025171	Miluccia	miluccia	FR		0	Europe/Paris	41.72866	8.91371		Miluccia		94			
12025172	Vera	vera	FR		0	Europe/Paris	41.72605	8.95171		Vera		94			
12025174	Martini	martini	FR		0	Europe/Paris	41.72264	8.98997		Martini		94			
12025176	Calvese	calvese	FR		0	Europe/Paris	41.74692	8.91054		Calvese		94			
12025177	Suartu	suartu	FR		0	Europe/Paris	41.77104	8.92617		Suartu		94			
12025178	Calzola	calzola	FR		0	Europe/Paris	41.77553	8.90021		Calzola		94			
12025186	Fozzaninco	fozzaninco	FR		0	Europe/Paris	41.82283	9.1072		Fozzaninco		94			
12025187	Bucchinera	bucchinera	FR		0	Europe/Paris	41.82333	9.14248		Bucchinera		94			
12025188	Cantoli	cantoli	FR		0	Europe/Paris	41.78486	9.1553		Cantoli		94			
12025189	Spartu	spartu	FR		0	Europe/Paris	41.76759	9.19573		Spartu		94			
12025190	Village de Bavella	village-de-bavella	FR		0	Europe/Paris	41.79627	9.2275		Village de Bavella		94			
12025196	Tagliu Rossu	tagliu-rossu	FR		0	Europe/Paris	41.70985	9.31153		Tagliu Rossu		94			
12025197	A Testa	a-testa	FR		0	Europe/Paris	41.69702	9.38502		A Testa,La Testa		94			
12025198	Poggioli	poggioli	FR		0	Europe/Paris	41.68235	9.35332		Poggioli		94			
12025202	Marina di Fiori	marina-di-fiori	FR		0	Europe/Paris	41.61148	9.28843		Marina di Fiori		94			
12025204	Murtone	murtone	FR		0	Europe/Paris	41.55993	9.28743		Murtone		94			
12025206	Furcone	furcone	FR		0	Europe/Paris	41.61983	9.20357		Furcone		94			
12025207	Cipponu	cipponu	FR		0	Europe/Paris	41.59436	9.19626		Chippono,Cipponu		94			
12025209	Santa Lucia	santa-lucia	FR		0	Europe/Paris	41.48551	9.15931		Sainte-Lucie,Santa Lucia		94			
12025213	Borivoli	borivoli	FR		0	Europe/Paris	41.57052	9.16265		Borivoli		94			
12025214	Naseo	naseo	FR		0	Europe/Paris	41.56209	9.09722		Naseo,Naséo		94			
12025216	Granajola	granajola	FR		0	Europe/Paris	41.59414	9.03901		Granajola		94			
12025217	Mola	mola	FR		0	Europe/Paris	41.59786	8.98953		La Mola,Mola		94			
12025218	Radici	radici	FR		0	Europe/Paris	41.64035	9.14779		Radici		94			
12025219	Carpulitanu	carpulitanu	FR		0	Europe/Paris	41.64582	9.10538		Carpulitanu		94			
12025220	Casa	casa	FR		0	Europe/Paris	41.63873	9.07398		Casa		94			
12025221	Chialza	chialza	FR		0	Europe/Paris	41.65761	9.04681		Chialza,La Chialza		94			
12025222	Orio	orio	FR		0	Europe/Paris	41.64702	9.03433		Orio		94			
12025223	Saparella	saparella	FR		0	Europe/Paris	41.64091	9.0127		Saparella		94			
12025224	Acoravo	acoravo	FR		0	Europe/Paris	41.66539	9.01335		Acoravo		94			
12025230	Agnarone	agnarone	FR		0	Europe/Paris	41.66423	9.18534		Agnarone		94			
12025232	Tizzano	tizzano	FR		0	Europe/Paris	41.54128	8.85222		Tizzano		94			
12025233	Alturaja	alturaja	FR		0	Europe/Paris	41.56907	8.83572		Altoraccia,Alturaja		94			
12025237	Abbartello	abbartello	FR		0	Europe/Paris	41.69977	8.84376		Abbartello		94			
12025241	Pratavone	pratavone	FR		0	Europe/Paris	41.76767	8.8424		Pratavone		94			
12025242	Sarraluccia	sarraluccia	FR		0	Europe/Paris	41.7967	8.88735		Sarraluccia		94			
12025246	Tassinca	tassinca	FR		0	Europe/Paris	41.75344	8.8117		Tassinca		94			
12025279	Marine de Scala	marine-de-scala	FR		0	Europe/Paris	42.84411	9.31964		Marine de Scala		94			
12025711	Marine de Davia	marine-de-davia	FR		0	Europe/Paris	42.62354	8.882		Marine de Davia		94			
12025749	Marine de Sant'Ambrogio	marine-de-sant-ambrogio	FR		0	Europe/Paris	42.60332	8.82595		Marine de Sant'Ambrogio		94			
12025752	Pietra Maggiore	pietra-maggiore	FR		0	Europe/Paris	42.5438	8.76079		Petra Maio,Pietra Maggiore,Pietro Major		94			
12025753	Prigugio	prigugio	FR		0	Europe/Paris	42.52087	8.77414		Prigugio		94			
12025755	Truccia	truccia	FR		0	Europe/Paris	42.48852	8.68141		Truccia		94			
12025757	L'Argentella	l-argentella	FR		0	Europe/Paris	42.46534	8.67995		L'Argentella,L'Argentelle		94			
12025763	Amacu	amacu	FR		0	Europe/Paris	42.45143	8.76477		Amacu,Amico		94			
12025764	Suare	suare	FR		0	Europe/Paris	42.489	8.79536		Suare		94			
12025765	Tarazone	tarazone	FR		0	Europe/Paris	42.49998	8.80879		Tarazone,Terrazone		94			
12025843	Station de Ski du Haut Asco	station-de-ski-du-haut-asco	FR		0	Europe/Paris	42.40308	8.92233		Haut Asco,Station de Ski du Haut Asco		94			
12025858	Frassigna	frassigna	FR		0	Europe/Paris	42.44936	8.82922		Frassigna		94			
12025859	Prezzuna	prezzuna	FR		0	Europe/Paris	42.41795	8.75704		Prezzuna		94			
12025860	Barghiana	barghiana	FR		0	Europe/Paris	42.36602	8.79375		Barghiana		94			
12025865	Calca	calca	FR		0	Europe/Paris	42.40081	8.63528		Calca		94			
12030721	Renula Suttana	renula-suttana	FR		0	Europe/Paris	42.89805	9.41788		Renula Suttana		94			
12031654	Botro	botro	FR		0	Europe/Paris	42.28919	9.16153		Botro		94			
12032016	Bishopric of Grenoble	bishopric-of-grenoble	FR		0	Europe/Paris	45.19285	5.73198				84	38	381	38185
12032396	Roman catholic diocese of Arles	roman-catholic-diocese-of-arles	FR		0	Europe/Paris	43.67661	4.62795				93	13	132	13004
12035618	La Roche	la-roche	FR		0	Europe/Paris	45.94672	1.10575				75	87	872	87118
12035620	Vauzelle	vauzelle	FR		0	Europe/Paris	45.92712	1.12173				75	87	872	87143
12035621	Baneche	baneche	FR		0	Europe/Paris	45.97035	1.07948				75	87	872	87118
12036237	La Haute Cour	la-haute-cour	FR		0	Europe/Paris	47.28803	0.78696				24	37	372	37104
12036511	Castellu di Vergio	castellu-di-vergio	FR		0	Europe/Paris	42.2862	8.89208		Castellu di Vergio		94			
12036512	Chimiglia	chimiglia	FR		0	Europe/Paris	42.20364	8.83009		Chimiglia		94			
12036513	Poggio	poggio	FR		0	Europe/Paris	42.21008	8.82674		Le Poggio,Poggio		94			
12036516	L'Arignala	l-arignala	FR		0	Europe/Paris	42.17052	8.75563		L'Arignala		94			
12036692	Marchese	marchese	FR		0	Europe/Paris	42.14919	8.59471		Marchese		94			
12036701	Cruciate	cruciate	FR		0	Europe/Paris	42.1232	8.74978		Cruciate		94			
12037699	Monte Rosso	monte-rosso	FR		0	Europe/Paris	41.88092	8.86814		Monte Rosso		94			
12037701	Capigliolo	capigliolo	FR		0	Europe/Paris	41.92876	8.62949		Capigliolo		94			
12037702	Scudo	scudo	FR		0	Europe/Paris	41.90822	8.67789		Scudo		94			
12037703	Castelluccio	castelluccio	FR		0	Europe/Paris	41.93398	8.71651		Castelluccio		94			
12037704	Pagliaggioli	pagliaggioli	FR		0	Europe/Paris	41.96105	8.61638		Pagliaggioli		94			
12037705	Poggio	poggio	FR		0	Europe/Paris	41.96336	8.68375		Poggio		94			
12037707	Marina Viva	marina-viva	FR		0	Europe/Paris	41.89454	8.8072		Marina Viva		94			
12037806	Custarella	custarella	FR		0	Europe/Paris	42.25501	8.71936		Custarella		94			
12037807	Bussaghia	bussaghia	FR		0	Europe/Paris	42.28142	8.68842		Bussaghia		94			
12037810	Pevani	pevani	FR		0	Europe/Paris	42.01978	8.69562		Pevani		94			
12037811	Pichio	pichio	FR		0	Europe/Paris	41.98799	8.7569		Pichio		94			
12037812	Listinconu	listinconu	FR		0	Europe/Paris	42.00204	8.75702		Listinconu		94			
12037814	Mutuleju	mutuleju	FR		0	Europe/Paris	41.91107	8.89834		Mutuleju		94			
12037815	Arghiaccia	arghiaccia	FR		0	Europe/Paris	41.93257	8.89327		Arghiaccia		94			
12037817	Scamata	scamata	FR		0	Europe/Paris	41.97236	8.85732		Scamata		94			
12037818	Urcheja	urcheja	FR		0	Europe/Paris	41.98244	8.83556		Urcheja		94			
12037819	San Petru	san-petru	FR		0	Europe/Paris	42.00901	8.85006		San Petru		94			
12037820	Erbaido	erbaido	FR		0	Europe/Paris	41.99889	8.86783		Erbaido		94			
12037821	A Torra	a-torra	FR		0	Europe/Paris	42.02645	8.84092		A Torra		94			
12037822	Poggiale	poggiale	FR		0	Europe/Paris	42.02395	8.82442		Poggiale		94			
12037823	Pedi Morella	pedi-morella	FR		0	Europe/Paris	41.97848	8.89534		Pedi Morella		94			
12037824	Cruica	cruica	FR		0	Europe/Paris	42.07358	8.87792		Cruica		94			
12037825	Sant'Eliseo	sant-eliseo	FR		0	Europe/Paris	42.09875	8.84731		Sant'Eliseo		94			
12037826	Bigliani	bigliani	FR		0	Europe/Paris	42.10255	8.84213		Bigliani		94			
12037828	Mercolaccia	mercolaccia	FR		0	Europe/Paris	42.14168	8.79668		Mercolaccia		94			
12038290	Vercuères	vercueres	FR		0	Europe/Paris	45.02038	2.52922		Vercueres,Vercuères		84			
12038371	La Barge	la-barge	FR		0	Europe/Paris	44.96215	3.08576		La Barge		84			
12038383	Les Estresses	les-estresses	FR		0	Europe/Paris	44.77376	2.2094		Les Estresses		84			
12038482	La Veyssière	la-veyssiere	FR		0	Europe/Paris	45.61374	2.29663		La Veyssiere,La Veyssière		75			
12038484	Le Roulet	le-roulet	FR		0	Europe/Paris	45.33535	1.45045		Le Roulet		75			
12038485	Bellevue	bellevue	FR		0	Europe/Paris	45.23782	1.38525		Bellevue		75			
12038487	Le Poteau du Gay	le-poteau-du-gay	FR		0	Europe/Paris	45.2669	2.13387		Le Poteau du Gay		75			
12038488	Lachaud	lachaud	FR		0	Europe/Paris	45.21525	2.00389		Lachaud		75			
12038489	Le Jaladis	le-jaladis	FR		0	Europe/Paris	45.06575	1.76727		Le Jaladis		75			
12038494	Le Préhaut	le-prehaut	FR		0	Europe/Paris	45.10552	1.791		Le Prehaut,Le Préhaut		75			
12038495	Chassat	chassat	FR		0	Europe/Paris	45.08425	1.83197		Chassat		75			
12038583	Sourdoire	sourdoire	FR		0	Europe/Paris	44.98191	1.7132		Sourdoire		75			
12038585	Laroche	laroche	FR		0	Europe/Paris	45.02151	1.80737		Laroche		75			
12038586	Laudubertie	laudubertie	FR		0	Europe/Paris	45.02945	1.78344		Laudubertie		75			
12038587	La Vidalie	la-vidalie	FR		0	Europe/Paris	44.9351	1.81002		La Vidalie		75			
12040159	Résidences du Golfe de Lava	residences-du-golfe-de-lava	FR		0	Europe/Paris	41.99376	8.6705		Residences du Golfe de Lava,Résidences du Golfe de Lava		94			
12040355	Barnazat	barnazat	FR		0	Europe/Paris	45.98288	3.35003		Barnazat		84			
12040488	Boslabert	boslabert	FR		0	Europe/Paris	45.45851	3.03086		Boslabert		84			
12040505	Vieux Saint-Sylvestre	vieux-saint-sylvestre	FR		0	Europe/Paris	46.03875	3.39049		Vieux Saint-Sylvestre		84			
12040506	La Vialle	la-vialle	FR		0	Europe/Paris	45.69459	3.35897		La Vialle		84			
12040896	Le Cheylat	le-cheylat	FR		0	Europe/Paris	45.3115	3.13702		Le Cheylat		84			
12041113	Prapérier	praperier	FR		0	Europe/Paris	45.16436	4.66187		Praperier,Prapérier		84			
12041146	Le Mounier	le-mounier	FR		0	Europe/Paris	44.96365	4.62969		Le Mounier		84			
12041147	La Bâtie de Crussol	la-batie-de-crussol	FR		0	Europe/Paris	44.96054	4.7333		La Batie de Crussol,La Bâtie de Crussol		84			
12041148	Le Pont de Fromentières	le-pont-de-fromentieres	FR		0	Europe/Paris	44.88361	4.3676		Le Pont de Fromentieres,Le Pont de Fromentières		84			
12041150	Alliandre	alliandre	FR		0	Europe/Paris	44.8589	4.58907		Alliandre		84			
12041177	Le Col d'Aizac	le-col-d-aizac	FR		0	Europe/Paris	44.71409	4.33005		Le Col d'Aizac		84			
12041179	Lavastret	lavastret	FR		0	Europe/Paris	44.75653	4.49342		Lavastret		84			
12041180	Le Femeil	le-femeil	FR		0	Europe/Paris	44.75078	4.54503		Le Femeil		84			
12041181	Le Petit Tournon	le-petit-tournon	FR		0	Europe/Paris	44.73982	4.59966		Le Petit Tournon		84			
12041182	Les Fonts du Pouzin	les-fonts-du-pouzin	FR		0	Europe/Paris	44.76145	4.72243		Les Fonts du Pouzin		84			
12041183	La Chavade	la-chavade	FR		0	Europe/Paris	44.69735	4.02271		La Chavade		84			
12041184	Thieure	thieure	FR		0	Europe/Paris	44.68553	4.35927		Thieure		84			
12041185	Le Pont d'Ucel	le-pont-d-ucel	FR		0	Europe/Paris	44.62701	4.39603		Le Pont d'Ucel		84			
12041187	Le Villard	le-villard	FR		0	Europe/Paris	44.5874	4.12873		Le Villard		84			
12041266	Le Suel	le-suel	FR		0	Europe/Paris	44.44246	4.18738		Le Suel		84			
12041455	Saint-Denac	saint-denac	FR		0	Europe/Paris	47.31943	-2.34222				52	44	443	44151
12041457	Hameau de Chambre-Fontaine	hameau-de-chambre-fontaine	FR		0	Europe/Paris	49.0172	2.78437				11	77	771	77150
12041458	Le Val Secret	le-val-secret	FR		0	Europe/Paris	49.07167	3.40024				32	02	021	02114
12041459	Le Tilvot	le-tilvot	FR		0	Europe/Paris	49.0012	3.48573				32	02	021	02223
12042115	(former) Roman Catholic Archidiocese of Vienne	former-roman-catholic-archidiocese-of-vienne	FR		0	Europe/Paris	45.52422	4.8731				84	38	383	38544
12044481	Bordardoué	bordardoue	FR		0	Europe/Paris	47.32367	-3.13543		Bordardoue,Bordardoué		53			
12044482	Kerourdé	kerourde	FR		0	Europe/Paris	47.31206	-3.1407		Kerourde,Kerourdé		53			
12044483	Arnaud	arnaud	FR		0	Europe/Paris	47.31719	-3.1176		Arnaud		53			
12044484	Kerdavid	kerdavid	FR		0	Europe/Paris	47.30775	-3.10419		Kerdavid		53			
12044485	Borduro	borduro	FR		0	Europe/Paris	47.30767	-3.09583		Borduro		53			
12044488	Kerdonis	kerdonis	FR		0	Europe/Paris	47.31388	-3.07125		Kerdonis		53			
12044489	Borderhouat	borderhouat	FR		0	Europe/Paris	47.30561	-3.0751		Borderhouat		53			
12044490	Kerouarh	kerouarh	FR		0	Europe/Paris	47.31078	-3.08053		Kerouarh		53			
12044491	Kerzo	kerzo	FR		0	Europe/Paris	47.29949	-3.07917		Kerzo		53			
12044492	Keroulep	keroulep	FR		0	Europe/Paris	47.29931	-3.09173		Keroulep		53			
12044493	Kergolay	kergolay	FR		0	Europe/Paris	47.28693	-3.0868		Kergolay		53			
12044494	Le Skeul	le-skeul	FR		0	Europe/Paris	47.28477	-3.08967		Le Skeul		53			
12044495	Borvran	borvran	FR		0	Europe/Paris	47.29223	-3.09165		Borvran		53			
12044496	Kerdalidec	kerdalidec	FR		0	Europe/Paris	47.2965	-3.09721		Kerdalidec		53			
12044497	Pouldon	pouldon	FR		0	Europe/Paris	47.29404	-3.13136		Pouldon		53			
12044498	Le Grand Cosquet	le-grand-cosquet	FR		0	Europe/Paris	47.30011	-3.1382		Le Grand Cosquet		53			
12044499	Herlin	herlin	FR		0	Europe/Paris	47.30305	-3.15297		Herlin		53			
12044500	Kervarijon	kervarijon	FR		0	Europe/Paris	47.30958	-3.16376		Kervarijon		53			
12044501	Parlavan	parlavan	FR		0	Europe/Paris	47.32202	-3.16928		Parlavan		53			
12044502	Kerguélen	kerguelen	FR		0	Europe/Paris	47.30465	-3.19874		Kerguelen,Kerguélen		53			
12044503	Domois	domois	FR		0	Europe/Paris	47.30081	-3.21865		Domois		53			
12044504	Bedex	bedex	FR		0	Europe/Paris	47.31864	-3.219		Bedex		53			
12044505	Tinéüé	tineue	FR		0	Europe/Paris	47.32444	-3.21214		Tineue,Tinéüé		53			
12044506	Le Vazen	le-vazen	FR		0	Europe/Paris	47.31546	-3.2372		Le Vazen		53			
12044507	Donnant	donnant	FR		0	Europe/Paris	47.32035	-3.22932		Donnant		53			
12044509	Kerhuel	kerhuel	FR		0	Europe/Paris	47.32657	-3.22508		Kerhuel		53			
12044529	Kerroyant	kerroyant	FR		0	Europe/Paris	47.33555	-3.22492		Kerroyant		53			
12044530	Kerlédan	kerledan	FR		0	Europe/Paris	47.34327	-3.23484		Kerledan,Kerlédan		53			
12044531	Logonnet	logonnet	FR		0	Europe/Paris	47.3668	-3.23398		Logonnet		53			
12044534	Kergostio	kergostio	FR		0	Europe/Paris	47.368	-3.21218		Kergostio		53			
12044535	Kerzo	kerzo	FR		0	Europe/Paris	47.36536	-3.20397		Kerzo		53			
12044536	Kerbellec	kerbellec	FR		0	Europe/Paris	47.36081	-3.19685		Kerbellec		53			
12044543	Kersablen	kersablen	FR		0	Europe/Paris	47.33967	-3.17672		Kersablen		53			
12044544	Mérézel	merezel	FR		0	Europe/Paris	47.32926	-3.1644		Merezel,Mérézel		53			
12044546	Port Halan	port-halan	FR		0	Europe/Paris	47.34107	-3.15407		Port Halan		53			
12044710	Magouric	magouric	FR		0	Europe/Paris	47.31108	-3.07369		Magouric		53			
12044712	Borménahic	bormenahic	FR		0	Europe/Paris	47.30679	-3.08251		Bormenahic,Borménahic		53			
12044713	Le Coléty	le-colety	FR		0	Europe/Paris	47.30544	-3.08727		Le Colety,Le Coléty		53			
12044714	Borderenne	borderenne	FR		0	Europe/Paris	47.29657	-3.08389		Borderenne		53			
12044718	Porh Coter	porh-coter	FR		0	Europe/Paris	47.28988	-3.09731		Porh Coter		53			
12044741	Bornor	bornor	FR		0	Europe/Paris	47.29201	-3.11133		Bornor		53			
12044743	Bourhic	bourhic	FR		0	Europe/Paris	47.29502	-3.11427		Bourhic		53			
12044744	Kernéjon	kernejon	FR		0	Europe/Paris	47.3058	-3.11061		Kernejon,Kernéjon		53			
12044745	Le Coty	le-coty	FR		0	Europe/Paris	47.30288	-3.1162		Le Coty		53			
12044746	Prat Lédan	prat-ledan	FR		0	Europe/Paris	47.30275	-3.12377		Prat Ledan,Prat Lédan		53			
12044804	Kerviniec	kerviniec	FR		0	Europe/Paris	47.32271	-3.13172		Kerviniec		53			
12044805	Kervin	kervin	FR		0	Europe/Paris	47.32102	-3.13329		Kervin		53			
12044806	Borsarazin	borsarazin	FR		0	Europe/Paris	47.31607	-3.12718		Borsarazin		53			
12044807	Tibain	tibain	FR		0	Europe/Paris	47.31418	-3.13116		Tibain		53			
12044808	Kervic	kervic	FR		0	Europe/Paris	47.30951	-3.11833		Kervic		53			
12044809	Borchudan	borchudan	FR		0	Europe/Paris	47.30911	-3.12901		Borchudan		53			
12044810	Borthéro	borthero	FR		0	Europe/Paris	47.30659	-3.12426		Borthero,Borthéro		53			
12044811	Ti-Sévéno	ti-seveno	FR		0	Europe/Paris	47.29928	-3.12466		Ti-Seveno,Ti-Sévéno		53			
12044812	Borlagadec	borlagadec	FR		0	Europe/Paris	47.3072	-3.15623		Borlagadec		53			
12044813	Kerdaigre	kerdaigre	FR		0	Europe/Paris	47.31066	-3.15155		Kerdaigre		53			
12044814	Kergallic	kergallic	FR		0	Europe/Paris	47.31766	-3.15504		Kergallic		53			
12044815	Kerguénolé	kerguenole	FR		0	Europe/Paris	47.32097	-3.16078		Kerguenole,Kerguénolé		53			
12044816	Kerspern	kerspern	FR		0	Europe/Paris	47.33324	-3.16665		Kerspern		53			
12044817	Borthélo	borthelo	FR		0	Europe/Paris	47.33449	-3.15668		Borthelo,Borthélo		53			
12044818	Port Salio	port-salio	FR		0	Europe/Paris	47.32665	-3.14442		Port Salio		53			
12044819	Borfloc'h	borfloc-h	FR		0	Europe/Paris	47.32726	-3.14987		Borfloc'h		53			
12044820	Begarroz	begarroz	FR		0	Europe/Paris	47.32841	-3.15528		Begarroz		53			
12044821	Kerloréal	kerloreal	FR		0	Europe/Paris	47.32867	-3.14716		Kerloreal,Kerloréal		53			
12044822	Le Gouerch	le-gouerch	FR		0	Europe/Paris	47.3339	-3.15871		Le Goueh,Le Gouerch,Le Gouèh		53			
12044823	Nantskol	nantskol	FR		0	Europe/Paris	47.33706	-3.15428		Nantskol		53			
12044824	Ripcuh	ripcuh	FR		0	Europe/Paris	47.33712	-3.15003		Ripcuh		53			
12044825	Bordilia	bordilia	FR		0	Europe/Paris	47.34047	-3.16104		Bordilia		53			
12044826	Antoureau	antoureau	FR		0	Europe/Paris	47.33298	-3.17883		Antoureau		53			
12044827	Kerdénet	kerdenet	FR		0	Europe/Paris	47.33602	-3.17409		Kerdenet,Kerdénet		53			
12044829	Kerlan	kerlan	FR		0	Europe/Paris	47.32528	-3.18431		Kerlan		53			
12044830	Robosser	robosser	FR		0	Europe/Paris	47.34434	-3.16795		Robosser		53			
12044831	Pénécam	penecam	FR		0	Europe/Paris	47.33698	-3.1577		Penecam,Pénécam		53			
12044832	Bourgrouaguer	bourgrouaguer	FR		0	Europe/Paris	47.33452	-3.16588		Bourgrouaguer		53			
12044833	Pontorgo	pontorgo	FR		0	Europe/Paris	47.3492	-3.16194		Pontorgo		53			
12044834	Bellevue	bellevue	FR		0	Europe/Paris	47.35092	-3.16728		Bellevue		53			
12044835	Linigour	linigour	FR		0	Europe/Paris	47.34869	-3.17499		Linigour		53			
12044836	Ker Pol Léo	ker-pol-leo	FR		0	Europe/Paris	47.35241	-3.17749		Ker Pol Leo,Ker Pol Léo		53			
12044837	Souverain	souverain	FR		0	Europe/Paris	47.35163	-3.1838		Souverain		53			
12044838	Borstang	borstang	FR		0	Europe/Paris	47.3564	-3.17835		Borstang		53			
12044839	Quinénec	quinenec	FR		0	Europe/Paris	47.35766	-3.17987		Quinenec,Quinénec		53			
12044840	Spernen	spernen	FR		0	Europe/Paris	47.3371	-3.17748		Spernen		53			
12044859	Taillefer	taillefer	FR		0	Europe/Paris	47.36039	-3.15738		Taillefer		53			
12044860	Le Bois Malherbe	le-bois-malherbe	FR		0	Europe/Paris	47.35593	-3.15748		Le Bois Malherbe		53			
12044863	Le Pavillon	le-pavillon	FR		0	Europe/Paris	47.35606	-3.16381		Le Pavillon		53			
12044865	Andrestol	andrestol	FR		0	Europe/Paris	47.35765	-3.18695		Andrestol		53			
12044872	Chubiguer	chubiguer	FR		0	Europe/Paris	47.35781	-3.20612		Chubiguer		53			
12044873	Bernantec	bernantec	FR		0	Europe/Paris	47.35997	-3.21328		Bernantec		53			
12044875	Lancreno	lancreno	FR		0	Europe/Paris	47.35065	-3.21558		Lancreno		53			
12044876	Borticado	borticado	FR		0	Europe/Paris	47.34853	-3.20829		Borticado		53			
12044877	Kervau	kervau	FR		0	Europe/Paris	47.34923	-3.19786		Kervau		53			
12044878	Kergoyet	kergoyet	FR		0	Europe/Paris	47.34563	-3.19882		Kergoyet		53			
12044879	Borgrois	borgrois	FR		0	Europe/Paris	47.35582	-3.2245		Borgrois		53			
12044881	Crawford	crawford	FR		0	Europe/Paris	47.36081	-3.22177		Crawford		53			
12044882	Bortentrion	bortentrion	FR		0	Europe/Paris	47.36018	-3.22923		Bortentrion		53			
12044889	Borhuédet	borhuedet	FR		0	Europe/Paris	47.36273	-3.2382		Borhuedet,Borhuédet		53			
12044890	Bordéry	bordery	FR		0	Europe/Paris	47.37451	-3.23236		Bordery,Bordéry		53			
12044891	Bortifaouen	bortifaouen	FR		0	Europe/Paris	47.37079	-3.24044		Bortifaouen		53			
12044892	Penhoët	penhoet	FR		0	Europe/Paris	47.38445	-3.24514		Penhoet,Penhoët		53			
12044895	Borcastel	borcastel	FR		0	Europe/Paris	47.3685	-3.24475		Borcastel		53			
12044896	Kerguec'h	kerguec-h	FR		0	Europe/Paris	47.36174	-3.24837		Kerguec'h		53			
12044897	Borderun	borderun	FR		0	Europe/Paris	47.35093	-3.2472		Borderun		53			
12044898	Bordelann	bordelann	FR		0	Europe/Paris	47.34538	-3.24499		Bordelann		53			
12044899	Anvorte	anvorte	FR		0	Europe/Paris	47.34128	-3.22811		Anvort,Anvorte		53			
12044900	Calastren	calastren	FR		0	Europe/Paris	47.30646	-3.17463		Calastren		53			
12044901	Bordrouhant	bordrouhant	FR		0	Europe/Paris	47.30605	-3.18129		Bordrouhant		53			
12044908	Bortémon	bortemon	FR		0	Europe/Paris	47.311	-3.1782		Bortemon,Bortémon		53			
12044909	Bordenec'h	bordenec-h	FR		0	Europe/Paris	47.30757	-3.19015		Bordenec'h		53			
12044910	Marta	marta	FR		0	Europe/Paris	47.32062	-3.18818		Marta		53			
12044911	Goélan	goelan	FR		0	Europe/Paris	47.31785	-3.19703		Goelan,Goélan		53			
12044912	Kernest	kernest	FR		0	Europe/Paris	47.31285	-3.2007		Kernest		53			
12044913	Kerel	kerel	FR		0	Europe/Paris	47.30528	-3.20347		Kerel,Kérel		53			
12044914	Bornor	bornor	FR		0	Europe/Paris	47.30031	-3.20786		Bornor		53			
12044915	Bordelouet	bordelouet	FR		0	Europe/Paris	47.30364	-3.21092		Bordelouet		53			
12044916	Radenec	radenec	FR		0	Europe/Paris	47.30514	-3.21992		Radenec		53			
12044917	Cosquet	cosquet	FR		0	Europe/Paris	47.31512	-3.21177		Cosquet		53			
12044918	Bornaliguen	bornaliguen	FR		0	Europe/Paris	47.31871	-3.20865		Bornaliguen		53			
12044919	Parc Brune	parc-brune	FR		0	Europe/Paris	47.31444	-3.21642		Parc Brune		53			
12044920	Borzose	borzose	FR		0	Europe/Paris	47.31478	-3.23103		Borzose		53			
12044921	Kerprad	kerprad	FR		0	Europe/Paris	47.31143	-3.18796		Kerprad		53			
12044922	Les Goulenno	les-goulenno	FR		0	Europe/Paris	47.32334	-3.18699		Les Goulenno		53			
12044924	Keriéro	keriero	FR		0	Europe/Paris	47.33072	-3.21391		Keriero,Keriéro		53			
12044925	Runello	runello	FR		0	Europe/Paris	47.33286	-3.19534		Runello		53			
12044926	Kersantel	kersantel	FR		0	Europe/Paris	47.33557	-3.19935		Kersantel		53			
12044927	Kervellan	kervellan	FR		0	Europe/Paris	47.33749	-3.21121		Kervellan		53			
12044928	Petit Kériéro	petit-keriero	FR		0	Europe/Paris	47.33282	-3.2096		Petit Keriero,Petit Keriéro,Petit Kériéro		53			
12044929	Féténéguiau	feteneguiau	FR		0	Europe/Paris	47.33786	-3.21938		Feteneguiau,Féténéguiau		53			
12044930	Bormené	bormene	FR		0	Europe/Paris	47.33618	-3.23238		Bormene,Bormené		53			
12044931	Lanno	lanno	FR		0	Europe/Paris	47.3481	-3.22491		Lanno		53			
12044932	Anter	anter	FR		0	Europe/Paris	47.33214	-3.23598		Anter		53			
12045221	Nucicchie	nucicchie	FR		0	Europe/Paris	42.12448	8.94387		Nucicchie		94			
12045222	Piane	piane	FR		0	Europe/Paris	42.11118	8.94588		Piane		94			
12045223	Guarchetta	guarchetta	FR		0	Europe/Paris	42.14848	9.04457		Guarchetta		94			
12045252	Suaricchio	suaricchio	FR		0	Europe/Paris	42.05007	8.92583		Suarcchio,Suaricchio		94			
12045253	Fiascu	fiascu	FR		0	Europe/Paris	42.03478	8.91385		Fiascu		94			
12045262	Casarimacciu	casarimacciu	FR		0	Europe/Paris	41.98895	8.90671		Casarimacciu		94			
12045263	Vignola	vignola	FR		0	Europe/Paris	41.94481	8.98906		La Vignola,Vignola		94			
12045264	Radicale	radicale	FR		0	Europe/Paris	41.92512	8.96223		Radicale		94			
12045265	Gigliu	gigliu	FR		0	Europe/Paris	41.94238	8.92044		Gigliu		94			
12045267	A Masina	a-masina	FR		0	Europe/Paris	41.8567	8.9555		A Masina		94			
12045315	U Vergaju	u-vergaju	FR		0	Europe/Paris	41.91616	9.11104		U Vergaju		94			
12045323	Tramuta	tramuta	FR		0	Europe/Paris	41.82521	9.32201		Tramuta		94			
12045324	La Penna	la-penna	FR		0	Europe/Paris	41.83425	9.37427		La Penna		94			
12045325	Cité de l'Air	cite-de-l-air	FR		0	Europe/Paris	41.91999	9.38013		Cite de l'Air,Cité de l'Air		94			
12045326	Lustinchellu	lustinchellu	FR		0	Europe/Paris	41.91417	9.36603		Lostinchello,Lustinchellu		94			
12045327	Petra di Lama	petra-di-lama	FR		0	Europe/Paris	41.86954	9.32573		Petra di Lama,Pietra di Lama		94			
12045328	Ordioni	ordioni	FR		0	Europe/Paris	41.8884	9.28443		Ordioni		94			
12045329	Vangone	vangone	FR		0	Europe/Paris	41.9379	9.31198		Vangone		94			
12045394	Scrivano	scrivano	FR		0	Europe/Paris	41.9708	9.18507		Sardaigne,Scrivano		94			
12045426	Marine du Caprone	marine-du-caprone	FR		0	Europe/Paris	41.99193	9.44044		Marine du Caprone		94			
12045430	Abbazia	abbazia	FR		0	Europe/Paris	42.00522	9.3648		Abbazia		94			
12045433	Valcaccia	valcaccia	FR		0	Europe/Paris	42.02933	9.34442		Valcaccia		94			
12045435	Ghisonaccia Gare	ghisonaccia-gare	FR		0	Europe/Paris	42.05746	9.37815		Ghisonaccia Gare		94			
12045439	Aristone	aristone	FR		0	Europe/Paris	42.05809	9.43376		Aristone		94			
12045444	Samuleto	samuleto	FR		0	Europe/Paris	42.08684	9.42874		Samuleto		94			
12045450	Campo al Quarcio	campo-al-quarcio	FR		0	Europe/Paris	42.13646	9.44549		Campo al Quarcio,Champ de Chene,Champ de Chêne		94			
12045451	Casone	casone	FR		0	Europe/Paris	42.10648	9.41739		Casone		94			
12045457	Letto Majo	letto-majo	FR		0	Europe/Paris	42.13468	9.3394		Letto Majo		94			
12045459	Nivischio	nivischio	FR		0	Europe/Paris	42.14989	9.32234		Nivischio		94			
12045460	Pinzalone	pinzalone	FR		0	Europe/Paris	42.09709	9.30731		Pinzalone		94			
12045477	Busso	busso	FR		0	Europe/Paris	42.08895	9.06517		Busso		94			
12045480	La Foce	la-foce	FR		0	Europe/Paris	42.11379	9.11948		La Foce		94			
12045484	Agnatello	agnatello	FR		0	Europe/Paris	42.13755	9.21562		Agnatello		94			
12045485	Agheri	agheri	FR		0	Europe/Paris	42.11695	9.29542		Agheri		94			
12045486	Saparelle	saparelle	FR		0	Europe/Paris	42.14378	9.26579		Saparelle,Saparelli		94			
12045488	Amadiu	amadiu	FR		0	Europe/Paris	42.24488	9.21904		Amadiu,Amaglio		94			
12045489	Serraggio	serraggio	FR		0	Europe/Paris	42.2396	9.17389		Serraggio		94			
12045509	Pianiccia	pianiccia	FR		0	Europe/Paris	42.20903	9.46032		Pianiccia,Pianiccie		94			
12045510	Casaperta	casaperta	FR		0	Europe/Paris	42.16795	9.43002		Casaberte,Casaperta		94			
12045511	Frassiccia	frassiccia	FR		0	Europe/Paris	42.15137	9.44651		Frassiccia		94			
12045879	Varrec	varrec	FR		0	Europe/Paris	47.32241	-3.1749		Varrec		53			
12045880	Pennvaz	pennvaz	FR		0	Europe/Paris	47.29895	-3.19757		Pennvaz		53			
12045883	Le Trou aux Chats	le-trou-aux-chats	FR		0	Europe/Paris	47.33132	-3.15281		Le Trou aux Chats		53			
12045897	Le Trou aux Chats	le-trou-aux-chats	FR		0	Europe/Paris	47.3312	-3.15351		Le Trou aux Chats		53			
12045898	La Maison Neuve	la-maison-neuve	FR		0	Europe/Paris	47.33773	-3.16246		La Maison Neuve		53			
12045899	Ramonette	ramonette	FR		0	Europe/Paris	47.34375	-3.15112		Ramonette		53			
12045902	La Vigne	la-vigne	FR		0	Europe/Paris	47.34544	-3.1636		La Vigne		53			
12045903	Le Potager	le-potager	FR		0	Europe/Paris	47.34497	-3.16555		Le Potager		53			
12045908	Le Port-Blanc	le-port-blanc	FR		0	Europe/Paris	47.37244	-3.21489		Le Port-Blanc		53			
12045917	Le Petit Anvorte	le-petit-anvorte	FR		0	Europe/Paris	47.3433	-3.22665		Le Moulin d'Anvort,Le Petit Anvorte		53			
12045924	Envag	envag	FR		0	Europe/Paris	47.30696	-3.22523		Envag		53			
12046163	Le Paluden	le-paluden	FR		0	Europe/Paris	47.33767	-2.87874		Le Paluden		53			
12046863	Le Vieux Phare	le-vieux-phare	FR		0	Europe/Paris	47.34277	-2.86448		Le Phare,Le Vieux Phare		53			
12047184	Roman Catholic Archidiocese of Tours	roman-catholic-archidiocese-of-tours	FR		0	Europe/Paris	47.39567	0.69405				24	37	372	37261
12047198	(former) Roman catholic Diocese of Die	former-roman-catholic-diocese-of-die	FR		0	Europe/Paris	44.75229	5.37077				84	26	261	26113
12047220	Roman Catholic Diocese of Gap	roman-catholic-diocese-of-gap	FR		0	Europe/Paris	44.55804	6.07771				93	05	052	05061
12047232	Roman Catholic Diocese of Viviers	roman-catholic-diocese-of-viviers	FR		0	Europe/Paris	44.482	4.69037				84	07	072	07346
12047250	Kersaux	kersaux	FR		0	Europe/Paris	47.50402	-2.80852				53	56	563	56214
12047311	Neu-Saarwerden	neu-saarwerden	FR		0	Europe/Paris	48.93705	7.07856		Neuf-Sarrewerden,Neusaarwerden,Ville-Neuve de Sarrewerden		44	67	674	67434
12047312	Bockenheim	bockenheim	FR		0	Europe/Paris	48.94065	7.08912		Bouquenom,Buckenheim		44	67	674	67434
12047348	Larivour	larivour	FR		0	Europe/Paris	48.27729	4.26016				44	10	103	10209
12047349	Le Sellières	le-sellieres	FR		0	Europe/Paris	48.52911	3.69879				44	10	102	10323
12047350	Courlanges	courlanges	FR		0	Europe/Paris	48.45405	3.9181				44	10	102	10353
12047365	La Lizerne	la-lizerne	FR		0	Europe/Paris	47.25224	6.76775				27	25	252	25366
12047686	(former) Roman Catholic Diocese of Chalon-sur-Saône	former-roman-catholic-diocese-of-chalon-sur-saone	FR		0	Europe/Paris	46.78254	4.85879				27	71	712	71076
12047687	Kingdom of Burgundy	kingdom-of-burgundy	FR		0	Europe/Paris	45.76598	5.35959				84	38	382	38365
12047692	(former) Roman Catholic Diocese of Sagona	former-roman-catholic-diocese-of-sagona	FR		0	Europe/Paris	42.16435	8.79206				94	2A	2A1	2A348
12047698	Tour-Oasis	tour-oasis	FR		0	Europe/Paris	45.68325	4.86196				84	69	691	69276
12047699	Jardin du Fort	jardin-du-fort	FR		0	Europe/Paris	45.73314	4.92307				84	69	691	69029
12047700	Jacquière	jacquiere	FR		0	Europe/Paris	45.77301	5.01192				84	69	691	69282
12047701	Francheville le Haut	francheville-le-haut	FR		0	Europe/Paris	45.73472	4.75067				84	69	691	69089
12047702	L'Aigas Grand-Bois Meginand	l-aigas-grand-bois-meginand	FR		0	Europe/Paris	45.76447	4.73814				84	69	691	69205
12047703	Montpinot Le Bourg	montpinot-le-bourg	FR		0	Europe/Paris	45.7647	4.7591				84	69	691	69244
12047704	Secteur 1	secteur-1	FR		0	Europe/Paris	45.82957	4.74682				84	69	691	69072
12047705	Secteur 4	secteur-4	FR		0	Europe/Paris	45.80247	4.737				84	69	691	69072
12047706	Aviation	aviation	FR		0	Europe/Paris	45.72989	4.93297				84	69	691	69029
12047707	Jean Moulin Henri Wallon	jean-moulin-henri-wallon	FR		0	Europe/Paris	45.69056	4.87493				84	69	691	69259
12047708	Sans-Souci Dauphiné	sans-souci-dauphine	FR		0	Europe/Paris	45.75075	4.86943				84	69	691	69123
12047709	Grand Mas Cervelières Sauveteurs	grand-mas-cervelieres-sauveteurs	FR		0	Europe/Paris	45.78409	4.91234				84	69	691	69256
12047710	Charles Perrault	charles-perrault	FR		0	Europe/Paris	45.69429	4.87881				84	69	691	69259
12047711	Léo Lagrange Louis Pergaud	leo-lagrange-louis-pergaud	FR		0	Europe/Paris	45.69845	4.87278				84	69	691	69259
12047712	Terraillon	terraillon	FR		0	Europe/Paris	45.74466	4.92113				84	69	691	69029
12047713	Bois-Dieu Intra-Muros	bois-dieu-intra-muros	FR		0	Europe/Paris	45.84231	4.7436				84	69	691	69117
12047714	Champ-Plantier	champ-plantier	FR		0	Europe/Paris	45.67796	4.86785				84	69	691	69276
12047715	Les Vernes	les-vernes	FR		0	Europe/Paris	45.60388	4.76337				84	69	691	69091
12047716	Ménival La Cordière	menival-la-cordiere	FR		0	Europe/Paris	45.69535	4.95194				84	69	691	69290
12047717	Terrasses Ferry Brassens	terrasses-ferry-brassens	FR		0	Europe/Paris	45.78314	5.02163				84	69	691	69282
12047718	Balmes La Garenne	balmes-la-garenne	FR		0	Europe/Paris	45.78402	5.00698				84	69	691	69282
12047720	Etachères	etacheres	FR		0	Europe/Paris	45.67259	4.95648				84	69	691	69283
12047721	Bachut Transvaal	bachut-transvaal	FR		0	Europe/Paris	45.73681	4.87551				84	69	691	69123
12047722	Bellecour Carnot	bellecour-carnot	FR		0	Europe/Paris	45.75361	4.83012				84	69	691	69123
12047723	Centre Est	centre-est	FR		0	Europe/Paris	45.79716	4.79176				84	69	691	69040
12047724	Le Charbonnier	le-charbonnier	FR		0	Europe/Paris	45.6601	4.94693				84	69	691	69283
12047725	Parc du Chêne	parc-du-chene	FR		0	Europe/Paris	45.7359	4.93015				84	69	691	69029
12047726	Semanet Les Charmilles	semanet-les-charmilles	FR		0	Europe/Paris	45.84305	4.74129				84	69	691	69117
12047727	Quartier Ferrandière Maisons Neuves	quartier-ferrandiere-maisons-neuves	FR		0	Europe/Paris	45.75901	4.87913				84	69	691	69266
12047728	Village	village	FR		0	Europe/Paris	45.78852	4.9348				84	69	691	69256
12047730	Haut et Coeur des Pentes	haut-et-coeur-des-pentes	FR		0	Europe/Paris	45.77231	4.83189				84	69	691	69123
12047731	Bas des Pentes Presqu'île	bas-des-pentes-presqu-ile	FR		0	Europe/Paris	45.76844	4.83574				84	69	691	69123
12047732	Cusset  Bonnevay	cusset-bonnevay	FR		0	Europe/Paris	45.76559	4.90465				84	69	691	69266
12047734	Vignettes Figuières	vignettes-figuieres	FR		0	Europe/Paris	45.66322	4.85453				84	69	691	69276
12047735	Jean Macé	jean-mace	FR		0	Europe/Paris	45.74535	4.8439				84	69	691	69123
12047736	Quartier Gratte-Ciel Charmettes	quartier-gratte-ciel-charmettes	FR		0	Europe/Paris	45.76877	4.87733				84	69	691	69266
12047737	Velette	velette	FR		0	Europe/Paris	45.8143	4.90571				84	69	691	69286
12047738	Laënnec Mermoz	laennec-mermoz	FR		0	Europe/Paris	45.73368	4.88486				84	69	691	69123
12047739	Ouest	ouest	FR		0	Europe/Paris	45.83671	4.87277				84	69	691	69293
12047740	Vinatier	vinatier	FR		0	Europe/Paris	45.74279	4.89998				84	69	691	69029
12047741	Bellecour Cordeliers	bellecour-cordeliers	FR		0	Europe/Paris	45.76162	4.83513				84	69	691	69123
12047742	Quartier 4	quartier-4	FR		0	Europe/Paris	45.84386	4.86784				84	69	691	69033
12047743	Parilly	parilly	FR		0	Europe/Paris	45.7255	4.90447				84	69	691	69029
12047744	Mathiolan Peyssilieu Le Fort	mathiolan-peyssilieu-le-fort	FR		0	Europe/Paris	45.75764	4.99734				84	69	691	69282
12047745	Centre Ville Gare Garibaldi	centre-ville-gare-garibaldi	FR		0	Europe/Paris	45.68954	4.93186				84	69	691	69290
12047746	Secteur 6	secteur-6	FR		0	Europe/Paris	45.81207	4.75675				84	69	691	69072
12047747	S Buisson Av d'Ecully JC Bartet	s-buisson-av-d-ecully-jc-bartet	FR		0	Europe/Paris	45.79141	4.79298				84	69	691	69040
12047748	Ménival Battières La Plaine	menival-battieres-la-plaine	FR		0	Europe/Paris	45.75138	4.78274				84	69	691	69123
12047749	Villette Paul Bert	villette-paul-bert	FR		0	Europe/Paris	45.75883	4.867				84	69	691	69123
12047750	Bellecombe Village	bellecombe-village	FR		0	Europe/Paris	45.76685	4.86347				84	69	691	69123
12047751	Canal	canal	FR		0	Europe/Paris	45.59087	4.77273				84	69	691	69091
12047752	Colline des Funiculaires	colline-des-funiculaires	FR		0	Europe/Paris	45.75649	4.81368				84	69	691	69123
12047753	Guillotière	guillotiere	FR		0	Europe/Paris	45.74987	4.84856				84	69	691	69123
12047754	Montvallon	montvallon	FR		0	Europe/Paris	45.86579	4.74815				84	69	691	69117
12047755	Clochettes	clochettes	FR		0	Europe/Paris	45.69273	4.85622				84	69	691	69199
12047756	Quartie Rebufer	quartie-rebufer	FR		0	Europe/Paris	45.72557	4.92274				84	69	691	69029
12047757	Montchat	montchat	FR		0	Europe/Paris	45.74793	4.88634				84	69	691	69123
12047758	Jules Guesde	jules-guesde	FR		0	Europe/Paris	45.71182	4.88569				84	69	691	69259
12047759	Centre	centre	FR		0	Europe/Paris	45.70201	4.88188				84	69	691	69259
12047760	Europe Mont-Blanc	europe-mont-blanc	FR		0	Europe/Paris	45.8139	4.89678				84	69	691	69286
12047761	Bandonniers Géraniums	bandonniers-geraniums	FR		0	Europe/Paris	45.6671	4.86317				84	69	691	69276
12047762	Les Cerisiers	les-cerisiers	FR		0	Europe/Paris	45.7021	4.83059				84	69	691	69152
12047763	Piamateur Semailles	piamateur-semailles	FR		0	Europe/Paris	45.81987	4.91074				84	69	691	69286
12047764	Centre Ville	centre-ville	FR		0	Europe/Paris	45.58387	4.77149				84	69	691	69091
12047765	Etats-Unis	etats-unis	FR		0	Europe/Paris	45.73234	4.86393				84	69	691	69123
12047766	Gabriel Péri	gabriel-peri	FR		0	Europe/Paris	45.70761	4.87074				84	69	691	69259
12047767	St Jean - Sept Chemins	st-jean-sept-chemins	FR		0	Europe/Paris	45.7412	4.92835				84	69	691	69029
12047768	Croix-Rousse Est et Rhône	croix-rousse-est-et-rhone	FR		0	Europe/Paris	45.77807	4.83696				84	69	691	69123
12047769	Centre-Est	centre-est	FR		0	Europe/Paris	45.70441	4.86062				84	69	691	69199
12047770	Essarts	essarts	FR		0	Europe/Paris	45.73367	4.89475				84	69	691	69029
12047772	Vaulx Sud La Côte La Tase La Soie	vaulx-sud-la-cote-la-tase-la-soie	FR		0	Europe/Paris	45.76153	4.92858				84	69	691	69256
12047773	Arsenal	arsenal	FR		0	Europe/Paris	45.71119	4.85962				84	69	691	69199
12047774	Rillieux Village	rillieux-village	FR		0	Europe/Paris	45.82354	4.90317				84	69	691	69286
12047775	Quartier Perralière Grandclément	quartier-perraliere-grandclement	FR		0	Europe/Paris	45.76002	4.89117				84	69	691	69266
12047776	Quartier Cyprian Les Brosses	quartier-cyprian-les-brosses	FR		0	Europe/Paris	45.75528	4.91052				84	69	691	69266
12047778	Perrache Confluence	perrache-confluence	FR		0	Europe/Paris	45.74128	4.82011				84	69	691	69123
12047779	La Roue	la-roue	FR		0	Europe/Paris	45.82631	4.8891				84	69	691	69286
12047780	Mutualité Préfecture Moncey	mutualite-prefecture-moncey	FR		0	Europe/Paris	45.75899	4.84389				84	69	691	69123
12047781	Montrond Le Bas	montrond-le-bas	FR		0	Europe/Paris	45.58214	4.74293				84	69	691	69091
12047782	Centre-Ouest	centre-ouest	FR		0	Europe/Paris	45.70824	4.85368				84	69	691	69199
12047783	Max Barel Charreard	max-barel-charreard	FR		0	Europe/Paris	45.69909	4.89359				84	69	691	69259
12047784	Haut de Givors	haut-de-givors	FR		0	Europe/Paris	45.57117	4.76992				84	69	691	69091
12047785	La Freydière	la-freydiere	FR		0	Europe/Paris	45.57934	4.75042				84	69	691	69091
12047786	Croix-Rousse Saône	croix-rousse-saone	FR		0	Europe/Paris	45.78044	4.8143				84	69	691	69123
12047787	Centre-Ville Pré de l'Herpe	centre-ville-pre-de-l-herpe	FR		0	Europe/Paris	45.77826	4.91927				84	69	691	69256
12047788	Quartier Buers Croix-Luizet	quartier-buers-croix-luizet	FR		0	Europe/Paris	45.77788	4.88655				84	69	691	69266
12047789	Grappinière  Petit Pont	grappiniere-petit-pont	FR		0	Europe/Paris	45.78889	4.90975				84	69	691	69256
12047790	Francheville Bel-Air	francheville-bel-air	FR		0	Europe/Paris	45.74626	4.75548				84	69	691	69089
12047791	Pasteur	pasteur	FR		0	Europe/Paris	45.66785	4.96522				84	69	691	69283
12047793	L'Horloge	l-horloge	FR		0	Europe/Paris	45.7654	4.78115				84	69	691	69244
12047794	Montlouis République	montlouis-republique	FR		0	Europe/Paris	45.7968	4.78436				84	69	691	69040
12047795	Coulouvrier Tronchon	coulouvrier-tronchon	FR		0	Europe/Paris	45.80303	4.78109				84	69	691	69040
12047796	Quartier Charpennes Tonkin	quartier-charpennes-tonkin	FR		0	Europe/Paris	45.7754	4.86593				84	69	691	69266
12047797	Anatole France Paul Langevin	anatole-france-paul-langevin	FR		0	Europe/Paris	45.69593	4.86743				84	69	691	69259
12047798	Mercières Victor Hugo Loup Pendu	mercieres-victor-hugo-loup-pendu	FR		0	Europe/Paris	45.8149	4.87895				84	69	691	69286
12047799	Les Marendiers	les-marendiers	FR		0	Europe/Paris	45.69976	4.9585				84	69	691	69290
12047800	Plaine de Saythe Bel Air	plaine-de-saythe-bel-air	FR		0	Europe/Paris	45.68882	4.95035				84	69	691	69290
12047801	Revaison	revaison	FR		0	Europe/Paris	45.70409	4.92516				84	69	691	69290
12047802	Alagniers	alagniers	FR		0	Europe/Paris	45.81302	4.89013				84	69	691	69286
12047803	Grand-Large Calabres	grand-large-calabres	FR		0	Europe/Paris	45.7865	4.99698				84	69	691	69282
12047804	Croix-Rousse Ouest	croix-rousse-ouest	FR		0	Europe/Paris	45.77905	4.81928				84	69	691	69123
12047805	Alaï	alai	FR		0	Europe/Paris	45.75531	4.76569				84	69	691	69244
12047806	Secteur 5	secteur-5	FR		0	Europe/Paris	45.81954	4.74009				84	69	691	69072
12047807	Quartier 1	quartier-1	FR		0	Europe/Paris	45.85363	4.86233				84	69	691	69033
12047808	Quartier 2	quartier-2	FR		0	Europe/Paris	45.85742	4.87483				84	69	691	69033
12047809	Secteur 2	secteur-2	FR		0	Europe/Paris	45.80973	4.76533				84	69	691	69072
12047810	Charles de Gaulle	charles-de-gaulle	FR		0	Europe/Paris	45.75821	4.7782				84	69	691	69244
12047811	ZA de Braille	za-de-braille	FR		0	Europe/Paris	45.87463	4.74512				84	69	691	69117
12047812	Brotteaux	brotteaux	FR		0	Europe/Paris	45.7671	4.85564				84	69	691	69123
12047813	Bissardon	bissardon	FR		0	Europe/Paris	45.78327	4.83913				84	69	691	69034
12047814	Joliot Curie	joliot-curie	FR		0	Europe/Paris	45.67974	4.94149				84	69	691	69283
12047816	Parc Tertiaire Bois-Dieu	parc-tertiaire-bois-dieu	FR		0	Europe/Paris	45.83965	4.73662				84	69	691	69117
12047817	Quartiers Anciens	quartiers-anciens	FR		0	Europe/Paris	45.76142	4.82408				84	69	691	69123
12047818	Bron Centre	bron-centre	FR		0	Europe/Paris	45.73548	4.9114				84	69	691	69029
12047819	Mangetemps	mangetemps	FR		0	Europe/Paris	45.66817	4.94327				84	69	691	69283
12047820	Montmein	montmein	FR		0	Europe/Paris	45.70893	4.8083				84	69	691	69149
12047821	ZI Lyon Sud-Est Pierres Blanches	zi-lyon-sud-est-pierres-blanches	FR		0	Europe/Paris	45.67614	4.93893				84	69	691	69283
12047822	Le Sud	le-sud	FR		0	Europe/Paris	45.65823	4.90638				84	69	691	69273
12047823	Les Meurières	les-meurieres	FR		0	Europe/Paris	45.67894	4.95236				84	69	691	69283
12047824	Ouest des Pentes	ouest-des-pentes	FR		0	Europe/Paris	45.76987	4.82256				84	69	691	69123
12047825	Grand-Trou Moulin-à-Vent Petite-Guille	grand-trou-moulin-a-vent-petite-guille	FR		0	Europe/Paris	45.72907	4.85225				84	69	691	69123
12047826	Quartier 3	quartier-3	FR		0	Europe/Paris	45.85612	4.88618				84	69	691	69033
12047827	Les Mûriers	les-muriers	FR		0	Europe/Paris	45.69769	4.82413				84	69	691	69152
12047828	Parc Duquesne	parc-duquesne	FR		0	Europe/Paris	45.77742	4.85064				84	69	691	69123
12047829	Cuire le Haut	cuire-le-haut	FR		0	Europe/Paris	45.7872	4.83223				84	69	691	69034
12047830	Cuire le Bas	cuire-le-bas	FR		0	Europe/Paris	45.79182	4.82712				84	69	691	69034
12047831	Haute-Roche	haute-roche	FR		0	Europe/Paris	45.69986	4.82729				84	69	691	69152
12047832	Champvert Gorge-de-Loup	champvert-gorge-de-loup	FR		0	Europe/Paris	45.76705	4.80051				84	69	691	69123
12047835	Montessuy	montessuy	FR		0	Europe/Paris	45.79137	4.8492				84	69	691	69034
12047836	Le Village	le-village	FR		0	Europe/Paris	45.67591	4.90424				84	69	691	69273
12047837	Moulin-à-Vent Georges Levy Ernest Renan	moulin-a-vent-georges-levy-ernest-renan	FR		0	Europe/Paris	45.72091	4.86028				84	69	691	69259
12047839	Ecoin Thibaude Vernay Verchères	ecoin-thibaude-vernay-vercheres	FR		0	Europe/Paris	45.77721	4.92722				84	69	691	69256
12047840	Voltaire Part-Dieu	voltaire-part-dieu	FR		0	Europe/Paris	45.7575	4.85458				84	69	691	69123
12047843	Berliet et Environs	berliet-et-environs	FR		0	Europe/Paris	45.70168	4.91001				84	69	691	69290
12047844	Francheville Le Bas	francheville-le-bas	FR		0	Europe/Paris	45.74236	4.77253				84	69	691	69089
12047845	Champvert Point-du-Jour Jeunet	champvert-point-du-jour-jeunet	FR		0	Europe/Paris	45.75693	4.79526				84	69	691	69123
12047846	Plateau De Montrond	plateau-de-montrond	FR		0	Europe/Paris	45.59138	4.75203				84	69	691	69091
12047847	Bégude Plateau	begude-plateau	FR		0	Europe/Paris	45.6718	4.86132				84	69	691	69276
12047848	Revoyet	revoyet	FR		0	Europe/Paris	45.70836	4.80343				84	69	691	69149
12047849	Centre-ville	centre-ville	FR		0	Europe/Paris	45.71567	4.80675				84	69	691	69149
12047850	Clavelière	claveliere	FR		0	Europe/Paris	45.70944	4.81405				84	69	691	69149
12047851	Mions Centre	mions-centre	FR		0	Europe/Paris	45.6663	4.95517				84	69	691	69283
12047852	La Malletière	la-malletiere	FR		0	Europe/Paris	45.71354	4.81235				84	69	691	69149
12047853	Les Combattants	les-combattants	FR		0	Europe/Paris	45.70597	4.8163				84	69	691	69152
12047854	Le Vernay	le-vernay	FR		0	Europe/Paris	45.80955	4.85652				84	69	691	69034
12047855	Saulaie	saulaie	FR		0	Europe/Paris	45.71434	4.81783				84	69	691	69149
12047856	Université Les Lads	universite-les-lads	FR		0	Europe/Paris	45.72123	4.91604				84	69	691	69029
12047857	Vassieux	vassieux	FR		0	Europe/Paris	45.79757	4.86666				84	69	691	69034
12047859	Plantées	plantees	FR		0	Europe/Paris	45.76036	5.01749				84	69	691	69282
12047860	Bourlione Les Taillis	bourlione-les-taillis	FR		0	Europe/Paris	45.66753	4.90537				84	69	691	69273
12047861	La Plaine Santy	la-plaine-santy	FR		0	Europe/Paris	45.72587	4.87959				84	69	691	69123
12047862	Carreau Meyzieu-Gare	carreau-meyzieu-gare	FR		0	Europe/Paris	45.77202	4.99513				84	69	691	69282
12047863	Vaise Rochecardon Industrie	vaise-rochecardon-industrie	FR		0	Europe/Paris	45.7786	4.80679				84	69	691	69123
12047864	Grand-Large Carreau	grand-large-carreau	FR		0	Europe/Paris	45.77924	4.99163				84	69	691	69282
12047865	La Duchère	la-duchere	FR		0	Europe/Paris	45.78623	4.79561				84	69	691	69123
12047866	Les Balmes	les-balmes	FR		0	Europe/Paris	45.6644	4.89499				84	69	691	69273
12047868	Glacière	glaciere	FR		0	Europe/Paris	45.71288	4.79761				84	69	691	69149
12047869	Le Château	le-chateau	FR		0	Europe/Paris	45.65919	4.96202				84	69	691	69283
12047870	Célestins - Merlo	celestins-merlo	FR		0	Europe/Paris	45.72041	4.78819				84	69	691	69149
12047872	Bussière	bussiere	FR		0	Europe/Paris	45.71797	4.80056				84	69	691	69149
12047873	Charvery	charvery	FR		0	Europe/Paris	45.84896	4.7383				84	69	691	69117
12047874	Bourg Favière	bourg-faviere	FR		0	Europe/Paris	45.86732	4.74322				84	69	691	69117
12047875	Saxe Roosevelt	saxe-roosevelt	FR		0	Europe/Paris	45.76655	4.84546				84	69	691	69123
12047876	Golf - Montlouis	golf-montlouis	FR		0	Europe/Paris	45.71726	4.78744				84	69	691	69149
12047877	Cadière	cadiere	FR		0	Europe/Paris	45.72217	4.79883				84	69	691	69149
12047878	Secteur 7	secteur-7	FR		0	Europe/Paris	45.80625	4.75022				84	69	691	69072
12047879	Plaines Varissan	plaines-varissan	FR		0	Europe/Paris	45.59589	4.76946				84	69	691	69091
12047880	Cote-du-Mas La Roue La Réserve	cote-du-mas-la-roue-la-reserve	FR		0	Europe/Paris	45.8594	4.73914				84	69	691	69117
12047881	La Clôtre Fromenteau Bûchette	la-clotre-fromenteau-buchette	FR		0	Europe/Paris	45.85312	4.75114				84	69	691	69117
12047882	Croix-Rouge	croix-rouge	FR		0	Europe/Paris	45.64953	4.95538				84	69	691	69283
12047884	Vaulx Sud Dumas Genas Chénier Les Brosses	vaulx-sud-dumas-genas-chenier-les-brosses	FR		0	Europe/Paris	45.74987	4.92707				84	69	691	69256
12047886	Croix-Rousse Centre	croix-rousse-centre	FR		0	Europe/Paris	45.77839	4.82815				84	69	691	69123
12047887	Charmilles	charmilles	FR		0	Europe/Paris	45.72777	4.89134				84	69	691	69029
12047888	Secteur 3	secteur-3	FR		0	Europe/Paris	45.79773	4.75417				84	69	691	69072
12047889	Pont des  Planches	pont-des-planches	FR		0	Europe/Paris	45.77481	4.9237				84	69	691	69256
12047890	Est	est	FR		0	Europe/Paris	45.84154	4.89058				84	69	691	69293
12047891	Lacouture	lacouture	FR		0	Europe/Paris	45.74629	4.91088				84	69	691	69029
12047892	Manissieux Mi Plaine La Fouillouse	manissieux-mi-plaine-la-fouillouse	FR		0	Europe/Paris	45.69916	4.97629				84	69	691	69290
12048442	Saint-Albin	saint-albin	FR		0	Europe/Paris	47.65329	5.9637				27	70	702	70482
12054151	Les Grandes Planches	les-grandes-planches	FR		0	Europe/Paris	45.94581	4.53702		Les Grandes Planches		84			
12054796	Le They	le-they	FR		0	Europe/Paris	45.78329	3.8455		Le They		84			
12055024	La Ronceraie	la-ronceraie	FR		0	Europe/Paris	45.20038	4.81232		La Ronceraie		84			
12055026	Les Robins	les-robins	FR		0	Europe/Paris	45.03424	5.25241		Les Robins		84			
12055027	La Cure	la-cure	FR		0	Europe/Paris	45.02673	5.38426		La Cure		84			
12055028	Le Logis Neuf	le-logis-neuf	FR		0	Europe/Paris	44.66254	4.80115		Le Logis Neuf		84			
12055029	La Rivette	la-rivette	FR		0	Europe/Paris	44.6103	4.84669		La Rivette		84			
12055030	Le Péage	le-peage	FR		0	Europe/Paris	44.65997	4.98516		Le Peage,Le Péage		84			
12055032	Les Arbods	les-arbods	FR		0	Europe/Paris	44.85291	5.21743		Les Arbods		84			
12055033	Les Vignons	les-vignons	FR		0	Europe/Paris	44.77932	5.40882		Les Vignons		84			
12055036	Les Jaux	les-jaux	FR		0	Europe/Paris	44.75971	5.11305		Les Jaux		84			
12055037	Les Brandins	les-brandins	FR		0	Europe/Paris	44.68482	5.14024		Les Brandins		84			
12055040	Le Tollier	le-tollier	FR		0	Europe/Paris	44.59643	5.16465		Le Tollier		84			
12055041	Les Nals	les-nals	FR		0	Europe/Paris	44.67657	5.38013		Les Nals		84			
12055042	Chambaud	chambaud	FR		0	Europe/Paris	44.51599	4.86049		Chambaud		84			
12055043	Les Buis	les-buis	FR		0	Europe/Paris	44.58443	5.05322		Les Buis		84			
12055044	Le Banchet	le-banchet	FR		0	Europe/Paris	44.57826	5.08732		Le Banchet		84			
12055048	Le Moulin	le-moulin	FR		0	Europe/Paris	44.46215	5.14753		Le Moulin		84			
12055049	Berlières	berlieres	FR		0	Europe/Paris	44.48946	5.31785		Berlieres,Berlières		84			
12055051	Les Gleizes	les-gleizes	FR		0	Europe/Paris	44.33544	5.17802		Les Gleizes		84			
12055237	Bardin	bardin	FR		0	Europe/Paris	44.33272	5.47356		Bardin		84			
12055244	Fontenouille	fontenouille	FR		0	Europe/Paris	44.27378	5.45943		Fontenouille		84			
12055376	Montaux	montaux	FR		0	Europe/Paris	44.32019	5.57226		Montaux		84			
12055379	Le Gontard	le-gontard	FR		0	Europe/Paris	45.43259	4.93732		Le Gontard		84			
12055381	Repidon	repidon	FR		0	Europe/Paris	45.42894	6.03814		Repidon		84			
12055433	Les Gaudes	les-gaudes	FR		0	Europe/Paris	45.30782	5.88414		Les Gaudes		84			
12055435	La Grande Charrière	la-grande-charriere	FR		0	Europe/Paris	45.30528	5.08693		La Grande Charriere,La Grande Charrière		84			
12055436	Les Caves	les-caves	FR		0	Europe/Paris	45.25852	5.37373		Les Caves		84			
12055440	Le Maupas	le-maupas	FR		0	Europe/Paris	45.24455	5.6309		Le Maupas		84			
12055441	Montfleury	montfleury	FR		0	Europe/Paris	45.21129	5.75071		Montfleury		84			
12055479	La Richonnière	la-richonniere	FR		0	Europe/Paris	45.15414	5.34058		La Richonniere,La Richonnière		84			
12055482	Les Îles	les-iles	FR		0	Europe/Paris	45.18196	5.69718		Les Iles,Les Îles		84			
12055483	Le Chalp	le-chalp	FR		0	Europe/Paris	45.17112	5.80392		Le Chalp		84			
12055484	Brié Bas	brie-bas	FR		0	Europe/Paris	45.11174	5.78668		Brie Bas,Brié Bas		84			
12055485	Roche Béranger	roche-beranger	FR		0	Europe/Paris	45.11337	5.87554		Roche Beranger,Roche Béranger		84			
12055503	Le Clos Jouvin	le-clos-jouvin	FR		0	Europe/Paris	45.09827	5.74598		Le Clos Jouvin		84			
12055504	La Commanderie	la-commanderie	FR		0	Europe/Paris	45.07435	5.75701		La Commanderie		84			
12055505	Le Petit David	le-petit-david	FR		0	Europe/Paris	45.05197	5.7641		Le Petit David		84			
12055506	Les Meynards	les-meynards	FR		0	Europe/Paris	45.10578	5.80774		Les Meynards		84			
12055507	Le Couvent	le-couvent	FR		0	Europe/Paris	45.0292	5.85635		Le Couvent		84			
12055508	La Poyat	la-poyat	FR		0	Europe/Paris	45.04201	5.97857		La Poyat		84			
12055509	Les Saillants du Gua	les-saillants-du-gua	FR		0	Europe/Paris	45.02161	5.64478		Les Saillants du Gua		84			
12055549	La Molière	la-moliere	FR		0	Europe/Paris	44.95027	5.71759		La Moliere,La Molière		84			
12055550	La Ville	la-ville	FR		0	Europe/Paris	44.95886	6.17614		La Ville		84			
12055551	Nantizon	nantizon	FR		0	Europe/Paris	44.91664	5.77864		Nantizon		84			
12055552	Le Pivol	le-pivol	FR		0	Europe/Paris	44.91296	5.80779		Le Pivol		84			
12055553	L'Église	l-eglise	FR		0	Europe/Paris	44.84113	5.97575		L'Eglise,L'Église		84			
12055894	Ville Neuve	ville-neuve	FR		0	Europe/Paris	45.43574	5.26922		Ville Neuve		84			
12055996	Bassa	bassa	FR		0	Europe/Paris	45.74838	5.98717		Bassa		84			
12056072	Le Nant	le-nant	FR		0	Europe/Paris	45.53313	5.95663		Le Nant		84			
12056073	Le Gaz	le-gaz	FR		0	Europe/Paris	45.51705	5.95575		Le Gaz		84			
12056075	Les Michelins	les-michelins	FR		0	Europe/Paris	45.5089	6.17801		Les Michelins		84			
12056078	La Coche	la-coche	FR		0	Europe/Paris	45.49844	6.23017		La Coche		84			
12056079	Le Chef-Lieu	le-chef-lieu	FR		0	Europe/Paris	45.50775	6.54708		Le Chef-Lieu		84			
12056097	Tignes le Lac	tignes-le-lac	FR		0	Europe/Paris	45.46839	6.90689		Tignes le Lac		84			
12056148	Le Gallay	le-gallay	FR		0	Europe/Paris	45.61298	5.76272		Le Gallay		84			
12056203	La Léchère les Bains	la-lechere-les-bains	FR		0	Europe/Paris	45.51947	6.48573		La Lechere les Bains,La Léchère les Bains		84			
12056207	Doucy dessous	doucy-dessous	FR		0	Europe/Paris	45.67799	6.16841		Doucy dessous		84			
12056388	Maison Neuve	maison-neuve	FR		0	Europe/Paris	46.09263	6.02281		Maison Neuve		84			
12056390	Le Chable	le-chable	FR		0	Europe/Paris	46.10366	6.10486		Le Chable		84			
12056401	Le Villard	le-villard	FR		0	Europe/Paris	45.92998	5.96423		Le Villard		84			
12056523	Le Trésor	le-tresor	FR		0	Europe/Paris	46.29705	4.91606		Le Tresor,Le Trésor		84			
12056530	Château Covet	chateau-covet	FR		0	Europe/Paris	46.22595	5.61213		Chateau Covet,Château Covet		84			
12056531	Petit Vallon	petit-vallon	FR		0	Europe/Paris	46.20861	5.66517		Petit Vallon		84			
12056535	Vessignat	vessignat	FR		0	Europe/Paris	46.13624	5.39088		Vessignat		84			
12056536	Cormorand	cormorand	FR		0	Europe/Paris	46.19291	5.39683		Cormorand		84			
12056556	Chamagnat	chamagnat	FR		0	Europe/Paris	46.09538	5.45423		Chamagnat		84			
12056557	Les Maisons Neuves	les-maisons-neuves	FR		0	Europe/Paris	45.96495	5.19086		Les Maisons Neuves		84			
12056605	Parissieu	parissieu	FR		0	Europe/Paris	45.78642	5.76224		Parissieu		84			
12056699	Saint-Germain de Béard	saint-germain-de-beard	FR		0	Europe/Paris	46.19426	5.54307		Saint-Germain de Beard,Saint-Germain de Béard		84			
12056700	La Galle	la-galle	FR		0	Europe/Paris	44.20933	4.80031		La Galle		93			
12056749	La Rode	la-rode	FR		0	Europe/Paris	43.7899	4.75833		La Rode		93			
12060343	Cottendorff	cottendorff	FR		0	Europe/Paris	49.38023	6.5767				44	57	573	57640
12060344	Boussange	boussange	FR		0	Europe/Paris	49.2748	6.14594				44	57	577	57242
12060345	Ébange-et-Daspich	ebange-et-daspich	FR		0	Europe/Paris	49.32786	6.13438				44	57	577	57221
12060355	Hameau de Pardailhan	hameau-de-pardailhan	FR		0	Europe/Paris	43.83607	0.34978				76	32	322	32035
12060357	Potensac	potensac	FR		0	Europe/Paris	45.30652	-0.85838				75	33	334	33309
12060373	Ossy	ossy	FR		0	Europe/Paris	45.93807	5.68562				84	01	011	01079
12060420	Gaul (Historical Region)	gaul-historical-region	FR		0	Europe/Paris	47.08509	1.48315				24	36	362	36237
12060448	Roman catholic diocese of Poitiers	roman-catholic-diocese-of-poitiers	FR		0	Europe/Paris	46.58018	0.34905				75	86	863	86194
12060458	Poutay	poutay	FR		0	Europe/Paris	48.41019	7.16118				44	67	673	67377
12060550	Perrey	perrey	FR		0	Europe/Paris	48.23176	6.37847				44	88	881	88142
12064818	Les Moulins Cherier	les-moulins-cherier	FR		0	Europe/Paris	45.96487	3.90978		Les Moulins Cherier		84			
12065882	Petit Nantoin	petit-nantoin	FR		0	Europe/Paris	45.43501	5.25706		Petit Nantoin		84			
12069959	Le Ram	le-ram	FR		0	Europe/Paris	44.27669	2.91669				76	12	121	12294
12069960	Aubepierre	aubepierre	FR		0	Europe/Paris	46.33597	1.50779				75	23	232	23015
12069961	Calembourg	calembourg	FR		0	Europe/Paris	49.3687	6.42752				44	57	577	57387
12071874	Les Henry	les-henry	FR		0	Europe/Paris	43.76733	6.54265		Les Henry		93			
12071877	La Bréguière	la-breguiere	FR		0	Europe/Paris	43.597	6.0924		La Breguiere,La Bréguière		93			
12072002	Carros le Neuf	carros-le-neuf	FR		0	Europe/Paris	43.77239	7.19322		Carros le Neuf		93			
12072016	Colline	colline	FR		0	Europe/Paris	43.78992	7.46767		Colline		93			
12072017	L'Istre	l-istre	FR		0	Europe/Paris	43.62922	6.84399		L'Istre		93			
12072110	Station Saint-Jean Montclar	station-saint-jean-montclar	FR		0	Europe/Paris	44.41171	6.35079		Station Saint-Jean Montclar		93			
12072111	Les Sigauds	les-sigauds	FR		0	Europe/Paris	44.35481	5.9902		Les Sigauds		93			
12072112	La Fresquière	la-fresquiere	FR		0	Europe/Paris	44.4018	6.51135		La Fresquiere,La Fresquière		93			
12072113	Les Curniers	les-curniers	FR		0	Europe/Paris	44.16197	5.72707		Les Curniers		93			
12072114	Les Richaud	les-richaud	FR		0	Europe/Paris	44.14788	5.88187		Les Richaud		93			
12072115	Le Mardaric	le-mardaric	FR		0	Europe/Paris	44.1575	5.98252		Le Mardaric		93			
12072117	Les Amandiers	les-amandiers	FR		0	Europe/Paris	44.17066	6.21719		Les Amandiers		93			
12072118	Les Grillons	les-grillons	FR		0	Europe/Paris	44.0428	6.12545		Les Grillons		93			
12072119	Le Thoron	le-thoron	FR		0	Europe/Paris	44.05275	6.14141		Le Thoron		93			
12072121	Château de Fruchier	chateau-de-fruchier	FR		0	Europe/Paris	43.99294	6.20215		Chateau de Fruchier,Château de Fruchier		93			
12072548	Le Revest	le-revest	FR		0	Europe/Paris	44.02688	5.82181		Le Revest		93			
12076511	Le Pinet	le-pinet	FR		0	Europe/Paris	44.89165	6.62455		Le Pinet		93			
12076512	Les Baraques	les-baraques	FR		0	Europe/Paris	44.67585	6.07014		Les Baraques		93			
12076513	Les Blanches	les-blanches	FR		0	Europe/Paris	44.67921	6.62205		Les Blanches		93			
12076514	Brutinel	brutinel	FR		0	Europe/Paris	44.66107	6.08395		Brutinel		93			
12076531	Pelloux	pelloux	FR		0	Europe/Paris	44.33251	5.77499		Pelloux		93			
12076540	Rissents	rissents	FR		0	Europe/Paris	44.66003	6.13935		Rissents		93			
12076542	Les Savoyons	les-savoyons	FR		0	Europe/Paris	44.53769	5.85234		Les Savoyons		93			
12076543	Les Celliers	les-celliers	FR		0	Europe/Paris	44.46653	6.23371		Les Celliers		93			
12076724	Roman Catholic Archidiocese of Besançon	roman-catholic-archidiocese-of-besancon	FR		0	Europe/Paris	47.23387	6.03052				27	25	251	25056
12076987	(Former) Roman Catholic Diocese of Carpentras	former-roman-catholic-diocese-of-carpentras	FR		0	Europe/Paris	44.05407	5.04777				93	84	843	84031
12076988	(Former) Roman Catholic Diocese of Vaison	former-roman-catholic-diocese-of-vaison	FR		0	Europe/Paris	44.2416	5.06906				93	84	843	84137
12076989	Roman Catholic Archidiocese of Avignon	roman-catholic-archidiocese-of-avignon	FR		0	Europe/Paris	43.94803	4.80841				93	84	842	84007
12076990	(Former) Roman Catholic Diocese of Orange	former-roman-catholic-diocese-of-orange	FR		0	Europe/Paris	44.13784	4.8076				93	84	843	84087
12077143	Brécourt	brecourt	FR		0	Europe/Paris	49.05184	1.42544				28	27	271	27203
12087172	La Brande	la-brande	FR		0	Europe/Paris	46.39988	2.1432		La Brande		75			
12087206	Les Ribières	les-ribieres	FR		0	Europe/Paris	45.97266	1.61389		Les Ribieres,Les Ribières		75			
12087208	La Ribière	la-ribiere	FR		0	Europe/Paris	45.98831	2.15432		La Ribiere,La Ribière		75			
12087209	La Croix Jarry	la-croix-jarry	FR		0	Europe/Paris	45.98541	2.3556		La Croix Jarry		75			
12087278	Margnat	margnat	FR		0	Europe/Paris	45.89898	2.23256		Margnat		75			
12088203	La Grattade	la-grattade	FR		0	Europe/Paris	45.81865	2.16104		La Grattade		75			
12088204	La Ganne	la-ganne	FR		0	Europe/Paris	45.73433	2.20214		La Ganne		75			
12088397	Chauzat	chauzat	FR		0	Europe/Paris	45.86463	1.04782		Chauzat		75			
12088399	La Croix	la-croix	FR		0	Europe/Paris	45.7607	1.16787		La Croix		75			
12088400	Le Boucheron	le-boucheron	FR		0	Europe/Paris	45.76755	1.21556		Le Boucheron		75			
12088480	L'Aiguille	l-aiguille	FR		0	Europe/Paris	45.77807	1.20225		L'Aiguille		75			
12088551	La Rabatière	la-rabatiere	FR		0	Europe/Paris	46.94194	0.2167		La Rabatiere,La Rabatière		75			
12088552	La Sicotière	la-sicotiere	FR		0	Europe/Paris	46.93312	0.2441		La Sicotiere,La Sicotière		75			
12088553	La Croix Bardon	la-croix-bardon	FR		0	Europe/Paris	46.13906	0.22989		La Croix Bardon		75			
12088568	La Bourelière	la-boureliere	FR		0	Europe/Paris	46.90764	-0.30014		La Boureliere,La Bourelière		75			
12088569	Vrère	vrere	FR		0	Europe/Paris	46.99126	-0.1174		Vrere,Vrère		75			
12088570	Grand Chevreau	grand-chevreau	FR		0	Europe/Paris	46.55817	-0.24941		Grand Chevreau		75			
12088572	Cerzeau	cerzeau	FR		0	Europe/Paris	46.39973	-0.28781		Cerzeau		75			
12088573	Le Malaquet	le-malaquet	FR		0	Europe/Paris	46.39822	-0.20444		Le Malaquet		75			
12088576	La Roche	la-roche	FR		0	Europe/Paris	46.36478	-0.06034		La Roche		75			
12088577	Pommeroux	pommeroux	FR		0	Europe/Paris	46.20511	-0.07434		Pommeroux		75			
12088578	Huric	huric	FR		0	Europe/Paris	46.21498	0.00131		Huric		75			
12088579	Vaubalier	vaubalier	FR		0	Europe/Paris	46.17225	-0.3553		Vaubalier		75			
12088580	Petit Genouillé	petit-genouille	FR		0	Europe/Paris	46.12305	-0.31919		Petit Genouille,Petit Genouillé		75			
12088581	La Croix	la-croix	FR		0	Europe/Paris	46.15611	-0.0582		La Croix		75			
12088643	Roman Catholic Diocese of Valence	roman-catholic-diocese-of-valence	FR		0	Europe/Paris	44.93175	4.88951				84	26	263	26362
12088670	(former) Roman Catholic Diocese of Grenoble	former-roman-catholic-diocese-of-grenoble	FR		0	Europe/Paris	45.17687	5.7083				84	38	381	38185
12088692	Foigny	foigny	FR		0	Europe/Paris	49.8917	3.96908				32	02	025	02109
12088693	L'Arbalète	l-arbalete	FR		0	Europe/Paris	49.88554	3.95961				32	02	025	02109
12089111	former Roman catholic diocese of Vence	former-roman-catholic-diocese-of-vence	FR		0	Europe/Paris	43.72274	7.11375				93	06	061	06157
12092856	Mouchedune	mouchedune	FR		0	Europe/Paris	46.04558	0.17472		Mouchedune		75			
12092857	Les Geais	les-geais	FR		0	Europe/Paris	45.94195	0.23821		Les Geais		75			
12092858	Le Bourg Neuf	le-bourg-neuf	FR		0	Europe/Paris	45.99547	0.45905		Le Bourg Neuf		75			
12092861	Chez Magnot	chez-magnot	FR		0	Europe/Paris	45.90329	0.32553		Chez Magnot		75			
12092862	Bel-Air	bel-air	FR		0	Europe/Paris	45.88492	0.30964		Bel-Air		75			
12092863	La Pièce de l'Étang	la-piece-de-l-etang	FR		0	Europe/Paris	45.89509	0.57458		La Piece de l'Etang,La Pièce de l'Étang		75			
12092865	Les Six Chemins	les-six-chemins	FR		0	Europe/Paris	45.71145	-0.20295		Les Six Chemins		75			
12092867	Les Genins	les-genins	FR		0	Europe/Paris	45.70988	0.13673		Les Genins		75			
12092868	Chez Siret	chez-siret	FR		0	Europe/Paris	45.64975	0.07577		Chez Siret		75			
12092875	Nouveau Bourg	nouveau-bourg	FR		0	Europe/Paris	45.6026	0.35586		Nouveau Bourg		75			
12092876	Le Château	le-chateau	FR		0	Europe/Paris	45.55871	-0.22248		Le Chateau,Le Château		75			
12092878	Chez Verdois	chez-verdois	FR		0	Europe/Paris	45.48941	-0.20545		Chez Verdois		75			
12092879	Le Mas du Bourg	le-mas-du-bourg	FR		0	Europe/Paris	45.55478	-0.09829		Le Mas du Bourg		75			
12092902	Le Maine	le-maine	FR		0	Europe/Paris	45.415	-0.08247		Le Maine		75			
12092989	Les Fleuriottes	les-fleuriottes	FR		0	Europe/Paris	45.42131	-0.04029		Les Fleuriottes		75			
12092991	Chez Brilhouet	chez-brilhouet	FR		0	Europe/Paris	45.38095	-0.21177		Chez Brilhouet		75			
12092992	Chez Marthe	chez-marthe	FR		0	Europe/Paris	45.32315	-0.25498		Chez Marthe		75			
12092993	Chez Thomas	chez-thomas	FR		0	Europe/Paris	45.31294	-0.10416		Chez Thomas		75			
12092994	Toutvent	toutvent	FR		0	Europe/Paris	45.36171	-0.08386		Toutvent		75			
12092995	Chez Blanchet	chez-blanchet	FR		0	Europe/Paris	45.30059	0.09214		Chez Blanchet		75			
12092996	Pont de Corps	pont-de-corps	FR		0	Europe/Paris	45.22207	0.02413		Pont de Corps		75			
12092997	La Croix	la-croix	FR		0	Europe/Paris	45.28623	0.20393		La Croix		75			
12097102	Saint-Julien Des Meulieres	saint-julien-des-meulieres	FR		0	Europe/Paris	43.3666	2.63145	436			76	34	341	34141
12097531	La Chapelle-au-grain	la-chapelle-au-grain	FR		0	Europe/Paris	48.27865	-0.74971				52	53	533	53219
12097532	Fontaine-Daniel	fontaine-daniel	FR		0	Europe/Paris	48.2774	-0.67258				52	53	533	53219
12102594	Le Chabot	le-chabot	FR		0	Europe/Paris	46.22851	-1.54011		Le Chabot		75			
12102596	Margot	margot	FR		0	Europe/Paris	46.27967	-0.80932		Margot		75			
12102597	Cram	cram	FR		0	Europe/Paris	46.22091	-0.72435		Cram		75			
12102598	Les Rivières d'Anais	les-rivieres-d-anais	FR		0	Europe/Paris	46.17604	-0.88927		Les Rivieres d'Anais,Les Rivières d'Anais		75			
12102599	La Revetizon	la-revetizon	FR		0	Europe/Paris	46.16723	-0.68806		La Revetizon		75			
12102600	Le Marouillet	le-marouillet	FR		0	Europe/Paris	46.04064	-1.04489		Le Marouillet		75			
12102601	Chambon Gare	chambon-gare	FR		0	Europe/Paris	46.10886	-0.84166		Chambon Gare		75			
12102602	La Crignolée	la-crignolee	FR		0	Europe/Paris	46.05166	-0.69057		La Crignolee,La Crignolée		75			
12102605	La Grève	la-greve	FR		0	Europe/Paris	46.04961	-0.44725		La Greve,La Grève		75			
12102609	Garnaud Petit	garnaud-petit	FR		0	Europe/Paris	45.95245	-0.46291		Garnaud Petit		75			
12102613	Chez Audebert	chez-audebert	FR		0	Europe/Paris	45.85272	-0.46831		Chez Audebert		75			
12102614	Les Hilairets	les-hilairets	FR		0	Europe/Paris	45.88038	-0.40836		Les Hilairets		75			
12102616	Chez Boucherie	chez-boucherie	FR		0	Europe/Paris	45.86365	-0.14767		Chez Boucherie		75			
12102617	La Cigogne	la-cigogne	FR		0	Europe/Paris	45.83894	-0.61635		La Cigogne		75			
12102618	Charosson	charosson	FR		0	Europe/Paris	45.67836	-1.10023		Charosson		75			
12102619	Les Chassagnères	les-chassagneres	FR		0	Europe/Paris	45.73175	-1.06883		Les Chassagneres,Les Chassagnères		75			
12102620	Petit Nieulle	petit-nieulle	FR		0	Europe/Paris	45.75426	-1.00331		Petit Nieulle		75			
12102621	Meussac	meussac	FR		0	Europe/Paris	45.59421	-0.46652		Meussac		75			
12102622	Les Vallières	les-vallieres	FR		0	Europe/Paris	45.55531	-0.5891		Les Vallieres,Les Vallières		75			
12102623	Chez Noreau	chez-noreau	FR		0	Europe/Paris	45.47275	-0.29292		Chez Noreau		75			
12102626	Chez Renaud	chez-renaud	FR		0	Europe/Paris	45.31752	-0.29638		Chez Renaud		75			
12102627	Chez Galant	chez-galant	FR		0	Europe/Paris	45.29932	-0.42493		Chez Galant		75			
12102638	Grand Nieulle	grand-nieulle	FR		0	Europe/Paris	45.74833	-0.99901		Grand Nieulle		75			
12102648	Chaban	chaban	FR		0	Europe/Paris	46.21538	-0.7031		Chaban		75			
12102651	Le Petit Breuil	le-petit-breuil	FR		0	Europe/Paris	46.06374	-0.69581		Le Petit Breuil		75			
12102654	Le Grand Breuil	le-grand-breuil	FR		0	Europe/Paris	46.06584	-0.67135		Le Grand Breuil		75			
12103752	Les Cébrades	les-cebrades	FR		0	Europe/Paris	45.17626	0.72711		Les Cebrades,Les Cébrades		75			
12103753	Les Nébouts	les-nebouts	FR		0	Europe/Paris	45.18661	1.20396		Les Nebouts,Les Nébouts		75			
12103754	Les Landes	les-landes	FR		0	Europe/Paris	45.07958	0.66205		Les Landes		75			
12103755	Pont Saint-Mamet	pont-saint-mamet	FR		0	Europe/Paris	44.987	0.59383		Pont Saint-Mamet		75			
12103756	Le Poujol	le-poujol	FR		0	Europe/Paris	44.9643	1.27505		Le Poujol		75			
12103757	Le Gaucher	le-gaucher	FR		0	Europe/Paris	44.88195	0.07935		Le Gaucher		75			
12103758	Le Rieu de Laysse	le-rieu-de-laysse	FR		0	Europe/Paris	44.84219	0.3831		Le Rieu de Laysse		75			
12103766	Luziers	luziers	FR		0	Europe/Paris	44.8663	1.05035		Luziers		75			
12103767	Fongauffier	fongauffier	FR		0	Europe/Paris	44.78741	1.01204		Fongauffier		75			
12103768	Le Courby	le-courby	FR		0	Europe/Paris	44.74462	0.43167		Le Courby		75			
12103769	La Halte d'Eyrenville	la-halte-d-eyrenville	FR		0	Europe/Paris	44.70417	0.56344		La Halte d'Eyrenville		75			
12103774	Le Moulin de David	le-moulin-de-david	FR		0	Europe/Paris	44.65979	0.87951		Le Moulin de David		75			
12104071	Haut Trigonant	haut-trigonant	FR		0	Europe/Paris	45.20832	0.82195		Haut Trigonant		75			
12104072	Bas Trigonant	bas-trigonant	FR		0	Europe/Paris	45.20569	0.82651		Bas Trigonant		75			
12104186	Pont-de-Gennes	pont-de-gennes	FR		0	Europe/Paris	48.04672	0.41768				52	72	722	72241
12105024	Roman Catholic Diocese of Toulon	roman-catholic-diocese-of-toulon	FR		0	Europe/Paris	43.12148	5.93419				93	83	832	83137
12105025	Roman Catholic Diocese of Metz	roman-catholic-diocese-of-metz	FR		0	Europe/Paris	49.11997	6.17526				44	57	579	57463
12105026	Archidiocese of Paris	archidiocese-of-paris	FR		0	Europe/Paris	48.85334	2.34932				11	75	751	75056
12105027	Roman Catholic Diocese of Angers	roman-catholic-diocese-of-angers	FR		0	Europe/Paris	47.47077	-0.55491				52	49	491	49007
12110401	(former) Roman Catholic Diocese of Saintes	former-roman-catholic-diocese-of-saintes	FR		0	Europe/Paris	45.74447	-0.63224				75	17	174	17415
12110506	Austrasia (Eastern Part of the Frankish Kingdom)	austrasia-eastern-part-of-the-frankish-kingdom	FR		0	Europe/Paris	49.16091	6.08785				44	57	579	57634
12110614	(former) Roman Catholic Diocese of Cavaillon	former-roman-catholic-diocese-of-cavaillon	FR		0	Europe/Paris	43.83627	5.03613				93	84	841	84035
12119926	Le Centre	le-centre	FR		0	Europe/Paris	45.4079	-0.95828		Le Centre		75			
12119927	Caussan	caussan	FR		0	Europe/Paris	45.32244	-0.87815		Caussan		75			
12119931	La Sicarderie	la-sicarderie	FR		0	Europe/Paris	45.0464	-0.43032		La Sicarderie		75			
12119932	La Baroderie	la-baroderie	FR		0	Europe/Paris	45.03522	-0.22808		La Baroderie		75			
12119939	Bourricaud	bourricaud	FR		0	Europe/Paris	45.02613	-0.2661		Bourricaud		75			
12119940	Maine du Pont	maine-du-pont	FR		0	Europe/Paris	44.99891	-0.03602		Maine du Pont		75			
12119941	Pimpine	pimpine	FR		0	Europe/Paris	44.93969	-0.02462		Pimpine		75			
12119942	Trochau	trochau	FR		0	Europe/Paris	44.93182	-0.1997		Trochau		75			
12119943	Grand Sable	grand-sable	FR		0	Europe/Paris	44.87091	-0.12377		Grand Sable		75			
12119945	Dartus	dartus	FR		0	Europe/Paris	44.84596	-0.14617		Dartus		75			
12119946	Les Faures	les-faures	FR		0	Europe/Paris	44.80552	-0.39326		Les Faures		75			
12119949	Ribeyreau	ribeyreau	FR		0	Europe/Paris	44.79944	-0.26201		Ribeyreau		75			
12119950	Pique-Sègue	pique-segue	FR		0	Europe/Paris	44.84186	-0.01862		Pique-Segue,Pique-Sègue		75			
12119952	Pont de la Beauze	pont-de-la-beauze	FR		0	Europe/Paris	44.81932	0.19399		Pont de la Beauze		75			
12120387	L'Usine	l-usine	FR		0	Europe/Paris	44.7199	-0.51309		L'Usine		75			
12120388	Le Carpe	le-carpe	FR		0	Europe/Paris	44.7628	-0.40353		Le Carpe		75			
12120389	Le Grand Chemin	le-grand-chemin	FR		0	Europe/Paris	44.73469	-0.35958		Le Grand Chemin		75			
12120391	Berthoumieu	berthoumieu	FR		0	Europe/Paris	44.6275	-0.29796		Berthoumieu		75			
12120392	Le Tendron	le-tendron	FR		0	Europe/Paris	44.62962	-0.26279		Le Tendron		75			
12120393	Bidonnet	bidonnet	FR		0	Europe/Paris	44.61597	-0.26789		Bidonnet		75			
12120394	Planau	planau	FR		0	Europe/Paris	44.65407	-0.09707		Planau		75			
12120395	La Misère	la-misere	FR		0	Europe/Paris	44.6432	0.01329		La Misere,La Misère		75			
12120396	Bordepaille	bordepaille	FR		0	Europe/Paris	44.66121	0.07295		Bordepaille		75			
12120398	Muraille	muraille	FR		0	Europe/Paris	44.55388	-0.18103		Muraille		75			
12120400	Toumilot	toumilot	FR		0	Europe/Paris	44.46938	-0.2416		Toumilot		75			
12120683	Talan	talan	FR		0	Europe/Paris	44.44304	-0.08797		Talan		75			
12120688	Lousteau Neuf	lousteau-neuf	FR		0	Europe/Paris	44.37413	-0.06233		Lousteau Neuf		75			
12122134	Raynaud	raynaud	FR		0	Europe/Paris	44.69525	0.29548		Raynaud		75			
12122135	Monfrange	monfrange	FR		0	Europe/Paris	44.64241	0.38567		Monfrange		75			
12122137	Loys	loys	FR		0	Europe/Paris	44.65283	0.70444		Loys		75			
12122138	Bariats	bariats	FR		0	Europe/Paris	44.67722	0.77511		Bariats		75			
12122139	Laudiberte	laudiberte	FR		0	Europe/Paris	44.60473	0.80415		Laudiberte		75			
12122140	Soulodres	soulodres	FR		0	Europe/Paris	44.50558	0.63717		Soulodres		75			
12122141	Guillot	guillot	FR		0	Europe/Paris	44.45106	0.45543		Guillot		75			
12122143	L'École	l-ecole	FR		0	Europe/Paris	44.35645	0.07057		L'Ecole,L'École		75			
12122144	Veyries	veyries	FR		0	Europe/Paris	44.34018	0.1249		Veyries		75			
12122145	Bladas	bladas	FR		0	Europe/Paris	44.36675	0.15264		Bladas		75			
12122146	Bout de la Côte	bout-de-la-cote	FR		0	Europe/Paris	44.39441	0.24954		Bout de la Cote,Bout de la Côte		75			
12122147	Lacassore	lacassore	FR		0	Europe/Paris	44.36205	0.2715		Lacassore		75			
12122150	Lacenne	lacenne	FR		0	Europe/Paris	44.3311	0.64365		Lacenne		75			
12122152	Fourtic	fourtic	FR		0	Europe/Paris	44.23814	0.4459		Fourtic		75			
12122155	L'Église	l-eglise	FR		0	Europe/Paris	44.31276	0.73913		L'Eglise,L'Église		75			
12122156	Saint-Arnaud	saint-arnaud	FR		0	Europe/Paris	44.26603	0.70594		Saint-Arnaud		75			
12122160	Lescourre	lescourre	FR		0	Europe/Paris	44.16836	0.57766		Lescourre		75			
12122173	Sainte-Meille	sainte-meille	FR		0	Europe/Paris	44.01334	0.0415		Sainte-Meille		75			
12122174	Bignoulets	bignoulets	FR		0	Europe/Paris	43.86221	-0.33281		Bignoulets		75			
12122175	Larrecq	larrecq	FR		0	Europe/Paris	43.78419	-0.7963		Larrecq		75			
12122177	Rondebœuf	rondeboeuf	FR		0	Europe/Paris	43.80742	-0.34235		Rondeboeuf,Rondebœuf		75			
12122178	Perbousset	perbousset	FR		0	Europe/Paris	43.69279	-1.00958		Perbousset		75			
12123416	Oppidum de Nages	oppidum-de-nages	FR		0	Europe/Paris	43.79526	4.227				76	30	302	30186
12123440	Picpus	picpus	FR		0	Europe/Paris	48.84505	2.40234				11	75	751	75056
12127529	Cardenau	cardenau	FR		0	Europe/Paris	43.50877	-0.33667		Cardenau		75			
12127536	Lacroutz	lacroutz	FR		0	Europe/Paris	43.50187	-1.04527		Lacroutz		75			
12127537	Chalosse	chalosse	FR		0	Europe/Paris	43.49222	-1.03695		Chalosse		75			
12127551	Petite	petite	FR		0	Europe/Paris	43.42643	-0.07135		Petite		75			
12127553	Plaza	plaza	FR		0	Europe/Paris	43.39086	-1.04213		Plaza		75			
12127561	Le Bilaà	le-bilaa	FR		0	Europe/Paris	43.32508	-0.41604		Le Bilaa,Le Bilaà		75			
12127580	Irazabalea	irazabalea	FR		0	Europe/Paris	43.20279	-1.06759		Irazabalea		75			
12127612	Chemberro	chemberro	FR		0	Europe/Paris	43.12579	-1.13425		Chemberro		75			
12127614	La Caserne	la-caserne	FR		0	Europe/Paris	43.01418	-0.8542		La Caserne		75			
12127700	Asme-Chilo	asme-chilo	FR		0	Europe/Paris	43.24406	-1.0914		Asme-Chilo		75			
12128409	La Corroirie	la-corroirie	FR		0	Europe/Paris	47.15096	1.14012				24	37	373	37069
12128413	La Bédinière	la-bediniere	FR		5	Europe/Paris	47.07961	1.26175	133	La Bediniere,La Behdin'er,La Bédinière,Ла Бэдиньер		24	37	373	37133
12128493	Sollières-Endroit	sollieres-endroit	FR		0	Europe/Paris	45.26466	6.80818	1314	L'Endroit,Sollieres-Endroit,Sollières-Endroit		84	73	733	73290
12128500	Le Jeu	le-jeu	FR		0	Europe/Paris	45.23155	6.80979				84	73	733	73290
12128503	Les Hauts du Verney	les-hauts-du-verney	FR		0	Europe/Paris	45.23379	6.78999				84	73	733	73290
12128504	L'Enfrey	l-enfrey	FR		0	Europe/Paris	45.23475	6.78855				84	73	733	73290
12128505	Les Moulins	les-moulins	FR		0	Europe/Paris	45.22576	6.77906				84	73	733	73290
12128506	Bramans - Le village	bramans-le-village	FR		0	Europe/Paris	45.22349	6.77484				84	73	733	73290
12128507	Les Glières	les-glieres	FR		0	Europe/Paris	45.22788	6.77622				84	73	733	73290
12128519	Le Pain	le-pain	FR		0	Europe/Paris	47.07573	1.27021		Le Pain		24	37	373	37133
12128522	Riffé	riffe	FR		0	Europe/Paris	47.07413	1.26178	130	Riffe,Riffé		24	37	373	37133
12128523	La Vilette	la-vilette	FR		0	Europe/Paris	45.21646	6.81472				84	73	733	73290
12128524	La Lardière	la-lardiere	FR		0	Europe/Paris	47.08073	1.253	141	La Lardiere,La Lardière		24	37	373	37133
12128525	La Roche	la-roche	FR		0	Europe/Paris	47.08255	1.23702	134	La Roche		24	37	373	37133
12128532	La Métairie du Bois	la-metairie-du-bois	FR		0	Europe/Paris	47.02856	1.20606	137	La Metairie du Bois,La Métairie du Bois		24	37	373	37133
12128533	Gratte-Paille	gratte-paille	FR		0	Europe/Paris	47.03159	1.19494	138	Gratte-Paille		24	37	373	37133
12128534	Les Chaumes	les-chaumes	FR		0	Europe/Paris	47.03645	1.20935	134	Les Chaumes		24	37	373	37133
12128535	Lausanne	lausanne	FR		0	Europe/Paris	47.04324	1.18314	114	Lausanne		24	37	373	37133
12128536	La Rennerie	la-rennerie	FR		0	Europe/Paris	47.04098	1.2195	148	La Rennerie		24	37	373	37133
12128537	La Perrottière	la-perrottiere	FR		0	Europe/Paris	47.04574	1.21097	142	La Perrottiere,La Perrottière		24	37	373	37133
12128538	Beaugerais	beaugerais	FR		0	Europe/Paris	47.05371	1.19843	118	Beaugerais		24	37	373	37133
12128539	Candeau	candeau	FR		0	Europe/Paris	47.0487	1.22899	149	Candeau		24	37	373	37133
12128540	Le Grand Village	le-grand-village	FR		0	Europe/Paris	47.05153	1.23703	142	Le Grand Village		24	37	373	37133
12128541	Les Carroirs	les-carroirs	FR		0	Europe/Paris	47.05989	1.21381	144	Les Carroirs		24	37	373	37133
12128543	La Bruère	la-bruere	FR		0	Europe/Paris	47.06958	1.24342	134	La Bruere,La Bruère		24	37	373	37133
12128544	La Basse Cossonnière	la-basse-cossonniere	FR		0	Europe/Paris	47.06983	1.25773	129	La Basse Cossonniere,La Basse Cossonnière		24	37	373	37133
12128545	La Haute Cossonnière	la-haute-cossonniere	FR		0	Europe/Paris	47.06635	1.25399	137	La Haute Cossonniere,La Haute Cossonnière		24	37	373	37133
12128546	L'Aubardière	l-aubardiere	FR		0	Europe/Paris	47.06433	1.25008	136	L'Aubardiere,L'Aubardière		24	37	373	37133
12128550	Villienne	villienne	FR		0	Europe/Paris	47.06453	1.23223	126	Villienne		24	37	373	37133
12128551	Marlay	marlay	FR		0	Europe/Paris	47.06254	1.23875	115	Marlay		24	37	373	37133
12128552	La Juberdière	la-juberdiere	FR		0	Europe/Paris	47.06765	1.21653	144	La Juberdiere,La Juberdière		24	37	373	37133
12128553	La Chalonnerie	la-chalonnerie	FR		0	Europe/Paris	47.072	1.22004	132	La Chalonnerie		24	37	373	37133
12128554	Le Moulin du Puits	le-moulin-du-puits	FR		0	Europe/Paris	47.07537	1.22988	114	Le Moulin du Puits		24	37	373	37133
12128555	La Patrie	la-patrie	FR		0	Europe/Paris	47.08693	1.223	106	La Patrie		24	37	373	37133
12128556	Les Marnières	les-marnieres	FR		0	Europe/Paris	47.08809	1.22609	113	Les Marnieres,Les Marnières		24	37	373	37133
12128557	Le Rein du Bois	le-rein-du-bois	FR		0	Europe/Paris	47.09074	1.23793	138	Le Rein du Bois		24	37	373	37133
12128561	La Haute Touche	la-haute-touche	FR		0	Europe/Paris	47.11022	1.23336	126	La Haute Touche		24	37	373	37133
12128563	Nointreau	nointreau	FR		0	Europe/Paris	47.10682	1.22579	106	Nointreau		24	37	373	37133
12128564	La Boulaie	la-boulaie	FR		0	Europe/Paris	47.10132	1.23117	127	La Boulaie		24	37	373	37133
12128565	Les Chéraux	les-cheraux	FR		0	Europe/Paris	47.0994	1.24549	131	Les Cheraux,Les Chéraux		24	37	373	37133
12128567	La Perrellerie	la-perrellerie	FR		0	Europe/Paris	47.1019	1.14744	134	La Perrellerie		24	37	373	37133
12128569	La Binellerie	la-binellerie	FR		0	Europe/Paris	47.0956	1.15617	134	La Binellerie		24	37	373	37133
12128570	La Basse Rairie	la-basse-rairie	FR		0	Europe/Paris	47.09209	1.16509	131	La Basse Rairie		24	37	373	37133
12128571	Le Four à Chaux	le-four-a-chaux	FR		0	Europe/Paris	47.09877	1.1748	135	Le Four a Chaux,Le Four à Chaux		24	37	373	37133
12128572	La Gironnerie	la-gironnerie	FR		0	Europe/Paris	47.08879	1.1809	147	La Gironnerie		24	37	373	37133
12128573	La Reignière	la-reigniere	FR		0	Europe/Paris	47.06442	1.21084	146	La Reigniere,La Reignière		24	37	373	37133
12128574	La Guignardière	la-guignardiere	FR		0	Europe/Paris	47.07247	1.20574	142	La Guignardiere,La Guignardière		24	37	373	37133
12128575	La Gitonnière	la-gitonniere	FR		0	Europe/Paris	47.07635	1.21052	132	La Gitonniere,La Gitonnière		24	37	373	37133
12128576	La Marjolaine	la-marjolaine	FR		0	Europe/Paris	47.07531	1.19019	147	La Marjolaine		24	37	373	37133
12128577	La Maison Neuve	la-maison-neuve	FR		0	Europe/Paris	47.07792	1.19241	143	La Maison Neuve		24	37	373	37133
12128578	La Creusonnerie	la-creusonnerie	FR		0	Europe/Paris	47.08402	1.18281	151	La Creusonnerie		24	37	373	37133
12128579	Les Moineaudières	les-moineaudieres	FR		0	Europe/Paris	47.08799	1.19064	148	Les Moineaudieres,Les Moineaudières		24	37	373	37133
12128580	Le Marandet	le-marandet	FR		0	Europe/Paris	47.08298	1.19756	143	Le Marandet		24	37	373	37133
12128581	La Reminière	la-reminiere	FR		0	Europe/Paris	47.08233	1.20124	135	La Reminiere,La Reminière		24	37	373	37133
12128582	La Mosellerie	la-mosellerie	FR		0	Europe/Paris	47.08483	1.20321	133	La Mosellerie		24	37	373	37133
12128583	Les Planches	les-planches	FR		0	Europe/Paris	47.08463	1.21531	117	Les Planches		24	37	373	37133
12128584	La Sansonnière	la-sansonniere	FR		0	Europe/Paris	47.09052	1.20953	136	La Sansonniere,La Sansonnière		24	37	373	37133
12128585	Le Cabinet	le-cabinet	FR		0	Europe/Paris	47.09074	1.21088	137	Le Cabinet		24	37	373	37133
12128586	Les Brosses	les-brosses	FR		0	Europe/Paris	47.11009	1.14698	141	Les Brosses		24	37	373	37133
12128587	Le Pavillon	le-pavillon	FR		0	Europe/Paris	47.11601	1.1546	135	Le Pavillon		24	37	373	37133
12128588	Le Grand Fossé	le-grand-fosse	FR		0	Europe/Paris	47.11821	1.15612	133	Le Grand Fosse,Le Grand Fossé		24	37	373	37133
12128589	La Niverdière	la-niverdiere	FR		0	Europe/Paris	47.12401	1.17256	134	La Niverdiere,La Niverdière		24	37	373	37133
12128590	La Motterie	la-motterie	FR		0	Europe/Paris	47.118	1.18612	137	La Motterie		24	37	373	37133
12128591	Les Fleurettes	les-fleurettes	FR		0	Europe/Paris	47.11152	1.18551	141	Les Fleurettes		24	37	373	37133
12128592	La Cour	la-cour	FR		0	Europe/Paris	47.11152	1.17046	131	La Cour		24	37	373	37133
12128594	Rochefolle	rochefolle	FR		0	Europe/Paris	47.10703	1.16158	130	Rochefolle		24	37	373	37133
12128595	Le Puits	le-puits	FR		0	Europe/Paris	47.10419	1.17081	130	Le Puits		24	37	373	37133
12128596	L'Alleu	l-alleu	FR		0	Europe/Paris	47.10314	1.17028	129	L'Alleu		24	37	373	37133
12128597	Les Babaudières	les-babaudieres	FR		0	Europe/Paris	47.10435	1.1784	140	Les Babaudieres,Les Babaudières		24	37	373	37133
12128598	Les Poiriers	les-poiriers	FR		0	Europe/Paris	47.10177	1.18046	141	Les Poiriers		24	37	373	37133
12128599	La Recordière	la-recordiere	FR		0	Europe/Paris	47.11401	1.2117	134	La Recordiere,La Recordière		24	37	373	37133
12128600	Le Grand Ormeau	le-grand-ormeau	FR		0	Europe/Paris	47.11175	1.2061	142	Le Grand Ormeau		24	37	373	37133
12128601	La Huttière	la-huttiere	FR		0	Europe/Paris	47.10992	1.2082	139	La Huttiere,La Huttière		24	37	373	37133
12128602	Le Village Babault	le-village-babault	FR		0	Europe/Paris	47.10977	1.21099	131	Le Village Babault		24	37	373	37133
12128603	La Meillerie	la-meillerie	FR		0	Europe/Paris	47.10972	1.22024	118	La Meillerie		24	37	373	37133
12128604	La Haute Lande	la-haute-lande	FR		0	Europe/Paris	47.09737	1.19753	135	La Haute Lande		24	37	373	37133
12128605	La Basse Lande	la-basse-lande	FR		0	Europe/Paris	47.10142	1.20025	132	La Basse Lande		24	37	373	37133
12128606	La Berthonnière	la-berthonniere	FR		0	Europe/Paris	47.10183	1.2148	120	La Berthonniere,La Berthonnière		24	37	373	37133
12128607	Les Billes	les-billes	FR		0	Europe/Paris	47.09826	1.21705	108	Les Billes		24	37	373	37133
12128608	La Claie	la-claie	FR		0	Europe/Paris	47.09407	1.20992	137	La Claie		24	37	373	37133
12128610	La Pinaudière	la-pinaudiere	FR		0	Europe/Paris	47.09201	1.20626	135	La Pinaudiere,La Pinaudière		24	37	373	37133
12128662	Douince	douince	FR		0	Europe/Paris	47.06804	1.28766	141	Douince		24	37	373	37275
12128665	Le Tertre	le-tertre	FR		0	Europe/Paris	47.05851	1.2613	145	Le Tertre		24	37	373	37275
12128666	La Mardelle	la-mardelle	FR		0	Europe/Paris	47.05159	1.27015	134	La Mardelle		24	37	373	37275
12128667	Le Moulin de Villedômain	le-moulin-de-villedomain	FR		0	Europe/Paris	47.05264	1.26008	122	Le Moulin de Villedomain,Le Moulin de Villedômain		24	37	373	37275
12128668	Le Plessis	le-plessis	FR		0	Europe/Paris	47.04927	1.25529	130	Le Plessis		24	37	373	37275
12128669	La Maison Neuve	la-maison-neuve	FR		0	Europe/Paris	47.05064	1.25404	130	La Maison Neuve		24	37	373	37275
12128671	Les Lignes	les-lignes	FR		0	Europe/Paris	47.04154	1.24545	142	Les Lignes		24	37	373	37275
12128672	Les Petiliers	les-petiliers	FR		0	Europe/Paris	47.03973	1.24165	145	Les Petiliers		24	37	373	37275
12128673	Les Blais	les-blais	FR		0	Europe/Paris	47.03545	1.24022	150	Les Blais		24	37	373	37275
12128674	La Caille	la-caille	FR		0	Europe/Paris	47.0354	1.23312	145	La Caille		24	37	373	37275
12128901	La Donnerie	la-donnerie	FR		0	Europe/Paris	47.13863	1.20864	118	La Donnerie		24	37	373	37277
12128675	Les Rouleaux	les-rouleaux	FR		0	Europe/Paris	47.03643	1.23341	148	Les Rouleaux		24	37	373	37275
12128676	La Pocquerie	la-pocquerie	FR		0	Europe/Paris	47.03364	1.23653	150	La Pocquerie		24	37	373	37275
12128677	Beauchoux	beauchoux	FR		0	Europe/Paris	47.03501	1.22365	146	Beauchoux		24	37	373	37275
12128678	Le Bois Tué	le-bois-tue	FR		0	Europe/Paris	47.03212	1.21626	135	Le Bois Tue,Le Bois Tué		24	37	373	37275
12128679	L'Orangerie	l-orangerie	FR		0	Europe/Paris	47.02438	1.22418	133	L'Orangerie		24	37	373	37275
12128680	La Touche des Lignes	la-touche-des-lignes	FR		0	Europe/Paris	47.03786	1.24484	144	La Touche des Lignes		24	37	373	37275
12128681	La Huppe Chat-Huant	la-huppe-chat-huant	FR		0	Europe/Paris	47.04385	1.26671	148	La Huppe Chat-Huant		24	37	373	37275
12128683	La Bardousière	la-bardousiere	FR		0	Europe/Paris	47.04669	1.26349	137	La Bardousiere,La Bardousière		24	37	373	37275
12128686	L'Alleu	l-alleu	FR		0	Europe/Paris	47.07495	1.30855	145	L'Alleu		24	37	373	37173
12128687	L'Houstière	l-houstiere	FR		0	Europe/Paris	47.07329	1.29156	140	L'Houstiere,L'Houstière		24	37	373	37173
12128688	L'Idée	l-idee	FR		0	Europe/Paris	47.08053	1.2844	150	L'Idee,L'Idée		24	37	373	37173
12128689	Cloffy	cloffy	FR		0	Europe/Paris	47.08585	1.30482	150	Cloffy		24	37	373	37173
12128690	Rochas	rochas	FR		0	Europe/Paris	47.09161	1.30857	147	Rochas		24	37	373	37173
12128691	Les Ébattées	les-ebattees	FR		0	Europe/Paris	47.09924	1.27996	137	Les Ebattees,Les Ébattées		24	37	373	37173
12128692	Le Cormerat	le-cormerat	FR		0	Europe/Paris	47.10873	1.29924	147	Le Cormerat		24	37	373	37173
12128693	Les Pouvardières	les-pouvardieres	FR		0	Europe/Paris	47.10945	1.30658	136	Les Pouvardieres,Les Pouvardières		24	37	373	37173
12128694	Le Grand Village	le-grand-village	FR		0	Europe/Paris	47.11164	1.32226	139	Le Grand village		24	37	373	37173
12128695	La Beaugearderie	la-beaugearderie	FR		0	Europe/Paris	47.1135	1.31989	135	La Beaugearderie		24	37	373	37173
12128696	Blavetin	blavetin	FR		0	Europe/Paris	47.1157	1.31521	117	Blavetin		24	37	373	37173
12128697	La Trémellerie	la-tremellerie	FR		0	Europe/Paris	47.11275	1.30189	141	La Tremellerie,La Trémellerie		24	37	373	37173
12128698	La Viennerie	la-viennerie	FR		0	Europe/Paris	47.11441	1.30247	143	La Viennerie		24	37	373	37173
12128699	La Petite Richerie	la-petite-richerie	FR		0	Europe/Paris	47.11952	1.30214	133	La Petite Richerie		24	37	373	37173
12128700	La Petite Michellerie	la-petite-michellerie	FR		0	Europe/Paris	47.12205	1.31464	134	La Petite Michellerie		24	37	373	37173
12128701	La Grande Michellerie	la-grande-michellerie	FR		0	Europe/Paris	47.12612	1.31007	129	La Grande Michellerie		24	37	373	37173
12128702	Mont Frioux	mont-frioux	FR		0	Europe/Paris	47.12663	1.30352	115	Mont Frioux		24	37	373	37173
12128703	La Haute Bourde	la-haute-bourde	FR		0	Europe/Paris	47.1255	1.2945	120	La Haute Bourde		24	37	373	37173
12128712	L'Aussillet	l-aussillet	FR		0	Europe/Paris	47.13161	1.27942	110	L'Aussillet		24	37	373	37173
12128714	Le Moulin de la Planche	le-moulin-de-la-planche	FR		0	Europe/Paris	47.13426	1.28164	105	Le Moulin de la Planche		24	37	373	37173
12128718	Les Boussins	les-boussins	FR		0	Europe/Paris	47.12695	1.2904	118	Les Boussins		24	37	373	37173
12128719	La Ménardière	la-menardiere	FR		0	Europe/Paris	47.12354	1.284	133	La Menardiere,La Ménardière		24	37	373	37173
12128720	Les Carrois	les-carrois	FR		0	Europe/Paris	47.12297	1.29096	134	Les Carrois		24	37	373	37173
12128733	L'Aubrière	l-aubriere	FR		0	Europe/Paris	47.18351	1.31234	147	L'Aubriere,L'Aubrière		24	37	373	37173
12128734	La Harderie	la-harderie	FR		0	Europe/Paris	47.18033	1.2971	143	La Harderie		24	37	373	37173
12128735	Les Hauts Bourdiers	les-hauts-bourdiers	FR		0	Europe/Paris	47.17579	1.30141	146	Les Hauts Bourdiers		24	37	373	37173
12128736	La Gannerie	la-gannerie	FR		0	Europe/Paris	47.174	1.3102	143	La Gannerie		24	37	373	37173
12128738	Les Vézardières	les-vezardieres	FR		0	Europe/Paris	47.17287	1.29069	144	Les Vezardieres,Les Vézardières		24	37	373	37173
12128740	La Jubardière	la-jubardiere	FR		0	Europe/Paris	47.16732	1.31296	143	La Jubardiere,La Jubardière		24	37	373	37173
12128741	La Laitière	la-laitiere	FR		0	Europe/Paris	47.16148	1.31152	140	La Laitiere,La Laitière		24	37	373	37173
12128742	La Grande Richerie	la-grande-richerie	FR		0	Europe/Paris	47.16047	1.28902	140	La Grande Richerie		24	37	373	37173
12128772	La Seillerie	la-seillerie	FR		0	Europe/Paris	47.16183	1.26889	135	La Seillerie		24	37	373	37173
12128776	La Forêt	la-foret	FR		0	Europe/Paris	47.1601	1.27487	136	La Foret,La Forêt		24	37	373	37173
12128782	Les Morins	les-morins	FR		0	Europe/Paris	47.15224	1.30652	139	Les Morins		24	37	373	37173
12128783	Le Cherpré	le-cherpre	FR		0	Europe/Paris	47.15263	1.28693	115	Le Cherpre,Le Cherpré		24	37	373	37173
12128784	Le Tuffeau	le-tuffeau	FR		0	Europe/Paris	47.15008	1.27631	120	Le Tuffeau		24	37	373	37173
12128785	La Pépinière	la-pepiniere	FR		0	Europe/Paris	47.14806	1.28324	119	La Pepiniere,La Pépinière		24	37	373	37173
12128786	La Faisandière	la-faisandiere	FR		0	Europe/Paris	47.14428	1.28182	128	La Faisandiere,La Faisandière		24	37	373	37173
12128787	Les Beauchats	les-beauchats	FR		0	Europe/Paris	47.14623	1.29383	140	Les Beauchats		24	37	373	37173
12128788	La Petite Faisandière	la-petite-faisandiere	FR		0	Europe/Paris	47.1432	1.27633	131	La Petite Faisandiere,La Petite Faisandière		24	37	373	37173
12128789	Le Chêne Auger	le-chene-auger	FR		0	Europe/Paris	47.14138	1.27255	123	Le Chene Auger,Le Chêne Auger		24	37	373	37173
12128790	La Sabardière	la-sabardiere	FR		0	Europe/Paris	47.13646	1.27407	110	La Sabardiere,La Sabardière		24	37	373	37173
12128791	Le Four à Chaux	le-four-a-chaux	FR		0	Europe/Paris	47.13797	1.2794	112	Le Four a Chaux,Le Four à Chaux		24	37	373	37173
12128792	La Rouère du Vault	la-rouere-du-vault	FR		0	Europe/Paris	47.13854	1.2904	115	La Rouere du Vault,La Rouère du Vault		24	37	373	37173
12128793	La Boire	la-boire	FR		0	Europe/Paris	47.18142	1.32709	150	La Boire		24	37	373	37173
12128794	Maltaverne	maltaverne	FR		0	Europe/Paris	47.16436	1.33231	144	Maltaverne		24	37	373	37173
12128795	La Fournerie	la-fournerie	FR		0	Europe/Paris	47.16235	1.32277	145	La Fournerie		24	37	373	37173
12128796	La Londenière	la-londeniere	FR		0	Europe/Paris	47.16302	1.31511	143	La Londeniere,La Londenière		24	37	373	37173
12128797	La Quellerie	la-quellerie	FR		0	Europe/Paris	47.15723	1.33047	147	La Quellerie		24	37	373	37173
12128798	Les Brosses	les-brosses	FR		0	Europe/Paris	47.15322	1.32862	148	Les Brosses		24	37	373	37173
12128799	La Bézaudière	la-bezaudiere	FR		0	Europe/Paris	47.1545	1.31726	137	La Bezaudiere,La Bézaudière		24	37	373	37173
12128800	Le Village Buisson	le-village-buisson	FR		0	Europe/Paris	47.14996	1.30934	143	Le Village Buisson		24	37	373	37173
12128801	La Coutellerie	la-coutellerie	FR		0	Europe/Paris	47.14895	1.31976	139	La Coutellerie		24	37	373	37173
12128802	La Marinière	la-mariniere	FR		0	Europe/Paris	47.14965	1.32496	139	La Mariniere,La Marinière		24	37	373	37173
12128803	Le Château	le-chateau	FR		0	Europe/Paris	47.14786	1.3336	146	Le Chateau,Le Château		24	37	373	37173
12128804	Le Plessis	le-plessis	FR		0	Europe/Paris	47.14616	1.33813	146	Le Plessis		24	37	373	37173
12128805	Lambinet	lambinet	FR		0	Europe/Paris	47.13153	1.34836	152	Lambinet		24	37	373	37173
12128806	La Brosse	la-brosse	FR		0	Europe/Paris	47.13818	1.33828	146	La Brosse		24	37	373	37173
12128807	L'Échallou	l-echallou	FR		0	Europe/Paris	47.13375	1.33385	143	L'Echallou,L'Échallou		24	37	373	37173
12128809	La Bodinière	la-bodiniere	FR		0	Europe/Paris	47.13795	1.31658	131	La Bodiniere,La Bodinière		24	37	373	37173
12128810	La Mère	la-mere	FR		0	Europe/Paris	47.14345	1.31893	136	La Mere,La Mère		24	37	373	37173
12128811	La Rimonière	la-rimoniere	FR		0	Europe/Paris	47.14592	1.30386	145	La Rimoniere,La Rimonière		24	37	373	37173
12128812	Issard	issard	FR		0	Europe/Paris	47.14113	1.30978	125	Issard		24	37	373	37173
12128813	Le Bourg de Flandre	le-bourg-de-flandre	FR		0	Europe/Paris	47.14212	1.30149	130	Le Bourg de Flandre		24	37	373	37173
12128814	Le Sentier	le-sentier	FR		0	Europe/Paris	47.1359	1.30855	127	Le Sentier		24	37	373	37173
12128815	Les Bruyères	les-bruyeres	FR		0	Europe/Paris	47.10087	1.34366	157	Les Bruyeres,Les Bruyères		24	37	373	37173
12128816	La Farinière	la-fariniere	FR		0	Europe/Paris	47.10503	1.34977	158	La Fariniere,La Farinière		24	37	373	37173
12128817	La Belle Étoile	la-belle-etoile	FR		0	Europe/Paris	47.10633	1.34742	156	La Belle Etoile,La Belle Étoile		24	37	373	37173
12128818	Le Bois Mortier	le-bois-mortier	FR		0	Europe/Paris	47.10791	1.34197	149	Le Bois Mortier		24	37	373	37173
12128819	La Grenouillère	la-grenouillere	FR		0	Europe/Paris	47.10698	1.33924	146	La Grenouillere,La Grenouillère		24	37	373	37173
12128820	Le Village aux Vaches	le-village-aux-vaches	FR		0	Europe/Paris	47.10938	1.32884	143	Le Village aux Vaches		24	37	373	37173
12128821	Le Bois Prêtre	le-bois-pretre	FR		0	Europe/Paris	47.11633	1.3451	150	Le Bois Pretre,Le Bois Prêtre		24	37	373	37173
12128822	La Viaudière	la-viaudiere	FR		0	Europe/Paris	47.11934	1.33954	150	La Viaudiere,La Viaudière		24	37	373	37173
12128823	La Treurie	la-treurie	FR		0	Europe/Paris	47.12091	1.33122	140	La Treurie		24	37	373	37173
12128824	Bellevue	bellevue	FR		0	Europe/Paris	47.12807	1.36409	158	Bellevue		24	37	373	37173
12128825	La Bourbonnerie	la-bourbonnerie	FR		0	Europe/Paris	47.12513	1.34538	150	La Bourbonnerie		24	37	373	37173
12128826	La Billauderie	la-billauderie	FR		0	Europe/Paris	47.12952	1.32807	146	La Billauderie		24	37	373	37173
12128827	Les Dominés	les-domines	FR		0	Europe/Paris	47.13444	1.31895	136	Les Domines,Les Dominés		24	37	373	37173
12128831	La Noctière	la-noctiere	FR		0	Europe/Paris	47.097	1.26697	122	La Noctiere,La Noctière		24	37	373	37277
12128832	Le Chêne Rond	le-chene-rond	FR		0	Europe/Paris	47.10211	1.26326	132	Le Chene Rond,Le Chêne Rond		24	37	373	37277
12128834	La Caltière	la-caltiere	FR		0	Europe/Paris	47.1122	1.25827	126	La Caltiere,La Caltière		24	37	373	37277
12128835	Le Four à Chaux	le-four-a-chaux	FR		0	Europe/Paris	47.11579	1.2435	114	Le Four a Chaux,Le Four à Chaux		24	37	373	37277
12128836	Montiange	montiange	FR		0	Europe/Paris	47.11766	1.24635	121	Montiange		24	37	373	37277
12128837	La Pinottière	la-pinottiere	FR		0	Europe/Paris	47.11945	1.25883	123	La Pinottiere,La Pinottière		24	37	373	37277
12128838	Les Bruyères	les-bruyeres	FR		0	Europe/Paris	47.11878	1.27416	135	Les Bruyeres,Les Bruyères		24	37	373	37277
12128860	La Place	la-place	FR		0	Europe/Paris	47.12868	1.24504	126	La Place		24	37	373	37277
12128861	La Croix	la-croix	FR		0	Europe/Paris	47.13294	1.24893	114	La Croix		24	37	373	37277
12128862	Les Genêts	les-genets	FR		0	Europe/Paris	47.13207	1.25815	122	Les Genets,Les Genêts		24	37	373	37277
12128864	Le Houx	le-houx	FR		0	Europe/Paris	47.12957	1.23298	112	Le Houx		24	37	373	37277
12128876	Le Pont de Bourreau	le-pont-de-bourreau	FR		0	Europe/Paris	47.12902	1.23088	99	Le Pont de Bourreau		24	37	373	37277
12128877	Les Vonnets	les-vonnets	FR		0	Europe/Paris	47.12464	1.23331	108	Les Vonnets		24	37	373	37277
12128878	Villebaslin	villebaslin	FR		0	Europe/Paris	47.12254	1.22754	117	Villebaslin		24	37	373	37277
12128892	La Senaudière	la-senaudiere	FR		0	Europe/Paris	47.12574	1.21949	123	La Senaudiere,La Senaudière		24	37	373	37277
12128895	La Boursetterie	la-boursetterie	FR		0	Europe/Paris	47.12887	1.22588	112	La Boursetterie		24	37	373	37277
12128897	Les Tremblaires	les-tremblaires	FR		0	Europe/Paris	47.12791	1.2093	132	Les Tremblaires		24	37	373	37277
12128900	Le Blanchet	le-blanchet	FR		0	Europe/Paris	47.14002	1.21066	116	Le Blanchet		24	37	373	37277
12164179	Cayre	cayre	FR		0	Europe/Paris	43.50784	1.47313		Cayre		76			
12128902	La Rodaine	la-rodaine	FR		0	Europe/Paris	47.13717	1.20468	122	La Rodaine		24	37	373	37277
12129093	La Chenillère	la-chenillere	FR		0	Europe/Paris	47.13588	1.26201	110	La Chenillere,La Chenillère		24	37	373	37277
12129094	La Viorne	la-viorne	FR		0	Europe/Paris	47.13541	1.24869	99	La Viorne		24	37	373	37277
12129095	La Ménagère	la-menagere	FR		0	Europe/Paris	47.14136	1.25833	112	La Menagere,La Ménagère		24	37	373	37277
12129096	Trompe-Souris	trompe-souris	FR		0	Europe/Paris	47.14388	1.26123	110	Trompe-Souris		24	37	373	37277
12129097	La Vilatte	la-vilatte	FR		0	Europe/Paris	47.14794	1.25752	126	La Vilatte		24	37	373	37277
12129098	Navas	navas	FR		0	Europe/Paris	47.15048	1.25897	134	Navas		24	37	373	37277
12129099	La Touche-Seillerie	la-touche-seillerie	FR		0	Europe/Paris	47.16193	1.2654	132	La Touche-Seillerie		24	37	373	37277
12129100	Feularde	feularde	FR		0	Europe/Paris	47.16287	1.25836	137	Feularde		24	37	373	37277
12129101	La Pitancerie	la-pitancerie	FR		0	Europe/Paris	47.1653	1.25486	141	La Pitancerie		24	37	373	37277
12129102	L'Aumônerie	l-aumonerie	FR		0	Europe/Paris	47.16022	1.24668	141	L'Aumonerie,L'Aumônerie		24	37	373	37277
12129103	Le Village du Puits	le-village-du-puits	FR		0	Europe/Paris	47.16177	1.22696	140	Le Village du Puits		24	37	373	37277
12129104	La Bouquetière	la-bouquetiere	FR		0	Europe/Paris	47.1595	1.23322	133	La Bouquetiere,La Bouquetière		24	37	373	37277
12129105	La Brenellière	la-brenelliere	FR		0	Europe/Paris	47.15414	1.23852	138	La Brenelliere,La Brenellière		24	37	373	37277
12129107	Chassenolles	chassenolles	FR		0	Europe/Paris	47.14824	1.22964	123	Chassenolles		24	37	373	37277
12129108	Le Village des Champs	le-village-des-champs	FR		0	Europe/Paris	47.14448	1.2405	133	Le Village des Champs		24	37	373	37277
12129109	Bel-Air	bel-air	FR		0	Europe/Paris	47.14355	1.24108	130	Bel-Air		24	37	373	37277
12129110	La Bergerie	la-bergerie	FR		0	Europe/Paris	47.14012	1.24629	118	La Bergerie		24	37	373	37277
12129114	Le Four à Chaux	le-four-a-chaux	FR		0	Europe/Paris	47.13721	1.23644	105	Le Four a Chaux,Le Four à Chaux		24	37	373	37277
12129115	Les Baraquins	les-baraquins	FR		0	Europe/Paris	47.13946	1.23415	120	Les Baraquins		24	37	373	37277
12129525	Balagny-sur-Aunette	balagny-sur-aunette	FR		0	Europe/Paris	49.22448	2.63676				32	60	604	60138
12129542	La Villeneuve-Saint-Martin	la-villeneuve-saint-martin	FR		0	Europe/Paris	49.06897	1.96569				11	95	953	95002
12148831	Sazais	sazais	FR		0	Europe/Paris	46.247	-0.71027				75	79	792	79257
12150224	Bourg d'Arré	bourg-d-arre	FR		0	Europe/Paris	43.4076	0.12995		Bourg d'Arre,Bourg d'Arré		76			
12150225	Sabatier	sabatier	FR		0	Europe/Paris	43.31256	0.59056		Sabatier		76			
12150228	Rebourits	rebourits	FR		0	Europe/Paris	43.10267	0.26525		Rebourits		76			
12150229	Lande d'en Bas	lande-d-en-bas	FR		0	Europe/Paris	43.08672	0.40916		Lande d'en Bas		76			
12150230	Asmets	asmets	FR		0	Europe/Paris	43.01906	-0.0721		Asmets		76			
12150231	Prulhé	prulhe	FR		0	Europe/Paris	43.03054	0.29458		Prulhe,Prulhé		76			
12150232	Le Pla de la Hount	le-pla-de-la-hount	FR		0	Europe/Paris	43.04581	0.29948		Le Pla de la Hount		76			
12150249	Haut Nistos	haut-nistos	FR		0	Europe/Paris	42.99977	0.46254		Haut Nistos		76			
12150250	Saint-Canne	saint-canne	FR		0	Europe/Paris	43.86951	-0.16715		Saint-Canne		76			
12150252	Le Lau	le-lau	FR		0	Europe/Paris	43.89442	0.72983		Le Lau		76			
12150260	Le Faubourg	le-faubourg	FR		0	Europe/Paris	43.67941	-0.18942		Le Faubourg		76			
12150263	Cadet	cadet	FR		0	Europe/Paris	43.73917	-0.05989		Cadet		76			
12150264	Milleville	milleville	FR		0	Europe/Paris	43.68475	0.0121		Milleville		76			
12150265	Saint-Go	saint-go	FR		0	Europe/Paris	43.6876	0.03002		Saint-Go		76			
12150266	Lahougeyre	lahougeyre	FR		0	Europe/Paris	43.72497	0.10306		Lahougeyre		76			
12150273	Monplaisir	monplaisir	FR		0	Europe/Paris	43.66602	0.66383		Monplaisir		76			
12150274	L'Arnauton	l-arnauton	FR		0	Europe/Paris	43.67447	0.80769		L'Arnauton		76			
12150275	En Gaillardet	en-gaillardet	FR		0	Europe/Paris	43.6547	0.91231		En Gaillardet		76			
12150277	Le Château	le-chateau	FR		0	Europe/Paris	43.54964	0.03762		Le Chateau,Le Château		76			
12150279	Lacay	lacay	FR		0	Europe/Paris	43.5199	0.0912		Lacay		76			
12150280	Gaillet	gaillet	FR		0	Europe/Paris	43.54278	0.12715		Gaillet		76			
12150284	Le Château	le-chateau	FR		0	Europe/Paris	43.54571	0.23283		Le Chateau,Le Château		76			
12150286	En Tèous	en-teous	FR		0	Europe/Paris	43.53052	0.60723		En Teous,En Tèous		76			
12150288	Bounéou	bouneou	FR		0	Europe/Paris	43.4879	0.17806		Bouneou,Bounéou		76			
12150290	Le Padouhen	le-padouhen	FR		0	Europe/Paris	43.42509	0.6245		Le Padouhen		76			
12156166	Roman catholic diocese of Paris	roman-catholic-diocese-of-paris	FR		0	Europe/Paris	48.85288	2.35027				11	75	751	75056
12156699	La Villatte	la-villatte	FR		0	Europe/Paris	46.15994	1.89818		La Villatte		75	23	232	23193
12156701	Le Chazalet	le-chazalet	FR		0	Europe/Paris	46.09855	2.0011				75	23	232	23001
12156703	La Vielle Vaveix	la-vielle-vaveix	FR		0	Europe/Paris	46.0784	2.09281				75	23	231	23105
12156741	(fomer) Roman Catholic Diocese of Saint-Jean-de-Maurienne	fomer-roman-catholic-diocese-of-saint-jean-de-maurienne	FR		0	Europe/Paris	45.27673	6.34592				84	73	733	73248
12164180	Saint-Lautier	saint-lautier	FR		0	Europe/Paris	43.48872	1.57077		Saint-Lautier		76			
12164181	Les Oustalets	les-oustalets	FR		0	Europe/Paris	43.43399	1.52645		Les Oustalets		76			
12164182	En Pinard	en-pinard	FR		0	Europe/Paris	43.48026	1.85383		En Pinard		76			
12164185	Baudelle	baudelle	FR		0	Europe/Paris	43.36094	1.0213		Baudelle		76			
12164188	Prat Bédiaou	prat-bediaou	FR		0	Europe/Paris	43.19818	0.73245		Prat Bediaou,Prat Bédiaou		76			
12164190	Le Bout du Pont	le-bout-du-pont	FR		0	Europe/Paris	43.0785	0.57668		Le Bout du Pont		76			
12164235	Bruncan	bruncan	FR		0	Europe/Paris	43.03357	0.66776		Bruncan		76			
12164237	Le Pont de Cazaux	le-pont-de-cazaux	FR		0	Europe/Paris	42.86895	0.60795		Le Pont de Cazaux		76			
12164349	Montastruc le Vieux	montastruc-le-vieux	FR		0	Europe/Paris	43.37122	1.00539		Montastruc le Vieux		76			
12164354	Le Prieu	le-prieu	FR		0	Europe/Paris	43.07685	1.57266		Le Prieu		76			
12164355	Semaillé	semaille	FR		0	Europe/Paris	43.08707	1.62726		Semaille,Semaillé		76			
12164356	La Bardaille	la-bardaille	FR		0	Europe/Paris	43.14116	1.69521		La Bardaille		76			
12164386	Monnereau	monnereau	FR		0	Europe/Paris	43.06907	1.19336		Monnereau		76			
12164388	Lacraste	lacraste	FR		0	Europe/Paris	43.00071	1.07472		Lacraste		76			
12164389	La Baure	la-baure	FR		0	Europe/Paris	43.00041	1.2337		La Baure		76			
12164390	Le Pleich	le-pleich	FR		0	Europe/Paris	43.01822	1.32491		Le Pleich		76			
12164391	Jean Moune	jean-moune	FR		0	Europe/Paris	42.99413	1.3977		Jean Moune		76			
12164392	Le Fourné	le-fourne	FR		0	Europe/Paris	43.05575	1.47065		Le Fourne,Le Fourné		76			
12164397	Languit	languit	FR		0	Europe/Paris	43.06131	1.73662		Languit		76			
12164398	Gaston	gaston	FR		0	Europe/Paris	43.06361	1.78292		Gaston		76			
12164401	Samortein	samortein	FR		0	Europe/Paris	42.88932	1.05622		Samortein		76			
12164402	Le Coch	le-coch	FR		0	Europe/Paris	42.95952	1.18231		Le Coch		76			
12164403	Espiés	espies	FR		0	Europe/Paris	42.90373	1.36883		Espies,Espiés		76			
12164404	La Cabirole	la-cabirole	FR		0	Europe/Paris	42.94672	1.45955		La Cabirole		76			
12164405	Saint-Pierre de Dessous	saint-pierre-de-dessous	FR		0	Europe/Paris	42.961	1.55917		Saint-Pierre de Dessous		76			
12164406	Minjou	minjou	FR		0	Europe/Paris	42.96605	1.6528		Minjou		76			
12164407	Talé	tale	FR		0	Europe/Paris	42.97196	1.68638		Tale,Talé		76			
12164408	Carol	carol	FR		0	Europe/Paris	42.96098	1.75615		Carol		76			
12164409	Cazal	cazal	FR		0	Europe/Paris	42.95684	1.7844		Cazal		76			
12164410	Rabaute	rabaute	FR		0	Europe/Paris	42.9215	1.82685		Rabaute		76			
12164505	Barry d'en Bas	barry-d-en-bas	FR		0	Europe/Paris	42.81996	1.63157		Barry d'en Bas		76			
12164508	Arquizat	arquizat	FR		0	Europe/Paris	42.79171	1.59899		Arquizat		76			
12164527	Le Castelet	le-castelet	FR		0	Europe/Paris	42.7365	1.79458		Le Castelet		76			
12164530	Barry d'en Haut	barry-d-en-haut	FR		0	Europe/Paris	42.82509	1.63684		Barry d'en Haut		76			
12164535	Laramade d'en Bas	laramade-d-en-bas	FR		0	Europe/Paris	42.78442	1.55951		Laramade d'en Bas		76			
12164536	Laramade d'en Haut	laramade-d-en-haut	FR		0	Europe/Paris	42.7832	1.55752		Laramade d'en Haut		76			
12164621	La Vilasse	la-vilasse	FR		0	Europe/Paris	42.79213	2.38066		La Vilasse		76			
12164623	Fulla del Mig	fulla-del-mig	FR		0	Europe/Paris	42.56177	2.36127		Fulla del Mig		76			
12164624	Llonat	llonat	FR		0	Europe/Paris	42.62181	2.46126		Llonat		76			
12164625	Camp de la Torre	camp-de-la-torre	FR		0	Europe/Paris	42.62876	2.53257		Camp de la Torre		76			
12164632	Laviale	laviale	FR		0	Europe/Paris	43.4068	2.48363		Laviale		76			
12164633	Brousses Hautes	brousses-hautes	FR		0	Europe/Paris	43.34256	2.25406		Brousses,Brousses Hautes		76			
12164634	La Leude	la-leude	FR		0	Europe/Paris	43.04035	1.99058		La Leude		76			
12164635	La Caunette Basse	la-caunette-basse	FR		0	Europe/Paris	43.03034	2.41542		La Caunette Basse		76			
12164636	Parahou Grand	parahou-grand	FR		0	Europe/Paris	42.84976	2.34095		Parahou Grand		76			
12164637	Parahou Petit	parahou-petit	FR		0	Europe/Paris	42.85795	2.34058		Parahou Petit		76			
12164638	La Caunette Haute	la-caunette-haute	FR		0	Europe/Paris	43.02753	2.43814		La Caunette Haute		76			
12164639	Brousses Basses	brousses-basses	FR		0	Europe/Paris	43.34011	2.25192		Brousses Basses		76			
12164895	Le Tel	le-tel	FR		0	Europe/Paris	44.18504	2.13773		Le Tel		76			
12164896	Pointe à Pitre	pointe-a-pitre	FR		0	Europe/Paris	44.07984	1.98937		Pointe a Pitre,Pointe à Pitre		76			
12164898	La Pastrié	la-pastrie	FR		0	Europe/Paris	44.11074	2.12412		La Pastrie,La Pastrié		76			
12164900	Les Brus	les-brus	FR		0	Europe/Paris	44.00387	1.80997		Les Brus		76			
12164903	Ligots	ligots	FR		0	Europe/Paris	44.02298	2.30464		Ligots		76			
12164907	La Cayrie	la-cayrie	FR		0	Europe/Paris	43.89238	2.16969		La Cayrie		76			
12164908	Le Roc Blanc	le-roc-blanc	FR		0	Europe/Paris	43.95432	2.29868		Le Roc Blanc		76			
12171236	Arbousse	arbousse	FR		0	Europe/Paris	44.17529	4.0128		Arbousse		76			
12164912	Saint-Paul de Massuguiès	saint-paul-de-massuguies	FR		0	Europe/Paris	43.80259	2.50802		Saint-Paul de Massuguies,Saint-Paul de Massuguiès		76			
12164913	En Pons	en-pons	FR		0	Europe/Paris	43.7168	1.99157		En Pons		76			
12164914	La Bartelle	la-bartelle	FR		0	Europe/Paris	43.75842	2.08108		La Bartelle		76			
12164915	Saint-Paul d'Arifat	saint-paul-d-arifat	FR		0	Europe/Paris	43.78405	2.36382		Saint-Paul d'Arifat		76			
12164916	Lacapelle	lacapelle	FR		0	Europe/Paris	43.75796	2.62625		Lacapelle		76			
12164917	Le Gravas	le-gravas	FR		0	Europe/Paris	43.70056	1.84393		Le Gravas		76			
12164920	En Carivenc	en-carivenc	FR		0	Europe/Paris	43.64744	2.09311		En Carivenc		76			
12164921	La Bautié	la-bautie	FR		0	Europe/Paris	43.64152	2.15601		La Bautie,La Bautié		76			
12164922	Laparrinié	laparrinie	FR		0	Europe/Paris	43.67757	2.20244		Laparrinie,Laparrinié		76			
12164925	Le Plo	le-plo	FR		0	Europe/Paris	43.5459	1.94545		Le Plo		76			
12164928	Bouisset	bouisset	FR		0	Europe/Paris	43.57489	2.49338		Bouisset		76			
12164929	La Garrigue	la-garrigue	FR		0	Europe/Paris	43.50869	1.94125		La Garrigue		76			
12164937	Sarmazes	sarmazes	FR		0	Europe/Paris	44.04754	1.96538		Sarmazes		76			
12164938	Castelgarric	castelgarric	FR		0	Europe/Paris	44.04528	2.44583		Castelgarric		76			
12165184	La Sauzière Basse	la-sauziere-basse	FR		0	Europe/Paris	43.96626	1.64696		La Sauziere Basse,La Sauzière Basse		76			
12165189	Saint-Martin de Caïssac	saint-martin-de-caissac	FR		0	Europe/Paris	44.28031	1.60391		Saint-Martin de Caissac,Saint-Martin de Caïssac		76			
12165190	Sainte-Thécle	sainte-thecle	FR		0	Europe/Paris	44.18568	1.07883		Sainte-Thecle,Sainte-Thécle		76			
12165192	Gibiniargues	gibiniargues	FR		0	Europe/Paris	44.15438	1.31861		Gibiniargues		76			
12165193	Gasherbes	gasherbes	FR		0	Europe/Paris	44.17304	1.56489		Gasherbes		76			
12165194	La Pagèse	la-pagese	FR		0	Europe/Paris	44.21888	1.64403		La Pagese,La Pagèse		76			
12165196	Vintilhac	vintilhac	FR		0	Europe/Paris	44.07591	1.24507		Vintilhac		76			
12165197	Léribosc	leribosc	FR		0	Europe/Paris	44.12219	1.34861		Leribosc,Léribosc		76			
12165198	Ardus	ardus	FR		0	Europe/Paris	44.07485	1.37027		Ardus		76			
12165199	Sainte-Quiterie	sainte-quiterie	FR		0	Europe/Paris	44.11148	1.49117		Sainte-Quiterie		76			
12165200	Les Vergnous	les-vergnous	FR		0	Europe/Paris	44.00363	1.44889		Les Vergnous		76			
12170888	Bonneviole	bonneviole	FR		0	Europe/Paris	44.89898	1.81277		Bonneviole		76			
12170889	L'Église	l-eglise	FR		0	Europe/Paris	44.86835	1.89519		L'Eglise,L'Église		76			
12170890	Saint-Cirq Belarbre	saint-cirq-belarbre	FR		0	Europe/Paris	44.70737	1.4581		Saint-Cirq Belarbre		76			
12170892	Les Quatre Chemins	les-quatre-chemins	FR		0	Europe/Paris	44.92186	1.81852		Les Quatre Chemins		76			
12170893	Auniac	auniac	FR		0	Europe/Paris	44.78703	1.39835		Auniac		76			
12170894	Le Bret	le-bret	FR		0	Europe/Paris	44.70916	1.77662		Le Bret		76			
12170895	Poutoy	poutoy	FR		0	Europe/Paris	44.69856	1.84419		Poutoy		76			
12170896	La Remise	la-remise	FR		0	Europe/Paris	44.73861	1.99296		La Remise		76			
12170897	Laborie	laborie	FR		0	Europe/Paris	44.76699	2.02051		Laborie		76			
12170898	La Vitarelle	la-vitarelle	FR		0	Europe/Paris	44.74024	2.01866		La Vitarelle		76			
12170899	Les Tourondels	les-tourondels	FR		0	Europe/Paris	44.48967	1.20004		Les Tourondels		76			
12170904	Saint-Rémy de Bedène	saint-remy-de-bedene	FR		0	Europe/Paris	44.64029	2.81063		Saint-Remy de Bedene,Saint-Rémy de Bedène		76			
12170917	Lachapelle Haute	lachapelle-haute	FR		0	Europe/Paris	44.93075	1.49091		Lachapelle Haute		76			
12170918	Lachapelle Basse	lachapelle-basse	FR		0	Europe/Paris	44.93326	1.49909		Lachapelle Basse		76			
12170989	Le Bouldou	le-bouldou	FR		0	Europe/Paris	44.36966	2.51716		Le Bouldou		76			
12170991	Lioujas	lioujas	FR		0	Europe/Paris	44.40597	2.62948		Lioujas		76			
12171045	La Claparède	la-claparede	FR		0	Europe/Paris	43.80721	2.64789		La Claparede,La Claparède		76			
12171046	Anglas	anglas	FR		0	Europe/Paris	43.88512	2.68207		Anglas		76			
12171170	La Croix Rouge	la-croix-rouge	FR		0	Europe/Paris	44.17364	2.38114		La Croix Rouge		76			
12171172	Le Viala du Dourdou	le-viala-du-dourdou	FR		0	Europe/Paris	43.9458	2.75236		Le Viala du Dourdou		76			
12171185	Vinel	vinel	FR		0	Europe/Paris	44.45156	1.9585		Vinel		76			
12171198	Goudard	goudard	FR		0	Europe/Paris	44.53775	3.36907		Goudard		76			
12171199	Les Chazeaux	les-chazeaux	FR		0	Europe/Paris	44.56864	3.75583		Les Chazeaux		76			
12171200	Nogardel	nogardel	FR		0	Europe/Paris	44.4622	3.13651		Nogardel		76			
12171201	Les Bories	les-bories	FR		0	Europe/Paris	44.50832	3.27838		Les Bories		76			
12171203	Le Géripon	le-geripon	FR		0	Europe/Paris	44.28527	3.85506		Le Geripon,Le Géripon		76			
12171204	La Lèche	la-leche	FR		0	Europe/Paris	44.25538	3.96554		La Leche,La Lèche		76			
12171206	Biasses	biasses	FR		0	Europe/Paris	44.20804	3.68116		Biasses		76			
12171207	Le Clautrier	le-clautrier	FR		0	Europe/Paris	44.16353	3.78439		Le Clautrier		76			
12171235	Les Appens	les-appens	FR		0	Europe/Paris	44.19388	3.96409		Les Appens		76			
12171237	L'Abbaye	l-abbaye	FR		0	Europe/Paris	44.15572	4.05385		L'Abbaye		76			
12171238	Le Saut du Loup	le-saut-du-loup	FR		0	Europe/Paris	44.17892	4.14894		Le Saut du Loup		76			
12171239	L'Olivier	l-olivier	FR		0	Europe/Paris	44.15754	4.19579		L'Olivier		76			
12171242	Combe	combe	FR		0	Europe/Paris	44.16699	4.57496		Combe		76			
12171243	L'Arbous	l-arbous	FR		0	Europe/Paris	44.11088	3.83306		L'Arbous		76			
12171244	La Fabrègue	la-fabregue	FR		0	Europe/Paris	44.107	3.99475		La Fabregue,La Fabrègue		76			
12171356	Le Grand Raboutié	le-grand-raboutie	FR		0	Europe/Paris	44.14257	4.21049		Le Grand Raboutie,Le Grand Raboutié		76			
12171380	La Combe	la-combe	FR		0	Europe/Paris	43.99401	3.82536		La Combe		76			
12171381	La Baraque	la-baraque	FR		0	Europe/Paris	43.94763	3.90758		La Baraque		76			
12171407	Roquedur le Haut	roquedur-le-haut	FR		0	Europe/Paris	43.9743	3.65694		Roquedur le Haut		76			
12171499	Les Vieilles Fumades	les-vieilles-fumades	FR		0	Europe/Paris	44.18562	4.22025		Les Vieilles Fumades		76			
12171502	L'Escoutet	l-escoutet	FR		0	Europe/Paris	43.88851	3.62388		L'Escoutet		76			
12171503	Les Camps	les-camps	FR		0	Europe/Paris	43.81245	3.81321		Les Camps		76			
12171505	Le Château de Cambous	le-chateau-de-cambous	FR		0	Europe/Paris	43.75214	3.7264		Le Chateau de Cambous,Le Château de Cambous		76			
12171506	Andabre	andabre	FR		0	Europe/Paris	43.6661	3.00494		Andabre		76			
12171507	L'Horte	l-horte	FR		0	Europe/Paris	43.62058	3.07151		L'Horte		76			
12171575	Le Mas Canet	le-mas-canet	FR		0	Europe/Paris	43.62106	3.28462		Le Mas Canet		76			
12171587	Les Castagnès	les-castagnes	FR		0	Europe/Paris	43.56944	2.92588		Les Castagnes,Les Castagnès		76			
12171588	Le Mas Rolland	le-mas-rolland	FR		0	Europe/Paris	43.56189	3.2759		Le Mas Rolland		76			
12171589	Mas d'Arnaud	mas-d-arnaud	FR		0	Europe/Paris	43.60348	3.59779		Mas d'Arnaud		76			
12171590	La Fraise	la-fraise	FR		0	Europe/Paris	43.48505	2.89862		La Fraise		76			
12171684	Saint-Étienne de Mursan	saint-etienne-de-mursan	FR		0	Europe/Paris	43.66437	3.10745		Saint-Etienne de Mursan,Saint-Étienne de Mursan		76			
12171772	Porz Kernok	porz-kernok	FR		0	Europe/Paris	48.74505	-4.01145		Porz Kernok		53			
12171773	Castel Névez	castel-nevez	FR		0	Europe/Paris	48.38223	-4.60064		Castel Nevez,Castel Névez		53			
12172882	Roman Catholic Archidiocese of Toulouse	roman-catholic-archidiocese-of-toulouse	FR		0	Europe/Paris	43.60006	1.45047				76	31	313	31555
12175936	(former) Roman Catholic Diocese of Venanson	former-roman-catholic-diocese-of-venanson	FR		0	Europe/Paris	44.05308	7.25277				93	06	062	06156
12175972	(former) Roman Catholic Diocese of Antibes	former-roman-catholic-diocese-of-antibes	FR		0	Europe/Paris	43.58127	7.12845				93	06	061	06004
12175973	former Roman Catholic Diocese of Thorame	former-roman-catholic-diocese-of-thorame	FR		0	Europe/Paris	44.0968	6.55547				93	04	042	04219
12175974	Roman Catholic Diocese of Nice	roman-catholic-diocese-of-nice	FR		0	Europe/Paris	43.69727	7.2759				93	06	062	06088
12175975	(former) Roman Catholic Diocese of Fréjus	former-roman-catholic-diocese-of-frejus	FR		0	Europe/Paris	43.43318	6.73669				93	83	831	83061
12179080	Notre-Dame de la Cour	notre-dame-de-la-cour	FR		0	Europe/Paris	48.59878	-2.89589		Notre-Dame de la Cour		53			
12179296	La Porte Pilet	la-porte-pilet	FR		0	Europe/Paris	48.23697	-1.565		La Porte Pilet		53			
12179297	Le Pigeon Blanc	le-pigeon-blanc	FR		0	Europe/Paris	48.0914	-1.69609		Le Pigeon Blanc		53			
12181942	Salarün	salaruen	FR		0	Europe/Paris	47.6563	-2.67612				53	56	563	56251
12181943	Talhouët	talhouet	FR		0	Europe/Paris	47.65971	-2.68065				53	56	563	56251
12181944	Noyance	noyance	FR		0	Europe/Paris	47.64719	-2.67613				53	56	563	56251
12181945	Le Saindo	le-saindo	FR		0	Europe/Paris	47.65618	-2.69304				53	56	563	56251
12181946	Runiac	runiac	FR		0	Europe/Paris	47.64923	-2.69434				53	56	563	56251
12181948	Ténac	tenac	FR		0	Europe/Paris	47.63592	-2.65965				53	56	563	56251
12181949	Le Clérigo	le-clerigo	FR		0	Europe/Paris	47.6419	-2.64424				53	56	563	56251
12181950	Tréfleher	trefleher	FR		0	Europe/Paris	47.65604	-2.66554				53	56	563	56251
12181951	Kérisuit	kerisuit	FR		0	Europe/Paris	47.6558	-2.66717				53	56	563	56251
12182159	Le petit Clérigo	le-petit-clerigo	FR		0	Europe/Paris	47.63585	-2.64899				53	56	563	56251
12189207	Roman Catholic Diocese of Arras	roman-catholic-diocese-of-arras	FR		0	Europe/Paris	50.29298	2.775				32	62	621	62041
12189766	L'Humeau de Bray	l-humeau-de-bray	FR		0	Europe/Paris	47.1176	-0.28825		L'Humeau de Bray		52			
12189783	Mollay	mollay	FR		0	Europe/Paris	47.17303	-0.10088		Mollay		52			
12195614	Kergenêts	kergenets	FR		0	Europe/Paris	47.55901	-2.61053				53	56	563	56248
12195664	Francia (Frankish Empire)	francia-frankish-empire	FR		0	Europe/Paris	48.09881	3.39593				27	89	893	89051
12196210	Raimbertot	raimbertot	FR		0	Europe/Paris	49.5934	0.14423				28	76	762	76167
12196346	Roman Catholic Diocese of Chartres	roman-catholic-diocese-of-chartres	FR		0	Europe/Paris	48.44766	1.48767				24	28	281	28085
12196385	Septimania (historical region)	septimania-historical-region	FR		0	Europe/Paris	43.25947	3.20712				76	34	341	34329
12196477	La Fosse Morel	la-fosse-morel	FR		0	Europe/Paris	48.47056	-2.62924				53	22	224	22246
12199831	LaVille Gouranton	laville-gouranton	FR		0	Europe/Paris	48.47079	-2.6438				53	22	224	22246
12199834	La Ville Es Lin	la-ville-es-lin	FR		0	Europe/Paris	48.46835	-2.63798				53	22	224	22246
12199835	Le Clos Denis	le-clos-denis	FR		0	Europe/Paris	48.46968	-2.64436				53	22	224	22246
12199838	La Ville Orin	la-ville-orin	FR		0	Europe/Paris	48.47278	-2.64122				53	22	224	22246
12199843	La Petite Ville Gouranton	la-petite-ville-gouranton	FR		0	Europe/Paris	48.46981	-2.64143				53	22	224	22246
12199849	Les Fiches	les-fiches	FR		0	Europe/Paris	48.4746	-2.63684				53	22	224	22081
12199859	Le Clos des Mottes	le-clos-des-mottes	FR		0	Europe/Paris	48.47192	-2.62324				53	22	224	22246
12199868	Les Champs Ruffaux	les-champs-ruffaux	FR		0	Europe/Paris	48.47171	-2.62012				53	22	224	22246
12199871	La Ville Corbin	la-ville-corbin	FR		0	Europe/Paris	48.47025	-2.62174				53	22	224	22246
12199873	Le Buchon Corbin	le-buchon-corbin	FR		0	Europe/Paris	48.4678	-2.63288				53	22	224	22246
12199874	La Petite Jaunaie	la-petite-jaunaie	FR		0	Europe/Paris	48.46631	-2.6269				53	22	224	22246
12199875	Le Gas de Bois	le-gas-de-bois	FR		0	Europe/Paris	48.46814	-2.62805				53	22	224	22246
12199937	Saint-Denis-du-Tertre	saint-denis-du-tertre	FR		0	Europe/Paris	48.01597	0.40669				52	72	722	72300
12199994	a Pecita	a-pecita	FR		1	Europe/Paris	41.76312	8.75072	330			94	2A	2A1	2A098
12200005	Les Plans d'Hotonnes	les-plans-d-hotonnes	FR		0	Europe/Paris	46.03915	5.70192				84	01	011	01187
12200009	TestPoint	testpoint	FR		12	Europe/Paris	46.14778	-1.155				75	17	173	17300
12200401	Royaume d'Aquitaine	royaume-d-aquitaine	FR		0	Europe/Paris	44.6686	0.5468				75	24	241	24168
12204885	Roman Catholic Diocese of Châlons-en-Champagne	roman-catholic-diocese-of-chalons-en-champagne	FR		0	Europe/Paris	48.95521	4.35725				44	51	511	51108
12204888	La Biroire	la-biroire	FR		0	Europe/Paris	45.93459	-1.35288				75	17	172	17385
12204889	La Menounière	la-menouniere	FR		0	Europe/Paris	45.93706	-1.35627				75	17	172	17385
12204890	Razour	razour	FR		0	Europe/Paris	45.8581	-0.90744				75	17	172	17083
12204891	La Roche	la-roche	FR		0	Europe/Paris	45.89845	-0.89173				75	17	172	17346
12204892	Saint-George-de-Longuepierre	saint-george-de-longuepierre	FR		0	Europe/Paris	46.04168	-0.39853				75	17	175	17334
12212743	Moustérian	mousterian	FR		0	Europe/Paris	47.60597	-2.73972				53	56	563	56243
12213976	Villarenger	villarenger	FR		0	Europe/Paris	45.38833	6.49417				84	73	731	73257
12218025	Archidiocèse de Bourges	archidiocese-de-bourges	FR		0	Europe/Paris	47.08223	2.39876				24	18	181	18033
12237761	Villetard	villetard	FR		0	Europe/Paris	47.71916	1.3483				24	41	411	41130
12237762	Villeberfol	villeberfol	FR		0	Europe/Paris	47.7341	1.3053				24	41	411	41057
12237768	Albainville	albainville	FR		0	Europe/Paris	47.91312	1.4803				24	41	411	41017
2967103	Peyrat-le-Château	peyrat-le-chateau	FR	87470	1140	Europe/Paris	45.81376	1.7726		Pairac,Pairac dAimostier,Pejra-le-Shato,Peyrat,Peyrat-le-Chateau,Peyrat-le-Château,pei la lei sha tuo,Пейра-ле-Шато,佩拉勒沙托		75	87	872	87117
2967107	Domecy-sur-le-Vault	domecy-sur-le-vault	FR	89200	107	Europe/Paris	47.49084	3.80953		Domecy,Domecy-sur-le-Vault		27	89	892	89146
2967108	Blaye	blaye	FR	33390	5277	Europe/Paris	45.12764	-0.66225		Blaia,Blaj,Blavia,Blaya,Blaye,Blaye-et-Sainte-Luce,Ble,blay,bu lai,burai,Блай,Бле,בלאי,بلای,ブライ,布莱	331	75	33	331	33058
2967109	Zuytpeene	zuytpeene	FR	59670	483	Europe/Paris	50.79473	2.43027		Zuytpeene		32	59	594	59669
2967110	Zuydcoote	zuydcoote	FR	59123	1660	Europe/Paris	51.06096	2.49338		Zjujdkoot,Zuidcoote,Zuidkote,Zuudkote,Zuydcoote,ju yi de ke te,Зюйдкоот,聚伊德科特		32	59	594	59668
2967112	Zutkerque	zutkerque	FR	62370	1749	Europe/Paris	50.85303	2.06818		Zjutkerk,Zutkerque,ju kai er ke,zwtkyrkyw,Зюткерк,زوتكيركيو,聚凯尔克		32	62	626	62906
2967113	Zudausques	zudausques	FR	62500	632	Europe/Paris	50.74876	2.14762		Judose,Zjudosk,Zudausques,ju duo si ke,zwadawskyws,Зюдоск,زواداوسكيوس,聚多斯克		32	62	625	62905
2967115	Zuani	zuani	FR	20272	55	Europe/Paris	42.27121	9.34644		Cuani,Dzuani,Zuani,Zùani,Дзуани,Цуани,Цуані		94	2B	2B3	2B364
2967116	Zoza	zoza	FR	20112	52	Europe/Paris	41.71775	9.07054		Zoza		94	2A	2A4	2A363
2967117	Zoufftgen	zoufftgen	FR	57330	623	Europe/Paris	49.46163	6.13327		Cousftgen,Suftgen,Zoufftgen		44	57	577	57764
2967118	Zouafques	zouafques	FR	62890	424	Europe/Paris	50.81336	2.05331		Zouafques,Zuafk,Zuave,zu wa fu ke,zwafkyws,Зуафк,زوافكيوس,祖瓦夫克		32	62	625	62904
2967119	Zoteux	zoteux	FR	62650	401	Europe/Paris	50.61067	1.8793		Zote,Zoteux,Zotiu,zuo te,zwtywks,Зоте,زوتيوكس,佐特		32	62	624	62903
2967120	Zoteux	zoteux	FR	62650	0	Europe/Paris	50.07498	1.68993		Les Auteux,Zoteux		32	80	801	80004
2967125	Zonza	zonza	FR	20124	1888	Europe/Paris	41.74934	9.17082		Conca,Dzondza,Zonza,Дзондза,Цонца		94	2A	2A4	2A362
2967126	Zommange	zommange	FR	57260	36	Europe/Paris	48.82416	6.80431		Zommange		44	57	575	57763
2967128	Zoebersdorf	zoebersdorf	FR	67270	0	Europe/Paris	48.79358	7.52538		Zœbersdorf		44	67	674	67153
2967130	Zittersheim	zittersheim	FR	67290	220	Europe/Paris	48.89932	7.34759		Zittersheim		44	67	674	67559
2967133	Zinswiller	zinswiller	FR	67110	802	Europe/Paris	48.91979	7.58984		Zensweiler,Zinsweiler		44	67	672	67558
2967135	Zincourt	zincourt	FR	88330	81	Europe/Paris	48.30709	6.43877		Zincourt		44	88	881	88532
2967136	Zimming	zimming	FR	57690	649	Europe/Paris	49.12372	6.58829		Zimming		44	57	573	57762
2967137	Zimmersheim	zimmersheim	FR	68440	1080	Europe/Paris	47.72079	7.38847		Zimmersheim		44	68	684	68386
2967138	Zimmerbach	zimmerbach	FR	68230	904	Europe/Paris	48.07361	7.23578				44	68	682	68385
2967139	Zillisheim	zillisheim	FR	68720	2537	Europe/Paris	47.69604	7.29736		Zillisajm,Zillisheim,Зиллисайм,Зіллісайм		44	68	684	68384
2967140	Zilling	zilling	FR	57370	251	Europe/Paris	48.78373	7.21117		Zillen,Zilling,Zillingen,qi lan,tsylyng,Зиллен,Зіллен,تسیلینگ,齐兰		44	57	575	57761
2967141	Zilia	zilia	FR	20214	230	Europe/Paris	42.53024	8.90174		Cilija,Ziglia,Zilia,Цилия,Цилія		94	2B	2B5	2B361
2967143	Zigliara	zigliara	FR	20190	130	Europe/Paris	41.84652	8.99426		Zigliara		94	2A	2A1	2A360
2967145	Zicavo	zicavo	FR	20132	250	Europe/Paris	41.90799	9.12938		Cikavo,Dzikavo,Zicavo,Zicavu,Zìcavu,Дзикаво,Цикаво		94	2A	2A1	2A359
2967146	Zévaco	zevaco	FR	20173	59	Europe/Paris	41.89242	9.04931		Zevaco,Zévaco		94	2A	2A1	2A358
2967147	Zérubia	zerubia	FR	20116	0	Europe/Paris	41.75271	9.07538		Zerubia,Zérubia		94	2A	2A4	2A357
2967148	Zermezeele	zermezeele	FR	59670	181	Europe/Paris	50.82478	2.45095		Zermezeele		32	59	594	59667
2967153	Zellwiller	zellwiller	FR	67140	764	Europe/Paris	48.3973	7.49666		Zellwiller		44	67	675	67557
2967154	Zellenberg	zellenberg	FR	68340	411	Europe/Paris	48.16946	7.32007		Zellenberg,Зелленберг		44	68	682	68383
2967155	Zeinheim	zeinheim	FR	67310	160	Europe/Paris	48.67283	7.48632		Kauffenheim,Zaeaene,Zeinheim,Zenajm,Zääne,tsaynhaym,ze nan,zynhym,Зенайм,تساینهایم,زينهيم,泽南		44	67	673	67556
2967156	Zehnacker	zehnacker	FR	67310	227	Europe/Paris	48.6713	7.45079		Zehnacker		44	67	673	67555
2967157	Zegerscappel	zegerscappel	FR	59470	1228	Europe/Paris	50.88333	2.4				32	59	594	59666
2967158	Zarbeling	zarbeling	FR	57340	62	Europe/Paris	48.89086	6.6879		Zarbeling		44	57	575	57759
2967160	Zalana	zalana	FR	20272	142	Europe/Paris	42.26064	9.37539		Zalana		94	2B	2B3	2B356
2967162	Zaessingue	zaessingue	FR	68130	268	Europe/Paris	47.62553	7.36544		Zaessingue		44	68	684	68382
2967163	Yzosse	yzosse	FR	40180	400	Europe/Paris	43.71167	-1.01286		Yzosse		75	40	401	40334
2967164	Yzeux	yzeux	FR	80310	221	Europe/Paris	49.97556	2.10731		Yseux,Yzeux		32	80	802	80835
2967165	Yzeures-sur-Creuse	yzeures-sur-creuse	FR	37290	1550	Europe/Paris	46.78609	0.87166		Izer sir Krez,Izer-sjur-Krez,Yzeures,Yzeures-sur-Creuse,ke lei si he pan yi ze lei,Ізер-сюр-Крез,Изер сир Крез,یزیرس-سر-کراسے,克勒斯河畔伊泽雷		24	37	373	37282
2967166	Yzeure	yzeure	FR	03400	13435	Europe/Paris	46.56596	3.35446		Isodrus,Izer,Izjor,Yzeure,yi ze er,Ізер,Изер,Изёр,یزیرے,伊泽尔		84	03	032	03321
2967168	Yzeron	yzeron	FR	69510	0	Europe/Paris	45.7081	4.59106		Yzeron,Yzeron-et-Chateauvreux,Yzeron-et-Châteauvreux		84	69	691	69269
2967169	Yzernay	yzernay	FR	49360	1565	Europe/Paris	47.02143	-0.70353		Yzernay		52	49	492	49381
2967170	Yzengremer	yzengremer	FR	80520	555	Europe/Paris	50.06141	1.52229		Izangreme,Yzengremer,Zinguermeu,Zinguérmeu,yi cang ge lei mei er,yzngrymr,Ізангреме,یزنگریمر,伊藏格雷梅尔		32	80	801	80834
2967172	Yvrencheux	yvrencheux	FR	80150	140	Europe/Paris	50.18272	1.99629		Yvrencheux		32	80	801	80833
2967173	Yvrench	yvrench	FR	80150	253	Europe/Paris	50.17905	2.00318		Yvrench		32	80	801	80832
2967174	Yvré-l'Évêque	yvre-l-eveque	FR	72530	0	Europe/Paris	48.01508	0.26904		Yvre,Yvre-l'Eveque,Yvre-sur-l'Huisne,Yvré,Yvré-l'Évêque,Yvré-sur-l'Huisne		52	72	723	72386
2967175	Yvré-le-Pôlin	yvre-le-polin	FR	72330	1747	Europe/Paris	47.81953	0.15253		Ivre-le-Polen,Yvre,Yvre-le-Polin,Yvré,Yvré-le-Pôlin,Івре-ле-Полен,یوری-لے -پولین		52	72	721	72385
2967177	Yvrandes	yvrandes	FR	61800	136	Europe/Paris	48.71939	-0.75136		Ivrand,Yvrandes,yi fu lang dai,Івранд,Ивранд,یورانڈس,伊夫朗代		28	61	612	61486
2967178	Yvrac	yvrac	FR	33370	481	Europe/Paris	45.75033	0.44913		Ibrac e Maleirand,Ivrac e Maleirand,Ivrak-e-Mallejran,Ivrak-eh-Malleran,Yvrac,Yvrac-Malleyrand,Yvrac-et-Malleyrand,yi fu la ke he ma lai lang,Іврак-е-Маллейран,Иврак-э-Маллеран,یورک-یت-ملے رانڈ,伊夫拉克和马莱朗		75	16	161	16425
2967179	Yvrac	yvrac	FR	33370	2357	Europe/Paris	44.88063	-0.4618		Yvrac		75	33	332	33554
2967180	Yvoy-le-Marron	yvoy-le-marron	FR	41600	555	Europe/Paris	47.63219	1.85276		Ivua-le-Marron,Yvoy,Yvoy-le-Marron,yi wa lai ma er long,Івуа-ле-Маррон,یووے -لے -مررون,伊瓦莱马尔龙		24	41	413	41297
2967181	Yvoire	yvoire	FR	74140	707	Europe/Paris	46.36653	6.33022		Aquaria,Ivouere,Ivouère,Ivuar,Yvoire,Івуар,Ивуар,یوویرے		84	74	744	74315
2967182	Yville-sur-Seine	yville-sur-seine	FR	76530	447	Europe/Paris	49.39938	0.8775		Yville,Yville-sur-Seine		28	76	763	76759
2967183	Yvignac-la-Tour	yvignac-la-tour	FR	22350	1124	Europe/Paris	48.35	-2.18333		Ivin'jak-la-Tur,Ivinieg,yi wei ni ya ke la tu,Івіньяк-ла-Тур,Ивиньяк-ла-Тур,伊维尼亚克拉图		53	22	221	22391
2967184	Yviers	yviers	FR	16210	484	Europe/Paris	45.27477	-0.00523		Iv'er,Ive,Yviers,yi wei ye er,ywyrs,Івє,Ивьер,یویرس,伊维耶尔		75	16	161	16424
2967185	Yvias	yvias	FR	22930	687	Europe/Paris	48.71467	-3.05208		Eviaz,Yvias		53	22	222	22390
2967188	Yvetot-Bocage	yvetot-bocage	FR	50700	0	Europe/Paris	49.4901	-1.5031		Iveto-Bokazh,Yvetot,yi wei tuo bo ka ge,Івето-Бокаж,Ивето-Бокаж,یوتوت-بوکگے,伊韦托博卡格		28	50	502	50648
2967189	Yvetot	yvetot	FR	76190	11232	Europe/Paris	49.61744	0.75814		Iveto,Yvetot,Yvetot-la-Montagne,ywtwt,Івето,Ивето,یوتوت		28	76	763	76758
2967191	Yves	yves	FR	17340	1128	Europe/Paris	46.01909	-1.04806		Yves		75	17	173	17483
2967192	Yversay	yversay	FR	86170	255	Europe/Paris	46.67904	0.21514		Yversay		75	86	863	86300
2967193	Yvernaumont	yvernaumont	FR	08430	140	Europe/Paris	49.67885	4.66026		Yvernaumont		44	08	081	08503
2967199	Yvecrique	yvecrique	FR	76560	653	Europe/Paris	49.68935	0.80988		Yvecrique		28	76	763	76757
2967200	Ytres	ytres	FR	62124	0	Europe/Paris	50.06501	2.9926		Ite,Itr,Ytres,ytrs,ytrys,Ітр,Итр,يتريس,یترس		32	62	621	62909
2967201	Ytrac	ytrac	FR	15130	3421	Europe/Paris	44.912	2.36248		Ytrac		84	15	151	15267
2967203	Yssingeaux	yssingeaux	FR	43200	7286	Europe/Paris	45.14282	4.12372		Issenzho,Issingeaux,Sinjau,Yssingeaux,aysynzhw,issanjo,yi sang ruo,Іссенжо,Иссенжо,ایسینژو,صنگے ش,イッサンジョー,伊桑若	433	84	43	433	43268
2967205	Yssandon	yssandon	FR	19310	608	Europe/Paris	45.20835	1.37649		Yssandon		75	19	191	19289
2967207	Yssac-la-Tourette	yssac-la-tourette	FR	63200	331	Europe/Paris	45.935	3.09274		Yssac,Yssac-la-Tourette		84	63	634	63473
2967209	Yrouerre	yrouerre	FR	89700	205	Europe/Paris	47.79383	3.9469		Yrouerre		27	89	892	89486
2967213	Yquelon	yquelon	FR	50400	999	Europe/Paris	48.84811	-1.55611		Ikelon,Yquelon,yi qu ai long,yqwlwn,Ікелон,Икелон,یقولون,伊屈埃隆		28	50	501	50647
2967214	Yquebeuf	yquebeuf	FR	76690	223	Europe/Paris	49.59772	1.25443		Yquebeuf		28	76	763	76756
2967215	Ypreville-Biville	ypreville-biville	FR	76540	461	Europe/Paris	49.69374	0.53426		Ypreville,Ypreville-Biville		28	76	762	76755
2967217	Yport	yport	FR	76111	1041	Europe/Paris	49.73716	0.31537		Ipor,Yport,Іпор,Ипор,یپورٹ		28	76	762	76754
2967218	Youx	youx	FR	63700	1040	Europe/Paris	46.14467	2.79903		Youx		84	63	634	63471
2967220	Yonval	yonval	FR	80132	217	Europe/Paris	50.08932	1.79006		Yonval		32	80	801	80836
2967224	Yoncq	yoncq	FR	08210	85	Europe/Paris	49.56612	5.01592		Yoncq		44	08	083	08502
2967226	Yolet	yolet	FR	15130	490	Europe/Paris	44.92889	2.53217		Yolet		84	15	151	15266
2967228	Ymonville	ymonville	FR	28150	453	Europe/Paris	48.26139	1.75116		Ymonville		24	28	281	28426
2967229	Ymeray	ymeray	FR	28320	574	Europe/Paris	48.51003	1.70029		Ymeray		24	28	281	28425
2967230	Ymare	ymare	FR	76520	1060	Europe/Paris	49.3506	1.17938		Ymare		28	76	763	76753
2967231	Ygrande	ygrande	FR	03160	748	Europe/Paris	46.55212	2.94358		Ygrande		84	03	032	03320
2967232	Ygos-Saint-Saturnin	ygos-saint-saturnin	FR	40110	1223	Europe/Paris	43.97651	-0.7378		Ygos		75	40	402	40333
2967234	Yffiniac	yffiniac	FR	22120	4392	Europe/Paris	48.48479	-2.67757		Iffin'jak,Ilfinieg,Yffiniac,yffnak,yi fei ni a ke,Іффіньяк,Иффиньяк,یففناک,伊菲尼阿克		53	22	224	22389
2967235	Yèvres-le-Petit	yevres-le-petit	FR	10500	71	Europe/Paris	48.47904	4.49046		Yevres,Yevres-le-Petit,Yèvres,Yèvres-le-Petit		44	10	101	10445
2967236	Yèvres	yevres	FR	28160	1778	Europe/Paris	48.21078	1.18717		Aebura,Evr,Evra,Yevres,Yèvres,yi ai fu lei,yywrs,Євр,ییورس,伊埃夫雷		24	28	282	28424
2967238	Yèvre-la-Ville	yevre-la-ville	FR	45300	751	Europe/Paris	48.14493	2.32605		Evr-la-Vil',Yevre-la-Ville,Yèvre-la-Ville,yi ai fu er la wei er,Євр-ла-Віль,ییورے -لا-ویل,伊埃夫尔拉维尔		24	45	453	45348
2967242	Yerville	yerville	FR	76760	2220	Europe/Paris	49.6672	0.89594		Yerville		28	76	763	76752
2967243	Yerville	yerville	FR	76760	0	Europe/Paris	48.25053	1.63229				24	28	281	28422
2967245	Yerres	yerres	FR	91330	28897	Europe/Paris	48.71785	2.49338		Jer,Yerres,Йер		11	91	912	91691
2967247	Yermenonville	yermenonville	FR	28130	534	Europe/Paris	48.55713	1.62001		Yermenonville		24	28	281	28423
2967249	Yenne	yenne	FR	73170	2816	Europe/Paris	45.7042	5.75795		Enn,Epauna,Jenn,Єнн,Йенн,یننے		84	73	732	73330
2967250	Yèbles	yebles	FR	77390	613	Europe/Paris	48.63644	2.76806		Yebles,Yèbles		11	77	772	77534
2967251	Yébleron	yebleron	FR	76640	1374	Europe/Paris	49.63333	0.53746		Yebleron,Yébleron		28	76	762	76751
2967252	Ydes	ydes	FR	15210	1980	Europe/Paris	45.34722	2.43727		Eidas,Hisde,Id,Ydes,yds,yi dai,Ід,Ид,یدس,伊代		84	15	152	15265
2967253	Ychoux	ychoux	FR	40160	1623	Europe/Paris	44.32772	-0.95796		Ychoux		75	40	402	40332
2967255	Yaucourt-Bussus	yaucourt-bussus	FR	80135	179	Europe/Paris	50.10428	1.97681		Yaucourt,Yaucourt-Bussus		32	80	801	80830
2967256	Yainville	yainville	FR	76480	1150	Europe/Paris	49.45371	0.8292		Envil',Yainville,yynwyl,Єнвіль,Енвиль,یینویل		28	76	763	76750
2967258	Y	y	FR	80190	97	Europe/Paris	49.80281	2.99099		Y		32	80	804	80829
2967259	Xures	xures	FR	54370	122	Europe/Paris	48.68933	6.65712		Xures		44	54	542	54601
2967260	Xousse	xousse	FR	54370	116	Europe/Paris	48.65	5.71667		Xousse		44	54	542	54600
2967261	Xouaxange	xouaxange	FR	57830	349	Europe/Paris	48.69697	6.99726		Xouaxange		44	57	575	57756
2967262	Xonville	xonville	FR	54800	97	Europe/Paris	49.05492	5.84917		Xonville		44	54	541	54599
2967263	Xonrupt-Longemer	xonrupt-longemer	FR	88400	1542	Europe/Paris	48.08223	6.92944		Ksonrju-Lonzhmer,Xonrupt,Xonrupt-Longemer,ke song lu pu long re mo,Ксонрю-Лонжмер,克松吕普隆热默		44	88	883	88531
2967264	Xocourt	xocourt	FR	57590	50	Europe/Paris	48.908	6.3784		Xocourt		44	57	575	57755
2967265	Xivry-Circourt	xivry-circourt	FR	54490	307	Europe/Paris	49.35532	5.76407		Ksivri-Sirkur,Le Franc,Xivry,Xivry-Circourt,ke xi fu li xi er ku er,Ксиври-Сиркур,Ксіврі-Сіркур,克西夫里西尔库尔		44	54	541	54598
2967266	Xivray-et-Marvoisin	xivray-et-marvoisin	FR	55300	108	Europe/Paris	48.86496	5.74352		Xivray,Xivray-et-Marvoisin		44	55	552	55586
2967267	Xirocourt	xirocourt	FR	54740	408	Europe/Paris	48.43148	6.17386		Xirocourt		44	54	543	54597
2967268	Xeuilley	xeuilley	FR	54990	773	Europe/Paris	48.56673	6.09864		Xeuilley		44	54	543	54596
2967269	Xertigny	xertigny	FR	88220	2828	Europe/Paris	48.04394	6.40836		Ksertin'i,Xertigny,ke sai er di ni,Ксертиньи,Ксертіньї,克塞尔蒂尼		44	88	881	88530
2967270	Xermaménil	xermamenil	FR	54300	433	Europe/Paris	48.53414	6.46136		Xermamenil,Xermaménil		44	54	542	54595
2967271	Xaronval	xaronval	FR	88130	69	Europe/Paris	48.37566	6.18643		Xaronval		44	88	881	88529
2967272	Xanton-Chassenon	xanton-chassenon	FR	85240	703	Europe/Paris	46.4527	-0.69665		Xanton,Xanton-Chassenon		52	85	851	85306
2967273	Xanrey	xanrey	FR	57630	134	Europe/Paris	48.75078	6.58258		Xanrey		44	57	575	57754
2967274	Xamontarupt	xamontarupt	FR	88460	138	Europe/Paris	48.13264	6.65195		Ksamontarju,Xamontarupt,ke sa meng ta lu pu,Ксамонтарю,克萨蒙塔吕普		44	88	881	88528
2967275	Xammes	xammes	FR	54470	122	Europe/Paris	48.97475	5.85466		Xammes		44	54	544	54594
2967276	Xambes	xambes	FR	16330	312	Europe/Paris	45.82626	0.10549		Ksamb,Xambes,guzanbu,ke sang bei,Ксамб,グザンブ,克桑贝		75	16	163	16423
2967277	Xaintray	xaintray	FR	79220	209	Europe/Paris	46.49309	-0.47911		Xaintray		75	79	793	79357
2967278	Xaintrailles	xaintrailles	FR	47230	415	Europe/Paris	44.2062	0.25797		Xaintrailles		75	47	474	47327
2967281	Xaffévillers	xaffevillers	FR	88700	158	Europe/Paris	48.40902	6.61129		Xaffevillers,Xaffévillers		44	88	881	88527
2967282	Wylder	wylder	FR	59380	217	Europe/Paris	50.91015	2.49443		Wylder		32	59	594	59665
2967283	Wy-dit-Joli-Village	wy-dit-joli-village	FR	95420	0	Europe/Paris	49.1	1.83333		Vi-di-Zholi-Villazh,Wy Dit Joli,wei di te-ruo li wei la ge,Ви-ди-Жоли-Виллаж,Ві-ді-Жолі-Віллаж,维迪特-若利维拉格		11	95	953	95690
2967284	Wulverdinghe	wulverdinghe	FR	59143	238	Europe/Paris	50.83137	2.25621		Wulverdinghe		32	59	594	59664
2967285	Wuisse	wuisse	FR	57170	81	Europe/Paris	48.85123	6.65041		Wuiss,Wuisse		44	57	575	57753
2967286	Wuenheim	wuenheim	FR	68500	889	Europe/Paris	47.87387	7.20643		Vjunajm,Wuenheim,Wünheim,Вюнайм		44	68	686	68381
2967287	Woustviller	woustviller	FR	57915	3442	Europe/Paris	49.07636	7.00487		Woustviller		44	57	576	57752
2967288	Wormhout	wormhout	FR	59470	5216	Europe/Paris	50.88129	2.46901		Vormu,Wormhoudt,Wormhout,Wormout,wo er mu,Ворму,沃尔穆		32	59	594	59663
2967289	Wolxheim	wolxheim	FR	67120	822	Europe/Paris	48.5686	7.51199		Vol'ksajm,Wolixe,wlkshaym,wlksym,wo er ke sang,Вольксайм,ولكسيم,ولکسهایم,沃尔克桑		44	67	673	67554
2967290	Wolschwiller	wolschwiller	FR	68480	454	Europe/Paris	47.46127	7.40725		Vol'shviller,Wolschweiler,Wolschwiller,Вольшвиллер,Вольшвіллер		44	68	681	68380
2967291	Wolschheim	wolschheim	FR	67700	314	Europe/Paris	48.70286	7.45139		Wolschheim		44	67	674	67553
2967292	Wolfskirchen	wolfskirchen	FR	67260	357	Europe/Paris	48.87928	7.07485		Wolfskirchen		44	67	674	67552
2967293	Wolfisheim	wolfisheim	FR	67202	4035	Europe/Paris	48.58723	7.66708				44	67	678	67551
2967294	Wolfgantzen	wolfgantzen	FR	68600	1012	Europe/Paris	48.02805	7.5004				44	68	682	68379
2967295	Wolfersdorf	wolfersdorf	FR	68210	367	Europe/Paris	47.63903	7.11274		Wolfersdorf		44	68	681	68378
2967296	Woirel	woirel	FR	80140	24	Europe/Paris	49.95933	1.82302		Woirel		32	80	802	80828
2967297	Woippy	woippy	FR	57140	13721	Europe/Paris	49.15111	6.15132		Vuappi,Woippy,wa pi,Вуаппи,Вуаппі,瓦皮		44	57	579	57751
2967299	Woincourt	woincourt	FR	80520	1565	Europe/Paris	50.0663	1.53676		Woincourt,Wornicourt		32	80	801	80827
2967300	Woimbey	woimbey	FR	55300	108	Europe/Paris	48.97614	5.46629		Woimbey		44	55	552	55584
2967507	Walbach	walbach	FR	68230	997	Europe/Paris	48.06294	7.223				44	68	682	68354
2967302	Woignarue	woignarue	FR	80460	748	Europe/Paris	50.11016	1.49532		Vuan'jarju,Wegnerue,Woignarue,Wégnérue,wa ni ya lu,Вуаньярю,瓦尼亚吕		32	80	801	80826
2967304	Woerth	woerth	FR	67360	1833	Europe/Paris	48.93953	7.74279		V'ort,Vert,Vjort,Werth,Woerth,Woerth an der Sauer,Woerth-Sur-Sauer,Wort,Worth,Wört,Wörth,Wörth an der Sauer,Wœrth,vuruto,wo ai er,wrth,Верт,Вьорт,Вёрт,ورث,ヴルト,沃埃尔		44	67	672	67550
2967305	Wœrth	woerth	FR	67360	0	Europe/Paris	48.3892	7.63498				44	67	675	67285
2967308	Woël	woel	FR	55210	211	Europe/Paris	49.04013	5.73032		Woel,Woël		44	55	553	55583
2967309	Wizernes	wizernes	FR	62570	3544	Europe/Paris	50.7117	2.24316		Vizern,Wizernes,wei ze ne,wyzyrnys,Визерн,Візерн,ويزيرنيس,维泽讷		32	62	625	62902
2967310	Wiwersheim	wiwersheim	FR	67370	528	Europe/Paris	48.64006	7.60632				44	67	674	67548
2967311	Wittring	wittring	FR	57905	850	Europe/Paris	49.05345	7.14242		Wittring		44	57	576	57748
2967312	Wittisheim	wittisheim	FR	67820	1929	Europe/Paris	48.26451	7.58683		Vittisajm,Wittisheim,Wittse,Wíttse,wei di sang,wytyshaym,wytysym,Виттисайм,Віттісайм,ويتيسيم,ویتیسهایم,维蒂桑		44	67	675	67547
2967313	Wittes	wittes	FR	62120	713	Europe/Paris	50.66998	2.39141		Vitt,Wittes,wei te,wyts,Витт,Вітт,ويتس,维特		32	62	625	62901
2967314	Wittersheim	wittersheim	FR	67670	532	Europe/Paris	48.78179	7.6582		Wittersheim		44	67	672	67546
2967315	Wittersdorf	wittersdorf	FR	68130	730	Europe/Paris	47.62213	7.27492		Wittersdorf		44	68	681	68377
2967316	Witternheim	witternheim	FR	67230	407	Europe/Paris	48.313	7.61181				44	67	675	67545
2967317	Witternesse	witternesse	FR	62120	561	Europe/Paris	50.60922	2.3606		Vitterness,Witternesse,wei tai er ne si,wytyrnys,Виттернесс,Віттернесс,ويتيرنيس,维泰尔讷斯		32	62	622	62900
2967318	Wittenheim	wittenheim	FR	68270	15747	Europe/Paris	47.8109	7.32756		Vittenajm,Wittenheim,Виттенайм,Віттенайм		44	68	684	68376
2967319	Wittelsheim	wittelsheim	FR	68310	10220	Europe/Paris	47.80947	7.24154				44	68	684	68375
2967320	Witry-lès-Reims	witry-les-reims	FR	51420	4666	Europe/Paris	49.29162	4.11921		Witry,Witry-les-Reims,Witry-lez-Reims,Witry-lès-Reims		44	51	513	51662
2967322	Wissous	wissous	FR	91320	4765	Europe/Paris	48.73352	2.32338		Wissous		11	91	913	91689
2967323	Wissignicourt	wissignicourt	FR	02320	143	Europe/Paris	49.52274	3.44737		Wissignicourt		32	02	022	02834
2967325	Wissembourg	wissembourg	FR	67160	8800	Europe/Paris	49.03708	7.94548		Visambur,Vissembur,Waissebursch,Waißebursch,Weissenburg,Weißenburg,Wissemborg,Wissembourg,bai bao,vu~isanburu,wei sang bao,wysmbwr,wysymbwrgh,Висамбур,Виссембур,Віссембур,ויסמבור,ويسيمبورغ,ヴィサンブール,白堡,维桑堡	672	44	67	672	67544
2967326	Wissant	wissant	FR	62179	1052	Europe/Paris	50.8853	1.66263		Vissan,Wichin,Wissant,Witzand,wei sang,wysant,Виссан,Віссан,ويسانت,维桑		32	62	623	62899
2967327	Wisques	wisques	FR	62219	256	Europe/Paris	50.72319	2.19307		Visk,Wisques,wei si ke,wyskyws,Виск,Віск,ويسكيوس,维斯克		32	62	625	62898
2967328	Wismes	wismes	FR	62380	532	Europe/Paris	50.65424	2.07101		Vim,Winme,Wismes,wei mu,wysmys,Вим,Вім,ويسميس,维姆		32	62	625	62897
2967329	Wiseppe	wiseppe	FR	55700	97	Europe/Paris	49.45563	5.1737		Wiseppe		44	55	553	55582
2967330	Wisembach	wisembach	FR	88520	410	Europe/Paris	48.25841	7.10946		Vizembak,Wisembach,wei sang ba,Визембак,Візембак,维桑巴		44	88	883	88526
2967331	Wisches	wisches	FR	67130	2129	Europe/Paris	48.50881	7.26814		Vish,wei si xie,wyshs,wystshys,Виш,Віш,ويستشيس,ویشس,维斯谢		44	67	673	67543
2967333	Wiry-au-Mont	wiry-au-mont	FR	80270	97	Europe/Paris	49.96291	1.8381		Wiry-au-Mont		32	80	801	80825
2967334	Wirwignes	wirwignes	FR	62240	689	Europe/Paris	50.68457	1.76108		Virvin',Wirwignes,wei er wei nie,wyrwynjnys,Вирвинь,Вірвінь,ويروينجنيس,维尔维涅		32	62	623	62896
2967336	Wintzenheim-Kochersberg	wintzenheim-kochersberg	FR	67370	266	Europe/Paris	48.65871	7.51431		Wintzenheim		44	67	674	67542
2967337	Wintzenheim	wintzenheim	FR	68920	7845	Europe/Paris	48.07269	7.29072		Vencenajm,Wintzenheim,Winzenheim,Венценайм		44	68	682	68374
2967338	Wintzenbach	wintzenbach	FR	67470	0	Europe/Paris	48.9359	8.10146		Wintzenbach		44	67	672	67541
2967339	Wintershouse	wintershouse	FR	67590	649	Europe/Paris	48.79245	7.70073		Wintershausen		44	67	672	67540
2967340	Wintersbourg	wintersbourg	FR	57635	185	Europe/Paris	48.78619	7.18931		Ventersbur,Vintersbourg,Wintersbourg,Wintersburg,wan tai er si bu er,Вентерсбур,万泰尔斯布尔		44	57	575	57747
2967341	Winnezeele	winnezeele	FR	59670	1134	Europe/Paris	50.841	2.55118		Winnezeele		32	59	594	59662
2967342	Winkel	winkel	FR	68480	373	Europe/Paris	47.46108	7.26349		Winckel,Winkel		44	68	681	68373
2967343	Wingles	wingles	FR	62410	8815	Europe/Paris	50.49382	2.855		Wingles		32	62	627	62895
2967344	Wingersheim	wingersheim	FR	67170	1119	Europe/Paris	48.72149	7.63464		Vengersajm,Wingersche,Wíngersche,wan re er sang,wynghyrshym,wyngrshaym,Венгерсайм,وينغيرشيم,وینگرسهایم,万热尔桑		44	67	674	67539
2967345	Wingen-sur-Moder	wingen-sur-moder	FR	67290	1563	Europe/Paris	48.919	7.37955		Vingen-sjur-Moder,Winge,Wingen,Wingen an der Moder,Wínge,mo dai he pan wan rang,wynghyn swr mwdyr,Винген-сюр-Модер,Вінген-сюр-Модер,وينغين سور مودير,莫代河畔万让		44	67	674	67538
2967346	Wingen	wingen	FR	67510	0	Europe/Paris	49.02622	7.81395		Wingen		44	67	672	67537
2967347	Windstein	windstein	FR	67110	185	Europe/Paris	48.99478	7.68375		Windstein		44	67	672	67536
2967348	Wimy	wimy	FR	02500	482	Europe/Paris	49.93515	3.99667		Wimy		32	02	025	02833
2967349	Wimmenau	wimmenau	FR	67290	1114	Europe/Paris	48.91217	7.42189		Vimmeno,Wimmenau,wei mo nuo,wymnaw,wymynaw,Виммено,Віммено,ويميناو,ویمناو,维默诺		44	67	674	67535
2967350	Wimille	wimille	FR	62126	4825	Europe/Paris	50.76418	1.63137		Vimij,Vimil',Wimil,Wimille,wei mi ye,wymyly,Вимий,Вимиль,Вімій,ويميلي,维米耶		32	62	623	62894
2967351	Wimereux	wimereux	FR	62930	7663	Europe/Paris	50.76963	1.61139		Vimere,Vimrjo,Wimereux,Wimraw,wei mu lei,wymyrywks,Вимере,Вимрё,Вімере,ويميريوكس,维姆勒		32	62	623	62893
2967352	Wilwisheim	wilwisheim	FR	67270	719	Europe/Paris	48.74821	7.50641				44	67	674	67534
2967354	Willies	willies	FR	59740	0	Europe/Paris	50.1214	4.09757		Willies		32	59	591	59661
2967355	Williers	williers	FR	08110	37	Europe/Paris	49.6669	5.30994		Williers		44	08	083	08501
2967356	Willgottheim	willgottheim	FR	67370	963	Europe/Paris	48.67033	7.51147				44	67	674	67532
2967357	Willerwald	willerwald	FR	57430	1262	Europe/Paris	49.02481	7.03726		Villerwaldt,Willerwald		44	57	576	57746
2967358	Willerval	willerval	FR	62580	672	Europe/Paris	50.35661	2.8445		Vierval',Vilerva,Vilèrva,Willerval,wei lai er wa er,wylyrfal,Виерваль,Вієрваль,ويليرفال,维莱尔瓦尔		32	62	621	62892
2967359	Willer-sur-Thur	willer-sur-thur	FR	68760	315	Europe/Paris	47.84413	7.07215		Viller-sjur-Tur,Weiler an der Thur,Willer,Willer-sur-Thur,Виллер-сюр-Тур,Віллер-сюр-Тур		44	68	686	68372
2967360	Willeroncourt	willeroncourt	FR	55500	119	Europe/Paris	48.71704	5.36565		Willeroncourt		44	55	551	55581
2967361	Willer	willer	FR	68960	0	Europe/Paris	47.58664	7.3205		Willer		44	68	681	68371
2967362	Willencourt	willencourt	FR	62390	141	Europe/Paris	50.2412	2.08908		Willencourt		32	62	621	62891
2967363	Willems	willems	FR	59780	2855	Europe/Paris	50.63206	3.2384		Willems		32	59	595	59660
2967364	Willeman	willeman	FR	62770	164	Europe/Paris	50.35341	2.15859		Vieman,Willeman,wei lei man,wylyman,Виеман,Вієман,ويليمان,维勒曼		32	62	624	62890
2967366	Wildersbach	wildersbach	FR	67130	297	Europe/Paris	48.4376	7.22299		Wildersbach		44	67	673	67531
2967367	Wildenstein	wildenstein	FR	68820	220	Europe/Paris	47.97629	6.96074		Wildenstein		44	68	686	68370
2967370	Wihr-au-Val	wihr-au-val	FR	68230	1297	Europe/Paris	48.05196	7.20493		Vir-o-Val',Weier im Thal,Wihr,Wihr-au-Val,Вир-о-Валь,Вір-о-Валь		44	68	682	68368
2967371	Wignicourt	wignicourt	FR	08270	63	Europe/Paris	49.57921	4.57921		Wignicourt		44	08	082	08500
2967372	Wignehies	wignehies	FR	59212	3386	Europe/Paris	50.0155	4.00913		Vin'ei,Wignehies,wei nie,Виньеи,Віньєї,维涅		32	59	591	59659
2967373	Wiesviller	wiesviller	FR	57200	1029	Europe/Paris	49.08095	7.16415		Wiesviller		44	57	576	57745
2967374	Wierre-Effroy	wierre-effroy	FR	62720	773	Europe/Paris	50.77826	1.73716		V'err-Effrua,Verr-Effrua,Wierre-Effroy,wei ye lei ai fu lu wa,wyry afrwy,Вьерр-Еффруа,Вєрр-Еффруа,ويري إفروي,维耶勒埃弗鲁瓦		32	62	623	62889
2967375	Wierre-au-Bois	wierre-au-bois	FR	62830	245	Europe/Paris	50.64193	1.76181		Wierre,Wierre-au-Bois		32	62	623	62888
2967376	Wiencourt-l'Équipée	wiencourt-l-equipee	FR	80170	0	Europe/Paris	49.84624	2.6117		Wiencourt,Wiencourt-l'Equipee,Wiencourt-l'Équipée		32	80	804	80824
2967377	Wiège-Faty	wiege-faty	FR	02120	206	Europe/Paris	49.88232	3.71813		Wiege,Wiege-Faty,Wiège,Wiège-Faty		32	02	025	02832
2967378	Widensolen	widensolen	FR	68320	1097	Europe/Paris	48.06377	7.48015		Widensohlen,Widensolen		44	68	682	68367
2967379	Widehem	widehem	FR	62630	257	Europe/Paris	50.58488	1.67267		Videem,Widehem,wei dai mu,wydyhym,Видеем,Відеем,ويديهيم,维代姆		32	62	624	62887
2967380	Wicres	wicres	FR	59134	312	Europe/Paris	50.56984	2.86452		Vikr,Wicres,wei ke er,Викр,Вікр,维克尔		32	59	595	59658
2967381	Wicquinghem	wicquinghem	FR	62650	182	Europe/Paris	50.57505	1.96284		Vikengem,Wicquinghem,wei ke kan gai mu,wyskywynhym,Викенгем,Вікенгем,ويسكيوينهيم,维克坎盖姆		32	62	624	62886
2967382	Wickersheim-Wilshausen	wickersheim-wilshausen	FR	67270	462	Europe/Paris	48.78333	7.53333				44	67	674	67530
2967383	Wickerschwihr	wickerschwihr	FR	68320	644	Europe/Paris	48.10811	7.43486		Wickerschwihr		44	68	682	68366
2967386	Weyersheim	weyersheim	FR	67720	3095	Europe/Paris	48.71622	7.80127		Weyersheim		44	67	672	67529
2967387	Weyer	weyer	FR	67320	531	Europe/Paris	48.85484	7.16015		Weyer		44	67	674	67528
2967389	Wettolsheim	wettolsheim	FR	68920	1687	Europe/Paris	48.05755	7.29844		Vettol'sajm,Веттольсайм		44	68	682	68365
2967390	Westrehem	westrehem	FR	62960	237	Europe/Paris	50.54576	2.34534		Estrunt,Vestreem,Westrehem,wei si te lei mu,wystryhym,Éstrunt,Вестреем,ويستريهيم,韦斯特雷姆		32	62	622	62885
2967391	Westhouse-Marmoutier	westhouse-marmoutier	FR	67440	0	Europe/Paris	48.68643	7.45088				44	67	674	67527
2967392	Westhouse	westhouse	FR	67230	0	Europe/Paris	48.3965	7.58924		Vestuz,Wesch,Westhausen,wei si tu si,wsthaws,wysthws,Вестуз,وستهاوس,ويسثوس,韦斯图斯		44	67	675	67526
2967393	Westhoffen	westhoffen	FR	67310	1649	Europe/Paris	48.60352	7.44289		Vestoffen,Weschthoffe,wei si tuo fang,wsthwfn,wysthwfyn,Вестоффен,وستهوفن,ويسثوفين,韦斯托方		44	67	673	67525
2967394	Westhalten	westhalten	FR	68250	845	Europe/Paris	47.95734	7.25999				44	68	686	68364
2967395	West-Cappel	west-cappel	FR	59380	544	Europe/Paris	50.92988	2.50568		West-Cappel		32	59	594	59657
2967397	Wervicq-Sud	wervicq-sud	FR	59117	4354	Europe/Paris	50.7745	3.04207		Vervik-Sjud,Wervicq-Sud,Wervik-Zuud,Zuid-Wervik,nan wei er wei ke,Вервик-Сюд,Вервік-Сюд,南韦尔维克		32	59	595	59656
2967398	Werentzhouse	werentzhouse	FR	68480	582	Europe/Paris	47.51815	7.35492		Werentzhausen,Werentzhouse		44	68	681	68363
2967399	Wentzwiller	wentzwiller	FR	68220	578	Europe/Paris	47.55077	7.47914		Wentzwiller		44	68	684	68362
2967400	Wemaers-Cappel	wemaers-cappel	FR	59670	235	Europe/Paris	50.80788	2.44049		Wemaers-Cappel		32	59	594	59655
2967401	Welles-Pérennes	welles-perennes	FR	60420	232	Europe/Paris	49.6072	2.48309		Welles,Welles-Perennes,Welles-Pérennes		32	60	602	60702
2967403	Weiterswiller	weiterswiller	FR	67340	582	Europe/Paris	48.85415	7.41171		Vetersviller,Weitersweiler,Weiterswiller,Witerschwiller,waytrswylr,wei tai er si wei lai,wytyrswylyr,Ветерсвиллер,Ветерсвіллер,وایترسویلر,ويتيرسويلير,韦泰尔斯维莱		44	67	674	67524
2967404	Weitbruch	weitbruch	FR	67500	2609	Europe/Paris	48.75455	7.77935		Vetbruk,Widbrueech,Widbrüech,wei te bu lu ke,wytbrwtsh,Ветбрук,ويتبروتش,韦特布吕克		44	67	672	67523
2967406	Weislingen	weislingen	FR	67290	556	Europe/Paris	48.92051	7.25379		Weislingen,Weisslingen		44	67	674	67522
2967407	Weinbourg	weinbourg	FR	67340	506	Europe/Paris	48.87126	7.44143				44	67	674	67521
2967408	Wegscheid	wegscheid	FR	68290	322	Europe/Paris	47.80066	6.9571		Wegscheid		44	68	686	68361
2967409	Weckolsheim	weckolsheim	FR	68600	380	Europe/Paris	48.00302	7.51267				44	68	682	68360
2967410	Waziers	waziers	FR	59119	7852	Europe/Paris	50.38717	3.1149		Vaz'e,Waziers,wa qi ye,Вазье,Вазьє,瓦齐耶		32	59	593	59654
2967411	Wavrin	wavrin	FR	59136	7770	Europe/Paris	50.57386	2.9363		Vavren,Wavrin,wa fu lan,Ваврен,瓦夫兰		32	59	595	59653
2967412	Wavrille	wavrille	FR	55150	50	Europe/Paris	49.3278	5.38779		Wavrille		44	55	553	55580
2967413	Wavrechain-sous-Faulx	wavrechain-sous-faulx	FR	59111	374	Europe/Paris	50.27281	3.28668		Vavreshen-su-Fo,Wavrechain,Wavrechain-sous-Faulx,wa fu lei shang su fu er,Ваврешен-су-Фо,瓦夫勒尚苏福尔		32	59	596	59652
2967414	Wavrechain-sous-Denain	wavrechain-sous-denain	FR	59220	1769	Europe/Paris	50.33224	3.41252		Wavrechain,Wavrechain-sous-Denain		32	59	596	59651
2967415	Wavrans-sur-Ternoise	wavrans-sur-ternoise	FR	62130	207	Europe/Paris	50.41322	2.30002		Vavran-sjur-Ternuaz,Wavrans,Wavrans-sur-Ternoise,tai nu wa si he pan wa fu lang,wafrans swr tyrnwys,Вавран-сюр-Тернуаз,وافرانس سور تيرنويس,泰努瓦斯河畔瓦夫朗		32	62	621	62883
2967416	Wavrans-sur-l'Aa	wavrans-sur-l-aa	FR	62380	0	Europe/Paris	50.68292	2.13778		Wavrans,Wavrans-sur-l'Aa		32	62	625	62882
2967417	Waville	waville	FR	54890	393	Europe/Paris	49.01022	5.94892		Waville,Wayville		44	54	541	54593
2967418	Wavignies	wavignies	FR	60130	1019	Europe/Paris	49.54748	2.36032		Vavini,Wavignie,Wavignies,wa wei nie,Вавіні,瓦维涅		32	60	602	60701
2967420	Wattwiller	wattwiller	FR	68700	1663	Europe/Paris	47.83649	7.17785		Vattviller,Wattweiler,Ваттвиллер,Ваттвіллер		44	68	686	68359
2967421	Wattrelos	wattrelos	FR	59150	42826	Europe/Paris	50.70118	3.21812		Vatrelo,Vatrlo,Vattrelo,Wattrelos,wa te lei luo,wateulello,wattoruro,wtrwlw,Ватрело,Ватрло,Ваттрело,وترولو,ワットルロー,瓦特勒洛,와트렐로		32	59	595	59650
2967422	Wattignies-la-Victoire	wattignies-la-victoire	FR	59680	0	Europe/Paris	50.2015	4.012		Vattini-la-Viktuar,Wattignies,Wattignies-la-Victoire,wa di ni la wei ke tu wa lei,Ваттини-ла-Виктуар,Ваттіні-ла-Віктуар,瓦蒂尼拉维克图瓦勒		32	59	591	59649
2967423	Wattignies	wattignies	FR	59139	14766	Europe/Paris	50.58639	3.04394		Vattin'i,Vattini,Wattignies,wa di ni,Ваттини,Ваттиньи,Ваттіні,瓦蒂尼		32	59	595	59648
2967426	Watten	watten	FR	59143	3000	Europe/Paris	50.83685	2.21346		Watten		32	59	594	59647
2967428	Watronville	watronville	FR	55160	104	Europe/Paris	49.13739	5.54234		Watronville		44	55	553	55579
2967430	Watigny	watigny	FR	02830	374	Europe/Paris	49.89945	4.19985		Watigny		32	02	025	02831
2967434	Wassy	wassy	FR	52130	3427	Europe/Paris	48.49811	4.94775		Vassi,Vassy,Wassy,wa xi,Вассі,瓦西		44	52	523	52550
2967435	Wassigny	wassigny	FR	02630	1040	Europe/Paris	50.01334	3.59988		Wassigny		32	02	025	02830
2967436	Wasserbourg	wasserbourg	FR	68230	500	Europe/Paris	48.00291	7.16002		Wasserbourg		44	68	682	68358
2967437	Wasselonne	wasselonne	FR	67310	5844	Europe/Paris	48.63779	7.44506		Vasselonn,Wasselnheim,Wasselonne,Wassle,Wàssle,wa se long,wasylwn,Васселонн,واسيلون,瓦瑟隆		44	67	673	67520
2967438	Wasquehal	wasquehal	FR	59290	19320	Europe/Paris	50.67043	3.13382		Vaskeal,Vaskeal',Wasquehal,wa si kai lei,Васкеал,Васкеаль,瓦斯凯勒		32	59	595	59646
2967439	Wasnes-au-Bac	wasnes-au-bac	FR	59252	524	Europe/Paris	50.27104	3.26012		Wasnes,Wasnes-au-Bac		32	59	596	59645
2967440	Wasigny	wasigny	FR	08270	316	Europe/Paris	49.6334	4.35642		Wasigny		44	08	082	08499
2967441	Warvillers	warvillers	FR	80170	105	Europe/Paris	49.7808	2.68637		Varville,Warvile,Warvillers,Warvilé,wa er wei lai er,Варвілле,瓦尔维莱尔		32	80	804	80823
2967443	Warsy	warsy	FR	80500	110	Europe/Paris	49.69904	2.64868		Warsy		32	80	803	80822
2967446	Warnécourt	warnecourt	FR	08090	370	Europe/Paris	49.73208	4.65374		Warnecourt,Warnécourt		44	08	081	08498
2967449	Warmeriville	warmeriville	FR	51110	2134	Europe/Paris	49.35227	4.21882		Warmeriville		44	51	513	51660
2967450	Warluzel	warluzel	FR	62810	246	Europe/Paris	50.22783	2.46858		Varljuzel',Waluzet,Warluzel,wa er lu ze lei,warlwzyl,Варлюзель,وارلوزيل,瓦尔吕泽勒		32	62	621	62879
2967451	Warlus	warlus	FR	62123	387	Europe/Paris	50.27482	2.66872		Warlus		32	62	621	62878
2967452	Warlus	warlus	FR	62123	221	Europe/Paris	49.92437	1.94413		Warlus		32	80	802	80821
2967453	Warluis	warluis	FR	60430	1230	Europe/Paris	49.38874	2.1422		Varljui,Warluis,wa er lu yi,Варлюї,瓦尔吕伊		32	60	601	60700
2967454	Warloy-Baillon	warloy-baillon	FR	80300	720	Europe/Paris	50.0101	2.52184		Varloe-Baillon,Varloé-Baillon,Varlua-Bajon,Warloy,Warloy-Baillon,wa lu wa ba yong,Варлуа-Байон,瓦卢瓦巴永		32	80	802	80820
2967455	Warlincourt-lès-Pas	warlincourt-les-pas	FR	62760	162	Europe/Paris	50.17512	2.50457		Warlincourt,Warlincourt-les-Pas,Warlincourt-lès-Pas		32	62	621	62877
2967508	Wailly-Beaucamp	wailly-beaucamp	FR	62170	803	Europe/Paris	50.41067	1.72619		Vai-Bokam,Wailly,Wailly-Beaucamp,wa yi bo kang,wayly byasamb,Ваи-Бокам,Ваї-Бокам,وايلي بياسامب,瓦伊博康		32	62	624	62870
2967457	Warlencourt-Eaucourt	warlencourt-eaucourt	FR	62450	110	Europe/Paris	50.08276	2.79117		Varlankur-Okur,Warlencourt,Warlencourt-Eaucourt,Warlencourt-Iaucourt,wa er lang ku er ou ku er,warlynkwrt akwrt,Варланкур-Окур,وارلينكورت إكورت,瓦尔朗库尔欧库尔		32	62	621	62876
2967458	Warlaing	warlaing	FR	59870	470	Europe/Paris	50.40999	3.3252		Varlen,Warlaing,wa er lan,Варлен,瓦尔兰		32	59	593	59642
2967460	Warhem	warhem	FR	59380	1903	Europe/Paris	50.97592	2.49303		Warhem		32	59	594	59641
2967461	Wargnies-le-Petit	wargnies-le-petit	FR	59144	760	Europe/Paris	50.29335	3.67339		Wargnies-le-Petit		32	59	591	59640
2967462	Wargnies-le-Grand	wargnies-le-grand	FR	59144	1076	Europe/Paris	50.30751	3.66038		Varni-le-Gran,Wargnies-le-Grand,da wa er nie,Варни-ле-Гран,Варні-ле-Гран,大瓦尔涅		32	59	591	59639
2967463	Wargnies	wargnies	FR	80670	83	Europe/Paris	50.03498	2.25908		Wargnies		32	80	802	80819
2967464	Wargemoulin-Hurlus	wargemoulin-hurlus	FR	51800	48	Europe/Paris	49.1555	4.69892		Wargemoulin,Wargemoulin-Hurlus		44	51	511	51659
2967467	Wardrecques	wardrecques	FR	62120	1099	Europe/Paris	50.71108	2.34483		Vardrek,Wardrecques,Werdrecque,Wérdrecque,wa er de lei ke,wardryskyws,Вардрек,واردريسكيوس,瓦尔德雷克		32	62	625	62875
2967468	Warcq	warcq	FR	08000	1451	Europe/Paris	49.77517	4.68175		Warcq		44	08	081	08497
2967469	Warcq	warcq	FR	08000	144	Europe/Paris	49.19343	5.65185		Warcq		44	55	553	55578
2967470	Wanquetin	wanquetin	FR	62123	667	Europe/Paris	50.27568	2.61403		Vanketen,Wanquetin,wang kai dan,wankwytn,Ванкетен,وانكويتن,旺凯丹		32	62	621	62874
2967471	Wannehain	wannehain	FR	59830	854	Europe/Paris	50.56846	3.26788		Wannehain		32	59	595	59638
2967472	Wangenbourg-Engenthal	wangenbourg-engenthal	FR	67710	1261	Europe/Paris	48.62805	7.30471				44	67	673	67122
2967473	Wangen	wangen	FR	67520	707	Europe/Paris	48.61838	7.46685		Wangen		44	67	673	67517
2967476	Wandignies-Hamage	wandignies-hamage	FR	59870	1155	Europe/Paris	50.39609	3.3145		Vandini-Amazh,Wandignies-Hamage,wang di ni a ma re,Вандини-Амаж,Вандіні-Амаж,旺迪尼阿马热		32	59	593	59637
2967477	Wancourt	wancourt	FR	62128	603	Europe/Paris	50.24732	2.86945		Vankur,Wancourt,wang ku er,wankwrt,Ванкур,وانكورت,旺库尔		32	62	621	62873
2967478	Wanchy-Capval	wanchy-capval	FR	76660	322	Europe/Paris	49.85856	1.35884		Wanchy,Wanchy-Capval		28	76	761	76749
2967480	Wamin	wamin	FR	62770	0	Europe/Paris	50.41408	2.05973		Lingua agwamin,Vamen,Wamin,wa man,wamyn,Вамен,وامين,瓦曼		32	62	624	62872
2967481	Wamin	wamin	FR	62770	0	Europe/Paris	50.26924	2.39499				32	62	621	62316
2967482	Wambrechies	wambrechies	FR	59108 CEDEX	8699	Europe/Paris	50.68276	3.04784		Vambreshi,Wambrechies,wa bu lei xi,Вамбреши,Вамбреші,瓦布勒希		32	59	595	59636
2967483	Wambez	wambez	FR	60380	152	Europe/Paris	49.52721	1.85168		Vambe,Wambez,wang bei,Вамбе,旺贝		32	60	601	60699
2967484	Wambercourt	wambercourt	FR	62140	205	Europe/Paris	50.42837	2.0235		Wambercourt		32	62	624	62871
2967485	Wambaix	wambaix	FR	59400	308	Europe/Paris	50.12875	3.30564		Vambe,Wambaix,wang bai,Вамбе,旺拜		32	59	592	59635
2967486	Waly	waly	FR	55250	66	Europe/Paris	49.02072	5.10675		Waly		44	55	551	55577
2967487	Waltenheim-sur-Zorn	waltenheim-sur-zorn	FR	67670	673	Europe/Paris	48.74707	7.62918		Val'tenajm-sjur-Zorn,Waltene,Waltenheim,Waltenheim an der Zorn,Waltenheim-sur-Zorn,Wàltene,waltynhym swr zwrn,zuo er en he pan wa er te nan,Вальтенайм-сюр-Зорн,والتينهيم سور زورن,佐尔恩河畔瓦尔特南		44	67	674	67516
2967488	Waltenheim	waltenheim	FR	68510	532	Europe/Paris	47.65752	7.42555		Waltenheim		44	68	684	68357
2967489	Waltembourg	waltembourg	FR	57370	214	Europe/Paris	48.75045	7.19645		Waltembourg		44	57	575	57743
2967490	Walscheid	walscheid	FR	57870	1671	Europe/Paris	48.65308	7.14998		Val'shed,Walscheid,wa er si xie,Вальшед,瓦尔斯谢		44	57	575	57742
2967491	Walschbronn	walschbronn	FR	57720	537	Europe/Paris	49.14898	7.481		Val'shbronn,Walschbronn,wa er si ke bu long,Вальшбронн,瓦尔斯克布龙		44	57	576	57741
2967492	Wallon-Cappel	wallon-cappel	FR	59190	857	Europe/Paris	50.7268	2.4741		Wallon-Cappel		32	59	594	59634
2967493	Wallers-en-Fagne	wallers-en-fagne	FR	59132	0	Europe/Paris	50.06667	4.16667		Valle-an-Fan',Wallers-Trelon,Wallers-Trélon,wa lai er ang fa nie,Валле-ан-Фань,瓦莱尔昂法涅		32	59	591	59633
2967494	Wallers	wallers	FR	59135	5546	Europe/Paris	50.37432	3.39188		Wallers		32	59	596	59632
2967495	Walincourt-Selvigny	walincourt-selvigny	FR	59127	2068	Europe/Paris	50.06667	3.33333		Valenkur-Sel'vin'i,wa lan ku er sai er wei ni,Валенкур-Сельвиньи,Валенкур-Сельвіньї,瓦兰库尔塞尔维尼		32	59	592	59631
2967496	Walheim	walheim	FR	68130	777	Europe/Paris	47.64277	7.2673		Walheim		44	68	681	68356
2967497	Waldwisse	waldwisse	FR	57480	689	Europe/Paris	49.41363	6.52923		Val'dviss,Waldwiese,Waldwisse,wa er de wei si,walwysh,Вальдвисс,Вальдвісс,والویسه,瓦尔德维斯		44	57	577	57740
2967498	Waldweistroff	waldweistroff	FR	57320	424	Europe/Paris	49.35772	6.49245		Waldweistroff		44	57	577	57739
2967499	Waldolwisheim	waldolwisheim	FR	67700	565	Europe/Paris	48.73287	7.43723				44	67	674	67515
2967500	Waldighofen	waldighofen	FR	68640	1240	Europe/Paris	47.55045	7.31512		Val'digofen,Waldighofen,Waldighoffen,Вальдигофен,Вальдігофен		44	68	681	68355
2967501	Waldhouse	waldhouse	FR	57720	395	Europe/Paris	49.14369	7.46559		Waldhausen,Waldhouse		44	57	576	57738
2967502	Waldhambach	waldhambach	FR	67430	726	Europe/Paris	48.92662	7.21621		Waldhambach		44	67	674	67514
2967503	Waldersbach	waldersbach	FR	67130	147	Europe/Paris	48.41433	7.21456		Val'dersbak,Waldersbach,Walderschbach,Wàlderschbàch,wa er dai er si ba ke,waldyrsbatsh,Вальдерсбак,والديرسباتش,瓦尔代尔斯巴克		44	67	673	67513
2967506	Walbourg	walbourg	FR	67360	1161	Europe/Paris	48.88628	7.78828		Walburg		44	67	672	67511
2967510	Wailly	wailly	FR	62217	1006	Europe/Paris	50.52287	2.06792				32	62	624	62247
2967511	Wailly	wailly	FR	62217	0	Europe/Paris	50.24611	2.71997				32	62	621	62869
2967512	Wailly	wailly	FR	62217	0	Europe/Paris	49.77009	2.15758		Wailly		32	80	802	80211
2967513	Wail	wail	FR	62770	261	Europe/Paris	50.34906	2.12764		Vaj,Wail,wa yi,wyl,Вай,ويل,瓦伊		32	62	624	62868
2967514	Wahlenheim	wahlenheim	FR	67170	394	Europe/Paris	48.76381	7.68529		Wahlenheim		44	67	672	67510
2967515	Wahlbach	wahlbach	FR	68130	336	Europe/Paris	47.63074	7.35177		Wahlbach		44	68	684	68353
2967516	Wahagnies	wahagnies	FR	59261	2736	Europe/Paris	50.48665	3.03448		Wahagnies		32	59	595	59630
2967518	Wagnon	wagnon	FR	08270	94	Europe/Paris	49.63	4.4294		Wagnon		44	08	082	08496
2967524	Wadelincourt	wadelincourt	FR	08200	521	Europe/Paris	49.68541	4.94034		Wadelincourt		44	08	083	08494
2967525	Wacquinghen	wacquinghen	FR	62250	238	Europe/Paris	50.78302	1.66687		Vakengen,Wacquinghen,wa ke kan gang,waskywnhyn,Вакенген,واسكيونهين,瓦克坎冈		32	62	623	62867
2967527	Wacquemoulin	wacquemoulin	FR	60420	294	Europe/Paris	49.50299	2.61631		Wacquemoulin		32	60	602	60698
2967529	Waben	waben	FR	62180	334	Europe/Paris	50.3792	1.65207		Vaban,Waben,wa bang,wabyn,Вабан,وابين,瓦邦		32	62	624	62866
2967530	Vyt-lès-Belvoir	vyt-les-belvoir	FR	25430	177	Europe/Paris	47.34772	6.62053		Vyt,Vyt-les-Belvoir,Vyt-lez-Belvoir,Vyt-lès-Belvoir		27	25	252	25635
2967531	Vy-lès-Rupt	vy-les-rupt	FR	70120	102	Europe/Paris	47.63966	5.89529		Vy-les-Rupt,Vy-lès-Rupt		27	70	702	70582
2967532	Vy-lès-Lure	vy-les-lure	FR	70200	561	Europe/Paris	47.64534	6.44462		Vi-le-Ljur,Vy,Vy-les-Lure,Vy-lès-Lure,Ви-ле-Люр,Ві-ле-Люр		27	70	701	70581
2967533	Vy-lès-Filain	vy-les-filain	FR	70230	74	Europe/Paris	47.51307	6.1959		Vy,Vy-les-Filain,Vy-lès-Filain		27	70	702	70583
2967534	Vy-le-Ferroux	vy-le-ferroux	FR	70130	150	Europe/Paris	47.58829	5.97323		Vy-le-Ferroux		27	70	702	70580
2967535	Vyans-le-Val	vyans-le-val	FR	70400	426	Europe/Paris	47.55	6.76667				27	70	701	70579
2967538	Vulvoz	vulvoz	FR	39360	16	Europe/Paris	46.32785	5.78864		Vulvoz		27	39	393	39585
2967539	Vulmont	vulmont	FR	57420	40	Europe/Paris	48.92512	6.303		Vulmont		44	57	579	57737
2967541	Vulbens	vulbens	FR	74520	915	Europe/Paris	46.10155	5.9342		Vjul'ban,Vulbenium,Vulbens,Вюльбан		84	74	743	74314
2967542	Vulaines-sur-Seine	vulaines-sur-seine	FR	77870	2273	Europe/Paris	48.43186	2.76476		Vulaines,Vulaines-sur-Seine		11	77	774	77533
2967543	Vulaines-lès-Provins	vulaines-les-provins	FR	77160	75	Europe/Paris	48.5601	3.21947		Vulaines,Vulaines-les-Provins,Vulaines-lès-Provins		11	77	773	77532
2967544	Vulaines	vulaines	FR	10160	222	Europe/Paris	48.23318	3.62148		Vulaines		44	10	103	10444
2967545	Vuillery	vuillery	FR	02880	24	Europe/Paris	49.43048	3.38809		Vuillery		32	02	024	02829
2967546	Vuillecin	vuillecin	FR	25300	562	Europe/Paris	46.93923	6.32203				27	25	253	25634
2967547	Vuillafans	vuillafans	FR	25840	695	Europe/Paris	47.06481	6.21528		Vuillafans		27	25	251	25633
2967549	Vue	vue	FR	44640	1324	Europe/Paris	47.19865	-1.88108		Gwagenez,Ile-Tortue,Vue		52	44	442	44220
2967552	Vry	vry	FR	57640	449	Europe/Paris	49.18971	6.32814		Vry		44	57	579	57736
2967553	Vroville	vroville	FR	88500	141	Europe/Paris	48.28657	6.17253		Vrovil',Vroville,fu luo wei er,Вровиль,Вровіль,弗罗维尔		44	88	882	88525
2967554	Vroncourt-la-Côte	vroncourt-la-cote	FR	52240	25	Europe/Paris	48.14824	5.50962		Vroncourt,Vroncourt-la-Cote,Vroncourt-la-Côte		44	52	521	52549
2967555	Vroncourt	vroncourt	FR	54330	133	Europe/Paris	48.46449	6.08021		Vroncourt		44	54	543	54592
2967557	Vron	vron	FR	80120	733	Europe/Paris	50.31529	1.7551		Vron,fu long,Врон,弗龙		32	80	801	80815
2967559	Vroil	vroil	FR	51330	102	Europe/Paris	48.84228	4.91179		Vroil		44	51	514	51658
2967560	Vrocourt	vrocourt	FR	60112	44	Europe/Paris	49.52926	1.88597		Vrocourt		32	60	601	60697
2967561	Vrizy	vrizy	FR	08400	360	Europe/Paris	49.42555	4.67921		Vrizy		44	08	084	08490
2967562	Vritz	vritz	FR	44540	855	Europe/Paris	47.58146	-1.07024		Gwerid,Vri,Vritz,fu li te,Врі,弗里特		52	44	445	44180
2967566	Vrigny	vrigny	FR	45300	210	Europe/Paris	49.23452	3.91286		Vrigny		44	51	513	51657
2967567	Vrigny	vrigny	FR	45300	328	Europe/Paris	48.67097	-0.01981		Vrigny		28	61	612	61375
2967568	Vrigny	vrigny	FR	45300	638	Europe/Paris	48.07976	2.25016		Vrigny		24	45	453	45347
2967569	Vrigne-Meuse	vrigne-meuse	FR	08350	187	Europe/Paris	49.70176	4.84719		Vrigne-Meuse		44	08	081	08492
2967570	Vrigne-aux-Bois	vrigne-aux-bois	FR	08330	3645	Europe/Paris	49.73716	4.85567		Vrigne,Vrigne-aux-Bois		44	08	083	08491
2967571	Vriange	vriange	FR	39700	147	Europe/Paris	47.18011	5.58164		Vriange		27	39	391	39584
2967573	Vrély	vrely	FR	80170	463	Europe/Paris	49.7989	2.69481		Vrely,Vrély		32	80	804	80814
2967575	Vregny	vregny	FR	02880	101	Europe/Paris	49.40822	3.42452		Vregny		32	02	024	02828
2967576	Vregille	vregille	FR	70150	141	Europe/Paris	47.31667	5.9				27	70	702	70578
2967577	Vred	vred	FR	59870	1478	Europe/Paris	50.39455	3.23029		Vre,Vred,fu lei de,Вре,弗雷德		32	59	593	59629
2967578	Vrécourt	vrecourt	FR	88140	359	Europe/Paris	48.17395	5.70332		Vrecourt,Vrécourt		44	88	882	88524
2967579	Vraux	vraux	FR	51150	399	Europe/Paris	49.02737	4.23793		Vraux,Vro,fu luo,Вро,弗罗		44	51	511	51656
2967581	Vraiville	vraiville	FR	27370	498	Europe/Paris	49.22014	1.03934		Vraiville		28	27	272	27700
2967583	Vraincourt	vraincourt	FR	52310	0	Europe/Paris	49.11721	5.0979				44	55	553	55117
2967584	Vraincourt	vraincourt	FR	52310	90	Europe/Paris	48.24121	5.12505		Vraincourt		44	52	521	52548
2967585	Vraignes-lès-Hornoy	vraignes-les-hornoy	FR	80640	92	Europe/Paris	49.82847	1.91208		Vraignes,Vraignes-les-Hornoy,Vraignes-lès-Hornoy		32	80	802	80813
2967586	Vraignes-en-Vermandois	vraignes-en-vermandois	FR	80240	150	Europe/Paris	49.88746	3.06601		Vraicnes-En-Verman Dois,Vraignes,Vraignes-en-Vermandois		32	80	804	80812
2967589	Voyer	voyer	FR	57560	416	Europe/Paris	48.65222	7.07772		Voyer		44	57	575	57734
2967590	Voyennes	voyennes	FR	80400	608	Europe/Paris	49.77079	2.9858		Voeyenne,Voyennes,Voéyenne,Vuaenn,wa ye ne,Вуаєнн,瓦耶讷		32	80	804	80811
2967591	Voyenne	voyenne	FR	02250	291	Europe/Paris	49.72454	3.73126		Voyenne		32	02	022	02827
2967593	Vovray-en-Bornes	vovray-en-bornes	FR	74350	306	Europe/Paris	46.06526	6.14074		Vovray,Vovray-en-Bornes		84	74	743	74313
2967595	Voves	voves	FR	28150	3041	Europe/Paris	48.27138	1.62583		Vov,Voves,wo wei,Вов,沃韦		24	28	281	28422
2967599	Vouzy	vouzy	FR	51130	261	Europe/Paris	48.92492	4.11041		Vouzy		44	51	512	51655
2967600	Vouzon	vouzon	FR	41600	1249	Europe/Paris	47.64515	2.05609		Vouzon,Vuzon,wu zong,Вузон,武宗		24	41	413	41296
2967603	Vouziers	vouziers	FR	08400	4946	Europe/Paris	49.39791	4.7012		Vouziers,Vuz'e,vujie,wu ji ye,Вузье,Вузьє,ヴージエ,武济耶	084	44	08	084	08490
2967604	Vouzeron	vouzeron	FR	18330	525	Europe/Paris	47.26	2.22201		Vouzeron		24	18	183	18290
2967607	Vouzailles	vouzailles	FR	86170	489	Europe/Paris	46.70869	0.09522		Vouzailles		75	86	863	86299
2967608	Vouxey	vouxey	FR	88170	160	Europe/Paris	48.35166	5.82482		Vouxey		44	88	882	88523
2967609	Vouvray-sur-Loir	vouvray-sur-loir	FR	72500	897	Europe/Paris	47.69544	0.46338		Vouvray,Vouvray-sur-Loir		52	72	721	72071
2967610	Vouvray-sur-Huisne	vouvray-sur-huisne	FR	72160	94	Europe/Paris	48.08714	0.55055		Vouvray,Vouvray-sur-Huine,Vouvray-sur-Huisne,Vouvray-sur-Huîne		52	72	722	72383
2967611	Vouvray	vouvray	FR	37210	0	Europe/Paris	48.16563	1.38068				24	28	282	28051
2967612	Vouvray	vouvray	FR	37210	3208	Europe/Paris	47.41087	0.79892		Vouvray		24	37	372	37281
2967613	Vouvray	vouvray	FR	37210	0	Europe/Paris	46.11543	5.78187		Vouvray		84	01	014	01033
2967615	Vouvant	vouvant	FR	85120	968	Europe/Paris	46.57228	-0.76941		Vouvant,Vuvan,wu wang,Вуван,武旺		52	85	851	85305
2967616	Voutré	voutre	FR	53600	859	Europe/Paris	48.13669	-0.29106		Voutre,Voutré,Vutre,wu te lei,Вутре,武特雷		52	53	533	53276
2967617	Vouthon-Haut	vouthon-haut	FR	55130	80	Europe/Paris	48.47631	5.61763		Vouthon-Haut		44	55	552	55575
2967618	Vouthon-Bas	vouthon-bas	FR	55130	59	Europe/Paris	48.4834	5.60901		Vouthon-Bas		44	55	552	55574
2967619	Vouthon	vouthon	FR	16220	344	Europe/Paris	45.66918	0.45845		Volton,Vouthon,Vuton,wu tong,Вутон,武通		75	16	161	16421
2967620	Voutezac	voutezac	FR	19130	1385	Europe/Paris	45.29214	1.43721		Vautezac,Voutezac		75	19	191	19288
2967621	Voutenay-sur-Cure	voutenay-sur-cure	FR	89270	199	Europe/Paris	47.56202	3.78571		Voutenay,Voutenay-sur-Cure		27	89	892	89485
2967622	Voussac	voussac	FR	03140	465	Europe/Paris	46.32769	3.06235		Voussac		84	03	032	03319
2967625	Vourles	vourles	FR	69390	2906	Europe/Paris	45.65878	4.77325		Vourles,Vourles-le-Courageux,Vurl',Вурль		84	69	691	69268
2967626	Vourey	vourey	FR	38210	1668	Europe/Paris	45.3218	5.51931		Vourey		84	38	381	38566
2967627	Vouneuil-sur-Vienne	vouneuil-sur-vienne	FR	86210	1971	Europe/Paris	46.71765	0.54026		Vouneuil,Vouneuil-sur-Vienne,Vunej-sjur-Venn,wei ai na he pan wu na yi,Вуней-сюр-Вєнн,维埃纳河畔武纳伊		75	86	861	86298
2967628	Vouneuil-sous-Biard	vouneuil-sous-biard	FR	86580	4391	Europe/Paris	46.57285	0.27022		Vouneuil,Vouneuil-sous-Biard,Vunej-su-Biar,wu na yi su bi a er,Вуней-су-Біар,武纳伊苏比阿尔		75	86	863	86297
2967631	Voulx	voulx	FR	77940	1772	Europe/Paris	48.28204	2.96747		Voulx		11	77	773	77531
2967632	Voulton	voulton	FR	77560	326	Europe/Paris	48.61753	3.33415		Voulton		11	77	773	77530
2967633	Voultegon	voultegon	FR	79150	497	Europe/Paris	46.93128	-0.51709		Voultegon		75	79	791	79242
2967634	Voulpaix	voulpaix	FR	02140	376	Europe/Paris	49.83986	3.83327		Voulpaix,Vul'pe,Vulpasium,Vulpe,wu er pei,wwlph,Вулпе,Вульпе,Վուլպե,وولپه,武尔佩		32	02	025	02826
2967635	Voulon	voulon	FR	86700	325	Europe/Paris	46.35657	0.2459		Voulon,Vulon,wu long,Вулон,武隆		75	86	862	86296
2967636	Voulgézac	voulgezac	FR	16250	316	Europe/Paris	45.5123	0.12038		Voulgezac,Voulgézac,Vul'zhezak,wu er re zha ke,Вульжезак,武尔热扎克		75	16	161	16420
2967638	Voulême	vouleme	FR	86400	355	Europe/Paris	46.09969	0.23161		Vouleme,Voulême,Vulem,wu lai mu,Вулем,武莱姆		75	86	862	86295
2967639	Voulangis	voulangis	FR	77580	1405	Europe/Paris	48.85252	2.89558				11	77	771	77529
2967640	Voulaines-les-Templiers	voulaines-les-templiers	FR	21290	400	Europe/Paris	47.81667	4.78333		Vulen-le-Tamplie,wu lai nei lai tang pu li ye er,Вулен-ле-Тамплие,Вулен-ле-Тампліє,武莱内莱唐普利耶尔		27	21	213	21717
2967641	Voujeaucourt	voujeaucourt	FR	25420	3346	Europe/Paris	47.47513	6.77431		Voujaucourt,Voujeaucourt		27	25	252	25632
2967642	Vouilly	vouilly	FR	14230	198	Europe/Paris	49.29054	-1.0257		Vouilly		28	14	141	14342
2967643	Vouillon	vouillon	FR	36100	254	Europe/Paris	46.82214	1.92617		Vouillon,Vujon,wu yi long,Вуйон,武伊隆		24	36	364	36248
2967644	Vouillers	vouillers	FR	51340	187	Europe/Paris	48.68223	4.83364				44	51	514	51654
2967645	Vouillé-les-Marais	vouille-les-marais	FR	85450	567	Europe/Paris	46.38821	-0.9635		Vouille,Vouille-les-Marais,Vouillé,Vouillé-les-Marais		52	85	851	85304
2967647	Vouillé	vouille	FR	79230	2986	Europe/Paris	46.64101	0.16818		Vouille,Vouillé		75	86	863	86294
2967648	Vouillé	vouille	FR	79230	2933	Europe/Paris	46.31488	-0.36772		Vouille,Vouillé		75	79	792	79355
2967650	Vouhenans	vouhenans	FR	70200	415	Europe/Paris	47.65	6.48333		Vouhenans,Vuehnan,Vuenan,Вуенан,Вуэнан		27	70	701	70577
2967652	Vouhé	vouhe	FR	17700	422	Europe/Paris	46.14839	-0.80083		Vouhe,Vouhé		75	17	172	17482
2967653	Vouharte	vouharte	FR	16330	340	Europe/Paris	45.81556	0.07413		Vouharte,Vuart,wu a er te,Вуарт,武阿尔特		75	16	163	16419
2967654	Vougy	vougy	FR	42720	1574	Europe/Paris	46.10435	4.11771		Vougy		84	42	422	42338
2967655	Vougy	vougy	FR	42720	1060	Europe/Paris	46.06783	6.47163		Vougy		84	74	742	74312
2967656	Vougrey	vougrey	FR	10210	44	Europe/Paris	48.08851	4.22708		Vougrey		44	10	103	10443
2967663	Vougeot	vougeot	FR	21640	221	Europe/Paris	47.1771	4.96399		Vougeot		27	21	211	21716
2967664	Vougécourt	vougecourt	FR	70500	175	Europe/Paris	47.94276	5.99457		Vougecourt,Vougécourt		27	70	702	70576
2967669	Vouécourt	vouecourt	FR	52320	203	Europe/Paris	48.2676	5.13873		Vouecourt,Vouécourt		44	52	521	52547
2967670	Voué	voue	FR	10150	433	Europe/Paris	48.45774	4.12335		Voue,Voué		44	10	103	10442
2967671	Voudenay	voudenay	FR	21230	233	Europe/Paris	47.09095	4.38583		Voudenay,Voudenay-l'Eglise		27	21	211	21715
2967673	Vouarces	vouarces	FR	51260	64	Europe/Paris	48.59128	3.89681		Vouarces		44	51	512	51652
2967676	Vou	vou	FR	37240	243	Europe/Paris	47.08559	0.85949		Vou		24	37	373	37280
2967678	Vosnon	vosnon	FR	10130	165	Europe/Paris	48.10518	3.84527		Vosnon		44	10	103	10441
2967679	Vosne-Romanée	vosne-romanee	FR	21700	450	Europe/Paris	47.16024	4.95484		Vosne-Romanee,Vosne-Romanée		27	21	211	21714
2967683	Vosbles	vosbles	FR	39240	104	Europe/Paris	46.34031	5.52375		Vosbles		27	39	392	39583
2967687	Vornay	vornay	FR	18130	445	Europe/Paris	46.97331	2.58276		Vornay		24	18	181	18289
2967689	Vorly	vorly	FR	18340	251	Europe/Paris	46.94553	2.46534		Vorly		24	18	181	18288
2967691	Vorges-les-Pins	vorges-les-pins	FR	25320	451	Europe/Paris	47.15875	5.92891		Vorges,Vorges-les-Pins		27	25	251	25631
2967692	Vorges	vorges	FR	02860	379	Europe/Paris	49.51869	3.65393		Vorges		32	02	022	02824
2967693	Vorey	vorey	FR	43800	1521	Europe/Paris	45.18638	3.90991		Vorey,Vorey sur Arzon		84	43	432	43267
2967695	Voreppe	voreppe	FR	38340	10214	Europe/Paris	45.29484	5.63192		Vorep,Vorepp,Voreppe,wo lei pu,Вореп,Ворепп,沃雷普		84	38	381	38565
2967698	Voray-sur-l'Ognon	voray-sur-l-ognon	FR	70190	0	Europe/Paris	47.33333	6.01667		Voray-sur-l'Ognon		27	70	702	70575
2967700	Vonnas	vonnas	FR	01540	2669	Europe/Paris	46.21727	4.99246		Vonas,Vonna,Vonnas,Vonâs,fwnna,wo na si,Вонна,Վոննա,فوننا,沃纳斯		84	01	012	01457
2967701	Vongnes	vongnes	FR	01350	69	Europe/Paris	45.81434	5.72458		Vongnes		84	01	011	01456
2967702	Vonges	vonges	FR	21270	325	Europe/Paris	47.29152	5.39994		Vonges		27	21	212	21713
2967704	Voncq	voncq	FR	08400	237	Europe/Paris	49.4702	4.66519		Voncq,Vonk,Вонк		44	08	084	08489
2967705	Voncourt	voncourt	FR	52500	29	Europe/Paris	47.71477	5.67243		Voncourt		44	52	522	52546
2967706	Vomécourt-sur-Madon	vomecourt-sur-madon	FR	88500	0	Europe/Paris	48.36667	6.16667		Vomekur-sjur-Madon,ma dong he pan wo mei ku er,Вомекур-сюр-Мадон,马东河畔沃梅库尔		44	88	881	88522
2967707	Vomécourt	vomecourt	FR	88700	0	Europe/Paris	48.30906	6.61496		Vomecourt,Vomekur,Vomécourt,wo mei ku er,Вомекур,沃梅库尔		44	88	881	88521
2967708	Volx	volx	FR	04130	2890	Europe/Paris	43.87787	5.84148		Vol'ks,Volx,Vous,Vòus,wo er,Волькс,沃尔		93	04	044	04245
2967710	Volvic	volvic	FR	63530	4456	Europe/Paris	45.87196	3.03832		Vol'vik,Volvic,bolbig,vu~oruvu~ikku,wo er wei ke,Вольвік,ヴォルヴィック,沃尔维克,볼빅		84	63	634	63470
2967712	Volvent	volvent	FR	26470	0	Europe/Paris	47.70428	3.42002		Volvan,Volvant,Volvent		27	89	891	89139
2967713	Volvent	volvent	FR	26470	28	Europe/Paris	44.55863	5.34546		Volvent		84	26	261	26378
2967715	Volstroff	volstroff	FR	57940	1510	Europe/Paris	49.31135	6.25976		Volstroff		44	57	577	57733
2967716	Volpajola	volpajola	FR	20290	398	Europe/Paris	42.52658	9.35556		A Vulpaghjola,Vol'pajola,Volpajola,Вольпайола		94	2B	2B3	2B355
2967718	Volonne	volonne	FR	04290	1612	Europe/Paris	44.11039	6.01424		Volon,Volona,Volonn,wo long,Волон,Волонн,沃隆		93	04	043	04244
2967720	Volon	volon	FR	70180	74	Europe/Paris	47.62263	5.7268		Volon		27	70	702	70574
2967723	Nurieux-Volognat	nurieux-volognat	FR	01460	0	Europe/Paris	46.18571	5.52801		Njur'jo-Volon'ja,Njure-Volon'ja,Nyuryo Volonya,ni li e-fu luo ni ya,nwryw-fwlwnya,Нюрьё-Волонья,Нюрє-Волонья,Նյուրյո Վոլոնյա,نوريو-فولونيا,尼里厄－福洛尼亚		84	01	014	01267
2967724	Volnay	volnay	FR	21190	729	Europe/Paris	47.9327	0.46753		Volnay		52	72	722	72382
2967725	Volnay	volnay	FR	21190	0	Europe/Paris	47.42262	4.48083				27	21	213	21024
2967726	Volnay	volnay	FR	21190	0	Europe/Paris	47.00107	4.78179		Volnay		27	21	211	21712
2967727	Volmunster	volmunster	FR	57720	924	Europe/Paris	49.12171	7.353		Vol'menster,Volmunster,Wollmuenster,Wollmünster,Wolmuenster,Wolmunster,Wolmünster,wlmwnstr,wo er man si tai,Вольменстер,ولمونستر,沃尔曼斯泰		44	57	576	57732
2967728	Volmerange-les-Mines	volmerange-les-mines	FR	57330	1776	Europe/Paris	49.44326	6.08062		Volmerange,Volmerange-les-Mines		44	57	577	57731
2967729	Volmerange-lès-Boulay	volmerange-les-boulay	FR	57220	416	Europe/Paris	49.16853	6.44885		Volmerange,Volmerange-les-Boulay,Volmerange-lès-Boulay,Volmérange,Volmérange-lès-Boulay		44	57	573	57730
2967730	Vollore-Ville	vollore-ville	FR	63120	725	Europe/Paris	45.78485	3.6005		Vollore,Vollore-Chignore,Vollore-Ville		84	63	635	63469
2967731	Vollore-Montagne	vollore-montagne	FR	63120	395	Europe/Paris	45.78509	3.67374		La Chapela de Volora,La Chapèla de Volòra,Vollor-Montan',Vollore,Vollore-Montagne,wo luo er meng ta ni,Воллор-Монтань,沃洛尔蒙塔尼		84	63	635	63468
2967733	Volksberg	volksberg	FR	67290	358	Europe/Paris	48.94708	7.29841		Volksberg		44	67	674	67509
2967736	Volgré	volgre	FR	89710	326	Europe/Paris	47.91786	3.32756		Volgre,Volgré		27	89	891	89003
2967738	Volesvres	volesvres	FR	71600	574	Europe/Paris	46.47187	4.15993		Volesvres		27	71	713	71590
2967739	Volckerinckhove	volckerinckhove	FR	59470	503	Europe/Paris	50.83892	2.30548		Volcherinckhove,Volckerinckhove,Volkerinckhove		32	59	594	59628
2967741	Voivres-lès-le-Mans	voivres-les-le-mans	FR	72210	892	Europe/Paris	47.92989	0.07289		Voivres,Voivres-les-le-Mans,Voivres-lès-le-Mans		52	72	721	72381
2967742	Voiteur	voiteur	FR	39210	785	Europe/Paris	46.75438	5.61085		Voiteur		27	39	392	39582
2967743	Voissay	voissay	FR	17400	117	Europe/Paris	45.95237	-0.60555		Voissay		75	17	175	17481
2967744	Voissant	voissant	FR	38620	225	Europe/Paris	45.48321	5.70904		Voissant,Vuassan,wa sang,Вуассан,瓦桑		84	38	382	38564
2967745	Voisins-le-Bretonneux	voisins-le-bretonneux	FR	78960	13486	Europe/Paris	48.75793	2.05137		Voisins,Voisins-le-Bretonneux,Vuazen-le-Bretonne,Вуазен-ле-Бретонне		11	78	782	78688
2967747	Voisines	voisines	FR	52200	366	Europe/Paris	48.25171	3.39559		Voisines		27	89	893	89483
2967748	Voisines	voisines	FR	52200	90	Europe/Paris	47.85971	5.18356		Voisines		44	52	522	52545
2967753	Voisey	voisey	FR	52400	385	Europe/Paris	47.88369	5.78182		Voisey		44	52	522	52544
2967754	Voisenon	voisenon	FR	77950	1243	Europe/Paris	48.5717	2.6648		Voisenon		11	77	772	77528
2967756	Voise	voise	FR	28700	257	Europe/Paris	48.39962	1.70777		Voise		24	28	281	28421
2967757	Voiscreville	voiscreville	FR	27520	107	Europe/Paris	49.28119	0.77363		Voiscreville		28	27	272	27699
2967758	Voiron	voiron	FR	38500	22114	Europe/Paris	45.36471	5.5856		Voiron,Vuaron,bualong,fwarwn,vu~owaron,wa long,wwarwn,Вуарон,فوارون,ووآرون,ヴォワロン,瓦龙,부아롱		84	38	381	38563
2967761	Voires	voires	FR	25580	56	Europe/Paris	47.09787	6.24865		Voires		27	25	251	25630
2967766	Voipreux	voipreux	FR	51130	186	Europe/Paris	48.90876	4.04107		Voipreux		44	51	512	51612
2967767	Voinsles	voinsles	FR	77540	546	Europe/Paris	48.69133	3.00469		Voinsles,Vuenl',Вуенль		11	77	773	77527
2967768	Voingt	voingt	FR	63620	0	Europe/Paris	45.80637	2.53675		Voingt		84	63	634	63467
2967769	Voinémont	voinemont	FR	54134	324	Europe/Paris	48.51938	6.16134		Voinemont,Voinémont		44	54	543	54591
2967770	Voimhaut	voimhaut	FR	57580	179	Europe/Paris	49.02112	6.41705		Voimhaut		44	57	573	57728
2967771	Voillecomte	voillecomte	FR	52130	466	Europe/Paris	48.50486	4.86832		Voille-sur-Heronne,Voille-sur-Héronne,Voillecomte		44	52	523	52543
2967772	Voillans	voillans	FR	25110	209	Europe/Paris	47.38659	6.41201		Voillans		27	25	251	25629
2967773	Voilemont	voilemont	FR	51800	44	Europe/Paris	49.04754	4.79821		Voilemont		44	51	511	51650
2967774	Voigny	voigny	FR	10200	0	Europe/Paris	48.75	2.38333				11	94	943	94073
2967775	Voigny	voigny	FR	10200	189	Europe/Paris	48.24043	4.76763		Voigny		44	10	101	10440
2967778	Void-Vacon	void-vacon	FR	55190	1670	Europe/Paris	48.68333	5.61667		Vua-Vakon,wa wa kong,Вуа-Вакон,瓦瓦孔		44	55	552	55573
2967779	Voharies	voharies	FR	02140	71	Europe/Paris	49.78837	3.79398		Voharies		32	02	025	02823
2967780	Vogüé	vogue	FR	07200	765	Europe/Paris	44.5506	4.41449		Vogjue,Vogjueh,Vogue,Vogüé,wo ge yu ai,Вогюе,Вогюэ,沃格于埃		84	07	071	07348
2967781	Voglans	voglans	FR	73420	1555	Europe/Paris	45.61868	5.88798		Voglans		84	73	732	73329
2967782	Volgelsheim	volgelsheim	FR	68600	2435	Europe/Paris	48.01462	7.55456		Vol'gel'sajm,Вольгельсайм		44	68	682	68352
2967783	Vogelgrun	vogelgrun	FR	68600	543	Europe/Paris	48.01353	7.56967				44	68	682	68351
2967788	Vœlfling-lès-Bouzonville	v-lfling-les-bouzonville	FR	57320	0	Europe/Paris	49.29176	6.60844		Voelfling,Voelfling-les-Bouzonville,Voelfling-lès-Bouzonville,Vœlfling-lès-Bouzonville		44	57	573	57749
2967790	Vodable	vodable	FR	63500	190	Europe/Paris	45.50782	3.14658		Vaudabla,Vodabl',Vodable,wo da bu er,Водабль,沃达布尔		84	63	633	63466
2967791	Vocance	vocance	FR	07690	653	Europe/Paris	45.20126	4.55255		Vaucanca,Vaucança,Vocance,Vokans,wo kang ke,Воканс,沃康克		84	07	073	07347
2967795	Vizos	vizos	FR	65120	26	Europe/Paris	42.88333	-0.01667		Visos,Visòs,Vizos,wei zuo,Визос,Візос,维佐		76	65	651	65399
2967796	Vizille	vizille	FR	38220	7962	Europe/Paris	45.07819	5.77074		Vizij,wei qi er,Визий,Візій,维齐尔		84	38	381	38562
2967800	Vix	vix	FR	21400	109	Europe/Paris	47.90624	4.54231		Vix,Vix-Saint-Marcel		27	21	213	21711
2967801	Vix	vix	FR	21400	1690	Europe/Paris	46.36431	-0.85959		Vix		52	85	851	85303
2967802	Vivy	vivy	FR	49680	2054	Europe/Paris	47.32567	-0.05573		Vivy		52	49	493	49378
2967803	Vivonne	vivonne	FR	86370	3053	Europe/Paris	46.4299	0.26406		Vivona,Vivonn,Vivonne,wei wo na,Вівонн,维沃纳		75	86	863	86293
2967804	Vivoin	vivoin	FR	72170	854	Europe/Paris	48.23382	0.15581		Vivoin,Vivuen,Вівуен		52	72	722	72380
2967805	Viville	viville	FR	16120	143	Europe/Paris	45.52204	-0.12042		Viville		75	16	162	16204
2967806	Viviez	viviez	FR	12110	1582	Europe/Paris	44.55678	2.21649		Viviez		76	12	123	12305
2967807	Vivies	vivies	FR	09500	0	Europe/Paris	44.69547	2.56007				76	12	122	12226
2967808	Viviès	vivies	FR	09500	96	Europe/Paris	43.06385	1.78562		Vivies,Viviès		76	09	092	09341
2967809	Viviers-sur-Chiers	viviers-sur-chiers	FR	54260	641	Europe/Paris	49.47303	5.63348		Viv'e-sjur-Sh'e,Viv'e-sjur-Sh'er,Vive-sjur-She,Viviers,Viviers-sur-Chiers,xie er he pan wei wei ye er,Вивье-сюр-Шье,Вивье-сюр-Шьер,Вівє-сюр-Шє,谢尔河畔维维耶尔		44	54	541	54590
2967810	Viviers-sur-Artaut	viviers-sur-artaut	FR	10110	127	Europe/Paris	48.09657	4.49716		Viviers,Viviers-sur-Artaut		44	10	103	10439
2967811	Viviers-lès-Offroicourt	viviers-les-offroicourt	FR	88500	36	Europe/Paris	48.26968	6.02538		Viviers,Viviers-les-Offroicourt,Viviers-lès-Offroicourt		44	88	882	88518
2967812	Viviers-lès-Montagnes	viviers-les-montagnes	FR	81290	1738	Europe/Paris	43.55458	2.17654		Viviers,Viviers-la-Montagne,Viviers-les-Montagnes,Viviers-lès-Montagnes		76	81	812	81325
2967813	Viviers-lès-Lavaur	viviers-les-lavaur	FR	81500	169	Europe/Paris	43.63186	1.80128		Viviers,Viviers-les-Lavaur,Viviers-lès-Lavaur		76	81	812	81324
2967815	Viviers-le-Gras	viviers-le-gras	FR	88260	185	Europe/Paris	48.12516	5.94067		Viviers,Viviers-le-Gras		44	88	882	88517
2967816	Viviers	viviers	FR	07220	115	Europe/Paris	48.89122	6.43429		Viviers		44	57	575	57727
2967817	Viviers	viviers	FR	07220	0	Europe/Paris	48.09678	-0.26852				52	53	533	53265
2967818	Viviers	viviers	FR	07220	124	Europe/Paris	47.80377	3.92104		Viviers		27	89	892	89482
2967819	Viviers	viviers	FR	07220	0	Europe/Paris	46.39138	2.04657				75	23	232	23252
2967820	Viviers	viviers	FR	07220	3616	Europe/Paris	44.4828	4.68895		Viviers,Viviers-sur-Rhone		84	07	072	07346
2967821	Vivières	vivieres	FR	02600	387	Europe/Paris	49.30127	3.10406		Viv'er,Viver,Vivier,Vivieres,Vivières,wei wei ye er,Вивьер,Вівєр,Վիվիեր,维维耶尔		32	02	024	02822
2967823	Vivier-au-Court	vivier-au-court	FR	08440	3357	Europe/Paris	49.73326	4.82939		Vivier,Vivier-au-Court		44	08	081	08488
2967825	Vivey	vivey	FR	52160	56	Europe/Paris	47.73333	5.06667		Vivey		44	52	522	52542
2967827	Vivers	vivers	FR	66490	141	Europe/Paris	42.52851	2.76362		Vivers,Vives,Vivès		76	66	661	66233
2967828	Viverols	viverols	FR	63840	408	Europe/Paris	45.43401	3.88387		Vivairols,Vivairòls,Viverols,Vivrol',wei wei luo er,Вивроль,Вівроль,维韦罗尔		84	63	631	63465
2967830	Viven	viven	FR	64450	163	Europe/Paris	43.46402	-0.3708		Vivan,Viven,Vivent,wei wang,Виван,Віван,维旺		75	64	643	64560
2967831	Vivario	vivario	FR	20219	503	Europe/Paris	42.17132	9.17109		Vivar'o,Vivario,Vivariu,Виварио,Виварьо,Віваріо		94	2B	2B3	2B354
2967834	Vivans	vivans	FR	42310	265	Europe/Paris	46.18914	3.94317		Vivans		84	42	422	42337
2967835	Vivaise	vivaise	FR	02870	714	Europe/Paris	49.62083	3.56119		Vivaise		32	02	022	02821
2967836	Viuz-la-Chiésaz	viuz-la-chiesaz	FR	74540	1208	Europe/Paris	45.81203	6.06645		Vicus ad Ecclesiam,Viuz-la-Chiesaz,Viuz-la-Chiésaz,Vju-la-Shez,Вю-ла-Шєз		84	74	741	74310
2967837	Viuz-en-Sallaz	viuz-en-sallaz	FR	74250	3749	Europe/Paris	46.14673	6.40781		Vicus Sallatius,Viux-en-Sallaz,Viuz,Viuz-en-Sallaz,Vju-an-Salla,Вю-ан-Салла		84	74	742	74311
2967839	Vitz-sur-Authie	vitz-sur-authie	FR	80150	129	Europe/Paris	50.2531	2.06698		Vitz,Vitz-sur-Authie		32	80	801	80810
2967841	Vittonville	vittonville	FR	54700	112	Europe/Paris	48.96604	6.05663		Vittonville		44	54	543	54589
2967842	Vittoncourt	vittoncourt	FR	57580	289	Europe/Paris	49.0209	6.42952		Vittoncourt		44	57	573	57726
2967844	Vittersbourg	vittersbourg	FR	57670	295	Europe/Paris	48.95007	6.92851		Vitersburg,Vittersbourg,Vittersbur,Wittersburg,wei tai er si bu er,Витерсбург,Виттерсбур,Віттерсбур,维泰尔斯布尔		44	57	575	57725
2967845	Vittel	vittel	FR	88800	5728	Europe/Paris	48.20085	5.94843		Mouzon-Meuse,VTL,Vittel,Vittel',vu~itteru,wei te,Виттель,Віттель,ヴィッテル,维特		44	88	882	88516
2967846	Vittefleur	vittefleur	FR	76450	606	Europe/Paris	49.82135	0.6369		Vittefleur		28	76	761	76748
2967847	Vitteaux	vitteaux	FR	21350	1161	Europe/Paris	47.39732	4.5419		Vitteaux,Vitto,wei tuo,Витто,Вітто,维托		27	21	213	21710
2967848	Vittarville	vittarville	FR	55150	72	Europe/Paris	49.39445	5.40968		Vittarville		44	55	553	55572
2967907	Visker	visker	FR	65200	336	Europe/Paris	43.13908	0.06498		Bisquer,Bisquèr,Viske,Visker,wei si kai,Вискер,Віске,维斯凯		76	65	653	65479
2967849	Vitry-sur-Seine	vitry-sur-seine	FR	94400	81001	Europe/Paris	48.78716	2.40332		Port-de-Marat,Vitri sir Sen,Vitri sjur Sen,Vitri-sjur-Sen,Vitry,Vitry-sur-Seine,biteuliswileusen,fytry swr syn,sai na he pan wei ti,vu~itori=shuru=senu,wytry swr sn,wytry-swr-sn,Витри сир Сен,Витри сюр Сен,Витри-сюр-Сен,Вітрі-сюр-Сен,فيتري سور سين,ویتری سور سن,ویتری-سور-سن,ヴィトリー＝シュル＝セーヌ,塞纳河畔维提,비트리쉬르센		11	94	943	94081
2967850	Vitry-sur-Orne	vitry-sur-orne	FR	57185	2403	Europe/Paris	49.26595	6.11074		Vitri-sjur-Orn,Vitry,Vitry-sur-Orne,ao er en he pan wei te li,wytry-swr-arn,Витри-сюр-Орн,Вітрі-сюр-Орн,ویتری-سور-ارن,奥尔恩河畔维特里		44	57	577	57724
2967851	Vitry-sur-Loire	vitry-sur-loire	FR	71140	458	Europe/Paris	46.68107	3.70785		Vitri-sjur-Luar,Vitry,Vitry-sur-Loire,Витри-сюр-Луар,Вітрі-сюр-Луар		27	71	713	71589
2967852	Vitry-lès-Nogent	vitry-les-nogent	FR	52800	156	Europe/Paris	47.99327	5.34621		Vitry,Vitry-les-Nogent,Vitry-lès-Nogent		44	52	521	52541
2967853	Vitry-lès-Cluny	vitry-les-cluny	FR	71250	58	Europe/Paris	46.49052	4.58842		Vitry,Vitry-les-Cluny,Vitry-lès-Cluny		27	71	715	71582
2967856	Vitry-le-François	vitry-le-francois	FR	51300	17250	Europe/Paris	48.72472	4.58439		Vitri-le-Fransua,Vitry-le-Francois,Vitry-le-François,Vitry-sur-Marne,wei te li lei fu lang suo wa,Витри-ле-Франсуа,Вітрі-ле-Франсуа,维特里勒弗朗索瓦	514	44	51	514	51649
2967857	Vitry-le-Croisé	vitry-le-croise	FR	10110	287	Europe/Paris	48.14602	4.56629		Vitry,Vitry-le-Croise,Vitry-le-Croisé		44	10	103	10438
2967858	Vitry-la-Ville	vitry-la-ville	FR	51240	365	Europe/Paris	48.84135	4.45931		Vitry,Vitry-la-Ville		44	51	511	51648
2967859	Vitry-Laché	vitry-lache	FR	58420	127	Europe/Paris	47.19988	3.56453		Vitry,Vitry-Lache,Vitry-Laché		27	58	582	58313
2967860	Vitry-en-Perthois	vitry-en-perthois	FR	51300	827	Europe/Paris	48.74768	4.62679		Vitry,Vitry-en-Perthois,Vitry-sur-Saulx		44	51	514	51647
2967861	Vitry-en-Montagne	vitry-en-montagne	FR	52160	40	Europe/Paris	47.82588	5.08755		Vitry,Vitry-en-Montagne		44	52	522	52540
2967862	Vitry-en-Charollais	vitry-en-charollais	FR	71600	983	Europe/Paris	46.78333	4.05		Vitry,Vitry-en-Charollais		27	71	713	71588
2967863	Vitry-en-Artois	vitry-en-artois	FR	62490	4692	Europe/Paris	50.3266	2.97999		Vitri-an-Artua,Vitry,Vitry-en-Artois,Vitry-in-Artoe,Vitry-in-Artoé,fytry an artwyz,wei te li ang na tu wa,wytry-an-artwa,Витри-ан-Артуа,Вітрі-ан-Артуа,فيتري إن أرتويز,ویتری-آن-آرتوا,维特里昂纳图瓦		32	62	621	62865
2967864	Vitry-aux-Loges	vitry-aux-loges	FR	45530	1819	Europe/Paris	47.93333	2.26667		Vitri-o-Lozh,Vitry,Vitry-aux-Loges,wei te li ao luo re,Вітрі-о-Лож,维特里奥洛热		24	45	452	45346
2967868	Vitrolles	vitrolles	FR	05110	148	Europe/Paris	44.43503	5.94899		Vitrol',Vitrolles,Витроль		93	05	052	05184
2967869	Vitrolles-en-Lubéron	vitrolles-en-luberon	FR	84240	158	Europe/Paris	43.81667	5.6				93	84	841	84151
2967870	Vitrolles	vitrolles	FR	05110	38591	Europe/Paris	43.46	5.24861		Vitrol',Vitrolles,Витроль		93	13	134	13117
2967872	Vitrimont	vitrimont	FR	54300	365	Europe/Paris	48.60087	6.43961		Vitrimont		44	54	542	54588
2967875	Vitrey	vitrey	FR	54330	175	Europe/Paris	48.48731	6.0455		Vitrey		44	54	543	54587
2967876	Vitrey-sur-Mance	vitrey-sur-mance	FR	70500	263	Europe/Paris	47.81667	5.75				27	70	702	70572
2967878	Vitreux	vitreux	FR	39350	213	Europe/Paris	47.24575	5.68701		Vitreux		27	39	391	39581
2967879	Vitré	vitre	FR	35500	17266	Europe/Paris	48.12279	-1.20983		Bitre,Gwitreg,Vitre,Vitreh,Vitré,fytry,vu~itore,wei te lei,Βιτρέ,Витрэ,فيتري,ヴィトレ,维特雷		53	35	351	35360
2967880	Vitré	vitre	FR	35500	578	Europe/Paris	46.28252	-0.19776		Vitre,Vitreh,Vitré,Витрэ		75	79	792	79030
2967882	Vitray-en-Beauce	vitray-en-beauce	FR	28360	296	Europe/Paris	48.27599	1.42083		Vitray,Vitray-en-Beauce		24	28	282	28419
2967883	Vitray	vitray	FR	03360	0	Europe/Paris	47.04276	1.16234				24	37	373	37221
2967884	Vitray	vitray	FR	03360	136	Europe/Paris	46.61098	2.65927		Vitray		84	03	031	03168
2967885	Vitrai-sous-Laigle	vitrai-sous-laigle	FR	61300	0	Europe/Paris	48.71667	0.71667		Vitrai		28	61	613	61510
2967886	Vitrac-sur-Montane	vitrac-sur-montane	FR	19800	217	Europe/Paris	45.37659	1.93625		Vitrac,Vitrac-sur-Montane		75	19	192	19287
2967887	Vitrac-Saint-Vincent	vitrac-saint-vincent	FR	16310	531	Europe/Paris	45.796	0.49352		Vitrac,Vitrac-Saint-Vincent,Vitrak-Sen-Vensan,wei te la ke sheng wan sang,Витрак-Сен-Венсан,Вітрак-Сен-Венсан,维特拉克圣万桑		75	16	163	16416
2967889	Vitrac-en-Viadène	vitrac-en-viadene	FR	12420	107	Europe/Paris	44.79491	2.83365		Vitrac,Vitrac-en-Viadene,Vitrac-en-Viadène		76	12	122	12223
2967891	Vitrac	vitrac	FR	15220	335	Europe/Paris	45.96947	2.87729		Vitrac		84	63	634	63464
2967892	Vitrac	vitrac	FR	15220	807	Europe/Paris	44.831	1.22637		Vitrac		75	24	244	24587
2967893	Vitrac	vitrac	FR	15220	281	Europe/Paris	44.8153	2.31475		Vitrac		84	15	151	15264
2967894	Viterne	viterne	FR	54123	678	Europe/Paris	48.58789	6.02975		Viterne		44	54	543	54586
2967895	Viterbe	viterbe	FR	81220	338	Europe/Paris	43.67766	1.92982		Viterbe		76	81	812	81323
2967901	Visseiche	visseiche	FR	35130	746	Europe/Paris	47.95615	-1.30233		Gwisec'h,Visseiche		53	35	351	35359
2967902	Vissec	vissec	FR	30770	0	Europe/Paris	43.89911	3.45891		Virsec,Vissec,Vissek,wei sai ke,Виссек,Віссек,维塞克		76	30	303	30353
2967903	Vissac-Auteyrac	vissac-auteyrac	FR	43300	0	Europe/Paris	45.11599	3.6448		Auteyrac,Vissac		84	43	431	43013
2967905	Visoncourt	visoncourt	FR	70300	37	Europe/Paris	47.75302	6.31597		Visoncourt		27	70	701	70571
2967906	Vismes	vismes	FR	80140	327	Europe/Paris	50.01178	1.67572		Vim,Vinme,Vismes,Vismes-au Val,wei mu,Вім,维姆		32	80	801	80809
2967908	Viserny	viserny	FR	21500	174	Europe/Paris	47.55953	4.27953		Viserny		27	21	213	21709
2967909	Vis-en-Artois	vis-en-artois	FR	62156	556	Europe/Paris	50.24779	2.93936		Vis,Vis-an-Artua,Vis-en-Artois,fys an artwyz,wei si ang na tu wa,Вис-ан-Артуа,Віс-ан-Артуа,فيس إن أرتويز,维斯昂纳图瓦		32	62	621	62864
2967910	Viscos	viscos	FR	65120	42	Europe/Paris	42.91044	-0.04264		Viscos		76	65	651	65478
2967911	Viscomtat	viscomtat	FR	63250	0	Europe/Paris	45.82828	3.67611		Viscomtat,Viscontat		84	63	635	63463
2967914	Visan	visan	FR	84820	1727	Europe/Paris	44.31468	4.95033		Visan,Vizan,wei sang,Визан,Візан,维桑		93	84	843	84150
2967916	Viry-Noureuil	viry-noureuil	FR	02300	1972	Europe/Paris	49.63214	3.24322		Viry,Viry-Noureuil		32	02	022	02820
2967917	Viry-Châtillon	viry-chatillon	FR	91170	31131	Europe/Paris	48.67211	2.39318		Viri Shatijon,Viri-Shatijon,Viri-Shatillon,Viry,Viry-Chatillon,Viry-Châtillon,bilisyatiyong,vu~iri=shatiyon,wei li sha di long,wyry shtywn,Вири Шатијон,Вири-Шатийон,Вири-Шатиллон,Вірі-Шатійон,ویری شتیون,ヴィリー＝シャティヨン,维里沙蒂隆,비리샤티용		11	91	912	91687
2967918	Viry	viry	FR	39360	851	Europe/Paris	46.29945	5.73778		Viry		27	39	393	39579
2967919	Viry	viry	FR	39360	247	Europe/Paris	46.47328	4.33354		Viry		27	71	713	71586
2967920	Viry	viry	FR	39360	3365	Europe/Paris	46.11291	6.03808		Viry		84	74	743	74309
2967921	Virville	virville	FR	76110	265	Europe/Paris	49.59128	0.35394		Virville		28	76	762	76747
2967923	Virson	virson	FR	17290	464	Europe/Paris	46.14189	-0.9025		Virson,wei er song,Вирсон,Вірсон,Վիրսոն,维尔松		75	17	172	17480
2967924	Virsac	virsac	FR	33240	975	Europe/Paris	45.03333	-0.45		Virsac		75	33	331	33553
2967925	Vironvay	vironvay	FR	27400	289	Europe/Paris	49.20599	1.21858		Vironvay		28	27	271	27697
2967926	Vironchaux	vironchaux	FR	80150	434	Europe/Paris	50.28816	1.82287		Vironchaux,Vironcheu,Vironsho,wei long shao,Віроншо,维龙绍		32	80	801	80808
2967928	Virollet	virollet	FR	17260	256	Europe/Paris	45.55058	-0.71842		Virollet		75	17	174	17479
2967934	Viroflay	viroflay	FR	78220	16137	Europe/Paris	48.80078	2.16181		Viroflay,Virofle,vu~irofure,Вирофле,Вірофле,ヴィロフレー		11	78	784	78686
2967935	Virming	virming	FR	57340	297	Europe/Paris	48.94545	6.75158		Virming		44	57	575	57723
2967937	Virlet	virlet	FR	63330	255	Europe/Paris	46.18098	2.85247		Virlet,Virlet-de-Bouble		84	63	634	63338
2967938	Virlet	virlet	FR	63330	0	Europe/Paris	46.15502	2.69814		Virlet		84	63	634	63462
2967940	Viriville	viriville	FR	38980	1354	Europe/Paris	45.31579	5.20376		Viriville		84	38	383	38561
2967942	Virignin	virignin	FR	01300	730	Europe/Paris	45.71866	5.71264		Virignin		84	01	011	01454
2967943	Virigneux	virigneux	FR	42140	469	Europe/Paris	45.68822	4.35688		Virigneux		84	42	421	42336
2967944	Virieu-le-Petit	virieu-le-petit	FR	01260	308	Europe/Paris	45.90888	5.72491		Virieu,Virieu-le-Petit		84	01	011	01453
2967945	Virieu-le-Grand	virieu-le-grand	FR	01510	1044	Europe/Paris	45.84766	5.65146		Virieu,Virieu-le-Grand		84	01	011	01452
2967947	Virieu	virieu	FR	38730	1027	Europe/Paris	45.48404	5.47586		Virieu		84	38	382	38560
2967948	Viricelles	viricelles	FR	42140	373	Europe/Paris	45.65184	4.37427		Viricelles		84	42	421	42335
2967949	Viriat	viriat	FR	01440	5850	Europe/Paris	46.25484	5.21567		Veriat,Vir'ja,Viriat,Virja,Virya,fyrya,wei li ya,Вирья,Віря,Վիրյա,فيريا,维里亚		84	01	012	01451
2967950	Virginy	virginy	FR	51800	86	Europe/Paris	49.1769	4.76077		Virginy		44	51	511	51646
2967951	Virey-sous-Bar	virey-sous-bar	FR	10260	658	Europe/Paris	48.13981	4.3111		Virey,Virey-sous-Bar		44	10	103	10437
2967952	Virey	virey	FR	50600	953	Europe/Paris	48.5841	-1.13252		Virey		28	50	501	50484
2967953	Virey	virey	FR	50600	0	Europe/Paris	47.34683	5.75385		Virey		27	70	702	70045
2967954	Virey-le-Grand	virey-le-grand	FR	71530	1350	Europe/Paris	46.83333	4.86667		Virey		27	71	712	71585
2967955	Vireux-Wallerand	vireux-wallerand	FR	08320	2034	Europe/Paris	50.08196	4.73017		Vireux,Vireux-Wallerand		44	08	081	08487
2967956	Vireux-Molhain	vireux-molhain	FR	08320	1833	Europe/Paris	50.07874	4.72426		Vire-Molen,Vireu-Molen,Vireu-Molén,Vireux,Vireux-Molhain,Virjo-Molen,Вирё-Молен,Віре-Молен		44	08	081	08486
2967963	Virelade	virelade	FR	33720	872	Europe/Paris	44.66617	-0.38177		Viralada,Virelade,Virlad,wei lei la de,Вирлад,Вірлад,维雷拉德		75	33	333	33552
2967965	Viré-en-Champagne	vire-en-champagne	FR	72350	173	Europe/Paris	47.98387	-0.28904		Vire,Vire-en-Champagne,Viré,Viré-en-Champagne		52	72	721	72379
2967967	Virecourt	virecourt	FR	54290	445	Europe/Paris	48.46341	6.32066		Virecourt,Virekur,Virkur,wei lei ku er,Вирекур,Виркур,Вірекур,维雷库尔		44	54	542	54585
2967969	Vireaux	vireaux	FR	89160	154	Europe/Paris	47.78668	4.04833		Vireaux		27	89	892	89481
2967972	Vire	vire	FR	14500	14603	Europe/Paris	48.83849	-0.88929		Vir,Vire,vu~iru,wei er,Βιρ,Вир,Вір,ヴィール,维尔	144	28	14	144	14762
2967973	Viré	vire	FR	14500	982	Europe/Paris	46.45018	4.84296		Vire,Viré		27	71	715	71584
2967974	Vire-sur-Lot	vire-sur-lot	FR	46700	380	Europe/Paris	44.48333	1.08333				76	46	461	46336
2967975	Virazeil	virazeil	FR	47200	1557	Europe/Paris	44.50695	0.21993		Virazeil		75	47	472	47326
2967978	Virargues	virargues	FR	15300	143	Europe/Paris	45.1249	2.9104		Virargues		84	15	153	15263
2967980	Virandeville	virandeville	FR	50690	789	Europe/Paris	49.5694	-1.7262		Virandeville		28	50	502	50643
2967981	Virac	virac	FR	81640	219	Europe/Paris	44.04601	2.04325		Virac		76	81	811	81322
2967982	Vira	vira	FR	09120	141	Europe/Paris	43.05176	1.75862		Vira		76	09	091	09340
2967983	Vira	vira	FR	09120	31	Europe/Paris	42.77019	2.41394		Vira		76	66	663	66232
2967984	Viplaix	viplaix	FR	03370	300	Europe/Paris	46.46046	2.37917		Viplaix		84	03	031	03317
2967985	Viozan	viozan	FR	32300	119	Europe/Paris	43.39356	0.47439		Viozan		76	32	323	32466
2967994	Vionville	vionville	FR	57130	152	Europe/Paris	49.09231	5.94778		Vionville		44	57	579	57578
2967995	Vions	vions	FR	73310	353	Europe/Paris	45.82401	5.80713		Vions		84	73	732	73327
2967997	Vion	vion	FR	07610	1181	Europe/Paris	47.81909	-0.23925		Vion		52	72	721	72378
2967998	Vion	vion	FR	07610	790	Europe/Paris	45.11032	4.80676		Vion		84	07	073	07345
2967999	Vioménil	viomenil	FR	88260	161	Europe/Paris	48.09296	6.18267		Viomenil,Vioménil		44	88	881	88515
2968001	Viols-le-Fort	viols-le-fort	FR	34380	957	Europe/Paris	43.74328	3.70432		Viols,Viols-le-Fort		76	34	342	34343
2968002	Violot	violot	FR	52600	92	Europe/Paris	47.76356	5.4406		Violot		44	52	522	52539
2968005	Violès	violes	FR	84150	1657	Europe/Paris	44.16176	4.95483		V'oles,Viaules,Viaulés,Violes,Violès,Vjole,wei ao lai,Вйоле,Вьолес,维奥莱		93	84	843	84149
2968007	Violay	violay	FR	42780	1366	Europe/Paris	45.85335	4.35951		Violay,Vjole,wei ao lai,Вйоле,维奥莱		84	42	422	42334
2968008	Violaines	violaines	FR	62138	3716	Europe/Paris	50.5416	2.7886		Violaines,Vjolen,fywlaynys,wei yue lai ne,Вйолен,فيولاينيس,维约莱讷		32	62	622	62863
2968010	Viocourt	viocourt	FR	88170	121	Europe/Paris	48.32637	5.86219		Viocourt		44	88	882	88514
2968011	Vinzieux	vinzieux	FR	07340	275	Europe/Paris	45.32717	4.70106		Vinzieux		84	07	073	07344
2968012	Vinzier	vinzier	FR	74500	728	Europe/Paris	46.34882	6.61932		Vinzier		84	74	744	74308
2968013	Vinzelles	vinzelles	FR	63350	733	Europe/Paris	46.27331	4.76828		Vinzelles		27	71	715	71583
2968014	Vinzelles	vinzelles	FR	63350	0	Europe/Paris	45.92589	3.39751		Vinzelles		84	63	635	63461
2968015	Vinzelles	vinzelles	FR	63350	0	Europe/Paris	45.48729	3.33575				84	63	633	63029
2968018	Vins-sur-Caramy	vins-sur-caramy	FR	83170	611	Europe/Paris	43.43417	6.14186		Ven-sjur-Karami,Vins,Vins de Brinhola,Vins de Brinhòla,Vins de Carami,Vins-sur-Camary,Vins-sur-Caramy,ka la mi he pan wan,Вен-сюр-Карами,Вен-сюр-Карамі,卡拉米河畔万		93	83	833	83151
2968019	Vinsobres	vinsobres	FR	26110	1070	Europe/Paris	44.33328	5.06204		Vensobr,Vinsobres,Vinsobri,Vinsòbri,vu~ansoburu,wan suo bu lei,Венсобр,ヴァンソブル,万索布雷		84	26	262	26377
2968023	Vinon-sur-Verdon	vinon-sur-verdon	FR	83560	3275	Europe/Paris	43.72484	5.81168		Vinon,Vinon de Verdon,Vinon-sjur-Verdon,Vinon-sur-Verdon,fu er dong he pan wei nong,Винон-сюр-Вердон,Вінон-сюр-Вердон,弗尔东河畔维农		93	83	833	83150
2968025	Vinon	vinon	FR	18300	283	Europe/Paris	47.28543	2.82391		Vinon		24	18	181	18287
2968026	Vinneuf	vinneuf	FR	89140	1251	Europe/Paris	48.34795	3.14013		Vinneuf		27	89	893	89480
2968027	Vinnemerville	vinnemerville	FR	76540	215	Europe/Paris	49.80508	0.55501		Vinnemerville		28	76	762	76746
2968028	Vingt-Hanaps	vingt-hanaps	FR	61250	431	Europe/Paris	48.52408	0.13297		Vingt-Hanaps		28	61	611	61341
2968029	Vingrau	vingrau	FR	66600	513	Europe/Paris	42.84871	2.7778		Vingrau		76	66	662	66231
2968034	Vineuil-Saint-Firmin	vineuil-saint-firmin	FR	60500	1545	Europe/Paris	49.20024	2.49567		Les Sans-Culottes-sur-Nonette,Vinej-Sen-Firmen,Vineuil,Vineuil-Saint-Firmin,wei na yi sheng fei er man,Віней-Сен-Фірмен,维纳伊圣菲尔曼		32	60	604	60695
2968035	Vineuil	vineuil	FR	36110	6950	Europe/Paris	47.5838	1.37601		Vineuil		24	41	411	41295
2968036	Vineuil	vineuil	FR	36110	1149	Europe/Paris	46.90038	1.63543		Vineuil		24	36	362	36247
2968037	Vinets	vinets	FR	10700	190	Europe/Paris	48.53343	4.23886		Vinets		44	10	103	10436
2968039	Vindrac-Alayrac	vindrac-alayrac	FR	81170	180	Europe/Paris	44.06536	1.91313		Vindrac-Alayrac		76	81	811	81320
2968042	Vindey	vindey	FR	51120	133	Europe/Paris	48.69848	3.71032		Vindey		44	51	512	51645
2968044	Vindelle	vindelle	FR	16430	904	Europe/Paris	45.72032	0.12132		Vendel',Vindelle,wan dai er,Вендель,万代尔		75	16	161	16415
2968045	Vindefontaine	vindefontaine	FR	50250	281	Europe/Paris	49.33816	-1.41898		Vindefontaine		28	50	502	50400
2968046	Vindecy	vindecy	FR	71110	271	Europe/Paris	46.35264	4.01003		Vindecy		27	71	713	71581
2968047	Vincy-Reuil-et-Magny	vincy-reuil-et-magny	FR	02340	145	Europe/Paris	49.71451	4.05482		Vincy,Vincy-Reuil-et-Magny		32	02	025	02819
2968050	Vincly	vincly	FR	62310	122	Europe/Paris	50.55894	2.17067		Venkli,Vincly,fynsly,wan ke li,Венкли,Венклі,فينسلي,万克利		32	62	624	62862
2968051	Vincey	vincey	FR	88450	2181	Europe/Paris	48.33749	6.33134		Vense,Vincey,wan sai,Венсе,万塞		44	88	881	88513
2968053	Vincent	vincent	FR	39230	232	Europe/Paris	46.78458	5.49067		Vincent		27	39	392	39577
2968054	Vincennes	vincennes	FR	94300	45923	Europe/Paris	48.8486	2.43769		Vensen,Vensenas,Vensenn,Vilcenia,Vincennes,baengsen,fansan,vu~ansen'nu,wan sai ne,wnsn,wsn,Венсен,Венсенн,فانسان,وسن,ونسن,ヴァンセンヌ,万塞讷,뱅센		11	94	942	94080
2968057	Vincelottes	vincelottes	FR	89290	315	Europe/Paris	47.70829	3.64025		Vincelottes		27	89	891	89479
2968058	Vincelles	vincelles	FR	39190	323	Europe/Paris	49.09203	3.64227		Vincelles		44	51	512	51644
2968059	Vincelles	vincelles	FR	39190	957	Europe/Paris	47.70281	3.63334		Vincelles		27	89	891	89478
2968060	Vincelles	vincelles	FR	39190	381	Europe/Paris	46.65915	5.23664		Vincelles		27	71	714	71580
2968061	Vincelles	vincelles	FR	39190	377	Europe/Paris	46.59883	5.47856		Vincelles		27	39	392	39576
2968062	Vinça	vinca	FR	66320	1826	Europe/Paris	42.64456	2.52784		Vinca,Vinça,Vinçà		76	66	663	66230
2968063	Vinay	vinay	FR	38470	504	Europe/Paris	49.01072	3.89869		Vinay,Vinets-sur-Marne		44	51	512	51643
2968064	Vinay	vinay	FR	38470	3818	Europe/Paris	45.20832	5.40646		Vinay		84	38	381	38559
2968065	Vinax	vinax	FR	17510	65	Europe/Paris	46.03826	-0.20727		Vina,Vinax,wei na,Вина,Віна,Վինա,维纳		75	17	175	17478
2968066	Vinassan	vinassan	FR	11110	2152	Europe/Paris	43.20443	3.07463		Vinassan,wei na sang,Винассан,Вінассан,维纳桑		76	11	113	11441
2968067	Vinantes	vinantes	FR	77230	313	Europe/Paris	49.01045	2.73486		Vinantes		11	77	771	77525
2968070	Vimy	vimy	FR	62580	4797	Europe/Paris	50.37243	2.81034		Vermy,Vimi,Vimy,fymy,wei mi,Вими,Вімі,فيمي,维米		32	62	627	62861
2968071	Vimpelles	vimpelles	FR	77520	476	Europe/Paris	48.43975	3.16542		Vimpelles		11	77	773	77524
2968072	Vimoutiers	vimoutiers	FR	61120	3964	Europe/Paris	48.92772	0.19835		Vimoutiers,Vimut'e,wei mu di ye er,Вимутье,Вімутьє,维穆蒂耶尔		28	61	613	61508
2968073	Vimory	vimory	FR	45700	1079	Europe/Paris	47.94786	2.68701		Vimori,Vimory,wei mo li,Віморі,维莫里		24	45	451	45345
2968074	Vimont	vimont	FR	14370	0	Europe/Paris	49.52722	1.25996				28	76	763	76453
2968075	Vimont	vimont	FR	14370	543	Europe/Paris	49.12215	-0.1991		Vimont		28	14	142	14761
2968076	Vimines	vimines	FR	73160	1611	Europe/Paris	45.5464	5.86523		Vimin,Vimines,Вімін		84	73	732	73326
2968079	Viménil	vimenil	FR	88600	185	Europe/Paris	48.22558	6.63355		Vimenil,Viménil		44	88	881	88512
2968080	Vimenet	vimenet	FR	12310	248	Europe/Paris	44.4003	2.92634		Vimenet		76	12	122	12303
2968083	Vimarcé	vimarce	FR	53160	242	Europe/Paris	48.19545	-0.21466		Vimarce,Vimarcé		52	53	533	53274
2968085	Vilsberg	vilsberg	FR	57370	398	Europe/Paris	48.78617	7.25432		Vilsberg,Wilsberg		44	57	575	57721
2968090	Vilosnes-Haraumont	vilosnes-haraumont	FR	55110	0	Europe/Paris	49.33333	5.23333		Vilosnes,Vilosnes-sur-Meuse		44	55	553	55571
2968091	Vilory	vilory	FR	70240	96	Europe/Paris	47.7235	6.23189		Vilory		27	70	702	70569
2968093	Villy-lez-Falaise	villy-lez-falaise	FR	14700	0	Europe/Paris	48.9	-0.13333		Villy		28	14	142	14759
2968094	Villy-le-Pelloux	villy-le-pelloux	FR	74350	478	Europe/Paris	45.99876	6.13538		Villy,Villy-le-Pelloux		84	74	741	74307
2968095	Villy-le-Moutier	villy-le-moutier	FR	21250	223	Europe/Paris	47.03811	4.99214		Villy,Villy-le-Moutier		27	21	211	21708
2968096	Villy-le-Maréchal	villy-le-marechal	FR	10800	136	Europe/Paris	48.18721	4.0749		Villy,Villy-le-Marechal,Villy-le-Maréchal		44	10	103	10435
2968098	Villy-le-Bouveret	villy-le-bouveret	FR	74350	446	Europe/Paris	46.04304	6.16374		Villy,Villy-le-Bouveret		84	74	743	74306
2968099	Villy-le-Bois	villy-le-bois	FR	10800	56	Europe/Paris	48.16019	4.09215		Villy,Villy-le-Bois		44	10	103	10434
2968100	Villy-sur-Yères	villy-sur-yeres	FR	76260	0	Europe/Paris	49.93333	1.45		Le Val-Marat,Villy,Villy-le-Bas		28	76	761	76745
2968102	Villy-en-Trodes	villy-en-trodes	FR	10140	196	Europe/Paris	48.19861	4.38271		Villy,Villy-en-Trodes		44	10	103	10433
2968103	Villy-en-Auxois	villy-en-auxois	FR	21350	217	Europe/Paris	47.42	4.63488		Villy,Villy-en-Auxois		27	21	213	21707
2968104	Villy-Bocage	villy-bocage	FR	14310	693	Europe/Paris	49.09571	-0.64309		Villy,Villy-Bocage		28	14	144	14760
2968105	Villy	villy	FR	08370	141	Europe/Paris	49.5944	5.2267		Villi,Villy,Вилли,Віллі		44	08	083	08485
2968106	Villy	villy	FR	08370	120	Europe/Paris	47.86809	3.75241		Villy		27	89	891	89477
2968108	Villuis	villuis	FR	77480	241	Europe/Paris	48.41069	3.35873		Villuis		11	77	773	77523
2968109	Villouxel	villouxel	FR	88350	102	Europe/Paris	48.34202	5.57835		Villouxel		44	88	882	88511
2968112	Villotte-sur-Ource	villotte-sur-ource	FR	21400	117	Europe/Paris	47.86365	4.67948		Villot-sjur-Urs,Villott-sjur-Urs,Villotte,Villotte-sur-Ource,wu er ke he pan wei luo te,Виллот-сюр-Урс,Виллотт-сюр-Урс,Віллотт-сюр-Урс,乌尔克河畔维洛特		27	21	213	21706
2968113	Villotte-sur-Aire	villotte-sur-aire	FR	55260	213	Europe/Paris	48.85918	5.34371		Villott-sjur-Er,Villotte,Villotte-sur-Aire,Vilotte-devant-Saint-Mihiel,ai er he pan wei luo te,Виллотт-сюр-Ер,Віллотт-сюр-Ер,艾尔河畔维洛特		44	55	552	55570
2968114	Villotte-Saint-Seine	villotte-saint-seine	FR	21690	76	Europe/Paris	47.42893	4.70571		Villotte,Villotte-Saint-Seine		27	21	212	21705
2968115	Villotte-devant-Louppy	villotte-devant-louppy	FR	55250	173	Europe/Paris	48.88605	5.07647		Villotte,Villotte-devant-Louppy		44	55	551	55569
2968116	Villotte	villotte	FR	88320	0	Europe/Paris	48.70308	4.64516				44	51	514	51334
2968117	Villotte	villotte	FR	88320	172	Europe/Paris	48.09985	5.77444		Villotte		44	88	882	88510
2968118	Villotran	villotran	FR	60390	265	Europe/Paris	49.34353	2.01942		Villotran		32	60	601	60054
2968119	Villosanges	villosanges	FR	63380	0	Europe/Paris	45.91376	2.6457		Villosanges,Villossanges		84	63	634	63460
2968120	Villorceau	villorceau	FR	45190	956	Europe/Paris	47.80098	1.59713		Villorceau,Villorso,wei luo er suo,Віллорсо,维洛尔索		24	45	452	45344
2968121	Villons-les-Buissons	villons-les-buissons	FR	14610	593	Europe/Paris	49.24047	-0.4096		Villons,Villons-les-Buissons		28	14	142	14758
2968122	Villoncourt	villoncourt	FR	88150	86	Europe/Paris	48.26268	6.51224		Villoncourt		44	88	881	88509
2968124	Villon	villon	FR	89740	104	Europe/Paris	47.91003	4.18956		Villon		27	89	892	89475
2968128	Villognon	villognon	FR	16230	405	Europe/Paris	45.86194	0.09885		Vil'on'on,Villognon,wei luo ni weng,Вильоньон,Вільоньон,维洛尼翁		75	16	163	16414
2968129	Villing	villing	FR	57550	463	Europe/Paris	49.27962	6.63023		Villing		44	57	573	57720
2968130	Villieu-Loyes-Mollon	villieu-loyes-mollon	FR	01800	0	Europe/Paris	45.91667	5.21667		Villieux		84	01	011	01450
2968131	Villiers-Vineux	villiers-vineux	FR	89360	258	Europe/Paris	47.94215	3.83416		Villiers-Vineux		27	89	891	89474
2968133	Villiers-sur-Yonne	villiers-sur-yonne	FR	58500	271	Europe/Paris	47.41072	3.5756		Vil'e-sjur-Ionn,Villiers-sur-Yonne,yi weng he pan wei li ye er,Вилье-сюр-Ионн,Вільє-сюр-Іонн,伊翁河畔维利耶尔		27	58	582	58312
2968134	Villers-sur-Trie	villers-sur-trie	FR	60590	0	Europe/Paris	49.3	1.83333		Villiers		32	60	601	60208
2968135	Villiers-sur-Tholon	villiers-sur-tholon	FR	89110	434	Europe/Paris	47.88905	3.33481		Vil'e-sjur-Tolon,Villiers,Villiers-sur-Tholon,tuo long he pan wei li ye er,Вилье-сюр-Толон,Вільє-сюр-Толон,托隆河畔维利耶尔		27	89	891	89003
2968137	Villiers-sur-Suize	villiers-sur-suize	FR	52210	242	Europe/Paris	47.98032	5.19853		Villiers,Villiers-sur-Suize		44	52	521	52538
2968138	Villiers-sur-Seine	villiers-sur-seine	FR	77114	354	Europe/Paris	48.45518	3.37611		Villiers,Villiers-sur-Seine		11	77	773	77522
2968139	Villiers-sur-Orge	villiers-sur-orge	FR	91700	3956	Europe/Paris	48.65953	2.30002		Vil'e-sjur-Orzh,Villiers,Villiers-sur-Orge,ao er ri he pan wei li ye er,Вилье-сюр-Орж,Вільє-сюр-Орж,奥尔日河畔维利耶尔		11	91	913	91685
2968140	Villiers-sur-Morin	villiers-sur-morin	FR	77580	1673	Europe/Paris	48.86099	2.87773		Vil'e-sjur-Moren,Villiers,Вилье-сюр-Морен,Вільє-сюр-Морен		11	77	771	77521
2968141	Villiers-Saint-Denis	villiers-saint-denis	FR	02310	0	Europe/Paris	49	3.26667		Vil'e-Sen-Deni,Villiers,Villiers-aux-Pierres,wei li ye sheng dan ni,Вилье-Сен-Дени,Вільє-Сен-Дені,维利耶圣但尼		32	02	021	02818
2968142	Villiers-sur-Marne	villiers-sur-marne	FR	94350	30252	Europe/Paris	48.831	2.54844		Vil'e-sjur-Marn,Vilije sir Marn,Villiers,Villiers-sur-Marne,billieswileumaleun,ma en he pan wei li ye er,vu~irie=shuru=marunu,wyh swr mrn,wylyh-swr-mrn,Вилије сир Марн,Вилье-сюр-Марн,Вільє-сюр-Марн,ویلیه-سور-مرن,ویه سور مرن,ヴィリエ＝シュル＝マルヌ,马恩河畔维利耶尔,빌리에쉬르마른		11	94	942	94079
2968143	Villiers-sur-Marne	villiers-sur-marne	FR	94350	0	Europe/Paris	48.32646	5.1426		Villiers,Villiers-sur-Marne		44	52	523	52230
2968144	Villiers-sur-Loir	villiers-sur-loir	FR	41100	1215	Europe/Paris	47.80507	0.99774		Vil'e-sjur-Luar,Villiers,Villiers-sur-Loir,lu wa he pan wei li ye er,Вільє-сюр-Луар,卢瓦河畔维利耶尔		24	41	412	41294
2968145	Villiers-sur-Chizé	villiers-sur-chize	FR	79170	174	Europe/Paris	46.09939	-0.30181		Villiers,Villiers-sur-Chize,Villiers-sur-Chizé		75	79	792	79352
2968147	Villiers-sous-Praslin	villiers-sous-praslin	FR	10210	60	Europe/Paris	48.06206	4.24834		Villiers,Villiers-le-Merlet,Villiers-sous-Praslin		44	10	103	10432
2968148	Villiers-sous-Mortagne	villiers-sous-mortagne	FR	61400	313	Europe/Paris	48.53868	0.59301		Villiers,Villiers-sous-Mortagne		28	61	613	61507
2968149	Villiers-sous-Grez	villiers-sous-grez	FR	77760	839	Europe/Paris	48.31872	2.64819		Villiers,Villiers-sous-Grez		11	77	774	77520
2968150	Villiers-Saint-Orien	villiers-saint-orien	FR	28800	160	Europe/Paris	48.13265	1.48638		Villiers,Villiers-Saint-Orien		24	28	282	28418
2968151	Villiers-Saint-Georges	villiers-saint-georges	FR	77560	1128	Europe/Paris	48.64998	3.40754		Villiers-Saint-Georges		11	77	773	77519
2968152	Villiers-Saint-Fréderic	villiers-saint-frederic	FR	78640	2587	Europe/Paris	48.81667	1.88333		Villiers,Villiers-le-Voltaire		11	78	782	78683
2968153	Villiers-Saint-Benoît	villiers-saint-benoit	FR	89130	449	Europe/Paris	47.78135	3.20921		Vil'e-Sen-Benua,Villiers,Villiers-Saint-Benoit,Villiers-Saint-Benoît,Villiers-sur-Ouanne,wei li ye er sheng bang wa,Вилье-Сен-Бенуа,Вільє-Сен-Бенуа,维利耶尔圣邦瓦		27	89	891	89472
2968155	Villiers-Louis	villiers-louis	FR	89320	381	Europe/Paris	48.19047	3.40407		Villiers-Libre,Villiers-Louis		27	89	893	89471
2968160	Villiers-les-Hauts	villiers-les-hauts	FR	89160	149	Europe/Paris	47.7254	4.14715		Villiers,Villiers-les-Hauts		27	89	892	89470
2968161	Villiers-le-Sec	villiers-le-sec	FR	14480	320	Europe/Paris	49.29076	-0.56545		Villiers,Villiers-le-Sec		28	14	141	14200
2968162	Villiers-le-Sec	villiers-le-sec	FR	14480	149	Europe/Paris	49.0723	2.38982		Villiers,Villiers-le-Sec		11	95	952	95682
2968163	Villiers-le-Sec	villiers-le-sec	FR	14480	526	Europe/Paris	48.10386	5.0618		Villers,Villiers-le-Sec		44	52	521	52535
2968164	Villiers-le-Sec	villiers-le-sec	FR	14480	40	Europe/Paris	47.37727	3.42953		Villiers,Villiers-le-Sec		27	58	582	58310
2968166	Villers-lès-Cagnicourt	villers-les-cagnicourt	FR	62182	0	Europe/Paris	50.21667	3.01667		Ville-le-Kan'ikur,Villiers,fylyrs lyh kajnykwrt,wei lai ka ni ku er,Вилле-ле-Каньикур,Вілле-ле-Каньїкур,فيليرس ليه كاجنيكورت,维莱卡尼库尔		32	62	621	62858
2968167	Villiers-lès-Aprey	villiers-les-aprey	FR	52190	39	Europe/Paris	47.74959	5.21254		Villiers,Villiers-les-Aprey,Villiers-lès-Aprey		44	52	522	52536
2968168	Villiers-le-Roux	villiers-le-roux	FR	16240	144	Europe/Paris	46.04852	0.10647		Vil'e-le-Ru,Villiers,Villiers-le-Roux,wei li ye er lai lu,Вилье-ле-Ру,Вільє-ле-Ру,维利耶尔莱鲁		75	16	163	16413
2968169	Villiers-le-Pré	villiers-le-pre	FR	50240	188	Europe/Paris	48.54183	-1.40014		Villiers,Villiers-le-Pre,Villiers-le-Pré		28	50	501	50487
2968170	Villiers-le-Morhier	villiers-le-morhier	FR	28130	1271	Europe/Paris	48.62018	1.56349		Villiers,Villiers-le-Morhier,Villiers-le-Mornier		24	28	283	28417
2968171	Villiers-le-Mahieu	villiers-le-mahieu	FR	78770	649	Europe/Paris	48.86068	1.77183		Vil'e-le-Mae,Villiers,Villiers-le-Mahieu,Villiers-le-Voltaire,Вилье-ле-Мае,Вільє-ле-Має		11	78	782	78681
2968172	Villiers-le-Duc	villiers-le-duc	FR	21400	128	Europe/Paris	47.82084	4.70677		Vil'e-le-Djuk,Villiers,Villiers-la-Foret,Villiers-la-Forêt,Villiers-le-Duc,wei li ye er lai di ke,Вилье-ле-Дюк,Вільє-ле-Дюк,维利耶尔莱迪克		27	21	213	21704
2968174	Villiers-le-Bois	villiers-le-bois	FR	10210	0	Europe/Paris	48.45575	1.60141				24	28	281	28278
2968175	Villiers-le-Bois	villiers-le-bois	FR	10210	97	Europe/Paris	47.95833	4.18892		Villiers,Villiers-le-Bois		44	10	103	10431
2968176	Villiers-le-Bel	villiers-le-bel	FR	95400	27028	Europe/Paris	49.00875	2.39819		Vil'e-le-Bel',Vilije le Bel,Villiers,Villiers-le-Bel,billieleubel,vu~irie=ru=beru,wei li ye er lei bo,wyr lw bl,Вилије ле Бел,Вилье-ле-Бель,Вільє-ле-Бель,ویر لو بل,ヴィリエ＝ル＝ベル,维利耶尔勒伯,빌리에르벨		11	95	952	95680
2968177	Villiers-le-Bâcle	villiers-le-bacle	FR	91190	1154	Europe/Paris	48.72819	2.11925		Vil'e-le-Bakl',Villiers,Villiers-le-Bacle,Villiers-le-Bâcle,wei li ye er lei ba ke er,Вилье-ле-Бакль,Вільє-ле-Бакль,维利耶尔勒巴克尔		11	91	913	91679
2968180	Villiers-Herbisse	villiers-herbisse	FR	10700	94	Europe/Paris	48.63502	4.11108		Villiers,Villiers-Herbisse		44	10	103	10430
2968181	Villiers-Fossard	villiers-fossard	FR	50680	487	Europe/Paris	49.15701	-1.06044		Villiers,Villiers-Fossard		28	50	504	50641
2968182	Villiersfaux	villiersfaux	FR	41100	235	Europe/Paris	47.75	0.98774		Fauxvilliers,Villiersfaux		24	41	412	41293
2968183	Villiers-en-Plaine	villiers-en-plaine	FR	79160	1343	Europe/Paris	46.40886	-0.53726		Villiers,Villiers-en-Plaine		75	79	792	79351
2968184	Villiers-en-Morvan	villiers-en-morvan	FR	21430	50	Europe/Paris	47.14619	4.25537		Villiers,Villiers-en-Morvan		27	21	211	21703
2968185	Villiers-en-Lieu	villiers-en-lieu	FR	52100	1448	Europe/Paris	48.66785	4.89755		Villiers,Villiers-en-Lieu		44	52	523	52534
2968186	Villiers-en-Désœuvre	villiers-en-des-uvre	FR	27640	848	Europe/Paris	48.95	1.5		Villiers		28	27	271	27696
2968187	Villiers-en-Bois	villiers-en-bois	FR	79360	165	Europe/Paris	46.14789	-0.40658		Villiers,Villiers-en-Bois		75	79	792	79350
2968188	Villiers-en-Bière	villiers-en-biere	FR	77190	214	Europe/Paris	48.49397	2.59833		Villiers,Villiers-en-Biere,Villiers-en-Bière		11	77	772	77518
2968189	Villiers-Couture	villiers-couture	FR	17510	178	Europe/Paris	45.9826	-0.15135		Villiers,Villiers-Couture		75	17	175	17477
2968190	Villiers-Charlemagne	villiers-charlemagne	FR	53170	981	Europe/Paris	47.92211	-0.67642		Vil'e-Sharleman',Villiers-Charlemagne,vu~irie=sharurumanyu,wei li ye er sha er lai ma ni,Вільє-Шарлемань,ヴィリエ＝シャルルマーニュ,维利耶尔沙尔莱马尼		52	53	531	53273
2968191	Perceneige	perceneige	FR	89260	0	Europe/Paris	48.35	3.4		Persnezh,Villiers-Bonneux,pei er sai nei ge,Перснеж,佩尔塞内格		27	89	893	89469
2968192	Villiers-aux-Corneilles	villiers-aux-corneilles	FR	51260	93	Europe/Paris	48.57545	3.67932		Villiers,Villiers-aux-Corneilles		44	51	512	51642
2968195	Villiers-au-Bouin	villiers-au-bouin	FR	37330	634	Europe/Paris	47.57458	0.31322		Villiers,Villiers-au-Bouin		24	37	371	37279
2968196	Villiers-Adam	villiers-adam	FR	95840	828	Europe/Paris	49.06427	2.23429		Vil'e-Adam,Villiers-Adam,wei li ye er a dang,Вилье-Адам,Вільє-Адам,维利耶尔阿当		11	95	953	95678
2968199	Villiers	villiers	FR	36290	0	Europe/Paris	50.4854	1.64793				32	62	624	62752
2968200	Villiers	villiers	FR	36290	0	Europe/Paris	48.55	0.43333				28	61	613	61029
2968201	Villiers	villiers	FR	36290	0	Europe/Paris	48.25744	1.79209				24	28	281	28164
2968202	Villiers	villiers	FR	36290	0	Europe/Paris	48.16862	1.99477				24	45	453	45088
2968203	Villiers	villiers	FR	36290	0	Europe/Paris	48.11414	2.72636				24	45	451	45222
2968204	Villiers	villiers	FR	36290	0	Europe/Paris	48.01122	3.8499				27	89	891	89402
2968205	Villiers	villiers	FR	36290	0	Europe/Paris	47.59929	4.33488				27	21	213	21429
2968206	Villiers	villiers	FR	36290	0	Europe/Paris	47.58476	2.72467				24	45	451	45087
2968207	Villiers	villiers	FR	36290	0	Europe/Paris	47.50333	4.48357				27	21	213	21500
2968208	Villiers	villiers	FR	36290	0	Europe/Paris	47.35752	2.99819				27	58	584	58256
2968209	Villiers	villiers	FR	36290	0	Europe/Paris	46.99123	2.00525				24	36	364	36199
2968210	Villiers	villiers	FR	36290	0	Europe/Paris	46.89872	0.61327				75	86	861	86111
2968211	Villiers	villiers	FR	36290	0	Europe/Paris	46.89772	2.18562				24	18	181	18137
2968212	Villiers	villiers	FR	36290	0	Europe/Paris	46.88758	1.1849		Villiers		24	36	361	36246
2968213	Villiers	villiers	FR	36290	0	Europe/Paris	46.6759	0.17624		Villiers		75	86	863	86292
2968214	Villié-Morgon	villie-morgon	FR	69910	1748	Europe/Paris	46.16227	4.68069		Villie,Villie-Morgon,Villié,Villié-Morgon		84	69	692	69267
2968215	Villez-sur-le-Neubourg	villez-sur-le-neubourg	FR	27110	252	Europe/Paris	49.15145	0.85988		Villez,Villez-sur-Neubourg,Villez-sur-le-Neubourg		28	27	272	27695
2968216	Villez-sous-Bailleul	villez-sous-bailleul	FR	27950	318	Europe/Paris	49.11108	1.37912		Villez,Villez-sous-Bailleul		28	27	271	27694
2968219	Villey-sur-Tille	villey-sur-tille	FR	21120	289	Europe/Paris	47.56357	5.11678		Villey,Villey-sur-Tille		27	21	212	21702
2968220	Villey-Saint-Étienne	villey-saint-etienne	FR	54200	1084	Europe/Paris	48.73254	5.97851		Villey,Villey-Saint-Etienne,Villey-Saint-Étienne,Villey-sur-Moselle		44	54	544	54584
2968221	Villey-le-Sec	villey-le-sec	FR	54840	348	Europe/Paris	48.65877	5.97952		Villey,Villey-la-Montagne,Villey-le-Sec		44	54	544	54583
2968222	Villexavier	villexavier	FR	17500	263	Europe/Paris	45.37186	-0.43831		Villexavier		75	17	171	17476
2968223	Villexanton	villexanton	FR	41500	216	Europe/Paris	47.74188	1.42199		Villexanton		24	41	411	41292
2968225	Villevoques	villevoques	FR	45700	231	Europe/Paris	48.03003	2.62736		Vil'vok,Villevoques,wei lei wo qu ai,Вільвок,维勒沃屈埃		24	45	451	45343
2968227	Villevocance	villevocance	FR	07690	1117	Europe/Paris	45.22481	4.58827		La Vila de Vaucanca,La Vila de Vaucança,Vil'vokans,Villevocance,wei lei wo kang ke,Вильвоканс,Вільвоканс,维勒沃康克		84	07	073	07342
2968231	Villevieux	villevieux	FR	39140	700	Europe/Paris	46.7372	5.46425		Villevieux		27	39	392	39574
2968233	Villevieille	villevieille	FR	30250	0	Europe/Paris	44.35	5.81667				93	05	052	05070
2968234	Villevieille	villevieille	FR	30250	0	Europe/Paris	44.2	6.21667		Villevieille,Villevielle		93	04	043	04167
2968235	Villevieille	villevieille	FR	30250	0	Europe/Paris	43.90931	6.76675		Villevieille		93	04	042	04043
2968236	Villevieille	villevieille	FR	30250	1304	Europe/Paris	43.78795	4.09756		Ville Vielle,Villevieille		76	30	302	30352
2968238	Villeveyrac	villeveyrac	FR	34560	2499	Europe/Paris	43.5009	3.60616		Vil'verak,Vilamanda,Villeveyrac,wei lei wei la ke,Вильверак,Вільверак,维勒韦拉克		76	34	343	34341
2968242	Villevêque	villeveque	FR	49140	2751	Europe/Paris	47.56095	-0.42383		Port-du-Loir,Vil'vek,wei lai wei qu ai,Вільвек,维莱韦屈埃		52	49	491	49377
2968244	Villevenard	villevenard	FR	51270	222	Europe/Paris	48.8275	3.79929		Villevenard		44	51	512	51641
2968249	Villevaudé	villevaude	FR	77410	1760	Europe/Paris	48.91751	2.65228		Villevaude,Villevaudé		11	77	771	77517
2968250	Villevallier	villevallier	FR	89330	421	Europe/Paris	48.02507	3.31525		Villevallier		27	89	893	89468
2968254	Villeurbanne	villeurbanne	FR	69100	131445	Europe/Paris	45.76601	4.8795		Vijjorban,Vijorban,Vilerban,Vilerbana,Vilerbanas,Vilerbāna,Viljurban,Villerbann,Villeurbanne,billoeleuban,fylwrban,vilerbani,vu~iruruban'nu,wei lei ban,wei lei he peng na,wywrbn,Вийёрбан,Вилербан,Вилюрбан,Віллербанн,Віёрбан,וילרבאן,فيلوربان,ولےاربین,ویوربن,ვილერბანი,ヴィルールバンヌ,维勒班,维嘞合朋纳,빌뢰르반		84	69	691	69266
2968255	Villette-sur-Aube	villette-sur-aube	FR	10700	177	Europe/Paris	48.53506	4.10168		Villette,Villette-sur-Aube		44	10	103	10429
2968256	Villettes	villettes	FR	27110	133	Europe/Paris	49.15072	1.04341		Villett,Villettes,wei lei tai,Виллетт,Віллетт,维勒泰		28	27	272	27692
2968257	Villette-lès-Dole	villette-les-dole	FR	39100	675	Europe/Paris	47.04581	5.49654		Villett-le-Dol',Villette,Villette-les-Dole,Villette-lès-Dole,wei lai te lai duo er,Віллетт-ле-Доль,维莱特莱多尔		27	39	391	39573
2968259	Villette-lès-Arbois	villette-les-arbois	FR	39600	317	Europe/Paris	46.92209	5.75359		Villette,Villette-les-Arbois,Villette-lès-Arbois		27	39	391	39572
2968260	Villette-de-Vienne	villette-de-vienne	FR	38200	1263	Europe/Paris	45.59049	4.91528		Villette,Villette-de-Vienne		84	38	383	38558
2968261	Villette-d'Anthon	villette-d-anthon	FR	38280	0	Europe/Paris	45.7917	5.12019		Villette,Villette-d'Anthon		84	38	382	38557
2968263	Villette	villette	FR	54260	215	Europe/Paris	49.47427	5.54649		Villette		44	54	541	54582
2968264	Villette	villette	FR	54260	510	Europe/Paris	48.9277	1.69209		Villette		11	78	781	78677
2968265	Villette-sur-Ain	villette-sur-ain	FR	01320	0	Europe/Paris	45.98333	5.26667				84	01	012	01449
2968266	Villette	villette	FR	54260	0	Europe/Paris	45.7704	5.90256		Marmorine,Villette		84	73	732	73043
2968267	Villette	villette	FR	54260	0	Europe/Paris	45.54743	6.61109		Villette		84	73	731	73006
2968268	Villette	villette	FR	54260	0	Europe/Paris	45.40045	5.72375				84	38	381	38412
2968269	Villetrun	villetrun	FR	41100	275	Europe/Paris	47.78677	1.15968		Villetrun		24	41	412	41291
2968270	Villetritouls	villetritouls	FR	11220	37	Europe/Paris	43.08115	2.48977		Villetritouls		76	11	111	11440
2968271	Villetoureix	villetoureix	FR	24600	805	Europe/Paris	45.26382	0.34277		Villetoureix		75	24	243	24586
2968272	Villeton	villeton	FR	47400	554	Europe/Paris	44.37478	0.28797		Villeton		75	47	472	47325
2968273	Villethierry	villethierry	FR	89140	723	Europe/Paris	48.26366	3.07407		Vil't'erri,Villethierry,wei er di ye er li,Вильтьерри,Вільтьєррі,维尔蒂耶尔里		27	89	893	89467
2968274	Villetelle	villetelle	FR	34400	1033	Europe/Paris	43.73194	4.13666		Villetelle		76	34	343	34340
2968275	Villetaneuse	villetaneuse	FR	93430	12025	Europe/Paris	48.95833	2.34167		Vil'tanez,wei er ta na si,Вильтанез,Вільтанез,维尔塔纳斯		11	93	933	93079
2968279	Ville-sur-Yron	ville-sur-yron	FR	54800	308	Europe/Paris	49.1187	5.86591		Vil'-sjur-Iron,Ville,Ville-sur-Yron,yi luo ne he pan wei er,Виль-сюр-Ирон,Віль-сюр-Ірон,伊罗讷河畔维尔		44	54	541	54581
2968280	Ville-sur-Tourbe	ville-sur-tourbe	FR	51800	199	Europe/Paris	49.18718	4.78643		Val-sur-Tourbe,Vil'-sjur-Turb,Ville,Ville-sur-Tourbe,tu er bu he pan wei er,Віль-сюр-Турб,图尔布河畔维尔		44	51	511	51640
2968281	Ville-sur-Terre	ville-sur-terre	FR	10200	144	Europe/Paris	48.33163	4.74624		Ville,Ville-sur-Terre		44	10	101	10428
2968282	Ville-sur-Saulx	ville-sur-saulx	FR	55000	310	Europe/Paris	48.71443	5.0615		Ville,Ville-sur-Saulx		44	55	551	55568
2968283	Ville-sur-Retourne	ville-sur-retourne	FR	08310	89	Europe/Paris	49.39608	4.44592		Ville,Ville-sur-Retourne		44	08	082	08484
2968284	Ville-sur-Lumes	ville-sur-lumes	FR	08440	379	Europe/Paris	49.7534	4.78942		Ville,Ville-sur-Lumes		44	08	081	08483
2968285	Ville-sur-Jarnioux	ville-sur-jarnioux	FR	69640	686	Europe/Paris	45.96172	4.6082		Vil'-sjur-Zharniu,Ville,Ville-sur-Jarnioux,Віль-сюр-Жарніу		84	69	692	69265
2968286	Ville-sur-Illon	ville-sur-illon	FR	88270	485	Europe/Paris	48.17891	6.2107		Vil'-sjur-Illon,Ville,Ville-sur-Illon,yi long he pan wei er,Виль-сюр-Иллон,Віль-сюр-Іллон,伊隆河畔维尔		44	88	881	88508
2968287	Ville-sur-Cousances	ville-sur-cousances	FR	55120	107	Europe/Paris	49.08302	5.17586		Ville,Ville-sur-Cousance,Ville-sur-Cousances		44	55	553	55567
2968288	Ville-sur-Arce	ville-sur-arce	FR	10110	273	Europe/Paris	48.10715	4.44555		Ville,Ville-sur-Arce		44	10	103	10427
2968289	Ville-sur-Ancre	ville-sur-ancre	FR	80300	241	Europe/Paris	49.96194	2.61194		Ville,Ville-sur-Ancre		32	80	804	80807
2968290	Villes-sur-Auzon	villes-sur-auzon	FR	84570	1100	Europe/Paris	44.05669	5.2343		Vielas dAuson,Vil'-sjur-Ozon,Villes,Villes-sur-Auzon,ao zong he pan wei lei,Виль-сюр-Озон,Віль-сюр-Озон,奥宗河畔维勒		93	84	843	84148
2968291	Villespy	villespy	FR	11170	370	Europe/Paris	43.31917	2.0976		Villespy		76	11	111	11439
2968292	Villespassans	villespassans	FR	34360	143	Europe/Paris	43.38105	2.91444		Villespassans		76	34	341	34339
2968293	Ville-sous-la-Ferté	ville-sous-la-ferte	FR	10310	1293	Europe/Paris	48.1206	4.78957		Ville,Ville-sous-la-Ferte,Ville-sous-la-Ferté		44	10	101	10426
2968294	Ville-sous-Anjou	ville-sous-anjou	FR	38150	1106	Europe/Paris	45.37274	4.85081		Ville,Ville-sous-Anjou		84	38	383	38556
2968295	Villesiscle	villesiscle	FR	11150	296	Europe/Paris	43.22846	2.09458		Villesiscle		76	11	111	11438
2968298	Villesèquelande	villesequelande	FR	11170	609	Europe/Paris	43.23751	2.2315		Villesequelande,Villesèquelande		76	11	111	11437
2968299	Villesèque-des-Corbières	villeseque-des-corbieres	FR	11360	329	Europe/Paris	43.01536	2.8515		Villeseque,Villeseque-des-Corbieres,Villesèque-des-Corbières		76	11	113	11436
2968300	Villesèque	villeseque	FR	46090	336	Europe/Paris	44.39106	1.31745		Villeseque,Villesèque		76	46	461	46335
2968301	Villeseneux	villeseneux	FR	51130	131	Europe/Paris	48.84107	4.14594		Villeseneux		44	51	512	51638
2968302	Villeselve	villeselve	FR	60640	377	Europe/Paris	49.68942	3.1102		Villeselve		32	60	603	60693
2968303	Ville-Savoye	ville-savoye	FR	02220	60	Europe/Paris	49.29381	3.64119		Ville-Savoye		32	02	024	02817
2968310	Ville-Saint-Jacques	ville-saint-jacques	FR	77130	741	Europe/Paris	48.34304	2.8987		Ville-Saint-Jacques		11	77	774	77516
2968312	Villes	villes	FR	01200	305	Europe/Paris	46.08903	5.78644		Villes		84	01	014	01448
2968313	Villery	villery	FR	10320	264	Europe/Paris	48.16866	4.021		Villery		44	10	103	10425
2968315	Villerville	villerville	FR	14113	714	Europe/Paris	49.40055	0.12828		Villervil',Villerville,wei lai er wei er,Виллервиль,Віллервіль,维莱尔维尔		28	14	143	14755
2968316	Villerupt	villerupt	FR	54190	9763	Europe/Paris	49.46715	5.93202		Vil'rju,Villerupt,wei lei lu pu,Вильрю,Вільрю,维勒吕普		44	54	541	54580
2968317	Villers-Vicomte	villers-vicomte	FR	60120	146	Europe/Paris	49.6434	2.23884		Villers-Marat,Villers-Vicomte		32	60	602	60692
2968318	Villers-Vermont	villers-vermont	FR	60380	125	Europe/Paris	49.57638	1.74281		Viller-Vermon,Villers,Villers-Vermont,wei lai er wei er meng,Віллер-Вермон,维莱尔韦尔蒙		32	60	601	60691
2968319	Villers-Vaudey	villers-vaudey	FR	70120	66	Europe/Paris	47.6724	5.7593		Villers,Villers-Vaudey		27	70	702	70568
2968320	Villers-Tournelle	villers-tournelle	FR	80500	149	Europe/Paris	49.65431	2.46259		Villers,Villers-Tournelle		32	80	803	80805
2968321	Villers-sur-Saulnot	villers-sur-saulnot	FR	70400	138	Europe/Paris	47.54809	6.64713		Villers,Villers-sur-Saulnot		27	70	701	70567
2968322	Villers-sur-Port	villers-sur-port	FR	70170	218	Europe/Paris	47.71267	6.0773		Villers,Villers-sur-Port		27	70	702	70566
2968323	Villers-sur-Nied	villers-sur-nied	FR	57340	65	Europe/Paris	48.92153	6.53649		Villers,Villers-sur-Nied		44	57	575	57719
2968324	Villers-sur-Meuse	villers-sur-meuse	FR	55220	208	Europe/Paris	49.01803	5.41758		Villers,Villers-sur-Meuse		44	55	553	55566
2968325	Villers-sur-Mer	villers-sur-mer	FR	14640	2622	Europe/Paris	49.32264	0.00027		Ville-sjur-Mer,Viller-sjur-Mer,Villers,Villers-sur-Mer,bin hai wei lai er,Вилле-сюр-Мер,Виллер-сюр-Мер,Вілле-сюр-Мер,滨海维莱尔		28	14	143	14754
2968327	Villers-sur-le-Roule	villers-sur-le-roule	FR	27940	639	Europe/Paris	49.19653	1.32637		Villers,Villers-sur-le-Roule		28	27	271	27691
2968328	Villers-sur-le-Mont	villers-sur-le-mont	FR	08430	78	Europe/Paris	49.66428	4.68024		Villers,Villers-sur-le-Mont		44	08	081	08482
2968329	Villers-sur-Fère	villers-sur-fere	FR	02130	427	Europe/Paris	49.17857	3.53262		Villers,Villers-sur-Fere,Villers-sur-Fère		32	02	021	02816
2968330	Villers-sur-Coudun	villers-sur-coudun	FR	60150	1377	Europe/Paris	49.48308	2.80457		Villers,Villers-sur-Coudun		32	60	603	60689
2968331	Villers-sur-Bonnières	villers-sur-bonnieres	FR	60860	149	Europe/Paris	49.53825	1.96187		Villers,Villers-sur-Bonnieres,Villers-sur-Bonnières		32	60	601	60688
2968332	Villers-sur-Authie	villers-sur-authie	FR	80120	365	Europe/Paris	50.31529	1.69255		Viler-su-Eutie,Viller-sjur-Oti,Villers,Villers-sur-Authie,Vilèr-su-Eutie,ou di he pan wei lai er,Віллер-сюр-Оті,欧蒂河畔维莱尔		32	80	801	80806
2968333	Villers-sur-Auchy	villers-sur-auchy	FR	60650	316	Europe/Paris	49.48619	1.79541		Viller-sjur-Oshi,Villers,Villers-sur-Auchy,Villiers-sur-Auchy,ao xi he pan wei lai er,Віллер-сюр-Оші,奥希河畔维莱尔		32	60	601	60687
2968334	Villers-Stoncourt	villers-stoncourt	FR	57530	169	Europe/Paris	49.05622	6.42059		Villers-Stoncourt		44	57	579	57718
2968335	Villers-sous-Saint-Leu	villers-sous-saint-leu	FR	60340	2020	Europe/Paris	49.21235	2.39485		Viller-su-Sen-Le,Villers,Villers-sous-Saint-Leu,Villers-sur-Oise,wei lai er su sheng lei,Віллер-су-Сен-Ле,维莱尔苏圣勒		32	60	604	60686
2968336	Villers-sous-Prény	villers-sous-preny	FR	54700	349	Europe/Paris	48.94345	5.99896		Villers,Villers-sous-Preny,Villers-sous-Prény		44	54	543	54579
2968337	Villers-sous-Pareid	villers-sous-pareid	FR	55160	59	Europe/Paris	49.12451	5.73474		Villers,Villers-sous-Pareid		44	55	553	55565
2968338	Villers-sous-Montrond	villers-sous-montrond	FR	25620	161	Europe/Paris	47.14479	6.08774		Villers,Villers-sous-Montrond		27	25	251	25628
2968339	Villers-sous-Foucarmont	villers-sous-foucarmont	FR	76340	0	Europe/Paris	49.83969	1.56398		Villers,Villers-sous-Foucarmont		28	76	761	76744
2968340	Villers-sous-Châtillon	villers-sous-chatillon	FR	51700	188	Europe/Paris	49.09548	3.79857		Villers,Villers-sous-Chatillon,Villers-sous-Châtillon		44	51	512	51637
2968341	Villers-sous-Chalamont	villers-sous-chalamont	FR	25270	264	Europe/Paris	46.90496	6.04137		Ville-su-Shalamon,Villers,Villers-sous-Chalamont,wei lai er su sha la meng,Вілле-су-Шаламон,维莱尔苏沙拉蒙		27	25	253	25627
2968343	Villers-sous-Ailly	villers-sous-ailly	FR	80690	150	Europe/Paris	50.06129	2.01667		Villers,Villers-sous-Ailly		32	80	801	80804
2968344	Villers-Sir-Simon	villers-sir-simon	FR	62127	122	Europe/Paris	50.31776	2.49158		Ville-Sir-Simon,Villers,Villers-Sir-Simon,Villers-la-Montagne,fylyrs syr symwn,wei lai xi er xi meng,Вилле-Сир-Симон,Вілле-Сір-Сімон,فيليرس سير سيمون,维莱西尔西蒙		32	62	621	62860
2968345	Villers-Sire-Nicole	villers-sire-nicole	FR	59600	0	Europe/Paris	50.33911	4.01379		Ville-Sir-Nikol',Villers,Villers-sur-Nicole,Willers-Sire Nicole,wei lai xi er ni ke lei,Вилле-Сир-Николь,Вілле-Сір-Ніколь,维莱锡尔尼科勒		32	59	591	59627
2968346	Villers-Semeuse	villers-semeuse	FR	08000	3547	Europe/Paris	49.74201	4.74697		Viller-Semez,Viller-Semjoz,Villers,Villers-Semeuse,Villers-devant Mezieres,Villers-devant Mézières,Виллер-Семёз,Віллер-Семез		44	08	081	08480
2968347	Villers-Saint-Sépulcre	villers-saint-sepulcre	FR	60134	902	Europe/Paris	49.36596	2.21547		Viller-Sen-Sepjul'kr,Villers,Villers-Coteaux,Villers-Saint-Sepulcre,Villers-Saint-Sépulcre,wei lai er sheng sai pi er ke er,Віллер-Сен-Сепюлькр,维莱尔圣塞皮尔克尔		32	60	601	60685
2968348	Villers-Saint-Paul	villers-saint-paul	FR	60870	6216	Europe/Paris	49.28885	2.48968		Viller-Sen-Pol',Villers,Villers-Saint-Paul,wei lai er sheng bo,Виллер-Сен-Поль,Віллер-Сен-Поль,维莱尔圣波		32	60	604	60684
2968349	Villers-Saint-Martin	villers-saint-martin	FR	25110	199	Europe/Paris	47.34249	6.40941		Villers		27	25	251	25626
2968350	Villers-Saint-Genest	villers-saint-genest	FR	60620	364	Europe/Paris	49.142	2.90702		Villers,Villers-Saint-Genest		32	60	604	60683
2968351	Villers-Saint-Frambourg	villers-saint-frambourg	FR	60810	620	Europe/Paris	49.25493	2.63992		Viller-Sen-Frambur,Villers,Villers-Saint-Frambourg,Villers-la-Foret,Villers-la-Forêt,wei lai er sheng fu lang bu er,Віллер-Сен-Фрамбур,维莱尔圣夫朗布尔		32	60	604	60682
2968352	Villers-Saint-Christophe	villers-saint-christophe	FR	02590	442	Europe/Paris	49.78047	3.09393		Villers,Villers-Saint-Christophe		32	02	023	02815
2968353	Villers-Saint-Barthélemy	villers-saint-barthelemy	FR	60650	507	Europe/Paris	49.39748	1.94928		Viller-Sen-Bartelemi,Villers,Villers-Saint-Barthelemy,Villers-Saint-Barthélemy,wei lai er sheng ba er tai lai mi,Віллер-Сен-Бартелемі,维莱尔圣巴尔泰莱米		32	60	601	60681
2968354	Villers-Rotin	villers-rotin	FR	21130	127	Europe/Paris	47.15696	5.40653		Villers,Villers-Rotin		27	21	212	21701
2968355	Villers-Robert	villers-robert	FR	39120	188	Europe/Paris	46.95292	5.51903		Ville-Rober,Villers-Robert,wei lai er luo bei er,Вілле-Робер,维莱尔罗贝尔		27	39	391	39571
2968356	Villers-Pol	villers-pol	FR	59530	1284	Europe/Paris	50.2846	3.61449		Ville-Pol',Villers-Pol,wei lai bo lei,Вилле-Поль,Вілле-Поль,维莱波勒		32	59	591	59626
2968357	Villers-Plouich	villers-plouich	FR	59231	416	Europe/Paris	50.07904	3.13417		Villers-Plouich		32	59	592	59625
2968358	Villers-Patras	villers-patras	FR	21400	130	Europe/Paris	47.93017	4.54096		Villers,Villers-Patras		27	21	213	21700
2968359	Villers-Pater	villers-pater	FR	70190	38	Europe/Paris	47.46758	6.16114		Villers-Pater		27	70	702	70565
2968360	Villers-Outréaux	villers-outreaux	FR	59142	2261	Europe/Paris	50.0359	3.29947		Ville-Utreo,Villers-Outreaux,Villers-Outréaux,wei lai wu te lei ou,Вилле-Утрео,Вілле-Утрео,维莱乌特雷欧		32	59	592	59624
2968361	Villers-Marmery	villers-marmery	FR	51380	564	Europe/Paris	49.13548	4.19612		Villers-Marmery		44	51	513	51636
2968362	Villers-l'Hôpital	villers-l-hopital	FR	62390	0	Europe/Paris	50.22771	2.21129		Villers,Villers-l'Hopital,Villers-l'Hôpital		32	62	621	62859
2968363	Villers-le-Tourneur	villers-le-tourneur	FR	08430	158	Europe/Paris	49.62773	4.56774		Villers,Villers-le-Tourneur		44	08	082	08479
2968364	Villers-le-Tilleul	villers-le-tilleul	FR	08430	191	Europe/Paris	49.63552	4.72839		Villers,Villers-le-Tilleul		44	08	081	08478
2968365	Villers-lès-Roye	villers-les-roye	FR	80700	211	Europe/Paris	49.70622	2.73092		Villers,Villers-les-Roye,Villers-lès-Roye		32	80	803	80803
2968366	Villers-les-Pots	villers-les-pots	FR	21130	919	Europe/Paris	47.21667	5.35		Villers		27	21	212	21699
2968367	Villers-les-Ormes	villers-les-ormes	FR	36250	342	Europe/Paris	46.86952	1.63152		Villers,Villers-les-Ormes		24	36	362	36202
2968368	Villers-lès-Nancy	villers-les-nancy	FR	54600	15899	Europe/Paris	48.67333	6.15283		Ville-le-Nansi,Viller-le-Nansi,Villers,Villers-les-Nancy,Villers-lès-Nancy,wei lai er lai nan xi,Вилле-ле-Нанси,Виллер-ле-Нанси,Вілле-ле-Нансі,维莱尔莱南西		44	54	543	54578
2968369	Villers-lès-Moivrons	villers-les-moivrons	FR	54760	80	Europe/Paris	48.81458	6.25148		Villers,Villers-et-Rupt,Villers-les-Moivron,Villers-les-Moivrons,Villers-lès-Moivron,Villers-lès-Moivrons		44	54	543	54577
2968370	Villers-lès-Mangiennes	villers-les-mangiennes	FR	55150	79	Europe/Paris	49.36667	5.5		Villers		44	55	553	55563
2968371	Villers-lès-Luxeuil	villers-les-luxeuil	FR	70300	316	Europe/Paris	47.77117	6.2869		Villers,Villers-les-Luxeuil,Villers-lès-Luxeuil		27	70	701	70564
2968372	Villers-lès-Guise	villers-les-guise	FR	02120	174	Europe/Paris	49.91943	3.67912		Villers,Villers-les-Guise,Villers-lès-Guise		32	02	025	02814
2968373	Villers-le-Sec	villers-le-sec	FR	02240	239	Europe/Paris	49.77729	3.50012		Villers,Villers-le-Sec		32	02	023	02813
2968374	Villers-le-Sec	villers-le-sec	FR	02240	103	Europe/Paris	48.81329	4.85358		Villers,Villers-le-Sec		44	51	514	51635
2968375	Villers-le-Sec	villers-le-sec	FR	02240	151	Europe/Paris	48.62082	5.29784		Villers,Villers-le-Sec		44	55	551	55562
2968376	Villers-le-Sec	villers-le-sec	FR	02240	505	Europe/Paris	47.59915	6.22011		Villers,Villers-le-Sec		27	70	702	70563
2968377	Villers-les-Bois	villers-les-bois	FR	39120	216	Europe/Paris	46.91667	5.58333				27	39	391	39570
2968378	Villers-le-Rond	villers-le-rond	FR	54260	76	Europe/Paris	49.46441	5.48972		Villers-le-Rond		44	54	541	54576
2968379	Villers-le-Lac	villers-le-lac	FR	25130	4423	Europe/Paris	47.06319	6.66699		Lac-ou-Villers,Le Lac ou Villers,Ville-le-Lak,Villers,Villers-le-Lac,wei lai er lai la ke,Вілле-ле-Лак,维莱尔莱拉克		27	25	253	25321
2968380	Villers-le-Château	villers-le-chateau	FR	51510	268	Europe/Paris	48.95	4.26667		Villers,Villers-le-Chateau,Villers-le-Château		44	51	511	51634
2968381	Villers-la-Ville	villers-la-ville	FR	70110	151	Europe/Paris	47.54838	6.46132		Villers,Villers-la-Ville,Villers-sur-l'Oignon		27	70	701	70562
2968382	Villers-la-Montagne	villers-la-montagne	FR	54920	1373	Europe/Paris	49.47175	5.82522		Villers,Villers-la-Montagne		44	54	541	54575
2968383	Villers-la-Faye	villers-la-faye	FR	21700	422	Europe/Paris	47.10654	4.87827		Villers,Villers-la-Faye		27	21	211	21698
2968384	Villers-la-Combe	villers-la-combe	FR	25510	49	Europe/Paris	47.23491	6.45397		Villers-la-Combe		27	25	253	25625
2968385	Villers-la-Chèvre	villers-la-chevre	FR	54870	527	Europe/Paris	49.50329	5.69633		Villers,Villers-la-Chevre,Villers-la-Chèvre		44	54	541	54574
2968386	Villers-Hélon	villers-helon	FR	02600	203	Europe/Paris	49.26381	3.26238		Villers-Helon,Villers-Hélon		32	02	024	02812
2968387	Villers-Guislain	villers-guislain	FR	59297	654	Europe/Paris	50.04067	3.15496		Villers-Guislain		32	59	592	59623
2968388	Villers-Grélot	villers-grelot	FR	25640	158	Europe/Paris	47.35565	6.22471		Villers,Villers-Grelot,Villers-Grélot		27	25	251	25624
2968389	Villers-Franqueux	villers-franqueux	FR	51220	307	Europe/Paris	49.32845	3.94594		Villers-Franqueux		44	51	513	51633
2968390	Villers-Faucon	villers-faucon	FR	80240	642	Europe/Paris	49.97774	3.10162		Villers,Villers-Faucon		32	80	804	80802
2968391	Villers-Farlay	villers-farlay	FR	39600	450	Europe/Paris	46.99857	5.75167		Villers-Farlay		27	39	391	39569
2968392	Villersexel	villersexel	FR	70110	1601	Europe/Paris	47.5507	6.43273		Villerseksel',Villersexel,Villeseksel',Виллерсексель,Віллесексель		27	70	701	70561
2968393	Villerserine	villerserine	FR	39800	44	Europe/Paris	46.85	5.65				27	39	391	39568
2968394	Villers-en-Vexin	villers-en-vexin	FR	27420	300	Europe/Paris	49.2506	1.58838		Villers,Villers-en-Vexin		28	27	271	27690
2968395	Villers-en-Prayères	villers-en-prayeres	FR	02160	107	Europe/Paris	49.37774	3.6763		Villers,Villers-en-Prayeres,Villers-en-Prayères		32	02	024	02439
2968396	Villers-en-Ouche	villers-en-ouche	FR	61550	339	Europe/Paris	48.8611	0.45585		Villers,Villiers-en Ouche		28	61	613	61167
2968397	Villers-en-Haye	villers-en-haye	FR	54380	183	Europe/Paris	48.82846	6.012		Villers,Villers-en-Haye		44	54	544	54573
2968398	Villers-en-Cauchies	villers-en-cauchies	FR	59188	1208	Europe/Paris	50.22574	3.40362		Villers,Villers-en-Cauchies		32	59	592	59622
2968399	Villers-en-Arthies	villers-en-arthies	FR	95510	472	Europe/Paris	49.09018	1.72614		Viller-an-Arti,Villers,Villers-en-Arthies,a di ye de qu wei lai er,Виллер-ан-Арти,Віллер-ан-Арті,阿蒂耶地区维莱尔		11	95	953	95676
2968400	Villers-en-Argonne	villers-en-argonne	FR	51800	245	Europe/Paris	49.0202	4.93639		Villers,Villers-en-Argonne,Villers-sur-Aisne		44	51	511	51632
2968401	Villers-Écalles	villers-ecalles	FR	76360	1817	Europe/Paris	49.54136	0.91942		Villers,Villers-Ecalles,Villers-sous-Barentin,Villers-Écalles		28	76	763	76743
2968402	Villers-devant-Mouzon	villers-devant-mouzon	FR	08210	119	Europe/Paris	49.62442	5.03122		Villers,Villers-devant-Mouzon		44	08	083	08477
2968403	Villers-devant-le-Thour	villers-devant-le-thour	FR	08190	309	Europe/Paris	49.50742	4.08895		Villers,Villers-devant-le-Thour		44	08	082	08476
2968404	Villers-devant-Dun	villers-devant-dun	FR	55110	84	Europe/Paris	49.39589	5.11057		Villers,Villers-devant-Dun		44	55	553	55561
2968582	Villeneuve	villeneuve	FR	01480	0	Europe/Paris	49.08285	1.73693				11	95	953	95676
2968583	Villeneuve	villeneuve	FR	01480	0	Europe/Paris	48.40739	1.19674				24	28	281	28167
2968405	Villers-Cotterêts	villers-cotterets	FR	02600	10068	Europe/Paris	49.25311	3.09003		Vijer Kotre,Villare ad Collum Retiae,Viller-Kotre,Villers-Cotterets,Villers-Cotterêts,wei lai ke te lei,Вийер Котре,Виллер-Котре,Віллер-Котре,维莱科特雷		32	02	024	02810
2968406	Villers-Chief	villers-chief	FR	25530	123	Europe/Paris	47.22666	6.44016		Villers-Chief		27	25	253	25623
2968407	Villers-Châtel	villers-chatel	FR	62690	127	Europe/Paris	50.37716	2.58723		Villers-Chatel,Villers-Châtel		32	62	621	62857
2968408	Villers-Cernay	villers-cernay	FR	08140	293	Europe/Paris	49.71757	5.03129		Villers-Cernay		44	08	083	08053
2968409	Villers-Carbonnel	villers-carbonnel	FR	80200	309	Europe/Paris	49.87592	2.89506		Villers,Villers-Carbonnel		32	80	804	80801
2968410	Villers-Canivet	villers-canivet	FR	14420	525	Europe/Paris	48.94054	-0.25566		Villers,Villers-Canivet		28	14	142	14753
2968411	Villers-Campsart	villers-campsart	FR	80140	160	Europe/Paris	49.86813	1.83676		Villers,Villers-Campsart		32	80	802	80800
2968413	Villers-Buzon	villers-buzon	FR	25170	244	Europe/Paris	47.22745	5.85072		Villers-Buzon		27	25	251	25622
2968414	Villers-Brûlin	villers-brulin	FR	62690	311	Europe/Paris	50.36715	2.53701		Villers-Brulin,Villers-Brûlin		32	62	621	62856
2968415	Villers-Bretonneux	villers-bretonneux	FR	80800	3996	Europe/Paris	49.86844	2.51688		Viler-Bretonneux,Viller-Bretonne,Viller-Bretonnjo,Villers-Bretonneux,Vilèr-Bretonneux,wei lai bu lei tuo ne,Виллер-Бретоннё,Віллер-Бретонне,维莱布勒托讷		32	80	802	80799
2968417	Villers-Bouton	villers-bouton	FR	70190	93	Europe/Paris	47.45029	5.97848		Villers-Bouton		27	70	702	70560
2968418	Villers-Bocage	villers-bocage	FR	14310	1457	Europe/Paris	49.9981	2.31683		Villers,Villers-Bocage		32	80	802	80798
2968419	Villers-Bocage	villers-bocage	FR	14310	3025	Europe/Paris	49.0796	-0.65412		Villers,Villers-Bocage		28	14	144	14752
2968420	Villers-aux-Vents	villers-aux-vents	FR	55800	105	Europe/Paris	48.85668	5.01497		Villers-aux-Vents		44	55	551	55560
2968422	Villers-aux-Érables	villers-aux-erables	FR	80110	125	Europe/Paris	49.78764	2.53706		Villers,Villers-aux-Erables,Villers-aux-Érables		32	80	803	80797
2968423	Villers-aux-Bois	villers-aux-bois	FR	51130	232	Europe/Paris	48.93298	3.9369		Villers,Villers-aux-Bois		44	51	512	51630
2968424	Villers-au-Tertre	villers-au-tertre	FR	59234	670	Europe/Paris	50.30156	3.18176		Villers,Villers-au-Tertre		32	59	593	59620
2968425	Villers-au-Flos	villers-au-flos	FR	62450	203	Europe/Paris	50.08131	2.9015		Ville-o-Flo,Villers,Villers-au-Flos,fylyrs aw flws,wei lai ou fu luo,Вилле-о-Фло,Вілле-о-Фло,فيليرس أو فلوس,维莱欧夫洛		32	62	621	62855
2968426	Villers-au-Bois	villers-au-bois	FR	62144	387	Europe/Paris	50.37408	2.67156		Ville-o-Bua,Villers,Villers-au-Bois,fylyrs aw bwyz,wei lai ou bu wa,Вилле-о-Буа,Вілле-о-Буа,فيليرس أو بويز,维莱欧布瓦		32	62	627	62854
2968427	Villers-Allerand	villers-allerand	FR	51500	816	Europe/Paris	49.16527	4.0258		Villers-Allerand		44	51	513	51629
2968428	Villers-Agron-Aiguizy	villers-agron-aiguizy	FR	02130	71	Europe/Paris	49.16083	3.6981		Villers-Agron-Aiguizy		32	02	021	02809
2968430	Villers	villers	FR	42460	0	Europe/Paris	49.75	1.73333				28	76	761	76344
2968431	Villers	villers	FR	42460	0	Europe/Paris	49.23309	1.45407				28	27	271	27016
2968432	Villers	villers	FR	42460	0	Europe/Paris	48.56507	2.53279				11	77	772	77407
2968433	Villers	villers	FR	42460	0	Europe/Paris	48.46105	2.83013		Villers,Villiers		11	77	772	77266
2968434	Villers	villers	FR	42460	222	Europe/Paris	48.30172	6.17291		Villers		44	88	882	88507
2968435	Villers	villers	FR	42460	0	Europe/Paris	48.17903	4.39985				44	10	103	10213
2968436	Villers	villers	FR	42460	0	Europe/Paris	47.09028	2.82163				24	18	181	18286
2968437	Villers	villers	FR	42460	0	Europe/Paris	46.87245	2.66288				24	18	182	18045
2968438	Villers	villers	FR	42460	0	Europe/Paris	46.52866	2.32838				24	18	182	18252
2968439	Villers	villers	FR	42460	521	Europe/Paris	46.12116	4.2215		Villers		84	42	422	42333
2968440	Villeroy-sur-Méholle	villeroy-sur-meholle	FR	55190	30	Europe/Paris	48.61449	5.57357		Ville-Loi,Villeroy,Villeroy-sur-Meholle,Villeroy-sur-Méholle		44	55	552	55559
2968443	Villeroy	villeroy	FR	77410	219	Europe/Paris	49.94067	1.72465		Villeroy		32	80	802	80796
2968444	Villeroy	villeroy	FR	77410	621	Europe/Paris	48.98295	2.78181		Villeroy		11	77	771	77515
2968445	Villeroy	villeroy	FR	77410	269	Europe/Paris	48.17323	3.18588		Villemare,Villeroy		27	89	893	89466
2968446	Villerouge-Termenès	villerouge-termenes	FR	11330	171	Europe/Paris	43.00704	2.62713		Villerouge,Villerouge-Termenes,Villerouge-Termenès		76	11	113	11435
2968448	Villeron	villeron	FR	95380	722	Europe/Paris	49.05767	2.54244		Vil'ron,Villeron,wei lai long,Вильрон,Вільрон,维莱龙		11	95	952	95675
2968449	Villeron	villeron	FR	95380	0	Europe/Paris	48.20242	1.59777				24	28	282	28364
2968450	Villeromain	villeromain	FR	41100	207	Europe/Paris	47.72945	1.14356		Villeromain		24	41	412	41290
2968452	Villermain	villermain	FR	41240	297	Europe/Paris	47.86251	1.52981		Bonnemain,Villermain		24	41	411	41289
2968453	Villereversure	villereversure	FR	01250	1306	Europe/Paris	46.18521	5.38262		Villereversure		84	01	012	01447
2968454	Villeret	villeret	FR	02420	0	Europe/Paris	49.95326	3.1917		Villeret		32	02	023	02808
2968455	Villeret	villeret	FR	02420	70	Europe/Paris	48.47658	4.5899		Villeret		44	10	101	10424
2968456	Villerest	villerest	FR	42300	4397	Europe/Paris	45.99539	4.03463		Vil're,Villerest,Villeret,Villerêt,wei lei lei si,Вільре,维勒雷斯		84	42	422	42332
2968457	Villerest	villerest	FR	42300	0	Europe/Paris	49.31044	1.41008		Villerest		28	27	271	27214
2968460	Villereau	villereau	FR	45170	751	Europe/Paris	50.25596	3.66467		Villereau		32	59	591	59619
2968461	Villereau	villereau	FR	45170	0	Europe/Paris	48.30052	1.69058				24	28	281	28032
2968462	Villereau	villereau	FR	45170	393	Europe/Paris	48.06952	1.98846		Villereau		24	45	452	45342
2968463	Villeréal	villereal	FR	47210	1285	Europe/Paris	44.63746	0.74306		Vil'real',Vila-real,Vilareal,Villereal,Villeréal,wei lai lei a,Вильреаль,Вільреаль,维莱雷阿		75	47	473	47324
2968464	Villerbon	villerbon	FR	41000	763	Europe/Paris	47.66258	1.37229		Bonne-Commune,Villerbon		24	41	411	41288
2968468	Villerable	villerable	FR	41100	518	Europe/Paris	47.75766	1.03125		Commune-Rable,Villerabl',Villerable,wei lei la bu er,Віллерабль,维勒拉布尔		24	41	412	41287
2968469	Viller	viller	FR	57340	190	Europe/Paris	48.98482	6.64458		Viller		44	57	573	57717
2968470	Villequiers	villequiers	FR	18800	446	Europe/Paris	47.07057	2.804		Villequiers		24	18	181	18286
2968471	Villequier-Aumont	villequier-aumont	FR	02300	616	Europe/Paris	49.65774	3.20634		Villequier-Aumont		32	02	022	02807
2968472	Villequier	villequier	FR	76490	763	Europe/Paris	49.51272	0.67318		Vil'k'e,Vil'ke,Villequier,Вилькье,Вількє		28	76	763	76164
2968475	Villepreux	villepreux	FR	78450	9895	Europe/Paris	48.82815	1.9976		Vil'pre,Villepreux,Вильпре,Вільпре		11	78	784	78674
2968477	Villepot	villepot	FR	44110	689	Europe/Paris	47.77567	-1.27788		Kerbod,Vil'po,Villa Porchi,Villepot,wei lei bo,Вільпо,维勒波		52	44	445	44218
2968478	Villepot	villepot	FR	44110	0	Europe/Paris	47.58809	3.4762				27	89	891	89125
2968479	Villeporcher	villeporcher	FR	41310	142	Europe/Paris	47.64081	0.99384		Villeporcher		24	41	412	41286
2968482	Villepinte	villepinte	FR	11150	37114	Europe/Paris	48.96203	2.53253		Villepinte		11	93	932	93078
2968483	Villepinte	villepinte	FR	11150	1214	Europe/Paris	43.28216	2.08702		Villepinte		76	11	111	11434
2968489	Villeperrot	villeperrot	FR	89140	280	Europe/Paris	48.26115	3.2226		Villeperrot		27	89	893	89465
2968491	Villeperdue	villeperdue	FR	37260	849	Europe/Paris	47.20218	0.635		Villeperdue		24	37	372	37278
2968493	Villeperdrix	villeperdrix	FR	26510	117	Europe/Paris	44.44203	5.28738		Villeperdrix		84	26	262	26376
2968495	Villeparois	villeparois	FR	70000	0	Europe/Paris	47.65578	6.18171		Villeparois		27	70	702	70559
2968496	Villeparisis	villeparisis	FR	77270	23931	Europe/Paris	48.94208	2.61463		Vil'parizi,Villeparisis,Вильпаризи		11	77	771	77514
2968497	Villepail	villepail	FR	53250	195	Europe/Paris	48.39621	-0.26718		Villepail		52	53	533	53272
2968499	Villeny	villeny	FR	41220	338	Europe/Paris	47.62304	1.75552		Villeny		24	41	413	41285
2968500	Villentrois	villentrois	FR	36600	645	Europe/Paris	47.19436	1.46289		Vil'antrua,Villantrua,Villentrois,wei lang te lu wa,Виллантруа,Вільантруа,维朗特鲁瓦		24	36	362	36244
2968502	Villenoy	villenoy	FR	77124	3887	Europe/Paris	48.94112	2.8602		Vil'nua,Villenoy,Вильнуа,Вільнуа		11	77	771	77513
2968503	Villenouvelle	villenouvelle	FR	31290	0	Europe/Paris	46.09539	-0.45683		L'Unite,L'Unité,La Fraternite,La Fraternité,Villenouvelle		75	17	175	17474
2968504	Villenouvelle	villenouvelle	FR	31290	1050	Europe/Paris	43.43568	1.66281		Villenouvelle		76	31	313	31589
2968507	Villennes-sur-Seine	villennes-sur-seine	FR	78670	5070	Europe/Paris	48.94137	1.99137		Villenn-sjur-Sen,Villennes,Villennes-sur-Seine,Вилленн-сюр-Сен,Вілленн-сюр-Сен		11	78	783	78672
2968508	Villeneuvette	villeneuvette	FR	34800	99	Europe/Paris	43.61037	3.40053		La Fatura,Vil'nevett,Villeneuvette,wei lei na wei te,Вильневетт,Вільневетт,维勒纳韦特		76	34	342	34338
2968510	Villeneuve-Tolosane	villeneuve-tolosane	FR	31270	9258	Europe/Paris	43.52316	1.34102		Vil'nev-Tolozan,Vil'njov-Tolozan,Vilanava Tolosana,Vilanava de Tolosa,Vilanova Tolosana,Vilanòva Tolosana,Villeneuve,Villeneuve-les Cugnax,tuo luo sang xin cheng,Вильнёв-Толозан,Вільнев-Толозан,托洛桑新城		76	31	313	31588
2968511	Villeneuve-sur-Yonne	villeneuve-sur-yonne	FR	89500	5627	Europe/Paris	48.08247	3.29688		Vil'nev-sjur-Ionn,Villeneuve,Villeneuve-sur-Yonne,yue ne he pan wei er na wo,Вильнев-сюр-Ионн,Вільнев-сюр-Іонн,约讷河畔维尔纳沃		27	89	893	89464
2968512	Villeneuve-sur-Vère	villeneuve-sur-vere	FR	81130	392	Europe/Paris	44.00212	2.0287		Villeneuve,Villeneuve-sur-Vere,Villeneuve-sur-Vère		76	81	811	81319
2968513	Villeneuve-sur-Verberie	villeneuve-sur-verberie	FR	60410	655	Europe/Paris	49.2747	2.68993		Noel-les-Vallons,Noël-les-Vallons,Rouane,Vil'nev-sjur-Verberi,Villeneuve,Villeneuve-sur-Verberie,wei er bo li ye he pan xin cheng,Вільнев-сюр-Вербері,韦尔伯里耶河畔新城		32	60	604	60680
2968584	Villeneuve	villeneuve	FR	01480	0	Europe/Paris	48.33245	1.72863				24	28	281	28313
2968585	Villeneuve	villeneuve	FR	01480	0	Europe/Paris	48.29193	2.01028				24	28		
2968586	Villeneuve	villeneuve	FR	01480	0	Europe/Paris	47.96021	2.75657				24	45	451	45004
2968587	Villeneuve	villeneuve	FR	01480	0	Europe/Paris	47.56642	-1.30275				52	44	445	44065
2968515	Villeneuve-sur-Lot	villeneuve-sur-lot	FR	47300	25869	Europe/Paris	44.40854	0.70415		Vil'nev-sjur-Lo,Vil'nev-sjur-Lot,Vil'njov-sjur-Lo,Vilanueva dAgen,Vilanueva dOlt,Vilanuèva dAgen,Vilanuèva dÒlt,Villanova ad Oltem,Villeneuve,Villeneuve-sur-Lot,Vilnev sir Lot,bilnoebeuswileuloteu,luo te he pan xin cheng,vu~irunuvu=shuru=rotto,wilneifw-sur-lxt,wy nw swrlw,Вилнев сир Лот,Вильнев-сюр-Ло,Вильнев-сюр-Лот,Вильнёв-сюр-Ло,Вільнев-сюр-Лот,وی نو سورلو,วีลเนิฟว์-ซูร์-ล็อต,ヴィルヌーヴ＝シュル＝ロット,洛特河畔新城,빌뇌브쉬르로트	473	75	47	473	47323
2968516	Villeneuve-sur-Fère	villeneuve-sur-fere	FR	02130	232	Europe/Paris	49.1775	3.47499		Villeneuve,Villeneuve-sur-Fere,Villeneuve-sur-Fère		32	02	021	02806
2968517	Villeneuve-sur-Conie	villeneuve-sur-conie	FR	45310	207	Europe/Paris	48.0442	1.65186		Vil'nev-sjur-Koni,Villeneuve,Villeneuve-sur-Conie,ke ni de he pan xin cheng,Вільнев-сюр-Коні,科尼德河畔新城		24	45	452	45341
2968518	Villeneuve-sur-Cher	villeneuve-sur-cher	FR	18400	428	Europe/Paris	47.02905	2.22343		Villeneuve,Villeneuve-sur-Cher		24	18	181	18285
2968519	Villeneuve-sur-Bellot	villeneuve-sur-bellot	FR	77510	1183	Europe/Paris	48.86203	3.34143		Bellot-la-Montagne,Villeneuve,Villeneuve-sur-Bellot		11	77	773	77512
2968520	Villeneuve-sur-Auvers	villeneuve-sur-auvers	FR	91580	633	Europe/Paris	48.47502	2.24818		Vil'nev-sjur-Over,Villeneuve,Villeneuve-sur-Auvers,ao fu er he pan wei er na wo,Вильнев-сюр-Овер,Вільнев-сюр-Овер,奥夫尔河畔维尔纳沃		11	91	911	91671
2968521	Villeneuve-sur-Allier	villeneuve-sur-allier	FR	03460	960	Europe/Paris	46.66021	3.2485		Villeneuve,Villeneuve-sur-Allier		84	03	032	03316
2968522	Villeneuve-sous-Pymont	villeneuve-sous-pymont	FR	39570	225	Europe/Paris	46.69134	5.55023		Villeneuve,Villeneuve-sous-Pymont		27	39	392	39567
2968523	Villeneuve-sous-Dammartin	villeneuve-sous-dammartin	FR	77230	582	Europe/Paris	49.03501	2.641		Vil'nev-su-Dammarten,Villeneuve,Villeneuve-sous-Dammartin,Вильнев-су-Даммартен,Вільнев-су-Даммартен		11	77	771	77511
2968524	Villeneuve-sous-Charigny	villeneuve-sous-charigny	FR	21140	85	Europe/Paris	47.4375	4.39429		Villeneuve,Villeneuve-sous-Charigny		27	21	213	21696
2968525	Villeneuve-Saint-Vistre-et-Villevotte	villeneuve-saint-vistre-et-villevotte	FR	51120	123	Europe/Paris	48.63471	3.76196		Villeneuve-Saint Vistre,Villeneuve-Saint Vistre-Villevotte,Villeneuve-Saint-Vistre-et-Villevotte,Villeval		44	51	512	51628
2968526	Villeneuve-Saint-Salves	villeneuve-saint-salves	FR	89230	258	Europe/Paris	47.85468	3.6512		Villeneuve,Villeneuve-Saint-Salves		27	89	891	89463
2968527	Villeneuve-Saint-Nicolas	villeneuve-saint-nicolas	FR	28150	107	Europe/Paris	48.28858	1.5664		Villeneuve,Villeneuve-Saint-Nicolas		24	28	281	28422
2968528	Villeneuve-Saint-Germain	villeneuve-saint-germain	FR	02200	2331	Europe/Paris	49.37976	3.35952		Villeneuve-Saint-Germain		32	02	024	02805
2968558	Villeneuve-la-Comptal	villeneuve-la-comptal	FR	11400	1122	Europe/Paris	43.28692	1.9212		Villeneuve,Villeneuve-la-Comptal		76	11	111	11430
2969771	Vernols	vernols	FR	15160	83	Europe/Paris	45.22603	2.89034		Vernols		84	15	153	15253
2968529	Villeneuve-Saint-Georges	villeneuve-saint-georges	FR	94190	30881	Europe/Paris	48.73219	2.44925		Vil'nev-Sen-Zhorzh,Vil'njov-Sen-Zhorzh,Villeneuve,Villeneuve-Saint-Georges,Villeneuve-la-Montagne,Vilnev Sen Zhorzh,bilnoebeusaengjoleuju,fylnwf san jwrj,vu~irunuvu=san=joruju,wylnww-sn-zhrzh,wynw sn zhwrzh,xin cheng sheng qiao zhi,Вилнев Сен Жорж,Вильнев-Сен-Жорж,Вильнёв-Сен-Жорж,Вільнев-Сен-Жорж,فيلنوف سان جورج,ویلنوو-سن-ژرژ,وینو سن ژورژ,ヴィルヌーヴ＝サン＝ジョルジュ,新城圣乔治,빌뇌브생조르주		11	94	943	94078
2968530	Villeneuve-Saint-Denis	villeneuve-saint-denis	FR	77174	730	Europe/Paris	48.81578	2.79353		Villeneuve,Villeneuve-Franciade,Villeneuve-Saint-Denis,Villeneuve-l'Union		11	77	773	77510
2968531	Villeneuve-Renneville-Chevigny	villeneuve-renneville-chevigny	FR	51130	305	Europe/Paris	48.91832	4.06091		Vil'nev-Rennvil'-Shevin'i,Villeneuve,Villeneuve-Renneville-Chevigny,wei lei na fu lei na wei er xie wei ni,Вільнев-Реннвіль-Шевіньї,维勒纳夫雷纳维尔谢维尼		44	51	512	51627
2968532	Villeneuve-Minervois	villeneuve-minervois	FR	11160	881	Europe/Paris	43.31515	2.46189		Villeneuve,Villeneuve-Minervois		76	11	111	11433
2968533	Villeneuve-Loubet	villeneuve-loubet	FR	06270	14354	Europe/Paris	43.6579	7.12233		Vil'nev-Lube,Vil'njov-Lube,Vilanova de Mar,Vilanòva de Mar,Villeneuve,Villeneuve-Loubet,fylynywf lwbyt,lu bei xin cheng,vu~irunuvu=rube,Вильнёв-Лубе,Вільнев-Лубе,فيلينيوف لوبيت,ヴィルヌーヴ＝ルベ,卢贝新城		93	06	061	06161
2968534	Villeneuve-les-Sablons	villeneuve-les-sablons	FR	60175	1130	Europe/Paris	49.23753	2.07782		Villeneuve,Villeneuve-les-Sablons		32	60	601	60678
2968535	Villeneuve-lès-Montréal	villeneuve-les-montreal	FR	11290	124	Europe/Paris	43.18021	2.11161		Villeneuve,Villeneuve-les-Montreal,Villeneuve-lès-Montréal		76	11	111	11432
2968536	Villeneuve-lès-Maguelone	villeneuve-les-maguelone	FR	34750	8343	Europe/Paris	43.53222	3.86047		Vil'nev-le-Magelon,Vilanova de Magalona,Vilanòva de Magalona,Villeneuve,Villeneuve-les-Maguelone,Villeneuve-les-Maguelonne,Villeneuve-lès-Maguelone,Villeneuve-lès-Maguelonne,ma gai long xin cheng,vu~irunuvu=re=maguronu,wylnb-lh-mglwn,Вильнев-ле-Магелон,Вільнев-ле-Магелон,וילנב-לה-מגלון,ヴィルヌーヴ＝レ＝マグローヌ,马盖隆新城		76	34	343	34337
2968537	Villeneuve-lès-Lavaur	villeneuve-les-lavaur	FR	81500	151	Europe/Paris	43.59887	1.78622		Villeneuve,Villeneuve-les-Lavaur,Villeneuve-lès-Lavaur		76	81	812	81318
2968538	Villeneuve-les-Genêts	villeneuve-les-genets	FR	89350	270	Europe/Paris	47.73689	3.09093		Villeneuve,Villeneuve-les-Genets,Villeneuve-les-Genêts		27	89	891	89462
2968539	Villeneuve-les-Corbières	villeneuve-les-corbieres	FR	11360	254	Europe/Paris	42.97707	2.77508		Vil'nev-le-Korb'er,Vil'nev-le-Korber,Vil'njov-le-Korb'er,Vilanova de las Corbieras,Vilanòva de las Corbièras,Villeneuve,Villeneuve-les-Corbieres,Villeneuve-les-Corbières,wei lei na fu lai ke er bi ai,Вильнев-ле-Корбьер,Вильнёв-ле-Корбьер,Вільнев-ле-Корбєр,维勒纳夫莱科尔比埃		76	11	113	11431
2968540	Villeneuve-lès-Charnod	villeneuve-les-charnod	FR	39240	67	Europe/Paris	46.33642	5.47755		Villeneuve,Villeneuve-les-Charnod,Villeneuve-lès-Charnod		27	39	392	39018
2968541	Villeneuve-les-Cerfs	villeneuve-les-cerfs	FR	63310	424	Europe/Paris	46.0098	3.33096		Villeneuve,Villeneuve-les-Cerfs,Villeneuve-lès-Cerfs		84	63	634	63459
2968542	Villeneuve-lès-Bouloc	villeneuve-les-bouloc	FR	31620	1083	Europe/Paris	43.76904	1.42561		Villeneuve,Villeneuve-les-Bouloc,Villeneuve-lès-Bouloc		76	31	313	31587
2968543	Villeneuve-les-Bordes	villeneuve-les-bordes	FR	77154	561	Europe/Paris	48.48309	3.04916		Vil'nev-le-Bord,Villeneuve,Вильнев-ле-Борд,Вільнев-ле-Борд		11	77	773	77509
2968544	Villeneuve-lès-Béziers	villeneuve-les-beziers	FR	34420	3607	Europe/Paris	43.31491	3.28003		Villeneuve,Villeneuve les beziers,Villeneuve-les-Beziers,Villeneuve-lès-Béziers		76	34	341	34336
2968545	Villeneuve-lès-Avignon	villeneuve-les-avignon	FR	30400	13451	Europe/Paris	43.96773	4.79258		Vil'nev-lez-Avin'jon,Vil'njov-lez-Avin'on,Vilanova dAvinhon,Vilanòva dAvinhon,Villanova ad Avenionem,Villeneuve,Villeneuve-les-Avignon,Villeneuve-lez-Avignon,Villeneuve-lès-Avignon,a wei ni weng xin cheng,vu~irunuvu=rezavu~inyon,Вильнев-лез-Авиньйон,Вильнёв-лез-Авиньон,Вільнев-лез-Авіньйон,ヴィルヌーヴ＝レザヴィニョン,阿维尼翁新城		76	30	302	30351
2968546	Villeneuve-le-Roi	villeneuve-le-roi	FR	94290	17575	Europe/Paris	48.73684	2.40081		Vil'nev-le-Rua,Villeneuve,Villeneuve-le-Roi,Villeneuve-sur-Seine,vu~irunuvu=ru=rowa,xin cheng lei lu wa,Вильнев-ле-Руа,Вільнев-ле-Руа,ヴィルヌーヴ＝ル＝ロワ,新城勒鲁瓦		11	94	943	94077
2968547	Villeneuve-Lécussan	villeneuve-lecussan	FR	31580	0	Europe/Paris	43.14912	0.49811		Villeneuve,Villeneuve-Lecussan,Villeneuve-Lécussan		76	31	312	31586
2968548	Villeneuve-le-Comte	villeneuve-le-comte	FR	77174	1764	Europe/Paris	48.81413	2.82953		Villeneuve,Villeneuve-le-Comte,Villeneuve-le-Peuple,Villeneuve-les-Bordes		11	77	773	77508
2968549	Villeneuve-la-Rivière	villeneuve-la-riviere	FR	66610	1154	Europe/Paris	42.69376	2.8014		Vilanova,Villeneuve,Villeneuve-de-la-Riviere,Villeneuve-de-la-Rivière,Villeneuve-la-Riviere,Villeneuve-la-Rivière		76	66	662	66228
2968550	Villeneuve-l'Archevêque	villeneuve-l-archeveque	FR	89190	0	Europe/Paris	48.23494	3.55743		Villeneuve,Villeneuve-l'Archeveque,Villeneuve-l'Archevêque,Villeneuve-lArcheveque,Villeneuve-lArchevêque,Villeneuve-la-Montagne,Villeneuve-l’Archevêque,Villeneuve-sur-Vanne,wei er na wo la er she wei qu e,维尔纳沃拉尔舍韦屈厄		27	89	893	89461
2968552	Villeneuve-la-Lionne	villeneuve-la-lionne	FR	51310	249	Europe/Paris	48.76959	3.45596		Villeneuve-la-Lionne		44	51	512	51625
2968554	Villeneuve-la-Guyard	villeneuve-la-guyard	FR	89340	2684	Europe/Paris	48.34093	3.06176		Vil'nev-la-Gviar,Villeneuve,Villeneuve-la-Guerre,Villeneuve-la-Guyard,wei er na wo la ju yi a er,Вильнев-ла-Гвиар,Вільнев-ла-Гвіар,维尔纳沃拉居伊阿尔		27	89	893	89460
2968555	Villeneuve-la-Garenne	villeneuve-la-garenne	FR	92388 CEDEX	22036	Europe/Paris	48.93935	2.31478		Vil'nev-la-Garenn,Villeneuve,Villeneuve-la-Garenne,Vilnev la Garan,bilnoebeulagalen,vu~irunuvu=ra=garen'nu,wynyw lgrn,xin cheng-la jia lun,Вилнев ла Гаран,Вильнев-ла-Гаренн,Вільнев-ла-Гаренн,وینیو لگرن,ヴィルヌーヴ＝ラ＝ガレンヌ,新城-拉加伦,빌뇌브라가렌		11	92	922	92078
2968556	Villeneuve-la-Dondagre	villeneuve-la-dondagre	FR	89150	210	Europe/Paris	48.13611	3.13476		Villeneuve,Villeneuve-la-Dondagre		27	89	893	89459
2968557	Villeneuve-la-Comtesse	villeneuve-la-comtesse	FR	17330	776	Europe/Paris	46.09803	-0.50547		Villeneuve,Villeneuve-la-Comtesse,Villeneuve-le-Mont		75	17	175	17474
2968559	Villeneuve-Frouville	villeneuve-frouville	FR	41290	72	Europe/Paris	47.78688	1.3099		Villeneuve,Villeneuve-Frouville		24	41	411	41284
2968560	Villeneuve-en-Montagne	villeneuve-en-montagne	FR	71390	141	Europe/Paris	46.76905	4.60858		Villars-en-Montagne,Villeneuve,Villeneuve-en-Montagne		27	71	712	71579
2968561	Villeneuve-du-Paréage	villeneuve-du-pareage	FR	09100	557	Europe/Paris	43.1544	1.63738		Villeneuve,Villeneuve-du-Pareage,Villeneuve-du-Paréage		76	09	092	09339
2968562	Villeneuve-du-Latou	villeneuve-du-latou	FR	09130	119	Europe/Paris	43.20304	1.43291		Villeneuve,Villeneuve-du Laton,Villeneuve-du-Latou		76	09	093	09338
2968564	Villeneuve-d'Olmes	villeneuve-d-olmes	FR	09300	1159	Europe/Paris	42.90767	1.82109		Villeneuve,Villeneuve-d'Olmes		76	09	092	09336
2968566	Villeneuve-de-Rivière	villeneuve-de-riviere	FR	31800	1552	Europe/Paris	43.12082	0.66626		Villeneuve,Villeneuve-de-Riviere,Villeneuve-de-Rivière		76	31	312	31585
2968567	Villeneuve-d'Entraunes	villeneuve-d-entraunes	FR	06470	0	Europe/Paris	44.12035	6.79565		Villeneuve,Villeneuve-d'Entraunes		93	06	062	06160
2968569	Villeneuve-de-Marsan	villeneuve-de-marsan	FR	40190	2301	Europe/Paris	43.89287	-0.3069		Vil'nev-de-Marsan,Vilanava de Marcan,Vilanava de Marsan,Vilanava de Marçan,Villeneuve,Villeneuve-de-Marsan,ma er sang xin cheng,Вильнев-де-Марсан,Вільнев-де-Марсан,马尔桑新城		75	40	402	40331
2968570	Villeneuve-de-Marc	villeneuve-de-marc	FR	38440	954	Europe/Paris	45.47741	5.10129		Villeneuve,Villeneuve-de-Marc		84	38	383	38555
2968571	Villeneuve-de-la-Raho	villeneuve-de-la-raho	FR	66180	3973	Europe/Paris	42.63696	2.91683		Villeneuve,Villeneuve-de-la-Raho		76	66	662	66227
2968572	Villeneuve-de-Duras	villeneuve-de-duras	FR	47120	253	Europe/Paris	44.74128	0.23709		Vil'nev-de-Djuras,Vilanueva de Duras,Vilanueva de Puiagut,Vilanuèva de Duràs,Vilanuèva de Puiagut,Villeneuve,Villeneuve-de-Duras,di la xin cheng,Вильнев-де-Дюрас,Вільнев-де-Дюрас,迪拉新城		75	47	472	47321
2968573	Villeneuve	villeneuve	FR	01480	398	Europe/Paris	45.08355	-0.62889		Villeneuve,Villeneuve-de-Blaye		75	33	331	33551
2968574	Villeneuve-de-Berg	villeneuve-de-berg	FR	07170	2693	Europe/Paris	44.55699	4.50215		Vil'nev-de-Ber,Vil'njov-de-Ber,Vilanova de Berg,Vilanòva de Berg,Villeneuve,Villeneuve-de-Berg,bei er xin cheng,Вильнёв-де-Бер,Вільнев-де-Бер,贝尔新城		84	07	071	07341
2968575	Villeneuve	villeneuve	FR	01480	2098	Europe/Paris	44.43729	2.03148		Villeneuve,Villeneuve-d'Aveyron		76	12	123	12301
2968576	Villeneuve-d'Aval	villeneuve-d-aval	FR	39600	0	Europe/Paris	46.97173	5.74827		Villeneuve,Villeneuve-d'Aval		27	39	391	39565
2968578	Villeneuve-d'Amont	villeneuve-d-amont	FR	25270	0	Europe/Paris	46.93935	6.03098		Villeneuve,Villeneuve-d'Amont		27	25	253	25621
2968579	Villeneuve-d'Allier	villeneuve-d-allier	FR	43380	0	Europe/Paris	45.19792	3.38393		Villeneuve,Villeneuve-d'Allier		84	43	431	43264
2968580	Villeneuve-au-Chemin	villeneuve-au-chemin	FR	10130	194	Europe/Paris	48.088	3.85036		Villeneuve,Villeneuve-au-Chemin		44	10	103	10422
2968588	Villeneuve	villeneuve	FR	01480	0	Europe/Paris	47.55121	2.85121				24	45	451	45040
2968589	Villeneuve	villeneuve	FR	01480	0	Europe/Paris	47.44631	4.04786				27	89	892	89351
2968590	Villeneuve	villeneuve	FR	01480	0	Europe/Paris	47.34369	4.45512				27	21	213	21633
2968591	Villeneuve	villeneuve	FR	01480	0	Europe/Paris	47.16981	2.44724				24	18	181	18179
2968592	Villeneuve	villeneuve	FR	01480	0	Europe/Paris	47.12915	2.65991				24	18	181	18035
2968593	Villeneuve	villeneuve	FR	01480	0	Europe/Paris	47.04943	1.89561				24	36	364	36083
2968595	Villeneuve	villeneuve	FR	01480	0	Europe/Paris	46.85873	3.92548				27	58	581	58074
2968596	Villeneuve	villeneuve	FR	01480	0	Europe/Paris	46.83762	3.02505				24	18	182	18164
2968597	Villeneuve	villeneuve	FR	01480	0	Europe/Paris	46.75494	-0.05289				75	79	793	79016
2968598	Villeneuve	villeneuve	FR	01480	0	Europe/Paris	46.53727	0.65759				75	86	863	86070
2968599	Villeneuve	villeneuve	FR	01480	0	Europe/Paris	46.41563	0.74567				75	86	862	86262
2968600	Villeneuve	villeneuve	FR	01480	0	Europe/Paris	46.12054	3.0582				84	03	033	03107
2968601	Villeneuve	villeneuve	FR	01480	1024	Europe/Paris	46.02096	4.83591		Villeneuve		84	01	012	01446
2968602	Villeneuve	villeneuve	FR	01480	0	Europe/Paris	45.95756	0.93199				75	16	163	16064
2968603	Villeneuve	villeneuve	FR	01480	0	Europe/Paris	45.77412	1.03166				75	87	872	87191
2968604	Villeneuve	villeneuve	FR	01480	0	Europe/Paris	45.63292	4.99183				84	69	691	69289
2968605	Villeneuve	villeneuve	FR	01480	139	Europe/Paris	45.47713	3.18685		Villeneuve		84	63	633	63458
2968606	Villeneuve	villeneuve	FR	01480	0	Europe/Paris	45.14899	5.81726				84	38	381	38422
2968607	Villeneuve	villeneuve	FR	01480	0	Europe/Paris	45.14779	4.10986				84	43	433	43268
2968608	Villeneuve	villeneuve	FR	01480	0	Europe/Paris	44.96688	3.58793				84	43	431	43234
2968609	Villeneuve	villeneuve	FR	01480	3444	Europe/Paris	44.94488	6.56545				93	05	051	05161
2968611	Villeneuve	villeneuve	FR	01480	0	Europe/Paris	44.70074	6.03684				93	05	052	05104
2968612	Villeneuve	villeneuve	FR	01480	0	Europe/Paris	44.37432	3.77533				76	48	481	48116
2968613	Villeneuve	villeneuve	FR	01480	0	Europe/Paris	44.23819	3.54558				76	48	481	48193
2968614	Villeneuve	villeneuve	FR	01480	3309	Europe/Paris	43.89421	5.86272		Villeneuve		93	04	044	04242
2968615	Villeneuve	villeneuve	FR	01480	0	Europe/Paris	43.57368	4.62344				93	13	132	13004
2968616	Villeneuve	villeneuve	FR	01480	45	Europe/Paris	42.9392	0.9825		Villeneuve		76	09	093	09335
2968617	Villenavotte	villenavotte	FR	89140	183	Europe/Paris	48.2488	3.23768		Villenavotte		27	89	893	89458
2968618	Villenave-près-Marsac	villenave-pres-marsac	FR	65500	45	Europe/Paris	43.33387	0.08954		Villenave,Villenave-pres-Marsac,Villenave-près-Marsac		76	65	653	65477
2968619	Villenave-près-Béarn	villenave-pres-bearn	FR	65500	53	Europe/Paris	43.36366	-0.09044		Villenave,Villenave-pres-Bearn,Villenave-près-Béarn		76	65	653	65476
2968620	Villenave-d'Ornon	villenave-d-ornon	FR	33140	30347	Europe/Paris	44.77935	-0.56707		Vilanava,Villenave,Villenave-d'Ornon		75	33	332	33550
2968621	Villenave-de-Rions	villenave-de-rions	FR	33550	303	Europe/Paris	44.69074	-0.33803		Villenave,Villenave-de-Rions		75	33	333	33549
2968622	Villenave	villenave	FR	40110	278	Europe/Paris	43.96897	-0.8087				75	40	401	40330
2968623	Villenauxe-la-Petite	villenauxe-la-petite	FR	77480	414	Europe/Paris	48.40813	3.30976		Villenauxe,Villenauxe-la-Petite		11	77	773	77507
2968624	Villenauxe-la-Grande	villenauxe-la-grande	FR	10370	2695	Europe/Paris	48.58333	3.55		Vil'noks-la-Grand,Villenauxe-la-Grande,da wei lei nuo,Вильнокс-ла-Гранд,Вільнокс-ла-Гранд,大维勒诺		44	10	102	10420
2968625	Villemus	villemus	FR	04110	121	Europe/Paris	43.85913	5.70098		Vil'mju,Vil'mjus,Vilamurs,Villemus,wei lai mi,Вильмю,Вільмюс,维莱米		93	04	044	04241
2968626	Villemur-sur-Tarn	villemur-sur-tarn	FR	31340	5580	Europe/Paris	43.86708	1.50281		Vil'mjur-sjur-Tarn,Vilamur de Tarn,Villemur,Villemur-sur-Tarn,ta er en he pan wei lai mi,Вильмюр-сюр-Тарн,Вільмюр-сюр-Тарн,塔尔恩河畔维莱米		76	31	313	31584
2968627	Villemurlin	villemurlin	FR	45600	564	Europe/Paris	47.68571	2.33467		Vil'mjurlen,Villemurlin,wei lai mi er lan,Вільмюрлен,维莱米尔兰		24	45	452	45340
2968628	Villemur	villemur	FR	65230	59	Europe/Paris	43.25541	0.54912		Villemur		76	65	653	65475
2968629	Villemoyenne	villemoyenne	FR	10260	527	Europe/Paris	48.17906	4.22744		Villemoyenne		44	10	103	10419
2968630	Villemoutiers	villemoutiers	FR	45270	514	Europe/Paris	47.99528	2.55956		Vil'mut'e,Villemoutiers,wei lai mu di ye er,Вільмутьє,维莱穆蒂耶尔		24	45	451	45339
2968631	Villemoustaussou	villemoustaussou	FR	11620	2943	Europe/Paris	43.25251	2.36397		Villemoustaussou		76	11	111	11429
2968632	Villemotier	villemotier	FR	01270	520	Europe/Paris	46.34655	5.32122		Villemotier		84	01	012	01445
2968636	Villemort	villemort	FR	86310	120	Europe/Paris	46.55153	0.92175		Villemort		75	86	862	86291
2968638	Villemorin	villemorin	FR	17470	122	Europe/Paris	46.00272	-0.29604		Villemorin		75	17	175	17473
2968639	Villemorien	villemorien	FR	10110	172	Europe/Paris	48.08512	4.29651		Villemorien		44	10	103	10418
2968641	Villemontoire	villemontoire	FR	02210	209	Europe/Paris	49.3	3.33333		Villemontoire		32	02	024	02804
2968649	Villemontais	villemontais	FR	42155	959	Europe/Paris	45.98095	3.95511		Villemontais		84	42	422	42331
2968653	Villemomble	villemomble	FR	93250	28001	Europe/Paris	48.88333	2.5		Vil'mombl',Vilemombl,Villemomble,Villemonble,bilmongbeul,vu~irumonburu,wei lei meng bu lei,wyamwmb,wylmwmbl,Вилемомбл,Вильмомбль,Вільмомбль,וילמומבל,ویامومب,ヴィルモンブル,维勒蒙布勒,빌몽블		11	93	932	93077
2968654	Villemolaque	villemolaque	FR	66300	1008	Europe/Paris	42.58899	2.83815		Vilamulaca,Villemolaque		76	66	661	66226
2968655	Villemoisson-sur-Orge	villemoisson-sur-orge	FR	91360	7250	Europe/Paris	48.66632	2.33657		Vil'muasson-sjur-Orzh,Villemoisson,Villemoisson-sur-Orge,ao er ri he pan wei lai mu wa song,Вильмуассон-сюр-Орж,Вільмуассон-сюр-Орж,奥尔日河畔维莱穆瓦松		11	91	913	91667
2968657	Villemoisan	villemoisan	FR	49370	519	Europe/Paris	47.46408	-0.8927		Mont-de-l'Etang,Vil'muazan,Villemoisan,wei lai mu wa sang,Вільмуазан,维莱穆瓦桑		52	49	494	49183
2968658	Villemoiron-en-Othe	villemoiron-en-othe	FR	10160	209	Europe/Paris	48.199	3.77834		Villemoiron,Villemoiron-en-Othe		44	10	103	10417
2968660	Villemoirieu	villemoirieu	FR	38460	1600	Europe/Paris	45.71884	5.22586		Villemoirieu		84	38	382	38554
2968662	Villemeux-sur-Eure	villemeux-sur-eure	FR	28210	1586	Europe/Paris	48.67259	1.4647		Villemeux,Villemeux-sur-Eure		24	28	283	28415
2968664	Villemereuil	villemereuil	FR	10800	230	Europe/Paris	48.19882	4.08777		Villemereuil		44	10	103	10416
2968665	Villemer	villemer	FR	77250	713	Europe/Paris	48.30105	2.82419		Villemer		11	77	774	77506
2968666	Villemer	villemer	FR	77250	259	Europe/Paris	47.91464	3.47394		Villemer		27	89	891	89196
2968670	Villembray	villembray	FR	60650	219	Europe/Paris	49.47495	1.86894		Villembray		32	60	601	60677
2968671	Villembits	villembits	FR	65220	119	Europe/Paris	43.2804	0.31339		Villembits		76	65	653	65474
2968672	Villemaur-sur-Vanne	villemaur-sur-vanne	FR	10190	431	Europe/Paris	48.25653	3.72897		Vil'mor-sjur-Van,Vil'mor-sjur-Vann,Villemaur,Villemaur-sur-Vanne,wang he pan wei lai mo,Вильмор-сюр-Ван,Вільмор-сюр-Ванн,旺河畔维莱莫		44	10	103	10003
2968676	Villematier	villematier	FR	31340	909	Europe/Paris	43.82858	1.50925		Villematier		76	31	313	31583
2968678	Villemareuil	villemareuil	FR	77470	373	Europe/Paris	48.92124	2.9714		Villemareuil		11	77	771	77505
2968679	Villemaréchal	villemarechal	FR	77710	871	Europe/Paris	48.267	2.86686		Villemarechal,Villemaréchal		11	77	774	77504
2968680	Villemardy	villemardy	FR	41100	224	Europe/Paris	47.73522	1.18966		Commune-Duodi,Villemardy		24	41	412	41283
2968681	Villemanoche	villemanoche	FR	89140	633	Europe/Paris	48.30005	3.18057		Villemanoche		27	89	893	89456
2968682	Villemandeur	villemandeur	FR	45700	6498	Europe/Paris	47.98701	2.71802		Vil'mander,Villemandeur,wei lai mang de,Вільмандер,维莱芒德		24	45	451	45338
2968683	Villemain	villemain	FR	79110	0	Europe/Paris	48.34992	1.47986				24	28	281	28122
2968684	Villemain	villemain	FR	79110	183	Europe/Paris	46.02322	-0.08776		Villemain		75	79	792	79349
2968685	Villemagne	villemagne	FR	11310	0	Europe/Paris	45.51667	4.36667				84	42	423	42234
2968686	Villemagne-l'Argentière	villemagne-l-argentiere	FR	34600	479	Europe/Paris	43.61667	3.13333				76	34	341	34335
2968687	Villemagne	villemagne	FR	11310	272	Europe/Paris	43.35865	2.11187		Villemagne		76	11	111	11428
2968688	Villemade	villemade	FR	82130	717	Europe/Paris	44.0753	1.28753		Villemade		76	82	822	82195
2968689	Villeloup	villeloup	FR	10350	110	Europe/Paris	48.36084	3.87551		Villeloup		44	10	103	10414
2968690	Vilallonga dels Monts	vilallonga-dels-monts	FR	66740	1265	Europe/Paris	42.52557	2.90434		Vilallonga,Vilallonga dels Monts,Villelongue-dels-Monts		76	66	661	66225
2968691	Villelongue-de-la-Salanque	villelongue-de-la-salanque	FR	66410	2690	Europe/Paris	42.72657	2.98219		Vil'long-de-la-Salank,Vilallonga de la Salanca,Villelongue,Villelongue-de-la-Salanque,wei lai long gai de la-sa lang qu ai,Вильлонг-де-ла-Саланк,Вільлонг-де-ла-Саланк,维莱隆盖德拉-萨朗屈埃		76	66	662	66224
2968692	Villelongue-d'Aude	villelongue-d-aude	FR	11300	0	Europe/Paris	43.05498	2.09471		Villelongue,Villelongue-d'Aude		76	11	112	11427
2968694	Villelongue	villelongue	FR	65260	0	Europe/Paris	45.86473	2.88172				84	63	634	63381
2968696	Villelongue	villelongue	FR	65260	307	Europe/Paris	42.95413	-0.05843		Villelongue		76	65	651	65473
2970172	Velorcey	velorcey	FR	70300	135	Europe/Paris	47.77901	6.2512		Velorcey		27	70	701	70541
2968699	Villeloin-Coulangé	villeloin-coulange	FR	37460	663	Europe/Paris	47.14066	1.22336		Vil'luen-Kulanzhe,Villeloin,Villeloin-Coulange,Villeloin-Coulangé,wei lai lu wan ku lang re,Вільлуен-Куланже,维莱卢万库朗热		24	37	373	37277
2968700	Ville-le-Marclet	ville-le-marclet	FR	80420	474	Europe/Paris	50.02263	2.07251		Ville-le Marcle,Ville-le-Marclet		32	80	802	80795
2968701	Villelaure	villelaure	FR	84530	3132	Europe/Paris	43.71075	5.43422		Vil'lor,Vilalaura,Villelaure,wei lai luo lei,Вильлор,Вільлор,维莱洛勒		93	84	841	84147
2968702	Ville-Langy	ville-langy	FR	58270	300	Europe/Paris	46.94369	3.49976		Ville-Langy		27	58	583	58311
2968703	Ville-la-Grand	ville-la-grand	FR	74100	7033	Europe/Paris	46.203	6.2501		Vil'-la-Gran,Ville la Grand,Віль-ла-Гран		84	74	743	74305
2968704	Villejust	villejust	FR	91140	1742	Europe/Paris	48.68304	2.2361		Vil'zhust,Villejust,wei er rui si,Вильжуст,Вільжуст,维尔瑞斯		11	91	913	91666
2968705	Villejuif	villejuif	FR	94800	48048	Europe/Paris	48.7939	2.35992		Vil'zhjuif,Vil'zhuif,Villejuif,Vilzhif,Vilzhuif,biljwipeu,fyljwyf,vu~irujuifu,wylzhwyyf,wywzhwyyf,you tai cheng,Вилжиф,Вилжуиф,Вильжуиф,Вильжюиф,Вільжуїф,فيلجويف,ویلژوئیف,ویوژوئیف,ヴィルジュイフ,犹太城,빌쥐프		11	94	943	94076
2968706	Villejoubert	villejoubert	FR	16560	303	Europe/Paris	45.80336	0.1749		Villejoubert		75	16	163	16412
2968707	Villejoubert	villejoubert	FR	16560	0	Europe/Paris	45.78873	1.56443				75	87	872	87142
2968710	Villejésus	villejesus	FR	16140	568	Europe/Paris	45.89501	0.02984		Vil'zhezju,Villejesus,Villejésus,wei lai re xu,Вильжезю,Вільжезю,维莱热叙		75	16	163	16005
2968716	Ville-Houdlémont	ville-houdlemont	FR	54730	574	Europe/Paris	49.54596	5.64784		Ville-Houdlemont,Ville-Houdlémont		44	54	541	54572
2968718	Villeherviers	villeherviers	FR	41200	529	Europe/Paris	47.36667	1.8		Villeherviers		24	41	413	41282
2968723	Villegusien-le-Lac	villegusien-le-lac	FR	52190	655	Europe/Paris	47.73615	5.32133				44	52	522	52529
2968725	Villegouin	villegouin	FR	36500	410	Europe/Paris	46.96421	1.3735		Villegouin		24	36	362	36243
2968726	Villegouge	villegouge	FR	33141	1173	Europe/Paris	44.96714	-0.30763		Villegouge		75	33	335	33548
2968729	Villegongis	villegongis	FR	36110	100	Europe/Paris	46.91313	1.59564		Vil'gonzhi,Villegongis,wei lei gong ji,Вильгонжи,Вільгонжі,维勒贡吉		24	36	362	36242
2968731	Villegly	villegly	FR	11600	802	Europe/Paris	43.28692	2.4396		Villegly		76	11	111	11426
2968733	Villegenon	villegenon	FR	18260	246	Europe/Paris	47.42705	2.60428		Villegenon		24	18	181	18284
2968735	Villegaudin	villegaudin	FR	71620	109	Europe/Paris	46.79689	5.097		Villegaudin		27	71	712	71577
2968736	Villegats	villegats	FR	16700	324	Europe/Paris	49.00012	1.46343		Villegats		28	27	271	27689
2968737	Villegats	villegats	FR	16700	271	Europe/Paris	45.99114	0.19284		Villegats		75	16	163	16110
2968739	Villegailhenc	villegailhenc	FR	11600	1517	Europe/Paris	43.26901	2.35479		Villegailhenc		76	11	111	11425
2968743	Villefranque	villefranque	FR	64990	87	Europe/Paris	43.49924	-0.00494		Villefranque		76	65	653	65472
2968744	Villefranque	villefranque	FR	64990	2104	Europe/Paris	43.43742	-1.45289		Milafranga,Tricolor,Villefranque		75	64	641	64558
2968745	Villefrancon	villefrancon	FR	70700	77	Europe/Paris	47.4051	5.7436		Villefrancon		27	70	702	70557
2968748	Villefranche-sur-Saône	villefranche-sur-saone	FR	69400	32994	Europe/Paris	45.98967	4.71961		Commune-Franche,VFC,Velafranche,Vil'fransh-sjur-Son,Vilfransh sir Saon,Ville-Libre-sur-Saone,Ville-Libre-sur-Saône,Villefranche,Villefranche sobre Saona,Villefranche-sur-Saone,Villefranche-sur-Saône,XVF,bilpeulangsyuswileuson,vu~irufuranshu=shuru=sonu,wyywfransh swr sywn,Вилфранш сир Саон,Вильфранш-сюр-Сон,Вільфранш-сюр-Сон,وییوفرانش سور سئون,ヴィルフランシュ＝シュル＝ソーヌ,빌프랑슈쉬르손	692	84	69	692	69264
2968749	Villefranche-sur-Mer	villefranche-sur-mer	FR	06230	7105	Europe/Paris	43.70392	7.31088		Vil'fransh-sjur-Mer,Vilafranca de Mar,Villa Franca Niciensium,Villafranca,Villefranche,Villefranche-sur-Mer,bilpeulangsyuswileumeleu,bin hai zi you cheng,fylfransh swr myr,vu~irufuranshu=shuru=meru,Вильфранш-сюр-Мер,Вільфранш-сюр-Мер,فيلفرانش سور مير,ヴィルフランシュ＝シュル＝メール,滨海自由城,빌프랑슈쉬르메르		93	06	062	06159
2968750	Villefranche	villefranche	FR	32420	533	Europe/Paris	47.93333	3.13333		Villefranche-Saint-Phal		27	89	891	89086
2968751	Villefranche-le-Château	villefranche-le-chateau	FR	26560	22	Europe/Paris	44.22104	5.52234		Villefranche,Villefranche-le-Chateau,Villefranche-le-Château		84	26	262	26375
2968752	Villefranche-du-Queyran	villefranche-du-queyran	FR	47160	378	Europe/Paris	44.30865	0.19674		Villefranche,Villefranche-du-Queyran		75	47	474	47320
2968753	Villefranche-du-Périgord	villefranche-du-perigord	FR	24550	840	Europe/Paris	44.63064	1.07561		Vil'fransh-dju-Perigor,Vilafranca de Perigord,Vilafranca de Perigòrd,Vilafrancha de Perigord,Vilafrancha de Perigòrd,Villefranche,Villefranche-du-Perigord,Villefranche-du-Périgord,pei li ge er zi you cheng,Вильфранш-дю-Перигор,Вільфранш-дю-Перигор,佩里戈尔自由城		75	24	244	24585
2968802	Villedieu-lès-Bailleul	villedieu-les-bailleul	FR	61160	216	Europe/Paris	48.81351	0.0171		Villedieu,Villedieu-les-Bailleul,Villedieu-lès-Bailleul		28	61	612	61505
2968755	Villefranche-de-Rouergue	villefranche-de-rouergue	FR	12200	14030	Europe/Paris	44.35166	2.03702	290	Franciopolis,Vil'fransh-de-Ruehrg,Vil'fransh-de-Ruerg,Vilafranca de Roergue,Villefranche,Villefranche-de-Rouergue,lu ai ge zi you cheng,vu~irufuranshu=do=ruerugu,Вильфранш-де-Руэрг,Вільфранш-де-Руерг,ヴィルフランシュ＝ド＝ルエルグ,鲁埃格自由城	123	76	12	123	12300
2968756	Villefranche-de-Panat	villefranche-de-panat	FR	12430	796	Europe/Paris	44.08876	2.70456		Vil'fransh-de-Pana,Vil'fransh-de-Panat,Vilafranca,Vilafranca de Panat,Villefranche,Villefranche de Panat,Villefranche-de-Panat,pa na zi you cheng,Вильфранш-де-Пана,Вільфранш-де-Панат,帕纳自由城		76	12	121	12299
2968757	Villefranche-de-Lonchat	villefranche-de-lonchat	FR	24610	923	Europe/Paris	44.94852	0.05645		Villefranche,Villefranche-de-Lonchapt,Villefranche-de-Lonchat,Villefranche-de-Longchapt,Villefranche-de-Longchat		75	24	241	24584
2968758	Villefranche-de-Lauragais	villefranche-de-lauragais	FR	31290	3701	Europe/Paris	43.4004	1.71697		Vil'fransh-de-Lorage,Vilafranca de Lauragues,Vilafranca de Lauragués,Villefranche,Villefranche de Lauragais,Villefranche-de-Lauragais,luo la gai zi you cheng,Вильфранш-де-Лораге,Вільфранш-де-Лораге,洛拉盖自由城		76	31	313	31582
2968759	Villefranche-de-Conflent	villefranche-de-conflent	FR	66500	241	Europe/Paris	42.58707	2.36724		Vil'fransh-de-Konflan,Vilafranca de Conflent,Villefranche,Villefranche-de-Conflent,kong fu lang zi you cheng,vu~irufuranshu=do=konfuran,Вильфранш-де-Конфлан,Вільфранш-де-Конфлан,ヴィルフランシュ＝ド＝コンフラン,孔夫朗自由城		76	66	663	66223
2968760	Villefranche-d'Allier	villefranche-d-allier	FR	03430	1319	Europe/Paris	46.39652	2.85717		Villefranche,Villefranche-d'Allier		84	03	031	03315
2968761	Villefranche-d'Albigeois	villefranche-d-albigeois	FR	81430	1098	Europe/Paris	43.89635	2.33022		Villefranche,Villefranche-d'Albigeois		76	81	811	81317
2968763	Villefranche	villefranche	FR	32420	0	Europe/Paris	49.44458	5.17714				44	55	553	55471
2968764	Villefranche	villefranche	FR	32420	0	Europe/Paris	48.24627	2.94718		Villefranche		11	77	773	77115
2968765	Villefranche-sur-Cher	villefranche-sur-cher	FR	41200	2553	Europe/Paris	47.3	1.76667		Vil'fransh-sjur-Sher,xie he pan zi you cheng,Вільфранш-сюр-Шер,谢河畔自由城		24	41	413	41280
2968766	Villefranche	villefranche	FR	32420	143	Europe/Paris	43.42401	0.72709		Villefranche		76	32	321	32465
2968768	Villefort	villefort	FR	11230	664	Europe/Paris	44.43973	3.93212		Villefort		76	48	482	48198
2968769	Villefort	villefort	FR	11230	98	Europe/Paris	42.95438	2.03245		Villefort		76	11	112	11424
2968771	Villefontaine	villefontaine	FR	38090	19749	Europe/Paris	45.61278	5.15058		Vil'fonten,Villefontaine,fylfwntyn,wei lai feng tan,Вильфонтен,Вільфонтен,فيلفونتين,维莱丰坦		84	38	382	38553
2968772	Villefollet	villefollet	FR	79170	190	Europe/Paris	46.12595	-0.26635		Villefollet		75	79	792	79348
2968773	Villefloure	villefloure	FR	11570	83	Europe/Paris	43.12372	2.38117		Villefloure		76	11	111	11423
2968775	Villeferry	villeferry	FR	21350	37	Europe/Paris	47.45512	4.51524		Villeferry		27	21	213	21694
2968778	Villefavard	villefavard	FR	87190	156	Europe/Paris	46.16801	1.20831		Vil'favar,Vilaflavard,Vile Favart,Villefavard,wei lai fa wa er,Вильфавар,Вільфавар,维莱法瓦尔		75	87	871	87206
2968780	Villefargeau	villefargeau	FR	89240	941	Europe/Paris	47.78043	3.50316		Villefargeau		27	89	891	89453
2968781	Villefagnan	villefagnan	FR	16240	1077	Europe/Paris	46.01344	0.07924		Vil'fan'jan,Villefagnan,wei lai fa ni ang,Вильфаньян,Вільфаньян,维莱法尼昂		75	16	163	16409
2968784	Ville-en-Woëvre	ville-en-woevre	FR	55160	159	Europe/Paris	49.13109	5.62632		Ville,Ville-en-Woevre,Ville-en-Woëvre		44	55	553	55557
2968785	Ville-en-Vermois	ville-en-vermois	FR	54210	623	Europe/Paris	48.61454	6.254		Ville,Ville-en-Vermois		44	54	543	54571
2968786	Ville-en-Tardenois	ville-en-tardenois	FR	51170	548	Europe/Paris	49.1806	3.8		Ville,Ville-en-Tardenois		44	51	513	51624
2968787	Ville-en-Selve	ville-en-selve	FR	51500	366	Europe/Paris	49.12682	4.08194		Ville,Ville-en-Selve		44	51	513	51623
2968788	Ville-en-Sallaz	ville-en-sallaz	FR	74250	745	Europe/Paris	46.14499	6.42135		Ville,Ville-en-Sallaz		84	74	742	74304
2968789	Ville-en-Blaisois	ville-en-blaisois	FR	52130	152	Europe/Paris	48.43935	4.95888		Ville,Ville-en-Blaisois		44	52	523	52528
2968790	Ville-du-Pont	ville-du-pont	FR	25650	273	Europe/Paris	47.00294	6.4772		La Ville-du Pont,Ville-du-Pont		27	25	253	25620
2968791	Villedubert	villedubert	FR	11800	368	Europe/Paris	43.23123	2.42163		Villedubert		76	11	111	11422
2968793	Villedoux	villedoux	FR	17230	996	Europe/Paris	46.24069	-1.06807		Villedoux		75	17	173	17472
2968796	Ville-Dommange	ville-dommange	FR	51390	467	Europe/Paris	49.2017	3.93521		Ville-Dommange		44	51	513	51622
2968797	Villedômer	villedomer	FR	37110	1301	Europe/Paris	47.54651	0.88775		Villedomer,Villedômer		24	37	373	37276
2968798	Villedômain	villedomain	FR	37460	126	Europe/Paris	47.05441	1.25787		Vil'domen,Villedomain,Villedosmain,Villedômain,Вільдомен		24	37	373	37275
2968799	Ville-di-Paraso	ville-di-paraso	FR	20279	141	Europe/Paris	42.56562	8.98587		E Ville di Parasu,Vil'-di-Parazo,Ville di Paraso,Ville-di-Paraso,Ville-di-Parazo,Вилле-ди-Паразо,Виль-ди-Паразо,Вілле-ді-Паразо		94	2B	2B5	2B352
2968800	Villedieu-sur-Indre	villedieu-sur-indre	FR	36320	2400	Europe/Paris	46.84598	1.53975		Verite,Vil'd'e-sjur-Ehndr,Vil'd'e-sjur-Endr,Villedieu,Villedieu-sur-Indre,Vérité,an de er he pan wei lai di e,Вильдье-сюр-Эндр,Вільдьє-сюр-Ендр,安德尔河畔维莱迪厄		24	36	362	36241
2968801	Villedieu-les-Poêles	villedieu-les-poeles	FR	50800	3927	Europe/Paris	48.83333	-1.21667		Vil'd'e-le-Poel',Villedieu,wei lai di e lai bo ai lai,Вильдье-ле-Поель,Вільдьє-ле-Поель,维莱迪厄莱波埃莱		28	50	504	50639
2968803	Villedieu-le-Château	villedieu-le-chateau	FR	41800	433	Europe/Paris	47.72049	0.64717		Commune-Etre-Supreme,Commune-Etre-Suprême,Vil'd'e-le-Shato,Villedieu,Villedieu-le-Chateau,Villedieu-le-Château,wei lai di e lai sha tuo,Вільдьє-ле-Шато,维莱迪厄莱沙托		24	41	412	41279
2968805	Villedieu-la-Blouère	villedieu-la-blouere	FR	49450	2236	Europe/Paris	47.14738	-1.06286		Vil'd'e-la-Bluer,Villedieu,Villedieu-la-Blouere,Villedieu-la-Blouère,vu~irude~yu=ra=burueru,wei lai di e la bu lu ai er,Вільдьє-ла-Блуер,ヴィルデュー＝ラ＝ブルエール,维莱迪厄拉布卢埃尔		52	49	492	49023
2968808	Villedieu	villedieu	FR	15100	100	Europe/Paris	47.91641	4.36194		Villedieu		27	21	213	21693
2968809	Villedieu	villedieu	FR	15100	0	Europe/Paris	47.27733	1.64152				24	41	413	41097
2968810	Villedieu	villedieu	FR	15100	0	Europe/Paris	45.73839	4.13167				84	42	421	42221
2968811	Villedieu	villedieu	FR	15100	529	Europe/Paris	44.999	3.06411		Villedieu		84	15	153	15262
2968812	Villedieu	villedieu	FR	15100	546	Europe/Paris	44.28427	5.03499		Cote-Libre,Côte-Libre,Villedieu		93	84	843	84146
2968813	Ville-devant-Chaumont	ville-devant-chaumont	FR	55150	69	Europe/Paris	49.29428	5.42582		Ville,Ville-devant-Chaumont		44	55	553	55556
2968814	Ville-devant-Belrain	ville-devant-belrain	FR	55260	23	Europe/Paris	48.86991	5.33773		Ville,Ville-devant-Belrain		44	55	552	55555
2968819	Ville-d'Avray	ville-d-avray	FR	92410	11431	Europe/Paris	48.82358	2.19311		Ville-d'Avray		11	92	923	92077
2968821	Villedaigne	villedaigne	FR	11200	495	Europe/Paris	43.21531	2.85922		Villedaigne		76	11	113	11421
2968822	Villecroze	villecroze	FR	83690	1180	Europe/Paris	43.58223	6.27587		Vil'kroz,Vilacrosa,Vilacròsa,Villecroze,wei lai ke luo ze,Вилькроз,Вількроз,维莱克罗泽		93	83	833	83149
2970174	Velogny	velogny	FR	21350	35	Europe/Paris	47.40381	4.46274		Velogny		27	21	213	21662
2968823	Villecresnes	villecresnes	FR	94440	8978	Europe/Paris	48.72002	2.5394		Vil'kren,Villecresnes,wei lai ke lei na,Вилькрен,Вількрен,维莱克雷纳		11	94	941	94075
2968824	Villecourt	villecourt	FR	80190	59	Europe/Paris	49.79861	2.97215		Villecourt		32	80	804	80794
2968825	Villecourt	villecourt	FR	80190	0	Europe/Paris	47.01667	3.16667				27	58	583	58303
2968826	Villeconin	villeconin	FR	91580	671	Europe/Paris	48.5143	2.12539		Vil'konen,Villeconin,wei lei ke nan,Вильконен,Вільконен,维勒科南		11	91	911	91662
2968827	Villecomte	villecomte	FR	21120	196	Europe/Paris	47.50956	5.03508		Bellefontaine,Villecomte		27	21	212	21692
2968828	Villecomtal	villecomtal	FR	12580	435	Europe/Paris	44.53871	2.56483		Dordon,Villecomtal		76	12	122	12298
2968829	Villecomtal-sur-Arros	villecomtal-sur-arros	FR	32730	779	Europe/Paris	43.4	0.2		Pont-Libre		76	32	323	32464
2968830	Villécloye	villecloye	FR	55600	229	Europe/Paris	49.51143	5.39751		Villecloye,Villécloye		44	55	553	55554
2968832	Villecien	villecien	FR	89300	352	Europe/Paris	48.00634	3.33		Villecien		27	89	893	89452
2968833	Villechien	villechien	FR	50140	211	Europe/Paris	48.57863	-0.98652		Villechien		28	50	501	50359
2968834	Villechien	villechien	FR	50140	0	Europe/Paris	47.99356	-1.34844				53	35	351	35198
2968835	Villechétive	villechetive	FR	89320	183	Europe/Paris	48.09522	3.51399		Villechetive,Villechétive		27	89	893	89451
2968836	Villechétif	villechetif	FR	10410	677	Europe/Paris	48.31184	4.1433		Villechetif,Villechétif		44	10	103	10412
2968839	Villechenève	villecheneve	FR	69770	649	Europe/Paris	45.81281	4.40616		Villecheneve,Villechenève		84	69	691	69263
2968840	Villechauve	villechauve	FR	41310	287	Europe/Paris	47.64969	0.94145		Villechauve		24	41	412	41278
2968843	Villechantria	villechantria	FR	39320	115	Europe/Paris	46.37311	5.44038		Villechantria		27	39	392	39485
2968846	Villecey-sur-Mad	villecey-sur-mad	FR	54890	253	Europe/Paris	49.00643	5.95944		Villecey,Villecey-sur-Mad		44	54	541	54570
2968847	Villecerf	villecerf	FR	77250	0	Europe/Paris	48.33696	3.72806				44	10	102	10145
2968848	Villecerf	villecerf	FR	77250	814	Europe/Paris	48.32785	2.84724		Vil'ser,Villecerf,Вильсер,Вільсер		11	77	774	77501
2968849	Villecerf	villecerf	FR	77250	0	Europe/Paris	48.26031	3.91047				44	10	103	10240
2968850	Villecelin	villecelin	FR	18160	0	Europe/Paris	46.82605	2.18283		Villecelin		24	18	182	18283
2968854	Villebrumier	villebrumier	FR	82370	982	Europe/Paris	43.90841	1.45603		Villebrumier		76	82	822	82194
2968855	Villebret	villebret	FR	03310	1044	Europe/Paris	46.26683	2.63862		Villebret		84	03	031	03314
2968856	Villebramar	villebramar	FR	47380	103	Europe/Paris	44.52833	0.47574		Villebramar		75	47	473	47319
2968857	Villebout	villebout	FR	41270	109	Europe/Paris	47.98994	1.17698		Villebout		24	41	412	41277
2968858	Villebourg	villebourg	FR	37370	272	Europe/Paris	47.65	0.52968		Villebourg		24	37	371	37274
2968859	Villebougis	villebougis	FR	89150	482	Europe/Paris	48.20365	3.15856		Villebougis		27	89	893	89450
2968861	Villebon-sur-Yvette	villebon-sur-yvette	FR	91140	9983	Europe/Paris	48.70594	2.24019		Vil'bon-sjur-Ivett,Villebon,Villebon-sur-Yvette,yi fu te he pan wei lei bang,Вильбон-сюр-Иветт,Вільбон-сюр-Іветт,伊夫特河畔维勒邦		11	91	913	91661
2968862	Villebon	villebon	FR	28190	0	Europe/Paris	48.39205	1.20782		Villebon		24	28	281	28414
2968863	Villebon	villebon	FR	28190	0	Europe/Paris	48.20645	1.36204				24	28	282	28005
2968864	Villebon	villebon	FR	28190	0	Europe/Paris	46.70874	2.81222				84	03	031	03296
2968865	Villebois-les-Pins	villebois-les-pins	FR	05700	0	Europe/Paris	44.31748	5.61097		Villebois,Villebois-les-Pins		84	26	262	26374
2968866	Villebois-Lavalette	villebois-lavalette	FR	16320	790	Europe/Paris	45.48254	0.27923		Vil'bua-Lavalet,Vil'bua-Lavalett,Vilabosc e La Valeta,Vilabosc-La Valeta,Vilabòsc e La Valeta,Vilabòsc-La Valeta,Villebois,Villebois-Lavalette,Вильбуа-Лавалет,Вільбуа-Лавалетт		75	16	161	16408
2968867	Villebois	villebois	FR	01150	1078	Europe/Paris	45.84822	5.4331		Villebois		84	01	011	01444
2968869	Villeblevin	villeblevin	FR	89340	1636	Europe/Paris	48.32446	3.08038		Vilbleven,Villeblevin,Вилблевен		27	89	893	89449
2968870	Villebichot	villebichot	FR	21700	279	Europe/Paris	47.13891	5.04456		Villebichot		27	21	211	21691
2968871	Villeberny	villeberny	FR	21350	81	Europe/Paris	47.43735	4.59884		Villeberny		27	21	213	21690
2968873	Villebernier	villebernier	FR	49400	1407	Europe/Paris	47.25417	-0.03104		Vil'bern'e,Villebernier,wei lei bei er nie,Вільберньє,维勒贝尔涅		52	49	493	49374
2968875	Villebéon	villebeon	FR	77710	466	Europe/Paris	48.2106	2.94034		Villebeon,Villebéon		11	77	774	77500
2968876	Villebazy	villebazy	FR	11250	105	Europe/Paris	43.06531	2.32384		Villebazy		76	11	112	11420
2968877	Villebaudon	villebaudon	FR	50410	289	Europe/Paris	48.95917	-1.16631		Vil'bodon,Villaboudin,Villebaudon,wei lei bo dong,Вильбодон,Вільбодон,维勒博东		28	50	504	50637
2968879	Villebarou	villebarou	FR	41000	2341	Europe/Paris	47.62344	1.32252		Commune-Barou,Villebarou		24	41	411	41276
2968880	Villebadin	villebadin	FR	61310	135	Europe/Paris	48.78045	0.15277		Vil'baden,Villebadin,wei lei ba dan,Вильбаден,Вільбаден,维勒巴丹		28	61	612	61474
2968882	Ville-au-Val	ville-au-val	FR	54380	150	Europe/Paris	48.84811	6.12104		Ville,Ville-au-Val		44	54	543	54569
2968883	Ville-au-Montois	ville-au-montois	FR	54620	271	Europe/Paris	49.41206	5.7829		Ville,Ville-au-Montois		44	54	541	54568
2968884	Villeau	villeau	FR	28150	117	Europe/Paris	48.23943	1.60167		Villeau		24	28	281	28406
2968893	Ville	ville	FR	60400	705	Europe/Paris	49.55292	2.93934		Ville		32	60	603	60676
2968894	Villé	ville	FR	60400	1685	Europe/Paris	48.3427	7.3026		Ville,Villé,Weiler,Willer,fyly,wei lai,Вилле,Вілле,فيلي,维莱		44	67	675	67507
2968897	Villaz	villaz	FR	74370	2259	Europe/Paris	45.95127	6.19447		Villa,Villaz,Вілла		84	74	741	74303
2968898	Villavard	villavard	FR	41800	139	Europe/Paris	47.75899	0.90449		Commune-Avare,Villavard		24	41	412	41274
2968899	Villautou	villautou	FR	11420	45	Europe/Paris	43.15963	1.83201		Villautou		76	11	111	11419
2968900	Villaudric	villaudric	FR	31620	1250	Europe/Paris	43.83044	1.43166		Villaudric		76	31	313	31581
2968904	Villate	villate	FR	31860	0	Europe/Paris	47.6079	-1.45267				52	44	445	44075
2968906	Villasavary	villasavary	FR	11150	935	Europe/Paris	43.22062	2.03847		Villasavary		76	11	111	11418
2968908	Villarzel-du-Razès	villarzel-du-razes	FR	11300	97	Europe/Paris	43.13953	2.2065		Villarzel,Villarzel-du-Razes,Villarzel-du-Razès		76	11	112	11417
2968909	Villarzel-Cabardès	villarzel-cabardes	FR	11600	153	Europe/Paris	43.27943	2.45909		Villarzel,Villarzel-Cabardes,Villarzel-Cabardès		76	11	111	11416
2968910	Villars-sur-Var	villars-sur-var	FR	06710	603	Europe/Paris	43.93704	7.09729		Vilar de Var,Villar-sjur-Var,Villare ad Varum,Villars,Villars-sur-Var,fylars swr far,wa he pan wei la er,Виллар-сюр-Вар,Віллар-сюр-Вар,فيلارس سور فار,瓦河畔维拉尔		93	06	062	06158
2968911	Villars-sous-Écot	villars-sous-ecot	FR	25150	372	Europe/Paris	47.4216	6.6984		Villars,Villars-sous-Ecot,Villars-sous-Écot		27	25	252	25618
2968912	Villars-sous-Dampjoux	villars-sous-dampjoux	FR	25190	421	Europe/Paris	47.35083	6.75642		Villars,Villars-sous-Dampjoux		27	25	252	25617
2968914	Villars-Saint-Georges	villars-saint-georges	FR	25410	186	Europe/Paris	47.1254	5.82668		Bonfruit,Villars,Villars-Saint-Georges		27	25	251	25616
2968915	Villars-Santenoge	villars-santenoge	FR	52160	0	Europe/Paris	47.75	4.98333		Villars,Villars-Montroyer		44	52	522	52526
2968916	Villars-le-Sec	villars-le-sec	FR	90100	126	Europe/Paris	47.45576	6.992		Villars,Villars-le-Sec		27	90	901	90105
2968917	Villars-les-Dombes	villars-les-dombes	FR	01330	4587	Europe/Paris	46.00208	5.03248		Villars,Villars-les-Dombes		84	01	012	01443
2968918	Villars-les-Bois	villars-les-bois	FR	17770	271	Europe/Paris	45.79874	-0.4374		Villars,Villars-les-Bois		75	17	174	17470
2968919	Villars-lès-Blamont	villars-les-blamont	FR	25310	406	Europe/Paris	47.37286	6.87313		Villars,Villars-les-Blamont,Villars-lès-Blamont		27	25	252	25615
2968920	Villars-le-Pautel	villars-le-pautel	FR	70500	186	Europe/Paris	47.89438	5.93359		Villars,Villars-le-Pautel		27	70	702	70554
2968922	Villars-Fontaine	villars-fontaine	FR	21700	134	Europe/Paris	47.14885	4.89132		Villars,Villars-Fontaine		27	21	211	21688
2968923	Villars-et-Villenotte	villars-et-villenotte	FR	21140	142	Europe/Paris	47.51167	4.3775		Villars,Villars-et-Villenotte		27	21	213	21689
2968924	Villars-en-Pons	villars-en-pons	FR	17260	477	Europe/Paris	45.60353	-0.62194		Villars,Villars-en-Pons		75	17	174	17469
2968925	Villars-en-Azois	villars-en-azois	FR	52120	75	Europe/Paris	48.06734	4.74511		Villars,Villars-en-Azois		44	52	521	52525
2969046	Village-Neuf	village-neuf	FR	68128	3267	Europe/Paris	47.60682	7.56964		Neudorf,Viljage-Nef,Village-Neuf,Виляге-Неф,Віляге-Неф		44	68	684	68349
2968927	Villars-Colmars	villars-colmars	FR	04370	224	Europe/Paris	44.16667	6.60418		Vijar-Kol'mar,Vilars de Cormarc,Vilars de Cormarç,Villar-Kol'mar,Villars,Villars-Colmars,wei la er ke er ma er,Вийар-Кольмар,Віллар-Кольмар,维拉尔科尔马尔		93	04	042	04240
2968929	Villar-Saint-Pancrace	villar-saint-pancrace	FR	05100	1528	Europe/Paris	44.87318	6.62669		Lo Vilar de Sant Pancraci,Vilard Sant Pancraci,Villar,Villar-Sen-Pankras,Villard-Saint-Pancrace,wei la sheng pang ke la ke,Виллар-Сен-Панкрас,Віллар-Сен-Панкрас,维拉圣庞克拉克		93	05	051	05183
2968930	Villar-Saint-Anselme	villar-saint-anselme	FR	11250	102	Europe/Paris	43.05359	2.29847		Villar,Villar-Saint-Anselme		76	11	112	11415
2968933	Villars	villars	FR	24530	117	Europe/Paris	48.23152	1.54929		Villars		24	28	281	28411
2968934	Villars	villars	FR	24530	0	Europe/Paris	45.52091	0.26953		Villars		75	16	161	16198
2968935	Villars	villars	FR	24530	8709	Europe/Paris	45.46785	4.35539		Villars		84	42	423	42330
2968936	Villars	villars	FR	24530	558	Europe/Paris	45.42016	0.75353		Villars		75	24	242	24582
2968937	Villars	villars	FR	24530	700	Europe/Paris	43.92326	5.40619		Villars		93	84	841	84145
2968939	Villaroger	villaroger	FR	73640	401	Europe/Paris	45.59073	6.87501		Roc-Vert,Villaroger,Villarozhe,Віллароже		84	73	731	73323
2968948	Villarlurin	villarlurin	FR	73600	306	Europe/Paris	45.46067	6.52699		Villard-Lurin		84	73	731	73257
2968949	Villar-Loubière	villar-loubiere	FR	05800	66	Europe/Paris	44.82632	6.14491		Villar,Villar-Loubiere,Villar-Loubière,Villard-Loubiere,Villard-Loubière		93	05	052	05182
2968950	Villariès	villaries	FR	31380	673	Europe/Paris	43.75051	1.49139		Villaries,Villariès		76	31	313	31579
2968951	Villargondran	villargondran	FR	73300	1030	Europe/Paris	45.26427	6.37668		Villargondran		84	73	733	73320
2968952	Villargoix	villargoix	FR	21210	178	Europe/Paris	47.2963	4.29072		Villargoix		27	21	213	21687
2968954	Villargent	villargent	FR	70110	107	Europe/Paris	47.54228	6.48592		Villargent		27	70	701	70553
2968958	Villar-en-Val	villar-en-val	FR	11220	34	Europe/Paris	43.08302	2.45827		Villar,Villar-en-Val		76	11	111	11414
2968959	Villarembert	villarembert	FR	73300	261	Europe/Paris	45.24626	6.28005		Villarembert		84	73	733	73318
2968961	Villard-sur-Doron	villard-sur-doron	FR	73270	693	Europe/Paris	45.72616	6.54005		Fertiline,Villard,Villard-sur-Doron		84	73	731	73317
2968962	Villard	villard	FR	23800	0	Europe/Paris	46.21764	6.44025		Villard,Villard-les-Crozats,Villard-sur-Boege,Villard-sur-Boëge		84	74	744	74301
2968963	Villard-sur-Bienne	villard-sur-bienne	FR	39200	138	Europe/Paris	46.47647	5.89902		Villard,Villard-sur-Bienne		27	39	393	39130
2968964	Villards-d'Héria	villards-d-heria	FR	39260	0	Europe/Paris	46.41937	5.73354		Villard-d'Heria,Villard-d'Héria,Villards,Villards-d'Heria,Villards-d'Héria		27	39	393	39561
2968965	Villard-Sallet	villard-sallet	FR	73110	211	Europe/Paris	45.48588	6.13824		Villard,Villard-Sallet		84	73	732	73316
2968966	Villard-Saint-Sauveur	villard-saint-sauveur	FR	39200	693	Europe/Paris	46.35992	5.86174		Villard,Villard-Saint-Sauveur		27	39	393	39560
2968967	Villard-Saint-Christophe	villard-saint-christophe	FR	38119	295	Europe/Paris	44.97829	5.80738		Villard,Villard-Saint-Christophe		84	38	381	38552
2968971	Villard-Reymond	villard-reymond	FR	38520	34	Europe/Paris	45.03312	6.01873		Villard,Villard-Raymond,Villard-Reymond		84	38	381	38551
2968972	Villard-Reculas	villard-reculas	FR	38114	63	Europe/Paris	45.09318	6.03372		Villard,Villard-Reculas		84	38	381	38550
2968973	Villardonnel	villardonnel	FR	11600	444	Europe/Paris	43.33567	2.31084		Villardonnel		76	11	111	11413
2968976	Villard-Notre-Dame	villard-notre-dame	FR	38520	27	Europe/Paris	45.01931	6.04301		Villard,Villard-Notr-Dam,Villard-Notre-Dame,Виллард-Нотр-Дам		84	38	381	38549
2968977	Villard-Léger	villard-leger	FR	73390	411	Europe/Paris	45.51517	6.18535		Villard-Leger,Villard-Léger,Villarleger,Villarléger		84	73	732	73315
2968982	Villardebelle	villardebelle	FR	11580	78	Europe/Paris	43.02083	2.39257		Villardebelle		76	11	112	11412
2968983	Villard-d'Héry	villard-d-hery	FR	73800	0	Europe/Paris	45.51345	6.13865		Villard,Villard-d'Hery,Villard-d'Héry,Villard-l'Hery,Villard-l'Héry		84	73	732	73314
2968984	Villard-de-Lans	villard-de-lans	FR	38250	4287	Europe/Paris	45.07156	5.55637		Lo Vilar de Lans,Villar-de-Lan,Villar-de-Lans,Villard,Villard-de-Lans,wei la er de lang,Виллар-де-Ланс,Віллар-де-Лан,维拉尔德朗		84	38	381	38548
2968985	Villard-Bonnot	villard-bonnot	FR	38190	7400	Europe/Paris	45.2346	5.88323		Villar-Bonno,Villard,Villard-Bonnot,wei la er bang ao,Виллар-Бонно,Віллар-Бонно,维拉尔邦奥		84	38	381	38547
2968987	Villar-d'Arêne	villar-d-arene	FR	05480	330	Europe/Paris	45.04364	6.33743	1650	Villar		93	05	051	05181
2968991	Villard	villard	FR	23800	0	Europe/Paris	46.67019	3.1422				84	03	032	03009
2968992	Villard	villard	FR	23800	0	Europe/Paris	46.43333	2.05				24	36	363	36214
2968993	Villard	villard	FR	23800	0	Europe/Paris	46.33213	1.70096		Villard		75	23	232	23263
2968994	Villard	villard	FR	23800	0	Europe/Paris	46.25253	2.98661				84	03	031	03308
2968995	Villard	villard	FR	23800	0	Europe/Paris	46.12817	5.90254				84	01	013	01109
2968996	Villard	villard	FR	23800	0	Europe/Paris	46.07239	1.73017				75	23	232	23010
2968997	Villard	villard	FR	23800	0	Europe/Paris	45.76673	6.25015		Villar,Villard		84	74	744	74301
2968998	Villard	villard	FR	23800	0	Europe/Paris	45.63094	6.1586		Le Villard,Villard		84	73	732	73106
2968999	Villard	villard	FR	23800	0	Europe/Paris	45.34497	3.99001				84	43	433	43212
2969008	Villapourçon	villapourcon	FR	58370	536	Europe/Paris	46.94929	3.95916		Villapourcon,Villapourçon,Villapurson,wei la pu er song,Виллапурсон,Віллапурсон,维拉普尔松		27	58	581	58309
2969010	Villanova	villanova	FR	20167	321	Europe/Paris	41.95946	8.66841		Bilanoba,Vilanova d'Essera,Vilanova d'Éssera,Villanova		94	2A	2A1	2A351
2969011	Villanière	villaniere	FR	11600	108	Europe/Paris	43.34216	2.36097		Villaniere,Villanière		76	11	111	11411
2969013	Villandry	villandry	FR	37510	1118	Europe/Paris	47.34019	0.5105		Villandri,vu~irandori,wei lang de li,Вілландрі,ヴィランドリー,维朗德里		24	37	372	37272
2969015	Villandraut	villandraut	FR	33730	877	Europe/Paris	44.45828	-0.37289		Villandraut		75	33	333	33547
2969018	Villampuy	villampuy	FR	28200	240	Europe/Paris	48.03721	1.50991		Villampuy		24	28	282	28410
2969019	Villamée	villamee	FR	35420	324	Europe/Paris	48.46075	-1.22147		Gwilavez,Villamee,Villamée		53	35	351	35357
2969020	Villamblard	villamblard	FR	24140	869	Europe/Paris	45.02181	0.53971		Vila Amblard,Vilamblard,Villa Amblardi,Villamblar,Villamblard,wei lang bu la er,Вилламблар,Вілламблар,维朗布拉尔		75	24	243	24581
2969021	Villamblain	villamblain	FR	45310	231	Europe/Paris	48.01111	1.55228		Villamblain,Villamblen,wei lang bu lan,Вілламблен,维朗布兰		24	45	452	45337
2969022	Villalier	villalier	FR	11600	993	Europe/Paris	43.25731	2.41326		Villalier		76	11	111	11410
2969023	Villalet	villalet	FR	27240	78	Europe/Paris	48.92782	1.05492		Villalet		28	27	272	27693
2969026	Villainville	villainville	FR	76280	294	Europe/Paris	49.66043	0.24282		Villainville		28	76	762	76741
2969027	Villaines-sous-Malicorne	villaines-sous-malicorne	FR	72270	793	Europe/Paris	47.76376	-0.09935		Villaines,Villaines-sous-Malicorne,Villen-su-Malikorn,Віллен-су-Малікорн		52	72	721	72377
2969028	Villaines-sous-Lucé	villaines-sous-luce	FR	72150	597	Europe/Paris	47.86649	0.48188		Villaines,Villaines-sous-Luce,Villaines-sous-Lucé		52	72	721	72376
2969029	Villaines-sous-Bois	villaines-sous-bois	FR	95570	615	Europe/Paris	49.07638	2.35804		Villaines,Villaines-sous-Bois,Villen-su-Bua,sen lin wei lai ne,Виллен-су-Буа,Віллен-су-Буа,森林维莱讷		11	95	952	95660
2969030	Villaines-les-Rochers	villaines-les-rochers	FR	37190	957	Europe/Paris	47.22161	0.49615		Villaines,Villaines-les-Rochers,Villen-le-Roshe,wei lai nei lai luo xie er,Віллен-ле-Роше,维莱内莱罗谢尔		24	37	372	37271
2969031	Villaines-les-Prévôtes	villaines-les-prevotes	FR	21500	137	Europe/Paris	47.5541	4.30669		Villaines,Villaines-les-Prevotes,Villaines-les-Prévôtes		27	21	213	21686
2969032	Villaines-la-Juhel	villaines-la-juhel	FR	53700	3320	Europe/Paris	48.34486	-0.27962		Villaines,Villaines-la-Juhel,Villen-la-Zhuel',wei lai nei la rui ai,Віллен-ла-Жуель,维莱内拉瑞埃		52	53	533	53271
2969033	Villaines-la-Gonais	villaines-la-gonais	FR	72400	457	Europe/Paris	48.13589	0.60172		Villaines,Villaines-la-Gonais,Villaines-la-Gosnais		52	72	722	72375
2969034	Villaines-la-Carelle	villaines-la-carelle	FR	72600	178	Europe/Paris	48.37685	0.29922		Villaines,Villaines-la-Carelle		52	72	722	72374
2969035	Villaines-en-Duesmois	villaines-en-duesmois	FR	21450	264	Europe/Paris	47.68249	4.52693		Villaines,Villaines-en-Duesmois		27	21	213	21685
2969049	Villafans	villafans	FR	70110	157	Europe/Paris	47.58113	6.47181		Villafans		27	70	701	70552
2969050	Villadin	villadin	FR	10290	143	Europe/Paris	48.31837	3.68103		Villaden,Villadin,wei la dan,Вилладен,Вілладен,维拉丹		44	10	102	10410
2969052	Villacourt	villacourt	FR	54290	469	Europe/Paris	48.45633	6.34788		Villacourt		44	54	542	54567
2969053	Villacerf	villacerf	FR	10600	434	Europe/Paris	48.3978	3.9926		Villacerf		44	10	103	10409
2969054	Villac	villac	FR	24120	236	Europe/Paris	45.18648	1.25456		Villac		75	24	244	24580
2969057	Villabon	villabon	FR	18800	464	Europe/Paris	47.09638	2.67467		Villabon		24	18	181	18282
2969058	Villabé	villabe	FR	91100	5090	Europe/Paris	48.58949	2.45096		Villabe,Villabé,wei la bei,Виллабе,Віллабе,维拉贝		11	91	912	91659
2969060	Vilhonneur	vilhonneur	FR	16220	291	Europe/Paris	45.68141	0.41974		Vil'onner,Vil'onnjor,Vilhonneur,Vilonor,wei yue na,Вильоннёр,Вільоннер,维约纳		75	16	161	16406
2969063	Vildé-Guingalan	vilde-guingalan	FR	22980	939	Europe/Paris	48.43764	-2.15901		Gwilde-Gwengalon,Vil'de-Gengalan,Vil'de-Gingalan,Vilde-Guingalan,Vildé-Guingalan,wei er dai ji en jia lang,Вильде-Генгалан,Вильде-Гингалан,Вільде-Гінгалан,维尔代吉恩加朗		53	22	221	22388
2969064	Vilcey-sur-Trey	vilcey-sur-trey	FR	54700	157	Europe/Paris	48.93413	5.97314		Vilcey,Vilcey-sur-Trey		44	54	544	54566
2969072	Vijon	vijon	FR	36160	312	Europe/Paris	46.42975	2.11806		Vijon,Vizhon,wei rong,Вижон,Віжон,维容		24	36	363	36240
2969073	Vihiers	vihiers	FR	49310	4118	Europe/Paris	47.1458	-0.5346		Vie,Vierium,Vihiers,wei ye er,Віє,维耶尔		52	49	492	49373
2969074	Vigy	vigy	FR	57640	1317	Europe/Paris	49.20443	6.29906		Vigy,Vizhi,wei ji,Вижи,Віжі,维吉		44	57	579	57716
2969075	Vigueron	vigueron	FR	82500	107	Europe/Paris	43.88391	1.05452		Vigueron		76	82	821	82193
2969077	Vigoux	vigoux	FR	36170	442	Europe/Paris	46.51031	1.48747		Vigoux,Vigu,wei gu,Вигу,Вігу,维古		24	36	361	36239
2969080	Vigoulant	vigoulant	FR	36160	108	Europe/Paris	46.4381	2.07165		Vigoulan,Vigoulant		24	36	363	36238
2969083	Vigny	vigny	FR	57420	1106	Europe/Paris	49.07902	1.92806		Vigny		11	95	953	95658
2969084	Vigny	vigny	FR	57420	309	Europe/Paris	48.96791	6.2484		Vigny		44	57	579	57715
2969085	Vigny	vigny	FR	57420	0	Europe/Paris	48.65236	1.37009				24	28	283	28239
2969086	Vigny	vigny	FR	57420	0	Europe/Paris	48.03976	3.6951				27	89	891	89436
2969087	Vignoux-sur-Barangeon	vignoux-sur-barangeon	FR	18500	1915	Europe/Paris	47.20068	2.17258		Vignoux,Vignoux-sur-Barangeon		24	18	183	18281
2969088	Vignoux-sous-les-Aix	vignoux-sous-les-aix	FR	18110	666	Europe/Paris	47.18838	2.46486		Vignoux,Vignoux-sous-les-Aix		24	18	181	18280
2969092	Vignot	vignot	FR	55200	1303	Europe/Paris	48.77418	5.60904				44	55	552	55553
2969093	Vignory	vignory	FR	52320	0	Europe/Paris	48.72644	3.36206				11	77	773	77066
2969094	Vignory	vignory	FR	52320	300	Europe/Paris	48.2784	5.11232		Vignory		44	52	521	52524
2969095	Vignonet	vignonet	FR	33330	511	Europe/Paris	44.84376	-0.16277		Vignonet		75	33	335	33546
2969097	Vignols	vignols	FR	19130	582	Europe/Paris	45.32016	1.38958		Vignols		75	19	191	19286
2969098	Vignols	vignols	FR	19130	0	Europe/Paris	44.13333	7.01667				93	06	062	06110
2969100	Vignolles	vignolles	FR	16300	209	Europe/Paris	45.51056	-0.08961		Vignolles,Vin'ol',wei ni ao lai,Виньоль,Віньоль,维尼奥莱		75	16	162	16405
2969101	Vignoles	vignoles	FR	21200	753	Europe/Paris	47.02928	4.8877		Vignoles,Vignolles		27	21	211	21684
2969104	Vignol	vignol	FR	58190	84	Europe/Paris	47.36191	3.67214		Vignol,Vin'ol',wei ni ao,Виньоль,Віньоль,维尼奥		27	58	582	58308
2969105	Vignoc	vignoc	FR	35630	1190	Europe/Paris	48.24793	-1.78219		Gwinieg,Vignoc,Vin'ok,wei ni ao ke,Виньок,Віньок,维尼奥克		53	35	353	35356
2969106	Vignieu	vignieu	FR	38890	804	Europe/Paris	45.63403	5.42657		Vignieu		84	38	382	38546
2969108	Vignevieille	vignevieille	FR	11330	78	Europe/Paris	43.00597	2.5246		Vignevieille		76	11	113	11409
2969109	Vigneux-sur-Seine	vigneux-sur-seine	FR	91270	26692	Europe/Paris	48.70291	2.41357		Vigneux,Vigneux-sur-Seine,Vin'e-sjur-Sen,Vine sir Sen,binoeswileusen,sai na he pan wei ni e,vu~inyu=shuru=senu,wynywswrsn,Винье-сюр-Сен,Виње сир Сен,Віньє-сюр-Сен,وینیوسورسن,ヴィニュー＝シュル＝セーヌ,塞纳河畔维尼厄,비뇌쉬르센		11	91	912	91657
2969110	Vigneux-Hocquet	vigneux-hocquet	FR	02340	276	Europe/Paris	49.73854	3.9893		Vigneux,Vigneux-Hocquet,Vigneux-le Hocquet		32	02	025	02801
2969111	Vigneux-de-Bretagne	vigneux-de-bretagne	FR	44360	5095	Europe/Paris	47.32545	-1.73732		Gwinieg-Breizh,Vigneux,Vigneux-de-Bretagne,Vin'e-de-Bretan',wei gai yu de bu lei ta ni,Віньє-де-Бретань,维盖于德布雷塔尼		52	44	445	44217
2969112	Vigneul-sous-Montmédy	vigneul-sous-montmedy	FR	55600	92	Europe/Paris	49.51039	5.33335		Vigneul,Vigneul-sous-Montmedy,Vigneul-sous-Montmédy		44	55	553	55552
2969113	Vigneulles-lès-Hattonchâtel	vigneulles-les-hattonchatel	FR	55210	1453	Europe/Paris	48.98152	5.70464		Vigneulles,Vigneulles-les-Hattonchatel,Vigneulles-lès-Hattonchâtel		44	55	552	55551
2969114	Vigneulles	vigneulles	FR	54360	224	Europe/Paris	48.56136	6.33086		Vigneulles		44	54	542	54565
2969117	Vignes-la-Côte	vignes-la-cote	FR	52700	56	Europe/Paris	48.26802	5.30569		Vignes,Vignes-la-Cote,Vignes-la-Côte		44	52	521	52523
2969120	Vignes	vignes	FR	64410	71	Europe/Paris	47.52477	4.11857		Vignes		27	89	892	89197
2969121	Vignes	vignes	FR	64410	366	Europe/Paris	43.52673	-0.41165		Vignes		75	64	643	64557
2969123	Vignemont	vignemont	FR	60162	437	Europe/Paris	49.50343	2.77686		Vignemont		32	60	603	60675
2969124	Vignely	vignely	FR	77450	184	Europe/Paris	48.93105	2.80842		Vignely		11	77	771	77498
2969133	Vignaux	vignaux	FR	31480	116	Europe/Paris	43.68453	1.06939		Vignaux		76	31	313	31577
2969136	Vignats	vignats	FR	14700	237	Europe/Paris	48.85443	-0.10418		Vignats		28	14	142	14751
2969139	Vignale	vignale	FR	20290	0	Europe/Paris	42.84895	9.3328		Vignale		94	2B	2B2	2B058
2969140	Vignale	vignale	FR	20290	0	Europe/Paris	42.5389	9.3822		Vignale		94	2B	2B2	2B350
2969141	Vignale	vignale	FR	20290	180	Europe/Paris	42.47045	9.32598		Vignale	2B350	94	2B	2B2	2B350
2969142	Vignale	vignale	FR	20290	0	Europe/Paris	42.08588	8.98963		Vignale		94	2A	2A1	2A324
2969146	Vignacourt	vignacourt	FR	80650	2223	Europe/Paris	50.01236	2.19743		Vignacourt,Vin'jakur,Vinacourt,wei ni ya ku er,Віньякур,维尼亚库尔		32	80	802	80793
2969149	Viglain	viglain	FR	45600	875	Europe/Paris	47.72829	2.30257		Viglain,Viglen,Viglian,wei ge lan,Віглен,维格兰		24	45	452	45336
2969150	Viggianello	viggianello	FR	20110	439	Europe/Paris	41.68031	8.95194		Viggianello		94	2A	2A4	2A349
2969151	Vigeville	vigeville	FR	23140	135	Europe/Paris	46.16037	2.07419		Vigeville		75	23	231	23262
2969153	Viger	viger	FR	65100	91	Europe/Paris	43.0631	-0.0475		Viger		76	65	651	65470
2969154	Vigeois	vigeois	FR	19410	1223	Europe/Paris	45.37934	1.51731		Vigeois		75	19	192	19285
2969159	Viffort	viffort	FR	02540	287	Europe/Paris	48.96012	3.45785		Viffort		32	02	021	02800
2969160	Vif	vif	FR	38450	6942	Europe/Paris	45.05654	5.67204		Vif		84	38	381	38545
2969161	Viey	viey	FR	65120	35	Europe/Paris	42.88222	0.02354		Viey		76	65	651	65469
2969162	Vievy-le-Rayé	vievy-le-raye	FR	41290	471	Europe/Paris	47.86667	1.31667		Vievy,Viévy		24	41	411	41273
2969163	Viévy	vievy	FR	21230	0	Europe/Paris	48.26375	2.31165				24	45	453	45065
2969164	Viévy	vievy	FR	21230	369	Europe/Paris	47.05678	4.45274		V'evi,Vevi,Vievy,Viévy,wei ai wei,wywy,Вьеви,Вєві,ویوی,ویوے,维埃维		27	21	211	21683
2969166	Viéville-en-Haye	vieville-en-haye	FR	54470	153	Europe/Paris	48.94231	5.92581		Vieville,Vieville-en-Haye,Viéville,Viéville-en-Haye		44	54	544	54564
2969167	Viéville	vieville	FR	52310	297	Europe/Paris	48.23884	5.13468		Vieville,Viéville		44	52	521	52522
2969168	Viévigne	vievigne	FR	21310	210	Europe/Paris	47.43474	5.23046		Vievigne,Viévigne		27	21	212	21682
2969170	Vieuzos	vieuzos	FR	65230	48	Europe/Paris	43.25867	0.45215		Vieuzos		76	65	653	65468
2969171	Vieux-Vy-sur-Couesnon	vieux-vy-sur-couesnon	FR	35490	933	Europe/Paris	48.34161	-1.48907		Henwig-ar-C'houenon,Henwig-ar-Chouenon,V'e-Vi-sjur-Kuenon,Ve-Vi-sjur-Kuenon,Vieux-Vy,Vieux-Vy-sur-Couesnon,Vieux-Vy-sur-Cuesnon,ku ai si nong he pan wei ye yu ke si-wei,Вье-Ви-сюр-Куенон,Вє-Ві-сюр-Куенон,库埃斯农河畔维耶于克斯-维		53	35	353	35355
2969173	Vieux-Villez	vieux-villez	FR	27600	167	Europe/Paris	49.17226	1.28852		Vieux-Villez		28	27	271	27022
2969174	Vieux-Viel	vieux-viel	FR	35610	308	Europe/Paris	48.51116	-1.54475		Henwiel,Vieux-Viel		53	35	354	35354
2969176	Vieux-Thann	vieux-thann	FR	68800	3114	Europe/Paris	47.804	7.12067		Alt-Tann Mulhausen,Alt-Thann,V'e-Tann,Ve-Tann,Vieux-Thann,Вье-Танн,Вє-Танн		44	68	686	68348
2969179	Vieux-Ruffec	vieux-ruffec	FR	16350	102	Europe/Paris	46.01019	0.38608		V'jo-Rjuffek,Ve-Rjuffek,Vieux-Ruffec,fu yue lu fu ke,Вьё-Рюффек,Вє-Рюффек,弗约吕弗克		75	16	163	16404
2969181	Vieux-Rouen-sur-Bresle	vieux-rouen-sur-bresle	FR	76390	659	Europe/Paris	49.83382	1.71985		Vieux Rouen,Vieux-Rouen-sur-Bresle		28	76	761	76739
2969184	Vieux-Reng	vieux-reng	FR	59600	0	Europe/Paris	50.32941	4.04683		V'e-Ran,Ve-Ran,Vieux-Rengt,jiu lei nan,Вье-Ран,Вє-Ран,旧勒南		32	59	591	59618
2969186	Vieux-Port	vieux-port	FR	27680	63	Europe/Paris	49.42664	0.61043		Vieux-Port		28	27	272	27686
2969189	Vieux-Pont-en-Auge	vieux-pont-en-auge	FR	14140	286	Europe/Paris	49.03333	0.03333				28	14	143	14654
2969190	Vieux-Pont	vieux-pont	FR	61150	208	Europe/Paris	48.64993	-0.14424		Vieux-Pont		28	61	612	61503
2969193	Vieux-Moulin	vieux-moulin	FR	60350	621	Europe/Paris	49.39279	2.93258				32	60	603	60674
2969194	Vieux-Moulin	vieux-moulin	FR	60350	292	Europe/Paris	48.39509	6.99949		Vieux-Moulin		44	88	883	88506
2969195	Vieux-Mesnil	vieux-mesnil	FR	59138	519	Europe/Paris	50.25297	3.86127				32	59	591	59617
2969196	Vieux-Mareuil	vieux-mareuil	FR	24340	372	Europe/Paris	45.43333	0.5		Lo Vielh de Maruelh,V'e-Marej,V'jo-Marjoj,Ve-Marej,Vielh Maruelh,Vieux-Mareuil,fu yue ma lei yi,Вье-Марей,Вьё-Марёй,Вє-Марей,弗约马勒伊		75	24	242	24253
2969197	Le Vieux-Marché	le-vieux-marche	FR	22420	1138	Europe/Paris	48.6	-3.45		Ar C'houerc'had,Le Vieux-Marche,Le Vieux-Marché		53	22	223	22387
2969198	Vieux-Manoir	vieux-manoir	FR	76750	662	Europe/Paris	49.56858	1.29676		Vieux-Manoir		28	76	763	76738
2969201	Vieux-Lixheim	vieux-lixheim	FR	57635	220	Europe/Paris	48.77747	7.13035		Vieux-Lixheim		44	57	575	57713
2969202	Vieux-lès-Asfeld	vieux-les-asfeld	FR	08190	271	Europe/Paris	49.45702	4.10343		Vieux,Vieux-les-Asfeld,Vieux-les-Ecry,Vieux-lès-Asfeld,Vieux-lès-Ecry		44	08	082	08473
2969206	Vieux-Fumé	vieux-fume	FR	14270	348	Europe/Paris	49.05646	-0.11779		Vieux-Fume,Vieux-Fumé		28	14	143	14431
2969208	Vieux-Ferrette	vieux-ferrette	FR	68480	552	Europe/Paris	47.50307	7.3015		Vieux-Ferrette		44	68	681	68347
2969212	Vieux Condé	vieux-conde	FR	59690	0	Europe/Paris	50.48084	3.32793		Vieux Conde,Vieux Condé		32	59	593	59551
2969213	Vieux-Condé	vieux-conde	FR	59690	10773	Europe/Paris	50.45944	3.56738		V'e-Konde,V'jo-Konde,Ve-Konde,Vieux-Conde,Vieux-Condé,Vieux-Nord-Libre,jiu kong dai,Вье-Конде,Вьё-Конде,Вє-Конде,旧孔代		32	59	596	59616
2969218	Vieux-Château	vieux-chateau	FR	21460	110	Europe/Paris	47.47024	4.13417		Laure-sur-Serein,Vieux-Chateau,Vieux-Château		27	21	213	21681
2969219	Vieux-Charmont	vieux-charmont	FR	25600	2634	Europe/Paris	47.5219	6.83738		Vieux-Charmont		27	25	252	25614
2969222	Vieux-Champagne	vieux-champagne	FR	77370	207	Europe/Paris	48.58035	3.13809		Vieux-Champagne		11	77	773	77496
2969224	Vieux-Bourg	vieux-bourg	FR	14130	77	Europe/Paris	49.31153	0.25166		Le Vieux Bourg,Vieux-Bourg		28	14	143	14748
2969225	Vieux Bourg	vieux-bourg	FR	14130	0	Europe/Paris	48.73905	0.4053		Le Vieux Bourg,Vieux Bourg		28	61	613	61150
2969227	Vieux-Bourg	vieux-bourg	FR	14130	0	Europe/Paris	48.277	-2.682				53	22	224	22219
2969228	Vieux Bourg	vieux-bourg	FR	14130	0	Europe/Paris	48.23333	-2.45				53	22	224	22333
2969229	Vieux-Bourg	vieux-bourg	FR	14130	0	Europe/Paris	48.2	-4.01667				53	29	292	29142
2969230	Vieux Bourg	vieux-bourg	FR	14130	0	Europe/Paris	47.84472	-2.20785		Treal,Tréal,Vieux Bourg		53	56	563	56253
2969231	Vieux Bourg	vieux-bourg	FR	14130	0	Europe/Paris	47.68095	-1.60942		Le Vieux Bourg,Vieux Bourg		52	44	445	44086
2969232	Vieux Bourg	vieux-bourg	FR	14130	0	Europe/Paris	46.18615	2.75462				84	63	634	63011
2969233	Vieux-Boucau-les-Bains	vieux-boucau-les-bains	FR	40480	1498	Europe/Paris	43.78644	-1.40413		Vieux-Boucau,Vieux-Boucau-les-Bains		75	40	401	40328
2969234	Vieux-Berquin	vieux-berquin	FR	59232	2255	Europe/Paris	50.69489	2.64444		Vieux-Berquin		32	59	594	59615
2969236	Vieux	vieux	FR	14930	0	Europe/Paris	49.28182	4.69683				44	08	084	08280
2969237	Vieux	vieux	FR	14930	616	Europe/Paris	49.10725	-0.43381		Vieux		28	14	142	14747
2969238	Vieux	vieux	FR	14930	162	Europe/Paris	43.99325	1.87236		Vieux		76	81	811	81316
2969239	Vieuvy	vieuvy	FR	53120	125	Europe/Paris	48.44563	-0.8636		Vieuvy		52	53	533	53270
2969240	Vieuvicq	vieuvicq	FR	28120	411	Europe/Paris	48.26405	1.21335		Vieuvicq		24	28	282	28409
2969241	Vieussan	vieussan	FR	34390	242	Europe/Paris	43.54079	2.97666		Vieussan		76	34	341	34334
2969242	Vieure	vieure	FR	03430	276	Europe/Paris	46.50104	2.87573		Vieure		84	03	032	03312
2969245	Vieu-d'Izenave	vieu-d-izenave	FR	01430	0	Europe/Paris	46.0805	5.5306		Vieu-d'Izenave		84	01	014	01441
2969246	Vieu	vieu	FR	01260	340	Europe/Paris	45.89825	5.68216		V'jo,Ve,Vieu,Vieu en valromey,Vyo,fyw,wei e,wyw,Вьё,Вє,Վյո,فيو,ویو,维厄		84	01	011	01036
2969248	Viéthorey	viethorey	FR	25340	131	Europe/Paris	47.42519	6.43077		Viethorey,Viéthorey		27	25	251	25613
2969249	Viessoix	viessoix	FR	14410	694	Europe/Paris	48.8394	-0.79976		V'essua,V'esua,Vessua,Viessoix,wei ye su wa,Вьессуа,Вьесуа,Вєссуа,维耶苏瓦		28	14	144	14726
2969250	Viesly	viesly	FR	59271	1355	Europe/Paris	50.15345	3.46236		Viesly		32	59	592	59614
2969252	Vierzy	vierzy	FR	02210	395	Europe/Paris	49.29273	3.27893		Vierzy		32	02	024	02799
2969493	Veyrines-de-Domme	veyrines-de-domme	FR	24250	208	Europe/Paris	44.79447	1.10479		Veyrines,Veyrines-de-Domme		75	24	244	24575
2969257	Vierzon	vierzon	FR	18100	29876	Europe/Paris	47.22186	2.0684		V'erzon,Verzon,Vierzon,Vierzon-Ville,Vjerzon,XVZ,bieleujong,vu~ieruzon,wei ye er zong,wyrzwn,Вьерзон,Вєрзон,Вјерзон,ویرزون,ヴィエルゾン,维耶尔宗,비에르종	183	24	18	183	18279
2969258	Vierville-sur-Mer	vierville-sur-mer	FR	14710	249	Europe/Paris	49.37237	-0.90709		Vierville,Vierville-sur-Mer		28	14	141	14745
2969259	Vierville	vierville	FR	28700	52	Europe/Paris	49.35989	-1.24688		Vierville		28	50	504	50099
2969260	Vierville	vierville	FR	28700	86	Europe/Paris	48.38489	1.91525		Vierville		24	28	281	28408
2969262	Viersat	viersat	FR	23170	343	Europe/Paris	46.27053	2.43084		Viersat		75	23	231	23261
2969270	Vier-Bordes	vier-bordes	FR	65400	81	Europe/Paris	42.99831	-0.05538		Vier,Vier-Bordes		76	65	651	65467
2969272	Vienville	vienville	FR	88430	109	Europe/Paris	48.16817	6.84387		Vienville		44	88	883	88505
2969273	Viens	viens	FR	84750	526	Europe/Paris	43.89479	5.56501		Viens		93	84	841	84144
2969274	Vienne-le-Château	vienne-le-chateau	FR	51800	637	Europe/Paris	49.19116	4.88725		Venn-le-Shato,Vienne,Vienne-le-Bourg,Vienne-le-Chateau,Vienne-le-Château,Vienne-sur-Biesme,wei an lai sha tuo,Вєнн-ле-Шато,维安莱沙托		44	51	511	51621
2969275	Vienne-la-Ville	vienne-la-ville	FR	51800	184	Europe/Paris	49.16707	4.85904		Vienne,Vienne-la-Ville,Vienne-sur-Aisne		44	51	511	51620
2969276	Vienne-en-Val	vienne-en-val	FR	45510	1642	Europe/Paris	47.80036	2.1346		Venn-an-Val',Vienne-en-Val,wa de qu wei an,Вєнн-ан-Валь,瓦地区维安		24	45	452	45335
2969277	Vienne-en-Bessin	vienne-en-bessin	FR	14400	207	Europe/Paris	49.27833	-0.60751		Vienne,Vienne-en-Bessin		28	14	141	14744
2969278	Vienne-en-Arthies	vienne-en-arthies	FR	95510	401	Europe/Paris	49.06667	1.73333		Vienne,Vienne-en-Arthies		11	95	953	95656
2969284	Vienne	vienne	FR	38200	32293	Europe/Paris	45.52569	4.87484		V'enn,VYN,Viana,Viena,Viena del Delfinat,Vienne,Vienne-la-Patriote,Vièna,XVI,Вьенн	383	84	38	383	38544
2969285	Viennay	viennay	FR	79200	1067	Europe/Paris	46.69048	-0.24412		Viennay		75	79	793	79347
2969287	Vielverge	vielverge	FR	21270	474	Europe/Paris	47.26996	5.45087		V'el'verzh,Vel'verzh,Vielverge,wei ye er wei er ge,Вьельверж,Вєльверж,维耶尔韦尔格		27	21	212	21680
2969288	Viels-Maisons	viels-maisons	FR	02540	970	Europe/Paris	48.89667	3.39643		Viels-Maisons		32	02	021	02798
2969289	Viel-Saint-Remy	viel-saint-remy	FR	08270	247	Europe/Paris	49.62906	4.50354				44	08	082	08472
2969290	Vielprat	vielprat	FR	43490	65	Europe/Paris	44.85436	3.9539		Vielprat		84	43	432	43263
2969291	Vielmur-sur-Agout	vielmur-sur-agout	FR	81570	1112	Europe/Paris	43.61667	2.1		V'el'mjur-sjur-Agu,Vel'mjur-sjur-Agu,Vielhmur,Vièlhmur,a gu he pan wei ye er mi,Вьельмюр-сюр-Агу,Вєльмюр-сюр-Агу,阿古河畔维耶尔米		76	81	812	81315
2969292	Vieilmoulin	vieilmoulin	FR	21540	0	Europe/Paris	47.31667	4.66667				27	21	212	21679
2969293	Vielmanay	vielmanay	FR	58150	190	Europe/Paris	47.266	3.11343		V'el'mane,Vel'mane,Vielmanay,wei ye er ma nai,Вьельмане,Вєльмане,维耶尔马奈		27	58	584	58307
2969295	Vielle-Tursan	vielle-tursan	FR	40320	316	Europe/Paris	43.67569	-0.44941		Vielle		75	40	402	40325
2969297	Vielle-Soubiran	vielle-soubiran	FR	40240	213	Europe/Paris	44.04405	-0.18466		Vielle-Soubiran		75	40	402	40327
2969298	Vielleségure	viellesegure	FR	64150	392	Europe/Paris	43.35684	-0.6839		V'el'segjur,V'ellezegjur,Vellezegjur,Viela Segura,Viela-segura,Viellesegure,Vielleségure,Vièla Segura,Vièla-segura,wei ye lai sai ju er,Вьеллезегюр,Вьельсегюр,Вєллезегюр,维耶莱塞居尔		75	64	643	64556
2969299	Vielle-Saint-Girons	vielle-saint-girons	FR	40560	1087	Europe/Paris	43.95	-1.3		Vielle-Saint-Girons		75	40	401	40326
2969301	Viellenave-de-Navarrenx	viellenave-de-navarrenx	FR	64190	150	Europe/Paris	43.34964	-0.79299		V'el'nav-de-Navarrens,V'ellenav-de-Navarrenks,Vellenav-de-Navarrenks,Vielanava de Navarrencs,Viellenave,Viellenave-de-Navarrenx,Vièlanava de Navarrencs,wei ye lei na fu de na wa er lang,Вьелленав-де-Наварренкс,Вьельнав-де-Наварренс,Вєлленав-де-Наварренкс,维耶勒纳夫德纳瓦尔朗		75	64	642	64555
2969302	Viellenave-d'Arthez	viellenave-d-arthez	FR	64170	0	Europe/Paris	43.40951	-0.48131		Viellenave-d'Arthez,Viellevave		75	64	643	64554
2969303	Vielle-Louron	vielle-louron	FR	65240	0	Europe/Paris	42.83365	0.40338		Vielle,Vielle-Louren,Vielle-Louron		76	65	652	65466
2969304	Vielle-Aure	vielle-aure	FR	65170	0	Europe/Paris	42.82968	0.32628		V'el'-Or,Vel'-Or,Viela,Viela dAura,Vielle,Vielle-Aure,Vièla,Vièla dAura,wei ye er ao er,Вьель-Ор,Вєль-Ор,维耶尔奥尔		76	65	652	65465
2969305	Vielle-Adour	vielle-adour	FR	65360	443	Europe/Paris	43.14563	0.1151		Vielle-Adour		76	65	653	65464
2969306	Viella	viella	FR	32400	587	Europe/Paris	43.59867	-0.13913				76	32	323	32463
2969307	Viella	viella	FR	32400	106	Europe/Paris	42.87611	0.0134		Viella		76	65	651	65463
2969309	Viel-Arcy	viel-arcy	FR	02160	171	Europe/Paris	49.38179	3.62654		Viel-Arcy		32	02	024	02797
2969312	Vieil-Moutier	vieil-moutier	FR	62240	374	Europe/Paris	50.67412	1.91118		Prairie-la-Calique,V'ej-Mut'e,Vej-Mut'e,Vieil-Moutier,fyyl mwntyr,jiu mu jie,Вьей-Мутье,Вєй-Мутьє,فييل مونتير,旧穆捷		32	62	623	62853
2969313	Vieilley	vieilley	FR	25870	610	Europe/Paris	47.33602	6.08012		Vee,Vieilley,wei ye yi lai,Вєє,维耶伊莱		27	25	251	25612
2969316	Vieillevigne	vieillevigne	FR	31290	3529	Europe/Paris	46.97152	-1.43446		Henwinieg,Vieillevigne		52	44	442	44216
2969318	Vieillevigne	vieillevigne	FR	31290	195	Europe/Paris	43.40159	1.65471		Vieillevigne		76	31	313	31576
2969319	Vieillevie	vieillevie	FR	15120	115	Europe/Paris	44.64484	2.41965		V'ejvi,Vejvi,Vieillevie,Vielhavia,wei ye yi lei wei ye,Вьейви,Вєйві,维耶伊勒维耶		84	15	151	15260
2969320	Vieille-Toulouse	vieille-toulouse	FR	31320	1020	Europe/Paris	43.52366	1.4423				76	31	313	31575
2969321	Vieillespesse	vieillespesse	FR	15500	254	Europe/Paris	45.12688	3.1521		Vieillespesse		84	15	153	15259
2969322	Vieilles-Maisons-sur-Joudry	vieilles-maisons-sur-joudry	FR	45260	487	Europe/Paris	47.88679	2.44432		Vej-Mezon-sjur-Zhudri,Vieilles Maisons,Vieilles-Maisons-sur-Joudry,ru de li he pan wei ye yi lai si-mai song,Вєй-Мезон-сюр-Жудрі,茹德里河畔维耶伊莱斯-迈松		24	45	451	45334
2969498	Veyrignac	veyrignac	FR	24370	249	Europe/Paris	44.83196	1.30999		Veyrignac		75	24	244	24574
2969499	Veyrières	veyrieres	FR	15350	0	Europe/Paris	45.65905	2.50196				75	19	193	19141
2969328	Vieille-Église-en-Yvelines	vieille-eglise-en-yvelines	FR	78125	754	Europe/Paris	48.66664	1.87685		V'ej-Egliz-an-Ivelin,Vej-Egliz-an-Ivlin,Vieille-Eglise,Vieille-Eglise-en-Yvelines,Vieille-Église,Vieille-Église-en-Yvelines,Вьей-Еглиз-ан-Ивелин,Вєй-Егліз-ан-Івлін		11	78	782	78655
2969329	Vieille-Église	vieille-eglise	FR	62162	1162	Europe/Paris	50.92823	2.07671		L'Indivisible,V'ej-Egliz,Vej-Egliz,Vieille-Eglise,Vieille-Église,fyyly ajlys,jiu ai ge li si,Вьей-Еглиз,Вєй-Егліз,فييلي إجليس,旧埃格利斯		32	62	626	62852
2969331	Vieille-Chapelle	vieille-chapelle	FR	62136	714	Europe/Paris	50.59103	2.70071		V'ej-Shapel',Vej-Shapel',Vieille-Chapelle,fyyly tshabyl,jiu sha pei lei,Вьей-Шапель,Вєй-Шапель,فييلي تشابيل,旧沙佩勒		32	62	622	62851
2969332	Vieille Chapelle	vieille-chapelle	FR	62136	8181	Europe/Paris	43.24963	5.38048				93	13	133	13055
2969333	Vieille-Brioude	vieille-brioude	FR	43100	1157	Europe/Paris	45.2647	3.40479		Vieille-Brioude		84	43	431	43262
2969339	Vieil-Hesdin	vieil-hesdin	FR	62770	382	Europe/Paris	50.35829	2.09938		V'ej-Eden,Vej-Eden,Vetus Hesdinum,Vieil-Hesdin,fyyl hysdyn,jiu ai dan,Вьей-Еден,Вєй-Еден,فييل هيسدين,旧埃丹		32	62	624	62850
2969340	Viefvillers	viefvillers	FR	60360	171	Europe/Paris	49.6151	2.12781		Viefvillers		32	60	601	60673
2969344	Vidouze	vidouze	FR	65700	270	Europe/Paris	43.44367	-0.04939		Vidouze		76	65	653	65462
2969345	Vidouville	vidouville	FR	50810	118	Europe/Paris	49.09877	-0.90015		Vidouville		28	50	504	50492
2969347	Vidou	vidou	FR	65220	78	Europe/Paris	43.29903	0.32372		Vidou		76	65	653	65461
2969349	Videlles	videlles	FR	91890	595	Europe/Paris	48.46502	2.42974		Videl',Videlles,wei de lai,Видель,Відель,维德莱		11	91	911	91654
2969351	Videix	videix	FR	87600	253	Europe/Paris	45.7911	0.73501		Videix		75	87	873	87204
2969352	Videcosville	videcosville	FR	50630	90	Europe/Paris	49.56189	-1.37182		Videcosville		28	50	502	50634
2969353	Vidauban	vidauban	FR	83550	7931	Europe/Paris	43.42721	6.43185		Vidauban,Vidoban,wei duo bang,Видобан,Відобан,维多邦		93	83	831	83148
2969358	Vidaillat	vidaillat	FR	23250	162	Europe/Paris	45.95784	1.90739		Vidaillat		75	23	232	23260
2969359	Vidaillac	vidaillac	FR	46260	172	Europe/Paris	44.33918	1.82589		Vidaillac		76	46	461	46333
2969360	Vidai	vidai	FR	61360	62	Europe/Paris	48.4578	0.38395		Vidai		28	61	611	61502
2969362	Victot-Pontfol	victot-pontfol	FR	14430	127	Europe/Paris	49.16268	-0.01414		Victot,Victot-Pontfol		28	14	143	14743
2969364	Vic-sur-Seille	vic-sur-seille	FR	57630	1600	Europe/Paris	48.78195	6.53079		Vic,Vic-sur-Seille,Vik-sjur-Sej,sai er he pan wei ke,Вик-сюр-Сей,Вік-сюр-Сей,塞尔河畔维克		44	57	575	57712
2969365	Vic-sur-Cère	vic-sur-cere	FR	15800	1936	Europe/Paris	44.98011	2.62505		Vic,Vic de Cera,Vic-sur-Cere,Vic-sur-Cère,Vik-sjur-Ser,sai er he pan wei ke,vu~ikku=shuru=seru,Вик-сюр-Сер,Вік-сюр-Сер,ヴィック＝シュル＝セール,塞尔河畔维克		84	15	151	15258
2969366	Vic-sur-Aisne	vic-sur-aisne	FR	02290	1824	Europe/Paris	49.40609	3.11223		Vic,Vic-sur-Aisne,Vik-sjur-Ehn,Vik-sjur-En,ai na he pan wei ke,Вик-сюр-Эн,Вік-сюр-Ен,埃纳河畔维克		32	02	024	02795
2969367	Vic-sous-Thil	vic-sous-thil	FR	21390	211	Europe/Paris	47.36988	4.30905		Vic,Vic-sous-Thil		27	21	213	21678
2969369	Vicques	vicques	FR	14170	53	Europe/Paris	48.9477	-0.07643		Vicques		28	14	142	14742
2969371	Vicq-sur-Nahon	vicq-sur-nahon	FR	36600	782	Europe/Paris	47.1062	1.53863		Vicq,Vicq-sur-Nahon,Vik-sjur-Naon,nan he pan wei,Вик-сюр-Наон,Вік-сюр-Наон,南河畔维		24	36	362	36237
2969372	Vicq-sur-Gartempe	vicq-sur-gartempe	FR	86260	766	Europe/Paris	46.72145	0.86198		Vicq,Vicq-sur-Gartempe		75	86	861	86288
2969373	Vicq-sur-Breuilh	vicq-sur-breuilh	FR	87260	1115	Europe/Paris	45.64628	1.38153		Vicq,Vicq-sur-Breuilh		75	87	872	87203
2969374	Vicq-Exemplet	vicq-exemplet	FR	36400	367	Europe/Paris	46.62848	2.14256		Vicq-Exemplet,Vik-Egzample,Vik-Ehkzample,wei ai ke sang pu lai,Вик-Экзампле,Вік-Егзампле,维埃克桑普莱		24	36	363	36236
2969375	Vicq-d'Auribat	vicq-d-auribat	FR	40380	0	Europe/Paris	43.78495	-0.85857		Vicq,Vicq-d'Auriat,Vicq-d'Auribat		75	40	401	40324
2969376	Vicq	vicq	FR	03450	1207	Europe/Paris	50.40738	3.60348		Vicq		32	59	596	59613
2969377	Vicq	vicq	FR	03450	277	Europe/Paris	48.81483	1.83539		Vicq		11	78	782	78653
2969378	Vicq	vicq	FR	03450	191	Europe/Paris	47.92356	5.60253		Vicq		44	52	522	52520
2969379	Vicq	vicq	FR	03450	0	Europe/Paris	46.63885	1.95991				24	36	363	36143
2969380	Vicq	vicq	FR	03450	313	Europe/Paris	46.14695	3.09213		Vicq		84	03	033	03311
2969381	Vicq	vicq	FR	03450	0	Europe/Paris	44.89875	0.74621				75	24	241	24338
2969386	Vico	vico	FR	20118	947	Europe/Paris	42.16683	8.79892		Vico		94	2A	2A1	2A348
2969387	Vic-le-Fesq	vic-le-fesq	FR	30260	324	Europe/Paris	43.8696	4.08255		Vic-le-Fesq		76	30	303	30349
2969388	Vic-le-Comte	vic-le-comte	FR	63270	4590	Europe/Paris	45.64296	3.24607		Vic,Vic la Comte,Vic la Còmte,Vic-le-Comte,Vic-sur-Allier,Vik-le-Kont,vu~ikku=ru=konto,wei ke lai kong te,Вік-ле-Конт,ヴィック＝ル＝コント,维克莱孔特		84	63	632	63457
2969389	Vic-la-Gardiole	vic-la-gardiole	FR	34110	2760	Europe/Paris	43.4908	3.7975		Vic,Vic de la Gardiola,Vic de la Gardiòla,Vic-la-Gardiole,Vik-la-Gard'jol',wei ke la jia er di ao er,Вик-ла-Гардьйоль,Вік-ла-Гардьйоль,维克拉加尔迪奥尔		76	34	343	34333
2969392	Vichy	vichy	FR	03200	27019	Europe/Paris	46.12709	3.42577		VHY,Vichei,Vichy,Vichèi,Vippiacum,Vishi,Vishy,Visi,Visy,Viši,Višī,bisi,fyshy,vishi,vu~ishi,wei qi,wshy,wwysy,wyshy,wysy,Βισύ,Виши,Вішы,Віші,ווישי,וישי,فيشي,وشی,ویشی,ཝི་ཆི།,ვიში,ヴィシー,维琪,비시	033	84	03	033	03310
2969396	Vicherey	vicherey	FR	88170	182	Europe/Paris	48.38257	5.93572		Bourg-de-l'Unite,Bourg-de-l'Unité,Vicherey,Vishere,wei she lei,Вишере,Вішере,维舍雷		44	88	882	88504
2969397	Vichères	vicheres	FR	28480	270	Europe/Paris	48.26881	0.91249		Vicheres,Vichères		24	28	284	28407
2969398	Vichel-Nanteuil	vichel-nanteuil	FR	02210	88	Europe/Paris	49.1875	3.28881		Vichel,Vichel-Nanteuil		32	02	021	02796
2969399	Vichel	vichel	FR	63340	221	Europe/Paris	45.42854	3.24273		Vichel		84	63	633	63456
2969500	Veyrières	veyrieres	FR	15350	0	Europe/Paris	45.49026	2.39312		Veyrieres,Veyrières		75	19	193	19283
2969501	Veyrières	veyrieres	FR	15350	122	Europe/Paris	45.33095	2.37413		Veyrieres,Veyrières		84	15	152	15254
2969400	Vic-Fezensac	vic-fezensac	FR	32190	3799	Europe/Paris	43.75873	0.30319		Vic de Fesensac,Vic en Fesensac,Vic-Fezensac,Vic-sur-l'Osse,Vik-Fezansak,vu~ikku=fezansakku,wei ke fei cang sa ke,Вик-Фезансак,Вік-Фезансак,ヴィック＝フェザンサック,维克费藏萨克		76	32	321	32462
2969401	Vic-en-Bigorre	vic-en-bigorre	FR	65500	5375	Europe/Paris	43.38682	0.05471		Vic,Vic-de Bigorre,Vic-en-Bigorre		76	65	653	65460
2969403	Vicdessos	vicdessos	FR	09220	548	Europe/Paris	42.7699	1.49808		Vic de Sos,Vic de Sòs,Vicdessos,Vikdesso,Vikdessos,wei ke dai suo,Викдессо,Вікдессос,维克代索		76	09	091	09334
2969404	Vic-des-Prés	vic-des-pres	FR	21360	81	Europe/Paris	47.10428	4.64083		Vic,Vic-des-Pres,Vic-des-Prés		27	21	211	21677
2969405	Vic-de-Chassenay	vic-de-chassenay	FR	21140	268	Europe/Paris	47.47333	4.26512		Vic-de-Chassenay		27	21	213	21676
2969411	Vibraye	vibraye	FR	72320	2707	Europe/Paris	48.05963	0.7353		Vibraye		52	72	722	72373
2969412	Vibrac	vibrac	FR	16120	0	Europe/Paris	45.64291	-0.06316		Vibrac		75	16	162	16402
2969413	Vibrac	vibrac	FR	16120	178	Europe/Paris	45.35537	-0.34036				75	17	171	17468
2969414	Vibeuf	vibeuf	FR	76760	544	Europe/Paris	49.69261	0.90421		Vibeuf		28	76	763	76737
2969415	Vibersviller	vibersviller	FR	57670	416	Europe/Paris	48.91426	6.94628		Vibersviller		44	57	575	57711
2969416	Viazac	viazac	FR	46100	0	Europe/Paris	44.67305	1.82244		Viazac		76	46	462	46332
2969417	Viazac	viazac	FR	46100	0	Europe/Paris	44.6422	2.0758		Viazac		76	46	462	46332
2969421	Vias	vias	FR	34450	4906	Europe/Paris	43.312	3.4185		Vias		76	34	341	34332
2969423	Viarmes	viarmes	FR	95270	4961	Europe/Paris	49.13082	2.37074		V'jarm,Viarm,Viarmes,wei a er mo,Виарм,Вьярм,Віарм,维阿尔默		11	95	952	95652
2969424	Viâpres-le-Petit	viapres-le-petit	FR	10380	108	Europe/Paris	48.56332	4.04265		Viapres-le-Petit,Viâpres-le-Petit		44	10	102	10408
2969427	Vianne	vianne	FR	47230	1280	Europe/Paris	44.1972	0.32056		V'jann,Viana,Vianne,Vjann,wei ang,Вьянн,Вянн,维昂		75	47	474	47318
2969428	Vianges	vianges	FR	21430	63	Europe/Paris	47.15965	4.32691		Vianges		27	21	211	21675
2969429	Viane	viane	FR	81530	661	Europe/Paris	43.73681	2.58378		Viane		76	81	812	81314
2969431	Viam	viam	FR	19170	142	Europe/Paris	45.60887	1.88398		V'jam,V'jan,Viam,Vjam,wei ang,Вьям,Вьян,Вям,维昂		75	19	192	19284
2969438	Vialer	vialer	FR	64330	193	Europe/Paris	43.50228	-0.1731		Lo Vialer,Lo Vialèr,V'jaler,Viale,Vialer,wei a lai,Виале,Вьялер,Віале,维阿莱		75	64	643	64552
2969441	Vialas	vialas	FR	48220	515	Europe/Paris	44.33388	3.89569		Vialas		76	48	481	48194
2969447	Viala-du-Tarn	viala-du-tarn	FR	12490	549	Europe/Paris	44.07213	2.87702		Le Viala-de-Tarn,Le Viala-du-Tarn,Viala-du-Tarn		76	12	121	12296
2969448	Viala-du-Pas-de-Jaux	viala-du-pas-de-jaux	FR	12250	79	Europe/Paris	43.95662	3.05454		Lo Vialar,Lo Vialar de Pasdejous,Lo Vialar de Pasdejòus,V'jala-dju-Pa-de-Zho,Viala,Viala-de-Pas-de-Jaux,Viala-du-Pas-de-Jaux,Vjala-dju-Pa-de-Zho,wei a la-di-pa de ruo,Вьяла-дю-Па-де-Жо,Вяла-дю-Па-де-Жо,维阿拉-迪-帕德若		76	12	121	12295
2969454	Viabon	viabon	FR	28150	261	Europe/Paris	48.21672	1.7051		Viabon		24	28	281	28406
2969455	Vezzani	vezzani	FR	20242	329	Europe/Paris	42.17346	9.24643		Veccani,Vezzani,Веццани,Веццані		94	2B	2B3	2B347
2969458	Vezot	vezot	FR	72600	71	Europe/Paris	48.35282	0.29058		Vezot,Vézot		52	72	722	72372
2969459	Vézins-de-Lévézou	vezins-de-levezou	FR	12780	664	Europe/Paris	44.27872	2.9528		Vezins,Vezins-de-Levezou,Vézins,Vézins-de-Lévézou		76	12	121	12294
2969462	Vezins	vezins	FR	49340	0	Europe/Paris	48.59466	-1.22571		Vezins		28	50	501	50256
2969463	Vezins	vezins	FR	49340	1680	Europe/Paris	47.12116	-0.71212		Chalain,Vezins		52	49	492	49371
2969464	Vézinnes	vezinnes	FR	89700	179	Europe/Paris	47.89296	3.94386		Vezinnes,Vézinnes		27	89	892	89447
2969465	Vezin-le-Coquet	vezin-le-coquet	FR	35132	4416	Europe/Paris	48.11897	-1.7563		Gwezin,Vezin,Vezin-le-Coquet		53	35	353	35353
2969467	Vézilly	vezilly	FR	02130	126	Europe/Paris	49.18084	3.69286		Vezilly,Vézilly		32	02	021	02794
2969468	Vézillon	vezillon	FR	27700	236	Europe/Paris	49.22538	1.40386		Vezillon,Vézillon		28	27	271	27683
2969469	Vézières	vezieres	FR	86120	385	Europe/Paris	47.08752	0.09953		Vez'er,Vezieres,Vézières,fu qi ai,Везьєр,弗齐埃		75	86	861	86287
2969470	Vézézoux	vezezoux	FR	43390	431	Europe/Paris	45.40342	3.34665		Vezezoux,Vézézoux		84	43	431	43261
2969471	Vezet	vezet	FR	70130	163	Europe/Paris	47.53714	5.88362		Veze,Vezet,Везе		27	70	702	70418
2969472	Vézeronce-Curtin	vezeronce-curtin	FR	38510	0	Europe/Paris	45.65	5.46667				84	38	382	38543
2969474	Vézénobres	vezenobres	FR	30360	1619	Europe/Paris	44.0529	4.13628		Vezenobres,Vézénobres		76	30	301	30348
2969475	Vezels-Roussy	vezels-roussy	FR	15130	142	Europe/Paris	44.80891	2.58522		Vezels,Vezels-Roussy		84	15	151	15257
2969476	Vézelois	vezelois	FR	90400	737	Europe/Paris	47.608	6.91524		Vezelois,Vezelua,Vézelois,fu ze lu wa,Везелуа,弗泽卢瓦		27	90	901	90104
2969477	Vézelise	vezelise	FR	54330	1372	Europe/Paris	48.48748	6.08825		Vezelise,Vezeliz,Vezliz,Vézelise,wei ze li si,Везелиз,Везеліз,Везлиз,韦泽利斯		44	54	543	54563
2969478	Vézelay	vezelay	FR	89450	520	Europe/Paris	47.46572	3.74559		Verzelai,Vezelay,Vezeliacus,Vezle,Vézelay,fu ze lai,vu~ezure,wei si ni,Везле,ヴェズレー,弗泽莱,維思尼		27	89	892	89446
2969479	Vèze	veze	FR	15160	101	Europe/Paris	45.26663	2.99367		Veze,Vèze,Véze		84	15	153	15256
2969480	Vézaponin	vezaponin	FR	02290	132	Europe/Paris	49.45969	3.22826		Vezaponin,Vézaponin		32	02	024	02793
2969481	Vézannes	vezannes	FR	89700	48	Europe/Paris	47.87606	3.875		Vezannes,Vézannes		27	89	892	89445
2969482	Vézac	vezac	FR	15130	585	Europe/Paris	44.83369	1.16425				75	24	244	24577
2969483	Vez	vez	FR	60117	318	Europe/Paris	49.26488	3.00356		Vez,wei zhen,Вез,韦镇		32	60	604	60672
2969488	Veyssilieu	veyssilieu	FR	38460	258	Europe/Paris	45.67681	5.2192		Veyssilieu		84	38	382	38542
2969491	Veyrins-Thuellin	veyrins-thuellin	FR	38630	0	Europe/Paris	45.61667	5.53333				84	38	382	38022
2969492	Veyrines-de-Vergt	veyrines-de-vergt	FR	24380	206	Europe/Paris	45.00358	0.77106		Veirinas dau Vern,Veirinas de Vern,Verin-de-Ver,Veyrines,Veyrines-de-Vergt,wei li nei de wei er ge,Верин-де-Вер,韦里内德韦尔格		75	24	243	24576
2969502	Veyrier-du-Lac	veyrier-du-lac	FR	74290	2305	Europe/Paris	45.88234	6.17709		Vejre-dju-Lak,Ver'e-dju-Lak,Verier,Veyrier,Veyrier-du-Lac,Vêriér,Вейрє-дю-Лак,Верье-дю-Лак		84	74	741	74299
2969506	Veyre-Monton	veyre-monton	FR	63960	3608	Europe/Paris	45.66866	3.17144		Veira e Monton,Vejr-Monton,Veyre,Veyre-Monton,Vèira e Monton,vu~eiru=monton,wei er meng tong,Вейр-Монтон,ヴェイル＝モントン,韦尔蒙通		84	63	632	63455
2969507	Veyreau	veyreau	FR	12720	111	Europe/Paris	44.18519	3.29901		Veyreau		76	12	121	12293
2969512	Veyras	veyras	FR	07000	1589	Europe/Paris	44.73518	4.56254		Veyras		84	07	072	07340
2969514	Veyrac	veyrac	FR	87520	1900	Europe/Paris	45.89695	1.1057		Veyrac		75	87	872	87202
2969516	Veynes	veynes	FR	05400	3230	Europe/Paris	44.53406	5.82321		Veina,Veinet,Vejn,Ven,Veynes,Vèina,wei nei,Вейн,Вен,韦内		93	05	052	05179
2969519	Vexaincourt	vexaincourt	FR	88110	173	Europe/Paris	48.49292	7.0457		Vexaincourt		44	88	883	88503
2969520	Vevy	vevy	FR	39570	269	Europe/Paris	46.6652	5.65022		Vevy		27	39	392	39558
2969525	Veuxhaulles-sur-Aube	veuxhaulles-sur-aube	FR	21520	269	Europe/Paris	47.94521	4.80244		Veuxhaulles,Veuxhaulles-sur-Aube		27	21	213	21674
2969528	Veuvey-sur-Ouche	veuvey-sur-ouche	FR	21360	159	Europe/Paris	47.18524	4.71572		Veuvey,Veuvey-sur-Ouche		27	21	211	21673
2969529	Veuves	veuves	FR	41150	235	Europe/Paris	47.47197	1.12466		Veuves		24	41	411	41167
2969532	Veurey-Voroize	veurey-voroize	FR	38113	1399	Europe/Paris	45.27268	5.61372		Veurey,Veurey-Voroize		84	38	381	38540
2969534	Veulettes-sur-Mer	veulettes-sur-mer	FR	76450	311	Europe/Paris	49.85162	0.59719		Velett-sjur-Mer,Veulettes,Veulettes-sur-Mer,Велетт-сюр-Мер		28	76	761	76736
2969535	Veules-les-Roses	veules-les-roses	FR	76980	699	Europe/Paris	49.87276	0.8		Vel'-le-Roz,Veules,Veules-les-Roses,Вель-ле-Роз		28	76	761	76735
2969536	Veuilly-la-Poterie	veuilly-la-poterie	FR	02810	128	Europe/Paris	49.08498	3.21387		Veuilly,Veuilly-la-Poterie		32	02	021	02792
2969537	Veuil	veuil	FR	36600	364	Europe/Paris	47.12099	1.52531		Vej,Veuil,Vjoj,fu yi,Вей,Вёй,弗伊		24	36	362	36235
2969541	Vétrigne	vetrigne	FR	90300	459	Europe/Paris	47.66908	6.89641		Vetrigne,Vétrigne		27	90	901	90103
2969543	Vétraz-Monthoux	vetraz-monthoux	FR	74100	5991	Europe/Paris	46.1743	6.25852		Vetra-Montu,Vitriacum-Montanum,Ветра-Монту		84	74	743	74298
2969544	Vétheuil	vetheuil	FR	95510	837	Europe/Paris	49.06199	1.70351		Vetej,Vetheuil,Vetjoj,Vétheuil,fu te yi,Ветей,Ветёй,弗特伊		11	95	953	95651
2969549	Vesvres-sous-Chalancey	vesvres-sous-chalancey	FR	52190	53	Europe/Paris	47.69315	5.1693		Vesvres,Vesvres-sous-Chalancey		44	52	522	52519
2969551	Vesvres	vesvres	FR	21350	26	Europe/Paris	47.38289	4.53128		Vesvres		27	21	213	21672
2969552	Vesvres	vesvres	FR	21350	0	Europe/Paris	47.35727	3.4394		Vesvre,Vesvres		27	58	582	58093
2969556	Vestric-et-Candiac	vestric-et-candiac	FR	30600	1429	Europe/Paris	43.74067	4.25861		Vestric,Vestric-et-Candiac		76	30	302	30347
2969557	Vessey	vessey	FR	50170	408	Europe/Paris	48.52402	-1.43152		Vessey		28	50	501	50410
2969559	Vesseaux	vesseaux	FR	07200	1350	Europe/Paris	44.65152	4.44025		Vesseaux		84	07	071	07339
2969562	Vesoul	vesoul	FR	70000	19892	Europe/Paris	47.62604	6.14251		Vesoul,Vesulum,Vezul,Vezul',XVO,beujul,vuzuru,wo su lei,Везул,Везуль,ヴズール,沃苏勒,브줄	70	27	70	702	70550
2969566	Vesly	vesly	FR	27870	546	Europe/Paris	49.25202	-1.50454		Vesly		28	50	503	50629
2969567	Vesly	vesly	FR	27870	649	Europe/Paris	49.24295	1.65261		Vesly,Vessley		28	27	271	27682
2969568	Veslud	veslud	FR	02840	243	Europe/Paris	49.53333	3.73333		Veslud		32	02	022	02791
2969569	Vesles-et-Caumont	vesles-et-caumont	FR	02350	185	Europe/Paris	49.66928	3.78512		Vesles,Vesles-et-Caumont		32	02	022	02790
2969571	Vésines	vesines	FR	01570	125	Europe/Paris	46.3593	4.86717		Vesines,Vésines		84	01	012	01439
2969573	Vésigneul-sur-Marne	vesigneul-sur-marne	FR	51240	218	Europe/Paris	48.8727	4.46053		Vesigneul,Vesigneul-sur-Marne,Vésigneul,Vésigneul-sur-Marne		44	51	511	51616
2969577	Vesdun	vesdun	FR	18360	625	Europe/Paris	46.53933	2.42876		Veden,Vedjon,Vesdun,wei si dan,Веден,Ведён,韦斯丹		24	18	182	18278
2969578	Vescovato	vescovato	FR	20215	2555	Europe/Paris	42.49293	9.43934		Vescovato		94	2B	2B3	2B346
2969579	Vescours	vescours	FR	01560	194	Europe/Paris	46.4768	5.02506		Vescours		84	01	012	01437
2969580	Vescles	vescles	FR	39240	191	Europe/Paris	46.35995	5.6143		Vescles		27	39	392	39557
2969581	Vescheim	vescheim	FR	57370	230	Europe/Paris	48.79599	7.22617		Vescheim		44	57	575	57709
2969582	Vescemont	vescemont	FR	90200	753	Europe/Paris	47.74405	6.8438		Vescemont,Vessemon,fu si kang weng,Вессемон,弗斯康翁		27	90	901	90102
2969583	Vesc	vesc	FR	26220	293	Europe/Paris	44.52175	5.15123		Vesc		84	26	262	26373
2969584	Vesancy	vesancy	FR	01170	490	Europe/Paris	46.34902	6.09262		Vesancy,Vezansi,fu cang xi,fysansy,Везанси,Везансі,Վեզանսի,فيسانسي,弗藏西		84	01	013	01436
2969585	Vesaignes-sur-Marne	vesaignes-sur-marne	FR	52800	133	Europe/Paris	48.00062	5.26329		Vesaignes,Vesaignes-sur-Marne		44	52	521	52518
2969586	Vesaignes-sous-Lafauche	vesaignes-sous-lafauche	FR	52700	141	Europe/Paris	48.28067	5.43426		Vesaignes,Vesaignes-sous-Lafauche		44	52	521	52517
2969587	Verzy	verzy	FR	51380	1069	Europe/Paris	49.14576	4.16409		Verzy		44	51	513	51614
2969590	Verzenay	verzenay	FR	51360	1102	Europe/Paris	49.15918	4.14543		Verzenay,Verzene,wei er ze nai,Верзене,韦尔泽奈		44	51	513	51613
2969591	Verzeille	verzeille	FR	11250	389	Europe/Paris	43.12524	2.3249		Verzeille		76	11	111	11408
2969594	Verze	verze	FR	71960	0	Europe/Paris	48.35163	0.22463				52	72	722	72317
2969595	Verzé	verze	FR	71960	646	Europe/Paris	46.37717	4.7357		Verze,Verzé		27	71	715	71574
2969597	Véry	very	FR	55270	105	Europe/Paris	49.24876	5.06757		Very,Véry		44	55	553	55549
2969599	Vervins	vervins	FR	02140	2846	Europe/Paris	49.8351	3.90925		Verven,Vervins,vu~eruvu~an,wei er wan,Вервен,ヴェルヴァン,韦尔万	025	32	02	025	02789
2969602	Vervezelle	vervezelle	FR	88600	128	Europe/Paris	48.22063	6.73867		Vervezelle		44	88	883	88502
2969603	Vervant	vervant	FR	16330	213	Europe/Paris	45.97472	-0.4537				75	17	175	17467
2969604	Vervant	vervant	FR	16330	146	Europe/Paris	45.83198	0.12411		Vervant		75	16	163	16401
2969770	Vernon	vernon	FR	07260	218	Europe/Paris	44.50756	4.22535		Vernon		84	07	071	07336
2969607	Vertus	vertus	FR	51130	2619	Europe/Paris	48.90609	4.00216		Vertju,Vertus,wei er di,Вертю,韋爾蒂		44	51	512	51612
2969608	Vert-Saint-Denis	vert-saint-denis	FR	77240	8275	Europe/Paris	48.56818	2.62007		Ver-Sen-Deni,Vert-Saint-Denis,Вер-Сен-Дени,Вер-Сен-Дені		11	77	772	77495
2969610	Vertrieu	vertrieu	FR	38390	509	Europe/Paris	45.87538	5.36148		Vertrieu		84	38	382	38539
2969612	Vertou	vertou	FR	44120	22921	Europe/Paris	47.16878	-1.4729		Gwerzhav,Vertou,Vertu,beleutu,vu~eruto~u,wei er tu,wrtw,Верту,ورتو,ヴェルトゥ,韦尔图,베르투		52	44	442	44215
2969613	Verton	verton	FR	62180	2185	Europe/Paris	50.40234	1.64766		Verton,fyrtwn,wei er tong,Вертон,فيرتون,韦尔通		32	62	624	62849
2969615	Vertolaye	vertolaye	FR	63480	652	Europe/Paris	45.64951	3.7072		Vertolaye		84	63	631	63454
2969616	Vert-le-Petit	vert-le-petit	FR	91710	2561	Europe/Paris	48.55163	2.36526		Ver-le-Peti,Vert-le-Petit,xiao wei er,Вер-ле-Пети,Вер-ле-Петі,小韦尔		11	91	912	91649
2969617	Vert-le-Grand	vert-le-grand	FR	91810	2014	Europe/Paris	48.57172	2.35777		Ver-le-Gran,Vert-le-Grand,da wei er,Вер-ле-Гран,大韦尔		11	91	912	91648
2969618	Vert-Toulon	vert-toulon	FR	51130	0	Europe/Paris	48.85	3.91667		Vert,Vert-la-Gravelle		44	51	512	51611
2969622	Vertheuil	vertheuil	FR	33180	1156	Europe/Paris	45.25049	-0.83448		Vertheuil,Vertheuil-en-Medoc,Vertheuil-en-Médoc		75	33	334	33545
2969623	Verthemex	verthemex	FR	73170	153	Europe/Paris	45.63012	5.78922		Verthemex		84	73	732	73313
2969625	Verteuil-sur-Charente	verteuil-sur-charente	FR	16510	736	Europe/Paris	45.9817	0.23054		Vertej-sjur-Sharant,Verteuil,Verteuil-sur-Charente,Vertjoj-sjur-Sharant,sha lang te he pan wei er te yi,vu~eruto~uiyu=shuru=sharanto,Вертей-сюр-Шарант,Вертёй-сюр-Шарант,ヴェルトゥイユ＝シュル＝シャラント,沙朗特河畔韦尔特伊		75	16	163	16400
2969626	Verteuil-d'Agenais	verteuil-d-agenais	FR	47260	0	Europe/Paris	44.46524	0.41439		Verteuil,Verteuil-d'Agenais		75	47	472	47317
2969628	Vert-en-Drouais	vert-en-drouais	FR	28500	1076	Europe/Paris	48.76029	1.2946		Ver-an-Drue,Vert,Vert-en-Drouais,de lu ai de qu wei er,Вер-ан-Друе,德鲁艾地区韦尔		24	28	283	28405
2969629	Verteillac	verteillac	FR	24320	708	Europe/Paris	45.34716	0.36599		Verteillac,Vertejak,Vertelhac,wei er tai la ke,Вертеяк,韦尔泰拉克		75	24	243	24573
2969644	Vertault	vertault	FR	21330	52	Europe/Paris	47.9161	4.35139		Vertault		27	21	213	21671
2969645	Vertamboz	vertamboz	FR	39130	70	Europe/Paris	46.59597	5.7407		Vertamboz		27	39	392	39556
2969646	Vertaizon	vertaizon	FR	63910	2399	Europe/Paris	45.76983	3.2865		Vertaizon		84	63	632	63453
2969647	Vertain	vertain	FR	59730	531	Europe/Paris	50.21224	3.52471		Vertain,Verten,wei er tan,Вертен,韦尔坦		32	59	592	59612
2969654	Vert	vert	FR	40420	785	Europe/Paris	48.94292	1.69221		Vert		11	78	781	78647
2969655	Vert	vert	FR	40420	0	Europe/Paris	45.21178	4.73819				84	07	073	07337
2969656	Vert	vert	FR	40420	229	Europe/Paris	44.09016	-0.58001		Vert		75	40	402	40323
2969657	Ver-sur-Mer	ver-sur-mer	FR	14114	1382	Europe/Paris	49.32987	-0.53118		Ver,Ver-sjur-Mer,Ver-sur-Mer,bin hai wei,wyr swr mrsy,Вер-сюр-Мер,وئر سور مرسی,滨海韦		28	14	141	14739
2969658	Ver-sur-Launette	ver-sur-launette	FR	60950	1103	Europe/Paris	49.10495	2.68409		Ver,Ver sur Launette,Ver-sjur-Lonett,Ver-sur-Launette,Vern,luo nei te he pan wei,wyr swr lwnt,Вер-сюр-Лонетт,وئر سور لونت,洛内特河畔韦		32	60	604	60666
2969659	Vers-sur-Méouge	vers-sur-meouge	FR	26560	55	Europe/Paris	44.23562	5.53708		Vers,Vers-sur-Meouge,Vers-sur-Méouge		84	26	262	26372
2969660	Vers-sur-Selles	vers-sur-selles	FR	80480	787	Europe/Paris	49.83333	2.23333		Vers,Vers-sur-Selle,Vers-sur-Selles		32	80	802	80791
2969661	Vers-sous-Sellières	vers-sous-sellieres	FR	39230	161	Europe/Paris	46.82446	5.53516		Vers,Vers-sous-Sellieres,Vers-sous-Sellières		27	39	392	39555
2969663	Versonnex	versonnex	FR	01210	0	Europe/Paris	46.29971	6.09597		Versonnex		84	01	013	01435
2969664	Versonnex	versonnex	FR	01210	1992	Europe/Paris	45.92914	5.92586		Versonnex		84	74	741	74297
2969665	Verson	verson	FR	14790	3763	Europe/Paris	49.15432	-0.45628		Verson,wei er song,Версон,韦尔松		28	14	142	14738
2969670	Versigny	versigny	FR	02800	446	Europe/Paris	49.65119	3.43666		Versigny		32	02	022	02788
2969671	Versigny	versigny	FR	02800	381	Europe/Paris	49.16032	2.76282		Versigny		32	60	604	60671
2969672	Vers-en-Montagne	vers-en-montagne	FR	39300	199	Europe/Paris	46.81534	5.91519		Vers,Vers-en-Montagne		27	39	392	39554
2969673	Verseilles-le-Haut	verseilles-le-haut	FR	52250	13	Europe/Paris	47.76984	5.29691		Verseilles-le-Haut		44	52	522	52516
2969674	Verseilles-le-Bas	verseilles-le-bas	FR	52250	102	Europe/Paris	47.76341	5.29071		Verseilles,Verseilles-le-Bas,Versej-le-Ba,wei er sai lai lai ba,Версей-ле-Ба,韦尔塞莱莱巴		44	52	522	52515
2969675	Versaugues	versaugues	FR	71110	196	Europe/Paris	46.36192	4.0636		Versaugues		27	71	713	71573
2969676	Versainville	versainville	FR	14700	408	Europe/Paris	48.9169	-0.17647		Versainville		28	14	142	14737
2969677	Versailleux	versailleux	FR	01330	342	Europe/Paris	45.97917	5.10605		Versailleux		84	01	012	01434
2969745	Vernoux-sur-Boutonne	vernoux-sur-boutonne	FR	79170	190	Europe/Paris	46.16093	-0.24538		Vernoux,Vernoux-sur-Boutonne		75	79	792	79343
2969805	Verneuil-Grand	verneuil-grand	FR	55600	202	Europe/Paris	49.52739	5.41763		Verneuil-Grand		44	55	553	55546
2969679	Versailles	versailles	FR	78000	85416	Europe/Paris	48.80359	2.13424		Berceau-de-la-Liberte,Berceau-de-la-Liberté,Bersallies,Versailles,Versaj,Versajlo,Versal',Versalhes,Versalia,Versaliae,Versalis,Versalles,Wersal,XVE,beleusayu,vu~erusaiyu,Βερσαλλίες,Версай,Версаль,ורסאי,ヴェルサイユ,베르사유	78	11	78	784	78646
2969681	Vers	vers	FR	46090	162	Europe/Paris	46.58372	4.85689		Vers		27	71	712	71572
2969682	Vers	vers	FR	46090	583	Europe/Paris	46.08892	6.03142		Vers		84	74	743	74296
2969683	Vers	vers	FR	46090	428	Europe/Paris	44.48606	1.55397		Vers		76	46	461	46268
2969684	Vers-Pont-du-Gard	vers-pont-du-gard	FR	30210	1696	Europe/Paris	43.96667	4.53333		Ver-Pon-dju-Gar,Verc,Vèrç,wei er peng te-di jia er,wr pwn dw gar,Вер-Пон-дю-Гар,ور پون دو گار,韦尔蓬特-迪加尔		76	30	302	30346
2969685	Verruyes	verruyes	FR	79310	928	Europe/Paris	46.51661	-0.28965		Verruyes		75	79	793	79345
2969686	Verrue	verrue	FR	86420	372	Europe/Paris	46.86307	0.17105		Verrue		75	86	861	86286
2969692	Verrières-le-Buisson	verrieres-le-buisson	FR	91370	16789	Europe/Paris	48.74565	2.26796		Verr'er-le-Bjuisson,Verrer-le-Bjuisson,Verrieres,Verrieres-le-Buisson,Verrières,Verrières-le-Buisson,fu er li ai lei bi yi song,Веррьер-ле-Бюиссон,Веррєр-ле-Бюїссон,弗尔里埃勒比伊松		11	91	913	91645
2969694	Verrières-en-Forez	verrieres-en-forez	FR	42600	693	Europe/Paris	45.57181	3.99564		Verrieres-en-Forez,Verrières-en-Forez		84	42	421	42328
2969697	Verrières	verrieres	FR	08390	30	Europe/Paris	49.49289	4.87422		Verrieres,Verrières		44	08	084	08471
2969698	Verrières	verrieres	FR	08390	417	Europe/Paris	49.06471	4.90759		Verrieres,Verrières		44	51	511	51610
2969699	Verrières	verrieres	FR	08390	426	Europe/Paris	48.3907	0.76429		Verrieres,Verrières		28	61	613	61501
2969700	Verrières	verrieres	FR	08390	1755	Europe/Paris	48.23334	4.14893		Verrieres,Verrières		44	10	103	10406
2969701	Verrières	verrieres	FR	08390	845	Europe/Paris	46.41262	0.5917		Verrieres,Verrières		75	86	862	86285
2969702	Verrières	verrieres	FR	08390	0	Europe/Paris	45.81774	4.03213				84	42	422	42230
2969703	Verrières	verrieres	FR	08390	53	Europe/Paris	45.57113	3.03627		Verrieres,Verrières		84	63	633	63452
2969704	Verrières	verrieres	FR	08390	417	Europe/Paris	45.57171	-0.26721		Verrieres,Verrières		75	16	162	16399
2969705	Verrières	verrieres	FR	08390	0	Europe/Paris	44.86956	3.62729				76	48	482	48038
2969706	Verrières	verrieres	FR	08390	0	Europe/Paris	44.20192	3.05839		Verrieres,Verrières		76	12	121	12291
2969707	Verrières	verrieres	FR	08390	0	Europe/Paris	43.85143	2.81881				76	12	121	12154
2969712	Verrie	verrie	FR	49400	410	Europe/Paris	47.26696	-0.17939		Verrie		52	49	493	49370
2969713	Verricourt	verricourt	FR	10240	45	Europe/Paris	48.45171	4.34794		Verricourt		44	10	103	10405
2969714	Verrey-sous-Salmaise	verrey-sous-salmaise	FR	21690	321	Europe/Paris	47.43788	4.66627		Verrey,Verrey-sous-Salmaise		27	21	213	21670
2969715	Verrey-sous-Drée	verrey-sous-dree	FR	21540	53	Europe/Paris	47.36595	4.68928		Verrey,Verrey-sous-Dree,Verrey-sous-Drée		27	21	212	21669
2969718	Verreries-de-Moussans	verreries-de-moussans	FR	34220	117	Europe/Paris	43.44824	2.68582		Verreries,Verreries-de-Moussans		76	34	341	34331
2969722	Verquin	verquin	FR	62131	3185	Europe/Paris	50.5024	2.63888		Verquin		32	62	622	62848
2969723	Verquigneul	verquigneul	FR	62113	0	Europe/Paris	50.50245	2.66628	20	Verquigneul		32	62	622	62847
2969724	Verquières	verquieres	FR	13670	843	Europe/Paris	43.84035	4.91879		Verquieres,Verquières		93	13	132	13116
2969725	Verpillières-sur-Ource	verpillieres-sur-ource	FR	10360	122	Europe/Paris	48.04029	4.56884		Verpillieres,Verpillieres-sur-Ource,Verpillières,Verpillières-sur-Ource		44	10	103	10404
2969726	Verpillières	verpillieres	FR	80700	172	Europe/Paris	49.66796	2.8231				32	80	803	80790
2969728	Verpel	verpel	FR	08240	88	Europe/Paris	49.38367	4.93343		Verpel		44	08	084	08470
2969729	Verosvres	verosvres	FR	71220	568	Europe/Paris	46.4	4.43333				27	71	715	71571
2969730	Véronnes	veronnes	FR	21260	0	Europe/Paris	47.53333	5.23333		Veron,Veronn,Veronnes-les-Grandes,Véronnes-les-Grandes,wei luo nei,Верон,Веронн,韦罗内		27	21	212	21667
2969733	Véronne	veronne	FR	26340	40	Europe/Paris	44.73581	5.20927		Veronne,Véronne		84	26	261	26371
2969734	Véron	veron	FR	89510	1724	Europe/Paris	48.12853	3.30773		Veron,Véron		27	89	893	89443
2969735	Vero	vero	FR	20172	365	Europe/Paris	42.06309	8.93246		Vero		94	2A	2A1	2A345
2969736	Verny	verny	FR	57420	1846	Europe/Paris	49.00677	6.2035		Verny		44	57	579	57708
2969738	Vernusse	vernusse	FR	03390	0	Europe/Paris	47.05226	4.54596				27	21	211	21566
2969739	Vernusse	vernusse	FR	03390	195	Europe/Paris	46.26855	2.97775		Vernusse		84	03	031	03308
2969741	Vern-sur-Seiche	vern-sur-seiche	FR	35770	8110	Europe/Paris	48.04585	-1.60242		Gwern-ar-Sec'h,Gwern-ar-Sech,Vern,Vern-sjur-Sesh,Vern-sur-Seiche,Vernum,sai ke he pan wei er en,wrn swr sych,Верн-сюр-Сеш,ورن سور سیچ,塞克河畔韦尔恩		53	35	353	35352
2969742	Vernoy	vernoy	FR	89150	0	Europe/Paris	48.42058	3.33359				11	77	773	77507
2969743	Vernoy	vernoy	FR	89150	188	Europe/Paris	48.09515	3.12438		Vernoy,Vernua,fu er nu wa,Вернуа,弗尔努瓦		27	89	893	89442
2969744	Vernoy	vernoy	FR	89150	0	Europe/Paris	46.58333	3.46667				84	03	032	03156
2969746	Vernoux-en-Vivarais	vernoux-en-vivarais	FR	07240	1858	Europe/Paris	44.89577	4.64524		Vernoux,Vernoux-d'Ardeche,Vernoux-d'Ardèche,Vernoux-en-Vivarais		84	07	072	07338
2969747	Vernoux-en-Gâtine	vernoux-en-gatine	FR	79240	675	Europe/Paris	46.63558	-0.51316		Vernoux,Vernoux-en-Gatine,Vernoux-en-Gâtine		75	79	793	79342
2969748	Vernoux	vernoux	FR	01560	140	Europe/Paris	46.48034	5.11126		Vernoux		84	01	012	01433
2969749	Vernou-la-Celle-sur-Seine	vernou-la-celle-sur-seine	FR	77670	2742	Europe/Paris	48.38789	2.84718		Vernou,Vernu-la-Sel'-sjur-Sen,Верну-ла-Сель-сюр-Сен		11	77	774	77494
2969750	Vernou-sur-Brenne	vernou-sur-brenne	FR	37210	2547	Europe/Paris	47.41936	0.84757		Vernou,Vernou-sur-Brenne		24	37	372	37270
2969751	Vernouillet	vernouillet	FR	28500	9965	Europe/Paris	48.97146	1.98082		Vernouillet		11	78	783	78643
2969752	Vernouillet	vernouillet	FR	28500	11783	Europe/Paris	48.7209	1.36951		Vernouillet		24	28	283	28404
2969753	Vernouillet	vernouillet	FR	28500	0	Europe/Paris	46.58333	3.05				84	03	032	03036
2969754	Vernou-en-Sologne	vernou-en-sologne	FR	41230	546	Europe/Paris	47.50095	1.68048		Vernou,Vernou-de-Sologne,Vernou-en-Sologne,Vernu-an-Solon',suo luo ni de qu wei er nu,Верну-ан-Солонь,索洛尼地区韦尔努		24	41	413	41271
2969757	Vernot	vernot	FR	21120	81	Europe/Paris	47.49194	4.97396		Vernot		27	21	212	21666
2969758	Vernosc-lès-Annonay	vernosc-les-annonay	FR	07430	1779	Europe/Paris	45.21596	4.7131		Vernosc,Vernosc les Annonay,Vernosc lès Annonay,Vernosc-les-Annonay,Vernosc-lès-Annonay,Vernosk-lez-Annone,Vernòsc,wei er nuo si ke lai a nuo nai,Верноск-лез-Анноне,韦尔诺斯克莱阿诺奈		84	07	073	07337
2969759	Vernonvilliers	vernonvilliers	FR	10200	86	Europe/Paris	48.31515	4.67895		Vernonvilliers		44	10	101	10403
2969766	Vernon	vernon	FR	07260	26037	Europe/Paris	49.09292	1.46332		Vernon		28	27	271	27681
2969767	Vernon	vernon	FR	07260	0	Europe/Paris	47.79699	1.62569				24	45	452	45028
2969768	Vernon	vernon	FR	07260	0	Europe/Paris	47.41444	4.15473				27	21	213	21525
2969769	Vernon	vernon	FR	07260	616	Europe/Paris	46.44031	0.47643		Vernon		75	86	863	86284
2969772	Vernois-sur-Mance	vernois-sur-mance	FR	70500	183	Europe/Paris	47.84512	5.78422		Vernois,Vernois-sur-Mance		27	70	702	70548
2969773	Vernois-lès-Vesvres	vernois-les-vesvres	FR	21260	194	Europe/Paris	47.64272	5.14498		Vernois,Vernois-les-Vesvres,Vernois-lès-Vesvres		27	21	212	21665
2969774	Vernois-lès-Belvoir	vernois-les-belvoir	FR	25430	57	Europe/Paris	47.32787	6.63848		Vernois,Vernois-les-Belvoir,Vernois-lès-Belvoir		27	25	252	25607
2969776	Vernoil-le-Fourrier	vernoil-le-fourrier	FR	49390	1285	Europe/Paris	47.38737	0.07883		Vernoil,Vernoil-le-Fourrier,Vernual'-le-Furre,wei er nu wa lai fu er li ye,wrnyl lh fwryr,Вернуаль-ле-Фуррє,ورنیل له فوریر,韦尔努瓦莱富尔里耶		52	49	493	49369
2969778	Vernix	vernix	FR	50370	138	Europe/Paris	48.71694	-1.22222		Vernix		28	50	501	50628
2969780	Vernioz	vernioz	FR	38150	1075	Europe/Paris	45.42672	4.88267		Vernioz		84	38	383	38536
2969781	Verniolle	verniolle	FR	09340	2140	Europe/Paris	43.08175	1.64803		Verniolle		76	09	091	09332
2969783	Vernines	vernines	FR	63210	371	Europe/Paris	45.66935	2.87814		Vernin,Verninas,Vernines,wei er ni nei,wrnyns,Вернін,ورنینس,韦尔尼内		84	63	633	63451
2969784	Vernierfontaine	vernierfontaine	FR	25580	341	Europe/Paris	47.10871	6.29967		Vernierfontaine		27	25	253	25605
2969787	Vernie	vernie	FR	72170	299	Europe/Paris	48.18362	0.02016		Vernie		52	72	722	72370
2969791	Vernéville	verneville	FR	57130	636	Europe/Paris	49.14577	6.00461		Verneville,Vernéville		44	57	579	57707
2969792	Verneusses	verneusses	FR	27390	235	Europe/Paris	48.90256	0.45003				28	27	272	27680
2969794	Verneuil-sur-Vienne	verneuil-sur-vienne	FR	87430	3594	Europe/Paris	45.84867	1.12686		Verneuil,Verneuil-sur-Vienne		75	87	872	87201
2969795	Verneuil-sur-Serre	verneuil-sur-serre	FR	02000	258	Europe/Paris	49.65143	3.67214		Verneuil,Verneuil-sur-Serre		32	02	022	02787
2969796	Verneuil-sur-Seine	verneuil-sur-seine	FR	78480	16790	Europe/Paris	48.97388	1.9648		Vernej-sjur-Sen,Verneuil,wrnwyl swr syn,Верней-сюр-Сен,ورنویل سور سین		11	78	783	78642
2969797	Verneuil-sur-Indre	verneuil-sur-indre	FR	37600	546	Europe/Paris	47.05552	1.04029		Verneuil,Verneuil-sur-Indre		24	37	373	37269
2969798	Verneuil-sur-Igneraie	verneuil-sur-igneraie	FR	36400	325	Europe/Paris	46.65533	2.01067		Vernej-sjur-In'ere,Verneuil,Verneuil-sur-Igneraie,Vernjoj-sjur-In'ere,wrnwyl swr aygnry,yi gai lai ai he pan wei er na yi,Верней-сюр-Іньєре,Вернёй-сюр-Иньере,ورنویل سور ایگنری,伊盖赖埃河畔韦尔纳伊		24	36	363	36234
2969799	Verneuil-sur-Avre	verneuil-sur-avre	FR	27130	7229	Europe/Paris	48.73949	0.92731		Verneig-syr-Avr,Vernej-sjur-Avr,Verneuil,Verneuil-sur-Avre,Vernjoj-sjur-Avr,Vernolium in Pertico,a fu er he pan wei er ne yi,wrnwyl swr awr,Βερνέιγ-συρ-Αβρ,Верней-сюр-Авр,Вернёй-сюр-Авр,ورنویل سور آور,阿夫尔河畔韦尔讷伊		28	27	272	27679
2969800	Verneuil-sous-Coucy	verneuil-sous-coucy	FR	02380	136	Europe/Paris	49.5419	3.31429		Verneuil,Verneuil-sous-Coucy		32	02	022	02786
2969801	Verneuil-Petit	verneuil-petit	FR	55600	131	Europe/Paris	49.54349	5.41459		Verneuil-Petit		44	55	553	55547
2969802	Verneuil-Moustiers	verneuil-moustiers	FR	87360	179	Europe/Paris	46.34003	1.13499		Verneuil,Verneuil-Moustiers,Verneuil-Moutiers		75	87	871	87200
2969803	Verneuil-l'Étang	verneuil-l-etang	FR	77390	0	Europe/Paris	48.64451	2.83677		Verneuil,Verneuil-l'Etang,Verneuil-l'Étang		11	77	773	77493
2969804	Verneuil-le-Château	verneuil-le-chateau	FR	37120	117	Europe/Paris	47.03939	0.4594		Verneuil,Verneuil-le-Chateau,Verneuil-le-Château		24	37	371	37268
2969806	Verneuil-en-Halatte	verneuil-en-halatte	FR	60550	4254	Europe/Paris	49.27914	2.5241		Vernej-an-Alatt,Verneuil,Verneuil-en-Halatte,Verneuil-sur-Oise,Vernjoj-an-Alatt,a la te de qu wei er na yi,wrnwyl an halath,Верней-ан-Алатт,Вернёй-ан-Алатт,ورنویل ان حالاته,阿拉特地区韦尔纳伊		32	60	604	60670
2969807	Verneuil-en-Bourbonnais	verneuil-en-bourbonnais	FR	03500	293	Europe/Paris	46.34659	3.25212		Vernej-an-Burbonne,Verneuil,Verneuil-en-Bourbonnais,Vernjoj-an-Burbonne,Vernolium,Vernuelh,bu er bo nai de qu wei er na yi,wrnwyl an bwrbnys,Верней-ан-Бурбонне,Вернёй-ан-Бурбонне,ورنویل ان بوربنیس,布尔博奈地区韦尔纳伊		84	03	032	03307
2969809	Verneuil	verneuil	FR	16310	794	Europe/Paris	49.09703	3.67369		Verneuil		44	51	512	51609
2969810	Verneuil	verneuil	FR	16310	338	Europe/Paris	46.8606	3.5588		Verneuil		27	58	583	58306
2969811	Verneuil	verneuil	FR	16310	50	Europe/Paris	46.81618	2.60632		Verneuil		24	18	182	18277
2969812	Verneuil	verneuil	FR	16310	0	Europe/Paris	46.68387	2.63397				84	03	031	03037
2969813	Verneuil	verneuil	FR	16310	89	Europe/Paris	45.78164	0.69447		Verneuil		75	16	163	16398
2969814	Verneugheol	verneugheol	FR	63470	0	Europe/Paris	45.7685	2.53626		Verneugheol		84	63	634	63450
2969817	Vernet-les-Bains	vernet-les-bains	FR	66820	1493	Europe/Paris	42.54946	2.38687		Verne-le-Ben,Vernet,Vernet-les-Bains,vu~erune=re=ban,wei er nei lai ban,wrnt las byns,Верне-ле-Бен,ورنت لاس بینس,ヴェルネ＝レ＝バン,韦尔内莱班		76	66	663	66222
2969818	Vernet-la-Varenne	vernet-la-varenne	FR	63580	749	Europe/Paris	45.47476	3.45171		Le Vernet-la-Varenne,Lo Vernet,Lo Vernet de la Varena,Verne-la-Varenn,Vernet,Vernet-la-Varenne,wei er nei la wa lang,wrnt la wrn,Верне-ла-Варенн,ورنت لا ورن,韦尔内拉瓦朗		84	63	633	63448
2969821	Vernet	vernet	FR	31810	0	Europe/Paris	46.55	2.5				24	18	182	18089
2969822	Vernet	vernet	FR	31810	0	Europe/Paris	46.21998	3.2816				84	03	033	03043
2969823	Vernet	vernet	FR	31810	0	Europe/Paris	45.19448	2.6918				84	15	153	15049
2969827	Verneix	verneix	FR	03190	590	Europe/Paris	46.39701	2.67001		Verneix		84	03	031	03305
2969828	Verneil-le-Chétif	verneil-le-chetif	FR	72360	662	Europe/Paris	47.73319	0.29461		Verneil,Verneil-le-Chetif,Verneil-le-Chétif		52	72	721	72369
2969829	Le Verneil	le-verneil	FR	73110	63	Europe/Paris	45.46667	6.16667		Le Verneil		84	73	732	73311
2969831	Verneiges	verneiges	FR	23170	88	Europe/Paris	46.26861	2.33786		Verneiges		75	23	231	23259
2969832	Vernègues	vernegues	FR	13116	1320	Europe/Paris	43.68575	5.17156		Lo Vernegue,Verneg,Vernegues,Vernègues,wei er nei gai,Вернег,韦尔内盖		93	13	131	13115
2969836	Verne	verne	FR	25110	124	Europe/Paris	47.39749	6.35215		Verne		27	25	251	25604
2969837	Verne	verne	FR	25110	0	Europe/Paris	46.52162	2.97981				84	03	032	03218
2969838	Verne	verne	FR	25110	0	Europe/Paris	45.16863	4.25372				84	43	433	43114
2969839	Vern-d'Anjou	vern-d-anjou	FR	49220	2071	Europe/Paris	47.60101	-0.8349		Vern,Vern-d'Anjou		52	49	494	49367
2969842	Vernay	vernay	FR	69430	0	Europe/Paris	46.42182	3.07504				84	03	032	03292
2969843	Vernay	vernay	FR	69430	134	Europe/Paris	46.15732	4.52912		Vernay		84	69	692	69261
2969846	Vernaux	vernaux	FR	09250	29	Europe/Paris	42.77258	1.75756		Vernaux		76	09	091	09330
2969848	Vernassal	vernassal	FR	43270	370	Europe/Paris	45.14908	3.70285		Vernassal		84	43	432	43259
2969849	Vernantois	vernantois	FR	39570	289	Europe/Paris	46.62815	5.57498		Vernantois		27	39	392	39552
2969850	Vernantes	vernantes	FR	49390	2002	Europe/Paris	47.39323	0.05155		Vernantes		52	49	493	49368
2969851	Vernancourt	vernancourt	FR	51330	79	Europe/Paris	48.85773	4.8228		Vernancourt		44	51	514	51608
2969852	Vernajoul	vernajoul	FR	09000	680	Europe/Paris	42.9873	1.60623		Vernajoul		76	09	091	09329
2969854	Vernaison	vernaison	FR	69390	4222	Europe/Paris	45.64781	4.8114		Vernaison,Vernezon,fan he nai cong,wrnysn,Вернезон,ورنیسن,凡合乃从		84	69	691	69260
2969855	Vernaison	vernaison	FR	69390	0	Europe/Paris	45.02985	5.01611				84	26	263	26084
2969856	Vernais	vernais	FR	18210	233	Europe/Paris	46.76549	2.71324		Vernais		24	18	182	18276
2969858	Vernas	vernas	FR	38460	186	Europe/Paris	45.77846	5.28023		Verna,Vernas		84	38	382	38535
2969863	Vermenton	vermenton	FR	89270	1257	Europe/Paris	47.66459	3.73501		Vermenton		27	89	891	89441
2969864	Vermelles	vermelles	FR	62980	4568	Europe/Paris	50.48949	2.74739		Vermel',Vermelles,fyrmylys,wei er mei lei,wrmlz,Вермель,فيرميليس,ورملز,韦尔梅勒		32	62	622	62846
2969867	Vermandovillers	vermandovillers	FR	80320	121	Europe/Paris	49.8504	2.78276		Vermandoville,Vermandovillers,Verminduvile,Vèrminduvilé,wei er mang duo wei lai er,wrmndwylrz,Вермандовілле,ورمندویلرز,韦尔芒多维莱尔		32	80	804	80789
2969868	Vermand	vermand	FR	02490	1096	Europe/Paris	49.8755	3.14959		Verman,Vermand,wei er mang,wrmnd,Верман,Վերման,ورمند,韦尔芒		32	02	023	02785
2969870	Verlus	verlus	FR	32400	101	Europe/Paris	43.60223	-0.19602		Verlus		76	32	323	32461
2969871	Verlinghem	verlinghem	FR	59237	2427	Europe/Paris	50.68291	2.99907		Verlengem,Verlinghem,wei er lan gai mu,wrlynqm,Верленгем,ورلینقم,韦尔兰盖姆		32	59	595	59611
2969872	Verlincthun	verlincthun	FR	62830	321	Europe/Paris	50.62795	1.67909		Verlenkten,Verlincthun,Vérlincthun,fyrlytshwn,wei er lan ke tan,wrlynkthwn,Верленктен,فيرليتشون,ورلینکتهون,韦尔兰克坦		32	62	623	62845
2969873	Verlin	verlin	FR	89330	335	Europe/Paris	48.01757	3.23178		Verlen,Verlin,fu er lan,wrlyn,Верлен,ورلین,弗尔兰		27	89	893	89440
2969875	Verlhac-Tescou	verlhac-tescou	FR	82230	415	Europe/Paris	43.92948	1.53818		Verlak-Tesku,Verlhac,Verlhac-Tescou,fu er ya tai si ku,wrlhk tskw,Верлак-Теску,ورلهک تسکو,弗尔亚泰斯库		76	82	822	82192
2969876	Verlans	verlans	FR	70400	111	Europe/Paris	47.57159	6.71896		Verlans		27	70	701	70547
2969879	Verjux	verjux	FR	71590	514	Europe/Paris	46.87864	4.9635		Verjux		27	71	712	71570
2969881	Verjon	verjon	FR	01270	217	Europe/Paris	46.34724	5.35006		Verjon		84	01	012	01432
2969884	Vérissey	verissey	FR	71440	57	Europe/Paris	46.71191	5.11877		Verissey,Vérissey		27	71	714	71568
2969885	Vérines	verines	FR	17540	1664	Europe/Paris	46.19387	-0.96685		Verines,Vérines		75	17	173	17466
2969886	Vérines	verines	FR	17540	0	Europe/Paris	45.49105	4.13446				84	42	421	42256
2969887	Verines	verines	FR	17540	0	Europe/Paris	45.16787	4.0496				84	43	433	43203
2969890	Vérin	verin	FR	42410	716	Europe/Paris	45.45376	4.75337		Verin,Vérin		84	42	423	42327
2969891	Vérigny	verigny	FR	28190	226	Europe/Paris	48.51973	1.3231		Verigny,Vérigny		24	28	281	28254
2969892	Vérigny	verigny	FR	28190	0	Europe/Paris	46.48914	2.63305				84	03	031	03158
2969894	Vérignon	verignon	FR	83630	17	Europe/Paris	43.65349	6.27333		Verignon,Verin'on,Verinhon,Vérignon,fu li ni weng,Вериньон,弗里尼翁		93	83	833	83147
2969896	Véria	veria	FR	39160	122	Europe/Paris	46.45093	5.42261		Veria,Véria		27	39	392	39551
2969897	Vergt-de-Biron	vergt-de-biron	FR	24540	191	Europe/Paris	44.63242	0.84391		Vergt,Vergt-de-Biron		75	24	241	24572
2969899	Vergt	vergt	FR	24380	1614	Europe/Paris	45.0268	0.7178		Lo Vern de Salon,Ver,Vergt,Vern,wei er ge,wrgt,Вер,ورگت,韦尔格		75	24	243	24571
2969900	Vergranne	vergranne	FR	25110	102	Europe/Paris	47.40835	6.39053		Vergranne		27	25	251	25602
2969903	Vergons	vergons	FR	04170	114	Europe/Paris	43.91407	6.58715		Vergon,Vergons,wei er gong,Вергон,韦尔贡		93	04	042	04236
2969904	Vergonnes	vergonnes	FR	49420	302	Europe/Paris	47.73333	-1.08333		Vergonn,Vergonnes,wei er ge nei,wrgns,Вергонн,ورگنس,韦尔戈内		52	49	494	49248
2969905	Vergongheon	vergongheon	FR	43360	1774	Europe/Paris	45.37107	3.31981		Vergongeon,Vergongheon,Vergonjon,wei er gong rong,wrgnqywn,Вергонгеон,ورگنقئون,韦尔贡容		84	43	431	43258
2969907	Vergoncey	vergoncey	FR	50240	218	Europe/Paris	48.56219	-1.39924		Vegoncey,Vergoncey		28	50	501	50487
2969909	Vergoignan	vergoignan	FR	32720	258	Europe/Paris	43.71791	-0.19798		Vergoignan		76	32	323	32460
2969918	Vergné	vergne	FR	17330	0	Europe/Paris	46.17065	0.30334				75	86	862	86255
2969919	Vergné	vergne	FR	17330	180	Europe/Paris	46.07296	-0.5193		Vergne,Vergné		75	17	175	17464
2969920	Vergne	vergne	FR	17330	0	Europe/Paris	45.24025	2.05679				75	19	193	19125
2969921	Vergisson	vergisson	FR	71960	249	Europe/Paris	46.30918	4.71261		Vergisson		27	71	715	71567
2969926	Vergigny	vergigny	FR	89600	1573	Europe/Paris	47.97059	3.71861		Vergigny		27	89	891	89439
2969927	Vergies	vergies	FR	80270	198	Europe/Paris	49.93272	1.84731		Vergies		32	80	802	80788
2969929	Vergheas	vergheas	FR	63330	0	Europe/Paris	46.02988	2.6152		Vergheas		84	63	634	63447
2969930	Vergèze	vergeze	FR	30310	3955	Europe/Paris	43.74363	4.22018		Vergeze,Vergèze		76	30	302	30344
2969931	Vergezac	vergezac	FR	43320	425	Europe/Paris	45.03328	3.72661		Montpignon,Vergezac		84	43	432	43257
2969932	Vergetot	vergetot	FR	76280	401	Europe/Paris	49.61921	0.28098		Vergetot		28	76	762	76734
2969934	Verges	verges	FR	39570	174	Europe/Paris	46.65325	5.68341		Verges		27	39	392	39550
2970173	Velone-Orneto	velone-orneto	FR	20230	122	Europe/Paris	42.40043	9.471		Velone,Velone-Orneto		94	2B	2B3	2B340
2969936	Vergeroux	vergeroux	FR	17300	812	Europe/Paris	45.96667	-0.98333		Vergeroux,Verzeru,Verzheru,wei er re lu,wrgrwks,Вержеру,Վերժերու,ورگروکس,韦尔热鲁		75	17	172	17463
2969940	Vergéal	vergeal	FR	35680	644	Europe/Paris	48.0358	-1.26563		Gwerial,Vergeal,Vergéal		53	35	351	35350
2969941	Vergaville	vergaville	FR	57260	581	Europe/Paris	48.83828	6.74543		Vergaville		44	57	575	57706
2969942	Verfeuil	verfeuil	FR	30630	496	Europe/Paris	44.16909	4.44644		Verfeuil		76	30	302	30343
2969943	Verfeil	verfeil	FR	31590	341	Europe/Paris	44.18671	1.87617		Verfeil		76	82	822	82191
2969944	Verfeil	verfeil	FR	31590	2819	Europe/Paris	43.65781	1.6634		Verfeil		76	31	313	31573
2969946	Vereux	vereux	FR	70180	237	Europe/Paris	47.51667	5.65				27	70	702	70546
2969947	Véretz	veretz	FR	37270	3227	Europe/Paris	47.35706	0.80575		Veretz,Véretz		24	37	372	37267
2969951	Verel-Pragondran	verel-pragondran	FR	73230	443	Europe/Paris	45.6	5.95		Verel,Verel'-Pragondran,Vérel,wrl prgndrn,Верель-Прагондран,ورل پرگندرن		84	73	732	73310
2969952	Verel-de-Montbel	verel-de-montbel	FR	73330	246	Europe/Paris	45.55383	5.722		Verel,Verel-de-Montbel,Vérel,Vérel-de-Montbel		84	73	732	73309
2969953	Vereaux	vereaux	FR	18600	168	Europe/Paris	46.87972	2.87867		Vereaux		24	18	182	18275
2969958	Verdun	verdun	FR	09310	21798	Europe/Paris	49.15964	5.3829		Ferdun,Verdan,Verdehn,Verden,Verdena,Verdenas,Verdjun,Verdun,Verdun-sur-Meuse,Verduno,Verdún,Virodunum,beleudoeng,fan er deng,frdan,verdeni,vu~erudan,wrdn,wrdwn,Вердан,Верден,Вердэн,Вердюн,Վերդեն,ורדן,فردان,وردون,ვერდენი,ヴェルダン,凡尔登,베르됭	553	44	55	553	55545
2969959	Verdun-sur-le-Doubs	verdun-sur-le-doubs	FR	71350	1208	Europe/Paris	46.89692	5.02127		Verdun		27	71	712	71566
2969960	Verdun-sur-Garonne	verdun-sur-garonne	FR	82600	3269	Europe/Paris	43.85446	1.23425		Verden-sjur-Garonn,Verdun,Verdun de Garona,Verdun-sur-Garonne,jia luo na he pan fu er dan,wrdn swr garwn,Верден-сюр-Гаронн,وردن سور گارون,加罗纳河畔弗尔丹		76	82	822	82190
2969961	Verdun-en-Lauragais	verdun-en-lauragais	FR	11400	245	Europe/Paris	43.36756	2.05815		Verdun,Verdun-en-Lauragais		76	11	111	11407
2969964	Verdun	verdun	FR	09310	228	Europe/Paris	42.79433	1.68871		Verden,Verdun,Верден		76	09	091	09328
2969967	Verdonnet	verdonnet	FR	21330	88	Europe/Paris	47.7365	4.32883		Verdonnet		27	21	213	21664
2969972	Verdon	verdon	FR	24520	181	Europe/Paris	48.94905	3.62143		Verdon		44	51	512	51607
2969973	Verdon	verdon	FR	24520	50	Europe/Paris	44.81031	0.63043		Verdon		75	24	241	24570
2969975	Verdilly	verdilly	FR	02400	458	Europe/Paris	49.07262	3.42428		Verdilly		32	02	021	02781
2969976	Verdille	verdille	FR	16140	368	Europe/Paris	45.88224	-0.10722		Verdij,Verdille,wei er di er,wrdyl,Вердий,Вердій,وردیل,韦尔迪尔		75	16	163	16397
2969977	Verdigny	verdigny	FR	18300	279	Europe/Paris	47.34657	2.8081		Verdigny		24	18	181	18274
2969982	Verdets	verdets	FR	64400	285	Europe/Paris	43.22562	-0.64462		Berdets,Verdets,wei er dai te,wrdts,Вердетс,وردتس,韦尔代特		75	64	642	64551
2969983	Verdèse	verdese	FR	20229	28	Europe/Paris	42.39304	9.36457		Verdese,Verdez,Verdeze,Verdèse,Вердез,Вердезе		94	2B	2B3	2B344
2969984	Verdes	verdes	FR	41240	412	Europe/Paris	47.95849	1.42604		Verd,Verdes,wei er dai,wrds,Верд,وردس,韦尔代		24	41	411	41173
2969985	Verderonne	verderonne	FR	60140	552	Europe/Paris	49.32974	2.4982		Verderonn,Verderonne,wei er de long,wrdrn,Вердеронн,وردرن,韦尔德龙		32	60	602	60669
2969986	Verderel-lès-Sauqueuse	verderel-les-sauqueuse	FR	60112	799	Europe/Paris	49.5	2.1		Verdrel		32	60	601	60668
2969987	Verdenal	verdenal	FR	54450	0	Europe/Paris	48.58438	6.81255		Verdenal		44	54	542	54562
2969988	Verdelot	verdelot	FR	77510	716	Europe/Paris	48.87535	3.36583		Verdelot		11	77	773	77492
2969990	Verdelais	verdelais	FR	33490	854	Europe/Paris	44.58815	-0.25151		Verdelais,Verdele,wei er dai lai,wrdlys,Верделе,وردلیس,韦尔代莱		75	33	333	33543
2969995	Verdalle	verdalle	FR	81110	965	Europe/Paris	43.51114	2.16085		Verdalle		76	81	812	81312
2969996	Verdaches	verdaches	FR	04140	50	Europe/Paris	44.26339	6.34237		Verdacha,Verdaches,Verdash,wei er da xie,wrdchs,Вердаш,وردچس,韦尔达谢		93	04	043	04235
2969997	Vercourt	vercourt	FR	80120	85	Europe/Paris	50.30041	1.70055		Vercourt,Verkur,Vércourt,wei er ku er,wrkwrt,Веркур,ورکورت,韦尔库尔		32	80	801	80787
2970001	Vercoiran	vercoiran	FR	26170	121	Europe/Paris	44.30181	5.34149		Vercoiran,Verkuaran,wei er kua lang,wrkyrn,Веркуаран,ورکیرن,韦尔夸朗		84	26	262	26370
2970002	Verclause	verclause	FR	26510	90	Europe/Paris	44.37965	5.42529		Verclause		84	26	262	26369
2970004	Vercia	vercia	FR	39190	288	Europe/Paris	46.58925	5.45592		Vercia		27	39	392	39576
2970005	Verchocq	verchocq	FR	62560	538	Europe/Paris	50.56398	2.04109		Verchocq		32	62	624	62844
2970007	Verchin	verchin	FR	62310	226	Europe/Paris	50.49451	2.1854		Verchin		32	62	624	62843
2970011	Vercheny	vercheny	FR	26340	426	Europe/Paris	44.71667	5.25		Vercheny		84	26	261	26368
2970014	Verchaix	verchaix	FR	74440	616	Europe/Paris	46.09813	6.68156		Verchaix		84	74	742	74294
2970015	Verchain-Maugré	verchain-maugre	FR	59227	992	Europe/Paris	50.26785	3.47705		Verchain-Maugre,Verchain-Maugré,Vershen-Mogre,wei er xie mo ge lei,wrshyn mwgr,Вершен-Могре,ورشین موگر,韦尔谢莫格雷		32	59	596	59610
2970016	Vercel-Villedieu-le-Camp	vercel-villedieu-le-camp	FR	25530	1321	Europe/Paris	47.18318	6.40082		Campdu Vercel,Vercel,Vercel-Villedieu-le-Camp		27	25	253	25601
2970017	Verbiesles	verbiesles	FR	52000	319	Europe/Paris	48.06941	5.18502		Verbiesles		44	52	521	52514
2970018	Verberie	verberie	FR	60410	3417	Europe/Paris	49.31115	2.7321		Verberi,Verberie,wei er bo li ye,wrbry,Вербери,Вербері,وربری,韦尔伯里耶		32	60	604	60667
2970019	Véraza	veraza	FR	11580	38	Europe/Paris	42.98559	2.30598		Veraza,Véraza		76	11	112	11406
2970021	Vérargues	verargues	FR	34400	601	Europe/Paris	43.71619	4.09995		Verargues,Vérargues		76	34	343	34246
2970022	Véranne	veranne	FR	42520	595	Europe/Paris	45.36927	4.66283		Verann,Veranne,Véranne,wei lang,Веранн,韦朗		84	42	423	42326
2970023	Vérac	verac	FR	33240	776	Europe/Paris	44.99147	-0.34045		Verac,Vérac		75	33	335	33542
2970025	Ver	ver	FR	50450	300	Europe/Paris	48.89373	-1.39235		Ver		28	50	503	50626
2970027	Venzolasca	venzolasca	FR	20215	0	Europe/Paris	42.48396	9.45567		A Venzula,A Venzulà,Vencolaska,Venzolasca,wnzlska,Венцоласка,ونزلسکا		94	2B	2B3	2B343
2970030	Ventron	ventron	FR	88310	922	Europe/Paris	47.93957	6.87087		Vantron,Ventron,wang te long,wntrn,Вантрон,ونترن,旺特龙		44	88	881	88500
2970032	Ventouse	ventouse	FR	16460	117	Europe/Paris	45.8959	0.33163		Ventouse		75	16	163	16396
2970033	Ventiseri	ventiseri	FR	20240	2652	Europe/Paris	41.94356	9.33342		Ventiseri,Ventizeri,Vintisari,Vintìsari,wntysry,Вентизери,Вентізері,ونتیسری		94	2B	2B3	2B342
2970037	Venthon	venthon	FR	73200	631	Europe/Paris	45.68649	6.4095		Venthon,Ventose,Ventôse		84	73	731	73308
2970039	Venteuil	venteuil	FR	51480	565	Europe/Paris	49.08214	3.8413		Venteuil		44	51	512	51605
2970040	Venteuges	venteuges	FR	43170	405	Europe/Paris	44.98458	3.4975		Venteuges		84	43	431	43256
2970041	Ventes-Saint-Rémy	ventes-saint-remy	FR	76680	223	Europe/Paris	49.71011	1.30535		Ventes,Ventes-Saint-Remy,Ventes-Saint-Rémy		28	76	761	76733
2970043	Venterol	venterol	FR	05130	195	Europe/Paris	44.44402	6.09939		Venterol		93	04	044	04234
2970044	Venterol	venterol	FR	05130	675	Europe/Paris	44.38903	5.10093		Venterol		84	26	262	26367
2970046	Ventenac-en-Minervois	ventenac-en-minervois	FR	11120	525	Europe/Paris	43.24885	2.85931		Ventenac,Ventenac-d'Aude,Ventenac-en-Minervois		76	11	113	11405
2970047	Ventenac-Cabardès	ventenac-cabardes	FR	11610	808	Europe/Paris	43.26753	2.2853		Ventenac,Ventenac-Cabardes,Ventenac-Cabardès		76	11	111	11404
2970048	Ventenac	ventenac	FR	09120	208	Europe/Paris	43.01128	1.72804		Ventenac		76	09	091	09327
2970049	Ventelay	ventelay	FR	51140	219	Europe/Paris	49.3419	3.79869		Vantelay,Ventelay		44	51	513	51604
2970051	Ventavon	ventavon	FR	05300	558	Europe/Paris	44.37073	5.90565		Ventavon		93	05	052	05178
2970054	Ventabren	ventabren	FR	13122	4800	Europe/Paris	43.53847	5.29541		Vantabran,Ventabren,wang ta bu lang,wntbrn,Вантабран,ونتبرن,旺塔布朗		93	13	131	13114
2970056	Vensat	vensat	FR	63260	448	Europe/Paris	46.04523	3.1853		Vensat		84	63	634	63446
2970057	Vensac	vensac	FR	33590	0	Europe/Paris	45.39814	-1.0414		Vansak,Vencac,Vensac,Vençac,wang sa ke,Вансак,旺萨克		75	33	334	33541
2970061	Venoy	venoy	FR	89290	1923	Europe/Paris	47.80518	3.63695		Venoy		27	89	891	89438
2970062	Venouse	venouse	FR	89230	272	Europe/Paris	47.8958	3.68281		Venouse		27	89	891	89437
2970063	Vénosc	venosc	FR	38520	936	Europe/Paris	44.98962	6.11567		Venosc,Venosk,Vénosc,wei nuo si ke,Веноск,韦诺斯克		84	38	381	38253
2970064	Venon	venon	FR	27110	288	Europe/Paris	49.17242	1.05024		Venon		28	27	272	27677
2970065	Venon	venon	FR	27110	729	Europe/Paris	45.17618	5.80816		Venon		84	38	381	38533
2970067	Vennezey	vennezey	FR	54830	47	Europe/Paris	48.4445	6.46716		Vennezey		44	54	542	54561
2970068	Vennecy	vennecy	FR	45760	1377	Europe/Paris	47.95465	2.05459		Vennecy,Vennesi,wei nei xi,wnky,Веннесі,ونکی,韦内西		24	45	452	45333
2970069	Vennans	vennans	FR	25640	169	Europe/Paris	47.32918	6.23411		Vennans		27	25	251	25599
2970070	Venizy	venizy	FR	89210	849	Europe/Paris	48.03488	3.7096		Venizy		27	89	891	89436
2970071	Venizel	venizel	FR	02200	1470	Europe/Paris	49.36583	3.39321		Venizel		32	02	024	02780
2970072	Vénissieux	venissieux	FR	69200	57584	Europe/Paris	45.69706	4.88593		Venis'e,Venis'jo,Venisje,Venissieux,Venissioex,Vènissiœx,Vénissieux,benisioe,vu~enishu,wei ni xi e,wnysyw,Венисье,Венисьё,Венисје,Венісьє,ونیسیو,ヴェニシュー,維尼西厄,베니시외		84	69	691	69259
2970073	Venisey	venisey	FR	70500	150	Europe/Paris	47.83032	5.99379		Venisey		27	70	702	70545
2970074	Venise	venise	FR	25870	0	Europe/Paris	48.81027	5.1084				44	55	551	55366
2970075	Venise	venise	FR	25870	483	Europe/Paris	47.3474	6.10768		Venise		27	25	251	25598
2970078	Vengeons	vengeons	FR	50150	528	Europe/Paris	48.75409	-0.9166		Vanzhon,Vengeons,wang rong,wngywns,Ванжон,ونگئونس,旺容		28	50	501	50582
2970079	Veney	veney	FR	54540	0	Europe/Paris	48.46651	6.81375		Veney		44	54	542	54560
2970080	Veneux-les-Sablons	veneux-les-sablons	FR	77250	5091	Europe/Paris	48.37872	2.79499		Vene-le-Sablon,Veneux,Veneux-Les Sablons,wnwks las sblns,Вене-ле-Саблон,ونوکس لاس سبلنس		11	77	774	77316
2970081	Venette	venette	FR	60280	2883	Europe/Paris	49.41705	2.80317		Venett,Venette,wei nei te,Венетт,韦内特		32	60	603	60665
2970083	Vénestanville	venestanville	FR	76730	150	Europe/Paris	49.79221	0.90475		Venestanville,Vénestanville		28	76	761	76731
2970084	Venesmes	venesmes	FR	18190	758	Europe/Paris	46.83904	2.31231		Venesmes		24	18	182	18273
2970085	Vénès	venes	FR	81440	614	Europe/Paris	43.72844	2.19229		Venes,Vénès		76	81	812	81311
2970086	Venerque	venerque	FR	31810	2633	Europe/Paris	43.43405	1.44329		Benerca,Benèrca,Venerca,Venerk,Venerque,Venèrca,wei nei er qu ai,wnrqw,Венерк,ونرقو,韦内尔屈埃		76	31	311	31572
2970087	Vénérolles	venerolles	FR	02510	270	Europe/Paris	49.98159	3.63986		Venerolles,Vénérolles		32	02	025	02779
2970088	Vénérieu	venerieu	FR	38460	415	Europe/Paris	45.65977	5.2789		Venerieu,Vénérieu		84	38	382	38532
2970089	Venère	venere	FR	70100	154	Europe/Paris	47.36055	5.67538		Venere,Venère		27	70	702	70542
2970090	Vénérand	venerand	FR	17100	642	Europe/Paris	45.79406	-0.55862		Veneran,Venerand,Vénérand,wei nei lang,Венеран,Վեներան,韦内朗		75	17	174	17462
2970092	Venelles	venelles	FR	13107 CEDEX	7917	Europe/Paris	43.59859	5.47977		Venel',Venela,Venelles,Venèla,wei nei lai,wnls,Венель,ونلس,韦内莱		93	13	131	13113
2970095	Vénéjan	venejan	FR	30200	1145	Europe/Paris	44.19694	4.65713		Venejan,Vénéjan		76	30	302	30342
2970099	Vendrest	vendrest	FR	77440	691	Europe/Paris	49.04645	3.09391		Vendrest		11	77	771	77490
2970100	Vendresse-Beaulne	vendresse-beaulne	FR	02160	99	Europe/Paris	49.42774	3.66714		Vendresse,Vendresse-Beaulne		32	02	022	02778
2970101	Vendresse	vendresse	FR	08160	399	Europe/Paris	49.60321	4.79364		Vandres,Vandress,Vendresse,Вандрес,Вандресс		44	08	081	08469
2970104	Vendres	vendres	FR	34350	1744	Europe/Paris	43.26978	3.22395		Vendres		76	34	341	34329
2970105	Vendrennes	vendrennes	FR	85250	1160	Europe/Paris	46.82613	-1.12339		Vandrenn,Vendrennes,wang de lei na,wndrns,Вандренн,وندرنس,旺德雷纳		52	85	852	85301
2970107	Vendranges	vendranges	FR	42590	250	Europe/Paris	45.94238	4.13716		Vendranges		84	42	422	42325
2970110	Vendôme	vendome	FR	41100	19226	Europe/Paris	47.79292	1.06556		Vandom,Vantom,Vendome,Vendome-Regenere,Vendôme,Vendôme-Regénéré,Vindocinum,vu~andomu,wang duo mu,wndm,Βαντόμ,Вандом,وندم,ヴァンドーム,旺多姆	412	24	41	412	41269
2970111	Vendoire	vendoire	FR	24320	158	Europe/Paris	45.41519	0.30351		Vanduar,Vendeira,Vendoire,wang du wa er,wndyr,Вандуар,وندیر,旺杜瓦尔		75	24	243	24569
2970113	Vendin-le-Vieil	vendin-le-vieil	FR	62880	6713	Europe/Paris	50.47385	2.86674		Vanden-le-V'ej,Vanden-le-Vej,Vendin,Vendin Le Veil,Vendin-le-Vieil,Vindin-lVieil,fyndyn ly fyyl,jiu wang dan,wndyn lh wyyl,Ванден-ле-Вьей,Ванден-ле-Вєй,فيندين لي فييل,وندین له وییل,旧旺丹		32	62	627	62842
2970114	Vendin-lès-Béthune	vendin-les-bethune	FR	62232	2575	Europe/Paris	50.54012	2.60043		Vanden-le-Betjun,Vendin,Vendin-les-Bethune,Vendin-lès-Béthune,Vindin-les-Betheune,Vindin-lès-Betheune,fyndyn lyh bythwn,wang dan lai bei di ne,wndyn las bthwn,Ванден-ле-Бетюн,فيندين ليه بيثون,وندین لاس بتهون,旺丹莱贝蒂讷		32	62	622	62841
2970115	Vendine	vendine	FR	31460	189	Europe/Paris	43.5896	1.76719		Vendine		76	31	313	31571
2970116	Vendières	vendieres	FR	02540	138	Europe/Paris	48.87178	3.44726		Vendieres,Vendières		32	02	021	02777
2970117	Vendhuile	vendhuile	FR	02420	475	Europe/Paris	50.01083	3.20924		Vendhuile,Vendhuille		32	02	023	02776
2970118	Vendeville	vendeville	FR	59175	1466	Europe/Paris	50.57693	3.0787		Vendeville		32	59	595	59609
2970119	Vendeuvre-sur-Barse	vendeuvre-sur-barse	FR	10140	2703	Europe/Paris	48.23786	4.46905		Vandevr-sjur-Bars,Vandjovr-sjur-Bars,Vandopera,Vendeuvre,Vendeuvre-sur-Barse,ba er si he pan wang de fu er,wndwwr swr brs,Вандевр-сюр-Барс,Вандёвр-сюр-Барс,وندوور سور برس,巴尔斯河畔旺德夫尔		44	10	101	10401
2970120	Vendeuvre-du-Poitou	vendeuvre-du-poitou	FR	86380	2577	Europe/Paris	46.73576	0.30942		Vandevr-dju-Puatu,Vendeuvre,Vendeuvre-du-Poitou,wang de fu lei di pu wa tu,wndwwr dwd pytw,Вандевр-дю-Пуату,وندوور دود پیتو,旺德夫勒迪普瓦图		75	86	863	86281
2970121	Vendeuvre	vendeuvre	FR	14170	763	Europe/Paris	48.99059	-0.07519		Vendeuvre,Vendeuvres		28	14	142	14735
2970123	Vendeuil-Caply	vendeuil-caply	FR	60120	408	Europe/Paris	49.6193	2.30216		Vandej-Kapli,Vendeuil,Vendeuil-Caply,wang de yi ka pu li,wndwyl kply,Вандей-Каплі,وندویل کپلی,旺德伊卡普利		32	60	602	60664
2970124	Vendeuil	vendeuil	FR	02800	863	Europe/Paris	49.7154	3.35216		Vendeuil		32	02	023	02775
2970126	Vendes	vendes	FR	14250	287	Europe/Paris	49.14764	-0.59652		Vendes		28	14	141	14734
2970127	Vendes	vendes	FR	14250	0	Europe/Paris	45.3	2.4				84	15	152	15019
2970128	Vendenheim	vendenheim	FR	67550	5757	Europe/Paris	48.66948	7.70983		Vangene,Vendenajm,Vendenheim,fyndynhym,wang de nan,wndnhym,Венденайм,فيندينهيم,وندنهیم,旺德南		44	67	678	67506
2970129	Vendenesse-sur-Arroux	vendenesse-sur-arroux	FR	71130	600	Europe/Paris	46.62774	4.065		Vendenesse,Vendenesse-sur-Arroux		27	71	713	71565
2970130	Vendenesse-lès-Charolles	vendenesse-les-charolles	FR	71120	707	Europe/Paris	46.44286	4.3373		Vendenesse,Vendenesse-les-Charolles,Vendenesse-lès-Charolles		27	71	713	71564
2970132	Vendémian	vendemian	FR	34230	888	Europe/Paris	43.58187	3.56124		Vendemian,Vendémian		76	34	342	34328
2970133	Vendelles	vendelles	FR	02490	131	Europe/Paris	49.91033	3.13603		Vendelle,Vendelles		32	02	023	02774
2970135	Vendel	vendel	FR	35140	370	Europe/Paris	48.29858	-1.31119		Gwennel,Vendel		53	35	351	35282
2970137	Vendegies-sur-Écaillon	vendegies-sur-ecaillon	FR	59213	1062	Europe/Paris	50.26224	3.51256		Vandezhi-sjur-Ekajon,Vendegies,Vendegies-sur-Ecaillon,Vendegies-sur-Écaillon,ai ka yong he pan wang de ji,wndgys swr akyln,Вандежи-сюр-Екайон,Вандежі-сюр-Екайон,وندگیس سور اکیلن,埃卡永河畔旺德吉		32	59	592	59608
2970138	Vendegies-au-Bois	vendegies-au-bois	FR	59218	435	Europe/Paris	50.17845	3.5794		Vendegies,Vendegies-au-Bois		32	59	591	59607
2970142	Vendays-Montalivet	vendays-montalivet	FR	33930	2288	Europe/Paris	45.35588	-1.06062		Vendays,Vendays-Montalivet		75	33	334	33540
2970143	Vendat	vendat	FR	03110	2121	Europe/Paris	46.16387	3.35366		Vanda,Vendat,Vindac,wang da,wndt,Ванда,وندت,旺达		84	03	033	03304
2970144	Vendargues	vendargues	FR	34671 CEDEX	5847	Europe/Paris	43.65833	3.97		Vandarg,Vendargues,wang da er gai,wndrgws,Вандарг,وندرگوس,旺达尔盖		76	34	343	34327
2970148	Vence	vence	FR	06140	18668	Europe/Paris	43.72254	7.11183		Vans,Venca,Vence,Vensa,Vença,Vintium,fyns,vu~ansu,wang ke,wans,Ванс,فينس,وانس,ヴァンス,旺克		93	06	061	06157
2970151	Venasque	venasque	FR	84210	1033	Europe/Paris	43.99595	5.14666		Venasca,Venask,Venasque,Vindasca,fu na si qu e,wnsqw,Венаск,ونسقو,弗纳斯屈厄		93	84	843	84143
2970152	Venas	venas	FR	03190	248	Europe/Paris	46.47662	2.76408		Venas		84	03	031	03303
2970153	Venarsal	venarsal	FR	19360	376	Europe/Paris	45.19523	1.62311		Venarsal		75	19	191	19123
2970154	Venarey-les-Laumes	venarey-les-laumes	FR	21150	3447	Europe/Paris	47.54202	4.46022		Venare-Le-Lom,Venare-le-Lom,Venarey,Venarey-les-Laumes,wei na lei lai luo mei,Венаре-Ле-Лом,Венаре-ле-Лом,وناری‌له‌لوم,韦纳雷莱洛梅		27	21	213	21663
2970156	Venanson	venanson	FR	06450	128	Europe/Paris	44.05336	7.25253		Venacon,Venanson,Venantio,Venaçon,fynanswn,wei nan song,wnnsn,Венансон,فينانسون,وننسن,韦南松		93	06	062	06156
2970157	Venansault	venansault	FR	85190	3955	Europe/Paris	46.68614	-1.51386		Venansault		52	85	852	85300
2970160	Venaco	venaco	FR	20231	758	Europe/Paris	42.23232	9.17252		U Serraghju,Venaco,Venako,wnkw,Венако,ونکو		94	2B	2B3	2B341
2970162	Venables	venables	FR	27940	755	Europe/Paris	49.19892	1.29485		Venables		28	27	271	27676
2970163	Vémars	vemars	FR	95470	2177	Europe/Paris	49.06942	2.56643		Vemar,Vemars,Vémars,fu ma er,Вемар,弗马尔		11	95	952	95641
2970164	Velzic	velzic	FR	15590	379	Europe/Paris	45.00094	2.55279		Velzic		84	15	151	15252
2970165	Vélye	velye	FR	51130	78	Europe/Paris	48.8879	4.12669		Velye,Vélye		44	51	512	51603
2970166	Velving	velving	FR	57220	212	Europe/Paris	49.24139	6.53378		Velving		44	57	573	57705
2970168	Vélu	velu	FR	62124	141	Europe/Paris	50.10704	2.973		Velju,fylw,wei lu,Велю,فيلو,韦吕		32	62	621	62840
2970170	Velotte-et-Tatignécourt	velotte-et-tatignecourt	FR	88270	155	Europe/Paris	48.26269	6.17349		Velotte,Velotte-et-Tatignecourt,Velotte-et-Tatignécourt		44	88	881	88499
2970171	Velosnes	velosnes	FR	55600	127	Europe/Paris	49.50708	5.45437		Velosnes		44	55	553	55544
2970176	Velluire	velluire	FR	85770	545	Europe/Paris	46.4047	-0.89412		Velljuir,Velluire,fu lu yi er,wlwyr,Веллюїр,ولویر,弗吕伊尔		52	85	851	85177
2970177	Velloreille-lès-Choye	velloreille-les-choye	FR	70700	67	Europe/Paris	47.39268	5.73472		Velloreille,Velloreille-les-Choye,Velloreille-lès-Choye		27	70	702	70540
2970178	Vellexon-Queutrey-et-Vaudey	vellexon-queutrey-et-vaudey	FR	70130	505	Europe/Paris	47.56667	5.8		Queutey,Vaudey,Vellexon		27	70	702	70539
2970179	Vellevans	vellevans	FR	25430	227	Europe/Paris	47.31107	6.49755				27	25	252	25597
2970180	Velle-sur-Moselle	velle-sur-moselle	FR	54290	276	Europe/Paris	48.53267	6.27634		Velle,Velle-sur-Moselle		44	54	542	54559
2970181	Vellescot	vellescot	FR	90100	170	Europe/Paris	47.57241	7.01418		Vellescot		27	90	901	90101
2970182	Velles	velles	FR	36330	91	Europe/Paris	47.83172	5.7227		Velles		44	52	522	52513
2970183	Velles	velles	FR	36330	832	Europe/Paris	46.68904	1.64933		Velles		24	36	362	36231
2970185	Vellerot-lès-Vercel	vellerot-les-vercel	FR	25530	58	Europe/Paris	47.24168	6.44572		Vellerot,Vellerot-les-Vercel,Vellerot-lès-Vercel		27	25	253	25596
2970186	Vellerot-lès-Belvoir	vellerot-les-belvoir	FR	25430	128	Europe/Paris	47.34954	6.60013		Vellerot,Vellerot-les-Belvoir,Vellerot-lès-Belvoir		27	25	252	25595
2970187	Velleron	velleron	FR	84740	3028	Europe/Paris	43.95742	5.02936		Veleron,Velleron,fu lai long,wlrn,Веллерон,ولرن,弗莱龙		93	84	842	84142
2970189	Vellemoz	vellemoz	FR	70700	91	Europe/Paris	47.47292	5.79488		Vellemoz		27	70	702	70538
2970191	Velleminfroy	velleminfroy	FR	70240	283	Europe/Paris	47.66277	6.3169		Velleminfroy		27	70	701	70537
2970192	Velle-le-Châtel	velle-le-chatel	FR	70000	164	Europe/Paris	47.6018	6.04498		Velle,Velle-le-Chatel,Velle-le-Châtel		27	70	702	70536
2970193	Velleguindry-et-Levrecey	velleguindry-et-levrecey	FR	70000	153	Europe/Paris	47.55831	6.09757		Velleguindry-et-Levrecey		27	70	702	70535
2970194	Vellefrie	vellefrie	FR	70240	103	Europe/Paris	47.70525	6.21998		Vellefrie		27	70	702	70534
2970195	Vellefrey-et-Vellefrange	vellefrey-et-vellefrange	FR	70700	94	Europe/Paris	47.42923	5.83016		Vellefrey,Vellefrey-et-Vellefrange		27	70	702	70533
2970196	Vellefaux	vellefaux	FR	70000	498	Europe/Paris	47.55295	6.1397		Vellefaux		27	70	702	70532
2970197	Velleclaire	velleclaire	FR	70700	65	Europe/Paris	47.43055	5.86079		Velleclaire		27	70	702	70531
2970198	Vellechevreux-et-Courbenans	vellechevreux-et-courbenans	FR	70110	175	Europe/Paris	47.53913	6.53724		Vellechevreux,Vellechevreux-et-Courbenans		27	70	701	70530
2970199	Vellèches	velleches	FR	86230	384	Europe/Paris	46.94291	0.53229		Velleches,Vellesh,Vellèches,fu lai she,wlchs,Веллеш,ولچس,弗莱舍		75	86	861	86280
2970203	Vélizy-Villacoublay	velizy-villacoublay	FR	78129 CEDEX	21741	Europe/Paris	48.78198	2.19395		Velizi Vilakuble,Velizi-Villakuble,Velizy,Velizy-Villacoublay,Villacoublay,Vélizy,Vélizy-Villacoublay,bellijibillakubeulle,vu~eriji=vu~irakubure,wlyzy wyykwblh,Велизи Вилакубле,Велизи-Виллакубле,Велізі-Віллакубле,ولیزی ویئکوبله,ヴェリジー＝ヴィラクブレー,벨리지빌라쿠블레		11	78	784	78640
2970205	Vélines	velines	FR	24230	1166	Europe/Paris	44.85855	0.10748		Velines,Vélines		75	24	241	24568
2970206	Vélieux	velieux	FR	34220	61	Europe/Paris	43.38706	2.73339		Velieux,Vélieux		76	34	341	34326
2970208	Velet	velet	FR	70100	454	Europe/Paris	47.42741	5.56686		Velet		27	70	702	70529
2970209	Velesmes-Essarts	velesmes-essarts	FR	25410	311	Europe/Paris	47.19138	5.87549		Velem-Essar,Velesmes,Velesmes-Essarts,wei lai si mei ai sa er te,wlsms asrts,Велем-Ессар,ولسمس اسرتس,韦莱斯梅埃萨尔特		27	25	251	25594
2970210	Velesmes-Échevanne	velesmes-echevanne	FR	70100	449	Europe/Paris	47.41667	5.7		Velem-Ehshvan,Velem-Eshevann,wlsms achwn,Велем-Ешеванн,Велем-Эшван,ولسمس اچون		27	70	702	70528
2970211	Velennes	velennes	FR	60510	129	Europe/Paris	49.76234	2.09736		Velennes		32	80	802	80786
2970212	Velennes	velennes	FR	60510	281	Europe/Paris	49.47339	2.18321		Velennes		32	60	601	60663
2970216	Velaux	velaux	FR	13880	7963	Europe/Paris	43.52839	5.25661		Velaurs,Velaux,Velo,wei luo,Вело,韦洛		93	13	131	13112
2970217	Velars-sur-Ouche	velars-sur-ouche	FR	21370	1583	Europe/Paris	47.3196	4.90594		Velars,Velars-sur-Ouche		27	21	212	21661
2970219	Velanne	velanne	FR	38620	452	Europe/Paris	45.48855	5.64803		Velan,Velann,Velanne,wei lang,Велан,Веланн,韦朗		84	38	382	38531
2970222	Velaine-sous-Amance	velaine-sous-amance	FR	54280	275	Europe/Paris	48.71359	6.32173		Velaine,Velaine-sous-Amance		44	54	543	54558
2970224	Velaines	velaines	FR	55500	1009	Europe/Paris	48.6988	5.30483		Velaines		44	55	551	55543
2970225	Velaine-en-Haye	velaine-en-haye	FR	54840	1494	Europe/Paris	48.6999	6.02754		Velaine,Velaine-en-Haye,Velen-an-E,Velen-an-Eh,ai ai de qu wei lan,wlyn an hay,Велен-ан-Е,Велен-ан-Э,ولین ان های,艾埃地区韦兰		44	54	544	54557
2970227	Veix	veix	FR	19260	69	Europe/Paris	45.50877	1.83595		Veix		75	19	192	19281
2970230	Veilly	veilly	FR	21360	65	Europe/Paris	47.1269	4.59917		Vei,Veilly,Veji,wei li,Веи,Вейи,Веї,韦利		27	21	211	21660
2970233	Veilleins	veilleins	FR	41230	186	Europe/Paris	47.42124	1.67028		Veilleins		24	41	413	41268
2970235	Veilhes	veilhes	FR	81500	103	Europe/Paris	43.61381	1.82392		Veilhes		76	81	812	81310
2970237	Veigné	veigne	FR	37250	5771	Europe/Paris	47.28556	0.74079		Veigne,Veigné,Ven'e,wei nie,Веньє,韦涅		24	37	372	37266
2970238	Vého	veho	FR	54450	0	Europe/Paris	48.59671	6.71131		Veho,Vého		44	54	542	54556
2970241	Végennes	vegennes	FR	19120	186	Europe/Paris	44.98209	1.73968		Vegennes,Végennes		75	19	191	19280
2970246	Védrines-Saint-Loup	vedrines-saint-loup	FR	15100	161	Europe/Paris	45.06965	3.28171		Vedrines-Saint-Loup,Védrines-Saint-Loup		84	15	153	15251
2970253	Vedène	vedene	FR	84270	9538	Europe/Paris	43.97744	4.90428		Veden,Vedena,Vedene,Vedenes,Vedène,Vedènes,fu dai na,wdn,Веден,ودن,弗代纳		93	84	842	84141
2970254	Vecqueville	vecqueville	FR	52300	696	Europe/Paris	48.45788	5.14178		Vecqueville		44	52	523	52512
2970255	Vecquemont	vecquemont	FR	80800	572	Europe/Paris	49.90016	2.45107		Vecquemont		32	80	802	80785
2970256	Vecoux	vecoux	FR	88200	1132	Europe/Paris	47.97797	6.63651		Vecoux,Veku,fu ku,wkwks,Веку,وکوکس,弗库		44	88	881	88498
2970257	Veckring	veckring	FR	57920	708	Europe/Paris	49.33774	6.37702		Veckring		44	57	577	57704
2970258	Veckersviller	veckersviller	FR	57370	260	Europe/Paris	48.84062	7.1801		Veckersviller,Veckerswiller		44	57	575	57703
2970262	Vebron	vebron	FR	48400	235	Europe/Paris	44.23922	3.57766		Vebron,Vébron		76	48	481	48193
2970264	Vèbre	vebre	FR	09310	131	Europe/Paris	42.77541	1.7217		Vebre,Vèbre		76	09	091	09326
2970267	Veauville-lès-Quelles	veauville-les-quelles	FR	76560	104	Europe/Paris	49.7378	0.70455		Veauville,Veauville-les-Quelles,Veauville-lès-Quelles,Vovil'-le-Kel',wywwyl las qwls,Вовиль-ле-Кель,Вовіль-ле-Кель,ویوویل لاس قولس		28	76	761	76730
2970268	Veauville-lès-Baons	veauville-les-baons	FR	76190	737	Europe/Paris	49.65	0.76667		Veauville		28	76	763	76041
2970271	Veaunes	veaunes	FR	26600	237	Europe/Paris	45.08345	4.9203		Veaunes		84	26	263	26179
2970273	Veaugues	veaugues	FR	18300	625	Europe/Paris	47.25742	2.75695		Veaugues,Vog,wo gai,wywgws,Вог,ویوگوس,沃盖		24	18	181	18272
2970274	Veauchette	veauchette	FR	42340	751	Europe/Paris	45.56236	4.2626		Veauchette		84	42	421	42324
2970275	Veauche	veauche	FR	42340	8189	Europe/Paris	45.56326	4.29192		Veauche,Vosh,wo ke,wywch,Вош,ویوچ,沃克		84	42	421	42323
2970277	Veauce	veauce	FR	03450	46	Europe/Paris	46.16525	3.0567		Veauce		84	03	033	03302
2970278	Vazerac	vazerac	FR	82220	696	Europe/Paris	44.19074	1.28504		Vasarac,Vazerac,Vazerak,wa ze la ke,wzrk,Вазерак,وزرک,瓦泽拉克		76	82	822	82189
2970280	Vazeilles-près-Saugues	vazeilles-pres-saugues	FR	43580	45	Europe/Paris	44.89818	3.58815		Vazeilles,Vazeilles-pres-Saugues,Vazeilles-près-Saugues		84	43	431	43090
2970281	Vazeilles-Limandre	vazeilles-limandre	FR	43320	219	Europe/Paris	45.11327	3.69853		Vaselhas e Limandra,Vazeilles,Vazeilles-Limandre,Vazej-Limandr,wa ze lai li mang de er,wzyls lymndr,Вазей-Лимандр,Вазей-Лімандр,وزیلس لیمندر,瓦泽莱利芒德尔		84	43	432	43254
2970284	Vayres-sur-Essonne	vayres-sur-essonne	FR	91820	931	Europe/Paris	48.43333	2.35		Vayres,Ver-sjur-Ehssonna,Ver-sjur-Essonn,ai song he pan wei lei,wyrs swr asn,Вер-сюр-Ессонн,Вер-сюр-Эссонна,ویرس سور اسن,埃松河畔韦雷		11	91	911	91639
2970286	Vayres	vayres	FR	33870	936	Europe/Paris	45.75919	0.81045		Vayres		75	87	873	87199
2970287	Vayres	vayres	FR	33870	2934	Europe/Paris	44.89693	-0.31867		Vayres		75	33	335	33539
2970288	Vayrac	vayrac	FR	46110	1269	Europe/Paris	44.95312	1.70327		Vairac,Vayrac,Verak,wyrk,Верак,ویرک		76	46	463	46330
2970291	Vaylats	vaylats	FR	46230	265	Europe/Paris	44.33708	1.64257		Vaylats		76	46	461	46329
2970292	Vaychis	vaychis	FR	09110	35	Europe/Paris	42.74175	1.80423		Vaychis		76	09	091	09325
2970293	Vay	vay	FR	44170	1333	Europe/Paris	47.55459	-1.70172		Gwez,Vay		52	44	445	44214
2970294	Vaxy	vaxy	FR	57170	138	Europe/Paris	48.85737	6.52914		Vaxy		44	57	575	57702
2970295	Vaxoncourt	vaxoncourt	FR	88330	402	Europe/Paris	48.2919	6.41139		Vaxoncourt		44	88	881	88497
2970296	Vaxainville	vaxainville	FR	54120	0	Europe/Paris	48.51554	6.75413		Vaxainville		44	54	542	54555
2970299	Vavray-le-Petit	vavray-le-petit	FR	51300	60	Europe/Paris	48.80636	4.71423		Vavrais,Vavray,Vavray-le-Petit		44	51	514	51602
2970300	Vavray-le-Grand	vavray-le-grand	FR	51300	199	Europe/Paris	48.79895	4.70745		Vavrais,Vavray,Vavray-le-Grand		44	51	514	51601
2970301	Vavincourt	vavincourt	FR	55000	428	Europe/Paris	48.82357	5.20769		Vavincourt		44	55	551	55541
2970307	Vaux-Villaine	vaux-villaine	FR	08150	184	Europe/Paris	49.77095	4.47075		Vaux,Vaux-Villaine		44	08	081	08468
2970309	Vauxtin	vauxtin	FR	02220	51	Europe/Paris	49.34988	3.60321		Vauxtin		32	02	024	02773
2970310	Vaux-sur-Vienne	vaux-sur-vienne	FR	86220	627	Europe/Paris	46.91275	0.56714		Vaux,Vaux-sur-Vienne,Vo-sjur-Venn,wawks swr wyn,wei ai na he pan wo,Во-сюр-Вєнн,واوکس سور وین,维埃纳河畔沃		75	86	861	86279
2970311	Vaux-sur-Somme	vaux-sur-somme	FR	80800	342	Europe/Paris	49.92206	2.54953		Vaux,Vaux-sur-Somme,Veux-su-Sonme,Vo-sjur-Somm,suo mu he pan wo cun,vo-siur-somi,wawks swr  swmh,Во-сюр-Сомм,واوکس سور، سومه,ვო-სიურ-სომი,索姆河畔沃村		32	80	802	80784
2970312	Vaux-sur-Seulles	vaux-sur-seulles	FR	14400	318	Europe/Paris	49.26075	-0.62854		Vaux,Vaux-sur-Seulles		28	14	141	14733
2970313	Vaux-sur-Seine	vaux-sur-seine	FR	78740	4600	Europe/Paris	49.01271	1.96942		Vaux,Vaux-sur-Seine,Vo-sjur-Sen,wawks swr syn,Во-сюр-Сен,واوکس سور سین		11	78	781	78638
2970314	Vaux-sur-Saint-Urbain	vaux-sur-saint-urbain	FR	52300	41	Europe/Paris	48.37577	5.20833		Vaux,Vaux-sur-Saint-Urbain		44	52	523	52511
2970316	Vaux-sur-Poligny	vaux-sur-poligny	FR	39800	247	Europe/Paris	46.82476	5.72322		Vaux,Vaux-sur-Poligny		27	39	391	39548
2970317	Vaux-sur-Mer	vaux-sur-mer	FR	17640	3738	Europe/Paris	45.64464	-1.06038		Vaux,Vaux-sur-Mer,Vo syur Mer,Vo-sjur-Mer,bin hai wo,wawks swr mrsy,Во-сюр-Мер,Վո սյուր Մեր,واوکس سور مرسی,滨海沃		75	17	172	17461
2970318	Vaux-sur-Lunain	vaux-sur-lunain	FR	77710	210	Europe/Paris	48.22718	2.9369		Vaux,Vaux-sur-Lunain		11	77	774	77489
2970319	Vaux-sur-Eure	vaux-sur-eure	FR	27120	250	Europe/Paris	49.04224	1.34085		Vaux,Vaux-sur-Eure		28	27	271	27674
2970320	Vaux-sur-Blaise	vaux-sur-blaise	FR	52130	428	Europe/Paris	48.47099	4.97105		Vaux,Vaux-sur-Blaise		44	52	523	52510
2970321	Vaux-sur-Aure	vaux-sur-aure	FR	14400	308	Europe/Paris	49.30431	-0.70304		Vaux,Vaux-sur-Aure,Vo-sjur-Or,ao er he pan wo,wawks swr awr,Во-сюр-Ор,واوکس سور اور,奥尔河畔沃		28	14	141	14732
2970323	Vaux-sous-Aubigny	vaux-sous-aubigny	FR	52190	693	Europe/Paris	47.65524	5.28728		Vaux,Vaux-sous-Aubigny		44	52	522	52405
2970324	Vaux-Saules	vaux-saules	FR	21440	142	Europe/Paris	47.46607	4.80512		Vaux-Saules		27	21	212	21659
2970326	Vaux-Rouillac	vaux-rouillac	FR	16170	304	Europe/Paris	45.74246	-0.09171		Vaux-Rouillac,Vo-Rujak,wawks rwylk,wo lu yi la ke,Во-Руйак,Во-Руяк,واوکس رویلک,沃鲁伊拉克		75	16	162	16395
2970327	Vauxrezis	vauxrezis	FR	02200	359	Europe/Paris	49.41405	3.27964		Vaurezis,Vauxrezis		32	02	024	02767
2970328	Vauxrenard	vauxrenard	FR	69820	297	Europe/Paris	46.20948	4.64422		Vauxrenard		84	69	692	69258
2970330	Vaux-Marquenneville	vaux-marquenneville	FR	80140	67	Europe/Paris	49.98578	1.7881		Vaux,Vaux-Marquenneville,Veux-Martcheneville,Veux-Martchéneville,Vo-Markennvil',wawks mrqwnwyl,wo ma er ke nei wei er,Во-Маркеннвіль,واوکس مرقونویل,沃马尔克内维尔		32	80	801	80783
2970333	Vaux-lès-Saint-Claude	vaux-les-saint-claude	FR	39360	709	Europe/Paris	46.35818	5.73727		Vaux,Vaux-les-Saint-Claude,Vaux-lès-Saint-Claude		27	39	393	39547
2970334	Vaux-les-Prés	vaux-les-pres	FR	25770	358	Europe/Paris	47.23333	5.88333		Vaux		27	25	251	25147
2970335	Vaux-lès-Palameix	vaux-les-palameix	FR	55300	26	Europe/Paris	49.0195	5.53742		Vaux,Vaux-les-Palameix,Vaux-lès-Palameix		44	55	552	55540
2970336	Vaux-lès-Mouzon	vaux-les-mouzon	FR	08210	77	Europe/Paris	49.60574	5.13187		Vaux,Vaux-les-Mouzon,Vaux-lès-Mouzon		44	08	083	08466
2970337	Vaux-lès-Mouron	vaux-les-mouron	FR	08250	63	Europe/Paris	49.29939	4.78426		Vaux,Vaux-les-Mouron,Vaux-lès-Mouron		44	08	084	08464
2970338	Vaux-le-Pénil	vaux-le-penil	FR	77000	11758	Europe/Paris	48.52803	2.69165		Vaux,Vaux-le-Penil,Vaux-le-Pénil,Vo-le-Penij,wawks lh pnyl,Во-ле-Пений,Во-ле-Пеній,واوکس له پنیل		11	77	772	77487
2970339	Vaux-le-Moncelot	vaux-le-moncelot	FR	70700	71	Europe/Paris	47.47132	5.90155		Vaux,Vaux-le-Moncelot		27	70	702	70527
2970340	Vaux-Lavalette	vaux-lavalette	FR	16320	0	Europe/Paris	45.42101	0.234		Vaus,Vaux-Lavalette,Vo-Lavalet,Vo-Lavalett,wo la wa lai te,ww-lawalt,Во-Лавалет,Во-Лавалетт,وو-لاوالت,沃拉瓦莱特		75	16	161	16394
2970347	Vaux-et-Chantegrue	vaux-et-chantegrue	FR	25160	525	Europe/Paris	46.80827	6.24501		Vaux-et-Chantegrue		27	25	253	25592
2970348	Vaux-en-Vermandois	vaux-en-vermandois	FR	02590	131	Europe/Paris	49.82316	3.14149		Vaux,Vaux-en-Vermandois		32	02	023	02772
2970349	Vaux-en-Pré	vaux-en-pre	FR	71460	85	Europe/Paris	46.62798	4.59845		Vaux,Vaux-en-Pre,Vaux-en-Pré		27	71	712	71563
2970350	Vaux-en-Dieulet	vaux-en-dieulet	FR	08240	74	Europe/Paris	49.48221	4.99171		Vaux-en-Dieulet		44	08	084	08463
2970351	Vaux-en-Bugey	vaux-en-bugey	FR	01150	1105	Europe/Paris	45.92671	5.35141		Vaux,Vaux-en-Bugey,Vo an Byuze,Vo-an-Bjuzhe,bi re de qu wo,fwks-awn-bwghyy,wawks an bwgy,Во-ан-Бюже,Վո ան Բյուժե,فوكس-أون-بوغيي,واوکس ان بوگی,比热地区沃		84	01	011	01431
2970352	Vaux-en-Beaujolais	vaux-en-beaujolais	FR	69460	818	Europe/Paris	46.05613	4.59183		Vaux,Vaux-en-Beaujolais		84	69	692	69257
2970353	Vaux-en-Amiénois	vaux-en-amienois	FR	80260	395	Europe/Paris	49.96162	2.24927		Vaux,Vaux-en-Amienois,Vaux-en-Amiénois,Vaux-les Amiens,Vaux-lès Amiens		32	80	802	80782
2970355	Vaux-devant-Damloup	vaux-devant-damloup	FR	55400	67	Europe/Paris	49.21117	5.47257		Vaux,Vaux-devant-Damloup		44	55	553	55537
2970356	Vaux-Champagne	vaux-champagne	FR	08130	92	Europe/Paris	49.44383	4.55787		Vaux-Champagne		44	08	084	08462
2970357	Vauxcéré	vauxcere	FR	02160	95	Europe/Paris	49.34024	3.63774		Vauxcere,Vauxcéré		32	02	024	02439
2970358	Vauxbuin	vauxbuin	FR	02200	857	Europe/Paris	49.3587	3.29405		Vauxbuin		32	02	024	02770
2970359	Vauxbons	vauxbons	FR	52200	54	Europe/Paris	47.88305	5.15732		Vauxbons		44	52	522	52507
2970361	Vaux-Andigny	vaux-andigny	FR	02110	907	Europe/Paris	50.02287	3.517		Vaux,Vaux-Andigny		32	02	025	02769
2970362	Vauxaillon	vauxaillon	FR	02320	380	Europe/Paris	49.47655	3.40821		Vauxaillon		32	02	022	02768
2970377	Vaux	vaux	FR	03190	0	Europe/Paris	49.53363	5.70977				44	54	541	54138
2970378	Vaux	vaux	FR	03190	880	Europe/Paris	49.09332	6.08683		Vaux,Vaux-sur-Moselle		44	57	579	57701
2970379	Vaux	vaux	FR	03190	0	Europe/Paris	48.62887	2.0912				11	91	913	91249
2970380	Vaux	vaux	FR	03190	0	Europe/Paris	47.75544	3.58952		Vaux		27	89	891	89024
2970381	Vaux	vaux	FR	03190	0	Europe/Paris	47.69441	4.6344				27	21	213	21061
2970382	Vaux	vaux	FR	03190	0	Europe/Paris	47.46536	-1.48083				52	44	445	44110
2970383	Vaux	vaux	FR	03190	0	Europe/Paris	47.33821	3.68429				27	58	582	58271
2970384	Vaux	vaux	FR	03190	0	Europe/Paris	46.98246	1.39331				24	36	362	36155
2970385	Vaux	vaux	FR	03190	0	Europe/Paris	46.82893	4.29607				27	71	711	71482
2970386	Vaux	vaux	FR	03190	0	Europe/Paris	46.4266	2.59732		Vaux		84	03	031	03301
2970387	Vaux	vaux	FR	03190	0	Europe/Paris	46.35991	3.25685				84	03	032	03307
2970388	Vaux	vaux	FR	03190	669	Europe/Paris	46.29821	0.22134		Vaux,Vaux-en Couhe,Vaux-en Couhé		75	86	862	86082
2970389	Vaux	vaux	FR	03190	0	Europe/Paris	45.46181	5.40974		Haut de Vaux,Vaux		84	38	382	38065
2970390	Vaux	vaux	FR	03190	0	Europe/Paris	44.28333	6.23333				93	04	043	04020
2970391	Vaux	vaux	FR	03190	249	Europe/Paris	43.45659	1.83712		Le Vaux,Vaux		76	31	313	31570
2970400	Vauvillers	vauvillers	FR	70210	282	Europe/Paris	49.84918	2.70352		Vauvillers		32	80	804	80781
2970401	Vauvillers	vauvillers	FR	70210	708	Europe/Paris	47.92159	6.09773		Vauvillers		27	70	701	70526
2970403	Vauville	vauville	FR	14800	376	Europe/Paris	49.63762	-1.84648				28	50	502	50041
2970404	Vauville	vauville	FR	14800	263	Europe/Paris	49.30595	0.0633		Vauville		28	14	143	14731
2970406	Vauvert	vauvert	FR	30600	0	Europe/Paris	46.98423	1.33423				24	36	362	36243
2970407	Vauvert	vauvert	FR	30600	10798	Europe/Paris	43.69386	4.27587		Vauvert		76	30	302	30341
2970408	Vauvenargues	vauvenargues	FR	13126	759	Europe/Paris	43.55515	5.59892		Vauvenargues		93	13	131	13111
2970412	Vautorte	vautorte	FR	53500	598	Europe/Paris	48.30084	-0.83294		Vautorte		52	53	533	53269
2970414	Vauthiermont	vauthiermont	FR	90150	212	Europe/Paris	47.68542	7.03202		Vauthiermont,Vot'ermon,wawthyrmnt,wo di ye er meng,Вотьєрмон,واوتهیرمنت,沃蒂耶尔蒙		27	90	901	90100
2970415	Vautebis	vautebis	FR	79420	131	Europe/Paris	46.53478	-0.15304		Vautebis		75	79	793	79341
2970417	Vausseroux	vausseroux	FR	79420	306	Europe/Paris	46.55154	-0.13691		Vausseroux		75	79	793	79340
2970429	Vaureilles	vaureilles	FR	12220	457	Europe/Paris	44.4529	2.19795		Vaureilles		76	12	123	12290
2970432	Vauréal	vaureal	FR	95490	20699	Europe/Paris	49.03333	2.03333		Lieux,Vaureal,Vauréal,Voreal',wo lei a,Вореаль,沃雷阿		11	95	953	95637
2970436	Vauquois	vauquois	FR	55270	26	Europe/Paris	49.20283	5.07337		Vauquois,Vokua,wawqwys,wo qu wa,Вокуа,واوقویس,沃屈瓦		44	55	553	55536
2970439	Vaupoisson	vaupoisson	FR	10700	143	Europe/Paris	48.51662	4.23528		Vaupoisson,Vopuasson,wawpysn,wo pu wa song,Вопуассон,واوپیسن,沃普瓦松		44	10	103	10400
2970440	Vaupillon	vaupillon	FR	28240	404	Europe/Paris	48.46024	0.99465		Vaupillon		24	28	284	28401
2970441	Vaunoise	vaunoise	FR	61130	104	Europe/Paris	48.35636	0.48437		Vaunoise		28	61	613	61498
2970444	Vaunaveys-la-Rochette	vaunaveys-la-rochette	FR	26400	587	Europe/Paris	44.76667	5.03333				84	26	261	26365
2970445	Vaunac	vaunac	FR	24800	243	Europe/Paris	45.36383	0.86435		Vaunac		75	24	242	24567
2970446	Vaunac	vaunac	FR	24800	0	Europe/Paris	45.16205	4.06459				84	43	433	43268
2970447	Vaumort	vaumort	FR	89320	276	Europe/Paris	48.15405	3.44135		Vaumort		27	89	893	89434
2970448	Vaumoise	vaumoise	FR	60117	1008	Europe/Paris	49.23525	2.98077		Vomuaz,wawmys,wo mu wa si,Вомуаз,واومیس,沃穆瓦斯		32	60	604	60661
2970450	Vaumeilh	vaumeilh	FR	04200	280	Europe/Paris	44.2883	5.95867		Vaumeilh,Vaumelha,Vomej,wawmylh,wo mei er,Вомей,واومیله,沃梅尔		93	04	044	04233
2970451	Vaumas	vaumas	FR	03220	544	Europe/Paris	46.44621	3.63007		Vaumas		84	03	032	03300
2970453	Vaulx-Vraucourt	vaulx-vraucourt	FR	62159	1133	Europe/Paris	50.1491	2.9083		Vaulx,Vaulx-Vraucourt		32	62	621	62839
2970454	Vaulx	vaulx	FR	62390	90	Europe/Paris	50.26667	2.1		Vaulx-Saint-Pol		32	62	621	62838
2970455	Vaulx-Milieu	vaulx-milieu	FR	38090	2401	Europe/Paris	45.61329	5.18371		Vaulx-Milieu		84	38	382	38530
2970456	Vaulx-en-Velin	vaulx-en-velin	FR	69120	37489	Europe/Paris	45.78693	4.9251		Vaulx,Vaulx-en-Velin,Vo-an-Velen,Vol an Velen,boangbellaeng,vu~o=an=vuran,ww an wwln,Во-ан-Велен,Вол ан Велен,وو آن وولن,ヴォー＝アン＝ヴラン,보앙벨랭		84	69	691	69256
2970457	Vaulx	vaulx	FR	62390	812	Europe/Paris	45.92968	5.99553		Vaulx		84	74	741	74292
2970460	Vault-de-Lugny	vault-de-lugny	FR	89200	340	Europe/Paris	47.49845	3.85071		Vault,Vault-de-Lugny,Vo-de-Ljun'i,wawlt dw lwgny,wo er de lu ni,Во-де-Люньи,Во-де-Люньї,واولت دو لوگنی,沃尔德吕尼		27	89	892	89433
2970461	Vaulry	vaulry	FR	87140	408	Europe/Paris	46.02274	1.0855		Vaulry		75	87	871	87198
2970462	Vaulnaveys-le-Haut	vaulnaveys-le-haut	FR	38410	3328	Europe/Paris	45.12524	5.81723		Vaulnaveys,Vaulnaveys-le-Haut,Vol'navej-le-O,Vonave-le-O,wawlnwys lh hwt,wo er na wei lai ao,Вольнавей-ле-О,Вонаве-ле-О,واولنویس له هوت,沃尔纳韦莱奥		84	38	381	38529
2970463	Vaulnaveys-le-Bas	vaulnaveys-le-bas	FR	38410	1258	Europe/Paris	45.1002	5.82532		Vaulnaveys,Vaulnaveys-le-Bas		84	38	381	38528
2970467	Vaulandry	vaulandry	FR	49150	268	Europe/Paris	47.59698	-0.04367		Vaulandry,Volandri,Volandry,wawlndry,wo lang de li,Воландрі,واولندری,沃朗德里		52	49	493	49018
2970469	Vaujours	vaujours	FR	93410	5922	Europe/Paris	48.93022	2.5711		Vaujours		11	93	932	93074
2970470	Vaujany	vaujany	FR	38114	333	Europe/Paris	45.15774	6.07691		Vaujany,Vozhani,wawjny,wo ya ni,Вожани,Вожані,واوجنی,沃雅尼		84	38	381	38527
2970472	Vauhallan	vauhallan	FR	91430	2175	Europe/Paris	48.73354	2.20277		Vauhallan,Voallan,wawhln,wo a lang,Воаллан,واوهلن,沃阿朗		11	91	913	91635
2970474	Vaugrigneuse	vaugrigneuse	FR	91640	1141	Europe/Paris	48.60263	2.12218		Vaugrigneuse,Vogrin'ez,wawgrygnws,wo ge li ni e si,Вогриньез,Вогриньєз,واوگریگنوس,沃格里尼厄斯		11	91	913	91634
2970477	Vaugneray	vaugneray	FR	69670	4443	Europe/Paris	45.73791	4.65645		Vaugneray		84	69	691	69255
2970480	Vaugines	vaugines	FR	84160	494	Europe/Paris	43.7789	5.41421		Vaugina,Vaugines,Vozhin,wawgyns,wo ji na,Вожин,واوگینس,沃吉纳		93	84	841	84140
2970489	Vaufrey	vaufrey	FR	25190	168	Europe/Paris	47.34693	6.92306		Vaufrey		27	25	252	25591
2970495	Vaudry	vaudry	FR	14500	1559	Europe/Paris	48.8413	-0.85309		Vaudry,Vodri,wo de li,Водри,Водрі,沃德里		28	14	144	14762
2970496	Vaudry	vaudry	FR	14500	0	Europe/Paris	45.825	5.98167				84	74	741	74165
2970498	Vaudrivillers	vaudrivillers	FR	25360	79	Europe/Paris	47.28133	6.42571				27	25	251	25590
2970499	Vaudringhem	vaudringhem	FR	62380	420	Europe/Paris	50.66212	2.02888		Vaudringhem,Vaudringhin,Vodrengem,fawdrynhym,wawdrynqm,wo de lan gai mu,Водренгем,فاودرينهيم,واودرینقم,沃德兰盖姆		32	62	625	62837
2970500	Vaudrimesnil	vaudrimesnil	FR	50490	393	Europe/Paris	49.15321	-1.41569		Vaudrimesnil,Vodrimeni,wawdrymsnyl,wo de li mei si ni,Водримени,Водримені,واودریمسنیل,沃德里梅斯尼		28	50	503	50550
2970501	Vaudricourt	vaudricourt	FR	62131	945	Europe/Paris	50.50076	2.62509		Vaudricourt		32	62	622	62836
2970502	Vaudricourt	vaudricourt	FR	62131	463	Europe/Paris	50.12021	1.54988		Vaudricourt		32	80	801	80780
2970503	Vaudrey	vaudrey	FR	39380	332	Europe/Paris	46.97758	5.62082		Vaudrey		27	39	391	39546
2970504	Vaudreville	vaudreville	FR	50310	82	Europe/Paris	49.51654	-1.37082		Vaudreville		28	50	502	50621
2970505	Vaudreuille	vaudreuille	FR	31250	0	Europe/Paris	43.42672	1.98311		Vaudreuille		76	31	313	31569
2970506	Vaudrémont	vaudremont	FR	52330	95	Europe/Paris	48.12811	4.90435		Vaudremont,Vaudrémont		44	52	521	52506
2970507	Vaudrecourt	vaudrecourt	FR	52150	39	Europe/Paris	48.20647	5.65082		Vaudrecourt		44	52	521	52505
2970508	Vaudreching	vaudreching	FR	57320	529	Europe/Paris	49.2841	6.52519		Vaudreching		44	57	573	57700
2970509	Vaudoy-en-Brie	vaudoy-en-brie	FR	77141	740	Europe/Paris	48.68879	3.08003		Vaudoy,Vaudoy-en-Brie,Vodua-an-Bri,wawdy an bry,Водуа-ан-Бри,Водуа-ан-Брі,واودی ان بری		11	77	773	77486
2970511	Vaudoncourt	vaudoncourt	FR	55230	76	Europe/Paris	49.31799	5.64896		Vaudoncourt		44	55	553	55535
2970512	Vaudoncourt	vaudoncourt	FR	55230	0	Europe/Paris	49.13063	6.45323		Vaudoncourt		44	57	573	57695
2970513	Vaudoncourt	vaudoncourt	FR	55230	122	Europe/Paris	48.21924	5.80555		Vaudoncourt		44	88	882	88496
2970516	Vaudigny	vaudigny	FR	54740	46	Europe/Paris	48.43873	6.19963		Vaudigny		44	54	543	54554
2970518	Vaudherland	vaudherland	FR	95500	93	Europe/Paris	49.00204	2.48789		Vaudherland		11	95	952	95633
2970519	Vaudeville-le-Haut	vaudeville-le-haut	FR	55130	54	Europe/Paris	48.44889	5.60138		Vaudeville,Vaudeville-le-Haut		44	55	552	55534
2970520	Vaudeville	vaudeville	FR	54740	178	Europe/Paris	48.45888	6.20066		Vaudeville		44	54	543	54553
2970521	Vaudéville	vaudeville	FR	54740	0	Europe/Paris	48.2293	6.54247		Vaudeville,Vaudéville		44	88	881	88495
2970522	Vaudevant	vaudevant	FR	07410	207	Europe/Paris	45.10346	4.61888		Vaudevant		84	07	073	07335
2970524	Vaudeurs	vaudeurs	FR	89320	491	Europe/Paris	48.13273	3.5505		Vaudeurs		27	89	893	89432
2970525	Vaudesson	vaudesson	FR	02320	180	Europe/Paris	49.47071	3.48524		Vaudesson		32	02	024	02766
2970526	Vaudesincourt	vaudesincourt	FR	51600	122	Europe/Paris	49.22201	4.40727		Vaudesincourt		44	51	513	51600
2970527	Vaudes	vaudes	FR	10260	550	Europe/Paris	48.17805	4.18906		Vaudes		44	10	103	10399
2970845	Valprionde	valprionde	FR	46800	162	Europe/Paris	44.35448	1.10915		Valprionde		76	46	461	46201
2970530	Vaudémont	vaudemont	FR	54330	66	Europe/Paris	48.41692	6.05622		Vaudemont,Vaudémont,Vodemon,wawdmnt,wo dai meng,Водемон,واودمنت,沃代蒙		44	54	543	54552
2970531	Vaudemange	vaudemange	FR	51380	286	Europe/Paris	49.08333	4.21667				44	51	513	51599
2970533	Vaudeloges	vaudeloges	FR	14170	160	Europe/Paris	48.94355	-0.00611		Vaudeloges		28	14	143	14654
2970534	Vaudelnay	vaudelnay	FR	49260	1117	Europe/Paris	47.13744	-0.20443		Vaudelenay,Vaudelnay		52	49	493	49364
2970537	Vaudebarrier	vaudebarrier	FR	71120	253	Europe/Paris	46.41345	4.30724		Vaudebarrier		27	71	713	71562
2970538	Vaudancourt	vaudancourt	FR	60240	157	Europe/Paris	49.23417	1.75612		Vaudancourt		32	60	601	60659
2970540	Vaucresson	vaucresson	FR	92420	8693	Europe/Paris	48.84078	2.15652		Vallis Crisonis,Vaucresson,Vokresson,vu~okureson,wawkrsn,wo ke lei song,Вокрессон,واوکرسن,ヴォークレソン,沃克雷松		11	92	922	92076
2970542	Vaucourtois	vaucourtois	FR	77580	222	Europe/Paris	48.89581	2.9519		Vaucourtois		11	77	771	77484
2970543	Vaucourt	vaucourt	FR	54370	66	Europe/Paris	48.66918	6.69228		Vaucourt		44	54	542	54551
2970546	Vaucouleurs	vaucouleurs	FR	55140	2311	Europe/Paris	48.60313	5.66659		Vaucouleurs		44	55	552	55533
2970548	Vauconcourt-Nervezain	vauconcourt-nervezain	FR	70120	0	Europe/Paris	47.66667	5.83333				27	70	702	70525
2970549	Vaucogne	vaucogne	FR	10240	67	Europe/Paris	48.52857	4.34551		Vaucogne		44	10	103	10398
2970550	Vauclusotte	vauclusotte	FR	25380	116	Europe/Paris	47.27839	6.73302		Vauclusotte		27	25	252	25589
2970555	Vaucluse	vaucluse	FR	25380	126	Europe/Paris	47.25704	6.68433		Vaucluse,Vokljuz,Воклюз		27	25	252	25588
2970556	Vaucluse	vaucluse	FR	25380	0	Europe/Paris	44.3773	5.61142		Vaucluse		93	05	052	05086
2970559	Vauclerc	vauclerc	FR	51300	468	Europe/Paris	48.70659	4.66102		Vauclerc		44	51	514	51598
2970561	Vauclaix	vauclaix	FR	58140	113	Europe/Paris	47.23214	3.82357		Vauclaix		27	58	582	58305
2970562	Vauciennes	vauciennes	FR	51480	697	Europe/Paris	49.23565	3.03025				32	60	604	60658
2970563	Vauciennes	vauciennes	FR	51480	345	Europe/Paris	49.05	3.88333		Vauciennes		44	51	512	51597
2970564	Vauchrétien	vauchretien	FR	49320	1534	Europe/Paris	47.33234	-0.47678		Vauchretien,Vauchrétien		52	49	491	49050
2970565	Vauchoux	vauchoux	FR	70170	120	Europe/Paris	47.66215	6.02783		Vauchoux		27	70	702	70524
2970566	Vauchonvilliers	vauchonvilliers	FR	10140	127	Europe/Paris	48.26549	4.52606		Vauchonvilliers		44	10	101	10397
2970567	Vauchignon	vauchignon	FR	21340	39	Europe/Paris	46.97607	4.64381		Vauchignon		27	21	211	21195
2970568	Vauchelles-les-Quesnoy	vauchelles-les-quesnoy	FR	80132	855	Europe/Paris	50.1	1.88333		Vauchelles		32	80	801	80779
2970569	Vauchelles-lès-Domart	vauchelles-les-domart	FR	80620	109	Europe/Paris	50.05624	2.05465		Vauchelles,Vauchelles-les-Domart,Vauchelles-lès-Domart		32	80	802	80778
2970570	Vauchelles-lès-Authie	vauchelles-les-authie	FR	80560	119	Europe/Paris	50.09889	2.47846		Vauchelles,Vauchelles-les-Authie,Vauchelles-les-Authies,Vauchelles-lès-Authie,Vauchelles-lès-Authies		32	80	804	80777
2970571	Vauchelles	vauchelles	FR	60400	294	Europe/Paris	49.58689	2.96464		Vauchelles		32	60	603	60657
2970573	Vauchassis	vauchassis	FR	10190	497	Europe/Paris	48.22194	3.92336		Vauchassis		44	10	103	10396
2970575	Vauchamps	vauchamps	FR	25360	269	Europe/Paris	48.88072	3.6156		Vauchamps		44	51	512	51596
2970576	Vauchamps	vauchamps	FR	25360	124	Europe/Paris	47.27064	6.24035		Vauchamps		27	25	251	25078
2970577	Vaucelles-et-Beffecourt	vaucelles-et-beffecourt	FR	02000	201	Europe/Paris	49.52965	3.55547		Vaucelles-et-Beffecourt,Vauvelles		32	02	022	02765
2970578	Vaucelles	vaucelles	FR	14400	294	Europe/Paris	49.2855	-0.73591		Vaucelles		28	14	141	14728
2970585	Vaubexy	vaubexy	FR	88500	123	Europe/Paris	48.27958	6.23541		Vaubexy		44	88	881	88494
2970586	Vaubecourt	vaubecourt	FR	55250	286	Europe/Paris	48.93435	5.11106		Vaubecourt		44	55	551	55532
2970589	Vauban	vauban	FR	71800	219	Europe/Paris	46.26118	4.2234		Vauban		27	71	713	71561
2970590	Vaubadon	vaubadon	FR	14490	392	Europe/Paris	49.20631	-0.83809		Vaubadon		28	14	141	14035
2970593	Vatteville-la-Rue	vatteville-la-rue	FR	76940	921	Europe/Paris	49.5	0.68333		Vatteville		28	76	763	76727
2970594	Vatteville	vatteville	FR	27430	0	Europe/Paris	49.27542	1.29795		Vatteville		28	27	271	27673
2970595	Vattetot-sur-Mer	vattetot-sur-mer	FR	76111	256	Europe/Paris	49.72761	0.28031		Vattetot,Vattetot-sur-Mer		28	76	762	76726
2970596	Vattetot-sous-Beaumont	vattetot-sous-beaumont	FR	76110	505	Europe/Paris	49.62501	0.4466		Vatteto-su-Bomon,Vattetot,Vattetot-sous-Beaumont,wttt sws bywmnt,Ваттето-су-Бомон,وتتت سوس بیومنت		28	76	762	76725
2970598	Vatry	vatry	FR	51320	106	Europe/Paris	48.82192	4.2436		Vatry		44	51	511	51595
2970599	Vatimont	vatimont	FR	57580	350	Europe/Paris	48.98004	6.46562		Vatimont		44	57	573	57698
2970601	Vatilieu	vatilieu	FR	38470	365	Europe/Paris	45.25342	5.40782		Vatilieu		84	38	381	38526
2970602	Vatierville	vatierville	FR	76270	107	Europe/Paris	49.77832	1.49804		Vatierville		28	76	761	76724
2970603	Vathiménil	vathimenil	FR	54122	288	Europe/Paris	48.50534	6.62365		Vathimenil,Vathiménil		44	54	542	54550
2970606	Vatan	vatan	FR	36150	1970	Europe/Paris	47.07447	1.8101		Vastan,Vasten,Vatan,Watan		24	36	364	36230
2970608	Vasteville	vasteville	FR	50440	899	Europe/Paris	49.595	-1.77476		Vasteville,Vatvil',wa si te wei er,wstwyl,Ватвиль,Ватвіль,وستویل,瓦斯特维尔		28	50	502	50041
2970610	Vassy	vassy	FR	14410	1734	Europe/Paris	48.85381	-0.67485		Vassy		28	14	144	14726
2970611	Vassy	vassy	FR	14410	0	Europe/Paris	47.61844	3.38414				27	89	891	89405
2970612	Vassy	vassy	FR	14410	0	Europe/Paris	47.34697	3.7917				27	58	582	58216
2970613	Vassy	vassy	FR	14410	0	Europe/Paris	47.2578	3.36648				27	58	584	58014
2970614	Vassy-sous-Pisy	vassy-sous-pisy	FR	89420	0	Europe/Paris	47.5695	4.1687				27	89	892	89431
2970615	Vassonville	vassonville	FR	76890	0	Europe/Paris	49.96801	1.21532				28	76	761	76618
2970616	Vassonville	vassonville	FR	76890	335	Europe/Paris	49.69456	1.09251		Vassonville		28	76	761	76723
2970617	Vassogne	vassogne	FR	02160	51	Europe/Paris	49.42155	3.72834		Vassogne		32	02	022	02764
2970620	Vassincourt	vassincourt	FR	55800	320	Europe/Paris	48.80335	5.02847		Vassincourt		44	55	551	55531
2970621	Vassimont-et-Chapelaine	vassimont-et-chapelaine	FR	51320	72	Europe/Paris	48.76375	4.14594		Vassimon-e-Shaplen,Vassimont,Vassimont-et-Chapelaine,wa xi meng he sha pei lan,wsymnt at chplyn,Вассімон-е-Шаплен,وسیمنت ات چپلین,瓦西蒙和沙佩兰		44	51	511	51594
2970622	Vassieux-en-Vercors	vassieux-en-vercors	FR	26420	309	Europe/Paris	44.89461	5.36922		Vaciu,Vas'e-an-Verkor,Vassieux,Vassieux-en-Vercors,wei er ke er de qu wa xi e,wsywks an wrkrs,Васьє-ан-Веркор,وسیوکس ان ورکرس,韦尔科尔地区瓦西厄		84	26	261	26364
2970624	Vasseny	vasseny	FR	02220	152	Europe/Paris	49.35345	3.48702		Vasseny		32	02	024	02763
2970625	Vassens	vassens	FR	02290	128	Europe/Paris	49.46781	3.15495		Vassens		32	02	024	02762
2970626	Vasselin	vasselin	FR	38890	326	Europe/Paris	45.63092	5.45391		Vasselin		84	38	382	38525
2970627	Vasselay	vasselay	FR	18110	1124	Europe/Paris	47.15686	2.38963		Vasselay		24	18	181	18271
2970628	Vassel	vassel	FR	63910	209	Europe/Paris	45.76511	3.31004		Vassel		84	63	632	63445
2970632	Vasperviller	vasperviller	FR	57560	291	Europe/Paris	48.63271	7.07451		Vasperviller,Vasperviller-les-Pargny,Vasterviller		44	57	575	57697
2970634	Vasles	vasles	FR	79340	1615	Europe/Paris	46.57569	-0.02519		Val',Vasles,wsls,Валь,وسلس		75	79	793	79339
2970637	Varzy	varzy	FR	58210	1473	Europe/Paris	47.3581	3.38619		Varzy		27	58	582	58304
2970638	Varzay	varzay	FR	17460	728	Europe/Paris	45.70564	-0.73462		Varzay		75	17	174	17460
2970640	Valbois	valbois	FR	55300	0	Europe/Paris	48.93333	5.61667		Varvinay		44	55	552	55530
2970695	Varennes-en-Argonne	varennes-en-argonne	FR	55270	712	Europe/Paris	49.22732	5.03509		Varennes,Varennes-en-Argonne,vu~aren'nu=an=arugon'nu,ヴァレンヌ＝アン＝アルゴンヌ		44	55	553	55527
2970642	Vars-sur-Roseix	vars-sur-roseix	FR	19130	263	Europe/Paris	45.25951	1.36449		Var-sjur-Roze,Varc,Vars,Vars-sur-Roseix,Varç,luo sai he pan wa er,wars swr rsyks,Вар-сюр-Розе,وآرس سور رسیکس,罗塞河畔瓦尔		75	19	191	19279
2970644	Varsberg	varsberg	FR	57880	948	Europe/Paris	49.17296	6.62905		Varsberg		44	57	573	57696
2970647	Vars	vars	FR	05560	197	Europe/Paris	47.53333	5.53333	47	Vars		27	70	702	70523
2970648	Vars	vars	FR	05560	1634	Europe/Paris	45.76207	0.12402		Vars		75	16	163	16393
2970649	Vars	vars	FR	05560	677	Europe/Paris	44.59768	6.6917	1700	Commune de Vars		93	05	051	05177
2970650	Varreddes	varreddes	FR	77910	1991	Europe/Paris	49.00305	2.92788		Varreddes		11	77	771	77483
2970651	Varrains	varrains	FR	49400	1220	Europe/Paris	47.22184	-0.06403		Varrains,Varren,wa er lan,wryns,Варрен,ورینس,瓦尔兰		52	49	493	49362
2970652	Varouville	varouville	FR	50330	277	Europe/Paris	49.67584	-1.36826		Varouville		28	50	502	50618
2970653	Varois-et-Chaignot	varois-et-chaignot	FR	21490	2036	Europe/Paris	47.35059	5.12838		Varois,Varois-et-Chaignot		27	21	212	21657
2970654	Varogne	varogne	FR	70240	120	Europe/Paris	47.71523	6.20521		Varogne		27	70	702	70522
2970656	Varneville-Bretteville	varneville-bretteville	FR	76890	298	Europe/Paris	49.65228	1.04365		Varneville,Varneville-Bretteville		28	76	761	76721
2970657	Varnéville	varneville	FR	55300	65	Europe/Paris	48.87263	5.65641		Varneville,Varnéville		44	55	552	55528
2970659	Varmonzey	varmonzey	FR	88450	25	Europe/Paris	48.32253	6.2854		Varmonzey		44	88	881	88493
2970662	Varize	varize	FR	28140	456	Europe/Paris	49.13496	6.45685		Varize		44	57	573	57695
2970664	Varize	varize	FR	28140	179	Europe/Paris	48.096	1.51531		Varize		24	28	282	28400
2970665	Variscourt	variscourt	FR	02190	199	Europe/Paris	49.41718	3.98574		Variscourt		32	02	022	02761
2970666	Varinfroy	varinfroy	FR	60890	263	Europe/Paris	49.09975	3.04505		Varenfrua,Varinfroy,wa lan fu lu wa,wrynfry,Варенфруа,ورینفری,瓦兰夫鲁瓦		32	60	604	60656
2970669	Varilhes	varilhes	FR	09120	2892	Europe/Paris	43.04572	1.62813		Varilhes		76	09	091	09324
2970673	Varetz	varetz	FR	19240	1975	Europe/Paris	45.19392	1.45063		Varets,Varetz		75	19	191	19278
2970674	Varessia	varessia	FR	39270	24	Europe/Paris	46.55868	5.53932		Varessia		27	39	392	39021
2970675	Varesnes	varesnes	FR	60400	408	Europe/Paris	49.56358	3.05931		Varen,Varesnes,wa lei si nei,wrsns,Варен,ورسنس,瓦雷斯内		32	60	603	60655
2970676	Varès	vares	FR	47400	730	Europe/Paris	44.4283	0.35562		Vares,Varès		75	47	472	47316
2970677	Varennes-sur-Usson	varennes-sur-usson	FR	63500	171	Europe/Paris	45.53234	3.30536		Varennes,Varennes-sur-Usson		84	63	633	63444
2970678	Varennes-sur-Tèche	varennes-sur-teche	FR	03220	263	Europe/Paris	46.32589	3.62903		Varennes,Varennes-sur-Teche,Varennes-sur-Tèche		84	03	033	03299
2970679	Varennes-sur-Seine	varennes-sur-seine	FR	77130	3494	Europe/Paris	48.37304	2.92571		Varennes,Varennes-sur-Seine		11	77	773	77482
2970680	Varennes-sur-Morge	varennes-sur-morge	FR	63720	307	Europe/Paris	45.94203	3.18697		Varennes,Varennes-sur-Morge		84	63	634	63443
2970681	Varennes-sur-Loire	varennes-sur-loire	FR	49730	1954	Europe/Paris	47.23851	0.05314		Varenn-sjur-Luar,Varennes,Varennes-sur-Loire,lu wa er he pan wa lei nei,wrns swr lyr,Варенн-сюр-Луар,ورنس سور لیر,卢瓦尔河畔瓦雷内		52	49	493	49361
2970683	Varennes-sur-Fouzon	varennes-sur-fouzon	FR	36210	697	Europe/Paris	47.21294	1.60552		Varenn-sjur-Fuzon,Varennes,Varennes-sur-Fouzon,fu zong he pan wa lei nei,warn swr fwzn,Варенн-сюр-Фузон,وارن سور فوزن,富宗河畔瓦雷内		24	36	364	36229
2970684	Varennes-sur-Amance	varennes-sur-amance	FR	52400	0	Europe/Paris	47.89603	5.62767		Varennes,Varennes-sur-Amance		44	52	522	52504
2970685	Varennes-sur-Allier	varennes-sur-allier	FR	03150	4314	Europe/Paris	46.31318	3.40147		Varen-sjur-Al'e,Varenas,Varenn-sjur-Al'e,Varennae super Elaverim,Varennes,Varennes-sur-Allier,a li ye he pan wa lei nei,Варен-сюр-Алье,Варенн-сюр-Алье,Варенн-сюр-Альє,ورنس سور علیر,阿利耶河畔瓦雷内		84	03	033	03298
2970686	Varennes-sous-Dun	varennes-sous-dun	FR	71800	646	Europe/Paris	46.2901	4.33281		Varennes,Varennes-sous-Dun		27	71	713	71559
2970687	Varennes-Saint-Sauveur	varennes-saint-sauveur	FR	71480	1005	Europe/Paris	46.48226	5.24349		Varenn-Sen-Sover,Varenne-Saint-Sauveur,Varennes,Varennes-Saint-Sauveur,Varennes-sur-Sevron,wa lei ne sheng suo wo er,Варенн-Сен-Совер,وارن‌سن‌سوور,瓦雷訥聖索沃爾		27	71	714	71558
2970688	Varennes-Saint-Honorat	varennes-saint-honorat	FR	43270	41	Europe/Paris	45.1793	3.63829		Varenne-la-Raison,Varennes-Saint-Honorat		84	43	432	43252
2970854	Valouse	valouse	FR	26110	40	Europe/Paris	44.46265	5.19389		Valouse		84	26	262	26363
2970690	Varennes-lès-Narcy	varennes-les-narcy	FR	58400	753	Europe/Paris	47.2319	3.06315		Varennes,Varennes-les-Narcy,Varennes-lès-Narcy		27	58	584	58302
2970691	Varennes-lès-Mâcon	varennes-les-macon	FR	71000	457	Europe/Paris	46.27137	4.80142		Varennes,Varennes-les-Macon,Varennes-lès-Mâcon		27	71	715	71556
2970692	Varennes-le-Grand	varennes-le-grand	FR	71240	2065	Europe/Paris	46.71868	4.86872		Varennes,Varennes-le-Grand		27	71	712	71555
2970693	Varennes-Jarcy	varennes-jarcy	FR	91480	2019	Europe/Paris	48.67914	2.56152		Varen-Zharsi,Varenn-Zharsi,Varennes-Jarcy,wa lei na ya er xi,wrns jrky,Варен-Жарси,Варенн-Жарси,Варенн-Жарсі,ورنس جرکی,瓦雷纳雅尔西		11	91	912	91631
2970694	Varennes-Changy	varennes-changy	FR	45290	0	Europe/Paris	47.86667	2.65		Varenn-Shanzhi,Varennes,Varennes-en-Gatinais,Varennes-en-Gâtinais,wa lei nei shang ji,wrns chngy,Варенн-Шанжі,ورنس چنگی,瓦雷内尚吉		24	45	451	45332
2970697	Varennes	varennes	FR	24150	187	Europe/Paris	50.04997	2.53393		Varennes		32	80	804	80776
2970698	Varennes	varennes	FR	24150	0	Europe/Paris	47.90637	3.78608		Varennes		27	89	891	89430
2970699	Varennes	varennes	FR	24150	0	Europe/Paris	47.73173	3.41496				27	89	891	89139
2970700	Varennes	varennes	FR	24150	0	Europe/Paris	47.07327	3.52869				27	58	583	58267
2970701	Varennes	varennes	FR	24150	222	Europe/Paris	47.07001	0.91576		La Varenne-de-la-Riche,Varennes		24	37	373	37265
2970702	Varennes	varennes	FR	24150	0	Europe/Paris	46.77009	1.73903				24	36	362	36159
2970703	Varennes	varennes	FR	24150	348	Europe/Paris	46.7587	0.19933		Varennes		75	86	863	86281
2970704	Varennes	varennes	FR	24150	0	Europe/Paris	46.3742	2.61391				84	03	031	03262
2970705	Varennes	varennes	FR	24150	0	Europe/Paris	46.31224	2.82862				84	03	031	03189
2970706	Varennes	varennes	FR	24150	0	Europe/Paris	45.70526	3.05651				84	63	632	63084
2970707	Varennes	varennes	FR	24150	0	Europe/Paris	45.24391	3.70741				84	43	432	43138
2970708	Varennes	varennes	FR	24150	0	Europe/Paris	45.02476	3.68665				84	43	432	43221
2970709	Varennes	varennes	FR	24150	404	Europe/Paris	44.8317	0.67838		Varennes		75	24	241	24566
2970710	Varennes	varennes	FR	24150	483	Europe/Paris	43.90125	1.4968		Varennes		76	82	822	82188
2970711	Varennes	varennes	FR	24150	225	Europe/Paris	43.47784	1.68974		Varennes		76	31	313	31568
2970712	Varenne-Saint-Germain	varenne-saint-germain	FR	71600	0	Europe/Paris	46.43333	4.01667		La Montagne,Varenne,Varenne-Reuillon		27	71	713	71557
2970713	Varenne-l'Arconce	varenne-l-arconce	FR	71110	0	Europe/Paris	46.33859	4.15858		Varenne,Varenne-l'Arconce		27	71	713	71554
2970724	Varenguebec	varenguebec	FR	50250	299	Europe/Paris	49.33785	-1.49762		Varenguebec		28	50	503	50617
2970725	Varengeville-sur-Mer	varengeville-sur-mer	FR	76119	1224	Europe/Paris	49.90475	0.99479		Varanzhvil'-sjur-Mer,Varengeville,Varengeville-sur-Mer,wrngwyl swr mrsy,Варанжвиль-сюр-Мер,Варанжвіль-сюр-Мер,ورنگویل سور مرسی		28	76	761	76720
2970726	Varen	varen	FR	82330	809	Europe/Paris	44.15819	1.89345		Varen		76	82	822	82187
2970728	Vareilles	vareilles	FR	23300	196	Europe/Paris	48.17612	3.47054		Vareilles		27	89	893	89411
2970729	Vareilles	vareilles	FR	23300	201	Europe/Paris	46.29787	4.26095		Vareilles		27	71	713	71553
2970730	Vareilles	vareilles	FR	23300	264	Europe/Paris	46.30096	1.47637		Vareilles		75	23	232	23258
2970731	Vareilles	vareilles	FR	23300	0	Europe/Paris	44.84731	3.30875		Vareilles		76	48	482	48177
2970735	Varces-Allières-et-Risset	varces-allieres-et-risset	FR	38760	0	Europe/Paris	45.08333	5.68333		Vars-Al'er-e-Risse,Vars-Al'er-eh-Risse,wa er sai si-a li ai he li sai,wrks alyrs at ryst,Варс-Альер-э-Риссе,Варс-Альєр-е-Риссе,ورکس الیرس ات ریست,瓦尔塞斯-阿利埃和里塞		84	38	381	38524
2970736	Varaville	varaville	FR	14390	850	Europe/Paris	49.25321	-0.15879		Varavil',Varaville,wa la wei er,wrwyl,Варавиль,Варавіль,ورویل,瓦拉维尔		28	14	143	14724
2970739	Varangéville	varangeville	FR	54110	4320	Europe/Paris	48.63675	6.31875		Varangeville,Varangéville,Varanzhevil',wa lang re wei er,wrngwyl,Варанжевиль,Варанжевіль,ورنگویل,瓦朗热维尔		44	54	543	54549
2970740	Varanges	varanges	FR	21110	845	Europe/Paris	47.23077	5.19513		Varanges		27	21	212	21656
2970741	Varambon	varambon	FR	01160	427	Europe/Paris	46.03684	5.31421		Varambon		84	01	014	01430
2970742	Varaize	varaize	FR	17400	603	Europe/Paris	45.9232	-0.42274		Varaize		75	17	175	17459
2970743	Varaire	varaire	FR	46260	295	Europe/Paris	44.35749	1.72339		Varaire		76	46	461	46328
2970744	Varaignes	varaignes	FR	24360	415	Europe/Paris	45.59804	0.53068		Varaignes,Varanha,Varen',wa lai gai,wrygns,Варень,وریگنس,瓦赖盖		75	24	242	24565
2970746	Varages	varages	FR	83670	956	Europe/Paris	43.59744	5.95996		Varages,Varatge,Varazh,wa la re,wrgs,Вараж,ورگس,瓦拉热		93	83	833	83145
2970747	Varades	varades	FR	44370	3452	Europe/Paris	47.385	-1.03039		Gwared,Varades		52	44	445	44213
2970748	Varacieux	varacieux	FR	38470	695	Europe/Paris	45.23292	5.33646		Varacieux		84	38	381	38523
2970751	Vaour	vaour	FR	81140	263	Europe/Paris	44.07234	1.80197		Vaour		76	81	811	81309
2970752	Vanzy	vanzy	FR	74270	264	Europe/Paris	46.04294	5.88568		Vanzy		84	74	743	74291
2970755	Vanzay	vanzay	FR	79120	205	Europe/Paris	46.23289	0.10584		Vanzay		75	79	792	79338
2970756	Vanzac	vanzac	FR	17500	185	Europe/Paris	45.35846	-0.30445		Vanzac		75	17	171	17458
2970757	Vany	vany	FR	57070	256	Europe/Paris	49.15664	6.24112		Vany		44	57	579	57694
2970758	Vanxains	vanxains	FR	24600	778	Europe/Paris	45.21624	0.2868		Vanksen,Vansens,Vanxains,fanksyns,wang ke sang,wnksyns,Ванксен,فانكسينس,ونکسینس,旺克桑		75	24	243	24564
2970759	Vanvillé	vanville	FR	77370	200	Europe/Paris	48.55412	3.10596		Vanville,Vanvillé		11	77	773	77481
2970760	Vanvey	vanvey	FR	21400	325	Europe/Paris	47.83387	4.70842		Vanvey		27	21	213	21655
2970761	Vanves	vanves	FR	92170	26068	Europe/Paris	48.82345	2.29025		Vanv,Vanve,Vanves,vu~an'vu,wang fu,wanw,Ванв,Ванве,وانو,ヴァンヴ,旺夫		11	92	923	92075
2970762	Vantoux-et-Longevelle	vantoux-et-longevelle	FR	70700	146	Europe/Paris	47.43426	5.8466		Vantoux,Vantoux-et-Longevelle		27	70	702	70521
2970764	Vantoux	vantoux	FR	57070	835	Europe/Paris	49.12945	6.23201		Vantoux		44	57	579	57693
2970765	Vantoux	vantoux	FR	57070	0	Europe/Paris	47.39615	5.01998		Vantoux,Vantoux les Dijon,Vantoux lès Dijon		27	21	212	21408
2970767	Vanosc	vanosc	FR	07690	812	Europe/Paris	45.22441	4.55045		Vanosc,Vanosk,Vanòsc,fanwsk,wa nuo si ke,wnsk,Ваноск,فانوسك,ونسک,瓦诺斯克		84	07	073	07333
2970771	Vannoz	vannoz	FR	39300	201	Europe/Paris	46.77274	5.9169		Vanno,Vannoz,fanwz,wa nuo,wnz,Ванно,فانوز,ونز,瓦诺		27	39	392	39543
2970773	Vannes-sur-Cosson	vannes-sur-cosson	FR	45510	550	Europe/Paris	47.71334	2.21219		Vann-sjur-Kosson,Vannes,Vannes-sur-Cosson,fans swr kwswn,ke song he pan wa nei,wns swr ksn,Ванн-сюр-Коссон,فانس سور كوسون,ونس سور کسن,科松河畔瓦内		24	45	452	45331
2970774	Vannes-le-Châtel	vannes-le-chatel	FR	54112	529	Europe/Paris	48.54651	5.78362		Vannes,Vannes-le-Chatel,Vannes-le-Châtel		44	54	544	54548
2970776	Vannes	vannes	FR	56000	0	Europe/Paris	48.35738	4.04808				44	10	103	10352
2970777	Vannes	vannes	FR	56000	54020	Europe/Paris	47.65688	-2.76205		Dariorigum,Gwened,VNE,Van,Vanas,Vann,Vannes,Venetens,ban,fan,vani,vu~an'nu,wa ne,wns,Ван,Ванн,באניס,ואן,فان,ونس,ვანი,ヴァンヌ,瓦讷,반	56	53	56	563	56260
2970778	Vannecrocq	vannecrocq	FR	27210	115	Europe/Paris	49.30649	0.4245		Vannecrocq		28	27	272	27671
2970779	Vannecourt	vannecourt	FR	57340	61	Europe/Paris	48.88133	6.54929		Vannecourt		44	57	575	57692
2970784	Vanne	vanne	FR	70130	107	Europe/Paris	47.6041	5.83955		Vanne		27	70	702	70520
2970785	Vannaire	vannaire	FR	21400	38	Europe/Paris	47.91305	4.56893		Vannaire		27	21	213	21653
2970786	Vanlay	vanlay	FR	10210	326	Europe/Paris	48.02799	4.01808		Vanlay		44	10	103	10395
2970792	Vandy	vandy	FR	08400	186	Europe/Paris	49.43532	4.70455		Vandy		44	08	084	08461
2970793	Vandrimare	vandrimare	FR	27380	905	Europe/Paris	49.37926	1.34329		Vandrimare		28	27	271	27670
2970795	Vandré	vandre	FR	17700	773	Europe/Paris	46.05543	-0.765		Vandre,Vandré		75	17	172	17457
2970796	Vandoncourt	vandoncourt	FR	25230	828	Europe/Paris	47.46767	6.90239		Vandoncourt,Vaudoncourt		27	25	252	25586
2970798	Vandières	vandieres	FR	51700	330	Europe/Paris	49.1	3.73333		Vandieres-sous-Chatillon,Vandières-sous-Chatillon		44	51	512	51592
2970799	Vandières	vandieres	FR	51700	927	Europe/Paris	48.95357	6.03361		Vandieres,Vandières		44	54	543	54546
2970800	Vandeuil	vandeuil	FR	51140	217	Europe/Paris	49.28	3.79047		Vandeuil		44	51	513	51591
2970801	Vandenesse-en-Auxois	vandenesse-en-auxois	FR	21320	226	Europe/Paris	47.21988	4.61547		Vandenesse,Vandenesse-en-Auxois		27	21	211	21652
2970802	Vandenesse	vandenesse	FR	58290	341	Europe/Paris	46.91286	3.76096		Vandeness,Vandenesse,fandns,wang de nei si,Ванденесс,فاندنس,旺德内斯		27	58	581	58301
2970803	Vandelicourt	vandelicourt	FR	60490	0	Europe/Paris	50.34935	2.5256				32	62	621	62113
2970804	Vandélicourt	vandelicourt	FR	60490	212	Europe/Paris	49.51206	2.7925				32	60	603	60654
2970805	Vandeléville	vandeleville	FR	54115	205	Europe/Paris	48.42741	5.99568		Vandeleville,Vandeléville		44	54	544	54545
2970806	Vandelans	vandelans	FR	70190	111	Europe/Paris	47.39324	6.16332		Vandelans		27	70	702	70519
2970807	Vandelainville	vandelainville	FR	54890	158	Europe/Paris	49.01712	5.97679		Vandelainville		44	54	544	54544
2970809	Vandeins	vandeins	FR	01660	557	Europe/Paris	46.21663	5.07895		Vandeins		84	01	012	01429
2970810	Vanclans	vanclans	FR	25580	205	Europe/Paris	47.09983	6.36358		Vanclans		27	25	253	25424
2970812	Vancé	vance	FR	72310	344	Europe/Paris	47.8322	0.64671		Vance,Vancé		52	72	722	72368
2970813	Vançais	vancais	FR	79120	262	Europe/Paris	46.30051	0.05313		Vancais,Vançais		75	79	792	79336
2970814	Vanault-les-Dames	vanault-les-dames	FR	51340	337	Europe/Paris	48.8441	4.77048		Vanault,Vanault-les-Dames,Vanault-les-Freres,Vanault-les-Frères,Vano-le-Dam,fanawlt lyh dams,wa nuo er lai da mei,wnwlt las dms,Вано-ле-Дам,فاناولت ليه دامس,ونولت لاس دمس,瓦诺尔莱达梅		44	51	514	51590
2970815	Vanault-le-Châtel	vanault-le-chatel	FR	51330	158	Europe/Paris	48.8652	4.7266		Mont-Vanault,Vanault,Vanault-le-Chatel,Vanault-le-Châtel,Vanault-pres-la-Montagne,Vanault-près-la-Montagne		44	51	514	51589
2970817	Valz-sous-Châteauneuf	valz-sous-chateauneuf	FR	63580	0	Europe/Paris	45.43322	3.41654		Valz,Valz-sous-Chateau Neuf,Valz-sous-Chateauneuf,Valz-sous-Château Neuf,Valz-sous-Châteauneuf		84	63	633	63442
2970818	Valzergues	valzergues	FR	12220	211	Europe/Paris	44.49984	2.2228		Valzergues		76	12	123	12289
2970821	Valvignères	valvigneres	FR	07400	401	Europe/Paris	44.50042	4.57409		Valvigneres,Valvignères		84	07	072	07332
2970823	Valuéjols	valuejols	FR	15300	538	Europe/Paris	45.05296	2.93397		Valuejols,Valuéjols		84	15	153	15248
2970825	Val-Suzon	val-suzon	FR	21121	187	Europe/Paris	47.41193	4.90257		Val-Suzon		27	21	212	21651
2970826	Vals-près-le-Puy	vals-pres-le-puy	FR	43750	3758	Europe/Paris	45.03155	3.87787		Vals,Vals-pres-le-Puy,Vals-près-le-Puy		84	43	432	43251
2970827	Valsonne	valsonne	FR	69170	762	Europe/Paris	45.94638	4.42962		Valsonne		84	69	692	69254
2970828	Vals-les-Bains	vals-les-bains	FR	07600	3777	Europe/Paris	44.66561	4.36615		Val'-le-Ben,Val's-le-Ben,Vals,Vals daus Banhs,Vals-les-Bains,fals lyh byns,wa er lai ban,Валь-ле-Бен,Вальс-ле-Бен,فالس ليه بينس,瓦尔莱班		84	07	071	07331
2970829	Vals-le-Chastel	vals-le-chastel	FR	43230	50	Europe/Paris	45.2707	3.52111		Vals,Vals-le-Chastel		84	43	431	43250
2970830	Valserres	valserres	FR	05130	207	Europe/Paris	44.48916	6.12762		Valserres		93	05	052	05176
2970833	Valsemé	valseme	FR	14340	258	Europe/Paris	49.23728	0.09611		Valseme,Valsemé		28	14	143	14723
2970834	Vals	vals	FR	09500	78	Europe/Paris	43.09645	1.76044		Vals		76	09	092	09323
2970836	Valroufié	valroufie	FR	46090	0	Europe/Paris	44.5194	1.4885				76	46	461	46156
2970837	Valros	valros	FR	34290	1276	Europe/Paris	43.4201	3.36603		Valros		76	34	341	34325
2970838	Valréas	valreas	FR	84600	10211	Europe/Paris	44.3849	4.99125		Val'reas,Valreas,Valréas,Vaurias,Vauriàs,falrys,vu~arureasu,wa er lei a,Вальреас,فالريس,ヴァルレアス,瓦尔雷阿		93	84	843	84138
2970839	Valras-Plage	valras-plage	FR	34350	4078	Europe/Paris	43.24808	3.29032		Valras,Valras-Plage		76	34	341	34324
2970840	Valpuiseaux	valpuiseaux	FR	91720	541	Europe/Paris	48.39316	2.30362		Val'pjuizo,Valpuiseaux,falbwysywks,wa er pi yi suo,Вальпюизо,Вальпюїзо,فالبويسيوكس,瓦尔皮伊索		11	91	911	91629
2970843	Valprivas	valprivas	FR	43210	422	Europe/Paris	45.31133	4.04397		Valprivas		84	43	433	43249
2970844	Valprionde	valprionde	FR	46800	0	Europe/Paris	44.58647	0.89495				75	47	473	47123
2970856	Valoreille	valoreille	FR	25190	94	Europe/Paris	47.2985	6.74217		Valoreille		27	25	252	25584
2970857	Valonne	valonne	FR	25190	188	Europe/Paris	47.3424	6.659		Valonne		27	25	252	25583
2970859	Valojoulx	valojoulx	FR	24290	242	Europe/Paris	45.11667	1.15		Valojoulx		75	24	244	24563
2970860	Valognes	valognes	FR	50700	7873	Europe/Paris	49.50881	-1.47047		Valognes,Valon',Valoni,falwghns,wa luo gai,Βαλόνι,Валонь,فالوغنس,瓦洛盖		28	50	502	50615
2970861	Valmy	valmy	FR	51800	292	Europe/Paris	49.08394	4.77386		Val'mi,Valmy,balmi,falmy,vu~arumi,wa er mi,walmy,Вальми,Вальмі,فالمي,والمی,ヴァルミー,瓦尔米,발미		44	51	511	51588
2970862	Valmunster	valmunster	FR	57220	72	Europe/Paris	49.24139	6.50639		Valmunster		44	57	573	57691
2970864	Valmont	valmont	FR	57730	991	Europe/Paris	49.7436	0.51293		Valmont		28	76	762	76719
2970865	Valmont	valmont	FR	57730	3312	Europe/Paris	49.0843	6.69781		Valmont		44	57	573	57690
2970866	Valmondois	valmondois	FR	95760	1289	Europe/Paris	49.0973	2.18996		Val'mondua,Valmondois,falmndwys,wa er meng du wa,Вальмондуа,فالمندويس,瓦尔蒙杜瓦		11	95	953	95628
2970868	Valmigère	valmigere	FR	11580	23	Europe/Paris	42.98221	2.37577		Valmigere,Valmigère		76	11	112	11402
2970869	Valmestroff	valmestroff	FR	57970	266	Europe/Paris	49.36084	6.26575		Valmestroff		44	57	577	57689
2970873	Valmeinier	valmeinier	FR	73450	535	Europe/Paris	45.18567	6.48102		Val'men'e,Valmeinier,falmynyr,Вальменьє,فالمينير		84	73	733	73307
2970874	Valmascle	valmascle	FR	34800	46	Europe/Paris	43.59658	3.29841		Valmascle		76	34	342	34323
2970876	Valmanya	valmanya	FR	66320	19	Europe/Paris	42.53827	2.53416		Vallmanya,Valmanya,Velmanya		76	66	663	66221
2970881	Vallouise	vallouise	FR	05290	694	Europe/Paris	44.84611	6.48898		Val-Libre,Vallouise		93	05	051	05101
2970882	Vallorcine	vallorcine	FR	74660	432	Europe/Paris	46.03338	6.93188		Vallorcine,Vallorsin,Валлорсін		84	74	742	74290
2970883	Vallon-sur-Gée	vallon-sur-gee	FR	72540	732	Europe/Paris	47.96294	-0.06825		Vallon,Vallon-sur-Gee,Vallon-sur-Gée		52	72	721	72367
2970885	Vallon-Pont-d'Arc	vallon-pont-d-arc	FR	07150	2337	Europe/Paris	44.40685	4.39374		Vallibre,Vallon,Vallon-Pont-d'Arc,Vallons Pont d'Arc		84	07	071	07330
2970889	Vallon-en-Sully	vallon-en-sully	FR	03190	1754	Europe/Paris	46.53629	2.60804		Vallon,Vallon-en-Sully		84	03	031	03297
2970897	Vallois	vallois	FR	54830	150	Europe/Paris	48.46262	6.54929		Vallois		44	54	542	54543
2970899	Valloire	valloire	FR	73450	1346	Europe/Paris	45.16542	6.42998		Valloire,Valluar,Varouere,Vârouère,XVR,falwyr,Валлуар,فالوير		84	73	733	73306
2970901	Valliquerville	valliquerville	FR	76190	1208	Europe/Paris	49.61385	0.68703		Valliquerville		28	76	763	76718
2970902	Valliguières	valliguieres	FR	30210	401	Europe/Paris	44.0072	4.5798		Valliguieres,Valliguières		76	30	302	30340
2970903	Vallières-les-Grandes	vallieres-les-grandes	FR	41400	633	Europe/Paris	47.42373	1.14724		Vallieres,Vallieres-les-Grandes,Vallières,Vallières-les-Grandes		24	41	413	41267
2970909	Vallières	vallieres	FR	10210	0	Europe/Paris	48.32204	3.39123				27	89	893	89414
2970910	Vallières	vallieres	FR	10210	139	Europe/Paris	47.99595	4.06074		Vallieres,Vallières		44	10	103	10394
2970911	Vallières	vallieres	FR	10210	1378	Europe/Paris	45.90043	5.93863		Vallieres,Vallières		84	74	741	74289
2970912	Vallière	valliere	FR	23120	0	Europe/Paris	45.90637	2.03472		Valliere,Vallieres,Vallière,Vallières		75	23	231	23257
2970914	Vallière	valliere	FR	23120	0	Europe/Paris	48.10643	1.4817				24	28	282	28330
2970915	Vallière	valliere	FR	23120	782	Europe/Paris	46.26275	2.44495		Valliere,Vallière		75	23	231	23257
2970918	Vallica	vallica	FR	20259	29	Europe/Paris	42.52081	9.05147		A Vallica,Valica,Vallica,Vallika,Валлика,Валліка		94	2B	2B5	2B339
2970922	Valletot	valletot	FR	27350	265	Europe/Paris	49.36232	0.62247		Valletot		28	27	272	27669
2970923	Vallet	vallet	FR	44330	7483	Europe/Paris	47.16133	-1.26715		Gwaled,Vallet		52	44	442	44212
2970924	Vallet	vallet	FR	44330	0	Europe/Paris	45.29829	-0.36077		Vallet		75	17	171	17240
2970925	Vallesvilles	vallesvilles	FR	31570	316	Europe/Paris	43.5927	1.64357		Valesvilles,Vallesvilles		76	31	313	31567
2971005	Valfin-sur-Valouse	valfin-sur-valouse	FR	39240	92	Europe/Paris	46.36991	5.51677		Valfin,Valfin-sur-Valouse		27	39	392	39583
2970929	Vallery	vallery	FR	89150	490	Europe/Paris	48.23923	3.04595		Valleri,Vallery,wa lei li,Валлери,Валлері,瓦勒里		27	89	893	89428
2970930	Valleroy-le-Sec	valleroy-le-sec	FR	88800	196	Europe/Paris	48.18681	6.01085		Valleroy,Valleroy-le-Sec		44	88	882	88490
2970931	Valleroy-aux-Saules	valleroy-aux-saules	FR	88270	232	Europe/Paris	48.2478	6.14306		Valleroy,Valleroy-aux-Saules		44	88	882	88489
2970932	Valleroy	valleroy	FR	25870	2360	Europe/Paris	49.20944	5.93703		Valleroy		44	54	541	54542
2970933	Valleroy	valleroy	FR	25870	27	Europe/Paris	47.69819	5.6565		Valleroy		44	52	522	52503
2970934	Valleroy	valleroy	FR	25870	93	Europe/Paris	47.38633	6.11558		Valleroy		27	25	251	25582
2970935	Vallerois-Lorioz	vallerois-lorioz	FR	70000	214	Europe/Paris	47.56341	6.15119		Vallerois-Lorioz		27	70	702	70517
2970936	Vallerois-le-Bois	vallerois-le-bois	FR	70000	262	Europe/Paris	47.54883	6.28888		Vallerois-le-Bois		27	70	702	70516
2970937	Vallereuil	vallereuil	FR	24190	274	Europe/Paris	45.07232	0.50122		Vallereuil		75	24	243	24562
2970939	Valleret	valleret	FR	52130	67	Europe/Paris	48.48669	5.00061		Vallerest,Valleret		44	52	523	52502
2970940	Vallères	valleres	FR	37190	813	Europe/Paris	47.31153	0.47403		Valleres,Vallères		24	37	372	37264
2970941	Valleraugue	valleraugue	FR	30570	1092	Europe/Paris	44.08128	3.64195		Val'rog,Valerauga,Valleraugue,Vallerog,wa lei luo gai,Валлерог,Вальрог,瓦勒罗盖		76	30	303	30339
2970942	Vallérargues	vallerargues	FR	30580	123	Europe/Paris	44.13134	4.35192		Vallerargues,Vallérargues		76	30	302	30338
2970943	Vallerange	vallerange	FR	57340	205	Europe/Paris	48.9507	6.68382		Vallerange		44	57	573	57687
2970944	Vallentigny	vallentigny	FR	10500	191	Europe/Paris	48.44524	4.58219		Vallentigny		44	10	101	10393
2970945	Vallenay	vallenay	FR	18190	725	Europe/Paris	46.78448	2.37106		Vallenay		24	18	182	18270
2970948	Valleiry	valleiry	FR	74520	2421	Europe/Paris	46.11106	5.97037		Valleiry		84	74	743	74288
2970949	Vallègue	vallegue	FR	31290	431	Europe/Paris	43.42437	1.75382		Vallegue,Vallègue		76	31	313	31566
2970957	Valle-d'Orezza	valle-d-orezza	FR	20229	0	Europe/Paris	42.36121	9.40402		Valle,Valle-d'Orezza,Valle-d’Orezza		94	2B	2B3	2B338
2970958	Valle-di-Rostino	valle-di-rostino	FR	20235	89	Europe/Paris	42.45719	9.27975		A Valle di Rustinu,Valle,Valle di Rostino,Valle-di-Rostino,Валле-ди-Ростино,Валле-ді-Ростіно		94	2B	2B3	2B337
2970959	Valle-di-Mezzana	valle-di-mezzana	FR	20167	227	Europe/Paris	42.0229	8.82147		Valle-di-Mezzana		94	2A	2A1	2A336
2970960	Valle-di-Campoloro	valle-di-campoloro	FR	20221	290	Europe/Paris	42.33434	9.51523		Valle,Valle-di-Campoloro		94	2B	2B3	2B335
2970961	Vallecalle	vallecalle	FR	20232	118	Europe/Paris	42.59875	9.33977		Vallecalle,Vallee Calle		94	2B	2B5	2B333
2970962	Vallauris	vallauris	FR	06220	27286	Europe/Paris	43.57803	7.05451		Valauria,Vallauris,Valloris,Valori,Valàuria,balloli,falwrys,vu~arorisu,wa luo li,wlwry,Валлорис,Валлоріс,Валори,فالوريس,ولوری,ヴァロリス,瓦洛里,발로리		93	06	061	06155
2970966	Vallant-Saint-Georges	vallant-saint-georges	FR	10170	363	Europe/Paris	48.46946	3.90305		Vallant,Vallant-Saint-Georges,Vallant-les-Fontaines		44	10	102	10392
2970970	Vallans	vallans	FR	79270	595	Europe/Paris	46.21619	-0.55135		Vallan,Vallans,Валлан		75	79	792	79335
2970971	Vallangoujard	vallangoujard	FR	95810	674	Europe/Paris	49.13741	2.11403		Vallangoujard,Vallanguzhar,wa lang gu ya er,Валлангужар,瓦朗古雅尔		11	95	953	95627
2970972	Vallan	vallan	FR	89580	763	Europe/Paris	47.74456	3.53907		Vallan		27	89	891	89427
2970977	Vallabrix	vallabrix	FR	30700	369	Europe/Paris	44.0611	4.4783		Vallabrix		76	30	302	30337
2970978	Vallabrègues	vallabregues	FR	30300	1304	Europe/Paris	43.85307	4.62662		Vallabregues,Vallabrègues		76	30	302	30336
2970981	Valjouze	valjouze	FR	15170	23	Europe/Paris	45.16287	3.0602		Valjouze		84	15	153	15247
2970985	Valines	valines	FR	80210	678	Europe/Paris	50.07649	1.62266		Valines		32	80	801	80775
2970987	Valigny	valigny	FR	03360	448	Europe/Paris	46.71195	2.81722		Valigny		84	03	031	03296
2970988	Valignat	valignat	FR	03330	57	Europe/Paris	46.17677	3.07518		Valignat		84	03	033	03295
2970990	Valiergues	valiergues	FR	19200	123	Europe/Paris	45.47873	2.29247		Valiergues		75	19	193	19277
2970992	Valhuon	valhuon	FR	62550	525	Europe/Paris	50.43354	2.37805		Valhuon,Valjuon,falhwn,wa yong,Валюон,فالهون,瓦永		32	62	621	62835
2970994	Valhey	valhey	FR	54370	163	Europe/Paris	48.67925	6.49161		Valhey		44	54	542	54541
2970996	Valgorge	valgorge	FR	07110	400	Europe/Paris	44.5904	4.11513		Val'gorzh,Valgorge,Vaugorja,Vaugòrja,wa er ge er ge,Вальгорж,瓦尔戈尔格		84	07	071	07329
2970999	Valfroicourt	valfroicourt	FR	88270	262	Europe/Paris	48.19822	6.09603		Valfroicourt		44	88	882	88488
2971000	Valframbert	valframbert	FR	61250	1551	Europe/Paris	48.46465	0.10828		Valframbert		28	61	611	61497
2971003	Valfleury	valfleury	FR	42320	521	Europe/Paris	45.52311	4.49217		Valfleury		84	42	423	42320
2971004	Valflaunès	valflaunes	FR	34270	744	Europe/Paris	43.80066	3.87173		Valflaunes,Valflaunès		76	34	342	34322
2971255	Uzos	uzos	FR	64110	765	Europe/Paris	43.26994	-0.34313		Uzos		75	64	643	64550
2971007	Valff	valff	FR	67210	1354	Europe/Paris	48.4214	7.52058		Falaba,Val'ff,Valf,Valff,Walf,falf,wa er,walf,Вальфф,فالف,والف,瓦尔		44	67	675	67504
2971010	Valezan	valezan	FR	73210	168	Europe/Paris	45.57434	6.69251		Valezan		84	73	731	73150
2971011	Valeyrac	valeyrac	FR	33340	0	Europe/Paris	45.39598	-0.89539		Valeyrac		75	33	334	33538
2971012	Valeyrac	valeyrac	FR	33340	0	Europe/Paris	45.03165	1.58549				76	46	463	46083
2971013	Valeuil	valeuil	FR	24310	371	Europe/Paris	45.33327	0.61795		Valej,Valeuil,Valjoj,Valuelh,wa lei yi,Валей,Валёй,瓦勒伊		75	24	242	24064
2971015	Valette	valette	FR	15400	0	Europe/Paris	49.05166	6.842				44	57	573	57337
2971016	Valette	valette	FR	15400	0	Europe/Paris	46.23173	1.89817				75	23	232	23195
2971017	Valette	valette	FR	15400	0	Europe/Paris	45.86058	0.84048		La Valette,Valette		75	87	873	87131
2971018	Valette	valette	FR	15400	0	Europe/Paris	45.63978	1.16367				75	87	872	87150
2971019	Valette	valette	FR	15400	262	Europe/Paris	45.26768	2.60301		Valette		84	15	152	15246
2971020	Val-et-Châtillon	val-et-chatillon	FR	54480	0	Europe/Paris	48.56032	6.96544		Val-et-Chatillon,Val-et-Châtillon		44	54	542	54540
2971023	Valescourt	valescourt	FR	60130	284	Europe/Paris	49.48273	2.43621		Valescourt		32	60	602	60653
2971024	Valernes	valernes	FR	04200	253	Europe/Paris	44.26194	5.95862		Valern,Valerna,Valernes,Valernos,Valèrna,wa lai er nei,Валерн,瓦莱尔内		93	04	044	04231
2971025	Valergues	valergues	FR	34130	1941	Europe/Paris	43.66819	4.06109		Valergues		76	34	343	34321
2971027	Valenton	valenton	FR	94460	11969	Europe/Paris	48.74527	2.46467		Valanton,Valenton,wa lang tong,Валантон,瓦朗通		11	94	943	94074
2971028	Valentine	valentine	FR	31800	840	Europe/Paris	43.0948	0.70439		Valentine		76	31	312	31565
2971030	Valentigney	valentigney	FR	25700	12608	Europe/Paris	47.46388	6.83168		Valentigney		27	25	252	25580
2971033	Valensole	valensole	FR	04210	2479	Europe/Paris	43.83766	5.98392		Valansol,Valansol',Valencola,Valensole,Valençòla,Valesole,wa lang suo er,Валансол,Валансоль,瓦朗索尔		93	04	044	04230
2971034	Valennes	valennes	FR	72320	369	Europe/Paris	47.99648	0.80926		Valennes		52	72	722	72366
2971036	Valencogne	valencogne	FR	38730	499	Europe/Paris	45.50029	5.54293		Valencogne,Vallencogne		84	38	382	38520
2971039	Valencin	valencin	FR	38540	2234	Europe/Paris	45.61109	5.02935		Valencin		84	38	383	38519
2971041	Valenciennes	valenciennes	FR	59300	44821	Europe/Paris	50.35909	3.52506		Valans'en,Valans'enn,Valansien,Valansjen,Valansjenas,Valencenae,Valencianas,Valenciennes,Valincyinne,XVS,ballangsien,falnsyan,vu~aranshien'nu,wa lang xie ne,wal xng seiyn,walnsyn,wlansyn,Βαλανσιέν,Валансиен,Валансьен,Валансьенн,Валансьєнн,Валансјен,ואלנסיין,فالنسيان,والنسین,ولانسین,วาล็องเซียน,ヴァランシエンヌ,瓦朗謝訥,발랑시엔	596	32	59	596	59606
2971043	Valence-sur-Baïse	valence-sur-baise	FR	32310	1196	Europe/Paris	43.88222	0.38108		Valence,Valence-sur-Baise,Valence-sur-Baïse		76	32	322	32459
2971045	Valence-en-Brie	valence-en-brie	FR	77830	715	Europe/Paris	48.44284	2.89021		Valence,Valence-en-Brie		11	77	772	77480
2971046	Valence-d'Albigeois	valence-d-albigeois	FR	81340	1295	Europe/Paris	44.01957	2.40425		Valence,Valence-d'Abigeois,Valence-d'Albigeois		76	81	811	81308
2971051	Valence	valence	FR	16460	247	Europe/Paris	45.88989	0.30736		Valence		75	16	163	16392
2971052	Valence	valence	FR	16460	0	Europe/Paris	45.21239	3.03287				84	15	153	15151
2971053	Valence	valence	FR	16460	63864	Europe/Paris	44.9256	4.90956		VAF,Valenca,Valence,Valencia,Valença,valansa,vu~aransu,वलांस,ヴァランス	26	84	26	263	26362
2971054	Valence	valence	FR	16460	5039	Europe/Paris	44.10823	0.89101		Valence,Valence-d'Agen		76	82	821	82186
2971055	Castelnau-Valence	castelnau-valence	FR	30190	0	Europe/Paris	44	4.25				76	30	301	30072
2971056	Valençay	valencay	FR	36600	2897	Europe/Paris	47.16207	1.56852		Valanse,Valencay,Valençay,vu~aranse,wa lang sai,Валансе,ヴァランセ,瓦朗赛		24	36	362	36228
2971057	Valempoulières	valempoulieres	FR	39300	176	Europe/Paris	46.82628	5.86371		Valempoulieres,Valempoulières		27	39	392	39540
2971059	Valeins	valeins	FR	01140	97	Europe/Paris	46.11261	4.87241		Valeins		84	01	012	01428
2971060	Valeille	valeille	FR	42110	526	Europe/Paris	45.70845	4.30328		Valeille,Valeilles		84	42	421	42319
2971061	Valeilles	valeilles	FR	82150	282	Europe/Paris	44.36359	0.9223		Valeilles		76	82	821	82185
2971062	Valeille	valeille	FR	42110	0	Europe/Paris	44.98333	1.36667				75	24	244	24050
2971065	Valdurenque	valdurenque	FR	81090	654	Europe/Paris	43.56874	2.30829		Valdurenque		76	81	812	81307
2971068	Valdrôme	valdrome	FR	26310	129	Europe/Paris	44.50462	5.57385		Val'drom,Valdrome,Valdrôme,Vaudroma,wa er de long,Вальдром,瓦尔德龙		84	26	261	26361
2971072	Valdoie	valdoie	FR	90300	5063	Europe/Paris	47.67041	6.84203		Val'dua,Valdoie,vu~arudowa,wa er du wa,Вальдуа,ヴァルドワ,瓦尔杜瓦		27	90	901	90099
2971073	Val-d'Izé	val-d-ize	FR	35450	0	Europe/Paris	48.17775	-1.30596		Ize,Izé,Nant-Izeg,Val-d'Ize,Val-d'Izé,Val-dIze,Val-dIzé		53	35	351	35347
2971074	Val-d'Isère	val-d-isere	FR	73150	1632	Europe/Paris	45.45142	6.97455	1849	Laval,Val d Isere,Val d'Isere,Val d'Isère,Val'd'Izer,Val-d'Isere,Val-d'Isère,Валь д'Изер		84	73	731	73304
2971078	Valdieu-Lutran	valdieu-lutran	FR	68210	0	Europe/Paris	47.63333	7.06667		Val'd'e-Ljutran,Vald'jo-Ljutran,wa er di e lu te lang,Валдьё-Лютран,Вальдье-Лютран,Вальдьє-Лютран,瓦尔迪厄吕特朗		44	68	681	68192
2971082	Val-des-Prés	val-des-pres	FR	05100	503	Europe/Paris	44.94924	6.67821		Val-des-Pres,Val-des-Prés		93	05	051	05174
2971083	Valderoure	valderoure	FR	06750	317	Europe/Paris	43.7975	6.7108		Val'derur,Valderoure,Vauderore,faldyrwr,wa er de lu er,Вальдерур,فالديرور,瓦尔德鲁尔		93	06	061	06154
2971084	Val-de-Roulans	val-de-roulans	FR	25640	87	Europe/Paris	47.36203	6.27223		Val-de-Roulans		27	25	251	25579
2971085	Valderiès	valderies	FR	81350	802	Europe/Paris	44.01192	2.23236		Valderies,Valderiès		76	81	811	81306
2971088	Val-de-Mercy	val-de-mercy	FR	89580	395	Europe/Paris	47.67529	3.58858		Val-de-Mercy		27	89	891	89426
2971092	Val-de-la-Haye	val-de-la-haye	FR	76380	805	Europe/Paris	49.37866	1.00204		Val,Val'-de-la-E,Val-de-la-Haye,Валь-де-ла-Е		28	76	763	76717
2971096	Valdampierre	valdampierre	FR	60790	917	Europe/Paris	49.30395	2.05264		Valdampierre		32	60	601	60652
2971100	Valcourt	valcourt	FR	52100	736	Europe/Paris	48.61694	4.90721		Valcourt		44	52	523	52500
2971103	Valcivières	valcivieres	FR	63600	227	Europe/Paris	45.59227	3.79564		Valcivieres,Valcivières		84	63	631	63441
2971107	Valcebollère	valcebollere	FR	66340	54	Europe/Paris	42.38736	2.03492		Valcebollere,Valcebollère		76	66	663	66220
2971108	Valcanville	valcanville	FR	50760	395	Europe/Paris	49.64364	-1.33113		Valcanville		28	50	502	50613
2971109	Valcabrère	valcabrere	FR	31510	158	Europe/Paris	43.03316	0.58162		Valcabrere,Valcabrère		76	31	312	31564
2971117	Valbonne	valbonne	FR	06560	12633	Europe/Paris	43.63292	6.99911		QVI,Val'bonn,Vaubona,falbwny,wa er bang,Вальбонн,فالبوني,瓦尔邦		93	06	061	06152
2971118	Valbonnais	valbonnais	FR	38740	478	Europe/Paris	44.90027	5.90798		Val'bonne,Valbonnais,Vaubones,Vaubonés,wa er bo nai,Вальбонне,瓦尔博奈		84	38	381	38518
2971122	Valbelle	valbelle	FR	04200	228	Europe/Paris	44.14778	5.88146		Val'bel',Valbelle,Vaubela,Vaubèla,wa er bei er,Вальбель,瓦尔贝尔		93	04	044	04229
2971123	Valbeleix	valbeleix	FR	63610	158	Europe/Paris	45.46899	2.98731		Valbeleix		84	63	633	63440
2971125	Valay	valay	FR	70140	523	Europe/Paris	47.3382	5.63792		Valay,Vale,Вале		27	70	702	70514
2971126	Valavoire	valavoire	FR	04250	28	Europe/Paris	44.27895	6.0668		Valavoira,Valavoire,Valavuar,wa la wa er,Валавуар,瓦拉瓦尔		93	04	044	04228
2971129	Valaurie	valaurie	FR	26230	550	Europe/Paris	44.42388	4.81082		Valauria,Valaurie,Valori,Valàuria,wa luo li ye,Валорі,瓦洛里耶		84	26	262	26360
2971134	Valaire	valaire	FR	41120	91	Europe/Paris	47.47015	1.26848		Valaire		24	41	411	41266
2971136	Valailles	valailles	FR	27300	343	Europe/Paris	49.12135	0.59996		Valaj,wa lai lai,Валай,瓦莱莱		28	27	272	27667
2971137	Valady	valady	FR	12330	1361	Europe/Paris	44.45633	2.42746		Valady		76	12	122	12288
2971147	Vaivre-et-Montoille	vaivre-et-montoille	FR	70000	2423	Europe/Paris	47.63021	6.10362		Vaivre,Vaivre-et-Montoille,Vevr-e-Montual',Vevr-eh-Montoj,Вевр-е-Монтуаль,Вевр-э-Монтой		27	70	702	70513
2971150	Vaite	vaite	FR	70180	222	Europe/Paris	47.58333	5.73333				27	70	702	70511
2971153	Vaïssac	vaissac	FR	82800	639	Europe/Paris	44.03298	1.56887		Vaissac,Vaïssac		76	82	822	82184
2971154	Vaison-la-Romaine	vaison-la-romaine	FR	84110	6207	Europe/Paris	44.23896	5.07461		Vaison,Vaison-la-Romaine,Vasio,Vezon-la-Romen,vu~ezon=ra=romenu,wei song la luo mai na,Везон-ла-Ромен,ཝེ་ཟོང་ལ་རོ་མེ་ནེ།,ヴェゾン＝ラ＝ロメーヌ,韦松拉罗迈纳		93	84	843	84137
2971157	Vaires-sur-Marne	vaires-sur-marne	FR	77360	12547	Europe/Paris	48.87649	2.63982		Vaires,Vaires-sur-Marne,Ver-sjur-Marn,Вер-сюр-Марн		11	77	775	77479
2971158	Vaire-sous-Corbie	vaire-sous-corbie	FR	80800	266	Europe/Paris	49.91578	2.54448		Vaire,Vaire-sous-Corbie		32	80	802	80774
2971159	Vaire-le-Petit	vaire-le-petit	FR	25220	195	Europe/Paris	47.28748	6.14585		Vaire-le-Petit		27	25	251	25575
2971160	Vaire-Arcier	vaire-arcier	FR	25220	0	Europe/Paris	47.28333	6.15		Vaire-le-Grand		27	25	251	25575
2971162	Vairé	vaire	FR	85150	1071	Europe/Paris	46.60315	-1.75585		Vaire,Vairé,Varie,Varié		52	85	853	85298
2971165	Vains	vains	FR	50300	738	Europe/Paris	48.6806	-1.4134		Vains,Ven,wan zhen,Вен,万镇		28	50	501	50612
2971168	Vailly-sur-Sauldre	vailly-sur-sauldre	FR	18260	876	Europe/Paris	47.45923	2.6499		Vailly,Vailly-sur-Sauldre		24	18	181	18269
2971169	Vailly-sur-Aisne	vailly-sur-aisne	FR	02370	2133	Europe/Paris	49.40834	3.51631		Vai-sjur-En,Vailly,Vailly-sur-Aisne,Vaji-sjur-Ehn,ai na he pan wa yi,Вайи-сюр-Эн,Ваї-сюр-Ен,埃纳河畔瓦伊		32	02	024	02758
2971170	Vailly	vailly	FR	10150	252	Europe/Paris	48.36936	4.12186		Vailly		44	10	103	10391
2971171	Vailly	vailly	FR	10150	0	Europe/Paris	46.86688	2.72819				24	18	182	18031
2971172	Vailly	vailly	FR	10150	686	Europe/Paris	46.30164	6.53923		Vailly		84	74	744	74287
2971173	Vaillant	vaillant	FR	52160	57	Europe/Paris	47.71021	5.15373		Vaillant		44	52	522	52499
2971174	Vaillac	vaillac	FR	46240	113	Europe/Paris	44.67429	1.52979		Vaillac		76	46	463	46138
2971175	Vailhourles	vailhourles	FR	12200	528	Europe/Paris	44.30526	1.9067		Vailhourles		76	12	123	12287
2971176	Vailhauquès	vailhauques	FR	34570	2130	Europe/Paris	43.67204	3.71828		Vailhauques,Vailhauquès		76	34	342	34320
2971177	Vailhan	vailhan	FR	34320	137	Europe/Paris	43.5527	3.30249		Vailhan		76	34	341	34319
2971179	Vaiges	vaiges	FR	53480	1119	Europe/Paris	48.04062	-0.47549		Vaiges		52	53	533	53267
2971181	Vahl-lès-Faulquemont	vahl-les-faulquemont	FR	57380	246	Europe/Paris	49.02606	6.62472		Vahl,Vahl-les-Faulquemont,Vahl-lès-Faulquemont,Vahl-lés-Faulquemont		44	57	573	57686
2971182	Vahl-lès-Bénestroff	vahl-les-benestroff	FR	57670	121	Europe/Paris	48.91341	6.78632		Vahl,Vahl-les-Benestroff,Vahl-lès-Bénestroff		44	57	575	57685
2971183	Vahl-Ebersing	vahl-ebersing	FR	57660	526	Europe/Paris	49.04951	6.75284		Vahl-Ebersing,Val Ebersing		44	57	573	57684
2971186	Vagney	vagney	FR	88120	3860	Europe/Paris	48.00629	6.7174		Vagney,Van'e,wa gai yi,Ванье,Ваньє,瓦盖伊		44	88	881	88486
2971187	Vagnas	vagnas	FR	07150	455	Europe/Paris	44.34582	4.36699		Vagnas		84	07	071	07328
2971191	Vadonville	vadonville	FR	55200	241	Europe/Paris	48.80313	5.52498		Vadonville		44	55	552	55526
2971195	Vadencourt	vadencourt	FR	02120	616	Europe/Paris	49.92924	3.57945		Vadencourt,Vadencourt-et-Boheries,Vadencourt-et-Bohéries		32	02	025	02757
2971196	Vadencourt	vadencourt	FR	02120	105	Europe/Paris	50.0068	2.48915		Vadencourt		32	80	802	80773
2971198	Vadenay	vadenay	FR	51400	231	Europe/Paris	49.07209	4.39825		Vadenay		44	51	511	51587
2971199	Vadelaincourt	vadelaincourt	FR	55220	57	Europe/Paris	49.07168	5.26332		Vadelaincourt		44	55	553	55525
2971200	Vadans	vadans	FR	39600	100	Europe/Paris	47.34734	5.58742		Vadans		27	70	702	70510
2971201	Vadans	vadans	FR	39600	0	Europe/Paris	46.93342	5.70211		Vadans		27	39	391	39539
2971202	Vacquiers	vacquiers	FR	31340	1161	Europe/Paris	43.77667	1.48127		Vacquiers		76	31	313	31563
2971203	Vacquières	vacquieres	FR	34270	0	Europe/Paris	44.09684	4.23808		Vacquieres,Vacquières		76	30	301	30275
2971204	Vacquières	vacquieres	FR	34270	327	Europe/Paris	43.8447	3.94486		Vacquieres,Vacquières		76	34	342	34318
2971205	Vacqueyras	vacqueyras	FR	84190	1135	Europe/Paris	44.13835	4.98332		Vacquevras,Vacqueyras		93	84	843	84136
2971206	Vacqueville	vacqueville	FR	54540	0	Europe/Paris	48.47989	6.81329		Vacqueville		44	54	542	54539
2971207	Vacqueriette-Erquières	vacqueriette-erquieres	FR	62140	0	Europe/Paris	50.33333	2.08333		Vaker'ett-Erk'er,Vakerett-Erker,faskywryt arkywrys,wa ke li ye te ai er ji ye er,Вакерьетт-Еркьер,Вакерєтт-Еркєр,فاسكيوريت إركيوريس,瓦克里耶特埃尔基耶尔		32	62	624	62834
2971208	Vacquerie-le-Boucq	vacquerie-le-boucq	FR	62270	98	Europe/Paris	50.26948	2.21899		Vacquerie,Vacquerie-le-Boucq,Vakri-le-Buk,fakywry ly bwsyk,wa ke li lei bu ke,Вакри-ле-Бук,Вакрі-ле-Бук,فاكيوري لي بوسيك,瓦克里勒布克		32	62	621	62833
2971212	Vacognes-Neuilly	vacognes-neuilly	FR	14210	0	Europe/Paris	49.06667	-0.53333				28	14	142	14721
2971222	Vacheresse	vacheresse	FR	74360	0	Europe/Paris	48.66416	1.62112				11	78	782	78407
2971223	Vacheresse	vacheresse	FR	74360	670	Europe/Paris	46.32534	6.67326		Vacheresse,Vasheress,Вашересс		84	74	744	74286
2971224	Vacheresse	vacheresse	FR	74360	0	Europe/Paris	45.09649	3.66162				84	43	431	43239
2971225	Vachères-en-Quint	vacheres-en-quint	FR	26150	35	Europe/Paris	44.78969	5.25906		Vacheres,Vacheres-en-Quint,Vachères,Vachères-en-Quint		84	26	261	26359
2971227	Vachères	vacheres	FR	04110	0	Europe/Paris	44.88999	4.03336				84	43	432	43156
2971228	Vachères	vacheres	FR	04110	273	Europe/Paris	43.93174	5.63762		Vacheres,Vachieras,Vachères,Vasher,wa xie lei,Вашер,瓦谢雷		93	04	044	04227
2971230	Vacherauville	vacherauville	FR	55100	127	Europe/Paris	49.22264	5.35978				44	55	553	55523
2971245	Vabre-Tizac	vabre-tizac	FR	12240	441	Europe/Paris	44.27095	2.15024		Vabre,Vabre-Tizac		76	12	123	12021
2971246	Vabres-l'Abbaye	vabres-l-abbaye	FR	12400	0	Europe/Paris	43.94521	2.83734		Vabres,Vabres-l'Abbaye		76	12	121	12286
2971247	Vabres	vabres	FR	15100	229	Europe/Paris	45.035	3.2071		Vabres,Vabres-Saint-Gal		84	15	153	15245
2971248	Vabres	vabres	FR	15100	0	Europe/Paris	44.90518	3.67216				84	43	432	43005
2971249	Vabres	vabres	FR	15100	110	Europe/Paris	44.03197	3.8878		Vabres		76	30	301	30335
2971250	Vabre	vabre	FR	81330	838	Europe/Paris	43.69303	2.42514		Vabr,Vabre,wa bu er,Вабр,瓦布尔		76	81	812	81305
2971251	Vaas	vaas	FR	72500	1725	Europe/Paris	47.66895	0.31168		Vaas		52	72	721	72364
2971257	Uzeste	uzeste	FR	33730	447	Europe/Paris	44.4414	-0.32336		Juzest,Usesta,Useste,Usèsta,Usèste,Uzeste,yu ze si te,Юзест,于泽斯特		75	33	333	33537
2971258	Uzès	uzes	FR	30700	7841	Europe/Paris	44.01251	4.41973		Firmin-les-Uzes,Firmin-les-Uzés,Juzes,Ucetia,Uses,Usès,Uzes,Uzes-la-Montagne,Uzès,Uzès-la-Montagne,yu ze,yuzesu,Юзес,ユゼス,于泽		76	30	302	30334
2971259	Uzerche	uzerche	FR	19140	3143	Europe/Paris	45.42462	1.56341		Faubourg-Egalite,Faubourg-Egalité,Juzersh,Userca,Usercha,Usèrcha,Uzerche,yu ze er ke,yuzerushu,Юзерш,ユゼルシュ,于泽尔克		75	19	192	19276
2971260	Uzer	uzer	FR	07110	364	Europe/Paris	44.51915	4.32642		Lande,Uzer		84	07	071	07327
2971262	Uzemain	uzemain	FR	88220	1055	Europe/Paris	48.08572	6.34443		Juzmen,Uzemain,yu ze man,Юзмен,于泽曼		44	88	881	88484
2971263	Uzelle	uzelle	FR	25340	160	Europe/Paris	47.46586	6.43623		Uzelle		27	25	251	25574
2971264	Uzel	uzel	FR	22460	953	Europe/Paris	48.27967	-2.84069		Uzel,Uzel-pres-l'Oust,Uzel-près-l'Oust		53	22	224	22384
2971265	Uzein	uzein	FR	64230	1189	Europe/Paris	43.39951	-0.43321		Juzen,Usenh,Uzein,yu zan,Юзен,于赞		75	64	643	64549
2971266	Uzech	uzech	FR	46310	209	Europe/Paris	44.59142	1.39575		Uzech		76	46	463	46324
2971267	Uzay-le-Venon	uzay-le-venon	FR	18190	381	Europe/Paris	46.81196	2.46117		Uzay,Uzay-le-Venon		24	18	182	18268
2971269	Uzan	uzan	FR	64370	169	Europe/Paris	43.48012	-0.50422		Uzan		75	64	643	64548
2971271	Uza	uza	FR	40170	179	Europe/Paris	44.03505	-1.19687		Uza		75	40	401	40322
2971272	Uxem	uxem	FR	59229	1114	Europe/Paris	51.0217	2.48376		Uxem		32	59	594	59605
2971273	Uxelles	uxelles	FR	39130	58	Europe/Paris	46.60272	5.7878		Uxelles		27	39	392	39538
2971274	Uxegney	uxegney	FR	88390	1948	Europe/Paris	48.19652	6.36971		Iksene,Juksen'e,Uxegney,Uxegny,yu ke sai gai yi,Иксење,Юксенье,Юксеньє,于克塞盖伊		44	88	881	88483
2971275	Uxeau	uxeau	FR	71130	578	Europe/Paris	46.66286	4.02452		Uxeau		27	71	713	71552
2971278	Uvernet-Fours	uvernet-fours	FR	04400	0	Europe/Paris	44.36194	6.62694		Juverne-Fur,Uvernet e Forns,yu wei er nei fu er,Юверне-Фур,于韦尔内富尔		93	04	041	04226
2971279	Uttwiller	uttwiller	FR	67330	193	Europe/Paris	48.84715	7.48924				44	67	674	67503
2971280	Uttenhoffen	uttenhoffen	FR	67110	170	Europe/Paris	48.89311	7.65392		Uttenhoffen		44	67	672	67502
2971281	Uttenheim	uttenheim	FR	67150	559	Europe/Paris	48.41046	7.59722				44	67	675	67501
2971283	Utelle	utelle	FR	06450	505	Europe/Paris	43.91734	7.24735		Hutellae,Jutel',Uelhs,Utela,Utelle,Utèla,yu tai er,ywtyly,Ютель,يوتيلي,于泰尔		93	06	062	06151
2971284	Ustou	ustou	FR	09140	367	Europe/Paris	42.7997	1.2644		Justu,Uston,Ustou,yu si tu,Юсту,于斯图		76	09	093	09322
2971286	Ustaritz	ustaritz	FR	64480	5662	Europe/Paris	43.39991	-1.45696		Justaris,Justarits,Marat-sur-Nive,Ustarits,Ustaritz,Ustariz,Ustàrits,Ustáriz,Uztaritze,yu si ta li ci,Юстарис,Юстаритс,于斯塔里茨		75	64	641	64547
2971287	Ussy-sur-Marne	ussy-sur-marne	FR	77260	924	Europe/Paris	48.9566	3.07267		Ussy,Ussy-sur-Marne		11	77	771	77478
2971289	Ussy	ussy	FR	14420	848	Europe/Paris	48.94853	-0.28357		Ussy		28	14	142	14720
2971290	Usson-en-Forez	usson-en-forez	FR	42550	1262	Europe/Paris	45.39174	3.94142		Jusson-an-Fore,Ucon,Usson,Usson-en-Forez,Uçon,fu lei de qu yu song,Юссон-ан-Форе,福雷地区于松		84	42	421	42318
2971291	Usson-du-Poitou	usson-du-poitou	FR	86350	1456	Europe/Paris	46.27803	0.52773		Jusson-dju-Puatu,Usson,Usson-du-Poitou,yu song di pu wa tu,Юссон-дю-Пуату,于松迪普瓦图		75	86	862	86276
2971292	Usson	usson	FR	63490	206	Europe/Paris	45.52734	3.33935		Usson		84	63	633	63439
2971296	Ussel-d'Allier	ussel-d-allier	FR	03140	0	Europe/Paris	46.20759	3.19016		Jussel'-d'Al'e,Ussel,Ussel-d'Allier,Ussel-dAllier,yu sai da li ye,Юссель-д’Алье,于塞达利耶		84	03	032	03294
2971298	Ussel	ussel	FR	15300	11384	Europe/Paris	45.54804	2.30917		Ussel	193	75	19	193	19275
2971299	Ussel	ussel	FR	15300	445	Europe/Paris	45.0811	2.93561		Ussel		84	15	153	15244
2971300	Ussel	ussel	FR	15300	69	Europe/Paris	44.59373	1.49992		Ussel		76	46	463	46323
2971301	Usseau	usseau	FR	79210	0	Europe/Paris	47.10637	3.1172				27	58	583	58207
2971302	Usseau	usseau	FR	79210	606	Europe/Paris	46.87582	0.50917		Usseau		75	86	861	86275
2971303	Usseau	usseau	FR	79210	704	Europe/Paris	46.17407	-0.57986		Usseau		75	79	792	79334
2971304	Ussat	ussat	FR	09400	394	Europe/Paris	42.83103	1.61992		Ussat		76	09	091	09321
2971305	Ussac	ussac	FR	19270	3365	Europe/Paris	45.19389	1.51337				75	19	191	19274
2971306	Ussac	ussac	FR	19270	0	Europe/Paris	45.11354	1.60813				75	19	191	19105
2971307	Usinens	usinens	FR	74910	359	Europe/Paris	46.00944	5.84248		Usinens		84	74	743	74285
2971309	Usclas-d'Hérault	usclas-d-herault	FR	34230	0	Europe/Paris	43.51931	3.46418		Usclas,Usclas-d'Herault,Usclas-d'Hérault,Usclas-l'Herault,Usclas-l'Hérault		76	34	342	34315
2971310	Usclas-du-Bosc	usclas-du-bosc	FR	34700	97	Europe/Paris	43.72348	3.40232		Usclas,Usclas-du-Bosc		76	34	342	34316
2971311	Usclades-et-Rieutord	usclades-et-rieutord	FR	07510	107	Europe/Paris	44.78333	4.16667				84	07	071	07326
2971316	Us	us	FR	95450	1248	Europe/Paris	49.1	1.96667		Us		11	95	953	95625
2971317	Urzy	urzy	FR	58130	1861	Europe/Paris	47.04877	3.20295		Urzy		27	58	583	58300
2971319	Ury	ury	FR	77760	806	Europe/Paris	48.34397	2.60299		Ury		11	77	774	77477
2971320	Urvillers	urvillers	FR	02690	603	Europe/Paris	49.7899	3.30976		Urvillers		32	02	023	02756
2971321	Urville-Nacqueville	urville-nacqueville	FR	50460	2307	Europe/Paris	49.67444	-1.73664		Jurvil'-Nakevil',Urville,Urville-Hague,Urville-Nacqueville,yu er wei er na qu ai wei er,Юрвиль-Накевиль,Юрвіль-Накевіль,于尔维尔纳屈埃维尔		28	50	502	50041
2971322	Urville	urville	FR	10200	0	Europe/Paris	49.45	-1.43333		Urville,Urville-Bocage		28	50	502	50610
2971323	Urville	urville	FR	10200	500	Europe/Paris	49.02567	-0.29642		Urville		28	14	142	14719
2971324	Urville	urville	FR	10200	65	Europe/Paris	48.18764	5.74693		Urville		44	88	882	88482
2971325	Urville	urville	FR	10200	150	Europe/Paris	48.16965	4.65123		Urville		44	10	101	10390
2971327	Urval	urval	FR	24480	0	Europe/Paris	45.84068	3.85864				84	42	422	42047
2971328	Urval	urval	FR	24480	170	Europe/Paris	44.81238	0.94782		Jurval',Urval,yu er wa,Юрваль,于尔瓦		75	24	241	24560
2971329	Uruffe	uruffe	FR	54112	337	Europe/Paris	48.56884	5.74426		Uruffe		44	54	544	54538
2971331	Urtière	urtiere	FR	25470	6	Europe/Paris	47.25838	6.92555		Urtiere,Urtière		27	25	252	25573
2971332	Urtaca	urtaca	FR	20218	190	Europe/Paris	42.5958	9.16684		Urtaca,Urtaka,Ùrtaca,Уртака		94	2B	2B5	2B332
2971333	Urt	urt	FR	64240	1858	Europe/Paris	43.49382	-1.29059		Ahurti,Jurt,Liberte,Liberté,Urt,yu er,Юрт,于尔		75	64	641	64546
2971334	Urschenheim	urschenheim	FR	68320	669	Europe/Paris	48.08685	7.48409		Jurshenajm,UErschenheim,Ürschenheim,Юршенайм		44	68	682	68345
2971335	Urs	urs	FR	09310	27	Europe/Paris	42.77514	1.73313		Urs		76	09	091	09320
2971336	Urrugne	urrugne	FR	64122	7580	Europe/Paris	43.36243	-1.70019		Jurrjun',Urrugne,Urruna,Urrunha,Urruña,awrwny,yu er lu ni,Юррюнь,أوروني,于尔吕尼		75	64	641	64545
2971337	Urou-et-Crennes	urou-et-crennes	FR	61200	669	Europe/Paris	48.75308	0.01788		Urou,Urou-et-Crennes		28	61	612	61474
2971338	Urost	urost	FR	64160	66	Europe/Paris	43.33847	-0.14822		Jurost,Urost,Uròst,yu luo si,Юрост,于罗斯		75	64	643	64544
2971340	Urmatt	urmatt	FR	67280	1436	Europe/Paris	48.52752	7.32565				44	67	673	67500
2971344	Uriménil	urimenil	FR	88220	1427	Europe/Paris	48.10079	6.40046		Jurimenij,Urimenil,Uriménil,yu li mo ni,Юримений,Юрименій,于里默尼		44	88	881	88481
2971346	Urgosse	urgosse	FR	32110	236	Europe/Paris	43.73654	-0.02444		Urgosse		76	32	322	32458
2971347	Urgons	urgons	FR	40320	269	Europe/Paris	43.64937	-0.44254				75	40	402	40321
2971350	Urepel	urepel	FR	64430	390	Europe/Paris	43.07006	-1.41631		Jurepel',Urepel,Urepele,yu lei pei,Юрепель,于雷佩		75	64	641	64543
2971352	Urdos	urdos	FR	64490	0	Europe/Paris	42.87284	-0.5546		Jurdos,Urdos,Urdòs,Urdós,yu er duo,Юрдос,于尔多		75	64	642	64542
2971353	Urdès	urdes	FR	64370	240	Europe/Paris	43.44294	-0.58927		Urdes,Urdès		75	64	643	64541
2971354	Urdens	urdens	FR	32500	188	Europe/Paris	43.8569	0.70043		Urdens		76	32	322	32457
2971355	Urcy	urcy	FR	21220	122	Europe/Paris	47.26079	4.85246		Urcy		27	21	211	21650
2971357	Urcuit	urcuit	FR	64990	1936	Europe/Paris	43.48546	-1.33693		Jurkjui,Jurkjuit,Le Laurier,Urcueit,Urcuit,Urketa,yu er qu yi,Юркюи,Юркюит,Юркюї,于尔屈伊		75	64	641	64540
2971358	Urciers	urciers	FR	36160	259	Europe/Paris	46.86667	2.11667		Urciers		24	36	363	36227
2971359	Urcerey	urcerey	FR	90800	262	Europe/Paris	47.6088	6.80904		Urcerey		27	90	901	90098
2971360	Urcel	urcel	FR	02000	560	Europe/Paris	49.49227	3.55738		Urcel		32	02	022	02755
2971361	Urçay	urcay	FR	03360	310	Europe/Paris	46.62477	2.58921		Urcay,Urçay		84	03	031	03293
2971362	Urbise	urbise	FR	42310	128	Europe/Paris	46.25428	3.8923		Urbise		84	42	422	42317
2971365	Urbès	urbes	FR	68121	471	Europe/Paris	47.88425	6.95523		Urbes,Urbès		44	68	686	68344
2971366	Urbeis	urbeis	FR	67220	292	Europe/Paris	48.3261	7.22371		Jurbe,Urbeis,awrbays,yu er bei,ywrbys,Юрбе,اوربایس,يوربيس,于尔贝		44	67	675	67499
2971367	Urbanya	urbanya	FR	66500	31	Europe/Paris	42.63875	2.30472		Jurban'ja,Orbanya,Orbanyà,Urbanya,yu er ba ni a,Юрбанья,于尔巴尼阿		76	66	663	66219
2971368	Urbalacone	urbalacone	FR	20128	70	Europe/Paris	41.83659	8.94792		Urbalacone		94	2A	2A1	2A331
2971370	Urau	urau	FR	31260	139	Europe/Paris	43.01617	0.95584		Urau		76	31	312	31562
2971371	Ur	ur	FR	66760	337	Europe/Paris	42.46222	1.93767		Ur		76	66	663	66218
2971372	Upie	upie	FR	26120	1239	Europe/Paris	44.8025	4.97673		Upie		84	26	263	26358
2971373	Upaix	upaix	FR	05300	404	Europe/Paris	44.31868	5.87511		Jupe,Upais,Upaix,Upàis,yu pei,Юпе,于佩		93	05	052	05173
2971374	Unzent	unzent	FR	09100	126	Europe/Paris	43.17513	1.52753		Unzent		76	09	092	09319
2971375	Unverre	unverre	FR	28160	1019	Europe/Paris	48.19829	1.09207		Enverr,Unverre,an wei er,Енверр,安韦尔		24	28	282	28398
2971377	Unieux	unieux	FR	42240	8456	Europe/Paris	45.40395	4.27094		Jun'e,Unieux,Unieux-Firminy,yu ni e,Юньє,于尼厄		84	42	423	42316
2971378	Unienville	unienville	FR	10140	0	Europe/Paris	48.32521	4.54576		Jun'envil',Jun'janvil',yu ni an wei er,Юньенвиль,Юньянвіль,于尼安维尔		44	10	101	10389
2971379	Unias	unias	FR	42210	266	Europe/Paris	45.60543	4.22697		Unias		84	42	421	42315
2971380	Ungersheim	ungersheim	FR	68190	1705	Europe/Paris	47.87848	7.30797				44	68	684	68343
2971382	Unchair	unchair	FR	51170	151	Europe/Paris	49.29071	3.74822		Unchair		44	51	513	51586
2971383	Uncey-le-Franc	uncey-le-franc	FR	21350	60	Europe/Paris	47.34512	4.57238		Uncey,Uncey-le-Franc		27	21	213	21649
2971384	Unac	unac	FR	09250	123	Europe/Paris	42.76113	1.77506		Unac		76	09	091	09318
2971385	Umpeau	umpeau	FR	28700	414	Europe/Paris	48.47711	1.67303		Umpeau		24	28	281	28397
2971386	Ully-Saint-Georges	ully-saint-georges	FR	60730	1894	Europe/Paris	49.27914	2.28094		Julli-Sen-Zhorzh,Ully,Ully-Saint-Georges,yu li sheng ruo er re,Юллі-Сен-Жорж,于利圣若尔热		32	60	604	60651
2971388	Ulcot	ulcot	FR	79150	60	Europe/Paris	47.02638	-0.39943		Ulcot		75	79	791	79013
2971389	Uhrwiller	uhrwiller	FR	67350	738	Europe/Paris	48.87794	7.57797		Uhrwiller		44	67	672	67498
2971390	Uhlwiller	uhlwiller	FR	67350	663	Europe/Paris	48.82071	7.67395				44	67	672	67497
2971391	Uhart-Mixe	uhart-mixe	FR	64120	222	Europe/Paris	43.27884	-1.02168		Juart-Miks,Mixa,Uhart,Uhart de Micse,Uhart-Mixe,Uharte-Hiri,Uhartehiri,yu a er mi ke si,Юарт-Микс,Юарт-Мікс,于阿尔米克斯		75	64	641	64539
2971392	Uhart-Cize	uhart-cize	FR	64220	616	Europe/Paris	43.16467	-1.24489		Cisa,Juart-Siz,Uhart,Uhart de Cisa,Uhart-Cize,Uharte Garazi,Uharte-Garazi,yu a er xi ci,Юарт-Сиз,Юарт-Сіз,于阿尔西兹		75	64	641	64538
2971393	Ugny-sur-Meuse	ugny-sur-meuse	FR	55140	123	Europe/Paris	48.64064	5.70463		Ugny,Ugny-sur-Meuse		44	55	552	55522
2971394	Ugny-l'Équipée	ugny-l-equipee	FR	80400	0	Europe/Paris	49.81718	3.06138		Ugny,Ugny-l'Equipee,Ugny-l'Équipée		32	80	804	80771
2971395	Ugny-le-Gay	ugny-le-gay	FR	02300	167	Europe/Paris	49.65931	3.16058		Ugny,Ugny-le-Gay		32	02	022	02754
2971396	Ugny	ugny	FR	54870	563	Europe/Paris	49.47149	5.69749		Ugny		44	54	541	54537
2971397	Ugnouas	ugnouas	FR	65140	77	Europe/Paris	43.34097	0.09907		Ugnouas		76	65	653	65457
2971398	Uglas	uglas	FR	65300	252	Europe/Paris	43.14087	0.43357		Uglas		76	65	652	65456
2971399	Ugine	ugine	FR	73400	7703	Europe/Paris	45.75571	6.41503		Juzhin,Ugena,Ugine,Ugines,Южин		84	73	731	73303
2971401	Uffholtz	uffholtz	FR	68700	1452	Europe/Paris	47.82082	7.17785		Juffol'c,Uffholz,Юффольц		44	68	686	68342
2971402	Uffheim	uffheim	FR	68510	901	Europe/Paris	47.65031	7.44233		Uffheim		44	68	684	68341
2971404	Ueberstrass	ueberstrass	FR	68580	327	Europe/Paris	47.55237	7.15836		Uberstrass,Ueberstrass		44	68	681	68340
2971407	Uckange	uckange	FR	57270	7385	Europe/Paris	49.30304	6.1492		Jukanzh,UEckingen,Uckange,akynj,yu kang ge,ywkng,Ückingen,Юканж,اکینج,یوکنگ,于康格		44	57	577	57683
2971408	Uchon	uchon	FR	71190	85	Europe/Paris	46.81247	4.25232		Uchon		27	71	711	71551
2971409	Uchizy	uchizy	FR	71700	785	Europe/Paris	46.50352	4.88575		Jushizi,Uchizy,ywchyzy,Юшизи,Юшизі,اچزے,یوچیزی		27	71	715	71550
2971410	Uchentein	uchentein	FR	09800	27	Europe/Paris	42.88787	1.00102		Uchentein		76	09	093	09062
2971411	Uchaux	uchaux	FR	84100	1576	Europe/Paris	44.21667	4.8		Jusho,Uchau,Uchaux,achaks,yu shao,yusho,ywchwks,Юшо,اچاکس,یوچوکس,ユショー,于绍		93	84	843	84135
2971412	Uchaud	uchaud	FR	30620	3559	Europe/Paris	43.75725	4.26948		Uchaud		76	30	302	30333
2971413	Uchacq-et-Parentis	uchacq-et-parentis	FR	40090	548	Europe/Paris	43.92732	-0.55996		Uchacq		75	40	402	40320
2971414	Ucciani	ucciani	FR	20133	412	Europe/Paris	42.0444	8.97824		Auccia,Auccià,Ucciani,Uchchani,akyany,awchyany,Уччани,Уччані,اوچیانی,اکیانی		94	2A	2A1	2A330
2971416	Ubraye	ubraye	FR	04240	116	Europe/Paris	43.90873	6.69646		Jubre,Jubrej,Ubraia,Ubraye,yu bu lai ai,ywbray,Юбре,Юбрей,ابرائے,یوبرای,于布赖埃		93	04	042	04224
2971417	Ubexy	ubexy	FR	88130	165	Europe/Paris	48.33564	6.2732				44	88	881	88480
2971418	Uberach	uberach	FR	67350	1159	Europe/Paris	48.8499	7.62934		Uberach,Ueberach		44	67	672	67372
2971434	Tuzie	tuzie	FR	16700	125	Europe/Paris	45.97576	0.15752		Tjuzi,Tuzie,di qi ye,Тюзи,Тюзі,蒂齐耶		75	16	163	16110
2971435	Tuzaguet	tuzaguet	FR	65150	443	Europe/Paris	43.07746	0.43877		Tuzaguet		76	65	652	65455
2971438	Tusson	tusson	FR	16140	348	Europe/Paris	45.93459	0.06785		Tjusson,Tusson,di song,twsn,Тюссон,توسن,蒂松		75	16	163	16390
2971444	Tursac	tursac	FR	24620	367	Europe/Paris	44.96902	1.04426		Tursac		75	24	244	24559
2971445	Turriers	turriers	FR	04250	320	Europe/Paris	44.39988	6.16994		Tjur'e,Tjurre,Turrias,Turriers,Turriás,di er li ye er,tryrs,twryrs,Тюррє,Тюрье,تریرس,توریرس,蒂尔里耶尔		93	04	044	04222
2971446	Turretot	turretot	FR	76280	1353	Europe/Paris	49.60923	0.23422		Turretot		28	76	762	76716
2971448	Turqueville	turqueville	FR	50480	119	Europe/Paris	49.40608	-1.27762		Turqueville		28	50	502	50609
2971450	Turquant	turquant	FR	49730	490	Europe/Paris	47.22156	0.02726		Tjurkan,Turquant,di er qu ang,trqwant,twrqwant,Тюркан,ترقوانت,تورقوانت,蒂尔屈昂		52	49	493	49358
2971454	Turny	turny	FR	89570	839	Europe/Paris	48.03497	3.74647		Tjurni,Turny,di er ni,Тюрни,Тюрні,ٹرنی,蒂尔尼		27	89	891	89425
2971460	Turgy	turgy	FR	10210	40	Europe/Paris	48.02374	4.04378		Turgy		44	10	103	10388
2971461	Turgon	turgon	FR	16350	87	Europe/Paris	45.94977	0.39963		Turgon		75	16	163	16389
2971463	Turenne	turenne	FR	19500	776	Europe/Paris	45.05422	1.58238		Mont-Franc,Turenne		75	19	191	19273
2971469	Turckheim	turckheim	FR	68230	3790	Europe/Paris	48.08748	7.27707		Tjurkajm,Tjurkem,Tuerkheim,Turckheim,Türkheim,te~yurukuaimu,twrqhyym,Тюркайм,Тюркем,טורקהיים,テュルクアイム		44	68	682	68338
2971470	Turcey	turcey	FR	21540	176	Europe/Paris	47.40749	4.71643		Turcey		27	21	212	21648
2971477	Tupigny	tupigny	FR	02120	349	Europe/Paris	49.95679	3.60645		Tupigny		32	02	025	02753
2971479	Tully	tully	FR	80130	672	Europe/Paris	50.0859	1.51752		Tully		32	80	801	80770
2971480	Tullins	tullins	FR	38210	7689	Europe/Paris	45.30239	5.49077		Tjullen,Tullins,di lan,Тюллен,蒂兰		84	38	381	38517
2971482	Tulle	tulle	FR	19000	16969	Europe/Paris	45.26582	1.77233		Byen Tulle,Til,Tjul',Tula,Tulle,Tutela,Tyll,XTU,churu,di lei,twil,Тил,Тюль,チュール,蒂勒,튈	19	75	19	192	19272
2971483	Tulette	tulette	FR	26790	1826	Europe/Paris	44.28656	4.93122		Tjulett,Tuleta,Tulette,di lai te,Тюлетт,蒂莱特		84	26	262	26357
2971489	Tugny-et-Pont	tugny-et-pont	FR	02640	281	Europe/Paris	49.75838	3.15584		Pont-Tugny,Tugny,Tugny-et-Pont		32	02	023	02752
2971490	Tugéras-Saint-Maurice	tugeras-saint-maurice	FR	17130	0	Europe/Paris	45.36667	-0.4				75	17	171	17454
2971493	Tuffé	tuffe	FR	72160	1572	Europe/Paris	48.11313	0.51424		Tuffe,Tuffé		52	72	722	72363
2971499	Tudelle	tudelle	FR	32190	64	Europe/Paris	43.67934	0.28926		Tudelle		76	32	321	32456
2971500	Tudeils	tudeils	FR	19120	229	Europe/Paris	45.05014	1.79387		Tudeils		75	19	191	19271
2971504	Tucquegnieux	tucquegnieux	FR	54640	2791	Europe/Paris	49.3101	5.89448		Tjuken'e,Tjuken'jo,Tucquegnieux,di qu ai ni e,Тюкенье,Тюкеньё,Тюкеньє,蒂屈埃尼厄		44	54	541	54536
2971505	Tuchan	tuchan	FR	11350	855	Europe/Paris	42.88902	2.71957		Tuchan		76	11	113	11401
2971508	Tubersent	tubersent	FR	62630	484	Europe/Paris	50.51956	1.70548		Tjubersan,Tubersent,di bei er sang,twbrsan,twbrsnt,twbyrsnt,Тюберсан,توبرسان,توبرسنت,توبيرسنت,蒂贝尔桑		32	62	624	62832
2971515	Truyes	truyes	FR	37320	1808	Europe/Paris	47.27299	0.85179		Truyes		24	37	372	37263
2971517	Truttemer-le-Petit	truttemer-le-petit	FR	14500	120	Europe/Paris	48.77184	-0.81512		Trjutme-le-Pti,Trjuttme-le-Peti,Truttemer,Truttemer-le-Petit,trwtmh lw pty,xiao te lu tai mei,Трютме-ле-Пти,Трюттме-ле-Пети,Трюттме-ле-Петі,تروتمه لو پتی,تروتمے ل پیتی,小特吕泰梅		28	14	144	14762
2971518	Truttemer-le-Grand	truttemer-le-grand	FR	14500	595	Europe/Paris	48.78131	-0.81821		Trjutme-le-Gran,Trjuttme-le-Gran,Truttemer-le-Grand,da te lu tai mei,trwtmh lw gran,Трютме-ле-Гран,Трюттме-ле-Гран,تروتمه لو گران,تروتمے ل گراں,大特吕泰梅		28	14	144	14762
2971520	Trungy	trungy	FR	14490	246	Europe/Paris	49.19803	-0.72724		Trungy		28	14	141	14716
2971521	Trun	trun	FR	61160	1345	Europe/Paris	48.84268	0.03268		Trun		28	61	612	61494
2971522	Trumilly	trumilly	FR	60800	517	Europe/Paris	49.24277	2.80114		Trjumii,Trumilly,te lu mi li,trwmyly,Трюмії,ترومیلی,特吕米利		32	60	604	60650
2971526	Truinas	truinas	FR	26460	118	Europe/Paris	44.57665	5.08885		Truinas		84	26	262	26356
2971527	Trugny	trugny	FR	21250	136	Europe/Paris	46.98099	5.14522		Trugny		27	21	211	21647
2971530	Trucy-sur-Yonne	trucy-sur-yonne	FR	89460	138	Europe/Paris	47.6287	3.65876		Trucy,Trucy-sur-Yonne		27	89	891	89424
2971531	Trucy-l'Orgueilleux	trucy-l-orgueilleux	FR	58460	0	Europe/Paris	47.44655	3.4125		Trucy,Trucy-l'Orgueilleux		27	58	582	58299
2971534	Trucy	trucy	FR	02860	115	Europe/Paris	49.47131	3.61286		Trucy		32	02	022	02751
2971536	Truchtersheim	truchtersheim	FR	67370	2517	Europe/Paris	48.66313	7.60752				44	67	674	67495
2971546	Troyon	troyon	FR	55300	215	Europe/Paris	49	5.46667		Troyon-sur-Meuse		44	55	552	55521
2971642	Trizay-lès-Bonneval	trizay-les-bonneval	FR	28800	264	Europe/Paris	48.19974	1.33541		Trizay,Trizay-les-Bonneval,Trizay-lès-Bonneval		24	28	282	28396
2971549	Troyes	troyes	FR	10000	60785	Europe/Paris	48.30073	4.08524		QYR,Trecae,Troa,Troias,Troua,Troyes,Trua,Tròias,te lu wa,teulua,thraw,torowa,trwa,trwa  fransh,Τρουά,Троа,Труа,טרואה,تروئے,تروا,تروا، فرانسه,ทรัว,トロワ,特鲁瓦,트루아	10	44	10	103	10387
2971550	Troye-d'Ariège	troye-d-ariege	FR	09500	0	Europe/Paris	43.02732	1.87821		Troye,Troye-d'Ariege,Troye-d'Ariège		76	09	092	09316
2971553	Trouy	trouy	FR	18570	3030	Europe/Paris	47.01153	2.36018		Trouy		24	18	181	18267
2971555	Trouville-sur-Mer	trouville-sur-mer	FR	14360	5751	Europe/Paris	49.3657	0.08041	5	Deauville-Trouville,Trouville,Trouville-sur-Mer,Truvil'-Sjur-Mer,Truvil'-sjur-Mer,bin hai te lu wei er,toruvu~iru=shuru=meru,trwbyl,Трувиль-Сюр-Мер,Трувиль-сюр-Мер,Трувіль-сюр-Мер,טרוביל,トルヴィル＝シュル＝メール,滨海特鲁维尔		28	14	143	14715
2971556	Trouville-la-Haule	trouville-la-haule	FR	27680	709	Europe/Paris	49.41931	0.57757		Trouville,Trouville-la-Haule,Trouville-la-Haute		28	27	272	27665
2971557	Trouville	trouville	FR	76210	577	Europe/Paris	49.57265	0.6005		Trouville,Trouville-Alliquerville		28	76	762	76715
2971558	Trouvans	trouvans	FR	25680	77	Europe/Paris	47.42263	6.34714		Trouvans		27	25	251	25572
2971559	Troussures	troussures	FR	60390	159	Europe/Paris	49.38814	1.97074		Troussures,Trussjur,te lu xu lei,Труссюр,特鲁叙雷		32	60	601	60029
2971560	Troussey	troussey	FR	55190	324	Europe/Paris	48.70365	5.69968		Troussey		44	55	552	55520
2971562	Troussencourt	troussencourt	FR	60120	292	Europe/Paris	49.60683	2.25443		Troussencourt		32	60	602	60648
2971568	Trouillas	trouillas	FR	66300	1552	Europe/Paris	42.61108	2.80815		Trouillas		76	66	661	66217
2971569	Trouhaut	trouhaut	FR	21440	130	Europe/Paris	47.39131	4.75607		Trouhaut,Truo,te lu ao,Труо,特鲁奥		27	21	212	21646
2971570	Trouhans	trouhans	FR	21170	650	Europe/Paris	47.14861	5.27472		Trouhans		27	21	211	21645
2971574	Troubat	troubat	FR	65370	56	Europe/Paris	42.97619	0.58037		Troubat		76	65	652	65453
2971576	Trouans	trouans	FR	10700	0	Europe/Paris	48.63333	4.23333		Trouan-le-Grand		44	10	103	10386
2971579	Trosly-Loire	trosly-loire	FR	02300	621	Europe/Paris	49.51908	3.22851		Trosly-Loire		32	02	022	02750
2971580	Trosly-Breuil	trosly-breuil	FR	60350	2039	Europe/Paris	49.4	2.96667		Trosli-Brej,Trosly,Trosly-Breuil,te luo si li bu lei yi,Трослі-Брей,特罗斯利布勒伊		32	60	603	60647
2971581	Troo	troo	FR	41800	317	Europe/Paris	47.78333	0.78333		Troo,Trôo,te luo ao,Троо,特罗奥		24	41	412	41265
2971582	Tronville-en-Barrois	tronville-en-barrois	FR	55310	1712	Europe/Paris	48.71977	5.27808		Tronville,Tronville-en-Barrois		44	55	551	55519
2971583	Tronville	tronville	FR	54800	195	Europe/Paris	49.08465	5.91838		Tronville		44	54	541	54535
2971584	Tronsanges	tronsanges	FR	58400	355	Europe/Paris	47.11244	3.05091		Tronsanges		27	58	584	58298
2971587	Tronget	tronget	FR	03240	961	Europe/Paris	46.42254	3.06796		Tronget		84	03	032	03292
2971588	Trondes	trondes	FR	54570	508	Europe/Paris	48.71588	5.77332		Trondes		44	54	544	54534
2971591	Tronchy	tronchy	FR	71440	184	Europe/Paris	46.72715	5.07171		Tronchy		27	71	714	71548
2971592	Tronchoy	tronchoy	FR	89700	0	Europe/Paris	49.82673	1.86502		Tronchoy		32	80	802	80443
2971593	Tronchoy	tronchoy	FR	89700	0	Europe/Paris	47.95351	5.33835		Tronchoy		44	52	522	52432
2971594	Tronchoy	tronchoy	FR	89700	164	Europe/Paris	47.9112	3.94335		Tronchoy		27	89	892	89423
2971597	Troncens	troncens	FR	32230	211	Europe/Paris	43.46013	0.21446		Troncens		76	32	323	32455
2971604	Tromborn	tromborn	FR	57320	308	Europe/Paris	49.25812	6.58781		Tromborn,te long bo er en,Тромборн,特龙博尔恩		44	57	573	57681
2971605	Tromarey	tromarey	FR	70150	100	Europe/Paris	47.33762	5.71907		Tromarey		27	70	702	70509
2971608	Trois-Fonds	trois-fonds	FR	23230	0	Europe/Paris	46.24121	2.23814		Trois-Fonds,Troix-Fonds		75	23	231	23255
2971609	Troisvilles	troisvilles	FR	59980	803	Europe/Paris	50.10498	3.46997		Troisvilles		32	59	592	59604
2971610	Trois-Villes	trois-villes	FR	64470	161	Europe/Paris	43.13331	-0.87663		Iruri,Tres Vielas,Tres Vièlas,Trois-Villes,Trua-Vil',te lu wa wei lai,Труа-Виль,Труа-Віль,特鲁瓦维莱		75	64	642	64537
2971611	Trois-Vêvres	trois-vevres	FR	58260	240	Europe/Paris	46.91495	3.41924		Trois-Vevres,Trois-Vêvres		27	58	583	58297
2971612	Troisvaux	troisvaux	FR	62130	307	Europe/Paris	50.40165	2.34307		Troisvaux		32	62	621	62831
2971615	Troissy	troissy	FR	51700	833	Europe/Paris	49.08119	3.70989		Troissy		44	51	512	51585
2971616	Troissereux	troissereux	FR	60112	1198	Europe/Paris	49.47998	2.04485		Troissereux,Truassere,te lu wa se lei,Труассере,特鲁瓦瑟勒		32	60	601	60646
2971618	Trois-Puits	trois-puits	FR	51500	148	Europe/Paris	49.20622	4.03955		Trois-Puits		44	51	513	51584
2971619	Trois-Palis	trois-palis	FR	16730	695	Europe/Paris	45.64115	0.05559		Trois-Palis,Trua-Pali,te lu wa pa li,Труа-Пали,Труа-Палі,特鲁瓦帕利		75	16	161	16388
2971621	Trois-Monts	trois-monts	FR	14210	321	Europe/Paris	49.04527	-0.48039		Trois-Monts		28	14	142	14713
2971624	Troisgots	troisgots	FR	50420	345	Europe/Paris	49.01147	-1.07409		Troisgots,Truasgo,te lu wa si ge te,Труасго,特鲁瓦斯戈特		28	50	504	50139
2971627	Trois-Fontaines-l'Abbaye	trois-fontaines-l-abbaye	FR	51340	0	Europe/Paris	48.71667	4.95		Trois-Fontaines-lAbbaye		44	51	514	51583
2971628	Troisfontaines	troisfontaines	FR	57870	0	Europe/Paris	48.67376	7.1197		Trois-Fontaines,Troisfontaines		44	57	575	57680
2971629	Troisfontaines-la-Ville	troisfontaines-la-ville	FR	52130	380	Europe/Paris	48.55	5.01667				44	52	523	52497
2971633	Trogues	trogues	FR	37220	319	Europe/Paris	47.11486	0.49801		Trogues,Troques		24	37	371	37262
2971634	Troguéry	troguery	FR	22450	248	Europe/Paris	48.75411	-3.22673		Trogeri,Troguery,Troguéry		53	22	223	22383
2971637	Trocy-en-Multien	trocy-en-multien	FR	77440	246	Europe/Paris	49.04213	2.96197		Trocy,Trocy-en-Multien		11	77	771	77476
2971638	Trochères	trocheres	FR	21310	142	Europe/Paris	47.34448	5.30539		Trocheres,Trochères		27	21	212	21644
2971639	Troche	troche	FR	19230	508	Europe/Paris	45.38779	1.44127		Trocha,Troche,Trosh,Tròcha,te luo ke,Трош,特罗克		75	19	191	19270
2971641	Troarn	troarn	FR	14670	3361	Europe/Paris	49.17835	-0.18169		Troarn,te luo a er en,Троарн,特罗阿尔恩		28	14	142	14712
2971842	Trémont	tremont	FR	49310	95	Europe/Paris	48.60099	0.27254		Tremont,Trémont		28	61	611	61492
2971643	Trizay-Coutretot-Saint-Serge	trizay-coutretot-saint-serge	FR	28400	463	Europe/Paris	48.29239	0.86673		Trizay,Trizay Saint-Serge,Trizay-Coutretot-Saint-Serge		24	28	284	28395
2971644	Trizay	trizay	FR	17250	0	Europe/Paris	48.37691	1.36886				24	28	281	28281
2971645	Trizay	trizay	FR	17250	1201	Europe/Paris	45.88216	-0.89702		Trizay,Trize,te li ze,Тризе,特里泽		75	17	174	17453
2971646	Trizac	trizac	FR	15400	662	Europe/Paris	45.25311	2.53876		Trizac		84	15	152	15243
2971647	Trivy	trivy	FR	71520	241	Europe/Paris	46.3865	4.49195		Trivy		27	71	715	71547
2971650	Tritteling-Redlach	tritteling-redlach	FR	57385	401	Europe/Paris	49.06667	6.61667		Trittelinge		44	57	573	57679
2971651	Trith-Saint-Léger	trith-saint-leger	FR	59125	6357	Europe/Paris	50.31667	3.48333		Tri-Sen-Lezhe,Trit-Sen-Lezhe,Trith,Trith-Saint-Leger,Trith-Saint-Léger,te li sheng lai re,Три-Сен-Леже,Трит-Сен-Леже,特里圣莱热		32	59	596	59603
2971653	Triqueville	triqueville	FR	27500	299	Europe/Paris	49.33676	0.44213		Tricqueville,Triqueville		28	27	272	27662
2971654	Triquerville	triquerville	FR	76170	362	Europe/Paris	49.50301	0.6277		Triquerville		28	76	762	76476
2971657	Tripleville	tripleville	FR	41240	141	Europe/Paris	47.94334	1.48479		Tripleville		24	41	411	41173
2971663	Triors	triors	FR	26750	474	Europe/Paris	45.09723	5.1149		Trior,Triorn,Triors,Triòrn,te li ao er,Тріор,特里奥尔		84	26	263	26355
2971668	Trinay	trinay	FR	45410	203	Europe/Paris	48.08537	1.9546		Trinay,Trine,te li nai,Трине,特里奈		24	45	452	45330
2971671	Trimer	trimer	FR	35190	111	Europe/Paris	48.34091	-1.89379		Tremeur,Trimer		53	35	354	35346
2971672	Trimbach	trimbach	FR	67470	0	Europe/Paris	48.94032	8.02294				44	67	672	67494
2971673	Trilport	trilport	FR	77470	5080	Europe/Paris	48.95685	2.95076		Trijpor,Trilport,Трийпор,Трійпор		11	77	771	77475
2971674	Trilla	trilla	FR	66220	58	Europe/Paris	42.7398	2.51937		Trilla		76	66	663	66216
2971675	Trilbardou	trilbardou	FR	77450	566	Europe/Paris	48.94251	2.80622		Trilbardou		11	77	771	77474
2971676	Triguères	trigueres	FR	45220	1210	Europe/Paris	47.93975	2.9857		Trigueres,Triguères		24	45	451	45329
2971678	Trigny	trigny	FR	51140	539	Europe/Paris	49.30286	3.89595		Trigny,Trin'i,te li ni,Триньї,特里尼		44	51	513	51582
2971680	Trignac	trignac	FR	44570	7132	Europe/Paris	47.31779	-2.18918		Trignac,Trin'jak,Trinieg,te li ni ya ke,Триньяк,特里尼亚克		52	44	443	44210
2971682	Trigance	trigance	FR	83840	163	Europe/Paris	43.76142	6.44384		Triganca,Trigance,Trigans,Trigança,te li gang si,Триганс,特里冈斯		93	83	831	83142
2971686	Trieux	trieux	FR	54750	1977	Europe/Paris	49.32462	5.93049		Trieux		44	54	541	54533
2971687	Trieux	trieux	FR	54750	0	Europe/Paris	45.73376	5.55742				84	01	011	01216
2971688	Triembach-au-Val	triembach-au-val	FR	67220	463	Europe/Paris	48.33822	7.32588		Triembach,Triembach-au-Val,Triembàch,Trimbak-o-Val',te li ye mu ba ke ao wa,trymbatsh aw fal,Тримбак-о-Валь,تريمباتش أو فال,特里耶姆巴克奥瓦		44	67	675	67493
2971689	Triel-sur-Seine	triel-sur-seine	FR	78510	12574	Europe/Paris	48.97818	2.00743		Triel,Triel'-sjur-Sen,Triel-sur-Seine,toriru=shuru=senu,Триель-сюр-Сен,Трієль-сюр-Сен,トリール＝シュル＝セーヌ		11	78	783	78624
2971691	Trie-la-Ville	trie-la-ville	FR	60590	341	Europe/Paris	49.29017	1.83321		Trie,Trie-la-Ville		32	60	601	60645
2971692	Trie-Château	trie-chateau	FR	60590	1539	Europe/Paris	49.2854	1.82129		Trie-Chateau,Trie-Château,Trij-Shato,Trye-sur-Troesne,te li ye sha tuo,Трій-Шато,特里耶沙托		32	60	601	60644
2971693	Trie-sur-Baïse	trie-sur-baise	FR	65220	1072	Europe/Paris	43.32114	0.37064		Trie,Trie-sur-Baise,Trie-sur-Baïse		76	65	653	65452
2971694	Tricot	tricot	FR	60420	1542	Europe/Paris	49.5608	2.58789		Tricot		32	60	602	60643
2971695	Cousances-lès-Triconville	cousances-les-triconville	FR	55500	0	Europe/Paris	48.76667	5.38333				44	55	552	55518
2971696	Trichey	trichey	FR	89430	54	Europe/Paris	47.93068	4.14091		Trichey		27	89	892	89422
2971699	Tribehou	tribehou	FR	50620	507	Europe/Paris	49.21238	-1.24321		Tribeahou,Tribehou		28	50	504	50606
2971704	Triaize	triaize	FR	85580	1028	Europe/Paris	46.39265	-1.19785		Triez,te li ai ze,Тріез,特里艾泽		52	85	851	85297
2971707	Triac-Lautrait	triac-lautrait	FR	16200	500	Europe/Paris	45.68969	-0.12634		Triac,Triac-Lautrait,Triak-Lotre,Trijak-Lotre,te li a ke luo te lai,Трияк-Лотре,Тріак-Лотре,特里阿克洛特赖		75	16	162	16387
2971708	Trézioux	trezioux	FR	63520	355	Europe/Paris	45.72248	3.47086		Trezioux,Trézioux		84	63	632	63438
2971709	Trézilidé	trezilide	FR	29440	233	Europe/Paris	48.60882	-4.0876		Trezilide,Trézilidé		53	29	293	29301
2971710	Tréziers	treziers	FR	11230	90	Europe/Paris	43.05728	1.9534		Treziers,Tréziers		76	11	112	11400
2971712	Trézény	trezeny	FR	22450	287	Europe/Paris	48.75858	-3.36766		Trezeni,Trezeny,Trézény		53	22	223	22381
2971714	Trézelles	trezelles	FR	03220	410	Europe/Paris	46.32892	3.59221		Trezel',Trezelle,Trezelles,Trézelles,te lei ze lai,trzls,Трезель,ترزلس,特雷泽莱		84	03	033	03291
2971720	Trévron	trevron	FR	22100	692	Europe/Paris	48.39169	-2.06279		Treveron,Trevron,Trévron		53	22	221	22380
2971722	Trévoux	trevoux	FR	01600	6957	Europe/Paris	45.94281	4.77143		Trevoux,Trevu,Trivurtium,Trévoux,te lai wu,trwwks,tryfw,Треву,Տրևու,ترووکس,تريفو,特莱武		84	01	012	01427
2971723	Trévou-Tréguignec	trevou-treguignec	FR	22660	1421	Europe/Paris	48.81398	-3.35876		An Trevou,An Trevoù,Trevou-Treguignec,Trevu-Tregin'ek,Trévou-Tréguignec,te lei wu te lei ji gai ke,trww trgwygnk,Треву-Трегиньек,Треву-Трегіньєк,تروو ترگویگنک,特雷武特雷吉盖克		53	22	223	22379
2971725	Trévol	trevol	FR	03460	1435	Europe/Paris	46.62924	3.30599		Trevol,Trévol		84	03	032	03290
2971727	Trévilly	trevilly	FR	89420	60	Europe/Paris	47.52965	4.06001		Trevilly,Trévilly		27	89	892	89197
2971728	Trévillers	trevillers	FR	25470	466	Europe/Paris	47.28243	6.869		Trevillers,Trévillers		27	25	252	25571
2971729	Tréville	treville	FR	11400	124	Europe/Paris	43.38491	1.95254		Treville,Tréville		76	11	111	11399
2971730	Trévillach	trevillach	FR	66130	82	Europe/Paris	42.709	2.53014		Trevillach,Trévillach		76	66	663	66215
2971733	Trévignin	trevignin	FR	73100	675	Europe/Paris	45.70613	5.95495		Trevignin,Trévignin		84	73	732	73301
2971734	Trévières	trevieres	FR	14710	952	Europe/Paris	49.30869	-0.90428		Trev'er,Trever,Trevieres,Trévières,te lei wei ai,trwyyrs,Тревьер,Тревєр,ترویئرس,特雷维埃		28	14	141	14711
2971735	Trévien	trevien	FR	81190	195	Europe/Paris	44.0938	2.11737		Trevien,Trevier,Trévien,Trévier		76	81	811	81304
2971741	Trèves	treves	FR	30750	590	Europe/Paris	45.53944	4.67616		Treves,Trèves,Tréves		84	69	691	69252
2971742	Trèves	treves	FR	30750	0	Europe/Paris	44.07764	3.38887		Treves,Trèves,Tréves		76	30	303	30332
2971745	Trévérien	treverien	FR	35190	564	Europe/Paris	48.3709	-1.92832		Treverian,Treverien,Trévérien		53	35	354	35345
2971746	Trévérec	treverec	FR	22290	180	Europe/Paris	48.65604	-3.05856		Treverec,Trevereg,Trévérec		53	22	222	22378
2971747	Tréveray	treveray	FR	55130	750	Europe/Paris	48.61081	5.3979		Treveray,Tréveray		44	55	552	55516
2971748	Tréveneuc	treveneuc	FR	22410	618	Europe/Paris	48.66402	-2.87094		Treveneg,Treveneuc,Tréveneuc		53	22	224	22377
2971751	Trévé	treve	FR	22600	1382	Europe/Paris	48.21191	-2.79404		Treve,Trévé		53	22	224	22376
2971757	Treuzy-Levelay	treuzy-levelay	FR	77710	472	Europe/Paris	48.27787	2.80204		Treuzy,Treuzy-Levelay,Trezi-Levle,Трези-Левле,Трезі-Левле		11	77	774	77473
2971758	Treux	treux	FR	80300	249	Europe/Paris	49.95786	2.59125		Treux		32	80	802	80769
2971764	Trévenans	trevenans	FR	90400	0	Europe/Paris	47.56667	6.86667				27	90	901	90097
2971765	Trets	trets	FR	13530	9734	Europe/Paris	43.44818	5.68328		Tre,Trec,Trets,Tretz,te lei,Тре,Трец,特雷		93	13	131	13110
2971767	Treteau	treteau	FR	03220	528	Europe/Paris	46.36744	3.52567		Treteau,Tréteau		84	03	033	03289
2971770	Tresson	tresson	FR	72440	477	Europe/Paris	47.90351	0.57372		Tresson		52	72	722	72361
2971771	Tressin	tressin	FR	59152	1008	Europe/Paris	50.6175	3.19354		Tressin		32	59	595	59602
2971772	Tressignaux	tressignaux	FR	22290	559	Europe/Paris	48.61679	-2.98375		Tresigne,Tressignaux		53	22	222	22375
2971773	Tresses	tresses	FR	33370	3907	Europe/Paris	44.8488	-0.4638		Trecas,Tress,Tresses,Treças,te lei sai,Тресс,特雷塞		75	33	332	33535
2971774	Tresserve	tresserve	FR	73100	3303	Europe/Paris	45.6761	5.89906		Tresserv,Tresserve,Tresserves,Трессерв		84	73	732	73300
2971775	Tresserre	tresserre	FR	66300	697	Europe/Paris	42.5639	2.82992		Tresserre		76	66	661	66214
2971776	Tressé	tresse	FR	35720	273	Europe/Paris	48.48035	-1.8836		Trese,Tresse,Tressé		53	35	354	35308
2971777	Tressange	tressange	FR	57710	2067	Europe/Paris	49.40271	5.98084		Tressange		44	57	577	57678
2971778	Tressandans	tressandans	FR	25680	31	Europe/Paris	47.49949	6.33509		Tressandans		27	25	251	25570
2971779	Tressan	tressan	FR	34230	451	Europe/Paris	43.57479	3.49004		Tressan		76	34	342	34313
2971782	Tresques	tresques	FR	30330	1937	Europe/Paris	44.10744	4.5868		Tresques		76	30	302	30331
2971788	Tresnay	tresnay	FR	58240	165	Europe/Paris	46.69638	3.18781		Tresnay		27	58	583	58296
2971789	Treslon	treslon	FR	51140	167	Europe/Paris	49.24011	3.82309		Treslon		44	51	513	51581
2971790	Trésilley	tresilley	FR	70190	150	Europe/Paris	47.45118	6.03118		Tresilley,Trésilley		27	70	702	70507
2971793	Trescléoux	trescleoux	FR	05700	295	Europe/Paris	44.35458	5.70896		Trescleoux,Trescléoux		93	05	052	05172
2971794	Trescault	trescault	FR	62147	191	Europe/Paris	50.09007	3.09137		Trescault		32	62	621	62830
2971797	Trésauvaux	tresauvaux	FR	55160	67	Europe/Paris	49.07719	5.60684		Tresauvaux,Trésauvaux		44	55	553	55515
2971799	Trept	trept	FR	38460	1670	Europe/Paris	45.68742	5.31843		Tre,Trep,Trept,te lei pu,Тре,Треп,特雷普		84	38	382	38515
2971800	Tréprel	treprel	FR	14690	114	Europe/Paris	48.89893	-0.34673		Treprel,Tréprel		28	14	142	14710
2971801	Trépot	trepot	FR	25620	369	Europe/Paris	47.16667	6.15		Trepo,Trepot,Trépot,te lei bo,trpwt,Трепо,ترپوت,特雷波		27	25	251	25569
2971808	Trépail	trepail	FR	51380	474	Europe/Paris	49.10704	4.18248		Trepail,Trépail		44	51	513	51580
2971809	Tréouergat	treouergat	FR	29290	268	Europe/Paris	48.49664	-4.60168		Treouergad,Treouergat,Tréouergat		53	29	291	29299
2971810	Tréon	treon	FR	28500	1285	Europe/Paris	48.67709	1.32668		Treon,Tréon,te lei weng,trywn,Треон,ترئون,特雷翁		24	28	283	28394
2971812	Tréogat	treogat	FR	29720	419	Europe/Paris	47.91933	-4.32432		Tregad,Treoga,Treogat,Tréogat,Trêgad,te lei ao jia,trywgat,Треога,ترئوگات,特雷奥加		53	29	294	29298
2971813	Tréogan	treogan	FR	22340	123	Europe/Paris	48.18921	-3.51891		Treogan,Tréogan		53	22	222	22373
2971816	Trentels	trentels	FR	47140	873	Europe/Paris	44.43504	0.86295		Trentel,Trentels		75	47	473	47315
2971818	Trensacq	trensacq	FR	40630	253	Europe/Paris	44.21383	-0.75222				75	40	402	40319
2971822	Trenal	trenal	FR	39570	362	Europe/Paris	46.65	5.46667		Pre-Fleur,Pré-Fleur,Trenal',te lei na,Треналь,特雷纳		27	39	392	39537
2971825	Trémuson	tremuson	FR	22440	1763	Europe/Paris	48.52399	-2.84962		Tremjuzon,Tremuson,Tremuzon,Trémuson,te lei mi song,trmwswn,Тремюзон,ترموسون,特雷米松		53	22	224	22372
2971829	Tremoulet	tremoulet	FR	09700	0	Europe/Paris	45.36239	3.60751				84	63	631	63312
2971830	Trémoulet	tremoulet	FR	09700	0	Europe/Paris	45.2582	2.05788				75	19	193	19125
2971831	Trémoulet	tremoulet	FR	09700	0	Europe/Paris	45.24067	3.12377				84	15	153	15127
2971832	Trémoulet	tremoulet	FR	09700	68	Europe/Paris	43.15675	1.71867		Tremoulet,Trémoulet		76	09	092	09315
2971834	Trémouille-Saint-Loup	tremouille-saint-loup	FR	63810	0	Europe/Paris	45.49058	2.56081		Tremouille,Tremouille-Saint-Loup,Trémouille,Trémouille-Saint-Loup		84	63	633	63437
2971835	Trémouilles	tremouilles	FR	12290	0	Europe/Paris	44.78344	2.49679		Tremouille,Tremouilles,Trémouille,Trémouilles		84	15	151	15089
2971836	Trémouilles	tremouilles	FR	12290	530	Europe/Paris	44.24452	2.64421		Le Griffoul,Tremouilles,Trémouilles		76	12	121	12283
2971837	Trémouille	tremouille	FR	15270	204	Europe/Paris	45.37308	2.67471		Tremouille,Trémouille		84	15	152	15240
2971839	Trémorel	tremorel	FR	22230	951	Europe/Paris	48.20023	-2.28839		Tremorae,Tremorel,Trémorel		53	22	224	22371
2971840	Trémonzey	tremonzey	FR	88240	240	Europe/Paris	47.97305	6.23712		Tremonzey,Trémonzey		44	88	881	88479
2971841	Trémont-sur-Saulx	tremont-sur-saulx	FR	55000	621	Europe/Paris	48.74856	5.0602		Tremont,Tremont-sur-Saulx,Trémont,Trémont-sur-Saulx		44	55	551	55514
2971843	Trémont	tremont	FR	49310	372	Europe/Paris	47.1574	-0.44702		Tremont,Trémont		52	49	492	49373
2971844	Trémont	tremont	FR	49310	0	Europe/Paris	47.03424	0.75371				24	37	373	37094
2971845	Trémont	tremont	FR	49310	0	Europe/Paris	44.5	5.31667				84	26	261	26012
2971846	Trémons	tremons	FR	47140	353	Europe/Paris	44.41007	0.89958		Tremons,Trémons		75	47	473	47314
2971848	Trémolat	tremolat	FR	24510	605	Europe/Paris	44.87584	0.83042		Tremola,Tremolat,Trémolat,te lei mo la,trmwlat,Тремола,ترمولات,特雷莫拉		75	24	241	24558
2971849	Trémoins	tremoins	FR	70400	313	Europe/Paris	47.56317	6.70583		Tremoins,Trémoins		27	70	701	70506
2971851	Tréminis	treminis	FR	38710	0	Europe/Paris	44.74674	5.76893		Treminis,Tremins,Tréminis		84	38	381	38514
2971852	Trémilly	tremilly	FR	52110	0	Europe/Paris	48.36595	4.78145		Tremii,Tremilly,Trémilly,te lei mi li,trmyly,Тремії,ترمیلی,特雷米利		44	52	523	52495
2971855	Tréméven	tremeven	FR	22290	0	Europe/Paris	48.67382	-3.02874		Tremeven,Tremeven-Gouelou,Tremeven-Goueloù,Trémeven,Tréméven		53	22	222	22370
2971856	Tréméven	tremeven	FR	22290	2125	Europe/Paris	47.89818	-3.53208		Tremeven,Tremeven-Kemperle,Tréméven		53	29	294	29297
2971914	Treignat	treignat	FR	03380	480	Europe/Paris	46.34858	2.34065		Treignat		84	03	031	03288
2971857	Trémeur	tremeur	FR	22250	660	Europe/Paris	48.34758	-2.26433		Tremer,Tremeur,Tremjor,Treveur,Trémeur,te lei mo,trmywr,Тремер,Тремёр,ترمئور,特雷默		53	22	224	22369
2971858	Trémery	tremery	FR	57300	1172	Europe/Paris	49.2461	6.22369		Tremery,Trémery		44	57	579	57677
2971859	Tréméreuc	tremereuc	FR	22490	555	Europe/Paris	48.55849	-2.06414		Tremereg,Tremereuc,Tréméreuc		53	22	221	22368
2971860	Tréméoc	tremeoc	FR	29120	872	Europe/Paris	47.90583	-4.21253		Tremeoc,Tremeog,Tremeok,Tréméoc,te lei mei ao ke,trmywk,Тремеок,ترمئوک,特雷梅奥克		53	29	294	29296
2971861	Trémentines	trementines	FR	49340	3009	Europe/Paris	47.12333	-0.78745		Tremantin,Trementines,Trémentines,te lei mang di nei,trmntyans,Тремантін,ترمنتیانس,特雷芒蒂内		52	49	492	49355
2971862	Tréméloir	tremeloir	FR	22590	464	Europe/Paris	48.55433	-2.85899		Tremelar,Tremeloir,Tremeluar,Tréméloir,te lei mei lu wa,trmlwyr,Тремелуар,ترملویر,特雷梅卢瓦		53	22	224	22251
2971867	Trémel	tremel	FR	22310	409	Europe/Paris	48.60357	-3.61123		Tremael,Tremel,Trémel		53	22	223	22366
2971868	Trémeheuc	tremeheuc	FR	35270	334	Europe/Paris	48.4258	-1.70263		Tremaeg,Tremeheuc,Trémeheuc,Tréméheuc		53	35	354	35342
2971869	Tremblois-lès-Rocroi	tremblois-les-rocroi	FR	08150	167	Europe/Paris	49.84889	4.49646		Le Tremblois,Tremblois,Tremblois-les-Rocroi,Tremblois-lès-Rocroi		44	08	081	08460
2971870	Tremblois-lès-Carignan	tremblois-les-carignan	FR	08110	126	Europe/Paris	49.65805	5.25739		Tremblois,Tremblois-les-Carignan,Tremblois-lès-Carignan		44	08	083	08459
2971872	Tremblecourt	tremblecourt	FR	54385	155	Europe/Paris	48.80592	5.94061		Tremblecourt		44	54	544	54532
2971874	Tremblay-en-France	tremblay-en-france	FR	93290	35591	Europe/Paris	48.94956	2.5684		Tramble an Frans,Tramble-an-Frans,Tremblay-sans-Culottes,fu lang si de qu te lang bu lai,teulangbeulleangpeulangseu,toranbure=an=furansu,tramblh anfrans,Трамбле ан Франс,Трамбле-ан-Франс,ترامبله آنفرانس,トランブレ＝アン＝フランス,弗朗斯地区特朗布莱,트랑블레앙프랑스		11	93	932	93073
2971875	Tremblay	tremblay	FR	35460	0	Europe/Paris	48.43881	3.56344				44	10	102	10020
2971876	Tremblay	tremblay	FR	35460	1571	Europe/Paris	48.42216	-1.47555		Kreneg,Tremblay		53	35	351	35004
2971879	Trémauville	tremauville	FR	76640	96	Europe/Paris	49.66736	0.52036		Tremauville,Trémauville		28	76	762	76710
2971881	Trémargat	tremargat	FR	22110	178	Europe/Paris	48.33252	-3.26766		Tremargad,Tremargat,Trémargat		53	22	222	22365
2971882	Trémaouézan	tremaouezan	FR	29800	455	Europe/Paris	48.50392	-4.25511		Tremaouezan,Tremauezan,Trémaouézan,te lei mo ai cang,trmaywzan,Тремауезан,ترمائوزان,特雷莫埃藏		53	29	291	29295
2971885	Trélou-sur-Marne	trelou-sur-marne	FR	02850	0	Europe/Paris	49.08333	3.6				32	02	021	02748
2971887	Trélon	trelon	FR	59132	2941	Europe/Paris	50.05805	4.102		Trelon,Trélon,te lei long,trlwn,Трелон,ترلون,特雷隆		32	59	591	59601
2971888	Trelly	trelly	FR	50660	562	Europe/Paris	48.96001	-1.42679		Trelli,Trelly,te lei li,Трелли,Треллі,特雷利		28	50	503	50419
2971889	Trélivan	trelivan	FR	22100	2286	Europe/Paris	48.4335	-2.11749		Trelivan,Trélivan		53	22	221	22364
2971890	Trélissac	trelissac	FR	24750	6867	Europe/Paris	45.19619	0.78256		Trelhissac,Trelissac,Trelissak,Trélissac,te lei li sa ke,trlyask,Трелиссак,Треліссак,ترلیاسک,特雷利萨克		75	24	243	24557
2971892	Trelins	trelins	FR	42130	549	Europe/Paris	45.72825	4.00739		Trelins		84	42	421	42313
2971893	Trélévern	trelevern	FR	22660	1374	Europe/Paris	48.80851	-3.37176		Trelevern,Trelêvern,Trélévern		53	22	223	22363
2971896	Trélazé	trelaze	FR	49800	11740	Europe/Paris	47.44629	-0.46652		Trelaze,Trélazé,te lei la ze,trlaz,Трелазе,ترلاز,特雷拉泽		52	49	491	49353
2971898	Trélans	trelans	FR	48340	119	Europe/Paris	44.49991	3.09192		Trelans,Trélans		76	48	482	48192
2971901	Tréjouls	trejouls	FR	82110	275	Europe/Paris	44.26739	1.23652		Trejouls,Tréjouls		76	82	821	82183
2971902	Treize-Vents	treize-vents	FR	85590	956	Europe/Paris	46.92039	-0.84856		Treize-Vents,Trez-Van,te lei ze wang te,Трез-Ван,特雷泽旺特		52	85	852	85296
2971903	Treize-Septiers	treize-septiers	FR	85600	2561	Europe/Paris	46.985	-1.23029		Treize-Septiers,Trez-Set'e,te lei ze sai pu di ye er,Трез-Сетьє,特雷泽塞普蒂耶尔		52	85	852	85295
2971905	Treix	treix	FR	52000	224	Europe/Paris	48.14688	5.18741		Treix		44	52	521	52494
2971908	Treillières	treillieres	FR	44119	6572	Europe/Paris	47.33117	-1.62684		Treillieres,Treillières,Trejer,Trelier,Treliera,te lei li ai,Трейєр,特雷利埃		52	44	445	44209
2971909	Treilles-en-Gâtinais	treilles-en-gatinais	FR	45490	290	Europe/Paris	48.07881	2.66111		Treilles,Treilles-en-Gatinais,Treilles-en-Gâtinais,Trej-an-Gatine,jia di nai de qu te lei lai,Трей-ан-Гатіне,加蒂奈地区特雷莱		24	45	451	45328
2971910	Treilles	treilles	FR	11510	172	Europe/Paris	42.92306	2.94457		Treilles		76	11	113	11398
2971912	Treigny	treigny	FR	89520	879	Europe/Paris	47.55	3.18333		Treigny,Tren'i,Trevignum,te lei ni,Треньи,Треньї,特雷尼		27	89	891	89420
2971913	Treigny	treigny	FR	89520	0	Europe/Paris	47.27104	3.45446				27	58	582	58071
2971915	Treignac	treignac	FR	19260	1500	Europe/Paris	45.53696	1.7952		Trainhac,Treignac,Treignac-la-Montagne,Tren'jak,Trenhac,te lei ni ya ke,Треньяк,特雷尼亚克		75	19	192	19269
2971918	Tréhorenteuc	trehorenteuc	FR	56430	127	Europe/Paris	48.0083	-2.28748		Trec'horanteg,Trechoranteg,Trehorenteuc,Treorantek,Tréhorenteuc,te lei ao lang te ke,trhwrntywk,Треорантек,ترهورنتئوک,特雷奥朗特克		53	56	562	56256
2971921	Tréhet	trehet	FR	41800	127	Europe/Paris	47.73375	0.62268		Trehet,Tréhet		24	41	412	41070
2971926	Trégunc	tregunc	FR	29910	6775	Europe/Paris	47.85557	-3.85271		Tregenk,Tregon,Tregunc,Trégunc,te lei gan ke,toregan,trgwnk,Трегенк,ترگونک,トレガン,特雷甘克		53	29	294	29293
2971929	Tréguier	treguier	FR	22220	3011	Europe/Paris	48.78469	-3.23196		Landreger,Trecorium,Treg'e,Tregie,Treguier,Tréguier,te lei ji ye,toregie,trgwyyr,Трегие,Трегье,Трегіє,ترگویئر,トレギエ,特雷吉耶		53	22	223	22362
2971930	Tréguidel	treguidel	FR	22290	558	Europe/Paris	48.60232	-2.94335		Tregedel,Treguidel,Tréguidel		53	22	222	22361
2971931	Trégueux	tregueux	FR	22950	0	Europe/Paris	48.49029	-2.73835		Tregueux,Treguex,Trégueux,Tréguex		53	22	224	22360
2971933	Tréguennec	treguennec	FR	29720	368	Europe/Paris	47.89129	-4.33254		Tregeneg,Tregennek,Treguennec,Tréguennec,te lei gai nei ke,trgwnnk,Трегеннек,ترگوننک,特雷盖内克		53	29	294	29292
2971935	Trégrom	tregrom	FR	22420	462	Europe/Paris	48.60021	-3.40505		Tregrom,Trégrom,te lei ge long,trgrwm,Трегром,ترگروم,特雷格龙		53	22	223	22359
2971936	Trégourez	tregourez	FR	29970	999	Europe/Paris	48.10685	-3.86275		Tregourez,Tregure,Trégourez,te lei gu lei,trgwrz,Трегуре,ترگورز,特雷古雷		53	29	292	29291
2971943	Trégonneau	tregonneau	FR	22200	415	Europe/Paris	48.61217	-3.16506		Tregonev,Tregonneau,Trégonneau		53	22	222	22358
2971945	Trégon	tregon	FR	22650	277	Europe/Paris	48.56945	-2.18253		Tregon,Tregon-Poudour,Trégon		53	22	221	22209
2971946	Trégomeur	tregomeur	FR	22590	766	Europe/Paris	48.56594	-2.88325		Tregomeur,Tregonveur,Trégomeur		53	22	222	22356
2971948	Tréglonou	treglonou	FR	29870	515	Europe/Paris	48.55061	-4.5409		Treglonou,Treglonoù,Treglonu,Tréglonou,te lei ge long wu,toreguronu,trglwnw,Треглону,ترگلونو,トレグロヌ,特雷格隆乌		53	29	291	29290
2971949	Tréglamus	treglamus	FR	22540	867	Europe/Paris	48.55687	-3.27477		Treglamus,Treglanviz,Treglañviz,Tréglamus		53	22	222	22354
2971953	Trégastel	tregastel	FR	22730	2341	Europe/Paris	48.81667	-3.5		Tregastel,Tregastel-Bourg,Trégastel		53	22	223	22353
2971954	Trégastel	tregastel	FR	22730	0	Europe/Paris	48.71667	-3.81667	48	Primel-Tregastel,Primel-Trégastel,Tregastel,Tregastel-Primel,Tregastell,Trégastel,Trégastel-Primel		53	29	293	29188
2971955	Trégarvan	tregarvan	FR	29560	154	Europe/Paris	48.25157	-4.22373		Tregarvan,Trégarvan,te lei jia er wang,trgarwn,Трегарван,ترگارون,特雷加尔旺		53	29	292	29289
2971957	Trégarantec	tregarantec	FR	29260	455	Europe/Paris	48.55069	-4.29412		Tregarantec,Tregaranteg,Tregarantek,Trégarantec,te lei jia lang tai ke,trgarantk,Трегарантек,ترگارانتک,特雷加朗泰克		53	29	291	29288
2971963	Tréfumel	trefumel	FR	22630	257	Europe/Paris	48.33854	-2.02602		Trefermael,Trefumel,Tréfumel		53	22	221	22352
2971965	Tréfols	trefols	FR	51210	163	Europe/Paris	48.78892	3.49976		Trefols,Tréfols		44	51	512	51579
2971967	Tréflez	treflez	FR	29430	797	Europe/Paris	48.62326	-4.26141		Trefle,Treflez,Trelez,Tréflez,te lei fu lai,trflz,Трефле,ترفلز,特雷夫莱		53	29	293	29287
2971968	Tréflévénez	treflevenez	FR	29800	291	Europe/Paris	48.41488	-4.17119		Treflevenez,Trelevenez,Tréflévenez,Tréflévénez		53	29	291	29286
2971971	Tréflaouénan	treflaouenan	FR	29440	500	Europe/Paris	48.62797	-4.09599		Treflaouenan,Treflauenan,Trelaouenan,Tréflaouénan,te lei fu luo ai nan,trflaywnan,Трефлауенан,ترفلائونان,特雷夫洛埃南		53	29	293	29285
2971973	Treffrin	treffrin	FR	22340	616	Europe/Paris	48.29899	-3.51725		Treffrin,Trefrin		53	22	222	22351
2971974	Treffort-Cuisiat	treffort-cuisiat	FR	01370	2287	Europe/Paris	46.26667	5.36667		Treffor-Kjuiz'ja,Trefor Kyuizia,te lei fu er-qu yi qi ya,tryfwr-kwysya,Треффор-Кюизья,Треффор-Кюїзья,Տրեֆոր Կյուիզիա,تريفور-كويسيا,特雷福尔－屈伊齐亚		84	01	012	01426
2971975	Treffort	treffort	FR	38650	139	Europe/Paris	44.91649	5.65728		Treffort		84	38	381	38513
2971976	Treffléan	trefflean	FR	56250	1544	Europe/Paris	47.68154	-2.6139		Trefflean,Treffléan,Trevlean,te lei fu lai ang,Треффлеан,特雷夫莱昂		53	56	563	56255
2971977	Treffieux	treffieux	FR	44170	675	Europe/Paris	47.62008	-1.53768		Treffieux,Trefieg		52	44	445	44208
2971978	Treffiagat	treffiagat	FR	29730	2376	Europe/Paris	47.80351	-4.26354		Treff'jaga,Treffiagat,Treffjaga,Triagad,Tréffiagat,te lei fei a jia,Треффьяга,Треффяга,特雷菲阿加		53	29	294	29284
2971979	Treffendel	treffendel	FR	35380	842	Europe/Paris	48.03992	-2.00578		Treffendel,Trevendel		53	35	353	35340
2971981	Trefcon	trefcon	FR	02490	94	Europe/Paris	49.85755	3.09482		Trefcon		32	02	023	02747
2971984	Tréduder	treduder	FR	22310	171	Europe/Paris	48.65083	-3.5647		Treduder,Tréduder		53	22	223	22350
2971985	Trédrez-Locquémeau	tredrez-locquemeau	FR	22300	1456	Europe/Paris	48.7	-3.56667		Tredraezh-Lokemo,Tredre-Lokemo,Tredres-Lokkemo,Tredrez,Trédrez,te lei de lei luo qu ai mo,trdrz lwkywmyw,Тредре-Локемо,Тредрес-Локкемо,تردرز لوکیومیو,特雷德雷洛屈埃莫		53	22	223	22349
2971986	Trédion	tredion	FR	56250	955	Europe/Paris	47.79261	-2.59309		Tred'jon,Tredion,Trédion,te lei di weng,trdywn,Тредьйон,تردیون,特雷迪翁		53	56	563	56254
2971987	Trédias	tredias	FR	22250	452	Europe/Paris	48.35729	-2.23699		Trediarn,Tredias,Trédias		53	22	224	22348
2971988	Trédarzec	tredarzec	FR	22220	1068	Europe/Paris	48.78694	-3.20065		Tredarzec,Tredarzeg,Trédarzec		53	22	223	22347
2971989	Trédaniel	tredaniel	FR	22510	895	Europe/Paris	48.3576	-2.61922		Tredan'el',Tredaniel,Trezeniel,Trédaniel,te lei da nie,trdanyl,Треданьель,Треданьєль,تردانیل,特雷达涅		53	22	224	22346
2971990	Trécon	trecon	FR	51130	71	Europe/Paris	48.86959	4.08257		Trecon,Trécon		44	51	512	51578
2971991	Trécon	trecon	FR	51130	0	Europe/Paris	46.79872	2.66415				24	18	182	18261
2971992	Tréclun	treclun	FR	21130	234	Europe/Paris	47.19002	5.29038		Treclun,Tréclun		27	21	212	21643
2971998	Trébry	trebry	FR	22510	746	Europe/Paris	48.35556	-2.55231		Trebria,Trebry,Trébry		53	22	224	22345
2971999	Trébrivan	trebrivan	FR	22340	701	Europe/Paris	48.30841	-3.47494		Trabrivan,Trebrivan,Trébrivan		53	22	222	22344
2972004	Trébons-sur-la-Grasse	trebons-sur-la-grasse	FR	31290	363	Europe/Paris	43.4506	1.72317		Trebons,Trebons-sur-la-Grasse,Trébons,Trébons-sur-la-Grasse		76	31	313	31560
2972005	Trébons-de-Luchon	trebons-de-luchon	FR	31110	0	Europe/Paris	42.8039	0.5657		Trebons,Trebons-de-Luchon,Trébons,Trébons-de-Luchon		76	31	312	31559
2972006	Trébons	trebons	FR	65200	719	Europe/Paris	43.10152	0.12014		Trebon,Trebons,Trébon,Trébons		76	65	652	65451
2972009	Trébeurden	trebeurden	FR	22560	3617	Europe/Paris	48.76929	-3.56814		Treberdan,Trebeurden,Trebjorden,Trébeurden,te lei bo er dang,Требердан,Требёрден,特雷伯尔当		53	22	223	22343
2972010	Trèbes	trebes	FR	11800	5972	Europe/Paris	43.21028	2.44175		Treb,Trebes,Trèbes,te lei bei,trbs,Треб,تربس,特雷贝		76	11	111	11397
2972014	Trébédan	trebedan	FR	22980	394	Europe/Paris	48.39959	-2.17149		Trebedan,Treberan,Trebêran,Trébédan		53	22	221	22342
2972015	Trébas	trebas	FR	81340	365	Europe/Paris	43.94389	2.48308		Trebas,Trébas		76	81	811	81303
2972016	Treban	treban	FR	03240	377	Europe/Paris	46.40449	3.17462		Treban,Tréban		84	03	032	03287
2972017	Tréban	treban	FR	03240	56	Europe/Paris	44.09421	2.34372		Treban,Trebas,Tréban,Trébas		76	81	811	81302
2972018	Trébabu	trebabu	FR	29217	362	Europe/Paris	48.37037	-4.73485		Trebabu,Trébabu		53	29	291	29282
2972019	Tréauville	treauville	FR	50340	647	Europe/Paris	49.53118	-1.81238		Treauville,Tréauville		28	50	502	50604
2972023	Tréal	treal	FR	56140	710	Europe/Paris	47.83872	-2.22377		La Villio-Treal,La Villio-Tréal,Treal,Tréal		53	56	563	56253
2972024	Trayes	trayes	FR	79240	136	Europe/Paris	46.68637	-0.47768		Trayes		75	79	791	79332
2972028	Traves	traves	FR	70360	364	Europe/Paris	47.61158	5.97145		Traves		27	70	702	70504
2972032	Traversères	traverseres	FR	32450	65	Europe/Paris	43.53585	0.65012		Traverseres,Traversères		76	32	323	32454
2972037	Travecy	travecy	FR	02800	650	Europe/Paris	49.68689	3.35876		Travecy		32	02	022	02746
2972040	Travaillan	travaillan	FR	84850	646	Europe/Paris	44.183	4.90075		Travaillan,Travajan,Travalhan,te la wei lang,Травайан,Траваян,特拉韦朗		93	84	843	84134
2972041	Trausse	trausse	FR	11160	485	Europe/Paris	43.31288	2.56019		Trausse		76	11	111	11396
2972043	Traubach-le-Haut	traubach-le-haut	FR	68210	468	Europe/Paris	47.66915	7.09207		Traubach-le-Haut		44	68	681	68337
2972044	Traubach-le-Bas	traubach-le-bas	FR	68210	413	Europe/Paris	47.65667	7.09919		Traubach-le-Bas		44	68	681	68336
2972047	Trassanel	trassanel	FR	11160	21	Europe/Paris	43.34645	2.43609		Trassanel		76	11	111	11395
2972049	Trappes	trappes	FR	78190	28367	Europe/Paris	48.77413	2.01781		Trap,Trapp,Trappes,te la pu,teulapeu,tkhp,torappu,trp,Трап,Трапп,تخپ,ترپ,トラップ,特拉普,트라프		11	78	784	78621
2972055	Tranzault	tranzault	FR	36230	326	Europe/Paris	46.63056	1.85067		Tranzault,Tranzo,te lang zuo er,Транзо,特朗佐尔		24	36	363	36226
2972056	Trans-sur-Erdre	trans-sur-erdre	FR	44440	734	Europe/Paris	47.47658	-1.37374		Tran-sjur-Erdr,Trans,Trans-sur-Erdre,Treant-an-Erzh,Tredens,ai er de er he pan te lang,Тран-сюр-Ердр,埃尔德尔河畔特朗		52	44	445	44207
2972058	Trans-en-Provence	trans-en-provence	FR	83720	5209	Europe/Paris	43.50326	6.48641		Tran-an-Provans,Tranc,Trans,Trans-en-Provence,Tranç,pu luo wang si de qu te lang,Тран-ан-Прованс,普罗旺斯地区特朗		93	83	831	83141
2972059	Trans-la-Forêt	trans-la-foret	FR	35610	637	Europe/Paris	48.5	-1.6				53	35	354	35339
2972060	Trans	trans	FR	53160	249	Europe/Paris	48.27479	-0.30888		Trans		52	53	533	53266
2972061	Tranqueville-Graux	tranqueville-graux	FR	88300	70	Europe/Paris	48.43573	5.84832		Tranqueville,Tranqueville-Graux		44	88	882	88478
2972062	Trannes	trannes	FR	10140	191	Europe/Paris	48.30164	4.58633		Trannes		44	10	101	10384
2972064	Trangé	trange	FR	72650	1091	Europe/Paris	48.02627	0.11		Trange,Trangé		52	72	723	72360
2972065	Trancrainville	trancrainville	FR	28310	177	Europe/Paris	48.23857	1.85924		Trancrainville		24	28	281	28392
2972069	Trancault	trancault	FR	10290	144	Europe/Paris	48.37245	3.53664		Trancault		44	10	102	10383
2972070	Trampot	trampot	FR	88350	131	Europe/Paris	48.36088	5.43623		Trampot		44	88	882	88477
2972071	Tramoyes	tramoyes	FR	01390	1663	Europe/Paris	45.87599	4.96502		Tramoyes,Tramua,sramwy  ayn,te la shao yue,Трамуа,Տրամուա,سراموي، أين,特拉绍约		84	01	012	01424
2972072	Tramont-Saint-André	tramont-saint-andre	FR	54115	0	Europe/Paris	48.40737	5.92463		Tramont-Saint-Andre,Tramont-Saint-André		44	54	544	54531
2972073	Tramont-Lassus	tramont-lassus	FR	54115	84	Europe/Paris	48.39566	5.96151		Tramont-Lassus		44	54	544	54530
2972074	Tramont-Émy	tramont-emy	FR	54115	0	Europe/Paris	48.40746	5.94638		Tramont-Emy,Tramont-Émy		44	54	544	54529
2972075	Tramolé	tramole	FR	38300	509	Europe/Paris	45.51792	5.26902		Tramole,Tramolé,te la mo lai,Трамоле,特拉莫莱		84	38	383	38512
2972076	Tramezaïgues	tramezaigues	FR	65170	0	Europe/Paris	42.7968	0.2906		Tramedaigas,Tramesaigues,Tramezaig,Tramezaygoues,Tramezaygues,te la mo ze gai,Трамезаиг,Трамезаїг,特拉默泽盖		76	65	652	65450
2972077	Tramery	tramery	FR	51170	105	Europe/Paris	49.22416	3.80452		Tramery		44	51	513	51577
2972078	Tramecourt	tramecourt	FR	62310	67	Europe/Paris	50.46346	2.15103		Tramecourt,Tramekur,te la mo ku er,tramykwrt,Трамекур,تراميكورت,特拉默库尔		32	62	624	62828
2972081	Trambly	trambly	FR	71520	376	Europe/Paris	46.32797	4.53317		Trambly		27	71	715	71546
2972083	Tramayes	tramayes	FR	71520	921	Europe/Paris	46.30465	4.60313		Tramayes		27	71	715	71545
2972084	Tramain	tramain	FR	22640	546	Europe/Paris	48.40137	-2.40186		Tramain,Tremaen		53	22	224	22341
2972086	Tralonca	tralonca	FR	20250	70	Europe/Paris	42.34322	9.20733		Tralonca,Tralonka,Тралонка		94	2B	2B3	2B329
2972088	Tralaigues	tralaigues	FR	63380	0	Europe/Paris	45.90058	2.59355		Tralaigues		84	63	634	63436
2972089	Traize	traize	FR	73170	259	Europe/Paris	45.67114	5.74535		Traize		84	73	732	73299
2972090	Traitiéfontaine	traitiefontaine	FR	70190	115	Europe/Paris	47.41514	6.09004		Traitiefontaine,Traitiéfontaine		27	70	702	70503
2972095	Traînou	trainou	FR	45470	2964	Europe/Paris	47.97353	2.10399		Trainou,Traînou,Trenu,te lai nu,Трену,特赖努		24	45	452	45327
2972097	Traînel	trainel	FR	10400	993	Europe/Paris	48.41667	3.45		Trenel',te lai nei,Тренель,特赖内		44	10	102	10382
2972100	Tragny	tragny	FR	57580	124	Europe/Paris	48.9594	6.3781		Tragny		44	57	579	57676
2972101	Traenheim	traenheim	FR	67310	600	Europe/Paris	48.59551	7.46547				44	67	673	67492
2972102	Trades	trades	FR	69860	100	Europe/Paris	46.27802	4.56153		Trades		84	69	692	69135
2972104	Tracy-sur-Mer	tracy-sur-mer	FR	14117	311	Europe/Paris	49.33673	-0.64232		Tracy,Tracy-sur-Mer,Trasi-sjur-Mer,bin hai te la xi,Траси-сюр-Мер,Трасі-сюр-Мер,滨海特拉西		28	14	141	14709
2972105	Tracy-sur-Loire	tracy-sur-loire	FR	58150	946	Europe/Paris	47.32015	2.88777		Tracy		27	58	584	58295
2972106	Tracy-le-Val	tracy-le-val	FR	60170	812	Europe/Paris	49.48803	3.00905		Tracy,Tracy-le-Val		32	60	603	60642
2972107	Tracy-le-Mont	tracy-le-mont	FR	60170	1772	Europe/Paris	49.47225	3.00939		Tracy,Tracy-le-Mont,Trasi-le-Mon,te la xi lai meng,Трасі-ле-Мон,特拉西莱蒙		32	60	603	60641
2972108	Tracy-Bocage	tracy-bocage	FR	14310	310	Europe/Paris	49.07308	-0.69085		Tracy,Tracy-Bocage		28	14	144	14708
2972117	Toy-Viam	toy-viam	FR	19170	31	Europe/Paris	45.64821	1.93222		Toy-Viam		75	19	192	19268
2972118	Tox	tox	FR	20270	115	Europe/Paris	42.25158	9.43037		Tocchisu,Toks,Tox,Tòcchisu,Токс		94	2B	2B3	2B328
2972122	Touzac	touzac	FR	16120	455	Europe/Paris	45.55	-0.15		Touzac		75	16	162	16204
2972123	Touzac	touzac	FR	16120	369	Europe/Paris	44.49744	1.0553		Touzac		76	46	461	46321
2972126	Touvre	touvre	FR	16600	1073	Europe/Paris	45.66114	0.2591		Touvre,Tuvr,tu fu er,Тувр,图夫尔		75	16	161	16385
2972128	Touvois	touvois	FR	44650	1407	Europe/Paris	46.90263	-1.68387		Tolveia,Tolvez,Touvois,Tuvua,to~uvu~owa,tu wa,Тувуа,トゥーヴォワ,图瓦		52	44	442	44206
2972129	Touville	touville	FR	27290	134	Europe/Paris	49.3	0.76667		Touville-sur-Monfort		28	27	272	27089
2972132	Touvérac	touverac	FR	16360	590	Europe/Paris	45.38333	-0.2		Touverac,Touvérac,Tuverak,tu wei la ke,Туверак,图韦拉克		75	16	162	16384
2972133	Toutry	toutry	FR	21460	468	Europe/Paris	47.49893	4.12214		Toutry		27	21	213	21642
2972137	Toutlemonde	toutlemonde	FR	49360	1038	Europe/Paris	47.05577	-0.76789		Toutlemonde,Tutlemond,tu te lai meng de,Тутлемонд,图特莱蒙德		52	49	492	49352
2972138	Toutens	toutens	FR	31460	162	Europe/Paris	43.47812	1.74415		Toutens		76	31	313	31558
2972140	Toutencourt	toutencourt	FR	80560	495	Europe/Paris	50.03542	2.46044		Toutencourt		32	80	804	80766
2972141	Toutenant	toutenant	FR	71350	158	Europe/Paris	46.87527	5.11263		Toutenant		27	71	712	71544
2972142	Toutainville	toutainville	FR	27500	1064	Europe/Paris	49.36474	0.46538		Toutainville		28	27	272	27656
2972143	Toussus-le-Noble	toussus-le-noble	FR	78117	747	Europe/Paris	48.74926	2.11341		TNF,Toussus,Toussus-le-Noble,Tusi le Nobl,Tussju-le-Nobl',twsw-lw-nwbl,Туси ле Нобл,Туссю-ле-Нобль,توسو-لو-نوبل		11	78	784	78620
2972144	Tousson	tousson	FR	77123	417	Europe/Paris	48.3467	2.45922		Tousson		11	77	774	77471
2972145	Toussieux	toussieux	FR	01600	791	Europe/Paris	45.95817	4.83244		Toussieux		84	01	012	01423
2972146	Toussieu	toussieu	FR	69780	2128	Europe/Paris	45.65443	4.98495		Toussieu		84	69	691	69298
2972148	Toussaint	toussaint	FR	76400	699	Europe/Paris	49.7378	0.42405		Toussaint		28	76	762	76708
2972152	Toury-sur-Jour	toury-sur-jour	FR	58240	146	Europe/Paris	46.72867	3.24124		Toury,Toury-sur-Jour		27	58	583	58294
2972153	Toury-Lurcy	toury-lurcy	FR	58300	427	Europe/Paris	46.73857	3.42609		Toury-Lurcy		27	58	583	58293
2972155	Toury	toury	FR	28310	0	Europe/Paris	48.48348	3.36513				11	77	773	77227
2972156	Toury	toury	FR	28310	2762	Europe/Paris	48.19397	1.93484		Toury		24	28	281	28391
2972157	Toury	toury	FR	28310	0	Europe/Paris	48.13556	2.74404		Toury		24	45	451	45222
2972158	Tourville-sur-Sienne	tourville-sur-sienne	FR	50200	659	Europe/Paris	49.04591	-1.54839		Tourville,Tourville-sur-Sienne		28	50	503	50603
2972159	Tourville-sur-Pont-Audemer	tourville-sur-pont-audemer	FR	27500	715	Europe/Paris	49.3276	0.51437		Tourville,Tourville-sur-Pont-Audemer		28	27	272	27655
2972160	Tourville-sur-Odon	tourville-sur-odon	FR	14210	1112	Europe/Paris	49.14154	-0.50128		Tourville,Tourville-sur-Odon		28	14	142	14707
2972161	Tourville-sur-Arques	tourville-sur-arques	FR	76550	1116	Europe/Paris	49.85926	1.10238		Tourville,Tourville-sur-Arques		28	76	761	76707
2972162	Tourville-les-Ifs	tourville-les-ifs	FR	76400	570	Europe/Paris	49.71377	0.40023		Tourville,Tourville-les-Ifs		28	76	762	76706
2972163	Tourville-la-Rivière	tourville-la-riviere	FR	76410	2336	Europe/Paris	49.32782	1.10551		Tourville,Tourville-la-Riviere,Tourville-la-Rivière,Turvil'-la-Riv'er,Turvil'-la-River,Турвиль-ла-Ривьер,Турвіль-ла-Ривєр		28	76	763	76705
2972164	Tourville-la-Chapelle	tourville-la-chapelle	FR	76630	481	Europe/Paris	49.94487	1.26117		Tourville,Tourville-la-Chapelle		28	76	761	76618
2972165	Tourville-la-Campagne	tourville-la-campagne	FR	27370	794	Europe/Paris	49.22631	0.90319		Tourville,Tourville-la-Campagne		28	27	272	27654
2972166	Tourville-en-Auge	tourville-en-auge	FR	14130	238	Europe/Paris	49.32006	0.19127		Tourville,Tourville-en-Auge		28	14	143	14706
2972168	Tourves	tourves	FR	83170	3708	Europe/Paris	43.40803	5.92392		Torvas,Tourves,Turv,tu er wo,Турв,图尔沃		93	83	833	83140
2972170	Tourtrol	tourtrol	FR	09500	216	Europe/Paris	43.0683	1.79822		Tourtrol		76	09	092	09314
2972171	Tourtrès	tourtres	FR	47380	129	Europe/Paris	44.50594	0.42737		Tourtres,Tourtrès		75	47	473	47313
2972174	Tourtouse	tourtouse	FR	09230	166	Europe/Paris	43.09282	1.12436		Tourtouse		76	09	093	09313
2972175	Tourtour	tourtour	FR	83690	515	Europe/Paris	43.58933	6.30243		Tortor,Tourtour,Turtur,tu er tu,Туртур,图尔图		93	83	833	83139
2972178	Tourtoirac	tourtoirac	FR	24390	650	Europe/Paris	45.27077	1.05786		Tortoirac,Tourtoirac,Turtuarak,tu er tu wa la ke,Туртуарак,图尔图瓦拉克		75	24	244	24555
2972181	Tourteron	tourteron	FR	08130	186	Europe/Paris	49.53883	4.63803		Tourteron		44	08	084	08458
2972182	Tourtenay	tourtenay	FR	79100	143	Europe/Paris	47.03898	-0.11806		Tourtenay		75	79	791	79331
2972185	Tours-sur-Meymont	tours-sur-meymont	FR	63590	550	Europe/Paris	45.67203	3.57623		Tours,Tours-sur-Meymont		84	63	631	63434
2972186	Tours-sur-Marne	tours-sur-marne	FR	51150	1225	Europe/Paris	49.04873	4.1206		Tours,Tours-sur-Marne		44	51	512	51576
2972249	Tournavaux	tournavaux	FR	08800	145	Europe/Paris	49.87279	4.78626		Tournavaux		44	08	081	08456
2972187	Tours-en-Vimeu	tours-en-vimeu	FR	80210	738	Europe/Paris	50.03517	1.68394		Tour-in-Vimeu,Tours,Tours-en-Vimeu,Tur-an-Vime,tu er ang wei mo,Тур-ан-Віме,图尔昂维默		32	80	801	80765
2972188	Tours-en-Savoie	tours-en-savoie	FR	73790	813	Europe/Paris	45.6536	6.44127		Cerisanne,Cérisanne,Tours,Tours-en-Savoie		84	73	731	73298
2972191	Tours	tours	FR	37000	141621	Europe/Paris	47.39484	0.70398		Augusta-Turonum,La Reunion-du-Nord,La Réunion-du-Nord,TUF,Teurgn,Tors,Tour,Tours,Tur,Tura,Turas,Turones,Tūra,Tūras,to~uru,tu er,tuleu,tura,twr,Τουρ,Тур,Տուր,טור,تور,ٹورز,टुर,तुर,ტური,トゥール,图尔,투르	37	24	37	372	37261
2972192	Tours	tours	FR	37000	0	Europe/Paris	45.70954	5.53445				84	38	382	38055
2972194	Tourriers	tourriers	FR	16560	608	Europe/Paris	45.79765	0.19198		Tourriers,Tur'e,Turre,tu er li ye er,Туррє,Турье,图尔里耶尔		75	16	163	16383
2972195	Tourrette-Levens	tourrette-levens	FR	06690	4276	Europe/Paris	43.7864	7.27598		Sa Torreta,Torreta de Levens,Tourrette,Tourrette-Levens,Turret-Levans,Turrett-Levans,Turricula Leventiorum,tu er lei te lei wang,twryt lyfyns,Туррет-Леванс,Турретт-Леванс,توريت ليفينس,图尔雷特勒旺		93	06	062	06147
2972196	Tourette-du-Château	tourette-du-chateau	FR	06830	92	Europe/Paris	43.88204	7.14325		Tourette-du-Chateau,Tourette-du-Château,Tourrette,Tourrette-du-Chateau,Tourrette-du-Château		93	06	062	06145
2972198	Tourrenquets	tourrenquets	FR	32390	124	Europe/Paris	43.75328	0.69016		Tourrenquets		76	32	321	32453
2972199	Tourreilles	tourreilles	FR	11300	111	Europe/Paris	43.02195	2.17013		Torrelhas,Tourreilles,Turrej,tu er lei lai,Туррей,图尔雷莱		76	11	112	11394
2972200	Tourouzelle	tourouzelle	FR	11200	477	Europe/Paris	43.25339	2.7223		Tourouzelle		76	11	113	11393
2972201	Tourouvre	tourouvre	FR	61190	1667	Europe/Paris	48.58951	0.65253		Tourouvre		28	61	613	61491
2972202	Tourny	tourny	FR	27510	956	Europe/Paris	49.18249	1.54533		Tourny		28	27	271	27213
2972203	Tournus	tournus	FR	71700	6071	Europe/Paris	46.56758	4.90574		Tinortium,Tournus,Tournus-Lacrost,Turniu,Turnju,to~urunyu,Турню,トゥールニュ		27	71	715	71543
2972206	Tournous-Devant	tournous-devant	FR	65330	109	Europe/Paris	43.2478	0.41793		Tournous,Tournous-Devant		76	65	652	65449
2972207	Tournous-Darré	tournous-darre	FR	65220	80	Europe/Paris	43.28676	0.36086		Tournous,Tournous-Darre,Tournous-Darré		76	65	653	65448
2972208	Tournon-Saint-Pierre	tournon-saint-pierre	FR	37290	537	Europe/Paris	46.73928	0.95268		Tournon,Tournon-Saint-Pierre,Turnon-Sen-Perr,tu er nong sheng pi ye er,Турнон-Сен-Пєрр,图尔农圣皮耶尔		24	37	373	37259
2972209	Tournon-Saint-Martin	tournon-saint-martin	FR	36220	1217	Europe/Paris	46.73423	0.95514		Tournon,Tournon-Saint-Martin,Turnon-Sen-Marten,tu er nong sheng ma er tan,Турнон-Сен-Мартен,图尔农圣马尔坦		24	36	361	36224
2972210	Tournon-d'Agenais	tournon-d-agenais	FR	47370	0	Europe/Paris	44.40136	0.9967		Tournon,Tournon-d'Agenais,Tournon-la-Montagne		75	47	473	47312
2972213	Tournon	tournon	FR	73460	430	Europe/Paris	45.64171	6.31885		Tournon		84	73	731	73297
2972214	Tournon-sur-Rhône	tournon-sur-rhone	FR	07300	10571	Europe/Paris	45.06667	4.83333		Tornon,Tournon-sur-Rhone,Tournon-sur-Rhône,Turnon-sjur-Ron,Turnonium,luo ne he pan tu er nong,to~urunon=shuru=ronu,Турнон-сюр-Рон,トゥルノン＝シュル＝ローヌ,罗讷河畔图尔农	073	84	07	073	07324
2972215	Tournoisis	tournoisis	FR	45310	329	Europe/Paris	48.00782	1.63108		Tournoisis,Turnuazi,tu er nu wa xi,Турнуазі,图尔努瓦西		24	45	452	45326
2972218	Tournissan	tournissan	FR	11220	233	Europe/Paris	43.08211	2.66396		Tournissan		76	11	113	11392
2972220	Tournières	tournieres	FR	14330	182	Europe/Paris	49.23262	-0.93119		Tournieres,Tournières		28	14	141	14705
2972226	Tourneville	tourneville	FR	27930	277	Europe/Paris	49.1	1.11667		Tourneville		28	27	273	27652
2972227	Tourneville	tourneville	FR	27930	0	Europe/Paris	48.95275	-1.52289				28	50	503	50015
2972229	Tournes	tournes	FR	08090	1080	Europe/Paris	49.797	4.63856		Tournes		44	08	081	08457
2972230	Tournemire	tournemire	FR	12250	144	Europe/Paris	45.05438	2.48216		Tournemire		84	15	151	15238
2972231	Tournemire	tournemire	FR	12250	435	Europe/Paris	43.96879	3.01987		Tournemire		76	12	121	12282
2972235	Tournehem-sur-la-Hem	tournehem-sur-la-hem	FR	62890	1229	Europe/Paris	50.8	2.05		Tournan-su-la-Hem,Turneem-sjur-la-Am,ai mu he pan tu er ne mu,twrnyhym sw la hym,Турнеем-сюр-ла-Ам,تورنيهيم سو لا هيم,埃姆河畔图尔讷姆		32	62	625	62827
2972236	Tournefort	tournefort	FR	06420	148	Europe/Paris	43.94714	7.15043		Tournefort		93	06	062	06146
2972237	Tournefeuille	tournefeuille	FR	31170	29124	Europe/Paris	43.58872	1.31922		Brumaire,Frimaire,Fructidor,Germinal,Messidor,Nivose,Nivôse,Prairial,Tornafuelha,Tornafuèlha,Tournefeuille,Turnefej,Turnefjoj,Turnfej,Vendemiaire,Vendémiaire,Ventose,Ventôse,to~urunufuiyu,tu er nei fu yi er,tuleunpoeyu,twrnfwy,Турнефей,Турнефёй,Турнфеј,تورنفوی,トゥルヌフイユ,图尔内弗伊尔,투른푀유		76	31	313	31557
2972239	Tournedos-sur-Seine	tournedos-sur-seine	FR	27100	141	Europe/Paris	49.27555	1.26008		Tournedos,Tournedos-sur-Seine		28	27	271	27471
2972240	Tournedos-Bois-Hubert	tournedos-bois-hubert	FR	27180	322	Europe/Paris	49.0771	0.98142		Tournedos,Tournedos-Bois-Hubert		28	27	272	27650
2972241	Tournecoupe	tournecoupe	FR	32380	278	Europe/Paris	43.86306	0.81127		Tournecoupe		76	32	322	32452
2972242	Tournebu	tournebu	FR	14220	337	Europe/Paris	48.96941	-0.34049		Tournebou,Tournebu		28	14	142	14150
2972246	Tournay-sur-Odon	tournay-sur-odon	FR	14310	361	Europe/Paris	49.10476	-0.60023		Tournay,Tournay-sur-Odon		28	14	144	14475
2972248	Tournay	tournay	FR	65190	1192	Europe/Paris	43.18491	0.2449		Tournay		76	65	653	65447
2972252	Tournans	tournans	FR	25680	116	Europe/Paris	47.41319	6.32564		Tournans		27	25	251	25567
2972253	Tournan-en-Brie	tournan-en-brie	FR	77220	8309	Europe/Paris	48.74146	2.772		Tournan,Tournan-en-Brie,Tournan-l'Union,Turnan-an-Bri,Турнан-ан-Бри,Турнан-ан-Брі		11	77	775	77470
2972254	Tournan	tournan	FR	32420	185	Europe/Paris	43.43192	0.78397		Tournan		76	32	321	32451
2972255	Tournai-sur-Dive	tournai-sur-dive	FR	61160	300	Europe/Paris	48.81667	0.05		Tournai,Tournai-sur-Dive		28	61	612	61490
2972262	Tourmont	tourmont	FR	39800	461	Europe/Paris	46.8597	5.68119		Tourmont		27	39	391	39535
2972263	Tourmignies	tourmignies	FR	59551	699	Europe/Paris	50.50728	3.08424		Tourmignies		32	59	595	59600
2972268	Tourly	tourly	FR	60240	200	Europe/Paris	49.22386	1.94843		Tourly		32	60	601	60640
2972269	Tourliac	tourliac	FR	47210	103	Europe/Paris	44.68578	0.80735		Tourliac		75	47	473	47311
2972270	Tourlaville	tourlaville	FR	50110	18273	Europe/Paris	49.63829	-1.56639		Tourlaville,Turlavil',tu er la wei er,Турлавиль,Турлавіль,图尔拉维尔		28	50	502	50129
2972271	Tourgeville	tourgeville	FR	14800	895	Europe/Paris	49.32135	0.0704		Tourgeville		28	14	143	14701
2972273	Tourrettes-sur-Loup	tourrettes-sur-loup	FR	06140	4051	Europe/Paris	43.71569	7.05892		Torretas,Torretas de Lop,Tourette,Tourette-sur-Loup,Tourrette-sur-Loup,Tourrettes-sur-Loup,Turret-sjur-Lu,Turrett-sjur-Lu,lu he pan tu er lei tai,twryts swr lwb,Туррет-сюр-Лу,Турретт-сюр-Лу,توريتس سور لوب,卢河畔图尔雷泰		93	06	061	06148
2972276	Tour-en-Sologne	tour-en-sologne	FR	41250	924	Europe/Paris	47.54007	1.50525		Baraque,Tour,Tour-en-Sologne		24	41	411	41262
2972277	Tour-en-Bessin	tour-en-bessin	FR	14400	527	Europe/Paris	49.29774	-0.77786		Tour,Tour-en-Bessin		28	14	141	14700
2972279	Tourdun	tourdun	FR	32230	110	Europe/Paris	43.54633	0.14529		Tourdun		76	32	323	32450
2972280	Tour-de-Faure	tour-de-faure	FR	46330	354	Europe/Paris	44.46693	1.69343		La Tour de Faure,Tour,Tour-de-Faure		76	46	461	46320
2972284	Tourcoing	tourcoing	FR	59200	91574	Europe/Paris	50.72391	3.16117		Terkoeje,Toerkonje,Tourco,Tourcoing,Turcundium,Turkoan,Turkuehn,Turkuen,XTN,to~urukowan,tu er kuan,tuleukuaeng,turk wng,twrkwan,twrkwyngh,Туркоан,Туркуен,Туркуэн,توركوينغ,تورکوآن,ٹورکونگ,ตูร์กวง,トゥールコワン,图尔宽,투르쿠앵		32	59	595	59599
2972285	Tourch	tourch	FR	29140	904	Europe/Paris	48.0246	-3.82576		Tourc'h,Tourch,Tursh,tu er ke,Турш,图尔克		53	29	294	29281
2972286	Tourcelles-Chaumont	tourcelles-chaumont	FR	08400	72	Europe/Paris	49.40101	4.60328		Tourcelles-Chaumont		44	08	084	08455
2972288	Tourbes	tourbes	FR	34120	1650	Europe/Paris	43.44616	3.37791		Tourbes		76	34	341	34311
2972293	Tourailles	tourailles	FR	41190	141	Europe/Paris	47.68518	1.15842		Tourailles		24	41	412	41261
2972301	Touquin	touquin	FR	77131	1097	Europe/Paris	48.73498	3.01222		Touquin		11	77	771	77469
2972302	Touquettes	touquettes	FR	61550	92	Europe/Paris	48.79783	0.42296		Touquettes		28	61	613	61488
2972307	Touques	touques	FR	14800	3681	Europe/Paris	49.34443	0.10218		Touques		28	14	143	14699
2972308	Touques	touques	FR	14800	0	Europe/Paris	48.1138	0.39156				52	72	722	72165
2972310	Toulx-Sainte-Croix	toulx-sainte-croix	FR	23600	306	Europe/Paris	46.2848	2.21314		Tol,Tol Senta Crotz,Toulx,Toulx-Sainte-Croix,Tu-Sent-Krua,Tul'-Sent-Krua,tu er sheng ke lu wa,Ту-Сент-Круа,Туль-Сент-Круа,图尔圣克鲁瓦		75	23	231	23254
2972312	Toulouzette	toulouzette	FR	40250	295	Europe/Paris	43.75618	-0.68614		Toulouzette		75	40	401	40318
2972313	Toulouse-le-Château	toulouse-le-chateau	FR	39230	166	Europe/Paris	46.82224	5.58683		Toulouse,Toulouse-le-Chateau,Toulouse-le-Château		27	39	392	39533
2972315	Toulouse	toulouse	FR	31000	433055	Europe/Paris	43.60426	1.44367		Lapangan Terbang Blagnac,TLS,Tolosa,Tolosa Okzitania,Tolosa de Francia,Tolosa de Llenguadoc,Toloxa,Toloza,Toulouse,Toulouz,Toulouzi,Tołoxa,Tuluz,Tuluza,Tuluzae,Tuluzo,Tulūza,Tólóza,to~uruzu,tu lu zi,tu lus,tullujeu,tulujha,tulus,tuluza,twlwz,Τουλούζη,Тулузæ,Тулуза,Тулузо,Թուլուզ,טולוז,تولوز,तुलूज़,तुलूझ,ਟੁਲੂਜ਼,துலூஸ்,ടൂളൂസ്,ตูลูซ,ཊོའུ་ལོའུ་སེ།,ტულუზა,ቱሉዝ,トゥールーズ,圖盧茲,圖魯茲,툴루즈	76	76	31	313	31555
2972317	Toulouges	toulouges	FR	66350	5820	Europe/Paris	42.67077	2.83235		Toluges,Toulouges,Tuluzh,tu lu re,Тулуж,图卢热		76	66	662	66213
2972320	Toulon-sur-Arroux	toulon-sur-arroux	FR	71320	1655	Europe/Paris	46.69345	4.13869		Bel-Air-sur-Arroux,Toulon,Toulon-sur-Arroux,Tulon-sjur-Arru,Тулон-сюр-Арру		27	71	713	71542
2972321	Toulon-sur-Allier	toulon-sur-allier	FR	03400	1106	Europe/Paris	46.51845	3.35989		Mont-la-Loi,Tolonium,Toulon,Tulon-sjur-Al'e,a li ye he pan tu long,Тулон-сюр-Алье,Тулон-сюр-Альє,阿利耶河畔图隆		84	03	032	03286
2972323	Toulonjac	toulonjac	FR	12200	680	Europe/Paris	44.38143	2.00031		Tolonjac,Toulonjac,Tulonzhak,tu long ya ke,Тулонжак,图隆雅克		76	12	123	12281
2972327	Toulon	toulon	FR	83000	0	Europe/Paris	46.49233	0.64056				75	86	862	86233
2972401	Torteron	torteron	FR	18320	744	Europe/Paris	47.02282	2.96613		Torteron		24	18	182	18265
2972402	Tortequesne	tortequesne	FR	62490	706	Europe/Paris	50.28892	3.03951		Tortequenne,Tortequesne,Tortken,tuo er te ke ne,twrtykywsn,Торткен,تورتيكيوسن,托尔特克讷		32	62	621	62825
2972328	Toulon	toulon	FR	83000	168701	Europe/Paris	43.12442	5.92836		Port-la-Montagne,TLN,Telo Martius,Tolo,Tolon,Tolone,Toló,Tolón,Toulon,Toulon-sur-Mer,Tulon,Tulona,Tulonas,Tuluni,to~uron,tu lng,tu lun,tulam,tullong,tulom,tulon,twlwn,Τουλόν,Тулон,Տուլոն,טולון,تولون,طولون,तुलाँ,तुलों,துலோன்,ടൂളാൻ,ตูลง,ტულონი,トゥーロン,土伦,土倫,툴롱	83	93	83	832	83137
2972331	Toulis-et-Attencourt	toulis-et-attencourt	FR	02250	117	Europe/Paris	49.70021	3.74349		Loulis-et-Attencourt,Toulis,Toulis-et-Attencourt		32	02	022	02745
2972335	Touligny	touligny	FR	08430	87	Europe/Paris	49.67002	4.61486		Touligny		44	08	081	08454
2972339	Toulenne	toulenne	FR	33210	2210	Europe/Paris	44.55862	-0.26259		Toulenne		75	33	333	33533
2972342	Toulaud	toulaud	FR	07130	1579	Europe/Paris	44.89773	4.81639		Toulaud		84	07	073	07323
2972350	Toul	toul	FR	54200	17680	Europe/Paris	48.68075	5.89115		La Moselle,La Paix,Toul,Tul,Tul',Tulis,Tullum,to~uru,tu lei,tul,twl,twl  frans,twl  fransh,Тул,Туль,تول,تول، فرانس,تول، فرانسه,ቱል,トゥール,图勒,툴	544	44	54	544	54528
2972351	Toujouse	toujouse	FR	32240	190	Europe/Paris	43.83363	-0.1794		Toujouse		76	32	322	32449
2972352	Touillon-et-Loutelet	touillon-et-loutelet	FR	25370	156	Europe/Paris	46.78333	6.35		Touillon-et-Loutelet		27	25	253	25565
2972353	Touillon	touillon	FR	21500	473	Europe/Paris	47.6508	4.42521		Touillon		27	21	213	21641
2972354	Touille	touille	FR	31260	229	Europe/Paris	43.07997	0.97365		Touille		76	31	312	31554
2972357	Touget	touget	FR	32430	507	Europe/Paris	43.69011	0.91506		Touget		76	32	322	32448
2972358	Touffreville-sur-Eu	touffreville-sur-eu	FR	76910	0	Europe/Paris	50.00135	1.32461		Touffreville,Touffreville-sur-Eu		28	76	761	76703
2972788	Thizay	thizay	FR	36100	244	Europe/Paris	47.16754	0.14317		Thizay		24	37	371	37258
2972359	Touffreville-la-Corbeline	touffreville-la-corbeline	FR	76190	828	Europe/Paris	49.58208	0.76339		Touffreville,Touffreville-la-Corbeline		28	76	763	76702
2972360	Touffreville-la-Cable	touffreville-la-cable	FR	76170	366	Europe/Paris	49.5208	0.61642		Touffreville,Touffreville-la-Cable		28	76	762	76476
2972361	Touffreville	touffreville	FR	14940	0	Europe/Paris	49.61463	1.21283				28	76	763	76247
2972362	Touffreville	touffreville	FR	14940	290	Europe/Paris	49.35168	1.44184		Touffreville		28	27	271	27649
2972363	Touffréville	touffreville	FR	14940	306	Europe/Paris	49.18989	-0.22408		Touffreville,Touffréville		28	14	143	14698
2972365	Toufflers	toufflers	FR	59390	3931	Europe/Paris	50.66039	3.23358		Toufflers,Tuffle,tu fu lai,Туффле,图夫莱		32	59	595	59598
2972366	Touffailles	touffailles	FR	82190	373	Europe/Paris	44.27311	1.05051		Touffailles		76	82	821	82182
2972367	Touët-sur-Var	touet-sur-var	FR	06710	460	Europe/Paris	43.94757	7.00623		Lo Toit,Tecta Buliana,Toet de Var,Touet,Touet-du-Var,Touet-sur-Var,Touët,Touët-du-Var,Touët-sur-Var,Tue-sjur-Var,Tueh-sjur-Var,twyt swr far,wa he pan tu e,Туе-сюр-Вар,Туэ-сюр-Вар,تويت سور فار,瓦河畔图厄		93	06	062	06143
2972369	Touët-de-l'Escarène	touet-de-l-escarene	FR	06440	0	Europe/Paris	43.85	7.36667		Touet,Touet-de-l'Escarene,Touët,Touët-de-l’Escarène		93	06	062	06142
2972371	Toudon	toudon	FR	06830	241	Europe/Paris	43.90168	7.11402		Todon,Toudon,Tudo,Tudon,tu dong,twdwn,Тудон,تودون,图东		93	06	062	06141
2972372	Toucy	toucy	FR	89130	2812	Europe/Paris	47.73602	3.29502		Toucy,Tusi,Tutiacum,tu xi,Туси,Тусі,图西		27	89	891	89419
2972377	Touchay	touchay	FR	18160	295	Europe/Paris	46.71267	2.21334		Touchay		24	18	182	18266
2972381	Tôtes	totes	FR	76890	1158	Europe/Paris	49.68091	1.04649		Totes,Tôtes		28	76	761	76700
2972382	Tôtes	totes	FR	76890	0	Europe/Paris	48.97363	-0.00635		Totes,Tôtes		28	14	143	14654
2972384	Totainville	totainville	FR	88500	90	Europe/Paris	48.32528	5.98501		Totainville		44	88	882	88476
2972385	Tostes	tostes	FR	27340	362	Europe/Paris	49.25972	1.11163		Tost,Tostes,tuo si tai,Тост,托斯泰		28	27	271	27412
2972386	Tostat	tostat	FR	65140	457	Europe/Paris	43.33037	0.10196		Tostat		76	65	653	65446
2972387	Tossiat	tossiat	FR	01250	1231	Europe/Paris	46.13965	5.31158		Tossiat		84	01	012	01422
2972388	Tosse	tosse	FR	40230	1820	Europe/Paris	43.68904	-1.33286		Tosse		75	40	401	40317
2972389	Tosny	tosny	FR	27700	598	Europe/Paris	49.21906	1.37387		Tosny		28	27	271	27676
2972391	Torxé	torxe	FR	17380	247	Europe/Paris	45.95364	-0.62562		Torxe,Torxé		75	17	175	17450
2972392	Torvilliers	torvilliers	FR	10440	788	Europe/Paris	48.27417	3.97399		Torvilliers		44	10	103	10381
2972397	Tortisambert	tortisambert	FR	14140	141	Europe/Paris	48.96606	0.11721		Tortisambert		28	14	143	14371
2972398	Tortezais	tortezais	FR	03430	150	Europe/Paris	46.45241	2.85791		Tortezais		84	03	031	03285
2972399	Torteval-Quesnay	torteval-quesnay	FR	14240	0	Europe/Paris	49.13669	-0.73042				28	14	144	14011
2972403	Tortefontaine	tortefontaine	FR	62140	240	Europe/Paris	50.32177	1.92012		Tortefontaine,Tortfonten,tuo er te fang dan,twrtyfwntyn,Тортфонтен,تورتيفونتين,托尔特方丹		32	62	624	62824
2972404	Tortebesse	tortebesse	FR	63470	68	Europe/Paris	45.73101	2.6511		Tortebesse		84	63	634	63433
2972406	Torsiac	torsiac	FR	43450	74	Europe/Paris	45.35	3.23333		Torcac,Tors'jak,Torsiac,Torçac,tuo er xi ya ke,Торсьяк,托尔西亚克		84	43	431	43247
2972407	Torsac	torsac	FR	16410	747	Europe/Paris	45.56306	0.21444		Torsac,Torsak,tuo er sa ke,Торсак,托尔萨克		75	16	161	16382
2972412	Torreilles	torreilles	FR	66440	2260	Europe/Paris	42.75505	2.99351		Torreilles		76	66	662	66212
2972419	Torpes	torpes	FR	25320	743	Europe/Paris	47.16718	5.88826		Torpes		27	25	251	25564
2972420	Torpes	torpes	FR	25320	367	Europe/Paris	46.84154	5.33778		Torpes		27	71	714	71541
2972422	Tornay	tornay	FR	52500	49	Europe/Paris	47.70016	5.60634		Tornay		44	52	522	52493
2972423	Tornac	tornac	FR	30140	781	Europe/Paris	44.02292	3.9971		Tornac,Tornak,tuo er na ke,Торнак,托尔纳克		76	30	301	30330
2972427	Torigni-sur-Vire	torigni-sur-vire	FR	50160	2648	Europe/Paris	49.03702	-0.98214		Torigneium,Torigni,Torigni-sur-Vire,Torigny,Torigny-sur-Vire,Torin'i-sjur-Vir,wei er he pan tuo li ni,Ториньи-сюр-Вир,Ториньї-сюр-Вір,维尔河畔托里尼		28	50	504	50601
2972429	Torfou	torfou	FR	49660	264	Europe/Paris	48.53063	2.22731		Torfou		11	91	911	91619
2972430	Torfou	torfou	FR	49660	2023	Europe/Paris	47.03682	-1.11635		Torfou		52	49	492	49301
2972432	Tordouet	tordouet	FR	14290	283	Europe/Paris	49.04837	0.33083		Tordouet,Tordue,Tordueh,tuo er du ai,Тордуе,Тордуэ,托尔杜埃		28	14	143	14570
2972433	Tordères	torderes	FR	66300	157	Europe/Paris	42.5598	2.75199		Torder,Torderes,Tordères,tuo er dai lei,Тордер,托尔代雷		76	66	661	66211
2972437	Torcy-le-Petit	torcy-le-petit	FR	10700	485	Europe/Paris	49.81465	1.17279		Torcy-le-Petit		28	76	761	76698
2972438	Torcy-le-Petit	torcy-le-petit	FR	10700	85	Europe/Paris	48.5313	4.19596		Torcy-le-Petit		44	10	103	10380
2972439	Torcy-le-Grand	torcy-le-grand	FR	10700	715	Europe/Paris	49.79917	1.17526		Torcy-le-Grand		28	76	761	76697
2972440	Torcy-le-Grand	torcy-le-grand	FR	10700	419	Europe/Paris	48.53284	4.16931		Torcy-le-Grand		44	10	103	10379
2972441	Torcy-et-Pouligny	torcy-et-pouligny	FR	21460	184	Europe/Paris	47.48333	4.21667				27	21	213	21640
2972442	Torcy-en-Valois	torcy-en-valois	FR	02810	75	Europe/Paris	49.08785	3.2794		Torcy,Torcy-en-Valois		32	02	021	02744
2972443	Torcy	torcy	FR	62310	169	Europe/Paris	50.48147	2.01853		Torcy		32	62	624	62823
2972444	Torcy	torcy	FR	62310	24386	Europe/Paris	48.85064	2.65078		Torcy	775	11	77	775	77468
2972445	Torcy	torcy	FR	62310	3065	Europe/Paris	46.76857	4.45333		Torcy		27	71	711	71540
2972446	Torcieu	torcieu	FR	01230	634	Europe/Paris	45.92352	5.39386		Torcieu		84	01	011	01421
2972447	Torcheville	torcheville	FR	57670	176	Europe/Paris	48.90919	6.84946		Torcheville		44	57	575	57675
2972450	Torchefelon	torchefelon	FR	38690	490	Europe/Paris	45.5207	5.39833		Torchefelon		84	38	382	38508
2972453	Torchamp	torchamp	FR	61330	270	Europe/Paris	48.54637	-0.69734		Torchamp		28	61	611	61487
2972454	Torcenay	torcenay	FR	52600	538	Europe/Paris	47.8148	5.46653		Torcenay		44	52	522	52492
2972455	Torcé-en-Vallée	torce-en-vallee	FR	72110	849	Europe/Paris	48.13365	0.39574		Torce,Torce-en-Vallee,Torce-la-Vallee,Torcé,Torcé-en-Vallée,Torcé-la-Vallée		52	72	722	72359
2972456	Torcé-Viviers-en-Charnie	torce-viviers-en-charnie	FR	53270	769	Europe/Paris	48.1	-0.26667		Torce,Torse-Vive-an-Sharni,sha er nie de qu tuo er sai-wei wei ye er,Торсе-Вівє-ан-Шарні,沙尔涅地区托尔塞-维维耶尔		52	53	533	53265
2972457	Torcé	torce	FR	35370	1007	Europe/Paris	48.06174	-1.26677		Torce,Torcé,Tourc'heg		53	35	351	35338
2972462	Tonquédec	tonquedec	FR	22140	1120	Europe/Paris	48.66909	-3.39743		Tonkedeg,Tonkedek,Tonquedec,Tonquédec,tong qu ai dai ke,Тонкедек,通屈埃代克		53	22	223	22340
2972463	Tonnoy	tonnoy	FR	54210	683	Europe/Paris	48.55234	6.25156		Tonnoy		44	54	543	54527
2972464	Tonneville	tonneville	FR	50460	0	Europe/Paris	49.79516	0.83941				28	76	761	76134
2972465	Tonneville	tonneville	FR	50460	602	Europe/Paris	49.64321	-1.71492		Tonneville		28	50	502	50041
2972467	Tonnerre	tonnerre	FR	89700	5352	Europe/Paris	47.85628	3.97369		Tonnerre		27	89	892	89418
2972468	Tonneins	tonneins	FR	47400	9823	Europe/Paris	44.39476	0.31014		Tonens,Tonneins,Tonneins-la-Montagne,Tonnen,tonneng,tuo nan,Тоннен,托南,톤넹		75	47	472	47310
2972470	Tonnay-Charente	tonnay-charente	FR	17430	7229	Europe/Paris	45.94395	-0.89193		Tonnay Charenta,Tonnay-Charente,Tonne-Sharant,tuo nai sha lang te,Тонне-Шарант,托奈沙朗特		75	17	172	17449
2972471	Tonnay-Boutonne	tonnay-boutonne	FR	17380	1217	Europe/Paris	45.96787	-0.70715		Tonnay-Boutonne,Tonne-Buton,Tonne-Butonn,tuo nai bu tong,Тонне-Бутон,Тонне-Бутонн,托奈布通		75	17	175	17448
2972473	Tonnac	tonnac	FR	81170	0	Europe/Paris	45.25562	2.33331		Tonnac,Tonnat		84	15	152	15230
2972474	Tonnac	tonnac	FR	81170	142	Europe/Paris	44.06411	1.86685		Tonnac		76	81	811	81300
2972486	Tomblaine	tomblaine	FR	54510	7703	Europe/Paris	48.68378	6.2162		Tomblaine,Tomblen,tong bu lan,Томблен,通布兰		44	54	543	54526
2972494	Tollevast	tollevast	FR	50470	1196	Europe/Paris	49.57437	-1.62746		Tollevast		28	50	502	50599
2972495	Tollent	tollent	FR	62390	78	Europe/Paris	50.27851	2.0146		Tollan,Tollent,tuo lang,twlynt,Толлан,تولينت,托朗		32	62	621	62822
2972498	Tollaincourt	tollaincourt	FR	88320	110	Europe/Paris	48.09665	5.73484		Tollaincourt		44	88	882	88475
2972499	Tolla	tolla	FR	20117	101	Europe/Paris	41.97523	8.97373		Tolla		94	2A	2A1	2A326
2972508	Toges	toges	FR	08400	92	Europe/Paris	49.42482	4.77571		Toges		44	08	084	08453
2972511	Tocqueville-sur-Eu	tocqueville-sur-eu	FR	76910	0	Europe/Paris	50.00245	1.28321		Tocqueville,Tocqueville-sur-Eu		28	76	761	76618
2972512	Tocqueville-les-Murs	tocqueville-les-murs	FR	76110	219	Europe/Paris	49.66525	0.50726		Tocqueville,Tocqueville-les-Murs		28	76	762	76695
2972513	Tocqueville-en-Caux	tocqueville-en-caux	FR	76730	107	Europe/Paris	49.77947	0.90782		Tocqueville,Tocqueville-en-Caux		28	76	761	76694
2972514	Tocqueville	tocqueville	FR	27500	288	Europe/Paris	49.67058	-1.33676		Tocqueville		28	50	502	50598
2972515	Tocqueville	tocqueville	FR	27500	137	Europe/Paris	49.40718	0.61024		Tocqueville		28	27	272	27645
2972516	Tocane-Saint-Apre	tocane-saint-apre	FR	24350	1527	Europe/Paris	45.25354	0.49369		Barra-sur-Dronne,Sent Abre,Tocane,Tocane-Saint-Apre,Tocane-Saint-Âpre,Tocuno,Tokan-Sent-Apr,Tooane-Saint-Abre,tuo kang sheng a pu er,Токан-Сент-Апр,托康圣阿普尔		75	24	243	24553
2972518	Tizac-de-Lapouyade	tizac-de-lapouyade	FR	33620	478	Europe/Paris	45.07398	-0.30521		Tizac,Tizac-de Galgon,Tizac-de-Lapouyade		75	33	335	33532
2972519	Tizac-de-Curton	tizac-de-curton	FR	33420	325	Europe/Paris	44.82116	-0.25039		Tizac,Tizac-de-Curton		75	33	335	33531
2972524	Tiviers	tiviers	FR	15100	151	Europe/Paris	45.06101	3.15871		Tiviers		84	15	153	15237
2972526	Tivernon	tivernon	FR	45170	237	Europe/Paris	48.15609	1.93067		Tivernon,di wei er nong,Тівернон,蒂韦尔农		24	45	453	45325
2972527	Figari	figari	FR	20114	1438	Europe/Paris	41.48792	9.13013		Figari,Tivanello,Tivarello		94	2A	2A4	2A114
2972530	Tissey	tissey	FR	89700	98	Europe/Paris	47.85127	3.90168		Tissey		27	89	892	89417
2972537	Tirepied	tirepied	FR	50870	710	Europe/Paris	48.70991	-1.26427		Tirep'e,Tirepe,Tirepied,di lei pi ye,Тирепье,Тірепє,蒂雷皮耶		28	50	501	50597
2972540	Tiranges	tiranges	FR	43530	428	Europe/Paris	45.30429	3.98824		Tiranges		84	43	433	43246
2972541	Tintury	tintury	FR	58110	209	Europe/Paris	46.99774	3.58214		Fleury-sur-Canne,Tintury		27	58	581	58292
2972542	Tintry	tintry	FR	71490	67	Europe/Paris	46.93107	4.49488		Tintry		27	71	711	71539
2972544	Tinténiac	tinteniac	FR	35190	2877	Europe/Paris	48.32908	-1.83545		Tenten'jak,Tinteniac,Tinteniacum,Tintenieg,Tinténiac,tan tai ni a ke,Тентеньяк,坦泰尼阿克		53	35	354	35337
2972546	Tinqueux	tinqueux	FR	51430	10197	Europe/Paris	49.25	3.98333		Tenke,Tinqueux,tan qu e,Тенке,坦屈厄		44	51	513	51573
2972549	Tingry	tingry	FR	62830	306	Europe/Paris	50.61801	1.73126		Tingry		32	62	623	62821
2972551	Tincry	tincry	FR	57590	135	Europe/Paris	48.90261	6.41023		Tincry		44	57	575	57674
2972553	Tincques	tincques	FR	62127	829	Europe/Paris	50.35904	2.49306		Tincques,Tinques		32	62	621	62820
2972554	Tincourt-Boucly	tincourt-boucly	FR	80240	397	Europe/Paris	49.93839	3.04282		Tincourt,Tincourt-Boucly		32	80	804	80762
2972555	Tinchebray	tinchebray	FR	61800	3102	Europe/Paris	48.76437	-0.73333		Tenercebrai,Tenerchebraium,Tenshebre,Tinchebray,tan xie bu lai,Теншебре,坦谢布赖		28	61	612	61486
2972556	Tincey-et-Pontrebeau	tincey-et-pontrebeau	FR	70120	79	Europe/Paris	47.60586	5.79263		Tincey,Tincey-et-Pontrebeau		27	70	702	70502
2972559	Tilques	tilques	FR	62500	1004	Europe/Paris	50.77712	2.19948		Til'k,Tilques,di yi ke,tylkyws,Тильк,Тільк,تيلكيوس,蒂伊克		32	62	625	62819
2972560	Tilly-sur-Seulles	tilly-sur-seulles	FR	14250	1311	Europe/Paris	49.17598	-0.62605		Tii-sjur-Sel',Tiji-sjur-Sjol',Tilly,Tilly-sur-Seulles,se lai he pan di li,Тии-сюр-Сель,Тийи-сюр-Сёль,Тії-сюр-Сель,瑟莱河畔蒂利		28	14	141	14692
2972624	Tichey	tichey	FR	21250	182	Europe/Paris	47.01392	5.28356		Tichey		27	21	211	21637
2972561	Tilly-sur-Meuse	tilly-sur-meuse	FR	55220	248	Europe/Paris	49.0053	5.44063		Tilly,Tilly-sur-Meuse		44	55	553	55512
2972562	Tilly-la-Campagne	tilly-la-campagne	FR	14540	96	Europe/Paris	49.11026	-0.30667		Tilly,Tilly-la-Campagne		28	14	142	14538
2972789	Thizay	thizay	FR	36100	249	Europe/Paris	46.89772	1.91066		Thizay		24	36	364	36222
2972563	Tilly-Capelle	tilly-capelle	FR	62134	166	Europe/Paris	50.44421	2.19848		Tilly-Capelle		32	62	621	62818
2972565	Tilly	tilly	FR	27510	543	Europe/Paris	49.14521	1.52854		Tilly,tiri,ティリー		28	27	271	27644
2972566	Tilly	tilly	FR	27510	0	Europe/Paris	48.88244	1.57671		Tilly		11	78	781	78618
2972567	Tilly	tilly	FR	27510	0	Europe/Paris	48.54269	2.52746				11	77	772	77407
2972568	Tilly	tilly	FR	27510	0	Europe/Paris	46.42705	3.3101				84	03	032	03065
2972569	Tilly	tilly	FR	27510	191	Europe/Paris	46.4065	1.20223		Tilly		24	36	361	36223
2972570	Tilloy-lez-Marchiennes	tilloy-lez-marchiennes	FR	59870	415	Europe/Paris	50.42044	3.31748		Tijua-le-Marsh'enn,Tijua-le-Marshenn,Tilloy,Tilloy-Marchiennes,Tilloy-lez-Marchiennes,di lu wa lai ma er xie ne,Тиюа-ле-Маршьенн,Тіюа-ле-Маршєнн,蒂卢瓦莱马尔谢讷		32	59	593	59596
2972571	Tilloy-lès-Mofflaines	tilloy-les-mofflaines	FR	62217	1556	Europe/Paris	50.27519	2.81456		Tilloy,Tilloy-anx-Fosses		32	62	621	62817
2972572	Tilloy-lès-Hermaville	tilloy-les-hermaville	FR	62690	184	Europe/Paris	50.32717	2.55778		Tilloy,Tilloy-les-Hermaville,Tilloy-lès-Hermaville		32	62	621	62816
2972573	Tilloy-lès-Conty	tilloy-les-conty	FR	80160	234	Europe/Paris	49.75407	2.17698		Tilloy,Tilloy-les-Conty,Tilloy-lès-Conty		32	80	802	80485
2972574	Tilloy-Floriville	tilloy-floriville	FR	80220	332	Europe/Paris	49.98761	1.61031		Tilloy,Tilloy-Floriville		32	80	801	80760
2972575	Tilloy-et-Bellay	tilloy-et-bellay	FR	51460	237	Europe/Paris	49.01693	4.61393		Tilloy-Bellay,Tilloy-et-Bellay		44	51	511	51572
2972577	Tilloy-lez-Cambrai	tilloy-lez-cambrai	FR	59554	696	Europe/Paris	50.2	3.21667		Tijua-le-Kambre,di lu wa lai kang bu lei,Тиюа-ле-Камбре,Тіюа-ле-Камбре,蒂卢瓦莱康布雷		32	59	592	59597
2972580	Tillou	tillou	FR	79110	300	Europe/Paris	46.15054	-0.12123		Tillou		75	79	792	79083
2972581	Tilloloy	tilloloy	FR	80700	401	Europe/Paris	49.64475	2.74797		Tilloloy		32	80	803	80759
2972583	Tillières-sur-Avre	tillieres-sur-avre	FR	27570	1252	Europe/Paris	48.75585	1.05388		Tillieres,Tillieres-sur-Avre,Tillières,Tillières-sur-Avre		28	27	272	27643
2972584	Tillières	tillieres	FR	49230	1343	Europe/Paris	47.14397	-1.16334		Tillieres,Tilliers,Tillières		52	49	492	49301
2972586	Tilleux	tilleux	FR	88300	58	Europe/Paris	48.29955	5.72725		Tilleux		44	88	882	88474
2972587	Tilleul-Dame-Agnès	tilleul-dame-agnes	FR	27170	180	Europe/Paris	49.00375	0.89037		Tilleul,Tilleul-Dame-Agnes,Tilleul-Dame-Agnès		28	27	273	27640
2972591	Tillenay	tillenay	FR	21130	526	Europe/Paris	47.17889	5.35051		Tiene,Tijne,Tillenay,di lei nai,tyany,Тиене,Тийне,Тієне,تیانی,蒂勒奈		27	21	212	21639
2972594	Tillé	tille	FR	60000	1041	Europe/Paris	49.46415	2.11038		Tille,Tillé		32	60	601	60639
2972595	Tillay-le-Péneux	tillay-le-peneux	FR	28140	300	Europe/Paris	48.16084	1.77399		Tillay,Tillay-le-Peneux,Tillay-le-Péneux		24	28	282	28390
2972596	Tillac	tillac	FR	32170	310	Europe/Paris	43.475	0.27528		Tillac		76	32	323	32446
2972597	Tilhouse	tilhouse	FR	65130	229	Europe/Paris	43.08691	0.3089		Tilhouse		76	65	652	65445
2972598	Tilh	tilh	FR	40360	810	Europe/Paris	43.57555	-0.83595		Tilh		75	40	401	40316
2972599	Til-Châtel	til-chatel	FR	21120	847	Europe/Paris	47.5154	5.1746		Mont-sur-Tille,Til-Chatel,Til-Châtel		27	21	212	21638
2972600	Tigy	tigy	FR	45510	2071	Europe/Paris	47.79365	2.19767		Tigy,Tizhi,di ji,Тіжі,蒂吉		24	45	452	45324
2972603	Tigny-Noyelle	tigny-noyelle	FR	62180	199	Europe/Paris	50.34862	1.70014		Tigny-Noyelle,Tin'i-Nuael',di ni nu wa ye lei,tini=nowaieru,tyjny nwyly,Тиньи-Нуаель,Тіньї-Нуаєль,تيجني نويلي,ティニー＝ノワイエル,蒂尼努瓦耶勒		32	62	624	62815
2972607	Tignes	tignes	FR	73320	2385	Europe/Paris	45.49604	6.92463		TGF,Tignes,Tignes-sur-Boisses,Tin',Tiniae,tyn,Тинь,Тінь,טין		84	73	731	73296
2972608	Tignécourt	tignecourt	FR	88320	111	Europe/Paris	48.04273	5.89273		Tignecourt,Tignécourt		44	88	882	88473
2972609	Tigné	tigne	FR	49540	770	Europe/Paris	47.20033	-0.42754		Tigne,Tigné,Tin'e,di nie,Тіньє,蒂涅		52	49	492	49373
2972610	Tignac	tignac	FR	09110	17	Europe/Paris	42.74626	1.79462		Tignac		76	09	091	09311
2972611	Tigery	tigery	FR	91250	1406	Europe/Paris	48.64257	2.50779		Tigery,Tizheri,di re li,Тижери,Тіжері,蒂热里		11	91	912	91617
2972612	Tigeaux	tigeaux	FR	77163	405	Europe/Paris	48.82572	2.9022		Tigeaux		11	77	771	77466
2972613	Tiffauges	tiffauges	FR	85130	1437	Europe/Paris	47.01288	-1.11173		Tifauges,Tiffauges,Tiffozh,di fu re,Тіффож,蒂福热		52	85	852	85293
2972614	Tieste-Uragnoux	tieste-uragnoux	FR	32160	137	Europe/Paris	43.54703	0.03665		Tieste,Tieste-Uragnoux		76	32	323	32445
2972618	Tierceville	tierceville	FR	14480	146	Europe/Paris	49.29317	-0.53205		Tierceville		28	14	141	14355
2972619	Tiercelet	tiercelet	FR	54190	519	Europe/Paris	49.46205	5.88344		Tiercelet		44	54	541	54525
2972620	Tiercé	tierce	FR	49125	3936	Europe/Paris	47.6157	-0.46787		Tierce,Tiercé		52	49	491	49347
2972622	Tieffenbach	tieffenbach	FR	67290	354	Europe/Paris	48.90422	7.24954		Tieffenbach,Tieffenbach-Struth,Tuffenbach		44	67	674	67491
2972625	Ticheville	ticheville	FR	61120	225	Europe/Paris	48.90857	0.26402				28	61	613	61485
2972633	Thyez	thyez	FR	74300	5383	Europe/Paris	46.08249	6.53777				84	74	742	74278
2972634	Thuy	thuy	FR	65350	0	Europe/Paris	45.89804	6.30257		Thuy,Thuy-Dessus		84	74	741	74280
2972635	Thuy	thuy	FR	65350	14	Europe/Paris	43.25809	0.24378		Thuy		76	65	653	65443
2972636	Thusy	thusy	FR	74150	859	Europe/Paris	45.94597	5.9535		Thusy		84	74	741	74283
2972639	Thury-sous-Clermont	thury-sous-clermont	FR	60250	635	Europe/Paris	49.35756	2.32902		Thury,Thury-sous-Clermont,Tjuri-su-Klermon,di li su ke lai meng,Тюрі-су-Клермон,蒂里苏克莱蒙		32	60	602	60638
2972640	Thury-Harcourt	thury-harcourt	FR	14220	1909	Europe/Paris	48.98434	-0.47519		Thury,Thury-Harcourt,Tjuri-Arkur,di li a er ku er,Тюри-Аркур,Тюрі-Аркур,蒂里阿尔库尔		28	14	142	14689
2972641	Thury-en-Valois	thury-en-valois	FR	60890	469	Europe/Paris	49.15702	3.02534		Thury,Thury-en-Valois		32	60	604	60637
2972642	Thury	thury	FR	21340	482	Europe/Paris	47.58631	3.295		Thury		27	89	891	89416
2972643	Thury	thury	FR	21340	288	Europe/Paris	47.03405	4.52511		Thury		27	21	211	21636
2972644	Thurins	thurins	FR	69510	2591	Europe/Paris	45.68179	4.64079		Thurins,Thurins-le-Francais,Thurins-le-Français		84	69	691	69249
2972645	Thurey-le-Mont	thurey-le-mont	FR	25870	109	Europe/Paris	47.37117	6.12095		Thurey,Thurey-le-Mont		27	25	251	25563
2972646	Thurey	thurey	FR	71440	360	Europe/Paris	46.74285	5.12307		Thurey,Tjure,Тюре		27	71	714	71538
2972647	Thuret	thuret	FR	63260	702	Europe/Paris	45.969	3.25879		Thuret		84	63	634	63432
2972651	Thuré	thure	FR	86540	2839	Europe/Paris	46.8317	0.45938		Thure,Thuré		75	86	861	86272
2972652	Thurageau	thurageau	FR	86110	744	Europe/Paris	46.76862	0.24173		Thurageau,Tjurazho,di la ge,Тюражо,蒂拉戈		75	86	863	86271
2972654	Thun-Saint-Martin	thun-saint-martin	FR	59141	480	Europe/Paris	50.2256	3.29809		Thun-Saint-Martin		32	59	592	59595
2972655	Thun-Saint-Amand	thun-saint-amand	FR	59158	1059	Europe/Paris	50.47276	3.45115		Thun,Thun-Saint-Amand		32	59	596	59594
2972656	Thun-l'Evêque	thun-l-eveque	FR	59141	0	Europe/Paris	50.22675	3.2879		Thun-l'Escault,Thun-l'Eveque,Thun-l'Evêque		32	59	592	59593
2972658	Thumeries	thumeries	FR	59239	3458	Europe/Paris	50.47662	3.055		Thumeries		32	59	595	59592
2972659	Thumeréville	thumereville	FR	54800	88	Europe/Paris	49.20048	5.79658		Thumereville,Thumeréville		44	54	541	54524
2972660	Thulay	thulay	FR	25310	179	Europe/Paris	47.42415	6.86121		Thulay		27	25	252	25562
2972661	Thuit-Hébert	thuit-hebert	FR	27520	306	Europe/Paris	49.32068	0.83577		Thuit,Thuit-Hebert,Thuit-Hébert		28	27	272	27105
2972662	Val-de-Vesle	val-de-vesle	FR	51360	0	Europe/Paris	49.16667	4.23333		Thuisy		44	51	513	51571
2972665	Thuir	thuir	FR	66300	7933	Europe/Paris	42.6322	2.75577		Thuir,Tjuir,Tuir,Tuïr,di yi,Тюир,Тюїр,蒂伊		76	66	661	66210
2972666	Thuillières	thuillieres	FR	88260	161	Europe/Paris	48.15605	6.01052		Thuillieres,Thuillières		44	88	882	88472
2972667	Thuilley-aux-Groseilles	thuilley-aux-groseilles	FR	54170	620	Europe/Paris	48.57442	5.97257		Thuilley,Thuilley-aux-Groseilles		44	54	544	54523
2972668	Thugny-Trugny	thugny-trugny	FR	08300	239	Europe/Paris	49.48387	4.42694		Thugny-Trugny		44	08	082	08452
2972670	Thueyts	thueyts	FR	07330	1057	Europe/Paris	44.67628	4.22146		Thueyts		84	07	071	07322
2972671	Thuès-Entre-Valls	thues-entre-valls	FR	66360	45	Europe/Paris	42.52515	2.22348		Thues,Thues-Entre-Valls,Thues-entre-Vaills,Thuès,Thuès-Entre-Valls,Thuès-entre-Vaills,Tjuez-Antr-Val',Toes,Toes i Entrevalls,Toès i Entrevalls,di ai ang te er wa er,Тюез-Антр-Валь,蒂埃昂特尔瓦尔		76	66	663	66209
2972680	Thoux	thoux	FR	32430	186	Europe/Paris	43.68332	0.9928		Thoux		76	32	322	32444
2972682	Thoury-Férottes	thoury-ferottes	FR	77940	670	Europe/Paris	48.2942	2.94153		Thoury-Ferottes,Thoury-Férottes		11	77	773	77465
2972683	Thoury	thoury	FR	41220	351	Europe/Paris	47.62948	1.59659		Thoury		24	41	411	41260
2972684	Thourotte	thourotte	FR	60150	5581	Europe/Paris	49.47591	2.8821		Thourotte,Turott,tu luo te,Туротт,图罗特		32	60	603	60636
2972685	Thouron	thouron	FR	87140	470	Europe/Paris	45.99883	1.2186		Thouron		75	87	871	87197
2972686	Thourie	thourie	FR	35134	578	Europe/Paris	47.85524	-1.48062		Thourie,Tourig		53	35	351	35335
2972692	Thouars-sur-Garonne	thouars-sur-garonne	FR	47230	188	Europe/Paris	44.25344	0.33461		Thouars,Thouars-sur-Garonne		75	47	474	47308
2972693	Thouars-sur-Arize	thouars-sur-arize	FR	09350	52	Europe/Paris	43.18491	1.2412		Thouars,Thouars-sur-Arize		76	09	093	09310
2972694	Thouarsais-Bouildroux	thouarsais-bouildroux	FR	85410	677	Europe/Paris	46.61959	-0.88026		Thouarsais,Thouarsais-Bouildroux,Thouarsais-Bouilldroux		52	85	851	85292
2972695	Thouars	thouars	FR	79100	11517	Europe/Paris	46.9815	-0.21175		Thouars,Toarcium,Tuar,tu a er,Туар,圖阿爾		75	79	791	79329
2972696	Thouaré-sur-Loire	thouare-sur-loire	FR	44470	7172	Europe/Paris	47.26957	-1.44354		Tarvieg,Tauriacus,Thouare,Thouare-sur-Loire,Thouaré,Thouaré-sur-Loire,Tuare-sjur-Luar,lu wa er he pan tu a lei,Туаре-сюр-Луар,卢瓦尔河畔图阿雷		52	44	442	44204
2972697	Thouarcé	thouarce	FR	49380	1780	Europe/Paris	47.26715	-0.50091		Thouarce,Thouarcé,Tuarse,tu a er sai,Туарсе,图阿尔塞		52	49	491	49345
2972699	Thou	thou	FR	18260	272	Europe/Paris	47.5801	2.90848		Thou		24	45	451	45323
2972700	Thou	thou	FR	18260	0	Europe/Paris	47.42667	2.66019		Thou		24	18	181	18264
2972701	Thou	thou	FR	18260	0	Europe/Paris	47.12605	3.23924				27	58	583	58212
2972702	Thoste	thoste	FR	21460	123	Europe/Paris	47.43601	4.22532		Thoste		27	21	213	21635
2972703	Thory	thory	FR	80250	151	Europe/Paris	49.72002	2.43549		Thory		32	80	803	80758
2972704	Thory	thory	FR	80250	178	Europe/Paris	47.56405	3.91286		Thory		27	89	892	89415
2972705	Thory	thory	FR	80250	0	Europe/Paris	47.24464	3.47297				27	58	582	58043
2972706	Thors	thors	FR	10200	81	Europe/Paris	48.30407	4.81134		Thors		44	10	101	10378
2972707	Thors	thors	FR	10200	393	Europe/Paris	45.83233	-0.31232		Thors		75	17	175	17446
2972708	Thorrenc	thorrenc	FR	07340	197	Europe/Paris	45.23641	4.76237		Thorrenc,Torrank,Torrenc,tuo er lang ke,Торранк,托尔朗克		84	07	073	07321
2972710	Thorigny-sur-Oreuse	thorigny-sur-oreuse	FR	89260	1308	Europe/Paris	48.29297	3.40128		Thorigny,Thorigny-sur-Oreuse,Torin'i-sjur-Orez,ao lei si he pan tuo li ni,Ториньи-сюр-Орез,Ториньї-сюр-Орез,奥勒斯河畔托里尼		27	89	893	89414
2972711	Thorigny-sur-Marne	thorigny-sur-marne	FR	77400	9887	Europe/Paris	48.88689	2.71806		Thorigny,Thorigny-sur-Marne		11	77	775	77464
2972712	Thorigny	thorigny	FR	85480	0	Europe/Paris	47.8283	3.65899				27	89	891	89045
2972713	Thorigny	thorigny	FR	85480	933	Europe/Paris	46.61301	-1.24103		Thorigny		52	85	852	85291
2972714	Thorigny-sur-le-Mignon	thorigny-sur-le-mignon	FR	79360	74	Europe/Paris	46.15	-0.55				75	79	792	79334
2972715	Thorigné-Fouillard	thorigne-fouillard	FR	35235	0	Europe/Paris	48.1578	-1.58111		Fouillard,Fouillard-Thorigne,Fouillard-Thorigné,Thorigne,Thorigne-Fouillard,Thorigne-sur-Vilaine,Thorigné,Thorigné-Fouillard,Thorigné-sur-Vilaine		53	35	353	35334
2972716	Thorigné-sur-Dué	thorigne-sur-due	FR	72160	1561	Europe/Paris	48.03931	0.53561		Thorigne,Thorigne-sur-Due,Thorigné,Thorigné-sur-Dué		52	72	722	72358
2972717	Thorigné-en-Charnie	thorigne-en-charnie	FR	53270	163	Europe/Paris	48.00091	-0.35821		Thorigne,Thorigne-en-Charnie,Thorigné,Thorigné-en-Charnie		52	53	533	53264
2972718	Thorigné-d'Anjou	thorigne-d-anjou	FR	49220	0	Europe/Paris	47.63881	-0.66258		Thorigne,Thorigne-d'Anjou,Thorigné,Thorigné-d'Anjou		52	49	494	49344
2972719	Thorigné	thorigne	FR	79370	1030	Europe/Paris	46.29149	-0.25122		Thorigne,Thorigné		75	79	792	79185
2972720	Thorey-sur-Ouche	thorey-sur-ouche	FR	21360	123	Europe/Paris	47.14715	4.69714		Thorey,Thorey-sur-Ouche		27	21	211	21634
2972721	Thorey-sous-Charny	thorey-sous-charny	FR	21350	159	Europe/Paris	47.32369	4.44738		Thorey,Thorey-sous-Charny		27	21	213	21633
2972722	Thorey-Lyautey	thorey-lyautey	FR	54115	121	Europe/Paris	48.44245	6.02945		Thorey-Lyautey		44	54	543	54522
2972723	Thorey-en-Plaine	thorey-en-plaine	FR	21110	856	Europe/Paris	47.21622	5.13333		Thorey,Thorey-en-Plaine		27	21	212	21632
2972725	Thorey	thorey	FR	89430	58	Europe/Paris	47.90357	4.12201		Thorey		27	89	892	89413
2972726	Thorey	thorey	FR	89430	0	Europe/Paris	47.63962	4.88755				27	21	213	21415
2972727	Thorens-Glières	thorens-glieres	FR	74570	2829	Europe/Paris	45.9951	6.24557		Thorens,Thorens-Glieres,Thorens-Glières,Toran-Gl'er,Торан-Гльєр		84	74	741	74282
2972732	Thoré-la-Rochette	thore-la-rochette	FR	41100	912	Europe/Paris	47.78735	0.96355		Thore,Thore-la-Rochette,Thoré,Thoré-la-Rochette,Tore-la-Roshett,tuo lei la luo xie te,Торе-ла-Рошетт,托雷拉罗谢特		24	41	412	41259
2972733	Thorée-les-Pins	thoree-les-pins	FR	72800	701	Europe/Paris	47.68655	0.04183		Thoree,Thoree-les-Pins,Thorée,Thorée-les-Pins,Tore-le-Pen,Торе-ле-Пен		52	72	721	72357
2972735	Thoras	thoras	FR	43170	286	Europe/Paris	44.86506	3.56224		Thoras		84	43	431	43245
2972736	Thorame-Haute	thorame-haute	FR	04170	183	Europe/Paris	44.09707	6.55548		Colle-Froide,Thorame-Haute,Toram-Ot,Torama Auta,Toramena Alta,shang tuo lang,Торам-От,上托朗		93	04	042	04219
2972737	Thorame-Basse	thorame-basse	FR	04170	160	Europe/Paris	44.09105	6.5004		Thorame-Basse,Toram-Bas,Toram-Bass,Torama Bassa,Toramena,xia tuo lang,Торам-Бас,Торам-Басс,下托朗		93	04	042	04218
2972738	Thoraise	thoraise	FR	25320	251	Europe/Paris	47.17333	5.90404		Thoraise		27	25	251	25561
2972739	Thorailles	thorailles	FR	45210	87	Europe/Paris	48.02348	2.89986		Thorailles,Toraj,tuo lai lai,Торай,托赖莱		24	45	451	45322
2972740	Thonville	thonville	FR	57380	50	Europe/Paris	48.98376	6.56111		Thonville		44	57	573	57673
2972742	Thonon-les-Bains	thonon-les-bains	FR	74200	31684	Europe/Paris	46.37049	6.47985		Thonon,Thonon-les-Bains,Thononum,Tonon,Tonon Le Ben,Tonon le Benas,Tonon-le-Bain,Tonon-le-Ben,XTS,tonon=re=ban,tononglebaeng,twnwn lbn,Τονόν-λε-Μπαιν,Тонон Ле Бен,Тонон-ле-Бен,تونون لبن,トノン＝レ＝バン,토농레뱅	744	84	74	744	74281
2972743	Thonnelle	thonnelle	FR	55600	140	Europe/Paris	49.55357	5.36415		Thonelle,Thonnelle		44	55	553	55511
2972744	Thonne-le-Thil	thonne-le-thil	FR	55600	258	Europe/Paris	49.57174	5.34833		Thonne,Thonne-le-Thil		44	55	553	55509
2972745	Thonne-les-Prés	thonne-les-pres	FR	55600	167	Europe/Paris	49.52577	5.35086		Thonne,Thonne-les-Pres,Thonne-les-Prés		44	55	553	55510
2972746	Thonne-la-Long	thonne-la-long	FR	55600	182	Europe/Paris	49.56162	5.42536		Thonne,Thonne-la-Long		44	55	553	55508
2972747	Thonnance-les-Moulins	thonnance-les-moulins	FR	52230	105	Europe/Paris	48.40985	5.29382		Thonnance,Thonnance-les-Moulins		44	52	523	52491
2972748	Thonnance-lès-Joinville	thonnance-les-joinville	FR	52300	843	Europe/Paris	48.45469	5.17304		Thonnance,Thonnance-les-Joinville,Thonnance-lès-Joinville		44	52	523	52490
2972749	Thônes	thones	FR	74230	6032	Europe/Paris	45.88123	6.32572		Thonesia,Ton,Тон		84	74	741	74280
2972750	Thonac	thonac	FR	24290	257	Europe/Paris	45.02262	1.11732		Thonac		75	24	244	24552
2972752	Thomirey	thomirey	FR	21360	56	Europe/Paris	47.08155	4.5913		Thomirey		27	21	211	21631
2972754	Thomery	thomery	FR	77810	3288	Europe/Paris	48.40723	2.78852		Thomery,Tomeri,Томери,Томері		11	77	774	77463
2972755	Thomer-la-Sôgne	thomer-la-sogne	FR	27240	320	Europe/Paris	48.90996	1.17134		Thomer,Thomer-la-Sogne,Thomer-la-Sôgne		28	27	272	27032
2972764	Thollon-les-Mémises	thollon-les-memises	FR	74500	713	Europe/Paris	46.38333	6.71667		Tollon-le-Memiz,Толлон-ле-Меміз		84	74	744	74279
2972765	Thollet	thollet	FR	86290	187	Europe/Paris	46.42108	1.12292		Thollet,Tolle,tuo lei,Толле,托勒		75	86	862	86270
2972766	Thol-lès-Millières	thol-les-millieres	FR	52240	37	Europe/Paris	48.14621	5.48251		Thol,Thol-les-Millieres,Thol-lès-Millières		44	52	521	52489
2972768	Thoix	thoix	FR	80160	151	Europe/Paris	49.70371	2.06523		Thoix,Toe,Toé,Tua,tu wa,Туа,图瓦		32	80	802	80757
2972769	Thoisy-le-Désert	thoisy-le-desert	FR	21320	168	Europe/Paris	47.24643	4.52477		Thoisy,Thoisy-le-Desert,Thoisy-le-Désert		27	21	211	21630
2972770	Thoisy-la-Berchère	thoisy-la-berchere	FR	21210	270	Europe/Paris	47.26214	4.34547		Thoisy,Thoisy-la-Berchere,Thoisy-la-Berchère		27	21	213	21629
2972771	Thoissia	thoissia	FR	39160	25	Europe/Paris	46.42277	5.39417		Thoissia		27	39	392	39532
2972772	Thoissey	thoissey	FR	01140	1493	Europe/Paris	46.17222	4.80251		Thoissey,Tuase,Tuasse,tu wa sai,twasy,Туассе,Տուասե,تواسي,图瓦塞		84	01	012	01420
2972773	Thoiry	thoiry	FR	01710	1015	Europe/Paris	48.86715	1.7976		Thoiry		11	78	782	78616
2972774	Thoiry	thoiry	FR	01710	4433	Europe/Paris	46.23762	5.98111		Thoiry		84	01	013	01419
2972775	Thoiry	thoiry	FR	01710	416	Europe/Paris	45.58456	6.03298		Thoiry		84	73	732	73293
2972776	Thoiria	thoiria	FR	39130	158	Europe/Paris	46.53466	5.73539		Thoiria		27	39	392	39531
2972777	Thoirette	thoirette	FR	39240	557	Europe/Paris	46.26999	5.5294		Thoirette,Tuarett,tu wa lei te,Туаретт,图瓦雷特		27	39	392	39530
2972778	Thoiré-sur-Dinan	thoire-sur-dinan	FR	72500	386	Europe/Paris	47.75449	0.44861		Thoire,Thoire-sur-Dinan,Thoiré,Thoiré-sur-Dinan		52	72	721	72356
2972779	Thoiré-sous-Contensor	thoire-sous-contensor	FR	72610	80	Europe/Paris	48.31124	0.20075		Thoire,Thoire-sous-Contensor,Thoiré-sous-Contensor		52	72	722	72355
2972780	Thoires	thoires	FR	21570	88	Europe/Paris	47.93528	4.67465		Thoires		27	21	213	21628
2972781	Thoiras	thoiras	FR	30140	390	Europe/Paris	44.06507	3.92723		Thoiras,Toirac,Toiraç,Tuaras,tu wa la,Туарас,图瓦拉		76	30	301	30329
2972782	Thoigné	thoigne	FR	72260	136	Europe/Paris	48.28924	0.25315		Thoigne,Thoigné		52	72	722	72354
2972783	Thodure	thodure	FR	38260	643	Europe/Paris	45.31717	5.16919		Thodure		84	38	383	38505
2972784	Thoard	thoard	FR	04380	716	Europe/Paris	44.14962	6.14806		Thoard,Toar,Toard,tuo a er,Тоар,托阿尔		93	04	043	04217
2972785	Thizy	thizy	FR	89420	0	Europe/Paris	47.57012	4.05571		Thizy		27	89	892	89412
2972786	Thizy-les-Bourgs	thizy-les-bourgs	FR	69240	2718	Europe/Paris	46.02995	4.31299		Thizy		84	69	692	69248
2972791	Thiville	thiville	FR	28200	371	Europe/Paris	48.02604	1.37467		Thiville		24	28	282	28389
2972792	Thiviers	thiviers	FR	24800	3757	Europe/Paris	45.41763	0.92143		Thiviers,Tiv'e,Tive,Tivier,di wei ye er,Тивье,Тівє,蒂维耶尔		75	24	242	24551
2972793	Thivet	thivet	FR	52800	312	Europe/Paris	47.99151	5.28806		Thivet		44	52	521	52488
2972794	Thiverval-Grignon	thiverval-grignon	FR	78850	1057	Europe/Paris	48.84964	1.91729		Thivernal-Grignon,Thiverval,Thiverval-Grignon,Tiverval'-Grin'on,Тиверваль-Гриньон,Тіверваль-Гриньон		11	78	782	78615
2972795	Thiverny	thiverny	FR	60160	1135	Europe/Paris	49.2518	2.43609		Thiverny,Tiverni,di wei er ni,Тіверні,蒂韦尔尼		32	60	604	60635
2972796	Thivencelle	thivencelle	FR	59163	852	Europe/Paris	50.44002	3.63386		Thivencelle,Thivencelles,Tivansel',di wang sai lei,Тивансель,Тівансель,蒂旺塞勒		32	59	596	59591
2972797	Thivars	thivars	FR	28630	993	Europe/Paris	48.37852	1.4515		Thivars		24	28	281	28388
2972798	Thise	thise	FR	25220	3161	Europe/Paris	47.28486	6.08127		Thise		27	25	251	25560
2972799	This	this	FR	08090	176	Europe/Paris	49.7495	4.60954		This		44	08	081	08450
2972801	Thiron Gardais	thiron-gardais	FR	28480	1157	Europe/Paris	48.31667	0.98333		Thiron		24	28	284	28387
2972803	Thiré	thire	FR	85210	446	Europe/Paris	46.54973	-1.00844		Thire,Thiré		52	85	851	85290
2972804	Thiraucourt	thiraucourt	FR	88500	93	Europe/Paris	48.29201	6.07333		Thiraucourt		44	88	882	88469
2972807	Thiouville	thiouville	FR	76450	251	Europe/Paris	49.69451	0.61802		Thiouville		28	76	761	76692
2972811	Thionville	thionville	FR	57100	44311	Europe/Paris	49.35994	6.16044		Diddenuewen,Diedenhofen,T'jonvil',T'onvil',Theudonevilla,Thionville,Tionvil,di yong wei er,tion'vu~iru,tiongbil,tywn wyl,tywn‌wyl,Тионвил,Тьйонвиль,Тьйонвіль,Тьонвиль,تیون ویل,تیون‌ویل,ティオンヴィル,蒂永维尔,티옹빌	577	44	57	577	57672
2972812	Thionville	thionville	FR	57100	0	Europe/Paris	48.37718	1.99531				11	91	911	91613
2972813	Thionne	thionne	FR	03220	317	Europe/Paris	46.40528	3.5758		Thionne		84	03	033	03284
2972814	Thiolières	thiolieres	FR	63600	149	Europe/Paris	45.58414	3.69154		Thiolieres,Thiolières		84	63	631	63431
2972816	Thin-le-Moutier	thin-le-moutier	FR	08460	494	Europe/Paris	49.71918	4.50626		Ten-le-Mut'e,Thin,Thin-le-Moutier,Тен-ле-Мутье,Тен-ле-Мутьє		44	08	081	08449
2972818	Thimory	thimory	FR	45260	541	Europe/Paris	47.92254	2.60141		Thimory,Timori,di mo li,Тіморі,蒂莫里		24	45	451	45321
2972819	Thimonville	thimonville	FR	57580	149	Europe/Paris	48.95478	6.39617		Thimonville		44	57	579	57671
2972820	Thimert-Gâtelles	thimert-gatelles	FR	28170	0	Europe/Paris	48.56667	1.25		Timer-Gatel',di mei er jia tai lai,Тімер-Гатель,蒂梅尔加泰莱		24	28	283	28386
2972947	Thenon	thenon	FR	24210	1278	Europe/Paris	45.13739	1.07086		Tenon,Thenon,tang weng,Тенон,唐翁		75	24	244	24550
2972821	Thil-sur-Arroux	thil-sur-arroux	FR	71190	142	Europe/Paris	46.80226	4.09346		Thil,Thil-sur-Arroux,Tij-sjur-Arru,Тий-сюр-Арру,Тій-сюр-Арру		27	71	711	71537
2972822	Thilouze	thilouze	FR	37260	1176	Europe/Paris	47.22415	0.57963		Thilouze		24	37	372	37257
2972823	Thil-Manneville	thil-manneville	FR	76730	0	Europe/Paris	49.84104	0.99311		Le Thil,Thil,Thil-Manneville		28	76	761	76690
2972824	Thillot	thillot	FR	55210	160	Europe/Paris	49.02619	5.66774		Thillot,Thillot-sous-les-Cotes,Thillot-sous-les-Côtes		44	55	553	55507
2972825	Thillombois	thillombois	FR	55260	37	Europe/Paris	48.95704	5.40001		Thillombois		44	55	552	55506
2972826	Thillois	thillois	FR	51370	231	Europe/Paris	49.25619	3.95404		Thillois		44	51	513	51569
2972827	Thilleux	thilleux	FR	52220	89	Europe/Paris	48.43913	4.80225		Thilleux		44	52	523	52487
2972829	Thilay	thilay	FR	08800	1093	Europe/Paris	49.87345	4.80772		Thilay		44	08	081	08448
2972830	Thil	thil	FR	01120	1618	Europe/Paris	49.473	5.90821		Thil		44	54	541	54521
2972831	Thil	thil	FR	01120	243	Europe/Paris	49.31578	3.96362		Thil		44	51	513	51568
2972832	Thil	thil	FR	01120	139	Europe/Paris	48.3475	4.7845		Thil		44	10	101	10377
2972833	Thil	thil	FR	01120	1036	Europe/Paris	45.81368	5.02323		Thil		84	01	012	01418
2972834	Thil	thil	FR	01120	918	Europe/Paris	43.7118	1.16042		Thil		76	31	313	31553
2972836	Thignonville	thignonville	FR	45300	340	Europe/Paris	48.27995	2.17336		Thignonville,Tignonville,Tin'onvil',di ni weng wei er,Тіньонвіль,蒂尼翁维尔		24	45	453	45320
2972837	Thiézac	thiezac	FR	15800	624	Europe/Paris	45.01478	2.66467		Thiezac,Thiézac		84	15	151	15236
2972839	Thièvres	thievres	FR	62760	122	Europe/Paris	50.13063	2.4552		Thievres,Thièvres		32	62	621	62814
2972840	Thièvres	thievres	FR	62760	0	Europe/Paris	50.12677	2.45399				32	80	804	80756
2972841	Thiéville	thieville	FR	14170	295	Europe/Paris	49.03765	-0.02626		Thieville,Thiéville		28	14	143	14654
2972842	Thieux	thieux	FR	60480	403	Europe/Paris	49.54268	2.31355		Thieux		32	60	602	60634
2972843	Thieux	thieux	FR	60480	756	Europe/Paris	49.00768	2.67206		Thieux		11	77	771	77462
2972844	Thieuloy-Saint-Antoine	thieuloy-saint-antoine	FR	60210	359	Europe/Paris	49.63369	1.94617		Thieuloy,Thieuloy-Saint-Antoine		32	60	601	60633
2972845	Thieulloy-la-Ville	thieulloy-la-ville	FR	80290	94	Europe/Paris	49.74665	1.92962		Thieulloy-la-Ville		32	80	802	80755
2972846	Thieulloy-l'Abbaye	thieulloy-l-abbaye	FR	80640	0	Europe/Paris	49.82648	1.94094		Thieulloy-l'Abbaye		32	80	802	80754
2972847	Thiétreville	thietreville	FR	76540	400	Europe/Paris	49.71783	0.5162		Thietreville,Thiétreville		28	76	762	76689
2972849	Thiescourt	thiescourt	FR	60310	724	Europe/Paris	49.56667	2.88333		Thiescourt		32	60	603	60632
2972850	Thiéry	thiery	FR	06710	97	Europe/Paris	43.97823	7.03028		Thiery,Thiéry		93	06	062	06139
2972851	Thierville-sur-Meuse	thierville-sur-meuse	FR	55840	3525	Europe/Paris	49.1705	5.35266		T'ervil'-sjur-Mez,Thierville,Thierville-sur-Meuse,mo si he pan di ye er wei er,Тьервиль-сюр-Мез,Тьєрвіль-сюр-Мез,默斯河畔蒂耶尔维尔		44	55	553	55505
2972852	Thierville	thierville	FR	27290	230	Europe/Paris	49.26667	0.72503		Thierville		28	27	272	27631
2972853	Thiers-sur-Thève	thiers-sur-theve	FR	60520	1019	Europe/Paris	49.15252	2.57051		T'er-sjur-Tev,Thiers,Thiers-sur-Theve,Thiers-sur-Thève,tai fu he pan di ye er,Тьєр-сюр-Тев,泰夫河畔蒂耶尔		32	60	604	60631
2972856	Thiers	thiers	FR	63300	0	Europe/Paris	50.4075	3.55322		Thiers,Thiers-la Grange		32	59	596	59112
2972857	Thiers	thiers	FR	63300	13739	Europe/Paris	45.85654	3.54758		Thiers,Tiern,Tièrn	635	84	63	635	63430
2972858	Thiernu	thiernu	FR	02250	127	Europe/Paris	49.7599	3.78807		Thiernu		32	02	022	02742
2972860	Thiergeville	thiergeville	FR	76540	298	Europe/Paris	49.71976	0.49385		Thiergeville		28	76	762	76688
2972863	Thiepval	thiepval	FR	80300	92	Europe/Paris	50.05459	2.68985		T'epval',Thiepval,Tiebvo,Tièbvo,di ye pu wa lei,Тьєпваль,蒂耶普瓦勒		32	80	804	80753
2972864	Thiennes	thiennes	FR	59189	872	Europe/Paris	50.65147	2.46676		Thiennes		32	59	594	59590
2972865	Thiénans	thienans	FR	70230	69	Europe/Paris	47.4678	6.27		Thienans,Thiénans		27	70	702	70501
2972867	Thiembronne	thiembronne	FR	62560	635	Europe/Paris	50.62101	2.05869		Thiembronne		32	62	625	62812
2972868	Thiel-sur-Acolin	thiel-sur-acolin	FR	03230	942	Europe/Paris	46.52336	3.58179		Thiel,Thiel-sur-Acolin		84	03	032	03283
2972871	Thiéfosse	thiefosse	FR	88290	610	Europe/Paris	47.97014	6.73093		T'efoss,Thiefosse,Thiéfosse,di ye fu si,Тьефосс,Тьєфосс,蒂耶福斯		44	88	881	88467
2972872	Thieffrans	thieffrans	FR	70230	171	Europe/Paris	47.50277	6.31802		Thieffrans		27	70	702	70500
2972873	Thieffrain	thieffrain	FR	10140	159	Europe/Paris	48.1952	4.44101		T'effren,T'efren,Thieffrain,di ye fu lan,Тьефрен,Тьєффрен,蒂耶夫兰		44	10	103	10376
2972875	Thiébouhans	thiebouhans	FR	25470	195	Europe/Paris	47.27877	6.84563		Thiebouhans,Thiébouhans		27	25	252	25559
2972876	Thiéblemont-Farémont	thieblemont-faremont	FR	51300	614	Europe/Paris	48.68994	4.7303				44	51	514	51567
2972877	Thiébauménil	thiebaumenil	FR	54300	369	Europe/Paris	48.57954	6.62261		Thiebaumenil,Thiébauménil		44	54	542	54520
2972878	Thicourt	thicourt	FR	57380	152	Europe/Paris	48.98882	6.55505		Thicourt		44	57	573	57670
2972879	Thibouville	thibouville	FR	27800	295	Europe/Paris	49.14786	0.7911				28	27	272	27630
2972880	Thibivillers	thibivillers	FR	60240	216	Europe/Paris	49.30204	1.90084		Thibivillers		32	60	601	60630
2972881	Thibie	thibie	FR	51510	284	Europe/Paris	48.93032	4.21679		Thibie		44	51	511	51566
2972882	Thiberville	thiberville	FR	27230	1652	Europe/Paris	49.13768	0.45502		Thiberville		28	27	272	27629
2972884	Thiaville-sur-Meurthe	thiaville-sur-meurthe	FR	54120	0	Europe/Paris	48.41278	6.80821		Thiaville,Thiaville-sur-Meurthe		44	54	542	54519
2972886	Thiaucourt-Regniéville	thiaucourt-regnieville	FR	54470	0	Europe/Paris	48.95	5.86667		T'jokur-Ren'evil',T'okur-Ren'evil',di ao ku er lei ni ai wei er,Тьйокур-Реньевиль,Тьйокур-Реньєвіль,Тьокур-Реньевиль,蒂奥库尔雷尼埃维尔		44	54	544	54518
2972888	Thiat	thiat	FR	87320	225	Europe/Paris	46.26594	0.97432		Thiat		75	87	871	87028
2972889	Thiant	thiant	FR	59224	2632	Europe/Paris	50.3048	3.44796		T'jan,Thiant,di ang,Тьян,蒂昂		32	59	596	59589
2972891	Thianges	thianges	FR	58260	199	Europe/Paris	46.90774	3.49634		Thianges		27	58	583	58291
2972892	Thiancourt	thiancourt	FR	90100	229	Europe/Paris	47.52303	6.98977		Thiancourt		27	90	901	90096
2972893	Thiais	thiais	FR	94320	29724	Europe/Paris	48.76496	2.3961		T'e,Thiais,Tje,di ai,tie,tyh,tyh  fransh,Тье,Тьє,Тје,تیه,تیه، فرانسه,ティエ,蒂艾,티에		11	94	943	94073
2972895	Thézy-Glimont	thezy-glimont	FR	80440	434	Europe/Paris	49.81152	2.43022		Thezy,Thezy-Glimont,Thézy,Thézy-Glimont		32	80	802	80752
2972896	Thézillieu	thezillieu	FR	01110	329	Europe/Paris	45.89341	5.59736		Thezillieu,Thézillieu		84	01	011	01185
2972897	Théziers	theziers	FR	30390	959	Europe/Paris	43.89966	4.62056		Theziers,Théziers		76	30	302	30328
2972898	Thézey-Saint-Martin	thezey-saint-martin	FR	54610	192	Europe/Paris	48.90113	6.29574		Thezey,Thezey-Saint-Martin,Thézey,Thézey-Saint-Martin		44	54	543	54517
2972902	Thèze	theze	FR	04200	152	Europe/Paris	44.31879	5.9215		Theze,Thèze		93	04	044	04216
2972903	Thèze	theze	FR	04200	750	Europe/Paris	43.47641	-0.34907		Theze,Thèze		75	64	643	64536
2972904	Thézan-lès-Béziers	thezan-les-beziers	FR	34490	2439	Europe/Paris	43.42166	3.16897		Thezan,Thezan-les-Beziers,Thèzan-lès-Béziers,Thézan,Thézan-lès-Béziers		76	34	341	34310
2972905	Thézan-des-Corbières	thezan-des-corbieres	FR	11200	552	Europe/Paris	43.1	2.76667				76	11	113	11390
2972906	Thézac	thezac	FR	17600	325	Europe/Paris	45.67146	-0.78981		Thezac,Thézac		75	17	174	17445
2972907	Thézac	thezac	FR	17600	171	Europe/Paris	44.42928	1.01497		Thezac,Thézac		75	47	473	47307
2972908	Théza	theza	FR	66200	1384	Europe/Paris	42.63906	2.95103		Tesa,Tesà,Theza,Thèza,Théza		76	66	661	66208
2972909	They-sous-Vaudemont	they-sous-vaudemont	FR	54930	11	Europe/Paris	48.40413	6.05933		They,They-sous-Vaudemont,They-sous-Vaudémont		44	54	543	54516
2972910	They-sous-Montfort	they-sous-montfort	FR	88800	161	Europe/Paris	48.23136	5.98449		They,They-sous Monfort,They-sous-Montfort		44	88	882	88466
2972911	Theys	theys	FR	38570	1730	Europe/Paris	45.30132	5.99848		Theys		84	38	381	38504
2972912	Thevray	thevray	FR	27330	184	Europe/Paris	48.97702	0.73069		Thevray		28	27	272	27049
2972913	Théville	theville	FR	50330	248	Europe/Paris	49.65233	-1.42278		Theville,Théville		28	50	502	50596
2972914	Thevet-Saint-Julien	thevet-saint-julien	FR	36400	451	Europe/Paris	46.63725	2.06762		Teve-Sen-Zhul'en,Thevet-Saint-Julien,Thevet-sur-Baudouin,te wei sheng rui li an,Теве-Сен-Жульен,Теве-Сен-Жульєн,特韦圣瑞利安		24	36	363	36221
2972920	Theuville-aux-Maillots	theuville-aux-maillots	FR	76540	389	Europe/Paris	49.76561	0.54674		Tevil'-o-Majo,Theuville,Theuville-aux-Maillots,Тевиль-о-Майо,Тевіль-о-Майо		28	76	762	76686
2972921	Theuville	theuville	FR	28150	0	Europe/Paris	49.67551	0.16953				28	76	762	76508
2972922	Theuville	theuville	FR	28150	62	Europe/Paris	49.15407	2.07218		Theuville		11	95	953	95611
2972923	Theuville	theuville	FR	28150	409	Europe/Paris	48.33557	1.59975		Theuville		24	28	281	28383
2972924	Théus	theus	FR	05190	166	Europe/Paris	44.47665	6.18838		Theus,Théus		93	05	052	05171
2972926	Theuley	theuley	FR	70120	71	Europe/Paris	47.62252	5.80115		Theuley		27	70	702	70499
2972927	Téthieu	tethieu	FR	40990	0	Europe/Paris	43.75	-0.98333				75	40	401	40315
2972928	Thésy	thesy	FR	39110	66	Europe/Paris	46.91243	5.92357		Thesy,Thésy		27	39	391	39529
2973009	Thaon	thaon	FR	14610	1410	Europe/Paris	49.25796	-0.45605		Thaon		28	14	142	14685
2972931	Thésée	thesee	FR	41140	1225	Europe/Paris	47.32345	1.30882		Thesee,Thezee,Thésée,Thézée		24	41	413	41258
2972933	Thervay	thervay	FR	39290	375	Europe/Paris	47.249	5.6152		Thervay		27	39	391	39528
2972934	Thérouldeville	therouldeville	FR	76540	468	Europe/Paris	49.76072	0.51878		Therouldeville,Thérouldeville		28	76	762	76685
2972936	Thérouanne	therouanne	FR	62129	1074	Europe/Paris	50.63695	2.25838		Teruan,Teruann,Terwoan,Therouanne,Therwane,Thérouanne,tai lu a ne,thyrwan,Теруан,Теруанн,ثيروان,泰鲁阿讷		32	62	625	62811
2972937	Thérondels	therondels	FR	12600	494	Europe/Paris	44.89641	2.75826		Therondels,Thérondels		76	12	122	12280
2972938	Thermes-Magnoac	thermes-magnoac	FR	65230	171	Europe/Paris	43.29874	0.59195		Thermes-Magnoac		76	65	653	65442
2972939	Thérines	therines	FR	60380	175	Europe/Paris	49.60348	1.89317		Therines,Thérines		32	60	601	60629
2972940	Therdonne	therdonne	FR	60510	837	Europe/Paris	49.41846	2.15839		Tardonne,Terdonn,Therdonne,tai er dong,Тердонн,泰尔东		32	60	601	60628
2972942	Théoule-sur-Mer	theoule-sur-mer	FR	06590	1347	Europe/Paris	43.5078	6.9408		Teul'-sjur-Mer,Teula de Mar,Theoule,Théoule,bin hai tai wu er,thywl swr myr,Теуль-сюр-Мер,ثيول سور مير,滨海泰乌尔		93	06	061	06138
2972946	Thénorgues	thenorgues	FR	08240	83	Europe/Paris	49.40609	4.92913		Thenorgues,Thénorgues		44	08	084	08446
2973271	Tavaco	tavaco	FR	20167	249	Europe/Paris	42.03612	8.89819		Tavaco		94	2A	2A1	2A323
2972948	Thennes	thennes	FR	80110	362	Europe/Paris	49.81252	2.47065		Teinne,Tenn,Thennes,tai ne,Тенн,泰讷		32	80	803	80751
2972949	Thennelières	thennelieres	FR	10410	274	Europe/Paris	48.28839	4.1785		L'Mas-l'Union,Thennelieres,Thennelières		44	10	103	10375
2972950	Thénisy	thenisy	FR	77520	281	Europe/Paris	48.49028	3.17499		Thenisy,Thénisy		11	77	773	77461
2972951	Thenissey	thenissey	FR	21150	120	Europe/Paris	47.49584	4.62345		Thenissey		27	21	213	21627
2972952	Thénioux	thenioux	FR	18100	604	Europe/Paris	47.25609	1.93571		Thenioux,Thénioux		24	18	183	18263
2972953	Thénezay	thenezay	FR	79390	1474	Europe/Paris	46.71954	-0.02763		Thenezay,Thénezay		75	79	793	79326
2972954	Theneuille	theneuille	FR	03350	418	Europe/Paris	46.58414	2.86349		Theneuille		84	03	031	03282
2972955	Theneuil	theneuil	FR	37220	307	Europe/Paris	47.09798	0.43831		Tenej,Theneuil,te na yi,Теней,特纳伊		24	37	371	37256
2972957	Thénésol	thenesol	FR	73200	283	Europe/Paris	45.71321	6.39393		Thenesol,Thénésol		84	73	731	73292
2972958	Thenelles	thenelles	FR	02390	570	Europe/Paris	49.82992	3.46642		Thenelles		32	02	023	02741
2972960	Thenay	thenay	FR	36800	831	Europe/Paris	47.38755	1.29103		Thenay		24	41	413	41059
2972961	Thenay	thenay	FR	36800	880	Europe/Paris	46.6306	1.42747		Thenay		24	36	361	36220
2972962	Thenailles	thenailles	FR	02140	293	Europe/Paris	49.81936	3.936		Thenailles		32	02	025	02740
2972963	Thénac	thenac	FR	17460	1243	Europe/Paris	45.66761	-0.65395		Thenac,Thénac		75	17	174	17444
2972964	Thénac	thenac	FR	17460	356	Europe/Paris	44.75011	0.34131		Thenac,Thénac		75	24	241	24549
2972965	Théminettes	theminettes	FR	46120	154	Europe/Paris	44.71383	1.852		Theminettes,Théminettes		76	46	462	46319
2972966	Thémines	themines	FR	46120	243	Europe/Paris	44.73961	1.82802		Themines,Thémines		76	46	462	46318
2972968	Théméricourt	themericourt	FR	95450	247	Europe/Paris	49.08621	1.89701		Temerikur,Themericourt,Théméricourt,tai mo li ku er,Темерикур,泰默里库尔		11	95	953	95610
2972969	Thélus	thelus	FR	62580	1047	Europe/Paris	50.35441	2.80146		Telju,Thelus,Thélus,tai lu,thylws,Телю,ثيلوس,泰吕		32	62	621	62810
2972970	Thelonne	thelonne	FR	08350	260	Europe/Paris	49.65	4.95				44	08	083	08445
2972971	Thélod	thelod	FR	54330	264	Europe/Paris	48.54606	6.04748		Thelod,Thélod		44	54	543	54515
2972973	Thélis-la-Combe	thelis-la-combe	FR	42220	148	Europe/Paris	45.32782	4.55489		Thelis-la-Combe,Thélis-la-Combe		84	42	423	42310
2972974	Théligny	theligny	FR	72320	184	Europe/Paris	48.17463	0.79998		Theligny,Théligny		52	72	722	72353
2972977	Thel	thel	FR	69470	295	Europe/Paris	46.11636	4.37624		Thel		84	69	692	69066
2972978	Theizé	theize	FR	69620	1110	Europe/Paris	45.93963	4.61634		Teze,Theize,Theizé,Тезе		84	69	692	69246
2972979	Theix	theix	FR	56450	5402	Europe/Paris	47.62938	-2.65061		Te,Teiz,Theix,tai zhen,Те,泰镇		53	56	563	56251
2972980	Theix	theix	FR	56450	0	Europe/Paris	45.70441	3.02031		Theix		84	63	632	63345
2972982	Theil-sur-Vanne	theil-sur-vanne	FR	89320	581	Europe/Paris	48.16696	3.42632		Tej-sjur-Vann,Theil,Theil-sur-Vanne,wa ne he pan tai,Тей-сюр-Ванн,瓦讷河畔泰		27	89	893	89411
2972983	Theil-Rabier	theil-rabier	FR	16240	148	Europe/Paris	46.04996	0.03701		Tej-Rab'e,Tej-Rabe,Theil,Theil-Rabier,tai la bi ye,Тей-Рабье,Тей-Рабє,泰拉比耶		75	16	163	16381
2972984	Theillement	theillement	FR	27520	326	Europe/Paris	49.28739	0.79669		Theillement		28	27	272	27089
2972986	Theillay	theillay	FR	41300	1346	Europe/Paris	47.31429	2.04028		Theillay		24	41	413	41256
2972989	Théhillac	thehillac	FR	56130	551	Europe/Paris	47.56799	-2.11602		Tehelieg,Thehillac,Théhillac		53	56	563	56250
2972990	Thégra	thegra	FR	46500	479	Europe/Paris	44.82136	1.75617		Thegra,Thégra		76	46	463	46317
2972991	Thédirac	thedirac	FR	46150	292	Europe/Paris	44.60096	1.31729		Thedirac,Thédirac		76	46	463	46316
2972992	Théding	theding	FR	57450	2110	Europe/Paris	49.12847	6.8922		Theding,Théding		44	57	573	57669
2972994	Thèbe	thebe	FR	65370	51	Europe/Paris	42.96514	0.58963		Thebe,Thèbe		76	65	652	65441
2972995	Thauvenay	thauvenay	FR	18300	309	Europe/Paris	47.30848	2.86334		Thauvenay		24	18	181	18262
2972996	Thauron	thauron	FR	23250	188	Europe/Paris	45.9999	1.81773		Thauron		75	23	232	23253
2972997	Thaumiers	thaumiers	FR	18210	383	Europe/Paris	46.82191	2.65482		Thaumiers		24	18	182	18261
2973001	Tharot	tharot	FR	89200	117	Europe/Paris	47.52869	3.85917		Tharot		27	89	892	89410
2973004	Tharoiseau	tharoiseau	FR	89450	81	Europe/Paris	47.46227	3.80476		Taruazo,Tharoiseau,ta lu wa suo,Таруазо,塔鲁瓦索		27	89	892	89409
2973006	Tharaux	tharaux	FR	30430	60	Europe/Paris	44.24135	4.31133		Tharaux		76	30	301	30327
2973008	Thaon-les-Vosges	thaon-les-vosges	FR	88150	8009	Europe/Paris	48.25	6.41667		Taon-le-Vozh,Thaon,Thaon-les-Vosges,tang lai wo si re,Таон-ле-Вож,唐莱沃斯热		44	88	881	88465
2973010	Thanvillé	thanville	FR	67220	479	Europe/Paris	48.32303	7.35112		Dawiller,Tanville,Thannweiler,Thanville,Thanvillé,tang wei lai,tanwylh,thanfyly,Танвилле,Танвілле,تانویله,ثانفيلي,唐维莱		44	67	675	67490
2973011	Thannenkirch	thannenkirch	FR	68590	465	Europe/Paris	48.23259	7.30175		Tannenkirsh,Thannenkirch,Танненкирш,Танненкірш		44	68	682	68335
2973013	Thann	thann	FR	68800	8429	Europe/Paris	47.80789	7.10301	343	Thann	686	44	68	686	68334
2973015	Thal-Marmoutier	thal-marmoutier	FR	67440	751	Europe/Paris	48.70229	7.3526		Thal		44	67	674	67489
2973016	Thal-Drulingen	thal-drulingen	FR	67320	164	Europe/Paris	48.91667	7.15		Thal		44	67	674	67488
2973018	Thalamy	thalamy	FR	19200	76	Europe/Paris	45.51333	2.45961		Thalamy		75	19	193	19266
2973019	Thaix	thaix	FR	58250	63	Europe/Paris	46.84548	3.70965		Te,Thaix,tai zhen,Те,泰镇		27	58	581	58290
2973021	Thairé	thaire	FR	17290	1331	Europe/Paris	46.07355	-1.00288		Thaire,Thaire-d'Aunis,Thairé,Thairé-d'Aunis		75	17	173	17443
2973022	Thaims	thaims	FR	17120	254	Europe/Paris	45.62269	-0.78558		Thaims		75	17	174	17442
2973026	Thaas	thaas	FR	51230	87	Europe/Paris	48.64814	3.87893		Thaas		44	51	512	51565
2973030	Teyssode	teyssode	FR	81220	354	Europe/Paris	43.65025	1.93436		Teyssode,Teyssode-Saint-Germier		76	81	812	81299
2973031	Teyssieu	teyssieu	FR	46190	212	Europe/Paris	44.91899	1.95505		Teyssieu		76	46	462	46315
2973032	Teyssières	teyssieres	FR	26220	71	Europe/Paris	44.4497	5.13235		Teyssieres,Teyssières,Vieux Village		84	26	262	26350
2973033	Teyran	teyran	FR	34820	4773	Europe/Paris	43.68528	3.92889		Teiran,Tejran,Teyran,tai lang,Тейран,泰朗		76	34	342	34309
2973034	Teyjat	teyjat	FR	24300	272	Europe/Paris	45.58607	0.57485		Teyjat		75	24	242	24548
2973039	Teurthéville-Hague	teurtheville-hague	FR	50690	770	Europe/Paris	49.58262	-1.72857		Teurtheville,Teurtheville-Hague,Teurthéville-Hague,Theurteville,Theurtheville-Hague,Theurthéville-Hague		28	50	502	50594
2973040	Teurthéville-Bocage	teurtheville-bocage	FR	50630	571	Europe/Paris	49.59245	-1.3965		Teurtheville,Teurtheville-Bocage,Teurthéville,Teurthéville-Bocage		28	50	502	50593
2973041	Teulat	teulat	FR	81500	414	Europe/Paris	43.63599	1.69806		Teulat		76	81	812	81298
2973042	Teuillac	teuillac	FR	33710	728	Europe/Paris	45.09289	-0.54756		Teuillac		75	33	331	33530
2973045	Teting-sur-Nied	teting-sur-nied	FR	57385	1220	Europe/Paris	49.05704	6.66294		Teting,Teting-sur-Nied,Téting,Téting-sur-Nied		44	57	573	57668
2973048	Téterchen	teterchen	FR	57220	624	Europe/Paris	49.23067	6.56188		Teterchen,Téterchen		44	57	573	57667
2973049	Téteghem	teteghem	FR	59229	7465	Europe/Paris	51.01859	2.44454		Teteghem,Téteghem		32	59	594	59588
2973051	Tétaigne	tetaigne	FR	08110	80	Europe/Paris	49.6519	5.1314		Tetaigne,Tétaigne		44	08	083	08444
2973058	Tessy-sur-Vire	tessy-sur-vire	FR	50420	1465	Europe/Paris	48.97381	-1.06087		Tessi-sjur-Vir,Tessy,Tessy-sur-Vire,Tessy-sur-ville,wei er he pan tai xi,Тесси-сюр-Вир,Тессі-сюр-Вір,维尔河畔泰西		28	50	504	50592
2973059	Tessonnière	tessonniere	FR	79600	300	Europe/Paris	46.81296	-0.19144		Tessonniere,Tessonnière		75	79	793	79005
2973062	Tesson	tesson	FR	17460	872	Europe/Paris	45.63257	-0.65289		Tesson		75	17	174	17441
2973065	Tessel	tessel	FR	14250	238	Europe/Paris	49.15314	-0.57412		Tessel,Tessel-Bretteville		28	14	141	14684
2973066	Tessé-Froulay	tesse-froulay	FR	61410	383	Europe/Paris	48.52722	-0.43184		Tesse,Tessé		28	61	611	61482
2973069	Tessancourt-sur-Aubette	tessancourt-sur-aubette	FR	78250	967	Europe/Paris	49.0229	1.92218		Tessancourt,Tessancourt-sur-Aubette		11	78	781	78609
2973073	Terville	terville	FR	57180	6667	Europe/Paris	49.34668	6.13346		Terville		44	57	577	57666
2973075	Tertry	tertry	FR	80200	190	Europe/Paris	49.86201	3.07193		Tertry		32	80	804	80750
2973077	Terssac	terssac	FR	81150	973	Europe/Paris	43.92776	2.0723		Terssac		76	81	811	81297
2973078	Tersannes	tersannes	FR	87360	168	Europe/Paris	46.29758	1.12142		Tersannes		75	87	871	87195
2973079	Tersanne	tersanne	FR	26390	205	Europe/Paris	45.22658	5.01522		Tersanne		84	26	263	26349
2973080	Terrou	terrou	FR	46120	272	Europe/Paris	44.78406	1.98418		Terron,Terrou,Terru,tai er lu,Терру,泰尔鲁		76	46	462	46314
2973081	Terron-sur-Aisne	terron-sur-aisne	FR	08400	118	Europe/Paris	49.45223	4.69556		Terron,Terron-sur-Aisne		44	08	084	08490
2973083	Terroles	terroles	FR	11580	16	Europe/Paris	42.98492	2.33884		Terroles,Terrolles		76	11	112	11389
2973098	Terrehault	terrehault	FR	72110	97	Europe/Paris	48.20454	0.40333		Terrehault		52	72	722	72352
2973100	Terrefondrée	terrefondree	FR	21290	0	Europe/Paris	47.72992	4.86422		Terrefondree,Terrefondrée		27	21	213	21626
2973103	Terrebasse	terrebasse	FR	31420	138	Europe/Paris	43.23918	0.96331		Terrebassc,Terrebasse		76	31	312	31552
2973106	Terraube	terraube	FR	32700	396	Europe/Paris	43.90654	0.55161		Terraube		76	32	322	32442
2973107	Terrats	terrats	FR	66300	577	Europe/Paris	42.60852	2.77178		Terrats,tai er la te,Терратс,泰尔拉特		76	66	661	66207
2973108	Terrasson-Lavilledieu	terrasson-lavilledieu	FR	24120	6371	Europe/Paris	45.13011	1.30136		Terrasson,Terrasson e La Vila Dieu,Terrasson-Lavil'd'e,tai er la song la wei lai di e,Террассон-Лавильдье,Террассон-Лавільдьє,泰尔拉松拉维莱迪厄		75	24	244	24547
2973112	Terramesnil	terramesnil	FR	80600	235	Europe/Paris	50.10594	2.38097		Terramesnil		32	80	802	80749
2973117	Terny-Sorny	terny-sorny	FR	02880	326	Europe/Paris	49.4456	3.36238		Terny-Sorny		32	02	024	02739
2973118	Ternuay-Melay-et-Saint-Hilaire	ternuay-melay-et-saint-hilaire	FR	70270	516	Europe/Paris	47.78605	6.63269		Le Mont-Hilaire,Ternuay,Ternuay-Melay-et-Saint-Hilaire		27	70	701	70498
2973126	Ternay	ternay	FR	41800	281	Europe/Paris	47.731	0.77809		Ternay		24	41	412	41255
2973127	Ternay	ternay	FR	41800	213	Europe/Paris	47.03558	-0.05143		Ternay		75	86	861	86269
2973128	Ternay	ternay	FR	41800	4868	Europe/Paris	45.60234	4.81064		Ternay		84	69	691	69297
2973129	Ternat	ternat	FR	52210	45	Europe/Paris	47.90632	5.12659		Ternat		44	52	522	52486
2973130	Ternas	ternas	FR	62127	121	Europe/Paris	50.34348	2.39694		Ternas		32	62	621	62809
2973131	Ternant-les-Eaux	ternant-les-eaux	FR	63340	41	Europe/Paris	45.47896	3.13136		Ternant,Ternant-les-Eaux		84	63	633	63429
2973132	Ternant	ternant	FR	17400	77	Europe/Paris	47.2009	4.85432		Ternant		27	21	211	21625
2973133	Ternant	ternant	FR	17400	236	Europe/Paris	46.74988	3.83916		Ternant		27	58	581	58289
2973134	Ternant	ternant	FR	17400	256	Europe/Paris	45.94897	-0.57493		Ternant		75	17	175	17440
2973135	Ternant	ternant	FR	17400	0	Europe/Paris	45.80876	3.0072				84	63	632	63263
2973136	Ternand	ternand	FR	69620	723	Europe/Paris	45.9444	4.52876		Ternand		84	69	692	69245
2973137	Terminiers	terminiers	FR	28140	953	Europe/Paris	48.08274	1.74108		Terminiers		24	28	282	28382
2973138	Termignon	termignon	FR	73500	402	Europe/Paris	45.27637	6.81706		Termignon,Termin'on,Thermignon,Терміньон		84	73	733	73290
2973139	Termes-d'Armagnac	termes-d-armagnac	FR	32400	0	Europe/Paris	43.6711	-0.0105		Termes,Termes-d'Armagnac,Thermes-d'Armagnac		76	32	323	32443
2973140	Termes	termes	FR	08250	136	Europe/Paris	49.32244	4.82342		Termes		44	08	084	08198
2973141	Termes	termes	FR	08250	215	Europe/Paris	44.81271	3.1675				76	48	482	48190
2973142	Termes	termes	FR	08250	0	Europe/Paris	43.00043	2.56222				76	11	113	11388
2973144	Terjat	terjat	FR	03420	232	Europe/Paris	46.20394	2.61543		Terjat		84	03	031	03280
2973146	Tergnier	tergnier	FR	02700	15475	Europe/Paris	49.65607	3.30107		Tergnier,Tern'e,tai er ni ye,Тернье,Терньє,泰尔尼耶		32	02	022	02738
2973150	Terdeghem	terdeghem	FR	59114	559	Europe/Paris	50.79896	2.53949		Terdegem,Terdeghem,tai er dai gai mu,trdghm,Тердегем,تردگهم,تردےگھم,泰尔代盖姆		32	59	594	59587
2973151	Tercis-les-Bains	tercis-les-bains	FR	40180	1152	Europe/Paris	43.67129	-1.11054		Tercis,Tercis-les-Bains		75	40	401	40314
2973152	Tercillat	tercillat	FR	23350	207	Europe/Paris	46.40757	2.05412		Tercillat,Tercillat-Pelletier		75	23	232	23252
2973155	Tercé	terce	FR	86800	1078	Europe/Paris	46.5168	0.56361		Terce,Tercé		75	86	863	86268
2973164	Tenteling	tenteling	FR	57980	1033	Europe/Paris	49.12544	6.93751		Tantelen,Tenteling,Tentelingen,tang tai lan,tntlyng,Тантелен,تنتلینگ,唐泰兰		44	57	573	57665
2973166	Tennie	tennie	FR	72240	1018	Europe/Paris	48.10765	-0.07668		Tennie		52	72	722	72351
2973176	Teneur	teneur	FR	62134	286	Europe/Paris	50.45166	2.21915		Teneur		32	62	621	62808
2973177	Tendu	tendu	FR	36200	450	Europe/Paris	46.64434	1.55987		Tendu		24	36	362	36219
2973178	Tendron	tendron	FR	18350	110	Europe/Paris	46.97311	2.84374				24	18	182	18260
2973179	Tendon	tendon	FR	88460	470	Europe/Paris	48.12152	6.67913		Tendon		44	88	881	88464
2973180	Tende	tende	FR	06430	1953	Europe/Paris	44.08752	7.59366		Tenda,Tende		93	06	062	06163
2973181	Tencin	tencin	FR	38570	1165	Europe/Paris	45.31105	5.95752		Tencin		84	38	381	38501
2973182	Tence	tence	FR	43190	3048	Europe/Paris	45.11423	4.29097		Tans,Tenca,Tence,Tença,tang ke,Танс,唐克		84	43	433	43244
2973183	Tenay	tenay	FR	01230	1182	Europe/Paris	45.91884	5.50797		Tenay,Tene,te nai,tynay,Тене,Տենե,تيناي,特奈		84	01	011	01416
2973185	Templeux-le-Guérard	templeux-le-guerard	FR	80240	217	Europe/Paris	49.96282	3.14967		Templeux,Templeux-le-Guerard,Templeux-le-Guérard		32	80	804	80748
2973186	Templeux-la-Fosse	templeux-la-fosse	FR	80240	158	Europe/Paris	49.96642	3.02485		Templeux,Templeux-la-Fosse		32	80	804	80747
2973187	Templeuve-en-Pévèle	templeuve-en-pevele	FR	59242	5901	Europe/Paris	50.52336	3.17809		Templeuve		32	59	595	59586
2973188	Templemars	templemars	FR	59175	3513	Europe/Paris	50.57387	3.05437		Tamplemar,Templemars,tang pu lei ma er,Тамплемар,唐普勒马尔		32	59	595	59585
2973192	Teloché	teloche	FR	72220	2786	Europe/Paris	47.888	0.27112		Teloche,Teloché,Teloshe,Телоше		52	72	723	72350
2973194	Tellières-le-Plessis	tellieres-le-plessis	FR	61390	45	Europe/Paris	48.62564	0.39345		Tellieres,Tellieres-le-Plessis,Tellières,Tellières-le-Plessis		28	61	611	61481
2973195	Tellecey	tellecey	FR	21270	137	Europe/Paris	47.29348	5.28098		Tellecey		27	21	212	21624
2973196	Tellancourt	tellancourt	FR	54260	536	Europe/Paris	49.5075	5.63316		Tellancourt		44	54	541	54514
2973197	Telgruc-sur-Mer	telgruc-sur-mer	FR	29560	1944	Europe/Paris	48.23139	-4.35683		Telgruc,Telgruc-sur-Mer,Terrug		53	29	292	29280
2973203	Teissières-lès-Bouliès	teissieres-les-boulies	FR	15130	270	Europe/Paris	44.82243	2.54369		Teissieres,Teissieres-les-Boulies,Teissières,Teissières-lès-Bouliès		84	15	151	15234
2973204	Teissières-de-Cornet	teissieres-de-cornet	FR	15250	175	Europe/Paris	44.97016	2.35534		Teissieres,Teissieres-de-Cornet,Teissières,Teissières-de-Cornet		84	15	151	15233
2973208	Teillots	teillots	FR	24390	142	Europe/Paris	45.25758	1.22125		Teillots		75	24	244	24545
2973211	Teillet-Argenty	teillet-argenty	FR	03410	0	Europe/Paris	46.25964	2.51192		Teillet-Argentz		84	03	031	03279
2973212	Teillet	teillet	FR	81120	0	Europe/Paris	46.16724	2.51062				75	23	231	23076
2973213	Teillet	teillet	FR	81120	0	Europe/Paris	46.05893	1.70759				75	23	232	23189
2973214	Teillet	teillet	FR	81120	0	Europe/Paris	45.00668	1.77933				75	19	191	19067
2973215	Teillet	teillet	FR	81120	0	Europe/Paris	44.33176	2.30867				76	12	123	12068
2973216	Teillet	teillet	FR	81120	0	Europe/Paris	44.13666	2.285				76	81	811	81201
2973217	Teillet	teillet	FR	81120	0	Europe/Paris	43.83528	2.34		Tee,Teillet,Teje,Telhet,tai ye,Тейе,Теє,泰耶		76	81	811	81295
2973218	Teillé	teille	FR	44440	499	Europe/Paris	48.18117	0.18763		Teille,Teillé		52	72	723	72349
2973219	Teillé	teille	FR	44440	1407	Europe/Paris	47.4617	-1.2781		Teille,Teillé,Tilhieg		52	44	445	44202
2973224	Teillay	teillay	FR	35620	852	Europe/Paris	47.80767	-1.5391		Teillay,Tilheg		53	35	352	35332
2973226	Teilhet	teilhet	FR	09500	308	Europe/Paris	46.09642	2.82173		Teilhet		84	63	634	63428
2973227	Teilhet	teilhet	FR	09500	160	Europe/Paris	43.09253	1.77871		Teilhet		76	09	092	09309
2973228	Teilhède	teilhede	FR	63460	395	Europe/Paris	45.9558	3.07201		Teilhede,Teilhède		84	63	634	63427
2973229	Teigny	teigny	FR	58190	121	Europe/Paris	47.3844	3.67285		Teigny		27	58	582	58288
2973233	Técou	tecou	FR	81600	666	Europe/Paris	43.84363	1.9499		Tecou,Técou		76	81	811	81294
2973236	Têche	teche	FR	38470	535	Europe/Paris	45.18164	5.37737		Teche,Têche		84	38	381	38500
2973239	Tazilly	tazilly	FR	58170	250	Europe/Paris	46.76583	3.91357		Tazilly		27	58	581	58287
2973242	Tayrac	tayrac	FR	12440	185	Europe/Paris	44.20246	2.23339		Tayrac		76	12	123	12278
2973243	Tayrac	tayrac	FR	12440	333	Europe/Paris	44.19735	0.84185		Tayrac		75	47	471	47305
2973244	Taybosc	taybosc	FR	32120	62	Europe/Paris	43.78357	0.73642		Taybosc		76	32	322	32441
2973246	Tayac	tayac	FR	33570	140	Europe/Paris	44.95284	-0.00918		Tayac		75	33	335	33526
2973247	Tayac	tayac	FR	33570	0	Europe/Paris	44.86667	1.33333				75	24	244	24074
2973248	Tayac	tayac	FR	33570	0	Europe/Paris	44.19477	2.46417				76	12	123	12065
2973250	Taxenne	taxenne	FR	39350	101	Europe/Paris	47.22353	5.67984		Taxenne		27	39	391	39527
2973251	Taxat-Senat	taxat-senat	FR	03140	213	Europe/Paris	46.20094	3.13809		Taxat-Senat		84	03	032	03278
2973256	Tavey	tavey	FR	70400	343	Europe/Paris	47.56543	6.73924		Tavey		27	70	701	70285
2973257	Tavers	tavers	FR	45190	1287	Europe/Paris	47.75921	1.61267		Tave,Tavers,ta wei er,Таве,塔韦尔		24	45	452	45317
2973258	Taverny	taverny	FR	95150	27271	Europe/Paris	49.02542	2.21691		Taverni,Taverny,ta fu er ni,tabeleuni,tavu~eruni,twrny,Таверни,Таверні,تورنی,タヴェルニー,塔夫尔尼,타베르니		11	95	951	95607
2973259	Tavernes	tavernes	FR	83670	977	Europe/Paris	43.59375	6.0168		Tavernes		93	83	833	83135
2973261	Tavernay	tavernay	FR	71400	530	Europe/Paris	47.01393	4.2344		Tavernay,Taverne,Таверне		27	71	711	71535
2973262	Tavera	tavera	FR	20163	356	Europe/Paris	42.06884	9.01314		Tavera		94	2A	2A1	2A324
2973264	Tavel	tavel	FR	30126	1668	Europe/Paris	44.01177	4.69989		Tavel		76	30	302	30326
2973266	Tavaux-et-Pontséricourt	tavaux-et-pontsericourt	FR	02250	562	Europe/Paris	49.72991	3.90639		Tavaux,Tavaux-et-Pontsericourt,Tavaux-et-Pontséricourt		32	02	022	02737
2973267	Tavaux	tavaux	FR	39500	4066	Europe/Paris	47.03376	5.405		Tavaux,Tavo,ta wo,Таво,塔沃		27	39	391	39526
2973269	Tavant	tavant	FR	37220	252	Europe/Paris	47.12616	0.38867		Tavant		24	37	371	37255
2973272	Tauxigny	tauxigny	FR	37310	1145	Europe/Paris	47.21337	0.83479		Tauxigny		24	37	373	37254
2973273	Tauxières-Mutry	tauxieres-mutry	FR	51150	250	Europe/Paris	49.09196	4.10279		Tauxieres-Mutry,Tauxières-Mutry		44	51	512	51564
2973274	Tauves	tauves	FR	63690	768	Europe/Paris	45.56	2.62336		Tauves		84	63	633	63426
2973277	Tautavel	tautavel	FR	66720	928	Europe/Paris	42.81391	2.74629		Talteuell,Talteüll,Tautavel		76	66	662	66205
2973279	Taussat-les-Bains	taussat-les-bains	FR	33148	0	Europe/Paris	44.71596	-1.06564		Taussat,Taussat-les-Bains		75	33	336	33229
2973280	Taussac	taussac	FR	12600	399	Europe/Paris	43.62277	3.09179		Taussac,Taussac-la-Billiere,Taussac-la-Billière		76	34	341	34308
2973281	Taussac	taussac	FR	12600	552	Europe/Paris	44.82902	2.64189		Taussac		76	12	122	12277
2973283	Taurize	taurize	FR	11220	69	Europe/Paris	43.07636	2.50468		Taurize		76	11	111	11387
2973286	Taurinya	taurinya	FR	66500	336	Europe/Paris	42.57997	2.42649		Taurinya		76	66	663	66204
2973288	Taurignan-Vieux	taurignan-vieux	FR	09190	222	Europe/Paris	43.02765	1.1148		Taurignan,Taurignan-Vieux		76	09	093	09308
2973289	Taurignan-Castet	taurignan-castet	FR	09160	160	Europe/Paris	43.03948	1.09121		Taurignan,Taurignan-Castel,Taurignan-Castet		76	09	093	09307
2973290	Tauriers	tauriers	FR	07110	172	Europe/Paris	44.55172	4.2807		Tauriers,Thauriers		84	07	071	07318
2973291	Tauriac-de-Naucelle	tauriac-de-naucelle	FR	12800	362	Europe/Paris	44.153	2.30576		Tauriac,Tauriac-de-Naucelle		76	12	123	12276
2973292	Tauriac-de-Camarès	tauriac-de-camares	FR	12360	67	Europe/Paris	43.77964	3.02999		Tauriac,Tauriac-de-Camares,Tauriac-de-Camarès		76	12	121	12275
2973293	Tauriac	tauriac	FR	33710	1406	Europe/Paris	45.04915	-0.50048				75	33	331	33525
2973294	Tauriac	tauriac	FR	33710	353	Europe/Paris	44.90618	1.77568		Tauriac		76	46	462	46313
2973295	Tauriac	tauriac	FR	33710	217	Europe/Paris	43.88348	1.59226		Tauriac		76	81	811	81293
2973297	Taupont	taupont	FR	56800	2051	Europe/Paris	47.95868	-2.43924		Talbont,Taupont		53	56	562	56249
2973299	Teulís	teulis	FR	66110	49	Europe/Paris	42.52301	2.63226		Taulis,Teulis,Teulís		76	66	661	66203
2973301	Taulignan	taulignan	FR	26770	1685	Europe/Paris	44.44419	4.97057		Taulignan,Taulinhan,Tolin'jan,tuo li ni ang,Толіньян,托利尼昂		84	26	262	26348
2973303	Taulé	taule	FR	29670	2941	Europe/Paris	48.60367	-3.90036		Taole,Taule,Taulé,Tole,tore,tuo lai,Толе,トレ,托莱		53	29	293	29279
2973306	Taugon	taugon	FR	17170	627	Europe/Paris	46.30884	-0.83473		Taugon		75	17	173	17439
2973311	Tatinghem	tatinghem	FR	62500	1791	Europe/Paris	50.74317	2.20724		Tatinghem,Tatinghen		32	62	625	62757
2973316	Tasso	tasso	FR	20134	103	Europe/Paris	41.94501	9.10449		Tasso		94	2A	2A1	2A322
2973317	Tassin-la-Demi-Lune	tassin-la-demi-lune	FR	69160	16920	Europe/Paris	45.75499	4.78812		Tassen-la-Demi-Ljun,Tassin,Tassin la Demi Lena,Tassin-la-Demi-Lune,Tassin-la-Lune,Tassin-la-Lûne,Тассен-ла-Демі-Люн		84	69	691	69123
2973318	Tassillé	tassille	FR	72540	100	Europe/Paris	47.99288	-0.09342		Tassille,Tassillé		52	72	721	72348
2973319	Tassenières	tassenieres	FR	39120	345	Europe/Paris	46.92168	5.51566		Tassenieres,Tassenières		27	39	391	39525
2973321	Tassé	tasse	FR	72430	296	Europe/Paris	47.89019	-0.13677		Tasse,Tassé,Tessay		52	72	721	72347
2973324	Tasque	tasque	FR	32160	211	Europe/Paris	43.63913	0.01934		Tasque		76	32	323	32440
2973325	Tarzy	tarzy	FR	08380	143	Europe/Paris	49.87053	4.29468		Tarzy		44	08	081	08440
2973326	Tarzy	tarzy	FR	08380	0	Europe/Paris	46.38191	2.85409				84	03	031	03315
2973328	Tartonne	tartonne	FR	04330	139	Europe/Paris	44.06667	6.38333		Tarton,Tartona,Tartonn,Tartonne,ta er tong,Тартон,Тартонн,塔尔通		93	04	042	04214
2973329	Tart-le-Haut	tart-le-haut	FR	21110	831	Europe/Paris	47.20366	5.20495		Tart-le-Haut		27	21	212	21623
2973330	Tart-le-Bas	tart-le-bas	FR	21110	203	Europe/Paris	47.20593	5.22236		Tart-le-Bas		27	21	212	21622
2973331	Tart-l'Abbaye	tart-l-abbaye	FR	21110	0	Europe/Paris	47.18517	5.24189		Tart-l'Abbaye		27	21	212	21623
2973332	Tartigny	tartigny	FR	60120	245	Europe/Paris	49.63393	2.36078		Tartigny,Tartin'i,ta er di ni,Тартіньї,塔尔蒂尼		32	60	602	60627
2973333	Tartiers	tartiers	FR	02290	159	Europe/Paris	49.43476	3.23678		Tartiers		32	02	024	02736
2973334	Tartécourt	tartecourt	FR	70500	25	Europe/Paris	47.83978	5.98096		Tartecourt,Tartécourt		27	70	702	70496
2973338	Tartas	tartas	FR	40400	3105	Europe/Paris	43.83248	-0.80895		Tartas,Tartàs,ta er ta,Тартас,塔尔塔		75	40	401	40313
2973340	Tartaras	tartaras	FR	42800	681	Europe/Paris	45.54946	4.66673		Tartaras		84	42	423	42307
2973344	Tarsul	tarsul	FR	21120	162	Europe/Paris	47.53184	4.98464		Tarsul		27	21	212	21620
2973346	Tarsacq	tarsacq	FR	64360	450	Europe/Paris	43.3576	-0.53792		Tarcac,Tarsac,Tarsacq,Tarsak,Tarçac,ta er sa,Тарсак,塔尔萨		75	64	643	64535
2973347	Tarsac	tarsac	FR	32400	148	Europe/Paris	43.66818	-0.11254		Tarsac		76	32	323	32439
2973350	Tarrano	tarrano	FR	20234	29	Europe/Paris	42.34213	9.39793		Tarrano		94	2B	2B3	2B321
2973430	Tancrou	tancrou	FR	77440	317	Europe/Paris	49.00267	3.05064		Tancrou		11	77	771	77460
2973353	Tarquimpol	tarquimpol	FR	57260	71	Europe/Paris	48.78458	6.75807		Tarkempol',Tarquimpol,ta er qu yi mu bo,tarkmpwl,Таркемполь,تارکمپول,塔尔屈伊姆波		44	57	575	57664
2973354	Taron-Sadirac-Viellenave	taron-sadirac-viellenave	FR	64330	216	Europe/Paris	43.5098	-0.25026		Taron,Taron-Sadirac-Vielanava,Taron-Sadirac-Viellenave,Taron-Sadirac-Vièlanava,Taron-Sadirac-et-Vieillenave,Taron-Sadirak-V'el'nav,Taron-Sadirak-V'ellenav,Taron-Sadirak-Vellenav,ta long sa di la ke wei ye lei na fu,Тарон-Садирак-Вьелленав,Тарон-Садирак-Вьельнав,Тарон-Садірак-Вєлленав,塔龙萨迪拉克维耶勒纳夫		75	64	643	64534
2973355	Tarnos	tarnos	FR	40220	11554	Europe/Paris	43.5417	-1.46281		Tarnos,Tarnose,Tarnòs,ta er nuo,Тарнос,塔尔诺		75	40	401	40312
2973358	Tarnès	tarnes	FR	33240	280	Europe/Paris	44.97551	-0.35941		Tarnes,Tarnès		75	33	335	33524
2973360	Tarnac	tarnac	FR	19170	360	Europe/Paris	45.6802	1.94704		Tarnac,Tarnak,ta er na ke,Тарнак,塔尔纳克		75	19	192	19265
2973365	Targon	targon	FR	33760	1837	Europe/Paris	44.73507	-0.2637		Targon,ta er gong,Таргон,塔尔贡		75	33	333	33523
2973367	Target	target	FR	03140	250	Europe/Paris	46.28938	3.06139		Target		84	03	033	03277
2973369	Targassonne	targassonne	FR	66120	193	Europe/Paris	42.49986	1.99708		Targasona,Targasonne,Targassonn,Targassonne,ta er jia song,Таргассонн,塔尔加松		76	66	663	66202
2973370	Tarerach	tarerach	FR	66320	42	Europe/Paris	42.69042	2.50108		Tarerac,Tarerach		76	66	663	66201
2973372	Tarentaise	tarentaise	FR	42660	417	Europe/Paris	45.37124	4.48881		Tarentaise		84	42	423	42306
2973376	Tardinghen	tardinghen	FR	62179	128	Europe/Paris	50.86651	1.63139		Tardengen,Tardinghen,Tardinghin,ta er dan gang,tardynhyn,Тарденген,تاردينهين,塔尔丹冈		32	62	623	62806
2973379	Tardes	tardes	FR	23170	127	Europe/Paris	46.1394	2.34512		Tardes		75	23	231	23251
2973382	Tarcenay	tarcenay	FR	25620	656	Europe/Paris	47.15763	6.11261		Tarcenay		27	25	251	25558
2973385	Tarbes	tarbes	FR	65000	52106	Europe/Paris	43.23407	0.07139		Tarb,Tarba,Tarbas,Tarbe,Tarbes,XTB,ta bu,taleubeu,tarb,tarubu,Ταρμπ,Тарб,تارب,ཊར་བེ།,タルブ,塔布,타르브	65	76	65	653	65440
2973391	Tarasteix	tarasteix	FR	65320	247	Europe/Paris	43.32073	-0.00704		Tarasteix		76	65	653	65439
2973392	Tarascon-sur-Ariège	tarascon-sur-ariege	FR	09400	3644	Europe/Paris	42.8471	1.6056		Tarascon,Tarascon dArieja,Tarascon dArièja,Tarascon-Ussat,Tarascon-sur-Ariege,Tarascon-sur-Ariège,Taraskon-sjur-Ar'ezh,Taraskon-sjur-Arezh,a li ye ge he pan ta la si kong,Тараскон-сюр-Арьеж,Тараскон-сюр-Арєж,阿里耶格河畔塔拉斯孔		76	09	091	09306
2973393	Tarascon	tarascon	FR	13150	14735	Europe/Paris	43.80583	4.66028		Barra,Marat,Tarasco,Tarascon,Tarascona,Tarascuni,Tarascó,Tarascón,Taraskon,ta la si kong,tarasukon,Тараскон,タラスコン,塔拉斯孔		93	13	132	13108
2973394	Tarare	tarare	FR	69170	10806	Europe/Paris	45.89614	4.433		Tarare		84	69	692	69243
2973396	Taradeau	taradeau	FR	83460	1754	Europe/Paris	43.45444	6.42729		Taradeau		93	83	831	83134
2973397	Tarabel	tarabel	FR	31570	416	Europe/Paris	43.51258	1.67587		Tarabel		76	31	313	31551
2973400	Taponas	taponas	FR	69220	607	Europe/Paris	46.12158	4.76686		Taponas		84	69	692	69242
2973406	Tanzac	tanzac	FR	17260	266	Europe/Paris	45.5647	-0.62824		Tanzac,Tanzak,tang zha ke,Танзак,唐扎克		75	17	174	17438
2973407	Tanville	tanville	FR	61500	265	Europe/Paris	48.5668	0.00686		Tanville		28	61	611	61480
2973408	Tanus	tanus	FR	81190	526	Europe/Paris	44.10137	2.31614		Tanus		76	81	811	81292
2973409	Tantonville	tantonville	FR	54116	636	Europe/Paris	48.47002	6.13825		Tantonville		44	54	543	54513
2973411	Tanques	tanques	FR	61150	168	Europe/Paris	48.68669	-0.07325		Tanques		28	61	612	61479
2973414	Tannois	tannois	FR	55000	432	Europe/Paris	48.72575	5.2298		Tannois		44	55	551	55504
2973415	Tannières	tannieres	FR	02220	26	Europe/Paris	49.29011	3.55214		Tannieres,Tannières		32	02	024	02735
2973416	Tannerre-en-Puisaye	tannerre-en-puisaye	FR	89350	322	Europe/Paris	47.73439	3.13037		Tannerr-an-Pjuize,Tannerre,Tannerre-en-Puisaye,pi yi sai de qu ta nei er,Таннерр-ан-Пюизе,Таннерр-ан-Пюїзе,皮伊赛地区塔内尔		27	89	891	89408
2973418	Tanneron	tanneron	FR	83440	1410	Europe/Paris	43.59057	6.87541		Tanneron		93	83	831	83133
2973419	Tannay	tannay	FR	08390	148	Europe/Paris	49.52564	4.83276		Tannay		44	08	084	08439
2973420	Tannay	tannay	FR	08390	603	Europe/Paris	47.36811	3.59108		Tannay		27	58	582	58286
2973421	Tanlay	tanlay	FR	89430	1143	Europe/Paris	47.84488	4.08504		Tanlay		27	89	892	89407
2973422	Tanis	tanis	FR	50170	265	Europe/Paris	48.58333	-1.45		Tanis		28	50	501	50589
2973424	Taninges	taninges	FR	74440	3471	Europe/Paris	46.10883	6.59231				84	74	742	74276
2973427	Tangry	tangry	FR	62550	232	Europe/Paris	50.46553	2.35269		Tangry		32	62	621	62805
2973431	Tanconville	tanconville	FR	54480	0	Europe/Paris	48.6047	6.93386		Tanconville		44	54	542	54512
2973432	Tancon	tancon	FR	71740	482	Europe/Paris	46.20304	4.26551		Tancon		27	71	713	71533
2973433	Tancoigné	tancoigne	FR	49310	233	Europe/Paris	47.1742	-0.40823		Tancoigne,Tancoigné,Tankuan'e,tang kua nie,Танкуаньє,唐夸涅		52	49	492	49373
2973437	Tancarville	tancarville	FR	76430	1267	Europe/Paris	49.4855	0.45765		Tancarville		28	76	762	76684
2973438	Tanay	tanay	FR	21310	217	Europe/Paris	47.40926	5.27609		Tanay		27	21	212	21619
2973439	Tanavelle	tanavelle	FR	15100	253	Europe/Paris	45.02277	2.99843		Tanavelle		84	15	153	15232
2973444	Tamniès	tamnies	FR	24620	338	Europe/Paris	44.96581	1.14958		Tamnies,Tamniès		75	24	244	24544
2973445	Tamnay-en-Bazois	tamnay-en-bazois	FR	58110	178	Europe/Paris	47.05476	3.7225		Tamnay,Tamnay-en-Bazois,Tannay,Tannay-en-Bazois		27	58	581	58285
2973449	Tamerville	tamerville	FR	50700	591	Europe/Paris	49.53238	-1.45297		Tamerville		28	50	502	50588
2973457	Taluyers	taluyers	FR	69440	1982	Europe/Paris	45.63973	4.72203		Taluyers		84	69	691	69241
2973460	Talus-Saint-Prix	talus-saint-prix	FR	51270	85	Europe/Paris	48.83257	3.7436		Commune-de-la-Marne,Pont-Morin,Talus,Talus-Saint-Prix		44	51	512	51563
2973469	Talon	talon	FR	58190	56	Europe/Paris	47.33369	3.55944		Talon		27	58	582	58284
2973471	Talmontiers	talmontiers	FR	60590	683	Europe/Paris	49.38477	1.74268		Talmontiers		32	60	601	60626
2973473	Talmont-Saint-Hilaire	talmont-saint-hilaire	FR	85440	0	Europe/Paris	46.46667	-1.61667		Tal'mon-Sen-Iler,ta er meng sheng yi lai lei,Тальмон-Сен-Ілер,塔尔蒙圣伊莱勒		52	85	853	85288
2973474	Talmont-sur-Gironde	talmont-sur-gironde	FR	17120	88	Europe/Paris	45.53333	-0.9		Tal'mon-sjur-Zhirond,ji long de he pan ta er meng,tarumon=shuru=jirondo,Тальмон-сюр-Жиронд,タルモン＝シュル＝ジロンド,吉龙德河畔塔尔蒙		75	17	174	17437
2973475	Talmay	talmay	FR	21270	479	Europe/Paris	47.3548	5.43887		Tal'me,Talmay,ta er mai,Тальме,塔尔迈		27	21	212	21618
2973476	Talmas	talmas	FR	80260	1068	Europe/Paris	50.03049	2.32554		Talmas		32	80	802	80746
2973478	Tallud-Sainte-Gemme	tallud-sainte-gemme	FR	85390	413	Europe/Paris	46.68793	-0.88539		Le Tallud-Sainte-Gemme,Tallud-Sainte-Gemme		52	85	851	85287
2973479	Tallone	tallone	FR	20270	294	Europe/Paris	42.23157	9.41224		Tallone		94	2B	2B3	2B320
2973480	Talloires	talloires	FR	74290	1604	Europe/Paris	45.84098	6.21374		Talloires,Talluar,Таллуар		84	74	741	74275
2973482	Taller	taller	FR	40260	451	Europe/Paris	43.87266	-1.07258		Taller		75	40	401	40311
2973483	Tallende	tallende	FR	63450	1223	Europe/Paris	45.6704	3.1246		Tallende		84	63	632	63425
2973484	Tallenay	tallenay	FR	25870	393	Europe/Paris	47.30526	6.02519		Tallenay		27	25	251	25557
2973485	Tallard	tallard	FR	05130	1839	Europe/Paris	44.462	6.05205		Talard,Talarn,Tallar,Tallard,ta la er,Таллар,塔拉尔		93	05	052	05170
2973487	Tallans	tallans	FR	25680	27	Europe/Paris	47.41917	6.28721		Tallans		27	25	251	25556
2973488	Talizat	talizat	FR	15170	602	Europe/Paris	45.11418	3.04695		Talizat		84	15	153	15231
2973489	Talissieu	talissieu	FR	01510	439	Europe/Paris	45.86605	5.72422		Talis'e,Talis'jo,Taliso,ta li xi e,talysyw,Талисьё,Талісьє,Տալիսո,تاليسيو,塔利西厄		84	01	011	01415
2973492	Talensac	talensac	FR	35160	2250	Europe/Paris	48.10926	-1.92723		Talansak,Talensac,Talenseg,ta lang sa ke,Талансак,塔朗萨克		53	35	353	35331
2973493	Talencieux	talencieux	FR	07340	815	Europe/Paris	45.22132	4.7776		Talans'e,Talans'jo,Talenciac,Talencieux,ta lang xi e,Талансьё,Талансьє,塔朗西厄		84	07	073	07317
2973495	Talence	talence	FR	33400	42579	Europe/Paris	44.80849	-0.58915		Talans,Talenca,Talence,Talença,ta lang si,tallangseu,taransu,tlans,Таланс,تلانس,タランス,塔朗斯,탈랑스		75	33	332	33522
2973498	Talcy	talcy	FR	41370	257	Europe/Paris	47.77	1.44567		Talcy		24	41	411	41253
2973499	Talcy	talcy	FR	41370	68	Europe/Paris	47.57202	4.06881		Talcy		27	89	892	89406
2973502	Talazac	talazac	FR	65500	70	Europe/Paris	43.33263	0.03804		Talazac		76	65	653	65438
2973505	Talasani	talasani	FR	20230	559	Europe/Paris	42.40851	9.4796		Talasani,Talazani,Талазани,Талазані		94	2B	2B3	2B319
2973510	Talant	talant	FR	21240	12082	Europe/Paris	47.33693	5.00888		Talan,Talant,ta lang,Талан,塔朗		27	21	212	21617
2973511	Talange	talange	FR	57525	8175	Europe/Paris	49.23577	6.17167		Talange,Talanzh,ta lang ge,talanzh,Таланж,تالانژ,塔朗格		44	57	579	57663
2973513	Talais	talais	FR	33590	0	Europe/Paris	45.47231	-1.05765		Talais		75	33	334	33521
2973515	Talairan	talairan	FR	11220	376	Europe/Paris	43.05162	2.66288		Talairan		76	11	113	11386
2973517	Tajan	tajan	FR	65300	155	Europe/Paris	43.18886	0.45933		Tajan		76	65	652	65437
2973518	Taizy	taizy	FR	08360	112	Europe/Paris	49.52035	4.25998		Taizy		44	08	082	08438
2973519	Taizé-Aizie	taize-aizie	FR	16700	585	Europe/Paris	46.063	0.24018		Taize,Taize-Aizie,Taizé,Taizé-Aizie,Teze-Ehzi,Teze-Ezi,tai ze ai qi ye,Тезе-Езі,Тезе-Эзи,泰泽艾齐耶		75	16	163	16378
2973520	Taizé	taize	FR	71250	758	Europe/Paris	46.92503	-0.11549		Taize,Taizé		75	79	791	79196
2973521	Taizé	taize	FR	71250	190	Europe/Paris	46.51307	4.6776		Taize,Taizé		27	71	715	71532
2973522	Taïx	taix	FR	81130	325	Europe/Paris	44.00817	2.12335		Taix,Taïx		76	81	811	81291
2973524	Taissy	taissy	FR	51500	2164	Europe/Paris	49.21509	4.09406		Tessi,tai xi,Тессі,泰西		44	51	513	51562
2973528	Taisnières-sur-Hon	taisnieres-sur-hon	FR	59570	851	Europe/Paris	50.32015	3.83483		Taisnieres,Taisnières,Ten'er-sjur-On,weng he pan ta ye nie er,Теньер-сюр-Он,Теньєр-сюр-Он,翁河畔塔耶涅尔		32	59	591	59584
2973529	Taisnières-en-Thiérache	taisnieres-en-thierache	FR	59550	508	Europe/Paris	50.14787	3.81475		Taisnieres,Taisnieres-en-Thierache,Taisnières,Taisnières-en-Thiérache,Ten'er-an-T'erash,ta ye nie er ang di ye la shen,Теньер-ан-Тьераш,Теньєр-ан-Тьєраш,塔耶涅尔昂蒂耶拉什		32	59	591	59583
2973530	Taintrux	taintrux	FR	88100	1398	Europe/Paris	48.24944	6.89963		Taintrux,Tentrju,tan te lu,Тентрю,坦特吕		44	88	883	88463
2973531	Tain-l'Hermitage	tain-l-hermitage	FR	26600	5923	Europe/Paris	45.06672	4.8559		Tain,Tain-l'Hermitage		84	26	263	26347
2973532	Taingy	taingy	FR	89560	270	Europe/Paris	47.61632	3.40387		Taingy		27	89	891	89405
2973533	Tailly	tailly	FR	08240	64	Europe/Paris	49.92966	1.94853		Tailly,Tailly-l'Arbre-a-Mouches,Tailly-l'Arbre-à-Mouches		32	80	802	80744
2973535	Tailly	tailly	FR	08240	205	Europe/Paris	49.43565	5.08235		Tailly		44	08	084	08437
2973536	Tailly	tailly	FR	08240	213	Europe/Paris	46.96952	4.81417		Tailly		27	21	211	21616
2973539	Taillis	taillis	FR	35500	842	Europe/Paris	48.18899	-1.23861		Taillis,Talieg		53	35	351	35330
2973542	Taillette	taillette	FR	08230	314	Europe/Paris	49.93045	4.48809		La Taillette,Taillette		44	08	081	08436
2973543	Tellet	tellet	FR	66400	92	Europe/Paris	42.52707	2.67146		Taillet,Tellet		76	66	661	66199
2973545	Taillepied	taillepied	FR	50390	0	Europe/Paris	49.37282	-1.58049				28	50	502	50587
2973546	Taillefontaine	taillefontaine	FR	02600	290	Europe/Paris	49.31217	3.04235				32	02	024	02734
2973551	Taillecourt	taillecourt	FR	25400	1038	Europe/Paris	47.49521	6.85442		Taillecourt		27	25	252	25555
2973552	Taillecavat	taillecavat	FR	33580	0	Europe/Paris	44.64678	0.14977		Taillecavat,Tajkavat,Talhacavat,ta ye ka wa,Тайкават,塔耶卡瓦		75	33	333	33520
2973554	Taillebourg	taillebourg	FR	17350	639	Europe/Paris	45.83588	-0.64514		La Montagne,Mont-Savin,Taillebourg		75	17	175	17436
2973555	Taillebourg	taillebourg	FR	17350	98	Europe/Paris	44.44692	0.2085		Taillebourg		75	47	472	47304
2973556	Taillebois	taillebois	FR	61100	164	Europe/Paris	48.80198	-0.42777		Taillebois		28	61	612	61007
2973560	Taillant	taillant	FR	17350	140	Europe/Paris	45.89973	-0.62039		Taillant		75	17	175	17435
2973561	Taillancourt	taillancourt	FR	55140	133	Europe/Paris	48.5299	5.69202		Taillancourt		44	55	552	55503
2973564	Taillades	taillades	FR	84300	1910	Europe/Paris	43.83762	5.08951		Lei Talhadas,Taillades,Tajad,tai la dai,Тайад,Таяд,泰拉代		93	84	841	84131
2973567	Tailhac	tailhac	FR	43300	75	Europe/Paris	45.04193	3.45782		Tailhac		84	43	431	43242
2973568	Tagsdorf	tagsdorf	FR	68130	326	Europe/Paris	47.62075	7.30077		Tagsdorf,Tagsdorff		44	68	681	68333
2973570	Tagolsheim	tagolsheim	FR	68720	634	Europe/Paris	47.65722	7.27057		Tagolsheim		44	68	681	68332
2973572	Tagnon	tagnon	FR	08300	742	Europe/Paris	49.43974	4.28923		Tagnon		44	08	082	08435
2973573	Taglio	taglio	FR	20230	578	Europe/Paris	42.43507	9.46984		Taglio,Taglio-Isolaccio,Tagliu e Isolacciu,Tagliu è Isolacciu,Tal'jo-Izolachcho,Tal'o-Izolachcho,Тальйо-Ізолаччо,Тальйо-Изолаччо,Тальо-Изолаччо		94	2B	2B3	2B318
2973578	Tadousse-Ussau	tadousse-ussau	FR	64330	82	Europe/Paris	43.54431	-0.19153		Tadossa e Aussau,Tadossa-Aussau,Tadousse,Tadousse-Ussau,Tadus-Juso,Taduss-Jusso,ta du si yu suo,Тадус-Юсо,Тадусс-Юссо,塔杜斯于索		75	64	643	64532
2973579	Taden	taden	FR	22100	1909	Europe/Paris	48.47511	-2.01976		Taden		53	22	221	22339
2973581	Taconnay	taconnay	FR	58420	82	Europe/Paris	47.30726	3.49345		Taconnay		27	58	582	58283
2973582	Tacoignières	tacoignieres	FR	78910	1003	Europe/Paris	48.83619	1.67501		Tacoignieres,Tacoignières,Takuan'er,Такуаньер,Такуаньєр		11	78	781	78605
2973584	Tachoires	tachoires	FR	32260	104	Europe/Paris	43.47224	0.6645		Tachoires		76	32	323	32438
2973590	Tabre	tabre	FR	09600	369	Europe/Paris	42.98764	1.86308		Tabre		76	09	092	09305
2973597	Tabanac	tabanac	FR	33550	1072	Europe/Paris	44.72051	-0.4057		Coteau-Libre,Tabanac,Tabanak,Tavanac,ta ba na ke,Табанак,塔巴纳克		75	33	332	33518
2973601	Sylvanès	sylvanes	FR	12360	123	Europe/Paris	43.83422	2.9597		Sil'vane,Sil'vanes,Silvanes,Silvanès,Silvanés,Sylvanes,Sylvanès,Union,xi er wa nei,Сильванес,Сільване,西尔瓦内		76	12	121	12274
2973604	Syam	syam	FR	39300	211	Europe/Paris	46.69917	5.95094		Siam,Syam,xi ang,Сіам,西昂		27	39	392	39523
2973605	Sy	sy	FR	08390	45	Europe/Paris	49.51609	4.87076		Sy		44	08	084	08434
2973606	Suzy	suzy	FR	02320	276	Europe/Paris	49.55	3.46667		Suzy		32	02	022	02153
2973607	Suzoy	suzoy	FR	60400	523	Europe/Paris	49.58219	2.94615		Suzoy		32	60	603	60625
2973611	Suzette	suzette	FR	84190	137	Europe/Paris	44.16796	5.06846		Suzette		93	84	843	84130
2973613	Suze-la-Rousse	suze-la-rousse	FR	26790	1678	Europe/Paris	44.28761	4.84161		Sjuz-la-Russ,Susa de Bolena,Susa la Rossa,Suze,Suze-la-Rousse,xu ci la lu si,Сюз-ла-Русс,叙兹拉鲁斯		84	26	262	26345
2973615	Suze	suze	FR	26400	238	Europe/Paris	44.76651	5.10852		Suze		84	26	261	26346
2973616	Suzay	suzay	FR	27420	217	Europe/Paris	49.27387	1.51715		Suzay		28	27	271	27625
2973617	Suzannecourt	suzannecourt	FR	52300	357	Europe/Paris	48.44432	5.1702		Suzannecourt		44	52	523	52484
2973618	Suzanne	suzanne	FR	08130	154	Europe/Paris	49.95081	2.76652		Suzanne		32	80	804	80743
2973619	Suzanne	suzanne	FR	08130	55	Europe/Paris	49.51535	4.63241		Suzanne		44	08	084	08433
2973621	Suzan	suzan	FR	09240	18	Europe/Paris	43.02508	1.43554		Suzan		76	09	093	09304
2973622	Sutrieu	sutrieu	FR	01260	214	Europe/Paris	45.95121	5.65787		Sjutrie,Sjutrijo,Sutrieu,Syutriyo,swtryw  ayn,xu te li e,Сютриё,Сютріє,Սյուտրիյո,سوتريو، أين,叙特里厄		84	01	011	01036
2973623	Susville	susville	FR	38350	0	Europe/Paris	44.36667	6.3		Sesville,Susville		93	04	043	04203
2973624	Sussey	sussey	FR	21430	249	Europe/Paris	47.22262	4.36322		Sussey		27	21	211	21615
2973625	Sussat	sussat	FR	03450	105	Europe/Paris	46.15261	3.06361		Sussat		84	03	033	03276
2973626	Sussargues	sussargues	FR	34160	2326	Europe/Paris	43.7125	4.0031		Sussargues		76	34	343	34307
2973627	Sus-Saint-Léger	sus-saint-leger	FR	62810	297	Europe/Paris	50.23804	2.43059		Sus,Sus-Saint-Leger,Sus-Saint-Léger		32	62	621	62804
2973628	Sussac	sussac	FR	87130	378	Europe/Paris	45.66379	1.64799		Sussac		75	87	872	87194
2973630	Susmiou	susmiou	FR	64190	276	Europe/Paris	43.31593	-0.77643		Sjusm'ju,Sjusmiu,Susmior,Susmiou,xu si mi wu,Сюсмиу,Сюсмью,Сюсміу,叙斯米乌		75	64	642	64530
2973636	Sus	sus	FR	64190	322	Europe/Paris	43.30637	-0.76673		Sus		75	64	642	64529
2973637	Surzur	surzur	FR	56450	2597	Europe/Paris	47.57867	-2.63043		Sjurzjur,Surzhur,Surzur,xu er ju,Сюрзюр,叙尔聚		53	56	563	56248
2973638	Sury-près-Léré	sury-pres-lere	FR	18240	507	Europe/Paris	47.48466	2.86743		Sjuri-pre-Lere,Sury,Sury-pres-Lere,Sury-près-Léré,xu li pu lei lai lei,Сюри-пре-Лере,Сюрі-пре-Лере,叙里普雷莱雷		24	18	181	18257
2973639	Sury-le-Comtal	sury-le-comtal	FR	42450	5046	Europe/Paris	45.53735	4.18573		Sjuri-le-Kontal',Sury,Sury-la-Chaux,Sury-le-Comtal,xu li lai kong ta,Сюрі-ле-Конталь,叙里莱孔塔		84	42	421	42304
2973640	Sury-ès-Bois	sury-es-bois	FR	18260	316	Europe/Paris	47.46457	2.7039		Sury,Sury-es-Bois,Sury-ès-Bois		24	18	181	18259
2973641	Sury-en-Vaux	sury-en-vaux	FR	18300	732	Europe/Paris	47.368	2.80419		Sury,Sury-en-Vaux		24	18	181	18258
2973642	Sury-aux-Bois	sury-aux-bois	FR	45530	541	Europe/Paris	47.96684	2.34143		Sjuri-o-Bua,Sury,Sury-aux-Bois,xu li ao bu wa,Сюрі-о-Буа,叙里奥布瓦		24	45	452	45316
2973644	Sury	sury	FR	08090	0	Europe/Paris	47.02581	3.35571				27	58	583	58247
2973645	Survilliers	survilliers	FR	95470	3869	Europe/Paris	49.09712	2.54449		Sjurvil'e,Survilliers,xu er wei li ye er,Сюрвилье,Сюрвільє,叙尔维利耶尔		11	95	952	95604
2973649	Surville	surville	FR	14130	436	Europe/Paris	49.29989	0.21226		Surville		28	14	143	14682
2973650	Surville	surville	FR	14130	135	Europe/Paris	49.28242	-1.64883		Surville		28	50	503	50236
2973651	Surville	surville	FR	14130	773	Europe/Paris	49.19808	1.1036		Surville		28	27	271	27624
2973652	Survie	survie	FR	61310	158	Europe/Paris	48.84487	0.19938		Survie		28	61	612	61474
2973654	Surtauville	surtauville	FR	27400	371	Europe/Paris	49.20575	1.05528		Surtauville		28	27	271	27623
2973655	Surtainville	surtainville	FR	50270	1093	Europe/Paris	49.45977	-1.81298		Surtainville		28	50	502	50585
2973656	Surrain	surrain	FR	14710	146	Europe/Paris	49.32691	-0.86264		Surrain		28	14	141	14681
2973657	Surques	surques	FR	62850	370	Europe/Paris	50.73995	1.9176		Sjurk,Surques,swrkyws,xu er ke,Сюрк,سوركيوس,叙尔克		32	62	625	62803
2973659	Surmont	surmont	FR	25380	134	Europe/Paris	47.27837	6.60968		Surmont		27	25	252	25554
2973663	Surjoux	surjoux	FR	01420	74	Europe/Paris	46.02521	5.80252		Surjoux		84	01	014	01215
2973664	Suris	suris	FR	16270	276	Europe/Paris	45.84903	0.63677		Sjuri,Suris,xu li,Сюри,Сюрі,叙里		75	16	163	16192
2973666	Surin	surin	FR	79220	531	Europe/Paris	46.46098	-0.46324		Surin		75	79	793	79320
2973667	Surin	surin	FR	79220	183	Europe/Paris	46.07835	0.37164		Surin		75	86	862	86266
2973669	Suriauville	suriauville	FR	88140	182	Europe/Paris	48.16756	5.8627		Sjurjovil',Suriauville,xu li ao wei er,Сюрйовиль,Сюрйовіль,叙里奥维尔		44	88	882	88461
2973670	Surgy	surgy	FR	58500	437	Europe/Paris	47.50953	3.51524		Surgy		27	58	582	58282
2973672	Surgères	surgeres	FR	17700	5888	Europe/Paris	46.10809	-0.7514		Sjurzher,Surgeres,Surgères,xu er re lei,Сюржер,叙尔热雷		75	17	172	17434
2973673	Surfontaine	surfontaine	FR	02240	83	Europe/Paris	49.75135	3.46459		Surfontaine		32	02	023	02732
2973674	Surfonds	surfonds	FR	72370	189	Europe/Paris	47.97473	0.46132		Surfonds		52	72	722	72345
2973675	Suresnes	suresnes	FR	92150	44697	Europe/Paris	48.87143	2.22929		Siren,Sjuren,Suresnes,Surisna,shuren'nu,swilen,swrzn,syrn,xu lei ne,Сирен,Сюрен,סירן,سورزن,ซูว์แรน,シュレンヌ,敘雷訥,쉬렌		11	92	922	92073
2973680	Suré	sure	FR	61360	296	Europe/Paris	48.36926	0.39827		Sure,Suré		28	61	613	61476
2973681	Surdoux	surdoux	FR	87130	45	Europe/Paris	45.6057	1.65025		Surdoux		75	87	872	87193
2973685	Surcamps	surcamps	FR	80620	57	Europe/Paris	50.06997	2.07425		Surcamps		32	80	802	80742
2973686	Surbourg	surbourg	FR	67250	1623	Europe/Paris	48.91009	7.84716		Sjurbur,Suerburi,Surburg,Sürburi,ashtwrbwrg,swrbwrgh,xu er bu er,Сюрбур,اشتوربورگ,سوربورغ,叙尔布尔		44	67	672	67487
2973688	Surba	surba	FR	09400	361	Europe/Paris	42.85909	1.57501		Surba		76	09	091	09303
2973689	Surat	surat	FR	63720	405	Europe/Paris	45.93741	3.25451		Surat		84	63	634	63424
2973692	Supt	supt	FR	39300	109	Europe/Paris	46.84955	5.95777		Supt		27	39	392	39522
2973697	Sundhouse	sundhouse	FR	67920	1230	Europe/Paris	48.2511	7.60427		Sjunduz,Sundhausen,Sundhouse,Sundhuese,Sundhüse,sang du si,swndhws,zwndhaws,Сюндуз,زوندهاوس,سوندهوس,桑杜斯		44	67	675	67486
2973698	Sundhoffen	sundhoffen	FR	68280	2019	Europe/Paris	48.04263	7.4132				44	68	682	68331
2973701	Sumène	sumene	FR	30440	1620	Europe/Paris	43.98091	3.71563		Sjumen,Sumena,Sumene,Sumèna,Sumène,xu mei en,Сюмен,叙梅恩		76	30	303	30325
2973702	Sulniac	sulniac	FR	56250	2386	Europe/Paris	47.67589	-2.57201		Sulniac,Sulnieg		53	56	563	56247
2973703	Sully-sur-Loire	sully-sur-loire	FR	45600	6285	Europe/Paris	47.76372	2.37238		Sjulli-sjur-Luar,Soliacum,Sully,Sully-sur-Loire,luo ya er he pan xu li,shuri=shuru=rowaru,Сюлли-сюр-Луар,Сюллі-сюр-Луар,シュリー＝シュル＝ロワール,羅亞爾河畔敘利		24	45	452	45315
2973704	Sully-la-Chapelle	sully-la-chapelle	FR	45450	384	Europe/Paris	47.97559	2.18152		Sjulli-la-Shapel',Sully,Sully-la-Chapelle,Sully-le-Peletier,xu li la sha pei er,Сюллі-ла-Шапель,叙利拉沙佩尔		24	45	452	45314
2973707	Sully	sully	FR	14400	143	Europe/Paris	49.55923	1.7801		Sully		32	60	601	60624
2973708	Sully	sully	FR	14400	154	Europe/Paris	49.29905	-0.73797		Sully		28	14	141	14680
2973709	Sully	sully	FR	14400	0	Europe/Paris	47.41881	4.02297				27	89	892	89032
2973710	Sully	sully	FR	14400	562	Europe/Paris	47.00738	4.47333		La Combe,Sully,Sully-le-Chateau,Sully-le-Château		27	71	711	71530
2973713	Sulignat	sulignat	FR	01400	533	Europe/Paris	46.17291	4.96011		Sulignat		84	01	012	01412
2973716	Suizy-le-Franc	suizy-le-franc	FR	51270	97	Europe/Paris	48.95274	3.73607		Suizy,Suizy-le-Franc		44	51	512	51560
2973718	Suisse	suisse	FR	57340	104	Europe/Paris	48.96565	6.57962		Suisse		44	57	573	57662
2973720	Suippes	suippes	FR	51600	4241	Europe/Paris	49.12886	4.53446		Sjuipp,Suippes,xu yi pei,Сюїпп,叙伊佩		44	51	511	51559
2973723	Suin	suin	FR	71220	306	Europe/Paris	46.43312	4.47163		Suin		27	71	713	71529
2973724	Suilly-la-Tour	suilly-la-tour	FR	58150	596	Europe/Paris	47.33715	3.06419		Sjui-la-Tur,Suilly,Suilly-la-Tour,xu yi li la tu,Сюи-ла-Тур,Сюї-ла-Тур,叙伊利拉图		27	58	584	58281
2973727	Suhescun	suhescun	FR	64780	217	Europe/Paris	43.23408	-1.19854		Sjuehskjon,Sjuesken,Suhescun,Suhuskune,xu ai si kan,Сюескен,Сюэскён,叙埃斯坎		75	64	641	64528
2973729	Sugny	sugny	FR	08400	0	Europe/Paris	49.35786	4.65557		Sugny		44	08	084	08431
2973730	Sugny	sugny	FR	08400	0	Europe/Paris	45.8	4.15				84	42	421	42155
2973731	Sugères	sugeres	FR	63490	0	Europe/Paris	46.37268	2.16784				75	23	231	23032
2973732	Sugères	sugeres	FR	63490	536	Europe/Paris	45.60187	3.4082		Sugeres,Sugères		84	63	633	63423
2973735	Suèvres	suevres	FR	41500	1434	Europe/Paris	47.66655	1.46153		Sjuevr,Suevres,Suèvres,xu ai fu lei,Сюевр,叙埃夫雷		24	41	411	41252
2973745	Sucy-en-Brie	sucy-en-brie	FR	94370	25014	Europe/Paris	48.76872	2.53474		Sisi an Bri,Sjusi-an-Bri,Sucy,Sucy-en-Brie,bu li de qu xu xi,shushi=an=buri,swisiangbeuli,swsyan bry,Сиси ан Бри,Сюси-ан-Бри,Сюсі-ан-Брі,سوسیان بری,シュシー＝アン＝ブリ,布里地区叙西,쉬시앙브리		11	94	941	94071
2973747	Suc-et-Sentenac	suc-et-sentenac	FR	09220	107	Europe/Paris	42.79563	1.46662		Suc,Suc-Sentenac,Suc-et-Sentenac		76	09	091	09334
2973748	Sucé-sur-Erdre	suce-sur-erdre	FR	44240	6335	Europe/Paris	47.33333	-1.53333		Sjuse-sjur-Erdr,Sucerum,Sulieg,ai er de er he pan xu sai,Сюсе-сюр-Ердр,埃尔德尔河畔叙塞		52	44	445	44201
2973755	Succieu	succieu	FR	38300	597	Europe/Paris	45.52701	5.33799		Succieu		84	38	382	38498
2973758	Subligny	subligny	FR	18260	318	Europe/Paris	48.74469	-1.36683		Subligny		28	50	501	50584
2973759	Subligny	subligny	FR	18260	499	Europe/Paris	48.16785	3.20707		Subligny		27	89	893	89404
2973760	Subligny	subligny	FR	18260	308	Europe/Paris	47.40295	2.75504		Subligny		24	18	181	18256
2973761	Subles	subles	FR	14400	552	Europe/Paris	49.2403	-0.75136		Subles		28	14	141	14679
2973762	Sublaines	sublaines	FR	37310	164	Europe/Paris	47.26492	0.99113		Sjublen,Sublaines,xu bu lai nei,Сюблен,叙布莱内		24	37	373	37253
2973764	Suaux	suaux	FR	16260	367	Europe/Paris	45.85157	0.5063		Sjuo,Suaus,Suaux,xu ao,Сюо,叙奥		75	16	163	16375
2973769	Suarce	suarce	FR	90100	388	Europe/Paris	47.56464	7.08217		Suarce		27	90	901	90095
2973770	Stutzheim-Offenheim	stutzheim-offenheim	FR	67370	0	Europe/Paris	48.62877	7.62357		Stitze-Offne,Stjucajm-Offenajm,Stítze-Offne,ashtwtshaym-afnhaym,si di te zan ao fei nan,stwtzhym awfynhym,Стюцайм-Оффенайм,اشتوتسهایم-افنهایم,ستوتزهيم أوفينهيم,斯蒂特赞奥费南		44	67	674	67485
2973771	Sturzelbronn	sturzelbronn	FR	57230	0	Europe/Paris	49.05555	7.58681		Sturzelbronn		44	57	576	57661
2973772	Stundwiller	stundwiller	FR	67250	0	Europe/Paris	48.92532	7.98964				44	67	672	67484
2973773	Stuckange	stuckange	FR	57970	749	Europe/Paris	49.32662	6.23814		Stuckange		44	57	577	57767
2973774	Struth	struth	FR	67290	236	Europe/Paris	48.89348	7.25534		Strjut,Struth,ashtrwt,si te lu,strwt,Стрют,اشتروت,ستروت,斯特吕		44	67	674	67483
2973775	Strueth	strueth	FR	68580	354	Europe/Paris	47.58293	7.12495		Strueth		44	68	681	68330
2973777	Strenquels	strenquels	FR	46110	236	Europe/Paris	44.98472	1.63718		Strenquels		76	46	463	46312
2973780	Strazeele	strazeele	FR	59270	698	Europe/Paris	50.72632	2.63085		Strazeel',Strazeele,Strazele,Stroazele,si te la ze lei,Стразеель,斯特拉泽勒		32	59	594	59582
2973783	Strasbourg	strasbourg	FR	67000	274845	Europe/Paris	48.58392	7.74553		Argentoratum,Estrasborg,Estrasbou,Estrasburg,Estrasburgo,Estrasburgu,Lungsod ng Strasbourg,SXB,Sjtraasburg,Straasburch,Straasbuurich,Straatsburg,Strasborg,Strasborgh,Strasbourg,Strasbourgo,Strasbur,Strasbura,Strasburas,Strasburg,Strasburgo,Strasburgu,Strasburk,Strasburq,Strasbwrg,Strasbôrg,Strasbūra,Strasbūras,Strassborg,Strassbourg,Strassburg,Straszburg,Strazbur,Strazburg,Strazburgu,Straßborg,Straßburg,Strażburgu,Stroatsburg,Stroosburi,Stroossbuerg,Strossburg,Strǣtburg,astrasbwrg,s thra sbur,satarasabaraga,seuteulaseubuleu,si te la si bao,stiraspurk,strasabarga,strasaborga,strasaburga,strasbwrg,strasbwrgh,strsbwrg,sutorasuburu,Štrasburg,Štrasburk,Στρασβούργο,Стразбур,Страсбур,Страсбург,Ստրասբուրգ,שטראסבורג,שטרסבורג,استراسبورگ,ستراسبورغ,ستراسبورگ,شٹراسبرگ,स्ट्रासबर्ग,स्त्रासबुर्ग,ਸਟਰਾਸਬਰਗ,સ્ટ્રાસબોર્ગ,ஸ்திராஸ்பூர்க்,സ്ട്രാസ്ബർഗ്,สทราซบูร์,སི་ཐི་རཱ་སི་བུར།,სტრასბური,ስትራዝቡርግ,ストラスブール,斯特拉斯堡,스트라스부르	44	44	67	678	67482
2973787	Stotzheim	stotzheim	FR	67140	1014	Europe/Paris	48.37868	7.49235		Stotzheim		44	67	675	67481
2973788	Stosswihr	stosswihr	FR	68140	1366	Europe/Paris	48.05389	7.09964		Stossvir,Stossweier,Stosswihr,Стоссвир,Стоссвір		44	68	682	68329
2973789	Storckensohn	storckensohn	FR	68470	239	Europe/Paris	47.8781	6.95784		Storckensohn		44	68	686	68328
2973790	Stonne	stonne	FR	08390	34	Europe/Paris	49.55014	4.92643		Stonne		44	08	083	08430
2973795	Stiring-Wendel	stiring-wendel	FR	57350	13085	Europe/Paris	49.20198	6.9317		Steringen-Wendel,Stieringen-Wendel,Stiren-Vandel',Stiren-Vendel',Stiring-Wendel,Strying,Styring,Wendel,s teiy ring-wen del,si di lan wang dai,Стирен-Вандель,Стирен-Вендель,Стірен-Вендель,สเตียริง-เวนเดล,斯蒂兰旺代		44	57	573	57660
2973798	Still	still	FR	67190	1604	Europe/Paris	48.54982	7.40444		Still		44	67	673	67480
2973799	Stigny	stigny	FR	89160	120	Europe/Paris	47.76667	4.23333		Stigny		27	89	892	89403
2973801	Stetten	stetten	FR	68510	284	Europe/Paris	47.62437	7.42662		Stetten		44	68	684	68327
2973802	Sternenberg	sternenberg	FR	68780	138	Europe/Paris	47.69631	7.09397		Sternenberg		44	68	681	68326
2973809	Stenay	stenay	FR	55700	3115	Europe/Paris	49.49489	5.18606		Stenay,Stene,si te nai,Стене,斯特奈		44	55	553	55502
2973814	Steinsoultz	steinsoultz	FR	68640	654	Europe/Paris	47.55163	7.33713		Steinsoultz		44	68	681	68325
2973815	Steinseltz	steinseltz	FR	67160	0	Europe/Paris	49.0104	7.93213		Stanselz,Steinselz,Stensel'c,ashtaynzlts,si tan sai er te,stynsyltz,Стенсельц,اشتاینزلتس,ستينسيلتز,斯坦塞尔特		44	67	672	67479
2973816	Steinbrunn-le-Haut	steinbrunn-le-haut	FR	68440	562	Europe/Paris	47.66027	7.348		Steinbrunn,Steinbrunn-le-Haut		44	68	684	68324
2973817	Steinbrunn-le-Bas	steinbrunn-le-bas	FR	68440	674	Europe/Paris	47.67527	7.36732		Steinbrunn,Steinbrunn-le-Bas		44	68	684	68323
2973818	Steinbourg	steinbourg	FR	67790	1939	Europe/Paris	48.77028	7.41354		Staiweri,Steinburg,Stenbur,ashtaynbwrg,si tan bu er,stynbwrgh,Стенбур,اشتاینبورگ,ستينبورغ,斯坦布尔		44	67	674	67478
2973819	Steinbach	steinbach	FR	68700	1296	Europe/Paris	47.8214	7.15279				44	68	686	68322
2973820	Steige	steige	FR	67220	538	Europe/Paris	48.36215	7.23469		Stege,Steige,si tai ge,stygh,Стеге,ستيغ,斯泰格		44	67	675	67477
2973821	Steenwerck	steenwerck	FR	59181	3331	Europe/Paris	50.70199	2.77829		Steenverk,Steenwerck,Steenwerk,Stenverk,si teng wei ke,Стеенверк,Стенверк,斯滕韦克		32	59	594	59581
2973823	Steenvoorde	steenvoorde	FR	59114	4175	Europe/Paris	50.81046	2.58244		Steenvoord,Steenvoorde,Stenvord,Stêenvôorde,astnwwrdh,si teng fu de,Стеенвоорд,Стенворд,استنوورده,ستنووردے,斯滕福德		32	59	594	59580
2973825	Steene	steene	FR	59380	1212	Europe/Paris	50.95228	2.36813		Steen,Steene,Stene,si tai ne,Стеен,斯泰讷		32	59	594	59579
2973826	Steenbecque	steenbecque	FR	59189	1674	Europe/Paris	50.67421	2.48442		Steenbecque,Steenbek,Steenbeke,si tai bei ke,Стеенбек,斯泰贝克		32	59	594	59578
2973828	Stazzona	stazzona	FR	20229	35	Europe/Paris	42.37103	9.37271		Stazzona		94	2B	2B3	2B291
2973833	Stattmatten	stattmatten	FR	67770	0	Europe/Paris	48.79629	7.99972		Stattmatten		44	67	672	67476
2973836	Staple	staple	FR	59190	631	Europe/Paris	50.74907	2.45426		Staple		32	59	594	59577
2973840	Stainville	stainville	FR	55500	409	Europe/Paris	48.65305	5.18407		Stainville		44	55	551	55501
2974037	Soulangy	soulangy	FR	14700	0	Europe/Paris	47.67948	4.0689				27	89	892	89376
2973841	Stains	stains	FR	93240	32601	Europe/Paris	48.95	2.38333		Stains,Sten,astn  fransh,seutaeng,si tan,sutan,Стен,استن، فرانسه,スタン,斯坦,스탱		11	93	933	93072
2973843	Staffelfelden	staffelfelden	FR	68850	3709	Europe/Paris	47.82647	7.25235				44	68	684	68321
2973846	Squiffiec	squiffiec	FR	22200	619	Europe/Paris	48.62831	-3.15397		Skif'ek,Skiff'ek,Skiffek,Skinvieg,Skiñvieg,Squiffiec,si qu yi fei ye ke,Скиффьек,Скифьек,Скіффєк,斯屈伊菲耶克		53	22	222	22338
2973847	Spycker	spycker	FR	59380	1350	Europe/Paris	50.96915	2.32184		Spycker		32	59	594	59576
2973849	Spoy	spoy	FR	10200	157	Europe/Paris	48.22833	4.62061		Spoy		44	10	101	10374
2973850	Spoy	spoy	FR	10200	256	Europe/Paris	47.44505	5.18977		Spoy		27	21	212	21614
2973852	Sponville	sponville	FR	54800	122	Europe/Paris	49.07229	5.83214		Sponville,Spoonville		44	54	541	54511
2973856	Spincourt	spincourt	FR	55230	759	Europe/Paris	49.33059	5.66684		Spincourt		44	55	553	55500
2973857	Spicheren	spicheren	FR	57350	3393	Europe/Paris	49.19252	6.96611		Speicheren,Spicheren,Spieherer Burg		44	57	573	57659
2973858	Spézet	spezet	FR	29540	1881	Europe/Paris	48.19226	-3.71585		Speied,Speze,Spezet,Spézet,si pei ze,supeze,Спезе,スペゼ,斯佩泽		53	29	292	29278
2973863	Spéracèdes	speracedes	FR	06530	1007	Europe/Paris	43.6485	6.85889		Speracedes,Spéracèdes		93	06	061	06137
2973864	Speloncato	speloncato	FR	20226	243	Europe/Paris	42.56177	8.9812		Speloncato,Spelonkato,U Spuncatu,Спелонкато		94	2B	2B5	2B290
2973866	Spechbach-le-Haut	spechbach-le-haut	FR	68720	646	Europe/Paris	47.68226	7.21552		Spechbach,Spechbach-le-Haut		44	68	681	68320
2973867	Spechbach-le-Bas	spechbach-le-bas	FR	68720	772	Europe/Paris	47.67022	7.22737		Spechbach,Spechbach-le-Bas		44	68	681	68320
2973869	Spay	spay	FR	72700	2545	Europe/Paris	47.92382	0.1508		Spay		52	72	721	72344
2973871	Sparsbach	sparsbach	FR	67340	201	Europe/Paris	48.87747	7.41577				44	67	674	67475
2973875	Soyons	soyons	FR	07130	1826	Europe/Paris	44.88914	4.85026		Soyons		84	07	073	07316
2973876	Soyers	soyers	FR	52400	88	Europe/Paris	47.87005	5.69388		Soyers		44	52	522	52483
2973878	Soye-en-Septaine	soye-en-septaine	FR	18340	578	Europe/Paris	47.02715	2.48867		Soye,Soye-en-Septaine,Sua-an-Seten,Suj-an-Seten,sai pu tan de qu su wa ai,Суа-ан-Сетен,Суй-ан-Сетен,塞普坦地区苏瓦埃		24	18	181	18254
2973879	Soyécourt	soyecourt	FR	80200	213	Europe/Paris	49.8633	2.79355		Soucourt,Soyecourt,Soyécourt,Suaekur,su wa ye ku er,Суаєкур,苏瓦耶库尔		32	80	804	80741
2973881	Soye	soye	FR	25250	260	Europe/Paris	47.44543	6.49866		Soye		27	25	252	25553
2973882	Soyaux	soyaux	FR	16800	11220	Europe/Paris	45.64052	0.19752		Soyaux,Suajo,su wa ao,Суайо,苏瓦奥		75	16	161	16374
2973883	Soyans	soyans	FR	26400	319	Europe/Paris	44.62874	5.02161		Soyans		84	26	261	26344
2973884	Soveria	soveria	FR	20250	74	Europe/Paris	42.35879	9.16619		Soveria		94	2B	2B3	2B289
2973885	Souzy-la-Briche	souzy-la-briche	FR	91580	455	Europe/Paris	48.53005	2.14882		Souzy,Souzy-la-Briche,Suzi-la-Brish,su qi la bu li she,Сузи-ла-Бриш,Сузі-ла-Бриш,苏齐拉布里舍		11	91	911	91602
2973886	Souzy	souzy	FR	69610	618	Europe/Paris	45.70549	4.44873		Souzy		84	69	691	69178
2973890	Souyeaux	souyeaux	FR	65350	213	Europe/Paris	43.24096	0.17394		Souyeaux		76	65	653	65436
2973894	Souvigny-en-Sologne	souvigny-en-sologne	FR	41600	428	Europe/Paris	47.64438	2.1641		Souvigny,Souvigny-en-Sologne		24	41	413	41251
2973895	Souvigny-de-Touraine	souvigny-de-touraine	FR	37530	381	Europe/Paris	47.41107	1.08987		Souvigny,Souvigny-de-Touraine		24	37	373	37252
2973897	Souvigny	souvigny	FR	03210	1987	Europe/Paris	46.5348	3.19205		Souvigny,Suvin'i,su wei ni,Сувиньи,Сувіньї,苏维尼		84	03	032	03275
2973899	Souvigné-sur-Sarthe	souvigne-sur-sarthe	FR	72300	550	Europe/Paris	47.82675	-0.38893		Souvigne,Souvigne-sur-Sarthe,Souvigné,Souvigné-sur-Sarthe,Suvin'e-sjur-Sart,Сувіньє-сюр-Сарт		52	72	721	72343
2973900	Souvigné-sur-Même	souvigne-sur-meme	FR	72400	179	Europe/Paris	48.22015	0.63597		Souvigne,Souvigne sur Mesme,Souvigne-sur-Meme,Souvigné,Souvigné sur Mesme,Souvigné-sur-Même		52	72	722	72342
2973902	Souvigné	souvigne	FR	16240	580	Europe/Paris	47.52177	0.39719		Souvigne,Souvigné		24	37	371	37251
2973903	Souvigné	souvigne	FR	16240	0	Europe/Paris	46.37322	-0.18663		Souvigne,Souvigné		75	79	792	79319
2973904	Souvigné	souvigne	FR	16240	237	Europe/Paris	45.97159	0.05808		Souvigne,Souvigné		75	16	163	16373
2973905	Souvignargues	souvignargues	FR	30250	644	Europe/Paris	43.81273	4.12262		Souvignargues,Souvignargues-Escatte		76	30	302	30324
2973908	Souvans	souvans	FR	39380	466	Europe/Paris	46.99312	5.55652		Souvans		27	39	391	39520
2973912	Soutiers	soutiers	FR	79310	209	Europe/Paris	46.57062	-0.28042		Soutiers		75	79	793	79285
2973915	Souternon	souternon	FR	42260	321	Europe/Paris	45.87013	3.98768		Souternon		84	42	422	42303
2973918	Soustons	soustons	FR	40140	6738	Europe/Paris	43.75165	-1.32977		Soston,Soustons,Suston,su si tong,Сустон,苏斯通		75	40	401	40310
2973919	Soustelle	soustelle	FR	30110	134	Europe/Paris	44.18221	4.0132		Soustelle		76	30	301	30323
2973922	Soussey-sur-Brionne	soussey-sur-brionne	FR	21350	104	Europe/Paris	47.32547	4.53036		Soussey,Soussey-sur-Brionne		27	21	213	21613
2973924	Soussans	soussans	FR	33460	1460	Europe/Paris	45.05633	-0.6995		Soussans		75	33	334	33517
2973925	Soussac	soussac	FR	33790	175	Europe/Paris	44.7298	0.01965		Soussac		75	33	333	33516
2973926	Souspierre	souspierre	FR	26160	102	Europe/Paris	44.54054	4.96115		Souspierre		84	26	262	26343
2973927	Sous-Parsat	sous-parsat	FR	23150	140	Europe/Paris	46.05542	1.98009		Sous-Parsat		75	23	232	23175
2973928	Sousmoulins	sousmoulins	FR	17130	201	Europe/Paris	45.30852	-0.32977		Sousmoulins,Sumulen,su si mu lan,Сумулен,苏斯穆兰		75	17	171	17433
2973933	Sousceyrac	sousceyrac	FR	46190	933	Europe/Paris	44.87392	2.03405		Socairac,Sousceyrac,Soçairac,Sussejrak,su si sai la ke,Суссейрак,苏斯塞拉克		76	46	462	46311
2973936	Sourzac	sourzac	FR	24400	1082	Europe/Paris	45.0495	0.39553		Sorzac,Sourzac,Surzak,su er zha ke,Сурзак,苏尔扎克		75	24	243	24543
2973937	Soursac	soursac	FR	19550	533	Europe/Paris	45.27535	2.20117		Saurcac,Saurçac,Sorcac,Sorçac,Soursac,Soursac-Moustier,Sursak,su er sa ke,Сурсак,苏尔萨克		75	19	193	19264
2973938	Sours	sours	FR	28630	2071	Europe/Paris	48.41043	1.59889		Sours,Sur,su er,Сур,苏尔		24	28	281	28380
2973939	Sourribes	sourribes	FR	04290	177	Europe/Paris	44.14765	6.01528		Soribas,Sorribas,Sourribes,Surrib,su er li bei,Сурриб,苏尔里贝		93	04	044	04211
2973940	Sourniac	sourniac	FR	15200	180	Europe/Paris	45.27703	2.33933		Sourniac		84	15	152	15230
2973941	Sournia	sournia	FR	66730	398	Europe/Paris	42.72783	2.44163		Sornhan,Sornia,Sornià,Sournia,Surn'ja,su er ni a,Сурнья,苏尔尼阿		76	66	663	66198
2973944	Sourdun	sourdun	FR	77171	1525	Europe/Paris	48.53688	3.352		Sourdun		11	77	773	77459
2973945	Sourdon	sourdon	FR	80250	260	Europe/Paris	49.7103	2.39689		Sourdon		32	80	803	80740
2973948	Sourdeval-les-Bois	sourdeval-les-bois	FR	50450	185	Europe/Paris	48.90893	-1.27583		Sourdeval,Sourdeval-les-Bois		28	50	503	50197
2973949	Sourdeval	sourdeval	FR	50150	3127	Europe/Paris	48.72312	-0.92223		Sourdeval,Surdeval',su er de wa,Сурдеваль,苏尔德瓦		28	50	501	50582
2973953	Sourcieux-les-Mines	sourcieux-les-mines	FR	69210	1866	Europe/Paris	45.80606	4.62254		Sourcieux,Sourcieux-les-Mines		84	69	692	69177
2973958	Sourans	sourans	FR	25250	120	Europe/Paris	47.40764	6.63183		Sourans		27	25	252	25552
2973959	Souraïde	souraide	FR	64250	1161	Europe/Paris	43.34214	-1.475		Mendialte,Souraide,Souraïde,Suraid,Zuraide,su lai de,Сураид,Сураїд,苏赖德		75	64	641	64527
2973962	Souprosse	souprosse	FR	40250	1157	Europe/Paris	43.78867	-0.70946		Souprosse		75	40	401	40309
2973963	Souppes-sur-Loing	souppes-sur-loing	FR	77460	6002	Europe/Paris	48.18297	2.73521		Souppes,Souppes-sur-Loing,Supp-sjur-Luen,Супп-сюр-Луен		11	77	774	77458
2973966	Soupir	soupir	FR	02160	281	Europe/Paris	49.4081	3.59667		Soupir		32	02	024	02730
2973967	Soupex	soupex	FR	11320	238	Europe/Paris	43.37836	1.8948		Soupex		76	11	111	11385
2973973	Soumoulou	soumoulou	FR	64420	1090	Europe/Paris	43.26675	-0.19029		Somolon,Soumoulou,Sumulu,su mu lu,Сумулу,苏穆卢		75	64	643	64526
2973974	Soumont-Saint-Quentin	soumont-saint-quentin	FR	14420	505	Europe/Paris	48.97817	-0.23375		Soumont,Soumont-Saint-Quentin		28	14	142	14678
2973975	Soumont	soumont	FR	34700	149	Europe/Paris	43.72869	3.35358		Soumont		76	34	342	34306
2973978	Souméras	soumeras	FR	17130	300	Europe/Paris	45.29746	-0.4254		Soumeras,Souméras		75	17	171	17432
2973979	Soumensac	soumensac	FR	47120	224	Europe/Paris	44.69001	0.32689		Somensac,Soumensac,Sumansak,su mang sa ke,Сумансак,苏芒萨克		75	47	472	47303
2973985	Soumans	soumans	FR	23600	547	Europe/Paris	46.30131	2.30666		Soumans		75	23	231	23174
2973987	Soumaintrain	soumaintrain	FR	89570	209	Europe/Paris	48.02102	3.82744		Soumaintrain		27	89	891	89402
2973989	Soulvache	soulvache	FR	44660	0	Europe/Paris	47.82908	-1.47385		Soulvac'h,Soulvach,Soulvache,Sul'vash,su er wa ke,suruvu~ashu,Сульваш,スルヴァシュ,苏尔瓦克		52	44	445	44200
2974266	Son	son	FR	08300	107	Europe/Paris	49.58225	4.27694		Son		44	08	082	08426
2973990	Soultz-sous-Forêts	soultz-sous-forets	FR	67250	2662	Europe/Paris	48.93693	7.8811		Soultz,Soultz-sous-Forets,Soultz-sous-Forêts,Sul'c-su-Fore,Sulz unterm Wald,su er te su fu lei te,swltz sws fwryts,Сульц-су-Форе,سولتز سوس فوريتس,苏尔特苏福雷特		44	67	672	67474
2973991	Soultzmatt	soultzmatt	FR	68570	2183	Europe/Paris	47.96188	7.23759		Suizmatt,Sul'cmat,Sulzmatt,Сульцмат		44	68	686	68318
2973992	Soultz-les-Bains	soultz-les-bains	FR	67120	813	Europe/Paris	48.57172	7.48675		Soultz,Sul'c-le-Ben,Sulz,Sulzbad,su er te lai ban,swltz lyh baynz,Сульц-ле-Бен,سولتز ليه باينز,苏尔特莱班		44	67	673	67473
2973993	Soultz-Haut-Rhin	soultz-haut-rhin	FR	68360	6963	Europe/Paris	47.88849	7.2286		Soultz,Soultz-Haut-Rhin,Sul'c-O-Ren,Sulz,Сульц-О-Рен		44	68	686	68315
2973994	Soultzeren	soultzeren	FR	68140	1145	Europe/Paris	48.06394	7.10233		Soultzeren,Soultzern		44	68	682	68317
2973995	Soultzbach-les-Bains	soultzbach-les-bains	FR	68230	632	Europe/Paris	48.03764	7.20439		Bad Sulzbach,Soultzbach,Soultzbach-les-Bains,Sul'cbak-le-Ben,Sulzbach,Сульцбак-ле-Бен		44	68	682	68316
2973999	Soulosse-sous-Saint-Élophe	soulosse-sous-saint-elophe	FR	88630	566	Europe/Paris	48.4	5.73333		Suloss-su-Sent-Elof,su luo sai su sheng ai luo fei,Сулосс-су-Сент-Елоф,苏洛塞苏圣埃洛费		44	88	882	88460
2974001	Soulomès	soulomes	FR	46240	121	Europe/Paris	44.63264	1.5944		Soulomes,Soulomès		76	46	463	46310
2974002	Soulom	soulom	FR	65260	257	Europe/Paris	42.9556	-0.07231		Soulom		76	65	651	65435
2974005	Soulles	soulles	FR	50750	405	Europe/Paris	49.01262	-1.18916		Soulles,Sul',su lai,Суль,苏莱		28	50	504	50546
2974007	Soullans	soullans	FR	85300	3676	Europe/Paris	46.79624	-1.90106				52	85	853	85284
2974008	Soulitré	soulitre	FR	72370	583	Europe/Paris	48.01149	0.45635		Soulitre,Soulitré		52	72	722	72341
2974010	Souligny	souligny	FR	10320	362	Europe/Paris	48.2026	3.9979		Souligny		44	10	103	10373
2974011	Soulignonne	soulignonne	FR	17250	578	Europe/Paris	45.77704	-0.78688		Soulignonne		75	17	174	17431
2974012	Souligné-sous-Ballon	souligne-sous-ballon	FR	72290	1060	Europe/Paris	48.13988	0.2361		Souligne,Souligne-sous-Ballon,Souligné,Souligné-sous-Ballon,Sulin'e-su-Ballon,Суліньє-су-Баллон		52	72	723	72340
2974013	Souligné-Flacé	souligne-flace	FR	72210	695	Europe/Paris	47.97395	0.01342		Souligne,Souligne-Flace,Souligné,Souligné-Flacé		52	72	721	72339
2974014	Soulignac	soulignac	FR	33760	458	Europe/Paris	44.69827	-0.28306		Soulignac		75	33	333	33515
2974017	Soulières	soulieres	FR	51130	131	Europe/Paris	48.90642	3.93333		Soulieres,Soulières		44	51	512	51558
2974022	Soulgé-sur-Ouette	soulge-sur-ouette	FR	53210	1018	Europe/Paris	48.06106	-0.57059		Soulge,Soulge-le-Bruant,Soulge-sur-Ouette,Soulgé,Soulgé-le-Bruant,Soulgé-sur-Ouette,Sul'zhe-sjur-Uett,wu ai te he pan su er re,Сульже-сюр-Уетт,乌埃特河畔苏尔热		52	53	532	53262
2974026	Soulce-Cernay	soulce-cernay	FR	25190	97	Europe/Paris	47.32563	6.85493		Soulce,Soulce-Cernay		27	25	252	25551
2974029	Soulaures	soulaures	FR	24540	80	Europe/Paris	44.65044	0.9236		Soulaures		75	24	241	24542
2974031	Soulaucourt-sur-Mouzon	soulaucourt-sur-mouzon	FR	52150	89	Europe/Paris	48.19848	5.68029		Soulaucourt,Soulaucourt-sur-Mouzon		44	52	521	52482
2974032	Soulatgé	soulatge	FR	11330	98	Europe/Paris	42.87873	2.50442		Soulatge,Soulatgé		76	11	113	11384
2974036	Soulangy	soulangy	FR	14700	252	Europe/Paris	48.9424	-0.22		Soulangy		28	14	142	14677
2974038	Soulangy	soulangy	FR	14700	0	Europe/Paris	46.93483	2.41067				24	18	181	18126
2974039	Soulangis	soulangis	FR	18220	449	Europe/Paris	47.18697	2.51817		Soulangis		24	18	181	18253
2974040	Soulanges	soulanges	FR	51300	451	Europe/Paris	48.79023	4.53588		Soulanges		44	51	514	51557
2974043	Soulan	soulan	FR	09320	338	Europe/Paris	42.92366	1.24943		Soulan		76	09	093	09301
2974044	Soulan	soulan	FR	09320	0	Europe/Paris	42.83066	0.29487				76	65	652	65388
2974046	Soulaires	soulaires	FR	28130	437	Europe/Paris	48.51698	1.5875		Soulaires		24	28	281	28379
2974048	Soulaines-sur-Aubance	soulaines-sur-aubance	FR	49610	1249	Europe/Paris	47.3643	-0.5229		Soulaines,Soulaines-sur-Aubance,Sulen-sjur-Obans,ao bang ke he pan su lai nei,Сулен-сюр-Обанс,奥邦克河畔苏莱内		52	49	491	49338
2974049	Soulaines-Dhuys	soulaines-dhuys	FR	10200	271	Europe/Paris	48.37446	4.73414		Soulaines,Soulaines-Dhuys		44	10	101	10372
2974052	Soulages-Bonneval	soulages-bonneval	FR	12210	276	Europe/Paris	44.6766	2.78907		Soulages,Soulages-Bonneval,Soulages-le-Bonneval		76	12	122	12273
2974053	Soulages	soulages	FR	15100	0	Europe/Paris	45.25775	2.8143				84	15	153	15213
2974054	Soulages	soulages	FR	15100	0	Europe/Paris	45.08879	3.27401				84	15	153	15229
2974267	Somsois	somsois	FR	51290	238	Europe/Paris	48.595	4.50354				44	51	514	51551
2974056	Soulac-sur-Mer	soulac-sur-mer	FR	33780	3021	Europe/Paris	45.51068	-1.12524		Solac,Soulac,Soulac-sur-Mer,Sulak-sjur-Mer,bin hai su la ke,Сулак-сюр-Мер,滨海苏拉克		75	33	334	33514
2974057	Soula	soula	FR	09000	169	Europe/Paris	42.94305	1.69449		Soula		76	09	091	09300
2974062	Souilly	souilly	FR	55220	280	Europe/Paris	49.02837	5.28636		Souilly		44	55	553	55498
2974064	Souillé	souille	FR	72380	485	Europe/Paris	48.11882	0.18241		Souille,Souillé		52	72	723	72338
2974066	Souillac	souillac	FR	46200	3947	Europe/Paris	44.89788	1.4738		Souillac,Trente-un-Mai		76	46	463	46309
2974067	Souilhe	souilhe	FR	11400	259	Europe/Paris	43.37072	1.91263		Souilhe		76	11	111	11383
2974068	Souilhanels	souilhanels	FR	11400	395	Europe/Paris	43.35155	1.91437		Souilhanels		76	11	111	11382
2974070	Souhey	souhey	FR	21140	77	Europe/Paris	47.48488	4.41881		Souhey		27	21	213	21612
2974075	Sougy-sur-Loire	sougy-sur-loire	FR	58300	530	Europe/Paris	46.856	3.39134		Sougy,Sougy-sur-Loire		27	58	583	58280
2974076	Sougy	sougy	FR	45410	850	Europe/Paris	48.0533	1.78701		Sougy,Suzhi,su ji,Сужі,苏吉		24	45	452	45313
2974077	Sougraigne	sougraigne	FR	11190	57	Europe/Paris	42.90181	2.35468		Sougraigne		76	11	112	11381
2974079	Sougères-en-Puisaye	sougeres-en-puisaye	FR	89520	330	Europe/Paris	47.55905	3.32905		Sougeres,Sougeres-en-Puisaye,Sougères,Sougères-en-Puisaye,Suzher-an-Pjuize,pi yi sai de qu su re lei,Сужер-ан-Пюизе,Сужер-ан-Пюїзе,皮伊赛地区苏热勒		27	89	891	89400
2974080	Sougé-le-Ganelon	souge-le-ganelon	FR	72130	845	Europe/Paris	48.31807	-0.03005		Souge,Souge-le-Ganelon,Sougé,Sougé-le-Ganelon		52	72	722	72337
2974081	Sougéal	sougeal	FR	35610	644	Europe/Paris	48.50972	-1.52329		Sougeal,Sougéal,Sulial		53	35	354	35329
2974082	Sougé	souge	FR	36500	449	Europe/Paris	47.76981	0.7281		Souge,Sougé		24	41	412	41250
2974083	Sougé	souge	FR	36500	165	Europe/Paris	46.96435	1.48708		Souge,Sougé		24	36	362	36218
2974084	Souffrignac	souffrignac	FR	16380	159	Europe/Paris	45.59263	0.50467		Sofrinhac,Souffrignac,Suffrin'jak,Sufrin'jak,su fu li ni ya ke,Суфриньяк,Суффриньяк,苏夫里尼亚克		75	16	161	16372
2974086	Soufflenheim	soufflenheim	FR	67620	4648	Europe/Paris	48.83026	7.96268		Sablono:TabelKapoLauCarta,Soufflenheim,Suefflum,Sufflenajm,Sufflenheim,Süfflum,su fu lei nan,sufuren'aimu,swflynhym,Ŝablono:TabelKapoLaŭĈarta,Суффленайм,سوفلينهيم,スフレンアイム,苏夫勒南		44	67	672	67472
2974087	Souffelweyersheim	souffelweyersheim	FR	67460	6344	Europe/Paris	48.6354	7.74141		Souffelweyersheim,Sueffelwirsche,Suffel'veersajm,Suffelweyersheim,Süffelwirsche,su fu er wei ai er sang,swfylwyrshym,Суффельвеерсайм,Суффельвеєрсайм,سوفيلويرشيم,苏弗尔韦埃尔桑		44	67	678	67471
2974089	Souesmes	souesmes	FR	41300	1155	Europe/Paris	47.45638	2.17495		Souesmes,Suem,su ai si mei,Суем,苏埃斯梅		24	41	413	41249
2974090	Soues	soues	FR	65430	128	Europe/Paris	49.95669	2.05348		Soues		32	80	802	80738
2974091	Soues	soues	FR	65430	3192	Europe/Paris	43.20687	0.0991		Soues		76	65	653	65433
2974092	Souel	souel	FR	81170	176	Europe/Paris	44.03037	1.95576		Souel,Souel-et-Sarmases		76	81	811	81290
2974093	Soueix-Rogalle	soueix-rogalle	FR	09140	0	Europe/Paris	42.9	1.21667				76	09	093	09299
2974094	Soueich	soueich	FR	31160	566	Europe/Paris	43.04747	0.77941		Soueich		76	31	312	31550
2974096	Soudron	soudron	FR	51320	247	Europe/Paris	48.84142	4.19987		Soudron		44	51	511	51556
2974100	Soudorgues	soudorgues	FR	30460	252	Europe/Paris	44.0659	3.82979		Soudorgues		76	30	303	30322
2974101	Soudé	soude	FR	51320	0	Europe/Paris	48.73333	4.31667		Soude-Sainte-Croix,Soude-la-Grande,Soude-la-Petite,Soude-le-Grand,Soude-le-Petit,Soudé-Sainte-Croix,Soudé-la-Grande,Soudé-la-Petite,Soudé-le-Grand,Soudé-le-Petit		44	51	511	51555
2974103	Soudeilles	soudeilles	FR	19300	281	Europe/Paris	45.44552	2.07831		Soudeilles		75	19	193	19263
2974105	Souday	souday	FR	41170	562	Europe/Paris	48.0368	0.86691		Souday		24	41	412	41248
2974106	Soudat	soudat	FR	24360	76	Europe/Paris	45.62448	0.56468		Soudat		75	24	242	24541
2974108	Soudan	soudan	FR	44110	2199	Europe/Paris	47.73805	-1.30589		Saoudan,Soudan		52	44	445	44199
2974109	Soudan	soudan	FR	44110	389	Europe/Paris	46.4229	-0.11229		Soudan		75	79	792	79316
2974110	Soudaine-Lavinadière	soudaine-lavinadiere	FR	19370	199	Europe/Paris	45.55688	1.74004		Sodena e la Vinadiera,Sodena e la Vinadièra,Soudaine-Lavinadiere,Soudaine-Lavinadière,Suden-Lavinad'er,su dan la wei na di ai,Суден-Лавинадьер,Суден-Лавінадьєр,苏丹拉维纳迪埃		75	19	192	19262
2974114	Soucy	soucy	FR	02600	70	Europe/Paris	49.31261	3.12673		Soucy		32	02	024	02729
2974115	Soucy	soucy	FR	02600	1415	Europe/Paris	48.24956	3.32385		Soucy		27	89	893	89399
2974116	Souclin	souclin	FR	01150	243	Europe/Paris	45.8766	5.41867		Souclin		84	01	011	01411
2974117	Soucirac	soucirac	FR	46300	123	Europe/Paris	44.70242	1.504		Soucirac		76	46	463	46308
2974118	Soucieu-en-Jarrest	soucieu-en-jarrest	FR	69510	3395	Europe/Paris	45.67771	4.70379		Soucieu,Soucieu-en-Jarez,Soucieu-en-Jarrest		84	69	691	69176
2974119	Soucia	soucia	FR	39130	108	Europe/Paris	46.5421	5.74894		Soucia		27	39	392	39519
2974120	Soucht	soucht	FR	57960	1227	Europe/Paris	48.95902	7.33434		Soucht		44	57	576	57658
2974123	Souchez	souchez	FR	62153	2222	Europe/Paris	50.39291	2.73984		Souchez,Sushe,su xie,swtshyz,Суше,سوتشيز,苏谢		32	62	627	62801
2974130	Soucelles	soucelles	FR	49140	2297	Europe/Paris	47.56948	-0.42052		Soucelles,Susel',su se lai,Сусель,苏瑟莱		52	49	491	49377
2974131	Soucé	souce	FR	53300	187	Europe/Paris	48.47399	-0.66401		Souce,Soucé		52	53	533	53261
2974132	Soubrebost	soubrebost	FR	23250	141	Europe/Paris	45.95781	1.84287		Soubrebost		75	23	232	23173
2974133	Soubran	soubran	FR	17150	382	Europe/Paris	45.35318	-0.51448		Soubran		75	17	171	17430
2974134	Soublecause	soublecause	FR	65700	182	Europe/Paris	43.53242	-0.02191		Soublecause		76	65	653	65432
2974135	Soubise	soubise	FR	17780	3068	Europe/Paris	45.92398	-1.009		La Regeneration,La Regénération,Soubise		75	17	172	17429
2974139	Soubès	soubes	FR	34700	808	Europe/Paris	43.76762	3.34654		Soubes,Soubès		76	34	342	34304
2974143	Souastre	souastre	FR	62111	330	Europe/Paris	50.15335	2.56635		Souastre,Souatre,Suastr,su a si te,swastry,Суастр,سواستري,苏阿斯特		32	62	621	62800
2974144	Souanyas	souanyas	FR	66360	29	Europe/Paris	42.54982	2.27938		Soanyes,Souanyas		76	66	663	66197
2974145	Souancé-au-Perche	souance-au-perche	FR	28400	531	Europe/Paris	48.26698	0.85527		Souance,Souance-au-Perche,Souancé,Souancé-au-Perche		24	28	284	28378
2974146	Soual	soual	FR	81580	2098	Europe/Paris	43.55622	2.11677		Soual,Soual-et-lestap		76	81	812	81289
2974147	Souain-Perthes-lès-Hurlus	souain-perthes-les-hurlus	FR	51600	201	Europe/Paris	49.18363	4.54341		Souain,Souain-Perthes,Souain-Perthes-les-Hurlus,Souain-Perthes-lès-Hurlus,Suen-Pert-le-Jurlju,su an pei er tai si-lai yu er lu,Суен-Перт-ле-Юрлю,苏安佩尔泰斯-莱于尔吕		44	51	511	51553
2974149	Sotzeling	sotzeling	FR	57170	32	Europe/Paris	48.86281	6.63613		Sotzeling		44	57	575	57657
2974150	Soturac	soturac	FR	46700	726	Europe/Paris	44.4886	1.01622		Soturac		76	46	461	46307
2974151	Sotteville-sur-Mer	sotteville-sur-mer	FR	76740	396	Europe/Paris	49.88021	0.83248		Sotteville,Sotteville-sur-Mer		28	76	761	76683
2974152	Sotteville-sous-le-Val	sotteville-sous-le-val	FR	76410	666	Europe/Paris	49.31906	1.12387		Sotteville,Sotteville-sous-le-Val		28	76	763	76682
2974153	Sotteville-lès-Rouen	sotteville-les-rouen	FR	76300	30619	Europe/Paris	49.40972	1.09005		Sottevil'-le-Ruan,Sotteville,Sotteville-les-Rouen,Sotteville-lès-Rouen,Sottvil'-le-Ruan,Sottville-les-Rouen,Sotvil le Ruan,soteubilleuluang,sottovu~iru=re=ruan,swtwwy lrwan,Сотвил ле Руан,Соттвиль-ле-Руан,Соттвіль-ле-Руан,Соттевиль-ле-Руан,سوتووی لروآن,ソットヴィル＝レ＝ルーアン,소트빌르루앙		28	76	763	76681
2974154	Sotteville	sotteville	FR	50340	354	Europe/Paris	49.53857	-1.75297		Sotteville		28	50	502	50580
2974155	Sottevast	sottevast	FR	50260	1232	Europe/Paris	49.52374	-1.59169		Sottevast,Sottva,suo te wa si,Соттва,索特瓦斯		28	50	502	50579
2974157	Sotta	sotta	FR	20146	842	Europe/Paris	41.54478	9.1963		Sotta,Сотта		94	2A	2A4	2A288
2974160	Sost	sost	FR	65370	98	Europe/Paris	42.92886	0.55761		Sost		76	65	652	65431
2974161	Sossais	sossais	FR	86230	426	Europe/Paris	46.85911	0.38579		Sossais,Sossay		75	86	861	86265
2974162	Sospel	sospel	FR	06380	3034	Europe/Paris	43.87792	7.44788		Hospitellum,Sospel,Sospel',Sospello,Sospèl,Susper,sosuperu,suo si pei,swsbyl,Соспель,سوسبيل,ソスペル,索斯佩		93	06	062	06136
2974163	Sos	sos	FR	47170	689	Europe/Paris	44.04283	0.14087		Sos		75	47	474	47302
2974164	Sortosville-en-Beaumont	sortosville-en-beaumont	FR	50270	324	Europe/Paris	49.43107	-1.69168		Sortosville,Sortosville-en-Beaumont		28	50	502	50577
2974165	Sortosville	sortosville	FR	50310	75	Europe/Paris	49.47988	-1.43321		Sortosville		28	50	502	50578
2974166	Sort-en-Chalosse	sort-en-chalosse	FR	40180	766	Europe/Paris	43.68328	-0.93073		Sor-an-Shaloss,Sort,Sort-en-Chalosse,Sòrt,sha luo si de qu suo er,Сор-ан-Шалосс,沙洛斯地区索尔		75	40	401	40308
2974169	Sorrus	sorrus	FR	62170	482	Europe/Paris	50.45891	1.7205		Sorrju,Sorrus,suo er lu,swrws,Соррю,سوروس,索尔吕		32	62	624	62799
2974171	Sorquainville	sorquainville	FR	76540	166	Europe/Paris	49.70383	0.55116		Sorquainville		28	76	762	76680
2974173	Sornéville	sorneville	FR	54280	258	Europe/Paris	48.74792	6.41697		Sorneville,Sornéville		44	54	543	54510
2974174	Sornay	sornay	FR	70150	241	Europe/Paris	47.27758	5.69785		Sornay		27	70	702	70494
2974175	Sornay	sornay	FR	70150	1695	Europe/Paris	46.63023	5.17999		Sornay		27	71	714	71528
2974176	Sornac	sornac	FR	19290	861	Europe/Paris	45.66727	2.19327		Sornac		75	19	193	19261
2974178	Sormonne	sormonne	FR	08150	539	Europe/Paris	49.81072	4.56604		Sormonne		44	08	081	08429
2974181	Sormery	sormery	FR	89570	375	Europe/Paris	48.08772	3.77218		Sormery		27	89	891	89398
2974184	Sorio	sorio	FR	20246	160	Europe/Paris	42.58351	9.27387		Sorio,Soriu,Сорио,Соріо		94	2B	2B5	2B287
2974185	Sorigny	sorigny	FR	37250	2105	Europe/Paris	47.24329	0.6952		Sorigny,Sorin'i,suo li ni,Сориньї,索里尼		24	37	372	37250
2974188	Sorgues	sorgues	FR	84700	18681	Europe/Paris	44.01023	4.87381		Sorgues		93	84	842	84129
2974192	Sorges	sorges	FR	24420	0	Europe/Paris	47.43227	-0.48477				52	49	491	49246
2974193	Sorges	sorges	FR	24420	1165	Europe/Paris	45.30743	0.87352		Sorges,Sorjas,Sorzh,Surges,Sòrges,Sòrjas,suo er re,Сорж,索尔热		75	24	243	24540
2974194	Sorgeat	sorgeat	FR	09110	105	Europe/Paris	42.72952	1.85114		Sorgeat		76	09	091	09298
2974195	Sorèze	soreze	FR	81540	2435	Europe/Paris	43.45292	2.06683		Soreze,Sorèze		76	81	812	81288
2974197	Sorel-Moussel	sorel-moussel	FR	28260	1526	Europe/Paris	48.83391	1.36699		Montagne-du-Droit-de-l'Homme,Sorel'-Mussel',Sorel-Moussel,suo lei mu sai,Сорель-Муссель,索雷穆塞		24	28	283	28377
2974198	Sorel	sorel	FR	80240	0	Europe/Paris	50.01667	3.05		Sorel-le-Grand		32	80	804	80737
2974199	Sorel-en-Vimeu	sorel-en-vimeu	FR	80490	192	Europe/Paris	50.01055	1.90786		Sorel,Sorel-en Vimeux,Sorel-en-Vimeu		32	80	801	80736
2974203	Sorède	sorede	FR	66690	2941	Europe/Paris	42.53069	2.95708		Sored,Sorede,Sorède,Sureda,suo lei de,Соред,索雷德		76	66	661	66196
2974204	Soréac	soreac	FR	65350	36	Europe/Paris	43.31313	0.15879		Soreac,Soréac		76	65	653	65430
2974205	Sore	sore	FR	40430	976	Europe/Paris	44.32363	-0.58076		Sore		75	40	402	40307
2974206	Sorde-l'Abbaye	sorde-l-abbaye	FR	40300	0	Europe/Paris	43.52908	-1.05413		Sorde,Sorde-l'Abbaye		75	40	401	40306
2974208	Sorcy-Saint-Martin	sorcy-saint-martin	FR	55190	971	Europe/Paris	48.71367	5.63399		Sorcy,Sorcy-Saint-Martin		44	55	552	55496
2974209	Sorcy-Bauthémont	sorcy-bauthemont	FR	08270	141	Europe/Paris	49.5386	4.5367		Sorcy,Sorcy-Bauthemont,Sorcy-Bauthémont		44	08	082	08428
2974211	Sorbs	sorbs	FR	34520	60	Europe/Paris	43.89404	3.40055		Sorbs		76	34	342	34303
2974212	Sorbo-Ocagnano	sorbo-ocagnano	FR	20213	779	Europe/Paris	42.47619	9.45591		Ocagnano,Sorbo,Sorbo-Ocagnano		94	2B	2B3	2B286
2974213	Sorbon	sorbon	FR	08300	202	Europe/Paris	49.53804	4.35575		Sorbon		44	08	082	08427
2974214	Sorbollano	sorbollano	FR	20152	71	Europe/Paris	41.75187	9.10954		Sorbollano,Surbudda,Surbuddà,Сорболлано		94	2A	2A4	2A285
2974215	Sorbiers	sorbiers	FR	05150	7549	Europe/Paris	45.49111	4.44163		Sorbier,Sorbiers		84	42	423	42302
2974216	Sorbiers	sorbiers	FR	05150	57	Europe/Paris	44.37491	5.56364		Sorbiers		93	05	052	05169
2974217	Sorbier	sorbier	FR	03220	289	Europe/Paris	46.36538	3.66056		Sorbier		84	03	033	03274
2974219	Sorbey	sorbey	FR	55230	170	Europe/Paris	49.39643	5.57955		Sorbey		44	55	553	55495
2974220	Sorbey	sorbey	FR	55230	334	Europe/Paris	49.04471	6.317		Sorbey,Sorby		44	57	579	57656
2974221	Sorbets	sorbets	FR	32110	203	Europe/Paris	43.7213	-0.01582		Sorbets		76	32	322	32437
2974222	Sorbets	sorbets	FR	32110	183	Europe/Paris	43.63533	-0.32974		Sorbets		75	40	402	40305
2974223	Sorbais	sorbais	FR	02580	290	Europe/Paris	49.90868	3.89409		Sorbais		32	02	025	02728
2974226	Sorans-lès-Breurey	sorans-les-breurey	FR	70190	348	Europe/Paris	47.39696	6.0506		Sorans,Sorans-les-Breurey,Sorans-lès-Breurey		27	70	702	70493
2974229	Sor	sor	FR	09800	35	Europe/Paris	42.92017	1.00941		Sor		76	09	093	09297
2974233	Soppe-le-Haut	soppe-le-haut	FR	68780	570	Europe/Paris	47.73207	7.06072		Soppe,Soppe-le-Haut		44	68	686	68219
2974234	Soppe-le-Bas	soppe-le-bas	FR	68780	705	Europe/Paris	47.71779	7.08809		Soppe,Soppe-le-Bas		44	68	686	68313
2974236	Sonzay	sonzay	FR	37360	1172	Europe/Paris	47.52687	0.46203		Sonzay		24	37	371	37249
2974239	Sonthonnax-la-Montagne	sonthonnax-la-montagne	FR	01580	315	Europe/Paris	46.23317	5.52432		Sonthonnax,Sonthonnax-la-Montagne,Sontona la Montan,Sontonna-la-Montan',sntwna-la-mwntany,song tuo na ke si la meng ta ni,swntwna-la-mwtanyyh  ayn,Сонтонна-ла-Монтань,Սոնտոնա լա Մոնտան,سنتونا-لا-مونتانی,سونتونا-لا-موتانييه، أين,松托纳克斯拉蒙塔尼		84	01	014	01410
2974240	Sons-et-Ronchères	sons-et-roncheres	FR	02270	236	Europe/Paris	49.76256	3.67428		Sons-et-Roncheres,Sons-et-Ronchères		32	02	022	02727
2974241	Sonneville	sonneville	FR	16170	226	Europe/Paris	45.80308	-0.13355		Sonneville,Sonnvil',Sonvil',suo na wei er,Сонвиль,Соннвіль,索纳维尔		75	16	162	16286
2974245	Sonnaz	sonnaz	FR	73000	1323	Europe/Paris	45.61765	5.91505		Sonna,Sonnaz,Sunacum,Сонна		84	73	732	73288
2974246	Sonnay	sonnay	FR	38150	1035	Europe/Paris	45.35809	4.90479		Sonnay		84	38	383	38496
2974250	Sonnac-sur-l'Hers	sonnac-sur-l-hers	FR	11230	0	Europe/Paris	43.00404	1.99304		Sonnac,Sonnac-sur-l'Hers		76	11	112	11380
2974251	Sonnac	sonnac	FR	12700	573	Europe/Paris	45.83947	-0.2718		Sonnac		75	17	175	17428
2974252	Sonnac	sonnac	FR	12700	0	Europe/Paris	45.10174	3.94923				84	43	432	43126
2974253	Sonnac	sonnac	FR	12700	403	Europe/Paris	44.54864	2.10895		Sonnac		76	12	123	12272
2974254	Songy	songy	FR	51240	286	Europe/Paris	48.80211	4.4991		Songy		44	51	514	51552
2974255	Songieu	songieu	FR	01260	136	Europe/Paris	45.97388	5.70302		Songieu		84	01	011	01187
2974256	Songeson	songeson	FR	39130	61	Europe/Paris	46.65232	5.82044		Songeson		27	39	392	39518
2974257	Songeons	songeons	FR	60380	1268	Europe/Paris	49.54916	1.85361		Songeons,Sonjon,Sonzhon,song rong,Сонжон,松容		32	60	601	60623
2974258	Sondersdorf	sondersdorf	FR	68480	350	Europe/Paris	47.48267	7.33465		Sondersdorf		44	68	681	68312
2974259	Sondernach	sondernach	FR	68380	640	Europe/Paris	47.99832	7.07414		Sondernach,Sondernak,Сондернак		44	68	682	68311
2974260	Soncourt-sur-Marne	soncourt-sur-marne	FR	52320	333	Europe/Paris	48.2524	5.11587		Soncourt,Soncourt-sur-Marne,Sonkur-sjur-Marn,ma en he pan song ku er,Сонкур-сюр-Марн,马恩河畔松库尔		44	52	521	52480
2974261	Soncourt	soncourt	FR	88170	65	Europe/Paris	48.39322	5.90979		Soncourt		44	88	882	88459
2974263	Sonchamp	sonchamp	FR	78120	1625	Europe/Paris	48.5759	1.87753		Sonchamp,Sonsham,Соншам		11	78	782	78601
2974264	Sonac	sonac	FR	46320	87	Europe/Paris	44.69638	1.86004		Sonac,Sonak,suo na ke,Сонак,索纳克		76	46	462	46306
2974270	Sompuis	sompuis	FR	51320	283	Europe/Paris	48.68192	4.37894		Sompuis		44	51	514	51550
2974271	Sompt	sompt	FR	79110	293	Europe/Paris	46.15957	-0.10181		Sompt		75	79	792	79064
2974272	Sommières-du-Clain	sommieres-du-clain	FR	86160	754	Europe/Paris	46.27954	0.35897		Sommer-dju-Klen,Sommieres,Sommieres-du-Clain,Sommières,Sommières-du-Clain,suo mi ai di ke lan,Соммєр-дю-Клен,索米埃迪克兰		75	86	862	86264
2974273	Sommières	sommieres	FR	30250	4003	Europe/Paris	43.78457	4.09		Someire,Somm'er,Sommer,Sommieres,Sommières,suo mi ai,Соммьер,Соммєр,索米埃		76	30	302	30321
2974274	Somme-Yèvre	somme-yevre	FR	51330	117	Europe/Paris	48.95055	4.75997		Somme-Yevre,Somme-Yèvre		44	51	511	51549
2974275	Sommevoire	sommevoire	FR	52220	762	Europe/Paris	48.41134	4.84172		Baubiac,Sommevoire,Sommvuar,suo mo wa er,Соммвуар,索默瓦尔		44	52	523	52479
2974278	Somme-Vesle	somme-vesle	FR	51460	431	Europe/Paris	48.98485	4.59167		Somme-Vesle		44	51	511	51548
2974279	Sommeval	sommeval	FR	10320	284	Europe/Paris	48.16448	3.96613		Sommeval		44	10	103	10371
2974280	Sommette-Eaucourt	sommette-eaucourt	FR	02480	158	Europe/Paris	49.74044	3.11882		Sommette,Sommette-Eaucourt		32	02	023	02726
2974281	Somme-Tourbe	somme-tourbe	FR	51600	139	Europe/Paris	49.1012	4.6683		Somme-Tourbe		44	51	511	51547
2974282	Somme-Suippe	somme-suippe	FR	51600	668	Europe/Paris	49.11574	4.58043		Somme-Suippe		44	51	511	51546
2974283	Sommesous	sommesous	FR	51320	409	Europe/Paris	48.7378	4.19946		Sommesous,Sommsu,suo mei su,Соммсу,索梅苏		44	51	511	51545
2974285	Sommesnil	sommesnil	FR	76560	88	Europe/Paris	49.71321	0.67131		Sommesnil		28	76	761	76679
2974286	Sommery	sommery	FR	76440	656	Europe/Paris	49.6345	1.44097		Sommery		28	76	761	76678
2974287	Sommerviller	sommerviller	FR	54110	979	Europe/Paris	48.63194	6.37632		Sommerviller		44	54	542	54509
2974288	Sommervieu	sommervieu	FR	14400	782	Europe/Paris	49.293	-0.64596		Sommervieu		28	14	141	14676
2974289	Sommeron	sommeron	FR	02260	124	Europe/Paris	49.95125	3.9389		Sommeron		32	02	025	02725
2974291	Sommereux	sommereux	FR	60210	424	Europe/Paris	49.67878	1.99113		Sommereux,Sommre,suo mo lei,Соммре,索默勒		32	60	601	60622
2974292	Sommerécourt	sommerecourt	FR	52150	74	Europe/Paris	48.22652	5.66123		Sommerecourt,Sommerécourt		44	52	521	52476
2974293	Sommerance	sommerance	FR	08250	54	Europe/Paris	49.32796	4.98651		Sommerance		44	08	084	08425
2974294	Sommepy-Tahure	sommepy-tahure	FR	51600	558	Europe/Paris	49.25124	4.55834		Sommepy,Sommepy-Tahure,Sommpi-Tajur,Summus Pidus,suo mo pi tuo er,Соммпі-Таюр,索默皮托尔		44	51	511	51544
2974295	Sommelonne	sommelonne	FR	55170	506	Europe/Paris	48.67151	5.03625		Sommelonne		44	55	551	55494
2974296	Sommelans	sommelans	FR	02470	56	Europe/Paris	49.13762	3.29417		Sommelans		32	02	021	02724
2974297	Sommeilles	sommeilles	FR	55800	187	Europe/Paris	48.90295	4.95201		Sommeille,Sommeilles		44	55	551	55493
2974299	Sommedieue	sommedieue	FR	55320	998	Europe/Paris	49.0838	5.46356		Sommedieue		44	55	553	55492
2974301	Sommecaise	sommecaise	FR	89110	288	Europe/Paris	47.84899	3.23165		Sommecaise,Sommkez,suo mei kai si,Соммкез,索梅凯斯		27	89	891	89397
2974302	Somme-Bionne	somme-bionne	FR	51800	64	Europe/Paris	49.09477	4.72626		Somme-Bionne		44	51	511	51543
2974312	Sommauthe	sommauthe	FR	08240	109	Europe/Paris	49.49242	4.9828		Sommauthe		44	08	084	08424
2974313	Sommant	sommant	FR	71540	186	Europe/Paris	47.04845	4.21809		Somman,Sommant,Сомман		27	71	711	71527
2974314	Sommancourt	sommancourt	FR	52130	52	Europe/Paris	48.50328	5.03486		Sommancourt		44	52	523	52475
2974316	Sommaing	sommaing	FR	59213	348	Europe/Paris	50.26642	3.5004		Sommaing		32	59	592	59575
2974317	Somloire	somloire	FR	49360	837	Europe/Paris	47.03227	-0.60782		Somloire,Somluar,song lu wa er,Сомлуар,松卢瓦尔		52	49	492	49336
2974318	Sombrun	sombrun	FR	65700	248	Europe/Paris	43.47842	0.0057		Sombren,Sombrjon,Sombrun,song bu lan,Сомбрен,Сомбрён,松布兰		76	65	653	65429
2974319	Sombrin	sombrin	FR	62810	242	Europe/Paris	50.23941	2.50197		Sombren,Sombrin,song bu lan,swmbryn,Сомбрен,سومبرين,松布兰		32	62	621	62798
2974322	Sombernon	sombernon	FR	21540	806	Europe/Paris	47.30987	4.70976		Sombernon		27	21	212	21611
2974323	Sombacour	sombacour	FR	25520	553	Europe/Paris	46.95231	6.25803		Sombacour,Sombacourt		27	25	253	25549
2974324	Somain	somain	FR	59490	12310	Europe/Paris	50.35961	3.28108		Somain		32	59	593	59574
2974325	Solutré-Pouilly	solutre-pouilly	FR	71960	429	Europe/Paris	46.3	4.71667		Solutre,Solutre-Pouilly,Solutré-Pouilly		27	71	715	71526
2974326	Solterre	solterre	FR	45700	490	Europe/Paris	47.90514	2.74159		Sol'terr,Solterre,suo er tai er,Сольтерр,索尔泰尔		24	45	451	45312
2974328	Solrinnes	solrinnes	FR	59740	0	Europe/Paris	50.2066	4.07394		Solrinnes		32	59	591	59573
2974329	Solre-le-Château	solre-le-chateau	FR	59740	1793	Europe/Paris	50.17432	4.08898		Sol'r-le-Shato,Solre,Solre-Libre,Solre-le-Chateau,Solre-le-Château,suo lei er bao,Сольр-ле-Шато,索勒尔堡		32	59	591	59572
2974330	Solomiac	solomiac	FR	32120	384	Europe/Paris	43.80556	0.89715		Solomiac		76	32	322	32436
2974332	Sologny	sologny	FR	71960	447	Europe/Paris	46.3594	4.68192		Sologny		27	71	715	71525
2974336	Solliès-Ville	sollies-ville	FR	83210	2222	Europe/Paris	43.18256	6.03849		Sol'e-Vil',Sol'es-Vil',Soliers,Soliers Vila,Sollies-Ville,Solliès-Ville,suo li ye wei lei,Сольес-Виль,Сольє-Віль,索利耶维勒		93	83	832	83132
2974337	Solliès-Toucas	sollies-toucas	FR	83210	4751	Europe/Paris	43.20579	6.02485		Sollies-Toucas,Solliès-Toucas		93	83	832	83131
2974401	Sogny-aux-Moulins	sogny-aux-moulins	FR	51520	122	Europe/Paris	48.90325	4.39693		Sogny,Sogny-aux-Moulins		44	51	511	51538
2974338	Solliès-Pont	sollies-pont	FR	83210	12052	Europe/Paris	43.19009	6.04115		Lo Pont de Soliers,Lo Pònt de Soliers,Sol'e-Pon,Sol'es-Pon,Soliers Pont,Soliers Pònt,Sollies-Pont,Solliès-Pont,suo li ye peng,Сольес-Пон,Сольє-Пон,索利耶蓬		93	83	832	83130
2974339	Sollières-Sardières	sollieres-sardieres	FR	73500	188	Europe/Paris	45.2638	6.8076		Sol'er-Sard'er,Sollieres,Sollieres-Sardieres,Sollières,Sollières-Sardières,Сольєр-Сардьєр		84	73	733	73290
2974342	Sollacaro	sollacaro	FR	20140	341	Europe/Paris	41.74448	8.91237		Sollacaro,Sollakaro,Suddacaro,Suddacarò,Соллакаро		94	2A	2A4	2A284
2974344	Soligny-les-Étangs	soligny-les-etangs	FR	10400	181	Europe/Paris	48.40626	3.50833		Soligny,Soligny-les-Etangs,Soligny-les-Étangs		44	10	102	10370
2974345	Soligny-la-Trappe	soligny-la-trappe	FR	61380	704	Europe/Paris	48.61428	0.53572		Soligny,Soligny-la-Trappe		28	61	613	61475
2974346	Solignat	solignat	FR	63500	424	Europe/Paris	45.51566	3.17195		Solignat		84	63	633	63422
2974347	Solignac-sur-Loire	solignac-sur-loire	FR	43370	1108	Europe/Paris	44.96833	3.88635		Solignac,Solignac-sur-Loire		84	43	432	43241
2974348	Solignac-sous-Roche	solignac-sous-roche	FR	43130	205	Europe/Paris	45.25186	3.99733		Solignac,Solignac-sous-Roche		84	43	433	43240
2974349	Solignac	solignac	FR	87110	1417	Europe/Paris	45.75518	1.27488		Solenhac,Solignac,Solin'jak,suo li ni ya ke,Солиньяк,Соліньяк,索利尼亚克		75	87	872	87192
2974350	Solignac	solignac	FR	87110	0	Europe/Paris	44.97595	4.6583				84	07	073	07095
2974352	Soliers	soliers	FR	14540	1818	Europe/Paris	49.1344	-0.29613		Soliers		28	14	142	14675
2974353	Soliers	soliers	FR	14540	0	Europe/Paris	46.71169	2.59727				24	18	182	18231
2974354	Solgne	solgne	FR	57420	1076	Europe/Paris	48.96543	6.29429		Solgne		44	57	579	57655
2974355	Solférino	solferino	FR	40210	380	Europe/Paris	44.14538	-0.91839				75	40	402	40303
2974358	Soleymieux	soleymieux	FR	42560	479	Europe/Paris	45.50951	4.04125		Soleymieux		84	42	421	42301
2974359	Soleymieu	soleymieu	FR	38460	619	Europe/Paris	45.70899	5.35023		Soleymieu		84	38	382	38494
2974360	Solesmes	solesmes	FR	59730	4963	Europe/Paris	50.18468	3.49799		Solesmes		32	59	592	59571
2974361	Solesmes	solesmes	FR	59730	1325	Europe/Paris	47.85127	-0.30163		Solesmes		52	72	721	72336
2974362	Solers	solers	FR	77111	1357	Europe/Paris	48.65919	2.71617		Solers		11	77	772	77457
2974363	Solérieux	solerieux	FR	26130	284	Europe/Paris	44.34736	4.83059		Solerieux,Solérieux		84	26	262	26342
2974367	Solente	solente	FR	60310	93	Europe/Paris	49.69949	2.88067		Solente		32	60	603	60621
2974368	Solemont	solemont	FR	25190	191	Europe/Paris	47.34355	6.70244		Solemont		27	25	252	25548
2974370	Soleilhas	soleilhas	FR	04120	100	Europe/Paris	43.85736	6.64975		Soleilhas,Soleja,Solejas,Solelhac,Solelhaç,suo lai ya,Солейас,Солея,索莱亚		93	04	042	04210
2974373	Solbach	solbach	FR	67130	107	Europe/Paris	48.42776	7.20008		Sol'bak,Solbach,Solbàch,suo er ba ke,swlbatsh,Сольбак,سولباتش,索尔巴克		44	67	673	67470
2974375	Solaro	solaro	FR	20240	635	Europe/Paris	41.90432	9.32748		Solaro		94	2B	2B3	2B283
2974378	Solaize	solaize	FR	69360	2397	Europe/Paris	45.6397	4.84038		Solaise,Solaize,Solez,Солез		84	69	691	69296
2974380	Soizy-aux-Bois	soizy-aux-bois	FR	51120	130	Europe/Paris	48.80953	3.73		Soizy,Soizy-aux-Bois,Suazi-o-Bua,su wa qi ao bu wa,Суазі-о-Буа,苏瓦齐奥布瓦		44	51	512	51542
2974381	Soize	soize	FR	02340	106	Europe/Paris	49.7	4.08333		Soize		32	02	025	02723
2974382	Soizé	soize	FR	02340	281	Europe/Paris	48.16531	0.88877		Soize,Soizé		24	28	284	28018
2974383	Soisy-sur-Seine	soisy-sur-seine	FR	91450	7552	Europe/Paris	48.64875	2.45223		Soisy,Soisy-sur-Seine,Suazi-sjur-Sen,sai na he pan su wa xi,Суази-сюр-Сен,Суазі-сюр-Сен,塞纳河畔苏瓦西		11	91	912	91600
2974384	Soisy-sur-École	soisy-sur-ecole	FR	91840	1395	Europe/Paris	48.47637	2.49301		Soisy,Soisy-Marat,Soisy-sur-Ecole,Soisy-sur-École,Suazi-sjur-Ekol',ai ke er he pan su wa xi,Суази-сюр-Еколь,Суазі-сюр-Еколь,埃科尔河畔苏瓦西		11	91	912	91599
2974385	Soisy-sous-Montmorency	soisy-sous-montmorency	FR	95230	17436	Europe/Paris	48.98813	2.30156		Emile,Mont-Emile,Soisy,Soisy-sous-Montmorency,Suazi-su-Monmoransi,su wa xi su meng te mo lang xi,Суази-су-Монморанси,Суазі-су-Монморансі,苏瓦西苏蒙特莫朗西		11	95	952	95598
2974386	Soisy-Bouy	soisy-bouy	FR	77650	769	Europe/Paris	48.51178	3.29495		Soisy,Soisy-Bouy		11	77	773	77456
2974387	Soissons-sur-Nacey	soissons-sur-nacey	FR	21270	270	Europe/Paris	47.25848	5.45537		Soissons,Soissons-sur-Nacey		27	21	212	21610
2974389	Soissons	soissons	FR	02200	31100	Europe/Paris	49.38167	3.32361		Soason,Soissons,Suason,Suasonas,Suasson,Suessonae,XSS,sowason,su wa song,suasong,swaswn,Соасон,Суасон,Суассон,סואסון,سوآسون,سواسون,ソワソン,苏瓦松,수아송,𐍃𐌿𐌴𐍃𐍉𐌽𐌴 𐌱𐌰𐌿𐍂𐌲𐍃	024	32	02	024	02722
2974390	Soirans	soirans	FR	21110	379	Europe/Paris	47.2	5.28333		Soirans-Fouffrans		27	21	212	21609
2974391	Soings-en-Sologne	soings-en-sologne	FR	41230	1357	Europe/Paris	47.41289	1.52452		Soings,Soings-en-Sologne		24	41	413	41247
2974392	Soing-Cubry-Charentenay	soing-cubry-charentenay	FR	70130	0	Europe/Paris	47.58333	5.88333				27	70	702	70492
2974393	Soindres	soindres	FR	78200	598	Europe/Paris	48.95791	1.67541		Soindres,Suendr,Суендр		11	78	781	78597
2974396	Soignolles-en-Brie	soignolles-en-brie	FR	77111	2138	Europe/Paris	48.6535	2.69968		Soignolles,Soignolles-en-Brie		11	77	772	77455
2974397	Soignolles	soignolles	FR	14190	73	Europe/Paris	49.02917	-0.21159		Soignolles		28	14	142	14674
2974398	Soignolles	soignolles	FR	14190	0	Europe/Paris	48.1704	1.77784				24	28	282	28390
2974400	Sogny-en-l'Angle	sogny-en-l-angle	FR	51340	0	Europe/Paris	48.8122	4.80329		Sogny,Sogny-en-l'Angle		44	51	514	51539
2974402	Sognolles-en-Montois	sognolles-en-montois	FR	77520	384	Europe/Paris	48.51232	3.16692		Sognolles,Sognolles-en-Montois		11	77	773	77454
2974407	Soeurdres	soeurdres	FR	49330	267	Europe/Paris	47.73887	-0.5739		Serdr,Soeurdres,Sœurdres,suo e er de lei,Сердр,索厄尔德雷		52	49	494	49080
2974408	Sode	sode	FR	31110	0	Europe/Paris	42.81587	0.61541		Sode		76	31	312	31549
2974410	Socx	socx	FR	59380	1034	Europe/Paris	50.93571	2.42422		Socx,Soex		32	59	594	59570
2974411	Socourt	socourt	FR	88130	217	Europe/Paris	48.3958	6.25031		Socourt		44	88	881	88458
2974413	Sochaux	sochaux	FR	25600	4500	Europe/Paris	47.50808	6.82748		Sochaux,Sosho,Soso,Sošo,sosyo,suo shao,Сошо,索绍,소쇼		27	25	252	25547
2974414	Soccia	soccia	FR	20125	130	Europe/Paris	42.19028	8.90976		Soccia		94	2A	2A1	2A282
2974416	Smermesnil	smermesnil	FR	76660	480	Europe/Paris	49.84165	1.47416		Smermesnil		28	76	761	76677
2974418	Smarves	smarves	FR	86240	2300	Europe/Paris	46.5113	0.35007		Smarv,Smarves,si ma er wo,Смарв,斯马尔沃		75	86	863	86263
2974423	Sizun	sizun	FR	29450	1970	Europe/Paris	48.4057	-4.07836		Sizen,Sizun,xi zan,Сизен,Сізен,西赞		53	29	293	29277
2974424	Sixt-sur-Aff	sixt-sur-aff	FR	35550	2093	Europe/Paris	47.77606	-2.07987		Seizh,Sixt,Sixt-sur-Aff		53	35	352	35328
2974426	Sixt-Fer-à-Cheval	sixt-fer-a-cheval	FR	74740	0	Europe/Paris	46.0548	6.77436		Sikst-Fer-a-Sheval',Сікст-Фер-а-Шеваль		84	74	742	74273
2974427	Six-Fours-les-Plages	six-fours-les-plages	FR	83140	34779	Europe/Paris	43.09174	5.82465		Si For le Plazh,Si Fur le Plazh,Si-Fur-le-Plazh,Sieis Forns,Sieisforns de Mar,Sis-Fur-le-Plazh,Six Fours,Six-Fours-la-Plage,Six-Fours-les-Plages,Sièis Forns,shisu=furu=re=puraju,sipuleulepeullaju,syks fwr lplazh,xi fu er si-lei pu la re,Си Фор ле Плаж,Си Фур ле Плаж,Сис-Фур-ле-Плаж,Сі-Фур-ле-Плаж,سیکس فور لپلاژ,シス＝フール＝レ＝プラージュ,西富尔斯-勒普拉热,시푸르레플라주		93	83	832	83129
2974430	Sivry-sur-Meuse	sivry-sur-meuse	FR	55110	347	Europe/Paris	49.32321	5.26772		Sivri-sjur-Mez,Sivry,Sivry-sur-Meuse,mo si he pan xi fu li,Сиври-сюр-Мез,Сіврі-сюр-Мез,默斯河畔西夫里		44	55	553	55490
2974431	Sivry-Ante	sivry-ante	FR	51800	0	Europe/Paris	49	4.86667		Sivry		44	51	511	51537
2974433	Sivry-la-Perche	sivry-la-perche	FR	55100	280	Europe/Paris	49.14426	5.25147		Sivry,Sivry-la-Perche		44	55	553	55489
2974434	Sivry-Courtry	sivry-courtry	FR	77115	995	Europe/Paris	48.52829	2.75459		Sivri-Kurtri,Sivry,Sivry-Courtry,Сиври-Куртри,Сіврі-Куртрі		11	77	772	77453
2974436	Sivry	sivry	FR	54610	217	Europe/Paris	48.83112	6.20067		Sivry		44	54	543	54508
2974438	Sivignon	sivignon	FR	71220	204	Europe/Paris	46.42696	4.49874		Sivignon		27	71	715	71524
2974531	Silmont	silmont	FR	55000	201	Europe/Paris	48.73515	5.24666		Silmont		44	55	551	55488
2974439	Sivergues	sivergues	FR	84400	32	Europe/Paris	43.82854	5.40369		Civergas,Civèrgas,Siverg,Sivergues,xi fu er ju e,Сиверг,Сіверг,西弗尔居厄		93	84	841	84128
2974446	Sisteron	sisteron	FR	04200	7605	Europe/Paris	44.19002	5.94643		Segustero,Sisteron,shisutoron,xi si te long,Систерон,Сістерон,シストロン,西斯特龙		93	04	044	04209
2974447	Sistels	sistels	FR	82340	150	Europe/Paris	44.06035	0.78357		Sistels		76	82	821	82181
2974449	Sissy	sissy	FR	02240	507	Europe/Paris	49.8018	3.42704		Sissy		32	02	023	02721
2974450	Sissonne	sissonne	FR	02150	2564	Europe/Paris	49.57107	3.89369		Sissonne		32	02	022	02720
2974452	Sisco	sisco	FR	20233	1121	Europe/Paris	42.8	9.43333		Sisco		94	2B	2B2	2B281
2974454	Siros	siros	FR	64230	638	Europe/Paris	43.34347	-0.48142		Siros		75	64	643	64525
2974456	Sirod	sirod	FR	39300	552	Europe/Paris	46.73278	5.98396		Sirod		27	39	392	39517
2974461	Sireuil	sireuil	FR	16440	1206	Europe/Paris	45.61571	0.00935		Sireuil		75	16	161	16370
2974462	Sireuil	sireuil	FR	16440	0	Europe/Paris	44.94014	1.07458		Sireuil		75	24	244	24172
2974464	Sireix	sireix	FR	65400	61	Europe/Paris	42.97506	-0.14778		Sireix		76	65	651	65428
2974466	Siran	siran	FR	15150	536	Europe/Paris	44.95491	2.12771		Siran		84	15	151	15228
2974467	Siran	siran	FR	15150	0	Europe/Paris	44.84505	1.80948				76	46	462	46011
2974468	Siran	siran	FR	15150	645	Europe/Paris	43.31369	2.6613		Siran		76	34	341	34302
2974469	Siradan	siradan	FR	65370	330	Europe/Paris	42.96934	0.61264		Siradan,xi la dang,Сирадан,Сірадан,西拉当		76	65	652	65427
2974470	Siracourt	siracourt	FR	62130	232	Europe/Paris	50.37266	2.27058		Chilacourt,Siracourt,Sirakur,syrakwrt,xi la ku er,Сиракур,Сіракур,سيراكورت,西拉库尔		32	62	621	62797
2974472	Sirac	sirac	FR	32430	103	Europe/Paris	43.71016	0.95036		Sirac		76	32	322	32435
2974474	Siouville-Hague	siouville-hague	FR	50340	0	Europe/Paris	49.55849	-1.83892				28	50	502	50576
2974480	Siorac-en-Périgord	siorac-en-perigord	FR	24170	945	Europe/Paris	44.82122	0.98678		S'jorak-an-Perigor,Sieurac de Perigord,Sieurac de Perigòrd,Siorac,Siorac-en-Perigord,Siorac-en-Périgord,pei li ge er de qu xi ao la ke,Сьйорак-ан-Перигор,佩里戈尔地区西奥拉克		75	24	244	24538
2974481	Siorac-de-Ribérac	siorac-de-riberac	FR	24600	282	Europe/Paris	45.19725	0.35813		S'jorak-de-Riberak,Sieurac de Rabairac,Siorac,Siorac-de-Riberac,Siorac-de-Ribérac,xi ao la ke de li bei la ke,Сьйорак-де-Риберак,西奥拉克德里贝拉克		75	24	243	24537
2974482	Sionviller	sionviller	FR	54300	94	Europe/Paris	48.63459	6.53039		Sionviller		44	54	542	54507
2974484	Sionne	sionne	FR	88630	129	Europe/Paris	48.39345	5.63953		Sionne		44	88	882	88457
2974485	Sion-les-Mines	sion-les-mines	FR	44590	1478	Europe/Paris	47.73512	-1.59201		Hezin-ar-Mengleuziou,Hezin-ar-Mengleuzioù,S'jon-le-Min,Sion,Sion-les-Mines,xiong lai mi nei,Сьйон-ле-Мін,雄莱米内		52	44	445	44197
2974486	Sioniac	sioniac	FR	19120	215	Europe/Paris	44.97448	1.81256		Sioniac		75	19	191	19260
2974488	Sion	sion	FR	32110	0	Europe/Paris	45.91935	5.91408		Sion,Syon		84	74	741	74289
2974489	Sion	sion	FR	32110	85	Europe/Paris	43.73916	0.0087		Sion		76	32	322	32434
2974490	Sinzos	sinzos	FR	65190	133	Europe/Paris	43.21766	0.21645		Senzos,Sindou,Sindòu,Sinzos,sang zuo,Сензос,桑佐		76	65	653	65426
2974491	Sinsat	sinsat	FR	09310	108	Europe/Paris	42.79902	1.6615		Sinsat		76	09	091	09296
2974494	Sin-le-Noble	sin-le-noble	FR	59450	17682	Europe/Paris	50.36159	3.13113		Sen-le-Nobl',Sin,Sin-le-Noble,Sin-le-Nope,Sin-les-Douai,Sin-lès-Douai,sang lei nuo bu lei,Сен-ле-Нобль,桑勒诺布勒		32	59	593	59569
2974497	Singrist	singrist	FR	67440	336	Europe/Paris	48.67022	7.38633				44	67	674	67004
2974498	Singly	singly	FR	08430	139	Europe/Paris	49.64119	4.70031		Singly		44	08	081	08422
2974499	Singleyrac	singleyrac	FR	24500	245	Europe/Paris	44.73662	0.46457		Singleyrac		75	24	241	24536
2974500	Singles	singles	FR	63690	0	Europe/Paris	45.55143	2.53827		Singles		84	63	633	63421
2974504	Sindères	sinderes	FR	40110	193	Europe/Paris	44.02886	-0.98516				75	40	402	40197
2974505	Sincey-lès-Rouvray	sincey-les-rouvray	FR	21530	128	Europe/Paris	47.43128	4.13164		Sincey,Sincey-les-Rouvray,Sincey-lès-Rouvray		27	21	213	21608
2974506	Sinceny	sinceny	FR	02300	2113	Europe/Paris	49.59619	3.24679		Sincency,Sinceny		32	02	022	02719
2974507	Sinard	sinard	FR	38650	630	Europe/Paris	44.94478	5.65763		Sinard		84	38	381	38492
2974510	Simplé	simple	FR	53360	265	Europe/Paris	47.88764	-0.85118		Simple,Simplé		52	53	531	53260
2974511	Simorre	simorre	FR	32420	730	Europe/Paris	43.44971	0.73368		Simorre		76	32	321	32433
2974518	Simiane-la-Rotonde	simiane-la-rotonde	FR	04150	568	Europe/Paris	43.98111	5.56333		Sim'jan-la-Rotond,Simiane,Simiane-la-Rotonde,Simjan-la-Rotond,Sumiana,xi mi ang la luo tong de,Симьян-ла-Ротонд,Сімян-ла-Ротонд,西米昂拉罗通德		93	04	044	04208
2974519	Simiane-Collongue	simiane-collongue	FR	13109	5521	Europe/Paris	43.43067	5.43454		Collongue,Sim'jan-Kollong,Simiane,Simiane-Collongue,Simjan-Kollong,Sumiana e Caulonga,Sumiana e Caulònga,xi mi ang ke long gai,Симьян-Коллонг,Сімян-Коллонг,西米昂科隆盖		93	13	131	13107
2974520	Simeyrols	simeyrols	FR	24370	201	Europe/Paris	44.9066	1.33881		Simeyrols		75	24	244	24535
2974521	Simencourt	simencourt	FR	62123	564	Europe/Paris	50.25797	2.64262		Simencourt		32	62	621	62796
2974522	Simard	simard	FR	71330	886	Europe/Paris	46.71969	5.18067		Simard		27	71	714	71523
2974523	Simandre-sur-Suran	simandre-sur-suran	FR	01250	698	Europe/Paris	46.22712	5.4178		Simandre,Simandre-sur-Suran		84	01	012	01408
2974524	Simandres	simandres	FR	69360	1323	Europe/Paris	45.61955	4.87314		Simandres		84	69	691	69295
2974525	Simandre	simandre	FR	71290	1285	Europe/Paris	46.62364	4.98777		Simandre		27	71	714	71522
2974526	Simacourbe	simacourbe	FR	64350	366	Europe/Paris	43.44311	-0.16642		Cimacorba,Simacourbe,Simakurb,xi ma ku er bu,Симакурб,Сімакурб,西马库尔布		75	64	643	64524
2974528	Silvarouvres	silvarouvres	FR	52120	52	Europe/Paris	48.06013	4.78576		Silvarouvres		44	52	521	52474
2974529	Silvareccio	silvareccio	FR	20215	106	Europe/Paris	42.45023	9.4098		Silvareccio		94	2B	2B3	2B280
2974530	Siltzheim	siltzheim	FR	67260	630	Europe/Paris	49.06379	7.09272		Siltzheim		44	67	674	67468
2974532	Silly-Tillard	silly-tillard	FR	60430	428	Europe/Paris	49.32516	2.15836		Silly,Silly-Tillard		32	60	601	60620
2974533	Silly-sur-Nied	silly-sur-nied	FR	57530	756	Europe/Paris	49.12033	6.35915		Silly,Silly-sur-Nied		44	57	579	57654
2974534	Silly-le-Long	silly-le-long	FR	60330	1155	Europe/Paris	49.10749	2.79226		Silly,Silly-le-Long		32	60	604	60619
2974535	Silly-la-Poterie	silly-la-poterie	FR	02460	140	Europe/Paris	49.19581	3.14645		Silly,Silly-la-Poterie		32	02	024	02718
2974536	Silly-en-Saulnois	silly-en-saulnois	FR	57420	37	Europe/Paris	48.99147	6.27599		Silly,Silly-en-Saulnois		44	57	579	57653
2974540	Sillingy	sillingy	FR	74330	3196	Europe/Paris	45.94781	6.04415		Felingi,Sienzhi,Sillingy,Сієнжі		84	74	741	74272
2974542	Silly-en-Gouffern	silly-en-gouffern	FR	61310	473	Europe/Paris	48.75	0.06667		Sii-an-Guffern,gu fu er en de qu xi li,Сии-ан-Гуфферн,Сії-ан-Гуфферн,古弗尔恩地区西利		28	61	612	61474
2974543	Silley-Bléfond	silley-blefond	FR	25110	61	Europe/Paris	47.32219	6.32364		Silley-Blefond,Silley-Blefonds,Silley-Bléfond,Silley-Bléfonds		27	25	251	25546
2974544	Silley-Amancey	silley-amancey	FR	25330	113	Europe/Paris	47.0331	6.14026		Silley,Silley-Amancey		27	25	251	25545
2974547	Sillery	sillery	FR	51500	1702	Europe/Paris	49.19822	4.13244		Sillery		44	51	513	51536
2974549	Sillé-le-Philippe	sille-le-philippe	FR	72460	901	Europe/Paris	48.10786	0.35168		Sille,Sille-le-Philippe,Sillé,Sillé-le-Philippe		52	72	722	72335
2974550	Sillé-le-Guillaume	sille-le-guillaume	FR	72140	2747	Europe/Paris	48.18324	-0.12891		Sie-le-Gijom,Sille,Sille-le-Guillaume,Sillee-la-Montagne,Sillé,Sillé-le-Guillaume,Sillée-la-Montagne,Сіє-ле-Гійом		52	72	722	72334
2974551	Sillegny	sillegny	FR	57420	359	Europe/Paris	48.98818	6.16025		Sillegny,Sillegry,Sillen'i,xi lai ni,Силленьи,Сілленьї,西莱尼		44	57	579	57652
2974553	Sillas	sillas	FR	33690	116	Europe/Paris	44.3756	-0.06061		Sillas		75	33	333	33513
2974554	Sillars	sillars	FR	86320	609	Europe/Paris	46.4199	0.76887		Sijar,Sillards,Sillars,xi la er,Сіяр,西拉尔		75	86	862	86262
2974555	Sillans-la-Cascade	sillans-la-cascade	FR	83690	513	Europe/Paris	43.56773	6.17967		Sijan-la-Kaskad,Silan,Sillans,Sillans-la Cascade,Sillans-la-Cascade,xi lang la ka si ka dai,Сийан-ла-Каскад,Сіян-ла-Каскад,西朗拉卡斯卡代		93	83	831	83128
2974556	Sillans	sillans	FR	38590	1528	Europe/Paris	45.34261	5.38864		Sillans		84	38	383	38490
2974557	Silhac	silhac	FR	07240	327	Europe/Paris	44.88123	4.60676		Silhac		84	07	072	07314
2974558	Silfiac	silfiac	FR	56480	472	Europe/Paris	48.14928	-3.15712		Silfiac,Silieg		53	56	562	56245
2974561	Sigy-le-Châtel	sigy-le-chatel	FR	71250	104	Europe/Paris	46.55464	4.57441		Sigy,Sigy-le-Chatel,Sigy-le-Châtel		27	71	715	71521
2974562	Sigy-en-Bray	sigy-en-bray	FR	76780	602	Europe/Paris	49.54617	1.48898		Sigy,Sigy-en-Bray		28	76	761	76676
2974563	Sigy	sigy	FR	77520	64	Europe/Paris	48.47838	3.18226				11	77	773	77452
2974566	Siguer	siguer	FR	09220	99	Europe/Paris	42.76481	1.56545		Siguer		76	09	091	09295
2974567	Sigoyer	sigoyer	FR	04200	645	Europe/Paris	44.47796	5.9757		Sigoyer		93	05	052	05168
2974568	Sigoyer	sigoyer	FR	04200	0	Europe/Paris	44.31949	5.95798		Sigover,Sigoyer		93	04	044	04207
2974569	Sigournais	sigournais	FR	85110	873	Europe/Paris	46.70647	-0.98674		Sigournais		52	85	852	85282
2974571	Sigoulès	sigoules	FR	24240	855	Europe/Paris	44.75902	0.41029		Sigoules,Sigoulès		75	24	241	24534
2974572	Sigottier	sigottier	FR	05700	78	Europe/Paris	44.45492	5.69217		Sigottier		93	05	052	05167
2974574	Sigonce	sigonce	FR	04300	341	Europe/Paris	43.9964	5.84082		Sigonca,Sigonce,Sigons,Sigonça,xi gong ke,Сигонс,Сігонс,西贡克		93	04	044	04206
2974575	Sigolsheim	sigolsheim	FR	68240	1038	Europe/Paris	48.13493	7.2998		Sigol'sajm,Sigolsheim,Сигольсайм,Сігольсайм		44	68	682	68162
2974576	Sigogne	sigogne	FR	16200	931	Europe/Paris	45.73682	-0.15856		Sigogne,Sigon',xi ge ni,Сигонь,Сігонь,西戈尼		75	16	162	16369
2974577	Signy-Signets	signy-signets	FR	77640	632	Europe/Paris	48.92775	3.06654		Signy-Signets		11	77	771	77451
2974578	Signy-Montlibert	signy-montlibert	FR	08370	88	Europe/Paris	49.57883	5.30223		Signy-Montlibert		44	08	083	08421
2974579	Signy-le-Petit	signy-le-petit	FR	08380	1287	Europe/Paris	49.90277	4.2799		Signy,Signy-le-Petit		44	08	081	08420
2974580	Signy-l'Abbaye	signy-l-abbaye	FR	08460	0	Europe/Paris	49.6983	4.4211		Signy,Signy-l'Abbaye		44	08	081	08419
2974585	Signéville	signeville	FR	52700	85	Europe/Paris	48.26615	5.27375		Signeville,Signéville		44	52	521	52473
2974586	Signes	signes	FR	83870	2202	Europe/Paris	43.2908	5.86284		Signes		93	83	832	83127
2974588	Signac	signac	FR	31440	66	Europe/Paris	42.90541	0.62861		Signac		76	31	312	31548
2974589	Sigloy	sigloy	FR	45110	570	Europe/Paris	47.83377	2.22628		Sigloy,Siglua,xi ge lu wa,Сіглуа,西格卢瓦		24	45	452	45311
2974591	Sigean	sigean	FR	11130	4347	Europe/Paris	43.0279	2.97834		Sigean,Sijan,Sizhan,xi rang,Сижан,Сіжан,西让		76	11	113	11379
2974593	Sigalens	sigalens	FR	33690	258	Europe/Paris	44.44954	-0.04615		Sigalan,Sigalens,xi jia lang,Сигалан,Сігалан,西加朗		75	33	333	33512
2974594	Sigale	sigale	FR	06910	188	Europe/Paris	43.87183	6.96431		Cicada,Sigal',Sigala,Sigale,syjal,xi jia er,Сигаль,Сігаль,سيجال,西加尔		93	06	062	06135
2974595	Siewiller	siewiller	FR	67320	417	Europe/Paris	48.84354	7.20185		Siewiller		44	67	674	67467
2974596	Siévoz	sievoz	FR	38350	134	Europe/Paris	44.90328	5.83678		Sievoz,Siévoz		84	38	381	38489
2974599	Sieuras	sieuras	FR	09130	75	Europe/Paris	43.18393	1.33826		Sieuras		76	09	093	09294
2974600	Sieurac	sieurac	FR	81120	181	Europe/Paris	43.805	2.10283		Sieurac		76	81	811	81287
2974602	Siest	siest	FR	40180	89	Europe/Paris	43.64938	-1.13137		Siest		75	40	401	40301
2974603	Sierville	sierville	FR	76690	873	Europe/Paris	49.58956	1.03537		Sierville		28	76	763	76675
2974604	Siersthal	siersthal	FR	57410	712	Europe/Paris	49.04343	7.34912		Siersthal		44	57	576	57651
2974608	Sierentz	sierentz	FR	68510	2559	Europe/Paris	47.65834	7.45387		Sierentz,Sierenz,Sirenc,Сиренц,Сіренц		44	68	684	68309
2974609	Sierck-les-Bains	sierck-les-bains	FR	57480	1926	Europe/Paris	49.43942	6.35816		Bad Sierck,S'erk-le-Ben,Sierck,Sierck-les-Bains,Sierk,xie er lai ban,Сьерк-ле-Бен,Сьєрк-ле-Бен,谢尔莱班		44	57	577	57650
2974611	Siegen	siegen	FR	67160	0	Europe/Paris	48.95768	8.04113				44	67	672	67466
2974612	Siecq	siecq	FR	17490	218	Europe/Paris	45.83005	-0.19322		Siecq		75	17	175	17427
2974616	Sidiailles	sidiailles	FR	18270	337	Europe/Paris	46.50657	2.31971		Sidiailles		24	18	182	18252
2974617	Sideville	sideville	FR	50690	501	Europe/Paris	49.58994	-1.68205		Sideville		28	50	502	50575
2974618	Sickert	sickert	FR	68290	333	Europe/Paris	47.78381	6.97846				44	68	686	68308
2974623	Sichamps	sichamps	FR	58700	166	Europe/Paris	47.1559	3.27762		Sichamps		27	58	584	58279
2974628	Sibiville	sibiville	FR	62270	112	Europe/Paris	50.29841	2.32315		Sibivil',Sibiville,sybyfyl,xi bi wei er,Сибивиль,Сібівіль,سيبيفيل,西比维尔		32	62	621	62795
2974629	Sibiril	sibiril	FR	29250	1207	Europe/Paris	48.66474	-4.06376		Sibiril,Sibirill		53	29	293	29276
2974630	Siaugues-Sainte-Marie	siaugues-sainte-marie	FR	43300	0	Europe/Paris	45.09382	3.63287		Siaugues,Siaugues-Saint-Romain		84	43	431	43239
2974631	Siarrouy	siarrouy	FR	65500	429	Europe/Paris	43.32101	0.03689		Siarrouy		76	65	653	65425
2974633	Saint-Remimont	saint-remimont	FR	54740	0	Europe/Paris	48.49862	6.24954		Saint-Remimont,Siant-Remimont		44	54	543	54486
2974635	Saint-Michel-sur-Ternoise	saint-michel-sur-ternoise	FR	62130	0	Europe/Paris	50.377	2.3556		Saint-Michel		32	62	621	62763
2974640	Sézanne	sezanne	FR	51120	5748	Europe/Paris	48.72047	3.72339		Sezann,Sezanne,Sézanne,sai zha ne,Сезанн,塞扎讷		44	51	512	51535
2974641	Seytroux	seytroux	FR	74430	314	Europe/Paris	46.24861	6.61873		Seytroux		84	74	744	74271
2974642	Seythenex	seythenex	FR	74210	549	Europe/Paris	45.72622	6.29965		Sejtene,Seythenex,Сейтене		84	74	741	74123
2974643	Seyssuel	seyssuel	FR	38200	2044	Europe/Paris	45.55826	4.84313		Sejssjuel',Sessjuehl',Seyssuel,sai xu ai,Сейссюель,Сессюэль,塞叙埃		84	38	383	38487
2974644	Seyssins	seyssins	FR	38180	7408	Europe/Paris	45.16224	5.68673		Seyssins		84	38	381	38486
2974645	Seyssinet-Pariset	seyssinet-pariset	FR	38170	13473	Europe/Paris	45.17675	5.69387		Sejssine-Parize,Sesine-Parize,Seyssinet,Seyssinet-Pariset,sai xi nei pa li sai,Сейссіне-Паризе,Сесине-Паризе,塞西内帕里塞		84	38	381	38485
2974647	Seysses-Savès	seysses-saves	FR	32130	251	Europe/Paris	43.50672	1.04045		Seysses,Seysses-Saves,Seysses-Savès		76	32	321	32432
2974648	Seysses	seysses	FR	31600	6466	Europe/Paris	43.49801	1.31081				76	31	311	31547
2974649	Seyssel	seyssel	FR	01420	918	Europe/Paris	45.95915	5.83692				84	74	743	74269
2974650	Seyssel	seyssel	FR	01420	918	Europe/Paris	45.95903	5.83125				84	01	011	01407
2974652	Seyresse	seyresse	FR	40180	687	Europe/Paris	43.68203	-1.06241				75	40	401	40300
2974653	Seyre	seyre	FR	31560	85	Europe/Paris	43.36302	1.66879		Sevre,Seyre		76	31	313	31546
2974655	Seynod	seynod	FR	74600	18590	Europe/Paris	45.88549	6.08831		Sejno,Seynod,Сейно		84	74	741	74010
2974658	Seynes	seynes	FR	30580	143	Europe/Paris	44.11648	4.28336		Seynes		76	30	301	30320
2974661	Seyne-les-Alpes	seyne-les-alpes	FR	04140	1438	Europe/Paris	44.35042	6.35634		Sanha,Seina,Sejn,Sen,Seyne,Seyne-les-Alpes,Sèina,sai en,sen,Сейн,Сен,塞恩,센		93	04	043	04205
2974666	Seyches	seyches	FR	47350	944	Europe/Paris	44.55046	0.30556		Seishas,Sejsh,Seyches,Sèishas,sai xie,Сейш,塞谢		75	47	472	47301
2974667	Seychalles	seychalles	FR	63190	484	Europe/Paris	45.80543	3.33864		Seychalles		84	63	635	63420
2974668	Sexfontaines	sexfontaines	FR	52330	100	Europe/Paris	48.20085	5.038		Sexfontaines		44	52	521	52472
2974669	Sexey-les-Bois	sexey-les-bois	FR	54840	319	Europe/Paris	48.71667	6.01667		Sexey		44	54	544	54557
2974670	Sexey-aux-Forges	sexey-aux-forges	FR	54550	619	Europe/Paris	48.62173	6.04793		Sexey,Sexey-aux-Forges		44	54	544	54505
2974671	Sexcles	sexcles	FR	19430	227	Europe/Paris	45.0469	2.00804		Sexcles		75	19	192	19259
2974672	Sewen	sewen	FR	68290	555	Europe/Paris	47.80716	6.90568				44	68	686	68307
2974673	Sévry	sevry	FR	18140	72	Europe/Paris	47.13333	2.81667		Sevry,Sévry		24	18	181	18251
2974675	Sevrier	sevrier	FR	74320	4014	Europe/Paris	45.86442	6.1399		Sevrie,Sevrier,Sévrier,Севріє		84	74	741	74267
2974676	Sevrey	sevrey	FR	71100	1238	Europe/Paris	46.73825	4.8403		Sevrey,Sezrey		27	71	712	71520
2974677	Sèvres-Anxaumont	sevres-anxaumont	FR	86800	1957	Europe/Paris	46.56929	0.46548		Sadebria,Sevr-Anksomon,Sevres,Sevres-Anxaumont,Sèvres,Sèvres-Anxaumont,sai fu lei ang ke suo meng,Севр-Анксомон,塞夫勒昂克索蒙		75	86	863	86261
2974678	Sèvres	sevres	FR	92310	23724	Europe/Paris	48.82292	2.21757		Separa,Seur,Sevr,Sevres,Sèvres,sai fu er,sebeuleu,sevuru,swr,Σεβρ,Севр,Сеўр,Սևր,سور,セーヴル,塞夫尔,세브르		11	92	923	92072
2974681	Sevran	sevran	FR	93270	47334	Europe/Paris	48.94472	2.52746		Sevran,sai fu lang,sebeulang,suvuran,swran,swran  fransh,syfrwn,Севран,سوران,سوران، فرانسه,سيفرون,スヴラン,塞夫朗,세브랑		11	93	932	93071
2974682	Sevrai	sevrai	FR	61150	215	Europe/Paris	48.7	-0.15		Sevrai		28	61	612	61473
2974683	Sévis	sevis	FR	76850	288	Europe/Paris	49.70643	1.16322		Sevis,Sévis		28	76	761	76034
2974685	Sévigny-Waleppe	sevigny-waleppe	FR	08220	271	Europe/Paris	49.60444	4.08164		Sevigny,Sevigny-Waleppe,Sevin'i-Valep,Sevin'i-Valepp,Sévigny,Sévigny-Waleppe,Севиньи-Валеп,Севіньї-Валепп		44	08	082	08418
2974686	Sévigny-la-Forêt	sevigny-la-foret	FR	08230	198	Europe/Paris	49.8864	4.49161		Sevigny,Sevigny-la-Foret,Sévigny,Sévigny-la-Forêt		44	08	081	08417
2974687	Sévigny	sevigny	FR	61200	335	Europe/Paris	48.78051	-0.01656		Sevigny,Sévigny		28	61	612	61472
2974689	Sévignacq	sevignacq	FR	64160	648	Europe/Paris	43.44154	-0.26298		Sevignac,Sevignac-Theze,Sevignaca,Sevignacq,Sevignacq-Theze,Sevin'jak,Sevinhac,Sévignac-Thèze,Sévignacq,Sévignacq-Thèze,sai wei ni ya,Севиньяк,Севіньяк,塞维尼亚		75	64	643	64523
2974690	Sévignacq-Meyracq	sevignacq-meyracq	FR	64260	579	Europe/Paris	43.11331	-0.41147		Sevignacq,Sevin'jak-Merak,Sevinhac e Meirac,Sevinhac-Meirac,Sévignacq,sai wei ni ya mei la,Севиньяк-Мерак,Севіньяк-Мерак,塞维尼亚梅拉		75	64	642	64522
2974691	Sévignac	sevignac	FR	22250	1077	Europe/Paris	48.33373	-2.33855		Sevignac,Sevinieg,Sévignac		53	22	224	22337
2974693	Seveux	seveux	FR	70130	476	Europe/Paris	47.55666	5.7492		Seveux		27	70	702	70491
2974783	Servas	servas	FR	01960	165	Europe/Paris	44.15205	4.19239		Servas		76	30	301	30318
2974698	Sévérac-l'Église	severac-l-eglise	FR	12310	0	Europe/Paris	44.36256	2.84905		Severac,Severac-l'Eglise,Severac-l'Union,Sévérac,Sévérac-l'Union,Sévérac-l'Église		76	12	122	12120
2974699	Sévérac-le-Château	severac-le-chateau	FR	12150	2565	Europe/Paris	44.32196	3.07123		Severac,Severac del Castel,Severac del Castèl,Severac-la-Montagne,Severac-le-Chateau,Severak-le-Shato,Sévérac,Sévérac-la-Montagne,Sévérac-le-Château,sai wei la ke lai sha tuo,Северак-ле-Шато,塞韦拉克莱沙托		76	12	122	12270
2974701	Sévérac	severac	FR	44530	1288	Europe/Paris	47.55029	-2.0762		Severac,Severeg,Sévérac		52	44	443	44196
2974703	Sevenans	sevenans	FR	90400	757	Europe/Paris	47.58685	6.86631		Sevenans		27	90	901	90094
2974704	Sevelinges	sevelinges	FR	42460	595	Europe/Paris	46.09862	4.29611		Sevelenzh,Sevelinges,se wei lan re,Севеленж,瑟韦兰热		84	42	422	42300
2974707	Seuzey	seuzey	FR	55300	87	Europe/Paris	48.98678	5.55743		Seuzey		44	55	552	55487
2974708	Seux	seux	FR	80540	160	Europe/Paris	49.87345	2.10688		Seux		32	80	802	80735
2974709	Seux	seux	FR	80540	0	Europe/Paris	45.26344	4.63617				84	07	073	07041
2974710	Seurre	seurre	FR	21250	2804	Europe/Paris	46.99923	5.15138		Serr,Seurre,Sjor,Surregium,se er,swr  fransh,Серр,Сёр,سور، فرانسه,瑟尔		27	21	211	21607
2974713	Seuilly	seuilly	FR	37500	401	Europe/Paris	47.13393	0.17169		Seuilly		24	37	371	37248
2974714	Seuillet	seuillet	FR	03260	430	Europe/Paris	46.20235	3.47217		Chateau Seuillet,See,Seuillet,Sjoje,Suelhac,se yi lai,Сее,Сеє,Сёйе,瑟伊莱		84	03	033	03273
2974716	Seuil	seuil	FR	08300	166	Europe/Paris	49.48059	4.45455		Seuil		44	08	082	08416
2974717	Seugy	seugy	FR	95270	1108	Europe/Paris	49.12182	2.39377		Seugy,Sezhi,Sjozhi,Сежи,Сежі,Сёжи		11	95	952	95594
2974726	Setques	setques	FR	62380	647	Europe/Paris	50.7116	2.15859		Setques		32	62	625	62794
2974733	Sète	sete	FR	34200	40736	Europe/Paris	43.4028	3.69278	5	Set,Seta,Setas,Sete,Sète,Sēte,XSY,sai te gang,seteu,setto,st,st  fransh,syt,Сет,סט,ست، فرانسه,سيت,セット,塞特港,세트		76	34	343	34301
2974735	Sessenheim	sessenheim	FR	67770	2090	Europe/Paris	48.79652	7.98719		Sessenheim		44	67	672	67465
2974736	Serzy-et-Prin	serzy-et-prin	FR	51170	203	Europe/Paris	49.25083	3.76619		Serzy,Serzy-et-Prin		44	51	513	51534
2974737	Séry-Magneval	sery-magneval	FR	60800	282	Europe/Paris	49.25893	2.85434		Seri-Man'eval',Sery,Séry,sai li ma gai wa,Сері-Маньєваль,塞里马盖瓦		32	60	604	60618
2974738	Séry-lès-Mézières	sery-les-mezieres	FR	02240	631	Europe/Paris	49.77351	3.42171		Sery,Sery-les-Mezieres,Séry,Séry-lès-Mézières		32	02	023	02717
2974739	Sery	sery	FR	08270	286	Europe/Paris	49.58333	4.35				44	08	082	08415
2974740	Sery	sery	FR	08270	91	Europe/Paris	47.61761	3.68259		Sery		27	89	891	89394
2974741	Séry	sery	FR	08270	0	Europe/Paris	47.1784	2.64045				24	18	181	18194
2974743	Servoz	servoz	FR	74310	904	Europe/Paris	45.93188	6.76206		Servo,Servoz,Серво		84	74	742	74266
2974745	Servon-sur-Vilaine	servon-sur-vilaine	FR	35530	3328	Europe/Paris	48.12132	-1.46055		Servon,Servon-sjur-Vilen,Servon-sur-Vilaine,Servonium,wei lan he pan sai er weng,Сервон-сюр-Вилен,Сервон-сюр-Вілен,维兰河畔塞尔翁		53	35	353	35327
2974746	Servon-Melzicourt	servon-melzicourt	FR	51800	114	Europe/Paris	49.21543	4.84035		Servon,Servon-Mel'zikur,Servon-Melzicourt,sai er weng mei er qi ku er,Сервон-Мельзікур,塞尔翁梅尔齐库尔		44	51	511	51533
2974747	Servon	servon	FR	50170	2881	Europe/Paris	48.71662	2.58737		Servon		11	77	775	77450
2974748	Servon	servon	FR	50170	256	Europe/Paris	48.60057	-1.419		Servon		28	50	501	50574
2974752	Servins	servins	FR	62530	902	Europe/Paris	50.41025	2.634		Petit Servins,Servins		32	62	627	62793
2974753	Servins	servins	FR	62530	0	Europe/Paris	48.32785	3.33742				27	89	893	89285
2974754	Servin	servin	FR	25430	172	Europe/Paris	47.30723	6.46322				27	25	251	25544
2974755	Servilly	servilly	FR	03120	266	Europe/Paris	46.27785	3.58636		Servilly		84	03	033	03272
2974756	Serville	serville	FR	28410	303	Europe/Paris	48.76901	1.48589		Serville		24	28	283	28375
2974757	Servigny-lès-Sainte-Barbe	servigny-les-sainte-barbe	FR	57640	465	Europe/Paris	49.1504	6.27776		Servigny,Servigny-les-Sainte-Barbe,Servigny-lès-Sainte-Barbe		44	57	579	57649
2974758	Servigny-lès-Raville	servigny-les-raville	FR	57530	354	Europe/Paris	49.07834	6.44997		Servigny,Servigny-les-Raville,Servigny-lès-Raville		44	57	579	57648
2974759	Servigny	servigny	FR	50200	164	Europe/Paris	49.09267	-1.4746		Servigny		28	50	503	50215
2974760	Servigney	servigney	FR	70240	0	Europe/Paris	47.72395	6.30014		Servigney		27	70	701	70490
2974761	Servigney	servigney	FR	70240	0	Europe/Paris	47.45717	6.29838		Servigney		27	25	251	25385
2974762	Servignat	servignat	FR	01560	147	Europe/Paris	46.43392	5.06972		Servignat		84	01	012	01406
2974763	Serviès-en-Val	servies-en-val	FR	11220	272	Europe/Paris	43.08931	2.51947		Servies,Servies-en-Val,Serviès,Serviès-en-Val		76	11	111	11378
2974764	Serviès	servies	FR	81220	540	Europe/Paris	43.66031	2.02667		Servies,Serviès		76	81	812	81286
2974765	Serviers-et-Labaume	serviers-et-labaume	FR	30700	385	Europe/Paris	44.03535	4.35525		Serviers,Serviers-et-Labaume		76	30	302	30319
2974766	Servières-le-Château	servieres-le-chateau	FR	19220	733	Europe/Paris	45.1302	2.02495		Servieres,Servieres-le-Chateau,Servières,Servières-le-Château		75	19	192	19258
2974768	Servières	servieres	FR	48000	0	Europe/Paris	46.25504	2.11582				75	23	231	23072
2974769	Servières	servieres	FR	48000	0	Europe/Paris	45.31811	3.20914				84	43	431	43033
2974770	Servières	servieres	FR	48000	0	Europe/Paris	44.93522	3.45389				84	43	431	43234
2974771	Servières	servieres	FR	48000	173	Europe/Paris	44.57444	3.40392		Servieres,Servières		76	48	482	48127
2974775	Servian	servian	FR	34290	3786	Europe/Paris	43.42721	3.30177		Servian		76	34	341	34300
2974777	Serves-sur-Rhône	serves-sur-rhone	FR	26600	582	Europe/Paris	45.13512	4.81746		Serves,Serves-sur-Rhone,Serves-sur-Rhône		84	26	263	26341
2974778	Serverette	serverette	FR	48700	279	Europe/Paris	44.70449	3.38648		Serverette		76	48	482	48188
2974781	Servaville-Salmonville	servaville-salmonville	FR	76116	791	Europe/Paris	49.4759	1.27014		Servaville,Servaville-Salmonville		28	76	763	76673
2974782	Servas	servas	FR	01960	1077	Europe/Paris	46.13317	5.1651		Servas		84	01	012	01405
2974784	Servant	servant	FR	63560	543	Europe/Paris	46.13888	2.92903		Servant		84	63	634	63419
2974787	Servanches	servanches	FR	24410	110	Europe/Paris	45.14434	0.15721		Servanches		75	24	243	24533
2974789	Servance	servance	FR	70440	988	Europe/Paris	47.81444	6.68334		Servance,Servans,Серванс		27	70	701	70489
2974790	Serval	serval	FR	02160	43	Europe/Paris	49.3519	3.68286		Serval		32	02	024	02715
2974791	Servais	servais	FR	02700	239	Europe/Paris	49.62095	3.34512		Servais		32	02	022	02716
2974795	Sers	sers	FR	16410	710	Europe/Paris	45.59766	0.32265		Sers		75	16	161	16368
2974796	Sers	sers	FR	16410	107	Europe/Paris	42.88699	0.03801		Sers		76	65	651	65424
2974797	Serruelles	serruelles	FR	18190	0	Europe/Paris	46.88755	2.3834		Serruelles		24	18	182	18250
2974798	Serrouville	serrouville	FR	54560	535	Europe/Paris	49.39904	5.88846		Serrouville		44	54	541	54504
2974799	Serris	serris	FR	77700	2530	Europe/Paris	48.84528	2.78611		Serris		11	77	775	77449
2974800	Serrigny-en-Bresse	serrigny-en-bresse	FR	71310	167	Europe/Paris	46.81706	5.1175		Serrigny,Serrigny-en-Bresse,Serrin'i-an-Bress,Серриньи-ан-Бресс,Серриньї-ан-Бресс		27	71	714	71519
2974801	Serrigny	serrigny	FR	89700	116	Europe/Paris	47.83505	3.91322		Serrigny		27	89	892	89393
2974802	Ladoix-Serrigny	ladoix-serrigny	FR	21550	1772	Europe/Paris	47.06667	4.88333				27	21	211	21606
2974803	Serrières-sur-Ain	serrieres-sur-ain	FR	01450	85	Europe/Paris	46.15287	5.45155		Ser'er-sjur-Ehn,Serier syur En,Serrer-sjur-En,Serrieres,Serrieres-sur-Ain,Serrières,Serrières-sur-Ain,an he pan sai li ye er,syryyr-swr-ayn,Серрєр-сюр-Ен,Серьер-сюр-Эн,Սերիեր սյուր Էն,سيريير-سور-أين,安河畔塞里耶尔		84	01	014	01404
2974804	Serrières-en-Chautagne	serrieres-en-chautagne	FR	73310	931	Europe/Paris	45.88182	5.84335		Serrieres,Serrieres-en-Chantagne,Serrieres-en-Chautagne,Serrières,Serrières-en-Chantagne,Serrières-en-Chautagne		84	73	732	73286
2974805	Serrières-de-Briord	serrieres-de-briord	FR	01470	0	Europe/Paris	45.93457	5.42751		Serrieres,Serrieres-de-Briord,Serrières,Serrières-de-Briord		84	01	011	01384
2974806	Serrières-de-Briord	serrieres-de-briord	FR	01470	1143	Europe/Paris	45.80706	5.44795		Serrieres,Serrieres-de-Briord,Serrières,Serrières-de-Briord		84	01	011	01403
2974807	Serrières	serrieres	FR	07340	0	Europe/Paris	48.84305	6.18726		Serrieres,Serrières		44	54	543	54059
2974808	Serrières	serrieres	FR	07340	268	Europe/Paris	46.31271	4.68006		Serrieres,Serrières		27	71	715	71518
2974809	Serrières	serrieres	FR	07340	1171	Europe/Paris	45.31799	4.76327		Port-du-Mezenc,Port-du-Mézenc,Serrieres,Serrieres-les-Saint-Sornin,Serrières,Serrières-les-Saint-Sornin		84	07	073	07313
2974810	Serriera	serriera	FR	20147	112	Europe/Paris	42.30146	8.70891		A Sarrera,Ser'era,Serriera,Серриера,Серрієра,Серьера		94	2A	2A1	2A279
2974813	Serres-sur-Arget	serres-sur-arget	FR	09000	740	Europe/Paris	42.96922	1.51871		Serres,Serres-sur-Arget		76	09	091	09293
2974814	Serres-Sainte-Marie	serres-sainte-marie	FR	64170	495	Europe/Paris	43.41477	-0.55323		Serres,Serres-Sainte-Marie		75	64	643	64521
2974815	Serres-Morlaàs	serres-morlaas	FR	64160	691	Europe/Paris	43.3262	-0.25817		Serres,Serres-Morlaas,Serres-Morlaàs		75	64	643	64520
2974816	Serreslous-et-Arribans	serreslous-et-arribans	FR	40700	197	Europe/Paris	43.66282	-0.64534		Serreslous,Serreslous-Arribans,Serreslous-et-Arribans		75	40	402	40299
2974817	Serres-Gaston	serres-gaston	FR	40700	368	Europe/Paris	43.65694	-0.51464				75	40	402	40298
2974818	Serres-et-Montguyard	serres-et-montguyard	FR	24500	0	Europe/Paris	44.6738	0.45233		Serres,Serres-et-Monguyard,Serres-et-Montguyard		75	24	241	24532
2974821	Serres-Castet	serres-castet	FR	64121	3290	Europe/Paris	43.38647	-0.35497		Sent Julhan de Serras,Sent Julhan de Sèrras,Ser-Kastet,Serr-Kaste,Serras Casteth,Serras-Casteth,Serres,Serres-Castet,Sèrras Castèth,Sèrras-Castèth,sai er lei ka si tai,Сер-Кастет,Серр-Касте,塞尔雷卡斯泰		75	64	643	64519
2974823	Serres	serres	FR	05700	257	Europe/Paris	48.69087	6.46313		Serres		44	54	542	54502
2974824	Serres	serres	FR	05700	0	Europe/Paris	47.33893	3.45333				27	58	582	58206
2974825	Serres	serres	FR	05700	0	Europe/Paris	45.41667	2.58333		Serr,Serres		84	15	152	15038
2974826	Serres	serres	FR	05700	0	Europe/Paris	45.30477	2.78968				84	15	153	15114
2974827	Serres	serres	FR	05700	0	Europe/Paris	45.27273	3.76155				84	43	431	43093
2974828	Serres	serres	FR	05700	0	Europe/Paris	45.24163	3.65277				84	43	431	43214
2974829	Serres	serres	FR	05700	0	Europe/Paris	45.18143	3.72456				84	43	432	43043
2974830	Serres	serres	FR	05700	0	Europe/Paris	44.66757	0.33527				75	47	472	47303
2974831	Serres	serres	FR	05700	1291	Europe/Paris	44.42753	5.71458		Serres		93	05	052	05166
2974832	Serres	serres	FR	05700	0	Europe/Paris	44.08291	5.06359		Serres		93	84	843	84031
2974833	Serres	serres	FR	05700	0	Europe/Paris	43.36063	-1.62132				75	64	641	64065
2974834	Serres	serres	FR	05700	62	Europe/Paris	42.94715	2.32378		Serres		76	11	112	11377
2974839	Serre-les-Sapins	serre-les-sapins	FR	25770	1565	Europe/Paris	47.25	5.93333		Serre		27	25	251	25542
2974840	Serre-les-Moulières	serre-les-moulieres	FR	39700	146	Europe/Paris	47.20346	5.61628		Serre,Serre-les-Moulieres,Serre-les-Moulières		27	39	391	39514
2974860	Serraval	serraval	FR	74230	540	Europe/Paris	45.80098	6.34021		Serraval,Serraval',Serravallis Genevensium,Серраваль		84	74	741	74265
2974861	Serrallonga	serrallonga	FR	66230	266	Europe/Paris	42.39778	2.55582		Serrallonga,Serralongue		76	66	661	66194
2974862	Serra-di-Scopamène	serra-di-scopamene	FR	20127	0	Europe/Paris	41.75308	9.09949		Serra,Serra-di-Scopamene,Serra-di-Scopamène		94	2A	2A4	2A278
2974863	Serra-di-Ferro	serra-di-ferro	FR	20140	369	Europe/Paris	41.72766	8.79707		Sarra di Farru,Serra di Ferro,Serra-di-Ferro,sai la di fei luo,Серра-ди-Ферро,Серра-ді-Ферро,塞拉迪費羅		94	2A	2A1	2A276
2974867	Serquigny	serquigny	FR	27470	2216	Europe/Paris	49.10943	0.71016		Serkin'i,Serquigny,sai er qu yi ni,Серкиньи,Серкіньї,塞尔屈伊尼		28	27	272	27622
2974868	Serqueux	serqueux	FR	52400	1016	Europe/Paris	49.63202	1.54005		Serqueux		28	76	761	76672
2974869	Serqueux	serqueux	FR	52400	483	Europe/Paris	47.99008	5.73767		Serqueux		44	52	522	52470
2974870	Serques	serques	FR	62910	1061	Europe/Paris	50.79338	2.20134		Serk,Serques,sai er ke,syrkyws,Серк,سيركيوس,塞尔克		32	62	625	62792
2974873	Serpaize	serpaize	FR	38200	1352	Europe/Paris	45.55824	4.91764		Serpaize		84	38	383	38484
2974876	Séron	seron	FR	65320	231	Europe/Paris	43.32222	-0.09942		Seron,Séron		76	65	653	65422
2974877	Serocourt	serocourt	FR	88320	102	Europe/Paris	48.09376	5.89395		Serocourt		44	88	882	88456
2974879	Sernhac	sernhac	FR	30210	1331	Europe/Paris	43.91149	4.55201		Sernhac		76	30	302	30317
2974881	Sermur	sermur	FR	23700	129	Europe/Paris	45.9754	2.4309		Sermur		75	23	231	23171
2974882	Sermoyer	sermoyer	FR	01190	595	Europe/Paris	46.49951	4.97905		Sermoyer		84	01	012	01402
2974885	Sermoise	sermoise	FR	02220	344	Europe/Paris	49.37345	3.45107		Sermoise		32	02	024	02714
2974886	Sermoise-sur-Loire	sermoise-sur-loire	FR	58000	1595	Europe/Paris	46.95	3.18333		Sermoise-sur-Loire		27	58	583	58278
2974888	Sermizelles	sermizelles	FR	89200	235	Europe/Paris	47.53726	3.79322		Sermizel',Sermizelles,sai er mi ze lai,Сермизель,Сермізель,塞尔米泽莱		27	89	892	89392
2974889	Sermiers	sermiers	FR	51500	574	Europe/Paris	49.1585	3.98524		Sermiers		44	51	513	51532
2974891	Sermesse	sermesse	FR	71350	174	Europe/Paris	46.8999	5.0882		Sermesse		27	71	712	71517
2974892	Sermersheim	sermersheim	FR	67230	797	Europe/Paris	48.34581	7.5525				44	67	675	67464
2974893	Sermérieu	sermerieu	FR	38510	1263	Europe/Paris	45.66995	5.4111		Sermerieu,Sermérieu		84	38	382	38483
2974896	Sermentizon	sermentizon	FR	63120	519	Europe/Paris	45.76212	3.50052	455	Sermentizon		84	63	635	63418
2974898	Sermano	sermano	FR	20212	79	Europe/Paris	42.31447	9.26749		Sermano,Sermanu,Сермано		94	2B	2B3	2B275
2974899	Sermange	sermange	FR	39700	239	Europe/Paris	47.19257	5.64905		Sermange		27	39	391	39513
2974900	Sermamagny	sermamagny	FR	90300	843	Europe/Paris	47.69103	6.8368		Sermamagny		27	90	901	90093
2974901	Sermaize-les-Bains	sermaize-les-bains	FR	51250	2212	Europe/Paris	48.78507	4.91169		Sermaize,Sermaize-les-Bains,Sermez-le-Ben,sai er mai ci lai ban,Сермез-ле-Бен,塞尔迈兹莱班		44	51	514	51531
2974902	Sermaize	sermaize	FR	60400	239	Europe/Paris	49.6154	2.95952		Sermaize		32	60	603	60617
2974903	Sermaize	sermaize	FR	60400	0	Europe/Paris	47.56058	2.92028				27	58	584	58007
2974904	Sermaises	sermaises	FR	45300	1681	Europe/Paris	48.2965	2.20546		Sermaises,Sermez,sai er mai sai,Сермез,塞尔迈塞		24	45	453	45310
2974905	Sermaise	sermaise	FR	49140	0	Europe/Paris	48.53538	2.08074		Sermaise		11	91	911	91593
2974906	Sermaise	sermaise	FR	49140	0	Europe/Paris	48.48154	2.7134				11	77	774	77037
2974907	Sermaise	sermaise	FR	49140	238	Europe/Paris	47.52496	-0.21321		Sermaise		52	49	491	49334
2974909	Sermages	sermages	FR	58290	231	Europe/Paris	47.02392	3.84357		Sermages		27	58	581	58277
2974910	Serley	serley	FR	71310	495	Europe/Paris	46.78307	5.21622		Serle,Serley,Серле		27	71	714	71516
2974913	Séris	seris	FR	41500	363	Europe/Paris	47.75821	1.502		Seris,Séris		24	41	411	41245
2974915	Seringes-et-Nesles	seringes-et-nesles	FR	02130	236	Europe/Paris	49.20155	3.54963		Seringes,Seringes-et-Nesles		32	02	021	02713
2974918	Sérilhac	serilhac	FR	19190	320	Europe/Paris	45.08869	1.72551		Serilhac,Sérilhac		75	19	191	19257
2974919	Sérigny	serigny	FR	61130	454	Europe/Paris	48.36926	0.57484		Serigny,Sérigny		28	61	613	61196
2974920	Sérigny	serigny	FR	61130	365	Europe/Paris	46.90611	0.34959		Serigny,Sérigny		75	86	861	86260
2974921	Sérigny	serigny	FR	61130	0	Europe/Paris	46.88249	3.04253				24	18	182	18164
2974922	Sérigné	serigne	FR	85200	1010	Europe/Paris	46.50124	-0.8448		Serigne,Sérigné		52	85	851	85281
2974923	Sérignan-du-Comtat	serignan-du-comtat	FR	84830	2388	Europe/Paris	44.18915	4.84379		Serignan,Serignan-du-Comtat,Serin'jan-dju-Konta,Serinhan,Serinhan dau Comtat,Sérignan,Sérignan-du-Comtat,sai li ni ang di kong ta,Сериньян-дю-Конта,塞里尼昂迪孔塔		93	84	843	84127
2974925	Sérignan	serignan	FR	34410	6936	Europe/Paris	43.27924	3.27664		Serignan,Serin'jan,Serinhan,Sérignan,sai li ni ang,Сериньян,塞里尼昂		76	34	341	34299
2974926	Sérignac-sur-Garonne	serignac-sur-garonne	FR	47310	907	Europe/Paris	44.21395	0.48461		Serignac,Serignac-sur-Garonne,Sérignac,Sérignac-sur-Garonne		75	47	471	47300
2974927	Sérignac-Péboudou	serignac-peboudou	FR	47410	177	Europe/Paris	44.61441	0.53992		Serignac,Serignac-Peboudou,Sérignac,Sérignac-Péboudou		75	47	473	47299
2974928	Sérignac	serignac	FR	46700	0	Europe/Paris	45.26287	0.03167		Serignac,Sérignac		75	16	161	16073
2974929	Sérignac	serignac	FR	46700	278	Europe/Paris	44.43351	1.10537		Serignac,Sérignac		76	46	461	46305
2974930	Sérignac	serignac	FR	46700	521	Europe/Paris	43.92287	1.02053		Serignac,Sérignac		76	82	821	82180
2974931	Sérifontaine	serifontaine	FR	60590	2745	Europe/Paris	49.3544	1.76873		Serifontaine,Serifonten,Sérifontaine,sai li feng tan,Серифонтен,塞里丰坦		32	60	601	60616
2974932	Sériers	seriers	FR	15100	139	Europe/Paris	44.9763	3.03844		Seriers,Sériers		84	15	153	15142
2974934	Séricourt	sericourt	FR	62270	49	Europe/Paris	50.3	2.31667		Sericourt,Serikur,Séricourt,sai li ku er,syrykwrt,Серикур,سيريكورت,塞里库尔		32	62	621	62791
2974935	Sergy	sergy	FR	01630	156	Europe/Paris	49.18333	3.57036		Sergy		32	02	021	02712
2974936	Sergy	sergy	FR	01630	1366	Europe/Paris	46.25069	6.00183		Sergy		84	01	013	01401
2974937	Sergines	sergines	FR	89140	1121	Europe/Paris	48.34203	3.26213		Sergines		27	89	893	89391
2974939	Sergenon	sergenon	FR	39120	52	Europe/Paris	46.90328	5.45615		Sergenon		27	39	392	39512
2974940	Sergenaux	sergenaux	FR	39230	37	Europe/Paris	46.88735	5.45723		Sergenaux		27	39	392	39511
2974941	Sergeac	sergeac	FR	24290	184	Europe/Paris	45.00243	1.10639		Sergeac		75	24	244	24531
2974942	Sérézin-du-Rhône	serezin-du-rhone	FR	69360	2599	Europe/Paris	45.62871	4.824		Serezin,Serezin-du-Rhone,Sérézin,Sérézin-du-Rhône		84	69	691	69294
2974943	Sérézin-de-la-Tour	serezin-de-la-tour	FR	38300	665	Europe/Paris	45.55602	5.34786		Serezin,Serezin-de-la-Tour,Sérézin,Sérézin-de-la-Tour		84	38	382	38481
2974944	Sérévillers	serevillers	FR	60120	99	Europe/Paris	49.63956	2.43022		Serevillers,Sérévillers		32	60	602	60615
2974947	Sère-Rustaing	sere-rustaing	FR	65220	120	Europe/Paris	43.26209	0.29347		Sere,Sere-Rustaing,Sère,Sère-Rustaing		76	65	653	65423
2974949	Sérent	serent	FR	56460	2905	Europe/Paris	47.8233	-2.50571		Seran,Serent,Sérent,sai lang,Серан,塞朗		53	56	563	56244
2974952	Sérénac	serenac	FR	81350	338	Europe/Paris	43.96382	2.33518		Serenac,Sérénac		76	81	811	81285
2974954	Sérempuy	serempuy	FR	32120	30	Europe/Paris	43.76071	0.8237		Serempuy,Sérempuy		76	32	322	32431
2974955	Serémange-Erzange	seremange-erzange	FR	57290	4030	Europe/Paris	49.32062	6.09092		Erzange,Schoemange,Seremange,Seremange-Erzange,Seremanzh-Erzanzh,Serémange,Serémange-Erzange,sai lei mang ge ai er cang ge,Сереманж-Ерзанж,塞雷芒格埃尔藏格		44	57	577	57647
2974956	Sère	sere	FR	32140	58	Europe/Paris	43.0694	0.0088		Sere,Sere-Lanso,Sère,Sère-Lanso		76	65	651	65421
2974962	Séreilhac	sereilhac	FR	87620	1609	Europe/Paris	45.76931	1.08168		Sereilhac,Séreilhac		75	87	872	87191
2974963	Sère-en-Lavedan	sere-en-lavedan	FR	65400	77	Europe/Paris	43.02158	-0.12144		Sere,Sere-Argeles,Sere-en-Lavedan,Sère,Sère-Argelès,Sère-en-Lavedan		76	65	651	65420
2974966	Serécourt	serecourt	FR	88320	105	Europe/Paris	48.0547	5.84376		Serecourt,Serécourt		44	88	882	88455
2974968	Sère	sere	FR	32140	91	Europe/Paris	43.41206	0.64803		Sere,Sère		76	32	323	32430
2974969	Serdinya	serdinya	FR	66360	257	Europe/Paris	42.56802	2.32135		Serdinya		76	66	663	66193
2974970	Sercy	sercy	FR	71460	111	Europe/Paris	46.60357	4.68666		Sercy		27	71	712	71515
2974971	Sercus	sercus	FR	59173	360	Europe/Paris	50.70712	2.45615		Sercus		32	59	594	59568
2974974	Serches	serches	FR	02220	293	Europe/Paris	49.34013	3.44798		Serches		32	02	024	02711
2974975	Serbonnes	serbonnes	FR	89140	471	Europe/Paris	48.32398	3.20758		Serbonnes		27	89	893	89390
2974976	Serbannes	serbannes	FR	03700	697	Europe/Paris	46.09865	3.35868		Salbannes,Serban,Serbana,Serbann,Serbannes,sai er ba nei,Сербан,Сербанн,塞尔巴内		84	03	033	03271
2974977	Serazereux	serazereux	FR	28170	451	Europe/Paris	48.59766	1.43418		Serazereux		24	28	283	28374
2974978	Seraumont	seraumont	FR	88630	51	Europe/Paris	48.43355	5.5992		Seraumont		44	88	882	88453
2974979	Seraucourt-le-Grand	seraucourt-le-grand	FR	02790	721	Europe/Paris	49.78333	3.21667		Grand Seraucourt,Seraucourt,Séraucourt		32	02	023	02710
2974982	Séranvillers-Forenville	seranvillers-forenville	FR	59400	0	Europe/Paris	50.11667	3.28333		Seranville-Foranvil',sai lang wei lai er fu lang wei er,Серанвилле-Форанвиль,Серанвілле-Форанвіль,塞朗维莱尔福朗维尔		32	59	592	59567
2974983	Seranville	seranville	FR	54830	92	Europe/Paris	48.45766	6.51635		Seranville,Séranville		44	54	542	54501
2974984	Serans	serans	FR	60240	254	Europe/Paris	49.18645	1.83106		Serans		32	60	601	60614
2974985	Serans	serans	FR	60240	220	Europe/Paris	48.71667	-0.15				28	61	612	61473
2974986	Séranon	seranon	FR	06750	330	Europe/Paris	43.775	6.7022		Seranon,Séranon		93	06	061	06134
2974988	Sérandon	serandon	FR	19160	339	Europe/Paris	45.36049	2.33705		Serandon,Sérandon		75	19	193	19256
2974990	Seraincourt	seraincourt	FR	08220	222	Europe/Paris	49.6114	4.2022		Seraincourt		44	08	082	08413
2974991	Seraincourt	seraincourt	FR	08220	1388	Europe/Paris	49.03573	1.86703		Seraincourt		11	95	953	95592
2974992	Serain	serain	FR	02110	420	Europe/Paris	50.02823	3.36778		Serain		32	02	023	02709
2974995	Sequehart	sequehart	FR	02420	229	Europe/Paris	49.92999	3.33517		Sequehart		32	02	023	02708
2974996	Sequedin	sequedin	FR	59320	3701	Europe/Paris	50.62575	2.98276		Sequedin		32	59	595	59566
2974997	Sepx	sepx	FR	31360	147	Europe/Paris	43.15505	0.84101		Sepx		76	31	312	31545
2974998	Sepvret	sepvret	FR	79120	498	Europe/Paris	46.28635	-0.09038		Sepvret		75	79	792	79313
2974999	Sepvigny	sepvigny	FR	55140	82	Europe/Paris	48.55867	5.68361		Sepvigny,Sevin'i,sai pu wei ni,Севиньи,Севіньї,塞普维尼		44	55	552	55485
2975001	Sept-Vents	sept-vents	FR	14240	380	Europe/Paris	49.0764	-0.81977				28	14	144	14672
2975002	Septvaux	septvaux	FR	02410	203	Europe/Paris	49.56988	3.37822		Septvaux		32	02	022	02707
2975003	Sept-Sorts	sept-sorts	FR	77260	0	Europe/Paris	48.93739	3.10228		Sept-Sorts		11	77	771	77448
2975004	Sept-Saulx	sept-saulx	FR	51400	515	Europe/Paris	49.1484	4.25388		Sept-Saulx		44	51	513	51530
2975006	Septsarges	septsarges	FR	55270	62	Europe/Paris	49.27918	5.16635		Septsarges		44	55	553	55484
2975007	Septmonts	septmonts	FR	02200	535	Europe/Paris	49.33488	3.35797		Septmonts		32	02	024	02706
2975008	Septmoncel	septmoncel	FR	39310	648	Europe/Paris	46.37126	5.91322		Septmoncel,Setmonsel',sai pu te meng sai,Сетмонсель,塞普特蒙塞		27	39	393	39510
2975009	Sept-Meules	sept-meules	FR	76260	165	Europe/Paris	49.95452	1.42046		Sept-Meules		28	76	761	76671
2975013	Sept-Frères	sept-freres	FR	14380	391	Europe/Paris	48.86274	-1.03		Sept-Freres,Sept-Frères		28	14	144	14658
2975014	Sept-Forges	sept-forges	FR	61330	287	Europe/Paris	48.492	-0.5392				28	61	611	61211
2975015	Septfontaines	septfontaines	FR	25270	282	Europe/Paris	46.98167	6.18505		Sepfontaines,Septfontaines		27	25	253	25541
2975017	Septfonds	septfonds	FR	82240	0	Europe/Paris	47.70256	3.09683		Septfonds		27	89	891	89344
2975018	Septfonds	septfonds	FR	82240	1989	Europe/Paris	44.17831	1.61806		Septfonds		76	82	822	82179
2975019	Septeuil	septeuil	FR	78790	2212	Europe/Paris	48.89245	1.68357		Septej,Septeuil,Септей		11	78	781	78591
2975020	Septèmes-les-Vallons	septemes-les-vallons	FR	13240	10220	Europe/Paris	43.39834	5.36596		Septemes,Septemes-les-Vallons,Septèmes-les-Vallons,Septêmes		93	13	133	13106
2975021	Septème	septeme	FR	38780	1718	Europe/Paris	45.55294	5.00596		Septeme,Septème		84	38	383	38480
2975022	Seppois-le-Haut	seppois-le-haut	FR	68580	0	Europe/Paris	47.53269	7.18386		Seppois-le-Haut		44	68	681	68306
2975023	Seppois-le-Bas	seppois-le-bas	FR	68580	992	Europe/Paris	47.53765	7.17333		Niedersept,Seppois-le-Bas,Seppua-le-Ba,Сеппуа-ле-Ба		44	68	681	68305
2975024	Sepmes	sepmes	FR	37800	0	Europe/Paris	47.06802	0.67318		Sem,Sepmes,sai pu mei,Сем,塞普梅		24	37	373	37247
2975025	Sepmeries	sepmeries	FR	59269	534	Europe/Paris	50.28236	3.56373		Semeri,Sepmeries,sai pu mu li,Семери,Семері,塞普姆里		32	59	591	59565
2975026	Sépeaux	sepeaux	FR	89116	409	Europe/Paris	47.94172	3.23676		Sepeaux,Sepo,Sépeaux,sai bo,Сепо,塞波		27	89	893	89388
2975030	Senven-Léhart	senven-lehart	FR	22720	240	Europe/Paris	48.42551	-3.06915		Senven-Lehard,Senven-Lehart,Senven-Léhart		53	22	222	22335
2975032	Senuc	senuc	FR	08250	141	Europe/Paris	49.31168	4.83962		Senuc		44	08	084	08412
2975034	Sentous	sentous	FR	65330	108	Europe/Paris	43.2651	0.37834		Sentous		76	65	652	65419
2975035	Sentilly	sentilly	FR	61150	143	Europe/Paris	48.76538	-0.11574		Sentilly		28	61	612	61194
2975036	Sentheim	sentheim	FR	68780	1443	Europe/Paris	47.7556	7.05305		Senheim		44	68	686	68304
2975037	Sentenac-d'Oust	sentenac-d-oust	FR	09140	0	Europe/Paris	42.87611	1.17825		Sentenac,Sentenac-d'Oust		76	09	093	09291
2975038	Sentenac-de-Sérou	sentenac-de-serou	FR	09240	43	Europe/Paris	42.97171	1.38878		Sentenac,Sentenac-de-Serou,Sentenac-de-Sérou		76	09	093	09292
2975039	Sentelie	sentelie	FR	80160	217	Europe/Paris	49.72422	2.0265		Sentelie		32	80	802	80734
2975040	Sentein	sentein	FR	09800	154	Europe/Paris	42.87463	0.95439		Sentein		76	09	093	09290
2975046	Sens-de-Bretagne	sens-de-bretagne	FR	35490	1851	Europe/Paris	48.33308	-1.5362		Sen,Sens,Sens-de-Bretagne		53	35	353	35326
2975048	Sens-Beaujeu	sens-beaujeu	FR	18300	421	Europe/Paris	47.32685	2.70866		Sens-Beaujeu		24	18	181	18249
2975050	Sens	sens	FR	89090 CEDEX	28700	Europe/Paris	48.19738	3.28328		Agedincum,Sens,Sens-sur-Yonne,XSF	893	27	89	893	89387
2975051	Sens-sur-Seille	sens-sur-seille	FR	71330	298	Europe/Paris	46.75	5.31667		San-sjur-Sej,Sens,Сан-сюр-Сей		27	71	714	71514
2975052	Senozan	senozan	FR	71260	921	Europe/Paris	46.39595	4.86268		Belle-Roche,Senosan,Senozan		27	71	715	71513
2975054	Sénoville	senoville	FR	50270	182	Europe/Paris	49.43333	-1.76667				28	50	502	50572
2975056	Senouillac	senouillac	FR	81600	890	Europe/Paris	43.94228	1.94861		Senouillac		76	81	811	81283
2975059	Senots	senots	FR	60240	314	Europe/Paris	49.26463	1.99365		Senots		32	60	601	60613
2975061	Senonnes	senonnes	FR	53390	345	Europe/Paris	47.79907	-1.20259		Senonn,Senonnes,sang ao nei,Сенонн,桑奥内		52	53	531	53259
2975062	Senonges	senonges	FR	88260	168	Europe/Paris	48.14475	6.06224		Senonges		44	88	882	88452
2975063	Senones	senones	FR	88210	2947	Europe/Paris	48.39475	6.97818		Senones		44	88	883	88451
2975064	Senoncourt-les-Maujouy	senoncourt-les-maujouy	FR	55220	81	Europe/Paris	49.05	5.33333		Senoncourt		44	55	553	55482
2975065	Senoncourt	senoncourt	FR	70160	228	Europe/Paris	47.82971	6.06365		Senoncourt		27	70	702	70488
2975067	Senonches	senonches	FR	28250	3247	Europe/Paris	48.55999	1.03069		Senonches,Senonsh,se nong shen,Сенонш,瑟农什		24	28	283	28373
2975068	Senon	senon	FR	55230	233	Europe/Paris	49.27895	5.64088		Senon,sang weng,Сенон,桑翁		44	55	553	55481
2975069	Sénon	senon	FR	55230	0	Europe/Paris	45.9328	1.13195				75	87	872	87143
2975070	Sennevoy-le-Haut	sennevoy-le-haut	FR	89160	81	Europe/Paris	47.80848	4.28112		Sennevoy-le-Haut		27	89	892	89386
2975071	Sennevoy-le-Bas	sennevoy-le-bas	FR	89160	106	Europe/Paris	47.80545	4.29109		Sennevoy-le-Bas		27	89	892	89385
2975073	Senneville-sur-Fécamp	senneville-sur-fecamp	FR	76400	649	Europe/Paris	49.77177	0.41605		Senneville,Senneville-sur-Fecamp,Senneville-sur-Fécamp		28	76	762	76670
2975077	Sennevières	sennevieres	FR	37600	221	Europe/Paris	47.10617	1.10219		Sennevieres,Sennevières		24	37	373	37246
2975078	Sennely	sennely	FR	45240	555	Europe/Paris	47.67819	2.14743		Senneli,Sennely,se nei li,Сеннелі,瑟内利		24	45	452	45309
2975079	Sennecey-lès-Dijon	sennecey-les-dijon	FR	21800	2375	Europe/Paris	47.28984	5.10485		Sennecey,Sennecey-les-Dijon,Sennecey-lès-Dijon		27	21	212	21605
2975080	Sennecey-le-Grand	sennecey-le-grand	FR	71240	2987	Europe/Paris	46.64137	4.86707		Grand-Sennecey,Sennecey,Sennecey-le-Grand		27	71	712	71512
2975082	Senneçay	sennecay	FR	18340	355	Europe/Paris	46.95121	2.43672		Sennecay,Senneçay		24	18	181	18248
2975084	Senlisse	senlisse	FR	78720	514	Europe/Paris	48.68826	1.98194		Senlisse		11	78	782	78590
2975085	Senlis-le-Sec	senlis-le-sec	FR	80300	306	Europe/Paris	50.02494	2.57781		Sanli-l'Se,Sanli-le-Sek,Sanli-l’Sé,Senlis,Senlis-le-Sec,sang li lei sai ke,Санлі-ле-Сек,桑利勒塞克		32	80	804	80733
2975087	Senlis	senlis	FR	60300	169	Europe/Paris	50.53302	2.153		Senlis		32	62	624	62790
2975088	Senlis	senlis	FR	60300	19160	Europe/Paris	49.20724	2.58661		Senlis,XSV	604	32	60	604	60612
2975089	Senlecques	senlecques	FR	62240	204	Europe/Paris	50.64628	1.93633		Sanlek,Senlecque,Senlecques,Senlécque,sang lai ke,synlyskyws,Санлек,سينليسكيوس,桑莱克		32	62	623	62789
2975092	Seninghem	seninghem	FR	62380	550	Europe/Paris	50.70248	2.03178		S'ninghin,Senengem,Seninghem,S’ninghin,sai nan gai mu,synynhym,Сененгем,سينينهيم,塞南盖姆		32	62	625	62788
2975093	Senillé	senille	FR	86100	663	Europe/Paris	46.77837	0.61426		Senil'e,Senille,Senillé,Sénillé,sai ni lei,Сенільє,塞尼勒		75	86	861	86245
2975096	Séniergues	seniergues	FR	46240	123	Europe/Paris	44.70005	1.5464		Sen'erg,Senhergas,Senhèrgas,Seniergas,Seniergues,Senièrgas,Séniergues,sai nie er gai,Сеньєрг,塞涅尔盖		76	46	463	46304
2975097	Sengouagnet	sengouagnet	FR	31160	249	Europe/Paris	42.98651	0.78907		Sengouagnet		76	31	312	31544
2975098	Sénezergues	senezergues	FR	15340	237	Europe/Paris	44.70328	2.41296		Senezergues,Sénezergues		84	15	151	15226
2975100	Senez	senez	FR	04270	156	Europe/Paris	43.9137	6.407		Sanitium,Sene,Senec,Senez,Seneç,Sénez,se nei,Сене,Сенез,瑟内		93	04	042	04204
2975104	Séneujols	seneujols	FR	43510	275	Europe/Paris	44.96011	3.78192		Seneujols,Séneujols		84	43	432	43238
2975106	Sénestis	senestis	FR	47430	212	Europe/Paris	44.42186	0.23087		Senesti,Senestis,Sinestis,Sinestís,Sénestis,sai nei si di,Сенести,Сенесті,塞内斯蒂		75	47	472	47298
2975109	Sénergues	senergues	FR	12320	565	Europe/Paris	44.60553	2.48493		Senergues,Sénergues		76	12	122	12268
2975112	Sénéchas	senechas	FR	30450	225	Europe/Paris	44.32496	4.02759		Senechas,Sénéchas		76	30	301	30316
2975113	Séné	sene	FR	56860	8465	Europe/Paris	47.619	-2.737	9	Sene,Sine,Séné		53	56	563	56243
2975114	Sendets	sendets	FR	33690	277	Europe/Paris	44.42268	-0.08839		Sendets		75	33	333	33511
2975115	Sendets	sendets	FR	33690	779	Europe/Paris	43.29658	-0.26038		Sendets		75	64	643	64518
2975116	Senconac	senconac	FR	09250	8	Europe/Paris	42.79866	1.71144		Senconac		76	09	091	09287
2975117	Sencenac-Puy-de-Fourches	sencenac-puy-de-fourches	FR	24310	203	Europe/Paris	45.31041	0.6978		Cencenac e Puei de Forchas,Cencenac e Pueideforchas,Sansenak-Pjui-de-Fursh,Sencenac,Sencenac-Puy-de-Fourches,sang se na ke-pi yi de fu er xie,Сансенак-Пюи-де-Фурш,Сансенак-Пюї-де-Фурш,桑瑟纳克-皮伊德富尔谢		75	24	242	24064
2975118	Senaux	senaux	FR	81530	30	Europe/Paris	43.75807	2.61814		Senaux		76	81	812	81282
2975119	Senaud	senaud	FR	39160	40	Europe/Paris	46.39626	5.38004		Senaud		27	39	392	39209
2975120	Sénas	senas	FR	13560	6062	Europe/Paris	43.74375	5.078		Senac,Senas,Senaç,Senàs,Sénas,sai na,Сенас,塞纳		93	13	131	13105
2975122	Senarpont	senarpont	FR	80140	716	Europe/Paris	49.88859	1.71972		Senarpont		32	80	802	80732
2975124	Senargent-Mignafans	senargent-mignafans	FR	70110	0	Europe/Paris	47.56667	6.53333				27	70	701	70487
2975125	Sénarens	senarens	FR	31430	112	Europe/Paris	43.35007	0.97796		Senarens,Sénarens		76	31	311	31543
2975127	Senantes	senantes	FR	28210	597	Europe/Paris	49.48646	1.83561		Senantes		32	60	601	60611
2975128	Senantes	senantes	FR	28210	541	Europe/Paris	48.66667	1.56667				24	28	283	28372
2975130	Senan	senan	FR	89710	712	Europe/Paris	47.91233	3.35911		Senan		27	89	891	89384
2975132	Senailly	senailly	FR	21500	157	Europe/Paris	47.58417	4.2656		Senai,Senailly,Senaji,se nai li,Сенаи,Сенайи,Сенаї,瑟奈利		27	21	213	21604
2975133	Sénaillac-Lauzès	senaillac-lauzes	FR	46360	165	Europe/Paris	44.60248	1.65132		Senaillac,Senaillac-Lauzes,Sénaillac,Sénaillac-Lauzès		76	46	463	46303
2975134	Sénaillac-Latronquière	senaillac-latronquiere	FR	46210	162	Europe/Paris	44.82523	2.06009		Senaillac,Senaillac-Latronquiere,Senaillac-pres la Tronquiere,Senaillac-près la Tronquière,Sénaillac-Latronquière		76	46	462	46302
2975135	Senaide	senaide	FR	88320	215	Europe/Paris	47.97028	5.80377		Senaide		44	88	882	88450
2975137	Sénac	senac	FR	65140	228	Europe/Paris	43.35622	0.1825		Senac,Sénac		76	65	653	65418
2975139	Semuy	semuy	FR	08130	103	Europe/Paris	49.48694	4.65716		Semuy		44	08	084	08411
2975140	Semussac	semussac	FR	17120	1518	Europe/Paris	45.60035	-0.91301		Semjussak,Semussac,Sémussac,se mi sa ke,Семюссак,瑟米萨克		75	17	174	17425
2975141	Semur-en-Vallon	semur-en-vallon	FR	72390	463	Europe/Paris	48.02325	0.65395		Semur,Semur-en-Vallon		52	72	722	72333
2975142	Semur-en-Brionnais	semur-en-brionnais	FR	71110	739	Europe/Paris	46.26626	4.09466		Semur,Semur-en-Brionnais,Semur-la-Montagne		27	71	713	71510
2975143	Semur-en-Auxois	semur-en-auxois	FR	21140	5124	Europe/Paris	47.48333	4.33333		Semur		27	21	213	21603
2975144	Sempy	sempy	FR	62170	232	Europe/Paris	50.49306	1.87763		Sampi,Sempy,sang pi,symby,Сампи,Сампі,سيمبي,桑皮		32	62	624	62787
2975145	Sempigny	sempigny	FR	60400	767	Europe/Paris	49.55876	2.99467		Sempigny		32	60	603	60610
2975146	Sempesserre	sempesserre	FR	32700	325	Europe/Paris	44.01609	0.64817		Sempesserre		76	32	322	32429
2975147	Semoy	semoy	FR	45400	3053	Europe/Paris	47.93333	1.95				24	45	452	45308
2975148	Semoutiers-Montsaon	semoutiers-montsaon	FR	52000	0	Europe/Paris	48.06667	5.05		Semut'e-Monsaon,sang wu di ye er meng te sang,Семутьє-Монсаон,桑乌蒂耶尔蒙特桑		44	52	521	52469
2975149	Semoussac	semoussac	FR	17150	234	Europe/Paris	45.38598	-0.62441		Semoussac		75	17	171	17424
2975150	Semousies	semousies	FR	59440	0	Europe/Paris	50.16032	3.96333		Semousies		32	59	591	59563
2975154	Semons	semons	FR	38260	0	Europe/Paris	45.4783	4.77604		Semons		84	69	691	69253
2975155	Semons	semons	FR	38260	0	Europe/Paris	45.43104	5.20462		Semons		84	38	383	38479
2975156	Semondans	semondans	FR	25750	246	Europe/Paris	47.54313	6.69321		Semondans		27	25	252	25540
2975157	Semond	semond	FR	21450	47	Europe/Paris	47.71893	4.59286		Semond		27	21	213	21602
2975158	Semoine	semoine	FR	10700	183	Europe/Paris	48.67914	4.08879		Semoine		44	10	103	10369
2975164	Semmadon	semmadon	FR	70120	99	Europe/Paris	47.7393	5.87132		Semmadon		27	70	702	70486
2975165	Semilly	semilly	FR	52700	106	Europe/Paris	48.25888	5.46103		Semilly		44	52	521	52468
2975166	Semilly	semilly	FR	52700	0	Europe/Paris	47.71566	3.45803				27	89	891	89154
2975167	Semillac	semillac	FR	17150	55	Europe/Paris	45.39573	-0.59549		Semillac		75	17	171	17423
2975169	Semide	semide	FR	08400	211	Europe/Paris	49.3427	4.58308		Semide		44	08	084	08410
2975171	Semerville	semerville	FR	41160	81	Europe/Paris	47.93333	1.4				24	41	411	41173
2975172	Sémeries	semeries	FR	59440	0	Europe/Paris	50.1198	3.99852		Semeri,Semeries,Sémeries,sai mu li,Семери,Семері,塞姆里		32	59	591	59562
2975173	Sementron	sementron	FR	89560	108	Europe/Paris	47.64735	3.35778		Sementron		27	89	891	89383
2975174	Semens	semens	FR	33490	186	Europe/Paris	44.61343	-0.23884		Semens		75	33	333	33510
2975178	Sémelay	semelay	FR	58360	266	Europe/Paris	46.85167	3.85083		Semelay,Semeley,Semle,Sémelay,Sémeley,sai mo lai,Семле,塞默莱		27	58	581	58276
2975179	Semécourt	semecourt	FR	57280	898	Europe/Paris	49.1944	6.13742		Semecourt,Semécourt		44	57	579	57645
2975180	Séméacq-Blachon	semeacq-blachon	FR	64350	173	Europe/Paris	43.49952	-0.11231		Semeacq,Semeacq-Blachon,Semeak-Blashon,Semiac e Blaishon,Semiac-Blaishon,Sémeacq,Séméacq-Blachon,sai mei a bu la xiong,Семеак-Блашон,塞梅阿布拉雄		75	64	643	64517
2975181	Séméac	semeac	FR	65600	4999	Europe/Paris	43.22834	0.10513		Semeac,Semeak,Semiac,Séméac,sai mei a ke,Семеак,塞梅阿克		76	65	653	65417
2975182	Sembouès	semboues	FR	32230	62	Europe/Paris	43.46019	0.16502		Semboues,Sembouès		76	32	323	32427
2975183	Sembleçay	semblecay	FR	36210	121	Europe/Paris	47.22076	1.68275		Samblese,Semblecay,Sembleçay,sang bu lai sai,Самблесе,桑布莱赛		24	36	364	36217
2975184	Semblançay	semblancay	FR	37360	2057	Europe/Paris	47.5	0.58333		Semblancay,Semblançay		24	37	371	37245
2975185	Semblançay	semblancay	FR	37360	0	Europe/Paris	46.9637	1.22233				24	36	362	36225
2975187	Sembas	sembas	FR	47360	157	Europe/Paris	44.31794	0.64887		Sembas		75	47	473	47297
2975188	Sembadel	sembadel	FR	43160	267	Europe/Paris	45.27476	3.68669		Leger-les-Cotes,Léger-les-Côtes,Sambadel',Sant Badeu,Sant Badèu,Sembadel,Sembadel-Gare,sang ba dai,Самбадель,桑巴代		84	43	431	43237
2975189	Semarey	semarey	FR	21320	118	Europe/Paris	47.26774	4.63345		Semarey		27	21	211	21600
2975190	Semallé	semalle	FR	61250	374	Europe/Paris	48.47554	0.15032		Semalle,Semallé		28	61	611	61467
2975191	Sémalens	semalens	FR	81570	2010	Europe/Paris	43.5914	2.11002		Semalan,Semalens,Sémalens,sai ma lang,Семалан,塞马朗		76	81	812	81281
2975192	Sem	sem	FR	09220	0	Europe/Paris	47.3569	-2.02702		Le Sem,Le Sen,Sem		52	44	443	44137
2975193	Sem	sem	FR	09220	33	Europe/Paris	42.76719	1.51772		Sem		76	09	091	09334
2975199	Seltz	seltz	FR	67470	3171	Europe/Paris	48.8952	8.10757		Sel'c,Selz,sai er te,serutsu,slz,syltz,zlts,Сельц,סלץ,زلتس,سيلتز,セルツ,塞尔特		44	67	672	67463
2975202	Selonnet	selonnet	FR	04140	435	Europe/Paris	44.37128	6.31105		Selonet,Selonne,Selonnet,se luo nei,Селонне,瑟洛内		93	04	043	04203
2975203	Selongey	selongey	FR	21260	2348	Europe/Paris	47.58846	5.18483		Selongey		27	21	212	21599
2975204	Seloncourt	seloncourt	FR	25230	6046	Europe/Paris	47.45989	6.85535		Seloncourt		27	25	252	25539
2975206	Selommes	selommes	FR	41100	790	Europe/Paris	47.75588	1.19401		Selommes		24	41	412	41243
2975210	Sellières	sellieres	FR	39230	824	Europe/Paris	46.82761	5.56424		Sellieres,Sellières		27	39	392	39508
2975214	Selles-sur-Nahon	selles-sur-nahon	FR	36180	72	Europe/Paris	47	1.45		Sel'-sjur-Naon,Selles,Selles-sur-Nahon,nan he pan se lai,Сель-сюр-Наон,南河畔瑟莱		24	36	362	36216
2975215	Selles-sur-Cher	selles-sur-cher	FR	41130	4933	Europe/Paris	47.27904	1.55387		Sel'-sjur-Sher,Selles,Selles-sur-Cher,xie he pan se lai,Сель-сюр-Шер,谢河畔瑟莱		24	41	413	41242
2975216	Selles-Saint-Denis	selles-saint-denis	FR	41300	1242	Europe/Paris	47.38695	1.92295		Selles,Selles-Saint-Denis		24	41	413	41241
2975219	Selles	selles	FR	27500	291	Europe/Paris	50.70021	1.89596		Selles		32	62	623	62786
2975220	Selles	selles	FR	27500	250	Europe/Paris	49.30755	4.28524		Selles		44	51	513	51529
2975221	Selles	selles	FR	27500	418	Europe/Paris	49.301	0.50348		Selles		28	27	272	27620
2975222	Selles	selles	FR	27500	252	Europe/Paris	47.96332	6.08868		Selles		27	70	701	70485
2975230	Séligney	seligney	FR	39120	78	Europe/Paris	46.93849	5.53868		Seligney,Séligney		27	39	391	39507
2975231	Séligné	seligne	FR	79170	143	Europe/Paris	46.14422	-0.28312		Seligne,Séligné		75	79	792	79312
2975233	Sélestat	selestat	FR	67600	18941	Europe/Paris	48.26195	7.4489		Schlestadt,Schlettstadt,Schlettstàdt,Selesta,Selestadium,Selestat,Sélestat,XSQ,sai lai si ta,seresuta,slsth,sylystat,Σελεστά,Селеста,סלסטה,سيليستات,セレスタ,塞莱斯塔	675	44	67	675	67462
2975234	Selens	selens	FR	02300	210	Europe/Paris	49.50102	3.20939		Selens		32	02	022	02704
2975237	Selaincourt	selaincourt	FR	54170	186	Europe/Paris	48.49981	5.96581		Selaincourt		44	54	544	54500
2975241	Seix	seix	FR	09140	748	Europe/Paris	42.86431	1.20039		Se,Seish,Seix,Sejks,Sèish,sai zhen,Се,Сейкс,塞镇		76	09	093	09285
2975244	Seissan	seissan	FR	32260	1048	Europe/Paris	43.49161	0.59185		Seissan		76	32	323	32426
2975245	Seingbouse	seingbouse	FR	57455	1809	Europe/Paris	49.11341	6.83186		Seingbouse,Seingbousse		44	57	573	57644
2975247	Seine-Port	seine-port	FR	77240	1935	Europe/Paris	48.55743	2.55316		Seine-Port,Sen-Por,Сен-Пор		11	77	772	77447
2975256	Seillons-Source-d'Argens	seillons-source-d-argens	FR	83470	0	Europe/Paris	43.49584	5.88313		Seillons,Seillons-Source-d'Argens		93	83	833	83125
2975258	Seillonnaz	seillonnaz	FR	01470	136	Europe/Paris	45.80694	5.48934		Seillonaz,Seillonnaz		84	01	011	01400
2975265	Seillans	seillans	FR	83440	2286	Europe/Paris	43.63623	6.64332		Celhan,Seillans,Sejan,Selhan,sai lang,Сейан,Сеян,塞朗		93	83	831	83124
2975266	Seillac	seillac	FR	41150	83	Europe/Paris	47.54592	1.15678		Seillac		24	41	411	41055
2975267	Seilhan	seilhan	FR	31510	216	Europe/Paris	43.05092	0.57512		Seilhan		76	31	312	31542
2975268	Seilhac	seilhac	FR	19700	1744	Europe/Paris	45.36709	1.7135		Seilhac		75	19	192	19255
2975269	Seilh	seilh	FR	31840	2395	Europe/Paris	43.69469	1.35509		Seilh		76	31	313	31541
2975270	Seigy	seigy	FR	41110	1133	Europe/Paris	47.25688	1.39964		Seigy		24	41	413	41239
2975271	Seigny	seigny	FR	21150	159	Europe/Paris	47.57382	4.43381		Seigny		27	21	213	21598
2975273	Seignosse	seignosse	FR	40510	2855	Europe/Paris	43.6894	-1.37328		Seignosse,Sen'oss,Senhossa,Senhòssa,sai ni ao si,Сеньосс,塞尼奥斯		75	40	401	40296
2975275	Seigneulles	seigneulles	FR	55000	190	Europe/Paris	48.85092	5.2374		Seigneulles		44	55	551	55479
2975278	Seignelay	seignelay	FR	89250	1610	Europe/Paris	47.90542	3.60136		Seignelay		27	89	891	89382
2975282	Seigne	seigne	FR	17510	0	Europe/Paris	47.35896	3.06705				27	58	584	58281
2975283	Seigné	seigne	FR	17510	115	Europe/Paris	45.95215	-0.21192		Seigne,Seigné		75	17	175	17422
2975285	Seignalens	seignalens	FR	11240	52	Europe/Paris	43.09916	1.97049		Seignalens		76	11	112	11375
2975288	Seiches-sur-le-Loir	seiches-sur-le-loir	FR	49140	2537	Europe/Paris	47.57351	-0.35628		Seiches,Sesh-sjur-le-Luar,lai-lu wa he pan sai xie,Сеш-сюр-ле-Луар,莱-卢瓦河畔塞谢		52	49	491	49333
2975289	Seicheprey	seicheprey	FR	54470	102	Europe/Paris	48.86979	5.79131		Seicheprey		44	54	544	54499
2975290	Seichebrières	seichebrieres	FR	45530	134	Europe/Paris	47.9692	2.26863		Seichebrieres,Seichebrières,Seshbrier,sai xie bu li ai,Сешбрієр,塞谢布里埃		24	45	452	45305
2975292	Seichamps	seichamps	FR	54280	5588	Europe/Paris	48.71492	6.26139		Seichamps,Sesham,sai shang pu,Сешам,塞尚普		44	54	543	54498
2975293	Seich	seich	FR	65150	73	Europe/Paris	43.01734	0.49001		Seich,Seish,Sesh,Sèish,sai ke,Сеш,塞克		76	65	652	65416
2975296	Ségus	segus	FR	65100	236	Europe/Paris	43.07033	-0.07671		Segus,Ségus		76	65	651	65415
2975297	Ségur-les-Villas	segur-les-villas	FR	15300	271	Europe/Paris	45.22556	2.81762		Segur,Segur-les-Villas,Ségur,Ségur-les-Villas		84	15	153	15225
2975298	Ségur-le-Château	segur-le-chateau	FR	19230	248	Europe/Paris	45.42936	1.30514		Segjur-le-Shato,Segur,Segur lo Chasteu,Segur-le-Chateau,Ségur,Ségur-le-Château,sai ju lai sha tuo,Сегюр-ле-Шато,塞居莱沙托		75	19	191	19254
2975300	Séguret	seguret	FR	84110	961	Europe/Paris	44.20602	5.02284		Segjure,Seguret,Séguret,sai ju lei,Сегюре,塞居勒		93	84	843	84126
2975303	Ségura	segura	FR	09120	144	Europe/Paris	43.03628	1.69085		Segura,Ségura		76	09	091	09284
2975305	Ségur	segur	FR	12290	656	Europe/Paris	44.29288	2.83447		Segur,Ségur		76	12	121	12266
2975307	Ségry	segry	FR	36100	466	Europe/Paris	46.89092	2.08189		Segri,Segry,Ségry,sai ge li,Сегри,Сегрі,塞格里		24	36	364	36215
2975308	Segrois	segrois	FR	21220	0	Europe/Paris	47.15957	4.89266		Segrois		27	21	211	21597
2975309	Ségrie-Fontaine	segrie-fontaine	FR	61100	430	Europe/Paris	48.82584	-0.40761		Segrie,Segrie-Fontaine,Ségrie,Ségrie-Fontaine		28	61	612	61007
2975310	Ségrie	segrie	FR	72170	615	Europe/Paris	48.20053	0.02545		Segrie,Ségrie		52	72	722	72332
2975311	Ségreville	segreville	FR	31460	167	Europe/Paris	43.48999	1.74242		Segreville,Ségreville		76	31	313	31540
2975314	Segré	segre	FR	49500	7428	Europe/Paris	47.68672	-0.87268		Segre,Segré,sai ge lei,sugure,Сегре,スグレ,塞格雷	494	52	49	494	49331
2975317	Ségoufielle	segoufielle	FR	32600	678	Europe/Paris	43.63057	1.13161		Segoufielle,Ségoufielle		76	32	321	32425
2975318	Ségos	segos	FR	32400	246	Europe/Paris	43.62562	-0.25708		Segos,Ségos		76	32	323	32424
2975321	Segonzac	segonzac	FR	16130	2181	Europe/Paris	45.61807	-0.21986		Segonzac		75	16	162	16366
2975322	Segonzac	segonzac	FR	16130	241	Europe/Paris	45.27594	1.27669		Segonzac,Ségonzac		75	19	191	19253
2975323	Segonzac	segonzac	FR	16130	0	Europe/Paris	45.20568	0.4495		Segonzac,Ségonzac		75	24	243	24529
2975324	Segonzac	segonzac	FR	16130	0	Europe/Paris	44.7121	1.17066				75	24	244	24075
2975326	Ségny	segny	FR	01170	1493	Europe/Paris	46.29571	6.07257		Segny,Ségny		84	01	013	01399
2975328	Séglien	seglien	FR	56160	764	Europe/Paris	48.10708	-3.15923		Segl'jan,Seglian,Seglien,Séglien,sai ge li an,Сегльян,塞格利安		53	56	562	56242
2975333	Ségalas	segalas	FR	47410	177	Europe/Paris	44.58726	0.53087		Segalas,Ségalas		75	47	472	47296
2975334	Ségalas	segalas	FR	47410	87	Europe/Paris	43.41093	0.11982		Segalas,Ségalas		76	65	653	65414
2975339	Séez	seez	FR	73700	2139	Europe/Paris	45.62368	6.80149		See,Seez,Sextum Segetium,Séez,Val-Joli,Сее		84	73	731	73285
2975340	Sées	sees	FR	61500	4985	Europe/Paris	48.60403	0.17244		Sagii,Se,Sees,Sées,sai zhen,se,Се,セー,塞镇		28	61	611	61464
2975342	Sedzère	sedzere	FR	64160	387	Europe/Paris	43.34023	-0.17347		Sedzer,Sedzere,Sedzère,Setzera,Setzèra,sai de ze er,Седзер,塞德泽尔		75	64	643	64516
2975343	Sedze-Maubecq	sedze-maubecq	FR	64160	209	Europe/Paris	43.35265	-0.12561		Sedz-Mobek,Sedze,Sedze-Maubecq,Sedze-Maubee,Sedze-Maubée,Setza e Maubec,Setza-Maubec,Sètza e Maubèc,Sètza-Maubèc,sai de ci mo bei,Седз-Мобек,塞德兹莫贝		75	64	643	64515
2975344	Séderon	sederon	FR	26560	305	Europe/Paris	44.2035	5.53845		Sederon,Séderon,sai de long,Седерон,塞德龙		84	26	262	26340
2975346	Sédeilhac	sedeilhac	FR	31580	67	Europe/Paris	43.15234	0.55571		Sedeilhac,Sédeilhac		76	31	312	31539
2975349	Sedan	sedan	FR	08200	20620	Europe/Paris	49.70187	4.94028		Sedan,XSW,sudan,Седан,スダン	083	44	08	083	08409
2975350	Secqueville-en-Bessin	secqueville-en-bessin	FR	14740	381	Europe/Paris	49.23333	-0.5185		Secqueville,Secqueville-en-Bessin		28	14	142	14543
2975354	Secourt	secourt	FR	57420	191	Europe/Paris	48.94768	6.28563		Secourt		44	57	579	57643
2975358	Secondigny	secondigny	FR	79130	1713	Europe/Paris	46.60967	-0.41677		Secondigny,Secondigny-en-Gatine,Secondigny-en-Gâtine		75	79	793	79311
2975359	Secondigné-sur-Belle	secondigne-sur-belle	FR	79170	475	Europe/Paris	46.16325	-0.2989		Secondigne,Secondigne-sur-Belle,Secondigné,Secondigné-sur-Belle		75	79	792	79310
2975361	Seclin	seclin	FR	59113	12214	Europe/Paris	50.54873	3.02731		Seclin,Seklen,XSX,sai ke lan,sukuran,Секлен,スクラン,塞克兰		32	59	595	59560
2975363	Séchin	sechin	FR	25110	113	Europe/Paris	47.33593	6.28473		Sechin,Séchin		27	25	251	25538
2975364	Séchilienne	sechilienne	FR	38220	820	Europe/Paris	45.0581	5.83204		Sechilienne,Seshil'en,Seshil'enn,Séchilienne,sai xi li an,Сешильен,Сешильєнн,塞希利安		84	38	381	38478
2975366	Sécheval	secheval	FR	08150	392	Europe/Paris	49.85968	4.65928		Secheval,Sécheval		44	08	081	08408
2975369	Sécheras	secheras	FR	07610	323	Europe/Paris	45.13	4.77026		Secheras,Sécheras		84	07	073	07312
2975372	Séchault	sechault	FR	08250	88	Europe/Paris	49.26397	4.73655		Sechault,Séchault		44	08	084	08407
2975378	Séby	seby	FR	64410	183	Europe/Paris	43.48611	-0.39383		Sebi,Seby,Sevin,Séby,sai bi,Себи,Себі,塞比		75	64	643	64514
2975379	Sébrazac	sebrazac	FR	12190	495	Europe/Paris	44.52509	2.6569		Sebrazac,Sébrazac		76	12	122	12265
2975382	Sebourg	sebourg	FR	59990	1802	Europe/Paris	50.34249	3.64352		Sebourg,Sebur,sai bu er,Себур,塞布尔		32	59	596	59559
2975383	Seboncourt	seboncourt	FR	02110	1117	Europe/Paris	49.95273	3.47586		Seboncourt		32	02	023	02703
2975385	Sébeville	sebeville	FR	50480	25	Europe/Paris	49.38408	-1.28505		Sebeville,Sébeville		28	50	502	50571
2975386	Sébécourt	sebecourt	FR	27190	335	Europe/Paris	48.97126	0.83639		Sebecourt,Sébécourt		28	27	273	27618
2975387	Sébazac-Concourès	sebazac-concoures	FR	12740	2881	Europe/Paris	44.40484	2.60324		Haute-Sebazac-Concoures,Haute-Sébazac-Concourès,Sebasac,Sebazac,Sebazak-Konkure,Sebazak-Konkures,Sébazac,sai ba zha ke kong ku lei,Себазак-Конкуре,Себазак-Конкурес,塞巴扎克孔库雷		76	12	122	12264
2975390	Séailles	seailles	FR	32190	69	Europe/Paris	43.74844	0.12184		Seailles,Séailles		76	32	322	32423
2975391	Scye	scye	FR	70170	111	Europe/Paris	47.65574	6.05556		Scye		27	70	702	70483
2975392	Scy-Chazelles	scy-chazelles	FR	57160	2763	Europe/Paris	49.1134	6.1147		Scy,Scy-Chazelles,Si Shazel,Si-Shazel',si xi sha ze lai,Си Шазел,Си-Шазель,Сі-Шазель,斯西沙泽莱		44	57	579	57642
2975393	Scrupt	scrupt	FR	51340	127	Europe/Paris	48.7166	4.78174		Scrupt		44	51	514	51528
2975395	Scrignac	scrignac	FR	29640	934	Europe/Paris	48.43361	-3.67838		Scrignac,Skrigneg,Skrin'jak,si ke li ni ya ke,Скриньяк,斯克里尼亚克		53	29	292	29275
2975400	Scorbé-Clairvaux	scorbe-clairvaux	FR	86140	2288	Europe/Paris	46.81303	0.41344		Scorbe-Clairvaux,Scorbé-Clairvaux,Skorbe-Klervo,si ke er bo ke lai er wo,Скорбе-Клерво,斯科尔伯克莱尔沃		75	86	861	86258
2975405	Scolca	scolca	FR	20290	102	Europe/Paris	42.53086	9.36276		Scola,Scolca,Skol'ka,Сколька		94	2B	2B3	2B274
2975408	Scionzier	scionzier	FR	74950	6766	Europe/Paris	46.0601	6.55271		Scionzier		84	74	742	74264
2975409	Scillé	scille	FR	79240	399	Europe/Paris	46.60018	-0.55912		Scille,Scillé		75	79	793	79309
2975410	Sciez	sciez	FR	74140	4898	Europe/Paris	46.33251	6.38413		S'e,Sciez,Siez,Siéz,Сьє		84	74	744	74263
2975411	Scieurac-et-Flourès	scieurac-et-floures	FR	32230	48	Europe/Paris	43.55941	0.20521		Scieurac,Scieurac-Floures,Scieurac-Flourès,Scieurac-et-Floures,Scieurac-et-Flourès		76	32	323	32422
2975412	Scientrier	scientrier	FR	74930	719	Europe/Paris	46.11589	6.32484		Scientrier		84	74	743	74262
2975413	Sciecq	sciecq	FR	79000	552	Europe/Paris	46.37307	-0.47096		Sciecq		75	79	792	79308
2975417	Schwobsheim	schwobsheim	FR	67390	238	Europe/Paris	48.23176	7.57782				44	67	675	67461
2975418	Schwoben	schwoben	FR	68130	272	Europe/Paris	47.61662	7.30513		Schwoben		44	68	681	68303
2975419	Schwindratzheim	schwindratzheim	FR	67270	1782	Europe/Paris	48.75582	7.59898		Schwingelse,Schwíngelse,Shvendracajm,shwyndratshaym,si ke wan de la te zan,stshwyndratzhym,Швендрацайм,ستشويندراتزهيم,شویندراتسهایم,斯克万德拉特赞		44	67	674	67460
2975420	Schweyen	schweyen	FR	57720	325	Europe/Paris	49.15986	7.39019		Schweyen		44	57	576	57641
2975421	Schwerdorff	schwerdorff	FR	57320	412	Europe/Paris	49.36908	6.57554		Schwerdorf,Schwerdorff,Shverdorff,shwrdrf,si ke wei er duo er,Швердорфф,شوردرف,斯克韦尔多尔		44	57	573	57640
2975422	Schwenheim	schwenheim	FR	67440	697	Europe/Paris	48.71396	7.41302				44	67	674	67459
2975423	Schweighouse-Thann	schweighouse-thann	FR	68520	724	Europe/Paris	47.7531	7.16577		Schweighausen,Schweighouse,Schweighouse-Thann		44	68	686	68302
2975424	Schweighouse-sur-Moder	schweighouse-sur-moder	FR	67590	4884	Europe/Paris	48.82009	7.7281		Schweighausen,Schweighausen-sur-Moder,Schweighouse,Schweighouse-sur-Moder		44	67	672	67458
2975429	Schorbach	schorbach	FR	57230	641	Europe/Paris	49.07962	7.40877		Schorbach,Shorbak,shrbakh,si shao er ba ke,Шорбак,شرباخ,斯绍尔巴克		44	57	576	57639
2975430	Schopperten	schopperten	FR	67260	313	Europe/Paris	48.94596	7.05305		Schopperten		44	67	674	67456
2975431	Schœnenbourg	sch-nenbourg	FR	67250	0	Europe/Paris	48.95246	7.91108		Schoenenbourg,Schœnenbourg		44	67	672	67455
2975435	Schnersheim	schnersheim	FR	67370	1055	Europe/Paris	48.65741	7.56701				44	67	674	67452
2975436	Schneckenbusch	schneckenbusch	FR	57400	280	Europe/Paris	48.70302	7.0775		Schneckenbusch		44	57	575	57637
2975438	Schmittviller	schmittviller	FR	57412	306	Europe/Paris	49.00558	7.1815		Schmittviller		44	57	576	57636
2975441	Schlierbach	schlierbach	FR	68440	977	Europe/Paris	47.68288	7.40742		Schlierbach		44	68	684	68301
2975442	Schleithal	schleithal	FR	67160	0	Europe/Paris	48.98889	8.04165				44	67	672	67451
2975443	Schirrhoffen	schirrhoffen	FR	67240	0	Europe/Paris	48.80618	7.92203		Schirhoffen,Schirrhoffen,Schirroft,Shirroffen,shyrhwfn,si xi er luo fang,stshyrhwfyn,Ширроффен,ستشيرهوفين,شیرهوفن,斯希尔罗方		44	67	672	67450
2975444	Schirrhein	schirrhein	FR	67240	2175	Europe/Paris	48.80161	7.90588		Schirain,Schirrhein,Shirren,shyrhayn,si xi er lan,stshyrhyn,Ширрен,ستشيرهين,شیرهاین,斯希尔兰		44	67	672	67449
2975445	Schirmeck	schirmeck	FR	67130	2334	Europe/Paris	48.48313	7.22004		Schirmeck,Shirmek,si xi er mei,stshyrmk,Ширмек,ستشيرمك,斯希尔梅		44	67	673	67448
2975446	Schiltigheim	schiltigheim	FR	67300	32289	Europe/Paris	48.60749	7.74931		Schilige,Schiltigheim,Schiltighein,Schílige,Shil'tigajm,Shiltigem,schilfigheim,shirutikaimu,shyltygm,siltigaim,stshyltyghhym,xi er di gai mu,Шилтигем,Шильтигайм,Шильтігайм,ستشيلتيغهيم,شیلتیگم,シルティカイム,希尔蒂盖姆,실티가임		44	67	678	67447
2975447	Schillersdorf	schillersdorf	FR	67340	486	Europe/Paris	48.87053	7.52529				44	67	674	67446
2975449	Scherwiller	scherwiller	FR	67750	2773	Europe/Paris	48.28713	7.42135		Scherweiler,Sherviller,shrwylr,si she er wei lai,stshyrwylyr,Шервиллер,Шервіллер,ستشيرويلير,شرویلر,斯舍尔维莱		44	67	675	67445
2975450	Scherlenheim	scherlenheim	FR	67270	126	Europe/Paris	48.76388	7.53473				44	67	674	67444
2975452	Scheibenhard	scheibenhard	FR	67630	0	Europe/Paris	48.97695	8.13542		Scheibenhard		44	67	672	67443
2975454	Scharrachbergheim-Irmstett	scharrachbergheim-irmstett	FR	67310	0	Europe/Paris	48.59375	7.49182				44	67	673	67442
2975455	Schalkendorf	schalkendorf	FR	67350	298	Europe/Paris	48.83297	7.56237				44	67	674	67441
2975456	Schalbach	schalbach	FR	57370	302	Europe/Paris	48.82281	7.17113		Schalbach		44	57	575	57635
2975457	Schaffhouse-sur-Zorn	schaffhouse-sur-zorn	FR	67270	372	Europe/Paris	48.73244	7.56323		Schaffhausen,Schaffhouse,Schaffhouse-sur-Zorn		44	67	674	67202
2975458	Schaffhouse-près-Seltz	schaffhouse-pres-seltz	FR	67470	0	Europe/Paris	48.90874	8.09933		Schaffhausen bei Selz,Schaffhouse,Schaffhuese,Schaffhüse,Shaffuz-pre-Sel'c,shafhaws-prh-zlts,si sha fu si pu lei sai er te,stshafhws brys syltz,Шаффуз-пре-Сельц,ستشافهوس بريس سيلتز,شافهاوس-پره-زلتس,斯沙富斯普雷塞尔特		44	67	672	67440
2975459	Schaeffersheim	schaeffersheim	FR	67150	744	Europe/Paris	48.42812	7.62271				44	67	675	67438
2975460	Scey-sur-Saône-et-Saint-Albin	scey-sur-saone-et-saint-albin	FR	70360	1614	Europe/Paris	47.66398	5.97451		Scey-Saint-Albin,Scey-sur-Saone,Scey-sur-Saone-et-Saint-Albin,Scey-sur-Saône,Scey-sur-Saône-et-Saint-Albin		27	70	702	70482
2975461	Scey-Maisières	scey-maisieres	FR	25290	0	Europe/Paris	47.1	6.08333		Scey-en-Varais,Se-Mez'er,si sai mai xi ai,Се-Мезьєр,斯塞迈西埃		27	25	251	25537
2975465	Sceaux-sur-Huisne	sceaux-sur-huisne	FR	72160	574	Europe/Paris	48.10493	0.58358		Sceaux,Sceaux-sur-Huine,Sceaux-sur-Huisne,Sceaux-sur-Huîne		52	72	722	72331
2975466	Sceaux-du-Gâtinais	sceaux-du-gatinais	FR	45490	521	Europe/Paris	48.10588	2.59573		Sceaux,Sceaux-du-Gatinais,Sceaux-du-Gâtinais,Segeta,So-dju-Gatine,si suo di jia di nai,Со-дю-Гатіне,斯索迪加蒂奈		24	45	451	45303
2975467	Sceaux-d'Anjou	sceaux-d-anjou	FR	49330	0	Europe/Paris	47.62162	-0.60737		Sceaux,Sceaux-d'Anjou		52	49	494	49330
2975469	Sceaux	sceaux	FR	89420	21511	Europe/Paris	48.77644	2.29026		Sceaux,Sceaux-l'Unite,Sceaux-l'Unité		11	92	921	92071
2975470	Sceaux	sceaux	FR	89420	141	Europe/Paris	47.52941	4.02095		Sceaux		27	89	892	89197
2975471	Sceautres	sceautres	FR	07400	108	Europe/Paris	44.61694	4.60917		Sautra e lo Vernet,Sceautres,Sotr,si suo te lei,Сотр,斯索特雷		84	07	071	07311
2975474	Scata	scata	FR	20213	47	Europe/Paris	42.41676	9.40238		Scata,Skata,Ската		94	2B	2B3	2B273
2975485	Scaër	scaer	FR	29390	5525	Europe/Paris	48.02728	-3.70267		Scaer,Scaër,Skaer,si ka e,Скаер,斯卡厄		53	29	294	29274
2975487	Sazos	sazos	FR	65120	134	Europe/Paris	42.88383	-0.02477		Sazos		76	65	651	65413
2975488	Sazilly	sazilly	FR	37220	240	Europe/Paris	47.13469	0.34174		Sazilly		24	37	371	37244
2975489	Sazeret	sazeret	FR	03390	157	Europe/Paris	46.33937	2.95579		Sazeret		84	03	031	03270
2975490	Sazeray	sazeray	FR	36160	317	Europe/Paris	46.429	2.05348		Saserac,Sazeray,Sazre,sa ze lai,Сазре,萨泽赖		24	36	363	36214
2975492	Saze	saze	FR	30650	1590	Europe/Paris	43.94126	4.68163		Saze		76	30	302	30315
2975495	Sayat	sayat	FR	63530	2359	Europe/Paris	45.8264	3.0525		Saiac,Sayat,Seja,sai a,Сея,赛阿		84	63	634	63417
2975497	Saxon-Sion	saxon-sion	FR	54330	82	Europe/Paris	48.42592	6.07905		Sakson-S'jon,Sakson-Sion,Saxon,Saxon-Sion,sa ke song xiong,Саксон-Сион,Саксон-Сьйон,萨克松雄		44	54	543	54497
2975498	Saxi-Bourdon	saxi-bourdon	FR	58330	271	Europe/Paris	47.05723	3.48878		Saxi-Bourdon,Saxy-Bourdon		27	58	583	58275
2975500	Saxel	saxel	FR	74420	382	Europe/Paris	46.24856	6.39283		Saxel		84	74	744	74261
2975501	Savy-Berlette	savy-berlette	FR	62690	1047	Europe/Paris	50.35249	2.56456		Savi-Berlett,Savy-Berlette,sa wei bei er lai te,safy byrlyt,Сави-Берлетт,Саві-Берлетт,سافي بيرليت,萨维贝尔莱特		32	62	621	62785
2975502	Savy	savy	FR	02590	715	Europe/Paris	49.83055	3.19508		Savy		32	02	023	02702
2975504	Savoyeux	savoyeux	FR	70130	214	Europe/Paris	47.5472	5.74698		Savoyeux		27	70	702	70481
2975507	Savournon	savournon	FR	05700	225	Europe/Paris	44.42154	5.7942		Savournen,Savournon		93	05	052	05165
2975509	Savouges	savouges	FR	21910	188	Europe/Paris	47.18351	5.06087		Savouges		27	21	211	21596
2975511	Savonnières-en-Perthois	savonnieres-en-perthois	FR	55170	469	Europe/Paris	48.60697	5.13335		Savonnieres,Savonnieres-en-Perthois,Savonnières,Savonnières-en-Perthois		44	55	551	55477
2975559	Savigné-sous-le-Lude	savigne-sous-le-lude	FR	72800	498	Europe/Paris	47.61901	0.05833		Savigne,Savigne-sous-le-Lude,Savigné,Savigné-sous-le-Lude,Savin'e-su-le-Ljud,Савіньє-су-ле-Люд		52	72	721	72330
2975512	Savonnières-devant-Bar	savonnieres-devant-bar	FR	55000	556	Europe/Paris	48.7577	5.17798		Savon'er-devan-Bar,Savonnieres,Savonnieres-devant-Bar,Savonnières,Savonnières-devant-Bar,sa wo ni ai de wang ba,Савоньер-деван-Бар,Савоньєр-деван-Бар,萨沃尼埃德旺巴		44	55	551	55476
2975513	Savonnières	savonnieres	FR	37510	2686	Europe/Paris	47.34769	0.54961		Savon'er,Savonniere,Savonnieres,Savonnière,Savonnières,sa wo ni ai,Савоньєр,萨沃尼埃		24	37	372	37243
2975514	Savolles	savolles	FR	21310	131	Europe/Paris	47.37588	5.27427		Savolles		27	21	212	21595
2975515	Savoisy	savoisy	FR	21500	255	Europe/Paris	47.72878	4.41424		Savoisy		27	21	213	21594
2975516	Savoillan	savoillan	FR	84390	84	Europe/Paris	44.17946	5.37455		Savoillan,Savoillans		93	84	843	84125
2975520	Savins	savins	FR	77650	562	Europe/Paris	48.50888	3.20221		Savins		11	77	773	77446
2975522	Savines-le-Lac	savines-le-lac	FR	05160	913	Europe/Paris	44.5265	6.40434		Bel-Air-aux-Bois,Llac de les Savines,Savin-le-Lak,Savina,Savina lo Lac,Savines,sa wei nei lai la ke,Савин-ле-Лак,Савін-ле-Лак,萨维内莱拉克		93	05	052	05164
2975523	Savilly	savilly	FR	21430	70	Europe/Paris	47.12583	4.28036		Savilly		27	21	211	21593
2975524	Savigny-sur-Seille	savigny-sur-seille	FR	71440	374	Europe/Paris	46.62327	5.10684		Savigny,Savigny-sur-Seille,Savin'i-sjur-Sej,Савиньи-сюр-Сей,Савіньї-сюр-Сей		27	71	714	71508
2975525	Savigny-sur-Orge	savigny-sur-orge	FR	91600	39698	Europe/Paris	48.67677	2.34835		Savigny,Savigny-sur-Orge,Savin'i-sjur-Orzh,Savini sir Orzh,ao er ri he pan sa wei ni,sabiniswileuoleuju,savu~ini=shuru=oruju,swynyy swr awrzh,Савиньи-сюр-Орж,Савињи сир Орж,Савіньї-сюр-Орж,سوینیی سور اورژ,サヴィニー＝シュル＝オルジュ,奥尔日河畔萨维尼,사비니쉬르오르주		11	91	913	91589
2975526	Savigny-sur-Grosne	savigny-sur-grosne	FR	71460	174	Europe/Paris	46.58214	4.67119		Savigny,Savigny-sur-Grosne		27	71	712	71507
2975527	Savigny-sur-Clairis	savigny-sur-clairis	FR	89150	351	Europe/Paris	48.07579	3.09408		Savigny,Savigny-sur-Clairis		27	89	893	89380
2975528	Savigny-sur-Braye	savigny-sur-braye	FR	41360	2285	Europe/Paris	47.87923	0.80981		Savigny,Savin'i-sjur-Bre,bu lai ai he pan sa wei ni,Савіньї-сюр-Бре,布赖埃河畔萨维尼		24	41	412	41238
2975529	Savigny-sur-Ardres	savigny-sur-ardres	FR	51170	260	Europe/Paris	49.24452	3.78191		Savigny,Savigny-sur-Ardres		44	51	513	51527
2975530	Savigny-sur-Aisne	savigny-sur-aisne	FR	08400	362	Europe/Paris	49.36011	4.72685		Savigny,Savigny-sur-Aisne		44	08	084	08406
2975531	Savigny-sous-Mâlain	savigny-sous-malain	FR	21540	213	Europe/Paris	47.33202	4.75989		Savigny,Savigny-sous-Malain,Savigny-sous-Mâlain		27	21	212	21592
2975532	Savigny-sous-Faye	savigny-sous-faye	FR	86140	315	Europe/Paris	46.87021	0.28578		Savigny,Savigny-sous-Faye,Savin'i-su-Fe,sa wei ni su fei e,Савіньї-су-Фе,萨维尼苏费厄		75	86	861	86257
2975533	Savigny-Poil-Fol	savigny-poil-fol	FR	58170	123	Europe/Paris	46.78095	3.85654		Savigny,Savigny-Poil-Fol		27	58	581	58274
2975534	Savigny-le-Vieux	savigny-le-vieux	FR	50640	503	Europe/Paris	48.52079	-1.04898		Savigny,Savigny-le-Vieux		28	50	501	50570
2975535	Savigny-Lévescault	savigny-levescault	FR	86800	1007	Europe/Paris	46.53575	0.47701		Savigny,Savigny-Levescault,Savigny-Lévescault,Savigny-lEvescault,Savigny-lÉvescault,Savin'i-Levesko,sa wei ni lai fu si ke er,Савіньї-Левеско,萨维尼莱弗斯科尔		75	86	863	86256
2975536	Savigny-le-Temple	savigny-le-temple	FR	77176	25925	Europe/Paris	48.57409	2.58287		Savigny,Savigny-le-Port,Savigny-le-Temple,Savigny-sur-Balory,Savin'i-le-Tampl',Savin'i-le-khram,Savini le Templ,sabinileutangpeul,savu~ini=ru=tanpuru,swynyy lw tam,Савиньи-ле-Тампль,Савиньи-ле-храм,Савињи ле Темпл,Савіньї-ле-Тампль,سوینیی لو تام,サヴィニー＝ル＝タンプル,사비니르탕플		11	77	772	77445
2975537	Savigny-le-Sec	savigny-le-sec	FR	21380	804	Europe/Paris	47.43209	5.05302		Savigny,Savigny-le-Sec		27	21	212	21591
2975538	Savigny-lès-Beaune	savigny-les-beaune	FR	21420	1402	Europe/Paris	47.06357	4.81821		Savigny,Savigny-les-Beaune,Savigny-lès-Beaune,Savin'i-le-Bon,sa wei ni lai bo en,savu~ini=re=bonu,sawyny-l-bn,Савиньи-ле-Бон,Савіньї-ле-Бон,ساوینی-ل-بن,サヴィニー＝レ＝ボーヌ,萨维尼莱博恩		27	21	211	21590
2975540	Savigny-en-Véron	savigny-en-veron	FR	37420	1272	Europe/Paris	47.20071	0.14457	32	Savigny-en-Veron,Savigny-en-Véron		24	37	371	37242
2975541	Savigny-en-Terre-Plaine	savigny-en-terre-plaine	FR	89420	172	Europe/Paris	47.49667	4.08631		Savigny,Savigny-en-Terre-Plaine,Savigny-les-Forges		27	89	892	89379
2975542	Savigny-en-Septaine	savigny-en-septaine	FR	18390	623	Europe/Paris	47.04404	2.55992		Savigny,Savigny-en-Septaine		24	18	181	18247
2975543	Savigny-en-Sancerre	savigny-en-sancerre	FR	18240	1074	Europe/Paris	47.44142	2.80953		Savigny,Savigny-en-Sancerre		24	18	181	18246
2975676	Sauvat	sauvat	FR	15240	195	Europe/Paris	45.31544	2.44249		Sauvat		84	15	152	15223
2975544	Savigny-en-Revermont	savigny-en-revermont	FR	71580	934	Europe/Paris	46.63547	5.42024		Savigny,Savigny-en-Revermont,Savin'i-an-Revermon,Савиньи-ан-Ревермон,Савіньї-ан-Ревермон		27	71	714	71506
2975546	Savigny	savigny	FR	50210	337	Europe/Paris	49.05013	-1.33879		Savigny		28	50	503	50569
2975547	Savigny	savigny	FR	50210	192	Europe/Paris	48.35395	6.21973		Savigny		44	88	881	88449
2975548	Savigny	savigny	FR	50210	0	Europe/Paris	47.83977	2.02341				24	45	452	45300
2975549	Savigny	savigny	FR	50210	59	Europe/Paris	47.71625	5.64671		Savigny		44	52	522	52467
2975550	Savigny	savigny	FR	50210	0	Europe/Paris	47.48131	3.42095				27	58	582	58032
2975551	Savigny	savigny	FR	50210	0	Europe/Paris	46.42255	2.66238				84	03	031	03305
2975552	Savigny	savigny	FR	50210	664	Europe/Paris	46.06737	5.95305		Savigny		84	74	743	74260
2975553	Savigny	savigny	FR	50210	2025	Europe/Paris	45.81595	4.5741		Savigny		84	69	692	69175
2975554	Savignies	savignies	FR	60650	814	Europe/Paris	49.46511	1.96571		Savignies		32	60	601	60609
2975555	Savigneux	savigneux	FR	01480	954	Europe/Paris	46.00054	4.84732		Savigneux		84	01	012	01398
2975556	Savigneux	savigneux	FR	01480	2623	Europe/Paris	45.6167	4.0833		Savigneux		84	42	421	42299
2975557	Savigneux	savigneux	FR	01480	0	Europe/Paris	45.60119	4.40895		Savigneux		84	42	421	42299
2975558	Savigné-sur-Lathan	savigne-sur-lathan	FR	37340	1100	Europe/Paris	47.44483	0.32093		Savigne,Savigne-sur-Lathan,Savigné,Savigné-sur-Lathan		24	37	371	37241
2975560	Savigné-l'Évêque	savigne-l-eveque	FR	72460	0	Europe/Paris	48.07734	0.29637		Savigne,Savigne-l'Eveque,Savigne-les-le-Mans,Savigné,Savigné-l'Évêque,Savigné-lès-le-Mans		52	72	723	72329
2975561	Savigné	savigne	FR	86400	1449	Europe/Paris	46.15911	0.32094		Savigne,Savigné,Savin'e,sa wei ge,Савіньє,萨维格		75	86	862	86255
2975562	Savigne	savigne	FR	86400	0	Europe/Paris	45.42685	4.11339				84	42	421	42169
2975563	Savignargues	savignargues	FR	30350	187	Europe/Paris	43.96285	4.084		Savignargues		76	30	303	30314
2975564	Savignac-de-l'Isle	savignac-de-l-isle	FR	33910	521	Europe/Paris	44.98333	-0.23333		Savignac,Savignac-de-I'Isle,Savignac-de-lIsle		75	33	335	33509
2975565	Savignac-sur-Leyze	savignac-sur-leyze	FR	47150	287	Europe/Paris	44.48069	0.79133		Savignac,Savignac-sur-Leyze		75	47	473	47295
2975566	Savignac-Mona	savignac-mona	FR	32130	144	Europe/Paris	43.48936	1.00745		Savignac,Savignac-Mona		76	32	321	32421
2975567	Savignac-les-Ormeaux	savignac-les-ormeaux	FR	09110	432	Europe/Paris	42.73007	1.81747		Savignac,Savignac-les-Ormeaux		76	09	091	09283
2975568	Savignac-les-Églises	savignac-les-eglises	FR	24420	942	Europe/Paris	45.27418	0.91541		Savignac,Savignac-les-Eglises,Savignac-les-Églises,Savin'jak-lez-Egliz,Savin'jak-lez-Ehgliz,Savinhac dEila,Savinhac de las Gleisas,sa wei ni ya ke lai ai ge li sai,Савиньяк-лез-Еглиз,Савиньяк-лез-Эглиз,Савіньяк-лез-Егліз,萨维尼亚克莱埃格利塞		75	24	243	24527
2975569	Savignac-Lédrier	savignac-ledrier	FR	24270	756	Europe/Paris	45.36344	1.21997		Savignac,Savignac-Ledrier,Savignac-Lédrier,Savin'jak-Ledrie,Savinhac Ledrier,Savinhac de la Noalha,sa wei ni ya ke lai de li ye,Савиньяк-Ледрие,Савіньяк-Ледріє,萨维尼亚克莱德里耶		75	24	242	24526
2975570	Savignac-de-Nontron	savignac-de-nontron	FR	24300	196	Europe/Paris	45.54219	0.72159		Savignac,Savignac-de-Nontron		75	24	242	24525
2975571	Savignac-de-Miremont	savignac-de-miremont	FR	24260	101	Europe/Paris	44.97224	0.94449		Savignac,Savignac-de-Miremont,Savignac-du-Bugue		75	24	244	24524
2975572	Savignac-de-Duras	savignac-de-duras	FR	47120	255	Europe/Paris	44.70139	0.18642		Savignac,Savignac-de-Duras		75	47	472	47294
2975573	Savignac	savignac	FR	12200	0	Europe/Paris	45.71667	1.15				75	87	872	87094
2975574	Savignac	savignac	FR	12200	0	Europe/Paris	45.38094	0.98187				75	24	242	24134
2975575	Savignac	savignac	FR	12200	0	Europe/Paris	45.16933	1.28059				75	19	191	19066
2975576	Savignac	savignac	FR	12200	0	Europe/Paris	44.84743	3.58047				84	43	431	43245
2975577	Savignac	savignac	FR	12200	510	Europe/Paris	44.52271	-0.10905		Savignac,Savignac-d'Auros		75	33	333	33508
2975578	Savignac	savignac	FR	12200	564	Europe/Paris	44.35878	1.96519		Savignac		76	12	123	12263
2975579	Savigna	savigna	FR	39240	122	Europe/Paris	46.44135	5.57745		Savigna		27	39	392	39290
2975582	Savières	savieres	FR	10600	983	Europe/Paris	48.40902	3.94983		Savieres,Savières		44	10	102	10368
2975583	Savianges	savianges	FR	71460	81	Europe/Paris	46.69154	4.60571		Savianges		27	71	712	71505
2975584	Saveuse	saveuse	FR	80470	801	Europe/Paris	49.90002	2.21823		Saveuse		32	80	802	80730
2975588	Saverne	saverne	FR	67700	12439	Europe/Paris	48.74164	7.36221		Savern,Saverne,Zabern,Zawere,Zàwere,sa wei er en,safyrn,savu~erunu,Саверн,סאברן,سافيرن,サヴェルヌ,萨韦尔恩	674	44	67	674	67437
2975591	Savères	saveres	FR	31370	175	Europe/Paris	43.37044	1.10328		Saveres,Savères		76	31	311	31538
2975592	Saverdun	saverdun	FR	09700	3901	Europe/Paris	43.23458	1.57443		Savardun,Saverden,Saverdjon,Saverdun,sa wei er dan,savu~erudan,Саверден,Савердён,サヴェルダン,萨韦尔丹		76	09	092	09282
2975593	Savennières	savennieres	FR	49170	1224	Europe/Paris	47.38225	-0.65708		Saven'er,sa wei ni ai,Савеньєр,萨韦尼埃		52	49	491	49329
2975594	Savennes	savennes	FR	23000	220	Europe/Paris	46.10592	1.88781		Savennes		75	23	232	23170
2975595	Savennes	savennes	FR	23000	0	Europe/Paris	45.5901	2.49514		Savennes		84	63	634	63416
2975596	Savenès	savenes	FR	82600	595	Europe/Paris	43.8318	1.19888		Savenes,Savenès		76	82	822	82178
2975597	Savenay	savenay	FR	44260	6770	Europe/Paris	47.36106	-1.94206		Savenay,Savene,Savenneg,sa wo nai,savune,Савене,サヴネ,萨沃奈		52	44	443	44195
2975606	Savasse	savasse	FR	26740	1180	Europe/Paris	44.60428	4.77653		Savasse		84	26	262	26339
2975607	Savas	savas	FR	07430	620	Europe/Paris	45.50546	5.05939		Savas,Savas-Mepin,Savas-Mépin		84	38	383	38476
2975608	Savas	savas	FR	07430	736	Europe/Paris	45.29653	4.69218		Sava,Savas,Savas e Eteisa,Savàs e Eteisa,sa wa,Сава,萨瓦		84	07	073	07310
2975609	Savarthès	savarthes	FR	31800	142	Europe/Paris	43.12127	0.80161		Savarthes,Savarthès		76	31	312	31537
2975611	Sauzon	sauzon	FR	56360	884	Europe/Paris	47.3711	-3.22426		Saozon,Sauzon,Sozon,suo zong,Созон,索宗		53	56	561	56241
2975680	Sauvain	sauvain	FR	42990	438	Europe/Paris	45.6735	3.90441		Sauvain		84	42	421	42298
2975612	Sauzé-Vaussais	sauze-vaussais	FR	79190	1640	Europe/Paris	46.13383	0.10691		Sauze-Vaussais,Sauzé-Vaussais,Soze-Vosse,Созе-Воссе		75	79	792	79307
2975613	Sauzet	sauzet	FR	26740	0	Europe/Paris	46.12617	1.61973				75	23	232	23021
2975614	Sauzet	sauzet	FR	26740	0	Europe/Paris	45.41507	3.03319				84	63	633	63220
2975615	Sauzet	sauzet	FR	26740	0	Europe/Paris	44.98715	3.45944				84	43	431	43256
2975616	Sauzet	sauzet	FR	26740	1819	Europe/Paris	44.60397	4.82091		Sauzet		84	26	262	26338
2975617	Sauzet	sauzet	FR	26740	440	Europe/Paris	44.4177	1.25478		Sauzet		76	46	461	46301
2975618	Sauzet	sauzet	FR	26740	601	Europe/Paris	43.96144	4.21053		Sauzet		76	30	302	30313
2975621	Sauzelles	sauzelles	FR	36220	261	Europe/Paris	46.66407	1.00372		Sauzelles,Sozel',suo ze lai,Созель,索泽莱		24	36	361	36213
2975622	Sauze	sauze	FR	06470	103	Europe/Paris	44.08789	6.8359		Sauze		93	06	062	06133
2975625	Sauxillanges	sauxillanges	FR	63490	1116	Europe/Paris	45.55109	3.37147		Saussilanjas,Sauxillanges,Sosijanzh,sokushiyanju,suo ke xi lang re,Сосиянж,Сосіянж,ソクシヤンジュ,索克西朗热		84	63	633	63415
2975626	Saux-et-Pomarède	saux-et-pomarede	FR	31800	254	Europe/Paris	43.15299	0.71681		Saux-et-Pomarede,Saux-et-Pomarède		76	31	312	31536
2975627	Saux	saux	FR	46800	0	Europe/Paris	47.39548	4.38583				27	21	213	21380
2975628	Saux	saux	FR	46800	143	Europe/Paris	44.38934	1.08505		Saux		76	46	461	46033
2975630	Sauvoy	sauvoy	FR	55190	69	Europe/Paris	48.6373	5.60091		Sauvoy		44	55	552	55475
2975631	Sauvimont	sauvimont	FR	32220	40	Europe/Paris	43.44848	0.96825		Sauvimont		76	32	321	32420
2975632	Sauvillers-Mongival	sauvillers-mongival	FR	80110	194	Europe/Paris	49.72554	2.47002		Sauvillers,Sauvillers-Mongival		32	80	803	80729
2975633	Sauville	sauville	FR	08390	187	Europe/Paris	49.55566	4.79403		Sauville		44	08	084	08405
2975634	Sauville	sauville	FR	08390	202	Europe/Paris	48.16197	5.73253		Sauville		44	88	882	88448
2975635	Sauvigny-les-Bois	sauvigny-les-bois	FR	58160	1527	Europe/Paris	46.96676	3.2719		Sauvigny,Sauvigny-les-Bois		27	58	583	58273
2975636	Sauvigny-le-Bois	sauvigny-le-bois	FR	89200	719	Europe/Paris	47.51368	3.94059		Sauvigny,Sauvigny-le-Bois		27	89	892	89378
2975637	Sauvigny-le-Beuréal	sauvigny-le-beureal	FR	89420	69	Europe/Paris	47.48726	4.10893		Sauvigny,Sauvigny-le-Beureal,Sauvigny-le-Beuréal,Sovin'i-le-Bereal',suo wei ni lei bo lei a,Совиньи-ле-Береаль,Совіньї-ле-Береаль,索维尼勒伯雷阿		27	89	892	89377
2975640	Sauvigny	sauvigny	FR	55140	246	Europe/Paris	48.49823	5.71592		Sauvigny		44	55	552	55474
2975641	Sauvigny	sauvigny	FR	55140	0	Europe/Paris	47.45643	4.27239				27	21	213	21676
2975642	Sauvigny	sauvigny	FR	55140	0	Europe/Paris	47.12516	3.71346				27	58	581	58017
2975644	Sauvigney-lès-Pesmes	sauvigney-les-pesmes	FR	70140	158	Europe/Paris	47.30038	5.57052		Sauvigney,Sauvigney-les-Pesmes,Sauvigney-lès-Pesmes		27	70	702	70480
2975645	Sauvigney-lès-Gray	sauvigney-les-gray	FR	70100	0	Europe/Paris	47.45	5.73333		Sauvigney,Sauvigney-les-Angirey,Sauvigney-lès-Angirey		27	70	702	70479
2975646	Sauvignac	sauvignac	FR	16480	97	Europe/Paris	45.25652	-0.08223		Sauvignac,Sovin'jak,suo wei ni ya ke,Совиньяк,Совіньяк,索维尼亚克		75	16	162	16365
2975647	Sauviat-sur-Vige	sauviat-sur-vige	FR	87400	1084	Europe/Paris	45.90652	1.60719		Sauviat,Sauviat-sur-Vige		75	87	872	87190
2975648	Sauviat	sauviat	FR	63120	471	Europe/Paris	45.71536	3.53346		Sauviat		84	63	635	63414
2975649	Sauvian	sauvian	FR	34410	4057	Europe/Paris	43.29308	3.2576		Sauvian		76	34	341	34298
2975650	Sauviac	sauviac	FR	32300	267	Europe/Paris	44.4057	-0.18571		Sauviac		75	33	333	33507
2975651	Sauviac	sauviac	FR	32300	137	Europe/Paris	43.40491	0.45332		Sauviac		76	32	323	32419
2975652	Sauveterre-Saint-Denis	sauveterre-saint-denis	FR	47220	443	Europe/Paris	44.15461	0.70573		Sauvaterra dAgenes,Sauvaterra e Sent Danis,Sauvatèrra dAgenés,Sauvatèrra e Sent Danís,Sauveterre,Sauveterre-Saint-Denis,Sovterr-Sen-Deni,suo wei tai er sheng de ni,Совтерр-Сен-Дени,Совтерр-Сен-Дені,索韦泰尔圣德尼		75	47	471	47293
2975653	Sauveterre-la-Lémance	sauveterre-la-lemance	FR	47500	601	Europe/Paris	44.58981	1.01432		Sauveterre,Sauveterre-la-Lemance,Sauveterre-la-Lémance		75	47	473	47292
2975654	Sauveterre-de-Rouergue	sauveterre-de-rouergue	FR	12800	807	Europe/Paris	44.22022	2.31806		Sauvaterra,Sauvatèrra,Sauveterre,Sauveterre-d'Aveyron,Sauveterre-de-Rouergue,Soveterr-de-Ruerg,Sovter-de-Ruehrg,suo wei tai er de lu ai er gai,Советерр-де-Руерг,Совтер-де-Руэрг,索韦泰尔德鲁埃尔盖		76	12	123	12262
2975655	Sauveterre-de-Guyenne	sauveterre-de-guyenne	FR	33540	1722	Europe/Paris	44.69289	-0.08626		Sauvaterra de Guiana,Sauvatèrra de Guiana,Sauveterre,Sauveterre-de-Guyenne,Sovterr-de-Gjuienn,suo wei tai er de ji an,Совтерр-де-Гюиенн,Совтерр-де-Гюїенн,索韦泰尔德吉安		75	33	333	33506
2975657	Sauveterre	sauveterre	FR	30150	0	Europe/Paris	44.40804	3.44116				76	48	481	48146
2975658	Sauveterre	sauveterre	FR	30150	168	Europe/Paris	44.26522	1.27148		Sauveterre		76	82	821	82177
2975659	Sauveterre	sauveterre	FR	30150	1841	Europe/Paris	44.02282	4.79347		Sauveterre		76	30	302	30312
2975660	Sauveterre	sauveterre	FR	30150	159	Europe/Paris	43.47487	0.10656		Sauveterre		76	65	653	65412
2975661	Sauveterre	sauveterre	FR	30150	164	Europe/Paris	43.47408	2.55307		Sauveterre		76	81	812	81278
2975662	Sauveterre	sauveterre	FR	30150	0	Europe/Paris	43.45629	0.85748		Sauveterre		76	32	321	32418
2975663	Sauveterre-de-Béarn	sauveterre-de-bearn	FR	64390	1547	Europe/Paris	43.3993	-0.94011		Salbaterra Bearno,Sauvaterra,Sauvaterra de Biarn,Sauvatèrra,Sauvatèrra de Biarn,Sauveterre,Sauveterre-de-Bearn,Sauveterre-de-Béarn,Sovter-de-Bearn,Sovterr-de-Bearn,suo wei tai er de bei a er en,Совтер-де-Беарн,Совтерр-де-Беарн,索韦泰尔德贝阿尔恩		75	64	642	64513
2975664	Sauveterre-de-Comminges	sauveterre-de-comminges	FR	31510	0	Europe/Paris	43.03333	0.68333		Sauveterre		76	31	312	31535
2975665	Sauvessanges	sauvessanges	FR	63840	558	Europe/Paris	45.39264	3.87273		Sauvessanges		84	63	631	63412
2975667	Sauverny	sauverny	FR	01220	1105	Europe/Paris	46.31514	6.11827		Sauvergny,Sauverny		84	01	013	01397
2975668	Sauvelade	sauvelade	FR	64150	205	Europe/Paris	43.39108	-0.708		Sauvelade,Seuvalada,Sovlad,suo wei la de,Совлад,索韦拉德		75	64	643	64512
2975674	Sauve	sauve	FR	30610	1841	Europe/Paris	43.94208	3.94935		Sauve,Sov,suo fu,Сов,索夫		76	30	303	30311
2975681	Sauvagny	sauvagny	FR	03430	100	Europe/Paris	46.44478	2.82009		Sauvagny		84	03	031	03269
2975682	Sauvagny	sauvagny	FR	03430	0	Europe/Paris	45.23455	3.24986				84	43	431	43125
2975683	Sauvagnon	sauvagnon	FR	64230	2531	Europe/Paris	43.40151	-0.38797		Sauvagnon,Sauvanhon,Sovan'on,suo wa ni weng,Сованьон,索瓦尼翁		75	64	643	64511
2975684	Sauvagney	sauvagney	FR	25170	172	Europe/Paris	47.32465	5.90393		Sauvagney		27	25	251	25536
2975686	Sauvagnat-Sainte-Marthe	sauvagnat-sainte-marthe	FR	63500	180	Europe/Paris	45.58963	3.21032		Sauvagnat,Sauvagnat-Sainte-Marthe		84	63	633	63411
2975687	Sauvagnac	sauvagnac	FR	16310	0	Europe/Paris	46.01065	1.43062				75	87	872	87159
2975688	Sauvagnat	sauvagnat	FR	63470	0	Europe/Paris	45.76943	2.61812		Sauvagnat		84	63	634	63410
2975689	Sauvagnas	sauvagnas	FR	47340	415	Europe/Paris	44.24922	0.7387		Sauvagnas		75	47	471	47288
2975690	Sauvagnac	sauvagnac	FR	16310	74	Europe/Paris	45.74885	0.64786		Sauvagnac,Sauvanhac,Sovan'jak,suo wa ni ya ke,Сованьяк,索瓦尼亚克		75	16	163	16364
2975702	Sautron	sautron	FR	44880	7405	Europe/Paris	47.26345	-1.67222		Salterona,Saotron,Sautron,Sotron,suo te long,Сотрон,索特龙		52	44	442	44194
2975707	Sauto	sauto	FR	66210	117	Europe/Paris	42.51298	2.15133		Sauto		76	66	663	66192
2975708	Sauteyrargues	sauteyrargues	FR	34270	336	Europe/Paris	43.839	3.91922		Sauteyrargues		76	34	342	34297
2975709	Sauternes	sauternes	FR	33210	644	Europe/Paris	44.53209	-0.34257		Sauternes		75	33	333	33504
2975711	Sautel	sautel	FR	09300	111	Europe/Paris	42.97602	1.80961		Sautel		76	09	092	09281
2975713	Saussy	saussy	FR	21380	106	Europe/Paris	47.46764	4.96203		Saussy		27	21	212	21589
2975715	Saussines	saussines	FR	34160	0	Europe/Paris	44.15109	4.30613		Saussines		76	30	301	30048
2975716	Saussines	saussines	FR	34160	873	Europe/Paris	43.76167	4.05567		Saussines		76	34	343	34296
2975718	Saussignac	saussignac	FR	24240	435	Europe/Paris	44.80079	0.32606		Saussignac		75	24	241	24523
2975720	Saussey	saussey	FR	21360	521	Europe/Paris	49.00922	-1.4332		Saussey		28	50	503	50568
2975721	Saussey	saussey	FR	21360	90	Europe/Paris	47.07047	4.60822		Saussey		27	21	211	21588
2975722	Sausseuzemare-en-Caux	sausseuzemare-en-caux	FR	76110	404	Europe/Paris	49.66559	0.34167		Sausseuzemare,Sausseuzemare-en-Caux		28	76	762	76669
2975726	Sausset-les-Pins	sausset-les-pins	FR	13960	7619	Europe/Paris	43.33136	5.10431	4	Saucet,Sausset,Sausset dei Pins,Sausset-les-Pins,Sosse-le-Pen,suo sai lai pan,Соссе-ле-Пен,索塞莱潘		93	13	134	13104
2975728	Sausses	sausses	FR	04320	92	Europe/Paris	44.00828	6.78195		Saussas,Sausses,Sos,Soss,suo sai,Сос,Сосс,索塞		93	04	042	04202
2975730	Saussens	saussens	FR	31460	162	Europe/Paris	43.58794	1.72211		Saussens		76	31	313	31534
2975731	Saussenac	saussenac	FR	81350	430	Europe/Paris	43.98727	2.27816		Saussenac		76	81	811	81277
2975732	Saussemesnil	saussemesnil	FR	50700	937	Europe/Paris	49.57345	-1.4631		Saussemesnil,Sauxemesnil,Sossmeni,suo se mei si ni,Соссмени,Соссмені,索瑟梅斯尼		28	50	502	50567
2975737	Saussay-la-Campagne	saussay-la-campagne	FR	27150	441	Europe/Paris	49.31727	1.51319		Saussay,Saussay-la-Campagne,Saussay-la-Compagne,Saussay-la-Vache		28	27	271	27617
2975739	Saussay	saussay	FR	28260	322	Europe/Paris	49.63465	0.94088		Saussay		28	76	763	76668
2975740	Saussay	saussay	FR	28260	1013	Europe/Paris	48.85571	1.40889		Saussay,Sausset		24	28	283	28371
2975741	Saussan	saussan	FR	34570	1622	Europe/Paris	43.5722	3.775		Saussan		76	34	343	34295
2975743	Sausheim	sausheim	FR	68390	5744	Europe/Paris	47.78711	7.37267		Sausheim,Sosajm,Сосайм		44	68	684	68300
2975746	Saurier	saurier	FR	63320	195	Europe/Paris	45.53811	3.04582		Saurier		84	63	633	63409
2975747	Sauret-Besserve	sauret-besserve	FR	63390	200	Europe/Paris	45.99318	2.80773		Sauret,Sauret-Besserve		84	63	634	63408
2975748	Saurat	saurat	FR	09400	626	Europe/Paris	42.87833	1.53833		Saurat,Sora,Sorat,suo la,Сора,Сорат,索拉		76	09	091	09280
2975749	Saurais	saurais	FR	79200	172	Europe/Paris	46.61957	-0.14488		Saurais		75	79	793	79306
2975750	Sauqueville	sauqueville	FR	76550	375	Europe/Paris	49.85721	1.07082		Sauqueville		28	76	761	76667
2975753	Saunières	saunieres	FR	71350	78	Europe/Paris	46.90155	5.07957		Saunieres,Saunières		27	71	712	71504
2975755	Saunay	saunay	FR	37110	534	Europe/Paris	47.60329	0.97065		Saunay		24	37	373	37240
2975758	Saumur	saumur	FR	49400	33229	Europe/Paris	47.25931	-0.07808		Salmurium,Samjur,Saumur,Somir,Somjur,XSU,somwileu,somyuru,suo mi er,swmwr,swmyr,Самюр,Сомир,Сомюр,סומיר,سومور,ソミュール,索米尔,소뮈르	493	52	49	493	49328
2975759	Saumos	saumos	FR	33680	369	Europe/Paris	44.91964	-0.98947		Saumos		75	33	334	33503
2975761	Saumont-la-Poterie	saumont-la-poterie	FR	76440	390	Europe/Paris	49.57866	1.61774		Saumont,Saumont-la-Poterie		28	76	761	76666
2975762	Saumont	saumont	FR	47600	164	Europe/Paris	44.12159	0.45752		Saumon,Saumont		75	47	474	47287
2975764	Saumeray	saumeray	FR	28800	366	Europe/Paris	48.25264	1.31642		Saumeray		24	28	282	28370
2975766	Sauméjan	saumejan	FR	47420	71	Europe/Paris	44.23666	-0.00399		Saumejan,Saumejean,Saumèjean,Sauméjan		75	47	474	47286
2975767	Saumane-de-Vaucluse	saumane-de-vaucluse	FR	84800	727	Europe/Paris	43.93607	5.10598		Saumana de Vauclusa,Saumane,Saumane-de-Vaucluse,Saumanes-de-Vaucluse,Soman-de-Vokljuz,suo ma na de wo ke lu se,Соман-де-Воклюз,索马纳德沃克吕瑟		93	84	842	84124
2975768	Saumane	saumane	FR	04150	0	Europe/Paris	44.1198	3.7619				76	30	303	30310
2975769	Saumane	saumane	FR	04150	87	Europe/Paris	44.09041	5.6908		Saumane		93	04	044	04201
2975771	Saulzoir	saulzoir	FR	59227	1717	Europe/Paris	50.24057	3.4443		Saulzoir,Sol'zuar,suo er zu wa er,Сользуар,索尔祖瓦尔		32	59	592	59558
2975772	Saulzet-le-Froid	saulzet-le-froid	FR	63970	242	Europe/Paris	45.64163	2.9189		Saulzet,Saulzet-le-Froid		84	63	632	63407
2975774	Saulzet	saulzet	FR	03800	340	Europe/Paris	46.13511	3.2191		Saulzet		84	03	033	03268
2975775	Saulzais-le-Potier	saulzais-le-potier	FR	18360	497	Europe/Paris	46.59924	2.49638		Saulzais,Saulzais-le-Potier		24	18	182	18245
2975776	Saulxures-sur-Moselotte	saulxures-sur-moselotte	FR	88290	3294	Europe/Paris	47.94894	6.7704		Saulxures,Saulxures-sur-Moselotte,Soksjur-sjur-Mozelott,mo si luo te he pan suo er ke xu er,Соксюр-сюр-Мозелотт,莫斯洛特河畔索尔克叙尔		44	88	881	88447
2975777	Saulxures-lès-Vannes	saulxures-les-vannes	FR	54170	373	Europe/Paris	48.52662	5.80776		Saulxures,Saulxures-les-Vannes,Saulxures-lès-Vannes		44	54	544	54496
2975778	Saulxures-lès-Nancy	saulxures-les-nancy	FR	54420	3981	Europe/Paris	48.68872	6.24353		Saulxures,Saulxures-les-Nancy,Saulxures-lès-Nancy		44	54	543	54495
2975779	Saulxures-lès-Bulgnéville	saulxures-les-bulgneville	FR	88140	271	Europe/Paris	48.19743	5.80663		Saulxures,Saulxures-les-Bulgneville,Saulxures-lès-Bulgnéville		44	88	882	88446
2975781	Saulxures	saulxures	FR	52140	483	Europe/Paris	48.39268	7.12944		Saulxures		44	67	673	67436
2975782	Saulxures	saulxures	FR	52140	0	Europe/Paris	47.95538	5.58477		Saulxures	52465	44	52	522	52465
2975784	Saulx-Marchais	saulx-marchais	FR	78650	631	Europe/Paris	48.83801	1.8376		Saulx-Marchais,So-Marshe,Со-Марше		11	78	782	78588
2975785	Saulx-les-Chartreux	saulx-les-chartreux	FR	91160	5241	Europe/Paris	48.69062	2.26727		Saulx,Saulx-le-Rocher,Saulx-les-Chartreux,So-le-Shartre,Sol'-le-Shartre,suo er lai sha er te lei,Со-ле-Шартре,Соль-ле-Шартре,索尔莱沙尔特勒		11	91	913	91587
2975786	Saulx-le-Duc	saulx-le-duc	FR	21120	195	Europe/Paris	47.53333	5.01667		Saulx-en-Montagne,Saulx-la-Ville,Saux-la-Ville,So-le-Djuk,suo er lai di ke,Со-ле-Дюк,索尔莱迪克		27	21	212	21587
2975788	Saulxerotte	saulxerotte	FR	54115	66	Europe/Paris	48.46966	5.94393		Saulxerotte		44	54	544	54494
2975789	Saulx-lès-Champlon	saulx-les-champlon	FR	55160	0	Europe/Paris	49.06667	5.65		Saulx,Saulx-en-Woevre,Saulx-en-Woëvre		44	55	553	55473
2975790	Saulvaux	saulvaux	FR	55500	0	Europe/Paris	48.7	5.46667		Saulx-en-Barrois		44	55	552	55472
2975791	Saulx	saulx	FR	70240	700	Europe/Paris	47.7	6.28333		Saulx-de-Vesoul		27	70	701	70478
2975795	Saulx	saulx	FR	70240	0	Europe/Paris	46.33333	2.55		Sault,Saulx		84	03	031	03211
2975796	Sault-Saint-Remy	sault-saint-remy	FR	08190	159	Europe/Paris	49.43333	4.16667		Sault		44	08	082	08404
2975797	Sault-lès-Rethel	sault-les-rethel	FR	08300	1823	Europe/Paris	49.4998	4.36227		Sault,Sault-les-Rethel,Sault-lès-Rethel		44	08	082	08403
2975798	Sault	sault	FR	84390	1254	Europe/Paris	44.08968	5.40836		Sault-de-Vaucluse		93	84	843	84123
2975799	Sault-de-Navailles	sault-de-navailles	FR	64300	847	Europe/Paris	43.5481	-0.67389		Sault,Sault-de-Navailles,Saut de Navalhas,So-de-Navaj,suo er de na wei lai,Со-де-Навай,索尔德纳韦莱		75	64	643	64510
2975801	Sault-Brénaz	sault-brenaz	FR	01150	1058	Europe/Paris	45.86132	5.39954		Sault,Sault-Brenaz,Sault-Brénaz		84	01	011	01396
2975802	Saultain	saultain	FR	59990	2129	Europe/Paris	50.33676	3.57723		Saultain,Sol'ten,suo tan,Сольтен,索坦		32	59	596	59557
2975806	Saulon-la-Rue	saulon-la-rue	FR	21910	543	Europe/Paris	47.22158	5.06383		Saulon-la-Rue		27	21	211	21586
2975807	Saulon-la-Chapelle	saulon-la-chapelle	FR	21910	962	Europe/Paris	47.2146	5.08896		Sanlon-Sanfond,Saulon-la-Chapelle		27	21	211	21585
2975808	Saulny	saulny	FR	57140	1422	Europe/Paris	49.1577	6.10929		Saulny		44	57	579	57634
2975810	Saulnot	saulnot	FR	70400	692	Europe/Paris	47.56187	6.63058		Saulnot,Saulnot-et-Malval,Sol'no,Sono,Сольно,Соно		27	70	701	70477
2975811	Saulnières	saulnieres	FR	28500	555	Europe/Paris	48.65945	1.27201		Saulnieres,Saulnières		24	28	283	28369
2975812	Saulnières	saulnieres	FR	28500	636	Europe/Paris	47.91575	-1.58774		Saoner,Saulnieres,Saulnières		53	35	352	35321
2975814	Saulnes	saulnes	FR	54650	2529	Europe/Paris	49.53189	5.8213		Saulnes		44	54	541	54493
2975815	Saulnay	saulnay	FR	36290	179	Europe/Paris	46.86875	1.2689		Saulnay		24	36	361	36212
2975816	Saulmory-et-Villefranche	saulmory-et-villefranche	FR	55110	106	Europe/Paris	49.43467	5.17803		Saulmory,Saulmory-et-Villefranche		44	55	553	55471
2975817	Saulles	saulles	FR	52500	53	Europe/Paris	47.70882	5.52022		Saulles		44	52	522	52464
2975819	Saulieu	saulieu	FR	21210	3035	Europe/Paris	47.28023	4.22857		Saulieu,Sedolocum,Sol'e,Sol'jo,suo li e,Солье,Сольё,Сольє,索利厄		27	21	213	21584
2975821	Sauliac-sur-Célé	sauliac-sur-cele	FR	46330	97	Europe/Paris	44.51705	1.72275		Sauliac,Sauliac-sur-Cele,Sauliac-sur-Célé		76	46	462	46299
2975823	Saulgond	saulgond	FR	16420	469	Europe/Paris	45.95078	0.78332		Saugond,Saulgond,Sol'gon,suo er gong,Сольгон,索尔贡		75	16	163	16363
2975824	Saulges	saulges	FR	53340	349	Europe/Paris	47.98242	-0.40606		Saulges,Sol'zh,suo er re,Сольж,索尔热		52	53	533	53257
2975825	Saulgé-l'Hôpital	saulge-l-hopital	FR	49320	0	Europe/Paris	47.2957	-0.38198		Saulge,Saulge-l'Hopital,Saulgé,Saulgé-l'Hôpital		52	49	491	49050
2975826	Saulgé	saulge	FR	86500	1075	Europe/Paris	46.37759	0.87613		Saulge,Saulgé,Sol'zhe,suo er re,Сольже,索尔热		75	86	862	86254
2975828	Saules	saules	FR	25580	192	Europe/Paris	47.12322	6.20015		Saules		27	25	251	25535
2975829	Saules	saules	FR	25580	128	Europe/Paris	46.65619	4.67202		Saules		27	71	712	71503
2975833	Saulcy-sur-Meurthe	saulcy-sur-meurthe	FR	88580	2129	Europe/Paris	48.23758	6.96443		Saulcy,Saulcy-sur-Meurthe,Sol'si-sjur-Mert,mo er te he pan suo er xi,Сольси-сюр-Мерт,Сольсі-сюр-Мерт,默尔特河畔索尔西		44	88	883	88445
2975834	Saulcy	saulcy	FR	10200	78	Europe/Paris	48.2773	4.83382		Saulcy		44	10	101	10366
2975836	Saulchoy-sous-Poix	saulchoy-sous-poix	FR	80290	46	Europe/Paris	49.75707	1.93753		Saulchoy,Saulchoy-sous-Poix		32	80	802	80728
2975837	Saulchoy	saulchoy	FR	62870	295	Europe/Paris	50.34848	1.85041		Saulchoy,Saulsoy,Sol'shua,sawltshwy,suo er shu wa,Сольшуа,ساولتشوي,索尔舒瓦		32	62	624	62783
2975838	Saulchery	saulchery	FR	02310	669	Europe/Paris	48.97548	3.30797		Saulchery		32	02	021	02701
2975839	Saulcet	saulcet	FR	03500	625	Europe/Paris	46.32491	3.26224		Saulcet		84	03	032	03267
2975840	Saulce-sur-Rhône	saulce-sur-rhone	FR	26270	1711	Europe/Paris	44.7043	4.80061		Sauca,Saulce,Saulce-sur-Rhone,Saulce-sur-Rhône,Saussa,Sauça,Sol's-sjur-Ron,luo ne he pan suo er ke,Сольс-сюр-Рон,罗讷河畔索尔克		84	26	262	26337
2975841	Saulces-Monclin	saulces-monclin	FR	08270	525	Europe/Paris	49.5769	4.4981		Saulces,Saulces-Monclin		44	08	082	08402
2975842	Saulces-Champenoises	saulces-champenoises	FR	08130	201	Europe/Paris	49.44971	4.50503		Saulces-Champenoises		44	08	084	08401
2975844	Saujon	saujon	FR	17600	5803	Europe/Paris	45.67239	-0.92648		Saujon,Sozhon,suo rong,Сожон,索容		75	17	174	17421
2975846	Saujac	saujac	FR	12260	143	Europe/Paris	44.49626	1.89196		Saujac,Sozhak,suo ya ke,Сожак,索雅克		76	12	123	12261
2975848	Saugy	saugy	FR	18290	69	Europe/Paris	46.97019	2.11649		Saugy		24	18	181	18244
2975850	Saugues	saugues	FR	43170	2250	Europe/Paris	44.96008	3.54737		Saug,Saugues,Saugues-la-Montagne,Sog,sogu,suo gai,Сог,ソーグ,索盖		84	43	431	43234
2975851	Saugon	saugon	FR	33920	346	Europe/Paris	45.17842	-0.50332		Saugon		75	33	331	33502
2975854	Saugnac-et-Cambran	saugnac-et-cambran	FR	40180	1416	Europe/Paris	43.67098	-0.99495				75	40	401	40294
2975858	Saugeot	saugeot	FR	39130	62	Europe/Paris	46.60121	5.80216		Saugeot		27	39	392	39505
2975861	Saudrupt	saudrupt	FR	55000	0	Europe/Paris	48.70127	5.06658		Saudrupt		44	55	551	55470
2975865	Saudron	saudron	FR	52230	39	Europe/Paris	48.49086	5.32972		Saudron		44	52	523	52463
2975868	Saudoy	saudoy	FR	51120	340	Europe/Paris	48.68206	3.71552		Saudoy		44	51	512	51526
2975870	Saudemont	saudemont	FR	62860	390	Europe/Paris	50.24429	3.0403		Sandemont,Saudemont,Sodemon,sawdymwnt,suo de meng,Содемон,ساوديمونت,索德蒙		32	62	621	62782
2975875	Sauclières	sauclieres	FR	12230	195	Europe/Paris	43.97584	3.36737		Sauclieres,Sauclières		76	12	121	12260
2975876	Sauchy-Lestrée	sauchy-lestree	FR	62860	456	Europe/Paris	50.22604	3.10455		Sauchy-Lestree,Sauchy-Lestrée		32	62	621	62781
2975877	Sauchy-Cauchy	sauchy-cauchy	FR	62860	0	Europe/Paris	50.2359	3.09736		Sauchy-Cauchy,Soshi-Koshi,sawtshy kwshy,suo xi ke xi,Соши-Коши,Соші-Коші,ساوتشي كوشي,索希科希		32	62	621	62780
2975878	Sauchay	sauchay	FR	76630	402	Europe/Paris	49.92127	1.2014		Sauchay		28	76	761	76665
2975880	Saucède	saucede	FR	64400	121	Europe/Paris	43.26911	-0.68599		Sauceda,Saucede,Saucède,Sosed,suo sai de,Сосед,索塞德		75	64	642	64508
2975883	Saucats	saucats	FR	33650	1796	Europe/Paris	44.6527	-0.59656		Saucats		75	33	332	33501
2975884	Saubusse	saubusse	FR	40180	802	Europe/Paris	43.65737	-1.18666		Saubuca,Saubusse,Saubuça,Sobjuss,suo bi si,Собюсс,索比斯		75	40	401	40293
2975885	Saubrigues	saubrigues	FR	40230	1204	Europe/Paris	43.61066	-1.31414		Saubrigues		75	40	401	40292
2975886	Saubole	saubole	FR	64420	82	Europe/Paris	43.31275	-0.1249		Saubole		75	64	643	64507
2975887	Saubion	saubion	FR	40230	1127	Europe/Paris	43.671	-1.34837		Saubion		75	40	401	40291
2975888	Saubens	saubens	FR	31600	1465	Europe/Paris	43.47779	1.35446		Saubens		76	31	311	31533
2975889	Saturargues	saturargues	FR	34400	667	Europe/Paris	43.72261	4.1127		Saturargues		76	34	343	34294
2975891	Satolas-et-Bonce	satolas-et-bonce	FR	38290	1781	Europe/Paris	45.69368	5.13032		Satolas,Satolas-et-Bonce		84	38	382	38475
2975893	Satillieu	satillieu	FR	07290	1599	Europe/Paris	45.15041	4.6141		Satijjo,Satil'e,Satilhau,Satillieu,sa di li e,Сатийё,Сатільє,萨蒂利厄		84	07	073	07309
2975894	Sathonay-Village	sathonay-village	FR	69580	1786	Europe/Paris	45.83337	4.87821		Sathonay,Sathonay-Village		84	69	691	69293
2975895	Sathonay-Camp	sathonay-camp	FR	69580	4726	Europe/Paris	45.82462	4.87453		Sathonay-Camp,Satone-Kam,Сатоне-Кам		84	69	691	69292
2975896	Sassy	sassy	FR	14170	190	Europe/Paris	48.98492	-0.13899		Sassy		28	14	142	14669
2975898	Sassis	sassis	FR	65120	63	Europe/Paris	42.87833	-0.01614		Sassis		76	65	651	65411
2975899	Sassierges-Saint-Germain	sassierges-saint-germain	FR	36120	456	Europe/Paris	46.76876	1.89334		Sas'erzh-Sen-Zhermen,Sassierges,Sassierges-Saint-Germain,sa xie er re sheng ri er man,Сасьерж-Сен-Жермен,Сасьєрж-Сен-Жермен,萨谢尔热圣日尔曼		24	36	362	36211
2975902	Sassey-sur-Meuse	sassey-sur-meuse	FR	55110	115	Europe/Paris	49.41444	5.18829		Sassey,Sassey-sur-Meuse		44	55	553	55469
2975903	Sassey	sassey	FR	27930	196	Europe/Paris	49.05171	1.22443		Sassey		28	27	273	27615
2975904	Sasseville	sasseville	FR	76450	278	Europe/Paris	49.78885	0.68009		Sasseville		28	76	761	76664
2975905	Sassetot-le-Mauconduit	sassetot-le-mauconduit	FR	76540	991	Europe/Paris	49.80508	0.52719		Sassetot,Sassetot-le-Mauconduit		28	76	762	76663
2975906	Sassetot-le-Malgardé	sassetot-le-malgarde	FR	76730	85	Europe/Paris	49.77354	0.89828		Sassetot,Sassetot-le-Malgarde,Sassetot-le-Malgardé		28	76	761	76662
2975907	Sassenay	sassenay	FR	71530	1465	Europe/Paris	46.83074	4.92523		Sassenay		27	71	712	71502
2975908	Sassenage	sassenage	FR	38360	10641	Europe/Paris	45.21266	5.6629		Sasnazh,Sassenage,Sassenajo,Sassenazh,Sassenâjo,sa se na ge,Саснаж,Сассенаж,萨瑟纳格		84	38	381	38474
2975909	Sassegnies	sassegnies	FR	59145	289	Europe/Paris	50.17767	3.80214		Sassegnies		32	59	591	59556
2975911	Sassay	sassay	FR	41700	757	Europe/Paris	47.39438	1.44137		Sassay		24	41	413	41237
2975912	Sassangy	sassangy	FR	71390	150	Europe/Paris	46.72071	4.63797		Sassangy		27	71	712	71501
2975915	Sasnières	sasnieres	FR	41310	74	Europe/Paris	47.71858	0.93242		Sasnieres,Sasnières		24	41	412	41236
2975916	Sarzeau	sarzeau	FR	56370	7116	Europe/Paris	47.52746	-2.76996		Sarzeau,Sarzhav,Sarzo,sa er zuo,Сарзо,萨尔佐		53	56	563	56240
2975917	Sarzay	sarzay	FR	36230	0	Europe/Paris	46.78333	2.53333				24	18	182	18142
2975918	Sarzay	sarzay	FR	36230	316	Europe/Paris	46.602	1.90514		Sarzay,Sarze,sa er ze,Сарзе,萨尔泽		24	36	363	36210
2975921	Sartrouville	sartrouville	FR	78500	53980	Europe/Paris	48.9482	2.19169		Sartrouville,Sartruvil,Sartruvil',sa te lu wei er,saleuteulubil,sartrwfyl,sartrwwyl,sarutoruvu~iru,srtrwwyl,Сартрувил,Сартрувиль,Сартрувіль,سارتروفيل,سارتروویل,سرتروویل,サルトルーヴィル,薩特魯維爾,사르트루빌		11	78	783	78586
2975922	Sarton	sarton	FR	62760	165	Europe/Paris	50.12019	2.43446		Sarton		32	62	621	62779
2975924	Sartilly	sartilly	FR	50530	1318	Europe/Paris	48.75239	-1.45678		Sartilly		28	50	501	50565
2975929	Sartes	sartes	FR	88300	98	Europe/Paris	48.24591	5.67577		Sartes		44	88	882	88443
2975931	Sartène	sartene	FR	20100	3674	Europe/Paris	41.61667	8.98333		Sarte,Sarten,Sartena,Sartene,Sartè,Sartène,sarutenu,Сартен,サルテーヌ	2A4	94	2A	2A4	2A272
2975934	Sars-Poteries	sars-poteries	FR	59216	1454	Europe/Paris	50.16928	4.02676		Sar-Poteri,Sars-Poteries,sa er bo te li,Сар-Потери,Сар-Потері,萨尔波特里		32	59	591	59555
2975937	Sars-le-Bois	sars-le-bois	FR	62810	0	Europe/Paris	50.2952	2.42862		Sar-le-Bua,Sars,Sars-le-Bois,ly sars ly bwyz,sa er lei bu wa,Сар-ле-Буа,لي سارس لي بويز,萨尔勒布瓦		32	62	621	62778
2975938	Sars-et-Rosières	sars-et-rosieres	FR	59230	391	Europe/Paris	50.44453	3.33207		Sars-et-Rosieres,Sars-et-Rosières		32	59	596	59554
2975939	Sarry	sarry	FR	51520	2149	Europe/Paris	48.91852	4.40621		Sarry		44	51	511	51525
2975940	Sarry	sarry	FR	51520	191	Europe/Paris	47.66886	4.07263		Sarry		27	89	892	89376
2975941	Sarry	sarry	FR	51520	135	Europe/Paris	46.31081	4.11655		Sarry		27	71	713	71500
2975943	Sarroux	sarroux	FR	19110	391	Europe/Paris	45.41412	2.43004		Sarroux		75	19	193	19252
2975945	Sarrouilles	sarrouilles	FR	65600	581	Europe/Paris	43.23502	0.12636		Sarrouilles		76	65	653	65410
2975948	Sarron	sarron	FR	40800	95	Europe/Paris	43.5919	-0.27386		Sarron		75	40	402	40290
2975950	Sarrogna	sarrogna	FR	39270	206	Europe/Paris	46.46867	5.61187		Sarrogna		27	39	392	39504
2975952	Sarrigné	sarrigne	FR	49800	787	Europe/Paris	47.50148	-0.38524		Sarrigne,Sarrigné,Sarrin'e,sa er li nie,Сарриньє,萨尔里涅		52	49	491	49326
2975953	Sarrians	sarrians	FR	84260	5817	Europe/Paris	44.08312	4.97111		Marat,Sarr'jan,Sarrian,Sarrians,sa er li ang,Саррьян,Сарріан,萨尔里昂		93	84	843	84122
2975954	Sarriac-Bigorre	sarriac-bigorre	FR	65140	274	Europe/Paris	43.38252	0.12786		Sarriac,Sarriac-Bigorre		76	65	653	65409
2975955	Sarrey	sarrey	FR	52140	328	Europe/Paris	48.00316	5.42708		Sarrey		44	52	522	52461
2975956	Sarrewerden	sarrewerden	FR	67260	1085	Europe/Paris	48.92261	7.08412		Sarrewerden		44	67	674	67435
2975957	Sarre-Union	sarre-union	FR	67260	3572	Europe/Paris	48.93818	7.09373		Buckenum,Saar-Buckenheim,Saar-Union,Saarunion,Sarr-Junion,Sarr-Union,Sarre-Union,sa er yu ni weng,sar ywnywn,sar-awnywn,saru=yunion,Сарр-Юнион,Сарр-Юніон,سار يونيون,سار-اونیون,サール＝ユニオン,萨尔于尼翁		44	67	674	67434
2975960	Sarremezan	sarremezan	FR	31350	83	Europe/Paris	43.20827	0.66707		Sarremezan		76	31	312	31532
2975961	Sarreinsming	sarreinsming	FR	57905	1300	Europe/Paris	49.09121	7.11053		Sarreinsmeing,Sarreinsming		44	57	576	57633
2975964	Sarreguemines	sarreguemines	FR	57200	24446	Europe/Paris	49.10995	7.06747		Germunda,Saargemines,Saargemuend,Saargemund,Saargemünd,Sargemin,Sarreguemines,Sarrequemines,Sarrgemin,sa er ge mi na,saleugeumin,sargmyn,saruguminu,srghwmyn,srgmyn,Саргемин,Сарргемин,Сарргемін,سارگمین,سرغومين,سرگمین,サルグミーヌ,萨尔格米纳,사르그민	576	44	57	576	57631
2975965	Sarrecave	sarrecave	FR	31350	70	Europe/Paris	43.21521	0.59438		Sarrecave		76	31	312	31531
2975967	Sarrebourg	sarrebourg	FR	57400	14677	Europe/Paris	48.73558	7.0572		Saarburg,Saraburgum,Sarrbur,Sarrebourc,Sarrebourg,sa er lei bu er,saruburu,Саррбур,サールブール,萨尔雷布尔	575	44	57	575	57630
2975973	Sarraziet	sarraziet	FR	40500	168	Europe/Paris	43.70239	-0.48908		Sarraziet		75	40	402	40289
2975974	Sarrazac	sarrazac	FR	24800	426	Europe/Paris	45.43648	1.02975		Sarrazac		75	24	242	24522
2975975	Sarrazac	sarrazac	FR	24800	532	Europe/Paris	45.01691	1.58905		Sarrazac		76	46	463	46083
2975980	Sarras	sarras	FR	07370	1918	Europe/Paris	45.18679	4.80004				84	07	073	07308
2975982	Sarrant	sarrant	FR	32120	353	Europe/Paris	43.77464	0.92914		Sarran,Sarrant,sa er lang,Сарран,萨尔朗		76	32	322	32416
2975985	Sarrancolin	sarrancolin	FR	65410	721	Europe/Paris	42.96661	0.3774		Sarrancolin,Sarraneolin,Sarrankolen,sa er lang ke lan,Сарранколен,萨尔朗科兰		76	65	652	65408
2975986	Sarrance	sarrance	FR	64490	251	Europe/Paris	43.05133	-0.60073		Sarranca,Sarrans,Sarrança,sa er lang ke,Сарранс,萨尔朗克		75	64	642	64506
2975987	Sarran	sarran	FR	19800	293	Europe/Paris	45.41036	1.93793		Sarran		75	19	193	19251
2975988	Sarran	sarran	FR	19800	0	Europe/Paris	45.38333	2.58333				84	15	152	15038
2975990	Sarraltroff	sarraltroff	FR	57400	791	Europe/Paris	48.7761	7.06026		Saaraltdorf,Sarral'troff,Sarraltroff,sa er la er te luo,saraltrf,Сарральтрофф,سارالترف,萨尔拉尔特罗		44	57	575	57629
2975992	Sarralbe	sarralbe	FR	57430	4685	Europe/Paris	48.99858	7.03074		Saaralben,Saravi Alba,Sarral'b,Sarralbe,sa er la er bu,saralb,Сарральб,سارالب,萨尔拉尔布		44	57	576	57628
2975993	Sarraguzan	sarraguzan	FR	32170	90	Europe/Paris	43.35755	0.33809		Sarraguzan		76	32	323	32415
2975995	Sarragachies	sarragachies	FR	32400	274	Europe/Paris	43.68321	-0.05437		Sarragachies		76	32	323	32414
2975996	Sarpourenx	sarpourenx	FR	64300	260	Europe/Paris	43.45675	-0.71375		Sarpourenx		75	64	643	64505
2975997	Sarp	sarp	FR	65370	114	Europe/Paris	43.01569	0.5894		Sarp		76	65	652	65407
2975998	Saron-sur-Aube	saron-sur-aube	FR	51260	262	Europe/Paris	48.56928	3.7314		Saron,Saron-sur-Aube		44	51	512	51524
2976001	Sarnois	sarnois	FR	60210	242	Europe/Paris	49.67842	1.91881		Sarnois		32	60	601	60605
2976002	Sarniguet	sarniguet	FR	65390	0	Europe/Paris	45.35659	3.45019		Sarniaguet,Sarniguet		84	43	431	43001
2976003	Sarniguet	sarniguet	FR	65390	231	Europe/Paris	43.31766	0.08783		Sarniguet		76	65	653	65406
2976006	Sarliac-sur-l'Isle	sarliac-sur-l-isle	FR	24420	0	Europe/Paris	45.23878	0.87439		Sarliac,Sarliac-sur-l'Isle,Sarliac-sur-lIsle,li si er he pan sa er li a ke,利斯尔河畔萨尔利阿克		75	24	243	24521
2976007	Sarlat-la-Canéda	sarlat-la-caneda	FR	24200	11126	Europe/Paris	44.88902	1.21656		Sarla-la-Kaneda,Sarlat,Sarlat e La Canedat,Sarlat e la Canedat,Sarlat-la-Caneda,Sarlat-la-Canéda,Sarlatum,sa la la ka nei da,sar la-la-kane da,sarla-la-kanda,sarura=ra=kaneda,Сарла-ла-Канеда,سارلا-لا-کاندا,ซาร์ลา-ลา-กาเนดา,サルラ＝ラ＝カネダ,萨拉拉卡内达	244	75	24	244	24520
2976011	Sarlande	sarlande	FR	24270	436	Europe/Paris	45.45066	1.11758		Sarlande		75	24	242	24519
2976012	Sarlabous	sarlabous	FR	65130	65	Europe/Paris	43.07512	0.27886		Sarlabous		76	65	652	65405
2976013	Sari-d'Orcino	sari-d-orcino	FR	20151	0	Europe/Paris	42.05962	8.82813		Sari,Sari-d'Orcino		94	2A	2A1	2A270
2976014	Sari-Solenzara	sari-solenzara	FR	20145	1150	Europe/Paris	41.83519	9.3747		Sari,Sari e Sulinzara,Sari è Sulinzara,Sari-Solencara,Sari-Solenzara,Sari-di-Porto-Vecchio,Сари-Соленцара,Сарі-Соленцара		94	2A	2A4	2A269
2976015	Sariac-Magnoac	sariac-magnoac	FR	65230	145	Europe/Paris	43.31028	0.54111		Sariac,Sariac-Magnoac,Sarriac-Magnoac		76	65	653	65404
2976017	Sargé-sur-Braye	sarge-sur-braye	FR	41170	1012	Europe/Paris	47.92352	0.8534		Sarge,Sarge-sur-Braye,Sargé,Sargé-sur-Braye		24	41	412	41235
2976019	Sargé-lès-le-Mans	sarge-les-le-mans	FR	72190	3656	Europe/Paris	48.03466	0.23981		Sarge,Sarge-les-le Mans,Sarge-les-le-Mans,Sargé,Sargé-lès-le Mans,Sargé-lès-le-Mans,Sarzhe-le-le-Man,Сарже-ле-ле-Ман		52	72	723	72328
2976021	Sare	sare	FR	64310	2330	Europe/Paris	43.31267	-1.58023		Sar,Sara,Sare,sa er,Сар,سارے,萨尔		75	64	641	64504
2976022	Sardy-lès-Épiry	sardy-les-epiry	FR	58800	147	Europe/Paris	47.19309	3.70095		Sardy,Sardy-les-Epiry,Sardy-lès-Épiry		27	58	582	58272
2976025	Sardon	sardon	FR	63260	252	Europe/Paris	45.96281	3.22185		Sardon		84	63	634	63406
2976030	Sardieu	sardieu	FR	38260	655	Europe/Paris	45.3685	5.21167		Sardieu,Sardieux		84	38	383	38473
2976032	Sardent	sardent	FR	23250	811	Europe/Paris	46.05076	1.85611		Sardent		75	23	232	23168
2976033	Sardan	sardan	FR	30260	257	Europe/Paris	43.87271	4.04103		Sardan		76	30	303	30309
2976034	Sarcy	sarcy	FR	51170	240	Europe/Paris	49.20702	3.82547		Sarcy		44	51	513	51523
2976035	Sarcus	sarcus	FR	60210	267	Europe/Paris	49.68501	1.87146		Sarcus,Sarkju,Sertchu,sa er qu,Саркю,萨尔屈		32	60	601	60604
2976036	Sarcos	sarcos	FR	32420	72	Europe/Paris	43.37815	0.68692		Sarcos		76	32	323	32413
2976038	Sarcey	sarcey	FR	52800	94	Europe/Paris	48.05523	5.30512		Sarcey		44	52	521	52459
2976039	Sarcey	sarcey	FR	52800	839	Europe/Paris	45.88069	4.5523		Sarcey		84	69	692	69173
2976041	Sarcenas	sarcenas	FR	38700	152	Europe/Paris	45.27357	5.75797		Sarcenas		84	38	381	38472
2976042	Sarcenas	sarcenas	FR	38700	0	Europe/Paris	45.21016	4.38672				84	43	433	43163
2976043	Sarcelles	sarcelles	FR	95200	57979	Europe/Paris	48.99739	2.37821		Sarcelles,Sarcelles-Lochere,Sarcelles-Lochère,Sarsel,Sarsel',sa er sai lei,saleusel,sarsl,sarsyl,saruseru,srsl,Сарсел,Сарсель,סרסל,سارسل,سارسيل,سرسل,サルセル,薩爾塞勒,사르셀	952	11	95	952	95585
2976044	Sarceaux	sarceaux	FR	61200	899	Europe/Paris	48.71899	-0.04076		Sarceaux		28	61	612	61462
2976046	Sarcé	sarce	FR	72360	297	Europe/Paris	47.72039	0.22028		Sarce,Sarcé		52	72	721	72327
2976047	Sarbazan	sarbazan	FR	40120	1060	Europe/Paris	44.0188	-0.31176		Sarbazan		75	40	402	40288
2976049	Saraz	saraz	FR	25330	22	Europe/Paris	46.99658	5.98176		Saraz		27	25	251	25533
2976050	Saran	saran	FR	45770	16243	Europe/Paris	47.95013	1.87601		Saran		24	45	452	45302
2976051	Saramon	saramon	FR	32450	720	Europe/Paris	43.5229	0.76338		Saramon		76	32	321	32412
2976054	Saponcourt	saponcourt	FR	70210	74	Europe/Paris	47.87094	6.02587		Saponcourt		27	70	702	70476
2976055	Saponay	saponay	FR	02130	248	Europe/Paris	49.21417	3.48036		Saponay		32	02	021	02699
2976056	Sapois	sapois	FR	39300	638	Europe/Paris	48.01897	6.75142		Sapois		44	88	881	88442
2976057	Sapois	sapois	FR	39300	318	Europe/Paris	46.75094	5.94343		Sapois		27	39	392	39503
2976058	Sapogne-sur-Marche	sapogne-sur-marche	FR	08370	127	Europe/Paris	49.6	5.3186		Sapogne,Sapogne-sur-Marche,Sapon'-sjur-Marsh,Сапонь-сюр-Марш		44	08	083	08399
2976059	Sapogne-et-Feuchères	sapogne-et-feucheres	FR	08160	503	Europe/Paris	49.65968	4.79706		Sapogne,Sapogne-et-Feucheres,Sapogne-et-Feuchères		44	08	081	08400
2976063	Sapignies	sapignies	FR	62121	213	Europe/Paris	50.13367	2.83389		Sapignies		32	62	621	62776
2976064	Sapignicourt	sapignicourt	FR	52100	318	Europe/Paris	48.65135	4.81255		Sapignicourt		44	51	514	51522
2976078	Saou	saou	FR	26400	513	Europe/Paris	44.6459	5.06291		Saou		84	26	261	26336
2976079	Saosnes	saosnes	FR	72600	197	Europe/Paris	48.32583	0.27772		Saosnes		52	72	722	72326
2976080	Saorge	saorge	FR	06540	411	Europe/Paris	43.98769	7.55222		Saorge,Saorj,Saorzh,Saurgium,suo er ge,Саорж,索尔格		93	06	062	06132
2976081	Saonnet	saonnet	FR	14330	177	Europe/Paris	49.27285	-0.87941		Saonnet		28	14	141	14668
2976084	Saône	saone	FR	25660	2838	Europe/Paris	47.22311	6.11682		Saone,Saône		27	25	251	25532
2976085	Saon	saon	FR	14330	226	Europe/Paris	49.27004	-0.85831		Saon		28	14	141	14667
2976086	Sanzey	sanzey	FR	54200	145	Europe/Paris	48.77107	5.83839		Sanzey		44	54	544	54492
2976089	Sanxay	sanxay	FR	86600	692	Europe/Paris	46.49362	-0.00766		Sanxay		75	86	863	86253
2976090	Sanvignes-les-Mines	sanvignes-les-mines	FR	71410	4359	Europe/Paris	46.66444	4.29188		Sanvignes,Sanvignes-les-Mines		27	71	711	71499
2976093	Sanvensa	sanvensa	FR	12200	521	Europe/Paris	44.29236	2.04873		Sanvensa		76	12	123	12259
2976094	Santranges	santranges	FR	18240	369	Europe/Paris	47.49924	2.77124		Santranges		24	18	181	18243
2976095	Santosse	santosse	FR	21340	39	Europe/Paris	47.00547	4.62929		Santosse		27	21	211	21583
2976096	Santo-Pietro-di-Venaco	santo-pietro-di-venaco	FR	20250	215	Europe/Paris	42.24571	9.1732		Santo Pietro,Santo Pietro di Venaco,Santo-P'etro-di-Venako,Santo-Petro-di-Venako,Santo-Pietro-di-Venaco,Santu Petru di Venacu,Санто-Пьетро-ди-Венако,Санто-Пєтро-ді-Венако		94	2B	2B3	2B315
2976097	Santo-Pietro-di-Tenda	santo-pietro-di-tenda	FR	20217	358	Europe/Paris	42.60702	9.25684		Santo Pietro di Tenda,Santo-P'etro-di-Tenda,Santo-Petro-di-Tenda,Santo-Pietro,Santo-Pietro-di-Tenda,Santu Petru di Tenda,Санто-Пьетро-ди-Тенда,Санто-Пєтро-ді-Тенда		94	2B	2B5	2B314
2976099	Santoche	santoche	FR	25340	90	Europe/Paris	47.39965	6.50214		Santoche		27	25	252	25156
2976103	Santilly	santilly	FR	28310	314	Europe/Paris	48.14668	1.87166		Santilly		24	28	281	28367
2976104	Santilly	santilly	FR	28310	108	Europe/Paris	46.61572	4.69239		Santilly		27	71	712	71498
2976105	Santigny	santigny	FR	89420	121	Europe/Paris	47.56821	4.12071		Santigny		27	89	892	89375
2976106	Santeuil	santeuil	FR	28700	619	Europe/Paris	49.12566	1.95156		Santeuil		11	95	953	95584
2976107	Santeuil	santeuil	FR	28700	250	Europe/Paris	48.38764	1.73334		Santeuil		24	28	281	28366
2976108	Santes	santes	FR	59211	5069	Europe/Paris	50.59316	2.96289		Sant,Santes,sang te,Сант,桑特		32	59	595	59553
2976109	Santeny	santeny	FR	94440	3266	Europe/Paris	48.7273	2.57346		Santeny		11	94	941	94070
2976113	Santenay	santenay	FR	21590	262	Europe/Paris	47.56667	1.11667		Santenay		24	41	411	41234
2976114	Santenay	santenay	FR	21590	945	Europe/Paris	46.91292	4.69672		Santenay		27	21	211	21582
2976117	Santec	santec	FR	29250	2272	Europe/Paris	48.70362	-4.02748		Santec,Santeg,Santek,sang tai ke,santekku,Сантек,サンテック,桑泰克		53	29	293	29273
2976118	Santeau	santeau	FR	45170	302	Europe/Paris	48.08817	2.15892		Santeau,Santo,sang tuo,Санто,桑托		24	45	453	45301
2976120	Santa-Reparata-di-Moriani	santa-reparata-di-moriani	FR	20230	45	Europe/Paris	42.35031	9.45636		Santa Reparata,Santa-Reparata-di-Moriani		94	2B	2B3	2B317
2976121	Santa-Reparata-di-Balagna	santa-reparata-di-balagna	FR	20220	889	Europe/Paris	42.60417	8.92892		Santa Reparata di Balagna,Santa Riparata di Balagna,Santa-Reparata,Santa-Reparata-di-Balagna,Santa-Reparata-di-Balan'ja,Санта-Репарата-ди-Баланья,Санта-Репарата-ді-Баланья		94	2B	2B5	2B316
2976124	Saint-Antoine	saint-antoine	FR	15220	0	Europe/Paris	42.08053	9.36369		Saint-Antoine,Sant'Antonio		94	2B	2B3	2B123
2976125	Sant'Antonino	sant-antonino	FR	20220	0	Europe/Paris	42.58861	8.90495		Antonino,San Antonio,Sant'Antonino		94	2B	2B5	2B296
2976126	Santans	santans	FR	39380	302	Europe/Paris	47.02299	5.66101		Santans		27	39	391	39502
2976132	Sant'Andréa-d'Orcino	sant-andrea-d-orcino	FR	20151	0	Europe/Paris	42.04659	8.80924		Sant Andrea d'Occino,Sant'Andre-d'Orcino,Sant'Andrea-d'Orcino,Sant'Andréa-d'Orcino		94	2A	2A1	2A295
2976134	Sant'Andréa-di-Cotone	sant-andrea-di-cotone	FR	20221	0	Europe/Paris	42.3	9.46667		Sant'Andrea		94	2B	2B3	2B293
2976136	Santa-Maria-Siché	santa-maria-siche	FR	20190	369	Europe/Paris	41.87675	8.97666		Sainte-Marie,Sainte-Marie-Sicche,Santa-Maria-Siche,Santa-Maria-Siché		94	2A	2A1	2A312
2976137	Santa-Maria-Poggio	santa-maria-poggio	FR	20221	687	Europe/Paris	42.34486	9.49525		Sainte Maria-Poggio,Sainte Marie Poggio,Santa-Maria-Poggio		94	2B	2B3	2B311
2976139	Santa-Maria	santa-maria	FR	20143	75	Europe/Paris	41.70698	9.00451		Santa-Maria,Santa-Maria-Figaniella		94	2A	2A4	2A310
2976140	Santa-Maria-di-Lota	santa-maria-di-lota	FR	20200	2014	Europe/Paris	42.74783	9.43202		Santa Maria di Lota,Santa-Maria,Santa-Marija-di-Lota,Санта-Мария-ди-Лота,Санта-Марія-ді-Лота		94	2B	2B2	2B309
2976144	Sainte-Lucie-de-Tallano	sainte-lucie-de-tallano	FR	20112	316	Europe/Paris	41.6979	9.0647		Santa-Lucia-di-Tallano		94	2A	2A4	2A308
2976145	Santa-Lucia-di-Moriani	santa-lucia-di-moriani	FR	20230	1088	Europe/Paris	42.38212	9.52242		Sainte-Lucie-de-Moriani,Santa-Lucia,Santa-Lucia-di-Moriani		94	2B	2B3	2B307
2976146	Santa-Lucia-di-Mercurio	santa-lucia-di-mercurio	FR	20250	74	Europe/Paris	42.32641	9.22136		Sainte-Lucie-de Mercurio,Santa-Lucia,Santa-Lucia-di-Mercurio		94	2B	2B3	2B306
2976152	Sans-Vallois	sans-vallois	FR	88260	120	Europe/Paris	48.16004	6.10696		Sans-Vallois		44	88	882	88441
2976154	Sanssat	sanssat	FR	03150	355	Europe/Paris	46.25524	3.47505		Sanssat		84	03	033	03266
2976155	Sanssac-l'Église	sanssac-l-eglise	FR	43320	0	Europe/Paris	45.0517	3.77896		Sanssac,Sanssac-l'Eglise,Sanssac-l'Église,Sanssac-la-Montagne		84	43	432	43233
2976158	Sansais	sansais	FR	79270	676	Europe/Paris	46.2746	-0.58665		Sansais		75	79	792	79304
2976159	Sansac-Veinazés	sansac-veinazes	FR	15120	212	Europe/Paris	44.74173	2.44703		Sansac,Sansac-Veinazes,Sansac-Veinazés		84	15	151	15222
2976160	Sansac-de-Marmiesse	sansac-de-marmiesse	FR	15130	1114	Europe/Paris	44.88376	2.34768		Sansac,Sansac-de-Marmiesse		84	15	151	15221
2976163	Sansa	sansa	FR	66360	8	Europe/Paris	42.60231	2.1735		Censa,Censà,Sansa		76	66	663	66191
2976164	Sanry-sur-Nied	sanry-sur-nied	FR	57530	351	Europe/Paris	49.05362	6.34443		Sanry		44	57	579	57627
2976165	Sanry-lès-Vigy	sanry-les-vigy	FR	57640	512	Europe/Paris	49.18261	6.27985		Sanry,Sanry-les-Vigy,Sanry-lès-Vigy		44	57	579	57626
2976177	Sanous	sanous	FR	65500	81	Europe/Paris	43.37651	0.00117		Sanous		76	65	653	65403
2976179	Sannois	sannois	FR	95110	26869	Europe/Paris	48.96667	2.25		Sannois,Sannua,Sanoa,sa nu wa,sanowa,sanua,snwa,Саннуа,Саноа,سنوآ,サノワ,薩努瓦,사누아		11	95	951	95582
2976180	San-Nicolao	san-nicolao	FR	20230	1462	Europe/Paris	42.36993	9.51443		San Nicolao,San-Nicolao,San-Nikolao,Santu Niculaiu di Moriani,Сан-Николао,Сан-Ніколао		94	2B	2B3	2B313
2976181	Sannes	sannes	FR	84240	178	Europe/Paris	43.75754	5.49082		Cana,Sann,Sannes,sa na,Çana,Санн,萨纳		93	84	841	84121
2976182	Sannerville	sannerville	FR	14940	1540	Europe/Paris	49.18018	-0.22434		Sannervil',Sannerville,sa nei er wei er,Саннервиль,Саннервіль,萨内尔维尔		28	14	142	14712
2976184	Sannat	sannat	FR	23110	373	Europe/Paris	46.11953	2.40816		Sannat		75	23	231	23167
2976186	San-Martino-di-Lota	san-martino-di-lota	FR	20200	2780	Europe/Paris	42.73163	9.43966		San Martino di Lota,San Martinu di Lota,San-Martino,San-Martino-di-Lota,Сан-Мартино-ди-Лота,Сан-Мартіно-ді-Лота		94	2B	2B2	2B305
2976188	San-Lorenzo	san-lorenzo	FR	20244	115	Europe/Paris	42.38374	9.28856		San-Lorenzo		94	2B	2B3	2B304
2976191	Sanilhac-Sagriès	sanilhac-sagries	FR	30700	0	Europe/Paris	43.95	4.43333		Sanilhac		76	30	302	30308
2976192	Sanilhac	sanilhac	FR	07110	365	Europe/Paris	44.53576	4.24993		Sanilhac		84	07	071	07307
2976195	Sanguinet	sanguinet	FR	40460	2168	Europe/Paris	44.48355	-1.07553		Sangine,Sanguinet,sang ji nei,Сангине,Сангіне,桑吉内		75	40	402	40287
2976202	San-Giuliano	san-giuliano	FR	20230	662	Europe/Paris	42.31229	9.51655		San Ghjulianu,San Giuliano,San-Dzhuliano,San-Giuliano,Сан-Джулиано,Сан-Джуліано		94	2B	2B3	2B303
2976203	San-Giovanni-di-Moriani	san-giovanni-di-moriani	FR	20230	92	Europe/Paris	42.37589	9.45856		San-Giovanni,San-Giovanni-di-Moriani		94	2B	2B3	2B302
2976209	Sanghen	sanghen	FR	62850	228	Europe/Paris	50.77851	1.90814		Sanghen		32	62	626	62775
2976213	San-Gavino-di-Tenda	san-gavino-di-tenda	FR	20246	49	Europe/Paris	42.59878	9.26568		San Gavino di Tenda,San Gavinu di Tenda,San-Gavino,San-Gavino-di-Tenda,Сан-Гавино-ди-Тенда,Сан-Гавіно-ді-Тенда		94	2B	2B5	2B301
2976214	San-Gavino-di-Fiumorbo	san-gavino-di-fiumorbo	FR	20243	231	Europe/Paris	41.98345	9.26909		San Gavino di Fiumorbo,San Gavinu di Fiumorbu,San-Gavino,San-Gavino-di-F'jumorbo,San-Gavino-di-Fiumorbo,Сан-Гавино-ди-Фьюморбо,Сан-Гавіно-ді-Фьюморбо		94	2B	2B3	2B365
2976215	San-Gavino-di-Carbini	san-gavino-di-carbini	FR	20170	776	Europe/Paris	41.72116	9.1483		San Gavino di Carbini,San Gavinu di Carbini,San Gavinu di Càrbini,San-Gavino,San-Gavino-di-Carbini,San-Gavino-di-Karbini,Сан-Гавино-ди-Карбини,Сан-Гавіно-ді-Карбіні		94	2A	2A4	2A300
2976217	Sangatte	sangatte	FR	62231	4170	Europe/Paris	50.94564	1.75321		Sangatt,Sangatte,sang jia te,sanjat,Сангатт,سانجات,桑加特		32	62	626	62774
2976220	Sandrans	sandrans	FR	01400	452	Europe/Paris	46.06298	4.97924		Sandrans		84	01	012	01393
2976222	Sandouville	sandouville	FR	76430	769	Europe/Paris	49.4978	0.31748		Sandouville		28	76	762	76660
2976224	Sandillon	sandillon	FR	45640	3611	Europe/Paris	47.8451	2.03155		Sandijon,Sandil'on,Sandillon,sang di long,Сандильон,Сандійон,桑迪隆		24	45	452	45300
2976225	Sandaucourt	sandaucourt	FR	88170	191	Europe/Paris	48.26341	5.84577		Sandaucourt		44	88	882	88440
2976226	Sandarville	sandarville	FR	28120	358	Europe/Paris	48.34792	1.35113		Sandarville		24	28	281	28365
2976230	San-Damiano	san-damiano	FR	20213	42	Europe/Paris	42.40237	9.41937		San-Damiano		94	2B	2B3	2B297
2976232	Sancy-lès-Provins	sancy-les-provins	FR	77320	294	Europe/Paris	48.69657	3.39247		Sancy,Sancy-les-Provins,Sancy-lès-Provins		11	77	773	77444
2976233	Sancy	sancy	FR	54560	325	Europe/Paris	48.88651	2.9602		Sancy,Sancy-les-Meaux,Sancy-lès-Meaux		11	77	771	77443
2976234	Sancy-les-Cheminots	sancy-les-cheminots	FR	02880	115	Europe/Paris	49.4331	3.4719		Sancy,Sancy-les-Cheminots,Sansi-le-Shemino,Sansi-le-Shmino,sang xi lai she mi nuo,Санси-ле-Шмино,Сансі-ле-Шеміно,桑西莱舍米诺		32	02	024	02698
2976236	Sancy	sancy	FR	54560	333	Europe/Paris	49.35	5.93333		Sancy-le-Bas		44	54	541	54491
2976238	Sancy	sancy	FR	54560	0	Europe/Paris	47.17259	3.44826				27	58	583	58240
2976239	Sancourt	sancourt	FR	27150	220	Europe/Paris	50.21664	3.1937		Sancourt		32	59	592	59552
2976240	Sancourt	sancourt	FR	27150	295	Europe/Paris	49.77355	3.03826		Sancourt		32	80	804	80726
2976241	Sancourt	sancourt	FR	27150	114	Europe/Paris	49.35455	1.68633		Sancourt		28	27	271	27614
2976245	Sancoins	sancoins	FR	18600	3576	Europe/Paris	46.83314	2.92238		Sancoins,Sankuehn,Sankuen,sang kuan,Санкуен,Санкуэн,桑宽		24	18	182	18242
2976246	Sanchey	sanchey	FR	88390	710	Europe/Paris	48.17548	6.36221		Sanchey		44	88	881	88439
2976247	Sancheville	sancheville	FR	28800	725	Europe/Paris	48.19275	1.57779		Sancheville		24	28	282	28364
2976248	Sancey-le-Long	sancey-le-long	FR	25430	387	Europe/Paris	47.30543	6.60321		Sancey		27	25	252	25529
2976249	Sancey-le-Grand	sancey-le-grand	FR	25430	1085	Europe/Paris	47.29489	6.58287				27	25	252	25529
2976251	Sancerre	sancerre	FR	18300	1839	Europe/Paris	47.32889	2.83447		Sancerre,Sanser,Sanserr,sang sai er,sanseru,Сансер,Сансерр,サンセール,桑塞尔		24	18	181	18241
2976252	Sancergues	sancergues	FR	18140	726	Europe/Paris	47.15386	2.91367		Sancergues		24	18	181	18240
2976254	Sancé	sance	FR	71000	1843	Europe/Paris	46.33926	4.83049		Sance,Sancé		27	71	715	71497
2976258	Sanary-sur-Mer	sanary-sur-mer	FR	83110	19166	Europe/Paris	43.11985	5.80155		Sanari-sjur-Mer,Sanary,Sanary-sur-Mer,Sant Nari,bin hai sa na li,Санари-сюр-Мер,Санарі-сюр-Мер,滨海萨纳里		93	83	832	83123
2976262	Sana	sana	FR	31220	195	Europe/Paris	43.22812	1.01079		Sana		76	31	311	31530
2976264	Samuran	samuran	FR	65370	8	Europe/Paris	42.98758	0.59496		Samuran		76	65	652	65402
2976266	Samsons-Lion	samsons-lion	FR	64350	79	Europe/Paris	43.43445	-0.12037		Samson-L'on,Samson-Lion,Samsons,Samsons-Lion,Sancons e lo Lhon,Sansons-Aulhon,Sançons e lo Lhon,sang song li weng,Самсон-Лион,Самсон-Льон,Самсон-Ліон,桑松利翁		75	64	643	64503
2976267	Samson	samson	FR	25440	60	Europe/Paris	47.05382	5.87885		Samson		27	25	251	25528
2976268	Sansan	sansan	FR	32260	0	Europe/Paris	43.52792	0.61474		Samsan,Sancan,Sansan,Sançan,sang sang,Сансан,桑桑		76	32	323	32411
2976269	Sampzon	sampzon	FR	07120	191	Europe/Paris	44.41823	4.33587		Sampzon,Samzon,Sancon,Sanzon,Sançon,sang pu zong,Самзон,Санзон,桑普宗		84	07	071	07306
2976270	Sampolo	sampolo	FR	20134	54	Europe/Paris	42.09887	9.27111		Sampolo		94	2B	2B3	2B124
2976271	Sampolo	sampolo	FR	20134	0	Europe/Paris	41.94184	9.12327		Sampolo		94	2A	2A1	2A268
2976272	Sampigny-lès-Maranges	sampigny-les-maranges	FR	71150	156	Europe/Paris	46.90583	4.65285		Sampigny,Sampigny-les-Maranges,Sampigny-lès-Maranges		27	71	712	71496
2976273	Sampigny	sampigny	FR	55300	792	Europe/Paris	48.82757	5.51041		Sampigny		44	55	552	55467
2976274	Sampans	sampans	FR	39100	734	Europe/Paris	47.1262	5.45663		Sampans		27	39	391	39501
2976277	Samoussy	samoussy	FR	02840	380	Europe/Paris	49.58333	3.73333		Samoussy,Samussi,sa mu xi,Самусси,Самуссі,萨穆西		32	02	022	02697
2976278	Samouillan	samouillan	FR	31420	101	Europe/Paris	43.26375	0.9446		Samouillan		76	31	312	31529
2976279	Samoreau	samoreau	FR	77210	2371	Europe/Paris	48.42946	2.75587		Samoreau,Samoro,Саморо		11	77	774	77442
2976280	Samonac	samonac	FR	33710	413	Europe/Paris	45.07399	-0.56989		Samonac,Samonak,sang ao na ke,Самонак,桑奥纳克		75	33	331	33500
2976281	Samois-sur-Seine	samois-sur-seine	FR	77920	2055	Europe/Paris	48.45251	2.7504		Samoa sjur Sen,Samois,Samois-sur-Seine,Samua-sjur-Sen,Самоа сюр Сен,Самуа-сюр-Сен		11	77	774	77441
2976282	Samogneux	samogneux	FR	55100	41	Europe/Paris	49.25466	5.33746		Samogneux		44	55	553	55468
2976283	Samognat	samognat	FR	01580	460	Europe/Paris	46.25727	5.57668		Samognat,Samon'ja,Samonya,sa mo ni ya,samwnya  ayn,Самонья,Սամոնյա,سامونيا، أين,萨莫尼亚		84	01	014	01392
2976284	Samoëns	samoens	FR	74340	2581	Europe/Paris	46.08282	6.72647		Samoens,Samoëns,Самоенс		84	74	742	74258
2976285	Sammeron	sammeron	FR	77260	1044	Europe/Paris	48.94721	3.08333		Sammeron		11	77	771	77440
2976286	Sammarçolles	sammarcolles	FR	86200	548	Europe/Paris	47.03253	0.14577		Sammarcolles,Sammarçolles		75	86	861	86252
2976289	Sames	sames	FR	64520	419	Europe/Paris	43.52359	-1.15718		Samatze,Sames		75	64	641	64502
2976290	Samerey	samerey	FR	21170	132	Europe/Paris	47.0916	5.36162		Samere,Samerey,sa mo lei,Самере,萨默雷		27	21	211	21581
2976291	Samer	samer	FR	62830	3265	Europe/Paris	50.6384	1.74628		Same,Samer,Samé,sa mei er,samr,Саме,سامر,萨梅尔		32	62	623	62773
2976292	Saméon	sameon	FR	59310	1402	Europe/Paris	50.47135	3.33544		Sameon,Saméon		32	59	593	59551
2976298	Sambourg	sambourg	FR	89160	94	Europe/Paris	47.76762	4.02165		Sambourg		27	89	892	89374
2976299	Sambin	sambin	FR	41120	743	Europe/Paris	47.43864	1.2968		Sambin		24	41	411	41233
2976300	Samazan	samazan	FR	47250	785	Europe/Paris	44.434	0.11205		Samazan		75	47	472	47285
2976301	Samatan	samatan	FR	32130	2059	Europe/Paris	43.4926	0.93079		Samatan		76	32	321	32410
2976303	Samaran	samaran	FR	32140	98	Europe/Paris	43.39132	0.52091		Samaran		76	32	323	32409
2976304	Saman	saman	FR	31350	162	Europe/Paris	43.23575	0.71988		Saman		76	31	312	31528
2976305	Samadet	samadet	FR	40320	1095	Europe/Paris	43.63906	-0.48659		Samadet		75	40	402	40286
2976306	Salzuit	salzuit	FR	43230	358	Europe/Paris	45.21059	3.48446		Salzuit		84	43	431	43232
2976307	Salza	salza	FR	11330	23	Europe/Paris	42.98396	2.49662		Salza		76	11	113	11374
2976309	Salvizinet	salvizinet	FR	42110	500	Europe/Paris	45.76197	4.2725		Salvizinet		84	42	421	42297
2976310	Salviac	salviac	FR	46340	1153	Europe/Paris	44.68133	1.26471		Salviac		76	46	463	46297
2976312	Salvezines	salvezines	FR	11140	114	Europe/Paris	42.78089	2.3073		Salvezines		76	11	112	11373
2976319	Salvagnac-Cajarc	salvagnac-cajarc	FR	12260	395	Europe/Paris	44.47501	1.84742		Danglars-de-Margices,Salvagnac		76	12	123	12256
2976320	Salvagnac	salvagnac	FR	81630	973	Europe/Paris	43.90591	1.68782		Salvagnac		76	81	811	81276
2976327	Salt-en-Donzy	salt-en-donzy	FR	42110	426	Europe/Paris	45.73629	4.28834		Salt,Salt-en-Donzy		84	42	421	42296
2976330	Salsigne	salsigne	FR	11600	379	Europe/Paris	43.33007	2.35683		Salsigne		76	11	111	11372
2976332	Salsein	salsein	FR	09800	42	Europe/Paris	42.90921	1.00709		Salsein		76	09	093	09279
2976334	Salperwick	salperwick	FR	62500	501	Europe/Paris	50.77401	2.23178		Sal'pervik,Salperwick,Saubruit,sa pei er wei ke,salbyrwysk,Сальпервик,Сальпервік,سالبيرويسك,萨佩尔维克		32	62	625	62772
2976337	Salouël	salouel	FR	80480	4235	Europe/Paris	49.86988	2.2434		Saloue,Salouel,Saloué,Salouël,Saluehl',Saluel',sa lu ai lei,Салуель,Салуэль,萨卢埃勒		32	80	802	80725
2976338	Salornay-sur-Guye	salornay-sur-guye	FR	71250	710	Europe/Paris	46.52027	4.5968		Salornay,Salornay-sur-Guye		27	71	715	71495
2976339	Salonnes	salonnes	FR	57170	169	Europe/Paris	48.79137	6.49773		Salonn,Salonnes,sa luo nei,salwn,Салонн,سالون,萨洛内		44	57	575	57625
2976340	Salon-la-Tour	salon-la-tour	FR	19510	739	Europe/Paris	45.50488	1.53825		Salon-la-Tour		75	19	192	19250
2976341	Salon-de-Provence	salon-de-provence	FR	13300	41397	Europe/Paris	43.64229	5.09478		Salon,Salon d'o Provans,Salon de Provans,Salon-de-Provans,Salon-de-Provence,Selon,Selon de Provenca,Selon de Provença,pu luo wang si de qu sa long,sallongdeupeulobangseu,saron=do=purovu~ansu,slwn dw prwans,Салон де Прованс,Салон дьо Прованс,Салон-де-Прованс,سلون دو پروانس,サロン＝ド＝プロヴァンス,普罗旺斯地区萨隆,살롱드프로방스		93	13	131	13103
2976344	Salon	salon	FR	10700	158	Europe/Paris	48.64068	4.00419		Salon		44	10	102	10365
2976345	Salon	salon	FR	10700	245	Europe/Paris	45.02004	0.77277		Salon		75	24	243	24518
2976348	Salomé	salome	FR	59496	2984	Europe/Paris	50.53352	2.84709		Salome,Salomé		32	59	595	59550
2976351	Salmiech	salmiech	FR	12120	765	Europe/Paris	44.18188	2.57053		Salmiech		76	12	121	12255
2976352	Salmbach	salmbach	FR	67160	0	Europe/Paris	48.97819	8.07615				44	67	672	67432
2976353	Salmaise	salmaise	FR	21690	140	Europe/Paris	47.45631	4.66238		Salmaise		27	21	213	21580
2976356	Salmagne	salmagne	FR	55000	320	Europe/Paris	48.75196	5.32507		Salmagne		44	55	551	55466
2976358	Salles-sur-Mer	salles-sur-mer	FR	17220	2015	Europe/Paris	46.10486	-1.05516		Salles,Salles-sur-Mer		75	17	173	17420
2976359	Salles-sur-l'Hers	salles-sur-l-hers	FR	11410	594	Europe/Paris	43.29369	1.78478		Salles,Salles-sur-l'Hers		76	11	111	11371
2976360	Salles-sur-Garonne	salles-sur-garonne	FR	31390	341	Europe/Paris	43.27361	1.17993		Salles,Salles-sur-Garonne		76	31	311	31525
2976361	Salles-sous-Bois	salles-sous-bois	FR	26770	205	Europe/Paris	44.45114	4.93191		Salles,Salles-sous-Bois		84	26	262	26335
2976362	Sallespisse	sallespisse	FR	64300	613	Europe/Paris	43.52376	-0.71291		Sal'spis,Sal'spiss,Salas,Salespissi,Sallespisse,sa lai si pi si,Сальспис,Сальсписс,Сальспісс,萨莱斯皮斯		75	64	643	64501
2976363	Salles-Mongiscard	salles-mongiscard	FR	64300	287	Europe/Paris	43.49358	-0.8374		Sal'-Monzhiskar,Salas de Baura,Salles,Salles-Mongiscard,sa lai meng ji si ka er,Саль-Монжискар,萨莱蒙吉斯卡尔		75	64	643	64500
2976365	Salles-Lavalette	salles-lavalette	FR	16190	334	Europe/Paris	45.38338	0.23479		Sal'-Lavalet,Sal'-Lavalett,Salas,Salles-Lavalette,sa lai la wa lai te,Саль-Лавалет,Саль-Лавалетт,萨莱拉瓦莱特		75	16	161	16362
2976366	Salles-la-Source	salles-la-source	FR	12330	1935	Europe/Paris	44.43589	2.51463		Las Salas del Comtal,Sal'-la-Surs,Salas Comtals,Salles,Salles-la-Source,sa lai la su er ke,Саль-ла-Сурс,萨莱拉苏尔克		76	12	122	12254
2976367	Salles-et-Pratviel	salles-et-pratviel	FR	31110	0	Europe/Paris	42.82955	0.60507		Salles et Pratvieil,Salles-et-Pratviel		76	31	312	31524
2976369	Salles-de-Villefagnan	salles-de-villefagnan	FR	16700	330	Europe/Paris	45.95899	0.16184		Sal'-de-Vil'fan'jan,Salles,Salles-de-Villefagnan,sa lai de wei lai fa ni ang,Саль-де-Вильфаньян,Саль-де-Вільфаньян,萨莱德维莱法尼昂		75	16	163	16361
2976370	Salles-de-Belvès	salles-de-belves	FR	24170	57	Europe/Paris	44.71127	0.99947		Salles,Salles-de-Belves,Salles-de-Belvès		75	24	244	24517
2976371	Salles-de-Barbezieux	salles-de-barbezieux	FR	16300	417	Europe/Paris	45.45095	-0.13058		Sal'-de-Barbez'e,Sal'-de-Barbez'jo,Salles,Salles-de-Barbezieux,sa lai de ba er bei qi e,Саль-де-Барбезьё,Саль-де-Барбезьє,萨莱德巴尔贝齐厄		75	16	162	16360
2976372	Salles-d'Aude	salles-d-aude	FR	11110	0	Europe/Paris	43.23834	3.11884		Aude,Salles,Salles-d'Aude		76	11	113	11370
2976373	Salles-d'Armagnac	salles-d-armagnac	FR	32370	0	Europe/Paris	43.81148	-0.04318		Salles,Salles-d'Armagnac		76	32	322	32408
2976374	Salles-d'Angles	salles-d-angles	FR	16130	0	Europe/Paris	45.61784	-0.33208		Salles,Salles-d'Angles		75	16	162	16359
2976375	Salles-Curan	salles-curan	FR	12410	1157	Europe/Paris	44.18274	2.78714		Las Salas,Las Salas de Curanh,Sal'-Kjuran,Salles-Curan,sa lai qu lang,Саль-Кюран,萨莱屈朗		76	12	121	12253
2976376	Salles-Courbatiès	salles-courbaties	FR	12260	411	Europe/Paris	44.47293	2.07856		Salles,Salles-Courbaties,Salles-Courbatiez,Salles-Courbatiès		76	12	123	12252
2976377	Salles-Adour	salles-adour	FR	65360	345	Europe/Paris	43.18381	0.09905		Salles,Salles-Adour		76	65	653	65401
2976380	Salles	salles	FR	33770	0	Europe/Paris	46.17555	3.20513				84	03	032	03237
2976381	Salles-Arbuissonnas-en-Beaujolais	salles-arbuissonnas-en-beaujolais	FR	69460	0	Europe/Paris	46.03333	4.63333				84	69	692	69172
2976382	Salles	salles	FR	33770	0	Europe/Paris	44.9685	3.56433				84	43	431	43234
2976383	Salles	salles	FR	33770	269	Europe/Paris	44.54926	0.87153		Salles		75	47	473	47284
2976384	Salles	salles	FR	33770	4889	Europe/Paris	44.55174	-0.87001		Salles		75	33	336	33498
2976385	Salles	salles	FR	33770	187	Europe/Paris	44.07282	2.03504		Salles		76	81	811	81275
2976386	Salles	salles	FR	33770	175	Europe/Paris	43.02855	-0.12015		Salles,Salles-Argeles,Salles-Argelès		76	65	651	65400
2976387	Sallertaine	sallertaine	FR	85300	2410	Europe/Paris	46.85963	-1.95709		Sallertaine,Sallerten,sa lai er tai na,Саллертен,萨莱尔泰纳		52	85	853	85280
2976390	Sallenôves	sallenoves	FR	74270	531	Europe/Paris	46.00514	5.99697		Sal'nov,Sallenoves,Sallenôves,Сальнов		84	74	741	74257
2976392	Sallenelles	sallenelles	FR	14121	304	Europe/Paris	49.26347	-0.22978	12			28	14	143	14665
2976394	Sallen	sallen	FR	14240	244	Europe/Paris	49.11439	-0.82887		Sallen		28	14	141	14664
2976395	Sallèles-d'Aude	salleles-d-aude	FR	11590	0	Europe/Paris	43.25958	2.94568		Salleles,Salleles-d'Aude,Sallèles-d'Aude,Salléles		76	11	113	11369
2976396	Sallèles-Cabardès	salleles-cabardes	FR	11600	113	Europe/Paris	43.32379	2.42013		Salleles,Salleles-Cabardes,Sallèles,Sallèles-Cabardès		76	11	111	11368
2976397	Sallèdes	salledes	FR	63270	480	Europe/Paris	45.65055	3.32927		Salledes,Sallèdes		84	63	632	63405
2976404	Sallaumines	sallaumines	FR	62430	10637	Europe/Paris	50.41749	2.86174		Sallaumine,Sallaumines,Sallaumones,Sallomin,sa luo mi ne,salawmynys,Салломин,Салломін,سالاومينيس,萨洛米讷		32	62	627	62771
2976406	Sallanches	sallanches	FR	74700	16725	Europe/Paris	45.94423	6.63162	580	Salenches,Sallansh,XSN,sllnchs,Салланш,سللنچس		84	74	742	74256
2976407	Sallagriffon	sallagriffon	FR	06910	57	Europe/Paris	43.88316	6.90596		Sallagriffon		93	06	061	06131
2976408	Salives	salives	FR	21580	238	Europe/Paris	47.61685	4.91759		Salives		27	21	212	21579
2976412	Salins-les-Thermes	salins-les-thermes	FR	73600	1031	Europe/Paris	45.47169	6.53051		Salins		84	73	731	73284
2976413	Salins-les-Bains	salins-les-bains	FR	39110	3534	Europe/Paris	46.94663	5.87763		Fort-Egalite,Fort-Egalité,Salen-le-Ben,Salins,Salins-les-Bains,sa lan lai ban,Сален-ле-Бен,ซาแล็ง-เล-แบ็ง,萨兰莱班		27	39	391	39500
2976415	Salins	salins	FR	15200	1008	Europe/Paris	48.42156	3.0213		Salins		11	77	773	77439
2976416	Salins	salins	FR	15200	156	Europe/Paris	45.19085	2.39324		Salins		84	15	152	15220
2976420	Salinelles	salinelles	FR	30250	458	Europe/Paris	43.81261	4.06528		Salinelles		76	30	302	30306
2976421	Salindres	salindres	FR	30340	3351	Europe/Paris	44.17154	4.15767		Salendr,Salindres,sa lan de lei,Салендр,萨兰德雷		76	30	301	30305
2976428	Saligos	saligos	FR	65120	82	Europe/Paris	42.89279	-0.02043		Saligis,Saligos		76	65	651	65399
2976429	Saligny-sur-Roudon	saligny-sur-roudon	FR	03470	809	Europe/Paris	46.46801	3.74993		Saligny,Saligny-sur-Roudon		84	03	032	03265
2976430	Saligny-le-Vif	saligny-le-vif	FR	18800	157	Europe/Paris	47.04553	2.76676		Saligny,Saligny-le-Vif		24	18	181	18023
2976432	Saligny	saligny	FR	85170	612	Europe/Paris	48.21385	3.35201		Saligny		27	89	893	89373
2976433	Saligny	saligny	FR	85170	1264	Europe/Paris	46.80845	-1.42611		Saligny		52	85	852	85019
2976434	Saligny	saligny	FR	85170	0	Europe/Paris	46.64971	3.20791				84	03	032	03015
2976436	Saligney	saligney	FR	39350	160	Europe/Paris	47.22012	5.6404		Saligney		27	39	391	39499
2976437	Salignac-sur-Charente	salignac-sur-charente	FR	17800	578	Europe/Paris	45.6721	-0.42833		Salignac,Salignac-de Pons,Salignac-sur-Charente		75	17	171	17418
2976438	Salignac-de-Mirambeau	salignac-de-mirambeau	FR	17130	166	Europe/Paris	45.34527	-0.48291		Salignac,Salignac-de-Mirambeau		75	17	171	17417
2976439	Salignac	salignac	FR	04290	1255	Europe/Paris	45.01607	-0.37964		Salignac		75	33	331	33018
2976440	Salignac-Eyvigues	salignac-eyvigues	FR	24590	1141	Europe/Paris	44.97464	1.32428		Salanhac e Aivigas,Salin'jak-Evig,sa li ni ya ke ai wei gai,Салиньяк-Евиг,Саліньяк-Евіг,萨利尼亚克埃维盖		75	24	244	24516
2976441	Salignac	salignac	FR	04290	0	Europe/Paris	44.96667	1.15				75	24	244	24544
2976442	Salignac	salignac	FR	04290	430	Europe/Paris	44.15793	5.9828		Salignac		93	04	044	04200
2976443	Salies-du-Salat	salies-du-salat	FR	31260	2262	Europe/Paris	43.10224	0.958		Salies,Salies-du-Salat		76	31	312	31523
2976444	Salies-de-Béarn	salies-de-bearn	FR	64270	5235	Europe/Paris	43.47422	-0.92448		Sali-de-Bearn,Salias,Salies,Saliese,sa li ye de bei a er en,salynay dy byarn,Сали-де-Беарн,Салі-де-Беарн,ساليناي دي بيارن,萨利耶德贝阿尔恩		75	64	642	64499
2976445	Saliès	salies	FR	81990	683	Europe/Paris	43.89183	2.12877		Salies,Saliès		76	81	811	81274
2976449	Saliceto	saliceto	FR	20218	52	Europe/Paris	42.39957	9.29505		Saliceto		94	2B	2B3	2B267
2976450	Salice	salice	FR	20121	111	Europe/Paris	42.11967	8.90006		Salice,Saliche,U Salge,Саличе,Саліче		94	2A	2A1	2A266
2976459	Saleux	saleux	FR	80480	2449	Europe/Paris	49.8563	2.23698		Saleux		32	80	802	80724
2976460	Salettes	salettes	FR	26160	0	Europe/Paris	45.075	4.28342				84	43	433	43130
2976461	Salettes	salettes	FR	26160	0	Europe/Paris	44.86328	3.96535		Salettes		84	43	432	43231
2976462	Salettes	salettes	FR	26160	101	Europe/Paris	44.56554	4.97031		Salettes		84	26	262	26334
2976468	Salesches	salesches	FR	59218	287	Europe/Paris	50.20311	3.58797		Salesches		32	59	591	59549
2976470	Sales	sales	FR	74150	1698	Europe/Paris	45.87441	5.95996		Sales		84	74	741	74255
2976471	Salers	salers	FR	15140	400	Europe/Paris	45.13817	2.49414		Salers		84	15	152	15219
2976472	Salernes	salernes	FR	83690	3673	Europe/Paris	43.5635	6.23386		Salern,Salerna,Salernas,Salernes,Salèrna,sa lai er na,Салерн,萨莱尔纳		93	83	831	83121
2976473	Salerm	salerm	FR	31230	61	Europe/Paris	43.306	0.82305		Salerin,Salerm		76	31	312	31522
2976475	Salérans	salerans	FR	05300	89	Europe/Paris	44.24304	5.70543		Salerans,Salérans		93	05	052	05160
2976476	Saléon	saleon	FR	05300	74	Europe/Paris	44.33885	5.77582		Saleon,Salhon,Saléon,sa lai weng,Салеон,萨莱翁		93	05	052	05159
2976477	Salenthal	salenthal	FR	67440	174	Europe/Paris	48.66773	7.36908				44	67	674	67004
2976478	Salency	salency	FR	60400	911	Europe/Paris	49.58828	3.04797		Salency		32	60	603	60603
2976481	Saleilles	saleilles	FR	66280	4256	Europe/Paris	42.65436	2.95168		Saleilles,Salelles		76	66	662	66189
2976482	Saleignes	saleignes	FR	17510	81	Europe/Paris	46.0077	-0.18665		Saleignes,Salen',sa lai gai,Салень,萨莱盖		75	17	175	17416
2976483	Saleich	saleich	FR	31260	406	Europe/Paris	43.02538	0.96913		Saleich,Saleish,Salesh,sa lai ke,Салеш,萨莱克		76	31	312	31521
2976485	Saléchan	salechan	FR	65370	183	Europe/Paris	42.95591	0.63082		Salechan,Saléchan		76	65	652	65398
2976489	Salses-le-Château	salses-le-chateau	FR	66600	2740	Europe/Paris	42.83333	2.91667		Sal's-le-Shato,Salses,sa er sai lai sha tuo,Сальс-ле-Шато,萨尔塞莱沙托		76	66	662	66190
2976490	Salbris	salbris	FR	41300	5810	Europe/Paris	47.4242	2.05124		Sal'bri,Salbris,sa er bu li,Сальбрі,萨尔布里		24	41	413	41232
2976492	Salazac	salazac	FR	30760	177	Europe/Paris	44.26007	4.52552		Salazac		76	30	302	30304
2976494	Salavre	salavre	FR	01270	316	Europe/Paris	46.36411	5.34708		Salavre		84	01	012	01391
2976496	Salavas	salavas	FR	07150	536	Europe/Paris	44.39408	4.37926		Salava,Salavas,Salavàs,sa la wa,Салава,萨拉瓦		84	07	071	07304
2976497	Salaunes	salaunes	FR	33160	617	Europe/Paris	44.93639	-0.83044		Salaunes		75	33	334	33494
2976501	Salasc	salasc	FR	34800	215	Europe/Paris	43.61991	3.31623		Salasc		76	34	342	34292
2976503	Salans	salans	FR	39700	475	Europe/Paris	47.1657	5.79157		Salans		27	39	391	39498
2976507	Salaise-sur-Sanne	salaise-sur-sanne	FR	38150	3981	Europe/Paris	45.35126	4.8107		Salaise,Salaise-sur-Sanne		84	38	383	38468
2976509	Salagnon	salagnon	FR	38890	1122	Europe/Paris	45.66863	5.36325		Salagnon		84	38	382	38467
2976511	Salagnac	salagnac	FR	24160	948	Europe/Paris	45.31121	1.19749		Salagnac,Salan'jak,Salanhac,sa la ni ya ke,Саланьяк,萨拉尼亚克		75	24	242	24515
2976514	Sajas	sajas	FR	31370	91	Europe/Paris	43.37674	1.02006		Sajas		76	31	311	31520
2976515	Saizy	saizy	FR	58190	131	Europe/Paris	47.35845	3.70452		Saizy		27	58	582	58271
2976516	Saizerais	saizerais	FR	54380	1269	Europe/Paris	48.7925	6.0447		Saizerais,Sezre,sai ze lai,Сезре,赛泽赖		44	54	543	54490
2976517	Saizenay	saizenay	FR	39110	123	Europe/Paris	46.96264	5.91495		Saizenay		27	39	391	39497
2976519	Saix	saix	FR	81710	195	Europe/Paris	47.13694	0.0001		Saix		75	86	861	86250
2976520	Saïx	saix	FR	81710	3509	Europe/Paris	43.58109	2.18267		Saix,Saïx		76	81	812	81273
2976521	Saivres	saivres	FR	79400	1218	Europe/Paris	46.43263	-0.23682		Saivres		75	79	792	79302
2976522	Saisy	saisy	FR	71360	311	Europe/Paris	46.96047	4.54881		Saisy,Saizy,Sezi,Сези,Сезі		27	71	711	71493
2976523	Saisseval	saisseval	FR	80540	233	Europe/Paris	49.89434	2.11238		Saisseval		32	80	802	80723
2976524	Saissac	saissac	FR	11310	985	Europe/Paris	43.36076	2.16716		Saissac,Sesak,Sessak,sai sa ke,Сесак,Сессак,赛萨克		76	11	111	11367
2976529	Saires-la-Verrerie	saires-la-verrerie	FR	61220	285	Europe/Paris	48.68602	-0.49709		Saires		28	61	612	61459
2976530	Saires	saires	FR	86420	135	Europe/Paris	46.88506	0.24309		Saires,Ser,sai lei,Сер,赛勒		75	86	861	86249
2976533	Sainville	sainville	FR	28700	971	Europe/Paris	48.41479	1.8796		Sainville		24	28	281	28363
2976534	Saint-Zacharie	saint-zacharie	FR	83640	4506	Europe/Paris	43.38521	5.70808		Saint-Zacharie,Theonlen,Théonlen		93	83	833	83120
2976535	Saint-Yzans-de-Médoc	saint-yzans-de-medoc	FR	33340	403	Europe/Paris	45.32283	-0.82175		Saint-Yzans,Saint-Yzans-de-Medoc,Saint-Yzans-de-Médoc,Sent Dicenc,Sent Dicenc de Medoc,Sent Dicenç,Sent Dicenç de Medoc,Sent-Izan-de-Medok,sheng yi cang de mei duo ke,Сент-Ізан-де-Медок,Сент-Изан-де-Медок,圣伊藏德梅多克		75	33	334	33493
2976536	Saint-Yzan-de-Soudiac	saint-yzan-de-soudiac	FR	33920	1656	Europe/Paris	45.14054	-0.4109		Saint Yzan,Saint-Yzan-de-Soudiac		75	33	331	33492
2976537	Saint-Yvi	saint-yvi	FR	29140	2774	Europe/Paris	47.96751	-3.93465		Saint-Yvi,Saint-Yvy,Sant-Ivi,Sent-Ivi,sheng yi wei,Сент-Іві,Сент-Иви,圣伊维		53	29	294	29272
2976538	Saint-Yvoine	saint-yvoine	FR	63500	391	Europe/Paris	45.58553	3.24087		Roche-sur-Allier,Saint-Yvoine		84	63	633	63404
2976541	Saint-Ythaire	saint-ythaire	FR	71460	124	Europe/Paris	46.56869	4.60953		Mont-Ainard,Monteynard,Saint-Ythaire		27	71	715	71492
2976542	Saint-Yrieix-sur-Charente	saint-yrieix-sur-charente	FR	16710	6832	Europe/Paris	45.67521	0.12706		Saint Yrieix sobre Charenta,Saint-Yrieix,Saint-Yrieix-sur-Charente,San Yrieix sobre Charenta,Sent-Ir'eks-sjur-Sharant,Sent-Ire-sjur-Sharant,sha lang te he pan sheng yi li ye yi,Сент-Ірє-сюр-Шарант,Сент-Ирьекс-сюр-Шарант,沙朗特河畔圣伊里耶伊		75	16	161	16358
2976543	Saint-Yrieix-sous-Aixe	saint-yrieix-sous-aixe	FR	87700	366	Europe/Paris	45.85778	1.07765		Saint-Yrieix,Saint-Yrieix-sous-Aixe		75	87	872	87188
2976544	Saint-Yrieix-les-Bois	saint-yrieix-les-bois	FR	23150	313	Europe/Paris	46.10012	1.93809		Saint-Yrieix,Saint-Yrieix-les-Bois		75	23	232	23250
2976545	Saint-Yrieix-le-Déjalat	saint-yrieix-le-dejalat	FR	19300	410	Europe/Paris	45.45691	1.97158		Saint-Yrieix,Saint-Yrieix-le-Dejalat,Saint-Yrieix-le-Déjalat		75	19	193	19249
2976546	Saint-Yrieix-la-Perche	saint-yrieix-la-perche	FR	87500	7895	Europe/Paris	45.5145	1.20329		Saint-Yrieix,Saint-Yrieix-la-Perche,Sent Irieg de Glandon,Sent Iries,Sent Irièg de Glandon,Sent Iriès,Sent-Ir'e-la-Persh,Sent-Ire-la-Persh,Yrieix-la-Montagne,sheng yi li ye yi la pei er shen,Сент-Ірє-ла-Перш,Сент-Ирье-ла-Перш,圣伊里耶伊拉佩尔什		75	87	872	87187
2976547	Saint-Yrieix-la-Montagne	saint-yrieix-la-montagne	FR	23460	237	Europe/Paris	45.88335	2.02106		Saint-Yrieix,Saint-Yrieix-la-Montagne		75	23	231	23249
2976548	Saint-Yorre	saint-yorre	FR	03270	2896	Europe/Paris	46.06598	3.4643		Saint-Yorre,Sant Tiorre,Sen-Jor,Sent-Jor,sheng yi ao er,Сен-Йор,Сент-Йор,圣伊奥尔		84	03	033	03264
2976549	Saint-Yon	saint-yon	FR	91650	863	Europe/Paris	48.55811	2.19082		Saint-Yon		11	91	911	91581
2976551	Saint-Ybars	saint-ybars	FR	09210	591	Europe/Paris	43.23804	1.38624		Mont-Sauveterre,Mont-Ybars,Saint-Ybars		76	09	093	09277
2976552	Saint-Ybard	saint-ybard	FR	19140	602	Europe/Paris	45.44802	1.52156		L'Union-sur-Vezere,L'Union-sur-Vézère,Saint-Ybard,Sanch Ibarch,Sent Ibarc,Sent Ibarç,Sent-Ibar,sheng yi ba er,Сент-Ібар,Сент-Ибар,圣伊巴尔		75	19	192	19248
2976553	Saint-Yan	saint-yan	FR	71600	1112	Europe/Paris	46.41147	4.03876		SYT,Saint-Yan,Yan-l'Arconce		27	71	713	71491
2976554	Saint-Yaguen	saint-yaguen	FR	40400	500	Europe/Paris	43.88899	-0.74278				75	40	401	40285
2976556	Saint-Xandre	saint-xandre	FR	17138	4414	Europe/Paris	46.20425	-1.10394		Gemmapes,Saint-Xandre		75	17	173	17414
2976557	Saint-Witz	saint-witz	FR	95470	2354	Europe/Paris	49.091	2.57122		Saint-Witz,Sen-Vic,Sen-Vitz,sheng wei,Сен-Витз,Сен-Виц,Сен-Вітз,圣维		11	95	952	95580
2976695	Saint-Vallier-de-Thiey	saint-vallier-de-thiey	FR	06460	2358	Europe/Paris	43.69841	6.84779		Saint-Vallier,Saint-Vallier-de-Thiey		93	06	061	06130
2976558	Saint-Wandrille-Rançon	saint-wandrille-rancon	FR	76490	1194	Europe/Paris	49.52658	0.76497		Saint-Vandrille,Saint-Wandrille,Saint-Wandrille-Rancon,Saint-Wandrille-Rançon		28	76	763	76164
2976559	Saint-Waast	saint-waast	FR	59570	0	Europe/Paris	50.30458	3.7495		Saint-Waast,Saint-Waast-la-Vallee,Saint-Waast-la-Vallée		32	59	591	59548
2976561	Saint-Vulbas	saint-vulbas	FR	01150	901	Europe/Paris	45.83136	5.2903		Claires-Fontaines,Saint-Vulbas,Sen Vulba,Sen-Vjul'ba,san-fwlbas  ayn,sheng wei er ba si,Сен-Вюльба,Սեն Վուլբա,سان-فولباس، أين,圣维尔巴斯		84	01	011	01390
2976562	Saint-Vran	saint-vran	FR	22230	691	Europe/Paris	48.23779	-2.44185		Saint-Vran,Sant-Vran		53	22	224	22333
2976564	Saint-Vrain	saint-vrain	FR	51340	219	Europe/Paris	48.69504	4.80257		Olcomval,Vrain-la-Fertilite,Vrain-la-Fertilité		44	51	514	51521
2976565	Saint-Vrain	saint-vrain	FR	51340	2816	Europe/Paris	48.54302	2.33331		Saint-Vrain		11	91	913	91579
2976566	Saint-Vougay	saint-vougay	FR	29440	843	Europe/Paris	48.59472	-4.13797		Saint-Vougay,Sant-Nouga		53	29	293	29271
2976567	Saint-Voir	saint-voir	FR	03220	206	Europe/Paris	46.40639	3.51961		Saint-Voir		84	03	032	03263
2976568	Saint-Vivien-de-Monségur	saint-vivien-de-monsegur	FR	33580	0	Europe/Paris	44.61632	0.10714		Saint-Vivien,Saint-Vivien-de-Monsegur,Saint-Vivien-de-Monségur		75	33	333	33491
2976569	Saint-Vivien-de-Médoc	saint-vivien-de-medoc	FR	33590	1595	Europe/Paris	45.43062	-1.0358		Saint-Vivien,Saint-Vivien-de-Medoc,Saint-Vivien-de-Médoc		75	33	334	33490
2976570	Saint-Vivien-de-Blaye	saint-vivien-de-blaye	FR	33920	0	Europe/Paris	45.1	-0.5		Saint-Vivien,Saint-Vivien-de-Blaye		75	33	331	33489
2976572	Saint-Vivien	saint-vivien	FR	17220	902	Europe/Paris	46.07936	-1.05289		Franklin,Sans-Culottes,Vivien-le-Mont		75	17	173	17413
2976573	Saint-Vivien	saint-vivien	FR	17220	0	Europe/Paris	44.89283	0.1039		Saint-Vivien		75	24	241	24514
2976574	Saint-Vivien	saint-vivien	FR	17220	0	Europe/Paris	44.56875	0.69919		Saint-Vivien		75	47	473	47241
2976575	Saint-Vitte-sur-Briance	saint-vitte-sur-briance	FR	87380	338	Europe/Paris	45.62482	1.54631		Saint-Vitte,Saint-Vitte-sur-Briance		75	87	872	87186
2976576	Saint-Vitte	saint-vitte	FR	18360	136	Europe/Paris	46.54675	2.5339		Fleuriel-sur-Poncignon,Fleuriel-sur-Queune,Saint-Vitte		24	18	182	18238
2976577	Saint-Vite	saint-vite	FR	47500	1308	Europe/Paris	44.47333	0.94004		Saint-Vite		75	47	473	47283
2976578	Saint-Vital	saint-vital	FR	73460	634	Europe/Paris	45.62809	6.29938		Cotes-Rives,Côtes-Rives,Saint-Vital		84	73	731	73283
2976579	Saint-Vit	saint-vit	FR	25410	4549	Europe/Paris	47.18333	5.81667		Egalite-sur-Doubs,Egalité-sur-Doubs,Saint-Vit,Sen-Vit,sheng wei,Сен-Віт,圣维		27	25	251	25527
2976581	Saint-Vincent-sur-Oust	saint-vincent-sur-oust	FR	56350	1180	Europe/Paris	47.69996	-2.1469		Saint-Vincent,Saint-Vincent-sur-Oust,Sant-Visant-an-Oud,Sant-Visant-an-Oust,Sen-Vensan-sjur-Ust,wu si he pan sheng wan sang,Сен-Венсан-сюр-Уст,乌斯河畔圣万桑		53	56	563	56239
2976582	Saint-Vincent-sur-l'Isle	saint-vincent-sur-l-isle	FR	24420	0	Europe/Paris	45.24515	0.89608		Saint-Vincent,Saint-Vincent-sur-l'Isle		75	24	242	24513
2976583	Saint-Vincent-sur-Jard	saint-vincent-sur-jard	FR	85520	922	Europe/Paris	46.41487	-1.54877		Le Goulet,Saint-Vincent,Saint-Vincent-sur-Jard,Sen-Vensan-sjur-Zhar,ya er he pan sheng wan kang,Сен-Венсан-сюр-Жар,雅尔河畔圣万康		52	85	853	85278
2976584	Saint-Vincent-sur-Jabron	saint-vincent-sur-jabron	FR	04200	204	Europe/Paris	44.17114	5.74193		Saint-Vincent,Saint-Vincent-sur-Jabron,Sant Vincenc de Jabron,Sant Vincenc de Miravalh,Sant Vincenç de Jabron,Sant Vincènç de Miravalh,Sen-Vensan-sjur-Zhabron,Vincent-la-Lauze,ya bu luo ne he pan sheng wan sang,Сен-Венсан-сюр-Жаброн,雅布罗讷河畔圣万桑		93	04	044	04199
2976585	Saint-Vincent-sur-Graon	saint-vincent-sur-graon	FR	85540	1127	Europe/Paris	46.51723	-1.38956		Le Graon,Saint-Vincent,Saint-Vincent-sur-Graon,Sen-Vensan-sjur-Graon,ge lang he pan sheng wan kang,Сен-Венсан-сюр-Граон,格朗河畔圣万康		52	85	853	85277
2976586	Saint-Vincent-Sterlanges	saint-vincent-sterlanges	FR	85110	647	Europe/Paris	46.74091	-1.08667		Le Gravereau,Saint-Vincent,Saint-Vincent-Sterlanges		52	85	852	85276
2976587	Saint-Vincent-Rive-d'Olt	saint-vincent-rive-d-olt	FR	46140	0	Europe/Paris	44.46555	1.29958		Saint-Vincent,Saint-Vincent-Rive-d'Olt		76	46	461	46296
2976589	Saint-Vincent-Lespinasse	saint-vincent-lespinasse	FR	82400	0	Europe/Paris	44.11828	0.95362		Saint-Vincent,Saint-Vincent-Lespinasse,Saint-Vincent-l'Espinasse		76	82	821	82175
2976590	Saint-Vincent-les-Forts	saint-vincent-les-forts	FR	04340	217	Europe/Paris	44.44314	6.37593		Mont-Clocher,Saint-Vincent,Saint-Vincent-les-Forts,Sant Vincenc dau Lauset,Sant Vincenc dei Forts,Sant Vincenç dei Fòrts,Sant Vincènç dau Lauset,Sen-Vensan-le-For,sheng wan sang lai fu er te,Сен-Венсан-ле-Фор,圣万桑莱福尔特		93	04	041	04033
2976591	Saint-Vincent-Bragny	saint-vincent-bragny	FR	71430	0	Europe/Paris	46.53513	4.12683		Saint-Vincent,Saint-Vincent-les-Bragny,Saint-Vincent-lès-Bragny		27	71	713	71490
2976592	Saint-Vincent-le-Paluel	saint-vincent-le-paluel	FR	24200	216	Europe/Paris	44.89227	1.28642		Saint-Vincent,Saint-Vincent-le-Paluel,Sen-Vensan-le-Paljuehl',Sen-Vensan-le-Paljuel',Sent Vincenc de Paluel,Sent Vincenc de Pauel,Sent Vincenç de Paluèl,Sent Vincenç de Pauèl,sheng wan sang lai pa lu ai,Сен-Венсан-ле-Палюель,Сен-Венсан-ле-Палюэль,圣万桑莱帕吕埃		75	24	244	24512
2976593	Saint-Vincent-la-Commanderie	saint-vincent-la-commanderie	FR	26300	420	Europe/Paris	44.93868	5.11667		Saint-Vincent,Saint-Vincent-la-Commanderie		84	26	263	26382
2976594	Saint-Vincent-la-Châtre	saint-vincent-la-chatre	FR	79500	589	Europe/Paris	46.22133	-0.03719		Saint-Vincent,Saint-Vincent-la-Chatre,Saint-Vincent-la-Châtre		75	79	792	79301
2976595	Saint-Vincent-Jalmoutiers	saint-vincent-jalmoutiers	FR	24410	223	Europe/Paris	45.20243	0.19208		Saint-Vincent-Jalmoutiers		75	24	243	24511
2976596	Saint-Vincent-en-Bresse	saint-vincent-en-bresse	FR	71440	442	Europe/Paris	46.66604	5.06039		Saint-Vincent,Saint-Vincent-en-Bresse,Sen-Vensant-an-Bress,Vincent-des-Bois,Сен-Венсант-ан-Бресс		27	71	714	71489
2976597	Saint-Vincent-du-Pendit	saint-vincent-du-pendit	FR	46400	200	Europe/Paris	44.83871	1.9013		Saint-Vincent,Saint-Vincent-du-Pendit		76	46	462	46295
2976598	Saint-Vincent-du-Lorouër	saint-vincent-du-lorouer	FR	72150	900	Europe/Paris	47.82548	0.48948		Saint-Vincent,Saint-Vincent-du-Lorouer,Saint-Vincent-du-Lorouër		52	72	721	72325
2976599	Saint-Vincent-du-Boulay	saint-vincent-du-boulay	FR	27230	282	Europe/Paris	49.1036	0.49067		Saint-Vincent,Saint-Vincent-du-Boulay		28	27	272	27613
2976600	Saint-Vincent-de-Tyrosse	saint-vincent-de-tyrosse	FR	40230	5898	Europe/Paris	43.66071	-1.30428		Saint-Vincent,Saint-Vincent-de-Tyrosse,San Bisentse,Sen-Vensan-de-Tiross,Sent Vincenc de Tirossa,Sent Vincenç de Tiròssa,san=vu~ansan=do=tirosu,sheng wan sang de di luo si,Сен-Венсан-де-Тиросс,Сен-Венсан-де-Тіросс,サン＝ヴァンサン＝ド＝ティロス,圣万桑德蒂罗斯		75	40	401	40284
2976601	Saint-Vincent-des-Prés	saint-vincent-des-pres	FR	71250	428	Europe/Paris	48.29598	0.38562		Saint-Vincent,Saint-Vincent-des-Pres,Saint-Vincent-des-Prés		52	72	722	72324
2976602	Saint-Vincent-des-Prés	saint-vincent-des-pres	FR	71250	112	Europe/Paris	46.47413	4.56124		Gande,Saint-Vincent,Saint-Vincent-des-Pres,Saint-Vincent-des-Prés		27	71	715	71488
2976603	Saint-Vincent-des-Landes	saint-vincent-des-landes	FR	44590	1424	Europe/Paris	47.65578	-1.49547		Saint Vincent,Saint-Vincent-des-Landes,Sant-Visant-al-Lann		52	44	445	44193
2976604	Saint-Vincent-des-Bois	saint-vincent-des-bois	FR	27950	282	Europe/Paris	49.0719	1.4		Saint-Vincent,Saint-Vincent-des-Bois		28	27	271	27612
2976605	Saint-Vincent-de-Reins	saint-vincent-de-reins	FR	69240	0	Europe/Paris	46.07446	4.38742		Saint-Vincent,Saint-Vincent-de-Reins		84	69	692	69240
2976606	Saint-Vincent-de-Pertignas	saint-vincent-de-pertignas	FR	33420	0	Europe/Paris	44.79832	-0.1121		Saint-Vincent,Saint-Vincent-de-Pertignas		75	33	335	33488
2976607	Saint-Vincent-de-Paul	saint-vincent-de-paul	FR	33440	1139	Europe/Paris	44.95421	-0.46887		Saint-Vincent,Saint-Vincent-de-Paul		75	33	332	33487
2976608	Saint-Vincent-de-Paul	saint-vincent-de-paul	FR	33440	2604	Europe/Paris	43.74431	-1.00662				75	40	401	40283
2976609	Saint-Vincent-de-Mercuze	saint-vincent-de-mercuze	FR	38660	1466	Europe/Paris	45.37215	5.95424		Saint Vincent-de Mercuse,Saint-Vincent,Saint-Vincent-de-Mercuze		84	38	381	38466
2976610	Saint-Vincent-de-Lamontjoie	saint-vincent-de-lamontjoie	FR	47310	206	Europe/Paris	44.08501	0.51268		Saint-Vincent,Saint-Vincent-de-Lamontjoie		75	47	474	47282
2976611	Saint-Vincent-de-Durfort	saint-vincent-de-durfort	FR	07360	228	Europe/Paris	44.80522	4.64391		Saint-Vincent,Saint-Vincent-de-Durfort		84	07	072	07303
2976612	Saint-Vincent-de-Cosse	saint-vincent-de-cosse	FR	24220	372	Europe/Paris	44.84187	1.11871		Montagne-Regeneree,Montagne-Regénérée,Saint-Vincent,Saint-Vincent-de-Cosse,Sen-Vensan-de-Kos,Sen-Vensan-de-Koss,Sent Vincenc de Cossa,Sent Vincenç de Còssa,sheng wan sang de ke si,Сен-Венсан-де-Кос,Сен-Венсан-де-Косс,圣万桑德科斯		75	24	244	24510
2976613	Saint-Vincent-de-Connezac	saint-vincent-de-connezac	FR	24190	543	Europe/Paris	45.16359	0.39712		Saint-Vincent,Saint-Vincent-de-Connezac		75	24	243	24509
2976614	Saint-Vincent-de-Boisset	saint-vincent-de-boisset	FR	42120	913	Europe/Paris	46.0075	4.12226		Saint-Vincent,Saint-Vincent-de-Boisset		84	42	422	42294
2976615	Saint-Vincent-de-Barrès	saint-vincent-de-barres	FR	07210	635	Europe/Paris	44.66167	4.70944		Saint-Vincent,Saint-Vincent-de-Barres,Saint-Vincent-de-Barrès,Sant Vincenc de Barres,Sant Vincent de Barres,Sant Vincent de Barrès,Sant Vincenç de Barrés,Sen-Vensan-de-Barre,Sen-Vensan-de-Barres,sheng wan sang de ba er lei,Сен-Венсан-де-Барре,Сен-Венсан-де-Баррес,圣万桑德巴尔雷		84	07	072	07302
2976616	Saint-Vincent-de-Barbeyrargues	saint-vincent-de-barbeyrargues	FR	34730	648	Europe/Paris	43.7069	3.8781		Saint Vincent,Saint-Vincent-de Barberragues,Saint-Vincent-de-Barbeyrargues		76	34	342	34290
2976617	Saint-Vincent-Cramesnil	saint-vincent-cramesnil	FR	76430	511	Europe/Paris	49.50278	0.36033		Saint-Vincent,Saint-Vincent-Cramesnil		28	76	762	76658
2976622	Saint-Vincent	saint-vincent	FR	31290	0	Europe/Paris	49.73881	1.43298				28	76	761	76462
2976623	Saint-Vincent	saint-vincent	FR	31290	0	Europe/Paris	47.99459	-3.23471				53	56	562	56156
2976624	Saint-Vincent	saint-vincent	FR	31290	0	Europe/Paris	47.73032	-0.88206				52	49	494	49331
2976625	Saint-Vincent	saint-vincent	FR	31290	0	Europe/Paris	45.64242	4.67739				84	69	691	69219
2976626	Saint-Vincent	saint-vincent	FR	31290	304	Europe/Paris	45.54896	3.13274		Lassaigne,Saint-Vincent		84	63	633	63403
2976627	Saint-Vincent-de-Salers	saint-vincent-de-salers	FR	15380	87	Europe/Paris	45.20442	2.53407				84	15	152	15218
2976628	Saint-Vincent	saint-vincent	FR	31290	961	Europe/Paris	45.14405	3.90945		Mont-Clergot,Saint-Vincent		84	43	432	43230
2976629	Saint-Vincent	saint-vincent	FR	31290	0	Europe/Paris	45.01667	-0.58333				75	33	332	33004
2976630	Saint-Vincent-d'Autéjac	saint-vincent-d-autejac	FR	82300	313	Europe/Paris	44.16082	1.47134		Saint-Vincent,Saint-Vincent-d'Autejac,Saint-Vincent-d'Autéjac		76	82	822	82174
2976631	Saint-Vincent	saint-vincent	FR	31290	0	Europe/Paris	43.83276	4.5607				76	30	302	30135
2976632	Saint-Vincent	saint-vincent	FR	31290	0	Europe/Paris	43.81881	2.81238		Saint-Vincent,Saint-Vincent-de-Lacalm		76	12	121	12192
2976633	Saint-Vincent-d'Olargues	saint-vincent-d-olargues	FR	34390	0	Europe/Paris	43.55	2.88333		Collines-et-Rochers,Saint-Vincent-d'Olargues,Vincent-de-Collines-et-Rochers		76	34	341	34291
2976634	Saint-Vincent	saint-vincent	FR	31290	112	Europe/Paris	43.43972	1.7578		Saint-Vincent		76	31	313	31519
2976635	Saint-Vincent	saint-vincent	FR	31290	395	Europe/Paris	43.16183	-0.14891		Saint-Vincent		75	64	643	64498
2976637	Saint-Vigor-le-Grand	saint-vigor-le-grand	FR	14400	1962	Europe/Paris	49.28242	-0.68579		Saint-Vigor,Saint-Vigor-le-Grand		28	14	141	14663
2976638	Saint-Vigor-d'Ymonville	saint-vigor-d-ymonville	FR	76430	0	Europe/Paris	49.49416	0.36097		Beauvais-sur-Seine,Saint-Vigor,Saint-Vigor-d'Ymonville		28	76	762	76657
2976733	Saint-Ulrich	saint-ulrich	FR	68210	291	Europe/Paris	47.59588	7.11861		Saint-Ulrich		44	68	681	68299
2976639	Saint-Vigor-des-Monts	saint-vigor-des-monts	FR	50420	289	Europe/Paris	48.91072	-1.08547		Saint-Vigor,Saint-Vigor-des-Monts		28	50	504	50563
2976640	Saint-Vigor-des-Mézerets	saint-vigor-des-mezerets	FR	14770	206	Europe/Paris	48.90867	-0.64101		Saint-Vigor,Saint-Vigor-des-Mezerets,Saint-Vigor-des-Mézerets,Sen-Vigor-de-Mezere,Sen-Vigor-de-Mezre,sheng wei ge dai mei ze lei te,Сен-Вигор-де-Мезере,Сен-Вигор-де-Мезре,Сен-Вігор-де-Мезере,圣维戈代梅泽雷特		28	14	144	14357
2976641	Saint-Vigor	saint-vigor	FR	27930	284	Europe/Paris	49.08788	1.26667		Saint-Vigor		28	27	273	27611
2976642	Saint-Vidal	saint-vidal	FR	43320	385	Europe/Paris	45.07461	3.80003		La Penide,La Pénide,Saint-Vidal		84	43	432	43229
2976643	Saint-Victurnien	saint-victurnien	FR	87420	1543	Europe/Paris	45.8777	1.01301		Saint-Victurnien		75	87	873	87185
2976644	Saint-Victour	saint-victour	FR	19200	166	Europe/Paris	45.46442	2.38016		Saint-Victour		75	19	193	19247
2976645	Saint-Victor-sur-Rhins	saint-victor-sur-rhins	FR	42630	920	Europe/Paris	46.00389	4.28245		Saint-Victor,Saint-Victor-sur-Reins,Saint-Victor-sur-Rhins		84	42	422	42293
2976646	Saint-Victor-sur-Ouche	saint-victor-sur-ouche	FR	21410	240	Europe/Paris	47.23512	4.74679		Saint-Victor,Saint-Victor-sur-Ouche,Victor-sur-Ouche		27	21	212	21578
2976648	Saint-Victor-sur-Avre	saint-victor-sur-avre	FR	27130	74	Europe/Paris	48.70235	0.8544		Saint-Victor,Saint-Victor-sur-Avre		28	27	272	27610
2976649	Saint-Victor-sur-Arlanc	saint-victor-sur-arlanc	FR	43500	116	Europe/Paris	45.33486	3.77467		Saint Victor,Saint-Victor-sur-Arlanc,Victor-la-Montagne		84	43	432	43228
2976650	Saint-Victor-Rouzaud	saint-victor-rouzaud	FR	09100	170	Europe/Paris	43.09324	1.55219		Saint-Victor-Rouzaud		76	09	092	09276
2976651	Saint-Victor-Montvianeix	saint-victor-montvianeix	FR	63550	288	Europe/Paris	45.94014	3.60387		Saint-Victor,Saint-Victor-Montvianeix		84	63	635	63402
2976652	Saint-Victor-Malescours	saint-victor-malescours	FR	43140	702	Europe/Paris	45.2917	4.31226		Saint-Victor-Malescours,Sant Victor de Malascorts,Sen-Viktor-Maleskur,Victor,sheng wei ke tuo ma lai si ku er,Сен-Виктор-Малескур,Сен-Віктор-Малескур,圣维克托马莱斯库尔		84	43	433	43227
2976653	Saint-Victor-la-Coste	saint-victor-la-coste	FR	30290	1663	Europe/Paris	44.06197	4.64221		Saint-Victor,Saint-Victor-la-Coste,Serre-la-Coste		76	30	302	30302
2976654	Saint-Victor-l'Abbaye	saint-victor-l-abbaye	FR	76890	0	Europe/Paris	49.67421	1.12026		Saint-Victor,Saint-Victor-l'Abbaye		28	76	761	76656
2976655	Saint-Victor	saint-victor	FR	03410	341	Europe/Paris	44.05139	2.83198		Saint-Victor,Saint-Victor-et-Melvieu		76	12	121	12251
2976656	Saint-Victoret	saint-victoret	FR	13700	7100	Europe/Paris	43.41957	5.23396		Saint-Victoret,Sant Victoret,Sant Vitoret,Sen-Viktore,sheng wei ke tuo lei,Сен-Викторе,Сен-Вікторе,圣维克托雷		93	13	134	13102
2976657	Saint-Victor-des-Oules	saint-victor-des-oules	FR	30700	235	Europe/Paris	44.04184	4.48418		Saint-Victor,Saint-Victor-des-Oules		76	30	302	30301
2976658	Saint-Victor-de-Réno	saint-victor-de-reno	FR	61290	200	Europe/Paris	48.50326	0.69927		Saint-Victor,Saint-Victor-de-Reno,Saint-Victor-de-Réno		28	61	613	61230
2976659	Saint-Victor-d'Épine	saint-victor-d-epine	FR	27800	0	Europe/Paris	49.20944	0.60749		Saint-Victor,Saint-Victor-d'Epine,Saint-Victor-d'Épine		28	27	272	27609
2976660	Saint-Victor-de-Morestel	saint-victor-de-morestel	FR	38510	924	Europe/Paris	45.70026	5.50028		Mont-Vallon,Saint-Victor,Saint-Victor-de-Morestel		84	38	382	38465
2976661	Saint-Victor-de-Malcap	saint-victor-de-malcap	FR	30500	594	Europe/Paris	44.24764	4.22115		Saint-Victor,Saint-Victor-de-Malcap		76	30	301	30303
2976662	Saint-Victor-de-Chrétienville	saint-victor-de-chretienville	FR	27300	417	Europe/Paris	49.07334	0.51519		Saint-Victor,Saint-Victor-de-Chretienville,Saint-Victor-de-Chrétienville,Sen-Viktor-de-Shret'janvil',sheng wei ke tuo de ke lei di an wei er,Сен-Виктор-де-Шретьянвиль,Сен-Віктор-де-Шретьянвіль,圣维克托德克雷蒂安维尔		28	27	272	27608
2976663	Saint-Victor-de-Cessieu	saint-victor-de-cessieu	FR	38110	1810	Europe/Paris	45.54113	5.39098		Saint-Victor,Saint-Victor-de-Cessieu		84	38	382	38464
2976664	Saint-Victor-de-Buthon	saint-victor-de-buthon	FR	28240	480	Europe/Paris	48.41025	0.96833		Saint-Victor,Saint-Victor-de-Buthon		24	28	284	28362
2976667	Saint-Victor	saint-victor	FR	03410	1997	Europe/Paris	46.39506	2.60819		Saint-Victor		84	03	031	03262
2976668	Saint-Victor-en-Marche	saint-victor-en-marche	FR	23000	355	Europe/Paris	46.11667	1.81667		Saint-Victor-en-Marche		75	23	232	23248
2976669	Saint-Victor-la-Rivière	saint-victor-la-riviere	FR	63790	227	Europe/Paris	45.55	2.95				84	63	633	63401
2976670	Saint-Victor	saint-victor	FR	03410	165	Europe/Paris	45.26351	0.43799		Saint-Victor		75	24	243	24508
2976671	Saint-Victor	saint-victor	FR	03410	876	Europe/Paris	45.10083	4.67239		Saint-Victor,Victoral		84	07	073	07301
2976672	Saint-Victor	saint-victor	FR	03410	129	Europe/Paris	45.01006	2.28787		Saint-Victor		84	15	151	15217
2976673	Saint-Victor	saint-victor	FR	03410	0	Europe/Paris	44.93333	3.95				84	43	432	43210
2976674	Saint-Victor	saint-victor	FR	03410	0	Europe/Paris	44.28584	0.82964				75	47	471	47062
2976677	Saint-Victeur	saint-victeur	FR	72130	304	Europe/Paris	48.32359	0.0392		Saint-Victeur		52	72	722	72323
2976678	Saint-Viaud	saint-viaud	FR	44320	1992	Europe/Paris	47.25626	-2.01859		Saint-Viaud,Sant-Widel-Skovrid		52	44	443	44192
2976679	Saint-Viâtre	saint-viatre	FR	41210	1193	Europe/Paris	47.52438	1.93276		Saint-Viatre,Saint-Viâtre		24	41	413	41231
2976680	Saint-Viance	saint-viance	FR	19240	1453	Europe/Paris	45.2176	1.45263		Avelque-Courte,Belle-Rive,Saint-Viance		75	19	191	19246
2976681	Saint-Vert	saint-vert	FR	43440	107	Europe/Paris	45.37153	3.532		Saint-Vert,Vert-les-Eaux		84	43	431	43226
2976682	Saint-Vérand	saint-verand	FR	38160	0	Europe/Paris	46.25445	4.73678		Saint-Verand,Saint-Vérand		27	71	715	71487
2976683	Saint-Vérand	saint-verand	FR	38160	1047	Europe/Paris	45.91902	4.52761		Saint-Verand,Saint-Vérand		84	69	692	69239
2976684	Saint-Vérand	saint-verand	FR	38160	1579	Europe/Paris	45.17344	5.33261		Saint-Verand,Saint-Vérand		84	38	381	38463
2976686	Saint-Véran	saint-veran	FR	05350	286	Europe/Paris	44.70037	6.86828		Blanche-Froide,Saint-Veran,Saint-Véran,Sen-Veran,Sent Veran,sheng wei lang,Сен-Веран,圣韦朗		93	05	051	05157
2976687	Saint-Véran	saint-veran	FR	05350	0	Europe/Paris	44.11246	5.05832				93	84	843	84012
2976688	Saint-Vérain	saint-verain	FR	58310	392	Europe/Paris	47.48076	3.05524		Saint-Verain,Saint-Vérain		27	58	584	58270
2976689	Saint-Vénérand	saint-venerand	FR	43580	54	Europe/Paris	44.86687	3.67899		Saint-Venerand,Saint-Vénérand,Venerand-la-Garde,Vénérand-la-Garde		84	43	431	43225
2976690	Saint-Venant	saint-venant	FR	62350	3356	Europe/Paris	50.61955	2.53946		Fanum Santi Venantii,Fort-Vert,Pot-Vert,Saint-Venant,Sen-Venan,san fynant,sheng wei nan,Сен-Венан,سان فينانت,圣韦南		32	62	622	62770
2976691	Saint-Vaury	saint-vaury	FR	23320	2016	Europe/Paris	46.20424	1.7557		Saint-Vaury		75	23	232	23247
2976692	Saint-Vaast-en-Chaussée	saint-vaast-en-chaussee	FR	80310	575	Europe/Paris	49.96667	2.2				32	80	802	80722
2976693	Saint-Varent	saint-varent	FR	79330	2552	Europe/Paris	46.88955	-0.23243		Saint-Varent		75	79	791	79299
2976694	Saint-Vallier-sur-Marne	saint-vallier-sur-marne	FR	52200	138	Europe/Paris	47.83631	5.39594		Saint-Vallier,Saint-Vallier-sur-Marne		44	52	522	52457
2977905	Saint-Nicolas	saint-nicolas	FR	62223	0	Europe/Paris	47.98054	-3.03959				53	56	562	56173
2976696	Saint-Vallier	saint-vallier	FR	16480	62	Europe/Paris	48.27977	6.31638		Saint-Vallier		44	88	881	88437
2976697	Saint-Vallier	saint-vallier	FR	16480	9670	Europe/Paris	46.64107	4.37107		Saint-Vallier,Vallier-les-Bois		27	71	711	71486
2976698	Saint-Vallier	saint-vallier	FR	16480	170	Europe/Paris	45.29389	-0.06275		Saint-Vallier		75	16	162	16357
2976699	Saint-Vallier	saint-vallier	FR	16480	4038	Europe/Paris	45.17154	4.81758		Saint-Vallier,Val-Libre		84	26	263	26333
2976700	Saint-Vallerin	saint-vallerin	FR	71390	259	Europe/Paris	46.68655	4.67392		Chinte-sous-Roche,Saint-Vallerin,Vallerin-Rochefort		27	71	712	71485
2976701	Saint-Valery-sur-Somme	saint-valery-sur-somme	FR	80230	2754	Europe/Paris	50.18333	1.63333		La Montagne-sur-Somme,Port-Somme,Saint-Valery,Saint-Wary,Sen-Valeri-sjur-Somm,san=vu~areri=shuru=sonmu,suo mu he pan sheng wa lai li,Сен-Валери-сюр-Сомм,Сен-Валері-сюр-Сомм,サン＝ヴァレリー＝シュル＝ソンム,索姆河畔圣瓦莱里		32	80	801	80721
2976702	Saint-Valery	saint-valery	FR	60220	40	Europe/Paris	49.72619	1.73523		Fanum Sancti Valerii,La Montagne-sur-Bresle,Saint-Valery,Saint-Valery-sur-Bresle,Saint-Valéry-sur-Bresle,Sen-Valeri,Valery-la-Montagne,Vallee-la-Montagne,Vallée-la-Montagne,Valéry-la-Montagne,sant falyry,sheng wa lei li,Сен-Валері,سانت فاليري,圣瓦勒里		32	60	601	60602
2976703	Saint-Valery-en-Caux	saint-valery-en-caux	FR	76460	5017	Europe/Paris	49.86667	0.73333		Port-le-Pelletier,Saint-Valery,Saint-Valéry,Sen-Valeri-an-Ko,Сен-Валери-ан-Ко,Сен-Валері-ан-Ко		28	76	761	76655
2976704	Saint-Valérien	saint-valerien	FR	85570	1604	Europe/Paris	48.17805	3.09523		Saint-Valerien,Saint-Valérien		27	89	893	89370
2976705	Saint-Valérien	saint-valerien	FR	85570	484	Europe/Paris	46.5283	-0.93963		Saint-Valerien,Saint-Valérien		52	85	851	85274
2976706	Saint-Valentin	saint-valentin	FR	36100	274	Europe/Paris	46.95162	1.86429		La Cadoue,Saint-Valentin		24	36	364	36209
2976707	Saint-Valbert	saint-valbert	FR	70300	202	Europe/Paris	47.85543	6.39643		Saint-Valbert,Sen-Val'ber,Сен-Вальбер		27	70	701	70245
2976709	Saint-Vaize	saint-vaize	FR	17100	496	Europe/Paris	45.81213	-0.6317		Saint-Vaize,Vaize-Charente		75	17	174	17412
2976710	Saint-Vaast-sur-Seulles	saint-vaast-sur-seulles	FR	14250	132	Europe/Paris	49.14236	-0.63206		Saint-Vaast,Saint-Vaast-sur-Seulles		28	14	141	14661
2976711	Saint-Vaast-lès-Mello	saint-vaast-les-mello	FR	60660	859	Europe/Paris	49.26774	2.39112		Saint-Vaast,Saint-Vaast-les-Mello,Saint-Vaast-lès-Mello,Sen-Vaas-le-Mello,sheng wa a si lai mo luo,Сен-Ваас-ле-Мелло,圣瓦阿斯莱默洛		32	60	604	60601
2976712	Saint-Vaast-la-Hougue	saint-vaast-la-hougue	FR	50550	2144	Europe/Paris	49.58843	-1.26931		La Hougue,Port-la-Hougue,Saint-Vaast,Saint-Vaast-la-Hougue,Sen-Va-la-Ug,san=vu~asuto=ra=ugu,sheng wa a si la wu gai,Сен-Ва-ла-Уг,サン＝ヴァースト＝ラ＝ウーグ,圣瓦阿斯拉乌盖		28	50	502	50562
2976713	Saint-Vaast-en-Auge	saint-vaast-en-auge	FR	14640	85	Europe/Paris	49.29082	0.00349		Saint-Vaast,Saint-Vaast-en-Auge		28	14	143	14660
2976714	Saint-Vaast-du-Val	saint-vaast-du-val	FR	76890	309	Europe/Paris	49.68916	1.01048		Saint-Vaast,Saint-Vaast-du-Val		28	76	761	76654
2976715	Saint-Vaast-Dieppedalle	saint-vaast-dieppedalle	FR	76450	334	Europe/Paris	49.75284	0.72646		Saint Vaast-Dieppedale,Saint-Vaast,Saint-Vaast-Dieppedalle		28	76	761	76653
2976716	Saint-Vaast-d'Équiqueville	saint-vaast-d-equiqueville	FR	76510	577	Europe/Paris	49.81667	1.26667		Saint-Vaast,Saint-Vaast-d'Equiqueville,Saint-Vaast-d'Équiqueville		28	76	761	76652
2976717	Saint-Vaast-de-Longmont	saint-vaast-de-longmont	FR	60410	566	Europe/Paris	49.30324	2.73724		Longmont,Saint-Vaast,Saint-Vaast-de-Longmont,Sen-Vaas-de-Lonmon,sheng wa a si de long ge meng,Сен-Ваас-де-Лонмон,圣瓦阿斯德隆格蒙		32	60	604	60600
2976718	Saint-Vaast-en-Cambrésis	saint-vaast-en-cambresis	FR	59188	874	Europe/Paris	50.2	3.41667		Saint-Waast,Sen-Vaast-an-Kambrezi,sheng wa si te ang kang bu lei xi,Сен-Вааст-ан-Камбрези,Сен-Вааст-ан-Камбрезі,圣瓦斯特昂康布雷西		32	59	592	59547
2976719	Saint-Uze	saint-uze	FR	26240	1696	Europe/Paris	45.18409	4.86		Mont-Bertheud,Saint-Uze,Sent-Juz,sheng yu ci,Сент-Юз,圣于兹		84	26	263	26332
2976720	Saint-Utin	saint-utin	FR	51290	90	Europe/Paris	48.55007	4.50473		Lignoncourt,Saint-Utin		44	51	514	51520
2976721	Saint-Usuge	saint-usuge	FR	71500	1059	Europe/Paris	46.679	5.25089		Chalon-sur-Seille,Saint-Usuge,Sent-Juzjuzh,Сент-Юзюж		27	71	714	71484
2976723	Saint-Usage	saint-usage	FR	10360	0	Europe/Paris	48.10007	4.60934		Saint-Usage		44	10	103	10364
2976724	Saint-Usage	saint-usage	FR	10360	1027	Europe/Paris	47.11009	5.26044		Bon-Usage,Saint-Usage		27	21	211	21577
2976726	Saint-Urcize	saint-urcize	FR	15110	531	Europe/Paris	44.69655	3.00396		Saint-Urcize		84	15	153	15216
2976727	Saint-Urcisse	saint-urcisse	FR	47270	168	Europe/Paris	44.16109	0.81936		Saint-Urcisse		75	47	471	47281
2976728	Saint-Urcisse	saint-urcisse	FR	47270	211	Europe/Paris	43.93971	1.61467		Saint-Urcisse		76	81	811	81272
2976729	Saint-Urbain-Maconcourt	saint-urbain-maconcourt	FR	52300	649	Europe/Paris	48.4	5.18333		Saint-Urbain,Saint-Urbain-sur-Marne		44	52	523	52456
2976730	Saint-Urbain	saint-urbain	FR	29800	1273	Europe/Paris	48.39996	-4.22733		Lannurvan,Saint-Urbain		53	29	291	29270
2976731	Saint-Urbain	saint-urbain	FR	29800	1119	Europe/Paris	46.87664	-2.00924		Saint-Urbain		52	85	853	85273
2976732	Saint-Uniac	saint-uniac	FR	35360	386	Europe/Paris	48.17308	-2.02894		Saint-Uniac,Sant-Tewiniav		53	35	353	35320
2976734	Saint-Ulphace	saint-ulphace	FR	72320	203	Europe/Paris	48.15849	0.81642		Saint-Ulphace		52	72	722	72322
2976737	Saint-Tugdual	saint-tugdual	FR	56540	0	Europe/Paris	48.0995	-3.33865		Saint-Tugdual,Sant-Tudal,Sen-Tjugdjual',sheng di ge di a,Сен-Тюгдюаль,圣蒂格迪阿		53	56	562	56238
2976738	Saint-Tugdual	saint-tugdual	FR	56540	0	Europe/Paris	48.03333	-3.58333				53	56	562	56081
2976742	Saint-Tropez	saint-tropez	FR	83990	5939	Europe/Paris	43.26764	6.64049		Heraclea Cacabaris,Heraclee,Héraclée,Sain-Trope,Saint-Tropez,San-Trope,Sant Tropetz,Sen Trope,Sen-Trapeh,Sen-Trope,santorope,sheng te luo pei,sn-trwph,Σαιν-Τροπέ,Сан-Тропе,Сен Тропе,Сен-Трапэ,Сен-Тропе,سن-تروپه,سین-تروپے,แซ็ง-ทรอเป,სენ-ტროპე,サントロペ,圣特罗佩		93	83	831	83119
2976743	Saint-Trojan-les-Bains	saint-trojan-les-bains	FR	17370	1474	Europe/Paris	45.8415	-1.20813		La Montagne,Saint-Trojan,Saint-Trojan-les-Bains,Sen-Trozhan-le-Ben,sheng te luo rang lai ban,Сен-Трожан-ле-Бен,圣特罗让莱班		75	17	172	17411
2976746	Saint-Trojan	saint-trojan	FR	33710	345	Europe/Paris	45.08768	-0.58041		Saint-Trojan		75	33	331	33486
2976747	Saint-Trivier-sur-Moignans	saint-trivier-sur-moignans	FR	01990	1683	Europe/Paris	46.07233	4.89721		Pont-Moignans,Saint-Trivier,Saint-Trivier-sur-Moignans,Sen Trivie syur Muanyan,Sen-Triv'e-sjur-Muan'jan,Sen-Trive-sjur-Muan'jan,mu wa ni ang he pan sheng te li wei ai,san-tryfyyh-swr-mwanyan  ayn,Сен-Тривье-сюр-Муаньян,Сен-Тривє-сюр-Муаньян,Սեն Տրիվիե սյուր Մուանյան,سان-تريفييه-سور-موانيان، أين,穆瓦尼昂河畔圣特里维埃		84	01	012	01389
2976748	Saint-Trivier-de-Courtes	saint-trivier-de-courtes	FR	01560	1025	Europe/Paris	46.4598	5.07762		Saint-Trivier,Saint-Trivier-de-Courtes,Val-Libre		84	01	012	01388
2976749	Saint-Trinit	saint-trinit	FR	84390	108	Europe/Paris	44.10286	5.46598		Saint-Trinit,Sant Ternit,Sen-Trini,sheng te li ni,Сен-Трини,Сен-Трині,圣特里尼		93	84	843	84120
2976750	Saint-Trimoël	saint-trimoel	FR	22510	334	Europe/Paris	48.3859	-2.5483		Saint-Trimoel,Saint-Trimoël,Sant-Rivoued		53	22	224	22332
2976751	Saint-Tricat	saint-tricat	FR	62185	633	Europe/Paris	50.89326	1.83126		Saint-Tricat		32	62	626	62769
2976753	Saint-Thurin	saint-thurin	FR	42111	217	Europe/Paris	45.81922	3.86933		Saint Thurin-sur Anzon,Saint-Thurin		84	42	421	42245
2976754	Saint-Thurien	saint-thurien	FR	27680	209	Europe/Paris	49.40701	0.55864		Saint-Thurien		28	27	272	27263
2976755	Saint-Thurien	saint-thurien	FR	27680	894	Europe/Paris	47.9591	-3.62453		Saint-Thurien,Sant-Turian		53	29	294	29269
2976756	Saint-Thuriau	saint-thuriau	FR	56300	2000	Europe/Paris	48.01698	-2.95048		Saint-Thuriau,Sant-Turiav		53	56	562	56237
2976757	Saint-Thurial	saint-thurial	FR	35310	1770	Europe/Paris	48.02898	-1.93207		Saint-Thurial,Sant-Turiav-Porc'hoed		53	35	353	35319
2976758	Saint-Thual	saint-thual	FR	35190	581	Europe/Paris	48.33717	-1.9342		Motay-Thual,Saint-Thual,Sant-Tual		53	35	354	35318
2976759	Saint-Thonan	saint-thonan	FR	29800	1238	Europe/Paris	48.47993	-4.33669		Saint-Thonan,Sant-Tonan,Sen-Tonan,sheng tuo nan,Сен-Тонан,圣托南		53	29	291	29268
2976761	Saint-Thomé	saint-thome	FR	07220	377	Europe/Paris	44.50057	4.62587		Saint-Thome,Saint-Thomé		84	07	072	07300
2976762	Saint-Thomas-la-Garde	saint-thomas-la-garde	FR	42600	536	Europe/Paris	45.56655	4.07955		Saint Thomas,Saint-Thomas-la-Garde		84	42	421	42290
2976764	Saint-Thomas-en-Royans	saint-thomas-en-royans	FR	26190	503	Europe/Paris	45.04927	5.29462		Saint-Thomas,Saint-Thomas-en-Royans		84	26	261	26331
2976765	Saint-Thomas-en-Argonne	saint-thomas-en-argonne	FR	51800	51	Europe/Paris	49.18481	4.86475		Bel-Air-sur-Aisne,Mont-Aisne,Saint-Thomas,Saint-Thomas-en-Argonne		44	51	511	51519
2976767	Saint-Thomas-de-Courceriers	saint-thomas-de-courceriers	FR	53160	219	Europe/Paris	48.27517	-0.26581		Saint-Thomas,Saint-Thomas-de-Courceriers		52	53	533	53256
2976768	Saint-Thomas-de-Conac	saint-thomas-de-conac	FR	17150	0	Europe/Paris	45.38855	-0.68745		Conac,Les Brandes,Saint-Thomas,Saint-Thomas-de-Conac,Saint-Thomas-de-Cônac,Sen-Toma-de-Konak,sheng tuo ma de ke na ke,Сен-Тома-де-Конак,圣托马德科纳克		75	17	171	17410
2976770	Saint-Thomas	saint-thomas	FR	02820	67	Europe/Paris	49.49715	3.82083		Saint-Thomas		32	02	022	02696
2976771	Saint-Thomas	saint-thomas	FR	02820	0	Europe/Paris	45.21667	2.31667				84	15	152	15120
2976772	Saint-Thomas	saint-thomas	FR	02820	530	Europe/Paris	43.51481	1.08216		Le Desert,Le Désert,Saint-Thomas		76	31	311	31518
2976773	Saint-Thois	saint-thois	FR	29520	679	Europe/Paris	48.16489	-3.88442		Saint-Thois,Santoz,Sen-Tua,sheng tu wa,Сен-Туа,圣图瓦		53	29	292	29267
2976774	Saint-Thierry	saint-thierry	FR	51220	580	Europe/Paris	49.30546	3.96565		Montdor,Saint-Thierry,Sen-T'erri,sheng di ye er li,Сен-Тьєррі,圣蒂耶尔里		44	51	513	51518
2976775	Saint-Thiébault	saint-thiebault	FR	52150	275	Europe/Paris	48.20112	5.58068		Saint-Thiebault,Saint-Thiébault		44	52	521	52455
2976776	Saint-Thiébaud	saint-thiebaud	FR	39110	62	Europe/Paris	46.97171	5.8666		Fontenelle,Saint-Thiebaud,Saint-Thiébaud		27	39	391	39495
2976777	Saint-Thibéry	saint-thibery	FR	34630	2481	Europe/Paris	43.39622	3.41811		Saint-Thibery,Saint-Thibéry		76	34	341	34289
2976778	Saint-Thibaut	saint-thibaut	FR	02220	57	Europe/Paris	49.3	3.61667		Saint-Thibaut		32	02	024	02695
2976779	Saint-Thibaut	saint-thibaut	FR	02220	0	Europe/Paris	47.85422	4.56238				27	21	213	21154
2976780	Saint-Thibault-des-Vignes	saint-thibault-des-vignes	FR	77400	6545	Europe/Paris	48.87111	2.68041		La Cote-des-Vignes,La Côte-des-Vignes,Saint-Thibault,Saint-Thibault-des-Vignes,Sen-Tibo-de-Vin',Сен-Тибо-де-Винь,Сен-Тібо-де-Вінь		11	77	775	77438
2976782	Saint-Thibault	saint-thibault	FR	10800	209	Europe/Paris	49.70012	1.84521		L'Union,Saint-Thibault		32	60	601	60599
2976783	Saint-Thibault	saint-thibault	FR	10800	471	Europe/Paris	48.205	4.13996		Saint-Thibault		44	10	103	10363
2976784	Saint-Thibault	saint-thibault	FR	10800	145	Europe/Paris	47.37297	4.47202		Fontaine-sur-Armancon,Fontaine-sur-Armançon,Maisons-Montagne,Saint-Thibault		27	21	213	21576
2976785	Saint-Thibaud-de-Couz	saint-thibaud-de-couz	FR	73160	784	Europe/Paris	45.50074	5.84457		La Cascade,Saint-Thibaud,Saint-Thibaud-de-Couz		84	73	732	73282
2976787	Saint-Théoffrey	saint-theoffrey	FR	38119	368	Europe/Paris	44.98817	5.76571		Saint-Theoffrey,Saint-Théoffrey		84	38	381	38462
2976788	Saint-Théodorit	saint-theodorit	FR	30260	280	Europe/Paris	43.9412	4.08212		Saint-Theodorit,Saint-Théodorit,Theodorite,Théodorite		76	30	303	30300
2976790	Saint-Thélo	saint-thelo	FR	22460	464	Europe/Paris	48.22876	-2.85397		Saint-Thelo,Saint-Thélo,Sant-Teliav,Thelo-sur-Oust,Thélo-sur-Oust		53	22	224	22330
2976791	Saint-Thégonnec	saint-thegonnec	FR	29410	2387	Europe/Paris	48.52039	-3.94611		Saint-Thegonnec,Saint-Thégonnec,Sant-Tegoneg,Sen-Tegonnek,sheng tai ge nei ke,Сен-Тегоннек,圣泰戈内克		53	29	293	29266
2976792	Saint-Symphorien-sur-Saône	saint-symphorien-sur-saone	FR	21170	322	Europe/Paris	47.10032	5.30054		Bellevue-sur-Saone,Bellevue-sur-Saône,Saint Symphorien,Saint-Symphorien-sur-Saone,Saint-Symphorien-sur-Saône,Sen-Semfor'jan-sjur-Son,Sen-Semforjan-sjur-Son,Sen-Simfor'en-sjur-Son,sn-smfryn-swr-sayn,suo en he pan sheng xi mu fu li an,Сен-Семфорьян-сюр-Сон,Сен-Семфорян-сюр-Сон,Сен-Симфорьен-сюр-Сон,سن-سمفرین-سور-سائن,索恩河畔圣西姆福里安		27	21	211	21575
2976793	Saint-Symphorien-sur-Couze	saint-symphorien-sur-couze	FR	87140	204	Europe/Paris	46.0582	1.23409		Marat,Saint-Symphorien,Saint-Symphorien-sur-Couze		75	87	871	87128
2976876	Saint-Sulpice	saint-sulpice	FR	01340	720	Europe/Paris	45.56741	5.84546		Saint-Sulpice		84	73	732	73281
2976794	Saint-Symphorien-sur-Coise	saint-symphorien-sur-coise	FR	69590	3284	Europe/Paris	45.6322	4.45709		Chausse-Armee,Chausse-Armée,Saint-Symphorien,Saint-Symphorien-sur-Coise,Sen-Semforjan-sjur-Kuaz,Сен-Семфорян-сюр-Куаз		84	69	691	69238
2976795	Saint-Symphorien-sous-Chomérac	saint-symphorien-sous-chomerac	FR	07210	733	Europe/Paris	44.7194	4.70436		Saint-Symphorien,Saint-Symphorien-sous-Chomerac,Saint-Symphorien-sous-Chomérac		84	07	072	07298
2976796	Saint-Symphorien-le-Valois	saint-symphorien-le-valois	FR	50250	734	Europe/Paris	49.294	-1.55503		Saint-Symphorien,Saint-Symphorien-le-Valois		28	50	503	50236
2976798	Saint-Symphorien-d'Ozon	saint-symphorien-d-ozon	FR	69360	0	Europe/Paris	45.63287	4.85639		Ozon,Saint-Symphorien,Saint-Symphorien-d'Ozon,Saint-Symphorien-dOzon		84	69	691	69291
2976799	Saint-Symphorien-de-Thénières	saint-symphorien-de-thenieres	FR	12460	247	Europe/Paris	44.73741	2.72942		Saint-Symphorien,Saint-Symphorien-de-Thenieres,Saint-Symphorien-de-Thénières		76	12	122	12250
2976800	Saint-Symphorien-des-Monts	saint-symphorien-des-monts	FR	50640	156	Europe/Paris	48.54399	-1.00294		Saint-Symphorien,Saint-Symphorien-des-Monts,Saint-Symphorien-les-Monts		28	50	501	50090
2976801	Saint-Symphorien-des-Bruyères	saint-symphorien-des-bruyeres	FR	61300	513	Europe/Paris	48.78842	0.58227		Saint-Symphorien,Saint-Symphorien-des-Bruyeres,Saint-Symphorien-des-Bruyères		28	61	613	61457
2976802	Saint-Symphorien-des-Bois	saint-symphorien-des-bois	FR	71800	412	Europe/Paris	46.33275	4.28167		Phorien-les-Charolles,Phorien-lès-Charolles,Saint-Symphorien,Saint-Symphorien-des-Bois		27	71	713	71483
2976803	Saint-Symphorien-de-Marmagne	saint-symphorien-de-marmagne	FR	71710	885	Europe/Paris	46.83904	4.33084		Le Pelletier,Saint-Symphorien,Saint-Symphorien-de-Marmagne		27	71	711	71482
2976804	Saint-Symphorien-de-Mahun	saint-symphorien-de-mahun	FR	07290	136	Europe/Paris	45.1642	4.56002		Mahun-Libre,Saint-Symphorien,Saint-Symphorien-de-Mahun,Sant Simforian de Magun,Sant Symphorien de Mahun,Sen-Semforjan-de-Maen,Sen-Simfor'en-de-Maehn,sheng xi mu fu li an de mo en,Сен-Семфорян-де-Маен,Сен-Симфорьен-де-Маэн,圣西姆福里安德莫恩		84	07	073	07299
2976805	Saint-Symphorien-de-Lay	saint-symphorien-de-lay	FR	42470	1449	Europe/Paris	45.94772	4.21318		Lay,Saint-Symphorien,Saint-Symphorien-de-Lay,Symphorien-Lay		84	42	422	42289
2976806	Saint-Symphorien-d'Ancelles	saint-symphorien-d-ancelles	FR	71570	0	Europe/Paris	46.19853	4.76989		Fougere-d'Ancelles,Fougère-d'Ancelles,Saint-Symphorien,Saint-Symphorien-d'Ancelles		27	71	715	71481
2976807	Saint-Symphorien	saint-symphorien	FR	18190	341	Europe/Paris	49.31399	0.46727		Saint-Symphorien		28	27	272	27606
2976808	Saint-Symphorien-le-Château	saint-symphorien-le-chateau	FR	28700	864	Europe/Paris	48.5172	1.7612				24	28	281	28015
2976809	Saint-Symphorien	saint-symphorien	FR	18190	0	Europe/Paris	48.49232	-2.3285				53	22	221	22200
2976810	Saint-Symphorien	saint-symphorien	FR	18190	0	Europe/Paris	48.29199	-1.82253				53	35	353	35317
2976811	Saint-Symphorien	saint-symphorien	FR	18190	539	Europe/Paris	48.07208	-0.11433		Saint-Symphorien		52	72	722	72321
2976812	Saint-Symphorien	saint-symphorien	FR	18190	0	Europe/Paris	47.86852	-3.29045				53	56	561	56090
2976813	Saint-Symphorien	saint-symphorien	FR	18190	0	Europe/Paris	47.40251	0.69441				24	37	372	37261
2976814	Saint-Symphorien	saint-symphorien	FR	18190	0	Europe/Paris	46.98048	-1.17333				52	85	852	85039
2976815	Saint-Symphorien	saint-symphorien	FR	18190	107	Europe/Paris	46.81188	2.31181		Saint-Symphorien		24	18	182	18236
2976816	Saint-Symphorien	saint-symphorien	FR	18190	1580	Europe/Paris	46.26442	-0.4922		Phorien-sur-Sevre,Phorien-sur-Sèvre,Saint Symphorien		75	79	792	79298
2976817	Saint-Symphorien	saint-symphorien	FR	18190	269	Europe/Paris	44.83977	3.62533		Saint-Symphorien		76	48	482	48038
2976818	Saint-Symphorien	saint-symphorien	FR	18190	1491	Europe/Paris	44.42833	-0.49023		Grand-Air,La Hure,Saint-Symphorien		75	33	333	33484
2976819	Saint-Symphorien	saint-symphorien	FR	18190	0	Europe/Paris	44.18346	6.05453		Pont-de-Vanson,Saint-Symphorien		93	04	044	04075
2976820	Saint-Sylvestre-sur-Lot	saint-sylvestre-sur-lot	FR	47140	2181	Europe/Paris	44.39871	0.80474		Saint-Sylvestre,Saint-Sylvestre-sur-Lot		75	47	473	47280
2976822	Saint-Sylvestre-de-Cormeilles	saint-sylvestre-de-cormeilles	FR	27260	184	Europe/Paris	49.24428	0.42984		Saint-Sylvestre		28	27	272	27605
2976823	Saint-Sylvestre-Cappel	saint-sylvestre-cappel	FR	59114	1107	Europe/Paris	50.77625	2.55622		Saint-Sylvestre-Cappel		32	59	594	59546
2976824	Saint-Sylvestre	saint-sylvestre	FR	07440	789	Europe/Paris	45.99586	1.37675		Saint-Sylvestre		75	87	872	87183
2976825	Saint-Sylvestre	saint-sylvestre	FR	07440	565	Europe/Paris	45.83708	6.01924		Saint-Sylvestre		84	74	741	74254
2976826	Saint-Sylvestre	saint-sylvestre	FR	07440	364	Europe/Paris	44.98967	4.74853		Duson,Saint-Sylvestre		84	07	073	07297
2976827	Saint-Sylvain-d'Anjou	saint-sylvain-d-anjou	FR	49480	0	Europe/Paris	47.51942	-0.47204		Saint-Sylvain,Saint-Sylvain-d'Anjou,Union		52	49	491	49323
2976828	Saint-Silvain-Bellegarde	saint-silvain-bellegarde	FR	23190	0	Europe/Paris	45.97231	2.30324		Saint-Silvain-Bellegarde,Saint-Sylvain,Saint-Sylvain-Bellegarde		75	23	231	23241
2976829	Saint-Sylvain	saint-sylvain	FR	14190	219	Europe/Paris	49.84691	0.67433		Saint-Sylvain		28	76	761	76651
2976830	Saint-Sylvain	saint-sylvain	FR	14190	1242	Europe/Paris	49.05624	-0.21758		Saint-Sylvain		28	14	142	14659
2976831	Saint-Sylvain	saint-sylvain	FR	14190	140	Europe/Paris	45.17517	1.87566		L'Egalite,L'Egalité,Saint-Sylvain,Union		75	19	192	19245
2976833	Saint-Supplet	saint-supplet	FR	54620	167	Europe/Paris	49.38206	5.73511		Saint-Supplet		44	54	541	54489
2976836	Saint-Sulpice-sur-Risle	saint-sulpice-sur-risle	FR	61300	1559	Europe/Paris	48.78063	0.65739		Saint-Sulpice,Saint-Sulpice-sur-Rile,Saint-Sulpice-sur-Rille,Saint-Sulpice-sur-Risle,Saint-Sulpice-sur-Rîle,Sulpice-la-Montagne,Vendemiaire,Vendémiaire		28	61	613	61456
2976837	Saint-Sulpice-sur-Lèze	saint-sulpice-sur-leze	FR	31410	1841	Europe/Paris	43.32888	1.32227		Libre-Lese,Libre-Lèse,Saint-Sulpice,Saint-Sulpice-sur-Leze,Saint-Sulpice-sur-Lèze		76	31	311	31517
2976839	Saint-Sulpice-le-Verdon	saint-sulpice-le-verdon	FR	85260	659	Europe/Paris	46.89381	-1.41786		Saint-Sulpice,Saint-Sulpice-le-Verdon,Sen-Sjul'pis-le-Verdon,sheng xu er pi se lei fu er dong,Сен-Сюльпіс-ле-Вердон,圣叙尔皮瑟勒弗尔东		52	85	852	85197
2976840	Saint-Sulpice-les-Feuilles	saint-sulpice-les-feuilles	FR	87160	1262	Europe/Paris	46.31826	1.36753		Saint-Sulpice,Saint-Sulpice-les-Feuilles		75	87	871	87182
2976877	Saint-Sulpice	saint-sulpice	FR	01340	0	Europe/Paris	45.34501	4.94072				84	38	383	38496
2976841	Saint-Sulpice-les-Champs	saint-sulpice-les-champs	FR	23480	367	Europe/Paris	46.15	2.01667		Saint-Sulpice,Saint-Sulpice-les-Champs		75	23	231	23246
2976842	Saint-Sulpice-les-Bois	saint-sulpice-les-bois	FR	19250	59	Europe/Paris	45.60841	2.14433		Saint-Sulpice,Saint-Sulpice-les-Bois		75	19	193	19244
2976843	Saint-Sulpice-le-Guérétois	saint-sulpice-le-gueretois	FR	23000	1934	Europe/Paris	46.20028	1.82868		Saint-Sulpice,Saint-Sulpice-le-Gueretois,Saint-Sulpice-le-Guérétois		75	23	232	23245
2976844	Saint-Sulpice-le-Dunois	saint-sulpice-le-dunois	FR	23800	642	Europe/Paris	46.29958	1.72924		Saint-Sulpice,Saint-Sulpice-le-Dunois		75	23	232	23244
2976845	Saint-Sulpice-Laurière	saint-sulpice-lauriere	FR	87370	914	Europe/Paris	46.05284	1.47061		Saint-Sulpice,Saint-Sulpice-Lauriere,Saint-Sulpice-Laurière		75	87	872	87181
2976846	Saint-Sulpice-la-Forêt	saint-sulpice-la-foret	FR	35250	1423	Europe/Paris	48.21769	-1.57961		Saint-Sulpice,Saint-Sulpice-la-Foret,Saint-Sulpice-la-Forêt,Sanctus Sulpicius de Abbatia,Sant-Suleg-ar-C'hoad,Sant-Suleg-ar-Choad,Sen-Sjul'pis-la-Fore,sheng xu er pi ke la fu lei,Сен-Сюльпис-ла-Форе,Сен-Сюльпіс-ла-Форе,圣叙尔皮克拉福雷		53	35	353	35315
2976847	Saint-Sulpice	saint-sulpice	FR	01340	4289	Europe/Paris	44.91272	-0.39576		Saint-Sulpice,Saint-Sulpice-et-Cameyrac,Sen-Sjul'pis-e-Kamerak,Sent Sulpici e Camairac,sheng xu er pi ke he ka mei la ke,Сен-Сюльпис-е-Камерак,Сен-Сюльпіс-е-Камерак,圣叙尔皮克和卡梅拉克		75	33	332	33483
2976848	Saint-Sulpice-en-Pareds	saint-sulpice-en-pareds	FR	85410	408	Europe/Paris	46.6015	-0.83585		La Fertile,Saint-Sulpice,Saint-Sulpice-en-Pareds		52	85	851	85271
2976850	Saint-Sulpice-d'Excideuil	saint-sulpice-d-excideuil	FR	24800	0	Europe/Paris	45.38919	1.00731		Saint-Sulpice,Saint-Sulpice-d'Excideuil,Sulpice-le-Calvaire		75	24	242	24505
2976851	Saint-Sulpice-des-Rivoires	saint-sulpice-des-rivoires	FR	38620	443	Europe/Paris	45.46987	5.60965		Saint Sulpice,Saint-Sulpice-des-Rivoires		84	38	382	38460
2976852	Saint-Sulpice-des-Landes	saint-sulpice-des-landes	FR	35390	0	Europe/Paris	47.76646	-1.6232		Saint-Sulpice,Saint-Sulpice-des-Landes,Sant-Suleg-al-Lann		53	35	352	35316
2976853	Saint-Sulpice-des-Landes	saint-sulpice-des-landes	FR	35390	651	Europe/Paris	47.57595	-1.20678		Saint-Sulpice,Saint-Sulpice-des-Landes,Sant-Suleg-al-Lanneier		52	44	445	44180
2976854	Saint-Sulpice-de-Ruffec	saint-sulpice-de-ruffec	FR	16460	39	Europe/Paris	45.94033	0.31451		Saint-Sulpice,Saint-Sulpice-de-Ruffec,Sen-Sjul'pis-de-Rjuffek,sheng xu er pi ke de lu fu ke,Сен-Сюльпис-де-Рюффек,Сен-Сюльпіс-де-Рюффек,圣叙尔皮克德吕弗克		75	16	163	16356
2976855	Saint-Sulpice-de-Royan	saint-sulpice-de-royan	FR	17200	2466	Europe/Paris	45.67162	-1.01218		Saint-Sulpice,Saint-Sulpice-de-Royan,Sen-Sjul'pis-de-Ruajan,sheng xu er pi ke de lu wa ang,Сен-Сюльпис-де-Руайан,Сен-Сюльпіс-де-Руаян,圣叙尔皮克德鲁瓦昂		75	17	172	17409
2976856	Saint-Sulpice-de-Roumagnac	saint-sulpice-de-roumagnac	FR	24600	240	Europe/Paris	45.20487	0.39401		Saint-Sulpice,Saint-Sulpice-de-Roumagnac,Sen-Sjul'pis-de-Ruman'jak,Sent Soplesi de Romanhac,Sent Soplesí de Romanhac,sheng xu er pi ke de lu ma ni ya ke,Сен-Сюльпис-де-Руманьяк,Сен-Сюльпіс-де-Руманьяк,圣叙尔皮克德鲁马尼亚克		75	24	243	24504
2976857	Saint-Sulpice-de-Pommiers	saint-sulpice-de-pommiers	FR	33540	250	Europe/Paris	44.67134	-0.11363		Saint-Sulpice,Saint-Sulpice-de-Pommiers		75	33	333	33482
2976858	Saint-Sulpice-de-Mareuil	saint-sulpice-de-mareuil	FR	24340	112	Europe/Paris	45.4674	0.50771		Saint-Sulpice,Saint-Sulpice-de-Mareuil,Sen-Sjul'pis-de-Marej,Sen-Sjul'pis-de-Marjoj,Sent Soplesi de Maruelh,Sent Soplesí de Maruelh,sheng xu er pi ke de ma lei yi,Сен-Сюльпис-де-Марей,Сен-Сюльпис-де-Марёй,Сен-Сюльпіс-де-Марей,圣叙尔皮克德马勒伊		75	24	242	24253
2976859	Saint-Sulpice-de-Guilleragues	saint-sulpice-de-guilleragues	FR	33580	248	Europe/Paris	44.62894	0.05031		Saint-Sulpice,Saint-Sulpice-de Guillerague,Saint-Sulpice-de-Guilleragues		75	33	333	33481
2976860	Saint-Sulpice-de-Grimbouville	saint-sulpice-de-grimbouville	FR	27210	150	Europe/Paris	49.38333	0.45		Saint-Sulpice		28	27	272	27604
2976861	Saint-Sulpice-de-Favières	saint-sulpice-de-favieres	FR	91910	335	Europe/Paris	48.54136	2.18142		Favieres-Defanatise,Favières-Défanatisé,Saint-Sulpice,Saint-Sulpice-de-Favieres,Saint-Sulpice-de-Favières,Sen-Sjul'pis-de-Fav'er,Sen-Sjul'pis-de-Faver,sheng xu er pi sai de fa wei ai,Сен-Сюльпис-де-Фавьер,Сен-Сюльпіс-де-Фавєр,圣叙尔皮塞德法维埃		11	91	911	91578
2976862	Saint-Sulpice-de-Faleyrens	saint-sulpice-de-faleyrens	FR	33330	1789	Europe/Paris	44.87454	-0.19045		Saint-Sulpice,Saint-Sulpice-de Faleyren,Saint-Sulpice-de-Faleyrens,Sen-Sjul'pis-de-Faleran,Sent Sulpici de Faleirens,sheng xu er pi ke de fa lai lang,Сен-Сюльпис-де-Фалеран,Сен-Сюльпіс-де-Фалеран,圣叙尔皮克德法莱朗		75	33	335	33480
2976863	Saint-Sulpice-de-Cognac	saint-sulpice-de-cognac	FR	16370	1226	Europe/Paris	45.76024	-0.38223		Saint-Sulpice,Saint-Sulpice-de-Cognac,Sen-Sjul'pis-de-Kon'jak,sheng xu er pi ke de ke ni ya ke,Сен-Сюльпис-де-Коньяк,Сен-Сюльпіс-де-Коньяк,圣叙尔皮克德科尼亚克		75	16	162	16355
2976864	Saint-Sulpice-d'Arnoult	saint-sulpice-d-arnoult	FR	17250	0	Europe/Paris	45.80467	-0.84784		Arnoult,Les Montagnards,Saint-Sulpice,Saint-Sulpice-d'Arnoult		75	17	174	17408
2976865	Saint-Sulpice	saint-sulpice	FR	01340	0	Europe/Paris	49.75368	3.06553				32	80	804	80410
2976866	Saint-Sulpice	saint-sulpice	FR	01340	1144	Europe/Paris	49.35049	2.12314		Saint-Sulpice		32	60	601	60598
2976867	Saint-Sulpice	saint-sulpice	FR	01340	198	Europe/Paris	47.90063	-0.7164		Saint-Sulpice		52	53	531	53136
2976868	Saint-Sulpice-de-Pommeray	saint-sulpice-de-pommeray	FR	41000	1962	Europe/Paris	47.6	1.26667		Les Gorges-Sableuses,Sulpice,Suplice		24	41	411	41230
2976869	Saint-Sulpice	saint-sulpice	FR	01340	111	Europe/Paris	47.56597	6.44721		Saint-Sulpice		27	70	701	70474
2976870	Saint-Sulpice	saint-sulpice	FR	01340	191	Europe/Paris	47.39956	-0.4167		Saint-Sulpice		52	49	491	49029
2976871	Saint-Sulpice	saint-sulpice	FR	01340	436	Europe/Paris	47.05533	3.34676		Le Val-de-Scey,Les Forets,Les Forêts,Roche-la-Montagne,Saint-Sulpice		27	58	583	58269
2976872	Saint-Sulpice	saint-sulpice	FR	01340	0	Europe/Paris	46.94421	0.63298				75	86	861	86183
2976873	Saint-Sulpice	saint-sulpice	FR	01340	111	Europe/Paris	46.31808	5.04463		Saint-Sulpice		84	01	012	01387
2976874	Saint-Sulpice	saint-sulpice	FR	01340	0	Europe/Paris	45.78485	4.0873				84	42	421	42221
2976875	Saint-Sulpice	saint-sulpice	FR	01340	0	Europe/Paris	45.64348	2.62731		Saint-Sulpice		84	63	634	63399
2976878	Saint-Sulpice	saint-sulpice	FR	01340	117	Europe/Paris	44.56961	1.79091		Saint-Sulpice		76	46	462	46294
2976879	Saint-Sulpice-la-Pointe	saint-sulpice-la-pointe	FR	81370	6714	Europe/Paris	43.775	1.68511		Saint-Sulpice,Saint-Sulpice-la-Pointe,Sant Somplesi,Sen Siulpisas,Sen-Sjul'pis,Sen-Sjul'pis-la-Puant,sheng xu er pi si,Сен-Сюльпис-ла-Пуант,Сен-Сюльпіс,聖敘爾皮斯		76	81	812	81271
2976880	Saint-Suliac	saint-suliac	FR	35430	940	Europe/Paris	48.57139	-1.97145		Port-Suliac,Saint-Suliac,Sanctus Sulianus,Sant-Suliav,Sen-Sjul'jak,sheng xu li a ke,Сен-Сюльяк,圣叙利阿克		53	35	354	35314
2976881	Saint-Stail	saint-stail	FR	88210	52	Europe/Paris	48.37409	7.0685		Saint-Stail		44	88	883	88436
2976882	Saint-Sozy	saint-sozy	FR	46200	499	Europe/Paris	44.88044	1.56478		Saint-Sozy		76	46	463	46293
2976883	Saint-Soupplets	saint-soupplets	FR	77165	3307	Europe/Paris	49.03866	2.80723		Saint-Soupplets		11	77	771	77437
2976884	Saint-Souplet-sur-Py	saint-souplet-sur-py	FR	51600	140	Europe/Paris	49.23564	4.4668		Mont-Souplet,Saint-Souplet,Saint-Souplet-sur-Py		44	51	513	51517
2976885	Saint-Souplet	saint-souplet	FR	59360	1349	Europe/Paris	50.05639	3.53179		Saint-Souplet,Sen-Suple,sheng su pu lai,Сен-Супле,圣苏普莱		32	59	592	59545
2976886	Saint-Soulan	saint-soulan	FR	32220	137	Europe/Paris	43.50824	0.85698		Saint-Soulan		76	32	321	32407
2976887	Saint-Sornin-Leulac	saint-sornin-leulac	FR	87290	665	Europe/Paris	46.19913	1.29736		Saint-Sornin,Saint-Sornin-Leulac,Saint-Sornin-Leulat,Sen-Sornen-Lelak,Sent Sornin,Sent Sornin lo Paubre,Sent Sòrnin,Sornin-le-Pont,sheng suo er nan lei la,Сен-Сорнен-Лелак,圣索尔南勒拉		75	87	871	87180
2976888	Saint-Sornin-Lavolps	saint-sornin-lavolps	FR	19230	988	Europe/Paris	45.37798	1.38267		Saint-Sornin-Lavolps,Sornin-Lavaux		75	19	191	19243
2976889	Saint-Sornin-la-Marche	saint-sornin-la-marche	FR	87210	247	Europe/Paris	46.18266	0.98923		Saint-Sornin,Saint-Sornin-la-Marche		75	87	871	87179
2976890	Saint-Sornin	saint-sornin	FR	03240	0	Europe/Paris	46.47738	-1.36881		Les Bois,Saint-Sornin		52	85	853	85277
2976891	Saint-Sornin	saint-sornin	FR	03240	0	Europe/Paris	46.41103	3.01583		Saint-Sornin		84	03	032	03260
2976892	Saint-Sornin	saint-sornin	FR	03240	0	Europe/Paris	46.41281	2.48553				84	03	031	03055
2976893	Saint-Sornin	saint-sornin	FR	03240	350	Europe/Paris	45.76822	-0.97851		La Breteche,La Bretêche,Saint-Sornin		75	17	172	17406
2976894	Saint-Sornin	saint-sornin	FR	03240	743	Europe/Paris	45.6937	0.43604		Saint-Sornin		75	16	161	16353
2976895	Saint-Sorlin-en-Valloire	saint-sorlin-en-valloire	FR	26210	1669	Europe/Paris	45.28774	4.94903		Saint-Sorlin,Saint-Sorlin-en-Valloire		84	26	263	26330
2976896	Saint-Sorlin-en-Bugey	saint-sorlin-en-bugey	FR	01150	1067	Europe/Paris	45.88576	5.36688		Bonne-Fontaine,Saint-Sorlin,Saint-Sorlin-en-Bugey		84	01	011	01386
2976897	Saint-Sorlin-de-Morestel	saint-sorlin-de-morestel	FR	38510	556	Europe/Paris	45.63741	5.48049		Saint Sorlin,Saint-Sorlin-de-Morestel		84	38	382	38458
2976898	Saint-Sorlin-de-Conac	saint-sorlin-de-conac	FR	17150	0	Europe/Paris	45.36848	-0.6791		Conac-la-Vallee,Conac-la-Vallée,Saint-Sorlin,Saint-Sorlin-de-Conac,Saint-Sorlin-de-Cônac,Sen-Sorlen-de-Konak,sheng suo er lan de ke na ke,Сен-Сорлен-де-Конак,圣索尔兰德科纳克		75	17	171	17405
2976899	Saint-Sorlin-d'Arves	saint-sorlin-d-arves	FR	73530	0	Europe/Paris	45.22048	6.22326		Col-d'Aule,Saint-Sorlin,Saint-Sorlin-d'Arves,Saint-Sorlin-dArves		84	73	733	73280
2976902	Saint-Sorlin	saint-sorlin	FR	69440	728	Europe/Paris	45.62049	4.63857		Bonnet-la-Montagne,La Bruyere,La Bruyère,Saint-Sorlin		84	69	691	69228
2976903	Saint-Sorlin-de-Vienne	saint-sorlin-de-vienne	FR	38200	771	Europe/Paris	45.46667	4.93333				84	38	383	38459
2976904	Saint-Solve	saint-solve	FR	19130	333	Europe/Paris	45.30989	1.40069		Air-Salutaire,Ere-Salutaire,Saint-Solve		75	19	191	19242
2976906	Saint-Sixte	saint-sixte	FR	42130	596	Europe/Paris	45.77452	3.98118		Saint-Sixte		84	42	421	42288
2976907	Saint-Sixte	saint-sixte	FR	42130	0	Europe/Paris	45.42858	5.62983				84	38	382	38228
2976908	Saint-Sixt	saint-sixt	FR	74800	680	Europe/Paris	46.0524	6.32843		Saint-Sixt		84	74	742	74253
2976909	Saint-Simon-de-Pellouaille	saint-simon-de-pellouaille	FR	17260	394	Europe/Paris	45.61339	-0.6969		Pellouaille,Saint-Simon,Saint-Simon-de-Pellouaille		75	17	174	17404
2976910	Saint-Simon-de-Bordes	saint-simon-de-bordes	FR	17500	666	Europe/Paris	45.39547	-0.45448		Saint-Simon-de-Bordes,Saint-Simon-des Bordes,Simon-Bordes		75	17	171	17403
2976911	Saint-Simon	saint-simon	FR	02640	658	Europe/Paris	49.74594	3.17771		Saint-Simon		32	02	023	02694
2976912	Saint-Simon	saint-simon	FR	02640	0	Europe/Paris	45.70583	5.91388				84	73	732	73008
2976913	Saint-Simon	saint-simon	FR	02640	245	Europe/Paris	45.64996	-0.07617		Saint-Simon		75	16	162	16352
2976914	Saint-Simon	saint-simon	FR	02640	1037	Europe/Paris	44.9632	2.48994		Saint-Simon		84	15	151	15215
2976915	Saint-Simon	saint-simon	FR	02640	132	Europe/Paris	44.69897	1.84631		Saint-Simon		76	46	462	46292
2976916	Saint-Simon	saint-simon	FR	02640	0	Europe/Paris	43.55738	1.37999				76	31	313	31555
2976918	Saint-Simeux	saint-simeux	FR	16120	481	Europe/Paris	45.62772	-0.02652		Saint-Simeux,Sen-Sime,Sen-Simjo,sheng xi mo,Сен-Симё,Сен-Сіме,圣西默		75	16	162	16351
2976919	Saint-Siméon-de-Bressieux	saint-simeon-de-bressieux	FR	38870	2773	Europe/Paris	45.3385	5.26591		Saint-Simeon		84	38	383	38457
2976920	Saint-Siméon	saint-simeon	FR	27560	291	Europe/Paris	49.28474	0.51714		Saint-Simeon,Saint-Siméon		28	27	272	27603
2976921	Saint-Siméon	saint-simeon	FR	27560	809	Europe/Paris	48.79857	3.20321		Saint-Simeon,Saint-Siméon,Union		11	77	773	77436
2976922	Saint-Siméon	saint-simeon	FR	27560	266	Europe/Paris	48.46841	-0.74553		Saint-Simeon,Saint-Siméon		28	61	611	61324
2976923	Saint-Silvain-sous-Toulx	saint-silvain-sous-toulx	FR	23140	161	Europe/Paris	46.26332	2.17881		Saint-Silvain,Saint-Silvain-sous-Toulx,Saint-Sylvain-sous-Toulx,Sous-Toulx		75	23	231	23243
2976924	Saint-Silvain-Montaigut	saint-silvain-montaigut	FR	23320	210	Europe/Paris	46.14234	1.75168		Saint-Silvain,Saint-Silvain-Montaigut,Saint-Sylvain-Montaigut		75	23	232	23242
2976925	Saint-Silvain-Bas-le-Roc	saint-silvain-bas-le-roc	FR	23600	503	Europe/Paris	46.33122	2.22851		Bas-le-Roc,Saint-Silvain,Saint-Silvain-Bas-le-Roc		75	23	231	23240
2976926	Saint-Sigismond-de-Clermont	saint-sigismond-de-clermont	FR	17240	147	Europe/Paris	45.45173	-0.53595		La Tenaille,Saint-Sigismond,Saint-Sigismond-de-Clermont		75	17	171	17402
2977906	Saint-Nicodème	saint-nicodeme	FR	22160	0	Europe/Paris	48.73333	-3.48333				53	22	223	22113
2976927	Saint-Sigismond	saint-sigismond	FR	45310	255	Europe/Paris	47.98076	1.6791		Saint-Sigismond		24	45	452	45299
2976928	Saint-Sigismond	saint-sigismond	FR	45310	328	Europe/Paris	47.45416	-0.94223		Saint-Sigismond,Val-d'Auxance		52	49	494	49321
2976929	Saint-Sigismond	saint-sigismond	FR	45310	322	Europe/Paris	46.35005	-0.68983		Saint-Sigismond,Sigismond-les-Marais		52	85	851	85269
2976930	Saint-Sigismond	saint-sigismond	FR	45310	644	Europe/Paris	46.07472	6.61305		Saint-Sigismond		84	74	742	74252
2976931	Saint-Sigismond	saint-sigismond	FR	45310	0	Europe/Paris	45.67968	6.39027				84	73	731	73011
2976932	Saint-Siffret	saint-siffret	FR	30700	871	Europe/Paris	44.01702	4.46627		Pomeyrole,Saint-Siffret		76	30	302	30299
2976934	Saint-Séverin-sur-Boutonne	saint-severin-sur-boutonne	FR	17330	146	Europe/Paris	46.08275	-0.42251		Belluire,Brumaire,Saint-Severin,Saint-Severin-sur-Boutonne,Saint-Séverin,Saint-Séverin-sur-Boutonne		75	17	175	17401
2976935	Saint-Séverin-d'Estissac	saint-severin-d-estissac	FR	24190	0	Europe/Paris	45.0511	0.47692		Saint-Severin,Saint-Severin-d'Estissac,Saint-Séverin-d'Estissac		75	24	243	24502
2976936	Saint-Séverin	saint-severin	FR	16390	756	Europe/Paris	45.31241	0.25349		Saint-Severin,Saint-Séverin		75	16	161	16350
2976937	Saint-Sever-du-Moustier	saint-sever-du-moustier	FR	12370	226	Europe/Paris	43.77607	2.69969		Saint-Sever,Saint-Sever-du-Moustier,Toudourg		76	12	121	12249
2976938	Saint-Sever-de-Rustan	saint-sever-de-rustan	FR	65140	141	Europe/Paris	43.35131	0.22438		Rostaing,Saint-Sever,Saint-Sever-de-Rustan,Sen-Seve-de-Rjustan,Sent Sever,Sent Sever dArrostanh,sheng se wei de lu si tang,Сен-Севе-де-Рюстан,سین-سور-دے-رستان,圣瑟韦德吕斯唐		76	65	653	65397
2976939	Saint-Sever-Calvados	saint-sever-calvados	FR	14380	1486	Europe/Paris	48.84035	-1.04773		Saint-Sever,Saint-Sever-Calvados,Sen-Seve-Kal'vado,Sen-Seve-Kal'vados,sheng se wei ka er wa duo,syn-swr-klwdws,Сен-Севе-Кальвадо,Сен-Севе-Кальвадос,سین-سور-کلودوس,圣瑟韦卡尔瓦多		28	14	144	14658
2976941	Saint-Sever-de-Saintonge	saint-sever-de-saintonge	FR	17800	627	Europe/Paris	45.7	-0.5				75	17	174	17400
2976942	Saint-Sever	saint-sever	FR	40500	4913	Europe/Paris	43.75726	-0.57181		Mont-Adour,Saint-Sever,Saint-Sever-sur-l'Adour,Sen-Seve,Sen-Sever,Sent Sever,sheng se wei,syn-swr,Сен-Севе,Сен-Север,سین-سور,圣瑟韦		75	40	402	40282
2976943	Saint-Sève	saint-seve	FR	33190	214	Europe/Paris	44.60984	-0.02935		Saint-Seve,Saint-Sève,Sen-Sev,Sent Sever,Sent Sèver,sheng sai fu,Сен-Сев,圣塞夫		75	33	333	33479
2976944	Saint-Seurin-sur-l'Isle	saint-seurin-sur-l-isle	FR	33660	2598	Europe/Paris	45.01411	-0.00199		Saint-Seurin,Saint-Seurin-sur-l'Isle		75	33	335	33478
2976946	Saint-Seurin-de-Prats	saint-seurin-de-prats	FR	24230	515	Europe/Paris	44.82816	0.07437		Saint-Seurin,Saint-Seurin-de-Prats		75	24	241	24501
2976947	Saint-Seurin-de-Palenne	saint-seurin-de-palenne	FR	17800	160	Europe/Paris	45.62593	-0.51549		Palenne,Saint-Seurin,Saint-Seurin-de-Palenne,Seurin		75	17	171	17398
2976948	Saint-Seurin-de-Cursac	saint-seurin-de-cursac	FR	33390	823	Europe/Paris	45.16077	-0.62778		Saint-Seurin,Saint-Seurin-de-Cursac		75	33	331	33477
2976949	Saint-Seurin-de-Cadourne	saint-seurin-de-cadourne	FR	33180	835	Europe/Paris	45.28658	-0.78931		Saint-Seurin,Saint-Seurin-de-Cadourne		75	33	334	33476
2976950	Saint-Seurin-de-Bourg	saint-seurin-de-bourg	FR	33710	331	Europe/Paris	45.05	-0.56667		Saint-Seurin,Saint-Seurin-de-Bourg		75	33	331	33475
2976952	Saint-Setiers	saint-setiers	FR	19290	270	Europe/Paris	45.69651	2.12992		Saint-Setiers		75	19	193	19241
2976954	Saint-Servant	saint-servant	FR	56120	796	Europe/Paris	47.91532	-2.51261		Saint-Servant,Sanctus Servacius,Sant-Servant-an-Oud,Sen-Servan,sheng sai er wang,Сен-Серван,سین-سرونٹ,圣塞尔旺		53	56	562	56236
2976956	Saint-Servais	saint-servais	FR	22160	664	Europe/Paris	48.51104	-4.15475		Saint-Servais,Sant-Servez-Landivizio		53	29	293	29264
2976957	Saint-Servais	saint-servais	FR	22160	412	Europe/Paris	48.38688	-3.38904		Saint-Servais,Sant-Servez-Kallag		53	22	222	22328
2976958	Saint-Sérotin	saint-serotin	FR	89140	453	Europe/Paris	48.24714	3.15929		Saint-Serotin,Saint-Sérotin		27	89	893	89369
2976959	Saint-Sernin-sur-Rance	saint-sernin-sur-rance	FR	12380	707	Europe/Paris	43.88475	2.60357		Roc-Montagne,Saint-Sernin,Saint-Sernin-sur-Rance		76	12	121	12248
2976960	Saint-Sernin-lès-Lavaur	saint-sernin-les-lavaur	FR	81700	122	Europe/Paris	43.54853	1.97364		Saint-Sernin,Saint-Sernin-es-Lavaur,Saint-Sernin-les-Lavaur,Saint-Sernin-lès-Lavaur,Saint-Sernin-ès-Lavaur		76	81	812	81270
2976961	Saint-Sernin-du-Plain	saint-sernin-du-plain	FR	71510	594	Europe/Paris	46.89179	4.61607		La Montagne-en-Plain,Saint-Sernin,Saint-Sernin-du-Plain		27	71	712	71480
2976962	Saint-Sernin-du-Bois	saint-sernin-du-bois	FR	71200	1749	Europe/Paris	46.84074	4.43271		Saint-Sernin,Saint-Sernin-du-Bois		27	71	711	71479
2976963	Saint-Sernin	saint-sernin	FR	07200	436	Europe/Paris	44.71111	0.23861		Saint-Sernin		75	47	472	47278
2976964	Saint-Sernin	saint-sernin	FR	07200	1224	Europe/Paris	44.57147	4.39186		Saint-Sernin		84	07	071	07296
2976965	Saint-Sernin	saint-sernin	FR	07200	33	Europe/Paris	43.23304	1.80288		Saint-Sernin		76	11	111	11365
2976966	Saint-Sériès	saint-series	FR	34400	653	Europe/Paris	43.7319	4.10554		Saint-Series,Saint-Seriès,Saint-Sériès		76	34	343	34288
2976969	Saint-Senoux	saint-senoux	FR	35580	1167	Europe/Paris	47.90485	-1.78847		Saint-Senoux,Sant-Senour		53	35	352	35312
2976970	Saint-Senoch	saint-senoch	FR	37600	440	Europe/Paris	47.04665	0.96857		Saint-Senoch,Saint-Senoch-Barbeneuve,Senoch-et-Barbeneuve		24	37	373	37238
2976972	Saint-Senier-sous-Avranches	saint-senier-sous-avranches	FR	50300	1051	Europe/Paris	48.68399	-1.33126		Saint-Senier,Saint-Senier-sous-Avranches		28	50	501	50554
2976973	Saint-Senier-de-Beuvron	saint-senier-de-beuvron	FR	50240	315	Europe/Paris	48.5721	-1.34547		Saint-Senier,Saint-Senier-de-Beuvron		28	50	501	50553
2976974	Saint-Selve	saint-selve	FR	33650	1758	Europe/Paris	44.67087	-0.48077		Saint-Selve,Sen-Sel'v,Sent Seuve,sheng sai er fu,syn-slwy,Сен-Сельв,سین-سلوی,圣塞尔夫		75	33	332	33474
2976975	Saint-Seine-sur-Vingeanne	saint-seine-sur-vingeanne	FR	21610	295	Europe/Paris	47.51708	5.4257		Saint-Seine-sur-Vingeanne		27	21	212	21574
2976977	Saint-Seine-l'Abbaye	saint-seine-l-abbaye	FR	21440	0	Europe/Paris	47.44095	4.79035		Saint-Seine,Saint-Seine-l'Abbaye,Seine-en-Montagne		27	21	212	21573
2977017	Saint-Sauveur-en-Diois	saint-sauveur-en-diois	FR	26340	56	Europe/Paris	44.68075	5.15615		Saint Sauveur,Saint-Sauveur-en-Diois		84	26	261	26328
2976978	Saint-Seine-en-Bâche	saint-seine-en-bache	FR	21130	239	Europe/Paris	47.1201	5.37107		Beau-Sejour,Beau-Séjour,Saint-Seine,Saint-Seine-en-Bache,Saint-Seine-en-Bâche,Sen-Sen-an-Bash,ba ke de qu sheng sang,sn-sn-an-bash,Сен-Сен-ан-Баш,سن-سن-آن-باش,سین-سینے-ین-بچے,巴克地区圣桑		27	21	211	21572
2976980	Saint-Seine	saint-seine	FR	58250	205	Europe/Paris	46.73333	3.82441		Saint-Seine		27	58	581	58268
2976981	Saint-Séglin	saint-seglin	FR	35330	473	Europe/Paris	47.85362	-2.00474		Saint-Seglin,Saint-Séglin,Sant-Sewenn		53	35	352	35311
2976982	Saint-Ségal	saint-segal	FR	29590	896	Europe/Paris	48.24039	-4.0665		Saint-Segal,Saint-Ségal,Sant-Segal,Sen-Segal',san=segaru,sheng sai jia,syn-sygl,Сен-Сегаль,سین-سیگل,サン＝セガル,圣塞加		53	29	292	29263
2976983	Saint-Secondin	saint-secondin	FR	86350	558	Europe/Paris	46.32826	0.49263		Saint-Secondin,Saint-Sécondin		75	86	862	86248
2976984	Saint-Sébastien-sur-Loire	saint-sebastien-sur-loire	FR	44230	29238	Europe/Paris	47.20768	-1.50332		Engnia,Saint-Sebastien,Saint-Sebastien-sur-Loire,Saint-Sébastien,Saint-Sébastien-sur-Loire,San Sebastian sobre Loira,San Sebastián sobre Loira,Sankt-Sebast'jan-sjur-Luar,Sant-Sebastian-an-Enk,Sen Sebastjan suer Luar,Sen Sebastjan sür Luar,Sen Sebastjen sir Loar,Sen-Sebast'jan-sjur-Luar,lu wa er he pan sheng sai ba si di an,saengsebaseutiangswileulualeu,san=sebasutian=shuru=rowaru,sn sbastyn swr lwar,syn-sbastyn-swr-lwyr,Санкт-Себастьян-сюр-Луар,Сен Себастјен сир Лоар,Сен-Себастьян-сюр-Луар,سن سباستین سور لوآر,سین-سباستین-سور-لوئر,サン＝セバスティアン＝シュル＝ロワール,卢瓦尔河畔圣塞巴斯蒂安,생세바스티앙쉬르루아르		52	44	442	44190
2976985	Saint-Sébastien-de-Raids	saint-sebastien-de-raids	FR	50190	286	Europe/Paris	49.19024	-1.37119		Saint-Sebastien,Saint-Sebastien-de-Raids,Saint-Sébastien,Saint-Sébastien-de-Raids		28	50	503	50552
2976986	Saint-Sébastien-de-Morsent	saint-sebastien-de-morsent	FR	27180	4297	Europe/Paris	49.01096	1.0873		Saint-Sebastien,Saint-Sebastien-de-Morsent,Saint-Sebastion-de Morsent,Saint-Sébastien,Saint-Sébastien-de-Morsent,Saint-Sébastion-de Morsent		28	27	273	27602
2976989	Saint-Sébastien	saint-sebastien	FR	23160	0	Europe/Paris	48.21667	-4.1				53	29	292	29263
2976990	Saint-Sébastien	saint-sebastien	FR	23160	0	Europe/Paris	47.36832	-2.51445				52	44	443	44125
2976991	Saint-Sébastien	saint-sebastien	FR	23160	703	Europe/Paris	46.3913	1.53137		Saint-Sebastien,Saint-Sébastien		75	23	232	23239
2976992	Saint-Sébastien	saint-sebastien	FR	23160	192	Europe/Paris	44.84768	5.79843		Saint-Sebastien,Saint-Sébastien		84	38	381	38456
2976993	Saint-Sébastien-d'Aigrefeuille	saint-sebastien-d-aigrefeuille	FR	30140	0	Europe/Paris	44.1	4		Sebastien-Montagneux,Sebastien-la-Montagne,Sébastien-Montagneux,Sébastien-la-Montagne		76	30	301	30298
2976994	Saint-Savournin	saint-savournin	FR	13119	2670	Europe/Paris	43.40848	5.5269		Saint-Savournin,Sant Savornin,Sen-Savurnen,sheng sa wu er nan,syn-swwrnyn,Сен-Савурнен,سین-سوورنین,圣萨武尔南		93	13	133	13101
2976995	Saint-Saviol	saint-saviol	FR	86400	498	Europe/Paris	46.13298	0.24295		Saint-Saviol,Sen-Savjol',sheng sa wei ao,syn-swwl,Сен-Савйоль,سین-سوول,圣萨维奥		75	86	862	86247
2976996	Saint-Savinien	saint-savinien	FR	17350	2671	Europe/Paris	45.8782	-0.68015		Carriere-Charente,Carrière-Charente,La Roche-sur-Charente,Saint-Savinien,Sen-Savin'en,Sen-Savin'jan,sheng sa wei ni an,syn-swnyn,Сен-Савиньен,Сен-Савіньян,سین-سونین,圣萨维尼安		75	17	175	17397
2976997	Saint-Savin	saint-savin	FR	33920	2263	Europe/Paris	45.13874	-0.44853		Mont-des-Landes,Saint-Savin,Saint-Savin-de-Blay		75	33	331	33473
2977000	Saint-Savin	saint-savin	FR	33920	1070	Europe/Paris	46.56605	0.86381		Pont-sur-Gartempe,Saint-Savin,Saint-Savin-sur-Gartempe		75	86	862	86246
2977001	Saint-Savin	saint-savin	FR	33920	3035	Europe/Paris	45.62776	5.30856		Saint-Savin		84	38	382	38455
2977002	Saint-Savin	saint-savin	FR	33920	387	Europe/Paris	42.98039	-0.09094		Saint-Savin		76	65	651	65396
2977003	Saint-Sauvy	saint-sauvy	FR	32270	313	Europe/Paris	43.69421	0.81945		Montagne-de-l'Arrats,Saint-Sauvy,Sen-Sovi,Sent Sauvi,sheng suo wei,Сен-Сови,Сен-Сові,سین-سووے,圣索维		76	32	321	32406
2977004	Saint-Sauvier	saint-sauvier	FR	03370	338	Europe/Paris	46.38616	2.33116		Saint-Sauvier		84	03	031	03259
2977005	Saint-Sauveur-sur-Tinée	saint-sauveur-sur-tinee	FR	06420	474	Europe/Paris	44.08387	7.10448		Saint-Sauveur,Saint-Sauveur-sur-Tinee,Saint-Sauveur-sur-Tinée		93	06	062	06129
2977006	Saint-Sauveur-sur-École	saint-sauveur-sur-ecole	FR	77930	1152	Europe/Paris	48.4975	2.54711		Saint-Sauveur		11	77	774	77435
2977007	Saint-Sauveur-le-Vicomte	saint-sauveur-le-vicomte	FR	50390	2259	Europe/Paris	49.38547	-1.5331		Saint-Sauveur,Saint-Sauveur-le-Vicomte,Sauveur-sur-Douve,Sen-Sover-le-Vikont,sheng suo fu lai wei kong te,Сен-Совер-ле-Виконт,Сен-Совер-ле-Віконт,سین-سویر-لے-وکومتے,圣索弗莱维孔特		28	50	502	50551
2977008	Saint-Sauveur-Marville	saint-sauveur-marville	FR	28170	779	Europe/Paris	48.6	1.28333		Saint-Sauveur,Saint-Sauveur-Levasville		24	28	283	28360
2977009	Saint-Sauveur-lès-Bray	saint-sauveur-les-bray	FR	77480	312	Europe/Paris	48.43973	3.20886		Saint-Sauveur,Saint-Sauveur-les-Bray,Saint-Sauveur-lès-Bray		11	77	773	77434
2977010	Saint-Sauveur-Lendelin	saint-sauveur-lendelin	FR	50490	1438	Europe/Paris	49.12988	-1.41405		Saint-Sauveur-Lendelin,Sen-Sover-Landelen,sheng suo fu lang dai lan,syn-swyr-lyndyln,Сен-Совер-Ланделен,سین-سویر-لیندیلن,圣索弗朗代兰		28	50	503	50550
2977011	Saint-Sauveur-la-Vallée	saint-sauveur-la-vallee	FR	46240	43	Europe/Paris	44.60639	1.55295		Puyvalon,Saint-Sauveur,Saint-Sauveur-la-Vallee,Saint-Sauveur-la-Vallée		76	46	463	46138
2977012	Saint-Sauveur-la-Pommeraye	saint-sauveur-la-pommeraye	FR	50510	276	Europe/Paris	48.84608	-1.44453		Saint-Sauveur,Saint-Sauveur-la-Pommeraye		28	50	501	50549
2977013	Saint-Sauveur-Lalande	saint-sauveur-lalande	FR	24700	120	Europe/Paris	44.98559	0.25334		Saint-Sauveur,Saint-Sauveur-Lalande		75	24	243	24500
2977014	Saint-Sauveur-Gouvernet	saint-sauveur-gouvernet	FR	26110	0	Europe/Paris	44.3364	5.35051		Saint Sauveur,Saint-Sauveur-Gouvernet,Saint-Sauveur-Governet		84	26	262	26329
2977015	Saint-Sauveur-en-Rue	saint-sauveur-en-rue	FR	42220	1197	Europe/Paris	45.26981	4.49512		Saint-Sauveur,Saint-Sauveur-en-Rue,Sant Salvador,Sant Sauvador jos Rua,Sen-Sover-an-Rju,lu ai de qu sheng suo fu,Сен-Совер-ан-Рю,سین-سویر-ین-رے,吕埃地区圣索弗		84	42	423	42287
2977016	Saint-Sauveur-en-Puisaye	saint-sauveur-en-puisaye	FR	89520	983	Europe/Paris	47.61878	3.19807		Montagne-sur-Loing,Saint-Sauveur,Saint-Sauveur-en-Puisaye,Sauveur-sur-Loing		27	89	891	89368
2977018	Saint-Sauveur-Camprieu	saint-sauveur-camprieu	FR	30750	0	Europe/Paris	44.11649	3.47683		Saint-Sauveur,Saint-Sauveur-des-Pourcils,Sen-Sover-Kamprie,Sent Sauvaire dels Porcils,Sent Sauvaire e Camriu,sheng suo fu kang pu li e,syn-swyr-kmpryw,Сен-Совер-Камприе,Сен-Совер-Кампріє,سین-سویر-کمپریو,圣索弗康普里厄		76	30	303	30297
2977019	Saint-Sauveur-des-Landes	saint-sauveur-des-landes	FR	35133	1244	Europe/Paris	48.34241	-1.31308		Kersalver-al-Lann,Saint-Sauveur,Saint-Sauveur-des-Landes		53	35	351	35310
2977020	Saint-Sauveur-de-Puynormand	saint-sauveur-de-puynormand	FR	33660	0	Europe/Paris	44.99243	-0.02557		Saint-Sauveur,Saint-Sauveur-de-Puynormand		75	33	335	33472
2977021	Saint-Sauveur-de-Pierrepont	saint-sauveur-de-pierrepont	FR	50250	146	Europe/Paris	49.335	-1.59368		Saint-Sauveur,Saint-Sauveur-de-Pierrepont,Sen-Sover-de-P'errpon,Sen-Sover-de-Perrpon,sheng suo fu de pi ye er lei peng,Сен-Совер-де-Пьеррпон,Сен-Совер-де-Пєррпон,سین-سویر-دے-پیررپونٹ,圣索弗德皮耶尔雷蓬		28	50	503	50548
2977022	Saint-Sauveur-de-Peyre	saint-sauveur-de-peyre	FR	48130	269	Europe/Paris	44.65882	3.28697		Saint-Sauveur,Saint-Sauveur-de-Peyre		76	48	482	48009
2977023	Saint-Sauveur-de-Montagut	saint-sauveur-de-montagut	FR	07190	1332	Europe/Paris	44.82142	4.57993		Saint-Sauveur,Saint-Sauveur-de-Montagut		84	07	072	07295
2977024	Saint-Sauveur-de-Meilhan	saint-sauveur-de-meilhan	FR	47180	279	Europe/Paris	44.4816	-0.001		Saint-Sauveur		75	47	472	47277
2977025	Saint-Sauveur-d'Émalleville	saint-sauveur-d-emalleville	FR	76110	0	Europe/Paris	49.61077	0.2992		Saint-Sauveur,Saint-Sauveur-d'Emalleville,Saint-Sauveur-d'Émalleville		28	76	762	76650
2977026	Saint-Sauveur-de-Ginestoux	saint-sauveur-de-ginestoux	FR	48170	71	Europe/Paris	44.70466	3.60591		Saint-Sauveur,Saint-Sauveur-de-Ginestoux		76	48	482	48182
2977027	Saint-Sauveur-de-Flée	saint-sauveur-de-flee	FR	49500	266	Europe/Paris	47.75348	-0.79199		Saint-Sauveur,Saint-Sauveur-de-Flee,Saint-Sauveur-de-Flée		52	49	494	49331
2977028	Saint-Sauveur-de-Cruzières	saint-sauveur-de-cruzieres	FR	07460	521	Europe/Paris	44.29973	4.25379		Cruzieres-lnferieur,Cruzières-lnférieur,Saint-Sauveur,Saint-Sauveur-de-Cruzieres,Saint-Sauveur-de-Cruzières		84	07	071	07294
2977030	Saint-Sauveur-de-Carrouges	saint-sauveur-de-carrouges	FR	61320	246	Europe/Paris	48.58568	-0.10715		Bel-Air,Carrouges-la-Montagne,Saint-Sauveur,Saint-Sauveur-de-Carrouges		28	61	611	61453
2977031	Saint-Sauveur-d'Aunis	saint-sauveur-d-aunis	FR	17540	1528	Europe/Paris	46.2157	-0.88753		La Concorde,Saint-Sauveur,Saint-Sauveur-d'Aunis,Saint-Sauveur-dAunis,Sen-Sovjor-d'Oni,sheng suo fu duo ni,Сен-Совёр-д’Они,圣索弗多尼		75	17	173	17396
2977033	Saint-Sauveur	saint-sauveur	FR	05200	1541	Europe/Paris	49.93792	2.21162		Saint-Sauveur		32	80	802	80718
2977034	Saint-Sauveur	saint-sauveur	FR	05200	1763	Europe/Paris	49.31857	2.78321		La Reunion,La Réunion,Saint-Sauveur,Sauveur-Geromenil,Sauveur-Géroménil		32	60	603	60597
2977035	Saint-Sauveur	saint-sauveur	FR	05200	0	Europe/Paris	48.63333	-4.36667				53	29	291	29091
2977036	Saint-Sauveur	saint-sauveur	FR	05200	0	Europe/Paris	48.53408	6.97428		Saint-Sauveur		44	54	542	54488
2977037	Saint-Sauveur	saint-sauveur	FR	05200	672	Europe/Paris	48.44703	-4.00569		An Dre-Nevez,Saint-Sauveur		53	29	293	29262
2977038	Saint-Sauveur	saint-sauveur	FR	05200	2476	Europe/Paris	47.8053	6.38583		Saint-Sauveur		27	70	701	70473
2977039	Saint-Sauveur	saint-sauveur	FR	05200	217	Europe/Paris	47.35812	5.41349		Saint-Sauveur		27	21	212	21571
2977040	Saint-Sauveur	saint-sauveur	FR	05200	0	Europe/Paris	46.82131	-0.41786		Saint-Sauveur,Saint-Sauveur-de-Givre-en-Mai		75	79	791	79049
2977041	Saint-Sauveur	saint-sauveur	FR	05200	1019	Europe/Paris	46.8083	0.62336		Saint-Sauveur		75	86	861	86245
2977042	Saint-Sauveur	saint-sauveur	FR	05200	0	Europe/Paris	46.70585	-2.33255				52	85	853	85113
2977043	Saint-Sauveur	saint-sauveur	FR	05200	1294	Europe/Paris	45.2022	-0.835		Saint-Sauveur		75	33	334	33471
2977044	Saint-Sauveur	saint-sauveur	FR	05200	1819	Europe/Paris	45.15335	5.3528		Saint-Sauveur		84	38	381	38454
2977045	Saint-Sauveur	saint-sauveur	FR	05200	639	Europe/Paris	44.86845	0.58605		Saint-Sauveur		75	24	241	24499
2977046	Saint-Sauveur	saint-sauveur	FR	05200	424	Europe/Paris	44.54094	6.52039		Alpha,Mealle,Mont-Meale,Mont-Méale,Méalle		93	05	052	05156
2977047	Saint-Sauveur	saint-sauveur	FR	05200	0	Europe/Paris	44.21191	2.54047				76	12	121	12073
2977048	Saint-Sauveur	saint-sauveur	FR	05200	0	Europe/Paris	44.07506	3.27229				76	12	121	12168
2977049	Saint-Sauveur	saint-sauveur	FR	05200	1515	Europe/Paris	43.74891	1.39969		Saint-Sauveur		76	31	313	31516
2977050	Saint-Sauves-d'Auvergne	saint-sauves-d-auvergne	FR	63950	1104	Europe/Paris	45.60679	2.68768		Saint-Sauves,Saint-Sauves-d'Auvergne,Sauve-Libre		84	63	633	63397
2977051	Saint-Sauveur-la-Sagne	saint-sauveur-la-sagne	FR	63220	118	Europe/Paris	45.39467	3.66669		Saint Sauveur,Saint-Sauver-la-Sagne,Saint-Sauveur-la-Sagne		84	63	631	63398
2977052	Saint-Sauveur-de-Landemont	saint-sauveur-de-landemont	FR	49270	0	Europe/Paris	47.28333	-1.25		Saint-Sauveur,Sen-Sover-de-Landmon,sheng suo fu de lang dai meng,Сен-Совер-де-Ландмон,سین-سویر-دے-لنڈےمونٹ,圣索弗德朗代蒙		52	49	492	49069
2977054	Saint-Sauvant	saint-sauvant	FR	17610	1366	Europe/Paris	46.36111	0.0562		Saint-Sauvant,Saint-Sauvant-la-Plaine,Sauvent-la-Plaine		75	86	863	86244
2977055	Saint-Sauvant	saint-sauvant	FR	17610	557	Europe/Paris	45.73866	-0.50468		Saint-Sauvant,Silvain-la-Roche		75	17	174	17395
2977056	Saint-Saury	saint-saury	FR	15290	189	Europe/Paris	44.8681	2.13977		Saint-Saury,Sant Sauri,Sant Saury,Sen-Sori,sheng suo li,Сен-Сори,Сен-Сорі,سین-سورے,圣索里		84	15	151	15214
2977058	Saint-Saulve	saint-saulve	FR	59880	11303	Europe/Paris	50.37141	3.55612		Saint-Saulve,Sen-Sol'v,sheng suo er wo,Сен-Сольв,سین-سالوے,圣索尔沃		32	59	596	59544
2977059	Saint-Saulge	saint-saulge	FR	58330	936	Europe/Paris	47.10482	3.51276		Marat-les-Forets,Marat-les-Forêts,Saint-Saulge,Sen-Sol'zh,sheng suo er ge,Сен-Сольж,سین-سولگے,圣索尔格		27	58	583	58267
2977060	Saint-Sauflieu	saint-sauflieu	FR	80160	911	Europe/Paris	49.78969	2.2533		Saint-Sauflieu		32	80	802	80717
2977061	Saint-Saud-Lacoussière	saint-saud-lacoussiere	FR	24470	918	Europe/Paris	45.54382	0.81842		La Coussiere-sur-Dronne,La Coussière-sur-Dronne,Saint-Saud,Saint-Saud-Lacoussiere,Saint-Saud-Lacoussière,Sen-So-Lakus'er,Sensaut e La Cossiera,Sensaut e la Cossiera,sheng suo la ku xi ai,Сен-Со-Лакусьер,Сен-Со-Лакусьєр,سین-سود-لاکوسیرے,圣索拉库西埃		75	24	242	24498
2977062	Saint-Saturnin-sur-Loire	saint-saturnin-sur-loire	FR	49320	1273	Europe/Paris	47.39438	-0.43565		Mont-Rude,Saint-Saturnin,Saint-Saturnin-sur-Loire,Sen-Satjurnen-sjur-Luar,lu wa er he pan sheng sa di er nan,syn-strnyn-swr-lwyr,Сен-Сатюрнен-сюр-Луар,سین-سترنین-سور-لوئر,卢瓦尔河畔圣萨蒂尔南		52	49	491	49050
2977063	Saint-Saturnin-lès-Avignon	saint-saturnin-les-avignon	FR	84450	4093	Europe/Paris	43.95501	4.92548		Mont-Saturnin,Saint-Saturnin,Saint-Saturnin-les-Avignon,Saint-Saturnin-lès-Avignon,Sant Savornin dAvinhon,Sen-Satjurnen-lez-Avin'jon,Sen-Satjurnen-lez-Avin'on,sheng sa di er nan lai a wei ni weng,syn-strnyn-lys-awgnwn,Сен-Сатюрнен-лез-Авиньон,Сен-Сатюрнен-лез-Авіньйон,سین-سترنین-لیس-اوگنون,圣萨蒂尔南莱阿维尼翁		93	84	842	84119
2977064	Saint-Saturnin-du-Limet	saint-saturnin-du-limet	FR	53800	575	Europe/Paris	47.81185	-1.06746		Saint-Saturnin,Saint-Saturnin-du-Limet,Sen-Satjurnen-dju-Lime,sheng sa di er nan di li mei,syn-strnyn-dw-lmyt,Сен-Сатюрнен-дю-Ліме,سین-سترنین-دو-لمیت,圣萨蒂尔南迪利梅		52	53	531	53253
2977065	Saint-Saturnin-du-Bois	saint-saturnin-du-bois	FR	17700	804	Europe/Paris	46.1401	-0.67125		Saint-Saturnin,Saint-Saturnin-du-Bois		75	17	172	17394
2977066	Saint-Saturnin	saint-saturnin	FR	15190	79	Europe/Paris	44.4118	3.18862		Saint-Saturnin,Saint-Saturnin-de-Tartaronne		76	48	482	48181
2977067	Saint-Saturnin-de-Lenne	saint-saturnin-de-lenne	FR	12560	391	Europe/Paris	44.42386	3.01715		Saint-Saturnin,Saint-Saturnin-de-Lenne		76	12	122	12247
2977068	Saint-Saturnin-lès-Apt	saint-saturnin-les-apt	FR	84490	2523	Europe/Paris	43.93333	5.38333		Saint-Saturnin,Sant Savornin dAte,Sen-Satjurnen-lez-Apt,sheng sa di er nan lai a pu,Сен-Сатюрнен-лез-Апт,سین-سترنین-لیس-اپٹ,圣萨蒂尔南莱阿普		93	84	841	84118
2977069	Saint-Saturnin	saint-saturnin	FR	15190	45	Europe/Paris	48.61243	3.90156		Montauges,Saint-Saturnin		44	51	512	51516
2977070	Saint-Saturnin	saint-saturnin	FR	15190	2281	Europe/Paris	48.06461	0.16007		Saint-Saturnin		52	72	723	72320
2977071	Saint-Saturnin	saint-saturnin	FR	15190	472	Europe/Paris	46.5078	2.23724		Bombardon,Saint-Saturnin		24	18	182	18234
2977072	Saint-Saturnin	saint-saturnin	FR	15190	1199	Europe/Paris	45.66063	0.04415		Saint-Saturnin		75	16	161	16348
2977073	Saint-Saturnin	saint-saturnin	FR	15190	1079	Europe/Paris	45.65956	3.09232		Saint-Saturnin		84	63	632	63396
2977074	Saint-Saturnin	saint-saturnin	FR	15190	250	Europe/Paris	45.25517	2.79501		Saint-Saturnin		84	15	153	15213
2977075	Saint-Saturnin-de-Lucian	saint-saturnin-de-lucian	FR	34725	257	Europe/Paris	43.7	3.46667				76	34	342	34287
2977077	Saint-Satur	saint-satur	FR	18300	1789	Europe/Paris	47.33914	2.83734		Saint-Satur,Thibault-la-Fontaine		24	18	181	18233
2977078	Saint-Sardos	saint-sardos	FR	47360	261	Europe/Paris	44.34089	0.47798		Saint-Sardos		75	47	471	47276
2977079	Saint-Sardos	saint-sardos	FR	47360	596	Europe/Paris	43.89972	1.13324		Saint-Sardos		76	82	822	82173
2977080	Saint-Santin-de-Maurs	saint-santin-de-maurs	FR	15600	348	Europe/Paris	44.6511	2.21636		Saint-Santin-de-Maurs,Saint-Santin-de-Montmurat		84	15	151	15212
2977081	Saint-Santin-Cantalès	saint-santin-cantales	FR	15150	317	Europe/Paris	45.0296	2.25712		Saint-Santin,Saint-Santin-Cantales,Saint-Santin-Cantalès		84	15	151	15211
2977082	Saint-Santin	saint-santin	FR	12300	547	Europe/Paris	44.65	2.21667		Saint-Santin,Saint-Santin-d'Aveyron,Saint-Santin-des-morts		76	12	123	12246
2977083	Saint-Sandoux	saint-sandoux	FR	63450	633	Europe/Paris	45.64053	3.10795		Saint-Sandoux		84	63	632	63395
2977127	Saint-Romain-le-Preux	saint-romain-le-preux	FR	89116	158	Europe/Paris	47.93417	3.24089		Saint-Romain,Saint-Romain-le-Preux,Sen-Romen-le-Pre,sheng luo man lei pu lei,Сен-Ромен-ле-Пре,سین-رومین-لے-ڑےش,圣罗曼勒普勒		27	89	893	89388
2977084	Saint-Samson-la-Poterie	saint-samson-la-poterie	FR	60220	248	Europe/Paris	49.59042	1.74665		Saint-Samson,Saint-Samson-la-Poterie,Saint-Samson-sur-Therain,Saint-Samson-sur-Thérain,Samson-sur-Therain,Samson-sur-Thérain,Sen-Samson-la-Potri,sheng sang song la bo te li ye,Сен-Самсон-ла-Потрі,سین-سیمسن-لا-پوٹرے,圣桑松拉波特里耶		32	60	601	60596
2977085	Saint-Samson-sur-Rance	saint-samson-sur-rance	FR	22100	1232	Europe/Paris	48.49232	-2.02929		Saint-Samson,Saint-Samson-sur-Rance,Sant-Samzun		53	22	221	22327
2977086	Saint-Samson-de-la-Roque	saint-samson-de-la-roque	FR	27680	294	Europe/Paris	49.40639	0.44999		Saint-Samson,Saint-Samson-de-la-Roque		28	27	272	27601
2977087	Saint-Samson-de-Bonfossé	saint-samson-de-bonfosse	FR	50750	741	Europe/Paris	49.04946	-1.1285		Saint-Samson,Saint-Samson-de-Bonfosse,Saint-Samson-de-Bonfossé		28	50	504	50546
2977088	Saint-Samson	saint-samson	FR	14670	355	Europe/Paris	49.18399	-0.15912		Saint-Samson		28	14	143	14657
2977089	Saint-Samson	saint-samson	FR	14670	0	Europe/Paris	48.8	-3.5		Saint-Samson		53	22	223	22353
2977090	Saint-Samson	saint-samson	FR	14670	0	Europe/Paris	48.57226	-2.40153				53	22	224	22076
2977091	Saint-Samson	saint-samson	FR	14670	354	Europe/Paris	48.48183	-0.19099				52	53	533	53185
2977092	Saint-Samson	saint-samson	FR	14670	0	Europe/Paris	48.08694	-2.76549				53	56	562	56198
2977093	Saint-Salvy-de-la-Balme	saint-salvy-de-la-balme	FR	81490	605	Europe/Paris	43.61126	2.39837		Saint Salvy,Saint-Salvy-de-la-Balme		76	81	812	81269
2977094	Saint-Salvy	saint-salvy	FR	47360	194	Europe/Paris	44.29971	0.43803		Saint-Salvy		75	47	471	47275
2977095	Saint-Salvi-de-Carcavès	saint-salvi-de-carcaves	FR	81530	104	Europe/Paris	43.80661	2.59662		Saint-Salvi,Saint-Salvi-de-Carcaves,Saint-Salvi-de-Carcavès,Saint-Salvy-de-Carcaves,Saint-Salvy-de-Carcavès		76	81	812	81268
2977096	Saint-Salvadour	saint-salvadour	FR	19700	303	Europe/Paris	45.39462	1.76649		Saint-Salvadour,Salvador		75	19	192	19240
2977097	Saint-Salvadou	saint-salvadou	FR	12200	453	Europe/Paris	44.28095	2.1006		Saint-Salvadou		76	12	123	12021
2977098	Saint-Saire	saint-saire	FR	76270	484	Europe/Paris	49.69393	1.4934		Saint-Saire		28	76	761	76649
2977100	Saint-Saëns	saint-saens	FR	76680	2613	Europe/Paris	49.67302	1.28525		Saens-la-Foret,Saens-la-Forêt,Saint-Saens,Saint-Saëns		28	76	761	76648
2977101	Saints	saints	FR	77120	1286	Europe/Paris	48.76066	3.04645		Saints		11	77	771	77433
2977102	Saints-en-Puisaye	saints-en-puisaye	FR	89520	595	Europe/Paris	47.62103	3.26221		Cousay-en-Puisaye,Saints		27	89	891	89367
2977103	Saintry-sur-Seine	saintry-sur-seine	FR	91250	5308	Europe/Paris	48.5964	2.49515		Saintry,Saintry-sur-Seine,Sentri-sjur-Sen,Stry-sur-Seine,sai na he pan sang te li,Сентри-сюр-Сен,Сентрі-сюр-Сен,سینٹرے-سور-سینے,塞纳河畔桑特里		11	91	912	91577
2977104	Saint-Rustice	saint-rustice	FR	31620	423	Europe/Paris	43.80641	1.32832		Saint-Rustice,Sen-Rjustis,Sent Rostesi,sheng lu si di ke,Сен-Рюстис,Сен-Рюстіс,سین-رستکے,圣吕斯蒂克		76	31	313	31515
2977106	Saint-Romphaire	saint-romphaire	FR	50750	613	Europe/Paris	49.03826	-1.10576		Saint-Romphaire		28	50	504	50546
2977107	Saint-Rome-de-Tarn	saint-rome-de-tarn	FR	12490	742	Europe/Paris	44.04842	2.89606		Pont-Libre,Saint-Rome,Saint-Rome-de-Tarn		76	12	121	12244
2977108	Saint-Rome-de-Dolan	saint-rome-de-dolan	FR	48500	76	Europe/Paris	44.27338	3.21616		Saint-Rome,Saint-Rome-de-Dolan		76	48	481	48094
2977109	Saint-Rome-de-Cernon	saint-rome-de-cernon	FR	12490	822	Europe/Paris	44.01294	2.96442		Fort-Cernon,Saint-Rome,Saint-Rome-de-Cernon		76	12	121	12243
2977110	Saint-Rome	saint-rome	FR	31290	0	Europe/Paris	43.87317	3.16851				76	12	121	12155
2977111	Saint-Rome	saint-rome	FR	31290	77	Europe/Paris	43.41465	1.67735		Saint-Rome		76	31	313	31514
2977112	Saint-Romans-lès-Melle	saint-romans-les-melle	FR	79500	675	Europe/Paris	46.20673	-0.18956		Saint-Romans,Saint-Romans-les-Melle,Saint-Romans-lès-Melle		75	79	792	79295
2977113	Saint-Romans-des-Champs	saint-romans-des-champs	FR	79230	173	Europe/Paris	46.20384	-0.34623		Saint-Romans,Saint-Romans-des-Champs		75	79	792	79294
2977114	Saint-Romans	saint-romans	FR	38160	1547	Europe/Paris	45.11278	5.32239		Romans-Libre,Saint-Romans		84	38	381	38453
2977115	Saint-Roman-de-Malegarde	saint-roman-de-malegarde	FR	84290	271	Europe/Paris	44.27008	4.96297		Romain-Montagnard,Romain-sur-Aigues,Saint-Roman,Saint-Roman-de-Malegarde,Sant Roman de Malagarda,Sen-Roman-de-Malegard,Sen-Romen-de-Mal'gard,sheng luo mang de ma lei jia er dai,Сен-Роман-де-Малегард,Сен-Ромен-де-Мальгард,سین-رومن-دے-ملیگاردے,圣罗芒德马勒加尔代		93	84	843	84117
2977116	Saint-Roman-de-Codières	saint-roman-de-codieres	FR	30440	194	Europe/Paris	44.00287	3.77861		Mont-de-Vidourle,Saint-Roman,Saint-Roman-de-Codieres,Saint-Roman-de-Codières,Saint-Romans-de Codiere,Saint-Romans-de Codière,Sen-Roman-de-Kod'er,Sent Roman de Codieira,Sent Roman de Codièira,sheng luo mang de ke di ai,Сен-Роман-де-Кодьер,Сен-Роман-де-Кодьєр,سین-رومن-دے-کودرس,圣罗芒德科迪埃		76	30	303	30296
2977117	Saint-Roman	saint-roman	FR	26410	149	Europe/Paris	44.68921	5.43366		Saint-Roman		84	26	261	26327
2977118	Saint-Roman	saint-roman	FR	26410	0	Europe/Paris	44.14772	3.77292		Saint-Roman,Saint-Roman-de-Tousque		76	48	481	48097
2977121	Saint-Romain-sur-Gironde	saint-romain-sur-gironde	FR	17240	54	Europe/Paris	45.44987	-0.75823		Saint-Romain,Saint-Romain-de-Beaumont,Saint-Romain-sur-Gironde		75	17	174	17160
2977122	Saint-Romain-sur-Cher	saint-romain-sur-cher	FR	41140	1342	Europe/Paris	47.31877	1.39956		Brutus,Saint-Romain,Saint-Romain-sur-Cher		24	41	413	41229
2977123	Saint-Romain-sous-Versigny	saint-romain-sous-versigny	FR	71420	125	Europe/Paris	46.6475	4.18631		Raveau-sur-Arriere,Raveau-sur-Arrière,Saint-Romain,Saint-Romain-sous-Versigny,Saint-Romain-sur-Arroux		27	71	713	71478
2977124	Saint-Romain-sous-Gourdon	saint-romain-sous-gourdon	FR	71230	465	Europe/Paris	46.62238	4.40321		Saint-Romain,Saint-Romain-sous-Gourdon		27	71	711	71477
2977125	Saint-Romain-les-Atheux	saint-romain-les-atheux	FR	42660	823	Europe/Paris	45.36626	4.37813		Saint Romain,Saint-Romain-les-Atheux		84	42	423	42286
2977126	Saint-Romain-le-Puy	saint-romain-le-puy	FR	42610	2854	Europe/Paris	45.55837	4.12296		Saint-Romain,Saint-Romain-le-Puy,Sen-Romen-le-Pjui,sheng luo man lai pi yi,Сен-Ромен-ле-Пюї,سین-رومین-لے-پے,圣罗曼莱皮伊		84	42	421	42285
2977252	Saint-Racho	saint-racho	FR	71800	176	Europe/Paris	46.26488	4.36749		Dun-la-Montagne,Saint-Racho		27	71	713	71473
2977128	Saint-Romain-le-Noble	saint-romain-le-noble	FR	47270	444	Europe/Paris	44.16218	0.78618		Saint-Romain,Saint-Romain-le-Noble		75	47	471	47274
2977130	Saint-Romain-la-Virvée	saint-romain-la-virvee	FR	33240	823	Europe/Paris	44.96557	-0.39978		Saint-Romain,Saint-Romain-la-Virvee,Saint-Romain-la-Virvée		75	33	335	33470
2977131	Saint-Romain-la-Motte	saint-romain-la-motte	FR	42640	1430	Europe/Paris	46.0815	3.99076		Saint-Romain,Saint-Romain-la-Motte		84	42	422	42284
2977132	Saint-Romain-Lachalm	saint-romain-lachalm	FR	43620	866	Europe/Paris	45.26616	4.33427		Saint-Romain-Lachalm		84	43	433	43223
2977133	Saint-Romain-et-Saint-Clément	saint-romain-et-saint-clement	FR	24800	376	Europe/Paris	45.42464	0.86397		Saint-Romain-et-Saint-Clement,Saint-Romain-et-Saint-Clément		75	24	242	24496
2977134	Saint-Romain-en-Viennois	saint-romain-en-viennois	FR	84110	785	Europe/Paris	44.25821	5.10945		Romain-sur-Lauzon,Saint Romain,Saint-Romain-en Viennais,Saint-Romain-en-Viennois,Sant Roman,Sant Roman de Vienes,Sant Roman de Vienés,Sen-Romen-an-V'ennua,Sen-Romen-an-Vennua,syn-rwmyn-yn-wynnws,wei ye nu wa de qu sheng luo man,Сен-Ромен-ан-Вьеннуа,Сен-Ромен-ан-Вєннуа,سین-رومین-ین-ویننوس,维耶努瓦地区圣罗曼		93	84	843	84116
2977135	Saint-Romain-en-Jarez	saint-romain-en-jarez	FR	42800	945	Europe/Paris	45.55868	4.53551		Romain-les-Vergers,Saint-Romain,Saint-Romain-en-Jarez,Sen-Romen-an-Zhare,syn-rwmyn-yn-jrz,ya lei de qu sheng luo man,Сен-Ромен-ан-Жаре,سین-رومین-ین-جرز,雅雷地区圣罗曼		84	42	423	42283
2977136	Saint-Romain-en-Gier	saint-romain-en-gier	FR	69700	540	Europe/Paris	45.5654	4.70687		Saint Romain,Saint-Romain-en-Gier,Sautemouche-en-Gier,Sen-Romen-an-Zhe,syn-rwmyn-yn-gyr,Сен-Ромен-ан-Жє,سین-رومین-ین-گیر		84	69	691	69236
2977137	Saint-Romain-en-Gal	saint-romain-en-gal	FR	69560	1546	Europe/Paris	45.53255	4.8619		Romain-les-Roches,Saint Romain,Saint-Romain-en-Gal,Sen-Romen-an-Gal',syn-rwmyn-yn-gl,Сен-Ромен-ан-Галь,سین-رومین-ین-گل		84	69	691	69235
2977138	Saint-Romain-d'Urfé	saint-romain-d-urfe	FR	42430	0	Europe/Paris	45.88674	3.82723		Saint Romain,Saint-Romain-d'Urfe,Saint-Romain-d'Urfé		84	42	422	42282
2977140	Saint-Romain-de-Surieu	saint-romain-de-surieu	FR	38150	264	Europe/Paris	45.38657	4.88493		Saint Romain,Saint-Romain-de-Surieu		84	38	383	38452
2977142	Saint-Romain-de-Popey	saint-romain-de-popey	FR	69490	1325	Europe/Paris	45.84725	4.53118		Saint Romain,Saint-Romain-de-Popey		84	69	692	69234
2977143	Saint-Romain-de-Monpazier	saint-romain-de-monpazier	FR	24540	97	Europe/Paris	44.71815	0.87113		Saint-Romain,Saint-Romain-de-Monpazier		75	24	241	24495
2977144	Saint-Romain-de-Lerps	saint-romain-de-lerps	FR	07130	576	Europe/Paris	44.97882	4.7967		Mont-Lerp,Saint-Romain,Saint-Romain-de-Lerps		84	07	073	07293
2977193	Saint-Rémy-sur-Avre	saint-remy-sur-avre	FR	28380	3695	Europe/Paris	48.76143	1.24532		Saint Remi-sur-Avre,Saint Rémi-sur-Avre,Saint-Remy,Saint-Remy-Avre,Saint-Remy-sur-Avre,Saint-Rémy,Saint-Rémy-sur-Avre		24	28	283	28359
2977145	Saint-Romain-de-Jalionas	saint-romain-de-jalionas	FR	38460	2964	Europe/Paris	45.75677	5.21741		Saint Romain,Saint-Romain-de-Jalionas,Sen-Romen-de-Zhal'jona,Sen-Romen-de-Zhal'onas,sheng luo man de ya li ao na,Сен-Ромен-де-Жальйона,Сен-Ромен-де-Жальонас,سین-رومین-دے-جلیوناس,圣罗曼德雅利奥纳		84	38	382	38451
2977146	Saint-Romain-de-Colbosc	saint-romain-de-colbosc	FR	76430	4052	Europe/Paris	49.53093	0.35719		Romain-de-Colbosc,Saint-Romain,Saint-Romain-de-Colbosc		28	76	762	76647
2977147	Saint-Romain-de-Benet	saint-romain-de-benet	FR	17600	1472	Europe/Paris	45.6916	-0.84706		Romain-la-Fontaine,Saint-Romain,Saint-Romain-de-Benet,Sen-Romen-de-Bene,sheng luo man de bo nei,Сен-Ромен-де-Бене,سین-رومین-دے-بنت,圣罗曼德伯内		75	17	174	17393
2977148	Saint-Romain-d'Ay	saint-romain-d-ay	FR	07290	0	Europe/Paris	45.16741	4.66594		Mont-Desert,Mont-Désert,Roche-d'Ay,Saint Romain,Saint-Romain-d'Ay		84	07	073	07292
2977150	Saint-Romain-au-Mont-d'Or	saint-romain-au-mont-d-or	FR	69270	0	Europe/Paris	45.83763	4.82277		Romain-Libre,Saint Romain,Saint-Romain-au-Mont-d'Or		84	69	691	69233
2977151	Saint-Romain	saint-romain	FR	16210	233	Europe/Paris	47.00071	4.71333		Belle-Roche,Saint-Romain		27	21	211	21569
2977152	Saint-Romain	saint-romain	FR	16210	389	Europe/Paris	46.22184	0.36545		Saint-Romain		75	86	862	86242
2977153	Saint-Romain	saint-romain	FR	16210	0	Europe/Paris	45.48595	5.36372				84	38	382	38044
2977154	Saint-Romain	saint-romain	FR	16210	218	Europe/Paris	45.4898	3.89539		Romain-Libre-du-Mont-d'Or,Saint-Romain		84	63	631	63394
2977155	Saint-Romain	saint-romain	FR	16210	532	Europe/Paris	45.27595	0.14809		Saint-Romain		75	16	161	16347
2977156	Saint-Romain	saint-romain	FR	16210	0	Europe/Paris	45.02754	4.72306				84	07	073	07217
2977157	Saint-Romain	saint-romain	FR	16210	0	Europe/Paris	44.71838	1.40315				76	46	463	46127
2977158	Saint-Romain	saint-romain	FR	16210	0	Europe/Paris	44.63013	0.36392				75	47	472	47226
2977159	Saint-Rogatien	saint-rogatien	FR	17220	1927	Europe/Paris	46.15061	-1.07092		L'Egalite,L'Egalité,Prompt-Secours,Saint-Rogatien		75	17	173	17391
2977160	Saint-Roch-sur-Égrenne	saint-roch-sur-egrenne	FR	61350	202	Europe/Paris	48.57652	-0.74586		Saint-Roch,Saint-Roch-sur-Egrenne,Saint-Roch-sur-Égrenne		28	61	611	61452
2977163	Saint-Roch	saint-roch	FR	37390	0	Europe/Paris	48.50225	-3.13825				53	22	222	22271
2977164	Saint-Roch	saint-roch	FR	37390	0	Europe/Paris	48.15204	-0.87879				52	53	532	53243
2977165	Saint-Roch	saint-roch	FR	37390	0	Europe/Paris	47.91667	-4.16667				53	29	294	29170
2977166	Saint-Roch	saint-roch	FR	37390	0	Europe/Paris	47.45405	-1.76928				52	44	445	44015
2977167	Saint-Roch	saint-roch	FR	37390	914	Europe/Paris	47.4421	0.58486		La Montagne,Saint-Roch		24	37	371	37237
2977168	Saint-Roch	saint-roch	FR	37390	0	Europe/Paris	47.40547	-2.05345				52	44	443	44129
2977170	Saint-Roch	saint-roch	FR	37390	0	Europe/Paris	43.65583	5.25464				93	13	131	13050
2977171	Saint-Robert	saint-robert	FR	19310	0	Europe/Paris	48.66593	1.94592				11	78	782	78128
2977172	Saint-Robert	saint-robert	FR	19310	348	Europe/Paris	45.25523	1.29315		Bel-Air,Mont-Bel-Air,Saint-Robert		75	19	191	19239
2977173	Saint-Robert	saint-robert	FR	19310	172	Europe/Paris	44.24657	0.79463		Saint-Robert		75	47	471	47273
2977251	Saint-Rambert-d'Albon	saint-rambert-d-albon	FR	26140	0	Europe/Paris	45.28707	4.81972		Saint-Rambert,Saint-Rambert-d'Albon		84	26	263	26325
2977174	Saint-Rivoal	saint-rivoal	FR	29190	175	Europe/Paris	48.34948	-3.99615		Saint-Rivoal,Sant-Riwal,Sant-Riwoal,Sen-Rivoal',sheng li wo a,syn-rwwal,Сен-Ривоаль,سین-رووال,圣里沃阿		53	29	292	29261
2977175	Saint-Rirand	saint-rirand	FR	42370	112	Europe/Paris	46.07534	3.8469		Saint-Rirand		84	42	422	42281
2977176	Saint-Riquier-ès-Plains	saint-riquier-es-plains	FR	76460	590	Europe/Paris	49.82284	0.66635		Es-Plains-sur-Mer,Saint-Riquier,Saint-Riquier-es-Plains,Saint-Riquier-ès-Plains		28	76	761	76646
2977177	Saint-Riquier-en-Rivière	saint-riquier-en-riviere	FR	76340	0	Europe/Paris	49.89091	1.55958		Saint-Riquier,Saint-Riquier-en-Riviere,Saint-Riquier-en-Rivière		28	76	761	76645
2977178	Saint-Riquier	saint-riquier	FR	80135	1215	Europe/Paris	50.13235	1.94755		Centula,Saint-Riquier,Saint-Ritchier,Sen-Rike,san=rikie,sheng li ji ye,syn-ryqyr,Сен-Рикє,سین-ریقئر,サン＝リキエ,圣里基耶		32	80	801	80716
2977180	Saint-Rimay	saint-rimay	FR	41800	320	Europe/Paris	47.76367	0.92266		Fond-Rimay,Saint-Rimay		24	41	412	41228
2977181	Saint-Rigomer-des-Bois	saint-rigomer-des-bois	FR	72610	494	Europe/Paris	48.38929	0.17593		Saint-Rigomer,Saint-Rigomer-des-Bois		52	72	722	72137
2977183	Saint-Rieul	saint-rieul	FR	22270	342	Europe/Paris	48.44213	-2.41893		Saint-Rieul,Sant-Rieg		53	22	224	22326
2977185	Saint-Révérien	saint-reverien	FR	58420	227	Europe/Paris	47.21096	3.50535		Brutus-le-Bourg,Saint-Reverien,Saint-Révérien,Sen-Rever'jan,Sen-Reverjan,sheng lei wei li an,syn-rywryn,Сен-Реверьян,Сен-Реверян,سین-ریورین,圣雷韦里安		27	58	582	58266
2977186	Saint-Révérend	saint-reverend	FR	85220	968	Europe/Paris	46.69921	-1.8301		Saint-Reverend,Saint-Révérend,Sen-Reveran,sheng lei fu lang,Сен-Реверан,سین-ریورینڈ,圣勒弗朗		52	85	853	85268
2977187	Saint-Restitut	saint-restitut	FR	26130	1332	Europe/Paris	44.32446	4.79282		Restitut-la-Montagne,Saint-Restitut		84	26	262	26326
2977189	Saint-Renan	saint-renan	FR	29290	7231	Europe/Paris	48.43114	-4.62168		Lokournan,Saint-Renan,Sen-Renan,san=runan,sheng lei nan,syn-rnn,Сен-Ренан,سین-رنن,サン＝ルナン,圣雷南		53	29	291	29260
2977190	Saint-Rémy-sur-Durolle	saint-remy-sur-durolle	FR	63550	1805	Europe/Paris	45.88815	3.59257		Montoncel,Saint-Remy,Saint-Remy-sur-Durolle,Saint-Rémy,Saint-Rémy-sur-Durolle,Sant Remic dau Montelh,Sen-Remi-sjur-Djurol',di luo er he pan sheng lei mi,Сен-Ремі-сюр-Дюроль,سین-رمے-سور-درولے,迪罗尔河畔圣雷米		84	63	635	63393
2977191	Saint-Rémy-sur-Creuse	saint-remy-sur-creuse	FR	86220	455	Europe/Paris	46.95385	0.69506		Saint-Remy,Saint-Remy-sur-Creuse,Saint-Rémy,Saint-Rémy-sur-Creuse,Sen-Remi-sjur-Krez,ke lei si he pan sheng lei mi,Сен-Ремі-сюр-Крез,سین-رمے-سور-کراسے,克勒斯河畔圣雷米		75	86	861	86241
2977192	Saint-Remy-sur-Bussy	saint-remy-sur-bussy	FR	51600	311	Europe/Paris	49.05	4.58333		Saint-Remy,Saint-Rémy,Somme-Bussy,Somme-Remy-sur-Bussy-les-Mottes,Somme-Rémy-sur-Bussy-les-Mottes,Somremy-sur-Bussy		44	51	511	51515
2977194	Saint-Remy-sous-Broyes	saint-remy-sous-broyes	FR	51120	85	Europe/Paris	48.7	3.78333		Saint-Remy,Saint-Rémy,Somanges		44	51	512	51514
2977195	Saint-Remy-sous-Barbuise	saint-remy-sous-barbuise	FR	10700	141	Europe/Paris	48.48333	4.11667		Saint-Remy		44	10	103	10361
2977196	Saint-Rémy-l'Honoré	saint-remy-l-honore	FR	78690	0	Europe/Paris	48.75631	1.88077		Saint-Remy,Saint-Remy-l'Honore,Saint-Rémy,Saint-Rémy-l'Honoré		11	78	782	78576
2977197	Saint-Rémy-lès-Chevreuse	saint-remy-les-chevreuse	FR	78470	8072	Europe/Paris	48.70708	2.07692		Saint-Remy,Saint-Remy-les-Chevreuse,Saint-Rémy-lès-Chevreuse,Sen-Remi-le-Shevrez,san=remi=re=shuvuruzu,Сен-Ремі-ле-Шеврез,سین-رمے-لیس-چوریسے,サン＝レミ＝レ＝シュヴルーズ		11	78	782	78575
2977198	Saint-Remy-le-Petit	saint-remy-le-petit	FR	08300	35	Europe/Paris	49.41667	4.23333		Saint-Remy,Saint-Rémy		44	08	082	08397
2977199	Saint-Rémy-la-Varenne	saint-remy-la-varenne	FR	49250	898	Europe/Paris	47.39738	-0.31489		Saint-Remy,Saint-Remy-la-Varenne,Saint-Rémy,Saint-Rémy-la-Varenne,Varennes-sur-Loire		52	49	491	49050
2977200	Saint-Rémy-la-Vanne	saint-remy-la-vanne	FR	77320	898	Europe/Paris	48.79179	3.23269		Saint-Remy-la-Vanne,Saint-Rémy-la-Vanne,Vaux-de-la-Vanne		11	77	773	77432
2977201	Saint-Remy-la-Calonne	saint-remy-la-calonne	FR	55160	63	Europe/Paris	49.05	5.6		Saint-Remy,Saint-Rémy		44	55	553	55465
2977202	Saint-Rémy-en-Rollat	saint-remy-en-rollat	FR	03110	1483	Europe/Paris	46.1833	3.39106		Saint-Remy,Saint-Remy-en-Rollat,Saint-Rémy,Saint-Rémy-en-Rollat,Sant Remai,Sen-Remi-an-Rolla,Servagnon,luo la de qu sheng lei mi,Сен-Реми-ан-Ролла,Сен-Ремі-ан-Ролла,سین-رمے-ین-رولت,罗拉地区圣雷米		84	03	033	03258
2977204	Saint-Rémy-en-Mauges	saint-remy-en-mauges	FR	49110	1298	Europe/Paris	47.27202	-1.07499		Saint-Remy,Saint-Remy-en-Mauges,Saint-Rémy-en-Mauges		52	49	492	49218
2977205	Saint-Remy-en-l'Eau	saint-remy-en-l-eau	FR	60130	0	Europe/Paris	49.48333	2.43333		Saint-Remy,Saint-Rémy		32	60	602	60595
2977206	Saint-Remy-en-Bouzemont-Saint-Genest-et-Isson	saint-remy-en-bouzemont-saint-genest-et-isson	FR	51290	603	Europe/Paris	48.63333	4.65		Bouzemont,La Fraternite,La Fraternité,Saint-Remy-en Bouzemont,Saint-Rémy-en Bouzemont,Sen Remi an Buzmon Sen Zhene e Ison,Sen-Remi-an-Buzmon-Sen-Zhene-e-Isson,bu ze meng te-sheng re nei si te-ai te-yi song de qu sheng lei mi,san=rumi=an=buzumon=san=june=e=ison,Сен Реми ан Бузмон Сен Жене е Исон,Сен-Ремі-ан-Бузмон-Сен-Жене-е-Іссон,سین-رمے-ین-بوزمونٹ-سین-گنیست-یت-اسون,サン＝ルミ＝アン＝ブズモン＝サン＝ジュネ＝エ＝イソン,布泽蒙特-圣热内斯特-埃特-伊松地区圣雷米		44	51	514	51513
2977207	Saint-Rémy-du-Plain	saint-remy-du-plain	FR	35560	631	Europe/Paris	48.3704	-1.5713		Saint-Remy,Saint-Remy-du-Plain,Saint-Remy-du-Plein,Saint-Rémy,Saint-Rémy-du-Plain,Saint-Rémy-du-Plein,Sant-Revig-ar-Plaen		53	35	351	35309
2977208	Saint-Rémy-du-Val	saint-remy-du-val	FR	72600	0	Europe/Paris	48.35	0.25		Saint-Remy,Saint-Rémy,Sen-Remi-dju-Val',Сен-Ремі-дю-Валь,سین-رمے-دو-ول		52	72	722	72317
2977209	Saint-Remy-du-Nord	saint-remy-du-nord	FR	59330	0	Europe/Paris	50.23333	3.91667		Sen-Remi-dju-Nor,bei sheng lei mi,Сен-Реми-дю-Нор,Сен-Ремі-дю-Нор,سین-رمے-دو-نورد,北圣雷米		32	59	591	59543
2977210	Saint-Rémy-des-Monts	saint-remy-des-monts	FR	72600	679	Europe/Paris	48.30886	0.40005		Saint-Remy,Saint-Remy-des-Monts,Saint-Rémy,Saint-Rémy-des-Monts		52	72	722	72316
2977211	Saint-Rémy-des-Landes	saint-remy-des-landes	FR	50580	214	Europe/Paris	49.30101	-1.65746		Saint-Remy,Saint-Remy-des-Landes,Saint-Rémy,Saint-Rémy-des-Landes		28	50	503	50236
2977212	Saint-Rémy-de-Sillé	saint-remy-de-sille	FR	72140	830	Europe/Paris	48.18669	-0.09269		Saint-Remy,Saint-Remy-de-Sille,Saint-Rémy,Saint-Rémy-de-Sillé		52	72	722	72315
2977214	Saint-Rémy-de-Provence	saint-remy-de-provence	FR	13210	10562	Europe/Paris	43.78848	4.83167		Glanum,Saint Remy Provence,Saint-Remy,Saint-Remy-de-Provence,Saint-Rémy,Saint-Rémy-de-Provence,Sant Romieg,Sant Romieg de Provenca,Sant Romieg de Provença,Sen-Remi-de-Provans,St Remy Provence,saenglemideupeulobangseu,san rymy dw brwfns,san=remi=do=purovu~ansu,senta-remi-de-probhinsa,sheng lei mi,sn-rmy-dw-prwans,Сен-Реми-де-Прованс,Сен-Ремі-де-Прованс,سان ريمي دو بروفنس,سن-رمی-دو-پروانس,سین-رمے-دے-پروونس,সেন্ট-রেমি-দে-প্রোভিন্স,แซ็ง-เรมี-เดอ-พรอว็องส์,サン＝レミ＝ド＝プロヴァンス,圣雷米,생레미드프로방스		93	13	132	13100
2977215	Saint-Rémy-de-Chaudes-Aigues	saint-remy-de-chaudes-aigues	FR	15110	123	Europe/Paris	44.7752	3.03072		Saint-Remy,Saint-Remy-de-Chaudes-Aigues,Saint-Rémy,Saint-Rémy-de-Chaudes-Aigues		84	15	153	15209
2977216	Saint-Rémy-de-Chargnat	saint-remy-de-chargnat	FR	63500	478	Europe/Paris	45.51574	3.32401		Saint-Remy-de-Chargnat,Saint-Rémy-de-Chargnat,Saint-remy,Saint-rémy		84	63	633	63392
2977217	Saint-Rémy-de-Blot	saint-remy-de-blot	FR	63440	207	Europe/Paris	46.07727	2.93052		Blot-le-Rocher,Saint-Remy,Saint-Remy-de-Blot,Saint-Rémy,Saint-Rémy-de-Blot		84	63	634	63391
2977218	Saint-Remy-Chaussée	saint-remy-chaussee	FR	59620	480	Europe/Paris	50.16906	3.87426		Saint-Remy,Saint-Remy-Chaussee,Saint-Remy-Chaussée,Saint-Rémy		32	59	591	59542
2977219	Saint-Rémy-Boscrocourt	saint-remy-boscrocourt	FR	76260	0	Europe/Paris	50.0086	1.39548		Saint-Remy,Saint-Remy-Boscrocourt,Saint-Rémy,Saint-Rémy-Boscrocourt		28	76	761	76644
2977220	Saint-Rémy-Blanzy	saint-remy-blanzy	FR	02210	202	Europe/Paris	49.24119	3.30987		Blanzy,Remy-Blanzy,Remy-Ivry,Rémy-Blanzy,Rémy-Ivry,Saint-Remy,Saint-Remy-Blanzy,Saint-Rémy-Blanzy		32	02	024	02693
2977221	Saint-Rémy-au-Bois	saint-remy-au-bois	FR	62870	123	Europe/Paris	50.36667	1.86667	27	Saint-Remy,Saint-Rémy,Sen-Remi-o-Bua,san rymy aw bwyz,sheng lei mi ou bu wa,Сен-Реми-о-Буа,Сен-Ремі-о-Буа,سان ريمي أو بويز,سین-رمے-او-بوئی,圣雷米欧布瓦		32	62	624	62768
2977222	Saint-Rémy-aux-Bois	saint-remy-aux-bois	FR	54290	69	Europe/Paris	48.41609	6.393		Saint-Remy,Saint-Remy-aux-Bois,Saint-Rémy,Saint-Rémy-aux-Bois		44	54	542	54487
2977223	Saint-Rémy	saint-remy	FR	01310	0	Europe/Paris	49.90077	1.53704				28	76	761	76211
2977224	Saint-Rémy	saint-remy	FR	01310	0	Europe/Paris	49.17478	6.16176				44	57	579	57751
2977225	Saint-Rémy	saint-remy	FR	01310	1065	Europe/Paris	48.94007	-0.50344		Saint-Remy,Saint-Rémy		28	14	142	14656
2977226	Saint-Remy	saint-remy	FR	01310	442	Europe/Paris	48.35	6.83333				44	88	883	88435
2977227	Saint-Remy	saint-remy	FR	01310	811	Europe/Paris	47.83333	6.1				27	70	702	70472
2977228	Saint-Rémy	saint-remy	FR	01310	854	Europe/Paris	47.63742	4.29751		Mont-sur-Brenne,Saint-Remy,Saint-Rémy		27	21	213	21568
2978045	Saint-Mesmes	saint-mesmes	FR	77410	504	Europe/Paris	48.9846	2.6948		Saint-Mesmes		11	77	771	77427
2977229	Saint-Rémy	saint-remy	FR	01310	6046	Europe/Paris	46.76334	4.83928		Bellevue-sur-Saone,Bellevue-sur-Saône,Chene-Libre,Chêne-Libre,Saint-Remy,Saint-Rémy		27	71	712	71475
2977230	Saint-Rémy	saint-remy	FR	01310	0	Europe/Paris	46.40423	2.33151				84	03	031	03259
2977231	Saint-Rémy	saint-remy	FR	01310	858	Europe/Paris	46.37062	-0.52729		Saint-Remy,Saint-Rémy		75	79	792	79293
2977232	Saint-Rémy	saint-remy	FR	01310	900	Europe/Paris	46.18955	5.16554		Saint-Remy,Saint-Rémy		84	01	012	01385
2977233	Saint-Rémy	saint-remy	FR	01310	237	Europe/Paris	45.65586	2.27164		Saint-Remy,Saint-Rémy		75	19	193	19238
2977234	Saint-Rémy	saint-remy	FR	01310	0	Europe/Paris	45.5116	3.31915				84	63	633	63392
2977235	Saint-Rémy-de-Maurienne	saint-remy-de-maurienne	FR	73660	1047	Europe/Paris	45.4	6.26667				84	73	733	73278
2977236	Saint-Rémy	saint-remy	FR	01310	0	Europe/Paris	45.04156	3.75589				84	43	432	43257
2977237	Saint-Rémy	saint-remy	FR	01310	369	Europe/Paris	44.94542	0.18419		Saint-Remy,Saint-Rémy		75	24	241	24494
2977238	Saint-Rémy	saint-remy	FR	01310	310	Europe/Paris	44.39868	2.03863		Saint-Remy,Saint-Rémy		76	12	123	12242
2977239	Saint-Remimont	saint-remimont	FR	54740	235	Europe/Paris	48.2452	5.8997		Saint-Remiremont		44	88	882	88434
2977240	Saint-Remèze	saint-remeze	FR	07700	589	Europe/Paris	44.3924	4.50188		Saint-Remeze,Saint-Remèze		84	07	071	07291
2977241	Saint-Règle	saint-regle	FR	37530	338	Europe/Paris	47.40832	1.05269		Regle-l'Amasse,Regle-sur-Amasse,Règle-l'Amasse,Règle-sur-Amasse,Saint-Regle,Saint-Règle		24	37	373	37236
2977242	Saint-Régis-du-Coin	saint-regis-du-coin	FR	42660	373	Europe/Paris	45.28337	4.4444		Saint-Regis,Saint-Regis-du-Coin,Saint-Régis,Saint-Régis-du-Coin		84	42	423	42280
2977245	Saint-Raphaël	saint-raphael	FR	24160	98	Europe/Paris	45.30406	1.07448		Monchernin,Saint-Raphael,Saint-Raphaël,Sent-Rafaehl',Сент-Рафаэль		75	24	242	24493
2977246	Saint-Raphaël	saint-raphael	FR	24160	34918	Europe/Paris	43.42332	6.7735		Barraton,Saint Raphell,Saint-Raphael,Saint-Raphaël,Sen-Rafaehl',XSK,Сен-Рафаэль		93	83	831	83118
2977250	Saint-Rambert-en-Bugey	saint-rambert-en-bugey	FR	01230	2191	Europe/Paris	45.94734	5.4363		Mont-Ferme,Saint-Rambert,Saint-Rambert-en-Bugey,Sen Ramber an Byuze,Sen-Ramber-an-Bjuzhe,Sen-Rambert-an-Bjuzhe,bi re de qu ang sheng lang bei er,san-rambyrt-awn-bwghyy  ayn,Сен-Рамбер-ан-Бюже,Сен-Рамберт-ан-Бюже,Սեն Ռամբեր ան Բյուժե,سان-رامبيرت-أون-بوغيي، أين,سین-رامبرٹ-ین-بگے,比热地区昂圣朗贝尔		84	01	011	01384
2977253	Saint-Rabier	saint-rabier	FR	24210	529	Europe/Paris	45.17052	1.15074		Saint-Rabier		75	24	244	24491
2977255	Saint-Quirin	saint-quirin	FR	57560	982	Europe/Paris	48.61018	7.06569		Saint-Quirin,Sen-Kiren,sheng qu yi lan,sn-kyrn,syn-qaryn,Сен-Кирен,Сен-Кірен,سن-کیرن,سین-قارین,圣屈伊兰		44	57	575	57623
2977256	Saint-Quirc	saint-quirc	FR	09700	283	Europe/Paris	43.2762	1.50225		Saint-Quirc		76	09	092	09275
2977257	Saint-Quintin-sur-Sioule	saint-quintin-sur-sioule	FR	63440	297	Europe/Paris	46.09991	3.07025		Saint-Quintin,Saint-Quintin-sur-Sioule		84	63	634	63390
2977259	Saint-Quentin-sur-Sauxillanges	saint-quentin-sur-sauxillanges	FR	63490	99	Europe/Paris	45.55006	3.39377		Roche-Quentin,Saint-Quentin,Saint-Quentin-sur-Sauxillanges		84	63	633	63389
2977260	Saint-Quentin-sur-Nohain	saint-quentin-sur-nohain	FR	58150	128	Europe/Paris	47.35	3.01667		Saint-Quentin		27	58	584	58265
2977261	Saint-Quentin-sur-le-Homme	saint-quentin-sur-le-homme	FR	50220	1125	Europe/Paris	48.64751	-1.31806		Saint-Quentin,Saint-Quentin-sur-le-Homme		28	50	501	50543
2977262	Saint-Quentin-sur-Isère	saint-quentin-sur-isere	FR	38210	1326	Europe/Paris	45.27843	5.54463		Saint-Quentin,Saint-Quentin-sur-Isere,Saint-Quentin-sur-Isère		84	38	381	38450
2977263	Saint-Quentin-sur-Coole	saint-quentin-sur-coole	FR	51240	61	Europe/Paris	48.85363	4.32859		Egalite-sur-Coole,Egalité-sur-Coole,Hautcoole,Saint-Quentin,Saint-Quentin-sur-Coole		44	51	511	51512
2977264	Saint-Quentin-sur-Charente	saint-quentin-sur-charente	FR	16150	240	Europe/Paris	45.83832	0.67014		Saint-Quentin,Saint-Quentin-sur-Charente,Sen-Kanten-sjur-Sharant,Sent Quentin,sha lang te he pan sheng qu ang tan,Сен-Кантен-сюр-Шарант,سین-قینٹین-سور-چارےنتے,沙朗特河畔圣屈昂坦		75	16	163	16345
2977266	Saint-Quentin-le-Verger	saint-quentin-le-verger	FR	51120	115	Europe/Paris	48.61763	3.74914		Mont-Quentin,Saint Quentin,Saint-Quentin-le-Verger		44	51	512	51511
2977268	Saint-Quentin-les-Marais	saint-quentin-les-marais	FR	51300	100	Europe/Paris	48.78191	4.6432		Fioncourt,La Reunion,La Réunion,Saint-Quentin,Saint-Quentin-les-Marais		44	51	514	51510
2977269	Saint-Quentin-les-Chardonnets	saint-quentin-les-chardonnets	FR	61800	286	Europe/Paris	48.78452	-0.75916		Saint-Quentin,Saint-Quentin-les-Chardonnets,Sen-Kanten-le-Shardonne,sheng qu ang tan lai sha er duo nei te,Сен-Кантен-ле-Шардонне,سین-قینٹین-لیس-چاردوننیٹس,圣屈昂坦莱沙尔多内特		28	61	612	61451
2977270	Saint-Quentin-lès-Beaurepaire	saint-quentin-les-beaurepaire	FR	49150	223	Europe/Paris	47.627	-0.10807		Saint-Quentin,Saint-Quentin-les-Beaurepaire,Saint-Quentin-lès-Beaurepaire,Sen-Kanten-le-Boreper,sheng qu ang tan lai bo lei pei er,Сен-Кантен-ле-Борепер,سین-قینٹین-لیس-بورپیرے,圣屈昂坦莱博雷佩尔		52	49	493	49018
2977271	Saint-Quentin-les-Anges	saint-quentin-les-anges	FR	53400	392	Europe/Paris	47.77346	-0.88633		Saint-Quentin,Saint-Quentin-les-Anges		52	53	531	53251
2977272	Saint-Quentin-le-Petit	saint-quentin-le-petit	FR	08220	158	Europe/Paris	49.58359	4.07902		L'Unite,L'Unité,Saint-Quentin,Saint-Quentin-le-Petit		44	08	082	08396
2977273	Saint-Quentin-la-Tour	saint-quentin-la-tour	FR	09500	317	Europe/Paris	43.03322	1.89929		Saint-Quentin,Saint-Quentin-la-Tour		76	09	092	09274
2977274	Saint-Quentin-la-Poterie	saint-quentin-la-poterie	FR	30700	2986	Europe/Paris	44.0454	4.44112		Quentin-la-Poterie,Saint-Quentin,Saint-Quentin-la-Poterie		76	30	302	30295
2977275	Saint-Quentin-la-Motte-Croix-au-Bailly	saint-quentin-la-motte-croix-au-bailly	FR	80880	0	Europe/Paris	50.06667	1.45		Saint-Quentin,Saint-Quentin-la-Motte-Croix-au-Bail,Saint-Quentin-la-Motte-LCroe-au-Bailly,Saint-Quentin-la-Motte-LCroé-au-Bailly,Sen-Kanten-la-Mott-Krua-o-Bai,san=kantan=ra=motto=kurowa=o=baii,sheng kang tan-la mo te ke lu wa-ou ba yi,Сен-Кантен-ла-Мотт-Круа-о-Баї,سین-قینٹین-لا-ماٹی-کروئی-او-بیلے,サン＝カンタン＝ラ＝モット＝クロワ＝オー＝バイイ,圣康坦-拉莫特克鲁瓦-欧巴伊		32	80	801	80714
2977276	Saint-Quentin-la-Chabanne	saint-quentin-la-chabanne	FR	23500	382	Europe/Paris	45.86429	2.15456		Saint-Quentin,Saint-Quentin-la-Chabanne		75	23	231	23238
2977277	Saint-Quentin-Fallavier	saint-quentin-fallavier	FR	38070	6302	Europe/Paris	45.64335	5.11266		Fallavier,Grand-Chalier,Grand-Châlier,Saint-Quentin,Saint-Quentin Fallavier,Saint-Quentin-Fallavier,Sen-Kanten-Fallav'e,Sen-Kanten-Fallave,saengkangtaengpallabie,san kantan falafyyh,san=kantan=faravu~ie,sheng qu ang tan fa la wei ye,Сен-Кантен-Фаллавье,Сен-Кантен-Фаллавє,سان كانتان فالافييه,سین-قینٹین-فلوئر,サン＝カンタン＝ファラヴィエ,圣屈昂坦法拉维耶,생캉탱팔라비에		84	38	382	38449
2977279	Saint-Quentin-en-Tourmont	saint-quentin-en-tourmont	FR	80120	341	Europe/Paris	50.28278	1.59644		Saint-Quentin,Saint-Quentin-en-Tourmont,Saint-Quentin-in-Tourmont,Sen-Kanten-an-Turmon,sheng kang tan ang tu er meng,Сен-Кантен-ан-Турмон,سین-قینٹین-ین-تورمونٹ,圣康坦昂图尔蒙		32	80	801	80713
2977280	Saint-Quentin-en-Mauges	saint-quentin-en-mauges	FR	49110	1047	Europe/Paris	47.2913	-0.91191		Saint-Quentin,Saint-Quentin-en-Mauges,Sen-Kanten-an-Mozh,mo re de qu sheng qu ang tan,Сен-Кантен-ан-Мож,سین-قینٹین-ین-مگس,莫热地区圣屈昂坦		52	49	492	49218
2977281	Saint-Quentin-du-Dropt	saint-quentin-du-dropt	FR	47330	184	Europe/Paris	44.68415	0.59999		Saint-Quentin,Saint-Quentin-du-Dropt		75	47	473	47272
2977282	Saint-Quentin-des-Prés	saint-quentin-des-pres	FR	60380	274	Europe/Paris	49.52143	1.75314		Saint-Quentin,Saint-Quentin-des-Pres,Saint-Quentin-des-Prés		32	60	601	60594
2977283	Saint-Quentin-des-Isles	saint-quentin-des-isles	FR	27270	250	Europe/Paris	49.04861	0.58022		Saint-Quentin		28	27	272	27516
2977284	Saint-Quentin-de-Chalais	saint-quentin-de-chalais	FR	16210	258	Europe/Paris	45.25761	0.06806		Saint-Quentin,Saint-Quentin-de-Chalais,Sen-Kanten-de-Shale,sheng qu ang tan de sha lai,Сен-Кантен-де-Шале,سین-قینٹین-دے-چالیس,圣屈昂坦德沙莱		75	16	161	16346
2977285	Saint-Quentin-de-Caplong	saint-quentin-de-caplong	FR	33220	0	Europe/Paris	44.78348	0.13106		Saint-Quentin,Saint-Quentin-de-Caplong		75	33	335	33467
2977286	Saint-Quentin-de-Blavou	saint-quentin-de-blavou	FR	61360	78	Europe/Paris	48.4706	0.41762		Saint-Quentin,Saint-Quentin-de-Blavou,Unite,Unité		28	61	611	61450
2977287	Saint-Quentin-de-Baron	saint-quentin-de-baron	FR	33750	1043	Europe/Paris	44.81814	-0.28714		Saint-Quentin,Saint-Quentin-de-Baron		75	33	335	33466
2978029	Saint-Michel	saint-michel	FR	02830	61	Europe/Paris	43.85635	3.38671		Saint-Michel		76	34	342	34278
2977288	Saint-Quentin-au-Bosc	saint-quentin-au-bosc	FR	76630	90	Europe/Paris	49.9381	1.32135		Saint-Quentin,Saint-Quentin-au-Bosc		28	76	761	76618
2977294	Saint-Quentin	saint-quentin	FR	02100	0	Europe/Paris	50.63223	2.37274		Saint-Quentin		32	62	625	62014
2977295	Saint-Quentin	saint-quentin	FR	02100	55407	Europe/Paris	49.84889	3.28757		Egalite-sur-Somme,Egalité-sur-Somme,Linon-sur-Somme,Saint-Quentin,Somme-Libre	023	32	02	023	02691
2977296	Saint-Quentin	saint-quentin	FR	02100	0	Europe/Paris	48.09004	0.66744				52	72	722	72296
2977297	Saint-Quentin-sur-Indrois	saint-quentin-sur-indrois	FR	37310	451	Europe/Paris	47.2	1.01667		Quantin,Quentin,Saint-Quentin-sur-Indrois,Sen-Kanten-sjur-Endrua,an de lu wa he pan sheng qu ang tan,Сен-Кантен-сюр-Ендруа,سین-قینٹین-سور-اندروص,安德鲁瓦河畔圣屈昂坦		24	37	373	37234
2977298	Saint-Quentin	saint-quentin	FR	02100	0	Europe/Paris	44.95	1.23333				75	24	244	24341
2977299	Saint-Quay-Portrieux	saint-quay-portrieux	FR	22410	3024	Europe/Paris	48.65165	-2.83178		Saint-Quay,Saint-Quay-Portrieux,Sant-Ke-Porzh-Olued,Sen-Ke-Porrie,Sen-Ke-Portrijo,sheng qu ai bo er te li e,Сен-Ке-Поррие,Сен-Ке-Порріє,Сен-Ке-Портриё,سین-قے-پورتیو,圣屈艾波尔特里厄		53	22	224	22325
2977300	Saint-Quay-Perros	saint-quay-perros	FR	22700	1501	Europe/Paris	48.79227	-3.44649		Saint-Quay,Saint-Quay-Perros,Sant-Ke-Perroz		53	22	223	22324
2977303	Saint-Quantin-de-Rançanne	saint-quantin-de-rancanne	FR	17800	292	Europe/Paris	45.53392	-0.59463		Quentin-Rancanne,Quentin-Rançanne,Saint-Quantin,Saint-Quantin-de-Rancanne,Saint-Quantin-de-Rançanne		75	17	171	17388
2977304	Saint-Python	saint-python	FR	59730	1036	Europe/Paris	50.19001	3.48027		Saint-Python		32	59	592	59541
2977305	Saint-Puy	saint-puy	FR	32310	630	Europe/Paris	43.87628	0.46167		Puy-la-Montagne,Saint-Puy		76	32	322	32404
2977308	Saint-Pryvé-Saint-Mesmin	saint-pryve-saint-mesmin	FR	45750	5382	Europe/Paris	47.88177	1.8695		Saint-Pryve,Saint-Pryve-Saint-Mesmin,Saint-Pryvé,Saint-Pryvé-Saint-Mesmin,Sen-Prive-Sen-Memen,sheng pu li wei sheng mei si man,Сен-Приве-Сен-Мемен,سین-پریوے-سین-مثمن,圣普里韦圣梅斯曼		24	45	452	45298
2977309	Saint-Prouant	saint-prouant	FR	85110	1390	Europe/Paris	46.75765	-0.95637		La Draperie,Saint-Prouant,Sen-Pruan,sheng pu lu ang,Сен-Пруан,سین-پروانٹ,圣普鲁昂		52	85	852	85266
2977310	Saint-Projet	saint-projet	FR	46300	1037	Europe/Paris	45.73794	0.36083		Saint-Projet,Saint-Projet-Saint-Constant,Sen-Prozhe-Sen-Konstan,Sent Proget e Sent Constanc,Sent Proget e Sent Constanç,sheng pu luo re sheng kong si tang,Сен-Проже-Сен-Констан,سین-پروجیٹ-سین-کانسٹنٹ,圣普罗热圣孔斯唐		75	16	161	16281
2977311	Saint-Projet-de-Salers	saint-projet-de-salers	FR	15140	119	Europe/Paris	45.08558	2.52675		Bertrande,Saint-Projet,Saint-Projet-de-Salers		84	15	152	15208
2977312	Saint-Projet	saint-projet	FR	46300	0	Europe/Paris	44.74467	1.49103		Mont-Libre,Saint-Projet		76	46	463	46290
2977313	Saint-Projet	saint-projet	FR	46300	0	Europe/Paris	44.65159	2.38515				84	15	151	15029
2977314	Saint-Projet	saint-projet	FR	46300	275	Europe/Paris	44.30403	1.79309		Saint-Projet		76	82	822	82172
2977315	Saint-Prix-lès-Arnay	saint-prix-les-arnay	FR	21230	256	Europe/Paris	47.11536	4.49607		Saint-Prix,Saint-Prix-les-Arnay,Saint-Prix-lès-Arnay		27	21	211	21567
2977317	Saint-Prix	saint-prix	FR	03120	7226	Europe/Paris	49.01667	2.26667		Saint-Prix		11	95	952	95574
2977318	Saint-Prix	saint-prix	FR	03120	231	Europe/Paris	46.955	4.07297		Bellevue-la-Foret,Bellevue-la-Forêt,Prix-sous-Beuvray,Saint-Prix		27	71	711	71472
2977319	Saint-Prix	saint-prix	FR	03120	821	Europe/Paris	46.23196	3.651		Saint-Prix		84	03	033	03257
2977320	Saint-Prix	saint-prix	FR	03120	256	Europe/Paris	44.94308	4.50195		Saint-Prix		84	07	073	07290
2977321	Saint-Privé	saint-prive	FR	71390	508	Europe/Paris	47.68333	3		Saint-Prive,Saint-Privé		27	89	891	89365
2977322	Saint-Privé	saint-prive	FR	71390	65	Europe/Paris	46.70571	4.57941		Libre,Mont-Libre,Saint-Prive,Saint-Privé		27	71	712	71471
2977441	Saint-Pierre-la-Palud	saint-pierre-la-palud	FR	69210	2110	Europe/Paris	45.79092	4.61177		Palud-la-Montagne,Pelletier-la-Palud,Saint Pierre,Saint-Pierre-la-Palud		84	69	692	69231
2977323	Saint-Privat-la-Montagne	saint-privat-la-montagne	FR	57855	1408	Europe/Paris	49.18768	6.03874		Saint-Privat,Saint-Privat-la-Montagne,Sen-Priva-la-Montan',sheng pu li wa la meng ta ni,sn-prywa-la-mwntany,Сен-Прива-ла-Монтань,سن-پریوا-لا-مونتانی,سین-پروہت-لا-مونٹاگنے,圣普里瓦拉蒙塔尼		44	57	579	57622
2977324	Saint-Privat-du-Fau	saint-privat-du-fau	FR	48140	124	Europe/Paris	44.91703	3.34011		Saint-Privat,Saint-Privat-du-Fau,Sen-Privat-dju-Fo,Sent Privat del Fau,sheng pu li wa di fu,Сен-Приват-дю-Фо,سین-پروہت-دو-فو,圣普里瓦迪福		76	48	482	48179
2977325	Saint-Privat-du-Dragon	saint-privat-du-dragon	FR	43380	198	Europe/Paris	45.18818	3.44899		Coteau-Libre,Saint-Privat,Saint-Privat-du-Dragon		84	43	431	43222
2977326	Saint-Privat-de-Vallongue	saint-privat-de-vallongue	FR	48240	262	Europe/Paris	44.27414	3.83884		Bellegarde-Raudon,Bellegarde-de-Vallongue,Saint-Privat,Saint-Privat-de-Vallongue		76	48	481	48178
2977327	Saint-Privat-des-Vieux	saint-privat-des-vieux	FR	30340	4496	Europe/Paris	44.14435	4.12885		La Font-le-Vieux,Marat-de-Bruege,Marat-de-Bruège,Saint-Privat,Saint-Privat-des-Vieux		76	30	301	30294
2977328	Saint-Privat-des-Prés	saint-privat-des-pres	FR	24410	664	Europe/Paris	45.22558	0.21448		Saint-Privat,Saint-Privat-des-Pres,Saint-Privat-des-Prés		75	24	243	24490
2977329	Saint-Privat-de-Champclos	saint-privat-de-champclos	FR	30430	222	Europe/Paris	44.28664	4.36852		Champclos,Saint-Privat,Saint-Privat-de-Champclos,Sen-Privat-de-Shamklo,Sent Privat de Champclaus,sheng pu li wa de shang pu ke luo,Сен-Приват-де-Шамкло,سین-پروہت-دے-چمپکلوس,圣普里瓦德尚普克洛		76	30	301	30293
2977330	Saint-Privat-d'Allier	saint-privat-d-allier	FR	43580	0	Europe/Paris	44.99015	3.67892		Privat-la-Roche,Saint-Privat,Saint-Privat-d'Allier		84	43	432	43221
2977331	Saint-Privat	saint-privat	FR	07200	0	Europe/Paris	45.26876	0.92678				75	24	243	24527
2977332	Saint-Privat	saint-privat	FR	07200	1119	Europe/Paris	45.13831	2.09902		Privat-Haute-Montagne,Privat-le-Centre,Saint-Privat		75	19	192	19237
2977333	Saint-Privat	saint-privat	FR	07200	1508	Europe/Paris	44.62859	4.41489		Saint-Privat		84	07	071	07289
2977334	Saint-Privat	saint-privat	FR	07200	245	Europe/Paris	43.75274	3.42458		Maro,Saint-Privas,Saint-Privat		76	34	342	34286
2977335	Saint-Prim	saint-prim	FR	38370	946	Europe/Paris	45.44921	4.78448		Saint-Prim		84	38	383	38448
2977336	Saint-Priest-Taurion	saint-priest-taurion	FR	87480	2678	Europe/Paris	45.88659	1.39989		Saint-Priest,Saint-Priest-Taurion		75	87	872	87178
2977337	Saint-Priest-sous-Aixe	saint-priest-sous-aixe	FR	87700	1521	Europe/Paris	45.81731	1.09986		Saint-Priest,Saint-Priest-sous-Aixe		75	87	872	87177
2977338	Saint-Priest-Palus	saint-priest-palus	FR	23400	46	Europe/Paris	45.89792	1.65805		Saint-Priest,Saint-Priest-Palus		75	23	232	23237
2977339	Saint-Priest-Ligoure	saint-priest-ligoure	FR	87800	583	Europe/Paris	45.6514	1.29088		Saint-Priest,Saint-Priest-Ligoure		75	87	872	87176
2977340	Saint-Priest	saint-priest	FR	07000	0	Europe/Paris	45.68863	1.68561		Saint-Priest,Saint-Priest-les-Vergnas		75	87	872	87134
2977341	Saint-Priest-les-Fougères	saint-priest-les-fougeres	FR	24450	434	Europe/Paris	45.5432	1.01069		Saint-Priest,Saint-Priest-les-Fougeres,Saint-Priest-les-Fougères,Sen-Prie-le-Fuzher,Sent Prich las Faugieras,Sent Prist,sheng pu li ye si lai fu re lei,Сен-Прие-ле-Фужер,Сен-Пріє-ле-Фужер,سین-پریسٹ-لیس-فوگرس,圣普里耶斯莱富热雷		75	24	242	24489
2977343	Saint-Priest-la-Vêtre	saint-priest-la-vetre	FR	42440	109	Europe/Paris	45.80434	3.81046		Saint Priest,Saint-Priest-la-Vetre,Saint-Priest-la-Vêtre		84	42	421	42278
2977344	Saint-Priest-la-Roche	saint-priest-la-roche	FR	42590	281	Europe/Paris	45.91367	4.09199		Saint-Priest,Saint-Priest-la-Roche		84	42	422	42277
2977345	Saint-Priest-la-Prugne	saint-priest-la-prugne	FR	42830	450	Europe/Paris	45.95728	3.75233		Saint-Priest,Saint-Priest-la-Prugne		84	42	422	42276
2977346	Saint-Priest-la-Plaine	saint-priest-la-plaine	FR	23240	285	Europe/Paris	46.1913	1.62809		Saint-Priest-la-Plaine		75	23	232	23236
2977347	Saint-Priest-la-Marche	saint-priest-la-marche	FR	18370	230	Europe/Paris	46.44943	2.17618		Font-Indre,Saint-Priest,Saint-Priest-la-Marche		24	18	182	18232
2977348	Saint-Priest-la-Feuille	saint-priest-la-feuille	FR	23300	626	Europe/Paris	46.201	1.53563		Saint-Priest-la-Feuille		75	23	232	23235
2977349	Saint-Priest-en-Murat	saint-priest-en-murat	FR	03390	233	Europe/Paris	46.34949	2.91219		Saint-Priest,Saint-Priest-en-Murat		84	03	031	03256
2977350	Saint-Priest-en-Jarez	saint-priest-en-jarez	FR	42270	5924	Europe/Paris	45.4739	4.37678		Saint-Priest,Saint-Priest-en-Jarez,Sen-Prie-an-Zhare,ya lei de qu sheng pu li ye si,Сен-Пріє-ан-Жаре,سین-پریسٹ-ین-جرز,雅雷地区圣普里耶斯		84	42	423	42275
2977351	Saint-Priest-des-Champs	saint-priest-des-champs	FR	63640	710	Europe/Paris	45.99247	2.76424		Saint-Priest,Saint-Priest-des-Champs,Sant Prist e Vilamanha,Sen-Priest-de-Sham,sheng pu li ye si dai shang pu,Сен-Прієст-де-Шам,سین-پریسٹ-دے-شامپ,圣普里耶斯代尚普		84	63	634	63388
2977352	Saint-Priest-de-Gimel	saint-priest-de-gimel	FR	19800	423	Europe/Paris	45.3009	1.86853		Fourches,La Montane,Saint Priest,Saint-Priest-de-Gimel		75	19	192	19236
2977353	Saint-Priest-d'Andelot	saint-priest-d-andelot	FR	03800	0	Europe/Paris	46.07118	3.16715		Saint-Priest,Saint-Priest-d'Andelot		84	03	033	03255
2977354	Saint-Priest-Bramefant	saint-priest-bramefant	FR	63310	696	Europe/Paris	46.02886	3.44095		Saint-Priest,Saint-Priest-Bramefant,Sant Prist de Varenas,Sen-Priest-Bramefan,sheng pu li ye si bu la mei fang,Сен-Прієст-Брамефан,سین-پریسٹ-برامفنٹ,圣普里耶斯布拉梅方		84	63	634	63387
2977355	Saint-Priest	saint-priest	FR	07000	190	Europe/Paris	46.08825	2.34297		Saint-Priest,Saint-Priest-d'Evaux		75	23	231	23234
2977356	Saint-Priest	saint-priest	FR	07000	41641	Europe/Paris	45.69651	4.94385		Beau-Priest,Saint-Priest,Zele-Patriote,Zélé-Patriote		84	69	691	69290
2977357	Saint-Priest	saint-priest	FR	07000	0	Europe/Paris	45.50825	4.13128				84	42	421	42021
2977358	Saint-Priest	saint-priest	FR	07000	1178	Europe/Paris	44.71648	4.54627		Saint-Priest,Val-d'Or		84	07	072	07288
2977359	Saint-Preuil	saint-preuil	FR	16130	296	Europe/Paris	45.59659	-0.17175		Preuil-Champagne,Saint-Preuil,Sen-Prej,Sen-Prjoj,sheng pu lei yi,syn-prwl,Сен-Прей,Сен-Прёй,سین-پرول,圣普勒伊		75	16	162	16343
2977360	Saint-Prest	saint-prest	FR	28300	2385	Europe/Paris	48.49107	1.53034		Saint-Prest,Sen-Pre,sheng pu lei si,syn-prst,Сен-Пре,سین-پرست,圣普雷斯		24	28	281	28358
2979393	Saint-Jean	saint-jean	FR	31240	0	Europe/Paris	43.9579	7.21201				93	06	062	06144
2977361	Saint-Préjet-d'Allier	saint-prejet-d-allier	FR	43580	180	Europe/Paris	44.91519	3.62209		Rive-d'Ance,Saint-Prejet,Saint-Prejet-d'Allier,Saint-Préjet,Saint-Préjet-d'Allier,Sen-Prezhe-d'Al'e,Сен-Преже-д'Алье		84	43	431	43220
2977362	Saint-Préjet-Armandon	saint-prejet-armandon	FR	43230	99	Europe/Paris	45.25464	3.54128		Mont-Pregeix,Saint-Prejet,Saint-Prejet-Armandon,Saint-Préjet-Armandon		84	43	431	43219
2977364	Saint-Prancher	saint-prancher	FR	88500	78	Europe/Paris	48.34446	5.95803		Saint-Prancher		44	88	882	88433
2977365	Saint-Pourçain-sur-Sioule	saint-pourcain-sur-sioule	FR	03500	5480	Europe/Paris	46.30748	3.28931		Mont-sur-Sioule,Saint-Pourcain,Saint-Pourcain-sur-Sioule,Saint-Pourçain,Saint-Pourçain-sur-Sioule,Sanctus Portianus,Sant Porcanh de Siula,Sant Porçanh de Siula,Sen-Pursen-sjur-S'jul',Sen-Pursen-sjur-Siul',san=purusan=shuru=shiuru,xi wu lei he pan sheng pu er sang,Сен-Пурсен-сюр-Сиуль,Сен-Пурсен-сюр-Сьюль,Сен-Пурсен-сюр-Сіуль,سین-پورکین-سور-سولے,サン＝プルサン＝シュル＝シウール,锡乌勒河畔圣普尔桑		84	03	032	03254
2977366	Saint-Pourçain-sur-Besbre	saint-pourcain-sur-besbre	FR	03290	423	Europe/Paris	46.47542	3.63639		Besbre-la-Montagne,Saint-Pourcain,Saint-Pourcain-sur-Besbre,Saint-Pourçain,Saint-Pourçain-sur-Besbre		84	03	032	03253
2977368	Saint-Pouange	saint-pouange	FR	10120	1076	Europe/Paris	48.22656	4.03979		Saint-Pouange		44	10	103	10360
2977369	Saint-Pôtan	saint-potan	FR	22550	765	Europe/Paris	48.55775	-2.29134		Saint-Potan,Saint-Pôtan,Sant-Postan		53	22	221	22323
2977371	Saint-Porquier	saint-porquier	FR	82700	1094	Europe/Paris	44.00469	1.17697		Mont-Porquier,Saint-Porquier		76	82	822	82171
2977372	Saint-Porchaire	saint-porchaire	FR	17250	0	Europe/Paris	46.85476	-0.45178				75	79	791	79049
2977373	Saint-Porchaire	saint-porchaire	FR	17250	1437	Europe/Paris	45.82101	-0.78414		L'Epine,Saint-Porchaire,Sen-Porsher,sheng bo er xie er,Сен-Поршер,سین-پورچیرے,圣波尔谢尔		75	17	174	17387
2977374	Saint-Pont	saint-pont	FR	03110	460	Europe/Paris	46.16415	3.29759		Mont-sur-Chalon,Saint-Pont		84	03	033	03252
2977375	Saint-Pont	saint-pont	FR	03110	0	Europe/Paris	44.42115	5.1677		Saint-Pons,Saint-Pont		84	26	262	26103
2977376	Saint-Pons-la-Calm	saint-pons-la-calm	FR	30330	447	Europe/Paris	44.10274	4.55756		Pont-sur-Tave,Saint-Pons,Saint-Pons-de la Calm,Saint-Pons-la-Calm		76	30	302	30292
2977377	Saint-Pons-de-Mauchiens	saint-pons-de-mauchiens	FR	34230	560	Europe/Paris	43.51328	3.51419		Mont-Ventose,Mont-Ventôse,Saint-Pons,Saint-Pons-de-Mauchiens		76	34	341	34285
2977378	Saint-Pons	saint-pons	FR	04400	220	Europe/Paris	44.5937	4.57659		Saint-Pons		84	07	071	07287
2977379	Saint-Pons	saint-pons	FR	04400	0	Europe/Paris	44.39215	6.6281		BAE,Jolival,Saint-Pons		93	04	041	04195
2977380	Saint-Pons	saint-pons	FR	04400	0	Europe/Paris	44.34927	6.38073				93	04	043	04205
2977381	Saint-Pons	saint-pons	FR	04400	0	Europe/Paris	43.50654	5.34691				93	13	131	13001
2977382	Saint-Pons-de-Thomières	saint-pons-de-thomieres	FR	34220	2792	Europe/Paris	43.48333	2.76667				76	34	341	34284
2977383	Saint-Poncy	saint-poncy	FR	15500	343	Europe/Paris	45.16467	3.18679		Saint-Poncy		84	15	153	15207
2977384	Saint-Pompon	saint-pompon	FR	24170	434	Europe/Paris	44.72617	1.14667		Saint-Pompon,Saint-Pompont,Sen-Pompon,Sent Plemponh,sheng peng peng,Сен-Помпон,سین-پومپونٹ,圣蓬蓬		75	24	244	24488
2977385	Saint-Pompain	saint-pompain	FR	79160	830	Europe/Paris	46.4411	-0.60007		Saint-Pompain		75	79	793	79290
2977386	Saint-Polycarpe	saint-polycarpe	FR	11300	200	Europe/Paris	43.04131	2.2892		Saint-Polycarpe		76	11	112	11364
2977387	Saint-Pol-sur-Ternoise	saint-pol-sur-ternoise	FR	62130	5603	Europe/Paris	50.38113	2.33407		Pol,Rernois-Libre,Saint-Po-su-Ternoese,Saint-Po-su-Térnoèse,Saint-Pol,Saint-Pol-sur-Ternoise,Sen-Pol'-sjur-Ternuaz,san bwl swr tyrnwys,tai nu wa si he pan sheng bo lei,Сен-Поль-сюр-Тернуаз,سان بول سور تيرنويس,سین-پول-سور-تیرنویسے,泰努瓦斯河畔圣波勒		32	62	621	62767
2977388	Saint-Pol-sur-Mer	saint-pol-sur-mer	FR	59430	23635	Europe/Paris	51.03116	2.33983		Saint-Po-dsu-Mer,Saint-Po-dsu-Mér,Saint-Pol,Saint-Pol-sur-Mer,Sen Pol sir Mer,Sen-Pol'-sjur-Mer,Sint-Pols,Sint-Pols-aan-Zee,sn pwl swr mr,Сен Пол сир Мер,Сен-Поль-сюр-Мер,سن پول سور مر		32	59	594	59183
2977389	Saint-Polgues	saint-polgues	FR	42260	197	Europe/Paris	45.9127	3.97344		Roche-Libre,Saint-Polgues		84	42	422	42274
2977390	Saint-Pol-de-Léon	saint-pol-de-leon	FR	29250	7627	Europe/Paris	48.68494	-3.98764		Fanum Sancti Pauli Leonensis,Kastell-Paol,Mont-Frimaire,Port-Pol,Saint-Pol-de-Leon,Saint-Pol-de-Léon,Sen-Pol'-de-Leon,san=poru=do=reon,sheng bo de lai weng,snt pl d lywn,Сен-Поль-де-Леон,سنت پل د لئون,سین-پول-دے-لون,サン＝ポル＝ド＝レオン,圣波德莱翁		53	29	293	29259
2977391	Saint-Poix	saint-poix	FR	53540	398	Europe/Paris	47.96568	-1.04691		Saint-Poix		52	53	531	53250
2977392	Saint-Pois	saint-pois	FR	50670	549	Europe/Paris	48.75	-1.06667		Saint-Pois,Sen-Pua,sheng pu wa,Сен-Пуа,圣普瓦		28	50	501	50542
2977393	Saint-Point-Lac	saint-point-lac	FR	25160	199	Europe/Paris	46.8133	6.30305		Saint-Point,Saint-Point-Lac,Sen-Puen-Lak,sheng pu an la ke,Сен-Пуен-Лак,سین-پائنٹ-لاک,圣普安拉克		27	25	253	25525
2977395	Saint-Point	saint-point	FR	71520	324	Europe/Paris	46.33963	4.6168		Mont-Brillant,Saint-Point		27	71	715	71470
2977396	Saint-Plantaire	saint-plantaire	FR	36190	0	Europe/Paris	46.4571	1.6712		Sen-Planter,sheng pu lang tai er,Сен-Плантер,سین-پلانتیرے,圣普朗泰尔		24	36	363	36207
2977397	Saint-Planchers	saint-planchers	FR	50400	1158	Europe/Paris	48.82269	-1.52598		Saint-Planchers		28	50	501	50541
2977398	Saint-Plancard	saint-plancard	FR	31580	424	Europe/Paris	43.17159	0.57517		Plancard,Saint-Plancard,Saint-Plancards,Vallon-Libre		76	31	312	31513
2977399	Saint-Plaisir	saint-plaisir	FR	03160	458	Europe/Paris	46.6224	2.96785		La Bieudre,Saint-Plaisir		84	03	032	03251
2977400	Saint-Pierre-d'Aubézies	saint-pierre-d-aubezies	FR	32290	0	Europe/Paris	43.64358	0.16609		Saint-Pierre,Saint-Pierre-d'Aubezies,Saint-Pierre-d'Aubézies,Saint-Pirre-d'Aubezies		76	32	321	32403
2977401	Saint-Pierreville	saint-pierreville	FR	07190	534	Europe/Paris	44.81577	4.48698		La Montagne,Saint-Pierreville		84	07	073	07286
2977403	Saint-Pierre-Toirac	saint-pierre-toirac	FR	46160	138	Europe/Paris	44.52726	1.95389		Saint-Pierre-Toirac		76	46	462	46289
2977442	Saint-Pierre-la-Noaille	saint-pierre-la-noaille	FR	42190	329	Europe/Paris	46.17953	4.09579		Saint-Pierre,Saint-Pierre-la-Noaille		84	42	422	42273
2979394	Saint-Jean	saint-jean	FR	31240	9147	Europe/Paris	43.66519	1.50459		Saint-Jean		76	31	313	31488
2977404	Saint-Pierre-Tarentaine	saint-pierre-tarentaine	FR	14350	266	Europe/Paris	48.96478	-0.79342		Saint-Pierre,Saint-Pierre-Tarentaine,Sen-P'er-Taranten,Sen-P'err-Taranten,Sen-Perr-Taranten,sheng pi ye er ta lang tan,syn-pyry-tyrntyn,Сен-Пьер-Тарантен,Сен-Пьерр-Тарантен,Сен-Пєрр-Тарантен,سین-پیری-تیرنتین,圣皮耶尔塔朗坦		28	14	144	14061
2977405	Saint-Pierre-sur-Vence	saint-pierre-sur-vence	FR	08430	161	Europe/Paris	49.69334	4.67443		Saint-Pierre,Saint-Pierre-sur-Vence		44	08	081	08395
2977406	Saint-Pierre-sur-Orthe	saint-pierre-sur-orthe	FR	53160	556	Europe/Paris	48.2106	-0.20718		Saint-Pierre,Saint-Pierre-sur-Orthe		52	53	533	53249
2977408	Saint-Pierre-sur-Erve	saint-pierre-sur-erve	FR	53270	156	Europe/Paris	48.00839	-0.39354		Saint-Pierre,Saint-Pierre-sur-Erve,Sen-Perr-sjur-Erv,ai er fu he pan sheng pi ye er,Сен-Пєрр-сюр-Ерв,سین-پیری-سور-یروے,埃尔夫河畔圣皮耶尔		52	53	533	53248
2977409	Saint-Pierre-sur-Dropt	saint-pierre-sur-dropt	FR	47120	249	Europe/Paris	44.6437	0.20261		Saint-Pierre,Saint-Pierre-sur-Dropt		75	47	472	47271
2977410	Saint-Pierre-sur-Doux	saint-pierre-sur-doux	FR	07520	88	Europe/Paris	45.12051	4.46444		Saint-Pierre,Saint-Pierre-sur-Doux		84	07	073	07285
2977411	Saint-Pierre-sur-Dives	saint-pierre-sur-dives	FR	14170	3658	Europe/Paris	49.01667	-0.03333		Saint-Pierre,Saint-Pierre-sur-Dives,Sen-P'er-sjur-Div,Sen-P'err-sjur-Div,Sen-Perr-sjur-Div,di wei he pan sheng pi ye er,syn-pyry-swr-dws,Сен-Пьер-сюр-Див,Сен-Пьерр-сюр-Див,Сен-Пєрр-сюр-Дів,سین-پیری-سور-دوس,迪韦河畔圣皮耶尔		28	14	143	14654
2977412	Saint-Pierre-Roche	saint-pierre-roche	FR	63210	356	Europe/Paris	45.7267	2.82439		Saint-Pierre,Saint-Pierre-Roche		84	63	633	63386
2977414	Saint-Pierre-Quiberon	saint-pierre-quiberon	FR	56510	2322	Europe/Paris	47.52072	-3.13346		Saint Pierre Quiberon,Saint-Pierre-Quiberon,Sant-Per-Kiberen,Sant-Pêr-Kiberen,Sen-P'err-Kiberon,Sen-Perr-Kiberon,sheng pi ye er qu yi bo long,syn-pyry-qbrwn,Сен-Пьерр-Киберон,Сен-Пєрр-Кіберон,سین-پیری-قبرون,圣皮耶尔屈伊伯龙		53	56	561	56234
2977415	Saint-Pierre-Montlimart	saint-pierre-montlimart	FR	49110	3238	Europe/Paris	47.26976	-1.02738		Saint-Pierre,Saint-Pierre-Montlimard,Saint-Pierre-Montlimart,Sen-Perr-Monlimar,sheng pi ye er meng te li ma er,Сен-Пєрр-Монлімар,سین-پیری-مونتلمارٹ,圣皮耶尔蒙特利马尔		52	49	492	49218
2977417	Saint-Pierremont	saint-pierremont	FR	02250	64	Europe/Paris	49.72301	3.88067		Saint-Pierremont		32	02	022	02689
2977418	Saint-Pierremont	saint-pierremont	FR	02250	112	Europe/Paris	49.48544	4.93714		Libremont,Saint-Pierremont		44	08	084	08394
2977419	Saint-Pierremont	saint-pierremont	FR	02250	162	Europe/Paris	48.43333	6.58333		Saint-Pierremont		44	88	881	88432
2977420	Saint-Pierre-le-Viger	saint-pierre-le-viger	FR	76740	0	Europe/Paris	49.82246	0.84905		Saint-Pierre,Saint-Pierre-le-Viger		28	76	761	76642
2977421	Saint-Pierre-le-Vieux	saint-pierre-le-vieux	FR	48200	207	Europe/Paris	49.85247	0.87142		Saint-Pierre,Saint-Pierre-le-Vieux		28	76	761	76641
2977422	Saint-Pierre-le-Vieux	saint-pierre-le-vieux	FR	48200	940	Europe/Paris	46.38684	-0.7496		Saint-Pierre,Saint-Pierre-le-Vieux		52	85	851	85265
2977423	Saint-Pierre-le-Vieux	saint-pierre-le-vieux	FR	48200	339	Europe/Paris	46.28565	4.53594		Pierre-Neuve,Saint-Pierre,Saint-Pierre-le-Vieux		27	71	715	71469
2977424	Saint-Pierre-le-Vieux	saint-pierre-le-vieux	FR	48200	253	Europe/Paris	44.85	3.31667		Saint-Pierre,Saint-Pierre-le-Vieux		76	48	482	48177
2977425	Saint-Pierre-lès-Nemours	saint-pierre-les-nemours	FR	77140	6435	Europe/Paris	48.26733	2.67966		Saint-Pierre,Saint-Pierre-les-Nemours,Saint-Pierre-lès-Nemours,Sen-P'err-le-Nemur,Sen-Perr-le-Nemur,syn-pyry-lys-nmwrs,Сен-Пьерр-ле-Немур,Сен-Пєрр-ле-Немур,سین-پیری-لیس-نمورس		11	77	774	77431
2977426	Saint-Pierre-lès-Franqueville	saint-pierre-les-franqueville	FR	02140	63	Europe/Paris	49.81855	3.82254		Saint-Pierre,Saint-Pierre-les-Franqueville,Saint-Pierre-lès-Franqueville		32	02	025	02688
2977427	Saint-Pierre-les-Étieux	saint-pierre-les-etieux	FR	18210	753	Europe/Paris	46.7343	2.62288		Beauval,Saint-Pierre,Saint-Pierre-des-Estieux,Saint-Pierre-les-Etieux,Saint-Pierre-les-Étieux		24	18	182	18231
2977428	Saint-Pierre-lès-Elbeuf	saint-pierre-les-elbeuf	FR	76320	8602	Europe/Paris	49.27901	1.04305		Saint-Pierre,Saint-Pierre-les-Elbeuf,Saint-Pierre-lès-Elbeuf		28	76	763	76640
2977430	Saint-Pierre-les-Bois	saint-pierre-les-bois	FR	18170	306	Europe/Paris	46.66438	2.27867		Les Bois,Saint Pierre,Saint-Pierre-les-Bois		24	18	182	18230
2977431	Saint-Pierre-lès-Bitry	saint-pierre-les-bitry	FR	60350	138	Europe/Paris	49.42686	3.08638		Les Gorges-de-Bitry,Saint-Pierre,Saint-Pierre-les-Bitry,Saint-Pierre-lès-Bitry		32	60	603	60593
2977432	Saint-Pierre-le-Moûtier	saint-pierre-le-moutier	FR	58240	2023	Europe/Paris	46.79277	3.11657		Brutus-la-Vallee,Brutus-la-Vallée,Brutus-le-Magnanime,Brutus-le-Moutier,Saint-Pierre,Saint-Pierre-le-Moutier,Saint-Pierre-le-Moûtier		27	58	583	58264
2977433	Saint-Pierre-Saint-Jean	saint-pierre-saint-jean	FR	07140	0	Europe/Paris	44.45	4.11667		Saint-Pierre,Saint-Pierre-le-Dechausselat,Saint-Pierre-le-Déchausselat		84	07	071	07284
2977434	Saint-Pierre-le-Chastel	saint-pierre-le-chastel	FR	63230	360	Europe/Paris	45.79847	2.84319		Saint-Pierre,Saint-Pierre-le-Chastel		84	63	634	63385
2977435	Saint-Pierre-le-Bost	saint-pierre-le-bost	FR	23600	153	Europe/Paris	46.40045	2.26031		Les Bois,Saint-Pierre,Saint-Pierre-le-Bost		75	23	231	23233
2977436	Saint-Pierre-Lavis	saint-pierre-lavis	FR	76640	130	Europe/Paris	49.65621	0.62551		Saint-Pierre,Saint-Pierre-Lavis		28	76	762	76258
2977437	Saint-Pierre-la-Vieille	saint-pierre-la-vieille	FR	14770	367	Europe/Paris	48.91923	-0.5763		Saint-Pierre-la-Vieille,Saint-Pierre-la-Vielle,Sen-P'er-la-V'ej,Sen-P'err-la-V'ej,Sen-Perr-la-Vej,Vieille-sous-le-Mont,sheng pi ye er la wei ye yi er,Сен-Пьер-ла-Вьей,Сен-Пьерр-ла-Вьей,Сен-Пєрр-ла-Вєй,سین-پیری-لا-ویلے,圣皮耶尔拉维耶伊尔		28	14	144	14174
2977438	Saint-Pierre-Laval	saint-pierre-laval	FR	42620	0	Europe/Paris	46.20179	3.77973		Saint-Pierre,Saint-Pierre-Laval		84	03	033	03250
2977439	Saint-Pierre-la-Roche	saint-pierre-la-roche	FR	07400	48	Europe/Paris	44.65385	4.63863		Saint-Pierre,Saint-Pierre-la-Roche,Sant Peire de Rocha-sauva,Sant Pierre la Roche,Sant Pèire de Ròcha-sauva,Sen-P'er-la-Rosh,Sen-Perr-la-Rosh,sheng pi ye er la luo ke,Сен-Пьер-ла-Рош,Сен-Пєрр-ла-Рош,سین-پیری-لا-روکھے,圣皮耶尔拉罗克		84	07	072	07283
2977440	Saint-Pierre-la-Rivière	saint-pierre-la-riviere	FR	61310	174	Europe/Paris	48.82523	0.19807		Saint-Pierre,Saint-Pierre-la-Riviere,Saint-Pierre-la-Rivière		28	61	612	61474
2977443	Saint-Pierre-Langers	saint-pierre-langers	FR	50530	404	Europe/Paris	48.78455	-1.49783		Saint-Pierre,Saint-Pierre-Langers		28	50	501	50540
2977444	Saint-Pierre-la-Garenne	saint-pierre-la-garenne	FR	27600	921	Europe/Paris	49.14652	1.39617		Saint-Pierre,Saint-Pierre-la-Garenne		28	27	271	27599
2977445	Saint-Pierre-Lafeuille	saint-pierre-lafeuille	FR	46090	312	Europe/Paris	44.52351	1.45416		Saint-Pierre-Lafeuille		76	46	461	46340
2977446	Saint-Pierre-la-Cour	saint-pierre-la-cour	FR	53410	1711	Europe/Paris	48.11479	-1.02649		Bourg-l'Union,Saint-Pierre,Saint-Pierre-la-Cour,Sen-Perr-la-Kur,sheng pi ye er la ku,syn-pyry-la-kwr,Сен-Пєрр-ла-Кур,سین-پیری-لا-کور,圣皮耶尔拉库		52	53	532	53247
2977447	Saint-Pierre-la-Bruyère	saint-pierre-la-bruyere	FR	61340	457	Europe/Paris	48.36114	0.80637		Saint-Pierre,Saint-Pierre-la-Bruyere,Saint-Pierre-la-Bruyère		28	61	613	61448
2977448	Saint-Pierre-la-Bourlhonne	saint-pierre-la-bourlhonne	FR	63480	170	Europe/Paris	45.67475	3.74345		Saint Pierre,Saint-Pierre-la-Bourlhonne		84	63	631	63384
2977449	Saint-Pierre-Eynac	saint-pierre-eynac	FR	43260	895	Europe/Paris	45.04677	4.03383		Eynac,Montplo,Saint-Pierre,Saint-Pierre-Aynac,Saint-Pierre-Eynac,Sant Peire dAenac,Sant Peire-Aenac,Sant Pèire dAenac,Sant Pèire-Aenac,Sen-P'err-Ejnak,Sen-Perr-Ejnak,sheng pi ye er ai na ke,Сен-Пьерр-Ейнак,Сен-Пєрр-Ейнак,سین-پیری-ےناک,圣皮耶尔埃纳克		84	43	432	43218
2977450	Saint-Pierre-en-Vaux	saint-pierre-en-vaux	FR	21230	144	Europe/Paris	47.05571	4.53583		Saint-Pierre,Saint-Pierre-en-Vaux,Seloiche,Séloiché		27	21	211	21566
2977451	Saint-Pierre-en-Val	saint-pierre-en-val	FR	76260	1054	Europe/Paris	50.02168	1.44707		Saint-Pierre,Saint-Pierre-en-Val		28	76	761	76638
2977452	Saint-Pierre-en-Port	saint-pierre-en-port	FR	76540	822	Europe/Paris	49.80576	0.49744		Saint-Pierre,Saint-Pierre-en-Port		28	76	762	76637
2977453	Saint-Pierre-Église	saint-pierre-eglise	FR	50330	1829	Europe/Paris	49.66848	-1.40358		Pierre-Ferme,Saint-Pierre,Saint-Pierre-Eglise,Saint-Pierre-Église		28	50	502	50539
2977454	Saint-Pierre-du-Vauvray	saint-pierre-du-vauvray	FR	27430	1412	Europe/Paris	49.23208	1.22125		Saint-Pierre,Saint-Pierre-du-Vauvray		28	27	271	27598
2977455	Saint-Pierre-du-Val	saint-pierre-du-val	FR	27210	517	Europe/Paris	49.39626	0.36636		Pierre-la-Montagne,Saint-Pierre,Saint-Pierre-du-Val		28	27	272	27597
2977456	Saint-Pierre-du-Regard	saint-pierre-du-regard	FR	61790	1289	Europe/Paris	48.84286	-0.54631		Saint-Pierre,Saint-Pierre-du-Regard		28	61	612	61447
2977458	Saint-Pierre-du-Perray	saint-pierre-du-perray	FR	91280	6140	Europe/Paris	48.61064	2.49429		Saint-Pierre,Saint-Pierre-du-Perray,Sen-P'err-dju-Perre,Sen-Perr-dju-Perre,sheng pi ye er lei di pei er lai,Сен-Пьерр-дю-Перре,Сен-Пєрр-дю-Перре,سین-پیری-دو-پارے,圣皮耶尔勒迪佩尔赖		11	91	912	91573
2977459	Saint-Pierre-du-Palais	saint-pierre-du-palais	FR	17270	284	Europe/Paris	45.16646	-0.1573		La Chaumiere,La Chaumière,La Fraternite,La Fraternité,Saint-Pierre,Saint-Pierre-du-Palais		75	17	171	17386
2977460	Saint-Pierre-du-Mont	saint-pierre-du-mont	FR	14450	90	Europe/Paris	49.38774	-0.97708		Saint-Pierre,Saint-Pierre-du-Mont		28	14	141	14652
2977461	Saint-Pierre-du-Mont	saint-pierre-du-mont	FR	14450	191	Europe/Paris	47.39691	3.44797		Saint-Pierre,Saint-Pierre-du-Mont		27	58	582	58263
2977462	Saint-Pierre-du-Mont	saint-pierre-du-mont	FR	14450	7660	Europe/Paris	43.88453	-0.52185		Saint-Pierre		75	40	402	40281
2977463	Saint-Pierre-du-Mesnil	saint-pierre-du-mesnil	FR	27330	92	Europe/Paris	48.93547	0.57549		Saint-Pierre,Sen-P'err-dju-Menij,Sen-Perr-dju-Menij,sheng pi ye er di mei si ni,syn-pyry-dw-msnyl,Сен-Пьерр-дю-Мений,Сен-Пєрр-дю-Меній,سین-پیری-دو-مسنیل,圣皮耶尔迪梅斯尼		28	27	272	27049
2977464	Saint-Pierre-du-Lorouër	saint-pierre-du-lorouer	FR	72150	359	Europe/Paris	47.80614	0.52218		Saint-Pierre,Saint-Pierre-du-Lorouer,Saint-Pierre-du-Lorouër		52	72	721	72314
2977465	Saint-Pierre-du-Jonquet	saint-pierre-du-jonquet	FR	14670	160	Europe/Paris	49.16898	-0.12646		Saint-Pierre,Saint-Pierre-du-Jonquet		28	14	142	14651
2977466	Saint-Pierre-du-Fresne	saint-pierre-du-fresne	FR	14260	204	Europe/Paris	49.03505	-0.76175		Saint-Pierre,Saint-Pierre-du-Fresne		28	14	144	14650
2977467	Saint-Pierre-du-Chemin	saint-pierre-du-chemin	FR	85120	1521	Europe/Paris	46.69548	-0.70168		Chemin-sur-le-Lay,Saint-Pierre,Saint-Pierre-du-Chemin		52	85	851	85264
2977468	Saint-Pierre-du-Champ	saint-pierre-du-champ	FR	43810	0	Europe/Paris	45.24791	3.89939		Saint-Pierre-Duchamp,Saint-Pierre-du-Champ		84	43	432	43217
2977469	Saint-Pierre-du-Bû	saint-pierre-du-bu	FR	14700	432	Europe/Paris	48.86754	-0.21742		Saint-Pierre,Saint-Pierre-du-Bu,Saint-Pierre-du-Bû		28	14	142	14649
2977470	Saint-Pierre-du-Bosguérard	saint-pierre-du-bosguerard	FR	27370	900	Europe/Paris	49.26295	0.88277		Saint-Pierre,Saint-Pierre-de-Bosguerard,Saint-Pierre-du-Bosgnerord,Saint-Pierre-du-Bosgnérord,Saint-Pierre-du-Bosguerard,Saint-Pierre-du-Bosguérard,Sen-P'err-dju-Bosgerar,Sen-Perr-dju-Bosgerar,sheng pi ye er di bo si gai la er,Сен-Пьерр-дю-Босгерар,Сен-Пєрр-дю-Босгерар,سین-پیری-دو-بوئیگیرارڈ,圣皮耶尔迪博斯盖拉尔		28	27	272	27595
2977471	Saint-Pierre-d'Oléron	saint-pierre-d-oleron	FR	17310	6751	Europe/Paris	45.94374	-1.3059		L'Unite,L'Unité,Saint-Pierre,Saint-Pierre-d'Oleron,Saint-Pierre-d'Oléron,Saint-Pierre-d’Oléron,Sen-P'er-d'Oleron,Sen-P'err-d'Oleron,sheng pi ye er duo lai long,Сен-П'єрр-д'Олерон,Сен-Пьер-д’Олерон,圣皮耶尔多莱龙		75	17	172	17385
2977472	Saint-Pierre-d'Irube	saint-pierre-d-irube	FR	64990	0	Europe/Paris	43.47392	-1.45263		Hiriburu,Saint-Pierre,Saint-Pierre-d'Irube		75	64	641	64496
2977473	Saint-Pierre-d'Eyraud	saint-pierre-d-eyraud	FR	24130	0	Europe/Paris	44.84894	0.31874		Saint-Pierre,Saint-Pierre-d'Eyraud		75	24	241	24487
2977474	Saint-Pierre-d'Exideuil	saint-pierre-d-exideuil	FR	86400	0	Europe/Paris	46.15027	0.26973		Saint-Pierre,Saint-Pierre-d'Excideuil,Saint-Pierre-d'Exideuil,Saint-Pierre-dExideuil		75	86	862	86237
2977475	Saint-Pierre-de-Vassols	saint-pierre-de-vassols	FR	84330	466	Europe/Paris	44.10042	5.13812		Saint-Pierre,Saint-Pierre-de-Vassols,Sant Peire de Vassous,Sant Pèire de Vassòus,Sen-P'er-de-Vassol',Sen-Perr-de-Vassol',sheng pi ye er lei de wa suo er,Сен-Пьер-де-Вассоль,Сен-Пєрр-де-Вассоль,سین-پیری-دے-واسولس,圣皮耶尔勒德瓦索尔		93	84	843	84115
2977476	Saint-Pierre-de-Varennes	saint-pierre-de-varennes	FR	71670	853	Europe/Paris	46.84202	4.49917		Saint-Pierre,Saint-Pierre-de-Varennes		27	71	711	71468
2977541	Saint-Pierre-d'Arthéglise	saint-pierre-d-artheglise	FR	50270	0	Europe/Paris	49.41363	-1.69243		Saint-Pierre,Saint-Pierre-d'Artheglise,Saint-Pierre-d'Arthéglise		28	50	502	50536
2977477	Saint-Pierre-de-Varengeville	saint-pierre-de-varengeville	FR	76480	2318	Europe/Paris	49.5024	0.93118		Saint-Pierre,Saint-Pierre-de-Varengeville,Sen-P'err-de-Varanzhvil',Sen-Perr-de-Varanzhvil',Сен-Пьерр-де-Варанжвиль,Сен-Пєрр-де-Варанжвіль,سین-پیری-دے-ورینگولے		28	76	763	76636
2977478	Saint-Pierre-de-Trivisy	saint-pierre-de-trivisy	FR	81330	642	Europe/Paris	43.76127	2.43427		Saint-Pierre,Saint-Pierre-de-Trivisy,Saint-Pierre-de-Trivizy		76	81	812	81267
2977479	Saint-Pierre-des-Tripiers	saint-pierre-des-tripiers	FR	48150	82	Europe/Paris	44.22669	3.27324		Saint-Pierre,Saint-Pierre-des-Tripiers		76	48	481	48176
2977480	Saint-Pierre-de-Soucy	saint-pierre-de-soucy	FR	73800	388	Europe/Paris	45.49639	6.10989		Les Rocs,Saint Pierre,Saint-Pierre-de-Soucy		84	73	732	73276
2977481	Saint-Pierre-des-Ormes	saint-pierre-des-ormes	FR	72600	239	Europe/Paris	48.3064	0.42147		Saint-Pierre,Saint-Pierre-des-Ormes		52	72	722	72313
2977482	Saint-Pierre-des-Nids	saint-pierre-des-nids	FR	53370	1798	Europe/Paris	48.39932	-0.09958		Saint-Pierre,Saint-Pierre-des-Nids,Sen-Perr-de-Ni,sheng pi ye er dai ni de,Сен-Пєрр-де-Ні,سین-پیری-دے-نڈس,圣皮耶尔代尼德		52	53	533	53246
2977483	Saint-Pierre-des-Loges	saint-pierre-des-loges	FR	61370	136	Europe/Paris	48.74957	0.47154		Saint-Pierre,Saint-Pierre-des-Loges		28	61	613	61446
2977484	Saint-Pierre-des-Landes	saint-pierre-des-landes	FR	53500	985	Europe/Paris	48.27395	-1.02799		Saint-Pierre,Saint-Pierre-des-Landes,Sen-Perr-de-Land,sheng pi ye er dai lang dai,Сен-Пєрр-де-Ланд,سین-پیری-دے-لنڈس,圣皮耶尔代朗代		52	53	533	53245
2977485	Saint-Pierre-des-Jonquières	saint-pierre-des-jonquieres	FR	76660	0	Europe/Paris	49.85135	1.45208		Saint-Pierre,Saint-Pierre-des-Jonquieres,Saint-Pierre-des-Jonquières		28	76	761	76635
2977486	Saint-Pierre-des-Ifs	saint-pierre-des-ifs	FR	14100	206	Europe/Paris	49.26925	0.62075		Saint-Pierre,Saint-Pierre-des-Ifs		28	27	272	27594
2977487	Saint-Pierre-des-Ifs	saint-pierre-des-ifs	FR	14100	404	Europe/Paris	49.10892	0.16934		Saint-Pierre		28	14	143	14648
2977488	Saint-Pierre-des-Fleurs	saint-pierre-des-fleurs	FR	27370	1330	Europe/Paris	49.25	0.96667		Saint-Pierre,Saint-Pierre-des-Fleurs		28	27	272	27593
2977489	Saint-Pierre-de-Semilly	saint-pierre-de-semilly	FR	50810	402	Europe/Paris	49.11967	-1.00533		Saint-Pierre,Saint-Pierre-de-Semilly,Saint-Pierre-le-Semilly		28	50	504	50538
2977490	Saint-Pierre-des-Échaubrognes	saint-pierre-des-echaubrognes	FR	79700	1290	Europe/Paris	46.98922	-0.74444		Saint-Pierre,Saint-Pierre-des-Echaubrognes,Saint-Pierre-des-Échaubrognes		75	79	791	79289
2977491	Saint-Pierre-des-Corps	saint-pierre-des-corps	FR	37700	15284	Europe/Paris	47.38623	0.74849		La Clarte-Republicaine,La Clarté-Républicaine,Saint-Pierre,Saint-Pierre-des-Corps,Sen-Perr-de-Kor,sheng pi ye er dai ke er pu,Сен-Пєрр-де-Кор,سین-پیری-دے-کور,圣皮耶尔代科尔普		24	37	372	37233
2977492	Saint-Pierre-des-Champs	saint-pierre-des-champs	FR	11220	138	Europe/Paris	43.05884	2.60507		Saint-Pierre,Saint-Pierre-des-Champs		76	11	113	11363
2977493	Saint-Pierre-des-Bois	saint-pierre-des-bois	FR	72430	156	Europe/Paris	47.94049	-0.14006		Saint-Pierre,Saint-Pierre-des-Bois		52	72	721	72312
2977494	Saint-Pierre-de-Salerne	saint-pierre-de-salerne	FR	27800	213	Europe/Paris	49.20268	0.68281		Saint-Pierre,Saint-Pierre-de-Salerne,Sen-P'err-de-Salern,Sen-Perr-de-Salern,sheng pi ye er de sa lai er en,Сен-Пьерр-де-Салерн,Сен-Пєрр-де-Салерн,سین-پیری-دے-سلیرنے,圣皮耶尔德萨莱尔恩		28	27	272	27592
2977495	Saint-Pierre-en-Faucigny	saint-pierre-en-faucigny	FR	74800	0	Europe/Paris	46.05	6.38333		Saint-Pierre,Saint-Pierre-de-Rumilly,Sen-Perr-an-Fosin'i,syn-pyry-yn-fwkgn,Сен-Пєрр-ан-Фосіньї,سین-پیری-ین-فوکگن		84	74	742	74250
2977496	Saint-Pierre-de-Rivière	saint-pierre-de-riviere	FR	09000	603	Europe/Paris	42.96308	1.55573		Saint-Pierre,Saint-Pierre-de-Riviere,Saint-Pierre-de-Rivière		76	09	091	09273
2977497	Saint-Pierre-de-Plesguen	saint-pierre-de-plesguen	FR	35720	2174	Europe/Paris	48.44699	-1.91369		Saint-Pierre,Saint-Pierre-de-Plesguen,Sant-Per-Plewenn,Sant-Pêr-Plewenn,Sen-P'err-de-Plegan,Sen-Perr-de-Plegan,sheng pi ye er de pu lai si gai en,Сен-Пьерр-де-Плеган,Сен-Пєрр-де-Плеган,سین-پیری-دے-پلسگین,圣皮耶尔德普莱斯盖恩		53	35	354	35308
2977498	Saint-Pierre-d'Entremont	saint-pierre-d-entremont	FR	38380	0	Europe/Paris	48.81024	-0.64941		Saint-Pierre,Saint-Pierre-d'Entremont		28	61	612	61445
2977499	Saint-Pierre-d'Entremont	saint-pierre-d-entremont	FR	38380	0	Europe/Paris	45.41463	5.85524		Entremont-le-Jeune,Saint-Pierre		84	38	381	38446
2977500	Saint-Pierre-d'Entremont	saint-pierre-d-entremont	FR	38380	0	Europe/Paris	45.41701	5.85159		Saint-Pierre		84	73	732	73274
2977501	Saint-Pierre-de-Nogaret	saint-pierre-de-nogaret	FR	48340	165	Europe/Paris	44.47207	3.13723		Saint-Pierre,Saint-Pierre-de-Nogaret		76	48	482	48175
2977502	Saint-Pierre-de-Nogaret	saint-pierre-de-nogaret	FR	48340	0	Europe/Paris	44.46073	0.29386		Saint-Pierre-Nogaret,Saint-Pierre-de-Nogaret		75	47	472	47110
2977503	Saint-Pierre-de-Mons	saint-pierre-de-mons	FR	33210	0	Europe/Paris	44.55171	-0.22097		Mont-Marat,Pont,Saint-Pierre,Saint-Pierre-de-Mons,Sen-P'err-de-Mon,Sen-Perr-de-Mon,Sent Peir de Lengon,Sent Pèir de Lengon,sheng pi ye er de meng,Сен-Пьерр-де-Мон,Сен-Пєрр-де-Мон,سین-پیری-دے-مونس,圣皮耶尔德蒙		75	33	333	33465
2977504	Saint-Pierre-de-Mésage	saint-pierre-de-mesage	FR	38220	725	Europe/Paris	45.04645	5.79061		Saint-Pierre,Saint-Pierre-de-Mesage,Saint-Pierre-de-Mésage		84	38	381	38445
2977505	Saint-Pierre-de-Méaroz	saint-pierre-de-mearoz	FR	38350	133	Europe/Paris	44.87505	5.82376		Saint-Pierre-cognet,Saint-Pierre-de-Mearotz,Saint-Pierre-de-Mearotz-les-Egats,Saint-Pierre-de-Mearoz,Saint-Pierre-de-Méarotz,Saint-Pierre-de-Méarotz-les-Egats,Saint-Pierre-de-Méaroz		84	38	381	38444
2977506	Saint-Pierre-de-Manneville	saint-pierre-de-manneville	FR	76113	795	Europe/Paris	49.39317	0.93381		Saint-Pierre,Saint-Pierre-de-Manneville,Sen-P'err-de-Mannevil',Sen-Perr-de-Mannevil',Сен-Пьерр-де-Манневиль,Сен-Пєрр-де-Манневіль,سین-پیری-دے-مننولے		28	76	763	76634
2977507	Saint-Pierre-de-Mailloc	saint-pierre-de-mailloc	FR	14290	407	Europe/Paris	49.06638	0.32197		Saint-Pierre,Saint-Pierre-de-Mailloc		28	14	143	14570
2977508	Saint-Pierre-de-Maillé	saint-pierre-de-maille	FR	86260	965	Europe/Paris	46.67894	0.84324		Saint-Pierre-de-Maille,Saint-Pierre-de-Maillé,Sen-Perr-de-Mae,sheng pi ye er lei de mai lei,Сен-Пєрр-де-Має,سین-پیری-دے-میلے,圣皮耶尔勒德迈勒		75	86	862	86236
2977639	Saint-Paul	saint-paul	FR	19150	0	Europe/Paris	45.67652	5.78615		Saint-Paul,Saint-Paul-sur-Yenne		84	73	732	73269
2977509	Saint-Pierre-dels-Forcats	saint-pierre-dels-forcats	FR	66210	237	Europe/Paris	42.49412	2.11872		Saint-Pierre,Saint-Pierre-dels-Forcats,Saint-Pierre-des-Forcats,Sant Pere dels Forcats,Sen-P'err-del'-Forkats,Sen-Perr-del'-Forkats,sheng pi ye er dai er fu er ka te,Сен-Пьерр-дель-Форкатс,Сен-Пєрр-дель-Форкатс,سین-پیری-دلس-فورکٹس,圣皮耶尔代尔福尔卡特		76	66	663	66188
2977510	Saint-Pierre-de-l'Îsle	saint-pierre-de-l-isle	FR	17330	0	Europe/Paris	46.0325	-0.4303		L'Isle-Boutonne,Saint-Pierre,Saint-Pierre-de-l'Ile,Saint-Pierre-de-l'Île		75	17	175	17384
2977511	Saint-Pierre-de-Lamps	saint-pierre-de-lamps	FR	36110	45	Europe/Paris	46.97123	1.51304		Lamps-la-Colline,Saint-Pierre,Saint-Pierre-de-Lamps,Sen-P'er-de-Lam,Sen-Perr-de-Lam,sheng pi ye er de lang pu,Сен-Пьер-де-Лам,Сен-Пєрр-де-Лам,سین-پیری-دے-لیمپس,圣皮耶尔德朗普		24	36	362	36093
2977512	Saint-Pierre-de-Lages	saint-pierre-de-lages	FR	31570	424	Europe/Paris	43.56916	1.62667		Saint-Pierre,Saint-Pierre-de-Lages		76	31	313	31512
2977513	Saint-Pierre-de-la-Fage	saint-pierre-de-la-fage	FR	34520	98	Europe/Paris	43.79421	3.42525		Saint-Pierre,Saint-Pierre-de-la-Fage		76	34	342	34283
2977514	Saint-Pierre-de-Juillers	saint-pierre-de-juillers	FR	17400	371	Europe/Paris	45.94515	-0.37078		Juillers-l'Unite,Juillers-l'Unité,L'Union,Saint-Pierre,Saint-Pierre-de-Juillers		75	17	175	17383
2977515	Saint-Pierre-de-Jards	saint-pierre-de-jards	FR	36260	135	Europe/Paris	47.09781	1.96649		L'Herbon,Saint Pierre,Saint-Pierre-de-Jards,Sen-P'er-de-Zhar,Sen-Perr-de-Zhar,sheng pi ye er de ya er de,Сен-Пьер-де-Жар,Сен-Пєрр-де-Жар,سین-پیری-دے-جرڈس,圣皮耶尔德雅尔德		24	36	364	36205
2977516	Saint-Pierre-de-Genebroz	saint-pierre-de-genebroz	FR	73360	265	Europe/Paris	45.45282	5.75477		Genebros,Saint-Pierre,Saint-Pierre-de-Genebroz,Saint-Pierre-de-Génébroz,Sen-Perr-de-Zhenebro,Сен-Пєрр-де-Женебро,سین-پیری-دے-گنبروز		84	73	732	73275
2977517	Saint-Pierre-de-Fursac	saint-pierre-de-fursac	FR	23290	793	Europe/Paris	46.14727	1.51283		Furcac,Furçac,Saint-Pierre,Saint-Pierre-de-Fursac,Sen-P'er-de-Fjursak,Sen-P'err-de-Fjursak,Sen-Perr-de-Fjursak,Sent Peir de Furcac,Sent Peir de Furçac,sheng pi ye er de fei er sa ke,Сен-Пьер-де-Фюрсак,Сен-Пьерр-де-Фюрсак,Сен-Пєрр-де-Фюрсак,سین-پیری-دے-فرساک,圣皮耶尔德菲尔萨克		75	23	232	23192
2977518	Saint-Pierre-de-Frugie	saint-pierre-de-frugie	FR	24450	393	Europe/Paris	45.57314	0.99874		Saint-Pierre,Saint-Pierre-de-Frugie,Sen-P'err-de-Frjuzhi,Sen-Perr-de-Frjuzhi,Sent Peir de Fregia,Sent Peir de Frègia,sheng pi ye er de fu lu bi ye,Сен-Пьерр-де-Фрюжи,Сен-Пєрр-де-Фрюжі,سین-پیری-دے-فرگئے,圣皮耶尔德弗吕比耶		75	24	242	24486
2977520	Saint-Pierre-de-Curtille	saint-pierre-de-curtille	FR	73310	419	Europe/Paris	45.77519	5.80765		Saint-Pierre,Saint-Pierre-de-Curtille,Val-de-Creme,Val-de-Crème		84	73	732	73273
2977521	Saint-Pierre-de-Cormeilles	saint-pierre-de-cormeilles	FR	27260	0	Europe/Paris	49.23554	0.38363		Saint-Pierre,Saint-Pierre-de-Cormeilles,Sen-P'err-de-Kormej,Sen-Perr-de-Kormej,sheng pi ye er de ke er mei lai,Сен-Пьерр-де-Кормей,Сен-Пєрр-де-Кормей,سین-پیری-دے-کورمیلیس,圣皮耶尔德科尔梅莱		28	27	272	27591
2977522	Saint-Pierre-de-Colombier	saint-pierre-de-colombier	FR	07450	405	Europe/Paris	44.70468	4.2623		Pruneirolle,Saint-Pierre,Saint-Pierre-de-Colombier		84	07	071	07282
2977523	Saint-Pierre-de-Côle	saint-pierre-de-cole	FR	24800	470	Europe/Paris	45.37104	0.79182		Saint-Pierre,Saint-Pierre-de-Cole,Saint-Pierre-de-Côle,Sen-P'err-de-Kol',Sen-Perr-de-Kol',Sent Peir de Cola,Sent Peir de Còla,sheng pi ye er de ke er,Сен-Пьерр-де-Коль,Сен-Пєрр-де-Коль,سین-پیری-دے-کول,圣皮耶尔德科尔		75	24	242	24485
2977524	Saint-Pierre-de-Clairac	saint-pierre-de-clairac	FR	47270	756	Europe/Paris	44.17972	0.76059		Saint-Pierre,Saint-Pierre-de-Clairac		75	47	471	47269
2977525	Saint-Pierre-de-Chignac	saint-pierre-de-chignac	FR	24330	823	Europe/Paris	45.12447	0.8559		Saint-Pierre,Saint-Pierre-de-Chignac,Sen-P'er-de-Shin'jak,Sen-P'err-de-Shin'jak,Sen-Perr-de-Shin'jak,Sent Peir de Chinhac,sheng pi ye er de xi ni ya ke,Сен-Пьер-де-Шиньяк,Сен-Пьерр-де-Шиньяк,Сен-Пєрр-де-Шиньяк,سین-پیری-دے-چگناک,圣皮耶尔德希尼亚克		75	24	243	24484
2977526	Saint-Pierre-de-Chevillé	saint-pierre-de-cheville	FR	72500	362	Europe/Paris	47.64567	0.43894		Saint-Pierre,Saint-Pierre-de-Cheville,Saint-Pierre-de-Chevillé		52	72	721	72311
2977527	Saint-Pierre-de-Chérennes	saint-pierre-de-cherennes	FR	38160	389	Europe/Paris	45.12328	5.34879		Saint-Pierre,Saint-Pierre-de-Cherennes,Saint-Pierre-de-Chérennes		84	38	381	38443
2977529	Saint-Pierre-de-Chartreuse	saint-pierre-de-chartreuse	FR	38380	865	Europe/Paris	45.34282	5.81518		Saint-Pierre,Saint-Pierre-de-Chartreuse,Sen-P'er-de-Shartrjoz,Sen-Perr-de-Shartrez,sheng pi ye er de sha er te lei si,Сен-Пьер-де-Шартрёз,Сен-Пєрр-де-Шартрез,سین-پیری-دے-چرتریسے,圣皮耶尔德沙尔特勒斯		84	38	381	38442
2977530	Saint-Pierre-de-Chandieu	saint-pierre-de-chandieu	FR	69780	4357	Europe/Paris	45.64625	5.01481		Chandieu-la-Montagne,Saint Pierre Chandieu,Saint-Pierre,Saint-Pierre-de-Chandieu,Sen-Perr-de-Shand'e,Сен-Пєрр-де-Шандьє,سین-پیری-دے-چانڈیو		84	69	691	69289
2977531	Saint-Pierre-de-Cernières	saint-pierre-de-cernieres	FR	27390	204	Europe/Paris	48.94596	0.51378		Saint-Pierre		28	27	272	27590
2977533	Saint-Pierre-de-Buzet	saint-pierre-de-buzet	FR	47160	226	Europe/Paris	44.25418	0.2737		Bois-des-Vignes,Saint-Pierre,Saint-Pierre-de-Buzet		75	47	474	47267
2977534	Saint-Pierre-de-Bressieux	saint-pierre-de-bressieux	FR	38870	689	Europe/Paris	45.31696	5.28683		Saint-Pierre,Saint-Pierre-de-Bressieux		84	38	383	38440
2977536	Saint-Pierre-de-Belleville	saint-pierre-de-belleville	FR	73220	133	Europe/Paris	45.46609	6.2738		Arbaretan,Cote-Marat,Côte-Marat,Saint-Pierre,Saint-Pierre-de-Belleville		84	73	733	73272
2977537	Saint-Pierre-de-Bat	saint-pierre-de-bat	FR	33760	315	Europe/Paris	44.67386	-0.23108		Saint-Pierre-de-Bat,Sen-P'err-de-Bat,Sen-Perr-de-Bat,Sent Peir de Vaths,Sent Pèir de Vaths,sheng pi ye er de ba,Сен-Пьерр-де-Бат,Сен-Пєрр-де-Бат,سین-پیری-دے-بات,圣皮耶尔德巴		75	33	333	33464
2977538	Saint-Pierre-de-Bailleul	saint-pierre-de-bailleul	FR	27920	989	Europe/Paris	49.1233	1.39209		L'Unite,L'Unité,Saint-Pierre,Saint-Pierre-de-Bailleul		28	27	271	27589
2977539	Saint-Pierre-d'Autils	saint-pierre-d-autils	FR	27950	0	Europe/Paris	49.11763	1.43621		Saint-Pierre,Saint-Pierre-d'Autils		28	27	271	27554
2977540	Saint-Pierre-d'Aurillac	saint-pierre-d-aurillac	FR	33490	1312	Europe/Paris	44.57177	-0.19186		Aurillac-sur-Garonne,Saint-Pierre,Saint-Pierre-d'Aurillac		75	33	333	33463
2977542	Saint-Pierre-d'Argençon	saint-pierre-d-argencon	FR	05140	0	Europe/Paris	44.51975	5.69792		Argenson,Rives-de-Choranne,Saint-Pierre,Saint-Pierre-d'Argencon,Saint-Pierre-d'Argençon		93	05	052	05154
2977543	Saint-Pierre-d'Amilly	saint-pierre-d-amilly	FR	17700	0	Europe/Paris	46.16845	-0.69037		Amilly,Niveau-pres-Surgeres,Niveau-près-Surgères,Saint-Pierre,Saint-Pierre-d'Amilly,Saint-Pierre-d’Amilly		75	17	172	17382
2977544	Saint-Pierre-d'Alvey	saint-pierre-d-alvey	FR	73170	0	Europe/Paris	45.63027	5.74096		Saint-Pierre,Saint-Pierre-d'Alvey,Val-d'Avey		84	73	732	73271
2977545	Saint-Pierre d'Allevard	saint-pierre-d-allevard	FR	38830	0	Europe/Paris	45.37205	6.04418		Saint-Pierre,Saint-Pierre d'Allevard,Saint-Pierre-d'Allevard,Saint-Pierre-dAllevard,Sen-P'er-d'Al'var,sheng pi ye er da lei wa er,Сен-Пьер-д’Альвар,圣皮耶尔达勒瓦尔		84	38	381	38439
2977546	Saint-Pierre-d'Albigny	saint-pierre-d-albigny	FR	73250	0	Europe/Paris	45.56773	6.15437		Albigny,Saint-Pierre,Saint-Pierre-d'Albigny		84	73	732	73270
2977547	Saint-Pierre-Colamine	saint-pierre-colamine	FR	63610	234	Europe/Paris	45.53333	3.01667		Colamine-la-Montagne,Saint-Pierre,Saint-Pierre-Colamine		84	63	633	63383
2977548	Saint-Pierre-Chérignat	saint-pierre-cherignat	FR	23430	192	Europe/Paris	45.97433	1.60798		Saint-Pierre,Saint-Pierre-Cherignat,Saint-Pierre-Chérignat		75	23	232	23230
2977549	Saint-Pierre-Canivet	saint-pierre-canivet	FR	14700	359	Europe/Paris	48.92946	-0.22062		Saint-Pierre,Saint-Pierre-Canivet		28	14	142	14646
2977550	Saint-Pierre-Brouck	saint-pierre-brouck	FR	59630	832	Europe/Paris	50.89586	2.18664		Brouck-Libre,Marais-Libre,Saint-Pierre-Brouck,Sen-P'err-Bruk,Sen-Perr-Bruk,Sint-Pieters-Broek,Sint-Pietersbroek,sheng pi ai er bu lu ke,syn-pyry-brwk,Сен-Пьерр-Брук,Сен-Пєрр-Брук,سین-پیری-بروک,圣皮埃尔布鲁克		32	59	594	59539
2977551	Saint-Pierre-Bois	saint-pierre-bois	FR	67220	652	Europe/Paris	48.32925	7.36286		Peeterschulz,Saint-Pierre-Bois,Sankt Petersholz,Sen-P'err-Bua,Sen-Perr-Bua,san byyr bwys,sheng pi ye er bu wa,sn-pyr-bwa,syn-pyry-bwyy,Сен-Пьерр-Буа,Сен-Пєрр-Буа,سان بيير بويس,سن-پیر-بوا,سین-پیری-بوئی,圣皮耶尔布瓦		44	67	675	67430
2977606	Saint-Phal	saint-phal	FR	10130	497	Europe/Paris	48.12133	3.99694		Bel-Air,Belle-Vue,Bon-Air,Saint-Phal		44	10	103	10359
2977552	Saint-Pierre-Bénouville	saint-pierre-benouville	FR	76890	333	Europe/Paris	49.74096	0.97166		Saint-Pierre,Saint-Pierre-Benouville,Saint-Pierre-Bénouville		28	76	761	76632
2977553	Saint-Pierre-Bellevue	saint-pierre-bellevue	FR	23460	240	Europe/Paris	45.91631	1.88844		Saint-Pierre,Saint-Pierre-Bellevue		75	23	232	23232
2977554	Saint-Pierre-Azif	saint-pierre-azif	FR	14950	149	Europe/Paris	49.29428	0.05017		Saint-Pierre,Saint-Pierre-Azif,Sen-P'er-Azif,Sen-P'err-Azif,Sen-Perr-Azif,sheng pi ye er a qi,syn-pyry-azf,Сен-Пьер-Азиф,Сен-Пьерр-Азиф,Сен-Пєрр-Азіф,سین-پیری-اظف,圣皮耶尔阿齐		28	14	143	14645
2977555	Saint-Pierre-Avez	saint-pierre-avez	FR	05300	25	Europe/Paris	44.25787	5.76045		Mont-Avez,Saint-Pierre,Saint-Pierre-Avez,Sant Peire Avez,Sant Peire de Barret,Sant Pèire de Barret,Sen-P'er-Ave,Sen-Perr-Ave,sheng pi ye er a wei,syn-pyry-awz,Сен-Пьер-Аве,Сен-Пєрр-Аве,سین-پیری-اوز,圣皮耶尔阿韦		93	05	052	05155
2977556	Saint-Pierre-Aigle	saint-pierre-aigle	FR	02600	355	Europe/Paris	49.32339	3.18409		Saint-Pierre-Aigle		32	02	024	02687
2977558	Saint-Pierre-à-Arnes	saint-pierre-a-arnes	FR	08310	71	Europe/Paris	49.29899	4.45369		Saint-Pierre,Saint-Pierre-a-Arnes,Saint-Pierre-à-Arnes		44	08	084	08393
2977566	Saint-Pierre	saint-pierre	FR	06260	0	Europe/Paris	50.68085	2.08064				32	62	625	62897
2977567	Saint-Pierre	saint-pierre	FR	06260	682	Europe/Paris	49.3009	2.65642		Saint-Pierre,Saint-Pierre-Pontpoint		32	60	604	60508
2977568	Saint-Pierre	saint-pierre	FR	06260	245	Europe/Paris	48.94695	4.2452		Fontaine-aux-Oies,La Constitution,Oberstossen,Saint-Pierre,Valbourg		44	51	511	51509
2977569	Saint-Pierre	saint-pierre	FR	06260	567	Europe/Paris	48.38469	7.4727		Saint-Pierre		44	67	675	67429
2977570	Saint-Pierre	saint-pierre	FR	06260	0	Europe/Paris	48.03485	-0.75991				52	53	532	53119
2977571	Saint-Pierre	saint-pierre	FR	06260	332	Europe/Paris	46.56728	5.91774		Roche-Pierre,Saint-Pierre		27	39	393	39494
2977572	Saint-Pierre	saint-pierre	FR	06260	0	Europe/Paris	46.46458	1.05666				75	86	862	86273
2977573	Saint-Pierre	saint-pierre	FR	06260	0	Europe/Paris	45.48927	5.57329		Saint Pierre de Paladru,Saint-Pierre		84	38	382	38292
2977574	Saint-Pierre	saint-pierre	FR	06260	162	Europe/Paris	45.38847	2.38824		Saint-Pierre		84	15	152	15206
2977575	Saint-Pierre	saint-pierre	FR	06260	0	Europe/Paris	45.02768	5.70639				84	38	381	38388
2977576	Saint-Pierre	saint-pierre	FR	06260	0	Europe/Paris	44.55	1.48333				76	46	461	46112
2977578	Saint-Pierre	saint-pierre	FR	06260	0	Europe/Paris	44.30109	4.75361				93	84	843	84019
2977579	Saint-Pierre	saint-pierre	FR	06260	0	Europe/Paris	44.20903	6.38674		Puget-Figette,Saint-Pierre		93	04	043	04024
2977580	Saint-Pierre	saint-pierre	FR	06260	0	Europe/Paris	43.96678	5.84048				93	04	044	04151
2977581	Saint-Pierre	saint-pierre	FR	06260	75	Europe/Paris	43.91246	6.92423		Saint-Pierre		93	04	042	04194
2977582	Saint-Pierre	saint-pierre	FR	06260	0	Europe/Paris	43.83505	2.86638		Saint-Pierre,Saint-Pierre-d'Issis		76	12	121	12044
2977583	Saint-Pierre	saint-pierre	FR	06260	234	Europe/Paris	43.63222	1.65083		Saint-Pierre		76	31	313	31511
2977584	Saint-Pierre	saint-pierre	FR	06260	0	Europe/Paris	43.37009	5.05324				93	13	134	13056
2977585	Saint-Pierre	saint-pierre	FR	06260	0	Europe/Paris	43.31712	5.59936				93	13	133	13005
2977587	Saint-Piat	saint-piat	FR	28130	1114	Europe/Paris	48.54668	1.58363		Martel-les-Vaux,Saint-Piat		24	28	281	28357
2977588	Saint-Piat	saint-piat	FR	28130	0	Europe/Paris	48.46728	-1.99827				53	22	221	22118
2977589	Saint-Philippe-du-Seignal	saint-philippe-du-seignal	FR	33220	0	Europe/Paris	44.82719	0.25487		Saint-Philippe,Saint-Philippe-de Seignac,Saint-Philippe-du-Seignal		75	33	335	33462
2977590	Saint-Philippe-d'Aiguille	saint-philippe-d-aiguille	FR	33350	0	Europe/Paris	44.91328	-0.03104		Saint-Philippe,Saint-Philippe-d'Aiguille		75	33	335	33461
2977593	Saint-Philibert	saint-philibert	FR	21220	1344	Europe/Paris	47.58685	-3.00032		Saint-Philibert,Sant-Filberzh		53	56	561	56233
2977594	Saint-Philibert	saint-philibert	FR	21220	423	Europe/Paris	47.20515	5.01108		Paty,Saint-Philibert,Velle-sous-Gevrey		27	21	211	21565
2977595	Saint-Philibert	saint-philibert	FR	21220	0	Europe/Paris	45.22198	4.86039				84	26	263	26002
2977596	Saint-Philbert-sur-Risle	saint-philbert-sur-risle	FR	27290	832	Europe/Paris	49.29611	0.64926		Saint-Philbert,Saint-Philbert-sur-Risle,Sen-Fil'ber-sjur-Ril',li si er he pan sheng fei er bei er,Сен-Фильбер-сюр-Риль,Сен-Фільбер-сюр-Риль,سین-فلبرٹ-سور-رسلے,里斯尔河畔圣菲尔贝尔		28	27	272	27587
2977597	Saint-Philbert-sur-Orne	saint-philbert-sur-orne	FR	61430	128	Europe/Paris	48.83978	-0.37811		Saint-Philbert,Saint-Philbert-sur-Orne		28	61	612	61444
2977598	Saint-Philbert-en-Mauges	saint-philbert-en-mauges	FR	49600	346	Europe/Paris	47.15107	-1.01595		Saint-Philbert,Saint-Philbert-en-Mauges		52	49	492	49023
2977600	Saint-Philbert-du-Peuple	saint-philbert-du-peuple	FR	49160	1186	Europe/Paris	47.39295	-0.04415		Saint-Philbert,Saint-Philbert-du-Peuple,Sen-Fil'ber-dju-Pepl',sheng fei er bei er di po pu er,Сен-Фільбер-дю-Пепль,سین-فلبرٹ-دو-پیوپل,圣菲尔贝尔迪珀普尔		52	49	493	49311
2977601	Saint-Philbert-des-Champs	saint-philbert-des-champs	FR	14130	640	Europe/Paris	49.20866	0.28287		Saint-Philbert,Saint-Philbert-des-Champs		28	14	143	14644
2977602	Saint-Philbert-de-Grand-Lieu	saint-philbert-de-grand-lieu	FR	44310	6757	Europe/Paris	47.03573	-1.64088		Saint Philbert de Grand-Lieu,Saint-Philbert,Saint-Philbert-de-Grand-Lieu,Sanctus Philibertus de Grandi Lacu,Sant-Filberzh-Deaz,Sen-Fil'ber-de-Gran-L'e,san=firuberu=do=guran=ryu,sheng fei er bei er de ge lang de-li e,Сен-Фільбер-де-Гран-Льє,سین-فلبرٹ-دے-گرینڈ-لیو,サン＝フィルベール＝ド＝グラン＝リュー,圣菲尔贝尔德格朗德-利厄		52	44	442	44188
2977603	Saint-Philbert-de-Bouaine	saint-philbert-de-bouaine	FR	85660	2413	Europe/Paris	46.98748	-1.51961		Saint-Philbert,Saint-Philbert-de-Bouaine		52	85	852	85262
2977607	Saint-Pey-de-Castets	saint-pey-de-castets	FR	33350	664	Europe/Paris	44.81414	-0.06405		Saint-Pey,Saint-Pey-de-Castets		75	33	335	33460
2977608	Saint-Pey-d'Armens	saint-pey-d-armens	FR	33330	0	Europe/Paris	44.8556	-0.11333		Saint-Pey,Saint-Pey-d'Armens,Saint-Pey-d'Armes		75	33	335	33485
2977609	Saint-Péver	saint-pever	FR	22720	343	Europe/Paris	48.48143	-3.10251		Pever-la-Lande,Péver-la-Lande,Saint-Pever,Saint-Péver,Sant-Pever,Sen-Peve,Sen-Pever,sheng pei wei,syn-pwr,Сен-Певе,Сен-Певер,سین-پور,圣佩韦		53	22	222	22322
2977610	Saint-Perreux	saint-perreux	FR	56350	1136	Europe/Paris	47.66875	-2.10783		Saint-Perreux,Sant-Pereg,Sen-Perre,sheng pei er lei,syn-pyryw,Сен-Перре,سین-پیریو,圣佩尔勒		53	56	563	56232
2977611	Saint-Pern	saint-pern	FR	35190	850	Europe/Paris	48.28811	-1.98715		Pern-les-Rochers,Saint-Pern,Sanctus Paternus,Sant-Pern,Sen-Pern,sheng pei er en,syn-prn,Сен-Перн,سین-پرن,圣佩尔恩		53	35	353	35307
2977612	Saint-Péreuse	saint-pereuse	FR	58110	287	Europe/Paris	47.06869	3.80404		Saint-Pereuse,Saint-Péreuse,Sainte-Pereuse,Sainte-Péreuse,Sen-Perez,sheng pei lei si,Сен-Перез,سین-پراسے,圣佩勒斯		27	58	581	58262
2977613	Saint-Père-sur-Loire	saint-pere-sur-loire	FR	45600	1062	Europe/Paris	47.76667	2.36667		Saint-Pere,Saint-Père,Sen-Per-sjur-Luar,lu wa er he pan sheng pei er,Сен-Пер-сюр-Луар,سین-پرے-سور-لوئر,卢瓦尔河畔圣佩尔		24	45	452	45297
2977614	Saint-Père-en-Retz	saint-pere-en-retz	FR	44320	3882	Europe/Paris	47.20703	-2.04497		Fraternite,Fraternité,Saint-Pere-en-Retz,Saint-Père-en-Retz,Sanctus Petrus,Sant-Per-Raez,Sant-Pêr-Raez,Sen-Per-an-Re,lei te de qu sheng pei er,Сен-Пер-ан-Ре,سین-پرے-ین-رٹز,雷特地区圣佩尔		52	44	443	44187
2977617	Saint-Père	saint-pere	FR	35430	0	Europe/Paris	47.46012	3.76548		Saint-Pere,Saint-Père		27	89	892	89364
2977618	Saint-Père	saint-pere	FR	35430	0	Europe/Paris	47.41162	2.9601		Saint-Pere,Saint-Père		27	58	584	58261
2977620	Saint-Perdoux	saint-perdoux	FR	24560	146	Europe/Paris	44.74059	0.53969		Saint-Perdoux		75	24	241	24483
2977621	Saint-Perdoux	saint-perdoux	FR	24560	218	Europe/Paris	44.67524	2.05067				76	46	462	46288
2977622	Saint-Perdon	saint-perdon	FR	40090	1087	Europe/Paris	43.8656	-0.59069				75	40	402	40280
2977623	Saint-Péray	saint-peray	FR	07130	6922	Europe/Paris	44.94866	4.8451		Peray-Vin-Blanc,Saint-Peray,Saint-Péray		84	07	073	07281
2977624	Saint-Péravy-la-Colombe	saint-peravy-la-colombe	FR	45310	615	Europe/Paris	47.99875	1.70136		Saint-Peravy,Saint-Peravy-la-Colombe,Saint-Péravy,Saint-Péravy-la-Colombe,Sen-Peravi-la-Kolomb,sheng pei la wei la ke long bu,Сен-Пераві-ла-Коломб,سین-پروے-لا-کولومبے,圣佩拉维拉科隆布		24	45	452	45296
2977627	Saint-Péran	saint-peran	FR	35380	300	Europe/Paris	48.05435	-2.05672		Saint-Peran,Saint-Péran,Sant-Peran,Sant-Pêran		53	35	353	35305
2977628	Saint-Pellerin	saint-pellerin	FR	28290	318	Europe/Paris	49.29274	-1.1913		Saint-Pellerin		28	50	504	50099
2977629	Saint-Pellerin	saint-pellerin	FR	28290	332	Europe/Paris	48.07006	1.14105		Isle-sur-Yerre,Saint-Pellerin		24	28	282	28012
2977631	Saint-Pée-sur-Nivelle	saint-pee-sur-nivelle	FR	64310	4682	Europe/Paris	43.35645	-1.55058		Beaugard,Saint-Pee,Saint-Pee-sur-Nivelle,Saint-Pée,Saint-Pée-sur-Nivelle,Sant Per dIbarra,Sen-Pe-sjur-Nivel',Senpere,Sent Per de Nivela,Sent Pèr de Nivela,ni wei er he pan sheng pei ai,Сен-Пе-сюр-Нивель,Сен-Пе-сюр-Нівель,سین-پی-سور-نوالے,尼韦尔河畔圣佩埃		75	64	641	64495
2977632	Saint-Pé-Saint-Simon	saint-pe-saint-simon	FR	47170	221	Europe/Paris	44.00261	0.10118		Saint-Pe-Saint-Simon,Saint-Pee-Saint-Simon,Saint-Pé-Saint-Simon,Saint-Pée-Saint-Simon		75	47	474	47266
2977634	Saint-Pé-de-Léren	saint-pe-de-leren	FR	64270	222	Europe/Paris	43.48845	-1.03871		Saint-Pe,Saint-Pe-de-Leren,Saint-Pee-de Leren,Saint-Pé,Saint-Pé-de-Léren,Saint-Pée-de Léren,Sen-Pe-de-Leran,Sent Per de Leren,Sent Pèr de Lèren,sheng pei de lai lang,Сен-Пе-де-Леран,سین-پی-دے-لڑین,圣佩德莱朗		75	64	642	64494
2977635	Saint-Pé-Delbosc	saint-pe-delbosc	FR	31350	136	Europe/Paris	43.26925	0.69581		Saint-Pe-Delbosc,Saint-Pé-Delbosc		76	31	312	31510
2977636	Saint-Pé-de-Bigorre	saint-pe-de-bigorre	FR	65270	1391	Europe/Paris	43.10357	-0.15988		Saint-Pe,Saint-Pe-de-Bigorre,Saint-Pé,Saint-Pé-de-Bigorre		76	65	651	65395
2977637	Saint-Pé-d'Ardet	saint-pe-d-ardet	FR	31510	0	Europe/Paris	42.98446	0.67032		Saint-Pe,Saint-Pe-d'Ardet,Saint-Pe-dArdet,Saint-Pé,Saint-Pé-d'Ardet,Saint-Pé-dArdet,Saint-Pé-d’Ardet,sheng pei da er dai,圣佩达尔代		76	31	312	31509
2977638	Saint-Paul-Trois-Châteaux	saint-paul-trois-chateaux	FR	26130	8028	Europe/Paris	44.34594	4.76356		Paul-les-Fontaines,Saint-Paul,Saint-Paul-Trois-Chateaux,Saint-Paul-Trois-Châteaux,Sanctus Paulus Tricastinorum,Sant Pau de Tricastin,Sant Paul de Tricastin,Sen-Pol'-Trua-Shato,sheng bo te lu wa sha tuo,syn-pal-trws-shatyw,Сен-Поль-Труа-Шато,سین-پال-تروص-شاتیو,圣波特鲁瓦沙托		84	26	262	26324
2977641	Saint-Paul-sur-Isère	saint-paul-sur-isere	FR	73730	617	Europe/Paris	45.59802	6.43865		Des-Bovines,Saint Paul,Saint-Paul-sur-Isere,Saint-Paul-sur-Isère		84	73	731	73268
2977642	Saint-Paul-Mont-Penit	saint-paul-mont-penit	FR	85670	518	Europe/Paris	46.79692	-1.66186		Saint-Paul,Saint-Paul-Mont-Penit,Sen-Pol'-Mon-Peni,sheng bo meng pei ni,Сен-Поль-Мон-Пені,سین-پال-مونٹ-پینٹ,圣波蒙佩尼		52	85	852	85260
2977643	Saint-Paul-Lizonne	saint-paul-lizonne	FR	24320	347	Europe/Paris	45.31983	0.28128		Saint-Paul,Saint-Paul-Lizonne		75	24	243	24482
2977682	Saint-Paul-de-Fourques	saint-paul-de-fourques	FR	27800	184	Europe/Paris	49.22107	0.796		Saint-Paul,Saint-Paul-de-Fourques		28	27	272	27584
2977728	Saint-Pardoux-Morterolles	saint-pardoux-morterolles	FR	23400	0	Europe/Paris	45.8974	1.82123		Saint-Pardoux,Saint-Pardoux-Lavaud,Saint-Pardoux-Morterolles		75	23	232	23227
2977644	Saint-Paul-lès-Durance	saint-paul-les-durance	FR	13066 CEDEX	821	Europe/Paris	43.68504	5.70775		Saint-Paul,Saint-Paul-les-Durance,Saint-Paul-lez-Durance,Saint-Paul-lès-Durance,Sant Pau de Durenca,Sant Pau de Durença,Sant Pau de Durènça,Sen-Pol'-le-Djurans,sheng bo lai di lang ke,syn-pal-lys-dywrans,Сен-Поль-ле-Дюранс,سین-پال-لیس-دیورانس,圣波莱迪朗克		93	13	131	13099
2977645	Saint-Paul-lès-Romans	saint-paul-les-romans	FR	26750	1613	Europe/Paris	45.06725	5.13213		Paul-la-Joyeuse,Saint-Paul,Saint-Paul-les-Romans,Saint-Paul-lès-Romans		84	26	263	26323
2977646	Saint-Paul-lès-Monestier	saint-paul-les-monestier	FR	38650	236	Europe/Paris	44.92928	5.62897		Saint-Paul,Saint-Paul-les-Monestier,Saint-Paul-lès-Monestier		84	38	381	38438
2977647	Saint-Paul-les-Fonts	saint-paul-les-fonts	FR	30330	669	Europe/Paris	44.08234	4.61426		Saint-Paul,Saint-Paul-les-Fonts		76	30	302	30355
2977648	Saint-Paul-lès-Dax	saint-paul-les-dax	FR	40990	11839	Europe/Paris	43.72566	-1.05283		Bonnet-Rouge,Saint-Paul,Saint-Paul-les-Dax,Saint-Paul-lès-Dax,Sen-Pol'-le-Daks,Sent Pau dAcs,Sent Pau de Dacs,sheng bo lai da,Сен-Поль-ле-Дакс,سین-پال-لیس-ڈش,圣波莱达		75	40	401	40279
2977649	Saint-Paul-le-Jeune	saint-paul-le-jeune	FR	07460	0	Europe/Paris	44.53395	0.66562				75	47	473	47033
2977650	Saint-Paul-le-Jeune	saint-paul-le-jeune	FR	07460	801	Europe/Paris	44.3402	4.15357		Saint-Paul,Saint-Paul-le-Jeune		84	07	071	07280
2977651	Saint-Paul-le-Gaultier	saint-paul-le-gaultier	FR	72130	275	Europe/Paris	48.32113	-0.10806		Saint-Paul,Saint-Paul-le-Gaultier,Saint-Paul-sur-Sarthe		52	72	722	72309
2977652	Saint-Paul-le-Froid	saint-paul-le-froid	FR	48600	197	Europe/Paris	44.7913	3.57177		Saint-Paul,Saint-Paul-le-Froid		76	48	482	48174
2977653	Saint-Paul-la-Roche	saint-paul-la-roche	FR	24800	587	Europe/Paris	45.47785	0.99834		Saint-Paul,Saint-Paul-la-Roche,Sen-Pol'-la-Rosh,Sent Pau de la Rocha,Sent Pau de la Ròcha,Sent Pau la Rocha,Sent Pau la Ròcha,sheng bo la luo ke,Сен-Поль-ла-Рош,سین-پال-لا-روکھے,圣波拉罗克		75	24	242	24481
2977654	Saint-Paul-la-Coste	saint-paul-la-coste	FR	30480	241	Europe/Paris	44.14932	3.96902		La Coste-la-Montagne,Saint-Paul,Saint-Paul-la-Coste		76	30	301	30291
2977655	Saint-Paulien	saint-paulien	FR	43350	2162	Europe/Paris	45.13629	3.8129		Saint-Paulien,Velaune		84	43	432	43216
2977656	Saint-Paul-et-Valmalle	saint-paul-et-valmalle	FR	34570	846	Europe/Paris	43.62722	3.67556		Paul-le-Montagnard,Saint-Paul,Saint-Paul-et-Valmalle		76	34	342	34282
2977657	Saint-Paulet-de-Caisson	saint-paulet-de-caisson	FR	30130	1745	Europe/Paris	44.26276	4.59748		Caisson,Saint Paulet,Saint-Paulet-de-Caisson,Saint-Paulet-des-Caissons,Sen-Pole-de-Kesson,Sent Paulet de Caisson,sheng bo lai de kai song,Сен-Поле-де-Кессон,سین-پلیٹ-دے-کایسون,圣波莱德凯松		76	30	302	30290
2977658	Saint-Paulet	saint-paulet	FR	11320	187	Europe/Paris	43.40616	1.87754		La Reunion,La Réunion,Saint-Paulet		76	11	111	11362
2977659	Saint-Paul-en-Pareds	saint-paul-en-pareds	FR	85500	1005	Europe/Paris	46.82381	-0.98644		La Regeneree,La Regénérée,Saint-Paul,Saint-Paul-en-Pareds,Sen-Pol'-an-Pare,pa lei de de qu sheng bo,syn-pal-yn-prds,Сен-Поль-ан-Паре,سین-پال-ین-پردس,帕雷德地区圣波		52	85	852	85259
2977660	Saint-Paul-en-Jarez	saint-paul-en-jarez	FR	42740	3978	Europe/Paris	45.48512	4.57113		Saint-Paul,Saint-Paul-en-Jarez,Sen-Pol'-an-Zhare,Valdorley,syn-pal-yn-jrz,ya lei de qu sheng bo,Сен-Поль-ан-Жаре,سین-پال-ین-جرز,雅雷地区圣波		84	42	423	42271
2977661	Saint-Paul-en-Gâtine	saint-paul-en-gatine	FR	79240	510	Europe/Paris	46.63286	-0.61612		Saint-Paul,Saint-Paul-en-Gatine,Saint-Paul-en-Gâtine		75	79	791	79286
2977662	Saint-Paul-en-Forêt	saint-paul-en-foret	FR	83440	1232	Europe/Paris	43.56709	6.69206		Saint-Paul,Saint-Paul-en-Foret,Saint-Paul-en-Forêt		93	83	831	83117
2977663	Saint-Paul	saint-paul	FR	19150	1353	Europe/Paris	45.3984	4.22617		Saint Paul,Saint-Paul,Saint-Paul-en-Cornillon		84	42	423	42270
2977664	Saint-Paul-en-Chablais	saint-paul-en-chablais	FR	74500	1876	Europe/Paris	46.37958	6.62483		Saint Paul,Saint Paul 74500,Saint-Paul,Saint-Paul 74500,Saint-Paul-en-Chablais,Sen-Pol'-an-Shable,syn-pal-yn-chblys,Сен-Поль-ан-Шабле,سین-پال-ین-چبلیس		84	74	744	74249
2977665	Saint-Paul-en-Born	saint-paul-en-born	FR	40200	0	Europe/Paris	44.22408	-1.15279		Saint-Paul,Saint-Paul-en-Born		75	40	402	40278
2977666	Saint-Paul-d'Uzore	saint-paul-d-uzore	FR	42600	0	Europe/Paris	45.67664	4.08106		Saint Paul,Saint-Paul-d'Uzore		84	42	421	42269
2977667	Saint-Paul-du-Vernay	saint-paul-du-vernay	FR	14490	668	Europe/Paris	49.18849	-0.76158		Saint-Paul,Saint-Paul-du-Vernay		28	14	141	14643
2977668	Saint-Paul-du-Bois	saint-paul-du-bois	FR	49310	600	Europe/Paris	47.08055	-0.54495		Saint-Paul,Saint-Paul-du-Bois,Sen-Pol'-dju-Bua,sheng bo di bu wa,syn-pal-dw-bwyy,Сен-Поль-дю-Буа,سین-پال-دو-بوئی,圣波迪布瓦		52	49	492	49310
2977669	Saint-Paul-d'Oueil	saint-paul-d-oueil	FR	31110	0	Europe/Paris	42.82647	0.55055		Maylin-d'Oueil,Saint-Paul,Saint-Paul-d'Oueil		76	31	312	31508
2977670	Saint-Paul-d'Izeaux	saint-paul-d-izeaux	FR	38140	0	Europe/Paris	45.31739	5.42953		Bellevue,Saint-Paul-d'Izeaux		84	38	383	38437
2977671	Saint-Paul-de-Vézelin	saint-paul-de-vezelin	FR	42590	310	Europe/Paris	45.88383	4.08542		Saint Paul,Saint-Paul-de-Vezelin,Saint-Paul-de-Vézelin		84	42	422	42268
2977672	Saint-Paul-de-Vern	saint-paul-de-vern	FR	46400	163	Europe/Paris	44.83962	1.9379		Saint-Paul,Saint-Paul-de-Vern		76	46	462	46286
2977673	Saint-Paul-de-Varces	saint-paul-de-varces	FR	38760	1978	Europe/Paris	45.07175	5.64247		Ancoin,Paul-d'Ancoin,Saint-Paul		84	38	381	38436
2977674	Saint-Paul-de-Varax	saint-paul-de-varax	FR	01240	1297	Europe/Paris	46.09692	5.12959		Saint-Paul,Saint-Paul-de-Varax,Varax		84	01	012	01383
2977675	Saint-Paul-de-Tartas	saint-paul-de-tartas	FR	43420	258	Europe/Paris	44.8036	3.90666		Mont-de-Tartas,Saint-Paul,Saint-Paul-de-Tartas,Tartas		84	43	432	43215
2977676	Saint-Paul-d'Espis	saint-paul-d-espis	FR	82400	0	Europe/Paris	44.14373	0.96881		Saint-Paul,Saint-Paul-d'Espis		76	82	821	82170
2977677	Saint-Paul-des-Landes	saint-paul-des-landes	FR	15250	1124	Europe/Paris	44.94356	2.31439		Saint-Paul,Saint-Paul-des-Landes		84	15	151	15204
2977679	Saint-Paul-de-Serre	saint-paul-de-serre	FR	24380	247	Europe/Paris	45.08793	0.63355		Saint-Paul,Saint-Paul-de-Serre,Sen-Pol'-de-Serr,Sent Pau de Serra,sheng bo de sai er,Сен-Поль-де-Серр,سین-پال-دے-سارے,圣波德塞尔		75	24	243	24480
2977680	Saint-Paul-de-Salers	saint-paul-de-salers	FR	15140	148	Europe/Paris	45.1396	2.51649		Saint-Paul,Saint-Paul-de-Salers		84	15	152	15205
2977681	Saint-Paul-de-Jarrat	saint-paul-de-jarrat	FR	09000	1302	Europe/Paris	42.91353	1.66026		Saint Paul,Saint-Paul-de-Jarrat		76	09	091	09272
2977683	Saint-Paul-de-Fenouillet	saint-paul-de-fenouillet	FR	66220	2049	Europe/Paris	42.81052	2.50438		Saint-Paul,Saint-Paul-de-Fenouillet,Sant Pau de Fenolhet,Sant Pau de Fenollet,Sen-Pol'-de-Fenue,san=poru=do=fenuie,sheng bo de fang wu yi lai,Сен-Поль-де-Фенуе,Сен-Поль-де-Фенує,سین-پال-دے-فنویلت,サン＝ポール＝ド＝フェヌイエ,圣波德方乌伊莱		76	66	663	66187
2977685	Saint-Paul-de-Baïse	saint-paul-de-baise	FR	32190	105	Europe/Paris	43.77519	0.37221		Saint-Paul,Saint-Paul-de-Baise,Saint-Paul-de-Baïse		76	32	321	32402
2977686	Saint-Paul-Cap-de-Joux	saint-paul-cap-de-joux	FR	81220	1015	Europe/Paris	43.64695	1.97543		Agout-Rousseau,Saint-Paul,Saint-Paul-Cap-de-Joux		76	81	812	81266
2977687	Saint-Paul-aux-Bois	saint-paul-aux-bois	FR	02300	390	Europe/Paris	49.53257	3.2052		Saint-Paul,Saint-Paul-aux-Bois,Vignette-aux-Bois		32	02	022	02686
2977690	Saint-Paul	saint-paul	FR	19150	0	Europe/Paris	49.46933	0.8402				28	76	763	76709
2977691	Saint-Paul	saint-paul	FR	19150	1509	Europe/Paris	49.42962	2.00755		Saint-Paul		32	60	601	60591
2977692	Saint-Paul	saint-paul	FR	19150	575	Europe/Paris	48.74227	-0.63273		Saint-Paul		28	61	612	61443
2977693	Saint-Paul	saint-paul	FR	19150	0	Europe/Paris	48.55568	-3.37144				53	22	222	22135
2977694	Saint-Paul	saint-paul	FR	19150	123	Europe/Paris	48.33333	5.88333				44	88	882	88431
2977695	Saint-Paul	saint-paul	FR	19150	0	Europe/Paris	46.40284	2.03653				75	23	232	23252
2977696	Saint-Paul	saint-paul	FR	19150	1166	Europe/Paris	45.7505	1.43198		Saint-Paul,Saint-Paul-d'Eyjeaux		75	87	872	87174
2977697	Saint-Paul	saint-paul	FR	19150	0	Europe/Paris	45.66203	0.38051				75	16	161	16093
2977698	Saint-Paul	saint-paul	FR	19150	0	Europe/Paris	45.21906	1.89533		Saint-Paul		75	19	192	19235
2977699	Saint-Paul	saint-paul	FR	19150	890	Europe/Paris	45.14801	-0.60518		Saint-Paul		75	33	331	33458
2977700	Saint-Paul-sur-Ubaye	saint-paul-sur-ubaye	FR	04530	202	Europe/Paris	44.51518	6.7512		Monts,Paul-du-Var,Saint-Paul,Saint-Paul-sur-Ubaye,Saint-Paul-sur-l'Ubaye,Sant Pau dUbaia,Sen-Pol'-sjur-Jubaj,Sen-Pol'-sjur-Jube,yu bai ai he pan sheng bo,Сен-Поль-сюр-Юбай,Сен-Поль-сюр-Юбе,سین-پال-سور-ابے,于拜埃河畔圣波		93	04	041	04193
2977701	Saint-Paul-de-Vence	saint-paul-de-vence	FR	06570	2984	Europe/Paris	43.7	7.11667		Oppidum Sancti Pauli,Saint-Paul de Vence,Saint-Paul i Alpes-Maritimes,Saint-Paul-de-Vence,Sant Pau,Sen Pol d'o Vans,Sen-Pol'-de-Vans,St Paul de Vence,san bwl dy fyns,san=poru=do=vu~ansu,sheng bao luo,Сен Пол дьо Ванс,Сен-Поль-де-Ванс,סן-פול-דה-ואנס,سان بول دي فينس,سین-پال-دے-ونکے,サン＝ポール＝ド＝ヴァンス,圣保罗		93	06	061	06128
2977702	Saint-Paul-sur-Save	saint-paul-sur-save	FR	31530	56	Europe/Paris	43.69878	1.22592		Sen-Pol'-sjur-Sav,Sent Pau de Sava,sa fu he pan sheng bo,syn-pal-swr-syw,Сен-Поль-сюр-Сав,سین-پال-سور-سیو,萨夫河畔圣波		76	31	313	31507
2977703	Saint-Paul	saint-paul	FR	19150	251	Europe/Paris	43.08313	0.50575		Du-Passage,Mont-Liberte,Mont-Liberté,Saint-Paul		76	65	652	65394
2977705	Saint-Patrice-du-Désert	saint-patrice-du-desert	FR	61600	209	Europe/Paris	48.54196	-0.30206		Le Desert,Le Désert,Saint-Patrice		28	61	611	61442
2977706	Saint-Patrice-de-Claids	saint-patrice-de-claids	FR	50190	166	Europe/Paris	49.23083	-1.42584		Saint-Patrice,Saint-Patrice-de-Claids		28	50	503	50533
2977707	Saint-Patrice	saint-patrice	FR	37130	0	Europe/Paris	48.71667	-3.46667				53	22	223	22224
2977708	Saint-Patrice	saint-patrice	FR	37130	666	Europe/Paris	47.28442	0.29414		Saint-Patrice,Sen-Patris,sheng pa te li ke,Сен-Патрис,سینٹ-پترکے,圣帕特里克		24	37	371	37232
2977709	Saint-Pathus	saint-pathus	FR	77178	5296	Europe/Paris	49.07136	2.79886		Saint-Pathus,Sen-Patjus,Сен-Патюс,سینٹ-پتہس		11	77	771	77430
2977710	Saint-Paterne-Racan	saint-paterne-racan	FR	37370	1588	Europe/Paris	47.60213	0.48478		Les Bains,Saint-Paterne,Saint-Paterne-Racan		24	37	371	37231
2977711	Saint-Paterne	saint-paterne	FR	72610	0	Europe/Paris	48.57434	-3.11492		Saint-Patern,Saint-Paterne		53	22	222	22272
2977712	Saint-Paterne	saint-paterne	FR	72610	1651	Europe/Paris	48.41654	0.11108		Saint-Paterne		52	72	722	72308
2977714	Saint-Pastous	saint-pastous	FR	65400	91	Europe/Paris	43.01419	-0.05898		Saint-Pastous		76	65	651	65393
2977715	Saint-Pastour	saint-pastour	FR	47290	375	Europe/Paris	44.48858	0.60058		Saint-Pastour		75	47	473	47265
2977716	Saint-Parthem	saint-parthem	FR	12300	456	Europe/Paris	44.62701	2.31503		Saint-Parthem		76	12	123	12240
2977717	Saint-Parres-lès-Vaudes	saint-parres-les-vaudes	FR	10260	983	Europe/Paris	48.17087	4.2166		Saint-Parres,Saint-Parres-les-Vaudes,Saint-Parres-lès-Vaudes		44	10	103	10358
2977718	Saint-Parres-aux-Tertres	saint-parres-aux-tertres	FR	10410	2663	Europe/Paris	48.2978	4.11752		Saint-Parres,Saint-Parres-aux-Tertres		44	10	103	10357
2977719	Saint-Parize-le-Châtel	saint-parize-le-chatel	FR	58490	1307	Europe/Paris	46.85447	3.18267		Brennery,Saint-Parize,Saint-Parize-le-Chatel,Saint-Parize-le-Châtel,Sen-Pariz-le-Shatel',sheng pa li ci lai sha tai,Сен-Париз-ле-Шатель,سینٹ-پرزے-لے-چٹیل,圣帕里兹莱沙泰		27	58	583	58260
2977720	Saint-Parize-en-Viry	saint-parize-en-viry	FR	58300	154	Europe/Paris	46.75236	3.35528		Montvert,Saint Parize,Saint-Parize-en-Viry		27	58	583	58259
2977721	Saint-Pargoire	saint-pargoire	FR	34230	1530	Europe/Paris	43.52847	3.51972		Pargoire-l'Herault,Pargoire-l'Hérault,Saint-Pargoire,Sant Pargoli,Sant Pargori,Sant Pargòli,Sant Pargòri,Sen-Parguar,sheng pa er gua er,Сен-Паргуар,سینٹ-پرگرے,圣帕尔瓜尔		76	34	342	34281
2977722	Saint-Pardoux-l'Ortigier	saint-pardoux-l-ortigier	FR	19270	0	Europe/Paris	45.29821	1.57879		Saint Pardoux,Saint-Pardoux-l'Ortigier		75	19	191	19234
2977723	Saint-Pardoux-le-Vieux	saint-pardoux-le-vieux	FR	19200	242	Europe/Paris	45.60558	2.27621		Saint-Pardoux-le-Vieux		75	19	193	19233
2977724	Saint-Pardoux-les-Cards	saint-pardoux-les-cards	FR	23150	298	Europe/Paris	46.08221	2.11987		Saint-Pardoux,Saint-Pardoux-les-Cards		75	23	231	23229
2977726	Saint-Pardoux-le-Neuf	saint-pardoux-le-neuf	FR	19200	165	Europe/Paris	45.92974	2.23275		Saint-Pardoux,Saint-Pardoux-le-Neuf		75	23	231	23228
2977727	Saint-Pardoux-le-Neuf	saint-pardoux-le-neuf	FR	19200	92	Europe/Paris	45.61383	2.32852		Saint-Pardoux-le-Neuf		75	19	193	19232
2977812	Saint-Ouen-des-Champs	saint-ouen-des-champs	FR	27680	306	Europe/Paris	49.38442	0.54471		Saint-Ouen,Saint-Ouen-des-Champs		28	27	272	27263
2977729	Saint-Pardoux-la-Rivière	saint-pardoux-la-riviere	FR	24470	1144	Europe/Paris	45.4944	0.74588		Saint-Pardoux,Saint-Pardoux-la-Riviere,Saint-Pardoux-la-Rivière,Sen-Pardu-la-Riv'er,Sen-Pardu-la-River,Sent Pardol de la Ribiera,Sent Pardol la Ribiera,sheng pa er du la li wei ai,Сен-Парду-ла-Ривьер,Сен-Парду-ла-Ривєр,سینٹ-پاردو-لا-ریویرے,圣帕尔杜拉里维埃		75	24	242	24479
2977730	Saint-Pardoux-la-Croisille	saint-pardoux-la-croisille	FR	19320	158	Europe/Paris	45.24579	1.98229		Bellone,Saint-Pardoux,Saint-Pardoux-la-Croisille		75	19	192	19231
2977731	Saint-Pardoux-Isaac	saint-pardoux-isaac	FR	47800	1270	Europe/Paris	44.61174	0.37283		Saint-Pardoux,Saint-Pardoux-Isaac		75	47	472	47264
2977732	Saint-Pardoux-et-Vielvic	saint-pardoux-et-vielvic	FR	24170	179	Europe/Paris	44.76194	0.95568		Saint-Pardoux-et-Vielvic		75	24	244	24478
2977733	Saint-Pardoux-du-Breuil	saint-pardoux-du-breuil	FR	47200	618	Europe/Paris	44.47659	0.19285		Saint-Pardoux,Saint-Pardoux-de-Breuil,Saint-Pardoux-du-Breuil		75	47	472	47263
2977735	Saint-Pardoux-de-Drône	saint-pardoux-de-drone	FR	24600	0	Europe/Paris	45.22534	0.42117		Commune-sur-Rocher,Saint Pardoux,Saint-Pardoux-de-Drone,Saint-Pardoux-de-Dronne,Saint-Pardoux-de-Drône,Sen-Pardu-de-Dron,Sent Pardol de Drona,sheng pa er du de de long,Сен-Парду-де-Дрон,سینٹ-پاردو-دے-ڈرون,圣帕尔杜德德龙		75	24	243	24477
2977736	Saint-Pardoux-d'Arnet	saint-pardoux-d-arnet	FR	23260	0	Europe/Paris	45.877	2.33052		Arnet-Libre,Saint-Pardoux,Saint-Pardoux-d'Arnet		75	23	231	23226
2977737	Saint-Pardoux-Corbier	saint-pardoux-corbier	FR	19210	335	Europe/Paris	45.43162	1.45117		Pardoux-et-Corbier,Saint-Pardoux-Corbier		75	19	191	19230
2977738	Saint-Pardoux	saint-pardoux	FR	63440	0	Europe/Paris	46.60942	2.88248				84	03	031	03282
2977739	Saint-Pardoux	saint-pardoux	FR	63440	1337	Europe/Paris	46.5714	-0.306		La Viette,Saint-Pardoux		75	79	793	79285
2977740	Saint-Pardoux	saint-pardoux	FR	63440	388	Europe/Paris	46.05663	3.01711		Saint-Pardoux		84	63	634	63382
2977741	Saint-Pardoux	saint-pardoux	FR	63440	490	Europe/Paris	46.05806	1.28053		Saint-Pardoux		75	87	871	87128
2977742	Saint-Pardoux	saint-pardoux	FR	63440	0	Europe/Paris	45.13812	1.89857				75	19	192	19192
2977743	Saint-Pardoult	saint-pardoult	FR	17400	206	Europe/Paris	45.99918	-0.45008		La Bienfaisance,Saint-Pardoult,Sen-Pardu,Sen-Pardul',sheng pa er du er,Сен-Парду,Сен-Пардуль,سینٹ-پردولٹ,圣帕尔杜尔		75	17	175	17381
2977744	Saint-Pardon-de-Conques	saint-pardon-de-conques	FR	33210	0	Europe/Paris	44.55274	-0.1803		Saint-Pardon,Saint-Pardon-de-Conques,Sen-Pardon-de-Konk,Sent Pardon de Concas,Sent Perdon de Concas,sheng pa er dong de kong qu ai,Сен-Пардон-де-Конк,سینٹ-پردوں -دے-کونقوس,圣帕尔东德孔屈埃		75	33	333	33457
2977746	Saint-Papoul	saint-papoul	FR	11400	830	Europe/Paris	43.33105	2.03683		Saint-Papoul		76	11	111	11361
2977747	Saint-Pantaly-d'Excideuil	saint-pantaly-d-excideuil	FR	24160	0	Europe/Paris	45.31709	1.01414		Pantaly-Abarede,Pantaly-Abarède,Saint-Pantaly,Saint-Pantaly-d'Excideuil		75	24	242	24476
2977748	Saint-Pantaly-d'Ans	saint-pantaly-d-ans	FR	24640	0	Europe/Paris	45.24205	0.99494		Pantaleon-le-Bon-Vin,Pantaléon-le-Bon-Vin,Saint-Pantaly,Saint-Pantaly-d'Ans,Saint-Pantaly-dAns,sheng pang ta li dang,圣庞塔利当		75	24	242	24147
2977749	Saint-Pantaléon-les-Vignes	saint-pantaleon-les-vignes	FR	26770	331	Europe/Paris	44.39854	5.04329		Saint Pantaleon,Saint Pantaléon,Saint-Pantaleon-les-Vignes,Saint-Pantaléon-les-Vignes		84	26	262	26322
2977750	Saint-Pantaléon-de-Larche	saint-pantaleon-de-larche	FR	19600	3863	Europe/Paris	45.14122	1.44652		La Fraternite,La Fraternité,Saint-Pantaleon,Saint-Pantaleon-de-Larche,Saint-Pantaléon,Saint-Pantaléon-de-Larche		75	19	191	19229
2977751	Saint-Pantaléon-de-Lapleau	saint-pantaleon-de-lapleau	FR	19160	70	Europe/Paris	45.32295	2.20477		Saint-Pantaleon,Saint-Pantaleon-de-Lapleau,Saint-Pantaléon,Saint-Pantaléon-de-Lapleau		75	19	193	19228
2977752	Saint-Pantaléon	saint-pantaleon	FR	46800	0	Europe/Paris	46.96825	4.30926		Communes-Reunies,Communes-Réunies,Pantaly,Saint-Pantaleon,Saint-Pantaléon		27	71	711	71014
2977753	Saint-Pantaléon	saint-pantaleon	FR	46800	236	Europe/Paris	44.3681	1.26687		Saint-Pantaleon,Saint-Pantaléon		76	46	461	46263
2977754	Saint-Pantaléon	saint-pantaleon	FR	46800	189	Europe/Paris	43.88098	5.21585		Saint-Pantaleon,Saint-Pantaléon		93	84	841	84114
2977755	Saint-Pandelon	saint-pandelon	FR	40180	801	Europe/Paris	43.67048	-1.03924		Sen-Pandelon,Sent Pandelon,sheng pang dai long,Сен-Панделон,سینٹ-پندلوں,圣庞代隆		75	40	401	40277
2977756	Saint-Pancré	saint-pancre	FR	54730	293	Europe/Paris	49.5293	5.64823		Saint-Pancre,Saint-Pancré		44	54	541	54485
2977757	Saint-Pancrasse	saint-pancrasse	FR	38660	442	Europe/Paris	45.28333	5.86667		Saint-Pancrasse		84	38	381	38140
2977758	Saint-Pancrace	saint-pancrace	FR	24530	124	Europe/Paris	45.4279	0.66438		Saint-Pancrace		75	24	242	24474
2977759	Saint-Pancrace	saint-pancrace	FR	24530	241	Europe/Paris	45.26943	6.32824		Colonnes,Saint-Pancrace		84	73	733	73267
2977760	Saint-Pal-de-Chalencon	saint-pal-de-chalencon	FR	43500	0	Europe/Paris	45.35653	3.95687		Montalet,Saint-Pal,Saint-Pal-de-Chalencon,Saint-Pal-en-Chalencon,Saint-Pal-en-Chalençon		84	43	433	43212
2977761	Saint-Pal-de-Senouire	saint-pal-de-senouire	FR	43160	127	Europe/Paris	45.25927	3.65076		Saint Pal,Saint-Pal-de-Senouire		84	43	431	43214
2977762	Saint-Pal-de-Mons	saint-pal-de-mons	FR	43620	1823	Europe/Paris	45.24634	4.27416		Pal-Senouire,Pal-Sénouire,Saint-Pal,Saint-Pal-de-Mans,Saint-Pal-de-Mons,Sant Paul de Monc,Sant Paul de Mònç,Sen-Pal'-de-Mon,sheng pa de meng,Сен-Паль-де-Мон,سینٹ-پل-دے-مونس,圣帕德蒙		84	43	433	43213
2977808	Saint-Ouen-de-Thouberville	saint-ouen-de-thouberville	FR	27310	1802	Europe/Paris	49.35726	0.88848		Saint-Ouen,Saint-Ouen-de-Thouberville		28	27	272	27580
2977764	Saint-Palais-sur-Mer	saint-palais-sur-mer	FR	17420	3656	Europe/Paris	45.64255	-1.0881	6	Chaumiere-sur-Mer,Chaumière-sur-Mer,Saint-Palais,Sen-Pale-sjur-Mer,bin hai sheng pa lai,Сен-Пале-сюр-Мер,سینٹ-پلیس-سر-مر,滨海圣帕莱		75	17	172	17380
2977765	Saint-Palais-du-Né	saint-palais-du-ne	FR	16300	297	Europe/Paris	45.54204	-0.26657		Saint-Palais,Saint-Palais-du-Ne,Saint-Palais-du-Né,Sen-Pale-dju-Ne,sheng pa lai di nei,Сен-Пале-дю-Не,سینٹ-پلیس-دو-نے,圣帕莱迪内		75	16	162	16342
2977766	Saint-Palais-de-Phiolin	saint-palais-de-phiolin	FR	17800	232	Europe/Paris	45.51715	-0.59935		Phiolin-Chaumiere,Phiolin-Chaumière,Saint-Palais,Saint-Palais-de-Phiolin		75	17	171	17379
2977900	Saint-Nicolas	saint-nicolas	FR	62223	0	Europe/Paris	50.91584	2.16563		Saint-Nicolas,Saint-Nikles		32	59	594	59094
2977767	Saint-Palais-de-Négrignac	saint-palais-de-negrignac	FR	17210	352	Europe/Paris	45.26777	-0.21908		Negrignac,Négrignac,Saint-Palais,Saint-Palais-de-Negrignac,Saint-Palais-de-Négrignac		75	17	171	17378
2977769	Saint-Palais	saint-palais	FR	03370	619	Europe/Paris	47.23267	2.41952		Saint-Palais		24	18	181	18229
2977770	Saint-Palais	saint-palais	FR	03370	191	Europe/Paris	46.43938	2.30007		Saint-Palais		84	03	031	03249
2977771	Saint-Palais	saint-palais	FR	03370	462	Europe/Paris	45.31398	-0.58969		Saint-Palais		75	33	331	33456
2977772	Saint-Palais	saint-palais	FR	03370	2038	Europe/Paris	43.32828	-1.03397		Donapaleu,Mont-Bidouze,Saint-Palais		75	64	641	64493
2977774	Saint-Pair-sur-Mer	saint-pair-sur-mer	FR	50380	3741	Europe/Paris	48.81455	-1.56761		Pair-Libre,Saint-Pair,Saint-Pair-sur-Mer,Sen-Per-sjur-Mer,bin hai sheng pei,Сен-Пер-сюр-Мер,سینٹ-پیر-سر-مر,滨海圣佩		28	50	501	50532
2977776	Saint-Pair	saint-pair	FR	14670	208	Europe/Paris	49.16837	-0.1853		Saint-Pair		28	14	142	14640
2977777	Saint-Paër	saint-paer	FR	76480	1241	Europe/Paris	49.51452	0.87935		Saint-Paer,Saint-Paër		28	76	763	76631
2977778	Saint-Paër	saint-paer	FR	76480	0	Europe/Paris	49.30923	1.72962				28	27	271	27533
2977779	Saint-Pabu	saint-pabu	FR	29830	0	Europe/Paris	48.6036	-2.49097				53	22	224	22054
2977780	Saint-Pabu	saint-pabu	FR	29830	1561	Europe/Paris	48.56495	-4.60034		Saint-Pabu,Sant-Pabu,Sen-Pabju,san=pabyu,sheng pa bi,Сен-Пабю,سینٹ-پبو,サン＝パビュ,圣帕比		53	29	291	29257
2977781	Saint-Oyen	saint-oyen	FR	73260	212	Europe/Paris	45.50335	6.48436		Oyen,Prime-Jour,Saint-Oyen		84	73	731	73003
2977782	Saint-Outrille	saint-outrille	FR	18310	206	Europe/Paris	47.1438	1.84076		L'Egalite,L'Egalité,Saint-Outrille		24	18	183	18228
2977783	Saint-Ours	saint-ours	FR	63230	1425	Europe/Paris	45.85024	2.89163		Saint-Ours		84	63	634	63381
2977784	Saint-Ours	saint-ours	FR	63230	502	Europe/Paris	45.7573	5.9885		Foret-d'Ours,Forêt-d'Ours,Saint-Ours		84	73	732	73265
2977785	Saint-Ours	saint-ours	FR	63230	0	Europe/Paris	45.75	5.1				84	38	382	38197
2977786	Saint-Ours	saint-ours	FR	63230	0	Europe/Paris	44.4804	6.808				93	04	041	04120
2977787	Saint-Oulph	saint-oulph	FR	10170	191	Europe/Paris	48.51944	3.86726		Saint-Oulph		44	10	102	10356
2977788	Saint-Ouen-sur-Morin	saint-ouen-sur-morin	FR	77750	594	Europe/Paris	48.90203	3.20152		Bon-Accord,Saint-Ouen,Saint-Ouen-sur-Morin		11	77	773	77429
2977789	Saint-Ouen-sur-Maire	saint-ouen-sur-maire	FR	61150	106	Europe/Paris	48.70398	-0.17886		Saint-Ouen,Saint-Ouen-sur-Maine,Saint-Ouen-sur-Maire		28	61	612	61153
2977790	Saint-Ouen-sur-Iton	saint-ouen-sur-iton	FR	61300	851	Europe/Paris	48.73544	0.69639		Saint-Ouen,Saint-Ouen-sur-Iton		28	61	613	61440
2977791	Saint-Ouen-sur-Gartempe	saint-ouen-sur-gartempe	FR	87300	224	Europe/Paris	46.16369	1.06784		Saint-Ouen,Saint-Ouen-sur-Gartempe		75	87	871	87172
2977792	Saint-Ouen-sous-Bailly	saint-ouen-sous-bailly	FR	76630	190	Europe/Paris	49.90538	1.29768		Saint-Ouen,Saint-Ouen-sous-Bailly		28	76	761	76630
2977793	Saint-Ouen-Marchefroy	saint-ouen-marchefroy	FR	28260	302	Europe/Paris	48.84621	1.52685		L'Abolition,Saint-Ouen,Saint-Ouen-Marchefroy		24	28	283	28355
2977794	Saint-Ouen-les-Vignes	saint-ouen-les-vignes	FR	37530	990	Europe/Paris	47.46748	0.99479		La Ramberge,La Remberge,Saint-Ouen,Saint-Ouen-les-Vignes		24	37	373	37230
2977795	Saint-Ouen-lès-Parey	saint-ouen-les-parey	FR	88140	499	Europe/Paris	48.18176	5.76385		Saint-Ouen,Saint-Ouen-les-Parey,Saint-Ouen-lès-Parey		44	88	882	88430
2977796	Saint-Ouen-le-Pin	saint-ouen-le-pin	FR	14340	312	Europe/Paris	49.1476	0.10553		Saint-Ouen,Saint-Ouen-le-Pin,Sent-Uan-le-Pen,sheng wu ang lai pan,Сент-Уан-ле-Пен,سینٹ-وں -لے-پن,圣乌昂莱潘		28	14	143	14639
2977797	Saint-Ouen-le-Mauger	saint-ouen-le-mauger	FR	76730	178	Europe/Paris	49.7597	0.96263		Saint-Ouen,Saint-Ouen-le-Mauger		28	76	761	76629
2977798	Saint-Ouen-le-Houx	saint-ouen-le-houx	FR	14140	77	Europe/Paris	48.97592	0.1901		Saint-Ouen,Saint-Ouen-le-Houx,Sent-Uan-le-U,Sent-Uan-lez-U,san=to~uan=ru=u,sheng wu ang lai wu,Сент-Уан-ле-У,Сент-Уан-лез-У,سینٹ-وں -لے-حوش,サン＝トゥーアン＝ル＝ウ,圣乌昂莱乌		28	14	143	14371
2977799	Saint-Ouen-le-Brisoult	saint-ouen-le-brisoult	FR	61410	109	Europe/Paris	48.51021	-0.33991		Le Brisoult-Regenere,Le Brisoult-Regénéré,Saint-Ouen		28	61	611	61439
2977800	Saint-Ouen-l'Aumône	saint-ouen-l-aumone	FR	95310	22977	Europe/Paris	49.04353	2.12134		L'Aumone-la-Montagne,L'Aumône-la-Montagne,Montagne-sur-Oise,Saint-Ouen-l'Aumone,Saint-Ouen-l'Aumône,Saint-Ouen-l’Aumône,Sent-Uan-l'Omon,san=to~uan=romonu,sheng wu ang luo mo na,sn awan lwmwn,Сент-Уан-л'Омон,سن اوآن لومون,サン＝トゥアン＝ロモヌ,圣乌昂洛莫纳		11	95	953	95572
2977801	Saint-Ouen-Domprot	saint-ouen-domprot	FR	51320	210	Europe/Paris	48.61667	4.4		Ormont,Saint-Ouen,Vinon-sur-Oiselet		44	51	514	51508
2977802	Saint-Ouen-en-Champagne	saint-ouen-en-champagne	FR	72350	197	Europe/Paris	47.94983	-0.189		Saint-Ouen,Saint-Ouen-en-Champagne		52	72	721	72307
2977803	Saint-Ouen-en-Brie	saint-ouen-en-brie	FR	77720	767	Europe/Paris	48.55836	2.91943		Saint-Ouen,Saint-Ouen-en-Brie		11	77	773	77428
2977804	Saint-Ouen-en-Belin	saint-ouen-en-belin	FR	72220	1269	Europe/Paris	47.83307	0.21035		Saint-Ouen,Saint-Ouen-en-Belin		52	72	723	72306
2977805	Saint-Ouen-du-Tilleul	saint-ouen-du-tilleul	FR	27670	1487	Europe/Paris	49.29723	0.9476		Saint-Ouen,Saint-Ouen-du-Tilleul		28	27	272	27582
2977806	Saint-Ouen-du-Mesnil-Oger	saint-ouen-du-mesnil-oger	FR	14670	150	Europe/Paris	49.15786	-0.11952		Saint-Ouen,Saint-Ouen-du-Mesnil-Oger		28	14	142	14637
2977807	Saint-Ouen-du-Breuil	saint-ouen-du-breuil	FR	76890	694	Europe/Paris	49.6386	1.01032		Saint-Ouen,Saint-Ouen-du-Breuil		28	76	761	76628
2977809	Saint-Ouën-des-Vallons	saint-ouen-des-vallons	FR	53150	183	Europe/Paris	48.16667	-0.55		Saint-Ouen,Saint-Ouen-des-Oyes		52	53	533	53161
2977810	Saint-Ouën-des-Toits	saint-ouen-des-toits	FR	53410	1515	Europe/Paris	48.138	-0.90396		Saint Ouen-des Toits,Saint-Ouen,Saint-Ouen-des-Toits,Saint-Ouën-des-Toits		52	53	532	53243
2977811	Saint-Ouen-de-Sécherouvre	saint-ouen-de-secherouvre	FR	61560	185	Europe/Paris	48.6	0.48333		Saint-Ouen,Sent-Uan-de-Sesheruvr,sheng wu ang de sai xie lu fu er,Сент-Уан-де-Сешерувр,سینٹ-وں -دے-سچروورے,圣乌昂德塞谢鲁夫尔		28	61	613	61438
2977813	Saint-Ouen-des-Besaces	saint-ouen-des-besaces	FR	14350	265	Europe/Paris	49.02262	-0.84784		Saint-Ouen,Saint-Ouen-des-Besaces		28	14	144	14061
2977814	Saint-Ouen-des-Alleux	saint-ouen-des-alleux	FR	35140	1004	Europe/Paris	48.32824	-1.42562		Saint-Ouen,Saint-Ouen-des-Alleux,Sant-Owen-an-Alloz		53	35	351	35304
2977815	Saint-Ouen-de-Pontcheuil	saint-ouen-de-pontcheuil	FR	27370	105	Europe/Paris	49.23333	0.95		Saint-Ouen,Saint-Ouen-de-Poncheuil,Saint-Ouen-de-Pontcheuil		28	27	272	27579
2977816	Saint-Ouen-de-Mimbré	saint-ouen-de-mimbre	FR	72130	793	Europe/Paris	48.29298	0.04801		Saint-Ouen,Saint-Ouen-de-Mimbre,Saint-Ouen-de-Mimbré,Sent-Uan-de-Membre,Сент-Уан-де-Мембре,سینٹ-وں -دے-ممبرے		52	72	722	72305
2977817	Saint-Ouen-la-Rouërie	saint-ouen-la-rouerie	FR	35460	0	Europe/Paris	48.46234	-1.44093		Ouen-la-Montagne,Saint-Ouen		53	35	351	35004
2977818	Saint-Ouen-de-la-Cour	saint-ouen-de-la-cour	FR	61130	68	Europe/Paris	48.41667	0.58333		Saint-Ouen,Sent-Uan-de-la-Kur,sheng wu ang de la-ku,Сент-Уан-де-ла-Кур,سینٹ-وں -دے-لا-کور,圣乌昂德拉-库		28	61	613	61196
2977819	Saint-Ouen-d'Aunis	saint-ouen-d-aunis	FR	17230	0	Europe/Paris	46.22777	-1.03458		Chalier,Châlier,La Societe,La Société,Marat,Saint-Ouen,Saint-Ouen-d'Aunis		75	17	173	17376
2977820	Saint-Ouen-d'Attez	saint-ouen-d-attez	FR	27160	0	Europe/Paris	48.80313	0.95395		Saint-Ouen,Saint-Ouen-d'Attez		28	27	272	27578
2977821	Saint-Ouen	saint-ouen	FR	41100	2229	Europe/Paris	50.03819	2.12088		Saint-Ouen,Sankt-Ouehn,Санкт-Оуэн		32	80	802	80711
2977822	Saint-Ouen	saint-ouen	FR	41100	0	Europe/Paris	49.7278	1.70962				28	76	761	76344
2977823	Saint-Ouen	saint-ouen	FR	41100	0	Europe/Paris	49.73938	0.52978				28	76	762	76719
2977824	Saint-Ouen	saint-ouen	FR	41100	39353	Europe/Paris	48.90654	2.33339	35	Bain-sur-Seine,Saint-Ouen,Saint-Ouen-sur-Seine,Sankt-Ouehn,Санкт-Оуэн		11	93	933	93070
2977825	Saint-Ouen	saint-ouen	FR	41100	3197	Europe/Paris	47.81404	1.08067		Fondouen,Saint-Ouen,Sankt-Ouehn,Санкт-Оуэн		24	41	412	41226
2977826	Saint-Ouen	saint-ouen	FR	41100	0	Europe/Paris	47.50274	-1.29214				52	44	445	44144
2977827	Saint-Ouen-sur-Loire	saint-ouen-sur-loire	FR	58160	474	Europe/Paris	46.88333	3.3				27	58	583	58258
2977828	Saint-Ouen-la-Thène	saint-ouen-la-thene	FR	17490	139	Europe/Paris	45.87107	-0.16399		Saint-Ouen,Saint-Ouen-la-Thene,Saint-Ouen-la-Thène,Sankt-Ouehn,Sent-Uan,sheng wu ang,Санкт-Оуэн,Сент-Уан,سینٹ-وں -لا-ٹھنے,圣乌昂		75	17	175	17377
2977829	Saint-Ovin	saint-ovin	FR	50220	0	Europe/Paris	48.68333	-1.26667		Sent-Oven,sheng ao wan,Сент-Овен,سینٹ-اون,圣奥万		28	50	501	50531
2977830	Saint-Ost	saint-ost	FR	32300	88	Europe/Paris	43.37796	0.47016		Bayzole,Breton,Saint-Ost		76	32	323	32401
2977831	Saint-Orens-Pouy-Petit	saint-orens-pouy-petit	FR	32100	149	Europe/Paris	43.91689	0.434		Saint-Orens,Saint-Orens-Pouy-Petit		76	32	322	32400
2977832	Saint-Orens-de-Gameville	saint-orens-de-gameville	FR	31650	12576	Europe/Paris	43.55182	1.53413		Saint-Orens,Saint-Orens-de-Gameville,Sant Orenc de Gamevila,Sant Orenç de Gamevila,Sent Orenc,Sent Orenç,Sent-Oran-de-Gamevil',Sent-Orens-de-Gamvil',sheng ao lang de jia mo wei er,Сент-Оран-де-Гамевіль,Сент-Оренс-де-Гамвиль,سینٹ-ارنس-دے-گمولے,圣奥朗德加默维尔		76	31	313	31506
2977833	Saint-Orens	saint-orens	FR	32120	71	Europe/Paris	43.71421	0.90792		Saint-Orens		76	32	322	32399
2977834	Saint-Oradoux-près-Crocq	saint-oradoux-pres-crocq	FR	23260	130	Europe/Paris	45.87828	2.38818		Saint-Oradoux,Saint-Oradoux-pres-Crocq,Saint-Oradoux-près-Crocq		75	23	231	23225
2977835	Saint-Oradoux-de-Chirouze	saint-oradoux-de-chirouze	FR	23100	86	Europe/Paris	45.73347	2.33223		Saint-Oradoux,Saint-Oradoux-de-Chirouze		75	23	231	23224
2977839	Saint-Onen-la-Chapelle	saint-onen-la-chapelle	FR	35290	860	Europe/Paris	48.17694	-2.1736		Saint-Onen,Saint-Onen-la-Chapelle,Saint-Ouen-la Chapelle,Santez-Onenn		53	35	353	35302
2977840	Saint-Ondras	saint-ondras	FR	38490	539	Europe/Paris	45.51764	5.54817		Saint-Ondras		84	38	382	38434
2977841	Saint-Omer-en-Chaussée	saint-omer-en-chaussee	FR	60860	1249	Europe/Paris	49.53142	2.00335		Saint-Omer,Saint-Omer-en-Chaussee,Saint-Omer-en-Chaussée,Sent-Omer-an-Shosse,shao sai ai de qu sheng ao mei,Сент-Омер-ан-Шоссе,سینٹ-امر-این -چوسسے,绍塞埃地区圣奥梅		32	60	601	60590
2977842	Saint-Omer-Capelle	saint-omer-capelle	FR	62162	939	Europe/Paris	50.93926	2.10235		La Barriere,La Barrière,Saint-Omer-Capelle,Sent-Omer-Kapel',san awmyr kabyl,sheng ao mei er ka pei lei,Сент-Омер-Капель,سان أومير كابيل,سینٹ-امر-کپلے,圣奥梅尔卡佩勒		32	62	626	62766
2977845	Saint-Omer	saint-omer	FR	14220	18250	Europe/Paris	50.74834	2.26091		Saint-Omer,Sint-Omaars,XSG	625	32	62	625	62765
2977846	Saint-Omer	saint-omer	FR	14220	163	Europe/Paris	48.92551	-0.45365		Saint-Omer		28	14	142	14635
2977847	Saint-Omer	saint-omer	FR	14220	0	Europe/Paris	47.47381	-1.85714				52	44	445	44015
2977848	Saint-Offenge-dessus	saint-offenge-dessus	FR	73100	237	Europe/Paris	45.73049	6.0062		Les Avanchers-Dessus,Saint-Offenge-dessus,Sent-Offanzh-Dessju,Сент-Оффанж-Дессю,سینٹ-وففینگے-دسس		84	73	732	73263
2977849	Saint-Offenge-dessous	saint-offenge-dessous	FR	73100	526	Europe/Paris	45.73448	6.00321		Les Avanchers-Dessous,Saint-Offenge-dessous		84	73	732	73263
2977854	Saint-Nom-la-Bretêche	saint-nom-la-breteche	FR	78860	4828	Europe/Paris	48.85942	2.02233		Saint-Nom-la-Breteche,Saint-Nom-la-Bretêche,Union-la-Montagne		11	78	783	78571
2977855	Saint-Nolff	saint-nolff	FR	56250	3571	Europe/Paris	47.70393	-2.65182		Saint-Nolff,Sant-Nolf,Sen-Nol'ff,sheng nuo er,Сен-Нольфф,سینٹ-نولفف,圣诺尔		53	56	563	56231
2977856	Saint-Nizier-sur-Arroux	saint-nizier-sur-arroux	FR	71190	112	Europe/Paris	46.80405	4.13964		Saint-Nizier,Saint-Nizier-sur-Arroux,Scaevola		27	71	711	71466
2977903	Saint-Nicolas	saint-nicolas	FR	62223	0	Europe/Paris	48.4	-4.38333				53	29	291	29235
2977904	Saint-Nicolas	saint-nicolas	FR	62223	0	Europe/Paris	48.15	-3.55				53	56	562	56066
2977857	Saint-Nizier-sous-Charlieu	saint-nizier-sous-charlieu	FR	42190	1632	Europe/Paris	46.1529	4.12399		Saint-Nizier,Saint-Nizier-sous-Charlieu,Sen-Niz'e-su-Sharl'e,sheng ni qi ye su sha er li e,Сен-Нізьє-су-Шарльє,سینٹ-نظیر-سوس-چرلیو,圣尼齐耶苏沙尔利厄		84	42	422	42267
2977858	Saint-Nizier-le-Désert	saint-nizier-le-desert	FR	01320	536	Europe/Paris	46.05888	5.1476		Saint-Nizier,Saint-Nizier-le-Desert,Saint-Nizier-le-Désert		84	01	012	01381
2977894	Saint-Nicolas-aux-Bois	saint-nicolas-aux-bois	FR	02410	93	Europe/Paris	49.6	3.41667		La Vallee-aux-Bois,La Vallée-aux-Bois,Saint-Nicolas		32	02	022	02685
2977859	Saint-Nizier-le-Bouchoux	saint-nizier-le-bouchoux	FR	01560	597	Europe/Paris	46.4606	5.15006		Nizier-la-Liberte,Nizier-la-Liberté,Saint-Nizier,Saint-Nizier-le-Bouchoux		84	01	012	01380
2977860	Saint-Nizier-du-Moucherotte	saint-nizier-du-moucherotte	FR	38250	871	Europe/Paris	45.17108	5.63068		Saint Nizier,Saint-Nizier-du-Moucherotte,Sen-Niz'e-dju-Mushrot,Sen-Niz'e-dju-Mushrott,sheng ni qi ye di mu xie luo te,Сен-Низье-дю-Мушрот,Сен-Нізьє-дю-Мушротт,سینٹ-نظیر-دو-موچروٹتے,圣尼齐耶迪穆谢罗特		84	38	381	38433
2977861	Saint-Nizier-de-Fornas	saint-nizier-de-fornas	FR	42380	620	Europe/Paris	45.40374	4.08155		Saint Nizier,Saint-Nizier-de-Fornas		84	42	421	42266
2977862	Saint-Nizier-d'Azergues	saint-nizier-d-azergues	FR	69870	678	Europe/Paris	46.08757	4.46585		Saint-Nizier,Saint-Nizier-d'Avergues,Saint-Nizier-d'Azergues		84	69	692	69229
2977865	Saint-Nicolas-lès-Cîteaux	saint-nicolas-les-citeaux	FR	21700	489	Europe/Paris	47.11478	5.05497		Saint-Nicolas,Saint-Nicolas-les-Citeaux,Saint-Nicolas-lès-Cîteaux,Unite,Unité		27	21	211	21564
2977866	Saint-Nicolas-la-Chapelle	saint-nicolas-la-chapelle	FR	10400	81	Europe/Paris	48.53333	3.46667		Lugrand,Saint-Nicolas		44	10	102	10355
2977867	Saint-Nicolas-la-Chapelle	saint-nicolas-la-chapelle	FR	10400	400	Europe/Paris	45.81195	6.50259		Saint-Nicolas,Saint-Nicolas-la-Chapelle		84	73	731	73262
2977868	Saint-Nicolas-du-Tertre	saint-nicolas-du-tertre	FR	56910	459	Europe/Paris	47.80313	-2.22159		Saint-Nicolas,Saint-Nicolas-du-Tertre,Sant-Nikolaz-ar-Roz		53	56	563	56230
2977869	Saint-Nicolas-du-Pélem	saint-nicolas-du-pelem	FR	22480	1959	Europe/Paris	48.31279	-3.16605		Saint-Nicolas,Saint-Nicolas-du-Pelem,Saint-Nicolas-du-Pélem,Sant-Nikolaz-ar-Pelem,Sen-Nikola-dju-Pelem,sheng ni ke la di pei lang,Сен-Никола-дю-Пелем,Сен-Нікола-дю-Пелем,سینٹ-نکولس-دو-پلم,圣尼科拉迪佩朗		53	22	222	22321
2977871	Saint-Nicolas-du-Bosc	saint-nicolas-du-bosc	FR	27370	266	Europe/Paris	49.21243	0.87015		Bosc-Asselin,Saint-Nicolas,Saint-Nicolas-du-Bosc		28	27	272	27302
2977873	Saint-Nicolas-de-Sommaire	saint-nicolas-de-sommaire	FR	61550	272	Europe/Paris	48.81261	0.60825		Saint-Nicolas,Saint-Nicolas-de-Sommaire		28	61	613	61435
2977874	Saint-Nicolas-des-Motets	saint-nicolas-des-motets	FR	37110	247	Europe/Paris	47.58549	1.03772		Saint-Nicolas,Saint-Nicolas-des-Motets		24	37	373	37229
2977875	Saint-Nicolas-des-Laitiers	saint-nicolas-des-laitiers	FR	61550	85	Europe/Paris	48.83651	0.42133		Saint-Nicolas,Saint-Nicolas-des-Laitiers		28	61	613	61167
2977876	Saint-Nicolas-des-Bois	saint-nicolas-des-bois	FR	50370	107	Europe/Paris	48.75579	-1.19318		Saint-Nichlas-De-Bois		28	50	501	50529
2977877	Saint-Nicolas-des-Bois	saint-nicolas-des-bois	FR	50370	242	Europe/Paris	48.49346	0.01589		Bellevue-la-Montagne,Saint-Nicolas,Saint-Nicolas-des-Bois		28	61	611	61433
2977878	Saint-Nicolas-des-Biefs	saint-nicolas-des-biefs	FR	03250	164	Europe/Paris	46.05969	3.78273		Saint-Nicolas,Saint-Nicolas-des-Biefs,Sant Nicolau,Sen-Nikola-de-B'ef,Sen-Nikola-de-Bef,sheng ni ke la dai bi ye fu,Сен-Никола-де-Бьеф,Сен-Нікола-де-Бєф,سینٹ-نکولس-دس-بیفس,圣尼科拉代比耶夫		84	03	033	03248
2977879	Saint-Nicolas-de-Redon	saint-nicolas-de-redon	FR	44460	3055	Europe/Paris	47.64408	-2.06637		Saint-Nicolas,Saint-Nicolas-de-Redon,Sant-Nikolaz-an-Hent,Sen-Nikola-de-Redon,Union-sur-Vilaine,sheng ni ke la de lei dong,Сен-Нікола-де-Редон,سینٹ-نکولس-دے-رڈوں,圣尼科拉德雷东		52	44	445	44185
2977880	Saint-Nicolas-de-Port	saint-nicolas-de-port	FR	54210	7653	Europe/Paris	48.62857	6.29668		Port-sur-Meurthe,Saint-Nicolas,Saint-Nicolas-de-Port,Saint-Nicolas-du-Port,Sen-Nikola-de-Por,sheng ni ke la de bo er,Сен-Никола-де-Пор,Сен-Нікола-де-Пор,سینٹ-نکولس-دے-پورٹ,圣尼科拉德波尔		44	54	543	54483
2977881	Saint-Nicolas-de-Pierrepont	saint-nicolas-de-pierrepont	FR	50250	259	Europe/Paris	49.32338	-1.58781		Pierrepont,Saint-Nicolas,Saint-Nicolas-de-Pierrepont		28	50	503	50528
2977882	Saint-Nicolas-de-Macherin	saint-nicolas-de-macherin	FR	38500	851	Europe/Paris	45.40292	5.60232		Saint-Nicolas,Saint-Nicolas-de-Macherin		84	38	381	38432
2977883	Saint-Nicolas-de-la-Taille	saint-nicolas-de-la-taille	FR	76170	1069	Europe/Paris	49.51085	0.47405		Saint-Nicolas,Saint-Nicolas-de-la-Taille,Sen-Nikola-de-la-Taj,Сен-Никола-де-ла-Тай,Сен-Нікола-де-ла-Тай,سینٹ-نکولس-دے-لا-تالے		28	76	762	76627
2977884	Saint-Nicolas-de-la-Haie	saint-nicolas-de-la-haie	FR	76490	390	Europe/Paris	49.55582	0.62092		Saint-Nicolas,Saint-Nicolas-de-la-Haie		28	76	763	76626
2977885	Saint-Nicolas-de-la-Grave	saint-nicolas-de-la-grave	FR	82210	2147	Europe/Paris	44.06412	1.02252		La Grave-Bec-du-Tarn,La Grave-du-Bec,Saint-Nicolas,Saint-Nicolas-de-la-Grave,Saint-Nicolas-la-Grave,Sen-Nikola-de-la-Grav,Sent Micolau,Sent Micolau de la Grava,sheng ni ke la de la-ge la wo,Сен-Нікола-де-ла-Грав,سینٹ-نکولس-دے-لا-گریو,圣尼科拉德拉-格拉沃		76	82	821	82169
2977886	Saint-Nicolas-de-la-Balerme	saint-nicolas-de-la-balerme	FR	47220	371	Europe/Paris	44.13698	0.76329		Saint-Nicolas,Saint-Nicolas-de-la-Balerme		75	47	471	47262
2977889	Saint-Nicolas-de-Bourgueil	saint-nicolas-de-bourgueil	FR	37140	1243	Europe/Paris	47.28493	0.12727		Saint-Nicolas,Saint-Nicolas-de-Bourgueil		24	37	371	37228
2977890	Saint-Nicolas-de-Bliquetuit	saint-nicolas-de-bliquetuit	FR	76940	508	Europe/Paris	49.50803	0.73213		Saint Nicolas-de Bliquetuil,Saint-Nicolas,Saint-Nicolas-de-Bliquetuit		28	76	763	76401
2977891	Saint-Nicolas-d'Attez	saint-nicolas-d-attez	FR	27160	0	Europe/Paris	48.80942	0.9338		Saint-Nicolas,Saint-Nicolas-d'Attez		28	27	272	27578
2977892	Saint-Nicolas-d'Aliermont	saint-nicolas-d-aliermont	FR	76510	4045	Europe/Paris	49.87857	1.22486		Saint-Nicolas,Saint-Nicolas-d'Aliermont		28	76	761	76624
2977901	Saint-Nicolas	saint-nicolas	FR	62223	5791	Europe/Paris	50.30413	2.77939		Saint Nicolas Les Arras,Saint-Nicolas,Saint-Nicolas-lez-Arras,Saint-Nicolas-lèz-Arras,St. Nicolas Les Arras		32	62	621	62764
2977902	Saint-Nicolas	saint-nicolas	FR	62223	0	Europe/Paris	49.52749	1.21563				28	76	763	76517
2977907	Saint-Nicodème	saint-nicodeme	FR	22160	0	Europe/Paris	48.3424	-3.33867		Saint-Nicodeme,Saint-Nicodème,Sant-Nigouden		53	22	222	22320
2977908	Saint-Nic	saint-nic	FR	29550	747	Europe/Paris	48.20224	-4.28303		Saint-Nic,Sant-Vig,Sen-Nik,san=nikku,sheng ni ke,Сен-Ник,Сен-Нік,سینٹ-نیک,サン＝ニック,圣尼克		53	29	292	29256
2977909	Saint-Nexans	saint-nexans	FR	24520	852	Europe/Paris	44.80443	0.54745		Saint-Naixent,Saint-Nexans		75	24	241	24472
2977910	Saint-Nectaire	saint-nectaire	FR	63710	705	Europe/Paris	45.58799	2.99276		Saint-Nectaire		84	63	633	63380
2977911	Saint-Nazaire-sur-Charente	saint-nazaire-sur-charente	FR	17780	907	Europe/Paris	45.93686	-1.0519		Marat,Port-Nazaire,Saint-Nazaire,Saint-Nazaire-sur-Charente,Sen-Nazer-sjur-Sharant,xia lang de he pan sheng na ze er,Сен-Назер-сюр-Шарант,سینٹ-نظارے-سر-چارینتے,夏朗德河畔圣纳泽尔		75	17	172	17375
2977912	Saint-Nazaire-le-Désert	saint-nazaire-le-desert	FR	26340	195	Europe/Paris	44.57068	5.27684		Saint-Nazaire,Saint-Nazaire-le-Desert,Saint-Nazaire-le-Désert,Sant Nasari de Pradela,Sant Nasari de Pradèla,Sant Nazari dau Desert,Sen-Nazer-le-Dezer,sheng na ze er lai dai sai er,Сен-Назер-ле-Дезер,سینٹ-نظارے-لے-ڈیزرٹ,圣纳泽尔莱代塞尔		84	26	261	26321
2977913	Saint-Nazaire-en-Royans	saint-nazaire-en-royans	FR	26190	538	Europe/Paris	45.06031	5.24966		Nazaire,Saint-Nazaire		84	26	261	26320
2977914	Saint-Nazaire-de-Valentane	saint-nazaire-de-valentane	FR	82190	328	Europe/Paris	44.22349	1.01265		Saint-Nazaire,Saint-Nazaire-de-Valentane		76	82	821	82168
2977915	Saint-Nazaire-des-Gardies	saint-nazaire-des-gardies	FR	30610	87	Europe/Paris	43.96859	4.03263		Saint-Nazaire,Saint-Nazaire-des-Gardies		76	30	303	30289
2977916	Saint-Nazaire-de-Pézan	saint-nazaire-de-pezan	FR	34400	604	Europe/Paris	43.6439	4.1197		Saint-Nazaire,Saint-Nazaire-de-Pezan,Saint-Nazaire-de-Pézan,Sant Nasari,Sant Nazari de Pesan,Sen-Nazer-de-Pezan,sheng na ze er de pei cang,Сен-Назер-де-Пезан,سینٹ-نظارے-دے-پزن,圣纳泽尔德佩藏		76	34	343	34280
2977917	Saint-Nazaire-de-Ladarez	saint-nazaire-de-ladarez	FR	34490	353	Europe/Paris	43.50949	3.07526		Saint-Nazaire,Saint-Nazaire-de-Ladarez		76	34	341	34279
2977918	Saint-Nazaire-d'Aude	saint-nazaire-d-aude	FR	11120	1849	Europe/Paris	43.24451	2.89441		Saint-Nazaire,Saint-Nazaire-d'Aude		76	11	113	11360
2977921	Saint-Nazaire	saint-nazaire	FR	30200	67054	Europe/Paris	47.27506	-2.2179		Fanum Sancti Nazarii in Sinnuario,SNR,Sain-Nazair,Saint-Nazaire,Sant-Nazer,Sen Nazer,Sen Nazeras,Sen-Nazer,cen nacer,saengnajeleu,san=nazeru,sheng na ze er,sn nzr,sn-nzr,Σαιν-Ναζαίρ,Сен Назер,Сен-Назер,سن نزر,سن-نزر,سینٹ-نظارے,சென் நசேர்,แซ็ง-นาแซร์,サン＝ナゼール,圣纳泽尔,생나제르	443	52	44	443	44184
2977922	Saint-Nazaire-les-Eymes	saint-nazaire-les-eymes	FR	38330	2531	Europe/Paris	45.24921	5.85254		Saint-Nazaire		84	38	381	38431
2977923	Saint-Nazaire	saint-nazaire	FR	30200	0	Europe/Paris	44.86667	0.26667				75	33	335	33378
2977924	Saint-Nazaire	saint-nazaire	FR	30200	0	Europe/Paris	44.63822	0.48466				75	47	472	47142
2977925	Saint-Nazaire	saint-nazaire	FR	30200	1222	Europe/Paris	44.19833	4.62413		Sen-Nazer,Сен-Назер		76	30	302	30288
2977926	Saint-Nazaire	saint-nazaire	FR	30200	2611	Europe/Paris	42.66743	2.99134		Saint-Nazaire,Sant Nazari,Sen-Nazer,Сен-Назер		76	66	662	66186
2977927	Saint-Nauphary	saint-nauphary	FR	82370	1314	Europe/Paris	43.96462	1.42839		Saint-Nauphary		76	82	822	82167
2977928	Saint-Nabord-sur-Aube	saint-nabord-sur-aube	FR	10700	125	Europe/Paris	48.52613	4.21545		Saint-Nabord,Saint-Nabord-sur-Aube		44	10	103	10354
2977929	Saint-Nabord	saint-nabord	FR	88200	3970	Europe/Paris	48.05171	6.58248		Roche-Libre,Saint-Nabord,Sen-Nabor,sheng na bo er,Сен-Набор,سینٹ-نبورد,圣纳博尔		44	88	881	88429
2977930	Saint-Nabor	saint-nabor	FR	67530	520	Europe/Paris	48.44663	7.42315		Sankt Nabor,Sant Nawer,Sen-Nabor,san nabwr,san=naboru,sheng na bo,sn-nabwr,Сен-Набор,سان نابور,سن-نابور,سینٹ-نابور,サン＝ナボール,圣纳博		44	67	673	67428
2977931	Saint-Myon	saint-myon	FR	63460	391	Europe/Paris	45.99337	3.13068		Saint-Myon		84	63	634	63379
2977932	Saint-Mury-Monteymond	saint-mury-monteymond	FR	38190	336	Europe/Paris	45.21897	5.92849		Saint-Mury,Saint-Mury-Monteymond		84	38	381	38430
2977934	Saint-Morillon	saint-morillon	FR	33650	1179	Europe/Paris	44.64984	-0.50294		Saint-Morillon		75	33	332	33454
2977935	Saint-Morel	saint-morel	FR	08400	231	Europe/Paris	49.33729	4.69446		Saint-Morel		44	08	084	08392
2977936	Saint-Moreil	saint-moreil	FR	23400	279	Europe/Paris	45.85483	1.68792		Saint-Moreil		75	23	232	23223
2977937	Saint-Moré	saint-more	FR	89270	192	Europe/Paris	47.57643	3.77608		More-sur-Cure,Moré-sur-Cure,Saint-More,Saint-Moré		27	89	892	89362
2977940	Saint-Montan	saint-montan	FR	07220	0	Europe/Paris	44.4397	4.62501		Rouanesse,Saint-Montan,Saint-Montant		84	07	072	07279
2977941	Saint-Mont	saint-mont	FR	32400	332	Europe/Paris	43.65156	-0.15018		Mont-d'Adour,Saint-Mont,Sen-Mon,Sent Mont,san=mon,sheng meng,Сен-Мон,سینٹ-مونٹ,サン＝モン,圣蒙		76	32	323	32398
2977942	Saint-Momelin	saint-momelin	FR	59143	353	Europe/Paris	50.79007	2.25186		Saint-Momelin		32	59	594	59538
2977943	Saint-Molf	saint-molf	FR	44350	1617	Europe/Paris	47.39157	-2.42556		Saint-Molf,Sanctus Madulfus,Sant-Molf,Sen-Mol',sheng mo er,Сен-Моль,سینٹ-مولف,圣莫尔		52	44	443	44183
2977976	Saint-Michel-de-Vax	saint-michel-de-vax	FR	81140	70	Europe/Paris	44.1069	1.79889		Saint-Michel,Saint-Michel-de-Vax		76	81	811	81265
2977977	Saint-Michel-d'Euzet	saint-michel-d-euzet	FR	30200	0	Europe/Paris	44.20117	4.54464		Euzet,Saint-Michel,Saint-Michel-d'Euzet		76	30	302	30287
2977947	Saint-Mitre-les-Remparts	saint-mitre-les-remparts	FR	13920	5758	Europe/Paris	43.45503	5.01429		Bellefont,Saint-Mitre,Saint-Mitre-les-Remparts,Sant Mitre,Sant Mitre dei Barris,Sen-Mitr-le-Rampar,sheng mi te er lai lang pa er te,Сен-Митр-ле-Рампар,Сен-Мітр-ле-Рампар,سینٹ-مٹرے-لیس-ریمپرٹس,圣米特尔莱朗帕尔特		93	13	134	13098
2977948	Saint-Mihiel	saint-mihiel	FR	55300	5325	Europe/Paris	48.88746	5.55099		Roche-sur-Meuse,Saint-Mihiel,Sen-Miel',sheng mi ye,Сен-Миель,Сен-Мієль,سینٹ-مہیل,圣米耶		44	55	552	55463
2977950	Saint-Michel-sur-Savasse	saint-michel-sur-savasse	FR	26750	437	Europe/Paris	45.14553	5.12272		Saint Michel,Saint-Michel-sur-Savasse		84	26	263	26319
2977951	Saint-Michel-sur-Rhône	saint-michel-sur-rhone	FR	42410	767	Europe/Paris	45.44023	4.74009		Saint-Michel,Saint-Michel-sur-Rhone,Saint-Michel-sur-Rhône		84	42	423	42265
2977952	Saint-Michel-sur-Orge	saint-michel-sur-orge	FR	91240	20824	Europe/Paris	48.63479	2.30831		Saint-Michel,Saint-Michel-sur-Orge,Sen Mishel sir Orzh,Sen-Mishel'-sjur-Orzh,ao er ri he pan sheng mi she,saengmisyelswileuoleuju,san=misheru=shuru=oruju,sn myshl swr awrzh,Сен Мишел сир Орж,Сен-Мишель-сюр-Орж,Сен-Мішель-сюр-Орж,سن میشل سور اورژ,سینٹ-مشیل-سر-ورگے,サン＝ミシェル＝シュル＝オルジュ,奥尔日河畔圣米舍,생미셸쉬르오르주		11	91	913	91570
2977953	Saint-Michel-sur-Meurthe	saint-michel-sur-meurthe	FR	88470	1993	Europe/Paris	48.32219	6.89024		Belmont,Saint-Michel,Saint-Michel-sur-Meurthe,Sen-Mishel'-sjur-Mert,mo er te he pan sheng mi she,Сен-Мишель-сюр-Мерт,Сен-Мішель-сюр-Мерт,سینٹ-مشیل-سر-میرٹھ,默尔特河畔圣米舍		44	88	883	88428
2977954	Saint-Michel-sur-Loire	saint-michel-sur-loire	FR	37130	570	Europe/Paris	47.30773	0.34855		Mont-sur-Loire,Saint-Michel,Saint-Michel-sur-Loire		24	37	371	37232
2977955	Saint-Michel-sous-Bois	saint-michel-sous-bois	FR	62650	92	Europe/Paris	50.51363	1.93237		Bois-au-Mont,Saint-Michel,Saint-Michel-sous-Bois,Sen-Mishel'-su-Bua,san myshyl sws bwyz,sheng mi xie er su bu wa,Сен-Мишель-су-Буа,Сен-Мішель-су-Буа,سان ميشيل سوس بويز,سینٹ-مشیل-سوس-بوس,圣米歇尔苏布瓦		32	62	624	62762
2977956	Saint-Michel	saint-michel	FR	02830	0	Europe/Paris	43.42904	0.41457		Saint-Michel,Saint-Michel-Saint-Jaymes		76	32	323	32397
2977957	Saint-Michel-Mont-Mercure	saint-michel-mont-mercure	FR	85700	2073	Europe/Paris	46.82941	-0.88298		Le Mont-Mercure,Saint-Michel,Saint-Michel-Mont-Mercure,Sen-Mishel'-Mon-Merkjur,sheng mi she meng mei er qu lei,Сен-Мішель-Мон-Меркюр,سینٹ-مشیل-مونٹ-مرکرے,圣米舍蒙梅尔屈勒		52	85	851	85090
2977958	Saint-Michel-Loubéjou	saint-michel-loubejou	FR	46130	390	Europe/Paris	44.89501	1.84983		Saint-Michel-Loubejou,Saint-Michel-Loubéjou,Seu-Michel		76	46	462	46284
2977959	Saint-Michel-l'Observatoire	saint-michel-l-observatoire	FR	04870	1142	Europe/Paris	43.90977	5.71584		Mont-Michel,Saint-Michel,Saint-Michel-l'Observatoire,Saint-Michel-lObservatoire,Saint-Michel-l’Observatoire,Sant Miqueu de l'Observatori,Sant Miquèu de l'Observatòri,Sen-Mishel'-l'Observatuar,sheng mi she luo bu sai er wa tu wa er,Сен-Мишель-л’Обсерватуар,Сен-Мішель-л'Обсерватуар,圣米舍洛布塞尔瓦图瓦尔		93	04	044	04192
2977960	Saint-Michel-les-Portes	saint-michel-les-portes	FR	38650	153	Europe/Paris	44.86996	5.5961		Saint-Michel,Saint-Michel-les-Portes		84	38	381	38429
2977962	Saint-Michel-le-Cloucq	saint-michel-le-cloucq	FR	85200	1320	Europe/Paris	46.48482	-0.75344		Saint-Michel,Saint-Michel-le-Cloucq,Sen-Mishel'-le-Kluk,sheng mi she lei ke lu,Сен-Мішель-ле-Клук,سینٹ-مشیل-لے-کلوکق,圣米舍勒克卢		52	85	851	85256
2977963	Saint-Michel-de-Lapujade	saint-michel-de-lapujade	FR	33190	0	Europe/Paris	44.58132	0.0703		Saint-Michel,Saint-Michel-Lapujade,Saint-Michel-de-Lapujade,Sen-Mishel'-de-Lapjuzhad,Sent Miqueu de la Pojada,Sent Miqueu de la Pujada,Sent Miquèu de la Pojada,Sent Miquèu de la Pujada,sheng mi she de la pi ya de,Сен-Мишель-де-Лапюжад,Сен-Мішель-де-Лапюжад,سینٹ-مشیل-دے-لپجدے,圣米舍德拉皮雅德		75	33	333	33453
2977965	Saint-Michel-Labadié	saint-michel-labadie	FR	81340	103	Europe/Paris	44.00452	2.4359		Montagnarde,Saint-Michel,Saint-Michel-Labadie,Saint-Michel-Labadié		76	81	811	81264
2977966	Saint-Michel-et-Chanveaux	saint-michel-et-chanveaux	FR	49420	392	Europe/Paris	47.6815	-1.13125		Saint-Michel,Saint-Michel-et-Chanveaux,Sen-Mishel'-e-Shanvo,sheng mi she he shang wo,Сен-Мішель-е-Шанво,سینٹ-مشیل-یت-ہنوےش,圣米舍和尚沃		52	49	494	49248
2977968	Saint-Michel-en-l'Herm	saint-michel-en-l-herm	FR	85580	0	Europe/Paris	46.35431	-1.24981		L'Union-sur-Mer,Saint-Michel,Saint-Michel-en-l'Herm,Saint-Michel-en-lHerm,ye er mu de qu sheng mi she,耶尔姆地区圣米舍		52	85	851	85255
2977969	Saint-Michel-en-Grève	saint-michel-en-greve	FR	22300	419	Europe/Paris	48.68333	-3.56667		Graces,Grâces,Lokmikael-an-Traezh,Saint-Michel,Saint-Michel-en-Greve,Saint-Michel-en-Grève,Sen-Mishel'-an-Grev,ge lei fu de qu sheng mi she,Сен-Мишель-ан-Грев,Сен-Мішель-ан-Грев,سینٹ-مشیل-این -گروی,格雷夫地区圣米舍		53	22	223	22319
2977970	Saint-Michel-en-Brenne	saint-michel-en-brenne	FR	36290	305	Europe/Paris	46.80546	1.15777		Michel-le-Peletier,Saint-Michel,Saint-Michel-en-Brenne,Sen-Mishel'-an-Brenn,bu lang de qu sheng mi she,Сен-Мишель-ан-Бренн,Сен-Мішель-ан-Бренн,سینٹ-مشیل-این -برنے,布朗地区圣米舍		24	36	361	36204
2977971	Saint-Michel-en-Beaumont	saint-michel-en-beaumont	FR	38350	0	Europe/Paris	44.86835	5.89983		Saint-Michel,Saint-Michel-en-Beaumont		84	38	381	38428
2977972	Saint-Michel-d'Halescourt	saint-michel-d-halescourt	FR	76440	0	Europe/Paris	49.60815	1.66583		Saint-Michel,Saint-Michel-d'Halescourt		28	76	761	76623
2977973	Saint-Michel-de-Volangis	saint-michel-de-volangis	FR	18390	421	Europe/Paris	47.14819	2.48877		Saint Michel,Saint-Michel-de-Volangis		24	18	181	18226
2977974	Saint-Michel-de-Villadeix	saint-michel-de-villadeix	FR	24380	302	Europe/Paris	44.98624	0.72179		Saint-Michel,Saint-Michel-de-Villadeix		75	24	243	24468
2977975	Saint-Michel-de-Veisse	saint-michel-de-veisse	FR	23480	180	Europe/Paris	45.9519	2.05383		Saint-Michel,Saint-Michel-de-Veisse		75	23	232	23222
2977979	Saint-Michel-des-Andaines	saint-michel-des-andaines	FR	61600	317	Europe/Paris	48.57984	-0.41598		Saint-Michel		28	61	611	61483
2977980	Saint-Michel-de-Saint-Geoirs	saint-michel-de-saint-geoirs	FR	38590	312	Europe/Paris	45.30703	5.35276		Saint-Michel,Saint-Michel-de-Saint-Geoirs		84	38	383	38427
2977982	Saint-Michel-de-Rieufret	saint-michel-de-rieufret	FR	33720	537	Europe/Paris	44.62225	-0.43341		Saint-Michel,Saint-Michel-de-Rieufret,Sen-Mishel'-de-R'efre,Sen-Mishel'-de-Refre,Sent Miqueu de Riufred,Sent Miquèu de Riufred,sheng mi she de li ye yu fu lei,Сен-Мишель-де-Рьефре,Сен-Мішель-де-Рєфре,سینٹ-مشیل-دے-ریوفرت,圣米舍德里耶于夫雷		75	33	333	33452
2977983	Saint-Michel-de-Plélan	saint-michel-de-plelan	FR	22980	259	Europe/Paris	48.46604	-2.21463		Saint-Michel,Saint-Michel-de-Plelan,Saint-Michel-de-Plélan,Sant-Mikael-Plelann		53	22	221	22318
2977984	Saint-Michel-de-Montjoie	saint-michel-de-montjoie	FR	50670	351	Europe/Paris	48.7618	-1.03		Montjoie,Montjoix,Saint-Michel,Saint-Michel-de-Montjoie		28	50	501	50525
2977985	Saint-Michel-de-Montaigne	saint-michel-de-montaigne	FR	24230	343	Europe/Paris	44.87383	0.03055		Saint-Michel,Saint-Michel-de-Montaigne,Sen-Mishel'-de-Monten',Sent Miqueu de Montanha,Sent Miquèu de Montanha,sheng mi she de meng tai ni,Сен-Мишель-де-Монтень,Сен-Мішель-де-Монтень,سینٹ-مشیل-دے-مونتیگنے,圣米舍德蒙泰尼		75	24	241	24466
2977986	Saint-Michel-de-Maurienne	saint-michel-de-maurienne	FR	73140	3174	Europe/Paris	45.22011	6.46868		Pas-du-Roc,Saint-Michel,Saint-Michel-de-Maurienne,Sen-Mishel'-de-Morenn,Сен-Мішель-де-Морєнн,سینٹ-مشیل-دے-مورینے		84	73	733	73261
2977987	Saint-Michel-de-Llotes	saint-michel-de-llotes	FR	66130	297	Europe/Paris	42.64977	2.62374		Saint-Michel,Saint-Michel-de-Llotes		76	66	663	66185
2977988	Saint-Michel-de-Livet	saint-michel-de-livet	FR	14140	133	Europe/Paris	49.01969	0.13527		Saint-Michel,Saint-Michel-de-Livet		28	14	143	14371
2977989	Saint-Michel-de-la-Roë	saint-michel-de-la-roe	FR	53350	220	Europe/Paris	47.87972	-1.12758		Saint Michel-de la Roe,Saint Michel-de la Roë,Saint-Michel,Saint-Michel de la Roe,Saint-Michel de la Roë,Saint-Michel-de-la-Roe,Saint-Michel-de-la-Roë		52	53	531	53242
2977990	Saint-Michel-de-la-Pierre	saint-michel-de-la-pierre	FR	50490	186	Europe/Paris	49.13512	-1.3844		Saint-Michel,Saint-Michel-de-la-Pierre		28	50	503	50550
2977991	Saint-Michel-de-Lanès	saint-michel-de-lanes	FR	11410	299	Europe/Paris	43.32471	1.75778		Saint-Michel,Saint-Michel-de-Lanes,Saint-Michel-de-Lanès		76	11	111	11359
2977992	Saint-Michel-de-Fronsac	saint-michel-de-fronsac	FR	33126	642	Europe/Paris	44.92975	-0.30376		Saint-Michel,Saint-Michel-de Frorsac,Saint-Michel-de-Fronsac		75	33	335	33451
2977994	Saint-Michel-de-Feins	saint-michel-de-feins	FR	53290	142	Europe/Paris	47.77709	-0.56961		Saint-Michel,Saint-Michel-de-Feins		52	53	531	53029
2977995	Saint-Michel-de-Double	saint-michel-de-double	FR	24400	279	Europe/Paris	45.0796	0.28934		Saint-Michel,Saint-Michel-de-Double,Sen-Mishel'-de-Dubl',Sent Micheu de Dobla,sheng mi she de du bu er,Сен-Мишель-де-Дубль,Сен-Мішель-де-Дубль,سینٹ-مشیل-دے-ڈبل,圣米舍德杜布尔		75	24	243	24465
2977996	Saint-Michel-de-Dèze	saint-michel-de-deze	FR	48160	215	Europe/Paris	44.24992	3.89594		Riviere-de-Gardon,Rivière-de-Gardon,Saint-Michel,Saint-Michel-de-Deze,Saint-Michel-de-Dèze		76	48	481	48173
2977997	Saint-Michel-de-Chavaignes	saint-michel-de-chavaignes	FR	72440	760	Europe/Paris	48.01837	0.57121		Chavaigne-sur-Nogue,Saint-Michel,Saint-Michel-de-Chavaignes		52	72	722	72303
2977998	Saint-Michel	saint-michel	FR	02830	323	Europe/Paris	44.67106	6.1718		Chaillol-la-Montagne,Montorcier-de-Chaillol,Saint-Michel,Saint-Michel-de-Chaillol,Sant Micheu,Sant Michèu,Sen-Mishel'-de-Shajol',sheng mi she de xie luo,Сен-Мишель-де-Шайоль,Сен-Мішель-де-Шайоль,سینٹ-مشیل-دے-چیلل,圣米舍德谢洛		93	05	052	05153
2977999	Saint-Michel-de-Chabrillanoux	saint-michel-de-chabrillanoux	FR	07360	283	Europe/Paris	44.84014	4.60252		Saint-Michel-de-Chabrillanoux		84	07	072	07278
2978000	Saint-Michel-de-Castelnau	saint-michel-de-castelnau	FR	33840	0	Europe/Paris	44.28141	-0.11088		Saint-Michel,Saint-Michel-de-Castelnau		75	33	333	33450
2978001	Saint-Michel-de-Boulogne	saint-michel-de-boulogne	FR	07200	135	Europe/Paris	44.69547	4.43324		Saint-Michel,Saint-Michel-de-Boulogne		84	07	071	07277
2978002	Saint-Michel-de-Bannières	saint-michel-de-bannieres	FR	46110	349	Europe/Paris	44.97639	1.68776		Saint-Michel,Saint-Michel-de-Bannieres,Saint-Michel-de-Bannières		76	46	463	46283
2978003	Saint-Michel-d'Aurance	saint-michel-d-aurance	FR	07160	0	Europe/Paris	44.90184	4.46077		Rancevallon,Saint-Michel,Saint-Michel-d'Aurance		84	07	073	07276
2978004	Saint-Michel-Chef-Chef	saint-michel-chef-chef	FR	44730	3435	Europe/Paris	47.18047	-2.15709		Chemicherium,Saint-Michel,Saint-Michel-Chef-Chef,Sant-Mikael-Keveger,Sen-Mishel'-Shef-Shef,san=misheru=shefu=shefu,sheng mi she xie xie,Сен-Мішель-Шеф-Шеф,سینٹ-مشیل-چیف-چیف,サン＝ミシェル＝シェフ＝シェフ,圣米舍谢谢		52	44	443	44182
2978017	Saint-Michel	saint-michel	FR	02830	3524	Europe/Paris	49.91952	4.13278		Saint-Michel		32	02	025	02684
2978018	Saint-Michel	saint-michel	FR	02830	152	Europe/Paris	48.06906	2.37807		Saint-Michel		24	45	453	45294
2978019	Saint-Michel	saint-michel	FR	02830	0	Europe/Paris	48.04125	-2.96875				53	56	562	56246
2978020	Saint-Michel	saint-michel	FR	02830	0	Europe/Paris	47.72346	5.29857		Saint-Michel		44	52	522	52529
2978021	Saint-Michel	saint-michel	FR	02830	0	Europe/Paris	47.32304	-2.41771				52	44	443	44069
2978022	Saint-Michel-	saint-michel	FR	02830	0	Europe/Paris	46.94458	0.99695				24	37	373	37061
2978023	Saint-Michel	saint-michel	FR	02830	3146	Europe/Paris	45.64212	0.10594		Saint-Michel		75	16	161	16341
2978024	Saint-Michel	saint-michel	FR	02830	0	Europe/Paris	45.35246	5.91529		Saint Michel la Batie,Saint Michel la Bâtie,Saint-Michel		84	38	381	38395
2978025	Saint-Michel	saint-michel	FR	02830	0	Europe/Paris	44.56192	2.27606				76	12	123	12089
2978026	Saint-Michel	saint-michel	FR	02830	0	Europe/Paris	44.52662	1.51932				76	46	461	46156
2978027	Saint-Michel	saint-michel	FR	02830	0	Europe/Paris	44.14523	-1.06536				75	40	402	40094
2978028	Saint-Michel	saint-michel	FR	02830	255	Europe/Paris	44.03207	0.94482		Saint-Michel		76	82	821	82166
2978030	Saint-Michel	saint-michel	FR	02830	0	Europe/Paris	43.18657	6.59658				93	83	831	83048
2978031	Saint-Michel	saint-michel	FR	02830	265	Europe/Paris	43.16763	1.08504		Le Puech,Saint-Michel,Taran,Thermidor		76	31	311	31505
2978032	Saint-Michel	saint-michel	FR	02830	0	Europe/Paris	43.13513	1.50272		Barra		76	09	092	09271
2978033	Saint-Michel	saint-michel	FR	02830	276	Europe/Paris	43.13625	-1.22079		Eiheralarre,Nive-Montagne,Saint-Michel		75	64	641	64492
2978035	Saint-Micaud	saint-micaud	FR	71460	208	Europe/Paris	46.68785	4.54774		Mancerre,Mancert,Saint-Micaud		27	71	711	71465
2978036	Saint-M'Hervon	saint-m-hervon	FR	35360	0	Europe/Paris	48.22819	-2.05961		Lanvaelvon,Saint-M'Hervon		53	35	353	35184
2978037	Saint-M'Hervé	saint-m-herve	FR	35500	0	Europe/Paris	48.17849	-1.11691		Saint-M'Herve,Saint-M'Hervé,Sant-Merve		53	35	351	35300
2978038	Saint-Mézard	saint-mezard	FR	32700	0	Europe/Paris	44.03187	0.55832		Augas-Libre,Saint-Mezard,Saint-Mézard		76	32	322	32396
2978040	Saint-Mexant	saint-mexant	FR	19330	1070	Europe/Paris	45.28514	1.65799		Saint-Mexant,Saint-Méxant		75	19	192	19227
2978041	Saint-Mesmin	saint-mesmin	FR	10280	848	Europe/Paris	48.44324	3.92432		Saint-Mesmin		44	10	102	10353
2978042	Saint-Mesmin	saint-mesmin	FR	10280	103	Europe/Paris	47.34227	4.6525		Mont-Memin,Mont-Mémin,Rochefontaine,Saint-Mesmin		27	21	213	21563
2978043	Saint-Mesmin	saint-mesmin	FR	10280	1896	Europe/Paris	46.79375	-0.73383		Beauvallon-sur-Sevre,Beauvallon-sur-Sèvre,Saint-Mesmin		52	85	851	85254
2978044	Saint-Mesmin	saint-mesmin	FR	10280	277	Europe/Paris	45.35249	1.20518		Saint-Mesmin		75	24	242	24464
2978046	Saint-Meslin-du-Bosc	saint-meslin-du-bosc	FR	27370	163	Europe/Paris	49.21493	0.87974		Saint-Meslin,Saint-Meslin-du-Bosc		28	27	272	27572
2978047	Saint-Méry	saint-mery	FR	77720	404	Europe/Paris	48.5774	2.82581		Saint-Mery,Saint-Méry		11	77	772	77426
2978049	Saint-Merd-les-Oussines	saint-merd-les-oussines	FR	19170	118	Europe/Paris	45.63258	2.03996		Saint-Merd,Saint-Merd-les-Oussines		75	19	193	19226
2978050	Saint-Merd-la-Breuille	saint-merd-la-breuille	FR	23100	240	Europe/Paris	45.74314	2.43088		Saint-Merd,Saint-Merd-la-Breuille		75	23	231	23221
2978051	Saint-Merd-de-Lapleau	saint-merd-de-lapleau	FR	19320	145	Europe/Paris	45.25684	2.08174		Gimel-Dordogne,Saint-Merd,Saint-Merd-de-Lapleau		75	19	193	19225
2978052	Saint-Menoux	saint-menoux	FR	03210	922	Europe/Paris	46.58406	3.16096		Maille-sur-Rese,Maillé-sur-Rese,Saint-Menoux		84	03	032	03247
2978053	Saint-Menges	saint-menges	FR	08200	1040	Europe/Paris	49.73873	4.92628		Saint-Menges,Sen-Manzh,Union,Сен-Манж,سینٹ-منگس		44	08	083	08391
2978054	Saint-Menge	saint-menge	FR	88170	116	Europe/Paris	48.28884	5.95403		Saint-Menge		44	88	882	88427
2978056	Saint-Memmie	saint-memmie	FR	51470	5833	Europe/Paris	48.95247	4.38409		Brutus,Saint-Memmie		44	51	511	51506
2978057	Saint-Même-le-Tenu	saint-meme-le-tenu	FR	44270	1138	Europe/Paris	47.02089	-1.79409		Saint-Meme,Saint-Meme-le-Tenu,Saint-Même,Saint-Même-le-Tenu,Sant-Masen-ar-Porzh,Sen-Mem-le-Tenju,sheng mei mu lai te ni,Сен-Мем-ле-Теню,سینٹ-ممے-لے-تنوع,圣梅姆莱特尼		52	44	442	44087
2978058	Saint-Même-les-Carrières	saint-meme-les-carrieres	FR	16720	1084	Europe/Paris	45.64447	-0.14207		Saint-Meme,Saint-Meme-les-Carrieres,Saint-Même,Saint-Même-les-Carrières,Sen-Mem-le-Kar'er,Sen-Mem-le-Karrer,sheng mei mu lai ka er li ai,Сен-Мем-ле-Каррєр,Сен-Мем-ле-Карьер,سینٹ-ممے-لیس-کرریرس,圣梅姆莱卡尔里埃		75	16	162	16340
2978062	Saint-Méloir-des-Ondes	saint-meloir-des-ondes	FR	35350	3289	Europe/Paris	48.6379	-1.90439		Meloir-Richeux,Méloir-Richeux,Saint Meloir des Ondres,Saint-Meloir-des-Ondes,Saint-Méloir-des-Ondes,Sant-Meleg		53	35	354	35299
2978063	Saint-Méloir-des-Bois	saint-meloir-des-bois	FR	22980	243	Europe/Paris	48.45698	-2.2508		Meloir-Richaux,Méloir-Richaux,Saint-Meloir,Saint-Meloir des Bois,Saint-Meloir-des-Bois,Saint-Méloir,Saint-Méloir des Bois,Saint-Méloir-des-Bois,Sant-Melar,Sen-Meluar-de-Bua,sheng mei lu wa dai bu wa,Сен-Мелуар-де-Буа,سینٹ-ملور-دس-بوس,圣梅卢瓦代布瓦		53	22	221	22317
2978064	Saint-Mélany	saint-melany	FR	07260	124	Europe/Paris	44.52987	4.11831		La Gardete,La Gardète,Saint-Melany,Saint-Mélany,Sant Malani,Sant Melany,Sant Mélany,Sen-Melani,sheng mei la ni,Сен-Мелани,Сен-Мелані,سینٹ-ملنے,圣梅拉尼		84	07	071	07275
2978065	Saint-Melaine-sur-Aubance	saint-melaine-sur-aubance	FR	49610	2052	Europe/Paris	47.3702	-0.49518		Aubance,Saint-Melaine,Saint-Melaine-sur-Aubance,Saint-Mélaine,Saint-Mélaine-sur-Aubance,Sen-Melen-sjur-Obans,ao bang ke he pan sheng mo lan,Сен-Мелен-сюр-Обанс,سینٹ-ملانے-سر-اوبنکے,奥邦克河畔圣默兰		52	49	491	49308
2978067	Saint-Méen-le-Grand	saint-meen-le-grand	FR	35290	4028	Europe/Paris	48.18977	-2.1925		Meen-Libre,Meen-la-Foret,Méen-Libre,Méen-la-Forêt,Saint-Meen,Saint-Meen-le-Grand,Saint-Méen,Saint-Méen-le-Grand,Sanctus Mevennus,Sant-Meven,Sen-Mean-le-Gran,da sheng mei ang,Сен-Меан-ле-Гран,سینٹ-مین-لے-گرینڈ,大圣梅昂		53	35	353	35297
2978068	Saint-Méen	saint-meen	FR	29260	0	Europe/Paris	48.58333	-3.61667				53	29	293	29183
2978069	Saint-Méen	saint-meen	FR	29260	0	Europe/Paris	48.56052	-4.26498		Saint-Meen,Saint-Méen,Sanctus Mevennus,Sant-Neven,Sen-Mean,sheng mei ang,Сен-Меан,سینٹ-مین,圣梅昂		53	29	291	29255
2978070	Saint-Médard-sur-Ille	saint-medard-sur-ille	FR	35250	1248	Europe/Paris	48.27265	-1.65989		Saint-Medard,Saint-Medard-sur-Ille,Saint-Médard,Saint-Médard-sur-Ille,Sant-Marzh-an-Il		53	35	353	35296
2978071	Saint-Médard	saint-medard	FR	16300	88	Europe/Paris	44.77378	2.025		Saint-Medard,Saint-Medard-Nicourby,Saint-Médard,Saint-Médard-Nicourby		76	46	462	46282
2978110	Saint-Maurice-Thizouaille	saint-maurice-thizouaille	FR	89110	254	Europe/Paris	47.83326	3.36199		Saint-Maurice-Thizouaille		27	89	891	89361
2978184	Saint-Maur	saint-maur	FR	18270	3354	Europe/Paris	46.80657	1.63904		Saint-Maur		24	36	362	36202
2978072	Saint-Médard-en-Jalles	saint-medard-en-jalles	FR	33160	29742	Europe/Paris	44.8955	-0.71779		Fulminant,Saint-Medard,Saint-Medard-en-Jalles,Saint-Médard,Saint-Médard-en-Jalles,Sankt-Medard-an-Zhall',Sen Medar an Zhal,Sen-Medar-an-Zhal',Sent Medard de Jalas,saengmedaleuangjal,san=medaru=an=jaru,sn mdrdan zhl,ya lai de qu sheng mei da er,Санкт-Медард-ан-Жалль,Сен Медар ан Жал,Сен-Медар-ан-Жаль,سن مدردان ژل,سینٹ-میڈرڈ-این -جلوس,サン＝メダール＝アン＝ジャル,雅莱地区圣梅达尔,생메다르앙잘		75	33	332	33449
2978073	Saint-Médard-en-Forez	saint-medard-en-forez	FR	42330	864	Europe/Paris	45.60033	4.36131		Saint Medard,Saint Médard,Saint-Medard-en-Forez,Saint-Médard-en-Forez		84	42	421	42264
2978074	Saint-Médard-d'Eyrans	saint-medard-d-eyrans	FR	33650	2743	Europe/Paris	44.71667	-0.51667		Saint-Medard,Saint-Medard-d'Eyrans,Saint-Médard,Saint-Médard-d'Eyrans		75	33	332	33448
2978075	Saint-Médard-d'Excideuil	saint-medard-d-excideuil	FR	24160	0	Europe/Paris	45.34207	1.07106		Medard-sur-la-Loup,Médard-sur-la-Loup,Saint-Medard,Saint-Medard-d'Excideuil,Saint-Médard,Saint-Médard-d'Excideuil		75	24	242	24463
2978077	Saint-Médard-de-Presque	saint-medard-de-presque	FR	46400	215	Europe/Paris	44.86376	1.84763		Saint-Medard,Saint-Medard-de-Presque,Saint-Médard,Saint-Médard-de-Presque		76	46	462	46281
2978078	Saint-Médard-de-Mussidan	saint-medard-de-mussidan	FR	24400	1590	Europe/Paris	45.04375	0.34647		Saint-Medard,Saint-Medard-de-Mussidan,Saint-Médard,Saint-Médard-de-Mussidan		75	24	243	24462
2978079	Saint-Médard-de-Guizières	saint-medard-de-guizieres	FR	33230	2162	Europe/Paris	45.01558	-0.05921		Saint-Medard,Saint-Medard-de-Guizieres,Saint-Médard,Saint-Médard-de-Guizières		75	33	335	33447
2978080	Saint-Médard-d'Aunis	saint-medard-d-aunis	FR	17220	0	Europe/Paris	46.1585	-0.97257		Beaurepaire,La Barde,Medard,Médard,Saint-Medard,Saint-Medard-d'Aunis,Saint-Médard,Saint-Médard-d'Aunis,Val-Pastour		75	17	173	17373
2978081	Saint-Médard	saint-medard	FR	16300	100	Europe/Paris	48.81026	6.63403		Medard-Libre,Médard-Libre,Saint-Medard,Saint-Médard		44	57	575	57621
2978082	Saint-Médard	saint-medard	FR	16300	73	Europe/Paris	47	1.25		Saint-Medard,Saint-Médard		24	36	362	36203
2978083	Saint-Médard	saint-medard	FR	16300	97	Europe/Paris	46.21287	-0.27834		Saint-Medard,Saint-Médard		75	79	792	79061
2979395	Saint-Jean	saint-jean	FR	31240	0	Europe/Paris	43.58015	6.95533		Saint-Jean		93	06	061	06108
2978084	Saint-Médard-la-Rochette	saint-medard-la-rochette	FR	23200	585	Europe/Paris	46.05	2.15		Saint-Medard,Saint-Médard		75	23	231	23220
2978085	Saint-Médard	saint-medard	FR	16300	0	Europe/Paris	45.85128	-0.09639		Saint-Medard,Saint-Medard-de-Rouillac,Saint-Médard,Saint-Médard-de-Rouillac		75	16	162	16339
2978086	Saint-Médard	saint-medard	FR	16300	0	Europe/Paris	45.51098	-0.13621		Saint-Medard-de-Barbezieux,Saint-Médard-de-Barbezieux		75	16	162	16338
2978087	Saint-Médard	saint-medard	FR	16300	0	Europe/Paris	45.39837	-0.35487		Saint-Medard,Saint-Médard		75	17	171	17372
2978088	Saint-Médard	saint-medard	FR	16300	168	Europe/Paris	44.53867	1.29351		Saint-Medard,Saint-Médard		76	46	461	46280
2978089	Saint-Médard	saint-medard	FR	16300	0	Europe/Paris	44.33143	0.56083				75	47	471	47190
2978090	Saint-Médard	saint-medard	FR	16300	183	Europe/Paris	43.53005	-0.59091		Saint-Medard,Saint-Médard		75	64	643	64491
2978091	Saint-Médard	saint-medard	FR	16300	311	Europe/Paris	43.48973	0.45851		Saint-Medard,Saint-Médard		76	32	323	32394
2978092	Saint-Médard	saint-medard	FR	16300	264	Europe/Paris	43.12818	0.83539		Haute-Vue,Les Bois,Mont-Medard,Mont-Médard,Saint-Medard,Saint-Médard		76	31	312	31504
2978093	Saint-Méard-de-Gurçon	saint-meard-de-gurcon	FR	24610	827	Europe/Paris	44.90926	0.18324		Saint-Meard,Saint-Meard-de-Gurcon,Saint-Méard,Saint-Méard-de-Gurçon		75	24	241	24461
2978094	Saint-Méard-de-Drône	saint-meard-de-drone	FR	24600	0	Europe/Paris	45.2489	0.42177		Saint Meard,Saint Méard,Saint-Meard-de-Drone,Saint-Meard-de-Dronne,Saint-Méard-de-Drone,Saint-Méard-de-Dronne,Saint-Méard-de-Drône		75	24	243	24460
2978095	Saint-Méard	saint-meard	FR	87130	346	Europe/Paris	45.66542	1.548		Saint-Meard,Saint-Méard,Sen-Mear,Sent Merd,Sent Mèrd,sheng mei a er,Сен-Меар,سینٹ-مرد,圣梅阿尔		75	87	872	87170
2978096	Saint-Maime-de-Péreyrol	saint-maime-de-pereyrol	FR	24380	282	Europe/Paris	45.01449	0.64692		Pereyrol-la-Montagne,Saint-Maime-de-Pereyrol,Saint-Maime-de-Péreyrol,Saint-Mayme,Saint-Mayme-de-Pereyol,Sen-Mem-de-Pererol',Sent Maime de Perairous,Sent Maime de Perairòus,sheng man de pei lei luo,Сен-Мем-де-Перероль,سینٹ-مامے-دے-پرےرول,圣曼德佩雷罗		75	24	243	24459
2978097	Saint-Mayeux	saint-mayeux	FR	22320	505	Europe/Paris	48.25615	-3.0062		Saint-Mayeux,Sant-Vaeg		53	22	224	22316
2978098	Saint-May	saint-may	FR	26510	43	Europe/Paris	44.42628	5.31791		Saint-May		84	26	262	26318
2978099	Saint-Maxire	saint-maxire	FR	79410	1172	Europe/Paris	46.39952	-0.4785		Saint-Maxire		75	79	792	79281
2978100	Saint-Maximin-la-Sainte-Baume	saint-maximin-la-sainte-baume	FR	83470	15225	Europe/Paris	43.44813	5.86081		Marathon,Saint-Maximin,Saint-Maximin-la-Sainte-Baume,Sant Maissemin de la Santa Bauma,Sant Maissimin,Sen-Maksimen-la-Sent-Bom,saeng magsimang la saengteu bome,san=makushiman=ra=santo=bomu,sheng ma ke xi man la-sang te bo mo,Сен-Максимен-ла-Сент-Бом,Сен-Максімен-ла-Сент-Бом,سینٹ-شمن-لا-سین-بومے,サン＝マクシマン＝ラ＝サント＝ボーム,圣马克西曼拉-桑特博默,생 막시망 라 생트 보메		93	83	833	83116
2978101	Saint-Maximin	saint-maximin	FR	30700	2685	Europe/Paris	49.22182	2.45359		Maximum,Saint-Maximin		32	60	604	60589
2978102	Saint-Maximin	saint-maximin	FR	30700	582	Europe/Paris	45.42099	6.03342		Saint-Maximin		84	38	381	38426
2978103	Saint-Maximin	saint-maximin	FR	30700	611	Europe/Paris	43.99439	4.45074		Marathon,Maximin-la-Coste,Saint-Maximin		76	30	302	30286
2978104	Saint-Maxent	saint-maxent	FR	80140	385	Europe/Paris	50.0044	1.73236		Saint-Maxent,Saint-Maxent-en-Vimeu		32	80	801	80710
2978105	Saint-Max	saint-max	FR	54130	11123	Europe/Paris	48.70426	6.20686		Max-la-Montagne,Saint-Max,Sen-Maks,sheng ma,Сен-Макс,سینٹ-میکس,圣马		44	54	543	54482
2978106	Saint-Maur-sur-le-Loir	saint-maur-sur-le-loir	FR	28800	401	Europe/Paris	48.15309	1.41973		Saint-Maur,Saint-Maur-sur Loir,Saint-Maur-sur-le-Loir		24	28	282	28353
2978107	Saint-Maur	saint-maur	FR	18270	116	Europe/Paris	43.47776	0.34322		Beaupre,Beaupré,Montagnarde,Saint-Maur,Saint-Maur-Soules,Saint-Maur-Soulès		76	32	323	32393
2978108	Saint-Maurin	saint-maurin	FR	47270	466	Europe/Paris	44.2078	0.89206		Saint-Maurin		75	47	471	47260
2978111	Saint-Maurice-sur-Vingeanne	saint-maurice-sur-vingeanne	FR	21610	186	Europe/Paris	47.57895	5.40894		Avallon-sur-Vingeanne,Saint-Maurice,Saint-Maurice-sur-Vingeanne,Sen-Moris-sjur-Venzhan,Sen-Moris-sjur-Venzhann,wan ya ne he pan sheng mo li ke,Сен-Морис-сюр-Венжан,Сен-Морис-сюр-Венжанн,سینٹ-موریس-سر-ونگانے,万雅讷河畔圣莫里克		27	21	212	21562
2978112	Saint-Maurice-sur-Moselle	saint-maurice-sur-moselle	FR	88560	1507	Europe/Paris	47.85889	6.82477		Saint-Maurice,Saint-Maurice-sur-Moselle,Sen Moris sur Mozelis,Sen-Moris-sjur-Mozel',mo ze er he pan sheng mo li sai,Сен-Морис-сюр-Мозель,سینٹ-موریس-سر-موسیلے,摩泽尔河畔圣莫里塞		44	88	881	88426
2978113	Saint-Maurice-sur-Mortagne	saint-maurice-sur-mortagne	FR	88700	194	Europe/Paris	48.38663	6.5827		Saint-Maurice,Saint-Maurice-sur-Mortagne		44	88	881	88425
2978115	Saint-Maurice-sur-Huisne	saint-maurice-sur-huisne	FR	61110	65	Europe/Paris	48.44091	0.69978		Saint-Maurice,Saint-Maurice-sur Huine,Saint-Maurice-sur Huîne,Saint-Maurice-sur-Huisne		28	61	613	61050
2978116	Saint-Maurice-sur-Fessard	saint-maurice-sur-fessard	FR	45700	1094	Europe/Paris	47.99231	2.62157		Saint-Maurice,Saint-Maurice-sur-Fessard,Sen-Moris-sjur-Fessar,fei sa er he pan sheng mo li ke,Сен-Морис-сюр-Фессар,سینٹ-موریس-سر-فسسرد,费萨尔河畔圣莫里克		24	45	451	45293
2978117	Saint-Maurice-sur-Eygues	saint-maurice-sur-eygues	FR	26110	582	Europe/Paris	44.29965	5.01062		Maurice-Belle-Fontaine,Saint Maurice,Saint-Maurice-sur-Eygues		84	26	262	26317
2978118	Saint-Maurice-sur-Dargoire	saint-maurice-sur-dargoire	FR	69440	2128	Europe/Paris	45.58224	4.6312		Desille-sur-Dargoire,Désille-sur-Dargoire,Saint-Maurice,Saint-Maurice-sur-Dargoire		84	69	691	69228
2978119	Saint-Maurice-sur-Aveyron	saint-maurice-sur-aveyron	FR	45230	837	Europe/Paris	47.8509	2.92657		Saint-Maurice,Saint-Maurice-sur-Aveyron,Sen-Moris-sjur-Averon,a wei luo ne he pan sheng mo li ke,Сен-Морис-сюр-Аверон,سینٹ-موریس-سر-آوےروں,阿韦罗讷河畔圣莫里克		24	45	451	45292
2978120	Saint-Maurice-sur-Adour	saint-maurice-sur-adour	FR	40270	558	Europe/Paris	43.78513	-0.46775		Saint-Maurice,Saint-Maurice-sur-Adour		75	40	402	40275
2978121	Saint-Maurice-sous-les-Côtes	saint-maurice-sous-les-cotes	FR	55210	336	Europe/Paris	49.01564	5.67803		Saint-Maurice,Saint-Maurice-sous-les-Cotes,Saint-Maurice-sous-les-Côtes		44	55	552	55462
2978122	Saint-Maurice-Saint-Germain	saint-maurice-saint-germain	FR	28240	537	Europe/Paris	48.49724	1.07767		Saint-Maurice,Saint-Maurice-Saint-Germain		24	28	284	28354
2978123	Saint-Maurice-près-Pionsat	saint-maurice-pres-pionsat	FR	63330	0	Europe/Paris	46.06553	2.60062		Saint-Maurice,Saint-Maurice-de-Pionsat,Saint-Maurice-de-Poinsat,Saint-Maurice-pres-Pionsat,Saint-Maurice-pres-Poinsat,Saint-Maurice-près-Pionsat,Saint-Maurice-près-Poinsat		84	63	634	63377
2978124	Saint-Maurice-près-Crocq	saint-maurice-pres-crocq	FR	23260	118	Europe/Paris	45.87389	2.32723		Saint-Maurice,Saint-Maurice-pres-Crocq,Saint-Maurice-près-Crocq		75	23	231	23218
2978125	Saint-Maurice-Navacelles	saint-maurice-navacelles	FR	34190	162	Europe/Paris	43.8467	3.51831		Fontenille-de-Vis,Saint-Maurice,Saint-Maurice-Navacelle,Saint-Maurice-Navacelles		76	34	342	34277
2978126	Saint-Maurice-Montcouronne	saint-maurice-montcouronne	FR	91530	1440	Europe/Paris	48.58288	2.12504		Saint-Maurice,Saint-Maurice-Montcouronne,Sen-Moris-Monkuronn,sheng mo li sai meng te ku luo na,Сен-Морис-Монкуронн,سینٹ-موریس-مونتکوروں نے,圣莫里塞蒙特库罗纳		11	91	913	91568
2978127	Saint-Maurice-l'Exil	saint-maurice-l-exil	FR	38550	0	Europe/Paris	45.38514	4.78303		Saint Maurice,Saint-Maurice-l'Exil		84	38	383	38425
2978128	Saint-Maurice-le-Vieil	saint-maurice-le-vieil	FR	89110	232	Europe/Paris	47.82225	3.35221		Saint-Maurice-le-Vieil		27	89	891	89360
2978129	Saint-Maurice-lès-Couches	saint-maurice-les-couches	FR	71490	162	Europe/Paris	46.88024	4.59964		Saint-Maurice,Saint-Maurice-les-Couches,Saint-Maurice-lès-Couches		27	71	711	71464
2978130	Saint-Maurice-lès-Châteauneuf	saint-maurice-les-chateauneuf	FR	71740	573	Europe/Paris	46.21629	4.25301		Pont-sur-Sornin,Saint-Maurice,Saint-Maurice-les-Chateauneuf,Saint-Maurice-lès-Châteauneuf,Sornin		27	71	713	71463
2978131	Saint-Maurice-lès-Charencey	saint-maurice-les-charencey	FR	61190	557	Europe/Paris	48.64846	0.75783		Bon-Air,Saint-Maurice,Saint-Maurice-les-Charencey,Saint-Maurice-les-Cherencei,Saint-Maurice-les-Cherencey,Saint-Maurice-les-Chérencei,Saint-Maurice-les-Chérencey,Saint-Maurice-lès-Charencey		28	61	613	61429
2978132	Saint-Maurice-les-Brousses	saint-maurice-les-brousses	FR	87800	562	Europe/Paris	45.69963	1.23581		Saint-Maurice,Saint-Maurice-les-Brousses		75	87	872	87169
2978133	Saint-Maurice-le-Girard	saint-maurice-le-girard	FR	85390	569	Europe/Paris	46.64399	-0.80522		Saint-Maurice,Saint-Maurice-le-Girard,Vaugirard		52	85	851	85252
2978134	Saint-Maurice-la-Souterraine	saint-maurice-la-souterraine	FR	23300	1051	Europe/Paris	46.21406	1.42995		Saint-Maurice,Saint-Maurice-la-Souterraine		75	23	232	23219
2978135	Saint-Maurice	saint-maurice	FR	52200	540	Europe/Paris	47.0337	-0.50923		Saint-Maurice,Saint-Maurice-de la Fougereuse,Saint-Maurice-la-Fougereuse		75	79	791	79280
2978136	Saint-Maurice-la-Clouère	saint-maurice-la-clouere	FR	86160	1081	Europe/Paris	46.3795	0.4118		Saint-Maurice,Saint-Maurice-la-Clouere,Saint-Maurice-la-Clouère,Sen-Moris-la-Kluer,sheng mo li se la ke lu ai lei,Сен-Морис-ла-Клуер,سینٹ-موریس-لا-کلویرے,圣莫里瑟拉克卢埃勒		75	86	862	86235
2978137	Saint-Maurice-en-Valgodemard	saint-maurice-en-valgodemard	FR	05800	158	Europe/Paris	44.80379	6.09482		Saint Maurice,Saint-Maurice-en Valgaudemar,Saint-Maurice-en-Valgodemard,Sant Maurici,Sant Maurici en Gaudemar,Sen-Moris-an-Val'godmar,Val-Maurice,wa er ge dai ma er de qu sheng mo li ke,Сен-Морис-ан-Вальгодмар,سینٹ-موریس-این -ولگودمرد,瓦尔戈代马尔地区圣莫里克		93	05	052	05152
2978138	Saint-Maurice-en-Trièves	saint-maurice-en-trieves	FR	38930	0	Europe/Paris	44.76458	5.66404		Saint-Maurice,Saint-Maurice-en-Trieves,Saint-Maurice-en-Trièves		84	38	381	38424
2978139	Saint-Maurice-en-Rivière	saint-maurice-en-riviere	FR	71620	444	Europe/Paris	46.84561	5.00608		Fort-Chevrey,Saint-Maurice,Saint-Maurice-en-Riviere,Saint-Maurice-en-Rivière		27	71	712	71462
2978140	Saint-Maurice-en-Quercy	saint-maurice-en-quercy	FR	46120	258	Europe/Paris	44.74344	1.94747		Saint-Maurice,Saint-Maurice-en-Quercy		76	46	462	46279
2978141	Saint-Maurice-Crillat	saint-maurice-crillat	FR	39130	218	Europe/Paris	46.57137	5.83039		Saint-Maurice,Saint-Maurice-en-Montagne		27	39	392	39493
2978182	Saint-Maur	saint-maur	FR	18270	368	Europe/Paris	49.61606	1.91882		Mor-la-Chaussee,Mor-la-Chaussée,Saint-Maur		32	60	601	60588
2978183	Saint-Maur	saint-maur	FR	18270	0	Europe/Paris	48.1	-3.5				53	56	562	56100
2978142	Saint-Maurice-en-Gourgois	saint-maurice-en-gourgois	FR	42240	1296	Europe/Paris	45.40127	4.18253		Saint-Maurice,Saint-Maurice-en-Gourgois,Sant Maurise de Gorgos,Sant Maurise de Gorgós,Sen-Moris-an-Gurgua,gu er gua de qu sheng mo li ke,Сен-Морис-ан-Гургуа,سینٹ-موریس-این -گورگوس,古尔瓜地区圣莫里克		84	42	421	42262
2978143	Saint-Maurice-en-Cotentin	saint-maurice-en-cotentin	FR	50270	285	Europe/Paris	49.38952	-1.70643		Saint-Maurice,Saint-Maurice-en-Cotentin		28	50	502	50522
2978144	Saint-Maurice-Colombier	saint-maurice-colombier	FR	25260	750	Europe/Paris	47.45	6.65		Saint-Maurice,Saint-Maurice-Echelotte,Saint-Maurice-Échelotte		27	25	252	25524
2978145	Saint-Maurice-du-Désert	saint-maurice-du-desert	FR	61600	695	Europe/Paris	48.61065	-0.38849		Saint-Maurice		28	61	612	61463
2978146	Saint-Maurice-d'Ibie	saint-maurice-d-ibie	FR	07170	0	Europe/Paris	44.50106	4.48295		Saint-Maurice,Saint-Maurice-d'Ibie		84	07	071	07273
2978147	Saint-Maurice-de-Ventalon	saint-maurice-de-ventalon	FR	48220	71	Europe/Paris	44.32313	3.82976		Montjoye-de-Ventalon,Saint-Maurice,Saint-Maurice-de-Ventalon,Sen-Moris-de-Vantalon,Sent Maurise de Ventalon,sheng mo li ke de wang ta long,Сен-Морис-де-Ванталон,سینٹ-موریس-دے-ونتالوں,圣莫里克德旺塔隆		76	48	481	48116
2978148	Saint-Maurice-d'Ételan	saint-maurice-d-etelan	FR	76330	0	Europe/Paris	49.46147	0.61761		Maurice-sur-Seine,Saint-Maurice,Saint-Maurice-d'Etelan,Saint-Maurice-d'Ételan		28	76	762	76622
2978149	Saint-Maurice-de-Tavernole	saint-maurice-de-tavernole	FR	17500	117	Europe/Paris	45.48096	-0.4035		Maurice-Tavernolle,Saint-Maurice,Saint-Maurice-de-Tavernole		75	17	171	17295
2978150	Saint-Maurice-des-Noues	saint-maurice-des-noues	FR	85120	617	Europe/Paris	46.60247	-0.72304		Les Noues,Saint-Maurice,Saint-Maurice-des-Noues		52	85	851	85251
2978151	Saint-Maurice-des-Lions	saint-maurice-des-lions	FR	16500	959	Europe/Paris	45.9647	0.70156		Saint-Maurice,Saint-Maurice-des-Lions,Sen-Moris-de-L'jon,Sen-Moris-de-L'on,Sent Maurzis,Sent Maurzís,sheng mo li ke dai li weng,Сен-Морис-де-Льйон,Сен-Морис-де-Льон,سینٹ-موریس-دس-لیونس,圣莫里克代利翁		75	16	163	16337
2978152	Saint-Maurice-des-Champs	saint-maurice-des-champs	FR	71460	57	Europe/Paris	46.62893	4.61988		Champ-des-Bois,Saint-Maurice,Saint-Maurice-des-Champs		27	71	712	71461
2978153	Saint-Maurice-de-Satonnay	saint-maurice-de-satonnay	FR	71260	404	Europe/Paris	46.4141	4.78432		Mauris-des-Pres-et-Champagne,Mauris-des-Prés-et-Champagne,Saint-Maurice,Saint-Maurice-de-Satonnay		27	71	715	71460
2978155	Saint-Maurice-de-Rotherens	saint-maurice-de-rotherens	FR	73240	183	Europe/Paris	45.62094	5.69826		Roc-de-Rotherens,Saint-Maurice,Saint-Maurice-de-Rotherens		84	73	732	73236
2978157	Saint-Maurice-de-Rémens	saint-maurice-de-remens	FR	01500	699	Europe/Paris	45.95788	5.2742		Reyment,Saint-Maurice,Saint-Maurice-de-Remens,Saint-Maurice-de-Rémens		84	01	011	01379
2978158	Saint-Maurice-de-Lignon	saint-maurice-de-lignon	FR	43200	1896	Europe/Paris	45.2243	4.1388		Lignon,Saint-Maurice,Saint-Maurice-de-Lignon		84	43	433	43211
2978159	Saint-Maurice-de-Lestapel	saint-maurice-de-lestapel	FR	47290	105	Europe/Paris	44.57364	0.56863		Anglas-la-Montagne,Saint-Maurice,Saint-Maurice-de-Lestapel		75	47	473	47259
2978161	Saint-Maurice-de-Gourdans	saint-maurice-de-gourdans	FR	01800	2131	Europe/Paris	45.82248	5.1945		Saint Maurice,Saint-Maurice-de-Gourdan,Saint-Maurice-de-Gourdans		84	01	011	01378
2978162	Saint-Maurice-de-Cazevieille	saint-maurice-de-cazevieille	FR	30360	526	Europe/Paris	44.03136	4.23273		Maurice-de-Rocher,Saint Maurice,Saint-Maurice-de-Cazevieille		76	30	301	30285
2978163	Saint-Maurice-de-Beynost	saint-maurice-de-beynost	FR	01700	4379	Europe/Paris	45.8344	4.9775		La Fontaine,Saint Maurice,Saint-Maurice-de-Beynost,Sen Moris de Beno,Sen-Moris-de-Bejno,Sen-Moris-de-Beno,san-mwrys-dw-bynws  ayn,sheng mo li si de bei nuo si te,sn-mwrys-d-bynwst,Сен-Морис-де-Бейно,Сен-Морис-де-Бено,Սեն Մորիս դե Բենո,سان-موريس-دو-بينوس، أين,سن-موریس-د-بینوست,سینٹ-موریس-دے-بینوسٹ,圣莫里斯德贝诺斯特		84	01	012	01376
2978164	Saint-Maurice-d'Ardèche	saint-maurice-d-ardeche	FR	07200	0	Europe/Paris	44.52113	4.3996		Saint-Maurice,Saint-Maurice-d'Ardeche,Saint-Maurice-d'Ardèche		84	07	071	07272
2978165	Saint-Maurice-aux-Riches-Hommes	saint-maurice-aux-riches-hommes	FR	89190	405	Europe/Paris	48.35193	3.51554		Maurice-les-sans-Culottes,Saint-Maurice,Saint-Maurice-aux-Riches-Hommes		27	89	893	89359
2978166	Saint-Maurice-aux-Forges	saint-maurice-aux-forges	FR	54540	0	Europe/Paris	48.51007	6.84616		Saint-Maurice,Saint-Maurice-aux-Forges		44	54	542	54481
2978169	Saint-Maurice	saint-maurice	FR	52200	0	Europe/Paris	49.66439	1.59641				28	76	761	76295
2978170	Saint-Maurice	saint-maurice	FR	52200	14282	Europe/Paris	48.82182	2.42716		Charenton-Saint-Maurice,Saint-Maurice		11	94	942	94069
2978171	Saint-Maurice	saint-maurice	FR	52200	358	Europe/Paris	48.32791	7.33568		Saint-Maurice		44	67	675	67427
2978172	Saint-Maurice	saint-maurice	FR	52200	0	Europe/Paris	47.84473	5.40957		Saint-Maurice		44	52	522	52453
2978173	Saint-Maurice	saint-maurice	FR	52200	0	Europe/Paris	47.10598	3.56818		Maurice-les-Fontaines,Mont-Romain,Montgravier,Saint-Maurice		27	58	583	58257
2978174	Saint-Maurice	saint-maurice	FR	52200	0	Europe/Paris	46.81676	3.45669				27	58	583	58095
2978175	Saint-Maurice	saint-maurice	FR	52200	785	Europe/Paris	45.67086	3.23624		Saint Maurice es Allier,Saint-Maurice		84	63	632	63378
2978176	Saint-Maurice	saint-maurice	FR	52200	0	Europe/Paris	44.95717	0.68987				75	24	243	24362
2978177	Saint-Maurice	saint-maurice	FR	52200	0	Europe/Paris	43.86566	3.07557				76	12	121	12155
2978179	Saint-Maur-des-Fossés	saint-maur-des-fosses	FR	94100	75402	Europe/Paris	48.79395	2.49323		Saint-Maur,Saint-Maur-des-Fosses,Saint-Maur-des-Fossés,Saint-Maur-les-Fosses,Saint-Maur-les-Fossés,Sen Mor de Fose,Sen-Mor-de-Fosse,Vivant-sur-Marne,saengmoleudepose,san mwr dyh fwsyh,san=moru=de=fosse,sheng mo dai fu sai,sn mwr dfwsh,sn-mr-d-fwsh,Сен Мор де Фосе,Сен-Мор-де-Фоссе,سان مور ديه فوسيه,سن مور دفوسه,سن-مر-د-فوسه,سینٹ-موڑ-دس-فوسسس,サン＝モール＝デ＝フォッセ,圣莫代福塞,생모르데포세		11	94	942	94068
2978180	Saint-Maur-des-Bois	saint-maur-des-bois	FR	50800	131	Europe/Paris	48.82333	-1.15238		Saint-Maur,Saint-Maur-des-Bois		28	50	501	50521
2978185	Saint-Maur	saint-maur	FR	18270	177	Europe/Paris	46.61555	5.58717		Saint-Maur		27	39	392	39492
2978186	Saint-Maur	saint-maur	FR	18270	299	Europe/Paris	46.58048	2.29905		Entrevilles,Longbord,Saint-Maur		24	18	182	18225
2978187	Saint-Maulvis	saint-maulvis	FR	80140	228	Europe/Paris	49.9055	1.83651		Saint-Maulvis		32	80	802	80709
2978188	Saint-Maugan	saint-maugan	FR	35750	388	Europe/Paris	48.13478	-2.08329		Saint-Maugan,Sant-Malgant		53	35	353	35295
2978189	Saint-Maudez	saint-maudez	FR	22980	0	Europe/Paris	48.59075	-3.26083				53	22	222	22164
2978190	Saint-Maudez	saint-maudez	FR	22980	0	Europe/Paris	48.45326	-2.18218		Saint-Maudez,Sant-Maodez		53	22	221	22315
2978194	Saint-Maudan	saint-maudan	FR	22600	420	Europe/Paris	48.11384	-2.77347		Saint-Maudan,Sant-Maodan		53	22	224	22314
2978195	Saint-Matré	saint-matre	FR	46800	132	Europe/Paris	44.4	1.11966		Saint-Matre,Saint-Matré		76	46	461	46033
2978197	Saint-Mathurin-sur-Loire	saint-mathurin-sur-loire	FR	49250	2356	Europe/Paris	47.41176	-0.31957		Port-de-la-Vallee,Port-de-la-Vallée,Saint-Mathurin,Saint-Mathurin-sur-Loire,Sen-Matjuren-sjur-Luar,lu wa er he pan sheng ma di lan,Сен-Матюрен-сюр-Луар,سینٹ-مطہریں -سر-لڑے,卢瓦尔河畔圣马蒂兰		52	49	491	49307
2978198	Saint-Mathurin	saint-mathurin	FR	85150	1350	Europe/Paris	46.56491	-1.71457		Saint-Mathurin		52	85	853	85250
2978199	Saint-Mathieu	saint-mathieu	FR	87440	4482	Europe/Paris	43.76862	3.85773		Saint-Mathieu,Saint-Mathieu-de-Treviers,Saint-Mathieu-de-Tréviers,Sant Matieu de Treviers,Sant Matieu de Trevièrs,Sant Matiu,Sen-Mat'e-de-Trev'e,Sen-Mat'e-de-Treve,sheng ma di e de te lei wei ye er,Сен-Матье-де-Тревье,Сен-Матьє-де-Тревє,سینٹ-متھیو-دے-ترویرس,圣马蒂厄德特雷维耶尔		76	34	342	34276
2978201	Saint-Mathieu	saint-mathieu	FR	87440	0	Europe/Paris	48.33169	-4.77013				53	29	291	29190
2978202	Saint-Mathieu	saint-mathieu	FR	87440	1181	Europe/Paris	45.70619	0.75865		Saint-Mathieu		75	87	873	87168
2978203	Saint-Masmes	saint-masmes	FR	51490	532	Europe/Paris	49.31211	4.26172		Fanemont,Fanémont,Saint-Masmes		44	51	513	51505
2978204	Saint-Mary-le-Plain	saint-mary-le-plain	FR	15500	158	Europe/Paris	45.1867	3.16178		Saint-Mary,Saint-Mary-le-Plain		84	15	153	15203
2978205	Saint-Mary	saint-mary	FR	16260	377	Europe/Paris	45.83276	0.38893		Saint-Mary		75	16	163	16336
2978207	Saint-Martory	saint-martory	FR	31360	989	Europe/Paris	43.14261	0.9299		Saint-Martory		76	31	312	31503
2978244	Saint-Martin-lès-Melle	saint-martin-les-melle	FR	79500	734	Europe/Paris	46.22117	-0.1651		Saint Martin,Saint-Martin-de Melle,Saint-Martin-les-Melle,Saint-Martin-lès-Melle		75	79	792	79174
2978245	Saint-Martin-lès-Langres	saint-martin-les-langres	FR	52200	52	Europe/Paris	47.88947	5.26349		Saint-Martin,Saint-Martin-les-Langres,Saint-Martin-lès-Langres		44	52	522	52452
2978208	Saint-Martin-Vésubie	saint-martin-vesubie	FR	06450	1345	Europe/Paris	44.06892	7.25583		Fanum Sancti Martini Lantuscanorum,Saint-Martin,Saint-Martin-Vesubie,Saint-Martin-Vésubie,Saint-Martin-de-Vesubie,Saint-Martin-de-Vésubie,San Martino Lantosca,Sant Martin de Lantosca,Sant Martin de Vesubia,Sant Martin de Vesubiá,Sen-Marten-Vezjubi,san martn fyswby,sheng ma dan wei xu bi ye,Сен-Мартен-Везюби,Сен-Мартен-Везюбі,سان مارتن فيسوبي,سینٹ-مارٹن-وسبئے,圣马丹韦叙比耶		93	06	062	06127
2978209	Saint-Martin-Valmeroux	saint-martin-valmeroux	FR	15140	916	Europe/Paris	45.11737	2.42514		Saint-Martin,Saint-Martin-Valmeroux		84	15	152	15202
2978210	Saint-Martin-Terressus	saint-martin-terressus	FR	87400	492	Europe/Paris	45.91953	1.44324		Saint-Martin,Saint-Martin-Terressus,Saint-Martin-Torressus		75	87	872	87167
2978211	Saint-Martin-sur-Oust	saint-martin-sur-oust	FR	56200	1384	Europe/Paris	47.74594	-2.25431		Saint-Martin,Saint-Martin-sur-Oust,Sant-Varzhin-an-Oud,Sen-Marten-sjur-Ust,wu si he pan sheng ma dan,Сен-Мартен-сюр-Уст,سینٹ-مارٹن-سر-وسط,乌斯河畔圣马丹		53	56	563	56229
2978212	Saint-Martin-sur-Ouanne	saint-martin-sur-ouanne	FR	89120	391	Europe/Paris	47.8403	3.1033		Saint-Martin,Saint-Martin-sur-Ouanne,Sen-Marten-sjur-Uann,wu ang he pan sheng ma er tan,Сен-Мартен-сюр-Уанн,سینٹ-مارٹن-سر-عوانے,乌昂河畔圣马尔坦		27	89	891	89086
2978214	Saint-Martin-sur-Ocre	saint-martin-sur-ocre	FR	45500	46	Europe/Paris	47.81706	3.34122		Saint-Martin,Saint-Martin-sur-Ocre		27	89	891	89334
2978215	Saint-Martin-sur-Ocre	saint-martin-sur-ocre	FR	45500	1225	Europe/Paris	47.65942	2.6581		Saint-Martin,Saint-Martin-sur-Ocre		24	45	451	45291
2978216	Saint-Martin-sur-Nohain	saint-martin-sur-nohain	FR	58150	373	Europe/Paris	47.36153	2.98409		Saint-Martin,Saint-Martin-sur-Nohain		27	58	584	58256
2978217	Saint-Martin-sur-le-Pré	saint-martin-sur-le-pre	FR	51520	913	Europe/Paris	48.97741	4.33911		Saint-Martin,Saint-Martin-sur-le-Pre,Saint-Martin-sur-le-Pré		44	51	511	51504
2978218	Saint-Martin-sur-la-Chambre	saint-martin-sur-la-chambre	FR	73130	0	Europe/Paris	45.36346	6.31232		Bujon,Saint Martin,Saint Martin-de la Chambre,Saint-Martin-sur-la-Chambre,Saint-Martin-sur-le-Chambre		84	73	733	73259
2978220	Saint-Martin-sur-Écaillon	saint-martin-sur-ecaillon	FR	59213	435	Europe/Paris	50.24829	3.52686		Saint-Martin,Saint-Martin-sur-Ecaillon,Saint-Martin-sur-Écaillon		32	59	592	59537
2978221	Saint-Martin-sur-Cojeul	saint-martin-sur-cojeul	FR	62128	201	Europe/Paris	50.23224	2.84237		Saint-Martin,Saint-Martin-sur-Cojeul,Sen-Marten-sjur-Kozhel',ke re lei he pan sheng ma dan,san martn swr kwjyl,Сен-Мартен-сюр-Кожель,سان مارتن سور كوجيل,سینٹ-مارٹن-سر-کوجیل,科热勒河畔圣马丹		32	62	621	62761
2978223	Saint-Martin-sur-Armançon	saint-martin-sur-armancon	FR	89700	172	Europe/Paris	47.87282	4.06972		Saint-Martin,Saint-Martin-sur-Armancon,Saint-Martin-sur-Armançon		27	89	892	89355
2978224	Saint-Martin-sous-Vigouroux	saint-martin-sous-vigouroux	FR	15230	278	Europe/Paris	44.92303	2.80284		Saint-Martin,Saint-Martin-sous-Vigouroux		84	15	153	15201
2978301	Saint-Martin-du-Lac	saint-martin-du-lac	FR	71110	237	Europe/Paris	46.25329	4.04462		Lac-sur-Loire,Saint-Martin,Saint-Martin-du-Lac		27	71	713	71453
2978226	Saint-Martin-sous-Montaigu	saint-martin-sous-montaigu	FR	71640	381	Europe/Paris	46.81583	4.71345		Montaigu,Saint-Martin,Saint-Martin-sous-Montaigu,Sen-Marten-su-Montegju,Сен-Мартен-су-Монтегю,سینٹ-مارٹن-سوس-مونٹیگو		27	71	712	71459
2978227	Saint-Martin-Sepert	saint-martin-sepert	FR	19210	264	Europe/Paris	45.43443	1.47139		Saint-Martin-Sepert		75	19	191	19223
2978228	Saint-Martin-Saint-Firmin	saint-martin-saint-firmin	FR	27450	203	Europe/Paris	49.28592	0.55293		Saint-Martin,Saint-Martin-Saint-Firmin		28	27	272	27571
2978229	Saint-Martin-Sainte-Catherine	saint-martin-sainte-catherine	FR	23430	376	Europe/Paris	45.96151	1.5757		Saint-Martin,Saint-Martin-Sainte-Catherine		75	23	232	23217
2978230	Saint-Martin-Rivière	saint-martin-riviere	FR	02110	121	Europe/Paris	50.04422	3.5399		Saint-Martin,Saint-Martin-Riviere,Saint-Martin-Rivière		32	02	025	02683
2978232	Saint-Martin-Petit	saint-martin-petit	FR	47180	379	Europe/Paris	44.56156	0.08407		Saint-Martin-Petit,Sen-Marten-Peti,Sent Martin Petit,Sent Martin lo Petit,sheng ma dan pei di,Сен-Мартен-Пети,Сен-Мартен-Петі,سینٹ-مارٹن-پیٹت,圣马丹佩蒂		75	47	472	47257
2978233	Saint-Martin-Osmonville	saint-martin-osmonville	FR	76680	1058	Europe/Paris	49.63873	1.29952		Saint-Martin-Omonville,Saint-Martin-Osmonville		28	76	761	76621
2978234	Saint-Martin-Lys	saint-martin-lys	FR	11500	50	Europe/Paris	42.82735	2.2265		Saint-Martin-Lys		76	11	112	11358
2978235	Saint-Martin-Longueau	saint-martin-longueau	FR	60700	1476	Europe/Paris	49.34281	2.60276		Saint-Martin-Longueau,Sen-Marten-Longo,sheng ma dan long gai ao,Сен-Мартен-Лонго,سینٹ-مارٹن-لونگو,圣马丹隆盖奥		32	60	602	60587
2978236	Saint-Martin-l'Hortier	saint-martin-l-hortier	FR	76270	0	Europe/Paris	49.74274	1.40749		Saint-Martin,Saint-Martin-l'Hortier		28	76	761	76620
2978237	Saint-Martin-l'Heureux	saint-martin-l-heureux	FR	51490	0	Europe/Paris	49.2499	4.40708		Montheureux,Saint-Martin,Saint-Martin-l'Heureux		44	51	513	51503
2978238	Saint-Martin-le-Vinoux	saint-martin-le-vinoux	FR	38950	5589	Europe/Paris	45.20297	5.7163		Saint-Martin,Saint-Martin-le-Vinoux,Sen-Marten-le-Vinu,sheng ma dan lai wei nu,Сен-Мартен-ле-Вину,Сен-Мартен-ле-Віну,سینٹ-مارٹن-لے-نوش,圣马丹莱维努		84	38	381	38423
2978239	Saint-Martin-le-Vieux	saint-martin-le-vieux	FR	87700	782	Europe/Paris	45.74491	1.1186		Saint-Martin,Saint-Martin-le-Vieux		75	87	872	87166
2978240	Saint-Martin-le-Vieil	saint-martin-le-vieil	FR	11170	208	Europe/Paris	43.29474	2.14483		Saint Martin,Saint-Martin-le-Vieil		76	11	111	11357
2978241	Saint-Martin-sur-Lavezon	saint-martin-sur-lavezon	FR	07400	0	Europe/Paris	44.62065	4.65554		Saint-Martin,Saint-Martin-le-Superieur,Saint-Martin-le-Supérieur,Sant Martin de Laveison,Sant Martin sur Lavezon,Sen-Marten-sjur-Lavzon,la wei zong he pan sheng ma dan,Сен-Мартен-сюр-Лавзон,سینٹ-مارٹن-سر-لویزوں,拉韦宗河畔圣马丹		84	07	072	07270
2978242	Saint-Martin-Lestra	saint-martin-lestra	FR	42110	834	Europe/Paris	45.72006	4.35473		Saint-Martin-Lestra		84	42	421	42261
2978243	Saint-Martin-lès-Seyne	saint-martin-les-seyne	FR	04140	23	Europe/Paris	44.3851	6.25702		Saint-Martin,Saint-Martin-les-Seyne,Saint-Martin-lès-Seyne,Sant Martin de Sanha,Sant Martin de Seina,Sant Martin de Sèina,Sen-Marten-le-Sejn,Sen-Marten-le-Sen,sheng ma dan lai sai en,Сен-Мартен-ле-Сейн,Сен-Мартен-ле-Сен,سینٹ-مارٹن-لیس-سینے,圣马丹莱塞恩		93	04	043	04191
2978246	Saint-Martin-les-Eaux	saint-martin-les-eaux	FR	04300	114	Europe/Paris	43.87484	5.73447		Mont-Martin,Mont-Renacas,Saint-Martin,Saint-Martin-les-Eaux,Sant Martin deis Aigas,Sant Martin lo Charbonier,Sant Martin lo Charbonièr,Sen-Marten-lez-O,sheng ma dan lai ao,Сен-Мартен-лез-О,سینٹ-مارٹن-لیس-وا,圣马丹莱奥		93	04	044	04190
2978247	Saint-Martin-le-Redon	saint-martin-le-redon	FR	46700	207	Europe/Paris	44.53064	1.04243		Saint-Martin,Saint-Martin-le-Redon		76	46	461	46277
2978248	Saint-Martin-le-Pin	saint-martin-le-pin	FR	24300	322	Europe/Paris	45.55494	0.61418		Le Chene-Vert,Le Chêne-Vert,Saint-Martin,Saint-Martin-le-Pin,Sen-Marten-le-Pen,Sent Martin de Nontronh,Sent Martin lo Pench,sheng ma dan lai pan,Сен-Мартен-ле-Пен,سینٹ-مارٹن-لے-پن,圣马丹莱潘		75	24	242	24458
2978250	Saint-Martin-le-Mault	saint-martin-le-mault	FR	87360	136	Europe/Paris	46.36342	1.21882		Martin-sur-Benaise,Saint-Martin,Saint-Martin-le-Mault		75	87	871	87165
2978251	Saint-Martin-le-Hébert	saint-martin-le-hebert	FR	50260	171	Europe/Paris	49.51222	-1.6172		Saint-Martin,Saint-Martin-le-Hebert,Saint-Martin-le-Hébert		28	50	502	50579
2978252	Saint-Martin-le-Gréard	saint-martin-le-greard	FR	50690	328	Europe/Paris	49.55654	-1.64869		Saint-Martin,Saint-Martin-le-Greard,Saint-Martin-le-Gréard		28	50	502	50519
2978253	Saint-Martin-le-Gaillard	saint-martin-le-gaillard	FR	76260	323	Europe/Paris	49.97795	1.37046		Saint-Martin-le-Baillard,Saint-Martin-le-Gaillard,Val-Gaillard		28	76	761	76619
2978254	Saint-Martin-le-Colonel	saint-martin-le-colonel	FR	26190	174	Europe/Paris	44.98604	5.27128		Saint-Martin,Saint-Martin-le-Colonel		84	26	261	26316
2978255	Saint-Martin-le-Châtel	saint-martin-le-chatel	FR	01310	754	Europe/Paris	46.27929	5.11567		Saint-Martin,Saint-Martin-le-Chatel,Saint-Martin-le-Châtel		84	01	012	01375
2978256	Saint-Martin-le-Bouillant	saint-martin-le-bouillant	FR	50800	312	Europe/Paris	48.78417	-1.17596		Saint-Martin,Saint-Martin-le-Bouillant		28	50	501	50518
2978257	Saint-Martin-le-Beau	saint-martin-le-beau	FR	37270	2594	Europe/Paris	47.35566	0.90953		Etableau,Le Beau-sur-Cher,Saint-Martin,Saint-Martin-le-Beau		24	37	373	37225
2978258	Saint-Martin-l'Astier	saint-martin-l-astier	FR	24400	0	Europe/Paris	45.05632	0.32947		Saint-Martin,Saint-Martin-l'Astier,Saint-Martin-lAstier,sheng ma dan la si di ye,圣马丹拉斯蒂耶		75	24	243	24457
2978259	Saint-Martin-la-Sauveté	saint-martin-la-sauvete	FR	42260	944	Europe/Paris	45.83405	3.92165		Saint-Martin,Saint-Martin-la-Sauvete,Saint-Martin-la-Sauveté		84	42	422	42260
2978260	Saint-Martin-Lars-en-Sainte-Hermine	saint-martin-lars-en-sainte-hermine	FR	85210	0	Europe/Paris	46.5912	-0.9802		Saint-Martin Lars		52	85	851	85248
2978261	Saint-Martin-l'Ars	saint-martin-l-ars	FR	86350	0	Europe/Paris	46.21975	0.53042		Saint-Martin,Saint-Martin-l'Ars		75	86	862	86234
2978262	Valdivienne	valdivienne	FR	86300	0	Europe/Paris	46.51667	0.63333		Saint-Martin-la-Riviere,Saint-Martin-la-Rivière,Val'divenn,wa er di wei ye na,Вальдівєнн,瓦尔迪维耶纳		75	86	862	86233
2978263	Saint-Martin-la-Plaine	saint-martin-la-plaine	FR	42800	3482	Europe/Paris	45.54635	4.59749		Saint-Martin,Saint-Martin-la-Plaine,Sen-Marten-la-Plen,sheng ma dan la pu lan,Сен-Мартен-ла-Плен,سینٹ-مارٹن-لا-پلانے,圣马丹拉普兰		84	42	423	42259
2978264	Saint-Martin-la-Patrouille	saint-martin-la-patrouille	FR	71460	60	Europe/Paris	46.58226	4.5538		Bragny-sur-Guye,Saint-Martin,Saint-Martin-la-Patrouille		27	71	715	71458
2978265	Saint-Martin-la-Méanne	saint-martin-la-meanne	FR	19320	358	Europe/Paris	45.16965	1.98705		Les Jacobins-de-la-Meanne,Les Jacobins-de-la-Méanne,Martin-Sans-Culottes,Saint-Martin,Saint-Martin-la-Meanne,Saint-Martin-la-Méanne,Sen-Marten-la-Mean,Sen-Marten-la-Meann,Sent Martin de la Rocha,Sent Martin de la Ròcha,Sent Martin la Mediana,St. Martin la Meanne,St. Martin la Méanne,sheng ma dan la mei ang,Сен-Мартен-ла-Меан,Сен-Мартен-ла-Меанн,سینٹ-مارٹن-لا-مانے,圣马丹拉梅昂		75	19	192	19222
2978266	Saint-Martin-Lalande	saint-martin-lalande	FR	11400	1026	Europe/Paris	43.29999	2.0183		Saint Martin,Saint-Martin-Lalande		76	11	111	11356
2978267	Saint-Martin-l'Aiguillon	saint-martin-l-aiguillon	FR	61320	0	Europe/Paris	48.61606	-0.17407		L'Aiguillon-Republicain,L'Aiguillon-Républicain,Saint-Martin,Saint-Martin-l'Aiguillon		28	61	611	61427
2978268	Saint-Martin-Laguépie	saint-martin-laguepie	FR	81170	419	Europe/Paris	44.14213	1.97371		Saint-Martin,Saint-Martin-Laguepie,Saint-Martin-Laguépie		76	81	811	81263
2978269	Saint-Martin-la-Garenne	saint-martin-la-garenne	FR	78520	807	Europe/Paris	49.041	1.68934		Saint-Martin,Saint-Martin-la-Garenne,Sen-Marten-la-Garenn,Сен-Мартен-ла-Гаренн,سینٹ-مارٹن-لا-گرانے		11	78	781	78567
2978270	Saint-Martin-Lacaussade	saint-martin-lacaussade	FR	33390	1196	Europe/Paris	45.14692	-0.64292		Saint-Martin,Saint-Martin-Lacaussade		75	33	331	33441
2978271	Saint-Martin-la-Campagne	saint-martin-la-campagne	FR	27930	92	Europe/Paris	49.06607	1.07122		Saint-Martin,Saint-Martin-la-Campagne		28	27	273	27570
2978272	Saint-Martin-Labouval	saint-martin-labouval	FR	46330	193	Europe/Paris	44.46507	1.73419		Saint-Martin-Labouval		76	46	461	46276
2978273	Saint-Martinien	saint-martinien	FR	03380	532	Europe/Paris	46.33578	2.4707		Saint-Martinien		84	03	031	03246
2978274	Saint-Martin-Gimois	saint-martin-gimois	FR	32450	78	Europe/Paris	43.51825	0.80649		Doussairolles,Lagobitz,Marrast-du-Lizet,Saint-Martin,Saint-Martin-Gimois		76	32	321	32392
2978275	Saint-Martin-en-Vercors	saint-martin-en-vercors	FR	26420	316	Europe/Paris	45.02271	5.44368		Saint-Martin,Saint-Martin-en-Vercors,Sant Martin de Vercors,Sant Martin de Vercòrs,Sen-Marten-an-Verkor,wei er ke er de qu sheng ma dan,Сен-Мартен-ан-Веркор,سینٹ-مارٹن-این -ورکورس,韦尔科尔地区圣马丹		84	26	261	26315
2978276	Saint-Martin-en-Haut	saint-martin-en-haut	FR	69850	3689	Europe/Paris	45.65984	4.5618		Martin-l'Esperance,Martin-l'Espérance,Saint-Martin,Saint-Martin-d'en-Haut,Saint-Martin-en-Haut		84	69	691	69227
2978277	Saint-Martin-en-Gâtinois	saint-martin-en-gatinois	FR	71350	110	Europe/Paris	46.9425	5.01452		Gatinois-sur-Dheune,Gâtinois-sur-Dheune,Saint-Martin,Saint-Martin-en-Gatinois,Saint-Martin-en-Gâtinois		27	71	712	71457
2978279	Saint-Martin-en-Campagne	saint-martin-en-campagne	FR	76370	1029	Europe/Paris	49.95648	1.22233		Saint-Martin,Saint-Martin-en-Campagne		28	76	761	76618
2978280	Saint-Martin-en-Bresse	saint-martin-en-bresse	FR	71620	1825	Europe/Paris	46.81725	5.06027		Saint-Martin,Saint-Martin-en-Bresse,Tell-les-Bois		27	71	712	71456
2978281	Saint-Martin-en-Bière	saint-martin-en-biere	FR	77630	833	Europe/Paris	48.43655	2.56679		Saint-Martin,Saint-Martin-en-Biere,Saint-Martin-en-Bière		11	77	774	77425
2978403	Chaulieu	chaulieu	FR	50150	0	Europe/Paris	48.73333	-0.86667		Saint-Martin		28	50	501	50514
2978282	Saint-Martin-du-Vivier	saint-martin-du-vivier	FR	76160	1530	Europe/Paris	49.46667	1.16667		Saint-Martin,Saint-Martin-du-Vivier		28	76	763	76617
2978283	Saint-Martin-du-Vieux-Bellême	saint-martin-du-vieux-belleme	FR	61130	664	Europe/Paris	48.38053	0.54338		Saint-Martin,Saint-Martin-du-Vieux-Belleme,Saint-Martin-du-Vieux-Bellême		28	61	613	61426
2978284	Saint-Martin-du-Var	saint-martin-du-var	FR	06670	2283	Europe/Paris	43.81846	7.19062		Saint-Martin,Saint-Martin-du-Var		93	06	062	06126
2978286	Saint-Martin-du-Tilleul	saint-martin-du-tilleul	FR	27300	283	Europe/Paris	49.11036	0.52931		Saint-Martin,Saint-Martin-du-Tilleul		28	27	272	27569
2978287	Saint-Martin-du-Tertre	saint-martin-du-tertre	FR	89100	2493	Europe/Paris	49.10743	2.34533		Saint-Martin,Saint-Martin-du-Tertre		11	95	952	95566
2978288	Saint-Martin-du-Tertre	saint-martin-du-tertre	FR	89100	1492	Europe/Paris	48.21659	3.26151		Martin-Bel-Air,Saint-Martin,Saint-Martin-du-Tertre		27	89	893	89354
2978289	Saint-Martin-du-Tartre	saint-martin-du-tartre	FR	71460	160	Europe/Paris	46.6394	4.61346		La Montagne-du-Plain,Martin-Bel-Air,Saint-Martin,Saint-Martin-du-Tartre		27	71	712	71455
2978290	Saint-Martin-d'Uriage	saint-martin-d-uriage	FR	38410	0	Europe/Paris	45.14598	5.84477		Saint-Martin,Saint-Martin-d'Uriage		84	38	381	38422
2978291	Saint-Martin-du-Puy	saint-martin-du-puy	FR	33540	375	Europe/Paris	47.33464	3.86786		Puits-l'Affranchi,Saint-Martin,Saint-Martin-du-Puy		27	58	581	58255
2978292	Saint-Martin-du-Puy	saint-martin-du-puy	FR	33540	0	Europe/Paris	44.67108	-0.02718		Saint-Martin,Saint-Martin-du-Puy		75	33	333	33446
2978295	Saint-Martin-du-Mont	saint-martin-du-mont	FR	01160	366	Europe/Paris	47.43345	4.78631		Saint-Martin,Saint-Martin-du-Mont		27	21	212	21561
2978296	Saint-Martin-du-Mont	saint-martin-du-mont	FR	01160	146	Europe/Paris	46.61408	5.29414		Montagne-de-Mont,Saint-Martin,Saint-Martin-du-Mont		27	71	714	71454
2978297	Saint-Martin-du-Mont	saint-martin-du-mont	FR	01160	1433	Europe/Paris	46.098	5.31706		Bellevue,Saint-Martin,Saint-Martin-du-Mont		84	01	012	01374
2978298	Saint-Martin-du-Mesnil-Oury	saint-martin-du-mesnil-oury	FR	14140	96	Europe/Paris	49.03098	0.12264		Saint-Martin,Saint-Martin-du-Mesnil-Oury		28	14	143	14371
2978299	Saint-Martin-du-Manoir	saint-martin-du-manoir	FR	76290	1460	Europe/Paris	49.53213	0.23759		Saint-Martin,Saint-Martin-du-Manoir		28	76	762	76616
2978300	Saint-Martin-du-Limet	saint-martin-du-limet	FR	53800	465	Europe/Paris	47.81514	-1.02064		Saint-Martin,Saint-Martin-du-Limet		52	53	531	53240
2978302	Saint-Martin-du-Frêne	saint-martin-du-frene	FR	01430	1149	Europe/Paris	46.13591	5.55049		Mont-de-Fresne,Saint-Martin-du-Frene,Saint-Martin-du-Fresne,Saint-Martin-du-Frêne		84	01	014	01373
2978303	Saint-Martin-du-Fouilloux	saint-martin-du-fouilloux	FR	49170	1454	Europe/Paris	47.43114	-0.70473		Saint-Martin,Saint-Martin-du-Fouilloux,Unite-sur-Loire,Unité-sur-Loire		52	49	491	49306
2978304	Saint-Martin-du-Fouilloux	saint-martin-du-fouilloux	FR	49170	245	Europe/Paris	46.58996	-0.12043		Saint-Martin,Saint-Martin-du-Fouilloux		75	79	793	79278
2978305	Saint-Martin-du-Clocher	saint-martin-du-clocher	FR	16700	141	Europe/Paris	46.06156	0.15472		Saint-Martin,Saint-Martin-du-Clocher,Sen-Marten-dju-Kloshe,sheng ma dan di ke luo she,Сен-Мартен-дю-Клоше,سینٹ-مارٹن-دو-کلوچر,圣马丹迪克洛舍		75	16	163	16335
2978306	Saint-Martin-du-Boschet	saint-martin-du-boschet	FR	77320	204	Europe/Paris	48.73587	3.42834		Saint-Martin,Saint-Martin-du-Boschet		11	77	773	77424
2978308	Saint-Martin-du-Bois	saint-martin-du-bois	FR	33910	727	Europe/Paris	47.7066	-0.74242		Saint-Martin,Saint-Martin-du-Bois		52	49	494	49331
2978309	Saint-Martin-du-Bois	saint-martin-du-bois	FR	33910	0	Europe/Paris	45.03333	-0.26667		Saint-Martin,Saint-Martin-du-Bois		75	33	335	33445
2978310	Saint-Martin-du-Bec	saint-martin-du-bec	FR	76133	671	Europe/Paris	49.60197	0.21138		Saint-Martin,Saint-Martin-du-Bec,Sen-Marten-dju-Bek,Сен-Мартен-дю-Бек,سینٹ-مارٹن-دو-بک		28	76	762	76615
2978311	Saint-Martin-d'Oydes	saint-martin-d-oydes	FR	09100	0	Europe/Paris	43.17	1.49596		Saint-Martin,Saint-Martin-d'Oydes		76	09	092	09270
2978312	Saint-Martin-d'Ordon	saint-martin-d-ordon	FR	89330	0	Europe/Paris	48.0238	3.17492		Saint-Martin,Saint-Martin-d'Ordon		27	89	893	89353
2978313	Saint-Martin-d'Oney	saint-martin-d-oney	FR	40090	0	Europe/Paris	43.92757	-0.64133		Saint-Martin		75	40	402	40274
2978314	Saint-Martin-Don	saint-martin-don	FR	14350	238	Europe/Paris	48.9275	-0.94429		Saint-Martin-Don,Sen-Marten-Don,sheng ma dan dong,Сен-Мартен-Дон,سینٹ-مارٹن-ڈان,圣马丹东		28	14	144	14061
2978315	Saint-Martin-d'Ollières	saint-martin-d-ollieres	FR	63580	0	Europe/Paris	45.42153	3.44982		Oliere,Olière,Saint-Martin,Saint-Martin-d'Ollieres,Saint-Martin-d'Ollières		84	63	633	63376
2978316	Saint-Martin-d'Heuille	saint-martin-d-heuille	FR	58130	0	Europe/Paris	47.05503	3.2255		Saint Martin,Saint Martin-d'Heuillon,Saint-Martin-d'Heuille		27	58	583	58254
2978317	Saint-Martin-d'Hères	saint-martin-d-heres	FR	38400	35528	Europe/Paris	45.1787	5.76281		Heres-la-Montagne,Hères-la-Montagne,Saint-Martin,Saint-Martin-d'Heres,Saint-Martin-d'Hères,Saint-Martin-d’Hères,Sen-Marten-d'Ehr,Sen-Marten-d'Er,san martan dyrys,san=marutan=deru,sheng ma dan dai lei,sn mrtn dr,Сен-Мартен-д'Ер,Сен-Мартен-д'Эр,سان مارتان ديريس,سن مرتن در,サン＝マルタン＝デール,圣马丹代雷		84	38	381	38421
2978318	Saint-Martin-d'Hardinghem	saint-martin-d-hardinghem	FR	62560	0	Europe/Paris	50.60186	2.09421		Saint-Martin,Saint-Martin-d'Hardinghem		32	62	625	62760
2978319	Saint-Martin-de-Villereglan	saint-martin-de-villereglan	FR	11300	267	Europe/Paris	43.10685	2.21109		Saint-Martin,Saint-Martin-de-Villereglan		76	11	112	11355
2978320	Saint-Martin-de-Villeréal	saint-martin-de-villereal	FR	47210	98	Europe/Paris	44.64422	0.8205		Saint-Martin,Saint-Martin-de-Villereal,Saint-Martin-de-Villeréal		75	47	473	47256
2978322	Saint-Martin-de-Vers	saint-martin-de-vers	FR	46360	113	Europe/Paris	44.55	1.55		Saint-Martin,Saint-Martin-de-Vers,Sen-Marten-de-Ver,Sent Martin de Vern,Sent Martin de Vèrn,sheng ma dan de wei er,Сен-Мартен-де-Вер,سینٹ-مارٹن-دے-ورس,圣马丹德韦尔		76	46	463	46079
2978323	Saint-Martin-de-Vaulserre	saint-martin-de-vaulserre	FR	38480	219	Europe/Paris	45.49395	5.68199		Saint Martin		84	38	382	38420
2978324	Saint-Martin-de-Varreville	saint-martin-de-varreville	FR	50480	158	Europe/Paris	49.42608	-1.23666		Saint-Martin,Saint-Martin-de-Varreville		28	50	502	50517
2978325	Saint-Martin-de-Valgalgues	saint-martin-de-valgalgues	FR	30520	4696	Europe/Paris	44.16308	4.08203		Mont-Valgalgues,Mont-Valgue,Saint-Martin,Saint-Martin-de-Valgalgues		76	30	301	30284
2979637	Saint-Gor	saint-gor	FR	40120	292	Europe/Paris	44.05431	-0.24144		Saint-Gor		75	40	402	40262
2978326	Saint-Martin-de-Valamas	saint-martin-de-valamas	FR	07310	1377	Europe/Paris	44.93718	4.36865		Mas-d'Erieu,Saint-Martin,Saint-Martin-de-Valamas		84	07	073	07269
2978329	Saint-Martin-d'Estréaux	saint-martin-d-estreaux	FR	42620	902	Europe/Paris	46.20305	3.79982		Jars-la-Montagne,Saint-Martin,Saint-Martin-d'Estreaux,Saint-Martin-d'Estréaux		84	42	422	42257
2978330	Saint-Martin-des-Tilleuls	saint-martin-des-tilleuls	FR	85130	879	Europe/Paris	46.97382	-1.05088		Saint-Martin,Saint-Martin-des-Tilleuls		52	85	852	85247
2978332	Saint-Martin-des-Puits	saint-martin-des-puits	FR	11220	14	Europe/Paris	43.04078	2.56704		Saint-Martin,Saint-Martin-des-Puits		76	11	113	11354
2978333	Saint-Martin-des-Prés	saint-martin-des-pres	FR	22320	382	Europe/Paris	48.3071	-2.95458		Saint-Martin,Saint-Martin-des-Pres,Saint-Martin-des-Prés,Sant-Varzhin-Korle		53	22	224	22313
2978334	Saint-Martin-des-Plains	saint-martin-des-plains	FR	63570	137	Europe/Paris	45.4913	3.31994		Saint-Martin,Saint-Martin-des-Plains		84	63	633	63375
2978335	Saint-Martin-des-Pézerits	saint-martin-des-pezerits	FR	61380	114	Europe/Paris	48.63333	0.48333		Saint-Martin		28	61	613	61425
2978336	Saint-Martin-des-Olmes	saint-martin-des-olmes	FR	63600	282	Europe/Paris	45.53041	3.79775		Saint Martin,Saint-Martin-des-Olmes		84	63	631	63374
2978337	Saint-Martin-des-Noyers	saint-martin-des-noyers	FR	85140	2148	Europe/Paris	46.72191	-1.1788		Les Noyers,Saint-Martin,Saint-Martin-des-Noyers		52	85	852	85246
2978338	Saint-Martin-des-Monts	saint-martin-des-monts	FR	72400	159	Europe/Paris	48.14952	0.59654		Saint-Martin,Saint-Martin-des-Monts		52	72	722	72302
2978339	Saint-Martin-des-Landes	saint-martin-des-landes	FR	61320	180	Europe/Paris	48.54119	-0.13409		Les Landes-de-Carrouges,Saint-Martin,Saint-Martin-des-Landes		28	61	611	61424
2978340	Saint-Martin-des-Lais	saint-martin-des-lais	FR	03230	0	Europe/Paris	46.66777	3.6558		Le Lais-sur-Loire,Saint-Martin,Saint-Martin-des-Lais		84	03	032	03245
2978341	Saint-Martin-des-Fontaines	saint-martin-des-fontaines	FR	85570	0	Europe/Paris	46.5408	-0.9037		Saint-Martin		52	85	851	85245
2978342	Saint-Martin-de-Sescas	saint-martin-de-sescas	FR	33490	519	Europe/Paris	44.57552	-0.16257		Saint-Martin,Saint-Martin-de-Sescas		75	33	333	33444
2978343	Saint-Martin-des-Entrées	saint-martin-des-entrees	FR	14400	526	Europe/Paris	49.26708	-0.6724		Saint-Martin,Saint-Martin-des-Entrees,Saint-Martin-des-Entrées,Saint-Martin-les Entrees,Saint-Martin-les Entrées		28	14	141	14630
2978344	Saint-Martin-de-Seignanx	saint-martin-de-seignanx	FR	40390	4345	Europe/Paris	43.54306	-1.38718		Montagne-Seignaux,Saint-Martin,Saint-Martin-de-Seignanx,Saint-Martin-de-Seignaux,Sen-Marten-de-Sen'jan,Sent Martin de Senhans,sheng ma dan de sai ni ang,Сен-Мартен-де-Сеньян,圣马丹德塞尼昂		75	40	401	40273
2978345	Saint-Martin-des-Combes	saint-martin-des-combes	FR	24140	191	Europe/Paris	44.95667	0.61544		Saint-Martin,Saint-Martin-des-Combes		75	24	243	24456
2978346	Saint-Martin-des-Combes	saint-martin-des-combes	FR	24140	0	Europe/Paris	43.6734	3.26204		Saint-Martin,Saint-Martin-des-Combes		76	34	342	34186
2978347	Saint-Martin-des-Champs	saint-martin-des-champs	FR	18140	0	Europe/Paris	48.88166	1.71679		Saint-Martin,Saint-Martin-des-Champs		11	78	781	78565
2978348	Saint-Martin-des-Champs	saint-martin-des-champs	FR	18140	604	Europe/Paris	48.77848	3.33461		Montagne-sur-Morin,Saint-Martin		11	77	773	77423
2978349	Saint-Martin-des-Champs	saint-martin-des-champs	FR	18140	2163	Europe/Paris	48.66841	-1.33393		Saint-Martin,Saint-Martin-des-Champs		28	50	501	50025
2978350	Saint-Martin-des-Champs	saint-martin-des-champs	FR	18140	0	Europe/Paris	48.59726	3.33448				11	77	773	77530
2978351	Saint-Martin-des-Champs	saint-martin-des-champs	FR	18140	5033	Europe/Paris	48.57665	-3.84533		Saint-Martin,Saint-Martin-des-Champs,Sant-Martin-war-ar-Maez,Unite-des-Champs,Unité-des-Champs		53	29	293	29254
2978352	Saint-Martin-des-Champs	saint-martin-des-champs	FR	18140	277	Europe/Paris	47.65647	3.03429		Saint-Martin,Saint-Martin-des-Champs		27	89	891	89352
2978353	Saint-Martin-des-Champs	saint-martin-des-champs	FR	18140	337	Europe/Paris	47.15658	2.91784		Les Champs,Saint-Martin,Saint-Martin-des-Champs		24	18	181	18224
2978354	Saint-Martin-des-Bois	saint-martin-des-bois	FR	41800	611	Europe/Paris	47.72399	0.82617		Bois-Martin,Saint-Martin,Saint-Martin-des-Bois		24	41	412	41225
2978355	Saint-Martin-des-Besaces	saint-martin-des-besaces	FR	14350	1105	Europe/Paris	49.01091	-0.845		Saint-Martin,Saint-Martin-des-Besaces,Sen-Marten-de-Bezas,sheng ma dan dai bei sa sai,Сен-Мартен-де-Безас,سینٹ-مارٹن-دس-بسکس,圣马丹代贝萨塞		28	14	144	14061
2978356	Saint-Martin-de-Sanzay	saint-martin-de-sanzay	FR	79290	904	Europe/Paris	47.08185	-0.19898		Saint-Martin,Saint-Martin-de-Sanzay,Sen-Marten-de-Sanze,sheng ma tan de sang zha yi,Сен-Мартен-де-Санзе,سینٹ-مارٹن-دے-سنزے,聖馬坦德桑扎伊		75	79	791	79277
2978357	Saint-Martin-de-Sallen	saint-martin-de-sallen	FR	14220	477	Europe/Paris	48.96721	-0.52256		Saint-Martin,Saint-Martin-de-Sallen		28	14	142	14689
2978358	Saint-Martin-de-Salencey	saint-martin-de-salencey	FR	71220	117	Europe/Paris	46.52229	4.50273		Saint-Martin,Saint-Martin-de-Salencey,Salencey		27	71	715	71452
2978359	Saint-Martin-de-Saint-Maixent	saint-martin-de-saint-maixent	FR	79400	876	Europe/Paris	46.3952	-0.19334		Saint-Martin,Saint-Martin-de-Saint-Maixent		75	79	792	79276
2978360	Saint-Martin-de-Ribérac	saint-martin-de-riberac	FR	24600	680	Europe/Paris	45.22995	0.35859		Saint-Martin,Saint-Martin-de-Riberac,Saint-Martin-de-Ribérac,Sen-Marten-de-Riberak,Sent Martin de Rabairac,sheng ma dan de li bei la ke,Сен-Мартен-де-Риберак,سینٹ-مارٹن-دے-ربرک,圣马丹德里贝拉克		75	24	243	24455
2978361	Saint-Martin-de-Ré	saint-martin-de-re	FR	17410	2812	Europe/Paris	46.2031	-1.36746		Fort-de-la-Montagne,Ile-de-la-Republique,Ile-de-la-République,Saint-Martin,Saint-Martin-de-Re,Saint-Martin-de-Ré,Sen-Marten-de-Re,san martyn dw ry,sheng ma dan de lei,Сен-Мартен-де-Ре,سان مارتين دو ري,سینٹ-مارٹن-دے-رے,圣马丹德雷		75	17	173	17369
2978362	Saint-Martin-de-Queyrières	saint-martin-de-queyrieres	FR	05120	1007	Europe/Paris	44.82319	6.57901		Roche-Forte,Saint-Martin,Sant Martin de Cairiera,Sen-Marten-de-Kejrer,Sen-Marten-de-Ker'er,sheng ma dan de qu ai li ai,Сен-Мартен-де-Кейрєр,Сен-Мартен-де-Керьер,سینٹ-مارٹن-دے-قےریرس,圣马丹德屈埃里埃		93	05	051	05151
2978363	Saint-Martin-d'Entraunes	saint-martin-d-entraunes	FR	06470	0	Europe/Paris	44.14199	6.76206		Saint-Martin,Saint-Martin-d'Entraunes		93	06	062	06125
2978365	Saint-Martin-de-Nigelles	saint-martin-de-nigelles	FR	28130	1192	Europe/Paris	48.61234	1.6092		Saint-Martin,Saint-Martin-de-Nigelles		24	28	281	28352
2978366	Saint-Martin-de-Mieux	saint-martin-de-mieux	FR	14700	373	Europe/Paris	48.87114	-0.22967		Saint-Martin,Saint-Martin-de-Mieux		28	14	142	14627
2978367	Saint-Martin-de-Mailloc	saint-martin-de-mailloc	FR	14100	693	Europe/Paris	49.09233	0.30071		Saint-Martin,Saint-Martin-de-Mailloc		28	14	143	14626
2978368	Saint-Martin-de-Mâcon	saint-martin-de-macon	FR	79100	345	Europe/Paris	47.01327	-0.11486		Saint-Martin,Saint-Martin-de-Macon,Saint-Martin-de-Mâcon		75	79	791	79274
2978369	Saint-Martin-de-Londres	saint-martin-de-londres	FR	34380	2121	Europe/Paris	43.79127	3.73117		Saint-Martin,Saint-Martin-de-Londres		76	34	342	34274
2978370	Saint-Martin-de-Lixy	saint-martin-de-lixy	FR	71740	108	Europe/Paris	46.20298	4.24435		Lixy,Saint-Martin,Saint-Martin-de-Lixy		27	71	713	71451
2978371	Saint-Martin-de-Lerm	saint-martin-de-lerm	FR	33540	0	Europe/Paris	44.64769	-0.0414		Montagne-sur-la-Dropt,Saint-Martin,Saint-Martin-de-Lerm		75	33	333	33443
2978372	Saint-Martin-de-Lenne	saint-martin-de-lenne	FR	12130	206	Europe/Paris	44.43115	2.96508		Saint-Martin-de-Lenne		76	12	122	12239
2978373	Saint-Martin-de-Laye	saint-martin-de-laye	FR	33910	417	Europe/Paris	45.03333	-0.21667		Saint-Martin,Saint-Martin-de-Laye		75	33	335	33442
2978374	Saint-Martin-de-l'Arçon	saint-martin-de-l-arcon	FR	34390	0	Europe/Paris	43.57456	2.98353		Saint-Martin,Saint-Martin-de-l'Arcon,Saint-Martin-de-l'Arçon		76	34	341	34273
2978375	Saint-Martin-de-la-Porte	saint-martin-de-la-porte	FR	73140	687	Europe/Paris	45.23858	6.44651		Cote-Rouge,Côte-Rouge,La Porte,Lacossas,Saint Martin la Parte,Saint-Martin-de-la-Porte		84	73	733	73258
2978376	Saint-Martin-de-la-Place	saint-martin-de-la-place	FR	49160	1135	Europe/Paris	47.31747	-0.14849		Saint-Martin,Sen-Marten-de-la-Plas,sheng ma dan de la-pu la ke,Сен-Мартен-де-ла-Плас,سینٹ-مارٹن-دے-لا-پلیس,圣马丹德拉-普拉克		52	49	493	49261
2978441	Saint-Martin-Belle-Roche	saint-martin-belle-roche	FR	71118	1174	Europe/Paris	46.38312	4.85539		Saint-Martin,Saint-Martin-Belle-Roche		27	71	715	71448
2978377	Saint-Martin-de-Lansuscle	saint-martin-de-lansuscle	FR	48110	151	Europe/Paris	44.21623	3.7529		Saint-Martin,Saint-Martin-de-Lansuscle,Sen-Marten-de-Lansjuskl',Sent Martin de Lansuscla,sheng ma dan de lang xu si ke er,Сен-Мартен-де-Лансюскль,سینٹ-مارٹن-دے-لنسسکلے,圣马丹德朗叙斯克尔		76	48	481	48171
2978378	Saint-Martin-de-Landelles	saint-martin-de-landelles	FR	50730	1260	Europe/Paris	48.5453	-1.1724		Saint-Martin,Saint-Martin-Landelles,Saint-Martin-de-Landelle,Saint-Martin-de-Landelles		28	50	501	50484
2978379	Saint-Martin-de-Lamps	saint-martin-de-lamps	FR	36110	149	Europe/Paris	46.98977	1.52498		Choiseau,Saint-Martin,Saint-Martin-de-Lamps,Sen-Marten-de-Lam,Thevet-les-Etangs,sheng ma dan de lang pu,Сен-Мартен-де-Лам,سینٹ-مارٹن-دے-لیمپس,圣马丹德朗普		24	36	362	36093
2978380	Saint-Martin-de-la-Mer	saint-martin-de-la-mer	FR	21210	297	Europe/Paris	47.2369	4.23369		Saint-Martin,Saint-Martin-de-la-Mer		27	21	211	21560
2978381	Saint-Martin-de-la-Lieue	saint-martin-de-la-lieue	FR	14100	941	Europe/Paris	49.11254	0.21754		Saint-Martin,Saint-Martin-de-la-Lieue,Sen-Marten-de-la-L'e,Sen-Marten-de-la-L'jo,sheng ma dan de la-li ye yu ai,Сен-Мартен-де-ла-Лье,Сен-Мартен-де-ла-Льё,Сен-Мартен-де-ла-Льє,سینٹ-مارٹن-دے-لا-لیے,圣马丹德拉-利耶于埃		28	14	143	14625
2978383	Saint-Martin-de-la-Brasque	saint-martin-de-la-brasque	FR	84760	698	Europe/Paris	43.76976	5.53676		Mont-Libre,Saint-Martin,Saint-Martin-de-la-Brasque,Sant Martin de la Brasca,Sen-Marten-de-la-Brask,sheng ma er tan de la-bu la si qu e,Сен-Мартен-де-ла-Браск,سینٹ-مارٹن-دے-لا-براسقے,圣马尔坦德拉-布拉斯屈厄		93	84	841	84113
2978384	Saint-Martin-de-Jussac	saint-martin-de-jussac	FR	87200	479	Europe/Paris	45.87452	0.94211		Saint-Martin,Saint-Martin-de-Jussac		75	87	873	87164
2978385	Saint-Martin-de-Juillers	saint-martin-de-juillers	FR	17400	158	Europe/Paris	45.94309	-0.36058		Juillers-l'Egalite,Juillers-l'Egalité,Le Bonnet,Saint-Martin,Saint-Martin-de-Juillers		75	17	175	17367
2978386	Saint-Martin-de-Hinx	saint-martin-de-hinx	FR	40390	1115	Europe/Paris	43.58171	-1.2709		Marat-de-Hinx,Saint-Martin,Saint-Martin-de-Hinx,Sen-Marten-de-Enks,Sent Martin de Hins,sheng ma dan de an,Сен-Мартен-де-Енкс,سینٹ-مارٹن-دے-حنش,圣马丹德安		75	40	401	40272
2978387	Saint-Martin-de-Gurson	saint-martin-de-gurson	FR	24610	0	Europe/Paris	44.9523	0.1068		Saint-Martin,Saint-Martin-de-Gurcon,Saint-Martin-de-Gurson,Saint-Martin-de-Gurçon		75	24	241	24454
2978388	Saint-Martin-de-Goyne	saint-martin-de-goyne	FR	32480	115	Europe/Paris	44.00356	0.56628		Martin-Franc,Saint-Martin,Saint-Martin-de-Goyne		76	32	322	32391
2978390	Saint-Martin-de-Fugères	saint-martin-de-fugeres	FR	43150	265	Europe/Paris	44.90583	3.93447		Saint-Martin,Saint-Martin-de-Fugeres,Saint-Martin-de-Fugères		84	43	432	43210
2978391	Saint-Martin-de-Fressengeas	saint-martin-de-fressengeas	FR	24800	403	Europe/Paris	45.44312	0.84443		Saint-Martin,Saint-Martin-de-Fressengeas,Sen-Marten-de-Fressanzha,Sent Martin de Fraissenjas,sheng ma dan de fu lei sang ya,Сен-Мартен-де-Фрессанжа,سینٹ-مارٹن-دے-فریسسنگیاس,圣马丹德弗雷桑雅		75	24	242	24453
2978393	Saint-Martin-de-Fraigneau	saint-martin-de-fraigneau	FR	85200	887	Europe/Paris	46.43489	-0.74536		Saint-Martin,Saint-Martin-de-Fraigneau		52	85	851	85244
2978394	Saint-Martin-de-Fontenay	saint-martin-de-fontenay	FR	14320	1962	Europe/Paris	49.11523	-0.37391		Saint-Martin,Saint-Martin-de-Fontenay,Sen-Marten-de-Fontene,sheng ma dan de feng te nai,Сен-Мартен-де-Фонтене,سینٹ-مارٹن-دے-فونٹنے,圣马丹德丰特奈		28	14	142	14623
2978395	Saint-Martin-d'Écublei	saint-martin-d-ecublei	FR	61300	0	Europe/Paris	48.7908	0.67968		Ecubley-sur-Rille,Saint-Martin,Saint-Martin-d'Ecublei,Saint-Martin-d'Écublei		28	61	613	61423
2978396	Saint-Martin-de-Crau	saint-martin-de-crau	FR	13310	11555	Europe/Paris	43.63955	4.8127		Saint-Martin,Saint-Martin-de-Crau,Sant Martin de Crau,Sen-Marten-de-Kro,sheng ma dan de ke luo,Сен-Мартен-де-Кро,سینٹ-مارٹن-دے-کرو,圣马丹德克罗		93	13	132	13097
2978397	Saint-Martin-de-Coux	saint-martin-de-coux	FR	17360	373	Europe/Paris	45.14461	-0.10897		Coux-Goulare,Saint-Martin,Saint-Martin-de-Coux		75	17	171	17366
2978400	Saint-Martin-de-Connée	saint-martin-de-connee	FR	53160	441	Europe/Paris	48.21399	-0.21772		Connee,Connée,Saint-Martin,Saint-Martin-de-Connee,Saint-Martin-de-Connée		52	53	533	53239
2978401	Saint-Martin-de-Commune	saint-martin-de-commune	FR	71490	103	Europe/Paris	46.9	4.51667		Saint-Martin,Saint-Martin-de-Commune		27	71	711	71450
2978402	Saint-Martin-de-Clelles	saint-martin-de-clelles	FR	38930	128	Europe/Paris	44.84554	5.62204		Saint-Martin,Saint-Martin-de-Clelles		84	38	381	38419
2978404	Saint-Martin-de-Cenilly	saint-martin-de-cenilly	FR	50210	211	Europe/Paris	48.98214	-1.28202		Saint-Martin,Saint-Martin-de-Cenilly		28	50	503	50513
2978405	Saint-Martin-de-Castillon	saint-martin-de-castillon	FR	84750	647	Europe/Paris	43.85975	5.5115		Luberon-la-Montagne,Saint-Martin,Saint-Martin-de-Castillon,Sant Martin de Castilhon,Sen-Marten-de-Kastijon,sheng ma er tan de ka si di long,Сен-Мартен-де-Кастийон,Сен-Мартен-де-Кастійон,سینٹ-مارٹن-دے-کاسٹلوں,圣马尔坦德卡斯蒂隆		93	84	841	84112
2978406	Saint-Martin-de-Caralp	saint-martin-de-caralp	FR	09000	304	Europe/Paris	42.99068	1.54479		Saint-Martin,Saint-Martin-de-Caralp		76	09	091	09269
2978407	Saint-Martin-de-Brômes	saint-martin-de-bromes	FR	04800	460	Europe/Paris	43.76984	5.94531		Bromes,Saint-Martin,Saint-Martin-de-Bromes,Saint-Martin-de-Brômes,Sant Martin de Bromes,Sen-Marten-de-Brom,sheng ma dan de bu luo mei,Сен-Мартен-де-Бром,سینٹ-مارٹن-دے-برومس,圣马丹德布罗梅		93	04	044	04189
2978440	Saint-Martin-Bellevue	saint-martin-bellevue	FR	74370	1938	Europe/Paris	45.96262	6.15763		Saint Martin,Saint-Martin-Bellevue,Sen-Marten-Bel'vju,Сен-Мартен-Бельвю,سینٹ-مارٹن-بلووے		84	74	741	74282
2978408	Saint-Martin-de-Bréthencourt	saint-martin-de-brethencourt	FR	78660	0	Europe/Paris	48.50972	1.92832		Saint-Martin,Saint-Martin-de-Brethencourt,Saint-Martin-de-Bréthencourt,Sen-Marten-de-Bretankur,sheng ma dan de bu lei tang ku er,Сен-Мартен-де-Бретанкур,سینٹ-مارٹن-دے-برتھنکورٹ,聖馬丹德布雷唐庫爾		11	78	782	78564
2978409	Brem-sur-Mer	brem-sur-mer	FR	85470	0	Europe/Paris	46.60466	-1.83142		Brem na Moru,Brem-sjur-Mer,Brem-sur-Mer,Saint-Martin,Saint-Martin-de-Brem,bin hai bu lang,buremu=shuru=meru,Брем на Мору,Брем-сюр-Мер,ブレム＝シュル＝メール,滨海布朗		52	85	853	85243
2978410	Saint-Martin-de-Boubaux	saint-martin-de-boubaux	FR	48160	180	Europe/Paris	44.20006	3.92251		Galeizon,Saint-Martin,Saint-Martin-de-Boubaux,Saint-Martin-des Boubaux		76	48	481	48170
2978411	Saint-Martin-de-Bossenay	saint-martin-de-bossenay	FR	10100	331	Europe/Paris	48.43886	3.68416		Saint-Martin,Saint-Martin-de-Bossenay		44	10	102	10351
2978412	Saint-Martin-de-Boscherville	saint-martin-de-boscherville	FR	76840	1539	Europe/Paris	49.44377	0.96271		Boscherville,Saint-Martin,Saint-Martin-de-Boscherville,Sen-Marten-de-Boshervil',Сен-Мартен-де-Бошервиль,Сен-Мартен-де-Бошервіль,سینٹ-مارٹن-دے-بوسچرولے		28	76	763	76614
2978413	Saint-Martin-de-Bonfossé	saint-martin-de-bonfosse	FR	50750	525	Europe/Paris	49.05266	-1.1697		Saint-Martin,Saint-Martin-de-Bonfosse,Saint-Martin-de-Bonfossé,Sen-Marten-de-Bonfosse,sheng ma dan de bang fu sai,Сен-Мартен-де-Бонфоссе,سینٹ-مارٹن-دے-بونفوسسے,圣马丹德邦福塞		28	50	504	50512
2978414	Saint-Martin-de-Blagny	saint-martin-de-blagny	FR	14710	127	Europe/Paris	49.24691	-0.94417		Saint-Martin,Saint-Martin-de-Blagny,Sen-Marten-de-Blan'i,sheng ma dan de bu la ni,Сен-Мартен-де-Бланьи,Сен-Мартен-де-Бланьї,سینٹ-مارٹن-دے-بلاگنے,圣马丹德布拉尼		28	14	141	14622
2978415	Saint-Martin-de-Bienfaite-la-Cressonnière	saint-martin-de-bienfaite-la-cressonniere	FR	14290	0	Europe/Paris	49.04456	0.36238		Saint-Martin		28	14	143	14621
2978416	Saint-Martin-de-Bernegoue	saint-martin-de-bernegoue	FR	79230	734	Europe/Paris	46.23751	-0.34861		Saint-Martin,Saint-Martin-de-Bernegoue		75	79	792	79273
2978417	Saint-Martin-de-Belleville	saint-martin-de-belleville	FR	73440	3203	Europe/Paris	45.38175	6.50519		Des-Ravins,Montalte,Saint-Martin		84	73	731	73257
2978418	Saint-Martin-de-Bavel	saint-martin-de-bavel	FR	01510	366	Europe/Paris	45.84875	5.67759		Saint-Martin,Saint-Martin-de-Bavel		84	01	011	01372
2978419	Saint-Martin-d'Auxy	saint-martin-d-auxy	FR	71390	0	Europe/Paris	46.72428	4.55083		Mont-d'Auxy,Saint-Martin,Saint-Martin-d'Auxy		27	71	712	71449
2978420	Saint-Martin-d'Auxigny	saint-martin-d-auxigny	FR	18110	2124	Europe/Paris	47.20371	2.41553		Saint Martin,Saint-Martin-d'Auxigny		24	18	181	18223
2978421	Saint-Martin-d'Audouville	saint-martin-d-audouville	FR	50310	0	Europe/Paris	49.52931	-1.36389		Saint-Martin,Saint-Martin-d'Audouville		28	50	502	50511
2978422	Saint-Martin-d'Aubigny	saint-martin-d-aubigny	FR	50190	0	Europe/Paris	49.16512	-1.34976		Saint-Martin,Saint-Martin-d'Aubigny		28	50	503	50510
2978423	Les Aspres	les-aspres	FR	61270	0	Europe/Paris	48.68333	0.6		Aspr,Aspres,Lez-Aspr,Saint-Martin,Saint-Martin-d'Aspres,lai sa si pu lei,Аспр,Лез-Аспр,莱萨斯普雷		28	61	613	61422
2978424	Saint-Martin-d'Ary	saint-martin-d-ary	FR	17270	0	Europe/Paris	45.22663	-0.21361		Ary,Saint-Martin,Saint-Martin-d'Ary		75	17	171	17365
2978425	Saint-Martin-d'Arrossa	saint-martin-d-arrossa	FR	64780	0	Europe/Paris	43.23778	-1.313		Arrosa,Grand-Pont,Saint-Martin,Saint-Martin d'Arrosa,Saint-Martin-d'Arrossa		75	64	641	64490
2978426	Saint-Martin-d'Armagnac	saint-martin-d-armagnac	FR	32110	0	Europe/Paris	43.71371	-0.06322		Saint-Martin,Saint-Martin-d'Armagnac		76	32	322	32390
2978427	Saint-Martin-d'Ardèche	saint-martin-d-ardeche	FR	07700	0	Europe/Paris	44.30354	4.56553		Saint-Martin,Saint-Martin-d'Ardeche,Saint-Martin-d'Ardèche		84	07	072	07268
2978428	Saint-Martin-d'Arcé	saint-martin-d-arce	FR	49150	0	Europe/Paris	47.55903	-0.08374		Saint Markin d'Arc,Saint-Martin,Saint-Martin-d'Arce,Saint-Martin-d'Arcé,Saint-Martin-d’Arcé,Sen-Marten-d'Arse,sheng ma dan da er sai,Сен-Мартен-д'Арсе,圣马丹达尔塞		52	49	493	49018
2978429	Saint-Martin-d'Arc	saint-martin-d-arc	FR	73140	0	Europe/Paris	45.2138	6.46776		Neufvachette,Saint-Martin,Saint-Martin-d'Arc		84	73	733	73256
2978430	Saint-Martin-d'Arberoue	saint-martin-d-arberoue	FR	64640	0	Europe/Paris	43.34466	-1.19635		Donamartiri,Saint-Martin,Saint-Martin-d'Arberoue		75	64	641	64489
2978431	Saint-Martin-d'Août	saint-martin-d-aout	FR	26330	0	Europe/Paris	45.21925	4.98459		Saint Martin,Saint-Martin-d'Aout,Saint-Martin-d'Août		84	26	263	26314
2978432	Saint-Martin-d'Ablois	saint-martin-d-ablois	FR	51530	0	Europe/Paris	49.01225	3.86798		Ablois,Ablois-Saint-Martin,Saint-Martin-d'Ablois		44	51	512	51002
2978433	Saint-Martin-d'Abbat	saint-martin-d-abbat	FR	45110	0	Europe/Paris	47.85647	2.26527		Saint-Martin,Saint-Martin-d'Abbat		24	45	452	45290
2978434	Saint-Martin-Curton	saint-martin-curton	FR	47700	283	Europe/Paris	44.33191	0.01037		Saint-Martin-Curton,Sen-Marten-Kjurton,Sent Martin de Curton,sheng ma dan qu er tong,Сен-Мартен-Кюртон,سینٹ-مارٹن-کرتوں,圣马丹屈尔通		75	47	474	47254
2978497	Saint-Martial-sur-Isop	saint-martial-sur-isop	FR	87330	133	Europe/Paris	46.16761	0.84992		Saint-Martial,Saint-Martial-sur-Isop		75	87	871	87163
2979449	Saint-Igest	saint-igest	FR	12260	168	Europe/Paris	44.43923	2.08611		Saint-Igest		76	12	123	12227
2978435	Saint-Martin-Choquel	saint-martin-choquel	FR	62240	404	Europe/Paris	50.67805	1.88851		Chocquel-les-Menneville,Chocquel-lès-Menneville,Saint-Martin,Saint-Martin-Choquel,Sen-Marten-Shokel',san martn tshwkywl,sheng ma dan xiao kai er,Сен-Мартен-Шокель,سان مارتن تشوكيول,سینٹ-مارٹن-چوقول,圣马丹肖凯尔		32	62	623	62759
2978437	Saint-Martin-Château	saint-martin-chateau	FR	23460	140	Europe/Paris	45.85744	1.79921		Saint-Martin,Saint-Martin-Chateau,Saint-Martin-Château,Sen-Marten-Shato,Sent Martin Chasteu,Sent Martin e Favarelhas,sheng ma dan sha tuo,Сен-Мартен-Шато,سینٹ-مارٹن-چتو,圣马丹沙托		75	23	232	23216
2978438	Saint-Martin-Cantalès	saint-martin-cantales	FR	15140	199	Europe/Paris	45.09215	2.3022		Gilbert-Cantales,Gilbert-Cantalès,Saint-Martin,Saint-Martin-Cantales,Saint-Martin-Cantalès,Sant Martin Cantales,Sant Martin Cantalès,Sant Martin de Chantal,Sen-Marten-Kantale,Sen-Marten-Kantales,sheng ma dan kang ta lai,Сен-Мартен-Кантале,Сен-Мартен-Канталес,سینٹ-مارٹن-کنتلیس,圣马丹康塔莱		84	15	152	15200
2978439	Saint-Martin-Boulogne	saint-martin-boulogne	FR	62280	12414	Europe/Paris	50.72691	1.61864		La Montagne,Montagne-les-Boulogne,Montagne-lès-Boulogne,Saint-Martin,Saint-Martin-Boulogne,Section de-la-Montagne,Sen-Marten-Bulon',Sint-Martiny-les-Boulonne,Sint-Martiny-lés-Boulonne,san martn bwlwjn,sheng ma dan bu luo nie,Сен-Мартен-Булонь,سان مارتن بولوجن,سینٹ-مارٹن-بولوگنے,圣马丹布洛涅		32	62	623	62758
2978442	Saint-Martin-aux-Chartrains	saint-martin-aux-chartrains	FR	14130	381	Europe/Paris	49.31328	0.16148		Saint-Martin,Saint-Martin-aux-Chartrains,St Martin aux Chartrains		28	14	143	14620
2978443	Saint-Martin-aux-Champs	saint-martin-aux-champs	FR	51240	82	Europe/Paris	48.82144	4.48849		Issonval,Marat-aux-Champs,Saint-Martin,Saint-Martin-aux-Champs		44	51	511	51502
2978444	Saint-Martin-aux-Buneaux	saint-martin-aux-buneaux	FR	76450	611	Europe/Paris	49.82428	0.55628		Saint-Martin,Saint-Martin-aux Bunaux,Saint-Martin-aux-Buneaux		28	76	761	76613
2978445	Saint-Martin-aux-Bois	saint-martin-aux-bois	FR	60420	293	Europe/Paris	49.52074	2.57062		Saint-Martin,Saint-Martin-aux-Bois,Sen-Marten-o-Bua,sheng ma dan ao bu wa,Сен-Мартен-о-Буа,سینٹ-مارٹن-آ-بوس,圣马丹奥布瓦		32	60	602	60585
2978446	Saint-Martin-aux-Arbres	saint-martin-aux-arbres	FR	76760	288	Europe/Paris	49.6491	0.89604		Saint-Martin,Saint-Martin-aux-Arbres		28	76	763	76611
2978447	Saint-Martin-au-Laërt	saint-martin-au-laert	FR	62500	3881	Europe/Paris	50.75179	2.24051		Saint-Martin,Saint-Martin-au-Laert,Saint-Martin-au-Laërt,Sen-Marten-o-Laer,san martn aw layrt,sheng ma dan ou la ai er,Сен-Мартен-о-Лаер,سان مارتن أو لايرت,سینٹ-مارٹن-او-لیرٹ,圣马丹欧拉埃尔		32	62	625	62757
2978448	Saint-Martin-au-Bosc	saint-martin-au-bosc	FR	76340	0	Europe/Paris	49.83064	1.66117		Saint-Martin,Saint-Martin-au-Bosc		28	76	761	76612
2978467	Saint-Martin	saint-martin	FR	32300	0	Europe/Paris	50.42136	2.29145		Saint-Martin,Saint-Martin-Eglise		32	62	621	62442
2978468	Saint-Martin	saint-martin	FR	32300	0	Europe/Paris	49.71488	1.21524				28	76	761	76070
2978469	Saint-Martin	saint-martin	FR	32300	56	Europe/Paris	48.718	5.63591				44	55	552	55496
2978470	Saint-Martin	saint-martin	FR	32300	0	Europe/Paris	48.56837	6.75317		Saint-Martin		44	54	542	54480
2978471	Saint-Martin	saint-martin	FR	32300	0	Europe/Paris	48.47445	4.11983				44	10	103	10361
2978472	Saint-Martin	saint-martin	FR	32300	0	Europe/Paris	48.36672	0.63242				28	61	613	61142
2978473	Saint-Martin	saint-martin	FR	32300	325	Europe/Paris	48.35108	7.29073		Saint-Martin		44	67	675	67426
2978474	Saint-Martin	saint-martin	FR	32300	0	Europe/Paris	47.12095	3.46294				27	58	583	58253
2978475	Saint-Martin	saint-martin	FR	32300	0	Europe/Paris	47.05929	1.08428				24	37	373	37039
2978476	Saint-Martin	saint-martin	FR	32300	0	Europe/Paris	47.00771	2.53947				24	18	181	18081
2978477	Saint-Martin	saint-martin	FR	32300	0	Europe/Paris	46.73819	1.82314				24	36	362	36005
2978478	Saint-Martin	saint-martin	FR	32300	0	Europe/Paris	46.18964	1.69992				75	23	232	23247
2978479	Saint-Martin	saint-martin	FR	32300	0	Europe/Paris	45.9792	0.5686				75	16	163	16009
2978480	Saint-Martin	saint-martin	FR	32300	0	Europe/Paris	45.79314	4.46066				84	69	691	69139
2978481	Saint-Martin	saint-martin	FR	32300	0	Europe/Paris	45.72411	6.11755				84	73	732	73146
2978482	Saint-Martin	saint-martin	FR	32300	0	Europe/Paris	44.89577	1.83604		Saint-Martin,Saint-Martin-des-Bois		76	46	462	46228
2978483	Saint-Martin	saint-martin	FR	32300	0	Europe/Paris	44.85356	0.35845		Saint-Martin		75	24	241	24225
2978484	Saint-Martin	saint-martin	FR	32300	0	Europe/Paris	44.63333	0.65				75	47	473	47037
2978485	Saint-Martin	saint-martin	FR	32300	0	Europe/Paris	44.33051	2.7773				76	12	121	12297
2978486	Saint-Martin-de-Beauville	saint-martin-de-beauville	FR	47270	131	Europe/Paris	44.23333	0.83333				75	47	471	47255
2978487	Saint-Martin-de-Pallières	saint-martin-de-pallieres	FR	83560	0	Europe/Paris	43.58863	5.88477		Roc-Tarpeien,Roc-Tarpéien,Saint-Martin,Saint-Martin-de-Pallieres,Saint-Martin-de-Pallières,Saint-Martin-de-Palliéres,Saint-Martin-des Pallieres,Sant Martin,Sen-Marten,Sen-Marten-de-Pal'er,Сен-Мартен,Сен-Мартен-де-Пальер,سینٹ-مارٹن-دے-پلیرس		93	83	833	83114
2978488	Saint-Martin	saint-martin	FR	32300	445	Europe/Paris	43.50613	0.37586		Saint-Martin		76	32	323	32389
2978489	Saint-Martin	saint-martin	FR	32300	0	Europe/Paris	43.4	6.25				93	83	833	83026
2978490	Saint-Martin	saint-martin	FR	32300	0	Europe/Paris	43.40019	-0.97473		Saint-Martin		75	64	642	64083
2978491	Saint-Martin	saint-martin	FR	32300	0	Europe/Paris	43.16107	0.08691		Saint-Martin		76	65	653	65392
2978492	Saint-Martin-de-Fenouillet	saint-martin-de-fenouillet	FR	66220	51	Europe/Paris	42.78572	2.46828		Saint-Martin,Saint-Martin-de-Fenouillet		76	66	663	66184
2978495	Saint-Martial-Viveyrol	saint-martial-viveyrol	FR	24320	249	Europe/Paris	45.35782	0.33925		Saint-Martial,Saint-Martial-Viveyrol,Saint-Martial-de-Viveyrol,Sen-Mars'jal'-Viverol',Sen-Marsjal'-Viverol',Sent Marcau Vivairous,Sent Marcau de Vivairous,Sent Marçau Vivairòus,Sent Marçau de Vivairòus,sheng ma er di a wei wei luo,Сен-Марсьяль-Вивероль,Сен-Марсяль-Вівероль,سینٹ-مارشل-ووےرول,圣马尔蒂阿维韦罗		75	24	243	24452
2978496	Saint-Martial-sur-Né	saint-martial-sur-ne	FR	17520	375	Europe/Paris	45.5823	-0.36475		L'Industrie,Saint-Martial,Saint-Martial-sur-Ne,Saint-Martial-sur-Né		75	17	171	17364
2978674	Saint-Lucien	saint-lucien	FR	28210	253	Europe/Paris	48.64761	1.62441		Saint-Lucien		24	28	283	28349
2978498	Saint-Martial-le-Vieux	saint-martial-le-vieux	FR	23100	110	Europe/Paris	45.67137	2.28072		Mont-Vert,Saint-Martial,Saint-Martial-le-Vieux,Sen-Mars'jal'-le-V'e,Sen-Mars'jal'-le-V'jo,Sen-Marsjal'-le-Ve,Sent Marcau lo Vielh,Sent Marçau lo Vielh,sheng ma er di a lai fu yue,Сен-Марсьяль-ле-Вье,Сен-Марсьяль-ле-Вьё,Сен-Марсяль-ле-Вє,سینٹ-مارشل-لے-ےش,圣马尔蒂阿莱弗约		75	23	231	23215
2978499	Saint-Martial-le-Mont	saint-martial-le-mont	FR	23150	274	Europe/Paris	46.04921	2.09333		Saint-Martial,Saint-Martial-le-Mont		75	23	232	23214
2978500	Saint-Martial-Entraygues	saint-martial-entraygues	FR	19400	89	Europe/Paris	45.12056	1.97327		Entraygues-Sans-Culottes,Saint-Martial,Saint-Martial-Entraigues,Saint-Martial-Entraygues		75	19	192	19221
2978501	Saint-Martial-de-Vitaterne	saint-martial-de-vitaterne	FR	17500	387	Europe/Paris	45.46113	-0.43336		Martial-Vitaterne,Martial-sur-Jonzac,Saint-Martial,Saint-Martial-de-Vitaterne		75	17	171	17363
2978502	Saint-Martial-de-Valette	saint-martial-de-valette	FR	24300	830	Europe/Paris	45.51657	0.64981		Saint-Martial,Saint-Martial-de-Valette,Sen-Mars'jal'-de-Valet,Sen-Mars'jal'-de-Valett,Sen-Marsjal'-de-Valett,Sent Marcau de Valeta,Sent Marçau de Valeta,Valette-les-Eaux,sheng ma er di a de wa lai te,Сен-Марсьяль-де-Валет,Сен-Марсьяль-де-Валетт,Сен-Марсяль-де-Валетт,سینٹ-مارشل-دے-والتے,圣马尔蒂阿德瓦莱特		75	24	242	24451
2978549	Saint-Mard	saint-mard	FR	02220	113	Europe/Paris	49.38654	3.58298		Saint-Mard		32	02	024	02682
2978503	Saint-Martial-de-Nabirat	saint-martial-de-nabirat	FR	24250	544	Europe/Paris	44.74461	1.2585		Saint-Martial,Saint-Martial-de-Nabirat,Sen-Mars'jal'-de-Nabira,Sen-Marsjal'-de-Nabira,Sent Marcal de Nabirac,Sent Marçal de Nabirac,sheng ma er di a de na bi la,Сен-Марсьяль-де-Набира,Сен-Марсяль-де-Набіра,سینٹ-مارشل-دے-نبیرت,圣马尔蒂阿德纳比拉		75	24	244	24450
2978504	Saint-Martial-de-Mirambeau	saint-martial-de-mirambeau	FR	17150	241	Europe/Paris	45.38163	-0.59396		Martial-sous-Mirambeau,Saint-Martial,Saint-Martial-de-Mirambeau		75	17	171	17362
2978505	Saint-Martial-de-Gimel	saint-martial-de-gimel	FR	19150	478	Europe/Paris	45.26684	1.87267		Saint-Martial,Saint-Martial-de-Gimel		75	19	192	19220
2978506	Saint-Martial-d'Artenset	saint-martial-d-artenset	FR	24700	0	Europe/Paris	45.01596	0.2045		Saint-Martial,Saint-Martial-d'Artenset		75	24	243	24449
2978507	Saint-Martial-d'Albarède	saint-martial-d-albarede	FR	24160	0	Europe/Paris	45.32536	1.03074		Saint-Martial,Saint-Martial-d'Albarede,Saint-Martial-d'Albarède		75	24	242	24448
2978508	Saint-Martial	saint-martial	FR	07310	0	Europe/Paris	46.57494	0.64936				75	86	863	86070
2978509	Saint-Martial	saint-martial	FR	07310	127	Europe/Paris	46.04326	-0.45726		Saint-Martial		75	17	175	17361
2978510	Saint-Martial	saint-martial	FR	07310	159	Europe/Paris	45.37187	0.05667		Saint-Martial		75	16	161	16334
2978511	Saint-Martial	saint-martial	FR	07310	276	Europe/Paris	44.86757	4.27478		Saint-Martial		84	07	071	07267
2978512	Saint-Martial	saint-martial	FR	07310	78	Europe/Paris	44.87287	3.04533		Saint-Martial		84	15	153	15199
2978513	Saint-Martial	saint-martial	FR	07310	186	Europe/Paris	44.63782	-0.17549		Saint-Martial		75	33	333	33440
2978514	Saint-Martial	saint-martial	FR	07310	171	Europe/Paris	44.03423	3.73604		Mont-Liron,Montliron,Saint-Martial		76	30	303	30283
2978515	Saint-Martial	saint-martial	FR	07310	0	Europe/Paris	43.98792	1.42871				76	82	822	82121
2978516	Saint-Mars-sur-la-Futaie	saint-mars-sur-la-futaie	FR	53220	649	Europe/Paris	48.43221	-1.01514		Mont-Mars,Saint-Mars,Saint-Mars-sur-la-Futaie		52	53	533	53238
2978517	Saint-Mars-sur-Colmont	saint-mars-sur-colmont	FR	53300	458	Europe/Paris	48.37501	-0.69745		Saint-Mars,Saint-Mars-sur-Colmont		52	53	533	53237
2978518	Saint-Mars-sous-Ballon	saint-mars-sous-ballon	FR	72290	648	Europe/Paris	48.1727	0.24598		Saint-Mars,Saint-Mars-sous-Ballon		52	72	723	72023
2978519	Saint-Mars-la-Réorthe	saint-mars-la-reorthe	FR	85590	819	Europe/Paris	46.8624	-0.9257		Le Val-la-Reorthe,Le Val-la-Réorthe,Saint-Mars,Saint-Mars-la-Reorthe,Saint-Mars-la-Réorthe		52	85	852	85242
2978520	Saint-Mars-la-Jaille	saint-mars-la-jaille	FR	44540	2371	Europe/Paris	47.52538	-1.18465		Saint-Mars,Saint-Mars-la-Jaille,Sant-Marzh-an-Olivenn,Sen-Mars-la-Zhaj,sheng ma er la re er,Сен-Марс-ла-Жай,سینٹ-مارس-لا-جیلے,圣马尔拉热尔		52	44	445	44180
2978521	Saint-Mars-la-Brière	saint-mars-la-briere	FR	72470	2447	Europe/Paris	48.03046	0.37319		Briere-de-l'Egalite,Brière-de-l'Egalité,Saint-Mars		52	72	722	72300
2978522	Saint-Mars-Vieux-Maisons	saint-mars-vieux-maisons	FR	77320	204	Europe/Paris	48.74221	3.3207		Saint-Mars,Saint-Mars-en-Brie		11	77	773	77421
2978523	Saint-Mars-du-Désert	saint-mars-du-desert	FR	44850	176	Europe/Paris	48.29385	-0.15896		Saint-Mars,Saint-Mars-du-Desert,Saint-Mars-du-Désert		52	53	533	53236
2978524	Saint-Mars-du-Désert	saint-mars-du-desert	FR	44850	4002	Europe/Paris	47.3645	-1.4101		Saint-Mars,Saint-Mars-du-Desert,Saint-Mars-du-Désert,Sant-Marzh-an-Dezerzh		52	44	445	44179
2978525	Saint-Mars-d'Outillé	saint-mars-d-outille	FR	72220	2233	Europe/Paris	47.87147	0.33224		Saint-Mars,Saint-Mars-d'Outille,Saint-Mars-d'Outillé		52	72	723	72299
2978527	Saint-Mars-de-Locquenay	saint-mars-de-locquenay	FR	72440	453	Europe/Paris	47.92858	0.48456		Saint-Mars,Saint-Mars-de-Locquenay		52	72	722	72298
2978528	Saint-Mars-d'Égrenne	saint-mars-d-egrenne	FR	61350	0	Europe/Paris	48.56002	-0.73012		Saint-Marc-d'Egrenne,Saint-Marc-d'Égrenne,Saint-Mars,Saint-Mars-d'Egrenne,Saint-Mars-d'Égrenne		28	61	611	61421
2978529	Saint-Mars-de-Coutais	saint-mars-de-coutais	FR	44680	2360	Europe/Paris	47.11266	-1.73552		Saint-Mars,Saint-Mars-de-Coutais,Sant-Marzh-ar-C'hoad,Sant-Marzh-ar-Choad,Sen-Mars-de-Kute,san=marusu=do=kute,sheng ma er de ku tai,Сен-Марс-де-Куте,سینٹ-مارس-دے-کوتیس,サン＝マルス＝ド＝クテ,圣马尔德库泰		52	44	442	44178
2978531	Saint-Marsal	saint-marsal	FR	66110	92	Europe/Paris	42.53766	2.6211		Saint-Marcal,Saint-Marsal,Saint-Marçal,Sant Marcal,Sant Marçal		76	66	661	66183
2978535	Saint-Mariens	saint-mariens	FR	33620	1284	Europe/Paris	45.11704	-0.40295		Saint-Mariens		75	33	331	33439
2978537	Saint-Marien	saint-marien	FR	23600	189	Europe/Paris	46.42021	2.22494		Marat,Saint-Marien		75	23	231	23213
2978538	Saint-Mard-sur-le-Mont	saint-mard-sur-le-mont	FR	51330	107	Europe/Paris	48.92237	4.84875		Montvierre,Saint-Mard,Saint-Mard-sur-le-Mont		44	51	511	51500
2978539	Saint-Mard-sur-Auve	saint-mard-sur-auve	FR	51800	70	Europe/Paris	49.03473	4.72732		Montagne-sur-Auve,Montauve,Saint-Mard,Saint-Mard-sur-Auve		44	51	511	51498
2978676	Saint-Luc	saint-luc	FR	27930	0	Europe/Paris	48.9744	1.2374				28	27	273	27560
2978540	Saint-Mards-en-Othe	saint-mards-en-othe	FR	10160	546	Europe/Paris	48.17253	3.79855		Mards-la-Montagne,Saint-Mards,Saint-Mards-en-Othe,Sen-Mar-an-Ot,ao te de qu sheng ma er de,Сен-Мар-ан-От,سینٹ-مردس-این -اٹھے,奥特地区圣马尔德		44	10	103	10350
2978541	Saint-Mards-de-Fresne	saint-mards-de-fresne	FR	27230	330	Europe/Paris	49.07325	0.46357		Saint-Mards,Saint-Mards-de-Fresne		28	27	272	27564
2978542	Saint-Mards-de-Blacarville	saint-mards-de-blacarville	FR	27500	805	Europe/Paris	49.37046	0.52099		Saint-Mards,Saint-Mards-de-Blacarville		28	27	272	27563
2978544	Saint-Mards	saint-mards	FR	76730	181	Europe/Paris	49.7597	1.01312		Saint-Mards		28	76	761	76604
2978545	Saint-Mard-lès-Rouffy	saint-mard-les-rouffy	FR	51130	147	Europe/Paris	48.94226	4.1173		Marat-les-Rouffy,Marat-lès-Rouffy,Mont-Rouffy,Saint-Mard,Saint-Mard-les-Rouffy,Saint-Mard-lès-Rouffy		44	51	512	51499
2978546	Saint-Mard-de-Vaux	saint-mard-de-vaux	FR	71640	249	Europe/Paris	46.81298	4.6844		Montabon,Saint-Mard,Saint-Mard-de-Vaux		27	71	712	71447
2978547	Saint-Mard-de-Réno	saint-mard-de-reno	FR	61400	447	Europe/Paris	48.50943	0.63409		Saint-Mard,Saint-Mard-de-Reno,Saint-Mard-de-Réno		28	61	613	61418
2978548	Saint-Mard	saint-mard	FR	02220	197	Europe/Paris	49.69349	2.76311		Saint-Mard		32	80	803	80708
2978550	Saint-Mard	saint-mard	FR	02220	3761	Europe/Paris	49.03701	2.69645		Saint-Mard		11	77	771	77420
2978551	Saint-Mard	saint-mard	FR	02220	86	Europe/Paris	48.50629	6.30559		Saint-Mard		44	54	542	54479
2978552	Saint-Mard	saint-mard	FR	02220	929	Europe/Paris	46.0861	-0.71089		Mard-sur-l'Isle,Saint-Mard		75	17	172	17359
2978553	Saint-Marc-sur-Seine	saint-marc-sur-seine	FR	21450	127	Europe/Paris	47.70024	4.60583		Saint-Marc,Saint-Marc-sur-Seine		27	21	213	21557
2978554	Saint-Marc-sur-Couesnon	saint-marc-sur-couesnon	FR	35140	451	Europe/Paris	48.30398	-1.36524		Saint-Marc,Saint-Marc-sur-Couesnon,Sant-Marzh-ar-C'houenon		53	35	351	35282
2978557	Saint-Marcouf	saint-marcouf	FR	14330	0	Europe/Paris	49.47326	-1.28892				28	50	502	50507
2978558	Saint-Marcouf	saint-marcouf	FR	14330	106	Europe/Paris	49.25167	-0.99107		Saint-Marcouf		28	14	141	14613
2978559	Saint-Marcory	saint-marcory	FR	24540	61	Europe/Paris	44.72265	0.92844		Saint-Marcory		75	24	241	24446
2978560	Saint-Marc-le-Blanc	saint-marc-le-blanc	FR	35460	1190	Europe/Paris	48.36498	-1.40921		Saint-Marc,Saint-Marc-le-Blanc,Sant-Mezar-Elvinieg		53	35	351	35292
2978561	Saint-Marc-Jaumegarde	saint-marc-jaumegarde	FR	13100	1132	Europe/Paris	43.54718	5.5228		Saint-Marc,Saint-Marc-Jaumegarde,Sant Marc dAis,Sant Marc de Jaumegarda,Sen-Mark-Zhomgard,sheng ma er ke ruo mo jia er de,Сен-Марк-Жомгард,سینٹ-مارک-جومگاردے,圣马尔克若默加尔德		93	13	131	13095
2978562	Saint-Marcet	saint-marcet	FR	31800	395	Europe/Paris	43.19683	0.73926		Mont-Rocher,Saint-Marcet		76	31	312	31502
2978563	Saint-Marcel-Paulel	saint-marcel-paulel	FR	31590	433	Europe/Paris	43.66231	1.60426		Saint-Marcel,Saint-Marcel-Paulel		76	31	313	31501
2978564	Saint-Marcellin-lès-Vaison	saint-marcellin-les-vaison	FR	84110	305	Europe/Paris	44.23022	5.09834		Fanum Sancti Marcellini,Saint-Marcellin,Saint-Marcellin-les-Vaison,Saint-Marcellin-lès-Vaison,Sant Marcelin de Vaison,Sen-Marsellen-le-Vezon,sheng ma er se lan lai wei song,Сен-Марселлен-ле-Везон,سینٹ-مرکلن-لیس-ویسوں,圣马尔瑟兰莱韦松		93	84	843	84111
2978565	Saint-Marcellin-en-Forez	saint-marcellin-en-forez	FR	42680	3440	Europe/Paris	45.49676	4.17233		Donjon-la-Plaine,Marcellin-la-Plaine,Saint-Marcellin,Saint-Marcellin-en-Forez,Sant Marcelin dau Pont,Sant Marcelin dau Pònt,Sen-Marsellen-an-Fore,fu lei de qu sheng ma er se lan,Сен-Марселлен-ан-Форе,سینٹ-مرکلن-این -فوریز,福雷地区圣马尔瑟兰		84	42	421	42256
2978566	Saint-Marcellin	saint-marcellin	FR	38160	7592	Europe/Paris	45.14914	5.31673		Saint-Marcellin,Thermopyles		84	38	381	38416
2978567	Saint-Marcellin	saint-marcellin	FR	38160	0	Europe/Paris	44.61497	6.51723		Saint-Marcellin,Viere,Vière		93	05	052	05036
2978568	Saint-Marcel-lès-Valence	saint-marcel-les-valence	FR	26320	4420	Europe/Paris	44.97132	4.95316		Saint-Marcel,Saint-Marcel-les-Valence,Saint-Marcel-lès-Valence		84	26	263	26313
2978569	Saint-Marcel-lès-Sauzet	saint-marcel-les-sauzet	FR	26740	1188	Europe/Paris	44.59752	4.80541		Saint-Marcel,Saint-Marcel-les-Sauzet,Saint-Marcel-lès-Sauzet		84	26	262	26312
2978570	Saint-Marcel-lès-Annonay	saint-marcel-les-annonay	FR	07100	1231	Europe/Paris	45.28613	4.62616		Marcel-de-Deome,Marcel-de-Déome,Saint Marcel,Saint-Marcel-les-Annonay,Saint-Marcel-lès-Annonay,Sant Marcel les Annonay,Sant Marcel lès Annonay,Sant Marceu dAnonai,Sant Marcèu dAnonai,Sen-Marsel'-lez-Annone,sheng ma er sai lai a nuo nai,Сен-Марсель-лез-Анноне,سینٹ-مارسیل-لیس-انونے,圣马尔塞莱阿诺奈		84	07	073	07265
2978571	Saint-Marcel-l'Éclairé	saint-marcel-l-eclaire	FR	69170	549	Europe/Paris	45.87491	4.43411		Saint Marcel,Saint-Marcel-l'Eclaire,Saint-Marcel-l'Éclairé		84	69	692	69225
2978573	Saint-Marcelin-de-Cray	saint-marcelin-de-cray	FR	71460	137	Europe/Paris	46.55977	4.52322		Saint-Marcelin,Saint-Marcelin-de-Cray		27	71	715	71446
2978574	Saint-Marcel-en-Murat	saint-marcel-en-murat	FR	03390	158	Europe/Paris	46.32119	3.00851		Saint-Marcel,Saint-Marcel-en-Murat,Venant		84	03	031	03243
2978575	Saint-Marcel-en-Marcillat	saint-marcel-en-marcillat	FR	03420	139	Europe/Paris	46.14538	2.58945		Saint-Marcel,Saint-Marcel-en-Marcillat		84	03	031	03244
2978576	Saint-Marcel	saint-marcel	FR	01390	0	Europe/Paris	45.9495	4.98494		Saint-Marcel,Saint-Marcel-en-Dombes		84	01	012	01371
2978577	Saint-Marcel-d'Urfé	saint-marcel-d-urfe	FR	42430	0	Europe/Paris	45.87046	3.88323		Saint Marcel,Saint-Marcel-d'Urfe,Saint-Marcel-d'Urfé		84	42	422	42255
2978578	Saint-Marcel-du-Périgord	saint-marcel-du-perigord	FR	24510	148	Europe/Paris	44.91577	0.71228		Saint-Marcel,Saint-Marcel-du-Perigord,Saint-Marcel-du-Périgord,Sen-Marsel'-dju-Perigor,Sent Marcel de Perigord,Sent Marcèl de Perigòrd,sheng ma er sai di pei li ge er,Сен-Марсель-дю-Перигор,سینٹ-مارسیل-دو-پرگورڈ,圣马尔塞迪佩里戈尔		75	24	241	24445
2978580	Saint-Marcel-de-Félines	saint-marcel-de-felines	FR	42122	708	Europe/Paris	45.86792	4.19135		Saint-Marcel,Saint-Marcel-de-Felines,Saint-Marcel-de-Félines		84	42	422	42254
2978581	Saint-Marcel-de-Careiret	saint-marcel-de-careiret	FR	30330	675	Europe/Paris	44.14307	4.48808		Saint-Marcel,Saint-Marcel-de-Careiret,Saint-Marcel-de-Carreiret,Vione-Marcel		76	30	302	30282
2978582	Saint-Marcel-d'Ardèche	saint-marcel-d-ardeche	FR	07700	2393	Europe/Paris	44.32726	4.61769		Saint-Marcel,Saint-Marcel-d'Ardeche,Saint-Marcel-d'Ardèche,Saint-Marcel-dArdeche,Saint-Marcel-dArdèche,Saint-Marcel-d’Ardèche,Sen-Marsel'-d'Ardesh,Сен-Марсель-д’Ардеш		84	07	072	07264
2978583	Saint-Marcel-Bel-Accueil	saint-marcel-bel-accueil	FR	38080	0	Europe/Paris	45.64902	5.23847		Mont-Marcel,Saint Marcel,Saint-Marcel-Bel-Accueil,Saint-Marcel-de-Bel-Accueil		84	38	382	38415
2978584	Saint-Marcel	saint-marcel	FR	01390	327	Europe/Paris	49.76325	4.57297		Saint-Marcel		44	08	081	08389
2978585	Saint-Marcel	saint-marcel	FR	01390	148	Europe/Paris	49.12176	5.95281		Saint-Marcel		44	54	541	54478
2978586	Saint-Marcel	saint-marcel	FR	01390	5288	Europe/Paris	49.1	1.45		Saint-Marcel		28	27	271	27562
2978587	Saint-Marcel	saint-marcel	FR	01390	108	Europe/Paris	47.82522	5.82533		Marcel-Libre,Mont-Marc,Saint-Marcel,Ubilac		27	70	702	70468
2978588	Saint-Marcel	saint-marcel	FR	01390	972	Europe/Paris	47.80384	-2.41859		Saint-Marcel,Sant-Marc'hell		53	56	563	56228
2978589	Saint-Marcel	saint-marcel	FR	01390	4844	Europe/Paris	46.77371	4.89205		Saint-Marcel,Saint-Marcel-les Rues		27	71	712	71445
2978590	Saint-Marcel	saint-marcel	FR	01390	1678	Europe/Paris	46.60193	1.51324		Cote-Franche,Côte-Franche,Saint-Marcel		24	36	362	36200
2978591	Saint-Marcel	saint-marcel	FR	01390	0	Europe/Paris	45.51202	6.56695		Saint-Marcel		84	73	731	73253
2978592	Saint-Marcel	saint-marcel	FR	01390	0	Europe/Paris	45.37004	6.51192				84	73	731	73257
2978593	Saint-Marcel	saint-marcel	FR	01390	0	Europe/Paris	44.85323	4.8149				84	07	073	07240
2978594	Saint-Marcel-Campes	saint-marcel-campes	FR	81170	238	Europe/Paris	44.08031	1.99059				76	81	811	81262
2978595	Saint-Marcel	saint-marcel	FR	01390	10256	Europe/Paris	43.28745	5.46604				93	13	133	13055
2978596	Saint-Marcel-sur-Aude	saint-marcel-sur-aude	FR	11120	1363	Europe/Paris	43.25	2.93333				76	11	113	11353
2978597	Saint-Marceau	saint-marceau	FR	08160	434	Europe/Paris	49.70945	4.72099		Saint-Marceau		44	08	081	08388
2978598	Saint-Marceau	saint-marceau	FR	08160	423	Europe/Paris	48.17982	0.12812		Saint-Marceau		52	72	722	72297
2978599	Saint-Marceau	saint-marceau	FR	08160	0	Europe/Paris	46.9	2.66695				24	18	182	18121
2978600	Saint-Marc-du-Cor	saint-marc-du-cor	FR	41170	183	Europe/Paris	47.97322	0.9535		Saint-Marc,Saint-Marc-du-Cor		24	41	412	41224
2978602	Saint-Marcan	saint-marcan	FR	35120	414	Europe/Paris	48.58815	-1.6336		Saint-Marcan,Sant-Marc'han		53	35	354	35291
2978603	Saint-Marc-à-Loubaud	saint-marc-a-loubaud	FR	23460	120	Europe/Paris	45.84874	1.99603		Saint-Marc,Saint-Marc-a-Loubaud,Saint-Marc-à-Loubaud		75	23	231	23212
2978604	Saint-Marc-à-Frongier	saint-marc-a-frongier	FR	23200	356	Europe/Paris	45.92987	2.12056		Saint-Marc,Saint-Marc-a-Frongier,Saint-Marc-à-Frongier		75	23	231	23211
2978609	Saint-Marc	saint-marc	FR	15320	0	Europe/Paris	50.07771	1.63394		Saint-Marc,Saint-Mard		32	80	801	80775
2978610	Saint-Marc	saint-marc	FR	15320	0	Europe/Paris	48.4	-4.45				53	29	291	29019
2978611	Saint-Marc	saint-marc	FR	15320	0	Europe/Paris	47.96372	-1.79095				53	35	352	35126
2978612	Saint-Marc	saint-marc	FR	15320	0	Europe/Paris	47.24351	-2.27595				52	44	443	44184
2978613	Saint-Marc	saint-marc	FR	15320	98	Europe/Paris	44.90148	3.19171		Saint-Marc		84	15	153	15108
2978614	Saint-Marc	saint-marc	FR	15320	0	Europe/Paris	43.65	6.88333				93	06	061	06095
2978616	Saint-Manvieu-Bocage	saint-manvieu-bocage	FR	14380	537	Europe/Paris	48.82572	-0.97774		Saint-Manvieu,Saint-Manvieu-Bocage		28	14	144	14658
2978618	Saint-Mandrier-sur-Mer	saint-mandrier-sur-mer	FR	83430	6987	Europe/Paris	43.078	5.929	22	Saint-Mandrier,Sant Mandrier,Sant Mandrier de Mar,Sen-Mandrie-sjur-Mer,bin hai sheng mang de li ye,Сен-Мандрие-сюр-Мер,Сен-Мандріє-сюр-Мер,سینٹ-مندرئر-سر-مر,滨海圣芒德里耶		93	83	832	83153
2978620	Saint-Mandé-sur-Brédoire	saint-mande-sur-bredoire	FR	17470	297	Europe/Paris	46.02485	-0.30298		La Revolution,La Révolution,Saint-Mande,Saint-Mande-sur-Bredoire,Saint-Mandé,Saint-Mandé-sur-Brédoire,Sen-Mande-sjur-Breduar,bu lei du wa er he pan sheng mang dai,Сен-Манде-сюр-Бредуар,سینٹ-مندے-سر-بردویرے,布雷杜瓦尔河畔圣芒代		75	17	175	17358
2978621	Saint-Mandé	saint-mande	FR	94160	21261	Europe/Paris	48.83864	2.41579		Saint-Mande,Saint-Mandé,Sanctus Mandetus,Sankt-Mande,Sant Manden,Sen Mande,Sen-Mande,saengmangde,san=mande,sheng mang dai,sn mandh,sn-mandh,st Mande,st Mandé,st mande,Санкт-Манде,Сен Манде,Сен-Манде,سن مانده,سن-مانده,سینٹ-مندے,サン＝マンデ,圣芒代,생망데		11	94	942	94067
2978622	Saint-Mammès	saint-mammes	FR	77670	3429	Europe/Paris	48.38458	2.81578		Saint-Mammes,Saint-Mammès,Sen-Mamme,sheng ma mei,Сен-Мамме,سینٹ-مممس,聖馬梅		11	77	774	77419
2978623	Saint-Mamet-la-Salvetat	saint-mamet-la-salvetat	FR	15220	1354	Europe/Paris	44.85813	2.30688		Saint-Mamet,Saint-Mamet-la-Salvetat		84	15	151	15196
2978624	Saint-Mamet	saint-mamet	FR	31110	0	Europe/Paris	46.69288	2.66362				84	03	031	03221
2978625	Saint-Mamet	saint-mamet	FR	31110	0	Europe/Paris	42.78161	0.60271		Bonne-Garde,Saint-Mamet		76	31	312	31500
2978626	Saint-Mamet	saint-mamet	FR	31110	0	Europe/Paris	44.98553	0.59655		Saint-Mamest,Saint-Mamet		75	24	243	24155
2978627	Saint-Mamert-du-Gard	saint-mamert-du-gard	FR	30730	1189	Europe/Paris	43.88761	4.18876		Mamert,Mont-Mamert,Saint-Mamert,Saint-Mamert-du-Gard		76	30	302	30281
2978628	Saint-Mamert	saint-mamert	FR	69860	63	Europe/Paris	46.25068	4.58247		Saint-Mamert		84	69	692	69135
2978630	Saint-Malon-sur-Mel	saint-malon-sur-mel	FR	35750	493	Europe/Paris	48.09317	-2.09875		Saint-Malon,Saint-Malon-sur-Mel,Saint-Malon-sur-Meu		53	35	353	35290
2978631	Saint-Malo-en-Donziois	saint-malo-en-donziois	FR	58350	116	Europe/Paris	47.31257	3.26781		Saint Malo,Saint-Malo-en-Donziois,Saint-Malo-en-Douziois		27	58	584	58252
2978632	Saint-Malô-du-Bois	saint-malo-du-bois	FR	85590	1291	Europe/Paris	46.92891	-0.90004		Saint-Malo,Saint-Malo-du-Bois,Saint-Malô-du-Bois		52	85	852	85240
2978633	Saint-Malo-des-Trois-Fontaines	saint-malo-des-trois-fontaines	FR	56490	529	Europe/Paris	48.01417	-2.47236		Saint-Malo,Saint-Malo des 3 Fontaines,Saint-Malo-des-Trois-Fontaines,Sant-Malou-an-Teir-Feunteun,Sant-Maloù-an-Teir-Feunteun		53	56	562	56227
2978634	Saint-Malo-de-Phily	saint-malo-de-phily	FR	35480	718	Europe/Paris	47.8771	-1.78819		Saint-Malo,Saint-Malo-de-Phily,Sant-Malou-Fili,Sant-Maloù-Fili		53	35	352	35289
2978635	Saint-Malo-de-la-Lande	saint-malo-de-la-lande	FR	50200	325	Europe/Paris	49.07114	-1.54052		Saint-Malo,Saint-Malo-de-la-Lande		28	50	503	50506
2978677	Saint-Lubin-en-Vergonnois	saint-lubin-en-vergonnois	FR	41190	776	Europe/Paris	47.61351	1.23395		Lubin,Pres-Lubin,Prés-Lubin,Saint-Lubin,Saint-Lubin-en-Vergonnois		24	41	411	41223
2978636	Saint-Malo-de-Guersac	saint-malo-de-guersac	FR	44550	3408	Europe/Paris	47.35121	-2.17962		Saint-Malo,Saint-Malo-de-Guersac,Sant-Malou-Gwersac'h,Sant-Malou-Gwersach,Sant-Maloù-Gwersac'h,Sant-Maloù-Gwersach,Sen-Malo-de-Gersak,sheng ma luo de gai er sa ke,Сен-Мало-де-Герсак,سینٹ-ملو-دے-گیرساک,圣马洛德盖尔萨克		52	44	443	44176
2978637	Saint-Malo-de-Beignon	saint-malo-de-beignon	FR	56380	708	Europe/Paris	47.95662	-2.14993		Saint-Malo,Saint-Malo-de-Beignon,Sant-Malou-Benion,Sant-Maloù-Benion		53	56	563	56226
2978640	Saint-Malo	saint-malo	FR	35400	50676	Europe/Paris	48.64738	-2.00877		Commune-de-la-Victoire,DNR,Maclovium,Mont-Mamet,Port-Malo,Sain-Malo,Saint Malo,Saint Mâlo,Saint-Malo,Sant-Malou,Sant-Maloù,Sen Malo,Sen-Malo,Senmalo,St-Malo,saengmallo,san malw,sen-malo,sheng ma luo,sn mlw,sn-mlw,Σαιν-Μαλό,Сен Мало,Сен-Мало,סן-מלו,سان مالو,سن ملو,سن-ملو,سینٹ-ملو,แซ็ง-มาโล,სენ-მალო,サン・マロ,圣马洛,생말로	354	53	35	354	35288
2978641	Saint-Maixme-Hauterive	saint-maixme-hauterive	FR	28170	362	Europe/Paris	48.58818	1.18194		Saint-Maixme,Saint-Maixme-Hauterive		24	28	283	28351
2978642	Saint-Maixent-sur-Vie	saint-maixent-sur-vie	FR	85220	721	Europe/Paris	46.74036	-1.82143		Saint-Maixent,Saint-Maixent-sur-Vie,Sen-Meksan-sjur-Vi,wei ye he pan sheng mai ke sang,Сен-Мексан-сюр-Ві,سینٹ-شینت-سر-وی,维耶河畔圣迈克桑		52	85	853	85239
2978643	Saint-Maixent-l'École	saint-maixent-l-ecole	FR	79400	0	Europe/Paris	46.4131	-0.20839		Saint-Maixent,Saint-Maixent-l'Ecole,Saint-Maixent-l'École,Saint-Maixent-l’École,Sanctus Maxencius,Sen-Meksan-l'Ekol',Vauclair-sur-Sevre,Vauclair-sur-Sèvre,Сен-Мексан-л'Еколь		75	79	792	79270
2978644	Saint-Maixent-de-Beugné	saint-maixent-de-beugne	FR	79160	278	Europe/Paris	46.50442	-0.60797		Saint-Maixent,Saint-Maixent-de-Beugne,Saint-Maixent-de-Beugné		75	79	793	79269
2978645	Saint-Maixent	saint-maixent	FR	72320	696	Europe/Paris	48.08975	0.65137		Maixent-sur-Quenne,Saint-Maixent		52	72	722	72296
2978646	Saint-Maixant	saint-maixant	FR	23200	265	Europe/Paris	45.99366	2.20724		Saint-Maixant		75	23	231	23210
2978647	Saint-Maixant	saint-maixant	FR	23200	1431	Europe/Paris	44.57908	-0.26096		Saint-Maixant		75	33	333	33438
2978648	Saint-Maime	saint-maime	FR	04300	709	Europe/Paris	43.90401	5.79245		Mont-Libre,Saint-Maime,Sant Maime,Sen-Mem,sheng man,Сен-Мем,سینٹ-مامے,圣曼		93	04	044	04188
2978649	Saint-Maigrin	saint-maigrin	FR	17520	559	Europe/Paris	45.41885	-0.28054		Le Bocage,Saint-Maigrin		75	17	171	17357
2978650	Saint-Maigner	saint-maigner	FR	63330	184	Europe/Paris	46.08787	2.68551		Saint-Maigner		84	63	634	63373
2978651	Saint-Magne-de-Castillon	saint-magne-de-castillon	FR	33350	0	Europe/Paris	44.86434	-0.06485		Saint-Magne,Saint-Magne-de-Castillon		75	33	335	33437
2978652	Saint-Magne	saint-magne	FR	33125	882	Europe/Paris	44.52679	-0.65789		Saint-Magne		75	33	336	33436
2978653	Saint-Maden	saint-maden	FR	22350	213	Europe/Paris	48.33054	-2.07748		Saint-Maden,Sant-Maden		53	22	221	22312
2978654	Saint-Macoux	saint-macoux	FR	86400	458	Europe/Paris	46.11761	0.23279		Saint-Macoux,Sen-Maku,sheng ma ku,Сен-Маку,سینٹ-چوش,圣马库		75	86	862	86231
2978655	Saint-Maclou-la-Brière	saint-maclou-la-briere	FR	76110	442	Europe/Paris	49.65344	0.46516		L'Unite,L'Unité,Saint-Maclou,Saint-Maclou-la-Briere,Saint-Maclou-la-Brière		28	76	762	76603
2978656	Saint-Maclou-de-Folleville	saint-maclou-de-folleville	FR	76890	531	Europe/Paris	49.68155	1.10631		Saint-Maclou,Saint-Maclou-de-Folleville		28	76	761	76602
2978657	Saint-Maclou	saint-maclou	FR	27210	487	Europe/Paris	49.36515	0.40943		Saint-Maclou,Sen-Maklu,sheng ma ke lu,Сен-Маклу,سینٹ-مکلو,圣马克卢		28	27	272	27561
2978658	Saint-Macaire-en-Mauges	saint-macaire-en-mauges	FR	49450	6033	Europe/Paris	47.12375	-0.9916		Saint-Macaire,Saint-Macaire-en-Mauges,Sen-Makehr-an-Mozh,Sen-Maker-an-Mozh,mo re de qu sheng ma kai er,san=makeru=an=moju,Сен-Макер-ан-Мож,Сен-Макэр-ан-Мож,سینٹ-مکرے-این -مگس,サン＝マケール＝アン＝モージュ,莫热地区圣马凯尔		52	49	492	49301
2978659	Saint-Macaire-du-Bois	saint-macaire-du-bois	FR	49260	404	Europe/Paris	47.11736	-0.27296		Saint-Macaire,Saint-Macaire-du-Bois		52	49	493	49302
2978660	Saint-Macaire	saint-macaire	FR	33490	1775	Europe/Paris	44.56645	-0.22374		Saint-Macaire		75	33	333	33435
2978661	Saint-Lys	saint-lys	FR	31470	6130	Europe/Paris	43.51436	1.17745		Eaubelle,Saint-Lys,Sen-Li,Sen-Lis,Sent Lis,sheng li,Сен-Лис,Сен-Лі,سینٹ-لیس,圣利		76	31	311	31499
2978662	Saint-Lyphard	saint-lyphard	FR	44410	3463	Europe/Paris	47.39806	-2.30907		Saint-Lyphard,Sant-Lefer		52	44	443	44175
2978663	Saint-Lyé-la-Forêt	saint-lye-la-foret	FR	45170	982	Europe/Paris	48.04068	1.98256		Saint-Lye,Saint-Lye-la-Foret,Saint-Lyé,Saint-Lyé-la-Forêt,Sen-Lie-la-Fore,sheng li ai la fu lei,Сен-Ліе-ла-Форе,سینٹ-لیے-لا-فورٹ,圣利埃拉福雷		24	45	452	45289
2978664	Saint-Lyé	saint-lye	FR	10180	2724	Europe/Paris	48.36502	3.999		Saint-Lye,Saint-Lyé		44	10	103	10349
2978665	Saint-Lupien	saint-lupien	FR	10350	227	Europe/Paris	48.35891	3.70113		Saint-Lupien,Somme-Fontaine		44	10	102	10348
2978666	Saint-Lupicin	saint-lupicin	FR	39170	2170	Europe/Paris	46.40034	5.7922		Lauconne,Saint-Lupicin		27	39	393	39491
2978667	Saint-Luperce	saint-luperce	FR	28190	877	Europe/Paris	48.43566	1.3158		Saint-Luperce		24	28	281	28350
2978668	Saint-Lunaire	saint-lunaire	FR	35800	2480	Europe/Paris	48.63433	-2.10939		Port-Lunaire,Saint-Lunaire,Sant-Luner,Sen-Ljuner,sheng lu nai er,Сен-Люнер,سینٹ-لونایرے,圣吕奈尔		53	35	354	35287
2978669	Saint-Lumine-de-Coutais	saint-lumine-de-coutais	FR	44310	1770	Europe/Paris	47.05471	-1.7269		Saint-Lumine,Saint-Lumine-de-Coutais,Sant-Leven-ar-C'hoad,Sant-Leven-ar-Choad,Sen-Ljumin-de-Kute,sheng lu man de ku tai,Сен-Люмін-де-Куте,سینٹ-لمینے-دے-کوتیس,圣吕曼德库泰		52	44	442	44174
2978670	Saint-Lumine-de-Clisson	saint-lumine-de-clisson	FR	44190	1451	Europe/Paris	47.08284	-1.33716		Saint-Lumine,Saint-Lumine-de-Clisson,Sant-Leven-Klison,Sen-Ljumin-de-Klisson,sheng lu man de ke li song,Сен-Люмін-де-Кліссон,سینٹ-لمینے-دے-کلاسوں,圣吕曼德克利松		52	44	442	44173
2978671	Saint-Lumier-la-Populeuse	saint-lumier-la-populeuse	FR	51340	32	Europe/Paris	48.72568	4.79167		Egalite-la-Populeuse,Egalité-la-Populeuse,Saint-Lumier,Val-Populeuse		44	51	514	51497
2978672	Saint-Lumier-en-Champagne	saint-lumier-en-champagne	FR	51300	208	Europe/Paris	48.79565	4.6268		Fionval,Lumier-le-Ruisseau,Saint-Lumier,Saint-Lumier-en-Champagne		44	51	514	51496
2978673	Saint-Lucien	saint-lucien	FR	28210	0	Europe/Paris	49.50887	1.44856		Saint-Lucien	76601	28	76	761	76601
2978678	Saint-Lubin-des-Joncherets	saint-lubin-des-joncherets	FR	28350	4513	Europe/Paris	48.76667	1.21667		Saint-Lubin,Saint-Lubin-des-Joncherets		24	28	283	28348
2978680	Saint-Lubin-de-la-Haye	saint-lubin-de-la-haye	FR	28410	807	Europe/Paris	48.81879	1.57222		Saint-Lubin,Saint-Lubin-de-la-Haye		24	28	283	28347
2978681	Saint-Lubin-de-Cravant	saint-lubin-de-cravant	FR	28270	61	Europe/Paris	48.71131	1.08916		Saint-Lubin,Saint-Lubin-de-Cravant		24	28	283	28346
2978684	Saint-Loyer-des-Champs	saint-loyer-des-champs	FR	61570	371	Europe/Paris	48.69876	0.01715		Saint-Loyer,Saint-Loyer-des-Champs		28	61	612	61375
2978686	Saint-Loup-Terrier	saint-loup-terrier	FR	08130	153	Europe/Paris	49.57614	4.617		Saint-Loup,Saint-Loup-Terrier		44	08	084	08387
2978687	Saint-Loup-Lamairé	saint-loup-lamaire	FR	79600	0	Europe/Paris	46.78333	-0.15		Saint-Loup,Saint-Loup-sur-Thouet,Sen-Lu-Lamere,Сен-Лу-Ламере,سینٹ-لوپ-لمیرے		75	79	793	79268
2978688	Saint-Loup-sur-Semouse	saint-loup-sur-semouse	FR	70800	4424	Europe/Paris	47.88345	6.2753		Saint-Loup,Saint-Loup-sur-Semouse,Sen-Lu-sjur-Semuz,Сен-Лу-сюр-Семуз,سینٹ-لوپ-سر-سموسے		27	70	701	70467
2978689	Saint-Loup-sur-Aujon	saint-loup-sur-aujon	FR	52210	155	Europe/Paris	47.88787	5.08919		Saint-Loup,Saint-Loup-sur-Aujon		44	52	522	52450
2978690	Saint-Loup-Nantouard	saint-loup-nantouard	FR	70100	123	Europe/Paris	47.42545	5.72455		Saint-Loup,Saint-Loup-Nantouard,Saint-Loup-les-Gray		27	70	702	70466
2978691	Saint-Loup-Hors	saint-loup-hors	FR	14400	299	Europe/Paris	49.26523	-0.71274		Brunville,Saint-Loup-Hors		28	14	141	14609
2978692	Saint-Loup-en-Comminges	saint-loup-en-comminges	FR	31350	0	Europe/Paris	43.24554	0.58294		Saint-Loup,Saint-Loup-en-Comminges		76	31	312	31498
2978693	Saint-Loup-du-Gast	saint-loup-du-gast	FR	53300	334	Europe/Paris	48.38603	-0.58601		Saint-Loup,Saint-Loup-du-Gast		52	53	533	53234
2978694	Saint-Loup-du-Dorat	saint-loup-du-dorat	FR	53290	336	Europe/Paris	47.89033	-0.41713		Saint-Loup,Saint-Loup-du-Doigt,Saint-Loup-du-Dorat		52	53	531	53233
2978695	Saint-Loup-d'Ordon	saint-loup-d-ordon	FR	89330	0	Europe/Paris	48.01567	3.16353		Saint-Loup,Saint-Loup-d'Ordon		27	89	893	89350
2978696	Saint-Loup-de-Varennes	saint-loup-de-varennes	FR	71240	0	Europe/Paris	46.71667	4.86667		Saint-Loup		27	71	712	71444
2978697	Saint-Loup-des-Vignes	saint-loup-des-vignes	FR	45340	443	Europe/Paris	48.04089	2.42946		Saint-Loup,Saint-Loup-des-Vignes,Sen-Lu-de-Vin',sheng lu dai wei gai,Сен-Лу-де-Вінь,سینٹ-لوپ-دس-وگنس,圣卢代维盖		24	45	453	45288
2978698	Saint-Loup-des-Chaumes	saint-loup-des-chaumes	FR	18190	279	Europe/Paris	46.82438	2.3889		Les Chaumes-Bel-Air,Saint-Loup,Saint-Loup-des-Chaumes		24	18	182	18221
2978699	Saint-Loup	saint-loup	FR	03150	296	Europe/Paris	45.999	-0.6247		Saint-Loup,Saint-Loup-de-Saintonge		75	17	175	17356
2978700	Saint-Loup-de-Naud	saint-loup-de-naud	FR	77650	941	Europe/Paris	48.53333	3.2		Saint-Loup,Sen-Lu-de-No,Сен-Лу-де-Но,سینٹ-لوپ-دے-نود		11	77	773	77418
2978701	Saint-Loup-Géanges	saint-loup-geanges	FR	71350	766	Europe/Paris	46.95	4.9		Saint-Loup,Saint-Loup-de-la-Salle,Sen Lu Zheanzh,Sen-Lu-Zheanzh,Сен Лу Жеанж,Сен-Лу-Жеанж,سینٹ-لوپ-گینگس		27	71	712	71443
2978702	Saint-Loup-de-Gonois	saint-loup-de-gonois	FR	45210	105	Europe/Paris	48.05771	2.93108		Saint-Loup,Saint-Loup-de-Gonois,Sen-Lu-de-Gonua,sheng lu de gong wa,Сен-Лу-де-Гонуа,سینٹ-لوپ-دے-گونوس,圣卢德贡瓦		24	45	451	45287
2978703	Saint-Loup-de-Fribois	saint-loup-de-fribois	FR	14340	204	Europe/Paris	49.11279	0.00939		Saint-Loup,Saint-Loup-de-Fribois		28	14	143	14527
2978704	Saint-Loup-de-Buffigny	saint-loup-de-buffigny	FR	10100	170	Europe/Paris	48.44988	3.6363		Buffigny,Saint-Loup,Saint-Loup-de-Buffigny		44	10	102	10347
2978705	Saint-Loup-en-Champagne	saint-loup-en-champagne	FR	08300	221	Europe/Paris	49.45	4.21667		Sen-Lu-an-Shampan',Сен-Лу-ан-Шампань,سینٹ-لوپ-این -شیمپین		44	08	082	08386
2978706	Saint-Loup-Cammas	saint-loup-cammas	FR	31140	1927	Europe/Paris	43.69767	1.48127		Montauloup,Saint-Loup,Saint-Loup-Cammas,Salut,Vertu		76	31	313	31497
2978711	Saint-Loup	saint-loup	FR	03150	71	Europe/Paris	48.73777	3.81248		Saint-Loup		44	51	512	51495
2978712	Saint-Loup	saint-loup	FR	03150	529	Europe/Paris	48.66787	-1.2957		Saint-Loup		28	50	501	50505
2978713	Saint-Loup	saint-loup	FR	03150	0	Europe/Paris	48.31927	1.40719				24	28	281	28048
2978714	Saint-Loup	saint-loup	FR	03150	0	Europe/Paris	47.9	1.95		Saint-Loup,Saint-Loup-lez-Orleans,Saint-Loup-lez-Orléans		24	45	452	45286
2978715	Saint-Loup	saint-loup	FR	03150	439	Europe/Paris	47.44534	3.00266		Saint-Loup,Saint-Loup-des Bois		27	58	584	58251
2978716	Saint-Loup	saint-loup	FR	03150	0	Europe/Paris	47.26513	1.83885		Saint-Loup		24	41	413	41222
2978717	Saint-Loup	saint-loup	FR	03150	258	Europe/Paris	47.00552	5.30941		Saint-Loup		27	39	391	39490
2978718	Saint-Loup	saint-loup	FR	03150	596	Europe/Paris	46.35121	3.37793		Les Brosses,Saint-Loup,Sans-Culottide		84	03	033	03242
2978719	Saint-Loup	saint-loup	FR	03150	175	Europe/Paris	46.13708	2.27		Saint-Loup		75	23	231	23209
2978720	Saint-Loup	saint-loup	FR	03150	922	Europe/Paris	45.89459	4.48938		Saint-Loup		84	69	692	69157
2978721	Saint-Loup	saint-loup	FR	03150	387	Europe/Paris	44.08564	0.85665		Saint-Loup		76	82	821	82165
2978722	Saint-Loup	saint-loup	FR	03150	16084	Europe/Paris	43.27766	5.43133				93	13	133	13055
2978723	Saint-Louis-lès-Bitche	saint-louis-les-bitche	FR	57620	566	Europe/Paris	48.98855	7.35302		Bourg-Libre,Commune-de-Montagne,Keyersberg,Muensthal,Muenzthal-Saint-Louis,Munsthal,Münsthal,Münzthal-Saint-Louis,Saint-Louis,Saint-Louis-les-Bitche,Saint-Louis-lès-Bitche,Sen-Lui-le-Bich,sheng lu yi lai bi te ke,sn-lwyy-lh-bych,Сен-Луи-ле-Бич,Сен-Луї-ле-Біч,سن-لوئی-له-بیچ,سینٹ-لوئیس-لیس-بتچے,圣卢伊莱比特克		44	57	576	57619
2978724	Saint-Louis-et-Parahou	saint-louis-et-parahou	FR	11500	38	Europe/Paris	42.84646	2.31831		Saint-Louis,Saint-Louis-et-Parahou		76	11	112	11352
2978725	Saint-Louis-en-l'Isle	saint-louis-en-l-isle	FR	24400	0	Europe/Paris	45.0603	0.38957		Montagne-Libre-sur-l'Isle-et-Beauronne,Saint-Louis,Saint-Louis-en-l'Isle,Saint-Louis-en-l’Isle,li si er de qu sheng lu yi,利斯尔地区圣卢伊		75	24	243	24444
2978781	Saint-Léonard-des-Bois	saint-leonard-des-bois	FR	72130	517	Europe/Paris	48.35253	-0.07771		Saint-Leonard,Saint-Leonard-des-Bois,Saint-Léonard,Saint-Léonard-des-Bois,Sen-Leonar-de-Bua,Сен-Леонар-де-Буа,سینٹ-لیونارڈ-دس-بوس		52	72	722	72294
2979450	Saint-Igeaux	saint-igeaux	FR	22570	157	Europe/Paris	48.27258	-3.10538		Saint-Igeaux,Saint-Ygeaux,Sant-Ijo		53	22	222	22334
2978726	Saint-Louis-de-Montferrand	saint-louis-de-montferrand	FR	33440	2022	Europe/Paris	44.95261	-0.53459		Montferrand,Saint Louis-De Monferrand,Saint-Louis,Saint-Louis-de-Montferrand,Sen-Lui-de-Monferran,Sent Lois de Mont Ferrand,Sent Lois de Montferrand,Sent Loís de Mont Ferrand,Sent Loís de Montferrand,sheng lu yi de meng te fu er lang,Сен-Луи-де-Монферран,Сен-Луї-де-Монферран,سینٹ-لوئیس-دے-مونتفررانڈ,圣卢伊德蒙特弗尔朗		75	33	332	33434
2978738	Saint-Louis	saint-louis	FR	57820	9188	Europe/Paris	43.34809	5.35463		Saint-Louis,Saint-Louis-les-Aygalades		93	13	133	13055
2978739	Saint-Louis	saint-louis	FR	57820	719	Europe/Paris	48.71609	7.18874		Saint-Louis,Sen-Lui,Сен-Луи		44	57	575	57618
2978740	Saint-Louis	saint-louis	FR	57820	0	Europe/Paris	48.13799	0.85356				52	72	722	72144
2978741	Saint-Louis	saint-louis	FR	57820	0	Europe/Paris	48.02602	2.30868				24	45	453	45228
2978742	Saint-Louis	saint-louis	FR	57820	20871	Europe/Paris	47.59206	7.55923		Saint-Louis,Saint-Ludwig,Sen-Lui,St. Louis,St. Ludwig,Сен-Луи		44	68	684	68297
2978743	Saint-Louis	saint-louis	FR	57820	0	Europe/Paris	47.49679	-1.31631				52	44	445	44144
2978746	Saint-Louet-sur-Vire	saint-louet-sur-vire	FR	50420	173	Europe/Paris	48.98857	-0.98845		Saint-Louet,Saint-Louet-sur-Vire		28	50	504	50504
2978747	Saint-Louet-sur-Seulles	saint-louet-sur-seulles	FR	14310	176	Europe/Paris	49.09667	-0.66714		Saint-Louet,Saint-Louet-sur-Seulles		28	14	144	14607
2978748	Saint-Loubouer	saint-loubouer	FR	40320	444	Europe/Paris	43.67637	-0.42001		Castera,Saint-Loubouer		75	40	402	40270
2978749	Saint-Loubès	saint-loubes	FR	33450	7678	Europe/Paris	44.91716	-0.42859		Saint-Loubes,Saint-Loubès,Sen-Lubes,Sent Lobes,Sent Lobés,sheng lu bei,Сен-Лубес,سینٹ-لوبس,圣卢贝		75	33	332	33433
2978750	Saint-Loubert	saint-loubert	FR	33210	138	Europe/Paris	44.55017	-0.16093		Saint-Louberg,Saint-Loubert,Sen-Luber,Sent Lobert,sheng lu bei er,Сен-Лубер,سینٹ-لوبرٹ,圣卢贝尔		75	33	333	33432
2978751	Saint-Loube	saint-loube	FR	32220	65	Europe/Paris	43.43878	0.99211		Saint-Loube,Saint-Loube-Amades,Saint-Loubes-Amades		76	32	321	32387
2978752	Saint-Lothain	saint-lothain	FR	39230	451	Europe/Paris	46.82495	5.64383		Saint-Lothain		27	39	391	39489
2978753	Saint-Lormel	saint-lormel	FR	22130	812	Europe/Paris	48.54732	-2.23116		Saint-Lormel,Sant-Lohenvel,Sant-Loheñvel		53	22	221	22311
2978754	Saint-Lon-les-Mines	saint-lon-les-mines	FR	40300	997	Europe/Paris	43.61394	-1.12647		Saint-Lon,Saint-Lon-les-Mines		75	40	401	40269
2978755	Saint-Longis	saint-longis	FR	72600	489	Europe/Paris	48.35544	0.34595		Saint-Longis		52	72	722	72295
2978756	Saint-Lô-d'Ourville	saint-lo-d-ourville	FR	50580	0	Europe/Paris	49.33333	-1.66667		Saint-Lo		28	50	502	50412
2978758	Saint-Lô	saint-lo	FR	50000	21722	Europe/Paris	49.11624	-1.09031		Briovera,Rocher-de-la-Liberte,Rocher-de-la-Liberté,Sain-Lo,Saint-Lo,Saint-Lô,Sen Lo,Sen-Lo,saenglo,san=ro,sheng luo,sn lw,sn-lw,Σαιν-Λο,Сен Ло,Сен-Ло,סן לו,سن-لو,سینٹ-لو,แซ็ง-โล,サン＝ロー,圣洛,생로	50	28	50	504	50502
2978759	Saint-Lizier-du-Planté	saint-lizier-du-plante	FR	32220	110	Europe/Paris	43.41422	0.95099		Saint-Lizier,Saint-Lizier-du-Plante,Saint-Lizier-du-Planté		76	32	321	32386
2978760	Saint-Lizier	saint-lizier	FR	09190	1698	Europe/Paris	43.00185	1.13739		Austrie-la-Montagne,Lugdunum Consoranorum,Saint-Lizier,Sen-Liz'e,Sent Liser,Sent Líser,sheng li qi ye,Сен-Лизье,Сен-Лізьє,سینٹ-لزئر,圣利齐耶		76	09	093	09268
2978761	Saint-Lions	saint-lions	FR	04330	45	Europe/Paris	43.98517	6.39985		Lyon-d'Asse,Saint-Lions,Sant Lionc,Sant Lionç,Sen-L'jon,Sen-L'on,sheng li weng,Сен-Льйон,Сен-Льон,圣利翁		93	04	042	04187
2978762	Saint-Lin	saint-lin	FR	79420	372	Europe/Paris	46.52799	-0.24102		Saint-Lin		75	79	793	79267
2978764	Saint-Lieux-lès-Lavaur	saint-lieux-les-lavaur	FR	81500	566	Europe/Paris	43.76551	1.75903		Saint-Lieux,Saint-Lieux-les-Lavaur,Saint-Lieux-lès-Lavaur		76	81	812	81261
2978766	Saint-Lézin	saint-lezin	FR	49120	691	Europe/Paris	47.24988	-0.77357		Saint-Lezin,Saint-Lézin,Sen-Lezen,sheng lai zan,Сен-Лезен,سینٹ-لیزن,圣莱赞		52	49	492	49092
2978767	Saint-Lézer	saint-lezer	FR	65500	0	Europe/Paris	43.36859	0.03198		Lezer-la-Cote,Lézer-la-Côte,Saint-Lezer,Saint-Lézer		76	65	653	65390
2978768	Saint-Leu-la-Forêt	saint-leu-la-foret	FR	95320	16075	Europe/Paris	49.01667	2.25		Claire-Fontaine,Saint-Leu,Saint-Leu-la-Foret,Saint-Leu-la-Forêt,Sen-Le-la-Fore,Sen-Ljo-la-Fore,sheng lei la fu lei,Сен-Ле-ла-Форе,Сен-Лё-ла-Форе,سینٹ-لو-لا-فورٹ,圣勒拉福雷		11	95	951	95563
2978769	Saint-Leu-d'Esserent	saint-leu-d-esserent	FR	60340	0	Europe/Paris	49.21667	2.41667		Cote-de-la-Liberte-sur-Oise,Côte-de-la-Liberté-sur-Oise,Saint-Leu,Saint-Leu-d'Esserent		32	60	604	60584
2978772	Saint-Léry	saint-lery	FR	56430	178	Europe/Paris	48.09009	-2.25683		Saint-Lery,Saint-Léry,Sant-Leri		53	56	562	56225
2978773	Saint-Léopardin-d'Augy	saint-leopardin-d-augy	FR	03160	0	Europe/Paris	46.68301	3.10389		Augy,Saint-Leopardin,Saint-Leopardin-d'Augy,Saint-Léopardin,Saint-Léopardin-d'Augy,Vivier		84	03	032	03241
2978775	Saint-Léon-sur-Vézère	saint-leon-sur-vezere	FR	24290	437	Europe/Paris	45.01069	1.08927		Saint-Leon,Saint-Leon-sur-Vezere,Saint-Léon,Saint-Léon-sur-Vézère,Sen-Leon-sjur-Vezer,Sent Leon de Vesera,Sent Leu de Vesera,wei ze er he pan sheng lai weng,Сен-Леон-сюр-Везер,سینٹ جین ڈی کولی,سینٹ-لوں -سر-وزیرے,韦泽尔河畔圣莱翁		75	24	244	24443
2978776	Saint-Léon-sur-l'Isle	saint-leon-sur-l-isle	FR	24110	2013	Europe/Paris	45.11464	0.5043		Saint-Leon,Saint-Leon-sur-l'Isle,Saint-Léon,Saint-Léon-sur-l'Isle		75	24	243	24442
2978777	Saint-Léons	saint-leons	FR	12780	315	Europe/Paris	44.21581	2.98648		Saint-Leons,Saint-Léons,Sant Lions,Sant Liòns,Sen-Leon,Sent Lionc,Sent Liònç,sheng lai weng,Сен-Леон,سینٹ-لیونس,圣莱翁		76	12	121	12238
2978778	Saint-Léon-d'Issigeac	saint-leon-d-issigeac	FR	24560	0	Europe/Paris	44.72006	0.69064		Saint-Leon,Saint-Leon-d'Issigeac,Saint-Léon,Saint-Léon-d'Issigeac		75	24	241	24441
2978779	Saint-Léonard-en-Beauce	saint-leonard-en-beauce	FR	41370	557	Europe/Paris	47.83359	1.38081		Saint-Leonard,Saint-Leonard-en-Beauce,Saint-Léonard,Saint-Léonard-en-Beauce		24	41	411	41221
2978780	Saint-Léonard-des-Parcs	saint-leonard-des-parcs	FR	61390	55	Europe/Paris	48.64252	0.2866		Herbidor,Saint-Leonard,Saint-Leonard-des-Parcs,Saint-Leonard-des-Parks,Saint-Léonard,Saint-Léonard-des-Parcs,Saint-Léonard-des-Parks		28	61	611	61416
2978858	Saint-Léger	saint-leger	FR	06260	70	Europe/Paris	44.00023	6.82804		Saint-Legar,Saint-Leger,Saint-Lègar,Saint-Léger		93	06	062	06124
2978782	Saint-Léonard-de-Noblat	saint-leonard-de-noblat	FR	87400	4655	Europe/Paris	45.8371	1.49025		Leonard-sur-Vienne,Léonard-sur-Vienne,Saint-Leonard,Saint-Leonard-de-Noblat,Saint-Léonard,Saint-Léonard-de-Noblat,Sen-Leonar-de-Nobla,Sent Liunard,Tarn-Vienne,sheng lai ao na er de nuo bu la,Сен-Леонар-де-Нобла,سینٹ-لیونارڈ-دے-نوبلت,圣莱奥纳尔德诺布拉		75	87	872	87161
2978783	Saint-Léonard	saint-leonard	FR	32380	4057	Europe/Paris	50.69058	1.62536		Saint-Leonard,Saint-Léonard		32	62	623	62755
2978784	Saint-Léonard	saint-leonard	FR	32380	1738	Europe/Paris	49.74252	0.35907		Saint-Leonard,Saint-Léonard		28	76	762	76600
2978785	Saint-Léonard	saint-leonard	FR	32380	77	Europe/Paris	49.22035	4.09708		Grainval-la-Montagne,Leonardmont,Louvesle,Léonardmont,Pont-de-Brique,Saint-Leonard,Saint-Léonard		44	51	513	51493
2978786	Saint-Léonard	saint-leonard	FR	32380	0	Europe/Paris	48.9	1.81667				11	78	783	78380
2978787	Saint-Léonard	saint-leonard	FR	32380	0	Europe/Paris	48.60481	1.18508				24	28	283	28351
2978788	Saint-Léonard	saint-leonard	FR	32380	0	Europe/Paris	48.50102	-1.73415				53	35	354	35104
2978789	Saint-Léonard	saint-leonard	FR	32380	1235	Europe/Paris	48.21638	6.94355		Saint-Leonard,Saint-Léonard		44	88	883	88423
2978790	Saint-Léonard	saint-leonard	FR	32380	0	Europe/Paris	48.18427	1.72892				24	28	281	28406
2978791	Saint-Léonard	saint-leonard	FR	32380	0	Europe/Paris	47.66475	-0.24163				52	49	491	49127
2978792	Saint-Léonard	saint-leonard	FR	32380	154	Europe/Paris	43.85916	0.76889		Saint-Leonard,Saint-Léonard		76	32	322	32385
2978793	Saint-Léon	saint-leon	FR	03220	0	Europe/Paris	48.26284	-2.90686				53	22	224	22149
2978794	Saint-Léon	saint-leon	FR	03220	662	Europe/Paris	46.40263	3.68667		Puy-la-Montagne,Saint-Leon,Saint-Léon		84	03	033	03240
2978795	Saint-Léon	saint-leon	FR	03220	263	Europe/Paris	44.76164	-0.27877		Saint-Leon,Saint-Léon		75	33	332	33431
2978796	Saint-Léon	saint-leon	FR	03220	272	Europe/Paris	44.29253	0.24216		Saint-Leon,Saint-Léon		75	47	474	47251
2978797	Saint-Léon	saint-leon	FR	03220	842	Europe/Paris	43.40079	1.56091		Mont-la-Hyse,Saint-Leon,Saint-Léon		76	31	313	31495
2978798	Saint-Léomer	saint-leomer	FR	86290	197	Europe/Paris	46.4363	0.99423		Saint-Leomer,Saint-Léomer,Sen-Leome,sheng lai ao mo,Сен-Леоме,سینٹ-لومڑ,圣莱奥默		75	86	862	86230
2978799	Saint-Léger-Vauban	saint-leger-vauban	FR	89630	458	Europe/Paris	47.38702	4.04096		Saint-Leger-Vauban,Saint-Léger-Vauban		27	89	892	89349
2978800	Saint-Léger-Triey	saint-leger-triey	FR	21270	148	Europe/Paris	47.31507	5.36464		Saint-Leger,Saint-Leger-Triey,Saint-Léger,Saint-Léger-Triey		27	21	212	21556
2978801	Saint-Léger-sur-Vouzance	saint-leger-sur-vouzance	FR	03130	320	Europe/Paris	46.40935	3.93651		Les Bruyeres,Les Bruyères,Saint-Leger,Saint-Leger-sur-Vouzance,Saint-Léger,Saint-Léger-sur-Vouzance		84	03	033	03239
2978802	Saint-Léger-sur-Sarthe	saint-leger-sur-sarthe	FR	61170	304	Europe/Paris	48.50379	0.34033		L'Union-sur-Sarthe,La Haye,Saint-Leger,Saint-Leger-sur-Sarthe,Saint-Léger,Saint-Léger-sur-Sarthe		28	61	611	61415
2978803	Saint-Léger-sur-Roanne	saint-leger-sur-roanne	FR	42155	1009	Europe/Paris	46.04174	3.99644		Saint-Leger,Saint-Leger-sur-Roanne,Saint-Léger,Saint-Léger-sur-Roanne		84	42	422	42253
2978804	Saint-Léger-sur-Dheune	saint-leger-sur-dheune	FR	71510	1317	Europe/Paris	46.84548	4.63607		Grosne,Leger-la-Dheune,Leger-les-Rebais,Léger-la-Dheune,Léger-lès-Rebais,Rocaille,Saint-Leger,Saint-Leger-sur-Dheune,Saint-Léger,Saint-Léger-sur-Dheune		27	71	712	71442
2978805	Saint-Léger-sur-Bresle	saint-leger-sur-bresle	FR	80140	57	Europe/Paris	49.86826	1.72095		Saint-Leger,Saint-Leger-le Pauvre,Saint-Leger-sur-Bresle,Saint-Léger,Saint-Léger-sur-Bresle		32	80	802	80707
2978807	Saint-Léger-sous-Margerie	saint-leger-sous-margerie	FR	10330	81	Europe/Paris	48.53167	4.49042		Egalite-Bonne-Nouvelle,Egalité-Bonne-Nouvelle,Saint-Leger,Saint-Leger-sous-Margerie,Saint-Léger,Saint-Léger-sous-Margerie		44	10	101	10346
2978808	Saint-Léger-sous-la-Bussière	saint-leger-sous-la-bussiere	FR	71520	263	Europe/Paris	46.3103	4.55478		La Bussiere,La Bussière,Saint-Leger,Saint-Léger		27	71	715	71441
2978809	Saint-Léger-sous-Cholet	saint-leger-sous-cholet	FR	49280	2797	Europe/Paris	47.09339	-0.91031		Saint-Leger,Saint-Leger-sous-Cholet,Saint-Léger,Saint-Léger-sous-Cholet,Sen-Lezhe-su-Shole,sheng lai re su shao lai,Сен-Леже-су-Шоле,سینٹ-لگر-سوس-کھولت,圣莱热苏绍莱		52	49	492	49299
2978810	Saint-Léger-sous-Brienne	saint-leger-sous-brienne	FR	10500	381	Europe/Paris	48.40391	4.50319		Saint-Leger,Saint-Léger		44	10	101	10345
2978811	Saint-Léger-sous-Beuvray	saint-leger-sous-beuvray	FR	71990	525	Europe/Paris	46.92285	4.10119		Beuvremont,Saint-Leger,Saint-Leger-sous-Beuvray,Saint-Léger,Saint-Léger-sous-Beuvray		27	71	711	71440
2978812	Saint-Léger-près-Troyes	saint-leger-pres-troyes	FR	10800	647	Europe/Paris	48.23559	4.07889		Saint-Leger,Saint-Leger-pres-Troyes,Saint-Léger,Saint-Léger-près-Troyes		44	10	103	10344
2978813	Saint-Léger-Magnazeix	saint-leger-magnazeix	FR	87190	566	Europe/Paris	46.28791	1.24705		Leger-le-Peuple,Léger-le-Peuple,Saint-Leger,Saint-Leger-Magnazeix,Saint-Leger-Magnozeix,Saint-Léger,Saint-Léger-Magnazeix,Saint-Léger-Magnozeix		75	87	871	87160
2978814	Saint-Léger-les-Vignes	saint-leger-les-vignes	FR	44710	1245	Europe/Paris	47.13576	-1.73166		Saint-Leger,Saint-Leger-les-Vignes,Saint-Léger-les-Vignes,Sant-Lezer-ar-Gwiniegi		52	44	442	44171
2978815	Saint-Léger-de-la-Martinière	saint-leger-de-la-martiniere	FR	79500	0	Europe/Paris	46.21667	-0.11667		Saint-Leger,Saint-Leger-les-Melle,Saint-Léger,Saint-Léger-lès-Melle		75	79	792	79174
2978816	Saint-Léger-les-Mélèzes	saint-leger-les-melezes	FR	05260	325	Europe/Paris	44.64401	6.1987		Saint Leger,Saint-Leger-les-Melezes,Saint-Léger-les-Mélèzes,Sant Lagier,Sen-Lezhe-le-Melez,sheng lai re lai mei lai ze,Сен-Леже-ле-Мелез,سینٹ-لگر-لیس-ملزیس,圣莱热莱梅莱泽		93	05	052	05149
2978817	Saint-Léger-lès-Domart	saint-leger-les-domart	FR	80780	1781	Europe/Paris	50.05208	2.14067		Saint-Leger,Saint-Leger-les-Domart,Saint-Léger,Saint-Léger-lès-Domart		32	80	802	80706
2978818	Saint-Léger-lès-Authie	saint-leger-les-authie	FR	80560	95	Europe/Paris	50.12556	2.50955		Saint-Leger,Saint-Leger-les-Authie,Saint-Leger-les-Authies,Saint-Léger,Saint-Léger-les-Authies,Saint-Léger-lès-Authie		32	80	804	80705
2978819	Saint-Léger-le-Petit	saint-leger-le-petit	FR	18140	354	Europe/Paris	47.12282	3.00214		La Pepiniere,La Pépinière,Saint-Leger,Saint-Leger-le-Petit,Saint-Léger,Saint-Léger-le-Petit		24	18	181	18220
2978820	Saint-Léger-le-Guérétois	saint-leger-le-gueretois	FR	23000	408	Europe/Paris	46.15149	1.81323		Saint-Leger,Saint-Leger-le-Gueretois,Saint-Léger,Saint-Léger-le-Guérétois		75	23	232	23208
2978821	Saint-Léger-la-Montagne	saint-leger-la-montagne	FR	87340	361	Europe/Paris	46.02951	1.41868		Saint-Leger,Saint-Leger-la Montagne,Saint-Leger-la-Montagne,Saint-Léger,Saint-Léger-la Montagne,Saint-Léger-la-Montagne		75	87	872	87159
2978864	Saint-Laurs	saint-laurs	FR	79160	468	Europe/Paris	46.52271	-0.57681		Saint-Laurs		75	79	793	79263
2978822	Saint-Léger-en-Yvelines	saint-leger-en-yvelines	FR	78610	1395	Europe/Paris	48.72173	1.76638		Marat-des-Bois,Saint-Leger,Saint-Leger-en Yveline,Saint-Leger-en-Yvelines,Saint-Léger,Saint-Léger-en Yveline,Saint-Léger-en-Yvelines,Sanctus Leodegarius in Acquilina,Sen-Lezhe-an-Ivelin,Sen-Lezhe-an-Ivlin,Сен-Леже-ан-Івлін,Сен-Леже-ан-Ивелин,سینٹ-لگر-این -یولنس		11	78	782	78562
2978823	Saint-Léger	saint-leger	FR	06260	235	Europe/Paris	48.08257	-0.45582		Saint-Leger,Saint-Leger-en-Charnie,Saint-Léger,Saint-Léger-en-Charnie		52	53	533	53232
2978824	Saint-Léger-en-Bray	saint-leger-en-bray	FR	60155	351	Europe/Paris	49.39173	2.02517		Saint-Leger,Saint-Leger-en-Bray,Saint-Léger,Saint-Léger-en-Bray,Sen-Lezhe-an-Bre,bu lai de qu sheng lai re,Сен-Леже-ан-Бре,سینٹ-لگر-این -برے,布赖地区圣莱热		32	60	601	60583
2978825	Saint-Léger-du-Ventoux	saint-leger-du-ventoux	FR	84390	26	Europe/Paris	44.21205	5.27583		Saint Leger,Saint Léger,Saint-Leger-d'Orange,Saint-Leger-du-Ventoux,Saint-Léger-du-Ventoux,Sant Laugier dAurenja,Sant Laugier dau Ventor,Sen-Lezhe-dju-Vantu,sheng lei re di wang tu,Сен-Леже-дю-Ванту,سینٹ-لگر-دو-ینتوش,圣勒热迪旺图		93	84	843	84110
2978826	Saint-Léger-du-Malzieu	saint-leger-du-malzieu	FR	48140	202	Europe/Paris	44.88809	3.31024		Saint-Leger,Saint-Leger-du-Malzieu,Saint-Léger,Saint-Léger-du-Malzieu		76	48	482	48169
2978827	Saint-Léger-du-Gennetey	saint-leger-du-gennetey	FR	27520	110	Europe/Paris	49.28907	0.75093		Saint-Leger,Saint-Leger-du-Gennetey,Saint-Léger,Saint-Léger-du-Gennetey		28	27	272	27558
2978828	Saint-Léger-du-Bourg-Denis	saint-leger-du-bourg-denis	FR	76160	3191	Europe/Paris	49.43345	1.15803		Saint-Leger,Saint-Leger-du-Bourg-Denis,Saint-Léger,Saint-Léger-du-Bourg-Denis		28	76	763	76599
2978829	Saint-Léger-Dubosq	saint-leger-dubosq	FR	14430	189	Europe/Paris	49.22477	-0.02885		Bosc-en-Auge,Saint-Leger,Saint-Leger-Dubosq,Saint-Léger,Saint-Léger-Dubosq		28	14	143	14606
2978830	Saint-Léger-du-Bois	saint-leger-du-bois	FR	71360	523	Europe/Paris	47.01417	4.44655		Bois-Negre,Bois-Nègre,Saint-Leger,Saint-Leger-du-Bois,Saint-Léger,Saint-Léger-du-Bois		27	71	711	71438
2978832	Saint-Léger-des-Vignes	saint-leger-des-vignes	FR	58300	2086	Europe/Paris	46.84063	3.45488		Saint Leger,Saint Léger,Saint-Leger-des-Vignes,Saint-Léger-des-Vignes		27	58	583	58250
2978833	Saint-Léger-des-Prés	saint-leger-des-pres	FR	35270	221	Europe/Paris	48.39473	-1.65101		Saint-Leger,Saint-Leger-des-Pres,Saint-Léger,Saint-Léger-des-Prés,Sant-Lezer-ar-Prad		53	35	354	35286
2978834	Saint-Léger-des-Bois	saint-leger-des-bois	FR	49170	1474	Europe/Paris	47.4606	-0.71017		Beauchene,Beauchêne,Saint-Leger,Saint-Leger-des-Bois,Saint-Léger-des-Bois		52	49	491	49298
2978835	Saint-Léger-des-Aubées	saint-leger-des-aubees	FR	28700	248	Europe/Paris	48.41199	1.73951		Saint-Leger,Saint-Leger-des-Aubees,Saint-Léger,Saint-Léger-des-Aubées		24	28	281	28344
2978836	Saint-Léger-de-Rotes	saint-leger-de-rotes	FR	27300	0	Europe/Paris	49.10961	0.64763		Saint-Leger,Saint-Leger-de Rostes,Saint-Leger-de-Rotes,Saint-Léger,Saint-Léger-de Rôstes,Saint-Léger-de-Rotes		28	27	272	27557
2978837	Saint-Léger-de-Peyre	saint-leger-de-peyre	FR	48100	185	Europe/Paris	44.59371	3.30158		Saint-Leger,Saint-Leger-de-Peyre,Saint-Léger,Saint-Léger-de-Peyre		76	48	482	48168
2978838	Saint-Léger-de-Montbrun	saint-leger-de-montbrun	FR	79100	1153	Europe/Paris	47	-0.13333		Saint-Leger,Saint-Leger-de-Montbrun,Saint-Léger,Saint-Léger-de-Montbrun		75	79	791	79265
2978839	Saint-Léger-de-Montbrillais	saint-leger-de-montbrillais	FR	86120	438	Europe/Paris	47.07211	-0.04299		Saint-Leger,Saint-Leger-de-Montbrillais,Saint-Léger,Saint-Léger-de-Montbrillais,Sen-Lezhe-de-Monbrie,sheng lei re de meng te bu li lai,Сен-Леже-де-Монбріє,سینٹ-لگر-دے-مونتبریلیث,圣勒热德蒙特布里莱		75	86	861	86229
2978840	Saint-Léger-de-Fougeret	saint-leger-de-fougeret	FR	58120	321	Europe/Paris	47.02107	3.89762		Saint-Leger,Saint-Leger-de-Fougeret,Saint-Leger-du-Fougeret,Saint-Léger,Saint-Léger-de-Fougeret,Saint-Léger-du-Fougeret		27	58	581	58249
2978841	Saint-Léger-de-Balson	saint-leger-de-balson	FR	33113	259	Europe/Paris	44.43199	-0.46603		Saint-Leger,Saint-Leger-de-Balson,Saint-Léger,Saint-Léger-de-Balson,Sen-Lezhe-de-Bal'son,Sent Lugeir de Balion,Sent Lugèir de Balion,sheng lai re de ba er song,Сен-Леже-де-Бальсон,سینٹ-لگر-دے-بلسوں,圣莱热德巴尔松		75	33	333	33429
2978842	Saint-Léger-Bridereix	saint-leger-bridereix	FR	23300	173	Europe/Paris	46.28557	1.58648		Saint-Leger,Saint-Leger-Bridereix,Saint-Léger,Saint-Léger-Bridereix		75	23	232	23207
2978843	Saint-Léger-aux-Bois	saint-leger-aux-bois	FR	60170	0	Europe/Paris	49.83284	1.61068		Saint-Leger,Saint-Leger-au-Bois,Saint-Leger-aux-Bois,Saint-Léger,Saint-Léger-au-Bois,Saint-Léger-aux-Bois		28	76	761	76598
2978844	Saint-Léger-aux-Bois	saint-leger-aux-bois	FR	60170	859	Europe/Paris	49.48321	2.95571		La Chauvriere,La Chauvrière,Saint-Leger,Saint-Leger-aux-Bois,Saint-Léger,Saint-Léger-aux-Bois		32	60	603	60582
2978846	Saint-Léger	saint-leger	FR	06260	0	Europe/Paris	50.33324	3.48315				32	59	596	59603
2978847	Saint-Léger	saint-leger	FR	06260	414	Europe/Paris	50.18521	2.85845		Saint-Leger,Saint-Léger		32	62	621	62754
2978848	Saint-Léger	saint-leger	FR	06260	0	Europe/Paris	49.86784	0.6983		Saint-Leger,Saint-Léger		28	76	761	76655
2978849	Saint-Léger	saint-leger	FR	06260	208	Europe/Paris	48.83904	3.25535		Saint-Leger,Saint-Léger		11	77	773	77417
2978850	Saint-Léger	saint-leger	FR	06260	0	Europe/Paris	48.79838	-1.47809				28	50	501	50493
2978851	Saint-Léger	saint-leger	FR	06260	0	Europe/Paris	48.21667	0.83333				28			
2978852	Saint-Léger	saint-leger	FR	06260	0	Europe/Paris	46.84562	3.09305				27	58	583	58158
2978853	Saint-Léger	saint-leger	FR	06260	0	Europe/Paris	46.71898	0.38795				75	86	863	86115
2978854	Saint-Léger	saint-leger	FR	06260	525	Europe/Paris	45.6214	-0.584		La Foret,La Forêt,Leger,Léger,Saint-Leger,Saint-Léger		75	17	171	17354
2978855	Saint-Léger	saint-leger	FR	06260	139	Europe/Paris	45.45996	0.04429		Saint-Leger,Saint-Léger		75	16	162	16258
2978856	Saint-Léger	saint-leger	FR	06260	241	Europe/Paris	45.43714	6.27977		Saint-Leger,Saint-Léger		84	73	733	73252
2978857	Saint-Léger	saint-leger	FR	06260	170	Europe/Paris	44.28793	0.31838		Saint-Leger,Saint-Léger		75	47	474	47250
2978977	Saint-Lary	saint-lary	FR	09800	203	Europe/Paris	43.72206	0.49939		Saint-Lary		76	32	321	32384
2978865	Saint-Laurent-sur-Sèvre	saint-laurent-sur-sevre	FR	85290	4799	Europe/Paris	46.95859	-0.8934		Saint-Laurent,Saint-Laurent-sur-Sevre,Saint-Laurent-sur-Sèvre,Sen-Loran-sjur-Sevr,sai fu lei he pan sheng luo lang,Сен-Лоран-сюр-Севр,سینٹ-لارنٹ-سر-سورے,塞夫勒河畔圣洛朗		52	85	852	85238
2978866	Saint-Laurent-sur-Saône	saint-laurent-sur-saone	FR	01750	1798	Europe/Paris	46.30532	4.84119		Ain-sur-Saone,Ain-sur-Saône,Saint-Laurent,Saint-Laurent-de-l'Ain,Saint-Laurent-les-Macon,Saint-Laurent-lès-Macon		84	01	012	01370
2978867	Saint-Laurent-sur-Othain	saint-laurent-sur-othain	FR	55150	372	Europe/Paris	49.39564	5.52764		Saint-Laurent,Saint-Laurent-sur-Othain		44	55	553	55461
2978868	Saint-Laurent-sur-Mer	saint-laurent-sur-mer	FR	14710	193	Europe/Paris	49.35958	-0.87778		Saint-Laurent,Saint-Laurent-sur-Mer		28	14	141	14605
2978869	Saint-Laurent-sur-Manoire	saint-laurent-sur-manoire	FR	24330	805	Europe/Paris	45.14849	0.7949		Saint-Laurent,Saint-Laurent-sur-Manoire,Sen-Loran-sjur-Manuar,Sent Laurenc de Manoira,Sent Laurenc de Manoire,Sent Laurenç de Manoira,Sent Laurenç de Manoire,mang wa er he pan sheng luo lang,Сен-Лоран-сюр-Мануар,سینٹ-لارنٹ-سر-منویرے,芒瓦尔河畔圣洛朗		75	24	243	24053
2978870	Saint-Laurent-sur-Gorre	saint-laurent-sur-gorre	FR	87310	1513	Europe/Paris	45.76956	0.95792		Saint-Laurent,Saint-Laurent-sur-Gorre		75	87	873	87158
2978871	Saint-Laurent-sous-Coiron	saint-laurent-sous-coiron	FR	07170	149	Europe/Paris	44.63695	4.4819		Saint-Laurent,Saint-Laurent-sous-Coiron		84	07	071	07263
2978872	Saint-Laurent-Rochefort	saint-laurent-rochefort	FR	42130	256	Europe/Paris	45.77339	3.92437		Saint Laurent,Saint-Laurent-Rochefort		84	42	421	42252
2978874	Saint-Laurent-les-Tours	saint-laurent-les-tours	FR	46400	914	Europe/Paris	44.87662	1.8963		Saint-Laurent,Saint-Laurent-les-Tours,Seu-Laurent		76	46	462	46273
2978875	Saint-Laurent-les-Églises	saint-laurent-les-eglises	FR	87240	748	Europe/Paris	45.94952	1.49808		Saint-Laurent,Saint-Laurent-les Eglise,Saint-Laurent-les-Eglises,Saint-Laurent-les-Églises		75	87	872	87157
2978876	Saint-Laurent-les-Bains	saint-laurent-les-bains	FR	07590	191	Europe/Paris	44.60658	3.9702		Bains-Chauds-sur-Bornes,Bains-Tanargues,Saint Laurent des bains,Saint-Laurent		84	07	071	07262
2978877	Saint-Laurent-le-Minier	saint-laurent-le-minier	FR	30440	390	Europe/Paris	43.93199	3.65505		Preslemont,Saint-Laurent,Saint-Laurent-le-Minier		76	30	303	30280
2978878	Saint-Laurent-la-Vernède	saint-laurent-la-vernede	FR	30330	644	Europe/Paris	44.10565	4.45788		Saint-Laurent-la-Vernede,Saint-Laurent-la-Vernède		76	30	302	30279
2978879	Saint-Laurent-la-Vallée	saint-laurent-la-vallee	FR	24170	287	Europe/Paris	44.74903	1.10946		Saint-Laurent,Saint-Laurent-la-Vallee,Saint-Laurent-la-Vallée		75	24	244	24438
2978880	Saint-Laurent-la-Roche	saint-laurent-la-roche	FR	39570	286	Europe/Paris	46.59972	5.51574		Bel-Air,Saint-Laurent,Saint-Laurent-la-Roche,Sen-Loran-la-Rosh,sheng luo lang la luo ke,Сен-Лоран-ла-Рош,سینٹ-لارنٹ-لا-روکھے,圣洛朗拉罗克		27	39	392	39021
2978881	Saint-Laurent-la-Gâtine	saint-laurent-la-gatine	FR	28210	420	Europe/Paris	48.70148	1.54119		Saint-Laurent,Saint-Laurent-la-Gatine,Saint-Laurent-la-Gâtine		24	28	283	28343
2978882	Saint-Laurent-la-Conche	saint-laurent-la-conche	FR	42210	558	Europe/Paris	45.68482	4.21078		Saint-Laurent,Saint-Laurent-la-Conche		84	42	421	42251
2978883	Saint-Laurent-l'Abbaye	saint-laurent-l-abbaye	FR	58150	0	Europe/Paris	47.34248	2.99028		Saint-Laurent,Saint-Laurent-l'Abbaye		27	58	584	58248
2978884	Saint-Laurent-Médoc	saint-laurent-medoc	FR	33112	0	Europe/Paris	45.15	-0.81667		Benon,Saint-Laurent,Saint-Laurent-Benon,Sen-Loran-Medok,Sent Laurenc dau Medoc,Sent Laurenc e Benon,Sent Laurenç dau Medòc,Sent Laurenç e Benon,sheng luo lang mei duo ke,Сен-Лоран-Медок,سینٹ-لارنٹ-میڈوک,圣洛朗梅多克		75	33	334	33424
2978885	Saint-Laurent-en-Royans	saint-laurent-en-royans	FR	26190	1344	Europe/Paris	45.02653	5.32669		Montagne-de-Larps,Saint-Laurent,Saint-Laurent-en-Royans,Sant Laurenc de Roians,Sant Laurenç de Roians,Sen-Loran-an-Ruajan,lu wa ang de qu sheng luo lang,Сен-Лоран-ан-Руаян,سینٹ-لارنٹ-این -رویانس,鲁瓦昂地区圣洛朗		84	26	261	26311
2978886	Saint-Laurent-en-Gâtines	saint-laurent-en-gatines	FR	37380	760	Europe/Paris	47.58662	0.77789		Saint-Laurent,Saint-Laurent-en-Gatines,Saint-Laurent-en-Gâtines,Sen-Lorant-an-Gatin,jia di nei de qu sheng luo lang,Сен-Лорант-ан-Гатін,سینٹ-لارنٹ-این -گاتینس,加蒂内地区圣洛朗		24	37	373	37224
2978887	Saint-Laurent-en-Caux	saint-laurent-en-caux	FR	76560	745	Europe/Paris	49.75095	0.88033		Saint-Laurent,Saint-Laurent-en-Caux		28	76	763	76597
2978888	Saint-Laurent-en-Brionnais	saint-laurent-en-brionnais	FR	71800	385	Europe/Paris	46.27352	4.25863		L'Union,Saint-Laurent,Saint-Laurent-en-Brionnais		27	71	713	71437
2978889	Saint-Laurent-en-Beaumont	saint-laurent-en-beaumont	FR	38350	0	Europe/Paris	44.87986	5.85136		Saint-Laurent,Saint-Laurent-en-Beaumont		84	38	381	38413
2978890	Saint-Laurent-du-Verdon	saint-laurent-du-verdon	FR	04500	81	Europe/Paris	43.72398	6.06764		Laurent,Saint-Laurent,Saint-Laurent-du-Verdon,Saluber,Sant Laurenc,Sant Laurenc de Verdon,Sant Laurenç,Sant Laurenç de Verdon,Sen-Loran-dju-Verdon,sheng luo lang di wei er dong,Сен-Лоран-дю-Вердон,سینٹ-لارنٹ-دو-وردوں,圣洛朗迪韦尔东		93	04	044	04186
2978891	Saint-Laurent-du-Var	saint-laurent-du-var	FR	06700	29516	Europe/Paris	43.67323	7.19	32	Saint-Laurent,Saint-Laurent-du-Var,Sant Laurenc de Var,Sant Laurenç de Var,Sen Loren di Var,Sen-Loran-dju-Var,saenglolangdwibaleu,san lawrynt dw far,san=roran=de~yu=vu~aru,sheng luo lan du wa,sn lwran dw wr,sn-lwran-dw-wr,Сен Лорен ди Вар,Сен-Лоран-дю-Вар,سان لاورينت دو فار,سن لوران دو ور,سن-لوران-دو-ور,سینٹ-لارنٹ-دو-ور,サン＝ローラン＝デュ＝ヴァール,聖羅蘭度瓦,생로랑뒤바르		93	06	061	06123
2978892	Saint-Laurent-du-Tencement	saint-laurent-du-tencement	FR	27390	53	Europe/Paris	48.88408	0.45404		Le Tencement,Saint-Laurent		28	27	272	27556
2978893	Saint-Laurent-du-Pont	saint-laurent-du-pont	FR	38380	4585	Europe/Paris	45.3924	5.73312		Laurent-Libre,Pont-la-Montagne,Saint-Laurent,Saint-Laurent-du-Pont,Sen-Loran-dju-Pon,sheng luo lang di peng,Сен-Лоран-дю-Пон,سینٹ-لارنٹ-دو-پونٹ,圣洛朗迪蓬		84	38	381	38412
2978894	Saint-Laurent-du-Plan	saint-laurent-du-plan	FR	33190	0	Europe/Paris	44.62394	-0.11809		Saint-Laurent,Saint-Laurent-du-Plan		75	33	333	33428
2978895	Saint-Laurent-du-Pape	saint-laurent-du-pape	FR	07800	1368	Europe/Paris	44.82328	4.76679		Saint-Laurent,Saint-Laurent-du-Pape		84	07	072	07261
2978896	Saint-Laurent-du-Mottay	saint-laurent-du-mottay	FR	49410	746	Europe/Paris	47.35107	-0.94937		Saint-Laurent,Saint-Laurent-du-Mottay		52	49	492	49244
2978897	Saint-Laurent-du-Mont	saint-laurent-du-mont	FR	14340	186	Europe/Paris	49.14545	0.02777		Saint-Laurent,Saint-Laurent-du-Mont		28	14	143	14126
2978898	Saint-Laurent-en-Grandvaux	saint-laurent-en-grandvaux	FR	39150	1779	Europe/Paris	46.58333	5.95		Saint-Laurent,Saint-Laurent-du-Jura		27	39	393	39487
2978899	Saint-Laurent-du-Cros	saint-laurent-du-cros	FR	05500	451	Europe/Paris	44.64435	6.1107		Laurent-du-Serre,Saint-Laurent,Saint-Laurent-du-Cros		93	05	052	05148
2978900	Saint-Laurent-du-Bois	saint-laurent-du-bois	FR	33540	235	Europe/Paris	44.63567	-0.13548		Saint-Laurent,Saint-Laurent-du-Bois		75	33	333	33427
2978901	Saint-Laurent-d'Onay	saint-laurent-d-onay	FR	26350	0	Europe/Paris	45.18191	5.10069		Saint-Laurent,Saint-Laurent-d'Onay		84	26	263	26310
2978902	Saint-Laurent-d'Olt	saint-laurent-d-olt	FR	12560	0	Europe/Paris	44.44602	3.11086		Saint-Laurent,Saint-Laurent-d'Olt		76	12	122	12237
2978903	Saint-Laurent-d'Oingt	saint-laurent-d-oingt	FR	69620	773	Europe/Paris	45.94432	4.56335		Saint-Laurent,Saint-Laurent-d'Oingt,Saint-Laurent-dOingt		84	69	692	69024
2978904	Saint-Laurent	saint-laurent	FR	08090	41	Europe/Paris	44.77301	3.1334		Saint-Laurent,Saint-Laurent-de-Veyres,Saint-Laurent-de-Veyrès		76	48	482	48167
2978905	Saint-Laurent-de-Vaux	saint-laurent-de-vaux	FR	69670	225	Europe/Paris	45.71361	4.6307		Saint Laurent,Saint-Laurent-de-Vaux,Vaux-la-Garde		84	69	691	69255
2978906	Saint-Laurent-de-Trèves	saint-laurent-de-treves	FR	48400	149	Europe/Paris	44.2713	3.60277		Saint-Laurent,Saint-Laurent-de-Treves,Saint-Laurent-de-Trèves		76	48	481	48166
2978907	Saint-Laurent-de-Terregatte	saint-laurent-de-terregatte	FR	50240	586	Europe/Paris	48.57167	-1.25924		Saint-Laurent,Saint-Laurent-de-Terregatte		28	50	501	50500
2978908	Saint-Laurent-des-Vignes	saint-laurent-des-vignes	FR	24100	781	Europe/Paris	44.8163	0.45416		Saint-Laurent,Saint-Laurent-des-Vignes,Sen-Loran-de-Vin',Sent Laurenc de Brageirac,Sent Laurenc de las Vinhas,Sent Laurenç de Brageirac,Sent Laurenç de las Vinhas,sheng luo lang dai wei gai,Сен-Лоран-де-Винь,Сен-Лоран-де-Вінь,سینٹ-لارنٹ-دس-وگنس,圣洛朗代维盖		75	24	241	24437
2978909	Saint-Laurent-des-Mortiers	saint-laurent-des-mortiers	FR	53290	198	Europe/Paris	47.77214	-0.54726		Saint-Laurent,Saint-Laurent-des-Mortiers		52	53	531	53029
2978910	Saint-Laurent-des-Hommes	saint-laurent-des-hommes	FR	24400	935	Europe/Paris	45.03698	0.25383		Saint-Laurent,Saint-Laurent-des-Hommes,Sen-Loran-dez-Omm,Sent Laurenc daus Urmes,Sent Laurenç daus Urmes,sheng luo lang dai ao mei,Сен-Лоран-дез-Омм,سینٹ-لارنٹ-دس-ہوممس,圣洛朗代奥梅		75	24	243	24436
2978911	Saint-Laurent-Nouan	saint-laurent-nouan	FR	41220	3830	Europe/Paris	47.71667	1.6		Saint-Laurent,Saint-Laurent-des-Eaux,Sen-Loran-Nuan,sheng luo lang nu ang,Сен-Лоран-Нуан,سینٹ-لارنٹ-نواں,圣洛朗努昂		24	41	411	41220
2978912	Saint-Laurent-des-Combes	saint-laurent-des-combes	FR	16480	74	Europe/Paris	45.35571	0.03638		Saint-Laurent,Saint-Laurent-des-Combes		75	16	161	16331
2978913	Saint-Laurent-des-Combes	saint-laurent-des-combes	FR	16480	398	Europe/Paris	44.87602	-0.13344		Saint-Laurent,Saint-Laurent-des-Combes		75	33	335	33426
2978914	Saint-Laurent-des-Bois	saint-laurent-des-bois	FR	27220	194	Europe/Paris	48.84475	1.31778		Saint-Laurent,Saint-Laurent-des-Bois		28	27	273	27555
2978915	Saint-Laurent-des-Bois	saint-laurent-des-bois	FR	27220	237	Europe/Paris	47.85232	1.44814		Saint-Laurent,Saint-Laurent-des-Bois		24	41	411	41219
2978916	Saint-Laurent-des-Bâtons	saint-laurent-des-batons	FR	24510	213	Europe/Paris	44.95884	0.73766		Saint-Laurent,Saint-Laurent-des-Batons,Saint-Laurent-des-Bâtons,Sen-Loran-de-Baton,Sent Laurenc daus Bastons,Sent Laurenç daus Bastons,sheng luo lang dai ba tong,Сен-Лоран-де-Батон,سینٹ-لارنٹ-دس-بتونس,圣洛朗代巴通		75	24	243	24362
2978917	Saint-Laurent-des-Autels	saint-laurent-des-autels	FR	49270	1590	Europe/Paris	47.28524	-1.18881		Saint-Laurent,Saint-Laurent-des-Autels,Sen-Loran-dez-Otel',san=roran=dezoteru,sheng luo lang dai ao tai er,Сен-Лоран-дез-Отель,سینٹ-لارنٹ-دس-اٹلس,サン＝ローラン＝デゾテル,圣洛朗代奥泰尔		52	49	492	49069
2978918	Saint-Laurent-des-Arbres	saint-laurent-des-arbres	FR	30126	1905	Europe/Paris	44.05469	4.69976		Saint-Laurent,Saint-Laurent-des-Arbres,Sen-Loran-dez-Arbr,Sent Laurenc deis Aubres,Sent Laurenç deis Aubres,St Laurent des Arbres,sheng luo lang dai a er bu lei,Сен-Лоран-дез-Арбр,سینٹ-لارنٹ-دس-اربریس,圣洛朗代阿尔布雷		76	30	302	30278
2978919	Saint-Laurent-de-Neste	saint-laurent-de-neste	FR	65150	905	Europe/Paris	43.07776	0.48204		Beaulieu,Saint-Laurent,Saint-Laurent-de-Neste		76	65	652	65389
2978920	Saint-Laurent-de-Muret	saint-laurent-de-muret	FR	48100	174	Europe/Paris	44.6027	3.20661		Saint-Laurent,Saint-Laurent-de-Muret		76	48	482	48165
2978921	Saint-Laurent-de-Mure	saint-laurent-de-mure	FR	69720	4762	Europe/Paris	45.68563	5.04484		Saint Laurent,Saint-Laurent-de-Mure		84	69	691	69288
2978922	Saint-Laurent-de-Lin	saint-laurent-de-lin	FR	37330	244	Europe/Paris	47.50771	0.2572		Saint-Laurent,Saint-Laurent-de-Lin		24	37	371	37223
2978923	Saint-Laurent-de-Lévézou	saint-laurent-de-levezou	FR	12620	156	Europe/Paris	44.20809	2.95878		Saint-Laurent,Saint-Laurent-de-Levezou,Saint-Laurent-de-Lévézou		76	12	121	12236
2978924	Saint-Laurent-de-la-Salle	saint-laurent-de-la-salle	FR	85410	368	Europe/Paris	46.56877	-0.91795		La Salle,Saint-Laurent,Saint-Laurent-de-la-Salle		52	85	851	85237
2978925	Saint-Laurent-de-la-Salanque	saint-laurent-de-la-salanque	FR	66250	8293	Europe/Paris	42.77399	2.99041		Saint-Laurent,Saint-Laurent-de-la-Salanque,Sant Llorenc de la Salanca,Sant Llorenç de la Salanca,Sentinelle-de-l'Agly		76	66	662	66180
2978926	Saint-Laurent-de-la-Prée	saint-laurent-de-la-pree	FR	17450	1455	Europe/Paris	45.98181	-1.04106		Saint-Laurent,Saint-Laurent-de-la-Pree,Saint-Laurent-de-la-Prée,Sen-Loran-de-la-Pre,sheng luo lang de la-pu lei ai,Сен-Лоран-де-ла-Пре,سینٹ-لارنٹ-دے-لا-پڑے,圣洛朗德拉-普雷埃		75	17	172	17353
2978927	Saint-Laurent-de-la-Plaine	saint-laurent-de-la-plaine	FR	49290	1633	Europe/Paris	47.31738	-0.80333		Saint-Laurent,Saint-Laurent-de-la-Plaine,Sen-Loran-de-la-Plen,sheng luo lang de la-pu lan,Сен-Лоран-де-ла-Плен,سینٹ-لارنٹ-دے-لا-پلانے,圣洛朗德拉-普兰		52	49	492	49244
2978929	Saint-Laurent-de-la-Cabrerisse	saint-laurent-de-la-cabrerisse	FR	11220	731	Europe/Paris	43.0846	2.69896		Saint-Laurent,Saint-Laurent-de-la-Cabrerisse		76	11	113	11351
2978930	Saint-Laurent-de-la-Barrière	saint-laurent-de-la-barriere	FR	17380	77	Europe/Paris	46.03521	-0.7003		La Barriere,La Barrière,Saint-Laurent,Saint-Laurent-de-la-Barriere,Saint-Laurent-de-la-Barrière		75	17	172	17457
2978978	Saint-Lary	saint-lary	FR	09800	141	Europe/Paris	42.9291	0.89489		Saint-Lary		76	09	093	09267
2978931	Saint-Laurent-de-Jourdes	saint-laurent-de-jourdes	FR	86410	170	Europe/Paris	46.39216	0.54413		Saint-Laurent,Saint-Laurent-de Jourde,Saint-Laurent-de-Jourdes		75	86	862	86228
2978932	Saint-Laurent-de-Gosse	saint-laurent-de-gosse	FR	40390	518	Europe/Paris	43.53369	-1.26824		Barra,Saint-Laurent,Saint-Laurent-de-Gosse		75	40	401	40268
2978933	Saint-Laurent-de-Cuves	saint-laurent-de-cuves	FR	50670	490	Europe/Paris	48.75124	-1.12306		Saint-Laurent,Saint-Laurent-de Caves,Saint-Laurent-de-Cuves		28	50	501	50499
2978934	Saint-Laurent-de-Condel	saint-laurent-de-condel	FR	14220	473	Europe/Paris	49.04016	-0.41713		Saint-Laurent,Saint-Laurent-de-Condel		28	14	142	14603
2978935	Saint-Laurent-de-Cognac	saint-laurent-de-cognac	FR	16100	957	Europe/Paris	45.69695	-0.40898		Saint-Laurent,Saint-Laurent-de-Cognac,Sen-Loran-de-Kon'jak,sheng luo lang de ke ni ya ke,Сен-Лоран-де-Коньяк,سینٹ-لارنٹ-دے-کوگناک,圣洛朗德科尼亚克		75	16	162	16330
2978936	Saint-Laurent-de-Chamousset	saint-laurent-de-chamousset	FR	69930	1905	Europe/Paris	45.73827	4.46415		Chalier-la-Montagne,Saint-Laurent,Saint-Laurent-de-Chamousset,Sen-Loran-de-Shamusse,Сен-Лоран-де-Шамуссе,سینٹ-لارنٹ-دے-چموسسیت		84	69	691	69220
2978937	Saint-Laurent-de-Céris	saint-laurent-de-ceris	FR	16450	773	Europe/Paris	45.94138	0.48078		Saint-Laurent,Saint-Laurent-de-Ceris,Saint-Laurent-de-Céris,Sen-Loran-de-Seri,Sent Laurenc,Sent Laurenç,sheng luo lang de sai li,Сен-Лоран-де-Сери,Сен-Лоран-де-Сері,سینٹ-لارنٹ-دے-کرس,圣洛朗德塞里		75	16	163	16329
2978938	Sant Llorenç de Cerdans	sant-llorenc-de-cerdans	FR	66260	1278	Europe/Paris	42.38473	2.6132		Saint-Laurent-de-Cerdans,Sant Llorenc de Cerdans,Sant Llorenç de Cerdans		76	66	661	66179
2978939	Saint-Laurent-de-Carnols	saint-laurent-de-carnols	FR	30200	442	Europe/Paris	44.21257	4.53031		Carnols,Saint-Laurent,Saint-Laurent-de-Carnols,Saint-Laurent-des-Carnols		76	30	302	30277
2978940	Saint-Laurent-de-Brévedent	saint-laurent-de-brevedent	FR	76700	1530	Europe/Paris	49.52564	0.25458		Saint-Laurent,Saint-Laurent-de-Brevedent,Saint-Laurent-de-Brévedent		28	76	762	76596
2978941	Saint-Laurent-de-Belzagot	saint-laurent-de-belzagot	FR	16190	362	Europe/Paris	45.38333	0.11667		Saint-Laurent,Saint-Laurent-de-Belzagot,Sen-Loran-de-Bel'zago,sheng luo lang de bei er zha ge,Сен-Лоран-де-Бельзаго,سینٹ-لارنٹ-دے-بلزگوٹ,圣洛朗德贝尔扎戈		75	16	161	16230
2978942	Saint-Laurent-d'Arce	saint-laurent-d-arce	FR	33240	0	Europe/Paris	45.03477	-0.47071		Saint Laurent,Saint-Laurent-d'Arce		75	33	331	33425
2978943	Saint-Laurent-d'Andenay	saint-laurent-d-andenay	FR	71210	0	Europe/Paris	46.73738	4.51452		Laurent-la-Garde,Saint-Laurent,Saint-Laurent-d'Andenay		27	71	711	71436
2978944	Saint-Laurent-d'Aigouze	saint-laurent-d-aigouze	FR	30220	0	Europe/Paris	43.63454	4.19513		Aigouze,Saint-Laurent,Saint-Laurent-d'Aigouze		76	30	302	30276
2978945	Saint-Laurent-d'Agny	saint-laurent-d-agny	FR	69440	0	Europe/Paris	45.6415	4.68567		Dagny,Saint Laurent,Saint-Laurent-d'Agny		84	69	691	69219
2978947	Saint-Laurent-Chabreuges	saint-laurent-chabreuges	FR	43100	258	Europe/Paris	45.27903	3.34116		Chabreuges,Saint-Laurent-Chabreuges		84	43	431	43207
2978948	Saint-Laurent-Bretagne	saint-laurent-bretagne	FR	64160	391	Europe/Paris	43.38341	-0.19939		Saint-Laurent,Saint-Laurent-Bretagne,Sen-Loran-Bretan',Sent Laurenc e Bretanha,Sent Laurenc-Bretanha,Sent Laurenç e Bretanha,Sent Laurenç-Bretanha,sheng luo lang bu lei ta ni,Сен-Лоран-Бретань,سینٹ-لارنٹ-برتگنے,圣洛朗布雷塔尼		75	64	643	64488
2978949	Saint-Laurent-Blangy	saint-laurent-blangy	FR	62051 CEDEX	5713	Europe/Paris	50.29446	2.80698		Bellemotte-lez-Arras,Imercourt,Saint-Laurent,Saint-Laurent-Blangy,Saint-Leurint-Blangy,Sen-Loran-Blanzhi,san lwran blanjy,sheng luo lang bu lang ri,Сен-Лоран-Бланжи,Сен-Лоран-Бланжі,سان لوران بلانجي,سینٹ-لارنٹ-بلانگے,圣洛朗布朗日		32	62	621	62753
2978954	Saint-Laurent	saint-laurent	FR	08090	1179	Europe/Paris	49.76449	4.77193		Saint-Laurent,Vautrincourt		44	08	081	08385
2978955	Saint-Laurent	saint-laurent	FR	08090	0	Europe/Paris	49.50261	1.54766				28	76	761	76067
2978956	Saint-Laurent	saint-laurent	FR	08090	0	Europe/Paris	48.88273	1.58992				11	78	781	78618
2978957	Saint-Laurent	saint-laurent	FR	08090	0	Europe/Paris	48.65	6.48333				44	54	542	54176
2978958	Saint-Laurent	saint-laurent	FR	08090	0	Europe/Paris	48.61972	-3.23381		Brolan,Saint-Laurent		53	22	222	22310
2978959	Saint-Laurent	saint-laurent	FR	08090	0	Europe/Paris	48.37023	1.10343				24	28	284	28109
2978960	Saint-Laurent	saint-laurent	FR	08090	0	Europe/Paris	48.1495	6.4528				44	88	881	88160
2978961	Saint-Laurent	saint-laurent	FR	08090	0	Europe/Paris	48.13437	-3.15417				53	56	562	56245
2978962	Saint-Laurent	saint-laurent	FR	08090	0	Europe/Paris	48.1401	-1.65577				53	35	353	35238
2978963	Saint-Laurent	saint-laurent	FR	08090	0	Europe/Paris	47.96381	-2.34228				53	56	562	56032
2978964	Saint-Laurent-sur-Oust	saint-laurent-sur-oust	FR	56140	0	Europe/Paris	47.8	-2.31667				53	56	563	56224
2978965	Saint-Laurent	saint-laurent	FR	08090	358	Europe/Paris	47.22543	2.202		Laurent-des-Bois,Saint-Laurent		24	18	183	18219
2978966	Saint-Laurent	saint-laurent	FR	08090	547	Europe/Paris	46.16503	1.96328		Saint-Laurent		75	23	232	23206
2978967	Saint-Laurent	saint-laurent	FR	08090	665	Europe/Paris	46.04571	6.35826		Saint-Laurent		84	74	742	74244
2978968	Saint-Laurent	saint-laurent	FR	08090	0	Europe/Paris	45.56406	4.30039				84	42	421	42323
2978969	Saint-Laurent	saint-laurent	FR	08090	0	Europe/Paris	44.60805	0.40604				75	47	472	47035
2978970	Saint-Laurent	saint-laurent	FR	08090	0	Europe/Paris	44.24669	0.39995		Saint-Laurent		75	47	474	47249
2978971	Saint-Laurent	saint-laurent	FR	08090	176	Europe/Paris	43.3255	0.79874		Bellerive-sur-Save,Saint-Laurent		76	31	312	31494
2978972	Saint-Laure	saint-laure	FR	63350	373	Europe/Paris	45.90155	3.29193		Saint-Laure		84	63	634	63372
2978973	Saint-Launeuc	saint-launeuc	FR	22230	192	Europe/Paris	48.2338	-2.37542		Saint-Launeuc,Sant-Laoueneg		53	22	224	22309
2978974	Saint-Lattier	saint-lattier	FR	38840	1119	Europe/Paris	45.08815	5.20352		Lattier,Saint-Lattier		84	38	381	38410
2978975	Saint-Lary-Soulan	saint-lary-soulan	FR	65170	1068	Europe/Paris	42.81713	0.32238		Saint-Lary,Sainte-Lary-Soulan,Sen-Lari-Sulan,Sent Lari e Sola,sheng la li su lang,Сен-Лари-Сулан,Сен-Ларі-Сулан,سینٹ-لڑے-سولان,圣拉里苏朗		76	65	652	65388
2978976	Saint-Lary-Boujean	saint-lary-boujean	FR	31350	135	Europe/Paris	43.22822	0.73627		Mont-Ilaire,Saint-Lary-Bonjean,Saint-Lary-Boujean		76	31	312	31493
2978979	Saint-Laon	saint-laon	FR	86200	150	Europe/Paris	46.97865	-0.01684		Saint-Laon,Sen-Lan,sheng lang,Сен-Лан,سینٹ-لوں,圣朗		75	86	861	86227
2978980	Saint-Lanne	saint-lanne	FR	65700	124	Europe/Paris	43.59304	-0.06131		Saint-Lanne		76	65	653	65387
2978981	Saint-Langis-lès-Mortagne	saint-langis-les-mortagne	FR	61400	906	Europe/Paris	48.51526	0.54974		Saint-Langis,Saint-Langis-les-Mortagne,Saint-Langis-lès-Mortagne		28	61	613	61414
2978982	Saint-Lambert-sur-Dive	saint-lambert-sur-dive	FR	61160	155	Europe/Paris	48.81667	0.08333		Saint Lambert		28	61	612	61413
2978983	Saint-Lambert-la-Potherie	saint-lambert-la-potherie	FR	49070	2405	Europe/Paris	47.48315	-0.67791		Saint-Lambert,Saint-Lambert-la-Potherie,Sen-Lamber-la-Potri,sheng lang bei er la bo te li ye,Сен-Ламбер-ла-Потрі,سینٹ-لیمبرٹ-لا-پوتھیرے,圣朗贝尔拉波特里耶		52	49	491	49294
2978984	Saint-Lambert-et-Mont-de-Jeux	saint-lambert-et-mont-de-jeux	FR	08130	187	Europe/Paris	49.49738	4.6105		Saint-Lambert-et-Mont-de-Jeux		44	08	084	08384
2978985	Saint-Lambert-du-Lattay	saint-lambert-du-lattay	FR	49750	1550	Europe/Paris	47.30227	-0.63309		Saint-Lambert,Saint-Lambert-de-Lattay,Saint-Lambert-du-Lattay,Sen-Lamber-dju-Latte,sheng lang bei er di la tai,Сен-Ламбер-дю-Латте,سینٹ-لیمبرٹ-دو-لاتے,圣朗贝尔迪拉泰		52	49	491	49292
2978988	Saint-Lambert	saint-lambert	FR	14570	209	Europe/Paris	48.93714	-0.54854		Saint-Lambert		28	14	142	14602
2978989	Saint-Lambert	saint-lambert	FR	14570	377	Europe/Paris	48.73183	2.01975		Lambert-les-Bois,Saint-Lambert		11	78	782	78561
2978990	Saint-Lamain	saint-lamain	FR	39230	125	Europe/Paris	46.79533	5.60209		Saint-Lamain		27	39	392	39486
2978991	Saint-Lager-Bressac	saint-lager-bressac	FR	07210	706	Europe/Paris	44.69227	4.71009		Saint-Lager-Bressac		84	07	072	07260
2978992	Saint-Lager	saint-lager	FR	69220	928	Europe/Paris	46.11157	4.67286		Mont-Brouilly,Saint-Lager		84	69	692	69218
2978993	Saint-Lactencin	saint-lactencin	FR	36500	403	Europe/Paris	46.89801	1.49352		Plaines-Libres,Saint-Lactencin,Sen-Laktansen,sheng la ke tang sang,Сен-Лактансен,سینٹ-لاکٹنکن,圣拉克唐桑		24	36	362	36198
2978994	Saint-Juvin	saint-juvin	FR	08250	126	Europe/Paris	49.33446	4.93915		Mont-sur-Agron,Saint-Juvin		44	08	084	08383
2978995	Saint-Juvat	saint-juvat	FR	22630	628	Europe/Paris	48.35342	-2.04365		Saint-Juvat,Sant-Yuvad		53	22	221	22308
2978996	Saint-Just-sur-Viaur	saint-just-sur-viaur	FR	12170	229	Europe/Paris	44.12486	2.36589		Saint-Just,Saint-Just-sur-Viaur		76	12	123	12235
2978997	Saint-Just-Saint-Rambert	saint-just-saint-rambert	FR	42170	14313	Europe/Paris	45.49973	4.24141		Saint-Just-sur-Loire,Sen-Zhu-Sen-Ramber,sheng rui si sheng lang bei er,Сен-Жу-Сен-Рамбер,سینٹ-جست-سینٹ-رامبرٹ,圣瑞斯圣朗贝尔		84	42	421	42279
2978998	Saint-Just-sur-Dive	saint-just-sur-dive	FR	49260	357	Europe/Paris	47.18105	-0.0902		Saint-Just,Saint-Just-sur-Dive		52	49	493	49291
2978999	Saint-Just-Sauvage	saint-just-sauvage	FR	51260	1422	Europe/Paris	48.55478	3.78449		Just-en-Val,Saint-Just,Saint-Just-Sauvage,Sauvage		44	51	512	51492
2979000	Saint-Just-près-Brioude	saint-just-pres-brioude	FR	43100	412	Europe/Paris	45.23825	3.35235		Just-l'Egalite,Just-l'Egalité,Saint Just,Saint-Just-pres-Brioude,Saint-Just-près-Brioude		84	43	431	43206
2979001	Saint-Just-Malmont	saint-just-malmont	FR	43240	4132	Europe/Paris	45.33932	4.31275		Mont-Blanc,Saint-Just,Saint-Just-Malmont		84	43	433	43205
2979002	Saint-Just-le-Martel	saint-just-le-martel	FR	87590	2013	Europe/Paris	45.86252	1.38658		Saint-Just,Saint-Just-le-Martel,Sent Just		75	87	872	87156
2979003	Saint-Just-la-Pendue	saint-just-la-pendue	FR	42540	1436	Europe/Paris	45.89423	4.24129		Saint-Just,Saint-Just-la-Pendue,Sen-Zhu-la-Pandju,sheng rui si la pang di ai,Сен-Жу-ла-Пандю,سینٹ-جست-لا-پیندے,圣瑞斯拉庞迪埃		84	42	422	42249
2979004	Saint-Justin	saint-justin	FR	32230	838	Europe/Paris	43.98022	-0.23204		Saint-Justin		75	40	402	40267
2979005	Saint-Justin	saint-justin	FR	32230	144	Europe/Paris	43.48237	0.15107		Bel-Endroit,Saint-Justin		76	32	323	32383
2979006	Saint-Just-Ibarre	saint-just-ibarre	FR	64120	232	Europe/Paris	43.19399	-1.05632		Donaixti,Donaixti-Ibarre,Saint-Just,Saint-Just-Ibarre,Sen-Zhjust-Ibar,Sen-Zhust-Ibarr,Sent Just-Ibarre,sheng rui si yi ba er,Сен-Жуст-Ібарр,Сен-Жуст-Ибарр,Сен-Жюст-Ибар,سینٹ-جست-ابررے,圣瑞斯伊巴尔		75	64	641	64487
2979007	Saint-Just	saint-just	FR	01250	279	Europe/Paris	44.11095	4.22333		Bartanave,Bertanave,Saint-Just,Saint-Just-et-Vacquieres,Saint-Just-et-Vacquières		76	30	301	30275
2979008	Saint-Just-et-le-Bézu	saint-just-et-le-bezu	FR	11500	66	Europe/Paris	42.87964	2.26741		Saint-Just,Saint-Just-et-le-Bezu,Saint-Just-et-le-Bézu		76	11	112	11350
2979009	Saint-Just-en-Chevalet	saint-just-en-chevalet	FR	42430	1347	Europe/Paris	45.91477	3.84234		Mont-Marat,Saint-Just,Saint-Just-en-Chevalet		84	42	422	42248
2979010	Saint-Just-en-Chaussée	saint-just-en-chaussee	FR	60130	5756	Europe/Paris	49.50503	2.43285		Saint-Just,Saint-Just-en-Chaussee,Saint-Just-en-Chaussée,Saint-Just-in-Coeuchie,Saint-Just-in-Cœuchie,Sen-Zhju-an-Shosse,Sen-Zhust-an-Shosse,shao sai ai de qu sheng rui si,Сен-Жуст-ан-Шоссе,Сен-Жю-ан-Шоссе,سینٹ-جست-این -چوسسے,绍塞埃地区圣瑞斯		32	60	602	60581
2979011	Saint-Just-en-Brie	saint-just-en-brie	FR	77370	213	Europe/Paris	48.61356	3.11694		Saint-Just		11	77	773	77416
2979012	Saint-Just-en-Bas	saint-just-en-bas	FR	42990	322	Europe/Paris	45.73077	3.88002		Saint Just,Saint-Just-en-Bas		84	42	421	42247
2979014	Saint-Just-de-Claix	saint-just-de-claix	FR	38680	1122	Europe/Paris	45.07562	5.28309		Saint-Just,Saint-Just-de-Claix		84	38	381	38409
2979016	Saint-Just-d'Avray	saint-just-d-avray	FR	69870	0	Europe/Paris	46.00203	4.44608		Saint-Just,Saint-Just-d'Avray		84	69	692	69217
2979017	Saint-Just-Chaleyssin	saint-just-chaleyssin	FR	38540	2422	Europe/Paris	45.59421	4.99852		Saint-Just-Chaleyssin		84	38	383	38408
2979019	Saint-Just	saint-just	FR	01250	14417	Europe/Paris	43.317	5.40587				93	13	133	13055
2979020	Saint-Just	saint-just	FR	01250	1391	Europe/Paris	49.10852	1.44101		Saint-Just		28	27	271	27554
2979021	Saint-Just	saint-just	FR	01250	1020	Europe/Paris	47.76531	-1.96117		Saint-Just,Sant-Yust		53	35	352	35285
2979022	Saint-Just	saint-just	FR	01250	589	Europe/Paris	46.9938	2.5082		Saint-Just		24	18	181	18218
2979023	Saint-Just	saint-just	FR	01250	867	Europe/Paris	46.19136	5.27884		Saint-Just		84	01	012	01369
2979060	Saint-Julien-le-Châtel	saint-julien-le-chatel	FR	23130	170	Europe/Paris	46.11812	2.26923		Saint-Julien,Saint-Julien-le-Chatel,Saint-Julien-le-Châtel		75	23	231	23204
2979024	Saint-Just-Luzac	saint-just-luzac	FR	17320	1653	Europe/Paris	45.8	-1.03333		Sen-Zhjust-Ljuzak,Sen-Zhust-Ljuzak,sheng rui si lu zha ke,Сен-Жуст-Люзак,Сен-Жюст-Люзак,سینٹ-جست-لژاک,圣瑞斯吕扎克		75	17	172	17351
2979025	Saint-Just	saint-just	FR	01250	0	Europe/Paris	45.58911	5.03078				84	38	383	38408
2979026	Saint-Just	saint-just	FR	01250	182	Europe/Paris	45.46822	3.78847		Bel-Air,Saint-Just		84	63	631	63371
2979027	Saint-Just	saint-just	FR	01250	147	Europe/Paris	45.33595	0.50767		Saint-Just		75	24	243	24434
2979028	Saint-Just	saint-just	FR	01250	226	Europe/Paris	44.89088	3.20851		Saint-Just		84	15	153	15108
2979029	Saint-Just-d'Ardèche	saint-just-d-ardeche	FR	07700	1238	Europe/Paris	44.30438	4.61106		Saint-Just,Saint-Just-d'Ardeche,Saint-Just-d'Ardèche		84	07	072	07259
2979030	Saint-Just	saint-just	FR	01250	2804	Europe/Paris	43.65806	4.11472		Saint-Just,Sant Just,Sen-Zhust,sheng rui si,Сен-Жуст,سینٹ-جست، حیراالٹ,圣瑞斯		76	34	343	34272
2979032	Saint-Jurs	saint-jurs	FR	04410	160	Europe/Paris	43.89824	6.19975		Bellevue,Saint-Jurs,Sant Jurs,Sen-Zhjur,Sen-Zhur,sheng rui er,Сен-Жур,Сен-Жюр,圣瑞尔		93	04	043	04184
2979033	Saint-Jure	saint-jure	FR	57420	265	Europe/Paris	48.94422	6.2191		Saint-Jure		44	57	579	57617
2979034	Saint-Junien-les-Combes	saint-junien-les-combes	FR	87300	214	Europe/Paris	46.0866	1.12297		Saint-Junien,Saint-Junien-les-Combes		75	87	871	87155
2979035	Saint-Junien-la-Bregère	saint-junien-la-bregere	FR	23400	163	Europe/Paris	45.88402	1.75491		Saint-Junien,Saint-Junien-la-Bregere,Saint-Junien-la-Bregère		75	23	232	23205
2979036	Saint-Junien	saint-junien	FR	87200	11553	Europe/Paris	45.88746	0.90158		Junien-la-Montagne,Saint-Junien,Sen-Zhun'jan,Sent Junian,Sent Junian de Chalhac,san jwnyan,sheng rui ni an,Сен-Жуньян,سان جونيان,سینٹ-جنین,圣瑞尼安		75	87	873	87154
2979037	Saint-Julien-Vocance	saint-julien-vocance	FR	07690	254	Europe/Paris	45.17523	4.50318		Saint-Julien-Vocance,Sant Julian de Vaucanca,Sant Julian de Vaucança,Sant Julien Vocance,Sen-Zhjul'en-Vokans,Sen-Zhul'en-Vokans,Vocancel,sheng rui li an wo kang ke,Сен-Жульєн-Воканс,Сен-Жюльен-Воканс,سینٹ-جلیں -ووکنکے,圣瑞利安沃康克		84	07	073	07258
2979038	Saint-Julien-sur-Veyle	saint-julien-sur-veyle	FR	01540	580	Europe/Paris	46.20061	4.9561		Saint-Julien,Saint-Julien-sur-Veyle		84	01	012	01368
2979039	Saint-Julien-sur-Sarthe	saint-julien-sur-sarthe	FR	61170	612	Europe/Paris	48.49098	0.3583		Saint-Julien,Saint-Julien-sur-Sarthe		28	61	611	61412
2979040	Saint-Julien-sur-Reyssouze	saint-julien-sur-reyssouze	FR	01560	563	Europe/Paris	46.40322	5.10892		Saint-Julien,Saint-Julien-sur-Ressouze,Saint-Julien-sur-Reyssouze,Unite-sur-Reyssouze,Unité-sur-Reyssouze		84	01	012	01367
2979041	Saint-Julien-sur-Dheune	saint-julien-sur-dheune	FR	71210	224	Europe/Paris	46.77262	4.54511		Saint-Julien,Saint-Julien-sur-Dheune		27	71	711	71435
2979042	Saint-Julien-sur-Cher	saint-julien-sur-cher	FR	41320	690	Europe/Paris	47.28219	1.77409		Montjulien,Saint-Julien,Saint-Julien-sur-Cher		24	41	413	41218
2979043	Saint-Julien-sur-Calonne	saint-julien-sur-calonne	FR	14130	197	Europe/Paris	49.29148	0.22854		Saint-Julien,Saint-Julien-sur-Calonne		28	14	143	14601
2979044	Saint-Julien-sur-Bibost	saint-julien-sur-bibost	FR	69690	537	Europe/Paris	45.80427	4.51908		Le Fruitier-sur-Bibost,Saint Julien,Saint-Julien-sur-Bibost		84	69	692	69216
2979045	Saint-Julien-sous-les-Côtes	saint-julien-sous-les-cotes	FR	55200	142	Europe/Paris	48.81844	5.61466		Saint-Julien,Saint-Julien-sous-les-Cotes,Saint-Julien-sous-les-Côtes		44	55	552	55460
2979046	Saint-Julien-Puy-Lavèze	saint-julien-puy-laveze	FR	63820	0	Europe/Paris	45.66539	2.67295		Saint-Julien,Saint-Julien-Puy-Laveze,Saint-Julien-Puy-Lavèze		84	63	633	63370
2979047	Saint-Julien-près-Bort	saint-julien-pres-bort	FR	19110	378	Europe/Paris	45.41583	2.40339		Saint-Julien,Saint-Julien-Pres-Bor,Saint-Julien-Près-Bor,Saint-Julien-pres-Bort,Saint-Julien-près-Bort		75	19	193	19252
2979048	Saint-Julien-Molin-Molette	saint-julien-molin-molette	FR	42220	1152	Europe/Paris	45.32148	4.61692		Saint-Julien,Saint-Julien-Molin-Molette,Sant Julian de Moleta,Sen-Zhul'en-Molen-Molett,sheng rui li an mo lan mo lai te,Сен-Жульєн-Молен-Молетт,سینٹ-جلیں -مولن-مولتے,圣瑞利安莫兰莫莱特		84	42	423	42246
2979049	Saint-Julien-Molhesabate	saint-julien-molhesabate	FR	43220	205	Europe/Paris	45.18608	4.42647		Molhesabate,Saint-Julien-Molhesabate		84	43	433	43204
2979050	Saint-Julien-Maumont	saint-julien-maumont	FR	19500	164	Europe/Paris	45.03333	1.78333		Saint-Julien-Maumont		75	19	191	19217
2979051	Saint-Julien-le-Vendômois	saint-julien-le-vendomois	FR	19210	316	Europe/Paris	45.46172	1.32832		Saint Julien,Saint-Julien-le-Vendomois,Saint-Julien-le-Vendômois		75	19	191	19216
2979052	Saint-Julien-les-Villas	saint-julien-les-villas	FR	10800	6542	Europe/Paris	48.27127	4.09901		Saint-Julien,Saint-Julien-les-Villas		44	10	103	10343
2979053	Saint-Julien-lès-Montbéliard	saint-julien-les-montbeliard	FR	25550	185	Europe/Paris	47.52128	6.71076		Saint-Julien,Saint-Julien-les-Montbeliard,Saint-Julien-lez-Montbeliard,Saint-Julien-lez-Montbéliard,Saint-Julien-lès-Montbéliard,Sen-Zhul'en-le-Monbel'jar,sheng rui li an lai meng bei li a er,Сен-Жульєн-ле-Монбельяр,سینٹ-جلیں -لیس-مونتبلارڈ,圣瑞利安莱蒙贝利阿尔		27	25	252	25521
2979054	Saint-Julien-lès-Metz	saint-julien-les-metz	FR	57070	3228	Europe/Paris	49.13288	6.2024		Saint-Julien,Saint-Julien-les-Metz,Saint-Julien-lès-Metz,Sen-Zhjul'en-le-Mec,Sen-Zhul'en-le-Mec,sheng rui li an lai mei te,sn-zhwlyn-lh-mts,Сен-Жульен-ле-Мец,Сен-Жульєн-ле-Мец,Сен-Жюльен-ле-Мец,سن-ژولین-له-متس,سینٹ-جلیں -لیس-متز,圣瑞利安莱梅特		44	57	579	57616
2979055	Saint-Julien-lès-Gorze	saint-julien-les-gorze	FR	54470	150	Europe/Paris	49.01583	5.90068		Saint-Julien-les-Gorze,Saint-Julien-lès-Gorze		44	54	541	54477
2979056	Saint-Julien-le-Roux	saint-julien-le-roux	FR	07240	96	Europe/Paris	44.86691	4.68086		Julien,Le Roux,Saint-Julien,Saint-Julien-le-Roux		84	07	072	07257
2979057	Saint-Julien-le-Petit	saint-julien-le-petit	FR	87460	309	Europe/Paris	45.82281	1.70495		Saint-Julien,Saint-Julien-le-Petit		75	87	872	87153
2979058	Saint-Julien-le-Pèlerin	saint-julien-le-pelerin	FR	19430	135	Europe/Paris	45.01763	2.07711		Julien-la-Bruguiere,Julien-la-Bruguière,La Bruyere,La Bruyère,Saint-Julien,Saint-Julien-le-Pelerin,Saint-Julien-le-Pèlerin,Saint-Julien-le-Pélerin		75	19	192	19215
2979059	Saint-Julien-le-Faucon	saint-julien-le-faucon	FR	14140	625	Europe/Paris	49.07005	0.08515		Saint-Julien,Saint-Julien-le-Faucon		28	14	143	14431
2979638	Saint-Gonnery	saint-gonnery	FR	56920	1013	Europe/Paris	48.12396	-2.82002		Saint-Gonnery,Sant-Goneri		53	56	562	56215
2979061	Saint-Julien-la-Vêtre	saint-julien-la-vetre	FR	42440	455	Europe/Paris	45.81373	3.82635		Saint Julien,Saint-Julien-la-Vetre,Saint-Julien-la-Vêtre		84	42	421	42245
2979062	Saint-Julien-l'Ars	saint-julien-l-ars	FR	86800	0	Europe/Paris	46.55885	0.50664		La Reunion,La Réunion,Saint-Julien,Saint-Julien-l'Ars		75	86	863	86226
2979063	Saint-Julien-la-Genête	saint-julien-la-genete	FR	23110	213	Europe/Paris	46.15271	2.47363		Saint-Julien,Saint-Julien-la-Genete,Saint-Julien-la-Genète,Saint-Julien-la-Genête		75	23	231	23203
2979064	Saint-Julien-la-Geneste	saint-julien-la-geneste	FR	63390	0	Europe/Paris	46.05134	2.73416		Saint-Julien,Saint-Julien-la-Geneste		84	63	634	63369
2979065	Saint-Julien-Labrousse	saint-julien-labrousse	FR	07160	335	Europe/Paris	44.91825	4.50837		Brousseval,Saint-Julien,Saint-Julien-Labrousse		84	07	073	07165
2979066	Saint-Julien-Gaulène	saint-julien-gaulene	FR	81340	175	Europe/Paris	43.98963	2.34597		Pradoux,Saint-Julien,Saint-Julien-Gaulene,Saint-Julien-Gaulène		76	81	811	81259
2979067	Saint-Julien-en-Vercors	saint-julien-en-vercors	FR	26420	209	Europe/Paris	45.05111	5.44769		Julien-la-Montagne,Saint-Julien,Saint-Julien-en-Vercors		84	26	261	26309
2979068	Saint-Julien-en-Saint-Alban	saint-julien-en-saint-alban	FR	07000	1078	Europe/Paris	44.75417	4.69678		Saint-Julien,Saint-Julien-en-Saint-Alban		84	07	072	07255
2979069	Saint-Julien-en-Quint	saint-julien-en-quint	FR	26150	150	Europe/Paris	44.83737	5.29225		Ambel-en-Quint,Saint-Julien,Saint-Julien-en-Quint		84	26	261	26308
2979072	Saint-Julien-en-Genevois	saint-julien-en-genevois	FR	74160	10108	Europe/Paris	46.14434	6.08256		Fanum Sancti Iuliani,Saint-Julien,Sen-Zhjul'en-an-Zhenevua,Sen-Zhul'en-an-Zhenevua,san=jurian=an=junuvu~owa,Сен-Жульєн-ан-Женевуа,Сен-Жюльен-ан-Женевуа,سینٹ-جلیں -این -گنووس,サン＝ジュリアン＝アン＝ジュヌヴォワ	743	84	74	743	74243
2979073	Saint-Julien-en-Champsaur	saint-julien-en-champsaur	FR	05500	293	Europe/Paris	44.65962	6.12843		Julien-la-Montagne,Saint Julien,Saint Julien-Champsaur,Saint-Julien-en-Champsaur,Sant Julian de Champsaur,Sen-Zhjul'en-an-Shansor,Sen-Zhul'en-an-Shamsor,shang pu suo de qu sheng rui li an,Сен-Жульєн-ан-Шамсор,Сен-Жюльен-ан-Шансор,سینٹ-جلیں -این -چمپساور,尚普索地区圣瑞利安		93	05	052	05147
2979074	Saint-Julien-en-Born	saint-julien-en-born	FR	40170	1444	Europe/Paris	44.06287	-1.22579		Saint-Julien,Saint-Julien-en-Born,Sen-Zhjul'en-an-Born,Sen-Zhul'en-an-Born,Sent Julian de Born,Sent Julian de Bòrn,bo er en de qu sheng rui li an,Сен-Жульен-ан-Борн,Сен-Жульєн-ан-Борн,Сен-Жюльен-ан-Борн,سینٹ-جلیں -این -بورن,博尔恩地区圣瑞利安		75	40	401	40266
2979075	Saint-Julien-en-Beauchêne	saint-julien-en-beauchene	FR	05140	123	Europe/Paris	44.61727	5.71014		Durbon-sur-Buech,Durbon-sur-Buëch,Saint-Julien,Saint-Julien-en-Beauchene,Saint-Julien-en-Beauchêne		93	05	052	05146
2979076	Saint-Julien-du-Verdon	saint-julien-du-verdon	FR	04170	116	Europe/Paris	43.91368	6.53996		Ille-Verdon,Saint-Julien,Saint-Julien-du-Verdon,Sant Julian de Verdon,Sant Julian de Vergons,Sen-Zhjul'en-dju-Verdon,Sen-Zhul'en-dju-Verdon,sheng rui li an di wei er dong,Сен-Жульєн-дю-Вердон,Сен-Жюльен-дю-Вердон,سینٹ-جلیں -دو-وردوں,圣瑞利安迪韦尔东		93	04	042	04183
2979077	Saint-Julien-du-Tournel	saint-julien-du-tournel	FR	48190	97	Europe/Paris	44.50066	3.68272		Saint-Julien,Saint-Julien-du-Tournel		76	48	482	48027
2979078	Saint-Julien-du-Terroux	saint-julien-du-terroux	FR	53110	240	Europe/Paris	48.47925	-0.4095		Saint-Julien		52	53	533	53230
2979079	Saint-Julien-du-Serre	saint-julien-du-serre	FR	07200	758	Europe/Paris	44.65684	4.41141		Saint-Julien,Saint-Julien-du-Serre		84	07	071	07254
2979080	Saint-Julien-du-Sault	saint-julien-du-sault	FR	89330	2391	Europe/Paris	48.03188	3.29556		Saint-Julien,Saint-Julien-du-Sault,Sen-Zhul'en-dju-So,sheng rui li an di suo er,Сен-Жульен-дю-Со,Сен-Жульєн-дю-Со,سینٹ-جلیں -دو-سالٹ,圣瑞利安迪索尔		27	89	893	89348
2979081	Saint-Julien-du-Puy	saint-julien-du-puy	FR	81440	373	Europe/Paris	43.75733	2.09302		Saint-Julien,Saint-Julien-du-Puy		76	81	812	81258
2979082	Saint-Julien-du-Pinet	saint-julien-du-pinet	FR	43200	369	Europe/Paris	45.15193	4.03926		Mont-Alibert,Saint-Julien,Saint-Julien-du-Pinet		84	43	433	43203
2979083	Saint-Julien-du-Gua	saint-julien-du-gua	FR	07190	182	Europe/Paris	44.76803	4.44375		Saint-Julien,Saint-Julien-du-Gua		84	07	072	07253
2979084	Saint-Julien-d'Oddes	saint-julien-d-oddes	FR	42260	0	Europe/Paris	45.84668	3.99505		Saint Julien,Saint-Julien-d'Oddes		84	42	422	42243
2979085	Saint-Julien-d'Eymet	saint-julien-d-eymet	FR	24500	0	Europe/Paris	44.72495	0.43973		Saint-Julien,Saint-Julien-d'Eymet		75	24	241	24423
2979086	Saint-Julien-de-Vouvantes	saint-julien-de-vouvantes	FR	44670	948	Europe/Paris	47.64192	-1.23958		Roche-Fontaine,Saint-Julien,Saint-Julien-de-Vouvantes,Sanctus Iulianus de Voantis,Sant-Juluan-Gouwent,Sen-Zhul'en-de-Vuvant,sheng rui li an de wu wang tai,Сен-Жульєн-де-Вувант,سینٹ-جلیں -دے-وووانتیس,圣瑞利安德武旺泰		52	44	445	44170
2979087	Saint-Julien-les-Rosiers	saint-julien-les-rosiers	FR	30340	2681	Europe/Paris	44.17445	4.10803		Saint-Julien,Saint-Julien-de-Valgalgues		76	30	301	30274
2979088	Saint-Julien	saint-julien	FR	21490	108	Europe/Paris	44.76911	2.2175		Saint-Julien,Saint-Julien-de-Toursac		84	15	151	15194
2979089	Saint-Julien-des-Points	saint-julien-des-points	FR	48160	96	Europe/Paris	44.26108	3.96475		Saint-Julien,Saint-Julien-des-Points		76	48	481	48163
2979090	Saint-Julien-des-Landes	saint-julien-des-landes	FR	85150	1179	Europe/Paris	46.64058	-1.71425		Landes,Saint-Julien,Saint-Julien-des-Landes		52	85	853	85236
2979091	Saint-Julien-des-Chazes	saint-julien-des-chazes	FR	43300	71	Europe/Paris	45.04671	3.5842		Les Chazes-d'Allier,Saint-Julien,Saint-Julien-des-Chazes		84	43	431	43202
2979093	Saint-Julien-de-Raz	saint-julien-de-raz	FR	38134	480	Europe/Paris	45.35	5.66667		Saint Julien		84	38	381	38407
2979095	Saint-Julien-de-Peyrolas	saint-julien-de-peyrolas	FR	30760	1206	Europe/Paris	44.2882	4.56487		Peyrolas,Saint-Julien,Saint-Julien-de-Peyrolas		76	30	302	30273
2979097	Saint-Julien-Mont-Denis	saint-julien-mont-denis	FR	73870	0	Europe/Paris	45.25	6.4		Saint-Julien,Saint-Julien-de-Maurienne		84	73	733	73250
2979098	Saint-Julien-de-Mailloc	saint-julien-de-mailloc	FR	14290	386	Europe/Paris	49.08508	0.31929		Saint-Julien,Saint-Julien-de-Mailloc		28	14	143	14570
2979099	Saint-Julien-de-l'Herms	saint-julien-de-l-herms	FR	38122	0	Europe/Paris	45.43315	5.09464		Saint Julien-de Therms,Saint-Julien,Saint-Julien-de-l'Herms		84	38	383	38406
2979100	Saint-Julien-de-l'Escap	saint-julien-de-l-escap	FR	17400	0	Europe/Paris	45.93367	-0.48846		Lescap,Pont-de-Surveillance,Saint-Julien,Saint-Julien-de-l'Escap		75	17	175	17350
2979101	Saint-Julien-de-la-Nef	saint-julien-de-la-nef	FR	30440	133	Europe/Paris	43.94954	3.6826		Mont-Julien,Saint-Julien,Saint-Julien-de-la-Nef,Sen-Zhul'en-de-la-Nef,Sent Julian de la Nau,sheng rui li an de la-nei,Сен-Жульен-де-ла-Неф,Сен-Жульєн-де-ла-Неф,سینٹ-جلیں -دے-لا-نیف,圣瑞利安德拉-内		76	30	303	30272
2979102	Saint-Julien-de-Lampon	saint-julien-de-lampon	FR	24370	612	Europe/Paris	44.8607	1.36282		Saint-Julien,Saint-Julien-de-Lampon		75	24	244	24432
2979103	Saint-Julien-de-la-Liègue	saint-julien-de-la-liegue	FR	27600	256	Europe/Paris	49.13737	1.29643		Saint-Julien,Saint-Julien-de-la-Liegue,Saint-Julien-de-la-Liègue		28	27	271	27553
2979105	Saint-Julien-de-Jonzy	saint-julien-de-jonzy	FR	71110	297	Europe/Paris	46.23648	4.14421		Julien-de-Bel-Air,Saint-Julien,Saint-Julien-de-Jonzy		27	71	713	71434
2979106	Saint-Julien-de-Gras-Capou	saint-julien-de-gras-capou	FR	09500	62	Europe/Paris	43.03736	1.8554		Saint-Julien,Saint-Julien-de-Gras-Capou		76	09	092	09266
2979107	Saint-Julien-de-Crempse	saint-julien-de-crempse	FR	24140	185	Europe/Paris	44.95177	0.52457		Saint-Julien,Saint-Julien-de-Crempse,St Julien de Crempse		75	24	243	24259
2979108	Saint-Julien-de-Coppel	saint-julien-de-coppel	FR	63160	938	Europe/Paris	45.69499	3.31054		Roche-Coppel,Saint-Julien,Saint-Julien-de-Coppel		84	63	632	63368
2979109	Saint-Julien-de-Concelles	saint-julien-de-concelles	FR	44450	6758	Europe/Paris	47.2536	-1.38568		Saint-Julien,Saint-Julien-de-Concelles,Sanctus Iulianus de Concellis,Sant-Juluan-Kankell,Sen-Zhul'en-de-Konsel',sheng rui li an de kong se lai,Сен-Жульєн-де-Консель,سینٹ-جلیں -دے-کونکلیس,圣瑞利安德孔瑟莱		52	44	442	44169
2979110	Saint-Julien-de-Civry	saint-julien-de-civry	FR	71800	553	Europe/Paris	46.36635	4.23121		Saint-Julien,Saint-Julien-de-Civry,Vertpre,Vertpré		27	71	713	71433
2979111	Saint-Julien-de-Chédon	saint-julien-de-chedon	FR	41400	727	Europe/Paris	47.30342	1.20378		Chien-de-Chedon,Saint-Julien,Saint-Julien-de-Chedon,Saint-Julien-de-Chédon		24	41	413	41217
2979112	Saint-Julien-de-Cassagnas	saint-julien-de-cassagnas	FR	30500	563	Europe/Paris	44.21202	4.19798		Cassagnas,Saint-Julien,Saint-Julien-de-Cassagnas		76	30	301	30271
2979113	Saint-Julien-de-Briola	saint-julien-de-briola	FR	11270	81	Europe/Paris	43.15952	1.94268		Saint-Julien,Saint-Julien-de-Briola		76	11	111	11348
2979114	Saint-Julien-de-Bourdeilles	saint-julien-de-bourdeilles	FR	24310	107	Europe/Paris	45.36024	0.58917		Saint-Julien,Saint-Julien-de-Bourdeilles,Sen-Zhjul'en-de-Burdej,Sen-Zhul'en-de-Burdej,Sent Julia de Bordelha,Sent Julian de Bordelha,Sent Júlia de Bordelha,sheng rui li an de bu er dai lai,Сен-Жульен-де-Бурдей,Сен-Жульєн-де-Бурдей,Сен-Жюльен-де-Бурдей,سینٹ-جلیں -دے-بوردیلیس,圣瑞利安德布尔代莱		75	24	242	24064
2979115	Saint-Julien-d'Asse	saint-julien-d-asse	FR	04270	0	Europe/Paris	43.9173	6.09349		Julien-sur-Asse,Saint-Julien,Saint-Julien-d'Asse		93	04	043	04182
2979116	Saint-Julien-d'Arpaon	saint-julien-d-arpaon	FR	48400	0	Europe/Paris	44.29809	3.66949		Saint-Julien,Saint-Julien-d'Arpaon		76	48	481	48166
2979117	Saint-Julien-d'Armagnac	saint-julien-d-armagnac	FR	40240	0	Europe/Paris	43.9831	-0.12934		Saint-Julien,Saint-Julien-d'Armagnac		75	40	402	40265
2979118	Saint-Julien-d'Ance	saint-julien-d-ance	FR	43500	0	Europe/Paris	45.3035	3.91303		Mont-d'Ance,Saint Julien,Saint-Julien-d'Ance		84	43	432	43201
2979119	Saint-Julien-Chapteuil	saint-julien-chapteuil	FR	43260	1905	Europe/Paris	45.03486	4.0611		Mont-Megal,Mont-Mégal,Saint Julien,Saint-Julien-Chapteuil,Sant Julian e Chaptuelh,Sant Julian e Chaptuèlh,Sen-Zhjul'en-Shaptjoj,Sen-Zhul'en-Shaptej,san=jurian=shato~uiyu,sheng rui li an sha pu te yi,Сен-Жульен-Шаптей,Сен-Жульєн-Шаптей,Сен-Жюльен-Шаптёй,سینٹ-جلیں -چپتیؤل,サン＝ジュリアン＝シャトゥイユ,圣瑞利安沙普特伊		84	43	432	43200
2979120	Saint-Julien-Boutières	saint-julien-boutieres	FR	07310	225	Europe/Paris	44.97426	4.352		Bout-d'Erieu,Saint-Julien,Saint-Julien-Boutieres,Saint-Julien-Boutières		84	07	073	07103
2979122	Saint-Julien-aux-Bois	saint-julien-aux-bois	FR	19220	515	Europe/Paris	45.12996	2.13922		Julien-Quinsat,Saint-Julien,Saint-Julien-aux-Bois		75	19	192	19214
2979128	Saint-Julien	saint-julien	FR	21490	1897	Europe/Paris	48.45219	-2.81462		Saint-Julien,Sant-Juluan-Pentevr		53	22	224	22307
2979129	Saint-Julien	saint-julien	FR	21490	0	Europe/Paris	48.05587	-0.00803				52	72	722	72219
2979130	Saint-Julien	saint-julien	FR	21490	148	Europe/Paris	48.01901	5.89507		Saint-Julien		44	88	882	88421
2979131	Saint-Julien	saint-julien	FR	21490	0	Europe/Paris	47.70361	5.73399		Saint-Julien,Saint-Julien-les-Morey,Saint-Julien-lès-Morey		27	70	702	70373
2979132	Saint-Julien	saint-julien	FR	21490	0	Europe/Paris	47.49485	-3.11876				53	56	561	56186
2979133	Saint-Julien	saint-julien	FR	21490	1278	Europe/Paris	47.40029	5.14163		Saint-Julien,Val-Julien		27	21	212	21555
2979134	Saint-Julien-lès-Russey	saint-julien-les-russey	FR	25210	116	Europe/Paris	47.21667	6.73333				27	25	253	25522
2979135	Saint-Julien	saint-julien	FR	21490	0	Europe/Paris	46.83111	1.1146				24	36	361	36010
2979136	Saint-Julien	saint-julien	FR	21490	0	Europe/Paris	46.69867	3.30905				27	58	583	58104
2979137	Saint-Julien	saint-julien	FR	21490	419	Europe/Paris	46.39436	5.45377		Saint-Julien,Saint-Julien-sur-le Suran		27	39	392	39485
2979138	Saint-Julien	saint-julien	FR	21490	820	Europe/Paris	46.02623	4.65233		Saint-Julien,Saint-Julien-Montmelas		84	69	692	69215
2979139	Saint-Julien	saint-julien	FR	21490	0	Europe/Paris	45.59313	3.10317				84	63	633	63234
2979140	Saint-Julien	saint-julien	FR	21490	0	Europe/Paris	45.22764	5.09591				84	26	263	26143
2979141	Saint-Julien	saint-julien	FR	21490	1635	Europe/Paris	43.691	5.90719		Mont-Rocher,Saint-Julien,Saint-Julien-le-Montagne		93	83	833	83113
2979142	Saint-Julien	saint-julien	FR	21490	216	Europe/Paris	43.56667	2.91667		Doumergousse,Julien-le-Guerrier,Saint-Julien		76	34	341	34271
2979143	Saint-Julien	saint-julien	FR	21490	9939	Europe/Paris	43.31334	5.44935				93	13	133	13055
2979144	Saint-Julien-sur-Garonne	saint-julien-sur-garonne	FR	31220	386	Europe/Paris	43.24247	1.15166		Saint-Julien,Saint-Julien-sur-Garonne,Sen-Zhjul'en-sjur-Garon,Sen-Zhul'en-sjur-Garonn,Sent Julian,Sent Julian de Garona,jia luo ne he pan sheng rui li an,Сен-Жульєн-сюр-Гаронн,Сен-Жюльен-сюр-Гарон,سینٹ-جلیں -سر-گروں نے,加罗讷河畔圣瑞利安		76	31	311	31492
2979145	Saint-Julien	saint-julien	FR	21490	0	Europe/Paris	41.39	9.18696		Saint-Julien		94	2A	2A4	2A041
2979146	Saint-Julia-de-Bec	saint-julia-de-bec	FR	11500	105	Europe/Paris	42.86858	2.24579		Saint-Julia,Saint-Julia-de-Bec		76	11	112	11347
2979147	Saint-Julia	saint-julia	FR	31540	374	Europe/Paris	43.48991	1.89785		Mont-Civique,Mont-Republicain,Mont-Républicain,Saint-Julia		76	31	313	31491
2979148	Saint-Juéry	saint-juery	FR	12550	6997	Europe/Paris	43.94838	2.20913		Bellevue,Juery-les-Azalate,Juéry-les-Azalate,Saint-Juery,Saint-Juery-les-Azalate,Saint-Juéry,Saint-Juéry-les-Azalate		76	81	811	81257
2979149	Saint-Juéry	saint-juery	FR	12550	62	Europe/Paris	44.82732	3.08636		Saint-Juery,Saint-Juéry		76	48	482	48161
2979150	Saint-Juéry	saint-juery	FR	12550	275	Europe/Paris	43.90993	2.69506		Saint-Juery,Saint-Juéry		76	12	121	12233
2979151	Saint-Judoce	saint-judoce	FR	22630	458	Europe/Paris	48.36352	-1.95378		Saint-Judoce,Sant-Yuzeg		53	22	221	22306
2979152	Saint-Juan	saint-juan	FR	25360	168	Europe/Paris	47.28977	6.35593				27	25	251	25520
2979153	Saint-Jouvent	saint-jouvent	FR	87510	1427	Europe/Paris	45.95749	1.20472		Saint-Jouvent		75	87	872	87152
2979155	Saint-Jouin-de-Milly	saint-jouin-de-milly	FR	79380	213	Europe/Paris	46.75404	-0.62034		Saint-Jouin,Saint-Jouin-de-Milly		75	79	791	79179
2979156	Saint-Jouin-de-Marnes	saint-jouin-de-marnes	FR	79600	586	Europe/Paris	46.88074	-0.05518		Jouin-les-Marnes,Jouin-lès-Marnes,Saint-Jouin,Saint-Jouin-de-Marnes		75	79	791	79196
2979157	Saint-Jouin-de-Blavou	saint-jouin-de-blavou	FR	61360	317	Europe/Paris	48.45224	0.47363		Saint-Jouin,Saint-Jouin-de-Blavou		28	61	613	61411
2979158	Saint-Jouin-Bruneval	saint-jouin-bruneval	FR	76280	1617	Europe/Paris	49.64275	0.164		Saint-Jouin,Saint-Jouin-Bruneval,Saint-Jouin-sur-Mer,Sen-Zhuen-Brjuneval',Сен-Жуен-Брюневаль,سینٹ-جوائن-برنول		28	76	762	76595
2979159	Saint-Jouin	saint-jouin	FR	14430	207	Europe/Paris	49.20938	-0.0147		Saint-Jouin		28	14	143	14598
2979160	Saint-Jouan-des-Guérets	saint-jouan-des-guerets	FR	35430	2725	Europe/Paris	48.5989	-1.97361		Saint-Jouan,Saint-Jouan-des-Guerets,Saint-Jouan-des-Guérets,Sant-Yowan-an-Havreg		53	35	354	35284
2979161	Saint-Jouan-de-l'Isle	saint-jouan-de-l-isle	FR	22350	0	Europe/Paris	48.26816	-2.16053		Saint-Jouan-de-l'Isle,Sant-Yowan-an-Enez		53	22	221	22305
2979162	Saint-Josse	saint-josse	FR	62170	1088	Europe/Paris	50.46801	1.6618		Bois-Fontaine,Fontaines-aux-Bois,Saint-Josse		32	62	624	62752
2979163	Saint-Joseph-des-Bancs	saint-joseph-des-bancs	FR	07530	194	Europe/Paris	44.73684	4.41188		Saint-Joseph,Saint-Joseph-des-Bancs		84	07	071	07251
2979164	Saint-Joseph-de-Rivière	saint-joseph-de-riviere	FR	38134	1109	Europe/Paris	45.37572	5.69643		Saint-Joseph,Saint-Joseph-de-Riviere,Saint-Joseph-de-Rivière		84	38	381	38405
2979167	Saint-Joseph	saint-joseph	FR	42800	753	Europe/Paris	49.53381	-1.53095		Saint-Joseph		28	50	502	50498
2979168	Saint-Joseph	saint-joseph	FR	42800	0	Europe/Paris	48.28984	-2.41748				53	22	224	22046
2979169	Saint-Joseph	saint-joseph	FR	42800	0	Europe/Paris	47.26854	-1.5197				52	44	442	44109
2979170	Saint-Joseph	saint-joseph	FR	42800	1772	Europe/Paris	45.55757	4.62076		Saint-Joseph		84	42	423	42242
2979171	Saint-Joseph	saint-joseph	FR	42800	0	Europe/Paris	43.40829	3.67046				76	34	343	34301
2979172	Saint-Jory-las-Bloux	saint-jory-las-bloux	FR	24160	240	Europe/Paris	45.36247	0.96557		Saint-Jory,Saint-Jory-las-Bloux,Sen-Zhori-la-Blu,Sent Jori de las Blos,Sent Jori las Blos,Sent Jòri de las Blos,Sent Jòri las Blos,sheng ruo li la bu lu,Сен-Жори-ла-Блу,Сен-Жорі-ла-Блу,سینٹ-جوڑے-لاس-لوش,圣若里拉布卢		75	24	242	24429
2979173	Saint-Jory-de-Chalais	saint-jory-de-chalais	FR	24800	658	Europe/Paris	45.49888	0.89901		Chalais-la-Montagne,Saint-Jory,Saint-Jory-de Chalais,Saint-Jory-de-Chalais,Saint-Jory-de-Chaleix,Sen-Zhori-de-Shale,Sent Jori de Chales,Sent Jòri de Chalés,sheng ruo li de sha lai,Сен-Жори-де-Шале,Сен-Жорі-де-Шале,سینٹ-جوڑے-دے-چالیس,圣若里德沙莱		75	24	242	24428
2979174	Saint-Jory	saint-jory	FR	31790	4564	Europe/Paris	43.74146	1.37089		Saint-Jory		76	31	313	31490
2979175	Saint-Jorioz	saint-jorioz	FR	74410	5571	Europe/Paris	45.83074	6.15792		Laudon,Saint-Jorioz,Sen-Zhorjo,Сен-Жорйо,سینٹ-جوروز		84	74	741	74242
2979176	Saint-Jores	saint-jores	FR	50250	470	Europe/Paris	49.30286	-1.4219		Saint-Jores		28	50	503	50273
2979177	Saint-Joire	saint-joire	FR	55130	281	Europe/Paris	48.59774	5.41664		Saint-Joire		44	55	552	55459
2979178	Saint-Jodard	saint-jodard	FR	42590	648	Europe/Paris	45.87971	4.13024		Saint-Jodard		84	42	422	42241
2979179	Saint-Joachim	saint-joachim	FR	44720	4087	Europe/Paris	47.38234	-2.20133		Les Iles,Saint-Joachim,Sant-Yoasin		52	44	443	44168
2979180	Saint-Jeures	saint-jeures	FR	43200	821	Europe/Paris	45.09609	4.20513		Mounier,Saint-Jeures		84	43	433	43199
2979181	Saint-Jeure-d'Ay	saint-jeure-d-ay	FR	07290	0	Europe/Paris	45.14654	4.70624		Fontaine-d'Ay,Saint-Jeure,Saint-Jeure-d'Ay		84	07	073	07250
2979182	Saint-Jeure-d'Andaure	saint-jeure-d-andaure	FR	07320	0	Europe/Paris	45.04625	4.4581		Andauret,Saint-Jeure,Saint-Jeure-d'Andaure		84	07	073	07249
2979184	Saint-Jeoire-Prieuré	saint-jeoire-prieure	FR	73190	922	Europe/Paris	45.5296	5.98972		Saint Jeoire,Saint-Jeoire-Prieure,Saint-Jeoire-Prieuré,Sen-Zhoir-Priere,Сен-Жоїр-Прієре,سینٹ-جوڑے-پرییرے		84	73	732	73249
2979185	Saint-Jeoire	saint-jeoire	FR	74490	3006	Europe/Paris	46.13733	6.46172		Saint-Jeoire,Saint-Jeoire-Faucigny,Saint-Jeoire-en-Faucigny,Sen-Zhuar,Сен-Жуар,سینٹ-جوڑے		84	74	742	74241
2979186	Saint-Jeanvrin	saint-jeanvrin	FR	18370	153	Europe/Paris	46.59571	2.23381		Bord,Saint-Jeanvrin		24	18	182	18217
2979187	Saint-Jean-Trolimon	saint-jean-trolimon	FR	29120	893	Europe/Paris	47.86532	-4.28042		Saint-Jean-Trolimon,Sant-Yann-Drolimon,Sen-Zhan-Trolimon,san=jan=tororimon,sheng rang te luo li meng,Сен-Жан-Тролимон,Сен-Жан-Тролімон,سینٹ-ژاں -ترولموں,サン＝ジャン＝トロリモン,圣让特罗利蒙		53	29	294	29252
2979188	Saint-Jean-sur-Vilaine	saint-jean-sur-vilaine	FR	35220	958	Europe/Paris	48.11722	-1.36108		Saint-Jean,Saint-Jean-sur-Vilaine,Sant-Yann-ar-Gwilen		53	35	351	35283
2979330	Saint-Jean-de-Duras	saint-jean-de-duras	FR	47120	236	Europe/Paris	44.68333	0.3		Saint-Jean,Saint-Jean-de-Duras		75	47	472	47247
2979189	Saint-Jean-sur-Veyle	saint-jean-sur-veyle	FR	01290	1067	Europe/Paris	46.25902	4.91712		Saint-Jean,Saint-Jean-sur-Veyle		84	01	012	01365
2979190	Saint-Jean-sur-Tourbe	saint-jean-sur-tourbe	FR	51600	111	Europe/Paris	49.12677	4.6802		Mont-sur-Tourbe,Saint-Jean,Saint-Jean-sur-Tourbe,Sen-Zhan-sjur-Turb,Tourbemont,tu er bu he pan sheng rang,Сен-Жан-сюр-Турб,سینٹ-ژاں -سر-توربے,图尔布河畔圣让		44	51	511	51491
2979690	Saint-Géry	saint-gery	FR	24400	371	Europe/Paris	44.47845	1.58114		Saint-Gery,Saint-Géry		76	46	461	46268
2979191	Saint-Jean-sur-Reyssouze	saint-jean-sur-reyssouze	FR	01560	631	Europe/Paris	46.39576	5.06201		Saint-Jean,Saint-Jean-sur-Reyssouze		84	01	012	01364
2979192	Saint-Jean-sur-Moivre	saint-jean-sur-moivre	FR	51240	128	Europe/Paris	48.90312	4.58422		Moivrecourt,Moivremont,Saint-Jean,Saint-Jean-sur-Moivre		44	51	511	51490
2979193	Saint-Jean-sur-Mayenne	saint-jean-sur-mayenne	FR	53240	1256	Europe/Paris	48.13318	-0.75277		Boisse,Saint-Jean,Saint-Jean-sur-Mayenne,Sen-Zhan-sjur-Maenn,mai ang he pan sheng rang,Сен-Жан-сюр-Маєнн,سینٹ-ژاں -سر-مینے,迈昂河畔圣让		52	53	532	53229
2979194	Saint-Jean-sur-Erve	saint-jean-sur-erve	FR	53270	445	Europe/Paris	48.03459	-0.39092		Saint-Jean,Saint-Jean-sur-Erve		52	53	533	53228
2979195	Saint-Jean-sur-Couesnon	saint-jean-sur-couesnon	FR	35140	1015	Europe/Paris	48.28988	-1.36911		Saint-Jean,Saint-Jean-sur-Couesnon,Sant-Yann-ar-C'houenon		53	35	351	35282
2979196	Saint-Jean-Soleymieux	saint-jean-soleymieux	FR	42560	738	Europe/Paris	45.50123	4.03867		Saint-Jean,Saint-Jean-Soleymieux		84	42	421	42240
2979197	Saint-Jean-Saverne	saint-jean-saverne	FR	67700	615	Europe/Paris	48.77011	7.36178		Saint-Jean,Saint-Jean-Saverne,Sankt Johann bei Zabern,Sant Johann,Sen-Zhan-Savern,Sànt Johànn,san jyn safyrn,sheng rang sa wei er en,sn-zhan-sawrn,Сен-Жан-Саверн,سان جين سافيرن,سن-ژان-ساورن,سینٹ-ژاں -سویرنے,圣让萨韦尔恩		44	67	674	67425
2979198	Saint-Jean	saint-jean	FR	31240	944	Europe/Paris	44.67018	6.21654		Montorcier,Saint-Jean,Saint-Jean-Saint-Nicolas,Sant Joan Sant Nicolau,Sant Joan e Montorsier,Sant Joan e Montorsièr,Sen-Zhan-Sen-Nikola,sheng rang sheng ni ke la,Сен-Жан-Сен-Никола,Сен-Жан-Сен-Нікола,سینٹ-ژاں -سینٹ-نکولس,圣让圣尼科拉		93	05	052	05145
2979199	Saint-Jean-Saint-Gervais	saint-jean-saint-gervais	FR	63570	91	Europe/Paris	45.41446	3.37586		Goulache,Saint-Jean,Saint-Jean-Saint-Gervais		84	63	633	63367
2979200	Saint-Jean-Saint-Germain	saint-jean-saint-germain	FR	37600	635	Europe/Paris	47.08306	1.03532		Germain,Jean,Saint-Jean,Saint-Jean-Saint-Germain		24	37	373	37222
2979201	Saint-Jean-Roure	saint-jean-roure	FR	07160	215	Europe/Paris	44.94153	4.42955		Saint-Jean,Saint-Jean-Roure,Val-Roure		84	07	073	07248
2979202	Saint-Jean-Rohrbach	saint-jean-rohrbach	FR	57510	986	Europe/Paris	49.02624	6.88446		Saint Jean-Rorbach,Saint-Jean-Rohrbach		44	57	576	57615
2979203	Saint-Jean-Poutge	saint-jean-poutge	FR	32190	251	Europe/Paris	43.72578	0.37753		Saint-Jean,Saint-Jean-Poutge		76	32	321	32382
2979204	Saint-Jean-Poudge	saint-jean-poudge	FR	64330	68	Europe/Paris	43.52553	-0.18436		Saint-Jean,Saint-Jean-Poudge,Sen-Zhan-Pudzh,Sent Joan Potge,sheng rang pu de ge,Сен-Жан-Пудж,سینٹ-ژاں -پودگے,圣让普德格		75	64	643	64486
2979205	Sant Joan de Pladecorts	sant-joan-de-pladecorts	FR	66490	1942	Europe/Paris	42.51069	2.79091		Saint-Jean-Pla-de-Corts,Sant Joan,Sant Joan de Pages,Sant Joan de Pagès,Sant Joan de Pladecorts		76	66	661	66178
2979206	Saint-Jean-Pierre-Fixte	saint-jean-pierre-fixte	FR	28400	302	Europe/Paris	48.29074	0.83124		Fontaine-Libre,Saint-Jean,Saint-Jean-Pierre-Fixte		24	28	284	28342
2979207	Saint-Jean-Pied-de-Port	saint-jean-pied-de-port	FR	64220	1824	Europe/Paris	43.16473	-1.23729		Donibane Garazi,Donibane-Garazi,Fanum Sancti Ioannis Pedeportuensis,Nive-Franche,Saint-Jean-Pied-de-Port,San Juan Pie de Puerto,Sant Chuan Piet de Puerto,Sant Joan de Peu de Port,Sen-Zhan-P'e-de-Por,Sen-Zhan-Pe-de-Por,Sent Joan Pe de Port,Sent Joan Pè de Pòrt,St.-Jean-Pied-de-Port,san=jan=pie=do=poru,sheng rang-pi ye de bo er,Сен-Жан-Пье-де-Пор,Сен-Жан-Пє-де-Пор,سینٹ-ژاں -پید-دے-پورٹ,サン＝ジャン＝ピエ＝ド＝ポル,圣让-皮耶德波尔		75	64	641	64485
2979208	Saint-Jeannet	saint-jeannet	FR	04270	41	Europe/Paris	43.95211	6.12364		Saint-Jeannet		93	04	043	04181
2979209	Saint-Jeannet	saint-jeannet	FR	04270	3768	Europe/Paris	43.74718	7.14299		Saint-Jeannet		93	06	061	06122
2979210	Saint-Jean-Ligoure	saint-jean-ligoure	FR	87260	431	Europe/Paris	45.68911	1.31374		Saint-Jean,Saint-Jean-Ligoure		75	87	872	87151
2979211	Saint-Jean-Lherm	saint-jean-lherm	FR	31380	344	Europe/Paris	43.7022	1.61284		Saint-Jean-Lherm		76	31	313	31489
2979212	Saint-Jean-le-Vieux	saint-jean-le-vieux	FR	01640	1518	Europe/Paris	46.03005	5.38798		Saint-Jean,Saint-Jean-le-Vieux,Vieux-d'Oizellon,san jwn,san jwn lw fyw,سان جون,سان جون لو فيو		84	01	014	01363
2979213	Saint-Jean-le-Vieux	saint-jean-le-vieux	FR	01640	220	Europe/Paris	45.21147	5.88324		Saint-Jean,Saint-Jean-le-Vieux,san jwn,san jwn lw fyw,سان جون,سان جون لو فيو		84	38	381	38404
2979214	Saint-Jean-le-Vieux	saint-jean-le-vieux	FR	01640	965	Europe/Paris	43.16533	-1.19392		Donazaharre,Saint-Jean,Saint-Jean-le-Vieux,san jwn,san jwn lw fyw,سان جون,سان جون لو فيو		75	64	641	64484
2979215	Saint-Jean-le-Thomas	saint-jean-le-thomas	FR	50530	401	Europe/Paris	48.73024	-1.51728		Saint Jean,Saint-Jean-le-Thomas,Sen-Zhan-le-Toma,sheng rang lai tuo ma,Сен-Жан-ле-Тома,سینٹ-ژاں -لے-تھامس,圣让莱托马		28	50	501	50496
2979216	Saint-Jean-Lespinasse	saint-jean-lespinasse	FR	46400	386	Europe/Paris	44.86254	1.86003		Saint-Jean,Saint-Jean-Lespinasse,Sen-Zhan-Lepinass,Sent Joan Lespinassa,Sent Joan de lEspinassa,sheng rang lai si pi na si,Сен-Жан-Лепінасс,سینٹ-ژاں -لیسپنسسے,圣让莱斯皮纳斯		76	46	462	46271
2979217	Saint-Jean-lès-Longuyon	saint-jean-les-longuyon	FR	54260	0	Europe/Paris	49.45444	5.46889		La Cavalerie,Saint-Jean,Saint-Jean-Les-Marville,Saint-Jean-Lès-Marville,Saint-Jean-les-Longuyon,Saint-Jean-lès-Longuyon		44	54	541	54476
2979218	Saint-Jean-les-Deux-Jumeaux	saint-jean-les-deux-jumeaux	FR	77660	1344	Europe/Paris	48.9514	3.01959		Saint-Jean,Saint-Jean-les-Deux-Jumeaux		11	77	771	77415
2979219	Saint-Jean-lès-Buzy	saint-jean-les-buzy	FR	55400	240	Europe/Paris	49.16651	5.72896		Saint-Jean,Saint-Jean-les-Buzy,Saint-Jean-lès-Buzy		44	55	553	55458
2979220	Saint-Jean-Saint-Maurice-sur-Loire	saint-jean-saint-maurice-sur-loire	FR	42155	0	Europe/Paris	45.96667	4		Saint-Jean,Saint-Jean-le-Puy,Sen-Zhan-Sen-Moris-sjur-Luar,lu wa er he pan sheng rang-sheng mo li ke,Сен-Жан-Сен-Морис-сюр-Луар,سینٹ-ژاں -سینٹ-موریس-سر-لڑے,卢瓦尔河畔圣让-圣莫里克		84	42	422	42239
2979223	Saint-Jean-le-Comtal	saint-jean-le-comtal	FR	32550	363	Europe/Paris	43.57705	0.51959		Saint-Jean,Saint-Jean-le-Comtal,Vertu-sur-le-Sousson		76	32	323	32381
2979224	Saint-Jean-le-Centenier	saint-jean-le-centenier	FR	07580	609	Europe/Paris	44.59099	4.535		Saint-Jean,Saint-Jean-le-Centenier		84	07	071	07247
2979225	Saint-Jean-le-Blanc	saint-jean-le-blanc	FR	14770	0	Europe/Paris	48.93559	-0.65321		Saint-Jean,Saint-Jean-le-Blanc		28	14	144	14357
2979226	Saint-Jean-le-Blanc	saint-jean-le-blanc	FR	14770	9025	Europe/Paris	47.89327	1.9154				24	45	452	45286
2979227	Saint-Jean-la-Vêtre	saint-jean-la-vetre	FR	42440	391	Europe/Paris	45.78878	3.80506		Saint Jean,Saint-Jean-la-Vetre,Saint-Jean-la-Vêtre		84	42	421	42238
2979228	Saint-Jean-Lasseille	saint-jean-lasseille	FR	66300	624	Europe/Paris	42.58143	2.86738		Saint-Jean-Lasseille,Sant Joan la Cella		76	66	661	66177
2979230	Saint-Jean-la-Poterie	saint-jean-la-poterie	FR	56350	1453	Europe/Paris	47.63618	-2.12603		Saint-Jean,Saint-Jean-la-Poterie,Sant-Yann-ar-Wern		53	56	563	56223
2979231	Saint-Jean-la-Fouillouse	saint-jean-la-fouillouse	FR	48170	158	Europe/Paris	44.70092	3.69134		Saint-Jean,Saint-Jean-la-Fouillouse		76	48	482	48160
2979232	Saint-Jean-Lachalm	saint-jean-lachalm	FR	43510	301	Europe/Paris	44.95707	3.71863		Lacham-la-Montagne,Saint-Jean,Saint-Jean-Lachalm		84	43	432	43198
2979233	Saint-Jean-la-Bussière	saint-jean-la-bussiere	FR	69550	910	Europe/Paris	46.00044	4.32349		Saint-Jean,Saint-Jean-la-Bussiere,Saint-Jean-la-Bussière		84	69	692	69214
2979234	Saint-Jean-Kourtzerode	saint-jean-kourtzerode	FR	57370	732	Europe/Paris	48.75671	7.19305		Saint-Jean,Saint-Jean-Kourtzerode,Saint-Jean-de-Kourtzerode		44	57	575	57614
2979235	Saint-Jean-Kerdaniel	saint-jean-kerdaniel	FR	22170	480	Europe/Paris	48.56554	-3.02205		Bois-Daniel,Saint-Jean,Saint-Jean-Kerdaniel,Sant-Yann-Gerdaniel,Sen-Zhan-Kerdan'el',sheng rang kai er da nie,Сен-Жан-Керданьель,Сен-Жан-Керданьєль,سینٹ-ژاں -کردانیل,圣让凯尔达涅		53	22	222	22304
2979236	Saint-Jean-Froidmentel	saint-jean-froidmentel	FR	41160	448	Europe/Paris	47.95757	1.23961		Aqua-Mentel,Saint-Jean,Saint-Jean-Froidmentel,Sen-Zhan-Fruamantel',sheng rang fu lu wa de mang tai,Сен-Жан-Фруамантель,سینٹ-ژاں -فرویدمنٹل,圣让弗鲁瓦德芒泰		24	41	412	41216
2979237	Saint-Jean-et-Saint-Paul	saint-jean-et-saint-paul	FR	12250	225	Europe/Paris	43.92757	3.00665		Saint-Jean-et-Saint-Paul,Saint-Jean-et-St-Paul,Sen-Zhan-e-Sen-Pol',Sen-Zhan-eh-Sen-Pol',Sent Joan dAlcas e Sent Paul de las Fonts,Sent Joan dAlcàs e Sent Paul de las Fonts,Sent Joan e Sent Paul,sheng rang he sheng bo,Сен-Жан-е-Сен-Поль,Сен-Жан-э-Сен-Поль,سینٹ-ژاں -یت-سینٹ-پال,圣让和圣波		76	12	121	12232
2979238	Saint-Jean-en-Val	saint-jean-en-val	FR	63490	284	Europe/Paris	45.52304	3.35623		Enval,Saint-Jean,Saint-Jean-en-Val		84	63	633	63366
2979239	Saint-Jean-en-Royans	saint-jean-en-royans	FR	26190	3101	Europe/Paris	45.01968	5.29223		Lyonne,Saint-Jean,Saint-Jean-en-Royans,Sant Joan de Roians,Sen-Zhan-an-Ruajan,lu wa ang de qu sheng rang,Сен-Жан-ан-Руаян,سینٹ-ژاں -این -رویانس,鲁瓦昂地区圣让		84	26	261	26307
2979242	Saint-Jean-du-Thenney	saint-jean-du-thenney	FR	27270	196	Europe/Paris	49.01519	0.46623		Saint-Jean		28	27	272	27552
2979244	Saint-Jean-du-Gard	saint-jean-du-gard	FR	30270	2917	Europe/Paris	44.10505	3.88584		Brion-du-Gard,Saint-Jean,Saint-Jean-du-Gard,Sant Joan de Gardonenca,Sen-Zhan-dju-Gar,Sent Jan de Gardonenca,sheng rang di jia er,Сен-Жан-дю-Гар,سینٹ-ژاں -دو-گرد,圣让迪加尔		76	30	301	30269
2979245	Saint-Jean-du-Falga	saint-jean-du-falga	FR	09100	2418	Europe/Paris	43.08647	1.6278		Saint-Jean,Saint-Jean-du-Falga		76	09	092	09265
2979246	Saint-Jean-du-Doigt	saint-jean-du-doigt	FR	29630	673	Europe/Paris	48.69515	-3.77248		Saint-Jean,Saint-Jean-du-Doigt,Sant-Yann-ar-Biz,Sen-Zhan-dju-Dua,san=jan=de~yu=dowa,sheng rang di du wa ge,Сен-Жан-дю-Дуа,سینٹ-ژاں -دو-دویگٹھ,サン＝ジャン＝デュ＝ドワ,圣让迪杜瓦格		53	29	293	29251
2979247	Saint-Jean-du-Corail-des-Bois	saint-jean-du-corail-des-bois	FR	50370	73	Europe/Paris	48.76667	-1.2		Saint-Jean,Saint-Jean-du-Corail-des-Bois		28	50	501	50495
2979248	Saint-Jean-du-Corail	saint-jean-du-corail	FR	50140	0	Europe/Paris	48.60877	-0.91022		Saint-Jean,Saint-Jean-du-Corail,Saint-Jean-du-Coral,Sen-Zhan-dju-Koraj,sheng rang di ke lai,Сен-Жан-дю-Корай,سینٹ-ژاں -دو-کوریل,圣让迪科赖		28	50	501	50359
2979249	Saint-Jean-du-Castillonnais	saint-jean-du-castillonnais	FR	09800	23	Europe/Paris	42.93579	0.93111		Saint-Jean,Saint-Jean-du-Castillonnais		76	09	093	09263
2979250	Saint-Jean-du-Cardonnay	saint-jean-du-cardonnay	FR	76150	1328	Europe/Paris	49.50455	1.0114		Saint-Jean,Saint-Jean-du-Cardonnay		28	76	763	76594
2979251	Saint-Jean-du-Bruel	saint-jean-du-bruel	FR	12230	665	Europe/Paris	44.0227	3.36009		Pont-Libre,Saint-Jean,Saint-Jean-du-Bruel,Sen-Zhan-dju-Brjuehl',Sen-Zhan-dju-Brjuel',Sent Joan del Bruelh,Sent Joan del Bruèlh,Sentinelle,sheng rang di bu lu ai,Сен-Жан-дю-Брюель,Сен-Жан-дю-Брюэль,سینٹ-ژاں -دو-بریل,圣让迪布吕埃		76	12	121	12231
2979252	Saint-Jean-du-Bouzet	saint-jean-du-bouzet	FR	82120	71	Europe/Paris	43.99047	0.87496		Saint-Jean,Saint-Jean-du-Bouzet		76	82	821	82163
2979253	Saint-Jean-du-Bois	saint-jean-du-bois	FR	72430	509	Europe/Paris	47.87278	-0.03939		Saint-Jean,Saint-Jean-du-Bois		52	72	721	72293
2979254	Saint-Jean-d'Ormont	saint-jean-d-ormont	FR	88210	0	Europe/Paris	48.33294	6.98803		Dormont,Saint-Jean-d'Ormont		44	88	883	88419
2979256	Saint-Jean-d'Illac	saint-jean-d-illac	FR	33127	6826	Europe/Paris	44.80978	-0.78394		Illac,Saint-Jean-d'Illac		75	33	332	33422
2979257	Saint-Jean-d'Heurs	saint-jean-d-heurs	FR	63190	0	Europe/Paris	45.81878	3.44681		Saint-Jean,Saint-Jean-d'Heurs		84	63	635	63364
2979258	Saint-Jean-d'Hérans	saint-jean-d-herans	FR	38710	0	Europe/Paris	44.85378	5.7625		Saint-Jean,Saint-Jean-d'Herans,Saint-Jean-d'Hérans		84	38	381	38403
2979259	Saint-Jean-d'Eyraud	saint-jean-d-eyraud	FR	24140	0	Europe/Paris	44.95482	0.45295		Saint-Jean,Saint-Jean-d'Eyraud		75	24	243	24259
2979260	Saint-Jean-de-Verges	saint-jean-de-verges	FR	09000	888	Europe/Paris	43.01377	1.61079		Saint-Jean,Saint-Jean-de-Verges		76	09	091	09264
2979261	Saint-Jean-de-Védas	saint-jean-de-vedas	FR	34430	9134	Europe/Paris	43.57759	3.82603		Saint-Jean,Sant Joan de Vedats,Sen-Zhan-de-Vedas,sheng rang de wei da,Сен-Жан-де-Ведас,سینٹ-ژاں -دے-ودس,圣让德韦达		76	34	343	34270
2979262	Saint-Jean-de-Vaux	saint-jean-de-vaux	FR	71640	326	Europe/Paris	46.8087	4.6994		Saint-Jean,Saint-Jean-de-Vaux,Sen-Zhan-de-Vo,Vaux-la-Montagne,Сен-Жан-де-Во,سینٹ-ژاں -دے-وا		27	71	712	71430
2979263	Saint-Jean-de-Vaulx	saint-jean-de-vaulx	FR	38220	488	Europe/Paris	45.01229	5.75824		Saint Jean-de Vaulx,Saint-Jean,Saint-Jean-de-Vaulx,Saint-Jean-de-Vaux		84	38	381	38402
2979264	Saint-Jean-devant-Possesse	saint-jean-devant-possesse	FR	51330	44	Europe/Paris	48.8722	4.79712		Egure,La Lobe,Saint-Jean,Saint-Jean-devant-Possesse,Vierrecours,Yonval		44	51	514	51489
2979265	Saint-Jean-de-Vals	saint-jean-de-vals	FR	81210	57	Europe/Paris	43.68989	2.2561		Saint-Jean,Saint-Jean-de-Vals		76	81	812	81256
2979301	Saint-Jean-de-Minervois	saint-jean-de-minervois	FR	34360	131	Europe/Paris	43.3861	2.83283		Saint-Jean,Saint-Jean-de-Minervois		76	34	341	34269
2979266	Saint-Jean-de-Valériscle	saint-jean-de-valeriscle	FR	30960	779	Europe/Paris	44.23272	4.14245		Saint-Jean,Saint-Jean-de-Valeriscle,Saint-Jean-de-Valerisele,Saint-Jean-de-Valériscle,Saint-Jean-de-Valérisele,Valeriscle,Valériscle		76	30	301	30268
2979267	Saint-Jean-de-Trézy	saint-jean-de-trezy	FR	71490	282	Europe/Paris	46.83619	4.58726		Saint-Jean,Saint-Jean-de-Trezy,Saint-Jean-de-Trézy		27	71	711	71431
2979268	Saint-Jean-d'Étreux	saint-jean-d-etreux	FR	39160	0	Europe/Paris	46.4046	5.35815		Saint-Jean,Saint-Jean-d'Etreux,Saint-Jean-d'Étreux		27	39	392	39378
2979269	Saint-Jean-de-Touslas	saint-jean-de-touslas	FR	69700	682	Europe/Paris	45.57702	4.65968		Jean-a-Toulas,Jean-à-Toulas,Saint Jean,Saint-Jean-de-Touslas,Toulas		84	69	691	69179
2979270	Saint-Jean-de-Thurigneux	saint-jean-de-thurigneux	FR	01390	602	Europe/Paris	45.95172	4.88325		Saint-Jean,Saint-Jean-de-Thurigneux		84	01	012	01362
2979271	Saint-Jean-de-Thurac	saint-jean-de-thurac	FR	47270	429	Europe/Paris	44.15411	0.7417		Saint-Jean,Saint-Jean-de-Thurac		75	47	471	47248
2979272	Saint-Jean-de-Thouars	saint-jean-de-thouars	FR	79100	1392	Europe/Paris	46.96392	-0.21161		Saint-Jean,Saint-Jean-de-Thouars		75	79	791	79259
2979273	Saint-Jean-de-Tholome	saint-jean-de-tholome	FR	74250	821	Europe/Paris	46.11294	6.39454		Saint-Jean,Saint-Jean-de-Tholome		84	74	742	74240
2979274	Saint-Jean-des-Vignes	saint-jean-des-vignes	FR	69380	0	Europe/Paris	46.79389	4.85773		Saint-Jean,Saint-Jean-des-Vignes		27	71	712	71076
2979275	Saint-Jean-des-Vignes	saint-jean-des-vignes	FR	69380	400	Europe/Paris	45.87575	4.6844		Champfleury,Saint Jean,Saint-Jean-des-Vignes,Vignat-la-Montagne		84	69	692	69212
2979276	Saint-Jean-d'Estissac	saint-jean-d-estissac	FR	24140	0	Europe/Paris	45.02904	0.51176		Saint-Jean,Saint-Jean-d'Estissac		75	24	243	24426
2979277	Saint-Jean-de-Soudain	saint-jean-de-soudain	FR	38110	1068	Europe/Paris	45.5677	5.4288		Saint-Jean,Saint-Jean-de-Soudain,Saint-Jean-de-Soudin		84	38	382	38401
2979278	Saint-Jean-des-Ollières	saint-jean-des-ollieres	FR	63520	425	Europe/Paris	45.64476	3.43564		Puy-la-Garde,Saint-Jean,Saint-Jean-des-Ollieres,Saint-Jean-des-Ollières,Sant Jan de las Oleiras,Sant Jan de las Olèiras,Sen-Zhan-dez-Ol'er,sheng rang dai ao li ai,Сен-Жан-дез-Ольєр,سینٹ-ژاں -دس-ولیرس,圣让代奥利埃		84	63	632	63365
2979280	Saint-Jean-des-Mauvrets	saint-jean-des-mauvrets	FR	49320	1529	Europe/Paris	47.39857	-0.44929		Les Mauvrets,Saint-Jean,Saint-Jean-des-Mauvrets,Sen-Zhan-de-Movre,sheng rang dai mo fu lei te,Сен-Жан-де-Мовре,سینٹ-ژاں -دس-مووریٹس,圣让代莫夫雷特		52	49	491	49167
2979282	Saint-Jean-de-Linières	saint-jean-de-linieres	FR	49070	0	Europe/Paris	47.45787	-0.65801		Linieres,Linières,Saint-Jean		52	49	491	49298
2979283	Saint-Jean-de-Sixt	saint-jean-de-sixt	FR	74450	1106	Europe/Paris	45.92312	6.4118		Saint-Jean,Saint-Jean-de-Sixt		84	74	741	74239
2979284	Saint-Jean-des-Essartiers	saint-jean-des-essartiers	FR	14350	160	Europe/Paris	49.04441	-0.8375		Saint-Jean,Saint-Jean-des-Essartiers,Sen-Zhan-de-Ehssart'er,Sen-Zhan-dez-Essart'e,sheng rang dai ai sa er di ye er,Сен-Жан-де-Эссартьер,Сен-Жан-дез-Ессартье,Сен-Жан-дез-Ессартьє,سینٹ-ژاں -دس-اسرتییرس,圣让代埃萨尔蒂耶尔		28	14	144	14672
2979285	Saint-Jean-de-Serres	saint-jean-de-serres	FR	30350	484	Europe/Paris	43.99282	4.06966		Saint-Jean,Saint-Jean-de-Serres,Serres-la-Coste		76	30	301	30267
2979286	Saint-Jean-des-Échelles	saint-jean-des-echelles	FR	72320	244	Europe/Paris	48.12998	0.71325		Saint-Jean,Saint-Jean-des-Echelles,Saint-Jean-des-Échelles		52	72	722	72292
2979287	Saint-Jean-des-Champs	saint-jean-des-champs	FR	50320	1144	Europe/Paris	48.828	-1.46487		Saint-Jean,Saint-Jean-des-Champs		28	50	501	50493
2979288	Saint-Jean-des-Bois	saint-jean-des-bois	FR	61800	182	Europe/Paris	48.72148	-0.79328		Saint-Jean,Saint-Jean-des-Bois		28	61	612	61486
2979289	Saint-Jean-des-Baisants	saint-jean-des-baisants	FR	50810	1019	Europe/Paris	49.09371	-0.97289		Saint-Jean-des-Baisants,Sen-Zhan-de-Bezan,sheng rang dai bai sheng,Сен-Жан-де-Безан,سینٹ-ژاں -دس-بیسنٹس,圣让代拜圣		28	50	504	50492
2979290	Saint-Jean-de-Savigny	saint-jean-de-savigny	FR	50680	287	Europe/Paris	49.19449	-0.99203		Saint-Jean,Saint-Jean-de-Savigny,Sen-Zhan-de-Savin'i,sheng rang de sa wei ni,Сен-Жан-де-Савиньи,Сен-Жан-де-Савіньї,سینٹ-ژاں -دے-سویگنے,圣让德萨维尼		28	50	504	50491
2979291	Saint-Jean-de-Sauves	saint-jean-de-sauves	FR	86330	1409	Europe/Paris	46.84065	0.09224		Saint-Jean,Saint-Jean-de-Sauves,Sen-Zhan-de-Sov,sheng re ang de suo wo,Сен-Жан-де-Сов,سینٹ-ژاں -دے-سوس,圣热昂德索沃		75	86	861	86225
2979292	Saint-Jean-de-Rives	saint-jean-de-rives	FR	81500	259	Europe/Paris	43.74355	1.77506		Saint-Jean,Saint-Jean-de-Rives		76	81	812	81255
2979293	Saint-Jean-de-Rebervilliers	saint-jean-de-rebervilliers	FR	28170	187	Europe/Paris	48.6115	1.2528		Saint-Jean,Saint-Jean-de-Rebervilliers		24	28	283	28341
2979295	Saint-Jean-de-Paracol	saint-jean-de-paracol	FR	11260	103	Europe/Paris	42.93559	2.1145		Saint-Jean,Saint-Jean-de-Paracol		76	11	112	11346
2979331	Saint-Jean-de-Daye	saint-jean-de-daye	FR	50620	632	Europe/Paris	49.22847	-1.13605		Saint-Jean,Saint-Jean-de-Daye		28	50	504	50488
2979332	Saint-Jean-de-Cuculles	saint-jean-de-cuculles	FR	34270	454	Europe/Paris	43.75022	3.83494		Saint-Jean,Saint-Jean-de-Cuculles		76	34	342	34266
2979296	Saint-Jean-de-Niost	saint-jean-de-niost	FR	01800	1357	Europe/Paris	45.83333	5.21667		Saint-Jean,Sen Zan de Nio,Sen-Zhan-de-N'o,Sen-Zhan-de-Nio,san-jwn-dw-nyws  ayn,sheng yue han de ni ao si te,Сен-Жан-де-Ньо,Сен-Жан-де-Ніо,Սեն Ժան դե Նիո,سان-جون-دو-نيوس، أين,سینٹ-ژاں -دے-نیوسٹ,圣约翰德尼奥斯特		84	01	011	01361
2979297	Saint-Jean-de-Nay	saint-jean-de-nay	FR	43320	453	Europe/Paris	45.06898	3.69632		Nay,Nay-la-Montagne,Saint-Jean,Saint-Jean-de-Nay,Sant Joan de Nai,Sen-Zhan-de-Ne,sheng rang de nai,Сен-Жан-де-Не,سینٹ-ژاں -دے-نے,圣让德奈		84	43	432	43197
2979298	Saint-Jean-de-Muzols	saint-jean-de-muzols	FR	07300	2527	Europe/Paris	45.08179	4.81396		Muzols,Saint-Jean,Saint-Jean-de-Muzols		84	07	073	07245
2979299	Saint-Jean-de-Monts	saint-jean-de-monts	FR	85160	7414	Europe/Paris	46.79313	-2.06076		Grands-Monts,Saint-Jean,Saint-Jean-de-Monts,Sen-Zhan-de-Mon,sheng re ang de meng te,Сен-Жан-де-Мон,سینٹ-ژاں -دے-مونٹس,圣热昂德蒙特		52	85	853	85234
2979300	Saint-Jean-de-Moirans	saint-jean-de-moirans	FR	38430	2901	Europe/Paris	45.34506	5.58536		Moiraxis,Saint-Jean,Saint-Jean-de-Moirans,Sen-Zhan-de-Muaran,sheng rang de mu wa lang,Сен-Жан-де-Муаран,سینٹ-ژاں -دے-مویرانس,圣让德穆瓦朗		84	38	381	38400
2979390	Saint-Jean	saint-jean	FR	31240	0	Europe/Paris	46.33333	2.61667				84	03	031	03185
2979303	Saint-Jean-de-Maurienne	saint-jean-de-maurienne	FR	73300	9536	Europe/Paris	45.27534	6.35293		Arc,Fanum Sancti Ioannis Maurianensis,Saint-Jean,Saint-Jean-de-Maurienne,San Giovanni di Moriana,Sen-Zhan-de-Mor'en,Sen-Zhan-de-Morenn,Sent-Jian-de-Moriena,Sent-Jian-de-Môrièna,san=jan=do=morien'nu,Сен-Жан-де-Морьен,Сен-Жан-де-Морєнн,سینٹ-ژاں -دے-مورینے,サン＝ジャン＝ド＝モーリエンヌ	733	84	73	733	73248
2979304	Saint-Jean-de-Maruéjols-et-Avéjan	saint-jean-de-maruejols-et-avejan	FR	30430	828	Europe/Paris	44.25705	4.29328		Maruejols-les-Anels,Maruéjols-les-Anels,Saint-Jean-de-Maruejols,Saint-Jean-de-Maruejols-et-Avejan,Saint-Jean-de-Maruéjols,Saint-Jean-de-Maruéjols-et-Avéjan,Saint-Jean-de-Marvejols-et-Avejan,Sen-Zhan-de-Marjuezhol'-e-Avezhan,Sent Jan de Maruejols e Avejan,Sent Jan de Maruèjols e Avejan,Sent Joan de Maruejols e Avejan,Sent Joan de Maruèjols e Avejan,sheng rang de ma lu ai ruo er si-ai te-a wei rang,Сен-Жан-де-Марюежоль-е-Авежан,سینٹ-ژاں -دے-مروجولس-یت-ہوجان,圣让德马吕埃若尔斯-埃特-阿韦让		76	30	301	30266
2979305	Saint-Jean-de-Marsacq	saint-jean-de-marsacq	FR	40230	974	Europe/Paris	43.62562	-1.25661		Pelletier-de-Marsacq,Saint-Jean,Saint-Jean-de-Marsac,Saint-Jean-de-Marsacq		75	40	401	40264
2979306	Saint-Jean-de-Marcel	saint-jean-de-marcel	FR	81350	343	Europe/Paris	44.05881	2.24547		Marcel-Haut,Saint-Jean,Saint-Jean-de-Marcel		76	81	811	81254
2979309	Saint-Jean-de-Luz	saint-jean-de-luz	FR	64500	14514	Europe/Paris	43.38871	-1.66267		Chauvin-le-Dragon,Donibane Lohizune,Fanum Sancti Ioannis de Luce,Saint-Jean,Saint-Jean-de-Luz,San Juan de Luz,San Juan de Luze,Sant Chuan de Luz,Sant Joan Lohitzune,Sen-Zhan-de-Ljuz,Sent Joan de Lus,St.-Jean-de-Luz,XJZ,san=jan=do=ryuzu,sheng rang de lu,Сен-Жан-де-Люз,سینٹ-ژاں -دے-لز,サン＝ジャン＝ド＝リュズ,圣让德吕		75	64	641	64483
2979310	Saint-Jean-de-Losne	saint-jean-de-losne	FR	21170	1298	Europe/Paris	47.10247	5.26556		Belle-Defense,Belle-Défense,Latona,Saint-Jean,Saint-Jean-de-Losne,Sen-Zhan-de-Lon,sheng rang de luo si en,sn-zhan-d-lsn,Сен-Жан-де-Лон,سن-ژان-د-لسن,سینٹ-ژاں -دے-لوسنے,圣让德洛斯恩		27	21	211	21554
2979311	Saint-Jean-Delnous	saint-jean-delnous	FR	12170	470	Europe/Paris	44.04411	2.49184		Saint-Jean-Delmous,Saint-Jean-Delnous		76	12	121	12230
2979312	Saint-Jean-de-Livet	saint-jean-de-livet	FR	14100	243	Europe/Paris	49.09674	0.25058		Saint-Jean		28	14	143	14595
2979313	Saint-Jean-de-Liversay	saint-jean-de-liversay	FR	17170	1827	Europe/Paris	46.26912	-0.87549		La Gerbe,Saint-Jean,Saint-Jean-de-Liversay		75	17	173	17349
2979314	Saint-Jean-de-Lier	saint-jean-de-lier	FR	40380	365	Europe/Paris	43.78968	-0.87822		Saint-Jean		75	40	401	40263
2979315	Saint-Jean-de-Laur	saint-jean-de-laur	FR	46260	193	Europe/Paris	44.41958	1.83553		Saint-Jean,Saint-Jean-de Laurs,Saint-Jean-de-Laur		76	46	462	46270
2979316	Saint-Jean-de-la-Ruelle	saint-jean-de-la-ruelle	FR	45140	17522	Europe/Paris	47.91127	1.86483		Saint-Jean,Saint-Jean-de-la-Ruelle,Sen-Zhan-de-la-Rjuel',sheng rang de la-lu ai er,Сен-Жан-де-ла-Рюель,سینٹ-ژاں -دے-لا-روےلے,圣让德拉-吕埃尔		24	45	452	45285
2979317	Saint-Jean-de-la-Rivière	saint-jean-de-la-riviere	FR	50270	287	Europe/Paris	49.36893	-1.73653		Saint-Jean,Saint-Jean-de-la-Riviere,Saint-Jean-de-la-Rivière		28	50	502	50490
2979318	Saint-Jean-de-la-Porte	saint-jean-de-la-porte	FR	73250	937	Europe/Paris	45.55632	6.12937		Saint-Jean-de-la-Porte		84	73	732	73247
2979319	Saint-Jean-de-la-Neuville	saint-jean-de-la-neuville	FR	76210	486	Europe/Paris	49.57711	0.42106		Saint-Jean,Saint-Jean-de-la-Neuville		28	76	762	76593
2979320	Saint-Jean-de-la-Motte	saint-jean-de-la-motte	FR	72510	891	Europe/Paris	47.74177	0.05676		Saint-Jean,Saint-Jean-de-la-Motte,Sen-Zhan-de-la-Mott,Сен-Жан-де-ла-Мотт,سینٹ-ژاں -دے-لا-ماٹی		52	72	721	72291
2979321	Saint-Jean-de-la-Léqueraye	saint-jean-de-la-lequeraye	FR	27560	49	Europe/Paris	49.22289	0.56098		Saint-Jean,Saint-Jean-de-la-Lequeraye,Saint-Jean-de-la-Léqueraye,Sen-Zhan-de-la-Lekre,sheng rang de la-lai qu ai lai ai,Сен-Жан-де-ла-Лекре,سینٹ-ژاں -دے-لا-لقیراے,圣让德拉-莱屈埃赖埃		28	27	272	27541
2979322	Saint-Jean-de-la-Haize	saint-jean-de-la-haize	FR	50300	410	Europe/Paris	48.69848	-1.36182		Saint-Jean,Saint-Jean-de-la-Haize		28	50	501	50489
2979323	Saint-Jean-de-la-Forêt	saint-jean-de-la-foret	FR	61340	118	Europe/Paris	48.37821	0.63614		Saint-Jean,Saint-Jean-de-la-Foret,Saint-Jean-de-la-Forêt		28	61	613	61309
2979324	Saint-Jean-de-la-Croix	saint-jean-de-la-croix	FR	49130	251	Europe/Paris	47.40974	-0.59395		Ile-Verte,Saint-Jean		52	49	491	49288
2979325	Saint-Jean-de-la-Blaquière	saint-jean-de-la-blaquiere	FR	34700	406	Europe/Paris	43.71513	3.42237		La Blaquiere,La Blaquière,Saint-Jean,Saint-Jean-de-la-Blaquiere,Saint-Jean-de-la-Blaquière		76	34	342	34268
2979326	Saint-Jean-de-Gonville	saint-jean-de-gonville	FR	01630	1297	Europe/Paris	46.21298	5.95047		Saint-Jean,Saint-Jean-de-Gonville		84	01	013	01360
2979328	Saint-Jean-de-Fos	saint-jean-de-fos	FR	34150	1296	Europe/Paris	43.70065	3.55132		Fort-l'Herault,Fort-l'Hérault,Saint-Jean,Saint-Jean-de-Fos		76	34	342	34267
2979329	Saint-Jean-de-Folleville	saint-jean-de-folleville	FR	76170	761	Europe/Paris	49.52168	0.50551		Saint-Jean,Saint-Jean-de-Folleville		28	76	762	76592
2979333	Saint-Jean-de-Crieulon	saint-jean-de-crieulon	FR	30610	158	Europe/Paris	43.97064	3.99228		Crieulon,Saint-Jean,Saint-Jean-de-Crieulon		76	30	303	30265
2979334	Saint-Jean-de-Couz	saint-jean-de-couz	FR	73160	230	Europe/Paris	45.46766	5.8194		Couz,Saint-Jean,Saint-Jean-de-Couz		84	73	732	73246
2979335	Saint-Jean-de-Cornies	saint-jean-de-cornies	FR	34160	534	Europe/Paris	43.745	4.0017		Saint-Jean,Saint-Jean-de-Cornies		76	34	342	34265
2979336	Saint-Jean	saint-jean	FR	31240	0	Europe/Paris	46.96473	-1.58326		Saint-Jean,Saint-Jean-de-Corcoue,Saint-Jean-de-Corcoué		52	44	442	44156
2979337	Saint-Jean-de-Côle	saint-jean-de-cole	FR	24800	337	Europe/Paris	45.42044	0.83808		Saint-Jean,Saint-Jean-de-Cole,Saint-Jean-de-Côle,Sen-Zhan-de-Kol',Sent Joan de Cola,Sent Joan de Còla,sheng rang de ke er,Сен-Жан-де-Коль,سینٹ امانڈ ڈی کولی,سینٹ-ژاں -دے-کول,圣让德科尔		75	24	242	24425
2979338	Saint-Jean-de-Chevelu	saint-jean-de-chevelu	FR	73170	628	Europe/Paris	45.69698	5.82997		Saint Jean-le Chevelu,Saint-Jean,Saint-Jean-de-Chevelu,Sen-Zhan-de-Shevelju,Сен-Жан-де-Шевелю,سینٹ-ژاں -دے-کھولو		84	73	732	73245
2979339	Saint-Jean-de-Ceyrargues	saint-jean-de-ceyrargues	FR	30360	167	Europe/Paris	44.05165	4.22643		Ceyrargues,Saint-Jean,Saint-Jean-de-Ceyrargues		76	30	301	30264
2979391	Saint-Jean	saint-jean	FR	31240	258	Europe/Paris	45.23965	5.63441				84	38	381	38281
2979392	Saint-Jean	saint-jean	FR	31240	0	Europe/Paris	44.04119	5.39539				93	84	843	84123
2979340	Saint-Jean-de-Buèges	saint-jean-de-bueges	FR	34380	175	Europe/Paris	43.82875	3.6178		La Sentinelle,Roche-au-Midi,Rochemidy,Saint-Jean,Saint-Jean-de-Bueges,Saint-Jean-de-Buèges,Sant Joan de Buoja,Sant Joan de Buòja,Sen-Zhan-de-Bjuezh,sheng rang de bi ai re,Сен-Жан-де-Бюеж,سینٹ-ژاں -دے-بوگس,圣让德比埃热		76	34	342	34264
2979341	Saint-Jean-de-Braye	saint-jean-de-braye	FR	45800	19874	Europe/Paris	47.91303	1.97705		Saint-Jean-de-Braye,Sen-Zhan-de-Bre,sheng rang de bu lai ai,Сен-Жан-де-Бре,سینٹ-ژاں -دے-بڑے,圣让德布赖埃		24	45	452	45284
2979342	Saint-Jean-de-Bournay	saint-jean-de-bournay	FR	38440	4211	Europe/Paris	45.50093	5.13818		Saint Jean,Saint-Jean-de-Bournay,Toile-a-Voiles,Toile-à-Voiles		84	38	383	38399
2979343	Saint-Jean-de-Bonneval	saint-jean-de-bonneval	FR	10320	354	Europe/Paris	48.17141	4.04846		Saint-Jean,Saint-Jean-de-Bonneval		44	10	103	10342
2979344	Saint-Jean-de-Boiseau	saint-jean-de-boiseau	FR	44640	4906	Europe/Paris	47.19424	-1.72485		Saint-Jean,Saint-Jean-de-Boiseau,Sant-Yann-ar-Granneg,Sen-Zhan-de-Buazo,sheng rang de bu wa suo,Сен-Жан-де-Буазо,سینٹ-ژاں -دے-بوسو,圣让德布瓦索		52	44	442	44166
2979346	Saint-Jean-de-Blaignac	saint-jean-de-blaignac	FR	33420	434	Europe/Paris	44.81257	-0.13967		Saint-Jean,Saint-Jean-de-Blaignac		75	33	335	33421
2979347	Saint-Jean-de-Beugné	saint-jean-de-beugne	FR	85210	449	Europe/Paris	46.52172	-1.08637		Beugne-en-Plaine,Beugné-en-Plaine,Saint-Jean,Saint-Jean-de-Beugne,Saint-Jean-de-Beugné		52	85	851	85233
2979349	Saint-Jean-de-Belleville	saint-jean-de-belleville	FR	73440	449	Europe/Paris	45.42603	6.48502		Saint-Jean,Saint-Jean-de-Belleville		84	73	731	73257
2979350	Saint-Jean-de-Beauregard	saint-jean-de-beauregard	FR	91940	302	Europe/Paris	48.66366	2.1696		Saint-Jean,Saint-Jean-de-Beauregard,Sen-Zhan-de-Boregar,sheng re ang de bo lei jia er,Сен-Жан-де-Борегар,سینٹ-ژاں -دے-بورگرد,圣热昂德博雷加尔		11	91	913	91560
2979351	Saint-Jean-de-Bassel	saint-jean-de-bassel	FR	57930	0	Europe/Paris	48.80488	6.99091		Saint-Jean,Saint-Jean-de-Bassel		44	57	575	57613
2979352	Saint-Jean-de-Barrou	saint-jean-de-barrou	FR	11360	237	Europe/Paris	42.95746	2.83983		Saint-Jean,Saint-Jean-de-Barron,Saint-Jean-de-Barrou		76	11	113	11345
2979353	Saint-Jean-d'Ataux	saint-jean-d-ataux	FR	24190	0	Europe/Paris	45.14269	0.40986		Saint-Jean,Saint-Jean-d'Ataux,Saint-Jean-dAtaux,Saint-Jean-de-Ataux		75	24	243	24424
2979354	Saint-Jean-d'Avelanne	saint-jean-d-avelanne	FR	38480	0	Europe/Paris	45.5085	5.67391		Mont-d'Avelane,Saint Jean-d'Avelane,Saint-Jean,Saint-Jean-d'Avelanne		84	38	382	38398
2979355	Saint-Jean-d'Aulps	saint-jean-d-aulps	FR	74430	1177	Europe/Paris	46.23438	6.65327		Montmarat,Saint-Jean-d'Aulps		84	74	744	74238
2979356	Saint-Jean-d'Aubrigoux	saint-jean-d-aubrigoux	FR	43500	0	Europe/Paris	45.36107	3.81347		Ous-Brigoux,Saint Jean,Saint-Jean-d'Aubrigoux		84	43	432	43196
2979357	Saint-Jean-d'Assé	saint-jean-d-asse	FR	72380	0	Europe/Paris	48.15079	0.12044		Saint-Jean,Saint-Jean-d'Asse,Saint-Jean-d'Assé		52	72	723	72290
2979358	Saint-Jean-d'Arvey	saint-jean-d-arvey	FR	73230	0	Europe/Paris	45.58567	5.99611		Mont-d'Arvey,Saint Jean-d'Anvery,Saint Jean-d'Arvey,Saint-Jean,Saint-Jean-d'Arvey		84	73	732	73243
2979359	Saint-Jean-d'Arves	saint-jean-d-arves	FR	73530	0	Europe/Paris	45.20636	6.26432		Huilles-d'Arves,Saint-Jean,Saint-Jean-d'Arves		84	73	733	73242
2979360	Saint-Jean-d'Ardières	saint-jean-d-ardieres	FR	69220	0	Europe/Paris	46.12596	4.73799		Saint-Jean,Saint-Jean-d'Ardieres,Saint-Jean-d'Ardières		84	69	692	69019
2979361	Saint-Jean-d'Angle	saint-jean-d-angle	FR	17620	0	Europe/Paris	45.81838	-0.94731		Arispe,Saint-Jean,Saint-Jean-d'Angle		75	17	172	17348
2979363	Saint-Jean-d'Angély	saint-jean-d-angely	FR	17400	7066	Europe/Paris	45.94408	-0.52133		Saint-Jean-d'Angely,Saint-Jean-d'Angély,Saint-Jean-d’Angély,Sen-Zhan-d'Anzheli,san=jan=danjeri,sheng rang dang re li,Сен-Жан-д'Анжелі,Сен-Жан-д’Анжели,サン＝ジャン＝ダンジェリ,圣让当热利	175	75	17	175	17347
2979364	Saint-Jean-d'Alcapiès	saint-jean-d-alcapies	FR	12250	0	Europe/Paris	43.95205	2.97455		Alcapies-et-Alcas,Alcapiès-et-Alcas,Saint-Jean,Saint-Jean-d'Alcapies,Saint-Jean-d'Alcapiès		76	12	121	12229
2979365	Saint-Jean-d'Aigues-Vives	saint-jean-d-aigues-vives	FR	09300	0	Europe/Paris	42.92505	1.8693		Saint-Jean,Saint-Jean-d'Aigues-Vives		76	09	092	09262
2979368	Saint-Jean-Chambre	saint-jean-chambre	FR	07240	261	Europe/Paris	44.90372	4.56484		Saint-Jean,Saint-Jean-Chambre,Val-Chambre		84	07	072	07244
2979369	Saint-Jean-Cap-Ferrat	saint-jean-cap-ferrat	FR	06230	2149	Europe/Paris	43.68843	7.33361		Saint-Jean,Saint-Jean-Cap-Ferrat,Sant Joan de Cap Ferrat,Sen-Zhan-Kap-Ferra,St Jean Cap Ferrat,san jyan kab fyrat,san=jan=kappu=fera,sheng rang ka fu er la,Сен-Жан-Кап-Ферра,سان جيان كاب فيرات,سینٹ-ژاں -کیپ-پھرت,サン＝ジャン＝カップ＝フェラ,圣让卡弗尔拉		93	06	062	06121
2979426	Saint-Jacques	saint-jacques	FR	04330	39	Europe/Paris	43.96984	6.37413		Jacques-les-Barreme,Jacques-les-Barrème		93	04	042	04180
2979427	Saint-Jacques	saint-jacques	FR	04330	0	Europe/Paris	43.65	6.91667				93	06	061	06069
2979370	Saint-Jean-Brévelay	saint-jean-brevelay	FR	56660	2647	Europe/Paris	47.84507	-2.72293		Saint-Jean,Saint-Jean-Brevalay,Saint-Jean-Brevelay,Saint-Jean-Brévalay,Saint-Jean-Brévelay,Sant-Yann-Brevele,Sen-Zhan-Brevele,sheng rang bu lei wei lai,Сен-Жан-Бревеле,سینٹ-ژاں -برولے,圣让布雷韦莱		53	56	562	56222
2979371	Saint-Jean-Bonnefonds	saint-jean-bonnefonds	FR	42650	6076	Europe/Paris	45.45609	4.44223		Saint-Jean-Bonnefonds,Sen-Zhan-Bonnfon,sheng rang bo nei feng de,Сен-Жан-Боннфон,سینٹ-ژاں -بونفونڈس,圣让博内丰德		84	42	423	42237
2979372	Saint-Jean-aux-Bois	saint-jean-aux-bois	FR	08220	135	Europe/Paris	49.72502	4.30703		Libre-Bois,Saint-Jean,Saint-Jean-aux-Bois		44	08	082	08382
2979373	Saint-Jean-aux-Bois	saint-jean-aux-bois	FR	08220	369	Europe/Paris	49.34734	2.90525		La Solitude,Saint-Jean,Saint-Jean-aux-Bois		32	60	603	60579
2979374	Saint-Jean-aux-Amognes	saint-jean-aux-amognes	FR	58270	471	Europe/Paris	47.01543	3.33457		Saint Jean,Saint-Jean-aux-Amognes		27	58	583	58247
2979384	Saint-Jean	saint-jean	FR	31240	0	Europe/Paris	48.50538	-3.27219				53	22	222	22072
2979385	Saint-Jean	saint-jean	FR	31240	0	Europe/Paris	48.1	-4.35				53	29	294	29046
2979386	Saint-Jean	saint-jean	FR	31240	0	Europe/Paris	48.06667	-3.51667				53	56	562	56057
2979387	Saint-Jean	saint-jean	FR	31240	0	Europe/Paris	48.01667	-3.66667				53	29	294	29274
2979388	Saint-Jean	saint-jean	FR	31240	0	Europe/Paris	47.91296	-2.34943		Saint-Jean,Saint-Jean-de-Villenard		53	56	562	56165
2979389	Saint-Jean	saint-jean	FR	31240	1470	Europe/Paris	47.24553	-0.38413				52	49	493	49125
2979398	Saint-Jans-Cappel	saint-jans-cappel	FR	59270	1513	Europe/Paris	50.76387	2.72227		Saint-Jans-Cappel,Sen-Zhan-Kappel',Sint-Jans-Kapel,Sint-Janskappel,sheng rang ka pei lei,Сен-Жан-Каппель,سینٹ-جنس-کپپیل,圣让卡佩勒		32	59	594	59535
2979399	Saint-Jammes	saint-jammes	FR	64160	638	Europe/Paris	43.35765	-0.25037		Sain-Zam,Saint-Jammes,Sen-Zham,Sen-Zhammes,Sent Jacme,sheng ya mei,Σαιν-Ζαμ,Сен-Жам,Сен-Жаммес,سینٹ-جممس,圣雅梅		75	64	643	64482
2979401	Saint-James	saint-james	FR	50240	3014	Europe/Paris	48.5218	-1.32629		Beuvron-les-Monts,Saint-James,Sen-Zham,san=jamu,sheng ya mei,Сен-Жам,سینٹ-جیمز,サン＝ジャム,圣雅梅		28	50	501	50487
2979402	Saint-James	saint-james	FR	50240	0	Europe/Paris	48.43786	-2.01941				53	22	221	22118
2979404	Saint-Jal	saint-jal	FR	19700	611	Europe/Paris	45.39661	1.64346		Coq-Hardy,Saint-Jal		75	19	192	19213
2979405	Saint-Jacut-les-Pins	saint-jacut-les-pins	FR	56220	1677	Europe/Paris	47.68543	-2.21473		Saint-Jacut-les-Pins,Sanctus Iacutus Pinis,Sant-Yagu-ar-Bineg,Sen-Zhakju-le-Pen,sheng ya qu lai pan,Сен-Жакю-ле-Пен,سینٹ-جکوٹ-لیس-پنس,圣雅屈莱潘		53	56	563	56221
2979406	Saint-Jacut-du-Mené	saint-jacut-du-mene	FR	22330	749	Europe/Paris	48.28125	-2.48406		Saint-Jacut,Saint-Jacut-du-Mene,Saint-Jacut-du-Mené,Sant-Yagu-ar-Menez		53	22	224	22046
2979407	Saint-Jacut-de-la-Mer	saint-jacut-de-la-mer	FR	22750	912	Europe/Paris	48.59694	-2.1906	15	Isle-Jacut,Port-Jacut,Saint-Jacut,Saint-Jacut-de-la-Mer,Sanctus Iacutus de Insula,Sant-Yagu-an-Enez,Sen-Zhakju-de-la-Mer,sheng ya qu de la-mei,Сен-Жакю-де-ла-Мер,سینٹ-جکوٹ-دے-لا-مر,圣雅屈德拉-梅		53	22	221	22302
2979408	Saint-Jacques-sur-Darnétal	saint-jacques-sur-darnetal	FR	76160	2546	Europe/Paris	49.4398	1.20359		Saint-Jacques,Saint-Jacques-sur-Darnetal,Saint-Jacques-sur-Darnétal		28	76	763	76591
2979409	Saint-Jacques-en-Valgodemard	saint-jacques-en-valgodemard	FR	05800	166	Europe/Paris	44.77606	6.04381		Jacques-Republicain,Jacques-Républicain,Saint-Jacques,Saint-Jacques-en Valgaudemar,Saint-Jacques-en-Valgodemard,Sant Jaume,Sant Jaume en Gaudemar,Sen-Zhak-an-Val'godmar,wa er ge dai ma er de qu sheng ya qu ai,Сен-Жак-ан-Вальгодмар,سینٹ-جکقوس-این -ولگودمرد,瓦尔戈代马尔地区圣雅屈埃		93	05	052	05144
2979410	Saint-Jacques-de-Thouars	saint-jacques-de-thouars	FR	79100	484	Europe/Paris	46.96945	-0.22179		Saint-Jacques,Saint-Jacques-de-Thouars		75	79	791	79258
2979411	Saint-Jacques-des-Guérets	saint-jacques-des-guerets	FR	41800	82	Europe/Paris	47.76667	0.8		Les Guerets,Les Guérets,Saint-Jacques		24	41	412	41215
2979412	Saint-Jacques-des-Blats	saint-jacques-des-blats	FR	15800	331	Europe/Paris	45.05195	2.71043		Saint-Jacques,Saint-Jacques-des-Blats		84	15	151	15192
2979413	Saint-Jacques-des-Arrêts	saint-jacques-des-arrets	FR	69860	123	Europe/Paris	46.25586	4.59745		Saint-Jacques,Saint-Jacques-des-Arrets,Saint-Jacques-des-Arrêts		84	69	692	69135
2979414	Saint-Jacques-de-Néhou	saint-jacques-de-nehou	FR	50390	419	Europe/Paris	49.4175	-1.61381		Saint-Jacques,Saint-Jacques-de-Nehou,Saint-Jacques-de-Néhou		28	50	502	50486
2979415	Saint-Jacques-de-la-Lande	saint-jacques-de-la-lande	FR	35136	8505	Europe/Paris	48.0647	-1.72088		Saint-Jacques,Saint-Jacques-de-la-Lande,Sanctus Iacobus de Landis,Sant-Jakez-Al-Lann,Sant-Jakez-al-Lann,Sen-Zhak-de-la-Land,sheng ya qu ai de la-lang de,Сен-Жак-де-ла-Ланд,سینٹ-جکقوس-دے-لا-لنڈے,圣雅屈埃德拉-朗德		53	35	353	35281
2979416	Saint-Jacques-d'Atticieux	saint-jacques-d-atticieux	FR	07340	0	Europe/Paris	45.33473	4.6678		Atticieux,Saint Jacques,Saint-Jacques-d'Atticieux		84	07	073	07243
2979417	Saint-Jacques-d'Ambur	saint-jacques-d-ambur	FR	63230	312	Europe/Paris	45.90287	2.77643		Saint-Jacques,Saint-Jacques-d'Ambur		84	63	634	63363
2979418	Saint-Jacques-d'Aliermont	saint-jacques-d-aliermont	FR	76510	334	Europe/Paris	49.84853	1.25796		Saint-Jacques,Saint-Jacques-d'Aliermont		28	76	761	76590
2979422	Saint-Jacques	saint-jacques	FR	04330	0	Europe/Paris	49.15	0.23333				28	14	143	14366
2979423	Saint-Jacques	saint-jacques	FR	04330	0	Europe/Paris	48.56204	-2.506		Saint-Jacques,Saint-Jacques-le Majeur		53	22	224	22273
2979424	Saint-Jacques	saint-jacques	FR	04330	0	Europe/Paris	46.6	3.55				84	03	032	03074
2979425	Saint-Jacques	saint-jacques	FR	04330	0	Europe/Paris	45.32749	5.56312				84	38	381	38239
2979428	Saint-Jacques	saint-jacques	FR	04330	0	Europe/Paris	43.46667	-0.91667				75	64	642	64499
2979430	Saint-Izaire	saint-izaire	FR	12480	326	Europe/Paris	43.97475	2.72087		Rive-Libre,Saint-Izaire		76	12	121	12228
2979431	Saint-Ismier	saint-ismier	FR	38330	6630	Europe/Paris	45.25227	5.83073		Mansval,Saint-Ismier		84	38	381	38397
2979435	Saint-Inglevert	saint-inglevert	FR	62250	551	Europe/Paris	50.87536	1.74451		Saint-Inglebert,Saint-Inglevert,Sent-Englever,san anjlyfyrt,sheng an ge lei wei er,Сент-Енглевер,سان إنجليفيرت,سینٹ-انگلورت,圣安格勒韦尔		32	62	623	62751
2979436	Saintines	saintines	FR	60410	906	Europe/Paris	49.30799	2.76476		Saintines,Sentin,sang di nei,Сентін,سینٹینس,桑蒂内		32	60	604	60578
2979437	Saint-Imoges	saint-imoges	FR	51160	241	Europe/Paris	49.11053	3.97568		Longmont,Saint-Imoges		44	51	512	51488
2979438	Saint-Ilpize	saint-ilpize	FR	43380	217	Europe/Paris	45.19575	3.38765		Roc-Libre,Saint-Ilpize		84	43	431	43195
2979439	Saint-Illiers-le-Bois	saint-illiers-le-bois	FR	78980	0	Europe/Paris	48.959	1.50599		Saint-Illiers,Saint-Illiers-le-Bois,Sent-Il'e-le-Bua,Сент-Ільє-ле-Буа,Сент-Илье-ле-Буа,سینٹ-الیرس-لے-بوس		11	78	781	78559
2979440	Saint-Illiers-la-Ville	saint-illiers-la-ville	FR	78980	284	Europe/Paris	48.9765	1.53946		Saint-Illiers,Saint-Illiers-la-Ville,Sent-Il'e-la-Vil',Сент-Ільє-ла-Віль,Сент-Илье-ла-Виль,سینٹ-الیرس-لا-والے		11	78	781	78558
2979441	Saint-Illide	saint-illide	FR	15310	669	Europe/Paris	45.06166	2.31501		Saint-Illide,Sant Ilidi,Sant Illide,Sent-Iid,Sent-Illid,sheng yi li de,Сент-Іїд,Сент-Иид,Сент-Иллид,سینٹ-الیڈے,圣伊利德		84	15	151	15191
2979443	Saint-Igny-de-Vers	saint-igny-de-vers	FR	69790	590	Europe/Paris	46.24067	4.43598		Saint-Igny,Saint-Igny-de-Vers,Sent-In'i-de-Ver,Vers-la-Montagne,Сент-Іньї-де-Вер,سینٹ-اگنے-دے-ورس		84	69	692	69209
2979444	Saint-Igny-de-Roche	saint-igny-de-roche	FR	71170	584	Europe/Paris	46.19417	4.29307		Saint-Igny,Saint-Igny-de-Roche		27	71	713	71428
2979447	Saint-Ignat	saint-ignat	FR	63720	684	Europe/Paris	45.92315	3.27446		Saint-Ignat		84	63	634	63362
2979448	Saint-Ignan	saint-ignan	FR	31800	279	Europe/Paris	43.15957	0.69351		L'Union,Saint-Ignan		76	31	312	31487
2979453	Saint-Hymetière	saint-hymetiere	FR	39240	70	Europe/Paris	46.35931	5.55882		Saint-Hymetiere,Saint-Hymetière,Sen-Imet'er,sheng yi mei di ai,Сен-Іметьєр,سینٹ-حیمتییرے,圣伊梅蒂埃		27	39	392	39137
2979454	Saint-Hymer	saint-hymer	FR	14130	700	Europe/Paris	49.25302	0.1738		Saint-Hymer		28	14	143	14593
2979455	Saint-Huruge	saint-huruge	FR	71460	49	Europe/Paris	46.58036	4.56857		La Rochette-sur-Guye,Saint-Huruge		27	71	715	71427
2979459	Saint-Hubert	saint-hubert	FR	57640	203	Europe/Paris	49.22325	6.33303		Saint-Hubert		44	57	579	57612
2979460	Saint-Hubert	saint-hubert	FR	57640	0	Europe/Paris	47.76667	0.35				52	72	721	72028
2979461	Saint-Hubert	saint-hubert	FR	57640	0	Europe/Paris	43.28045	1.79385				76	11	111	11371
2979465	Saint-Hostien	saint-hostien	FR	43260	624	Europe/Paris	45.07302	4.04688		Mont-Pigier,Saint-Hostien		84	43	432	43194
2979468	Saint-Honoré	saint-honore	FR	38350	179	Europe/Paris	49.78471	1.15541		Saint-Honore,Saint-Honoré		28	76	761	76589
2979469	Saint-Honoré-les-Bains	saint-honore-les-bains	FR	58360	841	Europe/Paris	46.9	3.83333		Honore-la-Montagne,Honoré-la-Montagne,Sen-Onore-le-Ben,sheng ao nuo lei lai ban,Сен-Оноре-ле-Бен,سینٹ-ہونورے-لیس-بانس,圣奥诺雷莱班		27	58	581	58246
2979470	Saint-Honoré	saint-honore	FR	38350	848	Europe/Paris	44.94275	5.81628		Saint-Honore,Saint-Honoré		84	38	381	38396
2979474	Saint-Hippolyte-le-Graveyron	saint-hippolyte-le-graveyron	FR	84330	166	Europe/Paris	44.12248	5.07404		Saint-Hippolyte,Saint-Hippolyte-le Craveyron,Saint-Hippolyte-le-Craveron,Saint-Hippolyte-le-Graveyron,Sant Ipolite lo Graveiron,Sen-Ippolit-le-Gravejron,Sent-Ippolit-le-Graveron,sheng yi bo li te lei ge la wei long,Сен-Іпполіт-ле-Гравейрон,Сент-Ипполит-ле-Граверон,سینٹ-ہپپولیتے-لے-گراوےروں,圣伊波利特勒格拉韦龙		93	84	843	84109
2979475	Saint-Hippolyte-du-Fort	saint-hippolyte-du-fort	FR	30170	3717	Europe/Paris	43.96562	3.85597		Mont-Polite,Saint-Hippolyte,Saint-Hippolyte-du-Fort,Sen-Ippolit-dju-For,Sent Ipolit,sheng yi bo li te di fu er,Сен-Іпполіт-дю-Фор,Сен-Ипполит-дю-Фор,سینٹ-ہپپولیتے-دو-فورٹ,圣伊波利特迪福尔		76	30	303	30263
2979476	Saint-Hippolyte-de-Montaigu	saint-hippolyte-de-montaigu	FR	30700	127	Europe/Paris	44.03203	4.49272		Polithe-Montaigu,Saint-Hippolyte,Saint-Hippolyte-de-Montaigu		76	30	302	30262
2979477	Saint-Hippolyte-de-Caton	saint-hippolyte-de-caton	FR	30360	169	Europe/Paris	44.0704	4.20283		Saint-Hippolyte,Saint-Hippolyte-de-Caton		76	30	301	30261
2979478	Saint-Hippolyte	saint-hippolyte	FR	12140	1107	Europe/Paris	48.23156	7.37121		Saint-Hippolyte		44	68	682	68296
2979479	Saint-Hippolyte	saint-hippolyte	FR	12140	1092	Europe/Paris	47.3188	6.81617		Doubs-Marat,Saint-Hippolyte		27	25	252	25519
2979480	Saint-Hippolyte	saint-hippolyte	FR	12140	559	Europe/Paris	47.05902	1.10007		Hypolite,Saint-Hippolyte		24	37	373	37221
2979481	Saint-Hippolyte	saint-hippolyte	FR	12140	0	Europe/Paris	45.91092	3.05406				84	63	634	63103
2979482	Saint-Hippolyte	saint-hippolyte	FR	12140	1239	Europe/Paris	45.91857	-0.89289		Saint-Hippolyte		75	17	172	17346
2979483	Saint-Hippolyte	saint-hippolyte	FR	12140	123	Europe/Paris	45.22437	2.70693		Biard,Bourg-Egalite,Bourg-Egalité		84	15	152	15190
2979484	Saint-Hippolyte	saint-hippolyte	FR	12140	227	Europe/Paris	44.88117	-0.12003		Saint-Hippolyte		75	33	335	33420
2979485	Saint-Hippolyte	saint-hippolyte	FR	12140	0	Europe/Paris	44.711	2.592		Saint-Hippolyte		76	12	122	12226
2979486	Saint-Hippolyte	saint-hippolyte	FR	12140	0	Europe/Paris	44.08172	2.92083				76	12	121	12153
2979487	Saint-Hippolyte	saint-hippolyte	FR	12140	0	Europe/Paris	43.6394	4.75595				93	13	132	13004
2979488	Saint-Hippolyte	saint-hippolyte	FR	12140	2024	Europe/Paris	42.78461	2.96668		Saint-Hippolyte,Sant Hipolit de la Salanca,Sant Hipòlit de la Salanca		76	66	662	66176
2979490	Saint-Hilliers	saint-hilliers	FR	77160	438	Europe/Paris	48.62142	3.25771		Saint-Hilliers		11	77	773	77414
2979491	Saint-Hilarion	saint-hilarion	FR	78125	847	Europe/Paris	48.62049	1.73369		Saint-Hilarion		11	78	782	78557
2979492	Saint-Hilaire-Taurieux	saint-hilaire-taurieux	FR	19400	86	Europe/Paris	45.0666	1.84434		Saint-Hilaire,Saint-Hilaire-Taurieux		75	19	192	19212
2979493	Saint-Hilaire-sur-Yerre	saint-hilaire-sur-yerre	FR	28220	507	Europe/Paris	48.02734	1.25759		Saint-Hilaire,Saint-Hilaire-sur-Yerre		24	28	282	28103
2979494	Saint-Hilaire-sur-Risle	saint-hilaire-sur-risle	FR	61270	0	Europe/Paris	48.73333	0.5		Saint-Hilaire		28	61	613	61406
2979495	Saint-Hilaire-sur-Puiseaux	saint-hilaire-sur-puiseaux	FR	45700	171	Europe/Paris	47.90404	2.70387		Saint-Hilaire,Saint-Hilaire-sur-Puiseaux,Sen-Iler-sjur-Pjuizo,pi yi suo he pan sheng yi lai er,Сен-Ілер-сюр-Пюїзо,سینٹ-ہلیری-سر-ثےش,皮伊索河畔圣伊莱尔		24	45	451	45283
2979496	Saint-Hilaire-sur-Helpe	saint-hilaire-sur-helpe	FR	59440	836	Europe/Paris	50.13182	3.90271		Saint-Hilaire,Saint-Hilaire-sur-Helpe,Sen-Iler-sjur-El'p,ai er pu he pan sheng yi lai er,Сен-Ілер-сюр-Ельп,Сен-Илер-сюр-Ельп,سینٹ-ہلیری-سر-ہیلپے,埃尔普河畔圣伊莱尔		32	59	591	59534
2979497	Saint-Hilaire-de-Lusignan	saint-hilaire-de-lusignan	FR	47450	0	Europe/Paris	44.22624	0.51212		Saint-Hilaire,Saint-Hilaire-de-Lusignan,Saint-Hilaire-sur-Garonne		75	47	471	47246
2979498	Saint-Hilaire-sur-Erre	saint-hilaire-sur-erre	FR	61340	534	Europe/Paris	48.31236	0.73924		Saint-Hilaire,Saint-Hilaire-sur-Erre		28	61	613	61405
2979499	Saint-Hilaire-sur-Benaize	saint-hilaire-sur-benaize	FR	36370	302	Europe/Paris	46.56667	1.08333		L'Orme,L'Union,Mont-Hilaire,Saint-Hilaire,Saint-Hilaire-du-Rosier,Sen-Iler-sjur-Benez,Sent-Iler-sjur-Benez,bo nai ci he pan sheng yi lai er,Сен-Ілер-сюр-Бенез,Сент-Илер-сюр-Бенез,سینٹ-ہلیری-سر-بنیزے,伯奈兹河畔圣伊莱尔		24	36	361	36197
2979500	Saint-Hilaire-sous-Romilly	saint-hilaire-sous-romilly	FR	10100	344	Europe/Paris	48.51604	3.65413		Montfayet,Saint-Hilaire,Saint-Hilaire-sous-Romilly		44	10	102	10341
2979501	Saint-Hilaire-sous-Charlieu	saint-hilaire-sous-charlieu	FR	42190	409	Europe/Paris	46.12172	4.18422		Saint-Hilaire,Saint-Hilaire-sous-Charlieu		84	42	422	42236
2979502	Saint-Hilaire-Saint-Mesmin	saint-hilaire-saint-mesmin	FR	45160	2582	Europe/Paris	47.86614	1.83351		Saint-Hilaire,Saint-Hilaire-Saint-Mesmin,Sen-Iler-Sen-Memen,sheng yi lai er sheng mei si man,Сен-Ілер-Сен-Мемен,سینٹ-ہلیری-سینٹ-مثمن,圣伊莱尔圣梅斯曼		24	45	452	45282
2979536	Saint-Hilaire-d'Ozilhan	saint-hilaire-d-ozilhan	FR	30210	0	Europe/Paris	43.97022	4.59125		Saint-Hilaire,Saint-Hilaire-d'Oizillan,Saint-Hilaire-d'Ozilhan		76	30	302	30260
2979504	Saint-Hilaire-Peyroux	saint-hilaire-peyroux	FR	19560	811	Europe/Paris	45.2139	1.64855		Le Peyrou-Marat,Saint-Hilaire,Saint-Hilaire-Peyroux,Sen-Iler-Pejru,Sent Alari Peiros,Sent Alari e lo Peiros,Sent Alari e lo Peirós,Sent-Iler-Peru,santireru=peru,sheng yi lai er pei lu,Сен-Ілер-Пейру,Сен-Илер-Пейру,Сент-Илер-Перу,سینٹ-ہلیری-ےیگخو,サンティレール＝ペルー,圣伊莱尔佩鲁		75	19	192	19211
2979505	Saint-Hilaire-Petitville	saint-hilaire-petitville	FR	50500	1417	Europe/Paris	49.3025	-1.21995		Saint-Hilaire,Saint-Hilaire-Petitville		28	50	504	50099
2979506	Saint-Hilaire-Luc	saint-hilaire-luc	FR	19160	90	Europe/Paris	45.36244	2.20429		Saint-Hilaire,Saint-Hilaire-Luc,Sen-Iler-Ljuk,Sent Alari al Luc,Sent Alari e Luc,Sent-Iler-Ljuk,sheng yi lai er lu ke,Сен-Ілер-Люк,Сен-Илер-Люк,Сент-Илер-Люк,سینٹ-ہلیری-لک,圣伊莱尔吕克		75	19	193	19210
2979507	Saint-Hilaire-lez-Cambrai	saint-hilaire-lez-cambrai	FR	59292	1672	Europe/Paris	50.18419	3.41327		Bon-Air,Saint-Hilaire,Saint-Hilaire-lez-Cambrai,Sen-Iler-le-Kambre,sheng yi lai er lai kang bu lei,Сен-Ілер-ле-Камбре,Сен-Илер-ле-Камбре,圣伊莱尔莱康布雷		32	59	592	59533
2979508	Saint-Hilaire-le-Vouhis	saint-hilaire-le-vouhis	FR	85480	860	Europe/Paris	46.68777	-1.13061		La Vouray,Saint-Hilaire,Saint-Hilaire-le-Vouhis		52	85	852	85232
2979509	Saint-Hilaire-les-Places	saint-hilaire-les-places	FR	87800	811	Europe/Paris	45.64509	1.15916		Saint-Hilaire,Saint-Hilaire-les-Places		75	87	872	87150
2979510	Saint-Hilaire-les-Monges	saint-hilaire-les-monges	FR	63380	0	Europe/Paris	45.81341	2.6628		Saint-Hilaire,Saint-Hilaire-les-Monges		84	63	634	63359
2979511	Saint-Hilaire-les-Courbes	saint-hilaire-les-courbes	FR	19170	179	Europe/Paris	45.61065	1.83365		Saint Hilaire,Saint-Hilaire-les-Courbes		75	19	192	19209
2979512	Saint-Hilaire-les-Andrésis	saint-hilaire-les-andresis	FR	45320	886	Europe/Paris	48.05253	3.01313		Saint-Hilaire,Saint-Hilaire-les-Andresis,Saint-Hilaire-les-Andrésis,Sen-Iler-lez-Andrezi,sheng yi lai er lai ang de lei xi,Сен-Ілер-лез-Андрезі,سینٹ-ہلیری-لیس-اندرسس,圣伊莱尔莱昂德雷西		24	45	451	45281
2979513	Saint-Hilaire-le-Petit	saint-hilaire-le-petit	FR	51490	265	Europe/Paris	49.27414	4.38982		Hautemont,Saint-Hilaire,Saint-Hilaire-le-Petit		44	51	513	51487
2979514	Saint-Hilaire-le-Lierru	saint-hilaire-le-lierru	FR	72160	123	Europe/Paris	48.1085	0.53836		Saint-Hilaire,Saint-Hilaire-le-Lierru		52	72	722	72363
2979515	Saint-Hilaire-le-Grand	saint-hilaire-le-grand	FR	51600	316	Europe/Paris	49.17154	4.46456		Hilaire-le-Menissier,Hilaire-le-Ménissier,Le Menissier,Le Ménissier,Montais,Saint-Hilaire,Saint-Hilaire-le-Grand,Sen-Iler-le-Gran,da sheng yi lai er,Сен-Ілер-ле-Гран,سینٹ-ہلیری-لے-گرینڈ,大圣伊莱尔		44	51	511	51486
2979516	Saint-Hilaire-le-Châtel	saint-hilaire-le-chatel	FR	61400	636	Europe/Paris	48.5627	0.52787		Saint-Hilaire,Saint-Hilaire-le-Chatel,Saint-Hilaire-le-Châtel		28	61	613	61404
2979517	Saint-Hilaire-le-Château	saint-hilaire-le-chateau	FR	23250	285	Europe/Paris	45.98279	1.89724		Roseille-la-Montagne,Saint-Hilaire,Saint-Hilaire-le-Chateau,Saint-Hilaire-le-Château		75	23	232	23202
2979518	Saint-Hilaire-la-Treille	saint-hilaire-la-treille	FR	87190	411	Europe/Paris	46.2515	1.3176		Saint-Hilaire,Saint-Hilaire-la-Treille		75	87	871	87149
2979519	Saint-Hilaire-la-Plaine	saint-hilaire-la-plaine	FR	23150	242	Europe/Paris	46.12567	1.97603		Saint-Hilaire,Saint-Hilaire-la-Plaine		75	23	232	23201
2979970	Saint-Georges	saint-georges	FR	15100	0	Europe/Paris	44.22229	1.64353		Saint-Georges		76	82	822	82162
2979520	Saint-Hilaire-la-Palud	saint-hilaire-la-palud	FR	79210	1381	Europe/Paris	46.26391	-0.71313		La Palud,Saint-Hilaire,Saint-Hilaire-la Pallud,Saint-Hilaire-la-Palud		75	79	792	79257
2979521	Saint-Hilaire-la-Gravelle	saint-hilaire-la-gravelle	FR	41160	712	Europe/Paris	47.92095	1.1991		Bois-Hilaire,Saint-Hilaire,Saint-Hilaire-la-Gravelle,Sent-Iler-la-Gravel',sheng yi lai er la ge la wei er,Сент-Ілер-ла-Гравель,سینٹ-ہلیری-لا-گراولے,圣伊莱尔拉格拉韦尔		24	41	412	41214
2979522	Saint-Hilaire-la-Forêt	saint-hilaire-la-foret	FR	85440	448	Europe/Paris	46.4481	-1.52556		La Vineuse-en-Plaine,Saint-Hilaire,Saint-Hilaire-la-Foret,Saint-Hilaire-la-Forêt		52	85	853	85231
2979523	Saint-Hilaire-la-Croix	saint-hilaire-la-croix	FR	63440	246	Europe/Paris	46.04673	3.04563		Saint-Hilaire,Saint-Hilaire-la-Croix		84	63	634	63358
2979524	Saint-Hilaire-Fontaine	saint-hilaire-fontaine	FR	58300	187	Europe/Paris	46.76452	3.6269		Saint-Hilaire-Fontaine		27	58	581	58245
2979525	Saint-Hilaire-Foissac	saint-hilaire-foissac	FR	19550	233	Europe/Paris	45.33083	2.12498		Foissac-la-Luzege,Foissac-la-Luzége,Saint-Hilaire,Saint-Hilaire-Foissac		75	19	193	19208
2979526	Saint-Hilaire-en-Woëvre	saint-hilaire-en-woevre	FR	55160	146	Europe/Paris	49.08123	5.70381		Saint-Hilaire,Saint-Hilaire-en-Woevre,Saint-Hilaire-en-Woëvre		44	55	553	55457
2979527	Saint-Hilaire-en-Morvan	saint-hilaire-en-morvan	FR	58120	256	Europe/Paris	47.07726	3.88857		Saint-Hilaire,Saint-Hilaire-en-Morvan,Saint-Hilaire-en-Morvand		27	58	581	58244
2979528	Saint-Hilaire-en-Lignières	saint-hilaire-en-lignieres	FR	18160	524	Europe/Paris	46.7261	2.17295		Saint Hilaire,Saint-Hilaire-en-Lignieres,Saint-Hilaire-en-Lignières,Vere-sur-Arnon,Vère-sur-Arnon		24	18	182	18216
2979529	Saint-Hilaire-du-Rosier	saint-hilaire-du-rosier	FR	38840	1908	Europe/Paris	45.09942	5.24946		Saint-Hilaire,Saint-Hilaire-du-Rosier		84	38	381	38394
2979530	Saint-Hilaire-du-Maine	saint-hilaire-du-maine	FR	53380	695	Europe/Paris	48.22553	-0.92976		Landes-et-Landa,Saint-Hilaire,Saint-Hilaire-du-Maine		52	53	533	53226
2979531	Saint-Hilaire-du-Harcouët	saint-hilaire-du-harcouet	FR	50600	4846	Europe/Paris	48.577	-1.09004		Hilaire-Harcouet,Hilaire-Harcouët,Saint-Hilaire,Saint-Hilaire-du-Harcouet,Saint-Hilaire-du-Harcout,Saint-Hilaire-du-Harcouët,Sen-Iler-dju-Arkue,Sent-Iler-dju-Arkueh,sheng yi lai er di a er ku e,Сен-Ілер-дю-Аркуе,Сен-Илер-дю-Аркуе,Сент-Илер-дю-Аркуэ,سینٹ-ہلیری-دو-ہرکووٹ,圣伊莱尔迪阿尔库厄		28	50	501	50484
2979532	Saint-Hilaire-du-Bois	saint-hilaire-du-bois	FR	17500	0	Europe/Paris	47.12633	-0.55026		Saint-Hilaire		52	49	492	49373
2979533	Saint-Hilaire-du-Bois	saint-hilaire-du-bois	FR	17500	0	Europe/Paris	46.63572	-0.94022		La Courageuse,Saint-Hilaire,Saint-Hilaire-du-Bois		52	85	851	85040
2979534	Saint-Hilaire-du-Bois	saint-hilaire-du-bois	FR	17500	302	Europe/Paris	45.41731	-0.49575		Saint-Hilaire,Saint-Hilaire-du-Bois		75	17	171	17345
2979535	Saint-Hilaire-du-Bois	saint-hilaire-du-bois	FR	17500	102	Europe/Paris	44.6631	-0.08084		Saint-Hilaire,Saint-Hilaire-du-Bois		75	33	333	33419
2979635	Saint-Gorgon	saint-gorgon	FR	56350	337	Europe/Paris	48.3239	6.64827		Saint-Gorgon		44	88	881	88417
2979537	Saint-Hilaire-de-Voust	saint-hilaire-de-voust	FR	85120	684	Europe/Paris	46.59069	-0.6495		Le Pontreau,Saint-Hilaire,Saint-Hilaire-de-Voust		52	85	851	85229
2979538	Saint-Hilaire-de-Villefranche	saint-hilaire-de-villefranche	FR	17770	1127	Europe/Paris	45.85053	-0.52966		Angely-Boutonne,Angély-Boutonne,Belisaire,Bélisaire,L'Egalite,L'Egalité,Saint-Hilaire,Saint-Hilaire-de-Villefranche,Sen-Iler-de-Vil'fransh,Sent-Iler-de-Vil'fransh,sheng yi lai er de wei lai fu lang ke,Сен-Ілер-де-Вільфранш,Сент-Илер-де-Вильфранш,سینٹ-ہلیری-دے-ولفرانچے,圣伊莱尔德维莱夫朗克		75	17	175	17344
2979540	Saint-Hilaire-d'Estissac	saint-hilaire-d-estissac	FR	24140	0	Europe/Paris	45.01329	0.50721		Saint-Hilaire,Saint-Hilaire-d'Estissac		75	24	243	24422
2979541	Saint-Hilaire-des-Loges	saint-hilaire-des-loges	FR	85240	1781	Europe/Paris	46.4714	-0.66437		Saint-Hilaire,Saint-Hilaire-des-Loges,Sen-Iler-de-Lozh,sheng yi lai lei dai luo re,Сен-Ілер-де-Лож,سینٹ-ہلیری-دس-لوگس,圣伊莱勒代洛热		52	85	851	85227
2979542	Saint-Hilaire-des-Landes	saint-hilaire-des-landes	FR	35140	973	Europe/Paris	48.35183	-1.35756		Saint-Hilaire,Saint-Hilaire-des-Landes,Sant-Eler-al-Lann		53	35	351	35280
2979543	Saint-Hilaire-de-Riez	saint-hilaire-de-riez	FR	85270	9358	Europe/Paris	46.72106	-1.94594		La Revolution,La Révolution,Saint-Hilaire,Saint-Hilaire-de-Riez,Sen-Iler-de-Rez,sheng yi lai lei de li ye,Сен-Ілер-де-Рєз,سینٹ-ہلیری-دے-ریز,圣伊莱勒德里耶		52	85	853	85226
2979545	Saint-Hilaire-de-Loulay	saint-hilaire-de-loulay	FR	85600	3840	Europe/Paris	47.0019	-1.33079		Saint-Hilaire,Saint-Hilaire-de-Loulay,Sen-Iler-de-Lule,sheng yi lai lei de lu lai,Сен-Ілер-де-Луле,سینٹ-ہلیری-دے-لولے,圣伊莱勒德卢莱		52	85	852	85146
2979546	Saint-Hilaire-de-Lavit	saint-hilaire-de-lavit	FR	48160	91	Europe/Paris	44.25052	3.85975		La Combe,Saint-Hilaire,Saint-Hilaire-de-Lavit		76	48	481	48158
2979547	Saint-Hilaire-de-la-Noaille	saint-hilaire-de-la-noaille	FR	33190	333	Europe/Paris	44.60107	0.0015		Saint-Hilaire,Saint-Hilaire-de-la-Noaille		75	33	333	33418
2979548	Saint-Hilaire-de-la-Côte	saint-hilaire-de-la-cote	FR	38260	1221	Europe/Paris	45.39162	5.3159		Hilaire-la-Montagne,Saint-Hilaire,Saint-Hilaire-de-la-Cote,Saint-Hilaire-de-la-Côte		84	38	383	38393
2979549	Saint-Hilaire-de-Gondilly	saint-hilaire-de-gondilly	FR	18320	191	Europe/Paris	47.04895	2.88675		Marat,Saint-Hilaire,Saint-Hilaire-de-Gondilly		24	18	182	18215
2979550	Saint-Hilaire-de-Court	saint-hilaire-de-court	FR	18100	743	Europe/Paris	47.20563	2.01962		Saint Hilaire,Saint-Hilaire-de-Court		24	18	183	18214
2979551	Saint-Hilaire-de-Clisson	saint-hilaire-de-clisson	FR	44190	1754	Europe/Paris	47.06197	-1.30946		Saint-Hilaire,Saint-Hilaire-de-Clisson,Saint-Hilaire-du-Bois,Sant-Eler-Neved,Sen-Iler-de-Klisson,sheng yi lai er de ke li song,Сен-Ілер-де-Кліссон,سینٹ-ہلیری-دے-کلاسوں,圣伊莱尔德克利松		52	44	442	44165
2979552	Saint-Hilaire-de-Chaléons	saint-hilaire-de-chaleons	FR	44680	1760	Europe/Paris	47.10328	-1.86577		Saint Helaire-de-Chaleons,Saint-Hilaire,Saint-Hilaire-de-Chaleons,Saint-Hilaire-de-Chaléons,Sant-Eler-Kaleon,Sen-Iler-de-Shaleon,sheng yi lai er de sha lai weng,Сен-Ілер-де-Шалеон,سینٹ-ہلیری-دے-چلونس,圣伊莱尔德沙莱翁		52	44	443	44164
2979553	Saint-Hilaire-de-Briouze	saint-hilaire-de-briouze	FR	61220	269	Europe/Paris	48.70579	-0.32472		Saint-Hilaire		28	61	612	61402
2979554	Saint-Hilaire-de-Brethmas	saint-hilaire-de-brethmas	FR	30560	3992	Europe/Paris	44.08114	4.1247		Brethmas-Avesnes,Saint-Hilaire,Saint-Hilaire-de-Brethmas		76	30	301	30259
2979555	Saint-Hilaire-de-Brens	saint-hilaire-de-brens	FR	38460	445	Europe/Paris	45.67184	5.2907		Mont-Bel-Air,Saint-Hilaire,Saint-Hilaire-de-Brens		84	38	382	38392
2979556	Saint-Hilaire-de-Beauvoir	saint-hilaire-de-beauvoir	FR	34160	310	Europe/Paris	43.7569	4.0144		Saint-Hilaire,Saint-Hilaire-de-Beauvoir,Sant Alari,Sant Alari de Belveser,Sant Alari de Belvéser,Sen-Iler-de-Bovuar,sheng yi lai er de bo wa,Сен-Ілер-де-Бовуар,Сен-Илер-де-Бовуар,سینٹ-ہلیری-دے-بووور,圣伊莱尔德博瓦		76	34	342	34263
2979557	Saint-Hilaire-Cusson-la-Valmitte	saint-hilaire-cusson-la-valmitte	FR	42380	262	Europe/Paris	45.36888	4.04174		Saint Hilaire,Saint-Hilaire-Cusson-la-Valmitte		84	42	421	42235
2979558	Saint-Hilaire-Cottes	saint-hilaire-cottes	FR	62120	752	Europe/Paris	50.5705	2.41284		Saint-Hilaire,Saint-Hilaire-Cottes		32	62	622	62750
2979559	Saint-Hilaire-Bonneval	saint-hilaire-bonneval	FR	87260	709	Europe/Paris	45.71976	1.37412		Saint-Hilaire,Saint-Hilaire-Bonneval		75	87	872	87148
2979560	Saint-Hilaire-au-Temple	saint-hilaire-au-temple	FR	51400	242	Europe/Paris	49.05558	4.3854		Hilaire-au-Temple,Hilaire-sur-Vesle,Saint-Hilaire,Saint-Hilaire-au-Temple,Veslecours		44	51	511	51485
2979564	Saint-Hilaire	saint-hilaire	FR	03440	0	Europe/Paris	48.84003	1.72385				11	78	782	78053
2979565	Saint-Hilaire	saint-hilaire	FR	03440	399	Europe/Paris	48.43362	2.07798		Saint-Hilaire		11	91	911	91556
2979566	Saint-Hilaire	saint-hilaire	FR	03440	0	Europe/Paris	48.34517	0.95226				24	28	284	28331
2979567	Saint-Hilaire	saint-hilaire	FR	03440	0	Europe/Paris	47.95339	-3.03632				53	56	562	56173
2979568	Saint-Hilaire	saint-hilaire	FR	03440	133	Europe/Paris	47.33415	6.2392		Mont-Libre,Saint-Hilaire		27	25	251	25518
2979569	Saint-Hilaire	saint-hilaire	FR	03440	512	Europe/Paris	46.4945	3.0201		Le Morgon,Saint-Hilaire		84	03	032	03238
2979570	Saint-Hilaire	saint-hilaire	FR	03440	0	Europe/Paris	46.21331	1.62746				75	23	232	23236
2979571	Saint-Hilaire	saint-hilaire	FR	03440	0	Europe/Paris	46.10543	2.63127		Saint-Hilaire,Saint-Hilaire-pres Pionsat,Saint-Hilaire-près Pionsat		84	63	634	63360
2979572	Saint-Hilaire	saint-hilaire	FR	03440	0	Europe/Paris	45.46109	-0.17115				75	16	162	16028
2979573	Saint-Hilaire	saint-hilaire	FR	03440	200	Europe/Paris	45.38092	3.43758		Saint-Hilaire		84	43	431	43193
2979574	Saint-Hilaire	saint-hilaire	FR	03440	1836	Europe/Paris	45.3	5.88333		Saint-Hilaire,Saint-Hilaire-du-Touvet		84	38	381	38395
2979575	Saint-Hilaire	saint-hilaire	FR	03440	92	Europe/Paris	44.77486	2.15525		Saint-Hilaire		76	46	462	46269
2979576	Saint-Hilaire	saint-hilaire	FR	03440	0	Europe/Paris	44.63333	6.18333				93	05	052	05004
2979577	Saint-Hilaire	saint-hilaire	FR	03440	1371	Europe/Paris	44.53333	0.71667				75	47	473	47175
2979578	Saint-Hilaire	saint-hilaire	FR	03440	793	Europe/Paris	43.42204	1.27827		Saint-Hilaire		76	31	311	31486
2979579	Saint-Hilaire	saint-hilaire	FR	03440	758	Europe/Paris	43.09355	2.30883		Saint-Hilaire,Saint-Hilaire-de l'Aude		76	11	112	11344
2979636	Saint-Gorgon	saint-gorgon	FR	56350	371	Europe/Paris	47.64923	-2.23608		Saint-Gorgon,Sant-Gorgon		53	56	563	56216
2979581	Saint-Hervé	saint-herve	FR	22460	0	Europe/Paris	48.27678	-2.82503		Herve-le-Loup,Hervé-le-Loup,Saint-Herve,Saint-Hervé,Sant-Herve		53	22	224	22300
2979582	Saint-Hervé	saint-herve	FR	22460	0	Europe/Paris	48.16667	-3.56667				53	56	562	56066
2979585	Saint-Hernin	saint-hernin	FR	29270	761	Europe/Paris	48.2177	-3.63489		Saint-Hernin,Sant-Hern,Sen-Ernen,sheng ai er nan,Сен-Ернен,سینٹ-ہرنین,圣埃尔南		53	29	292	29250
2979587	Saint-Hérent	saint-herent	FR	63340	121	Europe/Paris	45.45839	3.15049		Caribes,Saint-Herent,Saint-Hérent		84	63	633	63357
2979589	Saint-Herblon	saint-herblon	FR	44150	1950	Europe/Paris	47.40818	-1.09575		Bellevue,Saint-Herblon,Sanctus Hermelandus,Sant-Ervlon-ar-Roz,Sen-Erblon,sheng ai er bu long,Сен-Ерблон,圣埃尔布隆		52	44	445	44163
2979590	Saint-Herblain	saint-herblain	FR	44800	46898	Europe/Paris	47.21154	-1.651		Saint-Herblain,Sant-Ervlan,Sen-Erblen,Sent Erblen,saengteleubeullaeng,san=teruburan,sheng ai er bu lan,snt arbln,Сен-Ерблен,Сент Ерблен,سنت اربلن,سینٹ-ہربلیں,サン＝テルブラン,聖埃爾布蘭,생테르블랭		52	44	442	44162
2979593	Saint-Hellier	saint-hellier	FR	76680	429	Europe/Paris	49.73155	1.19023		Saint-Hellier		28	76	761	76588
2979594	Saint-Hélier	saint-helier	FR	21690	29	Europe/Paris	47.38476	4.68226		Saint-Helier,Saint-Hélier,Val-d'Oze		27	21	213	21552
2979595	Saint-Hélen	saint-helen	FR	22100	1093	Europe/Paris	48.47084	-1.95943		Saint-Helen,Saint-Hélen,Sant-Haelen		53	22	221	22299
2979596	Saint-Héand	saint-heand	FR	42570	3781	Europe/Paris	45.5274	4.37077		Mont-Pailloux,Saint-Heand,Saint-Héand,Sen-Ean,sheng ai ang,Сен-Еан,سینٹ-ہینڈ,圣埃昂		84	42	423	42234
2979597	Saint-Haon-le-Vieux	saint-haon-le-vieux	FR	42370	869	Europe/Paris	46.07458	3.90601		Saint-Haon-le-Vieux		84	42	422	42233
2979598	Saint-Haon-le-Châtel	saint-haon-le-chatel	FR	42370	568	Europe/Paris	46.06415	3.91756		Bel-Air,Mont-Bel-Air,Saint-Haon-le-Chatel,Saint-Haon-le-Châtel		84	42	422	42232
2979599	Saint-Haon	saint-haon	FR	43340	378	Europe/Paris	44.84615	3.75847		La Parro,Saint-Haon		84	43	432	43192
2979600	Saint-Guyomard	saint-guyomard	FR	56460	858	Europe/Paris	47.78079	-2.51328		Saint-Guyomard,Sant-Gwionvarc'h,Sant-Gwionvarch,Sant-Gwioñvarc'h,Sant-Gwioñvarch,Sen-Gjuiomar,sheng ji ao ma er,Сен-Гюиомар,Сен-Гюїомар,سینٹ-گیومرد,圣吉奥马尔		53	56	563	56219
2979601	Saint-Guiraud	saint-guiraud	FR	34725	223	Europe/Paris	43.67658	3.45376		Bel-Air,Bellevue,Gairaud,Saint-Guiraud		76	34	342	34262
2979602	Saint-Guinoux	saint-guinoux	FR	35430	802	Europe/Paris	48.57562	-1.88392		Saint-Guinoux,Sant-Gwenou,Sant-Gwênoù		53	35	354	35279
2979604	Saint-Guillaume	saint-guillaume	FR	38650	0	Europe/Paris	48.30795	-3.365				53	22	222	22087
2979605	Saint-Guillaume	saint-guillaume	FR	38650	0	Europe/Paris	47.42202	-2.1194		Saint-Guillaume		52	44	443	44129
2979606	Saint-Guillaume	saint-guillaume	FR	38650	290	Europe/Paris	44.95502	5.58964		Saint-Guillaume		84	38	381	38391
2979607	Saint-Guillaume	saint-guillaume	FR	38650	0	Europe/Paris	43.20525	6.2904				93	83	832	83043
2979608	Saint-Guilhem-le-Désert	saint-guilhem-le-desert	FR	34150	241	Europe/Paris	43.73381	3.54994		Saint-Guilhem,Saint-Guilhem-le-Desert,Saint-Guilhem-le-Désert,Sanctus Guillelmus de Desertis,Sant Guilhem dau Desert,Sant Guilhèm dau Desèrt,Sen-Gilem-le-Dezer,Verdus-le-Desert,Verdus-le-Désert,sheng ji yang lai dai sai er,Сен-Гилем-ле-Дезер,Сен-Гілем-ле-Дезер,سینٹ-گیلھم-لے-ڈیزرٹ,圣吉扬莱代塞尔		76	34	342	34261
2979613	Saint-Guen	saint-guen	FR	22530	482	Europe/Paris	48.21731	-2.936		Saint-Guen,Sant-Wenn		53	22	224	22158
2979614	Saint-Groux	saint-groux	FR	16230	143	Europe/Paris	45.89734	0.16766		Saint-Groux,Sen-Gru,sheng ge lu,Сен-Гру,سینٹ-گخو,圣格鲁		75	16	163	16326
2979616	Saint-Griède	saint-griede	FR	32110	126	Europe/Paris	43.72685	-0.09306		Plante,Planté,Saint-Griede,Saint-Griède		76	32	322	32380
2979617	Saint-Grégoire-du-Vièvre	saint-gregoire-du-vievre	FR	27450	336	Europe/Paris	49.24393	0.63476		Saint-Gregoire,Saint-Gregoire-du-Vievre,Saint-Grégoire,Saint-Grégoire-du-Vièvre,Sen-Greguar-dju-V'evr,Sen-Greguar-dju-Vevr,sheng ge lei gua er di wei ye fu er,Сен-Грегуар-дю-Вьевр,Сен-Грегуар-дю-Вєвр,سینٹ-گریگویرے-دو-ویورے,圣格雷瓜尔迪维耶夫尔		28	27	272	27550
2979618	Saint-Grégoire-d'Ardennes	saint-gregoire-d-ardennes	FR	17240	0	Europe/Paris	45.50583	-0.49594		Ardennes,Saint-Gregoire,Saint-Gregoire-d'Ardennes,Saint-Grégoire,Saint-Grégoire-d'Ardennes		75	17	171	17343
2979619	Saint-Grégoire	saint-gregoire	FR	35521 CEDEX	8058	Europe/Paris	48.15101	-1.68579		Saint-Gregoire,Saint-Grégoire,Sant-Gregor		53	35	353	35278
2979620	Saint-Grégoire	saint-gregoire	FR	35521 CEDEX	0	Europe/Paris	44.64169	0.56653				75	47	473	47084
2979621	Saint-Grégoire	saint-gregoire	FR	35521 CEDEX	0	Europe/Paris	44.32232	3.01408				76	12	122	12270
2979622	Saint-Grégoire	saint-gregoire	FR	35521 CEDEX	342	Europe/Paris	43.96204	2.26141		Saint-Gregoire,Saint-Grégoire		76	81	811	81253
2979623	Saint-Grégoire	saint-gregoire	FR	35521 CEDEX	0	Europe/Paris	43.80713	5.91674				93	04	044	04230
2979624	Saint-Gravé	saint-grave	FR	56220	690	Europe/Paris	47.72589	-2.28066		Saint-Grave,Saint-Gravé,Sant-Gravez,Sen-Grave,sheng ge la wei,Сен-Граве,سینٹ-گریو,圣格拉韦		53	56	563	56218
2979625	Saint-Gratien-Savigny	saint-gratien-savigny	FR	58340	128	Europe/Paris	46.90127	3.6573		Saint-Gratien,Saint-Gratien-Savigny		27	58	581	58243
2979626	Saint-Gratien	saint-gratien	FR	80260	353	Europe/Paris	49.96632	2.40942		Saint-Gratien		32	80	802	80704
2979627	Saint-Gratien	saint-gratien	FR	80260	19737	Europe/Paris	48.9735	2.28729		Saint-Gratien		11	95	952	95555
2979630	Saint-Goussaud	saint-goussaud	FR	23430	215	Europe/Paris	46.04065	1.57829		Saint-Goussaud,Sen-Gusso,Sent Gossaud,sheng gu suo,Сен-Гуссо,سینٹ-گوسسعود,圣古索		75	23	232	23200
2979631	Saint-Gourson	saint-gourson	FR	16700	143	Europe/Paris	45.95115	0.32195		Saint-Gourson,Sen-Gurson,sheng gu er song,Сен-Гурсон,سینٹ-گورسوں,圣古尔松		75	16	163	16325
2979632	Saint-Gourgon	saint-gourgon	FR	41310	119	Europe/Paris	47.66081	1.01728		Gourgon-la-Plaine,Saint-Gourgon		24	41	412	41213
2979633	Saint-Gouéno	saint-goueno	FR	22330	674	Europe/Paris	48.26783	-2.56743		Saint-Goueno,Saint-Gouéno,Sant-Gouenou,Sant-Gouenoù,Sen-Guehno,Sen-Gueno,sheng gu ai nuo,Сен-Гуено,Сен-Гуэно,سینٹ-گونو,圣古埃诺		53	22	224	22046
2979634	Saint-Gorgon-Main	saint-gorgon-main	FR	25520	202	Europe/Paris	47.02228	6.32235		Saint-Gorgon,Saint-Gorgon-Main,Saint-Gorgon-la-Main		27	25	253	25517
2979639	Saint-Gonlay	saint-gonlay	FR	35750	322	Europe/Paris	48.11335	-2.06643		Saint-Gonlay,Sanctus Gonleius,Sant-Gonlei,Sen-Gonle,sheng gong lai,Сен-Гонле,سینٹ-گونلے,圣贡莱		53	35	353	35277
2979641	Saint-Gondran	saint-gondran	FR	35630	504	Europe/Paris	48.26736	-1.83566		Saint-Gondran,Sant-Gondran		53	35	353	35276
2979642	Saint-Gondon	saint-gondon	FR	45500	953	Europe/Paris	47.69791	2.54218		Saint-Gondon,Sen-Gondon,sheng gong dong,Сен-Гондон,سینٹ-گوندوں,圣贡东		24	45	451	45280
2979644	Saint-Goin	saint-goin	FR	64400	202	Europe/Paris	43.24687	-0.70152		Saint-Goin,Sangoine,Sen-Guehn,Sen-Guen,Sent Goen,Sent Gueenh,Sent Güenh,sheng guan,Сен-Гуен,Сен-Гуэн,سینٹ-گن,圣关		75	64	642	64481
2979645	Saint-Gobert	saint-gobert	FR	02140	312	Europe/Paris	49.80213	3.81653		Saint-Gobert		32	02	025	02681
2979648	Saint-Gobain	saint-gobain	FR	02410	2347	Europe/Paris	49.59572	3.3775		Mont-Libre,Saint-Gobain		32	02	022	02680
2979649	Saint-Goazec	saint-goazec	FR	29520	785	Europe/Paris	48.16359	-3.78259		Saint-Goazec,Sant-Wazeg,Sen-Goazek,san=goazekku,sheng ge a ze ke,Сен-Гоазек,سینٹ-گوازیک,サン＝ゴアゼック,圣戈阿泽克		53	29	292	29249
2979650	Saint-Glen	saint-glen	FR	22510	539	Europe/Paris	48.35867	-2.52384		Saint-Glen,Sant-Glenn		53	22	224	22296
2979653	Saint-Girons-d'Aiguevives	saint-girons-d-aiguevives	FR	33920	863	Europe/Paris	45.13998	-0.54241		Saint-Girons,Saint-Girons-d'Aiguevives		75	33	331	33416
2979656	Saint-Girons-en-Béarn	saint-girons-en-bearn	FR	64300	143	Europe/Paris	43.55	-0.83333		Sen-Zhiron-an-Bearn,Sent Gironc,Sent Gironç,Sent Guironc,Sent Guironç,bei a er en de qu sheng ji long,Сен-Жирон-ан-Беарн,سینٹ-گرونس-این -بیرن,贝阿尔恩地区圣吉龙		75	64	643	64479
2979657	Saint-Girons	saint-girons	FR	09200	7004	Europe/Paris	42.98491	1.14587		Lunoque,Saint-Girons	093	76	09	093	09261
2979658	Saint-Girod	saint-girod	FR	73410	455	Europe/Paris	45.77838	5.96733		Les Vergers,Saint-Girod		84	73	732	73010
2979660	Saint-Gingolph	saint-gingolph	FR	74500	640	Europe/Paris	46.39235	6.79612	386	Morgelibre,Saint-Gingolph		84	74	744	74237
2979661	Saint-Gineis-en-Coiron	saint-gineis-en-coiron	FR	07580	100	Europe/Paris	44.63263	4.53298		Saint-Gineis,Saint-Gineis-en-Coiron,Saint-Giney-en-Coiron,Saint-Gineys		84	07	071	07242
2979662	Saint-Gilles-Croix-de-Vie	saint-gilles-croix-de-vie	FR	85800	7280	Europe/Paris	46.69761	-1.94561		Saint-Gilles,Sen-Zhil'-Krua-de-Vi,san=jiru=kurowa=do=vu~i,sheng ji lai si-ke lu wa de wei ye,Сен-Жиль-Круа-де-Ві,سینٹ-گلیس-کروئی-دے-وی,サン＝ジル＝クロワ＝ド＝ヴィ,圣吉莱斯-克鲁瓦德维耶		52	85	853	85222
2979663	Saint-Gilles-Pligeaux	saint-gilles-pligeaux	FR	22480	0	Europe/Paris	48.38058	-3.09477		Mont-Pligeaux,Saint-Gilles,Saint-Gilles-Pligeaux,Sant-Jili-Plijo,Sen-Zhil'-Plizho,sheng ji lai pu li ruo,Сен-Жиль-Плижо,Сен-Жиль-Пліжо,圣吉莱普利若		53	22	222	22294
2979664	Saint-Gilles-les-Forêts	saint-gilles-les-forets	FR	87130	56	Europe/Paris	45.62846	1.6651		La Foret-Bayee,La Forêt-Bayée,Saint-Gilles,Saint-Gilles-les-Forets,Saint-Gilles-les-Forêts		75	87	872	87147
2979665	Saint-Gilles-les-Bois	saint-gilles-les-bois	FR	22290	416	Europe/Paris	48.65224	-3.10454		Bellevue,Saint-Gilles,Saint-Gilles-les-Bois,Sant-Jili-ar-C'hoad,Sant-Jili-ar-Choad,Sen-Zhil'-le-Bua,sen lin sheng ji lai,Сен-Жиль-ле-Буа,سینٹ-گلیس-لیس-بوس,森林圣吉莱		53	22	222	22293
2979666	Saint-Gilles-Vieux-Marché	saint-gilles-vieux-marche	FR	22530	0	Europe/Paris	48.24315	-2.97473		Saint-Gilles,Saint-Gilles-Vieux-Marche,Saint-Gilles-Vieux-Marché,Saint-Gilles-du-Vieux-Marche,Saint-Gilles-du-Vieux-Marché,Sant-Jili-ar-C'hozhvarc'had		53	22	224	22295
2979667	Saint-Gilles-du-Mené	saint-gilles-du-mene	FR	22330	495	Europe/Paris	48.24784	-2.54742		Saint-Gilles,Saint-Gilles-du-Mene,Saint-Gilles-du-Mené,Sant-Jili-ar-Menez,Sen-Zhil'-dju-Mene,sheng ji lai di mei nei,Сен-Жиль-дю-Мене,سینٹ-گلیس-دو-منے,圣吉莱迪梅内		53	22	224	22046
2979668	Saint-Gilles-des-Marais	saint-gilles-des-marais	FR	61700	92	Europe/Paris	48.58287	-0.69388		Saint-Gilles		28	61	612	61401
2979669	Saint-Gilles-de-la-Neuville	saint-gilles-de-la-neuville	FR	76430	577	Europe/Paris	49.57494	0.37543		Saint-Gilles,Saint-Gilles-de-la-Neuville		28	76	762	76586
2979670	Saint-Gilles-de-Crétot	saint-gilles-de-cretot	FR	76490	275	Europe/Paris	49.55824	0.64433		Saint-Gilles,Saint-Gilles-de-Cretot,Saint-Gilles-de-Crétot		28	76	763	76585
2979671	Saint-Gilles	saint-gilles	FR	30800	167	Europe/Paris	49.28036	3.67679		Montardre,Saint-Gilles		44	51	513	51484
2979672	Saint-Gilles	saint-gilles	FR	30800	812	Europe/Paris	49.10464	-1.1769		Saint-Gilles		28	50	504	50483
2979673	Saint-Gilles	saint-gilles	FR	30800	3797	Europe/Paris	48.1534	-1.82618		Saint-Gilles,Sant-Jili-Roazhon		53	35	353	35275
2979674	Saint-Gilles	saint-gilles	FR	30800	0	Europe/Paris	47.81128	-3.24323				53	56	561	56083
2979675	Saint-Gilles	saint-gilles	FR	30800	0	Europe/Paris	47.7656	-1.02372				52	49	494	49248
2979676	Saint-Gilles	saint-gilles	FR	30800	0	Europe/Paris	47.12336	0.42526				24	37	371	37119
2979677	Saint-Gilles	saint-gilles	FR	30800	297	Europe/Paris	46.87786	4.66357		Saint-Gilles		27	71	712	71425
2979678	Saint-Gilles	saint-gilles	FR	30800	147	Europe/Paris	46.47924	1.4582		Saint-Gilles		24	36	361	36196
2979679	Saint-Gilles	saint-gilles	FR	30800	13231	Europe/Paris	43.67656	4.43024		Heraclee,Héraclée,Mont-d'Abloux,Saint-Gilles,Saint-Gilles-du-Gard		76	30	302	30258
2979680	Saint-Gildas-des-Bois	saint-gildas-des-bois	FR	44530	3239	Europe/Paris	47.51622	-2.03659		Gweltaz-Lambrizig,Saint-Gildas,Saint-Gildas-des-Bois		52	44	443	44161
2979681	Saint-Gildas-de-Rhuys	saint-gildas-de-rhuys	FR	56730	1533	Europe/Paris	47.50052	-2.8389		Abelard,Abélard,Lokentaz,Saint-Gildas,Saint-Gildas de Ruys,Saint-Gildas-de Ruis,Saint-Gildas-de-Rhuys,Sanctus Gildasius Ruiensis,Sen-Zhil'da-de-Rjui,san=jiruda=do=ryuisu,sheng ji er da de lu yi,Сен-Жильда-де-Рюи,Сен-Жильда-де-Рюї,سینٹ-گلدس-دے-رھیس,サン＝ジルダ＝ド＝リュイス,圣吉尔达德吕伊		53	56	563	56214
2979685	Saint-Gildas	saint-gildas	FR	22800	251	Europe/Paris	48.42175	-3.00307		Gildas-du-Chaneau,Saint-Gildas,Sant-Weltaz		53	22	224	22291
2979687	Saint-Gibrien	saint-gibrien	FR	51510	381	Europe/Paris	48.97418	4.30136		Jolibois,Mont-Union,Saint-Gibrien,Sen-Zhibrijan,sheng ji bu li an,Сен-Жибріян,سینٹ-گبرین,圣吉布里安		44	51	511	51483
2979688	Saint-Geyrac	saint-geyrac	FR	24330	231	Europe/Paris	45.08864	0.91507		Saint-Geyrac,Sen-Zherak,Sengeirac,Union,sheng re la ke,Сен-Жерак,سینٹ-گیرک,圣热拉克		75	24	243	24421
2979689	Saint-Géry	saint-gery	FR	24400	210	Europe/Paris	44.98477	0.32394		Saint-Gery,Saint-Géry		75	24	241	24420
2979691	Saint-Gervazy	saint-gervazy	FR	63340	270	Europe/Paris	45.41513	3.21625		Roche,Saint-Gervazy		84	63	633	63356
2979692	Saint-Gervasy	saint-gervasy	FR	30320	1577	Europe/Paris	43.87796	4.46818		Belleviste,Saint-Gervasy		76	30	302	30257
2979693	Saint-Gervais-sur-Roubion	saint-gervais-sur-roubion	FR	26160	768	Europe/Paris	44.58207	4.88781		Mont-Roubbion,Saint-Gervais,Saint-Gervais-sur-Roubion		84	26	262	26305
2979694	Saint-Gervais-sur-Mare	saint-gervais-sur-mare	FR	34610	884	Europe/Paris	43.65401	3.04244		Mont-Taillis,Saint-Gervais,Saint-Gervais-sur-Mare		76	34	341	34260
2979695	Saint-Gervais-sur-Couches	saint-gervais-sur-couches	FR	71490	199	Europe/Paris	46.92107	4.5819		Saint-Gervais,Saint-Gervais-sur-Couches		27	71	711	71424
2979696	Saint-Gervais-sous-Meymont	saint-gervais-sous-meymont	FR	63880	244	Europe/Paris	45.6894	3.60739		Gervais-Maymont,Saint Gervais,Saint-Gervais-sous-Meymont		84	63	631	63355
2979697	Saint-Gervais-les-Trois-Clochers	saint-gervais-les-trois-clochers	FR	86230	1262	Europe/Paris	46.90065	0.4076		Saint-Gervais,Saint-Gervais-les 3 Clochers,Saint-Gervais-les-Trois-Clochers,Sen-Zherve-le-Trua-Kloshe,sheng re er wei lai si-te lu wa ke luo xie er,Сен-Жерве-ле-Труа-Клоше,سینٹ-گروس-لیس-تروص-کلوچرس,圣热尔韦莱斯-特鲁瓦克洛谢尔		75	86	861	86224
2979698	Saint-Gervais-les-Bains	saint-gervais-les-bains	FR	74170	5882	Europe/Paris	45.89126	6.71678	840	Fanum Sancti Gervasii ad Balnea,Saint-Gervais,Saint-Gervais-les-Bains,Sen-Zherve-le-Ben,Verosse,Vérosse,Сен-Жерве-ле-Бен,سینٹ-گروس-لیس-بانس		84	74	742	74236
2979699	Saint-Gervais-la-Forêt	saint-gervais-la-foret	FR	41350	3489	Europe/Paris	47.56705	1.35493		Bonne-Creme,Bonne-Crème,Gervais-sur-Cosson,Saint-Gervais,Saint-Gervais-la-Foret,Saint-Gervais-la-Forêt,Sen-Zherve-la-Fore,sheng re er wei la fu lei,Сен-Жерве-ла-Форе,سینٹ-گروس-لا-فورٹ,圣热尔韦拉福雷		24	41	411	41212
2979700	Saint-Gervais-en-Vallière	saint-gervais-en-valliere	FR	71350	305	Europe/Paris	46.93924	4.95071		Saint-Gervais,Saint-Gervais-en-Valliere,Saint-Gervais-en-Vallière		27	71	712	71423
2979701	Saint-Gervais-en-Belin	saint-gervais-en-belin	FR	72220	1835	Europe/Paris	47.87759	0.2177		Saint-Gervais,Saint-Gervais-en-Belin		52	72	723	72287
2979702	Saint-Gervais-du-Perron	saint-gervais-du-perron	FR	61500	290	Europe/Paris	48.5345	0.14841		L'Unite-du-Perron,L'Unité-du-Perron,Saint-Gervais,Saint-Gervais-du-Perron		28	61	611	61400
2979703	Saint-Gervais-de-Vic	saint-gervais-de-vic	FR	72120	386	Europe/Paris	47.88746	0.7413		Saint-Gervais,Saint-Gervais-de-Vic		52	72	722	72286
2979704	Saint-Gervais-des-Sablons	saint-gervais-des-sablons	FR	61160	70	Europe/Paris	48.90384	0.07542		Saint-Gervais,Saint-Gervais-des-Sablons		28	61	612	61399
2979705	Saint-Gervais-d'Auvergne	saint-gervais-d-auvergne	FR	63390	1512	Europe/Paris	46.02916	2.81901		Saint-Gervais,Saint-Gervais-d'Auvergne		84	63	634	63354
2979706	Saint-Gervais	saint-gervais	FR	30200	944	Europe/Paris	49.17062	1.77062		Saint-Gervais		11	95	953	95554
2979707	Saint-Gervais	saint-gervais	FR	30200	1763	Europe/Paris	46.90258	-1.99907		Saint-Gervais		52	85	853	85221
2979708	Saint-Gervais	saint-gervais	FR	30200	0	Europe/Paris	46.8541	3.57042				27	58	583	58306
2979709	Saint-Gervais	saint-gervais	FR	30200	0	Europe/Paris	45.99005	0.34796				75	16	163	16242
2979710	Saint-Gervais	saint-gervais	FR	30200	0	Europe/Paris	45.78473	0.75945				75	87	873	87204
2979711	Saint-Gervais	saint-gervais	FR	30200	405	Europe/Paris	45.20151	5.48015		Saint-Gervais		84	38	381	38390
2979712	Saint-Gervais	saint-gervais	FR	30200	1327	Europe/Paris	45.01836	-0.46318		Saint-Gervais		75	33	331	33415
2979713	Saint-Gervais	saint-gervais	FR	30200	0	Europe/Paris	44.73899	2.67878				76	12	122	12250
2979714	Saint-Gervais	saint-gervais	FR	30200	0	Europe/Paris	44.28596	1.05453				76	82	821	82182
2979715	Saint-Gervais	saint-gervais	FR	30200	728	Europe/Paris	44.18488	4.57385		Gervais-les-Bagnols,Gervais-lès-Bagnols,Saint-Gervais		76	30	302	30256
2979716	Saint-Gérons	saint-gerons	FR	15150	156	Europe/Paris	44.95045	2.21643		Saint-Gerons,Saint-Gérons		84	15	151	15189
2979717	Saint-Géron	saint-geron	FR	43360	188	Europe/Paris	45.34172	3.29556		La Roche-Geron,La Roche-Géron,Saint-Geron,Saint-Géron		84	43	431	43191
2979718	Saint-Germier	saint-germier	FR	31290	204	Europe/Paris	46.46176	-0.03905		Saint-Germier		75	79	793	79256
2979719	Saint-Germier	saint-germier	FR	31290	0	Europe/Paris	43.6789	2.22897		Saint-Germier		76	81	812	81252
2979720	Saint-Germier	saint-germier	FR	31290	119	Europe/Paris	43.66669	0.95051		Jarras,Saint-Germier		76	32	322	32379
2979721	Saint-Germier	saint-germier	FR	31290	96	Europe/Paris	43.47011	1.73217		Saint-Germier		76	31	313	31485
2979722	Saint-Germer-de-Fly	saint-germer-de-fly	FR	60850	1833	Europe/Paris	49.44281	1.77986		Saint-Germer,Saint-Germer-de-Fly		32	60	601	60577
2979723	Saint-Germé	saint-germe	FR	32400	458	Europe/Paris	43.68013	-0.14627		Saint-Germe,Saint-Germé		76	32	323	32378
2979724	Saint-Germain-Village	saint-germain-village	FR	27500	1617	Europe/Paris	49.34908	0.50331		Saint-Germain,Saint-Germain-Village,Sen-Zhermen-Villazh,sheng ri er man wei la ge,Сен-Жермен-Виллаж,Сен-Жермен-Віллаж,سینٹ-گرمین-ولیج,圣日尔曼维拉格		28	27	272	27467
2979725	Saint-Germain-sur-Vienne	saint-germain-sur-vienne	FR	37500	339	Europe/Paris	47.19439	0.09813		Saint-Germain		24	37	371	37220
2979726	Saint-Germain-sur-Sèves	saint-germain-sur-seves	FR	50190	216	Europe/Paris	49.22214	-1.3694		Germain-sur-Seves,Germain-sur-Sèves,Saint-Germain,Saint-Germain-sur-Seves,Saint-Germain-sur-Sèves		28	50	503	50482
2979727	Saint-Germain-sur-Sarthe	saint-germain-sur-sarthe	FR	72130	446	Europe/Paris	48.28559	0.09557		Saint-Germain,Saint-Germain-sur-Sarthe		52	72	722	72138
2979728	Saint-Germain-sur-Rhône	saint-germain-sur-rhone	FR	74910	335	Europe/Paris	46.05943	5.81721		Saint-Germain,Saint-Germain-sur-Rhone,Saint-Germain-sur-Rhône		84	74	743	74235
2979729	Saint-Germain-sur-Renon	saint-germain-sur-renon	FR	01240	237	Europe/Paris	46.08031	5.05789		Saint-Germain,Saint-Germain-sur-Renon		84	01	012	01359
2979730	Saint-Germain-sur-Morin	saint-germain-sur-morin	FR	77860	3024	Europe/Paris	48.88257	2.85127		Saint-Germain,Saint-Germain-sur-Morin		11	77	771	77413
2979731	Saint-Germain-sur-Moine	saint-germain-sur-moine	FR	49230	2611	Europe/Paris	47.11746	-1.12223		Saint-Germain,Saint-Germain-sur-Moine,Sen-Zhermen-sjur-Muan,mu wan he pan sheng ri er man,Сен-Жермен-сюр-Муан,سینٹ-گرمین-سر-منے,穆万河畔圣日尔曼		52	49	492	49301
2979768	Saint-Germain-la-Ville	saint-germain-la-ville	FR	51240	548	Europe/Paris	48.88217	4.44752		Germinal-sur-Marne,Saint-Germain,Saint-Germain-la-Ville,Villemarne		44	51	511	51482
2979732	Saint-Germain-sur-Meuse	saint-germain-sur-meuse	FR	55140	256	Europe/Paris	48.64942	5.69421		Saint-Germain,Saint-Germain-sur-Meuse,Sen-Zhermen-sjur-Mez,mo si he pan sheng ri er man,Сен-Жермен-сюр-Мез,سینٹ-گرمین-سر-موسے,默斯河畔圣日尔曼		44	55	552	55456
2979733	Saint-Germain-Nuelles	saint-germain-nuelles	FR	69210	1295	Europe/Paris	45.85242	4.61182		Barras-sur-l'Arbresle,Saint Germain,Saint-Germain-sur-l'Arbresle		84	69	692	69208
2979734	Saint-Germain-sur-Ille	saint-germain-sur-ille	FR	35250	786	Europe/Paris	48.24951	-1.65769		Saint-Germain,Saint-Germain-sur-Ille,Sant-Jermen-an-Il		53	35	353	35274
2979735	Saint-Germain-sur-École	saint-germain-sur-ecole	FR	77930	362	Europe/Paris	48.47415	2.50793		Saint-Germain,Saint-Germain-sur-Ecole,Saint-Germain-sur-École		11	77	774	77412
2979736	Saint-Germain-sur-Eaulne	saint-germain-sur-eaulne	FR	76270	243	Europe/Paris	49.76471	1.50676		Saint-Germain,Saint-Germain-sur-Eaulne		28	76	761	76584
2979737	Saint-Germain-sur-Bresle	saint-germain-sur-bresle	FR	80430	188	Europe/Paris	49.82979	1.73199		Saint-Germain,Saint-Germain-sur-Bresle		32	80	802	80703
2979738	Saint-Germain-sur-Ay	saint-germain-sur-ay	FR	50430	873	Europe/Paris	49.2351	-1.59444		Saint-Germain,Saint-Germain-sur-Ay,Sen-Zhermen-sjur-E,ai he pan sheng ri er man,Сен-Жермен-сюр-Е,سینٹ-گرمین-سر-ے,艾河畔圣日尔曼		28	50	503	50481
2979739	Saint-Germain-sur-Avre	saint-germain-sur-avre	FR	27320	1185	Europe/Paris	48.76466	1.26776		Saint-Germain,Saint-Germain-sur-Avre,Sen-Zhermen-sjur-Avr,a fu er he pan sheng ri er man,Сен-Жермен-сюр-Авр,سینٹ-گرمین-سر-اورے,阿夫尔河畔圣日尔曼		28	27	273	27548
2979740	Saint-Germain-sous-Doue	saint-germain-sous-doue	FR	77169	419	Europe/Paris	48.85076	3.14442		Bellefontaine,Saint-Germain,Saint-Germain-sous-Doue		11	77	773	77411
2979741	Saint-Germain-sous-Cailly	saint-germain-sous-cailly	FR	76690	214	Europe/Paris	49.57866	1.2054		Saint-Germain,Saint-Germain-sous-Cailly		28	76	763	76583
2979742	Saint-Germain	saint-germain	FR	07170	30	Europe/Paris	47.5	4.7		Saint-Germain-Source-Seine,Source-Seine		27	21	213	21084
2979743	Saint-Germain-près-Herment	saint-germain-pres-herment	FR	63470	0	Europe/Paris	45.75	2.55		Saint-Germain,Saint-Germain-pres-Herment,Saint-Germain-près-Herment		84	63	634	63351
2979744	Saint-Germainmont	saint-germainmont	FR	08190	801	Europe/Paris	49.50847	4.13247		Saint-Germainmont,Sen-Zhermenmon,Сен-Жерменмон,سینٹ-گرمینمونٹ		44	08	082	08381
2979745	Saint-Germain-l'Herm	saint-germain-l-herm	FR	63630	508	Europe/Paris	45.45858	3.54134		Germain-la-Montagne,Saint-Germain,Saint-Germain-l'Herm,Saint-Germain-lHerm,sheng ri er man lai er mu,圣日耳曼莱尔姆		84	63	631	63353
2979746	Saint-Germain-le-Vieux	saint-germain-le-vieux	FR	61390	59	Europe/Paris	48.61142	0.31416		L'Unite-des-Grouas,L'Unité-des-Grouas,Saint-Germain,Saint-Germain-le-Vieux		28	61	611	61398
2979747	Saint-Germain-le-Vasson	saint-germain-le-vasson	FR	14190	969	Europe/Paris	49.002	-0.30133		Saint-Germain,Saint-Germain-le-Vasson		28	14	142	14589
2979748	Saint-Germain-les-Vergnes	saint-germain-les-vergnes	FR	19330	868	Europe/Paris	45.27373	1.63508		Bruyeres-les-Vergnes,Bruyères-les-Vergnes,Saint-Germain,Saint-Germain-les-Vergnes		75	19	192	19207
2979749	Saint-Germain-lès-Senailly	saint-germain-les-senailly	FR	21500	113	Europe/Paris	47.59759	4.27345		Mont-sur-Armancon,Mont-sur-Armançon,Saint-Germain,Saint-Germain-les-Senailly,Saint-Germain-lès-Senailly		27	21	213	21550
2979750	Saint-Germain-Lespinasse	saint-germain-lespinasse	FR	42640	1147	Europe/Paris	46.10342	3.96503		Saint-Germain,Saint-Germain-Lespinasse		84	42	422	42231
2979751	Saint-Germain-les-Paroisses	saint-germain-les-paroisses	FR	01300	334	Europe/Paris	45.77291	5.61792		Saint-Germain,Saint-Germain-les-Paroisses		84	01	011	01358
2979752	Saint-Germain-lès-Corbeil	saint-germain-les-corbeil	FR	91250	7481	Europe/Paris	48.62211	2.48775		Saint-Germain,Saint-Germain-les-Corbeil,Saint-Germain-lès-Corbeil,Sen-Zhermen-le-Korbej,Vieux-Corbeil,sheng re er man lai ke er bei,Сен-Жермен-ле-Корбей,سینٹ-گرمین-لیس-کوربیل,圣热尔曼莱科尔贝		11	91	912	91553
2979753	Saint-Germain-lès-Buxy	saint-germain-les-buxy	FR	71390	180	Europe/Paris	46.70952	4.77131		Bois-Soleil,Saint-Germain,Saint-Germain-les-Buxy,Saint-Germain-lès-Buxy		27	71	712	71422
2979754	Saint-Germain-les-Belles	saint-germain-les-belles	FR	87380	1152	Europe/Paris	45.61515	1.49527		Mont-les-Belles,Saint-Germain,Saint-Germain-les-Belles		75	87	872	87146
2979755	Saint-Germain-lès-Arpajon	saint-germain-les-arpajon	FR	91180	8695	Europe/Paris	48.59733	2.26481		Franc-Val,Germain-les-Chatres,Germain-lès-Châtres,Germinal-sur-Orge,Saint-Germain,Saint-Germain-les-Arpajon,Saint-Germain-lès-Arpajon,Sen-Zhermen-lez-Arpazhon,sheng re er man lai a er pa rong,Сен-Жермен-лез-Арпажон,سینٹ-گرمین-لیس-ارپجوں,圣热尔曼莱阿尔帕容		11	91	913	91552
2979756	Saint-Germain-lès-Arlay	saint-germain-les-arlay	FR	39210	529	Europe/Paris	46.75973	5.56005		Saint Germain,Saint-Germain-les-Arlay,Saint-Germain-lès-Arlay		27	39	392	39017
2979757	Saint-Germain-le-Rocheux	saint-germain-le-rocheux	FR	21510	94	Europe/Paris	47.75131	4.66869		Montagne-en-Bellevue,Saint-Germain,Saint-Germain-le-Rocheux,Sen-Zhermen-le-Roshe,Sen-Zhermen-le-Roshjo,sheng ri er man lai luo she,Сен-Жермен-ле-Роше,Сен-Жермен-ле-Рошё,سینٹ-گرمین-لے-روچےش,圣日尔曼莱罗舍		27	21	213	21549
2979758	Saint-Germain-Lembron	saint-germain-lembron	FR	63340	1706	Europe/Paris	45.45793	3.23973		Liziniac-Lembron,Saint-Germain,Saint-Germain-Lembron		84	63	633	63352
2979760	Saint-Germain-le-Guillaume	saint-germain-le-guillaume	FR	53240	423	Europe/Paris	48.20641	-0.82583		Saint-Germain,Saint-Germain-le-Guillaume		52	53	533	53225
2979762	Saint-Germain-le-Gaillard	saint-germain-le-gaillard	FR	28190	642	Europe/Paris	49.48595	-1.78226		Saint-Germain,Saint-Germain-le-Gaillard		28	50	502	50480
2979763	Saint-Germain-le-Gaillard	saint-germain-le-gaillard	FR	28190	319	Europe/Paris	48.42175	1.25945		Saint-Germain,Saint-Germain-le-Gaillard		24	28	281	28339
2979764	Saint-Germain-le-Fouilloux	saint-germain-le-fouilloux	FR	53240	711	Europe/Paris	48.13702	-0.79049		Saint-Germain,Saint-Germain-le-Fouilloux		52	53	532	53224
2979765	Saint-Germain-le-Châtelet	saint-germain-le-chatelet	FR	90110	585	Europe/Paris	47.69751	6.95852		Saint-Germain,Saint-Germain-le-Chatelet,Saint-Germain-le-Châtelet		27	90	901	90091
2979766	Saint-Germain-Laxis	saint-germain-laxis	FR	77950	579	Europe/Paris	48.58205	2.71039		Saint-Germain-Laxis		11	77	772	77410
2979767	Saint-Germain-Lavolps	saint-germain-lavolps	FR	19290	95	Europe/Paris	45.61339	2.20588		Saint-Germain,Saint-Germain-Lavolps		75	19	193	19206
2979958	Saint-Georges	saint-georges	FR	15100	0	Europe/Paris	49.35006	4.98497				44	08	084	08246
2979770	Saint-Germain-Laval	saint-germain-laval	FR	42260	2983	Europe/Paris	48.39968	2.99781		Gardeloup-sur-Seine,Saint-Germain-Laval		11	77	773	77409
2979771	Saint-Germain-Laval	saint-germain-laval	FR	42260	1610	Europe/Paris	45.83249	4.01444		Chalier,Montchalier-Laval,Saint-Germain-Laval		84	42	422	42230
2979772	Saint-Germain-Laprade	saint-germain-laprade	FR	43700	3292	Europe/Paris	45.03862	3.97004		Saint-Germain,Saint-Germain-Laprade		84	43	432	43190
2979773	Saint-Germain-la-Poterie	saint-germain-la-poterie	FR	60650	425	Europe/Paris	49.44533	1.98285		Saint-Germain,Saint-Germain-la-Poterie		32	60	601	60576
2979774	Saint-Germain-Langot	saint-germain-langot	FR	14700	286	Europe/Paris	48.92384	-0.32363		Saint-Germain,Saint-Germain-Langot		28	14	142	14588
2979775	Saint-Germain-la-Montagne	saint-germain-la-montagne	FR	42670	209	Europe/Paris	46.20166	4.37891		Saint-Germain,Saint-Germain-la-Montagne		84	42	422	42229
2979776	Saint-Germain-l'Aiguiller	saint-germain-l-aiguiller	FR	85390	0	Europe/Paris	46.6867	-0.84196		L'Aiguiller-sur-Maine,Saint-Germain,Saint-Germain-l'Aiguiller		52	85	851	85154
2979971	Saint-Georges	saint-georges	FR	15100	159	Europe/Paris	43.73237	0.92786		Saint-Georges		76	32	322	32377
2979778	Saint-Germain-la-Chambotte	saint-germain-la-chambotte	FR	73410	415	Europe/Paris	45.77952	5.88966		La Chambaute,Mont-Sec,Saint-Germain,Saint-Germain-la-Chambotte		84	73	732	73010
2979779	Saint-Germain-la-Campagne	saint-germain-la-campagne	FR	27230	788	Europe/Paris	49.04799	0.40579		Saint-Germain,Saint-Germain-la-Campagne		28	27	272	27547
2979780	Saint-Germain-la-Blanche-Herbe	saint-germain-la-blanche-herbe	FR	14280	2516	Europe/Paris	49.18327	-0.40426		Saint-Germain,Saint-Germain-la-Blanche-Herbe		28	14	142	14587
2979781	Saint-Germain-et-Mons	saint-germain-et-mons	FR	24520	0	Europe/Paris	44.8443	0.5948		Sen-Zhermen-e-Mon,Sen-Zhermen-eh-Mon,Sent Germa e Monts,Sent German e Monts,Sent Gèrman e Monts,sheng ri er man he meng,Сен-Жермен-е-Мон,Сен-Жермен-э-Мон,سینٹ-گرمین-یت-مونس,圣日尔曼和蒙		75	24	241	24419
2979782	Saint-Germain-en-Montagne	saint-germain-en-montagne	FR	39300	406	Europe/Paris	46.7782	5.93921		Plaisance,Saint Germain,Saint-Germain-en-Montagne,Sen-Zhermen-an-Montan',meng ta ni de qu sheng ri er man,Сен-Жермен-ан-Монтань,سینٹ-گرمین-این -مونٹاگنے,蒙塔尼地区圣日尔曼		27	39	392	39481
2979783	Saint-Germain-en-Laye	saint-germain-en-laye	FR	78100	41142	Europe/Paris	48.89643	2.0904		Montagne-du-Bon-Air,Saint Germain en Laye,Saint-Germain,Saint-Germain-en-Laye,Sanctus Germanus in Laya,Sen Zhermen an Le,Sen-Zhermen-an-Le,saengjeleumaeng-angle,san=jeruman=an=re,sheng ri er man ang lai,sn jrmn an lh,sn zhrmn an lh,Сен Жермен ан Ле,Сен-Жермен-ан-Ле,سن جرمن آن له,سن ژرمن آن له,سینٹ-گرمین-این -لیے,แซ็ง-แฌร์แม็ง-อ็อง-แล,サン＝ジェルマン＝アン＝レー,圣日耳曼昂莱,생제르맹앙레	783	11	78	783	78551
2979784	Saint-Germain-en-Coglès	saint-germain-en-cogles	FR	35133	1957	Europe/Paris	48.40563	-1.26352		Saint-Germain,Saint-Germain-en-Cogles,Saint-Germain-en-Coglès,Sant-Jermen-Gougleiz		53	35	351	35273
2979785	Saint-Germain-en-Brionnais	saint-germain-en-brionnais	FR	71800	174	Europe/Paris	46.35434	4.26493		Saint-Germain,Saint-Germain-en-Brionnais		27	71	713	71421
2979787	Saint-Germain-du-Teil	saint-germain-du-teil	FR	48340	856	Europe/Paris	44.47814	3.17201		Saint-Germain,Saint-Germain-du-Teil		76	48	482	48156
2979788	Saint-Germain-du-Seudre	saint-germain-du-seudre	FR	17240	372	Europe/Paris	45.5128	-0.66774		La Seudre,Saint-Germain,Saint-Germain-du-Seudre		75	17	171	17342
2979789	Saint-Germain-du-Salembre	saint-germain-du-salembre	FR	24190	800	Europe/Paris	45.13795	0.44949		Germain-Ferrugineux,Saint-Germain,Saint-Germain-du-Salembre,Sen-Zhermen-dju-Salambr,Sent German de Salembre,Sent Gèrman de Salembre,sheng ri er man di sa lang bu er,Сен-Жермен-дю-Саламбр,سینٹ-گرمین-دو-سالمبرے,圣日尔曼迪萨朗布尔		75	24	243	24418
2979790	Saint-Germain-du-Puy	saint-germain-du-puy	FR	18390	5057	Europe/Paris	47.1	2.48333		La Montagne-du-Puy,Saint Germain,Saint-Germain-du-Puy,Sen-Zhermen-dju-Pjui,sheng ri er man di pi yi,Сен-Жермен-дю-Пюи,Сен-Жермен-дю-Пюї,سینٹ-گرمین-دو-پے,圣日尔曼迪皮伊		24	18	181	18213
2979791	Saint-Germain-du-Puch	saint-germain-du-puch	FR	33750	2148	Europe/Paris	44.8558	-0.32331		Saint-Germain,Saint-Germain-du-Puch		75	33	335	33413
2979792	Saint-Germain-du-Plain	saint-germain-du-plain	FR	71370	1820	Europe/Paris	46.69938	4.9851		Le Pelletier-du-Plain,Saint-Germain,Saint-Germain-du-Plain,Thorey-sur-Saone,Thorey-sur-Saône		27	71	714	71420
2979793	Saint-Germain-du-Pinel	saint-germain-du-pinel	FR	35370	707	Europe/Paris	48.01343	-1.16715		Saint-Germain,Saint-Germain-du-Pinel,Sant-Jermen-ar-Bineg		53	35	351	35272
2979794	Saint-Germain-du-Pert	saint-germain-du-pert	FR	14230	158	Europe/Paris	49.33635	-1.04094		Saint-Germain,Saint-Germain-du-Pert		28	14	141	14586
2979795	Saint-Germain-du-Crioult	saint-germain-du-crioult	FR	14110	807	Europe/Paris	48.85642	-0.6044		Saint-Germain,Saint-Germain-du-Crioult,Sen-Zhermen-dju-Kriu,sheng ri er man di ke li wu er,Сен-Жермен-дю-Криу,Сен-Жермен-дю-Кріу,سینٹ-گرمین-دو-کرولٹ,圣日尔曼迪克里乌尔		28	14	144	14174
2979796	Saint-Germain-du-Corbéis	saint-germain-du-corbeis	FR	61000	4204	Europe/Paris	48.42215	0.06193		Lisie-du-Corbeis,Lisie-du-Corbéis,Saint-Germain,Saint-Germain-du-Corbeis,Saint-Germain-du-Corbéis		28	61	611	61397
2979797	Saint-Germain-du-Bois	saint-germain-du-bois	FR	71330	1806	Europe/Paris	46.75287	5.2453		Belle-Place,Bellevue-des-Bois,Grand-Bois,Saint-Germain,Saint-Germain-du-Bois,Sen-Zhermen-dju-Bua,Сен-Жермен-дю-Буа,سینٹ-گرمین-دو-بوس		27	71	714	71419
2979798	Saint-Germain-du-Bel-Air	saint-germain-du-bel-air	FR	46310	533	Europe/Paris	44.64676	1.43956		Belle-Plaine,Saint-Germain,Saint-Germain-du-Bel-Air,Seu-Libre		76	46	463	46267
2979799	Saint-Germain-de-Vibrac	saint-germain-de-vibrac	FR	17500	214	Europe/Paris	45.4255	-0.32386		Germain-Vibrac,Saint-Germain,Saint-Germain-de-Vibrac,Sen-Zhermen-de-Vibrak,sheng ri er man de wei bu la ke,Сен-Жермен-де-Вибрак,Сен-Жермен-де-Вібрак,سینٹ-گرمین-دے-وبرک,圣日尔曼德维布拉克		75	17	171	17341
2979800	Saint-Germain-de-Varreville	saint-germain-de-varreville	FR	50480	124	Europe/Paris	49.43726	-1.2575		Saint-Germain,Saint-Germain-de-Varreville		28	50	502	50479
2979801	Saint-Germain-de-Tournebut	saint-germain-de-tournebut	FR	50700	363	Europe/Paris	49.53534	-1.39478		Saint-Germain,Saint-Germain-de-Tournebut		28	50	502	50478
2979838	Saint-Germain-de-Coulamer	saint-germain-de-coulamer	FR	53700	410	Europe/Paris	48.26386	-0.17188		Colimer,Saint-Germain,Saint-Germain-de-Coulamer		52	53	533	53223
2979802	Saint-Germain-de-Tallevende-la-Lande-Vaumont	saint-germain-de-tallevende-la-lande-vaumont	FR	14500	0	Europe/Paris	48.8	-0.9		Saint-Germain,Saint-Germain-de-Tallevende,Saint-Germaine-de-Tallevende,Sen Zhermen de Talvand la Land Vomon,Sen-Zhermen-de-Tal'vand-la-Land-Vomon,Tallevende-le-Grand,sheng ri er man de ta lei wang dai-la-lang dai-wo meng,Сен Жермен де Талванд ла Ланд Вомон,Сен-Жермен-де-Тальванд-ла-Ланд-Вомон,سینٹ-گرمین-دے-تلونڈے-لا-لنڈے-وومونٹ,圣日尔曼德塔勒旺代-拉-朗代-沃蒙		28	14	144	14762
2979803	Saint-Germain-d'Étables	saint-germain-d-etables	FR	76590	0	Europe/Paris	49.83774	1.18132		Saint-Germain,Saint-Germain-d'Etables,Saint-Germain-d'Étables		28	76	761	76582
2979804	Saint-Germain-des-Vaux	saint-germain-des-vaux	FR	50440	416	Europe/Paris	49.71463	-1.91976		Saint-Germain,Saint-Germain-des-Vaux,Sen-Zhermen-de-Vo,san=jeruman=de=vu~o,sheng ri er man dai wo,Сен-Жермен-де-Во,سینٹ-گرمین-دس-وا,サン＝ジェルマン＝デ＝ヴォー,圣日尔曼代沃		28	50	502	50041
2979805	Saint-Germain-d'Esteuil	saint-germain-d-esteuil	FR	33340	0	Europe/Paris	45.28923	-0.86555		Saint-Germain,Saint-Germain-d'Esteuil		75	33	334	33412
2980053	Saint-Gal	saint-gal	FR	48700	0	Europe/Paris	45.02575	3.20965				84	15	153	15245
2979807	Saint-Germain-des-Prés	saint-germain-des-pres	FR	24160	1814	Europe/Paris	47.95384	2.84846		Saint-Germain,Saint-Germain-des-Pres,Saint-Germain-des-Prés		24	45	451	45279
2979808	Saint-Germain-des-Prés	saint-germain-des-pres	FR	24160	1206	Europe/Paris	47.40977	-0.83355		Pres-Fleuris,Prés-Fleuris,Saint-Germain,Saint-Germain-des-Pres,Saint-Germain-des-Prés		52	49	491	49284
2979809	Saint-Germain-des-Prés	saint-germain-des-pres	FR	24160	499	Europe/Paris	45.34207	0.9912		Saint-Germain,Saint-Germain-des-Pres,Saint-Germain-des-Prés		75	24	242	24417
2979810	Saint-Germain-des-Prés	saint-germain-des-pres	FR	24160	628	Europe/Paris	43.5615	2.06469		Saint-Germain,Saint-Germain-des-Pres,Saint-Germain-des-Prés		76	81	812	81251
2979811	Saint-Germain-des-Grois	saint-germain-des-grois	FR	61110	199	Europe/Paris	48.39855	0.82997		Saint-Germain,Saint-Germain-des-Grois		28	61	613	61395
2979812	Saint-Germain-des-Fossés	saint-germain-des-fosses	FR	03260	3750	Europe/Paris	46.20682	3.43374		Puymourgon,Saint-Germain,Saint-Germain-de-Salles,Saint-Germain-des-Fosses,Saint-Germain-des-Fossés,Sant German daus Fossats,Sen-Zhermen-de-Fosse,sheng ri er man dai fu sai,Сен-Жермен-де-Фоссе,سینٹ-گرمین-دس-فوسسس,圣日尔曼代福塞		84	03	033	03236
2979813	Saint-Germain-des-Essourts	saint-germain-des-essourts	FR	76750	357	Europe/Paris	49.53872	1.32098		Saint-Germain,Saint-Germain-des-Essourts		28	76	763	76581
2979814	Saint-Germain-des-Champs	saint-germain-des-champs	FR	89630	413	Europe/Paris	47.41036	3.92143		Saint-Germain,Saint-Germain-des-Champs		27	89	892	89347
2979815	Saint-Germain-des-Bois	saint-germain-des-bois	FR	18340	103	Europe/Paris	47.37762	3.51107		Saint-Germain,Saint-Germain-des-Bois		27	58	582	58242
2979816	Saint-Germain-des-Bois	saint-germain-des-bois	FR	18340	552	Europe/Paris	46.91238	2.44522		Bellevue-les-Bois,La Canoniere-sur-Aubois,La Canonière-sur-Aubois,Saint Germain,Saint-Germain-des-Bois		24	18	182	18212
2979817	Saint-Germain-des-Angles	saint-germain-des-angles	FR	27930	253	Europe/Paris	49.09156	1.14612		Saint-Germain,Saint-Germain-des-Angles		28	27	273	27546
2979818	Saint-Germain-de-Salles	saint-germain-de-salles	FR	03140	448	Europe/Paris	46.17926	3.21361		Belair,Saint-Germain,Saint-Germain-de-Salles		84	03	032	03237
2979819	Saint-Germain-de-Prinçay	saint-germain-de-princay	FR	85110	1415	Europe/Paris	46.72102	-1.0221		Princay-le-Vineux,Prinçay-le-Vineux,Saint-Germain,Saint-Germain-de-Princay,Saint-Germain-de-Prinçay,Saint-Germain-le Princay,Saint-Germain-le Prinçay		52	85	852	85220
2979820	Saint-Germain-de-Pasquier	saint-germain-de-pasquier	FR	27370	147	Europe/Paris	49.24605	1		Saint-Germain,Saint-Germain-de-Pasquier		28	27	272	27545
2979821	Saint-Germain-de-Montgommery	saint-germain-de-montgommery	FR	14140	172	Europe/Paris	48.94364	0.17179		Saint-Germain,Saint-Germain-de-Montgommery		28	14	143	14576
2979822	Saint-Germain-de-Montbron	saint-germain-de-montbron	FR	16380	445	Europe/Paris	45.62354	0.42		Saint-Germain,Saint-Germain-de-Montbron,Sen-Zhermen-de-Monbron,Sent German de Montberol,sheng ri er man de meng te bu long,Сен-Жермен-де-Монброн,سینٹ-گرمین-دے-مونتبروں,圣日尔曼德蒙特布龙		75	16	161	16323
2979823	Saint-Germain-de-Modéon	saint-germain-de-modeon	FR	21530	160	Europe/Paris	47.37985	4.14119		Modeon,Modéon,Saint-Germain,Saint-Germain-de-Modeon,Saint-Germain-de-Modéon		27	21	213	21548
2979824	Saint-Germain-de-Martigny	saint-germain-de-martigny	FR	61560	96	Europe/Paris	48.58973	0.4647		Saint-Germain,Saint-Germain-de-Martigny		28	61	613	61396
2979825	Saint-Germain-de-Marencennes	saint-germain-de-marencennes	FR	17700	1241	Europe/Paris	46.07775	-0.78909		Gerrnain-la-Rondee,Gerrnain-la-Rondée,Saint-Germain,Saint-Germain-de-Marencennes		75	17	172	17340
2979826	Saint-Germain-de-Lusignan	saint-germain-de-lusignan	FR	17500	1179	Europe/Paris	45.44987	-0.46059		Germain-Lusignan,Saint-Germain,Saint-Germain-de-Lusignan		75	17	171	17339
2979827	Saint-Germain-de-Longue-Chaume	saint-germain-de-longue-chaume	FR	79200	331	Europe/Paris	46.71673	-0.3466		Saint-Germain,Saint-Germain-de-Longue-Chaume		75	79	793	79255
2979828	Saint-Germain-d'Elle	saint-germain-d-elle	FR	50810	0	Europe/Paris	49.1222	-0.91925		Saint-Germain,Saint-Germain-d'Elle		28	50	504	50476
2979829	Saint-Germain-de-Livet	saint-germain-de-livet	FR	14100	612	Europe/Paris	49.07612	0.20182		Saint-Germain,Saint-Germain-de-Livet		28	14	143	14582
2979831	Saint-Germain-de-la-Rivière	saint-germain-de-la-riviere	FR	33240	371	Europe/Paris	44.94882	-0.33254		Saint-Germain,Saint-Germain-de-la-Riviere,Saint-Germain-de-la-Rivière		75	33	335	33414
2979832	Saint-Germain-de-la-Grange	saint-germain-de-la-grange	FR	78640	1827	Europe/Paris	48.83436	1.89884		Saint-Germain,Saint-Germain-de-la-Grange		11	78	782	78550
2979833	Saint-Germain-de-la-Coudre	saint-germain-de-la-coudre	FR	61130	814	Europe/Paris	48.28096	0.60496		Saint-Germain,Saint-Germain-de-la-Coudre		28	61	613	61394
2979834	Saint-Germain-de-Joux	saint-germain-de-joux	FR	01130	528	Europe/Paris	46.179	5.73795		Joux-la-Montagne,Saint-Germain,Saint-Germain-de-Joux		84	01	014	01357
2979835	Saint-Germain-de-Grave	saint-germain-de-grave	FR	33490	167	Europe/Paris	44.62564	-0.22189		Saint-Germain,Saint-Germain-de-Grave		75	33	333	33411
2979836	Saint-Germain-de-Fresney	saint-germain-de-fresney	FR	27220	0	Europe/Paris	48.96046	1.29182		Saint-Germain,Saint-Germain-de-Fresney		28	27	273	27544
2979837	Saint-Germain-d'Ectot	saint-germain-d-ectot	FR	14240	0	Europe/Paris	49.12321	-0.71667		Saint-Germain,Saint-Germain-d'Ectot		28	14	144	14011
2979839	Saint-Germain-de-Confolens	saint-germain-de-confolens	FR	16500	104	Europe/Paris	46.05362	0.68361		Saint-Germain,Saint-Germain-de-Confolens,Sen-Zhermen-de-Konfolan,Sent German de Confolents,sheng ri er man de kong fu lang,Сен-Жермен-де-Конфолан,سینٹ-گرمین-دے-کونفولینس,圣日尔曼德孔福朗		75	16	163	16106
2979840	Saint-Germain-de-Clairefeuille	saint-germain-de-clairefeuille	FR	61240	171	Europe/Paris	48.7128	0.23879		Saint-Germain,Saint-Germain-de-Clairefeuille		28	61	613	61393
2979842	Saint-Germain-de-Calberte	saint-germain-de-calberte	FR	48370	466	Europe/Paris	44.218	3.80879		Calberte,Cote-Libre,Côte-Libre,Saint-Germain,Saint-Germain-de-Calberte,Sen-Zhermen-de-Kal'bert,Sent German de Calberta,Sent German de Calbèrta,sheng ri er man de ka er bei er te,Сен-Жермен-де-Кальберт,سینٹ-گرمین-دے-کلبرتے,圣日尔曼德卡尔贝尔特		76	48	481	48155
2980054	Saint-Gal	saint-gal	FR	48700	58	Europe/Paris	44.66903	3.42461		Saint-Gal		76	48	482	48153
2979843	Saint-Germain-de-Belvès	saint-germain-de-belves	FR	24170	147	Europe/Paris	44.80491	1.0499		Saint-Germain,Saint-Germain-de-Belves,Saint-Germain-de-Belvès		75	24	244	24416
2979844	Saint-Germain-d'Aunay	saint-germain-d-aunay	FR	61470	0	Europe/Paris	48.9247	0.3786		Saint-Germain,Saint-Germain d'Aulnay		28	61	613	61392
2979845	Saint-Germain-d'Arcé	saint-germain-d-arce	FR	72800	0	Europe/Paris	47.62408	0.29113		Arce-sur-Fare,Arcé-sur-Fare,Saint-Germain,Saint-Germain-d'Arce,Saint-Germain-d'Arcé		52	72	721	72283
2979846	Saint-Germain-d'Anxure	saint-germain-d-anxure	FR	53240	0	Europe/Paris	48.22234	-0.73499		Saint-Germain,Saint-Germain-d'Anxure		52	53	533	53222
2979847	Saint-Germain-Chassenay	saint-germain-chassenay	FR	58300	356	Europe/Paris	46.7762	3.39323		Saint-Germain-Chassenay,Viry-la-Montagne		27	58	583	58241
2979848	Saint-Germain-Beaupré	saint-germain-beaupre	FR	23160	387	Europe/Paris	46.30757	1.5455		Germain-sur-Sedelle,Germain-sur-Sédelle,Saint-Germain,Saint-Germain-Beaupre,Saint-Germain-Beaupré		75	23	232	23199
2979849	Saint-Germain-au-Mont-d'Or	saint-germain-au-mont-d-or	FR	69650	0	Europe/Paris	45.88174	4.80205		Mont-Hydins,Saint-Germain,Saint-Germain-au-Mont-d'Or		84	69	691	69207
2979856	Saint-Germain	saint-germain	FR	07170	0	Europe/Paris	49.92411	3.62486				32	02	025	02422
2979857	Saint-Germain	saint-germain	FR	07170	0	Europe/Paris	49.41907	2.19772				32	60	601	60355
2979858	Saint-Germain	saint-germain	FR	07170	0	Europe/Paris	49.36511	1.57338				28	27	271	27417
2979859	Saint-Germain	saint-germain	FR	07170	0	Europe/Paris	48.61781	-2.30236				53	22	221	22143
2979860	Saint-Germain	saint-germain	FR	07170	147	Europe/Paris	48.43195	6.33917		Saint-Germain		44	54	542	54475
2979861	Saint-Germain	saint-germain	FR	07170	2298	Europe/Paris	48.25736	4.03264		Saint-Germain		44	10	103	10340
2979862	Saint-Germain	saint-germain	FR	07170	0	Europe/Paris	48.22752	1.37532				24	28	282	28005
2979863	Saint-Germain	saint-germain	FR	07170	0	Europe/Paris	47.96667	-4.25				53	29	294	29167
2979864	Saint-Germain	saint-germain	FR	07170	0	Europe/Paris	47.76514	2.36552				24	45	452	45315
2979865	Saint-Germain	saint-germain	FR	07170	1238	Europe/Paris	47.72496	6.53117		Le Mont-Germain,Saint-Germain		27	70	701	70464
2979866	Saint-Germain	saint-germain	FR	07170	0	Europe/Paris	47.70411	-0.34778				52	49	491	49220
2979867	Saint-Germain	saint-germain	FR	07170	0	Europe/Paris	47.08276	1.07019				24	37	373	37222
2979868	Saint-Germain	saint-germain	FR	07170	0	Europe/Paris	47.04807	2.999				24	18	182	18118
2979869	Saint-Germain	saint-germain	FR	07170	942	Europe/Paris	46.56373	0.87346		Saint-Germain		75	86	862	86223
2979870	Saint-Germain	saint-germain	FR	07170	0	Europe/Paris	46.40924	3.2919				84	03	032	03065
2979871	Saint-Germain	saint-germain	FR	07170	0	Europe/Paris	45.61526	5.20449				84	38	382	38193
2979872	Saint-Germain	saint-germain	FR	07170	538	Europe/Paris	44.55463	4.45043		Saint-Germain		84	07	071	07241
2979873	Saint-Géréon	saint-gereon	FR	44150	2727	Europe/Paris	47.3696	-1.19854		Saint-Gereon,Saint-Géréon,Sant-Gerent		52	44	445	44003
2979874	Saint-Géraud-de-Corps	saint-geraud-de-corps	FR	24700	174	Europe/Paris	44.95199	0.2264		Saint-Geraud,Saint-Geraud-de-Corps,Saint-Géraud,Saint-Géraud-de-Corps		75	24	241	24415
2979875	Saint-Géraud	saint-geraud	FR	47120	69	Europe/Paris	44.62105	0.15318		Saint-Geraud,Saint-Géraud		75	47	472	47245
2979876	Saint-Gérand-le-Puy	saint-gerand-le-puy	FR	03150	1042	Europe/Paris	46.2579	3.5121		Puy-Redan,Saint-Gerand,Saint-Gerand-le-Puy,Saint-Gérand,Saint-Gérand-le-Puy,Sant Girand,Sen-Zheran-le-Pjui,sheng re lang lai pi yi,Сен-Жеран-ле-Пюи,Сен-Жеран-ле-Пюї,سینٹ-گرانڈ-لے-پے,圣热朗莱皮伊		84	03	033	03235
2979877	Saint-Gérand-de-Vaux	saint-gerand-de-vaux	FR	03340	475	Europe/Paris	46.38035	3.39879		Mont-Libre,Saint-Gerand,Saint-Gerand-de-Vaux,Saint-Gérand,Saint-Gérand-de-Vaux		84	03	032	03234
2979879	Saint-Gérand	saint-gerand	FR	56920	961	Europe/Paris	48.10847	-2.89083		Saint-Gerand,Saint-Gérand,Sant-Jelan		53	56	562	56213
2979880	Saint-Geours-de-Maremne	saint-geours-de-maremne	FR	40230	1910	Europe/Paris	43.68747	-1.22952		Saint-Geours,Saint-Geours-de Maremme,Saint-Geours-de-Maremne		75	40	401	40261
2979881	Saint-Geours-d'Auribat	saint-geours-d-auribat	FR	40380	0	Europe/Paris	43.7569	-0.83816		Franc-Lous,Saint-Geours,Saint-Geours-d'Auribat		75	40	401	40260
2979882	Saints-Geosmes	saints-geosmes	FR	52200	932	Europe/Paris	47.83266	5.32892		Saint-Geosmes,Saint-Géosmes,Saints-Geosmes		44	52	522	52449
2979883	Saint-Georges-sur-Renon	saint-georges-sur-renon	FR	01400	178	Europe/Paris	46.1058	5.03084		Saint-Georges,Saint-Georges-sur-Renon		84	01	012	01356
2979884	Saint-Georges-sur-Moulon	saint-georges-sur-moulon	FR	18110	673	Europe/Paris	47.19057	2.42334		Saint Georges,Saint-Georges-sur-Moulon		24	18	181	18211
2979885	Saint-Georges-sur-Loire	saint-georges-sur-loire	FR	49170	3177	Europe/Paris	47.40826	-0.76331		Beau-Site,Saint-Georges,Saint-Georges-sur-Loire,Sen-Zhorzh-sjur-Luar,lu wa er he pan sheng ruo er re,Сен-Жорж-сюр-Луар,سینٹ-گیورگس-سر-لڑے,卢瓦尔河畔圣若尔热		52	49	491	49283
2979886	Saint-Georges-sur-Layon	saint-georges-sur-layon	FR	49700	630	Europe/Paris	47.19735	-0.36766		Georges-les-Mines,Saint-Georges,Saint-Georges-Chastellaison,Saint-Georges-Chatelaison,Saint-Georges-Châtelaison,Saint-Georges-sur-Layon		52	49	493	49125
2979887	Saint-Georges-sur-la-Prée	saint-georges-sur-la-pree	FR	18100	602	Europe/Paris	47.22628	1.93581		Egalite-sur-Pree,Egalité-sur-Prée,Montagne-sur-la-Pree,Montagne-sur-la-Prée,Saint Georges,Saint-Georges-sur-la-Pree,Saint-Georges-sur-la-Prée		24	18	183	18210
2979888	Saint-Georges-sur-l'Aa	saint-georges-sur-l-aa	FR	59820	273	Europe/Paris	50.96946	2.1646		Georges-Libre,Saint-Georges,Saint-Georges-sur-l'Aa		32	59	594	59532
2979889	Saint-Georges-sur-Fontaine	saint-georges-sur-fontaine	FR	76690	835	Europe/Paris	49.54389	1.1801		Saint-Georges,Saint-Georges-sur-Fontaine		28	76	763	76580
2979890	Saint-Georges-sur-Eure	saint-georges-sur-eure	FR	28190	2553	Europe/Paris	48.41869	1.3546		Saint-Georges,Saint-Georges-sur-Eure		24	28	281	28337
2979891	Saint-Georges-sur-Erve	saint-georges-sur-erve	FR	53600	361	Europe/Paris	48.16892	-0.29834		Mauranne,Saint-Georges,Saint-Georges-sur-Erve		52	53	533	53221
2979892	Saint-Georges-sur-Cher	saint-georges-sur-cher	FR	41400	2243	Europe/Paris	47.32996	1.13261		Albion-sur-Cher,Saint-Georges,Saint-Georges-sur-Cher		24	41	413	41211
2979893	Saint-Georges-sur-Baulche	saint-georges-sur-baulche	FR	89000	3379	Europe/Paris	47.80039	3.53144		Saint-Georges,Saint-Georges-sur-Baulche		27	89	891	89346
2979925	Saint-Georges-de-Reneins	saint-georges-de-reneins	FR	69830	3999	Europe/Paris	46.06185	4.72169		Reneins-les-Sables,Saint-Georges,Saint-Georges-de-Reneins		84	69	692	69206
2979894	Saint-Georges-sur-Arnon	saint-georges-sur-arnon	FR	36100	431	Europe/Paris	46.99895	2.09248		Montagne-sur-Arnon,Saint Georges,Saint-Georges-sur-Arnon,Sen-Zhorzh-sjur-Arnon,a er nong he pan sheng ruo er re,Сен-Жорж-сюр-Арнон,سینٹ-گیورگس-سر-ہرنوں,阿尔农河畔圣若尔热		24	36	364	36195
2979895	Saint-Georges-sur-Allier	saint-georges-sur-allier	FR	63800	1038	Europe/Paris	45.71015	3.24261		Saint-Georges,Saint-Georges-sur-Allier		84	63	632	63350
2979896	Saint-Georges-Nigremont	saint-georges-nigremont	FR	23500	152	Europe/Paris	45.83711	2.26358		Saint-Georges,Saint-Georges-Nigremont		75	23	231	23198
2979897	Saint-Georges-Motel	saint-georges-motel	FR	27710	998	Europe/Paris	48.79344	1.36595		Saint-Georges,Saint-Georges-Motel		28	27	273	27543
2979898	Saint-Georges-Montcocq	saint-georges-montcocq	FR	50000	931	Europe/Paris	49.12807	-1.09357		Saint-Georges,Saint-Georges-Montcocq,Saint-Georges-Montcoq,Sen-Zhorzh-Monko,sheng ruo er re meng te ke,Сен-Жорж-Монко,سینٹ-گیورگس-مونتکوکق,圣若尔热蒙特科		28	50	504	50475
2979899	Saint-Georges-les-Landes	saint-georges-les-landes	FR	87160	269	Europe/Paris	46.34208	1.3365		Saint-Georges,Saint-Georges-les-Landes		75	87	871	87145
2979900	Saint-Georges-les-Bains	saint-georges-les-bains	FR	07800	1830	Europe/Paris	44.861	4.80924		Saint-Georges,Saint-Georges-les-Bains		84	07	073	07240
2979901	Saint-Georges-lès-Baillargeaux	saint-georges-les-baillargeaux	FR	86130	3363	Europe/Paris	46.67095	0.39842		La Montagne,Saint-Georges,Saint-Georges-les-Baillargeaux,Saint-Georges-lès-Baillargeaux,Sen-Zhorzh-le-Bajarzho,sheng re ao er re lai bai la er ge,Сен-Жорж-ле-Баяржо,سینٹ-گیورگس-لیس-لڑگےش,圣热奥尔热莱拜拉尔戈		75	86	863	86222
2979902	Saint-Georges-le-Gaultier	saint-georges-le-gaultier	FR	72130	569	Europe/Paris	48.29706	-0.1061		Saint-Georges,Saint-Georges-le-Gaultier		52	72	722	72282
2979903	Saint-Georges-le-Fléchard	saint-georges-le-flechard	FR	53480	249	Europe/Paris	48.03673	-0.51068		Saint-Georges,Saint-Georges-le-Flechard,Saint-Georges-le-Fléchard		52	53	533	53220
2979904	Saint-Georges-la-Pouge	saint-georges-la-pouge	FR	23250	314	Europe/Paris	45.99347	1.97051		Saint-Georges,Saint-Georges-la-Pouge		75	23	232	23197
2979905	Saint-Georges-Haute-Ville	saint-georges-haute-ville	FR	42610	1159	Europe/Paris	45.55701	4.09801		Saint Georges,Saint-Georges-Haute-Ville		84	42	421	42228
2979906	Saint-Georges-en-Couzan	saint-georges-en-couzan	FR	42990	480	Europe/Paris	45.70252	3.93072		Saint-Georges,Saint-Georges-en-Couzan		84	42	421	42227
2979907	Saint-Georges-en-Auge	saint-georges-en-auge	FR	14140	88	Europe/Paris	48.98938	0.05779		Saint-Georges,Saint-Georges-en-Auge,Sen-Zhorzh-an-Ozh,ao ge de qu sheng ruo er re,Сен-Жорж-ан-Ож,سینٹ-گیورگس-این -آگے,奥格地区圣若尔热		28	14	143	14654
2979908	Saint-Georges-du-Vièvre	saint-georges-du-vievre	FR	27450	687	Europe/Paris	49.24361	0.58491		Saint-Georges,Saint-Georges-du-Vievre,Saint-Georges-du-Vièvre,Sen-Zhorzh-dju-V'evr,Sen-Zhorzh-dju-Vevr,sheng ruo er re di wei ye fu er,Сен-Жорж-дю-Вьевр,Сен-Жорж-дю-Вєвр,سینٹ-گیورگس-دو-ویورے,圣若尔热迪维耶夫尔		28	27	272	27542
2979909	Saint-Georges-du-Rosay	saint-georges-du-rosay	FR	72110	407	Europe/Paris	48.19978	0.50087		Saint-Georges,Saint-Georges-du-Rosay		52	72	722	72281
2979910	Saint-Georges-des-Gardes	saint-georges-des-gardes	FR	49120	0	Europe/Paris	47.15	-0.75		Saint-Georges,Saint-Georges-du-Puy-de-la-Garde,Sen-Zhorzh-de-Gard,san=joruju=de=gyarudo,sheng ruo er re dai jia er dai,Сен-Жорж-де-Гард,سینٹ-گیورگس-دس-گردس,サン＝ジョルジュ＝デ＝ギャルド,圣若尔热代加尔代		52	49	492	49092
2979911	Saint-Georges-du-Mesnil	saint-georges-du-mesnil	FR	27560	93	Europe/Paris	49.21205	0.5601		Saint-Georges,Saint-Georges-du-Mesnil,Sen-Zhorzh-dju-Menij,sheng ruo er re di mei si ni,Сен-Жорж-дю-Мений,Сен-Жорж-дю-Меній,سینٹ-گیورگس-دو-مسنیل,圣若尔热迪梅斯尼		28	27	272	27541
2979912	Saint-Georges-du-Bois	saint-georges-du-bois	FR	17700	1847	Europe/Paris	47.97261	0.09963		Saint-Georges,Saint-Georges-du-Bois		52	72	723	72280
2979913	Saint-Georges-du-Bois	saint-georges-du-bois	FR	17700	362	Europe/Paris	47.49746	-0.22499		Saint-Georges,Saint-Georges-du-Bois		52	49	493	49138
2979914	Saint-Georges-du-Bois	saint-georges-du-bois	FR	17700	1570	Europe/Paris	46.14198	-0.73462		Saint-Georges,Saint-Georges-du-Bois		75	17	172	17338
2979915	Saint-Georges-d'Orques	saint-georges-d-orques	FR	34680	0	Europe/Paris	43.61139	3.78139		Saint-Georges,Saint-Georges-d'Orques,Saint-Georges-dOrques,Saint-Georges-d’Orques		76	34	343	34259
2979916	Saint-Georges-d'Oléron	saint-georges-d-oleron	FR	17190	0	Europe/Paris	45.97851	-1.33286		L'Unite,L'Unité,Saint-Georges,Saint-Georges-d'Oleron,Saint-Georges-d'Oléron		75	17	172	17337
2979917	Saint-Georges-des-Sept-Voies	saint-georges-des-sept-voies	FR	49350	599	Europe/Paris	47.35	-0.28333		Saint-Georges,Saint-Georges-des-Sept-Voies,Sen-Zhorzh-de-Set-Vua,sheng ruo er re dai si-sai pu wa,Сен-Жорж-де-Сет-Вуа,سینٹ-گیورگس-دس-سپت-ووئیس,圣若尔热代斯-塞普瓦		52	49	493	49261
2979918	Saint-Georges-d'Espéranche	saint-georges-d-esperanche	FR	38790	0	Europe/Paris	45.55595	5.08127		Esperanche,Espéranche,Saint-Georges,Saint-Georges-d'Esperanche,Saint-Georges-d'Espéranche		84	38	383	38389
2979919	Saint-Georges-d'Hurtières	saint-georges-d-hurtieres	FR	73220	228	Europe/Paris	45.50079	6.28554		Fer,Saint-Georges,Saint-Georges-d'Hurtieres,Saint-Georges-d'Hurtières,Saint-Georges-des-Hurtieres,Saint-Georges-des-Hurtières		84	73	733	73237
2979957	Saint-Georges	saint-georges	FR	15100	277	Europe/Paris	50.35869	2.08799		Saint-Georges		32	62	624	62749
2979920	Saint-Georges-des-Groseillers	saint-georges-des-groseillers	FR	61100	3357	Europe/Paris	48.76993	-0.56768		Saint-Georges,Saint-Georges-des-Groseillers,Saint-Georges-des-Groseilliers,Sen-Zhorzh-de-Grozee,sheng ruo er re dai ge luo sai lai er,Сен-Жорж-де-Грозее,Сен-Жорж-де-Грозеє,سینٹ-گیورگس-دس-گروسیلیرس,圣若尔热代格罗塞莱尔		28	61	612	61391
2979921	Saint-Georges-des-Coteaux	saint-georges-des-coteaux	FR	17810	2198	Europe/Paris	45.7635	-0.71127		Les Coteaux,Saint-Georges,Saint-Georges-des-Coteaux,Saint-Georges-des-Côteaux,Sen-Zhorzh-de-Koto,sheng ruo er re dai ke tuo,Сен-Жорж-де-Кото,سینٹ-گیورگس-دس-وتےش,圣若尔热代科托		75	17	174	17336
2979922	Saint-Georges-des-Agoûts	saint-georges-des-agouts	FR	17150	262	Europe/Paris	45.37536	-0.64631		Les Agouts,Les Agoûts,Saint-Georges,Saint-Georges-des-Agouts,Saint-Georges-des-Agoûts		75	17	171	17335
2979923	Saint-Georges-de-Rouelley	saint-georges-de-rouelley	FR	50720	528	Europe/Paris	48.60354	-0.76838		Saint-Georges,Saint-Georges-de-Ronelley,Saint-Georges-de-Rouelley,Sen-Zhorzh-de-Ruelle,sheng ruo er re de lu ai lai,Сен-Жорж-де-Руелле,سینٹ-گیورگس-دے-ڑولے,圣若尔热德鲁埃莱		28	50	501	50474
2979924	Saint-Georges-de-Rex	saint-georges-de-rex	FR	79210	385	Europe/Paris	46.27821	-0.65314		Saint-Georges,Saint-Georges-de-Rex		75	79	792	79254
2979926	Saint-Georges-de-Reintembault	saint-georges-de-reintembault	FR	35420	1841	Europe/Paris	48.50897	-1.24313		Saint-Georges,Saint-Georges-de-Reintembault,Sanctus Georgius Renistembaldi,Sant-Jord-Restembaod,Sen-Zhorzh-de-Rentambo,sheng ruo er re de lan tang bo er,Сен-Жорж-де-Рентамбо,سینٹ-گیورگس-دے-رینٹمبالٹ,圣若尔热德兰唐博尔		53	35	351	35271
2979927	Saint-Georges-de-Poisieux	saint-georges-de-poisieux	FR	18200	367	Europe/Paris	46.68647	2.47848		Saint Georges,Saint-Georges-de-Poisieux		24	18	182	18209
2979928	Saint-Georges-de-Pointindoux	saint-georges-de-pointindoux	FR	85150	1214	Europe/Paris	46.64458	-1.62271		Carriere-Grison,Carrière-Grison,Saint-Georges,Saint-Georges-de-Pointindoux		52	85	853	85218
2979929	Saint-Georges-de-Noisné	saint-georges-de-noisne	FR	79400	686	Europe/Paris	46.49305	-0.25665		Saint-Georges,Saint-Georges-de-Noisne,Saint-Georges-de-Noisné		75	79	793	79253
2979930	Saint-Georges-de-Montaigu	saint-georges-de-montaigu	FR	85600	3598	Europe/Paris	46.94655	-1.29262		Saint-Georges,Saint-Georges-de-Montaigu,Sen-Zhorzh-de-Montegju,sheng re ao er re de meng tai ju,Сен-Жорж-де-Монтегю,سینٹ-گیورگس-دے-مونٹیگو,圣热奥尔热德蒙泰居		52	85	852	85146
2979931	Saint-Georges-de-Mons	saint-georges-de-mons	FR	63780	2378	Europe/Paris	45.93941	2.83866		Mons-le-Libre,Saint-Georges,Saint-Georges-de-Mons		84	63	634	63349
2979932	Saint-Georges-de-Montclard	saint-georges-de-montclard	FR	24140	0	Europe/Paris	44.95	0.6		Saint-Georges		75	24	243	24414
2979933	Saint-Georges-de-Luzençon	saint-georges-de-luzencon	FR	12100	1357	Europe/Paris	44.06476	2.98545		Fonds-Fort,George-Camboulas,Saint-Georges-de-Luzancon,Saint-Georges-de-Luzançon,Saint-Georges-de-Luzencon,Saint-Georges-de-Luzençon		76	12	121	12225
2979934	Saint-Georges-de-Longuepierre	saint-georges-de-longuepierre	FR	17470	229	Europe/Paris	46.04142	-0.39894		Indivisibilite,Indivisibilité,Longuepierre,Saint-Georges,Saint-Georges-de-Longuepierre		75	17	175	17334
2979935	Saint-Georges-d'Elle	saint-georges-d-elle	FR	50680	0	Europe/Paris	49.14845	-0.97024		Saint-Georges-d'Elle		28	50	504	50473
2979936	Saint-Georges-de-Livoye	saint-georges-de-livoye	FR	50370	182	Europe/Paris	48.73562	-1.21765		Le Grand-Livoye,Saint-Georges,Saint-Georges-de-Livoye		28	50	501	50472
2979937	Saint-Georges-de-Lévéjac	saint-georges-de-levejac	FR	48500	253	Europe/Paris	44.31888	3.23112		Saint-Georges,Saint-Georges-de-Levejac,Saint-Georges-de-Lévéjac		76	48	481	48094
2979938	Saint-Georges-de-la-Rivière	saint-georges-de-la-riviere	FR	50270	217	Europe/Paris	49.36108	-1.72404		Saint-Georges,Saint-Georges-de-la-Riviere,Saint-Georges-de-la-Rivière		28	50	502	50471
2979939	Saint-Georges-de-la-Couée	saint-georges-de-la-couee	FR	72150	205	Europe/Paris	47.84157	0.58312		Saint-Georges,Saint-Georges-de-la-Couee,Saint-Georges-de-la-Couée,Sen-Zhorzh-de-la-Kue,Сен-Жорж-де-ла-Куе,سینٹ-گیورگس-دے-لا-کوئی		52	72	721	72279
2979940	Saint-Georges-de-Gréhaigne	saint-georges-de-grehaigne	FR	35610	422	Europe/Paris	48.56842	-1.54855		Saint-Georges,Saint-Georges-de-Grehaigne,Saint-Georges-de-Gréhaigne,Sant-Jord-Grehan		53	35	354	35270
2979941	Saint-Georges-de-Didonne	saint-georges-de-didonne	FR	17110	5406	Europe/Paris	45.60541	-0.99968		Didonne,Saint-Georges,Saint-Georges-de-Didonne,Sen-Zhorzh-de-Didon,Sen-Zhorzh-de-Didonn,sheng ruo er re de di dong,Сен-Жорж-де-Дидон,Сен-Жорж-де-Дідонн,سینٹ-گیورگس-دے-دیدوں نے,圣若尔热德迪东		75	17	172	17333
2979942	Saint-Georges-Antignac	saint-georges-antignac	FR	17240	0	Europe/Paris	45.49359	-0.50322		Saint-Georges,Saint-Georges-Antignac,Saint-Georges-de-Cubillac		75	17	171	17332
2979943	Saint-Georges-de-Commiers	saint-georges-de-commiers	FR	38450	1996	Europe/Paris	45.04546	5.70628		Saint Gorges-de Commiers,Saint-Georges,Saint-Georges-de-Comiers,Saint-Georges-de-Commiers,Saint-Georges-de-Comners		84	38	381	38388
2979944	Saint-Georges-de-Chesné	saint-georges-de-chesne	FR	35140	489	Europe/Paris	48.273	-1.29123		Saint-Georges,Saint-Georges-de-Chesne,Saint-Georges-de-Chesné,Sant-Jord-Kadeneg,Sen-Zhorzh-de-Shene,sheng ruo er re de xie si nei,Сен-Жорж-де-Шене,سینٹ-گیورگس-دے-چسنے,圣若尔热德谢斯内		53	35	351	35282
2979945	Saint-Georges-de-Bohon	saint-georges-de-bohon	FR	50500	436	Europe/Paris	49.25071	-1.27022		Saint-Georges,Saint-Georges-de-Bohon		28	50	504	50564
2979946	Saint-Georges-Blancaneix	saint-georges-blancaneix	FR	24130	0	Europe/Paris	44.92094	0.34957		Saint-Georges,Saint-Georges-Blancaneix,Saint-Georges-de-Blancaneix		75	24	241	24413
2979947	Saint-Georges-de-Baroille	saint-georges-de-baroille	FR	42510	287	Europe/Paris	45.84935	4.13092		Saint Georges,Saint-Georges-de-Baroille		84	42	422	42226
2979948	Saint-Georges-d'Aurac	saint-georges-d-aurac	FR	43230	0	Europe/Paris	45.15645	3.54091		Aurac-Chavagnac,Saint-Georges,Saint-Georges-d'Aurac		84	43	431	43188
2979949	Saint-Georges-d'Aunay	saint-georges-d-aunay	FR	14260	0	Europe/Paris	49.03714	-0.68095		Saint-Georges,Saint-Georges-d'Aunay		28	14	144	14579
2979950	Saint-Georges-d'Annebecq	saint-georges-d-annebecq	FR	61600	0	Europe/Paris	48.63305	-0.26547		Saint-Georges,Saint-Georges-dAnnebecq		28	61	612	61390
2979951	Saint-Georges-Buttavent	saint-georges-buttavent	FR	53100	1470	Europe/Paris	48.31099	-0.69434		Saint-Georges,Saint-Georges-Butavent,Saint-Georges-Buttavent		52	53	533	53219
2979952	Saint-Georges-Armont	saint-georges-armont	FR	25340	102	Europe/Paris	47.39906	6.55703		Saint-Georges,Saint-Georges-Armont		27	25	252	25516
2979959	Saint-Georges	saint-georges	FR	15100	200	Europe/Paris	48.65856	6.92878		Georges-les-Hesdin,Georges-lès-Hesdin,Georges-sur-Canche,La Meurthe,Saint-Georges		44	57	575	57611
2979960	Saint-Georges	saint-georges	FR	15100	0	Europe/Paris	48.213	3.13843				27	89	893	89450
2979961	Saint-Georges	saint-georges	FR	15100	0	Europe/Paris	47.41058	3.364				27	58	582	58085
2979962	Saint-Georges	saint-georges	FR	15100	0	Europe/Paris	46.95473	3.50205				27	58	583	58006
2979963	Saint-Georges	saint-georges	FR	15100	56	Europe/Paris	45.97272	0.27083		Saint-Georges		75	16	163	16321
2979964	Saint-Georges	saint-georges	FR	15100	0	Europe/Paris	45.41846	5.95739				84	38	381	38418
2979965	Saint-Georges	saint-georges	FR	15100	0	Europe/Paris	45.09148	2.56018		Saint-George,Saint-Georges		84	15	152	15208
2979966	Saint-Georges	saint-georges	FR	15100	0	Europe/Paris	45.03139	4.84662				84	26	263	26271
2979967	Saint-Georges	saint-georges	FR	15100	0	Europe/Paris	45.0204	3.12964				84	15	153	15188
2979968	Saint-Georges	saint-georges	FR	15100	0	Europe/Paris	44.92719	-0.13269				75	33	335	33290
2979969	Saint-Georges	saint-georges	FR	15100	589	Europe/Paris	44.44192	0.9348		Saint-George,Saint-Georges		75	47	473	47328
2979974	Saint-Georges-Lagricol	saint-georges-lagricol	FR	43500	465	Europe/Paris	45.29797	3.88618		Saint-George-Lagricol,Saint-Georges-Lagricol		84	43	432	43189
2979975	Saint-Geoirs	saint-geoirs	FR	38590	465	Europe/Paris	45.32218	5.35613		Saint-Geoirs		84	38	383	38387
2979976	Saint-Geoire-en-Valdaine	saint-geoire-en-valdaine	FR	38620	2153	Europe/Paris	45.45668	5.63515		Saint-Geoire,Saint-Geoire-en-Valdaine,Sen-Zhuar-an-Val'den,Val-d'Eynan,wa er dan de qu sheng ru wa er,Сен-Жуар-ан-Вальден,سینٹ-گورے-این -ولدہینے,瓦尔丹地区圣茹瓦尔		84	38	382	38386
2979977	Saint-Genouph	saint-genouph	FR	37510	980	Europe/Paris	47.37756	0.59854		Saint-Genouph		24	37	372	37219
2979978	Saint-Genou	saint-genou	FR	36500	978	Europe/Paris	46.92946	1.33676		Indreval,Saint-Genou,Sen-Zhenu,sheng rang wu,Сен-Жену,سینٹ-گنو,圣让乌		24	36	362	36194
2979979	Saint-Genix-sur-Guiers	saint-genix-sur-guiers	FR	73240	1958	Europe/Paris	45.59864	5.63559		Entre-Rives,Saint-Genix,Saint-Genix-sur-Guiers		84	73	732	73236
2979982	Saint-Genis-sur-Menthon	saint-genis-sur-menthon	FR	01380	394	Europe/Paris	46.27652	5.00665		Saint-Genis,Saint-Genis-sur-Menthon		84	01	012	01355
2979983	Saint-Genis-Pouilly	saint-genis-pouilly	FR	01630	7428	Europe/Paris	46.24356	6.02119		Saint-Genis,Sen-Zheni-Pui,Sen-Zheni-Puji,san-jyny-bwyy  ayn,sheng re ni-pu yi,sn-zhany-pwyy,Сен-Жени-Пуйи,Сен-Жені-Пуї,سان-جيني-بويي، أين,سن-ژانی-پویی,سینٹ-گینس-پویل,圣热尼－普伊		84	01	013	01354
2979984	Saint-Genis-les-Ollières	saint-genis-les-ollieres	FR	69290	5029	Europe/Paris	45.7571	4.72625		Ollieres,Ollières,Saint Genis,Saint-Genis-les-Ollieres,Saint-Genis-les-Ollières		84	69	691	69205
2979985	Saint-Genis-Laval	saint-genis-laval	FR	69230	20883	Europe/Paris	45.69542	4.79316		Genis-le-Patriote,Saint Genis,Saint-Genis-Laval,Sen Zheni Laval,Sen-Zheni-Laval',St. Genis Laval,Сен Жени Лавал,Сен-Жени-Лаваль,Сен-Жені-Лаваль,سینٹ-گینس-لاول		84	69	691	69204
2979986	Saint-Genis-l'Argentière	saint-genis-l-argentiere	FR	69610	919	Europe/Paris	45.71	4.49202		La Pique-sur-Brevenne,Saint Genis,Saint-Genis-l'Argentiere,Saint-Genis-l'Argentière		84	69	691	69203
2979987	Saint-Genis-du-Bois	saint-genis-du-bois	FR	33760	95	Europe/Paris	44.7016	-0.17522		Saint-Genis,Saint-Genis-du-Bois		75	33	333	33409
2979988	Saint-Genis-d'Hiersac	saint-genis-d-hiersac	FR	16570	875	Europe/Paris	45.74992	0.02851		Saint-Genis,Saint-Genis-d'Hiersac		75	16	162	16320
2979989	Saint-Genis-de-Saintonge	saint-genis-de-saintonge	FR	17240	1086	Europe/Paris	45.48219	-0.56832		Saint-Genis,Saint-Genis-de-Saintonge,Sen-Zheni-de-Sentonzh,sheng re ni de sang tong ge,Сен-Жени-де-Сентонж,Сен-Жені-де-Сентонж,سینٹ-گینس-دے-سینٹونگے,圣热尼德桑通格		75	17	171	17331
2979991	Saint-Genis	saint-genis	FR	05300	0	Europe/Paris	44.82155	5.77038				84	38	381	38226
2979992	Saint-Genis	saint-genis	FR	05300	53	Europe/Paris	44.38017	5.76941		Mont-Platre,Mont-Plâtre,Saint-Genis		93	05	052	05053
2979993	Saint-Génis-des-Fontaines	saint-genis-des-fontaines	FR	66740	2643	Europe/Paris	42.54325	2.9206		Saint-Genis-des-Fontaines,Saint-Génis-des-Fontaines,Sant Genis de Fontanes,Sant Genís de Fontanes		76	66	661	66175
2979994	Saint-Geniez-ô-Merle	saint-geniez-o-merle	FR	19220	101	Europe/Paris	45.08214	2.05487		Genies-las-Costas,Geniès-las-Costas,Saint-Genies O'Merle,Saint-Genies O’Merle,Saint-Geniez,Saint-Geniez-o-Merle,Saint-Geniez-ô-Merle		75	19	192	19205
2979995	Saint-Geniez-d'Olt	saint-geniez-d-olt	FR	12130	2068	Europe/Paris	44.46559	2.9736		Saint-Geniez,Saint-Geniez-d'Olt,Sans-Culottide,Vallon-la-Montagne		76	12	122	12224
2979997	Saint-Geniez	saint-geniez	FR	04200	107	Europe/Paris	44.24516	6.05279		Dromont,Saint-Geniez,Sant Ginies,Sant Giniés,Sen-Zhen'e,Sen-Zhen'es,san=junie,sheng re nie,Сен-Женьес,Сен-Женьє,سینٹ-گنیز,サン＝ジュニエ,圣热涅		93	04	044	04179
2979998	Saint-Geniès-de-Fontedit	saint-genies-de-fontedit	FR	34480	1351	Europe/Paris	43.46881	3.1789		Saint-Genies,Saint-Genies-de-Fontedit,Saint-Genies-le-Bas,Saint-Geniès,Saint-Geniès-de-Fontedit,Saint-Geniès-le-Bas		76	34	341	34258
2979999	Saint-Geniès-de-Varensal	saint-genies-de-varensal	FR	34610	227	Europe/Paris	43.68093	3.00332		Saint-Genies,Saint-Genies-de-Varensal,Saint-Geniès,Saint-Geniès-de-Varensal		76	34	341	34257
2980001	Saint-Geniès-des-Mourgues	saint-genies-des-mourgues	FR	34160	1699	Europe/Paris	43.6978	4.0361		Saint-Genies,Saint-Genies-des-Mourgues,Saint-Geniès,Saint-Geniès-des-Mourgues,Sant Ginieis de las Morgas,Sant Ginièis de las Morgas,Sen-Zhen'es-de-Murg,sheng re nie dai mu er gai,Сен-Женьес-де-Мург,Сен-Женьєс-де-Мург,سینٹ-گنیس-دس-مورگیس,圣热涅代穆尔盖		76	34	343	34256
2980002	Saint-Geniès-de-Malgoirès	saint-genies-de-malgoires	FR	30190	2001	Europe/Paris	43.94562	4.21563		Mont-Esquielle,Montesquielle,Saint-Genies,Saint-Genies-de-Malgoires,Saint-Geniès-de-Malgoirès,Saint-Géniès,Saint-Géniès-de-Malgoirès		76	30	302	30255
2980003	Saint-Geniès-de-Comolas	saint-genies-de-comolas	FR	30150	1833	Europe/Paris	44.06471	4.72207		Mont-Comolas,Montclos,Saint-Genies,Saint-Genies-de-Comolas,Saint-Geniès,Saint-Geniès-de-Comolas,Sanctus Genesius de Comolacio,Sen-Zhen'es-de-Komolas,Sent Genieis de Comolac,Sent Genièis de Comolaç,sheng re nie de kong ao la,Сен-Женьес-де-Комолас,Сен-Женьєс-де-Комолас,سینٹ-گنیس-دے-کومولس,圣热涅德孔奥拉		76	30	302	30254
2982064	Sabran	sabran	FR	30200	1841	Europe/Paris	44.15099	4.54775		Sabran		76	30	302	30225
2980004	Saint-Geniès-Bellevue	saint-genies-bellevue	FR	31180	1994	Europe/Paris	43.68342	1.4857		Saint-Genies,Saint-Genies-Bellevue,Saint-Geniès,Saint-Geniès-Bellevue		76	31	313	31484
2980005	Saint-Geniès	saint-genies	FR	24590	993	Europe/Paris	44.99434	1.25099		Saint-Genies,Saint-Geniès		75	24	244	24412
2980006	Saint-Gengoux-le-National	saint-gengoux-le-national	FR	71460	1059	Europe/Paris	46.61476	4.66261		Gengoux-le-National,Jouvence,Saint-Gengoux,Saint-Gengoux-le-National,Sen-Zhangu-le-Nas'onal',Сен-Жангу-ле-Насьональ,سینٹ-ینگوش-لے-نیشنل		27	71	712	71417
2980007	Saint-Gengoux-de-Scissé	saint-gengoux-de-scisse	FR	71260	532	Europe/Paris	46.46388	4.77514		Bassy-de-Scisse,Bassy-de-Scissé,Saint-Gengoux,Saint-Gengoux-de-Scisse,Saint-Gengoux-de-Scissé		27	71	715	71416
2980008	Saint-Gengoulph	saint-gengoulph	FR	02810	140	Europe/Paris	49.11997	3.21819		Saint-Gengoulph		32	02	021	02679
2980009	Saint-Geneys-près-Saint-Paulien	saint-geneys-pres-saint-paulien	FR	43350	266	Europe/Paris	45.16157	3.824		Peyramont,Saint-Geneys,Saint-Geneys-pres-Saint-Paulien,Saint-Geneys-près-Saint-Paulien		84	43	432	43187
2980010	Saint-Genest-sur-Roselle	saint-genest-sur-roselle	FR	87260	417	Europe/Paris	45.70297	1.42543		Saint-Genest,Saint-Genest-sur-Roselle,Sans-Prejuge,Sans-Préjugé,Sen-Zhene-sjur-Rozel',Sent Ginies,Sent Giniés,luo se er he pan sheng re nei si,Сен-Жене-сюр-Розель,سینٹ-گنیست-سر-روسلے,罗瑟尔河畔圣热内斯		75	87	872	87144
2980011	Saint-Genest-Malifaux	saint-genest-malifaux	FR	42660	2905	Europe/Paris	45.34064	4.41652		Saint-Genest,Saint-Genest-Malifaux,Sant Geneis de Malifaus,Sant Genèis de Malifaus,Semeine-et-Furans,Sen-Zhene-Malifo,sheng re nei si ma li fu,Сен-Жене-Маліфо,سینٹ-گنیست-لفش,圣热内斯马利福		84	42	423	42224
2980012	Saint-Genest-Lerpt	saint-genest-lerpt	FR	42530	5792	Europe/Paris	45.44347	4.33968		Saint-Genest-Lerpt,Saint-Genet-Lerpt,Sen-Zhene-Ler,sheng re nei si lai er pu,Сен-Жене-Лер,سینٹ-گنیست-لرپٹ,圣热内斯莱尔普		84	42	423	42223
2980013	Saint-Genest-Lachamp	saint-genest-lachamp	FR	07160	111	Europe/Paris	44.847	4.42364		Champlein,Saint-Genest,Saint-Genest-Lachamp,Ventose,Ventôse		84	07	073	07239
2980014	Saint-Genest-de-Contest	saint-genest-de-contest	FR	81440	281	Europe/Paris	43.75925	2.14594		Saint-Genest,Saint-Genest-de-Contest		76	81	812	81250
2980015	Saint-Genest-de-Beauzon	saint-genest-de-beauzon	FR	07230	0	Europe/Paris	44.45	4.18333		Bauzon-sur-Salendre,Saint-Genest,Salendre,Val-Salendre		84	07	071	07238
2980016	Saint-Genest-d'Ambière	saint-genest-d-ambiere	FR	86140	0	Europe/Paris	46.82008	0.36787		Saint-Genest,Saint-Genest-d'Ambiere,Saint-Genest-d'Ambière		75	86	861	86221
2980017	Saint-Genest	saint-genest	FR	03310	0	Europe/Paris	48.65647	3.46477				44	51	512	51071
2980018	Saint-Genest	saint-genest	FR	03310	126	Europe/Paris	48.35363	6.525		Saint-Genest		44	88	881	88416
2980019	Saint-Genest	saint-genest	FR	03310	358	Europe/Paris	46.26398	2.59344		Mont-Genest,Saint-Genest		84	03	031	03233
2980020	Saint-Genest	saint-genest	FR	03310	0	Europe/Paris	45.01427	1.74506				75	19	191	19067
2980022	Saint-Genès-la-Tourette	saint-genes-la-tourette	FR	63580	187	Europe/Paris	45.51117	3.47161		Saint-Genes,Saint-Genes-la-Tourette,Saint-Genès,Saint-Genès-la-Tourette		84	63	633	63348
2980023	Saint-Genès-du-Retz	saint-genes-du-retz	FR	63260	476	Europe/Paris	46.06151	3.21456		Saint-Genes,Saint-Genes-du-Retz,Saint-Genest-du Retz,Saint-Genès-du-Retz		84	63	634	63347
2980024	Saint-Genès-de-Lombaud	saint-genes-de-lombaud	FR	33670	277	Europe/Paris	44.75341	-0.38186		Saint-Genes,Saint-Genes-de-Lombaud,Saint-Genès,Saint-Genès-de-Lombaud,Sen-Zhenes-de-Lombo,Sent Genes de Lobaut,Sent Genès de Lobaut,sheng re nei de long bo,Сен-Женес-де-Ломбо,سینٹ-گینس-دے-لومباود,圣热内德隆博		75	33	332	33408
2980025	Saint-Genès-de-Fronsac	saint-genes-de-fronsac	FR	33240	626	Europe/Paris	45.02526	-0.35703		Saint-Genes,Saint-Genes-de-Fronsac,Saint-Genès,Saint-Genès-de-Fronsac		75	33	335	33407
2980026	Saint-Genès-de-Castillon	saint-genes-de-castillon	FR	33350	418	Europe/Paris	44.89793	-0.063		Saint-Genes,Saint-Genes-de-Castillon,Saint-Genès,Saint-Genès-de-Castillon,Sen-Zhenes-de-Kastijon,Sent Genes de Castilhon,Sent Genès de Castilhon,sheng re nei de ka si di long,Сен-Женес-де-Кастийон,Сен-Женес-де-Кастійон,سینٹ-گینس-دے-کاسٹلوں,圣热内德卡斯蒂隆		75	33	335	33406
2980027	Saint-Genès-de-Blaye	saint-genes-de-blaye	FR	33390	432	Europe/Paris	45.16176	-0.64152		Saint-Genes,Saint-Genes-de-Blaye,Saint-Genès,Saint-Genès-de-Blaye		75	33	331	33405
2980028	Saint-Genès-Champespe	saint-genes-champespe	FR	63850	273	Europe/Paris	45.41879	2.72347		Saint-Genes,Saint-Genes-Champespe,Saint-Genès-Champespe		84	63	633	63346
2980029	Saint-Genès-Champanelle	saint-genes-champanelle	FR	63122	2907	Europe/Paris	45.72037	3.01883		Saint-Genes-Champanelle,Saint-Genest-de-Champanelle,Saint-Genès-Champanelle,Sant Genest de Champanela,Sant Genèst de Champanèla,Sen-Zhene-Shampanel',sheng re nei shang pa nei er,Сен-Жене-Шампанель,سینٹ-گینس-چمپنلے,圣热内尚帕内尔		84	63	632	63345
2980030	Saint-Généroux	saint-generoux	FR	79600	299	Europe/Paris	46.88352	-0.13756		Saint-Generoux,Saint-Généroux		75	79	791	79252
2980031	Saint-Gence	saint-gence	FR	87510	1533	Europe/Paris	45.92166	1.13785		Saint-Gence		75	87	872	87143
2980032	Saint-Génard	saint-genard	FR	79500	342	Europe/Paris	46.18203	-0.13539		Saint-Genard,Saint-Génard		75	79	792	79251
2980033	Saint-Gély-du-Fesc	saint-gely-du-fesc	FR	34980	8605	Europe/Paris	43.69293	3.8058		Saint-Gely,Saint-Gely-du-Fesc,Saint-Gély,Saint-Gély-du-Fesc		76	34	342	34255
2980034	Saint-Gelven	saint-gelven	FR	22570	308	Europe/Paris	48.22627	-3.09626		Saint-Gelven,Sant-Jelven		53	22	222	22107
2980035	Saint-Gelais	saint-gelais	FR	79410	1528	Europe/Paris	46.38292	-0.38986		Gelais-sur-Sevre,Gelais-sur-Sèvre,Saint-Gelais		75	79	792	79249
2980036	Saint-Gein	saint-gein	FR	40190	430	Europe/Paris	43.83619	-0.30171		Saint-Gein		75	40	402	40259
2980039	Saint-Gauzens	saint-gauzens	FR	81390	666	Europe/Paris	43.74729	1.89943		Saint-Gauzens		76	81	812	81248
2980040	Saint-Gaultier	saint-gaultier	FR	36800	1985	Europe/Paris	46.63518	1.41289		Roche-Libre,Saint-Gaultier,Sen-Got'e,sheng ge er di ye,Сен-Готье,Сен-Готьє,سینٹ-گولٹیر,圣戈尔蒂耶		24	36	361	36192
2980042	Saint-Gaudéric	saint-gauderic	FR	11270	61	Europe/Paris	43.12806	1.94711		Saint-Gauderic,Saint-Gaudéric		76	11	111	11343
2980044	Saint-Gaudent	saint-gaudent	FR	86400	0	Europe/Paris	46.11702	0.28787		Saint-Gaudens,Saint-Gaudent,Sen-Godan,sheng ge dang,Сен-Годан,سینٹ-گوڈنٹ,圣戈当		75	86	862	86220
2980045	Saint-Gaudens	saint-gaudens	FR	31800	12193	Europe/Paris	43.10813	0.72318		Mont-d'Unite,Mont-d'Unité,Saint-Gaudens,Sent Gaudenc,Sent Gaudenç	312	76	31	312	31483
2980046	Saint-Gatien-des-Bois	saint-gatien-des-bois	FR	14130	1230	Europe/Paris	49.35	0.18333				28	14	143	14578
2980048	Saint-Ganton	saint-ganton	FR	35550	431	Europe/Paris	47.75379	-1.88193		Saint-Ganton,Sant-Weganton		53	35	352	35268
2980050	Saint-Gand	saint-gand	FR	70130	79	Europe/Paris	47.51667	5.85		Saint-Gand		27	70	702	70463
2980051	Saint-Gal-sur-Sioule	saint-gal-sur-sioule	FR	63440	129	Europe/Paris	46.11077	3.00977		Saint-Gal,Saint-Gal-sur-Sioule		84	63	634	63344
2980052	Saint-Galmier	saint-galmier	FR	42330	5485	Europe/Paris	45.59787	4.31086		Commune-Fond-Fort,Saint-Galmier,Sen-Gal'me,Ville-Fontfort,sheng jia er mi ye,Сен-Гальмє,سینٹ-گلمیر,圣加尔米耶		84	42	421	42222
2980056	Saint-Gabriel-Brécy	saint-gabriel-brecy	FR	14480	365	Europe/Paris	49.27665	-0.56425				28	14	141	14200
2980057	Saint-Fuscien	saint-fuscien	FR	80680	893	Europe/Paris	49.83737	2.31349		Saint-Fuschien,Saint-Fuscien,Sen-Fjus'jan,sheng fei xi an,Сен-Фюсьян,سینٹ-فصکیں,圣菲西安		32	80	802	80702
2980058	Saint-Fulgent-des-Ormes	saint-fulgent-des-ormes	FR	61130	161	Europe/Paris	48.31805	0.4471		Saint-Fulgent,Saint-Fulgent-des-Ormes		28	61	613	61388
2980059	Saint-Fulgent	saint-fulgent	FR	85250	3271	Europe/Paris	46.85323	-1.17774		Fulgent-les-Bois,Saint-Fulgent,Sen-Fjul'zhan,sheng fei er gang,Сен-Фюльжан,سینٹ-فلگنٹ,圣菲尔冈		52	85	852	85215
2980060	Saint-Froult	saint-froult	FR	17780	253	Europe/Paris	45.91806	-1.05968		Le Peletier,Saint-Froult		75	17	172	17329
2980061	Saint-Front-sur-Nizonne	saint-front-sur-nizonne	FR	24300	145	Europe/Paris	45.481	0.63609		Saint-Front,Saint-Front-sur-Nizonne		75	24	242	24411
2980062	Saint-Front-sur-Lémance	saint-front-sur-lemance	FR	47500	602	Europe/Paris	44.57648	0.97141		Saint-Front,Saint-Front-sur-Lemance,Saint-Front-sur-Lémance		75	47	473	47242
2980063	Saint-Front-la-Rivière	saint-front-la-riviere	FR	24300	518	Europe/Paris	45.47222	0.72668		Saint-Front,Saint-Front-la-Riviere,Saint-Front-la-Rivière,Sen-Fron-la-Riv'er,Sen-Fron-la-River,Sent Front de la Ribiera,Sent Front la Ribiera,sheng fu long la li wei ai,Сен-Фрон-ла-Ривьер,Сен-Фрон-ла-Ривєр,سینٹ-فرنٹ-لا-ریویرے,圣夫龙拉里维埃		75	24	242	24410
2980064	Saint-Front-de-Pradoux	saint-front-de-pradoux	FR	24400	974	Europe/Paris	45.05528	0.36445		Saint-Front,Saint-Front-de-Pradoux,Sen-Fron-de-Pradu,Sent Front de Pradon,sheng fu long de pu la du,Сен-Фрон-де-Праду,سینٹ-فرنٹ-دے-ڑدوش,圣夫龙德普拉杜		75	24	243	24409
2980065	Saint-Front-d'Alemps	saint-front-d-alemps	FR	24460	0	Europe/Paris	45.3242	0.78048		Saint-Front,Saint-Front-d'Alemps		75	24	242	24408
2980066	Saint-Front	saint-front	FR	16460	324	Europe/Paris	45.89407	0.28957		Saint-Front		75	16	163	16318
2980067	Saint-Front	saint-front	FR	16460	535	Europe/Paris	44.97632	4.14319		Ardenne-la-Montagne,Saint-Front		84	43	432	43186
2980068	Saint-Fromond	saint-fromond	FR	50620	668	Europe/Paris	49.22068	-1.08979		Pont du Saint-Fromond,Saint-Fromond		28	50	504	50468
2980069	Saint-Frion	saint-frion	FR	23500	175	Europe/Paris	45.86364	2.22812		Saint-Frion		75	23	231	23196
2980071	Saint-Frichoux	saint-frichoux	FR	11800	192	Europe/Paris	43.2524	2.55343		Saint-Frichoux		76	11	111	11342
2980072	Saint-Frézal-de-Ventalon	saint-frezal-de-ventalon	FR	48240	153	Europe/Paris	44.28333	3.86667		Paix-de-Ventalon,Saint-Frezal,Saint-Frezal-de-Ventalon,Saint-Frézal,Saint-Frézal-de-Ventalon		76	48	481	48152
2980073	Saint-Frézal-d'Albuges	saint-frezal-d-albuges	FR	48170	0	Europe/Paris	44.5628	3.76889		Saint-Frezal,Saint-Frezal-d'Albuges,Saint-Frézal,Saint-Frézal-d'Albuges		76	48	482	48151
2980074	Saint-Fréjoux	saint-frejoux	FR	19200	255	Europe/Paris	45.54624	2.37276		Saint-Frejoux,Saint-Fréjoux		75	19	193	19204
2980075	Saint-Frégant	saint-fregant	FR	29260	551	Europe/Paris	48.60378	-4.36728		Saint-Fregant,Saint-Frégant,Sant-Fregan,Sen-Fregan,sheng fu lei gang,Сен-Фреган,سینٹ-فریگانٹ,圣夫雷冈		53	29	291	29248
2980076	Saint-François-Longchamp	saint-francois-longchamp	FR	73130	213	Europe/Paris	45.4	6.35		Saint Francois,Saint François,Saint-Francois-sur-Bugeon,Saint-François-sur-Bugeon		84	73	733	73235
2980077	Saint-François	saint-francois	FR	57320	193	Europe/Paris	49.34434	6.44287		Saint-Francois,Saint-Francois-Lacroix,Saint-François,Saint-François-Lacroix		44	57	573	57610
2980078	Saint-François-de-Sales	saint-francois-de-sales	FR	73340	134	Europe/Paris	45.68257	6.05738		Charmillon,Saint-Francois-de-Sales,Saint-François-de-Sales		84	73	732	73234
2980080	Saint-François	saint-francois	FR	57320	13577	Europe/Paris	46.41537	3.90542				84	03	033	03208
2980083	Saint-Franchy	saint-franchy	FR	58330	59	Europe/Paris	47.13949	3.46087		Franchy-les-Fougeres,Franchy-les-Fougères,Saint-Franchy		27	58	583	58240
2980084	Saint-Franc	saint-franc	FR	73360	177	Europe/Paris	45.49151	5.74616		Bois-Franc,Saint-Franc		84	73	732	73233
2980085	Saint-Frajou	saint-frajou	FR	31230	197	Europe/Paris	43.3334	0.84899		Belle-Serre,Saint-Frajou		76	31	312	31482
2980086	Saint-Fraimbault	saint-fraimbault	FR	61350	692	Europe/Paris	48.48333	-0.7		Saint-Fraimbault-sur-Pisse		28	61	611	61387
2980087	Saint-Fraimbault-de-Prières	saint-fraimbault-de-prieres	FR	53300	953	Europe/Paris	48.34947	-0.581		Saint-Fraimbault,Saint-Fraimbault-de-Prieres,Saint-Fraimbault-de-Prières		52	53	533	53216
2980088	Saint-Fraigne	saint-fraigne	FR	16140	442	Europe/Paris	45.95253	-0.0109		Saint-Fraigne,Sen-Fren',sheng fu lai ni,Сен-Френь,سینٹ-فرائگنے,圣夫赖尼		75	16	163	16317
2980089	Saint-Fortunat-sur-Eyrieux	saint-fortunat-sur-eyrieux	FR	07360	567	Europe/Paris	44.83	4.67623		Saint-Fortunat,Saint-Fortunat-sous-Eyrieux,Saint-Fortunat-sur-Eyrieux		84	07	072	07237
2980090	Saint-Fort-sur-le-Né	saint-fort-sur-le-ne	FR	16130	397	Europe/Paris	45.57714	-0.30532		Saint-Fort-sur-Ne,Saint-Fort-sur-Né,Saint-Fort-sur-le-Ne,Saint-Fort-sur-le-Né,Sen-For-sjur-le-Ne,lai-nei he pan sheng fu er,Сен-Фор-сюр-ле-Не,سینٹ-فورٹ-سر-لے-نے,莱-内河畔圣福尔		75	16	162	16316
2980091	Saint-Fort-sur-Gironde	saint-fort-sur-gironde	FR	17240	918	Europe/Paris	45.46106	-0.72072		Dampierre,Fort-Maubert,Fort-sur-Gironde,Saint-Fort,Saint-Fort-sur-Gironde,Sen-For-sjur-Zhirond,ji long de he pan sheng fu er,Сен-Фор-сюр-Жиронд,سینٹ-فورٹ-سر-گروندے,吉龙德河畔圣福尔		75	17	171	17328
2980092	Saint-Fort	saint-fort	FR	53200	1655	Europe/Paris	47.79928	-0.72095		Saint-Fort		52	53	531	53062
2980181	Sainte-Vertu	sainte-vertu	FR	89310	115	Europe/Paris	47.7492	3.91555		Sainte-Vertu		27	89	892	89371
2980093	Saint-Forgeux-Lespinasse	saint-forgeux-lespinasse	FR	42640	421	Europe/Paris	46.12267	3.93239		Saint-Forgeux-Lespinasse,Saint-Forgieux,Saint-Forgieux-l'Espinasse		84	42	422	42220
2980094	Saint-Forgeux	saint-forgeux	FR	69490	1436	Europe/Paris	45.85895	4.4748		Saint-Forgeux		84	69	692	69200
2980095	Saint-Forget	saint-forget	FR	78720	547	Europe/Paris	48.7	2		Saint-Forget		11	78	782	78548
2980096	Saint-Forgeot	saint-forgeot	FR	71400	535	Europe/Paris	47.00381	4.3		Ferreol,Ferréol,Saint-Forgeot		27	71	711	71414
2980097	Saint-Fons	saint-fons	FR	69190	16053	Europe/Paris	45.70875	4.85325		Saint-Fons,Sen-Fon,sheng-feng,Сен-Фон,سینٹ-فونس,生-丰		84	69	691	69199
2980098	Saint-Folquin	saint-folquin	FR	62370	2126	Europe/Paris	50.94473	2.12433		Le Bas-Morin,Saint-Folquin,Sen-Fol'ken,san fwlkywn,sheng fu kan,Сен-Фолькен,سان فولكيون,سینٹ-فولقیں,圣福坎		32	62	626	62748
2980099	Saint-Floxel	saint-floxel	FR	50310	425	Europe/Paris	49.49135	-1.3517		Saint-Floxel		28	50	502	50467
2980324	Sainte-Solange	sainte-solange	FR	18220	1328	Europe/Paris	47.13628	2.55019		Sainte-Solange		24	18	181	18235
2980100	Saint-Flovier	saint-flovier	FR	37600	651	Europe/Paris	46.96854	1.02708		Saint-Flovier,Sen-Flove,sheng fu luo wei ye,Сен-Фловє,سینٹ-فلووئر,圣夫洛维耶		24	37	373	37218
2980101	Saint-Flour-de-Mercoire	saint-flour-de-mercoire	FR	48300	126	Europe/Paris	44.69598	3.8258		Saint-Flour		76	48	482	48150
2980103	Saint-Flour	saint-flour	FR	15100	229	Europe/Paris	45.70908	3.50424		Saint-Flour		84	63	635	63343
2980104	Saint-Flour	saint-flour	FR	15100	7499	Europe/Paris	45.03374	3.09297		Fort-Cantal,Fort-Libre,Mont-Flour,Saint-Flour	153	84	15	153	15187
2980105	Saint-Floris	saint-floris	FR	62350	446	Europe/Paris	50.62824	2.57045		Saint-Floris,Sen-Flori,san flwrys,sheng fu luo li si,Сен-Флори,Сен-Флорі,سان فلوريس,سینٹ-فلورس,圣弗洛里斯		32	62	622	62747
2980106	Saint-Floret	saint-floret	FR	63320	261	Europe/Paris	45.55105	3.1069		Roche-la-Couze,Saint-Floret,Sant Floret,Sen-Flore,san=furore,sheng fu luo lei,Сен-Флоре,سینٹ فلوریٹ,سینٹ-فلورت,サン＝フロレ,圣夫洛雷		84	63	633	63342
2980107	Saint-Florent-sur-Cher	saint-florent-sur-cher	FR	18400	7083	Europe/Paris	46.99552	2.25076		Saint-Florent,Saint-Florent-sur-Cher,Sen-Floran-sjur-Sher,xie he pan sheng fu luo lang,Сен-Флоран-сюр-Шер,سینٹ-فلورینٹ-سر-چر,谢河畔圣夫洛朗		24	18	181	18207
2980108	Saint-Florent-sur-Auzonnet	saint-florent-sur-auzonnet	FR	30960	1225	Europe/Paris	44.24166	4.11151		Mont-Mayard,Montmajord,Saint-Florens,Saint-Florent,Saint-Florent-sur-Auzonnet		76	30	301	30253
2980109	Saint-Florent-le-Vieil	saint-florent-le-vieil	FR	49410	2793	Europe/Paris	47.36069	-1.01515		Mont-Glone,Saint-Florent,Saint-Florent-le-Vieil,Sen-Floran-le-Vej,sheng fu luo lang lai wei ye yi,Сен-Флоран-ле-Вєй,سینٹ-فلورینٹ-لے-ویل,圣夫洛朗莱维耶伊		52	49	492	49244
2980110	Saint-Florent	saint-florent	FR	20217	442	Europe/Paris	47.68333	2.48333		Saint-Florent-le-Jeune,Sen-Floran,sheng fu luo lang,Сен-Флоран,سینٹ-فلورینٹ، لویریت,圣夫洛朗		24	45	452	45277
2980111	Saint-Florentin	saint-florentin	FR	36150	5994	Europe/Paris	48.00057	3.72489		Mont-Armance,Pont-Civique,Saint-Florentin		27	89	891	89345
2980112	Saint-Florentin	saint-florentin	FR	36150	453	Europe/Paris	47.07818	1.80065		Les Brueres,Les Bruères,Saint-Florentin		24	36	364	36191
2980113	Saint-Florent-des-Bois	saint-florent-des-bois	FR	85310	2725	Europe/Paris	46.59364	-1.316		Bois-Milon,Saint-Florent,Saint-Florent-des-Bois,Sen-Floran-de-Bua,sheng fu luo lang dai bu wa,Сен-Флоран-де-Буа,سینٹ-فلورینٹ-دس-بوس,圣夫洛朗代布瓦		52	85	852	85213
2980115	Saint-Florent	saint-florent	FR	20217	1619	Europe/Paris	42.6815	9.30396		Saint-Florent,San Fiurenzu		94	2B	2B5	2B298
2980116	Saint-Flavy	saint-flavy	FR	10350	217	Europe/Paris	48.40294	3.75961		Saint-Flavy		44	10	102	10339
2980117	Saint-Firmin-sur-Loire	saint-firmin-sur-loire	FR	45360	596	Europe/Paris	47.62561	2.73267		Firmin-sur-Loire,Saint-Firmin,Saint-Firmin-sur-Loire,Sanctus Firminus ad Ligerim,Sen-Firmen-sjur-Luar,lu wa er he pan sheng fei er man,Сен-Фірмен-сюр-Луар,سینٹ-فرمین-سر-لڑے,卢瓦尔河畔圣菲尔曼		24	45	451	45276
2980118	Saint-Firmin	saint-firmin	FR	05800	457	Europe/Paris	44.78141	6.02729		Firmin-Fort,Saint Firmin-en-Valgaudemar,Saint-Firmin-en-Valgodemard		93	05	052	05142
2980120	Saint-Firmin-des-Prés	saint-firmin-des-pres	FR	41100	888	Europe/Paris	47.84132	1.11442		Pres-Firmin,Prés-Firmin,Saint-Firmin,Saint-Firmin-des-Pres,Saint-Firmin-des-Prés		24	41	412	41209
2980121	Saint-Firmin-des-Bois	saint-firmin-des-bois	FR	45220	449	Europe/Paris	47.96516	2.91188		Saint-Firmin,Saint-Firmin-des-Bois,Sanctus Firminus de Nemore,Sen-Firmen-de-Bua,sheng fei er man dai bu wa,Сен-Фірмен-де-Буа,سینٹ-فرمین-دس-بوس,圣菲尔曼代布瓦		24	45	451	45275
2980122	Saint-Firmin	saint-firmin	FR	05800	0	Europe/Paris	50.25932	1.62381				32	80	801	80228
2980123	Saint-Firmin	saint-firmin	FR	05800	236	Europe/Paris	48.41991	6.13089		Saint-Firmin		44	54	543	54473
2980124	Saint-Firmin	saint-firmin	FR	05800	145	Europe/Paris	47.04296	3.39267		Bussy-aux-Amognes,La Chazelle-les-Graviers,Montagne-sur-Nonette,Saint-Firmin		27	58	583	58239
2980125	Saint-Firmin	saint-firmin	FR	05800	779	Europe/Paris	46.82941	4.46893		Saint-Firmin		27	71	711	71413
2980126	Saint-Fiel	saint-fiel	FR	23000	780	Europe/Paris	46.21416	1.89453		Saint-Fiel		75	23	232	23195
2980127	Saint-Fiacre-sur-Maine	saint-fiacre-sur-maine	FR	44690	1071	Europe/Paris	47.14245	-1.41675		Saint-Fiacre,Saint-Fiacre-sur-Maine,Sant-Fieg-ar-Mewan,Sen-Fiakr-sjur-Men,man en he pan sheng fei a ke er,san=fiakuru=shuru=menu,Сен-Фіакр-сюр-Мен,سینٹ-فیکڑے-سر-مہینے,サン＝フィアクル＝シュル＝メーヌ,曼恩河畔圣菲阿克尔		52	44	442	44159
2980128	Saint-Fiacre	saint-fiacre	FR	22720	425	Europe/Paris	48.92327	2.95563		Saint-Fiacre		11	77	771	77408
2980129	Saint-Fiacre	saint-fiacre	FR	22720	0	Europe/Paris	48.56667	-3.81667				53	29	293	29207
2980130	Saint-Fiacre	saint-fiacre	FR	22720	0	Europe/Paris	48.48645	2.20884				11	91	911	91038
2980131	Saint-Fiacre	saint-fiacre	FR	22720	207	Europe/Paris	48.46158	-3.06039		Fiacre-les-Bois,Saint-Fiacre,Sant-Fieg		53	22	222	22289
2980132	Saint-Fiacre	saint-fiacre	FR	22720	0	Europe/Paris	48.01667	-3.48333				53	56	562	56057
2980133	Saint-Ferriol	saint-ferriol	FR	11500	157	Europe/Paris	42.89193	2.2244		Saint-Ferriol		76	11	112	11341
2980134	Saint-Ferréol-Trente-Pas	saint-ferreol-trente-pas	FR	26110	229	Europe/Paris	44.42797	5.21779		Saint-Ferreol,Saint-Ferreol-Trente-Pas,Saint-Ferréol,Saint-Ferréol-Trente-Pas		84	26	262	26304
2980135	Saint-Ferréol-des-Côtes	saint-ferreol-des-cotes	FR	63600	608	Europe/Paris	45.52852	3.70741		Saint Ferreol,Saint Ferréol,Saint-Fereol des Cotes,Saint-Ferreol-des-Cotes,Saint-Ferréol-des-Côtes,Saint-Féréol des Côtes		84	63	631	63341
2980136	Saint-Ferréol-d'Auroure	saint-ferreol-d-auroure	FR	43330	0	Europe/Paris	45.35506	4.25464		Mont-Sec,Saint-Ferreol,Saint-Ferreol-d'Auroure,Saint-Ferréol,Saint-Ferréol-d'Auroure		84	43	433	43184
2980139	Saint-Ferréol	saint-ferreol	FR	74210	882	Europe/Paris	45.76438	6.30858		Saint-Ferreol,Saint-Ferréol		84	74	741	74234
2980140	Saint-Ferréol-de-Comminges	saint-ferreol-de-comminges	FR	31350	60	Europe/Paris	43.33333	0.73333		Bellevue		76	31	312	31479
2980141	Saint-Ferme	saint-ferme	FR	33580	348	Europe/Paris	44.69378	0.05766		Saint-Ferme,Sen-Ferm,Sent Fermer,Sent Fèrmer,sheng fu er mu,Сен-Ферм,سینٹ-فرمے,圣弗尔姆		75	33	333	33400
2980142	Saint-Ferjeux	saint-ferjeux	FR	70110	57	Europe/Paris	47.54417	6.50954		Saint-Fergeux,Saint-Ferjeux		27	70	701	70462
2980143	Saint-Fergeux	saint-fergeux	FR	08360	199	Europe/Paris	49.563	4.2136		Saint-Fergeux		44	08	082	08380
2980144	Saint-Félix-Lauragais	saint-felix-lauragais	FR	31540	1495	Europe/Paris	43.44898	1.88756		Saint-Felix,Saint-Felix-Lauragais,Saint-Félix,Saint-Félix-Lauragais		76	31	313	31478
2980145	Saint-Félix-de-Villadeix	saint-felix-de-villadeix	FR	24510	304	Europe/Paris	44.92422	0.68253		Saint-Felix,Saint-Felix-de-Villadeix,Saint-Félix,Saint-Félix-de-Villadeix		75	24	241	24405
2980146	Saint-Félix-de-Tournegat	saint-felix-de-tournegat	FR	09500	111	Europe/Paris	43.13117	1.74761		Saint-Felix,Saint-Felix-de-Tournegat,Saint-Félix,Saint-Félix-de-Tournegat		76	09	092	09259
2980147	Saint-Félix-de-Sorgues	saint-felix-de-sorgues	FR	12400	204	Europe/Paris	43.88394	2.98421		Felix-de-Sorgues,Félix-de-Sorgues,Saint-Felix,Saint-Felix-de-Sorgues,Saint-Félix,Saint-Félix-de-Sorgues		76	12	121	12222
2980148	Saint-Félix-de-Rieutord	saint-felix-de-rieutord	FR	09120	346	Europe/Paris	43.0465	1.67216		Saint-Felix,Saint-Felix-de-Rieutord,Saint-Felix-de-Rieutort,Saint-Félix,Saint-Félix-de-Rieutord,Saint-Félix-de-Rieutort		76	09	091	09258
2980150	Saint-Félix-de-Pallières	saint-felix-de-pallieres	FR	30140	220	Europe/Paris	44.02318	3.93125		Mont-Felix-de-Pallieres,Mont-Félix-de-Pallières,Saint-Felix,Saint-Felix-de-Pallieres,Saint-Félix,Saint-Félix-de-Pallières		76	30	303	30252
2980151	Saint-Félix-de-Lunel	saint-felix-de-lunel	FR	12320	416	Europe/Paris	44.56219	2.5399		Saint-Felix,Saint-Felix-de-Lunel,Saint-Félix,Saint-Félix-de-Lunel		76	12	122	12221
2980152	Saint-Félix-de-Lodez	saint-felix-de-lodez	FR	34725	839	Europe/Paris	43.66319	3.45922		Lodes,Lodès,Saint-Felix,Saint-Felix-de-Lodes,Saint-Felix-de-Lodez,Saint-Félix,Saint-Félix-de-Lodez,Saint-Félix-de-Lodès		76	34	342	34254
2980153	Saint-Félix-de-l'Héras	saint-felix-de-l-heras	FR	34520	0	Europe/Paris	43.83515	3.30173		L'Heras,L'Héras,Saint-Felix,Saint-Felix-de-Heras,Saint-Felix-de-l'Heras,Saint-Félix,Saint-Félix-de-Héras,Saint-Félix-de-l'Héras		76	34	342	34253
2980154	Saint-Félix-de-Foncaude	saint-felix-de-foncaude	FR	33540	278	Europe/Paris	44.64961	-0.1205		Saint-Felix,Saint-Felix-de-Foncaude,Saint-Félix,Saint-Félix-de-Foncaude,Sen-Feliks-de-Fonkod,Sent Felic de Font Cauda,Sent Felic e Fontcauda,Sent Feliç de Font Cauda,Sent Feliç e Fontcauda,sheng fei li de feng ke de,Сен-Феликс-де-Фонкод,Сен-Фелікс-де-Фонкод,سینٹ-فیلکس-دے-فونکودے,圣费利德丰科德		75	33	333	33399
2980155	Saint-Félix-de-Bourdeilles	saint-felix-de-bourdeilles	FR	24340	60	Europe/Paris	45.41603	0.56847		Dujalieux,Saint-Felix,Saint-Felix-de-Bourdeilles,Saint-Félix,Saint-Félix-de-Bourdeilles,Sen-Feli-de-Burdej,Sen-Feliks-de-Burdej,Sent Felic de Bordelha,Sent Felic de Maruelh,Sent Feliç de Bordelha,Sent Feliç de Maruèlh,sheng fei li de bu er dai lai,Сен-Фели-де-Бурдей,Сен-Феликс-де-Бурдей,Сен-Фелікс-де-Бурдей,سینٹ-فیلکس-دے-بوردیلیس,圣费利德布尔代莱		75	24	242	24403
2980157	Saint-Félix	saint-felix	FR	03260	505	Europe/Paris	49.35797	2.28286		Saint-Felix,Saint-Félix		32	60	602	60574
2980158	Saint-Félix	saint-felix	FR	03260	254	Europe/Paris	46.22749	3.48096		Saint-Felix,Saint-Félix		84	03	033	03232
2980159	Saint-Félix	saint-felix	FR	03260	300	Europe/Paris	46.08899	-0.59978		La Felicite,La Félicité,Saint-Felix,Saint-Félix		75	17	175	17327
2980160	Saint-Félix	saint-felix	FR	03260	1782	Europe/Paris	45.80269	5.97714		Saint-Felix,Saint-Félix		84	74	741	74233
2980161	Saint-Félix	saint-felix	FR	03260	121	Europe/Paris	45.37396	0.00988		Saint-Felix,Saint-Félix		75	16	162	16315
2980162	Saint-Félix	saint-felix	FR	03260	296	Europe/Paris	44.61137	2.11794		Puy-du-Tour,Saint-Felix,Saint-Félix		76	46	462	46266
2980163	Saint-Féliu-d'Avall	saint-feliu-d-avall	FR	66170	2444	Europe/Paris	42.68168	2.73814		Saint-Feliu-d'Aval,Saint-Feliu-d'Avall,Saint-Féliu-d'Avall,Sant Feliu d'Avall		76	66	662	66174
2980164	Saint-Féliu-d'Amont	saint-feliu-d-amont	FR	66170	741	Europe/Paris	42.68614	2.72249		Saint-Feliu,Saint-Feliu-d'Amont,Saint-Féliu,Saint-Féliu-d'Amont,Sant Feliu d'Amunt		76	66	663	66173
2980165	Saint-Félicien	saint-felicien	FR	07410	1253	Europe/Paris	45.086	4.62738		Felisval,Saint-Felicien,Saint-Félicien		84	07	073	07236
2980166	Saint-Faust	saint-faust	FR	64110	789	Europe/Paris	43.26978	-0.45186		Saint-Faust,Sen-Fost,Sent Haust,sheng fu si,Сен-Фост,سینٹ-فاسٹ,圣福斯		75	64	643	64478
2980168	Saint-Fargeol	saint-fargeol	FR	03420	220	Europe/Paris	46.13814	2.62825		Saint-Fargeol		84	03	031	03231
2980169	Saint-Fargeau-Ponthierry	saint-fargeau-ponthierry	FR	77310	12097	Europe/Paris	48.55713	2.5284		Saint-Fargeau-sur-Seine,Sen-Farzho-Pont'erri,Сен-Фаржо-Понтьерри,Сен-Фаржо-Понтьєррі,سینٹ-فرگو-پونتھیررے		11	77	772	77407
2980170	Saint-Fargeau	saint-fargeau	FR	89170	1674	Europe/Paris	47.64133	3.07066		Le Peletier,Saint Fageau,Saint-Fargeau		27	89	891	89344
2980173	Saint-Exupéry-les-Roches	saint-exupery-les-roches	FR	19200	538	Europe/Paris	45.51614	2.36964		Saint-Exupery,Saint-Exupery-les-Roches,Saint-Exupéry,Saint-Exupéry-les-Roches,Sent Eissuperi,Sent Sepieri,Sent-Ehkzjuperi-le-Rosh,Sent-Eksjuperi-le-Rosh,sheng ai ke xu pei li lai luo xie,Сент-Ексюпери-ле-Рош,Сент-Ексюпері-ле-Рош,Сент-Экзюпери-ле-Рош,سینٹ-شپےڑی-لیس-روچس,圣埃克叙佩里莱罗谢		75	19	193	19201
2980174	Saint-Exupéry	saint-exupery	FR	33190	128	Europe/Paris	44.62612	-0.10243		Saint-Exupery,Saint-Exupéry		75	33	333	33398
2980176	Saint-Evroult-Notre-Dame-du-Bois	saint-evroult-notre-dame-du-bois	FR	61550	440	Europe/Paris	48.8	0.46667		Saint-Evroult		28	61	613	61386
2980177	Saint-Evroult-de-Montfort	saint-evroult-de-montfort	FR	61230	284	Europe/Paris	48.8	0.31667		Saint-Evroult		28	61	613	61385
2980182	Sainte-Verge	sainte-verge	FR	79100	1383	Europe/Paris	47.00755	-0.21093		Sainte-Verge		75	79	791	79300
2980183	Sainte-Vaubourg	sainte-vaubourg	FR	08130	93	Europe/Paris	49.46144	4.59052		Sainte-Vaubourg		44	08	084	08398
2980184	Saint-Évarzec	saint-evarzec	FR	29170	3091	Europe/Paris	47.93725	-4.0208		Saint-Evarzec,Saint-Évarzec,Sant-Evarzeg,Sent-Evarzek,santevu~aruzekku,sheng ai wa er ze ke,Сент-Еварзек,سینٹ-ایوارزیک,サンテヴァルゼック,圣埃瓦尔泽克		53	29	294	29247
2980185	Sainte-Valière	sainte-valiere	FR	11120	532	Europe/Paris	43.27346	2.84234		Mont-Floreal,Mont-Floréal,Sainte-Valiere,Sainte-Valière,Sainte-Valliere,Sainte-Vallière		76	11	113	11366
2980186	Saint-Eutrope-de-Born	saint-eutrope-de-born	FR	47210	646	Europe/Paris	44.57868	0.69076		Saint-Eutrope,Saint-Eutrope-de-Born		75	47	473	47241
2980187	Saint-Eutrope	saint-eutrope	FR	16190	0	Europe/Paris	48.55	-3.73333				53	29	293	29191
2980188	Saint-Eutrope	saint-eutrope	FR	16190	0	Europe/Paris	48.39317	-2.90633				53	22	224	22277
2980189	Saint-Eutrope	saint-eutrope	FR	16190	0	Europe/Paris	47.65295	-2.20999				53	56	563	56001
2980190	Saint-Eutrope	saint-eutrope	FR	16190	177	Europe/Paris	45.41667	0.11667		Saint-Eutrope		75	16	161	16230
2980191	Saint-Eutrope	saint-eutrope	FR	16190	0	Europe/Paris	44.45354	0.5204				75	47	473	47173
2980192	Saint-Eustache-la-Forêt	saint-eustache-la-foret	FR	76210	1210	Europe/Paris	49.55137	0.45599		Saint-Eustache,Saint-Eustache-la-Foret,Saint-Eustache-la-Forêt		28	76	762	76576
2980194	Saint-Eustache	saint-eustache	FR	74410	433	Europe/Paris	45.7957	6.14802		Saint-Eustache		84	74	741	74232
2980196	Saint-Eusèbe-en-Champsaur	saint-eusebe-en-champsaur	FR	05500	152	Europe/Paris	44.72577	6.0279		Mont-Eusebe,Mont-Eusèbe,Saint-Eusebe,Saint-Eusebe-en-Champsaur,Saint-Eusèbe,Saint-Eusèbe-en-Champsaur		93	05	052	05039
2980197	Saint-Eusèbe	saint-eusebe	FR	71210	1081	Europe/Paris	46.71346	4.46203		Cremont,Montfleury,Saint-Eusebe,Saint-Eusèbe,Sparte		27	71	711	71412
2980198	Saint-Eusèbe	saint-eusebe	FR	71210	438	Europe/Paris	45.93183	5.9737		Saint-Eusebe,Saint-Eusèbe		84	74	741	74231
2980199	Saint-Euphrône	saint-euphrone	FR	21140	188	Europe/Paris	47.47798	4.37976		Choisy-les-Semur,Choisy-lès-Semur,Saint-Euphrone,Saint-Euphrône,Sainte-Euphrone,Sainte-Euphrône		27	21	213	21547
2980200	Saint-Eulien	saint-eulien	FR	52100	315	Europe/Paris	48.68384	4.8833		Lienval,Saint-Eulien		44	51	514	51478
2980202	Saint-Eugène	saint-eugene	FR	02330	202	Europe/Paris	49.02166	3.52976		Saint-Eugene,Saint-Eugène		32	02	021	02677
2980203	Saint-Eugène	saint-eugene	FR	02330	186	Europe/Paris	46.7375	4.19594		Saint-Eugene,Saint-Eugène		27	71	711	71411
2980204	Saint-Eugène	saint-eugene	FR	02330	312	Europe/Paris	45.50802	-0.28541		L'Ingenuite,L'Ingénuité,Saint-Eugene,Saint-Eugène		75	17	171	17326
2980205	Sainte-Tulle	sainte-tulle	FR	04220	3404	Europe/Paris	43.78619	5.76513		Sainte-Tulle,Santa Tullia,Santa Túllia,Sent-Tjul',Tulle-les-Durance,sheng di er,Сент-Тюль,سین-تلے,圣蒂尔		93	04	044	04197
2980207	Sainte-Trie	sainte-trie	FR	24160	154	Europe/Paris	45.29927	1.19674		Saint-Trie,Sainte-Trie,Trie-Argileux		75	24	244	24507
2980208	Sainte-Tréphine	sainte-trephine	FR	22480	222	Europe/Paris	48.26955	-3.15464		Sainte-Trephine,Sainte-Tréphine,Sant-Trifin		53	22	222	22331
2980210	Saint-Étienne-Vallée-Française	saint-etienne-vallee-francaise	FR	48330	545	Europe/Paris	44.16696	3.84141		Saint-Etienne,Saint-Etienne-Vallee-Francaise,Saint-Étienne,Saint-Étienne-Vallée-Française,Sent Esteve de Valfrancesca,Sent Estève de Valfrancesca,Sent-Et'enn-Valle-Fransez,Val-Libre,Vallee-Libre,Vallée-Libre,sheng ai di an wa lai ai fu lang sai si,Сент-Етьенн-Валле-Франсез,Сент-Етьєнн-Валле-Франсез,سینٹ-ایٹیینے-ولے-فرانکیسے,圣埃蒂安瓦莱埃弗朗赛斯		76	48	481	48148
2980211	Saint-Étienne-sur-Usson	saint-etienne-sur-usson	FR	63580	245	Europe/Paris	45.50611	3.4127		Puy-Chalin,Saint-Etienne,Saint-Etienne-sur-Usson,Saint-Étienne,Saint-Étienne-sur-Usson		84	63	633	63340
2980212	Saint-Étienne-sur-Suippe	saint-etienne-sur-suippe	FR	51110	255	Europe/Paris	49.38714	4.09581		Fanecourt,Saint-Etienne,Saint-Etienne-sur-Suippe,Saint-Étienne,Saint-Étienne-sur-Suippe		44	51	513	51477
2980213	Saint-Étienne-sur-Reyssouze	saint-etienne-sur-reyssouze	FR	01190	418	Europe/Paris	46.41229	5.00089		Saint-Etienne,Saint-Etienne-sur-Reyssouze,Saint-Étienne,Saint-Étienne-sur-Reyssouze		84	01	012	01352
2980214	Saint-Étienne-sur-Chalaronne	saint-etienne-sur-chalaronne	FR	01140	1291	Europe/Paris	46.14778	4.87129		Saint-Etienne,Saint-Etienne-sur-Chalaronne,Saint-Étienne,Saint-Étienne-sur-Chalaronne		84	01	012	01351
2980215	Saint-Étienne-sur-Blesle	saint-etienne-sur-blesle	FR	43450	49	Europe/Paris	45.31667	3.13333		Mont-Etienne,Mont-Etienne-sur-Blesle,Saint-Etienne,Saint-Etienne-sur-Blesle,Saint-Étienne,Saint-Étienne-sur-Blesle		84	43	431	43182
2980216	Saint-Étienne-sous-Barbuise	saint-etienne-sous-barbuise	FR	10700	125	Europe/Paris	48.5008	4.11031		Saint-Etienne,Saint-Etienne-sous-Barbuise,Saint-Étienne,Saint-Étienne-sous-Barbuise		44	10	103	10338
2980217	Saint-Étienne-sous-Bailleul	saint-etienne-sous-bailleul	FR	27920	341	Europe/Paris	49.12377	1.40791		Saint-Etienne,Saint-Etienne-sous-Bailleul,Saint-Étienne-sous-Bailleul		28	27	271	27539
2980218	Saint-Étienne-Roilaye	saint-etienne-roilaye	FR	60350	335	Europe/Paris	49.35314	3.01875		La Queue-du-Bois		32	60	603	60572
2980219	Saint-Étienne-lès-Remiremont	saint-etienne-les-remiremont	FR	88200	4156	Europe/Paris	48.02287	6.60868		Saint-Etienne,Saint-Etienne-les-Remiremont,Saint-Étienne,Saint-Étienne-lès-Remiremont,Sent-Et'enn-le-Remirmon,Valmoselle,sheng ai di ye na lai lei mi lei meng,Сент-Етьенн-ле-Ремирмон,Сент-Етьєнн-ле-Ремірмон,سینٹ-ایٹیینے-لیس-ریمرمونٹ,圣埃蒂耶纳莱雷米雷蒙		44	88	881	88415
2980220	Saint-Étienne-les-Orgues	saint-etienne-les-orgues	FR	04230	927	Europe/Paris	44.04527	5.77994		Mont-Lure,Saint-Etienne,Saint-Etienne-les-Orgues,Saint-Étienne,Saint-Étienne-les-Orgues,Sant Esteve,Sant Esteve deis Orgues,Sant Estève,Sant Estève deis Òrgues,Sent-Eht'en-lez-Org,Sent-Et'enn-lez-Org,sheng ai di an lai ao er gai,Сент-Етьєнн-лез-Орг,Сент-Этьен-лез-Орг,سینٹ-ایٹیینے-لیس-اورگیس,圣埃蒂安莱奥尔盖		93	04	044	04178
2980221	Saint-Étienne-le-Molard	saint-etienne-le-molard	FR	42130	763	Europe/Paris	45.73395	4.08915		Saint-Etienne,Saint-Etienne-le-Molard,Saint-Étienne-le-Molard		84	42	421	42219
2980251	Saint-Étienne-des-Guérets	saint-etienne-des-guerets	FR	41190	102	Europe/Paris	47.599	1.0632		Saint-Etienne,Saint-Etienne-des-Guerets,Saint-Étienne,Saint-Étienne-des-Guérets		24	41	411	41208
2980222	Saint-Étienne-le-Laus	saint-etienne-le-laus	FR	05130	229	Europe/Paris	44.50274	6.16114		Saint-Etienne,Saint-Etienne-d'Avancon,Saint-Etienne-de-Laus,Saint-Etienne-le-Laus,Saint-Étienne-le-Laus,Sant Esteve dAvancon,Sant Esteve lo Laus,Sant Estève dAvançon,Sant Estève lo Laus,Sent-Eht'en-le-Lo,Sent-Et'enn-le-Lo,Valon,san=tetien'nu=ru=rou,sheng ai di an lai luo,Сент-Етьєнн-ле-Ло,Сент-Этьен-ле-Ло,سینٹ-ایٹیینے-لے-لاؤس,サン＝テティエンヌ＝ル＝ロウ,圣埃蒂安莱洛		93	05	052	05140
2980223	Saint-Étienne-la-Varenne	saint-etienne-la-varenne	FR	69460	646	Europe/Paris	46.07658	4.63065		La Varenne,Saint-Etienne-la-Varenne,Saint-Étienne-la-Varenne		84	69	692	69198
2980224	Saint-Étienne-la-Thillaye	saint-etienne-la-thillaye	FR	14950	462	Europe/Paris	49.29002	0.12021		Saint-Etienne,Saint-Etienne-la Thilaye,Saint-Etienne-la-Thillaye,Saint-Étienne,Saint-Étienne-la-Thillaye		28	14	143	14575
2980225	Saint-Étienne-Lardeyrol	saint-etienne-lardeyrol	FR	43260	656	Europe/Paris	45.07148	4.00119		Fraycelier,Lardeyrol,Saint-Etienne,Saint-Etienne-Lardeyrol,Saint-Étienne,Saint-Étienne-Lardeyrol		84	43	432	43181
2980226	Saint-Étienne-l'Allier	saint-etienne-l-allier	FR	27450	0	Europe/Paris	49.26399	0.55234		Saint-Etienne,Saint-Etienne-l'Allier,Saint-Étienne,Saint-Étienne-l'Allier		28	27	272	27538
2980227	Saint-Étienne-la-Geneste	saint-etienne-la-geneste	FR	19160	73	Europe/Paris	45.44661	2.3455		Saint-Etienne,Saint-Etienne-la-Geneste,Saint-Étienne,Saint-Étienne-la-Geneste		75	19	193	19200
2980228	Saint-Étienne-la-Cigogne	saint-etienne-la-cigogne	FR	79360	119	Europe/Paris	46.11667	-0.5		Saint-Etienne,Saint-Etienne-la-Cigogne,Saint-Étienne-la-Cigogne		75	79	792	79078
2980229	Saint-Étienne-Estréchoux	saint-etienne-estrechoux	FR	34260	291	Europe/Paris	43.66338	3.10489		Saint-Etienne,Saint-Etienne-Estrechoux,Saint-Étienne,Saint-Étienne-Estréchoux		76	34	341	34252
2980230	Le Dévoluy	le-devoluy	FR	05250	537	Europe/Paris	44.69362	5.94063		Saint-Etienne,Saint-Etienne-en-Devoluy,Saint-Étienne,Saint-Étienne-en-Dévoluy	05139	93	05	052	05139
2980231	Saint-Étienne-en-Coglès	saint-etienne-en-cogles	FR	35460	1562	Europe/Paris	48.40172	-1.32812		Saint-Etienne,Saint-Etienne-en-Cogles,Saint-Étienne,Saint-Étienne-en-Coglès,Sant-Stefan-Gougleiz		53	35	351	35257
2980232	Saint-Étienne-en-Bresse	saint-etienne-en-bresse	FR	71370	734	Europe/Paris	46.70616	5.05104		Niveau,Saint-Etienne,Saint-Etienne-en-Bresse,Saint-Étienne,Saint-Étienne-en-Bresse,Sent-Et'enn-an-Bress,Сент-Етьенн-ан-Бресс,Сент-Етьєнн-ан-Бресс,سینٹ-ایٹیینے-این -برسسے		27	71	714	71410
2980233	Saint-Étienne-du-Vigan	saint-etienne-du-vigan	FR	43420	115	Europe/Paris	44.77991	3.83537		Saint-Etienne,Saint-Etienne-du-Vigan,Saint-Étienne,Saint-Étienne-du-Vigan,Vigan-d'Allier		84	43	432	43180
2980234	Saint-Étienne-du-Vauvray	saint-etienne-du-vauvray	FR	27430	724	Europe/Paris	49.24161	1.21906		Saint-Etienne,Saint-Etienne-du-Vauvray,Saint-Étienne-du-Vauvray		28	27	271	27537
2980235	Saint-Étienne-du-Valdonnez	saint-etienne-du-valdonnez	FR	48000	520	Europe/Paris	44.45634	3.56195		Saint-Etienne,Saint-Etienne-du-Valdonnes,Saint-Etienne-du-Valdonnez,Saint-Étienne-du-Valdonnes,Saint-Étienne-du-Valdonnez		76	48	482	48147
2980236	Saint-Étienne-du-Rouvray	saint-etienne-du-rouvray	FR	76800	28953	Europe/Paris	49.37794	1.10467		Saint-Etienne,Saint-Etienne-du-Rouvray,Saint-Étienne,Saint-Étienne-du-Rouvray,Sent Etjen di Ruvre,Sent-Eht'en-dju-Ruvreh,Sent-Et'enn-dju-Ruvre,saengtetiendwilubeule,san=tetien'nu=de~yu=ruvure,snt atyn dw rwwrh,Сент Етјен ди Рувре,Сент-Етьенн-дю-Рувре,Сент-Етьєнн-дю-Рувре,Сент-Этьен-дю-Руврэ,سنت اتین دو رووره,سینٹ-ایٹیینے-دو-روورے,サン＝テティエンヌ＝デュ＝ルヴレ,생테티엔뒤루브레		28	76	763	76575
2980237	Saint-Étienne-du-Gué-de-l'Isle	saint-etienne-du-gue-de-l-isle	FR	22210	0	Europe/Paris	48.10333	-2.64822		Etienne-sur-Lie,Etienne-sur-Lié,Saint-Etienne,Saint-Etienne-du-Gue-de-l'Isle,Saint-Étienne,Saint-Étienne-du-Gué-de-l'Isle,Sant-Stefan-ar-Roudouz		53	22	224	22288
2980238	Saint-Étienne-du-Grès	saint-etienne-du-gres	FR	13103	2239	Europe/Paris	43.78045	4.72534		Saint-Etienne,Saint-Etienne-du-Gres,Saint-Étienne,Saint-Étienne-du-Grès,Sant Esteve dau Gres,Sant Esteve de Tarascon,Sant Estève dau Gres,Sant Estève de Tarascon,Sent-Eht'en-dju-Gres,Sent-Et'enn-dju-Gre,sheng ai di an di ge lei,Сент-Етьєнн-дю-Гре,Сент-Этьен-дю-Грес,سینٹ-ایٹیینے-دو-گریس,圣埃蒂安迪格雷		93	13	132	13094
2980239	Saint-Étienne-du-Bois	saint-etienne-du-bois	FR	01370	1544	Europe/Paris	46.83059	-1.59544		Saint-Etienne,Saint-Etienne-du-Bois,Saint-Étienne,Saint-Étienne-du-Bois		52	85	852	85210
2980240	Saint-Étienne-du-Bois	saint-etienne-du-bois	FR	01370	2257	Europe/Paris	46.2899	5.29471		Saint-Etienne,Saint-Etienne-du-Bois,Saint-Étienne-du-Bois,Sant-Stefan-ar-C'hoad		84	01	012	01350
2980241	Saint-Étienne-d'Orthe	saint-etienne-d-orthe	FR	40300	0	Europe/Paris	43.58743	-1.17872		Saint-Etienne-d'Orthe,Saint-Étienne-d'Orthe,Sainte Etienne		75	40	401	40256
2980243	Saint-Étienne-de-Villeréal	saint-etienne-de-villereal	FR	47210	283	Europe/Paris	44.61572	0.76346		Saint-Etienne,Saint-Etienne-de-Villereal,Saint-Étienne,Saint-Étienne-de-Villeréal		75	47	473	47240
2980244	Saint-Étienne-de-Vicq	saint-etienne-de-vicq	FR	03300	440	Europe/Paris	46.17674	3.53348		Saint-Etienne,Saint-Etienne-de-Vicq,Saint-Étienne,Saint-Étienne-de-Vicq		84	03	033	03230
2980245	Saint-Étienne-de-Valoux	saint-etienne-de-valoux	FR	07340	211	Europe/Paris	45.24689	4.7821		Saint Etienne,Saint-Etienne-de-Valoux,Saint-Étienne-de-Valoux,Toranchon		84	07	073	07234
2980246	Saint-Etienne-de-Tulmont	saint-etienne-de-tulmont	FR	82410	2731	Europe/Paris	44.05	1.46667		Saint-Etienne,Saint-Etienne-de-Tulmont,Saint-Étienne,Saint-Étienne-de-Tulmont		76	82	822	82161
2980247	Saint-Étienne-de-Tinée	saint-etienne-de-tinee	FR	06660	1311	Europe/Paris	44.25643	6.92499		Fanum Sancti Stephani ad Tineam,Saint-Etienne,Saint-Etienne-de-Tinee,Saint-Étienne,Saint-Étienne-de-Tinée,Sant Esteve de Tinea,Sant Esteve de Tinia,Sant Estève de Tiniá,Sant Estève de Tinèa,Santo Stefano di Tinea,Sent-Eht'en-de-Tine,Sent-Et'enn-de-Tine,san atyn dy tyny,sheng ai di an de di nei ai,Сент-Етьєнн-де-Тіне,Сент-Этьен-де-Тине,سان إتين دي تيني,سینٹ-ایٹیینے-دے-تنے,圣埃蒂安德蒂内埃		93	06	062	06120
2980248	Saint-Étienne-des-Sorts	saint-etienne-des-sorts	FR	30200	507	Europe/Paris	44.18757	4.70568		Saint-Etienne,Saint-Etienne-des-Sorts,Saint-Étienne,Saint-Étienne-des-Sorts,Sorts		76	30	302	30251
2980249	Saint-Étienne-des-Oullières	saint-etienne-des-oullieres	FR	69460	1832	Europe/Paris	46.06731	4.64945		Saint-Etienne-des-Oullieres,Saint-Étienne-des-Oullières		84	69	692	69197
2980320	Sainte-Soulle	sainte-soulle	FR	17220	2840	Europe/Paris	46.18851	-1.01588		Roche-Libre,Rousseau,Sainte-Soulle		75	17	173	17407
2980252	Saint-Étienne-de-Serre	saint-etienne-de-serre	FR	07190	181	Europe/Paris	44.802	4.54019		Saint-Etienne,Saint-Étienne		84	07	072	07233
2980254	Saint-Étienne-des-Champs	saint-etienne-des-champs	FR	63380	0	Europe/Paris	45.83019	2.57614		Saint-Etienne,Saint-Etienne-des-Champs,Saint-Étienne,Saint-Étienne-des-Champs		84	63	634	63339
2980256	Saint-Étienne-de-Saint-Geoirs	saint-etienne-de-saint-geoirs	FR	38590	2437	Europe/Paris	45.33909	5.3465		Marathon,Mont-Geoirs,Saint-Etienne,Saint-Etienne-de-Saint-Geoirs,Saint-Étienne,Saint-Étienne-de-Saint-Geoirs		84	38	383	38384
2980257	Saint-Étienne-de-Puycorbier	saint-etienne-de-puycorbier	FR	24400	117	Europe/Paris	45.09234	0.32944		Saint-Etienne,Saint-Etienne-de-Puycorbier,Saint-Étienne,Saint-Étienne-de-Puycorbier,Sent Estefe de Puei Corbier,Sent Estefe de Pueicorbier,Sent-Et'enn-de-Pjuikorb'e,Sent-Et'enn-de-Pjuikorbe,sheng ai di an de pi yi ke er bi ye,Сент-Етьенн-де-Пюикорбье,Сент-Етьєнн-де-Пюїкорбє,سینٹ-ایٹیینے-دے-پیکوربئر,圣埃蒂安德皮伊科尔比耶		75	24	243	24399
2980259	Saint-Étienne-de-Montluc	saint-etienne-de-montluc	FR	44360	6809	Europe/Paris	47.27622	-1.78013		Messidor,Saint-Etienne,Saint-Etienne-de-Montluc,Saint-Étienne,Saint-Étienne-de-Montluc,Sanctus Stephanus de Monteluci,Sant-Stefan-Brengolou,Sant-Stefan-Brengoloù,Sent-Et'enn-de-Monljuk,sheng ai di an de meng te lu ke,Сент-Етьєнн-де-Монлюк,سینٹ-ایٹیینے-دے-مونتلک,圣埃蒂安德蒙特吕克		52	44	442	44158
2980260	Saint-Étienne-de-Mer-Morte	saint-etienne-de-mer-morte	FR	44270	1084	Europe/Paris	46.92886	-1.74272		Mellomars,Saint-Etienne,Saint-Etienne-de-Mer-Morte,Saint-Étienne,Saint-Étienne-de-Mer-Morte,Sant-Stefan-Melveurzh,Sant-Stefan-Melveuzh,Sent-Et'enn-de-Mer-Mort,sheng ai di an de mei er-mo er te,Сент-Етьєнн-де-Мер-Морт,سین-ایتین-دے-مر-مورتے,圣埃蒂安德梅尔-莫尔特		52	44	442	44157
2980261	Saint-Étienne-de-Maurs	saint-etienne-de-maurs	FR	15600	706	Europe/Paris	44.71639	2.20679		Saint-Etienne,Saint-Etienne-de-Maurs,Saint-Étienne,Saint-Étienne-de-Maurs		84	15	151	15184
2980262	Saint-Étienne-de-Lugdarès	saint-etienne-de-lugdares	FR	07590	483	Europe/Paris	44.65098	3.9554		Lugdares,Lugdarès,Saint-Etienne,Saint-Étienne,Sant Esteve de Ludares,Sant Esteve de Lugdares,Sant Estève de Ludarès,Sant Estève de Lugdarès,Sent-Eht'en-de-Ljugdares,Sent-Et'enn-de-Ljugdare,sheng ai di an de lu ge da lei,Сент-Етьєнн-де-Люгдаре,Сент-Этьен-де-Люгдарес,سینٹ-ایٹیینے-دے-لگدریس,圣埃蒂安德吕格达雷		84	07	071	07232
2980263	Saint-Étienne-de-l'Olm	saint-etienne-de-l-olm	FR	30360	0	Europe/Paris	44.05872	4.18443		Saint-Etienne,Saint-Etienne-de-Lolm,Saint-Etienne-de-l'Olm,Saint-Étienne,Saint-Étienne-de-Lolm,Saint-Étienne-de-l'Olm		76	30	301	30250
2980264	Saint-Étienne-de-Lisse	saint-etienne-de-lisse	FR	33330	311	Europe/Paris	44.87965	-0.09696		Saint-Etienne,Saint-Etienne-de-Lisse,Saint-Étienne,Saint-Étienne-de-Lisse		75	33	335	33396
2980265	Saint-Étienne-de-Gourgas	saint-etienne-de-gourgas	FR	34700	348	Europe/Paris	43.77035	3.37855		Montbraize,Saint-Etienne,Saint-Etienne-de-Gourgas,Saint-Étienne,Saint-Étienne-de-Gourgas		76	34	342	34251
2980266	Saint-Étienne-de-Fursac	saint-etienne-de-fursac	FR	23290	809	Europe/Paris	46.14446	1.51369		Furcac,Furçac,Saint-Etienne,Saint-Etienne-de-Fursac,Saint-Étienne,Saint-Étienne-de-Fursac,Sainte-Etienne-Fursac,Sainte-Étienne-Fursac,Sent Estefe de Furcac,Sent Estefe de Furçac,Sent-Eht'en-de-Fjursak,Sent-Et'enn-de-Fjursak,sheng ai di an de fei er sa ke,Сент-Етьенн-де-Фюрсак,Сент-Етьєнн-де-Фюрсак,Сент-Этьен-де-Фюрсак,سینٹ-ایٹیینے-دے-فرساک,圣埃蒂安德菲尔萨克		75	23	232	23192
2980267	Saint-Étienne-de-Fougères	saint-etienne-de-fougeres	FR	47380	786	Europe/Paris	44.41919	0.55602		Saint-Etienne,Saint-Etienne-de-Fougeres,Saint-Étienne-de-Fougères		75	47	473	47239
2980268	Saint-Étienne-de-Fontbellon	saint-etienne-de-fontbellon	FR	07200	2543	Europe/Paris	44.60077	4.38635		Saint-Etienne,Saint-Etienne-de-Fontbellon,Saint-Étienne,Saint-Étienne-de-Fontbellon		84	07	071	07231
2980269	Saint-Etienne-de-Cuines	saint-etienne-de-cuines	FR	73130	1311	Europe/Paris	45.35	6.28333		Cuines,Saint-Etienne		84	73	733	73231
2980270	Saint-Étienne-de-Crossey	saint-etienne-de-crossey	FR	38960	2699	Europe/Paris	45.38027	5.64365		Saint-Etienne,Saint-Etienne-de-Crossey,Saint-Étienne,Saint-Étienne-de-Crossey		84	38	381	38383
2980271	Corcoué-sur-Logne	corcoue-sur-logne	FR	44650	2480	Europe/Paris	46.96667	-1.58333		Kerchaoueg,Korkue sir Lon,Korkue-sjur-Lon',Saint-Etienne-de-Corcoue,Saint-Étienne-de-Corcoué,luo ni he pan ke er ku ai,Коркуе сир Лоњ,Коркуе-сюр-Лонь,洛尼河畔科尔库埃		52	44	442	44156
2980273	Saint-Étienne-de-Chomeil	saint-etienne-de-chomeil	FR	15400	223	Europe/Paris	45.34294	2.60257		Rochers-Republicains,Rochers-Républicains,Saint-Etienne,Saint-Etienne-de Riom,Saint-Etienne-de-Chomeil,Saint-Étienne,Saint-Étienne-de Riom,Saint-Étienne-de-Chomeil		84	15	152	15185
2980274	Saint-Étienne-de-Chigny	saint-etienne-de-chigny	FR	37230	1382	Europe/Paris	47.38333	0.53333		Chigne-les-Bois,Chigny-les-Bois,Chigné-les-Bois,Saint-Etienne,Saint-Etienne-de-Chigny,Saint-Étienne,Saint-Étienne-de-Chigny		24	37	372	37217
2980275	Saint-Étienne-de-Carlat	saint-etienne-de-carlat	FR	15130	115	Europe/Paris	44.90466	2.5744		Saint-Etienne,Saint-Etienne-de-Carlat,Saint-Étienne,Saint-Étienne-de-Carlat		84	15	151	15183
2980276	Saint-Étienne-de-Brillouet	saint-etienne-de-brillouet	FR	85210	400	Europe/Paris	46.52391	-0.99988		Saint-Etienne,Saint-Etienne-de-Brillouet,Saint-Étienne-de-Brillouet		52	85	851	85209
2980277	Saint-Étienne-de-Boulogne	saint-etienne-de-boulogne	FR	07200	320	Europe/Paris	44.70129	4.45896		Saint-Etienne,Saint-Etienne-de-Boulogne,Saint-Étienne,Saint-Étienne-de-Boulogne		84	07	071	07230
2980321	Sainte-Souline	sainte-souline	FR	16480	116	Europe/Paris	45.37914	-0.01767		Sainte-Souline,Sent-Sulin,sheng su lan,Сент-Сулин,Сент-Сулін,圣苏兰		75	16	162	16354
2980323	Sainte-Soline	sainte-soline	FR	79120	377	Europe/Paris	46.24704	0.03726		Sainte-Soline		75	79	792	79297
2980278	Saint-Étienne-de-Baïgorry	saint-etienne-de-baigorry	FR	64430	1646	Europe/Paris	43.17547	-1.34679		Baigorri,Saint-Etienne,Saint-Etienne-de-Baigorry,Saint-Étienne,Saint-Étienne-de-Baïgorry,Sent Esteve de Baigorri,Sent Estève de Baigòrri,Sent-Eht'en-de-Baigorri,Sent-Et'enn-de-Baigorri,Thermopile,sheng ai di an de bai ge er li,Сент-Етьенн-де-Баигорри,Сент-Етьєнн-де-Баїгоррі,Сент-Этьен-де-Баигорри,سینٹ-ایٹیینے-دے-بیگوررے,圣埃蒂安德拜戈尔里		75	64	641	64477
2980279	Saint-Étienne-d'Albagnan	saint-etienne-d-albagnan	FR	34390	0	Europe/Paris	43.53145	2.85607		Saint-Etienne,Saint-Etienne-d'Albagnan,Saint-Étienne,Saint-Étienne-d'Albagnan,Terrebasse		76	34	341	34250
2980475	Sainte-Marguerite	sainte-marguerite	FR	43230	0	Europe/Paris	48.28333	-3.75				53	29	292	29036
2980280	Saint-Étienne-Cantalès	saint-etienne-cantales	FR	15150	157	Europe/Paris	44.94766	2.22356		Saint-Etienne,Saint-Etienne-Cantales,Saint-Étienne-Cantalès		84	15	151	15182
2980281	Saint-Étienne-aux-Clos	saint-etienne-aux-clos	FR	19200	213	Europe/Paris	45.56867	2.46067		Saint-Etienne,Saint-Etienne-aux-Clos,Saint-Étienne,Saint-Étienne-aux-Clos		75	19	193	19199
2980282	Saint-Étienne-au-Temple	saint-etienne-au-temple	FR	51460	469	Europe/Paris	49.02437	4.42217		Montvesle,Saint-Etienne,Saint-Etienne-au-Temple,Saint-Étienne,Saint-Étienne-au-Temple,Temple-sur-Vesle		44	51	511	51476
2980283	Saint-Étienne-au-Mont	saint-etienne-au-mont	FR	62360	5078	Europe/Paris	50.67794	1.63084		Audisque,Saint-Etienne,Saint-Etienne-au-Mont,Saint-Étienne,Saint-Étienne-au-Mont,Sent-Eht'enn-o-Mon,Sent-Et'enn-o-Mon,san aytyan aw mwnt,san=tetien'nu=o=mon,sheng ai di an ou meng,Сент-Етьенн-о-Мон,Сент-Етьєнн-о-Мон,Сент-Этьенн-о-Мон,سان إيتيان أو مونت,سینٹ-ایٹیینے-او-مونٹ,サン＝テティエンヌ＝オ＝モン,圣艾蒂安欧蒙		32	62	623	62746
2980284	Saint-Étienne-à-Arnes	saint-etienne-a-arnes	FR	08310	175	Europe/Paris	49.30947	4.49355		Saint-Etienne,Saint-Etienne-a-Arnes,Saint-Étienne,Saint-Étienne-à-Arnes		44	08	084	08379
2980289	Saint-Étienne	saint-etienne	FR	42000	0	Europe/Paris	48.74135	4.63608				44	51	514	51647
2980290	Saint-Étienne	saint-etienne	FR	42000	0	Europe/Paris	48.6027	4.40874				44	51	514	51508
2980291	Saint-Étienne	saint-etienne	FR	42000	176280	Europe/Paris	45.43389	4.39		Armes-Ville,Canton-d'Armes,Commune-d'Armes,EBU,Libre-Ville,Lungsod ng Saint-Etienne,Lungsod ng Saint-Étienne,Saint-Etien,Saint-Etienne,Saint-Étienne,Sainte,Sainté,Sanctus Stephanus de Furano,Sankta-Stefano,Sant Esteve,Sant Estève,Sant-Etieve,Sant-Etiève,Sent Etien,Sent Etjen,Sent Etjenas,Sent-Ehc'en,Sent-Eht'en,Sent-Et'en,Sent-Etyen,Sentetjena,Sentetjēna,St Etienne,St Étienne,saengtetien,san=techien'nu,san=tetien'nu,sant atyan,senta-etyena,sheng ai di an,sn-atyn,snt atyn,Σαιντ-Ετιέν,Сент Етиен,Сент Етјен,Сент-Етьєн,Сент-Этьен,Сент-Эцьен,Սենտ Էտիեն,סנט אטיין,سانت إتيان,ساں اتین,سن-اتین,سنت اتین,سینٹ-ایٹیینے,सेंत-एत्येन,แซ็งเตเตียน,სენტ-ეტიენი,サン＝テチエンヌ,サン＝テティエンヌ,圣艾蒂安,생테티엔	42	84	42	423	42218
2980292	Saint-Étienne	saint-etienne	FR	42000	0	Europe/Paris	45.13333	5.18333				84	26	263	26207
2980293	Saint-Étienne	saint-etienne	FR	42000	0	Europe/Paris	44.9	1.43333		Saint-Erienne,Saint-Etienne,Saint-Étienne		76	46	463	46309
2980294	Saint-Étienne	saint-etienne	FR	42000	0	Europe/Paris	44.81014	5.26787		Saint-Etienne,Saint-Étienne		84	26	261	26291
2980295	Saint-Étienne	saint-etienne	FR	42000	0	Europe/Paris	44.63333	6.53333				93	05	052	05036
2980296	Saint-Étienne	saint-etienne	FR	42000	0	Europe/Paris	43.50269	-1.46246				75	64	641	64102
2980298	Sainte-Thorette	sainte-thorette	FR	18500	440	Europe/Paris	47.08162	2.19876		Sainte-Thorette		24	18	183	18237
2980299	Sainte-Thérence	sainte-therence	FR	03420	190	Europe/Paris	46.24238	2.56025		Sainte-Therence,Sainte-Thérence		84	03	031	03261
2980301	Sainte-Terre	sainte-terre	FR	33350	1785	Europe/Paris	44.82835	-0.11289		Sainte-Terre		75	33	335	33485
2980302	Sainte-Suzanne-sur-Vire	sainte-suzanne-sur-vire	FR	50750	530	Europe/Paris	49.06206	-1.05941		Sainte-Suzanne,Sainte-Suzanne-sur-Vire,Sent-Sjuzann-sjur-Vir,wei er he pan sheng xu cang,Сент-Сюзанн-сюр-Вир,Сент-Сюзанн-сюр-Вір,سین-سجان-سر-ورے,维尔河畔圣叙藏		28	50	504	50556
2980304	Sainte-Suzanne	sainte-suzanne	FR	09130	1059	Europe/Paris	48.09809	-0.35499		Mont-d'Erve,Sainte-Suzanne		52	53	533	53255
2980305	Sainte-Suzanne	sainte-suzanne	FR	09130	1414	Europe/Paris	47.50017	6.76775		Sainte-Suzanne		27	25	252	25526
2980306	Sainte-Suzanne	sainte-suzanne	FR	09130	0	Europe/Paris	43.47586	-0.80643		Sainte-Suzanne		75	64	643	64430
2980307	Sainte-Suzanne	sainte-suzanne	FR	09130	201	Europe/Paris	43.21055	1.38611		Sainte-Suzanne		76	09	093	09342
2980308	Saint-Estève-Janson	saint-esteve-janson	FR	13610	318	Europe/Paris	43.68671	5.39417		Saint-Esteve-Janson,Saint-Estève-Janson,Sant Esteve Genson,Sant Esteve de Pertus,Sant Estève Genson,Sant Estève de Pertús,Sent-Ehstev-Zhanson,Sent-Estev-Zhanson,sheng ai si tai fu rang song,Сент-Естев-Жансон,Сент-Эстев-Жансон,سینٹ-ایسٹیوے-جنسوں,圣埃斯泰夫让松		93	13	131	13093
2980309	Saint-Estève	saint-esteve	FR	66240	0	Europe/Paris	44.18047	6.15703		Saint-Esteve,Saint-Estève		93	04	043	04177
2980310	Saint-Estève	saint-esteve	FR	66240	0	Europe/Paris	44.03887	5.21706				93	84	843	84018
2980311	Saint-Estève	saint-esteve	FR	66240	0	Europe/Paris	43.50396	5.92786				93	83	833	83025
2980312	Saint-Estève	saint-esteve	FR	66240	0	Europe/Paris	43.50517	5.15061				93	13	134	13014
2980313	Saint-Estève	saint-esteve	FR	66240	10403	Europe/Paris	42.7131	2.84152		Saint-Esteve,Saint-Estève,Sant Esteve del Monestir,Sent-Estev,santesutevu,sheng ai si tai fu,Сент-Естев,سینٹ-ایسٹیوے,サンテステーヴ,圣埃斯泰夫		76	66	662	66172
2980315	Saint-Estèphe	saint-estephe	FR	24360	652	Europe/Paris	45.59188	0.6631		Saint-Estephe,Saint-Estèphe		75	24	242	24398
2980316	Saint-Estèphe	saint-estephe	FR	24360	0	Europe/Paris	45.58027	0.01277		Saint-Estephe,Saint-Estèphe		75	16	161	16287
2980317	Saint-Estèphe	saint-estephe	FR	24360	1949	Europe/Paris	45.2648	-0.77182		Saint-Estephe,Saint-Estèphe		75	33	334	33395
2980318	Saint-Esteben	saint-esteben	FR	64640	385	Europe/Paris	43.33873	-1.20886		Donostiri,Garralde,Saint-Esteben		75	64	641	64476
2980595	Sainte-Foy	sainte-foy	FR	40190	462	Europe/Paris	49.79523	1.13462		Sainte-Foy		28	76	761	76577
2980325	Saintes-Maries-de-la-Mer	saintes-maries-de-la-mer	FR	13460	2341	Europe/Paris	43.45214	4.42913	0	Commune-de-la-Mer,Lei Santas,Lei Santei Marias de la Mar,Les Saintes Maries de la Mer,Les Saintes-Maries,Saintes-Maries,Saintes-Maries-de-la-Mer,Sent-Mari-de-la-Mer,Ville-de-la-Mer,sang tai si-ma li ye de la-mei,santo=mari=do=ra=meru,Сент-Мари-де-ла-Мер,Сент-Марі-де-ла-Мер,سینتیس-ماریس-دے-لا-مر,サント＝マリー＝ド＝ラ＝メール,桑泰斯-马里耶德拉-梅		93	13	132	13096
2980327	Saint-Sixte	saint-sixte	FR	42130	0	Europe/Paris	44.1281	0.78427		Saint-Sixte,Sainte-Sixte		75	47	471	47279
2980328	Sainte-Sigolène	sainte-sigolene	FR	43600	5734	Europe/Paris	45.24329	4.23343		Sainte-Sigolene,Sainte-Sigolène,Santa Sigolena,Segolaine-les-Bois,Sent-Sigolen,Sigolaine,Sigolene,Sigolène,santo=shigorenu,sheng xi ge lai en,Сент-Сиголен,Сент-Сіголен,سین-سگولنے,サント＝シゴレーヌ,圣西戈莱恩		84	43	433	43224
2980329	Sainte-Sévère-sur-Indre	sainte-severe-sur-indre	FR	36160	906	Europe/Paris	46.48666	2.07066		Indre-Source,Sainte-Severe,Sainte-Severe-sur-Indre,Sainte-Sevère,Sainte-Sévère-sur-Indre,Sent-Sever-sjur-Ehndr,Sent-Sever-sjur-Endr,Senta Severa,an de er he pan sheng sai wei er,Сент-Север-сюр-Ендр,Сент-Север-сюр-Эндр,سین-سویرے-سر-اندرے,安德尔河畔圣塞韦尔		24	36	363	36208
2980330	Sainte-Sévère	sainte-severe	FR	16200	568	Europe/Paris	45.75325	-0.23878		Sainte-Severe,Sainte-Sévère		75	16	162	16349
2980331	Sainte-Sève	sainte-seve	FR	29600	866	Europe/Paris	48.55806	-3.876		Sainte-Seve,Sainte-Sève,Sant-Seo,Sent-Sev,santo=sevu,sheng sai fu,Сент-Сев,سین-سوے,サント＝セヴ,圣塞夫		53	29	293	29265
2980333	Sainte-Segrée	sainte-segree	FR	80290	57	Europe/Paris	49.75683	1.91128		Sainte-Segree,Sainte-Segrée		32	80	802	80719
2980334	Sainte-Scolasse-sur-Sarthe	sainte-scolasse-sur-sarthe	FR	61170	548	Europe/Paris	48.57659	0.39325		Plaine-sur-Sarthe,Sainte-Scolasse,Sainte-Scolasse-sur-Sarthe		28	61	611	61454
2980335	Sainte-Savine	sainte-savine	FR	10300	11172	Europe/Paris	48.29637	4.04642		Sainte-Savine,Sent-Savin,sheng sa wan,Сент-Савин,Сент-Савін,سین-سونے,圣萨万		44	10	103	10362
2980336	Sainte-Sabine-sur-Longève	sainte-sabine-sur-longeve	FR	72380	619	Europe/Paris	48.14066	0.09538		Sainte-Sabine,Sainte-Sabine-sur-Longeve,Sainte-Sabine-sur-Longève		52	72	722	72319
2980337	Sainte-Sabine	sainte-sabine	FR	21320	179	Europe/Paris	47.19059	4.6244		Sabine-le-Plein,Sainte-Sabine		27	21	211	21570
2980338	Sainte-Sabine-Born	sainte-sabine-born	FR	24440	359	Europe/Paris	44.7	0.75		Sent-Sabin-Born,Senta Sabina e Born,Senta Sabina e Bòrn,sheng sa ban bo er en,Сент-Сабин-Борн,Сент-Сабін-Борн,سین-سبینے-بورن,圣萨班博尔恩		75	24	241	24028
2980340	Saintes	saintes	FR	17100	29512	Europe/Paris	45.74742	-0.63489		Saintes,XST,Xantes	174	75	17	174	17415
2980341	Sainte-Ruffine	sainte-ruffine	FR	57130	469	Europe/Paris	49.10693	6.09457		Anthoine-le-Mont,Sainte-Ruffine		44	57	579	57624
2980344	Saint-Erme-Outre-et-Ramecourt	saint-erme-outre-et-ramecourt	FR	02820	1885	Europe/Paris	49.51464	3.8406		Saint-Erme,Saint-Erme-Outre e Ramecourt,Saint-Erme-Outre-et-Ramecourt,Sent-Ehrm-Utr-eh-Ramekur,Sent-Erm-Utr-e-Ramkur,sheng ai mo wu te er he la mo ku er,Сент-Ерм-Утр-е-Рамкур,Сент-Эрм-Утр-э-Рамекур,سینٹ-یرمے-اترے-یت-رامکورٹ,圣埃默乌特尔和拉默库尔		32	02	022	02676
2980345	Sainte-Reine-de-Bretagne	sainte-reine-de-bretagne	FR	44160	1829	Europe/Paris	47.44071	-2.19393		Sainte-Reine,Sainte-Reine-de-Bretagne,Santez-Rouanez-Breizh		52	44	443	44189
2980346	Sainte-Reine	sainte-reine	FR	70700	35	Europe/Paris	47.49675	5.77933		Sainte-Reine		27	70	702	70471
2980347	Sainte-Reine	sainte-reine	FR	70700	141	Europe/Paris	45.61031	6.13894		Baux-Pres,Baux-Prés,Sainte-Reine		84	73	732	73277
2980350	Saint-Erblon	saint-erblon	FR	35230	2431	Europe/Paris	48.01959	-1.65224		Saint-Erblon,Sant-Ervlon-an-Dezerzh		53	35	353	35266
2980351	Saint-Erblon	saint-erblon	FR	35230	173	Europe/Paris	47.78742	-1.16793		Saint-Erblon		52	53	531	53214
2980352	Sainte-Ramée	sainte-ramee	FR	17240	135	Europe/Paris	45.42391	-0.66142		La Ramee,La Ramée,Sainte-Ramee,Sainte-Ramée		75	17	171	17390
2980354	Sainte-Radégonde-des-Noyers	sainte-radegonde-des-noyers	FR	85450	779	Europe/Paris	46.37546	-1.06108		Sainte-Radegonde,Sainte-Radegonde-des-Noyers,Sainte-Radégonde,Sainte-Radégonde-des-Noyers		52	85	851	85267
2980355	Sainte-Radegonde	sainte-radegonde	FR	12850	0	Europe/Paris	49.92658	2.92074				32	80	804	80620
2980356	Sainte-Radegonde	sainte-radegonde	FR	12850	1971	Europe/Paris	46.98333	-0.25		Sainte-Radegonde-Vrines		75	79	791	79329
2980357	Sainte-Radegonde	sainte-radegonde	FR	12850	0	Europe/Paris	46.91967	2.55557				24	18	182	18087
2980358	Sainte-Radegonde	sainte-radegonde	FR	12850	209	Europe/Paris	46.6831	4.06964		Chassigny,Sainte-Radegonde		27	71	713	71474
2980359	Sainte-Radégonde	sainte-radegonde	FR	12850	150	Europe/Paris	46.63588	0.70184		Sent-Radegond,sang te la de gong de,Сент-Радегонд,سین-رادگوندے,桑特拉德贡德		75	86	863	86239
2980360	Sainte-Radegonde	sainte-radegonde	FR	12850	414	Europe/Paris	45.8467	-0.87374		Sainte-Radegonde		75	17	174	17389
2980361	Sainte-Radegonde	sainte-radegonde	FR	12850	469	Europe/Paris	44.80556	0.01538		Sainte-Radegonde		75	33	335	33468
2980362	Sainte-Radegonde	sainte-radegonde	FR	12850	68	Europe/Paris	44.67862	0.6787		Sainte-Radegonde		75	24	241	24492
2980363	Sainte-Radegonde	sainte-radegonde	FR	12850	0	Europe/Paris	44.45722	0.73289				75	47	473	47323
2980364	Sainte-Radegonde	sainte-radegonde	FR	12850	1432	Europe/Paris	44.33794	2.6269		Bel-Air,Sainte-Radegonde,Varanzay		76	12	122	12241
2980365	Sainte-Radegonde	sainte-radegonde	FR	12850	176	Europe/Paris	43.83872	0.58773		Sainte-Radegonde		76	32	322	32405
2980366	Saint-Epvre	saint-epvre	FR	57580	144	Europe/Paris	48.97357	6.43749		Epvre-sur-Nied,L'Ingressin,Saint-Epvre		44	57	575	57609
2980367	Sainte-Preuve	sainte-preuve	FR	02350	86	Europe/Paris	49.61845	3.90751		Sainte-Preuve		32	02	022	02690
2980368	Sainte-Pôle	sainte-pole	FR	54540	0	Europe/Paris	48.51015	6.82491		Sainte-Pole,Sainte-Pôle		44	54	542	54484
2980369	Sainte-Pience	sainte-pience	FR	50870	248	Europe/Paris	48.75883	-1.30033		Sainte-Pience,Sapience		28	50	501	50535
2980371	Sainte-Pexine	sainte-pexine	FR	85320	0	Europe/Paris	46.56101	-1.13967		Les Deux-Rives,Sainte-Pexine,Sainte-Péxine		52	85	851	85261
2980372	Sainte-Pazanne	sainte-pazanne	FR	44680	3734	Europe/Paris	47.10355	-1.81045		Franchere,Franchère,Sainte-Pazanne,Sancta Pisenia,Santez-Pezhenn,Sent-Pazann,sheng pa cang,Сент-Пазанн,سین-پزانے,圣帕藏		52	44	442	44186
2980373	Sainte-Paule	sainte-paule	FR	69620	259	Europe/Paris	45.96125	4.56518		Roche-Guillon,Sainte-Paule		84	69	692	69230
2980374	Sainte-Pallaye	sainte-pallaye	FR	89460	104	Europe/Paris	47.64906	3.67087		Sainte-Pallaye		27	89	891	89363
2980375	Saint-Épain	saint-epain	FR	37800	1478	Europe/Paris	47.14482	0.53668		Saint-Epain,Saint-Épain,Sent-Epen,sheng ai pan,Сент-Епен,سینٹ-اپین,圣埃潘		24	37	371	37216
2980376	Sainte-Ouenne	sainte-ouenne	FR	79220	657	Europe/Paris	46.44427	-0.44488		Saint-Ouenne,Sainte-Ouenne,Sent-Uenn,Сент-Уенн,سین-وں نے		75	79	793	79284
2980377	Sainte-Osmane	sainte-osmane	FR	72120	162	Europe/Paris	47.89006	0.60902		Osmane-la-Fontaine,Sainte-Osmane		52	72	722	72128
2980378	Sainte-Orse	sainte-orse	FR	24210	379	Europe/Paris	45.20336	1.07532		Orse-le-Pierreux,Saint-Orse,Sainte-Orse		75	24	244	24473
2980379	Sainte-Opportune-la-Mare	sainte-opportune-la-mare	FR	27680	407	Europe/Paris	49.41682	0.54384		Sainte-Opportune,Sainte-Opportune-la-Mare		28	27	272	27577
2980380	Sainte-Opportune-du-Bosc	sainte-opportune-du-bosc	FR	27110	351	Europe/Paris	49.16057	0.83778		Sainte-Opportune,Sainte-Opportune-du-Bosc		28	27	272	27576
2980381	Sainte-Opportune	sainte-opportune	FR	61100	215	Europe/Paris	48.74177	-0.41612		Sainte-Opportune		28	61	612	61436
2980382	Sainte-Olive	sainte-olive	FR	01330	275	Europe/Paris	46.01902	4.92991		Sainte-Olive		84	01	012	01382
2980384	Sainteny	sainteny	FR	50500	801	Europe/Paris	49.23821	-1.31429		Sainteny		28	50	504	50564
2980386	Saint-Ennemond	saint-ennemond	FR	03400	627	Europe/Paris	46.67612	3.42246		Labron,Saint-Ennemond		84	03	032	03229
2980387	Sainte-Néomaye	sainte-neomaye	FR	79260	868	Europe/Paris	46.37298	-0.25921		Sainte-Neomaye,Sainte-Néomaye		75	79	792	79283
2980388	Sainte-Nathalène	sainte-nathalene	FR	24200	500	Europe/Paris	44.90527	1.28647		Sainte-Nathalene,Sainte-Nathalène,Sent-Natalen,Senta Nalena,sheng na ta lai en,Сент-Натален,سین-ناتھلنے,圣纳塔莱恩		75	24	244	24471
2980389	Sainte-Montaine	sainte-montaine	FR	18700	170	Europe/Paris	47.49019	2.31971		Sainte-Montaine		24	18	183	18227
2980390	Sainte-Mondane	sainte-mondane	FR	24370	208	Europe/Paris	44.8451	1.33653		Sainte-Mondane,Sent-Mondan,Senta Mundana,sheng meng dang,Сент-Мондан,سین-مونڈنے,圣蒙当		75	24	244	24470
2980392	Saint-Émilion	saint-emilion	FR	33330	2619	Europe/Paris	44.89258	-0.15609		Emilion-la-Montagne,Saint Emilion,Saint-Emilion,Saint-Emilion hegykoezseg,Saint-Émilion,Saint-Émilion hegyközség,Sent Milion,Sent-Ehmil'on,Sent-Emil'jon,san=temirion,sheng ai mi li weng,Сент-Емильйон,Сент-Емільйон,Сент-Эмильон,סנט-אמיליון,سینٹ-عملوں,แซ็งเตมีลียง,სენტ-ემილიონი,サン＝テミリオン,圣埃米利翁		75	33	335	33394
2980394	Saint-Émiland	saint-emiland	FR	71490	307	Europe/Paris	46.90464	4.48417		Lux-Emiland,Saint-Emiland,Saint-Émiland		27	71	711	71409
2980396	Sainte-Mesme	sainte-mesme	FR	78730	0	Europe/Paris	48.53043	1.95571		Bruyeres-les-Fontaines,Bruyères-les-Fontaines,Sainte-Mesme		11	78	782	78569
2980397	Sainte-Mère-Église	sainte-mere-eglise	FR	50480	1624	Europe/Paris	49.41	-1.31726		Mere-Libre,Mère-Libre,Saint-Mer-Enkliz,Sainte-Mere-Eglise,Sainte-Mère-Église,Sent-Mer-Egliz,Sent-Mer-Ehgliz,santo=meru=egurizu,sheng mei er ai ge li si,Σαιντ-Μερ-Εγκλίζ,Сент-Мер-Еглиз,Сент-Мер-Егліз,Сент-Мер-Эглиз,סנט מר אגליז,سین-میرے-ایگلیسے,サント＝メール＝エグリーズ,圣梅尔埃格利斯		28	50	502	50523
2980398	Sainte-Mère	sainte-mere	FR	32700	196	Europe/Paris	44.00454	0.66976		Sainte-Mere,Sainte-Mère		76	32	322	32395
2980400	Sainte-Menehould	sainte-menehould	FR	51800	5237	Europe/Paris	49.09008	4.89733		Montagne-sur-Aisne,Sainte-Menehould,Sancta Manechildis,Sent-Menu,santo=munu,sheng mei nei wu er de,Сент-Мену,سین-منیھولڈ,サント＝ムヌー,圣梅内乌尔德	511	44	51	511	51507
2980401	Sainte-Même	sainte-meme	FR	17770	176	Europe/Paris	45.87611	-0.46044		L'Harmonie,Sainte-Meme,Sainte-Même		75	17	175	17374
2980402	Sainte-Maxime	sainte-maxime	FR	83120	13582	Europe/Paris	43.30907	6.63849		Cassius,Saint-Maxine,Sainte-Maxime,Sainte-Maxime-sur-Mer,Santa Maxima,Sent-Maksim,sang te ma ke xi mo,Сент-Максим,Сент-Максім,سین-شمے,桑特马克西默		93	83	831	83115
2980403	Sainte-Maure-de-Touraine	sainte-maure-de-touraine	FR	37800	4084	Europe/Paris	47.1113	0.62236		Maure-Libre,Sainte-Maure,Sainte-Maure-de-Touraine		24	37	371	37226
2980404	Sainte-Maure-de-Peyriac	sainte-maure-de-peyriac	FR	47170	343	Europe/Paris	44.01302	0.15261		Sainte-Maure,Sainte-Maure-de-Peyriac		75	47	474	47258
2980405	Sainte-Maure	sainte-maure	FR	10150	1647	Europe/Paris	48.34729	4.05962		Mont-Bel-Air,Sainte-Maure		44	10	103	10352
2980406	Sainte-Marthe	sainte-marthe	FR	27190	475	Europe/Paris	48.96827	0.87882		Sainte-Marthe		28	27	273	27568
2980407	Sainte-Marthe	sainte-marthe	FR	27190	401	Europe/Paris	44.4151	0.1488		Sainte-Marthe		75	47	472	47253
2980408	Sainte-Marthe	sainte-marthe	FR	27190	3808	Europe/Paris	43.33449	5.39112				93	13	133	13055
2980410	Sainte-Marie-sur-Ouche	sainte-marie-sur-ouche	FR	21410	643	Europe/Paris	47.2869	4.79655		Bain-sur-Ouche,Coyon,Republique-sur-Ouche,République-sur-Ouche,Sainte-Marie,Sainte-Marie-sur-Ouche		27	21	212	21559
2980412	Sainte-Marie-Outre-l'Eau	sainte-marie-outre-l-eau	FR	14380	0	Europe/Paris	48.93476	-1.02321		Sainte-Marie,Sainte-Marie-Outre-l'Eau		28	14	144	14619
2980413	Sainte-Marie-Laumont	sainte-marie-laumont	FR	14350	593	Europe/Paris	48.91845	-0.8881		Sainte-Marie,Sainte-Marie-Lamont,Sainte-Marie-Laumont		28	14	144	14061
2980414	Sainte-Marie-la-Robert	sainte-marie-la-robert	FR	61320	84	Europe/Paris	48.62226	-0.15513		Pommidor-sur-le-Don,Sainte-Marie,Sainte-Marie-la-Robert		28	61	611	61420
2980415	Sainte-Marie-Lapanouze	sainte-marie-lapanouze	FR	19160	45	Europe/Paris	45.43139	2.34055		Sainte-Marie,Sainte-Marie-Lapanouze		75	19	193	19219
2980416	Sainte-Marie	sainte-marie	FR	05150	0	Europe/Paris	42.73333	3.01667		Sainte-Marie-la-Mer		76	66	662	66182
2980417	Sainte-Marie-la-Blanche	sainte-marie-la-blanche	FR	21200	707	Europe/Paris	46.97761	4.89047		Montagne-Unie,Sainte-Marie,Sainte-Marie-la-Blanche		27	21	211	21558
2980418	Sainte-Marie-Kerque	sainte-marie-kerque	FR	62370	1443	Europe/Paris	50.89917	2.13664		Sainte-Marie-Kerque,Sent-Mari-Kerk,san mary kyrkyw,sheng ma li kai er ke,Сент-Мари-Керк,Сент-Марі-Керк,سان ماري كيركيو,سین-مرے-کرقے,圣玛丽凯尔克		32	62	626	62756
2980419	Sainte-Marie-en-Chaux	sainte-marie-en-chaux	FR	70300	170	Europe/Paris	47.79196	6.31281		Sainte-Marie,Sainte-Marie-en-Chaux		27	70	701	70470
2980420	Sainte-Marie-en-Chanois	sainte-marie-en-chanois	FR	70310	208	Europe/Paris	47.83557	6.51364		Sainte-Marie,Sainte-Marie-en-Chanois		27	70	701	70469
2980421	Sainte-Marie-du-Mont	sainte-marie-du-mont	FR	38660	819	Europe/Paris	49.37893	-1.22547		Sainte-Marie,Sainte-Marie-du-Mont,Sent-Mari-dju-Mon,sheng ma li-di meng,Сент-Мари-дю-Мон,Сент-Марі-дю-Мон,سین-مرے-دو-مونٹ، منچھ,圣玛丽-迪蒙		28	50	502	50509
2980422	Sainte-Marie-du-Mont	sainte-marie-du-mont	FR	38660	221	Europe/Paris	45.40656	5.94582		Sainte-Marie,Sainte-Marie-du-Mont		84	38	381	38418
2980423	Sainte-Marie-du-Bois	sainte-marie-du-bois	FR	50640	56	Europe/Paris	48.56242	-0.89172		Sainte-Marie,Sainte-Marie-du-Bois		28	50	501	50591
2980424	Sainte-Marie-du-Bois	sainte-marie-du-bois	FR	50640	0	Europe/Paris	48.4652	-0.48166		Sainte-Marie		52	53	533	53235
2980425	Sainte-Marie-de-Vaux	sainte-marie-de-vaux	FR	87420	139	Europe/Paris	45.87189	1.04442		Sainte-Marie,Sainte-Marie-de-Vaux		75	87	873	87162
2980426	Sainte-Marie-de-Vatimesnil	sainte-marie-de-vatimesnil	FR	27150	247	Europe/Paris	49.26559	1.56774		Sainte-Marie,Sainte-Marie-de-Vatimesnil		28	27	271	27567
2980427	Sainte-Marie-des-Champs	sainte-marie-des-champs	FR	76190	1561	Europe/Paris	49.6212	0.77904		Sainte-Marie,Sainte-Marie-des-Champs		28	76	763	76610
2980428	Sainte-Marie	sainte-marie	FR	05150	0	Europe/Paris	44.46534	5.47615		Saint-Marie,Sainte-Marie,Sainte-Marie-de-Rosans		93	05	052	05024
2980429	Sainte-Marie-de-Ré	sainte-marie-de-re	FR	17740	2832	Europe/Paris	46.15023	-1.31084	2	La Pointe,Sainte-Marie,Sainte-Marie-de-Re,Sainte-Marie-de-Ré,Sent-Mari-de-Re,Union,sheng ma li de lei,Сент-Мари-де-Ре,Сент-Марі-де-Ре,سین-مرے-دے-رے,圣玛丽德雷		75	17	173	17360
2980430	Sainte-Marie-de-Gosse	sainte-marie-de-gosse	FR	40390	1016	Europe/Paris	43.55	-0.23333		Barra,Sainte-Marie,Sainte-Marie-de-Gosse		75	40	401	40271
2980432	Sainte-Marie-de-Cuines	sainte-marie-de-cuines	FR	73130	626	Europe/Paris	45.33817	6.30434		Mont,Sainte Marie,Sainte-Marie-de-Cuines		84	73	733	73255
2980433	Sainte-Marie-de-Chignac	sainte-marie-de-chignac	FR	24330	480	Europe/Paris	45.13101	0.82905		Chinhac,Sainte-Marie,Sainte-Marie-de-Chignac,Sent-Mari-de-Shin'jak,sheng ma li de xi ni ya ke,Сент-Мари-де-Шиньяк,Сент-Марі-де-Шиньяк,سین-مرے-دے-چگناک,圣玛丽德希尼亚克		75	24	243	24053
2980435	Sainte-Marie-d'Alvey	sainte-marie-d-alvey	FR	73240	0	Europe/Paris	45.59509	5.72091		Des-Fontaines,Sainte-Marie,Sainte-Marie-d'Alvey		84	73	732	73254
2980436	Sainte-Marie-d'Alloix	sainte-marie-d-alloix	FR	38660	0	Europe/Paris	45.38112	5.96743		Alloix,Sainte-Marie,Sainte-Marie-d'Alloix		84	38	381	38417
2980437	Sainte-Marie-Cappel	sainte-marie-cappel	FR	59670	704	Europe/Paris	50.78451	2.5068		Sainte-Marie,Sainte-Marie-Cappel,Sainte-Marie-Cappel Bree		32	59	594	59536
2980438	Sainte-Marie-aux-Mines	sainte-marie-aux-mines	FR	68160	6189	Europe/Paris	48.24649	7.18385		Markirch,Sainte Marie aux Mains,Sainte-Marie-aux-Mines,Sent-Mari-o-Min,Val-aux-Mines,Сент-Мари-о-Мин,Сент-Марі-о-Мін,سین-مرے-آ-مائنز		44	68	682	68298
2980439	Sainte-Marie-aux-Chênes	sainte-marie-aux-chenes	FR	57255	3422	Europe/Paris	49.19262	6.0015		Sainte-Marie,Sainte-Marie-aux-Chenes,Sainte-Marie-aux-Chênes,Sent-Mari-o-Shen,sheng ma li-ao xie nei,Сент-Мари-о-Шен,Сент-Марі-о-Шен,سین-مرے-آ-چنیس,圣玛丽-奥谢内		44	57	579	57620
2980441	Sainte-Marie-au-Bosc	sainte-marie-au-bosc	FR	76280	289	Europe/Paris	49.66527	0.20159		Sainte-Marie,Sainte-Marie-au-Bosc,Unite,Unité		28	76	762	76609
2980442	Sainte-Marie-à-Py	sainte-marie-a-py	FR	51600	238	Europe/Paris	49.23871	4.50175		Montagne-a-Py,Montagne-à-Py,Sainte-Marie,Sainte-Marie-a-Py,Sainte-Marie-à-Py,Sent-Mari-a-Pi,Valaumont,sheng ma li-a pi,Сент-Марі-а-Пі,سین-مرے-ا-پی,圣玛丽-阿皮		44	51	511	51501
2980445	Sainte-Marie	sainte-marie	FR	05150	70	Europe/Paris	49.37168	4.66779		Sainte-Marie		44	08	084	08390
2980446	Sainte-Marie	sainte-marie	FR	05150	1949	Europe/Paris	47.69401	-2.00082		Lokmaria-Redon,Sainte-Marie		53	35	352	35294
2980447	Sainte-Marie	sainte-marie	FR	05150	738	Europe/Paris	47.50818	6.69651		Sainte-Marie		27	25	252	25523
2980448	Sainte-Marie	sainte-marie	FR	05150	85	Europe/Paris	47.11676	3.4377		Sainte-Marie		27	58	583	58253
2980449	Sainte-Marie	sainte-marie	FR	05150	0	Europe/Paris	47.11485	-2.13106		Sainte-Marie,Sainte-Marie-sur-Mer		52	44	443	44131
2980450	Sainte-Marie	sainte-marie	FR	05150	0	Europe/Paris	45.28636	0.04249				75	16	161	16073
2980451	Sainte-Marie	sainte-marie	FR	05150	107	Europe/Paris	44.87762	2.88545		Sainte-Marie,Sainte-Marie-du-Cantal		84	15	153	15198
2980452	Sainte-Marie	sainte-marie	FR	05150	40	Europe/Paris	44.59389	6.68964		Sainte-Marie-de-Vars,Val-d'Otjle		93	05	051	05177
2980453	Sainte-Marie	sainte-marie	FR	05150	266	Europe/Paris	43.66114	0.87455		Sainte-Marie		76	32	321	32388
2980454	Sainte-Marie	sainte-marie	FR	05150	39	Europe/Paris	42.97215	0.62101		Sainte-Marie		76	65	652	65391
2980456	Sainte-Marguerite-sur-Fauville	sainte-marguerite-sur-fauville	FR	76640	268	Europe/Paris	49.66792	0.60132		Sainte-Marguerite,Sainte-Marguerite-sur-Fauville		28	76	762	76258
2980457	Sainte-Marguerite-sur-Duclair	sainte-marguerite-sur-duclair	FR	76480	1554	Europe/Paris	49.50852	0.84362		Sainte-Marguerite,Sainte-Marguerite-sur-Duclair		28	76	763	76608
2980458	Sainte-Marguerite-Lafigère	sainte-marguerite-lafigere	FR	07140	85	Europe/Paris	44.47887	3.98684		Sainte-Marguerite		84	07	071	07266
2980459	Sainte-Marguerite-en-Ouche	sainte-marguerite-en-ouche	FR	27410	126	Europe/Paris	49.02391	0.65721		Sainte-Marguerite		28	27	272	27049
2980596	Sainte-Foy	sainte-foy	FR	40190	0	Europe/Paris	47.4352	4.95616				27	21	212	21651
2980460	Sainte-Marguerite-de-Viette	sainte-marguerite-de-viette	FR	14140	386	Europe/Paris	49.01232	0.09338		Sainte-Marguerite,Sainte-Marguerite-de-Viette		28	14	143	14654
2980461	Sainte-Marguerite-des-Loges	sainte-marguerite-des-loges	FR	14140	174	Europe/Paris	49.01868	0.20527		Sainte-Marguerite,Sainte-Marguerite-des-Loges		28	14	143	14371
2980462	Sainte-Marguerite-d'Elle	sainte-marguerite-d-elle	FR	14330	0	Europe/Paris	49.20798	-1.0219		Sainte-Marguerite,Sainte-Marguerite-d'Elle		28	14	141	14614
2980463	Sainte-Marguerite-de-l'Autel	sainte-marguerite-de-l-autel	FR	27160	0	Europe/Paris	48.90016	0.85469		Sainte-Marguerite,Sainte-Marguerite-de-l'Autel		28	27	272	27565
2980464	Sainte-Marguerite-de-Carrouges	sainte-marguerite-de-carrouges	FR	61320	220	Europe/Paris	48.584	-0.15388		Carrouges,Sainte-Marguerite-de-Carrouges,Sainte-Marquerite		28	61	611	61419
2980467	Sainte-Marguerite	sainte-marguerite	FR	43230	19997	Europe/Paris	43.26196	5.40125				93	13	133	13055
2980468	Sainte-Marguerite	sainte-marguerite	FR	43230	0	Europe/Paris	50.74027	3.01352				32	59	595	59152
2980469	Sainte-Marguerite-sur-Mer	sainte-marguerite-sur-mer	FR	76119	519	Europe/Paris	49.9093	0.94691	46			28	76	761	76605
2980470	Sainte-Marguerite	sainte-marguerite	FR	43230	0	Europe/Paris	49.77031	1.7489				28	76	761	76035
2980471	Sainte-Marguerite	sainte-marguerite	FR	43230	0	Europe/Paris	49.35998	6.40006				44	57	577	57476
2980472	Sainte-Marguerite	sainte-marguerite	FR	43230	0	Europe/Paris	48.65	-3.95				53	29	293	29079
2980473	Sainte-Marguerite	sainte-marguerite	FR	43230	0	Europe/Paris	48.59492	-3.03225				53	22	222	22065
2980474	Sainte-Marguerite	sainte-marguerite	FR	43230	0	Europe/Paris	48.35482	7.47611				44	67	675	67125
2980476	Sainte-Marguerite	sainte-marguerite	FR	43230	2324	Europe/Paris	48.26735	6.98439		Meurthe-Fave,Sainte-Marguerite		44	88	883	88424
2980477	Sainte-Marguerite	sainte-marguerite	FR	43230	0	Europe/Paris	47.83333	-3.48333				53	29	294	29234
2980478	Sainte-Marguerite	sainte-marguerite	FR	43230	40	Europe/Paris	45.20636	3.59149		La Visade,Sainte-Marguerite		84	43	431	43208
2980479	Sainte-Marguerite	sainte-marguerite	FR	43230	0	Europe/Paris	44.8	6.56667				93	05	051	05006
2980480	Sainte-Marguerite	sainte-marguerite	FR	43230	0	Europe/Paris	44.18017	5.18928		Sainte-Margerite,Sainte-Marguerite		93	84	843	84015
2980481	Saint-Éman	saint-eman	FR	28120	148	Europe/Paris	48.32176	1.21864		Saint-Eman,Saint-Éman		24	28	281	28336
2980482	Sainte-Magnance	sainte-magnance	FR	89420	368	Europe/Paris	47.45071	4.07464		Magnance-le-Rocher,Sainte-Magnance		27	89	892	89351
2980484	Sainte-Lunaise	sainte-lunaise	FR	18340	23	Europe/Paris	46.92006	2.34943		La Lune-au-Bois,Sainte-Lunaise		24	18	182	18073
2980488	Sainte-Luce-sur-Loire	sainte-luce-sur-loire	FR	44980	13056	Europe/Paris	47.25508	-1.48269		Sainte-Luce,Sainte-Luce-sur-Loire,Santez-Lusenn,Sent-Ljus-sjur-Luar,lu wa er he pan sheng lu ke,santo=ryusu=shuru=rowaru,Сент-Люс-сюр-Луар,سین-لکے-سر-لڑے,サント＝リュース＝シュル＝ロワール,卢瓦尔河畔圣吕克		52	44	442	44172
2980489	Sainte-Luce	sainte-luce	FR	38970	0	Europe/Paris	45.12071	-0.65058				75	33	331	33058
2980490	Sainte-Luce	sainte-luce	FR	38970	25	Europe/Paris	44.85092	5.91067		Sainte-Luce		84	38	381	38414
2980491	Saint-Éloy-les-Tuileries	saint-eloy-les-tuileries	FR	19210	127	Europe/Paris	45.44691	1.29255		Saint Eloy,Saint Éloy,Saint-Eloy-les-Tuileries,Saint-Éloy-les-Tuileries		75	19	191	19198
2980492	Saint-Éloy-les-Mines	saint-eloy-les-mines	FR	63700	4549	Europe/Paris	46.16051	2.83379		Saint-Eloy,Saint-Eloy-les-Mines,Saint-Éloy,Saint-Éloy-les-Mines		84	63	634	63338
2980493	Saint-Éloy-la-Glacière	saint-eloy-la-glaciere	FR	63890	61	Europe/Paris	45.56073	3.57362		Mont-Glaciere,Mont-Glacière,Montagne-Glaciere,Montagne-Glacière,Saint Eloy,Saint-Eloy-la-Glaciere,Saint-Éloy-la-Glacière		84	63	631	63337
2980494	Saint-Éloy-de-Gy	saint-eloy-de-gy	FR	18110	1392	Europe/Paris	47.15552	2.34267		Saint-Eloy,Saint-Eloy-de-Gy,Saint-Éloy-de-Gy		24	18	181	18206
2980495	Saint-Éloy-d'Allier	saint-eloy-d-allier	FR	03370	0	Europe/Paris	46.48727	2.35996		Saint-Eloy,Saint-Eloy-d'Allier,Saint-Éloy,Saint-Éloy-d'Allier		84	03	031	03228
2980496	Saint-Éloy	saint-eloy	FR	29460	0	Europe/Paris	48.55905	-2.77385		Saint-Eloy,Saint-Éloy,Sainte-Eloi		53	22	224	22187
2980497	Saint-Éloy	saint-eloy	FR	29460	0	Europe/Paris	48.55	-3.66667				53	29	293	29199
2980498	Saint-Éloy	saint-eloy	FR	29460	0	Europe/Paris	48.42983	-2.86542				53	22	224	22170
2980499	Saint-Eloy	saint-eloy	FR	29460	0	Europe/Paris	48.36152	-4.12257		Saint-Eloy,Saint-Éloy,Sant-Alar		53	29	291	29246
2980501	Saint-Éloi-de-Fourques	saint-eloi-de-fourques	FR	27800	0	Europe/Paris	49.23125	0.79646		Saint-Eloi,Saint-Eloi-de-Fourques,Saint-Éloi-de-Fourques,Sent-Elua-de-Furk,sheng ai lu wa de fu er qu ai,Сент-Елуа-де-Фурк,سینٹ-علوی-دے-فورقوس,圣埃卢瓦德富尔屈埃		28	27	272	27536
2980504	Saint-Éloi	saint-eloi	FR	01800	0	Europe/Paris	48.60106	-3.35076				53	22	222	22135
2980505	Saint-Éloi	saint-eloi	FR	01800	0	Europe/Paris	48.25	-3.46667				53	22	222	22163
2980506	Saint-Éloi	saint-eloi	FR	01800	0	Europe/Paris	47.93333	-3.43333				53	29	294	29071
2980507	Saint-Éloi	saint-eloi	FR	01800	1937	Europe/Paris	46.97342	3.22228		Loi,Saint-Eloi,Saint-Éloi		27	58	583	58238
2980508	Saint-Éloi	saint-eloi	FR	01800	173	Europe/Paris	46.07357	1.83236		Saint-Eloi,Saint-Éloi		75	23	232	23191
2980509	Saint-Éloi	saint-eloi	FR	01800	453	Europe/Paris	45.93078	5.15293		Saint-Eloi,Saint-Éloi		84	01	011	01349
2980511	Saint-Ellier-les-Bois	saint-ellier-les-bois	FR	61320	247	Europe/Paris	48.5139	-0.09403		Saint-Ellier,Saint-Ellier-les-Bois,Sarthon-Libre		28	61	611	61384
2980512	Saint-Ellier-du-Maine	saint-ellier-du-maine	FR	53220	493	Europe/Paris	48.40055	-1.04712		Saint-Ellier,Saint-Ellier-du-Maine		52	53	533	53213
2980597	Sainte-Foy	sainte-foy	FR	40190	1443	Europe/Paris	46.5455	-1.67527		Le Desert,Le Désert,Sainte-Foy		52	85	853	85214
2980514	Sainte-Lizaigne	sainte-lizaigne	FR	36260	1173	Europe/Paris	47.00695	2.02266		Sainte-Lizaigne,Sent-Lizen',Vin-Bon,sheng li ze ni,Сент-Лизень,Сент-Лізень,سین-لیزایگنے,圣利泽尼		24	36	364	36199
2980515	Saint-Élix-Theux	saint-elix-theux	FR	32300	116	Europe/Paris	43.42859	0.46931		Mont-Gimois,Mont-Marat,Saint-Elix,Saint-Elix-Theux,Saint-Élix-Theux		76	32	323	32375
2980516	Saint-Élix-Séglan	saint-elix-seglan	FR	31420	0	Europe/Paris	43.19564	0.85355		Plaisance,Saint-Elix,Saint-Elix-Seglan,Saint-Elix-Segland,Saint-Élix,Saint-Élix-Séglan,Saint-Élix-Ségland		76	31	312	31477
2980517	Saint-Élix-le-Château	saint-elix-le-chateau	FR	31430	616	Europe/Paris	43.27927	1.13906		Elix,Mont-Felix,Mont-Félix,Saint-Elix,Saint-Elix-le-Chateau,Saint-Élix,Saint-Élix-le-Château		76	31	311	31476
2980519	Sainte-Livrade-sur-Lot	sainte-livrade-sur-lot	FR	47110	6420	Europe/Paris	44.39824	0.58931		Sainte-Livrade,Sainte-Livrade-sur-Lot,Santa Liurada,Sent-Livrad-sjur-Lot,Senta Liurada,luo te he pan sheng li fu la de,Сент-Ливрад-сюр-Лот,Сент-Ліврад-сюр-Лот,سین-لورادے-سر-لوٹ,洛特河畔圣利夫拉德		75	47	473	47252
2980520	Sainte-Livrade	sainte-livrade	FR	31530	277	Europe/Paris	43.65053	1.10482		Sainte-Livrade		76	31	313	31496
2980522	Saint-Éliph	saint-eliph	FR	28240	782	Europe/Paris	48.45083	1.02554		Saint-Eliph,Saint-Éliph		24	28	284	28335
2980523	Saint-Élier	saint-elier	FR	27190	528	Europe/Paris	48.98531	0.9637		Saint-Elier,Saint-Élier		28	27	273	27535
2980525	Sainte-Lheurine	sainte-lheurine	FR	17520	495	Europe/Paris	45.5314	-0.3649		Lheurine-la-Montagne,Sainte-Lheurine		75	17	171	17355
2980526	Sainte-Léocadie	sainte-leocadie	FR	66800	191	Europe/Paris	42.43644	2.00397		Sainte-Leocadie,Sainte-Léocadie,Santa Llocaia		76	66	663	66181
2980528	Sainte-Juliette-sur-Viaur	sainte-juliette-sur-viaur	FR	12120	493	Europe/Paris	44.21485	2.52148		Sainte-Juliette,Sainte-Juliette-sur-Viaur		76	12	123	12234
2980529	Sainte-Juliette	sainte-juliette	FR	82110	107	Europe/Paris	44.28681	1.16969		Sainte-Juliette,Sent-Zhul'ett,Senta Geleda,sang te rui li ye te,Сент-Жульєтт,سین-جلتے,桑特瑞利耶特		76	82	821	82164
2980531	Sainte-Julie	sainte-julie	FR	01150	588	Europe/Paris	45.89013	5.27876		Falerne		84	01	011	01366
2981077	Saint-Claude	saint-claude	FR	39200	12418	Europe/Paris	46.38679	5.86473		XTC	393	27	39	393	39478
2980532	Sainte-Jamme-sur-Sarthe	sainte-jamme-sur-sarthe	FR	72380	1742	Europe/Paris	48.14213	0.1672		Sainte-Jamme,Sainte-Jamme-sur-Sarthe,Sainte-Jammes-sur-Sarthe,Sainte-Jeanne,Sent-Zhamm-sjur-Sart,Сент-Жамм-сюр-Сарт,سین-جممے-سر-سرٹھے		52	72	723	72289
2980533	Sainte-Jalle	sainte-jalle	FR	26110	287	Europe/Paris	44.3431	5.28858		Saint-Jalle,Sainte-Jalle		84	26	262	26306
2980534	Sainte-Innocence	sainte-innocence	FR	24500	111	Europe/Paris	44.72563	0.40851		Sainte-Innocence		75	24	241	24423
2980535	Sainte-Honorine-la-Guillaume	sainte-honorine-la-guillaume	FR	61210	333	Europe/Paris	48.78037	-0.37916		Sainte-Honorine,Sainte-Honorine-la-Guillaume		28	61	612	61408
2980536	Sainte-Honorine-la-Chardonne	sainte-honorine-la-chardonne	FR	61430	678	Europe/Paris	48.82443	-0.48575		Sainte-Honorine,Sainte-Honorine-la-Chardonne		28	61	612	61407
2980537	Sainte-Honorine-du-Fay	sainte-honorine-du-fay	FR	14210	1145	Europe/Paris	49.07775	-0.49295		Sainte-Honorine,Sainte-Honorine-du-Fay		28	14	142	14592
2980538	Sainte-Honorine-des-Pertes	sainte-honorine-des-pertes	FR	14520	434	Europe/Paris	49.34823	-0.80667		Sainte-Honorine,Sainte-Honorine-des Perthes,Sainte-Honorine-des-Pertes		28	14	141	14591
2980539	Sainte-Honorine-de-Ducy	sainte-honorine-de-ducy	FR	14240	122	Europe/Paris	49.14623	-0.77539		Sainte-Honorine,Sainte-Honorine-de-Ducy		28	14	141	14590
2980541	Sainte-Hermine	sainte-hermine	FR	85210	2435	Europe/Paris	46.55605	-1.05564		Hermand-le-Guerrier,Hermine-sur-Sinagne,Sainte-Hermine		52	85	851	85223
2980542	Sainte-Hélène-sur-Isère	sainte-helene-sur-isere	FR	73460	1074	Europe/Paris	45.61434	6.32052		Les Forges,Sainte-Helene,Sainte-Helene-sur-Isere,Sainte-Hélène,Sainte-Hélène-sur-Isère		84	73	731	73241
2980543	Sainte-Hélène-du-Lac	sainte-helene-du-lac	FR	73800	648	Europe/Paris	45.48306	6.06532		Commune-du-Lac,Sainte-Helene,Sainte-Helene-du-Lac,Sainte-Hélène,Sainte-Hélène-du-Lac		84	73	732	73240
2980544	Sainte-Hélène-Bondeville	sainte-helene-bondeville	FR	76400	697	Europe/Paris	49.77453	0.4611		Dambarvalle,Sainte-Helene,Sainte-Helene-Bondeville,Sainte-Hélène,Sainte-Hélène-Bondeville		28	76	762	76587
2980546	Sainte-Hélène	sainte-helene	FR	33480	454	Europe/Paris	48.29071	6.65626		Sainte-Helene,Sainte-Hélène		44	88	881	88418
2980547	Sainte-Hélène	sainte-helene	FR	33480	1050	Europe/Paris	47.71958	-3.20463		Sainte-Helene,Sainte-Hélène,Santez-Elen		53	56	561	56220
2980548	Sainte-Hélène	sainte-helene	FR	33480	0	Europe/Paris	47.19819	3.06067				27	58	584	58302
2980549	Sainte-Hélène	sainte-helene	FR	33480	403	Europe/Paris	46.75749	4.6431		Phorien-sur-Guye,Sainte-Helene,Sainte-Hélène,Sources-de-Guye		27	71	712	71426
2980550	Sainte-Hélène	sainte-helene	FR	33480	1925	Europe/Paris	44.96542	-0.88423		Sainte-Helene,Sainte-Hélène		75	33	334	33417
2980551	Sainte-Hélène	sainte-helene	FR	33480	0	Europe/Paris	43.69042	7.23484				93	06	062	06088
2980554	Sainte-Geneviève-sur-Argence	sainte-genevieve-sur-argence	FR	12420	1018	Europe/Paris	44.80311	2.7581		Sainte-Genevieve,Sainte-Genevieve-sur-Argence,Sainte-Geneviève,Sainte-Geneviève-sur-Argence,Sant Jurveva,Sant Jurvèva,Sent Jurveva,Sent Jurvèva,Sent-Zhenev'ev-sjur-Arzhans,Sent-Zhenevev-sjur-Arzhans,a er rang ke he pan sheng re na wei ye fu,Сент-Женевьев-сюр-Аржанс,Сент-Женевєв-сюр-Аржанс,سین-گنویوے-سر-ارگنکے,阿尔让克河畔圣热纳维耶夫		76	12	122	12223
2980555	Sainte-Geneviève-lès-Gasny	sainte-genevieve-les-gasny	FR	27620	732	Europe/Paris	49.08309	1.58501		Sainte-Genevieve,Sainte-Genevieve-les-Gasny,Sainte-Geneviève,Sainte-Geneviève-lès-Gasny		28	27	271	27540
2980557	Sainte-Geneviève	sainte-genevieve	FR	02340	0	Europe/Paris	49.65	1.43333		Sainte-Genevieve-en-Bray,Sainte-Geneviève-en-Bray		28	76	761	76578
2980598	Sainte-Foy	sainte-foy	FR	40190	135	Europe/Paris	46.278	4.1291				27	71	713	71415
2980558	Sainte-Geneviève-des-Bois	sainte-genevieve-des-bois	FR	45230	33689	Europe/Paris	48.64682	2.31965		Colbert-la-Reunion,Colbert-la-Réunion,Sainte-Genevieve,Sainte-Genevieve-des-Bois,Sainte-Geneviève,Sainte-Geneviève-des-Bois,Sent-Zhenev'ev-de-Bua,Сент-Женевьев-де-Буа		11	91	913	91549
2980559	Sainte-Geneviève-des-Bois	sainte-genevieve-des-bois	FR	45230	1087	Europe/Paris	47.81777	2.81652		Sainte-Genevieve,Sainte-Genevieve-des-Bois,Sainte-Geneviève,Sainte-Geneviève-des-Bois,Sent-Zhenev'ev-de-Bua,Сент-Женевьев-де-Буа		24	45	451	45278
2980560	Sainte-Geneviève	sainte-genevieve	FR	02340	65	Europe/Paris	49.72035	4.07352		Sainte-Genevieve,Sainte-Geneviève		32	02	025	02678
2980561	Sainte-Geneviève	sainte-genevieve	FR	02340	326	Europe/Paris	49.65771	-1.31116		Sainte-Genevieve,Sainte-Geneviève		28	50	502	50469
2980562	Sainte-Geneviève	sainte-genevieve	FR	02340	2682	Europe/Paris	49.2892	2.19904		Sainte-Genevieve,Sainte-Geneviève		32	60	601	60575
2980563	Sainte-Geneviève	sainte-genevieve	FR	02340	164	Europe/Paris	48.87005	6.11845		Mont-Bon-Air,Montcailloux,Sainte-Genevieve,Sainte-Geneviève,Silvie		44	54	543	54474
2980565	Sainte-Gemmes-sur-Loire	sainte-gemmes-sur-loire	FR	49130	4157	Europe/Paris	47.4229	-0.55684		Sainte-Gemme,Sainte-Gemmes-sur Loire,Sent-Zhemm-sjur-Luar,lu wa er he pan sheng re mei,Сент-Жемм-сюр-Луар,سین-گممس-سر-لڑے,卢瓦尔河畔圣热梅		52	49	491	49278
2980566	Sainte-Gemmes-le-Robert	sainte-gemmes-le-robert	FR	53600	825	Europe/Paris	48.1971	-0.37406		Jeune,Jouanne,Mont-Rochard,Saint-Gemmes-le-Robert,Sainte-Gemmes,Sainte-Gemmes-le-Robert		52	53	533	53218
2980567	Sainte-Gemmes	sainte-gemmes	FR	41290	91	Europe/Paris	47.79321	1.27		Gentlibre,Sainte-Gemmes		24	41	411	41171
2980568	Sainte-Gemme-Moronval	sainte-gemme-moronval	FR	28500	741	Europe/Paris	48.73844	1.41452		Moronval,Saint-Denis-de Moronval,Sainte-Gemme-Moronval		24	28	283	28332
2980569	Sainte-Gemme-Martaillac	sainte-gemme-martaillac	FR	47250	303	Europe/Paris	44.36007	0.15905		Sainte-Gemme,Sainte-Gemme-Martaillac		75	47	472	47244
2980570	Sainte-Gemme-la-Plaine	sainte-gemme-la-plaine	FR	85400	1928	Europe/Paris	46.48372	-1.1122		Les Bruyeres,Les Bruyères,Sainte-Gemme,Sainte-Gemme-la-Plaine		52	85	851	85216
2980571	Sainte-Gemmes-d'Andigné	sainte-gemmes-d-andigne	FR	49500	0	Europe/Paris	47.66667	-0.88333		Mont-Joli,Sainte-Gemme,Sainte-Gemmes d'Andigne,Sainte-Gemmes-d'Andigne,Sainte-Gemmes-dAndigne,Sainte-Gemmes-dAndigné,Sainte-Gemmes-d’Andigné		52	49	494	49331
2980573	Sainte-Gemme	sainte-gemme	FR	17250	121	Europe/Paris	49.14131	3.67095		Marinville-Libreville,Montagron,Sainte-Gemme		44	51	512	51480
2980574	Sainte-Gemme-en-Sancerrois	sainte-gemme-en-sancerrois	FR	18240	380	Europe/Paris	47.4	2.81667		Bel-Air		24	18	181	18208
2980575	Sainte-Gemme	sainte-gemme	FR	17250	322	Europe/Paris	46.9013	-0.28784		Sainte-Gemme		75	79	791	79250
2980576	Sainte-Gemme	sainte-gemme	FR	17250	274	Europe/Paris	46.85238	1.34004		Sainte-Gemme		24	36	361	36193
2980577	Sainte-Gemme	sainte-gemme	FR	17250	956	Europe/Paris	45.771	-0.88966		Gemme-la-Riviere,Gemme-la-Rivière,Sainte-Gemme		75	17	174	17330
2980578	Sainte-Gemme	sainte-gemme	FR	17250	203	Europe/Paris	44.62034	0.06973		Sainte-Gemme		75	33	333	33404
2980579	Sainte-Gemme	sainte-gemme	FR	17250	741	Europe/Paris	44.08943	2.20046		Sainte-Gemme,Sainte-Gemme-les-Farguettes,Sainte-Gemme-lès-Farguettes		76	81	811	81249
2980580	Sainte-Gemme	sainte-gemme	FR	17250	106	Europe/Paris	43.78157	0.79926		Leon,Les Sablons,Léon,Sainte-Gemme,Unite,Unité		76	32	322	32376
2980581	Sainte-Gauburge-Sainte-Colombe	sainte-gauburge-sainte-colombe	FR	61370	1263	Europe/Paris	48.71722	0.43126		Sainte-Gauburge,Sainte-Gauburge-Sainte-Colombe,Sent-Gobjurzh-Sent-Kolomb,sheng ge bi er re-sheng ke long bu,Сент-Гобюрж-Сент-Коломб,سین-گوبرگے-سین-کولومبے,圣戈比尔热-圣科隆布		28	61	613	61389
2980584	Sainte-Foy-Tarentaise	sainte-foy-tarentaise	FR	73640	736	Europe/Paris	45.58897	6.88506		Sainte-Foy,Sainte-Foy-Tarentaise,Valamont		84	73	731	73232
2980585	Sainte-Foy-Saint-Sulpice	sainte-foy-saint-sulpice	FR	42110	366	Europe/Paris	45.76814	4.12843		Sainte Foy,Sainte-Foy-Saint-Sulpice		84	42	421	42221
2980586	Sainte-Foy-lès-Lyon	sainte-foy-les-lyon	FR	69110	21893	Europe/Paris	45.73375	4.80259		Beauvais-l'Isle-Barbe,Bonnefey,Canton-Chalier,Canton-Egalite,Canton-Egalité,Canton-de-Marat,Canton-de-la-Convention,Canton-de-la-Federation,Canton-de-la-Fédération,Canton-de-la-Liberte,Canton-de-la-Liberté,Canton-de-la-Montagne,Canton-de-la-Raison,Canton-le-Peletier,Canton-sans-Culotte,Commune-Affranchie,Commune-Chalier,Mont-Chalier,Quartier-de-la-Montagne,Saint-Foy,Sainte-Foy,Sainte-Foy-les-Lyon,Sainte-Foy-lez-Lyon,Sainte-Foy-lès-Lyon,Sent Foa le Lion,Sent-Fua-le-Lion,saengteupualeliong,santo=fowa=re=riyon,snt fwa llywn,Сент Фоа ле Лион,Сент-Фуа-ле-Лион,Сент-Фуа-ле-Ліон,سنت فوآ للیون,سین-فوے-لیس-لیوں,サント＝フォワ＝レ＝リヨン,생트푸아레리옹		84	69	691	69202
2980587	Sainte-Foy-l'Argentière	sainte-foy-l-argentiere	FR	69610	1265	Europe/Paris	45.70823	4.47025		Foy-sur-Brevenne,Saint-Foy-l'Argentiere,Saint-Foy-l'Argentière,Sainte-Foy,Sainte-Foy-l'Argentiere,Sainte-Foy-l'Argentière		84	69	691	69201
2980588	Sainte-Foy-la-Longue	sainte-foy-la-longue	FR	33490	0	Europe/Paris	44.61005	-0.1456		Foy la-Longue,Sainte-Foy,Sainte-Foy-la-Longue		75	33	333	33403
2980589	Sainte-Foy-la-Grande	sainte-foy-la-grande	FR	33220	3203	Europe/Paris	44.84073	0.2172		Bonne-Foy,Sainte-Foy,Sainte-Foy-la-Grande,Sent-Fua-la-Grand,Senta Fe la Granda,da sheng fu wa,santo=fowa=ra=gurando,Сент-Фуа-ла-Гранд,سین-فوے-لا-گراندے,サント＝フォワ＝ラ＝グランド,大圣富瓦		75	33	335	33402
2980590	Sainte-Foy-de-Peyrolières	sainte-foy-de-peyrolieres	FR	31470	1615	Europe/Paris	43.49312	1.14588		Peyroulieres,Peyroulières,Sainte-Foy,Sainte-Foy de Peyrollieres,Sainte-Foy de Peyrollières,Sainte-Foy-de-Peyrolieres,Sainte-Foy-de-Peyrolières,Sainte-Foy-de-Peyrolleres,Sainte-Foy-de-Peyrollères		76	31	311	31481
2980591	Sainte-Foy-de-Montgommery	sainte-foy-de-montgommery	FR	14140	181	Europe/Paris	48.95872	0.17467		Sainte-Foy		28	14	143	14576
2980592	Sainte-Foy-de-Longas	sainte-foy-de-longas	FR	24510	236	Europe/Paris	44.92534	0.75139		Sainte-Foy,Sainte-Foy-de-Longas		75	24	241	24407
2980593	Sainte-Foy-de-Belvès	sainte-foy-de-belves	FR	24170	130	Europe/Paris	44.72388	1.03883		Sainte-Foy,Sainte-Foy-de-Belves,Sainte-Foy-de-Belvès		75	24	244	24406
2980594	Sainte-Foy-d'Aigrefeuille	sainte-foy-d-aigrefeuille	FR	31570	0	Europe/Paris	43.54483	1.6052		L'Unite,L'Unité,Sainte-Foy,Sainte-Foy-d'Aigrefeuille		76	31	313	31480
2980599	Sainte-Foy	sainte-foy	FR	40190	0	Europe/Paris	44.89256	0.47869				75	24	241	24037
2980600	Sainte-Foy	sainte-foy	FR	40190	150	Europe/Paris	43.93687	-0.33292		Sainte-Foy		75	40	402	40258
2980601	Sainte-Fortunade	sainte-fortunade	FR	19490	1809	Europe/Paris	45.20691	1.77117		Sainte-Fortunade,Sent-Fortjunad,Senta Fortunada,sheng fu er di na de,Сент-Фортюнад,سین-فورتنادے,圣福尔蒂纳德		75	19	192	19203
2980602	Sainte-Foi	sainte-foi	FR	09500	26	Europe/Paris	43.12898	1.91484		Sainte-Foi		76	09	092	09260
2980603	Sainte-Florine	sainte-florine	FR	43250	3286	Europe/Paris	45.40519	3.31732		Florine-le-Charbon,Sainte-Florine,Santa Florina,Sent-Florin,santo=furorinu,sheng fu luo lan,Сент-Флорин,سین-فلورنے,サント＝フロリーヌ,圣弗洛兰		84	43	431	43185
2980604	Sainte-Florence	sainte-florence	FR	33350	915	Europe/Paris	46.79691	-1.15321		L'Hebergement-Idreau,L'Hébergement-Idreau,Sainte-Florence		52	85	852	85084
2980605	Sainte-Florence	sainte-florence	FR	33350	139	Europe/Paris	44.81304	-0.09166		Sainte-Florence		75	33	335	33401
2980606	Sainte-Flaive-des-Loups	sainte-flaive-des-loups	FR	85150	1881	Europe/Paris	46.61208	-1.57978		Louvetiere,Louvetière,Sainte-Flaive,Sainte-Flaive-des-Loups		52	85	853	85211
2980609	Sainte-Feyre-la-Montagne	sainte-feyre-la-montagne	FR	23500	107	Europe/Paris	45.89951	2.24376		Sainte-Feyre,Sainte-Feyre-la-Montagne		75	23	231	23194
2980610	Sainte-Feyre	sainte-feyre	FR	23000	2328	Europe/Paris	46.13904	1.91525		Sainte-Feyre		75	23	232	23193
2980611	Sainte-Féréole	sainte-fereole	FR	19270	1636	Europe/Paris	45.22932	1.58248		Montagne-Frimaire,Montfrimaire,Saint-Fereole,Saint-Féréole,Sainte-Fereole,Sainte-Féréole		75	19	191	19202
2980612	Sainte-Fauste	sainte-fauste	FR	36100	263	Europe/Paris	46.85749	1.86494		La Ferte-les-Bois,La Ferté-les-Bois,Sainte-Fauste,Sent-Fost,sheng fu si te,Сент-Фост,سین-فوستے,圣福斯特		24	36	364	36190
2980613	Sainte-Eusoye	sainte-eusoye	FR	60480	240	Europe/Paris	49.57854	2.24507		Sainte-Eusoye		32	60	602	60573
2980614	Saint-Euphraise-et-Clairizet	saint-euphraise-et-clairizet	FR	51390	185	Europe/Paris	49.21356	3.88556		Ardrecours		44	51	513	51479
2980615	Sainte-Euphémie-sur-Ouvèze	sainte-euphemie-sur-ouveze	FR	26170	78	Europe/Paris	44.3002	5.37895		Sainte Euphemie,Sainte Euphémie,Sainte-Euphemie-sur-Ouveze,Sainte-Euphemie-sur-l'Quveze,Sainte-Euphémie-sur-Ouvèze,Sainte-Euphémie-sur-l'Quvèze		84	26	262	26303
2980616	Sainte-Euphémie	sainte-euphemie	FR	01600	1221	Europe/Paris	45.97101	4.79853		Sainte-Euphemie,Sainte-Euphémie		84	01	012	01353
2980617	Sainte-Eulalie-en-Born	sainte-eulalie-en-born	FR	40200	861	Europe/Paris	44.27402	-1.1832		Sainte-Eulalie,Sainte-Eulalie-en-Born		75	40	402	40257
2980618	Sainte-Eulalie-d'Olt	sainte-eulalie-d-olt	FR	12130	0	Europe/Paris	44.46452	2.94555		Sainte-Eulalie,Sainte-Eulalie-d'Olt,Sainte-Eulalie-de Rive d'Olt		76	12	122	12219
2980619	Sainte-Eulalie-d'Eymet	sainte-eulalie-d-eymet	FR	24500	0	Europe/Paris	44.70057	0.36595		Sainte-Eulalie,Sainte-Eulalie-d'Eymet		75	24	241	24423
2980620	Sainte-Eulalie-de-Cernon	sainte-eulalie-de-cernon	FR	12230	234	Europe/Paris	43.98244	3.1359		Sainte-Eulalie,Sainte-Eulalie-de-Cernon,Sainte-Eulalie-du-Cernon,Sent-Ehlali-de-Sernon,Sent-Elali-de-Sernon,Senta Aularia de Larzac,Senta Aularia de Sarnon,Senta Aulària de Larzac,Senta Aulària de Sarnon,Source-Libre,sheng e la li ye de sai er nong,Сент-Елалі-де-Сернон,Сент-Элали-де-Сернон,سین-یلے-دے-کرنوں,圣厄拉利耶德塞尔农		76	12	121	12220
2980621	Sainte-Eulalie-d'Ans	sainte-eulalie-d-ans	FR	24640	0	Europe/Paris	45.24718	1.01822		Sainte-Eulalie,Sainte-Eulalie-d'Ans,Sainte-Eulalie-dAns,sheng e la li ye dang,圣厄拉利耶当		75	24	244	24401
2980623	Sainte-Eulalie	sainte-eulalie	FR	07510	219	Europe/Paris	45.11771	2.37374		Basse-Maronne,Sainte-Eulalie		84	15	152	15186
2980624	Sainte-Eulalie-en-Royans	sainte-eulalie-en-royans	FR	26190	543	Europe/Paris	45.05	5.35				84	26	261	26302
2980625	Sainte-Eulalie	sainte-eulalie	FR	07510	4537	Europe/Paris	44.9081	-0.47316		Sainte-Eulalie		75	33	332	33397
2980626	Sainte-Eulalie	sainte-eulalie	FR	07510	238	Europe/Paris	44.81042	4.18966		Basse-Maronne,Le Bleynet,Sainte-Eulalie,Source-de-Loire		84	07	071	07235
2980627	Sainte-Eulalie	sainte-eulalie	FR	07510	68	Europe/Paris	44.79076	3.46665		Sainte-Eulalie		76	48	482	48149
2980628	Sainte-Eulalie	sainte-eulalie	FR	07510	0	Europe/Paris	43.98766	4.29882		Sainte-Eulalie		76	30	302	30126
2980629	Sainte-Eulalie	sainte-eulalie	FR	07510	438	Europe/Paris	43.24566	2.21329		Sainte-Eulalie		76	11	111	11340
2980630	Sainte-Eugénie-de-Villeneuve	sainte-eugenie-de-villeneuve	FR	43230	112	Europe/Paris	45.13922	3.62325		Sainte-Eugenie,Sainte-Eugenie-de-Villeneuve,Sainte-Eugénie,Sainte-Eugénie-de-Villeneuve		84	43	431	43183
2980632	Saint-Escobille	saint-escobille	FR	91410	525	Europe/Paris	48.43333	1.96667		Saint-Escobille,Sent-Eskobij,sheng ai si ke bi lei,Сент-Ескобий,Сент-Ескобій,سینٹ-یسکوبلے,圣埃斯科比勒		11	91	911	91547
2980633	Sainte-Enimie	sainte-enimie	FR	48210	557	Europe/Paris	44.36583	3.4114		Puy-Roc,Sainte-Enimie,Sainte-Énimie,Santa Enimia,Sent Animi,Sent-Enimi,santenimi,sheng ai ni mi ye,synt anymy,Сент Аними,Сент-Еними,Сент-Енімі,سین-ینمئے,سینت انیمی,サンテニミー,圣埃尼米耶		76	48	481	48146
2980634	Sainte-Engrâce	sainte-engrace	FR	64560	268	Europe/Paris	42.99605	-0.81239		Sainte-Engrace,Sainte-Engrâce,Santa Grazi,Sent-Angras,Senta Gracia,Senta Gràcia,Urdatx,sheng ang ge la ke,Сент-Анграс,سین-اراکے,圣昂格拉克		75	64	642	64475
2980636	Saint-Égrève	saint-egreve	FR	38120	15904	Europe/Paris	45.23313	5.68154		Saint Egreve,Saint-Egreve,Saint-Égrève,Sainte-Egreve,Sainte-Égrève,San Egreve,Sent-Egrev,Sent-Ehgrev,St. Egreve,Vence,sheng ai ge lei fu,Сент-Егрев,Сент-Эгрев,سینٹ-ایگریوے,圣埃格雷夫		84	38	381	38382
2980637	Sainte-Eanne	sainte-eanne	FR	79800	609	Europe/Paris	46.38333	-0.15				75	79	792	79246
2980638	Sainte-Dode	sainte-dode	FR	32170	247	Europe/Paris	43.42021	0.36328		Montagne-sur-Bayse,Sainte-Dode		76	32	323	32373
2980639	Saint-Edmond	saint-edmond	FR	71740	322	Europe/Paris	46.20316	4.21076		Saint-Edmond		27	71	713	71408
2980678	Sainte-Colombe-de-Peyre	sainte-colombe-de-peyre	FR	48130	227	Europe/Paris	44.69076	3.24019		Sainte-Colombe,Sainte-Colombe-de-Peyre		76	48	482	48009
2981169	Saint-Christophe	saint-christophe	FR	03120	0	Europe/Paris	44.81783	0.50443				75	24	241	24037
2980641	Sainte-Croix-Vallée-Française	sainte-croix-vallee-francaise	FR	48110	295	Europe/Paris	44.17977	3.74178		Centre-de-Vallee-Francaise,Centre-de-Vallée-Française,Saint-Croix-de-Vallee-Francaise,Saint-Croix-de-Vallée-Française,Sainte-Croix,Sainte-Croix-Vallee-Francaise,Sainte-Croix-Vallée-Française,Sainte-Croix-de-Vallee-Francaise,Sainte-Croix-de-Vallée-Française		76	48	481	48144
2980642	Sainte-Croix-sur-Orne	sainte-croix-sur-orne	FR	61210	78	Europe/Paris	48.77923	-0.29245		Sainte-Croix,Sainte-Croix-sur-Orne		28	61	612	61339
2980643	Sainte-Croix-sur-Mer	sainte-croix-sur-mer	FR	14480	211	Europe/Paris	49.31378	-0.51102		Sainte-Croix,Sainte-Croix-sur-Mer		28	14	141	14569
2980644	Sainte-Croix-sur-Buchy	sainte-croix-sur-buchy	FR	76750	559	Europe/Paris	49.56463	1.3506		Sainte Croix,Sainte-Croix-sur-Buchy		28	76	763	76571
2980645	Sainte-Croix-sur-Aizier	sainte-croix-sur-aizier	FR	27500	201	Europe/Paris	49.41675	0.62999		Sainte-Croix,Sainte-Croix-sur-Aizier		28	27	272	27107
2980646	Sainte-Croix-Hague	sainte-croix-hague	FR	50440	624	Europe/Paris	49.63845	-1.77285		Sainte-Croix,Sainte-Croix-Hague		28	50	502	50041
2980647	Sainte-Croix-Grand-Tonne	sainte-croix-grand-tonne	FR	14740	308	Europe/Paris	49.23155	-0.56285		Sainte-Croix,Sainte-Croix-Grand-Tonne		28	14	142	14098
2980648	Sainte-Croix-en-Plaine	sainte-croix-en-plaine	FR	68127	2416	Europe/Paris	48.00876	7.38556		Heilig-Kreuz,Saint-Croix,Sent-Krua-en-Plen,Сент-Круа-ен-Плен,سین-کروئی-این -پلانے		44	68	682	68295
2980649	Sainte-Croix-en-Jarez	sainte-croix-en-jarez	FR	42800	355	Europe/Paris	45.48048	4.64393		Sainte Croix,Sainte-Croix-en-Jarez		84	42	423	42210
2980650	Sainte-Croix-du-Mont	sainte-croix-du-mont	FR	33410	920	Europe/Paris	44.59391	-0.28132		Sainte-Croix,Sainte-Croix-du-Mont,Sent-Krua-dju-Mon,Senta Crotz de Prenhac,Senta Crotz deu Mont,sheng ke lu wa ke si-di meng,Сент-Круа-дю-Мон,سین-کروئی-دو-مونٹ,圣克鲁瓦克斯-迪蒙		75	33	333	33392
2980651	Sainte-Croix-Volvestre	sainte-croix-volvestre	FR	09230	643	Europe/Paris	43.12538	1.17477		Sainte-Croix,Sainte-Croix-Volvestre,Sainte-Croix-de-Volvestre		76	09	093	09257
2980652	Sainte-Croix-du-Verdon	sainte-croix-du-verdon	FR	04500	145	Europe/Paris	43.75916	6.15116		Peiron-sans-Culottes,Sainte-Croix,Sainte-Croix-de-Verdon,Sainte-Croix-du Verdon,Sainte-Croix-du-Verdon,Santa Crotz de Verdon,Sent-Krua-dju-Verdon,sheng ke lu wa ke si-di wei er dong,Сент-Круа-дю-Вердон,سین-کروئی-دو-وردوں,圣克鲁瓦克斯-迪韦尔东		93	04	043	04176
2980654	Sainte-Croix-de-Quintillargues	sainte-croix-de-quintillargues	FR	34270	584	Europe/Paris	43.77251	3.90888		Sainte-Croix,Sainte-Croix-de-Quintillargues,Santa Crotz de Quintilhargues,Sent-Krua-de-Kentijarg,sheng ke lu wa de qu an di la er gai,Сент-Круа-де-Кентиярг,Сент-Круа-де-Кентіярг,سین-کروئی-دے-قینتیلرگیس,圣克鲁瓦德屈安蒂拉尔盖		76	34	342	34248
2980655	Sainte-Croix-de-Mareuil	sainte-croix-de-mareuil	FR	24340	143	Europe/Paris	45.46221	0.42546		L'Union-sur-Belle,Sainte-Croix,Sainte-Croix-de-Mareuil		75	24	242	24394
2980656	Sainte-Croix-de-Caderle	sainte-croix-de-caderle	FR	30460	117	Europe/Paris	44.06932	3.86541		Mont-Bize,Sainte-Croix,Sainte-Croix-de-Caderle		76	30	301	30246
2980657	Sainte-Croix	sainte-croix	FR	01120	0	Europe/Paris	44.73956	0.83058		Sainte-Croix,Sainte-Croix-de-Beaumont		75	24	241	24393
2980658	Sainte-Croix-aux-Mines	sainte-croix-aux-mines	FR	68160	2122	Europe/Paris	48.26249	7.22739		Sainte-Croix,Sainte-Croix-aux-Mines,Sent-Krua-o-Min,syn-krwyy-a-maynz,Сент-Круа-о-Мин,Сент-Круа-о-Мін,سین-کروئی-آ-مائنز		44	68	682	68294
2980659	Sainte-Croix-à-Lauze	sainte-croix-a-lauze	FR	04110	76	Europe/Paris	43.9085	5.61703		La Lauze,Sainte-Croix,Sainte-Croix-a-Lauze,Sainte-Croix-à-Lauze,Santa Crotz dAlausa,Sent-Krua-a-Loz,sheng ke lu wa ke si-a luo ci,Сент-Круа-а-Лоз,سین-کروئی-ا-لوزے,圣克鲁瓦克斯-阿洛兹		93	04	044	04175
2980660	Sainte-Croix	sainte-croix	FR	01120	123	Europe/Paris	49.48155	3.77834		Sainte-Croix		32	02	022	02675
2980661	Sainte-Croix	sainte-croix	FR	01120	467	Europe/Paris	46.57165	5.24608		Croix-Gazonfiere,Croix-Gazonfière,Sainte-Croix,Solnan		27	71	714	71401
2980662	Sainte-Croix	sainte-croix	FR	01120	511	Europe/Paris	45.89431	5.05329		Sainte-Croix		84	01	012	01342
2980663	Sainte-Croix	sainte-croix	FR	01120	99	Europe/Paris	44.76827	5.28352		Saint-Croix,Sainte-Croix		84	26	261	26299
2980664	Sainte-Croix	sainte-croix	FR	01120	0	Europe/Paris	44.42653	1.96695		Sainte-Croix		76	12	123	12217
2980665	Sainte-Croix	sainte-croix	FR	01120	0	Europe/Paris	44.34081	1.16601		Sainte-Croix		76	46	461	46201
2980666	Sainte-Croix	sainte-croix	FR	01120	308	Europe/Paris	43.97213	2.06785		Sainte-Croix		76	81	811	81326
2980667	Sainte-Croix	sainte-croix	FR	01120	0	Europe/Paris	43.21667	5.55				93	13	133	13022
2980668	Sainte-Consorce	sainte-consorce	FR	69280	1794	Europe/Paris	45.77585	4.69033		Les Marrons,Sainte-Consorce		84	69	691	69190
2980669	Sainte-Colome	sainte-colome	FR	64260	286	Europe/Paris	43.10225	-0.40366		Sent-Kolom,Senta Coloma,sheng ke long,Сент-Колом,سین-کولومے,圣科隆		75	64	642	64473
2980670	Sainte-Colombe-sur-Loing	sainte-colombe-sur-loing	FR	89520	227	Europe/Paris	47.56964	3.23393		Loing-la-Source,Sainte-Colombe,Sainte-Colombe-sur-Loing		27	89	891	89420
2980671	Sainte-Colombe-sur-l'Hers	sainte-colombe-sur-l-hers	FR	11230	0	Europe/Paris	42.95227	1.9657		Sainte-Colombe,Sainte-Colombe-sur-l'Hers		76	11	112	11336
2980672	Sainte-Colombe-sur-Guette	sainte-colombe-sur-guette	FR	11140	60	Europe/Paris	42.74927	2.23477		Sainte-Colombe,Sainte-Colombe-sur-Guette		76	11	112	11335
2980673	Sainte-Colombe-sur-Gand	sainte-colombe-sur-gand	FR	42540	426	Europe/Paris	45.87757	4.2755		Sainte Colombe,Sainte-Colombe-sur-Gand		84	42	422	42209
2980674	Sainte-Colombe-près-Vernon	sainte-colombe-pres-vernon	FR	27950	224	Europe/Paris	49.09457	1.33985		Sainte-Colombe,Sainte-Colombe-pres-Vernon,Sainte-Colombe-près-Vernon		28	27	271	27525
2980675	Sainte-Colombe-la-Commanderie	sainte-colombe-la-commanderie	FR	27110	0	Europe/Paris	49.11667	0.93333		Sainte-Colombe,Sainte-Colombe-la-Campagne		28	27	272	27524
2980676	Sainte-Colombe-en-Bruilhois	sainte-colombe-en-bruilhois	FR	47310	1409	Europe/Paris	44.17806	0.51527		Sainte-Colombe,Sainte-Colombe-en-Bruilhois,Sent-Kolomb-an-Brjuiua,Senta Coloma de Brulhes,Senta Coloma de Brulhés,Senta Colomba de la Pluma,bu lu yi yue yi de qu sheng ke long bu,Сент-Коломб-ан-Брюиуа,Сент-Коломб-ан-Брюїуа,سین-کولومبے-این -بریلھوس,布吕伊约伊地区圣科隆布		75	47	471	47238
2980677	Sainte-Colombe-de-Villeneuve	sainte-colombe-de-villeneuve	FR	47300	386	Europe/Paris	44.3595	0.65927		Sainte-Colombe,Sainte-Colombe-de-Villeneuve		75	47	473	47237
2980680	Sainte-Colombe-de-Duras	sainte-colombe-de-duras	FR	47120	82	Europe/Paris	44.69054	0.12445		Sainte-Colombe,Sainte-Colombe-de-Duras		75	47	472	47236
2980682	Sainte-Colombe	sainte-colombe	FR	05700	201	Europe/Paris	49.79817	0.7638		Sainte-Colombe		28	76	761	76569
2980683	Sainte-Colombe	sainte-colombe	FR	05700	160	Europe/Paris	49.42131	-1.5219		Sainte-Colombe		28	50	502	50457
2980684	Sainte-Colombe	sainte-colombe	FR	05700	1859	Europe/Paris	48.53047	3.25517		Sainte-Colombe		11	77	773	77404
2980685	Sainte-Colombe	sainte-colombe	FR	05700	303	Europe/Paris	47.88735	-1.45609		Sainte-Colombe,Santez-Koulm		53	35	351	35262
2980686	Sainte-Colombe	sainte-colombe	FR	05700	0	Europe/Paris	47.5669	3.97		Colombe-la-Montagne,Sainte-Colombe		27	89	892	89339
2980687	Sainte-Colombe-en-Auxois	sainte-colombe-en-auxois	FR	21350	60	Europe/Paris	47.42643	4.45739		Sainte-Colombe,Sainte-Colombe-en-Auxois		27	21	213	21544
2980688	Sainte-Colombe-des-Bois	sainte-colombe-des-bois	FR	58220	0	Europe/Paris	47.31667	3.15				27	58	584	58236
2980689	Sainte-Colombe	sainte-colombe	FR	05700	244	Europe/Paris	46.87876	6.2668				27	25	253	25515
2980690	Sainte-Colombe	sainte-colombe	FR	05700	0	Europe/Paris	45.83344	0.31779		Sainte-Colombe		75	16	163	16300
2980691	Sainte-Colombe	sainte-colombe	FR	05700	1941	Europe/Paris	45.52531	4.86664		Sainte-Colombe		84	69	691	69189
2980692	Sainte-Colombe	sainte-colombe	FR	05700	120	Europe/Paris	45.28331	-0.28046		Sainte-Colombe		75	17	171	17319
2980693	Sainte-Colombe	sainte-colombe	FR	05700	0	Europe/Paris	44.87322	0.73695				75	24	241	24223
2980694	Sainte-Colombe	sainte-colombe	FR	05700	379	Europe/Paris	44.8793	-0.06211		Sainte-Colombe		75	33	335	33390
2980695	Sainte-Colombe	sainte-colombe	FR	05700	186	Europe/Paris	44.72324	2.0027		Sainte-Colombe		76	46	462	46260
2980696	Sainte-Colombe	sainte-colombe	FR	05700	53	Europe/Paris	44.28425	5.6694		Belle-Roche,Colomb-sur-Chabre,La Colombe,Rochefontaine,Sainte-Colombe		93	05	052	05135
2980697	Sainte-Colombe	sainte-colombe	FR	05700	0	Europe/Paris	44.1195	5.22189				93	84	843	84017
2980698	Sainte-Colombe	sainte-colombe	FR	05700	587	Europe/Paris	43.68156	-0.55669		Bas-Franc,Sainte-Colombe		75	40	402	40252
2980699	Sainte-Colombe-de-la-Commanderie	sainte-colombe-de-la-commanderie	FR	66300	109	Europe/Paris	42.61457	2.74741		Sainte-Colombe,Sainte-Colombe-de-la-Commanderie,Santa Coloma		76	66	661	66170
2980701	Saint-Christophe-de-Double	saint-christophe-de-double	FR	33230	0	Europe/Paris	45.08055	0.01552		Saint-Christophe,Saint-Christophe-de-Double,Sainte-Christophe-de-Double		75	33	335	33385
2980702	Sainte-Christine	sainte-christine	FR	49120	0	Europe/Paris	48.35	-4.41667				53	29	291	29189
2980703	Sainte-Christine	sainte-christine	FR	49120	0	Europe/Paris	48.21062	-3.35402				53	22	222	22061
2980704	Sainte-Christine	sainte-christine	FR	49120	627	Europe/Paris	47.28666	-0.84822		Sainte-Christine		52	49	492	49092
2980705	Sainte-Christine	sainte-christine	FR	49120	0	Europe/Paris	46.35669	-0.66341				52	85	851	85020
2980706	Sainte-Christine	sainte-christine	FR	49120	139	Europe/Paris	46.06643	2.83481		Sainte-Christine		84	63	634	63329
2981301	Saint-Brès	saint-bres	FR	30500	0	Europe/Paris	44.08333	6.9				93	06	062	06071
2980707	Sainte-Christie-d'Armagnac	sainte-christie-d-armagnac	FR	32370	0	Europe/Paris	43.78482	-0.0088		Mont-Vieux,Sainte-Christie,Sainte-Christie-d'Armagnac,Vineux		76	32	322	32369
2980708	Sainte-Christie	sainte-christie	FR	32390	439	Europe/Paris	43.75549	0.63306		Sainte-Christie		76	32	321	32368
2980709	Sainte-Cérotte	sainte-cerotte	FR	72120	328	Europe/Paris	47.90087	0.68734		Cerotte-en-Bel-Air,Sainte-Cerotte,Sainte-Cérotte		52	72	722	72272
2980710	Sainte-Céronne-lès-Mortagne	sainte-ceronne-les-mortagne	FR	61380	260	Europe/Paris	48.56745	0.53361		Sainte-Ceronne,Sainte-Ceronne-les-Mortagne,Sainte-Céronne,Sainte-Céronne-lès-Mortagne,Sent-Seronn-le-Mortan',sheng sai luo nei-lai mo er ta ni,Сент-Серонн-ле-Мортань,سین-کروں نے-لیس-مورتاگنے,圣塞罗内-莱莫尔塔尼		28	61	613	61373
2980711	Sainte-Cécile-les-Vignes	sainte-cecile-les-vignes	FR	84290	2273	Europe/Paris	44.24542	4.88613		Cecile-Montagnarde,Cécile-Montagnarde,Sainte-Cecile,Sainte-Cecile-les-Vignes,Sainte-Cécile,Sainte-Cécile-les-Vignes,Santa Celha dei Vinhas,Sent-Sesil'-le-Vin',sang te sai xi lai-lai wei ge,Сент-Сесиль-ле-Винь,Сент-Сесіль-ле-Вінь,سین-کیلے-لیس-وگنس,桑特塞西莱-莱维格		93	84	843	84106
2980712	Sainte-Cécile-du-Cayrou	sainte-cecile-du-cayrou	FR	81140	166	Europe/Paris	44.00317	1.8096		Sainte-Cecile,Sainte-Cecile-du-Cayrou,Sainte-Cécile,Sainte-Cécile-du-Cayrou		76	81	811	81246
2980713	Sainte-Cécile-d'Andorge	sainte-cecile-d-andorge	FR	30110	0	Europe/Paris	44.25196	3.97602		Andorge-le-Gardon,Sainte-Cecile,Sainte-Cecile-d'Andorge,Sainte-Cécile,Sainte-Cécile-d'Andorge		76	30	301	30239
2980714	Sainte-Cécile	sainte-cecile	FR	36210	786	Europe/Paris	48.83488	-1.19		Sainte-Cecile,Sainte-Cécile		28	50	504	50453
2980715	Sainte-Cécile	sainte-cecile	FR	36210	98	Europe/Paris	47.18714	1.67047		Cecile-les-Monts,Cécile-les-Monts,Renon-Libre,Sainte-Cecile,Sainte-Cécile		24	36	364	36229
2980716	Sainte-Cécile	sainte-cecile	FR	36210	1437	Europe/Paris	46.74339	-1.11421		Sainte-Cecile,Sainte-Cécile		52	85	852	85202
2980717	Sainte-Cécile	sainte-cecile	FR	36210	278	Europe/Paris	46.38847	4.62242		Petit-Lay,Pont-sur-Crosne,Sainte-Cecile,Sainte-Cécile		27	71	715	71397
2980718	Sainte-Cécile	sainte-cecile	FR	36210	0	Europe/Paris	43.61717	4.57084				93	13	132	13004
2980720	Sainte-Catherine	sainte-catherine	FR	62223	916	Europe/Paris	45.59905	4.56985		Sainte-Catherine,Sainte-Catherine-sous-Riverie,Sainte-Catherine-sur-Riverie		84	69	691	69184
2980721	Sainte-Catherine-de-Fierbois	sainte-catherine-de-fierbois	FR	37800	644	Europe/Paris	47.15651	0.65561		Sainte-Catherine,Sainte-Catherine-de-Fierbois,Sent-Katrin-de-Ferbua,sheng ka te lan de fei ye er bu wa,Сент-Катрин-де-Фєрбуа,سین-کیتھرین-دے-فیربوس,圣卡特兰德菲耶尔布瓦		24	37	372	37212
2980723	Sainte-Catherine	sainte-catherine	FR	62223	3102	Europe/Paris	50.30757	2.76404		Sainte-Catherine,Sainte-Catherine-lez-Arras,Sainte-Catherine-lèz-Arras		32	62	621	62744
2980724	Sainte-Catherine	sainte-catherine	FR	62223	0	Europe/Paris	49.72184	1.11399				28	76	761	76034
2980725	Sainte-Catherine	sainte-catherine	FR	62223	0	Europe/Paris	48.61667	-4.05				53	29	293	29148
2980726	Sainte-Catherine	sainte-catherine	FR	62223	0	Europe/Paris	48.3	-3.55				53	29	292	29205
2980727	Sainte-Catherine	sainte-catherine	FR	62223	0	Europe/Paris	48.00806	2.69104				24	45	451	45247
2980728	Sainte-Catherine	sainte-catherine	FR	62223	66	Europe/Paris	45.45086	3.47366		Sainte-Catherine		84	63	631	63328
2980729	Sainte-Catherine	sainte-catherine	FR	62223	0	Europe/Paris	44.60184	6.69376		La Fortune,Sainte-Catherine-on la Fortune		93	05	051	05177
2980732	Sainte-Camelle	sainte-camelle	FR	11410	110	Europe/Paris	43.26844	1.80505		Sainte-Camelle		76	11	111	11334
2980733	Sainte-Brigitte	sainte-brigitte	FR	56480	0	Europe/Paris	48.48333	-3.93333		Sainte-Brigite,Sainte-Brigitte		53	29	293	29266
2980734	Sainte-Brigitte	sainte-brigitte	FR	56480	161	Europe/Paris	48.16381	-3.12807		Berched,Sainte-Brigitte,Santez-Berc'hed,Sent-Brizhitt,sheng bu li ji te,Сент-Брижитт,سین-برگٹتے,圣布里吉特		53	56	562	56209
2980735	Saint-Ébremond-de-Bonfossé	saint-ebremond-de-bonfosse	FR	50750	677	Europe/Paris	49.06762	-1.15012		Saint-Ebremond-de-Bonfosse,Saint-Ebremond-de-Bonfossé,Saint-Ébremond-de-Bonfossé,Sainte-Ebremond,Sainte-Ébremond,Sanctus Ebremundus,Sent-Ebremon-de-Bonfosse,sheng ai bu lei meng de bang fu sai,Сент-Ебремон-де-Бонфоссе,سینٹ-ایبرموند-دے-بونفوسسے,圣埃布雷蒙德邦福塞		28	50	504	50095
2980737	Sainte-Blandine	sainte-blandine	FR	38110	557	Europe/Paris	46.24141	-0.27448		Sainte-Blandine		75	79	792	79185
2980738	Sainte-Blandine	sainte-blandine	FR	38110	836	Europe/Paris	45.54548	5.44129		Sainte-Blandine		84	38	382	38369
2980740	Sainte-Beuve-en-Rivière	sainte-beuve-en-riviere	FR	76270	165	Europe/Paris	49.76361	1.52844		Sainte-Beuve,Sainte-Beuve-en-Riviere,Sainte-Beuve-en-Rivière		28	76	761	76567
2980742	Sainte-Bazeille	sainte-bazeille	FR	47180	2885	Europe/Paris	44.53051	0.09388		Chalier,Sainte-Bazeille,Sent-Bazej,Senta Baselha,Senta Vaselha,sheng ba ze er,Сент-Базей,سین-بزیلے,圣巴泽尔		75	47	472	47233
2980744	Sainte-Barbe-sur-Gaillon	sainte-barbe-sur-gaillon	FR	27600	242	Europe/Paris	49.16667	1.31667		Sainte-Barbe,Sainte-Barbe-sur-Gaillon		28	27	271	27022
2980746	Sainte-Barbe	sainte-barbe	FR	57640	727	Europe/Paris	49.15905	6.30062		Sainte-Barbe		44	57	579	57607
2980747	Sainte-Barbe	sainte-barbe	FR	57640	0	Europe/Paris	48.7	-3.8				53	29	293	29188
2980748	Sainte-Barbe	sainte-barbe	FR	57640	254	Europe/Paris	48.39667	6.7227		Sainte-Barbe		44	88	881	88410
2980749	Sainte-Barbe	sainte-barbe	FR	57640	0	Europe/Paris	43.4	-1.66667				75	64	641	64483
2980751	Sainte-Austreberthe	sainte-austreberthe	FR	62140	426	Europe/Paris	50.3647	2.04493		L'Egalite-sur-Canche,L'Egalité-sur-Canche,Montagne-sur-Canche,Sainte-Austreberthe		32	62	624	62743
2980752	Sainte-Austreberthe	sainte-austreberthe	FR	62140	595	Europe/Paris	49.59724	0.97541		Sainte-Austreberthe		28	76	763	76566
2980753	Sainte-Aurence-Cazaux	sainte-aurence-cazaux	FR	32300	122	Europe/Paris	43.37465	0.41928		Dargelles,Saint-Aurence-Cazaux,Sainte-Aurence,Sainte-Aurence-Cazaux		76	32	323	32363
2980754	Sainte-Aulde	sainte-aulde	FR	77260	566	Europe/Paris	48.9934	3.17238		Sainte-Aulde,Sent-Ol'd,Сент-Ольд,سین-اولدے		11	77	771	77401
2980756	Sainte-Anne-sur-Vilaine	sainte-anne-sur-vilaine	FR	35390	853	Europe/Paris	47.7301	-1.82596		Sainte-Anne,Sainte-Anne-sur-Vilaine,Santez-Anna-ar-Gwilen		53	35	352	35249
2980757	Sainte-Anne-sur-Gervonde	sainte-anne-sur-gervonde	FR	38440	434	Europe/Paris	45.49883	5.23305		Sainte-Anne-d'Estrablin,Sainte-Anne-sur-Gervonde		84	38	383	38358
2980758	Sainte-Anne-Saint-Priest	sainte-anne-saint-priest	FR	87120	145	Europe/Paris	45.69521	1.69794		Saint-Anne-Saint-Priest,Sainte Anne,Sainte-Anne-Saint-Priest,Sent-Ann-Sen-Priest,Senta Anna e Sent Prist,Senta Anna-Sent Priech,Senta Anna-Sent Príech,sang te a na sheng pu li ye si,Сент-Анн-Сен-Приест,Сент-Анн-Сен-Прієст,سین-این-سینٹ-پریسٹ,桑特阿纳圣普里耶斯		75	87	872	87134
2980761	Sainte-Anne-sur-Brivet	sainte-anne-sur-brivet	FR	44160	2086	Europe/Paris	47.46071	-2.00415		Sainte-Anne,Sainte-Anne-de-Campbon,Santez-Anna-ar-Brived,Sent-Ann-sjur-Brive,bu li wei he pan sheng ang,syn-ayn-sr-brwt,Сент-Анн-сюр-Бриве,سین-این-سر-بروت,布里韦河畔圣昂		52	44	443	44152
2980762	Sainte-Anne-d'Auray	sainte-anne-d-auray	FR	56400	2347	Europe/Paris	47.70354	-2.95388		Saint Anne-d'Auray,Sainte-Anne-d'Auray,Sainte-Anne-d'Aurey		53	56	561	56263
2980772	Sainte-Anne	sainte-anne	FR	25270	0	Europe/Paris	43.13333	5.93333		Porte Sainte-Anne,Sainte-Anne		93	83	832	83137
2980773	Sainte-Anne	sainte-anne	FR	25270	0	Europe/Paris	48.83333	-3.5		Castel Sainte-Anne,Sainte-Anne		53			
2980774	Sainte-Anne	sainte-anne	FR	25270	0	Europe/Paris	48.59922	0.69255				28	61	613	61500
2980775	Sainte-Anne	sainte-anne	FR	25270	0	Europe/Paris	47.9108	-2.66389				53	56	562	56027
2980776	Sainte-Anne	sainte-anne	FR	25270	287	Europe/Paris	47.75774	1.08192		Sainte-Anne		24	41	412	41200
2980777	Sainte-Anne	sainte-anne	FR	25270	30	Europe/Paris	46.95459	5.98703		Sainte-Anne		27	25	251	25513
2980778	Sainte-Anne	sainte-anne	FR	25270	0	Europe/Paris	46.55696	2.89649				84	03	032	03320
2980779	Sainte-Anne	sainte-anne	FR	25270	0	Europe/Paris	44.47863	6.7135		Chapelle Sainte-Anne,Sainte-Anne		93	04	041	04062
2980780	Sainte-Anne	sainte-anne	FR	25270	59	Europe/Paris	43.73333	0.96667		Sainte-Anne		76	32	322	32357
2980781	Sainte-Anne	sainte-anne	FR	25270	9919	Europe/Paris	43.2572	5.39377				93	13	133	13055
2980783	Sainte-Anastasie-sur-Issole	sainte-anastasie-sur-issole	FR	83136	1667	Europe/Paris	43.34266	6.12493		Sainte-Anastasie,Sainte-Anastasie-sur-Issole		93	83	833	83111
2980784	Sainte-Anastasie	sainte-anastasie	FR	15170	162	Europe/Paris	45.17233	2.96931		Sainte-Anastasie		84	15	153	15141
2980786	Sainte-Alauzie	sainte-alauzie	FR	46170	119	Europe/Paris	44.31334	1.31501		Sainte-Alauzie		76	46	461	46063
2980787	Sainte-Agnès	sainte-agnes	FR	06500	297	Europe/Paris	46.60777	5.47147		Sainte-Agnes,Sainte-Agnès		27	39	392	39474
2980788	Sainte-Agnès	sainte-agnes	FR	06500	536	Europe/Paris	45.23666	5.92187		Sainte-Agnes,Sainte-Agnès		84	38	381	38350
2980789	Sainte-Agnès	sainte-agnes	FR	06500	1141	Europe/Paris	43.80054	7.4615		Saint-Agnes,Saint-Agnès,Sainte-Agnes,Sainte-Agnès		93	06	062	06113
2980790	Sainte-Agathe-la-Bouteresse	sainte-agathe-la-bouteresse	FR	42130	869	Europe/Paris	45.73768	4.03768		Sainte Agathe,Sainte-Agathe-la-Bouteresse		84	42	421	42197
2980791	Sainte-Agathe-en-Donzy	sainte-agathe-en-donzy	FR	42510	117	Europe/Paris	45.83784	4.30652		Sainte Agathe,Sainte-Agathe-en-Donzy		84	42	422	42196
2980792	Sainte-Agathe-d'Aliermont	sainte-agathe-d-aliermont	FR	76660	298	Europe/Paris	49.82697	1.33146		Sainte-Agathe,Sainte-Agathe-d'Aliermont		28	76	761	76553
2980793	Sainte-Agathe	sainte-agathe	FR	63120	215	Europe/Paris	45.82183	3.61276		Sainte-Agathe		84	63	635	63310
2980795	Sainte-Adresse	sainte-adresse	FR	76310	8310	Europe/Paris	49.5089	0.08446	43	Cap-d'Antifer,Cap-de-la-Heve,Cap-de-la-Hève,Sent-Adress,Сент-Адресс,سین-ادریسسے		28	76	762	76552
2980796	Saint-Dyé-sur-Loire	saint-dye-sur-loire	FR	41500	1089	Europe/Paris	47.65595	1.48847		Die,Die-sur-Loire,Dié,Dié-sur-Loire,Saint-Dye,Saint-Dye-sur-Loire,Saint-Dyé,Saint-Dyé-sur-Loire,Sen-Die-sjur-Luar,lu wa er he pan sheng di ai,Сен-Діе-сюр-Луар,سینٹ ڈائی سر لورے,卢瓦尔河畔圣迪埃		24	41	411	41207
2980799	Saint-Drézéry	saint-drezery	FR	34160	1974	Europe/Paris	43.73203	3.97809		Saint-Drezery,Saint-Drézéry		76	34	343	34249
2980801	Saint-Doulchard	saint-doulchard	FR	18230	9433	Europe/Paris	47.10371	2.352		Saint-Doulchard,Unite-sur-Yevre,Unité-sur-Yèvre		24	18	181	18205
2980802	Saint-Dos	saint-dos	FR	64270	152	Europe/Paris	43.47391	-1.02317		Saint-Dos,Sen-Dos,Sendos,Sendòs,sheng duo,Сен-Дос,سینٹ-دوس,圣多		75	64	642	64474
2980803	Saint-Donat-sur-l'Herbasse	saint-donat-sur-l-herbasse	FR	26260	0	Europe/Paris	45.12388	4.98143		Jovincieux,Saint-Donat,Saint-Donat-sur-l'Herbasse		84	26	263	26301
2980804	Saint-Donat	saint-donat	FR	63680	296	Europe/Paris	45.46927	2.71872		Saint-Donat		84	63	633	63336
2980805	Saint-Donan	saint-donan	FR	22800	1421	Europe/Paris	48.47029	-2.88535		Saint-Donan,Sant-Donan,Sen-Donan,sheng duo nan,Сен-Донан,سینٹ-دوناں,圣多南		53	22	224	22287
2980806	Saint-Domineuc	saint-domineuc	FR	35190	1576	Europe/Paris	48.37298	-1.87633		Landoveneg,Saint-Domineuc		53	35	354	35265
2980807	Saint-Domet	saint-domet	FR	23190	176	Europe/Paris	46.04262	2.29987		Saint-Domet		75	23	231	23190
2980808	Saint-Dolay	saint-dolay	FR	56130	2116	Europe/Paris	47.54482	-2.15487		Saint-Dolay,Sant-Aelwez		53	56	563	56212
2980810	Saint-Dizier-Leyrenne	saint-dizier-leyrenne	FR	23400	865	Europe/Paris	46.02961	1.71175		Saint-Dizier,Saint-Dizier-Leyrenne		75	23	232	23189
2980811	Saint-Dizier-l'Évêque	saint-dizier-l-eveque	FR	90100	0	Europe/Paris	47.47067	6.96035		Saint-Dizier,Saint-Dizier-l'Eveque,Saint-Dizier-l'Évêque		27	90	901	90090
2980812	Saint-Dizier-les-Domaines	saint-dizier-les-domaines	FR	23270	195	Europe/Paris	46.31872	2.0335		Dixier-les-Domaines,Saint-Dizier,Saint-Dizier-les-Domaines		75	23	232	23188
2980813	Saint-Dizier	saint-dizier	FR	52100	229	Europe/Paris	46.13347	2.16218		Saint-Dizier,Saint-Dizier-la-Tour,Sen-Diz'e-la-Tur,Sent Desier e la Tor,Sent Desier la Tor,Sent Desíer la Tor,sheng di ji ye la tu,Сен-Дизье-ла-Тур,Сен-Дізьє-ла-Тур,سینٹ-دزئر-لا-طور,圣迪济耶拉图		75	23	231	23187
2980814	Saint-Dizier-en-Diois	saint-dizier-en-diois	FR	26310	28	Europe/Paris	44.51464	5.47719		Saint Dizier,Saint-Dizier-en-Diois		84	26	261	26300
2980816	Saint-Dizier	saint-dizier	FR	52100	31918	Europe/Paris	48.63773	4.94892		Saint-Dizier,Sanctus Desiderius,Sankt-Diz'e,Sen Dizje,Sen-Diz'e,saengdijie,san=dijie,sheng di ji ye,sn dyzyh,Санкт-Дизье,Сен Дизје,Сен-Дизье,Сен-Дізьє,سن دیزیه,سینٹ-دزئر,แซ็ง-ดีซีเย,サン＝ディジエ,聖迪濟耶,생디지에	523	44	52	523	52448
2980817	Saint-Dizier	saint-dizier	FR	52100	0	Europe/Paris	44.66026	0.65107				75	47	473	47063
2980818	Saint-Dizant-du-Gua	saint-dizant-du-gua	FR	17240	588	Europe/Paris	45.43298	-0.70318		Saint-Dizant,Saint-Dizant-du-Gua		75	17	171	17325
2980819	Saint-Dizant-du-Bois	saint-dizant-du-bois	FR	17150	85	Europe/Paris	45.39826	-0.5738		Dizant-du-Bois,Essouvert,Saint-Dizant-du-Bois,Saint-Duzant		75	17	171	17324
2980820	Saint-Divy	saint-divy	FR	29800	0	Europe/Paris	48.56667	-3.8				53	29	293	29191
2980821	Saint-Divy	saint-divy	FR	29800	0	Europe/Paris	48.45457	-4.33636		Saint-Divy,Sant-Divi,Sen-Divi,san=divu~i,sheng di wei,Сен-Диви,Сен-Діві,سینٹ-دیوے,サン＝ディヴィ,圣迪维		53	29	291	29245
2980822	Saint-Disdier	saint-disdier	FR	05250	150	Europe/Paris	44.73181	5.89757		Saint-Disdier,Saint-Disdier-en-Devoluy,Saint-Disdier-en-Dévoluy,Sant Disdier,Sen-Did'e,sheng di si di ye,Сен-Дідьє,سینٹ-دسدئر,圣迪斯迪耶		93	05	052	05139
2980823	Saint-Dionisy	saint-dionisy	FR	30980	688	Europe/Paris	43.80515	4.22824		Saint Dionizy,Saint-Dionisy,Saint-Dionizy		76	30	302	30249
2980824	Saint-Diéry	saint-diery	FR	63320	348	Europe/Paris	45.54509	3.02014		Diery-le-Franc,Diéry-le-Franc,Saint-Diery,Saint-Diéry		84	63	633	63335
2980825	Saint-Dier-d'Auvergne	saint-dier-d-auvergne	FR	63520	577	Europe/Paris	45.67596	3.48251		Pont-Libre,Saint-Dier,Saint-Dier-d'Auvergne		84	63	632	63334
2980827	Saint-Dié-des-Vosges	saint-die-des-vosges	FR	88100	24628	Europe/Paris	48.28429	6.94921		Saint-Die,Saint-Die-des-Vosges,Saint-Dié,Saint-Dié-des-Vosges,Sanctus Deodatus,Sen Dje de Vogez,Sen-D'e-de-Vozh,Sen-Dye-de-Voj,Sendjedevoza,Sendjēdevoža,Vogezu Sen Dje,Vogėzų Sen Djė,XTD,dyyh-dh-wwz,fu ri sheng di ye,saengdiedeboju,san=die=de=vu~oju,sn-dyh-dh-wwzh,snt dy,synt dy,Сен Дје де Вогез,Сен-Дье-де-Вож,Сен-Дьє-де-Вож,דייה-דה-ווז,سن-دیه-ده-ووژ,سنت دی,سينت دي,سینٹ-دے-دس-ووسگس,サン＝ディエ＝デ＝ヴォージュ,孚日圣迪耶,생디에데보주	883	44	88	883	88413
2980828	Saint-Didier-sur-Rochefort	saint-didier-sur-rochefort	FR	42111	414	Europe/Paris	45.79266	3.84346		Saint Didier,Saint-Didier-sur-Rochefort		84	42	421	42217
2980829	Saint-Didier-sur-Doulon	saint-didier-sur-doulon	FR	43440	229	Europe/Paris	45.30054	3.53828		Didier-des-Cotes,Didier-des-Côtes,Saint-Didier,Saint-Didier-sur-Doulon		84	43	431	43178
2980830	Saint-Didier-sur-Chalaronne	saint-didier-sur-chalaronne	FR	01140	2521	Europe/Paris	46.17714	4.81626		Saint-Didier,Saint-Didier-de Chalaronne,Saint-Didier-sur-Chalaronne		84	01	012	01348
2980831	Saint-Didier-sur-Beaujeu	saint-didier-sur-beaujeu	FR	69430	483	Europe/Paris	46.15689	4.54644		Montclair-la-Montagne,Saint-Didier,Saint-Didier-sur-Beaujeu		84	69	692	69196
2981611	Saint-Aubin	saint-aubin	FR	02300	169	Europe/Paris	46.85154	2.0246		Saint-Aubin		24	36	364	36181
2980832	Saint-Didier-sur-Arroux	saint-didier-sur-arroux	FR	71190	276	Europe/Paris	46.83324	4.11346		Mont-d'Arroux,Saint-Didier,Saint-Didier-sur-Arroux,Sen-Did'e-sjur-Arru,Сен-Дидье-сюр-Арру,Сен-Дідьє-сюр-Арру,سینٹ-ددئر-سر-اڑگخو		27	71	711	71407
2980833	Saint-Didier-sous-Riverie	saint-didier-sous-riverie	FR	69440	1214	Europe/Paris	45.59627	4.6065		Basse-Montagne,Beaurepaire,Saint Didier,Saint-Didier-sous-Riverie		84	69	691	69228
2980834	Saint-Didier-sous-Écouves	saint-didier-sous-ecouves	FR	61320	149	Europe/Paris	48.53663	-0.03648		Le Desir,Le Désir,Saint-Didier,Saint-Didier-sous-Ecouves,Saint-Didier-sous-Écouves		28	61	611	61228
2980835	Saint-Didier-sous-Aubenas	saint-didier-sous-aubenas	FR	07200	725	Europe/Paris	44.60696	4.41525		Didival,Saint-Didier,Saint-Didier-sous-Aubenas		84	07	071	07229
2980836	Saint-Didier-en-Velay	saint-didier-en-velay	FR	43140	3144	Europe/Paris	45.30265	4.27514		Saint-Didier,Saint-Didier-en-Velay		84	43	433	43177
2980837	Saint-Didier-la-Forêt	saint-didier-la-foret	FR	03110	0	Europe/Paris	46.22522	3.34379		Saint-Didier,Saint-Didier-en-Rollat,Saint-Didier-la-Foret,Saint-Didier-la-Forêt,Sant Desdeir de Marcenac,Sant Desdèir de Marcenac,Sen-Did'e-la-Fore,sheng di di ye la fu lei,Сен-Дидье-ла-Форе,Сен-Дідьє-ла-Форе,سینٹ-ددئر-لا-فورٹ,圣迪迪耶拉福雷		84	03	033	03227
2980838	Saint-Didier-en-Donjon	saint-didier-en-donjon	FR	03130	289	Europe/Paris	46.3875	3.85876		Bois-Didier,Saint-Didier,Saint-Didier-en-Donjon		84	03	033	03226
2980840	Saint-Didier-en-Brionnais	saint-didier-en-brionnais	FR	71110	150	Europe/Paris	46.33734	4.12658		Saint-Didier,Saint-Didier-en-Brionnais		27	71	713	71406
2980841	Saint-Didier-en-Bresse	saint-didier-en-bresse	FR	71620	156	Europe/Paris	46.85368	5.09051		Saint-Didier,Saint-Didier-en-Bresse		27	71	712	71405
2980842	Saint-Didier-des-Bois	saint-didier-des-bois	FR	27370	781	Europe/Paris	49.23801	1.03166		Saint-Didier,Saint-Didier-des-Bois		28	27	272	27534
2980843	Saint-Didier-de-la-Tour	saint-didier-de-la-tour	FR	38110	1535	Europe/Paris	45.55755	5.48026		Saint Didier,Saint-Didier-de-la-Tour		84	38	382	38381
2980844	Saint-Didier-de-Formans	saint-didier-de-formans	FR	01600	1700	Europe/Paris	45.95969	4.78406		Saint-Didier,Saint-Didier-de-Formans		84	01	012	01347
2980845	Saint-Didier-de-Bizonnes	saint-didier-de-bizonnes	FR	38690	223	Europe/Paris	45.46192	5.34985		Marc,Saint Didier,Saint-Didier-de-Bizonnes		84	38	382	38380
2980846	Saint-Didier-d'Aussiat	saint-didier-d-aussiat	FR	01340	0	Europe/Paris	46.30575	5.06073		Saint-Didier,Saint-Didier-d'Aussiat		84	01	012	01346
2980847	Saint-Didier-d'Allier	saint-didier-d-allier	FR	43580	0	Europe/Paris	44.9701	3.69139		Le Chier-d'Allier,Saint-Didier,Saint-Didier-d'Allier		84	43	432	43221
2980848	Saint-Didier-au-Mont-d'Or	saint-didier-au-mont-d-or	FR	69370	0	Europe/Paris	45.81068	4.7985		Saint-Didier,Saint-Didier-au-Mont-d'Or,Simoneau-au-Mont-d'Or		84	69	691	69194
2980849	Saint-Didier	saint-didier	FR	21210	1400	Europe/Paris	48.09493	-1.37156		Saint-Didier,Sant-Ider		53	35	351	35264
2980850	Saint-Didier	saint-didier	FR	21210	38	Europe/Paris	47.3494	3.62		Saint-Didier		27	58	582	58237
2980851	Saint-Didier	saint-didier	FR	21210	203	Europe/Paris	47.33	4.18262		Port-Chanteau,Saint-Didier,Val-d'Arenne		27	21	213	21546
2980852	Saint-Didier	saint-didier	FR	21210	277	Europe/Paris	46.70829	5.50947		Saint-Didier		27	39	392	39480
2980853	Saint-Didier	saint-didier	FR	21210	0	Europe/Paris	45.63333	6.45				84	73	731	73032
2980854	Saint-Didier	saint-didier	FR	21210	0	Europe/Paris	45.61826	5.61147				84	38	382	38012
2980855	Saint-Didier	saint-didier	FR	21210	0	Europe/Paris	44.94543	5.06585				84	26	263	26079
2980856	Saint-Didier	saint-didier	FR	21210	1982	Europe/Paris	44.00424	5.11053		Pierre-Blanche,Saint Didier-les-Bois		93	84	843	84108
2980857	Saint-Dézery	saint-dezery	FR	30190	0	Europe/Paris	45.57398	2.34644		Saint-Dezery,Saint-Dézery		75	19	193	19275
2980858	Saint-Dézéry	saint-dezery	FR	30190	270	Europe/Paris	44.0016	4.26937		Font-d'Ezery,Font-d'Ezéry,Saint-Dezery,Saint-Dézéry		76	30	302	30248
2980859	Saint-Désiré	saint-desire	FR	03370	461	Europe/Paris	46.49781	2.43156		Saint-Desire,Saint-Désiré		84	03	031	03225
2980860	Saint-Désirat	saint-desirat	FR	07340	722	Europe/Paris	45.25613	4.78493		Rochevine,Saint-Desirat,Saint-Désirat		84	07	073	07228
2980861	Saint-Désir	saint-desir	FR	14100	1768	Europe/Paris	49.14056	0.21398		Saint-Desir,Saint-Désir		28	14	143	14574
2980862	Saint-Désert	saint-desert	FR	71390	866	Europe/Paris	46.7544	4.71071		Saint-Desert,Saint-Désert,Sen-Dezer,Сен-Дезер,سینٹ-ڈیزرٹ		27	71	712	71404
2980863	Saint-Derrien	saint-derrien	FR	29440	600	Europe/Paris	48.54787	-4.18164		Saint-Derrien,Sant-Derc'hen,Sant-Derchen,Sen-Derrijan,san=derian,sheng dai er li an,Сен-Дерриян,Сен-Дерріян,سینٹ-دررین,サン＝デリアン,圣代尔里安		53	29	293	29244
2980865	Saint-Denoual	saint-denoual	FR	22400	366	Europe/Paris	48.5279	-2.40152		Saint-Denoual,Sant-Denwal		53	22	224	22286
2980867	Saint-Denis-sur-Scie	saint-denis-sur-scie	FR	76890	399	Europe/Paris	49.70516	1.09491		Saint-Denis,Saint-Denis-sur-Scie		28	76	761	76574
2980868	Saint-Denis-sur-Sarthon	saint-denis-sur-sarthon	FR	61420	1082	Europe/Paris	48.4532	-0.0472		Saint-Denis,Saint-Denis-sur-Sarthon,Sarthon-sous-Chaumont		28	61	611	61382
2980869	Saint-Denis-sur-Ouanne	saint-denis-sur-ouanne	FR	89120	151	Europe/Paris	47.82214	3.13027		Saint-Denis,Saint-Denis-sur-Ouanne,Sen-Deni-sjur-Uann,wu ang he pan sheng dan ni,Сен-Дени-сюр-Уанн,Сен-Дені-сюр-Уанн,سینٹ-ڈینس-سر-عوانے,乌昂河畔圣但尼		27	89	891	89086
2980870	Saint-Denis-sur-Loire	saint-denis-sur-loire	FR	41000	945	Europe/Paris	47.62476	1.38761		Franciade-sur-Loire,Saint-Denis,Saint-Denis-sur-Loire		24	41	411	41206
2980871	Saint-Denis-sur-Huisne	saint-denis-sur-huisne	FR	61400	60	Europe/Paris	48.46947	0.54332		Saint-Denis,Saint-Denis-sur-Huine,Saint-Denis-sur-Huisne		28	61	613	61381
2980872	Saint-Denis-sur-Coise	saint-denis-sur-coise	FR	42140	558	Europe/Paris	45.61406	4.42518		Saint Denis,Saint-Denis-sur-Coise		84	42	421	42216
2980874	Saint-Denis-Maisoncelles	saint-denis-maisoncelles	FR	14350	78	Europe/Paris	48.98214	-0.85773		Saint-Denis,Saint-Denis-Maisoncelles,Sen-Deni-Mezonsel',sheng de ni mai song se lai,Сен-Дени-Мезонсель,Сен-Дені-Мезонсель,سینٹ-ڈینس-میسونکلیس,圣德尼迈松瑟莱		28	14	144	14061
2980875	Saint-Denis-le-Vêtu	saint-denis-le-vetu	FR	50210	610	Europe/Paris	48.98643	-1.40381		Saint-Denis,Saint-Denis-le-Vetu,Saint-Denis-le-Vêtu		28	50	503	50464
2980876	Saint-Denis-le-Thiboult	saint-denis-le-thiboult	FR	76116	502	Europe/Paris	49.45924	1.36355		Saint-Denis,Saint-Denis-le-Thiboult		28	76	763	76573
2980877	Saint-Denis-lès-Rebais	saint-denis-les-rebais	FR	77510	860	Europe/Paris	48.83549	3.2102		Mont-Libre,Saint-Denis,Saint-Denis-les-Rebais,Saint-Denis-lès-Rebais		11	77	773	77406
2980878	Saint-Denis-les-Ponts	saint-denis-les-ponts	FR	28200	1626	Europe/Paris	48.06692	1.29764		Saint-Denis,Saint-Denis-les-Ponts		24	28	282	28334
2980879	Saint-Denis-lès-Martel	saint-denis-les-martel	FR	46600	391	Europe/Paris	44.94052	1.66158		Saint-Denis,Saint-Denis-les-Martel,Saint-Denis-lès-Martel,Seu-Denis		76	46	463	46265
2980880	Saint-Denis-lès-Bourg	saint-denis-les-bourg	FR	01000	4917	Europe/Paris	46.20217	5.18924		Saint-Denis,Saint-Denis-les-Bourg,Saint-Denis-lès-Bourg,Sen Deni le Bur,Sen-Deni-le-Bur,san-dyny-ly-bwr  ayn,sheng dan ni lai bu er ge,Сен-Дени-ле-Бур,Сен-Дені-ле-Бур,Սեն Դենի լե Բուր,سان-ديني-لي-بور، أين,سینٹ-ڈینس-لیس-بارگ,圣但尼莱布尔格		84	01	012	01344
2980881	Saint-Denis-le-Gast	saint-denis-le-gast	FR	50450	498	Europe/Paris	48.94024	-1.32929		Saint-Denis,Saint-Denis-le-Gast		28	50	503	50463
2980882	Saint-Denis-le-Ferment	saint-denis-le-ferment	FR	27140	451	Europe/Paris	49.33022	1.71786		Saint-Denis,Saint-Denis-le-Ferment		28	27	271	27533
2980883	Saint-Denis-la-Chevasse	saint-denis-la-chevasse	FR	85170	1775	Europe/Paris	46.82254	-1.35877		Saint-Denis,Saint-Denis-la-Chevasse		52	85	852	85208
2980885	Saint-Denis-en-Val	saint-denis-en-val	FR	45560	7632	Europe/Paris	47.87321	1.96601		Saint-Denis,Saint-Denis-en-Val,Sen-Deniz-an-Val',wa de qu sheng de ni,Сен-Деніз-ан-Валь,سینٹ-ڈینس-این -ول,瓦地区圣德尼		24	45	452	45274
2980886	Saint-Denis-en-Bugey	saint-denis-en-bugey	FR	01500	2132	Europe/Paris	45.94963	5.32773		Le Chosson-d'Albarine,Saint-Denis,Saint-Denis-en-Bugey		84	01	011	01345
2980887	Saint-Denis-du-Payré	saint-denis-du-payre	FR	85580	364	Europe/Paris	46.40614	-1.26858		Saint-Denis		52	85	851	85207
2980888	Saint-Denis-du-Maine	saint-denis-du-maine	FR	53170	423	Europe/Paris	47.96718	-0.52742		Saint-Denis,Saint-Denis-du-Maine		52	53	531	53212
2980889	Saint-Denis-du-Béhélan	saint-denis-du-behelan	FR	27160	152	Europe/Paris	48.8687	0.94618		Saint-Denis,Saint-Denis-de Behelan,Saint-Denis-de Béhélan,Saint-Denis-du-Behelan,Saint-Denis-du-Béhélan		28	27	272	27157
2980890	Saint-Denis-d'Orques	saint-denis-d-orques	FR	72350	0	Europe/Paris	48.02964	-0.27245		Saint-Denis,Saint-Denis-d'Orques		52	72	721	72278
2980891	Saint-Denis-d'Oléron	saint-denis-d-oleron	FR	17650	1172	Europe/Paris	46.03422	-1.37834		Cite-de-la-Reunion,Cité-de-la-Réunion,La Reunion-sur-mer,La Réunion-sur-mer,Saint-Denis,Saint-Denis-d'Oleron,Saint-Denis-d'Oléron,Sen-Deni-d'Oleron,Сен-Дени-д'Олерон		75	17	172	17323
2980892	Saint-Denis-de-Villenette	saint-denis-de-villenette	FR	61330	131	Europe/Paris	48.51437	-0.54011		Saint-Denis		28	61	611	61211
2980893	Saint-Denis-de-Vaux	saint-denis-de-vaux	FR	71640	247	Europe/Paris	46.79453	4.69833		Roche-sur-Vaux,Saint-Denis,Saint-Denis-de-Vaux,Sen-Deni-de-Vo,Сен-Дени-де-Во,Сен-Дені-де-Во,سینٹ-ڈینس-دے-وا		27	71	712	71403
2980894	Saint-Denis-des-Puits	saint-denis-des-puits	FR	28240	119	Europe/Paris	48.39249	1.17418		Saint-Denis,Saint-Denis-des-Puits		24	28	281	28333
2980895	Saint-Denis-des-Murs	saint-denis-des-murs	FR	87400	482	Europe/Paris	45.7853	1.54406		Saint Denis,Saint-Denis-des-Murs,Sen-Deni-de-Mjur,Sent Deunis,sheng dai ni de mi er,Сен-Дени-де-Мюр,Сен-Дені-де-Мюр,سینٹ-ڈینس-دس-مورس,圣代尼德米尔		75	87	872	87142
2980896	Saint-Denis-des-Monts	saint-denis-des-monts	FR	27520	188	Europe/Paris	49.26243	0.80942		Saint-Denis,Saint-Denis-des-Monts		28	27	272	27531
2980897	Saint-Denis-des-Coudrais	saint-denis-des-coudrais	FR	72110	93	Europe/Paris	48.15043	0.5069		Denis-des-Condrais,Saint-Denis,Saint-Denis-des-Coudrais		52	72	722	72277
2980898	Saint-Denis-de-Pile	saint-denis-de-pile	FR	33910	4512	Europe/Paris	44.9915	-0.20607		Saint-Denis-de Pilles,Saint-Denis-de-Pile		75	33	335	33393
2980899	Saint-Denis-de-Palin	saint-denis-de-palin	FR	18130	344	Europe/Paris	46.93971	2.53922		Saint Denis		24	18	182	18204
2980900	Saint-Denis-de-Méré	saint-denis-de-mere	FR	14110	840	Europe/Paris	48.86974	-0.51733		Saint-Denis,Saint-Denis-de-Mere,Saint-Denis-de-Méré		28	14	144	14572
2980901	Saint-Denis-de-Mailloc	saint-denis-de-mailloc	FR	14100	334	Europe/Paris	49.09245	0.31206		Saint-Denis,Saint-Denis-de-Mailloc		28	14	143	14571
2980902	Saint-Denis-de-l'Hôtel	saint-denis-de-l-hotel	FR	45550	0	Europe/Paris	47.86667	2.11667		Marat-sur-Loire,Saint-Denis,Saint-Denis-de-l'Hotel,Saint-Denis-de-lHotel,Saint-Denis-de-lHôtel,Saint-Denis-de-l’Hôtel,sheng de ni de yue tai,圣德尼德约泰		24	45	452	45273
2980903	Saint-Denis-de-Jouhet	saint-denis-de-jouhet	FR	36230	0	Europe/Paris	46.96037	1.98828		Jouhet-les-Marrons,Saint-Denis,Saint-Denis-de-Jouhet		24	36	364	36088
2980904	Saint-Denis-de-Jouhet	saint-denis-de-jouhet	FR	36230	0	Europe/Paris	46.53086	1.86867		Saint-Denis,Saint-Denis-de-Jouhet,Sen-Deni-de-Zhue,Sen-Deni-de-Zhueh,sheng de ni de ru ai,Сен-Дени-де-Жуэ,Сен-Дені-де-Жуе,سینٹ-ڈینس-دے-جوھیت,圣德尼德茹埃		24	36	363	36189
2980905	Saint-Denis-de-Gastines	saint-denis-de-gastines	FR	53500	1764	Europe/Paris	48.34205	-0.85763		Saint-Denis,Saint-Denis-de-Gastines		52	53	533	53211
2980906	Saint-Denis-de-Cabanne	saint-denis-de-cabanne	FR	42750	1323	Europe/Paris	46.17249	4.21447		Saint-Denis,Saint-Denis-de-Cabanne		84	42	422	42215
2980907	Saint-Denis-d'Authou	saint-denis-d-authou	FR	28480	0	Europe/Paris	48.34487	0.98558		Saint-Denis-d'Authon,Saint-Denis-d'Authou		24	28	284	28331
2980908	Saint-Denis-d'Augerons	saint-denis-d-augerons	FR	27390	0	Europe/Paris	48.926	0.47121		Saint-Denis		28	27	272	27530
2980909	Saint-Denis-d'Anjou	saint-denis-d-anjou	FR	53290	0	Europe/Paris	47.79139	-0.44142		Bourg-la-Montagne,Bourg-la-Montagne-sur-Cogieux,Bourg-sur-Cogieux,Mont-Vainqueur,Saint-Denis-d'Anjou,Saint-Denis-dAnjou,sheng de ni dang ru,圣德尼当茹		52	53	531	53210
2980910	Saint-Denis-d'Aclon	saint-denis-d-aclon	FR	76860	202	Europe/Paris	49.86511	0.95734		Saint-Denis,Saint-Denis-d'Aclon		28	76	761	76572
2980911	Saint-Deniscourt	saint-deniscourt	FR	60380	79	Europe/Paris	49.60503	1.8693		Deniscourt-la-Montagne,Saint-Deniscourt		32	60	601	60571
2980912	Saint-Denis	saint-denis	FR	11310	221	Europe/Paris	45.9658	3.33546		Saint-Denis,Saint-Denis-Combarnazat		84	63	634	63333
2980913	Saint-Denis-Catus	saint-denis-catus	FR	46150	204	Europe/Paris	44.56462	1.39169		Saint Denis-pres Catus,Saint Denis-près Catus,Saint-Denis-Catus		76	46	461	46264
2980916	Saint-Denis	saint-denis	FR	11310	96128	Europe/Paris	48.93564	2.35387		Kamuna Sen-Dehni,Sain-Nteni,Saint-Denis,Sanctus Dionysius,Sen Deni,Sen-Deni,Sendeni,Sendenī,saengdeuni,san dwny,san=doni,senta denisa,senta-denisa,sheng dan ni,sn-dny,Σαιν-Ντενί,Камуна Сен-Дэні,Сен Дени,Сен-Дени,Сен-Дені,سان دوني,ساں ڈینس,سن-دنی,سینٹ-ڈینس,सेंट डेनिस,सेंत-देनिस,แซ็ง-เดอนี,サン＝ドニ,聖但尼,생드니	933	11	93	933	93066
2980917	Saint-Denis-lès-Sens	saint-denis-les-sens	FR	89100	663	Europe/Paris	48.22816	3.26623		Franciade,Franciade-sur-Yonne,Montplaisir-sur-Yonne,Saint-Denis,Saint-Denis-les-Sens,Saint-Denis-lès-Sens,Sen-Deni,Сен-Дени		27	89	893	89342
2980918	Saint-Denis	saint-denis	FR	11310	0	Europe/Paris	46.94522	2.52937				24	18	182	18204
2980919	Saint-Denis	saint-denis	FR	11310	0	Europe/Paris	46.47905	-0.3894				75	79	793	79066
2980920	Saint-Denis	saint-denis	FR	11310	0	Europe/Paris	45.71667	2.25				75	23	231	23067
2980921	Saint-Denis-en-Margeride	saint-denis-en-margeride	FR	48700	212	Europe/Paris	44.73333	3.46667				76	48	482	48145
2980922	Saint-Denis	saint-denis	FR	11310	201	Europe/Paris	44.23317	4.25138		Caramaule,Celles-sur-Saudre,Saint-Denis,Sen-Deni,Сен-Дени		76	30	301	30247
2980923	Saint-Denis	saint-denis	FR	11310	418	Europe/Paris	43.3599	2.22015		Saint-Denis,Sen-Deni,Сен-Дени		76	11	111	11339
2980924	Saint-Daunès	saint-daunes	FR	46800	221	Europe/Paris	44.35675	1.23015		Saint-Daunes,Saint-Daunès		76	46	461	46263
2980929	Saint-Dalmas-le-Selvage	saint-dalmas-le-selvage	FR	06660	0	Europe/Paris	44.28444	6.86573		Fanum Sancti Dalmatii Nicaeensium,Saint-Dalmas,Saint-Dalmas-le-Selvage,Sant Dalmac lo Selvatge,Sant Dalmaç lo Selvatge,Sant Darmas lo Selvatge,Sant Darmàs lo Selvatge,Sen-Dal'ma-le-Sel'vazh,Sen-Dal'mas-le-Sel'vazh,san dalmas ly sylfaj,sheng da er ma lai sai er wa ge,Сен-Дальма-ле-Сельваж,Сен-Дальмас-ле-Сельваж,سان دالماس لي سيلفاج,سینٹ-دالماس-لے-سلواگے,圣达尔马莱塞尔瓦格		93	06	062	06119
2980932	Saint-Cyr-sur-Morin	saint-cyr-sur-morin	FR	77750	1798	Europe/Paris	48.90664	3.18016		La Fraternite,La Fraternité,Saint-Cyr,Saint-Cyr-sur-Morin		11	77	773	77405
2980933	Saint-Cyr-sur-Mer	saint-cyr-sur-mer	FR	83270	12185	Europe/Paris	43.18048	5.7012		Saint-Cyr,Saint-Cyr-sur-Mer,Sant Ceri de Mar,Sen Sir sjur Mer,Sen-Sir-sjur-Mer,St-Cyr-sur-Mer,bin hai sheng xi,Сен Сир сюр Мер,Сен-Сир-сюр-Мер,Сен-Сір-сюр-Мер,سینٹ-کیر-سر-مر,滨海圣西		93	83	832	83112
2980934	Saint-Cyr-sur-Menthon	saint-cyr-sur-menthon	FR	01380	1452	Europe/Paris	46.27502	4.97246		Saint-Cyr,Saint-Cyr-sur-Menthon,Sen Sir syur Manton,Sen-Sir-sjur-Manton,mang tong he pan sheng xi er,san-syr-swr-myntw  ayn,Сен-Сир-сюр-Мантон,Сен-Сір-сюр-Мантон,Սեն Սիր սյուր Մանտոն,سان-سير-سور-مينتو، أين,سینٹ-کیر-سر-منتھوں,芒通河畔圣西尔		84	01	012	01343
2980935	Saint-Cyr-sur-Loire	saint-cyr-sur-loire	FR	37540	17337	Europe/Paris	47.4	0.66667		Belle-Cote,Belle-Côte,Saint-Cyr,Saint-Cyr-sur-Loire		24	37	372	37214
2980936	Saint-Cyr-sur-le-Rhône	saint-cyr-sur-le-rhone	FR	69560	1137	Europe/Paris	45.51585	4.8525		Ovize-sur-le-Rhone,Ovize-sur-le-Rhône,Saint Cyr,Saint-Cyr-sur-le-Rhone,Saint-Cyr-sur-le-Rhône		84	69	691	69193
2980937	Saint-Cyr-sous-Dourdan	saint-cyr-sous-dourdan	FR	91410	1005	Europe/Paris	48.56667	2.03333		Franc-Cyr,Saint-Cyr,Sen-Sir-su-Durdan,sheng xi su du er dang,Сен-Сир-су-Дурдан,Сен-Сір-су-Дурдан,سینٹ-کیر-سوس-ڈوردان,圣西苏杜尔当		11	91	911	91546
2980938	Saint-Cyr-les-Vignes	saint-cyr-les-vignes	FR	42210	858	Europe/Paris	45.67001	4.29667		Saint-Cyr,Saint-Cyr-les-Vignes		84	42	421	42214
2980939	Saint-Cyr-les-Colons	saint-cyr-les-colons	FR	89800	362	Europe/Paris	47.74193	3.73835		Saint-Cyr,Saint-Cyr-les-Colons		27	89	891	89341
2980940	Saint-Cyr-les-Champagnes	saint-cyr-les-champagnes	FR	24270	309	Europe/Paris	45.37846	1.2889		Saint Cyr,Saint-Cyr-les-Champagnes,Sen-Sir-le-Shampan',Sent Circ de las Champanhas,Sent Circ las Champanhas,sheng xi lai shang pa gai,Сен-Сир-ле-Шампань,Сен-Сір-ле-Шампань,سینٹ-کیر-لیس-چمپگنس,圣西莱尚帕盖		75	24	242	24397
2982153	Rumont	rumont	FR	55000	136	Europe/Paris	48.26366	2.49942		Rumont		11	77	774	77395
2980941	Saint-Cyr-le-Gravelais	saint-cyr-le-gravelais	FR	53320	513	Europe/Paris	48.03471	-1.02705		Saint-Cyr,Saint-Cyr-le-Gravelais		52	53	532	53209
2980942	Saint-Cyr-l'École	saint-cyr-l-ecole	FR	78210	16365	Europe/Paris	48.79865	2.06814		Libreval,Saint-Cyr,Saint-Cyr-l'Ecole,Saint-Cyr-l'École,Saint-Cyr-l’École,Sen-Sir-Lekol',Sen-Sir-l'Ekol',Val-Libre,sant syr akwl,Сен-Сир-Леколь,Сен-Сир-л'Еколь,Сен-Сір-л'Еколь,سانت سير إكول		11	78	784	78545
2980943	Saint-Cyr-le-Chatoux	saint-cyr-le-chatoux	FR	69870	124	Europe/Paris	46.02642	4.55639		Saint-Cyr,Saint-Cyr-le-Chatoux		84	69	692	69192
2980944	Saint-Cyr-la-Rosière	saint-cyr-la-rosiere	FR	61130	253	Europe/Paris	48.33123	0.64137		Saint-Cyr,Saint-Cyr-de-Rosiere,Saint-Cyr-de-Rosière,Saint-Cyr-la-Rosiere,Saint-Cyr-la-Rosière		28	61	613	61379
2980945	Saint-Cyr-la-Roche	saint-cyr-la-roche	FR	19130	342	Europe/Paris	45.27132	1.39095		Aubepart,Saint Cyr,Saint-Cyr-la-Roche,Sen-Sir-la-Rosh,Sent Cir la Rocha,Sent Cir la Ròcha,Sent Circ e la Rocha,Sent Circ e la Ròcha,sheng xi la luo ke,Сен-Сир-ла-Рош,Сен-Сір-ла-Рош,سینٹ-کیر-لا-روکھے,圣西拉罗克		75	19	191	19196
2980946	Saint-Cyr-la-Rivière	saint-cyr-la-riviere	FR	91690	460	Europe/Paris	48.35512	2.14739		Saint-Cyr,Saint-Cyr-la-Riviere,Saint-Cyr-la-Rivière,Sen-Sir-la-Riv'er,Sen-Sir-la-River,sheng xi la li wei ai,Сен-Сир-ла-Ривьер,Сен-Сір-ла-Ривєр,سینٹ-کیر-لا-ریویرے,圣西拉里维埃		11	91	911	91544
2980947	Saint-Cyr-la-Lande	saint-cyr-la-lande	FR	79100	325	Europe/Paris	47.05133	-0.14309		Saint-Cyr,Saint-Cyr-la-Lande		75	79	791	79244
2980948	Saint-Cyr-la-Campagne	saint-cyr-la-campagne	FR	27370	395	Europe/Paris	49.25335	1.0193		Saint-Cyr,Saint-Cyr-la-Campagne		28	27	272	27529
2981170	Saint-Christophe	saint-christophe	FR	03120	128	Europe/Paris	44.15169	2.04846		Saint-Christophe		76	81	811	81245
2980950	Saint-Cyr-en-Val	saint-cyr-en-val	FR	45590	3461	Europe/Paris	47.83182	1.96672		Saint-Cyr-en-Val,Sen-Sir-an-Val',wa de qu sheng xi,Сен-Сір-ан-Валь,سینٹ-کیر-این -ول,瓦地区圣西		24	45	452	45272
2980951	Saint-Cyr-en-Talmondais	saint-cyr-en-talmondais	FR	85540	319	Europe/Paris	46.45976	-1.3375		Haute-Plaine,Saint-Cyr,Saint-Cyr-en-Talmondais		52	85	853	85206
2980952	Saint-Cyr-en-Pail	saint-cyr-en-pail	FR	53140	458	Europe/Paris	48.44124	-0.24455		Saint-Cyr		52	53	533	53208
2980953	Saint-Cyr-en-Bourg	saint-cyr-en-bourg	FR	49260	1140	Europe/Paris	47.1952	-0.06085		Saint-Cyr		52	49	493	49060
2980954	Saint-Cyr-en-Arthies	saint-cyr-en-arthies	FR	95510	242	Europe/Paris	49.05972	1.74185		Saint-Cyr,Saint-Cyr-en-Arthies,Sen-Sir-an-Arti,a er di ye de qu sheng xi,Сен-Сир-ан-Арти,Сен-Сір-ан-Арті,سینٹ-کیر-این -ارتھئیس,阿尔蒂耶地区圣西		11	95	953	95543
2980956	Saint-Cyr-du-Ronceray	saint-cyr-du-ronceray	FR	14290	706	Europe/Paris	49.05295	0.29777		Saint-Cyr,Saint-Cyr-du-Ronceray		28	14	143	14570
2980957	Saint-Cyr-du-Gault	saint-cyr-du-gault	FR	41190	202	Europe/Paris	47.62106	1.02994		Cinq-Bougies,Cyr-en-Sologne,Saint-Cyr,Saint-Cyr-du-Gault,Semblecy		24	41	411	41205
2980958	Saint-Cyr-du-Doret	saint-cyr-du-doret	FR	17170	387	Europe/Paris	46.27318	-0.80788		L'Union,Le Doret,Saint-Cyr,Saint-Cyr-du-Doret		75	17	173	17322
2980959	Saint-Cyr-du-Bailleul	saint-cyr-du-bailleul	FR	50720	455	Europe/Paris	48.56601	-0.79996		Saint-Cyr,Saint-Cyr-Bailleul,Saint-Cyr-du-Bailleul		28	50	501	50462
2980960	Saint-Cyr-de-Valorges	saint-cyr-de-valorges	FR	42114	0	Europe/Paris	45.8919	4.3064		Saint-Cyr		84	42	422	42213
2980961	Saint-Cyr-des-Gâts	saint-cyr-des-gats	FR	85410	518	Europe/Paris	46.56926	-0.88331		Saint-Cyr,Saint-Cyr-des-Gats,Saint-Cyr-des-Gâts		52	85	851	85205
2980962	Saint-Cyr-de-Salerne	saint-cyr-de-salerne	FR	27800	224	Europe/Paris	49.1836	0.65873		Saint-Cyr,Saint-Cyr-de-Salerne,Sen-Sir-de-Salern,sheng xi de sa lai er en,Сен-Сир-де-Салерн,Сен-Сір-де-Салерн,سینٹ-کیر-دے-سلیرنے,圣西德萨莱尔恩		28	27	272	27527
2980963	Saint-Cyr-de-Favières	saint-cyr-de-favieres	FR	42123	800	Europe/Paris	45.96709	4.08971		Saint-Cyr,Saint-Cyr-de-Favieres,Saint-Cyr-de-Favières		84	42	422	42212
2980964	Saint-Cyr-au-Mont-d'Or	saint-cyr-au-mont-d-or	FR	69450	0	Europe/Paris	45.81438	4.81816		Mont-Cindre,Saint-Cyr,Saint-Cyr-au-Mont-d'Or		84	69	691	69191
2980965	Saint-Cyran-du-Jambot	saint-cyran-du-jambot	FR	36700	426	Europe/Paris	47.01741	1.13822		Indre-Sable,Saint-Cyran,Saint-Cyran-du-Jambot		24	36	362	36188
2980969	Saint-Cyr	saint-cyr	FR	07430	185	Europe/Paris	49.48786	-1.41988		Saint-Cyr		28	50	502	50461
2980970	Saint-Cyr-Montmalin	saint-cyr-montmalin	FR	39600	177	Europe/Paris	46.95	5.73333				27	39	391	39479
2980971	Saint-Cyr	saint-cyr	FR	07430	836	Europe/Paris	46.71862	0.44194		Saint-Cyr		75	86	863	86019
2980972	Saint-Cyr	saint-cyr	FR	07430	584	Europe/Paris	46.68265	4.88996		Chazault,La Constitution,Saint-Cyr		27	71	712	71402
2980973	Saint-Cyr	saint-cyr	FR	07430	637	Europe/Paris	45.80014	0.95823		Saint-Cyr		75	87	873	87141
2980974	Saint-Cyr	saint-cyr	FR	07430	1171	Europe/Paris	45.25183	4.73045		Ciran,Saint-Cyr		84	07	073	07227
2980975	Saint-Cyprien-sur-Dourdou	saint-cyprien-sur-dourdou	FR	12320	811	Europe/Paris	44.54742	2.41322		Saint-Cyprien,Saint-Cyprien-sur-Dourdon,Saint-Cyprien-sur-Dourdou		76	12	122	12076
2980979	Saint-Cyprien	saint-cyprien	FR	19130	0	Europe/Paris	46.17742	3.22904				84	03	032	03237
2980980	Saint-Cyprien	saint-cyprien	FR	19130	2163	Europe/Paris	45.5345	4.23428		Saint-Cyprien		84	42	421	42211
2980981	Saint-Cyprien	saint-cyprien	FR	19130	255	Europe/Paris	45.25084	1.35208		Petit-Bourg,Saint-Cyprien		75	19	191	19195
2980982	Saint-Cyprien	saint-cyprien	FR	19130	1637	Europe/Paris	44.86924	1.04156		Cyprien-sur-Dordogne		75	24	244	24396
2980983	Saint-Cyprien	saint-cyprien	FR	19130	327	Europe/Paris	44.30761	1.26379		Saint-Cyprien		76	46	461	46262
2980984	Saint-Cyprien	saint-cyprien	FR	19130	0	Europe/Paris	42.6186	3.00566		Saint-Cyprien,Sant Cebria de Rosello,Sant Cebrià de Roselló		76	66	661	66171
2980986	Saint-Cybranet	saint-cybranet	FR	24250	368	Europe/Paris	44.78816	1.16943		Saint-Cybranet		75	24	244	24395
2980987	Saint-Cybardeaux	saint-cybardeaux	FR	16170	757	Europe/Paris	45.76812	-0.02903		Saint-Cybardeaux,Sen-Sibardo,sheng xi ba er duo,Сен-Сибардо,Сен-Сібардо,سینٹ-یبڑدےش,圣西巴尔多		75	16	162	16312
2980989	Saint-Cricq-Villeneuve	saint-cricq-villeneuve	FR	40190	420	Europe/Paris	43.8917	-0.35302		Saint-Cricq,Saint-Cricq-Villeneuve		75	40	402	40255
2980990	Saint-Cricq-du-Gave	saint-cricq-du-gave	FR	40300	283	Europe/Paris	43.53416	-1.01263		Saint-Cricq,Saint-Cricq-du-Gave		75	40	401	40254
2980991	Saint-Cricq-Chalosse	saint-cricq-chalosse	FR	40700	614	Europe/Paris	43.65424	-0.68494		Saint-Cricq,Saint-Cricq-Chalosse		75	40	402	40253
2980992	Saint-Cricq	saint-cricq	FR	32430	127	Europe/Paris	43.69927	0.99869		Saint-Cricq,Saint-Criq		76	32	322	32372
2980993	Saint-Crespin-sur-Moine	saint-crespin-sur-moine	FR	49230	1474	Europe/Paris	47.09968	-1.18651		Saint-Crespin,Saint-Crespin-sur-Moine,Sen-Krespen-sjur-Muan,mu wan he pan sheng ke lei si pan,Сен-Креспен-сюр-Муан,سینٹ-کرسپن-سر-منے,穆万河畔圣克雷斯潘		52	49	492	49301
2980994	Saint-Crespin	saint-crespin	FR	76590	286	Europe/Paris	49.78544	1.11236		Saint-Crespin		28	76	761	76570
2980995	Saint-Crespin	saint-crespin	FR	76590	0	Europe/Paris	49.0904	0.04737		Saint-Crespin		28	14	143	14431
2980996	Saint-Crépin-Ibouvillers	saint-crepin-ibouvillers	FR	60149	1076	Europe/Paris	49.26283	2.07793		Saint-Crepin,Saint-Crepin-Ibouvillers,Saint-Crépin,Saint-Crépin-Ibouvillers		32	60	601	60570
2980997	Saint-Crépin-et-Carlucet	saint-crepin-et-carlucet	FR	24590	436	Europe/Paris	44.96667	1.26667		Colles-sur-Boubu,Saint-Crepin,Saint-Crepin-et-Carlucet,Saint-Crépin,Saint-Crépin-et-Carlucet		75	24	244	24392
2981084	Saint-Clair-sur-Epte	saint-clair-sur-epte	FR	95770	847	Europe/Paris	49.20779	1.68118		Saint-Clair,Saint-Clair-sur-Epte,Sen-Kler-sjur-Ehpt,Sen-Kler-sjur-Ept,ai pu te he pan sheng ke lai,Сен-Клер-сюр-Епт,Сен-Клер-сюр-Эпт,سینٹ-کلئیر-سر-اتے,埃普特河畔圣克莱		11	95	953	95541
2980998	Saint-Crépin-de-Richemont	saint-crepin-de-richemont	FR	24310	218	Europe/Paris	45.41728	0.60018		Saint-Crepin,Saint-Crepin-de-Richemont,Saint-Crépin,Saint-Crépin-de-Richemont,Sen-Krepen-de-Rishmon,Sent Crespin de Richemont,Sent Crespin de Richmont,sheng ke lei pan de li shang weng,Сен-Крепен-де-Ришмон,سینٹ-کرپن-دے-ریچمونٹ,圣克雷潘德里尚翁		75	24	242	24064
2980999	Saint-Crépin-d'Auberoche	saint-crepin-d-auberoche	FR	24330	0	Europe/Paris	45.12405	0.89033		Saint-Crepin,Saint-Crepin-d'Auberoche,Saint-Crépin,Saint-Crépin-d'Auberoche		75	24	243	24390
2981000	Saint-Crépin-aux-Bois	saint-crepin-aux-bois	FR	60170	245	Europe/Paris	49.43371	2.97864		Blancherie,Saint-Crepin,Saint-Crepin-aux-Bois,Saint-Crépin,Saint-Crépin-aux-Bois		32	60	603	60569
2981001	Saint-Crépin	saint-crepin	FR	05600	233	Europe/Paris	46.00221	-0.73259		Saint-Crepin,Saint-Crépin		75	17	172	17321
2981002	Saint-Crépin	saint-crepin	FR	05600	576	Europe/Paris	44.70646	6.60695	950	Joug-Rompu,Les Ravins		93	05	051	05136
2981003	Saint-Créac	saint-creac	FR	32380	104	Europe/Paris	43.92151	0.80097		Saint-Creac,Saint-Créac		76	32	322	32371
2981004	Saint-Créac	saint-creac	FR	32380	119	Europe/Paris	43.05892	-0.02469		Saint-Creac,Saint-Créac		76	65	651	65386
2981005	Saint-Coutant-le-Grand	saint-coutant-le-grand	FR	17430	295	Europe/Paris	45.95436	-0.76913		Le Vallon,Saint-Coutant,Saint-Coutant-le-Grand		75	17	172	17320
2981006	Saint-Coutant	saint-coutant	FR	16350	269	Europe/Paris	46.2293	-0.01181		Saint-Coutant		75	79	792	79243
2981007	Saint-Coutant	saint-coutant	FR	16350	230	Europe/Paris	45.99507	0.45944		Saint-Coutant		75	16	163	16310
2981008	Saint-Coulomb	saint-coulomb	FR	35350	2398	Europe/Paris	48.67548	-1.91119		Coulomb-Rocher,Saint-Coulomb,Sant-Kouloum,Sen-Kulom,sheng ku long,Сен-Кулом,سینٹ-کولومب,圣库隆		53	35	354	35263
2981009	Saint-Coulitz	saint-coulitz	FR	29150	412	Europe/Paris	48.19038	-4.06066		Saint-Coulitz,Sant-Kouled		53	29	292	29243
2981011	Saint-Couat-du-Razès	saint-couat-du-razes	FR	11300	52	Europe/Paris	43.00067	2.10966		Saint-Couat,Saint-Couat-du-Razes,Saint-Couat-du-Razès		76	11	112	11338
2981012	Saint-Couat-d'Aude	saint-couat-d-aude	FR	11700	0	Europe/Paris	43.20279	2.63001		Saint-Couat,Saint-Couat-d'Aude		76	11	113	11337
2981013	Saint-Cosme-en-Vairais	saint-cosme-en-vairais	FR	72110	1960	Europe/Paris	48.27415	0.45983		Montrecipe,Saint Cosme-de-Vair,Saint-Cosme,Saint-Cosme-de-Vair,Saint-Cosme-en-Vairais,Saint-Gosme-de-Vair		52	72	722	72276
2981014	Saint-Cosme	saint-cosme	FR	68210	88	Europe/Paris	47.68366	7.06268		Saint-Cosme		44	68	681	68293
2981015	Saint-Cornier-des-Landes	saint-cornier-des-landes	FR	61800	700	Europe/Paris	48.71727	-0.71966		Saint-Cornier,Saint-Cornier-des-Landes,Sen-Korn'e-de-Land,sheng ke er nie dai lang dai,Сен-Корнье-де-Ланд,Сен-Корньє-де-Ланд,سینٹ-کورنیر-دس-لنڈس,圣科尔涅代朗代		28	61	612	61486
2981016	Saint-Corneille	saint-corneille	FR	72460	863	Europe/Paris	48.06716	0.34249		Saint-Corneille		52	72	722	72275
2981018	Saint-Contest	saint-contest	FR	14280	2101	Europe/Paris	49.21401	-0.40221		Saint-Contest,Sen-Kontest,sheng kong tai si,Сен-Контест,سینٹ-کانٹیسٹ,圣孔泰斯		28	14	142	14566
2981019	Saint-Constant	saint-constant	FR	15600	0	Europe/Paris	45.7323	0.34661		Saint-Constant		75	16	161	16281
2981020	Saint-Constant	saint-constant	FR	15600	603	Europe/Paris	44.68472	2.23125		Saint-Constans,Saint-Constant		84	15	151	15181
2981021	Saint-Connec	saint-connec	FR	22530	291	Europe/Paris	48.17733	-2.92088		Saint-Connec,Sant-Koneg		53	22	224	22285
2981023	Saint-Connan	saint-connan	FR	22480	298	Europe/Paris	48.41808	-3.06412		Connan,Roc-Conan,Saint-Connan,Sant-Konan,Sen-Konnan,sheng ke nan,Сен-Коннан,سینٹ-کونان,圣科南		53	22	222	22284
2981024	Saint-Congard	saint-congard	FR	56140	716	Europe/Paris	47.77038	-2.31785		Saint-Congard,Sant-Kongar,Sen-Kongar,sheng kong jia er,Сен-Конгар,سینٹ-کونگرد,圣孔加尔		53	56	563	56211
2981025	Saint-Côme-et-Maruéjols	saint-come-et-maruejols	FR	30870	622	Europe/Paris	43.82611	4.20279		Cosme,Saint-Come,Saint-Come-et-Maruejols,Saint-Côme,Saint-Côme-et-Maruéjols		76	30	302	30245
2981026	Saint-Côme-du-Mont	saint-come-du-mont	FR	50500	465	Europe/Paris	49.33595	-1.27285		Saint-Come,Saint-Come-du-Mont,Saint-Côme,Saint-Côme-du-Mont,Sen-Kom-dju-Mon,sheng kong di meng,Сен-Ком-дю-Мон,سینٹ-کومے-دو-مونٹ,圣孔迪蒙		28	50	504	50099
2981027	Saint-Côme-d'Olt	saint-come-d-olt	FR	12500	0	Europe/Paris	44.51551	2.81417		Montagne-sur-Lot,Saint-Come,Saint-Come-d'Olt,Saint-Côme,Saint-Côme-d'Olt		76	12	122	12216
2981028	Saint-Côme-de-Fresné	saint-come-de-fresne	FR	14960	227	Europe/Paris	49.33406	-0.60636		Saint-Come,Saint-Come-de-Fresne,Saint-Côme,Saint-Côme-de-Fresné		28	14	141	14565
2981029	Saint-Côme	saint-come	FR	33430	0	Europe/Paris	48.77032	1.63717				11	78	782	78263
2981030	Saint-Côme	saint-come	FR	33430	270	Europe/Paris	44.42449	-0.18249		La Montagne,Saint-Come,Saint-Côme		75	33	333	33391
2981031	Saint-Côme	saint-come	FR	33430	0	Europe/Paris	44.26667	0.33333				75	47	474	47308
2981032	Saint-Côme	saint-come	FR	33430	0	Europe/Paris	43.18254	5.73318				93	83	832	83027
2981033	Saint-Colomban	saint-colomban	FR	44310	0	Europe/Paris	47.0093	-1.58377		Saint-Colomban,Saint-Colombin		52	44	442	44155
2981035	Sainte-Colombe-sur-Seine	sainte-colombe-sur-seine	FR	21400	0	Europe/Paris	47.86667	4.53333		Sainte-Colombe,Sent-Kolomb-sjur-Sen,sai na he pan sheng ke long bu,Сент-Коломб-сюр-Сен,سین-کولومبے-سر-سینے,塞纳河畔圣科隆布		27	21	213	21545
2981036	Saint-Colomb-de-Lauzun	saint-colomb-de-lauzun	FR	47410	466	Europe/Paris	44.6144	0.47349		Saint-Colomb,Saint-Colomb-de-Lauzun		75	47	472	47235
2981037	Saint-Colomban-des-Villards	saint-colomban-des-villards	FR	73130	211	Europe/Paris	45.2944	6.22688		Glandon,Saint-Colomban,Saint-Colomban-des-Villards,Sen-Kolomban-de-Villar,Sent-Colomban-dus-Velars,Sent-Colomban-dus-Velârs,Сен-Коломбан-де-Віллар,سینٹ-کولومبان-دس-ولرڈس		84	73	733	73230
2981039	Saint-Colomban	saint-colomban	FR	44310	0	Europe/Paris	43.9542	7.32371	720			93	06	062	06074
2981130	Saint-Christophe-sur-Guiers	saint-christophe-sur-guiers	FR	38380	782	Europe/Paris	45.4392	5.77395		Saint-Christophe,Saint-Christophe-entre deux Guiers,Saint-Christophe-sur-Guiers		84	38	381	38376
2981041	Saint-Cloud	saint-cloud	FR	92210	28839	Europe/Paris	48.84598	2.20289		La Montagne-Cherie,La Montagne-Chérie,Pont-la-Montagne,Saint-Cloud,Sanctus Clodoaldus,Sen Klu,Sen-Klu,Senklu,Senklū,san klw,san=kuru,sheng ke lu,sn klw,Сен Клу,Сен-Клу,سان كلو,سن کلو,サン＝クルー,圣克卢		11	92	922	92064
2981042	Saint-Cloud-en-Dunois	saint-cloud-en-dunois	FR	28200	175	Europe/Paris	48.03333	1.46667				24	28	282	28330
2981044	Saint-Clet	saint-clet	FR	22260	806	Europe/Paris	48.66354	-3.13273		Haut-Trieuc,Leintreo,Léintréo,Saint-Clet,Sant-Kleve		53	22	222	22283
2981046	Saint-Clément-sur-Valsonne	saint-clement-sur-valsonne	FR	69170	576	Europe/Paris	45.92373	4.45438		Saint-Clement,Saint-Clement-sous-Valsonne,Saint-Clement-sur-Valsonne,Saint-Clément,Saint-Clément-sous-Valsonne,Saint-Clément-sur-Valsonne		84	69	692	69188
2981047	Saint-Clément-sur-Guye	saint-clement-sur-guye	FR	71460	116	Europe/Paris	46.61798	4.58095		Mont-sur-Guye,Saint-Clement,Saint-Clement-sur-Guye,Saint-Clément,Saint-Clément-sur-Guye		27	71	715	71400
2981048	Saint-Clément-les-Places	saint-clement-les-places	FR	69930	569	Europe/Paris	45.75285	4.42346		Clement-d'Argeres,Clément-d'Argères,Les Places,Saint-Clement,Saint-Clement-les-Places,Saint-Clément,Saint-Clément-les-Places		84	69	691	69187
2981049	Voulmentin	voulmentin	FR	79150	515	Europe/Paris	46.94397	-0.51433		Saint-Clementin,Saint-Clémentin		75	79	791	79242
2981050	Saint-Clément-de-Vers	saint-clement-de-vers	FR	69790	227	Europe/Paris	46.22656	4.40323		Saint-Clement,Saint-Clement-de-Vers,Saint-Clément,Saint-Clément-de-Vers		84	69	692	69186
2981051	Saint-Clément-des-Levées	saint-clement-des-levees	FR	49350	1068	Europe/Paris	47.3318	-0.18373		Saint-Clement,Saint-Clement-des-Levees,Saint-Clément,Saint-Clément-des-Levées		52	49	493	49272
2981052	Saint-Clément-des-Baleines	saint-clement-des-baleines	FR	17590	715	Europe/Paris	46.22611	-1.5431		La Clemence,La Clémence,Saint-Clement,Saint-Clement-des-Baleines,Saint-Clément,Saint-Clément-des-Baleines		75	17	173	17318
2981053	Saint-Clément-de-Régnat	saint-clement-de-regnat	FR	63310	463	Europe/Paris	46.0003	3.29692		Saint-Clement,Saint-Clement-de-Regnat,Saint-Clément,Saint-Clément-de-Régnat		84	63	634	63332
2981054	Saint-Clément-de-la-Place	saint-clement-de-la-place	FR	49370	1463	Europe/Paris	47.52623	-0.74668		Saint-Clement,Saint-Clement-de-la-Place,Saint-Clément,Saint-Clément-de-la-Place,Sen-Kleman-de-la-Plas,sheng ke lai mang de la-pu la ke,Сен-Клеман-де-ла-Плас,سینٹ-کلیمنٹ-دے-لا-پلیس,圣克莱芒德拉-普拉克		52	49	491	49271
2981055	Saint-Clément-à-Arnes	saint-clement-a-arnes	FR	08310	114	Europe/Paris	49.30037	4.42957		Saint-Clement,Saint-Clement-a-Arnes,Saint-Clément,Saint-Clément-à-Arnes		44	08	084	08378
2981057	Saint-Clément	saint-clement	FR	02360	61	Europe/Paris	49.77577	4.07215		Saint-Clement,Saint-Clément		32	02	025	02674
2981058	Saint-Clément-Rancoudray	saint-clement-rancoudray	FR	50140	597	Europe/Paris	48.66667	-0.88333				28	50	501	50456
2981059	Saint-Clément	saint-clement	FR	02360	849	Europe/Paris	48.53095	6.60316		Saint-Clement,Saint-Clément		44	54	542	54472
2981060	Saint-Clément	saint-clement	FR	02360	3016	Europe/Paris	48.21724	3.29609		Saint-Clement,Saint-Clément		27	89	893	89338
2981061	Saint-Clément	saint-clement	FR	02360	0	Europe/Paris	47.84886	-0.9583				52	53	531	53084
2981062	Saint-Clément	saint-clement	FR	02360	0	Europe/Paris	47.81348	2.30537				24	45	452	45270
2981063	Saint-Clément	saint-clement	FR	02360	337	Europe/Paris	46.06195	3.70457		Saint-Clement,Saint-Clément		84	03	033	03224
2981064	Saint-Clément-de-Valorgue	saint-clement-de-valorgue	FR	63660	0	Europe/Paris	45.5	3.9				84	63	631	63331
2981065	Saint-Clément	saint-clement	FR	02360	1037	Europe/Paris	45.3415	1.68507		Saint-Clement,Saint-Clément		75	19	192	19194
2981066	Saint-Clément	saint-clement	FR	02360	79	Europe/Paris	44.97453	2.66079		Saint-Clement,Saint-Clément		84	15	151	15180
2981067	Saint-Clément	saint-clement	FR	02360	0	Europe/Paris	44.95283	4.26497		Clement-Belle-Visite,Clemenval,Clément-Belle-Visite,Clémenval,Saint-Clement,Saint-Clément		84	07	073	07226
2981068	Saint-Clément-sur-Durance	saint-clement-sur-durance	FR	05600	0	Europe/Paris	44.64902	6.57824		Mille-Vents,Sant Clamenc,Sant Clamenc sus Durenca,Sant Clamenç,Sant Clamenç sus Durença,Sen-Kleman-sjur-Djurans,di lang ke he pan sheng ke lai mang,Сен-Клеман-сюр-Дюранс,سینٹ-کلیمنٹ-سر-درانکے,迪朗克河畔圣克莱芒		93	05	051	05134
2981069	Saint-Clément	saint-clement	FR	02360	0	Europe/Paris	44.36224	2.43904				76	12	122	12090
2981070	Saint-Clément	saint-clement	FR	02360	0	Europe/Paris	44.25	6.26667				93	04	043	04020
2981071	Saint-Clément	saint-clement	FR	02360	0	Europe/Paris	44.03002	2.87321				76	12	121	12244
2981072	Saint-Clément	saint-clement	FR	02360	0	Europe/Paris	43.82908	4.0264		Saint-Clement,Saint-Clément		76	30	302	30244
2981073	Saint-Clément-de-Rivière	saint-clement-de-riviere	FR	34980	5216	Europe/Paris	43.68333	3.83333		Sant Clamenc,Sant Clamenç,Sen-Kleman-de-Riv'er,Sen-Kleman-de-River,sheng ke lai mang de li wei ai,Сен-Клеман-де-Ривьер,Сен-Клеман-де-Ривєр,سینٹ-کلیمنٹ-دے-ریویرے,圣克莱芒德里维埃		76	34	342	34247
2981074	Saint-Claude-de-Diray	saint-claude-de-diray	FR	41350	1637	Europe/Paris	47.61651	1.41798		Claude,Diray-Moret,Diray-la-Montagne,Mont-Mentel,Morest-la-Montagne,Saint-Claude,Saint-Claude-de-Diray,Sen-Klod-de-Dire,sheng ke luo de de di lai,Сен-Клод-де-Діре,سینٹ-کلاڈ-دے-ڈیرے,圣克洛德德迪赖		24	41	411	41204
2981078	Saint-Claud	saint-claud	FR	16450	1104	Europe/Paris	45.89543	0.46492		Claud-la-Montagne,Saint-Claud,Sen-Klo,Sent Claud,sheng ke luo,Сен-Кло,سینٹ-کلاؤڈ,圣克洛		75	16	163	16308
2981079	Saint-Clar-de-Rivière	saint-clar-de-riviere	FR	31600	983	Europe/Paris	43.46592	1.2153		Plaisance-d'Encataly,Saint-Clar,Saint-Clar-de-Riviere,Saint-Clar-de-Rivière		76	31	311	31475
2981080	Saint-Clar	saint-clar	FR	32380	990	Europe/Paris	43.89121	0.77008		Mont-Arrast,Saint-Clar,Sen-Klar,Sent Clar,sheng ke la,Сен-Клар,سینٹ-کلر,圣克拉		76	32	322	32370
2981081	Saint-Clair-sur-les-Monts	saint-clair-sur-les-monts	FR	76190	570	Europe/Paris	49.60751	0.78885		Saint-Clair,Saint-Clair-sur-les-Monts		28	76	763	76568
2981082	Saint-Clair-sur-l'Elle	saint-clair-sur-l-elle	FR	50680	882	Europe/Paris	49.19273	-1.02894		Saint-Clair,Saint-Clair-sur-l'Elle		28	50	504	50455
2981083	Saint-Clair-sur-Galaure	saint-clair-sur-galaure	FR	38940	269	Europe/Paris	45.25805	5.14547		Perrouzet-sur-Gallaure,Saint-Clair,Saint-Clair-sur-Galaure		84	38	383	38379
2981168	Saint-Christophe	saint-christophe	FR	03120	328	Europe/Paris	45.27066	0.04849		Saint-Christophe,Saint-Christophe-de Chalais		75	16	161	16073
2981085	Saint-Clair-du-Rhône	saint-clair-du-rhone	FR	38370	3888	Europe/Paris	45.44186	4.77123		Saint-Clair,Saint-Clair-du-Rhone,Saint-Clair-du-Rhône,Sen-Kler-dju-Ron,sheng ke lai di long,Сен-Клер-дю-Рон,سینٹ-کلئیر-دو-رہونے,圣克莱迪龙		84	38	383	38378
2981087	Saint-Clair-de-la-Tour	saint-clair-de-la-tour	FR	38110	2896	Europe/Paris	45.57345	5.47741		Mont-Clair,Saint-Clair,Saint-Clair-de-la-Tour		84	38	382	38377
2981088	Saint-Clair-de-Halouze	saint-clair-de-halouze	FR	61490	860	Europe/Paris	48.6791	-0.62719		Saint-Clair,Saint-Claire-d'Halouse		28	61	612	61376
2981089	Saint-Clair-d'Arcey	saint-clair-d-arcey	FR	27300	0	Europe/Paris	49.06519	0.66494		Saint-Clair,Saint-Clair-d'Arcey		28	27	272	27516
2981093	Saint-Clair	saint-clair	FR	07430	0	Europe/Paris	49.72278	1.83621				32	80	802	80436
2981094	Saint-Clair	saint-clair	FR	07430	0	Europe/Paris	49.70157	0.23474				28	76	762	76117
2981095	Saint-Clair	saint-clair	FR	07430	0	Europe/Paris	47.52705	-1.95152				52	44	445	44128
2981096	Saint-Clair	saint-clair	FR	07430	197	Europe/Paris	46.8813	0.0632		Saint-Clair		75	86	861	86218
2981097	Saint-Clair	saint-clair	FR	07430	988	Europe/Paris	45.27824	4.68065		Clair-Chalon,Saint-Clair		84	07	073	07225
2981098	Saint-Clair	saint-clair	FR	07430	142	Europe/Paris	44.69981	1.41016		Belle-Riviere,Belle-Rivière,Saint-Clair		76	46	463	46259
2981099	Saint-Clair	saint-clair	FR	07430	0	Europe/Paris	43.16667	6.25				93	83	832	83071
2981100	Saint-Clair	saint-clair	FR	07430	0	Europe/Paris	43.14227	6.38024				93	83	832	83070
2981101	Saint-Civran	saint-civran	FR	36170	155	Europe/Paris	46.49651	1.39048		Civran-les-Coteaux,Saint-Civran,Sen-Sivran,Sent Cibran,sheng xi fu lang,Сен-Сивран,Сен-Сівран,سینٹ-کورن,圣西夫朗		24	36	361	36187
2981102	Saint-Cirq-Souillaguet	saint-cirq-souillaguet	FR	46300	146	Europe/Paris	44.70584	1.4614		Saint-Cirq-Souillaguet		76	46	463	46258
2981103	Saint-Cirq-Madelon	saint-cirq-madelon	FR	46300	130	Europe/Paris	44.79149	1.31381		Saint-Cirq-Madelon		76	46	463	46257
2981104	Saint-Cirq-Lapopie	saint-cirq-lapopie	FR	46330	227	Europe/Paris	44.46469	1.66979		Saint-Cirq-Lapopie,Sen-Sirk-Lapopi,Sent Circ de la Popia,Sent Circ de la Pòpia,sheng xi er la bo pi ye,Сен-Сірк-Лапопі,سینٹ-کرق-لپوپئے,圣西尔拉波皮耶		76	46	461	46256
2981105	Saint-Cirq	saint-cirq	FR	24260	111	Europe/Paris	44.9256	0.9688		Saint-Cirq		75	24	244	24172
2981106	Saint-Cirq	saint-cirq	FR	24260	407	Europe/Paris	44.14585	1.60538		Saint-Cirq		76	82	822	82159
2981107	Saint-Cirq	saint-cirq	FR	24260	0	Europe/Paris	44.10459	2.46803				76	12	121	12207
2981108	Saint-Cirice	saint-cirice	FR	82340	143	Europe/Paris	44.05069	0.84791		Saint-Cirice		76	82	821	82158
2981109	Saint-Cirgues-sur-Couze	saint-cirgues-sur-couze	FR	63320	290	Europe/Paris	45.55009	3.14317		Marcelie,Saint-Cirgues,Saint-Cirgues-sur-Couze		84	63	633	63330
2981110	Saint-Cirgues-la-Loutre	saint-cirgues-la-loutre	FR	19220	190	Europe/Paris	45.07864	2.09864		Cirgue-l'Eyge,Saint-Cirgues-la-Loutre		75	19	192	19193
2981111	Saint-Cirgues-en-Montagne	saint-cirgues-en-montagne	FR	07510	314	Europe/Paris	44.75597	4.09176		Bauzon-Luc,Bauzon-en-Montagne,Saint-Cirgues,Saint-Cirgues-en-Montagne,Sant Ciergue de Vernason,Sant Cirgues en Montagne,Sen-Sirg-an-Montan',meng ta ni de qu sheng xi er gai,Сен-Сирг-ан-Монтань,Сен-Сірг-ан-Монтань,سینٹ-کرگیس-این -مونٹاگنے,蒙塔尼地区圣西尔盖		84	07	071	07224
2981112	Saint-Cirgues-de-Malbert	saint-cirgues-de-malbert	FR	15140	211	Europe/Paris	45.07471	2.37082		Saint-Cirgues,Saint-Cirgues-de-Malbert		84	15	151	15179
2981113	Saint-Cirgues-de-Jordanne	saint-cirgues-de-jordanne	FR	15590	176	Europe/Paris	45.02823	2.58215		Saint-Cirgues,Saint-Cirgues-de-Jordanne		84	15	151	15178
2981114	Saint-Cirgues	saint-cirgues	FR	43380	152	Europe/Paris	45.14554	3.40435		Cirgues-d'Allier,Saint-Cirgue,Saint-Cirgues		84	43	431	43175
2981115	Saint-Cirgues	saint-cirgues	FR	43380	384	Europe/Paris	44.73784	2.12399		Saint-Cirgues		76	46	462	46255
2981116	Saint-Cirgue	saint-cirgue	FR	81340	201	Europe/Paris	43.96491	2.3707		Mont-Aygou,Saint-Cirgue		76	81	811	81247
2981117	Saint-Ciers-sur-Gironde	saint-ciers-sur-gironde	FR	33820	3365	Europe/Paris	45.29097	-0.61075		Saint-Ciers,Saint-Ciers-sur-Gironde,Sen-S'e-sjur-Zhirond,ji long de he pan sheng xie er,Сен-Сье-сюр-Жиронд,Сен-Сьє-сюр-Жиронд,سینٹ-کیرس-سر-گروندے,吉龙德河畔圣谢尔		75	33	331	33389
2981118	Saint-Ciers-sur-Bonnieure	saint-ciers-sur-bonnieure	FR	16230	262	Europe/Paris	45.85983	0.24381		Saint-Ciers,Saint-Ciers-sur-Bonnieure,Sen-S'e-sjur-Bon'er,Sen-S'er-sjur-Bon'jor,Sent Circ,bo nie yu er he pan sheng xie er,Сен-Сьер-сюр-Боньёр,Сен-Сьє-сюр-Боньєр,سینٹ-کیرس-سر-بونیرے,博涅于尔河畔圣谢尔		75	16	163	16307
2981119	Saint-Ciers-du-Taillon	saint-ciers-du-taillon	FR	17240	561	Europe/Paris	45.42289	-0.64028		Le Taillon,Saint-Ciers,Saint-Ciers-du-Taillon		75	17	171	17317
2981120	Saint-Ciers-de-Canesse	saint-ciers-de-canesse	FR	33710	794	Europe/Paris	45.08397	-0.60959		Saint-Ciers,Saint-Ciers-de-Canesse		75	33	331	33388
2981121	Saint-Ciers-d'Abzac	saint-ciers-d-abzac	FR	33910	1193	Europe/Paris	45.03136	-0.2783		Gar-Dor-Isle,Saint-Ciers,Saint-Ciers-d'Abzac		75	33	335	33387
2981122	Saint-Ciers-Champagne	saint-ciers-champagne	FR	17520	397	Europe/Paris	45.44384	-0.29941		La Champagne,Saint-Ciers,Saint-Ciers-Champagne		75	17	171	17316
2981123	Saint-Ciergues	saint-ciergues	FR	52200	164	Europe/Paris	47.88423	5.25425		Saint-Ciergues		44	52	522	52447
2981124	Saint-Cierge-sous-le-Cheylard	saint-cierge-sous-le-cheylard	FR	07160	0	Europe/Paris	44.92284	4.4471		Cireval,Saint-Cierge,Saint-Cierge-sous-le-Cheylard		84	07	073	07222
2981125	Saint-Cierge-la-Serre	saint-cierge-la-serre	FR	07800	208	Europe/Paris	44.79335	4.68623		Saint-Cierge,Saint-Cierge-la-Serre		84	07	072	07221
2981126	Saint-Cibard	saint-cibard	FR	33570	197	Europe/Paris	44.93653	-0.0222		Saint-Cibard		75	33	335	33386
2981127	Saint-Christophe-Vallon	saint-christophe-vallon	FR	12330	1063	Europe/Paris	44.47072	2.41184		Saint-Christophe,Saint-Christophe-Vallon		76	12	122	12215
2981128	Saint-Christophe-sur-Roc	saint-christophe-sur-roc	FR	79220	471	Europe/Paris	46.44752	-0.34794		Saint-Christophe,Saint-Christophe-sur-Roc		75	79	793	79241
2981129	Saint-Christophe-sur-le-Nais	saint-christophe-sur-le-nais	FR	37370	1004	Europe/Paris	47.6172	0.47801		Saint-Christophe,Saint-Christophe-sur-le-Nais,Sen-Kristof-sjur-le-Ne,Val-Riam,Val-Riant,lai-nai he pan sheng ke li si tuo fu,Сен-Кристоф-сюр-ле-Не,سینٹ-کروسٹوفے-سر-لے-نائس,莱-奈河畔圣克里斯托夫		24	37	371	37213
2981131	Saint-Christophe-sur-Dolaison	saint-christophe-sur-dolaison	FR	43370	956	Europe/Paris	44.99625	3.81954		Christophe,Christophe-la-Montagne,Mont-Pele,Mont-Pelé,Saint-Christophe,Saint-Christophe-sur-Dolaison		84	43	432	43174
2981132	Saint-Christophe-sur-Condé	saint-christophe-sur-conde	FR	27450	372	Europe/Paris	49.28895	0.59902		Saint-Christophe,Saint-Christophe-sur-Conde,Saint-Christophe-sur-Condé		28	27	272	27522
2981133	Saint-Christophe-sur-Avre	saint-christophe-sur-avre	FR	27820	160	Europe/Paris	48.69942	0.81615		Saint-Christophe,Saint-Christophe-sur-Avre		28	27	272	27521
2981135	Saint-Christophe-le-Jajolet	saint-christophe-le-jajolet	FR	61570	246	Europe/Paris	48.6651	0.00971		Saint-Christophe,Saint-Christophe-le-Jajolet		28	61	612	61375
2981136	Saint-Christophe-le-Chaudry	saint-christophe-le-chaudry	FR	18270	131	Europe/Paris	46.58133	2.36886		Chaudry,Saint-Christophe,Saint-Christophe-le-Chaudry		24	18	182	18203
2981137	Saint-Christophe-la-Couperie	saint-christophe-la-couperie	FR	49270	482	Europe/Paris	47.25309	-1.18108		Saint-Christophe,Saint-Christophe-la-Couperie,Sen-Kristof-la-Kuperi,sheng ke li si tuo fu la ku po li ye,Сен-Кристоф-ла-Купері,سینٹ-کروسٹوفے-لا-کوپیرے,圣克里斯托夫拉库珀里耶		52	49	492	49069
2981138	Saint-Christophe	saint-christophe	FR	03120	308	Europe/Paris	45.20554	5.06743		Saint Chriostophe,Saint-Christophe,Saint-Christophe-et-le-Laris		84	26	263	26298
2981139	Saint-Christophe-en-Oisans	saint-christophe-en-oisans	FR	38520	0	Europe/Paris	44.95812	6.17666		Saint-Christophe,Saint-Christophe-en-Oisans		84	38	381	38375
2981140	Saint-Christophe-en-Champagne	saint-christophe-en-champagne	FR	72540	200	Europe/Paris	47.96834	-0.13805		Saint-Christophe,Saint-Christophe-en-Champagne		52	72	721	72274
2981141	Saint-Christophe-en-Brionnais	saint-christophe-en-brionnais	FR	71800	520	Europe/Paris	46.28881	4.17723		Bel-Air-les-Foires,Saint-Christophe,Saint-Christophe-en-Brionnais		27	71	713	71399
2981142	Saint-Christophe-en-Bresse	saint-christophe-en-bresse	FR	71370	931	Europe/Paris	46.75224	4.98769		Hercule,Saint-Christophe,Saint-Christophe-en-Bresse		27	71	714	71398
2981143	Saint-Christophe-en-Boucherie	saint-christophe-en-boucherie	FR	36400	243	Europe/Paris	46.67857	2.12296		Boucherie,Bourg-Meuhers,Saint Christophe,Saint-Christophe-en-Boucherie,Sen-Kristof-an-Busheri,bu xie li ye de qu sheng ke li si tuo fu,Сен-Кристоф-ан-Бушери,Сен-Кристоф-ан-Бушері,سینٹ-کروسٹوفے-این -بوچیرے,布谢里耶地区圣克里斯托夫		24	36	363	36186
2981144	Saint-Christophe-en-Bazelle	saint-christophe-en-bazelle	FR	36210	381	Europe/Paris	47.19133	1.71191		Bazelle,Saint-Christophe,Saint-Christophe-en-Bazelle,Sen-Kristof-an-Bazel',ba ze er de qu sheng ke li si tuo fu,Сен-Кристоф-ан-Базель,سینٹ-کروسٹوفے-این -باذلے,巴泽尔地区圣克里斯托夫		24	36	364	36185
2981145	Saint-Christophe-du-Luat	saint-christophe-du-luat	FR	53150	580	Europe/Paris	48.13243	-0.46084		Luat,Saint-Christophe,Saint-Christophe-du-Luat,Sen-Kristof-dju-Ljua,sheng ke li si tuo fu di lu a,Сен-Кристоф-дю-Люа,سینٹ-کروسٹوفے-دو-لات,圣克里斯托夫迪吕阿		52	53	533	53097
2981146	Saint-Christophe-du-Ligneron	saint-christophe-du-ligneron	FR	85670	1940	Europe/Paris	46.82448	-1.76402		Christophe-pres-la-Boulogne,Christophe-près-la-Boulogne,Le Ligneron,Saint-Christophe,Saint-Christophe-du-Ligneron		52	85	853	85204
2981147	Saint-Christophe-du-Jambet	saint-christophe-du-jambet	FR	72170	234	Europe/Paris	48.23083	0.03556		Saint-Christophe,Saint-Christophe-du-Jambet		52	72	722	72273
2981148	Saint-Christophe-du-Foc	saint-christophe-du-foc	FR	50340	279	Europe/Paris	49.55726	-1.73929		Saint-Christophe,Saint-Christophe-du-Foc		28	50	502	50454
2981149	Saint-Christophe-du-Bois	saint-christophe-du-bois	FR	49280	2667	Europe/Paris	47.02911	-0.94518		Saint-Christophe,Saint-Christophe-du-Bois,Sen-Kristof-dju-Bua,sheng ke li si tuo fu di bu wa,Сен-Кристоф-дю-Буа,سینٹ-کروسٹوفے-دو-بوس,圣克里斯托夫迪布瓦		52	49	492	49269
2981150	Saint-Christophe-Dodinicourt	saint-christophe-dodinicourt	FR	10500	45	Europe/Paris	48.4393	4.47018		Saint-Christophe-Dodinicourt		44	10	101	10337
2981151	Saint-Christophe-de-Valains	saint-christophe-de-valains	FR	35140	132	Europe/Paris	48.34268	-1.44695		Saint-Christophe,Saint-Christophe-de Valain,Saint-Christophe-de-Valains,Sanctus Christophorus de Valenis,Sant-Kristol-Gwalen,Sen-Kristof-de-Valen,sheng ke li si tuo fu de wa lan,Сен-Кристоф-де-Вален,سینٹ-کروسٹوفے-دے-ولینس,圣克里斯托夫德瓦兰		53	35	351	35261
2981152	Saint-Christophe-des-Bois	saint-christophe-des-bois	FR	35210	517	Europe/Paris	48.22651	-1.24699		Saint-Christophe,Saint-Christophe-des-Bois,Sant-Kristol-ar-C'hoad		53	35	351	35260
2981153	Saint-Christophe-des-Bardes	saint-christophe-des-bardes	FR	33330	565	Europe/Paris	44.89639	-0.12278		Saint-Christophe,Saint-Christophe-des-Bardes		75	33	335	33384
2981154	Saint-Christophe-de-Chaulieu	saint-christophe-de-chaulieu	FR	61800	98	Europe/Paris	48.74646	-0.81948		Saint-Christophe,Saint-Christophe-de-Chaulieu,Sen-Kristof-de-Shol'e,sheng ke li si tuo fu de shao li e,Сен-Кристоф-де-Шолье,Сен-Кристоф-де-Шольє,سینٹ-کروسٹوفے-دے-چولیو,圣克里斯托夫德绍利厄		28	61	612	61374
2981155	Saint-Christophe-d'Allier	saint-christophe-d-allier	FR	43340	0	Europe/Paris	44.85566	3.70438		Saint-Christophe,Saint-Christophe-d'Allier		84	43	431	43173
2981156	Saint-Christophe-à-Berry	saint-christophe-a-berry	FR	02290	346	Europe/Paris	49.42301	3.13346		Saint-Christophe,Saint-Christophe-a-Berry,Saint-Christophe-à-Berry		32	02	024	02673
2981158	Saint-Christophe	saint-christophe	FR	03120	146	Europe/Paris	48.12699	1.36617		Saint-Christophe		24	28	282	28329
2981159	Saint-Christophe	saint-christophe	FR	03120	0	Europe/Paris	46.92073	0.37202		Saint-Christophe		75	86	861	86217
2981160	Saint-Christophe	saint-christophe	FR	03120	0	Europe/Paris	46.37148	2.46233				84	03	031	03128
2981161	Saint-Christophe	saint-christophe	FR	03120	249	Europe/Paris	46.262	4.54184		Saint-Christophe		84	69	692	69135
2981162	Saint-Christophe	saint-christophe	FR	03120	0	Europe/Paris	46.1668	3.57547		Saint-Christophe		84	03	033	03223
2981163	Saint-Christophe	saint-christophe	FR	03120	976	Europe/Paris	46.14542	-0.94681		Beauvais,Saint-Christophe		75	17	173	17315
2981164	Saint-Christophe	saint-christophe	FR	03120	0	Europe/Paris	46.10244	1.86247		Saint-Christophe		75	23	232	23186
2981165	Saint-Christophe	saint-christophe	FR	03120	0	Europe/Paris	46.0029	0.85005		Saint-Christophe		75	16	163	16306
2981166	Saint-Christophe	saint-christophe	FR	03120	0	Europe/Paris	45.9	1.58333				75	87	872	87190
2981167	Saint-Christophe	saint-christophe	FR	03120	475	Europe/Paris	45.45	5.76667		La Grotte,Saint-Christophe,Saint-Christophe-la-Grotte		84	73	732	73229
2981171	Saint-Christoly-Médoc	saint-christoly-medoc	FR	33340	0	Europe/Paris	45.35567	-0.82546		Saint-Christoly,Saint-Christoly-Medoc,Saint-Christoly-Médoc		75	33	334	33383
2981172	Saint-Christoly-de-Blaye	saint-christoly-de-blaye	FR	33920	1955	Europe/Paris	45.13056	-0.50808		Saint-Christoly,Saint-Christoly-de-Blaye		75	33	331	33382
2981173	Saint-Christol-les-Alès	saint-christol-les-ales	FR	30380	6113	Europe/Paris	44.08411	4.07691		Auxon,Saint Christol les Ales,Saint Christol les Alès,Saint-Christol,Saint-Christol-les-Ales,Saint-Christol-lès-Alès,Sen-Kristol'-lez-Ales,Sent Cristou dAles,Sent Cristou dAlest,Sent Cristòu dAlès,Sent Cristòu dAlèst,sheng ke li si tuo lai a lai,Сен-Кристоль-лез-Алес,سینٹ-چرستول-لیس-الث,圣克里斯托莱阿莱		76	30	301	30243
2981174	Saint-Christol-de-Rodières	saint-christol-de-rodieres	FR	30760	141	Europe/Paris	44.26811	4.51378		Rodieres,Rodières,Saint-Christol,Saint-Christol-de-Rodieres,Saint-Christol-de-Rodières		76	30	302	30242
2981176	Saint-Christol	saint-christol	FR	07160	101	Europe/Paris	44.86774	4.44089		Christolet,Mont-Rond,Saint-Christol		84	07	073	07220
2981177	Saint-Christol	saint-christol	FR	07160	769	Europe/Paris	44.02892	5.49215		Saint-Christol		93	84	843	84107
2981178	Saint-Christol	saint-christol	FR	07160	1367	Europe/Paris	43.72806	4.07998		Saint-Christol		76	34	343	34246
2981179	Saint-Christo-en-Jarez	saint-christo-en-jarez	FR	42320	1394	Europe/Paris	45.54508	4.48826		Saint-Christo,Saint-Christo-en-Jarez		84	42	423	42208
2981180	Saint-Christ-Briost	saint-christ-briost	FR	80200	439	Europe/Paris	49.85604	2.93078		Saint-Christ,Saint-Christ-Briost		32	80	804	80701
2981181	Saint-Christaud	saint-christaud	FR	31310	97	Europe/Paris	43.5296	0.26261		Montagnac,Saint-Christaud		76	32	323	32367
2981182	Saint-Christaud	saint-christaud	FR	31310	259	Europe/Paris	43.18932	1.12893		Saint-Christaud		76	31	311	31474
2981183	Saint-Chinian	saint-chinian	FR	34360	2004	Europe/Paris	43.42207	2.94655		Saint-Chinian,Vernodure		76	34	341	34245
2981187	Saint-Chéron	saint-cheron	FR	51290	0	Europe/Paris	48.44656	1.51454		Faubourg Saint-Cheron,Faubourg Saint-Chéron,Saint-Cheron,Saint-Chéron		24	28	281	28085
2981188	Saint-Chéron	saint-cheron	FR	51290	0	Europe/Paris	48.97027	1.4554				28	27	271	27114
2981189	Saint-Chéron	saint-cheron	FR	51290	80	Europe/Paris	48.63695	4.56107		Mont-Cheron,Saint-Cheron,Saint-Chéron		44	51	514	51475
2981190	Saint-Chéron	saint-cheron	FR	51290	4690	Europe/Paris	48.55433	2.12403		Saint-Cheron,Saint-Chéron		11	91	911	91540
2981192	Saint-Chély-d'Aubrac	saint-chely-d-aubrac	FR	12470	0	Europe/Paris	44.59043	2.92105		Saint-Chely,Saint-Chely-d'Aubrac,Saint-Chély,Saint-Chély-d'Aubrac,Vallee-Libre,Vallée-Libre		76	12	122	12214
2981193	Saint-Chély-d'Apcher	saint-chely-d-apcher	FR	48200	4160	Europe/Paris	44.80317	3.27567		Roche-Libre,Saint-Chely-d'Apcher,Saint-Chély-d'Apcher		76	48	482	48140
2981194	Saint-Chels	saint-chels	FR	46160	149	Europe/Paris	44.52879	1.80126		Saint-Chels,Sanch El,Sanch Èl,Sen-Shel',sheng she er,Сен-Шель,سینٹ-چیلس,圣舍尔		76	46	462	46254
2981195	Saint-Chef	saint-chef	FR	38890	3265	Europe/Paris	45.63585	5.36465		Francvallon,Saint-Chef,Sen-Shef,sheng she,Сен-Шеф,سینٹ-چیف,圣舍		84	38	382	38374
2981199	Saint-Chartier	saint-chartier	FR	36400	538	Europe/Paris	46.64905	1.97733		Saint-Chartier,Sen-Shart'e,Vic-la-Montagne,Vic-les-Eaux,sheng sha er di ye,Сен-Шартье,Сен-Шартьє,سینٹ-چرٹیر,圣沙尔蒂耶		24	36	363	36184
2981200	Saint-Charles-la-Forêt	saint-charles-la-foret	FR	53170	197	Europe/Paris	47.91633	-0.55602		Saint-Charles,Saint-Charles-la-Foret,Saint-Charles-la-Forêt,Sen-Sharl'-la-Fore,sheng sha er lai la fu lei,Сен-Шарль-ла-Форе,سینٹ-چارلس-لا-فورٹ,圣沙尔莱拉福雷		52	53	531	53206
2981201	Saint-Charles-de-Percy	saint-charles-de-percy	FR	14350	177	Europe/Paris	48.92524	-0.78892		Montchamp-le-Petit,Saint-Charles-de-Percy		28	14	144	14726
2981204	Saint-Chaptes	saint-chaptes	FR	30190	1282	Europe/Paris	43.97165	4.27838		Beauregard,Saint-Chaptes		76	30	302	30241
2981205	Saint-Champ	saint-champ	FR	01300	148	Europe/Paris	45.78333	5.73333		Saint-Champ-Chatonod		84	01	011	01227
2981206	Saint-Chamond	saint-chamond	FR	42400	38014	Europe/Paris	45.4759	4.51294		Mont-Rousseau,SXC,Saint Chamond,Saint-Chamond,Sen-Shamon,Sensamona,Senšamona,Val-Rousseau,Vallee-Roussean,Vallée-Roussean,san=shamon,sheng shang weng,sn shmwn,sn-shamwn,Сен-Шамон,سن شمون,سن-شامون,サン＝シャモン,圣尚翁		84	42	423	42207
2981207	Saint-Chamassy	saint-chamassy	FR	24260	459	Europe/Paris	44.87273	0.92734		Saint-Chamassy,Sen-Shamassi,Sench Amaci,sheng sha ma xi,Сен-Шамасси,Сен-Шамассі,سینٹ-چمسسے,圣沙马西		75	24	244	24388
2981209	Saint-Chamas	saint-chamas	FR	13250	6901	Europe/Paris	43.55048	5.03501		Port-Chamas,Saint-Chamas,St Chamas		93	13	134	13092
2981210	Saint-Chamarand	saint-chamarand	FR	46310	178	Europe/Paris	44.67836	1.46104		Beauchamp,Saint-Chamarand		76	46	463	46253
2981211	Saint-Chamant	saint-chamant	FR	15140	525	Europe/Paris	45.12618	1.8955		Saint-Chamant		75	19	192	19192
2981212	Saint-Chamant	saint-chamant	FR	15140	279	Europe/Paris	45.0909	2.43911		Basse-Bertrande,La Fraternite,La Fraternité,Saint-Chamant		84	15	152	15176
2981214	Saint-Chaffrey	saint-chaffrey	FR	05330	1716	Europe/Paris	44.92555	6.60768		Chaffre,Chaffré,Saint-Chaffrey		93	05	051	05133
2982262	Rue	rue	FR	80120	0	Europe/Paris	45.94695	0.67182				75	16	163	16337
2981215	Saint-Chabrais	saint-chabrais	FR	23130	357	Europe/Paris	46.13193	2.20461		Saint-Chabrais		75	23	231	23185
2981216	Saint-Cézert	saint-cezert	FR	31330	460	Europe/Paris	43.78299	1.19459		Cezert-Libre,Cézert-Libre,Saint-Cezert,Saint-Cézert,Sen-Sezer,Sent Cesert,Sent Cesèrt,sheng sai ze er,Сен-Сезер,سینٹ-کزیرٹ,圣塞泽尔		76	31	313	31473
2981217	Saint-Cézaire-sur-Siagne	saint-cezaire-sur-siagne	FR	06530	3383	Europe/Paris	43.65015	6.79219		Saint-Cesaire-sur-Siagne,Saint-Cezaire,Saint-Cezaire-sur-Siagne,Saint-Césaire-sur-Siagne,Saint-Cézaire,Saint-Cézaire-sur-Siagne,Sant Cesari de Sianha,Sen-Sezer-sjur-S'jan',san syzar swr syajn,xi ya ni he pan sheng sai ze er,Сен-Сезер-сюр-Сьянь,سان سيزار سور سياجن,سینٹ-کزئیرے-سر-سیاگنے,西亚尼河畔圣塞泽尔		93	06	061	06118
2981218	Saint-Césaire-de-Gauzignan	saint-cesaire-de-gauzignan	FR	30360	242	Europe/Paris	44.02902	4.20523		Saint-Cesaire,Saint-Cesaire-de-Gauzignan,Saint-Cezaire-de-Gauzignan,Saint-Césaire,Saint-Césaire-de-Gauzignan,Saint-Cézaire-de-Gauzignan		76	30	301	30240
2981219	Saint-Césaire	saint-cesaire	FR	17770	0	Europe/Paris	43.81351	4.31736		Saint-Cesaire,Saint-Cezaire,Saint-Césaire,Saint-Cézaire		76	30	302	30189
2981221	Saint-Cernin-de-l'Herm	saint-cernin-de-l-herm	FR	24550	0	Europe/Paris	44.64085	1.03436		Saint-Cernin,Saint-Cernin-de-l'Herm		75	24	244	24386
2981222	Saint-Cernin-de-Larche	saint-cernin-de-larche	FR	19600	462	Europe/Paris	45.10299	1.41494		L'Union,Saint-Cernin,Saint-Cernin-de-Larche		75	19	191	19191
2981223	Saint-Cernin-de-Labarde	saint-cernin-de-labarde	FR	24560	211	Europe/Paris	44.76483	0.57172		Saint-Cernin,Saint-Cernin-de-Labarde		75	24	241	24385
2981224	Saint-Cernin	saint-cernin	FR	15310	1137	Europe/Paris	45.0585	2.42081		Saint-Cernin,Saint-Cernin-du-Cantal		84	15	151	15175
2981225	Saint-Cernin	saint-cernin	FR	15310	0	Europe/Paris	44.64788	0.86219				75	24	241	24572
2981226	Saint-Cernin	saint-cernin	FR	15310	178	Europe/Paris	44.59277	1.58221		Saint-Cernin		76	46	463	46252
2981227	Saint-Cergues	saint-cergues	FR	74140	2783	Europe/Paris	46.23005	6.31924		Saint-Cergues,Sen-Serg,Сен-Серг,سینٹ-کرگیس		84	74	743	74229
2981228	Saint-Céré	saint-cere	FR	46400	3887	Europe/Paris	44.85931	1.89127		Franc-Cere,Franc-Céré,Saint-Cere,Saint-Céré,Sant Seren,Sen-Sere,Seu-Cere,Seu-Céré,sheng sai lei,Сен-Сере,سینٹ-کرے,圣塞雷		76	46	462	46251
2981229	Saint-Céols	saint-ceols	FR	18220	18	Europe/Paris	47.222	2.63048		Saint-Ceols,Saint-Céols		24	18	181	18202
2981231	Saint-Céneri-le-Gérei	saint-ceneri-le-gerei	FR	61250	126	Europe/Paris	48.38143	-0.05		L'Isle-sur-Sarthe,Saint-Ceneri,Saint-Ceneri-le-Gerei,Saint-Céneri-le-Gérei,Sen-Seneri-le-Zhere,sheng sai na li lai re lei,Сен-Сенери-ле-Жере,Сен-Сенері-ле-Жере,سینٹ-کنری-لے-گری,圣塞纳里莱热雷		28	61	611	61372
2981232	Saint-Céneré	saint-cenere	FR	53150	480	Europe/Paris	48.12186	-0.59436		Saint-Cenere,Saint-Céneré		52	53	533	53161
2981233	Saint-Célerin	saint-celerin	FR	72110	434	Europe/Paris	48.12327	0.4304		Saint-Celerin,Saint-Célerin		52	72	722	72271
2981234	Saint-Castin	saint-castin	FR	64160	797	Europe/Paris	43.37752	-0.30586		Saint-Castin,Sen-Kasten,Sent Castin,sheng ka si tan,Сен-Кастен,سینٹ-کاسٹن,圣卡斯坦		75	64	643	64472
2981237	Saint-Cast-le-Guildo	saint-cast-le-guildo	FR	22380	3363	Europe/Paris	48.63039	-2.25889		Havre-Cast,Saint-Cast,Saint-Cast Bourg,Saint-Cast-le-Guildo,Sant-Kast-ar-Gwildou,Sant-Kast-ar-Gwildoù,Sen-Ka-le-Gil'do,Sen-Kast-le-Gil'do,sheng ka si lai ji er duo,Сен-Ка-ле-Гильдо,Сен-Каст-ле-Гильдо,Сен-Каст-ле-Гільдо,سینٹ-کاسٹ-لے-گیلڈو,圣卡斯莱吉尔多		53	22	221	22282
2981238	Saint-Cassin	saint-cassin	FR	73160	748	Europe/Paris	45.53517	5.8947		Les Bocages,Saint-Cassin		84	73	732	73228
2981240	Saint-Cassien	saint-cassien	FR	24540	0	Europe/Paris	46.94799	0.08132		Saint-Cassien		75	86	861	86005
2981241	Saint-Cassien	saint-cassien	FR	24540	1051	Europe/Paris	45.3571	5.54793		Saint Cassient,Saint-Cassien		84	38	381	38373
2981242	Saint-Cassien	saint-cassien	FR	24540	36	Europe/Paris	44.68629	0.84534		Saint-Cassien		75	24	241	24384
2981243	Saint-Carreuc	saint-carreuc	FR	22150	1274	Europe/Paris	48.39844	-2.7317		Saint-Carreuc,Sant-Kareg		53	22	224	22281
2981245	Saint-Carné	saint-carne	FR	22100	889	Europe/Paris	48.41636	-2.06657		Saint-Carne,Saint-Carné,Sant-Karneg		53	22	221	22280
2981246	Saint-Caradec-Trégomel	saint-caradec-tregomel	FR	56540	474	Europe/Paris	48.03723	-3.35157		Saint-Caradec-Tregomel,Saint-Caradec-Trégomel,Sant-Karadeg-Tregonvael,Sen-Karadek-Tregomel',sheng ka la dai ke te lei ge mei,Сен-Карадек-Трегомель,سینٹ-کارڈک-ٹریگومل,圣卡拉代克特雷戈梅		53	56	562	56210
2981247	Saint-Caradec	saint-caradec	FR	22600	1191	Europe/Paris	48.19144	-2.85044		Caradec-sur-Oust,Saint-Caradec,Sant-Karadeg		53	22	224	22279
2981248	Saint-Capraise-d'Eymet	saint-capraise-d-eymet	FR	24500	0	Europe/Paris	44.70863	0.50466		Saint-Capraise,Saint-Capraise-d'Eymet		75	24	241	24383
2981249	Saint-Capraise-de-Lalinde	saint-capraise-de-lalinde	FR	24150	559	Europe/Paris	44.84237	0.65323		Saint-Caprais-de-Lalinde,Saint-Capraise,Saint-Capraise-de-Lalinde,Sen-Kaprez-de-Lalend,Sent Grapasi de La Linda,Sent Grapasi de la Linda,sheng ka pu lai si de la lan de,Сен-Капрез-де-Лаленд,سینٹ-کپریسے-دے-لالیندے,圣卡普赖斯德拉兰德		75	24	241	24382
2981250	Saint-Caprais-de-Lerm	saint-caprais-de-lerm	FR	47270	499	Europe/Paris	44.21297	0.74361		Saint-Caprais,Saint-Caprais-de-Lerm		75	47	471	47234
2981251	Saint-Caprais-de-Bordeaux	saint-caprais-de-bordeaux	FR	33880	2743	Europe/Paris	44.75056	-0.43635		Saint-Caprais,Saint-Caprais-de-Bordeaux,Sen-Kapre-de-Bordo,Sent Caprasi,Sent Caprasi de Bordeu,Sent Caprasi de Bordèu,sheng ka pu lai de bo er duo,Сен-Капре-де-Бордо,سینٹ-کاپریس-دے-بورڈو,圣卡普赖德博尔多		75	33	332	33381
2981252	Saint-Caprais-de-Blaye	saint-caprais-de-blaye	FR	33820	439	Europe/Paris	45.28568	-0.56269		Saint-Caprais,Saint-Caprais-de-Blaye		75	33	331	33380
2981253	Saint-Caprais	saint-caprais	FR	03190	0	Europe/Paris	46.96838	2.29329		Saint-Caprais		24	18	181	18201
2981254	Saint-Caprais	saint-caprais	FR	03190	0	Europe/Paris	46.84496	3.04534				24	18	182	18164
2981255	Saint-Caprais	saint-caprais	FR	03190	96	Europe/Paris	46.55069	2.73626		Saint-Caprais,Themistocle,Thémistocle		84	03	031	03222
2981256	Saint-Caprais	saint-caprais	FR	03190	84	Europe/Paris	44.60687	1.15851		Bruyere,Bruyère,Saint-Caprais		76	46	463	46250
2981257	Saint-Caprais	saint-caprais	FR	03190	0	Europe/Paris	44.5179	0.73169				75	47	473	47175
2981258	Saint-Caprais	saint-caprais	FR	03190	106	Europe/Paris	43.59369	0.78751		Saint-Caprais,Saint-Capraix		76	32	321	32467
2981298	Saint-Bresson	saint-bresson	FR	30440	420	Europe/Paris	47.86956	6.50895		Saint-Bresson		27	70	701	70460
2981259	Saint-Cannat	saint-cannat	FR	13760	4879	Europe/Paris	43.62132	5.2981		Le Saizet,Le Sauzet,Saint-Cannat,Sant Canat,Sen-Kanna,sheng ka na,Сен-Канна,سینٹ-کنت,圣卡纳		93	13	131	13091
2981261	Saint-Calez-en-Saosnois	saint-calez-en-saosnois	FR	72600	173	Europe/Paris	48.31268	0.30424		Calez-en-Saonois,Saint-Calez,Saint-Calez-en-Saosnois		52	72	722	72270
2981262	Saint-Calais-du-Désert	saint-calais-du-desert	FR	53140	334	Europe/Paris	48.48558	-0.26058		Saint-Calais		52	53	533	53204
2981263	Saint-Calais	saint-calais	FR	72120	4121	Europe/Paris	47.92017	0.7438		Calais-sur-Anille,Saint-Calais,Sen-Kale,Сен-Кале,سینٹ-کلاس		52	72	722	72269
2981266	Saint-Bueil	saint-bueil	FR	38620	697	Europe/Paris	45.47668	5.68701		Saint-Bueil		84	38	382	38372
2981267	Saint-Broladre	saint-broladre	FR	35120	1020	Europe/Paris	48.58684	-1.65677		Saint-Broladre,Sant-Brewalaer		53	35	354	35259
2981268	Saint-Broingt-les-Fosses	saint-broingt-les-fosses	FR	52190	149	Europe/Paris	47.71392	5.27426		Saint-Broingt,Saint-Broingt-les-Fosses		44	52	522	52446
2981269	Saint-Broingt-le-Bois	saint-broingt-le-bois	FR	52190	104	Europe/Paris	47.73273	5.42158		Saint-Broingt,Saint-Broingt-le-Bois		44	52	522	52445
2981270	Saint-Broing-les-Moines	saint-broing-les-moines	FR	21290	189	Europe/Paris	47.69892	4.84226		Broing,Fontaine-les-Roches,Saint-Broing,Saint-Broing-les-Moines,Sen-Bruehn-le-Muan,Sen-Bruen-le-Muan,sheng bu lu wan lai mu wa nei,Сен-Бруен-ле-Муан,Сен-Бруэн-ле-Муан,سینٹ-برنگ-لیس-مونث,圣布鲁万莱穆瓦内		27	21	213	21543
2981271	Saint-Broing	saint-broing	FR	70100	149	Europe/Paris	47.44772	5.69719		Saint-Broing		27	70	702	70461
2981272	Saint-Brisson-sur-Loire	saint-brisson-sur-loire	FR	45500	1077	Europe/Paris	47.64686	2.68229		Saint-Brisson,Saint-Brisson-sur-Loire,Sen-Brisson-sjur-Luar,lu wa er he pan sheng bu li song,Сен-Бриссон-сюр-Луар,سینٹ-برسسوں -سر-لڑے,卢瓦尔河畔圣布里松		24	45	451	45271
2981273	Saint-Brisson	saint-brisson	FR	58230	263	Europe/Paris	47.27131	4.09047		Saint-Brisson		27	58	581	58235
2981274	Saint-Bris-le-Vineux	saint-bris-le-vineux	FR	89530	1097	Europe/Paris	47.74396	3.64922		Bris-le-Vineux,Saint-Bris,Saint-Bris-le-Vineux,Sen-Bri-le-Vine,san=buri=ru=vu~inu,sheng bu li lei wei na,Сен-Бри-ле-Вине,Сен-Брі-ле-Віне,سینٹ-برس-لے-نےش,サン＝ブリ＝ル＝ヴィヌー,圣布里勒维纳		27	89	891	89337
2981275	Saint-Bris-des-Bois	saint-bris-des-bois	FR	17770	418	Europe/Paris	45.76678	-0.48821		Brix-Mande,Brix-Mandé,Saint-Bris,Saint-Bris-des-Bois,Sen-Bri-de-Bua,sheng bu li dai bu wa,Сен-Бри-де-Буа,Сен-Брі-де-Буа,سینٹ-برس-دس-بوس,圣布里代布瓦		75	17	174	17313
2981276	Saint-Brieuc-des-Iffs	saint-brieuc-des-iffs	FR	35630	365	Europe/Paris	48.29293	-1.84925		Saint-Brieuc,Saint-Brieuc-des-Iffs,Sant-Brieg-an-Ivineg		53	35	354	35258
2981277	Saint-Brieuc-de-Mauron	saint-brieuc-de-mauron	FR	56430	315	Europe/Paris	48.08926	-2.36304		Saint-Brieuc,Saint-Brieuc-de-Mauron,Sant-Brieg-Maoron		53	56	562	56208
2981280	Saint-Brieuc	saint-brieuc	FR	22000	52774	Europe/Paris	48.51513	-2.76838		Fanum Sancti Brioci,Port-Brieuc,SBK,Sain-Briek,Saint-Brieu,Saint-Brieuc,Sant-Brieg,Sen Brijek,Sen-Brie,Sen-Brijo,Sent-Brie,saengbeulioe,san=buriyu,sant brywk,sen-brie,sheng bu li e,sn brywk,sn-bryw,Σαιν-Μπριέκ,Сен Бријек,Сен-Брие,Сен-Бриё,Сен-Бріє,Сент-Брие,סן-בריו,سانت بريوك,سن بریوک,سینٹ-بریک,სენ-ბრიე,サン＝ブリユー,圣布里厄,생브리외	22	53	22	224	22278
2981281	Saint-Brice-sur-Vienne	saint-brice-sur-vienne	FR	87200	1445	Europe/Paris	45.87978	0.95352		Saint-Brice,Saint-Brice-sur-Vienne		75	87	873	87140
2981282	Saint-Brice-sous-Rânes	saint-brice-sous-ranes	FR	61150	157	Europe/Paris	48.6784	-0.19253		Saint-Brice,Saint-Brice-sous-Ranes,Saint-Brice-sous-Rânes,Sen-Bris-su-Ran,sheng bu li ke su la nei,Сен-Брис-су-Ран,سینٹ-برکے-سوس-رنس,圣布里克苏拉内		28	61	612	61371
2981283	Saint-Brice-sous-Forêt	saint-brice-sous-foret	FR	95350	13606	Europe/Paris	49.00132	2.35361		Saint-Brice,Saint-Brice-sous-Foret,Saint-Brice-sous-Forêt,Sen-Bris-su-Fore,sheng bu li si su fu lei,sn-bry-sws-pwrt,Сен-Брис-су-Форе,סן-ברי-סוס-פורט,سینٹ-برکے-سوس-فورٹ,圣布里斯苏福雷		11	95	952	95539
2981284	Saint-Brice-Courcelles	saint-brice-courcelles	FR	51370	3570	Europe/Paris	49.26667	3.98333		Liberte-sur-Vesle,Liberté-sur-Vesle,Montriqueux,Saint-Brice		44	51	513	51474
2981285	Saint-Brice-en-Coglès	saint-brice-en-cogles	FR	35460	2617	Europe/Paris	48.41085	-1.36655		Saint-Brice,Saint-Brice-en-Cogles,Saint-Brice-en-Coglès,Sanctus Bricius de Coglesio,Sant-Brizh-Gougleiz,Sen-Bris-an-Kogle,ke ge lai de qu sheng bu li ke,Сен-Брис-ан-Когле,سینٹ-برکے-این -کوگلیس,科格莱地区圣布里克		53	35	351	35257
2981286	Saint-Brice-de-Landelles	saint-brice-de-landelles	FR	50730	592	Europe/Paris	48.53279	-1.15259		Saint-Brice,Saint-Brice-de-Landelles		28	50	501	50452
2981287	Saint-Brice	saint-brice	FR	16100	118	Europe/Paris	48.69824	-1.30825		Saint-Brice		28	50	501	50451
2981288	Saint-Brice	saint-brice	FR	16100	798	Europe/Paris	48.56762	3.32414		Fontenay-Brice,Saint-Brice		11	77	773	77403
2981289	Saint-Brice	saint-brice	FR	16100	179	Europe/Paris	48.5586	-0.6424				28	61	612	61370
2981290	Saint-Brice	saint-brice	FR	16100	494	Europe/Paris	47.85918	-0.44085		Saint-Brice		52	53	531	53203
2981291	Saint-Brice	saint-brice	FR	16100	1021	Europe/Paris	45.68832	-0.27697		Saint-Brice		75	16	162	16304
2981292	Saint-Brice	saint-brice	FR	16100	325	Europe/Paris	44.69772	-0.14974		Saint-Brice		75	33	333	33379
2981294	Saint-Briac-sur-Mer	saint-briac-sur-mer	FR	35800	1934	Europe/Paris	48.62048	-2.13348		Port-Briac,Saint-Briac,Saint-Briac-sur-Mer,Sanctus Briacus,Sant-Briag,Sen-Briak-sjur-Mer,bin hai sheng bu li a ke,Сен-Бриак-сюр-Мер,Сен-Бріак-сюр-Мер,سینٹ-براک-سر-مر,滨海圣布里阿克		53	35	354	35256
2981296	Saint-Brevin-les-Pins	saint-brevin-les-pins	FR	44250	10396	Europe/Paris	47.24693	-2.16647		Saint-Brevin,Saint-Brevin-les-Pins,Saint-Brévin,Saint-Brévin-les-Pins,Sanctus Brevenus,Sant-Brewenn,Sen-Breven-le-Pen,Union,sheng bu lei wan lai pan,Сен-Бревен-ле-Пен,سینٹ-بروں -لیس-پنس,圣布勒万莱潘		52	44	443	44154
2981297	Saint-Bressou	saint-bressou	FR	46120	138	Europe/Paris	44.7044	1.97202		Saint-Bressou		76	46	462	46249
2981299	Saint-Bresson	saint-bresson	FR	30440	56	Europe/Paris	43.95356	3.64611		Mont-Truffier,Mont-aux-Truffes,Saint-Bresson		76	30	303	30238
2981300	Saint-Brès	saint-bres	FR	30500	0	Europe/Paris	44.27744	4.19731		Mont-Useze,Mont-Usèze,Saint-Bres,Saint-Brès		76	30	301	30237
2981302	Saint-Brès	saint-bres	FR	30500	94	Europe/Paris	43.77941	0.76957		Saint-Bres,Saint-Brès		76	32	322	32366
2981303	Saint-Brès	saint-bres	FR	30500	2811	Europe/Paris	43.66731	4.0293		Saint-Bres,Saint-Brès		76	34	343	34244
2981304	Saint-Brandan	saint-brandan	FR	22800	2232	Europe/Paris	48.38972	-2.8698		Saint-Brandan,Sant-Vedan		53	22	224	22277
2981305	Saint-Branchs	saint-branchs	FR	37320	2307	Europe/Paris	47.22655	0.77306		Saint-Branchs,Sen-Bransh,sheng bu lang ke,Сен-Бранш,سینٹ-برانچس,圣布朗克		24	37	372	37211
2981306	Saint-Brancher	saint-brancher	FR	89630	324	Europe/Paris	47.42643	3.99667		Saint-Brancher		27	89	892	89336
2981307	Saint-Bouize	saint-bouize	FR	18300	300	Europe/Paris	47.28562	2.88469		Les Jardins,Saint-Bouize		24	18	181	18200
2981309	Saint-Bon-Tarentaise	saint-bon-tarentaise	FR	73120	1992	Europe/Paris	45.43373	6.63686		Prairial,Saint-Bon,Sen-Bon-Tarantez,Sent-Bon-Tarentesa,Sent-Bon-Tarentèsa,Сен-Бон-Тарантез,سینٹ-بون-ٹھہریں تیسے		84	73	731	73227
2981310	Saint-Bonnot	saint-bonnot	FR	58700	75	Europe/Paris	47.24343	3.31305		Saint-Bonnot		27	58	584	58234
2981311	Saint-Bonnet-Tronçais	saint-bonnet-troncais	FR	03360	791	Europe/Paris	46.66011	2.69324		Bonnet-sur-Sologne,Le Desert,Le Désert,Saint-Bonnet,Saint-Bonnet-Troncais,Saint-Bonnet-Tronçais		84	03	031	03221
2981314	Saint-Bonnet-sur-Gironde	saint-bonnet-sur-gironde	FR	17150	893	Europe/Paris	45.35479	-0.66001		Bonnet-Rouge,Saint-Bonnet,Saint-Bonnet-sur-Gironde,Sen-Bonne-sjur-Zhirond,ji long de he pan sheng bo nei,Сен-Бонне-сюр-Жиронд,سینٹ-بونٹ-سر-گروندے,吉龙德河畔圣博内		75	17	171	17312
2981315	Saint-Bonnet-près-Riom	saint-bonnet-pres-riom	FR	63200	1673	Europe/Paris	45.92972	3.1131		Saint-Bonnet,Saint-Bonnet-pres-Riom,Saint-Bonnet-près-Riom		84	63	634	63327
2981316	Saint-Bonnet-près-Orcival	saint-bonnet-pres-orcival	FR	63210	431	Europe/Paris	45.70683	2.85971		Saint-Bonnet,Saint-Bonnet-pres-Orcival,Saint-Bonnet-près-Orcival		84	63	633	63326
2981317	Saint-Bonnet-près-Bort	saint-bonnet-pres-bort	FR	19200	176	Europe/Paris	45.50377	2.4163		Bonnet-pres-Bort,Bonnet-près-Bort,Saint-Bonnet,Saint-Bonnet-pres-Bort,Saint-Bonnet-près-Bort		75	19	193	19190
2981318	Saint-Bonnet-le-Troncy	saint-bonnet-le-troncy	FR	69870	289	Europe/Paris	46.08499	4.42732		Saint-Bonnet,Saint-Bonnet-le-Troncy,Saint-Bonnet-le-Tronoy		84	69	692	69183
2981319	Saint-Bonnet-les-Tours-de-Merle	saint-bonnet-les-tours-de-merle	FR	19430	46	Europe/Paris	45.06009	2.06197		Saint-Bonnet,Saint-Bonnet-les-Tours-de-Merle,Sen-Bonne-le-Tur-de-Merl',Sent Bonet las Tors de Merle,Sent Bonet lo Paubre,sheng bo nei te-lai si-tu er de mei er,Сен-Бонне-ле-Тур-де-Мерль,سینٹ-بونٹ-لیس-ٹورز-دے-مرلے,圣博内特-莱斯-图尔德梅尔		75	19	192	19189
2981320	Saint-Bonnet-les-Oules	saint-bonnet-les-oules	FR	42330	1294	Europe/Paris	45.54946	4.32522		Saint-Bonnet,Saint-Bonnet-les-Oules		84	42	421	42206
2981321	Saint-Bonnet-lès-Allier	saint-bonnet-les-allier	FR	63800	355	Europe/Paris	45.74153	3.25396		Saint-Bonnet,Saint-Bonnet-les-Allier,Saint-Bonnet-lès-Allier		84	63	632	63325
2981322	Saint-Bonnet-l'Enfantier	saint-bonnet-l-enfantier	FR	19410	0	Europe/Paris	45.30006	1.52294		Saint Bonnet,Saint-Bonnet-l'Enfantier		75	19	191	19188
2981323	Saint-Bonnet-le-Froid	saint-bonnet-le-froid	FR	43290	228	Europe/Paris	45.14279	4.43607		Bonnet-Libre,Saint-Bonnet		84	43	433	43172
2981324	Saint-Bonnet-le-Courreau	saint-bonnet-le-courreau	FR	42940	764	Europe/Paris	45.66102	3.94514		Saint-Bonnet,Saint-Bonnet-le-Courreau		84	42	421	42205
2981325	Saint-Bonnet-le-Château	saint-bonnet-le-chateau	FR	42380	1630	Europe/Paris	45.42402	4.06706		Bonnet-la-Montagne,Saint Bonnet,Saint-Bonnet-le-Chateau,Saint-Bonnet-le-Château,Sant Bonet dau Chastel,Sant Bonet dau Chastèl,Sen-Bonne-le-Shato,sheng bo nei lai sha tuo,Сен-Бонне-ле-Шато,سینٹ-بونٹ-لے-چتو,圣博内莱沙托		84	42	421	42204
2981326	Saint-Bonnet-le-Chastel	saint-bonnet-le-chastel	FR	63630	265	Europe/Paris	45.45033	3.63394		Bonnet-Libre,Lo Chasteu de Sant Bonet,Saint-Bonnet-le-Chastel,Sen-Bonne-le-Shastel',sheng bo nei lai sha si tai,Сен-Бонне-ле-Шастель,سینٹ-بونٹ-لے-چسٹل,圣博内莱沙斯泰		84	63	631	63324
2981327	Saint-Bonnet-le-Bourg	saint-bonnet-le-bourg	FR	63630	135	Europe/Paris	45.4345	3.60824		Saint-Bonnet-le-Bourg		84	63	631	63323
2981328	Saint-Bonnet-la-Rivière	saint-bonnet-la-riviere	FR	19130	313	Europe/Paris	45.30004	1.36921		Bonnet-Rouge,Saint Bonnet,Saint-Bonnet-la-Riviere,Saint-Bonnet-la-Rivière		75	19	191	19187
2981329	Saint-Bonnet-en-Bresse	saint-bonnet-en-bresse	FR	71310	428	Europe/Paris	46.8541	5.17078		Bonnet-sur-Guyotte,Saint-Bonnet,Saint-Bonnet-en-Bresse,Sen-Bonnet-an-Bress,Сен-Боннет-ан-Бресс,سینٹ-بونٹ-این -برسسے		27	71	714	71396
2981330	Saint-Bonnet-Elvert	saint-bonnet-elvert	FR	19380	171	Europe/Paris	45.16182	1.90361		Liberte-Bonnet-Rouge,Liberté-Bonnet-Rouge,Saint-Bonnet-Elvert		75	19	192	19186
2981331	Saint-Bonnet-du-Gard	saint-bonnet-du-gard	FR	30210	631	Europe/Paris	43.92666	4.54443		Bonnet-du-Gard,Saint-Bonnet,Saint-Bonnet-d'Aramon,Saint-Bonnet-du-Gard		76	30	302	30235
2981332	Saint-Bonnet-de-Vieille-Vigne	saint-bonnet-de-vieille-vigne	FR	71430	196	Europe/Paris	46.52231	4.25335		Saint-Bonnet,Saint-Bonnet-de la Vieille Vigne,Saint-Bonnet-de-Vieille-Vigne		27	71	713	71395
2981333	Saint-Bonnet-de-Valclérieux	saint-bonnet-de-valclerieux	FR	26350	218	Europe/Paris	45.19552	5.14344		Saint Bonnet,Saint-Bonnet-de-Valclerieux,Saint-Bonnet-de-Valclérieux		84	26	263	26210
2981334	Saint-Bonnet-des-Quarts	saint-bonnet-des-quarts	FR	42310	368	Europe/Paris	46.13215	3.8446		Saint-Bonnet,Saint-Bonnet-des Quants,Saint-Bonnet-des-Quarts,Saint-Bonnet-les-Quarts		84	42	422	42203
2981335	Saint-Bonnet-des-Bruyères	saint-bonnet-des-bruyeres	FR	69790	410	Europe/Paris	46.27084	4.46986		Bonnet-les-Bruyeres,Bonnet-les-Bruyères,Saint-Bonnet,Saint-Bonnet-des-Bruyeres,Saint-Bonnet-des-Bruyères		84	69	692	69182
2981336	Saint-Bonnet-de-Salers	saint-bonnet-de-salers	FR	15140	331	Europe/Paris	45.16048	2.45325		Montagne,Saint-Bonnet,Saint-Bonnet-de-Salers		84	15	152	15174
2981387	Saint-Bernard	saint-bernard	FR	01600	301	Europe/Paris	47.15905	5.01739		Bretigny-la-Rue,Brétigny-la-Rue,Saint-Bernard		27	21	211	21542
2981388	Saint-Bernard	saint-bernard	FR	01600	512	Europe/Paris	45.3287	5.90288		Saint-Bernard		84	38	381	38395
2981337	Saint-Bonnet-de-Rochefort	saint-bonnet-de-rochefort	FR	03800	666	Europe/Paris	46.1463	3.13826		Mont-sur-Belnave,Saint-Bonnet,Saint-Bonnet-de-Rochefort,Sant Bonet de Rochafort,Sant Bonet de Ròchafòrt,Sen-Bonne-de-Roshfor,sheng bo nei de luo xie fu er,Сен-Бонне-де-Рошфор,سینٹ-بونٹ-دے-روچفورٹ,圣博内德罗谢福尔		84	03	033	03220
2982264	Rudelle	rudelle	FR	46120	164	Europe/Paris	44.72274	1.87835		Rudelle		76	46	462	46242
2981338	Saint-Bonnet-de-Mure	saint-bonnet-de-mure	FR	69720	5890	Europe/Paris	45.69042	5.02912		Saint Bonnet,Saint-Bonnet-de-Mure		84	69	691	69287
2981339	Saint-Bonnet-de-Montauroux	saint-bonnet-de-montauroux	FR	48600	136	Europe/Paris	44.81573	3.71934		Saint-Bonnet,Saint-Bonnet-de-Montauroux		76	48	482	48139
2981340	Saint-Bonnet-de-Joux	saint-bonnet-de-joux	FR	71220	863	Europe/Paris	46.48246	4.43828		Bonnet-Rouge,Saint-Bonnet,Saint-Bonnet-de-Joux		27	71	713	71394
2981342	Saint-Bonnet-de-Four	saint-bonnet-de-four	FR	03390	221	Europe/Paris	46.31287	2.91044		Bonnet-Libre,Saint-Bonnet,Saint-Bonnet-de-Four,Saint-Bonnet-de-Tour		84	03	031	03219
2981343	Saint-Bonnet-de-Cray	saint-bonnet-de-cray	FR	71340	440	Europe/Paris	46.21628	4.14058		Saint-Bonnet,Saint-Bonnet-de-Cray		27	71	713	71393
2981344	Saint-Bonnet-de-Condat	saint-bonnet-de-condat	FR	15190	181	Europe/Paris	45.27999	2.7883		Saint-Bonnet,Saint-Bonnet-de-Condat		84	15	153	15173
2981345	Saint-Bonnet-de-Chirac	saint-bonnet-de-chirac	FR	48100	59	Europe/Paris	44.51317	3.28289		Saint-Bonnet,Saint-Bonnet-de-Chirac		76	48	482	48138
2981346	Saint-Bonnet-de-Chavagne	saint-bonnet-de-chavagne	FR	38840	575	Europe/Paris	45.12597	5.23167		Saint-Bonnet,Saint-Bonnet-de-Chavagne		84	38	381	38370
2981347	Saint-Bonnet-de-Bellac	saint-bonnet-de-bellac	FR	87300	537	Europe/Paris	46.16857	0.95428		Saint-Bonnet,Saint-Bonnet-de-Bellac		75	87	871	87139
2981348	Saint-Bonnet-Briance	saint-bonnet-briance	FR	87260	507	Europe/Paris	45.70769	1.47602		Saint-Bonnet,Saint-Bonnet-Briance		75	87	872	87138
2981349	Saint-Bonnet-Avalouze	saint-bonnet-avalouze	FR	19150	210	Europe/Paris	45.25618	1.8319		Saint Bonnet,Saint-Bonnet-Avalouse,Saint-Bonnet-Avalouze		75	19	192	19101
2981351	Saint-Bonnet	saint-bonnet	FR	16300	0	Europe/Paris	46.94367	0.29471				75	86	861	86260
2981352	Saint-Bonnet	saint-bonnet	FR	16300	0	Europe/Paris	46.56667	3.35				84	03	032	03321
2981353	Saint-Bonnet	saint-bonnet	FR	16300	351	Europe/Paris	45.47825	-0.09853		Bonnet-Rouge,Saint-Bonnet,Sen-Bonne,sheng bo nei,Сен-Бонне,سینٹ-بونٹ,圣博内		75	16	162	16303
2981354	Saint-Bonnet	saint-bonnet	FR	16300	0	Europe/Paris	44.9959	1.44826				76	46	463	46118
2981355	Saint-Bonnet-en-Champsaur	saint-bonnet-en-champsaur	FR	05500	1608	Europe/Paris	44.68333	6.08333		Bonnet-Libre,Sant Bonet,Sant Bonet de Champsaur,Sen-Bonne-an-Shamsor,Sen-Bonne-an-Shansor,shang pu suo de qu sheng bo nei,Сен-Бонне-ан-Шамсор,Сен-Бонне-ан-Шансор,سینٹ-بونٹ-این -چمپساور,尚普索地区圣博内		93	05	052	05132
2981356	Saint-Bonnet-de-Salendrinque	saint-bonnet-de-salendrinque	FR	30460	83	Europe/Paris	44.03333	3.85				76	30	301	30236
2981357	Saint-Bon	saint-bon	FR	51310	64	Europe/Paris	48.67813	3.4604		Bonval,Saint-Bon		44	51	512	51473
2981358	Saint-Bômer-les-Forges	saint-bomer-les-forges	FR	61700	976	Europe/Paris	48.6441	-0.63293		Saint-Bomer,Saint-Bômer		28	61	612	61369
2981359	Saint-Bomer	saint-bomer	FR	28330	185	Europe/Paris	48.19566	0.82783		Saint-Bomer,Saint-Bomert		24	28	284	28327
2981360	Saint-Bois	saint-bois	FR	01300	111	Europe/Paris	45.70089	5.64119		Saint Boys,Saint-Bois		84	01	011	01015
2981361	Saint-Boingt	saint-boingt	FR	54290	82	Europe/Paris	48.42962	6.43742		Saint-Boingt		44	54	542	54471
2981362	Saint-Boil	saint-boil	FR	71390	416	Europe/Paris	46.65523	4.68238		Noizeret,Saint-Boil		27	71	712	71392
2981364	Saint-Bohaire	saint-bohaire	FR	41330	406	Europe/Paris	47.64314	1.26336		Bienbohaire,Bienboire,Bohaire,Saint-Bohaire		24	41	411	41203
2981365	Saint-Boès	saint-boes	FR	64300	401	Europe/Paris	43.52627	-0.80785		Saint-Boes,Saint-Boès,Semboes,Semboès,Sen-Boehs,Sen-Boes,sheng bo ai,Сен-Боес,Сен-Боэс,سینٹ-بوس,圣博埃		75	64	643	64471
2981366	Saint-Blin	saint-blin	FR	52700	380	Europe/Paris	48.27261	5.41257		Saint-Blin		44	52	521	52444
2981367	Saint-Blimont	saint-blimont	FR	80960	980	Europe/Paris	50.12046	1.57449		Saint-Blimont,Sen-Blimon,sheng bu li meng,Сен-Блімон,سینٹ-بلیمونٹ,圣布利蒙		32	80	801	80700
2981368	Saint-Blancard	saint-blancard	FR	32140	265	Europe/Paris	43.34408	0.64701		Lasserre,Saint-Blancard		76	32	323	32365
2981369	Saint-Blaise-la-Roche	saint-blaise-la-roche	FR	67420	270	Europe/Paris	48.4066	7.16211		Saint-Blaise,Saint-Blaise-la-Roche,Sen-Blez-la-Rosh,san blays la rwtsh,sheng bu lai si la luo ke,sn-blz-la-rwsh,Сен-Блез-ла-Рош,سان بلايس لا روتش,سن-بلز-لا-روش,سینٹ-بلاسے-لا-روکھے,圣布莱斯拉罗克		44	67	673	67424
2981370	Saint-Blaise-du-Buis	saint-blaise-du-buis	FR	38140	929	Europe/Paris	45.37759	5.51803		Saint-Blaise,Saint-Blaise-du-Buis		84	38	381	38368
2981372	Saint-Blaise	saint-blaise	FR	06670	0	Europe/Paris	48.54224	-2.93233				53	22	222	22182
2981373	Saint-Blaise	saint-blaise	FR	06670	230	Europe/Paris	46.06485	6.08933		Montfroid,Saint-Blaise		84	74	743	74228
2981374	Saint-Blaise	saint-blaise	FR	06670	0	Europe/Paris	44.87637	6.61493		Saint-Blaise,Saint-Blaise-Chamandin		93	05	051	05023
2981375	Saint-Blaise	saint-blaise	FR	06670	927	Europe/Paris	43.8216	7.23767		Saint-Blaise		93	06	062	06117
2981378	Saint-Bihy	saint-bihy	FR	22800	214	Europe/Paris	48.37898	-2.97112		Saint-Bihy,Sant-Bic'hi		53	22	224	22276
2981379	Saint-Biez-en-Belin	saint-biez-en-belin	FR	72220	587	Europe/Paris	47.82195	0.23868		Saint-Biez,Saint-Biez-en-Belin		52	72	723	72268
2981381	Saint-Bertrand-de-Comminges	saint-bertrand-de-comminges	FR	31510	0	Europe/Paris	43.02716	0.57104		Hauteville,Lugdunum Convenarum,Saint-Bertrand,Saint-Bertrand-de-Comminges,Sant Bertran de Comenge,Sen-Bertran-de-Kommenzh,Sent Bertran de Comenge,Sent Bertran de Comenges,sheng bei er te lang de ke man re,Сен-Бертран-де-Комменж,سینٹ-برٹرانڈ-دے-کوممنگس,圣贝尔特朗德科曼热		76	31	312	31472
2981382	Saint-Berthevin	saint-berthevin	FR	53940	6887	Europe/Paris	48.06922	-0.82612		Saint-Berthevin,Saint-Berthevin-sur-Vicoin		52	53	532	53201
2981383	Saint-Berthevin-la-Tannière	saint-berthevin-la-tanniere	FR	53220	376	Europe/Paris	48.40118	-0.94676		Centranne,Saint-Berthevin,Saint-Berthevin-la-Tanniere,Saint-Berthevin-la-Tannière		52	53	533	53202
2981384	Saint-Béron	saint-beron	FR	73520	1345	Europe/Paris	45.50308	5.7279		Gorges-de-Chailles,Saint-Beron,Saint-Béron		84	73	732	73226
2981386	Saint-Bernard	saint-bernard	FR	01600	0	Europe/Paris	49.24849	6.38231		Saint-Bernard		44	57	573	57542
2981389	Saint-Bérain-sur-Dheune	saint-berain-sur-dheune	FR	71510	498	Europe/Paris	46.81667	4.6		Berain-la-Dheune,La Motte-sur-Dheune,Saint-Berain		27	71	712	71391
2981390	Saint-Berain-sous-Sanvignes	saint-berain-sous-sanvignes	FR	71300	1025	Europe/Paris	46.70678	4.29405		Saint-Berain,Saint-Berain-sous-Sanvignes,Saint-Bérain		27	71	711	71390
2981391	Saint-Bérain	saint-berain	FR	43300	128	Europe/Paris	45.03286	3.63331		La Roche-Berain,La Roche-Bérain,Saint-Berain,Saint-Bérain		84	43	431	43171
2981392	Saint-Benoît-sur-Seine	saint-benoit-sur-seine	FR	10180	406	Europe/Paris	48.36937	4.02982		Saint-Benoit,Saint-Benoit-sur-Seine,Saint-Benoît-sur-Seine,Thurey		44	10	103	10336
2981393	Saint-Benoît-sur-Loire	saint-benoit-sur-loire	FR	45730	1975	Europe/Paris	47.80561	2.31274		Fanum Sancti Benedicti ad Ligerim,Saint-Benoit-sur-Loire,Saint-Benoît-sur-Loire,Sen-Benua-sjur-Luar,lu wa er he pan sheng bang wa,Сен-Бенуа-сюр-Луар,سینٹ-بنوٹ-سر-لڑے,卢瓦尔河畔圣邦瓦		24	45	452	45270
2981394	Saint-Benoît-la-Forêt	saint-benoit-la-foret	FR	37500	809	Europe/Paris	47.22299	0.3227		Benoit-les-Bois,Benoît-les-Bois,Saint-Benoit,Saint-Benoit-la-Foret,Saint-Benoît-la-Forêt		24	37	371	37210
2981395	Saint-Benoît-la-Chipotte	saint-benoit-la-chipotte	FR	88700	376	Europe/Paris	48.35782	6.73465		Saint-Benoit,Saint-Benoit-la-Chipotte,Saint-Benoît,Saint-Benoît-la-Chipotte		44	88	881	88412
2981397	Saint-Benoit-en-Diois	saint-benoit-en-diois	FR	26340	42	Europe/Paris	44.66339	5.27149		Saint-Benoit,Saint-Benoit-en-Diois,Saint-Benoît-en-Diois		84	26	261	26296
2981398	Saint-Benoît-du-Sault	saint-benoit-du-sault	FR	36170	770	Europe/Paris	46.44036	1.39078		Mont-du-Sault,Saint-Benoit,Saint-Benoit-du-Sault,Saint-Benoît-du-Sault,Sen-Benua-dju-So,Sent Benet de Saut,sheng bang wa di suo er,Сен-Бенуа-дю-Со,سینٹ-بنوٹ-دو-سالٹ,圣邦瓦迪索尔		24	36	361	36182
2981399	Saint-Benoît-d'Hébertot	saint-benoit-d-hebertot	FR	14130	324	Europe/Paris	49.31667	0.26667		Saint-Benoit		28	14	143	14563
2981400	Saint-Benoît-des-Ondes	saint-benoit-des-ondes	FR	35114	872	Europe/Paris	48.62033	-1.85421	4	Lanwezou,Lanwezoù,Saint-Benoit,Saint-Benoit-des-Ondes,Saint-Benoît-des-Ondes,Sen-Benua-dez-Ond,sheng bang wa dai weng dai,Сен-Бенуа-дез-Онд,سینٹ-بنوٹ-دس-انڈس,圣邦瓦代翁代		53	35	354	35255
2981401	Saint-Benoît-des-Ombres	saint-benoit-des-ombres	FR	27450	110	Europe/Paris	49.2328	0.62388		Saint-Benoist-des Ombres,Saint-Benoit,Saint-Benoit-des-Ombres,Saint-Benoît-des-Ombres,Sen-Benua-dez-Ombr,sheng bang wa dai weng bu lei,Сен-Бенуа-дез-Омбр,سینٹ-بنوٹ-دس-ومبریس,圣邦瓦代翁布雷		28	27	272	27520
2981402	Saint-Benoît-de-Carmaux	saint-benoit-de-carmaux	FR	81400	2371	Europe/Paris	44.05203	2.12911		La Montagne,Saint-Benoit,Saint-Benoit-de-Carmaux,Saint-Benoît-de-Carmaux,Sant Benesech de Carmauc,Sant Benesech de Carmauç,Sen-Benua-de-Karmo,sheng bang wa de ka er mo,Сен-Бенуа-де-Кармо,سینٹ-بنوٹ-دے-ڑمش,圣邦瓦德卡尔莫		76	81	811	81244
2981407	Saint-Benoît	saint-benoit	FR	01300	0	Europe/Paris	48.67493	1.91352				11	78	782	78030
2981408	Saint-Benoît	saint-benoit	FR	01300	7598	Europe/Paris	46.55025	0.34177		Quincay-les-Plaisirs,Quinçay-les-Plaisirs,Saint-Benoit,Saint-Benoît		75	86	863	86214
2981409	Saint-Benoît	saint-benoit	FR	01300	635	Europe/Paris	45.69494	5.58891		Saint-Benoit,Saint-Benoît		84	01	011	01338
2981410	Saint-Benoît	saint-benoit	FR	01300	120	Europe/Paris	43.96734	6.72541		Le Coulet,Saint-Benoit,Saint-Benoît		93	04	042	04174
2981411	Saint-Benoît	saint-benoit	FR	01300	113	Europe/Paris	43.01743	2.06251		Saint-Benoit,Saint-Benoît		76	11	112	11333
2981412	Saint-Benoist-sur-Vanne	saint-benoist-sur-vanne	FR	10160	217	Europe/Paris	48.23542	3.67041		Courmorin,Saint-Benoist,Saint-Benoist-sur-Vanne		44	10	103	10335
2981413	Saint-Benoist-sur-Mer	saint-benoist-sur-mer	FR	85540	338	Europe/Paris	46.4239	-1.35475		Bon-Marais,Fanum Sancti Benedicti Angli,Saint-Benoist,Sen-Benua-sjur-Mer,bin hai sheng bang wa si,Сен-Бенуа-сюр-Мер,سینٹ-بنویست-سر-مر,滨海圣邦瓦斯		52	85	853	85201
2981415	Saint-Benin-des-Bois	saint-benin-des-bois	FR	58330	174	Europe/Paris	47.11667	3.41667		Source-de-la-Nievre,Source-de-la-Nièvre		27	58	583	58233
2981416	Saint-Benin-d'Azy	saint-benin-d-azy	FR	58270	1275	Europe/Paris	46.99914	3.39267		Azy-les-Amognes,Azy-les-Amogues,Saint Benin,Saint-Benin-d'Azy,Saint-Benin-dAzy,Saint-Benin-d’Azy,sheng bo nan da qi,圣伯南达齐		27	58	583	58232
2981417	Saint-Benin	saint-benin	FR	59360	401	Europe/Paris	50.07611	3.52784		Saint-Benin		32	59	592	59531
2981418	Saint-Bénigne	saint-benigne	FR	01190	910	Europe/Paris	46.43912	4.97167		Saint-Benigne,Saint-Bénigne		84	01	012	01337
2981419	Saint-Bénézet	saint-benezet	FR	30350	255	Europe/Paris	43.99327	4.1362		Bellevue-la-Montagne,Saint-Benezet,Saint-Bénézet		76	30	303	30234
2981420	Saint-Beauzire	saint-beauzire	FR	43100	2114	Europe/Paris	45.84964	3.17947		Saint-Beauzire		84	63	634	63322
2981421	Saint-Beauzire	saint-beauzire	FR	43100	281	Europe/Paris	45.275	3.26754		Beauzire-l'Union,Saint-Beauzire		84	43	431	43170
2981422	Saint-Bauzile	saint-bauzile	FR	07210	0	Europe/Paris	44.48149	3.50269		Saint-Bauzile,Saint-Beauzile		76	48	482	48137
2981423	Saint-Beauzile	saint-beauzile	FR	81140	114	Europe/Paris	44.021	1.83025		Saint-Beauzile		76	81	811	81243
2981424	Saint-Beauzély	saint-beauzely	FR	12620	554	Europe/Paris	44.16555	2.95795		Libre-Muse,Saint-Beauzely,Saint-Beauzély,Sen-Bozeli,Sent Bauseli,Sent Bausèli,sheng bo ze li,Сен-Бозели,Сен-Бозелі,سینٹ-بوزلے,圣博泽利		76	12	121	12213
2981425	Saint-Beauzeil	saint-beauzeil	FR	82150	140	Europe/Paris	44.32921	0.899		Saint-Beauzeil		76	82	821	82157
2981426	Saint-Beaulize	saint-beaulize	FR	12540	99	Europe/Paris	43.89727	3.10879		L'Hirondel,Saint-Beaulize		76	12	121	12212
2981428	Saint-Béat	saint-beat	FR	31440	0	Europe/Paris	42.91434	0.69254		Entremons,Saint-Beat,Saint-Béat,Sen-Bea,Sen-Beat,Sent Biat,sheng bei a,Сен-Беа,Сен-Беат,سینٹ-بات,圣贝阿		76	31	312	31471
2981429	Saint-Bazile-de-Meyssac	saint-bazile-de-meyssac	FR	19500	152	Europe/Paris	45.05071	1.72647		Cote-Montagnarde,Côte-Montagnarde,Saint-Bazile,Saint-Bazile-de-Meyssac		75	19	191	19184
2981430	Saint-Bazile-de-la-Roche	saint-bazile-de-la-roche	FR	19320	158	Europe/Paris	45.15135	1.95359		Saint-Bazile,Saint-Bazile-de-la-Roche		75	19	192	19010
2981431	Saint-Bazile	saint-bazile	FR	87150	135	Europe/Paris	45.73237	0.82749		Saint-Bazile		75	87	873	87137
2981433	Saint-Bauzille-de-Putois	saint-bauzille-de-putois	FR	34190	1283	Europe/Paris	43.89551	3.73618		Bel-Herault,Bel-Hérault,Saint-Bauzille,Saint-Bauzille-de-Putois,Sen-Bozij-de-Pjutua,Sent Bauseli,Sent Bauseli de Pedoci,Sent Bausèli,Sent Bausèli de Pedoci,sheng bo qi er de pi tu wa,Сен-Бозий-де-Пютуа,Сен-Бозій-де-Пютуа,سینٹ-بہزلے-دے-پتوس,圣博齐尔德皮图瓦		76	34	342	34243
2981434	Saint-Bauzille-de-Montmel	saint-bauzille-de-montmel	FR	34160	825	Europe/Paris	43.7697	3.95532		Saint-Bauzille,Saint-Bauzille-de-Montmel		76	34	342	34242
2981435	Saint-Bauzille-de-la-Sylve	saint-bauzille-de-la-sylve	FR	34230	822	Europe/Paris	43.61718	3.5463		Saint-Bauzille,Saint-Bauzille-de-la-Sylve,Saint-Beauzille-de-la-Silve,Saint-Beauzille-de-la-Sylve		76	34	342	34241
2981436	Saint-Bauzile	saint-bauzile	FR	07210	192	Europe/Paris	44.67616	4.67382		Saint-Bauzile		84	07	072	07219
2981437	Saint-Bauzély	saint-bauzely	FR	30730	415	Europe/Paris	43.9197	4.19783		Saint-Bauzely,Saint-Bauzély		76	30	302	30233
2981438	Saint-Bauzeil	saint-bauzeil	FR	09120	58	Europe/Paris	43.08091	1.58947		Saint-Bauzeil		76	09	091	09256
2981439	Saint-Baussant	saint-baussant	FR	54470	61	Europe/Paris	48.89342	5.79275		Roche-sur-Mad,Saint-Baussant		44	54	544	54470
2981440	Saint-Bauld	saint-bauld	FR	37310	173	Europe/Paris	47.17992	0.83806		Bault,Saint-Bauld		24	37	373	37254
2981441	Saint-Baudille-et-Pipet	saint-baudille-et-pipet	FR	38710	0	Europe/Paris	44.78486	5.76752		Saint-Baudille,Saint-Baudille-et-Pipet		84	38	381	38366
2981442	Saint-Baudille-de-la-Tour	saint-baudille-de-la-tour	FR	38118	612	Europe/Paris	45.78786	5.34028		Saint-Baudille,Saint-Baudille-de-la-Tour		84	38	382	38365
2981444	Saint-Baudelle	saint-baudelle	FR	53100	1062	Europe/Paris	48.2806	-0.64019		Saint-Baudelle,Saint-Beaudelle		52	53	533	53200
2981445	Saint-Baudel	saint-baudel	FR	18160	248	Europe/Paris	46.83861	2.20803		Beau-Libre,Saint-Baudel		24	18	182	18199
2981446	Saint-Baslemont	saint-baslemont	FR	88260	79	Europe/Paris	48.14956	5.9932		Saint-Baslemont		44	88	882	88411
2981447	Saint-Basile	saint-basile	FR	07270	296	Europe/Paris	44.95702	4.571		Basile-Maron,Saint-Basile,Saint-Bazile		84	07	073	07218
2981448	Saint-Barthélemy-Lestra	saint-barthelemy-lestra	FR	42110	601	Europe/Paris	45.71823	4.34045		Saint Barthelemy,Saint-Barthelemy-Lestra,Saint-Barthélemy-Lestra		84	42	421	42202
2981449	Saint-Barthélemy-le-Plain	saint-barthelemy-le-plain	FR	07300	702	Europe/Paris	45.05434	4.74678		Mont-Plein,Saint-Barthelemy,Saint-Barthelemy-le-Plain,Saint-Barthélemy,Saint-Barthélemy-le-Plain		84	07	073	07217
2981450	Saint-Barthélemy-Grozon	saint-barthelemy-grozon	FR	07270	0	Europe/Paris	44.98333	4.65		Pin-d'Issarles,Saint-Barthelemy,Saint-Barthelemy-le-Pin,Saint-Barthélemy,Saint-Barthélemy-le-Pin		84	07	073	07216
2981451	Saint-Barthélemy-le-Meil	saint-barthelemy-le-meil	FR	07160	212	Europe/Paris	44.88477	4.49819		Mont-Meil,Saint-Barthelemy,Saint-Barthelemy-le-Meil,Saint-Barthélemy,Saint-Barthélemy-le-Meil		84	07	073	07215
2981452	Saint-Barthélemy-de-Vals	saint-barthelemy-de-vals	FR	26240	1728	Europe/Paris	45.16938	4.8716		Saint-Barthelemy,Saint-Barthelemy-de-Vals,Saint-Barthélemy,Saint-Barthélemy-de-Vals,Sen-Bartelemi-de-Val',sheng ba er tai lai mi de wa er,Сен-Бартелемі-де-Валь,سینٹ-برتھلمے-دے-ولس,圣巴尔泰莱米德瓦尔		84	26	263	26295
2981453	Saint-Barthélemy-de-Séchilienne	saint-barthelemy-de-sechilienne	FR	38220	569	Europe/Paris	45.04923	5.82925		Saint Barthelemy,Saint Barthélemy,Saint-Barthelemy-de-Sechilienne,Saint-Barthélemy-de-Séchilienne		84	38	381	38364
2981454	Saint-Barthélemy-de-Bussière	saint-barthelemy-de-bussiere	FR	24360	255	Europe/Paris	45.64036	0.75463		Barthelemy,Barthélemy,Montagne-le-Trieux,Saint-Barthelemy,Saint-Barthelemy-de-Bussiere,Saint-Barthélemy-de-Bussière,Sen-Bartelemi-de-Bjus'er,Sent Bertomiu de Bussiera,sheng ba er tai lai mi de bi xi ai,Сен-Бартелеми-де-Бюсьер,Сен-Бартелемі-де-Бюсьєр,سینٹ-برتھلمے-دے-بسسیرے,圣巴尔泰莱米德比西埃		75	24	242	24381
2981455	Saint-Barthélemy-de-Bellegarde	saint-barthelemy-de-bellegarde	FR	24700	497	Europe/Paris	45.07744	0.20984		Saint-Barthelemy,Saint-Barthelemy-de-Bellegarde,Saint-Barthélemy,Saint-Barthélemy-de-Bellegarde		75	24	243	24380
2981456	Saint-Barthélemy	saint-barthelemy	FR	38270	0	Europe/Paris	45.34449	5.06961		Saint-Barthelemy,Saint-Barthelemy-de-Beaurepaire,Saint-Barthélemy,Saint-Barthélemy-de-Beaurepaire		84	38	383	38363
2981457	Saint-Barthélemy-d'Anjou	saint-barthelemy-d-anjou	FR	49124	0	Europe/Paris	47.46697	-0.49529		Bon-Air,Saint-Barthelemy,Saint-Barthelemy-d'Anjou,Saint-Barthélemy,Saint-Barthélemy-d'Anjou		52	49	491	49267
2981458	Saint-Barthélemy-d'Agenais	saint-barthelemy-d-agenais	FR	47350	0	Europe/Paris	44.52228	0.37433		Beauvais,Saint-Barthelemy,Saint-Barthelemy-d'Agenais,Saint-Barthélemy-d'Agenais,Saint-Barthélémy,Saint-Barthélémy-d'Agenais		75	47	472	47232
2981461	Saint-Barthélemy	saint-barthelemy	FR	38270	0	Europe/Paris	49.56552	0.14892				28	76	762	76481
2981462	Saint-Barthélemy	saint-barthelemy	FR	38270	337	Europe/Paris	48.81702	3.36155		Saint-Barthelemy,Saint-Barthélemy		11	77	773	77402
2981463	Saint-Barthélemy	saint-barthelemy	FR	38270	377	Europe/Paris	48.68109	-0.95368		Saint-Barthelemy,Saint-Barthélemy		28	50	501	50450
2981464	Saint-Barthélemy	saint-barthelemy	FR	38270	0	Europe/Paris	48.08457	-2.04772				53	35	353	35133
2981465	Saint-Barthélemy	saint-barthelemy	FR	38270	0	Europe/Paris	48.03994	1.91179				24	45	452	45093
2981466	Saint-Barthélemy	saint-barthelemy	FR	38270	0	Europe/Paris	47.92642	-3.04486		Bartelame,Saint-Barthelemy,Saint-Barthélemy		53	56	562	56207
2981467	Saint-Barthélemy	saint-barthelemy	FR	38270	926	Europe/Paris	47.7501	6.58384		Barthelemy-Prehaut,Barthélémy-Préhaut,Saint-Barthelemy,Saint-Barthélemy,Val-de-Melisey		27	70	701	70459
2981468	Saint-Barthélemy	saint-barthelemy	FR	38270	875	Europe/Paris	44.99975	5.62941		Saint-Barthelemy,Saint-Barthélemy		84	38	383	38363
2981469	Saint-Barthélemy	saint-barthelemy	FR	38270	0	Europe/Paris	44.36667	6.46667				93	04	041	04161
2981470	Saint-Barthélemy	saint-barthelemy	FR	38270	254	Europe/Paris	43.51471	-1.33136		Saint-Barthelemy,Saint-Barthélemy		75	40	401	40251
2981472	Saint-Barnabé	saint-barnabe	FR	22600	12070	Europe/Paris	43.3	5.41667				93	13	133	13055
2981473	Saint-Barnabé	saint-barnabe	FR	22600	1414	Europe/Paris	48.13715	-2.7036		Saint-Barnabe,Saint-Barnabé,Sant-Barnev		53	22	224	22275
2981474	Saint-Bardoux	saint-bardoux	FR	26260	584	Europe/Paris	45.08941	4.97494		Saint-Bardoux		84	26	263	26294
2981475	Saint-Bard	saint-bard	FR	23260	105	Europe/Paris	45.91453	2.40061		Saint-Bard		75	23	231	23184
2981476	Saint-Bard	saint-bard	FR	23260	0	Europe/Paris	45.89655	2.5643				84	63	634	63118
2981478	Saint-Barbant	saint-barbant	FR	87330	380	Europe/Paris	46.17005	0.84973		Saint-Barbant		75	87	871	87028
2981479	Saint-Baraing	saint-baraing	FR	39120	185	Europe/Paris	46.98199	5.43054		Saint-Baraing		27	39	391	39477
2981480	Saint-Bandry	saint-bandry	FR	02290	240	Europe/Paris	49.37136	3.17162		Saint-Bandry		32	02	024	02672
2981481	Saint-Baldoph	saint-baldoph	FR	73190	3093	Europe/Paris	45.5312	5.95217		L'Albanne,Saint-Baldoph,Sen-Bal'dof,Сен-Бальдоф,سینٹ-بلدوف		84	73	732	73225
2981483	Saint-Babel	saint-babel	FR	63500	836	Europe/Paris	45.59692	3.29988		Les Bois,Saint-Babel		84	63	633	63321
2981485	Saint-Aygulf	saint-aygulf	FR	83371 CEDEX	0	Europe/Paris	43.381	6.721	0	Saint-Aygulf,Sainte-Aigule		93	83	831	83061
2981487	Saint-Aybert	saint-aybert	FR	59163	343	Europe/Paris	50.44835	3.65		Saint-Aybert		32	59	596	59530
2981488	Saint-Ay	saint-ay	FR	45130	3032	Europe/Paris	47.8589	1.75137		Ay-sur-Loire,Saint-Ay,Sent-I,sheng ai,Сент-І,Сент-И,سینٹ-ے,圣艾		24	45	452	45269
2981489	Saint-Avre	saint-avre	FR	73130	696	Europe/Paris	45.35491	6.3055		Antichambre,Saint Avre la Chambre,Saint-Avre,Sent-Avr,Сент-Авр,سینٹ-اورے		84	73	733	73224
2981492	Saint-Avold	saint-avold	FR	57500	18281	Europe/Paris	49.10465	6.70402		Rosselgene,Rosselgène,Saent Avor,Saent Avuur,Saint-Avold,Sankt Avold,Sent-Avol'd,Sänt Avor,Sänt Avuur,Trimonts,sheng a wo er de,Сент-Авольд,سینٹ-اوولڈ,聖阿沃爾德		44	57	573	57606
2981493	Saint-Avit-Sénieur	saint-avit-senieur	FR	24440	425	Europe/Paris	44.77466	0.8158		Saint-Avit,Saint-Avit-Senieur,Saint-Avit-Sénieur,Sench Avit Senhor,Sench Avit lo Senhor,Sent-Avi-Sen'er,sheng a wei sai nie yu,Сент-Ави-Сеньер,Сент-Аві-Сеньєр,سینٹ-اوٹ-سینیر,圣阿维塞涅于		75	24	241	24379
2981494	Saint-Avit-Rivière	saint-avit-riviere	FR	24540	79	Europe/Paris	44.75198	0.88279		Saint-Avit,Saint-Avit-Riviere,Saint-Avit-Rivière		75	24	241	24378
2981495	Saint-Avit-les-Guespières	saint-avit-les-guespieres	FR	28120	315	Europe/Paris	48.27069	1.27102		Saint-Avit,Saint-Avit-les-Guespieres,Saint-Avit-les-Guespières		24	28	282	28326
2981496	Saint-Avit-le-Pauvre	saint-avit-le-pauvre	FR	23480	79	Europe/Paris	45.99627	2.04442		Saint-Avit,Saint-Avit-le-Pauvre		75	23	232	23183
2981497	Saint-Avit-Frandat	saint-avit-frandat	FR	32700	87	Europe/Paris	43.97762	0.65208		Saint-Avit,Saint-Avit-Frandat		76	32	322	32364
2981498	Saint-Avit-Saint-Nazaire	saint-avit-saint-nazaire	FR	33220	0	Europe/Paris	44.85052	0.25738		Saint-Avit,Saint-Avit-Saint-Nazaire,Saint-Avit-du-Moiron		75	33	335	33378
2981499	Saint-Avit-de-Vialard	saint-avit-de-vialard	FR	24260	127	Europe/Paris	44.94317	0.86783		Saint-Avit,Saint-Avit-de-Vialard,Sench Avit de Vialars,Sent-Avi-de-V'jalar,Sent-Avi-de-Vjalar,sheng a wei de wei a la er,Сент-Ави-де-Вьялар,Сент-Аві-де-Вялар,سینٹ-اوٹ-دے-ویالارڈ,圣阿维德维阿拉尔		75	24	244	24377
2981500	Saint-Avit-de-Tardes	saint-avit-de-tardes	FR	23200	173	Europe/Paris	45.91879	2.2851		Saint-Avit,Saint-Avit-de-Tardes		75	23	231	23182
2981501	Saint-Avit-de-Soulège	saint-avit-de-soulege	FR	33220	0	Europe/Paris	44.63333	0.15		Saint-Avit,Saint-Avit-de-Soulege,Saint-Avit-de-Soulège		75	33	335	33377
2981502	Saint-Avit	saint-avit	FR	16210	124	Europe/Paris	48.09076	0.91621		Saint-Avit		24	41	412	41248
2981503	Saint-Avit	saint-avit	FR	16210	0	Europe/Paris	45.87203	2.52382		Saint-Avit		84	63	634	63320
2981504	Saint-Avit	saint-avit	FR	16210	155	Europe/Paris	45.24663	0.05473		Saint-Avit		75	16	161	16302
2981505	Saint-Avit	saint-avit	FR	16210	258	Europe/Paris	45.19559	4.9704		Saint-Avit		84	26	263	26293
2981506	Saint-Avit	saint-avit	FR	16210	0	Europe/Paris	44.66828	1.30238				76	46	463	46087
2981507	Saint-Avit	saint-avit	FR	16210	0	Europe/Paris	44.58872	0.88065				75	47	473	47109
2981508	Saint-Avit	saint-avit	FR	16210	173	Europe/Paris	44.56807	0.21249		Saint-Avit		75	47	472	47231
2981509	Saint-Avit	saint-avit	FR	16210	0	Europe/Paris	44.54059	0.78213				75	47	473	47175
2981510	Saint-Avit	saint-avit	FR	16210	583	Europe/Paris	43.94092	-0.44701				75	40	402	40250
2981511	Saint-Avit	saint-avit	FR	16210	127	Europe/Paris	43.51631	2.11105		Montavit,Saint-Avit		76	81	812	81242
2981512	Saint-Avertin	saint-avertin	FR	37550	16007	Europe/Paris	47.36357	0.73993		Saint-Avertin,Sent-Averten,Vancay,Vansay,Vançay,sheng a wei er tan,Сент-Авертен,سینٹ-عورتیں,圣阿韦尔坦		24	37	372	37208
2981513	Saint-Aventin	saint-aventin	FR	31110	0	Europe/Paris	48.21987	4.16665				44	10	103	10406
2981514	Saint-Aventin	saint-aventin	FR	31110	0	Europe/Paris	42.80633	0.54599		Saint-Aventin		76	31	312	31470
2981515	Saint-Avé	saint-ave	FR	56890	8907	Europe/Paris	47.6865	-2.7349		Saint-Ave,Saint-Avé,Sant-Teve,Sent-Ave,sheng a wei,Сент-Аве,سینٹ-اوے,圣阿韦		53	56	563	56206
2981516	Saint-Avaugourd-des-Landes	saint-avaugourd-des-landes	FR	85540	795	Europe/Paris	46.51386	-1.48455		Les Palieres,Les Palières,Saint-Avaugourd,Saint-Avaugourd-des-Landes		52	85	853	85200
2981517	Saint-Auvent	saint-auvent	FR	87310	867	Europe/Paris	45.80506	0.9319		Saint-Auvent		75	87	873	87135
2981518	Saint-Austremoine	saint-austremoine	FR	43380	0	Europe/Paris	45.12033	3.36982		Austremoine-d'Avene,Austremoine-d'Avène,Saint-Austremoine		84	43	431	43169
2981519	Saint-Aupre	saint-aupre	FR	38960	1059	Europe/Paris	45.40296	5.66682		Saint-Aupre,Saint-Aupré		84	38	381	38362
2981520	Saint-Aunix-Lengros	saint-aunix-lengros	FR	32160	124	Europe/Paris	43.5772	0.05109		Saint-Aunix,Saint-Aunix-Lengros		76	32	323	32362
2981521	Saint-Aunès	saint-aunes	FR	34130	3165	Europe/Paris	43.64083	3.96583		Saint-Aunes,Saint-Aunès,Sant Aunes,Sant Aunès,Sent-Ones,sheng ao nei,Сент-Онес,سینٹ-انس,圣奥内		76	34	343	34240
2981522	Saint-Aulaye	saint-aulaye	FR	24410	1492	Europe/Paris	45.20292	0.13509		Saint-Aulaye,Sent-Ole,Sent-Olej,Senta Eulalia,Senta Eulalia de Pueimangor,Senta Eulàlia,Senta Eulàlia de Pueimangor,sheng ao lai ai,Сент-Оле,Сент-Олей,سینٹ-اولے,圣奥莱埃		75	24	243	24376
2981523	Saint-Aulais-la-Chapelle	saint-aulais-la-chapelle	FR	16300	246	Europe/Paris	45.44778	-0.04987		Saint-Aulais,Saint-Aulais-la-Chapelle,Sent-Ole-la-Shapel',sheng ao lai la sha pei er,Сент-Оле-ла-Шапель,سینٹ-ولیس-لا-چپلے,圣奥莱拉沙佩尔		75	16	162	16301
2981524	Saint-Aulaire	saint-aulaire	FR	19130	771	Europe/Paris	45.2308	1.37261		L'Unite,L'Unité,Saint-Aulaire		75	19	191	19182
2981525	Saint-Augustin-des-Bois	saint-augustin-des-bois	FR	49170	878	Europe/Paris	47.45898	-0.79572		Peu-de-Fonds,Saint-Augustin,Saint-Augustin-des-Bois		52	49	494	49266
2981528	Saint-Augustin	saint-augustin	FR	17570	1545	Europe/Paris	48.78333	3.03016		Mont-l'Unite,Mont-l'Unité,Saint-Augustin		11	77	771	77400
2981529	Saint-Augustin	saint-augustin	FR	17570	919	Europe/Paris	45.6837	-1.10985		Augutin-la-Monediere,Augutin-la-Monédière,La Foret-sur-Mer,La Forêt-sur-Mer,Saint-Augustin,Saint-Augustin-sur-Mer		75	17	172	17311
2981530	Saint-Augustin	saint-augustin	FR	17570	440	Europe/Paris	45.42412	1.83769		Augutin-la-Monediere,Augutin-la-Monédière,Saint-Augustin		75	19	192	19181
2981532	Saint-Aubin-sur-Yonne	saint-aubin-sur-yonne	FR	89300	406	Europe/Paris	48.00052	3.34611		Saint-Aubin,Saint-Aubin-sur-Yonne		27	89	893	89335
2981533	Saint-Aubin-sur-Scie	saint-aubin-sur-scie	FR	76550	1259	Europe/Paris	49.87162	1.06823		Saint Aubin,Saint-Aubin-sur-Scie		28	76	761	76565
2981534	Saint-Aubin-sur-Quillebeuf	saint-aubin-sur-quillebeuf	FR	27680	452	Europe/Paris	49.46246	0.52649		Saint-Aubin,Saint-Aubin-sur-Quillebeuf		28	27	272	27518
2981535	Saint-Aubin-sur-Mer	saint-aubin-sur-mer	FR	14750	291	Europe/Paris	49.89305	0.8722		Saint-Aubin,Saint-Aubin-sur-Mer		28	76	761	76564
2981536	Saint-Aubin-sur-Mer	saint-aubin-sur-mer	FR	14750	1881	Europe/Paris	49.32787	-0.38696		Saint-Aubin,Saint-Aubin-sur-Mer		28	14	142	14562
2981537	Saint-Aubin-sur-Loire	saint-aubin-sur-loire	FR	71140	332	Europe/Paris	46.56928	3.74607		Bon-Air-sur-Loire,Saint-Aubin,Saint-Aubin-sur-Loire		27	71	713	71389
2981538	Saint-Aubin-sur-Gaillon	saint-aubin-sur-gaillon	FR	27600	1492	Europe/Paris	49.14701	1.32914		La Montagne,Montagne-sur-Gaillon,Puits-Foret,Puits-Forêt,Saint-Aubin,Saint-Aubin-sur-Gaillon		28	27	271	27517
2981540	Saint-Aubin-sur-Aire	saint-aubin-sur-aire	FR	55500	156	Europe/Paris	48.70657	5.44305		Saint-Aubin,Saint-Aubin-sur-Aire		44	55	552	55454
2981541	Saint-Aubin-sous-Erquery	saint-aubin-sous-erquery	FR	60600	350	Europe/Paris	49.40696	2.48465		Saint-Aubin,Saint-Aubin-sous-Erquery,Sent-Oben-su-Erkeri,sheng ao ban su ai er qu ai li,Сент-Обен-су-Еркері,سینٹ-آبن-سوس-اقیرنے,圣奥班苏埃尔屈埃里		32	60	602	60568
2981542	Saint-Aubin-Routot	saint-aubin-routot	FR	76430	1150	Europe/Paris	49.52341	0.32602		Saint-Aubin-Routot		28	76	762	76563
2981543	Saint-Aubin-Rivière	saint-aubin-riviere	FR	80430	117	Europe/Paris	49.87156	1.77588		Saint-Aubin,Saint-Aubin-Riviere,Saint-Aubin-Rivière		32	80	802	80699
2981544	Saint-Aubin-Montenoy	saint-aubin-montenoy	FR	80540	207	Europe/Paris	49.85	1.98333		Saint-Aubin		32	80	802	80698
2981545	Saint-Aubin-le-Vertueux	saint-aubin-le-vertueux	FR	27300	880	Europe/Paris	49.05131	0.60725		Saint-Aubin		28	27	272	27516
2981546	Saint-Aubin-les-Forges	saint-aubin-les-forges	FR	58130	400	Europe/Paris	47.14117	3.20145		Saint Aubin,Saint-Aubin-les-Forges		27	58	584	58231
2981547	Saint-Aubin-lès-Elbeuf	saint-aubin-les-elbeuf	FR	76410	8486	Europe/Paris	49.3036	1.01056		Saint-Aubin,Saint-Aubin-les-Elbeuf,Saint-Aubin-lès-Elbeuf		28	76	763	76561
2981548	Saint-Aubin-le-Monial	saint-aubin-le-monial	FR	03160	294	Europe/Paris	46.52766	2.9978		Le Marcat,Saint-Aubin,Saint-Aubin-le-Monial,Sent-Oben-le-Mon'jal',sheng ao ban lai mo ni a,Сент-Обен-ле-Моньяль,سینٹ-آبن-لے-مونال,圣奥班莱莫尼阿		84	03	032	03218
2981549	Saint-Aubin-le-Guichard	saint-aubin-le-guichard	FR	27410	242	Europe/Paris	49.03846	0.70141		Saint-Aubin,Saint-Aubin-le-Guichard,Sent-Oben-le-Gishar,sheng ao ban lai ji sha er,Сент-Обен-ле-Гишар,Сент-Обен-ле-Гішар,سینٹ-آبن-لے-گیچرڈ,圣奥班莱吉沙尔		28	27	272	27049
2981550	Saint-Aubin-le-Dépeint	saint-aubin-le-depeint	FR	37370	346	Europe/Paris	47.63531	0.39041		Commune-du-Depeint,Commune-du-Dépeint,Saint-Aubin,Saint-Aubin-le-Depeint,Saint-Aubin-le-Dépeint		24	37	371	37207
2981551	Saint-Aubin-le-Cloud	saint-aubin-le-cloud	FR	79450	2004	Europe/Paris	46.6521	-0.35384		Saint-Aubin,Saint-Aubin-le-Cloud		75	79	793	79239
2981552	Saint-Aubin-le-Cauf	saint-aubin-le-cauf	FR	76510	778	Europe/Paris	49.8674	1.18492		Saint-Aubin,Saint-Aubin-le-Cauf		28	76	761	76562
2981554	Saint-Aubin-la-Plaine	saint-aubin-la-plaine	FR	85210	321	Europe/Paris	46.50662	-1.05966		Saint-Aubin,Saint-Aubin-la-Plaine		52	85	851	85199
2981555	Saint-Aubin-Fosse-Louvain	saint-aubin-fosse-louvain	FR	53120	270	Europe/Paris	48.46355	-0.83161		Saint-Aubin,Saint-Aubin-Fosse-Louvain		52	53	533	53199
2981556	Saint-Aubin-Épinay	saint-aubin-epinay	FR	76160	989	Europe/Paris	49.41667	1.16667		Saint-Aubin		28	76	763	76560
2981557	Saint-Aubin-en-Charollais	saint-aubin-en-charollais	FR	71430	386	Europe/Paris	46.49649	4.2164		Champ-Libre,Saint-Aubin,Saint-Aubin-en-Charollais		27	71	713	71388
2981558	Saint-Aubin-en-Bray	saint-aubin-en-bray	FR	60650	1134	Europe/Paris	49.42051	1.87782		Saint-Aubin-en-Bray,Sent-Oben-an-Bre,bu lai de qu sheng ao ban,Сент-Обен-ан-Бре,سینٹ-آبن-این -برے,布赖地区圣奥班		32	60	601	60567
2981559	Saint-Aubin-du-Thenney	saint-aubin-du-thenney	FR	27270	342	Europe/Paris	49.02008	0.49026		Saint-Aubin		28	27	272	27514
2981560	Saint-Aubin-du-Plain	saint-aubin-du-plain	FR	79300	578	Europe/Paris	46.92394	-0.47626		Saint-Aubin,Saint-Aubin-du-Plain		75	79	791	79238
2981561	Saint-Aubin-du-Perron	saint-aubin-du-perron	FR	50490	224	Europe/Paris	49.1434	-1.3697		Saint-Aubin,Saint-Aubin-du-Perron		28	50	503	50550
2981563	Saint-Aubin-du-Pavail	saint-aubin-du-pavail	FR	35410	650	Europe/Paris	48.04362	-1.462		Saint-Aubin,Saint-Aubin-du-Pavail,Sant-Albin-ar-Pavez,Sent-Oben-dju-Pavaj,sheng ao ban di pa wei,Сент-Обен-дю-Павай,سینٹ-آبن-دو-پویل,圣奥班迪帕韦		53	35	353	35069
2981564	Saint-Aubin-du-Désert	saint-aubin-du-desert	FR	53700	253	Europe/Paris	48.30437	-0.19396		Saint-Aubin,Saint-Aubin-du-Desert,Saint-Aubin-du-Désert		52	53	533	53198
2981565	Saint-Aubin-du-Cormier	saint-aubin-du-cormier	FR	35140	3269	Europe/Paris	48.25967	-1.39983		Fanum Sancti Albini,Montagne-la-Foret,Montagne-la-Forêt,Saint-Aubin,Saint-Aubin-du-Cormier,Sant-Albin-an-Hiliber,Sent-Oben-dju-Korm'e,Sent-Oben-dju-Korme,sheng ao ban di ke er mi ye,Сент-Обен-дю-Кормье,Сент-Обен-дю-Кормє,سینٹ-آبن-دو-کورمئر,圣奥班迪科尔米耶		53	35	353	35253
2981566	Saint-Aubin-de-Terregatte	saint-aubin-de-terregatte	FR	50240	580	Europe/Paris	48.57605	-1.29993		Saint-Aubin,Saint-Aubin-de-Terregatte		28	50	501	50448
2981610	Saint-Aubin	saint-aubin	FR	02300	259	Europe/Paris	46.95143	4.7156		Saint-Aubin		27	21	211	21541
2981567	Saint-Aubin-des-Préaux	saint-aubin-des-preaux	FR	50380	390	Europe/Paris	48.80466	-1.50822		Saint-Aubin,Saint-Aubin-des-Preaux,Saint-Aubin-des-Préaux		28	50	501	50447
2981568	Saint-Aubin-des-Ormeaux	saint-aubin-des-ormeaux	FR	85130	1232	Europe/Paris	46.99194	-1.04316		Aubin-la-Pierre,Saint-Aubin,Saint-Aubin-des-Ormeaux		52	85	852	85198
2981569	Saint-Aubin-des-Landes	saint-aubin-des-landes	FR	35500	958	Europe/Paris	48.09463	-1.2958		Saint-Aubin,Saint-Aubin-des-Landes,Sant-Albin-al-Lann		53	35	351	35252
2981570	Saint-Aubin-des-Hayes	saint-aubin-des-hayes	FR	27410	117	Europe/Paris	49.00922	0.67823		Saint-Aubin		28	27	272	27049
2981571	Saint-Aubin-des-Grois	saint-aubin-des-grois	FR	61340	59	Europe/Paris	48.35507	0.64423		Saint-Aubin,Saint-Aubin-des-Grois		28	61	613	61309
2981572	Saint-Aubin-des-Coudrais	saint-aubin-des-coudrais	FR	72400	948	Europe/Paris	48.17271	0.58481		Saint-Aubin,Saint-Aubin-des-Coudrais		52	72	722	72267
2981573	Saint-Aubin-des-Chaumes	saint-aubin-des-chaumes	FR	58190	88	Europe/Paris	47.38728	3.75342		Saint-Aubin,Saint-Aubin-des-Chaumes		27	58	582	58230
2981574	Saint-Aubin-des-Châteaux	saint-aubin-des-chateaux	FR	44110	1411	Europe/Paris	47.72024	-1.48654		Saint-Aubin,Saint-Aubin-des-Chateaux,Saint-Aubin-des-Châteaux,Sanctus Albinus de Castris,Sant-Albin-ar-C'hestell,Sant-Albin-ar-Chestell,Sent-Oben-de-Shato,sheng ao ban dai sha tuo,Сент-Обен-де-Шато,سینٹ-آبن-دس-ہتےش,圣奥班代沙托		52	44	445	44153
2981575	Saint-Aubin-de-Scellon	saint-aubin-de-scellon	FR	27230	332	Europe/Paris	49.17175	0.47443		Saint-Aubin,Saint-Aubin-de-Scellon		28	27	272	27512
2981576	Saint-Aubin-des-Bois	saint-aubin-des-bois	FR	14380	234	Europe/Paris	48.82905	-1.12917		Saint-Aubin,Saint-Aubin-des-Bois		28	14	144	14559
2981577	Saint-Aubin-des-Bois	saint-aubin-des-bois	FR	14380	1029	Europe/Paris	48.46549	1.35784		Saint-Aubin,Saint-Aubin-des-Bois		24	28	281	28325
2981578	Saint-Aubin-de-Nabirat	saint-aubin-de-nabirat	FR	24250	132	Europe/Paris	44.73108	1.28906		Saint-Aubin,Saint-Aubin-de-Nabirat,Sent Albin de Nabirac,Sent Aubin de Nabirac,Sent-Oben-de-Nabira,sheng ao ban de na bi la,Сент-Обен-де-Набира,Сент-Обен-де-Набіра,سینٹ-آبن-دے-نبیرت,圣奥班德纳比拉		75	24	244	24375
2981579	Saint-Aubin-de-Médoc	saint-aubin-de-medoc	FR	33160	5440	Europe/Paris	44.9118	-0.7246		Saint-Aubin,Saint-Aubin-de-Medoc,Saint-Aubin-de-Médoc		75	33	332	33376
2981580	Saint-Aubin-de-Luigné	saint-aubin-de-luigne	FR	49190	908	Europe/Paris	47.32667	-0.66524		Luigne-sur-le-Layon,Luigné-sur-le-Layon,Saint-Aubin,Saint-Aubin-de-Luigne,Saint-Aubin-de-Luigné,Sent-Oben-de-Ljuin'e,sheng ao ban de lu yi nie,Сент-Обен-де-Люїньє,سینٹ-آبن-دے-لگنے,圣奥班德吕伊涅		52	49	491	49292
2981581	Saint-Aubin-de-Locquenay	saint-aubin-de-locquenay	FR	72130	681	Europe/Paris	48.26943	0.02346		Saint-Aubin,Saint-Aubin-de-Locquenay		52	72	722	72266
2981582	Saint-Aubin-de-Lanquais	saint-aubin-de-lanquais	FR	24560	274	Europe/Paris	44.79309	0.59695		Saint-Aubin,Saint-Aubin-de-Lanquais,Sench Albin de Lencais,Sent-Oben-de-Lanke,sheng ao ban de lang qu ai,Сент-Обен-де-Ланке,سینٹ-آبن-دے-لنقائس,圣奥班德朗屈艾		75	24	241	24374
2981583	Saint-Aubin-d'Écrosville	saint-aubin-d-ecrosville	FR	27110	0	Europe/Paris	49.14257	0.994		Ecrosville-la-Montagne,Saint-Aubin,Saint-Aubin-d'Ecrosville,Saint-Aubin-d'Écrosville		28	27	272	27511
2981584	Saint-Aubin-de-Crétot	saint-aubin-de-cretot	FR	76190	483	Europe/Paris	49.56809	0.63709		Saint-Aubin,Saint-Aubin-de-Cretot,Saint-Aubin-de-Crétot		28	76	763	76559
2981585	Saint-Aubin-de-Courteraie	saint-aubin-de-courteraie	FR	61560	111	Europe/Paris	48.61002	0.43951		Saint-Aubin,Saint-Aubin-de-Courteraie,Vallee-sur-Sarthe,Vallée-sur-Sarthe		28	61	613	61367
2981586	Saint-Aubin-de-Cadelech	saint-aubin-de-cadelech	FR	24500	335	Europe/Paris	44.69303	0.48076		Aubin-de-Cahuzac,Saint-Aubin,Saint-Aubin-d'Eymet,Saint-Aubin-de-Cadelech		75	24	241	24373
2981587	Saint-Aubin-de-Branne	saint-aubin-de-branne	FR	33420	308	Europe/Paris	44.80858	-0.17187		Saint-Aubin,Saint-Aubin-de-Branne,Sent Aubin de Brana,Sent-Oben-de-Brann,sheng ao ban de bu lang,Сент-Обен-де-Бранн,سینٹ-آبن-دے-برانے,圣奥班德布朗		75	33	335	33375
2981588	Saint-Aubin-de-Bonneval	saint-aubin-de-bonneval	FR	61470	153	Europe/Paris	48.94122	0.37877		Saint-Aubin		28	61	613	61366
2981589	Saint-Aubin-de-Blaye	saint-aubin-de-blaye	FR	33820	764	Europe/Paris	45.26785	-0.56076		Saint-Aubin,Saint-Aubin-de-Blaye		75	33	331	33374
2981591	Saint-Aubin-d'Aubigné	saint-aubin-d-aubigne	FR	35250	0	Europe/Paris	48.26276	-1.60847		Aubin-Philonome,Saint-Aubin,Saint-Aubin-d'Aubigne,Saint-Aubin-d'Aubigné,Sant-Albin-Elvinieg		53	35	353	35251
2981592	Saint-Aubin-d'Arquenay	saint-aubin-d-arquenay	FR	14970	0	Europe/Paris	49.26308	-0.28972		Aubin-Rousseau,Aubin-sur-Orne,Saint-Aubin,Saint-Aubin-d'Arquenay		28	14	142	14558
2981593	Saint-Aubin-d'Appenai	saint-aubin-d-appenai	FR	61170	0	Europe/Paris	48.53625	0.33881		Claire-Fontaine,Saint-Aubin,Saint-Aubin-d'Appenai		28	61	611	61365
2981594	Saint-Aubin-Château-Neuf	saint-aubin-chateau-neuf	FR	89110	457	Europe/Paris	47.82214	3.30843		Saint-Aubin,Saint-Aubin-Chateau-Neuf,Saint-Aubin-Château-Neuf,Sent-Oben-Shato-Nef,sheng ao ban sha tuo na,Сент-Обен-Шато-Неф,سینٹ-آبن-چتو-نوف,圣奥班沙托纳		27	89	891	89334
2981595	Saint-Aubin-Celloville	saint-aubin-celloville	FR	76520	970	Europe/Paris	49.36367	1.15984		Saint-Aubin,Saint-Aubin-Celloville		28	76	763	76558
2981598	Saint-Aubin	saint-aubin	FR	02300	0	Europe/Paris	50.45652	1.66563		Saint-Aubin		32	62	624	62742
2981599	Saint-Aubin	saint-aubin	FR	02300	0	Europe/Paris	50.31303	2.72663		Saint-Aubin		32	62	621	62037
2981600	Saint-Aubin	saint-aubin	FR	02300	0	Europe/Paris	50.17236	3.91985		Saint-Aubin		32	59	591	59529
2981601	Saint-Aubin	saint-aubin	FR	02300	0	Europe/Paris	49.55	1.28333				28	76	763	76396
2981602	Saint-Aubin	saint-aubin	FR	02300	274	Europe/Paris	49.50918	3.1893		Auroux-la-Montagne,Corquelin,Franc-Coeur-la-Carriere,Franc-Coeur-la-Carrière,Saint-Aubin		32	02	022	02671
2981603	Saint-Aubin	saint-aubin	FR	02300	745	Europe/Paris	48.71328	2.14122		Saint-Aubin		11	91	913	91538
2981604	Saint-Aubin	saint-aubin	FR	02300	558	Europe/Paris	48.47581	3.5573		Saint-Aubin		44	10	102	10334
2981605	Saint-Aubin	saint-aubin	FR	02300	0	Europe/Paris	47.84497	-2.58148				53	56	562	56172
2981606	Saint-Aubin	saint-aubin	FR	02300	0	Europe/Paris	47.75255	-1.17878				52	49	494	49248
2981607	Saint-Aubin	saint-aubin	FR	02300	0	Europe/Paris	47.42941	-0.527				52	49	491	49246
2981608	Saint-Aubin	saint-aubin	FR	02300	0	Europe/Paris	47.41131	4.00262				27	89	892	89336
2981609	Saint-Aubin	saint-aubin	FR	02300	1600	Europe/Paris	47.03336	5.32666		Saint-Aubin		27	39	391	39476
2981612	Saint-Aubin	saint-aubin	FR	02300	436	Europe/Paris	44.47654	0.85286		Saint-Auban-sur-Durance,Saint-Aubin		75	47	473	47230
2981613	Saint-Aubin	saint-aubin	FR	02300	496	Europe/Paris	43.71135	-0.69688		Saint-Aubin		75	40	401	40249
2981614	Saint-Aubert-sur-Orne	saint-aubert-sur-orne	FR	61210	131	Europe/Paris	48.78966	-0.33966		Saint-Aubert,Saint-Aubert-sur-Orne		28	61	612	61339
2981615	Saint-Aubert	saint-aubert	FR	59188	1448	Europe/Paris	50.20805	3.41727		Libreval,Saint-Aubert		32	59	592	59528
2981616	Saint-Aubert	saint-aubert	FR	59188	0	Europe/Paris	44.24473	5.83902				93	05	052	05118
2981617	Saint-Auban-sur-l'Ouvèze	saint-auban-sur-l-ouveze	FR	26170	0	Europe/Paris	44.28829	5.41716		Saint-Auban,Saint-Auban-sur-Ouveze,Saint-Auban-sur-Ouvèze,Saint-Auban-sur-l'Ouveze,Saint-Auban-sur-l'Ouvèze		84	26	262	26292
2981618	Saint-Auban-d'Oze	saint-auban-d-oze	FR	05400	0	Europe/Paris	44.49594	5.84637		Saint-Auban,Saint-Auban-d'Oze		93	05	052	05131
2981621	Saint-Auban	saint-auban	FR	04600	0	Europe/Paris	44.07174	5.9921		Saint Aubon,Saint-Auban		93	04	043	04049
2981622	Saint-Auban	saint-auban	FR	04600	278	Europe/Paris	43.84817	6.72636		Saint-Auban		93	06	061	06116
2981623	Saint-Astier	saint-astier	FR	24110	4914	Europe/Paris	45.14526	0.52745		Astier-sur-l'Isle,Saint-Astier		75	24	243	24372
2981624	Saint-Astier	saint-astier	FR	24110	181	Europe/Paris	44.72983	0.25407		Saint-Astier		75	47	472	47229
2981626	Saint-Arroumex	saint-arroumex	FR	82210	148	Europe/Paris	43.99294	0.99684		Saint-Arroumex		76	82	821	82156
2981627	Saint-Arroman	saint-arroman	FR	32300	133	Europe/Paris	43.43853	0.52076		Egalite-Sousson,Egalité-Sousson,Saint-Arroman		76	32	323	32361
2981628	Saint-Arroman	saint-arroman	FR	32300	0	Europe/Paris	43.04471	0.40146		Mont-Unite,Mont-Unité,Saint-Arroman		76	65	652	65385
2981629	Saint-Arnoult-en-Yvelines	saint-arnoult-en-yvelines	FR	78730	5698	Europe/Paris	48.57111	1.9395		La Mejeanne,Montagne-sur-Remarde,Saint-Arnoult,Saint-Arnoult-en-Yvelines,Sent-Arnu-an-Ivelin,Sent-Arnu-an-Ivlin,Сент-Арну-ан-Івлін,Сент-Арну-ан-Ивелин,سینٹ-ارنولٹ-این -یولنس		11	78	782	78537
2981630	Saint-Arnoult-des-Bois	saint-arnoult-des-bois	FR	28190	689	Europe/Paris	48.49167	1.26331		Saint-Arnoult,Saint-Arnoult-des-Bois		24	28	281	28324
2981633	Saint-Arnoult	saint-arnoult	FR	14800	183	Europe/Paris	49.63166	1.82098		Arnoult-les-Montagnes,Montagne-sur-Seine,Saint-Arnoult		32	60	601	60566
2981634	Saint-Arnoult	saint-arnoult	FR	14800	1301	Europe/Paris	49.52676	0.67117		Saint-Arnoult		28	76	763	76557
2981635	Saint-Arnoult	saint-arnoult	FR	14800	809	Europe/Paris	49.33756	0.0904		Saint-Arnoult		28	14	143	14557
2981636	Saint-Arnoult	saint-arnoult	FR	14800	316	Europe/Paris	47.70824	0.87158		Arnoultval,Saint-Arnoult		24	41	412	41201
2981637	Saint-Arnac	saint-arnac	FR	66220	89	Europe/Paris	42.78001	2.53021		Cantarnac,Centernac,Saint-Arnac,Çantarnac		76	66	663	66169
2981638	Saint-Armou	saint-armou	FR	64160	553	Europe/Paris	43.41015	-0.30825		Saint-Armou,Sent Armon,Sent-Armu,sheng a er mu,Сент-Арму,سینٹ-ہرمو,圣阿尔穆		75	64	643	64470
2981639	Saint-Armel	saint-armel	FR	35230	1708	Europe/Paris	48.01247	-1.59146		Saint-Armel,Sant-Armael		53	35	353	35250
2981640	Saint-Armel	saint-armel	FR	35230	789	Europe/Paris	47.57323	-2.71101		Saint-Armel,Sant-Armael-ar-Gilli		53	56	563	56205
2981641	Saint-Arey	saint-arey	FR	38350	61	Europe/Paris	44.87177	5.73468		Saint-Arey		84	38	381	38361
2981642	Saint-Arcons-de-Barges	saint-arcons-de-barges	FR	43420	128	Europe/Paris	44.83918	3.92346		Arcons-Mejeanne,Arcons-Méjeanne,Saint-Arcons,Saint-Arcons-de-Barges,Sant Arconc de Barjas,Sant Arcònç de Barjas,Sent-Arkon-de-Barzh,sheng a er kong de ba er re,Сент-Аркон-де-Барж,سینٹ-آرکونس-دے-برگس,圣阿尔孔德巴尔热		84	43	432	43168
2981643	Saint-Arcons-d'Allier	saint-arcons-d-allier	FR	43300	0	Europe/Paris	45.06847	3.54998		Arcons-sur-Allier,Saint-Arcons,Saint-Arcons-d'Allier,Saint-Arçons,Saint-Arçons-d'Allier		84	43	431	43167
2981644	Saint-Arailles	saint-arailles	FR	32350	120	Europe/Paris	43.62646	0.35747		Lamothe-sur-l'Osse,Marat,Saint-Arailles,Sent-Araj,Senta Aralha,sheng a lai lai,Сент-Арай,سینٹ-آرہیلیس,圣阿赖莱		76	32	321	32360
2981645	Saint-Araille	saint-araille	FR	31430	140	Europe/Paris	43.35757	0.99161		Saint-Araille		76	31	311	31469
2981646	Saint-Aquilin-de-Pacy	saint-aquilin-de-pacy	FR	27120	561	Europe/Paris	49.01191	1.36129		Saint-Aquilin,Saint-Aquilin-de-Pacy		28	27	271	27448
2981647	Saint-Aquilin-de-Corbion	saint-aquilin-de-corbion	FR	61380	76	Europe/Paris	48.63588	0.51537		Saint-Aquilin,Saint-Aquilin-de-Corbion		28	61	613	61363
2981649	Saint-Aquilin	saint-aquilin	FR	24110	475	Europe/Paris	45.18599	0.49305		Saint-Aquilin,Sent Agulin,Sent-Akien,sheng a qu yi lan,Сент-Акиен,Сент-Акієн,سینٹ-اقیلن,圣阿屈伊兰		75	24	243	24371
2981650	Saint-Appolinard	saint-appolinard	FR	38160	537	Europe/Paris	45.34277	4.65659		Saint-Appolinard		84	42	423	42201
2981651	Saint-Appolinard	saint-appolinard	FR	38160	343	Europe/Paris	45.18803	5.26172		Apolinard,Saint-Appolinard		84	38	381	38360
2981652	Saint-Appolinaire	saint-appolinaire	FR	69170	117	Europe/Paris	45.97683	4.42335		Saint-Appolinaire,Saint-Appollinaire		84	69	692	69181
2981654	Saint-Apollinaire-de-Rias	saint-apollinaire-de-rias	FR	07240	125	Europe/Paris	44.92547	4.59839		Riaspol,Saint-Apollinaire,Saint-Apollinaire-de-Rias		84	07	072	07214
2981655	Saint-Apollinaire	saint-apollinaire	FR	05160	5211	Europe/Paris	47.33333	5.08333		Saint-Apollinaire,Sent-Apolliner,Сент-Аполлинер		27	21	212	21540
2981656	Saint-Apollinaire	saint-apollinaire	FR	05160	119	Europe/Paris	44.55575	6.36015		Apollinaire,Apollon,Fontaine-Soyer,Fontaine-Soyeur,Mont-Apollon,Saint-Apollinaire		93	05	052	05130
2981657	Saint-Août	saint-aout	FR	36120	813	Europe/Paris	46.73142	1.96534		Aout-les-Bois,Août-les-Bois,Saint-Aout,Saint-Août,Sent-U,Sent-Ut,Thermidor,sheng a wu,Сент-У,Сент-Ут,سینٹ-اوٹ,圣阿乌		24	36	363	36180
2981658	Saint-Aoustrille	saint-aoustrille	FR	36100	157	Europe/Paris	46.93919	1.92124		Beau-Vinal,Saint-Aoustrille,Sainte Aoustrille,Sent-Austrij,Sent-Ustrij,sheng a wu si te li er,Сент-Аустрий,Сент-Устрій,سینٹ-اوستریلے,圣阿乌斯特里尔		24	36	364	36179
2981659	Saint-Antonin-sur-Bayon	saint-antonin-sur-bayon	FR	13100	134	Europe/Paris	43.51949	5.57599	431	Saint-Antonin,Saint-Antonin-sur-Bayon,Saint-Antonin-sur-Bayons,Sant Antonin,Sant Antonin de Baion,Sent-Antonen-sjur-Bajon,Sent-Antonen-sjur-Beon,ba yong he pan sheng ang tuo nan,Сент-Антонен-сюр-Байон,Сент-Антонен-сюр-Беон,سینٹ-انٹونیں -سر-بیوں,巴永河畔圣昂托南		93	13	131	13090
2981660	Saint-Antonin-de-Sommaire	saint-antonin-de-sommaire	FR	27250	179	Europe/Paris	48.83306	0.66811		Saint-Antonin,Saint-Antonin-de-Sommaire		28	27	272	27508
2981661	Saint-Antonin-de-Lacalm	saint-antonin-de-lacalm	FR	81120	243	Europe/Paris	43.78575	2.30573		Haute-Montagne,Saint-Antonin,Saint-Antonin-de-Lacalm		76	81	811	81233
2981663	Saint-Antonin-Noble-Val	saint-antonin-noble-val	FR	82140	0	Europe/Paris	44.15	1.76667		Sanctus Antoninus,Sent Antonin,Sent-Antonen-Nobl'-Val',sheng ang tuo nan nuo bu lei wa,Сент-Антонен-Нобль-Валь,سینٹ-انٹونیں -نوبلے-ول,圣昂托南诺布勒瓦		76	82	822	82155
2981664	Saint-Antonin	saint-antonin	FR	06260	81	Europe/Paris	43.91042	6.98001		Saint-Antonin		93	06	062	06115
2981665	Saint-Antonin	saint-antonin	FR	06260	135	Europe/Paris	43.72322	0.81489		Saint-Antonin		76	32	322	32359
2981666	Saint-Antoine-sur-l'Isle	saint-antoine-sur-l-isle	FR	33660	470	Europe/Paris	45.02796	0.03857		Saint-Antoine,Saint-Antoine-sur-l'Isle		75	33	335	33373
2981668	Saint-Antoine-la-Forêt	saint-antoine-la-foret	FR	76170	967	Europe/Paris	49.53624	0.47428		Saint-Antoine,Saint-Antoine-la-Foret,Saint-Antoine-la-Forêt		28	76	762	76556
2981669	Saint-Antoine-du-Rocher	saint-antoine-du-rocher	FR	37360	1280	Europe/Paris	47.49677	0.62997		Le Rocher,Saint-Antoine,Saint-Antoine-du-Rocher		24	37	371	37206
2981670	Saint-Antoine-du-Queyret	saint-antoine-du-queyret	FR	33790	0	Europe/Paris	44.76299	0.00904		Saint-Antoine,Saint-Antoine-du-Queyret		75	33	333	33372
2981672	Saint-Antoine-de-Ficalba	saint-antoine-de-ficalba	FR	47340	588	Europe/Paris	44.33253	0.71665		Saint-Antoine,Saint-Antoine-de-Ficalba,Saint-Antoine-de-Ficalbas,Sant Antoni de Ficalba,Sant Antòni de Ficalba,Sent Antoni,Sent Antòni,Sent-Antuan-de-Fikal'ba,sheng ang tu wan de fei ka er ba,Сент-Антуан-де-Фикальба,Сент-Антуан-де-Фікальба,سینٹ-انتوینے-دے-فکلبہ,圣昂图万德菲卡尔巴		75	47	473	47228
2981673	Saint-Antoine-de-Breuilh	saint-antoine-de-breuilh	FR	24230	1965	Europe/Paris	44.84443	0.15435		Saint-Antoine,Saint-Antoine-de-Breuilh		75	24	241	24370
2981674	Saint-Antoine-d'Auberoche	saint-antoine-d-auberoche	FR	24330	0	Europe/Paris	45.1419	0.94399		Saint-Antoine,Saint-Antoine-d'Auberoche		75	24	243	24026
2981675	Saint-Antoine-Cumond	saint-antoine-cumond	FR	24410	381	Europe/Paris	45.26667	0.2		Saint-Antoine,Saint-Antoine-Cumond		75	24	243	24490
2981679	Saint-Antoine	saint-antoine	FR	15220	0	Europe/Paris	49.58603	0.8767				28	76	763	76433
2981680	Saint-Antoine	saint-antoine	FR	15220	0	Europe/Paris	48.63333	-3.81667				53	29	293	29186
2981681	Saint-Antoine	saint-antoine	FR	15220	0	Europe/Paris	48.6	-4.55				53	29		
2981682	Saint-Antoine	saint-antoine	FR	15220	0	Europe/Paris	46.96552	3.15715				27	58	583	58278
2981683	Saint-Antoine	saint-antoine	FR	15220	0	Europe/Paris	46.95764	2.68533				24	18	182	18191
2981684	Saint-Antoine	saint-antoine	FR	15220	289	Europe/Paris	46.77642	6.3341		Saint-Antoine		27	25	253	25514
2981685	Saint-Antoine-l'Abbaye	saint-antoine-l-abbaye	FR	38160	1008	Europe/Paris	45.16667	5.21667		Saint-Antoine-l'Abbaye,Saint-Antoine-lAbbaye,Saint-Antoine-l’Abbaye,Sent-Antuan-l'Abbei,Сент-Антуан-л’Аббеи		84	38	381	38359
2981686	Saint-Antoine	saint-antoine	FR	15220	309	Europe/Paris	45.01548	-0.42285		Saint-Antoine,Sent Antoni,Sent Antoni dArtigalonga,Sent Antòni,Sent Antòni dArtigalonga,Sent-Antuan,sheng ang tu wan,Сент-Антуан,سینٹ-انتوینے، گروندے,圣昂图万		75	33	331	33018
2981687	Saint-Antoine	saint-antoine	FR	15220	0	Europe/Paris	44.86893	6.48698		Saint-Antoine		93	05	051	05101
2981688	Saint-Antoine	saint-antoine	FR	15220	122	Europe/Paris	44.7504	2.33754		Saint-Antoine		84	15	151	15172
2981689	Saint-Antoine	saint-antoine	FR	15220	180	Europe/Paris	44.03578	0.84028		Saint-Antoine,Villenouvelle		76	32	322	32358
2981690	Saint-Antoine	saint-antoine	FR	15220	6436	Europe/Paris	43.37087	5.35888				93	13	133	13055
2981692	Saint-Anthot	saint-anthot	FR	21540	45	Europe/Paris	47.31548	4.6456		Anthot-la-Montagne,Saint-Anthot		27	21	212	21539
2981693	Saint-Anthème	saint-antheme	FR	63660	777	Europe/Paris	45.52786	3.91726		Pont-sur-Ance,Saint-Antheme,Saint-Anthème		84	63	631	63319
2981695	Saint-Ange-le-Viel	saint-ange-le-viel	FR	77710	235	Europe/Paris	48.26667	2.9		Saint-Ange,Sent-Anzh-le-V'el',Sent-Anzh-le-Vel',Сент-Анж-ле-Вьель,Сент-Анж-ле-Вєль,سینٹ-انگے-لے-ویل		11	77	774	77504
2981696	Saint-Angel	saint-angel	FR	03170	0	Europe/Paris	46.35749	2.69761		Saint-Angel		84	03	031	03217
2981697	Saint-Angel	saint-angel	FR	03170	397	Europe/Paris	45.99606	2.9341		Saint-Angel		84	63	634	63318
2981698	Saint-Angel	saint-angel	FR	03170	596	Europe/Paris	45.50348	2.23162		Saint-Angel		75	19	193	19180
2981699	Saint-Angel	saint-angel	FR	03170	0	Europe/Paris	45.46446	0.67882		Saint-Angel		75	24	242	24528
2981700	Saint-Ange-et-Torçay	saint-ange-et-torcay	FR	28170	287	Europe/Paris	48.65026	1.21493		Saint-Ange-et-Torcay,Saint-Ange-et-Torçay,Sent-Anzh-e-Torse,sheng ang ge he tuo er sai,Сент-Анж-е-Торсе,سینٹ-انگے-یت-ٹورکے,圣昂格和托尔赛		24	28	283	28323
2981701	Saint-Angeau	saint-angeau	FR	16230	668	Europe/Paris	45.84869	0.28672		Saint-Angeau,Sent Angeu,Sent-Anzho,sheng ang ruo,Сент-Анжо,سینٹ-انگو,圣昂若		75	16	163	16300
2981707	Saint-Androny	saint-androny	FR	33390	616	Europe/Paris	45.18989	-0.64964		Saint-Androny		75	33	331	33370
2981710	Val-de-Fier	val-de-fier	FR	74150	0	Europe/Paris	45.93333	5.9		Saint-Andre-Val-de-Fier,Saint-André-Val-de-Fier		84	74	741	74289
2981711	Saint-André-Treize-Voies	saint-andre-treize-voies	FR	85260	1019	Europe/Paris	46.93418	-1.41212		Saint-Andre,Saint-Andre-Treize-Voies,Saint-André,Saint-André-Treize-Voies,Treize-Voies		52	85	852	85197
2981712	Saint-André-sur-Vieux-Jonc	saint-andre-sur-vieux-jonc	FR	01960	1059	Europe/Paris	46.15855	5.14776		Saint-Andre,Saint-Andre-sur-Vieux-Jonc,Saint-André,Saint-André-sur-Vieux-Jonc		84	01	012	01336
2981713	Saint-André-sur-Sèvre	saint-andre-sur-sevre	FR	79380	684	Europe/Paris	46.78284	-0.67928		Saint-Andre,Saint-Andre-sur-Sevre,Saint-André,Saint-André-sur-Sèvre		75	79	791	79236
2981714	Saint-André-sur-Orne	saint-andre-sur-orne	FR	14320	1679	Europe/Paris	49.11741	-0.38227		Saint-Andre,Saint-Andre-sur-Orne,Saint-André,Saint-André-sur-Orne,Sent-Andre-sjur-Orn,ao er en he pan sheng ang de lei,Сент-Андре-сюр-Орн,سینٹ-آندرے-سر-اڑنے,奥尔恩河畔圣昂德雷		28	14	142	14556
2981715	Saint-André-sur-Cailly	saint-andre-sur-cailly	FR	76690	836	Europe/Paris	49.54686	1.21963		Saint-Andre,Saint-Andre-sur-Cailly,Saint-André,Saint-André-sur-Cailly		28	76	763	76555
2981716	Saint-André-les-Vergers	saint-andre-les-vergers	FR	10120	11203	Europe/Paris	48.28527	4.0521		Saint-Andre,Saint-Andre-les-Vergers,Saint-André,Saint-André-les-Vergers		44	10	103	10333
2981717	Saint-André-les-Alpes	saint-andre-les-alpes	FR	04170	875	Europe/Paris	43.968	6.50776		Saint-Andre,Saint-Andre-les-Alpes,Saint-André,Saint-André-les-Alpes,Sant Andrieu,Sent-Andre-lez-Al'p,Verdissole,sheng ang de lei lai a er pei,Сент-Андре-лез-Альп,سینٹ-آندرے-لیس-الپس,圣昂德雷莱阿尔佩		93	04	042	04173
2981718	Saint-André-le-Puy	saint-andre-le-puy	FR	42210	1217	Europe/Paris	45.64763	4.25887		Saint-Andre-le-Puy,Saint-André-le-Puy		84	42	421	42200
2981719	Saint-André-le-Gaz	saint-andre-le-gaz	FR	38490	2284	Europe/Paris	45.54546	5.52886		Saint-Andre,Saint-Andre-le-Gaz,Saint-André,Saint-André-le-Gaz		84	38	382	38357
2981720	Saint-André-le-Désert	saint-andre-le-desert	FR	71220	271	Europe/Paris	46.49461	4.53024		Bourg-Desert,Bourg-Désert,Bourg-le-Desert,Bourg-le-Désert,Montbogre,Saint-Andre,Saint-Andre-le-Desert,Saint-André,Saint-André-le-Désert		27	71	715	71387
2981721	Saint-André-le-Coq	saint-andre-le-coq	FR	63310	495	Europe/Paris	45.96381	3.31025		Saint-Andre,Saint-Andre-le-Coq,Saint-André-le-Coq		84	63	634	63317
2981722	Saint-André-le-Bouchoux	saint-andre-le-bouchoux	FR	01240	284	Europe/Paris	46.11785	5.07778		Saint-Andre,Saint-Andre-le-Bouchoux,Saint-André,Saint-André-le-Bouchoux		84	01	012	01335
2981723	Saint-André-la-Côte	saint-andre-la-cote	FR	69440	192	Europe/Paris	45.63037	4.60074		Haute-Montagne,Saint Andre,Saint André,Saint-Andre-la-Cote,Saint-André-la-Côte		84	69	691	69180
2981724	Saint-André-Lachamp	saint-andre-lachamp	FR	07230	130	Europe/Paris	44.50494	4.16358		Allure,Lachamp-du-Fer,Saint-Andre,Saint-Andre-Lachamp,Saint-André,Saint-André-Lachamp		84	07	071	07213
2981725	Saint-André-Goule-d'Oie	saint-andre-goule-d-oie	FR	85250	0	Europe/Paris	46.83446	-1.19194		Goule-d'Oie,Saint-Andre,Saint-Andre-Goule-d'Oie,Saint-André,Saint-André-Goule-d'Oie		52	85	852	85196
2981726	Saint-André-Farivillers	saint-andre-farivillers	FR	60480	509	Europe/Paris	49.58705	2.29137		Saint-Andre,Saint-Andre-Farivillers,Saint-André,Saint-André-Farivillers		32	60	602	60565
2981727	Saint-André-et-Appelles	saint-andre-et-appelles	FR	33220	0	Europe/Paris	44.81207	0.21329		Saint-Andre-et-Appelles,Saint-André-et-Appelles		75	33	335	33369
2981728	Saint-André-en-Vivarais	saint-andre-en-vivarais	FR	07690	247	Europe/Paris	45.12113	4.41125		Montvert,Saint-Andre,Saint-Andre-en-Vivarais,Saint-André,Saint-André-en-Vivarais,Sant Andrieu de Vivares,Sant Andrieu de Vivarés,Sant Andrieu e Bramalop,Sent-Andre-an-Vivare,wei wa lai de qu sheng ang de lei,Сент-Андре-ан-Виваре,Сент-Андре-ан-Віваре,سینٹ-آندرے-این -وورائس,维瓦赖地区圣昂德雷		84	07	073	07212
2981729	Saint-André-en-Terre-Plaine	saint-andre-en-terre-plaine	FR	89420	193	Europe/Paris	47.48024	4.05893		Saint-Andre,Saint-Andre-en-Terre-Plaine,Saint-André,Saint-André-en-Terre-Plaine,Terre-Plaine		27	89	892	89333
2981730	Saint-André-en-Royans	saint-andre-en-royans	FR	38680	321	Europe/Paris	45.08563	5.33857		Saint-Andre,Saint-Andre-en-Royans,Saint-André,Saint-André-en-Royans,Sant Andrieu,Sent-Andre-an-Ruajan,lu wa ang de qu sheng ang de lei,Сент-Андре-ан-Руаян,سینٹ-آندرے-این -رویانس,鲁瓦昂地区圣昂德雷		84	38	381	38356
2981731	Saint-André-en-Morvan	saint-andre-en-morvan	FR	58140	326	Europe/Paris	47.39271	3.85783		La Montagne-Andre,La Montagne-André,Pelletier-le-Rocher,Saint-Andre,Saint-Andre en Morvand,Saint-André,Saint-André en Morvand		27	58	581	58229
2981732	Saint-André-en-Bresse	saint-andre-en-bresse	FR	71440	95	Europe/Paris	46.65163	5.09224		Franc-Coeur,Saint-Andre,Saint-Andre-en-Bresse,Saint-André,Saint-André-en-Bresse,Sent-Andre-an-Bress,Сент-Андре-ан-Бресс,سینٹ-آندرے-این -برسسے		27	71	714	71386
2981733	Saint-André-en-Barrois	saint-andre-en-barrois	FR	55220	46	Europe/Paris	49.01414	5.23189		Saint-Andre,Saint-Andre-en-Barrois,Saint-André,Saint-André-en-Barrois		44	55	553	55453
2981735	Saint-André-du-Bois	saint-andre-du-bois	FR	33490	0	Europe/Paris	44.60467	-0.18307		Saint-Andre,Saint-Andre-du-Bois,Saint-André,Saint-André-du-Bois,Sant Andrieu deu Boi,Sant Andrieu deu Bòi,Sent Andriu dApian,Sent-Andre-dju-Bua,sheng ang de lei di bu wa,Сент-Андре-дю-Буа,سینٹ-آندرے-دو-بوس,圣昂德雷迪布瓦		75	33	333	33367
2981737	Saint-André-d'Olérargues	saint-andre-d-olerargues	FR	30330	0	Europe/Paris	44.16208	4.48536		Oleyrargnes,Saint-Andre,Saint-Andre-d'Olerargues,Saint-André,Saint-André-d'Olérargues		76	30	302	30232
2981738	Saint-André-d'Huiriat	saint-andre-d-huiriat	FR	01290	0	Europe/Paris	46.21425	4.90921		Saint-Andre,Saint-Andre-d'Huiriat,Saint-André,Saint-André-d'Huiriat		84	01	012	01334
2981739	Saint-André-d'Hébertot	saint-andre-d-hebertot	FR	14130	0	Europe/Paris	49.3123	0.27473		Saint-Andre,Saint-Andre-d'Hebertot,Saint-André,Saint-André-d'Hébertot		28	14	143	14555
2981741	Saint-André-de-Vézines	saint-andre-de-vezines	FR	12720	123	Europe/Paris	44.15215	3.25723		Saint-Andre,Saint-Andre-de-Vezines,Saint-André,Saint-André-de-Vézines,Sant Andrieu,Sent Andriu de Vesinas,Sent-Andre-de-Vezin,sheng ang de lei de wei qi nei,Сент-Андре-де-Везин,Сент-Андре-де-Везін,سینٹ-آندرے-دے-وزنس,圣昂德雷德韦齐内		76	12	121	12211
2981742	Saint-André-de-Valborgne	saint-andre-de-valborgne	FR	30940	402	Europe/Paris	44.1561	3.68385		Saint-Andre,Saint-André,Valborgne-du-Gard		76	30	303	30231
2981743	Saint-André-de-Seignanx	saint-andre-de-seignanx	FR	40390	1403	Europe/Paris	43.558	-1.35183		Saint Andre,Saint André		75	40	401	40248
2981744	Saint-André-des-Eaux	saint-andre-des-eaux	FR	22630	244	Europe/Paris	48.37183	-2.01035		Saint-Andre,Saint-Andre-des-Eaux,Saint-André,Saint-André-des-Eaux,Sant-Andrev-an-Doureier		53	22	221	22274
2981745	Saint-André-des-Eaux	saint-andre-des-eaux	FR	22630	3873	Europe/Paris	47.31401	-2.31122		Saint-Andre,Saint-Andre-des-Eaux,Saint-André,Saint-André-des-Eaux,Sant-Andrev-an-Dour		52	44	443	44151
2981746	Saint-André-de-Sangonis	saint-andre-de-sangonis	FR	34725	4270	Europe/Paris	43.64972	3.5033		Beaulieu,La Source,Saint-Andre,Saint-Andre-de-Sangonis,Saint-Andre-de-Sangoui,Saint-André,Saint-André-de-Sangonis,Saint-André-de-Sangoui		76	34	342	34239
2981747	Saint-André-de-Rosans	saint-andre-de-rosans	FR	05150	151	Europe/Paris	44.37646	5.51415		Andre-sur-Aigues,Andre-sur-Coule,André-sur-Aigues,André-sur-Coule,Rosans,Saint Andre,Saint-Andre-de-Rosans,Saint-André-de-Rosans		93	05	052	05129
2981748	Saint-André-de-Roquepertuis	saint-andre-de-roquepertuis	FR	30630	430	Europe/Paris	44.24042	4.45649		Roquepertuis,Saint-Andre,Saint-Andre-de-Roquepertuis,Saint-André,Saint-André-de-Roquepertuis,Sent Andrieu de Rocapertus,Sent Andrieu de Ròcapertús,Sent-Andre-de-Rokpertjui,sheng ang de lei de luo qu ai pei er di yi,Сент-Андре-де-Рокпертюи,Сент-Андре-де-Рокпертюї,سینٹ-آندرے-دے-روقیپرتیس,圣昂德雷德罗屈埃佩尔蒂伊		76	30	302	30230
2981749	Saint-André-de-Roquelongue	saint-andre-de-roquelongue	FR	11200	987	Europe/Paris	43.11361	2.8373		Saint-Andre,Saint-Andre-de-Roquelongue,Saint-André,Saint-André-de-Roquelongue		76	11	113	11332
2981750	Saint-André-de-Najac	saint-andre-de-najac	FR	12270	381	Europe/Paris	44.1901	2.04049		Saint-Andre,Saint-Andre-de-Najac,Saint-André,Saint-André-de-Najac		76	12	123	12210
2981751	Saint-André-de-Messei	saint-andre-de-messei	FR	61440	571	Europe/Paris	48.69476	-0.52333		Saint-Andre,Saint-André		28	61	612	61362
2981752	Saint-André-d'Embrun	saint-andre-d-embrun	FR	05200	0	Europe/Paris	44.58632	6.53419		Mont-Aurel,Saint-Andre,Saint-Andre-d'Embrun,Saint-André,Saint-André-d'Embrun		93	05	052	05128
2981753	Saint-André-de-Majencoules	saint-andre-de-majencoules	FR	30570	602	Europe/Paris	44.02826	3.67373		Majencoules,Majencoules-l'Herault,Majencoules-l'Hérault,Saint-Andre,Saint-Andre-de-Majencoules,Saint-André,Saint-André-de-Majencoules		76	30	303	30229
2981754	Saint-André-de-Lidon	saint-andre-de-lidon	FR	17260	925	Europe/Paris	45.5997	-0.74885		Lidon,Saint-Andre,Saint-Andre-de-Lidon,Saint-André,Saint-André-de-Lidon,Union-de-Lidon		75	17	174	17310
2981755	Saint-André-de-l'Eure	saint-andre-de-l-eure	FR	27220	0	Europe/Paris	48.90635	1.27519		Saint-Andre,Saint-Andre-de-l'Eure,Saint-André,Saint-André-de-l'Eure		28	27	273	27507
2981756	Saint-André-de-l'Épine	saint-andre-de-l-epine	FR	50680	0	Europe/Paris	49.1388	-1.01261		Saint-Andre,Saint-Andre-de-l'Epine,Saint-André,Saint-André-de-l'Épine		28	50	504	50446
2981757	Saint-André-de-Lancize	saint-andre-de-lancize	FR	48240	110	Europe/Paris	44.25833	3.81045		Cote-de-Lancize,Côte-de-Lancize,Saint-Andre,Saint-Andre-de-Lancize,Saint-André,Saint-André-de-Lancize		76	48	481	48136
2981758	Saint-André-de-la-Marche	saint-andre-de-la-marche	FR	49450	2701	Europe/Paris	47.09952	-0.99441		Saint-Andre,Saint-Andre-de-la-Marche,Saint-André,Saint-André-de-la-Marche,Sent-Andre-de-la-Marsh,sheng ang de lei de la-ma er ke,Сент-Андре-де-ла-Марш,سینٹ-آندرے-دے-لا-مارچے,圣昂德雷德拉-马尔克		52	49	492	49301
2981759	Saint-André-de-Double	saint-andre-de-double	FR	24190	155	Europe/Paris	45.14632	0.31898		Saint-Andre,Saint-Andre-de-Double,Saint-André,Saint-André-de-Double		75	24	243	24367
2981760	Saint-André-de-Cubzac	saint-andre-de-cubzac	FR	33240	0	Europe/Paris	44.99455	-0.44443		Saint-Andre,Saint-André,Sant Andrieu de Cubzac,Sent Andriu de Cupcac,Sent Andriu de Cupçac,Sent-Andre-de-Kjubzak,sheng ang de lei de qu bu zha ke,Сент-Андре-де-Кюбзак,سینٹ-آندرے-دے-کوبژاک,圣昂德雷德屈布扎克		75	33	331	33366
2981761	Saint-André-de-Cruzières	saint-andre-de-cruzieres	FR	07460	519	Europe/Paris	44.31478	4.21652		Claisses,Cruzieres-Superieur,Cruzières-Supérieur,Saint-Andre,Saint-Andre-de-Cruzieres,Saint-André,Saint-André-de-Cruzières		84	07	071	07211
2981762	Saint-André-de-Corcy	saint-andre-de-corcy	FR	01390	3373	Europe/Paris	45.9259	4.95166		Saint-Andre,Saint-Andre-de-Corcy,Saint-André,Saint-André-de-Corcy		84	01	012	01333
2981763	Saint-André-de-Chalencon	saint-andre-de-chalencon	FR	43130	342	Europe/Paris	45.27301	3.97001		Andre-sur-Ance,André-sur-Ance,Saint Andre,Saint André		84	43	433	43166
2981764	Saint-André-de-Buèges	saint-andre-de-bueges	FR	34190	66	Europe/Paris	43.84817	3.66299		Saint-Andre,Saint-Andre-de-Bueges,Saint-André,Saint-André-de-Buèges		76	34	342	34238
2981765	Saint-André-de-Briouze	saint-andre-de-briouze	FR	61220	171	Europe/Paris	48.7288	-0.32772		Saint-Andre,Saint-Andre-de-Briouze,Saint-André,Saint-André-de-Briouze,Sent-Andre-de-Briuz,sheng ang de lei de bu li wu ci,Сент-Андре-де-Бриуз,Сент-Андре-де-Бріуз,سینٹ-آندرے-دے-برووزے,圣昂德雷德布里乌兹		28	61	612	61361
2981766	Saint-André-de-Bohon	saint-andre-de-bohon	FR	50500	270	Europe/Paris	49.235	-1.25226		Saint-Andre,Saint-Andre-de-Bohon,Saint-André,Saint-André-de-Bohon		28	50	504	50445
2981767	Saint-André-de-Boëge	saint-andre-de-boege	FR	74420	569	Europe/Paris	46.18918	6.39259		Saint-Andre,Saint-Andre-de-Boege,Saint-André,Saint-André-de-Boëge		84	74	744	74226
2981768	Saint-André-de-Bâgé	saint-andre-de-bage	FR	01380	560	Europe/Paris	46.30128	4.92344		Saint-Andre,Saint-Andre-de-Bage,Saint-Andre-en-Bage,Saint-André,Saint-André-de-Bâgé,Saint-André-en-Bagé		84	01	012	01332
2981769	Saint-André-d'Apchon	saint-andre-d-apchon	FR	42370	0	Europe/Paris	46.03272	3.93482		Saint-Andre,Saint-Andre-d'Apchon,Saint-André,Saint-André-d'Apchon		84	42	422	42199
2981770	Saint-André-d'Allas	saint-andre-d-allas	FR	24200	0	Europe/Paris	44.88617	1.16704		Saint-Andre,Saint-Andre-d'Allas,Saint-Andre-dAllas,Saint-André,Saint-André-d'Allas,Saint-André-dAllas,Saint-André-d’Allas,sheng ang de lei da la,圣昂德雷达拉		75	24	244	24366
2981771	Saint-André-Capcèze	saint-andre-capceze	FR	48800	151	Europe/Paris	44.41709	3.94854		Saint-Andre,Saint-Andre-Capceze,Saint-André,Saint-André-Capcèze		76	48	482	48135
2981779	Saint-André-lez-Lille	saint-andre-lez-lille	FR	59350	10931	Europe/Paris	50.66667	3.05		Sent-Andre-le-Lill',sheng an de lie lai li er,Сент-Андре-ле-Лилль,Сент-Андре-ле-Лілль,سینٹ-آندرے-لیز-للے,圣安德烈莱里尔		32	59	595	59527
2981780	Saint-André	saint-andre	FR	31420	0	Europe/Paris	45.73409	-0.39977		Saint-Andre,Saint-André		75	16	162	16193
2981781	Saint-André	saint-andre	FR	31420	492	Europe/Paris	45.20085	6.61889		Montfort,Montmarat,Saint-Andre,Saint-André		84	73	733	73223
2981782	Saint-André	saint-andre	FR	31420	115	Europe/Paris	43.93329	2.46089		Saint-Andre,Saint-André		76	81	811	81240
2981783	Saint-André-de-la-Roche	saint-andre-de-la-roche	FR	06730	4336	Europe/Paris	43.73333	7.28333				93	06	062	06114
2981784	Saint-André	saint-andre	FR	31420	0	Europe/Paris	43.56266	0.85577		Saint-Andre,Saint-André		76	32	321	32356
2981785	Saint-André	saint-andre	FR	31420	4501	Europe/Paris	43.3563	5.34335				93	13	133	13055
2981786	Saint-André	saint-andre	FR	31420	0	Europe/Paris	43.27327	0.85159		Mont-Desert,Mont-Désert,Saint-Andre,Saint-André		76	31	312	31468
2981787	Saint-André	saint-andre	FR	31420	0	Europe/Paris	42.96363	2.1261		Saint-Andre,Saint-André		76	11	112	11142
2981831	Saint-Amans	saint-amans	FR	09100	81	Europe/Paris	43.22773	1.88638		Saint-Amans		76	11	111	11331
2981788	Sant Andreu de Sureda	sant-andreu-de-sureda	FR	66690	2757	Europe/Paris	42.55201	2.97129		Saint-Andre,Saint-André,Sant Andreu,Sant Andreu de Sureda		76	66	661	66168
2981791	Saint-Andiol	saint-andiol	FR	13670	2722	Europe/Paris	43.83484	4.94453		Saint-Andiol,Sant Andiou,Sant Andiòu,Sent-And'jol',Sent-And'ol',sheng ang di ao,Сент-Андьйоль,Сент-Андьоль,سینٹ-اندول,圣昂迪奥		93	13	132	13089
2981792	Saint-Andeux	saint-andeux	FR	21530	123	Europe/Paris	47.40045	4.09777		Montribois,Saint-Andeux		27	21	213	21538
2981793	Saint-Andéol-le-Château	saint-andeol-le-chateau	FR	69700	1451	Europe/Paris	45.58597	4.69504		Andeol-Libre,Andéol-Libre,Saint Andeol,Saint Andéol,Saint-Andeol-le-Chateau,Saint-Andéol-le-Château,Sent-Andeol'-le-Shato,Sent-Anduer,Sent-Anduér,Сент-Андеоль-ле-Шато,سینٹ-اندول-لے-چتو		84	69	691	69179
2981794	Saint-Andéol-de-Vals	saint-andeol-de-vals	FR	07600	461	Europe/Paris	44.69208	4.40139		Saint-Andeol,Saint-Andeol-de-Vals,Saint-Andeol-du Beurl,Saint-Andéol,Saint-Andéol-de-Vals,Saint-Andéol-du Beurl		84	07	071	07210
2981795	Saint-Andéol-de-Fourchades	saint-andeol-de-fourchades	FR	07160	95	Europe/Paris	44.84861	4.29788		Fourchades,Saint-Andeol,Saint-Andeol-de-Fourchades,Saint-Andéol,Saint-Andéol-de-Fourchades		84	07	073	07209
2981796	Saint-Andéol-de-Clerguemort	saint-andeol-de-clerguemort	FR	48160	81	Europe/Paris	44.28333	3.9		Saint-Andeol,Saint-Andeol-de Clerguomort,Saint-Andeol-de-Clerguemort,Saint-Andéol,Saint-Andéol-de Clerguomort,Saint-Andéol-de-Clerguemort		76	48	481	48152
2981797	Saint-Andéol-de-Berg	saint-andeol-de-berg	FR	07170	100	Europe/Paris	44.52831	4.52783		Saint-Andeol,Saint-Andeol-de-Berg,Saint-Andéol,Saint-Andéol-de-Berg,Sant Andeol de Berg,Sant Andiou de Berg,Sant Andiòu de Berg,Sant Andéol de Berg,Sent-Andeol'-de-Ber,sheng ang dai ao de bei er,Сент-Андеоль-де-Бер,سینٹ-اندول-دے-برگ,圣昂代奥德贝尔		84	07	071	07208
2981798	Saint-Andéol	saint-andeol	FR	26150	0	Europe/Paris	45.16449	4.95504				84	26	263	26094
2981799	Saint-Andéol	saint-andeol	FR	26150	132	Europe/Paris	44.96088	5.5508		Saint-Andeol,Saint-Andéol		84	38	381	38355
2981800	Saint-Andéol	saint-andeol	FR	26150	0	Europe/Paris	44.79969	5.25976		Saint-Andeol,Saint-Andéol		84	26	261	26291
2981801	Saint-Andelain	saint-andelain	FR	58150	542	Europe/Paris	47.30905	2.96096		Saint-Andelain		27	58	584	58228
2981804	Saint-Amour-Bellevue	saint-amour-bellevue	FR	71570	464	Europe/Paris	46.24555	4.7422		Bellevue,Saint-Amour,Saint-Amour-Bellevue		27	71	715	71385
2981805	Saint-Amour	saint-amour	FR	39160	2161	Europe/Paris	46.43638	5.34416		Franc-Amour,Saint-Amour		27	39	392	39475
2981808	Saint-Amé	saint-ame	FR	88120	2045	Europe/Paris	48.02388	6.66416		Nol-sur-Moselle,Saint-Ame,Saint-Amé,Sent-Ame,sheng a mo,Сент-Аме,سینٹ-امی,圣阿默		44	88	881	88409
2981809	Saint-Ambroix	saint-ambroix	FR	18290	374	Europe/Paris	46.93181	2.11952		Saint-Ambroix		24	18	181	18198
2981810	Saint-Ambroix	saint-ambroix	FR	18290	3541	Europe/Paris	44.26059	4.19817		Pont-Ceze,Pont-Cèze,Saint-Ambroix		76	30	301	30227
2981813	Saint-Ambreuil	saint-ambreuil	FR	71240	480	Europe/Paris	46.69107	4.85912		La Loi-sur-Grosne,Saint-Ambreuil		27	71	712	71384
2981815	Saint-Amarin	saint-amarin	FR	68550	2556	Europe/Paris	47.87494	7.0294		Saint-Amarin,Sankt Amarin,Sent-Amaren,Сент-Амарен,سینٹ-عمریں		44	68	686	68292
2981816	Saint-Amant-Tallende	saint-amant-tallende	FR	63450	1781	Europe/Paris	45.669	3.10788		Saint-Amand-Tallende,Saint-Amande-Tallende,Saint-Amant,Saint-Amant-Tallende		84	63	632	63315
2981817	Saint-Amant-Roche-Savine	saint-amant-roche-savine	FR	63890	628	Europe/Paris	45.57564	3.6321		Saint-Amant-Roche-Savine		84	63	631	63314
2981818	Saint-Amant-de-Nouère	saint-amant-de-nouere	FR	16170	389	Europe/Paris	45.74587	0.00241		Saint-Amant,Saint-Amant-de-Nouere,Saint-Amant-de-Nouère,Sent-Aman-de-Nuehr,Sent-Aman-de-Nuer,sheng a mang de nu ai er,Сент-Аман-де-Нуер,Сент-Аман-де-Нуэр,سینٹ-امانت-دے-نورے,圣阿芒德努埃尔		75	16	162	16298
2981820	Saint-Amant-de-Bonnieure	saint-amant-de-bonnieure	FR	16230	342	Europe/Paris	45.85222	0.29339		Saint-Amant,Saint-Amant-de-Bonnieure,Sent Amanc,Sent Amanç,Sent-Aman-de-Bon'er,Sent-Aman-de-Bon'jor,sheng a mang de bo nie yu er,Сент-Аман-де-Боньёр,Сент-Аман-де-Боньєр,سینٹ-امانت-دے-بونیرے,圣阿芒德博涅于尔		75	16	163	16300
2981822	Saint-Amant-de-Boixe	saint-amant-de-boixe	FR	16330	1164	Europe/Paris	45.79775	0.13444		Saint-Amant,Saint-Amant-de-Boixe,Sent-Aman-de-Buaks,sheng a mang de bu wa ke si,Сент-Аман-де-Буакс,سینٹ-امانت-دے-وشے,圣阿芒德布瓦克斯		75	16	163	16295
2981823	Saint-Amant-de-Montmoreau	saint-amant-de-montmoreau	FR	16190	671	Europe/Paris	45.4	0.15		Saint-Amand,Saint-Amant,Sent-Aman,sheng a mang,Сент-Аман,سینٹ-امانت-دے-مونتمورو,圣阿芒		75	16	161	16230
2981824	Saint-Amans-Valtoret	saint-amans-valtoret	FR	81240	1027	Europe/Paris	43.48171	2.49074		Saint-Amans,Saint-Amans-Valtoret		76	81	812	81239
2981825	Saint-Amans-Soult	saint-amans-soult	FR	81240	1839	Europe/Paris	43.4775	2.48712		La Bastida de Sant Amanc,La Bastida de Sant Amanç,Saint-Amans-Soult,Sant Amanc de Solt,Sant Amanç de Solt,Sent-Aman-Su,sheng a mang su er,Сент-Аман-Су,سینٹ-امانس-صولت,圣阿芒苏尔		76	81	812	81238
2981826	Saint-Amans	saint-amans	FR	09100	126	Europe/Paris	44.66291	3.45012		Saint-Amans,Saint-Amans-la-Lozere,Saint-Amans-la-Lozère		76	48	482	48127
2981827	Saint-Amans-du-Pech	saint-amans-du-pech	FR	82150	179	Europe/Paris	44.31618	0.88919		Saint-Amans,Saint-Amans-du-Pech		76	82	821	82153
2981828	Saint-Amans-des-Cots	saint-amans-des-cots	FR	12460	814	Europe/Paris	44.68931	2.65855		Saint-Amans,Saint-Amans-des-Cots,Saint-Amans-des-Cotz,Saint-Amans-des-Côts,Sant Amanc,Sant Amanç,Sent Amanc,Sent Amanç,Sent-Aman-de-Kot,Sent-Aman-de-Kots,sheng a mang dai ke te,Сент-Аман-де-Кот,Сент-Аман-де-Котс,سینٹ-امانس-دس-کوٹس,圣阿芒代科特		76	12	122	12209
2981829	Saint-Amans-de-Pellagal	saint-amans-de-pellagal	FR	82110	223	Europe/Paris	44.22777	1.10878		Saint-Amans,Saint-Amans-de-Pellagal		76	82	821	82154
2981832	Saint-Amans	saint-amans	FR	09100	52	Europe/Paris	43.15711	1.54768		Saint-Amans		76	09	092	09255
2981833	Saint-Amand-sur-Sèvre	saint-amand-sur-sevre	FR	79700	1298	Europe/Paris	46.86933	-0.79572		Saint-Amand,Saint-Amand-sur-Sevre,Saint-Amand-sur-Sèvre		75	79	791	79235
2981834	Saint-Amand-sur-Ornain	saint-amand-sur-ornain	FR	55500	86	Europe/Paris	48.62739	5.38782		Saint-Amand,Saint-Amand-sur-Ornain		44	55	551	55452
2981835	Saint-Amand-sur-Fion	saint-amand-sur-fion	FR	51300	876	Europe/Paris	48.81156	4.60613		Amand-du-Fion,Montlion,Saint-Amand,Saint-Amand-sur-Fion,Sent-Aman-sjur-Fion,fei weng he pan sheng a mang,Сент-Аман-сюр-Фіон,سینٹ-امنڈ-سر-فون,菲翁河畔圣阿芒		44	51	514	51472
2981837	Saint-Amand-Montrond	saint-amand-montrond	FR	18200	11976	Europe/Paris	46.72284	2.50494		Libreval,Mons Rotundus,Saint Amand,Saint Amano,Saint-Amand-Mont-Rond,Saint-Amand-Montrond,Sant Amand Montrond,Sent-Aman-Monron,Sent-Aman-Montron,san=taman=monron,sheng a mang meng te long,Сент-Аман-Монрон,Сент-Аман-Монтрон,سینٹ-امنڈ-مونٹروند,サン＝タマン＝モンロン,圣阿芒蒙特龙	182	24	18	182	18197
2981838	Saint-Amand-Magnazeix	saint-amand-magnazeix	FR	87290	470	Europe/Paris	46.17415	1.35418		Amand-les-Montagnes,Saint-Amand,Saint-Amand-Magnazeix		75	87	871	87133
2981839	Saint-Amand-les-Eaux	saint-amand-les-eaux	FR	59230	17808	Europe/Paris	50.44718	3.43076		Elnon-Libre,Saint-Amand,Saint-Amand-les-Eaux,Sent-Aman-lez-O,sheng a mang lai suo,Сент-Аман-лез-О,سینٹ-امنڈ-لیس-وا,圣阿芒莱索		32	59	596	59526
2981840	Saint-Amand-le-Petit	saint-amand-le-petit	FR	87120	130	Europe/Paris	45.7754	1.75097		Saint-Amand,Saint-Amand-le-Petit		75	87	872	87132
2981841	Saint-Amand-Jartoudeix	saint-amand-jartoudeix	FR	23400	184	Europe/Paris	45.91445	1.6584		Saint-Amand,Saint-Amand-Jartoudeix		75	23	232	23181
2981842	Saint-Amandin	saint-amandin	FR	15190	247	Europe/Paris	45.34293	2.69469		Saint-Amandin		84	15	153	15170
2981843	Saint-Amand-en-Puisaye	saint-amand-en-puisaye	FR	58310	1398	Europe/Paris	47.52913	3.074		Saint-Amand-en Puysaye,Saint-Amand-en-Puisaye		27	58	584	58227
2981844	Saint-Amand-de-Vergt	saint-amand-de-vergt	FR	24380	211	Europe/Paris	44.98732	0.69717		Saint-Amand,Saint-Amand-de-Vergt,Sench Amand dau Vern,Sench Amand de Vern,Sent-Aman-de-Ver,sheng a mang de wei er ge,Сент-Аман-де-Вер,سینٹ-امنڈ-دے-ورگٹھ,圣阿芒德韦尔格		75	24	243	24365
2981845	Saint-Amand-Longpré	saint-amand-longpre	FR	41310	1083	Europe/Paris	47.68333	1.01667		Saint-Amand,Saint-Amand-de-Vendome,Saint-Amand-de-Vendôme,Sent-Aman-Lonpre,sheng a mang long ge pu lei,Сент-Аман-Лонпре,سینٹ-امنڈ-لونگپرے,圣阿芒隆格普雷		24	41	412	41199
2981846	Saint-Amand-des-Hautes-Terres	saint-amand-des-hautes-terres	FR	27370	323	Europe/Paris	49.23333	0.93333		Saint-Amand,Saint-Amand-des-Hautes-Terres		28	27	272	27011
2981847	Saint-Amand-de-Coly	saint-amand-de-coly	FR	24290	375	Europe/Paris	45.0633	1.24747		Amand-le-Vallon,Saint-Amand,Saint-Amand-de-Coly,Sench Amand de Colac,Sench Amand de Coli,Sench Amand de Còli,Sent-Aman-de-Koli,sheng a mang de ke li,Сент-Аман-де-Коли,Сент-Аман-де-Колі,سینٹ لیون سر وزیرے,سینٹ-امنڈ-دے-کولے,圣阿芒德科利		75	24	244	24364
2981848	Saint-Amand-de-Belvès	saint-amand-de-belves	FR	24170	105	Europe/Paris	44.74996	1.03458		Saint-Amand,Saint-Amand-de-Belves,Saint-Amand-de-Belvès		75	24	244	24035
2981850	Saint-Amand	saint-amand	FR	23200	167	Europe/Paris	50.16263	2.55916		Saint-Amand		32	62	621	62741
2981851	Saint-Amand	saint-amand	FR	23200	2045	Europe/Paris	49.04338	-0.96491		Saint-Amand		28	50	504	50444
2981852	Saint-Amand	saint-amand	FR	23200	528	Europe/Paris	45.98186	2.20796		Saint-Amand		75	23	231	23180
2981853	Saint-Amancet	saint-amancet	FR	81110	166	Europe/Paris	43.46594	2.10159		Saint-Amancet		76	81	812	81237
2981854	Saint-Amadou	saint-amadou	FR	09100	234	Europe/Paris	43.11064	1.72281		Saint-Amadou		76	09	092	09254
2981855	Saint-Alyre-ès-Montagne	saint-alyre-es-montagne	FR	63420	170	Europe/Paris	45.39005	2.99254		Charlus,Saint-Alyre,Saint-Alyre-es-Montagne,Saint-Alyre-ès-Montagne		84	63	633	63313
2981856	Saint-Alyre-d'Arlanc	saint-alyre-d-arlanc	FR	63220	0	Europe/Paris	45.36815	3.63849		Saint-Alyre,Saint-Alyre-d'Arlanc		84	63	631	63312
2981857	Sainte-Alvère	sainte-alvere	FR	24510	900	Europe/Paris	44.94678	0.80869		Saint-Alvere,Saint-Alvère,Sainte-Alvere,Sainte-Alvère,Sent-Al'ver,Senta Alvera,Senta Alvèra,sheng a er wei er,syn-alwry,Сент-Альвер,سین-الوری,圣阿尔韦尔		75	24	243	24362
2981859	Saint-Alpinien	saint-alpinien	FR	23200	319	Europe/Paris	45.97758	2.23811		Saint-Alpinien		75	23	231	23179
2981860	Saint-Allouestre	saint-allouestre	FR	56500	564	Europe/Paris	47.91054	-2.72326		Saint-Allouestre,Sant-Aleustr		53	56	562	56204
2981861	Saint-Algis	saint-algis	FR	02260	149	Europe/Paris	49.89875	3.82562		Saint-Algis		32	02	025	02670
2981863	Saint-Alexandre	saint-alexandre	FR	30130	1065	Europe/Paris	44.22787	4.62153		Roquebrune,Saint-Alexandre		76	30	302	30226
2981864	Saint-Albin-de-Vaulserre	saint-albin-de-vaulserre	FR	38480	407	Europe/Paris	45.50239	5.70503		Saint-Albin,Saint-Albin-de-Vaulserre		84	38	382	38354
2981865	Saint-Alban-sur-Limagnole	saint-alban-sur-limagnole	FR	48120	1535	Europe/Paris	44.78111	3.3882		Saint-Alban,Saint-Alban-sur-Limagnole		76	48	482	48132
2981866	Saint-Alban-Auriolles	saint-alban-auriolles	FR	07120	0	Europe/Paris	44.41667	4.3		Saint-Alban,Saint-Alban-sous-Sampzon,Sant Alban Auriolles,Sant Alban e Auriolas,Sant Alban e Auriòlas,Sent-Al'ban-Or'ol',Sent-Al'ban-Orjol',sheng a er bang ao li ao lai,Сент-Альбан-Орйоль,Сент-Альбан-Орьоль,سینٹ-البن-اوریولیس,圣阿尔邦奥里奥莱		84	07	071	07207
2981867	Saint-Alban-les-Eaux	saint-alban-les-eaux	FR	42370	989	Europe/Paris	46.01139	3.94666		Saint-Alban,Saint-Alban-les-Eaux,Sent-Al'ban-lez-O,sheng a er bang lai ao,Сент-Альбан-лез-О,سینٹ-البن-لیس-وا,圣阿尔邦莱奥		84	42	422	42198
2981868	Saint-Alban-en-Montagne	saint-alban-en-montagne	FR	07590	75	Europe/Paris	44.70334	3.90964		Alban-les-Baumes,Luc-dAlban,Saint-Alban		84	07	071	07206
2981869	Saint-Alban-du-Rhône	saint-alban-du-rhone	FR	38370	903	Europe/Paris	45.42151	4.75845		Saint Alban,Saint-Alban-du-Rhone,Saint-Alban-du-Rhône		84	38	383	38353
2981871	Saint-Alban-des-Villards	saint-alban-des-villards	FR	73130	63	Europe/Paris	45.3094	6.24868		Merlet,Saint-Alban,Saint-Alban-des-Villards		84	73	733	73221
2981872	Saint-Alban-d'Hurtières	saint-alban-d-hurtieres	FR	73220	244	Europe/Paris	45.48259	6.27453		Cucheron,Saint-Alban,Saint-Alban-d'Hurtieres,Saint-Alban-d'Hurtières,Saint-Alban-des-Hurtieres,Saint-Alban-des-Hurtières		84	73	733	73220
2981873	Saint-Alban-de-Roche	saint-alban-de-roche	FR	38080	1855	Europe/Paris	45.5949	5.2263		Mont-Alban,Saint-Alban,Saint-Alban-de-Roche		84	38	382	38352
2981874	Saint-Alban-de-Montbel	saint-alban-de-montbel	FR	73610	483	Europe/Paris	45.55207	5.78347		Port-de-Montbel,Saint-Alban,Saint-Alban-de-Montbel		84	73	732	73219
2981875	Saint-Alban-d'Ay	saint-alban-d-ay	FR	07790	0	Europe/Paris	45.1877	4.63812		Monban,Saint Alban,Saint-Alban-d'Ay		84	07	073	07205
2981876	Saint-Alban	saint-alban	FR	01450	1635	Europe/Paris	48.55748	-2.53517		Saint-Alban,Sant-Alvan		53	22	224	22273
2981877	Saint-Alban	saint-alban	FR	01450	148	Europe/Paris	46.0996	5.46141		Alban-sur-Cerdon,Saint-Alban		84	01	014	01331
2981878	Saint-Alban-Leysse	saint-alban-leysse	FR	73230	5452	Europe/Paris	45.58333	5.95		Saint-Alban-Leysse,Sent-Al'ban-Lejss,Sent-Al'ban-Les,Сент-Альбан-Лейсс,Сент-Альбан-Лес,سینٹ-البن-لیسسے		84	73	732	73222
2981879	Saint-Alban	saint-alban	FR	01450	5379	Europe/Paris	43.6927	1.4102		Saint-Alban		76	31	313	31467
2981880	Saint-Albain	saint-albain	FR	71260	509	Europe/Paris	46.42797	4.87569		Mont-Marat,Saint-Albain		27	71	715	71383
2981881	Saint-Ail	saint-ail	FR	54580	342	Europe/Paris	49.18009	5.99777		Saint-Ail,Saint-Ail-Habonville		44	54	541	54469
2981882	Saint-Aigulin	saint-aigulin	FR	17360	2147	Europe/Paris	45.15735	-0.00863		Ami-des-Lois,Le Grand-Aigulin,Le Petit-Aigulin,Sent-Egjulen,Sent-Ehgjulen,sheng ai ju lan,Сент-Егюлен,Сент-Эгюлен,سینٹ-ایگلین,圣艾居兰		75	17	171	17309
2981883	Saint-Aigny	saint-aigny	FR	36300	286	Europe/Paris	46.64502	1.02694		Les Fontaines,Saint-Aigny,Sent-Ehn'i,Sent-En'i,sheng ai ni,Сент-Еньї,Сент-Эньи,سینٹ-ایگنے,圣艾尼		24	36	361	36178
2981884	Saint-Agne	saint-agne	FR	24520	0	Europe/Paris	44.83624	0.63446		Saint-Agne,Saint-Aigne,Sent Anha,Sent Anhan,Sent-An',sheng a ni,Сент-Ань,سینٹ-اگنے,圣阿尼		75	24	241	24361
2981885	Saint-Aignan-sur-Ry	saint-aignan-sur-ry	FR	76116	290	Europe/Paris	49.50156	1.35299		Saint-Aignan,Saint-Aignan-sur-Ry		28	76	763	76554
2981886	Saint-Aignan-sur-Roë	saint-aignan-sur-roe	FR	53390	976	Europe/Paris	47.8405	-1.13741		Saint-Aignan,Saint-Aignan-sur-Roe,Saint-Aignan-sur-Roë		52	53	531	53197
2981887	Saint-Aignan-le-Jaillard	saint-aignan-le-jaillard	FR	45600	595	Europe/Paris	47.74305	2.43666		Jaillard-sur-Sauge,Saint-Aignan,Saint-Aignan-le-Jaillard,Sent-En'jan-le-Zhajar,sheng ai ni ang lai re la er,Сент-Еньян-ле-Жаяр,سینٹ-ایگنان-لے-جیلارڈ,圣艾尼昂莱热拉尔		24	45	452	45268
2981888	Saint-Aignan-Grandlieu	saint-aignan-grandlieu	FR	44860	0	Europe/Paris	47.12374	-1.6308		Saint-Aignan,Saint-Aignan-Grand-Lieu,Saint-Aignan-Grandlieu,Sant-Enion-al-Lenn-Veur,Sent-En'jan-Granl'e,santenyan=guranryu,sheng ai ni ang ge lang de li e,Сент-Еньян-Гранльє,سینٹ-ایگنان-گراندلیو,サンテニャン＝グランリュー,圣艾尼昂格朗德利厄		52	44	442	44150
2981889	Saint-Aignan-des-Noyers	saint-aignan-des-noyers	FR	18600	100	Europe/Paris	46.76533	2.81624		Saint Aignan,Saint-Aignan-des-Noyers		24	18	182	18196
2981890	Saint-Aignan-des-Gués	saint-aignan-des-gues	FR	45460	304	Europe/Paris	47.84089	2.31845		Saint-Aignan,Saint-Aignan-des-Gues,Saint-Aignan-des-Gués,Sent-En'jan-de-Ge,sheng ai ni ang dai gai,Сент-Еньян-де-Ге,سینٹ-ایگنان-دس-گیس,圣艾尼昂代盖		24	45	452	45051
2981891	Saint-Aignan-de-Cramesnil	saint-aignan-de-cramesnil	FR	14540	376	Europe/Paris	49.07933	-0.27801		Aignan-le-Propre,Saint-Aignan,Saint-Aignan-de-Cramesnil		28	14	142	14554
2981892	Saint-Aignan-de-Couptrain	saint-aignan-de-couptrain	FR	53250	375	Europe/Paris	48.45589	-0.30307		Saint-Aignan		52	53	533	53196
2981893	Saint-Aignan	saint-aignan	FR	08350	0	Europe/Paris	49.93333	1.38651				28	76	761	76049
2981894	Saint-Aignan	saint-aignan	FR	08350	150	Europe/Paris	49.65195	4.84738		Mont-Aignan,Saint-Aignan,Saint-Aignan-sur-Bar		44	08	083	08377
2981895	Saint-Aignan	saint-aignan	FR	08350	207	Europe/Paris	48.21558	0.3425		Aignan-sur-Roche,Saint-Aignan,Scevola-Aignan		52	72	722	72265
2981896	Saint-Aignan	saint-aignan	FR	08350	679	Europe/Paris	48.1817	-3.01374		Saint-Aignan,Sant-Inan		53	56	562	56203
2981897	Saint-Aignan	saint-aignan	FR	08350	0	Europe/Paris	47.8361	-0.56622				52	53	531	53104
2981898	Saint-Aignan	saint-aignan	FR	08350	3752	Europe/Paris	47.26892	1.37614		Carismont,Saint-Aignan,Saint-Aignan-sur-Cher		24	41	413	41198
2981899	Saint-Aignan	saint-aignan	FR	08350	285	Europe/Paris	44.94391	-0.29797		Saint-Aignan		75	33	335	33365
2981900	Saint-Aignan	saint-aignan	FR	08350	438	Europe/Paris	44.01839	1.07409		Aignan-sur-Roche,Saint-Aignan		76	82	821	82152
2981901	Saint-Agrève	saint-agreve	FR	07320	2834	Europe/Paris	45.01003	4.39612		Mont-Chiniac,Saint-Agreve,Saint-Agrève,Sant Agreve,Sant Agrève,Sent-Agrev,sheng a ge lei fu,Сент-Агрев,سینٹ-اگریوے,圣阿格雷夫		84	07	073	07204
2981902	Saint-Agoulin	saint-agoulin	FR	63260	255	Europe/Paris	46.04095	3.13571		Saint-Agoulin,Saiut-Agoulin		84	63	634	63311
2981903	Saint-Agnin-sur-Bion	saint-agnin-sur-bion	FR	38300	735	Europe/Paris	45.53946	5.23688		Saint-Agnin,Saint-Agnin-sur-Bion		84	38	383	38351
2981904	Saint-Agnet	saint-agnet	FR	40800	207	Europe/Paris	43.60696	-0.27278		Saint-Agnet		75	40	402	40247
2981906	Saint-Agnant-près-Crocq	saint-agnant-pres-crocq	FR	23260	197	Europe/Paris	45.80336	2.35011		Saint-Agnant,Saint-Agnant-pres-Crocq,Saint-Agnant-près-Crocq		75	23	231	23178
2981907	Saint-Agnant-de-Versillat	saint-agnant-de-versillat	FR	23300	1098	Europe/Paris	46.27852	1.51019		Saint-Agnant,Saint-Agnant-de-Versillat,Versillat-le-Marat		75	23	232	23177
2981908	Saint-Agnant	saint-agnant	FR	17620	2193	Europe/Paris	45.87241	-0.9612		Mont-Agnan,Saint-Agnant		75	17	172	17308
2981909	Saint-Agnan-sur-Sarthe	saint-agnan-sur-sarthe	FR	61170	104	Europe/Paris	48.61007	0.42632		Montagnan,Saint-Agnan,Saint-Agnan-sur-Sarthe		28	61	611	61360
2981910	Saint-Agnan	saint-agnan	FR	02330	631	Europe/Paris	46.5	3.86667		Saint-Agnan-sur-Loire		27	71	713	71382
2981911	Saint-Agnan-sur-Erre	saint-agnan-sur-erre	FR	61340	169	Europe/Paris	48.31928	0.72666		Saint-Agnan,Saint-Agnan-sur-Erre		28	61	613	61484
2981912	Saint-Agnan-le-Malherbe	saint-agnan-le-malherbe	FR	14260	99	Europe/Paris	49.04346	-0.57905		Saint-Agnan,Saint-Agnan-le-Malherbe		28	14	144	14037
2981913	Saint-Agnan-en-Vercors	saint-agnan-en-vercors	FR	26420	427	Europe/Paris	44.93651	5.43108		Saint-Agnan,Saint-Agnan-en-Vercors		84	26	261	26290
2981914	Saint-Agnan-de-Cernières	saint-agnan-de-cernieres	FR	27390	127	Europe/Paris	48.95373	0.51687		Saint-Agnan		28	27	272	27505
2981915	Saint-Agnan	saint-agnan	FR	02330	107	Europe/Paris	49.02012	3.59381		Montagnan,Saint-Agnan		32	02	021	02053
2981916	Saint-Agnan	saint-agnan	FR	02330	0	Europe/Paris	48.30584	3.05119		Saint-Agnan		27	89	893	89332
2981917	Saint-Agnan	saint-agnan	FR	02330	162	Europe/Paris	47.31762	4.09524		Saint-Agnan		27	58	581	58226
2981918	Saint-Agnan	saint-agnan	FR	02330	0	Europe/Paris	44.43097	0.81894		Saint-Agnan,Saint-Aignan		75	47	473	47280
2981919	Saint-Agnan	saint-agnan	FR	02330	0	Europe/Paris	44.30886	2.83601				76	12	121	12266
2981920	Saint-Agnan	saint-agnan	FR	02330	168	Europe/Paris	43.69574	1.73335		Saint-Agnan		76	81	812	81236
2981922	Saint-Agil	saint-agil	FR	41170	273	Europe/Paris	48.03421	0.92606		Saint-Agil		24	41	412	41248
2981923	Saint-Agathon	saint-agathon	FR	22200	1876	Europe/Paris	48.55939	-3.10511		Bonvalon,Fanum Sancti Negantoni,Saint-Agathon,Sant-Eganton,Sent-Agaton,sheng a jia tong,Сент-Агатон,سینٹ-اگاتھوں,圣阿加通		53	22	222	22272
2981925	Saint-Affrique	saint-affrique	FR	12400	8548	Europe/Paris	43.95575	2.88915		La Montagne-sur-Sorgue,Sant Africa,Sent-Affrik,Sent-Afrik,sheng a fu li qu ai,Сент-Африк,Сент-Аффрик,སེན་ཏེ་ཨ་ཧྥེ་རི་ཁེ།,圣阿夫里屈埃		76	12	121	12208
2981926	Saint-Affrique-les-Montagnes	saint-affrique-les-montagnes	FR	81290	637	Europe/Paris	43.53747	2.20636				76	81	812	81235
2981927	Saint-Adrien	saint-adrien	FR	22390	0	Europe/Paris	48.4889	-3.13142		Montrieux,Saint-Adrien,Sant-Rien		53	22	222	22271
2981928	Saint-Adrien	saint-adrien	FR	22390	0	Europe/Paris	48.11667	-3.45				53	56	562	56100
2981929	Saint-Adrien	saint-adrien	FR	22390	0	Europe/Paris	47.96667	-3.7				53	29	294	29274
2981930	Saint-Adrien	saint-adrien	FR	22390	0	Europe/Paris	47.91884	-3.07862				53	56	562	56207
2981974	Sail-les-Bains	sail-les-bains	FR	42310	230	Europe/Paris	46.23956	3.84525		Sail,Sail-les-Bains		84	42	422	42194
2981931	Saint-Adjutory	saint-adjutory	FR	16310	308	Europe/Paris	45.7658	0.47416		Saint-Adjutory,Sent Aitore,Sent Aitòre,Sent-Adzhjutori,Sent-Adzhutori,sheng a de rui tuo li,Сент-Аджуторі,Сент-Аджютори,سینٹ-ادجتورے,圣阿德瑞托里		75	16	161	16293
2981932	Saint-Acheul	saint-acheul	FR	80370	24	Europe/Paris	50.18975	2.16419		Abladene,Abladène,Abladéne,Saint-Acheu,Saint-Acheul,Sent-Ashel',sheng a she li,Сент-Ашель,سینٹ-اچھل,圣阿舍利		32	80	802	80697
2981933	Saint-Abraham	saint-abraham	FR	56140	494	Europe/Paris	47.85595	-2.40926		Saint-Abraham,Sant-Abran		53	56	563	56202
2981934	Saint-Abit	saint-abit	FR	64800	295	Europe/Paris	43.20533	-0.29446		Saint-Abit,Sent Avit,Sent-Abit,sheng a bi,Сент-Абит,Сент-Абіт,سینٹ-ابیٹ,圣阿比		75	64	643	64469
2981936	Sains-Richaumont	sains-richaumont	FR	02120	970	Europe/Paris	49.82346	3.70959		Sains,Sains-Richaumont		32	02	025	02668
2981937	Sains-Morainvillers	sains-morainvillers	FR	60420	260	Europe/Paris	49.57374	2.47111		Sains,Sains-Morainvillers		32	60	602	60564
2981938	Sains-lès-Pernes	sains-les-pernes	FR	62550	222	Europe/Paris	50.47713	2.35559		Sains,Sains-les-Pernes,Sains-lez-Pernes,Sains-lès-Pernes,Sen-le-Pern,sang lai pei er ne,sayns-lys-prns,synz lyh byrnys,Сен-ле-Перн,سائنس-لیس-پرنس,سينز ليه بيرنيس,桑莱佩尔讷		32	62	621	62740
2981939	Sains-lès-Marquion	sains-les-marquion	FR	62860	306	Europe/Paris	50.19409	3.07232		Sains,Sains-les-Marquion,Sains-lez-Marquion,Sains-lès-Marquion,Sen-le-Markjon,sang lai ma ji yong,synz lyh markywn,Сен-ле-Маркйон,سائنس-لیس-مرقیوں,سينز ليه ماركيون,桑莱马基永		32	62	621	62739
2981940	Sains-lès-Fressin	sains-les-fressin	FR	62310	175	Europe/Paris	50.46636	2.04359		L'Harmonie,Les Fressins-Pelletier,Sains,Sains-les-Fressin,Sains-lez-Fressin,Sains-lès-Fressin,Sen-le-Fressen,sang lai fu lei sen,sayns-lys-fryssn,synz lyh frysyn,Сен-ле-Фрессен,سائنس-لیس-فریسسن,سينز ليه فريسين,桑莱弗雷森		32	62	624	62738
2981941	Sains-en-Gohelle	sains-en-gohelle	FR	62114	6196	Europe/Paris	50.44512	2.68301		Sains,Sains-en-Gohelle,Sains-in-Gohelle,Sen-an-Goehl',Sen-an-Goel',sang ang ge ai lei,synz an jwhyl,Сен-ан-Гоель,Сен-ан-Гоэль,سائنس-این -گوھلے,سينز إن جوهيل,桑昂戈埃勒		32	62	627	62737
2981942	Sains-en-Amiénois	sains-en-amienois	FR	80680	1260	Europe/Paris	49.81716	2.31862		Sains,Sains-en-Amienois,Sains-en-Amiénois,Sains-in-Anmienoe,Sains-in-Anmiénoé,Sen-an-Amenua,sang ang na mi ye nu wa,sayns-ayn -amynws,Сен-ан-Амєнуа,سائنس-این -امینوس,桑昂纳米耶努瓦		32	80	802	80696
2981943	Sains-du-Nord	sains-du-nord	FR	59177	3042	Europe/Paris	50.09377	4.00898		Sains,Sains-du-Nord,Sen-dju-Nor,sang di nuo er,sayns-dw-nwrd,Сен-дю-Нор,سائنس-دو-نورد,桑迪诺尔		32	59	591	59525
2981945	Sains	sains	FR	35610	0	Europe/Paris	50.33663	2.32514				32	62	621	62416
2981946	Sains	sains	FR	35610	490	Europe/Paris	48.55176	-1.5849		Sains,Sent		53	35	354	35248
2981947	Sainpuits	sainpuits	FR	89520	312	Europe/Paris	47.51881	3.25727		Sainpuits		27	89	891	89331
2981948	Sainneville	sainneville	FR	76430	824	Europe/Paris	49.55598	0.28829		Sainneville,Sainneville-sur-Seine		28	76	762	76551
2981949	Sainghin-en-Weppes	sainghin-en-weppes	FR	59184	5611	Europe/Paris	50.56407	2.89804		Sainghin,Sainghin-en-Weppes		32	59	595	59524
2981950	Sainghin-en-Mélantois	sainghin-en-melantois	FR	59262	2606	Europe/Paris	50.58836	3.16619		Sainghin,Sainghin-en-Melantois,Sainghin-en-Mélantois		32	59	595	59523
2981952	Saincaize-Meauce	saincaize-meauce	FR	58470	452	Europe/Paris	46.90765	3.08407		Caize-la-Vallee,Caize-la-Vallée,Saincaize		27	58	583	58225
2981953	Sain-Bel	sain-bel	FR	69210	2022	Europe/Paris	45.81017	4.59797		Bel-les-Mines,Sain-Bel		84	69	692	69171
2981954	Sail-sous-Couzan	sail-sous-couzan	FR	42890	1009	Europe/Paris	45.73482	3.96898		Sail,Sail-sous-Couzan,Saj-su-Kuzan,sai su ku cang,syl-sws-kwzn,Сай-су-Кузан,سیل-سوس-کوزن,赛苏库藏		84	42	421	42195
2981956	Sailly-sur-la-Lys	sailly-sur-la-lys	FR	62840	4004	Europe/Paris	50.6582	2.76872		Sai-sjur-la-Li,Sai-sjur-la-Lis,Sailly,Sailly an de Leie,Sailly-sur-la-Lys,Saji-sjur-la-Lis,li si he pan sa yi,saly swr la lyz,Саи-сюр-ла-Ли,Сайи-сюр-ла-Лис,Саї-сюр-ла-Ліс,سالي سور لا ليز,سیلے-سر-لا-لیس,利斯河畔萨伊		32	62	622	62736
2981957	Sailly-Saillisel	sailly-saillisel	FR	80360	432	Europe/Paris	50.02931	2.91335		Sailly-Saillisel		32	80	804	80695
2981958	Sailly-lez-Cambrai	sailly-lez-cambrai	FR	59554	449	Europe/Paris	50.18772	3.18212		Sailly,Sailly-lez-Cambrai		32	59	592	59521
2981959	Sailly-lez-Lannoy	sailly-lez-lannoy	FR	59390	1804	Europe/Paris	50.65	3.21667		Sai-le-Lannua,Sailly,sa yi lai la nu wa,Саи-ле-Ланнуа,Саї-ле-Ланнуа,سیلے-لیز-لنوے,萨伊莱拉努瓦		32	59	595	59522
2981960	Sailly-le-Sec	sailly-le-sec	FR	80800	267	Europe/Paris	49.91979	2.5817		Sailly-le-Sec		32	80	802	80694
2981961	Sailly-Laurette	sailly-laurette	FR	80800	289	Europe/Paris	49.91226	2.60895		Sailly-Laurette		32	80	802	80693
2981962	Sailly-Labourse	sailly-labourse	FR	62113	2067	Europe/Paris	50.5012	2.69708		Sai-Laburs,Sailly,Sailly-Labourse,sa yi la bu er si,saly labwrs,Саи-Лабурс,Саї-Лабурс,سالي لابورس,سیلے-لبورسے,萨伊拉布尔斯		32	62	622	62735
2981963	Sailly-Flibeaucourt	sailly-flibeaucourt	FR	80970	1005	Europe/Paris	50.18419	1.7718		Sailly,Sailly-Flibeaucourt,Sally		32	80	801	80692
2981964	Sailly-en-Ostrevent	sailly-en-ostrevent	FR	62490	662	Europe/Paris	50.28899	2.99273		Sai-an-Ostrevan,Sailly,Sailly-en-Ostrevent,sa yi ang ao si te lei wang,saly an awstryfynt,Саи-ан-Остреван,Саї-ан-Остреван,سالي إن أوستريفينت,سیلے-این -ؤسترایونٹ,萨伊昂奥斯特雷旺		32	62	621	62734
2981966	Sailly-au-Bois	sailly-au-bois	FR	62111	0	Europe/Paris	50.12069	2.59569		Sai-o-Bua,Sailly,Sailly-au-Bois,sa yi ou bu wa,saly aw bwyz,Саи-о-Буа,Саї-о-Буа,سالي أو بويز,سیلے-او-بوس,萨伊欧布瓦		32	62	621	62733
2981967	Sailly	sailly	FR	08110	0	Europe/Paris	49.84266	1.69006				28	76	761	76612
2981968	Sailly	sailly	FR	08110	222	Europe/Paris	49.61194	5.17583		Sailly		44	08	083	08376
2981969	Sailly	sailly	FR	08110	380	Europe/Paris	49.04124	1.80108		Sailly		11	78	781	78536
2981970	Sailly-Achâtel	sailly-achatel	FR	57420	0	Europe/Paris	48.93333	6.3				44	57	579	57605
2981971	Sailly	sailly	FR	08110	43	Europe/Paris	48.43369	5.27349		Sailly		44	52	523	52443
2981972	Sailly	sailly	FR	08110	0	Europe/Paris	47.17523	2.02553				24	18	183	18140
2981973	Sailly	sailly	FR	08110	81	Europe/Paris	46.53556	4.5664		Sailly		27	71	715	71381
2981975	Saillenard	saillenard	FR	71580	564	Europe/Paris	46.69112	5.37129		Saillenard,Sajnar,Сайнар,سیلنارڈ		27	71	714	71380
2981977	Saillat-sur-Vienne	saillat-sur-vienne	FR	87720	944	Europe/Paris	45.87203	0.81584		Saillat,Saillat-sur-Vienne		75	87	873	87131
2981980	Saillant	saillant	FR	63840	0	Europe/Paris	45.57363	3.01449		Saillant		84	63	633	63380
2981981	Saillant	saillant	FR	63840	281	Europe/Paris	45.45679	3.91404		Saillant		84	63	631	63309
2981982	Saillans	saillans	FR	26340	398	Europe/Paris	44.96077	-0.2765		Saillans		75	33	335	33364
2981983	Saillans	saillans	FR	26340	969	Europe/Paris	44.69544	5.18294		Saillans		84	26	261	26289
2981984	Saillagouse	saillagouse	FR	66800	906	Europe/Paris	42.45931	2.03899		Sajaguz,Sallagosa,sai la gu si,Саягуз,سیلگوسے,赛拉古斯		76	66	663	66167
2981985	Saillac	saillac	FR	19500	160	Europe/Paris	45.03739	1.64067		Saillac		75	19	191	19179
2981986	Saillac	saillac	FR	19500	128	Europe/Paris	44.33189	1.76218		Saillac		76	46	461	46247
2981987	Sailhan	sailhan	FR	65170	109	Europe/Paris	42.81958	0.33448				76	65	652	65384
2981989	Saiguède	saiguede	FR	31470	595	Europe/Paris	43.52941	1.14414		Saiguede,Saiguède,Seged,Segueeda,Següeda,sai gai de,Сегед,سیگودے,赛盖德		76	31	311	31466
2981990	Saignon	saignon	FR	84400	1009	Europe/Paris	43.86308	5.42838		Saignon,Sanhon,Sen'on,sai ni weng,Сеньон,سیگنوں,赛尼翁		93	84	841	84105
2981991	Saigneville	saigneville	FR	80230	406	Europe/Paris	50.13737	1.71288		Saigneville		32	80	801	80691
2981992	Saignes	saignes	FR	15240	0	Europe/Paris	45.60886	2.93183				84	63	633	63449
2981993	Saignes	saignes	FR	15240	903	Europe/Paris	45.33469	2.47919		Saignes		84	15	152	15169
2981994	Saignes	saignes	FR	15240	65	Europe/Paris	44.78806	1.81582		Saignes		76	46	462	46246
2981996	Sahurs	sahurs	FR	76113	1142	Europe/Paris	49.35863	0.94256		Sahurs,Sajur,Саюр,سہرس		28	76	763	76550
2981997	Sahune	sahune	FR	26510	302	Europe/Paris	44.41136	5.26509		Sahune,Sajun,Sauena,Saüna,suo en,Саюн,سہنے,索恩		84	26	262	26288
2981999	Sahorre	sahorre	FR	66360	382	Europe/Paris	42.53313	2.36138		Sahorre		76	66	663	66166
2982000	Sagy	sagy	FR	71580	1189	Europe/Paris	49.04988	1.95216		Sagy		11	95	953	95535
2982001	Sagy	sagy	FR	71580	1121	Europe/Paris	46.60129	5.31045		Sagy		27	71	714	71379
2982004	Sagonne	sagonne	FR	18600	218	Europe/Paris	46.8505	2.82519		Sagon,Sagonn,Sagonne,sa gong,Сагон,Сагонн,سگوں نے,萨贡		24	18	182	18195
2982011	Sagnes-et-Goudoulet	sagnes-et-goudoulet	FR	07450	0	Europe/Paris	44.79024	4.22572		Sagnes-et-Goudoulet,Sagnes-et-Goudoulets		84	07	071	07203
2982014	Sagnat	sagnat	FR	23800	185	Europe/Paris	46.30434	1.62808		Sagnat		75	23	232	23166
2982019	Sagelat	sagelat	FR	24170	343	Europe/Paris	44.78346	1.01562		Sagelat,Sazhela,sa re la,sglt,Сажела,سگلت,萨热拉		75	24	244	24360
2982021	Saffres	saffres	FR	21350	110	Europe/Paris	47.36786	4.56977		Saffr,Saffres,Safr,sa fu lei,sffrys,Сафр,Саффр,سففریس,萨夫雷		27	21	213	21537
2982023	Saffré	saffre	FR	44390	2884	Europe/Paris	47.50145	-1.57882		Saffre,Saffré,Safriacum,Saverieg,sa fu lei,Саффре,سففرے,萨夫雷		52	44	445	44149
2982024	Saffloz	saffloz	FR	39130	82	Europe/Paris	46.66964	5.84979		Saffloz		27	39	392	39473
2982025	Saffais	saffais	FR	54210	96	Europe/Paris	48.55617	6.30951		Saffais		44	54	543	54468
2982026	Saessolsheim	saessolsheim	FR	67270	507	Europe/Paris	48.70835	7.51225				44	67	674	67423
2982027	Sadroc	sadroc	FR	19270	642	Europe/Paris	45.28293	1.54912		Sadroc		75	19	191	19178
2982028	Sadournin	sadournin	FR	65220	184	Europe/Paris	43.31451	0.4001		Sadournin		76	65	653	65383
2982029	Sadirac	sadirac	FR	33670	3266	Europe/Paris	44.78177	-0.41001		Sadirac,Sadirak,sa di la ke,sdrk,Садирак,Садірак,صدرک,萨迪拉克		75	33	332	33363
2982030	Sadillac	sadillac	FR	24500	96	Europe/Paris	44.7342	0.48344		Sadijak,Sadilhac,Sadillac,sa di la ke,sdlak,Садияк,Садіяк,سدلاک,萨迪拉克		75	24	241	24359
2982031	Sadeillan	sadeillan	FR	32170	82	Europe/Paris	43.39286	0.34589		Sadeillan		76	32	323	32355
2982032	Sacy-le-Petit	sacy-le-petit	FR	60190	588	Europe/Paris	49.36092	2.62938		Sacy,Sacy-le-Petit,Sasi-le-Peti,xiao sa xi,Сасі-ле-Петі,سکے-لے-پیٹت,小萨西		32	60	602	60563
2982033	Sacy-le-Grand	sacy-le-grand	FR	60700	1376	Europe/Paris	49.35479	2.54461		Sacy,Sacy-le-Grand,Sasi-le-Gran,da sa xi,Сасі-ле-Гран,سکے-لے-گرینڈ,大萨西		32	60	602	60562
2982034	Sacy	sacy	FR	51500	353	Europe/Paris	49.19688	3.9483		Sacy		44	51	513	51471
2982035	Sacy	sacy	FR	51500	218	Europe/Paris	47.66675	3.82059		Sacy		27	89	891	89441
2982038	Sacquenville	sacquenville	FR	27930	806	Europe/Paris	49.08417	1.07278		Sacquenville		28	27	273	27504
2982039	Sacquenay	sacquenay	FR	21260	281	Europe/Paris	47.59302	5.32322		Sacquenay		27	21	212	21536
2982040	Sacoué	sacoue	FR	65370	58	Europe/Paris	42.98844	0.56356		Sacoue,Sacoué		76	65	652	65382
2982041	Saconin-et-Breuil	saconin-et-breuil	FR	02200	231	Europe/Paris	49.35596	3.24822		Saconin,Saconin-et-Breuil		32	02	024	02667
2982043	Saclay	saclay	FR	91400	3048	Europe/Paris	48.7326	2.16923		Saclay,Sakle,sa ke lei,sakure,Сакле,サクレー,萨克雷		11	91	913	91534
2982044	Saclas	saclas	FR	91690	1831	Europe/Paris	48.35845	2.12349		Saclas,Sakla,sa ke la,sklas,Сакла,سکلاس,萨克拉		11	91	911	91533
2982045	Sacierges-Saint-Martin	sacierges-saint-martin	FR	36170	342	Europe/Paris	46.49482	1.36631		Sacierges,Sacierges-Saint-Martin,Sas'erzh-Sen-Marten,Sent Martin de Sacierjas,Sent Martin de Sacièrjas,sa xie er re sheng ma er tan,Сасьерж-Сен-Мартен,Сасьєрж-Сен-Мартен,سکیرگس-سینٹ-مارٹن,萨谢尔热圣马尔坦		24	36	361	36177
2982046	Sachy	sachy	FR	08110	155	Europe/Paris	49.66773	5.13351		Sachy		44	08	083	08375
2982047	Sachin	sachin	FR	62550	253	Europe/Paris	50.48602	2.37764		Sachin		32	62	621	62732
2982052	Saché	sache	FR	37190	1046	Europe/Paris	47.24707	0.54455		Sache,Saché		24	37	372	37205
2982056	Sacey	sacey	FR	50170	529	Europe/Paris	48.5087	-1.45056		Sacey,Sase,sa sai,Сасе,萨塞		28	50	501	50443
2982057	Sacey	sacey	FR	50170	0	Europe/Paris	48.34868	4.27559				44	10	103	10328
2982059	Saccourvielle	saccourvielle	FR	31110	0	Europe/Paris	42.81581	0.56269		Saccourvielle		76	31	312	31465
2982063	Sabres	sabres	FR	40630	1393	Europe/Paris	44.14896	-0.74123				75	40	402	40246
2982066	Sabonnères	sabonneres	FR	31370	244	Europe/Paris	43.46644	1.06326		Saboneras,Sabonner,Sabonneres,Sabonnères,Sabonèras,sa bo nei lei,sbwnrs,Сабоннер,سبونرس,萨博内雷		76	31	311	31464
2982067	Sablons	sablons	FR	33910	1695	Europe/Paris	45.32104	4.77449		Sablons		84	38	383	38349
2982068	Sablons	sablons	FR	33910	1228	Europe/Paris	45.02568	-0.19368		Sablons		75	33	335	33362
2982069	Sablonnières	sablonnieres	FR	77510	692	Europe/Paris	48.87571	3.29702		Sablonnieres,Sablonnières		11	77	773	77398
2982070	Sablonceaux	sablonceaux	FR	17600	1069	Europe/Paris	45.71948	-0.88765		Sablonceaux,Sablonso,sa bu long suo,Саблонсо,سبلونچےش,萨布隆索		75	17	174	17307
2982073	Sablières	sablieres	FR	07260	105	Europe/Paris	44.5319	4.07449		Sabl'er,Sablier,Sablieras,Sablieres,Sablièras,Sablières,sa bu li ai,sblyrs,Сабльер,Саблієр,سبلیرس,萨布利埃		84	07	071	07202
2982075	Sablet	sablet	FR	84110	1375	Europe/Paris	44.19265	5.00566		Sable,Sablet,Sablet-pres-l'Ouveze,Sablet-près-l'Ouvèze,sa bu lai,sblt,Сабле,سبلت,萨布莱		93	84	843	84104
2982076	Sablé-sur-Sarthe	sable-sur-sarthe	FR	72300	14734	Europe/Paris	47.83765	-0.33294		Sable,Sable sobre Sarthe,Sable-sjur-Sart,Sablé,Sabolium super Sartham,sa er te he pan sa bu lai,sabure=shuru=saruto,Сабле-сюр-Сарт,سابلے-سور-سارتھے,サブレ＝シュル＝サルト,薩爾特河畔薩布萊		52	72	721	72264
2982082	Sabazan	sabazan	FR	32290	140	Europe/Paris	43.70506	0.0473		Sabazan		76	32	323	32354
2982084	Sabarros	sabarros	FR	65330	40	Europe/Paris	43.23756	0.43611		Sabarros		76	65	652	65381
2982085	Sabarat	sabarat	FR	09350	298	Europe/Paris	43.09964	1.38862		Sabarat		76	09	093	09253
2982086	Sabalos	sabalos	FR	65350	112	Europe/Paris	43.28584	0.14081		Sabalos		76	65	653	65380
2982087	Sabaillan	sabaillan	FR	32420	160	Europe/Paris	43.44238	0.81147		Sabaillan		76	32	321	32353
2982088	Sabadel-Lauzès	sabadel-lauzes	FR	46360	123	Europe/Paris	44.56726	1.60315		Sabadel,Sabadel-Lauzes,Sabadel-Lauzès		76	46	463	46245
2982089	Sabadel-Latronquière	sabadel-latronquiere	FR	46210	93	Europe/Paris	44.73588	2.06041		Sabadel,Sabadel-Latronquiere,Sabadel-Latronquière		76	46	462	46244
2982090	Saasenheim	saasenheim	FR	67390	512	Europe/Paris	48.23612	7.619		Saase,Saasenheim,Saazenajm,Sààse,sa a se nan,sasnhym,zaznhaym,Саазенайм,زازنهایم,ساسنهيم,ساسنھیم,萨阿瑟南		44	67	675	67422
2982091	Saâne-Saint-Just	saane-saint-just	FR	76730	148	Europe/Paris	49.76667	0.93333		Saane,Saane-Saint-Just,Saâne,Saâne-Saint-Just		28	76	761	76549
2982093	Saales	saales	FR	67420	909	Europe/Paris	48.34969	7.10665		Saal',Saales,sa a lai,sals,slys,Сааль,سالس,سلیس,萨阿莱		44	67	673	67421
2982094	Saâcy-sur-Marne	saacy-sur-marne	FR	77730	1866	Europe/Paris	48.9621	3.21083		Saacy,Saacy-sur-Marne,Saâcy-sur-Marne		11	77	771	77397
2982095	Ryes	ryes	FR	14400	473	Europe/Paris	49.31309	-0.6288		Ryes		28	14	141	14552
2982096	Rye	rye	FR	39230	169	Europe/Paris	46.87167	5.43047		Rye		27	39	392	39472
2982098	Ry	ry	FR	76116	625	Europe/Paris	49.47135	1.34245		RY,Ry		28	76	763	76548
2982100	Ruyaulcourt	ruyaulcourt	FR	62124	301	Europe/Paris	50.08357	3.01233		Riaucourt,Rjuiol'kur,Ruyaulcourt,lu yue lei ku er,rwylawlkwrt,Рюиолькур,Рюїолькур,رويلاولكورت,吕约勒库尔		32	62	621	62731
2982104	Ruvigny	ruvigny	FR	10410	401	Europe/Paris	48.27281	4.18348		Ruvigny		44	10	103	10332
2982108	Rutali	rutali	FR	20239	272	Europe/Paris	42.57977	9.3634		Rutali,Rùtali,Рутали,Руталі		94	2B	2B5	2B265
2982111	Rustroff	rustroff	FR	57480	560	Europe/Paris	49.4427	6.37187		Rustroff		44	57	577	57604
2982112	Rustrel	rustrel	FR	84400	652	Europe/Paris	43.92435	5.48513		Rjustrel',Rustrel,Rustreu,Rustrèu,lu si te lei,Рюстрель,吕斯特勒		93	84	841	84103
2982113	Rustiques	rustiques	FR	11800	333	Europe/Paris	43.21721	2.4727		Rustiques		76	11	111	11330
2982114	Rustenhart	rustenhart	FR	68740	783	Europe/Paris	47.94137	7.46147		Rustenhart		44	68	682	68290
2982115	Russy-Bémont	russy-bemont	FR	60117	159	Europe/Paris	49.2433	2.96442		Rjussi-Bemon,lu xi bei meng,Рюссі-Бемон,吕西贝蒙		32	60	604	60561
2982116	Russy	russy	FR	14710	154	Europe/Paris	49.33229	-0.82083		Russy		28	14	141	14591
2982119	Russange	russange	FR	57390	1103	Europe/Paris	49.48283	5.95204		Russange		44	57	577	57603
2982122	Russ	russ	FR	67130	1251	Europe/Paris	48.496	7.25911		Russ		44	67	673	67420
2982124	Rusio	rusio	FR	20244	71	Europe/Paris	42.36192	9.26076		Rusio,Rusiu,Ruz'jo,Ruzio,Рузио,Рузьйо		94	2B	2B3	2B264
2982125	Rurey	rurey	FR	25290	308	Europe/Paris	47.0963	6.00931		Rurey		27	25	251	25511
2982126	Rurange-lès-Thionville	rurange-les-thionville	FR	57310	1680	Europe/Paris	49.27599	6.23184		Rorchingen,Rupange-lez Thionville,Rurange,Rurange-les-Thionville,Rurange-lès-Thionville		44	57	577	57602
2982128	Rupt-sur-Saône	rupt-sur-saone	FR	70360	118	Europe/Paris	47.64596	5.93246		Rupt,Rupt-sur-Saone,Rupt-sur-Saône		27	70	702	70457
2982129	Rupt-sur-Othain	rupt-sur-othain	FR	55150	48	Europe/Paris	49.42043	5.49425		Rupt,Rupt-sur-Othain		44	55	553	55450
2982130	Rupt-sur-Moselle	rupt-sur-moselle	FR	88360	3707	Europe/Paris	47.92271	6.66291		Rju-sjur-Mozel',Rupt,Rupt-sur-Moselle,mo ze er he pan lu pu,Рю-сюр-Мозель,摩泽尔河畔吕普		44	88	881	88408
2982131	Rupt-en-Woëvre	rupt-en-woevre	FR	55320	307	Europe/Paris	49.05294	5.4898		Rupt,Rupt-en-Woevre,Rupt-en-Woëvre		44	55	553	55449
2982132	Rupt-devant-Saint-Mihiel	rupt-devant-saint-mihiel	FR	55260	56	Europe/Paris	48.88291	5.40606		Rupt,Rupt-devant-Saint-Mihiel		44	55	552	55448
2982134	Rupt-aux-Nonains	rupt-aux-nonains	FR	55170	357	Europe/Paris	48.67103	5.11432		Rupt,Rupt-aux-Nonains,Rupt-aux-Nonnains		44	55	551	55447
2982136	Rupt	rupt	FR	52300	305	Europe/Paris	48.42357	5.14073		Rupt		44	52	523	52442
2982139	Ruppes	ruppes	FR	88630	136	Europe/Paris	48.46993	5.76882		Ruppes		44	88	882	88407
2982141	Rupéreux	rupereux	FR	77560	91	Europe/Paris	48.6351	3.33257		Rupereux,Rupéreux		11	77	773	77396
2982143	Ruoms	ruoms	FR	07120	2241	Europe/Paris	44.45294	4.34202		Ruoms		84	07	071	07201
2982146	Rungis	rungis	FR	94150	5583	Europe/Paris	48.74607	2.35275		Marche de Rungis,Renzhi,Renzhis,Rungis,lan ji,ranjisu,Ренжи,Ренжис,ランジス,兰吉		11	94	943	94065
2982150	Runan	runan	FR	22260	233	Europe/Paris	48.69358	-3.21402		Runan		53	22	222	22269
2982152	Rumont	rumont	FR	55000	88	Europe/Paris	48.8321	5.27671		Rumont		44	55	551	55446
2982154	Ruminghem	ruminghem	FR	62370	1200	Europe/Paris	50.85922	2.15838		Rjumengem,Ruminghem,Ruminghin,lu man gai mu,rwmynghm,rwmynhym,Рюменгем,رومنگھم,رومينهيم,رومینگهم,吕曼盖姆		32	62	626	62730
2982155	Rumilly-lès-Vaudes	rumilly-les-vaudes	FR	10260	464	Europe/Paris	48.1433	4.21789		Rjumii-le-Vod,Rjumiji-le-Vod,Rumilly,Rumilly-les-Vaudes,Rumilly-lès-Vaudes,lu mi li lai wo dai,Рюмийи-ле-Вод,Рюмії-ле-Вод,吕米利莱沃代		44	10	103	10331
2982156	Rumilly-en-Cambrésis	rumilly-en-cambresis	FR	59281	1553	Europe/Paris	50.12691	3.21874		Rjumii-an-Kambrezi,Rumilly,Rumilly-en-Cambresis,Rumilly-en-Cambrésis,lu mi yi ang kang bu lei xi,Рюмии-ан-Камбрези,Рюмії-ан-Камбрезі,吕米伊昂康布雷西		32	59	592	59520
2982158	Rumilly	rumilly	FR	62650	262	Europe/Paris	50.57588	2.01584		Rumilly		32	62	624	62729
2982159	Rumilly	rumilly	FR	62650	13077	Europe/Paris	45.86116	5.94513		Rumilly,Rumilly-Albanais		84	74	741	74225
2982160	Rumigny	rumigny	FR	08290	370	Europe/Paris	49.80788	4.2666		Rumigny		44	08	081	08373
2982161	Rumigny	rumigny	FR	08290	578	Europe/Paris	49.80819	2.27991		Rumigny		32	80	802	80690
2982164	Rumesnil	rumesnil	FR	14340	83	Europe/Paris	49.18429	0.0277		Rjumenij,Rjumenil',Rumesnil,lu mei si ni,Рюмений,Рюмениль,Рюменій,吕梅斯尼		28	14	143	14550
2982165	Rumersheim-le-Haut	rumersheim-le-haut	FR	68740	1050	Europe/Paris	47.85124	7.52079		Rumersheim,Rumersheim-le-Haut		44	68	682	68291
2982168	Rumegies	rumegies	FR	59226	1434	Europe/Paris	50.48877	3.35131		Rumegies		32	59	596	59519
2982169	Rumaucourt	rumaucourt	FR	62860	712	Europe/Paris	50.2428	3.05996		Armocourt,Rjumokur,Rumaucourt,lu mo ku er,rwmawkwrt,Рюмокур,روماوكورت,吕莫库尔		32	62	621	62728
2982173	Rully	rully	FR	14410	765	Europe/Paris	49.23498	2.72762		Rully		32	60	604	60560
2982174	Rully	rully	FR	14410	219	Europe/Paris	48.82586	-0.71478		Rully		28	14	144	14726
2982175	Rully	rully	FR	14410	1547	Europe/Paris	46.87499	4.74322		Rully		27	71	712	71378
2982176	Rullac-Saint-Cirq	rullac-saint-cirq	FR	12120	427	Europe/Paris	44.12961	2.49062		Rullac,Rullac-Saint-Cirq		76	12	121	12207
2982179	Ruitz	ruitz	FR	62620	1622	Europe/Paris	50.46643	2.58876		Ruitz		32	62	622	62727
2982182	Ruisseauville	ruisseauville	FR	62310	125	Europe/Paris	50.48023	2.12329		Rjuissovil',Ruisseauville,lu yi suo wei er,rwysywfyl,Рюиссовиль,Рюїссовіль,رويسيوفيل,吕伊索维尔		32	62	624	62726
2982185	Ruynes-en-Margeride	ruynes-en-margeride	FR	15320	0	Europe/Paris	45	3.21667				84	15	153	15168
2982188	Ruillé-sur-Loir	ruille-sur-loir	FR	72340	1368	Europe/Paris	47.75096	0.6205		Ruille,Ruille-sur-Loir,Ruille-sur-le-Loir,Ruillé,Ruillé-sur-Loir,Ruillé-sur-le-Loir		52	72	721	72262
2982189	Ruillé-le-Gravelais	ruille-le-gravelais	FR	53320	798	Europe/Paris	48.05602	-0.95459		Ruille,Ruille-le-Gravelais,Ruillé,Ruillé-le-Gravelais		52	53	532	53137
2982190	Ruillé-Froid-Fonds	ruille-froid-fonds	FR	53170	462	Europe/Paris	47.90074	-0.64215		Ruille,Ruille-Froid-Fonds,Ruillé,Ruillé-Froid-Fonds		52	53	531	53193
2982191	Ruillé-en-Champagne	ruille-en-champagne	FR	72240	307	Europe/Paris	48.06031	-0.08299		Ruille,Ruille-en-Champagne,Ruillé,Ruillé-en-Champagne		52	72	722	72261
2982195	Ruhans	ruhans	FR	70190	132	Europe/Paris	47.45879	6.13535		Ruhans		27	70	702	70456
2982198	Rugny	rugny	FR	89430	130	Europe/Paris	47.89818	4.14774		Rugny		27	89	892	89329
2982199	Rugney	rugney	FR	88130	125	Europe/Paris	48.34695	6.25413		Rugney		44	88	881	88406
2982200	Rugles	rugles	FR	27250	2697	Europe/Paris	48.82212	0.70979		Rjugl',Rugles,lu ge lai,Рюгль,吕格莱		28	27	272	27502
2982203	Plonévez-Porzay	plonevez-porzay	FR	29550	0	Europe/Paris	48.12425	-4.21873		Ploneve-Porze,Plonevez-Porzhe,pu luo nei wei bo er ze,puronevu~e=poruze,Плоневе-Порзе,プロネヴェ＝ポルゼ,普洛内韦波尔泽		53	29	292	29176
2982204	Ruffigné	ruffigne	FR	44660	649	Europe/Paris	47.75661	-1.49314		Rjuffin'e,Ruffigne,Ruffigné,Ruzinieg,lu fei nie,Рюффіньє,吕菲涅		52	44	445	44148
2982205	Ruffieux	ruffieux	FR	73310	770	Europe/Paris	45.84904	5.84327				84	73	732	73218
2982206	Ruffieu	ruffieu	FR	01260	206	Europe/Paris	45.99434	5.66358		Ruffieu		84	01	011	01330
2982207	Ruffiac	ruffiac	FR	47700	1452	Europe/Paris	47.81859	-2.28226		Ruffiac,Rufieg		53	56	563	56200
2982208	Ruffiac	ruffiac	FR	47700	154	Europe/Paris	44.36215	0.03285		Ruffiac		75	47	472	47227
2982209	Ruffey-sur-Seille	ruffey-sur-seille	FR	39140	760	Europe/Paris	46.7441	5.49514		Rjuffe-sjur-Sej,Ruffey,Ruffey-sur-Seille,sai er he pan lu fei,Рюффе-сюр-Сей,塞尔河畔吕费		27	39	392	39471
2982210	Ruffey-lès-Echirey	ruffey-les-echirey	FR	21490	1125	Europe/Paris	47.36667	5.08333		Ruffey		27	21	212	21535
2982211	Ruffey-lès-Beaune	ruffey-les-beaune	FR	21200	771	Europe/Paris	47.0187	4.91391		Ruffey,Ruffey-les-Beaune,Ruffey-lès-Beaune		27	21	211	21534
2982212	Ruffey-le-Château	ruffey-le-chateau	FR	25170	289	Europe/Paris	47.28694	5.79967		Ruffey,Ruffey-le-Chateau,Ruffey-le-Château		27	25	251	25510
2982216	Ruffec	ruffec	FR	16700	554	Europe/Paris	46.62964	1.17028		Ruffec		24	36	361	36176
2982217	Ruffec	ruffec	FR	16700	4047	Europe/Paris	46.02883	0.1984		Ruffec		75	16	163	16292
2982220	Rueyres	rueyres	FR	46120	209	Europe/Paris	44.74833	1.84715		Rueyre,Rueyres		76	46	462	46243
2982222	Ruesnes	ruesnes	FR	59530	509	Europe/Paris	50.25883	3.58363		Rjuen,Ruesnes,lu ai ne,Рюен,吕埃讷		32	59	591	59518
2982231	Ruelle-sur-Touvre	ruelle-sur-touvre	FR	16600	7597	Europe/Paris	45.67976	0.22925		Rjuehl'-sjur-Tuvr,Rjuel'-sjur-Tuvr,Ruelle,Ruelle-sur-Touvre,tu fu er he pan lu ai er,Рюель-сюр-Тувр,Рюэль-сюр-Тувр,图夫尔河畔吕埃尔		75	16	161	16291
2982234	Ruelisheim	ruelisheim	FR	68270	2786	Europe/Paris	47.82405	7.35744		Ruelisheim		44	68	684	68289
2982235	Rueil-Malmaison	rueil-malmaison	FR	92500	76616	Europe/Paris	48.8765	2.18967		Rijej Malmezon,Rjuehj-Mal'mezon,Rjuej Malmezon,Rjuej-Mal'mezon,Rodolium,Rueil,Rueil-Malmaison,lu ai ma er mei song,lwieyumalmejong,rwy mlmzwn,rwy-malmyzwn,ryueiyu=marumezon,Ријеј Малмезон,Рюей Малмезон,Рюей-Мальмезон,Рюэй-Мальмезон,روي-مالميزون,روی ملمزون,リュエイユ＝マルメゾン,吕埃马尔梅松,뤼에유말메종		11	92	922	92063
2982236	Rueil-la-Gadelière	rueil-la-gadeliere	FR	28270	492	Europe/Paris	48.71964	0.97253		Rueil-la-Gadeliere,Rueil-la-Gadelière		24	28	283	28322
2982251	Ruederbach	ruederbach	FR	68560	292	Europe/Paris	47.56293	7.26917		Ruederbach		44	68	681	68288
2982265	Rudeau-Ladosse	rudeau-ladosse	FR	24340	164	Europe/Paris	45.48609	0.50471		Ladosse,Rjudo-Lados,Rjudo-Ladoss,Rudeau-Ladosse,Rudeu e Ladaussa,lu duo la duo si,Рюдо-Ладос,Рюдо-Ладосс,吕多拉多斯		75	24	242	24221
2982267	Rudeau-Ladosse	rudeau-ladosse	FR	24340	0	Europe/Paris	45.48058	0.55031		Rudaud,Rudeau,Rudeau-Ladosse		75	24	242	24221
2982269	Rucqueville	rucqueville	FR	14480	147	Europe/Paris	49.25671	-0.58262		Rucqueville		28	14	141	14406
2982270	Ruch	ruch	FR	33350	544	Europe/Paris	44.77609	-0.04021		Ruch		75	33	333	33361
2982271	Ruca	ruca	FR	22550	528	Europe/Paris	48.56728	-2.33935		Ruca,Ruskad		53	22	221	22268
2982272	Rubrouck	rubrouck	FR	59285	793	Europe/Paris	50.83902	2.35652		Rubrouck		32	59	594	59516
2982276	Rubigny	rubigny	FR	08220	63	Europe/Paris	49.68613	4.19415		Rubigny		44	08	082	08372
2982278	Rubescourt	rubescourt	FR	80500	137	Europe/Paris	49.60659	2.5717		Rubescourt		32	80	803	80687
2982279	Rubercy	rubercy	FR	14710	96	Europe/Paris	49.28405	-0.8806		Rubercy		28	14	141	14547
2982280	Rubempré	rubempre	FR	80260	684	Europe/Paris	50.01859	2.38544		Rubempre,Rubempré		32	80	802	80686
2982281	Rubelles	rubelles	FR	77950	1837	Europe/Paris	48.55327	2.67593		Rubelles		11	77	772	77394
2982282	Rubécourt-et-Lamécourt	rubecourt-et-lamecourt	FR	08140	175	Europe/Paris	49.68989	5.02143		Rubecourt,Rubecourt-et-Lamecourt,Rubécourt,Rubécourt-et-Lamécourt		44	08	083	08053
2982287	Ruaudin	ruaudin	FR	72230	2994	Europe/Paris	47.94499	0.26632		Ruaudin		52	72	723	72260
2982289	Ruan	ruan	FR	45410	219	Europe/Paris	48.11196	1.93895		Ruan		24	45	452	45266
2982290	Ruan-sur-Egvonne	ruan-sur-egvonne	FR	41270	99	Europe/Paris	48.01667	1.15				24	41	412	41196
2982291	Ruages	ruages	FR	58190	113	Europe/Paris	47.31667	3.68333		Ruages		27	58	582	58224
2982293	Roz-sur-Couesnon	roz-sur-couesnon	FR	35610	1038	Europe/Paris	48.58842	-1.59255		Roz,Roz-an-Arvor,Roz-sur-Couesnon		53	35	354	35247
2982294	Rozoy-sur-Serre	rozoy-sur-serre	FR	02360	1101	Europe/Paris	49.70956	4.12902		Rozoy,Rozoy-sur-Serre,Rozua-sjur-Ser,Rozua-sjur-Serr,sai er he pan luo zu wa,Розуа-сюр-Сер,Розуа-сюр-Серр,塞尔河畔罗祖瓦		32	02	025	02666
2982295	Rozoy-le-Vieil	rozoy-le-vieil	FR	45210	350	Europe/Paris	48.12459	2.94517		Rosoy-le-Vieil,Rozoy,Rozoy-le-Vieil,Rozua-le-Vej,luo zu wa lai wei ye yi,Розуа-ле-Вєй,罗祖瓦莱维耶伊		24	45	451	45265
2982296	Rozoy-Bellevalle	rozoy-bellevalle	FR	02540	116	Europe/Paris	48.92214	3.45607		Rozoy-Bellevalle,Rozoy-Gatebled		32	02	021	02664
2982298	Roz-Landrieux	roz-landrieux	FR	35120	1151	Europe/Paris	48.54326	-1.81558		Roz-Landrieux,Roz-Lanrieg		53	35	354	35246
2982299	Roziers-Saint-Georges	roziers-saint-georges	FR	87130	158	Europe/Paris	45.75078	1.54754		Rosiers,Roz'e-Sen-Zhorzh,Rozier-Combade,Roziers,Roziers-Saint-Georges,luo qi ye er sheng re ao er re,Розье-Сен-Жорж,Розьє-Сен-Жорж,罗齐耶尔圣热奥尔热		75	87	872	87130
2982300	Rozières-sur-Mouzon	rozieres-sur-mouzon	FR	88320	91	Europe/Paris	48.1198	5.70567		Rozieres,Rozieres-sur-Mouzon,Rozières,Rozières-sur-Mouzon		44	88	882	88404
2982301	Rozières-sur-Crise	rozieres-sur-crise	FR	02200	267	Europe/Paris	49.33333	3.35		Rozieres,Rozieres-sur-Grise,Rozières,Rozières-sur-Grise		32	02	024	02663
2982303	Rozières-en-Beauce	rozieres-en-beauce	FR	45130	168	Europe/Paris	47.9422	1.70179		Rosieres-en-Beauce,Rosières-en-Beauce,Roz'er-an-Bos,Rozieres,Rozieres-en-Beauce,Rozières,Rozières-en-Beauce,bo ke de qu luo qi ai,Розьєр-ан-Бос,博克地区罗齐埃		24	45	452	45264
2982305	Rozier-en-Donzy	rozier-en-donzy	FR	42810	1335	Europe/Paris	45.80069	4.27736		Roz'er-an-Donzi,Rozier,Rozier-en-Donzy,dong qi de qu luo qi ye,Розьєр-ан-Донзі,东齐地区罗齐耶		84	42	421	42193
2982306	Rozier-Côtes-d'Aurec	rozier-cotes-d-aurec	FR	42380	0	Europe/Paris	45.37219	4.1029		Rozier,Rozier-Cotes-d'Aurec,Rozier-Côtes-d'Aurec		84	42	421	42192
2982308	Rozet-Saint-Albin	rozet-saint-albin	FR	02210	292	Europe/Paris	49.19441	3.29941		Les Mesnils,Rozet,Rozet-Saint-Albin,Rozet-le-Mesnil		32	02	021	02662
2982311	Rozès	rozes	FR	32190	113	Europe/Paris	43.80619	0.37095		Rozes,Rozès		76	32	321	32352
2982312	Rozerotte	rozerotte	FR	88500	192	Europe/Paris	48.24194	6.08218		Rozerotte		44	88	882	88403
2982313	Rozérieulles	rozerieulles	FR	57160	1360	Europe/Paris	49.10668	6.08198		Rozer'el',Rozer'jol',Rozerel',Rozerieulles,Rozérieulles,luo ze li ye yu lai,Розерьель,Розерьёль,Розерєль,罗泽里耶于莱		44	57	579	57601
2982314	Rozelieures	rozelieures	FR	54290	144	Europe/Paris	48.45039	6.43385		Rozelieures		44	54	542	54467
2982317	Rozay-en-Brie	rozay-en-brie	FR	77540	2887	Europe/Paris	48.68333	2.95816		Rozay-en-Brie,Roze-an-Bri,Rozoy,Rozoy-l'Unite,Rozoy-l'Unité,Розе-ан-Бри,Розе-ан-Брі		11	77	773	77393
2982320	Royville	royville	FR	76730	238	Europe/Paris	49.77661	0.95746		Peupleville,Royville		28	76	761	76546
2982321	Royon	royon	FR	62990	109	Europe/Paris	50.47256	1.99286		Royon,Ruajon,lu wa yong,rwywn,Руайон,رويون,鲁瓦永		32	62	624	62725
2982322	Royon	royon	FR	62990	0	Europe/Paris	50.33416	1.57651		Le Royon,Royon		32	80	801	80333
2982323	Roynac	roynac	FR	26450	444	Europe/Paris	44.6441	4.93979		Roinac,Roynac,Ruajnak,lu wa na ke,Руайнак,鲁瓦纳克		84	26	262	26287
2982324	Roye-sur-Matz	roye-sur-matz	FR	60310	392	Europe/Paris	49.59146	2.77458		Roye,Roye-sur-Matz,Source-du-Matz		32	60	603	60558
2982325	Royères	royeres	FR	87400	829	Europe/Paris	45.85656	1.43653		Royeres,Royeres-Saint-Leonard,Royeres-la-Montagne,Royères,Royères-Saint-Léonard,Royères-la-Montagne		75	87	872	87129
2982326	Royères	royeres	FR	87400	0	Europe/Paris	45.32793	1.93773		Royeres,Royerre,Royères		75	19	192	19081
2982327	Royère-de-Vassivière	royere-de-vassiviere	FR	23460	629	Europe/Paris	45.83333	1.91667		Roiera,Roièra,Ruaer-de-Vassiv'er,Ruaer-de-Vassiver,Ruajer-de-Vassiv'er,lu wa ai er de wa xi wei ai,Руаер-де-Вассивьер,Руайер-де-Вассивьер,Руаєр-де-Вассівєр,鲁瓦埃尔德瓦西维埃		75	23	232	23165
2982329	Royer	royer	FR	71700	121	Europe/Paris	46.55571	4.82392		Royer		27	71	715	71377
2982330	Roye	roye	FR	70200	6655	Europe/Paris	49.70038	2.78959		Roye		32	80	803	80685
2982331	Roye	roye	FR	70200	1195	Europe/Paris	47.66995	6.54139		Roye		27	70	701	70455
2982332	Roybon	roybon	FR	38940	1364	Europe/Paris	45.25851	5.24502		Roybon,Ruabon,lu wa bang,Руабон,鲁瓦邦		84	38	383	38347
2982333	Roy-Boissy	roy-boissy	FR	60690	277	Europe/Paris	49.58273	1.92446		Choisy-Boissy,Roy-Boissy		32	60	601	60557
2982335	Royaumeix	royaumeix	FR	54200	288	Europe/Paris	48.77959	5.86978		Libre-Meix,Royaumeix		44	54	544	54466
2982336	Royaucourt-et-Chailvet	royaucourt-et-chailvet	FR	02000	181	Europe/Paris	49.51191	3.53357		Royaucourt,Royaucourt e Chailvet,Royaucourt-et-Chailvet,Ruajokur-e-Shajve,Ruajokur-eh-Shel've,lu wa yue ku er he xie er wei,Руайокур-е-Шайве,Руайокур-э-Шельве,鲁瓦约库尔和谢尔韦		32	02	022	02661
2982337	Royaucourt	royaucourt	FR	60420	201	Europe/Paris	49.60983	2.52902		Royaucourt		32	60	602	60556
2982338	Royat	royat	FR	63130	4831	Europe/Paris	45.76497	3.05013		Roiac,Roiat,Royat,Ruaja,Ruajja,lu wa a,rowaiya,Руайя,Руая,ロワイヤ,鲁瓦阿		84	63	632	63308
2982339	Royas	royas	FR	38440	330	Europe/Paris	45.50581	5.1031		Royas		84	38	383	38346
2982343	Royan	royan	FR	17200	19017	Europe/Paris	45.62811	-1.03153		RYN,Roajan,Roian,Roiannum,Rouagian,Royan,Ruajan,Ruajana,Ruajanas,Ruajjan,Ruajāna,Ruayan,lu wa yang,luayang,rowaiyan,rwyan,Ρουαγιάν,Роаян,Роајан,Руайан,Руайян,Руаян,رویان,ロワイヤン,鲁瓦扬,루아양		75	17	172	17306
2982349	Rovon	rovon	FR	38470	577	Europe/Paris	45.19934	5.45869		Rovon		84	38	381	38345
2982350	Roville-devant-Bayon	roville-devant-bayon	FR	54290	692	Europe/Paris	48.46701	6.29138		Roville,Roville-devant-Bayon		44	54	543	54465
2982351	Roville-aux-Chênes	roville-aux-chenes	FR	88700	410	Europe/Paris	48.38447	6.60454		Roville,Roville-aux-Chenes,Roville-aux-Chênes		44	88	881	88402
2982357	Rouziers-de-Touraine	rouziers-de-touraine	FR	37360	1084	Europe/Paris	47.5172	0.64848		Rouziers,Rouziers-de-Touraine		24	37	371	37204
2982358	Rouziers	rouziers	FR	15600	122	Europe/Paris	44.79349	2.20861		Rouziers		84	15	151	15167
2982361	Rouzède	rouzede	FR	16220	273	Europe/Paris	45.70786	0.55454		Rauseda,Rouzede,Rouzède,Ruzed,lu ze de,Рузед,鲁泽德		75	16	161	16290
2982363	Rouze	rouze	FR	09460	0	Europe/Paris	47.00457	1.89266				24	36	364	36098
2982364	Rouze	rouze	FR	09460	91	Europe/Paris	42.73125	2.07083		Rouze		76	09	091	09252
2982366	Rouy-le-Petit	rouy-le-petit	FR	80190	127	Europe/Paris	49.77293	2.94969		Rouy-le-Petit		32	80	804	80684
2982367	Rouy-le-Grand	rouy-le-grand	FR	80190	107	Europe/Paris	49.77528	2.95909		Rouy-le-Grand		32	80	804	80683
2982368	Rouy	rouy	FR	58110	601	Europe/Paris	47.02586	3.53414		Rouy,Rui,lu yi,Руи,Руї,鲁伊		27	58	583	58223
2982369	Rouxmesnil-Bouteilles	rouxmesnil-bouteilles	FR	76370	1843	Europe/Paris	49.90633	1.07976		Rouxmesnil,Rouxmesnil-Bouteilles		28	76	761	76545
2982370	Rouxeville	rouxeville	FR	50810	0	Europe/Paris	49.10259	-0.94534		Rouxeville,Rusevil',lu ke sai wei er,Русевиль,Русевіль,鲁克塞维尔		28	50	504	50492
2982377	Rouvroy-sur-Serre	rouvroy-sur-serre	FR	02360	53	Europe/Paris	49.72055	4.17601		Rouvroy,Rouvroy-sur-Serre		32	02	025	02660
2982378	Rouvroy-sur-Marne	rouvroy-sur-marne	FR	52300	352	Europe/Paris	48.3574	5.14804		Rouvroy,Rouvroy-sur-Marne		44	52	523	52440
2982379	Rouvroy-sur-Audry	rouvroy-sur-audry	FR	08150	536	Europe/Paris	49.78814	4.49324		Rouvroy,Rouvroy-sur-Audry		44	08	081	08370
2982380	Rouvroy-Ripont	rouvroy-ripont	FR	51800	7	Europe/Paris	49.22497	4.72988		Rouvroy,Rouvroy-Ripont		44	51	511	51470
2982381	Rouvroy-les-Merles	rouvroy-les-merles	FR	60120	149	Europe/Paris	49.64832	2.35923		Rouvroy,Rouvroy-les-Merles		32	60	602	60555
2982382	Rouvroy-en-Santerre	rouvroy-en-santerre	FR	80170	220	Europe/Paris	49.76938	2.7087		Rouvroy,Rouvroy-en-Santerre		32	80	804	80682
2982383	Rouvroy	rouvroy	FR	02100	9122	Europe/Paris	50.39247	2.90396		Rouvroy		32	62	627	62724
2982384	Rouvroy	rouvroy	FR	02100	435	Europe/Paris	49.85457	3.31746		Rouvroy		32	02	023	02659
2982385	Rouvrois-sur-Othain	rouvrois-sur-othain	FR	55230	181	Europe/Paris	49.3763	5.63		Rouvrois,Rouvrois-sur-Othain		44	55	553	55445
2982386	Rouvrois-sur-Meuse	rouvrois-sur-meuse	FR	55300	182	Europe/Paris	48.94552	5.51808		Rouvrois,Rouvrois-sur-Meuse		44	55	552	55444
2982387	Rouvres-sur-Aube	rouvres-sur-aube	FR	52160	103	Europe/Paris	47.85787	4.99409		Rouvres,Rouvres-sur-Aube		44	52	522	52439
2982388	Rouvres-sous-Meilly	rouvres-sous-meilly	FR	21320	110	Europe/Paris	47.21203	4.57643		Rouvres,Rouvres-sous-Meilly		27	21	211	21533
2982389	Rouvres-Saint-Jean	rouvres-saint-jean	FR	45300	228	Europe/Paris	48.3228	2.21171		Rouvres,Rouvres-Saint-Jean,Ruvr-Sen-Zhan,lu fu lei sheng rang,Рувр-Сен-Жан,鲁夫雷圣让		24	45	453	45263
2982390	Rouvres-les-Vignes	rouvres-les-vignes	FR	10200	123	Europe/Paris	48.2405	4.82245		Rouvres,Rouvres-les-Vignes		44	10	101	10330
2982391	Rouvres-les-Bois	rouvres-les-bois	FR	36110	359	Europe/Paris	47.07238	1.65533		Rouvres,Rouvres-les-Bois,Ruvr-le-Bua,sen lin lu fu lei,Рувр-ле-Буа,森林鲁夫雷		24	36	362	36175
2982392	Rouvres-la-Chétive	rouvres-la-chetive	FR	88170	417	Europe/Paris	48.3107	5.7785		Rouvres,Rouvres-la-Chetive,Rouvres-la-Chétive		44	88	882	88401
2982393	Rouvres-en-Xaintois	rouvres-en-xaintois	FR	88500	306	Europe/Paris	48.31092	6.03108		Rouvres,Rouvres-en-Xaintois,Ruvr-an-Ksentua,ke sang tu wa de qu lu fu lei,Рувр-ан-Ксентуа,克桑图瓦地区鲁夫勒		44	88	882	88400
2982394	Rouvres-en-Woëvre	rouvres-en-woevre	FR	55400	622	Europe/Paris	49.21932	5.68929		Rouvres,Rouvres-en-Woevre,Rouvres-en-Woëvre		44	55	553	55443
2982395	Rouvres-en-Plaine	rouvres-en-plaine	FR	21110	901	Europe/Paris	47.2393	5.14154		Rouvres,Rouvres-en-Plaine		27	21	212	21532
2982396	Rouvres-en-Multien	rouvres-en-multien	FR	60620	501	Europe/Paris	49.11667	3.03333				32	60	604	60554
2982397	Rouvres	rouvres	FR	14190	657	Europe/Paris	49.06241	2.71708				11	77	771	77392
2982398	Rouvres	rouvres	FR	14190	207	Europe/Paris	49.004	-0.17333		Rouvres		28	14	142	14546
2982399	Rouvres	rouvres	FR	14190	805	Europe/Paris	48.83977	1.48581		Rouvres		24	28	283	28321
2982400	Rouvres	rouvres	FR	14190	0	Europe/Paris	48.68333	2.43333				11	91	912	91201
2982401	Rouvres	rouvres	FR	14190	0	Europe/Paris	48.11282	2.36232		Rouvre,Rouvres		24	45	453	45050
2982402	Rouvrel	rouvrel	FR	80250	240	Europe/Paris	49.77082	2.41275		Rouvrel		32	80	803	80681
2982405	Rouvray-Saint-Florentin	rouvray-saint-florentin	FR	28150	186	Europe/Paris	48.25823	1.56634		Rouvray,Rouvray-Saint-Florentin		24	28	281	28422
2982406	Rouvray-Sainte-Croix	rouvray-sainte-croix	FR	45310	137	Europe/Paris	48.05887	1.73239		Rouvray,Rouvray-Sainte-Croix,Rouvretum,Ruvre-Sent-Krua,lu fu lai sheng ke lu wa,Рувре-Сент-Круа,鲁夫赖圣克鲁瓦		24	45	452	45262
2982520	Roumoules	roumoules	FR	04500	674	Europe/Paris	43.82573	6.12978		Romolas,Roumoules,Rumul',lu mu lai,Румуль,鲁穆莱		93	04	044	04172
2982407	Rouvray-Saint-Denis	rouvray-saint-denis	FR	28310	374	Europe/Paris	48.27796	1.94363		Rouvray,Rouvray-Saint-Denis,Ruvre-Sen-Deni,lu fu lai sheng de ni,Рувре-Сен-Дені,鲁夫赖圣德尼		24	28	281	28319
2982408	Rouvray-Catillon	rouvray-catillon	FR	76440	201	Europe/Paris	49.57362	1.47986		Rouvray,Rouvray-Catillon		28	76	761	76544
2982411	Rouvray	rouvray	FR	21530	172	Europe/Paris	49.06465	1.34032		Rouvray		28	27	271	27501
2982412	Rouvray	rouvray	FR	21530	0	Europe/Paris	48.59738	2.86097				11	77	773	77317
2982413	Rouvray	rouvray	FR	21530	0	Europe/Paris	48.52629	1.20721		Le Rouvray,Rouvray		24	28	283	28147
2982414	Rouvray	rouvray	FR	21530	0	Europe/Paris	47.8964	3.66759		Rouvray		27	89	891	89328
2982415	Rouvray	rouvray	FR	21530	599	Europe/Paris	47.4245	4.10462		Rouvray		27	21	213	21531
2982416	Rouvillers	rouvillers	FR	60190	266	Europe/Paris	49.45216	2.60851		Rouvillers		32	60	602	60553
2982417	Rouville	rouville	FR	60800	525	Europe/Paris	49.6174	0.49948		Rouville		28	76	762	76543
2982418	Rouville	rouville	FR	60800	0	Europe/Paris	49.36388	1.70962				28	27	271	27324
2982419	Rouville	rouville	FR	60800	285	Europe/Paris	49.20893	2.87225		Rouville		32	60	604	60552
2982420	Rouville	rouville	FR	60800	0	Europe/Paris	48.30685	2.40842				24	45	453	45191
2982421	Rouville	rouville	FR	60800	0	Europe/Paris	47.95571	2.3093		Bouville,Rouville		24	45	452	45101
2982423	Rouvignies	rouvignies	FR	59220	596	Europe/Paris	50.32285	3.44769		Rouvignies		32	59	596	59515
2982425	Rouves	rouves	FR	54610	88	Europe/Paris	48.89927	6.20517		Rouves		44	54	543	54464
2982426	Rouves	rouves	FR	54610	0	Europe/Paris	45.04846	1.39759				75	24	244	24301
2982427	Rouvenac	rouvenac	FR	11260	165	Europe/Paris	42.93707	2.14594		Rouvenac		76	11	112	11131
2982429	Routot	routot	FR	27350	0	Europe/Paris	49.51546	0.28919				28	76	762	76563
2982430	Routot	routot	FR	27350	1367	Europe/Paris	49.378	0.73346		Routot,Ruto,lu tuo,Руто,鲁托		28	27	272	27500
2982432	Routes	routes	FR	76560	182	Europe/Paris	49.73007	0.74596		Routes		28	76	763	76542
2982433	Routelle	routelle	FR	25410	492	Europe/Paris	47.16732	5.85012		Routelle		27	25	251	25438
2982436	Roussy-le-Village	roussy-le-village	FR	57330	994	Europe/Paris	49.45723	6.1741		Roussy,Roussy-le-Village,Ruettgen,Russi-le-Villazh,Rüttgen,lu xi lai wei la ge,Русси-ле-Виллаж,Руссі-ле-Віллаж,鲁西莱维拉格		44	57	577	57600
2982441	Rousson	rousson	FR	30340	397	Europe/Paris	48.09545	3.26466		Rousson		27	89	893	89327
2982442	Rousson	rousson	FR	30340	0	Europe/Paris	46.82352	2.35414				24	18	182	18221
2982443	Rousson	rousson	FR	30340	3329	Europe/Paris	44.19708	4.14475		Rousson		76	30	301	30223
2982446	Roussines	roussines	FR	16310	404	Europe/Paris	46.46883	1.38954		Roussines		24	36	361	36174
2982447	Roussines	roussines	FR	16310	312	Europe/Paris	45.72367	0.62001		Roussines		75	16	163	16289
2982450	Roussillon-en-Morvan	roussillon-en-morvan	FR	71550	311	Europe/Paris	47.0263	4.11987		Roussillon,Roussillon-en-Morvan,Russijon-an-Morvan,Руссийон-ан-Морван,Руссійон-ан-Морван		27	71	711	71376
2982454	Roussillon	roussillon	FR	38150	8082	Europe/Paris	45.37388	4.81496		Roussillon		84	38	383	38344
2982455	Roussillon	roussillon	FR	38150	0	Europe/Paris	43.95983	7.15709				93	06	062	06144
2982456	Roussillon	roussillon	FR	38150	1254	Europe/Paris	43.90239	5.29274		Catalogna Nord,Comtat del Rossello,Comtat del Rosselló,Comte de Roussillon,Comté de Roussillon,Rosellon,Rosellón,Roselyo,Rossiglione,Rossilhao,Rossilhão,Roussillon,Rusijon,Russil'jon,Russil'on,lu xi yong,rushiyon,rwsywn,Русийон,Руссильон,Руссільйон,Ռոսելյո,روسيون,ルシヨン,鲁西永		93	84	841	84102
2982460	Roussieux	roussieux	FR	26510	25	Europe/Paris	44.33327	5.47335		Roussieux		84	26	262	26286
2982465	Rousset-les-Vignes	rousset-les-vignes	FR	26770	289	Europe/Paris	44.41897	5.062		Rosset,Rousset,Rousset-les-Vignes,Russe-le-Vin',lu sai lai wei gai,Руссе-ле-Вінь,鲁塞莱维盖		84	26	262	26285
2982469	Rousset	rousset	FR	05190	0	Europe/Paris	44.86916	5.41581				84	26	261	26290
2982470	Rousset	rousset	FR	05190	0	Europe/Paris	44.47793	6.24717		Roussel,Rousset		93	05	052	05127
2982471	Rousset	rousset	FR	05190	0	Europe/Paris	44.40627	5.99111				93	04	044	04066
2982472	Rousset	rousset	FR	05190	4115	Europe/Paris	43.48307	5.61959		Rousset		93	13	131	13087
2982478	Rousses	rousses	FR	48400	89	Europe/Paris	44.20607	3.58743		Rousses		76	48	481	48130
2982479	Roussent	roussent	FR	62870	159	Europe/Paris	50.36915	1.77588		Roussent,Russan,lu sang,rwsynt,Руссан,روسينت,鲁桑		32	62	624	62723
2982480	Roussennac	roussennac	FR	12220	450	Europe/Paris	44.45398	2.25239		Roussennac		76	12	123	12206
2982482	Rousseloy	rousseloy	FR	60660	352	Europe/Paris	49.29928	2.39413		Rousseloy,Russelua,lu se lu wa,Русселуа,鲁瑟卢瓦		32	60	602	60551
2982491	Roussayrolles	roussayrolles	FR	81140	66	Europe/Paris	44.10189	1.83326		Roussayrolles		76	81	811	81234
2982492	Roussay	roussay	FR	49450	1060	Europe/Paris	47.09011	-1.06417		Roussay		52	49	492	49301
2982493	Roussas	roussas	FR	26230	376	Europe/Paris	44.43036	4.79897		Roussas		84	26	262	26284
2982496	Roussac	roussac	FR	87140	424	Europe/Paris	46.07764	1.20099		Roussac		75	87	871	87128
2982498	Rousies	rousies	FR	59131	4459	Europe/Paris	50.27346	4.00382		Rousies,Ruzi,lu xi,Рузи,Рузі,鲁西		32	59	591	59514
2982504	Roure	roure	FR	06420	0	Europe/Paris	45.78649	2.82106				84	63	634	63385
2982505	Roure	roure	FR	06420	0	Europe/Paris	45.59796	3.27831				84	63	633	63321
2982506	Roure	roure	FR	06420	0	Europe/Paris	45.33192	4.12285				84	43	433	43020
2982507	Roure	roure	FR	06420	201	Europe/Paris	44.09039	7.08791		Rorata,Rore,Roure,Rur,lu er,rwr  alalb aljblyt,Рур,رور، الألب الجبلية,鲁尔		93	06	062	06111
2982513	Roupy	roupy	FR	02590	272	Europe/Paris	49.8109	3.18561		Roupy,Rupi,lu pi,Рупи,Рупі,鲁皮		32	02	023	02658
2982515	Rouperroux-le-Coquet	rouperroux-le-coquet	FR	72110	287	Europe/Paris	48.22711	0.4301		Rouperroux,Rouperroux-le-Coquet		52	72	722	72259
2982516	Rouperroux	rouperroux	FR	61320	183	Europe/Paris	48.54755	-0.08488		Rouperroux		28	61	611	61357
2982517	Roupeldange	roupeldange	FR	57220	383	Europe/Paris	49.20555	6.46984		Roupeldange,Rupeldange		44	57	573	57599
2982518	Rountzenheim	rountzenheim	FR	67480	0	Europe/Paris	48.82077	8.0056		Runtzenheim		44	67	672	67418
2982522	Roumens	roumens	FR	31540	230	Europe/Paris	43.46384	1.92907		Roumens		76	31	313	31463
2982523	Roumengoux	roumengoux	FR	09500	136	Europe/Paris	43.07161	1.93449		Roumengoux		76	09	092	09251
2982524	Roumégoux	roumegoux	FR	15290	215	Europe/Paris	44.85667	2.19854		Roumegoux,Roumégoux		84	15	151	15166
2982525	Roumégoux	roumegoux	FR	15290	194	Europe/Paris	43.80018	2.26344		Roumegoux,Roumégoux		76	81	811	81233
2982526	Roumazières-Loubert	roumazieres-loubert	FR	16270	2453	Europe/Paris	45.8869	0.58125		Romasieras e Loberc,Rumaz'er-Luber,lu ma qi ai lu bei er,Румазьер-Лубер,Румазьєр-Лубер,鲁马齐埃卢贝尔		75	16	163	16192
2982530	Roumare	roumare	FR	76480	1131	Europe/Paris	49.51008	0.97422		Roumare		28	76	763	76541
2982532	Roumagne	roumagne	FR	47800	553	Europe/Paris	44.61863	0.33783		Roumagne		75	47	472	47226
2982535	Roullours	roullours	FR	14500	816	Europe/Paris	48.83309	-0.83976		Roullours,Rullur,lu lu er,Руллур,鲁卢尔		28	14	144	14762
2982536	Roullet-Saint-Estèphe	roullet-saint-estephe	FR	16440	3646	Europe/Paris	45.58333	0.05		Rulle-Sent-Ehstef,Rulle-Sent-Estef,lu lai sheng ai si tai fu,Рулле-Сент-Естеф,Рулле-Сент-Эстеф,鲁莱圣埃斯泰夫		75	16	161	16287
2982537	Roullens	roullens	FR	11290	454	Europe/Paris	43.16461	2.27247		Rollens,Roullens,Rullan,lu lang,Руллан,鲁朗		76	11	111	11327
2982538	Roullée	roullee	FR	72600	235	Europe/Paris	48.46304	0.30401		Roullee,Roullée		52	72	722	72137
2982541	Roulans	roulans	FR	25640	1052	Europe/Paris	47.31553	6.22901		Roulans,Roulans-le-Grand		27	25	251	25508
2982543	Roujan	roujan	FR	34320	1684	Europe/Paris	43.50471	3.31063		Roujan		76	34	341	34237
2982546	Rouilly-Saint-Loup	rouilly-saint-loup	FR	10800	558	Europe/Paris	48.26331	4.15009		Rouilly,Rouilly-Saint-Loup		44	10	103	10329
2982547	Rouilly-Sacey	rouilly-sacey	FR	10220	344	Europe/Paris	48.34625	4.26254		Rouilly,Rouilly-Sacey		44	10	103	10328
2982548	Rouilly	rouilly	FR	77160	470	Europe/Paris	48.59181	3.27766		Rouilly		11	77	773	77391
2982549	Rouilly	rouilly	FR	77160	0	Europe/Paris	47.10576	0.26314				24	37	371	37129
2982554	Rouillon	rouillon	FR	72700	0	Europe/Paris	50.51373	3.50086				32	59	596	59238
2982555	Rouillon	rouillon	FR	72700	0	Europe/Paris	48.55498	2.00198				11	91	911	91200
2982556	Rouillon	rouillon	FR	72700	2460	Europe/Paris	48.00629	0.13527				52	72	723	72257
2982558	Rouillé	rouille	FR	86480	2641	Europe/Paris	46.42042	0.04032		Rouille,Rouillé,Ruil'e,lu yi lei,Руїльє,鲁伊勒		75	86	863	86213
2982561	Rouillac	rouillac	FR	16170	381	Europe/Paris	48.30883	-2.36686		Rioleg,Rouillac		53	22	224	22267
2982562	Rouillac	rouillac	FR	16170	0	Europe/Paris	45.89449	0.79585				75	16	163	16132
2982563	Rouillac	rouillac	FR	16170	1824	Europe/Paris	45.77553	-0.06392		Rouillac		75	16	162	16286
2982564	Rouhling	rouhling	FR	57520	2020	Europe/Paris	49.13888	7.00446		Rouhling,Ruhling,rouhling		44	57	576	57598
2982565	Rouhe	rouhe	FR	25440	75	Europe/Paris	47.08333	5.96667				27	25	251	25507
2982566	Rougon	rougon	FR	04120	137	Europe/Paris	43.79902	6.40204		Rogon,Rougon,Rugon,lu gong,Ругон,鲁贡		93	04	042	04171
2982569	Rougnat	rougnat	FR	23700	0	Europe/Paris	46.23229	2.01695				75	23	232	23002
2982570	Rougnat	rougnat	FR	23700	0	Europe/Paris	46.05431	2.50068		Ronhac,Rougnat,Run'ja,lu ni ya,Рунья,鲁尼亚		75	23	231	23164
2982571	Rougnac	rougnac	FR	16320	566	Europe/Paris	45.53594	0.35833		Ronhac,Rougnac,Run'jak,lu ni ya ke,Руньяк,鲁尼亚克		75	16	161	16285
2982575	Rougiers	rougiers	FR	83170	1148	Europe/Paris	43.39233	5.85112		Rougiers		93	83	833	83110
2982576	Rougeux	rougeux	FR	52500	136	Europe/Paris	47.81026	5.57813		Rougeux		44	52	522	52438
2982583	Rougeries	rougeries	FR	02140	242	Europe/Paris	49.80103	3.79729		Rougeries		32	02	025	02657
2982584	Rouge-Perriers	rouge-perriers	FR	27110	238	Europe/Paris	49.14722	0.83411		Rouge-Perriers		28	27	272	27498
2982585	Rougeou	rougeou	FR	41230	106	Europe/Paris	47.36299	1.53631		Rougeou		24	41	413	41195
2982586	Rougemontot	rougemontot	FR	25640	74	Europe/Paris	47.3959	6.26194		Rougemontot		27	25	251	25506
2982587	Rougemont-le-Château	rougemont-le-chateau	FR	90110	1282	Europe/Paris	47.73532	6.9669		Rougemont,Rougemont-le-Chateau,Rougemont-le-Château		27	90	901	90089
2982588	Rougemontiers	rougemontiers	FR	27350	0	Europe/Paris	49.3587	0.7217				28	27	272	27497
2982590	Rougemont	rougemont	FR	21500	0	Europe/Paris	48.13726	2.29881				24	45	453	45348
2982591	Rougemont	rougemont	FR	21500	0	Europe/Paris	48.10907	2.01689				24	45	453	45009
2982592	Rougemont	rougemont	FR	21500	175	Europe/Paris	47.66778	4.24411		Rougemont		27	21	213	21530
2982593	Rougemont	rougemont	FR	21500	1234	Europe/Paris	47.48211	6.35574		Rougemont		27	25	251	25505
2982594	Rougemont	rougemont	FR	21500	0	Europe/Paris	46.00206	5.52872		Rougemond,Rougemont		84	01	011	01012
2982596	Rougegoutte	rougegoutte	FR	90200	933	Europe/Paris	47.73338	6.85037		Rougegoutte		27	90	901	90088
2982597	Rougefay	rougefay	FR	62390	106	Europe/Paris	50.27315	2.17107		Rouchefay,Rougefay,Ruzhfe,lu ri fei,rwjyfay,Ружфе,روجيفاي,鲁日费		32	62	621	62722
2982614	Rouge	rouge	FR	44660	0	Europe/Paris	48.03544	2.4262				24	45	453	45288
2982615	Rougé	rouge	FR	44660	2328	Europe/Paris	47.78291	-1.44782		Rouge,Rougé,Ruzhe,Ruzieg,lu re,Руже,鲁热		52	44	445	44146
2982618	Rouffy	rouffy	FR	51130	86	Europe/Paris	48.93447	4.10127		Rouffy		44	51	512	51469
2982620	Rouffilhac	rouffilhac	FR	46300	152	Europe/Paris	44.78942	1.41543		Rouffilhac		76	46	463	46241
2982621	Rouffigny	rouffigny	FR	50800	302	Europe/Paris	48.80321	-1.25238		Rouffigny		28	50	504	50639
2982622	Rouffignac-de-Sigoulès	rouffignac-de-sigoules	FR	24240	298	Europe/Paris	44.78295	0.44752		Rofinhac de Sigoles,Rofinhac de Sigolés,Rofinhac del Sigoles,Rofinhac del Sigolés,Rouffignac,Rouffignac-de-Sigoules,Rouffignac-de-Sigoulès,Ruffin'jak-de-Sigule,lu fei ni ya ke de xi gu lai,Руффиньяк-де-Сигуле,Руффіньяк-де-Сігуле,鲁菲尼亚克德西古莱		75	24	241	24357
2982623	Rouffignac	rouffignac	FR	17130	0	Europe/Paris	45.59275	1.43177				75	87	872	87088
2982624	Rouffignac	rouffignac	FR	17130	394	Europe/Paris	45.33518	-0.45055		Rouffignac		75	17	171	17305
2982752	Rosoy	rosoy	FR	60140	625	Europe/Paris	49.33993	2.50108		Rosoy		32	60	602	60547
2982753	Rosoy	rosoy	FR	60140	0	Europe/Paris	48.15097	3.31096		Rosoy		27	89	893	89326
2982625	Rouffignac-Saint-Cernin-de-Reilhac	rouffignac-saint-cernin-de-reilhac	FR	24580	1508	Europe/Paris	45.05	0.96667		Rofinhac e Sent Sarnin de Relhac,Ruffin'jak-Sen-Sernen-de-Rejak,lu fei ni ya ke-sheng sai er nan de lei ya ke,Руффиньяк-Сен-Сернен-де-Реяк,Руффіньяк-Сен-Сернен-де-Реяк,鲁菲尼亚克-圣塞尔南德雷亚克		75	24	244	24356
2982628	Rouffiac-Tolosan	rouffiac-tolosan	FR	31180	1590	Europe/Paris	43.66576	1.52521		Rouffiac,Rouffiac-Tolosan,Rouffire		76	31	313	31462
2982629	Rouffiac-des-Corbières	rouffiac-des-corbieres	FR	11350	100	Europe/Paris	42.88052	2.55413		Rouffiac,Rouffiac-des Courbieres,Rouffiac-des Courbières,Rouffiac-des-Corbieres,Rouffiac-des-Corbières		76	11	113	11326
2982630	Rouffiac-d'Aude	rouffiac-d-aude	FR	11250	0	Europe/Paris	43.12808	2.29737		Rouffiac,Rouffiac-d'Aude		76	11	111	11325
2982631	Rouffiac	rouffiac	FR	15150	386	Europe/Paris	45.68584	-0.49012		Rouffiac		75	17	174	17304
2982632	Rouffiac	rouffiac	FR	15150	116	Europe/Paris	45.26885	0.08257		Rouffiac		75	16	161	16284
2982633	Rouffiac	rouffiac	FR	15150	240	Europe/Paris	45.02279	2.13735		Rouffiac		84	15	151	15165
2982634	Rouffiac	rouffiac	FR	15150	555	Europe/Paris	43.88341	2.06795		Rouffiac		76	81	811	81232
2982635	Rouffange	rouffange	FR	39350	84	Europe/Paris	47.22384	5.70699		Rouffange		27	39	391	39469
2982636	Rouffach	rouffach	FR	68250	4656	Europe/Paris	47.95786	7.30016		Rufach,Ruffak,Руффак		44	68	686	68287
2982637	Rouez	rouez	FR	72140	754	Europe/Paris	48.13995	-0.11469		Rouez,Rouez-en-Champagne,Rue,Руе		52	72	722	72256
2982642	Rouet	rouet	FR	34380	0	Europe/Paris	44.76667	6.78333				93	05	051	05038
2982643	Rouessé-Vassé	rouesse-vasse	FR	72140	763	Europe/Paris	48.15958	-0.19813		Rouesse,Rouesse-Vasse,Rouessé-Vassé,Rouëssé,Rouëssé-Vassé		52	72	722	72255
2982644	Rouessé-Fontaine	rouesse-fontaine	FR	72610	232	Europe/Paris	48.32308	0.15035		Rouesse,Rouesse-Fontaine,Rouessé,Rouessé-Fontaine		52	72	722	72254
2982652	Rouen	rouen	FR	76000	112787	Europe/Paris	49.44313	1.09932		Erruan,Roan,Rodem,Roeaan,Rothomagus,Rouan,Rouen,Rovan,Roðem,Ruan,Ruana,Ruanas,Ruao,Ruduborg,Rueno,Ruán,Ruão,Ruāna,Rúðuborg,URO,lu ang,luang,ro'am,ru x xng,ru'am,ruan,ruani,rwan,rwn,Ρουέν,Руан,Ռուան,רואן,رؤن,روان,रुआं,रोआँ,รูอ็อง,რუანი,ሩዋን,ルーアン,盧昂,鲁昂,루앙	28	28	76	763	76540
2982653	Rouelles	rouelles	FR	52160	0	Europe/Paris	49.52131	0.15815		Rouelles		28	76	762	76351
2982654	Rouelles	rouelles	FR	52160	27	Europe/Paris	47.80456	5.08924		Rouelles		44	52	522	52437
2982655	Rouellé	rouelle	FR	61700	215	Europe/Paris	48.6	-0.71667		Rouelle,Rouellé		28	61	612	61145
2982656	Rouède	rouede	FR	31160	283	Europe/Paris	43.05274	0.88143		Rouede,Rouède		76	31	312	31461
2982657	Rouécourt	rouecourt	FR	52320	56	Europe/Paris	48.32446	5.06906		Rouecourt,Rouécourt		44	52	523	52436
2982663	Roudouallec	roudouallec	FR	56110	760	Europe/Paris	48.12704	-3.71653		Roudouallec,Roudoualleg,Ruduallek,lu du a lai ke,Рудуаллек,鲁杜阿莱克		53	56	562	56199
2982669	Roucy	roucy	FR	02160	328	Europe/Paris	49.3725	3.81512		Roucy		32	02	022	02656
2982670	Roucourt	roucourt	FR	59169	383	Europe/Paris	50.32836	3.14808		Roucourt		32	59	593	59513
2982675	Roucamps	roucamps	FR	14260	155	Europe/Paris	48.99071	-0.62392		Roucamps,Rukam,Rukan,lu kang pu,Рукам,Рукан,鲁康普		28	14	144	14027
2982677	Roubion	roubion	FR	06420	117	Europe/Paris	44.09249	7.04996		Roubion		93	06	062	06110
2982678	Roubia	roubia	FR	11200	426	Europe/Paris	43.24742	2.79846		Roubia		76	11	113	11324
2982681	Roubaix	roubaix	FR	59051 CEDEX 1	95721	Europe/Paris	50.69421	3.17456		Robaais,Rosbacum,Roubaix,Roubes,Roubés,Rube,Rubē,Rubė,XRX,lu bei,lube,ru bæ,rube,rwbh,rwbyh,Рубе,רובה,روبه,روبيه,روبے,รูแบ,ルーベ,鲁贝,루베		32	59	595	59512
2982682	Rouans	rouans	FR	44640	2283	Europe/Paris	47.1854	-1.86022		Barra-les-Marais,Rodent,Rouans,Ruans,lu ang,Руанс,鲁昂		52	44	442	44145
2982683	Rouairoux	rouairoux	FR	81240	357	Europe/Paris	43.4915	2.56803		Rouairoux		76	81	812	81231
2982687	Rottier	rottier	FR	26470	36	Europe/Paris	44.4756	5.41895		Rottier		84	26	261	26283
2982688	Rottelsheim	rottelsheim	FR	67170	309	Europe/Paris	48.75707	7.71378		Rottelsheim		44	67	672	67417
2982691	Rott	rott	FR	67160	0	Europe/Paris	49.02301	7.90861		Rott		44	67	672	67416
2982692	Rots	rots	FR	14740	1417	Europe/Paris	49.21235	-0.47319		Rots		28	14	142	14543
2982697	Rothonay	rothonay	FR	39270	148	Europe/Paris	46.52462	5.53205		Rothonay		27	39	392	39468
2982698	Rothois	rothois	FR	60690	153	Europe/Paris	49.59964	1.99413		Rothois,Rothois-Gaudechart		32	60	601	60550
2982701	Rotherens	rotherens	FR	73110	210	Europe/Paris	45.4732	6.13632		Rotherens		84	73	732	73217
2982704	Rothbach	rothbach	FR	67340	539	Europe/Paris	48.90744	7.5289				44	67	672	67415
2982705	Rothau	rothau	FR	67570	1653	Europe/Paris	48.45687	7.20772		Roto,luo tuo,rtaw,rwthaw,Рото,رتاو,روثاو,罗托		44	67	673	67414
2982706	Rotangy	rotangy	FR	60360	203	Europe/Paris	49.58333	2.08333		Rotangy		32	60	601	60549
2982707	Rotalier	rotalier	FR	39190	169	Europe/Paris	46.58894	5.47463		Rotalier		27	39	392	39467
2982708	Rosureux	rosureux	FR	25380	84	Europe/Paris	47.21717	6.68557		Rosureux		27	25	253	25504
2982709	Rosult	rosult	FR	59230	1884	Europe/Paris	50.45888	3.35902		Rosult		32	59	596	59511
2982711	Rostrenen	rostrenen	FR	22110	4011	Europe/Paris	48.23618	-3.31724		Rostrenen,Rostrenenn		53	22	222	22266
2982716	Rosteig	rosteig	FR	67290	606	Europe/Paris	48.93265	7.33818				44	67	674	67413
2982726	Rossillon	rossillon	FR	01510	161	Europe/Paris	45.83192	5.59347		Rossillon		84	01	011	01329
2982729	Rossfeld	rossfeld	FR	67230	787	Europe/Paris	48.33838	7.61596		Rossfald,Rossfel'd,Rossfeld,luo si fu er,rwsfld,rwsfyld,Россфельд,روسفلد,روسفيلد,罗斯弗尔		44	67	675	67412
2982733	Rosselange	rosselange	FR	57780	3167	Europe/Paris	49.2578	6.0689		Rosselange		44	57	577	57597
2982745	Rosporden	rosporden	FR	29140	6779	Europe/Paris	47.96062	-3.83493		Rasperden,Rospordan,Rosporden,luo si bo er dang,Роспордан,罗斯波尔当		53	29	294	29241
2982746	Rospigliani	rospigliani	FR	20242	84	Europe/Paris	42.19008	9.23021		Rospigliani		94	2B	2B3	2B263
2982747	Rospez	rospez	FR	22300	1621	Europe/Paris	48.72943	-3.38453		Rospez,Rospezh		53	22	223	22265
2982751	Rosoy-en-Multien	rosoy-en-multien	FR	60620	416	Europe/Paris	49.09564	2.99568		Rosoy,Rosoy-en-Multien		32	60	604	60548
2982756	Rosny-sur-Seine	rosny-sur-seine	FR	78710	4936	Europe/Paris	48.99808	1.6313		Roni-sjur-Sen,Rosny,Rosny-sur-Seine,Рони-сюр-Сен,Роні-сюр-Сен		11	78	781	78531
2982757	Rosny-sous-Bois	rosny-sous-bois	FR	93110	41627	Europe/Paris	48.87017	2.4991		Redomatum,Rodoniacum,Roni,Roni su Boa,Roni-su-Bua,Rosny,Rosny-sous-Bois,Rôni,lonisubua,luo ni cong lin,roni=su=bowa,rwzny sw bwa,Рони су Боа,Рони-су-Буа,Роні-су-Буа,روزنی سو بوآ,ロニー＝スー＝ボワ,罗尼丛林,로니수부아		11	93	932	93064
2982759	Rosnoën	rosnoen	FR	29590	893	Europe/Paris	48.26289	-4.19491		Ronoen,Rosloc'hen,Roslochen,Rosnoen,Rosnoën,luo si nuo e en,Роноен,罗斯诺厄恩		53	29	292	29240
2982760	Raival	raival	FR	55260	0	Europe/Paris	48.86667	5.26667		Rosnes		44	55	551	55442
2982762	Rosnay-l'Hôpital	rosnay-l-hopital	FR	10500	0	Europe/Paris	48.4612	4.50165		Rosnay		44	10	101	10326
2982763	Rosnay	rosnay	FR	36300	278	Europe/Paris	49.25404	3.86238		Rosnay		44	51	513	51468
2982764	Rosnay	rosnay	FR	36300	658	Europe/Paris	46.70104	1.21482		Rosnay		24	36	361	36173
2982765	Rosnay	rosnay	FR	36300	461	Europe/Paris	46.53968	-1.30746		Rosnay		52	85	851	85193
2982768	Rosis	rosis	FR	34610	291	Europe/Paris	43.62227	3.00468		Rosis		76	34	341	34235
2982769	Rosiers-de-Juillac	rosiers-de-juillac	FR	19350	195	Europe/Paris	45.2943	1.30273		Rosiers-de-Juillac		75	19	191	19177
2982770	Rosiers-d'Égletons	rosiers-d-egletons	FR	19300	0	Europe/Paris	45.37738	2.00813		Rosiers,Rosiers-d'Egletons,Rosiers-d'Égletons,Roziers-d'Egletons,Roziers-d'Égletons		75	19	193	19176
2982772	Rosières-sur-Mance	rosieres-sur-mance	FR	70500	75	Europe/Paris	47.83617	5.79674		Rosieres,Rosieres-sur-Mance,Rosières,Rosières-sur-Mance		27	70	702	70454
2982773	Rosières-sur-Barbèche	rosieres-sur-barbeche	FR	25190	108	Europe/Paris	47.31472	6.65817		Rosieres,Rosieres-sur-Barbeche,Rosières,Rosières-sur-Barbèche		27	25	252	25503
2982846	Roques	roques	FR	31120	127	Europe/Paris	43.84799	0.29586		Roques		76	32	321	32351
2982774	Rosières-près-Troyes	rosieres-pres-troyes	FR	10430	2995	Europe/Paris	48.26182	4.07396		Rosieres,Rosieres-pres-Troyes,Rosières,Rosières-près-Troyes,Roz'er-pre-Trua,luo xi ai pu lei te lu wa ai,rwsys-prs-trwys,Розьер-пре-Труа,Розьєр-пре-Труа,روسیس-پرس-ترویس,罗西埃普雷特鲁瓦埃		44	10	103	10325
2982775	Rosières-en-Santerre	rosieres-en-santerre	FR	80170	3000	Europe/Paris	49.81433	2.70095		Rosieres,Rosieres-en-Santerre,Rosières,Rosières-en-Santerre,Rousiere-in-Santerre,Rousière-in-Santérre,Roz'er-an-Santer,Roz'er-an-Santerr,luo xi ye er-ang sang tai er,Розьер-ан-Сантер,Розьєр-ан-Сантерр,罗西耶尔-昂桑泰尔		32	80	804	80680
2982776	Rosières-en-Haye	rosieres-en-haye	FR	54385	304	Europe/Paris	48.79351	6.00108		Rosieres,Rosieres-en-Haye,Rosières,Rosières-en-Haye		44	54	544	54463
2982778	Rosières-aux-Salines	rosieres-aux-salines	FR	54110	2896	Europe/Paris	48.59301	6.33199		Rosieres,Rosieres-aux-Salines,Rosières,Rosières-aux-Salines		44	54	543	54462
2982780	Rosières	rosieres	FR	07260	129	Europe/Paris	49.18828	2.7794		Rosieres,Rosières,Rozieres,Rozières		32	60	604	60546
2982781	Rosières	rosieres	FR	07260	1376	Europe/Paris	45.13287	3.98826		Rosieres,Rosières		84	43	432	43165
2982782	Rosières	rosieres	FR	07260	1044	Europe/Paris	44.48325	4.25763		Baubiac,Rosieres,Rosières		84	07	071	07199
2982783	Rosières	rosieres	FR	07260	677	Europe/Paris	44.04623	2.18485		Rosieres,Rosières		76	81	811	81230
2982790	Rosheim	rosheim	FR	67560	4807	Europe/Paris	48.4971	7.47105		Rosajm,Rosheim,Ruuse,luo sai mu,rwshym,Росайм,روشيم,罗塞姆		44	67	673	67411
2982791	Rosey	rosey	FR	70000	219	Europe/Paris	47.56445	6.02836		Rosey		27	70	702	70452
2982792	Rosey	rosey	FR	70000	170	Europe/Paris	46.74726	4.69631		Rosey		27	71	712	71374
2982796	Rosenwiller	rosenwiller	FR	67560	696	Europe/Paris	48.50523	7.43852				44	67	673	67410
2982798	Rosenau	rosenau	FR	68128	1926	Europe/Paris	47.63688	7.53598		Rosenau		44	68	684	68286
2982806	Rosel	rosel	FR	14740	585	Europe/Paris	49.22856	-0.45864		Rosel		28	14	142	14542
2982809	Roscoff	roscoff	FR	29680	3772	Europe/Paris	48.72381	-3.98709	6	Roscoff,Roscovia,Rosko,Roskof,Roskoff,luo si ke,Роскоф,Роскофф,罗斯科		53	29	293	29239
2982811	Roscanvel	roscanvel	FR	29570	1027	Europe/Paris	48.3152	-4.54937		Roscanvel,Roskanvel,Roskanvel',Roskañvel,luo si kang wei,rosukan'vu~eru,Росканвель,ロスカンヴェル,罗斯康韦		53	29	292	29238
2982813	Rosbruck	rosbruck	FR	57800	940	Europe/Paris	49.15861	6.85022		Rosbrack,Rosbruck,Rossbruck		44	57	573	57596
2982815	Rosazia	rosazia	FR	20121	83	Europe/Paris	42.12814	8.87697		Rosazia		94	2A	2A1	2A262
2982816	Rosay-sur-Lieure	rosay-sur-lieure	FR	27790	487	Europe/Paris	49.37326	1.43034		Rosay,Rosay-sur-Lieure,Roze-sjur-L'er,li ye yu er he pan luo sai,Розе-сюр-Льер,Розе-сюр-Льєр,利耶于尔河畔罗赛		28	27	271	27496
2982819	Rosay	rosay	FR	39190	270	Europe/Paris	49.69512	1.24488		Rosay		28	76	761	76538
2982820	Rosay	rosay	FR	39190	387	Europe/Paris	48.91715	1.6783		Rosay		11	78	781	78530
2982821	Rosay	rosay	FR	39190	0	Europe/Paris	48.81922	4.74637				44	51	514	51218
2982822	Rosay	rosay	FR	39190	0	Europe/Paris	48.7224	1.53305				24	28	283	28056
2982823	Rosay	rosay	FR	39190	0	Europe/Paris	47.25181	3.3559				27	58	584	58014
2982824	Rosay	rosay	FR	39190	144	Europe/Paris	46.53106	5.45188		Rosay		27	39	392	39466
2982826	Rosans	rosans	FR	05150	526	Europe/Paris	44.39264	5.471		Rosan,Rosans,Rozan,luo sang,Розан,罗桑		93	05	052	05126
2982829	Rorschwihr	rorschwihr	FR	68590	385	Europe/Paris	48.21715	7.36226				44	68	682	68285
2982831	Rorbach-lès-Dieuze	rorbach-les-dieuze	FR	57260	50	Europe/Paris	48.83094	6.84071		Rorbach,Rorbach-les-Dieuze,Rorbach-lès-Dieuze		44	57	575	57595
2982833	Roquiague	roquiague	FR	64130	138	Europe/Paris	43.19103	-0.83978		Arrokiaga,Arroquiaga,Rok'jag,Rokiag,Roquiague,luo qu yi a gai,Рокиаг,Рокьяг,Рокіаг,罗屈伊阿盖		75	64	642	64468
2982834	Roquevidal	roquevidal	FR	81470	134	Europe/Paris	43.62611	1.86388		Roquevidal		76	81	812	81229
2982835	Roquevaire	roquevaire	FR	13360	8210	Europe/Paris	43.35021	5.60414		Rocavaira,Rokver,Roquevaire,Ròcavaira,luo qu ai wei er,Роквер,罗屈埃韦尔		93	13	133	13086
2982836	Roquettes	roquettes	FR	31120	3714	Europe/Paris	43.49733	1.36848		Roket,Rokett,Roquetas,luo qu ai tai,Рокет,Рокетт,罗屈埃泰		76	31	311	31460
2982898	Ronvaux	ronvaux	FR	55160	84	Europe/Paris	49.13005	5.55419		Ronvaux		44	55	553	55439
2982839	Roquetoire	roquetoire	FR	62120	1643	Europe/Paris	50.67029	2.34307		Roktuar,Roquetoire,luo ke tu wa er,rwkywytwyr,Роктуар,روكيويتوير,罗克图瓦尔		32	62	625	62721
2982840	Roquetaillade	roquetaillade	FR	11300	204	Europe/Paris	42.99404	2.19884		Roquetaillade		76	11	112	11323
2982841	La Roque-en-Provence	la-roque-en-provence	FR	06910	67	Europe/Paris	43.87217	7.00567		La Roque-en-Provence,Roquesteron-Grasse,Roquestéron-Grasse		93	06	061	06107
2982842	Roquesteron	roquesteron	FR	06910	512	Europe/Paris	43.86667	7		Roquesteron,Roquesteron-Puget,Roquestéron		93	06	062	06106
2982843	Roquessels	roquessels	FR	34320	143	Europe/Paris	43.55186	3.22372		Roquessels		76	34	341	34234
2982844	Roquesérière	roqueseriere	FR	31380	696	Europe/Paris	43.73458	1.63748		Roqueseriere,Roquesérière		76	31	313	31459
2982845	Roques	roques	FR	31120	0	Europe/Paris	44.80327	0.68363				75	24	241	24228
2982848	Roqueredonde	roqueredonde	FR	34650	157	Europe/Paris	43.80041	3.21203		Rokredond,Roqueredonde,Roqueredonde-Tiendas,Roquereronde,Tiudac,Tiudaç,luo qu ai lei dong de,Рокредонд,罗屈埃雷东德		76	34	342	34233
2982849	Roquepine	roquepine	FR	32100	0	Europe/Paris	44.96346	0.376				75	24	241	24051
2982850	Roquepine	roquepine	FR	32100	49	Europe/Paris	43.9115	0.46799		Roquepine		76	32	322	32350
2982851	Roquemaure	roquemaure	FR	30150	5293	Europe/Paris	44.05158	4.77797		Roquemaure		76	30	302	30221
2982852	Roquemaure	roquemaure	FR	30150	305	Europe/Paris	43.81236	1.62469		Roquemaure		76	81	811	81228
2982853	Roquelaure-Saint-Aubin	roquelaure-saint-aubin	FR	32430	77	Europe/Paris	43.66736	0.98098		La Montagne,Roquelaure,Roquelaure-Saint-Aubin		76	32	322	32349
2982855	Roquelaure	roquelaure	FR	32810	513	Europe/Paris	43.71959	0.57932		Roquelaure		76	32	321	32348
2982856	Roquefort-sur-Soulzon	roquefort-sur-soulzon	FR	12250	713	Europe/Paris	43.97552	2.99103		Rocafort,Rokfor-sjur-Sul'zon,Roquefort,Roquefort-sur-Soulzon,Ròcafòrt,rokkuforu=shuru=suruzon,rwqpwr-swr-swlzwn,su er zong he pan luo qu ai fu er,Рокфор-сюр-Сульзон,רוקפור-סור-סולזון,ロックフォール＝シュル＝スールゾン,苏尔宗河畔罗屈埃福尔		76	12	121	12203
2982857	Roquefort-sur-Garonne	roquefort-sur-garonne	FR	31360	811	Europe/Paris	43.16451	0.97372		Roquefort,Roquefort-sur-Garonne		76	31	312	31457
2982858	Roquefort-les-Cascades	roquefort-les-cascades	FR	09300	116	Europe/Paris	42.95792	1.76288		Roquefort,Roquefort-les-Cascades		76	09	092	09250
2982859	Roquefort-la-Bédoule	roquefort-la-bedoule	FR	13830	4946	Europe/Paris	43.24883	5.59015		Rocafort e la Bedola,Rokfor-la-Bedul',Roquefort,Roquefort-la-Bedoule,Roquefort-la-Bédoule,Ròcafòrt e la Bedola,luo qu ai fu er la bei du er,Рокфор-ла-Бедуль,罗屈埃福尔拉贝杜尔		93	13	133	13085
2982860	Roquefort-des-Corbières	roquefort-des-corbieres	FR	11540	891	Europe/Paris	42.99169	2.95209		Roquefort,Roquefort-des-Corbieres,Roquefort-des-Corbières		76	11	113	11322
2982861	Roquefort-de-Sault	roquefort-de-sault	FR	11140	111	Europe/Paris	42.73801	2.20044		Roquefort,Roquefort-de-Sault		76	11	112	11321
2982862	Roquefort	roquefort	FR	32390	1261	Europe/Paris	44.17412	0.55871		Roquefort		75	47	471	47225
2982863	Roquefort	roquefort	FR	32390	2050	Europe/Paris	44.03419	-0.32196		Roquefort		75	40	402	40245
2982864	Roquefort	roquefort	FR	32390	245	Europe/Paris	43.75882	0.60323		Roquefort		76	32	321	32347
2982865	Roquefixade	roquefixade	FR	09300	165	Europe/Paris	42.93523	1.75635		Roquefixade		76	09	092	09249
2982867	Roquefeuil	roquefeuil	FR	11340	293	Europe/Paris	42.82088	1.99485		Roquefeuil		76	11	112	11320
2982868	Roquefère	roquefere	FR	11380	60	Europe/Paris	43.37362	2.37841		Rocafera,Rokfer,Roquefere,Roquefère,Ròcafèra,luo qu ai fei er,Рокфер,罗屈埃费尔		76	11	111	11319
2982869	Roquedur	roquedur	FR	30440	207	Europe/Paris	43.97469	3.67654		Roquedur		76	30	303	30220
2982872	Roquecourbe-Minervois	roquecourbe-minervois	FR	11700	116	Europe/Paris	43.21976	2.64937		Roquecourbe,Roquecourbe-Minervois		76	11	113	11318
2982873	Roquecourbe	roquecourbe	FR	81210	2310	Europe/Paris	43.66482	2.29072		Rocacorba,Rokkurb,Roquecourbe,Ròcacorba,luo qu ai ku er bu,Роккурб,罗屈埃库尔布		76	81	812	81227
2982874	Roquecor	roquecor	FR	82150	475	Europe/Paris	44.32207	0.94376		Roquecor		76	82	821	82151
2982875	Roquebrune-sur-Argens	roquebrune-sur-argens	FR	83380	12485	Europe/Paris	43.44313	6.63772		Rocabruna,Rocabruna dArgenc,Rokbrjun-sjur-Arzhan,Rokbrjun-sjur-Arzhans,Roquebrune,Roquebrune-sur Argens,Roquebrune-sur-Argens,Ròcabruna,Ròcabruna dArgenç,a er gang he pan luo qu ai bu lu na,Рокбрюн-сюр-Аржан,Рокбрюн-сюр-Аржанс,阿尔冈河畔罗屈埃布吕纳		93	83	831	83107
2982876	Roquebrune-Cap-Martin	roquebrune-cap-martin	FR	06190	11834	Europe/Paris	43.76408	7.48207		Rocabruna,Rocabruna Caup Martin,Rocca Bruna,Roccabruna,Rokbrjun-Kap-Marten,Roquebrune,Roquebrune-Cap-Martin,Ròcabruna,Ròcabruna Caup Martin,luo qu ai bu lan ka ma er tan,rkbrwn-kap-martn,rokuburyunu=kappu=marutan,rwkywbrwn,Рокбрюн-Кап-Мартен,Рокебрюн — Кап-Мартен,روكيوبرون,رکبرون-کاپ-مارتن,ロクブリュヌ＝カップ＝マルタン,罗屈埃布兰卡马尔坦		93	06	062	06104
2982878	Roquebrune	roquebrune	FR	32190	235	Europe/Paris	44.62854	0.0224		Roquebrune		75	33	333	33359
2982879	Roquebrune	roquebrune	FR	32190	200	Europe/Paris	43.72019	0.30028		Roquebrune		76	32	321	32346
2982880	Roquebrun	roquebrun	FR	34460	655	Europe/Paris	43.50075	3.03018		Roc-Libre,Rocabrun,Rokbren,Roquebrun,Ròcabrun,luo qu ai bu lan,Рокбрен,罗屈埃布兰		76	34	341	34232
2982881	Roquebillière	roquebilliere	FR	06450	1563	Europe/Paris	44.01203	7.30727		Rocabilhiera,Rocca Bilaria,Rokbijer,Roquebilliere,Roquebillière,Ròcabilhiera,luo qu ai bi li ai,rokubirieru,rwkywbylyr,Рокбийер,Рокбійєр,روكيوبيلير,ロクビリエール,罗屈埃比利埃		93	06	062	06103
2982885	Roppeviller	roppeviller	FR	57230	123	Europe/Paris	49.10211	7.50661		Roppeviller		44	57	576	57594
2982886	Roppentzwiller	roppentzwiller	FR	68480	695	Europe/Paris	47.54062	7.33121		Roppencviller,Roppentzwiller,Roppenztwiller,Roppenzweiler,luo pang te ci wei lai,Роппенцвиллер,Роппенцвіллер,罗庞特兹维莱		44	68	681	68284
2982887	Roppenheim	roppenheim	FR	67480	0	Europe/Paris	48.84167	8.05315			67409	44	67	672	67409
2982888	Roppenheim	roppenheim	FR	67480	0	Europe/Paris	48.84325	8.05538				44	67	672	67409
2982889	Roppe	roppe	FR	90380	716	Europe/Paris	47.66961	6.91912		Rop,Ropp,Roppe,luo pu,Роп,Ропп,罗普		27	90	901	90087
2982890	Roost-Warendin	roost-warendin	FR	59286	5875	Europe/Paris	50.4192	3.10374		Roost-Warendin		32	59	593	59509
2982899	Rontignon	rontignon	FR	64110	739	Europe/Paris	43.26196	-0.33011		Hrontinhon,Rontignon,Rontin'on,long di ni weng,Ронтиньон,Ронтіньон,龙蒂尼翁		75	64	643	64467
2982902	Rontalon	rontalon	FR	69510	942	Europe/Paris	45.6603	4.63204		Rontalon,Rontalon-l'Union,Ронталон		84	69	691	69170
2982903	Ronssoy	ronssoy	FR	80740	622	Europe/Paris	49.98293	3.15986		Le Ronssoy,Ronssoy		32	80	804	80679
2982905	Ronsenac	ronsenac	FR	16320	565	Europe/Paris	45.47632	0.24948		Roncenac,Ronsenac,Ronsenak,Ronsnak,long se na ke,Ронсенак,Ронснак,龙瑟纳克		75	16	161	16283
2982907	Ronquerolles	ronquerolles	FR	95340	794	Europe/Paris	49.16667	2.2235		Ronquerolles		11	95	953	95529
2982908	Ronno	ronno	FR	69550	640	Europe/Paris	45.98478	4.38239		Ronno		84	69	692	69169
2982909	Ronnet	ronnet	FR	03420	179	Europe/Paris	46.20506	2.69983		Ronnet		84	03	031	03216
2982910	Rongères	rongeres	FR	03150	0	Europe/Paris	46.51209	2.06713				24	36	363	36208
2982911	Rongères	rongeres	FR	03150	579	Europe/Paris	46.29415	3.45026		Rongeres,Rongères		84	03	033	03215
2982917	Ronfeugerai	ronfeugerai	FR	61100	334	Europe/Paris	48.78152	-0.47666		Ronfeugerai		28	61	612	61007
2982919	Ronel	ronel	FR	81120	201	Europe/Paris	43.81136	2.21143		Ronel		76	81	811	81233
2982928	Rondefontaine	rondefontaine	FR	25240	26	Europe/Paris	46.73242	6.18157		Rondefontaine		27	25	253	25501
2982938	Roncq	roncq	FR	59223	13387	Europe/Paris	50.7533	3.12131		Roenk,Roncq,Ronk,Ronq,long ke,Ронк,龙克		32	59	595	59508
2982939	Roncourt	roncourt	FR	57860	837	Europe/Paris	49.20245	6.04051		Roncourt		44	57	579	57593
2982940	Roncourt	roncourt	FR	57860	0	Europe/Paris	48.23507	5.75721		Roncourt		44	88	882	88227
2982943	Ronchois	ronchois	FR	76390	0	Europe/Paris	49.72131	1.62822		Ronchois		28	76	761	76537
2982944	Ronchin	ronchin	FR	59790	18331	Europe/Paris	50.59883	3.09056		Ronchin,Ronshen,Rumcinium,long shang,Роншен,龙尚		32	59	595	59507
2982945	Roncherolles-en-Bray	roncherolles-en-bray	FR	76440	433	Europe/Paris	49.61721	1.4699		Roncherolles,Roncherolles-en-Bray		28	76	761	76535
2982946	Roncherolles-sur-le-Vivier	roncherolles-sur-le-vivier	FR	76160	1076	Europe/Paris	49.46667	1.18333		Roncherolles		28	76	763	76536
2982948	Ronchères	roncheres	FR	02130	111	Europe/Paris	49.14429	3.60333		Roncheres,Ronchères		32	02	021	02655
2982949	Ronchères	roncheres	FR	02130	87	Europe/Paris	47.65836	3.1168		Roncheres,Ronchères		27	89	891	89325
2982950	Ronchaux	ronchaux	FR	25440	77	Europe/Paris	47.05177	5.89834		Ronchaux		27	25	251	25500
2982951	Ronchamp	ronchamp	FR	70250	3086	Europe/Paris	47.70063	6.63591		Ronchamp,Ronsham,Ronshan,rnshwn,Роншам,Роншан,رنشون		27	70	701	70451
2982952	Roncey	roncey	FR	50210	828	Europe/Paris	48.9894	-1.33381		Roncey,Ronse,long sai,Ронсе,龙塞		28	50	503	50437
2982955	Roncenay	roncenay	FR	10320	0	Europe/Paris	48.19906	4.05046		Roncenay		44	10	103	10324
2982956	Roncenay	roncenay	FR	10320	0	Europe/Paris	48.08834	3.93577				44	10	103	10018
2982962	Rônai	ronai	FR	61160	142	Europe/Paris	48.81339	-0.13647		Ronai,Ronal,Rônai,Rônal		28	61	612	61352
2982965	Rompon	rompon	FR	07250	909	Europe/Paris	44.77492	4.73258		Rompon,long peng,Ромпон,龙蓬		84	07	072	07198
2982967	Romorantin-Lanthenay	romorantin-lanthenay	FR	41200	19953	Europe/Paris	47.36667	1.75		Romarantin,Romoranten-Lantene,Romorantin,luo mo lang tan lang te nai,romorantan=rantone,Роморантен-Лантене,ロモランタン＝ラントネー,罗莫朗坦朗特奈	413	24	41	413	41194
2982969	Romont	romont	FR	88700	330	Europe/Paris	48.35641	6.58534		Romont		44	88	881	88395
2982970	Romont	romont	FR	88700	0	Europe/Paris	47.14607	3.78321				27	58	582	58179
2982972	Romilly-sur-Seine	romilly-sur-seine	FR	10100	14566	Europe/Paris	48.51085	3.72634		Romii-sjur-Sen,Romiji-sjur-Sen,Romilly,Romilly-Voltaire,Romilly-sur-Seine,Rumiliacum ad Sequanam,sai na he pan luo mi li,Ромийи-сюр-Сен,Ромії-сюр-Сен,塞纳河畔罗米利		44	10	102	10323
2982973	Romilly-sur-Andelle	romilly-sur-andelle	FR	27610	2789	Europe/Paris	49.3319	1.26127		Romii-sjur-Andel',Romiji-sjur-Andel',Romilly,Romilly-sur-Andelle,ang dai er he pan luo mi li,Ромии-сюр-Андель,Ромийи-сюр-Андель,Ромії-сюр-Андель,昂代尔河畔罗米利		28	27	271	27493
2982974	Romilly-sur-Aigre	romilly-sur-aigre	FR	28220	485	Europe/Paris	47.98225	1.28275		Romilly,Romilly-sur-Aigre		24	28	282	28103
2982975	Romilly-la-Puthenaye	romilly-la-puthenaye	FR	27170	277	Europe/Paris	49.00283	0.84778		Romilly,Romilly-la-Puthenaye,Romilly-pres-Bougy,Romilly-près-Bougy		28	27	272	27492
2982976	Romilly	romilly	FR	41270	176	Europe/Paris	47.94865	1.03827		Romilly		24	41	412	41193
2982977	Romillé	romille	FR	35850	2951	Europe/Paris	48.21586	-1.89208		Romille,Romillé,Rovelieg		53	35	353	35245
2982978	Romiguières	romiguieres	FR	34650	17	Europe/Paris	43.81818	3.23016		Romiguieres,Romiguières		76	34	342	34231
2982979	Romigny	romigny	FR	51170	205	Europe/Paris	49.17333	3.76988		Romigny		44	51	513	51466
2982980	Romigny	romigny	FR	51170	0	Europe/Paris	48.37888	1.33083				24	28	281	28021
2982986	Romestaing	romestaing	FR	47250	186	Europe/Paris	44.41621	0.00202		Romestaing		75	47	472	47224
2982987	Romescamps	romescamps	FR	60220	502	Europe/Paris	49.71108	1.80523		Romescamps,Romeskam,luo mei si kang pu,Ромескам,罗梅斯康普		32	60	601	60545
2982989	Romery	romery	FR	02120	158	Europe/Paris	49.09643	3.91631		Romery		44	51	512	51465
2982990	Romeries	romeries	FR	59730	417	Europe/Paris	50.20438	3.52973		Romeries		32	59	592	59506
2982991	Romeny-sur-Marne	romeny-sur-marne	FR	02310	421	Europe/Paris	48.97667	3.33595		Romeny,Romeny-sur-Marne		32	02	021	02653
2982993	Romenay	romenay	FR	71470	0	Europe/Paris	46.91857	3.55238				27	58	583	58097
2982994	Romenay	romenay	FR	71470	1599	Europe/Paris	46.50208	5.06904		Romenay		27	71	714	71373
2982995	Romelfing	romelfing	FR	57930	393	Europe/Paris	48.83162	7.02524		Romelfing,Romelling		44	57	575	57592
2982997	Romegoux	romegoux	FR	17250	547	Europe/Paris	45.87201	-0.80525		Romegoux		75	17	174	17302
2983002	Rombly	rombly	FR	62120	42	Europe/Paris	50.59902	2.38875		Rombli,Rombly,long bu li,rwmbly,Ромбли,Ромблі,رومبلي,龙布利		32	62	622	62720
2983003	Rombies-et-Marchipont	rombies-et-marchipont	FR	59990	591	Europe/Paris	50.36453	3.64147		Rombies-et-Marchipont		32	59	596	59505
2983005	Rombas	rombas	FR	57120	10942	Europe/Paris	49.24946	6.09398		Romba,Rombach,Rombach  Lothringen,Rombas,long ba,Ромба,龙巴		44	57	579	57591
2983006	Rombach-le-Franc	rombach-le-franc	FR	68660	852	Europe/Paris	48.28312	7.26219		Rombach,Rombach-le-Franc,Rombak-le-Fran,long ba ke lai fu lang ke,Ромбак-ле-Фран,龙巴克莱弗朗克		44	68	682	68283
2983007	Romazy	romazy	FR	35490	257	Europe/Paris	48.3762	-1.49752		Romazy,Rovazil		53	35	351	35244
2983008	Romazières	romazieres	FR	17510	85	Europe/Paris	45.99271	-0.17521		Romaz'er,Romazieres,Romazières,luo ma qi ai,Ромазьер,Ромазьєр,罗马齐埃		75	17	175	17301
2983010	Romanswiller	romanswiller	FR	67310	1262	Europe/Paris	48.64556	7.40762		Romansviller		44	67	673	67408
2983011	Romans-sur-Isère	romans-sur-isere	FR	26100	35002	Europe/Paris	45.0496	5.06602		Roman-sjur-Izer,Romans,Romans-sur-Isere,Romans-sur-Isère,Romas sur Isere,Romas sur Isère,Romen sir Izer,Rumans,lomangswileu-ijeleu,rmn- swr-ayzr,roman=shuru=izeru,rwman swr ayzr,yi sai er he pan luo mang,Роман-сюр-Ізер,Роман-сюр-Изер,Ромен сир Изер,رمن- سور-ایزر,رومان سور ایزر,ロマン＝シュル＝イゼール,伊塞尔河畔罗芒,로망쉬르이제르		84	26	263	26281
2983012	Romans	romans	FR	01400	541	Europe/Paris	46.35874	-0.22766		Romans		75	79	792	79231
2983013	Romans	romans	FR	01400	577	Europe/Paris	46.1198	5.02486		Romans		84	01	012	01328
2983016	Romange	romange	FR	39700	205	Europe/Paris	47.15811	5.60196		Romange		27	39	391	39465
2983019	Romanèche-Thorins	romaneche-thorins	FR	71570	1743	Europe/Paris	46.18402	4.74242		Romaneche-Thorins,Romanèche-Thorins		27	71	715	71372
2983023	Roman	roman	FR	27240	290	Europe/Paris	48.85	1.05				28	27	272	27198
2983026	Romainville	romainville	FR	93230	24772	Europe/Paris	48.8854	2.43482		Romainville,Romenvil,Romenvil',lomaengbil,luo man wei er,roman'vu~iru,rwmn wyl,rwmynfyl,Роменвил,Роменвиль,Роменвіль,رومن ویل,رومينفيل,ロマンヴィル,罗曼维尔,로맹빌		11	93	931	93063
2983027	Romainville	romainville	FR	93230	0	Europe/Paris	48.7387	2.03728				11	78	782	78356
2983028	Romainville	romainville	FR	93230	0	Europe/Paris	48.08401	2.43017				24	45	453	45030
2983029	Romain-sur-Meuse	romain-sur-meuse	FR	52150	146	Europe/Paris	48.17261	5.53524		Romain,Romain-sur-Meuse		44	52	521	52433
2983033	Romain-aux-Bois	romain-aux-bois	FR	88320	40	Europe/Paris	48.08209	5.71845		Romain,Romain-aux-Bois		44	88	882	88394
2983035	Romain	romain	FR	25680	0	Europe/Paris	49.52714	5.72876				44	54	541	54138
2983036	Romain	romain	FR	25680	328	Europe/Paris	49.3306	3.77107		Romain		44	51	513	51464
2983037	Romain	romain	FR	25680	0	Europe/Paris	48.5158	6.35874		Romain		44	54	542	54461
2983038	Romain	romain	FR	25680	0	Europe/Paris	47.44176	6.37295		Romain,Romain-la-Roche		27	25	251	25499
2983039	Romain	romain	FR	25680	143	Europe/Paris	47.21324	5.72022		Romain		27	39	391	39464
2983040	Romagny-sous-Rougemont	romagny-sous-rougemont	FR	90110	207	Europe/Paris	47.71847	6.96881		Romagny,Romagny-sous-Rougemont		27	90	901	90086
2983041	Romagny	romagny	FR	50140	1076	Europe/Paris	48.63931	-0.96605		Romagny		28	50	501	50436
2983042	Romagny	romagny	FR	50140	195	Europe/Paris	47.61073	7.06498		Romagny		44	68	681	68282
2983043	Romagnieu	romagnieu	FR	38480	1348	Europe/Paris	45.57061	5.64096		Romagnieu		84	38	382	38343
2983044	Romagne-sous-Montfaucon	romagne-sous-montfaucon	FR	55110	165	Europe/Paris	49.33038	5.08288		Romagne,Romagne-sous-Montfaucon		44	55	553	55438
2983045	Romagne-sous-les-Côtes	romagne-sous-les-cotes	FR	55150	102	Europe/Paris	49.32394	5.47056		Romagne,Romagne-sous-les-Cotes,Romagne-sous-les-Côtes		44	55	553	55437
2983046	Romagné	romagne	FR	33760	1806	Europe/Paris	48.34181	-1.27697		Romagne,Romagné,Rovenieg		53	35	351	35243
2983047	Romagne	romagne	FR	33760	987	Europe/Paris	46.2705	0.30179		Romagne,Romagno		75	86	862	86211
2983048	Romagne	romagne	FR	33760	0	Europe/Paris	45.92292	5.06014				84	01	011	01260
2983049	Romagne	romagne	FR	33760	302	Europe/Paris	44.75999	-0.19642		Romagne		75	33	333	33358
2983050	Romagnat	romagnat	FR	63540	8771	Europe/Paris	45.72955	3.10061		Romagnat,Roman'ja,Romanhac,Romanhat,luo ma ni ya,Романья,罗马尼亚		84	63	632	63307
2983052	Rom	rom	FR	79120	818	Europe/Paris	46.29283	0.11512		Rom		75	79	792	79230
2983053	Rollot	rollot	FR	80500	674	Europe/Paris	49.59052	2.65395		Rollot		32	80	803	80678
2983055	Rolleville	rolleville	FR	76133	1164	Europe/Paris	49.58232	0.21177		Rolleville		28	76	762	76534
2983056	Rolleboise	rolleboise	FR	78270	421	Europe/Paris	49.0193	1.6078		Rol'buaz,Rolleboise,Рольбуаз		11	78	781	78528
2983057	Rollancourt	rollancourt	FR	62770	429	Europe/Paris	50.40736	2.12298		Rollancourt,Rollankur,Rollencourt,luo lang ku er,rwlankwrt,Ролланкур,رولانكورت,罗朗库尔		32	62	624	62719
2983058	Rollainville	rollainville	FR	88300	337	Europe/Paris	48.36102	5.73866		Rollainville		44	88	882	88393
2983061	Rolbing	rolbing	FR	57720	257	Europe/Paris	49.17219	7.43941		Rolbing		44	57	576	57590
2983067	Rolampont	rolampont	FR	52260	1584	Europe/Paris	47.94951	5.2856		Rolampont		44	52	522	52432
2983070	Roizy	roizy	FR	08190	235	Europe/Paris	49.42497	4.17799		Roizy		44	08	082	08368
2983071	Roisey	roisey	FR	42520	716	Europe/Paris	45.38824	4.67593		Roisey,Roizey,Ruaze,lu wa sai,Руазе,鲁瓦塞		84	42	423	42191
2983072	Roiville	roiville	FR	61120	122	Europe/Paris	48.88333	0.23333		Roiville		28	61	613	61351
2983073	Roissy-en-France	roissy-en-france	FR	95700	2651	Europe/Paris	49.00443	2.51703		QZV,Roissy,Roissy-en-France,Ruassi-an-Frans,fu lang si de qu lu wa xi,rowashi=an=furansu,Руасси-ан-Франс,Руассі-ан-Франс,ロワシー＝アン＝フランス,弗朗斯地区鲁瓦西		11	95	952	95527
2983074	Roissy-en-Brie	roissy-en-brie	FR	77112 CEDEX	20933	Europe/Paris	48.79159	2.64747		Roasi an Bri,Roissy,Roissy-en-Brie,Roissy-les-Friches,Ruassi-an-Bri,luasiangbeuli,rowashi=an=buri,rwasyan bry,Роаси ан Бри,Руасси-ан-Бри,Руассі-ан-Брі,روآسیان بری,ロワシー＝アン＝ブリー,루아시앙브리		11	77	775	77390
2983075	Roissard	roissard	FR	38650	228	Europe/Paris	44.88204	5.64033		Roissard		84	38	381	38342
2983077	Roisel	roisel	FR	80240	2022	Europe/Paris	49.94768	3.09973		Resi,Roisel,Ruazel',Rési,lu wa sai lei,Руазель,鲁瓦塞勒		32	80	804	80677
2983078	Roinvilliers	roinvilliers	FR	91150	65	Europe/Paris	48.35621	2.24306		Roinvilliers,Ruenvil'e,lu wan wei li ye er,Руенвилье,Руенвільє,鲁万维利耶尔		11	91	911	91526
2983079	Roinville	roinville	FR	28700	940	Europe/Paris	48.53132	2.04254		Roinville		11	91	911	91525
2983080	Roinville	roinville	FR	28700	362	Europe/Paris	48.44472	1.74942		Roinville		24	28	281	28317
2983081	Roilly	roilly	FR	21390	41	Europe/Paris	47.41881	4.33941		Roilly		27	21	213	21529
2983082	Roiglise	roiglise	FR	80700	166	Europe/Paris	49.68333	2.82864		Roeglise,Roiglise,Roéglise,Ruagliz,lu wa ge li si,Руагліз,鲁瓦格利斯		32	80	803	80676
2983083	Roiffieux	roiffieux	FR	07100	2599	Europe/Paris	45.22655	4.65441		Librefieux,Reifioc,Reifiòc,Roiffieux,Ruaf'jo,Ruafe,lu wa fei e,Руафьё,Руафє,鲁瓦菲厄		84	07	073	07197
2983084	Roiffé	roiffe	FR	86120	700	Europe/Paris	47.12439	0.0523		Roiffe,Roiffé		75	86	861	86210
2983094	Rohrwiller	rohrwiller	FR	67410	0	Europe/Paris	48.75709	7.90552				44	67	672	67407
2983095	Rohrbach-lès-Bitche	rohrbach-les-bitche	FR	57410	2212	Europe/Paris	49.04424	7.26759		Rohrbach,Rohrbach-les-Bitche,Rohrbach-lès-Bitche		44	57	576	57589
2983097	Rohr	rohr	FR	67270	286	Europe/Paris	48.69589	7.54572		Rohr		44	67	674	67406
2983106	Rohan	rohan	FR	56580	1639	Europe/Paris	48.06885	-2.75307		Roc'han,Rohan		53	56	562	56198
2983107	Rohan	rohan	FR	56580	0	Europe/Paris	47.63447	-1.90114				52	44	445	44007
2983108	Rohaire	rohaire	FR	28340	152	Europe/Paris	48.66987	0.85032		Rohaire		24	28	283	28316
2983109	Rogy	rogy	FR	80160	98	Europe/Paris	49.71078	2.20864		Rogy		32	80	803	80675
2983111	Rogues	rogues	FR	30120	137	Europe/Paris	43.88839	3.57193		Rogues		76	30	303	30219
2983112	Rogny	rogny	FR	02140	102	Europe/Paris	49.76848	3.8124		Rogny		32	02	025	02652
2983113	Rogny	rogny	FR	02140	0	Europe/Paris	47.89423	2.65028				24	45	451	45239
2983114	Rogny-les-Sept-Écluses	rogny-les-sept-ecluses	FR	89220	759	Europe/Paris	47.75	2.88333		Rogny-les-Sept-Ecluses,Ron'i-le-Set-Ekljuz,luo ni lai si-sai pu ai ke lu sai,Роньи-ле-Сет-Еклюз,Роньї-ле-Сет-Еклюз,罗尼莱斯-塞普埃克吕塞		27	89	891	89324
2983117	Rognonas	rognonas	FR	13870	3754	Europe/Paris	43.89993	4.80369		Rognonas,Ron'ona,Ron'onas,Ronhonac,Ronhonaç,luo ni ao na,Роньона,Роньонас,罗尼奥纳		93	13	132	13083
2983121	Rognon	rognon	FR	25680	0	Europe/Paris	47.49679	3.11015				27	58	584	58094
2983122	Rognon	rognon	FR	25680	0	Europe/Paris	47.43324	2.91448				24	18	181	18032
2983123	Rognon	rognon	FR	25680	46	Europe/Paris	47.42397	6.3107		Rognon		27	25	251	25498
2983124	Rognon	rognon	FR	25680	0	Europe/Paris	44.82569	4.13238				84	07	071	07075
2983127	Rognes	rognes	FR	13840	4409	Europe/Paris	43.66378	5.34733		Rognes		93	13	131	13082
2983128	Rognaix	rognaix	FR	73730	407	Europe/Paris	45.5868	6.44681		Belle-Arete,Belle-Arête,Rognaix		84	73	731	73216
2983129	Rognac	rognac	FR	13340	0	Europe/Paris	44.94993	3.57853				84	43	431	43234
2983130	Rognac	rognac	FR	13340	12254	Europe/Paris	43.48761	5.23387		Rognac,Ron'jak,Ronhac,luo ni ya ke,Роньяк,罗尼亚克		93	13	134	13081
2983131	Rogna	rogna	FR	39360	217	Europe/Paris	46.32725	5.74817		Rogna		27	39	393	39463
2983133	Roggenhouse	roggenhouse	FR	68740	415	Europe/Paris	47.8894	7.46998		Roggenhouse		44	68	682	68281
2983134	Rogéville	rogeville	FR	54380	142	Europe/Paris	48.81916	5.98058		Rogeville,Rogéville		44	54	544	54460
2983135	Rogerville	rogerville	FR	76700	1282	Europe/Paris	49.50296	0.26516		Rogerville		28	76	762	76533
2983137	Rogécourt	rogecourt	FR	02800	92	Europe/Paris	49.65284	3.42856		Rogecourt,Rogécourt		32	02	022	02651
2983139	Roffiac	roffiac	FR	15100	574	Europe/Paris	45.05258	3.03799		Roffiac		84	15	153	15164
2983140	Roffey	roffey	FR	89700	159	Europe/Paris	47.91753	3.9215		Roffey		27	89	892	89323
2983141	Roézé-sur-Sarthe	roeze-sur-sarthe	FR	72210	2626	Europe/Paris	47.89578	0.06662		Roeze,Roeze-sur-Sarthe,Roézé,Roézé-sur-Sarthe		52	72	721	72253
2983145	Roeschwoog	roeschwoog	FR	67480	2156	Europe/Paris	48.82676	8.03684		Roschwoog,Röschwoog		44	67	672	67405
2983148	Roëllecourt	roellecourt	FR	62130	618	Europe/Paris	50.36813	2.38676		Roellecourt,Roëllecourt		32	62	621	62717
2983150	Rodome	rodome	FR	11140	105	Europe/Paris	42.79909	2.06954		Rodome		76	11	112	11317
2983152	Rodilhan	rodilhan	FR	30230	2939	Europe/Paris	43.82725	4.43088		Rod'jan,Rodilhan,luo di yang,Родьян,罗迪扬		76	30	302	30356
2983154	Rodez	rodez	FR	12000	28337	Europe/Paris	44.35258	2.57338		RDZ,Rodes,Rodez,Rodezas,Rodezo,Rodés,Segodunum,lodejeu,luo de ci,rdz,rodezu,Родез,ردز,รอแดซ,རོ་ཌེ་ཛི།,ロデズ,ロデーズ,罗德兹,로데즈	12	76	12	122	12202
2983155	Rodès	rodes	FR	66320	554	Europe/Paris	42.65728	2.56196		Roders,Rodes,Rodès,Rodés		76	66	663	66165
2983156	Rodern	rodern	FR	68590	331	Europe/Paris	48.22553	7.35234		Rodern,luo dai er en,Родерн,罗代尔恩		44	68	682	68280
2983157	Roderen	roderen	FR	68800	910	Europe/Paris	47.7815	7.08901		Roderen-pres-Thann,Roderen-près-Thann		44	68	686	68279
2983158	Rodemack	rodemack	FR	57570	837	Europe/Paris	49.46991	6.23555		Rodemachern,Rodemack,Rodemak,Rodmak,Roudemaacher,luo dai ma,rwdmak,Родемак,Родмак,رودماک,罗代马		44	57	577	57588
2983159	Rodelle	rodelle	FR	12340	927	Europe/Paris	44.49061	2.62652		Rodelle		76	12	122	12201
2983160	Rodelinghem	rodelinghem	FR	62610	400	Europe/Paris	50.83802	1.92837		Rodelengem,Rodelinghem,luo de lan gai mu,rwdylynhym,Роделенгем,روديلينهيم,罗德兰盖姆		32	62	626	62716
2983164	Rodalbe	rodalbe	FR	57340	195	Europe/Paris	48.91003	6.70434		Rodalbe		44	57	575	57587
2983165	Rocroi	rocroi	FR	08230	2375	Europe/Paris	49.9261	4.5222		Roc-Libre,Rocroi,Rokroa,Rokrua,luo ke lu wa,rokurowa,Рокроа,Рокруа,ロクロワ,罗克鲁瓦		44	08	081	08367
2983167	Rocquigny	rocquigny	FR	02260	288	Europe/Paris	50.05845	2.92624		Rocquigny		32	62	621	62715
2983168	Rocquigny	rocquigny	FR	02260	397	Europe/Paris	50.0233	3.98194		Rocquigny		32	02	025	02650
2983169	Rocquigny	rocquigny	FR	02260	765	Europe/Paris	49.68979	4.24807		Rocquigny		44	08	082	08366
2983171	Rocques	rocques	FR	14100	327	Europe/Paris	49.17114	0.24433		Rocques		28	14	143	14540
2983172	Roquepine	roquepine	FR	32100	0	Europe/Paris	44.68989	0.67793		Rocquepine,Roquepine		75	24	241	24492
2983173	Rocquencourt	rocquencourt	FR	60120	168	Europe/Paris	49.65	2.41667		Rocquencourt		32	60	602	60544
2983174	Rocquencourt	rocquencourt	FR	60120	3389	Europe/Paris	48.83783	2.10228		Rocquencourt		11	78	784	78158
2983175	Rocquemont	rocquemont	FR	60800	615	Europe/Paris	49.60359	1.28273		Rocquemont		28	76	761	76532
2983176	Rocquemont	rocquemont	FR	60800	109	Europe/Paris	49.25842	2.81895		Rocquemont		32	60	604	60543
2983177	Rocquefort	rocquefort	FR	76640	275	Europe/Paris	49.66617	0.70451		Rocquefort		28	76	763	76531
2983178	Rocquancourt	rocquancourt	FR	14540	606	Europe/Paris	49.09373	-0.32147		Rocquancourt,Rokankur,Rokkankur,luo qu ang ku er,Роканкур,Рокканкур,罗屈昂库尔		28	14	142	14538
2983181	Rocourt-Saint-Martin	rocourt-saint-martin	FR	02210	297	Europe/Paris	49.15107	3.38809		Rocourt,Rocourt-Saint-Martin		32	02	021	02649
2983182	Rocourt	rocourt	FR	88320	22	Europe/Paris	48.10373	5.73927		Rocourt		44	88	882	88475
2983186	Roclincourt	roclincourt	FR	62223	769	Europe/Paris	50.32619	2.78688		Roclincourt,Roklenkur,luo ke lan ku er,rwslynkwrt,Рокленкур,روسلينكورت,روکلین‌کورت,罗克兰库尔		32	62	621	62714
2983187	Rocles	rocles	FR	03240	377	Europe/Paris	46.42377	3.03098		Rocles		84	03	032	03214
2983189	Rocles	rocles	FR	03240	189	Europe/Paris	44.56262	4.21582		Rocles,Valbaume		84	07	071	07196
2983190	Rochy-Condé	rochy-conde	FR	60510	658	Europe/Paris	49.40133	2.18477		Rochy-Conde,Rochy-Condé		32	60	601	60542
2983194	Rochonvillers	rochonvillers	FR	57840	212	Europe/Paris	49.41393	6.02758		Rochonvillers,Roshonville,Ruxweiler,luo xiong wei lai er,rwkhwnwylrs,Рошонвилле,Рошонвілле,روخونویلرس,罗雄维莱尔		44	57	577	57586
2983197	Rocheville	rocheville	FR	50260	574	Europe/Paris	49.5044	-1.59536		Rocheville		28	50	502	50435
2983198	Rocheville	rocheville	FR	50260	0	Europe/Paris	47.19915	-0.09442		Rocheville		52	49	493	49011
2983206	Rochetrejoux	rochetrejoux	FR	85510	795	Europe/Paris	46.78901	-0.99609		Rochetrejoux		52	85	852	85192
2983207	Rochetoirin	rochetoirin	FR	38110	942	Europe/Paris	45.58373	5.41237		Rochetoirin		84	38	382	38341
2983208	Rochetaillée	rochetaillee	FR	52210	144	Europe/Paris	47.85	5.1		Rochetaillee-sur-Aujon,Rochetaillée-sur-Aujon		44	52	522	52431
2983209	Rochetaillée-sur-Saône	rochetaillee-sur-saone	FR	69270	1194	Europe/Paris	45.85	4.85		Rochetaillee-sur-Saone,Rochetaillée-sur-Saône		84	69	691	69168
2983210	Rochetaillée	rochetaillee	FR	52210	0	Europe/Paris	45.4083	4.44561		Rochetaillee,Rochetaillée		84	42	423	42218
2983211	Roche-sur-Linotte-et-Sorans-les-Cordiers	roche-sur-linotte-et-sorans-les-cordiers	FR	70230	77	Europe/Paris	47.47175	6.20255		Roche-et-Sorans,Roche-sur-Linotte,Roche-sur-Linotte-et-Sorans-les-Cordiers		27	70	702	70449
2983212	Roches-Bettaincourt	roches-bettaincourt	FR	52270	0	Europe/Paris	48.3	5.26667		Roches-sur-Rognon		44	52	523	52044
2983213	Roches-sur-Marne	roches-sur-marne	FR	52410	624	Europe/Paris	48.6052	5.04233		Roches,Roches-sur-Marne		44	52	523	52429
2983215	Rochesson	rochesson	FR	88120	672	Europe/Paris	48.02185	6.7872		Rochesson,Roshsson,luo xie song,Рошссон,罗谢松		44	88	881	88391
2983216	Rochessauve	rochessauve	FR	07210	322	Europe/Paris	44.67929	4.62602		Rochessauve		84	07	072	07194
2983219	Roches-Prémarie-Andillé	roches-premarie-andille	FR	86340	1602	Europe/Paris	46.48451	0.36979		Les Roches-Premarie,Les Roches-Prémarie,Roche-Premarie-Andille,Roche-Prémarie-Andillé,Roches-Premarie,Roches-Premarie-Andille,Roches-Prémarie,Roches-Prémarie-Andillé,Rosh-Premari-Andil'e,luo she pu lei ma li ye ang di lei,Рош-Премарі-Андільє,罗舍普雷马里耶昂迪勒		75	86	863	86209
2983220	Roches-lès-Blamont	roches-les-blamont	FR	25310	653	Europe/Paris	47.40839	6.84961		Roches,Roches-les-Blamont,Roches-lez-Blamont,Roches-lès-Blamont		27	25	252	25497
2983221	Rocheservière	rocheserviere	FR	85620	2404	Europe/Paris	46.93851	-1.5098		Rocheserviere,Rocheservière		52	85	852	85190
2983223	Roche-Saint-Secret-Béconne	roche-saint-secret-beconne	FR	26770	0	Europe/Paris	44.48333	5.03333		La Roche Saint Secret		84	26	262	26276
2983228	Roches	roches	FR	23270	67	Europe/Paris	47.79524	1.44916		Roche,Roches		24	41	411	41191
2983229	Roches	roches	FR	23270	388	Europe/Paris	46.28308	1.99943		Roches		75	23	232	23162
2983238	Rocher	rocher	FR	07110	239	Europe/Paris	44.57687	4.28492		Rocher		84	07	071	07193
2983240	Rochepaule	rochepaule	FR	07320	312	Europe/Paris	45.07679	4.45575		Rochepaule		84	07	073	07192
2983246	Rochemaure	rochemaure	FR	07400	1989	Europe/Paris	44.58747	4.70391		Rochamaura,Rochemaure,Roshmor,Ròchamaura,luo xie mo er,Рошмор,罗谢莫尔		84	07	072	07191
2983248	Roche-lès-Clerval	roche-les-clerval	FR	25340	95	Europe/Paris	47.36647	6.48024		Roche,Roche-les-Clerval,Roche-lès-Clerval		27	25	252	25496
2983249	Roche-lez-Beaupré	roche-lez-beaupre	FR	25220	2051	Europe/Paris	47.28333	6.11667		Roche		27	25	251	25495
2983250	Roche-le-Peyroux	roche-le-peyroux	FR	19160	81	Europe/Paris	45.4224	2.38103		Roche,Roche-le-Peyroux		75	19	193	19175
2983251	Roche-la-Molière	roche-la-moliere	FR	42230	10372	Europe/Paris	45.43088	4.3282		Roche-la-Moliere,Roche-la-Molière,Rosh-la-Mol'er,luo ke la mo li ai,Рош-ла-Мольєр,罗克拉莫利埃		84	42	423	42189
2983254	Rochejean	rochejean	FR	25370	450	Europe/Paris	46.74501	6.29357		Rochejean,Roshzhan,luo xie rang,Рошжан,罗谢让		27	25	253	25494
2983257	Rochegude	rochegude	FR	26790	1322	Europe/Paris	44.24414	4.82719		Rochegude		84	26	262	26275
2983258	Rochegude	rochegude	FR	26790	194	Europe/Paris	44.2392	4.29617		Rochegude		76	30	301	30218
2983260	Rochefourchat	rochefourchat	FR	26340	1	Europe/Paris	44.59837	5.24692		Rochaforchaa,Rochefourchat,Roshfursha,Ròchaforchaa,luo xie fu er sha,rosshufurusha,Рошфурша,ロッシュフルシャ,罗谢富尔沙		84	26	261	26274
2983261	Rochefort-sur-Nenon	rochefort-sur-nenon	FR	39700	667	Europe/Paris	47.12512	5.56198		Rochefort,Rochefort-sur-Nenon		27	39	391	39462
2983262	Rochefort-sur-Loire	rochefort-sur-loire	FR	49190	2090	Europe/Paris	47.35691	-0.65569		Rochefort,Rochefort-sur-Loire,Roshfor-sjur-Luar,lu wa er he pan luo xie fu er,Рошфор-сюр-Луар,卢瓦尔河畔罗谢福尔		52	49	491	49259
2983263	Rochefort-sur-la-Côte	rochefort-sur-la-cote	FR	52700	59	Europe/Paris	48.22076	5.20359		Rochefort,Rochefort-sur-la-Cote,Rochefort-sur-la-Côte		44	52	521	52428
2983264	Rochefort-Samson	rochefort-samson	FR	26300	819	Europe/Paris	44.97101	5.15069		Rochefort-Samson,Rochefort-Sanson		84	26	263	26273
2983265	Rochefort-Montagne	rochefort-montagne	FR	63210	890	Europe/Paris	45.68465	2.80426		Rochefort-Montagne		84	63	633	63305
2983266	Rochefort-en-Yvelines	rochefort-en-yvelines	FR	78730	822	Europe/Paris	48.58523	1.98765		Rochefort-en Yveline,Rochefort-en-Yvelines,Roshfor-an-Ivelin,Roshfor-an-Ivlin,Рошфор-ан-Івлін,Рошфор-ан-Ивелин		11	78	782	78522
2983267	Rochefort-en-Terre	rochefort-en-terre	FR	56220	682	Europe/Paris	47.69948	-2.33704		Roc'h-an-Argoed,Roche-des-Trois,Rochefort,Rochefort-des-Trois,Rochefort-en-Terre		53	56	563	56196
2983268	Rochefort-du-Gard	rochefort-du-gard	FR	30650	6303	Europe/Paris	43.97452	4.68977		Rocafort de Gardon,Rochefort,Rochefort-du-Gard,Roshfor-dju-Gar,Ròcafòrt de Gardon,luo xie fu er di jia er,Рошфор-дю-Гар,罗谢福尔迪加尔		76	30	302	30217
2983273	Rochefort	rochefort	FR	17133 AIR	0	Europe/Paris	48.17721	-0.7469				52	53	533	53005
2983274	Rochefort-sur-Brévon	rochefort-sur-brevon	FR	21510	61	Europe/Paris	47.73333	4.7				27	21	213	21526
2983275	Rochefort	rochefort	FR	17133 AIR	0	Europe/Paris	46.13834	3.12711				84	03	033	03220
2983365	Roaillan	roaillan	FR	33210	914	Europe/Paris	44.49861	-0.28247		Roaillan		75	33	333	33357
2983276	Rochefort	rochefort	FR	17133 AIR	29427	Europe/Paris	45.94304	-0.96774		RCO,Rashfor,Rochefort,Rochefort i Charente-Maritime,Rochefort-sur-Mer,Roshfor,losyupoleu,luo shen fu er,roshpori,roshuforu,rwshfw  sharant-marytym,rwshfwr  shrant-marytym,Рашфор,Рошфор,روشفو، شارانت-ماریتیم,روشفور، شرانت-ماریتیم,როშფორი,ロシュフォール,羅什福爾,로슈포르	172	75	17	172	17299
2983277	Rochefort	rochefort	FR	17133 AIR	0	Europe/Paris	45.7822	3.90913				84	42	421	42252
2983278	Rochefort	rochefort	FR	17133 AIR	0	Europe/Paris	45.66774	4.57158		Rochefort		84	69	691	69227
2983279	Rochefort	rochefort	FR	17133 AIR	0	Europe/Paris	45.63395	2.15642				75	19	193	19261
2983280	Rochefort	rochefort	FR	17133 AIR	193	Europe/Paris	45.58207	5.7215		Rochefort,Roshfor,Рошфор		84	73	732	73214
2983282	Roche-et-Raucourt	roche-et-raucourt	FR	70180	165	Europe/Paris	47.61993	5.70772		Roche,Roche-et-Raucourt		27	70	702	70448
2983283	Roche-en-Régnier	roche-en-regnier	FR	43810	407	Europe/Paris	45.22142	3.94147		La Rocha den Renhier,La Ròcha den Renhièr,Maurice-de-Roche-Marat,Roche,Roche-Marat,Roche-en-Regnier,Roche-en-Régnier,Rosh-an-Ren'e,lei nie de qu luo ke,rosshu=an=renie,Рош-ан-Ренье,Рош-ан-Реньє,ロッシュ＝アン＝レニエ,雷涅地区罗克		84	43	432	43164
2983285	Roche-d'Agoux	roche-d-agoux	FR	63330	0	Europe/Paris	46.044	2.63163		Roche,Roche-d'Agoux		84	63	634	63304
2983287	Rochecorbon	rochecorbon	FR	37210	3124	Europe/Paris	47.41658	0.75521		Rochecorbon,Roshkorbon,Rupes Corbonis,luo xie ke er bang,Рошкорбон,罗谢科尔邦		24	37	372	37203
2983288	Rochecolombe	rochecolombe	FR	07200	180	Europe/Paris	44.51751	4.43548		Rochecolombe		84	07	071	07190
2983291	Rochechouart	rochechouart	FR	87600	3868	Europe/Paris	45.82338	0.82058		Rochechouart	873	75	87	873	87126
2983292	Rochechinard	rochechinard	FR	26190	120	Europe/Paris	45.03142	5.25146		Rochachinard,Rochechinard,Roshshinar,Ròchachinard,luo xie xi na er,Рошшинар,罗谢希纳尔		84	26	261	26270
2983294	Roche-Charles-la-Mayrand	roche-charles-la-mayrand	FR	63420	57	Europe/Paris	45.45	3.03333				84	63	633	63303
2983298	Rochebrune	rochebrune	FR	05190	136	Europe/Paris	44.45628	6.17685		Rochebrune,Rochebrunne		93	05	052	05121
2983299	Rochebrune	rochebrune	FR	05190	43	Europe/Paris	44.33705	5.24561		Rochebrune		84	26	262	26269
2983307	Rochebaudin	rochebaudin	FR	26160	120	Europe/Paris	44.57995	5.03225		Rochebaudin		84	26	262	26268
2983313	Roche	roche	FR	38090	0	Europe/Paris	47.46096	2.9559				27	58	584	58187
2983314	Roche	roche	FR	38090	0	Europe/Paris	47.11107	3.65476				27	58	581	58001
2983315	Roche	roche	FR	38090	0	Europe/Paris	46.22555	0.75874				75	86	862	86172
2983316	Roche	roche	FR	38090	0	Europe/Paris	46.20978	3.06376		Roche,Roches		84	03	033	03022
2983317	Roche	roche	FR	38090	0	Europe/Paris	46.13609	2.54904				75	23	231	23076
2983318	Roche	roche	FR	38090	0	Europe/Paris	45.86667	3.7				84	63	635	63072
2983319	Roche	roche	FR	38090	258	Europe/Paris	45.61394	3.94619		Roche		84	42	421	42188
2983320	Roche	roche	FR	38090	1679	Europe/Paris	45.58723	5.16223		Roche		84	38	382	38339
2983321	Roche	roche	FR	38090	0	Europe/Paris	44.39449	5.97551				93	04	044	04058
2983326	Rocé	roce	FR	41100	208	Europe/Paris	47.80706	1.14945		Roce,Rocé		24	41	412	41190
2983332	Rocbaron	rocbaron	FR	83136	3218	Europe/Paris	43.30904	6.07941		Rocbaron		93	83	833	83106
2983333	Rocamadour	rocamadour	FR	46500	663	Europe/Paris	44.80047	1.61898		Roc Amador,Rocamador,Rokamadoer,Rokamadur,Ròc Amador,Ròcamador,luo ka ma du,rx ka ma dur,Рокамадур,รอกามาดูร์,罗卡马杜		76	46	463	46240
2983338	Robion	robion	FR	84440	4116	Europe/Paris	43.84697	5.11017		Robion		93	84	841	84099
2983339	Robion	robion	FR	84440	0	Europe/Paris	43.81096	6.49133		Robion		93	04	042	04039
2983342	Robiac-Rochessadoule	robiac-rochessadoule	FR	30160	870	Europe/Paris	44.26667	4.13333				76	30	301	30216
2983343	Roberval	roberval	FR	60410	0	Europe/Paris	49.29067	2.68847		Noel-Roberval,Noël-Roberval,Roberval		32	60	604	60541
2983345	Robertot	robertot	FR	76560	118	Europe/Paris	49.71878	0.69848		Robertot		28	76	763	76530
2983346	Robert-Magny	robert-magny	FR	52220	0	Europe/Paris	48.46131	4.84866				44	52	523	52331
2983348	Robert-Espagne	robert-espagne	FR	55000	832	Europe/Paris	48.74441	5.03022		Robert-Espagne		44	55	551	55435
2983352	Robersart	robersart	FR	59550	158	Europe/Paris	50.15673	3.64211		Robersar,Robersart,luo bei er sa er,Роберсар,罗贝尔萨尔		32	59	591	59503
2983354	Robecq	robecq	FR	62350	1147	Europe/Paris	50.59608	2.56262		Robecq,Robek,Robeke,luo bei ke,rwbysk,Робек,روبيسك,罗贝克		32	62	622	62713
2983355	Robécourt	robecourt	FR	88320	123	Europe/Paris	48.14073	5.69714		Robecourt,Robekur,Robécourt,luo bei ku er,Робекур,罗贝库尔		44	88	882	88390
2983357	Roannes-Saint-Mary	roannes-saint-mary	FR	15220	918	Europe/Paris	44.85697	2.39063		Roannes,Roannes-Saint-Mary		84	15	151	15163
2983362	Roanne	roanne	FR	42300	39840	Europe/Paris	46.03624	4.06802		RNE,Roan,Roana,Roann,Roanne,Rodumna,Rouana,loan,luo a ne,roan'nu,rwan,Роан,Роанн,روآن,ロアンヌ,罗阿讷,로안	422	84	42	422	42187
2983363	Roanne	roanne	FR	42300	0	Europe/Paris	44.69092	5.2654		Roanne,Rouane		84	26	261	26019
2983364	Roaix	roaix	FR	84110	629	Europe/Paris	44.24556	5.01673		Roais,Roaix,Roe,Roehks,luo ai,Рое,Роэкс,罗艾		93	84	843	84098
2983368	Rizaucourt-Buchey	rizaucourt-buchey	FR	52330	0	Europe/Paris	48.28333	4.86667				44	52	521	52426
2983369	Rixheim	rixheim	FR	68170	13608	Europe/Paris	47.7497	7.40203		Rixheim		44	68	684	68278
2983370	Rix	rix	FR	39250	184	Europe/Paris	47.43131	3.49798		Rix		27	58	582	58222
2983371	Rix	rix	FR	39250	78	Europe/Paris	46.76649	6.05254		Rix		27	39	392	39461
2983372	Rix	rix	FR	39250	0	Europe/Paris	45.7352	5.52057				84	01	011	01216
2983376	Rivolet	rivolet	FR	69640	514	Europe/Paris	46.00581	4.60193		Rivolet		84	69	692	69167
2983377	Riville	riville	FR	76540	265	Europe/Paris	49.72547	0.56216		Riville		28	76	762	76529
2983378	Rivière-sur-Tarn	riviere-sur-tarn	FR	12640	992	Europe/Paris	44.18819	3.13036		Riviere,Riviere-sur-Tarn,Rivière,Rivière-sur-Tarn		76	12	121	12200
2983379	Rivière-les-Fosses	riviere-les-fosses	FR	52190	207	Europe/Paris	47.66667	5.23333		Riviere-les-Fosses,Rivieres,Rivière-les-Fosses,Rivières		44	52	522	52425
2983380	Rivières-le-Bois	rivieres-le-bois	FR	52600	60	Europe/Paris	47.73752	5.44189		Rivieres,Rivieres-le-Bois,Rivières,Rivières-le-Bois		44	52	522	52424
2983381	Rivière	riviere	FR	37500	1015	Europe/Paris	43.67958	-1.15164		Riviere,Riviere-Saas,Riviere-Saas-et-Gourby,Rivière,Rivière-Saas,Rivière-Saas-et-Gourby		75	40	401	40244
2983382	Rivières	rivieres	FR	16110	1905	Europe/Paris	45.75311	0.36104		Rivieres,Rivières		75	16	161	16280
2983383	Rivières	rivieres	FR	16110	319	Europe/Paris	44.22582	4.27465		Rivieres,Rivières		76	30	301	30215
2983384	Rivières	rivieres	FR	16110	758	Europe/Paris	43.91372	1.96295		Rivieres,Rivières		76	81	811	81225
2983387	Rivière	riviere	FR	37500	1160	Europe/Paris	50.23316	2.692		Riviere,Rivière		32	62	621	62712
2983388	Rivière	riviere	FR	37500	0	Europe/Paris	48.4019	2.40235				11	91	912	91359
2983389	Rivière	riviere	FR	37500	658	Europe/Paris	47.14552	0.27833		Riviere,Rivière		24	37	371	37201
2983393	Rivesaltes	rivesaltes	FR	66600	8836	Europe/Paris	42.76929	2.87378		Ribesaltes,Rival't,Rivesaltes,li wei sa er tai,rivusaruto,Ривальт,リヴサルト,里韦萨尔泰		76	66	662	66164
2983394	Rives	rives	FR	38140	0	Europe/Paris	46.94257	0.71043				24	37	373	37001
2983395	Rives	rives	FR	38140	6067	Europe/Paris	45.35326	5.50084		Rives,Rives-sur-Fure		84	38	381	38337
2983396	Rives	rives	FR	38140	228	Europe/Paris	44.64497	0.74079		Rives		75	47	473	47223
2983397	Rivery	rivery	FR	80136	3454	Europe/Paris	49.90328	2.32235		Riveri,Rivery,Rivroe,Rivroé,li wei li,Ривері,里韦里		32	80	802	80674
2983398	Rivery	rivery	FR	80136	0	Europe/Paris	49.7891	1.74977				28	76	761	76035
2983400	Riverie	riverie	FR	69440	287	Europe/Paris	45.59966	4.5886		Riverie		84	69	691	69166
2983402	Rivèrenert	riverenert	FR	09200	142	Europe/Paris	42.95708	1.2286		Riverenert,Rivèrenert		76	09	093	09247
2983403	Riventosa	riventosa	FR	20250	175	Europe/Paris	42.25113	9.18228		Riventosa,Riventoza,Ривентоза		94	2B	2B3	2B260
2983404	Rivel	rivel	FR	11230	212	Europe/Paris	42.94369	1.99992		Rivel		76	11	112	11316
2983405	Rivehaute	rivehaute	FR	64190	313	Europe/Paris	43.3436	-0.87945		Arribalda,Ribahauta,Rivehaute,Rivot,li wo te,Ривот,里沃特		75	64	642	64466
2983407	Rivedoux-Plage	rivedoux-plage	FR	17940	1885	Europe/Paris	46.15854	-1.27093	0	Rivdu-Plazh,Rivedoux,li wei du pu la ge,Ривду-Плаж,里韦杜普拉格		75	17	173	17297
2983408	Rive-de-Gier	rive-de-gier	FR	42800	14852	Europe/Paris	45.52755	4.61589		Riv-de-Zhe,Rive-de-Gier,Vers-de-Gier,Vèrs-de-Giér,li fu de bi ye,Рив-де-Жє,里夫德比耶		84	42	423	42186
2983409	Rivecourt	rivecourt	FR	60126	509	Europe/Paris	49.34784	2.73486		Rivecourt,Rivkur,li wei ku er,Ривкур,里韦库尔		32	60	603	60540
2983413	Rivas	rivas	FR	42340	415	Europe/Paris	45.58615	4.24675		Rivas		84	42	421	42185
2983416	Rivarennes	rivarennes	FR	36800	770	Europe/Paris	47.26686	0.35329		Rivarenne,Rivarennes		24	37	372	37200
2983417	Rivarennes	rivarennes	FR	36800	559	Europe/Paris	46.63588	1.38653		Rivarennes		24	36	361	36172
2983424	Riupeyrous	riupeyrous	FR	64160	163	Europe/Paris	43.40134	-0.22575		R'juperus,Riupeiros,Riupeirós,Riupeyrous,Rjuperus,li yu pei lu,Рьюперус,Рюперус,里于佩鲁		75	64	643	64465
2983427	Ritzing	ritzing	FR	57480	152	Europe/Paris	49.43603	6.46161		Ritzing		44	57	577	57439
2983428	Rittershoffen	rittershoffen	FR	67690	0	Europe/Paris	48.90304	7.9523		Rittershoffen		44	67	672	67404
2983431	Ristolas	ristolas	FR	05460	82	Europe/Paris	44.77361	6.95538				93	05	051	05001
2983439	Risoul	risoul	FR	05600	673	Europe/Paris	44.64814	6.639	1100	Risol,Risos,Risoul Village,Risós,Rizul',li su,Ризуль,里苏		93	05	051	05119
2983440	Ris-Orangis	ris-orangis	FR	91130	25082	Europe/Paris	48.6511	2.41406		Brutus,Ris,Ris-Orangis,Ris-Oranzhis,Riz Oranzhis,li ao lang ji,lijolangjiseu,ri=zoranjisu,ry awranzhy,Риз Оранжис,Рис-Оранжис,ری اورانژی,リ＝ゾランジス,里奥朗吉,리조랑지스		11	91	912	91521
2983443	Riscle	riscle	FR	32400	1808	Europe/Paris	43.65695	-0.08764		Riscle		76	32	323	32344
2983449	Ris	ris	FR	63290	719	Europe/Paris	45.99901	3.50598		Ris		84	63	635	63301
2983450	Ris	ris	FR	63290	12	Europe/Paris	42.88732	0.39806		Ris		76	65	652	65379
2983451	Riquewihr	riquewihr	FR	68340	1271	Europe/Paris	48.16672	7.29707		Reichenweier,Rikevir,Rikvir,Riquewihr,li qu ai wei,rikuvu~iru,Риквир,Рикевир,Рикевір,رکوہر,リクヴィール,里屈埃维		44	68	682	68277
2983456	Rioz	rioz	FR	70190	1581	Europe/Paris	47.42521	6.06598		R'oz,Rioz,Rjo,Рйо,Рьоз		27	70	702	70447
2983459	Rioux-Martin	rioux-martin	FR	16210	217	Europe/Paris	45.24838	0.00288		Rioux-Martin,Riu-Marten,li wu ma er tan,Риу-Мартен,Ріу-Мартен,里乌马尔坦		75	16	161	16279
2983460	Rioux	rioux	FR	17460	829	Europe/Paris	45.6367	-0.71066		Rioux		75	17	174	17298
2983461	Rioux	rioux	FR	17460	0	Europe/Paris	45.08749	3.98514				84	43	432	43126
2983479	Riotord	riotord	FR	43220	1210	Europe/Paris	45.23159	4.40208		Riotord		84	43	433	43163
2983482	Riorges	riorges	FR	42153	10763	Europe/Paris	46.04378	4.04255		Riorges,Riorzh,li ao er re,Ріорж,里奥尔热		84	42	422	42184
2983483	Rions	rions	FR	33410	1571	Europe/Paris	44.66385	-0.35221		Rions,Rjon,li weng,Рйон,里翁		75	33	333	33355
2983485	Rion-des-Landes	rion-des-landes	FR	40370	2401	Europe/Paris	43.93449	-0.92388		Rion,Rion-les-Landes		75	40	401	40243
2983486	Rioms	rioms	FR	26170	24	Europe/Paris	44.26667	5.45		Rioms		84	26	262	26267
2983558	Rignosot	rignosot	FR	25640	117	Europe/Paris	47.38775	6.19372		Rignosot		27	25	251	25491
2983559	Rignieux-le-Franc	rignieux-le-franc	FR	01800	922	Europe/Paris	45.9404	5.18559		Rignieux,Rignieux-le-Franc		84	01	011	01325
2983487	Riom-ès-Montagnes	riom-es-montagnes	FR	15400	2902	Europe/Paris	45.28206	2.65973		R'om-ehs-Montan',Riom,Riom de las Montanhas,Riom-es-Montagne,Riom-es-Montagnes,Riom-ès-Montagne,Riom-ès-Montagnes,Riòm de las Montanhas,Rjom-e-Montan',li weng ai meng ta gai,riomesu=montanyu,Рйом-е-Монтань,Рьом-эс-Монтань,リオメス＝モンターニュ,里翁埃蒙塔盖		84	15	152	15162
2983489	Riom	riom	FR	63200	20142	Europe/Paris	45.89362	3.11264		R'om,Riam,Ricomagus,Riom,Rion,XRI,li yong,liong,rion,rywm,Рьом,Ріон,ريوم,リオン,里永,리옹	634	84	63	634	63300
2983490	Riols	riols	FR	34220	772	Europe/Paris	43.50565	2.79252		Riols		76	34	341	34229
2983494	Riolas	riolas	FR	31230	47	Europe/Paris	43.34866	0.91659		Riolas		76	31	312	31456
2983498	Riocaud	riocaud	FR	33220	0	Europe/Paris	44.7646	0.20825		Riocaud		75	33	335	33354
2983499	Rinxent	rinxent	FR	62720	2848	Europe/Paris	50.80714	1.72899		Renksan,Rincquessent,Rinxent,lan ke sang,rynksynt,Ренксан,رينكسينت,兰克桑		32	62	623	62711
2983502	Ringendorf	ringendorf	FR	67350	381	Europe/Paris	48.80743	7.55516				44	67	674	67403
2983503	Ringeldorf	ringeldorf	FR	67350	82	Europe/Paris	48.82523	7.60726				44	67	672	67372
2983506	Rimsdorf	rimsdorf	FR	67260	277	Europe/Paris	48.92916	7.12467		Rimsdorf		44	67	674	67401
2983507	Rimplas	rimplas	FR	06420	112	Europe/Paris	44.064	7.13113		Rimplas		93	06	062	06102
2983508	Rimou	rimou	FR	35560	330	Europe/Paris	48.39859	-1.51236		Rimou,Rimoux,Rivou,Rivoù		53	35	351	35242
2983510	Rimont	rimont	FR	09420	514	Europe/Paris	42.9953	1.28102		Rimont		76	09	093	09246
2983511	Rimons	rimons	FR	33580	206	Europe/Paris	44.67206	0.00612		Rimon,Rimons,li meng,Римон,里蒙		75	33	333	33353
2983513	Rimondeix	rimondeix	FR	23140	72	Europe/Paris	46.22873	2.10172		Rimondeix		75	23	231	23149
2983514	Rimogne	rimogne	FR	08150	1404	Europe/Paris	49.84075	4.53941		Rimogne,Rimon',li mo nie,Римонь,里莫涅		44	08	081	08365
2983515	Rimling	rimling	FR	57720	508	Europe/Paris	49.09656	7.2661		Rimlen,Rimling,Rimlingen,li mu lan,Римлен,里姆兰		44	57	576	57584
2983518	Rimeize	rimeize	FR	48200	545	Europe/Paris	44.76528	3.32386		Rimeize		76	48	482	48128
2983519	Rimboval	rimboval	FR	62990	126	Europe/Paris	50.5	1.98333		Remboval',Rimboval,Rimbovau,li mu bo wa er,rymbwfal,Рембоваль,ريمبوفال,里姆博瓦尔		32	62	624	62710
2983520	Rimbez-et-Baudiets	rimbez-et-baudiets	FR	40310	94	Europe/Paris	44.05202	0.05237		Rimbez-et-Baudiets		75	40	402	40242
2983523	Rimbachzell	rimbachzell	FR	68500	230	Europe/Paris	47.90041	7.1763				44	68	686	68276
2983524	Rimbach-près-Masevaux	rimbach-pres-masevaux	FR	68290	526	Europe/Paris	47.8282	6.95186		Rimbach		44	68	686	68275
2983525	Rimbach-près-Guebwiller	rimbach-pres-guebwiller	FR	68500	256	Europe/Paris	47.90436	7.15573		Rembak-pre-Gebviller,Rimbach,Rimbach bei Gebweiler,Rimbach-pres-Guebwiller,Rimbach-près-Guebwiller,li mu ba ke pu lei gai bu wei lai,Рембак-пре-Гебвиллер,Рембак-пре-Гебвіллер,里姆巴克普雷盖布维莱		44	68	686	68274
2983526	Rimaucourt	rimaucourt	FR	52700	736	Europe/Paris	48.25291	5.33308		Rimaucourt		44	52	521	52423
2983530	Rilly-sur-Vienne	rilly-sur-vienne	FR	37220	423	Europe/Paris	47.05723	0.49201		Rilly,Rilly-sur-Vienne		24	37	371	37199
2983531	Rilly-sur-Loire	rilly-sur-loire	FR	41150	417	Europe/Paris	47.46659	1.13471		Rilly,Rilly-sur-Loire		24	41	411	41189
2983532	Rilly-sur-Aisne	rilly-sur-aisne	FR	08130	107	Europe/Paris	49.48694	4.63434		Rilly,Rilly-aux Oies,Rilly-sur-Aisne		44	08	084	08364
2983533	Rilly-Sainte-Syre	rilly-sainte-syre	FR	10280	222	Europe/Paris	48.44476	3.95692		Rilly,Rilly-Sainte-Syre,Rilly-la-Raison		44	10	102	10320
2983534	Rilly-la-Montagne	rilly-la-montagne	FR	51500	1081	Europe/Paris	49.16553	4.04568		Rilly,Rilly-la-Montagne		44	51	513	51461
2983536	Rillieux-la-Pape	rillieux-la-pape	FR	69140	28076	Europe/Paris	45.81667	4.9		Rije le Pap,Rije-la-Pap,Rilliehuks-la-Pap,lillioelapapeu,riryu=ra=papu,ryw lpp,Риллиэукс-ла-Пап,Рије ле Пап,Рійє-ла-Пап,ریو لپپ,リリュー＝ラ＝パプ,릴리외라파프		84	69	691	69286
2983537	Rillé	rille	FR	37340	283	Europe/Paris	47.45223	0.24868		Rille,Rillé		24	37	371	37198
2983538	Rillé	rille	FR	37340	0	Europe/Paris	46.48132	0.89478				75	86	862	86117
2983539	Rillans	rillans	FR	25110	63	Europe/Paris	47.4123	6.36421		Rillans		27	25	251	25492
2983540	Rilhac-Xaintrie	rilhac-xaintrie	FR	19220	339	Europe/Paris	45.16706	2.19719		Rilhac,Rilhac-Xaintrie		75	19	192	19173
2983541	Rilhac-Treignac	rilhac-treignac	FR	19260	129	Europe/Paris	45.52629	1.68592		Rijak-Tren'jak,Rilhac de Trainhac,Rilhac de Trenhac,Rilhac-Treignac,li ya ke te lei ni ya ke,Рийак-Треньяк,Рияк-Треньяк,Ріяк-Треньяк,里亚克特雷尼亚克		75	19	192	19172
2983542	Rilhac-Rancon	rilhac-rancon	FR	87570	3751	Europe/Paris	45.89813	1.3179		Rilhac,Rilhac-Rancon		75	87	872	87125
2983543	Rilhac-Lastours	rilhac-lastours	FR	87800	321	Europe/Paris	45.66116	1.10694		Rilhac,Rilhac-Chaumiere,Rilhac-Chaumière,Rilhac-Lastours		75	87	872	87124
2983545	Riguepeu	riguepeu	FR	32320	223	Europe/Paris	43.64904	0.34325		Riguepeu		76	32	321	32343
2983546	Rigny-Ussé	rigny-usse	FR	37420	506	Europe/Paris	47.25232	0.29971		Rigny,Rigny-Usse,Rigny-Ussé,Usse,Ussé		24	37	372	37197
2983547	Rigny-sur-Arroux	rigny-sur-arroux	FR	71160	621	Europe/Paris	46.53262	4.02797		Rigny,Rigny-sur-Arroux		27	71	713	71370
2983548	Rigny-Saint-Martin	rigny-saint-martin	FR	55140	61	Europe/Paris	48.61235	5.71493		Rigny-Saint-Martin		44	55	552	55434
2983550	Rigny-le-Ferron	rigny-le-ferron	FR	10160	370	Europe/Paris	48.20847	3.63267		Rigny,Rigny-le-Ferron,Rin'i-le-Ferron,li ni lai fu er long,Риньи-ле-Феррон,Риньї-ле-Феррон,里尼莱弗尔龙		44	10	103	10319
2983551	Rigny-la-Salle	rigny-la-salle	FR	55140	324	Europe/Paris	48.62059	5.69909		Rigny-la-Salle		44	55	552	55433
2983552	Rigny-la-Nonneuse	rigny-la-nonneuse	FR	10290	150	Europe/Paris	48.41075	3.66306		Rigny,Rigny-la-Nonneuse		44	10	102	10318
2983553	Rigny	rigny	FR	70100	0	Europe/Paris	48.72809	2.9753				11	77	773	77264
2983554	Rigny	rigny	FR	70100	608	Europe/Paris	47.47167	5.6307		Rigny,Rin'i,Риньи,Риньї		27	70	702	70446
2983555	Rigny	rigny	FR	70100	0	Europe/Paris	47.07524	3.69488				27	58	581	58202
2983556	Rigny	rigny	FR	70100	0	Europe/Paris	46.30977	3.51701				84	03	033	03034
2983557	Rignovelle	rignovelle	FR	70200	99	Europe/Paris	47.76711	6.48044		Rignovelle		27	70	701	70445
2983561	Rigney	rigney	FR	25640	415	Europe/Paris	47.38837	6.18158		Rigney		27	25	251	25490
2983565	Rignac	rignac	FR	12390	0	Europe/Paris	44.93679	1.51961		Rignac		76	46	463	46086
2983566	Rignac	rignac	FR	12390	0	Europe/Paris	44.80636	1.69541		Rignac		76	46	463	46238
2983567	Rignac	rignac	FR	12390	0	Europe/Paris	44.52077	1.80757				76	46	462	46254
2983568	Rignac	rignac	FR	12390	1918	Europe/Paris	44.40874	2.28971		Rignac		76	12	123	12199
2983571	Rigaud	rigaud	FR	06260	151	Europe/Paris	43.99037	6.99142		Rigaud		93	06	062	06101
2983572	Rigarda	rigarda	FR	66320	239	Europe/Paris	42.62496	2.53368		Rigarda		76	66	663	66162
2983580	Riez	riez	FR	04500	1787	Europe/Paris	43.8181	6.09268		R'ez,Re,Reius,Ries,Riez,Riés,li ye,Рьез,Рє,里耶		93	04	044	04166
2983582	Rieux-Minervois	rieux-minervois	FR	11160	2221	Europe/Paris	43.28221	2.58691		Rieux,Rieux-Minervois		76	11	111	11315
2983583	Rieux-en-Val	rieux-en-val	FR	11220	72	Europe/Paris	43.08198	2.53065		Rieux,Rieux-en-Val		76	11	111	11314
2983584	Rieux-en-Cambrésis	rieux-en-cambresis	FR	59277	1397	Europe/Paris	50.20069	3.35232		Rieux,Rieux-en-Cambresis,Rieux-en-Cambrésis		32	59	592	59502
2983585	Rieux-de-Pelleport	rieux-de-pelleport	FR	09120	900	Europe/Paris	43.05801	1.60992		Rieux,Rieux-de-Pelleport		76	09	091	09245
2983587	Rieux	rieux	FR	51210	653	Europe/Paris	49.93578	1.58199		Rieux		28	76	761	76528
2983588	Rieux	rieux	FR	51210	1677	Europe/Paris	49.3	2.51667		Rieux		32	60	602	60539
2983589	Rieux	rieux	FR	51210	171	Europe/Paris	48.85	3.5		Rieux		44	51	512	51460
2983590	Rieux	rieux	FR	51210	2736	Europe/Paris	47.59809	-2.10857		Reoz,Rieux		53	56	563	56194
2983591	Rieux-Volvestre	rieux-volvestre	FR	31310	2130	Europe/Paris	43.25784	1.1964		Rie-Vol'vestr,Rieux,Rieux-Volvestre,Rius,Rivi,er yue wo er wei si te er,Ріє-Вольвестр,尔约沃尔韦斯特尔		76	31	311	31455
2983596	Rieutort-de-Randon	rieutort-de-randon	FR	48700	677	Europe/Paris	44.6344	3.47804		Rieutort,Rieutort-de-Randon		76	48	482	48127
2983602	Rieussec	rieussec	FR	34220	86	Europe/Paris	43.41716	2.73908		Rieussec		76	34	341	34228
2983603	Rieupeyroux	rieupeyroux	FR	12240	2025	Europe/Paris	44.30752	2.23611		Rieupeyroux		76	12	123	12198
2983606	Rieumes	rieumes	FR	31370	2980	Europe/Paris	43.41231	1.11763		R'jom,Rem,Rieumes,Riumas,li ye yu mei,Рьём,Рєм,里耶于梅		76	31	311	31454
2983608	Rieumajou	rieumajou	FR	31290	98	Europe/Paris	43.41506	1.79015		R'jomazhu,Remazhu,Rieumajou,Riumajor,li ye yu ma ru,Рьёмажу,Рємажу,里耶于马茹		76	31	313	31453
2983609	Rieulay	rieulay	FR	59870	1458	Europe/Paris	50.37856	3.25284		R'ele,Rele,Rieulay,e lai,Рьеле,Рєле,略莱		32	59	593	59501
2983611	Rieucros	rieucros	FR	09500	464	Europe/Paris	43.08427	1.76651		Bieucros,Rieucros		76	09	092	09244
2983612	Rieucazé	rieucaze	FR	31800	41	Europe/Paris	43.07665	0.75828		Rieucaze,Rieucazé		76	31	312	31452
2983616	Riespach	riespach	FR	68640	702	Europe/Paris	47.53951	7.28733		Riespach		44	68	681	68273
2983620	Riencourt-lès-Cagnicourt	riencourt-les-cagnicourt	FR	62182	266	Europe/Paris	50.19931	2.96024		R'jankur-le-Kan'ikur,Riencourt,Riencourt-les-Cagnicourt,Riencourt-les-Gagnicourt,Riencourt-lès-Cagnicourt,Riencourt-lès-Gagnicourt,Rjankur-le-Kan'ikur,li an ku er lai ka ni ku er,rynkwrt lyh kajnykwrt,Рьянкур-ле-Каньикур,Рянкур-ле-Каньїкур,رينكورت ليه كاجنيكورت,里安库尔莱卡尼库尔		32	62	621	62709
2983621	Riencourt-lès-Bapaume	riencourt-les-bapaume	FR	62450	0	Europe/Paris	50.08754	2.87908		Riencourt,Riencourt-les-Bapaume,Riencourt-lès-Bapaume		32	62	621	62708
2983622	Riencourt	riencourt	FR	80310	199	Europe/Paris	49.92162	2.05037		Riencourt		32	80	802	80673
2983624	Riel-les-Eaux	riel-les-eaux	FR	21570	102	Europe/Paris	47.97459	4.6744		Riel,Riel-les-Eaux		27	21	213	21524
2983627	Riedwihr	riedwihr	FR	68320	405	Europe/Paris	48.12654	7.44499		Riedwihr		44	68	682	68143
2983629	Riedisheim	riedisheim	FR	68400	12724	Europe/Paris	47.74847	7.36716		Ridisajm,Riedisheim,li ye di sang,Ридисайм,Ридісайм,里耶迪桑		44	68	684	68271
2983631	Riec-sur-Belon	riec-sur-belon	FR	29340	4230	Europe/Paris	47.83333	-3.7		Riec,Riec-sur-Belon,Riec-sur-Bélon,Rieg,Rieo-sur-Belon		53	29	294	29236
2983634	Ricquebourg	ricquebourg	FR	60490	184	Europe/Paris	49.55994	2.75622		Ricquebourg		32	60	603	60538
2983635	Ricourt	ricourt	FR	32230	70	Europe/Paris	43.48735	0.17548		Ricourt		76	32	323	32342
2983637	Richwiller	richwiller	FR	68120	3362	Europe/Paris	47.77995	7.28067		Reichweiler,Richwiller,Rikviller,Rishviller,li ke wei lai,Риквиллер,Ришвиллер,Ришвіллер,里克维莱		44	68	684	68270
2983638	Richtolsheim	richtolsheim	FR	67390	351	Europe/Paris	48.22502	7.5943				44	67	675	67398
2983639	Richeville	richeville	FR	27420	273	Europe/Paris	49.26715	1.53513		Richeville		28	27	271	27490
2983640	Richeville	richeville	FR	27420	0	Europe/Paris	48.81534	1.55939				24	28	283	28347
2983641	Richeval	richeval	FR	57830	117	Europe/Paris	48.63648	6.91073		Richeval		44	57	575	57583
2983645	Richerenches	richerenches	FR	84600	674	Europe/Paris	44.35959	4.91229		Richarenchas,Richerenche,Richerenches,Rishransh,li she lang she,Ришранш,里舍朗舍		93	84	843	84097
2983647	Richemont	richemont	FR	57270	0	Europe/Paris	49.81003	1.64389		Richemont		28	76	761	76527
2983648	Richemont	richemont	FR	57270	1986	Europe/Paris	49.27723	6.16372		Reichersberg,Richemont		44	57	577	57582
2983649	Richemont	richemont	FR	57270	0	Europe/Paris	46.37305	2.72515				84	03	031	03031
2983650	Richemont	richemont	FR	57270	0	Europe/Paris	45.72194	-0.36487		Richemont		75	16	162	16097
2983651	Richeling	richeling	FR	57510	325	Europe/Paris	49.02937	6.95848		Richeling		44	57	576	57581
2983652	Richelieu	richelieu	FR	37120	2263	Europe/Paris	47.01389	0.32406		Richelieu,Ricolocus,Rishel'e,Rishel'jo,li xie li e,Ришельё,Ришельє,里谢利厄		24	37	371	37196
2983654	Richecourt	richecourt	FR	55300	43	Europe/Paris	48.88009	5.76107		Richecourt		44	55	552	55431
2983655	Richebourg	richebourg	FR	52120	2407	Europe/Paris	50.58333	2.73333		Richebourg-Saint-Vaast		32	62	622	62706
2983658	Richebourg	richebourg	FR	52120	0	Europe/Paris	49.46577	1.50081				28	76	761	76263
2983659	Richebourg	richebourg	FR	52120	0	Europe/Paris	48.8244	1.64037		Richebourg		11	78	781	78520
2983660	Richebourg	richebourg	FR	52120	0	Europe/Paris	48.56934	3.37005				11	77	773	77246
2983661	Richebourg	richebourg	FR	52120	278	Europe/Paris	48.02123	5.05938		Richebourg		44	52	521	52422
2983662	Richebourg	richebourg	FR	52120	0	Europe/Paris	47.6298	3.3808				27	89	891	89405
2983665	Riche	riche	FR	57340	232	Europe/Paris	48.89075	6.62807		Riche		44	57	575	57580
2983666	Richarville	richarville	FR	91410	426	Europe/Paris	48.47194	2.00154		Richarville,Risharvil',li sha er wei er,Ришарвиль,Ришарвіль,里沙尔维尔		11	91	911	91519
2983667	Richardménil	richardmenil	FR	54630	2958	Europe/Paris	48.59334	6.16917		Richardmenil,Richardménil		44	54	543	54459
2983676	Ricaud	ricaud	FR	11400	264	Europe/Paris	43.34445	1.89052		Ricaud		76	11	111	11313
2983677	Ricaud	ricaud	FR	11400	74	Europe/Paris	43.14805	0.26439		Ricaud		76	65	653	65378
2983678	Ricarville-du-Val	ricarville-du-val	FR	76510	108	Europe/Paris	49.80961	1.27536		Ricarville,Ricarville-du-Val		28	76	761	76526
2983679	Ricarville	ricarville	FR	76640	312	Europe/Paris	49.63534	0.60726		Ricarville		28	76	762	76258
2983681	Riboux	riboux	FR	13780	23	Europe/Paris	43.30336	5.75631		Riboux		93	83	832	83105
2983682	Ribouisse	ribouisse	FR	11270	110	Europe/Paris	43.18226	1.89745		Ribouisse		76	11	111	11312
2983685	Ribiers	ribiers	FR	05300	730	Europe/Paris	44.23111	5.85672		Rib'er,Ribe,Ribiers,li bi ye er,Рибьер,Рибє,里比耶尔		93	05	052	05118
2983691	Ribeyret	ribeyret	FR	05150	123	Europe/Paris	44.414	5.55446		Ribeyet,Ribeyret		93	05	052	05117
2983694	Ribes	ribes	FR	07260	296	Europe/Paris	44.49522	4.20715		Ribes		84	07	071	07189
2983696	Ribérac	riberac	FR	24600	4333	Europe/Paris	45.2478	0.33827		Rabairac,Riberac,Riberak,Ribérac,li bei la ke,Риберак,里贝拉克		75	24	243	24352
2983697	Ribennes	ribennes	FR	48700	178	Europe/Paris	44.63902	3.39693		Ribennes		76	48	482	48126
2983698	Ribemont-sur-Ancre	ribemont-sur-ancre	FR	80800	623	Europe/Paris	49.95	2.56667		Ribemont,Ribemont-su-Inke,Ribmon-sjur-Ankr,ang ke er he pan li bu meng,Рибмон-сюр-Анкр,昂克尔河畔里布蒙		32	80	802	80672
2983699	Ribemont	ribemont	FR	02240	2135	Europe/Paris	49.7954	3.45893		Ercuriacum,Ribemont,Ribmon,li bu meng,Рибмон,里布蒙		32	02	023	02648
2983701	Ribécourt-la-Tour	ribecourt-la-tour	FR	59159	424	Europe/Paris	50.11058	3.13077		Ribecourt,Ribecourt-la-Tour,Ribécourt,Ribécourt-la-Tour		32	59	592	59500
2983702	Ribécourt-Dreslincourt	ribecourt-dreslincourt	FR	60170	0	Europe/Paris	49.51066	2.92296				32	60	603	60537
2983704	Ribeauville	ribeauville	FR	02110	75	Europe/Paris	50.04287	3.58543		Ribeauville		32	02	025	02647
2983705	Ribeauvillé	ribeauville	FR	02110	4961	Europe/Paris	48.1951	7.31938		Rappoltsweiler,Ribeauville,Ribeauvillé,Riboville,li bo wei lai,ribovu~ire,Рибовилле,Рибовілле,リボヴィレ,里博维莱	682	44	68	682	68269
2983707	Ribeaucourt	ribeaucourt	FR	55290	168	Europe/Paris	50.11728	2.11895		Ribeaucourt		32	80	802	80671
2983708	Ribeaucourt	ribeaucourt	FR	55290	93	Europe/Paris	48.54459	5.35528		Ribeaucourt		44	55	551	55430
2983712	Ribaute-les-Tavernes	ribaute-les-tavernes	FR	30720	1359	Europe/Paris	44.03724	4.08046		Ribaute,Ribaute-les-Tavernes		76	30	301	30214
2983713	Ribaute	ribaute	FR	11220	242	Europe/Paris	43.10738	2.63539		Ribaute		76	11	113	11311
2983718	Ribarrouy	ribarrouy	FR	64330	83	Europe/Paris	43.52256	-0.2724		Ribarrouy,Ribarrui,Rivarroi,li ba er lu yi,Рибарруи,Рибарруї,里巴尔鲁伊		75	64	643	64464
2983720	Ribagnac	ribagnac	FR	24240	309	Europe/Paris	44.76568	0.49725		Ribagnac		75	24	241	24351
2983721	Riaville	riaville	FR	55160	44	Europe/Paris	49.10221	5.66876		Riaville		44	55	553	55429
2983725	Riaucourt	riaucourt	FR	52000	430	Europe/Paris	48.17643	5.15081		Riaucourt		44	52	521	52421
2983730	Riantec	riantec	FR	56670	4945	Europe/Paris	47.71167	-3.31005		R'jantek,Riantec,Rianteg,Rjantek,li ang tai ke,Рьянтек,Рянтек,里昂泰克		53	56	561	56193
2983731	Rians	rians	FR	18220	1020	Europe/Paris	47.17875	2.61359				24	18	181	18194
2983732	Rians	rians	FR	18220	3929	Europe/Paris	43.60691	5.75696		Rians		93	83	833	83104
2983735	Riaillé	riaille	FR	44440	1916	Europe/Paris	47.51917	-1.29598		Ree,Riaille,Riaillé,Rialeg,li ai lai,Рєє,里艾莱		52	44	445	44144
2983736	Ria-Sirach	ria-sirach	FR	66500	1246	Europe/Paris	42.61667	2.4		Ria,Rià		76	66	663	66161
2983737	Ri	ri	FR	61210	163	Europe/Paris	48.8	-0.13333		Ri		28	61	612	61349
2983741	Rhuis	rhuis	FR	60410	121	Europe/Paris	49.30704	2.69667		Rhuis,Rjui,lu yi,Рюї,吕伊		32	60	604	60536
2983755	Rhodon	rhodon	FR	41290	0	Europe/Paris	48.71269	2.06595		Rhodon		11	78	782	78575
2983756	Rhodon	rhodon	FR	41290	91	Europe/Paris	47.75288	1.26778		Rhodon		24	41	411	41188
2983757	Rhodes	rhodes	FR	57810	76	Europe/Paris	48.75857	6.89924		Rhodes		44	57	575	57579
2983761	Rhinau	rhinau	FR	67860	2485	Europe/Paris	48.32017	7.70527		Rheinau,Rhinai,Rhinau,Rhinài,Rino,li nuo,rhynaw,Рино,رهيناو,里诺		44	67	675	67397
2983764	Rhèges	rheges	FR	10170	199	Europe/Paris	48.5479	3.99855		Rheges,Rhèges		44	10	102	10316
2983766	Rezza	rezza	FR	20121	78	Europe/Paris	42.12662	8.94602		Rezza		94	2A	2A1	2A259
2983768	Rezonville	rezonville	FR	57130	367	Europe/Paris	49.0982	5.99074		Rezonville		44	57	579	57578
2983769	Rézentières	rezentieres	FR	15170	116	Europe/Paris	45.13428	3.10347		Rezentieres,Rézentières		84	15	153	15161
2983770	Rezé	reze	FR	44400	39248	Europe/Paris	47.19058	-1.56885		Ratiatum,Reudied,Reza,Reze,Rezé,lei ze,leuje,ruze,rwzh  fransh,Реза,Резе,روزه، فرانسه,ルゼ,雷泽,르제		52	44	442	44143
2983771	Rezay	rezay	FR	18170	219	Europe/Paris	46.67258	2.17819		Rezay		24	18	182	18193
2983773	Reyvroz	reyvroz	FR	74200	461	Europe/Paris	46.32666	6.56683		Reyvroz		84	74	744	74222
2983776	Reyssouze	reyssouze	FR	01190	777	Europe/Paris	46.43492	4.92061		Reyssouze		84	01	012	01323
2983779	Reyrieux	reyrieux	FR	01600	4017	Europe/Paris	45.93577	4.81453		Rejre,Rer'jo,Reryo,Reyrieux,lei li e,ryyryw  ayn,Рейрє,Рерьё,Ռերյո,رييريو، أين,雷里厄		84	01	012	01322
2983780	Reyrevignes	reyrevignes	FR	46320	0	Europe/Paris	44.95216	1.46606				76	46	463	46145
2983781	Reyrevignes	reyrevignes	FR	46320	0	Europe/Paris	44.65469	1.91454		Reyrevignes		76	46	462	46237
2983784	Reyniès	reynies	FR	82370	824	Europe/Paris	43.91773	1.39839		Reynies,Reyniès		76	82	822	82150
2983786	Reynès	reynes	FR	66400	1271	Europe/Paris	42.47702	2.7068		Reiners,Reyners,Reynes,Reynès		76	66	661	66160
2983789	Reynel	reynel	FR	52700	158	Europe/Paris	48.29446	5.33802		Reynel		44	52	521	52420
2983792	Reygade	reygade	FR	19430	162	Europe/Paris	45.015	1.90906		Reygade,Reygades		75	19	192	19171
2983793	Reyersviller	reyersviller	FR	57230	365	Europe/Paris	49.03963	7.39776		Reyersviller,Reyersweiler,Reyerswiller,Reyertswiller		44	57	576	57577
2983798	Rexpoëde	rexpoede	FR	59122	1598	Europe/Paris	50.93926	2.53914		Rekspoed,Rekspoede,Respoee,Respoeë,Rexpoede,Rexpoëde,lei ke si bo ai de,Рекспоед,雷克斯波埃德		32	59	594	59499
2983799	Rexingen	rexingen	FR	67320	0	Europe/Paris	48.9	7.18				44	67	674	67396
2983801	Revonnas	revonnas	FR	01250	546	Europe/Paris	46.16448	5.32979		Revonnas		84	01	012	01321
2983806	Revin	revin	FR	08500	7960	Europe/Paris	49.94039	4.63503		Reven,Revin,lei wan,rwyn,Ревен,روین,勒万		44	08	081	08363
2983807	Revin	revin	FR	08500	0	Europe/Paris	47.37143	-2.12905				52	44	443	44052
2983808	Révillon	revillon	FR	02160	42	Europe/Paris	49.36667	3.7		Revillon,Révillon		32	02	024	02439
2983809	Réville-aux-Bois	reville-aux-bois	FR	55150	134	Europe/Paris	49.34696	5.35653		Reville,Reville-aux-Bois,Réville,Réville-aux-Bois		44	55	553	55428
2983810	Réville	reville	FR	50760	1194	Europe/Paris	49.61906	-1.25868		Revil',Reville,Réville,lei wei er,Ревиль,Ревіль,雷维尔		28	50	502	50433
2983811	Réville	reville	FR	50760	0	Europe/Paris	46.20593	2.28723				75	23	231	23093
2983812	Revigny-sur-Ornain	revigny-sur-ornain	FR	55800	3720	Europe/Paris	48.83016	4.98558		Revigny,Revigny-sur-Ornain		44	55	551	55427
2983813	Revigny	revigny	FR	39570	288	Europe/Paris	46.6345	5.60382		Revigny		27	39	392	39458
2983814	Reviers	reviers	FR	14470	500	Europe/Paris	49.30184	-0.46555		Reviers		28	14	142	14535
2983816	Revest-Saint-Martin	revest-saint-martin	FR	04230	88	Europe/Paris	44.0265	5.82128		Revest,Revest e Sant Martin,Revest-Saint-Martin,Revest-Sen-Marten,Revest-en Fangat,Revèst e Sant Martin,Rivest-Saint-Martin,lei wei si sheng ma er tan,Ревест-Сен-Мартен,勒韦斯圣马尔坦		93	04	044	04164
2983817	Revest-les-Roches	revest-les-roches	FR	06830	167	Europe/Paris	43.88151	7.15712		Revest,Revest-les-Roches		93	06	062	06100
2983818	Revest-du-Bion	revest-du-bion	FR	04150	574	Europe/Paris	44.08307	5.5481		Revest,Revest dAubion,Revest-dju-B'on,Revest-dju-Bjon,Revest-du-Bion,Revèst dAubion,lei wei si di bi weng,Ревест-дю-Бйон,Ревест-дю-Бьон,勒韦斯迪比翁		93	04	044	04163
2983819	Revest-des-Brousses	revest-des-brousses	FR	04150	216	Europe/Paris	43.97155	5.6715		Revest,Revest dei Damas,Revest-de-Brus,Revest-de-Bruss,Revest-des-Brousses,Revèst dei Damas,lei wei si dai bu lu sai,Ревест-де-Брус,Ревест-де-Брусс,勒韦斯代布鲁塞		93	04	044	04162
2983824	Revercourt	revercourt	FR	28270	46	Europe/Paris	48.72113	1.08444		Revercourt		24	28	283	28315
2983825	Reventin-Vaugris	reventin-vaugris	FR	38121	1731	Europe/Paris	45.46638	4.84244		Reventin,Reventin-Vaugris		84	38	383	38336
2983826	Revens	revens	FR	30750	0	Europe/Paris	44.08764	3.2968		Revens		76	30	303	30213
2983828	Revel	revel	FR	31250	919	Europe/Paris	45.38228	5.03412		Revel,Revel-Tourdan		84	38	383	38335
2983829	Revelles	revelles	FR	80540	514	Europe/Paris	49.84939	2.12168		Revelles		32	80	802	80670
2983831	Revel	revel	FR	31250	1251	Europe/Paris	45.18618	5.87208		Revel		84	38	381	38334
2983832	Revel	revel	FR	31250	0	Europe/Paris	44.40923	6.51755		Revel		93	04	041	04161
2983833	Revel	revel	FR	31250	8710	Europe/Paris	43.4589	2.00437		Revel		76	31	313	31451
2983838	Réveillon	reveillon	FR	51310	127	Europe/Paris	48.75254	3.4547		Reveillon,Réveillon		44	51	512	51459
2983839	Réveillon	reveillon	FR	51310	297	Europe/Paris	48.47884	0.55971		Reveillon,Réveillon		28	61	613	61348
2983843	Reux	reux	FR	14130	265	Europe/Paris	49.27626	0.15623		Reux		28	14	143	14534
2983844	Reuville	reuville	FR	76560	117	Europe/Paris	49.7512	0.86727		Reuville		28	76	763	76524
2983845	Reuves	reuves	FR	51120	60	Europe/Paris	48.79833	3.80464		Reuves		44	51	512	51458
2983847	Reutenbourg	reutenbourg	FR	67440	326	Europe/Paris	48.68478	7.40719				44	67	674	67395
2983849	Reumont	reumont	FR	59980	325	Europe/Paris	50.08225	3.48366		Reumont		32	59	592	59498
2983850	Reulle-Vergy	reulle-vergy	FR	21220	103	Europe/Paris	47.18635	4.89519		Reulle,Reulle-Vergy,Vergy		27	21	211	21523
2983851	Reuil	reuil	FR	51480	313	Europe/Paris	49.08333	3.8		Reuil-sur-Marne		44	51	512	51457
2983852	Reuil-sur-Brêche	reuil-sur-breche	FR	60480	218	Europe/Paris	49.52062	2.2217		Reuil,Reuil-sur-Breche,Reuil-sur-Brêche		32	60	602	60535
2983853	Reuilly-Sauvigny	reuilly-sauvigny	FR	02850	214	Europe/Paris	49.05882	3.55714		Reuilly-Sauvigny		32	02	021	02645
2983855	Reuilly	reuilly	FR	27930	525	Europe/Paris	49.07784	1.22458		Reuilly		28	27	273	27489
2983856	Reuilly	reuilly	FR	27930	1962	Europe/Paris	47.08476	2.04305		Reuilly		24	36	364	36171
2983857	Reuil-en-Brie	reuil-en-brie	FR	77260	901	Europe/Paris	48.96032	3.14708		Reuil,Reuil-en-Brie		11	77	771	77388
2983860	Reugny	reugny	FR	03190	0	Europe/Paris	47.75609	3.76109				27	89	891	89315
2983861	Reugny	reugny	FR	03190	1486	Europe/Paris	47.48208	0.88468		Reugny		24	37	372	37194
2983862	Reugny	reugny	FR	03190	0	Europe/Paris	46.98164	3.53217				27	58	583	58119
2983863	Reugny	reugny	FR	03190	0	Europe/Paris	46.75631	3.52381				27	58	583	58087
2983864	Reugny	reugny	FR	03190	275	Europe/Paris	46.46197	2.61482		Reugny		84	03	031	03213
2983866	Reugney	reugney	FR	25330	300	Europe/Paris	47.01407	6.15015		Reugney		27	25	251	25489
2983867	Retzwiller	retzwiller	FR	68210	615	Europe/Paris	47.6318	7.09442		Retzwiller		44	68	681	68268
2983871	Rety	rety	FR	62720	1957	Europe/Paris	50.8	1.76667				32	62	623	62705
2983873	Rettel	rettel	FR	57480	772	Europe/Paris	49.44192	6.33024		Rettel		44	57	577	57576
2983874	Retschwiller	retschwiller	FR	67250	268	Europe/Paris	48.9502	7.8814		Retschwiller		44	67	672	67394
2983879	Retournac	retournac	FR	43130	2588	Europe/Paris	45.2039	4.0333		Retornac,Retournac,Returnak,lei tu er na ke,ruto~urunakku,Ретурнак,ルトゥールナック,雷图尔纳克		84	43	433	43162
2983881	Rétonval	retonval	FR	76340	197	Europe/Paris	49.82082	1.59303		Retonval,Rétonval		28	76	761	76523
2983882	Retonfey	retonfey	FR	57645	1404	Europe/Paris	49.13648	6.30634		Retonfe,Retonfey,lei tong fei,Ретонфе,雷通费		44	57	579	57575
2983884	Retjons	retjons	FR	40120	311	Europe/Paris	44.10102	-0.29474		Lugaut-Retjons,Retjons		75	40	402	40164
2983885	Retiers	retiers	FR	35240	3536	Europe/Paris	47.91392	-1.37935		Rester,Resteria,Ret'e,Retiers,lei di ye er,Ретье,Ретьє,雷蒂耶尔		53	35	351	35239
2983886	Réthoville	rethoville	FR	50330	125	Europe/Paris	49.7	-1.35				28	50	502	50142
2983887	Rethonvillers	rethonvillers	FR	80700	308	Europe/Paris	49.73333	2.86667				32	80	804	80669
2983888	Rethondes	rethondes	FR	60153	706	Europe/Paris	49.41592	2.93921		Retond,lei tong dai,Ретонд,雷通代		32	60	603	60534
2983889	Retheuil	retheuil	FR	02600	335	Europe/Paris	49.32213	3.00987		Retej,Retjoj,lei te yi,Ретей,Ретёй,雷特伊		32	02	024	02644
2983891	Rethel	rethel	FR	08300	8505	Europe/Paris	49.50979	4.3674		Rehtehl',Retel',Rethel,lei tai lei,ruteru,Ретель,Рэтэль,ルテル,勒泰勒	082	44	08	082	08362
2983893	Reterre	reterre	FR	23110	318	Europe/Paris	46.10301	2.47337		Reterre		75	23	231	23160
2983894	Rétaud	retaud	FR	17460	927	Europe/Paris	45.67918	-0.72755		Retaud,Rétaud		75	17	174	17296
2983900	Restinclières	restinclieres	FR	34160	1555	Europe/Paris	43.72322	4.03738		Restincheres,Restinchères,Restinclieres,Restinclières		76	34	343	34227
2983902	Restigné	restigne	FR	37140	1148	Europe/Paris	47.28224	0.22788		Restigne,Restigné		24	37	371	37193
2983911	Ressons-sur-Matz	ressons-sur-matz	FR	60490	1568	Europe/Paris	49.53858	2.74416		Reson-sjur-Ma,Resson-sjur-Ma,Ressons,Ressons-sur-Matz,Roye-sur-Matz,ma ci he pan lei song,Ресон-сюр-Ма,Рессон-сюр-Ма,马茨河畔雷松		32	60	603	60533
2983912	Ressons-le-Long	ressons-le-long	FR	02290	751	Europe/Paris	49.38777	3.14924		Resson-le-Lon,Ressons,Ressons-le-Long,lei song lei long,Рессон-ле-Лон,雷松勒隆		32	02	024	02643
2983913	Ressons-l'Abbaye	ressons-l-abbaye	FR	60790	0	Europe/Paris	49.30288	2.08885		Ressons,Ressons-l'Abbaye		32	60	601	60196
2983915	Resson	resson	FR	55000	426	Europe/Paris	48.7694	5.23047		Resson		44	55	551	55426
2983916	Resson	resson	FR	55000	0	Europe/Paris	48.55163	3.4921				44	10	102	10367
2983921	Résigny	resigny	FR	02360	210	Europe/Paris	49.73611	4.20705		Resigny,Résigny		32	02	025	02642
2983924	Résenlieu	resenlieu	FR	61230	206	Europe/Paris	48.79558	0.27988		Resenlieu,Résenlieu		28	61	613	61347
2983929	Réquista	requista	FR	12170	2107	Europe/Paris	44.03276	2.53515		Rekista,Requista,Requistar,Réquista,lei ji si ta,Рекиста,Рекіста,雷基斯塔		76	12	121	12197
2983932	Requeil	requeil	FR	72510	1067	Europe/Paris	47.78493	0.16182		Requeil		52	72	721	72252
2983937	Reppe	reppe	FR	90150	246	Europe/Paris	47.66209	7.02691		Reppe		27	90	901	90084
2983942	Replonges	replonges	FR	01620	3128	Europe/Paris	46.30098	4.88317		Replonges,Replonz,Replonzh,lei pu long ri,rwblwnj,Реплонж,Ռեպլոնժ,روبلونج,勒普隆日		84	01	012	01320
2983946	Repentigny	repentigny	FR	14340	95	Europe/Paris	49.19186	0.04626		Repentigny		28	14	143	14533
2983950	Repel	repel	FR	88500	67	Europe/Paris	48.34584	5.972		Repel		44	88	882	88389
2983952	Réparsac	reparsac	FR	16200	516	Europe/Paris	45.73015	-0.23652		Reparsac,Reparsak,Réparsac,lei pa er sa ke,Репарсак,雷帕尔萨克		75	16	162	16277
2983953	Repaix	repaix	FR	54450	0	Europe/Paris	48.60814	6.8323		Repaix		44	54	542	54458
2983954	Réotier	reotier	FR	05600	182	Europe/Paris	44.66493	6.58751	1100			93	05	051	05116
2983957	Renwez	renwez	FR	08150	1428	Europe/Paris	49.83839	4.60334		Ranve,Renwez,lang wei,Ранве,朗韦		44	08	081	08361
2983958	Renung	renung	FR	40270	506	Europe/Paris	43.74932	-0.35999		Renung		75	40	402	40240
2983960	Renty	renty	FR	62560	456	Europe/Paris	50.58282	2.07298		Ranti,Renty,lang di,rynty,Ранти,Ранті,رينتي,朗蒂		32	62	625	62704
2983961	Rentières	rentieres	FR	63420	116	Europe/Paris	45.41678	3.09862		Rentieres,Rentières		84	63	633	63299
2983979	Renno	renno	FR	20160	80	Europe/Paris	42.20913	8.82693		Renno		94	2A	2A1	2A258
2983980	Renneville	renneville	FR	08220	234	Europe/Paris	49.65787	4.13101		Renneville		44	08	082	08360
2983981	Renneville	renneville	FR	08220	214	Europe/Paris	49.4024	1.32338		Renneville		28	27	271	27488
2983982	Renneville	renneville	FR	08220	404	Europe/Paris	43.38059	1.7234		Renneville		76	31	313	31450
2983983	Renneval	renneval	FR	02340	137	Europe/Paris	49.74095	4.04759		Renneval		32	02	025	02641
2983984	Rennes-sur-Loue	rennes-sur-loue	FR	25440	94	Europe/Paris	47.01281	5.85267		Rennes,Rennes-sur-Loue		27	25	251	25488
2983985	Rennes-les-Bains	rennes-les-bains	FR	11190	171	Europe/Paris	42.91762	2.31884		Los Banhs de Rennas,Los Banhs de Rènnas,Ren-le-Ben,Renn-le-Ben,Rennes-les-Bains,lei nei lai ban,Рен-ле-Бен,Ренн-ле-Бен,雷内莱班		76	11	112	11310
2983986	Rennes-le-Château	rennes-le-chateau	FR	11190	119	Europe/Paris	42.92756	2.26374		Ren l'o Shato,Ren-le-Shato,Renn-le-Shato,Rennas,Rennas del Castel,Rennes-le-Chateau,Rennes-le-Château,Rènnas,Rènnas del Castèl,lei en bao,Рен льо Шато,Рен-ле-Шато,Ренн-ле-Шато,雷恩堡		76	11	112	11309
2983987	Rennes-en-Grenouilles	rennes-en-grenouilles	FR	53110	110	Europe/Paris	48.4929	-0.51288		Rennes,Rennes-en-Grenouille,Rennes-en-Grénouille		52	53	533	53189
2983990	Rennes	rennes	FR	35000	209375	Europe/Paris	48.11198	-1.67429		Condate Redonum,RNS,Rehn,Ren,Renas,Renes,Renn,Renn Shehiri,Renna,Rennes,Roazhon,Rènes,Rénn Shehiri,lei en,len,ren,ren'nu,reni,rhena,rn,ryn,Ρεν,Рен,Ренн,Рэн,Ռեն,רן,رن,رين,رین,رینے,ऱ्हेन,ரேன்,แรน,რენი,レンヌ,雷恩,렌	53	53	35	353	35238
2983991	Rennepont	rennepont	FR	52370	186	Europe/Paris	48.14751	4.85604		Rennepont		44	52	521	52419
2983992	Rennemoulin	rennemoulin	FR	78590	137	Europe/Paris	48.8341	2.04453		Rennemoulin		11	78	784	78518
2983995	Réning	rening	FR	57670	135	Europe/Paris	48.95474	6.85337		Rening,Réning		44	57	575	57573
2984003	Renève	reneve	FR	21310	432	Europe/Paris	47.40391	5.40609		Reneve,Renève		27	21	212	21522
2984005	Renescure	renescure	FR	59173	2169	Europe/Paris	50.72754	2.36801		Renescure,Reneskjur,Ruisscheure,Ruuscheure,lei nei si qu er,Ренескюр,勒内斯屈尔		32	59	594	59497
2984007	René	rene	FR	72260	370	Europe/Paris	48.27889	0.22105		Rene,René		52	72	722	72251
2984008	René	rene	FR	72260	0	Europe/Paris	44.63333	0.41667				75	47	472	47035
2984011	Rencurel	rencurel	FR	38680	325	Europe/Paris	45.10368	5.47319		Rencurel		84	38	381	38333
2984083	Remaugies	remaugies	FR	80500	99	Europe/Paris	49.62853	2.66739		Remaugies		32	80	803	80667
2984012	Renazé	renaze	FR	53800	2940	Europe/Paris	47.79299	-1.05709		Renaze,Renazé,lei na ze,Реназе,雷纳泽		52	53	531	53188
2984014	Renay	renay	FR	41100	175	Europe/Paris	47.84159	1.16586		Renay		24	41	412	41187
2984018	Renaucourt	renaucourt	FR	70120	118	Europe/Paris	47.63726	5.77352		Renaucourt		27	70	702	70442
2984023	Renansart	renansart	FR	02240	177	Europe/Paris	49.7338	3.46485		Renansart		32	02	023	02640
2984024	Renaison	renaison	FR	42370	2828	Europe/Paris	46.04955	3.9244		Renaison,Renezon,lei nai song,Ренезон,雷奈松		84	42	422	42182
2984025	Renage	renage	FR	38140	3593	Europe/Paris	45.33346	5.48881		Renage		84	38	381	38332
2984027	Renac	renac	FR	35660	951	Europe/Paris	47.72069	-1.97548		Ranneg,Renac		53	35	352	35237
2984030	Rémy	remy	FR	60190	273	Europe/Paris	50.25408	2.95519		Remy,Rémy		32	62	621	62703
2984031	Remy	remy	FR	60190	1964	Europe/Paris	49.43333	2.71667				32	60	603	60531
2984032	Rémuzat	remuzat	FR	26510	302	Europe/Paris	44.41371	5.35503		Remuzat,Rémuzat		84	26	262	26264
2984033	Remungol	remungol	FR	56500	931	Europe/Paris	47.93253	-2.89635		Remengol,Remengol',Remungol,lei man ge,Ременголь,雷曼戈		53	56	562	56144
2984034	Rempnat	rempnat	FR	87120	167	Europe/Paris	45.68704	1.88952		Ramna,Remnac,Rempnat,lang pu na,Рамна,朗普纳		75	87	872	87123
2984035	Removille	removille	FR	88170	213	Europe/Paris	48.36667	5.83333				44	88	882	88387
2984037	Remoulins	remoulins	FR	30210	2164	Europe/Paris	43.93965	4.56602		Remolins,Remoulins,Remulen,lei mu lan,rmwln,Ремулен,رمولن,雷穆兰		76	30	302	30212
2984038	Remouillé	remouille	FR	44140	1558	Europe/Paris	47.05589	-1.37729		Remouille,Remouillé,Remue,Romuliacum,Ruvelieg,lei mu yi lai,Ремує,雷穆伊莱		52	44	442	44142
2984040	Remoray-Boujeons	remoray-boujeons	FR	25160	0	Europe/Paris	46.76667	6.23333				27	25	253	25486
2984043	Remomeix	remomeix	FR	88100	447	Europe/Paris	48.26667	7				44	88	883	88386
2984044	Rémondans-Vaivre	remondans-vaivre	FR	25150	189	Europe/Paris	47.38333	6.71667		Remondan		27	25	252	25485
2984045	Remoncourt	remoncourt	FR	54370	0	Europe/Paris	48.65926	6.73655		Remoncourt		44	54	542	54457
2984046	Remoncourt	remoncourt	FR	54370	615	Europe/Paris	48.22955	6.05143		Remoncourt		44	88	882	88385
2984047	Remollon	remollon	FR	05190	427	Europe/Paris	44.46801	6.16652		Remollon,Remolon,lei mo long,Ремоллон,雷莫隆		93	05	052	05115
2984048	Remoiville	remoiville	FR	55600	155	Europe/Paris	49.4433	5.3612				44	55	553	55425
2984050	Remiremont	remiremont	FR	88200	9339	Europe/Paris	48.01754	6.5882		Libremont,Remiremont,Remirmon,Romarici Mons,lei mi lei meng,Ремирмон,Ремірмон,雷米雷蒙		44	88	881	88383
2984051	Réminiac	reminiac	FR	56140	373	Europe/Paris	47.86071	-2.23659		Reminiac,Ruvenieg,Réminiac		53	56	563	56191
2984053	Remilly-Wirquin	remilly-wirquin	FR	62380	329	Europe/Paris	50.6705	2.16408		Armilly-Wilquin,Remii-Virken,Remilly-Wirguin,Remilly-Wirquin,lei mi yi wei er kan,rymyly wyrkywn,Ремии-Виркен,Ремії-Віркен,ريميلي ويركيون,勒米伊维尔坎		32	62	625	62702
2984054	Remilly-sur-Tille	remilly-sur-tille	FR	21560	754	Europe/Paris	47.31629	5.20783		Remilly,Remilly-sur-Tille		27	21	212	21521
2984055	Remilly-sur-Lozon	remilly-sur-lozon	FR	50570	567	Europe/Paris	49.18013	-1.2569		Remilly,Remilly-sur-Lozon		28	50	504	50431
2984056	Remilly-les-Pothées	remilly-les-pothees	FR	08150	216	Europe/Paris	49.78154	4.53074		Remilly,Remilly-les-Pothees,Remilly-les-Pothées		44	08	081	08358
2984057	Remilly-en-Montagne	remilly-en-montagne	FR	21540	127	Europe/Paris	47.2919	4.73702		Remilly,Remilly-en-Montagne		27	21	212	21520
2984058	Remilly-Aillicourt	remilly-aillicourt	FR	08450	788	Europe/Paris	49.65199	4.99418		Remilly,Remilly-Aillicourt,Remilly-sur-Meuse		44	08	083	08357
2984060	Rémilly	remilly	FR	57580	1963	Europe/Paris	49.01359	6.39219		Remilly,Rémilly		44	57	579	57572
2984061	Rémilly	remilly	FR	57580	188	Europe/Paris	46.81928	3.81464		Remilly,Rémilly		27	58	581	58221
2984062	Remigny	remigny	FR	02440	373	Europe/Paris	49.71997	3.28803		Remigny		32	02	023	02639
2984063	Remigny	remigny	FR	02440	404	Europe/Paris	46.90758	4.72238		Remigny		27	71	712	71369
2984064	Remies	remies	FR	02270	233	Europe/Paris	49.67917	3.52286		Remies		32	02	022	02638
2984065	Remiencourt	remiencourt	FR	80250	172	Europe/Paris	49.78321	2.38187		Remiencourt		32	80	802	80668
2984066	Remicourt	remicourt	FR	51330	0	Europe/Paris	48.95216	4.87538		Remicourt		44	51	511	51456
2984067	Remicourt	remicourt	FR	51330	63	Europe/Paris	48.28501	6.05933		Remicourt		44	88	882	88382
2984069	Rémering-lès-Puttelange	remering-les-puttelange	FR	57510	868	Europe/Paris	49.03638	6.93783		Remering,Remering-les-Puttelange,Rémering-lès-Puttelange		44	57	576	57571
2984070	Rémering	remering	FR	57550	0	Europe/Paris	49.26498	6.62838		Remering,Remering-les-Hargarten,Rémering,Rémering-lès-Hargarten		44	57	573	57570
2984071	Réméréville	remereville	FR	54110	418	Europe/Paris	48.70492	6.38917		Remereville,Remerville,Réméréville		44	54	543	54456
2984072	Rémérangles	remerangles	FR	60510	226	Europe/Paris	49.44664	2.28549		Remerangl',Remerangles,Rémérangles,lei mei lang ge lai,Ремерангль,雷梅朗格莱		32	60	602	60530
2984073	Remenoville	remenoville	FR	54830	135	Europe/Paris	48.46423	6.47388		Remenoville		44	54	542	54455
2984074	Remennecourt	remennecourt	FR	55800	70	Europe/Paris	48.80159	4.91957		Remennecourt		44	55	551	55424
2984075	Rémeling	remeling	FR	57480	293	Europe/Paris	49.4068	6.48527		Remeling,Rémeling		44	57	577	57569
2984076	Rémelfing	remelfing	FR	57200	1527	Europe/Paris	49.08947	7.0882		Remelfing,Rémelfing		44	57	576	57568
2984077	Rémelfang	remelfang	FR	57320	152	Europe/Paris	49.27029	6.5094		Remelfang,Rémelfang		44	57	573	57567
2984078	Rémécourt	remecourt	FR	60600	80	Europe/Paris	49.4289	2.49352		Remecourt,Remekur,Rémécourt,lei mei ku er,Ремекур,雷梅库尔		32	60	602	60529
2984079	Rembercourt-sur-Mad	rembercourt-sur-mad	FR	54470	196	Europe/Paris	48.98717	5.90468		Rambekur-sjur-Ma,Ramberkur-sjur-Mad,Rembercourt,Rembercourt-sur-Mad,ma he pan lang bei er ku er,Рамбекур-сюр-Ма,Рамберкур-сюр-Мад,马河畔朗贝尔库尔		44	54	544	54453
2984080	Rembercourt-Sommaisne	rembercourt-sommaisne	FR	55250	0	Europe/Paris	48.91667	5.18333		Rembercourt,Rembercourt-aux-Pots		44	55	551	55423
2984082	Remauville	remauville	FR	77710	443	Europe/Paris	48.21264	2.82402		Remauville		11	77	774	77387
2984084	Remaucourt	remaucourt	FR	02100	370	Europe/Paris	49.89556	3.3438		Remaucourt		32	02	023	02637
2984085	Remaucourt	remaucourt	FR	02100	161	Europe/Paris	49.60825	4.23643		Remaucourt		44	08	082	08356
2984087	Rémalard	remalard	FR	61110	1268	Europe/Paris	48.42867	0.77185		Remal-la-Montagne,Remalar,Remalard,Rémalard,lei ma la er,Ремалар,雷马拉尔		28	61	613	61345
2984088	Remaisnil	remaisnil	FR	80600	37	Europe/Paris	50.19991	2.24541		Remaisnil		32	80	802	80666
2984089	Rely	rely	FR	62120	410	Europe/Paris	50.57277	2.36212		Rely		32	62	622	62701
2984091	Relevant	relevant	FR	01990	403	Europe/Paris	46.0893	4.94861		Relevant		84	01	012	01319
2984093	Relans	relans	FR	39140	293	Europe/Paris	46.76225	5.44662		Relan,Relans,lei lang,Релан,雷朗		27	39	392	39456
2984094	Relanges	relanges	FR	88260	236	Europe/Paris	48.1138	6.01673		Relanges		44	88	882	88381
2984096	Rejet-de-Beaulieu	rejet-de-beaulieu	FR	59360	225	Europe/Paris	50.04199	3.63363		Rejet,Rejet-de-Beaulieu		32	59	592	59496
2984097	Réjaumont	rejaumont	FR	32390	185	Europe/Paris	43.81441	0.55066		Rejaumont,Réjaumont		76	32	322	32341
2984098	Réjaumont	rejaumont	FR	32390	181	Europe/Paris	43.15962	0.44965		Rejaumont,Réjaumont		76	65	652	65377
2984104	Reithouse	reithouse	FR	39270	54	Europe/Paris	46.5589	5.55559		Reithouse		27	39	392	39455
2984106	Reipertswiller	reipertswiller	FR	67340	983	Europe/Paris	48.93307	7.46404		Reipertsviller,Reipertsweiler,Reipertswiller		44	67	674	67392
2984107	Reiningue	reiningue	FR	68950	1705	Europe/Paris	47.75215	7.23327		Reiningen,Reiningue,Reneng,lei nan gai,Рененг,雷南盖		44	68	684	68267
2984108	Reinhardsmunster	reinhardsmunster	FR	67440	427	Europe/Paris	48.67713	7.31732				44	67	674	67391
2984111	Reims-la-Brulée	reims-la-brulee	FR	51300	0	Europe/Paris	48.71863	4.66847		Reims,Reims-la-Brulee,Reims-la-Brulée		44	51	514	51455
2984114	Reims	reims	FR	51051 CEDEX	196565	Europe/Paris	49.26526	4.02853		Durocortorum,RHE,Rehjms,Reims,Reimsa,Reimsas,Rejms,Remes,Remeš,Rems,Rens,Reyms,Rheims,laengseu,lan si,rans,ransu,rayym,reimsi,rensa,rms,rns,ryyms,Ρενς,Реймс,Ремс,Рэймс,Ռեյմս,ריימס,رائیم,رانس,رمس,رنس,रेंस,แร็งส์,რეიმსი,ランス,兰斯,랭스	513	44	51	513	51454
2984116	Reilly	reilly	FR	60240	175	Europe/Paris	49.24389	1.84676		Reilly		32	60	601	60528
2984117	Reillon	reillon	FR	54450	0	Europe/Paris	48.59822	6.7432		Reillon		44	54	542	54452
2984118	Reillanne	reillanne	FR	04110	1410	Europe/Paris	43.87899	5.65919		Ralhana,Reillanne,Rejan,Rejann,lei lang,Рейан,Реянн,雷朗		93	04	044	04160
2984120	Reilhanette	reilhanette	FR	26570	128	Europe/Paris	44.17076	5.42231		Reilhanette		84	26	262	26263
2984121	Reilhaguet	reilhaguet	FR	46350	108	Europe/Paris	44.77023	1.50479		Reilhaguet		76	46	463	46236
2984122	Reilhac	reilhac	FR	15250	0	Europe/Paris	45.12497	3.485		Reilhac		84	43	431	43132
2984123	Reilhac	reilhac	FR	15250	977	Europe/Paris	44.9737	2.42119		Reilhac		84	15	151	15160
2984124	Reilhac	reilhac	FR	15250	153	Europe/Paris	44.70032	1.71904		Reilhac		76	46	462	46235
2984125	Reigny	reigny	FR	18270	0	Europe/Paris	47.30676	2.76513				24	18	181	18079
2984126	Reigny	reigny	FR	18270	0	Europe/Paris	46.57657	2.35267		Reigny		24	18	182	18192
2984127	Reignier-Ésery	reignier-esery	FR	74930	5892	Europe/Paris	46.13333	6.26667				84	74	743	74220
2984128	Reigneville-Bocage	reigneville-bocage	FR	50390	28	Europe/Paris	49.40982	-1.46747		Reigneville,Reigneville-Bocage		28	50	502	50430
2984130	Reignat	reignat	FR	63160	0	Europe/Paris	45.74928	3.35894		Reignat		84	63	632	63297
2984131	Reignat	reignat	FR	63160	0	Europe/Paris	45.56263	3.07652				84	63	633	63234
2984132	Reignac-sur-Indre	reignac-sur-indre	FR	37310	1124	Europe/Paris	47.22662	0.91587		Reignac,Reignac-sur-Indre,Ren'jak-sjur-Endr,Val-Indre,an de er he pan lei ni ya ke,Реньяк-сюр-Ендр,安德尔河畔雷尼亚克		24	37	373	37192
2984133	Reignac	reignac	FR	16360	603	Europe/Paris	45.42251	-0.18386		Reignac		75	16	162	16276
2984134	Reignac	reignac	FR	16360	1349	Europe/Paris	45.23415	-0.50751		Reignac		75	33	331	33351
2984135	Reichstett	reichstett	FR	67116	5135	Europe/Paris	48.64856	7.75455		Reichstett,Rejshstet,Richstett,lei ke si tai,rayshtt,rytshstyt,Рейшстет,رایشتت,ريتشستيت,雷克斯泰		44	67	678	67389
2984136	Reichshoffen	reichshoffen	FR	67110	5539	Europe/Paris	48.93287	7.66561		Reichshofen,Reichshoffen,Rejshsoffen,Risshoffe,lei ke suo fang,rayshshwfn,rytshshwfyn,Рейшсоффен,رایشسهوفن,ريتششوفين,雷克索方		44	67	672	67388
2984137	Reichsfeld	reichsfeld	FR	67140	309	Europe/Paris	48.36685	7.38444		Reichsfeld		44	67	675	67387
2984140	Réhon	rehon	FR	54430	3287	Europe/Paris	49.49878	5.75497		Rehon,Réhon		44	54	541	54451
2984141	Reherrey	reherrey	FR	54120	0	Europe/Paris	48.50906	6.76932		Reherrey		44	54	542	54450
2984142	Rehaupal	rehaupal	FR	88640	191	Europe/Paris	48.11978	6.73138		Rehaupal		44	88	883	88380
2984143	Rehainviller	rehainviller	FR	54300	898	Europe/Paris	48.5628	6.47047		Rehainviller		44	54	542	54449
2984144	Rehaincourt	rehaincourt	FR	88330	310	Europe/Paris	48.36136	6.46902		Reenkur,Rehaincourt,lei an ku er,Реенкур,雷安库尔		44	88	881	88379
2984145	Régusse	regusse	FR	83630	1227	Europe/Paris	43.6554	6.13186		Regjus,Regjuss,Regussa,Regusse,Régusse,lei ju si,Регюс,Регюсс,雷居斯		93	83	833	83102
2984146	Réguisheim	reguisheim	FR	68890	1770	Europe/Paris	47.89563	7.35288		Reguisheim,Réguisheim		44	68	686	68266
2984147	Réguiny	reguiny	FR	56500	1698	Europe/Paris	47.9771	-2.74583		Regini,Reguiny,Réguiny,lei ji ni,Регини,Регіні,雷吉尼		53	56	562	56190
2984151	Regny	regny	FR	02240	253	Europe/Paris	49.83009	3.42972		Regny		32	02	023	02636
2984152	Regny	regny	FR	02240	0	Europe/Paris	47.1977	2.7149				24	18	181	18019
2984153	Régny	regny	FR	02240	1642	Europe/Paris	45.99087	4.21655		Regny,Ren'i,Régny,lei ni,Реньї,雷尼		84	42	422	42181
2984154	Regniowez	regniowez	FR	08230	390	Europe/Paris	49.93785	4.43007		Regniowez		44	08	081	08355
2984155	Regnière-Écluse	regniere-ecluse	FR	80120	124	Europe/Paris	50.27892	1.76887		Ergnere-Ecluse,Regniere-Ecluse,Regnière-Écluse,Ren'er-Ekljuz,lei ni ye er-ai ke lu si,Érgnére-Écluse,Реньєр-Еклюз,勒尼耶尔-埃克吕斯		32	80	801	80665
2984156	Régnié-Durette	regnie-durette	FR	69430	0	Europe/Paris	46.13333	4.65				84	69	692	69165
2984157	Regney	regney	FR	88450	86	Europe/Paris	48.29033	6.30544		Regney		44	88	881	88378
2984158	Regnéville-sur-Meuse	regneville-sur-meuse	FR	55110	36	Europe/Paris	49.25317	5.32574		Regneville,Regneville-sur-Meuse,Regnéville,Regnéville-sur-Meuse,Ren'evil'-sjur-Mez,mo si he pan lei nie wei er,Реньевиль-сюр-Мез,Реньєвіль-сюр-Мез,默斯河畔雷涅维尔		44	55	553	55422
2984159	Regnéville-sur-Mer	regneville-sur-mer	FR	50590	822	Europe/Paris	49.00944	-1.55079		Regneville,Regneville-sur-Mer,Regnéville-sur-Mer		28	50	503	50429
2984161	Regnévelle	regnevelle	FR	88410	168	Europe/Paris	47.98651	5.97175		Regnevelle,Regnévelle		44	88	882	88377
2984165	Regnauville	regnauville	FR	62140	228	Europe/Paris	50.31667	2.01667				32	62	624	62700
2984173	Régat	regat	FR	09600	64	Europe/Paris	42.98914	1.88599		Regat,Régat		76	09	092	09243
2984177	Régades	regades	FR	31800	140	Europe/Paris	43.0506	0.72196		Regades,Régades		76	31	312	31449
2984180	Reffuveille	reffuveille	FR	50520	507	Europe/Paris	48.6688	-1.11376		Beffuveille,Reffuveille		28	50	501	50428
2984181	Reffroy	reffroy	FR	55190	58	Europe/Paris	48.63129	5.46554		Reffroy		44	55	552	55421
2984182	Reffannes	reffannes	FR	79420	363	Europe/Paris	46.55033	-0.18868		Reffannes		75	79	793	79225
2984183	Réez-Fosse-Martin	reez-fosse-martin	FR	60620	134	Europe/Paris	49.10698	2.933		Reez-Fosse-Martin,Réez-Fosse-Martin		32	60	604	60527
2984185	Redortiers	redortiers	FR	04150	74	Europe/Paris	44.08333	5.65		Redort'e,Redortiers,lei duo er di ye er,Редортье,Редортьє,雷多尔蒂耶尔		93	04	044	04159
2984192	Redon	redon	FR	35600	9472	Europe/Paris	47.65165	-2.08421		Redon,XRN	352	53	35	352	35236
2984193	Réding	reding	FR	57445	2432	Europe/Paris	48.75177	7.10747		Reding,Réding		44	57	575	57566
2984195	Redessan	redessan	FR	30129	3113	Europe/Paris	43.83147	4.49628		Redessan		76	30	302	30211
2984198	Rédené	redene	FR	29300	2456	Europe/Paris	47.85994	-3.46148		Redene,Rédené,lei dai nei,redene,Редене,レデネ,雷代内		53	29	294	29234
2984200	Rédange	redange	FR	57390	841	Europe/Paris	49.49374	5.91916		Redange,Redanzh,Redingen,Reideng,Rédange,Réideng,lei dang ri,Реданж,雷当日		44	57	577	57565
2984201	Recy	recy	FR	51520	938	Europe/Paris	48.98871	4.31385		Recy		44	51	511	51453
2984202	Récy	recy	FR	51520	0	Europe/Paris	47.27972	2.85629				24	18	181	18287
2984204	Recurt	recurt	FR	65330	210	Europe/Paris	43.21576	0.43578		Recurt		76	65	652	65376
2984206	Reculfoz	reculfoz	FR	25240	43	Europe/Paris	46.70665	6.14871		Reculfoz		27	25	253	25483
2984210	Recquignies	recquignies	FR	59245	2560	Europe/Paris	50.28396	4.03722				32	59	591	59495
2984211	Recques-sur-Hem	recques-sur-hem	FR	62890	516	Europe/Paris	50.8343	2.08802		Recques,Recques-sur-Hem,Rek-sjur-Am,ai mu he pan lei ke,ryskyws swr hym,Рек-сюр-Ам,ريسكيوس سور هيم,埃姆河畔雷克		32	62	626	62699
2984212	Recques-sur-Course	recques-sur-course	FR	62170	301	Europe/Paris	50.52174	1.78489		Recques,Recques-sur-Course,Rek-sjur-Kurs,ku er si he pan lei ke,ryskyws swr kwrs,Рек-сюр-Курс,ريسكيوس سور كورس,库尔斯河畔雷克		32	62	624	62698
2984213	Recouvrance	recouvrance	FR	90140	0	Europe/Paris	48.38417	-4.49903		Recouvrance		53	29	291	29019
2984214	Recouvrance	recouvrance	FR	90140	67	Europe/Paris	47.57393	6.98029		Recouvrance		27	90	901	90083
2984215	Récourt-le-Creux	recourt-le-creux	FR	55220	81	Europe/Paris	49.00601	5.39123		Recourt,Recourt-le-Creux,Récourt,Récourt-le-Creux		44	55	553	55420
2984216	Récourt	recourt	FR	62860	224	Europe/Paris	50.25362	3.03507		Recourt,Récourt		32	62	621	62697
2984217	Récourt	recourt	FR	62860	0	Europe/Paris	47.95823	5.50418		Recourt,Récourt		44	52	522	52332
2984220	Recoules-Prévinquières	recoules-previnquieres	FR	12150	449	Europe/Paris	44.34157	2.9679		Recolas e Previnquieiras,Recolas e Previnquièiras,Recolas-Previnquieiras,Recolas-Previnquièiras,Recoules,Recoules-Previnquieres,Recoules-Prévinquières,Rekul'-Prevenk'er,Rekul'-Previnker,lei ku lai pu lei wan ji ai,Рекуль-Превенкьер,Рекуль-Превінкєр,雷库莱普雷万基埃		76	12	122	12270
2984221	Recoules-de-Fumas	recoules-de-fumas	FR	48100	100	Europe/Paris	44.64117	3.34584		Recoules,Recoules-de-Fumas		76	48	482	48124
2984222	Recoules-d'Aubrac	recoules-d-aubrac	FR	48260	0	Europe/Paris	44.69183	3.02364		Recoules,Recoules-d'Aubrac		76	48	482	48123
2984227	Recoubeau-Jansac	recoubeau-jansac	FR	26310	0	Europe/Paris	44.65498	5.41489				84	26	261	26262
2984230	Recologne-lès-Rioz	recologne-les-rioz	FR	70190	192	Europe/Paris	47.47321	5.98562		Recologne,Recologne-les-Rioz,Recologne-lès-Rioz		27	70	702	70441
2984231	Recologne	recologne	FR	25170	0	Europe/Paris	47.58191	5.77626		Recologne,Recologne-les-Ray,Recologne-lès-Ray		27	70	702	70440
2984232	Recologne	recologne	FR	25170	551	Europe/Paris	47.27259	5.82988		Recologne		27	25	251	25482
2984235	Recloses	recloses	FR	77760	661	Europe/Paris	48.3466	2.64301		Recloses,Rekloz,Реклоз		11	77	774	77386
2984237	Réclonville	reclonville	FR	54450	0	Europe/Paris	48.54051	6.72731		Reclonville,Réclonville		44	54	542	54447
2984238	Reclinghem	reclinghem	FR	62560	0	Europe/Paris	50.7	1.78333				32	62	623	62255
2984239	Reclinghem	reclinghem	FR	62560	149	Europe/Paris	50.56667	2.18333		Arclinghin,Reklengem,lei ke lan gai mu,ryslynhym,Рекленгем,ريسلينهيم,雷克兰盖姆		32	62	625	62696
2984240	Reclesne	reclesne	FR	71540	319	Europe/Paris	47.04059	4.27024		Reclesne		27	71	711	71368
2984242	Réclainville	reclainville	FR	28150	0	Europe/Paris	48.3393	1.74775		Reclainville,Réclainville		24	28	281	28313
2984243	Réclainville	reclainville	FR	28150	0	Europe/Paris	48.13315	1.54947				24	28	282	28283
2984246	Récicourt	recicourt	FR	55120	308	Europe/Paris	49.14119	5.15704		Recicourt,Récicourt		44	55	553	55419
2984249	Réchicourt-le-Château	rechicourt-le-chateau	FR	57810	754	Europe/Paris	48.66536	6.83884		Rechicourt,Rechicourt-le-Chateau,Reshikur-le-Shato,Réchicourt,Réchicourt-le-Château,lei xi ku er lai sha tuo,rshykwr-lw-shatw,Решикур-ле-Шато,رشیکور-لو-شاتو,雷希库尔莱沙托		44	57	575	57564
2984250	Réchicourt-la-Petite	rechicourt-la-petite	FR	54370	72	Europe/Paris	48.71939	6.5815		Rechicourt,Rechicourt-la-Petite,Reshikur-la-Petit,Reshikur-la-Ptit,Réchicourt,Réchicourt-la-Petite,xiao lei xi ku er,Решикур-ла-Петит,Решикур-ла-Петіт,Решикур-ла-Птит,小雷希库尔		44	54	542	54446
2984252	Réchésy	rechesy	FR	90370	784	Europe/Paris	47.50852	7.11182		Rechesy,Réchésy		27	90	901	90081
2984257	Recey-sur-Ource	recey-sur-ource	FR	21290	451	Europe/Paris	47.77947	4.86126		Recey,Recey-sur-Ource		27	21	213	21519
2984261	Recanoz	recanoz	FR	39230	53	Europe/Paris	46.81667	5.5				27	39	392	39454
2984263	Rebreuviette	rebreuviette	FR	62270	247	Europe/Paris	50.26667	2.36667		Rebrev'ett,Rebrevett,lei bu lei wei ye te,rybrwfyt,Ребревьетт,Ребревєтт,ريبروفيت,雷布勒维耶特		32	62	621	62695
2984264	Rebreuve-sur-Canche	rebreuve-sur-canche	FR	62270	212	Europe/Paris	50.2641	2.34058		Arbreuve-su-Canche,Rebreuve,Rebreuve-sur-Canche,Rebrev-sjur-Kansh,kang shen he pan lei bu lei fu,rybrwf swr kantshy,Ребрев-сюр-Канш,ريبروف سور كانتشي,康什河畔雷布勒弗		32	62	621	62694
2984265	Rebreuve-Ranchicourt	rebreuve-ranchicourt	FR	62150	0	Europe/Paris	50.43333	2.55		Rebreuve,Rebreuve-sous-les-Monts		32	62	622	62693
2984266	Rebréchien	rebrechien	FR	45470	1236	Europe/Paris	47.98727	2.04432		Rebrechien,Rebreshjan,Rebréchien,lei bu lei xi an,Ребрешян,雷布雷希安		24	45	452	45261
2984267	Reboursin	reboursin	FR	36150	98	Europe/Paris	47.10685	1.82085		Reboursin,Rebursen,lei bu er sang,Ребурсен,雷布尔桑		24	36	364	36170
2984270	Rebourguil	rebourguil	FR	12400	312	Europe/Paris	43.88753	2.7742		Rebourguil		76	12	121	12195
2984272	Rebigue	rebigue	FR	31320	500	Europe/Paris	43.48898	1.48121		Rebigue		76	31	313	31448
2984274	Rebeuville	rebeuville	FR	88300	275	Europe/Paris	48.33423	5.70415		Rebeuville		44	88	882	88376
2984275	Rebets	rebets	FR	76750	112	Europe/Paris	49.51112	1.39075		Rebe,Rebets,Ребе		28	76	763	76521
2984277	Rebergues	rebergues	FR	62850	157	Europe/Paris	50.75569	1.95953		Reberg,Rebergues,lei bei er ge,rybyrjws,Реберг,ريبيرجوس,勒贝尔格		32	62	625	62692
2984281	Rébénacq	rebenacq	FR	64260	726	Europe/Paris	43.15908	-0.39646		Rebenacq,Rebenak,Revenac,Rébénacq,lei bei na,Ребенак,雷贝纳		75	64	642	64463
2984282	Rebecques	rebecques	FR	62120	418	Europe/Paris	50.64559	2.30676		Rebecques		32	62	625	62691
2984284	Rebais	rebais	FR	77510	2081	Europe/Paris	48.84721	3.23232		Rebais,Rebe,Ребе		11	77	773	77385
2984288	Réaux	reaux	FR	17500	513	Europe/Paris	45.47764	-0.37407		Reaux,Réaux		75	17	171	17295
2984289	Réauville	reauville	FR	26230	354	Europe/Paris	44.4447	4.8446		Reauville,Réauville		84	26	262	26261
2984291	Réaup-Lisse	reaup-lisse	FR	47170	0	Europe/Paris	44.08333	0.2				75	47	474	47221
2984292	Réaumur	reaumur	FR	85700	799	Europe/Paris	46.72006	-0.80305		Reaumur,Réaumur		52	85	851	85187
2984293	Réaumont	reaumont	FR	38140	848	Europe/Paris	45.36558	5.52378		Reaumont,Réaumont		84	38	381	38331
2984294	Réau	reau	FR	77550	770	Europe/Paris	48.61022	2.62399		Reau,Réau		11	77	772	77384
2984296	Réans	reans	FR	32800	265	Europe/Paris	43.86372	0.02736		Reans,Réans		76	32	322	32340
2984297	Réalville	realville	FR	82440	1664	Europe/Paris	44.11463	1.47955		Garde-Mont,Realville,Réalville		76	82	822	82149
2984299	Réalmont	realmont	FR	81120	3129	Europe/Paris	43.77754	2.18885		Montdadou,Realmont,Réalmont		76	81	811	81222
2984303	Réallon	reallon	FR	05160	207	Europe/Paris	44.59561	6.36381		Reallon,Realon,Rialon,Réallon,lei a long,Реаллон,雷阿隆		93	05	052	05114
2984306	Réalcamp	realcamp	FR	76340	0	Europe/Paris	49.85147	1.62352		Realcamp,Réalcamp		28	76	761	76520
2984307	Réal	real	FR	66210	34	Europe/Paris	42.63121	2.13344		Real,Réal		76	66	663	66159
2984311	Razines	razines	FR	37120	256	Europe/Paris	46.9756	0.37784		Razin,Razines,la qi nei,Разін,拉齐内		24	37	371	37191
2984312	Razimet	razimet	FR	47160	226	Europe/Paris	44.35217	0.2349		Razimet		75	47	474	47220
2984314	Razès	razes	FR	87640	1034	Europe/Paris	46.03337	1.34415		Razes,Razès		75	87	871	87122
2984316	Razengues	razengues	FR	32600	156	Europe/Paris	43.6421	0.99521				76	32	321	32339
2984318	Razecueillé	razecueille	FR	31160	42	Europe/Paris	42.96851	0.79745		Razecueille,Razecueillé		76	31	312	31447
2984319	Raze	raze	FR	70000	364	Europe/Paris	47.58284	6.01095		Raze		27	70	702	70439
2984320	Razac-sur-l'Isle	razac-sur-l-isle	FR	24430	2470	Europe/Paris	45.16382	0.59976		Razac,Razac-sur-l'Isle,Razac-sur-lIsle,li si er he pan la zha ke,利斯尔河畔拉扎克		75	24	243	24350
2984321	Razac-d'Eymet	razac-d-eymet	FR	24500	0	Europe/Paris	44.69195	0.45761		Razac,Razac-d'Eymet		75	24	241	24348
2984322	Razac-de-Saussignac	razac-de-saussignac	FR	24240	349	Europe/Paris	44.80506	0.28399		Razac,Razac-de-Saussignac		75	24	241	24349
2984324	Ray-sur-Saône	ray-sur-saone	FR	70130	197	Europe/Paris	47.58579	5.82602		Ray,Ray-sur-Saone,Ray-sur-Saône		27	70	702	70438
2984325	Rayssac	rayssac	FR	81330	314	Europe/Paris	43.81814	2.41417		Rayssac		76	81	812	81221
2984327	Raynans	raynans	FR	25550	309	Europe/Paris	47.5329	6.71868		Raynans		27	25	252	25481
2984328	Raymond	raymond	FR	18130	193	Europe/Paris	46.97195	2.68576		Raymond		24	18	182	18191
2984329	Rayet	rayet	FR	47210	160	Europe/Paris	44.65264	0.78287		Rayet		75	47	473	47219
2984330	Raye-sur-Authie	raye-sur-authie	FR	62140	258	Europe/Paris	50.29752	1.94931		Raye,Raye-sur-Authie,Re-sjur-Oti,ou di he pan la ye,ray swr awthy,Ре-сюр-Оти,Ре-сюр-Оті,راي سور أوثي,欧蒂河畔拉耶		32	62	624	62690
2984333	Ravilloles	ravilloles	FR	39170	477	Europe/Paris	46.4278	5.8025		Ravilloles		27	39	393	39453
2984334	Raville-sur-Sânon	raville-sur-sanon	FR	54370	99	Europe/Paris	48.65102	6.49854		Raville,Raville-sur-Sanon,Raville-sur-Sânon		44	54	542	54445
2984335	Raville	raville	FR	57530	193	Europe/Paris	49.0922	6.48605		Raville		44	57	579	57563
2984336	Raville	raville	FR	57530	0	Europe/Paris	48.75859	1.44263				24	28	283	28098
2984337	Ravigny	ravigny	FR	53370	0	Europe/Paris	48.44746	-0.0625		Ravigny		52	53	533	53187
2984339	Ravières	ravieres	FR	89390	1011	Europe/Paris	47.73475	4.22777		Ravieres,Ravières		27	89	892	89321
2984341	Raves	raves	FR	88520	345	Europe/Paris	48.26268	7.05185		Raves		44	88	883	88375
2984343	Ravenoville	ravenoville	FR	50480	257	Europe/Paris	49.45667	-1.27071		Ravenovil',Ravenoville,la wei nuo wei er,Равеновиль,Равеновіль,拉韦诺维尔		28	50	502	50523
2984345	Ravenel	ravenel	FR	60130	1064	Europe/Paris	49.51523	2.50192		Ravenel		32	60	602	60526
2984347	Ravel	ravel	FR	63190	698	Europe/Paris	45.77839	3.3956		Ravel		84	63	635	63296
2984349	Raveau	raveau	FR	58400	714	Europe/Paris	47.18628	3.07686		Raveau		27	58	584	58220
2984351	Rauzan	rauzan	FR	33420	1131	Europe/Paris	44.77813	-0.12506		Rauzan		75	33	335	33350
2984352	Rauwiller	rauwiller	FR	67320	198	Europe/Paris	48.81182	7.10765		Rauwiller		44	67	674	67386
2984353	Rauville-la-Place	rauville-la-place	FR	50390	440	Europe/Paris	49.3888	-1.50333		Rauville,Rauville-la-Place		28	50	502	50426
2984354	Rauville-la-Bigot	rauville-la-bigot	FR	50260	875	Europe/Paris	49.51917	-1.68393		Rauville,Rauville-la-Bigot,Rauville-le-Bigot,Rovil'-la-Bigo,luo wei er la bi ge,Ровиль-ла-Биго,Ровіль-ла-Біго,罗维尔拉比戈		28	50	502	50425
2984356	Rauret	rauret	FR	43340	152	Europe/Paris	44.81759	3.79099		Rauret		84	43	432	43160
2984359	Raulhac	raulhac	FR	15800	331	Europe/Paris	44.89935	2.65618		Raulhac,Rol'jak,Rolak,luo ya ke,Ролак,Рольяк,罗亚克		84	15	151	15159
2984361	Raucourt-et-Flaba	raucourt-et-flaba	FR	08450	897	Europe/Paris	49.60337	4.95704		Raucourt,Raucourt-et-Flaba		44	08	083	08354
2984362	Raucourt-au-Bois	raucourt-au-bois	FR	59530	153	Europe/Paris	50.20974	3.66188		Raucourt,Raucourt-au-Bois		32	59	591	59494
2984363	Raucourt	raucourt	FR	54610	186	Europe/Paris	48.92632	6.21866		Raucourt		44	54	543	54444
2984364	Raucoules	raucoules	FR	43290	844	Europe/Paris	45.18744	4.29511		Raucoules		84	43	433	43159
2984366	Ratzwiller	ratzwiller	FR	67430	290	Europe/Paris	48.95525	7.23986		Ratzwiller		44	67	674	67385
2984367	Ratte	ratte	FR	71500	345	Europe/Paris	46.6451	5.30229		Ratte		27	71	714	71367
2984374	Ratières	ratieres	FR	26330	275	Europe/Paris	45.18048	4.9666		Ratieres,Ratières		84	26	263	26259
2984378	Ratenelle	ratenelle	FR	71290	356	Europe/Paris	46.52635	5.01446		Ratenelle		27	71	714	71366
2984386	Rasteau	rasteau	FR	84110	726	Europe/Paris	44.23067	4.98688		Lo Rasteu,Lo Rastèu,Rasteau,Rasto,la si tuo,Расто,拉斯托		93	84	843	84096
2984393	Rasiguères	rasigueres	FR	66720	186	Europe/Paris	42.76644	2.60898		Rasigueres,Rasiguères		76	66	663	66158
2984397	Rarécourt	rarecourt	FR	55120	210	Europe/Paris	49.07688	5.12411		Rarecourt,Rarécourt		44	55	553	55416
2984398	Raray	raray	FR	60810	152	Europe/Paris	49.25969	2.71565		Raray,Rare,la lai,Раре,拉赖		32	60	604	60525
2984399	Rapsécourt	rapsecourt	FR	51330	30	Europe/Paris	49.02331	4.79533		Rapsecourt,Rapsécourt		44	51	511	51452
2984401	Rapilly	rapilly	FR	14690	50	Europe/Paris	48.85655	-0.33473		Rapilly		28	14	142	14531
2984403	Rapey	rapey	FR	88130	15	Europe/Paris	48.31342	6.25292		Rapey		44	88	881	88374
2984407	Rapale	rapale	FR	20246	143	Europe/Paris	42.59071	9.30301		Rapale,Рапале		94	2B	2B5	2B257
2984408	Rapaggio	rapaggio	FR	20229	11	Europe/Paris	42.37244	9.38947		Rapaggio		94	2B	2B3	2B256
2984409	Raon-sur-Plaine	raon-sur-plaine	FR	88110	144	Europe/Paris	48.51081	7.09629		Raon,Raon-sjur-Plen,Raon-sur-Plaine,pu lai ne he pan lang,Раон-сюр-Плен,普莱讷河畔朗		44	88	883	88373
2984410	Raon-l'Étape	raon-l-etape	FR	88110	0	Europe/Paris	48.40414	6.83864		Raon-l'Etap,Raon-l'Etape,Raon-l'Étape,Raon-l’Étape,lang lai ta po,Раон-л'Етап,朗莱塔珀		44	88	883	88372
2984411	Raon-lès-Leau	raon-les-leau	FR	54540	0	Europe/Paris	48.51304	7.10001		Raon-les-Leau,Raon-lès-Leau		44	54	542	54443
2984412	Raon-aux-Bois	raon-aux-bois	FR	88220	1033	Europe/Paris	48.05686	6.52098		Raon,Raon-aux-Bois,Raon-o-Bua,lang ao bu wa,Раон-о-Буа,朗奥布瓦		44	88	881	88371
2984414	Ranzières	ranzieres	FR	55300	67	Europe/Paris	49.01923	5.49202		Ranzieres,Ranzières		44	55	552	55415
2984415	Ranzevelle	ranzevelle	FR	70500	14	Europe/Paris	47.90743	5.98505		Ranzevelle		27	70	702	70437
2984416	Ranville	ranville	FR	14860	185	Europe/Paris	45.90189	-0.11804		Ranvil'-Brejo,Ranvil'-Brjojo,Ranville,Ranville-Breuillaud,lang wei er bu lei yi luo,Ранвиль-Брёйо,Ранвіль-Брейо,朗维尔布勒伊洛		75	16	163	16275
2984417	Ranville	ranville	FR	14860	1982	Europe/Paris	49.23071	-0.2556		Ranvil',Ranville,lang wei er,Ранвиль,Ранвіль,朗维尔		28	14	143	14530
2984418	Rantzwiller	rantzwiller	FR	68510	719	Europe/Paris	47.65241	7.37509		Rantswiller,Rantzwiller		44	68	684	68265
2984419	Ranton	ranton	FR	86200	212	Europe/Paris	47.00035	-0.0288		Ranton		75	86	861	86205
2984420	Rantigny	rantigny	FR	60290	2632	Europe/Paris	49.32758	2.44244		Rantigny,Rantin'i,lang di ni,Рантіньї,朗蒂尼		32	60	602	60524
2984421	Rantechaux	rantechaux	FR	25580	195	Europe/Paris	47.11464	6.37429		Rantechaux,Rantesho,lang tai shao,Рантешо,朗泰绍		27	25	253	25424
2984422	Ranspach-le-Haut	ranspach-le-haut	FR	68220	0	Europe/Paris	47.57841	7.42165		Ranspach-le-Haut		44	68	684	68264
2984423	Ranspach-le-Bas	ranspach-le-bas	FR	68730	642	Europe/Paris	47.58738	7.44575		Ranspach-le-Bas		44	68	684	68263
2984424	Ranspach	ranspach	FR	68470	944	Europe/Paris	47.88617	7.01034		Ranspach		44	68	686	68262
2984426	Ransart	ransart	FR	62173	385	Europe/Paris	50.20833	2.68393				32	62	621	62689
2984427	Rans	rans	FR	39700	433	Europe/Paris	47.14221	5.72749		Rans		27	39	391	39452
2984432	Rannée	rannee	FR	35130	1221	Europe/Paris	47.92401	-1.24103		Radenez,Radenix,Ranne,Rannee,Rannée,la nei ai,Ранне,拉内埃		53	35	351	35235
2984433	Ranguevaux	ranguevaux	FR	57700	820	Europe/Paris	49.29769	6.05454		Ranguevaux		44	57	577	57562
2984436	Rangen	rangen	FR	67310	153	Europe/Paris	48.66625	7.47731		Rangen		44	67	673	67383
2984437	Rangecourt	rangecourt	FR	52140	75	Europe/Paris	48.04279	5.48594		Rangecourt		44	52	521	52416
2984438	Rang-du-Fliers	rang-du-fliers	FR	62180	3860	Europe/Paris	50.41708	1.64431		Ran-dju-Fl'e,Rang-du-Fliers,Rin-du-Fiyers,Rin-du-Fïyers,lang di fu li ye,ranj dw flyrs,Ран-дю-Флье,Ран-дю-Фльє,رانج دو فليرس,朗迪夫利耶		32	62	624	62688
2984439	Rang	rang	FR	25250	466	Europe/Paris	47.42796	6.56237		Rang		27	25	252	25479
2984441	Rânes	ranes	FR	61150	982	Europe/Paris	48.64051	-0.21076		Ran,la nei,Ран,拉内		28	61	612	61344
2984443	Randonnai	randonnai	FR	61190	798	Europe/Paris	48.64907	0.67527		Randonnai,Randonne,lang duo nai,Рандонне,朗多奈		28	61	613	61491
2984446	Randevillers	randevillers	FR	25430	120	Europe/Paris	47.31043	6.52279				27	25	252	25478
2984447	Randens	randens	FR	73220	727	Europe/Paris	45.54598	6.31004		Randens		84	73	733	73212
2984449	Randan	randan	FR	63310	1479	Europe/Paris	46.01767	3.35478		Randan		84	63	634	63295
2984450	Randan	randan	FR	63310	0	Europe/Paris	45.73333	4.21667				84	42	421	42094
2984451	Rancy	rancy	FR	71290	517	Europe/Paris	46.59696	5.09208		Rancy		27	71	714	71365
2984546	Raincheval	raincheval	FR	80600	260	Europe/Paris	50.07366	2.43694		Raincheval		32	80	804	80659
2984453	Rancourt-sur-Ornain	rancourt-sur-ornain	FR	55800	215	Europe/Paris	48.82629	4.9136		Rancourt,Rancourt-sur-Ornain		44	55	551	55414
2984454	Rancourt	rancourt	FR	80360	147	Europe/Paris	50.00317	2.91091		Rancourt		32	80	804	80664
2984455	Rancourt	rancourt	FR	80360	58	Europe/Paris	48.22091	6.10909		Rancourt		44	88	882	88370
2984457	Rançonnières	ranconnieres	FR	52140	106	Europe/Paris	47.93578	5.5583		Ranconnieres,Rançonnières		44	52	522	52415
2984460	Rançon	rancon	FR	87290	0	Europe/Paris	49.54333	0.75774				28	76	763	76164
2984461	Rancon	rancon	FR	87290	536	Europe/Paris	46.13068	1.18251		Rancon		75	87	871	87121
2984462	Rancogne	rancogne	FR	16110	347	Europe/Paris	45.697	0.40386		Rancogne,Ranconha,Rankon',lang ke ni,Ранконь,朗科尼		75	16	161	16406
2984465	Ranchy	ranchy	FR	14400	164	Europe/Paris	49.25386	-0.75694		Ranchy		28	14	141	14529
2984467	Ranchot	ranchot	FR	39700	498	Europe/Paris	47.1503	5.72305		Ranchot,Ransho,lang shao,Раншо,朗绍		27	39	391	39451
2984470	Ranchal	ranchal	FR	69470	287	Europe/Paris	46.12917	4.39843		Beauchamp,Ranchal		84	69	692	69164
2984471	Rances	rances	FR	10500	46	Europe/Paris	48.46615	4.54661		Rances		44	10	101	10315
2984472	Rancennes	rancennes	FR	08600	835	Europe/Paris	50.11594	4.8191		Rancennes		44	08	081	08353
2984473	Rancenay	rancenay	FR	25320	259	Europe/Paris	47.18708	5.94918		Rancenay		27	25	251	25477
2984478	Rancé	rance	FR	01390	664	Europe/Paris	45.96594	4.87082		Rance,Rancé		84	01	012	01318
2984479	Rampoux	rampoux	FR	46340	93	Europe/Paris	44.64167	1.31053		Rampoux		76	46	463	46234
2984484	Rampillon	rampillon	FR	77370	664	Europe/Paris	48.55042	3.06621		Rampillon		11	77	773	77383
2984486	Rampieux	rampieux	FR	24440	168	Europe/Paris	44.71431	0.79587		Rampieux		75	24	241	24347
2984487	Rampan	rampan	FR	50000	219	Europe/Paris	49.13495	-1.1388		Rampan		28	50	504	50423
2984488	Ramouzens	ramouzens	FR	32800	183	Europe/Paris	43.81342	0.18504		Ramouzens		76	32	322	32338
2984489	Ramousies	ramousies	FR	59177	0	Europe/Paris	50.11731	4.0404		Ramousies,Ramuzi,la mu xi,Рамузи,Рамузі,拉穆西		32	59	591	59493
2984490	Ramous	ramous	FR	64270	415	Europe/Paris	43.5226	-0.89674		Ramos,Ramous,Ramus,Ramós,la mu,Рамус,拉穆		75	64	643	64462
2984492	Ramoulu	ramoulu	FR	45300	232	Europe/Paris	48.22602	2.29179		Ramoulu,Ramulju,la mu lu,Рамулю,拉穆吕		24	45	453	45260
2984493	Ramonville-Saint-Agne	ramonville-saint-agne	FR	31520	12573	Europe/Paris	43.54618	1.47491		Ramonvil'-Sent-An',Ramonvila e Sant Anha,Ramonvila e Sent Anhan,Ramonville,la meng wei er sheng a ni,Рамонвиль-Сент-Ань,Рамонвіль-Сент-Ань,拉蒙维尔圣阿尼		76	31	313	31446
2984495	Ramonchamp	ramonchamp	FR	88160	2008	Europe/Paris	47.89429	6.74171		Ramonchamp,Ramonsham,la meng shang,Рамоншам,拉蒙尚		44	88	881	88369
2984496	Rammersmatt	rammersmatt	FR	68800	189	Europe/Paris	47.79015	7.07133				44	68	686	68261
2984497	Ramillies	ramillies	FR	59161	528	Europe/Paris	50.20538	3.26128		Ramillies		32	59	592	59492
2984498	Ramicourt	ramicourt	FR	02110	181	Europe/Paris	49.95903	3.33051		Ramecourt,Ramicourt		32	02	023	02635
2984501	Ramerupt	ramerupt	FR	10240	363	Europe/Paris	48.51889	4.29416		Ramerupt		44	10	103	10314
2984505	Ramecourt	ramecourt	FR	62130	350	Europe/Paris	50.3729	2.3152		Ramecourt		32	62	621	62686
2984506	Ramecourt	ramecourt	FR	62130	177	Europe/Paris	48.30948	6.10084		Ramecourt		44	88	882	88368
2984508	Rambures	rambures	FR	80140	371	Europe/Paris	49.94389	1.70403		Rambures		32	80	802	80663
2984509	Ramburelles	ramburelles	FR	80140	214	Europe/Paris	49.96862	1.71039		Rambjurel',Ramburelle,Ramburelles,lang bi lei lei,Рамбюрель,朗比雷勒		32	80	801	80662
2984510	Rambucourt	rambucourt	FR	55300	129	Europe/Paris	48.84407	5.75781		Rambucourt		44	55	552	55412
2984513	Rambouillet	rambouillet	FR	78120	26674	Europe/Paris	48.64374	1.82992		Rambolitum,Rambouillet,Rambouillet-forhandlingerne,Rambue,Rambuje,XRT,lang bu yi ai,langbuye,rambwyyyh,ranbuie,Рамбуе,Рамбуйе,Рамбуйє,Рамбује,رامبوئییه,ランブイエ,朗布依埃,랑부예	782	11	78	782	78517
2984514	Rambluzin-et-Benoite-Vaux	rambluzin-et-benoite-vaux	FR	55220	103	Europe/Paris	49	5.33333		Rampluzin		44	55	553	55411
2984516	Rambervillers	rambervillers	FR	88700	6182	Europe/Paris	48.3424	6.6358		Ramberville,Ramberviller,Rambervilleriae,Rambervillers,lang bei er wei lai er,Рамбервилле,Рамбервиллер,Рамбервілле,朗贝尔维莱尔		44	88	881	88367
2984519	Rambaud	rambaud	FR	05000	302	Europe/Paris	44.54476	6.13239		Rambaud		93	05	052	05113
2984521	Ramatuelle	ramatuelle	FR	83350	2330	Europe/Paris	43.21599	6.61156		Ramatjuehl',Ramatjuel',Ramatuela,Ramatuelle,la ma di ai er,Раматюель,Раматюэль,拉马蒂埃尔		93	83	831	83101
2984523	Ramasse	ramasse	FR	01250	263	Europe/Paris	46.19231	5.36588		Ramasse		84	01	012	01317
2984530	Raizeux	raizeux	FR	78125	775	Europe/Paris	48.62448	1.68339		Raiseux,Raizeux		11	78	782	78516
2984531	Raix	raix	FR	16240	153	Europe/Paris	46.00103	0.11246		Raix,Re,lai zhen,Ре,赖镇		75	16	163	16273
2984532	Rai	rai	FR	61270	1790	Europe/Paris	48.75057	0.58167		Rai,Rai-sur-Rile,Rai-sur-Rîle		28	61	613	61342
2984533	Raissac-sur-Lampy	raissac-sur-lampy	FR	11170	243	Europe/Paris	43.27882	2.15822		Raissac,Raissac-sur-Lampy		76	11	111	11308
2984534	Raissac-d'Aude	raissac-d-aude	FR	11200	0	Europe/Paris	43.22848	2.88017		Raissac,Raissac-d'Aude		76	11	113	11307
2984535	Raissac	raissac	FR	09300	53	Europe/Paris	42.94173	1.81281		Raissac		76	09	092	09242
2984537	Raismes	raismes	FR	59590	13719	Europe/Paris	50.38333	3.48333		Raismes,Rem,lai mu,Рем,赖姆		32	59	596	59491
2984538	Rainvillers	rainvillers	FR	60155	945	Europe/Paris	49.40542	2.00789		Rainvillers		32	60	601	60523
2984539	Rainville	rainville	FR	88170	253	Europe/Paris	48.35773	5.88553		Rainville		44	88	882	88366
2984540	Rainsars	rainsars	FR	59177	0	Europe/Paris	50.07075	3.99074		Rainsars,Rainsart,Rensar,lan sa er,Ренсар,兰萨尔		32	59	591	59490
2984541	Rainneville	rainneville	FR	80260	777	Europe/Paris	49.97345	2.35541		Rainneville,Rennvil',Rinneville,lai ne wei er,Реннвіль,赖讷维尔		32	80	802	80661
2984542	Rainfreville	rainfreville	FR	76730	85	Europe/Paris	49.79168	0.93691		Rainfreville		28	76	761	76519
2984544	Raincourt	raincourt	FR	70500	148	Europe/Paris	47.85942	5.88532		Raincourt,Renkur,Ренкур		27	70	702	70436
2984547	Rainans	rainans	FR	39290	183	Europe/Paris	47.15758	5.4774		Rainans,Renan,lai nan,Ренан,赖南		27	39	391	39449
2984548	Raimbeaucourt	raimbeaucourt	FR	59283	4450	Europe/Paris	50.43466	3.09333		Raimbeaucourt,Rembokur,lan bo ku er,Рембокур,兰博库尔		32	59	593	59489
2984549	Raillimont	raillimont	FR	02360	79	Europe/Paris	49.70607	4.1536		Raillimont		32	02	025	02634
2984550	Raillicourt	raillicourt	FR	08430	176	Europe/Paris	49.65144	4.58706		Raillicourt		44	08	081	08352
2984551	Railleu	railleu	FR	66360	17	Europe/Paris	42.58608	2.182		Railleu		76	66	663	66157
2984552	Raillencourt-Sainte-Olle	raillencourt-sainte-olle	FR	59554	2417	Europe/Paris	50.18333	3.16667		Rajankur-Sent-Ol',la ye lang ku er sheng ao lei,Раянкур-Сент-Оль,拉耶朗库尔圣奥勒		32	59	592	59488
2984555	Raids	raids	FR	50500	220	Europe/Paris	49.21655	-1.34417		Raids		28	50	503	50422
2984557	Rahon	rahon	FR	25430	115	Europe/Paris	47.32399	6.59051				27	25	252	25476
2984558	Rahon	rahon	FR	25430	493	Europe/Paris	46.98949	5.45568		Rahon		27	39	391	39448
2984559	Rahling	rahling	FR	57410	812	Europe/Paris	48.99162	7.21556		Rahling,Rahlingen,Ralen,la lan,ralyng,Рален,رالینگ,拉兰		44	57	576	57561
2984560	Rahay	rahay	FR	72120	232	Europe/Paris	47.96181	0.83145		Rahay		52	72	722	72250
2984561	Rahart	rahart	FR	41160	275	Europe/Paris	47.87122	1.06815		Rahar,Rahart		24	41	412	41186
2984572	Rageade	rageade	FR	15500	135	Europe/Paris	45.1044	3.27694		Rageade		84	15	153	15158
2984574	Raffetot	raffetot	FR	76210	456	Europe/Paris	49.59901	0.5117		Raffetot		28	76	762	76518
2984578	Raedersheim	raedersheim	FR	68190	1121	Europe/Paris	47.88895	7.28222				44	68	686	68260
2984579	Raedersdorf	raedersdorf	FR	68480	529	Europe/Paris	47.47474	7.36608		Raedersdorf		44	68	681	68259
2984581	Radonvilliers	radonvilliers	FR	10500	372	Europe/Paris	48.36001	4.50628				44	10	101	10313
2984582	Radon	radon	FR	61250	1035	Europe/Paris	48.50246	0.10278		Radon		28	61	611	61341
2984583	Radinghem-en-Weppes	radinghem-en-weppes	FR	59320	1108	Europe/Paris	50.61884	2.90924		Radinghem,Radinghem-en-Weppes		32	59	595	59487
2984584	Radinghem	radinghem	FR	62310	417	Europe/Paris	50.54928	2.12175		Radengem,Radinghem,Radinghin,la dan gai mu,radynhym,Раденгем,رادينهيم,拉丹盖姆		32	62	624	62685
2984587	Radepont	radepont	FR	27380	747	Europe/Paris	49.35144	1.32818		Radepont		28	27	271	27487
2984588	Radenac	radenac	FR	56500	887	Europe/Paris	47.96271	-2.71348		Radenac,Radeneg		53	56	562	56189
2984591	Raddon-et-Chapendu	raddon-et-chapendu	FR	70280	857	Europe/Paris	47.84466	6.47393		Raddon,Raddon-et-Chapendu		27	70	701	70435
2984593	Racrange	racrange	FR	57340	667	Europe/Paris	48.92533	6.66953		Racrange		44	57	573	57560
2984594	Racquinghem	racquinghem	FR	62120	2140	Europe/Paris	50.69245	2.35736		Racquinghem,Racquinghin,Rakengem,la kan gai mu,raskywynhym,Ракенгем,راسكيوينهيم,拉坎盖姆		32	62	625	62684
2984595	Racines	racines	FR	10130	181	Europe/Paris	48.05003	3.84444		Racines,Ratschings		44	10	103	10312
2984600	Râches	raches	FR	59194	2877	Europe/Paris	50.41706	3.13635		Raches,Rash,Râches,la shen,Раш,拉什		32	59	593	59486
2984601	Rachecourt-sur-Marne	rachecourt-sur-marne	FR	52170	742	Europe/Paris	48.52429	5.10344		Rachecourt,Rachecourt-sur-Marne		44	52	523	52414
2984602	Rachecourt-Suzémont	rachecourt-suzemont	FR	52130	102	Europe/Paris	48.45	4.96667		Rachecourt,Rachecourt-sur-Blaise		44	52	523	52413
2984606	Racécourt	racecourt	FR	88270	155	Europe/Paris	48.25711	6.19223		Racecourt,Racécourt		44	88	881	88365
2984609	Rabouillet	rabouillet	FR	66730	96	Europe/Paris	42.7318	2.38985		Rabeboulette,Rabouillet		76	66	663	66156
2984610	Rabou	rabou	FR	05400	80	Europe/Paris	44.59125	6.00537		Rabon,Rabou,Rabu,Rabòu,la bu,Рабу,拉布		93	05	052	05112
2984614	Rabodanges	rabodanges	FR	61210	158	Europe/Paris	48.8	-0.28333		Rabodanges		28	61	612	61339
2984615	Rablay-sur-Layon	rablay-sur-layon	FR	49750	679	Europe/Paris	47.29463	-0.57608	40	Rablay,Rablay-sur-Layon,Rable-sjur-Lejon,lai weng he pan la bu lai,Рабле-сюр-Лейон,莱翁河畔拉布莱		52	49	491	49345
2984625	Rabat-les-Trois-Seigneurs	rabat-les-trois-seigneurs	FR	09400	282	Europe/Paris	42.85589	1.55306		Rabat,Rabat-les-Trois-Seigneurs		76	09	091	09241
2984626	Rabastens-de-Bigorre	rabastens-de-bigorre	FR	65140	1391	Europe/Paris	43.38758	0.15057		Rabastens,Rabastens-de-Bigorre		76	65	653	65375
2984627	Rabastens	rabastens	FR	81800	4714	Europe/Paris	43.82512	1.72382		Rabastens,la ba si tang,Рабастенс,拉巴斯唐		76	81	811	81220
2984633	Quivières	quivieres	FR	80400	174	Europe/Paris	49.82257	3.03791		Quivieres,Quivières		32	80	804	80658
2984635	Quittebeuf	quittebeuf	FR	27110	554	Europe/Paris	49.10983	1.01583		Quittebeuf		28	27	272	27486
2984640	Quistinic	quistinic	FR	56310	1337	Europe/Paris	47.90456	-3.13459		Kistinid,Kistinik,Quistinic,qu yi si di ni ke,Кистиник,Кістінік,屈伊斯蒂尼克		53	56	561	56188
2984642	Quissac	quissac	FR	30260	117	Europe/Paris	44.64489	1.72995		Quissac		76	46	462	46233
2984643	Quissac	quissac	FR	30260	2477	Europe/Paris	43.91073	4.00102		Ouissac,Quissac		76	30	303	30210
2984644	Quiry-le-Sec	quiry-le-sec	FR	80250	272	Europe/Paris	49.67266	2.38154		Quiry,Quiry-le-Sec		32	80	803	80657
2984647	Quirbajou	quirbajou	FR	11500	41	Europe/Paris	42.82958	2.17937		Quirbajou		76	11	112	11306
2984649	Quintin	quintin	FR	22800	2994	Europe/Paris	48.4033	-2.91019		Kenten,Kintin,Quintin,Quintinum,qu an tan,Кентен,屈安坦		53	22	224	22262
2984650	Quintillan	quintillan	FR	11360	59	Europe/Paris	42.96566	2.71047		Quintillan		76	11	113	11305
2984651	Quintigny	quintigny	FR	39570	209	Europe/Paris	46.73393	5.52525		Quintigny		27	39	392	39447
2984652	Quintenic	quintenic	FR	22400	281	Europe/Paris	48.51558	-2.42748		Kistenid,Quintenic		53	22	224	22261
2984653	Quintenas	quintenas	FR	07290	1339	Europe/Paris	45.18892	4.68743		Kentena,Quintenas,Quintenàs,qu an te na,Кентена,屈安特纳		84	07	073	07188
2984654	Quintal	quintal	FR	74600	983	Europe/Paris	45.84254	6.0838		Quintal		84	74	741	74219
2984655	Quint-Fonsegrives	quint-fonsegrives	FR	31130	0	Europe/Paris	43.5852	1.5272				76	31	313	31445
2984657	Quinssaines	quinssaines	FR	03380	1038	Europe/Paris	46.32721	2.5104		Quins-Sames,Quinssaimes,Quinssaines		84	03	031	03212
2984659	Quinson	quinson	FR	04500	372	Europe/Paris	43.70208	6.03985		Kenson,Quincon,Quinson,Quinçon,qu an song,Кенсон,屈安松		93	04	044	04158
2984661	Quinsac	quinsac	FR	24530	0	Europe/Paris	46.19084	1.65725				75	23	232	23236
2984662	Quinsac	quinsac	FR	24530	0	Europe/Paris	45.4832	1.27345				75	87	872	87187
2984663	Quinsac	quinsac	FR	24530	445	Europe/Paris	45.42886	0.70482		Quinsac		75	24	242	24346
2984664	Quinsac	quinsac	FR	24530	1907	Europe/Paris	44.75537	-0.48844		Quinsac		75	33	332	33349
2984665	Quins	quins	FR	12800	662	Europe/Paris	44.23296	2.37382		Quins		76	12	123	12194
2984672	Quinquempoix	quinquempoix	FR	60130	269	Europe/Paris	49.55108	2.42613		Quinquempoix		32	60	602	60522
2984675	Quingey	quingey	FR	25440	1088	Europe/Paris	47.1025	5.88312		Kenzhe,Quingey,kan re,Кенже,坎热		27	25	251	25475
2984676	Quinéville	quineville	FR	50310	297	Europe/Paris	49.51562	-1.29278		Kinevil',qu yi nei wei er,Киневиль,Кіневіль,屈伊内维尔		28	50	502	50421
2984677	Quincy-Voisins	quincy-voisins	FR	77860	5018	Europe/Paris	48.90114	2.87559		Kensi-Vuazen,Quincy,Quincy-Segy,Quincy-Ségy,Quincy-Voisins,Кенси-Вуазен,Кенсі-Вуазен		11	77	771	77382
2984678	Quincy-sous-Sénart	quincy-sous-senart	FR	91480	7808	Europe/Paris	48.67294	2.53419		Kensi-su-Senar,Quincy,Quincy-sous-Senart,Quincy-sous-Sénart,qu an xi su sai na er,Кенси-су-Сенар,Кенсі-су-Сенар,屈安西苏塞纳尔		11	91	912	91514
2984679	Quincy-sous-le-Mont	quincy-sous-le-mont	FR	02220	53	Europe/Paris	49.30571	3.55297		Quincy,Quincy-sous-le-Mont		32	02	024	02633
2984680	Quincy-le-Vicomte	quincy-le-vicomte	FR	21500	199	Europe/Paris	47.60767	4.25464		Quincy,Quincy-le-Vicomte,Quincy-sur-Armancon,Quincy-sur-Armançon		27	21	213	21518
2984681	Quincy-Landzécourt	quincy-landzecourt	FR	55600	162	Europe/Paris	49.49548	5.2959		Quincy,Quincy-Landzecourt,Quincy-Landzécourt,Quincy-sur-Loison		44	55	553	55410
2984682	Quincy-Basse	quincy-basse	FR	02380	68	Europe/Paris	49.5156	3.37679		Quincy,Quincy-Basse		32	02	022	02632
2984684	Quincy	quincy	FR	18120	789	Europe/Paris	47.13276	2.15705		Quincy		24	18	183	18190
2984686	Quincieux	quincieux	FR	69650	2828	Europe/Paris	45.91374	4.77698		Quincieux		84	69	691	69163
2984687	Quincieu	quincieu	FR	38470	0	Europe/Paris	45.73941	5.01766		Quincieu		84	69	691	69277
2984688	Quincieu	quincieu	FR	38470	0	Europe/Paris	45.27452	5.38587		Quincieu,Quincieux		84	38	381	38330
2984689	Quincié-en-Beaujolais	quincie-en-beaujolais	FR	69430	1202	Europe/Paris	46.11898	4.61635		Quincie,Quincie-en-Beaujolais,Quincié,Quincié-en-Beaujolais		84	69	692	69162
2984690	Quincey	quincey	FR	21700	0	Europe/Paris	48.46578	3.58776		Quincey		44	10	102	10148
2984691	Quincey	quincey	FR	21700	1085	Europe/Paris	47.61165	6.18556		Quincey		27	70	702	70433
2984692	Quincey	quincey	FR	21700	392	Europe/Paris	47.11029	4.97105		Quincey		27	21	211	21517
2984693	Quincerot	quincerot	FR	21500	0	Europe/Paris	47.94099	4.16304		Quincerot		27	89	892	89320
2984694	Quincerot	quincerot	FR	21500	0	Europe/Paris	47.6112	4.26665		Quincerot		27	21	213	21516
2984696	Quincampoix-Fleuzy	quincampoix-fleuzy	FR	60220	429	Europe/Paris	49.74643	1.77273		Kenkampua-Flezi,Quincampoix,Quincampoix-Fleuzy,qu an kang pu wa fu lei qi,Кенкампуа-Флезі,屈安康普瓦弗勒齐		32	60	601	60521
2984697	Quincampoix	quincampoix	FR	76230	2777	Europe/Paris	49.5271	1.18849		Kenkampua,Quincampoix,Кенкампуа		28	76	763	76517
2984699	Quimperlé	quimperle	FR	29300	12312	Europe/Paris	47.87215	-3.54994		Kemperle,Quimperle,Quimperlium,Quimperlé,kan pei er lai,kanperure,Кемперле,カンペルレ,坎佩尔莱		53	29	294	29233
2984701	Quimper	quimper	FR	29000	63849	Europe/Paris	47.99597	-4.09795		Coriosopitum,Kemper,Kempera,Kempēra,Montagne-sur-Odet,Quimper,Tchimper,Tchîmpèr,UIP,kaengpeleu,kambar,kan pei er,kanperu,kmpr,kwympr,Кемпер,كامبار,کمپر,کویمپر,კემპერი,カンペール,坎佩尔,캥페르	29	53	29	294	29232
2984705	Quily	quily	FR	56800	289	Europe/Paris	47.88961	-2.46857		Killi,Quily		53	56	562	56197
2984707	Quilly	quilly	FR	08400	65	Europe/Paris	49.40766	4.59931		Quilly		44	08	084	08351
2984708	Quilly	quilly	FR	08400	1001	Europe/Paris	47.46182	-1.95411		Killig,Quilly		52	44	443	44139
2984718	Quillebeuf-sur-Seine	quillebeuf-sur-seine	FR	27680	1059	Europe/Paris	49.46934	0.52793		Quillebeuf,Quillebeuf-sur-Seine		28	27	272	27485
2984719	Quillan	quillan	FR	11500	3893	Europe/Paris	42.87549	2.18142		Kijan,Quilhan,Quillan,qu yi lang,Кийан,Киян,Кіян,屈伊朗		76	11	112	11304
2984724	Quilen	quilen	FR	62650	62	Europe/Paris	50.52992	1.92661		Kilan,Quilen,ji lang,kywlyn,Килан,Кілан,كيولين,基朗		32	62	624	62682
2984726	Quiévy	quievy	FR	59214	1757	Europe/Paris	50.16804	3.42834		K'evi,Kevi,Quievy,Quiévy,ji ye wei,Кьеви,Кєві,基耶维		32	59	592	59485
2984727	Quièvrecourt	quievrecourt	FR	76270	436	Europe/Paris	49.73333	1.41667				28	76	761	76516
2984728	Quiévrechain	quievrechain	FR	59920	6201	Europe/Paris	50.39172	3.66815		K'evreshen,Kevreshen,ji ye fu lei shang,Кьеврешен,Кєврешен,基耶夫勒尚		32	59	596	59484
2984729	Quiévelon	quievelon	FR	59680	0	Europe/Paris	50.23511	4.07371		Quievelon,Quiévelon		32	59	591	59483
2984730	Quiestède	quiestede	FR	62120	654	Europe/Paris	50.68095	2.33302		K'ested,Kested,Questede,Questède,Quiestede,Quiestède,ji ye si tai de,kywystyd,Кьестед,Кєстед,كيويستيد,基耶斯泰德		32	62	625	62681
2984731	Quierzy	quierzy	FR	02300	344	Europe/Paris	49.57124	3.14387		K'erzi-sjur-Uaz,Kerzi,Quierzy,ji ye er ji,Кьерзи-сюр-Уаз,Кєрзі,基耶尔济		32	02	022	02631
2984732	Quiéry-la-Motte	quiery-la-motte	FR	62490	798	Europe/Paris	50.36608	2.97804		Quiery,Quiery-la-Motte,Quiéry,Quiéry-la-Motte		32	62	621	62680
2984733	Quiers-sur-Bézonde	quiers-sur-bezonde	FR	45270	1039	Europe/Paris	47.99615	2.44141		Ke-sjur-Bezond,Quiers,Quiers-sur-Bezonde,Quiers-sur-Bézonde,bei zong de he pan qu ye er,Кє-сюр-Безонд,贝宗德河畔屈耶尔		24	45	451	45259
2984734	Quiers	quiers	FR	77720	641	Europe/Paris	48.60692	2.96951		Quiers		11	77	773	77381
2984735	Quié	quie	FR	09400	367	Europe/Paris	42.84605	1.5941		Quie,Quié		76	09	091	09240
2984736	Quibou	quibou	FR	50750	825	Europe/Paris	49.06667	-1.2		Kibu,Quibou,qu yi bu,Кибу,Кібу,屈伊布		28	50	504	50420
2984737	Quiberville	quiberville	FR	76860	488	Europe/Paris	49.89844	0.92079		Quiberville		28	76	761	76515
2984741	Quiberon	quiberon	FR	56170	5430	Europe/Paris	47.48368	-3.11986		Kiberen,Kiberon,Quiberon,kiburon,qu yi bo long,Киберон,Кіберон,キブロン,屈伊伯龙		53	56	561	56186
2984744	Quézac	quezac	FR	15600	367	Europe/Paris	44.74778	2.18587		Quezac,Quézac		84	15	151	15157
2984745	Quézac	quezac	FR	15600	298	Europe/Paris	44.36966	3.52408		Quezac,Quézac		76	48	481	48146
2984748	Queyssac-les-Vignes	queyssac-les-vignes	FR	19120	184	Europe/Paris	44.96606	1.76754		Queyssac,Queyssac-les-Vignes		75	19	191	19170
2984749	Queyssac	queyssac	FR	24140	501	Europe/Paris	44.90545	0.54884		Caissac,Kesak,Kessak,Queyssac,qu ai sa ke,Кесак,Кессак,屈埃萨克		75	24	241	24345
2984751	Queyrières	queyrieres	FR	43260	296	Europe/Paris	45.07229	4.09819		Queyrieres,Queyrières		84	43	432	43158
2984752	Queyrières	queyrieres	FR	43260	0	Europe/Paris	44.82527	6.58043		Querieres,Querières,Queyrieres,Queyrières		93	05	051	05151
2984754	Queyrac	queyrac	FR	33340	0	Europe/Paris	45.36258	-0.97829		Queyrac		75	33	334	33348
2984755	Quévreville-la-Poterie	quevreville-la-poterie	FR	76520	945	Europe/Paris	49.35539	1.18993		Quevreville,Quevreville-la-Poterie,Quevreville-le Poterie,Quévreville,Quévreville-la-Poterie,Quévreville-le Poterie		28	76	763	76514
2984757	Quevilloncourt	quevilloncourt	FR	54330	88	Europe/Paris	48.47398	6.0986		Quevilloncourt,Quévilloncourt		44	54	543	54442
2984758	Quevillon	quevillon	FR	76840	631	Europe/Paris	49.41954	0.95383		Quevillon		28	76	763	76513
2984759	Quévert	quevert	FR	22100	3325	Europe/Paris	48.46391	-2.08663		Kever,Quevert,Quévert,qu ai wei er,Кевер,屈埃韦尔		53	22	221	22259
2984760	Quéven	queven	FR	56530	9316	Europe/Paris	47.78887	-3.41616		Kewenn,Queven,Quéven		53	56	561	56185
2984761	Quevauvillers	quevauvillers	FR	80710	1036	Europe/Paris	49.82376	2.08431		Quevauvillers		32	80	802	80656
2984766	Queuille	queuille	FR	63780	285	Europe/Paris	45.97028	2.84383		Queuille		84	63	634	63294
2984770	Queudes	queudes	FR	51120	74	Europe/Paris	48.65744	3.75752		Queudes		44	51	512	51451
2984771	Quettreville-sur-Sienne	quettreville-sur-sienne	FR	50660	1261	Europe/Paris	48.96802	-1.46782		Quettreville,Quettreville-sur-Sienne		28	50	503	50419
2984772	Quetteville	quetteville	FR	14130	312	Europe/Paris	49.33532	0.3076		Quetteville		28	14	143	14528
2984773	Quettetot	quettetot	FR	50260	574	Europe/Paris	49.48738	-1.66702		Quettetot		28	50	502	50082
2984774	Quettehou	quettehou	FR	50630	1508	Europe/Paris	49.59308	-1.30352		Kettu,Quettehou,Tchettehou,qu ai tai wu,Кетту,屈埃泰乌		28	50	502	50417
2984775	Quetigny	quetigny	FR	21800	10372	Europe/Paris	47.31667	5.11667				27	21	212	21515
2984777	Quet-en-Beaumont	quet-en-beaumont	FR	38970	53	Europe/Paris	44.83526	5.87245		Quet,Quet-en-Beaumont		84	38	381	38329
2984779	Questrecques	questrecques	FR	62830	358	Europe/Paris	50.66367	1.74762		Questrecques		32	62	623	62679
2984781	Questembert	questembert	FR	56230	6392	Europe/Paris	47.661	-2.45323		Kestamber,Kistreberzh,Questembert,qu ai si tang bei er,Кестамбер,屈埃斯唐贝尔		53	56	563	56184
2984783	Quessoy	quessoy	FR	22120	3600	Europe/Paris	48.42141	-2.65873		Kesoue,Quessoy		53	22	224	22258
2984784	Quessigny	quessigny	FR	27220	93	Europe/Paris	48.93046	1.27015		Quessigny		28	27	273	27277
2984785	Quesques	quesques	FR	62240	574	Europe/Paris	50.70362	1.93333		Quesques		32	62	623	62678
2984787	Quesnoy-sur-Deûle	quesnoy-sur-deule	FR	59890	6496	Europe/Paris	50.71359	2.99996		Kenoe-su-Deule,Kenua-sjur-Dejul',Kenua-sjur-Djol',Kiezenet,Kénoé-su-Deule,Le Quesnoy-sur-Deule,Le Quesnoy-sur-Deûle,Quesnoy-sur-Deule,Quesnoy-sur-Deûle,de lei he pan kai nu wa,Кенуа-сюр-Деюль,Кенуа-сюр-Дёль,德勒河畔凯努瓦		32	59	595	59482
2984788	Quesnoy-sur-Airaines	quesnoy-sur-airaines	FR	80270	449	Europe/Paris	49.95526	1.99055		Le Quesnoy-sur-Airaines,Quesnoy,Quesnoy-sur-Airaines		32	80	802	80655
2984789	Quesnoy-le-Montant	quesnoy-le-montant	FR	80132	563	Europe/Paris	50.11055	1.68932		Quesnoy,Quesnoy-le-Montant		32	80	801	80654
2984791	Quesmy	quesmy	FR	60640	170	Europe/Paris	49.63393	3.05939		Quesmy		32	60	603	60519
2984792	Quers	quers	FR	70200	340	Europe/Paris	47.73513	6.42561		Quers		27	70	701	70432
2984793	Querrieu	querrieu	FR	80115	697	Europe/Paris	49.93874	2.43079		Kerrie,Ouerrieu,Querrieu,Tcheriu,Tchériu,kai li yue,Керріє,凯里约		32	80	802	80650
2984794	Querrien	querrien	FR	29310	1689	Europe/Paris	47.9595	-3.53705		Kerien,Kerrijan,Querrien,qu ai er li an,Керриян,Керріян,屈埃尔里安		53	29	294	29230
2984796	Querré	querre	FR	49330	255	Europe/Paris	47.67929	-0.62155		Querre,Querré		52	49	494	49080
2984799	Querqueville	querqueville	FR	50460	5670	Europe/Paris	49.66251	-1.69119		Kerkevil',Querqueville,qu ai er qu ai wei er,Керкевиль,Керкевіль,屈埃尔屈埃维尔		28	50	502	50129
2984801	Quernes	quernes	FR	62120	479	Europe/Paris	50.60579	2.36791		Kern,Quernes,Quiernes,kai er ne,kywyrnys,Керн,كيويرنيس,凯尔讷		32	62	622	62676
2984802	Quérigut	querigut	FR	09460	123	Europe/Paris	42.69876	2.09831		Querigut,Quérigut		76	09	091	09239
2984804	Quérénaing	querenaing	FR	59269	839	Europe/Paris	50.28641	3.51319		Querenaing,Quérénaing		32	59	596	59480
2984807	Quercitello	quercitello	FR	20237	43	Europe/Paris	42.42499	9.34919		Kuehrchitello,Kuerchitello,Quercitello,U Quercitellu,Куерчителло,Куэрчителло		94	2B	2B3	2B255
2984813	Quercamps	quercamps	FR	62380	296	Europe/Paris	50.75248	2.05217		Quercamps		32	62	625	62675
2984816	Quenza	quenza	FR	20122	249	Europe/Paris	41.76568	9.13766		Quenza		94	2A	2A4	2A254
2984819	Quenoche	quenoche	FR	70190	118	Europe/Paris	47.46966	6.10428		Quenoche		27	70	702	70431
2984821	Quenne	quenne	FR	89290	456	Europe/Paris	47.77686	3.6506		Quenne		27	89	891	89319
2984828	Quend	quend	FR	80120	1235	Europe/Paris	50.31584	1.63609		Kan,Quend,Quend-le-Jeune,Tchin,kan,kang cun,Кан,カン,康村		32	80	801	80649
2984829	Quemperven	quemperven	FR	22450	370	Europe/Paris	48.72488	-3.32258		Kemperven,Quemperven		53	22	223	22257
2984830	Quemper-Guézennec	quemper-guezennec	FR	22260	1074	Europe/Paris	48.70421	-3.10595		Kemper-Gwezhenneg,Quemper-Guezennac,Quemper-Guezennec,Quemper-Guézennac,Quemper-Guézennec		53	22	222	22256
2984831	Quemigny-sur-Seine	quemigny-sur-seine	FR	21510	135	Europe/Paris	47.66238	4.66798		Quemigny,Quemigny-sur-Seine		27	21	213	21514
2984832	Quemigny-Poisot	quemigny-poisot	FR	21220	203	Europe/Paris	47.23333	4.86667		Quemigny,Quémigny		27	21	211	21178
2984835	Quéménéven	quemeneven	FR	29180	1157	Europe/Paris	48.11357	-4.12152		Kemenevan,Kemeneven,Quemeneven,Quéménéven,kemenevu~an,qu ai mei nei wang,Кеменеван,ケメネヴァン,屈埃梅内旺		53	29	294	29229
2984839	Quelneuc	quelneuc	FR	56910	537	Europe/Paris	47.8239	-2.0661		Kel'nek,Kelenneg,Quelneuc,qu ai er na ke,Кельнек,屈埃尔纳克		53	56	563	56033
2984840	Quelmes	quelmes	FR	62500	460	Europe/Paris	50.73333	2.13758		Kel'm,Quelmes,kai er mu,kywylmys,Кельм,كيويلميس,凯尔姆		32	62	625	62674
2984846	Quelaines-Saint-Gault	quelaines-saint-gault	FR	53360	1813	Europe/Paris	47.93333	-0.8				52	53	531	53186
2984848	Queige	queige	FR	73720	800	Europe/Paris	45.71929	6.45948		Des-Ruisseaux,Queige		84	73	731	73211
2984852	Quédillac	quedillac	FR	35290	1074	Europe/Paris	48.25001	-2.14225		Kedijak,Kedilieg,Quedillac,Quédillac,qu ai di la ke,Кедияк,Кедіяк,屈埃迪拉克		53	35	353	35234
2984853	Québriac	quebriac	FR	35190	1141	Europe/Paris	48.34504	-1.82735		Kevrieg,Quebriac,Québriac		53	35	354	35233
2984854	Queaux	queaux	FR	86150	639	Europe/Paris	46.3272	0.66715		Ko,Queaux,qu ao,Ко,屈奥		75	86	862	86203
2984855	Quéant	queant	FR	62860	559	Europe/Paris	50.17921	2.98221		Kean,Queant,Queeun,Quéant,Quéeun,kai ang,kywyant,Кеан,كيويانت,凯昂		32	62	621	62673
2984856	Quatzenheim	quatzenheim	FR	67117	720	Europe/Paris	48.62735	7.57396				44	67	674	67382
2984861	Les Quatre-Routes-du-Lot	les-quatre-routes-du-lot	FR	46110	679	Europe/Paris	45	1.65		Les 4 Routes		76	46	463	46232
2984863	Quatremare	quatremare	FR	27400	381	Europe/Paris	49.18525	1.08106		Quatremare		28	27	271	27483
2984864	Quatre-Champs	quatre-champs	FR	08400	188	Europe/Paris	49.44541	4.76838		Quatre-Champs		44	08	084	08350
2984868	Quasquara	quasquara	FR	20142	52	Europe/Paris	41.90022	9.00945		Quasquara		94	2A	2A1	2A253
2984873	Quarré-les-Tombes	quarre-les-tombes	FR	89630	754	Europe/Paris	47.36881	3.99713		Karre-le-Tomb,Quarre,Quarre-les-Tombes,Quarré,Quarré-les-Tombes,qu a lei lai tong bei,Карре-ле-Томб,屈阿勒莱通贝		27	89	892	89318
2984874	Quarouble	quarouble	FR	59243	3369	Europe/Paris	50.38634	3.62306		Quarouble		32	59	596	59479
2984879	Quarante	quarante	FR	34310	1490	Europe/Paris	43.34665	2.96265		Quarante		76	34	341	34226
2984880	Quantilly	quantilly	FR	18110	446	Europe/Paris	47.2241	2.44553		Kantii,Kantiji,Quantilly,qu ang di li,Кантийи,Кантії,屈昂蒂利		24	18	181	18189
2984881	Quaix-en-Chartreuse	quaix-en-chartreuse	FR	38950	805	Europe/Paris	45.25	5.71667				84	38	381	38328
2984883	Quaëdypre	quaedypre	FR	59380	1124	Europe/Paris	50.93527	2.45445		Quaedypre,Quaëdypre		32	59	594	59478
2984884	Pys	pys	FR	80300	0	Europe/Paris	45.56988	0.60046				75	24	242	24214
2984891	Py	py	FR	66360	108	Europe/Paris	42.49604	2.35105		Pi,Py		76	66	663	66155
2984892	Puzieux	puzieux	FR	57590	147	Europe/Paris	48.89287	6.36985		Puzieux		44	57	575	57559
2984893	Puzieux	puzieux	FR	57590	137	Europe/Paris	48.33427	6.09744		Puzieux		44	88	882	88364
2984894	Puzeaux	puzeaux	FR	80320	233	Europe/Paris	49.79769	2.82002		Puzeaux		32	80	804	80647
2984895	Puyvert	puyvert	FR	84160	573	Europe/Paris	43.75959	5.34087		Pjuiver,Pjujver,Puegverd,Puyveet,Puyvert,Puègvèrd,pi yi fu er,Пюйвер,Пюївер,皮伊弗尔		93	84	841	84095
2984899	Puyvalador	puyvalador	FR	66210	92	Europe/Paris	42.64659	2.12019		Pjuivalador,Puigbalador,Puyvalador,pi yi wa la duo,Пюиваладор,Пюїваладор,皮伊瓦拉多		76	66	663	66154
2984901	Puysserampion	puysserampion	FR	47800	265	Europe/Paris	44.60218	0.3105		Puisserampion,Puysserampion		75	47	472	47218
2984902	Puysségur	puyssegur	FR	31480	79	Europe/Paris	43.74857	1.06214		Puysegur,Puyssegur,Puysségur,Puységur		76	31	313	31444
2984903	Puységur	puysegur	FR	32390	86	Europe/Paris	43.77693	0.60484		Puysegur,Puységur		76	32	322	32337
2984904	Puy-Sanières	puy-sanieres	FR	05200	165	Europe/Paris	44.55759	6.43438		Le Puy-Sanieres,Le Puy-Sanières,Puy-Sanieres,Puy-Sanières		93	05	052	05111
2984905	Puy-Saint-Vincent	puy-saint-vincent	FR	05290	287	Europe/Paris	44.83014	6.48705		Puy-Saint-Vincent		93	05	051	05110
2984906	Puy-Saint-Pierre	puy-saint-pierre	FR	05100	386	Europe/Paris	44.89346	6.61796		Puy-Saint-Pierre		93	05	051	05109
2984907	Puy-Saint-Martin	puy-saint-martin	FR	26450	689	Europe/Paris	44.62925	4.97256		Puy-Montagne,Puy-Saint-Martin		84	26	261	26258
2984908	Puy-Saint-Gulmier	puy-saint-gulmier	FR	63470	0	Europe/Paris	45.79099	2.62765		Puy-Saint-Gulmier		84	63	634	63292
2984909	Puy-Saint-Eusèbe	puy-saint-eusebe	FR	05200	124	Europe/Paris	44.56342	6.41956		Grand-Puy,Le Puy-Saint-Eusebe,Pjui-Sent-Ehzeb,Pjui-Sent-Ezeb,Puei Sant Eusebi,Puy Saint-Ensebe,Puy Saint-Ensèbe,Puy-Saint-Eusebe,Puy-Saint-Eusèbe,Sant Esebi,Sant Esèbi,pi yi sheng e sai bu,Пюи-Сент-Эзеб,Пюї-Сент-Езеб,皮伊圣厄塞布		93	05	052	05108
2984910	Puy-Saint-André	puy-saint-andre	FR	05100	500	Europe/Paris	44.87905	6.59875		Puy-Saint-Andre,Puy-Saint-André		93	05	051	05107
2984912	Puyrolland	puyrolland	FR	17380	209	Europe/Paris	46.03833	-0.63635		Puyrolland		75	17	175	17294
2984916	Puyrenier	puyrenier	FR	24340	57	Europe/Paris	45.47852	0.47418		Puyrenier		75	24	242	24253
2984917	Puyréaux	puyreaux	FR	16230	411	Europe/Paris	45.86139	0.21158		Pjuireo,Puyreaux,Puyréaux,pi yi lei ao,Пюирео,Пюїрео,皮伊雷奥		75	16	163	16272
2984920	Puyravault	puyravault	FR	17700	564	Europe/Paris	46.37453	-1.08232				52	85	851	85185
2984921	Puyravault	puyravault	FR	17700	495	Europe/Paris	46.13331	-0.8103		Puyravault		75	17	172	17293
2984926	Puyoô	puyoo	FR	64270	1111	Europe/Paris	43.52586	-0.91201		Pjuioo,Pujou,Pujòu,Puyoo,Puyoô,pi yi ao ao,Пюиоо,Пюїоо,皮伊奥奥		75	64	643	64461
2984927	Puyol-Cazalet	puyol-cazalet	FR	40320	108	Europe/Paris	43.60457	-0.40702		Puyol,Puyol-Cazalet		75	40	402	40239
2984928	Puynormand	puynormand	FR	33660	267	Europe/Paris	44.98269	-0.0007		Puynormand		75	33	335	33347
2984929	Puymoyen	puymoyen	FR	16400	2582	Europe/Paris	45.61503	0.17989		Pjuimuajan,Pjuimuajen,Puymoyen,pi yi mu wa ang,Пюимуайен,Пюїмуаян,皮伊穆瓦昂		75	16	161	16271
2984933	Puymirol	puymirol	FR	47270	908	Europe/Paris	44.18674	0.79615		Pjuimirol',Puegmirol,Puymirol,Puègmiròl,pi mi luo lei,Пюимироль,Пюїміроль,皮米罗勒		75	47	471	47217
2984934	Puymiclan	puymiclan	FR	47350	530	Europe/Paris	44.51222	0.31521		Puymiclan		75	47	472	47216
2984935	Puyméras	puymeras	FR	84110	603	Europe/Paris	44.27053	5.12793		Pjuimeras,Puegmeiras,Puymeras,Puyméras,Puègmeiràs,pi yi mo la,Пюимерас,Пюїмерас,皮伊默拉		93	84	843	84094
2984938	Puymaurin	puymaurin	FR	31230	339	Europe/Paris	43.37292	0.76482		Puymaurin		76	31	312	31443
2984941	Puymangou	puymangou	FR	24410	108	Europe/Paris	45.19118	0.07633		Puymangou		75	24	243	24376
2984942	Puy-Malsignat	puy-malsignat	FR	23130	194	Europe/Paris	46.03799	2.21902		Puy-Malsignat		75	23	231	23159
2984944	Puyloubier	puyloubier	FR	13114	1661	Europe/Paris	43.52522	5.6765		Pjuilub'e,Pjuilube,Pueglobier,Puyloubier,pi yi lu bi ye,Пюилубье,Пюїлубє,皮伊卢比耶		93	13	131	13079
2984948	Puy-l'Évêque	puy-l-eveque	FR	46700	2159	Europe/Paris	44.50482	1.1378		Puy-Libre,Puy-l'Eveque,Puy-l'Évêque,Puy-lEveque,Puy-lÉvêque,Puy-sur-Lot,pi yi lai wei qu ai,皮伊莱韦屈埃		76	46	461	46231
2984951	Puylausic	puylausic	FR	32220	208	Europe/Paris	43.4481	0.93142		Puylausic		76	32	321	32336
2984952	Puylaurens	puylaurens	FR	81700	2888	Europe/Paris	43.57222	2.01113		Puylaurens		76	81	812	81219
2984953	Puylaroque	puylaroque	FR	82240	615	Europe/Paris	44.25156	1.61068		Puylaroque		76	82	822	82148
2984956	Puylagarde	puylagarde	FR	82160	356	Europe/Paris	44.29607	1.83879		Puylagarde		76	82	822	82147
2984959	Puyjourdes	puyjourdes	FR	46260	54	Europe/Paris	44.40773	1.8601		Puyjourde,Puyjourdes		76	46	462	46230
2984962	Puihardy	puihardy	FR	79160	0	Europe/Paris	46.52349	-0.53666		Puihardy,Puyhardy		75	79	793	79223
2984965	Puy-Guillaume	puy-guillaume	FR	63290	2754	Europe/Paris	45.96036	3.47405		Pjui-Gijom,Pueiguillaume,Puy-Guillaume,Puèiguillaume,pi yi ji luo mu,Пюї-Гійом,皮伊吉洛姆		84	63	635	63291
2984967	Puygros	puygros	FR	73190	334	Europe/Paris	45.56736	6.03364		Pjuigro,Puigros,Puvgros,Puygros,Пюїгро		84	73	732	73210
2984969	Puygouzon	puygouzon	FR	81990	2910	Europe/Paris	43.89882	2.1697		Puygouzon,Puygouzon-et-Montsalvy		76	81	811	81218
2984970	Puygiron	puygiron	FR	26160	373	Europe/Paris	44.54367	4.85092		Puygiron		84	26	262	26257
2984972	Puygaillard-de-Quercy	puygaillard-de-quercy	FR	82800	289	Europe/Paris	44.02275	1.64133		Puygaillard,Puygaillard-de-Quercy		76	82	822	82145
2984973	Puygaillard-de-Lomagne	puygaillard-de-lomagne	FR	82120	54	Europe/Paris	43.96817	0.897		Puygaillard,Puygaillard-de-Lomagne		76	82	821	82146
2984978	Puy-du-Lac	puy-du-lac	FR	17380	339	Europe/Paris	45.96515	-0.7307		Puy-du-Lac		75	17	175	17292
2984982	Puy-de-Serre	puy-de-serre	FR	85240	344	Europe/Paris	46.56267	-0.66757		Puy-de-Serre		52	85	851	85184
2984989	Puydarrieux	puydarrieux	FR	65220	240	Europe/Paris	43.28608	0.39122		Puydarrieux		76	65	653	65374
2984990	Puy-d'Arnac	puy-d-arnac	FR	19120	0	Europe/Paris	45.02965	1.78344		Puy-d'Arnac		75	19	191	19169
2984991	Puydaniel	puydaniel	FR	31190	355	Europe/Paris	43.33633	1.43208		Puydaniel		76	31	311	31442
2984993	Puycornet	puycornet	FR	82220	557	Europe/Paris	44.16103	1.34821		Puycornet		76	82	822	82144
2985000	Puycelsi	puycelsi	FR	81140	494	Europe/Paris	43.99325	1.71021		Pjuisel'si,Puegcelsi,Puicelcy-la-Montagne,Puycelci,Puycelsi,Puègcèlsi,pi yi sai er xi,Пюисельси,Пюїсельсі,皮伊塞尔西		76	81	811	81217
2985002	Puycasquier	puycasquier	FR	32120	450	Europe/Paris	43.74647	0.74727		Puycasquier		76	32	321	32335
2985004	Puycalvel	puycalvel	FR	81440	221	Europe/Paris	43.68004	2.09083		Puycalvel		76	81	812	81216
2985005	Puybrun	puybrun	FR	46130	785	Europe/Paris	44.91852	1.78647		Puybrun		76	46	462	46229
2985011	Puybegon	puybegon	FR	81390	482	Europe/Paris	43.78894	1.89548		Puybegon		76	81	812	81215
2985013	Puybarban	puybarban	FR	33190	334	Europe/Paris	44.5528	-0.07521		Puybarban		75	33	333	33346
2985022	Puxieux	puxieux	FR	54800	226	Europe/Paris	49.07647	5.88614		Puxieux		44	54	541	54441
2985023	Puxe	puxe	FR	54800	107	Europe/Paris	49.15633	5.79291		Puxe		44	54	541	54440
2985025	Puttigny	puttigny	FR	57170	89	Europe/Paris	48.85267	6.54951		Puttigny		44	57	575	57558
2985027	Puttelange-lès-Thionville	puttelange-les-thionville	FR	57570	795	Europe/Paris	49.48513	6.26457		Pjuttlanzh-le-T'jonvil',Puettlingen,Puttelange,Puttelange-les-Thionville,Puttelange-lès-Thionville,Püttlingen,pi tai lang ge lai di weng wei er,pwtlanzh-lh-tywnwyl,Пюттланж-ле-Тьйонвиль,Пюттланж-ле-Тьйонвіль,پوتلانژ-له-تیونویل,皮泰朗格莱蒂翁维尔		44	57	577	57557
2985028	Puttelange-aux-Lacs	puttelange-aux-lacs	FR	57510	0	Europe/Paris	49.05252	6.92791		Puttelange-aux-Lacs,Puttelange-les-Farschviller,Puttelange-les-Farschwiller,Puttelange-les-Sarralbe,Puttelange-lès-Farschviller,Puttelange-lès-Farschwiller,Puttlingen		44	57	576	57556
2985029	Putot-en-Bessin	putot-en-bessin	FR	14740	346	Europe/Paris	49.21217	-0.54114		Putot,Putot-en-Bessin		28	14	142	14098
2985030	Putot-en-Auge	putot-en-auge	FR	14430	344	Europe/Paris	49.21657	-0.06826		Putot,Putot-en-Auge		28	14	143	14524
2985034	Puteaux	puteaux	FR	92800	40646	Europe/Paris	48.88341	2.23894		Pito,Pjuto,Puteaux,Puteolus,Puteux,pi tuo,pwito,pwtw,pyuto,Пито,Пюто,پوتو,ピュトー,皮托,퓌토		11	92	922	92062
2985036	Putanges-Pont-Écrepin	putanges-pont-ecrepin	FR	61210	1029	Europe/Paris	48.76667	-0.25		Comuna de Putanges-Pont-Ecrepin,Comuna de Putanges-Pont-Écrepin,Pjutanzh-Pon-Ekrepen,pi tang re peng ai ke lei pan,Пютанж-Пон-Екрепен,皮唐热蓬埃克雷潘		28	61	612	61339
2985037	Pusy-et-Épenoux	pusy-et-epenoux	FR	70000	498	Europe/Paris	47.66775	6.14922		Epenoux,Pusy,Pusy-et-Epenoux,Pusy-et-Épenoux,Épenoux		27	70	702	70429
2985040	Pussigny	pussigny	FR	37800	193	Europe/Paris	46.99294	0.57032		Pussigny		24	37	371	37190
2985041	Pussay	pussay	FR	91740	1733	Europe/Paris	48.34908	1.99182		Pjusse,Pussay,pi sai,Пюссе,皮赛		11	91	911	91511
2985045	Pusignan	pusignan	FR	69330	3259	Europe/Paris	45.75558	5.06722		Pjuzin'jan,Pusignan,Пюзіньян		84	69	691	69285
2985046	Pusey	pusey	FR	70000	1148	Europe/Paris	47.65243	6.12615		Pusey		27	70	702	70428
2985048	Purgerot	purgerot	FR	70160	363	Europe/Paris	47.74924	5.99877		Purgerot		27	70	702	70427
2985050	Pure	pure	FR	08110	593	Europe/Paris	49.6739	5.1756		Pure		44	08	083	08349
2985052	Pupillin	pupillin	FR	39600	227	Europe/Paris	46.88317	5.76044		Pupillin		27	39	391	39446
2985055	Puntous	puntous	FR	65230	207	Europe/Paris	43.30557	0.4707		Puntous		76	65	653	65373
2985058	Punerot	punerot	FR	88630	158	Europe/Paris	48.48084	5.80841		Punerot		44	88	882	88363
2985059	Punchy	punchy	FR	80320	66	Europe/Paris	49.79243	2.80861		Punchy		32	80	804	80646
2985061	Pulversheim	pulversheim	FR	68840	2372	Europe/Paris	47.83753	7.30119		Pjul'versajm,pi er wei er sang,Пюльверсайм,皮尔韦尔桑		44	68	684	68258
2985062	Pulvérières	pulverieres	FR	63230	323	Europe/Paris	45.88546	2.90914		Pulverieres,Pulvérières		84	63	634	63290
2985064	Pulnoy	pulnoy	FR	54425	4842	Europe/Paris	48.70343	6.25765		Pulnoy		44	54	543	54439
2985065	Pulney	pulney	FR	54115	51	Europe/Paris	48.39734	6.03424		Pulney		44	54	544	54438
2985067	Pulligny	pulligny	FR	54160	1205	Europe/Paris	48.53893	6.14426		Pjullin'i,Pulligny,pi li ni,Пюллиньи,Пюлліньї,皮利尼		44	54	543	54437
2985068	Pullay	pullay	FR	27130	404	Europe/Paris	48.732	0.87689		Pullay		28	27	272	27481
2985069	Puligny-Montrachet	puligny-montrachet	FR	21190	484	Europe/Paris	46.94619	4.75297		Puligny,Puligny-Montrachet		27	21	211	21512
2985071	Pujols-sur-Ciron	pujols-sur-ciron	FR	33210	657	Europe/Paris	44.56245	-0.35381		Pjuzhol'-sjur-Siron,Pujols,Pujols-sur-Ciron,Pujous de Lengon,Pujous de Siron,Pujòus de Lengon,Pujòus de Siron,xi luo ne he pan pi ruo er,Пюжоль-сюр-Сирон,Пюжоль-сюр-Сірон,西罗讷河畔皮若尔		75	33	333	33343
2985072	Pujols	pujols	FR	33350	0	Europe/Paris	44.80704	-0.03118		Pujols		75	33	335	33344
2985073	Pujols	pujols	FR	33350	3966	Europe/Paris	44.39424	0.6881				75	47	473	47215
2985074	Pujo-le-Plan	pujo-le-plan	FR	40190	592	Europe/Paris	43.85553	-0.33069		Pujo,Pujo-le-Plan		75	40	402	40238
2985075	Pujo	pujo	FR	65500	614	Europe/Paris	43.34801	0.06541		Pujo		76	65	653	65372
2985076	Pujaut	pujaut	FR	30131	3828	Europe/Paris	44.00479	4.77466		Pujaut		76	30	302	30209
2985077	Pujaudran	pujaudran	FR	32600	1218	Europe/Paris	43.59087	1.14911		Pjuzhodran,Pujaudran,pi ruo de lang,Пюжодран,皮若德朗		76	32	321	32334
2985080	Puivert	puivert	FR	11230	438	Europe/Paris	42.92045	2.04643		Puivert		76	11	112	11303
2985082	Puits-la-Vallée	puits-la-vallee	FR	60480	200	Europe/Paris	49.58237	2.19317		Puits,Puits-la-Vallee,Puits-la-Vallée		32	60	602	60518
2985085	Puits-et-Nuisement	puits-et-nuisement	FR	10140	196	Europe/Paris	48.2123	4.50016		Puits,Puits-et-Nuisement		44	10	101	10310
2985093	Puits	puits	FR	21400	140	Europe/Paris	47.73312	4.46302		Puits		27	21	213	21511
2985096	Puisserguier	puisserguier	FR	34620	2666	Europe/Paris	43.36798	3.04069		Pjuissergie,Puegserguier,Puisserguier,Puègserguièr,pi yi sai er ji ye,Пюиссергие,Пюїссергіе,皮伊塞尔吉耶		76	34	341	34225
2985097	Puisseguin	puisseguin	FR	33570	913	Europe/Paris	44.92399	-0.07343		Puisseguin,Puisséguin		75	33	335	33342
2985099	Puissalicon	puissalicon	FR	34480	1033	Europe/Paris	43.45814	3.23555		Pjuissalikon,Pueg-ericon,Puissalicon,Puèg-ericon,pi yi sa li kong,Пюиссаликон,Пюїссалікон,皮伊萨利孔		76	34	341	34224
2985100	Puisieux-et-Clanlieu	puisieux-et-clanlieu	FR	02120	299	Europe/Paris	49.8529	3.67845		Puisieux,Puisieux-et-Clanlieu		32	02	025	02629
2985101	Puisieux	puisieux	FR	62116	620	Europe/Paris	50.11644	2.69444		Puisieux		32	62	621	62672
2985102	Puisieux	puisieux	FR	62116	311	Europe/Paris	49.06667	2.91667		Puisieux		11	77	771	77380
2985103	Puisieulx	puisieulx	FR	51500	348	Europe/Paris	49.19323	4.11299		Puisieulx		44	51	513	51450
2985104	Puiseux-Pontoise	puiseux-pontoise	FR	95650	445	Europe/Paris	49.05647	2.01918		Pjuize-Pontuaz,Pjuizjo-Pontuaz,Puiseux-Pontoise,pi yi sai peng tu wa ci,Пюизе-Понтуаз,Пюизё-Понтуаз,Пюїзе-Понтуаз,皮伊塞蓬图瓦兹		11	95	953	95510
2985105	Puiseux-le-Hauberger	puiseux-le-hauberger	FR	60540	820	Europe/Paris	49.21679	2.23669		Pjuize-le-Oberzhe,Puiseux,Puiseux-le-Hauberger,pi yi se lai ao bei er re,Пюїзе-ле-Оберже,皮伊瑟莱奥贝尔热		32	60	604	60517
2985106	Puiseux-en-Retz	puiseux-en-retz	FR	02600	230	Europe/Paris	49.29695	3.13041		Pjuize-an-Rec,Pjuizjo-an-Rec,Puiseux,Puiseux-en-Retz,pi se ang lei ci,Пюизё-ан-Рец,Пюїзе-ан-Рец,皮瑟昂雷茨		32	02	024	02628
2985107	Puiseux-en-France	puiseux-en-france	FR	95380	3096	Europe/Paris	49.05552	2.50035		Pjuize-an-Frans,Pjuizjo-an-Frans,Puiseux,Puiseux-en-France,Puiseux-les-Louvres,fu lang si de qu pi yi sai,Пюизе-ан-Франс,Пюизё-ан-Франс,Пюїзе-ан-Франс,弗朗斯地区皮伊塞		11	95	952	95509
2985108	Puiseux-en-Bray	puiseux-en-bray	FR	60850	354	Europe/Paris	49.41403	1.78285		Puiseux,Puiseux-en-Bray		32	60	601	60516
2985109	Puiseux	puiseux	FR	08270	79	Europe/Paris	49.59313	4.54173		Puiseux		44	08	082	08348
2985110	Puiseux	puiseux	FR	08270	117	Europe/Paris	48.63671	1.37539		Puiseux		24	28	283	28312
2985111	Puisenval	puisenval	FR	76660	24	Europe/Paris	49.8848	1.47144		Puisenval		28	76	761	76512
2985112	Puiselet-le-Marais	puiselet-le-marais	FR	91150	344	Europe/Paris	48.40576	2.26263		Pjuizele-le-Mare,Puiselet,Puiselet-le-Marais,pi yi sai lai lei ma lai,Пюизеле-ле-Маре,Пюїзеле-ле-Маре,皮伊塞莱勒马赖		11	91	911	91508
2985116	Puiseaux	puiseaux	FR	45390	0	Europe/Paris	48.20479	2.47146		Pjuizo,Puiseaux,pi yi suo,pwyysw,Пюїзо,پوییسو,皮伊索		24	45	453	45258
2985117	Puiseaux	puiseaux	FR	45390	0	Europe/Paris	48.11619	3.88515				44	10	103	10133
2985118	Puiseaux	puiseaux	FR	45390	3242	Europe/Paris	48.09234	2.05967				24	45	452	45224
2985122	Puimoisson	puimoisson	FR	04410	668	Europe/Paris	43.86274	6.12749		Pjuimuasson,Puegmeisson,Puimoisson,pi yi mu wa song,Пюимуассон,Пюїмуассон,皮伊穆瓦松		93	04	044	04157
2985123	Puimisson	puimisson	FR	34480	887	Europe/Paris	43.44024	3.20735		Puimisson		76	34	341	34223
2985125	Puimichel	puimichel	FR	04700	250	Europe/Paris	43.97364	6.01971		Pjuimishel',Puegmicheu,Puegmichèu,Puimichel,pi yi mi xie,Пюимишель,Пюїмішель,皮伊米谢		93	04	044	04156
2985127	Puilly-et-Charbeaux	puilly-et-charbeaux	FR	08370	240	Europe/Paris	49.6308	5.2717		Pjui-e-Sharbo,Pjuji-eh-Sharbo,Puilly,Puilly e Charbeaux,Puilly-et-Charbeaux,pi yi sha er bo,Пюйи-э-Шарбо,Пюї-е-Шарбо,皮伊沙尔博		44	08	083	08347
2985128	Puilboreau	puilboreau	FR	17138	4887	Europe/Paris	46.18563	-1.11804		Pjuijboro,Pjuil'boro,Puilboreau,Pyuilboro,pi yi er bo luo,Пюильборо,Пюійборо,Պյուիլբորո,皮伊尔博罗		75	17	173	17291
2985129	Puilaurens	puilaurens	FR	11140	249	Europe/Paris	42.80025	2.3049		La Pradela e Pueglaurenc,La Pradèla e Puèglaurenç,Lapradel'-Pjuijoran,Lapradelle-Puilaurens,Pjuiloran,Puilaurens,pi yi luo lang,Лапрадель-Пюийоран,Лапрадель-Пюїйоран,Пюилоран,لاپراڈیلی-پویلورینس,皮伊洛朗		76	11	112	11302
2985130	Puilacher	puilacher	FR	34230	175	Europe/Paris	43.56692	3.50733		Puilacher		76	34	342	34222
2985133	Puichéric	puicheric	FR	11700	1104	Europe/Paris	43.22405	2.62404		Puicheric,Puicheric-d'Aude,Puicherie-d'Aude,Puichéric		76	11	111	11301
2985538	Préaux	preaux	FR	07290	184	Europe/Paris	47.0204	1.29154		Preaux,Préaux		24	36	362	36166
2985134	Pugny-Chatenod	pugny-chatenod	FR	73100	771	Europe/Paris	45.69934	5.94822		Pjun'i-Shateno,Pugny,Pugny-Chatenod,Пюньї-Шатено		84	73	732	73208
2985135	Pugny	pugny	FR	79320	189	Europe/Paris	46.72714	-0.52452		Pugny		75	79	791	79179
2985137	Pugnac	pugnac	FR	33710	2056	Europe/Paris	45.08204	-0.49628		Pjun'jak,Pugnac,pi ni ya ke,Пюньяк,皮尼亚克		75	33	331	33341
2985138	Puginier	puginier	FR	11400	157	Europe/Paris	43.3777	1.92696		Puginier		76	11	111	11300
2985139	Pugieu	pugieu	FR	01510	141	Europe/Paris	45.82022	5.65005		Pugieu		84	01	011	01098
2985140	Pugey	pugey	FR	25720	690	Europe/Paris	47.18473	5.9905		Pugey		27	25	251	25473
2985141	Puget-Ville	puget-ville	FR	83390	3330	Europe/Paris	43.28958	6.13612		Lo Puget de Cuer,Pjuzhe-Vil',Puget,Puget Vila,Puget-Ville,pi re wei er,Пюже-Виль,Пюже-Віль,皮热维尔		93	83	833	83100
2985142	Puget-Théniers	puget-theniers	FR	06260	1854	Europe/Paris	43.95598	6.89378		Lo Puget Tenier,Lo Puget de Tenier,Pjuzhe-Ten'e,Podium Thenarium,Puget-Theniers,Puget-Théniers,bwjyt thynyrs,pi re tai nie er,Пюже-Тенье,Пюже-Теньє,بوجيت ثينيرس,皮热泰涅尔		93	06	062	06099
2985143	Puget-sur-Argens	puget-sur-argens	FR	83480	6943	Europe/Paris	43.45576	6.68519		Le Puget,Le Puget-sur-Argens,Lo Puget dArgenc,Lo Puget dArgenç,Lo Puget de Frejus,Lo Puget de Frejús,Pjuzhe-sjur-Arzhan,Puget,Puget-sur Argens,Puget-sur-Argens,a er gang he pan pi re,Пюже-сюр-Аржан,阿尔冈河畔皮热		93	83	831	83099
2985144	Puget-Rostang	puget-rostang	FR	06260	118	Europe/Paris	43.9739	6.91819		Lo Puget Rostanh,Lo Puget de Rostanh,Pjuzhe-Rostan,Podium Rostangii,Puget-Rostang,bwjyt rwstanj,pi re luo si tang,Пюже-Ростан,بوجيت روستانج,皮热罗斯唐		93	06	062	06098
2985146	Puget	puget	FR	84360	627	Europe/Paris	43.75516	5.2692		Pjuzhe,Puget,pi re,Пюже,皮热		93	84	841	84093
2985148	Puessans	puessans	FR	25680	39	Europe/Paris	47.42954	6.32113		Puessans		27	25	251	25472
2985150	Puellemontier	puellemontier	FR	52220	198	Europe/Paris	48.49374	4.70146				44	52	523	52411
2985151	Puechredon	puechredon	FR	30610	39	Europe/Paris	43.95722	4.0481		Puechredon		76	30	303	30208
2985152	Puéchoursi	puechoursi	FR	81470	111	Europe/Paris	43.51725	1.90909		Pechourcy,Puechoursi,Puechoursy,Puéchoursi,Puéchoursy		76	81	812	81214
2985153	Puéchabon	puechabon	FR	34150	391	Europe/Paris	43.71432	3.6175		Puechabon,Puéchabon		76	34	342	34221
2985156	Puchevillers	puchevillers	FR	80560	492	Europe/Paris	50.05422	2.41016		Puchevillers		32	80	804	80645
2985158	Puch-d'Agenais	puch-d-agenais	FR	47160	0	Europe/Paris	44.32936	0.24344		Puch,Puch-d'Agenais		75	47	474	47214
2985159	Puchay	puchay	FR	27150	424	Europe/Paris	49.34221	1.53357		Puchay		28	27	271	27480
2985161	Puceul	puceul	FR	44390	682	Europe/Paris	47.52204	-1.61715		Puceul,Punsel,Puñsel		52	44	445	44138
2985162	Publy	publy	FR	39570	275	Europe/Paris	46.63266	5.64288		Pjubli,Publy,pi bu li,Пюблі,皮布利		27	39	392	39445
2985163	Publier	publier	FR	74500	5525	Europe/Paris	46.38773	6.54356		Pjubl'e,Populetum,Publier - Amphion-les-Bains,Пюбльє		84	74	744	74218
2985164	Puberg	puberg	FR	67290	365	Europe/Paris	48.9119	7.3138				44	67	674	67381
2985166	Pruzilly	pruzilly	FR	71570	239	Europe/Paris	46.25768	4.69804		Pruzilly		27	71	715	71362
2985167	Prusy	prusy	FR	10210	113	Europe/Paris	47.97136	4.0444		Prusy		44	10	103	10309
2985168	Prusly-sur-Ource	prusly-sur-ource	FR	21400	202	Europe/Paris	47.87069	4.6629		Prusly,Prusly-sur-Ource		27	21	213	21510
2985169	Prunoy	prunoy	FR	89120	324	Europe/Paris	47.9137	3.12975		Prjunua,Prunoy,pu lu nu wa,Прюнуа,普吕努瓦		27	89	891	89086
2985173	Pruno	pruno	FR	20213	192	Europe/Paris	42.4162	9.44048		Pruno		94	2B	2B3	2B252
2985174	Pruno	pruno	FR	20213	0	Europe/Paris	41.52983	9.15029		Pruno		94	2A	2A4	2A114
2985177	Pruniers-en-Sologne	pruniers-en-sologne	FR	41200	2277	Europe/Paris	47.31667	1.66667		Prjun'e-an-Solon',suo luo ni de qu pu lu nie er,Прюньє-ан-Солонь,索洛尼地区普吕涅尔		24	41	413	41185
2985178	Pruniers	pruniers	FR	36120	536	Europe/Paris	46.78914	2.05056		Prjun'e,Pruniers,pu lu nie er,Прюнье,Прюньє,普吕涅尔		24	36	364	36169
2985179	Prunières	prunieres	FR	05230	335	Europe/Paris	44.89343	5.76314		Prunieres,Prunières		84	38	381	38326
2985180	Prunières	prunieres	FR	05230	185	Europe/Paris	44.82628	3.34205		Prunieres,Prunières		76	48	482	48121
2985181	Prunières	prunieres	FR	05230	248	Europe/Paris	44.54196	6.33365		Prunieres,Prunières		93	05	052	05106
2985188	Prunet-et-Belpuig	prunet-et-belpuig	FR	66130	75	Europe/Paris	42.56137	2.6239		Prunet-et-Belpuig		76	66	663	66153
2985190	Prunet	prunet	FR	07110	0	Europe/Paris	46.35446	2.51203				84	03	031	03101
2985191	Prunet	prunet	FR	07110	0	Europe/Paris	44.91155	3.73437				84	43	432	43145
2985192	Prunet	prunet	FR	07110	521	Europe/Paris	44.8204	2.46338		Prunet		84	15	151	15156
2985193	Prunet	prunet	FR	07110	114	Europe/Paris	44.59729	4.26078		Prunet		84	07	071	07187
2985194	Prunet	prunet	FR	07110	149	Europe/Paris	43.5684	1.73138		Prunet		76	31	313	31441
2985196	Prunelli-di-Fiumorbo	prunelli-di-fiumorbo	FR	20243	2988	Europe/Paris	42.01047	9.32473		I Pruneddi di Fiumorbu,Prunelli,Prunelli di Fiumorbo,Prunelli-di-F'jumorbo,Prunelli-di-Fiumerbo,Prunelli-di-Fiumorbo,Прунелли-ди-Фьюморбо,Прунеллі-ді-Фьюморбо		94	2B	2B3	2B251
2985197	Prunelli-di-Casacconi	prunelli-di-casacconi	FR	20290	177	Europe/Paris	42.50384	9.40237		I Prunelli di Casaccuni,I Prunelli di Casàccuni,Prunelli,Prunelli di Casacconi,Prunelli-di-Casacconi,Prunelli-di-Kazakkoni,Prunello-di Casaccone,Прунелли-ди-Казаккони,Прунеллі-ді-Казакконі		94	2B	2B3	2B250
2985201	Prunay-sur-Essonne	prunay-sur-essonne	FR	91720	302	Europe/Paris	48.35	2.36667		Prjune-sjur-Ehssonna,Prjune-sjur-Essonn,Prunay,ai song he pan pu lu nai,Прюне-сюр-Ессонн,Прюне-сюр-Эссонна,埃松河畔普吕奈		11	91	912	91507
2985202	Prunay-en-Yvelines	prunay-en-yvelines	FR	78660	0	Europe/Paris	48.53333	1.8		Prjune-an-Ivelin,Prjune-an-Ivlin,Prunay,Prunay-sous-Ablis,Прюне-ан-Івлін,Прюне-ан-Ивелин		11	78	782	78506
2985203	Prunay-le-Temple	prunay-le-temple	FR	78910	315	Europe/Paris	48.8614	1.67399		Prjune-le-Tampl',Prunay,Prunay-le-Temple,Прюне-ле-Тампль		11	78	781	78505
2985204	Prunay-le-Gillon	prunay-le-gillon	FR	28360	912	Europe/Paris	48.364	1.63547		Prunay,Prunay-le-Gillon		24	28	281	28309
2985205	Prunay-Cassereau	prunay-cassereau	FR	41310	628	Europe/Paris	47.69547	0.91982		Prunay,Prunay-Cassereau		24	41	412	41184
2985206	Prunay-Belleville	prunay-belleville	FR	10350	270	Europe/Paris	48.36759	3.76979		Prjune-Bel'vil',Prunay,Prunay-Belleville,pu lu nai bei lei wei er,Прюне-Бельвиль,Прюне-Бельвіль,普吕奈贝勒维尔		44	10	102	10308
2985208	Prunay	prunay	FR	51360	864	Europe/Paris	49.19621	4.18434		Prunay		44	51	513	51449
2985211	Pruines	pruines	FR	12320	259	Europe/Paris	44.53042	2.50349		Pruines		76	12	122	12193
2985212	Pruillé-l'Éguillé	pruille-l-eguille	FR	72150	0	Europe/Paris	47.83772	0.4294		Preuille,Preuillé,Pruille-l'Eguille,Pruillé-l'Éguillé		52	72	721	72248
2985213	Pruillé-le-Chétif	pruille-le-chetif	FR	72700	1282	Europe/Paris	47.99383	0.10677		Pruille,Pruillé		52	72	723	72247
2985214	Pruillé	pruille	FR	49220	556	Europe/Paris	47.57751	-0.66225		Prjuil'e,Pruille,Pruillé,pu lu yi lai,Прюїльє,普吕伊莱		52	49	491	49200
2985216	Prugny	prugny	FR	10190	325	Europe/Paris	48.24514	3.94283		Prjun'i,Prugny,pu lu ni,Прюньи,Прюньї,普吕尼		44	10	103	10307
2985219	Prugnanes	prugnanes	FR	66220	78	Europe/Paris	42.82508	2.43315		Prjun'jan,Prugnanes,Prunhanas,Prunyanes,pu lu ni ya nei,Прюньян,普吕尼亚内		76	66	663	66152
2985222	Prudhomat	prudhomat	FR	46130	709	Europe/Paris	44.89855	1.82624		Prudhomat		76	46	462	46228
2985223	Prudemanche	prudemanche	FR	28270	204	Europe/Paris	48.71588	1.13549		Prjudemansh,Prudemanche,pu lu dai mang ke,Прюдеманш,普吕代芒克		24	28	283	28308
2985225	Proyart	proyart	FR	80340	542	Europe/Paris	49.8869	2.70623		Proyart		32	80	804	80644
2985227	Proviseux-et-Plesnoy	proviseux-et-plesnoy	FR	02190	103	Europe/Paris	49.46527	4.00939		Proviseux-et-Plesnoy		32	02	022	02627
2985229	Provins	provins	FR	77160	12685	Europe/Paris	48.55897	3.29939		Byen Provins,Provehn,Proven,Provins,Pruvinum,XPS,peulobaeng,pu luo wan,purovu~an,Προβέν,Провен,Провэн,พรอแว็ง,ປະໂລແວງ,პროვენი,プロヴァン,普罗万,프로뱅	773	11	77	773	77379
2985230	Provin	provin	FR	59185	3745	Europe/Paris	50.5143	2.90794				32	59	595	59477
2985231	Proville	proville	FR	59267	3607	Europe/Paris	50.16137	3.20629		Provil',Proville,pu luo wei er,Провиль,Провіль,普罗维尔		32	59	592	59476
2985232	Proveysieux	proveysieux	FR	38120	517	Europe/Paris	45.26031	5.69709		Proveysieux		84	38	381	38325
2985233	Proverville	proverville	FR	10200	300	Europe/Paris	48.23165	4.69308		Proverville		44	10	101	10306
2985234	Provency	provency	FR	89200	240	Europe/Paris	47.54655	3.95488		Provansi,Provency,pu luo wang xi,Прованси,Провансі,普罗旺西		27	89	892	89316
2985237	Provenchères-sur-Fave	provencheres-sur-fave	FR	88490	768	Europe/Paris	48.3074	7.07859		Provansher-sjur-Fav,Provencheres,Provencheres-sur-Fave,Provenchères,Provenchères-sur-Fave,fa wo he pan pu luo wang xie er,Прованшер-сюр-Фав,法沃河畔普罗旺谢尔		44	88	883	88361
2985238	Provenchères-lès-Darney	provencheres-les-darney	FR	88260	152	Europe/Paris	48.12882	5.95639		Provencheres,Provencheres-les-Darney,Provenchères,Provenchères-lès-Darney		44	88	882	88360
2985240	Provenchère	provenchere	FR	25380	0	Europe/Paris	47.7214	6.12477		Provenchere,Provenchère		27	70	702	70426
2985241	Provenchère	provenchere	FR	25380	123	Europe/Paris	47.2895	6.64285		Provenchere,Provencheres,Provenchère,Provenchères		27	25	252	25471
2985242	Provenchère	provenchere	FR	25380	0	Europe/Paris	45.84974	2.78793				84	63	634	63055
2985249	Prouzel	prouzel	FR	80160	512	Europe/Paris	49.81761	2.20171		Prouzel		32	80	802	80643
2985251	Prouvy	prouvy	FR	59121	2481	Europe/Paris	50.31793	3.45096		Prouvy		32	59	596	59475
2985252	Prouville	prouville	FR	80370	266	Europe/Paris	50.14788	2.12767		Prouville		32	80	802	80642
2985253	Prouville	prouville	FR	80370	0	Europe/Paris	48.11592	2.69129				24	45	451	45255
2985254	Prouvais	prouvais	FR	02190	390	Europe/Paris	49.46464	3.9761		Prouvais		32	02	022	02626
2985255	Proussy	proussy	FR	14110	369	Europe/Paris	48.88319	-0.53648		Proussy,Prussi,pu lu xi,Прусси,Пруссі,普鲁西		28	14	144	14174
2985257	Proupiary	proupiary	FR	31360	62	Europe/Paris	43.1597	0.86229		Proupiary		76	31	312	31440
2985259	Prouilly	prouilly	FR	51140	559	Europe/Paris	49.3006	3.85345		Prouilly,Prui,pu lu yi li,Пруї,普鲁伊利		44	51	513	51448
2985263	Prosnes	prosnes	FR	51400	426	Europe/Paris	49.19104	4.29167		Prosnes		44	51	513	51447
2985266	Propriano	propriano	FR	20110	3312	Europe/Paris	41.6759	8.90412		PRP,Propriano,Prupia,Prupià,puropuriano,Проприано,Пропріано,プロプリアノ		94	2A	2A4	2A249
2985267	Propières	propieres	FR	69790	456	Europe/Paris	46.1917	4.43731		Propieres,Propières		84	69	692	69161
2985268	Propiac	propiac	FR	26170	82	Europe/Paris	44.27946	5.19775		Propiac,Propiac-les-Bains		84	26	262	26256
2985269	Pronville	pronville	FR	62860	278	Europe/Paris	50.1744	3.00238		Pronville		32	62	621	62671
2985270	Pronleroy	pronleroy	FR	60190	398	Europe/Paris	49.4717	2.55216		Pron-l'Oise,Pronleroy,Pronlerua,pu long lei lu wa,Пронлеруа,普龙勒鲁瓦		32	60	602	60515
2985271	Prondines	prondines	FR	63470	291	Europe/Paris	45.76015	2.67642		Prondines		84	63	634	63289
2985272	Prompsat	prompsat	FR	63200	394	Europe/Paris	45.94943	3.07831		Prompsat		84	63	634	63288
2985273	Promilhanes	promilhanes	FR	46260	194	Europe/Paris	44.37544	1.81558		Promilhanes		76	46	461	46227
2985275	Projan	projan	FR	32400	149	Europe/Paris	43.59931	-0.23671		Projan		76	32	323	32333
2985276	Proix	proix	FR	02120	135	Europe/Paris	49.90095	3.56785		Proix		32	02	025	02625
2985277	Proisy	proisy	FR	02120	380	Europe/Paris	49.89819	3.7394		Proisy,Proizy,Pruazi,pu lu wa xi,Пруази,Пруазі,普鲁瓦西		32	02	025	02624
2985278	Proissans	proissans	FR	24200	813	Europe/Paris	44.93462	1.25314		Proissans		75	24	244	24341
2985280	Prizy	prizy	FR	71800	66	Europe/Paris	46.35774	4.22635		Prizy		27	71	713	71361
2985283	Prix-lès-Mézières	prix-les-mezieres	FR	08000	1438	Europe/Paris	49.75549	4.69113		Prix,Prix-les-Mezieres,Prix-lès-Mézières		44	08	081	08346
2985286	Privezac	privezac	FR	12350	288	Europe/Paris	44.41244	2.18735		Privezac		76	12	123	12191
2985290	Privas	privas	FR	07000	9545	Europe/Paris	44.735	4.59918		Priva,Privas,Privatum,Privàs,peuliba,pu li wa,purivu~a,Прива,プリヴァ,普里瓦,프리바	07	84	07	072	07186
2985292	Prissé	prisse	FR	71960	1726	Europe/Paris	46.3213	4.74469		Prisse,Prissé		27	71	715	71360
2985539	Préaux	preaux	FR	07290	0	Europe/Paris	45.20987	4.52871				84	07	073	07333
2985293	Prissé-la-Charrière	prisse-la-charriere	FR	79360	603	Europe/Paris	46.15	-0.5		Prisse-la-Sharrier,Приссе-ла-Шаррієр		75	79	792	79078
2985294	Prissac	prissac	FR	36370	741	Europe/Paris	46.5104	1.30888		Prissac,Prissak,pu li sa ke,Приссак,普里萨克		24	36	361	36168
2985296	Prisches	prisches	FR	59550	978	Europe/Paris	50.079	3.76837		Prisches,Prish,pu li shen,Приш,普里什		32	59	591	59474
2985297	Prisces	prisces	FR	02140	110	Europe/Paris	49.7791	3.86209		Prisces		32	02	025	02623
2985300	Printzheim	printzheim	FR	67490	222	Europe/Paris	48.79103	7.47894				44	67	674	67380
2985301	Prinsuéjols	prinsuejols	FR	48100	174	Europe/Paris	44.67442	3.1686		Prinsuejols,Prinsuéjols		76	48	482	48087
2985302	Prinquiau	prinquiau	FR	44260	2243	Europe/Paris	47.3628	-2.01217		Prenkjo,Prevenkel,Prinquiau,pu lan qu yi ao,Пренкйо,普兰屈伊奥		52	44	443	44137
2985303	Pringy	pringy	FR	51300	433	Europe/Paris	48.78333	4.51667		Pringy		44	51	514	51446
2985304	Pringy	pringy	FR	51300	2569	Europe/Paris	48.51815	2.56333		Pringy		11	77	772	77378
2985305	Pringy	pringy	FR	51300	2944	Europe/Paris	45.94622	6.12608		Pringy		84	74	741	74010
2985306	Prin-Deyrançon	prin-deyrancon	FR	79210	471	Europe/Paris	46.22211	-0.63699		Pren-Deranson,Prin,Prin-Deyrancon,Prin-Deyrançon,Прен-Дерансон		75	79	792	79220
2985310	Princé	prince	FR	35210	365	Europe/Paris	48.21702	-1.08866		Prince,Princé,Priskieg		53	35	351	35232
2985311	Prinçay	princay	FR	86420	0	Europe/Paris	47.16971	1.79932				24	36	364	36004
2985312	Prinçay	princay	FR	86420	207	Europe/Paris	46.92975	0.24584		Prense,Princay,Prinçay,pu lan sai,Пренсе,普兰赛		75	86	861	86201
2985313	Primelles	primelles	FR	18400	261	Europe/Paris	46.90328	2.21274		Primelles		24	18	181	18188
2985314	Primelin	primelin	FR	29770	744	Europe/Paris	48.02805	-4.60876		Prevel,Primelen,Primelin,pu li mo lan,Примелен,普里默兰		53	29	294	29228
2985317	Primarette	primarette	FR	38270	675	Europe/Paris	45.40089	5.02878		Primarette		84	38	383	38324
2985318	Prigonrieux	prigonrieux	FR	24130	4218	Europe/Paris	44.85471	0.40265		Prigond Riu,Prigond-riu,Prigonr'e,Prigonre,Prigonrieux,Prigonrijo,pu li gong li e,Пригонриё,Пригонрье,Пригонрє,普里贡里厄		75	24	241	24340
2985321	Prignac-et-Marcamps	prignac-et-marcamps	FR	33710	0	Europe/Paris	45.03333	-0.5		Prignac,Prignac-et-Cazelles,Prin'jak-e-Markam,Prinhac e Marcamps,pu li ni ya ke he ma er kang pu,Приньяк-е-Маркам,普里尼亚克和马尔康普		75	33	331	33339
2985322	Prignac-en-Médoc	prignac-en-medoc	FR	33340	0	Europe/Paris	45.32706	-0.91315		Prignac,Prignac-en-Medoc,Prignac-en-Médoc		75	33	334	33055
2985323	Priez	priez	FR	02470	50	Europe/Paris	49.13714	3.26381		Priez		32	02	021	02622
2985324	Priez	priez	FR	02470	0	Europe/Paris	47.24392	3.45059				27	58	582	58054
2985325	Priez	priez	FR	02470	0	Europe/Paris	47.06629	3.11631				27	58	583	58214
2985330	Priay	priay	FR	01160	1263	Europe/Paris	46.00183	5.28684		Priay		84	01	014	01314
2985331	Priaires	priaires	FR	79210	129	Europe/Paris	46.14252	-0.60555		Priaire,Priaires		75	79	792	79334
2985333	Prez-sous-Lafauche	prez-sous-lafauche	FR	52700	335	Europe/Paris	48.28702	5.49272		Prez,Prez-sous-Lafauche		44	52	521	52407
2985334	Prez	prez	FR	08290	111	Europe/Paris	49.79969	4.35165		Prez		44	08	081	08344
2985335	Preyssac-d'Excideuil	preyssac-d-excideuil	FR	24160	0	Europe/Paris	45.33764	1.10289		Preyssac,Preyssac-d'Excideuil		75	24	242	24339
2985338	Prey	prey	FR	27220	789	Europe/Paris	48.96343	1.20901				28	27	273	27478
2985339	Prey	prey	FR	27220	92	Europe/Paris	48.17827	6.68606		Prey		44	88	881	88359
2985342	Prévocourt	prevocourt	FR	57590	80	Europe/Paris	48.91447	6.42797		Prevocourt,Prévocourt		44	57	575	57555
2985343	Prévinquières	previnquieres	FR	12350	305	Europe/Paris	44.37414	2.23008		Previnquieres,Prévinquières		76	12	123	12190
2985344	Prévillers	previllers	FR	60360	113	Europe/Paris	49.60923	1.99581		Previllers,Prévillers		32	60	601	60514
2985347	Prévessin-Moëns	prevessin-moens	FR	01280	0	Europe/Paris	46.2539	6.0817		Prevesen Moen,Prevessen-Moehn,Prevessen-Moen,bryfyssan-mwn,pu lei fu sang-mo ang,Превессен-Моен,Превессен-Моэн,Պրևեսեն Մոեն,بريفيسسان-مون,普雷弗桑－莫昂		84	01	013	01313
2985348	Préveranges	preveranges	FR	18370	674	Europe/Paris	46.43285	2.25487		Preveranges,Préveranges		24	18	182	18187
2985350	Prévenchères	prevencheres	FR	48800	0	Europe/Paris	44.88961	4.2297				84	07	071	07037
2985351	Prévenchères	prevencheres	FR	48800	229	Europe/Paris	44.52151	3.9095				76	48	482	48119
2985352	Prévelles	prevelles	FR	72110	154	Europe/Paris	48.1529	0.48373		Prevelles,Prévelles		52	72	722	72246
2985354	Préval	preval	FR	72400	600	Europe/Paris	48.23504	0.62372		Preval,Préval		52	72	722	72245
2985355	Preux-au-Sart	preux-au-sart	FR	59144	238	Europe/Paris	50.28312	3.6867		Preux,Preux-au-Sart		32	59	591	59473
2985356	Preux-au-Bois	preux-au-bois	FR	59288	825	Europe/Paris	50.16465	3.65816		Preux,Preux-au-Bois		32	59	591	59472
2985357	Preutin	preutin	FR	54490	134	Europe/Paris	49.34461	5.79196		Preutin,Preutin-Higny		44	54	541	54436
2985358	Preuseville	preuseville	FR	76660	160	Europe/Paris	49.87046	1.51508		Preuseville		28	76	761	76511
2985359	Preuschdorf	preuschdorf	FR	67250	929	Europe/Paris	48.94467	7.80106		Prauschdorf,Preuschdorf,Preuschdorff		44	67	672	67379
2985360	Preures	preures	FR	62650	504	Europe/Paris	50.57287	1.88032		Prer,Preures,brywrys,pu lei er,Прер,بريوريس,普勒尔		32	62	624	62670
2985361	Preuilly-sur-Claise	preuilly-sur-claise	FR	37290	1122	Europe/Paris	46.85424	0.92954		Prei-sjur-Klez,Preuilly,Preuilly-sur-Claise,ke lai si he pan pu lei yi li,Преї-сюр-Клез,克莱斯河畔普勒伊利		24	37	373	37189
2985362	Preuilly-la-Ville	preuilly-la-ville	FR	36220	134	Europe/Paris	46.69689	0.96801		Prei-la-Vil',Preuilly,Preuilly-la-Ville,Preuilly-les-Roches,Prjoji-la-Vil',pu lei yi li la wei er,Преї-ла-Віль,Прёйи-ла-Виль,普勒伊利拉维尔		24	36	361	36167
2985364	Preuilly	preuilly	FR	18120	432	Europe/Paris	47.09505	2.17467		Preuilly,Preuilly-sur Cher		24	18	183	18186
2985367	Pretz-en-Argonne	pretz-en-argonne	FR	55250	58	Europe/Paris	48.95728	5.14959		Pretz,Pretz-en-Argonne		44	55	551	55409
2985368	Préty	prety	FR	71290	584	Europe/Paris	46.54274	4.94243		Prety,Préty		27	71	715	71359
2985369	Prêtreville	pretreville	FR	14140	359	Europe/Paris	49.07312	0.25603		Pretreville,Prêtreville		28	14	143	14522
2985371	Prétot-Vicquemare	pretot-vicquemare	FR	76560	138	Europe/Paris	49.73187	0.85146		Pretot,Pretot-Vicquemare,Prétot,Prétot-Vicquemare		28	76	763	76510
2985372	Prétot-Sainte-Suzanne	pretot-sainte-suzanne	FR	50250	364	Europe/Paris	49.32445	-1.43526		Preto-Sent-Sjuzann,pu lei tuo sheng xu cang,Прето-Сент-Сюзанн,普雷托圣叙藏		28	50	503	50273
2985374	Pretin	pretin	FR	39110	69	Europe/Paris	46.93624	5.83806		Preten,Pretin,pu lei tan,Претен,普雷坦		27	39	391	39444
2985375	Précieux	precieux	FR	42600	1013	Europe/Paris	45.58702	4.15152		Precieux,Pretieux,Précieux,Prétieux		84	42	421	42180
2985376	Pressy-sous-Dondin	pressy-sous-dondin	FR	71220	72	Europe/Paris	46.47548	4.5154		Pressy,Pressy-sous-Dondin		27	71	715	71358
2985377	Pressy	pressy	FR	62550	292	Europe/Paris	50.47506	2.39824		Pressy		32	62	621	62669
2985383	Pressins	pressins	FR	38480	907	Europe/Paris	45.52396	5.6282		Pressins		84	38	382	38323
2985384	Pressigny-les-Pins	pressigny-les-pins	FR	45290	402	Europe/Paris	47.88333	2.75		Pressigny,Pressin'i-le-Pen,pu lei xi ni lai pan,Прессіньї-ле-Пен,普雷西尼莱潘		24	45	451	45257
2985385	Pressigny	pressigny	FR	52500	242	Europe/Paris	47.74678	5.66327		Pressigny		44	52	522	52406
2985386	Pressigny	pressigny	FR	52500	189	Europe/Paris	46.74728	-0.09244		Pressigny		75	79	793	79218
2985387	Pressignac	pressignac	FR	16150	463	Europe/Paris	45.82586	0.74251		Pressignac,Pressin'jak,Pressinhac,pu lei xi ni ya ke,Прессиньяк,Прессіньяк,普雷西尼亚克		75	16	163	16270
2985388	Pressignac-Vicq	pressignac-vicq	FR	24150	467	Europe/Paris	44.89527	0.72096		Prescinhac e Vic,Pressignac,Pressignac-Vicq,Pressin'jak-Vik,pu lei xi ni ya ke wei,Прессиньяк-Вик,Прессіньяк-Вік,普雷西尼亚克维		75	24	241	24338
2985390	Pressiat	pressiat	FR	01370	202	Europe/Paris	46.32223	5.38469		Pressiat		84	01	012	01426
2985393	Pressagny-l'Orgueilleux	pressagny-l-orgueilleux	FR	27510	0	Europe/Paris	49.13333	1.45		Pressagny-lOrgueilleux		28	27	271	27477
2985396	Pressac	pressac	FR	86460	617	Europe/Paris	46.1161	0.57041		Precac,Preissac,Pressac,Pressak,Preçac,pu lei sa ke,Прессак,普雷萨克		75	86	862	86200
2985397	Presnoy	presnoy	FR	45260	178	Europe/Paris	47.95688	2.5557		Prenua,Presnoy,pu lei si nu wa,Пренуа,普雷斯努瓦		24	45	451	45256
2985399	Presly	presly	FR	18380	228	Europe/Paris	47.38752	2.35895		Presly		24	18	183	18185
2985400	Presles-et-Thierny	presles-et-thierny	FR	02860	350	Europe/Paris	49.50774	3.62654		Presles,Presles-et-Thierny		32	02	022	02621
2985401	Presles-et-Boves	presles-et-boves	FR	02370	342	Europe/Paris	49.39334	3.5594		Presles-et-Boves		32	02	024	02620
2985402	Presles-en-Brie	presles-en-brie	FR	77220	1899	Europe/Paris	48.71527	2.74112		Prel'-an-Bri,Presles,Presles-en-Brie,Прель-ан-Бри,Прель-ан-Брі		11	77	773	77377
2985404	Presles	presles	FR	14410	0	Europe/Paris	49.11307	2.28898		Presles		11	95	953	95504
2985405	Presles	presles	FR	14410	259	Europe/Paris	48.87726	-0.78238		Presles		28	14	144	14726
2985406	Presles	presles	FR	14410	96	Europe/Paris	45.09223	5.38349		Presles		84	38	381	38322
2985407	Presle	presle	FR	73110	0	Europe/Paris	47.52703	6.26532		Presle		27	70	702	70197
2985408	Presle	presle	FR	73110	0	Europe/Paris	47.46084	4.03881		Presle,Presles		27	89	892	89134
2985409	Presle	presle	FR	73110	0	Europe/Paris	47.33752	3.0562				27	58	584	58281
2985410	Presle	presle	FR	73110	454	Europe/Paris	45.45474	6.13963		Presle		84	73	732	73207
2985411	Présilly	presilly	FR	39270	0	Europe/Paris	47.47535	4.65893				27	21	213	21098
2985412	Présilly	presilly	FR	39270	105	Europe/Paris	46.55573	5.58595		Presilly,Présilly		27	39	392	39443
2985413	Présilly	presilly	FR	39270	687	Europe/Paris	46.09248	6.07822		Presilly,Présilly		84	74	743	74216
2985414	Préserville	preserville	FR	31570	404	Europe/Paris	43.52358	1.62576		Preserville,Préserville		76	31	313	31439
2985415	Présentevillers	presentevillers	FR	25550	513	Europe/Paris	47.50108	6.73025		Presentevillers,Présentevillers		27	25	252	25469
2985416	Préseau	preseau	FR	59990	1884	Europe/Paris	50.31122	3.57434		Perziau,Preseau,Prezo,Préseau,Pérziau,pu lei zuo,Презо,普雷佐		32	59	596	59471
2985422	Pré-Saint-Martin	pre-saint-martin	FR	28800	145	Europe/Paris	48.2129	1.46648		Pre-Saint-Martin,Pré-Saint-Martin		24	28	282	28306
2985644	Prades	prades	FR	07380	0	Europe/Paris	45.74422	2.81413				84	63	633	63386
2985423	Pré-Saint-Évroult	pre-saint-evroult	FR	28800	290	Europe/Paris	48.1851	1.46745		Pre-Saint-Evroult,Pré-Saint-Évroult		24	28	282	28305
2985424	Présailles	presailles	FR	43150	172	Europe/Paris	44.90163	4.02799		Presailles,Présailles		84	43	432	43156
2985429	Prépotin	prepotin	FR	61190	99	Europe/Paris	48.61381	0.5772		Prepotin,Prépotin		28	61	613	61491
2985430	Préporché	preporche	FR	58360	229	Europe/Paris	46.92178	3.85071		Preporche,Préporché		27	58	581	58219
2985434	Prény	preny	FR	54530	348	Europe/Paris	48.9787	5.99634		Preni,Preny,Prény,pu lei ni,Прени,Прені,普雷尼		44	54	543	54435
2985437	Prénovel	prenovel	FR	39150	311	Europe/Paris	46.51168	5.83949		Prenovel,Prénovel		27	39	393	39130
2985438	Prénouvellon	prenouvellon	FR	41240	241	Europe/Paris	47.96918	1.53878		Prenouvellon,Prénouvellon		24	41	411	41173
2985439	Prenois	prenois	FR	21370	323	Europe/Paris	47.37596	4.89664		Prenois		27	21	212	21508
2985442	Préneron	preneron	FR	32190	146	Europe/Paris	43.72701	0.27701		Preneron,Préneron		76	32	321	32332
2985445	Prendeignes	prendeignes	FR	46270	0	Europe/Paris	44.69769	2.08935		Prendeignes		76	46	462	46226
2985449	Prémontré	premontre	FR	02320	798	Europe/Paris	49.54024	3.41368		Premontre,Prémontré		32	02	022	02619
2985450	Prémont	premont	FR	02110	723	Europe/Paris	50.01518	3.39162		Premont,Prémont		32	02	023	02618
2985451	Prémont	premont	FR	02110	0	Europe/Paris	48.70969	1.47005				24	28	283	28292
2985452	Prémont	premont	FR	02110	0	Europe/Paris	45.2	6.53333				84	73	733	73194
2985454	Prémillieu	premillieu	FR	01110	39	Europe/Paris	45.87407	5.5718		Premillieu,Prémillieu		84	01	011	01311
2985455	Prémilhat	premilhat	FR	03410	2125	Europe/Paris	46.31341	2.53559		Premilhat,Prémilhat		84	03	031	03211
2985456	Prémierfait	premierfait	FR	10170	73	Europe/Paris	48.50178	4.02718		Premierfait,Prémierfait		44	10	102	10305
2985540	Préaux	preaux	FR	07290	0	Europe/Paris	45.14277	4.66347		Preaux,Préaux		84	07	073	07185
2985457	Premières	premieres	FR	21110	128	Europe/Paris	47.23333	5.28333		Prem'er,Premer,Premieres,Premières,pu lei mi ai,Премьер,Премєр,普雷米埃		27	21	212	21507
2985459	Prémian	premian	FR	34390	456	Europe/Paris	43.52405	2.83053		Premian,Prémian		76	34	341	34219
2985460	Prémeyzel	premeyzel	FR	01300	266	Europe/Paris	45.68683	5.65007		Premeyzel,Prémeyzel		84	01	011	01310
2985461	Prémesques	premesques	FR	59840	1958	Europe/Paris	50.65572	2.95162		Premesk,Premesques,Prémesques,pu lei mei ke,Премеск,普雷梅克		32	59	595	59470
2985462	Prémery	premery	FR	58700	2206	Europe/Paris	47.16952	3.32743		Premery,Prémery		27	58	584	58218
2985463	Premeaux-Prissey	premeaux-prissey	FR	21700	383	Europe/Paris	47.11667	4.93333		Premo-Prisse,prmw-prysy,pu lei mo pu li sai,Премо-Приссе,پرمو-پریسی,普雷莫普里塞		27	21	211	21506
2985464	Prémanon	premanon	FR	39220	685	Europe/Paris	46.46284	6.01896		Premanon,Prémanon,pu lei mang weng,Преманон,普雷芒翁		27	39	393	39441
2985472	Preixan	preixan	FR	11250	476	Europe/Paris	43.14597	2.28743		Preissa,Preixan,Preksan,pu lei ke sang,Прексан,普雷克桑		76	11	111	11299
2985473	Preigney	preigney	FR	70120	105	Europe/Paris	47.76246	5.77528		Preigney		27	70	702	70423
2985474	Preignan	preignan	FR	32810	1002	Europe/Paris	43.71259	0.62844		Preignan		76	32	321	32331
2985475	Preignac	preignac	FR	33210	2198	Europe/Paris	44.58489	-0.29522		Preignac,Pren'jak,Prenhac,pu lei ni ya ke,Преньяк,普雷尼亚克		75	33	333	33337
2985479	Préhy	prehy	FR	89800	128	Europe/Paris	47.75876	3.75829		Prehy,Préhy		27	89	891	89315
2985482	Préguillac	preguillac	FR	17460	350	Europe/Paris	45.67042	-0.61687		Pregijak,Pregiyak,Preguillac,Préguillac,pu lei ji la ke,Прегийак,Прегіяк,Պրեգիյակ,普雷吉拉克		75	17	174	17289
2985485	Prégilbert	pregilbert	FR	89460	156	Europe/Paris	47.64026	3.66665		Pregilbert,Prégilbert		27	89	891	89314
2985489	Préfontaines	prefontaines	FR	45490	482	Europe/Paris	48.10954	2.69001		Prefontaines,Prefonten,Préfontaines,pu lei feng tai nei,Префонтен,普雷丰泰内		24	45	451	45255
2985490	Préfailles	prefailles	FR	44770	1185	Europe/Paris	47.12835	-2.21589		Pradvael,Prefaille,Prefailles,Prefaj,Préfaille,Préfailles,pu lei fei lai,purefaiyu,Префай,プレファイユ,普雷费莱		52	44	443	44136
2985491	Pré-en-Pail	pre-en-pail	FR	53140	2129	Europe/Paris	48.45993	-0.19814		Pre-an-Paj,pu lei ang pa yi,Пре-ан-Пай,普雷昂帕伊		52	53	533	53185
2985495	Prédefin	predefin	FR	62134	189	Europe/Paris	50.50359	2.25497		Predefin,Prédefin		32	62	621	62668
2985497	Précy-sur-Vrin	precy-sur-vrin	FR	89116	471	Europe/Paris	47.96736	3.24796		Precy,Precy-sur-Vrin,Précy,Précy-sur-Vrin		27	89	893	89313
2985645	Prades	prades	FR	07380	0	Europe/Paris	45.27621	3.94488				84	43	433	43166
2985498	Précy-sur-Oise	precy-sur-oise	FR	60460	3261	Europe/Paris	49.20779	2.37266		Precy,Precy-sur-Oise,Presi-sjur-Uaz,Précy,Précy-sur-Oise,wa si he pan pu lei xi,Пресі-сюр-Уаз,瓦斯河畔普雷西		32	60	604	60513
2985499	Précy-sur-Marne	precy-sur-marne	FR	77410	527	Europe/Paris	48.9308	2.77445		Precy,Precy-sur-Marne,Presi-sjur-Marn,Précy,Précy-sur-Marne,Преси-сюр-Марн,Пресі-сюр-Марн		11	77	771	77376
2985500	Précy-sous-Thil	precy-sous-thil	FR	21390	743	Europe/Paris	47.38976	4.30798		Precy,Precy-sous-Thil,Précy,Précy-sous-Thil		27	21	213	21505
2985501	Précy-Saint-Martin	precy-saint-martin	FR	10500	225	Europe/Paris	48.41614	4.44997		Precy-Saint-Martin,Précy-Saint-Martin		44	10	101	10304
2985502	Précy-Notre-Dame	precy-notre-dame	FR	10500	68	Europe/Paris	48.41166	4.43745				44	10	101	10303
2985503	Précy-le-Sec	precy-le-sec	FR	89440	248	Europe/Paris	47.59285	3.83226		Precy,Precy-le-Sec,Précy,Précy-le-Sec		27	89	892	89312
2985505	Précy	precy	FR	18140	351	Europe/Paris	47.09973	2.92889		Precy,Précy		24	18	181	18184
2985506	Précorbin	precorbin	FR	50810	438	Europe/Paris	49.0857	-0.96135		Precorbin,Prekorben,Précorbin,pu lei ke er ban,Прекорбен,普雷科尔班		28	50	504	50492
2985511	Précilhon	precilhon	FR	64400	390	Europe/Paris	43.19508	-0.58039		Precilhon,Pres'jon,Presijon,Pressilhon,Précilhon,pu lei xi yong,Пресийон,Пресьйон,普雷西永		75	64	642	64460
2985512	Précigné	precigne	FR	72300	2768	Europe/Paris	47.76639	-0.32468		Precigne,Presin'e,Précigné,Пресіньє		52	72	721	72244
2985518	Préchac-sur-Adour	prechac-sur-adour	FR	32160	225	Europe/Paris	43.60303	-0.0028		Prechac,Prechac-sur l'Adour,Prechac-sur-Adour,Préchac,Préchac-sur-Adour,Prêchac-sur l'Adour		76	32	323	32330
2985519	Préchacq-Navarrenx	prechacq-navarrenx	FR	64190	165	Europe/Paris	43.27603	-0.71729		Prechacq-Navarrenx,Preishac de Navarrencs,Preishac-Navarrencs,Preshak-Navarrenks,Preshak-Navarrens,Préchacq-Navarrenx,pu lei sha na wa er lang,Прешак-Наварренкс,Прешак-Наварренс,普雷沙纳瓦尔朗		75	64	642	64459
2985520	Préchacq-Josbaig	prechacq-josbaig	FR	64190	282	Europe/Paris	43.26552	-0.71216		Josibaia,Prechacq-Josbaig,Preishac de Geusvath,Preishac de Gèusvath,Preshak-Zhosbeg,Préchacq-Josbaig,pu lei sha ruo si bai,Прешак-Жосбег,普雷沙若斯拜		75	64	642	64458
2985521	Préchacq-les-Bains	prechacq-les-bains	FR	40465	494	Europe/Paris	43.75	-0.91667				75	40	401	40237
2985522	Préchac	prechac	FR	32390	1103	Europe/Paris	44.39968	-0.35354		Prechac,Préchac		75	33	333	33336
2985523	Préchac	prechac	FR	32390	158	Europe/Paris	43.7908	0.57573		Prechac,Préchac		76	32	322	32329
2985524	Préchac	prechac	FR	32390	0	Europe/Paris	42.99245	-0.07311		Prechac,Préchac		76	65	651	65371
2985525	Précey	precey	FR	50220	345	Europe/Paris	48.60743	-1.37749		Preccy,Precey,Précey		28	50	501	50413
2985527	Prébois	prebois	FR	38710	0	Europe/Paris	44.78979	5.69449		Prebois,Prébois		84	38	381	38321
2985531	Préaux-Bocage	preaux-bocage	FR	14210	116	Europe/Paris	49.05209	-0.51031		Preaux,Preaux-Bocage,Préaux,Préaux-Bocage		28	14	142	14519
2985533	Préaux	preaux	FR	07290	1673	Europe/Paris	49.49136	1.21583		Preaux,Préaux		28	76	763	76509
2985534	Préaux-Saint-Sébastien	preaux-saint-sebastien	FR	14290	46	Europe/Paris	48.98333	0.3		Preo-Sen-Sebast'en,Preo-Sen-Sebast'jan,pu lei ao sheng sai ba si di an,Прео-Сен-Себастьен,Прео-Сен-Себастьян,普雷奥圣塞巴斯蒂安		28	14	143	14371
2985535	Préaux-du-Perche	preaux-du-perche	FR	61340	547	Europe/Paris	48.33333	0.71667				28	61	613	61309
2985536	Préaux	preaux	FR	07290	0	Europe/Paris	48.22348	2.87411		Preaux,Préaux		11	77	774	77261
2985537	Préaux	preaux	FR	07290	167	Europe/Paris	47.93628	-0.4661		Preaux,Préaux		52	53	531	53184
2985543	Praz-sur-Arly	praz-sur-arly	FR	74120	1197	Europe/Paris	45.83731	6.57259		Pra-sjur-Arli,Prata de Megevia,Praz,Praz-sur-Arly,le Praz,Пра-сюр-Арлі		84	74	742	74215
2985545	Prayssas	prayssas	FR	47360	937	Europe/Paris	44.27338	0.47155		Frayssas		75	47	471	47213
2985546	Prayssac	prayssac	FR	46220	0	Europe/Paris	44.58148	2.32013				76	12	122	12076
2985547	Prayssac	prayssac	FR	46220	2557	Europe/Paris	44.5043	1.18778		Prayssac		76	46	461	46225
2985549	Prayols	prayols	FR	09000	322	Europe/Paris	42.92753	1.62303		Prayols		76	09	091	09236
2985551	Praye	praye	FR	54116	240	Europe/Paris	48.43403	6.10531		Praye		44	54	543	54434
2985552	Pray	pray	FR	41190	278	Europe/Paris	47.67614	1.11687		Pray		24	41	412	41182
2985555	Prauthoy	prauthoy	FR	52190	501	Europe/Paris	47.67971	5.29368		Prauthoy		44	52	522	52405
2985558	Pratz	pratz	FR	39170	0	Europe/Paris	48.24364	4.89624		Pratz		44	52	521	52140
2985559	Pratz	pratz	FR	39170	577	Europe/Paris	46.37737	5.76216		Baume-la-Roche,Grenet,Pratz		27	39	393	39286
2985560	Pratviel	pratviel	FR	81500	98	Europe/Paris	43.6383	1.88405		Pratviel		76	81	812	81213
2985562	Prats-du-Périgord	prats-du-perigord	FR	24550	192	Europe/Paris	44.69208	1.06604		Pra-dju-Perigor,Prats,Prats de Perigord,Prats de Perigòrd,Prats-du-Perigord,Prats-du-Périgord,pu la te di pei li ge er,Пра-дю-Перигор,普拉特迪佩里戈尔		75	24	244	24337
2985563	Prats-de-Sournia	prats-de-sournia	FR	66730	64	Europe/Paris	42.74406	2.46028		Prats,Prats-de-Sournia		76	66	663	66151
2985564	Prats de Molló	prats-de-mollo	FR	66230	1191	Europe/Paris	42.40404	2.47928		Prats de Mollo,Prats de Molló,Prats-de-Mollo		76	66	661	66150
2985565	Prats-de-Carlux	prats-de-carlux	FR	24370	481	Europe/Paris	44.90454	1.31353		Pra-de-Karljuks,Prats,Prats de Carluc,Prats de Carluç,Prats-de-Carlux,pu la te de ka er lu,Пра-де-Карлюкс,普拉特德卡尔吕		75	24	244	24336
2985569	Prato-di-Giovellina	prato-di-giovellina	FR	20218	43	Europe/Paris	42.41667	9.16667		Prato di Giovellina,Prato-di-Dzhovellina,U Pratu di Ghjuvellina,Прато-ди-Джовеллина,Прато-ді-Джовелліна		94	2B	2B3	2B248
2985573	Prat-Bonrepaux	prat-bonrepaux	FR	09160	863	Europe/Paris	43.03333	1.01667		Prat		76	09	093	09235
2985579	Prat	prat	FR	22140	1049	Europe/Paris	48.67685	-3.29807		Prad,Prat		53	22	223	22254
2985580	Prasville	prasville	FR	28150	305	Europe/Paris	48.27659	1.7095		Prasville		24	28	281	28304
2985584	Praslin	praslin	FR	10210	65	Europe/Paris	48.04705	4.19867		Praslin		44	10	103	10302
2985585	Praslay	praslay	FR	52160	68	Europe/Paris	47.74078	5.10541		Praslay		44	52	522	52403
2985586	Praslay	praslay	FR	52160	0	Europe/Paris	46.8999	2.06926				24	36	364	36215
2985592	Pranzac	pranzac	FR	16110	822	Europe/Paris	45.6694	0.35431		Pranzac,Pranzak,pu lang zha ke,Пранзак,普朗扎克		75	16	161	16269
2985596	Pranles	pranles	FR	07000	429	Europe/Paris	44.77251	4.57778		Pranles		84	07	072	07184
2985607	Pralong	pralong	FR	42600	686	Europe/Paris	45.66646	4.0297		Pralong		84	42	421	42179
2985608	Pralong	pralong	FR	42600	0	Europe/Paris	44.58333	6.51667				93	05	052	05046
2985609	Prâlon	pralon	FR	21410	82	Europe/Paris	47.30999	4.77536		Pralon,Prâlon		27	21	212	21504
2985610	Pralognan-la-Vanoise	pralognan-la-vanoise	FR	73710	815	Europe/Paris	45.38285	6.71876	1410	La Vanoise,Pralognan,Pralognan-la-Vanoise,Pralon'jan-la-Vanuaz,Пралоньян-ла-Вануаз		84	73	731	73206
2985616	Prailles	prailles	FR	79370	640	Europe/Paris	46.3224	-0.21894		Prailles		75	79	792	79217
2985618	Prahecq	prahecq	FR	79230	1714	Europe/Paris	46.25915	-0.34556		Prahecq		75	79	792	79216
2985623	Prads-Haute-Bléone	prads-haute-bleone	FR	04420	0	Europe/Paris	44.21667	6.45		Pra-Ot-Bleon,Prats,Prats de Bleuna Auta,Prats de Blèuna Auta,pu la de ao te bu lai weng,Пра-От-Блеон,普拉德奥特布莱翁		93	04	043	04155
2985625	Pradons	pradons	FR	07120	316	Europe/Paris	44.47452	4.35884		Pradons,Pre-dArdeche,Pré-dArdèche		84	07	071	07183
2985630	Pradines	pradines	FR	19170	624	Europe/Paris	45.99677	4.17483		Pradines		84	42	422	42178
2985631	Pradines	pradines	FR	19170	98	Europe/Paris	45.50658	1.90913		Pradines		75	19	192	19168
2985632	Pradines	pradines	FR	19170	3167	Europe/Paris	44.47893	1.40392		Pradines		76	46	461	46224
2985633	Pradinas	pradinas	FR	12240	399	Europe/Paris	44.23968	2.26394		Pradinas		76	12	123	12189
2985634	Pradiers	pradiers	FR	15160	0	Europe/Paris	45.26984	2.92457		Pradiers		84	15	153	15155
2985635	Pradières	pradieres	FR	09000	114	Europe/Paris	42.96159	1.64528		Pradieres,Pradières		76	09	091	09234
2985637	Pradettes	pradettes	FR	09600	41	Europe/Paris	42.98985	1.81931		Pradettes		76	09	092	09233
2985639	Prades-sur-Vernazobre	prades-sur-vernazobre	FR	34360	266	Europe/Paris	43.44738	2.98604		Prades,Prades-sur-Vernazobre		76	34	341	34218
2985640	Prades-Salars	prades-salars	FR	12290	308	Europe/Paris	44.2642	2.78454		Prades-Salars		76	12	121	12188
2985641	Prades-le-Lez	prades-le-lez	FR	34730	4883	Europe/Paris	43.6993	3.86504		Prad-le-Lez,Pradas de Les,Prades,Prades-le-Lez,pu la dai lai lai,Прад-ле-Лез,普拉代莱莱		76	34	343	34217
2985642	Prades-d'Aubrac	prades-d-aubrac	FR	12470	0	Europe/Paris	44.53361	2.93831		Prades,Prades-d'Aubrac		76	12	122	12187
2985646	Prades	prades	FR	07380	0	Europe/Paris	45.0275	3.59279		Prades		84	43	431	43155
2985647	Prades	prades	FR	07380	930	Europe/Paris	44.63796	4.31403		Charbomine,Prades		84	07	071	07182
2985648	Prades	prades	FR	07380	0	Europe/Paris	44.35271	3.45811		Prades		76	48	481	48146
2985649	Prades	prades	FR	07380	0	Europe/Paris	44.20394	3.8977		Prade,Prades		76	48	481	48170
2985650	Prades	prades	FR	07380	0	Europe/Paris	43.70446	2.54552		Prades		76	81	812	81086
2985651	Prades	prades	FR	07380	0	Europe/Paris	43.6142	1.9744		Prades		76	81	812	81212
2985652	Prades	prades	FR	07380	50	Europe/Paris	42.78688	1.87826		Prades		76	09	091	09232
2985653	Prades	prades	FR	07380	6836	Europe/Paris	42.61755	2.42177		Prada,Prada de Conflent,Prades	663	76	66	663	66149
2985654	Pradère-les-Bourguets	pradere-les-bourguets	FR	31530	280	Europe/Paris	43.64618	1.1618		Pradere,Pradere-les-Bourguets,Pradère,Pradère-les-Bourguets		76	31	313	31277
2985655	Pradelles-en-Val	pradelles-en-val	FR	11220	184	Europe/Paris	43.14575	2.51439		Pradelles,Pradelles-en-Val		76	11	111	11251
2985656	Pradelles-Cabardès	pradelles-cabardes	FR	11380	171	Europe/Paris	43.40828	2.44471		Pradelles,Pradelles-Cabardes,Pradelles-Cabardès		76	11	111	11297
2985657	Pradelles	pradelles	FR	43420	188	Europe/Paris	50.73381	2.60433		Pradelles		32	59	594	59469
2985658	Pradelles	pradelles	FR	43420	0	Europe/Paris	45.56667	2.51667				84	63	634	63416
2985659	Pradelles	pradelles	FR	43420	662	Europe/Paris	44.76951	3.88234		Pradelles,Robertin		84	43	432	43154
2985660	Pradelle	pradelle	FR	26340	0	Europe/Paris	44.69941	1.80309		Pradelle,Pradelles		76	46	462	46090
2985661	Pradelle	pradelle	FR	26340	27	Europe/Paris	44.60768	5.29142		Pradelle		84	26	261	26254
2985684	Pozières	pozieres	FR	80300	250	Europe/Paris	50.04047	2.72929		Poz'er,Poziere,Pozieres,Pozière,Pozières,bo ji ye er,Позьєр,波济耶尔		32	80	804	80640
2985685	Poyols	poyols	FR	26310	71	Europe/Paris	44.59926	5.41967		Poyols		84	26	261	26253
2985687	Poyartin	poyartin	FR	40380	628	Europe/Paris	43.68531	-0.8678		Poyartin		75	40	401	40236
2985688	Poyans	poyans	FR	70100	141	Europe/Paris	47.44648	5.46992		Poyans		27	70	702	70422
2985689	Poyanne	poyanne	FR	40380	560	Europe/Paris	43.75634	-0.81732		Poyanne		75	40	401	40235
2985691	Pouzy-Mésangy	pouzy-mesangy	FR	03320	421	Europe/Paris	46.70864	3.00423		Pouzy,Pouzy-Mesangy,Pouzy-Mésangy		84	03	032	03210
2985694	Pouzols-Minervois	pouzols-minervois	FR	11120	353	Europe/Paris	43.2878	2.82492		Pouzols,Pouzols-Minervois		76	11	113	11296
2985695	Pouzols	pouzols	FR	34230	0	Europe/Paris	45.09186	3.71642				84	43	432	43124
2985696	Pouzols	pouzols	FR	34230	0	Europe/Paris	45.02195	3.64586		Peuzols,Pouzol,Pouzols		84	43	431	43171
2985697	Pouzols	pouzols	FR	34230	707	Europe/Paris	43.61802	3.51308		Pouzols		76	34	342	34215
2985698	Pouzolles	pouzolles	FR	34480	889	Europe/Paris	43.48393	3.27966		Pouzolles		76	34	341	34214
2985699	Pouzol	pouzol	FR	63440	208	Europe/Paris	46.0906	2.9696		Pouzol		84	63	634	63286
2985700	Pouzol	pouzol	FR	63440	0	Europe/Paris	45.27594	2.70913				84	15	153	15116
2985703	Pouzilhac	pouzilhac	FR	30210	470	Europe/Paris	44.04104	4.58075		Pouzilhac		76	30	302	30207
2985706	Pouze	pouze	FR	31450	99	Europe/Paris	43.43498	1.52591		Pouze		76	31	313	31437
2985707	Pouzay	pouzay	FR	37800	783	Europe/Paris	47.08243	0.53288		Pouzay,Puze,pu ze,Пузе,普泽		24	37	371	37188
2985708	Pouzauges	pouzauges	FR	85700	5912	Europe/Paris	46.78242	-0.83794		Pouzauges,Pouzauges-la-Montagne,Pouzauges-la-Vallee,Pouzauges-la-Vallée,Pouzauiges,Puzozh,pu zuo re,Пузож,普佐热		52	85	851	85182
2985710	Pouzac	pouzac	FR	65200	1124	Europe/Paris	43.08606	0.13444		Posac,Pouzac,Puzak,pu zha ke,Пузак,普扎克		76	65	652	65370
2985711	Pouy-sur-Vannes	pouy-sur-vannes	FR	10290	147	Europe/Paris	48.30725	3.58878		Pouy,Pouy-sur-Vannes		44	10	102	10301
2985712	Pouy-Roquelaure	pouy-roquelaure	FR	32480	140	Europe/Paris	44.03725	0.51874		Pouy-Roquelaure		76	32	322	32328
2985715	Pouy-Loubrin	pouy-loubrin	FR	32260	0	Europe/Paris	43.46606	0.6171		Pouy-Loubrin,Pouyloubrin		76	32	323	32327
2985716	Pouylebon	pouylebon	FR	32320	137	Europe/Paris	43.54794	0.29497		Pouylebon		76	32	323	32326
2985718	Pouydraguin	pouydraguin	FR	32290	143	Europe/Paris	43.65816	0.03708		Pouydraguin		76	32	323	32325
2985719	Pouy-de-Touges	pouy-de-touges	FR	31430	254	Europe/Paris	43.34102	1.03682		Pouy,Pouy-de-Touges		76	31	311	31436
2985720	Pouydesseaux	pouydesseaux	FR	40120	679	Europe/Paris	43.96945	-0.32531		Pouydesseaux		75	40	402	40234
2985722	Pouyastruc	pouyastruc	FR	65350	569	Europe/Paris	43.26774	0.17054		Pouyastruc		76	65	653	65369
2985723	Pouy	pouy	FR	65230	39	Europe/Paris	43.26069	0.55748		Pouy		76	65	653	65368
2985724	Pouxeux	pouxeux	FR	88550	1882	Europe/Paris	48.10621	6.57299		Pouxeux		44	88	881	88358
2985725	Pouvrai	pouvrai	FR	61130	102	Europe/Paris	48.27663	0.51829		Pouvrai,Pouvray		28	61	613	61336
2985727	Pousthomy	pousthomy	FR	12380	196	Europe/Paris	43.85805	2.61264		Pousthomy		76	12	121	12186
2985728	Poussy-la-Campagne	poussy-la-campagne	FR	14540	104	Europe/Paris	49.08046	-0.22413		Poussy,Poussy-la-Campagne		28	14	142	14005
2985731	Poussignac	poussignac	FR	47700	237	Europe/Paris	44.35	0.05		Poussignac		75	47	472	47212
2985734	Pousseaux	pousseaux	FR	58500	223	Europe/Paris	47.51369	3.52715		Pousseaux		27	58	582	58217
2985735	Poussay	poussay	FR	88500	754	Europe/Paris	48.31958	6.12381		Poussay,Pusse,pu sai,Пуссе,普赛		44	88	882	88357
2985736	Poussanges	poussanges	FR	23500	169	Europe/Paris	45.82588	2.21514		Poussanges		75	23	231	23158
2985738	Poussan	poussan	FR	34560	4572	Europe/Paris	43.48944	3.67083		Pocan,Poussan,Poçan,Pussan,pu sang,Пуссан,普桑		76	34	343	34213
2985742	Pouru-Saint-Remy	pouru-saint-remy	FR	08140	1153	Europe/Paris	49.68333	5.08333		Pouru-sur-Chiers		44	08	083	08343
2985743	Pouru-aux-Bois	pouru-aux-bois	FR	08140	264	Europe/Paris	49.70512	5.09019		Pouru,Pouru-aux-Bois		44	08	083	08342
2985748	Poursay-Garnaud	poursay-garnaud	FR	17400	255	Europe/Paris	45.95649	-0.45797		Poursay-Garnaud		75	17	175	17288
2985749	Poursac	poursac	FR	16700	217	Europe/Paris	45.96071	0.25854		Poursac,Pursak,pu er sa ke,Пурсак,普尔萨克		75	16	163	16268
2985751	Pourrières	pourrieres	FR	83910	4292	Europe/Paris	43.50611	5.73452		Porrieras,Porrièras,Pur'er,Purrier,pu er li ai,Пуррієр,Пурьер,普尔里埃		93	83	833	83097
2985754	Pourrain	pourrain	FR	89240	1363	Europe/Paris	47.75615	3.41193		Pourrain		27	89	891	89311
2985758	Pournoy-la-Grasse	pournoy-la-grasse	FR	57420	426	Europe/Paris	49.01506	6.21872		Pournoy-la-Grasse		44	57	579	57554
2985759	Pournoy-la-Chétive	pournoy-la-chetive	FR	57420	684	Europe/Paris	49.01935	6.15405		Pournoy-la-Chetive,Pournoy-la-Chétive		44	57	579	57553
2985761	Pourlans	pourlans	FR	71270	184	Europe/Paris	46.95743	5.23966		Pourlans,Purlan,Пурлан		27	71	714	71357
2985763	Pourcy	pourcy	FR	51480	177	Europe/Paris	49.15714	3.91476		Pourcy		44	51	513	51445
2985765	Pourcieux	pourcieux	FR	83470	992	Europe/Paris	43.47082	5.78526		Porcieu,Porcièu,Pourcieux,Purs'e,Purs'jo,pu er xi e,Пурсьё,Пурсьє,普尔西厄		93	83	833	83096
2985767	Pourchères	pourcheres	FR	07000	128	Europe/Paris	44.74667	4.50671		Pourcheres,Pourchères		84	07	072	07179
2985769	Pourcharesses	pourcharesses	FR	48800	114	Europe/Paris	44.47166	3.91827		Pourcharesse,Pourcharesse Haute,Pourcharesses		76	48	482	48117
2985772	Pouques-Lormes	pouques-lormes	FR	58140	160	Europe/Paris	47.32166	3.77596		Lormes-la-Montagne,Pouques,Pouques-Lormes		27	58	582	58216
2985773	Poupry	poupry	FR	28140	113	Europe/Paris	48.09979	1.83707		Poupry		24	28	282	28303
2985775	Poupas	poupas	FR	82120	86	Europe/Paris	43.96848	0.83891		Poupas		76	82	821	82143
2985777	Poumarous	poumarous	FR	65190	124	Europe/Paris	43.15179	0.21242		Poumarous,Poumaroux		76	65	653	65367
2985778	Poulx	poulx	FR	30320	3950	Europe/Paris	43.90891	4.417		Poulx,Pous,Pul',pu er,Пуль,普尔		76	30	302	30206
2985786	Poullignac	poullignac	FR	16190	80	Europe/Paris	45.39899	-0.02052		Poullignac,Pullin'jak,pu li ni ya ke,Пуллиньяк,Пулліньяк,普利尼亚克		75	16	161	16267
2985787	Poullaouen	poullaouen	FR	29246	1364	Europe/Paris	48.34013	-3.64237		Poullaouen,Pullauan,pu luo ang,Пуллауан,普洛昂		53	29	292	29227
2985788	Poullan-sur-Mer	poullan-sur-mer	FR	29100	1769	Europe/Paris	48.08064	-4.41412		Poullan,Poullan-sur-Mer,Poullann,Pullan-sjur-Mer,bin hai pu lang,puran=shuru=meru,Пуллан-сюр-Мер,プラン＝シュル＝メール,滨海普朗		53	29	294	29226
2985789	Pouligny-Saint-Pierre	pouligny-saint-pierre	FR	36300	1010	Europe/Paris	46.68095	1.03877		Pouligny,Pouligny-Saint-Pierre,Pulin'i-Sen-P'er,Pulin'i-Sen-Perr,pu li ni sheng pi ye er,Пулиньи-Сен-Пьер,Пуліньї-Сен-Пєрр,普利尼圣皮耶尔		24	36	361	36165
2985790	Pouligny-Saint-Martin	pouligny-saint-martin	FR	36160	252	Europe/Paris	46.51619	2.01428		Pouligny-Saint-Martin,Pouligny-les-Brandes,Pulin'i-Sen-Marten,Sent Martin de Polinhac,pu li ni sheng ma er tan,Пулиньи-Сен-Мартен,Пуліньї-Сен-Мартен,普利尼圣马尔坦		24	36	363	36164
2985791	Pouligny-Notre-Dame	pouligny-notre-dame	FR	36160	609	Europe/Paris	46.48333	2.01667		Bourg-des-Bois,Polinhac,Pouligny-Notre-Dame,Pulin'i-Notr-Dam,pu li ni nuo te er dang,Пулиньи-Нотр-Дам,Пуліньї-Нотр-Дам,普利尼诺特尔当		24	36	363	36163
2985793	Pouligney-Lusans	pouligney-lusans	FR	25640	0	Europe/Paris	47.33333	6.2				27	25	251	25468
2985796	Pouliacq	pouliacq	FR	64410	38	Europe/Paris	43.52661	-0.35793		Poliac,Pouliacq,Pul'jak,pu li a,Пульяк,普利阿		75	64	643	64456
2985803	Poule-les-Écharmeaux	poule-les-echarmeaux	FR	69870	896	Europe/Paris	46.14901	4.4573		Poule,Poule-les-Echarmeaux,Poule-les-Écharmeaux,Poule-lès-Écharmeaux		84	69	692	69160
2985807	Pouldreuzic	pouldreuzic	FR	29710	1902	Europe/Paris	47.9549	-4.36049		Pouldreuzic,Pouldreuzig,Pul'drezik,pu er de lei qi ke,Пульдрезик,Пульдрезік,普尔德勒齐克		53	29	294	29225
2985808	Pouldouran	pouldouran	FR	22450	173	Europe/Paris	48.76442	-3.19867		Pouldouran		53	22	223	22264
2985810	Pouldergat	pouldergat	FR	29100	1347	Europe/Paris	48.04307	-4.32737		Pouldergat,Pouldregad,Pul'derga,pu er dai er jia,Пульдерга,普尔代尔加		53	29	294	29224
2985816	Poulan-Pouzols	poulan-pouzols	FR	81120	401	Europe/Paris	43.85892	2.11684		Poulan,Poulan-Pouzols		76	81	811	81211
2985818	Poulangy	poulangy	FR	52800	408	Europe/Paris	48.04174	5.25422		Poulangy		44	52	521	52401
2985821	Poulainville	poulainville	FR	80260	1373	Europe/Paris	49.94745	2.31373		Poulainville		32	80	802	80639
2985824	Poulaines	poulaines	FR	36210	838	Europe/Paris	47.152	1.66295		Poulaines		24	36	364	36162
2985825	Poujols	poujols	FR	34700	0	Europe/Paris	44.7615	0.60099		Le Pujol,Poujols		75	24	241	24385
2985826	Poujols	poujols	FR	34700	142	Europe/Paris	43.76514	3.32422		Poujols		76	34	342	34212
2985828	Pouilly-sur-Vingeanne	pouilly-sur-vingeanne	FR	21610	109	Europe/Paris	47.53927	5.43239		Pouilly,Pouilly-sur-Vingeanne		27	21	212	21503
2985829	Pouilly-sur-Serre	pouilly-sur-serre	FR	02270	561	Europe/Paris	49.68143	3.58955		Pouilly,Pouilly-sur-Serre		32	02	022	02617
2985830	Pouilly-sur-Saône	pouilly-sur-saone	FR	21250	614	Europe/Paris	47.01623	5.12114		Pouilly,Pouilly-sur-Saone,Pouilly-sur-Saône		27	21	211	21502
2985831	Pouilly-sur-Meuse	pouilly-sur-meuse	FR	55700	183	Europe/Paris	49.53954	5.10813		Pouilly,Pouilly-sur-Meuse		44	55	553	55408
2985832	Pouilly-sur-Loire	pouilly-sur-loire	FR	58150	1753	Europe/Paris	47.28377	2.95442		Pouilly,Pouilly-sur-Loire,Pui-sjur-Luar,lu wa er he pan pu yi,pui~i=shuru=rowaru,Пуи-сюр-Луар,Пуї-сюр-Луар,プイィ＝シュル＝ロワール,卢瓦尔河畔普伊		27	58	584	58215
2985833	Pouilly-sous-Charlieu	pouilly-sous-charlieu	FR	42720	2782	Europe/Paris	46.14551	4.11287		Pouilly,Pouilly-sous-Charlieu		84	42	422	42177
2985834	Pouilly-les-Nonains	pouilly-les-nonains	FR	42155	1656	Europe/Paris	46.04508	3.98247		Pouilly,Pouilly-les-Nonains		84	42	422	42176
2985835	Pouilly-lès-Feurs	pouilly-les-feurs	FR	42110	1015	Europe/Paris	45.7976	4.23289		Pouilly,Pouilly-les-Feurs,Pouilly-lès-Feurs		84	42	421	42175
2985836	Pouilly-le-Monial	pouilly-le-monial	FR	69400	766	Europe/Paris	45.95719	4.64679		Pouilly,Pouilly-le-Monial,Pouilly-sur-Nizerand		84	69	692	69159
2985840	Pouilly-en-Auxois	pouilly-en-auxois	FR	21320	1429	Europe/Paris	47.26238	4.55583		Pouilly,Pouilly-en-Auxois		27	21	211	21501
2985841	Pouilly	pouilly	FR	57420	170	Europe/Paris	49.27146	2.02986		Pouilly		32	60	601	60512
2985842	Pouilly	pouilly	FR	57420	742	Europe/Paris	49.05006	6.18555		Pouilly		44	57	579	57552
2985843	Pouilly	pouilly	FR	57420	0	Europe/Paris	47.40416	3.74655		Pouilly		27	89	892	89176
2985844	Pouilly	pouilly	FR	57420	0	Europe/Paris	45.7852	5.93845				84	73	732	73010
2985845	Pouilloux	pouilloux	FR	71230	832	Europe/Paris	46.60761	4.35953		Pouilloux		27	71	711	71356
2985846	Pouilloux	pouilloux	FR	71230	0	Europe/Paris	45.46344	3.16969				84	63	633	63357
2985848	Pouillon	pouillon	FR	40350	470	Europe/Paris	49.31393	3.94905		Pouillon		44	51	513	51444
2985849	Pouillon	pouillon	FR	40350	2944	Europe/Paris	43.6049	-0.99625		Pouillon		75	40	401	40233
2985850	Pouilley-les-Vignes	pouilley-les-vignes	FR	25115	1869	Europe/Paris	47.2577	5.93581		Pouilley,Pouilley-les-Vignes,Pue-le-Vin',pu yi lai lai wei gai,Пує-ле-Вінь,普伊莱莱维盖		27	25	251	25467
2985851	Pouilley-Français	pouilley-francais	FR	25410	611	Europe/Paris	47.20646	5.84541		Pouilley,Pouilley-Francais,Pouilley-Français,Pue-Franse,pu yi lai fu lang sai,Пує-Франсе,普伊莱弗朗赛		27	25	251	25466
2985853	Pouillenay	pouillenay	FR	21150	563	Europe/Paris	47.50726	4.46821		Pouillenay		27	21	213	21500
2985854	Pouillé-les-Côteaux	pouille-les-coteaux	FR	44522	761	Europe/Paris	47.45587	-1.16226		Paolieg-ar-Roziou,Paolieg-ar-Rozioù,Paolig-ar-Roziou,Paolig-ar-Rozioù,Pouille,Pouille-les-Coteaux,Pouillé,Pouillé-les-Côteaux,Pue-le-Koto,pu yi lai lai ke tuo,Пує-ле-Кото,普伊莱莱科托		52	44	445	44134
2985855	Pouillé	pouille	FR	41110	796	Europe/Paris	47.31739	1.29012		Pouille,Pouillé		24	41	413	41181
2985856	Pouillé	pouille	FR	41110	537	Europe/Paris	46.53687	0.57695		Pouille,Pouillé		75	86	863	86198
2985857	Pouillé	pouille	FR	41110	586	Europe/Paris	46.50721	-0.94958		Pouille,Pouillé		52	85	851	85181
2985858	Pouillat	pouillat	FR	01250	63	Europe/Paris	46.32773	5.42977		Pouillat		84	01	012	01309
2985860	Pouillac	pouillac	FR	17210	0	Europe/Paris	46.23932	0.75359				75	86	862	86172
2985861	Pouillac	pouillac	FR	17210	0	Europe/Paris	46.21943	0.41542				75	86	862	86055
2985862	Pouillac	pouillac	FR	17210	246	Europe/Paris	45.27005	-0.25147		Pouillac		75	17	171	17287
2985864	Pougy	pougy	FR	10240	249	Europe/Paris	48.44717	4.3571		Pougy,Pougy-sur Aube		44	10	103	10300
2985865	Pougues-les-Eaux	pougues-les-eaux	FR	58320	2500	Europe/Paris	47.07518	3.1015		Pougues,Pougues-les-Eaux		27	58	583	58214
2985867	Pougny	pougny	FR	01550	400	Europe/Paris	47.38381	3.00248		Pougny		27	58	584	58213
2985868	Pougny	pougny	FR	01550	727	Europe/Paris	46.13995	5.94944		Pougny		84	01	013	01308
2985871	Pougnadoresse	pougnadoresse	FR	30330	177	Europe/Paris	44.0927	4.50612		Pougnadoresse		76	30	302	30205
2985873	Pouffonds	pouffonds	FR	79500	344	Europe/Paris	46.20362	-0.11678		Pouffonds		75	79	792	79251
2985876	Poueyferré	poueyferre	FR	65100	839	Europe/Paris	43.12013	-0.07809		Poueyferre,Poueyferré		76	65	651	65366
2985879	Poudis	poudis	FR	81700	186	Europe/Paris	43.52137	1.98486		Poudis		76	81	812	81210
2985880	Poudenx	poudenx	FR	40700	221	Europe/Paris	43.57771	-0.58306		Poudenx		75	40	402	40232
2985881	Poudenas	poudenas	FR	47170	262	Europe/Paris	44.04634	0.20894		Poudenas		75	47	474	47211
2985884	Poucharramet	poucharramet	FR	31370	771	Europe/Paris	43.417	1.17298		Egalite-de-la-Bure,Egalité-de-la-Bure,Poucharramet		76	31	311	31435
2985889	Poubeau	poubeau	FR	31110	0	Europe/Paris	42.81272	0.4974		Poubeau		76	31	312	31434
2985891	Pouant	pouant	FR	86200	548	Europe/Paris	47.00576	0.27135		Pouant		75	86	861	86197
2985892	Pouan-les-Vallées	pouan-les-vallees	FR	10700	462	Europe/Paris	48.54193	4.06446		Pouan,Pouan-les-Vallees,Pouan-les-Vallées		44	10	103	10299
2985893	Pouancé	pouance	FR	49420	3559	Europe/Paris	47.7402	-1.1763		Pouance,Pouancé,Puanse,pu ang sai,Пуансе,普昂塞		52	49	494	49248
2985895	Pouançay	pouancay	FR	86120	296	Europe/Paris	47.08041	-0.07297		Pouancay,Pouançay,Puanse,pu ang sai,Пуансе,普昂赛		75	86	861	86196
2985900	Potte	potte	FR	80190	86	Europe/Paris	49.79885	2.90018		Potte		32	80	804	80638
2985901	Potigny	potigny	FR	14420	1740	Europe/Paris	48.96925	-0.24166		Potigny		28	14	142	14516
2985904	Pothières	pothieres	FR	21400	211	Europe/Paris	47.92185	4.52072		Pothieres,Pothières		27	21	213	21499
2985908	Potelières	potelieres	FR	30500	276	Europe/Paris	44.22233	4.23802		Potelieres,Potelières,Potellieres,Potelliéres		76	30	301	30204
2985910	Potangis	potangis	FR	51260	91	Europe/Paris	48.58777	3.64461		Potangis		44	51	512	51443
2985912	Postroff	postroff	FR	57930	190	Europe/Paris	48.85137	7.08015		Postroff		44	57	575	57551
2985914	Possesse	possesse	FR	51330	144	Europe/Paris	48.88829	4.80464		Possess,Possesse,bo sai si,Поссесс,波塞斯		44	51	514	51442
2985916	Poses	poses	FR	27740	1163	Europe/Paris	49.30539	1.24353		Poses		28	27	271	27474
2985918	Posanges	posanges	FR	21350	61	Europe/Paris	47.41857	4.52583		Posanges		27	21	213	21498
2985923	Port-Villez	port-villez	FR	78270	186	Europe/Paris	49.06222	1.52315		Por-Ville,Port-Villez,Пор-Вилле,Пор-Вілле		11	78	781	78320
2985925	Portvendres	portvendres	FR	66660	4479	Europe/Paris	42.51792	3.10553		Port-Vendres,Port-de-la-Victoire,Portvendres		76	66	661	66148
2985928	Port-sur-Seille	port-sur-seille	FR	54700	195	Europe/Paris	48.90279	6.16131		Port,Port-sur-Seille		44	54	543	54433
2985929	Port-sur-Saône	port-sur-saone	FR	70170	2839	Europe/Paris	47.68774	6.05011		Port-sur-Saone,Port-sur-Saône		27	70	702	70421
2985932	Port-Saint-Père	port-saint-pere	FR	44710	2306	Europe/Paris	47.13354	-1.74911		Por-Sen-Per,Port-Boulay,Port-Saint-Pere,Port-Saint-Père,Portus Sancti Petri,Porzh-Per,Porzh-Pêr,poru=san=peru,sheng pei er gang,Пор-Сен-Пер,ポール＝サン＝ペール,圣佩尔港		52	44	442	44133
2985934	Port-Saint-Louis-du-Rhône	port-saint-louis-du-rhone	FR	13230	8503	Europe/Paris	43.38734	4.82609		Lo Port dArle,Lo Pòrt dArle,Por-Sen-Lui-dju-Ron,Port Sant Lois,Port-Saint-Louis,Port-Saint-Louis-du-Rhone,Port-Saint-Louis-du-Rhône,Pòrt Sant Loís,Saint Louis,Saint-Louis-du-Rhone,Saint-Louis-du-Rhône,sheng lu yi si-di long gang,Пор-Сен-Луи-дю-Рон,Пор-Сен-Луї-дю-Рон,圣卢伊斯-迪龙港		93	13	134	13078
2985936	Port-Sainte-Marie	port-sainte-marie	FR	47130	1928	Europe/Paris	44.25091	0.39283		Port-Sainte-Marie,Port-de-la-Montagne-sur-Garonne		75	47	471	47210
2985937	Port-Sainte-Foy-et-Ponchapt	port-sainte-foy-et-ponchapt	FR	33220	2589	Europe/Paris	44.84428	0.2096		Lo Port de Senta Fe e Ponchac,Lo Pòrt de Senta Fe e Ponchac,Por-Sent-Fua-e-Ponshap,Por-Sent-Fua-eh-Ponshap,Port-Sainte Foy,Port-Sainte-Foy-et-Ponchapt,Sent Avit de Tisac,bo er te-sheng fu wa he peng sha pu,poru=santo=fowa=e=ponsha,Пор-Сент-Фуа-е-Поншап,Пор-Сент-Фуа-э-Поншап,ポール＝サント＝フォワ＝エ＝ポンシャ,波尔特-圣富瓦和蓬沙普		75	24	241	24335
2985938	Ports	ports	FR	37800	359	Europe/Paris	47.01576	0.55398		Ports		24	37	371	37187
2985947	Porto-Vecchio	porto-vecchio	FR	20137	11820	Europe/Paris	41.59101	9.27947	16	Portivechju,Porto Vecchio,Porto-Vecchio,Porto-Vekk'o,Portus Syracusanus,poruto=vu~ekkio,wei ji ao gang,Порто-Веккьо,ポルト＝ヴェッキオ,韦基奥港		94	2A	2A4	2A247
2985955	Porto	porto	FR	20150	0	Europe/Paris	42.26588	8.70564	82			94	2A	2A1	2A198
2985958	Port-Mort	port-mort	FR	27940	870	Europe/Paris	49.16487	1.41511		Port-Mort		28	27	271	27473
2985963	Port-Louis	port-louis	FR	56290	3020	Europe/Paris	47.70638	-3.35334		Port-Liberte,Port-Liberté,Port-Louis,Port-de-l'Egalite,Port-de-l'Egalité,Porzh-Loeiz		53	56	561	56181
2985964	Port-Lesney	port-lesney	FR	39330	493	Europe/Paris	47.00054	5.82582		Por-Lene,Port-Lesney,bo er lai si nei,Пор-Лене,波尔莱斯内		27	39	391	39439
2985965	Port-le-Grand	port-le-grand	FR	80132	318	Europe/Paris	50.15122	1.74853		Por-le-Gran,Port,Port-lGrand,Port-le-Grand,da bo er,Пор-ле-Гран,大波尔		32	80	801	80637
2985967	Port-Launay	port-launay	FR	29150	492	Europe/Paris	48.21522	-4.07342		Meilh-ar-Wern,Por-Lone,Port-Launay,bo er luo nai,Пор-Лоне,波尔洛奈		53	29	292	29222
2985968	Port-La Nouvelle	port-la-nouvelle	FR	11210	6000	Europe/Paris	43.01833	3.04995		La Nouvelle,La Novela,La Novella,La Novèla,Por-la-Nuvel',Port-la-Nouvelle,bo er la nu wei er,Пор-ла-Нувель,波尔拉努韦尔		76	11	113	11266
2985972	Portiragnes	portiragnes	FR	34420	2571	Europe/Paris	43.30467	3.33523		Portiragnes,Portiran',Portiranhas,bo er di la gai,Портирань,Портірань,波尔蒂拉盖		76	34	341	34209
2985975	Portieux	portieux	FR	88330	1300	Europe/Paris	48.34466	6.34465		Port'e,Portieux,bo er di e,Портье,Портьє,波尔蒂厄		44	88	881	88355
2985982	Portet-sur-Garonne	portet-sur-garonne	FR	31120	9794	Europe/Paris	43.52317	1.40511		Porte-sjur-Garon,Porte-sjur-Garonn,Portet,Portet sobre Garona,Portet-sur-Garonne,Porteth de Garona,Portèth de Garona,jia long he pan bo tai,Порте-сюр-Гарон,Порте-сюр-Гаронн,加龙河畔波泰		76	31	311	31433
2985983	Portets	portets	FR	33640	2162	Europe/Paris	44.6972	-0.42459		Porteth,Porteths,Portets,Portèth,Portèths,bo er tai te,Портетс,波尔泰特		75	33	333	33334
2985984	Portet-de-Luchon	portet-de-luchon	FR	31110	0	Europe/Paris	42.8132	0.48652		Porte-de-Ljushon,Portet,Portet-de-Luchon,Porteth de Luishon,Portèth de Luishon,bo er tai de lu xiong,Порте-де-Люшон,波尔泰德吕雄		76	31	312	31432
2985985	Portet-d'Aspet	portet-d-aspet	FR	31160	0	Europe/Paris	42.94085	0.86567		Portet,Portet-d'Aspet		76	31	312	31431
2985986	Portet	portet	FR	64330	183	Europe/Paris	43.57977	-0.18829		Portet,Porteth,Portèth,bo er tai,Портет,波尔泰		75	64	643	64455
2985987	Portes-lès-Valence	portes-les-valence	FR	26800	8675	Europe/Paris	44.87585	4.87415		Fiancac,Fiançac,Port-le-Valans,Portas,Portes,Portes-les-Valence,Portes-lès-Valence,Pòrtas,bo er tai lai wa lang ke,Порт-ле-Валанс,波尔泰莱瓦朗克		84	26	263	26252
2985988	Portes-en-Valdaine	portes-en-valdaine	FR	26160	353	Europe/Paris	44.52908	4.9129		Portes,Portes-en-Valdaine		84	26	262	26251
2985994	Portes	portes	FR	27190	200	Europe/Paris	49.02962	0.95216		Portes		28	27	273	27472
2985995	Portes	portes	FR	27190	343	Europe/Paris	44.27032	4.02111		Portes		76	30	301	30203
2985997	Porté-Puymorens	porte-puymorens	FR	66760	161	Europe/Paris	42.54821	1.8312		Porte,Porte Pimorans,Porte i Pimorent,Porte-Pjuimoran,Porte-Puymorens,Portè,Portè i Pimorent,Porté,Porté-Puymorens,bo er tai pi yi mo lang,Порте Пиморанс,Порте-Пюиморан,Порте-Пюїморан,波尔泰皮伊莫朗		76	66	663	66147
2985999	Port-en-Bessin-Huppain	port-en-bessin-huppain	FR	14520	1984	Europe/Paris	49.3446	-0.75557		Por-an-Bessen-Juppen,Port,Port-en-Bessin,Port-en-Bessin-Huppain,bei sang yu pan gang,Пор-ан-Бессен-Юппен,贝桑于潘港		28	14	141	14515
2986001	Portel-des-Corbières	portel-des-corbieres	FR	11490	1119	Europe/Paris	43.05	2.91667				76	11	113	11295
2986002	Porte-Joie	porte-joie	FR	27430	154	Europe/Paris	49.24605	1.25455		Porte-Joie		28	27	271	27471
2986013	Port-de-Piles	port-de-piles	FR	86220	548	Europe/Paris	47.00267	0.6002		Port-de-Piles		75	86	861	86195
2986015	Port-d'Envaux	port-d-envaux	FR	17350	0	Europe/Paris	45.837	-0.68082		Port-d'Envaux		75	17	174	17285
2986018	Port-de-Lanne	port-de-lanne	FR	40300	759	Europe/Paris	43.56479	-1.17911		Lanne,Port-de-Lanne,Port-de-Lannes		75	40	401	40231
2986025	Port-de-Bouc	port-de-bouc	FR	13110	15934	Europe/Paris	43.40657	4.9809	5	Lo Port de Boc,Lo Pòrt de Boc,Por-de-Buk,Port-de-Boue,bo er de bu ke,Пор-де-Бук,波尔德布克		93	13	134	13077
2986032	Port-Brillet	port-brillet	FR	53410	1940	Europe/Paris	48.11283	-0.97179		Por-Brie,Port-Brillet,bo er bu li lai,Пор-Бріє,波尔布里莱		52	53	532	53182
2986038	Portbail	portbail	FR	50580	1726	Europe/Paris	49.33571	-1.6956		Porbaj,Portbail,bo er te bai,Порбай,波尔特拜		28	50	502	50412
2986041	Porta	porta	FR	66760	106	Europe/Paris	42.52603	1.8253		Porta		76	66	663	66146
2986042	La Porta	la-porta	FR	20237	215	Europe/Paris	42.41667	9.35		A Porta dAmpugnani,La Porta,La-Porta,Portar,Porto,la pwrta,Ла-Порта,لا پورتا		94	2B	2B3	2B246
2986045	Port	port	FR	01460	896	Europe/Paris	46.1642	5.56831		Port		84	01	014	01307
2986046	Porspoder	porspoder	FR	29840	1651	Europe/Paris	48.5088	-4.76531		Porspode,Porspoder,bo er si bo dai,Порсподе,波尔斯波代		53	29	291	29221
2986054	Porri	porri	FR	20215	51	Europe/Paris	42.45305	9.43401		Porri		94	2B	2B3	2B245
2986058	Porquéricourt	porquericourt	FR	60400	381	Europe/Paris	49.59475	2.95842		Porquericourt,Porquéricourt		32	60	603	60511
2986059	Pornichet	pornichet	FR	44380	10584	Europe/Paris	47.26682	-2.33794		Pornichet,Pornishe,Pornizhan,bo er ni xie,Порніше,波尔尼谢		52	44	443	44132
2986060	Pornic	pornic	FR	44210	12897	Europe/Paris	47.11581	-2.10331		Pornic,Pornik,Pornizh,Porsnitus,Roche-Peltier,bo er ni ke,porunikku,Порнік,ポルニック,波尔尼克		52	44	443	44131
2986066	Pordic	pordic	FR	22590	5441	Europe/Paris	48.57089	-2.81714		Pordic,Pordik,Porzhig,bo er di ke,Пордик,Пордік,波尔迪克		53	22	224	22251
2986071	Porcheville	porcheville	FR	78440	2630	Europe/Paris	48.97254	1.77973		Porcheville,Porshvil',Поршвиль,Поршвіль		11	78	781	78501
2986072	Porcheux	porcheux	FR	60390	265	Europe/Paris	49.33179	1.92422		Porcheux		32	60	601	60510
2986075	Porchères	porcheres	FR	33660	795	Europe/Paris	45.02967	0.01031		Porcheres,Porchères		75	33	335	33332
2986077	Porcelette	porcelette	FR	57890	2550	Europe/Paris	49.15657	6.65513		Porcelette,Porselett,bo er se lai te,Порселетт,波尔瑟莱特		44	57	573	57550
2986078	Porcaro	porcaro	FR	56380	542	Europe/Paris	47.91034	-2.19908		Porcaro,Porzh-Karozh		53	56	563	56180
2986080	Popolasca	popolasca	FR	20218	39	Europe/Paris	42.43377	9.13427		Popolasca,Popolaska,Upulasca,Пополаска		94	2B	2B3	2B244
2986083	Popian	popian	FR	34230	276	Europe/Paris	43.61937	3.53589		Popian		76	34	342	34208
2986087	Pontvallain	pontvallain	FR	72510	1350	Europe/Paris	47.75086	0.19193		Pontvallain,Ponvallen,Ponvallenum,Понваллен		52	72	721	72243
2986091	Pont-Trambouze	pont-trambouze	FR	69240	513	Europe/Paris	46.07172	4.31406		Pont-Trambouze		84	69	692	69066
2986092	Pont-sur-Yonne	pont-sur-yonne	FR	89140	3272	Europe/Paris	48.28297	3.20198		Pon-sjur-Ionn,Pont,Pont-sur-Yonne,yue ne he pan peng,Пон-сюр-Іонн,Пон-сюр-Ионн,约讷河畔蓬		27	89	893	89309
2986093	Pont-sur-Vanne	pont-sur-vanne	FR	89190	190	Europe/Paris	48.18438	3.44371		Pont,Pont-sur-Vanne		27	89	893	89308
2986094	Pont-sur-Seine	pont-sur-seine	FR	10400	952	Europe/Paris	48.51756	3.59623		Pon-sjur-Sen,Pont,Pont-sur-Seine,sai na he pan peng,Пон-сюр-Сен,塞纳河畔蓬		44	10	102	10298
2986095	Pont-sur-Sambre	pont-sur-sambre	FR	59138	2635	Europe/Paris	50.22195	3.84693		Pon-sjur-Sambr,Pont,Pont-sur-Sambre,sang bu er he qiao cun,Пон-сюр-Самбр,桑布尔河桥村		32	59	591	59467
2986096	Pont-sur-Meuse	pont-sur-meuse	FR	55200	144	Europe/Paris	48.80188	5.54855		Pont,Pont-sur-Meuse		44	55	552	55407
2986097	Pont-sur-Madon	pont-sur-madon	FR	88500	133	Europe/Paris	48.36798	6.15299		Pont,Pont-sur-Madon		44	88	881	88354
2986098	Pont-sur-l'Ognon	pont-sur-l-ognon	FR	70110	0	Europe/Paris	47.52149	6.38661		Pont,Pont-sur-l'Ognon		27	70	701	70420
2986101	Ponts-et-Marais	ponts-et-marais	FR	76260	0	Europe/Paris	50.04597	1.44596		Ponts,Ponts-et-Marais		28	76	761	76507
2986102	Pont-Scorff	pont-scorff	FR	56620	2826	Europe/Paris	47.83425	-3.40338		Pon-Skorff,Pons Scorvi,Pont-Scorff,Pont-Skorf,peng si ke er,Пон-Скорфф,蓬斯科尔		53	56	561	56179
2986103	Pont-Salomon	pont-salomon	FR	43330	1725	Europe/Paris	45.33777	4.24781		Pont-Salomon		84	43	433	43153
2986104	Pont-Saint-Vincent	pont-saint-vincent	FR	54550	2147	Europe/Paris	48.60519	6.0985		Pon-Sen-Vensan,Pont-Saint-Vincent,Pont-la-Montagne,peng sheng wan sang,Пон-Сен-Венсан,蓬圣万桑		44	54	543	54432
2986105	Pont-Saint-Pierre	pont-saint-pierre	FR	27360	1092	Europe/Paris	49.33561	1.27601		Pont-Saint-Pierre		28	27	271	27470
2986106	Pont-Saint-Martin	pont-saint-martin	FR	44860	5114	Europe/Paris	47.12421	-1.58476		Pont-Saint-Martin		52	44	442	44130
2986107	Pont Saint-Martin	pont-saint-martin	FR	44860	0	Europe/Paris	46.18565	0.94529				75	87	871	87139
2986108	Pont-Saint-Mard	pont-saint-mard	FR	02380	180	Europe/Paris	49.5	3.28333		Pont-Saint-Mard,Pont-sur-Lette		32	02	022	02616
2986109	Pont-Saint-Esprit	pont-saint-esprit	FR	30119 CEDEX	10002	Europe/Paris	44.25656	4.6478		Lo Pont Sant Esperit,Lo Pont de Sent Esperit,Lo Pònt Sant Esperit,Lo Pònt de Sent Esperit,Pon-Sent-Ehspri,Pon-Sent-Espri,Pont-Saint-Esprit,Pont-sur-Rhone,Pont-sur-Rhône,peng sheng ai si pu li,pon=san=tesupuri,Пон-Сент-Еспри,Пон-Сент-Еспрі,Пон-Сент-Эспри,ポン＝サン＝テスプリ,蓬圣埃斯普里		76	30	302	30202
2986110	Pont-Sainte-Maxence	pont-sainte-maxence	FR	60700	13732	Europe/Paris	49.30168	2.60467		Pon-Sent-Maksans,Pont,Pont-Sainte-Maxence,Pont-la-Montagne,Pont-sur-Oise,peng sheng ma ke sang ke,Пон-Сент-Максанс,蓬圣马克桑克		32	60	604	60509
2986111	Pont-Sainte-Marie	pont-sainte-marie	FR	10150	5161	Europe/Paris	48.31848	4.09447		Pont,Pont-Sainte-Marie		44	10	103	10297
2986112	Ponts	ponts	FR	50300	464	Europe/Paris	48.70169	-1.34613		Ponts		28	50	501	50411
2986113	Pontruet	pontruet	FR	02490	334	Europe/Paris	49.90896	3.23107		Pontruet		32	02	023	02615
2986114	Pontru	pontru	FR	02490	277	Europe/Paris	49.90427	3.21606		Pontru		32	02	023	02614
2986121	Pontrieux	pontrieux	FR	22260	1301	Europe/Paris	48.69755	-3.15948		Pontrev,Pontrieux		53	22	222	22250
2986122	Pont-Remy	pont-remy	FR	80580	1535	Europe/Paris	50.05	1.91667				32	80	801	80635
2986127	Pontpoint	pontpoint	FR	60700	2936	Europe/Paris	49.3	2.65		Ponpuen,Pontpoint,peng te pu an,Понпуен,蓬特普安		32	60	604	60508
2986129	Pontpierre	pontpierre	FR	57380	808	Europe/Paris	49.04365	6.64008		Pontpierre		44	57	573	57549
2986130	Pontoy	pontoy	FR	57420	456	Europe/Paris	49.01665	6.28449		Pontoy		44	57	579	57548
2986132	Pontoux	pontoux	FR	71270	159	Europe/Paris	46.92391	5.11101		Pontoux		27	71	712	71355
2986134	Pontours	pontours	FR	24150	178	Europe/Paris	44.83622	0.76188		Pontors,Pontours,Pontur,peng tu er,Понтур,蓬图尔		75	24	241	24334
2986136	Pontorson	pontorson	FR	50170	4147	Europe/Paris	48.55316	-1.50754		Ardevoun,Ardévoun,Pontorson,peng tuo er song,Ποντορσόν,Понторсон,蓬托尔松		28	50	501	50410
2986137	Pontonx-sur-l'Adour	pontonx-sur-l-adour	FR	40465	2488	Europe/Paris	43.78783	-0.92508		Pontonx,Pontonx-sur-l'Adour,Pontoux		75	40	401	40230
2986138	Pontoise-lès-Noyon	pontoise-les-noyon	FR	60400	452	Europe/Paris	49.55419	3.04645		Pontoise,Pontoise-les-Noyon,Pontoise-lès-Noyon		32	60	603	60507
2986140	Pontoise	pontoise	FR	95000	30290	Europe/Paris	49.05	2.1		POX,Pontisara,Pontoaz,Pontoise,Pontuaz,peng tu wa ci,pngtws,pongtuajeu,pontowazu,pwntwaz,Понтоаз,Понтуаз,پونتوآز,ปงตวซ,ポントワーズ,蓬图瓦兹,퐁투아즈	95	11	95	953	95500
2986141	Pont-Noyelles	pont-noyelles	FR	80115	737	Europe/Paris	49.94072	2.44441		Pon-Nuael',Pont Noyelle,Pont-Noeyelle,Pont-Noyelles,Pont-Noéyelle,peng nu wa ye er,Пон-Нуаєль,蓬努瓦耶尔		32	80	802	80634
2986143	Pont-Melvez	pont-melvez	FR	22390	663	Europe/Paris	48.46061	-3.3066		Pont-Melvez		53	22	222	22249
2986145	Pontmain	pontmain	FR	53220	941	Europe/Paris	48.43897	-1.05902		Ponmen,Pontmaen,Pontmain,peng te man,Понмен,蓬特曼		52	53	533	53181
2986149	Pontlevoy	pontlevoy	FR	41400	1604	Europe/Paris	47.39002	1.25465		Ponlevua,Pontlevoy,peng te lei wa,Понлевуа,蓬特勒瓦		24	41	413	41180
2986150	Pont-l'Évêque	pont-l-eveque	FR	14130	0	Europe/Paris	49.56388	2.98879		Pont-Port,Pont-l'Eveque,Pont-l'Évêque		32	60	603	60506
2986151	Pont-l'Évêque	pont-l-eveque	FR	14130	4739	Europe/Paris	49.28912	0.19161		Pont-Chalier,Pont-Chartier,Pont-Châlier,Pont-Libre,Pont-l'Eveque,Pont-l'Évêque		28	14	143	14514
2986152	Pont-les-Moulins	pont-les-moulins	FR	25110	174	Europe/Paris	47.31667	6.36667		Pont		27	25	251	25465
2986153	Pont-lès-Bonfays	pont-les-bonfays	FR	88260	91	Europe/Paris	48.1688	6.13414		Pont,Pont-les-Bonfays,Pont-lès-Bonfays		44	88	882	88353
2986154	Pont-la-Ville	pont-la-ville	FR	52120	146	Europe/Paris	48.08256	4.89101		Pont-la-Ville		44	52	521	52399
2986155	Pont-l'Abbé-d'Arnoult	pont-l-abbe-d-arnoult	FR	17250	1716	Europe/Paris	45.82845	-0.87493		La Nuelle,Pont-Libre,Pont-l'Abbe,Pont-l'Abbe-d'Arnoult,Pont-l'Abbé,Pont-l'Abbé-d'Arnoult		75	17	174	17284
2986158	Pont-l'Abbé	pont-l-abbe	FR	29120	6791	Europe/Paris	47.8669	-4.22416		Abbatis pons,Pon-l'Abbe,Pont L´Abbe,Pont l´Abbe,Pont-'n-Abad,Pont-Marat,Pont-l'Abbe,Pont-l'Abbé,Pont-l’Abbé,peng la bei,Пон-л'Аббе,蓬拉贝		53	29	294	29220
2986160	Pontivy	pontivy	FR	56300	16752	Europe/Paris	48.06835	-2.96645		Pondi,Pondivi,Pontivi,Pontivium,Pontivy,peng di wei,pontivu~i,Понтиви,Понтіві,ポンティヴィ,蓬蒂维	562	53	56	562	56178
2986161	Pontis	pontis	FR	05160	47	Europe/Paris	44.50407	6.35737		Pontis		93	04	041	04154
2986167	Pontigny	pontigny	FR	89230	0	Europe/Paris	49.14684	6.416				44	57	573	57150
2986168	Pontigny	pontigny	FR	89230	823	Europe/Paris	47.90529	3.71198		Pontigny,Pontin'i,peng di ni,pontini,Понтиньи,Понтіньї,ポンティニー,蓬蒂尼		27	89	891	89307
2986169	Pontigné	pontigne	FR	49150	263	Europe/Paris	47.54739	-0.03997		Pontigne,Pontigné,Pontin'e,peng di nie,Понтіньє,蓬蒂涅		52	49	493	49018
2986265	Pont-d'Ain	pont-d-ain	FR	01160	2867	Europe/Paris	46.05583	5.33974		Pont-d'Ain		84	01	014	01304
2986170	Pontiacq-Viellepinte	pontiacq-viellepinte	FR	64460	124	Europe/Paris	43.36082	-0.05175		Pont'jak-V'el'pent,Pontiac e Vielapinta,Pontiac e Vièlapinta,Pontiac-Vielapinta,Pontiac-Vièlapinta,Pontiacq,Pontiacq-Viellepinte,Pontiak-V'ellepent,Pontiak-Vellepent,peng di a wei ye lei pan te,Понтиак-Вьеллепент,Понтьяк-Вьельпент,Понтіак-Вєллепент,蓬蒂阿维耶勒潘特		75	64	643	64454
2986173	Ponthoux	ponthoux	FR	39170	82	Europe/Paris	46.39638	5.811		Ponthoux		27	39	393	39286
2986175	Ponthoile	ponthoile	FR	80860	556	Europe/Paris	50.21434	1.71055		Ponthoile,Pontoele,Pontoéle,Pontual',peng tu wa lei,Понтуаль,蓬图瓦勒		32	80	801	80633
2986176	Ponthion	ponthion	FR	51300	114	Europe/Paris	48.75906	4.71357		Pont'jon,Ponthion,peng di weng,Понтьйон,蓬蒂翁		44	51	514	51441
2986179	Ponthévrard	ponthevrard	FR	78730	544	Europe/Paris	48.55194	1.91049		Ponthevrard,Ponthévrard		11	78	782	78499
2986181	Pont-Hébert	pont-hebert	FR	50880	1769	Europe/Paris	49.16714	-1.13428		Pont-Hebert,Pont-Hébert		28	50	504	50409
2986183	Pontgouin	pontgouin	FR	28190	997	Europe/Paris	48.48166	1.16006		Pontgouin		24	28	281	28302
2986185	Pontgibaud	pontgibaud	FR	63230	879	Europe/Paris	45.83242	2.85095		Pons Gibaldi,Pontgibaud,Ponzhibo,peng te ji bo,Понжибо,蓬特吉博		84	63	634	63285
2986186	Pontfaverger-Moronvilliers	pontfaverger-moronvilliers	FR	51490	1398	Europe/Paris	49.29702	4.31657		Ponfaverzhe-Moronvil'e,Pontfaverger,Pontfaverger-Moronvilliers,peng te fa wei er re mo long wei li ye er,Понфаверже-Моронвільє,蓬特法韦尔热莫龙维利耶尔		44	51	513	51440
2986188	Pont-Farcy	pont-farcy	FR	14380	0	Europe/Paris	48.93333	-1.03333		Pon-Farsi,peng fa er xi,Пон-Фарси,Пон-Фарсі,蓬法尔西		28	14	144	14619
2986189	Ponteyraud	ponteyraud	FR	24410	44	Europe/Paris	45.19351	0.2426		Ponteyraud		75	24	243	24216
2986190	Pontevès	ponteves	FR	83670	624	Europe/Paris	43.5537	6.02923		Ponteve,Ponteves,Pontevès,Pontevés,Pontheves,Ponthèves,peng te wei,Понтеве,Понтевес,蓬特韦		93	83	833	83095
2986191	Pont-Évêque	pont-eveque	FR	38780	5479	Europe/Paris	45.53217	4.90922		Pont-Eveque,Pont-Évêque		84	38	383	38318
2986193	Pont-et-Massène	pont-et-massene	FR	21140	183	Europe/Paris	47.47012	4.35762		Pont-et-Massene,Pont-et-Massène		27	21	213	21497
2986198	Pontenx-les-Forges	pontenx-les-forges	FR	40200	1174	Europe/Paris	44.24129	-1.12096		Pontenx,Pontenx-les-Forges		75	40	402	40229
2986200	Pont-en-Royans	pont-en-royans	FR	38680	1016	Europe/Paris	45.0625	5.34094		Lo Pont de Santa Eulalia,Pon-an-Ruajan,Pont,Pont-an-Ruajan,Pont-en-Royans,Pont-sur-Bourne,lu wa ang de qu peng,Пон-ан-Руаян,Понт-ан-Руайан,鲁瓦昂地区蓬		84	38	381	38319
2986203	Ponteils-et-Brésis	ponteils-et-bresis	FR	30450	300	Europe/Paris	44.40299	3.97652		Ponteils,Ponteils-et-Bresis,Ponteils-et-Brésis		76	30	301	30201
2986204	Ponteilla	ponteilla	FR	66300	1996	Europe/Paris	42.62659	2.81427		Ponteilla,Pontella,Pontellà		76	66	662	66145
2986206	Pontécoulant	pontecoulant	FR	14110	114	Europe/Paris	48.87762	-0.58881		Pontecoulant,Pontekulan,Pontécoulant,peng tai ku lang,pwntkwlnt,Понтекулан,پونتکولنت,蓬泰库朗		28	14	144	14512
2986213	Pont-du-Navoy	pont-du-navoy	FR	39300	231	Europe/Paris	46.72365	5.77656		Pont-du-Navoy		27	39	392	39437
2986219	Pont-du-Château	pont-du-chateau	FR	63430	9474	Europe/Paris	45.7983	3.24839		Pon-dju-Shato,Pont dau Chastel,Pont dau Chastèl,Pont-du-Chateau,Pont-du-Château,Pont-sur-Allier,peng di sha tuo,pon=de~yu=shato,Пон-дю-Шато,ポン＝デュ＝シャトー,蓬迪沙托		84	63	632	63284
2986220	Pont-du-Casse	pont-du-casse	FR	47480	4449	Europe/Paris	44.22951	0.67679		Lo Pont del Casso,Pon-dju-Kass,Pont del Casso,Pont-du-Casse,peng di ka si,Пон-дю-Касс,蓬迪卡斯		75	47	471	47209
2986221	Pont-du-Bois	pont-du-bois	FR	70210	113	Europe/Paris	47.97104	6.12596		Pont,Pont-du-Bois		27	70	701	70419
2986223	Pont-d'Héry	pont-d-hery	FR	39110	0	Europe/Paris	46.87179	5.90005		Pont-d'Hery,Pont-d'Héry		27	39	391	39436
2986225	Pont-de-Veyle	pont-de-veyle	FR	01290	1696	Europe/Paris	46.26166	4.88612		Pon de Vel,Pon-de-Vejl',Pon-de-Vel',Pont,Pont-de-Veyle,bwn-dw-fy,peng de wei er,Пон-де-Вейль,Пон-де-Вель,Պոն դե Վել,بون-دو-في,蓬德韦尔		84	01	012	01306
2986227	Pont-de-Vaux	pont-de-vaux	FR	01190	2055	Europe/Paris	46.43326	4.94473		Pont,Pont-de-Vaux		84	01	012	01305
2986233	Pont-de-Salars	pont-de-salars	FR	12290	1515	Europe/Paris	44.28134	2.72743		Le Pont-de-Salars,Lo Pont de Salars,Lo Pònt de Salars,Pon-de-Salar,Pont-de-Salars,peng de sa la er,Пон-де-Салар,蓬德萨拉尔		76	12	121	12185
2986235	Pont-de-Ruan	pont-de-ruan	FR	37260	623	Europe/Paris	47.26155	0.57541		Pont-de-Ruan		24	37	372	37186
2986237	Pont-de-Roide	pont-de-roide	FR	25150	4989	Europe/Paris	47.38738	6.7684		Pon-de-Ruad,Pont-de-Roide,Pont-de-Roide-Vermondans,peng de lu wa de,Пон-де-Руад,蓬德鲁瓦德		27	25	252	25463
2986240	Pont-de-Poitte	pont-de-poitte	FR	39130	627	Europe/Paris	46.58712	5.69135		Pont-de-Poitte		27	39	392	39435
2986244	Pont-de-Metz	pont-de-metz	FR	80480	1682	Europe/Paris	49.8782	2.24266		Pont-de-Metz		32	80	802	80632
2986246	Pont-de-l'Isère	pont-de-l-isere	FR	26600	0	Europe/Paris	45.00988	4.86801		Pont-de-l'Isere,Pont-de-l'Isère		84	26	263	26250
2986248	Pont-de-Larn	pont-de-larn	FR	81660	2913	Europe/Paris	43.50447	2.40582		Pont-de-Larn		76	81	812	81209
2986249	Pont-de-l'Arche	pont-de-l-arche	FR	27340	0	Europe/Paris	49.30324	1.15481		Pon-de-l'Arsh,Pont-de-l'Arche,Pont-de-l’Arche,peng de la er ke,Пон-де-л'Арш,蓬德拉尔克		28	27	271	27469
2986253	Pont-de-Labeaume	pont-de-labeaume	FR	07380	508	Europe/Paris	44.6667	4.2897		Pon-de-Labom,Pont de la Bauma,Pont-de-Labeaume,Pònt de la Bauma,peng de la bo mu,Пон-де-Лабом,蓬德拉博姆		84	07	071	07178
2986257	Pont-de-Chéruy	pont-de-cheruy	FR	38230	4609	Europe/Paris	45.75344	5.17245		Pon-de-Sherjui,Pont-de-Cheruy,Pont-de-Chéruy,peng de xie lu yi,pwndwshrwy,Пон-де-Шерюи,Пон-де-Шерюї,پوندوشروی,蓬德谢吕伊		84	38	382	38316
2986260	Pont-de-Buis-lès-Quimerch	pont-de-buis-les-quimerch	FR	29590	0	Europe/Paris	48.25	-4.08333		Pon-de-Bjui-le-Kimersh,Pont de Buism,Pont-ar-Veuzenn-Kimerch,peng de bi yi si-lai si-qu yi mei er ke,Пон-де-Бюи-ле-Кимерш,Пон-де-Бюї-ле-Кімерш,蓬德比伊斯-莱斯-屈伊梅尔克		53	29	292	29302
2986261	Pont-de-Briques	pont-de-briques	FR	62361 CEDEX	0	Europe/Paris	50.68419	1.62744		Pont-de-Briques		32	62	623	62755
2986263	Pont-de-Barret	pont-de-barret	FR	26160	491	Europe/Paris	44.60089	5.01203		Pont-de-Barret		84	26	262	26249
2986266	Pont Croix	pont-croix	FR	29790	0	Europe/Paris	48.49774	-4.05565		Pont Croix		53	29	293	29097
2986267	Pont-Croix	pont-croix	FR	29790	1849	Europe/Paris	48.04088	-4.48714		Pon-Krua,Pont-Croix,Pont-Libre,Pontekroaz,peng ke lu wa,pon=kurowa,Пон-Круа,ポン＝クロワ,蓬克鲁瓦		53	29	294	29218
2986268	Pontcirq	pontcirq	FR	46150	148	Europe/Paris	44.54789	1.26277		Pontcirq		76	46	461	46223
2986270	Le Pont-Chrétien-Chabenet	le-pont-chretien-chabenet	FR	36800	0	Europe/Paris	46.61667	1.46667		Le-Pon-Kret'en-Shabene,lei peng ke lei di an sha bo nei,Ле-Пон-Кретьен-Шабене,Ле-Пон-Кретьєн-Шабене,勒蓬克雷蒂安沙伯内		24	36	362	36161
2986271	Pontchâteau	pontchateau	FR	44160	8474	Europe/Paris	47.43868	-2.09422		Pons Castelli,Ponshato,Pontchateau,Pontchâteau,Pontkastell-Keren,peng te sha tuo,Поншато,蓬特沙托		52	44	443	44129
2986273	Pontcharraud	pontcharraud	FR	23260	100	Europe/Paris	45.86445	2.27153		Pontcharraud		75	23	231	23156
2986274	Pontcharra-sur-Turdine	pontcharra-sur-turdine	FR	69490	2274	Europe/Paris	45.87413	4.48989		Ponsharra-sjur-Tjurdin,Pontcharra,Pontcharra-sur Tardine,Pontcharra-sur-Turdine,Поншарра-сюр-Тюрдін		84	69	692	69157
2986275	Pontcharra	pontcharra	FR	38530	6948	Europe/Paris	45.43588	6.01782		Ponsharra,Pont-Charra,Pont-Charrâ,Pontcharra,Pontcharra vald,Pontcharra-sur-Breda,Pontcharra-sur-Bréda,peng te sha er la,Поншарра,蓬特沙尔拉		84	38	381	38314
2986276	Pontchardon	pontchardon	FR	61120	311	Europe/Paris	48.93051	0.26577				28	61	613	61333
2986277	Pontcey	pontcey	FR	70360	285	Europe/Paris	47.63	6.02893		Pontcey		27	70	702	70417
2986279	Pontcarré	pontcarre	FR	77135	1980	Europe/Paris	48.79772	2.70508		Ponkarre,Pontcarre,Pontcarré,Понкарре		11	77	773	77374
2986282	Pont-Bellanger	pont-bellanger	FR	14380	90	Europe/Paris	48.93333	-0.97702		Pon-Bellanzhe,Pont-Bellanger,Pont-Bellenger,peng bei lang re,Пон-Белланже,蓬贝朗热		28	14	144	14511
2986284	Pontavert	pontavert	FR	02160	448	Europe/Paris	49.40655	3.82119		Pontavert		32	02	022	02613
2986285	Pont-à-Vendin	pont-a-vendin	FR	62880	2949	Europe/Paris	50.47358	2.88884		Pont-a-Vanden,Pont-a-Vendin,Pont-à-Vendin,bwnt afyndyn,peng ta wang dan,Понт-а-Ванден,بونت أفيندين,蓬塔旺丹		32	62	627	62666
2986286	Pont-Aven	pont-aven	FR	29930	3129	Europe/Paris	47.85536	-3.74799		Aveni pons,Pon-Avan,Pont-Aven,a wang qiao,pon=tavu~an,pongtaben,pwn-awan,Пон-Аван,Понт-Авен,פונט אוון,پون-آوان,ポン＝タヴァン,阿旺桥,퐁타벤		53	29	294	29217
2986289	Pont-Authou	pont-authou	FR	27290	711	Europe/Paris	49.24411	0.71294		Pont-Authou,Pont-Otu,peng ao tu,Понт-Оту,蓬奥图		28	27	272	27468
2986292	Pontaumur	pontaumur	FR	63380	922	Europe/Paris	45.86851	2.67472		Pontaumur		84	63	634	63283
2986294	Pont-Audemer	pont-audemer	FR	27500	9666	Europe/Paris	49.35	0.51667		Pont Audemer,Pont-Audemer,Pont-Odeme,peng ao dai mei,Понт-Одеме,蓬奥代梅		28	27	272	27467
2986295	Pontaubert	pontaubert	FR	89200	394	Europe/Paris	47.48925	3.86187		Pontober,peng tuo bei er,Понтобер,蓬托贝尔		27	89	892	89306
2986296	Pontaubault	pontaubault	FR	50220	457	Europe/Paris	48.62933	-1.35158		Pontaubault,Pontobo,Pontompo,peng tuo bo er,Ποντομπό,Понтобо,蓬托博尔		28	50	501	50408
2986300	Pontarmé	pontarme	FR	60520	595	Europe/Paris	49.15335	2.55024		Pontarme,Pontarmé,peng ta er mei,Понтарме,蓬塔尔梅		32	60	604	60505
2986302	Pontarlier	pontarlier	FR	25300	20313	Europe/Paris	46.90347	6.35542		Pontarl'e,Pontarlier,peng ta er li ye,pontarurie,pwntralyh,Понтарлье,Понтарльє,پونترالیه,ポンタルリエ,蓬塔尔利耶	253	27	25	253	25462
2986303	Pontarion	pontarion	FR	23250	381	Europe/Paris	45.99734	1.84928		Pont a Riom,Pont-a-riom,Pontar'on,Pontarion,Pontarjon,peng ta li weng,Понтарйон,Понтарьон,蓬塔里翁		75	23	232	23155
2986304	Pont-Arcy	pont-arcy	FR	02160	110	Europe/Paris	49.39452	3.63059		Pont-Arcy		32	02	024	02612
2986306	Pont-à-Mousson	pont-a-mousson	FR	54700	15411	Europe/Paris	48.90702	6.05635		Mussipons,Pont-a-Mousson,Pont-a-Musson,Pont-à-Mousson,peng a mu song,ponta=musson,Понт-а-Муссон,ポンタ＝ムッソン,蓬阿穆松		44	54	543	54431
2986307	Pont-à-Marcq	pont-a-marcq	FR	59710	2265	Europe/Paris	50.52213	3.11441		Pont-a-Marck,Pont-a-Marcq,Pont-a-Marq,Pont-à-Marcq,Pont-à-Marq		32	59	595	59466
2986308	Pontamafrey-Montpascal	pontamafrey-montpascal	FR	73300	0	Europe/Paris	45.31667	6.33333		Pontamafre-Monpaskal',Понтамафре-Монпаскаль		84	73	733	73135
2986309	Pontaix	pontaix	FR	26150	148	Europe/Paris	44.75273	5.26352		Pontaix		84	26	261	26248
2986310	Pontailler-sur-Saône	pontailler-sur-saone	FR	21270	1394	Europe/Paris	47.30455	5.41479		Pontailler,Pontailler-sur-Saone,Pontailler-sur-Saône		27	21	212	21496
2986313	Pontacq	pontacq	FR	64530	2815	Europe/Paris	43.18564	-0.11463		Pontac,Pontacq,Pontak,peng ta,Понтак,蓬塔		75	64	643	64453
2986320	Pont	pont	FR	21130	0	Europe/Paris	48.00607	6.62873				44	88	881	88148
2986321	Pont	pont	FR	21130	93	Europe/Paris	47.17634	5.31581		Pont		27	21	212	21495
2986322	Pont	pont	FR	21130	0	Europe/Paris	47.1772	5.3167				27	21	212	21495
2986325	Ponsonnas	ponsonnas	FR	38350	0	Europe/Paris	44.89089	5.7957		Ponsonnas		84	38	381	38313
2986327	Ponson-Dessus	ponson-dessus	FR	64460	249	Europe/Paris	43.31471	-0.05473		Poncon Dessus,Ponson Dessus,Ponson Dessùs,Ponson-Desjus,Ponson-Dessju,Ponson-Dessus,Ponçon Dessús,peng song dai xu,Понсон-Дессю,Понсон-Десюс,蓬松代叙		75	64	643	64452
2986328	Ponson-Debat-Pouts	ponson-debat-pouts	FR	64460	88	Europe/Paris	43.33254	-0.04708		Poncon Devath e lo Potz,Ponson-Deba-Puts,Ponson-Debat,Ponson-Debat-Pouts,Ponson-Devath-Lo Potz,Ponçon Devath e lo Potz,peng song dai ba pu te,Понсон-Деба-Путс,蓬松代巴普特		75	64	643	64451
2986331	Ponsas	ponsas	FR	26240	493	Europe/Paris	45.16088	4.83506		Poncas,Ponsa,Ponsas,Ponçàs,peng sa,Понса,蓬萨		84	26	263	26247
2986332	Ponsan-Soubiran	ponsan-soubiran	FR	32300	122	Europe/Paris	43.35077	0.48349		Ponsan,Ponsan-Soubiran		76	32	323	32324
2986333	Ponsampère	ponsampere	FR	32300	116	Europe/Paris	43.45545	0.37655		Ponsampere,Ponsampère,Ponsanpere,Ponsanpère		76	32	323	32323
2986335	Pons	pons	FR	17800	5111	Europe/Paris	45.58015	-0.54813		Pons		75	17	171	17283
2986336	Pons	pons	FR	17800	0	Europe/Paris	45.31826	2.64046				84	15	152	15162
2986337	Pons	pons	FR	17800	0	Europe/Paris	45.23333	2.43333				84	15	152	15006
2986338	Pons	pons	FR	17800	0	Europe/Paris	44.71704	2.55243		Pons		76	12	122	12226
2986339	Pons	pons	FR	17800	0	Europe/Paris	44.48672	0.96815				75	47	473	47185
2986343	Ponlat-Taillebourg	ponlat-taillebourg	FR	31210	549	Europe/Paris	43.11143	0.59958		Ponlat,Ponlat-Taillebourg		76	31	312	31430
2986344	Ponet-et-Saint-Auban	ponet-et-saint-auban	FR	26150	97	Europe/Paris	44.78718	5.31661		Ponet,Ponet-et-Saint-Auban,Ponêt		84	26	261	26246
2986351	Pondaurat	pondaurat	FR	33190	380	Europe/Paris	44.53699	-0.0879		Pondaurat,Pondorat,Pont Daurat,Pontdaurat,peng duo la,Пондорат,蓬多拉		75	33	333	33331
2986353	Poncins	poncins	FR	42110	768	Europe/Paris	45.72508	4.17012		Poncins		84	42	421	42174
2986354	Poncin	poncin	FR	01450	1557	Europe/Paris	46.08531	5.4112		Poncin		84	01	014	01303
2986356	Ponchon	ponchon	FR	60430	1085	Europe/Paris	49.34652	2.19677		Ponchon		32	60	601	60504
2986358	Ponches-Estruval	ponches-estruval	FR	80150	128	Europe/Paris	50.30949	1.89421		Ponches,Ponches-Estruval		32	80	801	80631
2986360	Poncey-sur-l'Ignon	poncey-sur-l-ignon	FR	21440	0	Europe/Paris	47.49465	4.76107		Poncey,Poncey-sur-l'Ignon		27	21	212	21494
2986361	Poncey-lès-Athée	poncey-les-athee	FR	21130	412	Europe/Paris	47.24022	5.38948		Poncey,Poncey-les-Athee,Poncey-lès-Athée,Ponse-lez-Ate,peng sai lai a tai ai,pnsy-l-zath,Понсе-лез-Ате,پنسی-ل-زاته,蓬塞莱阿泰埃		27	21	212	21493
2986367	Pomy	pomy	FR	11300	54	Europe/Paris	43.05927	2.06498		Pomy		76	11	112	11294
2986368	Pomps	pomps	FR	64370	194	Europe/Paris	43.4909	-0.54144		Pom,Pomps,Poms,Pon,peng pu,Пом,Пон,蓬普		75	64	643	64450
2986369	Pomport	pomport	FR	24240	747	Europe/Paris	44.7798	0.41824		Pompor,Pomport,Pompòrt,peng bo er,Помпор,蓬波尔		75	24	241	24331
2986370	Pomponne	pomponne	FR	77400	3324	Europe/Paris	48.8813	2.68232		Pomponne		11	77	775	77372
2986372	Pompogne	pompogne	FR	47420	150	Europe/Paris	44.25592	0.0513		Pompogne		75	47	474	47208
2986374	Pompignan	pompignan	FR	30170	709	Europe/Paris	43.89491	3.85641		Pompignan		76	30	303	30200
2986375	Pompignan	pompignan	FR	30170	1076	Europe/Paris	43.81768	1.31209		Pompignan,Pompignan-Montagne		76	82	822	82142
2986376	Pompignac	pompignac	FR	33370	2734	Europe/Paris	44.85115	-0.43711		Pompignac,Pompin'jak,Pompinhac,peng pi ni ya ke,Помпиньяк,Помпіньяк,蓬皮尼亚克		75	33	332	33330
2986377	Pompiey	pompiey	FR	47230	207	Europe/Paris	44.19266	0.22949		Pompiey		75	47	474	47207
2986379	Pompierre-sur-Doubs	pompierre-sur-doubs	FR	25340	286	Europe/Paris	47.41857	6.52332		Pompierre,Pompierre-sur-Doubs		27	25	252	25461
2986381	Pompierre	pompierre	FR	88300	220	Europe/Paris	48.26057	5.67346		Pompierre		44	88	882	88352
2986383	Pompiac	pompiac	FR	32130	0	Europe/Paris	44.62201	0.61781				75	47	473	47057
2986384	Pompiac	pompiac	FR	32130	148	Europe/Paris	43.51273	1.00705		Pompiac		76	32	321	32322
2986385	Pompey	pompey	FR	54340	5341	Europe/Paris	48.76876	6.12639		Pompey		44	54	543	54430
2986386	Pompertuzat	pompertuzat	FR	31450	1357	Europe/Paris	43.49078	1.51669		Pompertjuzat,Pompertusat,Pompertuzat,Pontpertusat,peng pei er di zha,Помпертюзат,蓬佩尔蒂扎		76	31	313	31429
2986387	Pompéjac	pompejac	FR	33730	249	Europe/Paris	44.40258	-0.29128		Pompejac,Pompezhak,Pompéjac,peng pei ya ke,Помпежак,蓬佩雅克		75	33	333	33329
2986389	Pompaire	pompaire	FR	79200	1904	Europe/Paris	46.60817	-0.23354		Pompaire		75	79	793	79213
2986390	Arnac-Pompadour	arnac-pompadour	FR	19230	0	Europe/Paris	45.39635	1.38103		Arnac,Arnac-Pompadour,Pompadour		75	19	191	19011
2986391	Pomoy	pomoy	FR	70240	161	Europe/Paris	47.66258	6.35248		Pomoy		27	70	701	70416
2986392	Pommiers-la-Placette	pommiers-la-placette	FR	38340	632	Europe/Paris	45.31867	5.65649		Pommiers,Pommiers-la-Placette,Pommiers-pres Voreppe		84	38	381	38407
2986393	Pommiers	pommiers	FR	02200	611	Europe/Paris	49.3931	3.27297		Pommiers		32	02	024	02610
2986394	Pommiers	pommiers	FR	02200	264	Europe/Paris	46.52359	1.656		Pommiers		24	36	362	36160
2986395	Pommiers	pommiers	FR	02200	1934	Europe/Paris	45.9554	4.69251		Pommiers		84	69	692	69156
2986396	Pommiers	pommiers	FR	02200	0	Europe/Paris	45.8315	4.05749		Pommiers,Pommiers-en-Forez		84	42	422	42173
2986397	Pommiers-Moulons	pommiers-moulons	FR	17130	0	Europe/Paris	45.31667	-0.35				75	17	171	17282
2986398	Pommiers	pommiers	FR	02200	0	Europe/Paris	44.62649	2.41395		Pomies,Pommiers		76	12	122	12268
2986399	Pommiers	pommiers	FR	02200	77	Europe/Paris	43.95146	3.60836		Pommiers		76	30	303	30199
2986400	Pommier-de-Beaurepaire	pommier-de-beaurepaire	FR	38260	632	Europe/Paris	45.39831	5.11813		Pomiere-de-Beaurepaire,Pommier,Pommier-de-Beaurepaire		84	38	383	38311
2986402	Pommier	pommier	FR	62111	193	Europe/Paris	50.1842	2.59824		Pommier		32	62	621	62664
2986403	Pommier	pommier	FR	62111	0	Europe/Paris	45.79769	5.08488				84	69	691	69280
2986404	Pommier	pommier	FR	62111	0	Europe/Paris	45.46575	0.55				75	24	242	24253
2986405	Pommier	pommier	FR	62111	0	Europe/Paris	45.16871	0.93064				75	24	243	24026
2986406	Pommier	pommier	FR	62111	0	Europe/Paris	44.91399	1.56053				76	46	463	46016
2986407	Pommevic	pommevic	FR	82400	462	Europe/Paris	44.10044	0.93334		Pommevic		76	82	821	82141
2986408	Pommeuse	pommeuse	FR	77515	2739	Europe/Paris	48.81667	3.01667		Pommeuse,Pommez,bo mo si,Поммез,波默斯		11	77	771	77371
2986410	Pommerit-le-Vicomte	pommerit-le-vicomte	FR	22200	1810	Europe/Paris	48.61976	-3.08948		Panvrid-ar-Beskont,Pañvrid-ar-Beskont,Pomaretum Vicecomitis,Pommeri-le-Vikont,Pommerit,Pommerit-le-Vicomte,Pommerit-les-Bois,Pomrit-le-Vikont,bo mo li lai wei kong te,Поммери-ле-Виконт,Поммері-ле-Віконт,Помрит-ле-Виконт,波默里莱维孔特		53	22	222	22248
2986411	Pommerit-Jaudy	pommerit-jaudy	FR	22450	1187	Europe/Paris	48.73211	-3.24412		Peurid-ar-Roc'h,Peurid-ar-Roch,Pommeri-Zhodi,Pommerit,Pommerit-Jaudy,Pomrit-Zhodi,bo mo li ruo di,Поммери-Жоди,Поммері-Жоді,Помрит-Жоди,波默里若迪		53	22	223	22264
2986412	Pommérieux	pommerieux	FR	53400	532	Europe/Paris	48.9967	6.17398		Pommerieux,Pommérieux		44	57	579	57547
2986413	Pommerieux	pommerieux	FR	53400	614	Europe/Paris	47.82386	-0.89792		Pommerieux		52	53	531	53180
2986414	Pommeréval	pommereval	FR	76680	342	Europe/Paris	49.73476	1.30977		Pommereval,Pommeréval		28	76	761	76506
2986415	Pommereux	pommereux	FR	76440	90	Europe/Paris	49.60072	1.6241		Pommereux		28	76	761	76505
2986416	Pommereux	pommereux	FR	76440	0	Europe/Paris	49.32399	1.88801				32	60	601	60097
2986417	Pommereuil	pommereuil	FR	59360	732	Europe/Paris	50.11228	3.59637		Pommereuil		32	59	592	59465
2986418	Pommeret	pommeret	FR	22120	1796	Europe/Paris	48.46251	-2.62656		Peunvrid,Peuñvrid,Pommeret		53	22	224	22246
2986423	Pommera	pommera	FR	62760	251	Europe/Paris	50.17435	2.43678		Pommera,bo mei la,bwmyra,Поммера,بوميرا,波梅拉		32	62	621	62663
2986428	Pommard	pommard	FR	21630	557	Europe/Paris	47.00965	4.79452		Pommard		27	21	211	21492
2986432	Pomeys	pomeys	FR	69590	945	Europe/Paris	45.64967	4.44389		Pomeys		84	69	691	69155
2986434	Pomérols	pomerols	FR	34810	1909	Europe/Paris	43.39139	3.49944		Pomeirous,Pomeiròus,Pomerol',Pomerols,Pomérols,bo mei luo er,Помероль,波梅罗尔		76	34	341	34207
2986435	Pomerol	pomerol	FR	33500	928	Europe/Paris	44.93333	-0.2		Pomerol		75	33	335	33328
2986440	Pomayrols	pomayrols	FR	12130	156	Europe/Paris	44.47137	3.02482		Pomairols,Pomairòls,Pomayrols,Pomerol',bo mai luo er,Помероль,波迈罗尔		76	12	122	12184
2986442	Pomas	pomas	FR	11250	703	Europe/Paris	43.11174	2.29158		Pomas		76	11	112	11293
2986444	Pomarez	pomarez	FR	40360	1577	Europe/Paris	43.62975	-0.82991		Pomares,Pomarez,Pomarés,bo ma lei,Помарез,波马雷		75	40	401	40228
2986445	Pomarède	pomarede	FR	46250	154	Europe/Paris	44.5648	1.17079		Pomarede,Pomarède		76	46	463	46222
2986448	Pomacle	pomacle	FR	51110	318	Europe/Paris	49.33524	4.14676		Pomacle,Pomakl',bo ma ke er,Помакль,波马克尔		44	51	513	51439
2986449	Polveroso	polveroso	FR	20229	25	Europe/Paris	42.40048	9.36432		Polveroso		94	2B	2B3	2B243
2986453	Polminhac	polminhac	FR	15800	1182	Europe/Paris	44.95177	2.57751		Polminhac		84	15	151	15154
2986454	Pollionnay	pollionnay	FR	69290	1670	Europe/Paris	45.76459	4.66112		Pol'jonne,Pollionnay,Польйонне		84	69	691	69154
2986455	Pollieu	pollieu	FR	01350	133	Europe/Paris	45.79872	5.74268		Pollieu		84	01	011	01302
2986457	Polliat	polliat	FR	01310	2221	Europe/Paris	46.24849	5.12658		Polliat		84	01	012	01301
2986460	Pollestres	pollestres	FR	66450	3964	Europe/Paris	42.63799	2.86736		Pollestres		76	66	662	66144
2986461	Polisy	polisy	FR	10110	215	Europe/Paris	48.06667	4.46667		Polisy		44	10	103	10296
2986462	Polisot	polisot	FR	10110	308	Europe/Paris	48.07169	4.37147		Polisot		44	10	103	10295
2986463	Polincove	polincove	FR	62370	569	Europe/Paris	50.84752	2.09062		Polincove		32	62	626	62662
2986465	Poligny	poligny	FR	05500	895	Europe/Paris	48.22425	2.74452		Poligny		11	77	774	77370
2986466	Poligny	poligny	FR	05500	30	Europe/Paris	48.17487	4.34304		Poligny		44	10	103	10294
2986467	Poligny	poligny	FR	05500	4283	Europe/Paris	46.83712	5.70505		Poligny		27	39	391	39434
2986468	Poligny	poligny	FR	05500	249	Europe/Paris	44.69207	6.04804		Poligny		93	05	052	05104
2986470	Poligné	poligne	FR	35320	830	Europe/Paris	47.88774	-1.68575		Poligne,Poligné,Polinieg		53	35	352	35231
2986471	Polignac	polignac	FR	17210	135	Europe/Paris	45.28436	-0.30945		Polignac		75	17	171	17281
2986472	Polignac	polignac	FR	17210	2761	Europe/Paris	45.0709	3.86031		Mont-Danise,Polignac,Polinhac		84	43	432	43152
2986475	Poliénas	polienas	FR	38210	992	Europe/Paris	45.25235	5.47491		Polienas,Poliénas		84	38	381	38310
2986477	Poleymieux-au-Mont-d'Or	poleymieux-au-mont-d-or	FR	69250	0	Europe/Paris	45.8562	4.80001		Poleymieux,Poleymieux-au-Mont-d'Or		84	69	691	69153
2986478	Polastron	polastron	FR	31430	0	Europe/Paris	43.53101	0.84446		Polastron		76	32	321	32321
2986479	Polastron	polastron	FR	31430	0	Europe/Paris	43.3251	0.9481		Polastron		76	31	311	31428
2986480	Polaincourt-et-Clairefontaine	polaincourt-et-clairefontaine	FR	70210	914	Europe/Paris	47.88193	6.0698		Polaincourt,Polaincourt-et-Clairefontaine		27	70	702	70415
2986483	Poix-Terron	poix-terron	FR	08430	835	Europe/Paris	49.65035	4.64147		Poix-Terron		44	08	081	08341
2986484	Poix-du-Nord	poix-du-nord	FR	59218	2056	Europe/Paris	50.18927	3.60956		Poix,Poix-du-Nord		32	59	591	59464
2986486	Poix-de-Picardie	poix-de-picardie	FR	80290	2337	Europe/Paris	49.78333	1.98333				32	80	802	80630
2986487	Poix	poix	FR	51460	90	Europe/Paris	48.96298	4.6257		Poix		44	51	511	51438
2986488	Poix	poix	FR	51460	0	Europe/Paris	48.58182	0.53131				28	61	613	61373
2986489	Poivres	poivres	FR	10700	157	Europe/Paris	48.68401	4.25693		Poivres,Puavr,pu wa fu lei,Пуавр,普瓦夫雷		44	10	103	10293
2986495	Poitiers	poitiers	FR	86000	85960	Europe/Paris	46.58261	0.34348		PIS,Peitieus,Pictavium,Piteus,Poatie,Poatje,Poitiers,Pouatie,Pouetiers,Pouètiérs,Puac'e,Puat'e,Puatie,Puatje,Puatjē,Puatjė,bwatyyh,paw tiye,po'iti,powachie,pu wa jie,puatie,pwatyh,Πουατιέ,Поатие,Поатје,Пуатье,Пуатьє,Пуацье,Պուատիե,פואטייה,بواتييه,پوئیٹیرز,پواتیه,पॉइती,ปัวตีเย,პუატიე,ポワチエ,普瓦捷,푸아티에	86	75	86	863	86194
2986499	Poisy	poisy	FR	74330	6399	Europe/Paris	45.92142	6.06356		Poisy,Posiacum,Puazi,Пуазі		84	74	741	74213
2986500	Poisvilliers	poisvilliers	FR	28300	293	Europe/Paris	48.50845	1.46887		Poisvilliers		24	28	281	28301
2986501	Poissy	poissy	FR	78300	36431	Europe/Paris	48.92902	2.04952		Pinciacum,Poasi,Poissy,Puassi,powashi,pu wa xi,puasi,pwasy,Поаси,Пуасси,Пуассі,پوآسی,ポワシー,普瓦西,푸아시		11	78	783	78498
2986502	Poissons	poissons	FR	52230	0	Europe/Paris	48.42336	5.21951		Poissons		44	52	523	52398
2986504	Poisson	poisson	FR	71600	0	Europe/Paris	47.35309	3.7156				27	58	582	58271
2986505	Poisson	poisson	FR	71600	0	Europe/Paris	47.13448	3.25038				27	58	583	58212
2986506	Poisson	poisson	FR	71600	0	Europe/Paris	47.08082	3.13114				27	58	583	58207
2986507	Poisson	poisson	FR	71600	0	Europe/Paris	46.91631	3.51105				27	58	583	58291
2986508	Poisson	poisson	FR	71600	573	Europe/Paris	46.3847	4.12938		Poisson		27	71	713	71354
2986512	Poisieux	poisieux	FR	18290	0	Europe/Paris	47.02962	2.09962		Poisieux		24	18	181	18182
2986513	Poisieux	poisieux	FR	18290	0	Europe/Paris	46.68019	2.49143				24	18	182	18209
2986517	Poiseux	poiseux	FR	58130	0	Europe/Paris	47.12031	3.23183		Poiseux		27	58	583	58212
2986518	Poiseux	poiseux	FR	58130	0	Europe/Paris	46.98928	3.8869				27	58	581	58249
2986519	Poiseul-lès-Saulx	poiseul-les-saulx	FR	21120	49	Europe/Paris	47.57377	4.99085		Poiseul-les-Saulx,Poiseul-lès-Saulx,Puiseul		27	21	212	21491
2986520	Poiseul-la-Ville-et-Laperrière	poiseul-la-ville-et-laperriere	FR	21450	189	Europe/Paris	47.55893	4.66726		Poiseul-et-Laperriere,Poiseul-et-Laperrière,Poiseul-la-Ville-et-Laperriere,Poiseul-la-Ville-et-Laperrière		27	21	213	21490
2986521	Poiseul-la-Grange	poiseul-la-grange	FR	21440	73	Europe/Paris	47.57571	4.80416		Poiseul,Poiseul-la-Grange		27	21	212	21489
2986522	Poiseul	poiseul	FR	52360	76	Europe/Paris	47.92208	5.49049		Poiseul		44	52	522	52397
2986524	Poisat	poisat	FR	38320	2066	Europe/Paris	45.15852	5.76051		Poisat		84	38	381	38309
2986527	Poinville	poinville	FR	28310	112	Europe/Paris	48.17856	1.90122		Poinville		24	28	281	28300
2986528	Pointvillers	pointvillers	FR	25440	96	Europe/Paris	47.06315	5.9015		Pointvillers		27	25	251	25460
2986529	Pointre	pointre	FR	39290	90	Europe/Paris	47.22403	5.5007		Pointre		27	39	391	39432
2986530	Pointis-Inard	pointis-inard	FR	31800	816	Europe/Paris	43.08626	0.8113		Pointis,Pointis-Inard		76	31	312	31427
2986531	Pointis-de-Rivière	pointis-de-riviere	FR	31210	900	Europe/Paris	43.08711	0.61705		Pointis,Pointis-de-Riviere,Pointis-de-Rivière		76	31	312	31426
2986532	Pointel	pointel	FR	61220	308	Europe/Paris	48.70015	-0.3503				28	61	612	61332
2986536	Poinson-lès-Nogent	poinson-les-nogent	FR	52800	143	Europe/Paris	47.99539	5.37025		Poinson,Poinson-les-Nogent,Poinson-lès-Nogent		44	52	521	52396
2986537	Poinson-lès-Grancey	poinson-les-grancey	FR	52160	61	Europe/Paris	47.70695	4.98609		Poinson,Poinson-les-Grancey,Poinson-lès-Grancey		44	52	522	52395
2986538	Poinson-lès-Fayl	poinson-les-fayl	FR	52500	0	Europe/Paris	47.75	5.6		Poinson		44	52	522	52394
2986539	Poinsenot	poinsenot	FR	52160	38	Europe/Paris	47.71163	5.00342		Poinsenot		44	52	522	52393
2986540	Poincy	poincy	FR	77470	730	Europe/Paris	48.96959	2.93638		Poincy		11	77	771	77369
2986541	Poinçon-lès-Larrey	poincon-les-larrey	FR	21330	204	Europe/Paris	47.88269	4.45444		Poincon,Poincon-les-Larres,Poincon-les-Larrey,Poinçon,Poinçon-lès-Larrey,Poinçon-lès-Larrès		27	21	213	21488
2986544	Poilly-sur-Tholon	poilly-sur-tholon	FR	89110	627	Europe/Paris	47.86529	3.39411		Poilly,Poilly-sur-Tholon		27	89	891	89304
2986545	Poilly-sur-Serein	poilly-sur-serein	FR	89310	274	Europe/Paris	47.76407	3.89277		Poilly,Poilly-sur-Serein		27	89	891	89303
2986546	Poilly-lez-Gien	poilly-lez-gien	FR	45500	2354	Europe/Paris	47.67724	2.59743		Poilly,Poilly-lez-Gien,Puai-lez-Zhian,pu wa li lai ran,Пуаї-лез-Жіан,普瓦利莱然		24	45	451	45254
2986547	Poilly	poilly	FR	51170	96	Europe/Paris	49.21619	3.82047		Poilly		44	51	513	51437
2986548	Poilley	poilley	FR	35420	689	Europe/Paris	48.61794	-1.31001		Poilley		28	50	501	50407
2986549	Poilley	poilley	FR	35420	420	Europe/Paris	48.46602	-1.26195		Poilley,Polieg		53	35	351	35230
2986550	Poillé-sur-Vègre	poille-sur-vegre	FR	72350	676	Europe/Paris	47.91937	-0.26554		Poille,Poille-sur-Vegre,Poillé,Poillé-sur-Vègre		52	72	721	72239
2986552	Poilhes	poilhes	FR	34310	474	Europe/Paris	43.30788	3.07928		Poilhes,Poilhès		76	34	341	34206
2986553	Poilcourt-Sydney	poilcourt-sydney	FR	08190	157	Europe/Paris	49.42289	4.10267		Poilcourt,Poilcourt-Sydney		44	08	082	08340
2986554	Poil	poil	FR	58170	194	Europe/Paris	46.86719	4.07327				27	58	581	58211
2986555	Poigny-la-Forêt	poigny-la-foret	FR	78125	919	Europe/Paris	48.68	1.75574		Poigny,Poigny-la-Foret,Poigny-la-Forêt,Puan'i-la-Fore,Пуаньи-ла-Форе,Пуаньї-ла-Форе		11	78	782	78497
2986556	Poigny	poigny	FR	77160	452	Europe/Paris	48.54019	3.28384		Poigny		11	77	773	77368
2986558	Poids-de-Fiole	poids-de-fiole	FR	39570	258	Europe/Paris	46.5947	5.63		Poids-de-Fiole		27	39	392	39431
2986559	Pogny	pogny	FR	51240	665	Europe/Paris	48.85838	4.48396		Pogny		44	51	511	51436
2986561	Poggio-Mezzana	poggio-mezzana	FR	20230	436	Europe/Paris	42.39788	9.49423		Poggio-Mezzana		94	2B	2B3	2B242
2986562	Poggio-Marinaccio	poggio-marinaccio	FR	20237	17	Europe/Paris	42.43576	9.35397		Podzho-Marinachcho,Poggio,Poggio-Marinaccio,U Poghju e Marinacciu,U Poghju è Marinacciu,Поджо-Мариначчо		94	2B	2B3	2B241
2986563	Poggiolo	poggiolo	FR	20125	98	Europe/Paris	42.17651	8.90881		Poggiolo		94	2A	2A1	2A240
2986566	Poggio-d'Oletta	poggio-d-oletta	FR	20232	0	Europe/Paris	42.64077	9.35997		Podzho-d'Oletta,Poggio,Poggio-d'Oletta,Poggio-dOletta,Поджо-д’Олетта		94	2B	2B5	2B239
2986567	Poggio-di-Venaco	poggio-di-venaco	FR	20250	718	Europe/Paris	42.25815	9.18621		Podzho-di-Venako,Poggio,Poggio di Venaco,Poggio-di-Venaco,U Poghju di Venacu,U Poghju di Vènacu,Venaco,Поджо-ди-Венако,Поджо-ді-Венако		94	2B	2B3	2B238
2986569	Poggio-di-Nazza	poggio-di-nazza	FR	20240	209	Europe/Paris	42.05634	9.29729		Podzho-di-Nacca,Poggio,Poggio di Nazza,Poggio-di-Nazza,U Poghju di Nazza,Поджо-ди-Нацца,Поджо-ді-Нацца		94	2B	2B3	2B236
2986580	Poëzat	poezat	FR	03800	120	Europe/Paris	46.0774	3.22429		Poezat,Poëzat		84	03	033	03209
2986581	Poey-d'Oloron	poey-d-oloron	FR	64400	0	Europe/Paris	43.24715	-0.66301		Poey,Poey-d'Oloron		75	64	642	64449
2986582	Poey-de-Lescar	poey-de-lescar	FR	64230	1639	Europe/Paris	43.35072	-0.46957		Poe-de-Leskar,Poeh-de-Leskar,Poey,Poey-de-Lescar,Puei de Lescar,bo ai de lai si ka,Пое-де-Лескар,Поэ-де-Лескар,波埃德莱斯卡		75	64	643	64448
2986585	Podensac	podensac	FR	33720	2595	Europe/Paris	44.65089	-0.35567		Podansak,Podencac,Podensac,Podençac,bo dang sa ke,Подансак,波当萨克		75	33	333	33327
2986588	Pocé-sur-Cisse	poce-sur-cisse	FR	37530	1516	Europe/Paris	47.4433	0.99142		Poce,Poce-sur-Cisse,Pocé,Pocé-sur-Cisse,Pose-sjur-Siss,xi si he pan bo sai,Посе-сюр-Сісс,西斯河畔波塞		24	37	373	37185
2986589	Pocé-les-Bois	poce-les-bois	FR	35500	1062	Europe/Paris	48.11624	-1.25047		Poce,Poce-les-Bois,Pocé,Pocé-les-Bois,Pozieg		53	35	351	35229
2986591	Pocancy	pocancy	FR	51130	184	Europe/Paris	48.94746	4.14708		Pocancy,Pokansi,bo kang xi,Покансі,波康西		44	51	512	51435
2986592	Pluzunet	pluzunet	FR	22140	1029	Europe/Paris	48.64097	-3.37046		Pluned,Pluzunet,Plûned		53	22	223	22245
2986593	Pluvigner	pluvigner	FR	56330	5775	Europe/Paris	47.77524	-3.01049		Pleuwigner,Pljuvin'e,Pluvigner,pu lu wei gai,Плювинье,Плювіньє,普吕维盖		53	56	561	56177
2986596	Pluvet	pluvet	FR	21110	332	Europe/Paris	47.20391	5.26389		Pluvet		27	21	212	21487
2986597	Pluvault	pluvault	FR	21110	525	Europe/Paris	47.21258	5.25408		Pljuvo,Pluvault,pu lu wo er,Плюво,普吕沃尔		27	21	212	21352
2986598	Plussulien	plussulien	FR	22320	545	Europe/Paris	48.28246	-3.07003		Plussulien,Plusulian		53	22	224	22244
2986599	Plusquellec	plusquellec	FR	22160	554	Europe/Paris	48.38484	-3.48481		Pluskelleg,Plusquellec		53	22	222	22243
2986600	Plurien	plurien	FR	22240	1283	Europe/Paris	48.62644	-2.40383		Plurien		53	22	224	22242
2986601	Pluneret	pluneret	FR	56400	3987	Europe/Paris	47.67558	-2.95887		Pljunere,Plumeret,Plunered,Pluneret,pu lu na lei,Плюнере,普吕纳雷,𐍀𐌻𐌿𐌽𐌰𐌹𐍂𐌰𐌹𐌳		53	56	561	56176
2986603	Plumont	plumont	FR	39700	94	Europe/Paris	47.12473	5.71267		Plumont		27	39	391	39430
2986605	Plumieux	plumieux	FR	22210	1131	Europe/Paris	48.1031	-2.58372		Plumieux,Pluvaeg		53	22	224	22241
2986606	Plumetot	plumetot	FR	14440	247	Europe/Paris	49.27913	-0.35674		Pljumeto,Pljumto,Plumetot,pu lu mo tuo,Плюмето,Плюмто,普吕默托		28	14	142	14509
2986608	Plumergat	plumergat	FR	56400	3156	Europe/Paris	47.74192	-2.91751		Pljumerga,Plumergat,Pluvergad,pu lu mei er jia,Плюмерга,普吕梅尔加		53	56	561	56175
2986609	Plumelin	plumelin	FR	56500	1900	Europe/Paris	47.86224	-2.88731		Pljumelen,Plumelin,Pluverin,pu lu mo lan,Плюмелен,普吕默兰		53	56	562	56174
2986610	Pluméliau	plumeliau	FR	56930	3327	Europe/Paris	47.95805	-2.97351		Pljumel'jo,Plumeliau,Pluméliau,Pluniav,pu lu mei li ao,Плюмельйо,普吕梅利奥		53	56	562	56173
2986611	Plumelec	plumelec	FR	56420	2553	Europe/Paris	47.83797	-2.64074		Pljumelek,Plumelec,Pluveleg,pu lu mo lai ke,puryumurekku,Плюмелек,プリュムレック,普吕默莱克		53	56	562	56172
2986613	Plumaugat	plumaugat	FR	22250	1041	Europe/Paris	48.25538	-2.23876		Pljumoga,Pljumogat,Plumaugat,Pluvaelgad,pu lu mo jia,Плюмога,Плюмогат,普吕莫加		53	22	221	22240
2986614	Plumaudan	plumaudan	FR	22350	953	Europe/Paris	48.35787	-2.12567		Plumaudan,Pluvaodan		53	22	221	22239
2986615	Pluherlin	pluherlin	FR	56220	1219	Europe/Paris	47.69645	-2.36329		Pljuerlen,Pluherlin,Pluhernin,pu lu ai er lan,Плюерлен,普吕埃尔兰		53	56	563	56171
2986616	Pluguffan	pluguffan	FR	29700	3370	Europe/Paris	47.98044	-4.17873		Pljugjuffan,Pluguen,Pluguffan,pu lu ju fang,puryugyufan,Плюгюффан,プリュギュファン,普吕居方		53	29	294	29216
2986617	Plufur	plufur	FR	22310	537	Europe/Paris	48.60905	-3.57506		Plufur		53	22	223	22238
2986618	Pluduno	pluduno	FR	22130	1798	Europe/Paris	48.53128	-2.26832		Pluduno,Pludunou,Pludunoù		53	22	221	22237
2986619	Pludual	pludual	FR	22290	481	Europe/Paris	48.66533	-2.9841		Plua,Pludual		53	22	222	22236
2986620	Plozévet	plozevet	FR	29710	2901	Europe/Paris	47.98546	-4.4261		Plodemet,Plodémet,Plozeve,Plozeved,Plozevet,Plozévet,pu luo ze wei,Плозеве,普洛泽韦		53	29	294	29215
2986621	Ployart-et-Vaurseine	ployart-et-vaurseine	FR	02860	27	Europe/Paris	49.48821	3.74524		Ployart,Ployart-Vaurseine,Ployart-et-Vaurseine		32	02	022	02609
2986623	Plovan	plovan	FR	29720	642	Europe/Paris	47.91663	-4.36286		Plovan,pu luo wang,purovu~an,Плован,プロヴァン,普洛旺		53	29	294	29214
2986624	Plouzévédé	plouzevede	FR	29440	1429	Europe/Paris	48.59593	-4.11223		Gwitevede,Plouzevede,Plouzévédé		53	29	293	29213
2986625	Plouzélambre	plouzelambre	FR	22420	229	Europe/Paris	48.6435	-3.54496		Plouzelambr,Plouzelambre,Plouzélambre		53	22	223	22235
2986626	Plouzané	plouzane	FR	29280	13118	Europe/Paris	48.38131	-4.61805		Plebs Sanae,Plouzane,Plouzané,Pluzane,pu lu zha nei,puruzane,Плузане,プルザネ,普卢扎内		53	29	291	29212
2986627	Plouyé	plouye	FR	29690	707	Europe/Paris	48.31477	-3.73652		Plouie,Plouye,Plouyé,Pluie,pu lu yi ai,Плуие,Плуіє,普卢伊埃		53	29	292	29211
2986628	Plouvorn	plouvorn	FR	29420	2725	Europe/Paris	48.57875	-4.03746		Plouvorn,Pluvorn,pu lu wo er en,Плуворн,普卢沃尔恩		53	29	293	29210
2986629	Plouvien	plouvien	FR	29860	3346	Europe/Paris	48.52956	-4.45233		Plouvien,Pluv'jan,Pluvjan,pu lu wei an,Плувьян,Плувян,普卢维安		53	29	291	29209
2986630	Plouvara	plouvara	FR	22170	961	Europe/Paris	48.50799	-2.91536		Plouvara		53	22	222	22234
2986631	Plouvain	plouvain	FR	62118	500	Europe/Paris	50.30579	2.92494				32	62	621	62660
2986632	Plourivo	plourivo	FR	22860	2094	Europe/Paris	48.74561	-3.07112		Plouriviou,Plourivioù,Plourivo,Plourivou,Plourivoù,Plurivo,pu lu li wo,Плуриво,普卢里沃		53	22	222	22233
2986633	Plourin-lès-Morlaix	plourin-les-morlaix	FR	29600	4815	Europe/Paris	48.53333	-3.78333		Plourin-Montroulez,Pluren-le-Morle,pu lu lan lai mo er lai,Плурен-ле-Морле,普卢兰莱莫尔莱		53	29	293	29207
2986634	Plourin	plourin	FR	29830	0	Europe/Paris	48.5094	-4.68668		Plourin,Plourin-Gwitalmeze,Pluren,pu lu lan,Плурен,普卢兰		53	29	291	29208
2986635	Plouray	plouray	FR	56770	1105	Europe/Paris	48.14591	-3.38805		Plourae,Plouray,Plure,pu lu lai,Плуре,普卢赖		53	56	562	56170
2986636	Plourac'h	plourac-h	FR	22160	0	Europe/Paris	48.41659	-3.54754		Plourac'h		53	22	222	22231
2986638	Plounévez-Quintin	plounevez-quintin	FR	22110	1101	Europe/Paris	48.28995	-3.23134		Plounevez-Kintin,Plounevez-Quintin,Plounévez-Quintin		53	22	222	22229
2986639	Plounévez-Moëdec	plounevez-moedec	FR	22810	1398	Europe/Paris	48.55676	-3.44561		Plounevez-Moedec,Plounevez-Moedeg,Plounevez-Moëdec,Plounévez-Moëdec		53	22	223	22228
2986640	Plounévez-Lochrist	plounevez-lochrist	FR	29430	2463	Europe/Paris	48.61734	-4.21184		Gwinevez,Plounevez,Plounevez-Lochrist,Plounévez-Lochrist,Plouvenez-Lochrist,Pluneve-Lokrist,pu lu nei wei luo ke li si,purunevu~e=rokurisuto,Плуневе-Локрист,プルネヴェ＝ロクリスト,普卢内韦洛克里斯		53	29	293	29206
2986641	Plounévézel	plounevezel	FR	29270	1046	Europe/Paris	48.29422	-3.59399		Plojunevezel',Plonevell,Plounevezel,Plounévézel,pu lu nei wei ze,purunevu~ezeru,Плоюневезель,プルネヴェゼル,普卢内韦泽		53	29	292	29205
2986642	Plounéventer	plouneventer	FR	29400	1567	Europe/Paris	48.51392	-4.21264		Gwineventer,Plojunevante,Plouneventer,Plounéventer,pu lu nei wang tai,Плоюневанте,普卢内旺泰		53	29	293	29204
2986643	Plounérin	plounerin	FR	22780	741	Europe/Paris	48.5673	-3.54157		Plounerin,Plounérin		53	22	223	22227
2986644	Plounéour-Trez	plouneour-trez	FR	29890	1238	Europe/Paris	48.65066	-4.31797		Plojuneur-Tre,Plouneour-Traezh,Plouneour-Trez,Plounéour-Trez,pu lu nei wu te lei,Плоюнеур-Тре,普卢内乌特雷		53	29	291	29021
2986645	Plounéour-Ménez	plouneour-menez	FR	29410	1229	Europe/Paris	48.43917	-3.89159		Plojuneur-Mene,Plouneour,Plouneour-Menez,Plounéour,Plounéour-Ménez,pu lu nei wu mei nei,Плоюнеур-Мене,普卢内乌梅内		53	29	293	29202
2986646	Ploumoguer	ploumoguer	FR	29810	1726	Europe/Paris	48.40322	-4.72305		Plonger,Ploumoguer,Ploñger,Plumoge,pu lu mo gai,purumogeru,Плумоге,プルモゲール,普卢莫盖		53	29	291	29201
2986647	Ploumilliau	ploumilliau	FR	22300	2268	Europe/Paris	48.68046	-3.52361		Plouilio,Ploumilliau,Plumil'jo,Plumil'o,pu lu mi li ao,purumirio,Плумильйо,Плумильо,Плумільйо,プルミリオー,普卢米利奥		53	22	223	22226
2986649	Ploumagoar	ploumagoar	FR	22970	4603	Europe/Paris	48.54532	-3.13221		Ploumagoar,Plouvagor,Plumagoar,pu lu ma ge a,Плумагоар,普卢马戈阿		53	22	222	22225
2986650	Ploulec'h	ploulec-h	FR	22300	0	Europe/Paris	48.71806	-3.503		Ploulec'h,Ploulech		53	22	223	22224
2986652	Plouisy	plouisy	FR	22200	2053	Europe/Paris	48.5787	-3.18379		Plouisy,Plouizi		53	22	222	22223
2986653	Plouigneau	plouigneau	FR	29610	4311	Europe/Paris	48.56726	-3.70142		Plouigneau,Plouigno,Pluin'o,pu lu yi gai ao,puruinyo,Плуиньо,Плуїньо,プルイニョー,普卢伊盖奥		53	29	293	29199
2986654	Plouider	plouider	FR	29260	1855	Europe/Paris	48.60835	-4.29887		Plouider,Pluide,pu lu yi dai,Плуиде,Плуїде,普卢伊代		53	29	291	29198
2986655	Plouhinec	plouhinec	FR	29780	4428	Europe/Paris	48.01443	-4.48688		Ploeneg,Plouhinec		53	29	294	29197
2986656	Plouhinec	plouhinec	FR	29780	0	Europe/Paris	47.69752	-3.25127		Pleheneg,Plouhinec		53	56	561	56169
2986657	Plouharnel	plouharnel	FR	56340	1812	Europe/Paris	47.59856	-3.11442		Plouharnel,Pluarnel',pu lu a er nei,Плуарнель,普卢阿尔内		53	56	561	56168
2986658	Plourhan	plourhan	FR	22410	0	Europe/Paris	48.63055	-2.87295		Plouhan,Plourhan		53	22	224	22232
2986660	Plouha	plouha	FR	22580	4435	Europe/Paris	48.6761	-2.92795		Ploaha,Plouha,Plua,pu lu a,Плуа,普卢阿		53	22	222	22222
2986661	Plouguin	plouguin	FR	29830	2058	Europe/Paris	48.52425	-4.60134		Plougin,Plouguin,Plugin,pu lu ji en,Плугин,Плугін,普卢吉恩		53	29	291	29196
2986662	Plouguiel	plouguiel	FR	22220	1962	Europe/Paris	48.79698	-3.2412		Plouguiel,Priel		53	22	223	22221
2986663	Plouguernével	plouguernevel	FR	22110	2343	Europe/Paris	48.24028	-3.25442		Plougernevel,Plouguernevel,Plouguernével,Plugernevel',pu lu gai er nei wei,Плугерневель,普卢盖尔内韦		53	22	222	22220
2986664	Plouguerneau	plouguerneau	FR	29880	5883	Europe/Paris	48.60676	-4.50638		Plougerne,Plouguerneau,Plugerno,pu lu gai er nuo,purugeruno,Плугерно,プルゲルノー,普卢盖尔诺		53	29	291	29195
2986665	Plouguenast	plouguenast	FR	22150	1806	Europe/Paris	48.28136	-2.70464		Plougonwaz,Plouguenast,Plugena,Plugenas,pu lu gai na si,Плугена,Плугенас,普卢盖纳斯		53	22	224	22219
2986666	Plougrescant	plougrescant	FR	22820	1462	Europe/Paris	48.84026	-3.22886		Plougouskant,Plougrescant,Plougreseant		53	22	223	22218
2986667	Plougras	plougras	FR	22780	508	Europe/Paris	48.51095	-3.56205		Plougras,Plougraz		53	22	223	22217
2986668	Plougourvest	plougourvest	FR	29400	1207	Europe/Paris	48.55484	-4.08609		Gwikourvest,Plougourvest		53	29	293	29193
2986669	Plougoumelen	plougoumelen	FR	56400	1885	Europe/Paris	47.65175	-2.91801		Plougoumelen,Plougouvelen		53	56	563	56167
2986670	Plougoulm	plougoulm	FR	29250	1718	Europe/Paris	48.66401	-4.04539		Plougoulm,Plougouloum,Plugul'm,pu lu gu er mu,Плугульм,普卢古尔姆		53	29	293	29192
2986671	Plougonver	plougonver	FR	22810	795	Europe/Paris	48.48423	-3.37845		Plougonver,Plougonveur		53	22	222	22216
2986672	Plougonven	plougonven	FR	29640	3261	Europe/Paris	48.52124	-3.7129		Plougonven,Plugonvan,pu lu gong wang,Плугонван,普卢贡旺		53	29	293	29191
2986673	Plougonvelin	plougonvelin	FR	29217	3009	Europe/Paris	48.34059	-4.71846		Plougonvelen,Plougonvelin		53	29	291	29190
2986674	Plougastel-Daoulas	plougastel-daoulas	FR	29470	13679	Europe/Paris	48.37368	-4.36978		Plougastel,Plougastel-Daoulas,Plougastell-Daoulaz,Plugastel'-Daula,Plugastel'-Daulas,pu lu jia si tai duo la,Плугастель-Даула,Плугастель-Даулас,普卢加斯泰多拉		53	29	291	29189
2986676	Plougasnou	plougasnou	FR	29630	3575	Europe/Paris	48.69597	-3.79179		Plouganou,Plouganoù,Plougasnou,Pluganu,pu lu jia si nu,Плугану,普卢加斯努		53	29	293	29188
2986677	Plougar	plougar	FR	29440	726	Europe/Paris	48.56222	-4.14143		Gwikar,Plougar		53	29	293	29187
2986678	Ploufragan	ploufragan	FR	22440	11577	Europe/Paris	48.49005	-2.79605		Ploufragan,Plufragan,pu lu fu la gang,Плуфраган,普卢夫拉冈		53	22	224	22215
2986679	Plouezoc'h	plouezoc-h	FR	29252	1596	Europe/Paris	48.63944	-3.82308		Plouezoc'h,Plouézoc'h		53	29	293	29186
2986681	Plouézec	plouezec	FR	22470	3321	Europe/Paris	48.74894	-2.98466		Ploueg-ar-Mor,Plouezec,Plouézec,Pluehzek,Pluezek,pu lu ai ze ke,Плуезек,Плуэзек,普卢埃泽克		53	22	222	22214
2986682	Plouescat	plouescat	FR	29430	3891	Europe/Paris	48.65668	-4.17471		Plouescat,Ploueskad,Plueskat,Pluskat,pu lu ai si ka,Плуескат,Плускат,普卢埃斯卡		53	29	293	29185
2986683	Plouër-sur-Rance	plouer-sur-rance	FR	22490	2848	Europe/Paris	48.5275	-2.00325		Plouer,Plouer-sur-Rance,Plouhern,Plouër,Plouër-sur-Rance,Pluehr-sjur-Rans,Pluer-sjur-Rans,lang ke he pan pu lu e,Плуер-сюр-Ранс,Плуэр-сюр-Ранс,朗克河畔普卢厄		53	22	221	22213
2986685	Plouénan	plouenan	FR	29420	2499	Europe/Paris	48.62844	-3.9877		Plebs Menoeni,Plouenan,Plouénan,Pluenan,pu lu ai nan,Плуенан,普卢埃南		53	29	293	29184
2986686	Plouégat-Moysan	plouegat-moysan	FR	29650	573	Europe/Paris	48.57133	-3.61004		Plegad-Moezan,Plouegat,Plouegat-Moysan,Plouégat,Plouégat-Moysan		53	29	293	29183
2986687	Plouégat-Guérand	plouegat-guerand	FR	29620	983	Europe/Paris	48.62073	-3.67562		Plebs Erdegati Guerand,Plebs Erdegati Guérand,Plegad-Gwerann,Plouegat-Gallon,Plouegat-Guerand,Plouégat-Guérand,Pluega-Geran,pu lu ai jia gai lang,puruega=geran,Плуега-Геран,プルエガ＝ゲラン,普卢埃加盖朗		53	29	293	29182
2986688	Plouédern	plouedern	FR	29800	2700	Europe/Paris	48.48442	-4.24551		Plouedern,Plouédern,Pluedern,pu lu ai dai er en,Плуедерн,普卢埃代尔恩		53	29	291	29181
2986689	Plouëc-du-Trieux	plouec-du-trieux	FR	22260	1133	Europe/Paris	48.68333	-3.2		Ploeuc,Ploueg-Pontrev,Pluehk-dju-Trijo,Pluek-dju-Trie,pu lu e ke di te li e,Плуек-дю-Трие,Плуек-дю-Тріє,Плуэк-дю-Триё,普卢厄克迪特里厄,𐍀𐌻𐌿𐌰𐌹𐌲𐍀𐌰𐌿𐌽𐍄𐍂𐌰𐌹𐍈		53	22	222	22212
2986690	Ploudiry	ploudiry	FR	29800	859	Europe/Paris	48.45354	-4.14282		Plebs Desiderii,Ploudiry,Plouziri,Pludiri,pu lu di li,purudiri,Плудири,Плудірі,プルディリ,普卢迪里		53	29	291	29180
2986691	Ploudaniel	ploudaniel	FR	29260	3910	Europe/Paris	48.53693	-4.31146		Ploudaniel,Plouzeniel,Pludan'el',pu lu da nie,Плуданьель,Плуданьєль,普卢达涅		53	29	291	29179
2987246	Pierremont	pierremont	FR	62130	263	Europe/Paris	50.39719	2.26349		Pierremont		32	62	621	62655
2986692	Ploudalmézeau	ploudalmezeau	FR	29830	5243	Europe/Paris	48.54042	-4.65792		Gwitalmeze,Plebs Telmedoviae,Ploudaimezau,Ploudalmezeau,Ploudalmézeau,Pludal'mezo,plwdalmz,pu lu da er mei zuo,purudarumezo,Плудальмезо,پلودالمز,プルダルメゾー,普卢达尔梅佐		53	29	291	29178
2986693	Ploubezre	ploubezre	FR	22300	2762	Europe/Paris	48.70396	-3.44849		Plouber,Ploubezre,Ploubêr,Pluber,Plubezr,pu lu bei ci er,Плубезр,Плубер,普卢贝兹尔		53	22	223	22211
2986694	Ploubazlanec	ploubazlanec	FR	22620	3536	Europe/Paris	48.80039	-3.03194	36	Plaeraneg,Ploubazlanec,Plubalanek,Plubazlanek,pu lu ba ci la nei ke,Плубазланек,Плубаланек,普卢巴兹拉内克		53	22	222	22210
2986695	Ploubalay	ploubalay	FR	22650	2506	Europe/Paris	48.58018	-2.14166		Ploubalay,Plouvalae,Plubale,pu lu ba lai,Плубале,普卢巴莱		53	22	221	22209
2986696	Plouay	plouay	FR	56240	5166	Europe/Paris	47.91466	-3.33482		Plouay,Ploue,Plue,Pluē,pu lu ai,Плуе,普卢艾		53	56	561	56166
2986697	Plouasne	plouasne	FR	22830	1451	Europe/Paris	48.30188	-2.00836		Plouan,Plouasne		53	22	221	22208
2986698	Plouarzel	plouarzel	FR	29810	2596	Europe/Paris	48.43413	-4.731		Plouarzel,Plouarzhel,Pluarzel,Pluarzel',pu lu a er ze,Плуарзел,Плуарзель,普卢阿尔泽		53	29	291	29177
2986699	Plouaret	plouaret	FR	22420	2207	Europe/Paris	48.61206	-3.47262		Plouared,Plouaret,Pluare,pu lu a lei,Плуаре,普卢阿雷		53	22	223	22207
2986700	Plouagat	plouagat	FR	22170	2288	Europe/Paris	48.53638	-2.99908		Plagad,Plouagat,Pluaga,Pluagat,pu lu a jia,Плуага,Плуагат,普卢阿加		53	22	222	22206
2986701	Plou	plou	FR	18290	438	Europe/Paris	47.03238	2.13171		Plou		24	18	181	18181
2986703	Plottes	plottes	FR	71700	595	Europe/Paris	46.52939	4.87395		Plottes		27	71	715	71353
2986704	Plorec-sur-Arguenon	plorec-sur-arguenon	FR	22130	419	Europe/Paris	48.4796	-2.29767		Ploareg,Plorec,Plorec-sur-Arguenon		53	22	221	22205
2986706	Plonévez-Porzay	plonevez-porzay	FR	29550	1687	Europe/Paris	48.12538	-4.22023		Ploneve-Porze,Plonevez-Porsay,Plonevez-Porzay,Plonevez-Porzhe,Plonévez-Porsay,Plonévez-Porzay,pu luo nei wei bo er ze,puronevu~e=poruze,Плоневе-Порзе,プロネヴェ＝ポルゼ,普洛内韦波尔泽		53	29	292	29176
2986707	Plonévez-du-Faou	plonevez-du-faou	FR	29530	2332	Europe/Paris	48.25333	-3.8256		Ploneve-dju-Fau,Plonevez,Plonevez-ar-Faou,Plonevez-du-Faou,Plonévez,Plonévez-du-Faou,pu luo nei wei di fu,Плоневе-дю-Фау,普洛内韦迪福		53	29	292	29175
2986708	Plonéour-Lanvern	ploneour-lanvern	FR	29720	5038	Europe/Paris	47.90324	-4.28346		Ploneour,Ploneour-Lanvern,Ploneour-Lanwern,Ploneur-Lanvern,Plonéour,Plonéour-Lanvern,pu luo nei wu lang wei er en,Плонеур-Ланверн,普洛内乌朗韦尔恩		53	29	294	29174
2986709	Plonéis	ploneis	FR	29710	1504	Europe/Paris	48.01731	-4.21049		Plonei,Ploneis,Ploneiz,Plonéis,pu luo nei yi,puroneisu,Плонеи,Плонеї,プロネイス,普洛内伊		53	29	294	29173
2986710	Plomodiern	plomodiern	FR	29550	2108	Europe/Paris	48.18119	-4.23238		Plomod'ern,Plomodiern,Ploudiern,pu luo mo di ye er en,Пломодьерн,Пломодьєрн,普洛莫迪耶尔恩		53	29	292	29172
2986711	Plomion	plomion	FR	02140	512	Europe/Paris	49.80901	4.02036		Plomion		32	02	025	02608
2986712	Plomeur	plomeur	FR	29120	3402	Europe/Paris	47.84025	-4.28457		Plomer,Plomeur,Ploveur,Sablono:TabelKapoLauCarta,pu luo mo,puromuru,Ŝablono:TabelKapoLaŭĈarta,Пломер,プロムール,普洛默		53	29	294	29171
2986713	Plomelin	plomelin	FR	29700	4318	Europe/Paris	47.93566	-4.15336		Plomelin,Ploveilh		53	29	294	29170
2986714	Plombières-lès-Dijon	plombieres-les-dijon	FR	21370	2688	Europe/Paris	47.33333	4.96667		Plombieres,Plombieres-les-Dijon,Plombières,Plombières-lès-Dijon		27	21	212	21485
2986715	Plombières-les-Bains	plombieres-les-bains	FR	88370	1943	Europe/Paris	47.96337	6.45758		Plomb'er-le-Ben,Plomber-le-Ben,Plombieres,Plombieres-les-Bains,Plombières,Plombières-les-Bains,blwmbyyh ly ban,pu long bi ai lai ban,Пломбьер-ле-Бен,Пломбєр-ле-Бен,بلومبييه لي بان,普隆比埃莱班		44	88	881	88351
2986719	Plomb	plomb	FR	50870	372	Europe/Paris	48.73072	-1.3024		Plomb		28	50	501	50535
2986720	Plomb	plomb	FR	50870	0	Europe/Paris	45.92331	5.16236		Mas Plomb,Plomb		84	01	011	01349
2986722	Ploisy	ploisy	FR	02200	89	Europe/Paris	49.33214	3.29203		Ploisy		32	02	024	02607
2986723	Plogonnec	plogonnec	FR	29180	2974	Europe/Paris	48.078	-4.19488		Plogoneg,Plogonnec,Plogonnek,pu luo ge nei ke,Плогоннек,普洛戈内克		53	29	294	29169
2986724	Plogoff	plogoff	FR	29770	1649	Europe/Paris	48.037	-4.66606		Plogastel-Saint-Germain,Plogof,Plogoff,Plougon,Plougoñ,pu luo ge,purogofu,Плогоф,Плогофф,プロゴフ,普洛戈		53	29	294	29168
2986834	Plats	plats	FR	07300	536	Europe/Paris	45.00978	4.78201		Pla,Plans,pu la te,Пла,普拉特		84	07	073	07177
2986725	Plogastel-Saint-Germain	plogastel-saint-germain	FR	29710	1804	Europe/Paris	47.98375	-4.27186		Plogastel,Plogastel'-Sen-Zhermen,Plogastel-Saint-Germain,Plogastell-Sant-Jermen,pu luo jia si tai sheng ri er man,purogasuteru=san=jeruman,Плогастель-Сен-Жермен,プロガステル＝サン＝ジェルマン,普洛加斯泰圣日尔曼		53	29	294	29167
2986726	Ploëzal	ploezal	FR	22260	1230	Europe/Paris	48.7166	-3.20337		Pleuzal,Ploezal,Ploëzal		53	22	222	22204
2986727	Ploéven	ploeven	FR	29550	459	Europe/Paris	48.15715	-4.23409		Ploevan,Ploeven,Ploéven,pu luo ai wang,Плоеван,普洛埃旺		53	29	292	29166
2986729	Ploërmel	ploermel	FR	56800	8422	Europe/Paris	47.93167	-2.39746		Plebs Armagili,Ploermael,Ploermel,Ploermel',Ploërmel,blwrmyl,blwyrml,pu luo e er mei,puroerumeru,Плоермель,بلوئرمل,بلورميل,プロエルメル,普洛厄尔梅		53	56	562	56165
2986730	Ploeren	ploeren	FR	56880	4245	Europe/Paris	47.65619	-2.86592		Ploeran,Ploeren,Ploveren,Plœren,pu luo ai lang,Плоеран,普洛埃朗		53	56	563	56164
2986731	Ploërdut	ploerdut	FR	56160	1400	Europe/Paris	48.08732	-3.28713		Plebs Hilduti,Pleurdud,Ploerdju,Ploerdut,Ploërdut,pu luo e er di,Плоердю,普洛厄尔迪		53	56	562	56163
2986732	Ploemeur	ploemeur	FR	56270	20652	Europe/Paris	47.73512	-3.42952		Planvour,Plañvour,Ploemer,Ploemeur,Plœmeur,pu luo ai mo,Плоемер,普洛埃默		53	56	561	56162
2986733	Ploemel	ploemel	FR	56400	2340	Europe/Paris	47.65169	-3.07182		Plenver,Pleñver,Ploemel,Ploemel',Plœmel,pu luo ai mei,Плоемель,普洛埃梅		53	56	561	56161
2986734	Plobsheim	plobsheim	FR	67115	3829	Europe/Paris	48.46979	7.72442		Plobsajm,Plobse,Plobsheim,blwbshym,plwbshaym,pu luo bu sang,Плобсайм,بلوبشيم,پلوبسهایم,普洛布桑		44	67	678	67378
2986890	Plan-de-Baix	plan-de-baix	FR	26400	141	Europe/Paris	44.81322	5.16562		Plan-de-Baix		84	26	261	26240
2986735	Plobannalec-Lesconil	plobannalec-lesconil	FR	29740	3182	Europe/Paris	47.81667	-4.21667		Plobanaleg,Plobannalec,Plobannalek-Leskonij,Pornaleg-Leskonil,pu luo ba na lai ke lai si ke ni,Плобанналек-Лесконий,Плобанналек-Лесконій,普洛巴纳莱克莱斯科尼		53	29	294	29165
2986737	Plivot	plivot	FR	51150	641	Europe/Paris	49.01781	4.07073		Plivo,Plivot,pu li wo,Пліво,普利沃		44	51	512	51434
2986739	Plieux	plieux	FR	32340	156	Europe/Paris	43.95025	0.73374		Plieux		76	32	322	32320
2986740	Plichancourt	plichancourt	FR	51300	145	Europe/Paris	48.74578	4.67829				44	51	514	51433
2986741	Pliboux	pliboux	FR	79190	204	Europe/Paris	46.16759	0.12712		Pliboux		75	79	792	79212
2986746	Pleyber-Christ	pleyber-christ	FR	29410	2903	Europe/Paris	48.50491	-3.87556		Pleiber-Christ,Pleiber-Krist,Plejbe-Krist,Pleyber-Christ,pu lai bei ke li si,Плейбе-Крист,普莱贝克里斯		53	29	293	29163
2986747	Pleyben	pleyben	FR	29190	3938	Europe/Paris	48.22598	-3.96972		Pleiben,Plejban,Pleyben,pu lai bang,Плейбан,普莱邦		53	29	292	29162
2986748	Plévin	plevin	FR	22340	811	Europe/Paris	48.22611	-3.50561		Pleven,Plevin,Plévin,pu lai wan,Плевен,普莱万		53	22	222	22202
2986750	Plévenon	plevenon	FR	22240	0	Europe/Paris	48.65445	-2.33272		Plevenon,Plévenon		53	22	221	22201
2986751	Pléven	pleven	FR	22130	604	Europe/Paris	48.49034	-2.31836		Plevan,Pleven,Pléven,pu lai wang,Плеван,Плевен,普莱旺		53	22	221	22200
2986752	Pleuville	pleuville	FR	16490	0	Europe/Paris	49.66679	1.82362				32	60	601	60405
2986753	Pleuville	pleuville	FR	16490	355	Europe/Paris	46.09047	0.49574		Pleuvila,Pleuville,Plevil',Pljovil',pu lei wei er,Плевіль,Плёвиль,普勒维尔		75	16	163	16264
2986754	Pleuvezain	pleuvezain	FR	88170	84	Europe/Paris	48.37875	5.92211		Pleuvezain		44	88	882	88350
2986756	Pleuven	pleuven	FR	29170	2598	Europe/Paris	47.90606	-4.04384		Pleuven,Pleuwenn,Plevan,Pluwenn,pu lei wang,Плеван,普勒旺		53	29	294	29161
2986757	Pleurtuit	pleurtuit	FR	35730	4989	Europe/Paris	48.57939	-2.05984		Plertjui,Pleurestud,Pleurtuit,Plevrestud,pu lei er di yi,Плертюи,Плертюї,普勒尔蒂伊		53	35	354	35228
2986758	Pleurs	pleurs	FR	51230	731	Europe/Paris	48.69118	3.87174		Pleurs		44	51	512	51432
2986759	Pleure	pleure	FR	39120	361	Europe/Paris	46.91717	5.45439		Pleure		27	39	391	39429
2986760	Pleumeur-Gautier	pleumeur-gautier	FR	22740	1186	Europe/Paris	48.80234	-3.15737		Plemer-Got'e,Pleumeur,Pleumeur-Gautier,Pleuveur-Gaoter,Pljomjor-Got'e,pu lei mo ge di ye,Племер-Готье,Племер-Готьє,Плёмёр-Готье,普勒默戈蒂耶		53	22	223	22199
2986761	Pleumeur-Bodou	pleumeur-bodou	FR	22560	4027	Europe/Paris	48.77309	-3.51735		Plemer-Bodu,Pleumeur,Pleumeur-Bodou,Pleuveur-Bodou,Pleuveur-Bodoù,Pljomjor-Bodu,pu lei mo bo du,Племер-Боду,Плёмёр-Боду,普勒默博杜		53	22	223	22198
2986762	Pleumeleuc	pleumeleuc	FR	35137	2330	Europe/Paris	48.18449	-1.91922		Plemelek,Pleumeleuc,Pleveleg,pu lei mo lei ke,Племелек,普勒默勒克		53	35	353	35227
2986765	Pleumartin	pleumartin	FR	86450	1196	Europe/Paris	46.73754	0.76592		Plemarten,Pleumartin,pu lei ma er tan,Племартен,普勒马尔坦		75	86	861	86193
2986766	Pleugueneuc	pleugueneuc	FR	35720	1403	Europe/Paris	48.39755	-1.90328		Plegeneg,Pleugueneuc,Plougueneuc		53	35	354	35226
2986767	Pleugriffet	pleugriffet	FR	56120	1194	Europe/Paris	47.98705	-2.68538		Pleugriffet,Ploueg-Grifed		53	56	562	56160
2986768	Pleudihen-sur-Rance	pleudihen-sur-rance	FR	22690	2618	Europe/Paris	48.51667	-1.96667		Pledian-sjur-Rans,Pleudehen,Pljodien-sjur-Rans,lang ke he pan pu lei di an,Пледиан-сюр-Ранс,Пледіан-сюр-Ранс,Плёдиен-сюр-Ранс,朗克河畔普勒迪安		53	22	221	22197
2986769	Pleudaniel	pleudaniel	FR	22740	1041	Europe/Paris	48.76825	-3.14187		Planiel,Pleudaniel		53	22	223	22196
2986770	Pleucadeuc	pleucadeuc	FR	56140	1595	Europe/Paris	47.7588	-2.37563		Plegadeg,Plekadek,Pleucadeuc,Pljokadjok,pu lei ka de ke,Плекадек,Плёкадёк,普勒卡德克		53	56	563	56159
2986771	Pleubian	pleubian	FR	22610	2804	Europe/Paris	48.84219	-3.13935		Pleubian,Pleuvihan		53	22	223	22195
2986772	Plestin-les-Grèves	plestin-les-greves	FR	22310	3700	Europe/Paris	48.65783	-3.63071		Plesten-le-Grev,Plestin,Plestin-les-Greves,Plestin-les-Grèves,Plistin,pu lai si tan lai ge lei wei,Плестен-ле-Грев,普莱斯坦莱格雷韦		53	22	223	22194
2986774	Plestan	plestan	FR	22640	1447	Europe/Paris	48.42391	-2.44753		Plestan,Pletan,pu lai si tang,Плестан,Плетан,普莱斯唐		53	22	224	22193
2986775	Plessix-Balisson	plessix-balisson	FR	22650	88	Europe/Paris	48.53735	-2.14227		Ar Genkiz-Yuzhael,Plessi-Balisson,Plessiacum Raheili,Plessix-Balisson,pu lai xi ba li song,Плесси-Балиссон,Плессі-Баліссон,普莱西巴利松		53	22	221	22209
2986776	Plessis-Saint-Jean	plessis-saint-jean	FR	89140	192	Europe/Paris	48.35297	3.30489		Plessis-Saint-Jean		27	89	893	89302
2986777	Plessis-Saint-Benoist	plessis-saint-benoist	FR	91410	291	Europe/Paris	48.4451	2.00526		Le Plessis-Saint-Benoit,Plessi-Sen-Benua,Plessis-Saint-Benoist,pu lai xi sheng bang wa si,Плесси-Сен-Бенуа,Плессі-Сен-Бенуа,普莱西圣邦瓦斯		11	91	911	91495
2986781	Plessis-de-Roye	plessis-de-roye	FR	60310	200	Europe/Paris	49.57813	2.83194		Plessis,Plessis-Belval,Plessis-de-Roye		32	60	603	60499
2986782	Plessis-Barbuise	plessis-barbuise	FR	10400	126	Europe/Paris	48.57696	3.58513		Plessis,Plessis-Barbuise		44	10	102	10291
2986785	Plessé	plesse	FR	44630	3833	Europe/Paris	47.54178	-1.88725		Plesei,Plesse,Plessé,pu lai sai,Плессе,普莱塞		52	44	445	44128
2986786	Plessala	plessala	FR	22330	1795	Europe/Paris	48.27642	-2.61876		Plesala,Plessala		53	22	224	22046
2986788	Plesnoy	plesnoy	FR	52360	98	Europe/Paris	47.89196	5.49782		Plesnoy		44	52	522	52392
2986789	Plesnois	plesnois	FR	57140	740	Europe/Paris	49.1731	6.106		Plesnois		44	57	579	57546
2986790	Pleslin-Trigavou	pleslin-trigavou	FR	22490	3087	Europe/Paris	48.53333	-2.06667				53	22	221	22190
2986791	Plésidy	plesidy	FR	22720	748	Europe/Paris	48.4485	-3.12334		Plesidy,Plijidi,Plésidy		53	22	222	22189
2986792	Plesder	plesder	FR	35720	612	Europe/Paris	48.41313	-1.92347		Pleder,Plesder		53	35	354	35225
2986793	Plescop	plescop	FR	56890	4275	Europe/Paris	47.69803	-2.80633		Plescop,Pleskob		53	56	563	56158
2986794	Plerneuf	plerneuf	FR	22170	923	Europe/Paris	48.5152	-2.88429		Plernef,Plerneg,Plerneuf,Plernjof,pu lai er na,Плернеф,Плернёф,普莱尔纳		53	22	222	22188
2987000	Pithon	pithon	FR	02480	98	Europe/Paris	49.75355	3.09657		Pithon		32	02	023	02604
2986795	Plérin	plerin	FR	22190	13860	Europe/Paris	48.53451	-2.76975		Pleren,Plerin,Plérin,pu lai lan,Плерен,普莱兰		53	22	224	22187
2986796	Plerguer	plerguer	FR	35540	1967	Europe/Paris	48.5269	-1.84862		Plergar,Plerge,Plerguer,pu lai er gai,Плерге,普莱尔盖		53	35	354	35224
2986797	Plénisette	plenisette	FR	39250	30	Europe/Paris	46.79982	6.02043		Plenisette,Plénisette		27	39	392	39428
2986798	Plénise	plenise	FR	39250	64	Europe/Paris	46.80611	6.02969		Plenise,Plénise		27	39	392	39427
2986800	Pléneuf-Val-André	pleneuf-val-andre	FR	22370	3942	Europe/Paris	48.59111	-2.54846		Plenef-Val'-Andre,Pleneg-Nantraezh,Pleneuf,Pleneuf-Val-Andre,Plenjof-Val'-Andre,Pléneuf,Pléneuf-Val-André,pu lai na wa ang de lei,Пленеф-Валь-Андре,Пленёф-Валь-Андре,普莱纳瓦昂德雷		53	22	224	22186
2986801	Plénée-Jugon	plenee-jugon	FR	22640	2405	Europe/Paris	48.36451	-2.40015		Plened-Yugon,Plenee-Jugon,Plénée-Jugon		53	22	224	22185
2986802	Plémy	plemy	FR	22150	1585	Europe/Paris	48.33595	-2.6822		Plemy,Plevig,Plémy		53	22	224	22184
2986803	Plémet	plemet	FR	22210	3161	Europe/Paris	48.17713	-2.59433		Plemet,Plezeved,Plémet		53	22	224	22183
2986804	Plélo	plelo	FR	22170	2745	Europe/Paris	48.55605	-2.94732		Plelo,Pleuloc'h,Plélo		53	22	222	22182
2986805	Plélauff	plelauff	FR	22570	719	Europe/Paris	48.20639	-3.20943		Pellann,Plelauff,Plélauff,Prelauff		53	22	222	22181
2986806	Plélan-le-Petit	plelan-le-petit	FR	22980	1575	Europe/Paris	48.43421	-2.21907		Plelan,Plelan-le-Petit,Plelann-Vihan,Plélan,Plélan-le-Petit		53	22	221	22180
2986807	Plélan-le-Grand	plelan-le-grand	FR	35380	3220	Europe/Paris	48.00186	-2.09935		Plelan-le-Gran,Plelan-le-Grand,Plelann-Veur,Plélan-le-Grand,da pu lai lang,Плелан-ле-Гран,大普莱朗		53	35	353	35223
2986811	Pleine-Sève	pleine-seve	FR	76460	111	Europe/Paris	49.81795	0.75492		Pleine-Seve,Pleine-Sève		28	76	761	76504
2986812	Pleine-Selve	pleine-selve	FR	02240	164	Europe/Paris	49.7915	3.52723		Pleine-Selve		32	02	023	02605
2986813	Pleine-Selve	pleine-selve	FR	02240	207	Europe/Paris	45.32738	-0.57622		Pleine-Selve		75	33	331	33326
2986814	Pleine-Fougères	pleine-fougeres	FR	35610	1795	Europe/Paris	48.53406	-1.56375		Planfili,Pleine-Fougeres,Pleine-Fougères,Plen-Fuzher,Plena Filix,pu lai ne fu re er,Плен-Фужер,普莱讷富热尔		53	35	354	35222
2986815	Fréhel	frehel	FR	22240	1532	Europe/Paris	48.63333	-2.36667				53	22	221	22179
2986816	Pléhédel	plehedel	FR	22290	1180	Europe/Paris	48.69645	-3.00859		Plehedel,Pléhédel		53	22	222	22178
2986817	Pléguien	pleguien	FR	22290	1049	Europe/Paris	48.63507	-2.93968		Pleguien,Plian,Pléguien		53	22	222	22177
2986818	Plédran	pledran	FR	22960	5550	Europe/Paris	48.44561	-2.7461		Pledran,Plédran,pu lai de lang,Пледран,普莱德朗		53	22	224	22176
2986819	Plédéliac	pledeliac	FR	22270	1284	Europe/Paris	48.44962	-2.38861		Pledeliac,Pledeliav,Plédèliac,Plédéliac		53	22	224	22175
2986820	Pléchâtel	plechatel	FR	35470	2128	Europe/Paris	47.89492	-1.74878		Plebs Castelli,Plechatel,Plegastell,Pleshatel',Pléchâtel,pu lai sha tai,Плешатель,普莱沙泰		53	35	352	35221
2986821	Pléboulle	pleboulle	FR	22550	705	Europe/Paris	48.60904	-2.33772		Pleboull,Pleboulle,Pléboulle		53	22	221	22174
2986822	Pleaux	pleaux	FR	15700	1838	Europe/Paris	45.13479	2.22652		Pleaux,Pléaux		84	15	152	15153
2986824	Plazac	plazac	FR	24580	609	Europe/Paris	45.03541	1.03974		Plasac,Plazac,Plazak,pu la zha ke,Плазак,普拉扎克		75	24	244	24330
2986826	Plavilla	plavilla	FR	11270	110	Europe/Paris	43.14714	1.91347		Plavilla		76	11	111	11291
2986827	Plauzat	plauzat	FR	63730	1030	Europe/Paris	45.62157	3.14896		Plauzat		84	63	633	63282
2986830	Plaudren	plaudren	FR	56420	1549	Europe/Paris	47.77929	-2.69359		Plaodren,Plaudren		53	56	563	56157
2986846	Plassay	plassay	FR	17250	520	Europe/Paris	45.8192	-0.72505		Plassay		75	17	174	17280
2986847	Plassac-Rouffiac	plassac-rouffiac	FR	16250	331	Europe/Paris	45.53333	0.06667		Plassac-Rouffiac,Plassak-Ruf'jak,Plassak-Ruffiak,pu la sa ke lu fei a ke,Плассак-Руффіак,Плассак-Руфьяк,普拉萨克鲁菲阿克		75	16	161	16263
2986848	Plassac	plassac	FR	17240	412	Europe/Paris	45.46682	-0.56829		Plassac		75	17	171	17279
2986849	Plassac	plassac	FR	17240	959	Europe/Paris	45.10413	-0.64711		Plassac		75	33	331	33325
2986851	Plasnes	plasnes	FR	27300	659	Europe/Paris	49.13624	0.62304		Plan,pu la si nei,План,普拉斯内		28	27	272	27463
2986852	Plasne	plasne	FR	39210	260	Europe/Paris	46.80122	5.68511		Plasne		27	39	391	39426
2986855	Plappeville	plappeville	FR	57050	2468	Europe/Paris	49.13019	6.12471		Plappeville,Plappvil',pu la po wei er,Плаппвиль,Плаппвіль,普拉珀维尔		44	57	579	57545
2986856	Planzolles	planzolles	FR	07230	126	Europe/Paris	44.48564	4.15416		Planzolles		84	07	071	07176
2986859	Planty	planty	FR	10160	170	Europe/Paris	48.27147	3.65351		Planty		44	10	103	10290
2986865	Planrupt	planrupt	FR	52220	243	Europe/Paris	48.50751	4.78403				44	52	523	52391
2986866	Planques	planques	FR	62310	103	Europe/Paris	50.46243	2.07951		Plank,Planques,blankywys,Планк,بلانكيويس		32	62	624	62659
2986867	Planquery	planquery	FR	14490	258	Europe/Paris	49.15527	-0.83882		Planquery		28	14	141	14506
2986873	Planioles	planioles	FR	46100	429	Europe/Paris	44.63431	2.02334		Planioles		76	46	462	46221
2986875	Planguenoual	planguenoual	FR	22400	1614	Europe/Paris	48.533	-2.57642		Plangenual',Plangonwal,Planguenoual,pu lang gai nu a,Плангенуаль,普朗盖努阿		53	22	224	22093
2986876	Planfoy	planfoy	FR	42660	870	Europe/Paris	45.38299	4.44175		Plandefai,Planfoy,Planfua,pu lang fu wa,Планфуа,普朗富瓦		84	42	423	42172
2986877	Planèzes	planezes	FR	66720	108	Europe/Paris	42.7665	2.61921		Planesas,Planeses,Planez,Planezes,Planèzes,pu la nei ze,Планез,普拉内泽		76	66	663	66143
2986881	Planès	planes	FR	66210	29	Europe/Paris	42.49227	2.13933		Planes,Planès		76	66	663	66142
2986883	Plan-d'Orgon	plan-d-orgon	FR	13750	0	Europe/Paris	43.80734	4.99543		Le Plan-d'Orgon,Plan-d'Orgon		93	13	132	13076
2986886	Le Plan-de-la-Tour	le-plan-de-la-tour	FR	83120	2558	Europe/Paris	43.33333	6.55		Le-Plan-de-la-Tur,Lo Plan de la Tor,Lo Plan de la Torre,lai pu lang de la tu,Ле-План-де-ла-Тур,莱普朗德拉图		93	83	831	83094
2986889	Plan-de-Cuques	plan-de-cuques	FR	13380	11125	Europe/Paris	43.34753	5.46398		Cuques,Lo Plan de Cucas,Plan-de-Cuques,Plan-de-Kjuk,pu lang de qu qu ai,План-де-Кюк,普朗德屈屈埃		93	13	133	13075
2986891	Plan-d'Aups-Sainte-Baume	plan-d-aups-sainte-baume	FR	83640	1176	Europe/Paris	43.33333	5.71667		Plan-d'Aups-Sainte-Baume,Plan-d'Ops-Sent-Bom,Plan-dAups-Sainte-Baume,Plan-d’Aups-Sainte-Baume,План-д’Опс-Сент-Бом		93	83	833	83093
2986892	Plancy-l'Abbaye	plancy-l-abbaye	FR	10380	892	Europe/Paris	48.56667	3.96667				44	10	102	10289
2986894	Plancoët	plancoet	FR	22130	2703	Europe/Paris	48.5232	-2.23427		Plancoet,Plancoët,Plangoed		53	22	221	22172
2986895	Planchez	planchez	FR	58230	365	Europe/Paris	47.13681	4.01622		Planchez,Planchez-du-Morvan		27	58	581	58210
2986900	Planches	planches	FR	61370	205	Europe/Paris	48.7017	0.3699		Planches,Plansh,pu lang she,Планш,普朗舍		28	61	613	61330
2986901	Planches	planches	FR	61370	0	Europe/Paris	46.82776	1.95518				24	36	364	36121
2986902	Plancher-les-Mines	plancher-les-mines	FR	70290	1090	Europe/Paris	47.7615	6.74308		Plancher-les-Mines,Planshe-le-Min,Планше-ле-Мин,Планше-ле-Мін		27	70	701	70414
2986903	Plancherine	plancherine	FR	73200	364	Europe/Paris	45.66443	6.319		Plancherine		84	73	731	73202
2986904	Plancher-Bas	plancher-bas	FR	70290	1680	Europe/Paris	47.71977	6.73041		Plancher-Bas,Planshe-Ba,Планше-Ба		27	70	701	70413
2986918	Planay	planay	FR	21500	80	Europe/Paris	47.7452	4.37755		Planay		27	21	213	21484
2986919	Planay	planay	FR	21500	441	Europe/Paris	45.4255	6.69728				84	73	731	73201
2986920	Planaise	planaise	FR	73800	387	Europe/Paris	45.50375	6.09082		Planaise		84	73	732	73200
2986924	Plan	plan	FR	38590	199	Europe/Paris	45.31158	5.39077		Plan		84	38	383	38308
2986927	Plaizac	plaizac	FR	16170	161	Europe/Paris	45.75444	-0.12311		Plaizac,Plezak,pu lai zha ke,Плезак,普莱扎克		75	16	162	16286
2986928	Plaissan	plaissan	FR	34230	876	Europe/Paris	43.55818	3.5258		Plaissan		76	34	342	34204
2986930	Plaisir	plaisir	FR	78370	36121	Europe/Paris	48.82319	1.9541		Plaisir		11	78	784	78490
2986931	Plaisians	plaisians	FR	26170	185	Europe/Paris	44.23167	5.31488		Plaisians		84	26	262	26239
2986932	Plaisia	plaisia	FR	39270	121	Europe/Paris	46.53206	5.63186		Plaisia		27	39	392	39423
2986933	Plaisance-du-Touch	plaisance-du-touch	FR	31830	18501	Europe/Paris	43.56554	1.29645		Plaisance,Plaisance-du-Touch		76	31	313	31424
2986934	Plaisance	plaisance	FR	12550	0	Europe/Paris	47.67357	4.63369				27	21	213	21514
2986935	Plaisance	plaisance	FR	12550	155	Europe/Paris	46.33197	0.87197		Plaisance		75	86	862	86192
2986936	Plaisance	plaisance	FR	12550	0	Europe/Paris	44.15453	-0.13083				75	40	402	40169
2986937	Plaisance	plaisance	FR	12550	240	Europe/Paris	43.92724	2.54736		Plaisance		76	12	121	12183
2986938	Plaisance	plaisance	FR	12550	1560	Europe/Paris	43.60562	0.04589		Plaisance		76	32	323	32319
2986940	Plainville	plainville	FR	27300	154	Europe/Paris	49.61426	2.45192		Plainville		32	60	602	60496
2986941	Plainville	plainville	FR	27300	186	Europe/Paris	49.08494	0.49968		Plainville		28	27	272	27460
2986943	Plainval	plainval	FR	60130	333	Europe/Paris	49.52878	2.44137		Plainval		32	60	602	60495
2986944	Plaintel	plaintel	FR	22940	3693	Europe/Paris	48.40754	-2.8179		Plaintel,Pleneventer		53	22	224	22171
2986945	Plainoiseau	plainoiseau	FR	39210	526	Europe/Paris	46.73327	5.5569		Plainoiseau		27	39	392	39422
2986946	Plainfaing	plainfaing	FR	88230	1783	Europe/Paris	48.17284	7.01539		Plainfaing,Plenfen,pu lan fan,Пленфен,普兰凡		44	88	883	88349
2986947	Plaines-Saint-Lange	plaines-saint-lange	FR	10250	341	Europe/Paris	47.99161	4.47636		Plaines,Plaines-Saint-Lange,Plaines-Saint-Langes		44	10	103	10288
2986950	Plainemont	plainemont	FR	70800	53	Europe/Paris	47.8557	6.21727		Plainemont		27	70	701	70412
2986952	Plaine-Haute	plaine-haute	FR	22800	1262	Europe/Paris	48.44524	-2.855		Plaine-Haute,Plenaod		53	22	224	22170
2986954	Plaine-de-Walsch	plaine-de-walsch	FR	57870	547	Europe/Paris	48.69047	7.11593		Plaine,Plaine-de-Valsch,Plaine-de-Walsch		44	57	575	57544
2986960	Plaine	plaine	FR	67420	846	Europe/Paris	48.41767	7.14579		Plaine		44	67	673	67377
2986962	Plaimpied-Givaudins	plaimpied-givaudins	FR	18340	1669	Europe/Paris	46.998	2.45428		Plaimpied,Plaimpied-Givaudins,Plainpied-Givaudins		24	18	181	18180
2986963	Plaimbois-Vennes	plaimbois-vennes	FR	25390	70	Europe/Paris	47.184	6.5415				27	25	253	25457
2986964	Plaimbois-du-Miroir	plaimbois-du-miroir	FR	25210	162	Europe/Paris	47.18333	6.65				27	25	253	25456
2986965	Plailly	plailly	FR	60128	1661	Europe/Paris	49.10288	2.58549		Plai,Plailly,pu lai li,Плаї,普莱利		32	60	604	60494
2986966	Plaigne	plaigne	FR	11420	0	Europe/Paris	45.59456	1.45608		La Plagne,Plaigne		75	87	872	87146
2986967	Plaigne	plaigne	FR	11420	136	Europe/Paris	43.17336	1.81292		Plaigne		76	11	111	11290
2986970	Plagnole	plagnole	FR	31370	308	Europe/Paris	43.41301	1.05508		Plagnole,Plagnoles		76	31	311	31423
2986976	Plagne	plagne	FR	01130	81	Europe/Paris	46.19249	5.72774		Plagne,Plagnes		84	01	014	01298
2986977	Plagne	plagne	FR	01130	0	Europe/Paris	45.25772	3.76986		Plagne,Plagnes		84	43	431	43093
2986978	Plagne	plagne	FR	01130	100	Europe/Paris	43.1575	1.0606		Plagne		76	31	311	31422
2986984	Placy-Montaigu	placy-montaigu	FR	50160	192	Europe/Paris	49.03089	-0.9053		Placy-Montaigu		28	50	504	50444
2986985	Placy	placy	FR	14220	134	Europe/Paris	48.98116	-0.42583		Placy		28	14	142	14150
2986986	Plachy-Buyon	plachy-buyon	FR	80160	890	Europe/Paris	49.81459	2.21789		Plachy,Plachy-Buyon		32	80	802	80627
2986987	Placey	placey	FR	25170	0	Europe/Paris	47.25983	5.84668		Placey		27	25	251	25455
2986990	Placé	place	FR	53240	297	Europe/Paris	48.25374	-0.77735		Place,Placé		52	53	533	53179
2986991	Plabennec	plabennec	FR	29860	7585	Europe/Paris	48.50234	-4.42615		Albennoca,Plabennec,Plabenneg,Plabennek,pu la bo nei ke,Плабеннек,普拉伯内克		53	29	291	29160
2986992	Pizieux	pizieux	FR	72600	97	Europe/Paris	48.32248	0.33171		Pizieux		52	72	722	72238
2986993	Pizay	pizay	FR	01120	725	Europe/Paris	45.88657	5.08966		Pizay		84	01	012	01297
2986994	Pizay	pizay	FR	01120	0	Europe/Paris	45.73834	4.32963				84	42	421	42113
2986998	Pittefaux	pittefaux	FR	62126	134	Europe/Paris	50.75684	1.68478		Pittefaux,Pittfo,bytyfwks,pi te fu,Питтфо,Піттфо,بيتيفوكس,皮特福		32	62	623	62658
2986999	Pîtres	pitres	FR	27590	2339	Europe/Paris	49.31667	1.23333		Pitr,pi te lei,Питр,Пітр,皮特雷		28	27	271	27458
2987001	Pithiviers-le-Vieil	pithiviers-le-vieil	FR	45300	1952	Europe/Paris	48.16313	2.20922		Pithiviers-le-Vieil,Pitive-le-Vej,pi di wei ye er lai wei ye yi,Пітівє-ле-Вєй,皮蒂维耶尔莱维耶伊		24	45	453	45253
2987003	Pithiviers	pithiviers	FR	45300	9659	Europe/Paris	48.17185	2.25185		Pithiviers,Pitiv'e,Pitive,pi di wei ye,pitivu~ie,Питивье,Пітівє,ピティヴィエ,皮蒂维耶	453	24	45	453	45252
2987005	Pitgam	pitgam	FR	59284	954	Europe/Paris	50.92723	2.33033		Pitgam,pi jia mu,Питгам,Пітгам,皮加姆		32	59	594	59463
2987006	Pisy	pisy	FR	89420	83	Europe/Paris	47.55488	4.14214		Pisy,Pizi,pi xi,Пизи,Пізі,皮西		27	89	892	89300
2987007	Pissy-Pôville	pissy-poville	FR	76360	1291	Europe/Paris	49.52986	0.99281		Pissy,Pissy-Poville,Pissy-Pôville		28	76	763	76503
2987008	Pissy	pissy	FR	80540	267	Europe/Paris	49.86227	2.13141		Pissy		32	80	802	80626
2987009	Pissotte	pissotte	FR	85200	1202	Europe/Paris	46.49653	-0.80789		Pissotte		52	85	851	85176
2987011	Pissos	pissos	FR	40410	1189	Europe/Paris	44.30894	-0.77859		Pissos		75	40	402	40227
2987021	Pisseloup	pisseloup	FR	52500	0	Europe/Paris	48.95	3.26667				32	02	021	02163
2987022	Pisseloup	pisseloup	FR	52500	52	Europe/Paris	47.82681	5.73969		Pisseloup		44	52	522	52390
2987024	Pisseleu	pisseleu	FR	60860	351	Europe/Paris	49.53333	2.06667		Pisseleu-aux-Bois		32	60	601	60493
2987027	Pisieu	pisieu	FR	38270	503	Europe/Paris	45.38725	5.06148		Pisieu		84	38	383	38307
2987028	Piseux	piseux	FR	27130	640	Europe/Paris	48.77331	0.97441		Piseux		28	27	272	27457
2987029	Piscop	piscop	FR	95350	725	Europe/Paris	49.01223	2.34545		Piscop		11	95	952	95489
2987034	Pisany	pisany	FR	17600	449	Europe/Paris	45.70156	-0.78158		Pisany,Pizani,pi sa ni,Пизани,Пізані,Պիզանի,皮萨尼		75	17	174	17278
2987035	Pis	pis	FR	32500	82	Europe/Paris	43.78453	0.71129		Pis		76	32	322	32318
2987037	Pirou	pirou	FR	50770	1353	Europe/Paris	49.18089	-1.57384		Pirou,Piru,pi lu,Пиру,Піру,皮鲁		28	50	503	50403
2987042	Pirmil	pirmil	FR	72430	399	Europe/Paris	47.91231	-0.09754		Pirmil		52	72	721	72237
2987043	Piriac-sur-Mer	piriac-sur-mer	FR	44420	2046	Europe/Paris	47.37936	-2.54652		Penc'herieg,Pencherieg,Piriac,Piriac-sur-Mer,Piriak-sjur-Mer,bin hai pi li a ke,piriakku=shuru=meru,Піріак-сюр-Мер,ピリアック＝シュル＝メール,滨海皮里阿克		52	44	443	44125
2987045	Pirey	pirey	FR	25480	1504	Europe/Paris	47.26136	5.96466		Pirey		27	25	251	25454
2987046	Piré-sur-Seiche	pire-sur-seiche	FR	35150	2065	Europe/Paris	48.01	-1.43086		Pereg,Pire,Pire-sjur-Sesh,Pire-sur-Seiche,Piriacus,Piré-sur-Seiche,sai ke he pan pi lei,Пире-сюр-Сеш,Піре-сюр-Сеш,塞克河畔皮雷		53	35	353	35220
2987047	Pirajoux	pirajoux	FR	01270	328	Europe/Paris	46.37004	5.29879		Pirajoux		84	01	012	01296
2987051	Piquecos	piquecos	FR	82130	309	Europe/Paris	44.10021	1.32086		Piquecos		76	82	822	82140
2987056	Pipriac	pipriac	FR	35550	3208	Europe/Paris	47.80837	-1.94782		Pipriac,Presperieg		53	35	352	35219
2987061	Pioussay	pioussay	FR	79110	311	Europe/Paris	46.07456	0.02474		Pioussay		75	79	792	79140
2987067	Pionsat	pionsat	FR	63330	1049	Europe/Paris	46.10963	2.69319		Pionsat		84	63	634	63281
2987070	Pionnat	pionnat	FR	23140	769	Europe/Paris	46.17052	2.02499		Pionnat		75	23	231	23154
2987071	Piolenc	piolenc	FR	84420	4606	Europe/Paris	44.17765	4.76157		P'olenk,Piolenc,Piolene,Pjolank,Puegoulen,pi ao lang,Пйоланк,Пьоленк,皮奥朗		93	84	843	84091
2987072	Pioggiola	pioggiola	FR	20259	85	Europe/Paris	42.53685	8.99729		P'odzhola,Pioggiola,Pioghjola,Pjodzhola,Пйоджола,Пьоджола		94	2B	2B5	2B235
2987074	Piobetta	piobetta	FR	20234	0	Europe/Paris	42.33333	9.38333				94	2B	2B3	2B234
2987075	Pintheville	pintheville	FR	55160	53	Europe/Paris	49.10988	5.66532		Pintheville		44	55	553	55406
2987076	Pinterville	pinterville	FR	27400	800	Europe/Paris	49.19161	1.17531		Pinterville		28	27	271	27456
2987077	Pintac	pintac	FR	65320	29	Europe/Paris	43.28537	-0.00878		Pintac		76	65	653	65364
2987080	Pinsot	pinsot	FR	38580	150	Europe/Paris	45.35674	6.09938		Penso,Pinsot,pan suo,Пенсо,潘索		84	38	381	38163
2987082	Pinsaguel	pinsaguel	FR	31120	2609	Europe/Paris	43.5104	1.38831				76	31	311	31420
2987083	Pinsac	pinsac	FR	46200	762	Europe/Paris	44.85567	1.51412		Pinsac		76	46	463	46220
2987086	Pinon	pinon	FR	02320	1726	Europe/Paris	49.48916	3.44703		Pinon		32	02	022	02602
2987087	Pinols	pinols	FR	43300	281	Europe/Paris	45.05157	3.41356		Pinols		84	43	431	43151
2987089	Pino	pino	FR	20228	163	Europe/Paris	42.90847	9.35052		Pino		94	2B	2B2	2B233
2987091	Pin	pin	FR	70150	582	Europe/Paris	47.32188	5.864		Pin,Pin-l'Emagny,Pin-l'Émagny		27	70	702	70410
2987095	Pineuilh	pineuilh	FR	33220	0	Europe/Paris	44.83096	0.22741		Pinej,Pineuihl,Pineuilh,Pinuelh,pi na yi er,Пиней,Піней,皮纳伊尔		75	33	335	33324
2987099	Pinet	pinet	FR	34850	0	Europe/Paris	45.4624	5.0008				84	38	383	38160
2987100	Pinet	pinet	FR	34850	0	Europe/Paris	45.45302	3.47711				84	63	631	63328
2987101	Pinet	pinet	FR	34850	0	Europe/Paris	45.26503	3.88641				84	43	432	43217
2987102	Pinet	pinet	FR	34850	0	Europe/Paris	45.12705	0.56181				75	24	243	24295
2987103	Pinet	pinet	FR	34850	1110	Europe/Paris	43.40556	3.51		Pinet		76	34	341	34203
2987105	Hauterive	hauterive	FR	03270	502	Europe/Paris	44.4299	0.58122		Hauterive,Pinel-Hauterive		75	47	473	47206
2987110	Pindray	pindray	FR	86500	274	Europe/Paris	46.49153	0.81101		Pindray		75	86	862	86191
2987111	Pindères	pinderes	FR	47700	221	Europe/Paris	44.27259	0.02742		Pinderes,Pindères		75	47	474	47205
2987117	Pincé	pince	FR	72300	202	Europe/Paris	47.79769	-0.38106		Pince,Pincé		52	72	721	72236
2987118	Pin-Balma	pin-balma	FR	31130	733	Europe/Paris	43.62806	1.53361		Le Pin,Le Pin de Balmar,Le Pin-Balma,Pen-Bal'ma,Pin de Balmar,Pin-Balma,pan ba er ma,Пен-Бальма,潘巴尔马		76	31	313	31418
2987119	Pinay	pinay	FR	42590	0	Europe/Paris	47.10273	3.13528				27	58	583	58207
2987120	Pinay	pinay	FR	42590	278	Europe/Paris	45.87399	4.13698		Pinay		84	42	422	42171
2987123	Pinas	pinas	FR	65300	469	Europe/Paris	43.11623	0.43375		Pinas		76	65	652	65363
2987130	Pin	pin	FR	70150	0	Europe/Paris	44.50719	3.22273				76	48	482	48099
2987131	Pimprez	pimprez	FR	60170	670	Europe/Paris	49.51489	2.9519		Pimprez		32	60	603	60492
2987136	Pimorin	pimorin	FR	39270	175	Europe/Paris	46.50353	5.50415		Pimoren,pi mo lan,Піморен,皮莫兰		27	39	392	39420
2987141	Pimelles	pimelles	FR	89740	74	Europe/Paris	47.83706	4.17679		Pimelles		27	89	892	89299
2987142	Pimbo	pimbo	FR	40320	194	Europe/Paris	43.57594	-0.37797		Pimbo		75	40	402	40226
2987148	Pillon	pillon	FR	55230	195	Europe/Paris	49.37602	5.57435		Pillon		44	55	553	55405
2987153	Pillemoine	pillemoine	FR	39300	57	Europe/Paris	46.70128	5.90702		Pillemoine		27	39	392	39419
2987155	Pillac	pillac	FR	16390	278	Europe/Paris	45.3242	0.19058		Pijak,Pilhac,Pillac,pi la ke,Пийак,Піяк,皮拉克		75	16	161	16260
2987164	Pila-Canale	pila-canale	FR	20123	300	Europe/Paris	41.81278	8.90989		Pila e Canali,Pila è Canali,Pila-Canale,Pila-Kanale,Пила-Канале,Піла-Канале		94	2A	2A1	2A232
2987165	Pihen-lès-Guînes	pihen-les-guines	FR	62340	403	Europe/Paris	50.87143	1.78664		Pian-le-Gjuin,Pihen-les-Guines,Pihen-lès-Guînes,byhyn lyh jwynys,pi ang lai ji ne,Пиан-ле-Гюин,Піан-ле-Гюїн,بيهين ليه جوينيس,皮昂莱吉讷		32	62	626	62657
2987166	Pihem	pihem	FR	62570	922	Europe/Paris	50.68302	2.21356		Piem,Pihem,Pihin,byhym,pi mu,Пием,Піем,بيهيم,皮姆		32	62	625	62656
2987169	Pigny	pigny	FR	18110	724	Europe/Paris	47.17581	2.4399		Pigny		24	18	181	18179
2987171	Pignols	pignols	FR	63270	222	Europe/Paris	45.6442	3.28336		Pignols		84	63	632	63280
2987174	Pignicourt	pignicourt	FR	02190	135	Europe/Paris	49.41438	4.02927		Pignicourt		32	02	022	02601
2987179	Pignans	pignans	FR	83790	2987	Europe/Paris	43.30071	6.2265		Pignans		93	83	833	83092
2987180	Pignan	pignan	FR	34570	6348	Europe/Paris	43.58436	3.75853		Pignan,Pin'jan,Pinhan,pi ni ang,Пиньян,Піньян,皮尼昂		76	34	343	34202
2987182	Pigna	pigna	FR	20220	108	Europe/Paris	42.5995	8.90282		Pigna		94	2B	2B5	2B231
2987187	Piffonds	piffonds	FR	89330	580	Europe/Paris	48.05487	3.14856		Piffon,Piffonds,pi feng,Пиффон,Піффон,皮丰		27	89	893	89298
2987188	Piève	pieve	FR	20246	93	Europe/Paris	42.5799	9.2879		A Pieve,P'eve,Peve,Pieve,Пьеве,Пєве		94	2B	2B5	2B230
2987189	Pieusse	pieusse	FR	11300	984	Europe/Paris	43.07979	2.23224		P'ess,P'jos,Pess,Pieusse,Piussa,pi ye yu si,Пьесс,Пьёс,Пєсс,皮耶于斯		76	11	112	11289
2987190	Piets-Plasence-Moustrou	piets-plasence-moustrou	FR	64410	124	Europe/Paris	43.52434	-0.5031		P'ets-Plazans-Mustru,Pets-Plazans-Mustru,Piets,Piets-Plasenca-Mostrou,Piets-Plasence-Moustrou,Piets-Plasença-Mostròu,pi ye te pu la sang ke mu si te lu,Пьетс-Плазанс-Мустру,Пєтс-Плазанс-Мустру,皮耶特普拉桑克穆斯特鲁		75	64	643	64447
2987191	Pietroso	pietroso	FR	20242	278	Europe/Paris	42.15789	9.26919		Pietroso		94	2B	2B3	2B229
2987192	Pietrosella	pietrosella	FR	20166	1080	Europe/Paris	41.83576	8.84573		Pietrosella		94	2A	2A1	2A228
2987195	Pietricaggio	pietricaggio	FR	20234	0	Europe/Paris	42.8794	9.35585		Pietricaggio		94	2B	2B2	2B030
2987196	Pietricaggio	pietricaggio	FR	20234	58	Europe/Paris	42.33493	9.38879		Pietricaggio		94	2B	2B3	2B227
2987197	Pietraserena	pietraserena	FR	20251	75	Europe/Paris	42.23537	9.34603		Pietraserena		94	2B	2B3	2B226
2987207	Pietralba	pietralba	FR	20218	342	Europe/Paris	42.54622	9.18502		P'etral'ba,Petral'ba,Petralba,Pietralba,Пьетральба,Пєтральба		94	2B	2B5	2B223
2987209	Pietra-di-Verde	pietra-di-verde	FR	20230	126	Europe/Paris	42.29906	9.45081		A Petra di Verde,P'etra-di-Verde,Petra-di-Verde,Pietra,Pietra di Verde,Pietra-di-Verde,Пьетра-ди-Верде,Пєтра-ді-Верде		94	2B	2B3	2B225
2987212	Pietralba	pietralba	FR	20218	0	Europe/Paris	41.93611	8.75953		Pietra Alba,Pietralba		94	2A	2A1	2A004
2987213	Pierry	pierry	FR	51530	1439	Europe/Paris	49.02024	3.94071		Perri,Pierry,pi ye er li,Пєррі,皮耶尔里		44	51	512	51431
2987217	Pierric	pierric	FR	44290	845	Europe/Paris	47.68728	-1.73588		Perrik,Pierig,Pierric,pi ye er li ke,Пєррик,皮耶尔里克		52	44	445	44123
2987218	Pierrevillers	pierrevillers	FR	57120	1377	Europe/Paris	49.22468	6.10337		P'errville,P'erviller,Perrville,Pierrevillers,pi ye er lei wei lai er,Пьервиллер,Пьеррвилле,Пєррвілле,皮耶尔勒维莱尔		44	57	579	57543
2987219	Pierreville	pierreville	FR	50340	0	Europe/Paris	49.79572	1.02233				28	76	761	76051
2987220	Pierreville	pierreville	FR	50340	599	Europe/Paris	49.47407	-1.78034		Pierreville		28	50	502	50401
2987221	Pierreville	pierreville	FR	50340	308	Europe/Paris	48.54906	6.12077		Pierreville		44	54	543	54429
2987222	Pierrevert	pierrevert	FR	04860	3564	Europe/Paris	43.81137	5.74958		P'erver,Peiraverd,Peiravèrd,Peireverd,Perrver,Pierrevert,Pèirevèrd,pi ye er lei wei er,Пьервер,Пєррвер,皮耶尔勒韦尔		93	04	044	04152
2987223	Pierreval	pierreval	FR	76750	338	Europe/Paris	49.54293	1.25611		Pierreval		28	76	763	76502
2987229	Pierres	pierres	FR	14410	210	Europe/Paris	48.8706	-0.73524		P'er,P'err,Perr,Pierres,pi ye er lei,Пьер,Пьерр,Пєрр,皮耶尔雷		28	14	144	14726
2987230	Pierres	pierres	FR	14410	2781	Europe/Paris	48.59209	1.56444		Pierres		24	28	281	28298
2987231	Pierrerue	pierrerue	FR	04300	519	Europe/Paris	43.95607	5.83293		Pierrerue		93	04	044	04151
2987232	Pierrerue	pierrerue	FR	04300	309	Europe/Paris	43.4275	2.97725		Pierrerue		76	34	341	34201
2987233	Pierrepont-sur-l'Arentèle	pierrepont-sur-l-arentele	FR	88600	0	Europe/Paris	48.26341	6.64826		Pierrepont,Pierrepont-sur-l'Arentele,Pierrepont-sur-l'Arentèle		44	88	881	88348
2987234	Pierrepont-sur-Avre	pierrepont-sur-avre	FR	80500	488	Europe/Paris	49.71295	2.54221		Pierrepont,Pierrepont-sur-Avre		32	80	803	80625
2987235	Pierrepont	pierrepont	FR	02350	0	Europe/Paris	49.9141	1.50587				28	76	761	76320
2987236	Pierrepont	pierrepont	FR	02350	386	Europe/Paris	49.65381	3.79249		Pierrepont		32	02	022	02600
2987237	Pierrepont	pierrepont	FR	02350	1014	Europe/Paris	49.41646	5.70908		Pierrepont		44	54	541	54428
2987238	Pierrepont	pierrepont	FR	02350	0	Europe/Paris	48.89481	-0.32616		Pierrepont		28	14	142	14502
2987242	Pierre-Perthuis	pierre-perthuis	FR	89450	110	Europe/Paris	47.43333	3.78333		P'err-Pertjui,Perr-Pertjui,Pierre-Perthuis,pi ye er lei pei er di yi,Пьерр-Пертюи,Пєрр-Пертюї,皮耶尔勒佩尔蒂伊		27	89	892	89297
2987243	Pierre-Percée	pierre-percee	FR	54540	0	Europe/Paris	48.46884	6.93192		Pierre-Percee,Pierre-Percée		44	54	542	54427
2987245	Pierre-Morains	pierre-morains	FR	51130	105	Europe/Paris	48.83587	4.02238		Pierre-Morains		44	51	512	51430
2987250	Pierremande	pierremande	FR	02300	268	Europe/Paris	49.57238	3.24988		P'ermand,Perrmand,Pierremande,pi ai er meng de,Пьерманд,Пєррманд,皮埃尔蒙德		32	02	022	02599
2987253	Pierrelongue	pierrelongue	FR	26170	137	Europe/Paris	44.24595	5.21562		Pierrelongue		84	26	262	26236
2987255	Pierre-Levée	pierre-levee	FR	77580	388	Europe/Paris	48.89962	3.03841		Pierre-Levee,Pierre-Levée		11	77	771	77361
2987256	Pierrelaye	pierrelaye	FR	95220	7295	Europe/Paris	49.0211	2.15481		Pierrelaye		11	95	951	95488
2987259	Pierrelatte	pierrelatte	FR	26131 CEDEX	12691	Europe/Paris	44.37549	4.70314		Peiralata,Perrlatt,Pierrelatte,Pèiralata,pi ye er lei la te,pieruratto,Пєррлатт,ピエールラット,皮耶尔雷拉特		84	26	262	26235
2987260	Pierre-la-Treiche	pierre-la-treiche	FR	54200	622	Europe/Paris	48.64327	5.93377		P'er-la-Tresh,P'err-la-Tresh,Perr-la-Tresh,Pierre,Pierre-la-Treiche,pi ye er la te lei ke,Пьер-ла-Треш,Пьерр-ла-Треш,Пєрр-ла-Треш,皮耶尔拉特雷克		44	54	544	54426
2987264	Pierregot	pierregot	FR	80260	245	Europe/Paris	50.00202	2.37893		Pierregot		32	80	802	80624
2987331	Piencourt	piencourt	FR	27230	140	Europe/Paris	49.16817	0.40085		Piencourt		28	27	272	27455
2987266	Pierrefort	pierrefort	FR	15230	1014	Europe/Paris	44.92175	2.83811		P'erfor,P'errfor,Peirafort,Perrfor,Pierrefort,Pèirafòrt,pi ye er lei fu er,Пьеррфор,Пьерфор,Пєррфор,皮耶尔雷福尔		84	15	153	15152
2987268	Pierrefontaine-les-Varans	pierrefontaine-les-varans	FR	25510	1433	Europe/Paris	47.21601	6.5403		Pierrefontaine		27	25	253	25453
2987269	Pierrefontaine-lès-Blamont	pierrefontaine-les-blamont	FR	25310	315	Europe/Paris	47.375	6.83984		Pierrefontaine,Pierrefontaine-les-Blamont,Pierrefontaine-lès-Blamont		27	25	252	25452
2987270	Pierrefonds	pierrefonds	FR	60350	2217	Europe/Paris	49.34878	2.9779		Pierrefonds les-Bain		32	60	603	60491
2987271	Pierrefitte-sur-Seine	pierrefitte-sur-seine	FR	93380	27914	Europe/Paris	48.96691	2.36104		P'errfitt-sjur-Sen,Perrfitt-sjur-Sen,Petraficta ad Sequanam,Pierrefitte,Pierrefitte-sur-Seine,Pjerfit sir Sen,pieleupiteuswileusen,pierufitto=shuru=senu,pyrwfyt swr sn,Пьеррфитт-сюр-Сен,Пєррфітт-сюр-Сен,Пјерфит сир Сен,پیروفیت سور سن,ピエールフィット＝シュル＝セーヌ,피에르피트쉬르센		11	93	933	93059
2987272	Pierrefitte-sur-Sauldre	pierrefitte-sur-sauldre	FR	41300	890	Europe/Paris	47.51249	2.15029		Perrfitt-sjur-Sol'dr,Pierrefitte,Pierrefitte-sur-Sauldre,suo er de er he pan pi ye er lei fei te,Пєррфітт-сюр-Сольдр,索尔德尔河畔皮耶尔雷菲特		24	41	413	41176
2987273	Pierrefitte-sur-Loire	pierrefitte-sur-loire	FR	03470	548	Europe/Paris	46.50646	3.81603		Pierrefitte,Pierrefitte-sur-Loire		84	03	032	03207
2987274	Pierrefitte-sur-Aire	pierrefitte-sur-aire	FR	55260	268	Europe/Paris	48.90013	5.3298		Pierrefitte,Pierrefitte-sur-Aire		44	55	552	55404
2987275	Pierrefitte-Nestalas	pierrefitte-nestalas	FR	65260	1314	Europe/Paris	42.96106	-0.07385		Pierrefitte-Nestalas		76	65	651	65362
2987276	Pierrefitte-ès-Bois	pierrefitte-es-bois	FR	45360	0	Europe/Paris	47.50742	2.71638		Perrfitt-e-Bua,Pierrefitte,Pierrefitte-es-Bois,Pierrefitte-les-Bois,Pierrefitte-ès-Bois,pi ye er lei fei te ai bu wa,Пєррфітт-е-Буа,皮耶尔雷菲特埃布瓦		24	45	451	45251
2987277	Pierrefitte-en-Cinglais	pierrefitte-en-cinglais	FR	14690	243	Europe/Paris	48.90313	-0.38789		Pierrefitte,Pierrefitte-en-Cinglais		28	14	142	14501
2987278	Pierrefitte-en-Beauvaisis	pierrefitte-en-beauvaisis	FR	60112	389	Europe/Paris	49.47554	1.98166		Pierrefitte,Pierrefitte-en-Beauvaisis		32	60	601	60490
2987279	Pierrefitte-en-Auge	pierrefitte-en-auge	FR	14130	141	Europe/Paris	49.25948	0.20048		Pierrefitte,Pierrefitte-en-Auge		28	14	143	14500
2987281	Pierrefitte	pierrefitte	FR	19450	84	Europe/Paris	48.1673	6.17775		Pierrefitte		44	88	882	88347
2987282	Pierrefitte	pierrefitte	FR	19450	313	Europe/Paris	46.86916	-0.30147		Pierrefitte		75	79	791	79209
2987283	Pierrefitte	pierrefitte	FR	19450	0	Europe/Paris	46.43312	2.34688				84	03	031	03172
2987284	Pierrefitte	pierrefitte	FR	19450	0	Europe/Paris	46.14599	2.23282		Pierrefitte		75	23	231	23152
2987285	Pierrefitte	pierrefitte	FR	19450	0	Europe/Paris	45.78333	1.86667				75	87	872	87009
2987286	Pierrefitte	pierrefitte	FR	19450	0	Europe/Paris	45.64558	2.65612				84	63	633	63370
2987287	Pierrefitte	pierrefitte	FR	19450	0	Europe/Paris	45.42304	1.64841		Pierrefitte		75	19	192	19166
2987289	Pierrefiques	pierrefiques	FR	76280	107	Europe/Paris	49.67162	0.23328		Pierrefiques		28	76	762	76501
2987292	Pierrefiche	pierrefiche	FR	12130	0	Europe/Paris	45.46021	0.91207				75	24	242	24551
2987293	Pierrefiche	pierrefiche	FR	12130	0	Europe/Paris	44.80876	2.62247				76	12	122	12277
2987294	Pierrefiche	pierrefiche	FR	12130	164	Europe/Paris	44.69053	3.73228		Pierrefiche		76	48	482	48112
2987295	Pierrefiche	pierrefiche	FR	12130	0	Europe/Paris	44.44377	2.94768				76	12	122	12182
2987296	Pierrefiche	pierrefiche	FR	12130	0	Europe/Paris	44.10842	3.21436				76	12	121	12204
2987297	Pierrefeu-du-Var	pierrefeu-du-var	FR	83390	4818	Europe/Paris	43.22411	6.14536		P'erfjo-dju-Var,Peirafuec,Perrfe-dju-Var,Pierrefeu,Pierrefeu-du-Var,Pèirafuec,pi ye er lei fu di wa,Пьерфё-дю-Вар,Пєррфе-дю-Вар,皮耶尔雷弗迪瓦		93	83	832	83091
2987299	Pierrefeu	pierrefeu	FR	06910	251	Europe/Paris	43.87502	7.08069		Pierrefeu		93	06	062	06097
2987301	Pierremont-sur-Amance	pierremont-sur-amance	FR	52500	0	Europe/Paris	47.8	5.66667				44	52	522	52388
2987303	Pierrecourt	pierrecourt	FR	70600	0	Europe/Paris	49.89768	1.6608		Pierrecourt		28	76	761	76500
2987304	Pierrecourt	pierrecourt	FR	70600	144	Europe/Paris	47.64493	5.58978		Pierrecourt		27	70	702	70409
2987305	Pierreclos	pierreclos	FR	71960	825	Europe/Paris	46.33488	4.68609		Pierreclos		27	71	715	71350
2987308	Pierre-Châtel	pierre-chatel	FR	38119	1295	Europe/Paris	44.95735	5.77454		Pierre-Chatel,Pierre-Châtel		84	38	381	38304
2987309	Pierre-Buffière	pierre-buffiere	FR	87260	1130	Europe/Paris	45.69451	1.35895		Pierre-Buffiere,Pierre-Buffière		75	87	872	87119
2987314	Pierre-Bénite	pierre-benite	FR	69310	9971	Europe/Paris	45.70359	4.82424		Perr-Benit,Pierre-Benite,Pierre-Bénite,Пєрр-Беніт		84	69	691	69152
2987320	Pierre-de-Bresse	pierre-de-bresse	FR	71270	2015	Europe/Paris	46.88333	5.25		P'err-de-Bress,Perr-de-Bress,Пьерр-де-Бресс,Пєрр-де-Бресс		27	71	714	71351
2987325	Pierlas	pierlas	FR	06260	87	Europe/Paris	44.03108	7.03508		Pierlas		93	06	062	06096
2987327	Piennes-Onvillers	piennes-onvillers	FR	80500	0	Europe/Paris	49.63333	2.63333				32	80	803	80623
2987328	Piennes	piennes	FR	54490	2497	Europe/Paris	49.30964	5.78009		Pienne,Piennes		44	54	541	54425
2987332	Piégut-Pluviers	piegut-pluviers	FR	24360	1396	Europe/Paris	45.62288	0.68955		P'egju-Pljuv'e,Pegju-Pljuve,Piegut,Piegut-Pluviers,Piégut,Piégut-Pluviers,Puei Gut e Pluviers,Pueiagut de Perigord,Pueiagut de Perigòrd,pi ai ju pu lu wei ye er,Пьегю-Плювье,Пєгю-Плювє,皮埃居普吕维耶尔		75	24	242	24328
2987333	Piégut	piegut	FR	05130	133	Europe/Paris	44.45193	6.1279		P'egju,Pegju,Piegut,Piégut,pi ai ju,Пьегю,Пєгю,皮埃居		93	04	044	04150
2987335	Piégros-la-Clastre	piegros-la-clastre	FR	26400	806	Europe/Paris	44.68072	5.09898		Piegros,Piegros-la-Clastre,Piégros,Piégros-la-Clastre		84	26	261	26234
2987336	Piégon	piegon	FR	26110	235	Europe/Paris	44.30114	5.12745		Pegon,Piegon,Piégon,Pueiguigon,Puèiguigon,pi ai gong,Пєгон,皮埃贡		84	26	262	26233
2987337	Pie-d'Orezza	pie-d-orezza	FR	20229	0	Europe/Paris	42.37215	9.35483		Pie-d'Orezza,Pied Orezza		94	2B	2B3	2B222
2987341	Piedipartino	piedipartino	FR	20229	20	Europe/Paris	42.36816	9.35837		Piedipartino		94	2B	2B3	2B221
2987343	Piedigriggio	piedigriggio	FR	20218	137	Europe/Paris	42.44704	9.17116		P'edigridzho,Pedigridzho,Pedigrisgiu,Piedigriggio,Пьедигриджо,Пєдігриджо		94	2B	2B3	2B220
2987344	Piedicroce	piedicroce	FR	20229	0	Europe/Paris	42.37457	9.36813		P'edikroche,Pedicroce,Pedikroche,Piedicroce,Пьедикроче,Пєдікроче		94	2B	2B3	2B219
2987345	Piedicorte-di-Gaggio	piedicorte-di-gaggio	FR	20251	140	Europe/Paris	42.23595	9.32822		P'edikorte-di-Gadzho,Pedicorti,Pedikorte-di-Gadzho,Piedicorte,Piedicorte di Gaggio,Piedicorte-di-Gaggio,Piedicroce-di Gaggio,Piédicorte,Пьедикорте-ди-Гаджо,Пєдікорте-ді-Гаджо		94	2B	2B3	2B218
2987356	Picquigny	picquigny	FR	80310	1400	Europe/Paris	49.94413	2.14376		Picquigny,Pikin'i,Pitchigny,pi ji ni,Пикиньи,Пікіньї,皮基尼		32	80	802	80622
2987362	Picherande	picherande	FR	63113	379	Europe/Paris	45.46453	2.76984		Picherande		84	63	633	63279
2987365	Pichanges	pichanges	FR	21120	231	Europe/Paris	47.46169	5.15042		Pichanges		27	21	212	21483
2987370	Picauville	picauville	FR	50250	2023	Europe/Paris	49.3781	-1.40048		Picauville		28	50	502	50400
2987372	Picarreau	picarreau	FR	39800	82	Europe/Paris	46.75453	5.7443		Picarreau		27	39	391	39418
2987376	Pibrac	pibrac	FR	31820	8413	Europe/Paris	43.62042	1.2854		Pibrac,Pibrak,pi bu la ke,Пибрак,Пібрак,皮布拉克		76	31	313	31417
2987378	Piblange	piblange	FR	57220	823	Europe/Paris	49.25158	6.41616		Piblange,Piplange		44	57	573	57542
2987380	Piazzole	piazzole	FR	20229	46	Europe/Paris	42.39323	9.40219		Piazzole		94	2B	2B3	2B217
2987381	Piazzali	piazzali	FR	20234	15	Europe/Paris	42.31919	9.40688		I Piazzali,P'jaccali,Piazalli,Piazzali,Pjaccali,Пьяццали,Пяццалі		94	2B	2B3	2B216
2987389	Pianottoli-Caldarello	pianottoli-caldarello	FR	20131	864	Europe/Paris	41.49439	9.05633		Pianottoli-Caldarello		94	2A	2A4	2A215
2987394	Piano	piano	FR	20215	39	Europe/Paris	42.44755	9.40283		Piano		94	2B	2B3	2B214
2987397	Pianello	pianello	FR	20272	84	Europe/Paris	42.291	9.36037		Pianello		94	2B	2B3	2B213
2987403	Piana	piana	FR	20115	0	Europe/Paris	42.51588	9.11818		Piana		94	2B	2B3	2B080
2987404	Piana	piana	FR	20115	445	Europe/Paris	42.2383	8.63561		P'jana,Piana,Pjana,piyana,pyana,Пьяна,Пяна,پیانا,पियाना		94	2A	2A1	2A212
2987408	Piacé	piace	FR	72170	356	Europe/Paris	48.25919	0.11405		Piace,Piacé		52	72	722	72235
2987409	Pia	pia	FR	66380	5640	Europe/Paris	42.74475	2.92043		Pia		76	66	662	66141
2987411	Phlin	phlin	FR	54610	39	Europe/Paris	48.91186	6.27595		Phlin		44	54	543	54424
2987412	Philondenx	philondenx	FR	40320	223	Europe/Paris	43.56301	-0.44599		Philondenx,Philondeux		75	40	402	40225
2987413	Philippsbourg	philippsbourg	FR	57230	0	Europe/Paris	48.9834	7.56727		Filippsbur,Philippsbourg,Philippsburg,fei li pu si bu er,Филиппсбур,Філіппсбур,菲利普斯布尔		44	57	576	57541
2987421	Phalsbourg	phalsbourg	FR	57370	4663	Europe/Paris	48.76771	7.2582		Fal'sbur,Fort-Francais,Fort-Français,Pfalzburg,Phalsbourg,Roc-Ferme,fa er si bu er,falsbwrg,Фальсбур,فالسبورگ,法尔斯布尔		44	57	575	57540
2987423	Phalempin	phalempin	FR	59133	4719	Europe/Paris	50.51691	3.01584		Falampen,Phalempin,fa lang pan,Фалампен,法朗潘		32	59	595	59462
2987425	Phaffans	phaffans	FR	90150	348	Europe/Paris	47.66033	6.93449		Phaffans		27	90	901	90080
2987426	Pfulgriesheim	pfulgriesheim	FR	67370	1237	Europe/Paris	48.64403	7.67086				44	67	674	67375
2987427	Pfettisheim	pfettisheim	FR	67370	803	Europe/Paris	48.65996	7.64545				44	67	674	67495
2987428	Pfetterhouse	pfetterhouse	FR	68480	1020	Europe/Paris	47.50128	7.16598		Pfetterhausen,Pfetterhouse,Pfetteruz,pu fei te lu si,Пфеттеруз,普费特鲁斯		44	68	681	68257
2987429	Pfastatt	pfastatt	FR	68120	8354	Europe/Paris	47.76915	7.30295		Fastat,Pfastat,Pfastatt,pu fa si ta,Пфастат,Фастат,普法斯塔		44	68	684	68256
2987430	Pfalzweyer	pfalzweyer	FR	67320	294	Europe/Paris	48.80612	7.26009		Pfalzweyer		44	67	674	67373
2987431	Pfaffenhoffen	pfaffenhoffen	FR	67350	2629	Europe/Paris	48.8422	7.60714		Pfaffenhofen,Pfaffenhoffen,Pfaffenoffen,Pfaffoffe,bfafynhwfyn,pfafnhwfn,pu fa fang ao fang,Пфаффеноффен,بفافينهوفين,پفافنهوفن,普法方奥方		44	67	672	67372
2987432	Pfaffenheim	pfaffenheim	FR	68250	1248	Europe/Paris	47.98567	7.28928		Pfaffenajm,Pfaffenheim,Pfaffenkhajm,pu fa fei nan,Пфаффенайм,Пфаффенхайм,普法费南		44	68	686	68255
2987433	Pézy	pezy	FR	28150	194	Europe/Paris	48.31801	1.57361		Pezy,Pézy		24	28	281	28383
2987434	Pezuls	pezuls	FR	24510	144	Europe/Paris	44.91339	0.80723		Pezuls,Pézuls		75	24	241	24327
2987436	Pezou	pezou	FR	41100	975	Europe/Paris	47.86739	1.14277		Pezou		24	41	412	41175
2987437	Pézilla-la-Rivière	pezilla-la-riviere	FR	66370	3002	Europe/Paris	42.69488	2.77018		Pezilla,Pezilla-de-la-Riviere,Pezilla-la-Riviere,Pézilla,Pézilla-de-la-Rivière,Pézilla-la-Rivière		76	66	662	66140
2987438	Pézilla-de-Conflent	pezilla-de-conflent	FR	66730	47	Europe/Paris	42.73825	2.48144		Pezilla,Pezilla-de-Conflent,Pézilla,Pézilla-de-Conflent		76	66	663	66139
2987439	Pezens	pezens	FR	11170	1372	Europe/Paris	43.25446	2.26868		Pezens		76	11	111	11288
2987519	Peyrefitte-sur-l'Hers	peyrefitte-sur-l-hers	FR	11420	0	Europe/Paris	43.24784	1.82867		Peyrefite sur l'Hers,Peyrefitte,Peyrefitte-sur-l'Hers		76	11	111	11283
2987440	Pézènes-les-Mines	pezenes-les-mines	FR	34600	0	Europe/Paris	43.589	3.25174		Pesena de las Minas,Pezen-le-Min,Pezenes,Pezenes-les-Mines,Pézenes,Pézenes-les-Mines,Pézènes-les-Mines,pei ze nei lai mi nei,Пезен-ле-Мин,Пезен-ле-Мін,佩泽内莱米内		76	34	341	34200
2987441	Pézenas	pezenas	FR	34120	8647	Europe/Paris	43.45997	3.42258		Pesenas,Pesenàs,Pezenas,Pézenas,pei ze na,Пезенас,佩泽纳		76	34	341	34199
2987442	Pezé-le-Robert	peze-le-robert	FR	72140	359	Europe/Paris	48.19371	-0.05909		Peze,Peze-le-Robert,Pezé-le-Robert,Pézé,Pézé-le-Robert		52	72	722	72234
2987443	Pézarches	pezarches	FR	77131	297	Europe/Paris	48.73714	2.99222		Pezarches,Pézarches		11	77	771	77360
2987444	Peyzieux-sur-Saône	peyzieux-sur-saone	FR	01140	366	Europe/Paris	46.12713	4.81401		Peyzieux,Peyzieux-sur-Saone,Peyzieux-sur-Saône		84	01	012	01295
2987447	Peyzac-le-Moustier	peyzac-le-moustier	FR	24620	153	Europe/Paris	44.99064	1.07922		Paisac e Lo Mostier,Paisac e Lo Mostièr,Paisac e lo Mostier,Paisac e lo Mostièr,Peyzac,Peyzac-le-Moustier,Pezak-le-Mut'e,pei zha ke lai mu si di ye,Пезак-ле-Мутье,Пезак-ле-Мутьє,佩扎克莱穆斯蒂耶		75	24	244	24326
2987449	Peyssies	peyssies	FR	31390	411	Europe/Paris	43.32135	1.17738		Peyssies,Peyssies-la-Carrere,Peyssies-la-Carrère		76	31	311	31416
2987452	Peyrusse-Vieille	peyrusse-vieille	FR	32230	82	Europe/Paris	43.62958	0.18053		Peyrusse-Vieille		76	32	321	32317
2987453	Peyrusse-Massas	peyrusse-massas	FR	32360	86	Europe/Paris	43.73815	0.55322		Peyrusse,Peyrusse-Massas		76	32	321	32316
2987454	Peyrusse-le-Roc	peyrusse-le-roc	FR	12220	209	Europe/Paris	44.49602	2.1413		Peyrusse,Peyrusse-le-Roc		76	12	123	12181
2987455	Peyrusse-Grande	peyrusse-grande	FR	32320	0	Europe/Paris	43.63276	0.21474		Peyrusse-Grand,Peyrusse-Grande		76	32	321	32315
2987456	Peyrusse	peyrusse	FR	15170	219	Europe/Paris	45.2022	3.02867		Peyrusse		84	15	153	15151
2987457	Peyrus	peyrus	FR	26120	525	Europe/Paris	44.91216	5.10375		Peyrus		84	26	263	26232
2987458	Peyrun	peyrun	FR	65140	89	Europe/Paris	43.3304	0.19123		Peyrun		76	65	653	65361
2987459	Peyruis	peyruis	FR	04310	2375	Europe/Paris	44.0288	5.94032		Peirueis,Pejrjui,Perjui,Peyruis,pei lu yi,Пейрюї,Перюи,佩吕伊		93	04	043	04149
2987460	Peyrouzet	peyrouzet	FR	31420	88	Europe/Paris	43.20187	0.83107		Peyrouzet		76	31	312	31415
2987464	Peyrouse	peyrouse	FR	65270	241	Europe/Paris	43.10441	-0.11765		Peyrouse		76	65	651	65360
2987467	Peyroules	peyroules	FR	04120	196	Europe/Paris	43.80976	6.62209		Peirolas,Pejrul',Perul',Peyroules,pei lu lai,Пейруль,Перуль,佩鲁莱		93	04	042	04148
2987472	Peyrolles-en-Provence	peyrolles-en-provence	FR	13860	4084	Europe/Paris	43.64545	5.58492		Peirola,Peirola de Provenca,Peiròla,Peiròla de Provença,Pejrol'-an-Provans,Perol'-an-Provans,Peyrolles,Peyrolles-en-Provence,pu luo wang si de qu pei luo lai,Пейроль-ан-Прованс,Пероль-ан-Прованс,普罗旺斯地区佩罗莱		93	13	131	13074
2987473	Peyrolles	peyrolles	FR	11190	0	Europe/Paris	46.08638	3.12698				84	03	033	03118
2987474	Peyrolles	peyrolles	FR	11190	60	Europe/Paris	42.95991	2.31767		Peyrolles		76	11	112	11287
2987475	Peyrolles	peyrolles	FR	11190	41	Europe/Paris	44.11667	3.83333		Peyroles		76	30	303	30195
2987477	Peyrole	peyrole	FR	81310	317	Europe/Paris	43.80214	1.9084		Peyrole		76	81	811	81208
2987482	Peyrissas	peyrissas	FR	31420	91	Europe/Paris	43.2855	0.91014		Peyrissas		76	31	312	31414
2987483	Peyrissac	peyrissac	FR	19260	142	Europe/Paris	45.50231	1.69922		Peyrissac		75	19	192	19165
2987484	Peyrins	peyrins	FR	26380	2478	Europe/Paris	45.09331	5.04513		Peyrins		84	26	263	26231
2987485	Peyrilles	peyrilles	FR	46310	333	Europe/Paris	44.61966	1.41444		Peyrilles		76	46	463	46219
2987486	Peyrillac-et-Millac	peyrillac-et-millac	FR	24370	227	Europe/Paris	44.88713	1.40758		Pairilhac e Milhac,Perijak-e-Mijak,Peyrillac-et-Millac,pei li la ke he mi la ke,Перияк-е-Мияк,Періяк-е-Міяк,佩里拉克和米拉克		75	24	244	24325
2987487	Peyrilhac	peyrilhac	FR	87510	1105	Europe/Paris	45.95067	1.13403		Peyrilhac		75	87	872	87118
2987488	Peyriguère	peyriguere	FR	65350	26	Europe/Paris	43.25434	0.26139		Peyriguere,Peyriguiere,Peyriguière,Peyriguère		76	65	653	65359
2987489	Peyrignac	peyrignac	FR	24210	478	Europe/Paris	45.15597	1.19142		Pairinhac,Perin'jak,Peyrignac,pei li ni ya ke,Периньяк,佩里尼亚克		75	24	244	24324
2987491	Peyrieu	peyrieu	FR	01300	0	Europe/Paris	45.67623	5.67791		Peyrieu		84	01	011	01294
2987492	Peyrière	peyriere	FR	47350	255	Europe/Paris	44.57531	0.3177		Peyriere,Peyrière		75	47	472	47204
2987494	Peyriat	peyriat	FR	01430	175	Europe/Paris	46.15358	5.51063		Pejrja,Per'ja,Perya,Peyriat,byrya,pei li ya,Пейря,Перья,Պերյա,بيريا,佩里亚		84	01	014	01293
2987495	Peyriac-Minervois	peyriac-minervois	FR	11160	1070	Europe/Paris	43.29091	2.56591		Peyriac,Peyriac-Minervois		76	11	111	11286
2987497	Peyriac-de-Mer	peyriac-de-mer	FR	11440	1032	Europe/Paris	43.08715	2.95725		Peyriac,Peyriac-de-Mer		76	11	113	11285
2987498	Peyret-Saint-André	peyret-saint-andre	FR	65230	58	Europe/Paris	43.31862	0.50892		Peyret,Peyret-Saint-Andre,Peyret-Saint-André		76	65	653	65358
2987500	Peyrestortes	peyrestortes	FR	66600	1561	Europe/Paris	42.75395	2.85102		Peyrestortes		76	66	662	66138
2987504	Peyrens	peyrens	FR	11400	378	Europe/Paris	43.36142	1.96045		Peyrens		76	11	111	11284
2987506	Peyremale	peyremale	FR	30160	308	Europe/Paris	44.30046	4.06228		Peiramala,Pejremal',Peyremale,Pèiramala,pei lei ma er,Пейремаль,佩雷马尔		76	30	301	30194
2987507	Peyrelongue-Abos	peyrelongue-abos	FR	64350	132	Europe/Paris	43.42397	-0.1052		Peiralonga e Avos,Peiralonga-Abos,Perelong-Abos,Peyrelongue,Peyrelongue-Abos,Pèiralonga e Avòs,Pèiralonga-Abòs,pei lei long gai a bo,Перелонг-Абос,佩雷隆盖阿博		75	64	643	64446
2987508	Peyrelevade	peyrelevade	FR	19290	802	Europe/Paris	45.704	2.05443		Peyrelevade		75	19	193	19164
2987510	Peyreleau	peyreleau	FR	12720	77	Europe/Paris	44.18849	3.20787		Peiraleu,Peiralèu,Pejrelo,Perlo,Peyreleau,pei lei luo,Пейрело,Перло,佩雷洛		76	12	121	12180
2987513	Peyrehorade	peyrehorade	FR	40300	3419	Europe/Paris	43.54496	-1.10068		Peira Horada,Peirahorada,Pejrorad,Perorad,Pevrehorade,Peyrehorade,Pèira Horada,Pèirahorada,pei lei ao la de,Пейрорад,Перорад,佩雷奥拉德		75	40	401	40224
2987516	Peyregoux	peyregoux	FR	81440	138	Europe/Paris	43.70225	2.2039		Peyregoux		76	81	812	81207
2987784	Petersbach	petersbach	FR	67290	688	Europe/Paris	48.87091	7.26624		Petersbach		44	67	674	67370
2987520	Peyrefitte-du-Razès	peyrefitte-du-razes	FR	11230	39	Europe/Paris	43.06082	2.0225		Peyrefite,Peyrefitte,Peyrefitte-du-Razes,Peyrefitte-du-Razès		76	11	112	11282
2987524	Peyrecave	peyrecave	FR	32340	89	Europe/Paris	43.99763	0.81985		Peyrecave		76	32	322	32314
2987527	Peyre	peyre	FR	40700	0	Europe/Paris	45.21576	4.08424				84	43	433	43024
2987528	Peyre	peyre	FR	40700	240	Europe/Paris	43.56693	-0.54705		Peyre		75	40	402	40223
2987529	Peyraud	peyraud	FR	07340	0	Europe/Paris	45.30298	4.78779		Peyraud		84	07	073	07174
2987530	Peyraud	peyraud	FR	07340	0	Europe/Paris	45.1206	-0.60493				75	33	331	33100
2987531	Peyraud	peyraud	FR	07340	0	Europe/Paris	45.08333	4.66667				84	07	073	07301
2987532	Peyraube	peyraube	FR	65190	121	Europe/Paris	43.20135	0.24546		Peyraube		76	65	653	65357
2987533	Peyrat-la-Nonière	peyrat-la-noniere	FR	23130	470	Europe/Paris	46.08762	2.25601		Peyrat,Peyrat-la-Montagne,Peyrat-la-Noniere,Peyrat-la-Nonière		75	23	231	23151
2987534	Peyrat-de-Bellac	peyrat-de-bellac	FR	87300	1168	Europe/Paris	46.14183	1.03686		Pevrat-la-Montagne,Peyrat,Peyrat-de-Bellac		75	87	871	87116
2987544	Peyrabout	peyrabout	FR	23000	160	Europe/Paris	46.10731	1.91188		Peyrabout		75	23	232	23150
2987546	Peypin-d'Aigues	peypin-d-aigues	FR	84240	0	Europe/Paris	43.78756	5.56965		Peypin,Peypin-d'Aigues		93	84	841	84090
2987547	Peypin	peypin	FR	13124	5133	Europe/Paris	43.38503	5.57788		Pejpen,Pepen,Peypin,Puegpin,pei pan,Пейпен,Пепен,佩潘		93	13	133	13073
2987551	Peynier	peynier	FR	13790	3059	Europe/Paris	43.44837	5.64139		Pejn'e,Pen'e,Peynier,Puegnier,pei nie,Пейньє,Пенье,佩涅		93	13	131	13072
2987554	Peymeinade	peymeinade	FR	06530	7465	Europe/Paris	43.64244	6.87583		Peymeinade		93	06	061	06095
2987562	Pey	pey	FR	40300	583	Europe/Paris	43.63067	-1.20185		Pey		75	40	401	40222
2987563	Pexonne	pexonne	FR	54540	0	Europe/Paris	48.48351	6.86705		Pexonne		44	54	542	54423
2987564	Pexiora	pexiora	FR	11150	868	Europe/Paris	43.26827	2.03608		Pexiora		76	11	111	11281
2987565	Pévy	pevy	FR	51140	226	Europe/Paris	49.31024	3.84238		Pevy,Pévy		44	51	513	51429
2987567	Pévange	pevange	FR	57340	52	Europe/Paris	48.90836	6.61754		Pevange,Pévange		44	57	575	57539
2987569	Peuvillers	peuvillers	FR	55150	52	Europe/Paris	49.36968	5.3939		Peuvillers		44	55	553	55403
2987570	Peuton	peuton	FR	53360	220	Europe/Paris	47.88527	-0.82235		Peuton		52	53	531	53178
2987571	Peuplingues	peuplingues	FR	62231	597	Europe/Paris	50.91408	1.76511		Pepleng,Peuplingues,bywblynjwys,po pu lan ge,Пепленг,بيوبلينجويس,珀普兰格		32	62	626	62654
2987574	Peumerit-Quintin	peumerit-quintin	FR	22480	156	Europe/Paris	48.36131	-3.27293		Peumerit-Quintin,Purid-Kintin		53	22	222	22169
2987575	Peumerit	peumerit	FR	29710	706	Europe/Paris	47.93961	-4.30933		Pemeri,Peumerit,Peumérit,Purid,po mei li,Пемери,Пемері,珀梅里		53	29	294	29159
2987577	Peujard	peujard	FR	33240	1606	Europe/Paris	45.0368	-0.43977		Peujard		75	33	331	33321
2987586	Pettonville	pettonville	FR	54120	0	Europe/Paris	48.529	6.74209		Pettonville		44	54	542	54422
2987588	Pettoncourt	pettoncourt	FR	57170	267	Europe/Paris	48.78165	6.4052		Pettoncourt		44	57	575	57538
2987592	Petreto	petreto	FR	20140	561	Europe/Paris	41.78349	8.98073		Petreto,Petreto-Bicchisano,Petreto-Bikkizano,Pitretu e Bicchisgia,Pitretu è Bicchisgià,Петрето-Биккизано,Петрето-Біккізано		94	2A	2A4	2A211
2987595	Petosse	petosse	FR	85570	519	Europe/Paris	46.4809	-0.90899		Petosse,Pétosse		52	85	851	85174
2987596	Petiville	petiville	FR	14390	1014	Europe/Paris	49.46078	0.5874		Petiville		28	76	762	76499
2987597	Petiville	petiville	FR	14390	451	Europe/Paris	49.24285	-0.17592		Petiville		28	14	143	14499
2987603	Petit-Verly	petit-verly	FR	02630	177	Europe/Paris	49.97167	3.55802		Le Petit Verly,Petit-Verly,Verly-Petit		32	02	025	02784
2987609	Petit-Tenquin	petit-tenquin	FR	57660	207	Europe/Paris	48.98901	6.86188		Petit-Tenquin		44	57	573	57536
2987628	Petit-Réderching	petit-rederching	FR	57410	1511	Europe/Paris	49.05494	7.3064		Petit-Rederching,Petit-Réderching		44	57	576	57535
2987642	Petit-Noir	petit-noir	FR	39120	1002	Europe/Paris	46.93333	5.33333				27	39	391	39415
2987651	Petitmont	petitmont	FR	54480	0	Europe/Paris	48.55717	6.95635		Petitmont		44	54	542	54421
2987654	Petit Mesnil	petit-mesnil	FR	10500	0	Europe/Paris	48.75922	0.92105				28	27	272	27679
2987655	Petit-Mesnil	petit-mesnil	FR	10500	220	Europe/Paris	48.34862	4.58738		Petit-Mesnil		44	10	101	10286
2987658	Petit-Mars	petit-mars	FR	44390	2629	Europe/Paris	47.39439	-1.45492		Kervarc'h,Kervarch,Parvus Marcius,Peti-Mars,Petit-Mars,pei di ma er,Петі-Марс,佩蒂马尔		52	44	445	44122
2987661	Petitmagny	petitmagny	FR	90170	0	Europe/Paris	47.71667	6.9				27	90	901	90079
2987675	Petit-Landau	petit-landau	FR	68490	625	Europe/Paris	47.73085	7.51934		Klein-Landau,Landau-Klein,Petit-Landau		44	68	684	68254
2987690	Petit-Fayt	petit-fayt	FR	59244	267	Europe/Paris	50.10773	3.81425		Fagetum Minus,Le Petit Fayt,Peti-Fe,Petit-Fayt,po di fei,Пети-Фе,Петі-Фе,珀蒂费		32	59	591	59461
2987691	Petit-Failly	petit-failly	FR	54260	78	Europe/Paris	49.43956	5.49164		Petit-Failly		44	54	541	54420
2987706	Petite-Rosselle	petite-rosselle	FR	57540	6973	Europe/Paris	49.21177	6.85607		Kleinrosseln,Petit Rossel,Petit-Rossel',Petite-Rosselle,Petite-Rousselle,pei di te luo sai er,Петит-Россель,Петіт-Россель,佩蒂特罗塞尔		44	57	573	57537
2987722	Petite-Forêt	petite-foret	FR	59494	5017	Europe/Paris	50.36667	3.48333				32	59	596	59459
2987723	Petitefontaine	petitefontaine	FR	90360	0	Europe/Paris	47.72255	7.00575		La Petite Fontaine,Petite-Fontaine,Petitefontaine		27	90	901	90078
2987727	Petite-Chaux	petite-chaux	FR	25240	135	Europe/Paris	46.7	6.16667				27	25	253	25451
2987743	Petit-Croix	petit-croix	FR	90130	319	Europe/Paris	47.61378	6.97222		Petit-Croix		27	90	901	90077
2987767	Petit-Bersac	petit-bersac	FR	24600	205	Europe/Paris	45.28856	0.23183		Bracac lo Pitit,Braçac lo Pitit,Peti-Bersak,Petit-Bersac,Pitit Bracac,Pitit Braçac,pei di bei er sa ke,Пети-Берсак,Петі-Берсак,佩蒂贝尔萨克		75	24	243	24323
2987776	Petit-Auverné	petit-auverne	FR	44670	383	Europe/Paris	47.60971	-1.2906		Arwerneg-Vihan,Parvum Alverniacum,Peti-Overne,Petit-Auverne,Petit-Auverné,pei di ao wei er nei,Петі-Оверне,佩蒂奥韦尔内		52	44	445	44121
2987793	Pessoulens	pessoulens	FR	32380	166	Europe/Paris	43.85279	0.87667		Pessoulens		76	32	322	32313
2987794	Pessines	pessines	FR	17810	699	Europe/Paris	45.72874	-0.71801		Pessines		75	17	174	17275
2987800	Pessans	pessans	FR	25440	67	Europe/Paris	47.06976	5.88344		Pessans		27	25	251	25450
2987801	Pessan	pessan	FR	32550	670	Europe/Paris	43.62074	0.64773		Pessan		76	32	321	32312
2987804	Pessac-sur-Dordogne	pessac-sur-dordogne	FR	33890	0	Europe/Paris	44.82009	0.07924		Pecac de Dordonha,Pecac de Prats,Pessac,Pessac-sur-Dordogne,Pessak-sjur-Dordon',Peçac de Dordonha,Peçac de Prats,duo er duo ni he pan pei sa ke,Пессак-сюр-Дордонь,多尔多尼河畔佩萨克		75	33	335	33319
2987805	Pessac	pessac	FR	33600	57944	Europe/Paris	44.80565	-0.6324		Pecac,Pecac de Bordeu,Pesak,Pessac,Pessac-lez-Bordeaux,Pessak,Pessake,Peçac,Peçac de Bordèu,pei sa ke,pesakeu,pesakku,pwsk,Песак,Пессак,Пессаке,پوسک,ペサック,佩萨克,페사크		75	33	332	33318
2987808	Pesmes	pesmes	FR	70140	1117	Europe/Paris	47.28008	5.56698		Pem,Pesmes,Пем		27	70	702	70408
2987809	Peslières	peslieres	FR	63580	57	Europe/Paris	45.43912	3.45968		Peslieres,Peslières		84	63	633	63277
2987811	Péseux	peseux	FR	25190	100	Europe/Paris	47.3155	6.67873		Peseux,Péseux		27	25	252	25449
2987812	Peseux	peseux	FR	25190	253	Europe/Paris	46.99185	5.36703		Peseux		27	39	391	39412
2987813	Peschadoires	peschadoires	FR	63920	2060	Europe/Paris	45.82622	3.49255		Peschadoire,Peschadoires		84	63	635	63276
2987814	Pescadoires	pescadoires	FR	46220	137	Europe/Paris	44.50475	1.15705		Pescadoires		76	46	461	46218
2987816	Perville	perville	FR	82400	119	Europe/Paris	44.17991	0.87995		Perville		76	82	821	82138
2987817	Pervenchères	pervencheres	FR	61360	403	Europe/Paris	48.43827	0.42514		Pervencheres,Pervenchères		28	61	613	61327
2987825	Pertuis	pertuis	FR	84120	19926	Europe/Paris	43.69415	5.50291		Pertuis		93	84	841	84089
2987832	Pertheville-Ners	pertheville-ners	FR	14700	218	Europe/Paris	48.87347	-0.11354		Pertheville-Ners		28	14	142	14498
2987833	Perthes-lès-Brienne	perthes-les-brienne	FR	10500	52	Europe/Paris	48.43125	4.53941		Perthes		44	10	101	10285
2987834	Perthes	perthes	FR	08300	2093	Europe/Paris	48.47821	2.55509				11	77	774	77359
2987836	Perthes	perthes	FR	08300	278	Europe/Paris	49.44947	4.35057		Perthes,Perthes-le-Chatelet,Perthes-le-Châtelet		44	08	082	08339
2987837	Perthes	perthes	FR	08300	612	Europe/Paris	48.65609	4.82343		Perthes		44	52	523	52386
2987841	Persquen	persquen	FR	56160	379	Europe/Paris	48.0298	-3.19628		Perskan,Persken,Persquen,pei er si qu ang,Перскан,佩尔斯屈昂		53	56	562	56156
2987843	Pers-Jussy	pers-jussy	FR	74930	2386	Europe/Paris	46.10594	6.26955		Pers,Pers-Jussy		84	74	743	74211
2987845	Pers-en-Gâtinais	pers-en-gatinais	FR	45210	211	Europe/Paris	48.11869	2.90449		Per-an-Gatine,Pers,Pers-en-Gatinais,Pers-en-Gâtinais,jia di nai de qu pei er,Пер-ан-Гатіне,加蒂奈地区佩尔		24	45	451	45250
2987847	Persan	persan	FR	95340	9314	Europe/Paris	49.15335	2.27218		Persan		11	95	953	95487
2987848	Persac	persac	FR	86320	933	Europe/Paris	46.34461	0.70639		Persac,Persak,pei er sa ke,Персак,佩尔萨克		75	86	862	86190
2987852	Pers	pers	FR	15290	71	Europe/Paris	46.21882	0.06597		Pers		75	79	792	79205
2987853	Pers	pers	FR	15290	237	Europe/Paris	44.88694	2.23991		Pers		84	15	151	15268
2987854	Pers	pers	FR	15290	0	Europe/Paris	44.34486	2.31224				76	12	123	12068
2987855	Perrusson	perrusson	FR	37600	1511	Europe/Paris	47.09873	1.01438		Perrusson		24	37	373	37183
2987856	Perrusse	perrusse	FR	52240	49	Europe/Paris	48.09717	5.48109		Perrusse		44	52	521	52385
2987857	Perruel	perruel	FR	27910	421	Europe/Paris	49.42902	1.37411		Perruel		28	27	271	27454
2987858	Perroy	perroy	FR	58220	190	Europe/Paris	47.39857	3.15981		Perroy		27	58	584	58209
2987859	Perrouse	perrouse	FR	70190	169	Europe/Paris	47.36159	6.05157		Perrouse		27	70	702	70407
2987860	Perrou	perrou	FR	61700	430	Europe/Paris	48.57212	-0.55983		Perroux		28	61	611	61326
2987863	Perros-Guirec	perros-guirec	FR	22700	8062	Europe/Paris	48.81411	-3.4437		Perro-Girek,Perros,Perros-Girek,Perros-Guirec,Perroz-Gireg,pei luo si-ji lei ke,Перро-Гирек,Перро-Гірек,Перрос-Гирек,佩罗斯-吉雷克		53	22	223	22168
2987869	Perrogney-les-Fontaines	perrogney-les-fontaines	FR	52160	119	Europe/Paris	47.81667	5.2				44	52	522	52384
2987871	Perrigny-sur-Loire	perrigny-sur-loire	FR	71160	128	Europe/Paris	46.53916	3.83833		Perrigny,Perrigny-sur-Loire		27	71	713	71348
2987872	Perrigny-sur-l'Ognon	perrigny-sur-l-ognon	FR	21270	0	Europe/Paris	47.31052	5.44836		Perrigny,Perrigny-sur-l'Ognon		27	21	212	21482
2987873	Perrigny-sur-Armançon	perrigny-sur-armancon	FR	89390	121	Europe/Paris	47.68846	4.23719		Perrigny,Perrigny-sur-Armancon,Perrigny-sur-Armançon		27	89	892	89296
2987874	Perrigny-lès-Dijon	perrigny-les-dijon	FR	21160	1703	Europe/Paris	47.26648	5.00628		Perrigny,Perrigny-les-Dijon,Perrigny-lès-Dijon,Perrin'i-le-Dizhon,pei er li ni lai di rong,pryny-l-dyzhn,Перриньи-ле-Дижон,Перриньї-ле-Діжон,پرینی-ل-دیژن,佩尔里尼莱迪容		27	21	212	21481
2987876	Perrigny	perrigny	FR	39570	0	Europe/Paris	47.82092	3.53663		Perrigny,Perrigny-pres-Auxerre,Perrigny-près-Auxerre		27	89	891	89295
2987877	Perrigny	perrigny	FR	39570	0	Europe/Paris	47.72362	3.95829				27	89	892	89010
2987878	Perrigny	perrigny	FR	39570	1762	Europe/Paris	46.66744	5.58456		Perrigny		27	39	392	39411
2987879	Perrignier	perrignier	FR	74550	1504	Europe/Paris	46.30558	6.43928		Perrignier		84	74	744	74210
2987880	Perriers-sur-Andelle	perriers-sur-andelle	FR	27910	1865	Europe/Paris	49.41487	1.37098		Perriers,Perriers-sur-Andelle		28	27	271	27453
2987881	Perriers-la-Campagne	perriers-la-campagne	FR	27170	335	Europe/Paris	49.14326	0.7717		Perriers		28	27	272	27425
2987882	Perriers-en-Beauficel	perriers-en-beauficel	FR	50150	218	Europe/Paris	48.73674	-0.99578		Perr'e-an-Bofisel',Perre-an-Bofisel',Perriers,Perriers-en-Beauficel,bo fei sai de qu pei er li ye er,Перрье-ан-Бофисель,Перрє-ан-Бофісель,博菲塞地区佩尔里耶尔		28	50	501	50397
2987883	Perrières	perrieres	FR	14170	256	Europe/Paris	48.95909	-0.1365		Perrieres,Perrières		28	14	142	14497
2987888	Perrier	perrier	FR	63500	823	Europe/Paris	45.54621	3.19642		Perrier		84	63	633	63275
2987889	Perrier	perrier	FR	63500	0	Europe/Paris	44.98256	0.62953				75	24	243	24031
2987891	Perrex	perrex	FR	01540	800	Europe/Paris	46.24542	4.97701		Perrex		84	01	012	01291
2987892	Perreux	perreux	FR	42120	281	Europe/Paris	47.85852	3.15356		Perreux		27	89	891	89086
2987893	Perreux	perreux	FR	42120	2444	Europe/Paris	46.04004	4.12663		Perreux		84	42	422	42170
2987895	Perreuil	perreuil	FR	71510	429	Europe/Paris	46.81821	4.56809		Perreuil		27	71	711	71347
2987899	Perret	perret	FR	22570	196	Europe/Paris	48.17544	-3.15898		Perred,Perret		53	22	222	22107
2987900	Perret	perret	FR	22570	0	Europe/Paris	45.81667	5.91667		Les Perrets,Perret		84	74	741	74170
2987901	Perrecy-les-Forges	perrecy-les-forges	FR	71420	1734	Europe/Paris	46.61453	4.2138		Cercy-la-Dheune,Perrecey,Perrecy,Perrecy-les-Forges		27	71	711	71346
2987908	Perrancey-les-Vieux-Moulins	perrancey-les-vieux-moulins	FR	52200	284	Europe/Paris	47.86667	5.26667				44	52	522	52383
2987911	Perquie	perquie	FR	40190	324	Europe/Paris	43.87726	-0.28428		Perquie		75	40	402	40221
2987914	Perpignan	perpignan	FR	66000	110706	Europe/Paris	42.69764	2.89541		PGF,Perpignan,Perpignan la Catalane,Perpignano,Perpin'jan,Perpinan,Perpinana,Perpinha,Perpinhan,Perpinhã,Perpinia,Perpinian,Perpinianum,Perpinjan,Perpinjanas,Perpinjano,Perpinya,Perpinya la Catalana,Perpinyan,Perpinyà,Perpinyà la Catalana,Perpinyán,Perpiñán,Perpiņāna,Villa Perpiniarum,ban he bi rang,byrbynya,pei pi ni ang,peleupinyang,perpinam,perupinyan,prpynan,prpynya,prpynyan,Περπινιάν,Перпиньян,Перпинян,Перпињан,Перпіньян,פערפיניאן,פרפיניאן,بيربينيا,پرپگناں,پرپینان,پرپینیا,پرپینیان,पेर्पिञां,ペルピニャン,佩皮尼昂,班合比让,페르피냥	66	76	66	662	66136
2987915	Perpezat	perpezat	FR	63210	0	Europe/Paris	45.6797	2.77414		Perpezat		84	63	633	63274
2987916	Perpezat	perpezat	FR	63210	402	Europe/Paris	45.39446	3.15588				84	63	633	63007
2987917	Perpezac-le-Noir	perpezac-le-noir	FR	19410	891	Europe/Paris	45.32628	1.55243		Perpezac,Perpezac-le-Noir		75	19	192	19162
2987918	Perpezac-le-Blanc	perpezac-le-blanc	FR	19310	410	Europe/Paris	45.22236	1.33187		Perpesac lo Blanc,Perpezac,Perpezac-le-Blanc,Perpezak-le-Blan,pei er pei zha ke lai bu lang ke,Перпезак-ле-Блан,佩尔佩扎克莱布朗克		75	19	191	19161
2987919	Péroy-les-Gombries	peroy-les-gombries	FR	60440	1042	Europe/Paris	49.16248	2.84556		Peroy,Peroy-les-Gombries,Péroy,Péroy-les-Gombries		32	60	604	60489
2987921	Pérouse	perouse	FR	90160	941	Europe/Paris	47.63689	6.89174		Perouse,Pérouse		27	90	901	90076
2987922	Pérouges	perouges	FR	01800	1208	Europe/Paris	45.9044	5.17695		Perouges,Peruz,Peruzh,Pérouges,byrwj,pei lu ri,Перуж,Պերուժ,بيروج,佩鲁日		84	01	011	01290
2987925	Péronville	peronville	FR	28140	247	Europe/Paris	48.06686	1.5872		Peronville,Péronville		24	28	282	28296
2987926	Péronne-en-Mélantois	peronne-en-melantois	FR	59273	875	Europe/Paris	50.56788	3.16902		Peronne,Peronne-en-Melantois,Péronne-en-Mélantois		32	59	595	59458
2987928	Péronne	peronne	FR	71260	9011	Europe/Paris	49.93218	2.9363		Peronne,Péronne	804	32	80	804	80620
2987929	Péronne	peronne	FR	71260	457	Europe/Paris	46.43865	4.81017		Peronne,Péronne		27	71	715	71345
2987930	Péronnas	peronnas	FR	01960	6411	Europe/Paris	46.18338	5.21052		Peronna,Peronnas,Péronnas,byrwna,pei luo na si,Перонна,بيرونا,佩罗纳斯		84	01	012	01289
2987932	Péron	peron	FR	01630	1729	Europe/Paris	46.19053	5.92524				84	01	013	01288
2987933	Pérols-sur-Vézère	perols-sur-vezere	FR	19170	183	Europe/Paris	45.58606	1.97983		Perol'-sjur-Vezer,Perols,Perols de Vesera,Perols-sur-Vezere,Peròls,Peròls de Vesera,Pérols,Pérols-sur-Vézère,wei ze er he pan pei luo er,Пероль-сюр-Везер,韦泽尔河畔佩罗尔		75	19	193	19160
2987935	Pérols	perols	FR	34470	0	Europe/Paris	45.55	2.2				75	19	193	19006
2987936	Pérols	perols	FR	34470	8753	Europe/Paris	43.5647	3.95034		Perol',Perols,Perous,Peròus,Pérols,pei luo er,Пероль,佩罗尔		76	34	343	34198
2987939	Pero-Casevecchie	pero-casevecchie	FR	20230	120	Europe/Paris	42.41454	9.46529		Pero-Casevecchie		94	2B	2B3	2B210
2987943	Pernois	pernois	FR	80670	654	Europe/Paris	50.05293	2.18709		Pernois		32	80	802	80619
2987945	Pernes-les-Fontaines	pernes-les-fontaines	FR	84210	10868	Europe/Paris	43.99802	5.05906		Pern-le-Fonten,Pernas dei Fonts,Pernes,Pernes-les-Fontaines,Pèrnas dei Fònts,pei er na lei feng tai na,Перн-ле-Фонтен,佩尔纳勒丰泰纳		93	84	843	84088
2987946	Pernes-lès-Boulogne	pernes-les-boulogne	FR	62126	442	Europe/Paris	50.75132	1.7031		Pern-le-Bulon',Pernes,Pernes-les-Boulogne,Pernes-lez-Boulogne,Pernes-lès-Boulogne,byrnys lyh bwlwjn,pei er ne lai bu luo nie,Перн-ле-Булонь,بيرنيس ليه بولوجن,佩尔讷莱布洛涅		32	62	623	62653
2987947	Pernes	pernes	FR	62550	1667	Europe/Paris	50.48437	2.41253		Pernes,Pernes-en-Artois		32	62	621	62652
2987948	Pernay	pernay	FR	37230	902	Europe/Paris	47.44306	0.5		Pernay		24	37	371	37182
2987949	Pernant	pernant	FR	02200	650	Europe/Paris	49.38131	3.23952		Pernan,Pernant,pei er nan,Пернан,佩尔南		32	02	024	02598
2987950	Pernand-Vergelesses	pernand-vergelesses	FR	21420	289	Europe/Paris	47.07961	4.85028		Pernand,Pernand-Vergelesses		27	21	211	21480
2987953	Pern	pern	FR	46170	431	Europe/Paris	44.32854	1.40433		Pern		76	46	461	46217
2987954	Perles-et-Castelet	perles-et-castelet	FR	09110	168	Europe/Paris	42.7437	1.78471		Perles,Perles-Castelet,Perles-et-Castelet		76	09	091	09228
2987955	Perles	perles	FR	02160	66	Europe/Paris	49.32535	3.655		Perles		32	02	024	02439
2987959	Périssac	perissac	FR	33240	954	Europe/Paris	45.0192	-0.324		Perissac,Périssac		75	33	335	33317
2987967	Périgueux	perigueux	FR	24000	34770	Europe/Paris	45.18691	0.71439		PGX,Perige,Perigjo,Perigueers,Periguers,Perigueux,Periguex,Perigus,Perigús,Perigüers,Perigē,Perigė,Perygjo,Petrocorium,Périgueux,Périguex,pei li ge,peligoe,peri kex,perigu,prygw,Периге,Перигё,Перыгё,Періге,פריגו,پریگو,เปรีเกอ,პერიგე,ペリグー,佩里格,페리괴	24	75	24	243	24322
2987970	Périgny-la-Rose	perigny-la-rose	FR	10400	106	Europe/Paris	48.55035	3.6254		Perigny,Perigny-la-Rose,Périgny,Périgny-la-Rose		44	10	102	10284
2987971	Périgny	perigny	FR	03120	65	Europe/Paris	48.92178	-0.60464		Perigny,Périgny		28	14	144	14496
2987972	Périgny	perigny	FR	03120	2087	Europe/Paris	48.69656	2.55537		Perigny,Perigny-sur-Yerres,Périgny,Périgny-sur-Yerres		11	94	941	94056
2987973	Périgny	perigny	FR	03120	194	Europe/Paris	47.74088	1.15011		Perigny,Périgny		24	41	412	41174
2987974	Périgny	perigny	FR	03120	0	Europe/Paris	47.54334	4.07441				27	89	892	89197
2987975	Périgny	perigny	FR	03120	410	Europe/Paris	46.25089	3.5552		Perigny,Périgny		84	03	033	03205
2987976	Périgny	perigny	FR	03120	6460	Europe/Paris	46.15447	-1.09688		Perigny,Périgny		75	17	173	17274
2987978	Périgneux	perigneux	FR	42380	1250	Europe/Paris	45.44077	4.15569		Perigneux,Périgneux		84	42	421	42169
2987979	Périgné	perigne	FR	79170	926	Europe/Paris	46.18723	-0.25497		Perigne,Périgné		75	79	792	79204
2987980	Pérignat-sur-Allier	perignat-sur-allier	FR	63800	1302	Europe/Paris	45.72843	3.23184		Perignat,Perignat-es-Allier,Perignat-les-Allier,Perignat-sur-Allier,Pérignat,Pérignat-es-Allier,Pérignat-les-Allier,Pérignat-sur-Allier		84	63	632	63273
2987981	Pérignat-lès-Sarliève	perignat-les-sarlieve	FR	63170	2307	Europe/Paris	45.73657	3.1396		Perignat,Perignat-les-Sarlieve,Pérignat,Pérignat-lès-Sarliève		84	63	632	63272
2987982	Pérignac	perignac	FR	16250	1041	Europe/Paris	45.62409	-0.46513		Perignac,Pérignac		75	17	171	17273
2987983	Pérignac	perignac	FR	16250	496	Europe/Paris	45.46409	0.07738		Perignac,Pérignac		75	16	162	16258
2987984	Périers-sur-le-Dan	periers-sur-le-dan	FR	14112	480	Europe/Paris	49.25801	-0.34331		Periers,Periers-sur-le-Dan,Périers,Périers-sur-le-Dan		28	14	142	14495
2987985	Périers-en-Auge	periers-en-auge	FR	14160	151	Europe/Paris	49.26627	-0.09218		Periers,Periers-en-Auge,Périers,Périers-en-Auge		28	14	143	14494
2987986	Périers	periers	FR	50190	2647	Europe/Paris	49.18667	-1.40762		Periers,Périers		28	50	503	50394
2987989	Peri	peri	FR	20167	1198	Europe/Paris	42.00345	8.92066		Peri		94	2A	2A1	2A209
2987992	Pergain-Taillac	pergain-taillac	FR	32700	298	Europe/Paris	44.05866	0.58682		Pergain,Pergain-Taillac		76	32	322	32311
2987994	Péreyres	pereyres	FR	07450	57	Europe/Paris	44.77688	4.25385		Pereyres,Péreyres		84	07	071	07173
2987996	Péreuil	pereuil	FR	16250	404	Europe/Paris	45.48333	-0.01667		Perej,Pereuil,Perjoj,Péreuil,pei lei yi,Перей,Перёй,佩勒伊		75	16	162	16175
2987997	Péret-Bel-Air	peret-bel-air	FR	19300	98	Europe/Paris	45.47758	2.04053		Peret,Peret-Bel-Air,Péret-Bel-Air		75	19	193	19159
2987998	Péret	peret	FR	34800	0	Europe/Paris	45.33068	3.91936				84	43	432	43201
2987999	Péret	peret	FR	34800	635	Europe/Paris	43.57488	3.39752		Peret,Péret		76	34	342	34197
2988003	Pérenchies	perenchies	FR	59840	7761	Europe/Paris	50.67013	2.97024		Peranshi,Perenchies,Pérenchies,pei lang xi,Перанши,Перанші,佩朗希		32	59	595	59457
2988005	Perelli	perelli	FR	20234	119	Europe/Paris	42.32294	9.39305		Perelli		94	2B	2B3	2B208
2988007	Péreille	pereille	FR	09300	188	Europe/Paris	42.93333	1.8		Pereille-d'en-Bas,Péreille-d'en-Bas		76	09	092	09227
2988008	Péré	pere	FR	17700	351	Europe/Paris	46.09183	-0.81785		Pere,Péré		75	17	172	17340
2988009	Péré	pere	FR	17700	66	Europe/Paris	43.13546	0.30923		Pere,Péré		76	65	652	65356
2988014	Perdreauville	perdreauville	FR	78200	0	Europe/Paris	48.96463	1.62926		Perdreauville,Perdrovil',Пердровиль,Пердровіль		11	78	781	78484
2988015	Perdreauville	perdreauville	FR	78200	607	Europe/Paris	48.79656	1.68147				11	78	781	78048
2988016	Percy-en-Auge	percy-en-auge	FR	14270	239	Europe/Paris	49.05312	-0.06354		Percy,Percy-en-Auge		28	14	143	14431
2988017	Percy	percy	FR	38930	2236	Europe/Paris	48.91714	-1.18916		Percy		28	50	504	50393
2988020	Perchède	perchede	FR	32460	77	Europe/Paris	43.77688	-0.13724		Perchede,Perchède		76	32	322	32310
2988029	Percey-le-Grand	percey-le-grand	FR	70600	102	Europe/Paris	47.60864	5.39001		Percey-le-Grand		27	70	702	70406
2988030	Percey	percey	FR	89360	268	Europe/Paris	47.96313	3.82623		Percey,Perzy		27	89	891	89292
2988036	Peray	peray	FR	72260	54	Europe/Paris	48.24843	0.36424		Peray,Pere,Пере		52	72	722	72233
2988037	Pérassay	perassay	FR	36160	446	Europe/Paris	46.47209	2.14715		Peracet,Perassay,Perasse,Pérassay,pei la sai,Перассе,佩拉赛		24	36	363	36156
2988043	Pépieux	pepieux	FR	11700	1072	Europe/Paris	43.29755	2.67825		Pepieux,Pépieux		76	11	111	11280
2988045	Péone	peone	FR	06470	710	Europe/Paris	44.11652	6.90637		Pedona Nicaeensium,Peon,Peuna,Peunas,Pèunas,bywn,pei weng,Пеон,بيون,佩翁		93	06	062	06094
2988054	Penvénan	penvenan	FR	22710	2545	Europe/Paris	48.81182	-3.2955	66	Panvenan,Penvenan,Perwenan,pan'vu~enan,pang wei nan,Панвенан,Пенвенан,パンヴェナン,庞韦南		53	22	223	22166
2988063	Penta-di-Casinca	penta-di-casinca	FR	20213	2670	Europe/Paris	42.46579	9.45884		A Penta di Casinca,Penta,Penta di Casinca,Penta-di-Casinca,Penta-di-Kazinka,Пента-ди-Казинка,Пента-ді-Казінка		94	2B	2B3	2B207
2988064	Penta	penta	FR	20290	44	Europe/Paris	42.46163	9.374		A Penta e Acquatella,A Penta è Acquatella,Penta,Penta-Acquatella,Penta-Akkuatella,Penta-Akuatella,Пента-Аккуателла,Пента-Акуателла		94	2B	2B3	2B206
2988065	Pensol	pensol	FR	87440	186	Europe/Paris	45.61033	0.82584		Pensol		75	87	873	87115
2988071	Penol	penol	FR	38260	314	Europe/Paris	45.39181	5.18376		Penol		84	38	383	38300
2988072	Pennes-le-Sec	pennes-le-sec	FR	26340	21	Europe/Paris	44.63795	5.31768		Pennes,Pennes-le Sec,Pennes-le-Sec		84	26	261	26228
2988073	Pennesières	pennesieres	FR	70190	144	Europe/Paris	47.48473	6.09922		Pennesieres,Pennesières		27	70	702	70405
2988078	Pennedepie	pennedepie	FR	14600	319	Europe/Paris	49.40427	0.16788				28	14	143	14492
2988079	Penne-d'Agenais	penne-d-agenais	FR	47140	0	Europe/Paris	44.38856	0.81875		Penne,Penne-d'Agenais,Penne-dAgenais,Penne-d’Agenais,pang da re nai,庞达热奈		75	47	473	47203
2988080	Penne	penne	FR	81140	547	Europe/Paris	44.07712	1.7298		Penne		76	81	811	81206
2988082	Pennautier	pennautier	FR	11610	2409	Europe/Paris	43.24577	2.31882		Pennautier		76	11	111	11279
2988088	Penmarch	penmarch	FR	29760	0	Europe/Paris	47.81183	-4.3383		Caput Equi,Panmark,Penmarc'h,Penmarch,pang ma er ke,panmaru,Панмарк,パンマール,庞马尔克		53	29	294	29158
2988091	Penly	penly	FR	76630	326	Europe/Paris	49.97902	1.23113		Penly		28	76	761	76618
2988098	Penin	penin	FR	62127	366	Europe/Paris	50.32788	2.48338		Penin		32	62	621	62651
2988114	Penguily	penguily	FR	22510	436	Europe/Paris	48.04372	-2.50086		Penguily		53	22	224	22165
2988115	Penguily	penguily	FR	22510	0	Europe/Paris	48.37305	-2.49537		Pengilli,Penguilly,Penguily		53	22	224	22165
2988119	Pénestin	penestin	FR	56760	1627	Europe/Paris	47.48151	-2.47558		Penesten,Penestin,Pennestin,Pénestin,pei nei si tan,penesutan,Пенестен,ペネスタン,佩内斯坦		53	56	563	56155
2988127	Pendé	pende	FR	80230	1003	Europe/Paris	50.16055	1.58541		Pende,Pendé		32	80	801	80618
2988128	Pencran	pencran	FR	29800	1330	Europe/Paris	48.4376	-4.23433		Pencran,Penn-ar-C'hrann		53	29	291	29156
2988131	Penchard	penchard	FR	77124	884	Europe/Paris	48.98651	2.86096		Panshar,Penchard,Паншар		11	77	771	77358
2988153	Pelves	pelves	FR	62118	732	Europe/Paris	50.29055	2.91378		Pel'v,Peule,bylfys,pei er fu,Пельв,بيلفيس,佩尔弗		32	62	621	62650
2988160	Pélussin	pelussin	FR	42410	3441	Europe/Paris	45.41951	4.68365		Peljussen,Pelussin,Pélussin,pei lu sang,Пелюссен,佩吕桑		84	42	423	42168
2988161	Peltre	peltre	FR	57245	1654	Europe/Paris	49.0748	6.22721		Pel'tr,Peltre,pei er te er,Пельтр,佩尔特尔		44	57	579	57534
2988163	Pelousey	pelousey	FR	25170	1268	Europe/Paris	47.27538	5.92263		Pelousey		27	25	251	25448
2988168	Pelonne	pelonne	FR	26510	18	Europe/Paris	44.38287	5.3924		Pelonne		84	26	262	26227
2988169	Pellouailles-les-Vignes	pellouailles-les-vignes	FR	49112	2333	Europe/Paris	47.52172	-0.43954		Pellouailles		52	49	491	49323
2988170	Pellevoisin	pellevoisin	FR	36180	926	Europe/Paris	46.98333	1.41667		Pel'vuazen,Pellevoisin,pei lei wa sang,Пельвуазен,佩勒瓦桑		24	36	362	36155
2988171	Pellerey	pellerey	FR	21440	105	Europe/Paris	47.50559	4.78202		Pellerey,Pellerey-sur-l'Ignon		27	21	212	21479
2988172	Pelleport	pelleport	FR	31480	391	Europe/Paris	43.73948	1.11837		Pelleport		76	31	313	31413
2988173	Pellegrue	pellegrue	FR	33790	0	Europe/Paris	46.80899	1.97271				24	36	364	36003
2988174	Pellegrue	pellegrue	FR	33790	1075	Europe/Paris	44.74335	0.07487		Pel'grju,Pelagrua,Pellegrue,pei lai ge lu ai,Пельгрю,佩莱格吕埃		75	33	333	33316
2988175	Pellefigue	pellefigue	FR	32420	104	Europe/Paris	43.47414	0.79293		Pellefigue		76	32	321	32309
2988177	Pelleautier	pelleautier	FR	05000	426	Europe/Paris	44.51728	6.01793		Pelleautier		93	05	052	05100
2988186	Pélissanne	pelissanne	FR	13330	9064	Europe/Paris	43.6326	5.1522		Pelicana,Pelissan,Pelissana,Pelissann,Pelissanne,Peliçana,Pélissanne,pei li sa ne,Пелиссан,Пеліссанн,佩利萨讷		93	13	131	13069
2988188	Pel-et-Der	pel-et-der	FR	10500	145	Europe/Paris	48.40067	4.41685		Pel-et-Der		44	10	101	10283
2988203	Peisey-Nancroix	peisey-nancroix	FR	73210	663	Europe/Paris	45.54646	6.75556		Mont-d'Argent,Peisey,Peisey-Nancroix,Peisey-Nancroy,Peze-Nankrua,Пезе-Нанкруа		84	73	731	73197
2988208	Peipin	peipin	FR	04200	1144	Europe/Paris	44.13778	5.95722		Peipin,Pepen,pei pan,Пепен,佩潘		93	04	044	04145
2988209	Peintre	peintre	FR	39290	142	Europe/Paris	47.19343	5.48085		Peintre		27	39	391	39409
2988212	Peillonnex	peillonnex	FR	74250	1202	Europe/Paris	46.12861	6.37715		Peillonnex		84	74	742	74209
2988213	Peillon	peillon	FR	06440	1270	Europe/Paris	43.77861	7.38278		Peillon,Pejon,Pelhon,Pylio,bylwn,pei long,Пейон,بيلون,佩隆		93	06	062	06092
2988214	Peille	peille	FR	06440	2123	Europe/Paris	43.80296	7.40191		Peille,Pej,Pelha,Pyla Nicaeensium,byly,pei er,Пей,بيلي,佩尔		93	06	062	06091
2988215	Peillac	peillac	FR	56220	1787	Europe/Paris	47.71346	-2.21954		Paolieg,Peillac		53	56	563	56154
2988216	Peigney	peigney	FR	52200	347	Europe/Paris	47.87966	5.36226		Peigney,Peigny		44	52	522	52380
2988218	Péguilhan	peguilhan	FR	31350	223	Europe/Paris	43.31449	0.70738		Pegijan,Pegilan,Peguilhan,Pegulhan,Péguilhan,pei ji yang,Пегийан,Пегілан,佩吉扬		76	31	312	31412
2988220	Pégomas	pegomas	FR	06580	6052	Europe/Paris	43.59662	6.93211		Pegoma,Pegomac,Pegomas,Pegomaç,Pegomàs,Pégomas,byjwmas,pegoma,pei ge ma,Пегома,بيجوماس,ペゴマ,佩戈马		93	06	061	06090
2988224	Pégairolles-de-l'Escalette	pegairolles-de-l-escalette	FR	34700	0	Europe/Paris	43.80245	3.32294		Pegairolles,Pegairolles-de-l'Escalette,Pegairolles-de-l'Esealette,Pégairolles,Pégairolles-de-l'Escalette,Pégairolles-de-l'Esealette		76	34	342	34196
2988225	Pégairolles-de-Buèges	pegairolles-de-bueges	FR	34380	61	Europe/Paris	43.80605	3.58726		Pegairolles,Pegairolles-de-Bueges,Pégairolles,Pégairolles-de-Buèges		76	34	342	34195
2988229	Pédernec	pedernec	FR	22540	1725	Europe/Paris	48.59738	-3.27037		Pedernec,Pederneg,Pédernec		53	22	222	22164
2988233	Pécy	pecy	FR	77970	740	Europe/Paris	48.65551	3.08221		Pecy,Pécy		11	77	773	77357
2988235	Pecqueuse	pecqueuse	FR	91470	623	Europe/Paris	48.64684	2.04786		Pecqueuse,Pekkez,pei qu e si,Пеккез,佩屈厄斯		11	91	913	91482
2988236	Pecquencourt	pecquencourt	FR	59146	6703	Europe/Paris	50.3785	3.21277		Pecquencourt,Pekankur,pei ke ku er,Пеканкур,佩克库尔		32	59	593	59456
2988238	Pécorade	pecorade	FR	40320	181	Europe/Paris	43.65483	-0.37113				75	40	402	40220
2988244	Pech-Luna	pech-luna	FR	11420	90	Europe/Paris	43.21612	1.84306		Pech-Luna		76	11	111	11278
2988250	Pechbusque	pechbusque	FR	31320	798	Europe/Paris	43.52821	1.45913		Pechbusque		76	31	313	31411
2988251	Pechbonnieu	pechbonnieu	FR	31140	3357	Europe/Paris	43.70403	1.46654		Echbonnieu,Pechbonnieu,Peshbon'e,Peshbon'jo,Puegbonieu,Puègbonieu,pei ke bo ni e,Пешбоньё,Пешбоньє,佩克博尼厄		76	31	313	31410
2988253	Péchaudier	pechaudier	FR	81470	194	Europe/Paris	43.54532	1.94613		Pechaudier,Péchaudier		76	81	812	81205
2988337	Paulhenc	paulhenc	FR	15230	290	Europe/Paris	44.88967	2.81733		Paulhenc		84	15	153	15149
2988256	Pécharic-et-le-Py	pecharic-et-le-py	FR	11420	34	Europe/Paris	43.18706	1.83589		Pecharic,Pecharic-et-le-Py,Pécharic-et-le-Py		76	11	111	11277
2988259	Péchabou	pechabou	FR	31320	1461	Europe/Paris	43.50132	1.50769		Pechabou,Péchabou		76	31	313	31409
2988260	Pech	pech	FR	09310	35	Europe/Paris	42.78289	1.68647		Le Pech,Pech		76	09	091	09226
2988265	Pébrac	pebrac	FR	43300	142	Europe/Paris	45.03103	3.50873		Pebrac,Pébrac		84	43	431	43149
2988266	Pébées	pebees	FR	32130	71	Europe/Paris	43.45995	1.02614		Pebees,Pébées		76	32	321	32308
2988267	Péault	peault	FR	85320	502	Europe/Paris	46.50209	-1.22056		Peault,Péault		52	85	851	85171
2988268	Péaule	peaule	FR	56130	2362	Europe/Paris	47.58099	-2.35652		Peaule,Peol',Pleaol,Plebs Gabla,Péaule,pei ao er,Пеоль,佩奥尔		53	56	563	56153
2988269	Peaugres	peaugres	FR	07340	1785	Europe/Paris	45.28651	4.72845		Peaugres		84	07	073	07172
2988273	Péas	peas	FR	51120	72	Europe/Paris	48.74277	3.77775		Peas,Péas		44	51	512	51426
2988278	Pazy	pazy	FR	58800	322	Europe/Paris	47.23286	3.62762		Pazy		27	58	582	58208
2988279	Paziols	paziols	FR	11350	551	Europe/Paris	42.8586	2.71937		Pasiols,Pasiòls,Paz'jol',Paz'ol',Paziols,pa qi ao er,Пазьйоль,Пазьоль,帕齐奥尔		76	11	113	11276
2988280	Pazayac	pazayac	FR	24120	603	Europe/Paris	45.12176	1.37917		Pazayac		75	24	244	24321
2988284	Payzac	payzac	FR	07230	1100	Europe/Paris	45.40087	1.21739		Payzac,Payzac-de-Lanouaille		75	24	242	24320
2988285	Payzac	payzac	FR	07230	409	Europe/Paris	44.45377	4.15316		Payzac		84	07	071	07171
2988286	Payssous	payssous	FR	31510	89	Europe/Paris	43.03428	0.71247		Payssous		76	31	312	31408
2988290	Payroux	payroux	FR	86350	531	Europe/Paris	46.21388	0.48389		Payroux,Peru,pei lu,Перу,佩鲁		75	86	862	86189
2988291	Payros-Cazautets	payros-cazautets	FR	40320	109	Europe/Paris	43.62572	-0.38984		Payros-Cazautets		75	40	402	40219
2988292	Payrin-Augmontel	payrin-augmontel	FR	81660	2123	Europe/Paris	43.5445	2.35406		Payrin,Payrin-Augmontel		76	81	812	81204
2988293	Payrignac	payrignac	FR	46300	631	Europe/Paris	44.75615	1.35136		Payrignac		76	46	463	46216
2988297	Payré	payre	FR	86700	975	Europe/Paris	46.34088	0.21133		Payre,Payré,Pere,pei lei,Пере,佩勒		75	86	862	86082
2988298	Payra-sur-l'Hers	payra-sur-l-hers	FR	11410	0	Europe/Paris	43.26659	1.85492		Payra,Payra-sur-l'Hers		76	11	111	11275
2988299	Payrac	payrac	FR	46350	616	Europe/Paris	44.79621	1.47213		Pairac,Payrac,Perak,pei la ke,Перак,佩拉克		76	46	463	46215
2988301	Payns	payns	FR	10600	1054	Europe/Paris	48.38255	3.97755		Payns		44	10	103	10282
2988305	Pavilly	pavilly	FR	76570	6251	Europe/Paris	49.56703	0.95445		Pavilly		28	76	763	76495
2988309	Pavie	pavie	FR	32550	2350	Europe/Paris	43.61011	0.58871		Padie,Pavie		76	32	321	32307
2988310	Pavezin	pavezin	FR	42410	268	Europe/Paris	45.46792	4.66989		Pavezin		84	42	423	42167
2988314	Pavant	pavant	FR	02310	760	Europe/Paris	48.95357	3.28583		Pavant		32	02	021	02596
2988317	Pauvres	pauvres	FR	08310	177	Europe/Paris	49.41148	4.49288		Pauvres		44	08	084	08338
2988318	Pautaines-Augeville	pautaines-augeville	FR	52270	0	Europe/Paris	48.35	5.31667				44	52	523	52187
2988320	Paunat	paunat	FR	24510	285	Europe/Paris	44.90558	0.85867		Paunac,Paunat,Pona,bo na,Пона,波纳		75	24	243	24318
2988323	Paulx	paulx	FR	44270	1473	Europe/Paris	46.96341	-1.75511		Palud,Paulx		52	44	442	44119
2988324	Paulnay	paulnay	FR	36290	356	Europe/Paris	46.8505	1.14782		Paulnay,Pol'ne,bo er nai,Польне,波尔奈		24	36	361	36153
2988325	Paulmy	paulmy	FR	37350	286	Europe/Paris	46.98161	0.83912		Paulmy		24	37	373	37181
2988326	Paulinet	paulinet	FR	81250	595	Europe/Paris	43.8487	2.43167		Paulinet		76	81	811	81203
2988327	Paulin	paulin	FR	24590	0	Europe/Paris	45.29041	4.20948				84	43	433	43137
2988328	Paulin	paulin	FR	24590	279	Europe/Paris	45.0022	1.34775		Paulin		75	24	244	24317
2988329	Paulin	paulin	FR	24590	0	Europe/Paris	43.85152	2.40686				76	81	811	81203
2988331	Pauligne	pauligne	FR	11300	332	Europe/Paris	43.0729	2.16068		Pauligne		76	11	112	11274
2988335	Paulhiac	paulhiac	FR	47150	0	Europe/Paris	44.56149	0.81999		Paulhiac		75	47	473	47202
2988336	Paulhiac	paulhiac	FR	47150	0	Europe/Paris	44.42004	0.63673				75	47	473	47252
2988338	Paulhe	paulhe	FR	12520	347	Europe/Paris	44.15212	3.10363		Paulhe		76	12	121	12178
2988339	Paulhan	paulhan	FR	34230	3232	Europe/Paris	43.54046	3.45954		Paulhan		76	34	342	34194
2988340	Paulhaguet	paulhaguet	FR	43230	1040	Europe/Paris	45.20795	3.51331		Paulhaguet		84	43	431	43148
2988341	Paulhac-en-Margeride	paulhac-en-margeride	FR	48140	127	Europe/Paris	44.86667	3.38333		Paulhac,Paulhac-en-Margeride		76	48	482	48110
2988342	Paulhac	paulhac	FR	15430	0	Europe/Paris	46.11957	1.50941		Paulhac		75	23	232	23192
2988343	Paulhac	paulhac	FR	15430	654	Europe/Paris	45.30078	3.34799		Paulhac		84	43	431	43147
2988344	Paulhac	paulhac	FR	15430	0	Europe/Paris	45.00634	2.90424		Paulhac		84	15	153	15148
2988345	Paulhac	paulhac	FR	15430	1032	Europe/Paris	43.75639	1.55667		Paulhac		76	31	313	31407
2988346	Paule	paule	FR	22340	682	Europe/Paris	48.23616	-3.44542		Paoul,Paule		53	22	222	22163
2988350	Pauillac	pauillac	FR	33250	5792	Europe/Paris	45.20023	-0.74876		Pauillac,Paulhac,Pojak,Pojjak,bo ya ke,poiyakku,Пойяк,Пояк,ポーイヤック,波亚克		75	33	334	33314
2988351	Pauilhac	pauilhac	FR	32500	547	Europe/Paris	43.87643	0.61276		Pauilhac		76	32	322	32306
2988352	Paudy	paudy	FR	36260	435	Europe/Paris	47.03895	1.91838		Paudy,Podi,bo di,Поди,Поді,波迪		24	36	364	36152
2988353	Paucourt	paucourt	FR	45200	930	Europe/Paris	48.03777	2.79531		Paucourt,Pokur,bo ku er,Покур,波库尔		24	45	451	45249
2988357	Pau	pau	FR	64000	0	Europe/Paris	45.56158	6.17255				84	73	732	73270
2988358	Pau	pau	FR	64000	82697	Europe/Paris	43.31117	-0.35583		PUF,Pau,Paue,po,Пау,ポー	64	75	64	643	64445
2988367	Patornay	patornay	FR	39130	175	Europe/Paris	46.58724	5.70637		Patornay		27	39	392	39408
2988374	Patay	patay	FR	45310	2137	Europe/Paris	48.04833	1.695		Pataium,Patay,Pate,pa ti,Пате,帕提		24	45	452	45248
2988378	Pastricciola	pastricciola	FR	20121	85	Europe/Paris	42.1403	8.98414		Pastricciola,Pastrichchola,Пастриччола		94	2A	2A1	2A204
2988379	Pastricciola	pastricciola	FR	20121	0	Europe/Paris	42.02256	9.32021		Pastricciola		94	2B	2B3	2B251
2988383	Passy-sur-Seine	passy-sur-seine	FR	77480	39	Europe/Paris	48.42566	3.34724		Passy,Passy-sur-Seine		11	77	773	77356
2988384	Passy-sur-Marne	passy-sur-marne	FR	02850	112	Europe/Paris	49.06119	3.57143		Passy,Passy-sur-Marne		32	02	021	02595
2988386	Passy-Grigny	passy-grigny	FR	51700	388	Europe/Paris	49.12595	3.67893		Passy-Grigny		44	51	512	51425
2988387	Passy-en-Valois	passy-en-valois	FR	02470	138	Europe/Paris	49.16756	3.19429		Passi-an-Valua,Passy,Passy-en-Valois,pa xi ang wa lu wa,Пасси-ан-Валуа,Пассі-ан-Валуа,帕西昂瓦卢瓦		32	02	024	02594
2988388	Passy	passy	FR	71220	0	Europe/Paris	48.20076	2.91075				11	77	774	77168
2988389	Passy	passy	FR	71220	313	Europe/Paris	48.11058	3.30457		Passy		27	89	893	89291
2988390	Passy	passy	FR	71220	0	Europe/Paris	47.21495	3.07276				27	58	584	58302
2988391	Passy	passy	FR	71220	0	Europe/Paris	47.19397	2.99455				24	18	181	18049
2988392	Passy	passy	FR	71220	74	Europe/Paris	46.53976	4.53512		Passy		27	71	715	71344
2988393	Passy	passy	FR	71220	11613	Europe/Paris	45.92341	6.69562		Passy		84	74	742	74208
2988396	Passonfontaine	passonfontaine	FR	25690	241	Europe/Paris	47.10978	6.4237		Passonfontaine		27	25	253	25447
2988398	Passirac	passirac	FR	16480	241	Europe/Paris	45.34536	-0.06502		Passirac,Passirak,pa xi la ke,Пассирак,Пассірак,帕西拉克		75	16	162	16256
2988399	Passins	passins	FR	38510	758	Europe/Paris	45.68807	5.42987		Passins		84	38	382	38297
2988402	Passenans	passenans	FR	39230	301	Europe/Paris	46.79826	5.61719		Passenans		27	39	392	39407
2988404	Passel	passel	FR	60400	323	Europe/Paris	49.55685	2.96269		Passel		32	60	603	60488
2988408	Passavant-sur-Layon	passavant-sur-layon	FR	49560	144	Europe/Paris	47.10693	-0.38986		Passavan-sjur-Lejon,Passavant,Passavant-sur-Layon,lai weng he pan pa sa wang,Пассаван-сюр-Лейон,莱翁河畔帕萨旺		52	49	492	49236
2988409	Passavant-la-Rochère	passavant-la-rochere	FR	70210	822	Europe/Paris	47.96829	6.03566		Passavant,Passavant-la-Rochere,Passavant-la-Rochère		27	70	701	70404
2988410	Passavant-en-Argonne	passavant-en-argonne	FR	51800	193	Europe/Paris	49.02296	5.00451		Mont-sur-Aisne,Passavant,Passavant-en-Argonne		44	51	511	51424
2988411	Passavant	passavant	FR	25360	197	Europe/Paris	47.27544	6.38254				27	25	251	25446
2988413	Passais	passais	FR	61350	792	Europe/Paris	48.51667	-0.76667		Passais-la-Conception		28	61	611	61324
2988414	Passais	passais	FR	61350	0	Europe/Paris	48.08333	-1.3				53	35	351	35087
2988416	Passa	passa	FR	66300	626	Europe/Paris	42.57869	2.81157		Passa		76	66	661	66134
2988419	Pasques	pasques	FR	21370	276	Europe/Paris	47.36528	4.86026		Pasques		27	21	212	21478
2988421	Pasly	pasly	FR	02200	1021	Europe/Paris	49.40167	3.29631		Pasly		32	02	024	02593
2988422	Paslières	paslieres	FR	63290	1431	Europe/Paris	45.92889	3.49736		Palheiras de Noalhac,Palhèiras de Noalhac,Pasl'er,Paslieres,Paslières,pa si li ai,Пасльєр,帕斯利埃		84	63	635	63271
2988423	Pasilly	pasilly	FR	89310	52	Europe/Paris	47.69691	4.07914		Pasilly		27	89	892	89290
2988424	Pas-en-Artois	pas-en-artois	FR	62760	963	Europe/Paris	50.15306	2.4897		Pas,Pas-en-Artois		32	62	621	62649
2988428	Pas-de-Jeu	pas-de-jeu	FR	79100	379	Europe/Paris	46.9753	-0.04285		Pas-de-Jeu		75	79	791	79203
2988436	Parzac	parzac	FR	16450	135	Europe/Paris	45.93323	0.41601		Parzac,Parzak,pa er zha ke,Парзак,帕尔扎克		75	16	163	16255
2988437	Parvillers-le-Quesnoy	parvillers-le-quesnoy	FR	80700	225	Europe/Paris	49.75	2.75				32	80	804	80617
2988438	Parville	parville	FR	27180	292	Europe/Paris	49.0333	1.09223		Parville		28	27	273	27451
2988440	Parves	parves	FR	01300	346	Europe/Paris	45.74322	5.74274		Parves		84	01	011	01286
2988441	Parux	parux	FR	54480	0	Europe/Paris	48.53928	6.92297		Parux		44	54	542	54419
2988442	Partinello	partinello	FR	20147	97	Europe/Paris	42.3117	8.68273		Partinello,Partinellu,Партинелло,Партінелло		94	2A	2A1	2A203
2988445	Parthenay-de-Bretagne	parthenay-de-bretagne	FR	35850	615	Europe/Paris	48.19192	-1.82902		Parthenay,Parthenay-de-Bretagne,Pazheneg		53	35	353	35216
2988447	Parthenay	parthenay	FR	79200	11599	Europe/Paris	46.64832	-0.24672		Partene,Parthenay,Parthiniacum,pa er te nai,parutone,Партене,パルトネー,帕爾特奈	793	75	79	793	79202
2988450	Pars-lès-Romilly	pars-les-romilly	FR	10100	699	Europe/Paris	48.48595	3.7303		Pars,Pars-les-Romilly,Pars-lès-Romilly		44	10	102	10280
2988451	Pars-lès-Chavanges	pars-les-chavanges	FR	10330	70	Europe/Paris	48.50794	4.49941		Pars,Pars-les-Chavanges,Pars-lès-Chavanges		44	10	101	10279
2988453	Parsac	parsac	FR	23140	595	Europe/Paris	46.20246	2.15154		Parsac		75	23	231	23149
2988454	Parsac	parsac	FR	23140	0	Europe/Paris	44.90604	-0.09712		Parsac		75	33	335	33290
2988456	Parroy	parroy	FR	54370	204	Europe/Paris	48.68249	6.60168		Parroy		44	54	542	54418
2988458	Parranquet	parranquet	FR	47210	127	Europe/Paris	44.65776	0.81307		Parranquet		75	47	473	47200
2988462	Pargues	pargues	FR	10210	0	Europe/Paris	48.03333	4.2				44	10	103	10278
2988463	Parpeville	parpeville	FR	02240	219	Europe/Paris	49.78318	3.54763		Parpeville		32	02	023	02592
2988464	Parpeçay	parpecay	FR	36210	245	Europe/Paris	47.20819	1.65181		Parpecay,Parpese,Parpeçay,pa er pei sai,Парпесе,帕尔佩赛		24	36	364	36229
2988468	Paroy-sur-Tholon	paroy-sur-tholon	FR	89300	294	Europe/Paris	47.95487	3.37234		Paroy,Paroy-sur-Tholon		27	89	893	89289
2988469	Paroy-sur-Saulx	paroy-sur-saulx	FR	52300	49	Europe/Paris	48.51321	5.2553		Paroy,Paroy-sur-Saulx		44	52	523	52378
2988470	Paroy-en-Othe	paroy-en-othe	FR	89210	0	Europe/Paris	48.03409	3.57193		Paroy,Paroy-en-Othe		27	89	891	89288
2988471	Paroy	paroy	FR	25440	215	Europe/Paris	48.47892	3.19924		Paroy		11	77	773	77355
2988472	Paroy	paroy	FR	25440	0	Europe/Paris	47.45929	3.44215				27	58	582	58198
2988473	Paroy	paroy	FR	25440	98	Europe/Paris	47.04346	5.88085		Paroy		27	25	251	25445
2988475	Paron	paron	FR	89100	4543	Europe/Paris	48.17888	3.25075		Paron		27	89	893	89287
2988478	Parnoy-en-Bassigny	parnoy-en-bassigny	FR	52400	0	Europe/Paris	48	5.65				44	52	522	52377
2988479	Parné-sur-Roc	parne-sur-roc	FR	53260	989	Europe/Paris	48.00658	-0.66896		Parne,Parne-sur-Roc,Parné,Parné-sur-Roc		52	53	532	53175
2988480	Parnes	parnes	FR	60240	355	Europe/Paris	49.20395	1.73849		Parnes		32	60	601	60487
2988482	Parnay	parnay	FR	18130	483	Europe/Paris	47.23178	0.00895		Parnay		52	49	493	49235
2988483	Parnay	parnay	FR	18130	48	Europe/Paris	46.84886	2.57131		Parnay		24	18	182	18177
2988484	Parnans	parnans	FR	26750	506	Europe/Paris	45.10961	5.14298		Parnans		84	26	263	26225
2988485	Parnac	parnac	FR	36170	566	Europe/Paris	46.45352	1.44258		Parnac		24	36	361	36150
2988486	Parnac	parnac	FR	36170	367	Europe/Paris	44.49014	1.31428		Parnac		76	46	461	46214
2988487	Parmilieu	parmilieu	FR	38390	540	Europe/Paris	45.84002	5.35555		Parmilieu		84	38	382	38295
2988490	Parmain	parmain	FR	95620	5629	Europe/Paris	49.11247	2.21487		Parmain,Parmen,pa er man,Пармен,帕尔曼		11	95	953	95480
2988492	Parly	parly	FR	89240	720	Europe/Paris	47.76481	3.34782		Parly		27	89	891	89286
2988493	Parleboscq	parleboscq	FR	40310	552	Europe/Paris	43.93333	0		Parleboscq		75	40	402	40218
2988495	Parlan	parlan	FR	15290	285	Europe/Paris	44.82912	2.17256		Parlan		84	15	151	15147
2988496	Parisot	parisot	FR	81310	0	Europe/Paris	44.82879	0.90008				75	24	241	24068
2988497	Parisot	parisot	FR	81310	0	Europe/Paris	44.63517	0.775				75	47	473	47324
2988498	Parisot	parisot	FR	81310	0	Europe/Paris	44.26521	1.85726		Parisot		76	82	822	82137
2988499	Parisot	parisot	FR	81310	595	Europe/Paris	43.79997	1.82871		Parisot		76	81	811	81202
2988501	Paris-l'Hôpital	paris-l-hopital	FR	71150	0	Europe/Paris	46.915	4.63369		Paris-l'Hopital,Paris-l'Hôpital		27	71	712	71343
2988507	Paris	paris	FR	75000	2138551	Europe/Paris	48.85341	2.3488		Baariis,Bahliz,Ile-de-France,Lungsod ng Paris,Lutece,Lutetia,Lutetia Parisorum,Lutèce,PAR,Pa-ri,Paarys,Palika,Paname,Pantruche,Paraeis,Paras,Pari,Paries,Parigge,Pariggi,Parighji,Parigi,Pariis,Pariisi,Pariizu,Pariižu,Parij,Parijs,Paris,Parisi,Parixe,Pariz,Parize,Parizh,Parizh osh,Parizh',Parizo,Parizs,Pariž,Parys,Paryz,Paryzh,Paryzius,Paryż,Paryžius,Paräis,París,Paríž,Parîs,Parĩ,Parī,Parīze,Paříž,Páras,Párizs,Ville-Lumiere,Ville-Lumière,ba li,barys,pairisa,pali,pari,paris,parys,paryzh,perisa,pryz,pyaris,pyarisa,pyrs,Île-de-France,Παρίσι,Париж,Париж ош,Парижь,Париз,Парис,Парыж,Паріж,Փարիզ,פאריז,פריז,باريس,پارىژ,پاريس,پاریس,پیرس,ܦܐܪܝܣ,पॅरिस,पेरिस,पैरिस,প্যারিস,ਪੈਰਿਸ,પૅરિસ,பாரிஸ்,పారిస్,ಪ್ಯಾರಿಸ್,പാരിസ്,ปารีส,ཕ་རི།,ပါရီမြို့,პარიზი,ፓሪስ,ប៉ារីស,パリ,巴黎,파리		11	75		
2988509	Parigny-les-Vaux	parigny-les-vaux	FR	58320	905	Europe/Paris	47.09147	3.14909		Parigny,Parigny-les-Vaux		27	58	583	58207
2988510	Parigny-la-Rose	parigny-la-rose	FR	58210	40	Europe/Paris	47.32786	3.44214		Parigny,Parigny-la-Rose		27	58	582	58206
2988511	Parigny	parigny	FR	42120	1751	Europe/Paris	48.5945	-1.07925		Parigny		28	50	501	50391
2988512	Parigny	parigny	FR	42120	0	Europe/Paris	47.42371	3.03314				27	58	584	58002
2988513	Parigny	parigny	FR	42120	0	Europe/Paris	46.71057	0.38557				75	86	863	86115
2988514	Parigny	parigny	FR	42120	540	Europe/Paris	45.99193	4.10192		Parigny		84	42	422	42166
2988515	Parigné-sur-Braye	parigne-sur-braye	FR	53100	662	Europe/Paris	48.31621	-0.65305		Parigne,Parigne-sur-Braye,Parigné,Parigné-sur-Braye		52	53	533	53174
2988516	Parigné-l'Évêque	parigne-l-eveque	FR	72250	0	Europe/Paris	47.93682	0.36456		Parigne,Parigne-l'Eveque,Parigne-les-le-Mans,Parigné,Parigné-l'Évêque,Parigné-lès-le-Mans		52	72	723	72231
2988517	Parigné-le-Pôlin	parigne-le-polin	FR	72330	1028	Europe/Paris	47.85041	0.10783		Parigne,Parigne-le-Polin,Parigné,Parigné-le-Pôlin		52	72	721	72230
2988518	Parigné	parigne	FR	35133	1241	Europe/Paris	48.42766	-1.19323		Parigne,Parigné,Parinieg		53	35	351	35215
2988519	Parignargues	parignargues	FR	30730	611	Europe/Paris	43.87348	4.20783		Parignargues		76	30	302	30193
2988523	Pargny-sur-Saulx	pargny-sur-saulx	FR	51340	2199	Europe/Paris	48.76866	4.83758		Pargny,Pargny-sur-Saulx,Parn'i-sjur-So,Parni sjur So,Parni-sur-So,suo er he pan pa er ni,Парни сюр Со,Парни-сур-Со,Парньї-сюр-Со,索尔河畔帕尔尼		44	51	514	51423
2988524	Pargny-sous-Mureau	pargny-sous-mureau	FR	88350	184	Europe/Paris	48.36698	5.60449		Pargny,Pargny-sous-Mureau		44	88	882	88344
2988526	Pargny-lès-Reims	pargny-les-reims	FR	51390	317	Europe/Paris	49.21833	3.92702		Pargny,Pargny-les-Reims,Pargny-lès-Reims		44	51	513	51422
2988527	Pargny-les-Bois	pargny-les-bois	FR	02270	138	Europe/Paris	49.71667	3.61667		Pargny		32	02	022	02591
2988528	Pargny-la-Dhuys	pargny-la-dhuys	FR	02330	159	Europe/Paris	48.95333	3.55345		Pargny,Pargny-la-Dhuys		32	02	021	02590
2988529	Pargny-Filain	pargny-filain	FR	02000	201	Europe/Paris	49.46346	3.5444		Pargny,Pargny-Filain		32	02	024	02589
2988530	Pargny	pargny	FR	80190	126	Europe/Paris	49.81429	2.95229		Pargny		32	80	804	80616
2988531	Pargnan	pargnan	FR	02160	0	Europe/Paris	49.40107	3.6981		Pargnan		32	02	022	02588
2988532	Parfouru-sur-Odon	parfouru-sur-odon	FR	14310	144	Europe/Paris	49.09107	-0.60904		Parfouru,Parfouru-sur-Odon,Parfurju-sjur-Odon,ao dong he pan pa er fu lu,Парфурю-сюр-Одон,奥东河畔帕尔富吕		28	14	144	14491
2988534	Parfondrupt	parfondrupt	FR	55400	54	Europe/Paris	49.15712	5.72772		Parfondrupt		44	55	553	55400
2988535	Parfondru	parfondru	FR	02840	300	Europe/Paris	49.5275	3.71119		Parfondrju,Parfondru,pa er feng de lu,Парфондрю,帕尔丰德吕		32	02	022	02587
2988536	Parfondeval	parfondeval	FR	02360	157	Europe/Paris	49.74118	4.15863		Parfondeval		32	02	025	02586
2988537	Parfondeval	parfondeval	FR	02360	99	Europe/Paris	48.48234	0.50615		Parfondeval		28	61	613	61322
2988538	Parey-sous-Montfort	parey-sous-montfort	FR	88800	151	Europe/Paris	48.25143	5.94493		Parey,Parey-sous-Monfort,Parey-sous-Montfort		44	88	882	88343
2988539	Parey-Saint-Césaire	parey-saint-cesaire	FR	54330	202	Europe/Paris	48.53118	6.06614		Parey,Parey-Saint-Cesaire,Parey-Saint-Césaire,Parey-la-Montagne		44	54	543	54417
2988541	Parenty	parenty	FR	62650	402	Europe/Paris	50.58747	1.80879		Parenty		32	62	624	62648
2988542	Parentis-en-Born	parentis-en-born	FR	40160	4996	Europe/Paris	44.35163	-1.07213		Parantis-an-Born,Parentias,Parentis,Parentis-en-Born,Parentís,bo er en de qu pa lang di,Парантис-ан-Борн,Парантіс-ан-Борн,博尔恩地区帕朗蒂		75	40	402	40217
2988543	Parentignat	parentignat	FR	63500	540	Europe/Paris	45.53378	3.2909		Parentignat		84	63	633	63270
2988544	Parent	parent	FR	63270	681	Europe/Paris	45.62395	3.23022		Parent		84	63	633	63269
2988545	Parennes	parennes	FR	72140	518	Europe/Paris	48.11943	-0.18497		Parennes		52	72	722	72229
2988548	Parempuyre	parempuyre	FR	33290	7143	Europe/Paris	44.95066	-0.60605		Parempuyre		75	33	332	33312
2988549	Pareid	pareid	FR	55160	79	Europe/Paris	49.11782	5.71403		Pareid		44	55	553	55399
2988551	Paréac	pareac	FR	65100	67	Europe/Paris	43.11567	0.02436		Pareac,Paréac		76	65	651	65355
2988552	Pardines	pardines	FR	63500	0	Europe/Paris	45.65544	3.27175				84	63	632	63280
2988553	Pardines	pardines	FR	63500	0	Europe/Paris	45.56226	3.17335		Pardines		84	63	633	63268
2988632	Pannes	pannes	FR	45700	3141	Europe/Paris	48.01937	2.66755		Pannes		24	45	451	45247
2988555	Pardies-Piétat	pardies-pietat	FR	64800	411	Europe/Paris	43.2136	-0.29975		Pardi-P'etat,Pardias de Valiros,Pardias de Valiròs,Pardias-Pietat,Pardies,Pardies-Pietat,Pardies-Piétat,Pardis-P'etat,Pardis-Petat,pa er di ye pi ai ta,Парди-Пьетат,Пардис-Пьетат,Пардіс-Пєтат,帕尔迪耶皮埃塔		75	64	643	64444
2988556	Pardies	pardies	FR	64150	962	Europe/Paris	43.3664	-0.5863		Pardi,Pardias,Pardias de Morencs,Pardies,Pardies-Monein,Pardis,pa er di ye,Парди,Пардис,Пардіс,帕尔迪耶		75	64	643	64443
2988560	Pardaillan	pardaillan	FR	47120	329	Europe/Paris	44.66356	0.28003		Pardaillan		75	47	472	47199
2988561	Pardailhan	pardailhan	FR	34360	178	Europe/Paris	43.45068	2.84683		Pardailhan,Pardajan,Pardalhan,pa er dai yang,Пардаян,帕尔代扬		76	34	341	34193
2988562	Parcy-et-Tigny	parcy-et-tigny	FR	02210	251	Europe/Paris	49.26667	3.31667		Parcy-Tigny		32	02	024	02585
2988567	Parcoul	parcoul	FR	24410	357	Europe/Paris	45.20489	0.03569		Parcoul		75	24	243	24316
2988568	Parcieux	parcieux	FR	01600	996	Europe/Paris	45.91669	4.82418		Parcieux		84	01	012	01285
2988571	Parcey	parcey	FR	39100	936	Europe/Paris	47.02159	5.48653		Parcey		27	39	391	39405
2988572	Parcé-sur-Sarthe	parce-sur-sarthe	FR	72300	1891	Europe/Paris	47.84375	-0.2014		Parce,Parce-sur-Sarthe,Parcé,Parcé-sur-Sarthe		52	72	721	72228
2988573	Parcé	parce	FR	35210	657	Europe/Paris	48.273	-1.20051		Parce,Parcé,Parzieg		53	35	351	35214
2988574	Parc-d'Anxtot	parc-d-anxtot	FR	76210	0	Europe/Paris	49.58181	0.38951		Parc,Parc-d'Anxtot		28	76	762	76494
2988575	Parçay-sur-Vienne	parcay-sur-vienne	FR	37220	551	Europe/Paris	47.10571	0.47662		Parcay,Parçay		24	37	371	37180
2988576	Parçay-Meslay	parcay-meslay	FR	37210	2305	Europe/Paris	47.44195	0.74847		Parcay-Meslay,Parçay-Meslay		24	37	372	37179
2988577	Parçay-les-Pins	parcay-les-pins	FR	49390	1069	Europe/Paris	47.43668	0.16312		Parcay,Parcay-les-Pins,Parse-le-Pen,Parçay,Parçay-les-Pins,pa er sai lai pan,Парсе-ле-Пен,帕尔赛莱潘		52	49	493	49228
2988587	Parbayse	parbayse	FR	64360	262	Europe/Paris	43.32607	-0.54405		Parbaisa,Parbayse,Parbaïsa,Parbez,Partbaisa,Partbaïsa,pa er bai si,Парбез,帕尔拜斯		75	64	643	64442
2988588	Paraza	paraza	FR	11200	421	Europe/Paris	43.25193	2.82981		Paraza		76	11	113	11273
2988589	Paray-Vieille-Poste	paray-vieille-poste	FR	91550	7559	Europe/Paris	48.71402	2.36283		Paray,Paray-Vielly,Pare-V'ej-Post,Pare-Vej-Post,pa lai wei ye yi lei bo si te,Паре-Вьей-Пост,Паре-Вєй-Пост,帕赖维耶伊勒波斯特		11	91	913	91479
2988590	Paray-sous-Briailles	paray-sous-briailles	FR	03500	549	Europe/Paris	46.29039	3.36513		Paray-sous-Brailles,Paray-sous-Briaille,Paray-sous-Briailles		84	03	032	03204
2988592	Paray-le-Monial	paray-le-monial	FR	71600	9840	Europe/Paris	46.45457	4.11584		Paray,Paray-le-Monial,Pare-le-Mon'jal',Паре-ле-Моньяль		27	71	713	71342
2988593	Paray-le-Frésil	paray-le-fresil	FR	03230	423	Europe/Paris	46.65583	3.61099		Paray,Paray-le-Fresil,Paray-le-Frésil		84	03	032	03203
2988594	Paray-Douaville	paray-douaville	FR	78660	0	Europe/Paris	48.46368	1.87752		Paray,Paray-Douaville,Pare-Duavil',Паре-Дуавиль,Паре-Дуавіль		11	78	782	78478
2988600	Parata	parata	FR	20229	31	Europe/Paris	42.3702	9.40897		Parata		94	2B	2B3	2B202
2988601	Parata	parata	FR	20229	0	Europe/Paris	41.94257	9.31143				94	2B	2B3	2B342
2988602	Parassy	parassy	FR	18220	402	Europe/Paris	47.23352	2.54781		Parassy		24	18	181	18176
2988609	Paradou	paradou	FR	13520	1228	Europe/Paris	43.71699	4.78604		Le Paradou,Lo Parador,Paradou,Paradu,baradw,pa la du,parado~u,Параду,بارادو,パラドゥー,帕拉杜		93	13	132	13068
2988615	Papleux	papleux	FR	02260	118	Europe/Paris	50.02072	3.88619		Papleux		32	02	025	02584
2988620	Panzoult	panzoult	FR	37220	592	Europe/Paris	47.14581	0.40127		Panzoult		24	37	371	37178
2988621	Pantin	pantin	FR	93500	52922	Europe/Paris	48.89437	2.40935		Panten,Pantin,bantan,pang tan,pangtaeng,pantan,pantn,Пантен,Пантин,بانتان,پانتن,パンタン,庞坦,팡탱		11	93	931	93055
2988627	Panossas	panossas	FR	38460	537	Europe/Paris	45.67668	5.20372		Panossas		84	38	382	38294
2988628	Panon	panon	FR	72600	29	Europe/Paris	48.33884	0.29446		Panon		52	72	722	72227
2988630	Pannessières	pannessieres	FR	39570	489	Europe/Paris	46.69752	5.59741		Pannessieres,Pannessières		27	39	392	39404
2988631	Pannes	pannes	FR	45700	149	Europe/Paris	48.93297	5.80319		Pannes		44	54	544	54416
2988633	Pannecières	pannecieres	FR	45300	123	Europe/Paris	48.29266	2.14652		Pannecieres,Pannecières,Pannes'er,pa nei xi ai,Паннесьєр,帕内西埃		24	45	453	45246
2988634	Pannecé	pannece	FR	44440	1025	Europe/Paris	47.48549	-1.24002		Panezeg,Pannece,Pannecé,Pannse,pa nei sai,Паннсе,帕内塞		52	44	445	44118
2988636	Panjas	panjas	FR	32110	414	Europe/Paris	43.82071	-0.08939		Panjas		76	32	322	32305
2988637	Panissières	panissieres	FR	42360	2850	Europe/Paris	45.79185	4.34163		Panissieres,Panissières		84	42	421	42165
2988638	Panissage	panissage	FR	38730	382	Europe/Paris	45.4945	5.46382		Panissage,Pannissage		84	38	382	38560
2988639	Panilleuse	panilleuse	FR	27510	492	Europe/Paris	49.15072	1.50264		Panilleuse		28	27	271	27213
2988640	Panges	panges	FR	21540	78	Europe/Paris	47.37012	4.79881		Panges		27	21	212	21477
2988641	Pange	pange	FR	57530	811	Europe/Paris	49.08553	6.35413		Pange		44	57	579	57533
2988649	Pandrignes	pandrignes	FR	19150	157	Europe/Paris	45.22844	1.85445		Pandrignes		75	19	192	19158
2988651	Pancy-Courtecon	pancy-courtecon	FR	02860	52	Europe/Paris	49.47333	3.65416		Pancy-Courtecon,Pansi-Kurtkon,pang xi ku te kong,Панси-Курткон,Пансі-Курткон,庞西库特孔		32	02	022	02583
2988654	Pancheraccia	pancheraccia	FR	20251	188	Europe/Paris	42.21819	9.37149		Pancheraccia,Pankerachcha,Панкерачча		94	2B	2B3	2B201
2988655	Pansey	pansey	FR	52230	67	Europe/Paris	48.47108	5.28739		Pancey,Pansey		44	52	523	52376
2988656	Pancé	pance	FR	35320	1048	Europe/Paris	47.8812	-1.65911		Pance,Pancé,Panse,Pantieg,pang sai,Пансе,庞塞		53	35	352	35212
2988657	Panazol	panazol	FR	87350	10055	Europe/Paris	45.83871	1.30995		Panasou,Panasòu,Panazol,Panazol',pa na zuo,Паназоль,帕纳佐		75	87	872	87114
2988659	Panassac	panassac	FR	32140	299	Europe/Paris	43.38547	0.56556		Panassac		76	32	323	32304
2988663	Pamproux	pamproux	FR	79800	1682	Europe/Paris	46.39639	-0.05434		Pamproux		75	79	792	79201
2988664	Pamplie	pamplie	FR	79220	269	Europe/Paris	46.53747	-0.43975		Pamplie		75	79	793	79200
2988667	Pampelonne	pampelonne	FR	81190	698	Europe/Paris	44.12323	2.24415		Pampelonne		76	81	811	81201
2988670	Pamiers	pamiers	FR	09100	16997	Europe/Paris	43.1165	1.61079		Appamiae,Pam'e,Pame,Pamias,Pamiers,Pamies,Pamje,Pamjē,Pàmias,Pàmies,pa mi ye,pamie,pamyh,Памье,Памє,پامیه,パミエ,帕米耶	092	76	09	092	09225
2988671	Pamfou	pamfou	FR	77830	914	Europe/Paris	48.46106	2.87017		Pamfou		11	77	772	77354
2988677	Paluel	paluel	FR	76450	427	Europe/Paris	49.83184	0.62907		Paluel		28	76	761	76493
2988685	Palogneux	palogneux	FR	42990	53	Europe/Paris	45.74294	3.92079		Palogneux		84	42	421	42164
2988687	Palneca	palneca	FR	20134	163	Europe/Paris	41.969	9.17212		Palneca		94	2A	2A1	2A200
2988693	Palmas	palmas	FR	12310	234	Europe/Paris	44.39429	2.84214		Palmas		76	12	122	12177
2988697	Palluel	palluel	FR	62860	530	Europe/Paris	50.26147	3.09265		Palljuel',Palluel,Palluez,Palluéz,balwyl,pa lu ai er,Паллюель,بالويل,帕吕埃尔		32	62	621	62646
2988698	Pallud	pallud	FR	73200	652	Europe/Paris	45.6843	6.38881		Pallju,Pallud,Паллю		84	73	731	73196
2988699	Palluau-sur-Indre	palluau-sur-indre	FR	36500	830	Europe/Paris	46.94263	1.31272		Palljuo-sjur-Ehndr,Palljuo-sjur-Endr,Palluau,Palluau-sur-Indre,an de er he pan pa lu ao,Паллюо-сюр-Ендр,Паллюо-сюр-Эндр,安德尔河畔帕吕奥		24	36	362	36149
2988700	Palluaud	palluaud	FR	16390	298	Europe/Paris	45.34853	0.24841		Palljuo,Palluaud,Palueu,Paluèu,pa lu ao,Паллюо,帕吕奥		75	16	161	16254
2988701	Palluau	palluau	FR	85670	710	Europe/Paris	46.8053	-1.6192		Palljuo,Palluau,pa lu ao,Паллюо,帕吕奥		52	85	852	85169
2988705	Palleville	palleville	FR	81700	351	Europe/Paris	43.50258	1.99625		Palleville		76	81	812	81200
2988708	Pallegney	pallegney	FR	88330	168	Europe/Paris	48.29272	6.44325		Pallegney		44	88	881	88342
2988709	Palleau	palleau	FR	71350	108	Europe/Paris	46.95773	5.02778		Palleau,Pallo,Палло		27	71	712	71341
2988714	Pallanne	pallanne	FR	32230	69	Europe/Paris	43.50567	0.24826		Palfanne,Pallanne		76	32	323	32303
2988715	Palladuc	palladuc	FR	63550	522	Europe/Paris	45.90486	3.62835		Palladuc		84	63	635	63267
2988719	Palisse	palisse	FR	19160	231	Europe/Paris	45.41881	2.20601		Palisse		75	19	193	19157
2988720	Palise	palise	FR	25870	108	Europe/Paris	47.37228	6.09014		Palise		27	25	251	25444
2988721	Palis	palis	FR	10190	559	Europe/Paris	48.28333	3.7				44	10	103	10003
2988722	Palinges	palinges	FR	71430	1522	Europe/Paris	46.55357	4.21964		Palinges		27	71	713	71340
2988725	Palhers	palhers	FR	48100	184	Europe/Paris	44.51984	3.29847		Palhers		76	48	482	48107
2988732	Paley	paley	FR	77710	453	Europe/Paris	48.24251	2.8596		Paley		11	77	774	77353
2988739	Palazinges	palazinges	FR	19190	106	Europe/Paris	45.15911	1.69495		Palazinges		75	19	191	19156
2988742	Palavas-les-Flots	palavas-les-flots	FR	34250	6055	Europe/Paris	43.52974	3.93043	0	Palavas,Palavas-le-Flo,Palavas-les-Flots,Palavàs,pa la wa lai fu luo te,Палавас-ле-Фло,帕拉瓦莱弗洛特		76	34	343	34192
2988743	Palau-del-Vidre	palau-del-vidre	FR	66690	2324	Europe/Paris	42.57237	2.96106		Palau,Palau-del-Vidre		76	66	661	66133
2988744	Palau-de-Cerdagne	palau-de-cerdagne	FR	66340	512	Europe/Paris	42.41509	1.9675		Palau,Palau de Cerdanya,Palo-de-Serdan',pa luo de sai er da ni,Пало-де-Сердань,帕洛德塞尔达尼		76	66	663	66132
2988748	Palasca	palasca	FR	20226	134	Europe/Paris	42.58891	9.04291		Palasca,Palaska,Паласка		94	2B	2B5	2B199
2988749	Palantine	palantine	FR	25440	37	Europe/Paris	47.08984	5.944		Palantine		27	25	251	25443
2988750	Palante	palante	FR	70200	0	Europe/Paris	47.65772	6.58702		Palant,Palante,Палант		27	70	701	70403
2988754	Palaminy	palaminy	FR	31220	717	Europe/Paris	43.20285	1.06961		Palaminy		76	31	311	31406
2988756	Palaja	palaja	FR	11570	2022	Europe/Paris	43.17288	2.38787		Palaja		76	11	111	11272
2988757	Palaiseul	palaiseul	FR	52600	55	Europe/Paris	47.76878	5.41295		Palaiseul		44	52	522	52375
2988758	Palaiseau	palaiseau	FR	91120	31987	Europe/Paris	48.71828	2.2498		Palaiseau,Palezo,Paliseau,balyzw,pa lai suo,pallejo,parezo,plzw,Палезо,باليزو,پلزو,パレゾー,帕莱索,팔레조	913	11	91	913	91477
2988767	Palairac	palairac	FR	11330	26	Europe/Paris	42.95741	2.66148		Palairac,Palerak,pa lai la ke,Палерак,帕莱拉克		76	11	113	11271
2988769	Paladru	paladru	FR	38850	934	Europe/Paris	45.47633	5.55597		Paladru		84	38	382	38292
2988776	Pajay	pajay	FR	38260	866	Europe/Paris	45.36251	5.13493		Pajay		84	38	383	38291
2988778	Paizay-Naudouin-Embourie	paizay-naudouin-embourie	FR	16240	0	Europe/Paris	46.03333	0		Peze-Noduehn-Amburi,Peze-Noduen-Amburi,pei ze nuo du an ang bu li ye,Пезе-Нодуен-Амбурі,Пезе-Нодуэн-Амбури,佩泽诺杜安昂布里耶		75	16	163	16253
2988779	Paizay-le-Tort	paizay-le-tort	FR	79500	480	Europe/Paris	46.17984	-0.16164		Paizay,Paizay-le-Tort		75	79	792	79174
2988780	Paizay-le-Sec	paizay-le-sec	FR	86300	419	Europe/Paris	46.57881	0.77774		Paisay-le-Sec,Paizay,Paizay-le-Sec,Peze-le-Sek,pei ze lei se,Пезе-ле-Сек,佩泽勒瑟		75	86	862	86187
2988781	Paizay-le-Chapt	paizay-le-chapt	FR	79170	264	Europe/Paris	46.08302	-0.1783		Paizay,Paizay-le-Chapt		75	79	792	79198
2988783	Paisy-Cosdon	paisy-cosdon	FR	10160	284	Europe/Paris	48.2334	3.71388		Paisy-Cosdon		44	10	103	10276
2988784	Paissy	paissy	FR	02160	69	Europe/Paris	49.42535	3.69726		Paissy		32	02	022	02582
2988787	Pair-et-Grandrupt	pair-et-grandrupt	FR	88100	449	Europe/Paris	48.28157	7.01554		Le Pair-et-Grandrupt,Pair,Pair-et-Grandrupt,Parie-et-Grandrupt,Per-e-Granrju,pei er he ge lang de lu pu,Пер-е-Гранрю,佩尔和格朗德吕普		44	88	883	88341
2988792	Painblanc	painblanc	FR	21360	155	Europe/Paris	47.14643	4.62762		Painblanc		27	21	211	21476
2988794	Paimpont	paimpont	FR	35380	1549	Europe/Paris	48.01835	-2.17042		Paimpont,Panis Pontis,Pempon,Pempont,pan peng,Пемпон,潘蓬		53	35	353	35211
2988796	Paimpol	paimpol	FR	22500	8603	Europe/Paris	48.77831	-3.0466		Paimpol,Pempol',Pempoull,Pimpolium,pan bo,Пемполь,潘波		53	22	222	22162
2988797	Paimboeuf	paimboeuf	FR	44560	3015	Europe/Paris	47.28654	-2.03048		Paimboeuf,Paimbœuf,Pembef,Pembo,Saint-Paimboeuf,pan bo e,Пембеф,潘博厄		52	44	443	44116
2988798	Pailly	pailly	FR	89140	205	Europe/Paris	48.35224	3.32233		Pailly		27	89	893	89285
2988801	Pailloles	pailloles	FR	47440	297	Europe/Paris	44.47064	0.64296		Pailloles		75	47	473	47198
2988806	Paillet	paillet	FR	33550	1079	Europe/Paris	44.68558	-0.36495		Pae,Paillet,Palhet,pei lai,Пае,Пає,佩莱		75	33	333	33311
2988808	Paillencourt	paillencourt	FR	59295	970	Europe/Paris	50.24688	3.2741		Paillencourt		32	59	592	59455
2988809	Paillé	paille	FR	17470	392	Europe/Paris	45.98875	-0.39244		Paille,Paillé		75	17	175	17271
2988813	Paillart	paillart	FR	60120	629	Europe/Paris	49.66715	2.32482		Paillart		32	60	602	60486
2988815	Pailhes	pailhes	FR	09130	0	Europe/Paris	44.95479	4.31077				84	07	073	07123
2988816	Pailhès	pailhes	FR	09130	525	Europe/Paris	43.43084	3.18648		Pailhes,Pailhès		76	34	341	34191
2988817	Pailhès	pailhes	FR	09130	316	Europe/Paris	43.10224	1.44249		Pailhes,Pailhès		76	09	093	09224
2988818	Pailherols	pailherols	FR	15800	156	Europe/Paris	44.95074	2.68422		Pailherols		84	15	151	15146
2988819	Pailharès	pailhares	FR	07410	303	Europe/Paris	45.07829	4.56563		Pailhares,Pailharès		84	07	073	07170
2988820	Pailhac	pailhac	FR	65240	53	Europe/Paris	42.90827	0.36744		Pailhac,Pajak,Palhac,pei ya ke,Пайак,Паяк,佩亚克		76	65	652	65354
2988892	Oyes	oyes	FR	51120	90	Europe/Paris	48.80977	3.78571		Oyes,Valmorin		44	51	512	51421
2988822	Pagolle	pagolle	FR	64120	276	Europe/Paris	43.22452	-0.99008		Pagol',Pagola,Pagolle,Pagòla,Phagola,pa ge er,Паголь,帕戈尔		75	64	641	64441
2988823	Pagny-sur-Moselle	pagny-sur-moselle	FR	54530	4149	Europe/Paris	48.98365	6.02069		Pagny,Pagny-sur-Moselle,Pan'i-sjur-Mozel',mo sai er he pan pa ni,Паньи-сюр-Мозель,Паньї-сюр-Мозель,莫塞尔河畔帕尼		44	54	543	54415
2988824	Pagny-sur-Meuse	pagny-sur-meuse	FR	55190	915	Europe/Paris	48.68756	5.71759		Pagny,Pagny-sur-Meuse,Pan'i-sjur-Mez,mo si he pan pa ni,Паньи-сюр-Мез,Паньї-сюр-Мез,默斯河畔帕尼		44	55	552	55398
2988825	Pagny-lès-Goin	pagny-les-goin	FR	57420	170	Europe/Paris	48.97222	6.21918		Pagny,Pagny-les-Goin,Pagny-lès-Goin		44	57	579	57532
2988826	Pagny-le-Château	pagny-le-chateau	FR	21250	513	Europe/Paris	47.04747	5.19482		Pagny,Pagny-l'Egalite,Pagny-l'Egalité,Pagny-le-Chateau,Pagny-le-Château,Pan'i-le-Shato,pa ni lai sha tuo,pany-l-shatw,Паньи-ле-Шато,Паньї-ле-Шато,پانی-ل-شاتو,帕尼莱沙托		27	21	211	21475
2988827	Pagny-la-Ville	pagny-la-ville	FR	21250	402	Europe/Paris	47.06266	5.17224		Pagny-la-Ville,Pagny-le-Peuple		27	21	211	21474
2988828	Pagny-la-Blanche-Côte	pagny-la-blanche-cote	FR	55140	221	Europe/Paris	48.54072	5.72158		Pagny,Pagny-la-Blanche-Cote,Pagny-la-Blanche-Côte		44	55	552	55397
2988830	Pagnoz	pagnoz	FR	39330	243	Europe/Paris	46.96994	5.81766		Pagnoz		27	39	391	39403
2988832	Pagney-derrière-Barine	pagney-derriere-barine	FR	54200	572	Europe/Paris	48.69281	5.84579		Pagney,Pagney-derriere-Barine,Pagney-derrière-Barine		44	54	544	54414
2988833	Pagney	pagney	FR	39350	309	Europe/Paris	47.24863	5.70216		Pagney		27	39	391	39402
2988837	Pageas	pageas	FR	87230	620	Europe/Paris	45.67789	0.99953		Pageas,Pagéas,Pajas,Pazha,pa re a,Пажа,帕热阿		75	87	872	87112
2988843	Padoux	padoux	FR	88700	441	Europe/Paris	48.2793	6.5704		Padoux,Padu,pa du,Паду,帕杜		44	88	881	88340
2988845	Padirac	padirac	FR	46500	179	Europe/Paris	44.84172	1.75329		Padirac		76	46	463	46213
2988846	Padiès	padies	FR	81340	207	Europe/Paris	44.04217	2.36567		Padies,Padiès		76	81	811	81199
2988847	Padern	padern	FR	11350	148	Europe/Paris	42.86764	2.65741		Padern		76	11	113	11270
2988848	Pacy-sur-Eure	pacy-sur-eure	FR	27120	5201	Europe/Paris	49.01667	1.38333		Pacy,Pacy-sur-Eure		28	27	271	27448
2988849	Pacy-sur-Armançon	pacy-sur-armancon	FR	89160	245	Europe/Paris	47.7774	4.09304		Pacy,Pacy-sur-Armancon,Pacy-sur-Armançon,Pasi-sjur-Armanson,a er mang song he pan pa xi,Паси-сюр-Армансон,Пасі-сюр-Армансон,阿尔芒松河畔帕西		27	89	892	89284
2988850	Pact	pact	FR	38270	697	Europe/Paris	45.35164	4.98923		Pact		84	38	383	38290
2988852	Pacé	pace	FR	35740	331	Europe/Paris	48.44074	0.00149		Pace,Pacé		28	61	611	61321
2988853	Pacé	pace	FR	35740	8608	Europe/Paris	48.14854	-1.77435		Pace,Pacé,Pazieg		53	35	353	35210
2988856	Pabu	pabu	FR	22200	2829	Europe/Paris	48.58722	-3.13685		Pabju,Pabu,pa bi,Пабю,帕比		53	22	222	22161
2988857	Paars	paars	FR	02220	210	Europe/Paris	49.32845	3.60179		Paars		32	02	024	02581
2988858	Ozourt	ozourt	FR	40380	171	Europe/Paris	43.66328	-0.87599				75	40	401	40216
2988859	Ozouer-le-Voulgis	ozouer-le-voulgis	FR	77390	1617	Europe/Paris	48.66012	2.77409		Ozouer,Ozouer-le-Voulgis,Ozue-le-Vul'zhi,Озуе-ле-Вульжи,Озуе-ле-Вульжі		11	77	772	77352
2988863	Ozon	ozon	FR	07370	342	Europe/Paris	45.16585	4.80289		Ozon		84	07	073	07169
2988864	Ozon	ozon	FR	07370	299	Europe/Paris	43.173	0.25554		Ozon		76	65	653	65353
2988865	Ozolles	ozolles	FR	71120	441	Europe/Paris	46.38235	4.35039		Ozolles		27	71	713	71339
2988866	Ozoir-le-Breuil	ozoir-le-breuil	FR	28200	418	Europe/Paris	48.01355	1.47966		Ozoir,Ozoir-le-Breuil		24	28	282	28330
2988867	Ozoir-la-Ferrière	ozoir-la-ferriere	FR	77330	22530	Europe/Paris	48.76699	2.66871		Ozoar la Ferje,Ozoir,Ozoir-la-Ferriere,Ozoir-la-Ferrière,Ozoir-la-Raison,Ozuar-la-Ferr'er,Ozuar-la-Ferrer,awzwar lfryyr,awzwar-la-fryyr,ojualeulapelieleu,ozowaru=ra=ferieru,Озоар ла Ферје,Озуар-ла-Феррьер,Озуар-ла-Феррєр,اوزوآر لفریئر,اوزوآر-لا-فرییر,オゾワール＝ラ＝フェリエール,오주아르라페리에르		11	77	775	77350
2988868	Ozillac	ozillac	FR	17500	662	Europe/Paris	45.39413	-0.39385		Ozillac		75	17	171	17270
2988869	Ozières	ozieres	FR	52700	52	Europe/Paris	48.17393	5.47197		Ozieres,Ozières		44	52	521	52373
2988870	Ozeville	ozeville	FR	50310	131	Europe/Paris	49.5	-1.33333		Ozeville		28	50	502	50390
2988873	Ozerailles	ozerailles	FR	54150	138	Europe/Paris	49.23083	5.84125		Ozerailles		44	54	541	54413
2988874	Ozenx-Montestrucq	ozenx-montestrucq	FR	64300	0	Europe/Paris	43.45	-0.78333		Ausencs,Ausencs e Montestruc,Ozans-Montestrjuk,Ozenks-Montestrjuk,ao cang meng tai si te lu,Озанс-Монтестрюк,Озенкс-Монтестрюк,奥藏蒙泰斯特吕		75	64	643	64440
2988875	Ozenay	ozenay	FR	71700	225	Europe/Paris	46.54302	4.84961		Ozenay		27	71	715	71338
2988878	Oze	oze	FR	05400	70	Europe/Paris	44.50507	5.80469		Oze		93	05	052	05099
2988882	Ozan	ozan	FR	01190	517	Europe/Paris	46.39082	4.91504		Ozan		84	01	012	01284
2988883	Oz	oz	FR	38114	198	Europe/Paris	45.14067	6.05223		Oz,Oz-en-Oisans		84	38	381	38289
2988884	Oytier-Saint-Oblas	oytier-saint-oblas	FR	38780	1453	Europe/Paris	45.55757	5.03083		Oytier,Oytier-Saint-Oblas		84	38	383	38288
2988885	Oysonville	oysonville	FR	28700	488	Europe/Paris	48.3936	1.95717		Oysonville,Uajzonvil',wa song wei er,Уайзонвіль,瓦松维尔		24	28	281	28294
2988886	Oyrières	oyrieres	FR	70600	432	Europe/Paris	47.53174	5.5637		Oyrieres,Oyrières		27	70	702	70402
2988887	Oyré	oyre	FR	86220	954	Europe/Paris	46.87281	0.62812		Oyre,Oyré,Uajre,wa lei,Уайре,瓦勒		75	86	861	86186
2988971	Ouroux-sur-Saône	ouroux-sur-saone	FR	71370	2510	Europe/Paris	46.72147	4.95262		Ouroux,Ouroux-sur-Saone,Ouroux-sur-Saône,Uru-sjur-Son,Уру-сюр-Сон		27	71	714	71336
2988888	Oyonnax	oyonnax	FR	01100	25697	Europe/Paris	46.25917	5.65727		Ojonaks,Ojonna,Oyannax,Oyonnax,awywna,awywnks,oyona,wa yue na ke si,Ойонна,Ојонакс,أويونا,اویونکس,オヨナ,瓦约纳克斯,오요나		84	01	014	01283
2988891	Oyeu	oyeu	FR	38690	812	Europe/Paris	45.42207	5.4744		Oyeu		84	38	382	38287
2988893	Oye-Plage	oye-plage	FR	62215	5683	Europe/Paris	50.97713	2.04276		Ooie,Oye,Oye-Plage,Ua-Plazh,ao ye pu la ri,awyy blaj,Уа-Плаж,أويي بلاج,奥耶普拉日		32	62	626	62645
2988894	Oye-et-Pallet	oye-et-pallet	FR	25160	612	Europe/Paris	46.84913	6.33047		Oye-et-Pallet		27	25	253	25442
2988896	Oyé	oye	FR	71800	288	Europe/Paris	46.32364	4.19101		Oye,Oyé		27	71	713	71337
2988897	Oxelaere	oxelaere	FR	59670	0	Europe/Paris	50.78952	2.47608		Oxelaere		32	59	594	59454
2988898	Ovillers-la-Boisselle	ovillers-la-boisselle	FR	80300	379	Europe/Paris	50.03103	2.69738		La Boisselle,Ovile-lBoesselle,Oville-la-Buassel',Ovillers,Ovillers-la-Boisselle,Ovilé-lBoésselle,ao wei lai er-la bu wa sai lei,Овілле-ла-Буассель,奥维莱尔-拉布瓦塞勒		32	80	804	80615
2988899	Ovanches	ovanches	FR	70360	107	Europe/Paris	47.62999	5.95403		Ovanches		27	70	702	70401
2988901	Ouzous	ouzous	FR	65400	201	Europe/Paris	43.02977	-0.10626		Ouzous		76	65	651	65352
2988902	Ouzouer-sur-Trézée	ouzouer-sur-trezee	FR	45250	1276	Europe/Paris	47.67266	2.808		Ouzouer,Ouzouer-sur-Trezee,Ouzouer-sur-Trézée,Uzue-sjur-Treze,te lei ze ai he pan wu zu ai,Узуе-сюр-Трезе,特雷泽埃河畔乌祖埃		24	45	451	45245
2988903	Ouzouer-sur-Loire	ouzouer-sur-loire	FR	45570	2676	Europe/Paris	47.76638	2.48038		Ouzouer-sur-Loire,Uzue-sjur-Luar,lu wa er he pan wu zu ai,Узуе-сюр-Луар,卢瓦尔河畔乌祖埃		24	45	452	45244
2988904	Ouzouer-sous-Bellegarde	ouzouer-sous-bellegarde	FR	45270	254	Europe/Paris	47.99313	2.46549		Ouzouer,Ouzouer-en-Gatinais,Ouzouer-en-Gâtinais,Ouzouer-sous-Bellegarde,Uzue-su-Bel'gard,wu zu ai su bei lei jia er de,Узуе-су-Бельгард,乌祖埃苏贝勒加尔德		24	45	451	45243
2988905	Ouzouer-le-Marché	ouzouer-le-marche	FR	41240	1634	Europe/Paris	47.91055	1.52607		Ouzouer,Ouzouer-le-Marche,Ouzouer-le-Marché		24	41	411	41173
2988906	Ouzouer-le-Doyen	ouzouer-le-doyen	FR	41160	206	Europe/Paris	47.94121	1.34116		Ouzouer,Ouzouer-le-Doyen		24	41	412	41172
2988907	Ouzouer-des-Champs	ouzouer-des-champs	FR	45290	289	Europe/Paris	47.88207	2.70738		Ouzouer,Ouzouer-des-Champs,Ouzouer-les-Champs,Uzue-de-Sham,wu zu ai dai shang pu,Узуе-де-Шам,乌祖埃代尚普		24	45	451	45242
2988909	Ouzilly	ouzilly	FR	86380	0	Europe/Paris	46.7764	0.36162		Ouzilly,Uzii,wu qi li,Узії,乌齐利		75	86	861	86184
2988910	Ouzilly	ouzilly	FR	86380	0	Europe/Paris	46.35523	0.95549				75	86	862	86120
2988913	Ouville-la-Rivière	ouville-la-riviere	FR	76860	589	Europe/Paris	49.87373	0.9597		Ouville,Ouville-la-Riviere,Ouville-la-Rivière		28	76	761	76492
2988914	Ouville-la-Bien-Tournée	ouville-la-bien-tournee	FR	14170	258	Europe/Paris	49.05323	-0.02219		Ouville,Ouville-la-Bien-Tournee,Ouville-la-Bien-Tournée		28	14	143	14654
2988915	Ouville-l'Abbaye	ouville-l-abbaye	FR	76760	0	Europe/Paris	49.69459	0.86443		Ouville,Ouville-l'Abbaye		28	76	763	76491
2988916	Ouville	ouville	FR	50210	0	Europe/Paris	50.16471	1.83627				32	80	801	80422
2988917	Ouville	ouville	FR	50210	0	Europe/Paris	49.77242	0.71564				28	76	761	76653
2988918	Ouville	ouville	FR	50210	406	Europe/Paris	49.01868	-1.36205		Ouville		28	50	503	50389
2988921	Ouve-Wirquin	ouve-wirquin	FR	62380	506	Europe/Paris	50.64783	2.13706		Houffe-Wirquin,Ouve-Wirquin,Uv-Virken,awf wyrkywyn,wu fu wei er kan,Ув-Виркен,Ув-Віркен,أوف ويركيوين,乌弗维尔坎		32	62	625	62644
2988922	Ouveillan	ouveillan	FR	11590	2041	Europe/Paris	43.28858	2.97029		Ouveillan		76	11	113	11269
2988923	Ouvans	ouvans	FR	25530	74	Europe/Paris	47.27678	6.48262				27	25	253	25441
2988927	Outriaz	outriaz	FR	01430	273	Europe/Paris	46.06809	5.54729		Outriaz		84	01	014	01282
2988928	Outrepont	outrepont	FR	51300	89	Europe/Paris	48.76716	4.68264		Outrepont		44	51	514	51420
2988931	Outremécourt	outremecourt	FR	52150	99	Europe/Paris	48.22247	5.68471		Outremecourt,Outremécourt		44	52	521	52372
2988933	Outrebois	outrebois	FR	80600	249	Europe/Paris	50.17373	2.25257		Outrebois		32	80	802	80614
2988934	Outrebois	outrebois	FR	80600	0	Europe/Paris	49.05	1.13333		Outrebois,Quatrebois		28	27	273	27031
2988936	Outreau	outreau	FR	62230	15648	Europe/Paris	50.70535	1.5897		Outreau,Outriauwe,Utro,awtryaw,wu te luo,Утро,أوترياو,乌特罗		32	62	623	62643
2988939	Outines	outines	FR	51290	136	Europe/Paris	48.55536	4.65099		Utin,wu di nei,Утін,乌蒂内		44	51	514	51419
2988942	Outarville	outarville	FR	45480	1521	Europe/Paris	48.21393	2.02198		Outarville,Utarvil',wu ta er wei er,Утарвіль,乌塔尔维尔		24	45	453	45240
2988943	Oust-Marest	oust-marest	FR	80460	0	Europe/Paris	50.05	1.46667		Augusta,Oute-Meret,Oute-Méret,U-Mare,wu si te ma lei,У-Маре,乌斯特马雷		32	80	801	80613
2988944	Ousté	ouste	FR	65100	48	Europe/Paris	43.04912	-0.01294		Ouste,Ousté		76	65	651	65351
2988947	Oust	oust	FR	09140	540	Europe/Paris	42.87499	1.21521		Oust		76	09	093	09223
2988949	Oussoy-en-Gâtinais	oussoy-en-gatinais	FR	45290	369	Europe/Paris	47.90715	2.64294		Oussoy,Oussoy-en-Gatinais,Oussoy-en-Gatinias,Oussoy-en-Gâtinais,Ussua-an-Gatine,jia di nai de qu wu su wa,Уссуа-ан-Гатіне,加蒂奈地区乌苏瓦		24	45	451	45239
2988951	Ousson-sur-Loire	ousson-sur-loire	FR	45250	756	Europe/Paris	47.59019	2.78733		Ousson,Ousson-sur-Loire,Usson-sjur-Luar,lu wa er he pan wu song,Уссон-сюр-Луар,卢瓦尔河畔乌松		24	45	451	45238
2988952	Oussières	oussieres	FR	39800	235	Europe/Paris	46.90722	5.59177		Oussieres,Oussières		27	39	391	39401
2988953	Ousse-Suzan	ousse-suzan	FR	40110	231	Europe/Paris	43.95674	-0.76269		Ousse,Ousse-et-Suzan		75	40	402	40215
2988956	Ousse	ousse	FR	64320	1346	Europe/Paris	43.28317	-0.26715		Ousse		75	64	643	64439
2988958	Ourville-en-Caux	ourville-en-caux	FR	76450	1060	Europe/Paris	49.72854	0.6046		Ourville,Ourville-en-Caux		28	76	761	76490
2988959	Ourton	ourton	FR	62460	718	Europe/Paris	50.45684	2.48132		Ourton		32	62	622	62642
2988963	Oursel-Maison	oursel-maison	FR	60480	197	Europe/Paris	49.59651	2.1813		Ourcel-Maison,Oursel,Oursel-Maison		32	60	602	60485
2988965	Oursbelille	oursbelille	FR	65490	1251	Europe/Paris	43.28688	0.03698		Oursbelille		76	65	653	65350
2989077	Ouainville	ouainville	FR	76450	496	Europe/Paris	49.78478	0.59045		Ouainville		28	76	761	76488
2988972	Ouroux-sous-le-Bois-Sainte-Marie	ouroux-sous-le-bois-sainte-marie	FR	71800	72	Europe/Paris	46.35875	4.31054		Ouroux,Ouroux-sous-le-Bois-Sainte-Marie		27	71	713	71335
2988973	Ouroux-en-Morvan	ouroux-en-morvan	FR	58230	669	Europe/Paris	47.18333	3.95				27	58	581	58205
2988974	Ouroux	ouroux	FR	69860	371	Europe/Paris	46.23083	4.59431		Ouroux		84	69	692	69135
2988975	Ourouer-les-Bourdelins	ourouer-les-bourdelins	FR	18350	668	Europe/Paris	46.91667	2.81667		Les Bourdelins,Ourouer,Ourouër		24	18	182	18175
2988976	Ourouër	ourouer	FR	58130	324	Europe/Paris	47.05901	3.30534				27	58	583	58204
2988980	Ourdon	ourdon	FR	65100	0	Europe/Paris	43.03604	-0.01488		Ourdon		76	65	651	65349
2988983	Ourdis-Cotdoussan	ourdis-cotdoussan	FR	65100	54	Europe/Paris	43.05	0.01667		Ordins e Coth dOssan,Ordins e Còth dOssan,Ourdis,Urdi-Kotdussan,Urdis-Kotdusan,wu er di ke te du sang,Урдис-Котдусан,Урді-Котдуссан,乌尔迪科特杜桑		76	65	651	65348
2988984	Ourde	ourde	FR	65370	31	Europe/Paris	42.95918	0.55521		Ourde		76	65	652	65347
2988988	Ourches-sur-Meuse	ourches-sur-meuse	FR	55190	172	Europe/Paris	48.66124	5.70177		Ouches,Ourches-sur-Meuse,Ursh-sjur-Mez,mo si he pan wu er xie,Урш-сюр-Мез,默斯河畔乌尔谢		44	55	552	55396
2988989	Ourches	ourches	FR	26120	230	Europe/Paris	44.8052	5.04044		Ourches		84	26	263	26224
2988993	Our	our	FR	39700	175	Europe/Paris	47.13074	5.65038		Our		27	39	391	39400
2988994	Oupia	oupia	FR	34210	248	Europe/Paris	43.29	2.7662		Oupia		76	34	341	34190
2988995	Ounans	ounans	FR	39380	294	Europe/Paris	46.99447	5.66648		Ounans		27	39	391	39399
2988996	Oulon	oulon	FR	58700	83	Europe/Paris	47.19952	3.39743		Oulon		27	58	584	58203
2988997	Oulmes	oulmes	FR	85420	727	Europe/Paris	46.4	-0.66667		Oulmes		52	85	851	85162
2988998	Oullins	oullins	FR	69600	25592	Europe/Paris	45.71404	4.80755		Oullins,Ulen,Ullen,awln,awlynz,ullaeng,uran,Улен,Уллен,أولينز,اولن,ウラン,울랭		84	69	691	69149
2989000	Oulles	oulles	FR	38520	12	Europe/Paris	45.07423	5.98259		Oulles,Ul',Уль		84	38	381	38286
2989001	Oulins	oulins	FR	28260	1034	Europe/Paris	48.86451	1.47038		Oulins		24	28	283	28293
2989007	Oulchy-le-Château	oulchy-le-chateau	FR	02210	874	Europe/Paris	49.20559	3.36975		Oulchy-chCatiau,Oulchy-la-Montagne,Oulchy-le-Chateau,Oulchy-le-Château,Oulcy-le-Chateau,Ul'shi-le-Shato,wu xi bao,Ульши-ле-Шато,Ульші-ле-Шато,乌希堡		32	02	024	02580
2989008	Oulchy-la-Ville	oulchy-la-ville	FR	02210	127	Europe/Paris	49.21369	3.35048		Oulchy-la-Ville		32	02	024	02579
2989009	Oulches-la-Vallée-Foulon	oulches-la-vallee-foulon	FR	02160	0	Europe/Paris	49.42798	3.74631		Oulches,Oulches-la-Vallee-Foulon,Oulches-la-Vallée-Foulon		32	02	022	02578
2989010	Oulches	oulches	FR	36800	375	Europe/Paris	46.61474	1.29639		Oulches,Ul'sh,wu er xie,Ульш,乌尔谢		24	36	361	36148
2989013	Ouistreham	ouistreham	FR	14150	9067	Europe/Paris	49.27566	-0.2591		Ouistrehain,Ouistreham,Uistream,wu yi si te lei ang,Уистреам,Уїстреам,乌伊斯特雷昂		28	14	142	14488
2989017	Ouilly-le-Vicomte	ouilly-le-vicomte	FR	14100	834	Europe/Paris	49.18273	0.2229		Ouilly,Ouilly-l'Union,Ouilly-le-Vicomte,Ouilly-sur-la-Touques,Ui-le-Vikont,Uji-le-Vikont,wu yi li lai wei kong te,Уи-ле-Виконт,Уйи-ле-Виконт,Уї-ле-Віконт,乌伊利莱维孔特		28	14	143	14487
2989018	Ouilly-le-Tesson	ouilly-le-tesson	FR	14190	519	Europe/Paris	48.98658	-0.22116		Ouilly,Ouilly-le-Tesson		28	14	142	14486
2989020	Ouilly-du-Houley	ouilly-du-houley	FR	14590	203	Europe/Paris	49.16807	0.3289		Ouilly,Ouilly-du-Houley,Ouilly-la-Ribaude,Saint-Martin-d'Ouilly		28	14	143	14484
2989022	Ouillon	ouillon	FR	64160	399	Europe/Paris	43.32038	-0.22692		Aulhon,Ouillon,Ujon,wu yi long,Уйон,乌伊隆		75	64	643	64438
2989031	Ouides	ouides	FR	43510	63	Europe/Paris	44.90358	3.73765		Ouides		84	43	432	43145
2989032	Ouhans	ouhans	FR	25520	391	Europe/Paris	46.99838	6.2938		Ouhans		27	25	253	25440
2989033	Ougny	ougny	FR	58110	38	Europe/Paris	47.07392	3.71381		Ougny		27	58	581	58202
2989034	Ougney-Douvot	ougney-douvot	FR	25640	156	Europe/Paris	47.32334	6.27515		Ougney,Ougney-Douvot		27	25	251	25439
2989035	Ougney	ougney	FR	39350	292	Europe/Paris	47.23989	5.6676		Ougney		27	39	391	39398
2989036	Ouges	ouges	FR	21600	1388	Europe/Paris	47.26164	5.07395		Ouges		27	21	212	21473
2989037	Ouge	ouge	FR	70500	143	Europe/Paris	47.79528	5.70396		Cuge,Ouge		27	70	702	70400
2989039	Ouffières	ouffieres	FR	14220	164	Europe/Paris	49.02318	-0.49132		Ouffieres,Ouffières		28	14	142	14483
2989040	Ouézy	ouezy	FR	14270	0	Europe/Paris	49.08363	-0.1021		Ouezy,Ouézy,Uehzi,Uezi,wu ai qi,Уези,Уезі,Уэзи,乌埃齐		28	14	142	14482
2989047	Ouerre	ouerre	FR	28500	616	Europe/Paris	48.70066	1.46553		Ouerre		24	28	283	28292
2989050	Oueilloux	oueilloux	FR	65190	127	Europe/Paris	43.1687	0.17806		Oueilloux		76	65	653	65346
2989053	Oudry	oudry	FR	71420	365	Europe/Paris	46.575	4.15749		Oudry		27	71	713	71334
2989054	Oudrenne	oudrenne	FR	57970	721	Europe/Paris	49.37942	6.32729		Oudren,Oudrenne,Udern,Udrenn,awdrn,wu de lang,Удренн,اودرن,乌德朗		44	57	577	57531
2989058	Oudon	oudon	FR	44521	2845	Europe/Paris	47.34692	-1.28659		Oudon,Udon,Uldo,wu dong,Удон,乌东		52	44	445	44115
2989059	Oudincourt	oudincourt	FR	52310	153	Europe/Paris	48.22465	5.09385		Oudincourt		44	52	521	52371
2989060	Oudezeele	oudezeele	FR	59670	537	Europe/Paris	50.83815	2.50995		Oudezeele		32	59	594	59453
2989061	Oudeuil	oudeuil	FR	60860	204	Europe/Paris	49.54748	2.02841		Oudeuil		32	60	601	60484
2989063	Oudan	oudan	FR	58210	145	Europe/Paris	47.34695	3.34914		Oudan		27	58	582	58201
2989064	Oudalle	oudalle	FR	76430	364	Europe/Paris	49.50748	0.30157		Oudalle		28	76	762	76489
2989065	Oucques	oucques	FR	41290	1368	Europe/Paris	47.82252	1.29383		Oncques,Oucques,Ukk,wu qu ai,Укк,乌屈埃		24	41	411	41171
2989066	Ouches	ouches	FR	42155	0	Europe/Paris	47.40559	3.87857		Ouche,Ouches		27	58	581	58229
2989067	Ouches	ouches	FR	42155	0	Europe/Paris	46.31667	2.55				84	03	031	03211
2989068	Ouches	ouches	FR	42155	1143	Europe/Paris	46.01582	3.98828		Ouches		84	42	422	42162
2989071	Ouchamps	ouchamps	FR	41120	809	Europe/Paris	47.47284	1.30831		Ouchamps		24	41	413	41059
2989073	Ouarville	ouarville	FR	28150	567	Europe/Paris	48.35477	1.77406		Ouarville		24	28	281	28291
2989075	Ouanne	ouanne	FR	89560	687	Europe/Paris	47.66045	3.41832		Ouanne		27	89	891	89283
2989079	Ouagne	ouagne	FR	58500	213	Europe/Paris	47.39738	3.49584		Ouagne		27	58	582	58200
2989081	Ottwiller	ottwiller	FR	67320	235	Europe/Paris	48.86531	7.22947		Ottwiller		44	67	674	67369
2989082	Ottrott	ottrott	FR	67530	1621	Europe/Paris	48.45642	7.42556		Ottrot,ao te luo,awtrwt,ottorotto,Оттрот,أوتروت,オットロット,奥特罗		44	67	673	67368
2989083	Ottonville	ottonville	FR	57220	398	Europe/Paris	49.21875	6.52261		Ottonville,Ottonville et Ricrange		44	57	573	57530
2989084	Ottmarsheim	ottmarsheim	FR	68490	2018	Europe/Paris	47.78802	7.50777		Ottmarsheim		44	68	684	68253
2989085	Otterswiller	otterswiller	FR	67700	1266	Europe/Paris	48.72568	7.37878				44	67	674	67367
2989086	Ottersthal	ottersthal	FR	67700	745	Europe/Paris	48.7546	7.34985		Otterstahl,Ottersthal		44	67	674	67366
2989087	Ottange	ottange	FR	57840	2666	Europe/Paris	49.44307	6.01988		Ottange		44	57	577	57529
2989088	Othis	othis	FR	77280	7084	Europe/Paris	49.07387	2.67502		Oti,Оти,Оті		11	77	771	77349
2989090	Othe	othe	FR	54260	0	Europe/Paris	49.49485	5.44232		Othe		44	54	541	54412
2989092	Ota	ota	FR	20150	550	Europe/Paris	42.25813	8.74632	340			94	2A	2A1	2A198
2989093	Ostwald	ostwald	FR	67540	11261	Europe/Paris	48.54369	7.71099		Ostwald		44	67	678	67365
2989094	Ostricourt	ostricourt	FR	59162	5522	Europe/Paris	50.45145	3.03417		Ostricourt,Ostrikur,ao si te li ku er,Острикур,奥斯特里库尔		32	59	595	59452
2989096	Ostreville	ostreville	FR	62130	282	Europe/Paris	50.39617	2.39524		Ostreville		32	62	621	62641
2989098	Osthouse	osthouse	FR	67150	995	Europe/Paris	48.40208	7.64262		Ohscht,Osthausen,Ostuz,ao si tu si,asthaws,awsthws,Остуз,أوسثوس,استهاوس,奥斯图斯		44	67	675	67364
2989099	Osthoffen	osthoffen	FR	67990	723	Europe/Paris	48.58688	7.5561				44	67	678	67363
2989100	Ostheim	ostheim	FR	68150	1433	Europe/Paris	48.15995	7.36976		Ostheim		44	68	682	68252
2989102	Ostel	ostel	FR	02370	86	Europe/Paris	49.42893	3.57		Ostel		32	02	024	02577
2989106	Ossun-ez-Angles	ossun-ez-angles	FR	65100	33	Europe/Paris	43.0794	0.0564		Aussun deths Angles,Aussun eths Angles,Osjon-eh-Angl',Ossen-e-Angl',Ossun,Ossun-ez-Angles,ao sang ai ang ge lai,Оссен-е-Англь,Осён-э-Англь,奥桑埃昂格莱		76	65	651	65345
2989108	Ossun	ossun	FR	65380	2267	Europe/Paris	43.18393	-0.02662		Aussun,Aussun de Tarba,Beauvais-de-Preau,Beauvais-de-Préau,Mardin,Osjon,Ossen,Ossun,awswn,Оссен,Осён,اوسون		76	65	653	65344
2989112	Ossey-les-Trois-Maisons	ossey-les-trois-maisons	FR	10100	514	Europe/Paris	48.43582	3.74173		Osse-le-Trua-Mezon,Ossey,Ossey-les-Trois-Maisons,ao sai lai si-te lu wa mai song,Оссе-ле-Труа-Мезон,奥塞莱斯-特鲁瓦迈松		44	10	102	10275
2989114	Ossès	osses	FR	64780	744	Europe/Paris	43.24175	-1.28464		Ortzaize,Orzaize,Oses,Osses,Ossès,Ossés,Osés,ao sai,Осес,Оссес,奥塞		75	64	641	64436
2989116	Ossenx	ossenx	FR	64190	51	Europe/Paris	43.372	-0.81655		Aussencs,Osenks,Ossenks,Ossenx,ao sang,Осенкс,Оссенкс,奥桑		75	64	642	64434
2989117	Ossen	ossen	FR	65100	175	Europe/Paris	43.07068	-0.06719		Ossen		76	65	651	65343
2989118	Osselle	osselle	FR	25320	361	Europe/Paris	47.14346	5.857		Osselle		27	25	251	25438
2989119	Osséja	osseja	FR	66340	1673	Europe/Paris	42.41383	1.98192		Oceja,Osseja,Osséja		76	66	663	66130
2989120	Osse-en-Aspe	osse-en-aspe	FR	64490	335	Europe/Paris	42.99504	-0.61652		Os-an-Asp,Oss-an-Asp,Osse,Oussa,a si pu de qu ao si,Òussa,Ос-ан-Асп,Осс-ан-Асп,阿斯普地区奥斯		75	64	642	64433
2989122	Ossé	osse	FR	25360	1013	Europe/Paris	48.05542	-1.45029		Oc'heg,Ocheg,Osse,Ossé,ao sai,Оссе,奥塞		53	35	353	35069
2989123	Osse	osse	FR	25360	309	Europe/Paris	47.26735	6.21469		Osse		27	25	251	25437
2989127	Ossages	ossages	FR	40290	460	Europe/Paris	43.55779	-0.88065		Ossages		75	40	401	40214
2989130	Osny	osny	FR	95520	16545	Europe/Paris	49.0701	2.06277		Oni,Osny,ao ni,Они,Оні,奥尼		11	95	953	95476
2989131	Osnes	osnes	FR	08110	220	Europe/Paris	49.6564	5.1633		Osnes		44	08	083	08336
2989132	Osne-le-Val	osne-le-val	FR	52300	298	Europe/Paris	48.49544	5.19154		Osne,Osne-le-Val		44	52	523	52370
2989133	Osmoy-Saint-Valery	osmoy-saint-valery	FR	76660	317	Europe/Paris	49.79578	1.32382		Osmoy,Osmoy-Saint-Valery		28	76	761	76487
2989134	Osmoy	osmoy	FR	18390	412	Europe/Paris	48.86343	1.71715		Osmoy		11	78	781	78475
2989135	Osmoy	osmoy	FR	18390	287	Europe/Paris	47.07281	2.52274				24	18	181	18174
2989137	Osmets	osmets	FR	65350	78	Europe/Paris	43.3054	0.26494		Osmets		76	65	653	65342
2989138	Osmery	osmery	FR	18130	247	Europe/Paris	46.9354	2.65621		Osmery		24	18	182	18173
2989139	Os-Marsillon	os-marsillon	FR	64150	471	Europe/Paris	43.38901	-0.61608		Os e Marcelhon,Os-Marcelhon,Os-Marsijon,Os-Marsillon,ao ma er xi long,Òs e Marcelhon,Ос-Марсийон,Ос-Марсійон,奥马尔西隆		75	64	643	64431
2989140	Osmanville	osmanville	FR	14230	537	Europe/Paris	49.32911	-1.08013		Osmanville		28	14	141	14480
2989141	Osly-Courtil	osly-courtil	FR	02290	277	Europe/Paris	49.40165	3.2258		Osly-Courtil		32	02	024	02576
2989142	Oslon	oslon	FR	71380	995	Europe/Paris	46.78369	4.92336		Oslon		27	71	712	71333
2989145	Osenbach	osenbach	FR	68570	878	Europe/Paris	47.98577	7.21824		Osenbach,Ozenbak,ao sang ba shen,Озенбак,奥桑巴什		44	68	686	68251
2989147	Osches	osches	FR	55220	51	Europe/Paris	49.04754	5.25476		Osches		44	55	553	55395
2989149	Osani	osani	FR	20147	96	Europe/Paris	42.3241	8.63288		Osani,Ozani,Озани,Озані		94	2A	2A1	2A197
2989154	Orx	orx	FR	40230	462	Europe/Paris	43.60267	-1.37019		Orx		75	40	401	40213
2989156	Orvilliers-Saint-Julien	orvilliers-saint-julien	FR	10170	215	Europe/Paris	48.44368	3.82803		Orvilliers,Orvilliers-Saint-Julien		44	10	102	10274
2989157	Orvilliers	orvilliers	FR	78910	0	Europe/Paris	48.85996	1.64759		Orvil'e,Orvilliers,Орвилье,Орвільє		11	78	781	78474
2989158	Orvilliers	orvilliers	FR	78910	0	Europe/Paris	48.65153	3.32733				11	77	773	77396
2989159	Orvilliers	orvilliers	FR	78910	0	Europe/Paris	48.44097	3.04686		Orvillers,Orvilliers		11	77	773	77311
2989160	Orvillers-Sorel	orvillers-sorel	FR	60490	578	Europe/Paris	49.57813	2.7085		Orvillers,Orvillers-Sorel		32	60	603	60483
2989161	Orville	orville	FR	21260	338	Europe/Paris	50.13308	2.41162		Orville		32	62	621	62640
2989162	Orville	orville	FR	21260	81	Europe/Paris	48.89009	0.26798		Orville		28	61	613	61460
2989163	Orville	orville	FR	21260	126	Europe/Paris	48.24355	2.43798		Orville		24	45	453	45237
2989164	Orville	orville	FR	21260	206	Europe/Paris	47.56389	5.21284		Orville		27	21	212	21472
2989165	Orville	orville	FR	21260	127	Europe/Paris	47.15276	1.79076		Orville		24	36	364	36147
2989166	Orveau-Bellesauve	orveau-bellesauve	FR	45330	330	Europe/Paris	48.28254	2.32827		Orveau,Orveau-Bellesauve,Orvo-Bel'sov,ao er wo bei lai suo fu,Орво-Бельсов,奥尔沃贝莱索夫		24	45	453	45191
2989167	Orveau	orveau	FR	91590	192	Europe/Paris	48.44869	2.29201		Orveau,Orvo,ao er wo,Орво,奥尔沃		11	91	911	91473
2989168	Orve	orve	FR	25430	56	Europe/Paris	47.32562	6.55343				27	25	252	25436
2989169	Orvaux	orvaux	FR	27190	400	Europe/Paris	48.93753	1.02842		Orvaux		28	27	273	27447
2989170	Orvault	orvault	FR	44700	25338	Europe/Paris	47.27117	-1.62361		Orsvaldum,Orvault,Orvez,Orvo,ao er wo,awrww,oleubo,oruvu~o,Орво,اوروو,オルヴォー,奧爾沃,오르보		52	44	442	44114
2989172	Orval	orval	FR	18200	836	Europe/Paris	49.01429	-1.47071		Orval		28	50	503	50388
2989173	Orval	orval	FR	18200	0	Europe/Paris	48.79718	1.57112				24	28	283	28185
2989174	Orval	orval	FR	18200	2010	Europe/Paris	46.72581	2.47144		Orval		24	18	182	18172
2989175	Orval	orval	FR	18200	0	Europe/Paris	45.0139	1.02654				75	24	244	24330
2989176	Orus	orus	FR	09220	20	Europe/Paris	42.78192	1.50787		Orus		76	09	091	09222
2989177	Ortoncourt	ortoncourt	FR	88700	75	Europe/Paris	48.36656	6.51175		Ortoncourt		44	88	881	88338
2989181	Orto	orto	FR	20125	56	Europe/Paris	42.18716	8.93206		Orto		94	2A	2A1	2A196
2989182	Ortiporio	ortiporio	FR	20290	123	Europe/Paris	42.45726	9.34335		Ortiporio,Ortiporiu,Ортипорио,Ортіпоріо		94	2B	2B3	2B195
2989183	Ortillon	ortillon	FR	10700	34	Europe/Paris	48.51142	4.24943		Ortillon		44	10	103	10273
2989185	Orthoux-Sérignac-Quilhan	orthoux-serignac-quilhan	FR	30260	313	Europe/Paris	43.89195	4.05627		Orthoux,Orthoux-Serignac-Quilhan,Orthoux-Serignac-Quillan,Orthoux-Sérignac-Quilhan,Orthoux-Sérignac-Quillan		76	30	303	30192
2989187	Orthez	orthez	FR	64300	11857	Europe/Paris	43.48834	-0.77266		Ortes,Ortesium,Ortez,Orthe,Orthez,Ortheze,Ortès,ao er tai,orutezu,Ортез,オルテズ,奥尔泰		75	64	643	64430
2989188	Orthevielle	orthevielle	FR	40300	808	Europe/Paris	43.55268	-1.14771		Orthevielle		75	40	401	40212
2989191	Ortale	ortale	FR	20234	0	Europe/Paris	42.59313	9.42816		Ortale		94	2B	2B2	2B037
2989192	Ortale	ortale	FR	20234	0	Europe/Paris	42.31626	9.42302		Ortale		94	2B	2B3	2B194
2989193	Ortaffa	ortaffa	FR	66560	1192	Europe/Paris	42.58025	2.92502		Ortafa,Ortaffa,Ortafà		76	66	661	66129
2989194	Orsonville	orsonville	FR	78660	0	Europe/Paris	48.47644	1.83635		Orsonvil',Orsonville,Орсонвиль,Орсонвіль		11	78	782	78472
2989195	Orsonville	orsonville	FR	78660	0	Europe/Paris	48.09584	1.37069				24	28	282	28132
2989196	Orsonnette	orsonnette	FR	63340	216	Europe/Paris	45.47554	3.29903		Orsonnette		84	63	633	63255
2989197	Orsinval	orsinval	FR	59530	472	Europe/Paris	50.27277	3.63482		Orsenval',Orsinval,ao er sang wa er,Орсенваль,奥尔桑瓦尔		32	59	591	59451
2989200	Orsennes	orsennes	FR	36190	793	Europe/Paris	46.47648	1.68298		Orsenn,Orsennes,Orsjon,ao er se nei,Орсенн,Орсён,奥尔瑟内		24	36	363	36146
2989281	Ormes	ormes	FR	10700	3219	Europe/Paris	47.94152	1.81823		Ormes		24	45	452	45235
2989202	Orschwihr	orschwihr	FR	68500	961	Europe/Paris	47.93489	7.23304		Orschweier,Orschwihr,Orschwir,Orshvir,ao er si ke wei,Оршвир,Оршвір,奥尔斯克维		44	68	686	68250
2989203	Orschwiller	orschwiller	FR	67600	569	Europe/Paris	48.2416	7.38453		Orschweiler,Orshviller,ao er si ke wei lai,arshwylr,awrstshwylyr,Оршвиллер,Оршвіллер,أورستشويلير,ارشویلر,奥尔斯克维莱		44	67	675	67362
2989204	Orsay	orsay	FR	91400	17817	Europe/Paris	48.69572	2.18727		Orsay,Orse,ao sai,oruse,Орсе,オルセー,奧賽		11	91	913	91471
2989205	Orsans	orsans	FR	11270	131	Europe/Paris	47.24754	6.38606		Orsans		27	25	253	25435
2989206	Orsans	orsans	FR	11270	111	Europe/Paris	43.16092	1.98227		Orsans		76	11	111	11268
2989207	Orsanco	orsanco	FR	64120	103	Europe/Paris	43.29332	-1.06542		Orsanco,Orsanko,Ostankoa,ao er sang ke,Орсанко,奥尔桑科		75	64	641	64429
2989208	Orsan	orsan	FR	30200	1143	Europe/Paris	44.13181	4.66594		Orsan,ao er sang,Орсан,奥尔桑		76	30	302	30191
2989210	Ors	ors	FR	59360	770	Europe/Paris	50.10056	3.634		Or,Ors,ao er,Ор,奥尔		32	59	592	59450
2989211	Orry-la-Ville	orry-la-ville	FR	60560	3486	Europe/Paris	49.13345	2.51139		Orri-la-Vil',Orry,Orry-la-Ville,ao er li la wei er,Орри-ла-Виль,Оррі-ла-Віль,奥尔里拉维尔		32	60	604	60482
2989213	Orrouy	orrouy	FR	60129	594	Europe/Paris	49.29076	2.85756		Orrui,ao er lu yi,Орруї,奥尔鲁伊		32	60	604	60481
2989214	Orrouer	orrouer	FR	28190	279	Europe/Paris	48.41667	1.28333		Orrouer		24	28	281	28290
2989216	Orriule	orriule	FR	64390	142	Europe/Paris	43.40619	-0.85349		Orriule		75	64	642	64428
2989219	Orret	orret	FR	21450	27	Europe/Paris	47.59738	4.69333		Orre,Orret,ao er lei,Орре,奥尔雷		27	21	213	21471
2989222	Orquevaux	orquevaux	FR	52700	86	Europe/Paris	48.30113	5.39754		Orquevaux		44	52	521	52369
2989223	Orpierre	orpierre	FR	05700	313	Europe/Paris	44.31327	5.69635		Orpierre		93	05	052	05097
2989224	Orphin	orphin	FR	78125	976	Europe/Paris	48.57833	1.78067		Orfen,Orphin,Орфен		11	78	782	78470
2989225	Oroux	oroux	FR	79390	111	Europe/Paris	46.69214	-0.0891		Oroux		75	79	793	79197
2989228	Oron	oron	FR	57590	0	Europe/Paris	48.9065	6.47975		Oron		44	57	575	57528
2989229	Oroix	oroix	FR	65320	129	Europe/Paris	43.30079	-0.03199		Oroix		76	65	653	65341
2989230	Oroër	oroer	FR	60510	567	Europe/Paris	49.49605	2.16247		Oroer,Oroër		32	60	601	60480
2989233	Orny	orny	FR	57420	233	Europe/Paris	49.02331	6.24544		Orny		44	57	579	57527
2989236	Ornon	ornon	FR	38520	0	Europe/Paris	45.85643	3.38571				84	63	635	63195
2989237	Ornon	ornon	FR	38520	150	Europe/Paris	45.04802	5.97759		Ornon		84	38	381	38285
2989238	Ornolac-Ussat-les-Bains	ornolac-ussat-les-bains	FR	09400	237	Europe/Paris	42.82382	1.65695		Ornolac,Ornolac-Ussat-les-Bains		76	09	091	09221
2989239	Orniac	orniac	FR	46330	96	Europe/Paris	44.54484	1.66733		Orniac		76	46	463	46212
2989240	Ornézan	ornezan	FR	32260	244	Europe/Paris	43.51066	0.60137		Ornesan,Ornezan,Ornezanum,Ornézan,ao er nei cang,Орнезан,奥尔内藏		76	32	323	32302
2989241	Ornex	ornex	FR	01210	2946	Europe/Paris	46.2727	6.09982		Orne,Ornex,ao er nei ke si,awrnyh,Орне,Օրնե,أورنيه,奥尔内克斯		84	01	013	01281
2989252	Ornans	ornans	FR	25290	4235	Europe/Paris	47.10749	6.14306		Ornacum,Ornan,Ornans,ao er nan,Орнан,奥尔南		27	25	251	25434
2989253	Ornaisons	ornaisons	FR	11200	1146	Europe/Paris	43.18093	2.83724		Ornaisons		76	11	113	11267
2989255	Ornacieux	ornacieux	FR	38260	249	Europe/Paris	45.40277	5.20879		Ornacieux,Ornacieux-l'Hote,Ornacieux-l'Hôte		84	38	383	38284
2989256	Ormoy-Villers	ormoy-villers	FR	60800	0	Europe/Paris	49.19632	2.83981		Ormoy,Ormoy-Villers,Ormua-Viller,ao er mu wa wei lai er,Ормуа-Віллер,奥尔穆瓦维莱尔		32	60	604	60479
2989258	Ormoy-lès-Sexfontaines	ormoy-les-sexfontaines	FR	52310	48	Europe/Paris	48.22025	5.06703		Ormoy,Ormoy-les-Sexfontaines,Ormoy-lès-Sexfontaines		44	52	521	52367
2989259	Ormoy-le-Davien	ormoy-le-davien	FR	60620	188	Europe/Paris	49.19543	2.95943		Ormoy,Ormoy-le-Davien		32	60	604	60478
2989260	Ormoy-la-Rivière	ormoy-la-riviere	FR	91150	942	Europe/Paris	48.40502	2.14979		Ormoy,Ormoy-la-Riviere,Ormoy-la-Rivière,Ormua-la-Riv'er,Ormua-la-River,ao er mu wa la li wei ai,Ормуа-ла-Ривьер,Ормуа-ла-Ривєр,奥尔穆瓦拉里维埃		11	91	911	91469
2989262	Ormoy	ormoy	FR	28210	0	Europe/Paris	48.6223	1.4744				24	28	283	28289
2989263	Ormoy	ormoy	FR	28210	1311	Europe/Paris	48.57489	2.45206		Ormoy		11	91	912	91468
2989264	Ormoy	ormoy	FR	28210	0	Europe/Paris	48.32918	1.51197				24	28	281	28122
2989265	Ormoy	ormoy	FR	28210	0	Europe/Paris	48.15447	1.63448				24	28	282	28114
2989266	Ormoy	ormoy	FR	28210	715	Europe/Paris	47.95318	3.57361		Ormoy		27	89	891	89282
2989267	Ormoy	ormoy	FR	28210	231	Europe/Paris	47.89026	5.98027		Ormoy		27	70	702	70399
2989269	Ormoiche	ormoiche	FR	70300	65	Europe/Paris	47.80783	6.3123		Ormoiche		27	70	701	70398
2989271	Ormesson-sur-Marne	ormesson-sur-marne	FR	94490	9922	Europe/Paris	48.7863	2.54471		Ormesson,Ormesson-sjur-Marn,Ormesson-sur-Marne,ma en he pan ao er mei song,Ормессон-сюр-Марн,马恩河畔奥尔梅松		11	94	941	94055
2989272	Ormesson	ormesson	FR	77167	260	Europe/Paris	48.24441	2.65409		Ormesson		11	77	774	77348
2989275	Ormes-et-Ville	ormes-et-ville	FR	54740	182	Europe/Paris	48.48773	6.20358		Ormes,Ormes-et-Ville		44	54	543	54411
2989278	Ormes	ormes	FR	10700	0	Europe/Paris	49.23833	3.95761		Ormes		44	51	513	51418
2989279	Ormes	ormes	FR	10700	404	Europe/Paris	49.05264	0.96283		Ormes		28	27	273	27446
2989280	Ormes	ormes	FR	10700	200	Europe/Paris	48.55149	4.11677		Ormes		44	10	103	10272
2989282	Ormes	ormes	FR	10700	447	Europe/Paris	46.6346	4.96515		Ormes		27	71	714	71332
2989283	Ormersviller	ormersviller	FR	57720	307	Europe/Paris	49.13584	7.32328		Ormersviller		44	57	576	57526
2989284	Ormenans	ormenans	FR	70230	51	Europe/Paris	47.45184	6.20441		Ormenans		27	70	702	70397
2989295	Ormancey	ormancey	FR	52200	78	Europe/Paris	47.90711	5.18297		Ormancey		44	52	522	52366
2989296	Orly-sur-Morin	orly-sur-morin	FR	77750	613	Europe/Paris	48.90381	3.23067		Orly,Orly-sur-Morin		11	77	773	77345
2989297	Orly	orly	FR	94310	20528	Europe/Paris	48.74792	2.39253		Orli,Orly,ao li,awrly,oleulli,oruri,Орли,Орлі,אורלי,اورلی,オルリー,奥利,오를리		11	94	943	94054
2989299	Orlu	orlu	FR	09110	33	Europe/Paris	48.3711	1.91893		Orlu		24	28	281	28183
2989300	Orlu	orlu	FR	09110	205	Europe/Paris	42.70202	1.88822		Orlu		76	09	091	09220
2989301	Orliénas	orlienas	FR	69530	2094	Europe/Paris	45.65886	4.71832		Orlienas,Orliénas		84	69	691	69148
2989302	Orliaguet	orliaguet	FR	24370	94	Europe/Paris	44.91226	1.36523		Orliaguet		75	24	244	24314
2989303	Orliac-de-Bar	orliac-de-bar	FR	19390	244	Europe/Paris	45.36074	1.80113		Orhac-de Bar,Orliac,Orliac-de-Bar		75	19	192	19155
2989304	Orliac	orliac	FR	24170	0	Europe/Paris	45.00898	1.59101				76	46	463	46083
2989305	Orliac	orliac	FR	24170	54	Europe/Paris	44.71661	1.0682		Orlhac,Orliac,Orliak,ao er li a ke,Орлиак,Орліак,奥尔利阿克		75	24	244	24313
2989308	Orleix	orleix	FR	65800	1750	Europe/Paris	43.27945	0.12043		Orleix		76	65	653	65340
2989309	Orléat	orleat	FR	63190	1814	Europe/Paris	45.86059	3.42083		Orleat,Orléat		84	63	635	63265
2989317	Orléans	orleans	FR	45000	124149	Europe/Paris	47.90289	1.90389		Arlean,Aurelianum,ORE,Orleaes,Orlean,Orleana,Orleanas,Orleani,Orleans,Orleañs,Orleáns,Orleães,Orleāna,Orliens,Orlèans,Orléans,ao er liang,awrlyan,awrlynz,oleulleang,orleani,orleyom,orurean,xxr lex xng,Ορλεάνη,Арлеан,Орлеан,Օռլեան,אורליאן,أورليان,اورلئان,اورلینز,ओर्लेयों,ออร์เลอ็อง,အော်လီယန်းမြို့,ორლეანი,オルレアン,奥尔良,奧爾良,오를레앙	24	24	45	452	45234
2989322	Orival	orival	FR	16210	0	Europe/Paris	49.85	1.25				28	76	761	76590
2989323	Orival	orival	FR	16210	0	Europe/Paris	49.80339	1.84496		Orival		32	80	802	80443
2989324	Orival	orival	FR	16210	0	Europe/Paris	49.79441	1.21777				28	76	761	76321
2989325	Orival	orival	FR	16210	1088	Europe/Paris	49.72429	1.20512		Orival		28	76	761	76588
2989326	Orival	orival	FR	16210	0	Europe/Paris	49.3128	0.9975		Orival,Orival',Ориваль		28	76	763	76486
2989327	Orival	orival	FR	16210	161	Europe/Paris	45.2767	0.0715		Orival		75	16	161	16252
2989328	Orist	orist	FR	40300	582	Europe/Paris	43.64151	-1.17643		Orist		75	40	401	40211
2989330	Oris-en-Rattier	oris-en-rattier	FR	38350	90	Europe/Paris	44.9197	5.87086		Ori-an-Rat'e,Oris,Oris-en-Rattier,la di ye de qu ao li,Ори-ан-Ратье,Орі-ан-Ратьє,拉蒂耶地区奥里		84	38	381	38283
2989332	Orion	orion	FR	64390	177	Europe/Paris	43.41889	-0.86278		Orion		75	64	642	64427
2989333	Oriolles	oriolles	FR	16480	222	Europe/Paris	45.36113	-0.12798		Or'ol',Oriolles,Orjol',ao li ao lai,Орйоль,Орьоль,奥里奥莱		75	16	162	16251
2989334	Oriol-en-Royans	oriol-en-royans	FR	26190	479	Europe/Paris	44.99803	5.2732		Oriol,Oriol-en-Royans		84	26	261	26223
2989336	Oriocourt	oriocourt	FR	57590	49	Europe/Paris	48.86511	6.41274		Oriocourt		44	57	575	57525
2989337	Orincles	orincles	FR	65380	273	Europe/Paris	43.12831	0.03924		Orincles		76	65	653	65339
2989338	Orin	orin	FR	64400	221	Europe/Paris	43.23206	-0.6728		Orin		75	64	642	64426
2989340	Origny-Sainte-Benoite	origny-sainte-benoite	FR	02390	1780	Europe/Paris	49.83333	3.5		Origny,Origny-sur-Oise		32	02	023	02575
2989341	Origny-le-Sec	origny-le-sec	FR	10510	609	Europe/Paris	48.46609	3.7741		Origny,Origny-le-Sec		44	10	102	10271
2989342	Origny-le-Roux	origny-le-roux	FR	61130	269	Europe/Paris	48.34453	0.4199		Origny,Origny-le-Roux		28	61	613	61319
2989343	Origny-le-Butin	origny-le-butin	FR	61130	100	Europe/Paris	48.37226	0.46838		Origny,Origny-le-Butin		28	61	613	61196
2989344	Origny-en-Thiérache	origny-en-thierache	FR	02550	1456	Europe/Paris	49.89327	4.01644		Origny,Origny-en-Thierache,Origny-en-Thiérache,Origny-sur-le-Thon		32	02	025	02574
2989345	Origny	origny	FR	21510	38	Europe/Paris	47.70167	4.63857		Origny		27	21	213	21470
2989346	Origny	origny	FR	21510	0	Europe/Paris	47.57857	3.96571				27	89	892	89339
2989347	Orignolles	orignolles	FR	17210	614	Europe/Paris	45.23076	-0.23404		Orignolles		75	17	171	17269
2989349	Origné	origne	FR	33113	294	Europe/Paris	47.95249	-0.73042		Origne,Origné		52	53	531	53172
2989350	Origne	origne	FR	33113	138	Europe/Paris	44.49264	-0.50177		Origne		75	33	333	33310
2989351	Orignac	orignac	FR	65200	255	Europe/Paris	43.12444	0.16943		Orignac		76	65	652	65338
2989352	Orieux	orieux	FR	65190	109	Europe/Paris	43.23222	0.29183		Orieux		76	65	653	65337
2989355	Oricourt	oricourt	FR	70110	28	Europe/Paris	47.59497	6.39302		Oricourt,Orikur,Орикур		27	70	701	70396
2989359	Orgueil	orgueil	FR	82370	1049	Europe/Paris	43.90618	1.41071		Orgueil		76	82	822	82136
2989362	Orgon	orgon	FR	13660	2973	Europe/Paris	43.79108	5.03869		Orgon,ao er gong,Оргон,奥尔贡		93	13	132	13067
2989443	Orbessan	orbessan	FR	32260	220	Europe/Paris	43.5441	0.60915		Orbessan		76	32	323	32300
2989444	Orbeil	orbeil	FR	63500	746	Europe/Paris	45.56228	3.27712		Orbeil		84	63	633	63261
2989364	Orgnac-sur-Vézère	orgnac-sur-vezere	FR	19410	313	Europe/Paris	45.33134	1.44145		Orgnac,Orgnac-sur-Vezere,Orgnac-sur-Vézère,Orn'jak-sjur-Vezer,Ornhac,Ornhac de Vesera,wei ze er he pan ao er ni ya ke,Орньяк-сюр-Везер,韦泽尔河畔奥尔尼亚克		75	19	192	19154
2989365	Orgnac-l'Aven	orgnac-l-aven	FR	07150	0	Europe/Paris	44.30609	4.43341		Orgnac-l'Aven		84	07	071	07168
2989367	Orglandes	orglandes	FR	50390	319	Europe/Paris	49.42229	-1.45017		Orglandes		28	50	502	50387
2989368	Orgibet	orgibet	FR	09800	170	Europe/Paris	42.93417	0.93551		Orgibet		76	09	093	09219
2989371	Orgeval	orgeval	FR	02860	67	Europe/Paris	49.51667	3.7		Orgeval		32	02	022	02573
2989372	Orgeval	orgeval	FR	02860	5081	Europe/Paris	48.92162	1.9779		Orgeval		11	78	783	78466
2989374	Orgeux	orgeux	FR	21490	348	Europe/Paris	47.3612	5.15332		Orgeux		27	21	212	21469
2989375	Orges	orges	FR	52120	375	Europe/Paris	48.08073	4.92622		Orges		44	52	521	52365
2989376	Orgerus	orgerus	FR	78910	2364	Europe/Paris	48.83851	1.70132		Orgerus,Orzherju,Оржерю		11	78	781	78465
2989378	Orgères-en-Beauce	orgeres-en-beauce	FR	28140	1072	Europe/Paris	48.14636	1.6838		Orgeres,Orgeres-en-Beauce,Orgères,Orgères-en-Beauce		24	28	282	28287
2989380	Orgères	orgeres	FR	35230	0	Europe/Paris	48.76337	0.34375		Orgeres,Orgères		28	61	613	61317
2989381	Orgères	orgeres	FR	35230	0	Europe/Paris	48.41417	0.49485				28	61	613	61037
2989382	Orgères	orgeres	FR	35230	3143	Europe/Paris	47.99847	-1.66828		An Heizeg,Orgeres,Orgères		53	35	353	35208
2989385	Orgelet	orgelet	FR	39270	1752	Europe/Paris	46.52096	5.61049		Orgelet		27	39	392	39397
2989386	Orgeix	orgeix	FR	09110	78	Europe/Paris	42.70856	1.86629		Orgeix		76	09	091	09218
2989387	Orgedeuil	orgedeuil	FR	16220	215	Europe/Paris	45.69105	0.49229		Orgedeuil,Orjaduelh,Orzhedej,Orzhedjoj,ao er re de yi,Оржедей,Оржедёй,奥尔热德伊		75	16	161	16250
2989388	Orgeans-Blanchefontaine	orgeans-blanchefontaine	FR	25120	0	Europe/Paris	47.26667	6.75				27	25	252	25433
2989392	Organ	organ	FR	65230	55	Europe/Paris	43.27621	0.48306		Organ		76	65	653	65336
2989395	Oresmaux	oresmaux	FR	80160	767	Europe/Paris	49.76838	2.26997		Oresmaux		32	80	802	80611
2989398	Orelle	orelle	FR	73140	379	Europe/Paris	45.20965	6.53488		Orelle		84	73	733	73194
2989400	Oreilla	oreilla	FR	66360	16	Europe/Paris	42.5595	2.25413		Oreilla		76	66	663	66128
2989401	Orègue	oregue	FR	64120	557	Europe/Paris	43.39438	-1.13496		Oragarre,Oreg,Oregue,Oreguer,Orègue,ao lei gai,Орег,奥雷盖		75	64	641	64425
2989404	Ore	ore	FR	31510	123	Europe/Paris	42.97539	0.65037		Ore		76	31	312	31405
2989406	Ordonnaz	ordonnaz	FR	01510	131	Europe/Paris	45.83636	5.53759		Ordonnaz		84	01	011	01280
2989407	Ordonnac	ordonnac	FR	33340	442	Europe/Paris	45.30752	-0.83596		Ordonnac		75	33	334	33309
2989408	Ordizan	ordizan	FR	65200	413	Europe/Paris	43.10806	0.13042		Ordizan		76	65	652	65335
2989410	Ordiarp	ordiarp	FR	64130	557	Europe/Paris	43.1862	-0.94415		Ord'jar,Ordiar,Ordiarp,Urdinarbe,Urdiñarbe,ao er di a er,Ордиар,Ордьяр,Ордіар,奥尔迪阿尔		75	64	642	64424
2989412	Ordan-Larroque	ordan-larroque	FR	32350	816	Europe/Paris	43.68676	0.46071		Ordan,Ordan-Larroque		76	32	321	32301
2989414	Orconte	orconte	FR	51300	463	Europe/Paris	48.67018	4.73751		Orconte		44	51	514	51417
2989416	Orcival	orcival	FR	63210	256	Europe/Paris	45.68334	2.84167		Orcival		84	63	633	63264
2989417	Orcines	orcines	FR	63870	3255	Europe/Paris	45.78246	3.01234		Orcines,Orsin,ao er xi nei,Орсін,奥尔西内		84	63	632	63263
2989418	Orcinas	orcinas	FR	26220	30	Europe/Paris	44.55139	5.13513		Orcinas		84	26	262	26222
2989419	Orcières	orcieres	FR	05170	866	Europe/Paris	44.68512	6.32461		Orcieres,Orcières		93	05	052	05096
2989420	Orcier	orcier	FR	74550	764	Europe/Paris	46.31329	6.48926		Orcier		84	74	744	74206
2989422	Orchies	orchies	FR	59310	7692	Europe/Paris	50.46667	3.23333		Orchies,Orshi,ao er xi,Орши,Орші,奥尔希		32	59	593	59449
2989424	Orches	orches	FR	86230	394	Europe/Paris	46.88302	0.32105		Orches,Orsh,ao er she,Орш,奥尔舍		75	86	861	86182
2989425	Orchamps-Vennes	orchamps-vennes	FR	25390	1668	Europe/Paris	47.13042	6.52468		Orchamps,Orsham-Venn,ao er shang pu wei nei,Оршам-Венн,奥尔尚普韦内		27	25	253	25432
2989426	Orchamps	orchamps	FR	39700	1040	Europe/Paris	47.14751	5.65873		Orchamps		27	39	391	39396
2989427	Orchaise	orchaise	FR	41190	886	Europe/Paris	47.59088	1.19861		Orchaise,Orshez,ao er xie si,Оршез,奥尔谢斯		24	41	411	41142
2989429	Orcevaux	orcevaux	FR	52250	107	Europe/Paris	47.77526	5.27207		Orcevaux		44	52	522	52364
2989430	Orcet	orcet	FR	63670	2802	Europe/Paris	45.70355	3.16884		Orcet		84	63	632	63262
2989431	Orcenais	orcenais	FR	18200	287	Europe/Paris	46.71924	2.4261		Orcenais		24	18	182	18171
2989432	Orcemont	orcemont	FR	78125	883	Europe/Paris	48.58794	1.8105		Orcemont		11	78	782	78464
2989433	Orçay	orcay	FR	41300	267	Europe/Paris	47.29085	2.11162		Orcay,Orçay		24	41	413	41168
2989436	Orbigny-au-Val	orbigny-au-val	FR	52360	100	Europe/Paris	47.88372	5.43223		Orbigny-au-Val		44	52	522	52363
2989437	Orbigny-au-Mont	orbigny-au-mont	FR	52360	157	Europe/Paris	47.88053	5.45098		Orbigny-au-Mont		44	52	522	52362
2989438	Orbigny	orbigny	FR	37460	764	Europe/Paris	47.20974	1.23493		Orbigny,Orbin'i,Орбіньі		24	37	373	37177
2989441	Orbey	orbey	FR	68370	3729	Europe/Paris	48.12651	7.16455		Orbe,ao er bei,Орбе,奥尔贝		44	68	682	68249
2989445	Orbec	orbec	FR	14290	2703	Europe/Paris	49.01667	0.41667		Orbec-en-Auge,Orbek,ao er bei ke,Орбек,奥尔贝克		28	14	143	14478
2989447	Orbec	orbec	FR	14290	0	Europe/Paris	47.12352	3.36638				27	58	583	58196
2989452	Orban	orban	FR	81120	305	Europe/Paris	43.84202	2.08354		Orban		76	81	811	81198
2989453	Orbais-l'Abbaye	orbais-l-abbaye	FR	51270	0	Europe/Paris	48.95	3.7		Orbais		44	51	512	51416
2989454	Orbagna	orbagna	FR	39190	177	Europe/Paris	46.58049	5.45014		Orbagna		27	39	392	39043
2989459	Orange	orange	FR	84100	0	Europe/Paris	46.03016	6.32255				84	74	742	74253
2989460	Orange	orange	FR	84100	30530	Europe/Paris	44.13806	4.81025		Arausio,Aurenja,Orange,Oranz,Oranzas,Oranzh,Oranžas,ao lang ri,awranzh  wwklwz,awrnj  wwklwz,olangju,oranju,xx r xngch,Оранж,Օրանժ,אורנז,اورانژ، ووکلوز,اورنج، ووکلوز,ออร็องฌ์,オランジュ,奥朗日,오랑주		93	84	843	84087
2989461	Oraison	oraison	FR	04700	4399	Europe/Paris	43.91726	5.91836		Oraison		93	04	044	04143
2989462	Orainville	orainville	FR	02190	345	Europe/Paris	49.38054	4.02225		Orainville		32	02	022	02572
2989464	Orain	orain	FR	21610	112	Europe/Paris	47.60828	5.4284		Orain		27	21	212	21468
2989466	Oradour-sur-Vayres	oradour-sur-vayres	FR	87150	1713	Europe/Paris	45.73189	0.86677		Oradour,Oradour-sur-Vavres,Oradour-sur-Vayres,Quardor		75	87	873	87111
2989467	Oradour-sur-Glane	oradour-sur-glane	FR	87520	2088	Europe/Paris	45.9333	1.03078		Matanza de Oradour-sur-Glane,Orador de Glana,Oradour,Oradour-sur-Glane,Oradur sir Glan,Oradur-sjur-Glan,Roche-sur-Graine,ge la ne he pan ao la du er,oladuleu swileu geullan,orado~uru=shuru=guranu,Орадур сир Глан,Орадур-сюр-Глан,אורדור-סור-גלאן,オラドゥール＝シュル＝グラヌ,格拉讷河畔奥拉杜尔,오라두르 쉬르 글란		75	87	873	87110
2989468	Oradour-Saint-Genest	oradour-saint-genest	FR	87210	468	Europe/Paris	46.23901	1.03471		Oradour,Oradour-Saint-Genest,Oradour-sur-Brame		75	87	871	87109
2989469	Oradour-Fanais	oradour-fanais	FR	16500	355	Europe/Paris	46.12079	0.78354		Orador Fanes,Orador Fanés,Orador-Fanes,Orador-Fanès,Oradour,Oradour-Fanais,Oradur-Fane,ao la du fa nai,Орадур-Фане,奥拉杜法奈		75	16	163	16249
2989470	Oradour	oradour	FR	15260	209	Europe/Paris	45.9	-0.03333		Oradour,Oradour-Chille,Oradour-Chillé		75	16	163	16248
2989471	Oradour	oradour	FR	15260	328	Europe/Paris	44.91904	2.93421		Oradour		84	15	153	15142
2989472	Oraàs	oraas	FR	64390	176	Europe/Paris	43.43815	-0.9872		Oraas,Oraàs		75	64	642	64423
2989478	Optevoz	optevoz	FR	38460	579	Europe/Paris	45.75369	5.33153		Optevo,Optevoz,ao pu te wo,Оптево,Оптевоз,奥普特沃		84	38	382	38282
2989479	Oppy	oppy	FR	62580	380	Europe/Paris	50.34762	2.89119		Oppy,Oppy-la-Liberte,Oppy-la-Liberté		32	62	621	62639
2989482	Oppenans	oppenans	FR	70110	62	Europe/Paris	47.58924	6.38227		Oppenans		27	70	701	70395
2989483	Oppedette	oppedette	FR	04110	59	Europe/Paris	43.93477	5.59056		Aupedeta,Opedet,Oppedett,Oppedette,ao po dai te,Опедет,Оппедетт,奥珀代特		93	04	044	04142
2989485	Opoul-Périllos	opoul-perillos	FR	66600	648	Europe/Paris	42.86667	2.88333		Opol,Opoul,Òpol		76	66	662	66127
2989486	Opio	opio	FR	06650	2103	Europe/Paris	43.66862	6.98212		Opio		93	06	061	06089
2989489	Oost-Cappel	oost-cappel	FR	59122	401	Europe/Paris	50.92528	2.59833		Oost-Cappel,Oost-Kapel,Oost-Kappel',Oostcapple,Oostkappel,Sainte-Nicolay-Cappelle,dong ka pei lei,Оост-Каппель,东卡佩勒		32	59	594	59448
2989491	Oô	oo	FR	31110	0	Europe/Paris	42.79736	0.5061		Oo,Ou,Oô,ao ao,ou,Òu,Оо,オウ,奥奥		76	31	312	31404
2989495	Onzain	onzain	FR	41150	3354	Europe/Paris	47.49956	1.17701		Onzain,Onzen,weng zan,Онзен,翁赞		24	41	411	41167
2989497	Onville	onville	FR	54890	529	Europe/Paris	49.01665	5.96915		Onville,Onville-sur-Mad		44	54	541	54410
2989498	Onville	onville	FR	54890	0	Europe/Paris	48.20287	2.11048				24	45	453	45160
2989499	Ontex	ontex	FR	73310	59	Europe/Paris	45.75426	5.82249		Ontex		84	73	732	73193
2989501	Ons-en-Bray	ons-en-bray	FR	60650	1340	Europe/Paris	49.41631	1.92302		Ons,Ons-en-Bray,Onsembray		32	60	601	60477
2989503	Onoz	onoz	FR	39270	63	Europe/Paris	46.45614	5.65294		Onoz		27	39	392	39394
2989504	Onnion	onnion	FR	74490	862	Europe/Paris	46.17332	6.47774		Onnion		84	74	742	74205
2989506	Onnaing	onnaing	FR	59264	8703	Europe/Paris	50.38584	3.59963		Onnaing		32	59	596	59447
2989507	Onlay	onlay	FR	58370	182	Europe/Paris	46.9656	3.89607		Onlay		27	58	581	58199
2989508	Onjon	onjon	FR	10220	244	Europe/Paris	48.39438	4.28132		Onjon		44	10	103	10270
2989512	Onglières	onglieres	FR	39250	69	Europe/Paris	46.79446	6.01111		Onglieres,Onglières		27	39	392	39393
2989514	Ongles	ongles	FR	04230	293	Europe/Paris	44.02787	5.73344		Ongl',Onglas,Ongles,weng ge lai,Онгль,翁格莱		93	04	044	04141
2989517	Oneux	oneux	FR	80135	354	Europe/Paris	50.1445	1.96985		Oneux		32	80	801	80609
2989518	Onet-le-Château	onet-le-chateau	FR	12000	0	Europe/Paris	44.37491	2.57998		Lanterne-sous-Rodez,Limouse-la-Prade,One-le-Shato,Ones,Onet,Onet-la-Montagne,Onet-le-Chateau,Onet-le-Château,ao nei lai sha tuo,Ònes,Оне-ле-Шато,奥内莱沙托		76	12	122	12176
2989519	Onesse-Laharie	onesse-laharie	FR	40110	1020	Europe/Paris	44.06237	-1.06988		Onesse,Onesse-Laharie,Onesse-et-Laharie		75	40	402	40210
2989522	Ondreville-sur-Essonne	ondreville-sur-essonne	FR	45390	354	Europe/Paris	48.20072	2.40728		Ondrevil'-sjur-Essonn,Ondreville,Ondreville-sur-Essonne,ai song he pan weng de lei wei er,Ондревіль-сюр-Ессонн,埃松河畔翁德勒维尔		24	45	453	45233
2989524	Ondres	ondres	FR	40440	0	Europe/Paris	44.11798	6.5942				93	04	042	04219
2989525	Ondres	ondres	FR	40440	3983	Europe/Paris	43.5615	-1.44911		Ondr,Ondres,weng de lei,Ондр,翁德雷		75	40	401	40209
2989526	Ondes	ondes	FR	31330	1020	Europe/Paris	43.7825	1.30823		Ond,Ondas,Ondes,weng dai,Онд,翁代		76	31	313	31403
2989527	Ondefontaine	ondefontaine	FR	14260	305	Europe/Paris	48.99621	-0.68493		Ondefontaine		28	14	144	14027
2989530	Oncy-sur-École	oncy-sur-ecole	FR	91490	927	Europe/Paris	48.38333	2.46667		Onsi-sjur-Ekol',ai ke er he pan weng xi,Онси-сюр-Еколь,Онсі-сюр-Еколь,埃科尔河畔翁西		11	91	912	91463
2989531	Oncourt	oncourt	FR	88150	141	Europe/Paris	48.25113	6.37747		Oncourt		44	88	881	88465
2989532	Oncieu	oncieu	FR	01230	84	Europe/Paris	45.95936	5.47413		Oncieu,Ons'e,Ons'jo,Onsio,awnsyw,weng xi e,Онсьё,Онсьє,Օնսիո,أونسيو,翁西厄		84	01	011	01279
2989533	Onay	onay	FR	70100	78	Europe/Paris	47.385	5.68732		Onay		27	70	702	70394
2989534	Onard	onard	FR	40380	322	Europe/Paris	43.77952	-0.83754				75	40	401	40208
2989535	Onans	onans	FR	25250	358	Europe/Paris	47.50234	6.60909		Onans		27	25	252	25431
2989536	Oms	oms	FR	66400	294	Europe/Paris	42.54357	2.69612		Oms		76	66	661	66126
2989537	Omps	omps	FR	15290	274	Europe/Paris	44.87797	2.27624		Omps		84	15	151	15144
2989538	Omonville-la-Rogue	omonville-la-rogue	FR	50440	529	Europe/Paris	49.70405	-1.84357		Omonvil'-la-Rog,Omonville,Omonville-la-Rogue,ao meng wei er la luo gai,Омонвиль-ла-Рог,Омонвіль-ла-Рог,奥蒙维尔拉罗盖		28	50	502	50041
2989539	Omonville-la-Petite	omonville-la-petite	FR	50440	136	Europe/Paris	49.70003	-1.88293		Omonvil'-la-Petit,Omonville-la-Petite,xiao ao meng wei er,Омонвиль-ла-Петит,Омонвіль-ла-Петіт,小奥蒙维尔		28	50	502	50041
2989540	Omonville	omonville	FR	76730	349	Europe/Paris	49.79939	1.05379		Omonville		28	76	761	76485
2989541	Omont	omont	FR	08430	97	Europe/Paris	49.59794	4.73095		Omont		44	08	081	08335
2989542	Ommoy	ommoy	FR	61160	115	Europe/Paris	48.8556	-0.02284		Ommoy		28	61	612	61316
2989543	Ommeray	ommeray	FR	57810	113	Europe/Paris	48.72295	6.6867		Ommeray,Ommere,Ommerei,ao mo lai,awmry,Оммере,Оммереи,اومری,奥默赖		44	57	575	57524
2989544	Omméel	ommeel	FR	61160	105	Europe/Paris	48.80421	0.16756		Ommeel,Omméel		28	61	612	61474
2989545	Omissy	omissy	FR	02100	1078	Europe/Paris	49.8776	3.31235		Omissy		32	02	023	02571
2989549	Omiécourt	omiecourt	FR	80320	227	Europe/Paris	49.80986	2.84747		Omiecourt,Omiécourt		32	80	804	80621
2989550	Omicourt	omicourt	FR	08450	33	Europe/Paris	49.63118	4.83217		Omicourt		44	08	081	08334
2989551	Omey	omey	FR	51240	257	Europe/Paris	48.95	4.5		Omey		44	51	511	51415
2989552	Omex	omex	FR	65100	212	Europe/Paris	43.07579	-0.08086		Omex		76	65	651	65334
2989553	Omet	omet	FR	33410	244	Europe/Paris	44.65229	-0.28062		Omet		75	33	333	33308
2989554	Omessa	omessa	FR	20236	581	Europe/Paris	42.37028	9.19921		Omessa,Омесса		94	2B	2B3	2B193
2989555	Omerville	omerville	FR	95420	359	Europe/Paris	49.14076	1.7187		Omervil',Omerville,ao mei er wei er,Омервиль,Омервіль,奥梅尔维尔		11	95	953	95462
2989556	Omelmont	omelmont	FR	54330	172	Europe/Paris	48.50073	6.11193		Omelmont		44	54	543	54409
2989557	Omécourt	omecourt	FR	60220	155	Europe/Paris	49.61104	1.84868		Omecourt,Omekur,Omécourt,ao mei ku er,Омекур,奥梅库尔		32	60	601	60476
2989562	Omblèze	ombleze	FR	26400	71	Europe/Paris	44.86357	5.21893		Ombleze,Omblèze		84	26	261	26221
2989563	Olwisheim	olwisheim	FR	67170	502	Europe/Paris	48.69697	7.67464		Ol'visajm,Olse,alwyshaym,ao er wei sang,awlwyshym,Ольвисайм,Ольвісайм,أولويشيم,الویسهایم,奥尔维桑		44	67	672	67361
2989565	Oltingue	oltingue	FR	68480	797	Europe/Paris	47.49113	7.39172		Oltingue		44	68	681	68248
2989566	Ols-et-Rinhodes	ols-et-rinhodes	FR	12260	125	Europe/Paris	44.46667	1.98333		Ols		76	12	123	12175
2989569	Oloron-Sainte-Marie	oloron-sainte-marie	FR	64400	12611	Europe/Paris	43.19441	-0.61069		Auloron,Auloron e Senta Maria,Aulorón,Maratide,Olaro,Oloroe-Donamaria,Oloron,Oloron Ste Marie,Oloron-Sent-Mari,Redoute-Maritime,Redoute-de-l'Agly,ao luo long-sheng ma li,ororon=santo=mari,Олорон-Сент-Мари,Олорон-Сент-Марі,オロロン＝サント＝マリー,奥洛龙-圣玛丽	642	75	64	642	64422
2989571	Olonzac	olonzac	FR	34210	1633	Europe/Paris	43.28383	2.7303		Olonzac		76	34	341	34189
2989572	Olonne-sur-Mer	olonne-sur-mer	FR	85340	11157	Europe/Paris	46.53524	-1.77293		Olonn-sjur-Mer,Olonne,Olonne-sur-Mer,bin hai ao luo na,Олонн-сюр-Мер,滨海奥洛纳		52	85	853	85194
2989574	Olmo	olmo	FR	20290	182	Europe/Paris	42.49574	9.40701		Olmo		94	2B	2B3	2B192
2989575	Olmo	olmo	FR	20290	0	Europe/Paris	41.99986	8.91358		Olmo		94	2A	2A1	2A209
2989576	Olmiccia	olmiccia	FR	20112	85	Europe/Paris	41.69376	9.05984		Ol'michcha,Olmiccia,Ulmiccia,Ольмичча,Ольмічча		94	2A	2A4	2A191
2989577	Olmi	olmi	FR	20259	155	Europe/Paris	42.52877	9.01591		Ol'mi-Kappella,Olmi,Olmi e Cappella,Olmi è Cappella,Olmi-Capella,Olmi-Cappella,Ольми-Каппелла,Ольмі-Каппелла		94	2B	2B5	2B190
2989579	Olmeto	olmeto	FR	20113	1176	Europe/Paris	41.71724	8.91783		Olmeto		94	2A	2A4	2A189
2989580	Olmet	olmet	FR	63880	129	Europe/Paris	43.70717	3.31037		Olmet,Olmet-et-Villecun		76	34	342	34188
2989581	Olmeta-di-Tuda	olmeta-di-tuda	FR	20232	316	Europe/Paris	42.61084	9.35447		Ol'meta-di-Tuda,Olmeta,Olmeta di Tuda,Olmeta-di-Tuda,Olmetao,Ольмета-ди-Туда,Ольмета-ді-Туда		94	2B	2B5	2B188
2989582	Olmet	olmet	FR	63880	142	Europe/Paris	45.70987	3.6615		Olmet		84	63	635	63260
2989583	Olmet	olmet	FR	63880	0	Europe/Paris	44.95424	2.61081				84	15	151	15258
2989588	Olloix	olloix	FR	63450	235	Europe/Paris	45.62075	3.04873		Olloix		84	63	632	63259
2989590	Ollioules	ollioules	FR	83190	13916	Europe/Paris	43.1399	5.84766		Ol'jul',Oliolas,Oliulas,Ollioules,Olliul',ao li wu lei,Олліуль,Ольюль,奥利乌勒		93	83	832	83090
2989591	Olliergues	olliergues	FR	63880	984	Europe/Paris	45.6748	3.63678		Olliergues		84	63	631	63258
2989592	Ollières	ollieres	FR	83470	0	Europe/Paris	49.35303	5.71743		Ollieres,Ollières		44	55	553	55500
2989593	Ollières	ollieres	FR	83470	0	Europe/Paris	45.1176	4.13613				84	43	433	43268
2989594	Ollières	ollieres	FR	83470	479	Europe/Paris	43.48321	5.82976		Ollieres,Ollières		93	83	833	83089
2989596	Ollezy	ollezy	FR	02480	138	Europe/Paris	49.73456	3.14399		Ollezy		32	02	023	02570
2989597	Olley	olley	FR	54800	217	Europe/Paris	49.16477	5.76266		Olley		44	54	541	54408
2989599	Ollé	olle	FR	28120	569	Europe/Paris	48.38894	1.29694		Olle,Ollé		24	28	281	28286
2989600	Ollans	ollans	FR	25640	56	Europe/Paris	47.41718	6.24288		Ollan,Ollans,ao lang,Оллан,奥朗		27	25	251	25430
2989601	Ollainville	ollainville	FR	88170	4883	Europe/Paris	48.59081	2.21936		Ollainville		11	91	913	91461
2989602	Ollainville	ollainville	FR	88170	0	Europe/Paris	48.26728	5.80586		Ollainville		44	88	882	88336
2989603	Olizy-sur-Chiers	olizy-sur-chiers	FR	55700	169	Europe/Paris	49.5567	5.2219		Olizy-sur-Chiers		44	55	553	55391
2989604	Olizy	olizy	FR	51700	120	Europe/Paris	49.15	3.75		Olizy-et-Violaine		44	51	513	51414
2989605	Olizy-Primat	olizy-primat	FR	08250	206	Europe/Paris	49.35	4.76667				44	08	084	08333
2989610	Olivet	olivet	FR	45160	405	Europe/Paris	48.12113	-0.917		Oliva,Olivet,Ollivet,Олива		52	53	532	53169
2989611	Olivet	olivet	FR	45160	22604	Europe/Paris	47.86219	1.8991		Oliva,Olivet,Олива		24	45	452	45232
2989614	Olivese	olivese	FR	20140	292	Europe/Paris	41.84596	9.05691		Olivese		94	2A	2A1	2A186
2989618	Olmi	olmi	FR	20259	0	Europe/Paris	42.41825	9.28467		Olini,Olmi		94	2B	2B3	2B122
2989624	Olette	olette	FR	66360	415	Europe/Paris	42.55541	2.27059		Oleta,Olette		76	66	663	66125
2989625	Oletta	oletta	FR	20232	1335	Europe/Paris	42.62991	9.35431		Oletta,Олетта		94	2B	2B5	2B185
2989628	Olendon	olendon	FR	14170	177	Europe/Paris	48.96858	-0.17166		Olendon		28	14	142	14476
2989629	Olemps	olemps	FR	12510	3208	Europe/Paris	44.34638	2.5514		Olan,Olem,ao lang pu,Олан,Олем,奥朗普		76	12	122	12174
2989630	Oléac-Dessus	oleac-dessus	FR	65190	93	Europe/Paris	43.16081	0.19003		Oleac,Oleac-Dessus,Oléac,Oléac-Dessus		76	65	653	65333
2989631	Oléac-Debat	oleac-debat	FR	65350	110	Europe/Paris	43.26947	0.13828		Oleac,Oleac-Debat,Oléac,Oléac-Debat		76	65	653	65332
2989633	Olby	olby	FR	63210	576	Europe/Paris	45.74548	2.8674		Olby		84	63	633	63257
2989634	Olargues	olargues	FR	34390	644	Europe/Paris	43.55648	2.91369		Olarg,Olargues,ao la er gai,Оларг,奥拉尔盖		76	34	341	34187
2989638	Oizon	oizon	FR	18700	766	Europe/Paris	47.47599	2.51334		Oizon		24	18	183	18170
2989639	Oizé	oize	FR	72330	769	Europe/Paris	47.81042	0.10351		Oize,Oizé		52	72	721	72226
2989640	Oisy-le-Verger	oisy-le-verger	FR	62860	1292	Europe/Paris	50.25047	3.1233		Oisy,Oisy-le-Verger,Uazi-le-Verzhe,awysy ly fyrjyr,wa xi lei wei er ri,Уази-ле-Верже,Уазі-ле-Верже,أويسي لي فيرجير,瓦西勒韦尔日		32	62	621	62638
2989641	Oisy	oisy	FR	02450	487	Europe/Paris	50.35935	3.43801		Oisy		32	59	596	59446
2989642	Oisy	oisy	FR	02450	426	Europe/Paris	50.02079	3.6653		Oisy		32	02	025	02569
2989643	Oisy	oisy	FR	02450	345	Europe/Paris	47.4725	3.44667		Oisy		27	58	582	58198
2989644	Oissy	oissy	FR	80540	228	Europe/Paris	49.90596	2.05128		Oissy		32	80	802	80607
2989645	Oissery	oissery	FR	77178	2247	Europe/Paris	49.07047	2.81819	96	Oissery		11	77	771	77344
2989646	Oissel	oissel	FR	76350	11495	Europe/Paris	49.33309	1.09413		Oissel,Oissel-sur-Seine,Uassel',Уассель		28	76	763	76484
2989647	Oisseau-le-Petit	oisseau-le-petit	FR	72610	713	Europe/Paris	48.34835	0.08614		Le Petit Oisseau,Oisseau-le-Petit		52	72	722	72225
2989648	Oisseau	oisseau	FR	53300	1094	Europe/Paris	48.35674	-0.67148		Oisseau,Uasso,wa suo,Уассо,瓦索		52	53	533	53170
2989649	Oison	oison	FR	45170	137	Europe/Paris	48.13809	1.96894		Oison		24	45	453	45231
2989650	Oisly	oisly	FR	41700	319	Europe/Paris	47.39021	1.37675		Oisly		24	41	413	41166
2989651	Oisilly	oisilly	FR	21310	113	Europe/Paris	47.41987	5.36671		Oisilly		27	21	212	21467
2989652	Oisemont	oisemont	FR	80140	1328	Europe/Paris	49.95587	1.76703		Oesemont,Oisemont,Oésemont,Uazmon,wa si meng,Уазмон,瓦斯蒙		32	80	802	80606
2989657	Oiselay-et-Grachaux	oiselay-et-grachaux	FR	70700	394	Europe/Paris	47.41976	5.93424		Oiselay,Oiselay-et-Grachaux		27	70	702	70393
2989667	Oiry	oiry	FR	51530	960	Europe/Paris	49.02377	4.05178		Oiry		44	51	512	51413
2989668	Oiron	oiron	FR	79100	973	Europe/Paris	46.95126	-0.08186		Oiron,Uaron,Уарон		75	79	791	79196
2989670	Oinville-sur-Montcient	oinville-sur-montcient	FR	78250	1183	Europe/Paris	49.02722	1.84928		Oinville,Oinville-sur-Montcient,Uenvil'-sjur-Mons'jan,Уенвиль-сюр-Монсьян,Уенвіль-сюр-Монсьян		11	78	781	78460
2989671	Oinville-sous-Auneau	oinville-sous-auneau	FR	28700	288	Europe/Paris	48.46623	1.72666		Oinville,Oinville-sous-Auneau		24	28	281	28285
2989672	Oinville-Saint-Liphard	oinville-saint-liphard	FR	28310	286	Europe/Paris	48.23462	1.9171		Oinville,Oinville-Saint-Liphard		24	28	281	28284
2989674	Oingt	oingt	FR	69620	557	Europe/Paris	45.94879	4.58331		Iconium,Koni,Oingt,Uen,Yconium,awangt,awn  fransh,awyn,Уен,اوئن,اوانگت,اون، فرانسه		84	69	692	69024
2989677	Oigny-en-Valois	oigny-en-valois	FR	02600	172	Europe/Paris	49.21971	3.13689		Oigny,Oigny-en-Valois		32	02	024	02568
2989678	Oigny	oigny	FR	21450	84	Europe/Paris	48.06403	0.92149		Oigny		24	41	412	41248
2989679	Oigny	oigny	FR	21450	30	Europe/Paris	47.56976	4.70679		Oigny		27	21	213	21466
2989680	Oignies	oignies	FR	62590	10609	Europe/Paris	50.46331	2.99376		Oignies		32	62	627	62637
2989681	Oigney	oigney	FR	70120	51	Europe/Paris	47.76085	5.85466		Oigney		27	70	702	70392
2989686	Ohnenheim	ohnenheim	FR	67390	777	Europe/Paris	48.18353	7.50702		Ohnenheim,Onenajm,Uune,ao nei nan,awhnynhym,awnnhaym,Оненайм,أوهنينهيم,اوننهایم,奥内南		44	67	675	67360
2989687	Ohlungen	ohlungen	FR	67170	1347	Europe/Paris	48.81352	7.70225		Ohlungen		44	67	672	67359
2989688	Ohis	ohis	FR	02500	314	Europe/Paris	49.92838	4.00953		Ohis		32	02	025	02567
2989689	Oherville	oherville	FR	76560	171	Europe/Paris	49.71957	0.67363		Oervil',Oherville,Оервиль,Оервіль		28	76	761	76483
2989691	Ohain	ohain	FR	59132	0	Europe/Paris	50.04032	4.11843		Ohain		32	59	591	59445
2989692	Ogy	ogy	FR	57530	453	Europe/Paris	49.10481	6.31145		Ogy		44	57	579	57482
2989698	Ognon	ognon	FR	60810	137	Europe/Paris	49.23598	2.64462		Ognon		32	60	604	60682
2989699	Ognolles	ognolles	FR	60310	234	Europe/Paris	49.69298	2.9151		Ognolles		32	60	603	60474
2989700	Ognéville	ogneville	FR	54330	121	Europe/Paris	48.47504	6.06611		Ogneville,Ognéville		44	54	543	54407
2989701	Ognes	ognes	FR	02300	1110	Europe/Paris	49.61244	3.1934		Ognes		32	02	022	02566
2989702	Ognes	ognes	FR	02300	0	Europe/Paris	49.09962	2.82783		Ognes		32	60	604	60473
2989703	Ognes	ognes	FR	02300	73	Europe/Paris	48.69937	3.90571		Ognes		44	51	512	51412
2989704	Ogliastro	ogliastro	FR	20217	109	Europe/Paris	42.81693	9.34821		Luquido,Ogliastro,Ogliastru,Ol'jastro,Ольястро		94	2B	2B2	2B183
2989707	Ogéviller	ogeviller	FR	54450	0	Europe/Paris	48.54791	6.72482		Ogeviller,Ogéviller		44	54	542	54406
2989708	Ogeu-les-Bains	ogeu-les-bains	FR	64680	1112	Europe/Paris	43.14724	-0.50458		Augeu,Ogeu,Ogeu-les-Bains,Ozhe-le-Ben,Ozhjo-le-Ben,ao re lai ban,Оже-ле-Бен,Ожё-ле-Бен,奥热莱班		75	64	642	64421
2989710	Oger	oger	FR	51190	572	Europe/Paris	48.95812	4.01464		Oger		44	51	512	51612
2989711	Ogenne-Camptort	ogenne-camptort	FR	64190	229	Europe/Paris	43.31265	-0.70212		Augena e Camptort,Augena-Camptort,Augèna e Camptòrt,Augèna-Camptòrt,Ogenne,Ogenne-Camptort,Ozhen-Kamtor,Ozhenn-Kamtor,ao rang kang pu tuo er,Ожен-Камтор,Оженн-Камтор,奥让康普托尔		75	64	642	64420
2989712	Offwiller	offwiller	FR	67340	902	Europe/Paris	48.91071	7.54417				44	67	672	67358
2989713	Offroicourt	offroicourt	FR	88500	123	Europe/Paris	48.27973	6.0429		Offroicourt		44	88	882	88335
2989714	Offrethun	offrethun	FR	62250	284	Europe/Paris	50.78457	1.69409		Offrethun		32	62	623	62636
2989715	Offranville	offranville	FR	76550	3840	Europe/Paris	49.87208	1.04817		Offranville		28	76	761	76482
2989716	Offoy	offoy	FR	60210	0	Europe/Paris	49.76072	3.01159		Offoy		32	80	804	80605
2989717	Offoy	offoy	FR	60210	81	Europe/Paris	49.69675	2.03849		Offoy		32	60	601	60472
2989719	Offlanges	offlanges	FR	39290	199	Europe/Paris	47.20856	5.5502		Offlanges		27	39	391	39392
2989720	Offin	offin	FR	62990	181	Europe/Paris	50.44555	1.94224		Offen,Offin,ao fan,awfyn,Оффен,أوفين,奥凡		32	62	624	62635
2989721	Offignies	offignies	FR	80290	67	Europe/Paris	49.79908	1.85229		Offignies		32	80	802	80604
2989724	Offendorf	offendorf	FR	67850	0	Europe/Paris	48.71249	7.91462				44	67	672	67356
2989725	Offemont	offemont	FR	90300	4163	Europe/Paris	47.66278	6.87764		Offemon,Offemont,ao fei meng,Оффемон,奥费蒙		27	90	901	90075
2989726	Offekerque	offekerque	FR	62370	961	Europe/Paris	50.94152	2.01967		Offekerk,Offekerque,ao fu kai er ke,awfykyrkyw,Оффекерк,أوفيكيركيو,奥弗凯尔克		32	62	626	62634
2989727	Oeyreluy	oeyreluy	FR	40180	1595	Europe/Paris	43.67159	-1.08042		Oeyreluy		75	40	401	40207
2989728	Oeyregave	oeyregave	FR	40300	311	Europe/Paris	43.53364	-1.09814		Oeyregave		75	40	401	40206
2989737	Oermingen	oermingen	FR	67970	1330	Europe/Paris	49.00043	7.129		Oermingen,Ormingen		44	67	674	67355
2989738	Oëlleville	oelleville	FR	88500	283	Europe/Paris	48.33246	6.02167		Ellevil',Oelleville,Oëlleville,ao ai lei wei er,Еллевиль,Еллевіль,奥埃勒维尔		44	88	882	88334
2989741	Odratzheim	odratzheim	FR	67520	429	Europe/Paris	48.60059	7.48723		Oderze,Odracajm,Odratzheim,Odrazheim,ao de la te zan,ardratshaym,awdratzhym,Одрацайм,أودراتزهيم,اردراتسهایم,奥德拉特赞		44	67	673	67354
2989742	Odos	odos	FR	65310	3451	Europe/Paris	43.19575	0.0574		Audos,Audòs,Odos,ao duo,Одос,奥多		76	65	653	65331
2989744	Odomez	odomez	FR	59970	934	Europe/Paris	50.45324	3.52346		Odomez		32	59	596	59444
2989747	Oderen	oderen	FR	68830	1378	Europe/Paris	47.91036	6.97463		Oderen,Odern,ao de lang,Одерен,奥德朗		44	68	686	68247
2989748	Odenas	odenas	FR	69460	680	Europe/Paris	46.08793	4.64665		Odenas		84	69	692	69145
2989752	Octon	octon	FR	34800	449	Europe/Paris	43.65391	3.30288		Octon		76	34	342	34186
2989753	Octeville-sur-Mer	octeville-sur-mer	FR	76930	4949	Europe/Paris	49.55496	0.1166		Octeville,Octeville-sur-Mer		28	76	762	76481
2989754	Octeville-l'Avenel	octeville-l-avenel	FR	50630	0	Europe/Paris	49.54303	-1.35303		Octeville		28	50	502	50384
2989757	Ocqueville	ocqueville	FR	76450	459	Europe/Paris	49.80139	0.68854		Ocqueville		28	76	761	76480
2989758	Ocquerre	ocquerre	FR	77440	374	Europe/Paris	49.03828	3.05715		Ocquerre		11	77	771	77343
2989759	Ochtezeele	ochtezeele	FR	59670	248	Europe/Paris	50.81708	2.40207		Ochtezeele		32	59	594	59443
2989761	Ochey	ochey	FR	54170	331	Europe/Paris	48.58207	5.94227		Ochey		44	54	544	54405
2989762	Oches	oches	FR	08240	40	Europe/Paris	49.50392	4.92665		Oches,Osches		44	08	084	08332
2989764	Ochancourt	ochancourt	FR	80210	246	Europe/Paris	50.1033	1.61398		Ochancourt,Ochincourt,Oshankur,ao shang ku er,Ошанкур,奥尚库尔		32	80	801	80603
2989766	Occoches	occoches	FR	80600	126	Europe/Paris	50.17354	2.26896		Occoches		32	80	802	80602
2989770	Occhiatana	occhiatana	FR	20226	180	Europe/Paris	42.5736	9.00883		Occhiatana,Ochjatana,Okk'jatana,Okkjatana,Оккьятана,Оккятана		94	2B	2B5	2B182
2989772	Occey	occey	FR	52190	143	Europe/Paris	47.61247	5.27618		Occey		44	52	522	52360
2989773	Occagnes	occagnes	FR	61200	546	Europe/Paris	48.78025	-0.07179		Occagnes		28	61	612	61314
2989775	Ocana	ocana	FR	20117	408	Europe/Paris	41.9609	8.93486		Ocana		94	2A	2A1	2A181
2989777	Obtrée	obtree	FR	21400	94	Europe/Paris	47.92191	4.55572		Obtree,Obtrée		27	21	213	21465
2989778	Obterre	obterre	FR	36290	267	Europe/Paris	46.91504	1.03668		Obter,Obterr,Obterre,ao bu tai er,Обтер,Обтерр,奥布泰尔		24	36	361	36145
2989779	Obsonville	obsonville	FR	77890	98	Europe/Paris	48.21698	2.5613		Obsonville		11	77	774	77342
2989782	Obreck	obreck	FR	57170	41	Europe/Paris	48.84608	6.59334		Obreck		44	57	575	57520
2989783	Obrechies	obrechies	FR	59680	0	Europe/Paris	50.21992	4.02157		Obrechies		32	59	591	59442
2989784	Oblinghem	oblinghem	FR	62920	238	Europe/Paris	50.5496	2.59976		Oblengem,Oblinghem,Oblinghin,ao bu lan gai mu,awblynhym,Обленгем,أوبلينهيم,奥布兰盖姆		32	62	622	62632
2989785	Objat	objat	FR	19130	3452	Europe/Paris	45.26302	1.40826		Objat		75	19	191	19153
2989786	Obies	obies	FR	59570	599	Europe/Paris	50.26784	3.78531		Obi,ao bie,Оби,Обі,奥别		32	59	591	59441
2989787	Obervisse	obervisse	FR	57220	132	Europe/Paris	49.15178	6.58458		Obervisse		44	57	573	57519
2989788	Oberstinzel	oberstinzel	FR	57930	283	Europe/Paris	48.79341	7.03554		Oberstinzel		44	57	575	57518
2989789	Obersteinbach	obersteinbach	FR	67510	196	Europe/Paris	49.03596	7.68806		Obersteinbach		44	67	672	67353
2989790	Obersoultzbach	obersoultzbach	FR	67330	420	Europe/Paris	48.85191	7.45125		Obersoultzbach		44	67	674	67352
2989791	Seebach	seebach	FR	67160	0	Europe/Paris	48.96934	7.98875		Oberseebach,Seebach		44	67	672	67351
2989792	Oberschaeffolsheim	oberschaeffolsheim	FR	67203	2050	Europe/Paris	48.58643	7.65018		Oberschaeffolsheim,Oberschäffolsheim,Obersheffol'sajm,Schafelse,abrshflshaym,ao bei er si sha ai fu er sang,awbrstshayfwlshym,Обершеффольсайм,أوبرستشايفولشيم,ابرشفلسهایم,奥贝尔斯沙埃福尔桑		44	67	678	67350
2989793	Obersaasheim	obersaasheim	FR	68600	843	Europe/Paris	47.98984	7.5576		Oberaasheim,Obersaasheim		44	68	682	68246
2989794	Oberrœdern	oberr-dern	FR	67250	0	Europe/Paris	48.92194	7.97453				44	67	672	67349
2989796	Obernai	obernai	FR	67210	12138	Europe/Paris	48.46313	7.481		Ewernahn,Ewernàhn,Oberehnheim,Obernai,Oberne,Ompernai,ao bei er nai,awbyrnay,oberune,Ομπερναί,Оберне,אוברנה,أوبيرناي,オベルネ,奥贝尔奈		44	67	675	67348
2989797	Obermorschwiller	obermorschwiller	FR	68130	445	Europe/Paris	47.64453	7.30997		Obermorschwiller		44	68	681	68245
2989798	Obermorschwihr	obermorschwihr	FR	68420	452	Europe/Paris	48.01886	7.2969		Obermorschweier,Obermorshvir,ao bei er mo er si ke wei,Оберморшвир,Оберморшвір,奥贝尔莫尔斯克维		44	68	682	68244
2989799	Obermodern-Zutzendorf	obermodern-zutzendorf	FR	67330	1542	Europe/Paris	48.85	7.53333				44	67	674	67347
2989800	Oberlauterbach	oberlauterbach	FR	67160	0	Europe/Paris	48.94935	8.06959		Oberlauterbach		44	67	672	67346
2989801	Oberlarg	oberlarg	FR	68480	152	Europe/Paris	47.45755	7.23237		Oberlarg		44	68	681	68243
2989802	Oberhoffen-sur-Moder	oberhoffen-sur-moder	FR	67240	3119	Europe/Paris	48.78366	7.86347		Oberhofen,Oberhoffen,Oberhoffen-sur-Moder,Oberhosen		44	67	672	67345
2989803	Oberhoffen-lès-Wissembourg	oberhoffen-les-wissembourg	FR	67160	0	Europe/Paris	49.01634	7.92037		Oberhoffen,Oberhoffen-les-Wissembourg,Oberhoffen-lès-Wissembourg,Oberhoffen-pres-Wissembourg,Oberhoffen-près-Wissembourg		44	67	672	67344
2989804	Oberhergheim	oberhergheim	FR	68127	1149	Europe/Paris	47.96668	7.39516		Oberhergheim		44	68	686	68242
2989805	Oberhausbergen	oberhausbergen	FR	67205	4758	Europe/Paris	48.60607	7.68846		Oberosbergen,Owerhuesbarje,Owerhüsbàrje,abrhawsbrgn,ao bo luo si bo er rang,awbrhasbyrghyn,Оберосберген,أوبرهاسبيرغين,ابرهاوسبرگن,奥伯罗斯伯尔让		44	67	678	67343
2989806	Oberhaslach	oberhaslach	FR	67280	1592	Europe/Paris	48.55039	7.33213		Oberhaslach		44	67	673	67342
2989807	Obergailbach	obergailbach	FR	57720	265	Europe/Paris	49.11778	7.21845		Obergailbach		44	57	576	57517
2989808	Oberentzen	oberentzen	FR	68127	536	Europe/Paris	47.9432	7.37603				44	68	686	68241
2989809	Oberdorf-Spachbach	oberdorf-spachbach	FR	67360	353	Europe/Paris	48.92479	7.75755		Oberdorf-Spachbach		44	67	672	67341
2989810	Oberdorff	oberdorff	FR	57320	382	Europe/Paris	49.27379	6.59254		Oberdorff		44	57	573	57516
2989811	Oberdorf	oberdorf	FR	68960	0	Europe/Paris	48.92498	7.75978				44	67	672	67341
2989812	Oberdorf	oberdorf	FR	68960	595	Europe/Paris	47.55958	7.30594		Oberdorf		44	68	681	68240
2989813	Oberbruck	oberbruck	FR	68290	451	Europe/Paris	47.80768	6.94353				44	68	686	68239
2989814	Oberbronn	oberbronn	FR	67110	1511	Europe/Paris	48.9402	7.607				44	67	672	67340
2989816	Betschdorf	betschdorf	FR	67660	3961	Europe/Paris	48.89825	7.90196		Batschdorf,Bechdorf,Betschdorf,Betshdorf,Oberbetschdorf,bchdwrf,bei te si ke duo er,betchidorufu,bytstshdwrf,Бетшдорф,Бечдорф,بيتستشدورف,بچدورف,ベッチドルフ,贝特斯克多尔		44	67	672	67339
2989817	Obenheim	obenheim	FR	67230	1276	Europe/Paris	48.35975	7.692		Obenheim		44	67	675	67338
2989819	Nyons	nyons	FR	26110	7330	Europe/Paris	44.36082	5.14052		N'on,Niom,Nion,Nyons,ni yong si,niyon,Ньон,Ніон,ንዮን,ニヨン,尼永斯	262	84	26	262	26220
2989820	Nyoiseau	nyoiseau	FR	49500	1588	Europe/Paris	47.71667	-0.91667		Nyoiseau		52	49	494	49331
2989821	Nyer	nyer	FR	66360	119	Europe/Paris	42.53338	2.27649		Nie,Nyer,ni ai,Ние,Ніе,尼埃		76	66	663	66123
2989825	Nuzéjouls	nuzejouls	FR	46150	306	Europe/Paris	44.53866	1.37948		Nuzejouls,Nuzéjouls		76	46	461	46211
2989828	Nurlu	nurlu	FR	80240	390	Europe/Paris	50.00654	3.02169		Nurlu		32	80	804	80601
2989830	Nuret-le-Ferron	nuret-le-ferron	FR	36800	314	Europe/Paris	46.68474	1.43301		Njure-le-Ferron,Nuret,Nuret-le-Ferron,ni lei lai fu er long,Нюре-ле-Феррон,尼雷莱弗尔龙		24	36	361	36144
2989833	Nuncq-Hautecôte	nuncq-hautecote	FR	62270	0	Europe/Paris	50.3	2.28333				32	62	621	62631
2989834	Nully	nully	FR	52110	302	Europe/Paris	48.36572	4.80474		Nully		44	52	523	52359
2989835	Nullemont	nullemont	FR	76390	0	Europe/Paris	49.76679	1.63822		Nullemont		28	76	761	76479
2989836	Nuits	nuits	FR	89390	445	Europe/Paris	47.72986	4.21415		Nuits,Nuits-sur-Armancon,Nuits-sur-Armançon		27	89	892	89280
2989837	Nuits-Saint-Georges	nuits-saint-georges	FR	21700	5300	Europe/Paris	47.13683	4.949		Njui-Sen-Zhorzh,Nuits,Nuits-Saint-Georges,ni yi te sheng ruo er re,nwyy-sn-zhrzh,nyui=san=joruju,Нюи-Сен-Жорж,Нюї-Сен-Жорж,نویی-سن-ژرژ,ニュイ＝サン＝ジョルジュ,尼伊特圣若尔热		27	21	211	21464
2989839	Nuits	nuits	FR	89390	0	Europe/Paris	45.18417	2.94159				84	15	153	15141
2989841	Nuisement-sur-Coole	nuisement-sur-coole	FR	51240	276	Europe/Paris	48.87733	4.30986		Nuisement,Nuisement-sur-Coole		44	51	511	51409
2989842	Sainte-Marie-du-Lac-Nuisement	sainte-marie-du-lac-nuisement	FR	51290	0	Europe/Paris	48.60653	4.77794		Nuisement-aux-Bois,Sent-Mari-dju-Lak-Njuizman,sheng ma li-di-la ke ni yi se mang,Сент-Марі-дю-Лак-Нюїзман,سین-مرے-دو-لاک-نیسمینٹ,圣玛丽-迪-拉克尼伊瑟芒		44	51	514	51277
2989846	Nuillé-sur-Vicoin	nuille-sur-vicoin	FR	53970	1103	Europe/Paris	47.9853	-0.7835		Nuille,Nuille-sur-Vicoin,Nuillé,Nuillé-sur-Vicoin		52	53	532	53168
2989848	Nuillé-le-Jalais	nuille-le-jalais	FR	72370	329	Europe/Paris	48.01976	0.4816		Nuille,Nuille-le-Jalais,Nuillé,Nuillé-le-Jalais		52	72	722	72224
2989850	Nuelles	nuelles	FR	69210	537	Europe/Paris	45.84973	4.62335		Nuelles		84	69	692	69208
2989851	Nueil-sur-Layon	nueil-sur-layon	FR	49560	1395	Europe/Paris	47.11811	-0.36573		Njuej-sjur-Lejon,Nueil,Nueil-sur-Layon,lai weng he pan ni ai,Нюей-сюр-Лейон,莱翁河畔尼埃		52	49	492	49373
2989852	Nueil-les-Aubiers	nueil-les-aubiers	FR	79250	5195	Europe/Paris	46.93333	-0.58333		Aubiers,Njuej-lez-Obe,Nueil,Obije,Нюей-лез-Обє,Обије		75	79	791	79195
2989853	Nueil-sous-Faye	nueil-sous-faye	FR	86200	242	Europe/Paris	46.97893	0.27952		Njuej-su-Fe,Nueil,Nueil-sous-Faye,ni ai su fei e,Нюей-су-Фе,尼埃苏费厄		75	86	861	86181
2989854	Nucourt	nucourt	FR	95420	827	Europe/Paris	49.15888	1.85336		Njukur,Nucourt,ni ku er,Нюкур,尼库尔		11	95	953	95459
2989855	Nubécourt	nubecourt	FR	55250	286	Europe/Paris	48.99918	5.1742		Nubecourt,Nubécourt		44	55	551	55389
2989856	Nuars	nuars	FR	58190	123	Europe/Paris	47.38393	3.6919		Nuars		27	58	582	58197
2989857	Nuaillé-sur-Boutonne	nuaille-sur-boutonne	FR	17470	191	Europe/Paris	46.01273	-0.43581		Nuaille,Nuaille-sur-Boutonne,Nuaillé,Nuaillé-sur-Boutonne		75	17	175	17268
2989858	Nuaillé-d'Aunis	nuaille-d-aunis	FR	17540	0	Europe/Paris	46.22489	-0.93122		Nuaille,Nuaille-d'Aunis,Nuaillé,Nuaillé-d'Aunis		75	17	173	17267
2989860	Nuaillé	nuaille	FR	49340	1447	Europe/Paris	47.09496	-0.79596		Njuae,Nuaille,Nuaillé,ni ai lai,Нюає,尼艾莱		52	49	492	49231
2989863	Nozières	nozieres	FR	07270	230	Europe/Paris	46.7339	2.43457		Nozieres,Nozières		24	18	182	18169
2989864	Nozières	nozieres	FR	07270	0	Europe/Paris	45.17066	2.80924				84	15	153	15061
2989865	Nozières	nozieres	FR	07270	0	Europe/Paris	45.11667	2.2				84	15	152	15153
2989866	Nozières	nozieres	FR	07270	272	Europe/Paris	45.02863	4.54372		Nozieres,Nozières		84	07	073	07166
2989867	Nozières	nozieres	FR	07270	0	Europe/Paris	44.39966	3.57016				76	48	481	48075
2989868	Nozières	nozieres	FR	07270	0	Europe/Paris	44.26566	3.61433				76	48	481	48166
2989869	Nozières	nozieres	FR	07270	0	Europe/Paris	43.97547	4.19797		Nozieres,Nozières		76	30	301	30046
2989871	Nozeroy	nozeroy	FR	39250	457	Europe/Paris	46.77457	6.03636		Nozeroy,Nozerua,Nucillum,nuo ze lu wa,Нозеруа,诺泽鲁瓦		27	39	392	39391
2989874	Nozay	nozay	FR	10700	4833	Europe/Paris	48.65921	2.24151		Nozay,Nozjo,Нозё		11	91	913	91458
2989875	Nozay	nozay	FR	10700	115	Europe/Paris	48.5075	4.09983		Nosay,Nozay		44	10	103	10269
2989876	Nozay	nozay	FR	10700	3419	Europe/Paris	47.56473	-1.62559		Nozay,Nozieg		52	44	445	44113
2989877	Noyon	noyon	FR	60400	15138	Europe/Paris	49.58333	3		Noajon,Noeyon,Noviomum,Noyon,Noéyon,Nuajon,Nyon,nowaiyon,nu wa yong,Ноайон,Нуайон,ኖዮን,ノワイヨン,努瓦永		32	60	603	60471
2989878	Noyers-sur-Jabron	noyers-sur-jabron	FR	04200	361	Europe/Paris	44.16908	5.82738		Noguiers,Noguièrs,Noyers,Noyers-sur-Jabron,Nuae-sjur-Zhabron,Nuaje-sjur-Zhabron,ya bu luo ne he pan nu wa ai er,Нуайе-сюр-Жаброн,Нуає-сюр-Жаброн,雅布罗讷河畔努瓦埃尔		93	04	044	04139
2989879	Noyers-sur-Cher	noyers-sur-cher	FR	41140	2768	Europe/Paris	47.27701	1.4032		Noyers,Noyers-sur-Cher		24	41	413	41164
2989880	Noyers-Saint-Martin	noyers-saint-martin	FR	60480	745	Europe/Paris	49.55336	2.26175		Noyers,Noyers-Saint-Martin		32	60	602	60470
2989881	Noyers-Pont-Maugis	noyers-pont-maugis	FR	08350	708	Europe/Paris	49.66164	4.9374		Noyers,Noyers-Pont-Maugis		44	08	083	08331
2989882	Noyers-Auzécourt	noyers-auzecourt	FR	55800	0	Europe/Paris	48.88333	4.96667		Noyers,Noyers-le-Val		44	55	551	55388
2989883	Noyers-Bocage	noyers-bocage	FR	14210	857	Europe/Paris	49.12239	-0.56667		Noyers,Noyers-Bocage,Nuae-Bokazh,Nuaje-Bokazh,nu wa ai er bo ka ge,Нуае-Бокаж,Нуайе-Бокаж,Нуає-Бокаж,努瓦埃尔博卡格		28	14	144	14475
2989884	Noyers	noyers	FR	27720	233	Europe/Paris	49.26116	1.39232		Noyers		28	27	271	27016
2989885	Noyers	noyers	FR	27720	95	Europe/Paris	48.06128	5.48586		Noyers		44	52	521	52358
2989886	Noyers	noyers	FR	27720	714	Europe/Paris	47.91422	2.52402		Noyers		24	45	451	45230
2989887	Noyers	noyers	FR	27720	829	Europe/Paris	47.69542	3.99499		Noyers		27	89	892	89279
2989888	Noyers	noyers	FR	27720	0	Europe/Paris	47.03568	0.54801				24	37	371	37174
2989889	Noyen-sur-Seine	noyen-sur-seine	FR	77114	355	Europe/Paris	48.4529	3.35086		Noyen,Noyen-sur-Seine		11	77	773	77341
2989890	Noyen-sur-Sarthe	noyen-sur-sarthe	FR	72430	2401	Europe/Paris	47.87245	-0.09997		Noyen,Noyen-sur-Sarthe		52	72	721	72223
2989891	Noyelle-Vion	noyelle-vion	FR	62810	269	Europe/Paris	50.29203	2.55061		Noyelle-Vion		32	62	621	62630
2989892	Noyellette	noyellette	FR	62123	187	Europe/Paris	50.30018	2.59543		Noyellette,Noyellette-en-l'Eau,Nuaellett,nuo ye lai te,nwylyt,Нуаеллетт,Нуаєллетт,نويليت,诺耶莱特		32	62	621	62629
2989893	Noyelles-sur-Selle	noyelles-sur-selle	FR	59282	845	Europe/Paris	50.28535	3.38673		Noyelles,Noyelles-sur-Selle		32	59	596	59440
2989894	Noyelles-sur-Sambre	noyelles-sur-sambre	FR	59550	344	Europe/Paris	50.15716	3.79885		Noyelles,Noyelles-sur-Sambre		32	59	591	59439
2989895	Noyelles-sur-Mer	noyelles-sur-mer	FR	80860	760	Europe/Paris	50.18553	1.70738		Noajel sjur Mer,Noeyelle-su-Mer,Noyelles,Noyelles-sur-Mer,Noéyelle-su-Mér,Nuael'-sjur-Mer,bin hai nu wa ye er,Ноайел сюр Мер,Нуаєль-сюр-Мер,滨海努瓦耶尔		32	80	801	80600
2989896	Noyelles-sur-Escaut	noyelles-sur-escaut	FR	59159	678	Europe/Paris	50.13333	3.18333		Noyelles,Noyelles-sur-l'Escault,Nuael'-sjur-Esko,ai si ke he pan nu wa ye er,Нуаель-сюр-Еско,Нуаєль-сюр-Еско,埃斯科河畔努瓦耶尔		32	59	592	59438
2989897	Noyelles-sous-Lens	noyelles-sous-lens	FR	62221	7467	Europe/Paris	50.43084	2.87221		Noielles-dsous-Lins,Noyelles,Noyelles-sous-Lens,Noïelles-dsous-Lins,Nuael'-su-Lan,Nuajel'-su-Lans,nu wa ye er su lang si,nwylys sws lyns,Нуаель-су-Лан,Нуайель-су-Ланс,Нуаєль-су-Лан,نويليس سوس لينس,努瓦耶尔苏朗斯		32	62	627	62628
2989898	Noyelles-sous-Bellonne	noyelles-sous-bellonne	FR	62490	583	Europe/Paris	50.30821	3.0274		Noyelles,Noyelles-sous-Bellonne,Nuael'-su-Bellonn,nu wa ye er su bei luo nei,nwylys sws bylwn,Нуаель-су-Беллонн,Нуаєль-су-Беллонн,نويليس سوس بيلون,努瓦耶尔苏贝洛内		32	62	621	62627
2989899	Noyelles-lès-Vermelles	noyelles-les-vermelles	FR	62980	1968	Europe/Paris	50.49001	2.72628		Noyelles,Noyelles-les-Vermelles,Noyelles-lez Vermelles,Noyelles-lès-Vermelles,Nuael'-le-Vermel',nu wa ye er lai wei er mei er,nwylys lyh fyrmylys,Нуаель-ле-Вермель,Нуаєль-ле-Вермель,نويليس ليه فيرميليس,努瓦耶尔莱韦尔梅尔		32	62	622	62626
2989900	Noyelles-lès-Seclin	noyelles-les-seclin	FR	59139	869	Europe/Paris	50.57642	3.01715		Noyelles,Noyelles-les-Seclin,Noyelles-lès-Seclin		32	59	595	59437
2989955	Nouvion-le-Comte	nouvion-le-comte	FR	02800	275	Europe/Paris	49.69945	3.46476		Nouvion,Nouvion-le-Comte		32	02	022	02560
2989956	Nouvion-et-Catillon	nouvion-et-catillon	FR	02270	501	Europe/Paris	49.70254	3.48384		Nouvion,Nouvion-et-Catillon		32	02	022	02559
2989901	Noyelles-Godault	noyelles-godault	FR	62950	5624	Europe/Paris	50.41753	2.99306		Noeyel-Godault,Noyelles-Godault,Nuael'-Godo,Nuajel'-Godo,Nöyel-Godault,nu wa ye er ge duo,nwylys jwdawlt,Нуаель-Годо,Нуайель-Годо,Нуаєль-Годо,نويليس جوداولت,努瓦耶尔戈多		32	62	627	62624
2989902	Noyelles-en-Chaussée	noyelles-en-chaussee	FR	80150	254	Europe/Paris	50.20734	1.98162		Noyelles,Noyelles-en-Chaussee,Noyelles-en-Chaussée		32	80	801	80599
2989903	Noyelles-lès-Humières	noyelles-les-humieres	FR	62770	0	Europe/Paris	50.36667	2.18333		Noyelle,Nuael'-le-Jum'er,Nuael'-le-Jumer,nu wa ye er lai yu mi ai er,nwylys lyh hwmyrys,Нуаель-ле-Юмьер,Нуаєль-ле-Юмєр,نويليس ليه هوميريس,努瓦耶尔莱于米埃尔		32	62	624	62625
2989906	Noyarey	noyarey	FR	38360	2365	Europe/Paris	45.24421	5.63366		Noyarey,Nuajare,nu wa a lei,Нуайаре,Нуаяре,努瓦阿雷		84	38	381	38281
2989908	Noyant-la-Plaine	noyant-la-plaine	FR	49700	193	Europe/Paris	47.27495	-0.35849		Noyant,Noyant-la-Plaine		52	49	493	49003
2989909	Noyant-la-Gravoyère	noyant-la-gravoyere	FR	49520	1771	Europe/Paris	47.70348	-0.9573		Noyant,Noyant-la-Gravoyere,Noyant-la-Gravoyère,Nuajan-la-Gravuaer,nu wa ang la ge la wa ai er,Нуаян-ла-Гравуаєр,努瓦昂拉格拉瓦埃尔		52	49	494	49331
2989910	Noyant-et-Aconin	noyant-et-aconin	FR	02200	467	Europe/Paris	49.33369	3.33857		Noyant-et-Aconin		32	02	024	02564
2989911	Noyant-de-Touraine	noyant-de-touraine	FR	37800	810	Europe/Paris	47.10997	0.55949		Noyant,Noyant-de-Touraine		24	37	371	37176
2989912	Noyant-d'Allier	noyant-d-allier	FR	03210	690	Europe/Paris	46.47967	3.12342		Noyant,Noyant-d'Allier		84	03	032	03202
2989913	Noyant	noyant	FR	49490	1975	Europe/Paris	47.51195	0.11559		Noiant,Noyant,Noyant-sous-le-Lude,Nuajan,nu wa ang,Нуаян,努瓦昂		52	49	493	49228
2990242	Nointel	nointel	FR	60840	708	Europe/Paris	49.12838	2.29073		Nointel		11	95	953	95452
2989914	Noyal-sur-Vilaine	noyal-sur-vilaine	FR	35530	4823	Europe/Paris	48.11241	-1.52462		Noal-ar-Gwilen,Noyal,Noyal-sur-Vilaine,Nuajal'-sjur-Vilen,Nulliacum super Vicenoniam,wei lan he pan nu wa a,Нуаяль-сюр-Вилен,Нуаяль-сюр-Вілен,维兰河畔努瓦阿		53	35	353	35207
2989915	Noyal-Châtillon-sur-Seiche	noyal-chatillon-sur-seiche	FR	35230	0	Europe/Paris	48.04057	-1.66758		Chatillon,Chatillon-sur-Seiche,Châtillon-sur-Seiche,Noal-Kastellan,Noyal,Noyal-Chatillon-sur-Seiche,Noyal-Châtillon-sur-Seiche,Noyal-sur-Seiche,Nuajal'-Shatijon-sjur-Sesh,Nulliacum Castellioque super Siccam,sai ke he pan nu wa a er-sha di long,Нуаяль-Шатийон-сюр-Сеш,Нуаяль-Шатійон-сюр-Сеш,塞克河畔努瓦阿尔-沙蒂隆		53	35	353	35206
2989916	Noyal-sur-Brutz	noyal-sur-brutz	FR	44110	529	Europe/Paris	47.77579	-1.34528		Noal-ar-Bruz,Noyal,Noyal-sur-Brutz,Noyallum super Bruxam,Nuajal'-sjur-Brju,bu lu te he pan nu wa a,Нуаяль-сюр-Брю,布吕特河畔努瓦阿		52	44	445	44112
2989917	Noyal-sous-Bazouges	noyal-sous-bazouges	FR	35560	413	Europe/Paris	48.41367	-1.6256		Noal-Bazeleg,Noyal,Noyal-sous-Bazouges		53	35	351	35205
2989918	Noyal-Pontivy	noyal-pontivy	FR	56920	3533	Europe/Paris	48.06729	-2.88251		Noal-Pondi,Noal-Pondivi,Noyal-Pontivy,Nuajal'-Pontivi,nu wa a peng di wei,Нуаяль-Понтиви,Нуаяль-Понтіві,努瓦阿蓬蒂维		53	56	562	56151
2989919	Noyalo	noyalo	FR	56450	690	Europe/Paris	47.60988	-2.68026		Noalou,Noaloù,Noyalo		53	56	563	56251
2989920	Noyal-Muzillac	noyal-muzillac	FR	56190	2053	Europe/Paris	47.59183	-2.45718		Noal-Muzilheg,Noyal-Muzillac,Nuajal'-Mjuzijak,nu wa a mi qi la ke,Нуаяль-Мюзияк,Нуаяль-Мюзіяк,努瓦阿米齐拉克		53	56	563	56149
2989921	Noyales	noyales	FR	02120	141	Europe/Paris	49.89727	3.5549		Noyales		32	02	025	02563
2989922	Noyal	noyal	FR	22400	807	Europe/Paris	48.44738	-2.48597		Noual-Pentevr,Noyal		53	22	224	22160
2989924	Novy-Chevrières	novy-chevrieres	FR	08300	550	Europe/Paris	49.5397	4.4447		Novy-Chevrieres,Novy-Chevrières		44	08	082	08330
2989926	Novion-Porcien	novion-porcien	FR	08270	495	Europe/Paris	49.6008	4.4244		Novion-Porcien		44	08	082	08329
2989927	Novillers	novillers	FR	60730	328	Europe/Paris	49.26667	2.21667		Novillers-les-Cailloux		32	60	601	60469
2989929	Novillars	novillars	FR	25220	1574	Europe/Paris	47.28465	6.12878		Novillars		27	25	251	25429
2989930	Novillard	novillard	FR	90340	240	Europe/Paris	47.60671	6.9702		Novillar,Novillard		27	90	901	90074
2989931	Noviant-aux-Prés	noviant-aux-pres	FR	54385	180	Europe/Paris	48.84039	5.8819		Noviant,Noviant-aux-Pres,Noviant-aux-Prés		44	54	544	54404
2989935	Noves	noves	FR	13550	4650	Europe/Paris	43.87736	4.90248		Nov,Novas,Noves,Nòvas,nuo wei,Нов,诺韦		93	13	132	13066
2989936	Novella	novella	FR	20226	75	Europe/Paris	42.58458	9.1172		Novella		94	2B	2B5	2B180
2989937	Novel	novel	FR	74500	63	Europe/Paris	46.36903	6.7888		Novel		84	74	744	74203
2989938	Novéant-sur-Moselle	noveant-sur-moselle	FR	57680	1867	Europe/Paris	49.02366	6.04795		Noveant,Noveant-sur-Moselle,Novéant,Novéant-sur-Moselle		44	57	579	57515
2989940	Novale	novale	FR	20234	74	Europe/Paris	42.30967	9.41398		Novale		94	2B	2B3	2B179
2989941	Novalaise	novalaise	FR	73470	1554	Europe/Paris	45.5948	5.77767		Novalaise,Novalez,Новалез		84	73	732	73191
2989942	Novacelles	novacelles	FR	63220	152	Europe/Paris	45.43761	3.65005		Novacela,Novacelles,Novasel',Nòvacèla,nuo wa se lai,Новасель,诺瓦瑟莱		84	63	631	63256
2989943	Nouzonville	nouzonville	FR	08700	6817	Europe/Paris	49.81369	4.74736		Nouzon,Nouzonville,Nuzonvil',nu zong wei er,Нузонвиль,Нузонвіль,努宗维尔		44	08	081	08328
2989945	Nouzilly	nouzilly	FR	37380	1231	Europe/Paris	47.54499	0.74623		Nouzilly,Nuzii,nu qi li,Нузії,努齐利		24	37	373	37175
2989946	Nouziers	nouziers	FR	23350	231	Europe/Paris	46.42188	1.95788		Nouziers		75	23	232	23148
2989948	Nouzerolles	nouzerolles	FR	23360	100	Europe/Paris	46.38175	1.74135		Nouzerolles		75	23	232	23147
2989949	Nouzerines	nouzerines	FR	23600	261	Europe/Paris	46.38851	2.10835		Nouzerine,Nouzerines		75	23	231	23146
2989951	Nouvron-Vingré	nouvron-vingre	FR	02290	218	Europe/Paris	49.42826	3.2		Nouvron,Nouvron-Vingre,Nouvron-Vingré		32	02	024	02562
2989952	Nouvoitou	nouvoitou	FR	35410	2785	Europe/Paris	48.04081	-1.54671		Neveztell,Nouvoitou		53	35	353	35204
2989953	Nouvion-sur-Meuse	nouvion-sur-meuse	FR	08160	2247	Europe/Paris	49.69949	4.79562		Nouvion,Nouvion-sur-Meuse		44	08	081	08327
2989954	Nouvion-le-Vineux	nouvion-le-vineux	FR	02860	178	Europe/Paris	49.50297	3.60989		Nouvion,Nouvion-le-Vineux		32	02	022	02561
2990120	Nordhouse	nordhouse	FR	67150	1541	Europe/Paris	48.44833	7.67326		Nordhausen		44	67	675	67336
2989957	Nouvion	nouvion	FR	80860	1251	Europe/Paris	50.2	1.78333		Nouvion-en-Ponthieu,Nouvion-in-Pontiu,Nuv'on,Nuvion,nu wei yong,nuvu~ion,Нувион,Нувьон,Нувіон,ヌヴィオン,努维永		32	80	801	80598
2989960	Nouvelle-Église	nouvelle-eglise	FR	62370	347	Europe/Paris	50.92533	2.05497		La Barriere,La Barrière,Nouvelle-Eglise,Nouvelle-Église,Nuvel'-Egliz,nwfyl ajlys,xin ai ge li si,Нувель-Еглиз,Нувель-Егліз,نوفيل إجليس,新埃格利斯		32	62	626	62623
2989970	Nousty	nousty	FR	64420	1020	Europe/Paris	43.2668	-0.21097		Nostin,Nousty,Nusti,nu si di,Нусти,Нусті,努斯蒂		75	64	643	64419
2989972	Nousseviller-Saint-Nabor	nousseviller-saint-nabor	FR	57990	986	Europe/Paris	49.12096	6.96946		Nousseviller,Nousseviller les Puttelange,Nousseviller lès Puttelange,Nousseviller-Saint-Nabor,Nussviller-Sen-Nabor,Nussweiler,nu se wei lai sheng na bo,Нуссвиллер-Сен-Набор,Нуссвіллер-Сен-Набор,努瑟维莱圣纳博		44	57	573	57514
2989973	Nousseviller-lès-Bitche	nousseviller-les-bitche	FR	57720	156	Europe/Paris	49.10326	7.3742		Nousseville-les Bitche,Nousseviller,Nousseviller-les-Bitche,Nousseviller-lès-Bitche		44	57	576	57513
2989974	Nousse	nousse	FR	40380	242	Europe/Paris	43.71634	-0.82496		Nousse		75	40	401	40205
2989975	Nourray	nourray	FR	41310	130	Europe/Paris	47.71733	1.05884		Nourray		24	41	412	41163
2989976	Nourard-le-Franc	nourard-le-franc	FR	60130	365	Europe/Paris	49.49952	2.37098		Nourard,Nourard-le-Franc		32	60	602	60468
2989977	Noulens	noulens	FR	32800	93	Europe/Paris	43.80969	0.16507		Noulens		76	32	322	32299
2989978	Nouilly	nouilly	FR	57645	430	Europe/Paris	49.13486	6.25636		Nouilly,Nui,nu yi li,Нуи,Нуї,努伊利		44	57	579	57512
2989979	Nouillonpont	nouillonpont	FR	55230	192	Europe/Paris	49.35893	5.64096		Nouillonpont		44	55	553	55387
2989980	Nouilhan	nouilhan	FR	65500	184	Europe/Paris	43.42346	0.03798		Nouilhan		76	65	653	65330
2989981	Nouic	nouic	FR	87330	505	Europe/Paris	46.06021	0.91919		Nouic		75	87	871	87108
2989982	Nouhant	nouhant	FR	23170	322	Europe/Paris	46.28501	2.39011		Noent,Nouhant,Nuan,nu ang,Нуан,努昂		75	23	231	23145
2989987	Nougaroulet	nougaroulet	FR	32270	304	Europe/Paris	43.69353	0.73077		Nougaroulet		76	32	321	32298
2989992	Noueilles	noueilles	FR	31450	265	Europe/Paris	43.4158	1.5212		Noueilles		76	31	313	31401
2990002	Nouâtre	nouatre	FR	37800	757	Europe/Paris	47.05054	0.54892		Nouatre,Nouâtre,Nuatr,nu a te er,Нуатр,努阿特尔		24	37	371	37174
2990003	Nouart	nouart	FR	08240	141	Europe/Paris	49.4408	5.0506		Nouart,Nuar,nu wa er,Нуар,努瓦尔		44	08	084	08326
2990005	Nouans-les-Fontaines	nouans-les-fontaines	FR	37460	840	Europe/Paris	47.13638	1.29851		Nouans,Nouans-les-Fontaines,Nouhans,Nuan-le-fonten,Нуан-ле-фонтен		24	37	373	37173
2990006	Nouans	nouans	FR	72260	261	Europe/Paris	48.23927	0.22167		Nouans		52	72	722	72222
2990007	Nouan-le-Fuzelier	nouan-le-fuzelier	FR	41600	2469	Europe/Paris	47.536	2.03647		Nouan,Nouan-le-Fuzelier,Nuan-le-Fjuzel'e,nu ang lai fei ze li ye,Нуан-ле-Фюзельє,努昂莱菲泽利耶		24	41	413	41161
2990011	Nouainville	nouainville	FR	50690	537	Europe/Paris	49.62095	-1.68297		Nouainville		28	50	502	50382
2990012	Nouaillé-Maupertuis	nouaille-maupertuis	FR	86340	2567	Europe/Paris	46.50784	0.41395		Nouaille,Nouaille-Maupertuis,Nouaillé,Nouaillé-Maupertuis,Nuae-Mopertjui,nu ai lei mo pei er di yi,Нуає-Мопертюї,努艾勒莫佩尔蒂伊		75	86	863	86180
2990018	Nottonville	nottonville	FR	28140	263	Europe/Paris	48.11316	1.50682		Nottonville		24	28	282	28283
2990021	Notre-Dame-du-Touchet	notre-dame-du-touchet	FR	50140	677	Europe/Paris	48.58268	-0.9567		Notre-Dame,Notre-Dame-de-Touchet,Notre-Dame-du-Touchet		28	50	501	50359
2990024	Notre-Dame-du-Rocher	notre-dame-du-rocher	FR	61100	69	Europe/Paris	48.7972	-0.40736		Notre-Dame-du-Rocher		28	61	612	61007
2990025	Notre-Dame-du-Pré	notre-dame-du-pre	FR	73600	295	Europe/Paris	45.51352	6.59458		Hauts-Pres,Hauts-Prés,Notre-Dame-du-Pre,Notre-Dame-du-Pré		84	73	731	73190
2990026	Notre-Dame-du-Pé	notre-dame-du-pe	FR	72300	327	Europe/Paris	47.73017	-0.32534		Le Pe,Le Pé,Notre-Dame-du-Pe,Notre-Dame-du-Pé		52	72	721	72232
2990027	Notre-Dame-du-Parc	notre-dame-du-parc	FR	76590	132	Europe/Paris	49.74798	1.12631		Notre-Dame-du-Parc		28	76	761	76478
2990028	Notre-Dame-du-Hamel	notre-dame-du-hamel	FR	27390	205	Europe/Paris	48.886	0.50529				28	27	272	27442
2990030	Notre-Dame-du-Cruet	notre-dame-du-cruet	FR	73130	147	Europe/Paris	45.37007	6.31051		Notre-Dame-du-Cruet		84	73	733	73189
2990031	Notre-Dame-du-Bec	notre-dame-du-bec	FR	76133	424	Europe/Paris	49.5958	0.21291		Notr-Dam-dju-Bek,Notre-Dame-du-Bec,Нотр-Дам-дю-Бек		28	76	762	76477
2990033	Notre-Dame-d'Oé	notre-dame-d-oe	FR	37390	0	Europe/Paris	47.45629	0.70787		Notre-Dame-d'Oe,Notre-Dame-d'Oé,Oe,Oë		24	37	372	37172
2990034	Notre-Dame-de-Vaulx	notre-dame-de-vaulx	FR	38144	0	Europe/Paris	44.98704	5.74987		Notre-Dame-de-Vaulx,Notre-Dame-de-Vaux		84	38	381	38280
2990035	Notre-Dame-d'Estrées	notre-dame-d-estrees	FR	14340	0	Europe/Paris	49.14217	0.01227		Notre-Dame,Notre-Dame-d'Estrees,Notre-Dame-d'Estrées		28	14	143	14474
2990036	Notre-Dame-des-Millières	notre-dame-des-millieres	FR	73460	878	Europe/Paris	45.62245	6.33735		Les Etaux,Notre-Dame-des-Millieres,Notre-Dame-des-Millières		84	73	731	73188
2990039	Notre-Dame-des-Landes	notre-dame-des-landes	FR	44130	1773	Europe/Paris	47.38113	-1.70949		Kernitron-al-Lann,Notr-Dam-de-Land,Notre-Dame,Notre-Dame-des-Landes,nuo te er da mei-dai lang dai,Нотр-Дам-де-Ланд,诺特尔达梅-代朗代		52	44	445	44111
2990042	Notre-Dame-de-Sanilhac	notre-dame-de-sanilhac	FR	24660	2748	Europe/Paris	45.12089	0.71657		Nostra Dama de Sanilhac,Notr-Dam-de-San'jak,Notr-Dam-de-Sanijak,Notre-Dame,Notre-Dame-de-Sanilhac,Nòstra Dama de Sanilhac,Sanilhac,nuo te lei-dang de sa ni ya ke,Нотр-Дам-де-Санийак,Нотр-Дам-де-Саньяк,诺特雷-当德萨尼亚克		75	24	243	24312
2990043	Notre-Dame-de-Riez	notre-dame-de-riez	FR	85270	1771	Europe/Paris	46.74518	-1.90791		Notr-Dam-de-Rez,Notre-Dame-de-Riez,Riez,nuo te lei-da mo de li ye,Нотр-Дам-де-Рєз,诺特雷-达默德里耶		52	85	853	85189
2990044	Notre-Dame-d'Épine	notre-dame-d-epine	FR	27800	0	Europe/Paris	49.19605	0.60114		Epine,Notre-Dame,Notre-Dame-d'Epine,Notre-Dame-d'Épine		28	27	272	27441
2990045	Notre-Dame-de-Monts	notre-dame-de-monts	FR	85690	1627	Europe/Paris	46.831	-2.131	0	Notr-Dam-de-Mon,Notre-Dame,nuo te lei-da mo de meng te,Нотр-Дам-де-Мон,诺特雷-达默德蒙特		52	85	853	85164
2990121	Nordheim	nordheim	FR	67520	774	Europe/Paris	48.63529	7.50823		Nordheim		44	67	673	67335
2990047	Notre-Dame-de-Mésage	notre-dame-de-mesage	FR	38220	1294	Europe/Paris	45.06241	5.7588		Notr-Dam-de-Mezazh,Notre-Dame-de-Mesage,Notre-Dame-de-Mésage,nuo te lei-dang de mei sa ge,Нотр-Дам-де-Мезаж,诺特雷-当德梅萨格		84	38	381	38279
2990048	Notre-Dame-de-l'Osier	notre-dame-de-l-osier	FR	38470	0	Europe/Paris	45.23593	5.40984		Notre Dame de l'Ozier,Notre Dame-de-l'Osier,Notre-Dame-de-l'Osier		84	38	381	38278
2990049	Notre-Dame-de-Londres	notre-dame-de-londres	FR	34380	451	Europe/Paris	43.82654	3.77616		Notre-Dame		76	34	342	34185
2990050	Notre-Dame-d'Elle	notre-dame-d-elle	FR	50810	0	Europe/Paris	49.1111	-0.96049		Notre-Dame,Notre-Dame-d'Elle		28	50	504	50492
2990051	Notre-Dame-de-Livoye	notre-dame-de-livoye	FR	50370	113	Europe/Paris	48.74341	-1.20539		Notre Dame,Notre-Dame-de-Livoye		28	50	501	50379
2990052	Notre-Dame-de-Livaye	notre-dame-de-livaye	FR	14340	143	Europe/Paris	49.11544	0.0399		Notre-Dame-de-Livaye		28	14	143	14473
2990053	Notre-Dame-de-l'Isle	notre-dame-de-l-isle	FR	27940	0	Europe/Paris	49.14593	1.43022		Notre-Dame-de-l'Isle		28	27	271	27440
2990054	Notre-Dame-de-la-Rouvière	notre-dame-de-la-rouviere	FR	30570	383	Europe/Paris	44.04876	3.70082		Notre-Dame-de-la-Rouviere,Notre-Dame-de-la-Rouvière		76	30	303	30339
2990056	Notre-Dame-de-Gravenchon	notre-dame-de-gravenchon	FR	76330	8839	Europe/Paris	49.4894	0.57188		Notr-Dam-de-Gravanshon,Notre-Dame-de-Gravenchon,Нотр-Дам-де-Граваншон		28	76	762	76476
2990060	Notre-Dame-de-Courson	notre-dame-de-courson	FR	14140	372	Europe/Paris	48.98986	0.26238		Notr-Dam-de-Kurson,Notre-Dame,Notre-Dame-de-Courson,nuo te lei-dang de ku er song,Нотр-Дам-де-Курсон,诺特雷-当德库尔松		28	14	143	14371
2990061	Notre-Dame-de-Commiers	notre-dame-de-commiers	FR	38450	405	Europe/Paris	45.01011	5.70035		Notre-Dame-de-Comiers,Notre-Dame-de-Commiers		84	38	381	38277
2990062	Notre-Dame-de-Cenilly	notre-dame-de-cenilly	FR	50210	708	Europe/Paris	48.99536	-1.25797		Notr-Dam-de-Senii,Notre-Dame,Notre-Dame-de-Cenilly,nuo te lei-dang de se ni li,Нотр-Дам-де-Сении,Нотр-Дам-де-Сенії,诺特雷-当德瑟尼利		28	50	503	50378
2990064	Notre-Dame-de-Bondeville	notre-dame-de-bondeville	FR	76960	7817	Europe/Paris	49.48333	1.05		Notre-Dame,Notre-Dame-de-Bondeville		28	76	763	76474
2990065	Notre-Dame-de-Boisset	notre-dame-de-boisset	FR	42120	515	Europe/Paris	46.00079	4.1335		Notre-Dame,Notre-Dame-de-Boisset		84	42	422	42161
2990066	Notre-Dame-de-Bliquetuit	notre-dame-de-bliquetuit	FR	76940	573	Europe/Paris	49.49213	0.76458		Notre-Dame-de-Bliquetuit		28	76	763	76473
2990067	Notre-Dame-de-Bellecombe	notre-dame-de-bellecombe	FR	73590	553	Europe/Paris	45.80838	6.51785		Bellecombe,Notr-Dam-de-Bel'komb,Notre-Dame-de-Bellecombe,Нотр-Дам-де-Белькомб		84	73	731	73186
2990069	Notre-Dame-d'Allençon	notre-dame-d-allencon	FR	49380	0	Europe/Paris	47.30238	-0.44879		Notre-Dame-d'Allencon,Notre-Dame-d'Allençon		52	49	491	49086
2990070	Notre-Dame-d'Aliermont	notre-dame-d-aliermont	FR	76510	0	Europe/Paris	49.85156	1.29507		Notre-Dame,Notre-Dame-d'Aliermont		28	76	761	76472
2990077	Nothalten	nothalten	FR	67680	445	Europe/Paris	48.3548	7.41991		Nothalten		44	67	675	67337
2990078	Noth	noth	FR	23300	460	Europe/Paris	46.2351	1.58573		Noth		75	23	232	23143
2990080	Nostang	nostang	FR	56690	1261	Europe/Paris	47.74986	-3.18749		Lostenk,Nostang		53	56	561	56148
2990081	Nossoncourt	nossoncourt	FR	88700	122	Europe/Paris	48.39786	6.67183		Nossoncourt		44	88	881	88333
2990084	Norville	norville	FR	76330	835	Europe/Paris	49.47831	0.6416		Norvil',Norville,Норвиль,Норвіль		28	76	762	76471
2990085	Nort-sur-Erdre	nort-sur-erdre	FR	44390	6461	Europe/Paris	47.4399	-1.49909		Enorzh,Nor-sjur-Erdr,Nort,Nort-sur-Erdre,Nortum,ai er de er he pan nuo er,noru=shuru=erudoru,Нор-сюр-Ердр,ノール＝シュル＝エルドル,埃尔德尔河畔诺尔		52	44	445	44110
2990086	Nort-Leulinghem	nort-leulinghem	FR	62890	182	Europe/Paris	50.79848	2.09269		Nor-Lelengem,Nort-Leulinghem,nuo er lei lan gai mu,nwrt lywlynhym,Нор-Леленгем,نورت ليولينهيم,诺尔勒兰盖姆		32	62	625	62622
2990087	Nortkerque	nortkerque	FR	62370	1623	Europe/Paris	50.87519	2.02464		Nortkerk,Nortkerque,nuo er kai er ke,nwrtkyrkyw,Норткерк,نورتكيركيو,诺尔凯尔克		32	62	626	62621
2990089	Norroy-le-Veneur	norroy-le-veneur	FR	57140	928	Europe/Paris	49.18186	6.10391		Norroy,Norroy-le-Veneur		44	57	579	57511
2990090	Norroy-lès-Pont-à-Mousson	norroy-les-pont-a-mousson	FR	54700	1068	Europe/Paris	48.93495	6.03078		Norroy,Norroy-les-Pont-a-Mousson,Norroy-lès-Pont-à-Mousson		44	54	543	54403
2990091	Norroy-le-Sec	norroy-le-sec	FR	54150	362	Europe/Paris	49.27957	5.81087		Norroy,Norroy-le-Sec		44	54	541	54402
2990092	Norroy	norroy	FR	88800	239	Europe/Paris	48.21518	5.91955		Norroy,Norroy-sur-Vair		44	88	882	88332
2990093	Norrois	norrois	FR	51300	140	Europe/Paris	48.66977	4.62507				44	51	514	51406
2990095	Norrey-en-Auge	norrey-en-auge	FR	14620	80	Europe/Paris	48.91281	-0.01481		Norrey,Norrey-en-Auge		28	14	142	14469
2990096	Norrent-Fontes	norrent-fontes	FR	62120	1479	Europe/Paris	50.58333	2.4		Norran-Font,Norrint-Fontes,nuo lang feng tai,nwrynt fwnts,Норран-Фонт,نورينت فونتس,诺朗丰泰		32	62	622	62620
2990097	Noroy-sur-Ourcq	noroy-sur-ourcq	FR	02600	122	Europe/Paris	49.20685	3.21603		Mont-Libre,Noroy,Noroy-sur-Ourcq		32	02	024	02557
2990099	Noroy-le-Bourg	noroy-le-bourg	FR	70000	499	Europe/Paris	47.61419	6.30564		Noroy,Noroy-le-Bourg		27	70	702	70390
2990100	Noroy	noroy	FR	60130	193	Europe/Paris	49.44844	2.50264		Noroy		32	60	602	60466
2990101	Noron-la-Poterie	noron-la-poterie	FR	14490	300	Europe/Paris	49.22662	-0.77471		Noron,Noron-la-Poterie		28	14	141	14468
2990102	Noron-l'Abbaye	noron-l-abbaye	FR	14700	0	Europe/Paris	48.8945	-0.24992		Noron,Noron-l'Abbaye		28	14	142	14467
2990103	Norolles	norolles	FR	14100	291	Europe/Paris	49.1993	0.24312		Norolles		28	14	143	14466
2990104	Normier	normier	FR	21390	44	Europe/Paris	47.36679	4.43548		Normier		27	21	213	21463
2990106	Normanville	normanville	FR	27930	605	Europe/Paris	49.69477	0.59434		Normanville		28	76	761	76470
2990107	Normanville	normanville	FR	27930	1331	Europe/Paris	49.07868	1.15915		Normanville		28	27	273	27439
2990110	Normandel	normandel	FR	61190	104	Europe/Paris	48.64511	0.71415		Normandel		28	61	613	61429
2990111	Norges-la-Ville	norges-la-ville	FR	21490	863	Europe/Paris	47.40742	5.0773		Norges,Norges-la-Ville		27	21	212	21462
2990114	Noreuil	noreuil	FR	62128	116	Europe/Paris	50.17101	2.93445		Norej,Noreuil,Noureu,nuo lei yi,nwrywyl,Норей,نوريويل,诺勒伊		32	62	621	62619
2990124	Nordausques	nordausques	FR	62890	647	Europe/Paris	50.81846	2.08113		Nordausques,Nordosk,nuo er duo si ke,nwrdawskyws,Нордоск,نورداوسكيوس,诺尔多斯克		32	62	625	62618
2990133	Noordpeene	noordpeene	FR	59670	692	Europe/Paris	50.80683	2.40041		Noordpeen,Noordpeene,Noordpene,Nôordpene,nuo er pei ne,Ноордпеен,诺尔佩讷		32	59	594	59436
2990134	Nonzeville	nonzeville	FR	88600	40	Europe/Paris	48.26424	6.6326		Nonzevil',Nonzeville,nong ze wei er,Нонзевиль,Нонзевіль,农泽维尔		44	88	881	88331
2990135	Nonza	nonza	FR	20217	74	Europe/Paris	42.7846	9.34439		Nonca,Nonza,Нонца		94	2B	2B2	2B178
2990136	Nonvilliers-Grandhoux	nonvilliers-grandhoux	FR	28120	327	Europe/Paris	48.34299	1.17276		Nonvilliers,Nonvilliers-Grandhoux		24	28	284	28282
2990137	Nonville	nonville	FR	77140	610	Europe/Paris	48.28246	2.79312		Nonville		11	77	774	77340
2990138	Nonville	nonville	FR	77140	136	Europe/Paris	48.08036	5.99081		Nonville		44	88	882	88330
2990140	Nontron	nontron	FR	24300	3778	Europe/Paris	45.52957	0.66168		Nontron,Nontronh,nong te long,nontoron,Нонтрон,ノントロン,农特龙	242	75	24	242	24311
2990141	Nonsard-Lamarche	nonsard-lamarche	FR	55210	0	Europe/Paris	48.93333	5.76667				44	55	552	55386
2990144	Nonières	nonieres	FR	07160	199	Europe/Paris	44.93325	4.48693		Les Nonieres,Les Nonières,Nonieres,Nonières		84	07	073	07165
2990145	Nonhigny	nonhigny	FR	54450	0	Europe/Paris	48.55061	6.88033		Nonhigny		44	54	542	54401
2990146	Nonglard	nonglard	FR	74330	519	Europe/Paris	45.91984	6.02212		Nonglard		84	74	741	74202
2990148	Nonette	nonette	FR	63340	300	Europe/Paris	45.4773	3.27902		Nonette		84	63	633	63255
2990150	Noncourt-sur-le-Rongeant	noncourt-sur-le-rongeant	FR	52230	176	Europe/Paris	48.41867	5.24882		Noncourt,Noncourt-Sur Rougeant,Noncourt-sur-le-Rongeant		44	52	523	52357
2990154	Nonaville	nonaville	FR	16120	155	Europe/Paris	45.53333	-0.08333		Nonavil',Nonaville,nuo na wei er,Нонавиль,Нонавіль,诺纳维尔		75	16	162	16204
2990155	Nonards	nonards	FR	19120	347	Europe/Paris	45.02533	1.79489		Nonards		75	19	191	19152
2990156	Nonant-le-Pin	nonant-le-pin	FR	61240	668	Europe/Paris	48.70622	0.22026		Nonan-le-Pen,Nonant,Nonant-le-Pin,nuo nan lai pan,Нонан-ле-Пен,诺南莱潘		28	61	613	61310
2990157	Nonant	nonant	FR	14400	401	Europe/Paris	49.24274	-0.6394		Nonant		28	14	141	14465
2990158	Nonancourt	nonancourt	FR	27320	2507	Europe/Paris	48.77086	1.19799		Nonancourt		28	27	273	27438
2990159	Nonac	nonac	FR	16190	325	Europe/Paris	45.42033	0.05655		Nonac,Nonak,nuo na ke,Нонак,诺纳克		75	16	161	16246
2990161	Nompatelize	nompatelize	FR	88470	538	Europe/Paris	48.3255	6.85194		Nompateliz,Nompatelize,nong pa tai li ci,Номпателиз,Номпателіз,农帕泰利兹		44	88	883	88328
2990162	Nommay	nommay	FR	25600	1561	Europe/Paris	47.5378	6.84219		Nommay		27	25	252	25428
2990163	Nomexy	nomexy	FR	88440	2310	Europe/Paris	48.30741	6.38572		Nomexy		44	88	881	88327
2990164	Nomeny	nomeny	FR	54610	1117	Europe/Paris	48.88977	6.22635		Nom ny,Nomeni,Nomeny,Nomény,Nòm ny,nuo mo ni,Номени,Номені,诺默尼		44	54	543	54400
2990165	Nomécourt	nomecourt	FR	52300	91	Europe/Paris	48.43681	5.07375		Nomecourt,Nomécourt		44	52	523	52356
2990166	Nomdieu	nomdieu	FR	47600	209	Europe/Paris	44.09473	0.47481		Nomdieu		75	47	474	47197
2990167	Nomain	nomain	FR	59310	2446	Europe/Paris	50.49857	3.24991		Nomain,Nomen,nuo man,Номен,诺曼		32	59	593	59435
2990170	Nollieux	nollieux	FR	42260	143	Europe/Paris	45.81645	3.99732		Nollieux		84	42	422	42160
2990171	Nolléval	nolleval	FR	76780	306	Europe/Paris	49.49293	1.48381		Nolleval,Nolléval		28	76	761	76469
2990176	Nolay	nolay	FR	21340	339	Europe/Paris	47.12238	3.32266		Nolay		27	58	583	58196
2990177	Nolay	nolay	FR	21340	1482	Europe/Paris	46.95202	4.63405		Nolay		27	21	211	21461
2990179	Nojeon-en-Vexin	nojeon-en-vexin	FR	27150	314	Europe/Paris	49.33333	1.56667		Nojeon,Nojeon-le-Sec		28	27	271	27437
2990181	Nojals-et-Clotte	nojals-et-clotte	FR	24440	0	Europe/Paris	44.71667	0.76667		Nojals e Clotas,Nojals e Clòtas,Nozhal'-e-Klott,nuo ya er he ke luo te,Ножаль-е-Клотт,诺雅尔和克洛特		75	24	241	24028
2990183	Noizay	noizay	FR	37210	1091	Europe/Paris	47.42188	0.89201		Noizay		24	37	373	37171
2990184	Noisy-sur-Oise	noisy-sur-oise	FR	95270	705	Europe/Paris	49.13705	2.33046		Noisy,Noisy-sur-Oise,Nuazi-sjur-Uaz,wa ci he pan nu wa xi,Нуази-сюр-Уаз,Нуазі-сюр-Уаз,瓦兹河畔努瓦西		11	95	953	95456
2990185	Noisy-sur-École	noisy-sur-ecole	FR	77123	1886	Europe/Paris	48.36701	2.50804		Noisy,Noisy-sur-Ecole,Noisy-sur-École		11	77	774	77339
2990186	Noisy-Rudignon	noisy-rudignon	FR	77940	536	Europe/Paris	48.33552	2.93045		Noisy,Noisy-Rudignon		11	77	773	77338
2990187	Noisy-le-Sec	noisy-le-sec	FR	93130	38955	Europe/Paris	48.89148	2.46451		Noazi,Noisy,Noisy-le-Sec,Nuazi-le-Sek,Shumnaja-le-Sek,nowaji=ru=sekku,nuajileusekeu,nuo wa xi lei sai ke,nwazy lw sk,Ноази,Нуази-ле-Сек,Нуазі-ле-Сек,Шумная-ле-Сек,نوآزی لو سک,ノワジー＝ル＝セック,诺瓦西勒塞克,누아지르세크		11	93	931	93053
2990188	Noisy-le-Roi	noisy-le-roi	FR	78590	8218	Europe/Paris	48.84445	2.06345		Noisy,Noisy-le-Roi,Nuazi-le-Rua,nowaji=ru=rowa,Нуази-ле-Руа,Нуазі-ле-Руа,ノワジー＝ル＝ロワ		11	78	784	78455
2990189	Noisy-le-Grand	noisy-le-grand	FR	93160	62420	Europe/Paris	48.84979	2.56266		Noazi le Gran,Noisy,Noisy-le-Grand,Nuazi-le-Gran,Shumnaja-le-Gran,da nuo wa xi,nowaji=ru=guran,nwazy lw ghran,nwazy-lw-grand,Ноази ле Гран,Нуази-ле-Гран,Нуазі-ле-Гран,Шумная-ле-Гран,نوآزی-لو-گراند,نوازي لو غران,ノワジー＝ル＝グラン,大诺瓦西		11	93	932	93051
2990190	Noisseville	noisseville	FR	57645	962	Europe/Paris	49.13413	6.27468		Noisseville		44	57	579	57510
2990192	Noisiel	noisiel	FR	77186	15362	Europe/Paris	48.84868	2.62435		Noisiel,Nuaz'el',Нуазьель,Нуазьєль		11	77	775	77337
2990195	Noiseau	noiseau	FR	94880	4094	Europe/Paris	48.77589	2.54892		Noiseau,Nuazo,nu wa suo,Нуазо,努瓦索		11	94	941	94053
2990196	Noirval	noirval	FR	08400	34	Europe/Paris	49.4592	4.79742		Noirval		44	08	084	08325
2990200	Noironte	noironte	FR	25170	332	Europe/Paris	47.27169	5.87633		Noironte,Nuaront,nu wa long te,Нуаронт,努瓦龙特		27	25	251	25427
2990201	Noiron-sur-Seine	noiron-sur-seine	FR	21400	89	Europe/Paris	47.95	4.48333		Noiron		27	21	213	21460
2990202	Noiron-sur-Bèze	noiron-sur-beze	FR	21310	174	Europe/Paris	47.43968	5.29746		Noiron,Noiron-sur-Beze,Noiron-sur-Bèze		27	21	212	21459
2990203	Noiron-sous-Gevrey	noiron-sous-gevrey	FR	21910	735	Europe/Paris	47.19408	5.07895		Noiron,Noiron-sous-Gevrey,Nuaron-su-Zhevre,nu wa long su re fu lei,Нуарон-су-Жевре,努瓦龙苏热夫雷		27	21	211	21458
2990204	Noiron	noiron	FR	70100	51	Europe/Paris	47.38347	5.62786		Noiron		27	70	702	70389
2990205	Noirmoutier-en-l'Île	noirmoutier-en-l-ile	FR	85330	4800	Europe/Paris	47.00461	-2.24152		Ile-de-la-Montagne,Nerium Monasterium,Noirmoutier,Noirmoutier-en-l'Ile,Noirmoutier-en-l'Île,Noirmoutier-en-l’Île,Nuarmut'e-an-l'Il',li lei de qu nu wa er mu di ye,Нуармутье-ан-л'Иль,Нуармутьє-ан-л'Іль,利勒地区努瓦尔穆蒂耶		52	85	853	85163
2990209	Noirlieu	noirlieu	FR	51330	125	Europe/Paris	48.94572	4.81108		Noirlieu		44	51	511	51404
2990210	Noirlieu	noirlieu	FR	51330	0	Europe/Paris	46.92093	-0.43053		Noirlieu		75	79	791	79049
2990214	Noirétable	noiretable	FR	42440	1747	Europe/Paris	45.81671	3.76247		Noiretable,Noirétable		84	42	421	42159
2990219	Noirémont	noiremont	FR	60480	136	Europe/Paris	49.55096	2.21116		Noiremont,Noirémont		32	60	602	60465
2990220	Noirefontaine	noirefontaine	FR	25190	399	Europe/Paris	47.34669	6.76203		Noirefontaine		27	25	252	25426
2990232	Noircourt	noircourt	FR	02340	96	Europe/Paris	49.66908	4.09251		Noircourt		32	02	025	02556
2990240	Nointot	nointot	FR	76210	1113	Europe/Paris	49.59822	0.47674		Nointot		28	76	762	76468
2990241	Nointel	nointel	FR	60840	0	Europe/Paris	49.37447	2.48537		Nointel		32	60	602	60464
2990244	Noilhan	noilhan	FR	32130	262	Europe/Paris	43.53519	0.93234		Noilhan		76	32	321	32297
2990245	Noidant-le-Rocheux	noidant-le-rocheux	FR	52200	191	Europe/Paris	47.83008	5.25433		Noidant,Noidant-le-Rocheux		44	52	522	52355
2990246	Noidant-Chatenoy	noidant-chatenoy	FR	52600	89	Europe/Paris	47.79427	5.37558		Noidant-Chatenoy		44	52	522	52354
2990247	Noidans-lès-Vesoul	noidans-les-vesoul	FR	70000	2163	Europe/Paris	47.61299	6.12571		Noidans,Noidans-les-Vesoul,Noidans-lès-Vesoul,Nuadan-le-Vezul',Нуадан-ле-Везуль		27	70	702	70388
2990248	Noidans-le-Ferroux	noidans-le-ferroux	FR	70130	603	Europe/Paris	47.57004	5.95492		Noidans-le-Ferreux,Noidans-le-Ferroux		27	70	702	70387
2990249	Noidan	noidan	FR	21390	82	Europe/Paris	47.34536	4.40881		Noidan		27	21	213	21457
2990250	Nohic	nohic	FR	82370	1043	Europe/Paris	43.89021	1.43785		Nohic		76	82	822	82135
2990252	Nohèdes	nohedes	FR	66500	68	Europe/Paris	42.62299	2.2894		Noedes,Nohedes,Nohèdes		76	66	663	66122
2990253	Nohant-Vic	nohant-vic	FR	36400	499	Europe/Paris	46.63333	1.98333		Noan-Vik,Nohant,Nohant-Vic,noan=vu~ikku,nuo ang wei ke,Ноан-Вик,Ноан-Вік,ノアン＝ヴィック,诺昂维克		24	36	363	36143
2990254	Nohant-en-Graçay	nohant-en-gracay	FR	18310	304	Europe/Paris	47.13695	1.89361		Nohant,Nohant-en-Gracay,Nohant-en-Graçay		24	18	183	18167
2990255	Nohant-en-Goût	nohant-en-gout	FR	18390	425	Europe/Paris	47.09895	2.57028		Nohant,Nohant-en-Gout,Nohant-en-Goût		24	18	181	18166
2990257	Nohanent	nohanent	FR	63830	1868	Europe/Paris	45.80815	3.05507		Noanan,Noanent,Nohanent,nuo a nan,Ноанан,诺阿南		84	63	632	63254
2990259	Noguères	nogueres	FR	64150	153	Europe/Paris	43.37134	-0.59554		Noger,Nogueras,Nogueres,Noguèras,Noguères,nuo gai lei,Ногер,诺盖雷		75	64	643	64418
2990260	Nogna	nogna	FR	39570	232	Europe/Paris	46.59908	5.6408		Nogna		27	39	392	39390
2990261	Nogent-sur-Vernisson	nogent-sur-vernisson	FR	45290	2562	Europe/Paris	47.84603	2.74267		Nogent,Nogent-sur-Vernisson,Nozhan-sjur-Vernisson,wei er ni song he pan nuo rang,Ножан-сюр-Верніссон,韦尔尼松河畔诺让		24	45	451	45229
2990263	Nogent-sur-Seine	nogent-sur-seine	FR	10400	6071	Europe/Paris	48.49372	3.50262		Nogent,Nogent-sur-Seine,Novigentum ad Sequanam,Nozhan-sjur-Sen,nojan=shuru=senu,sai na he pan nuo rang,Ножан-сюр-Сен,ノジャン＝シュル＝セーヌ,塞纳河畔诺让	102	44	10	102	10268
2990264	Nogent-sur-Oise	nogent-sur-oise	FR	60180	19690	Europe/Paris	49.27158	2.47074		Nogent,Nogent-sur-Oise,Nozhan-sjur-Uaz,wa si he pan nuo rang,Ножан-сюр-Уаз,瓦斯河畔诺让		32	60	604	60463
2990265	Nogent-sur-Marne	nogent-sur-marne	FR	94130	31236	Europe/Paris	48.83669	2.48255		Nogent,Nogent-sur-Marne,Nozhan sir Marn,Nozhan-sjur-Marn,ma en he pan nuo rang,nojan=shuru=marunu,nwzhan swr mrn,nwzhan-swr-mrn,Ножан сир Марн,Ножан-сюр-Марн,נוזאן-סור-מארן,نوژان سور مرن,نوژان-سور-مرن,ノジャン＝シュル＝マルヌ,马恩河畔诺让	942	11	94	942	94052
2990266	Nogent-sur-Loir	nogent-sur-loir	FR	72500	351	Europe/Paris	47.66883	0.39572		Nogent,Nogent-sur-Loir,Nogent-sur-le-Loir		52	72	721	72221
2990267	Nogent-sur-Eure	nogent-sur-eure	FR	28120	460	Europe/Paris	48.38968	1.36309		Nogent,Nogent-sur-Eure		24	28	281	28281
2990268	Nogent-sur-Aube	nogent-sur-aube	FR	10240	321	Europe/Paris	48.49413	4.30934		Nogent,Nogent-sur-Aube		44	10	103	10267
2990269	Nogent-lès-Montbard	nogent-les-montbard	FR	21500	180	Europe/Paris	47.60833	4.38202		Nogent,Nogent-les-Montbard,Nogent-lès-Montbard		27	21	213	21456
2990270	Nogent-le-Sec	nogent-le-sec	FR	27190	359	Europe/Paris	48.92206	1.00407		Nogent,Nogent-le-Sec		28	27	273	27436
2990272	Nogent-le-Rotrou	nogent-le-rotrou	FR	28400	13128	Europe/Paris	48.32157	0.82177		Nazhan-le-Ratru,Nogent,Nogent-le-Republicain,Nogent-le-Rotrou,Nogent-le-Républicain,Novigentum Rotroudi,Nozhan-le-Rotru,Nozhen le Rotru,nuo rang lai luo te lu,nwzhan-lw-rwtrw,Нажан-ле-Ратру,Ножан-ле-Ротру,Ножен ле Ротру,نوژان-لو-روترو,诺让莱罗特鲁	284	24	28	284	28280
2990273	Nogent-le-Roi	nogent-le-roi	FR	28210	4060	Europe/Paris	48.64785	1.52933		Nogent,Nogent-Roullebois,Nogent-le-Roi,Novigentum Regis,Nozhan-le-Rua,nuo rang lai lu wa,Ножан-ле-Руа,诺让莱鲁瓦		24	28	283	28279
2990274	Nogent-le-Phaye	nogent-le-phaye	FR	28630	1247	Europe/Paris	48.44528	1.57777		Nogent,Nogent-le-Phaye		24	28	281	28278
2990275	Nogent-le-Bernard	nogent-le-bernard	FR	72110	903	Europe/Paris	48.2368	0.48953		Nogent,Nogent-le-Bernard,Nozhan-le-Bernar,Ножан-ле-Бернар		52	72	722	72220
2990277	Nogent-l'Artaud	nogent-l-artaud	FR	02310	2123	Europe/Paris	48.9656	3.32178		Nogent,Nogent-l'Artaud,Nogent-la-Loi		32	02	021	02555
2990278	Nogent-l'Abbesse	nogent-l-abbesse	FR	51420	0	Europe/Paris	49.25355	4.15711		Mont-Nogent,Nogent-l'Abbesse		44	51	513	51403
2990279	Nogent-en-Othe	nogent-en-othe	FR	10160	38	Europe/Paris	48.14478	3.80484		Nogent,Nogent-en-Othe		44	10	103	10266
2990280	Nogent	nogent	FR	52800	0	Europe/Paris	48.03333	5.35		Nogent-en-Bassigny		44	52	521	52353
2990281	Nogentel	nogentel	FR	02400	1045	Europe/Paris	49.0175	3.4025		Nogentel		32	02	021	02554
2990283	Nogent	nogent	FR	52800	0	Europe/Paris	46.76107	3.55892				27	58	583	58137
2990284	Nogaro	nogaro	FR	32110	2120	Europe/Paris	43.75821	-0.03385		Nogaro,Nogarou,Nogarò,Nogaròu,nogaro,nuo jia luo,Ногаро,ノガロ,诺加罗		76	32	322	32296
2990285	Nogaret	nogaret	FR	31540	0	Europe/Paris	44.20843	3.8499				76	48	481	48155
2990286	Nogaret	nogaret	FR	31540	0	Europe/Paris	43.49336	1.92903		Nogaret		76	31	313	31400
2990289	Noëllet	noellet	FR	49520	365	Europe/Paris	47.69367	-1.09116		Noelle,Noellet,Noëllet,nuo e lai,Ноелле,诺厄莱		52	49	494	49248
2990291	Noé-les-Mallets	noe-les-mallets	FR	10360	141	Europe/Paris	48.10023	4.57082		Noe,Noe-les-Mallets,Noë,Noë-les-Mallets		44	10	103	10264
2990292	Noël-Cerneux	noel-cerneux	FR	25500	316	Europe/Paris	47.10338	6.66174		Noel-Cerneux,Noël-Cerneux		27	25	253	25425
2990293	Noé	noe	FR	31410	449	Europe/Paris	48.16339	3.40318		Noe,Noé		27	89	893	89278
2990294	Noé	noe	FR	31410	2395	Europe/Paris	43.35378	1.27423		Noe,Noé		76	31	311	31399
2990295	Nod-sur-Seine	nod-sur-seine	FR	21400	265	Europe/Paris	47.76667	4.57238		No-sjur-Sen,Nod,Nod-sur-Seine,sai na he pan nuo,Но-сюр-Сен,塞纳河畔诺		27	21	213	21455
2990296	Nods	nods	FR	25580	432	Europe/Paris	47.09892	6.33744		Nods		27	25	253	25424
2990297	Noceta	noceta	FR	20242	58	Europe/Paris	42.19821	9.20981		Noceta,Nocheta,Nuceta,Ночета		94	2B	2B3	2B177
2990298	Nocé	noce	FR	61340	770	Europe/Paris	48.37908	0.68138		Noce,Nocé		28	61	613	61309
2990299	Nocario	nocario	FR	20229	45	Europe/Paris	42.39821	9.35222		Nocario,Nokario,Nucariu,Нокарио,Нокаріо		94	2B	2B3	2B176
2990302	Noards	noards	FR	27560	68	Europe/Paris	49.21131	0.5067		Noards		28	27	272	27434
2990303	Noalhat	noalhat	FR	63290	165	Europe/Paris	45.91518	3.45615		Noalhat		84	63	635	63253
2990304	Noalhac	noalhac	FR	48310	86	Europe/Paris	44.81145	3.10615		Noalhac		76	48	482	48106
2990305	Noailly	noailly	FR	42640	732	Europe/Paris	46.1359	4.01334		Noailly		84	42	422	42157
2990307	Noailles	noailles	FR	19600	2790	Europe/Paris	49.32866	2.20024		Longvillers-Boncourt,Noailles		32	60	601	60462
2990308	Noailles	noailles	FR	19600	743	Europe/Paris	45.1029	1.52282		Noailles		75	19	191	19151
2990309	Noailles	noailles	FR	19600	174	Europe/Paris	44.01019	1.98409		Noailles		76	81	811	81197
2990311	Noaillan	noaillan	FR	33730	1105	Europe/Paris	44.47953	-0.3665		Noaillan,Noajan,Noalhan,nuo ai lang,Ноаян,诺艾朗		75	33	333	33307
2990312	Noaillac	noaillac	FR	33190	340	Europe/Paris	44.51614	-0.01124		Noaillac		75	33	333	33306
2990313	Noailhac	noailhac	FR	12320	313	Europe/Paris	45.07292	1.61817		Noailhac		75	19	191	19150
2990314	Noailhac	noailhac	FR	12320	203	Europe/Paris	44.56613	2.37631		Noailhac,Noaillac		76	12	122	12076
2990315	Noailhac	noailhac	FR	12320	755	Europe/Paris	43.57438	2.35113		Noailhac		76	81	812	81196
2990316	Nizy-le-Comte	nizy-le-comte	FR	02150	260	Europe/Paris	49.56717	4.05457		Nizy-le-Comte,Nizy-le-Marais		32	02	022	02553
2990319	Nizerolles	nizerolles	FR	03250	307	Europe/Paris	46.09802	3.63812		Nisarolas,Nisaròlas,Nizerolles,Nizrol',ni ze luo lai,Низроль,Нізроль,尼泽罗莱		84	03	033	03201
2990322	Nizas	nizas	FR	32130	554	Europe/Paris	43.51308	3.40759		Nizas		76	34	341	34184
2990323	Nizas	nizas	FR	32130	149	Europe/Paris	43.49788	0.99924		Nizas		76	32	321	32295
2990324	Nizan-Gesse	nizan-gesse	FR	31350	0	Europe/Paris	43.23353	0.59754		Nizan,Nizan-Gesse,Nizan-sur-Gesse		76	31	312	31398
2990325	Nixéville-Blercourt	nixeville-blercourt	FR	55120	0	Europe/Paris	49.1	5.28333				44	55	553	55385
2990329	Nivolas-Vermelle	nivolas-vermelle	FR	38300	1967	Europe/Paris	45.55885	5.30578		Nivolas-Vermelle		84	38	382	38276
2990330	Nivillers	nivillers	FR	60510	231	Europe/Paris	49.45696	2.16691		Nivillers		32	60	601	60461
2990331	Nivillac	nivillac	FR	56130	3433	Europe/Paris	47.53455	-2.28326		Nivilieg,Nivillac,Nivillak,Noviliacum,ni wei la ke,Нивиллак,Нівіллак,尼维拉克		53	56	563	56147
2990336	Nivelle	nivelle	FR	59230	0	Europe/Paris	50.46667	3.46667				32	59	596	59434
2990341	Nitting	nitting	FR	57790	541	Europe/Paris	48.67067	7.02948		Nitting		44	57	575	57509
2990343	Nitry	nitry	FR	89310	386	Europe/Paris	47.67213	3.87795		Nitry		27	89	891	89277
2990344	Nissan-lez-Enserune	nissan-lez-enserune	FR	34440	3301	Europe/Paris	43.28839	3.128		Nica,Nissa dAusseruna,Nissan,Nissan-lez-Anserjun,Nissan-lez-Enserune,Nissan-lez-Ensérune,Niça,ni sang lai ang se lan,Ниссан-лез-Ансерюн,Ніссан-лез-Ансерюн,尼桑莱昂瑟兰		76	34	341	34183
2990348	Niozelles	niozelles	FR	04300	213	Europe/Paris	43.93637	5.83781		N'ozel',Niozel',Niozelles,Nuaselas,Nuasèlas,ni ao ze lai,Ньозель,Ніозель,尼奥泽莱		93	04	044	04138
2990353	Niort-de-Sault	niort-de-sault	FR	11140	37	Europe/Paris	42.80249	2.00328		N'or-de-So,Nior-de-So,Niort,Niort de Saut,Niort-de-Sault,Niòrt de Saut,ni ao er de suo er,Ниор-де-Со,Ньор-де-Со,Ніор-де-Со,尼奥尔德索尔		76	11	112	11265
2990355	Niort	niort	FR	79000	54660	Europe/Paris	46.32313	-0.45877		N'or,NIT,Nior,Niort,Niortium,Niòrt,Njoras,ni ao er,nioleu,nioru,nywr,Ниор,Ньор,Ніор,ניור,نيور,نیور,ニオール,尼奥尔,니오르	79	75	79	792	79191
2990358	Ninville	ninville	FR	52800	74	Europe/Paris	48.07371	5.4368		Ninville		44	52	521	52352
2990363	Nîmes	nimes	FR	30000	148236	Europe/Paris	43.83665	4.35788		FNI,Nemausus,Nim,Nima,Nimas,Nime,Nimes,Nimo,Nismes,Nîme,Nîmes,Nīma,nayym,ni mu,nim,nimi,nimu,nym,Νιμ,Ним,Нім,Նիմ,נים,نائیم,نيم,نیم,นีม,ნიმი,ニーム,尼姆,님	30	76	30	302	30189
2990364	Nilvange	nilvange	FR	57240	5430	Europe/Paris	49.34224	6.04964		Nilvange		44	57	577	57508
2990366	Nijon	nijon	FR	52150	66	Europe/Paris	48.19279	5.64034		Nijon		44	52	521	52064
2990367	Niherne	niherne	FR	36250	1628	Europe/Paris	46.82768	1.56384		Niern,Niherne,nie er en,Ниерн,Ніерн,涅尔恩		24	36	362	36142
2990368	Niffer	niffer	FR	68680	691	Europe/Paris	47.71369	7.50925		Niffer,ni fu,Ниффер,Ніффер,尼弗		44	68	684	68238
2990369	Niévroz	nievroz	FR	01120	1476	Europe/Paris	45.82576	5.06108		N'evro,Nevro,Nievro,Nievroz,Nièvroz,Niévroz,ni ai fu luo,nyyfrw,Ньевро,Ньєвро,Նիևրո,نييفرو,尼埃夫罗		84	01	012	01276
2990376	Nieurlet	nieurlet	FR	59143	962	Europe/Paris	50.78851	2.2824		Nieurlet		32	59	594	59433
2990442	Nibelle	nibelle	FR	45340	801	Europe/Paris	48.02211	2.32776		Nibel',Nibelle,ni bei er,Нібель,尼贝尔		24	45	453	45228
2990377	Nieul-sur-Mer	nieul-sur-mer	FR	17137	6058	Europe/Paris	46.20378	-1.1678		N'el'-sjur-Mer,N'jol'-sjur-Mer,Nieul,Nieul-sur-Mer,bin hai nie yu,Ньёль-сюр-Мер,Ньєль-сюр-Мер,滨海涅于		75	17	173	17264
2990378	Nieul-sur-l'Autise	nieul-sur-l-autise	FR	85240	0	Europe/Paris	46.42398	-0.67913		Nieul,Nieul-sur l'Autize,Nieul-sur-l'Autise		52	85	851	85162
2990379	Nieul-le-Virouil	nieul-le-virouil	FR	17150	602	Europe/Paris	45.4085	-0.53073		N'el'-le-Viruj,N'jol'-le-Viruj,Nieul,Nieul-le-Virouil,nie yu lai wei lu yi,Ньёль-ле-Вируй,Ньєль-ле-Віруй,涅于莱维鲁伊		75	17	171	17263
2990380	Nieulle-sur-Seudre	nieulle-sur-seudre	FR	17600	729	Europe/Paris	45.75033	-1.0001		N'el'-sjur-Sedr,N'jol'-sjur-Sjodr,Nieulle,Nieulle-sur-Seudre,se de er he pan nie yu er,Ньёль-сюр-Сёдр,Ньєль-сюр-Седр,瑟德尔河畔涅于尔		75	17	172	17265
2990381	Nieul-lès-Saintes	nieul-les-saintes	FR	17810	1056	Europe/Paris	45.76041	-0.73215		Nieul,Nieul-les-Saintes,Nieul-les-Xantes,Nieul-lès-Saintes		75	17	174	17262
2990382	Nieul-le-Dolent	nieul-le-dolent	FR	85430	1981	Europe/Paris	46.57482	-1.50975		Nieul,Nieul-le-Dolent		52	85	853	85161
2990384	Nieul	nieul	FR	87510	1385	Europe/Paris	45.92668	1.17494		N'el',Nuelh,Nuèlh,ni yue lei,Ньель,Ньєль,尼约勒		75	87	872	87107
2990386	Nieuil-l'Espoir	nieuil-l-espoir	FR	86340	0	Europe/Paris	46.48292	0.45458		Nieuil,Nieuil-l'Espoir		75	86	863	86178
2990387	Nieuil	nieuil	FR	16270	941	Europe/Paris	45.87875	0.50126		N'ej,N'joj,Nieuil,Nuelh,nie yu yi,Ньёй,Ньєй,涅于伊		75	16	163	16245
2990388	Nieudan	nieudan	FR	15150	107	Europe/Paris	44.98372	2.24306		Nieudan		84	15	151	15143
2990389	Niergnies	niergnies	FR	59400	516	Europe/Paris	50.14756	3.25614		Niergnies		32	59	592	59432
2990392	Nieppe	nieppe	FR	59850	7638	Europe/Paris	50.70425	2.83506		N'epp,Niepkerke,Nieppe,nie pu,Ньепп,Ньєпп,涅普		32	59	594	59431
2990395	Nielles-lès-Calais	nielles-les-calais	FR	62185	209	Europe/Paris	50.90766	1.82971		Nielles-les-Calais,Nielles-lès-Calais		32	62	626	62615
2990396	Nielles-lès-Bléquin	nielles-les-blequin	FR	62380	807	Europe/Paris	50.67422	2.03136		N'el'-le-Bleken,Nielles,Nielles-le-Blequin,Nielles-le-Bléquin,Nielles-les-Blequin,Nielles-lès-Bléquin,nie lei lai bu lai kan,nylys lyh blykywyn,Ньель-ле-Блекен,Ньєль-ле-Блекен,نيليس ليه بليكيوين,涅勒莱布莱坎		32	62	625	62613
2990397	Nielles-lès-Ardres	nielles-les-ardres	FR	62610	458	Europe/Paris	50.84257	2.01667		N'el'-lez-Ardr,Nielles,Nielles-les-Ardres,Nielles-lès-Ardres,nie lei lai a de er,nylys lyh ardrys,Ньель-лез-Ардр,Ньєль-лез-Ардр,نيليس ليه أردريس,涅勒莱阿德尔		32	62	626	62614
2990403	Niedervisse	niedervisse	FR	57220	207	Europe/Paris	49.16683	6.56806		Niedervisse		44	57	573	57507
2990404	Niederstinzel	niederstinzel	FR	57930	248	Europe/Paris	48.86323	7.03155		Niederstinzel		44	57	575	57506
2990405	Niedersteinbach	niedersteinbach	FR	67510	136	Europe/Paris	49.02978	7.712		Niedersteinbach		44	67	672	67334
2990406	Niedersoultzbach	niedersoultzbach	FR	67330	292	Europe/Paris	48.84945	7.46559		Niedersoultzbach		44	67	674	67333
2990408	Niederschaeffolsheim	niederschaeffolsheim	FR	67500	1341	Europe/Paris	48.77241	7.73862		Nieder Scheffelscheim,Niederschaeffolsheim,Niederschaffolsheim,Niederschäffolsheim		44	67	672	67331
2990409	Niederrœdern	niederr-dern	FR	67470	0	Europe/Paris	48.90693	8.04697		Niderreddere,Niderredern,Niederrodern,Niederroeden,Niederroedern,Niederrödern,Níderreddere,nie dai er luo ai dai er en,nydrrdrn,nydrwdyrn,Нидерредерн,Нідерредерн,نيدروديرن,نیدرردرن,涅代尔罗埃代尔恩		44	67	672	67330
2990410	Niedernai	niedernai	FR	67210	1313	Europe/Paris	48.45101	7.51635		Nidernahn,Niderne,Niederehnheim,Niedernai,Nídernahn,nie dai er nai,nydrnay,Нидерне,Нідерне,نيدرناي,نیدرنای,涅代尔奈		44	67	675	67329
2990411	Niedermorschwihr	niedermorschwihr	FR	68230	566	Europe/Paris	48.09992	7.27338		Nidermorshvir,Niedermorschweier,nie dai er mo er si ke wei,Нидерморшвир,Нідерморшвір,涅代尔莫尔斯克维		44	68	682	68237
2990412	Niedermodern	niedermodern	FR	67350	732	Europe/Paris	48.84518	7.62673		Niedermodern		44	67	672	67328
2990413	Niederlauterbach	niederlauterbach	FR	67630	0	Europe/Paris	48.97109	8.09813				44	67	672	67327
2990415	Niederhergheim	niederhergheim	FR	68127	976	Europe/Paris	47.98563	7.39761		Niederhergheim		44	68	686	68235
2990416	Niederhausbergen	niederhausbergen	FR	67207	1454	Europe/Paris	48.624	7.7021				44	67	678	67326
2990417	Niederhaslach	niederhaslach	FR	67280	1248	Europe/Paris	48.54264	7.34282		Ingerhosle,Nideraslak,Niederhaslach,nie de la si la ke,nydyrhaslatsh,Íngerhosle,Нидераслак,Нідераслак,نيديرهاسلاتش,涅德拉斯拉克		44	67	673	67325
2990418	Niederentzen	niederentzen	FR	68127	335	Europe/Paris	47.94786	7.38092				44	68	686	68234
2990419	Niederbruck	niederbruck	FR	68290	441	Europe/Paris	47.78412	6.9692		Niederbruck		44	68	686	68201
2990420	Niederbronn-les-Bains	niederbronn-les-bains	FR	67110	4609	Europe/Paris	48.95165	7.64271		Bad Niederbronn,Niderbronn-le-Ben,Niderbrunn,Niederbronn,Niederbronn-les-Bains,Níderbrunn,nideruburon=re=ban,nie dai er bu long lai ban,nydrbrwn-l-bn,nydyrbrwn lyh bayns,Нидербронн-ле-Бен,Нідербронн-ле-Бен,نيديربرون ليه باينس,نیدربرون-ل-بن,ニーデルブロン＝レ＝バン,涅代尔布龙莱班		44	67	672	67324
2990425	Niderviller	niderviller	FR	57565	1119	Europe/Paris	48.71294	7.10627		Niderviller		44	57	575	57505
2990426	Niderhoff	niderhoff	FR	57560	296	Europe/Paris	48.63578	7.0091		Niderhoff,Niederhoff		44	57	575	57504
2990429	Nicorps	nicorps	FR	50200	391	Europe/Paris	49.02625	-1.42127		Nicorps		28	50	503	50376
2990431	Nicole	nicole	FR	47190	324	Europe/Paris	44.32454	0.33551		Nicole		75	47	471	47196
2990433	Nicey-sur-Aire	nicey-sur-aire	FR	55260	116	Europe/Paris	48.88581	5.33796		Nicey,Nicey-sur-Aire		44	55	552	55384
2990434	Nicey	nicey	FR	21330	0	Europe/Paris	48.14202	4.20358				44	10	103	10331
2990435	Nicey	nicey	FR	21330	137	Europe/Paris	47.86217	4.3154		Nicey		27	21	213	21454
2990440	Nice	nice	FR	06000	338620	Europe/Paris	43.70313	7.26608	25	NCE,Nica,Nicaea,Nicc,Nicca,Niccae,Nice,Nicea,Nico,Nikaia,Nis,Nisa,Nissa,Nissa Maritima,Nissa Marìtima,Nitza,Niza,Nizza,Niça,Nìsa,ni si,nis,nisa,niseu,nisu,nitsa,nys,Νίκαια,Ница,Ниццæ,Ницца,Ніца,Ніцца,Նիս,ניס,نيس,نیس,नीस,নিস,ਨੀਸ,நீஸ்,నీస్,นิส,ნიცა,ニース,尼斯,니스	06	93	06	062	06088
2990441	Nibles	nibles	FR	04250	44	Europe/Paris	44.28175	6.01926		Nibl',Nibles,ni bu lai,Нибль,Нібль,尼布莱		93	04	044	04137
2990443	Nibas	nibas	FR	80390	770	Europe/Paris	50.10232	1.58896		Niba,Nibas,Nibo,ni ba,Ніба,尼巴		32	80	801	80597
2990445	Niaux	niaux	FR	09400	211	Europe/Paris	42.81338	1.59142		Niaux		76	09	091	09217
2990447	Niafles	niafles	FR	53400	305	Europe/Paris	47.84647	-1.00223		N'jafl',Niafles,Niafles-les-Planches,ni a fu lai,Ньяфль,尼阿夫莱		52	53	531	53165
2990450	Nézignan-l'Évêque	nezignan-l-eveque	FR	34120	0	Europe/Paris	43.42138	3.40707		Nezignan,Nezignan-l'Eveque,Nezignan-le-Libre,Nézignan,Nézignan-l'Évêque,Nézignan-le-Libre		76	34	341	34182
2990452	Nézel	nezel	FR	78410	992	Europe/Paris	48.94452	1.83917		Nezel,Nezel',Nézel,Незель		11	78	781	78451
2990460	Neydens	neydens	FR	74160	1220	Europe/Paris	46.12162	6.10436				84	74	743	74201
2990462	Ney	ney	FR	39300	592	Europe/Paris	46.73566	5.88613		Ney		27	39	392	39389
2990463	Nexon	nexon	FR	87800	2400	Europe/Paris	45.67988	1.18491		Nexon		75	87	872	87106
2990464	Nevy-sur-Seille	nevy-sur-seille	FR	39210	258	Europe/Paris	46.7416	5.62994		Nevy,Nevy-sur-Seille		27	39	392	39388
2990465	Nevy-lès-Dole	nevy-les-dole	FR	39380	228	Europe/Paris	47	5.51667				27	39	391	39387
2990466	Nevoy	nevoy	FR	45500	1100	Europe/Paris	47.71591	2.57791		Nevey,Nevoy,Nevua,na wa,Невуа,纳瓦		24	45	451	45227
2990467	Néville-sur-Mer	neville-sur-mer	FR	50330	170	Europe/Paris	49.69118	-1.33866		Neville,Neville-sur-Mer,Néville,Néville-sur-Mer		28	50	502	50142
2990468	Néville	neville	FR	76460	1137	Europe/Paris	49.82472	0.70862		Neville,Néville		28	76	761	76467
2990469	Névian	nevian	FR	11200	1160	Europe/Paris	43.21225	2.90235		Nevian,Névian		76	11	113	11264
2990471	Névez	nevez	FR	29920	2560	Europe/Paris	47.81967	-3.7923		Neve,Nevez,Névez,nei wei,nevu~e,Неве,ネヴェ,内韦		53	29	294	29153
2990474	Nevers	nevers	FR	58000	43988	Europe/Paris	46.98956	3.159		NVS,Never,Neveras,Nevers,Niverns,Nivernum,Nivèrns,ne wei er,neubeleu,nuvu~eru,nwrs,Νεβέρ,Невер,نورس,เนอแวร์,ヌヴェール,讷韦尔,느베르	58	27	58	583	58194
2990476	Névache	nevache	FR	05100	311	Europe/Paris	45.01879	6.60386		Nevascha,Nevash,nei wa ke,Неваш,内瓦克		93	05	051	05093
2990477	Neuwiller-lès-Saverne	neuwiller-les-saverne	FR	67330	1134	Europe/Paris	48.82506	7.40513		Neiwiller,Neuweiler bei Zabern,Neuwiller,Neviller-le-Savern,na wei lai lai sa wei er en,nwylr-l-sawrn,nywwylyr lyh safyrn,Невиллер-ле-Саверн,Невіллер-ле-Саверн,نویلر-ل-ساورن,نيوويلير ليه سافيرن,纳维莱莱萨韦尔恩		44	67	674	67322
2990478	Neuwiller	neuwiller	FR	68220	531	Europe/Paris	47.52427	7.51379				44	68	684	68232
2990479	Neuvy-sur-Loire	neuvy-sur-loire	FR	58450	1371	Europe/Paris	47.52323	2.88333		Neuvy,Neuvy-sur-Loire		27	58	584	58193
2990480	Neuvy-sur-Barangeon	neuvy-sur-barangeon	FR	18330	1211	Europe/Paris	47.31495	2.25343		Neuvy,Neuvy-sur-Barangeon		24	18	183	18165
2990481	Neuvy-Sautour	neuvy-sautour	FR	89570	1064	Europe/Paris	48.0419	3.79472		Neuvy,Neuvy-Sautour		27	89	891	89276
2990482	Neuvy-Saint-Sépulchre	neuvy-saint-sepulchre	FR	36230	1625	Europe/Paris	46.59781	1.80601		Neuvy,Neuvy-Saint-Sepulchre,Neuvy-Saint-Sepulcre,Neuvy-Saint-Sépulchre,Neuvy-Saint-Sépulcre,Neuvy-sur-Bouzanne,Nevi-Sen-Sepjul'shr,Njovi-Sen-Sepjul'kr,ne wei sheng sai pi er ke er,nwwy-sn-spwlqr,Неві-Сен-Сепюльшр,Нёви-Сен-Сепюлькр,נווי-סן-ספולקר,讷维圣塞皮尔克尔		24	36	363	36141
2990483	Neuvy-Pailloux	neuvy-pailloux	FR	36100	1287	Europe/Paris	46.88486	1.86152		Neuvy,Neuvy-Pailloux,Nevi-Paju,Njovi-Paju,ne wei pei lu,Неві-Паю,Нёви-Пайу,讷维佩卢		24	36	364	36140
2990484	Neuvy-le-Roi	neuvy-le-roi	FR	37370	1190	Europe/Paris	47.60386	0.59472		Neuvy,Neuvy-la-Loi,Neuvy-le-Roi		24	37	371	37170
2990485	Neuvy-le-Barrois	neuvy-le-barrois	FR	18600	152	Europe/Paris	46.86514	3.03772		Neuvy,Neuvy-le-Barrois		24	18	182	18164
2990486	Neuvy-Grandchamp	neuvy-grandchamp	FR	71130	846	Europe/Paris	46.5894	3.93512		Neuvy,Neuvy-Grandchamp,Nevi-Gransham,Неви-Граншам,Неві-Граншам		27	71	713	71330
2990487	Neuvy-en-Sullias	neuvy-en-sullias	FR	45510	997	Europe/Paris	47.79474	2.24436		Neuvy,Neuvy-en-Sullias,Nevi-an-Sjul'jas,xu li a de qu ne wei,Неві-ан-Сюльяс,叙利阿地区讷维		24	45	452	45226
2990488	Neuvy-en-Mauges	neuvy-en-mauges	FR	49120	755	Europe/Paris	47.26738	-0.825		Neuvy,Neuvy-en-Mauges,Nevi-an-Mozh,mo re de qu ne wei,Неві-ан-Мож,莫热地区讷维		52	49	492	49092
2990489	Neuvy-en-Dunois	neuvy-en-dunois	FR	28800	320	Europe/Paris	48.20785	1.53877		Neuvy,Neuvy-en-Dunois		24	28	282	28277
2990490	Neuvy-en-Champagne	neuvy-en-champagne	FR	72240	353	Europe/Paris	48.0808	-0.03943		Neuvy,Neuvy-en-Champagne		52	72	722	72219
2990491	Neuvy-en-Beauce	neuvy-en-beauce	FR	28310	171	Europe/Paris	48.2681	1.87755		Neuvy,Neuvy-en-Beauce		24	28	281	28276
2990492	Neuvy-Deux-Clochers	neuvy-deux-clochers	FR	18250	281	Europe/Paris	47.27848	2.70037		Neuvy-Deux-Clochers,Neuvy-la-Fontaine,Neuvy-sur-Fontaine		24	18	181	18163
2990493	Neuvy-Bouin	neuvy-bouin	FR	79130	542	Europe/Paris	46.67613	-0.46011		Neuvy-Bouin		75	79	791	79190
2990494	Neuvy-au-Houlme	neuvy-au-houlme	FR	61210	221	Europe/Paris	48.81703	-0.19956		Neuvy,Neuvy-au-Houlme		28	61	612	61308
2990496	Neuvy	neuvy	FR	03000	160	Europe/Paris	48.74594	3.5206		Neuvy		44	51	512	51402
2990497	Neuvy	neuvy	FR	03000	306	Europe/Paris	47.56286	1.60276		Neuvy		24	41	411	41160
2990498	Neuvy	neuvy	FR	03000	1851	Europe/Paris	46.56191	3.29038		Neuvy		84	03	032	03200
2990501	Neuvizy	neuvizy	FR	08430	115	Europe/Paris	49.62856	4.53306		Neuizy,Neuvizy		44	08	082	08324
2990502	Neuvireuil	neuvireuil	FR	62580	466	Europe/Paris	50.35216	2.91107		Neuvireu,Neuvireuil,Nevirej,ne wei lei yi,nywfyrywyl,Невирей,Невірей,نيوفيريويل,讷维勒伊		32	62	621	62612
2990503	Neuvilly-en-Argonne	neuvilly-en-argonne	FR	55120	208	Europe/Paris	49.16241	5.0591		Neuvilly,Neuvilly-en-Argonne		44	55	553	55383
2990504	Neuvilly	neuvilly	FR	59360	973	Europe/Paris	50.14293	3.51426		Neuvilly		32	59	592	59430
2990506	Neuvilley	neuvilley	FR	39800	50	Europe/Paris	46.89802	5.59408		Neuvilley		27	39	391	39386
2990507	Neuville-Vitasse	neuville-vitasse	FR	62217	523	Europe/Paris	50.24788	2.82048		Neuville-Vitasse,Neuville-la-Liberte,Neuville-la-Liberté		32	62	621	62611
2990508	Neuvillette-en-Charnie	neuvillette-en-charnie	FR	72140	224	Europe/Paris	48.09393	-0.21185		Neuvillette,Neuvillette-en-Charnie		52	72	722	72218
2990509	Neuvillette	neuvillette	FR	02390	0	Europe/Paris	50.40233	1.89837				32	62	624	62204
2990510	Neuvillette	neuvillette	FR	02390	184	Europe/Paris	50.20853	2.32199		Neuvillette		32	80	802	80596
2990511	Neuvillette	neuvillette	FR	02390	198	Europe/Paris	49.85259	3.4827		Neuvillette		32	02	023	02552
2990512	Neuville-sur-Vanne	neuville-sur-vanne	FR	10190	342	Europe/Paris	48.25578	3.78172		Neuville,Neuville-sur-Vanne,Neuville-sur-Vannes		44	10	103	10263
2990513	Neuville-sur-Touques	neuville-sur-touques	FR	61120	249	Europe/Paris	48.85814	0.28298				28	61	613	61307
2990514	Neuville-sur-Seine	neuville-sur-seine	FR	10250	356	Europe/Paris	48.04062	4.41167		Neuville,Neuville-sur-Seine		44	10	103	10262
2990515	Neuville-sur-Sarthe	neuville-sur-sarthe	FR	72190	2286	Europe/Paris	48.076	0.19343		Neuville,Neuville-sur-Sarthe		52	72	723	72217
2990516	Neuville-sur-Saône	neuville-sur-saone	FR	69250	7453	Europe/Paris	45.87615	4.84099		Marat-sur-Saone,Marat-sur-Saône,Neuville,Neuville-sur-Saone,Neuville-sur-Saône,Nevil'-sjur-Son,Невіль-сюр-Сон		84	69	691	69143
2990517	Neuville-sur-Ornain	neuville-sur-ornain	FR	55800	353	Europe/Paris	48.82258	5.04625		Neuville,Neuville-sur-Ornain,Neuville-sur-Orne		44	55	551	55382
2990518	Neuville-sur-Oise	neuville-sur-oise	FR	95000	1489	Europe/Paris	49.01667	2.06667		Neuville,Neuville-sur-Oise,Nevil'-sjur-Uaz,Njovil'-sjur-Uaz,wa ci he pan na wei er,Невиль-сюр-Уаз,Невіль-сюр-Уаз,Нёвиль-сюр-Уаз,瓦兹河畔纳维尔		11	95	953	95450
2990519	Neuville-sur-Margival	neuville-sur-margival	FR	02880	92	Europe/Paris	49.45179	3.39905		Neuville,Neuville-sur-Margival		32	02	024	02551
2990520	Neuville-sur-Escaut	neuville-sur-escaut	FR	59293	2733	Europe/Paris	50.3	3.35		Neuville,Neuville-sur-l'Escaut,Nevil'-sjur-Esko,ai si ke he pan ne wei er,Невиль-сюр-Еско,Невіль-сюр-Еско,埃斯科河畔讷维尔		32	59	596	59429
2990521	Neuville-sur-Authou	neuville-sur-authou	FR	27800	136	Europe/Paris	49.2106	0.63949		Neuville,Neuville-sur-Authou,Nevil'-sjur-Otu,ao tu he pan ne wei er,Невиль-сюр-Оту,Невіль-сюр-Оту,奥图河畔讷维尔		28	27	272	27433
2990522	Neuville-sur-Ain	neuville-sur-ain	FR	01160	1369	Europe/Paris	46.07144	5.37491		Neuville,Neuville-sur-Ain		84	01	014	01273
2990523	Neuville-sur-Ailette	neuville-sur-ailette	FR	02860	78	Europe/Paris	49.46667	3.7		Neuville,Neuville-les Ailette,Neuville-sur-Ailette,Nevil'-sjur-Elett,Njovil'-sjur-Ehlet,ai lai te he pan ne wei er,Невіль-сюр-Елетт,Нёвиль-сюр-Элет,艾莱特河畔讷维尔		32	02	022	02550
2990524	Neuville-sous-Montreuil	neuville-sous-montreuil	FR	62170	774	Europe/Paris	50.47474	1.7767		Neuville,Neuville-sous-Montreuil		32	62	624	62610
2990526	Neuville-Saint-Vaast	neuville-saint-vaast	FR	62580	1444	Europe/Paris	50.35756	2.76261		Neuville,Neuville-Saint-Vaast,Neuville-l'Egalite,Neuville-l'Egalité,Nevil'-Sen-Vaast,ne wei er sheng wa si te,nwfyl san fas,Невиль-Сен-Вааст,Невіль-Сен-Вааст,نوفيل سان فاس,讷维尔圣瓦斯特		32	62	621	62609
2990527	Neuville-Saint-Rémy	neuville-saint-remy	FR	59554	3667	Europe/Paris	50.18618	3.22404		Neuville,Neuville-Saint-Remy,Neuville-Saint-Rémy,Neuvilly,Nevil'-Sen-Remi,Njovil'-Sen-Remi,ne wei er sheng lei mi,Невиль-Сен-Реми,Невіль-Сен-Ремі,Нёвиль-Сен-Реми,讷维尔圣雷米		32	59	592	59428
2990528	Neuville-Saint-Amand	neuville-saint-amand	FR	02100	917	Europe/Paris	49.82584	3.33395		Neuville,Neuville-Saint-Amand		32	02	023	02549
2990529	Neuviller-sur-Moselle	neuviller-sur-moselle	FR	54290	256	Europe/Paris	48.49207	6.28795		Neuviller,Neuviller-sur-Moselle		44	54	543	54399
2990530	Neuvillers-sur-Fave	neuvillers-sur-fave	FR	88100	260	Europe/Paris	48.27832	7.03689		Neuvillers,Neuvillers-sur-Fave		44	88	883	88326
2990531	Neuviller-lès-Badonviller	neuviller-les-badonviller	FR	54540	0	Europe/Paris	48.51742	6.87449		Neuviller,Neuviller-les-Badonviller,Neuviller-lès-Badonviller		44	54	542	54398
2990532	Neuviller-la-Roche	neuviller-la-roche	FR	67130	399	Europe/Paris	48.43333	7.23333		Neviller-la-Rosh,na wei lai la luo ke,nwywylrrarsh,nywfylyr la rwtsh,Невиллер-ла-Рош,Невіллер-ла-Рош,نویویلررارش,نيوفيلير لا روتش,纳维莱拉罗克		44	67	673	67321
2990533	Neuville-près-Sées	neuville-pres-sees	FR	61500	139	Europe/Paris	48.64784	0.22529		Neuville,Neuville-pres-Sees,Neuville-près-Sées		28	61	611	61081
2990534	Neuville-lès-Vaucouleurs	neuville-les-vaucouleurs	FR	55140	145	Europe/Paris	48.57761	5.67432		Neuville,Neuville-les-Vaucouleurs,Neuville-lès-Vaucouleurs,Nevil'-le-Vokuler,ne wei er lai wo ku lei er,Невиль-ле-Вокулер,Невіль-ле-Вокулер,讷维尔莱沃库勒尔		44	55	552	55381
2990535	Neuville-lès-This	neuville-les-this	FR	08090	351	Europe/Paris	49.74284	4.59941		Neuville,Neuville-les-This,Neuville-lès-This		44	08	081	08322
2990723	Nessa	nessa	FR	20225	87	Europe/Paris	42.55014	8.94833		Nessa		94	2B	2B5	2B175
2990536	Neuville-lès-Lœuilly	neuville-les-l-uilly	FR	80160	109	Europe/Paris	49.78333	2.18333		Neuville		32	80	802	80485
2990538	Neuville-lès-Decize	neuville-les-decize	FR	58300	259	Europe/Paris	46.77047	3.31505		Neuville,Neuville-les-Decize,Neuville-lès-Decize		27	58	583	58192
2990539	Neuville-les-Dames	neuville-les-dames	FR	01400	1365	Europe/Paris	46.1623	5.00667		Neuville,Neuville-les-Dames,Neuville-sur-Renon		84	01	012	01272
2990541	Neuville-Ferrières	neuville-ferrieres	FR	76270	589	Europe/Paris	49.71185	1.45774		Neuville,Neuville-Ferrieres,Neuville-Ferrières		28	76	761	76465
2990542	Neuville-en-Verdunois	neuville-en-verdunois	FR	55260	68	Europe/Paris	48.94355	5.29836		Neuville,Neuville-en-Verdunois		44	55	552	55380
2990543	Neuville-en-Ferrain	neuville-en-ferrain	FR	59531 CEDEX	9428	Europe/Paris	50.74839	3.15676		Ferrain,Neuville,Neuville en Farram,Neuville-en-Ferrain,Nevil'-an-Ferren,Njovil'-an-Ferren,ne wei er ang fei lan,Невиль-ан-Феррен,Невіль-ан-Феррен,Нёвиль-ан-Феррен,讷维尔昂费兰		32	59	595	59426
2990544	Neuville-en-Beaumont	neuville-en-beaumont	FR	50250	35	Europe/Paris	49.34751	-1.60138		Neuville,Neuville-en-Beaumont		28	50	502	50374
2990545	Neuville-en-Avesnois	neuville-en-avesnois	FR	59218	296	Europe/Paris	50.19838	3.58093		Neuville,Neuville-en-Avesnois		32	59	591	59425
2990546	Neuville-de-Poitou	neuville-de-poitou	FR	86170	4338	Europe/Paris	46.68505	0.24474		Neuville,Neuville-de-Poitou,Neuville-du-Poitou,Nevil'-de-Puatu,na wei lei de pu wa tu,Невіль-де-Пуату,纳维勒德普瓦图		75	86	863	86177
2990547	Neuville-Day	neuville-day	FR	08130	164	Europe/Paris	49.49534	4.68824		Neuville,Neuville-Day		44	08	084	08321
2990548	Neuville-Coppegueule	neuville-coppegueule	FR	80430	545	Europe/Paris	49.84731	1.75404		Neuville,Neuville-Coppegueule		32	80	802	80592
2990549	Neuville-Bosc	neuville-bosc	FR	60119	457	Europe/Paris	49.20024	2.01355		Neuville-Bosc,Nevil'-Bosk,ne wei er bo si ke,Невіль-Боск,讷维尔博斯克		32	60	601	60452
2990550	Neuville-aux-Bois	neuville-aux-bois	FR	45170	4140	Europe/Paris	48.06813	2.05372		Neuville,Neuville-aux-Bois		24	45	452	45224
2990551	Neuville-au-Plain	neuville-au-plain	FR	50480	96	Europe/Paris	49.42858	-1.33155		Neuville,Neuville-au-Plain		28	50	502	50373
2990552	Neuville-au-Cornet	neuville-au-cornet	FR	62130	67	Europe/Paris	50.33578	2.36813		Neuville,Neuville-au-Cornet		32	62	621	62607
2990553	Neuville-au-Bois	neuville-au-bois	FR	80140	186	Europe/Paris	49.97229	1.78908		Neuville,Neuville-au-Bois		32	80	802	80591
2990556	Neuville	neuville	FR	19380	0	Europe/Paris	50.75041	2.02723				32	62	625	62024
2990557	Neuville	neuville	FR	19380	0	Europe/Paris	50.1641	1.64303				32	80	801	80287
2990558	Neuville	neuville	FR	19380	0	Europe/Paris	49.29137	1.53922				28	27	271	27232
2990559	Neuville	neuville	FR	19380	0	Europe/Paris	48.85	-0.88333				28	14	144	14762
2990560	Neuville-sur-Brenne	neuville-sur-brenne	FR	37110	654	Europe/Paris	47.61667	0.91667				24	37	373	37169
2990561	Neuville	neuville	FR	19380	0	Europe/Paris	47.6	-0.68333				52	49	494	49155
2990562	Neuville	neuville	FR	19380	0	Europe/Paris	47.27875	3.36648				27	58	584	58053
2990563	Neuville	neuville	FR	19380	0	Europe/Paris	47.24695	3.0339				27	58	584	58042
2990564	Neuville	neuville	FR	19380	0	Europe/Paris	46.41857	2.8261		Neuville		84	03	031	03315
2990565	Neuville	neuville	FR	19380	335	Europe/Paris	45.74499	3.43623		Neuville		84	63	632	63252
2990566	Neuville	neuville	FR	19380	0	Europe/Paris	45.7312	0.7684				75	87	873	87168
2990567	Neuville	neuville	FR	19380	0	Europe/Paris	45.68776	2.88472		Neuville		84	63	633	63451
2990568	Neuville	neuville	FR	19380	194	Europe/Paris	45.1114	1.8303		Neuville		75	19	192	19149
2990570	Neuvillalais	neuvillalais	FR	72240	452	Europe/Paris	48.15619	-0.0014		Neuvillalais,Nevillale,Невіллале		52	72	722	72216
2990572	Neuvicq	neuvicq	FR	17270	0	Europe/Paris	45.24361	-0.18508		Neuvicq,Neuvicq-Montguyon		75	17	171	17260
2990573	Neuvicq-le-Château	neuvicq-le-chateau	FR	17490	462	Europe/Paris	45.80313	-0.1651		Neuvicq,Neuvicq-le-Chateau,Neuvicq-le-Château		75	17	175	17261
2990574	Neuvic-Entier	neuvic-entier	FR	87130	1059	Europe/Paris	45.72272	1.61198		Neuvic,Neuvic-Entier		75	87	872	87105
2990575	Neuvic	neuvic	FR	19160	2325	Europe/Paris	45.38134	2.27115		Neuvic,Neuvic d'Ussel		75	19	193	19148
2990576	Neuvic	neuvic	FR	19160	3535	Europe/Paris	45.10073	0.46879		Neuvic,Neuvic-sur-l'Isle		75	24	243	24309
2990580	Neuves-Maisons	neuves-maisons	FR	54230	6971	Europe/Paris	48.61811	6.10544		Neuves-Maisons		44	54	543	54397
2990581	Neuve-Maison	neuve-maison	FR	02500	619	Europe/Paris	49.9309	4.03262		Neuve-Maison		32	02	025	02544
2990582	Neuvelle-lès-Voisey	neuvelle-les-voisey	FR	52400	119	Europe/Paris	47.86702	5.79059		Neuvelle,Neuvelle-les-Voisey,Neuvelle-lès-Voisey		44	52	522	52350
2990583	Neuvelle-lès-la-Charité	neuvelle-les-la-charite	FR	70130	205	Europe/Paris	47.53846	5.95301		Neuvelle,Neuvelle-les-la-Charite,Neuvelle-lès-la-Charité		27	70	702	70384
2990585	Neuvelle-lès-Cromary	neuvelle-les-cromary	FR	70190	216	Europe/Paris	47.39763	6.07528		Neuvelle,Neuvelle-les-Cromary,Neuvelle-lès-Cromary		27	70	702	70383
2990587	Neuvéglise	neuveglise	FR	15260	1037	Europe/Paris	44.92809	2.98328		Neuveglise,Neuvéglise		84	15	153	15142
2990588	Neuve-Église	neuve-eglise	FR	67220	656	Europe/Paris	48.3285	7.31328		Neuve-Eglise,Neuve-Église		44	67	675	67320
2990589	Neuve-Chapelle	neuve-chapelle	FR	62840	978	Europe/Paris	50.58582	2.78196		Neuve-Chapelle,Nev-Shapel',Nieuwkapelle,nywf shabyl,xin sha pei lei,Нев-Шапель,نيوف شابيل,新沙佩勒		32	62	622	62606
2990590	Neuvecelle	neuvecelle	FR	74500	2456	Europe/Paris	46.39502	6.61257				84	74	744	74200
2990725	Nespouls	nespouls	FR	19600	511	Europe/Paris	45.04991	1.50247		Nespouls		75	19	191	19147
2990597	Neurey-lès-la-Demie	neurey-les-la-demie	FR	70000	348	Europe/Paris	47.57673	6.19384		Neurey,Neurey-les-la-Demie,Neurey-lès-la-Demie		27	70	702	70381
2990598	Neurey-en-Vaux	neurey-en-vaux	FR	70160	156	Europe/Paris	47.74641	6.20448		Neurey,Neurey-en-Vaux		27	70	702	70380
2990601	Neunkirchen-lès-Bouzonville	neunkirchen-les-bouzonville	FR	57320	320	Europe/Paris	49.35382	6.55625		Neunkirchen,Neunkirchen-les-Bouzonville,Neunkirchen-lès-Bouzonville		44	57	573	57502
2990603	Neung-sur-Beuvron	neung-sur-beuvron	FR	41210	1152	Europe/Paris	47.53486	1.80514		Nen-sjur-Bevron,Neung,Neung-sur-Beuvron,bo fu luo ne he pan na en,Нен-сюр-Беврон,伯夫罗讷河畔纳恩		24	41	413	41159
2990606	Neulliac	neulliac	FR	56300	1575	Europe/Paris	48.1281	-2.98243		Neulieg,Neulliac		53	56	562	56146
2990607	Neulles	neulles	FR	17500	148	Europe/Paris	45.50372	-0.41744		Neulles		75	17	171	17259
2990608	Neulise	neulise	FR	42590	1177	Europe/Paris	45.89811	4.18134		Neulise,Neulize		84	42	422	42156
2990609	Neulette	neulette	FR	62770	32	Europe/Paris	50.38248	2.16606		Nelett,Neulette,Noulette,ne lai te,nywlyt,Нелетт,نيوليت,讷莱特		32	62	624	62605
2990610	Neuilly-sur-Suize	neuilly-sur-suize	FR	52000	365	Europe/Paris	48.05	5.15		Neuilly,Neuilly-sur-Suize		44	52	521	52349
2990611	Neuilly-sur-Seine	neuilly-sur-seine	FR	92200	61300	Europe/Paris	48.8846	2.26965		Kamuna Njoi-sjur-Sen,N'oj sjur Sen,Neigi-syr-Sen,Neiji pie Senas,Neijī pie Sēnas,Neji na Seni,Neji-sjur-Sen,Neuilly,Neuilly sur Seine,Neuilly-sur-Seine,Njoji-sjur-Sen,Noeyi-suer-Sen,Noviliacum ad Sequanam,Nöyi-sür-Sen,QNL,noeiswileusen,nuii=shuru=senu,nwy-swr-sn,nwyy-swr-syn,nyy-syr-sn,sai na he pan na yi,sai na he pan ne yi,Νεϊγί-συρ-Σεν,Камуна Нёі-сюр-Сен,Нейи-сюр-Сен,Нейї-сюр-Сен,Неји на Сени,Ньой сюр Сен,Нёйи-сюр-Сен,ניי-סיר-סן,نويي-سور-سين,نوی-سور-سن,ヌイイ＝シュル＝セーヌ,塞纳河畔纳伊,塞纳河畔讷伊,뇌이쉬르센		11	92	922	92051
2990612	Neuilly-sur-Marne	neuilly-sur-marne	FR	93330	34465	Europe/Paris	48.85373	2.54903		Nei-sjur-Marn,Neji sir Marn,Neji-sjur-Marn,Neuilly,Neuilly-sur-Marne,Njoji-sjur-Marn,ma en he pan ne yi,nuii=shuru=marunu,nwy swr mrn,nywyly swr marny,Неи-сюр-Марн,Нейи-сюр-Марн,Неї-сюр-Марн,Неји сир Марн,Нёйи-сюр-Марн,نوی سور مرن,نيويلي سور مارني,ヌイイ＝シュル＝マルヌ,马恩河畔讷伊		11	93	932	93050
2990613	Neuilly-sur-Eure	neuilly-sur-eure	FR	61290	508	Europe/Paris	48.54197	0.90403		Neuilly,Neuilly-sur-Eure		28	61	613	61230
2990614	Neuilly-sous-Clermont	neuilly-sous-clermont	FR	60290	1765	Europe/Paris	49.34437	2.4103		Nei-su-Klermon,Neuilly,Neuilly-sous-Clermont,ne yi su ke lai meng,Неї-су-Клермон,讷伊苏克莱蒙		32	60	602	60451
2990615	Neuilly-Saint-Front	neuilly-saint-front	FR	02470	2103	Europe/Paris	49.17012	3.26393		Neuilly,Neuilly-Saint-Front,Neuilly-sur-Ourcq		32	02	021	02543
2990616	Neuilly-Plaisance	neuilly-plaisance	FR	93360	18725	Europe/Paris	48.86342	2.506		Nei-Plezans,Neji Plezans,ne yi-pu lai sang si,nuii=purezansu,Неи-Плезанс,Неї-Плезанс,Неји Плезанс,ヌイイ＝プレザンス,讷伊-普莱桑斯		11	93	932	93049
2990617	Neuilly-l'Hôpital	neuilly-l-hopital	FR	80132	0	Europe/Paris	50.16924	1.87881		Neuilly,Neuilly-l'Hopital,Neuilly-l'Hôpital		32	80	801	80590
2990618	Neuilly-l'Évêque	neuilly-l-eveque	FR	52360	0	Europe/Paris	47.91696	5.44257		Neuilly,Neuilly-l'Eveque,Neuilly-l'Évêque		44	52	522	52348
2990619	Neuilly-le-Vendin	neuilly-le-vendin	FR	53250	378	Europe/Paris	48.49534	-0.33972		Nei-le-Vanden,Neuilly,ne yi lai wang dan,Неї-ле-Ванден,讷伊莱旺丹		52	53	533	53164
2990620	Neuilly-lès-Dijon	neuilly-les-dijon	FR	21800	2204	Europe/Paris	47.27943	5.10645		Neuilly,Neuilly-les-Dijon,Neuilly-lès-Dijon		27	21	212	21452
2990621	Neuilly-le-Réal	neuilly-le-real	FR	03340	1329	Europe/Paris	46.46413	3.43197		Neuilly,Neuilly-le-Real,Neuilly-le-Réal,Neuilly-sur-Sanne		84	03	032	03197
2990623	Neuilly-le-Dien	neuilly-le-dien	FR	80150	118	Europe/Paris	50.22388	2.0423		Neuilly,Neuilly-le-Dien		32	80	801	80589
2990624	Neuilly-le-Brignon	neuilly-le-brignon	FR	37160	322	Europe/Paris	46.97441	0.78951		Neuilly,Neuilly-le-Brignon		24	37	373	37168
2990625	Neuilly-le-Bisson	neuilly-le-bisson	FR	61250	176	Europe/Paris	48.49969	0.23263		Neuilly,Neuilly-le-Bisson		28	61	611	61304
2990626	Neuilly-la-Forêt	neuilly-la-foret	FR	14230	467	Europe/Paris	49.27107	-1.09976		Neuilly,Neuilly-la-Foret,Neuilly-la-Forêt		28	14	141	14342
2990627	Neuilly-en-Vexin	neuilly-en-vexin	FR	95640	221	Europe/Paris	49.16858	1.97555		Nei-an-Veksen,Neuilly,Neuilly-en-Vexin,Neuilly-en-Véxin,Njoji-an-Veksen,fu ke sang de qu na yi li,Неи-ан-Вексен,Неї-ан-Вексен,Нёйи-ан-Вексен,弗克桑地区纳伊利		11	95	953	95447
2990628	Neuilly-en-Thelle	neuilly-en-thelle	FR	60530	3194	Europe/Paris	49.22445	2.28525		Neuilly,Neuilly-en-Thelle		32	60	604	60450
2990629	Neuilly-en-Sancerre	neuilly-en-sancerre	FR	18250	211	Europe/Paris	47.30305	2.68714		Neuilly-en-Sancerre		24	18	181	18162
2990630	Neuilly-en-Dun	neuilly-en-dun	FR	18600	258	Europe/Paris	46.79875	2.78082		Neuilly,Neuilly-en-Dun		24	18	182	18161
2990631	Neuilly-en-Donjon	neuilly-en-donjon	FR	03130	233	Europe/Paris	46.34495	3.88565		Nei-an-Donzhon,Neuilly,Neuilly-en-Donjon,Njoji-an-Donzhon,dong rong de qu ne yi,Неи-ан-Донжон,Неї-ан-Донжон,Нёйи-ан-Донжон,东容地区讷伊		84	03	033	03196
2990634	Neuilly	neuilly	FR	27730	126	Europe/Paris	48.93214	1.42062		Neuilly,Neuilly-sur-Eure		28	27	271	27429
2990635	Neuilly	neuilly	FR	27730	449	Europe/Paris	47.91641	3.43844		Neuilly		27	89	891	89196
2990636	Neuilly	neuilly	FR	27730	150	Europe/Paris	47.23964	3.50357		Neuilly		27	58	582	58191
2990637	Neuillé-Pont-Pierre	neuille-pont-pierre	FR	37360	1838	Europe/Paris	47.5484	0.54962		Neuille,Neuille-Pont-Pierre,Neuillé,Neuillé-Pont-Pierre		24	37	371	37167
2990638	Neuillé-le-Lierre	neuille-le-lierre	FR	37380	606	Europe/Paris	47.51191	0.91047		Neuille,Neuille-le-Lierre,Neuillé,Neuillé-le-Lierre		24	37	373	37166
2990639	Neuillé	neuille	FR	49680	924	Europe/Paris	47.34133	-0.03538		Neuille,Neuillé		52	49	493	49224
2990640	Neuillay-les-Bois	neuillay-les-bois	FR	36500	558	Europe/Paris	46.76593	1.47591		Nee-le-Bua,Neuillay,Neuillay-les-Bois,Njoji-le-Bua,sen lin na yi lai,Неє-ле-Буа,Нёйи-ле-Буа,森林纳伊莱		24	36	362	36139
2990641	Neuillac	neuillac	FR	17520	275	Europe/Paris	45.5181	-0.39869		Neuillac		75	17	171	17258
2990642	Neuilh	neuilh	FR	65200	85	Europe/Paris	43.0781	0.0736		Nej,Neuilh,Njoj,Nulh,na yi er,Ней,Нёй,纳伊尔		76	65	652	65328
2990643	Neuil	neuil	FR	37190	384	Europe/Paris	47.17219	0.51155		Neuil		24	37	371	37165
2990645	Neuhaeusel	neuhaeusel	FR	67480	0	Europe/Paris	48.82348	8.08594		Neihisel,Nejaezel',Neuhaeusel,Neuhasel,Neuhausel,Neuhäusel,na a e sai,nyhwyzl,nywhawsyl,Неяезель,نيوهاوسيل,نیهویزل,纳阿厄塞		44	67	672	67319
2990647	Neugartheim-Ittlenheim	neugartheim-ittlenheim	FR	67370	0	Europe/Paris	48.66228	7.53817				44	67	674	67228
2990648	Neufvy-sur-Aronde	neufvy-sur-aronde	FR	60190	186	Europe/Paris	49.49665	2.66175		Neufvy,Neufvy-sur-Aronde		32	60	603	60449
2990649	Neufvillage	neufvillage	FR	57670	51	Europe/Paris	48.93672	6.78107		Neufvillage		44	57	575	57501
2990651	Neufmoutiers-en-Brie	neufmoutiers-en-brie	FR	77610	1033	Europe/Paris	48.76882	2.83156		Nefmut'e-an-Bri,Neufmoutiers,Neufmoutiers-en-Brie,Нефмутье-ан-Бри,Нефмутьє-ан-Брі		11	77	773	77336
2990652	Neufmoulins	neufmoulins	FR	57830	41	Europe/Paris	48.68082	6.96687		Neufmoulins		44	57	575	57500
2990654	Neufmoulin	neufmoulin	FR	80132	355	Europe/Paris	50.12857	1.91076		Neufmoulin		32	80	801	80588
2990656	Neuf-Mesnil	neuf-mesnil	FR	59330	0	Europe/Paris	50.26636	3.90658				32	59	591	59424
2990657	Neufmesnil	neufmesnil	FR	50250	0	Europe/Paris	49.85746	1.02021				28	76	761	76482
2990658	Neufmesnil	neufmesnil	FR	50250	0	Europe/Paris	49.61052	0.90239				28	76	763	76385
2990659	Neufmesnil	neufmesnil	FR	50250	174	Europe/Paris	49.31229	-1.53516		Neufmesnil		28	50	503	50372
2990660	Neuf-Marché	neuf-marche	FR	76220	0	Europe/Paris	49.42393	1.71524				28	76	761	76463
2990662	Neufmanil	neufmanil	FR	08700	1202	Europe/Paris	49.81096	4.79673		Nefmanij,Neufmanil,Njomanil',ne fu ma ni lei,Нефманій,Нёманиль,讷夫马尼勒		44	08	081	08316
2990663	Neufmaisons	neufmaisons	FR	54540	0	Europe/Paris	48.45849	6.8476		Neufmaisons		44	54	542	54396
2990664	Neufmaison	neufmaison	FR	08460	60	Europe/Paris	49.76181	4.50766		Neufmaison		44	08	081	08315
2990665	Neuflize	neuflize	FR	08300	611	Europe/Paris	49.40959	4.30727		Neuflize		44	08	082	08314
2990666	Neuflieux	neuflieux	FR	02300	90	Europe/Paris	49.61942	3.16032		Neuflieux		32	02	022	02542
2990667	Neufgrange	neufgrange	FR	57910	1328	Europe/Paris	49.07679	7.06526		Neufgrange		44	57	576	57499
2990669	Neuffontaines	neuffontaines	FR	58190	123	Europe/Paris	47.36274	3.74619		Neuffontaines		27	58	582	58190
2990670	Neuffons	neuffons	FR	33580	134	Europe/Paris	44.65017	0.00593		Neuffons		75	33	333	33304
2990673	Neuf-Église	neuf-eglise	FR	63560	287	Europe/Paris	46.09626	2.88974		Neuf Eglise,Neuf-Eglise,Neuf-Église		84	63	634	63251
2990675	Neufchelles	neufchelles	FR	60890	366	Europe/Paris	49.11603	3.06081		Nefshel',Neufchelles,na fu xie lai,Нефшель,纳夫谢莱		32	60	604	60448
2990676	Neufchef	neufchef	FR	57700	2557	Europe/Paris	49.31678	6.02416		Nefshef,Neufchef,Neunhauser,Neunhaüser,na fu xie,nfshf,Нефшеф,نفشف,纳夫谢		44	57	577	57498
2990677	Neufchâtel-sur-Aisne	neufchatel-sur-aisne	FR	02190	506	Europe/Paris	49.4313	4.03409		Neufchatel,Neufchatel-sur-Aisne,Neufchâtel,Neufchâtel-sur-Aisne		32	02	022	02541
2990678	Neufchâtel-Hardelot	neufchatel-hardelot	FR	62152	3693	Europe/Paris	50.62018	1.64223		Nefshatel'-Ardelo,Neufchatel,Neufchatel-Hardelot,Neufchâtel,Neufchâtel-Hardelot,ne sha tai lei a er dai luo,nywftshatyl hardylwt,Нефшатель-Ардело,نيوفتشاتيل هارديلوت,讷沙泰勒阿尔代洛		32	62	623	62604
2990679	Neufchâtel-en-Saosnois	neufchatel-en-saosnois	FR	72600	795	Europe/Paris	48.37672	0.24653		Neufchatel,Neufchatel-en-Saosnois,Neufchâtel,Neufchâtel-en-Saosnois		52	72	722	72215
2990680	Neufchâtel-en-Bray	neufchatel-en-bray	FR	76270	5416	Europe/Paris	49.73315	1.43956		Nefshatel'-an-Bre,Neufchatel,Neufchatel-en-Bray,Neufchâtel,Neufchâtel-en-Bray,Njoshatehl'-an-Breh,Njoshatel'-an-Bre,Нефшатель-ан-Бре,Нёшатель-ан-Бре,Нёшатэль-ан-Брэ		28	76	761	76462
2990682	Neufchâteau	neufchateau	FR	88300	8047	Europe/Paris	48.35557	5.69602		Neufchateau,Neufchâteau	882	44	88	882	88321
2990683	Neuf-Brisach	neuf-brisach	FR	68600	2249	Europe/Paris	48.01783	7.52795		Brisacum Novum,Nef-Brizak,Neu-Breisach,Neuf-Brisach,Njof-Brizakh,na bu li sa ke,nufu=burizakku,nywf bryzakh,nywf-brysash,Неф-Бризак,Нёф-Бризах,نيوف-بريساش,نیوف بریزاخ,ヌフ＝ブリザック,纳布里萨克		44	68	682	68231
2990685	Neuf-Berquin	neuf-berquin	FR	59940	1237	Europe/Paris	50.66065	2.67213		Neuf-Berquin		32	59	594	59423
2990709	Neuchâtel-Urtière	neuchatel-urtiere	FR	25150	155	Europe/Paris	47.37548	6.73122		Neshatel'-Jurt'er,Neuchatel,Neuchatel-Urtiere,Neuchâtel,Neuchâtel-Urtière,na sha tai yu er di ai,Нешатель-Юртьєр,纳沙泰于尔蒂埃		27	25	252	25422
2990710	Neubois	neubois	FR	67220	594	Europe/Paris	48.30593	7.33996		Gereuth,Grit,Nebua,Neubois,na bu wa,nwbwa,nywbwys,Небуа,نوبوا,نيوبويس,纳布瓦		44	67	675	67317
2990711	Neublans-Abergement	neublans-abergement	FR	39120	0	Europe/Paris	46.91667	5.33333		Neblanz-Aberzhman,na bu lang a bei er re mang,Небланз-Абержман,纳布朗阿贝尔热芒		27	39	391	39385
2990714	Nettancourt	nettancourt	FR	55800	289	Europe/Paris	48.87642	4.94267		Nettancourt		44	55	551	55378
2990716	Nestier	nestier	FR	65150	170	Europe/Paris	43.06255	0.47918		Nest'e,Nestier,Nestièr,nei si di ye,Нестье,Нестьє,内斯蒂耶		76	65	652	65327
2990726	Nesploy	nesploy	FR	45270	320	Europe/Paris	47.99752	2.36089		Neplua,Nesploy,nei si pu lu wa,Неплуа,内斯普卢瓦		24	45	451	45223
2990727	Nesmy	nesmy	FR	85310	2131	Europe/Paris	46.59102	-1.40167		Nemi,Nesmy,nei si mi,Немі,内斯米		52	85	852	85160
2990728	Neslette	neslette	FR	80140	92	Europe/Paris	49.92421	1.66452		Neslette		32	80	802	80587
2990729	Nesles-la-Vallée	nesles-la-vallee	FR	95690	1947	Europe/Paris	49.13202	2.17099		Nel'-la-Valle,Nesles,Nesles-la-Vallee,Nesles-la-Vallée,nei si lei la wa lai e,Нель-ла-Валле,内斯勒拉瓦莱厄		11	95	953	95446
2990730	Nesles-la-Montagne	nesles-la-montagne	FR	02400	1085	Europe/Paris	49.01964	3.42607		Nesles,Nesles-la-Montagne		32	02	021	02540
2990733	Nesles	nesles	FR	62152	1089	Europe/Paris	50.62588	1.65641		Nesles		32	62	623	62603
2990734	Nesle-Normandeuse	nesle-normandeuse	FR	76340	0	Europe/Paris	49.90713	1.66813		Nesle,Nesle-Normandeuse		28	76	761	76460
2990735	Nesle-l'Hôpital	nesle-l-hopital	FR	80140	0	Europe/Paris	49.90587	1.69095		Nesle,Nesle-l'Hopital,Nesle-l'Hôpital		32	80	802	80586
2990736	Nesle-le-Repons	nesle-le-repons	FR	51700	115	Europe/Paris	49.04857	3.71405		Nesle,Nesle-le-Repons		44	51	512	51396
2990737	Nesle-la-Reposte	nesle-la-reposte	FR	51120	111	Europe/Paris	48.63226	3.55156		Nesle-la-Reposte		44	51	512	51395
2990738	Nesle-Hodeng	nesle-hodeng	FR	76270	320	Europe/Paris	49.70625	1.50544		Nesle-Hodeng		28	76	761	76459
2990739	Nesle-et-Massoult	nesle-et-massoult	FR	21330	106	Europe/Paris	47.77545	4.43112		Nesle-et-Massoult		27	21	213	21451
2990741	Nesle	nesle	FR	80190	2551	Europe/Paris	49.75888	2.91133		Nel',Nele,Nesle,Nèle,nei lei,Нель,内勒		32	80	804	80585
2990742	Nescus	nescus	FR	09240	63	Europe/Paris	42.99219	1.43184		Nescus		76	09	093	09216
2990743	Neschers	neschers	FR	63320	714	Europe/Paris	45.59034	3.16366		Neschers		84	63	633	63250
2990745	Néry	nery	FR	60320	731	Europe/Paris	49.28206	2.77737		Neri,Nery,Néry,nei li,Нері,内里		32	60	604	60447
2990746	Nerville-la-Forêt	nerville-la-foret	FR	95590	819	Europe/Paris	49.09076	2.28178		Nervil'-la-Fore,Nerville,Nerville-la-Foret,Nerville-la-Forêt,nei er wei er la fu lei,Нервиль-ла-Форе,Нервіль-ла-Форе,内尔维尔拉福雷		11	95	953	95445
2990747	Nervieux	nervieux	FR	42510	796	Europe/Paris	45.80341	4.15049		Nervieux		84	42	421	42155
2990751	Nersac	nersac	FR	16440	2464	Europe/Paris	45.62557	0.05098		Nersac,Nersak,nei er sa ke,Нерсак,内尔萨克		75	16	161	16244
2990752	Ners	ners	FR	30360	666	Europe/Paris	44.02689	4.1589		Ner,Nerc,Ners,Nèrç,nei er,Нер,内尔		76	30	301	30188
2990757	Néronde-sur-Dore	neronde-sur-dore	FR	63120	494	Europe/Paris	45.7975	3.52288		Neronde,Neronde-sur-Dore,Néronde,Néronde-sur-Dore		84	63	635	63249
2990758	Nérondes	nerondes	FR	18350	1615	Europe/Paris	46.99758	2.81834				24	18	182	18160
2990759	Néronde	neronde	FR	42510	503	Europe/Paris	45.83636	4.23598		Neronde,Néronde		84	42	422	42154
2990760	Néron	neron	FR	28210	0	Europe/Paris	48.60184	1.51385		Neron,Néron		24	28	283	28275
2990761	Néron	neron	FR	28210	0	Europe/Paris	48.24354	1.29021				24	28	282	28370
2990762	Néron	neron	FR	28210	0	Europe/Paris	47.36036	3.68357				27	58	582	58271
2990764	Nernier	nernier	FR	74140	401	Europe/Paris	46.36009	6.29904		Nernier		84	74	744	74199
2990767	Néris-les-Bains	neris-les-bains	FR	03310	2818	Europe/Paris	46.28688	2.65869		Neri-le-Ben,Neriomagus,Neris,Nerís,Néris,nei li lai ban,Нери-ле-Бен,Нері-ле-Бен,内里莱班		84	03	031	03195
2990769	Nérignac	nerignac	FR	86150	146	Europe/Paris	46.29457	0.72641		Nerignac,Nérignac		75	86	862	86176
2990770	Nérigean	nerigean	FR	33750	963	Europe/Paris	44.84165	-0.28903		Nerigean,Nérigean		75	33	335	33303
2990772	Néret	neret	FR	36400	207	Europe/Paris	46.56762	2.15057		Nere,Neret,Néret,nei lei,Нере,内雷		24	36	363	36138
2990776	Néré	nere	FR	17510	803	Europe/Paris	45.9749	-0.23624		Nere,Néré		75	17	175	17257
2990777	Nercillac	nercillac	FR	16200	1027	Europe/Paris	45.71536	-0.24615		Nercillac,Nersijak,nei er xi la ke,Нерсийак,Нерсіяк,内尔西拉克		75	16	162	16243
2990778	Nerbis	nerbis	FR	40250	277	Europe/Paris	43.75405	-0.73619		Nerbis		75	40	401	40204
2990780	Nérac	nerac	FR	47600	7688	Europe/Paris	44.13597	0.33844		Nerac,Nerak,Nérac,ne rak,nei la ke,nerakku,Нерак,เนรัก,ネラック,内拉克	474	75	47	474	47195
2990781	Nepvant	nepvant	FR	55700	67	Europe/Paris	49.5397	5.2242		Nepvant		44	55	553	55377
2990784	Néoux	neoux	FR	23200	303	Europe/Paris	45.91551	2.26036		Neoux,Néoux		75	23	231	23142
2990787	Néoules	neoules	FR	83136	1753	Europe/Paris	43.30844	6.00798		Neoules,Néoules		93	83	833	83088
2990788	Néons-sur-Creuse	neons-sur-creuse	FR	36220	398	Europe/Paris	46.74562	0.92963		Neon-sjur-Krez,Neon-sjur-Krjoz,Neons,Neons-sur-Creuse,Néons-sur-Creuse,ke lei si he pan nei weng,Неон-сюр-Крез,Неон-сюр-Крёз,克勒斯河畔内翁		24	36	361	36137
2990791	Nénigan	nenigan	FR	31350	62	Europe/Paris	43.35729	0.70318		Nenigan,Nénigan		76	31	312	31397
2990864	Navès	naves	FR	03330	745	Europe/Paris	43.5656	2.22326		Naves,Navès		76	81	812	81195
2990865	Navenne	navenne	FR	70000	1796	Europe/Paris	47.60873	6.16176		Navenne		27	70	702	70378
2990792	Nempont-Saint-Firmin	nempont-saint-firmin	FR	62180	168	Europe/Paris	50.35552	1.7332		Nampon-Sen-Firmen,Nampont-Saint-Firmin,Nempont,Nempont-Saint-Firmin,nan peng sheng fei er man,nymbwnt san fyrmyn,Нампон-Сен-Фирмен,Нампон-Сен-Фірмен,نيمبونت سان فيرمين,南蓬圣菲尔曼		32	62	624	62602
2990793	Nemours	nemours	FR	77140	13933	Europe/Paris	48.27511	2.69078		Nemours,Nemur,nei mu er,nmwr,numuru,Немур,نمور,ヌムール,内穆尔		11	77	774	77333
2990796	Nelling	nelling	FR	57670	276	Europe/Paris	48.96558	6.8663		Nelling		44	57	576	57497
2990801	Néhou	nehou	FR	50390	445	Europe/Paris	49.41988	-1.54238		Nehou,Neu,Néhou,nei wu,Неу,内乌		28	50	502	50370
2990802	Négrondes	negrondes	FR	24460	702	Europe/Paris	45.34474	0.86398		Negrond,Negrondas,Negrondes,Négrondes,nei ge long dai,Негронд,内格龙代		75	24	242	24308
2990807	Négreville	negreville	FR	50260	752	Europe/Paris	49.49386	-1.54813		Negrevil',Negreville,Négreville,nei ge lei wei er,Негревиль,Негревіль,内格勒维尔		28	50	502	50369
2990809	Nègrepelisse	negrepelisse	FR	82800	3714	Europe/Paris	44.07516	1.52129		Negrapelissa,Negrepeliss,Negrepelisse,Nègrepelisse,nei ge lei pei li se,Негрепелісс,内格雷佩利瑟		76	82	822	82134
2990819	Néfiach	nefiach	FR	66170	865	Europe/Paris	42.6929	2.66623		Nefiac,Nefiach,Néfiach		76	66	663	66121
2990820	Neffiès	neffies	FR	34320	786	Europe/Paris	43.53352	3.33028		Neffies,Neffiès,Néffiès		76	34	341	34181
2990821	Neffes	neffes	FR	05000	697	Europe/Paris	44.50478	6.02204		Neffes		93	05	052	05092
2990822	Neewiller-près-Lauterbourg	neewiller-pres-lauterbourg	FR	67630	0	Europe/Paris	48.95531	8.12576		Neewiller,Néewiller		44	67	672	67315
2990823	Nédonchel	nedonchel	FR	62550	236	Europe/Paris	50.52412	2.3588		Nedonchel,Nedonchelle,Nedonshel',Nédonchel,Nédonchelle,nei dong xie lei,nydwntshyl,Недоншель,نيدونتشيل,内东谢勒		32	62	621	62601
2990824	Nédon	nedon	FR	62550	144	Europe/Paris	50.52475	2.36977		Nedeon,Nedon,Nédon,Nédéon,nei dong,nydwn,Недон,نيدون,内东		32	62	621	62600
2990825	Nedde	nedde	FR	87120	578	Europe/Paris	45.71943	1.83135		Neda,Nedd,Nedde,nei de,Недд,内德		75	87	872	87104
2990826	Nécy	necy	FR	61160	470	Europe/Paris	48.83165	-0.11604		Necy,Nécy		28	61	612	61303
2990827	Nébouzat	nebouzat	FR	63210	673	Europe/Paris	45.71546	2.90489		Nebouzat,Nébouzat		84	63	633	63248
2990829	Nébing	nebing	FR	57670	366	Europe/Paris	48.904	6.81187		Nebing,Nébing		44	57	575	57496
2990830	Nébias	nebias	FR	11500	259	Europe/Paris	42.89675	2.11581		Nebias,Nébias		76	11	112	11263
2990831	Nébian	nebian	FR	34800	1160	Europe/Paris	43.60635	3.43083		Nebian,Nébian		76	34	342	34180
2990832	Neaux	neaux	FR	42470	435	Europe/Paris	45.96283	4.18131		Neaux		84	42	422	42153
2990833	Neauphlette	neauphlette	FR	78980	847	Europe/Paris	48.93142	1.52614		Neauphlette,Noflett,Нофлетт		11	78	781	78444
2990834	Neauphle-le-Vieux	neauphle-le-vieux	FR	78640	741	Europe/Paris	48.81549	1.86204		Neauphle,Neauphle-le-Vieux,Nofl'-le-V'e,Nofl'-le-Ve,Нофль-ле-Вье,Нофль-ле-Вє		11	78	782	78443
2990835	Neauphle-le-Château	neauphle-le-chateau	FR	78640	2933	Europe/Paris	48.81418	1.90567		Neauphle,Neauphle-la-Montagne,Neauphle-le-Chateau,Neauphle-le-Château,Nofl'-le-Shato,nwfl lwshatw,Нофль-ле-Шато,نوفل لوشاتو,نوفل‌لوشاتو		11	78	782	78442
2990836	Neauphe-sur-Dive	neauphe-sur-dive	FR	61160	140	Europe/Paris	48.8493	0.0962		Neauphe,Neauphe-sur-Dive		28	61	612	61302
2990837	Neauphe-sous-Essai	neauphe-sous-essai	FR	61500	204	Europe/Paris	48.56594	0.2106		Neauphe,Neauphe-sous-Essai,Neauphe-sous-Essay		28	61	611	61301
2990838	Neaufles-Auvergny	neaufles-auvergny	FR	27250	0	Europe/Paris	48.86667	0.75		Neaufles,Neaufles-sur-Risle		28	27	272	27427
2990839	Neaufles-Saint-Martin	neaufles-saint-martin	FR	27830	1096	Europe/Paris	49.2765	1.72794		Neaufles,Neaufles-Saint-Martin		28	27	271	27426
2990840	Neau	neau	FR	53150	746	Europe/Paris	48.15622	-0.47571		Neau		52	53	533	53163
2990841	Néant-sur-Yvel	neant-sur-yvel	FR	56430	915	Europe/Paris	48.01321	-2.3287		Nean-sjur-Ivel',Neant,Neant-sur-Yvel,Néant,Néant-sur-Yvel,yi wei he pan nei ang,Неан-сюр-Івель,Неан-сюр-Ивель,伊韦河畔内昂		53	56	562	56145
2990845	Néac	neac	FR	33500	412	Europe/Paris	44.93621	-0.18332		Neac,Néac		75	33	335	33302
2990848	Nazelles-Négron	nazelles-negron	FR	37530	3831	Europe/Paris	47.43333	0.95				24	37	373	37163
2990850	Nayemont-les-Fosses	nayemont-les-fosses	FR	88100	847	Europe/Paris	48.2969	7.00693		Nayemont,Nayemont-les-Fosses		44	88	883	88320
2990851	Nay	nay	FR	50190	78	Europe/Paris	49.24368	-1.37238		Nay		28	50	503	50368
2990852	Nay	nay	FR	50190	3530	Europe/Paris	43.17987	-0.26229		Nay		75	64	643	64417
2990853	Navilly	navilly	FR	71270	406	Europe/Paris	46.93469	5.14503		Navilly		27	71	712	71329
2990856	Nâves-Parmelan	naves-parmelan	FR	74370	966	Europe/Paris	45.93543	6.19207		Ad Naves Gebennensium,Nav-Parmelan,Naves,Naves-Parmelan,Nâves-Parmelan,Нав-Пармелан		84	74	741	74198
2990857	Naves	naves	FR	03330	645	Europe/Paris	50.20286	3.3165		Naves		32	59	592	59422
2990858	Naves	naves	FR	03330	113	Europe/Paris	46.17508	3.10926		Naves		84	03	033	03194
2990859	Naves	naves	FR	03330	0	Europe/Paris	45.55971	6.52221		Naves		84	73	731	73187
2990860	Naves	naves	FR	03330	2441	Europe/Paris	45.31395	1.76708				75	19	192	19146
2990861	Naves	naves	FR	03330	0	Europe/Paris	45.2939	4.10836				84	43	433	43020
2990862	Naves	naves	FR	03330	0	Europe/Paris	44.50469	3.02868		Naves,Naves-d'Aubrac		76	12	122	12224
2990863	Naves	naves	FR	03330	0	Europe/Paris	44.39832	4.11321		Naves		84	07	071	07334
2990866	Naveil	naveil	FR	41100	1914	Europe/Paris	47.79576	1.03222		Naveil,Navej,na wei,Навей,纳韦		24	41	412	41158
2990870	Navarrenx	navarrenx	FR	64190	1275	Europe/Paris	43.3217	-0.75968		Nabarrengose,Navarrencs,Navarrenks,Navarrens,Navarrenx,na wa er lang,Наварренкс,Наварренс,纳瓦尔朗		75	64	642	64416
2990872	Navailles-Angos	navailles-angos	FR	64450	1276	Europe/Paris	43.4142	-0.34168		Navailles,Navailles-Angos,Navaj-Angos,Navalhas e Angos,Navalhas e Angòs,na wei lai ang ge,Навай-Ангос,纳韦莱昂戈		75	64	643	64415
2990873	Navacelles	navacelles	FR	30580	249	Europe/Paris	44.16297	4.24046		Navacelas,Navacelles,Navacèlas,Navasel',na wa se lai,Навасель,纳瓦瑟莱		76	30	301	30187
2990878	Nauviale	nauviale	FR	12330	464	Europe/Paris	44.52056	2.42892		Nauviale		76	12	122	12171
2990879	Nauvay	nauvay	FR	72260	20	Europe/Paris	48.25246	0.39407		Nauvay		52	72	722	72214
2990880	Naussannes	naussannes	FR	24440	194	Europe/Paris	44.75609	0.72597		Naucanas,Naussannes,Nauçanas,Nossann,nuo sa nei,Носсанн,诺萨内		75	24	241	24307
2990881	Naussac	naussac	FR	12700	203	Europe/Paris	44.72772	3.83852				76	48	482	48105
2990882	Naussac	naussac	FR	12700	306	Europe/Paris	44.52029	2.09444		Naussac		76	12	123	12170
2990883	Nauroy	nauroy	FR	02420	689	Europe/Paris	49.95325	3.25521		Nauroy		32	02	023	02539
2990886	Naujan-et-Postiac	naujan-et-postiac	FR	33420	541	Europe/Paris	44.78894	-0.1817		Naujan e Postiac,Naujan-et-Postiac,Nozhan-e-Post'jak,nuo rang he bo si di a ke,Ножан-е-Постьяк,诺让和波斯蒂阿克		75	33	335	33301
2990887	Naujac-sur-Mer	naujac-sur-mer	FR	33990	689	Europe/Paris	45.25465	-1.02485		Naujac,Naujac-sur-Mer		75	33	334	33300
2990889	Naucelles	naucelles	FR	15000	1815	Europe/Paris	44.95898	2.41884		Naucelles		84	15	151	15140
2990890	Naucelle	naucelle	FR	12800	2138	Europe/Paris	44.19796	2.3417		Naucela,Naucelle,Naucèla,Nosel',nuo sai er,Носель,诺塞尔		76	12	123	12169
2990893	Natzwiller	natzwiller	FR	67130	660	Europe/Paris	48.43767	7.25729		Nacviller,Naswil,Natzviller,Natzweiler,Natzwiller,Nàswil,na te ci wei lai,natsuvu~ireru,natswylr,natzwylyr,Нацвиллер,Нацвіллер,ناتزويلير,ناتسویلر,ナツヴィレール,纳特兹维莱		44	67	673	67314
2990894	Nattages	nattages	FR	01300	506	Europe/Paris	45.73056	5.76351		Nattages		84	01	011	01286
2990898	Nastringues	nastringues	FR	24230	122	Europe/Paris	44.87471	0.15271		Nastringues		75	24	241	24306
2990900	Nassigny	nassigny	FR	03190	177	Europe/Paris	46.49733	2.6053		Nassigny		84	03	031	03193
2990901	Nassiet	nassiet	FR	40330	266	Europe/Paris	43.59999	-0.67873		Nassiet		75	40	401	40203
2990902	Nassandres	nassandres	FR	27550	1468	Europe/Paris	49.12632	0.73597		Nassandr,Nassandres,na sang de lei,Нассандр,纳桑德雷		28	27	272	27425
2990905	Nasbinals	nasbinals	FR	48260	502	Europe/Paris	44.66224	3.04636		Las Binals,Nasbinal',Nasbinals,na si bi na lei,Насбиналь,Насбіналь,纳斯比纳勒		76	48	482	48104
2990908	Narrosse	narrosse	FR	40180	2781	Europe/Paris	43.70324	-1.00832		Narrosse		75	40	401	40202
2990910	Narp	narp	FR	64190	122	Europe/Paris	43.37529	-0.83066		Narp,na er,Нарп,纳尔		75	64	642	64414
2990911	Narnhac	narnhac	FR	15230	86	Europe/Paris	44.92858	2.77895		Narnhac		84	15	153	15139
2990912	Nargis	nargis	FR	45210	1176	Europe/Paris	48.11106	2.75597		Nargis		24	45	451	45222
2990914	Narcy	narcy	FR	52170	245	Europe/Paris	48.58434	5.08703		Narcy		44	52	523	52347
2990915	Narcy	narcy	FR	52170	506	Europe/Paris	47.23714	3.06924		Narcy		27	58	584	58189
2990916	Narcastet	narcastet	FR	64510	557	Europe/Paris	43.25118	-0.31983		Narcastet,Narcasteth,Narcastèth,Narkastet,na er ka si tai,Наркастет,纳尔卡斯泰		75	64	643	64413
2990919	Narbonne	narbonne	FR	11100	50776	Europe/Paris	43.18396	3.00141		NNE,Narbo,Narbon,Narbona,Narbonas,Narbonn,Narbonna,Narbonne,arbwnt,na bo ne,naleubon,narubon'nu,nrbwn,Нарбон,Нарбона,Нарбонн,Нарбонна,נרבון,أربونة,نربون,ናርቦን፣ ፈረንሳይ,ナルボンヌ,纳博讷,나르본	113	76	11	113	11262
2990920	Narbief	narbief	FR	25210	72	Europe/Paris	47.12988	6.69074		Narbief		27	25	253	25421
2990921	Narbéfontaine	narbefontaine	FR	57220	124	Europe/Paris	49.14178	6.54617		Narbefontaine,Narbéfontaine		44	57	573	57495
2990926	Naours	naours	FR	80260	1139	Europe/Paris	50.03682	2.27691		Naours		32	80	802	80584
2990932	Nantua	nantua	FR	01130	4269	Europe/Paris	46.15343	5.60601		Nantjua,Nantua,Nantuat,nan di a,nangtwia,nante~yua,nantwa,Нантюа,Նանտուա,نانتوآ,نانتوا,ナンテュア,南蒂阿,낭튀아	014	84	01	014	01269
2990935	Nantoux	nantoux	FR	21190	188	Europe/Paris	47.03321	4.76035		Nantoux		27	21	211	21450
2990936	Nantouillet	nantouillet	FR	77230	288	Europe/Paris	49.0019	2.70355		Nantouillet,Nantue,Нантуе,Нантує		11	77	771	77332
2990939	Nanton	nanton	FR	71240	0	Europe/Paris	47.03533	3.35095				27	58	583	58269
2990940	Nanton	nanton	FR	71240	587	Europe/Paris	46.62016	4.81666		Nanton		27	71	712	71328
2990941	Nantois	nantois	FR	55500	113	Europe/Paris	48.63824	5.35227		Nantois		44	55	551	55376
2990943	Nant-le-Petit	nant-le-petit	FR	55500	91	Europe/Paris	48.65557	5.21457		Nant-le-Petit		44	55	551	55374
2990944	Nant-le-Grand	nant-le-grand	FR	55500	67	Europe/Paris	48.67709	5.22537		Nant-le-Grand		44	55	551	55373
2990945	Nantilly	nantilly	FR	70100	0	Europe/Paris	48.89677	1.4765				24	28	283	28096
2990946	Nantilly	nantilly	FR	70100	524	Europe/Paris	47.45842	5.52694		Nantilly		27	70	702	70376
2990947	Nantillois	nantillois	FR	55270	74	Europe/Paris	49.29882	5.1387		Nantillois		44	55	553	55375
2990948	Nantillé	nantille	FR	17770	298	Europe/Paris	45.87107	-0.49185		Nantille,Nantillé		75	17	175	17256
2990949	Nantiat	nantiat	FR	87140	1695	Europe/Paris	46.00946	1.17322		Nantiat		75	87	871	87103
2990950	Nanthiat	nanthiat	FR	24800	307	Europe/Paris	45.40826	0.98511		Nant'ja,Nanthiat,Nantiac,nan di a,Нантья,南蒂阿		75	24	242	24305
2990951	Nantheuil	nantheuil	FR	24800	959	Europe/Paris	45.41351	0.94426		Nantej,Nantheuil,Nantuelh,Nantuelh de Tivier,nan te yi,Нантей,南特伊		75	24	242	24304
2990953	Nantey	nantey	FR	39160	63	Europe/Paris	46.40821	5.39884		Nantey		27	39	392	39209
2990954	Nanteuil-sur-Marne	nanteuil-sur-marne	FR	77730	502	Europe/Paris	48.97826	3.22022		Nanteuil,Nanteuil-sur-Marne		11	77	771	77331
2990955	Nanteuil-sur-Aisne	nanteuil-sur-aisne	FR	08300	125	Europe/Paris	49.51207	4.30093		Nanteuil,Nanteuil-sur-Aisne		44	08	082	08313
2990956	Nanteuil-Notre-Dame	nanteuil-notre-dame	FR	02210	77	Europe/Paris	49.19203	3.40999		Nanteuil,Nanteuil-Notre-Dame		32	02	021	02538
2990957	Nanteuil-lès-Meaux	nanteuil-les-meaux	FR	77100	5499	Europe/Paris	48.9294	2.89594		Nanteuil,Nanteuil-les-Meaux,Nanteuil-lès-Meaux		11	77	771	77330
2990958	Nanteuil-le-Haudouin	nanteuil-le-haudouin	FR	60440	3359	Europe/Paris	49.14082	2.81142		Nantej-le-Oduen,Nanteuil,Nanteuil-le-Haudouin,Nantjoj-le-Oduehn,nan te yi lai ao du an,Нантей-ле-Одуен,Нантёй-ле-Одуэн,南特伊莱奥杜安		32	60	604	60446
2990959	Nanteuil-la-Fosse	nanteuil-la-fosse	FR	02880	136	Europe/Paris	49.43595	3.45226		Nantej-la-Foss,Nanteuil,Nanteuil-la-Fosse,Nantjoj-la-Fos,nan te yi la fu se,Нантей-ла-Фосс,Нантёй-ла-Фос,楠特伊拉福瑟		32	02	024	02537
2990960	Nanteuil-la-Forêt	nanteuil-la-foret	FR	51480	178	Europe/Paris	49.11667	3.91667		Nanteuil		44	51	512	51393
2990961	Nanteuil-en-Vallée	nanteuil-en-vallee	FR	16700	1427	Europe/Paris	46.00065	0.32171		Nantej-an-Valle,Nanteuil,Nanteuil-en-Vallee,Nanteuil-en-Vallée,Nantjoj-an-Valle,wa lai ai de qu nan te yi,Нантей-ан-Валле,Нантёй-ан-Валле,瓦莱埃地区南特伊		75	16	163	16242
2990962	Nanteuil-Auriac-de-Bourzac	nanteuil-auriac-de-bourzac	FR	24320	0	Europe/Paris	45.38333	0.28333		Nantej-Oriak-de-Burzak,Nanteuil,Nanteuil-de-Bourzac,Nantuelh e Auriac,Nantuelh e Auriac de Borzac,nan te yi er-ao li a ke de bu er zha ke,Нантей-Ориак-де-Бурзак,Нантей-Оріак-де-Бурзак,南特伊尔-奥里阿克德布尔扎克		75	24	243	24303
2990963	Nanteuil	nanteuil	FR	79400	0	Europe/Paris	47.00794	3.4672				27	58	583	58031
2990964	Nanteuil	nanteuil	FR	79400	0	Europe/Paris	46.63562	0.33462				75	86	863	86158
2990965	Nanteuil	nanteuil	FR	79400	1604	Europe/Paris	46.41226	-0.17449		Nanteuil		75	79	792	79189
2990967	Nantes-en-Ratier	nantes-en-ratier	FR	38350	429	Europe/Paris	44.93478	5.82583		Nantes,Nantes-en Rather,Nantes-en Ratier,Nantes-en-Ratier,Nantes-en-Rattier		84	38	381	38273
2990969	Nantes	nantes	FR	44000	277269	Europe/Paris	47.21725	-1.55336		NTE,Nant,Nante,Nantes,Nanti,Nanto,Naoned,Portus Namnetus,nan te,nant,nanta,nanto,Νάντη,Нант,נאנט,نانت,नांत,ナント,南特	52	52	44	442	44109
2990970	Nanterre	nanterre	FR	92000	86719	Europe/Paris	48.89198	2.20675		Nantehr,Nanter,Nanteras,Nanterr,Nanterre,Nemetodurum,nan tai er,nangteleu,nanteru,nantr,nantyr,Нантер,Нантерр,Нантэр,نانتر,نانتير,نانتیرے,ナンテール,楠泰尔,낭테르	92	11	92	922	92050
2990972	Nanteau-sur-Lunain	nanteau-sur-lunain	FR	77710	742	Europe/Paris	48.25673	2.81136		Nanteau,Nanteau-sur-Lunain		11	77	774	77329
2990973	Nanteau-sur-Essonne	nanteau-sur-essonne	FR	77760	434	Europe/Paris	48.31667	2.41667		Nanteau,Nanto-sjur-Ehssonna,Nanto-sjur-Essonn,Нанто-сюр-Ессонн,Нанто-сюр-Эссонна		11	77	774	77328
2990982	Nant	nant	FR	12230	0	Europe/Paris	45.72016	5.73804				84	01	011	01286
2990983	Nant	nant	FR	12230	876	Europe/Paris	44.02248	3.30123		Nant,Vican		76	12	121	12168
2990984	Nans-sous-Sainte-Anne	nans-sous-sainte-anne	FR	25330	132	Europe/Paris	46.97732	6.00181		Nans,Nans-sous-Sainte-Anne		27	25	251	25420
2990985	Nan-sous-Thil	nan-sous-thil	FR	21390	183	Europe/Paris	47.37405	4.35857		Nan,Nan-sous-Thil		27	21	213	21449
2990987	Nans-les-Pins	nans-les-pins	FR	83860	3409	Europe/Paris	43.37066	5.78189		Nan-le-Pen,Nanc,Nans,Nans-le-Pen,Nans-les-Pins,Nanç,nan lai pan,Нан-ле-Пен,Нанс-ле-Пен,南莱潘		93	83	833	83087
2990989	Nans	nans	FR	25680	80	Europe/Paris	47.47648	6.41181		Nans		27	25	251	25419
2990990	Nannay	nannay	FR	58350	99	Europe/Paris	47.2621	3.19105		Nannay,Nanne,na nai,Нанне,纳奈		27	58	584	58188
2990991	Nangy	nangy	FR	74380	866	Europe/Paris	46.15457	6.30624				84	74	743	74197
2990992	Nangis	nangis	FR	77370	8271	Europe/Paris	48.55535	3.01306		Nangis		11	77	773	77327
2990993	Nangis	nangis	FR	77370	0	Europe/Paris	47.78652	3.65343				27	89	891	89319
2990994	Nangeville	nangeville	FR	45330	105	Europe/Paris	48.3094	2.32397		Nangeville,Nanzhevil',nan re wei er,Нанжевіль,南热维尔		24	45	453	45191
2990995	Nandy	nandy	FR	77176	6741	Europe/Paris	48.58301	2.56292		Nandy		11	77	772	77326
2990996	Nandax	nandax	FR	42720	644	Europe/Paris	46.09788	4.16643		Nandax		84	42	422	42152
2990997	Nancy-sur-Cluses	nancy-sur-cluses	FR	74300	391	Europe/Paris	46.04186	6.58359		Nancy,Nancy-sur-Cluses		84	74	742	74196
2990999	Nancy	nancy	FR	54000	105334	Europe/Paris	48.68439	6.18496		ETZ,Nanceium,Nancio,Nancy,Nansi,Nansy,Nanzeg,nan xi,nanshi,nansi,nansy,Νανσύ,Нанси,נאנסי,نانسي,نانسی,नांसी,ナンシー,南希	54	44	54	543	54395
2991000	Nancuise	nancuise	FR	39270	48	Europe/Paris	46.46704	5.53389		Nancuise		27	39	392	39380
2991003	Nancray-sur-Rimarde	nancray-sur-rimarde	FR	45340	473	Europe/Paris	48.06826	2.3324		Nancray,Nancray-sur-Rimarde,Nankre-sjur-Rimard,li ma er de he pan nan ke lai,Нанкре-сюр-Римард,里马尔德河畔南克赖		24	45	453	45220
2991004	Nancray	nancray	FR	25360	1066	Europe/Paris	47.24536	6.18283		Nancray		27	25	251	25418
2991005	Nancras	nancras	FR	17600	451	Europe/Paris	45.74506	-0.88287		Nancras,Nankra,nan ke la,Нанкра,南克拉		75	17	174	17255
2991006	Nançois-sur-Ornain	nancois-sur-ornain	FR	55500	429	Europe/Paris	48.71289	5.29994		Nancois,Nancois-le Petit,Nancois-sur-Ornain,Nançois,Nançois-le Petit,Nançois-sur-Ornain		44	55	551	55372
2991007	Nançois-le-Grand	nancois-le-grand	FR	55500	61	Europe/Paris	48.7158	5.3823		Nancois,Nancois-le-Grand,Nançois,Nançois-le-Grand		44	55	552	55371
2991008	Nanclars	nanclars	FR	16230	208	Europe/Paris	45.84356	0.2199		Nanclars,Nanklar,nan ke la er,Нанклар,南克拉尔		75	16	163	16241
2991010	Nances	nances	FR	73470	354	Europe/Paris	45.59014	5.79688		Nances,Nans,nansys,Нанс,نانسیس		84	73	732	73184
2991012	Nance	nance	FR	39140	440	Europe/Paris	46.7396	5.42634		Nance		27	39	392	39379
2991013	Nançay	nancay	FR	18330	804	Europe/Paris	47.3501	2.19286		Nancay,Nançay		24	18	183	18159
2991014	Nanc-lès-Saint-Amour	nanc-les-saint-amour	FR	39160	269	Europe/Paris	46.4233	5.35901				27	39	392	39378
2991017	Nampty	nampty	FR	80160	208	Europe/Paris	49.79425	2.20306		Nampty		32	80	802	80583
2991018	Nampteuil-sous-Muret	nampteuil-sous-muret	FR	02200	80	Europe/Paris	49.30083	3.42511		Nampteuil,Nampteuil-sous-Muret		32	02	024	02536
2991019	Namps-Maisnil	namps-maisnil	FR	80290	0	Europe/Paris	49.8	2.1		Namps-au-Val		32	80	802	80582
2991021	Nampont	nampont	FR	80120	234	Europe/Paris	50.35	1.75		Nampon,Nampont-Saint-Martin,Nampont-l'Egalite,Nampont-l'Egalité,nan peng,Нампон,南蓬		32	80	801	80580
2991022	Nampcelles-la-Cour	nampcelles-la-cour	FR	02140	134	Europe/Paris	49.77872	4.00309		Nampcelle,Nampcelle-la Cour,Nampcelles,Nampcelles-la-Cour		32	02	025	02535
2991023	Nampcel	nampcel	FR	60400	288	Europe/Paris	49.48536	3.09848		Nampcel		32	60	603	60445
2991024	Nambsheim	nambsheim	FR	68740	428	Europe/Paris	47.93395	7.5614		Nambsheim		44	68	682	68230
2991025	Nalzen	nalzen	FR	09300	135	Europe/Paris	42.91712	1.75802		Nalzen		76	09	092	09215
2991026	Nalliers	nalliers	FR	85370	350	Europe/Paris	46.6023	0.86611		Nalliers		75	86	862	86175
2991027	Nalliers	nalliers	FR	85370	2012	Europe/Paris	46.47055	-1.02953		Nalliers		52	85	851	85159
2991029	Najac	najac	FR	12270	777	Europe/Paris	44.21999	1.97875		Najac,Nazhak,na ya ke,Нажак,纳雅克		76	12	123	12167
2991030	Naizin	naizin	FR	56500	1625	Europe/Paris	47.98972	-2.83267		Naizin,Neizin,Nezen,nai zan,Незен,奈赞		53	56	562	56144
2991031	Naix-aux-Forges	naix-aux-forges	FR	55500	204	Europe/Paris	48.63718	5.37652		Naix,Naix-aux-Forges		44	55	551	55370
2991032	Naives-en-Blois	naives-en-blois	FR	55190	116	Europe/Paris	48.66183	5.54797		Naives,Naives-en-Blois		44	55	552	55368
2991033	Naives-Rosières	naives-rosieres	FR	55000	904	Europe/Paris	48.78333	5.21667		Naives,Naives-devant-Bar,Nev-Roz'er,nai wei luo xi ai,Нев-Розьер,Нев-Розьєр,奈韦罗西埃		44	55	551	55369
2991034	Naisey-les-Granges	naisey-les-granges	FR	25360	625	Europe/Paris	47.21667	6.25				27	25	251	25417
2991035	Nainville-les-Roches	nainville-les-roches	FR	91750	512	Europe/Paris	48.50559	2.49505		Nainville,Nainville-les-Roches,Nenvil'-le-Rosh,nan wei er lai luo she,Ненвиль-ле-Рош,Ненвіль-ле-Рош,楠维尔莱罗舍		11	91	912	91441
2991036	Naintré	naintre	FR	86530	5644	Europe/Paris	46.76285	0.48303		Naintre,Naintré,Nentre,nan te lei,Нентре,南特勒		75	86	861	86174
2991038	Nailly	nailly	FR	89100	0	Europe/Paris	48.22343	3.22185		Nailly		27	89	893	89274
2991039	Nailly	nailly	FR	89100	0	Europe/Paris	47.58048	3.78				27	89	892	89362
2991040	Nailloux	nailloux	FR	31560	1385	Europe/Paris	43.35611	1.62292		Nailloux,Naju,Nalhos,Nalhós,nai lu,Найу,Наю,奈卢		76	31	313	31396
2991041	Naillat	naillat	FR	23800	640	Europe/Paris	46.26444	1.63725		Naillat		75	23	232	23141
2991042	Nailhac	nailhac	FR	24390	295	Europe/Paris	45.22648	1.15275		Nailhac,Najak,Nalhac,nai ya ke,Найак,Наяк,奈亚克		75	24	244	24302
2991043	Nahuja	nahuja	FR	66340	68	Europe/Paris	42.42428	1.99548		Nahuja,Naueja,Naüja		76	66	663	66120
2991046	Nages-et-Solorgues	nages-et-solorgues	FR	30114	1413	Europe/Paris	43.7906	4.23003		Nages,Nages-et-Solorgues,Najas e Solorgues,Najas e Solòrgues,Nazh-e-Solorg,na re he suo luo er gai,Наж-е-Солорг,纳热和索洛尔盖		76	30	302	30186
2991047	Nages	nages	FR	81320	345	Europe/Paris	43.67513	2.77912		Nages,Najas,Nazh,na re,Наж,纳热		76	81	812	81193
2991048	Nagel-Séez-Mesnil	nagel-seez-mesnil	FR	27190	321	Europe/Paris	48.92351	0.93598		Nagel,Nagel-Seez-Mesnil,Nagel-Séez-Mesnil		28	27	273	27424
2991051	Nadillac	nadillac	FR	46360	64	Europe/Paris	44.56309	1.51839		Nadillac		76	46	463	46210
2991053	Nades	nades	FR	03450	137	Europe/Paris	46.15909	2.96811		Nades		84	03	033	03192
2991057	Nadaillac-de-Rouge	nadaillac-de-rouge	FR	46350	107	Europe/Paris	44.84847	1.4286		Nadaillac,Nadaillac-de-Rouge		76	46	463	46209
2991058	Nadaillac	nadaillac	FR	24590	0	Europe/Paris	45.46667	0.35				75	16	161	16125
2991059	Nadaillac	nadaillac	FR	24590	0	Europe/Paris	45.03937	1.39714		Nadaillac,Nadajak,Nadalhac,na dai la ke,Надаяк,纳代拉克		75	24	244	24301
2991060	Nadaillac	nadaillac	FR	24590	0	Europe/Paris	44.77656	1.3293				76	46	463	46216
2991067	Nachamps	nachamps	FR	17380	224	Europe/Paris	46.01716	-0.62484		Nachamps,Nasham,Nashan,na shang pu,Нашам,Нашан,纳尚普		75	17	175	17254
2991068	Nabringhen	nabringhen	FR	62142	159	Europe/Paris	50.74607	1.86449		Nabringhen		32	62	623	62599
2991069	Nabirat	nabirat	FR	24250	348	Europe/Paris	44.75325	1.29743		Nabirat		75	24	244	24300
2991070	Nabinaud	nabinaud	FR	16390	91	Europe/Paris	45.2858	0.21273		Nabinau,Nabinaud,Nabino,na bi nuo,Набино,Набіно,纳比诺		75	16	161	16240
2991071	Nabas	nabas	FR	64190	120	Europe/Paris	43.33233	-0.87488		Nabas		75	64	642	64412
2991072	Myon	myon	FR	25440	214	Europe/Paris	47.02475	5.94196		Myon		27	25	251	25416
2991073	Myennes	myennes	FR	58440	558	Europe/Paris	47.446	2.93362		Myennes		27	58	584	58187
2991075	Myans	myans	FR	73800	966	Europe/Paris	45.5134	5.9939		Mian,Myans,myans,Міан,میانس		84	73	732	73183
2991076	Muzy	muzy	FR	27650	825	Europe/Paris	48.77409	1.34771		Muzy		28	27	273	27423
2991077	Muzillac	muzillac	FR	56190	4308	Europe/Paris	47.55317	-2.48209		Mjuzijak,Musiliacum,Muzilheg,Muzillac,mi qi la ke,Мюзияк,Мюзіяк,米齐拉克		53	56	563	56143
2991078	Muzeray	muzeray	FR	55230	110	Europe/Paris	49.3392	5.62127		Muzeray		44	55	553	55367
2991086	Mutzig	mutzig	FR	67190	6329	Europe/Paris	48.53974	7.45594		Mjucig,Muetzig,Mutzig,Mützig,mi te qi,mutsu~ihi,Мюциг,ムツィヒ,米特齐		44	67	673	67313
2991087	Mutzenhouse	mutzenhouse	FR	67270	406	Europe/Paris	48.74102	7.58889		Mutzenhausen		44	67	674	67312
2991088	Muttersholtz	muttersholtz	FR	67600	1832	Europe/Paris	48.26761	7.53567		Mieterschulz,Mjuttersol'c,Muettersholz,Mutherholz,Muttersholtz,Muttersholz,Müttersholz,mi tai er suo er te,myutterusorutsu,Мюттерсольц,ミュッテルソルツ,米泰尔索尔特		44	67	675	67311
2991089	Mutrécy	mutrecy	FR	14220	276	Europe/Paris	49.06518	-0.42024		Mutrecy,Mutrécy		28	14	142	14461
2991090	Mutigny	mutigny	FR	51160	190	Europe/Paris	49.06667	4.02492		Mjutin'i,Mutigny,mi di ni,Мютіньї,米蒂尼		44	51	512	51392
2991091	Mutigney	mutigney	FR	39290	148	Europe/Paris	47.277	5.54381		Mjutin'e,Mutigney,mi di gai yi,Мютіньє,米蒂盖伊		27	39	391	39377
2991095	Mussy-sur-Seine	mussy-sur-seine	FR	10250	1308	Europe/Paris	47.97791	4.49743		Mjussi-sjur-Sen,Mussy,Mussy-sur-Seine,sai na he pan mi xi,Мюсси-сюр-Сен,Мюссі-сюр-Сен,塞纳河畔米西		44	10	103	10261
2991096	Mussy-sous-Dun	mussy-sous-dun	FR	71170	357	Europe/Paris	46.23439	4.33168		Mussy,Mussy-sous-Dun		27	71	713	71327
2991097	Mussy-la-Fosse	mussy-la-fosse	FR	21150	93	Europe/Paris	47.52166	4.43845		Mussy-la-Fosse		27	21	213	21448
2991101	Mussig	mussig	FR	67600	1150	Europe/Paris	48.22993	7.51963				44	67	675	67310
2991102	Mussidan	mussidan	FR	24400	2993	Europe/Paris	45.03505	0.36495		Mjusidan,Mjussidan,Moissida,Mussidan,mi xi dang,Мюсидан,Мюссидан,Мюссідан,米西当		75	24	243	24299
2991103	Mussey-sur-Marne	mussey-sur-marne	FR	52300	334	Europe/Paris	48.37869	5.14905		Mussey,Mussey-sur-Marne		44	52	523	52346
2991104	Val-d'Ornain	val-d-ornain	FR	55000	0	Europe/Paris	48.8	5.06667		Mussey		44	55	551	55366
2991108	Musigny	musigny	FR	21230	91	Europe/Paris	47.16286	4.52		Musigny		27	21	211	21447
2991109	Musièges	musieges	FR	74270	293	Europe/Paris	46.01268	5.95345		Musiege,Musieges,Musiège,Musièges		84	74	743	74195
2991110	Musculdy	musculdy	FR	64130	296	Europe/Paris	43.19691	-0.96602		Mjuskjul'di,Musculdy,Muskildi,mi si qu er di,Мюскюльди,Мюскюльді,米斯屈尔迪		75	64	642	64411
2991111	Muscourt	muscourt	FR	02160	0	Europe/Paris	49.36441	3.74822		Muscourt		32	02	022	02534
2991115	Mus	mus	FR	30121	1150	Europe/Paris	43.73976	4.20055		Mus		76	30	302	30185
2991116	Murzo	murzo	FR	20160	81	Europe/Paris	42.16813	8.8263		Murco,Murzo,Murzu,Мурцо		94	2A	2A1	2A174
2991117	Murville	murville	FR	54490	213	Europe/Paris	49.3381	5.82468		Murville		44	54	541	54394
2991118	Murviel-lès-Montpellier	murviel-les-montpellier	FR	34570	1352	Europe/Paris	43.60528	3.7375		Mervielh,Mervielh de Montpelhier,Mervièlh,Mervièlh de Montpelhièr,Mjurv'el'-le-Monpel'e,Mjurvel'-le-Monpel'e,Murviel,Murviel-les-Montpellier,Murviel-lès-Montpellier,mi er wei ye lai meng bi li ai,Мюрвьель-ле-Монпелье,Мюрвєль-ле-Монпельє,米尔维耶莱蒙彼利埃		76	34	343	34179
2991119	Murviel-lès-Béziers	murviel-les-beziers	FR	34490	2796	Europe/Paris	43.43333	3.13333		Mjurv'el'-le-Bez'e,Mjurvel'-le-Bez'e,Murvielh,Murvièlh,mi er wei ye lai bei ji ye,Мюрвьель-ле-Безье,Мюрвєль-ле-Безьє,米尔维耶莱贝济耶		76	34	341	34178
2991120	Murvaux	murvaux	FR	55110	146	Europe/Paris	49.39162	5.24586		Murvaux		44	55	553	55365
2991125	Murtin-et-Bogny	murtin-et-bogny	FR	08150	139	Europe/Paris	49.81714	4.53839		Murtin-et-Bogny		44	08	081	08312
2991127	Murs	murs	FR	36700	232	Europe/Paris	45.64166	5.66132		Murs,Murs-et-Gelignieux,Murs-et-Gelinieux,Murs-et-Gélignieux,Murs-et-Gélinieux		84	01	011	01268
2991128	Mûrs-Erigné	murs-erigne	FR	49610	5384	Europe/Paris	47.39592	-0.55293		Mjur-Erin'e,Murs,Murs-Erigne,Mûrs,Mûrs-Erigné,Mûrs-Érigné,mi er ai li nie,Мюр-Ериньє,米尔埃里涅		52	49	491	49223
2991130	Murs	murs	FR	36700	136	Europe/Paris	46.91437	1.16169		Murs		24	36	362	36136
2991131	Murs	murs	FR	36700	443	Europe/Paris	43.95189	5.24147		Murs		93	84	841	84085
2991134	Muron	muron	FR	17430	1086	Europe/Paris	46.03524	-0.82893		Muron		75	17	172	17253
2991135	Murols	murols	FR	12600	134	Europe/Paris	44.75441	2.57637		Murols		76	12	122	12166
2991136	Murol	murol	FR	63790	585	Europe/Paris	45.57306	2.94301		Mjurol',Murol,Murols,Murou,Muròu,mi luo,Мюроль,米罗		84	63	633	63247
2991140	Muro	muro	FR	20225	278	Europe/Paris	42.54584	8.91415		Muro		94	2B	2B5	2B173
2991141	Murlin	murlin	FR	58700	93	Europe/Paris	47.20476	3.18172		Murlin		27	58	584	58186
2991142	Murles	murles	FR	34980	265	Europe/Paris	43.68862	3.74585		Murles		76	34	342	34177
2991144	Murinais	murinais	FR	38160	375	Europe/Paris	45.21209	5.31625		Murinais		84	38	381	38272
2991146	Murianette	murianette	FR	38420	715	Europe/Paris	45.19093	5.81855		Mjur'janett,Mjurjanett,Murianette,mi li a nei te,Мюрьянетт,Мюрянетт,米里阿内特		84	38	381	38271
2991148	Muret-le-Château	muret-le-chateau	FR	12330	282	Europe/Paris	44.49333	2.57559		Muret,Muret-le-Chateau,Muret-le-Château		76	12	122	12165
2991149	Muret-et-Crouttes	muret-et-crouttes	FR	02210	99	Europe/Paris	49.28464	3.41667		Muret,Muret-et-Crouttes		32	02	024	02533
2991153	Muret	muret	FR	31600	24313	Europe/Paris	43.45998	1.32541		Barrancu,Lapangan Terbang LHerm,Mire,Mjure,Muret,Mureth,Muriel,Murèth,mi lei,mwrh,myure,Мире,Мюре,موره,ミュレ,米雷	311	76	31	311	31395
2991154	Mûres	mures	FR	74540	718	Europe/Paris	45.80622	6.03774		Les Mures,Mures,Mures-les Balmettes,Mûres,Mûres-les Balmettes		84	74	741	74194
2991156	Mureils	mureils	FR	26240	337	Europe/Paris	45.20957	4.9306		Mureils		84	26	263	26219
2991157	Mureaumont	mureaumont	FR	60220	114	Europe/Paris	49.6386	1.78537		Mjuromon,Mureaumont,mi luo meng,Мюромон,米罗蒙		32	60	601	60444
2991160	Mur-de-Sologne	mur-de-sologne	FR	41230	1241	Europe/Paris	47.41239	1.60832		Mur,Mur-de-Sologne		24	41	413	41157
2991161	Mûr-de-Bretagne	mur-de-bretagne	FR	22530	2183	Europe/Paris	48.20077	-2.98625		Mjur-de-Bretan',Mur,Mur-de-Bretagne,Mûr-de-Bretagne,mi de bu lei ta ni,myuru=do=burutanyu,Мюр-де-Бретань,ミュール＝ド＝ブルターニュ,米德布雷塔尼		53	22	224	22158
2991162	Mur-de-Barrez	mur-de-barrez	FR	12600	829	Europe/Paris	44.84265	2.66148		Lo Mur de Barres,Lo Mur de Barrés,Mjur-de-Barres,Mjur-de-Barrez,Mur-de-Barres,Mur-de-Barrez,Mur-de-Barrès,mi de ba er lei,Мюр-де-Баррез,Мюр-де-Баррес,米德巴尔雷		76	12	122	12164
2991163	Murbach	murbach	FR	68530	145	Europe/Paris	47.92316	7.15555		Mjurbak,mi er ba ke,Мюрбак,米尔巴克		44	68	686	68229
2991164	Murat-sur-Vèbre	murat-sur-vebre	FR	81320	857	Europe/Paris	43.68482	2.85474		Mjurat-sjur-Vebr,Murat,Murat-sur-Vebre,Murat-sur-Vèbre,wei bu lei he pan mi la,Мюрат-сюр-Вебр,韦布勒河畔米拉		76	81	812	81192
2991166	Murato	murato	FR	20239	607	Europe/Paris	42.578	9.3271		Murato		94	2B	2B5	2B172
2991167	Murato	murato	FR	20239	0	Europe/Paris	42.55162	8.91468		Murato		94	2B	2B5	2B173
2991168	Murato	murato	FR	20239	0	Europe/Paris	41.62911	9.05513		Murato,Pasciale Morato		94	2A	2A4	2A115
2991169	Murat-le-Quaire	murat-le-quaire	FR	63150	0	Europe/Paris	45.59788	2.73515		Murat,Murat-le-Quaire		84	63	633	63246
2991175	Murat	murat	FR	03390	320	Europe/Paris	46.40264	2.91122		Murat		84	03	031	03191
2991176	Murat	murat	FR	03390	0	Europe/Paris	45.99747	1.70968				75	23	232	23189
2991177	Murat	murat	FR	03390	0	Europe/Paris	45.68864	3.50516				84	63	632	63334
2991178	Murat	murat	FR	03390	0	Europe/Paris	45.48333	2.25				75	19	193	19180
2991179	Murat	murat	FR	03390	2316	Europe/Paris	45.11011	2.86859		Murat		84	15	153	15138
2991180	Murat	murat	FR	03390	0	Europe/Paris	44.98887	1.61264				76	46	463	46232
2991181	Murat	murat	FR	03390	0	Europe/Paris	44.62247	1.51076				76	46	463	46151
2991182	Murasson	murasson	FR	12370	210	Europe/Paris	43.75993	2.76459		Murasson		76	12	121	12163
2991184	Muracciole	muracciole	FR	20219	53	Europe/Paris	42.1698	9.18404		E Muracciole,Muracciole,Murachchole,Мураччоле		94	2B	2B3	2B171
2991186	Munwiller	munwiller	FR	68250	454	Europe/Paris	47.9302	7.3441				44	68	686	68228
2991187	Muntzenheim	muntzenheim	FR	68320	966	Europe/Paris	48.10147	7.47585		Mjuncenajm,Munzenheim,man te ze nan,Мюнценайм,曼特泽南		44	68	682	68227
2991188	Munster	munster	FR	57670	199	Europe/Paris	48.91539	6.90662		Munster		44	57	575	57494
2991189	Munster	munster	FR	57670	5162	Europe/Paris	48.04048	7.13933		Munster		44	68	682	68226
2991193	Muneville-sur-Mer	muneville-sur-mer	FR	50290	318	Europe/Paris	48.9344	-1.49096		Muneville,Muneville-sur-Mer		28	50	501	50365
2991194	Muneville-le-Bingard	muneville-le-bingard	FR	50490	548	Europe/Paris	49.12065	-1.47988		Muneville,Muneville-le-Bingard		28	50	503	50364
2991199	Mundolsheim	mundolsheim	FR	67450	5572	Europe/Paris	48.64215	7.71378		Mjundol'sajm,Mundelse,man duo er sang,mwndwlshym,Мюндольсайм,موندولشيم,曼多尔桑		44	67	678	67309
2991200	Muncq-Nieurlet	muncq-nieurlet	FR	62890	466	Europe/Paris	50.84724	2.11474		Muncq-Nieurlet		32	62	626	62598
2991201	Munchhouse	munchhouse	FR	68740	1490	Europe/Paris	47.8693	7.45233		Munchhausen,Munchhouse,Münchhausen		44	68	682	68225
2991202	Munchhausen	munchhausen	FR	67470	0	Europe/Paris	48.92025	8.14879		Munchhausen,Munchhouse		44	67	672	67308
2991204	Mun	mun	FR	65350	95	Europe/Paris	43.28379	0.26944		Mun		76	65	653	65326
2991206	Mulsans	mulsans	FR	41500	414	Europe/Paris	47.69626	1.38527		Mulsans		24	41	411	41156
2991207	Mulsanne	mulsanne	FR	72230	4787	Europe/Paris	47.91151	0.24826		Mjul'sann,Mulsanne,mwlsan,Мюльсанн,مولسان		52	72	723	72213
2991214	Mulhouse	mulhouse	FR	68050 CEDEX 1	111430	Europe/Paris	47.75205	7.32866		EAP,MLH,Miluz,Miluza,Miuluzas,Miulūzas,Mjuluz,Mueihausn,Muelhausen,Mulhouse,Mulhousen,Mulhusia,Mylhuzy,Mylhúzy,Mylouzi,Müihausn,Mülhausen,mi lu si,miuluzi,mwillujeu,mwlwz,mylwz,myulujha,myuruzu,Μυλούζη,Милуз,Мюлуз,ملہاؤز,مولوز,ميلوز,म्युलुझ,მიულუზი,ミュルーズ,米卢斯,뮐루즈	684	44	68	684	68224
2991217	Mulcey	mulcey	FR	57260	235	Europe/Paris	48.80122	6.66302		Mulcey		44	57	575	57493
2991218	Mulcent	mulcent	FR	78790	74	Europe/Paris	48.87866	1.65192		Mjul'san,Mulcent,Мюльсан		11	78	781	78439
2991220	Muizon	muizon	FR	51140	2335	Europe/Paris	49.27499	3.89083		Mjuizon,Muizon,mi yi zong,Мюїзон,米伊宗		44	51	513	51391
2991222	Muirancourt	muirancourt	FR	60640	507	Europe/Paris	49.64429	3.01041		Muirancourt		32	60	603	60443
2991223	Muille-Villette	muille-villette	FR	80400	807	Europe/Paris	49.72762	3.06768		Muille,Muille-Villette		32	80	804	80579
2991224	Muids	muids	FR	27430	887	Europe/Paris	49.22314	1.29011		Muids		28	27	271	27422
2991225	Muidorge	muidorge	FR	60480	123	Europe/Paris	49.53142	2.13777		Muidorge		32	60	601	60442
2991226	Muides-sur-Loire	muides-sur-loire	FR	41500	1203	Europe/Paris	47.66958	1.52694		Mjuid-sjur-Luar,Muides,Muides-sur-Loire,lu wa er he pan mi yi dai,Мюїд-сюр-Луар,卢瓦尔河畔米伊代		24	41	411	41155
2991227	Mulhausen	mulhausen	FR	67350	398	Europe/Paris	48.88323	7.55273		Muhlhausen,Mulhausen		44	67	674	67307
2991228	Muhlbach-sur-Munster	muhlbach-sur-munster	FR	68380	753	Europe/Paris	48.02551	7.08243		Muhlbach,Muhlbach-sur-Munster		44	68	682	68223
2991229	Muhlbach-sur-Bruche	muhlbach-sur-bruche	FR	67130	712	Europe/Paris	48.51548	7.29792		Meelbach,Meelbàch,Mjul'bak-sjur-Brjush,Muehlbach an der Breusch,Muhlbach,Muhlbach-sur-Bruche,Mühlbach an der Breusch,bu lu ke he pan mi er ba ke,mwhlbatsh,mwlbakh-swr-brwkhh,Мюльбак-сюр-Брюш,مولباخ-سور-بروخه,موهلباتش,布吕克河畔米尔巴克		44	67	673	67306
2991231	Mugron	mugron	FR	40250	1493	Europe/Paris	43.74982	-0.75239		Mjugron,Mugron,mi ge long,Мюгрон,米格龙		75	40	401	40201
2991236	Muespach-le-Haut	muespach-le-haut	FR	68640	849	Europe/Paris	47.54725	7.40223		Muespach-le-Haut		44	68	681	68222
2991237	Muespach	muespach	FR	68640	0	Europe/Paris	47.54907	7.37803		Moyen-Muespach,Muespach,Muespach-Moyen,Muespach-le-Bas		44	68	681	68221
2991238	Muel	muel	FR	35290	0	Europe/Paris	48.16952	-2.3156				53	22	224	22371
2991239	Muel	muel	FR	35290	718	Europe/Paris	48.12711	-2.15857		Moel,Muel		53	35	353	35201
2991242	Muchedent	muchedent	FR	76590	113	Europe/Paris	49.77162	1.18223		Muchedent		28	76	761	76458
2991246	Mudaison	mudaison	FR	34130	2500	Europe/Paris	43.64616	4.03916		Mucaison,Mudaison		76	34	343	34176
2991255	Mozé-sur-Louet	moze-sur-louet	FR	49610	2110	Europe/Paris	47.35783	-0.55204		Moze,Moze-sur-Louet,Mozé,Mozé-sur-Louet		52	49	491	49222
2991258	Mozac	mozac	FR	63200	3507	Europe/Paris	45.89393	3.09512		Mausac,Moza,Mozac,mo zha ke,Моза,莫扎克		84	63	634	63245
2991259	Moyvillers	moyvillers	FR	60190	536	Europe/Paris	49.41487	2.65108		Moyvillers		32	60	603	60441
2991261	Moyrazès	moyrazes	FR	12160	1146	Europe/Paris	44.34336	2.4391		Moyrazes,Moyrazès		76	12	123	12162
2991262	Moyon	moyon	FR	50860	916	Europe/Paris	49.00045	-1.11863		Moyon,Muajon,mu wa weng,Муайон,穆瓦翁		28	50	504	50363
2991263	Moyeuvre-Petite	moyeuvre-petite	FR	57250	525	Europe/Paris	49.2701	6.02554		Moyeuvre-Petite,Moyeuvre-la-Petite		44	57	577	57492
2991264	Moyeuvre-Grande	moyeuvre-grande	FR	57250	9099	Europe/Paris	49.25294	6.04467		Grande Moyeuvre,Moyeuvre,Moyeuvre-Grande,Moyeuvre-la-Grande,Muaevr-Grand,mu wa e fu er ge lang de,mwaywr-grand,Муаевр-Гранд,Муаєвр-Гранд,موایور-گراند,穆瓦厄夫尔格朗德		44	57	577	57491
2991266	Moyenvic	moyenvic	FR	57630	364	Europe/Paris	48.77848	6.56416		Moyenvic,Muajanvik,Muajjanvik,mu wa ang wei ke,mwayanwyk,Муайянвик,Муаянвик,Муаянвік,موایانویک,穆瓦昂维克		44	57	575	57490
2991267	Moyenneville	moyenneville	FR	60190	279	Europe/Paris	50.18168	2.78055		Moyenneville		32	62	621	62597
2991268	Moyenneville	moyenneville	FR	60190	635	Europe/Paris	50.07082	1.75025		Moyenneville		32	80	801	80578
2991269	Moyenneville	moyenneville	FR	60190	552	Europe/Paris	49.49018	2.63525		Moyenneville		32	60	602	60440
2991270	Muespach	muespach	FR	68640	0	Europe/Paris	47.55	7.38333		Moyen-Muespach,Muespach-Moyen		44	68	681	68221
2991271	Moyenmoutier	moyenmoutier	FR	88420	3340	Europe/Paris	48.3773	6.90047		Moyenmoutier,Muaenmut'e,mu wa ang mu di ye,Муаенмутье,Муаєнмутьє,穆瓦昂穆蒂耶		44	88	883	88319
2991272	Moyencourt-lès-Poix	moyencourt-les-poix	FR	80290	161	Europe/Paris	49.80253	2.03394		Moyencourt,Moyencourt-les-Poix,Moyencourt-lès-Poix		32	80	802	80577
2991273	Moyencourt	moyencourt	FR	80400	303	Europe/Paris	49.722	2.95148		Moyencourt		32	80	804	80576
2991275	Moyen	moyen	FR	54118	517	Europe/Paris	48.48448	6.56911		Moyen		44	54	542	54393
2991276	Moyemont	moyemont	FR	88700	223	Europe/Paris	48.35007	6.53899		Moyemont		44	88	881	88318
2991277	Moye	moye	FR	74150	1022	Europe/Paris	45.87566	5.91289		Moye		84	74	741	74192
2991278	Moÿ-de-l'Aisne	moy-de-l-aisne	FR	02610	0	Europe/Paris	49.75	3.36667		Moy		32	02	023	02532
2991279	Moydans	moydans	FR	05150	60	Europe/Paris	44.39964	5.50354		Moydans		93	05	052	05091
2991280	Moyaux	moyaux	FR	14590	1294	Europe/Paris	49.19511	0.35603				28	14	143	14460
2991281	Moval	moval	FR	90400	258	Europe/Paris	47.58798	6.88457		Moval		27	90	901	90068
2991283	Mouzon	mouzon	FR	08210	2546	Europe/Paris	49.60706	5.07569		Mouzon,Ville-le-Libre,Villé-le-Libre		44	08	083	08311
2991284	Mouzon	mouzon	FR	08210	0	Europe/Paris	45.8055	0.61505		Mouzon		75	16	163	16239
2991285	Mouzillon	mouzillon	FR	44330	2385	Europe/Paris	47.14149	-1.28388		Maodilon,Mouzillon		52	44	442	44108
2991286	Mouzieys-Teulet	mouzieys-teulet	FR	81430	326	Europe/Paris	43.86603	2.27657		Mouzieys,Mouzieys-Teulet		76	81	811	81190
2991287	Mouzieys-Panens	mouzieys-panens	FR	81170	198	Europe/Paris	44.0923	1.93213		Mouzieys,Mouzieys-Panens		76	81	811	81191
2991289	Mouzeuil-Saint-Martin	mouzeuil-saint-martin	FR	85370	0	Europe/Paris	46.46667	-0.96667				52	85	851	85158
2991290	Mouzens	mouzens	FR	24220	239	Europe/Paris	44.84593	1.01211		Mouzens		75	24	244	24142
2991291	Mouzens	mouzens	FR	24220	101	Europe/Paris	43.52925	1.88693		Mouzens		76	81	812	81189
2991292	Mouzeil	mouzeil	FR	44850	1306	Europe/Paris	47.44835	-1.34819		Mouzeil,Mouzel,Muzej,mu ze,Музей,穆泽		52	44	445	44107
2991293	Mouzay	mouzay	FR	37600	744	Europe/Paris	49.46433	5.21748		Mouzay		44	55	553	55364
2991294	Mouzay	mouzay	FR	37600	485	Europe/Paris	47.08948	0.8921		Mouzay		24	37	373	37162
2991295	Mouy-sur-Seine	mouy-sur-seine	FR	77480	420	Europe/Paris	48.42039	3.24256		Mouy,Mouy-sur-Seine		11	77	773	77325
2991297	Mouy	mouy	FR	60250	5588	Europe/Paris	49.31535	2.31954		Mouy,Mui,mu yi,Муи,Муї,穆伊		32	60	602	60439
2991298	Mouxy	mouxy	FR	73100	1674	Europe/Paris	45.68399	5.93538		Mouxy,Muksi,Муксі		84	73	732	73182
2991299	Moux-en-Morvan	moux-en-morvan	FR	58230	0	Europe/Paris	47.16667	4.15				27	58	581	58185
2991300	Moux	moux	FR	11700	0	Europe/Paris	47.07402	4.96287				27	21	211	21194
2991301	Moux	moux	FR	11700	546	Europe/Paris	43.18105	2.65031		Moux		76	11	113	11261
2991302	Mouvaux	mouvaux	FR	59420	13285	Europe/Paris	50.69944	3.13429		Mouvaux,Mouveaux,Muvo,mu wo,Муво,穆沃		32	59	595	59421
2991303	Moutrot	moutrot	FR	54113	256	Europe/Paris	48.60291	5.89484		Moutrot		44	54	544	54392
2991304	Moutoux	moutoux	FR	39300	60	Europe/Paris	46.79143	5.93947		Moutoux		27	39	392	39376
2991309	Moutonneau	moutonneau	FR	16460	129	Europe/Paris	45.90764	0.23688		Moutonneau,Mutonno,mu tuo nuo,Мутонно,穆托诺		75	16	163	16238
2991310	Moutonne	moutonne	FR	39270	88	Europe/Paris	46.52816	5.56046		Moutonne		27	39	392	39375
2991311	Mouton	mouton	FR	16460	231	Europe/Paris	45.89125	0.24258		Mouton		75	16	163	16237
2991313	La Chapelle-Moutils	la-chapelle-moutils	FR	77320	0	Europe/Paris	48.77503	3.39186				11	77	773	77093
2991314	Moutiers-sur-le-Lay	moutiers-sur-le-lay	FR	85320	582	Europe/Paris	46.55394	-1.158		Les Moutiers,Moutiers,Moutiers-sur-le-Lay		52	85	851	85157
2991315	Moutiers-sous-Chantemerle	moutiers-sous-chantemerle	FR	79320	672	Europe/Paris	46.69536	-0.61809		Les Moutiers,Moutiers,Moutiers-sous-Chantemerle		75	79	791	79179
2991316	Moutiers-sous-Argenton	moutiers-sous-argenton	FR	79150	634	Europe/Paris	46.95433	-0.39206		Moutiers,Moutiers-sous-Argenton		75	79	791	79013
2991317	Moutiers-Saint-Jean	moutiers-saint-jean	FR	21500	265	Europe/Paris	47.56191	4.22012		Moutiers,Moutiers-Saint-Jean,Mut'e-Sen-Zhan,Reome,Réome,mu di ye er sheng rang,Мутье-Сен-Жан,Мутьє-Сен-Жан,穆蒂耶尔圣让		27	21	213	21446
2991318	Moutiers-au-Perche	moutiers-au-perche	FR	61110	515	Europe/Paris	48.47708	0.84607		Moutiers,Moutiers-au-Perche		28	61	613	61300
2991320	Moutiers	moutiers	FR	28150	1970	Europe/Paris	49.23302	5.96553		Moutiers		44	54	541	54391
2991321	Moûtiers	moutiers	FR	28150	0	Europe/Paris	48.6115	1.97319		Les Moutiers,Moutiers,Moûtiers		11	78	782	78120
2991322	Moutiers	moutiers	FR	28150	224	Europe/Paris	48.29734	1.77611		Moutiers,Moutiers-en-Beauce		24	28	281	28274
2991323	Moutiers	moutiers	FR	28150	731	Europe/Paris	47.96655	-1.21485		Mousteriou,Mousterioù,Moutiers		53	35	351	35200
2991324	Moutiers-en-Puisaye	moutiers-en-puisaye	FR	89520	301	Europe/Paris	47.61667	3.18333		Mut'e-an-Pjuize,pi yi sai de qu mu di ye er,Мутье-ан-Пюизе,Мутьє-ан-Пюїзе,皮伊赛地区穆蒂耶尔		27	89	891	89273
2991325	Moûtiers	moutiers	FR	28150	4936	Europe/Paris	45.48459	6.53146		Mont-Salins,Motiers,Motiérs,Moutiers,Moûtiers,Mut'e,Мутье,Мутьє		84	73	731	73181
2991326	Moutier-Rozeille	moutier-rozeille	FR	23200	438	Europe/Paris	45.91704	2.19747		La Raison,Moutier,Moutier-Rozeille		75	23	231	23140
2991327	Moutier-Malcard	moutier-malcard	FR	23220	506	Europe/Paris	46.39368	1.94467		Moutier-Malcard		75	23	232	23139
2991328	Moutier-d'Ahun	moutier-d-ahun	FR	23150	0	Europe/Paris	46.09148	2.05536		Le Moutier-d'Ahun,Moutier,Moutier-d'Ahun		75	23	232	23138
2991329	Mouthoumet	mouthoumet	FR	11330	93	Europe/Paris	42.96015	2.5268		Motomet,Mouthoumet,Mutume,mu tu mei,Мутуме,穆图梅		76	11	113	11260
2991412	Mourmelon-le-Petit	mourmelon-le-petit	FR	51400	777	Europe/Paris	49.13043	4.31341		Mourmelon,Mourmelon-le-Petit		44	51	511	51389
2991714	Morschwiller	morschwiller	FR	67350	489	Europe/Paris	48.81981	7.62666				44	67	672	67304
2991330	Mouthiers-sur-Boëme	mouthiers-sur-boeme	FR	16440	2347	Europe/Paris	45.56018	0.12382		Mouthiers,Mouthiers-sur-Boeme,Mouthiers-sur-Boëme,Mut'e-sjur-Boehm,Mut'e-sjur-Boem,bo e mu he pan mu di ye er,Мутье-сюр-Боэм,Мутьє-сюр-Боем,博厄姆河畔穆蒂耶尔		75	16	161	16236
2991331	Mouthier-Haute-Pierre	mouthier-haute-pierre	FR	25920	358	Europe/Paris	47.03975	6.27511		Mouthier,Mouthier-Haute-Pierre,Mut'e-Ot-Perr,mu di ye ao te pi ye er,Мутьє-От-Пєрр,穆蒂耶奥特皮耶尔		27	25	251	25415
2991332	Mouthier-en-Bresse	mouthier-en-bresse	FR	71270	423	Europe/Paris	46.85912	5.38869		Mouthier,Mouthier-en-Bresse,Mut'er-an-Bress,Мутьер-ан-Бресс,Мутьєр-ан-Бресс		27	71	714	71326
2991333	Mouthe	mouthe	FR	25240	937	Europe/Paris	46.70734	6.18864		Mouthe,Mut,mu te,Мут,穆特		27	25	253	25413
2991334	Mouterre-sur-Blourde	mouterre-sur-blourde	FR	86430	165	Europe/Paris	46.20211	0.75368		Moterra,Mouterre,Mouterre-sur-Blourde,Muterr-sjur-Blurd,bu lu er dai he pan mu tai er lei,Мутерр-сюр-Блурд,布卢尔代河畔穆泰尔勒		75	86	862	86172
2991335	Mouterre-Silly	mouterre-silly	FR	86200	720	Europe/Paris	46.97522	0.04484		Mouterre,Mouterre-Silly,Muterr-Sii,mu tai er lei xi li,Мутерр-Сії,穆泰尔勒西利		75	86	861	86173
2991337	Mouterhouse	mouterhouse	FR	57620	313	Europe/Paris	48.98336	7.44684		Mouterhouse,Muteruz,Mutterhausen,mu te lu si,mwtrhwz,Мутеруз,موترهوز,穆特鲁斯		44	57	576	57489
2991342	Moustoir-Remungol	moustoir-remungol	FR	56500	696	Europe/Paris	47.99686	-2.9018		Moustoer-Remengol,Moustoir-Remungol		53	56	562	56144
2991343	Moustoir-Ac	moustoir-ac	FR	56500	1520	Europe/Paris	47.85487	-2.83514		Moustoer-Logunec'h,Moustoir-Ac		53	56	562	56141
2991345	Moustier-Ventadour	moustier-ventadour	FR	19300	438	Europe/Paris	45.39544	2.10471		Moustier,Moustier-Ventadour,Moustier-la-Luzege,Moustier-la-Luzège		75	19	193	19145
2991346	Moustiers-Sainte-Marie	moustiers-sainte-marie	FR	04360	668	Europe/Paris	43.84623	6.22169		Mostier de Santa Maria,Mostiers Santa Maria,Moustiers,Must'e-Sent-Mari,Mut'e-Sent-Mari,mu si di ye er sheng ma li,musutie=santo=mari,Мустье-Сент-Мари,Мустьє-Сент-Марі,Мутье-Сент-Мари,ムスティエ＝サント＝マリー,穆斯蒂耶尔圣玛丽		93	04	043	04135
2991348	Moustier-en-Fagne	moustier-en-fagne	FR	59132	0	Europe/Paris	50.09536	4.19523		Moustier,Moustier-en-Fagne,Mut'e-an-Fan',mu si jie ang fa nie,Мутье-ан-Фань,Мутьє-ан-Фань,穆斯捷昂法涅		32	59	591	59420
2991350	Moustier	moustier	FR	47800	313	Europe/Paris	44.6362	0.30044		Moustier		75	47	472	47194
2991351	Moustey	moustey	FR	40410	657	Europe/Paris	44.35893	-0.76163		Moustey		75	40	402	40200
2991352	Moustéru	mousteru	FR	22200	619	Europe/Paris	48.5176	-3.23975		Mousteru,Mousteruz,Moustéru		53	22	222	22156
2991359	Moustajon	moustajon	FR	31110	0	Europe/Paris	42.81456	0.5978		Moustajon		76	31	312	31394
2991360	Moussy-Verneuil	moussy-verneuil	FR	02160	113	Europe/Paris	49.41607	3.63631		Moussy-Verneuil		32	02	022	02531
2991361	Moussy-le-Vieux	moussy-le-vieux	FR	77230	1102	Europe/Paris	49.04712	2.62493		Moussy-le-Vieux		11	77	771	77323
2991362	Moussy-le-Neuf	moussy-le-neuf	FR	77230	2603	Europe/Paris	49.06427	2.60252		Moussy-le-Neuf,Mussi-le-Nef,Мусси-ле-Неф,Муссі-ле-Неф		11	77	771	77322
2991363	Moussy	moussy	FR	51530	120	Europe/Paris	49.13765	1.90888		Moussy		11	95	953	95438
2991364	Moussy	moussy	FR	51530	742	Europe/Paris	49.01583	3.92119		Moussy		44	51	512	51390
2991365	Moussy	moussy	FR	51530	110	Europe/Paris	47.19237	3.45262		Moussy		27	58	584	58184
2991366	Moussoulens	moussoulens	FR	11170	800	Europe/Paris	43.27996	2.23016		Moussoulens		76	11	111	11259
2991368	Moussonvilliers	moussonvilliers	FR	61190	211	Europe/Paris	48.63685	0.79411		Moussonvilliers,Mussonvil'e,mu song wei li ye er,Муссонвилье,Муссонвільє,穆松维利耶尔		28	61	613	61429
2991370	Mousson	mousson	FR	54700	146	Europe/Paris	48.90542	6.07943		Mousson		44	54	543	54390
2991371	Mousson	mousson	FR	54700	0	Europe/Paris	48.33283	4.03782				44	10	103	10030
2991373	Moussey	moussey	FR	10800	606	Europe/Paris	48.67349	6.78218		Moussey		44	57	575	57488
2991374	Moussey	moussey	FR	10800	736	Europe/Paris	48.42742	7.01925		Moussey		44	88	883	88317
2991375	Moussey	moussey	FR	10800	442	Europe/Paris	48.21529	4.09601		Moussey		44	10	103	10260
2991378	Mousseaux-sur-Seine	mousseaux-sur-seine	FR	78270	620	Europe/Paris	49.04407	1.64721		Mousseaux,Mousseaux-sur-Seine,Musso-sjur-Sen,Муссо-сюр-Сен		11	78	781	78437
2991379	Mousseaux-Neuville	mousseaux-neuville	FR	27220	659	Europe/Paris	48.90839	1.34712		Mousseaux,Mousseaux-Neuville		28	27	273	27421
2991380	Mousseaux-lès-Bray	mousseaux-les-bray	FR	77480	685	Europe/Paris	48.41466	3.22833		Mousseaux,Mousseaux-les-Bray,Mousseaux-lès-Bray		11	77	773	77321
2991383	Moussé	mousse	FR	35130	218	Europe/Paris	47.92378	-1.27022		Moc'heg,Mousse,Moussé		53	35	351	35199
2991386	Moussan	moussan	FR	11120	1255	Europe/Paris	43.23163	2.94946		Moussan		76	11	113	11258
2991388	Moussages	moussages	FR	15380	295	Europe/Paris	45.23775	2.47059		Moussages		84	15	152	15137
2991389	Moussac	moussac	FR	30190	508	Europe/Paris	46.28062	0.68762		Moussac,Moussac-sur-Vienne		75	86	862	86171
2991390	Moussac	moussac	FR	30190	1108	Europe/Paris	43.98244	4.22863		Moussac		76	30	302	30184
2991392	Mouscardès	mouscardes	FR	40290	251	Europe/Paris	43.58468	-0.88046		Mouscardes,Mouscardès		75	40	401	40199
2991394	Mourvilles-Hautes	mourvilles-hautes	FR	31540	190	Europe/Paris	43.42627	1.81664		La Montagne,Mourvilles,Mourvilles-Hautes		76	31	313	31393
2991395	Mourvilles-Basses	mourvilles-basses	FR	31460	67	Europe/Paris	43.48582	1.70356		Mourvilles,Mourvilles-Basses		76	31	313	31392
2991396	Mours-Saint-Eusèbe	mours-saint-eusebe	FR	26540	2368	Europe/Paris	45.06513	5.05776		Mours,Mours-Saint-Eusebe,Mours-Saint-Eusèbe		84	26	263	26218
2991398	Mours	mours	FR	95260	1566	Europe/Paris	49.13077	2.26761		Mours,Mur,mu er,Мур,穆尔		11	95	953	95436
2991399	Mours	mours	FR	95260	0	Europe/Paris	45.80292	2.16894				75	23	231	23071
2991407	Mouroux	mouroux	FR	77120	4604	Europe/Paris	48.82263	3.03879		Mouroux		11	77	771	77320
2991408	Mouron-sur-Yonne	mouron-sur-yonne	FR	58800	138	Europe/Paris	47.19038	3.74021		Mouron,Mouron-sur-Yonne		27	58	582	58183
2991410	Mouron	mouron	FR	08250	77	Europe/Paris	49.30987	4.78418		Mouron		44	08	084	08310
2991411	Mournans-Charbonny	mournans-charbonny	FR	39250	0	Europe/Paris	46.76667	5.98333				27	39	392	39372
2991413	Mourmelon-le-Grand	mourmelon-le-grand	FR	51400	5829	Europe/Paris	49.13256	4.3642		Mourmelon,Mourmelon-le-Grand		44	51	511	51388
2991416	Mourjou	mourjou	FR	15340	335	Europe/Paris	44.69139	2.33		Mourjou		84	15	151	15027
2991418	Mourioux-Vieilleville	mourioux-vieilleville	FR	23210	572	Europe/Paris	46.08333	1.65				75	23	232	23137
2991420	Mouriez	mouriez	FR	62140	248	Europe/Paris	50.33903	1.94379		Mouriez,Mur'ez,Murez,mu li ye,murie,mwryz,Мурьез,Мурєз,موريز,ムーリエ,穆里耶		32	62	624	62596
2991421	Mouriès	mouries	FR	13890	2909	Europe/Paris	43.68997	4.87089		Mories,Moriés,Mouries,Mouriès,Mur'es,Mure,mu li ye,Мурьес,Мурє,穆里耶		93	13	132	13065
2991425	Mourèze	moureze	FR	34800	145	Europe/Paris	43.61859	3.35665		Moureze,Mourèze		76	34	342	34175
2991427	Moureuille	moureuille	FR	63700	281	Europe/Paris	46.16704	2.90677		Moureuille		84	63	634	63243
2991428	Mouret	mouret	FR	12330	0	Europe/Paris	45.1786	2.9363				84	15	153	15141
2991429	Mouret	mouret	FR	12330	494	Europe/Paris	44.51703	2.51443		Grammas,Mouret		76	12	122	12161
2991430	Mouret	mouret	FR	12330	1645	Europe/Paris	43.36126	5.43006				93	13	133	13055
2991431	Mourenx	mourenx	FR	64150	8109	Europe/Paris	43.3703	-0.62986		Morencs,Mourenx,Murans,Murenks,mu lang,Муранс,Муренкс,穆朗		75	64	643	64410
2991432	Mourens	mourens	FR	33410	389	Europe/Paris	44.64883	-0.2098		Mourens		75	33	333	33299
2991433	Mourède	mourede	FR	32190	0	Europe/Paris	43.7999	0.29594		Mourede,Mourède		76	32	321	32294
2991444	Moumour	moumour	FR	64400	835	Europe/Paris	43.21322	-0.65537		Momor,Montmor,Moumour,Mumur,mu mu,Мумур,穆穆		75	64	642	64409
2991445	Moumoulous	moumoulous	FR	65140	58	Europe/Paris	43.36022	0.24123		Moumoulous		76	65	653	65325
2991446	Moult	moult	FR	14370	1179	Europe/Paris	49.11494	-0.16472		Moult		28	14	142	14456
2991447	Moulotte	moulotte	FR	55160	82	Europe/Paris	49.10183	5.73972		Moulotte		44	55	553	55363
2991449	Moulon	moulon	FR	33420	943	Europe/Paris	44.84746	-0.22092		Moulon,Moulon-sur-Dordogne		75	33	335	33298
2991453	Moulon	moulon	FR	33420	194	Europe/Paris	48.02088	2.59116		Moulon		24	45	451	45219
2991456	Moulle	moulle	FR	62910	922	Europe/Paris	50.78882	2.17764		Moulle		32	62	625	62595
2991458	Moulismes	moulismes	FR	86500	424	Europe/Paris	46.32932	0.814		Moulismes,Mulim,mu li si mo,Мулім,穆利斯默		75	86	862	86170
2991459	Moulis-en-Médoc	moulis-en-medoc	FR	33480	1585	Europe/Paris	45.0592	-0.7703		Moulis,Moulis-en-Medoc,Moulis-en-Médoc		75	33	334	33297
2991461	Moulis	moulis	FR	09200	809	Europe/Paris	42.96194	1.09167		Moulis		76	09	093	09214
2991464	Moulins-sur-Yèvre	moulins-sur-yevre	FR	18390	467	Europe/Paris	47.0834	2.51767		Moulins,Moulins-sur-Yevre,Moulins-sur-Yèvre		24	18	181	18158
2991465	Moulins-sur-Ouanne	moulins-sur-ouanne	FR	89130	216	Europe/Paris	47.70729	3.33701		Moulins,Moulins-sur-Ouanne		27	89	891	89272
2991466	Moulins-sur-Orne	moulins-sur-orne	FR	61200	348	Europe/Paris	48.75802	-0.07259		Moulins,Moulins-sur-Orne		28	61	612	61298
2991467	Moulins-sur-Céphons	moulins-sur-cephons	FR	36110	318	Europe/Paris	47.01039	1.55946		Moulins,Moulins-Cephons,Moulins-Céphons,Moulins-sur-Cephons,Moulins-sur-Céphons,Mulen-sjur-Sefon,sai feng he pan mu lan,Мулен-сюр-Сефон,塞丰河畔穆兰		24	36	362	36135
2991468	Moulin-sous-Touvent	moulin-sous-touvent	FR	60350	200	Europe/Paris	49.45	3.06667		Moulin		32	60	603	60438
2991469	Moulins-Saint-Hubert	moulins-saint-hubert	FR	55700	166	Europe/Paris	49.57857	5.12517		Moulins,Moulins-Saint-Hubert		44	55	553	55362
2991470	Moulins-lès-Metz	moulins-les-metz	FR	57160	4786	Europe/Paris	49.10434	6.10832		Moulins,Moulins-les-Metz,Moulins-lès-Metz		44	57	579	57487
2991471	Moulins-le-Carbonnel	moulins-le-carbonnel	FR	72130	693	Europe/Paris	48.37228	-0.02437		Moulins,Moulins-le-Carbonnel		52	72	722	72212
2991472	Moulins-la-Marche	moulins-la-marche	FR	61380	788	Europe/Paris	48.6512	0.47528		Moulins,Moulins-la-Marche		28	61	613	61297
2991473	Moulins-en-Tonnerrois	moulins-en-tonnerrois	FR	89310	129	Europe/Paris	47.73204	4.03506		Moulins-en-Tonnerrois,Moulins-pres-Noyers,Moulins-près-Noyers		27	89	892	89271
2991474	Moulins-Engilbert	moulins-engilbert	FR	58290	1579	Europe/Paris	46.98821	3.81084		Moulins-Engilbert,Moulins-la-Republique,Moulins-la-République,Mulen-Anzhil'ber,mu lan ang ji er bei er,Мулен-Анжильбер,穆兰昂吉尔贝尔		27	58	581	58182
2991478	Moulins	moulins	FR	02160	98	Europe/Paris	49.42083	3.68583		Moulins,Mulin,Мулин		32	02	022	02530
2991479	Moulins	moulins	FR	02160	618	Europe/Paris	48.00263	-1.3726		Melined,Moulins,Mulin,Мулин		53	35	351	35198
2991480	Moulins	moulins	FR	02160	0	Europe/Paris	46.95286	-0.79477		Moulins		75	79	791	79079
2991481	Moulins	moulins	FR	02160	23095	Europe/Paris	46.56459	3.33243		Molins,Moulins,Mulin,muran,Мулин,ムーラン	03	84	03	032	03190
2991482	Moulin-Neuf	moulin-neuf	FR	09500	740	Europe/Paris	45.01091	0.05041		Moulin-Neuf		75	24	243	24297
2991483	Moulin-Neuf	moulin-neuf	FR	09500	194	Europe/Paris	43.07501	1.9456		Moulin-Neuf		76	09	092	09213
2991484	Moulin-Mage	moulin-mage	FR	81320	386	Europe/Paris	43.71132	2.80485		Moulin-Mage		76	81	812	81188
2991489	Moulinet	moulinet	FR	06380	227	Europe/Paris	44.54139	0.5821		Moulinet		75	47	473	47193
2991490	Moulinet	moulinet	FR	06380	233	Europe/Paris	43.94171	7.41355		Moulinet		93	06	062	06086
2991491	Moulines	moulines	FR	14220	237	Europe/Paris	48.98758	-0.33775		Moulines		28	14	142	14455
2991492	Moulines	moulines	FR	14220	294	Europe/Paris	48.54506	-1.03166		Moulines		28	50	501	50362
2991493	Moulines	moulines	FR	14220	0	Europe/Paris	44.86414	4.37444				84	07	073	07082
2991494	Moulineaux	moulineaux	FR	76530	907	Europe/Paris	49.34317	0.95864		Moulineaux		28	76	763	76457
2991510	Mouliherne	mouliherne	FR	49390	879	Europe/Paris	47.46657	0.01586		Mouliherne,Muliern,mu li ye er en,Муліерн,穆利耶尔恩		52	49	493	49221
2991512	Mouliets-et-Villemartin	mouliets-et-villemartin	FR	33350	1054	Europe/Paris	44.83333	-0.01667		Mouliets,Mouliets-et-Villemartin		75	33	335	33296
2991514	Moulidars	moulidars	FR	16290	570	Europe/Paris	45.66102	-0.03775		Moulidars,Mulidar,mu li da er,Мулидар,Мулідар,穆利达尔		75	16	162	16234
2991515	Moulicent	moulicent	FR	61290	273	Europe/Paris	48.56251	0.75908		Moulicent		28	61	613	61230
2991516	Moulhard	moulhard	FR	28160	146	Europe/Paris	48.20873	1.04388		Moulhard		24	28	284	28273
2991517	Moulézan	moulezan	FR	30350	430	Europe/Paris	43.92971	4.12653		Moulezan,Moulezan-et-Montagnac,Moulézan,Moulézan-et-Montagnac		76	30	302	30183
2991518	Mouleydier	mouleydier	FR	24520	1123	Europe/Paris	44.85537	0.59513		Cybard-de-Mouleydier,Mont Leidier,Mont Leidièr,Montleidier e Sench Ibarc,Montleidièr e Sench Ibarç,Mouleydier,Muled'e,mu lai di ye,Муледье,Муледьє,穆莱迪耶		75	24	241	24296
2991521	Moulès-et-Baucels	moules-et-baucels	FR	34190	0	Europe/Paris	43.94539	3.72146		Moules,Moules-et-Baucels,Moules-et-Beaucels,Moulès,Moulès-et-Baucels,Moulès-et-Beaucels		76	34	342	34174
2991526	Moulédous	mouledous	FR	65190	150	Europe/Paris	43.22819	0.23569		Mouledous,Moulédous		76	65	653	65324
2991529	Moulayrès	moulayres	FR	81300	160	Europe/Paris	43.71667	2.01667		Moulayres,Moulayrès		76	81	812	81187
2991530	Moulay	moulay	FR	53100	1008	Europe/Paris	48.27269	-0.6283		Moulay		52	53	533	53162
2991531	Moularès	moulares	FR	81190	297	Europe/Paris	44.07088	2.29296		Moulares,Moularès		76	81	811	81186
2991533	Moulainville	moulainville	FR	55400	118	Europe/Paris	49.15	5.5		Moulainville-la-Basse		44	55	553	55361
2991534	Mouilly	mouilly	FR	55320	109	Europe/Paris	49.05013	5.53353		Mouilly		44	55	553	55360
2991537	Mouilleron-le-Captif	mouilleron-le-captif	FR	85000	3807	Europe/Paris	46.72034	-1.45937		Mouilleron,Mouilleron-le-Captif,Mouilleron-le-Libre,Mujron-le-Kaptif,mu yi lai long lei ka pu di,Муйрон-ле-Каптіф,穆伊莱龙勒卡普蒂		52	85	852	85155
2991538	Mouilleron-en-Pareds	mouilleron-en-pareds	FR	85390	1324	Europe/Paris	46.67617	-0.84915		Mouilleron,Mouilleron-en-Pareds		52	85	851	85154
2991539	Mouilleron	mouilleron	FR	52160	33	Europe/Paris	47.6916	5.10961		Mouilleron		44	52	522	52344
2991541	Mouillac	mouillac	FR	33240	113	Europe/Paris	45.00791	-0.35267		Mouillac		75	33	335	33295
2991542	Mouillac	mouillac	FR	33240	70	Europe/Paris	44.26715	1.6664		Mouillac		76	82	822	82133
2991543	Mouhous	mouhous	FR	64330	42	Europe/Paris	43.48962	-0.25972		Mohos,Mohós,Mouhous,Muus,mu wu,Муус,穆乌		75	64	643	64408
2991544	Mouhet	mouhet	FR	36170	476	Europe/Paris	46.38312	1.43347		Moet,Mouhet,Mue,Mueh,mu ai,Муе,Муэ,穆埃		24	36	361	36134
2991545	Mouhers	mouhers	FR	36340	261	Europe/Paris	46.56438	1.77724		Mouhers,Mue,Mueh,mu ai er,Муе,Муэ,穆埃尔		24	36	363	36133
2991546	Mouguerre	mouguerre	FR	64990	4392	Europe/Paris	43.46874	-1.41655		Moguerre,Mouguerre,Muger,Mugerr,Mugerre,mu gai er,Мугер,Мугерр,穆盖尔		75	64	641	64407
2991547	Mougon	mougon	FR	79370	0	Europe/Paris	47.11658	0.47301				24	37	371	37093
2991548	Mougon	mougon	FR	79370	0	Europe/Paris	46.45884	0.28902				75	86	863	86113
2991549	Mougon	mougon	FR	79370	1698	Europe/Paris	46.29527	-0.28708		Mougon,Mugon,Мугон		75	79	792	79185
2991551	Mougins	mougins	FR	06250	18973	Europe/Paris	43.60068	6.99523		Mogins,Mougins,Muginis,Muzhen,mu ran,mujan,Мужен,ムージャン,穆然		93	06	061	06085
2991553	Mouflières	mouflieres	FR	80140	87	Europe/Paris	49.9218	1.74438		Mouflieres,Mouflières		32	80	802	80575
2991554	Mouflers	mouflers	FR	80690	87	Europe/Paris	50.04681	2.04917		Mouflers		32	80	801	80574
2991555	Mouflaines	mouflaines	FR	27420	116	Europe/Paris	49.24605	1.55455		Mouflaines		28	27	271	27420
2991556	Mouffy	mouffy	FR	89560	93	Europe/Paris	47.65064	3.51919		Mouffy		27	89	891	89270
2991557	Mouettes	mouettes	FR	27220	590	Europe/Paris	48.89629	1.36092		Mouettes		28	27	273	27419
2991558	Mouen	mouen	FR	14790	1344	Europe/Paris	49.14696	-0.48366		Mouen		28	14	142	14454
2991559	Moudeyres	moudeyres	FR	43150	109	Europe/Paris	44.95496	4.09996		Moudeyres		84	43	432	43144
2991562	Mouchy-le-Châtel	mouchy-le-chatel	FR	60250	70	Europe/Paris	49.32662	2.24916		Mouchy,Mouchy-la-Reunion,Mouchy-la-Réunion,Mouchy-le-Chatel,Mouchy-le-Châtel		32	60	601	60437
2991565	Mouchin	mouchin	FR	59310	1371	Europe/Paris	50.51639	3.29627		Mouchin		32	59	595	59419
2991569	Mouchès	mouches	FR	32300	76	Europe/Paris	43.55824	0.4121		Mouches,Mouchès		76	32	323	32293
2991573	Mouchard	mouchard	FR	39330	1464	Europe/Paris	46.97259	5.79626		Mouchard		27	39	391	39370
2991574	Mouchan	mouchan	FR	32330	381	Europe/Paris	43.90428	0.2992		Mouchan		76	32	322	32292
2991575	Mouchamps	mouchamps	FR	85640	2628	Europe/Paris	46.7808	-1.06281		Mouchamps,Musham,mu shang pu,Мушам,穆尚普		52	85	852	85153
2991577	Mouazé	mouaze	FR	35250	997	Europe/Paris	48.23129	-1.61292		Moezeg,Mouaxe,Mouaze,Mouazé,Mouoze		53	35	353	35197
2991578	Mouaville	mouaville	FR	54800	59	Europe/Paris	49.2107	5.77046		Mouaville		44	54	541	54389
2991579	Mouans-Sartoux	mouans-sartoux	FR	06370	9330	Europe/Paris	43.62101	6.97139		Mouans-Sartoux		93	06	061	06084
2991580	Mouais	mouais	FR	44590	285	Europe/Paris	47.69621	-1.64464		Lanvoe,Mouais,Mue,mu ai,Муе,穆艾		52	44	445	44105
2991581	Mouacourt	mouacourt	FR	54370	74	Europe/Paris	48.67758	6.6274		Mouacourt		44	54	542	54388
2991582	Motz	motz	FR	73310	354	Europe/Paris	45.91933	5.84648		Motz		84	73	732	73180
2991583	Mottier	mottier	FR	38260	615	Europe/Paris	45.42295	5.3078		Le Mottier,Mot'e,Mottier,mo di ye,Мотье,Мотьє,莫蒂耶		84	38	383	38267
2991584	Motteville	motteville	FR	76970	719	Europe/Paris	49.6347	0.85262		Motteville		28	76	763	76456
2991587	Mottereau	mottereau	FR	28160	163	Europe/Paris	48.25494	1.17651		Mottereau		24	28	282	28272
2991602	Motreff	motreff	FR	29270	706	Europe/Paris	48.20201	-3.55506		Motreff,Motrev,mo te lei,Мотрефф,莫特雷		53	29	292	29152
2991606	Mothern	mothern	FR	67470	0	Europe/Paris	48.93265	8.15378		Modere,Motern,Motheren,Mothern,mo tai er en,mwthyrn,mwtrn,Мотерн,موترن,موثيرن,莫泰尔恩		44	67	672	67305
2991608	Motey-sur-Saône	motey-sur-saone	FR	70130	30	Europe/Paris	47.52511	5.7423		Motey,Motey-sur-Saone,Motey-sur-Saône		27	70	702	70491
2991609	Motey-Besuche	motey-besuche	FR	70140	86	Europe/Paris	47.2976	5.66778		Motey,Motey-Besuche		27	70	702	70374
2991610	Mostuéjouls	mostuejouls	FR	12720	286	Europe/Paris	44.20311	3.18375		Mostuejouls,Mostuéjouls		76	12	121	12160
2991612	Mosson	mosson	FR	21400	89	Europe/Paris	47.91884	4.62981		Mosson		27	21	213	21444
2991613	Mosson	mosson	FR	21400	0	Europe/Paris	46.98712	0.33259				24	37	371	37035
2991614	Mosset	mosset	FR	66500	310	Europe/Paris	42.66773	2.34782		Mosse,Mosset,mo sai,Моссе,莫塞		76	66	663	66119
2991619	Mosnes	mosnes	FR	37530	770	Europe/Paris	47.45589	1.09975				24	37	373	37161
2991620	Mosnay	mosnay	FR	36200	434	Europe/Paris	46.62246	1.63008		Mone,Mosnay,Mosne,mo si nai,Моне,Мосне,莫斯奈		24	36	362	36131
2991621	Mosnac	mosnac	FR	16120	397	Europe/Paris	45.61857	-0.01886		Mosnac		75	16	162	16233
2991622	Mosnac	mosnac	FR	16120	492	Europe/Paris	45.50555	-0.52324		Mosnac		75	17	171	17250
2991623	Moslins	moslins	FR	51530	238	Europe/Paris	48.97059	3.92881		Moslins		44	51	512	51387
2991624	Mosles	mosles	FR	14400	264	Europe/Paris	49.30822	-0.81928		Mosles		28	14	141	14453
2991630	Morzine	morzine	FR	74110	3281	Europe/Paris	46.18149	6.70664		Morzena,Morzin,Murisinium,XMQ,morujinu,Морзін,モルジヌ		84	74	744	74191
2991631	Mory-Montcrux	mory-montcrux	FR	60120	111	Europe/Paris	49.5916	2.39389		Mori-Monkrju,Mory,Mory-Montcrux,mo li meng te ke lu,Морі-Монкрю,莫里蒙特克吕		32	60	602	60436
2991632	Mory	mory	FR	62159	348	Europe/Paris	50.15763	2.85365		Mory		32	62	621	62594
2991633	Morvilliers	morvilliers	FR	10500	132	Europe/Paris	48.6446	0.93839		Morvilliers		24	28	283	28271
2991634	Morvilliers	morvilliers	FR	10500	253	Europe/Paris	48.37974	4.61996		Morvilliers		44	10	101	10258
2991636	Morville-sur-Seille	morville-sur-seille	FR	54700	107	Europe/Paris	48.91618	6.1563		Morville,Morville-sur-Seille		44	54	543	54387
2991637	Morville-sur-Nied	morville-sur-nied	FR	57590	114	Europe/Paris	48.94815	6.43504		Morville,Morville-sur-Nied		44	57	575	57486
2991638	Morville-sur-Andelle	morville-sur-andelle	FR	76780	228	Europe/Paris	49.47698	1.42746		Morville,Morville-sur-Andelle		28	76	761	76455
2991639	Morvillers-Saint-Saturnin	morvillers-saint-saturnin	FR	80290	364	Europe/Paris	49.78067	1.8249		Morvillers,Morvillers-Saint-Saturnin		32	80	802	80573
2991640	Morvillers	morvillers	FR	60380	419	Europe/Paris	49.5813	1.87122		Morville,Morvillers,mo er wei lai er,Морвілле,莫尔维莱尔		32	60	601	60435
2991641	Morville-lès-Vic	morville-les-vic	FR	57170	106	Europe/Paris	48.81455	6.54734		Morville,Morville-les-Vic,Morville-lès-Vic		44	57	575	57485
2991642	Morville-en-Beauce	morville-en-beauce	FR	45300	192	Europe/Paris	48.25076	2.17373		Morvil'-an-Bos,Morville,Morville-en-Beauce,bo ke de qu mo er wei er,Морвіль-ан-Бос,博克地区莫尔维尔		24	45	453	45217
2991644	Morville	morville	FR	50700	269	Europe/Paris	49.47503	-1.51907		Morville		28	50	502	50360
2991645	Morville	morville	FR	50700	60	Europe/Paris	48.23598	5.80066		Morville		44	88	882	88316
2991646	Morville	morville	FR	50700	0	Europe/Paris	48.2033	2.61046				11	77	774	77011
2991647	Morville	morville	FR	50700	0	Europe/Paris	48.16164	2.41709				24	45	453	45131
2991648	Morville	morville	FR	50700	0	Europe/Paris	47.61629	4.42895				27	21	213	21287
2991649	Morvillars	morvillars	FR	90120	1003	Europe/Paris	47.54854	6.9345		Marvillars,Morvillars		27	90	901	90072
2991653	Morval	morval	FR	62450	94	Europe/Paris	50.02882	2.8735		Morval		32	62	621	62593
2991654	Morval	morval	FR	62450	0	Europe/Paris	46.41638	5.43823		Morval		27	39	392	39010
2991656	Mortzwiller	mortzwiller	FR	68780	266	Europe/Paris	47.73996	7.0388				44	68	686	68219
2991660	Mortroux	mortroux	FR	23220	320	Europe/Paris	46.3973	1.91534		Mortroux		75	23	232	23136
2991661	Mortrée	mortree	FR	61570	1091	Europe/Paris	48.63899	0.07909		Mortree,Mortrée		28	61	611	61294
2991662	Morton	morton	FR	86120	301	Europe/Paris	47.10991	-0.02242		Morton		75	86	861	86169
2991664	Mortiers	mortiers	FR	02270	213	Europe/Paris	49.68765	3.66781		Mortiers		32	02	022	02529
2991665	Mortiers	mortiers	FR	02270	205	Europe/Paris	45.40319	-0.32216		Mortiers		75	17	171	17249
2991671	Morthomiers	morthomiers	FR	18570	617	Europe/Paris	47.03743	2.27457		Morthomiers		24	18	181	18157
2991673	Mortemart	mortemart	FR	87330	0	Europe/Paris	45.00592	0.88092		Mortemart,Morthemart		75	24	244	24404
2991678	Mortery	mortery	FR	77160	166	Europe/Paris	48.59955	3.26118		Mortery		11	77	773	77319
2991682	Mortemer	mortemer	FR	60490	109	Europe/Paris	49.75214	1.55131		Mortemer		28	76	761	76454
2991683	Mortemer	mortemer	FR	60490	184	Europe/Paris	49.57021	2.67727		Mortemer		32	60	603	60434
2991684	Mortemart	mortemart	FR	87330	134	Europe/Paris	46.04229	0.95633		Mortamar,Mortemart,Mortemort,Mortmar,Mòrtamar,mo er tai ma er,Мортмар,莫尔泰马尔		75	87	871	87101
2991687	Mortefontaine-en-Thelle	mortefontaine-en-thelle	FR	60570	763	Europe/Paris	49.26403	2.18777		Mortefontaine,Mortefontaine-en-Thelle		32	60	601	60433
2991688	Mortefontaine	mortefontaine	FR	02600	255	Europe/Paris	49.33167	3.07652				32	02	024	02528
2991689	Mortefontaine	mortefontaine	FR	02600	0	Europe/Paris	49.11223	2.6		Mortefontaine		32	60	604	60432
2991691	Morteau	morteau	FR	25500	0	Europe/Paris	48.22405	5.31365				44	52	521	52128
2991692	Morteau	morteau	FR	25500	6343	Europe/Paris	47.05784	6.60716		Morto,mo er tuo,Морто,莫尔托		27	25	253	25411
2991695	Mortcerf	mortcerf	FR	77163	1427	Europe/Paris	48.78879	2.91692		Morser,Mortcerf,Морсер		11	77	773	77318
2991699	Mortain	mortain	FR	50140	2470	Europe/Paris	48.64782	-0.94055		Moretoin,Mortain,Morten,mo er tan,Мортен,莫尔坦		28	50	501	50359
2991700	Mortagne-sur-Sèvre	mortagne-sur-sevre	FR	85290	6428	Europe/Paris	46.99209	-0.95291		Mortagne,Mortagne-sur-Sevre,Mortagne-sur-Sèvre,Mortan'-sjur-Sevr,sai fu er he pan mo er ta nie,Мортань-сюр-Севр,塞夫尔河畔莫尔塔涅		52	85	852	85151
2991701	Mortagne-sur-Gironde	mortagne-sur-gironde	FR	17120	1034	Europe/Paris	45.48078	-0.78936		Mortagne,Mortagne-sur-Gironde,Mortan'-sjur-Zhirond,ji long de he pan mo er ta ni,mwrtan swr jyrwnd,Мортань-сюр-Жиронд,مورتان سور جيروند,吉龙德河畔莫尔塔尼		75	17	174	17248
2991702	Mortagne-du-Nord	mortagne-du-nord	FR	59158	1646	Europe/Paris	50.50352	3.45352		Mortagne,Mortagne-du-Nord,Mortan'-dju-Nor,bei mo er ta nie,Мортань-дю-Нор,北莫尔塔涅		32	59	596	59418
2991704	Mortagne-au-Perche	mortagne-au-perche	FR	61400	4893	Europe/Paris	48.52018	0.54734		Mortagne,Mortagne-au-Perche,Mortan'-o-Persh,mo er ta nie ou pei shen,morutanyu=o=perushu,mwrtany-aw-prsh,Мортань-о-Перш,مورتانی-او-پرش,モルターニュ＝オー＝ペルシュ,莫尔塔涅欧佩什	613	28	61	613	61293
2991708	Mortagne	mortagne	FR	88600	151	Europe/Paris	48.27057	6.75321		Mortagne		44	88	883	88315
2991713	Morschwiller-le-Bas	morschwiller-le-bas	FR	68790	2754	Europe/Paris	47.73615	7.26954		Morschweiler,Morschwiller,Morschwiller-le-Bas,Morshviller-le-Ba,mo er si ke wei lai lai ba,Моршвиллер-ле-Ба,Моршвіллер-ле-Ба,莫尔斯克维莱莱巴		44	68	684	68218
2991715	Morsbronn-les-Bains	morsbronn-les-bains	FR	67360	554	Europe/Paris	48.90179	7.74384		Morsbronn,Morsbronn-les-Bains		44	67	672	67303
2991716	Morsbach	morsbach	FR	57600	2541	Europe/Paris	49.16806	6.8719		Morsbach		44	57	573	57484
2991718	Morsang-sur-Seine	morsang-sur-seine	FR	91250	433	Europe/Paris	48.5705	2.49805		Morsan-sjur-Sen,Morsang,Morsang-sur-Seine,sai na he pan mo er sang,Морсан-сюр-Сен,塞纳河畔莫尔桑		11	91	912	91435
2991719	Morsang-sur-Orge	morsang-sur-orge	FR	91390	19917	Europe/Paris	48.66181	2.35338		Morsan sir Orzh,Morsan-sjur-Orzh,Morsang,Morsang-sur-Orge,ao er ri he pan mo er sang,moleusangswileuoleuju,morusan=shuru=oruju,mwrsan swr awrzh,Морсан сир Орж,Морсан-сюр-Орж,مورسان سور اورژ,モルサン＝シュル＝オルジュ,奥尔日河畔莫尔桑,모르상쉬르오르주		11	91	912	91434
2991720	Morsan	morsan	FR	27800	98	Europe/Paris	49.18286	0.59156		Morsan,mo er sang,Морсан,莫尔桑		28	27	272	27418
2991721	Morsalines	morsalines	FR	50630	212	Europe/Paris	49.57232	-1.31126		Morsalin,Morsalines,mo er sa li nei,Морсалин,Морсалін,莫尔萨利内		28	50	502	50417
2991722	Morsains	morsains	FR	51210	108	Europe/Paris	48.79679	3.53429		Morsains		44	51	512	51386
2991723	Morsain	morsain	FR	02290	424	Europe/Paris	49.45393	3.18092		Morsain		32	02	024	02527
2991725	Morre	morre	FR	25660	1227	Europe/Paris	47.22595	6.07512		Morre		27	25	251	25410
2991727	Morosaglia	morosaglia	FR	20218	1105	Europe/Paris	42.43511	9.30009		Merusaglia,Morosaglia,Morozal'ja,Морозалья		94	2B	2B3	2B169
2991730	Morogues	morogues	FR	18220	430	Europe/Paris	47.24076	2.59848		Morogues		24	18	181	18156
2991731	Moroges	moroges	FR	71390	550	Europe/Paris	46.75095	4.67679		Moroges		27	71	712	71324
2991734	Mornay-sur-Allier	mornay-sur-allier	FR	18600	444	Europe/Paris	46.82114	3.03076		Mornay,Mornay-sur-Allier		24	18	182	18155
2991735	Mornay-Berry	mornay-berry	FR	18350	192	Europe/Paris	47.04908	2.87088		Mornay,Mornay-Berry		24	18	182	18154
2991736	Mornay	mornay	FR	71220	0	Europe/Paris	47.55627	5.44579		Mornay		27	21	212	21433
2991737	Mornay	mornay	FR	71220	167	Europe/Paris	46.5066	4.37887		Mornay		27	71	713	71323
2991738	Mornay	mornay	FR	71220	0	Europe/Paris	46.19338	5.51707				84	01	014	01267
2991740	Mornas	mornas	FR	84550	0	Europe/Paris	45.54851	5.3852				84	38	382	38464
2991741	Mornas	mornas	FR	84550	2370	Europe/Paris	44.20242	4.72763		Mornas,Mornats,mo er na,morunasu,Морнас,モルナス,莫尔纳		93	84	843	84083
2991743	Mornant	mornant	FR	69440	5055	Europe/Paris	45.61885	4.67231		Mornan,Mornant,Морнан		84	69	691	69141
2991744	Mornans	mornans	FR	26460	63	Europe/Paris	44.61862	5.13906		Mornans		84	26	261	26214
2991745	Mornand-en-Forez	mornand-en-forez	FR	42600	382	Europe/Paris	45.68333	4.13333				84	42	421	42151
2991746	Mornac-sur-Seudre	mornac-sur-seudre	FR	17113	689	Europe/Paris	45.70965	-1.02909		Mornac,Mornac-sur-Seudre,Mornak-sjur-Sedr,Mornak-sjur-Sjodr,se de er he pan mo er na ke,Морнак-сюр-Седр,Морнак-сюр-Сёдр,瑟德尔河畔莫尔纳克		75	17	172	17247
2991747	Mornac	mornac	FR	16600	2078	Europe/Paris	45.68016	0.27198		Mornac		75	16	161	16232
2991750	Mormoiron	mormoiron	FR	84570	1667	Europe/Paris	44.0681	5.18312		Mormeiron,Mormoiron,Mormuaron,mo er mu wa long,Мормуарон,莫尔穆瓦龙		93	84	843	84082
2991751	Mormès	mormes	FR	32240	130	Europe/Paris	43.79747	-0.15409		Mormes,Mormès		76	32	322	32291
2991752	Mormant-sur-Vernisson	mormant-sur-vernisson	FR	45700	127	Europe/Paris	47.9482	2.73723		Morman-sjur-Vernisson,Mormant,Mormant-sur-Vernisson,wei er ni song he pan mo er mang,Морман-сюр-Верніссон,韦尔尼松河畔莫尔芒		24	45	451	45216
2991754	Mormant	mormant	FR	77720	4765	Europe/Paris	48.60901	2.89025		Morinant-l'Egalite,Morinant-l'Egalité,Mormant		11	77	773	77317
2991755	Mormant	mormant	FR	77720	0	Europe/Paris	47.97891	5.12206				44	52	521	52282
2991758	Morlincourt	morlincourt	FR	60400	550	Europe/Paris	49.56984	3.03629		Morlincourt		32	60	603	60431
2991760	Morlhon-le-Haut	morlhon-le-haut	FR	12200	553	Europe/Paris	44.32474	2.06245		Morlhon,Morlhon-le-Haut		76	12	123	12159
2991762	Morley	morley	FR	55290	213	Europe/Paris	48.57966	5.24701		Morley		44	55	551	55359
2991764	Morlet	morlet	FR	71360	75	Europe/Paris	46.95416	4.50977		Morlet		27	71	711	71322
2991767	Morlanne	morlanne	FR	64370	460	Europe/Paris	43.51319	-0.53428		Morlan,Morlana,Morlann,Morlanne,mo er lang,Морлан,Морланн,莫尔朗		75	64	643	64406
2991769	Morlancourt	morlancourt	FR	80300	338	Europe/Paris	49.95113	2.6304		Morlancourt,Morlankur,mo er lang ku er,Морланкур,莫尔朗库尔		32	80	804	80572
2991772	Morlaix	morlaix	FR	29299 CEDEX	17516	Europe/Paris	48.57784	-3.82792		MXN,Mons Relaxus,Montroulez,Morlaix,Morle,mo er lai,morure,mwrlyks,Морле,مورلیکس,モルレー,莫尔莱	293	53	29	293	29151
2991774	Morlac	morlac	FR	18170	332	Europe/Paris	46.71962	2.30877		Morlac		24	18	182	18153
2991775	Morlaàs	morlaas	FR	64160	4162	Europe/Paris	43.34452	-0.26266		Morlaas,Morlaàs		75	64	643	64405
2991777	Morizès	morizes	FR	33190	552	Europe/Paris	44.6122	-0.09119		Morises,Morizes,Morizès		75	33	333	33294
2991778	Morizécourt	morizecourt	FR	88320	132	Europe/Paris	48.0704	5.85959		Morizecourt,Morizécourt		44	88	882	88314
2991779	Moriviller	moriviller	FR	54830	85	Europe/Paris	48.47728	6.44191		Moriville,Moriviller		44	54	542	54386
2991780	Moriville	moriville	FR	88330	404	Europe/Paris	48.34782	6.43142		Moriville		44	88	881	88313
2991783	Morisel	morisel	FR	80110	433	Europe/Paris	49.76911	2.47593		Morisel		32	80	803	80571
2991784	Morionvilliers	morionvilliers	FR	52700	24	Europe/Paris	48.36964	5.41353		Morionvilliers		44	52	521	52342
2991788	Moringhem	moringhem	FR	62910	394	Europe/Paris	50.76418	2.12795		Morengem,Moringhem,Moringhin,mo lan gai mu,mwrynhym,Моренгем,مورينهيم,莫兰盖姆		32	62	625	62592
2991791	Morillon	morillon	FR	74440	546	Europe/Paris	46.08341	6.67625				84	74	742	74190
2991792	Morigny-Champigny	morigny-champigny	FR	91150	4199	Europe/Paris	48.44685	2.18351		Morigny,Morigny-Champigny,Morin'i-Shampin'i,mo li ni shang pi ni,Мориньи-Шампиньи,Мориньї-Шампіньї,莫里尼尚皮尼		11	91	911	91433
2991793	Morigny	morigny	FR	50410	93	Europe/Paris	48.88143	-1.05929		Morigny		28	50	504	50357
2991795	Moriez	moriez	FR	04170	189	Europe/Paris	43.96157	6.47077		Mor'e,More,Moriers,Moriez,mo li ye,Морье,Морє,莫里耶		93	04	042	04133
2991796	Morieux	morieux	FR	22400	803	Europe/Paris	48.52166	-2.60883		Morieg,Morieux		53	22	224	22093
2991798	Moriers	moriers	FR	28800	218	Europe/Paris	48.21703	1.43923		Moriers		24	28	282	28270
2991799	Morières-lès-Avignon	morieres-les-avignon	FR	84310	7001	Europe/Paris	43.9403	4.9011		Mor'er-lez-Avin'on,Morer-lez-Avin'jon,Morieras dAvinhon,Morieres,Morieres-les-Avignon,Morières,Morières-lès-Avignon,mo li ai lai a wei ni weng,Морьер-лез-Авиньон,Морєр-лез-Авіньйон,莫里埃莱阿维尼翁		93	84	842	84081
2991802	Morienval	morienval	FR	60127	1094	Europe/Paris	49.2977	2.92078		Morjanval',mo li an wa,Морянваль,莫里安瓦		32	60	604	60430
2991803	Morienne	morienne	FR	76390	0	Europe/Paris	49.78214	1.71126		Morienne		28	76	761	76606
2991806	Morhange	morhange	FR	57340	4316	Europe/Paris	48.92359	6.64163		Morhange		44	57	573	57483
2991812	Morgny-la-Pommeraye	morgny-la-pommeraye	FR	76750	909	Europe/Paris	49.51121	1.25557		Morgny,Morgny-la-Pommeraye		28	76	763	76453
2991813	Morgny-en-Thiérache	morgny-en-thierache	FR	02360	89	Europe/Paris	49.75985	4.07682		Morgny,Morgny-en-Thierache,Morgny-en-Thiérache		32	02	025	02526
2991814	Morgny	morgny	FR	27150	434	Europe/Paris	49.38285	1.59028		Morgny		28	27	271	27417
2991821	Morgemoulin	morgemoulin	FR	55400	95	Europe/Paris	49.23387	5.57907		Morgemoulin		44	55	553	55357
2991829	Morganx	morganx	FR	40700	180	Europe/Paris	43.60627	-0.57027		Morganx		75	40	402	40198
2991831	Morfontaine	morfontaine	FR	54920	936	Europe/Paris	49.44487	5.81027		Morfontaine		44	54	541	54385
2991832	Morez	morez	FR	39400	6495	Europe/Paris	46.5254	6.02589		More,Morez,Morez-la-Montagne,mo lei ci,Море,莫雷兹		27	39	393	39368
2991833	Morey-Saint-Denis	morey-saint-denis	FR	21220	703	Europe/Paris	47.19688	4.96266		Morey,Morey-Saint-Denis		27	21	211	21442
2991834	Morey	morey	FR	71510	0	Europe/Paris	48.82715	6.16414		Morey,Trois-Montagnes		44	54	543	54059
2991835	La Roche-Morey	la-roche-morey	FR	70120	0	Europe/Paris	47.7	5.73333				27	70	702	70373
2991836	Morey	morey	FR	71510	156	Europe/Paris	46.76667	4.8		Morey		27	71	711	71321
2991839	Moreuil	moreuil	FR	80110	4162	Europe/Paris	49.77457	2.48273		Morej,Moreuil,Moreul,Morjoj,mo lei yi,Морей,Морёй,莫勒伊		32	80	803	80570
2991841	Morette	morette	FR	38210	388	Europe/Paris	45.28556	5.45443		Morette		84	38	381	38263
2991842	Moret-sur-Loing	moret-sur-loing	FR	77250	4866	Europe/Paris	48.37239	2.81713		More-sjur-Luen,Moret,Море-сюр-Луен		11	77	774	77316
2991843	Morêtel-de-Mailles	moretel-de-mailles	FR	38570	332	Europe/Paris	45.36667	6		Moretal-de-Mailles,Moretel,Moretel-de-Mailles,Morêtal-de-Mailles,Morêtel,Morêtel-de-Mailles		84	38	381	38100
2991847	Morestel	morestel	FR	38510	3307	Europe/Paris	45.679	5.46479		Morestel		84	38	382	38261
2991853	Morembert	morembert	FR	10240	38	Europe/Paris	48.50346	4.32949		Morembert		44	10	103	10257
2991854	Morelmaison	morelmaison	FR	88170	187	Europe/Paris	48.32114	5.91582		Morelmaison		44	88	882	88312
2991859	Moreilles	moreilles	FR	85450	242	Europe/Paris	46.4212	-1.08475		Moreilles		52	85	851	85149
2991861	Morée	moree	FR	41160	1041	Europe/Paris	47.90397	1.23421		Moree,Morée		24	41	412	41154
2991866	Moréac	moreac	FR	56500	3097	Europe/Paris	47.91931	-2.82159		Moreac,Moréac,Mourieg		53	56	562	56140
2991868	Mordelles	mordelles	FR	35310	6484	Europe/Paris	48.07509	-1.84591		Mauricella,Mordel',Mordelles,Morzhell,mo er dai lai,Мордель,莫尔代莱		53	35	353	35196
2991869	Morcourt	morcourt	FR	02100	275	Europe/Paris	49.89196	2.65065		Morcourt		32	80	802	80569
2991870	Morcourt	morcourt	FR	02100	590	Europe/Paris	49.87478	3.32282		Morcourt		32	02	023	02525
2991872	Morchies	morchies	FR	62124	191	Europe/Paris	50.13841	2.95459		Morchies		32	62	621	62591
2991875	Morchain	morchain	FR	80190	256	Europe/Paris	49.80197	2.91382		Morchain		32	80	804	80568
2991877	Morcenx	morcenx	FR	40110	4993	Europe/Paris	44.03456	-0.91591		Morcens,Morcenx,Morsanks,mo er sang,Морсанкс,莫尔桑		75	40	402	40197
2991880	Morbier	morbier	FR	39400	2224	Europe/Paris	46.53693	6.01532		Morbier		27	39	393	39367
2991881	Morbecque	morbecque	FR	59190	2873	Europe/Paris	50.69365	2.51787		Morbecque		32	59	594	59416
2991883	Moras-en-Valloire	moras-en-valloire	FR	26210	656	Europe/Paris	45.29114	4.99939		Moras,Moras-en-Valloire,Moraz-an-Valluar,wa lu wa er de qu mo la,Мораз-ан-Валлуар,瓦卢瓦尔地区莫拉		84	26	263	26213
2991885	Moras	moras	FR	38460	452	Europe/Paris	45.68787	5.25855		Moras		84	38	382	38260
2991886	Moras	moras	FR	38460	0	Europe/Paris	45.23333	4.6				84	07	073	07342
2991887	Moranville	moranville	FR	55400	92	Europe/Paris	49.17441	5.54565		Moranville		44	55	553	55356
2991888	Morannes	morannes	FR	49640	1679	Europe/Paris	47.74464	-0.41702		Morann,Morannes,mo la nei,Моранн,莫拉内		52	49	491	49220
2991889	Morangles	morangles	FR	60530	307	Europe/Paris	49.19629	2.29581		Morangles		32	60	604	60429
2991890	Morangis	morangis	FR	51530	222	Europe/Paris	48.97357	3.91631		Morangis		44	51	512	51384
2991891	Morangis	morangis	FR	51530	11369	Europe/Paris	48.70383	2.33908		Morangis		11	91	913	91432
2991892	Morand	morand	FR	37110	248	Europe/Paris	47.56289	1.00973		Morand		24	37	373	37160
2991893	Morand	morand	FR	37110	0	Europe/Paris	46.73417	3.56464				27	58	583	58087
2991894	Morancourt	morancourt	FR	52110	123	Europe/Paris	48.43175	5.00182		Morancourt		44	52	523	52341
2991895	Morancez	morancez	FR	28630	1687	Europe/Paris	48.40051	1.49388		Morancez		24	28	281	28269
2991896	Morancé	morance	FR	69480	1787	Europe/Paris	45.89815	4.70051		Morance,Morancé		84	69	692	69140
2991898	Morainvilliers	morainvilliers	FR	78630	2330	Europe/Paris	48.92902	1.93621		Morainvilliers,Morenvil'e,Моренвилье,Моренвільє		11	78	783	78431
2991900	Morainville-Jouveaux	morainville-jouveaux	FR	27260	0	Europe/Paris	49.21667	0.45		Morainville,Morainville-pres-Lieurey,Morainville-près-Lieurey,Morenvil'-Zhuvo,mo lan wei er ru wo,Моренвиль-Жуво,Моренвіль-Жуво,莫兰维尔茹沃		28	27	272	27415
2991901	Morainville	morainville	FR	28700	31	Europe/Paris	48.37964	1.82785		Morainville		24	28	281	28268
2991903	Moragne	moragne	FR	17430	430	Europe/Paris	45.9715	-0.80309		Moragne		75	17	172	17246
2991904	Moraches	moraches	FR	58420	96	Europe/Paris	47.27893	3.54738		Aron-la-Montagne,Moraches		27	58	582	58181
2991906	Moosch	moosch	FR	68690	1995	Europe/Paris	47.86035	7.0487		Moosch		44	68	686	68217
2991907	Mooslargue	mooslargue	FR	68580	0	Europe/Paris	47.5	7.21667		Moss		44	68	681	68216
2991908	Moon-sur-Elle	moon-sur-elle	FR	50680	832	Europe/Paris	49.20666	-1.04799		Mon-sjur-El',Moon,Moon-sur-Elle,ai er he pan mo weng,Мон-сюр-Ель,埃尔河畔莫翁		28	50	504	50356
2991909	Monze	monze	FR	11800	205	Europe/Paris	43.15563	2.46036		Monze		76	11	111	11257
2991911	Montville	montville	FR	76710	0	Europe/Paris	49.55	1.08333				28	76	763	76452
2991912	Monviel	monviel	FR	47290	83	Europe/Paris	44.56866	0.5446		Monviel		75	47	473	47192
2991913	Montzéville	montzeville	FR	55100	167	Europe/Paris	49.19172	5.22179		Montzeville,Montzéville		44	55	553	55355
2991916	Montviron	montviron	FR	50530	299	Europe/Paris	48.7372	-1.42032		Montviron,Monviron,meng te wei long,Монвирон,Монвірон,蒙特维龙		28	50	501	50276
2991918	Montville	montville	FR	76710	0	Europe/Paris	48.25402	2.2409				24	45	453	45133
2991920	Montviette	montviette	FR	14140	172	Europe/Paris	48.99894	0.09623		Montviette		28	14	143	14654
2991921	Montvicq	montvicq	FR	03170	698	Europe/Paris	46.31983	2.82132		Montvicq		84	03	031	03189
2991922	Montvert	montvert	FR	15150	118	Europe/Paris	44.99533	2.16039		Montvert		84	15	151	15135
2991923	Montvernier	montvernier	FR	73300	151	Europe/Paris	45.32142	6.34477		Montvernier		84	73	733	73177
2991924	Montverdun	montverdun	FR	42130	770	Europe/Paris	45.71937	4.0685		Montverdun		84	42	421	42150
2991926	Montvendre	montvendre	FR	26120	914	Europe/Paris	44.87072	5.02532		Montvendre,Monvandr,meng te wang de er,Монвандр,蒙特旺德尔		84	26	263	26212
2991929	Montvalezan	montvalezan	FR	73700	627	Europe/Paris	45.61166	6.84637		Cime-Bonne,Montvalezan,Montvalezan-sur-Seez,Montvalezan-sur-Séez		84	73	731	73176
2991931	Montvalent	montvalent	FR	46600	282	Europe/Paris	44.88097	1.61885		Montvalent		76	46	463	46208
2991932	Montvalen	montvalen	FR	81630	162	Europe/Paris	43.86429	1.58932		Montvalen		76	81	811	81185
2991935	Montussan	montussan	FR	33450	2596	Europe/Paris	44.88213	-0.4281		Montjussan,Montucan,Montussan,Montuçan,meng di sang,Монтюссан,蒙蒂桑		75	33	332	33293
2991936	Montussaint	montussaint	FR	25680	57	Europe/Paris	47.43251	6.29146		Montussaint		27	25	251	25408
2991937	Montusclat	montusclat	FR	43260	122	Europe/Paris	45.01327	4.12256		Montusclat		84	43	432	43143
2991939	Montureux-lès-Baulay	montureux-les-baulay	FR	70500	152	Europe/Paris	47.81822	5.98026		Montureux,Montureux-les-Baulay,Montureux-lès-Baulay		27	70	702	70372
2991940	Montureux-et-Prantigny	montureux-et-prantigny	FR	70100	210	Europe/Paris	47.50153	5.63792		Montjure-e-Prantin'i,Montjurjo-eh-Prantin'i,Montureux,Montureux-et-Prantigny,Монтюре-е-Прантіньї,Монтюрё-э-Прантиньи		27	70	702	70371
2991945	Montsuzain	montsuzain	FR	10150	291	Europe/Paris	48.44478	4.13374		Montsuzain		44	10	103	10256
2991946	Montsurvent	montsurvent	FR	50200	283	Europe/Paris	49.11477	-1.49891		Montsurvent		28	50	503	50215
2991947	Montsûrs	montsurs	FR	53150	2119	Europe/Paris	48.13475	-0.55381		Hercule-Montsurs,Montsurs,Montsûrs		52	53	533	53161
2991948	Mont-sur-Monnet	mont-sur-monnet	FR	39300	179	Europe/Paris	46.70803	5.83657		Mont,Mont-sur-Monnet		27	39	392	39366
2991949	Mont-sur-Meurthe	mont-sur-meurthe	FR	54360	909	Europe/Paris	48.55542	6.44161		Mont,Mont-sur-Meurthe		44	54	542	54383
2991950	Mont-sur-Courville	mont-sur-courville	FR	51170	101	Europe/Paris	49.25999	3.68202		Mont,Mont-sur-Courville		44	51	513	51382
2991953	Monts-sur-Guesnes	monts-sur-guesnes	FR	86420	688	Europe/Paris	46.91885	0.21143		Mon-sjur-Gen,Monts,Monts-sur-Guesnes,ju ai si na he pan meng te,Мон-сюр-Ген,居埃斯纳河畔蒙特		75	86	861	86167
2991954	Mont-sous-Vaudrey	mont-sous-vaudrey	FR	39380	1214	Europe/Paris	46.97874	5.60295		Mon-su-Vodre,Mont,Mont-sous-Vaudrey,meng su wo de lei,Мон-су-Водре,蒙苏沃德雷		27	39	391	39365
2991957	Montsoult	montsoult	FR	95560	3532	Europe/Paris	49.06942	2.31966		Monsoult,Monsu,Montsoult,meng te su er,Монсу,蒙特苏尔		11	95	952	95430
2991958	Montsoué	montsoue	FR	40500	611	Europe/Paris	43.73203	-0.50668		Montsoue,Montsoué		75	40	402	40196
2991959	Montsoreau	montsoreau	FR	49730	579	Europe/Paris	47.21549	0.06171		Monsoro,Montsoreau,meng suo luo,meng te suo luo,mongsolo,monsoro,mwnswrw,Монсоро,مونسورو,モンソロー,蒙特索罗,蒙索罗,몽소로		52	49	493	49219
2991961	Montseveroux	montseveroux	FR	38122	846	Europe/Paris	45.42946	4.97029		Montseveroux		84	38	383	38259
2991964	Montseron	montseron	FR	09240	69	Europe/Paris	43.01219	1.32849		Montseron		76	09	093	09212
2991965	Montsérié	montserie	FR	65150	48	Europe/Paris	43.05029	0.43606		Monts-d'Arees,Montserie,Montsérié		76	65	652	65323
2991966	Montséret	montseret	FR	11200	428	Europe/Paris	43.10365	2.81028		Monsere,Montseret,Montséret,meng te sai lei,Монсере,蒙特塞雷		76	11	113	11256
2991967	Monts-en-Ternois	monts-en-ternois	FR	62130	53	Europe/Paris	50.32131	2.38627		Mon-an-Ternua,Monts,Monts-en-Ternois,meng ang tai er nu wa,mwnts an tyrnwys,Мон-ан-Тернуа,مونتس إن تيرنويس,蒙昂泰尔努瓦		32	62	621	62590
2991968	Monts-en-Bessin	monts-en-bessin	FR	14310	407	Europe/Paris	49.11441	-0.60369		Monts,Monts-en-Bessin		28	14	144	14449
2991969	Montselgues	montselgues	FR	07140	82	Europe/Paris	44.52345	4.00541		Monsel'g,Montselgas,Montselgues,meng te sai er gai,Монсельг,蒙特塞尔盖		84	07	071	07163
2991970	Montségur-sur-Lauzon	montsegur-sur-lauzon	FR	26130	1053	Europe/Paris	44.36098	4.85468		Montsegur,Montsegur-sur-Lauzon,Montségur,Montségur-sur-Lauzon		84	26	262	26211
2991971	Montségur	montsegur	FR	09300	128	Europe/Paris	42.87143	1.8337		Chateau de Montsegur,Château de Montségur,Monsegjur,Montsegur,Montségur,Монсегюр		76	09	092	09211
2991972	Montsecret	montsecret	FR	61800	508	Europe/Paris	48.7971	-0.6751		Monsekre,Montsecret,meng te sai ke lei,Монсекре,蒙特塞克雷		28	61	612	61292
2991973	Montsec	montsec	FR	55300	68	Europe/Paris	48.89125	5.71981		Montsec,Montset		44	55	552	55353
2991974	Mont-Saxonnex	mont-saxonnex	FR	74130	1296	Europe/Paris	46.0508	6.47429		Mon-Saksonne,Mons Saxonensis,Mont-Saxonnex,Мон-Саксонне		84	74	742	74189
2991975	Montsaunès	montsaunes	FR	31260	478	Europe/Paris	43.11144	0.93668		Montsaunes,Montsaunès		76	31	312	31391
2991977	Montsaugeon	montsaugeon	FR	52190	77	Europe/Paris	47.66602	5.30842		Monsaugeon,Montsaugeon		44	52	522	52405
2991979	Montsauche-les-Settons	montsauche-les-settons	FR	58230	614	Europe/Paris	47.21667	4.01667				27	58	581	58180
2991980	Montsapey	montsapey	FR	73220	58	Europe/Paris	45.52343	6.33756		Montsapey		84	73	733	73175
2991982	Montsalvy	montsalvy	FR	15120	903	Europe/Paris	44.70716	2.50059		Montsalvy		84	15	151	15134
2991983	Montsalès	montsales	FR	12260	222	Europe/Paris	44.49112	1.96132		Montsales,Montsalès		76	12	123	12158
2991984	Mont-Saint-Vincent	mont-saint-vincent	FR	71300	309	Europe/Paris	46.63095	4.47798		Belvedere,Belvédère,Mont-Belvedere,Mont-Belvédère,Mont-Saint-Vincent		27	71	711	71320
2991986	Mont-Saint-Sulpice	mont-saint-sulpice	FR	89250	840	Europe/Paris	47.95334	3.62613		Mont-Saint-Sulpice		27	89	891	89268
2991988	Mont-Saint-Remy	mont-saint-remy	FR	08310	37	Europe/Paris	49.38333	4.48333				44	08	084	08309
2991990	Mont-Saint-Père	mont-saint-pere	FR	02400	549	Europe/Paris	49.07452	3.48666		Mont-Bel-Air,Mont-Saint-Pere,Mont-Saint-Père,Mont-sur-Marne		32	02	021	02524
2991992	Mont-Saint-Martin	mont-saint-martin	FR	02220	8509	Europe/Paris	49.54363	5.78337		Mont-Saint-Martin		44	54	541	54382
2991993	Mont-Saint-Martin	mont-saint-martin	FR	02220	77	Europe/Paris	49.33576	4.64647		Mont-Saint-Martin		44	08	084	08308
2991994	Mont-Saint-Martin	mont-saint-martin	FR	02220	51	Europe/Paris	49.28286	3.63916		Mont,Mont-Saint-Martin		32	02	024	02523
2991995	Mont-Saint-Martin	mont-saint-martin	FR	02220	110	Europe/Paris	45.27074	5.67447		Mont-Saint-Martin		84	38	381	38258
2991996	Mont-Saint-Léger	mont-saint-leger	FR	70120	66	Europe/Paris	47.63018	5.78951		Mont-Saint-Leger,Mont-Saint-Léger		27	70	702	70369
2991997	Mont-Saint-Jean	mont-saint-jean	FR	02360	76	Europe/Paris	49.78909	4.20676		Mont-Saint-Jean		32	02	025	02522
2991998	Mont-Saint-Jean	mont-saint-jean	FR	02360	639	Europe/Paris	48.24572	-0.10697		Mont-Saint-Jean		52	72	722	72211
2991999	Mont-Saint-Jean	mont-saint-jean	FR	02360	273	Europe/Paris	47.29297	4.40274		Mont-Saint-Jean,Mont-Serein		27	21	211	21441
2992001	Mont-Saint-Éloi	mont-saint-eloi	FR	62144	1035	Europe/Paris	50.35105	2.69249		Mon-Sent-Elua,Mont-Saint-Eloi,Mont-Saint-Eloue,Mont-Saint-Eloy,Mont-Saint-Éloi,Mont-Saint-Éloué,Mont-Saint-Éloy,Mont-la-Liberte,Mont-la-Liberté,meng sheng ai lu wa,mwnt san alwy,Мон-Сент-Елуа,مونت سان إلوي,蒙圣埃卢瓦		32	62	621	62589
2992003	Mont-Saint-Aignan	mont-saint-aignan	FR	76130	23078	Europe/Paris	49.46307	1.09364		Le Mont-Libre,Mon Sent Enan,Mon-Sent-En'jan,Mont-Saint-Aignan,mon=santenyan,mongsaengtenyang,mw sntnyan,Мон Сент Ењан,Мон-Сент-Еньян,مو سنتنیان,モン＝サンテニャン,몽생테냥		28	76	763	76451
2992007	Monts	monts	FR	37260	178	Europe/Paris	49.21667	2.01667		Monts		32	60	601	60427
2992008	Monts	monts	FR	37260	7054	Europe/Paris	47.27723	0.62473		Monts		24	37	372	37159
2992009	Montry	montry	FR	77450	3434	Europe/Paris	48.88409	2.82915		Montry		11	77	771	77315
2992012	Montrozier	montrozier	FR	12630	0	Europe/Paris	44.40632	2.74701		Montrozier		76	12	122	12157
2992013	Montrosier	montrosier	FR	81170	0	Europe/Paris	44.13843	1.83737		Montrosier,Montrozier		76	81	811	81184
2992014	Montroy	montroy	FR	17220	582	Europe/Paris	46.1554	-1.01127		La Montagne,Montfaisceau,Montroi,Montroy		75	17	173	17245
2992015	Montroy	montroy	FR	17220	0	Europe/Paris	46.12462	2.70158				84	63	634	63281
2992016	Montrouveau	montrouveau	FR	41800	113	Europe/Paris	47.71484	0.73092		Montrouveau		24	41	412	41153
2992017	Montrouge	montrouge	FR	92120	38708	Europe/Paris	48.8162	2.31393		Monruzh,Montrouge,meng lu ri,mongluju,monruju,mwntrwzh,Монруж,مونتروژ,モンルージュ,蒙鲁日,몽루주		11	92	921	92049
2992022	Montrottier	montrottier	FR	69770	1479	Europe/Paris	45.7901	4.4666		Montrotier,Montrottier		84	69	691	69139
2992024	Montrond-les-Bains	montrond-les-bains	FR	42210	4136	Europe/Paris	45.64374	4.23752		Meylieu-Montrond,Monron-le-Ben,Montrond,Montrond-les-Bains,meng te long lai ban,Монрон-ле-Бен,蒙特龙莱班		84	42	421	42149
2992025	Montrond-le-Château	montrond-le-chateau	FR	25660	489	Europe/Paris	47.1425	6.04657		Montrond,Montrond-le-Chateau,Montrond-le-Château		27	25	251	25406
2992026	Montrond	montrond	FR	05700	424	Europe/Paris	46.79845	5.83314		Montrond		27	39	392	39364
2992027	Montrond	montrond	FR	05700	0	Europe/Paris	45.19477	6.30889		Montrond		84	73	733	73013
2992028	Montrond	montrond	FR	05700	41	Europe/Paris	44.38207	5.74191		Montrond		93	05	052	05089
2992030	Montromant	montromant	FR	69610	394	Europe/Paris	45.70808	4.52558		Montroman-la-Combe,Montromant		84	69	691	69138
2992031	Montrol-Sénard	montrol-senard	FR	87330	237	Europe/Paris	46.03098	0.95871		Montrol,Montrol-Senard,Montrol-Sénard		75	87	871	87100
2992032	Montrollet	montrollet	FR	16420	290	Europe/Paris	45.98279	0.89633		Monrolle,Monteirolet,Montrollet,meng te luo lai,Монролле,蒙特罗莱		75	16	163	16231
2992035	Montrodat	montrodat	FR	48100	1069	Europe/Paris	44.55131	3.3291		Montrodat		76	48	482	48103
2992037	Mont-Roc	mont-roc	FR	81120	182	Europe/Paris	43.80199	2.3691		Mont-Roc		76	81	812	81183
2992041	Montriond	montriond	FR	74110	849	Europe/Paris	46.20092	6.6875		Monrjon,Mons Rotundus Caballiciensium,Монрйон		84	74	744	74188
2992042	Montrigaud	montrigaud	FR	26350	483	Europe/Paris	45.21947	5.12993		Montrigaud		84	26	263	26210
2992043	Montrieux-en-Sologne	montrieux-en-sologne	FR	41210	542	Europe/Paris	47.55409	1.72591		Montrieux,Montrieux-en-Sologne		24	41	413	41152
2992044	Montricoux	montricoux	FR	82800	1044	Europe/Paris	44.07574	1.61957		Montricoux		76	82	822	82132
2992045	Montricher-Albanne	montricher-albanne	FR	73870	0	Europe/Paris	45.23333	6.4		Karellis,Les Karellis,Monrisher-Al'bann,Montricher,Montricher-le-Bochet,Монришер-Альбанн		84	73	733	73173
2992047	Montrichard	montrichard	FR	41400	3745	Europe/Paris	47.3431	1.18653		Monrishar,Montegalite,Montrichard,Montégalité,meng te li sha er,montorisharu,Монришар,モントリシャール,蒙特里沙尔		24	41	413	41151
2992050	Montrevel-en-Bresse	montrevel-en-bresse	FR	01340	2202	Europe/Paris	46.33527	5.12269		Montrevel,Montrevel-en-Bresse		84	01	012	01266
2992051	Montrevel	montrevel	FR	38690	111	Europe/Paris	46.42073	5.48621		Montrevel		27	39	392	39363
2992052	Montrevel	montrevel	FR	38690	374	Europe/Paris	45.48052	5.40366		Montrevel		84	38	382	38257
2992054	Montrevault	montrevault	FR	49110	1267	Europe/Paris	47.26145	-1.04579		Monrevo,Montrevault,meng te lei wo er,montoruvu~o,Монрево,モントルヴォー,蒙特勒沃尔		52	49	492	49218
2992103	Montregard	montregard	FR	43290	624	Europe/Paris	45.15849	4.34657		Montregard		84	43	433	43142
2992055	Montreux-Vieux	montreux-vieux	FR	68210	852	Europe/Paris	47.61844	7.0221		Montre-V'e,Montre-Ve,Montreux-Libre,Montreux-Vieux,Montrjo-V'jo,meng te lei fu yue,Монтре-Вье,Монтре-Вє,Монтрё-Вьё,蒙特勒弗约		44	68	681	68215
2992056	Montreux-Jeune	montreux-jeune	FR	68210	288	Europe/Paris	47.61061	7.03115		Montreux-Jeune		44	68	681	68214
2992057	Montreux-Château	montreux-chateau	FR	90130	1016	Europe/Paris	47.61003	6.99923		Montreux-Chateau,Montreux-Château		27	90	901	90071
2992058	Montreux	montreux	FR	54450	0	Europe/Paris	48.53581	6.88325		Montreux		44	54	542	54381
2992059	Montreuil-sur-Thonnance	montreuil-sur-thonnance	FR	52230	80	Europe/Paris	48.45846	5.23694		Montreuil,Montreuil-sur-Thonnance		44	52	523	52337
2992060	Montreuil-sur-Thérain	montreuil-sur-therain	FR	60134	191	Europe/Paris	49.38118	2.19317		Montrej-sjur-Teren,Montreuil,Montreuil-sur-Therain,Montreuil-sur-Thérain,tai lan he pan meng te lei yi,Монтрей-сюр-Терен,泰兰河畔蒙特勒伊		32	60	601	60426
2992061	Montreuil	montreuil	FR	28500	2715	Europe/Paris	50.46374	1.76348		Montrej,Montreuil,Montreuil-sur-Mer,Монтрей	624	32	62	624	62588
2992062	Montreuil-sur-Maine	montreuil-sur-maine	FR	49220	586	Europe/Paris	47.64991	-0.69908		Montreuil,Montreuil-sur-Maine		52	49	494	49217
2992063	Montreuil-sur-Lozon	montreuil-sur-lozon	FR	50570	262	Europe/Paris	49.13691	-1.23665		Montreuil,Montreuil-sur-Lozon		28	50	504	50352
2992064	Montreuil-sur-Loir	montreuil-sur-loir	FR	49140	349	Europe/Paris	47.60775	-0.40478		Montreuil,Montreuil-sur-Loir		52	49	491	49216
2992065	Montreuil-sur-Ille	montreuil-sur-ille	FR	35440	1705	Europe/Paris	48.30758	-1.66905		Montreuil,Montreuil-sur-Ille,Mousterel-an-Il		53	35	353	35195
2992066	Montreuil-sur-Epte	montreuil-sur-epte	FR	95770	377	Europe/Paris	49.17686	1.68765		Montrej-sjur-Ept,Montreuil,Montreuil-sur-Epte,Montrjoj-sjur-Ehpt,ai pu te he pan meng te lei yi,Монтрей-сюр-Епт,Монтрёй-сюр-Эпт,埃普特河畔蒙特勒伊		11	95	953	95429
2992067	Montreuil-sur-Brêche	montreuil-sur-breche	FR	60480	455	Europe/Paris	49.50828	2.27446		Montreuil,Montreuil-sur-Breche,Montreuil-sur-Brêche		32	60	602	60425
2992068	Montreuil-sur-Blaise	montreuil-sur-blaise	FR	52130	161	Europe/Paris	48.47635	4.96371		Montreuil,Montreuil-sur-Blaise		44	52	523	52336
2992069	Montreuil-sur-Barse	montreuil-sur-barse	FR	10270	273	Europe/Paris	48.22292	4.29734		Montreuil,Montreuil-sur-Barse		44	10	103	10255
2992070	Montreuil-sous-Pérouse	montreuil-sous-perouse	FR	35500	1020	Europe/Paris	48.15159	-1.23743		Monasteriolum super Petrosam,Montrej-su-Peruz,Montreuil,Montreuil-sous-Perouse,Montreuil-sous-Pérouse,Mousterel-ar-Veineg,meng te lei yi su pei lu si,Монтрей-су-Перуз,蒙特勒伊苏佩鲁斯		53	35	351	35194
2992072	Montreuillon	montreuillon	FR	58800	305	Europe/Paris	47.17464	3.78892		Montreuillon		27	58	582	58179
2992073	Montreuil-le-Henri	montreuil-le-henri	FR	72150	255	Europe/Paris	47.86727	0.56511		Montreuil,Montreuil-le-Henri		52	72	721	72210
2992074	Montreuil-le-Gast	montreuil-le-gast	FR	35520	1750	Europe/Paris	48.24685	-1.72682		Montreuil,Montreuil-le-Gast,Mousterel-ar-Gwast		53	35	353	35193
2992075	Montreuil-le-Chétif	montreuil-le-chetif	FR	72130	304	Europe/Paris	48.24557	-0.03566		Montrej-le-Shetif,Montreuil,Montreuil-le-Chetif,Montreuil-le-Chétif,Монтрей-ле-Шетіф		52	72	722	72209
2992076	Montreuil-l'Argillé	montreuil-l-argille	FR	27390	794	Europe/Paris	48.93908	0.48057		Montreuil		28	27	272	27414
2992077	Montreuil-la-Cambe	montreuil-la-cambe	FR	61160	83	Europe/Paris	48.88495	0.03825		Montreuil,Montreuil-la-Cambe		28	61	612	61291
2992078	Montreuil-en-Touraine	montreuil-en-touraine	FR	37530	668	Europe/Paris	47.48809	0.94883		Montreuil,Montreuil-en-Touraine		24	37	373	37158
2992079	Montreuil-Poulay	montreuil-poulay	FR	53640	438	Europe/Paris	48.3821	-0.52406		Montreuil,Montreuil en Lassay,Montreuil-Poulay,Montreuil-en-Lassay		52	53	533	53160
2992080	Montreuil-en-Caux	montreuil-en-caux	FR	76850	390	Europe/Paris	49.67962	1.14844		Montreuil,Montreuil-en-Caux		28	76	761	76449
2992081	Montreuil-en-Auge	montreuil-en-auge	FR	14340	56	Europe/Paris	49.16649	0.06599		Montreuil,Montreuil-en-Auge		28	14	143	14448
2992082	Montreuil-des-Landes	montreuil-des-landes	FR	35210	213	Europe/Paris	48.24708	-1.22418		Montreuil,Montreuil-des-Landes,Mousterel-al-Lann		53	35	351	35192
2992083	Montreuil-Bonnin	montreuil-bonnin	FR	86470	694	Europe/Paris	46.55196	0.14215		Montrej-Bonnen,Montreuil-Bonnin,meng te lei yi bo nan,Монтрей-Боннен,蒙特勒伊博南		75	86	863	86123
2992084	Montreuil-Bellay	montreuil-bellay	FR	49260	4631	Europe/Paris	47.1312	-0.15365		Montrej-Belle,Montreuil-Bellay,Montreuil-le-Thouet,meng te lei yi bei lai,Монтрей-Белле,蒙特勒伊贝莱		52	49	493	49215
2992085	Montreuil-Juigné	montreuil-juigne	FR	49460	0	Europe/Paris	47.52829	-0.61233		Montrej-Zhuin'e,Montreuil,Montreuil-Belfroi,Montreuil-Belfroy,Montreuil-Juigne,Montreuil-Juigné,meng te lei yi rui yi nie,Монтрей-Жуїньє,蒙特勒伊瑞伊涅		52	49	491	49214
2992086	Montreuil-aux-Lions	montreuil-aux-lions	FR	02310	1201	Europe/Paris	49.02124	3.19543		Montreuil,Montreuil-aux-Lions,Montreuil-l'Union		32	02	021	02521
2992087	Montreuil-au-Houlme	montreuil-au-houlme	FR	61210	111	Europe/Paris	48.68653	-0.26344		Montrej-o-Ul'm,Montreuil,meng te lei yi ao wu er mu,Монтрей-о-Ульм,蒙特勒伊奥乌尔姆		28	61	612	61290
2992089	Montreuil	montreuil	FR	28500	0	Europe/Paris	49.46115	1.84796				32	60	601	60073
2992090	Montreuil	montreuil	FR	28500	90652	Europe/Paris	48.86415	2.44322		Montrej,Montreuil,Montreuil-sous-Bois,Монтрей		11	93	931	93048
2992091	Montreuil	montreuil	FR	28500	513	Europe/Paris	48.77743	1.36965		Montrej,Montreuil,Монтрей		24	28	283	28267
2992092	Montreuil	montreuil	FR	28500	698	Europe/Paris	46.40808	-0.83756		Montrej,Montreuil,Монтрей		52	85	851	85148
2992093	Montret	montret	FR	71440	643	Europe/Paris	46.6819	5.11466		Monre,Montret,Монре		27	71	714	71319
2992094	Montrésor	montresor	FR	37460	383	Europe/Paris	47.15575	1.20438		Montrezor,meng te lei suo,Монтрезор,蒙特雷索		24	37	373	37157
2992098	Montrem	montrem	FR	24110	1105	Europe/Paris	45.13439	0.59032		Monrem,Montrem,Montrenc,meng te lang,Монрем,蒙特朗		75	24	243	24295
2992100	Montrelais	montrelais	FR	44370	0	Europe/Paris	47.38952	-0.96664		Monasterium Legum,Monrele,Montrelais,Mousterlez,meng te lei lai,montorure,Монреле,モントルレ,蒙特雷莱		52	44	445	44104
2992102	Montréjeau	montrejeau	FR	31210	2930	Europe/Paris	43.08579	0.56839		Monrezho,Mont-rejau,Montrejau,Montrejeau,Montréjeau,meng te lei ruo,Монрежо,蒙特雷若		76	31	312	31390
2992104	Montredon-Labessonnié	montredon-labessonnie	FR	81360	2137	Europe/Paris	43.72004	2.32605		Montredon,Montredon-Labessonnie,Montredon-Labessonnié		76	81	812	81182
2992105	Montredon	montredon	FR	46270	0	Europe/Paris	45.53232	2.95679				84	63	633	63038
2992106	Montredon	montredon	FR	46270	305	Europe/Paris	44.61797	2.19169		Montredon		76	46	462	46207
2992107	Montredon	montredon	FR	46270	0	Europe/Paris	44.40139	3.35811				76	48	482	48085
2992108	Montredon	montredon	FR	46270	4905	Europe/Paris	43.24016	5.36629				93	13	133	13055
2992109	Montredon-des-Corbières	montredon-des-corbieres	FR	11100	963	Europe/Paris	43.18333	2.93333				76	11	113	11255
2992110	Montrécourt	montrecourt	FR	59227	159	Europe/Paris	50.23216	3.45108		Montrecourt,Montrécourt		32	59	592	59415
2992112	Montréal-les-Sources	montreal-les-sources	FR	26510	25	Europe/Paris	44.40179	5.30039		Monreal'-le-Surs,Mont-real,Montreal,Montreal-les-Sources,Montréal,Montréal-les-Sources,meng te lei a lai su er sai,Монреаль-ле-Сурс,蒙特雷阿莱苏尔塞		84	26	262	26209
2992115	Montréal	montreal	FR	07110	186	Europe/Paris	47.54499	4.03547		Mont-Serein,Montreal,Montréal		27	89	892	89267
2992116	Montréal-la-Cluse	montreal-la-cluse	FR	01460	3997	Europe/Paris	46.18333	5.58333		Delilia-de-Crose,Monreal'-la-Kljuz,meng lei a er la ke ci,mwnrya-la-klws  ayn,Монреаль-ла-Клюз,مونريا-لا-كلوس، أين,蒙雷阿尔拉克兹		84	01	014	01265
2992117	Montréal	montreal	FR	07110	496	Europe/Paris	44.52862	4.29289		Mont-Libre,Montreal,Montréal		84	07	071	07162
2992118	Montréal	montreal	FR	07110	1302	Europe/Paris	43.9502	0.20217		Mont-Franc,Montreal,Montreal-du-Gers,Montréal,Montréal-du-Gers		76	32	322	32290
2992119	Montréal	montreal	FR	07110	1932	Europe/Paris	43.1998	2.14122		Montreal,Montréal		76	11	111	11254
2992120	Montravers	montravers	FR	79140	300	Europe/Paris	46.82836	-0.71805		Montravers		75	79	791	79183
2992122	Montracol	montracol	FR	01310	826	Europe/Paris	46.19618	5.12028		Montracol		84	01	012	01264
2992123	Montrabot	montrabot	FR	50810	89	Europe/Paris	49.10946	-0.88384		Monrabo,Montrabot,meng te la bo,Монрабо,蒙特拉博		28	50	504	50351
2992124	Montrabé	montrabe	FR	31850	3608	Europe/Paris	43.64477	1.52384		Montrabe,Montrabé		76	31	313	31389
2992126	Mont-près-Chambord	mont-pres-chambord	FR	41250	3149	Europe/Paris	47.56235	1.45712		Mon-pre-Shambor,Mont,Mont-pres-Chambord,Mont-près-Chambord,meng pu lei shang bo er,Мон-пре-Шамбор,蒙普雷尚博尔		24	41	411	41150
2992129	Montpouillan	montpouillan	FR	47200	584	Europe/Paris	44.46784	0.10503		Monpujan,Montpolhan,Montpouillan,meng te pu yi lang,Монпуян,蒙特普伊朗		75	47	472	47191
2992130	Montpothier	montpothier	FR	10400	242	Europe/Paris	48.57279	3.51871		Montpothier		44	10	102	10254
2992131	Montpont-en-Bresse	montpont-en-bresse	FR	71470	1029	Europe/Paris	46.5563	5.16459		Monpont-an-Bress,Montpont,Montpont-en-Bresse,Монпонт-ан-Бресс		27	71	714	71318
2992132	Montpon-Ménestérol	montpon-menesterol	FR	24700	5658	Europe/Paris	45.00961	0.15921		Monpon-Menesterol',Monpont,Mont Paun e Menestairou,Mont Paun e Menestairòu,Montpaun e Menestairou,Montpaun e Menestairòu,Montpon,Montpon-Menesterol,Montpon-Ménestérol,Montpon-sur-l'Isle,meng te peng mei nei si tai luo,Монпон-Менестероль,蒙特蓬梅内斯泰罗		75	24	243	24294
2992133	Montpollin	montpollin	FR	49150	160	Europe/Paris	47.58567	-0.10415		Monpollen,Montpollin,meng te bo lan,Монполлен,蒙特波兰		52	49	493	49018
2992135	Montplonne	montplonne	FR	55000	188	Europe/Paris	48.69066	5.17066		Montplonne		44	55	551	55352
2992136	Montpitol	montpitol	FR	31380	370	Europe/Paris	43.70579	1.64949		Montpitol		76	31	313	31388
2992138	Montpinier	montpinier	FR	81440	185	Europe/Paris	43.68222	2.19463		Montpinier		76	81	812	81181
2992141	Montpinchon	montpinchon	FR	50210	509	Europe/Paris	49.02155	-1.31021		Monpenshon,Montpinchon,meng te pan xiong,Монпеншон,蒙特潘雄		28	50	503	50350
2992144	Montpezat-sous-Bauzon	montpezat-sous-bauzon	FR	07560	688	Europe/Paris	44.71209	4.20657		Monpeza-su-Bozon,Montpesat,Montpezat,Montpezat-sous-Bauzon,meng te po zha su bo zong,Монпеза-су-Бозон,蒙特珀扎苏博宗		84	07	071	07161
2992145	Montpezat-de-Quercy	montpezat-de-quercy	FR	82270	1461	Europe/Paris	44.23876	1.47682		Montpezat,Montpezat-de-Quercy		76	82	822	82131
2992146	Montpezat	montpezat	FR	30730	670	Europe/Paris	44.34673	0.52369		Montpezat		75	47	471	47190
2992147	Montpezat	montpezat	FR	30730	999	Europe/Paris	43.85186	4.15705		Montpezat		76	30	302	30182
2992148	Montpezat	montpezat	FR	30730	0	Europe/Paris	43.7513	6.08889		Montpezat		93	04	044	04124
2992149	Montpézat	montpezat	FR	30730	203	Europe/Paris	43.39459	0.96793		Montpezal,Montpezat,Montpézat		76	32	321	32289
2992150	Montpeyroux	montpeyroux	FR	12210	344	Europe/Paris	45.62262	3.20436		Montpeyroux		84	63	633	63241
2992151	Montpeyroux	montpeyroux	FR	12210	374	Europe/Paris	44.91977	0.0566		Monpeyroux,Montpeyroux		75	24	241	24292
2992152	Montpeyroux	montpeyroux	FR	12210	570	Europe/Paris	44.6417	2.82417		Montpeyroux		76	12	122	12156
2992153	Montpeyroux	montpeyroux	FR	12210	1222	Europe/Paris	43.69565	3.50532		Montpeyroux		76	34	342	34173
2992158	Montperreux	montperreux	FR	25160	629	Europe/Paris	46.82576	6.34245		Montperreux		27	25	253	25405
2992161	Montpensier	montpensier	FR	63260	328	Europe/Paris	46.03557	3.21962		Montpensier		84	63	634	63240
2992163	Montpellier-de-Médillan	montpellier-de-medillan	FR	17260	552	Europe/Paris	45.63555	-0.74588		Montpellier,Montpellier-de-Medillan,Montpellier-de-Médillan		75	17	174	17244
2992166	Montpellier	montpellier	FR	34000	248252	Europe/Paris	43.61093	3.87635		MPL,Manpel'e,Monpel'e,Monpele,Monpelie,Monpelje,Monpeljē,Monpeljė,Monpelye,Monspessulanus,Montpelhier,Montpelhièr,Montpeller,Montpellier,Montpelyier,Montpelyiér,mamtapeli'e,meng bi li ai,meng bi li ye,mngpex liye,mongpellie,monperie,mwnblyyh,mwnplyh,mwnplyyh,Μονπελιέ,Манпелье,Монпелие,Монпелье,Монпельє,Монпелје,Монпеље,Մոնպելիե,מונפלייה,مونبلييه,مونٹپلائیر,مونپلیه,مونپیلیے,مون‌پلیه,माँतपेलिए,มงเปอลีเย,მონპელიე,モンペリエ,夢比利耶,蒙庇利埃,蒙彼利埃,몽펠리에	34	76	34	343	34172
2992172	Montoussin	montoussin	FR	31430	103	Europe/Paris	43.27534	1.01096		Montoussin		76	31	311	31387
2992173	Montoussé	montousse	FR	65250	222	Europe/Paris	43.06681	0.41484		Montousse,Montoussé		76	65	652	65322
2992174	Montourtier	montourtier	FR	53150	317	Europe/Paris	48.20322	-0.55093		Montourtier		52	53	533	53161
2992176	Montours	montours	FR	35460	886	Europe/Paris	48.44234	-1.30903		Montours,Montourz		53	35	351	35191
2992177	Montournais	montournais	FR	85700	1846	Europe/Paris	46.7427	-0.76563		Montournais,Monturne,meng tu er nai,Монтурне,蒙图尔奈		52	85	851	85147
2992180	Montoulieu-Saint-Bernard	montoulieu-saint-bernard	FR	31420	158	Europe/Paris	43.23329	0.90853		Montoulieu,Montoulieu-Saint-Bernard		76	31	312	31386
2992182	Montoulieu	montoulieu	FR	09000	129	Europe/Paris	43.92683	3.79021		Montoulieu		76	34	342	34171
2992183	Montoulieu	montoulieu	FR	09000	321	Europe/Paris	42.90776	1.62787		Montoulieu		76	09	091	09210
2992184	Montouliers	montouliers	FR	34310	226	Europe/Paris	43.33754	2.90677		Montouliers		76	34	341	34170
2992186	Montot-sur-Rognon	montot-sur-rognon	FR	52700	114	Europe/Paris	48.27612	5.28842		Montot,Montot-sur-Rognon		44	52	521	52335
2992188	Montot	montot	FR	21170	100	Europe/Paris	47.56434	5.62159		Montot		27	70	702	70368
2992189	Montot	montot	FR	21170	0	Europe/Paris	47.54536	4.09631				27	89	892	89197
2992190	Montot	montot	FR	21170	0	Europe/Paris	47.14042	5.24417		Montot		27	21	211	21440
2992191	Montot	montot	FR	21170	0	Europe/Paris	45.83874	2.77047				84	63	634	63170
2992192	Montory	montory	FR	64470	375	Europe/Paris	43.09689	-0.81813		Berorize,Mantory,Montori,Montory		75	64	642	64404
2992194	Mont-Ormel	mont-ormel	FR	61160	50	Europe/Paris	48.8299	0.15278		Mont-Ormel		28	61	612	61289
2992196	Montord	montord	FR	03500	239	Europe/Paris	46.29296	3.23026		Montord		84	03	032	03188
2992199	Montolivet	montolivet	FR	77320	226	Europe/Paris	48.82964	3.44		Montolivet		11	77	773	77314
2992200	Montolieu	montolieu	FR	11170	847	Europe/Paris	43.30915	2.21526		Montolieu		76	11	111	11253
2992201	Montoldre	montoldre	FR	03150	617	Europe/Paris	46.33441	3.4465		Montol'dr,Montoldre,meng tuo er de er,Монтольдр,蒙托尔德尔		84	03	033	03187
2992202	Montoison	montoison	FR	26800	1572	Europe/Paris	44.79608	4.94118		Montoison		84	26	261	26208
2992203	Montois-la-Montagne	montois-la-montagne	FR	57860	2692	Europe/Paris	49.2168	6.02137		Montois,Montois-la-Montagne		44	57	579	57481
2992204	Montoire-sur-le-Loir	montoire-sur-le-loir	FR	41800	4177	Europe/Paris	47.75316	0.86525		Montoire,Montoire-sur-le-Loir,Montuar-sjur-le-Luar,lai-lu wa he pan meng tu wa er,Монтуар-сюр-ле-Луар,莱-卢瓦河畔蒙图瓦尔		24	41	412	41149
2992206	Montoir-de-Bretagne	montoir-de-bretagne	FR	44550	6762	Europe/Paris	47.32824	-2.14877		Montoir,Montoir-de-Bretagne,Montorium,Montuar-de-Bretan',Mouster-al-Loc'h,Mouster-al-Loch,meng tu wa de bu lei ta ni,Монтуар-де-Бретань,蒙图瓦德布雷塔尼		52	44	443	44103
2992208	Montoillot	montoillot	FR	21540	73	Europe/Paris	47.26917	4.65773		Montoillot		27	21	212	21439
2992209	Mont-Notre-Dame	mont-notre-dame	FR	02220	634	Europe/Paris	49.29595	3.58464		Mon Notr Dam,Mon-Notr-Dam,Mont,Mont-Notre-Dame,meng sheng mu cun,Мон-Нотр-Дам,Մոն Նոտր Դամ,蒙圣母村		32	02	024	02520
2992211	Montner	montner	FR	66720	267	Europe/Paris	42.74907	2.67806		Montner		76	66	662	66118
2992214	Montmurat	montmurat	FR	15600	135	Europe/Paris	44.62948	2.20186		Montmurat		84	15	151	15133
2992215	Montmoyen	montmoyen	FR	21290	107	Europe/Paris	47.73345	4.79143		Montmoyen		27	21	213	21438
2992216	Montmotier	montmotier	FR	88240	53	Europe/Paris	47.97694	6.17768		Monmot'e,Montmotier,meng te mo di ye,Монмотье,Монмотьє,蒙特莫蒂耶		44	88	881	88311
2992218	Montmort-Lucy	montmort-lucy	FR	51270	0	Europe/Paris	48.91667	3.81667				44	51	512	51381
2992219	Montmort	montmort	FR	71320	184	Europe/Paris	46.73298	4.09226		Montmort		27	71	713	71317
2992220	Montmorot	montmorot	FR	39570	3597	Europe/Paris	46.67541	5.52283		Monmoro,Montmorot,meng te mo luo,Монморо,蒙特莫罗		27	39	392	39362
2992221	Montmorin	montmorin	FR	05150	0	Europe/Paris	45.69576	3.36094		Mont-Libre,Montmorin		84	63	632	63239
2992223	Montmorin	montmorin	FR	05150	89	Europe/Paris	44.45091	5.54265		Montmorin		93	05	052	05024
2992225	Montmorillon	montmorillon	FR	86500	7960	Europe/Paris	46.42645	0.86963		Monmorijon,Mons Morillonis,Montmorillon,meng te mo li long,monmoriyon,Монморийон,Монморійон,モンモリヨン,蒙特莫里隆	862	75	86	862	86165
2992226	Montmorency-Beaufort	montmorency-beaufort	FR	10330	121	Europe/Paris	48.48641	4.56498		Montmorency-Beaufort		44	10	101	10253
2992229	Montmorency	montmorency	FR	95160	21156	Europe/Paris	48.98826	2.3434		Monmoransi,Montmorency,Монморанси		11	95	952	95428
2992230	Montmoreau-Saint-Cybard	montmoreau-saint-cybard	FR	16190	1190	Europe/Paris	45.4	0.13333		Monmoro-Sen-Sibar,meng te mo luo sheng xi ba er,Монморо-Сен-Сибар,Монморо-Сен-Сібар,蒙特莫罗圣西巴尔		75	16	161	16230
2992232	Montmirey-le-Château	montmirey-le-chateau	FR	39290	147	Europe/Paris	47.22313	5.53463		Montmirey,Montmirey-le-Chateau,Montmirey-le-Château,Montmirey-les-Charmes		27	39	391	39361
2992233	Montmirey-la-Ville	montmirey-la-ville	FR	39290	184	Europe/Paris	47.21716	5.52045		Montmirey-la-Ville		27	39	391	39360
2992235	Montmirat	montmirat	FR	30260	0	Europe/Paris	44.41616	3.5358				76	48	482	48147
2992236	Montmirat	montmirat	FR	30260	181	Europe/Paris	43.90035	4.10301		Montmirat		76	30	302	30181
2992237	Montmiral	montmiral	FR	26750	475	Europe/Paris	45.15407	5.14815		Montmiral		84	26	263	26207
2992240	Montmirail	montmirail	FR	51210	3742	Europe/Paris	48.87214	3.53797		Montmirail		44	51	512	51380
2992241	Montmirail	montmirail	FR	51210	486	Europe/Paris	48.1032	0.79117		Montmirail		52	72	722	72208
2992242	Montmirail	montmirail	FR	51210	0	Europe/Paris	46.245	2.8915				84	63	634	63187
2992243	Montmin	montmin	FR	74210	207	Europe/Paris	45.80339	6.26475		Monmen,Mons Minus,Mont Mins,Montmin,Монмен		84	74	741	74275
2992249	Montmeyran	montmeyran	FR	26120	2849	Europe/Paris	44.83389	4.97181		Monmejran,Montmairan,Montmeyran,Montnieyran,meng te mei lang,Монмейран,蒙特梅朗		84	26	263	26206
2992250	Montmeyan	montmeyan	FR	83670	432	Europe/Paris	43.64676	6.06206		Monmejan,Montmejan,Montmeyan,meng te mei ang,Монмейан,Монмеян,蒙特梅昂		93	83	833	83084
2992253	Montmerrei	montmerrei	FR	61570	386	Europe/Paris	48.63344	0.04271		Montmerrei		28	61	611	61288
2992254	Montmerle-sur-Saône	montmerle-sur-saone	FR	01090	3104	Europe/Paris	46.08333	4.76667		Monmerl syur Son,Monmerl'-sjur-Son,mwnmyrl-swr-swn,suo en he pan meng mei er,Монмерль-сюр-Сон,Մոնմերլ սյուր Սոն,مونميرل-سور-سون,索恩河畔蒙梅尔		84	01	012	01263
2992255	Montmélian	montmelian	FR	73800	4291	Europe/Paris	45.50509	6.05634		Monmel'jan,Montmelian,Montmelyan,Montmèlyan,Montmélian,Монмельян		84	73	732	73171
2992256	Montmelas-Saint-Sorlin	montmelas-saint-sorlin	FR	69640	393	Europe/Paris	46.0154	4.60979		Montmelas,Montmelas-Saint-Sorlin,Montmélas,Montmélas-Saint-Sorlin		84	69	692	69137
2992257	Montmelard	montmelard	FR	71520	333	Europe/Paris	46.33121	4.40981		Montmelard		27	71	715	71316
2992259	Montmeillant	montmeillant	FR	08220	99	Europe/Paris	49.69143	4.33161		Montmeillant		44	08	082	08307
2992260	Montmédy	montmedy	FR	55600	2188	Europe/Paris	49.52096	5.36835		Monmedi,Montmedy,Montmédy,meng mei di,Монмеди,Монмеді,蒙梅迪		44	55	553	55351
2992261	Montmaurin	montmaurin	FR	31350	224	Europe/Paris	43.22445	0.63718		Montmaurin		76	31	312	31385
2992262	Montmaur-en-Diois	montmaur-en-diois	FR	26150	83	Europe/Paris	44.68375	5.37826		Montmaur,Montmaur-en-Diois		84	26	261	26205
2992263	Montmaur	montmaur	FR	05400	459	Europe/Paris	44.57091	5.87209		Montmaur		93	05	052	05087
2992264	Montmaur	montmaur	FR	05400	287	Europe/Paris	43.3935	1.84381		Montmaur		76	11	111	11252
2992266	Montmartin-sur-Mer	montmartin-sur-mer	FR	50590	1121	Europe/Paris	48.98861	-1.5253		Montmartin,Montmartin-sur-Mer		28	50	503	50349
2992267	Montmartin-le-Haut	montmartin-le-haut	FR	10140	56	Europe/Paris	48.20727	4.55197		Montmartin,Montmartin-le-Haut		44	10	101	10252
2992327	Montlaur	montlaur	FR	11220	1002	Europe/Paris	43.48935	1.56807		Chateau de Montlaur,Château de Montlaur,Montlaur		76	31	313	31384
2992268	Montmartin-en-Graignes	montmartin-en-graignes	FR	50620	531	Europe/Paris	49.27489	-1.14798		Montmartin,Montmartin-en-Graignes		28	50	504	50099
2992269	Montmartin	montmartin	FR	60190	237	Europe/Paris	49.46375	2.69327		Montmartin		32	60	603	60424
2992274	Montmarault	montmarault	FR	03390	1701	Europe/Paris	46.31738	2.95472		Montmarault		84	03	031	03186
2992275	Montmançon	montmancon	FR	21270	202	Europe/Paris	47.35222	5.37885		Montmancon,Montmançon		27	21	212	21437
2992282	Montmain	montmain	FR	21250	1444	Europe/Paris	49.40996	1.23742		Montmain		28	76	763	76448
2992284	Montmain	montmain	FR	21250	0	Europe/Paris	47.02997	5.06296		Montmain		27	21	211	21436
2992285	Montmain	montmain	FR	21250	0	Europe/Paris	45.85546	4.2983				84	42	422	42209
2992286	Montmahoux	montmahoux	FR	25270	71	Europe/Paris	46.98265	6.03286		Monmau,Montmahoux,meng te mo,Монмау,蒙特莫		27	25	251	25404
2992287	Montmagny	montmagny	FR	95360	14708	Europe/Paris	48.97338	2.34688		Montmagny		11	95	952	95427
2992288	Montmacq	montmacq	FR	60150	1161	Europe/Paris	49.48181	2.90257		Montmacq		32	60	603	60423
2992289	Montmachoux	montmachoux	FR	77940	240	Europe/Paris	48.31852	2.99288		Montmachoux		11	77	773	77313
2992290	Montluel	montluel	FR	01120	6528	Europe/Paris	45.8519	5.0578		Monljuehl',Monljuel',Monluel,Montluel,meng lu er,mwnlwyh,Монлюель,Монлюэль,Մոնլուել,مونلويه,蒙吕尔		84	01	012	01262
2992292	Montluçon	montlucon	FR	03100	44960	Europe/Paris	46.34015	2.60254		MCU,Monlison,Monljuson,Mons Luzonis,Montlucon,Montluçon,meng lu song,monglwisong,monryuson,mwnlwswn,Монлисон,Монлюсон,مونلوسون,モンリュソン,蒙吕松,몽뤼송	031	84	03	031	03185
2992293	Montlouis-sur-Loire	montlouis-sur-loire	FR	37270	10137	Europe/Paris	47.38845	0.83208		Monlui-sjur-Luar,Mont-Loire,Montlouis,Montlouis-sur-Loire,Montoire,lu wa er he pan meng te lu yi,monrui=shuru=rowaru,Монлуї-сюр-Луар,モンルイ＝シュル＝ロワール,卢瓦尔河畔蒙特卢伊		24	37	372	37156
2992294	Montlouis	montlouis	FR	18160	123	Europe/Paris	46.81388	2.24011		Monlui,Montlouis,meng te lu yi,Монлуи,Монлуї,蒙特卢伊		24	18	182	18152
2992295	Montlouis	montlouis	FR	18160	0	Europe/Paris	46.581	0.53526				75	86	863	86114
2992296	Mont-Louis	mont-louis	FR	66210	380	Europe/Paris	42.50853	2.12168		Mont-Libre,Mont-Louis,Mont-de-la-Liberte,Mont-de-la-Liberté,QZE		76	66	663	66117
2992298	Montloué	montloue	FR	02340	179	Europe/Paris	49.67365	4.07238		Montloue,Montloué		32	02	025	02519
2992301	Montlognon	montlognon	FR	60300	245	Europe/Paris	49.16553	2.69069		Monlon'on,Montlognon,meng te luo ni weng,Монлоньон,蒙特洛尼翁		32	60	604	60422
2992302	Montlivault	montlivault	FR	41350	1250	Europe/Paris	47.63987	1.44487		Montivault,Montlivault		24	41	411	41148
2992303	Montliot-et-Courcelles	montliot-et-courcelles	FR	21400	294	Europe/Paris	47.89084	4.55979		Montliot,Montliot-et-Courcelles		27	21	213	21435
2992304	Montlignon	montlignon	FR	95680	2674	Europe/Paris	49.00636	2.28705		Monlin'on,Montlignon,meng te li ni weng,Монлиньон,Монліньон,蒙特利尼翁		11	95	952	95426
2992305	Montlieu-la-Garde	montlieu-la-garde	FR	17210	1365	Europe/Paris	45.25	-0.25		Monl'e-la-Gard,Monl'jo-la-Gard,meng te li e la jia er de,Монльё-ла-Гард,Монльє-ла-Гард,蒙特利厄拉加尔德		75	17	171	17243
2992307	Montliard	montliard	FR	45340	182	Europe/Paris	48.02297	2.39914		Monliar,Montliard,meng te li a er,Монліар,蒙特利阿尔		24	45	453	45215
2992308	Montliard	montliard	FR	45340	0	Europe/Paris	46.26667	2.46667				75	23	231	23261
2992309	Montlhéry	montlhery	FR	91310	6351	Europe/Paris	48.64004	2.27465		Monleri,Mons Lehericus,Montlhery,Montlhéry,meng li rui,Монлери,Монлері,蒙丽瑞		11	91	913	91425
2992310	Montlevon	montlevon	FR	02330	257	Europe/Paris	48.96512	3.5394		Montlevon		32	02	021	02518
2992311	Mont-le-Vignoble	mont-le-vignoble	FR	54113	399	Europe/Paris	48.61361	5.8406		Mont,Mont-le-Vignoble		44	54	544	54380
2992312	Montlevicq	montlevicq	FR	36400	0	Europe/Paris	46.58333	2.06667		Monlevik,Montlevcq,meng te lei wei,Монлевик,Монлевік,蒙特勒维		24	36	363	36130
2992313	Mont-le-Vernois	mont-le-vernois	FR	70000	146	Europe/Paris	47.60439	6.06029		Mont,Mont-le-Vernois		27	70	702	70367
2992314	Mont-l'Évêque	mont-l-eveque	FR	60300	0	Europe/Paris	49.2	2.63333		Mont-lEveque,Mont-lÉvêque,Mont-sur-Monette,meng lai wei qu ai,蒙莱韦屈埃		32	60	604	60421
2992315	Mont-l'Étroit	mont-l-etroit	FR	54170	0	Europe/Paris	48.49868	5.78507		Mont-l'Etroit,Mont-l'Étroit		44	54	544	54379
2992316	Mont-lès-Seurre	mont-les-seurre	FR	71270	136	Europe/Paris	46.94653	5.12161		Mont,Mont-les-Seurre,Mont-lès-Seurre		27	71	712	71315
2992317	Mont-lès-Neufchâteau	mont-les-neufchateau	FR	88300	273	Europe/Paris	48.35503	5.64168		Mont,Mont-les-Neufchateau,Mont-lès-Neufchâteau		44	88	882	88308
2992318	Mont-lès-Lamarche	mont-les-lamarche	FR	88320	103	Europe/Paris	48.02139	5.80712		Mont,Mont-les-Lamarche,Mont-lès-Lamarche		44	88	882	88307
2992319	Villers-Chemin-et-Mont-lès-Étrelles	villers-chemin-et-mont-les-etrelles	FR	70700	0	Europe/Paris	47.44307	5.86876		Mont,Mont-et-Villers-Chemin		27	70	702	70366
2992321	Montlebon	montlebon	FR	25500	1804	Europe/Paris	47.03778	6.61111				27	25	253	25403
2992322	Montlay-en-Auxois	montlay-en-auxois	FR	21210	158	Europe/Paris	47.35226	4.28191		Montlay,Montlay-en-Auxois		27	21	213	21434
2992323	Montlauzun	montlauzun	FR	46800	123	Europe/Paris	44.29262	1.19552		Monlauzun,Montlauzun		76	46	461	46206
2992324	Mont-Laurent	mont-laurent	FR	08130	77	Europe/Paris	49.46968	4.48158		Mont-Laurent		44	08	082	08306
2992325	Montlaur-en-Diois	montlaur-en-diois	FR	26310	123	Europe/Paris	44.63183	5.42918		Montlaur,Montlaur-en-Diois		84	26	261	26204
2992326	Montlaur	montlaur	FR	11220	609	Europe/Paris	43.88057	2.8325		Montlaur		76	12	121	12154
2992328	Montlaur	montlaur	FR	11220	554	Europe/Paris	43.12983	2.55817		Montlaur		76	11	111	11251
2992331	Montlandon	montlandon	FR	28240	216	Europe/Paris	48.39245	1.0239		Montlandon		24	28	284	28265
2992332	Montlandon	montlandon	FR	28240	0	Europe/Paris	47.85069	5.47513		Montlandon		44	52	522	52242
2992336	Montjustin-et-Velotte	montjustin-et-velotte	FR	70110	127	Europe/Paris	47.61667	6.38333		Montjustin,Monzhjusten-eh-Velot,Monzhusten-e-Velott,Монжустен-е-Велотт,Монжюстен-э-Велот		27	70	702	70364
2992337	Montjustin	montjustin	FR	04110	64	Europe/Paris	43.84875	5.63542		Montjustin,Monzhjusten,Monzhusten,meng te rui si tan,Монжустен,Монжюстен,蒙特瑞斯坦		93	04	044	04129
2992339	Montjoyer	montjoyer	FR	26230	236	Europe/Paris	44.47627	4.84923		Montjoyer		84	26	262	26203
2992342	Montjoux	montjoux	FR	26220	313	Europe/Paris	44.50008	5.09706		Alpis Iovis,Montjou,Montjous-la Palhita,Montjoux,Montjòu,Montjòus-la Palhita,Monzhu,meng te ru,Монжу,蒙特茹		84	26	262	26202
2992347	Montjoire	montjoire	FR	31380	1145	Europe/Paris	43.76899	1.53362		Montjoire		76	31	313	31383
2992348	Montjoie-Saint-Martin	montjoie-saint-martin	FR	50240	267	Europe/Paris	48.53143	-1.29101		Montjoie-Saint-Martin,Monzhua-Sen-Marten,meng te ru wa sheng ma er tan,monjowa=san=marutan,Монжуа-Сен-Мартен,モンジョワ＝サン＝マルタン,蒙特茹瓦圣马尔坦		28	50	501	50347
2992349	Montjoie-le-Château	montjoie-le-chateau	FR	25190	23	Europe/Paris	47.3485	6.90131		Montjoie,Montjoie-le-Chateau,Montjoie-le-Château,Monzhua-le-Shato,meng te ru wa lai sha tuo,monjowa=ru=shato,Монжуа-ле-Шато,モンジョワ＝ル＝シャトー,蒙特茹瓦莱沙托		27	25	252	25402
2992350	Montjoie-en-Couserans	montjoie-en-couserans	FR	09200	1037	Europe/Paris	43.0025	1.16		Montjoie,Montjoie-en Conserans,Montjoie-en-Couserans		76	09	093	09209
2992352	Montjoi	montjoi	FR	11330	33	Europe/Paris	42.99334	2.48241		Montjoi		76	11	113	11250
2992354	Montjean-sur-Loire	montjean-sur-loire	FR	49570	2796	Europe/Paris	47.38842	-0.85873		Montjean,Montjean-sur-Loire,Monzhan-sjur-Luar,lu wa er he pan meng te rang,Монжан-сюр-Луар,卢瓦尔河畔蒙特让		52	49	492	49244
2992356	Montjean	montjean	FR	16240	833	Europe/Paris	48.00577	-0.9601		Montjean		52	53	532	53158
2992357	Montjean	montjean	FR	16240	272	Europe/Paris	46.08805	0.11958		Montjean		75	16	163	16229
2992359	Montjay	montjay	FR	05150	0	Europe/Paris	48.68221	2.16379		Montjay		11	91	913	91692
2992360	Montjay	montjay	FR	05150	186	Europe/Paris	46.80894	5.31123		Montjay		27	71	714	71314
2992361	Montjay	montjay	FR	05150	83	Europe/Paris	44.36031	5.60331		Montjai,Montjay		93	05	052	05086
2992362	Montjavoult	montjavoult	FR	60240	486	Europe/Paris	49.21439	1.78453		Montjavoult		32	60	601	60420
2992363	Montjaux	montjaux	FR	12490	406	Europe/Paris	44.10248	2.90159		Montjaux,Montjous,Montjòus,Monzho,meng te ruo,Монжо,蒙特若		76	12	121	12153
2992364	Montjardin	montjardin	FR	11230	0	Europe/Paris	44.12442	3.39428				76	30	303	30139
2992365	Montjardin	montjardin	FR	11230	102	Europe/Paris	42.98259	2.0282		Montjardin		76	11	112	11249
2992367	Montivilliers	montivilliers	FR	76290	16706	Europe/Paris	49.54518	0.18769		Brutus-Villiers,Montivil'e,Montivilliers,Монтівільє		28	76	762	76447
2992369	Montivernage	montivernage	FR	25110	37	Europe/Paris	47.31651	6.42825		Montivernage		27	25	251	25401
2992371	Montiron	montiron	FR	32200	135	Europe/Paris	43.5856	0.8477		Montiron		76	32	321	32288
2992372	Montireau	montireau	FR	28240	109	Europe/Paris	48.40856	1.02704		Montireau		24	28	284	28264
2992373	Montirat	montirat	FR	11800	335	Europe/Paris	44.15917	2.1031		Montirat		76	81	811	81180
2992374	Montirat	montirat	FR	11800	70	Europe/Paris	43.17288	2.43885		Montirat		76	11	111	11248
2992375	Montipouret	montipouret	FR	36230	506	Europe/Paris	46.65	1.9		Montipouret,Montipure,meng di pu lei,Монтипуре,Монтіпуре,蒙蒂普雷		24	36	363	36129
2992377	Montils	montils	FR	17800	699	Europe/Paris	45.64851	-0.50375		Montij,Montil',Montils,meng di er,Монтиль,Монтій,蒙蒂尔		75	17	174	17242
2992378	Montilly-sur-Noireau	montilly-sur-noireau	FR	61100	778	Europe/Paris	48.815	-0.57071		Montii-sjur-Nuaro,Montilli-sur Noireau,Montilly,Montilly-sur-Noireau,nu wa luo he pan meng di li,Монтии-сюр-Нуаро,Монтії-сюр-Нуаро,努瓦罗河畔蒙蒂利		28	61	612	61287
2992379	Montilly	montilly	FR	03000	529	Europe/Paris	46.61228	3.25183		Montilly		84	03	032	03184
2992380	Montillot	montillot	FR	89660	287	Europe/Paris	47.51833	3.72		Montillot		27	89	892	89266
2992381	Montilliers	montilliers	FR	49310	0	Europe/Paris	47.18333	-0.5		Montije,meng di li ye er,Монтійє,蒙蒂利耶尔		52	49	492	49211
2992383	Montigny-Mornay-Villeneuve-sur-Vingeanne	montigny-mornay-villeneuve-sur-vingeanne	FR	21610	0	Europe/Paris	47.56667	5.43333		Montigny,Montigny-sur-Vingeanne		27	21	212	21433
2992384	Montigny-sur-Vesle	montigny-sur-vesle	FR	51140	401	Europe/Paris	49.31334	3.80297		Montigny,Montigny-sur-Vesle		44	51	513	51379
2992385	Montigny-sur-Vence	montigny-sur-vence	FR	08430	157	Europe/Paris	49.64696	4.617		Montigny,Montigny-sur-Vence		44	08	081	08305
2992386	Montigny-sur-Meuse	montigny-sur-meuse	FR	08170	79	Europe/Paris	50.04897	4.72112		Montigny,Montigny-sur-Meuse		44	08	081	08304
2992387	Montigny-sur-Loing	montigny-sur-loing	FR	77690	2749	Europe/Paris	48.33575	2.74423		Montigny,Montigny-sur-Loing		11	77	774	77312
2992388	Montigny-sur-l'Hallue	montigny-sur-l-hallue	FR	80260	0	Europe/Paris	49.98003	2.44339		Montigny,Montigny-sur-l'Hallue		32	80	802	80562
2992389	Montigny-sur-l'Ain	montigny-sur-l-ain	FR	39300	0	Europe/Paris	46.70952	5.78377		Montigny,Montigny-sur-l'Ain		27	39	392	39356
2992390	Montigny-sur-Crécy	montigny-sur-crecy	FR	02270	313	Europe/Paris	49.71578	3.58397		Montigny,Montigny-sur-Crecy,Montigny-sur-Crécy		32	02	022	02517
2992391	Montigny-sur-Chiers	montigny-sur-chiers	FR	54870	457	Europe/Paris	49.47915	5.66945		Montigny,Montigny-sur-Chiers		44	54	541	54378
2992392	Montigny-sur-Canne	montigny-sur-canne	FR	58340	189	Europe/Paris	46.93274	3.65571		Montigny,Montigny-sur-Canne		27	58	581	58178
2992393	Montigny-sur-Avre	montigny-sur-avre	FR	28270	253	Europe/Paris	48.72933	1.02136		Montigny,Montigny-sur-Avre		24	28	283	28263
2992394	Montigny-sur-Aube	montigny-sur-aube	FR	21520	357	Europe/Paris	47.95336	4.77836		Montigny,Montigny-sur-Aube		27	21	213	21432
2992395	Montigny-sur-Armançon	montigny-sur-armancon	FR	21140	105	Europe/Paris	47.43369	4.3744		Montigny,Montigny-sur-Armancon,Montigny-sur-Armançon		27	21	213	21431
2992396	Montigny-sous-Marle	montigny-sous-marle	FR	02250	63	Europe/Paris	49.7481	3.79175		Montigny,Montigny-sous-Marle		32	02	022	02516
2992397	Montigny-Saint-Barthélemy	montigny-saint-barthelemy	FR	21390	76	Europe/Paris	47.42476	4.26762		Montigny-Saint-Barthelemy,Montigny-Saint-Barthélemy,Montigny-sur-Serein		27	21	213	21430
2992398	Montigny-Montfort	montigny-montfort	FR	21500	304	Europe/Paris	47.57774	4.34475		Montigny,Montigny-Montfort,Montin'i-Monfor,meng di ni meng te fu er,Монтиньи-Монфор,Монтіньї-Монфор,蒙蒂尼蒙特福尔		27	21	213	21429
2992399	Montigny-lès-Vesoul	montigny-les-vesoul	FR	70000	555	Europe/Paris	47.63808	6.07214		Montigny,Montigny-les-Vesoul,Montigny-lès-Vesoul		27	70	702	70363
2992400	Montigny-lès-Vaucouleurs	montigny-les-vaucouleurs	FR	55140	0	Europe/Paris	48.58906	5.63185		Montigny,Montigny-les-Vaucouleurs,Montigny-lès-Vaucouleurs		44	55	552	55350
2992401	Montigny-les-Monts	montigny-les-monts	FR	10130	195	Europe/Paris	48.10296	3.94658		Montigny,Montigny-les-Monts		44	10	103	10251
2992402	Montigny-lès-Metz	montigny-les-metz	FR	57950	26369	Europe/Paris	49.0956	6.15271		Metz-les-Montigny,Metz-lès-Montigny,Montigny,Montigny-les-Metz,Montigny-lès-Metz,Montin'i-le-Mec,Montini le Mec,meng di ni lai mei te,mongtinilemeseu,montini=re=mesu,mwntyny-lh-ms,mwntynyh lmtz,Монтиньи-ле-Мец,Монтињи ле Мец,Монтіньї-ле-Мец,مونتینی-له-مس,مونتینیه لمتز,モンティニー＝レ＝メス,蒙蒂尼莱梅特,몽티니레메스		44	57	579	57480
2992403	Montigny-les-Jongleurs	montigny-les-jongleurs	FR	80370	83	Europe/Paris	50.18064	2.13456		Montigny,Montigny-les-Jongleurs		32	80	802	80563
2992404	Montigny-lès-Cormeilles	montigny-les-cormeilles	FR	95370	17910	Europe/Paris	48.98201	2.20035		Montigny,Montigny-les-Cormeilles,Montigny-lès-Cormeilles,Montin'i-le-Kormej,meng di ni lai ke er mei ye,Монтиньи-ле-Кормей,Монтіньї-ле-Кормей,蒙蒂尼莱科尔梅耶		11	95	951	95424
2992405	Montigny-lès-Condé	montigny-les-conde	FR	02330	53	Europe/Paris	48.98571	3.56774		Montigny,Montigny-les-Conde,Montigny-lès-Condé		32	02	021	02515
2992406	Montigny-lès-Cherlieu	montigny-les-cherlieu	FR	70500	160	Europe/Paris	47.79828	5.81109		Montigny,Montigny-les Cherlieux,Montigny-les-Cherlieu,Montigny-lès-Cherlieu,Montin'i-le-Sherl'e,Montin'i-le-Sherl'jo,Монтиньи-ле-Шерльё,Монтіньї-ле-Шерльє		27	70	702	70362
2992407	Montigny-lès-Arsures	montigny-les-arsures	FR	39600	280	Europe/Paris	46.92498	5.78676		Montigny,Montigny-les-Arsures,Montigny-lès-Arsures,Montin'i-lez-Arsjur,meng di ni lai a er xu lei,Монтіньї-лез-Арсюр,蒙蒂尼莱阿尔叙雷		27	39	391	39355
2992408	Val-de-Meuse	val-de-meuse	FR	52140	2168	Europe/Paris	48	5.5		Montigny-Source-Meuse,Montigny-le-Roi		44	52	522	52332
2992409	Montigny-Lengrain	montigny-lengrain	FR	02290	641	Europe/Paris	49.37187	3.09822		Montigny-Lengrain		32	02	024	02514
2992410	Montigny-Lencoup	montigny-lencoup	FR	77520	1352	Europe/Paris	48.45162	3.06503		Montigny-Lencoup		11	77	773	77311
2992411	Montigny-le-Guesdier	montigny-le-guesdier	FR	77480	292	Europe/Paris	48.38323	3.25436		Montigny,Montigny-le-Guesdier		11	77	773	77310
2992412	Montigny-le-Gannelon	montigny-le-gannelon	FR	28220	442	Europe/Paris	48.01418	1.23349		Montigny,Montigny-le-Gannelon		24	28	282	28103
2992413	Montigny-le-Franc	montigny-le-franc	FR	02250	196	Europe/Paris	49.68904	3.90613		Montigny,Montigny-le-Franc		32	02	022	02513
2992414	Montigny-le-Chartif	montigny-le-chartif	FR	28120	467	Europe/Paris	48.28634	1.15387		Montigny,Montigny-le Chertif,Montigny-le-Chartif		24	28	284	28261
2992415	Montigny-le-Bretonneux	montigny-le-bretonneux	FR	78180	39063	Europe/Paris	48.76636	2.03405		Montaniacum,Montigny,Montigny-le-Bretonneux,Montin'i-le-Bretonne,Montin'i-le-Bretonnjo,Montini le Bretone,mongtinileubeuleutonoe,montini=ru=buruton'nu,mwntynyh lw brwtwnw,Монтиньи-ле-Бретонне,Монтиньи-ле-Бретоннё,Монтињи ле Бретоне,Монтіньї-ле-Бретонне,مونتینیه لو بروتونو,モンティニー＝ル＝ブルトンヌー,몽티니르브르토뇌		11	78	784	78423
2992416	Montigny-la-Resle	montigny-la-resle	FR	89230	589	Europe/Paris	47.86567	3.68005		Montigny,Montigny-la-Loi,Montigny-la-Resle		27	89	891	89265
2992417	Montigny-l'Allier	montigny-l-allier	FR	02810	0	Europe/Paris	49.11159	3.10406		Montigny,Montigny-l'Allier		32	02	021	02512
2992418	Montigny-en-Ostrevent	montigny-en-ostrevent	FR	59182	4935	Europe/Paris	50.36667	3.18333		Montigny,Montin'i-an-Ostrevan,meng di ni ang ao si te lei wang,Монтиньи-ан-Остреван,Монтіньї-ан-Остреван,蒙蒂尼昂奥斯特雷旺		32	59	593	59414
2992419	Montigny-en-Morvan	montigny-en-morvan	FR	58120	355	Europe/Paris	47.14464	3.85488		Montigny,Montigny-en-Morvan,Montigny-en-Morvand		27	58	581	58177
2992420	Montigny-en-Gohelle	montigny-en-gohelle	FR	62640	10713	Europe/Paris	50.4254	2.93902		Montigny,Montigny-en-Gohelle,Montin'i-an-Goehl',Montin'i-an-Goel',Montini-in-Gohelle,meng di ni ang ge ai lei,mwntyjny an jwhyl,Монтиньи-ан-Гоель,Монтиньи-ан-Гоэль,Монтіньї-ан-Гоель,مونتيجني إن جوهيل,蒙蒂尼昂戈埃勒		32	62	627	62587
2992421	Montigny-en-Cambrésis	montigny-en-cambresis	FR	59225	618	Europe/Paris	50.09089	3.41226		Montigny,Montigny-en-Cambresis,Montigny-en-Cambrésis		32	59	592	59413
2992422	Montigny-en-Arrouaise	montigny-en-arrouaise	FR	02110	279	Europe/Paris	49.90552	3.47811		Montigny,Montigny-en-Arrouaise		32	02	023	02511
2992423	Montigny-devant-Sassey	montigny-devant-sassey	FR	55110	182	Europe/Paris	49.43208	5.15275		Montigny,Montigny-devant-Sassey		44	55	553	55349
2992424	Montigny-aux-Amognes	montigny-aux-amognes	FR	58130	520	Europe/Paris	47.02799	3.29095		Montigny,Montigny-aux-Amognes		27	58	583	58176
2992428	Montigny	montigny	FR	14210	0	Europe/Paris	50.35428	1.76349				32	80	801	80580
2992429	Montigny	montigny	FR	14210	0	Europe/Paris	49.8956	1.35701				28	76	761	76054
2992430	Montigny	montigny	FR	14210	0	Europe/Paris	49.54621	2.50806				32	60	602	60374
2992431	Montigny	montigny	FR	14210	1149	Europe/Paris	49.4596	1.00168		Montigny		28	76	763	76446
2992432	Montigny	montigny	FR	14210	82	Europe/Paris	49.04543	-0.53109		Montigny		28	14	142	14446
2992433	Montigny	montigny	FR	14210	0	Europe/Paris	48.64477	-1.12578		Montigny		28	50	501	50256
2992434	Montigny	montigny	FR	14210	0	Europe/Paris	48.51539	6.80283		Montigny		44	54	542	54377
2992435	Montigny	montigny	FR	14210	55	Europe/Paris	48.45822	0.18379		Montigny		52	72	722	72137
2992436	Montigny	montigny	FR	14210	277	Europe/Paris	48.11356	2.11487		Montigny		24	45	452	45214
2992437	Montigny	montigny	FR	14210	0	Europe/Paris	47.22867	3.36229				27	58	584	58127
2992438	Montigny	montigny	FR	14210	377	Europe/Paris	47.23971	2.68295		Montigny		24	18	181	18151
2992439	Montigny	montigny	FR	14210	0	Europe/Paris	46.7981	-0.64238		Montigny		75	79	791	79123
2992440	Montigny	montigny	FR	14210	0	Europe/Paris	46.36819	3.29581				84	03	032	03176
2992442	Montigné-lès-Rairies	montigne-les-rairies	FR	49430	371	Europe/Paris	47.6219	-0.20457		Montigne,Montigne-les-Rairies,Montigné,Montigné-les-Rairies,Montigné-lès-Rairies		52	49	491	49209
2992443	Montigné-le-Brillant	montigne-le-brillant	FR	53970	1266	Europe/Paris	48.0089	-0.81531		Montigne,Montigne-le-Brillant,Montigné,Montigné-le-Brillant,Montin'e-le-Brijan,meng di nie lai bu li lang,Монтіньє-ле-Бріян,蒙蒂涅莱布里朗		52	53	532	53157
2992444	Montigné	montigne	FR	16170	0	Europe/Paris	46.21361	-0.23897		Montigne,Montigné		75	79	792	79061
2992445	Montigné	montigne	FR	16170	114	Europe/Paris	45.82252	-0.07855		Montigne,Montigné,Montin'e,meng di nie,Монтинье,Монтіньє,蒙蒂涅		75	16	162	16339
2992448	Montignargues	montignargues	FR	30190	374	Europe/Paris	43.93162	4.19979		Montignargues		76	30	302	30180
2992449	Montignac-Toupinerie	montignac-toupinerie	FR	47350	120	Europe/Paris	44.54844	0.34512		Montignac-Toupinerie		75	47	472	47189
2992450	Montignac-le-Coq	montignac-le-coq	FR	16390	154	Europe/Paris	45.33675	0.22263		Montignac,Montignac-le-Coq,Montin'jak-le-Kok,Montinhac,meng di ni ya ke lai ke,Монтиньяк-ле-Кок,Монтіньяк-ле-Кок,蒙蒂尼亚克莱科		75	16	161	16227
2992451	Montignac-de-Lauzun	montignac-de-lauzun	FR	47800	296	Europe/Paris	44.57331	0.46386		Montignac,Montignac-de-Lauzun		75	47	472	47188
2992452	Montignac-Charente	montignac-charente	FR	16330	722	Europe/Paris	45.78356	0.1243		Montignac,Montignac-Charente,Montin'jak-Sharant,meng di ni ya ke sha lang te,Монтиньяк-Шарант,Монтіньяк-Шарант,蒙蒂尼亚克沙朗特		75	16	163	16226
2992453	Montignac	montignac	FR	24290	3214	Europe/Paris	45.06598	1.16081		Montignac		75	24	244	24291
2992454	Montignac	montignac	FR	24290	0	Europe/Paris	45.03638	0.19003				75	24	243	24294
2992455	Montignac	montignac	FR	24290	121	Europe/Paris	44.71176	-0.22457		Montignac		75	33	333	33292
2992456	Montignac	montignac	FR	24290	119	Europe/Paris	43.1842	0.15015		Montignac		76	65	653	65321
2992459	Monties	monties	FR	32420	112	Europe/Paris	43.38979	0.6762		Monties,Monties-Aussos		76	32	323	32287
2992460	Montiers-sur-Saulx	montiers-sur-saulx	FR	55290	468	Europe/Paris	48.53279	5.26818		Montiers,Montiers-sur-Saulx		44	55	551	55348
2992462	Montiers	montiers	FR	60190	420	Europe/Paris	49.5	2.58333		Montiers		32	60	602	60418
2992465	Montier-en-l'Isle	montier-en-l-isle	FR	10200	0	Europe/Paris	48.26092	4.6616		Montier,Montier-en-l'Isle		44	10	101	10250
2992466	Montier-en-Der	montier-en-der	FR	52220	2040	Europe/Paris	48.47823	4.77073		Montier-en-Der		44	52	523	52331
2992467	Montierchaume	montierchaume	FR	36130	1757	Europe/Paris	46.86362	1.77181		Mont'ershom,Mont'eshom,Montierchaume,meng di ye er shao mu,Монтьешом,Монтьєршом,蒙蒂耶尔绍姆		24	36	362	36128
2992469	Montiéramey	montieramey	FR	10270	0	Europe/Paris	48.23333	4.3				44	10	103	10249
2992470	Monticello	monticello	FR	20220	1388	Europe/Paris	42.61705	8.95477		Monticello		94	2B	2B5	2B168
2992476	Monthyon	monthyon	FR	77122	1459	Europe/Paris	49.00753	2.8261		Monthyon		11	77	771	77309
2992477	Monthureux-sur-Saône	monthureux-sur-saone	FR	88410	952	Europe/Paris	48.03415	5.97334		Monthureux,Monthureux-sur-Saone,Monthureux-sur-Saône,Montjure-sjur-Son,suo na he pan meng di lei,Монтюре-сюр-Сон,索纳河畔蒙蒂勒		44	88	882	88310
2992478	Monthureux-le-Sec	monthureux-le-sec	FR	88800	175	Europe/Paris	48.17225	6.02515		Monthureux,Monthureux-le-Sec		44	88	882	88309
2992479	Monthurel	monthurel	FR	02330	121	Europe/Paris	49.0225	3.54667		Monthurel		32	02	021	02510
2992482	Monthuchon	monthuchon	FR	50200	599	Europe/Paris	49.08071	-1.4238		Monthuchon		28	50	503	50345
2992483	Monthou-sur-Cher	monthou-sur-cher	FR	41400	940	Europe/Paris	47.34826	1.29738		Monthou,Monthou-sur-Cher		24	41	413	41146
2992484	Monthou-sur-Bièvre	monthou-sur-bievre	FR	41120	526	Europe/Paris	47.47669	1.29506		Monthou,Monthou-sur-Bievre,Monthou-sur-Bièvre		24	41	411	41145
2992487	Montholier	montholier	FR	39800	295	Europe/Paris	46.89814	5.64822		Montholier,Montol'e,meng tuo li ye,Монтольє,蒙托利耶		27	39	391	39354
2992488	Monthois	monthois	FR	08400	374	Europe/Paris	49.31152	4.70888		Monthois		44	08	084	08303
2992489	Monthoiron	monthoiron	FR	86210	628	Europe/Paris	46.73349	0.61896		Monthoiron,Montuaron,meng tu wa long,Монтуарон,蒙图瓦龙		75	86	861	86164
2992490	Monthodon	monthodon	FR	37110	583	Europe/Paris	47.64985	0.83695		Monthodon		24	37	373	37155
2992491	Monthion	monthion	FR	73200	423	Europe/Paris	45.62977	6.35809		Monthion		84	73	731	73170
2992492	Monthieux	monthieux	FR	01390	635	Europe/Paris	45.9554	4.93789		Monthieux		84	01	012	01261
2992494	Monthiers	monthiers	FR	02400	143	Europe/Paris	49.10333	3.29917		Monthiers		32	02	021	02509
2992495	Monthermé	montherme	FR	08800	2806	Europe/Paris	49.88465	4.73013		Monterme,Montherme,Monthermé,meng te er mei,Монтерме,蒙特尔梅		44	08	081	08302
2992496	Montherlant	montherlant	FR	60790	119	Europe/Paris	49.27818	2.04904		Montherlant		32	60	601	60570
2992497	Montheries	montheries	FR	52330	66	Europe/Paris	48.16774	4.90929		Montheries		44	52	521	52330
2992498	Monthenault	monthenault	FR	02860	105	Europe/Paris	49.4869	3.66679		Monthenault		32	02	022	02508
2992500	Monthelon	monthelon	FR	51530	333	Europe/Paris	48.99392	3.93524		Monthelon		44	51	512	51378
2992501	Monthelon	monthelon	FR	51530	288	Europe/Paris	46.95797	4.22548		Monthelon		27	71	711	71313
2992502	Monthelie	monthelie	FR	21190	207	Europe/Paris	47	4.76667				27	21	211	21428
2992503	Monthaut	monthaut	FR	11240	44	Europe/Paris	43.07753	2.06251		Monthaut		76	11	112	11247
2992504	Monthault	monthault	FR	35420	0	Europe/Paris	48.51106	-1.18101		Brennaod,Mons Altus,Monthault,Monthaut,Monto,meng tuo er,Монто,蒙托尔		53	35	351	35190
2992505	Montharville	montharville	FR	28800	82	Europe/Paris	48.18394	1.33026		Montharville		24	28	282	28260
2992506	Montguyon	montguyon	FR	17270	1572	Europe/Paris	45.21668	-0.18715		Mongjujon,Mongvion,Montguyon,meng te ji weng,Монгвіон,Монгюйон,蒙特吉翁		75	17	171	17241
2992507	Montguillon	montguillon	FR	49500	175	Europe/Paris	47.72852	-0.74556		Mongijon,Montguillon,meng te ji long,Монгійон,蒙特吉隆		52	49	494	49331
2992508	Montgueux	montgueux	FR	10300	417	Europe/Paris	48.30683	3.96074		Montgueux		44	10	103	10248
2992509	Montguers	montguers	FR	26170	59	Europe/Paris	44.29043	5.46009		Montguers		84	26	262	26201
2992510	Montgru-Saint-Hilaire	montgru-saint-hilaire	FR	02210	41	Europe/Paris	49.18988	3.32762		Hilaire-Montgru,Montgru,Montgru-Saint-Hilaire		32	02	024	02507
2992515	Montgreleix	montgreleix	FR	15190	66	Europe/Paris	45.34466	2.87017		Mongrele,Montgraleis,Montgralèis,Montgreleix,meng te ge lei lai,Монгреле,蒙特格雷莱		84	15	153	15132
2992516	Montgras	montgras	FR	31370	51	Europe/Paris	43.4532	1.05703		Mongras,Montgras		76	31	311	31382
2992517	Montgradail	montgradail	FR	11240	70	Europe/Paris	43.12149	2.02575		Montgradail		76	11	112	11246
2992521	Montgon	montgon	FR	08390	78	Europe/Paris	49.50604	4.71339		Mongon,Montgon,meng gong,Монгон,蒙贡		44	08	084	08301
2992522	Montgon	montgon	FR	08390	0	Europe/Paris	45.28344	3.21945		Montgon		84	43	431	43103
2992524	Montgobert	montgobert	FR	02600	186	Europe/Paris	49.3085	3.14657		Montgobert		32	02	024	02506
2992525	Montgivray	montgivray	FR	36400	1707	Europe/Paris	46.60324	1.98162		Montgivray,Monzhivre,meng te ji fu lai,Монживре,蒙特吉夫赖		24	36	363	36127
2992526	Montgiscard	montgiscard	FR	31450	2207	Europe/Paris	43.45801	1.57295		Montgiscard,Monzhiskar,meng te ji si ka er,Монжискар,蒙特吉斯卡尔		76	31	313	31381
2992527	Montgirod	montgirod	FR	73210	410	Europe/Paris	45.5363	6.57987		Montgirod		84	73	731	73006
2992529	Montgilbert	montgilbert	FR	73220	79	Europe/Paris	45.54908	6.28444		Montgilbert		84	73	733	73168
2992530	Montgibaud	montgibaud	FR	19210	233	Europe/Paris	45.51871	1.42262		Montgibaud		75	19	191	19144
2992531	Montgey	montgey	FR	81470	243	Europe/Paris	43.51199	1.93338		Montegut,Montgey,Montégut		76	81	812	81179
2992532	Montgesty	montgesty	FR	46150	280	Europe/Paris	44.579	1.29659		Montgesty		76	46	461	46205
2992533	Montgesoye	montgesoye	FR	25111	457	Europe/Paris	47.08249	6.1917		Montgesoye		27	25	251	25400
2992535	Montgeroult	montgeroult	FR	95650	441	Europe/Paris	49.08201	2.00515		Montgeroult,Monzheru,meng te re lu er,Монжеру,蒙特热鲁尔		11	95	953	95422
2992536	Montgeron	montgeron	FR	91230	22843	Europe/Paris	48.70543	2.45039		Montgeron,Monzheron,Monzherone,meng te re long,mongjulong,monjuron,mwnzhwrwn,Монжерон,Монжероне,مونژورون,モンジュロン,蒙特热龙,몽주롱		11	91	912	91421
2992537	Montgermont	montgermont	FR	35760	3012	Europe/Paris	48.15566	-1.71662		Menezgervant,Mons Germundi,Montgermont,Monzhermon,meng te re er meng,Монжермон,蒙特热尔蒙		53	35	353	35189
2992540	Montgérain	montgerain	FR	60420	184	Europe/Paris	49.53693	2.57543		Montgerain,Montgérain		32	60	602	60416
2992543	Montgenost	montgenost	FR	51260	119	Europe/Paris	48.59812	3.59656		Montgenost		44	51	512	51376
2992546	Montgenèvre	montgenevre	FR	05100	540	Europe/Paris	44.9318	6.72175		Druantium,Monginevro,Montgenevre,Montgenèvre,Montginebre,Monzhenevr,meng te re nei fu er,Монженевр,蒙特热内夫尔		93	05	051	05085
2992547	Montgellafrey	montgellafrey	FR	73130	83	Europe/Paris	45.39244	6.31965		Montgellafrey		84	73	733	73235
2992549	Montgeard	montgeard	FR	31560	365	Europe/Paris	43.33876	1.63408		Montgeard		76	31	313	31380
2992550	Montgé-en-Goële	montge-en-goele	FR	77230	696	Europe/Paris	49.03333	2.75		Monzhe-an-Goel',Монже-ан-Гоель		11	77	771	77308
2992552	Montgazin	montgazin	FR	31410	170	Europe/Paris	43.30944	1.30411		Montgazin		76	31	311	31379
2992553	Montgaudry	montgaudry	FR	61360	119	Europe/Paris	48.40591	0.40228		Montgaudri,Montgaudry		28	61	613	61286
2992558	Montgauch	montgauch	FR	09160	137	Europe/Paris	43.00459	1.08114		Mongosh,Montgauch,Montgaug,meng te ge ke,Монгош,蒙特戈克		76	09	093	09208
2992559	Montgaroult	montgaroult	FR	61150	311	Europe/Paris	48.74793	-0.1314		Montgaroult		28	61	612	61194
2992562	Montgardon	montgardon	FR	50250	424	Europe/Paris	49.28171	-1.56702		Montgardon		28	50	503	50236
2992563	Montgardin	montgardin	FR	05230	395	Europe/Paris	44.55015	6.24077		Mongarden,Montgardin,meng te jia er dan,Монгарден,蒙特加尔丹		93	05	052	05084
2992564	Montgaillard-sur-Save	montgaillard-sur-save	FR	31350	0	Europe/Paris	43.25453	0.7295		Montgaillard,Montgaillard-sur-Save		76	31	312	31378
2992565	Montgaillard-Lauragais	montgaillard-lauragais	FR	31290	614	Europe/Paris	43.43162	1.69819		Montgaillard,Montgaillard-Lauragais		76	31	313	31377
2992566	Montgaillard-de-Salies	montgaillard-de-salies	FR	31260	120	Europe/Paris	43.06077	0.93111		Montgaillard,Montgaillard-de-Salies		76	31	312	31376
2992567	Montgaillard	montgaillard	FR	09330	0	Europe/Paris	43.93264	0.87633		Montgaillard		76	82	821	82129
2992568	Montgaillard	montgaillard	FR	09330	74	Europe/Paris	43.90888	1.59479		Montgaillard		76	81	811	81178
2992569	Montgaillard	montgaillard	FR	09330	559	Europe/Paris	43.7425	-0.4835		Montgaillard		75	40	402	40195
2992570	Montgaillard	montgaillard	FR	09330	787	Europe/Paris	43.12436	0.10814		Montgaillard		76	65	652	65320
2992571	Montgaillard	montgaillard	FR	09330	1412	Europe/Paris	42.93539	1.63351		Montgailhard,Montgaillard		76	09	091	09207
2992572	Montgaillard	montgaillard	FR	09330	55	Europe/Paris	42.91054	2.62457		Montgaillard		76	11	113	11245
2992574	Montfuron	montfuron	FR	04110	179	Europe/Paris	43.83589	5.69396		Monfjuron,Montfuron,meng te fei long,Монфюрон,蒙特菲龙		93	04	044	04128
2992576	Montfroc	montfroc	FR	26560	60	Europe/Paris	44.17453	5.63878		Monfrok,Montfroc,Montfròc,meng te fu luo ke,Монфрок,蒙特夫罗克		84	26	262	26200
2992577	Montfrin	montfrin	FR	30490	3188	Europe/Paris	43.87624	4.59266		Monfren,Montfrin,meng te fu lan,Монфрен,蒙特夫兰		76	30	302	30179
2992579	Montfranc	montfranc	FR	12380	139	Europe/Paris	43.84456	2.56711		Montfranc		76	12	121	12152
2992580	Montfort-sur-Risle	montfort-sur-risle	FR	27290	925	Europe/Paris	49.29579	0.66319		Monfor-sjur-Ril',Montfort,Montfort-sur-Risle,li si er he pan meng te fu er,Монфор-сюр-Риль,里斯尔河畔蒙特福尔		28	27	272	27413
2992581	Montfort-sur-Meu	montfort-sur-meu	FR	35160	6007	Europe/Paris	48.13762	-1.95585		Monfor-sjur-Me,Monfort-sur Meu,Monforzh,Monsfortis,Montfort,Montfort-la-Montagne,Montfort-sur-Meu,Moñforzh,mo he pan meng te fu er,Монфор-сюр-Ме,默河畔蒙特福尔		53	35	353	35188
2992582	Montfort-sur-Boulzane	montfort-sur-boulzane	FR	11140	69	Europe/Paris	42.7429	2.30796		Montfort,Montfort-sur-Boulzane		76	11	112	11244
2992583	Montfort-sur-Argens	montfort-sur-argens	FR	83570	944	Europe/Paris	43.47323	6.11976		Monfor-sjur-Arzhan,Monfort,Montfort,Montfort dArgenc,Montfort-sur-Argens,Montfòrt,Montfòrt dArgenç,a er gang he pan meng te fu er,Монфор-сюр-Аржан,阿尔冈河畔蒙特福尔	83083	93	83	833	83083
2992584	Montfort-le-Gesnois	montfort-le-gesnois	FR	72450	3034	Europe/Paris	48.04798	0.40339		Monfor-le-Zhenua,Montfort,Montfort-le Rotrou,Montfort-le-Gesnois,Montfort-le-Rotrou,Pont de Gennes,Pont-de-Gennes,Монфор-ле-Женуа		52	72	722	72241
2992585	Montfort-l'Amaury	montfort-l-amaury	FR	78490	0	Europe/Paris	48.77275	1.81309		Monfor-l'Amori,Montfort,Montfort-l'Amaury,Montfort-le-Brutus,Montfort-l’Amaury,Монфор-л'Амори,Монфор-л'Аморі,Монфор-л’Амори		11	78	782	78420
2992586	Montfort-en-Chalosse	montfort-en-chalosse	FR	40380	1305	Europe/Paris	43.71095	-0.83952		Monfor-an-Shaloss,Monfort-an-Shaloss,Montfort,Montfort-en-Chalosse,Monthort,Monthòrt,sha luo si de qu meng te fu er,Монфор-ан-Шалосс,Монфорт-ан-Шалосс,沙洛斯地区蒙特福尔		75	40	401	40194
2992588	Montfort	montfort	FR	04600	118	Europe/Paris	47.19668	-0.21147		Monfort,Montfort		52	49	493	49125
2992589	Montfort	montfort	FR	04600	140	Europe/Paris	47.05811	5.90248		Montfort		27	25	251	25460
2992590	Montfort	montfort	FR	04600	0	Europe/Paris	45.48869	6.56833				84	73	731	73253
2992591	Montfort	montfort	FR	04600	0	Europe/Paris	45.29748	5.90034				84	38	381	38140
2992592	Montfort	montfort	FR	04600	0	Europe/Paris	44.83846	1.24832				75	24	244	24587
2992593	Montfort	montfort	FR	04600	412	Europe/Paris	44.06361	5.9726		Montfort		93	04	044	04127
2992594	Montfort	montfort	FR	04600	191	Europe/Paris	43.36829	-0.84688		Montfort		75	64	642	64403
2992596	Montflovin	montflovin	FR	25650	77	Europe/Paris	46.98732	6.44555		Montflovin		27	25	253	25398
2992597	Montflours	montflours	FR	53240	212	Europe/Paris	48.1707	-0.73353		Montflours		52	53	532	53156
2992599	Montfleur	montfleur	FR	39320	159	Europe/Paris	46.32997	5.43618		Montfleur		27	39	392	39353
2992600	Montfiquet	montfiquet	FR	14490	98	Europe/Paris	49.16667	-0.89453		Montfiquet		28	14	141	14445
2992601	Montfey	montfey	FR	10130	138	Europe/Paris	48.06695	3.87502		Monfe,Montfey,meng te fei,Монфе,蒙特费		44	10	103	10247
2992602	Montferrier-sur-Lez	montferrier-sur-lez	FR	34980	3477	Europe/Paris	43.66806	3.85686		Monferrie-sjur-Lez,Montferrier,Montferrier de Les,Montferrier-sur-Lez,Montferrièr de Les,lai he pan meng te fu er li ye,Монферрие-сюр-Лез,Монферріє-сюр-Лез,莱河畔蒙特弗尔里耶		76	34	343	34169
2992603	Montferrier	montferrier	FR	09300	704	Europe/Paris	42.89535	1.79426		Montferrier		76	09	092	09206
2992604	Montferrer	montferrer	FR	66150	240	Europe/Paris	42.43811	2.56713		Monferre,Montferrer,meng te fu er lei,mnfrh,Монферре,منفره,منفیرے,蒙特弗尔雷		76	66	661	66116
2992605	Montferrat	montferrat	FR	38620	1439	Europe/Paris	45.48481	5.5902		Montferra,Montferrat		84	38	382	38256
2992606	Montferrat	montferrat	FR	38620	2252	Europe/Paris	43.61196	6.48093		Montferrat		93	83	831	83082
2992607	Montferrand-le-Château	montferrand-le-chateau	FR	25320	1969	Europe/Paris	47.17536	5.91534		Monferran-le-Shato,Montferrand,Montferrand-le-Chateau,Montferrand-le-Château,meng te fu er lang lai sha tuo,Монферран-ле-Шато,蒙特弗尔朗莱沙托		27	25	251	25397
2992608	Montferrand-du-Périgord	montferrand-du-perigord	FR	24440	191	Europe/Paris	44.75049	0.86635		Monferran-dju-Perigor,Mont Ferrand de Perigord,Mont Ferrand de Perigòrd,Montferrand,Montferrand de Perigord,Montferrand de Perigòrd,Montferrand-du-Perigord,Montferrand-du-Périgord,meng te fu er lang di pei li ge er,Монферран-дю-Перигор,蒙特弗尔朗迪佩里戈尔		75	24	241	24290
2992609	Montferrand	montferrand	FR	11320	0	Europe/Paris	45.92737	5.40937				84	01	011	01421
2992610	Montferrand	montferrand	FR	11320	0	Europe/Paris	45.79776	3.11151		Montferrand		84	63	632	63113
2992611	Montferrand-la-Fare	montferrand-la-fare	FR	26510	49	Europe/Paris	44.35	5.45		Montterand		84	26	262	26199
2992612	Montferrand	montferrand	FR	11320	469	Europe/Paris	43.36349	1.81995		Montferrand		76	11	111	11243
2992614	Montfermy	montfermy	FR	63230	164	Europe/Paris	45.88036	2.80995		Montfermy		84	63	634	63238
2992615	Montfermier	montfermier	FR	82270	116	Europe/Paris	44.21911	1.41007		Monfermier,Montfermier		76	82	822	82128
2992616	Montfermeil	montfermeil	FR	93370	23829	Europe/Paris	48.8982	2.57913		Monfermej,Montfermeil,meng fei mei yi,monferumeiyu,mongpeleumeyu,mwnfrmay,mwnfrmy,Монфермей,Монфермеј,مونفرماي,مونفرمی,モンフェルメイユ,蒙费梅伊,몽페르메유		11	93	932	93047
2992618	Montfavet	montfavet	FR	84141 CEDEX	14000	Europe/Paris	43.93335	4.87342		Montfavet		93	84	842	84007
2992620	Montfaucon-d'Argonne	montfaucon-d-argonne	FR	55270	0	Europe/Paris	49.2717	5.13225		Montfaucon,Montfaucon-d'Argonne		44	55	553	55346
2992622	Montfaucon	montfaucon	FR	02540	165	Europe/Paris	48.95761	3.42514		Montfaucon		32	02	021	02505
2992623	Montfaucon	montfaucon	FR	02540	1439	Europe/Paris	47.23562	6.08162		Montfaucon		27	25	251	25395
2992624	Montfaucon-Montigné	montfaucon-montigne	FR	49230	1756	Europe/Paris	47.1	-1.11667		Monfokon-Montin'e,Montfaucon,Montfaucon-sur-Moine,meng te fu kong meng di nie,Монфокон-Монтіньє,蒙特福孔蒙蒂涅		52	49	492	49301
2992625	Montfaucon-en-Velay	montfaucon-en-velay	FR	43290	1146	Europe/Paris	45.18561	4.31376		Montfaucon du Velay		84	43	433	43141
2992626	Montfaucon	montfaucon	FR	02540	602	Europe/Paris	44.68794	1.56137		Montfaucon,Montfaucon-du Lot		76	46	463	46204
2992627	Montfaucon	montfaucon	FR	02540	1300	Europe/Paris	44.0742	4.75403		Montfaucon		76	30	302	30178
2992628	Montfarville	montfarville	FR	50760	876	Europe/Paris	49.65482	-1.27136		Monfarvil',Montfarville,meng te fa er wei er,Монфарвиль,Монфарвіль,蒙特法尔维尔		28	50	502	50342
2992631	Montfalcon	montfalcon	FR	38940	110	Europe/Paris	45.25397	5.17086		Montfalcon		84	38	383	38255
2992632	Montfa	montfa	FR	09350	297	Europe/Paris	43.69834	2.24247		Montfa		76	81	812	81177
2992633	Montfa	montfa	FR	09350	75	Europe/Paris	43.09979	1.28396		Montfa		76	09	093	09205
2992634	Montézic	montezic	FR	12460	251	Europe/Paris	44.70886	2.64044		Montezic,Montézic		76	12	122	12151
2992635	Monteynard	monteynard	FR	38770	0	Europe/Paris	44.97721	5.7		Monteynard		84	38	381	38254
2992637	Montévrain	montevrain	FR	77144	3442	Europe/Paris	48.87415	2.75114		Montevrain,Montevren,Montévrain,Монтеврен		11	77	775	77307
2992638	Monteux	monteux	FR	84170	10828	Europe/Paris	44.03618	4.9963		Monteux		93	84	843	84080
2992640	Monteton	monteton	FR	47120	252	Europe/Paris	44.62237	0.25869		Monteton		75	47	472	47187
2992641	Mont-et-Marré	mont-et-marre	FR	58110	168	Europe/Paris	47.0869	3.64083		Mont-et-Marre,Mont-et-Marré		27	58	581	58175
2992643	Le Montet	le-montet	FR	03240	0	Europe/Paris	44.7471	2.04623		Le Montet,Montet,Montet-et-Bouxal		76	46	462	46203
2992646	Montestruc-sur-Gers	montestruc-sur-gers	FR	32390	629	Europe/Paris	43.79284	0.62883		Montestruc,Montestruc-Egalite,Montestruc-Egalité,Montestruc-Libre,Montestruc-sur-Gers		76	32	322	32286
2992650	Montesson	montesson	FR	78360	15256	Europe/Paris	48.90924	2.13754		Montesson,Монтессон		11	78	783	78418
2992651	Montesson	montesson	FR	78360	0	Europe/Paris	47.8195	5.67302		Montesson		44	52	522	52388
2992652	Montessaux	montessaux	FR	70270	126	Europe/Paris	47.75	6.56667		Montessaux		27	70	701	70361
2992653	Montesquiou	montesquiou	FR	32320	600	Europe/Paris	43.57845	0.3287		Mont-Osse,Montesquiou		76	32	323	32285
2992654	Montesquieu-Volvestre	montesquieu-volvestre	FR	31310	2635	Europe/Paris	43.20814	1.23008		Montesk'jo-Vol'vestr,Monteske-Vol'vestr,Montesquieu,Montesquieu-Volvestre,Montesquiu de Bolbestra,Montesquiu de Bolbèstra,Montesquiu de Toars,Montesquiu de Volvestre,Montesquiu de Volvèstre,meng tai si ji e wo er wei si te er,Монтескьё-Вольвестр,Монтескє-Вольвестр,蒙泰斯基厄沃尔韦斯特尔		76	31	311	31375
2992655	Montesquieu-Lauragais	montesquieu-lauragais	FR	31450	952	Europe/Paris	43.41661	1.62881		Montesquieu,Montesquieu-Lauragais		76	31	313	31374
2992656	Montesquieu-Guittaut	montesquieu-guittaut	FR	31230	140	Europe/Paris	43.33476	0.76995		Montesquieu,Montesquieu-Guittaut		76	31	312	31373
2992657	Montesquieu-Avantès	montesquieu-avantes	FR	09200	252	Europe/Paris	43.02325	1.19661		Montesquieu-Avantes,Montesquieu-Avantès		76	09	093	09204
2992658	Montesquieu	montesquieu	FR	34320	672	Europe/Paris	44.19592	1.05794		Montesquieu		76	82	821	82127
2992659	Montesquieu	montesquieu	FR	34320	751	Europe/Paris	44.20205	0.43755		Montesquieu		75	47	474	47186
2992660	Montesquieu	montesquieu	FR	34320	57	Europe/Paris	43.55524	3.25382		Montesquieu		76	34	341	34168
2992661	Montesquiu d'Albera	montesquiu-d-albera	FR	66740	1095	Europe/Paris	42.51798	2.88243		Montesquieu-des-Alberes,Montesquieu-des-Albères,Montesquiu,Montesquiu d'Albera		76	66	661	66115
2992662	Montespan	montespan	FR	31260	431	Europe/Paris	43.08546	0.85351		Montespan		76	31	312	31372
2992664	Montescourt-Lizerolles	montescourt-lizerolles	FR	02440	1543	Europe/Paris	49.73828	3.25736		Montescourt-Lizerolles		32	02	023	02504
2992665	Montescot	montescot	FR	66200	1589	Europe/Paris	42.60825	2.93218		Montescot		76	66	661	66114
2992666	Montertelot	montertelot	FR	56800	277	Europe/Paris	47.88063	-2.42166		Monasterium Teliavi,Montertelo,Montertelot,Mousterdelav,meng tai er tai luo,Монтертело,蒙泰尔泰洛		53	56	562	56139
2992667	Monterrein	monterrein	FR	56800	331	Europe/Paris	47.88057	-2.35838		Monterrein,Monterren,Mousterrin,meng tai er lan,Монтеррен,蒙泰尔兰		53	56	562	56165
2992668	Montérolier	monterolier	FR	76680	512	Europe/Paris	49.6313	1.34641		Monterolier,Montérolier		28	76	761	76445
2992669	Monterfil	monterfil	FR	35160	1078	Europe/Paris	48.0669	-1.97812		Monterfij,Monterfil,Mousterfil,meng tai er fei,Монтерфий,Монтерфій,蒙泰尔菲		53	35	353	35187
2992670	Montereau-sur-le-Jard	montereau-sur-le-jard	FR	77950	616	Europe/Paris	48.59138	2.66837		Montereau,Montereau-sur-le-Jard		11	77	772	77306
2992671	Montereau-Fault-Yonne	montereau-fault-yonne	FR	77130	16993	Europe/Paris	48.38333	2.95		Monasteriolum Senonum,Montereau,Montero-Fo-Ionn,Montro-Fot-Jon,meng te luo,Монтеро-Фо-Іонн,Монтеро-Фо-Ионн,Монтро-Фот-Йон,蒙特羅		11	77	773	77305
2992672	Montereau	montereau	FR	45260	623	Europe/Paris	47.85626	2.57339		Montereau		24	45	451	45213
2992673	Montereau	montereau	FR	45260	0	Europe/Paris	46.91417	2.43872				24	18	182	18212
2992674	Monterblanc	monterblanc	FR	56250	2226	Europe/Paris	47.74256	-2.68128		Monterblan,Monterblanc,Sterwenn,meng tai er bu lang ke,Монтерблан,蒙泰尔布朗克		53	56	563	56137
2992677	Montépreux	montepreux	FR	51320	37	Europe/Paris	48.71286	4.13828		Montepreux,Montépreux		44	51	511	51377
2992678	Monteplain	monteplain	FR	39700	157	Europe/Paris	47.15451	5.70799		Montepain,Monteplain		27	39	391	39352
2992679	Montépilloy	montepilloy	FR	60810	168	Europe/Paris	49.20905	2.69759		Montepijua,Montepilloy,Montépilloy,meng tai pi lu wa,Монтепіюа,蒙泰皮卢瓦		32	60	604	60415
2992681	Montenoy	montenoy	FR	54760	416	Europe/Paris	48.7947	6.23129		Montenoy		44	54	543	54376
2992682	Montenoison	montenoison	FR	58700	121	Europe/Paris	47.2156	3.42713				27	58	584	58174
2992683	Montenois	montenois	FR	25260	1149	Europe/Paris	47.49222	6.66561		Montenois		27	25	252	25394
2992684	Montenils	montenils	FR	77320	45	Europe/Paris	48.84203	3.47727		Montenils		11	77	773	77304
2992686	Monteneuf	monteneuf	FR	56380	709	Europe/Paris	47.87272	-2.20971		Monteneg,Monteneuf		53	56	563	56136
2992687	Montenescourt	montenescourt	FR	62123	424	Europe/Paris	50.2934	2.6239		Montenescourt		32	62	621	62586
2992688	Montendry	montendry	FR	73390	45	Europe/Paris	45.52535	6.24141		Montendry		84	73	732	73166
2992689	Montendre	montendre	FR	17130	3413	Europe/Paris	45.28557	-0.40827		Montandr,Montendre,meng tang de er,Монтандр,蒙唐德尔		75	17	171	17240
2992690	Montenay	montenay	FR	53500	1476	Europe/Paris	48.2886	-0.89273		Montenay,Montene,meng te nai,Монтене,蒙特奈		52	53	533	53155
2992693	Montenach	montenach	FR	57480	415	Europe/Paris	49.42008	6.38094		Montenach		44	57	577	57479
2992697	Montels	montels	FR	09240	90	Europe/Paris	43.96261	1.89342		Montels		76	81	811	81176
2992698	Montels	montels	FR	09240	225	Europe/Paris	43.29474	3.03009		Montels		76	34	341	34167
2992699	Montels	montels	FR	09240	128	Europe/Paris	43.00495	1.47254		Montels		76	09	093	09203
2992703	Montélimar	montelimar	FR	26200	35637	Europe/Paris	44.55468	4.75469		Acumum,Montelaimar,Montelimar,Montelimare,Montélimar,meng te li ma er,mongtellimaleu,monterimaru,mwntlymr,Μοντελιμάρ,Монтелимар,Монтелимаре,Монтелімар,مونتلیمر,モンテリマール,蒙特利馬爾,몽텔리마르		84	26	262	26198
2992704	Montélier	montelier	FR	26120	3187	Europe/Paris	44.93441	5.03126		Montaleir,Montalèir,Montel'e,Montelier,Montélier,meng tai li ye,Монтельє,蒙泰利耶		84	26	263	26197
2992706	Montéléger	monteleger	FR	26760	1699	Europe/Paris	44.85296	4.93598		Monteleger,Montéléger		84	26	263	26196
2992707	Montel-de-Gelat	montel-de-gelat	FR	63380	0	Europe/Paris	45.93711	2.58285		Montel,Montel-de-Gelat		84	63	634	63237
2992711	Monteils	monteils	FR	12200	0	Europe/Paris	44.531	1.75327				76	46	462	46183
2992712	Monteils	monteils	FR	12200	620	Europe/Paris	44.26593	1.99725		Monteils		76	12	123	12150
2992713	Monteils	monteils	FR	12200	1182	Europe/Paris	44.16862	1.57608		Monteils		76	82	822	82126
2992714	Monteils	monteils	FR	12200	439	Europe/Paris	44.08918	4.18126		Monteils		76	30	301	30177
2992715	Monteille	monteille	FR	14270	169	Europe/Paris	49.10871	0.04612		Monteille		28	14	143	14431
2992718	Monteignet-sur-l'Andelot	monteignet-sur-l-andelot	FR	03800	0	Europe/Paris	46.11859	3.2563		Monteignet,Monteignet-sur-l'Andelot		84	03	033	03182
2992719	Montégut-Savès	montegut-saves	FR	32220	71	Europe/Paris	43.44212	0.95939		Montegut,Montegut-Saves,Montégut,Montégut-Savès		76	32	321	32284
2992720	Montégut-Plantaurel	montegut-plantaurel	FR	09120	285	Europe/Paris	43.06691	1.50142		Montegut,Montegut-Plantaurel,Montégut,Montégut-Plantaurel		76	09	091	09202
2992721	Montégut-Lauragais	montegut-lauragais	FR	31540	411	Europe/Paris	43.47861	1.92315		Montegut,Montegut-Lauragais,Montégut,Montégut-Lauragais		76	31	313	31371
2992722	Montégut-en-Couserans	montegut-en-couserans	FR	09200	71	Europe/Paris	42.9822	1.095		Montegut,Montegut-de-Moulis,Montegut-en-Couserans,Montégut,Montégut-de-Moulis,Montégut-en-Couserans		76	09	093	09201
2992723	Montégut-Bourjac	montegut-bourjac	FR	31430	120	Europe/Paris	43.28122	0.98988		Montegut,Montegut-Bourjac,Montégut,Montégut-Bourjac		76	31	311	31370
2992724	Montégut	montegut	FR	32550	289	Europe/Paris	43.37661	0.21163		Montegut,Montegut-Arros,Montégut,Montégut-Arros		76	32	323	32283
2992725	Montégut	montegut	FR	32550	0	Europe/Paris	43.88715	2.87988				76	12	121	12109
2992726	Montégut	montegut	FR	32550	87	Europe/Paris	43.87597	-0.19893		Montegut,Montégut		75	40	402	40193
2992727	Montégut	montegut	FR	32550	430	Europe/Paris	43.6512	0.64932		Montegut,Montégut		76	32	321	32282
2992728	Montégut	montegut	FR	32550	145	Europe/Paris	43.06435	0.50307		Montegut,Montégut		76	65	652	65319
2992737	Montécheroux	montecheroux	FR	25190	573	Europe/Paris	47.34893	6.80613		Montecheroux,Montesheru,Montécheroux,meng tai xie lu,Монтешеру,蒙泰谢鲁		27	25	252	25393
2992740	Montech	montech	FR	82700	3743	Europe/Paris	43.95744	1.22979		Montech,Montesh,Montueg,Montuèg,meng tai ke,Монтеш,蒙泰克		76	82	822	82125
2992744	Montebourg	montebourg	FR	50310	2217	Europe/Paris	49.48774	-1.38036		Montebaurg,Montebourg,Montebur,meng te bu er,Монтебур,蒙特布尔		28	50	502	50341
2992745	Monteaux	monteaux	FR	41150	698	Europe/Paris	47.48762	1.11311		Monteaux		24	41	411	41144
2992746	Monteaux	monteaux	FR	41150	0	Europe/Paris	46.35934	3.05458				84	03	032	03099
2992748	Monte	monte	FR	20290	486	Europe/Paris	42.46775	9.38961		Monte		94	2B	2B3	2B166
2992749	Montdurausse	montdurausse	FR	81630	257	Europe/Paris	43.94797	1.56839		Montdurausse		76	81	811	81175
2992751	Montdragon	montdragon	FR	81440	439	Europe/Paris	43.77425	2.10388		Montdragon		76	81	812	81174
2992752	Montdoumerc	montdoumerc	FR	46230	396	Europe/Paris	44.28547	1.52048		Montdoumerc		76	46	461	46202
2992753	Mont-d'Origny	mont-d-origny	FR	02390	0	Europe/Paris	49.84178	3.49934		Mont-d'Origny		32	02	023	02503
2992754	Montdoré	montdore	FR	70210	66	Europe/Paris	47.91911	6.07969		Montdore,Montdoré		27	70	701	70360
2992756	Mont-Dol	mont-dol	FR	35120	0	Europe/Paris	48.5694	-1.765		Menez-Dol,Mon-Dol',meng duo,Мон-Доль,蒙多		53	35	354	35186
2992757	Mont-Disse	mont-disse	FR	64330	74	Europe/Paris	43.55758	-0.15089		Lo Mont e Dissa,Lo Mont-Dissa,Mon-Dis,Mon-Diss,Mont-Disse,Mont-Diusse,meng di si,Мон-Дис,Мон-Дисс,Мон-Дісс,蒙迪斯		75	64	643	64401
2992760	Montdidier	montdidier	FR	57670	6556	Europe/Paris	49.648	2.56991		Montdidier	803	32	80	803	80561
2992761	Montdidier	montdidier	FR	57670	63	Europe/Paris	48.93021	6.81801		Montdidier		44	57	575	57478
2992762	Mont-de-Vougney	mont-de-vougney	FR	25120	145	Europe/Paris	47.23723	6.71411		Mont-de-Vougney		27	25	252	25392
2992764	Mont-devant-Sassey	mont-devant-sassey	FR	55110	105	Europe/Paris	49.41086	5.16684		Mont,Mont-devant-Sassey		44	55	553	55345
2992771	Mont-de-Marsan	mont-de-marsan	FR	40000	36205	Europe/Paris	43.89022	-0.49713		Lo Mont,Lo Mont de Marsan,Martianum,Mon d'o Marsan,Mon de Marsan,Mon-de-Marsan,Mont-Marat,Mont-de-Marat,Mont-de-Marsan,XMJ,meng de ma sang,mng-dex-mar s xng,mon-de-marsani,mon=do=marusan,mongdeumaleusang,mwn dwmarsan,mwn-dw-marsan,Мон де Марсан,Мон дьо Марсан,Мон-де-Марсан,مون دومارسان,مون-دو-مارسان,มง-เดอ-มาร์ซ็อง,მონ-დე-მარსანი,モン＝ド＝マルサン,蒙德马桑,몽드마르상	40	75	40	402	40192
2992772	Mont-de-Marrast	mont-de-marrast	FR	32170	108	Europe/Paris	43.38365	0.35982		Mont-de-Marrast		76	32	323	32281
2992773	Mont-de-l'If	mont-de-l-if	FR	76190	0	Europe/Paris	49.58333	0.81667		Mont-de-l'If		28	76	763	76289
2992775	Mont-de-Laval	mont-de-laval	FR	25210	145	Europe/Paris	47.16987	6.62639		Mont-de-Laval		27	25	253	25391
2992777	Mont-de-Lans	mont-de-lans	FR	38860	1182	Europe/Paris	45.03626	6.13141		Lo Mont de Lans,Mon-de-Lan,Mon-de-Lans,Mont-de-Lans,meng de lang,Мон-де-Лан,Мон-де-Ланс,蒙德朗		84	38	381	38253
2992778	Mont-de-Galié	mont-de-galie	FR	31510	41	Europe/Paris	42.98991	0.64711		Mont-de-Galie,Mont-de-Galié		76	31	312	31369
2992782	Montdauphin	montdauphin	FR	77320	200	Europe/Paris	48.8519	3.42857		Mont-Peletier,Montdauphin		11	77	773	77303
2992783	Mont-Dauphin	mont-dauphin	FR	05600	92	Europe/Paris	44.66841	6.62235		Mon-Dofen,Mont-Lion,Montdaufin,SCP,meng duo fan,Мон-Дофен,蒙多凡		93	05	051	05082
2992785	Mont-d'Astarac	mont-d-astarac	FR	32140	0	Europe/Paris	43.32829	0.56805		Mont-d'Astarac,Montagnard		76	32	323	32280
2992786	Montdardier	montdardier	FR	30120	207	Europe/Paris	43.9275	3.59195		Mondard'e,Montdardier,Montdardièr,meng te da er di ye,Мондардье,Мондардьє,蒙特达尔迪耶		76	30	303	30176
2992788	Montcy-Notre-Dame	montcy-notre-dame	FR	08090	1557	Europe/Paris	49.77507	4.74245		Montcy,Montcy-Notre-Dame		44	08	081	08298
2992789	Montcusel	montcusel	FR	39260	175	Europe/Paris	46.35164	5.65815		Montcusel		27	39	393	39351
2992790	Montcuq	montcuq	FR	46800	1396	Europe/Paris	44.33875	1.20917		Monkjuk,Montcuc,Montcuq,meng ju ke,Монкюк,蒙居克		76	46	461	46201
2992792	Montcuit	montcuit	FR	50490	199	Europe/Paris	49.12024	-1.34261		Montcuit		28	50	503	50340
2992793	Montcresson	montcresson	FR	45700	1356	Europe/Paris	47.90561	2.80796		Monkresson,Montcresson,Monteresson,meng te ke lei song,Монкрессон,蒙特克雷松		24	45	451	45212
2992798	Montcoy	montcoy	FR	71620	202	Europe/Paris	46.80006	4.99696		Montcoy		27	71	712	71312
2992799	Montcourt-Fromonville	montcourt-fromonville	FR	77140	2480	Europe/Paris	48.30672	2.7046		Montcourt-Fromonville		11	77	774	77302
2992800	Montcourt	montcourt	FR	70500	76	Europe/Paris	47.92936	5.95716		Montcourt		27	70	702	70359
2992801	Montcornet	montcornet	FR	02340	228	Europe/Paris	49.83084	4.63054		Montcornet		44	08	081	08297
2992802	Montcornet	montcornet	FR	02340	1714	Europe/Paris	49.69526	4.01667		Montcornet		32	02	025	02502
2992803	Montcornet	montcornet	FR	02340	0	Europe/Paris	49.35804	1.89353				32	60	601	60331
2992804	Montcorbon	montcorbon	FR	45220	460	Europe/Paris	47.96961	3.07088		Monkorbon,Montcorbon,meng te ke er bang,Монкорбон,蒙特科尔邦		24	45	451	45129
2992805	Montcony	montcony	FR	71500	228	Europe/Paris	46.69977	5.29195		Monkoni,Montcony,Монкони,Монконі		27	71	714	71311
2992806	Montcombroux-les-Mines	montcombroux-les-mines	FR	03130	439	Europe/Paris	46.35262	3.69045		Montcombroux,Montcombroux-les-Mines		84	03	033	03181
2992809	Montclus	montclus	FR	05700	45	Europe/Paris	44.41497	5.68323		Montclus		93	05	052	05081
2992810	Montclus	montclus	FR	05700	167	Europe/Paris	44.26098	4.42022		Montclus		76	30	302	30175
2992811	Montcléra	montclera	FR	46250	320	Europe/Paris	44.61988	1.2105		Montclera,Montcléra		76	46	463	46200
2992813	Montclar-sur-Gervanne	montclar-sur-gervanne	FR	26400	166	Europe/Paris	44.74726	5.14289		Montclar,Montclar-sur-Gervanne		84	26	261	26195
2992814	Montclar-Lauragais	montclar-lauragais	FR	31290	155	Europe/Paris	43.36113	1.716		Montclar,Montclar-Lauragais		76	31	313	31368
2992815	Montclar-de-Comminges	montclar-de-comminges	FR	31220	77	Europe/Paris	43.17686	1.02126		Montclar,Montclar-de-Comminges,Montclar-les Pres		76	31	311	31367
2992816	Montclard	montclard	FR	43230	70	Europe/Paris	45.26813	3.56549		Montclard		84	43	431	43139
2992817	Montclar	montclar	FR	04140	424	Europe/Paris	44.4	6.33333		Montclar		93	04	043	04126
2992818	Montclar	montclar	FR	04140	152	Europe/Paris	43.96764	2.6464		Montclar		76	12	121	12149
2992819	Montclar	montclar	FR	04140	182	Europe/Paris	43.1353	2.24776		Montclar		76	11	111	11242
2992822	Montchevrier	montchevrier	FR	36140	537	Europe/Paris	46.48062	1.7425		Monshevrie,Montchevrier,meng te xie fu li ye,Моншеврие,Моншевріє,蒙特谢夫里耶		24	36	363	36126
2992823	Montchevrel	montchevrel	FR	61170	222	Europe/Paris	48.57154	0.33794		Montchevrel		28	61	611	61284
2992824	Montcheutin	montcheutin	FR	08250	117	Europe/Paris	49.29057	4.81999		Montcheutin		44	08	084	08296
2992827	Montchenu	montchenu	FR	26350	485	Europe/Paris	45.1922	5.03378		Montchenu		84	26	263	26194
2992829	Montchauvet	montchauvet	FR	14350	352	Europe/Paris	48.94369	-0.74011		Montchauvet		28	14	144	14061
2992830	Montchauvet	montchauvet	FR	14350	267	Europe/Paris	48.89125	1.6313		Montchauvet		11	78	781	78417
2992831	Montchaude	montchaude	FR	16300	538	Europe/Paris	45.44816	-0.201		Monshod,Montchaude,meng te shao de,Моншод,蒙特绍德		75	16	162	16224
2992832	Montchaton	montchaton	FR	50660	359	Europe/Paris	49.00838	-1.49878		Mons Catonis,Monshaton,Montchaton,meng te sha tong,Моншатон,蒙特沙通		28	50	503	50388
2992833	Montcharvot	montcharvot	FR	52400	36	Europe/Paris	47.90222	5.73222		Montcharvot		44	52	522	52328
2992838	Montchanin	montchanin	FR	71210	5612	Europe/Paris	46.74964	4.4707		Montchanin,Montchanin-les-Mines		27	71	711	71310
2992839	Montchamp	montchamp	FR	14350	546	Europe/Paris	48.92107	-0.76595		Montchamp,Montchamp-le-Grand		28	14	144	14726
2992840	Montchamp	montchamp	FR	14350	123	Europe/Paris	45.07059	3.20259		Montchamp		84	15	153	15130
2992841	Montchâlons	montchalons	FR	02860	66	Europe/Paris	49.51393	3.72727		Montchalons,Montchâlons		32	02	022	02501
2992842	Montchal	montchal	FR	42360	0	Europe/Paris	45.82618	4.31571		Montchal		84	42	421	42148
2992843	Montchal	montchal	FR	42360	0	Europe/Paris	45.68333	4.3		Montchal		84	42	421	42214
2992844	Montchal	montchal	FR	42360	0	Europe/Paris	45.02426	4.6771				84	07	073	07040
2992845	Montchal	montchal	FR	42360	0	Europe/Paris	44.94427	4.58284				84	07	073	07218
2992846	Montchaboud	montchaboud	FR	38220	364	Europe/Paris	45.09504	5.76003		Montchaboud		84	38	381	38252
2992847	Montcey	montcey	FR	70000	214	Europe/Paris	47.65634	6.23722		Monse,Montcey,Монсе		27	70	702	70358
2992848	Montcet	montcet	FR	01310	537	Europe/Paris	46.21206	5.11263		Montcet		84	01	012	01259
2992852	Montcenis	montcenis	FR	71710	2199	Europe/Paris	46.78785	4.38738		Montcenis		27	71	711	71309
2992853	Montcel	montcel	FR	63460	337	Europe/Paris	46.01469	3.06605		Montcel		84	63	634	63235
2992854	Montcel	montcel	FR	63460	846	Europe/Paris	45.72469	5.9832		Montcel,le Montcel		84	73	732	73164
2992855	Montceaux-Ragny	montceaux-ragny	FR	71240	44	Europe/Paris	46.62128	4.84405		Monso-Ran'i,Montceaux-Ragny,Монсо-Раньи,Монсо-Раньї		27	71	712	71308
2992856	Montceaux-l'Étoile	montceaux-l-etoile	FR	71110	0	Europe/Paris	46.35141	4.04493		Montceaux,Montceaux-l'Etoile,Montceaux-l'Étoile		27	71	713	71307
2992857	Montceaux-lès-Vaudes	montceaux-les-vaudes	FR	10260	275	Europe/Paris	48.16036	4.15867		Montceaux,Montceaux-les-Vaudes,Montceaux-lès-Vaudes		44	10	103	10246
2992858	Montceaux-lès-Provins	montceaux-les-provins	FR	77151	0	Europe/Paris	48.69425	3.43942		Montceaux,Montceaux-les-Provins,Montceaux-lès-Provins		11	77	773	77301
2992859	Montceaux-lès-Meaux	montceaux-les-meaux	FR	77470	628	Europe/Paris	48.94162	2.99006		Montceaux,Montceaux-les-Meaux,Montceaux-lès-Meaux		11	77	771	77300
2992860	Montceaux	montceaux	FR	01090	0	Europe/Paris	48.55562	2.48289				11	91	912	91179
2992861	Montceaux	montceaux	FR	01090	0	Europe/Paris	47.57297	4.08226		Monceau,Montceaux		27	89	892	89406
2992862	Montceaux	montceaux	FR	01090	992	Europe/Paris	46.09579	4.79752		Montceaux		84	01	012	01258
2992863	Montceau-les-Mines	montceau-les-mines	FR	71300	20221	Europe/Paris	46.66667	4.36667		Mon'ko-le-Min,Monke-le-Mine,Monso le Men,Monso le Min,Monso le Minas,Monso-le-Min,Montceau,Montceau-les-Mines,Μονκό-λε-Μιν,Монке-ле-Мине,Монсо ле Мен,Монсо ле Мин,Монсо-ле-Мин,Монсо-ле-Мін		27	71	711	71306
2992864	Montceau-et-Écharnant	montceau-et-echarnant	FR	21360	127	Europe/Paris	47.06072	4.65834		Montceau-Echarnant,Montceau-et-Echarnant,Montceau-et-Écharnant		27	21	211	21427
2992866	Montcavrel	montcavrel	FR	62170	325	Europe/Paris	50.51501	1.81055		Monkavrel',Montcavrel,meng ka fu lei er,mwntkafryl,Монкаврель,مونتكافريل,蒙卡夫雷尔		32	62	624	62585
2992867	Mont-Cauvaire	mont-cauvaire	FR	76690	608	Europe/Paris	49.57098	1.10936		Mont-Cauvaire		28	76	763	76443
2992869	Montcarra	montcarra	FR	38890	379	Europe/Paris	45.61199	5.39602		Montcarra		84	38	382	38250
2992870	Montcaret	montcaret	FR	24230	1281	Europe/Paris	44.85862	0.06384		Moncaret,Monkare,Mont Caret,Montcaret,meng te ka lei,Монкаре,蒙特卡雷		75	24	241	24289
2992874	Montcabrier	montcabrier	FR	46700	412	Europe/Paris	44.54147	1.07381		Moncabrier,Montcabrier		76	46	461	46199
2992875	Montcabrier	montcabrier	FR	46700	182	Europe/Paris	43.62758	1.73032		Montcabrier		76	81	812	81173
2992877	Montbrun-les-Bains	montbrun-les-bains	FR	26570	458	Europe/Paris	44.17479	5.44465		Monbren-le-Ben,Montbrun,Montbrun-les-Bains,meng te bu lan lai ban,Монбрен-ле-Бен,蒙特布兰莱班		84	26	262	26193
2992878	Montbrun-Lauragais	montbrun-lauragais	FR	31450	550	Europe/Paris	43.4565	1.52156		Montbrun,Montbrun-Lauragais		76	31	313	31366
2992879	Montbrun-des-Corbières	montbrun-des-corbieres	FR	11700	316	Europe/Paris	43.19853	2.68409		Monbren-de-Korb'er,Monbren-de-Korber,Monbrjon-de-Korb'er,Montbrun,Montbrun de las Corbieras,Montbrun de las Corbièras,Montbrun-des-Corbieres,Montbrun-des-Corbières,Montbrun-les-Corbieres,Montbrun-les-Corbières,meng te bu lan dai ke er bi ai,Монбрен-де-Корбьер,Монбрен-де-Корбєр,Монбрён-де-Корбьер,蒙特布兰代科尔比埃		76	11	113	11241
2992880	Montbrun-Bocage	montbrun-bocage	FR	31310	421	Europe/Paris	43.12818	1.26776		Montbrun,Montbrun-Bocage		76	31	311	31365
2992882	Montbrun	montbrun	FR	46160	113	Europe/Paris	44.50563	1.90072		Montbrun		76	46	462	46198
2992883	Montbrun	montbrun	FR	46160	87	Europe/Paris	44.33656	3.50453		Montbrun		76	48	481	48146
2992885	Montbronn	montbronn	FR	57415	1726	Europe/Paris	48.99243	7.31075		Mombronn,Monbronn,Montbronn,meng te bu long,Монбронн,蒙特布龙		44	57	576	57477
2992886	Montbron	montbron	FR	16220	2318	Europe/Paris	45.66726	0.50002		Monbron,Montberol,Montbron,meng te bu long,Монброн,蒙特布龙		75	16	161	16223
2992887	Montbrison-sur-Lez	montbrison-sur-lez	FR	26770	333	Europe/Paris	44.44147	5.02371		Montbrison,Montbrison-sur-Lez,Montbrison-sur-Leze		84	26	262	26192
2992890	Montbrison	montbrison	FR	42600	16164	Europe/Paris	45.60752	4.06525		Montbrise,Montbrison,Montbrisé	421	84	42	421	42147
2992892	Montbrehain	montbrehain	FR	02110	921	Europe/Paris	49.96672	3.34926		Montbrehain		32	02	023	02500
2992893	Montbré	montbre	FR	51500	264	Europe/Paris	49.19349	4.04158		Montbre,Montbré		44	51	513	51375
2992894	Montbray	montbray	FR	50410	415	Europe/Paris	48.88024	-1.09572		Monbre,Montbray,meng te bu lai,Монбре,蒙特布赖		28	50	504	50338
2992896	Montbrand	montbrand	FR	05140	70	Europe/Paris	44.5907	5.68225		Montbrand		93	05	052	05080
2992899	Montbozon	montbozon	FR	70230	481	Europe/Paris	47.46625	6.25715		Monbozon,Montbozon,Монбозон		27	70	702	70357
2992900	Montboyer	montboyer	FR	16620	429	Europe/Paris	45.32543	0.07491		Monbuae,Monbuaje,Montboyer,meng te bu wa ai,Монбуайе,Монбуає,蒙特布瓦埃		75	16	161	16222
2992901	Montbouy	montbouy	FR	45230	740	Europe/Paris	47.86078	2.81981		Monbui,Montbouy,meng te bu yi,Монбуї,蒙特布伊		24	45	451	45210
2992902	Montbouton	montbouton	FR	90500	459	Europe/Paris	47.47331	6.91805		Montbouton		27	90	901	90070
2992904	Montboudif	montboudif	FR	15190	234	Europe/Paris	45.37146	2.73136		Montboudif		84	15	153	15129
2992905	Montboucher-sur-Jabron	montboucher-sur-jabron	FR	26740	1531	Europe/Paris	44.5505	4.802		Montboucher,Montboucher-sur-Jabron		84	26	262	26191
2992906	Montboucher	montboucher	FR	23400	366	Europe/Paris	45.95275	1.67953		Montboucher		75	23	232	23133
2992907	Mont-Bonvillers	mont-bonvillers	FR	54111	950	Europe/Paris	49.32695	5.8349		Bonvillers,Mont-Bonvillers		44	54	541	54084
2992908	Montbonnot-Saint-Martin	montbonnot-saint-martin	FR	38330	4632	Europe/Paris	45.22537	5.8017		Montbonnot,Montbonnot-Saint-Martin		84	38	381	38249
2992909	Montboló	montbolo	FR	66110	207	Europe/Paris	42.48488	2.65376				76	66	661	66113
2992910	Montboissier	montboissier	FR	28800	287	Europe/Paris	48.21589	1.40009		Montboissier		24	28	282	28259
2992911	Montboissier	montboissier	FR	28800	0	Europe/Paris	45.58575	3.49123				84	63	631	63056
2992912	Montboillon	montboillon	FR	70700	221	Europe/Paris	47.37211	5.92359		Montboillon		27	70	702	70356
2992917	Montblanc	montblanc	FR	34290	2408	Europe/Paris	43.3959	3.36718		Montblanc		76	34	341	34166
2992918	Montblainville	montblainville	FR	55270	65	Europe/Paris	49.24722	5.01239		Monblenvil',Montblainville,meng te bu lan wei er,Монбленвиль,Монбленвіль,蒙特布兰维尔		44	55	553	55343
2992919	Montbizot	montbizot	FR	72380	1208	Europe/Paris	48.14767	0.18213		Montbizot		52	72	723	72205
2992920	Montbeugny	montbeugny	FR	03340	604	Europe/Paris	46.52882	3.48895		Montbeugny		84	03	032	03180
2992921	Montbeton	montbeton	FR	82290	2305	Europe/Paris	44.01102	1.28481		Montbeton		76	82	822	82124
2992922	Mont-Bertrand	mont-bertrand	FR	14350	211	Europe/Paris	48.96619	-0.91655		Mon-Bertran,Mont-Bertrand,meng bei er te lang,Мон-Бертран,蒙贝尔特朗		28	14	144	14061
2992924	Montberthault	montberthault	FR	21460	254	Europe/Paris	47.46809	4.15763		Montberhault,Montberthault		27	21	213	21426
2992925	Montbert	montbert	FR	44140	2481	Europe/Paris	47.05778	-1.48873		Monber,Montbert,Monteverzh,meng te bei er,Монбер,蒙特贝尔		52	44	442	44102
2992926	Montberon	montberon	FR	31140	2623	Europe/Paris	43.71602	1.4801		Montberon		76	31	313	31364
2992927	Mont-Bernanchon	mont-bernanchon	FR	62350	1202	Europe/Paris	50.58333	2.58333				32	62	622	62584
2992928	Montbernard	montbernard	FR	31230	210	Europe/Paris	43.3015	0.77279		Montbernard		76	31	312	31363
2992930	Montberaud	montberaud	FR	31220	188	Europe/Paris	43.15537	1.14424		Montberaud		76	31	311	31362
2992932	Montbenoît	montbenoit	FR	25650	297	Europe/Paris	46.99291	6.46414		LAbay,Monbenua,Montbenoit,Montbenoît,meng te bang wa,Монбенуа,蒙特邦瓦		27	25	253	25390
2992934	Montbellet	montbellet	FR	71260	668	Europe/Paris	46.47597	4.87336		Montbellet		27	71	715	71305
2992935	Montbéliardot	montbeliardot	FR	25210	77	Europe/Paris	47.17487	6.6525		Montbeliardot,Montbéliardot		27	25	253	25389
2992938	Montbéliard	montbeliard	FR	25200	28865	Europe/Paris	47.50957	6.79823		Manbel'jar,Moempelgard,Monbel'jar,Monbelijar,Monbeljaras,Mons Biliardi,Mont-Reuni,Mont-Réuni,Montbeliard,Montbèliard,Montbéliard,Montoeliard,Mömpelgard,meng bei li ya er,mngbe li yar,monberiaru,mongbellialeu,mwntblyar,mwntblyr,Манбельяр,Монбелијар,Монбельяр,مونتبليار,مونتبلیر,มงเบลียาร์,モンベリアル,蒙贝利亚尔,몽벨리아르	252	27	25	252	25388
2992940	Montbel	montbel	FR	09600	148	Europe/Paris	44.59169	3.71554		Montbel		76	48	482	48100
2992941	Montbel	montbel	FR	09600	100	Europe/Paris	42.97639	1.97648		Montbel		76	09	092	09200
2992943	Montbazon	montbazon	FR	37250	3777	Europe/Paris	47.28348	0.69988		Monbazon,Montbazon,meng te ba zong,Монбазон,蒙特巴宗		24	37	372	37154
2992944	Montbazin	montbazin	FR	34560	2490	Europe/Paris	43.51667	3.69667		Monbazen,Montbasin,Montbazin,meng te ba zan,Монбазен,蒙特巴赞		76	34	343	34165
2992945	Montbazens	montbazens	FR	12220	1396	Europe/Paris	44.47807	2.2298		Montbazens		76	12	123	12148
2992946	Montbavin	montbavin	FR	02000	36	Europe/Paris	49.52251	3.52821		Montbavin		32	02	022	02499
2992947	Montbartier	montbartier	FR	82700	884	Europe/Paris	43.91348	1.27459		Montbartier		76	82	822	82123
2992948	Montbarrois	montbarrois	FR	45340	292	Europe/Paris	48.04599	2.40242		Monbarrua,Montbarrois,meng ba er lu wa,Монбарруа,蒙巴尔鲁瓦		24	45	453	45209
2992949	Montbarrey	montbarrey	FR	39380	294	Europe/Paris	47.01878	5.64108		Montbarrey		27	39	391	39350
2992950	Montbarla	montbarla	FR	82110	176	Europe/Paris	44.22279	1.09853		Montbarla		76	82	821	82122
2992953	Montbard	montbard	FR	21500	5737	Europe/Paris	47.62294	4.337		Monbar,Montbard,meng ba er,monbaru,Монбар,Монтбард,モンバール,蒙巴尔	213	27	21	213	21425
2992957	Montazels	montazels	FR	11190	501	Europe/Paris	42.94542	2.24576		Montasels,Montasèls,Montazel',Montazels,meng ta ze er,Монтазель,蒙塔泽尔		76	11	112	11240
2992958	Montazeau	montazeau	FR	24230	280	Europe/Paris	44.89297	0.12961		Montazeau		75	24	241	24288
2992960	Montayral	montayral	FR	47500	3117	Europe/Paris	44.48	0.98381		Montairal,Montayral,Monteral',meng tai la,Монтераль,蒙泰拉		75	47	473	47185
2992961	Montay	montay	FR	59360	344	Europe/Paris	50.12057	3.53948		Montay,Monte,meng tai,Монте,蒙泰		32	59	592	59412
2992967	Montauville	montauville	FR	54700	1120	Europe/Paris	48.90111	6.02359		Montauville		44	54	543	54375
2992968	Montautour	montautour	FR	35210	261	Europe/Paris	48.204	-1.14417		Menezaoter,Montautour		53	35	351	35185
2992969	Montaut-les-Créneaux	montaut-les-creneaux	FR	32810	0	Europe/Paris	43.69419	0.65706		Montaut,Montaut dAush,Montaut-les-Crenaux,Montaut-les-Creneaux,Montaut-les-Crénaux,Montaut-les-Créneaux,Monto-le-Kreno,Montot-le-Kreno,meng tuo lai ke lei nuo,Монто-ле-Крено,Монтот-ле-Крено,蒙托莱克雷诺		76	32	321	32279
2992970	Montaut	montaut	FR	09700	685	Europe/Paris	43.18762	1.64365		Montaut,Montaut-de-Crieux		76	09	092	09199
2992971	Montaut	montaut	FR	09700	0	Europe/Paris	44.74793	0.62613		Montaut,Montaut-d'Issigeac		75	24	241	24287
2992972	Montaut	montaut	FR	09700	0	Europe/Paris	44.60372	0.67028		Montaut		75	47	473	47184
2992973	Montaut	montaut	FR	09700	657	Europe/Paris	43.74057	-0.6565		Montaut		75	40	402	40191
2992974	Montaut	montaut	FR	09700	126	Europe/Paris	43.39451	0.41918		Montaut		76	32	323	32278
2992975	Montaut	montaut	FR	09700	499	Europe/Paris	43.35588	1.2915		Montaut		76	31	311	31361
2992976	Montaut	montaut	FR	09700	1075	Europe/Paris	43.12992	-0.20056		Montaut		75	64	643	64400
2992978	Montauroux	montauroux	FR	83440	4641	Europe/Paris	43.61823	6.76528		Montauron,Montauroux,Montoru,meng tuo lu,Монтору,蒙托鲁		93	83	831	83081
2992979	Montauriol	montauriol	FR	11410	231	Europe/Paris	44.61702	0.58037		Montauriol		75	47	473	47183
2992980	Montauriol	montauriol	FR	11410	80	Europe/Paris	43.27738	1.83593		Montauriol		76	11	111	11239
2992981	Montauriol	montauriol	FR	11410	205	Europe/Paris	42.57653	2.72432		Montauriol		76	66	661	66112
2992982	Montaure	montaure	FR	27400	1127	Europe/Paris	49.23417	1.08837		Montaure		28	27	271	27412
2992983	Montaulin	montaulin	FR	10270	638	Europe/Paris	48.25348	4.19525		Montaulin		44	10	103	10245
2992984	Montaulieu	montaulieu	FR	26110	68	Europe/Paris	44.35774	5.2244		Montalieu,Montaulieu		84	26	262	26190
2992987	Montaudin	montaudin	FR	53220	959	Europe/Paris	48.38563	-0.98907		Montaudin,Montoden,meng tuo dan,Монтоден,蒙托丹		52	53	533	53154
2992990	Montaud	montaud	FR	34160	536	Europe/Paris	45.2629	5.56035		Montaud		84	38	381	38248
2992991	Montaud	montaud	FR	34160	698	Europe/Paris	43.75131	3.95559		Montaud		76	34	343	34164
2992995	Montauban-sur-l'Ouvèze	montauban-sur-l-ouveze	FR	26170	0	Europe/Paris	44.27257	5.51979		Montauban,Montauban-sur-l'Ouveze,Montauban-sur-l’Ouvèze		84	26	262	26189
2992996	Montauban-de-Picardie	montauban-de-picardie	FR	80300	201	Europe/Paris	50.00625	2.7769		Montauban,Montauban-de-Picardie		32	80	804	80560
2992997	Montauban-de-Luchon	montauban-de-luchon	FR	31110	0	Europe/Paris	42.79272	0.6098		Montauban,Montauban-de-Luchon		76	31	312	31360
2992998	Montauban-de-Bretagne	montauban-de-bretagne	FR	35360	4552	Europe/Paris	48.19907	-2.04756		Menezalban,Montauban,Montauban-de-Bretagne,Montoban-de-Bretan',meng tuo bang de bu lei ta ni,Монтобан-де-Бретань,蒙托邦德布雷塔尼		53	35	353	35184
2993001	Montauban	montauban	FR	82000	0	Europe/Paris	47.85892	5.2643		Montauban,Montaubon		44	52	522	52383
2993002	Montauban	montauban	FR	82000	52434	Europe/Paris	44.01759	1.3542		Mons Albanus,Montalban,Montauban,Montoban,Montobanas,Montompan,Rive-Civique,XMW,meng tuo bang,mng to b xng,mongtobang,montoban,mwntwban,Μοντωμπάν,Монтобан,مونتوبان,มงโตบ็อง,モントーバン,蒙托邦,몽토방	82	76	82	822	82121
2993004	Montataire	montataire	FR	60160	12031	Europe/Paris	49.259	2.43777		Montataire,Montater,meng ta tai er,Монтатер,蒙塔泰尔		32	60	604	60414
2993005	Montastruc-Savès	montastruc-saves	FR	31370	85	Europe/Paris	43.36099	1.01981		Montastruc,Montastruc-Saves,Montastruc-Savès		76	31	311	31359
2993006	Montastruc-la-Conseillère	montastruc-la-conseillere	FR	31380	3093	Europe/Paris	43.71982	1.59019		Montastruc,Montastruc-la-Conseillere,Montastruc-la-Conseillère		76	31	313	31358
2993007	Montastruc-de-Salies	montastruc-de-salies	FR	31160	329	Europe/Paris	43.03627	0.90696		Montastruc,Montastruc-de-Salies		76	31	312	31357
2993008	Montastruc	montastruc	FR	47380	290	Europe/Paris	44.48879	0.51805		Montastruc		75	47	473	47182
2993009	Montastruc	montastruc	FR	47380	301	Europe/Paris	43.21862	0.34396		Montastruc		76	65	652	65318
2993012	Montaron	montaron	FR	58250	195	Europe/Paris	46.88524	3.74917		Montaron		27	58	581	58173
2993013	Montarnaud	montarnaud	FR	34570	2627	Europe/Paris	43.64909	3.69833		Montarnaud,Montarno,meng ta er nuo,Монтарно,蒙塔尔诺		76	34	342	34163
2993017	Montarlot-lès-Rioz	montarlot-les-rioz	FR	70190	179	Europe/Paris	47.41873	5.99576		Montarlot,Montarlot-les-Rioz,Montarlot-lès-Rioz		27	70	702	70355
2993019	Montarlot	montarlot	FR	77250	251	Europe/Paris	48.34973	2.849		Montarlot		11	77	774	77316
2993024	Montargis	montargis	FR	45200	17457	Europe/Paris	47.99696	2.73261		Mons Argii,Mont-Coulounies,Montargis,Montarzhi,meng ta ri,montaruji,mwntarghys,Монтаржи,Монтаржі,مونتارغيس,モンタルジ,蒙塔日	451	24	45	451	45208
2993026	Montaren-et-Saint-Médiers	montaren-et-saint-mediers	FR	30700	1354	Europe/Paris	44.02869	4.3803		Montaren,Montaren-et-Saint-Mediers,Montaren-et-Saint-Médiers,Vivacite,Vivacité		76	30	302	30174
2993028	Montardon	montardon	FR	64121	2250	Europe/Paris	43.37564	-0.34086		Montardon,meng ta er dong,Монтардон,蒙塔尔东		75	64	643	64399
2993030	Montardit	montardit	FR	09230	0	Europe/Paris	44.4481	0.40539				75	47	472	47317
2993031	Montardit	montardit	FR	09230	153	Europe/Paris	43.07144	1.19786		Montardit		76	09	093	09198
2993033	Montarcher	montarcher	FR	42380	75	Europe/Paris	45.4587	3.99526		Montarcher		84	42	421	42146
2993036	Montapas	montapas	FR	58110	279	Europe/Paris	47.0806	3.59583		Montapas		27	58	581	58171
2993038	Montans	montans	FR	81600	1228	Europe/Paris	43.867	1.88568				76	81	811	81171
2993040	Montanges	montanges	FR	01200	326	Europe/Paris	46.16473	5.80138		Montanges		84	01	014	01257
2993041	Montaner	montaner	FR	64460	504	Europe/Paris	43.34561	-0.00847		Montane,Montaner,Montanèr,meng ta nei,mwntanr,Монтане,Монтанер,مونتانر,蒙塔内		75	64	643	64398
2993042	Montanel	montanel	FR	50240	372	Europe/Paris	48.49473	-1.4203		Montanel,Montanel',meng ta nei,Монтанель,蒙塔内		28	50	501	50487
2993046	Montandon	montandon	FR	25190	336	Europe/Paris	47.30416	6.83953		Montandon		27	25	252	25387
2993047	Montancy	montancy	FR	25190	148	Europe/Paris	47.36382	7.02253		Montancy,Montancy-Bremoncourt,Montancy-Brémoncourt		27	25	252	25386
2993051	Montanay	montanay	FR	69250	2546	Europe/Paris	45.87908	4.86308		Montanay		84	69	691	69284
2993052	Montamy	montamy	FR	14260	79	Europe/Paris	48.97188	-0.76509		Montamy		28	14	144	14061
2993053	Montamisé	montamise	FR	86360	2791	Europe/Paris	46.62153	0.42483		Montamise,Montamisé,Montamize,meng ta mi se,Монтамізе,蒙塔米瑟		75	86	863	86163
2993054	Montambert	montambert	FR	58250	133	Europe/Paris	46.76667	3.66667		Montamber,Montambert-Tannay,meng tang bei er,Монтамбер,蒙唐贝尔		27	58	581	58172
2993055	Montamat	montamat	FR	32220	96	Europe/Paris	43.48569	0.84412		Montamat		76	32	321	32277
2993056	Montalzat	montalzat	FR	82270	539	Europe/Paris	44.20786	1.50012		Montalzat		76	82	822	82119
2993062	Montalet-le-Bois	montalet-le-bois	FR	78440	305	Europe/Paris	49.04664	1.8265		Montalet,Montalet-le-Bois		11	78	781	78416
2993063	Montalembert	montalembert	FR	79190	286	Europe/Paris	46.1097	0.15739		Montalembert		75	79	792	79180
2993068	Montalba-le-Château	montalba-le-chateau	FR	66130	133	Europe/Paris	42.69623	2.56017		Montalba,Montalba-le-Chateau,Montalba-le-Château		76	66	663	66111
2993070	Montainville	montainville	FR	28150	532	Europe/Paris	48.88253	1.86076		Montainville		11	78	783	78415
2993071	Montainville	montainville	FR	28150	344	Europe/Paris	48.27112	1.54515		Montainville		24	28	281	28422
2993072	Montain	montain	FR	39210	499	Europe/Paris	46.71981	5.57916		Montain		27	39	392	39349
2993073	Montaïn	montain	FR	39210	85	Europe/Paris	43.94194	1.10972		Montain,Montaïn		76	82	821	82118
2993074	Montaimont	montaimont	FR	73130	149	Europe/Paris	45.3721	6.34509		Montaimont,Montaymont,Montemon,Монтемон		84	73	733	73235
2993075	Montaillou	montaillou	FR	09110	10	Europe/Paris	42.78741	1.89823		Montaillou		76	09	091	09197
2993076	Montailleur	montailleur	FR	73460	584	Europe/Paris	45.61719	6.27756		Montailleur		84	73	731	73162
2993077	Montaillé	montaille	FR	72120	540	Europe/Paris	47.93788	0.70069		Montaille,Montaillé		52	72	722	72204
2993078	Montaigut-sur-Save	montaigut-sur-save	FR	31530	1360	Europe/Paris	43.68947	1.23133		Montagut de Sava,Montaigut,Montaigut-sur-Save,Montegju-sjur-Sav,sa fu he pan meng tai ju,Монтегю-сюр-Сав,萨夫河畔蒙泰居		76	31	313	31356
2993079	Montaigut-le-Blanc	montaigut-le-blanc	FR	23320	401	Europe/Paris	46.12102	1.73467		Montaigut,Montaigut-le-Blanc		75	23	232	23132
2993080	Montaigut-le-Blanc	montaigut-le-blanc	FR	23320	627	Europe/Paris	45.58619	3.08986		Montaigut,Montaigut-le-Blanc		84	63	633	63234
2993081	Montaigut	montaigut	FR	63700	1047	Europe/Paris	46.17932	2.80858		Montaigut,Montaigut-en-Combraille,Montaigut-en-Combrailles		84	63	634	63233
2993082	Montaigut	montaigut	FR	63700	0	Europe/Paris	48.26667	0.88333				24	28	284	28407
2993083	Montaigut	montaigut	FR	63700	0	Europe/Paris	45.96499	1.27831				75	87	871	87047
2993084	Montaigut	montaigut	FR	63700	1203	Europe/Paris	45.61499	3.44896		Montaigut		84	63	631	63056
2993085	Montaigu-les-Bois	montaigu-les-bois	FR	50450	212	Europe/Paris	48.8912	-1.28357		Montaigu,Montaigu-les-Bois		28	50	503	50336
2993160	Montagnac	montagnac	FR	30350	3362	Europe/Paris	43.48094	3.48224		Montagnac		76	34	341	34162
2993086	Montaigu-le-Blin	montaigu-le-blin	FR	03150	368	Europe/Paris	46.29457	3.51109		Montaigu,Montaigu-le-Blin		84	03	033	03179
2993087	Montaiguët-en-Forez	montaiguet-en-forez	FR	03130	323	Europe/Paris	46.27084	3.80186		Montaiguet,Montaiguet-en-Forez,Montaiguët-en-Forez,Montaigüet,Montaigüet-en-Forez		84	03	033	03178
2993088	Montaigu-de-Quercy	montaigu-de-quercy	FR	82150	1539	Europe/Paris	44.3397	1.01793		Montaigu,Montaigu-de-Quercy		76	82	821	82117
2993090	Montaigu-la-Brisette	montaigu-la-brisette	FR	50700	439	Europe/Paris	49.56341	-1.40865				28	50	502	50335
2993091	Montaigu	montaigu	FR	02820	679	Europe/Paris	49.53512	3.83119		Montaigu		32	02	022	02498
2993092	Montaigu	montaigu	FR	02820	5070	Europe/Paris	46.97462	-1.31067		Montaigu		52	85	852	85146
2993093	Montaigu	montaigu	FR	02820	608	Europe/Paris	46.65912	5.56717		Montaigu		27	39	392	39348
2993095	Saint-Hippolyte	saint-hippolyte	FR	12140	584	Europe/Paris	45.35457	2.01056		Montaignac-Saint-Hippolyte,Saint-Hippolyte		75	19	193	19143
2993098	Montagut	montagut	FR	64410	0	Europe/Paris	45.61483	0.72193				75	24	242	24328
2993099	Montagut	montagut	FR	64410	0	Europe/Paris	44.2285	3.59405				76	48	481	48193
2993100	Montagut	montagut	FR	64410	113	Europe/Paris	43.54613	-0.50372		Montagut		75	64	643	64397
2993102	Montagudet	montagudet	FR	82110	204	Europe/Paris	44.2445	1.09196		Montagudet		76	82	821	82116
2993103	Montagrier	montagrier	FR	24350	519	Europe/Paris	45.27091	0.47658		Mont Agrier,Montagpier,Montagrie,Montagrier,meng ta ge li ye,Монтагрие,Монтагріє,蒙塔格里耶		75	24	243	24286
2993104	Montagoudin	montagoudin	FR	33190	156	Europe/Paris	44.57806	0.00129		Montagoudin		75	33	333	33291
2993105	Montagny-sur-Grosne	montagny-sur-grosne	FR	71520	66	Europe/Paris	46.35596	4.55055		Montagny,Montagny-sur-Grosne		27	71	715	71134
2993106	Montagny-Sainte-Félicité	montagny-sainte-felicite	FR	60950	413	Europe/Paris	49.13016	2.73803		Montagny-Sainte-Felicite,Montagny-Sainte-Félicité,Montan'i-Sent-Felisite,meng ta ni sheng fei li xi tai,Монтаньї-Сент-Фелісіте,蒙塔尼圣费利西泰		32	60	604	60413
2993107	Montagny-près-Louhans	montagny-pres-louhans	FR	71500	416	Europe/Paris	46.65789	5.26948		Montagny,Montagny-pres-Louhans,Montagny-près-Louhans		27	71	714	71303
2993108	Montagny-lès-Seurre	montagny-les-seurre	FR	21250	105	Europe/Paris	47.02345	5.25265		Montagny,Montagny-les-Seurre,Montagny-lès-Seurre		27	21	211	21424
2993109	Montagny-les-Lanches	montagny-les-lanches	FR	74600	408	Europe/Paris	45.86082	6.04335		Montagny,Montagny-les-Lanches		84	74	741	74186
2993110	Montagny-lès-Buxy	montagny-les-buxy	FR	71390	229	Europe/Paris	46.70619	4.67024		Montagny,Montagny-les-Buxy,Montagny-lès-Buxy		27	71	712	71302
2993111	Montagny-lès-Beaune	montagny-les-beaune	FR	21200	746	Europe/Paris	46.99162	4.84967		Montagny,Montagny-les-Beaune,Montagny-lès-Beaune		27	21	211	21423
2993112	Montagny-en-Vexin	montagny-en-vexin	FR	60240	580	Europe/Paris	49.19581	1.80036		Montagny,Montagny-en-Vexin		32	60	601	60412
2993113	Montagny	montagny	FR	42840	0	Europe/Paris	49.50395	1.48357				28	76	761	76469
2993114	Montagny	montagny	FR	42840	0	Europe/Paris	46.03305	4.23656		Montagny		84	42	422	42145
2993115	Montagny	montagny	FR	42840	0	Europe/Paris	45.87158	4.5769				84	69	692	69032
2993116	Montagny	montagny	FR	42840	0	Europe/Paris	45.71981	6.07455		Mont-Noir,Montagny		84	73	732	73020
2993117	Montagny	montagny	FR	42840	2458	Europe/Paris	45.62801	4.74778		Montagny		84	69	691	69136
2993118	Montagny	montagny	FR	42840	0	Europe/Paris	45.45568	6.59124				84	73	731	73161
2993120	Montagnole	montagnole	FR	73000	723	Europe/Paris	45.54106	5.91333		Montagnole,Montan'ol',Монтаньоль		84	73	732	73160
2993122	Montagnol	montagnol	FR	12360	166	Europe/Paris	43.83836	3.01348		Montagnol		76	12	121	12147
2993123	Montagnieu	montagnieu	FR	01470	451	Europe/Paris	45.79292	5.46942		Montagnieu		84	01	011	01255
2993124	Montagnieu	montagnieu	FR	01470	0	Europe/Paris	45.52359	5.4519		Montagnieu		84	38	382	38246
2993125	Montagney-Servigney	montagney-servigney	FR	25680	118	Europe/Paris	47.48333	6.3		Montan'e-Servin'e,meng ta gai yi sai er wei gai yi,Монтаньє-Сервіньє,蒙塔盖伊塞尔维盖伊		27	25	251	25385
2993126	Montagney	montagney	FR	70140	0	Europe/Paris	47.28642	5.66032		Montagney		27	70	702	70353
2993130	Montagne-Fayel	montagne-fayel	FR	80540	166	Europe/Paris	49.91602	1.98125		Montagne,Montagne-Fayel		32	80	802	80559
2993143	Montagne	montagne	FR	33570	0	Europe/Paris	45.45	6.23333				84	73	733	73220
2993144	Montagne	montagne	FR	33570	0	Europe/Paris	45.14119	5.19295		Montagne		84	38	381	38245
2993145	Montagne	montagne	FR	33570	0	Europe/Paris	45.01612	4.99873				84	26	263	26084
2993146	Montagne	montagne	FR	33570	1896	Europe/Paris	44.93041	-0.12952		Montagne		75	33	335	33290
2993147	Montagnat	montagnat	FR	01250	1580	Europe/Paris	46.16761	5.28791		Montagnat		84	01	012	01254
2993149	Montagna-le-Templier	montagna-le-templier	FR	39320	90	Europe/Paris	46.35495	5.45388		Montagna,Montagna-la-Doie,Montagna-le-Templier		27	39	392	39273
2993150	Montagna-le-Reconduit	montagna-le-reconduit	FR	39160	111	Europe/Paris	46.45844	5.38622		Montagna,Montagna-le-Reconduit		27	39	392	39346
2993151	Montagnac-sur-Lède	montagnac-sur-lede	FR	47150	289	Europe/Paris	44.54176	0.84431		Montagnac,Montagnac-sur-Lede,Montagnac-sur-Lède		75	47	473	47181
2993152	Montagnac-sur-Auvignon	montagnac-sur-auvignon	FR	47600	521	Europe/Paris	44.16067	0.45981		Montagnac,Montagnac-sur-Auvignon		75	47	474	47180
2993153	Montagnac-la-Crempse	montagnac-la-crempse	FR	24140	402	Europe/Paris	44.98115	0.54584		Montagnac,Montagnac-la-Crempse,Montan'jak-la-Kramps,Montanhac de Cremsa,meng ta ni ya ke la ke lang pu si,Монтаньяк-ла-Крампс,蒙塔尼亚克拉克朗普斯		75	24	243	24285
2993154	Montagnac-d'Auberoche	montagnac-d-auberoche	FR	24210	0	Europe/Paris	45.18683	0.95582		Montagnac,Montagnac-d'Auberoche		75	24	244	24284
2993155	Montagnac	montagnac	FR	30350	0	Europe/Paris	44.96107	3.84419				84	43	432	43241
2993156	Montagnac	montagnac	FR	30350	0	Europe/Paris	44.88612	3.90582				84	43	432	43008
2993157	Montagnac	montagnac	FR	30350	0	Europe/Paris	44.4	6.46667				93	04	041	04161
2993158	Montagnac	montagnac	FR	30350	148	Europe/Paris	43.93774	4.14818		Montagnac		76	30	302	30354
2993159	Montagnac-Montpezat	montagnac-montpezat	FR	04500	343	Europe/Paris	43.78333	6.1		Montan'jak-Monpeza,Montanhac e Montpesat,meng ta ni ya ke meng te po zha,Монтаньяк-Монпеза,蒙塔尼亚克蒙特珀扎		93	04	044	04124
2993164	Montagagne	montagagne	FR	09240	61	Europe/Paris	42.97573	1.41084		Montagagne		76	09	093	09196
2993166	Montady	montady	FR	34310	2888	Europe/Paris	43.33539	3.12725		Montadi,Montadin,Montady,meng ta di,Монтади,Монтаді,蒙塔迪		76	34	341	34161
2993167	Montadet	montadet	FR	32220	74	Europe/Paris	43.43203	0.91035		Montadet		76	32	321	32276
2993169	Montacher-Villegardin	montacher-villegardin	FR	89150	616	Europe/Paris	48.16667	3.03333				27	89	893	89264
2993171	Montabot	montabot	FR	50410	275	Europe/Paris	48.93333	-1.1263		Montabo,Montabot,meng ta bo,Монтабо,蒙塔博		28	50	504	50334
2993172	Montabon	montabon	FR	72500	752	Europe/Paris	47.68295	0.38402		Montabon		52	72	721	72071
2993174	Montabard	montabard	FR	61160	313	Europe/Paris	48.8141	-0.08469		Montabard		28	61	612	61283
2993183	Mont	mont	FR	64300	194	Europe/Paris	46.62586	3.83039		Mont		27	71	713	71301
2993184	Mont	mont	FR	64300	0	Europe/Paris	46.48056	2.28923				24	18	182	18187
2993185	Mont	mont	FR	64300	0	Europe/Paris	46.30022	2.13907				75	23	231	23064
2993186	Mont	mont	FR	64300	0	Europe/Paris	46.2646	2.7921				84	03	031	03081
2993187	Mont	mont	FR	64300	0	Europe/Paris	45.73333	1.26667				75	87	872	87205
2993188	Mont	mont	FR	64300	0	Europe/Paris	44.86503	4.64141				84	07	072	07314
2993189	Mont	mont	FR	64300	1049	Europe/Paris	43.43482	-0.652		Mont		75	64	643	64396
2993190	Mont	mont	FR	64300	38	Europe/Paris	42.81621	0.4284		Mont		76	65	652	65317
2993191	Monswiller	monswiller	FR	67700	1945	Europe/Paris	48.75511	7.37732		Monswiller		44	67	674	67302
2993192	Monsures	monsures	FR	80160	205	Europe/Paris	49.71054	2.17194		Monsjur,Monsure,Monsures,meng xu er,Монсюр,蒙叙尔		32	80	802	80558
2993193	Monsteroux-Milieu	monsteroux-milieu	FR	38122	559	Europe/Paris	45.42953	4.94577		Monsteroux-Milieu,Monstéroux-Milieu,Montseveroux-Milieu		84	38	383	38244
2993194	Monsols	monsols	FR	69860	950	Europe/Paris	46.21948	4.5201		Monsols		84	69	692	69135
2993195	Monsireigne	monsireigne	FR	85110	795	Europe/Paris	46.74441	-0.94868		Monsireigne		52	85	851	85145
2993203	Mons-en-Pévèle	mons-en-pevele	FR	59246	2099	Europe/Paris	50.47926	3.09767		Mon-an-Pevel',Mons,Mons-en Peyele,Mons-en-Pevele,Mons-en-Puelle,Mons-en-Pévèle,Mont-en-Pevele,Mont-en-Pévèle,meng sang pei wei lei,Мон-ан-Певель,蒙桑佩韦勒		32	59	595	59411
2993205	Mons-en-Montois	mons-en-montois	FR	77520	432	Europe/Paris	48.48998	3.14772		Mons,Mons-en-Montois		11	77	773	77298
2993209	Monségur	monsegur	FR	33580	1558	Europe/Paris	44.65057	0.08063		Monsegur,Monségur		75	33	333	33289
2993210	Monségur	monsegur	FR	33580	0	Europe/Paris	44.48418	0.87959		Monsegur,Monségur		75	47	473	47178
2993211	Monségur	monsegur	FR	33580	322	Europe/Paris	43.60476	-0.54214		Monsegur,Monségur		75	40	402	40190
2993212	Monségur	monsegur	FR	33580	0	Europe/Paris	43.43172	-0.01541		Monsegur,Monségur		75	64	643	64395
2993213	Monsec	monsec	FR	24340	165	Europe/Paris	45.42059	0.53321		Monsec,Monsek,Mont Sec,Montsec,meng sai ke,Монсек,蒙塞克		75	24	242	24253
2993214	Mons-Boubert	mons-boubert	FR	80210	492	Europe/Paris	50.1293	1.663		Mon-Buber,Monboubert,Monboubért,Mons-Boubert,meng bu bei er,Мон-Бубер,蒙布贝尔		32	80	801	80556
2993215	Monsaguel	monsaguel	FR	24560	135	Europe/Paris	44.73754	0.58036		Monsaguel		75	24	241	24282
2993217	Monsac	monsac	FR	24440	0	Europe/Paris	46.14719	1.15967				75	87	871	87121
2993218	Monsac	monsac	FR	24440	201	Europe/Paris	44.7794	0.69644		Monsac		75	24	241	24281
2993220	Mons	mons	FR	16140	385	Europe/Paris	46.00195	3.41649		Mons		84	63	634	63232
2993221	Mons	mons	FR	16140	0	Europe/Paris	45.88491	0.81889				75	16	163	16132
2993222	Mons	mons	FR	16140	0	Europe/Paris	45.86792	-0.01562		Mons		75	16	162	16221
2993223	Mons	mons	FR	16140	486	Europe/Paris	45.82109	-0.34653		Mons		75	17	175	17239
2993224	Mons	mons	FR	16140	0	Europe/Paris	45.78418	5.10802		Mons		84	38	382	38557
2993225	Mons	mons	FR	16140	0	Europe/Paris	45.74589	0.95976				75	87	873	87158
2993226	Mons	mons	FR	16140	0	Europe/Paris	45.01968	1.29103				75	24	244	24012
2993227	Mons	mons	FR	16140	0	Europe/Paris	44.68643	1.86477				76	46	462	46009
2993228	Mons	mons	FR	16140	1490	Europe/Paris	44.11563	4.17185		Mons		76	30	301	30173
2993229	Mons	mons	FR	16140	733	Europe/Paris	43.69117	6.71395		Mons		93	83	831	83080
2993230	Mons	mons	FR	16140	1224	Europe/Paris	43.6124	1.57207		Mons		76	31	313	31355
2993231	Mons	mons	FR	16140	576	Europe/Paris	43.57156	2.95589		Mons		76	34	341	34160
2993234	Monprimblanc	monprimblanc	FR	33410	299	Europe/Paris	44.61667	-0.26667		Monprimblanc,Monprinblanc		75	33	333	33288
2993238	Monplaisant	monplaisant	FR	24170	266	Europe/Paris	44.78928	0.99717		Monplaisant		75	24	244	24293
2993239	Monpezat	monpezat	FR	64350	90	Europe/Paris	43.50192	-0.06749		Monpesat,Monpezat,Monpézat,Montpesat,meng po zha,Монпезат,蒙珀扎		75	64	643	64394
2993240	Monpazier	monpazier	FR	24540	542	Europe/Paris	44.68236	0.89405		Monpaz'e,Monpazier,Monpazje,Mont Pasier,Mont Pasièr,Montpasier,Montpasièr,meng pa qi ye,mwnpazyr,Монпазье,Монпазьє,Монпазје,مونپازیر,蒙帕齐耶		75	24	241	24280
2993241	Monpardiac	monpardiac	FR	32170	34	Europe/Paris	43.46383	0.24413		Herrant,Monpardiac		76	32	323	32275
2993243	Monoblet	monoblet	FR	30170	633	Europe/Paris	44.00064	3.88652		Monoblet		76	30	303	30172
2993245	Monnières	monnieres	FR	39100	1659	Europe/Paris	47.1319	-1.35648		Meliner,Monnieres,Monnières		52	44	442	44100
2993574	Moisson	moisson	FR	78840	833	Europe/Paris	49.0735	1.6687		Moisson		11	78	781	78410
2993246	Monnières	monnieres	FR	39100	419	Europe/Paris	47.11244	5.46098		Monnieres,Monnières		27	39	391	39345
2993247	Monneville	monneville	FR	60240	0	Europe/Paris	50.44628	2.40994				32	62	621	62166
2993248	Monneville	monneville	FR	60240	770	Europe/Paris	49.20708	1.97531		Monneville		32	60	601	60411
2993249	Monnet-la-Ville	monnet-la-ville	FR	39300	346	Europe/Paris	46.71962	5.7962		Monnet-la-Ville		27	39	392	39344
2993250	Monnetier-Mornex	monnetier-mornex	FR	74560	1981	Europe/Paris	46.1603	6.20667		Monasterium Mornense,Monnetier,Monnt'e-Morne,Моннтьє-Морне		84	74	743	74185
2993251	Monnetay	monnetay	FR	39320	17	Europe/Paris	46.45223	5.51282		Monnetay		27	39	392	39343
2993253	Monnes	monnes	FR	02470	72	Europe/Paris	49.14784	3.21997		Monnes		32	02	024	02496
2993254	Monnerville	monnerville	FR	91930	369	Europe/Paris	48.34713	2.04471		Monnervil',Monnerville,mo nei er wei er,Моннервиль,Моннервіль,莫内尔维尔		11	91	911	91414
2993256	Monneren	monneren	FR	57920	281	Europe/Paris	49.34499	6.41502		Monneren		44	57	577	57476
2993261	Monnaie	monnaie	FR	37380	3442	Europe/Paris	47.50162	0.78872		Monnaie		24	37	372	37153
2993262	Monnai	monnai	FR	61470	227	Europe/Paris	48.89209	0.39748				28	61	613	61167
2993264	Monmarvès	monmarves	FR	24560	63	Europe/Paris	44.70065	0.60963		Monmarves,Monmarvès		75	24	241	24279
2993266	Monmadalès	monmadales	FR	24560	67	Europe/Paris	44.76662	0.6211		Monmadales,Monmadalès		75	24	241	24278
2993267	Monlong	monlong	FR	65670	113	Europe/Paris	43.20625	0.46481		Monlong		76	65	653	65316
2993268	Monlezun-d'Armagnac	monlezun-d-armagnac	FR	32240	0	Europe/Paris	43.82479	-0.1481		Monlezun,Monlezun-d'Armagnac,Mont-sur-le-Boues,Mont-sur-le-Bouès		76	32	322	32274
2993269	Monlezun	monlezun	FR	32230	222	Europe/Paris	43.4997	0.21375		Monlezun		76	32	323	32273
2993270	Monlet	monlet	FR	43270	398	Europe/Paris	45.21951	3.71455		Monlet		84	43	432	43138
2993271	Monléon-Magnoac	monleon-magnoac	FR	65670	634	Europe/Paris	43.2516	0.51795		Monleon,Monleon-Magnoac,Monléon,Monléon-Magnoac		76	65	653	65315
2993272	Monlaur-Bernet	monlaur-bernet	FR	32140	160	Europe/Paris	43.35116	0.51132		Monlaur,Monlaur-Bernet		76	32	323	32272
2993276	Montjoi	montjoi	FR	11330	0	Europe/Paris	44.19672	0.92054		Monjoi,Montjoi		76	82	821	82130
2993277	Monistrol-sur-Loire	monistrol-sur-loire	FR	43120	8049	Europe/Paris	45.29263	4.17233		Monistrol,Monistrol de Leir,Monistrol'-sjur-Luar,Monistrol-sur-Loire,Monistrou de Velai,Monistròl de Leir,Monistròu de Velai,lu wa er he pan mo ni si te luo,Монистроль-сюр-Луар,Моністроль-сюр-Луар,卢瓦尔河畔莫尼斯特罗		84	43	433	43137
2993278	Monistrol-d'Allier	monistrol-d-allier	FR	43580	0	Europe/Paris	44.96825	3.64353		Monistrol,Monistrol-d'Allier		84	43	431	43136
2993279	Monieux	monieux	FR	84390	264	Europe/Paris	44.06748	5.359		Mon'e,Mon'jo,Monieux,Monius,Monnieux,mo ni e,Моньё,Моньє,莫尼厄		93	84	843	84079
2993283	Monhoudou	monhoudou	FR	72260	201	Europe/Paris	48.28637	0.32498		Monhoudou		52	72	722	72202
2993284	Monheurt	monheurt	FR	47160	264	Europe/Paris	44.33986	0.30775		Monheurt		75	47	474	47177
2993287	Monguilhem	monguilhem	FR	32240	315	Europe/Paris	43.85513	-0.18166		Monguilhem,Monguillem		76	32	322	32271
2993293	Monget	monget	FR	40700	71	Europe/Paris	43.56682	-0.52056		Monget		75	40	402	40189
2993298	Mongauzy	mongauzy	FR	33190	626	Europe/Paris	44.5673	0.03385		Mongauzy		75	33	333	33287
2993299	Mongausy	mongausy	FR	32220	67	Europe/Paris	43.50801	0.80586		Mongausy,Mongauzy		76	32	321	32270
2993302	Mongaillard	mongaillard	FR	47230	180	Europe/Paris	44.20787	0.29375		Mongaillard		75	47	474	47176
2993303	Monfréville	monfreville	FR	14230	99	Europe/Paris	49.30917	-1.03928		Monfreville,Monfréville		28	14	141	14439
2993307	Monfort	monfort	FR	32120	450	Europe/Paris	43.79446	0.82314		Monfort,Montfort		76	32	322	32269
2993308	Monflanquin	monflanquin	FR	47150	2372	Europe/Paris	44.5313	0.76718		Monflanken,Monflanquin,Montflanquin,meng fu lang qu an,mwnflynkwyn,Монфланкен,مونفلینکوئن,蒙夫朗屈安		75	47	473	47175
2993309	Monferran-Savès	monferran-saves	FR	32490	790	Europe/Paris	43.59792	0.98118		Monferran,Monferran-Saves,Monferran-Savès		76	32	321	32268
2993310	Monferran-Plavès	monferran-plaves	FR	32260	133	Europe/Paris	43.49186	0.6386		Monferran,Monferran-Plaves,Monferran-Plavès		76	32	323	32267
2993311	Monfaucon	monfaucon	FR	24130	0	Europe/Paris	45.01455	0.55964				75	24	243	24581
2993312	Monfaucon	monfaucon	FR	24130	0	Europe/Paris	44.91218	0.2376		Monfaucon		75	24	241	24277
2993313	Monfaucon	monfaucon	FR	24130	172	Europe/Paris	43.45298	0.11609		Monfaucon		76	65	653	65314
2993379	Moncontour	moncontour	FR	22510	892	Europe/Paris	48.35955	-2.63404		Moncontour,Monkontour		53	22	224	22153
2993315	Monêtier-Allemont	monetier-allemont	FR	05110	286	Europe/Paris	44.38592	5.94197		Le Monetier-Allemont,Le Monttier-Allemont,Le Monêtier-Allemont,Monetier,Monetier-Allemond,Monetier-Allemont,Monétier-Allemond,Monêtier,Monêtier-Allemont		93	05	052	05078
2993316	Monéteau	moneteau	FR	89470	5225	Europe/Paris	47.84923	3.58178		Moneteau,Monéteau		27	89	891	89263
2993317	Monétay-sur-Loire	monetay-sur-loire	FR	03470	347	Europe/Paris	46.43046	3.81686		Monetay,Monetay-sur-Loire,Monétay,Monétay-sur-Loire		84	03	032	03177
2993318	Monétay-sur-Allier	monetay-sur-allier	FR	03500	472	Europe/Paris	46.38113	3.30284		Monetay,Monetay-sur-Allier,Monétay,Monétay-sur-Allier		84	03	032	03176
2993319	Monestrol	monestrol	FR	31560	63	Europe/Paris	43.33385	1.67037		Monestrol		76	31	313	31354
2993320	Monestiés	monesties	FR	81640	1433	Europe/Paris	44.07105	2.09677		Monesties,Monestiès,Monestiés		76	81	811	81170
2993321	Monestier-Port-Dieu	monestier-port-dieu	FR	19110	120	Europe/Paris	45.49312	2.5014		Monestier,Monestier-Port-Dieu		75	19	193	19142
2993322	Monestier-Merlines	monestier-merlines	FR	19340	350	Europe/Paris	45.64881	2.47481		Monestier,Monestier-Merlines		75	19	193	19141
2993323	Monestier-de-Clermont	monestier-de-clermont	FR	38650	997	Europe/Paris	44.91862	5.63484		Monestier,Monestier-Libre,Monestier-de-Clermont		84	38	381	38242
2993324	Monestier-d'Ambel	monestier-d-ambel	FR	38970	0	Europe/Paris	44.77782	5.9266		Monestier,Monestier-d'Ambel		84	38	381	38241
2993325	Monestier	monestier	FR	03140	272	Europe/Paris	46.25565	3.11347		Monestier		84	03	033	03175
2993326	Monestier	monestier	FR	03140	69	Europe/Paris	45.19857	4.5312		Monestier,Monestier-en Vocance		84	07	073	07160
2993327	Monestier	monestier	FR	03140	346	Europe/Paris	44.77398	0.32693				75	24	241	24276
2993328	Monesple	monesple	FR	09130	27	Europe/Paris	43.09404	1.47613		Monesple		76	09	093	09195
2993329	Monès	mones	FR	31370	56	Europe/Paris	43.41504	1.03594		Mones,Monès		76	31	311	31353
2993331	Monein	monein	FR	64360	4510	Europe/Paris	43.32049	-0.57975		Monein,Monen,Monenh,Muneine,Muneiñe,mo nan,Монен,莫南		75	64	643	64393
2993336	Mondreville	mondreville	FR	77570	364	Europe/Paris	48.9029	1.5524				11	78	781	78413
2993337	Mondreville	mondreville	FR	77570	389	Europe/Paris	48.14146	2.60874				11	77	774	77297
2993338	Mondrepuis	mondrepuis	FR	02500	953	Europe/Paris	49.96355	4.05481		Mondrepuis		32	02	025	02495
2993582	Moissannes	moissannes	FR	87400	310	Europe/Paris	45.876	1.56462		Moissannes		75	87	872	87099
2993341	Mondrainville	mondrainville	FR	14210	427	Europe/Paris	49.13936	-0.51331		Mondrainville		28	14	142	14438
2993342	Mondragon	mondragon	FR	84430	3583	Europe/Paris	44.23831	4.71286		Mondragon,Montdragon		93	84	843	84078
2993343	Mondouzil	mondouzil	FR	31850	247	Europe/Paris	43.63521	1.55671		Mondouzil		76	31	313	31352
2993345	Mondoubleau	mondoubleau	FR	41170	1698	Europe/Paris	47.98061	0.89782		Mondoubleau,Mondublo,meng du bu luo,Мондубло,蒙杜布洛		24	41	412	41143
2993346	Mondonville-Saint-Jean	mondonville-saint-jean	FR	28700	59	Europe/Paris	48.3638	1.82543		Mondonville,Mondonville-Saint-Jean		24	28	281	28257
2993348	Mondonville	mondonville	FR	31700	2131	Europe/Paris	43.67296	1.28592		Mondonville		76	31	313	31351
2993351	Mondon	mondon	FR	25680	77	Europe/Paris	47.44057	6.31074		Mondon		27	25	251	25384
2993352	Mondion	mondion	FR	86230	157	Europe/Paris	46.93754	0.48562		Mondion		75	86	861	86162
2993353	Mondilhan	mondilhan	FR	31350	92	Europe/Paris	43.29378	0.70765		Mondilhan,Moudilhan		76	31	312	31350
2993354	Mondigny	mondigny	FR	08430	178	Europe/Paris	49.70988	4.63872		Mondigny		44	08	081	08295
2993355	Mondicourt	mondicourt	FR	62760	697	Europe/Paris	50.17196	2.46198		Mondicourt,Mondikur,meng di ku er,mwndykwrt,Мондикур,Мондікур,مونديكورت,蒙迪库尔		32	62	621	62583
2993357	Mondeville	mondeville	FR	14120	0	Europe/Paris	49.61667	1.68333				28	76	761	76332
2993358	Mondeville	mondeville	FR	14120	11582	Europe/Paris	49.17497	-0.32238		Mondeville		28	14	142	14437
2993359	Mondeville	mondeville	FR	14120	725	Europe/Paris	48.49107	2.41702		Mondeville		11	91	911	91412
2993360	Mondevert	mondevert	FR	35370	691	Europe/Paris	48.08426	-1.09884		Mondevert,Mondeverzh		53	35	351	35183
2993365	Mondescourt	mondescourt	FR	60400	285	Europe/Paris	49.59818	3.11286		Mondescourt					
2993366	Mondement-Montgivroux	mondement-montgivroux	FR	51120	68	Europe/Paris	48.78714	3.77976		Mondement,Mondement-Montgivroux		44	51	512	51374
2993367	Mondelange	mondelange	FR	57300	5761	Europe/Paris	49.26145	6.16503		Mondelange		44	57	577	57474
2993368	Mondavezan	mondavezan	FR	31220	732	Europe/Paris	43.23865	1.03374		Mondavezan		76	31	311	31349
2993373	Moncrabeau	moncrabeau	FR	47600	814	Europe/Paris	44.03401	0.37086		Moncrabeau,Monkrabo,Montcrabeu,meng ke la bo,Монкрабо,蒙克拉博		75	47	474	47174
2993375	Moncoutant	moncoutant	FR	79320	3029	Europe/Paris	46.72409	-0.58861		Moncoutant,Monkutan,Mons Constantis,Монкутан		75	79	791	79179
2993376	Moncourt	moncourt	FR	57810	77	Europe/Paris	48.71796	6.6369		Moncourt		44	57	575	57473
2993377	Moncorneil-Grazan	moncorneil-grazan	FR	32260	108	Europe/Paris	43.45305	0.65315		Moncorneil,Moncorneil-Grazan		76	32	323	32266
2993380	Moncontour	moncontour	FR	22510	1045	Europe/Paris	46.88172	-0.01759		Moncontour,Moncontour-de-Poitou,Montagne-sur-Dive		75	86	861	86161
2993381	Moncley	moncley	FR	25170	291	Europe/Paris	47.30894	5.89223		Moncley		27	25	251	25383
2993382	Monclar-sur-Losse	monclar-sur-losse	FR	32300	106	Europe/Paris	43.53144	0.33332		Monclar,Monclar-sur-Losse		76	32	323	32265
2993383	Monclar-de-Quercy	monclar-de-quercy	FR	82230	1338	Europe/Paris	43.96643	1.58457		Monclar,Monclar-de-Quercy		76	82	822	82115
2993384	Monclar	monclar	FR	32150	921	Europe/Paris	44.44737	0.52569		Monclar,Monclar-d'Agenais		75	47	473	47173
2993386	Montclard	montclard	FR	43230	0	Europe/Paris	44.93177	0.62068		Monclar,Monclard,Montclard		75	24	243	24414
2993387	Monclar	monclar	FR	32150	162	Europe/Paris	43.91892	-0.10709		Monclar,Monclar-d'Armagnac		76	32	322	32264
2993388	Moncla	moncla	FR	64330	108	Europe/Paris	43.58175	-0.23309		Moncla,Monkla,Montclar,meng ke la,Монкла,蒙克拉		75	64	643	64392
2993389	Monchy-sur-Eu	monchy-sur-eu	FR	76260	507	Europe/Paris	49.99499	1.4542		Monchy,Monchy-sur-Eu		28	76	761	76442
2993390	Monchy-Saint-Éloi	monchy-saint-eloi	FR	60290	2066	Europe/Paris	49.29042	2.46739		Monchy,Monchy-Saint-Eloi,Monchy-Saint-Éloi,Monshi Sent Eloa,Monshi-Sent-Elua,meng xi sheng ai lu wa,Монши Сент Елоа,Монші-Сент-Елуа,蒙希圣埃卢瓦		32	60	602	60409
2993391	Monchy-le-Preux	monchy-le-preux	FR	62118	561	Europe/Paris	50.27053	2.89318		Monchy		32	62	621	62582
2993392	Monchy-Lagache	monchy-lagache	FR	80200	759	Europe/Paris	49.85151	3.04501		Monchy-Lagache		32	80	804	80555
2993393	Monchy-Humières	monchy-humieres	FR	60113	649	Europe/Paris	49.47073	2.74911		Monchy-Humieres,Monchy-Humières		32	60	603	60408
2993394	Monchy-Cayeux	monchy-cayeux	FR	62134	280	Europe/Paris	50.43885	2.27646		Monchy-Caillau,Monchy-Cayeux,Monshi-Kajo,meng xi ka yue,mwntshy kaywks,Монши-Кайо,Монші-Кайо,مونتشي كايوكس,蒙希卡约		32	62	621	62581
2993395	Monchy-Breton	monchy-breton	FR	62127	401	Europe/Paris	50.40171	2.44578		Monchy-Breton,Mouchy-Breton		32	62	621	62580
2993396	Monchy-au-Bois	monchy-au-bois	FR	62111	493	Europe/Paris	50.1805	2.65592		Monchy,Monchy-au-Bois		32	62	621	62579
2993398	Monchiet	monchiet	FR	62123	85	Europe/Paris	50.2404	2.62899		Monsh'e,Monshe,meng xie,mwntshyt,Моншье,Моншє,مونتشيت,蒙谢		32	62	621	62578
2993400	Moncheux	moncheux	FR	57420	123	Europe/Paris	48.93636	6.33789		Moncheux		44	57	579	57472
2993401	Monchel-sur-Canche	monchel-sur-canche	FR	62270	72	Europe/Paris	50.3	2.21667		Monchel		32	62	621	62577
2993403	Monchecourt	monchecourt	FR	59234	2738	Europe/Paris	50.30413	3.21029		Monchecourt		32	59	593	59409
2993404	Moncheaux	moncheaux	FR	59283	0	Europe/Paris	50.45562	3.08373		Moncheaux		32	59	595	59408
2993405	Moncheaux-lès-Frévent	moncheaux-les-frevent	FR	62270	0	Europe/Paris	50.31667	2.36667				32	62	621	62576
2993406	Monchaux-sur-Écaillon	monchaux-sur-ecaillon	FR	59224	587	Europe/Paris	50.28645	3.45611		Monchaux,Monchaux-sur-Ecaillon,Monchaux-sur-Écaillon,Monsho-sjur-Ekajon,ai ka yong he pan meng xiao,Моншо-сюр-Екайон,埃卡永河畔蒙肖		32	59	596	59407
2993407	Monchaux-Soreng	monchaux-soreng	FR	76340	686	Europe/Paris	49.94939	1.59421		Monchaux,Monchaux-Soreng		28	76	761	76441
2993411	Moncey	moncey	FR	25870	423	Europe/Paris	47.3631	6.1201		Moncey		27	25	251	25382
2993412	Moncetz-Longevas	moncetz-longevas	FR	51470	536	Europe/Paris	48.90935	4.42619		Moncetz,Moncetz-Longevas		44	51	511	51372
2993413	Moncetz-l'Abbaye	moncetz-l-abbaye	FR	51290	0	Europe/Paris	48.64885	4.65701		Moncetz,Moncetz-l'Abbaye,Montcetz-l'Abbaye		44	51	514	51373
2993415	Moncel-sur-Seille	moncel-sur-seille	FR	54280	507	Europe/Paris	48.76478	6.42115		Moncel,Moncel-sur-Seille		44	54	543	54374
2993416	Moncel-lès-Lunéville	moncel-les-luneville	FR	54300	404	Europe/Paris	48.57384	6.5297		Moncel,Moncel-les-Luneville,Moncel-lès-Lunéville		44	54	542	54373
2993417	Moncel-sur-Vair	moncel-sur-vair	FR	88630	245	Europe/Paris	48.41667	5.7		Moncel,Moncel-et-Happoncourt		44	88	882	88305
2993418	Moncé-en-Saosnois	monce-en-saosnois	FR	72260	244	Europe/Paris	48.27425	0.38881		Monce,Monce-en-Saosnois,Moncé,Moncé-en-Saosnois		52	72	722	72201
2993419	Moncé-en-Belin	monce-en-belin	FR	72230	2586	Europe/Paris	47.8952	0.19929		Monce,Monce-en-Belin,Monce-les-Le Mans,Moncé,Moncé-en-Belin,Moncé-lès-Le Mans,Monse-an-Belen,Монсе-ан-Белен		52	72	723	72200
2993420	Monceaux-sur-Dordogne	monceaux-sur-dordogne	FR	19400	680	Europe/Paris	45.08178	1.90772		Monceaux,Monceaux-sur-Dordogne		75	19	192	19140
2993421	Monceaux-le-Comte	monceaux-le-comte	FR	58190	138	Europe/Paris	47.32896	3.66199		Monceaux,Monceaux-le-Comte,Monceaux-sur-Yonne		27	58	582	58170
2993422	Monceaux-l'Abbaye	monceaux-l-abbaye	FR	60220	165	Europe/Paris	49.65204	1.78896		Monceaux,Monceaux-l'Abbaye		32	60	601	60407
2993423	Monceaux-en-Bessin	monceaux-en-bessin	FR	14400	404	Europe/Paris	49.24859	-0.69403		Monceaux,Monceaux-en-Bessin		28	14	141	14436
2993424	Monceaux	monceaux	FR	60940	736	Europe/Paris	49.31846	2.5512		Monceaux,Monso,meng suo,Монсо,蒙索		32	60	602	60406
2993425	Monceaux-au-Perche	monceaux-au-perche	FR	61290	85	Europe/Paris	48.48333	0.7				28	61	613	61230
2993426	Monceau-sur-Oise	monceau-sur-oise	FR	02120	143	Europe/Paris	49.90178	3.6959		Monceau,Monceau-sur-Oise		32	02	025	02494
2993427	Monceau-Saint-Waast	monceau-saint-waast	FR	59620	508	Europe/Paris	50.17043	3.85321		Monceau-Saint-Waast,Monso-Sen-Vaast,meng suo sheng wa si te,Монсо-Сен-Вааст,蒙索圣瓦斯特		32	59	591	59406
2993428	Monceau-le-Waast	monceau-le-waast	FR	02840	231	Europe/Paris	49.61964	3.71368		Monceau,Monceau-le Wast,Monceau-le-Waast		32	02	022	02493
2993429	Monceau-lès-Leups	monceau-les-leups	FR	02270	434	Europe/Paris	49.67	3.4919		Monceau,Monceau-les-Leups,Monceau-lès-Leups		32	02	022	02492
2993430	Monceau-le-Neuf-et-Faucouzy	monceau-le-neuf-et-faucouzy	FR	02270	335	Europe/Paris	49.76961	3.61612		Monceau-et-Faucouzy,Monceau-le-Neuf,Monceau-le-Neuf-et-Faucouzy		32	02	025	02491
2993496	Mollégès	molleges	FR	13940	2280	Europe/Paris	43.80703	4.94934		Moleges,Molegés,Molleges,Mollezhe,Mollezhes,Mollégès,mo lai re,Моллеже,Моллежес,莫莱热		93	13	132	13064
2993433	Moncaut	moncaut	FR	47310	463	Europe/Paris	44.14218	0.49889		Moncaut		75	47	474	47172
2993434	Moncaup	moncaup	FR	31160	153	Europe/Paris	43.48415	-0.05844		Moncaup		75	64	643	64390
2993435	Moncaup	moncaup	FR	31160	29	Europe/Paris	42.97805	0.70577		Moncaup		76	31	312	31348
2993436	Moncassin	moncassin	FR	32300	0	Europe/Paris	43.45346	0.47941		Moncassin		76	32	323	32263
2993438	Moncale	moncale	FR	20214	220	Europe/Paris	42.50984	8.83666		Mocale,Moncale,Monkale,U Mucale,Монкале		94	2B	2B5	2B165
2993440	Monbrun	monbrun	FR	32600	224	Europe/Paris	43.66204	1.02429		Monbrun		76	32	322	32262
2993443	Monblanc	monblanc	FR	32130	297	Europe/Paris	43.46409	0.99017		Monblanc		76	32	321	32261
2993444	Monbéqui	monbequi	FR	82170	377	Europe/Paris	43.8922	1.2418		Monbequi,Monbéqui		76	82	822	82114
2993446	Monbazillac	monbazillac	FR	24240	1082	Europe/Paris	44.79386	0.49148		Monbazijak,Monbazillac,Mont Basalhac,Montbasalhac,meng ba qi la ke,monbajakku,Монбазияк,Монбазіяк,モンバジャック,蒙巴齐拉克		75	24	241	24274
2993447	Monbardon	monbardon	FR	32420	84	Europe/Paris	43.38122	0.70888		Monbardon		76	32	323	32260
2993448	Monbalen	monbalen	FR	47340	364	Europe/Paris	44.30642	0.72732		Monbalen		75	47	471	47171
2993449	Monbahus	monbahus	FR	47290	752	Europe/Paris	44.54839	0.53456		Monbahus,Montbahus		75	47	473	47170
2993452	Monay	monay	FR	39230	137	Europe/Paris	46.83656	5.59439		Monay		27	39	391	39342
2993453	Monassut-Audiracq	monassut-audiracq	FR	64160	331	Europe/Paris	43.41848	-0.19739		Monasjut-Odirak,Monassjut-Odirak,Monassut,Monassut e Audirac,Monassut-Audirac,Monassut-Audiracq,mo na xu ao di la,Монассют-Одирак,Монассют-Одірак,Монасют-Одирак,莫纳叙奥迪拉		75	64	643	64389
2993455	Monampteuil	monampteuil	FR	02000	156	Europe/Paris	49.47584	3.57226		Monainpteuil,Monampteuil		32	02	024	02490
2993459	Monacia-d'Orezza	monacia-d-orezza	FR	20229	0	Europe/Paris	42.38333	9.38333		Monacia,Monacia-d'Orezza,Monacia-d’Orezza,Monacio		94	2B	2B3	2B164
2993460	Monacia-d'Aullène	monacia-d-aullene	FR	20171	0	Europe/Paris	41.51356	9.01224		Monacia-d'Aulene,Monacia-d'Aullene,Monacia-d'Aullène,Monacia-d'Aulène		94	2A	2A4	2A163
2993461	Momy	momy	FR	64350	123	Europe/Paris	43.39686	-0.1084		Momi,Momin,Momy,mo mi,Моми,Момі,莫米		75	64	643	64388
2993462	Momuy	momuy	FR	40700	397	Europe/Paris	43.61423	-0.63597		Momuy		75	40	402	40188
2993465	Mommenheim	mommenheim	FR	67670	1847	Europe/Paris	48.75782	7.64494		Mommemheim,Mommenheim		44	67	672	67301
2993468	Momerstroff	momerstroff	FR	57220	247	Europe/Paris	49.16366	6.53343		Momerstroff,Momestroff		44	57	573	57471
2993469	Momères	momeres	FR	65360	611	Europe/Paris	43.17755	0.08964		Momeres,Momères		76	65	653	65313
2993470	Mombrier	mombrier	FR	33710	372	Europe/Paris	45.07901	-0.55322		Mombrier		75	33	331	33285
2993472	Momas	momas	FR	64230	422	Europe/Paris	43.4509	-0.44318		Momas,Monmans,Montmans,mo ma,Момас,莫马		75	64	643	64387
2993474	Moltifao	moltifao	FR	20218	681	Europe/Paris	42.48649	9.11406		Mol'tifao,Moltifao,Moltifau,Мольтифао,Мольтіфао		94	2B	2B3	2B162
2993476	Molsheim	molsheim	FR	67120	9953	Europe/Paris	48.54042	7.49199		Mol'sajm,Mol'sem,Molsajm,Molse,Molsheim,mo er sai mu,morusuaimu,mwlshaym,mwlshym,mwlzhyym,mxl sim,Молсайм,Мольсайм,Мольсем,מולצהיים,مولشایم,مولشيم,มอลไซม์,モルスアイム,莫尔塞姆	673	44	67	673	67300
2993477	Molring	molring	FR	57670	17	Europe/Paris	48.88799	6.81827		Molring		44	57	575	57470
2993478	Molphey	molphey	FR	21210	143	Europe/Paris	47.34417	4.21096		Molphey		27	21	213	21422
2993480	Moloy	moloy	FR	21120	234	Europe/Paris	47.53933	4.93346		Moloy		27	21	212	21421
2993481	Molosmes	molosmes	FR	89700	206	Europe/Paris	47.88624	4.0443		Molosmes		27	89	892	89262
2993482	Molompize	molompize	FR	15500	295	Europe/Paris	45.22985	3.12642		Molompize		84	15	153	15127
2993485	Mollkirch	mollkirch	FR	67190	808	Europe/Paris	48.50626	7.38556		Mollkirch		44	67	673	67299
2993928	Migennes	migennes	FR	89400	8637	Europe/Paris	47.96548	3.51787		Migennes		27	89	891	89257
2993491	Molliens-Dreuil	molliens-dreuil	FR	80540	869	Europe/Paris	49.88333	2.01667		Mol'jan-Drej,Mol'jan-Drjoj,Molliens-Vidame,Moyin-Dreu,mo li an de lei yi,Мольян-Дрей,Мольян-Дрёй,莫利安德勒伊		32	80	802	80554
2993492	Molliens-au-Bois	molliens-au-bois	FR	80260	333	Europe/Paris	49.98828	2.38673		Molliens,Molliens-au-Bois		32	80	802	80553
2993493	Molleville	molleville	FR	11410	81	Europe/Paris	43.31199	1.83372		Molleville		76	11	111	11238
2993495	Molles	molles	FR	03300	726	Europe/Paris	46.11152	3.55838		Mol',Molas,Molles,Mòlas,mo lai,Моль,莫莱		84	03	033	03174
2993498	Mollau	mollau	FR	68470	438	Europe/Paris	47.87112	6.97434		Mollau		44	68	686	68213
2993501	Mollans-sur-Ouvèze	mollans-sur-ouveze	FR	26170	974	Europe/Paris	44.23665	5.18962		Molan,Mollan-sjur-Uvez,Mollans,Mollans-sur l'Ouveze,Mollans-sur l'Ouvèze,Mollans-sur-Ouveze,Mollans-sur-Ouvèze,wu wei ci he pan mo lang,Моллан-сюр-Увез,乌韦兹河畔莫朗		84	26	262	26188
2993502	Mollans	mollans	FR	70240	228	Europe/Paris	47.64941	6.36857		Mollans		27	70	701	70351
2993503	Molitg-les-Bains	molitg-les-bains	FR	66500	225	Europe/Paris	42.65244	2.38838		Molig,Molitg,Molitg-les-Bains		76	66	663	66109
2993505	Molins-sur-Aube	molins-sur-aube	FR	10500	87	Europe/Paris	48.43531	4.38201		Molins,Molins-sur-Aube		44	10	101	10243
2993506	Molinot	molinot	FR	21340	162	Europe/Paris	47.01274	4.59011		Molinot		27	21	211	21420
2993507	Molinons	molinons	FR	89190	332	Europe/Paris	48.23115	3.53679		Molinons		27	89	893	89261
2993510	Molinges	molinges	FR	39360	692	Europe/Paris	46.35537	5.76512		Molinges		27	39	393	39339
2993511	Molineuf	molineuf	FR	41190	838	Europe/Paris	47.57694	1.21831		Molinef,Molineuf,mo li na,Молінеф,莫利纳		24	41	411	41142
2993512	Molinet	molinet	FR	03510	1178	Europe/Paris	46.46576	3.93589		Molinet		84	03	032	03173
2993513	Molines-en-Queyras	molines-en-queyras	FR	05350	347	Europe/Paris	44.73072	6.84268		Molin-an-Kejra,Molin-an-Keras,Molinas en Cairas,Molinas en Cairàs,Molines,Molines-en-Queyras,Molins de Sant Veran,qu ai la de qu mo li nei,Молин-ан-Керас,Молін-ан-Кейра,屈埃拉地区莫利内		93	05	051	05077
2993519	Molinchart	molinchart	FR	02000	281	Europe/Paris	49.56155	3.53952		Molinchart		32	02	022	02489
2993520	Moliets-et-Maa	moliets-et-maa	FR	40660	659	Europe/Paris	43.84867	-1.35881		Moliets,Moliets-et-Maa		75	40	401	40187
2993523	Molières-sur-Cèze	molieres-sur-ceze	FR	30410	1554	Europe/Paris	44.25995	4.15855		Molieres,Molieres-sur-Ceze,Molières,Molières-sur-Cèze		76	30	301	30171
2993524	Molières-Glandaz	molieres-glandaz	FR	26150	119	Europe/Paris	44.72584	5.40009		Molieres,Molieres-Glandaz,Molieres-Glaudaz,Molières,Molières-Glandaz		84	26	261	26001
2993525	Molières-Cavaillac	molieres-cavaillac	FR	30120	947	Europe/Paris	43.9755	3.57591		Molieres-Cavaillac,Molières-Cavaillac		76	30	303	30170
2993526	Molières	molieres	FR	24480	313	Europe/Paris	44.81064	0.82381		Molieres,Molières		75	24	241	24273
2993527	Molières	molieres	FR	24480	409	Europe/Paris	44.7939	1.9358				76	46	462	46195
2993528	Molières	molieres	FR	24480	1112	Europe/Paris	44.19332	1.36364		Molieres,Molières		76	82	822	82113
2993532	Moliens	moliens	FR	60220	984	Europe/Paris	49.66691	1.8102		Mol'jan,Moliens,mo li an,Мольян,莫利安		32	60	601	60405
2993533	Molezon	molezon	FR	48110	92	Europe/Paris	44.21211	3.67153		Molezon		76	48	481	48098
2993535	Molesme	molesme	FR	21330	238	Europe/Paris	47.93333	4.35				27	21	213	21419
2993536	Molesmes	molesmes	FR	89560	149	Europe/Paris	47.61472	3.46622		Molesmes		27	89	891	89405
2993537	Molère	molere	FR	65130	31	Europe/Paris	43.0978	0.29599		Molere,Molère		76	65	652	65081
2993542	Molèdes	moledes	FR	15500	102	Europe/Paris	45.26269	3.03975		Moledes,Molèdes		84	15	153	15126
2993544	Moléans	moleans	FR	28200	508	Europe/Paris	48.11779	1.38899		Moleans,Moléans		24	28	282	28256
2993548	Molay	molay	FR	39500	56	Europe/Paris	47.73289	5.7414		Molay		27	70	702	70350
2993549	Môlay	molay	FR	39500	129	Europe/Paris	47.73456	3.93947		Molay,Môlay		27	89	892	89259
2993550	Molay	molay	FR	39500	496	Europe/Paris	47.01996	5.41894		Molay		27	39	391	39338
2993551	Molas	molas	FR	31230	167	Europe/Paris	43.39967	0.77968		Molas		76	31	312	31347
2993554	Molandier	molandier	FR	11420	229	Europe/Paris	43.246	1.71603		Molandier		76	11	111	11236
2993555	Molamboz	molamboz	FR	39600	87	Europe/Paris	46.93999	5.68506		Molamboz		27	39	391	39337
2993557	Molain	molain	FR	02110	151	Europe/Paris	50.03183	3.53608		Molain		32	02	025	02488
2993558	Molain	molain	FR	02110	97	Europe/Paris	46.82431	5.80644		Molain		27	39	391	39336
2993559	Molagnies	molagnies	FR	76220	0	Europe/Paris	49.5208	1.7234		Molagnies-Mannevieux		28	76	761	76440
2993562	Molac	molac	FR	56230	1072	Europe/Paris	47.73017	-2.43501		Molac,Moulleg		53	56	563	56135
2993563	Moivrons	moivrons	FR	54760	358	Europe/Paris	48.8234	6.25096		Moivron,Moivrons		44	54	543	54372
2993565	Moivre	moivre	FR	51240	57	Europe/Paris	48.92522	4.65976		Moivre		44	51	511	51371
2993566	Moitron-sur-Sarthe	moitron-sur-sarthe	FR	72170	166	Europe/Paris	48.2398	0.03234		Moitron,Moitron-sur-Sarthe		52	72	722	72199
2993567	Moitron	moitron	FR	21510	49	Europe/Paris	47.67726	4.82059		Moitron,Muatron,mu wa te long,Муатрон,穆瓦特龙		27	21	213	21418
2993568	Moïta	moita	FR	20270	85	Europe/Paris	42.2789	9.41289		Moita,Mota,Moïta,Mòita,Моита,Мота		94	2B	2B3	2B161
2993569	Moisy	moisy	FR	41160	283	Europe/Paris	47.91535	1.31603		Moisy		24	41	412	41141
2993570	Moisville	moisville	FR	27320	176	Europe/Paris	48.83885	1.16593		Moisville		28	27	273	27411
2993571	Moissy-Moulinot	moissy-moulinot	FR	58190	22	Europe/Paris	47.32035	3.70071		Moissy-Moulinot		27	58	582	58169
2993572	Moissy-Cramayel	moissy-cramayel	FR	77550	16259	Europe/Paris	48.62605	2.60125		Mois-la-Plaine,Moissy,Moissy-Cramayel,Moissy-Gramayel,Muassi-Kramael',Muassi-Kramajel',Муасси-Крамаель,Муасси-Крамайель,Муассі-Крамаєль		11	77	772	77296
2993575	Moissieu-sur-Dolon	moissieu-sur-dolon	FR	38270	654	Europe/Paris	45.3864	4.99015		Moissieu,Moissieu-sur-Dolon		84	38	383	38240
2993577	Moissey	moissey	FR	39290	539	Europe/Paris	47.19682	5.52373		Moissey,Muasse,mu wa sai,Муассе,穆瓦塞		27	39	391	39335
2993578	Moisselles	moisselles	FR	95570	1016	Europe/Paris	49.05	2.33597		Moisselles,Muassel',mu wa sai lai,Муассель,穆瓦塞莱		11	95	952	95409
2993583	Moissac-Bellevue	moissac-bellevue	FR	83630	163	Europe/Paris	43.65282	6.16667		Moissac,Moissac-Bellevue,Muasak-Bel'vju,Muassak-Bel'vju,mu wa sa bei lei wei e,Муасак-Бельвю,Муассак-Бельвю,穆瓦萨贝勒维厄		93	83	833	83078
2993584	Moissac	moissac	FR	82200	0	Europe/Paris	45.22287	3.74985				84	43	432	43138
2993585	Moissac	moissac	FR	82200	0	Europe/Paris	45.14581	2.97163				84	15	153	15141
2993586	Moissac	moissac	FR	82200	13703	Europe/Paris	44.1045	1.08474		Moissac,Muassak,Musciacum,mowasakku,mu wa sa ke,Муассак,モワサック,穆瓦萨克		76	82	821	82112
2993588	Moislains	moislains	FR	80200	1442	Europe/Paris	49.9882	2.96404		Moislains,Molin,Mualen,mu wa lan,Муален,穆瓦兰		32	80	804	80552
2993589	Moisenay	moisenay	FR	77950	1278	Europe/Paris	48.56266	2.73527		Moisenay		11	77	772	77295
2993590	Moisdon-la-Rivière	moisdon-la-riviere	FR	44520	1789	Europe/Paris	47.62143	-1.37275		Maedonium,Maezon-ar-Ster,Maezon-ar-Stêr,Meisdon-la-Riviere,Meisdon-la-Rivière,Moisdon,Moisdon-la-Riviere,Moisdon-la-Rivière,Muadon-la-River,mu wa si dong la li wei ai,Муадон-ла-Ривєр,穆瓦斯东拉里维埃		52	44	445	44099
2993592	Moiry	moiry	FR	08370	186	Europe/Paris	49.59197	5.27416		Moiry		44	08	083	08293
2993593	Moiry	moiry	FR	08370	0	Europe/Paris	46.8579	3.14105				24			
2993597	Moiron	moiron	FR	39570	120	Europe/Paris	46.63788	5.56188		Moiron		27	39	392	39334
2993598	Moirey-Flabas-Crépion	moirey-flabas-crepion	FR	55150	0	Europe/Paris	49.3	5.4				44	55	553	55341
2993600	Moiremont	moiremont	FR	51800	205	Europe/Paris	49.13276	4.8882		Moiremont		44	51	511	51370
2993601	Moiré	moire	FR	69620	201	Europe/Paris	45.92741	4.6035		Moire,Moiré		84	69	692	69134
2993602	Moirax	moirax	FR	47310	0	Europe/Paris	44.53926	0.41413		Moirax		75	47	472	47136
2993603	Moirax	moirax	FR	47310	0	Europe/Paris	44.14054	0.60897		Moirax		75	47	471	47169
2993604	Moirans-en-Montagne	moirans-en-montagne	FR	39260	2345	Europe/Paris	46.43381	5.72643		Moirans,Moirans-en-Montagne,Muaran-an-Montan',meng ta ni de qu mu wa lang,Муаран-ан-Монтань,蒙塔尼地区穆瓦朗		27	39	393	39333
2993605	Moirans	moirans	FR	38345 CEDEX	7886	Europe/Paris	45.3314	5.55432		Moirans,Muaran,mu wa lang,Муаран,穆瓦朗		84	38	381	38239
2993606	Moinville-la-Jeulin	moinville-la-jeulin	FR	28700	102	Europe/Paris	48.38014	1.69888		Moinville,Moinville-la-Jeulin		24	28	281	28255
2993610	Moings	moings	FR	17500	191	Europe/Paris	45.48333	-0.35		Moings		75	17	171	17295
2993611	Moineville	moineville	FR	54580	899	Europe/Paris	49.20511	5.94422		Moineville		44	54	541	54371
2993621	Moimay	moimay	FR	70110	209	Europe/Paris	47.5527	6.40693		Moimay		27	70	701	70349
2993622	Moigny-sur-École	moigny-sur-ecole	FR	91490	1358	Europe/Paris	48.43262	2.45802		Muan'i-sjur-Ekol',ai ke er he pan mu wa ni,Муаньи-сюр-Еколь,Муаньї-сюр-Еколь,埃科尔河畔穆瓦尼		11	91	912	91408
2993630	Mohon	mohon	FR	56490	0	Europe/Paris	49.74978	4.72838				44	08	081	08105
2993631	Mohon	mohon	FR	56490	960	Europe/Paris	48.05326	-2.52601		Mohon,Mozhon		53	56	562	56134
2993632	Mogues	mogues	FR	08110	136	Europe/Paris	49.65173	5.27989		Mogues		44	08	083	08291
2993633	Mogneville	mogneville	FR	55800	1436	Europe/Paris	49.31535	2.4717		Mogneville,Mon'evil',mo gai wei er,Моньєвіль,莫盖维尔		32	60	602	60404
2993634	Mognéville	mogneville	FR	55800	405	Europe/Paris	48.78329	5.00394		Mogneville,Mognéville		44	55	551	55340
2993635	Mogneneins	mogneneins	FR	01140	645	Europe/Paris	46.13889	4.8108		Mogneneins		84	01	012	01252
2993637	Mognard	mognard	FR	73410	320	Europe/Paris	45.71667	5.95		Mognard		84	73	732	73128
2993638	Mogeville	mogeville	FR	55400	79	Europe/Paris	49.24275	5.52989		Mogeville		44	55	553	55339
2993639	Moffans-et-Vacheresse	moffans-et-vacheresse	FR	70200	562	Europe/Paris	47.62975	6.55123		Moffan-e-Vasheress,Moffan-eh-Vashres,Moffans,Moffans-et-Vacheresse,Моффан-е-Вашересс,Моффан-э-Вашрес		27	70	701	70348
2993640	Moëze	moeze	FR	17780	530	Europe/Paris	45.90465	-1.03504		Moehz,Moez,Moeze,Moëze,mo e ci,Моез,Моэз,莫厄兹		75	17	172	17237
2993643	Moëslains	moeslains	FR	52100	526	Europe/Paris	48.62001	4.89585		Moeslains,Moëslains		44	52	523	52327
2993647	Moëlan-sur-Mer	moelan-sur-mer	FR	29350	6984	Europe/Paris	47.81396	-3.62875		Moelan,Moelan-sjur-Mer,Moelan-sur-Mer,Molan,Moëlan,Moëlan-sur-Mer,bin hai mo e lang,Моелан-сюр-Мер,滨海莫厄朗		53	29	294	29150
2993652	Modène	modene	FR	84330	295	Europe/Paris	44.10314	5.12404		Modene,Modène		93	84	843	84077
2993654	Modane	modane	FR	73500	4086	Europe/Paris	45.20032	6.66871		Modan,Modana,Modane,Modâna,XMO,modani,Модан,მოდანი		84	73	733	73157
2993659	Mobecq	mobecq	FR	50250	261	Europe/Paris	49.26884	-1.51411		Mobecq		28	50	503	50236
2993660	Mizoën	mizoen	FR	38142	174	Europe/Paris	45.04961	6.14109		Mizoen,Mizoën		84	38	381	38237
2993661	Mizérieux	mizerieux	FR	42110	293	Europe/Paris	45.79111	4.16316		Mizerieux,Mizérieux		84	42	421	42143
2993666	Mitzach	mitzach	FR	68470	441	Europe/Paris	47.86978	7.00307		Mitzach		44	68	686	68211
2993667	Mittois	mittois	FR	14170	163	Europe/Paris	49.00926	0.02318		Mittois		28	14	143	14654
2993668	Mittersheim	mittersheim	FR	57930	554	Europe/Paris	48.86071	6.94194		Mittersheim		44	57	575	57469
2993670	Mittelwihr	mittelwihr	FR	68630	867	Europe/Paris	48.15123	7.31881		Mittel'vir,Mittelweier,Mittelwihr,mi tai er wei,Миттельвир,Міттельвір,米泰尔维		44	68	682	68209
2993671	Mittelschaeffolsheim	mittelschaeffolsheim	FR	67170	409	Europe/Paris	48.70021	7.65095		Mittelschaeffolsheim		44	67	672	67298
2993672	Mittelhausen	mittelhausen	FR	67170	541	Europe/Paris	48.7092	7.62983				44	67	674	67539
2993673	Mittelhausbergen	mittelhausbergen	FR	67206	1753	Europe/Paris	48.61436	7.69009		Hausbergen		44	67	678	67296
2993674	Mittelbronn	mittelbronn	FR	57370	658	Europe/Paris	48.76999	7.22671		Mittelbronn		44	57	575	57468
2993675	Mittelbergheim	mittelbergheim	FR	67140	659	Europe/Paris	48.39621	7.44169		Mittel'bergajm,Mittel'bergkhajm,Mittelbarige,Mittelbergheim,Míttelbarige,mi tai er bei er gan,mitteruberukaimu,mytlbrghaym,mytylbyrhym,Миттельбергайм,Миттельбергхайм,Міттельбергайм,ميتيلبيرهيم,مٹلبرگہائم,میتلبرگهایم,ミッテルベルカイム,米泰尔贝尔甘		44	67	675	67295
2993676	Mittainvilliers	mittainvilliers	FR	28190	407	Europe/Paris	48.49828	1.31002		Mittainvilliers		24	28	281	28254
2993677	Mittainville	mittainville	FR	78125	541	Europe/Paris	48.67069	1.64625		Mittainville		11	78	782	78407
2993679	Mitry-Mory	mitry-mory	FR	77290	18562	Europe/Paris	48.98333	2.61667		Mitri-Mori,Mitry-Mory,Митри-Мори,Мітрі-Морі		11	77	771	77294
2993683	Misy-sur-Yonne	misy-sur-yonne	FR	77130	815	Europe/Paris	48.3607	3.08982		Misy,Misy-sur-Yonne		11	77	773	77293
2993685	Missy-sur-Aisne	missy-sur-aisne	FR	02880	674	Europe/Paris	49.38678	3.43595		Missy,Missy-sur-Aisne		32	02	024	02487
2993686	Missy-lès-Pierrepont	missy-les-pierrepont	FR	02350	95	Europe/Paris	49.63321	3.78644		Missy,Missy-les-Pierrepont,Missy-lès-Pierrepont		32	02	022	02486
2993687	Missy-aux-Bois	missy-aux-bois	FR	02200	103	Europe/Paris	49.33678	3.25048		Missy,Missy-aux-Bois		32	02	024	02485
2993688	Missy	missy	FR	14210	535	Europe/Paris	49.12048	-0.55095		Missy		28	14	144	14475
2993690	Misson	misson	FR	40290	684	Europe/Paris	43.58727	-0.96095		Misson		75	40	401	40186
2993691	Missiriac	missiriac	FR	56140	982	Europe/Paris	47.83583	-2.35045		Megerieg,Missiriac		53	56	563	56133
2993692	Missillac	missillac	FR	44780	4180	Europe/Paris	47.48217	-2.15926		Merzhelieg,Missijak,Missilac,Missillac,mi xi la ke,Міссіяк,米西拉克		52	44	443	44098
2993693	Missery	missery	FR	21210	101	Europe/Paris	47.30839	4.37166		Misri,Misseri,Missery,mi se li,Мисри,Миссери,Міссері,米瑟里		27	21	213	21417
2993694	Missègre	missegre	FR	11580	71	Europe/Paris	43.00326	2.37232		Missegr,Missegre,Missègre,mi sai ge er,Миссегр,Міссегр,米塞格尔		76	11	112	11235
2993695	Missècle	missecle	FR	81300	96	Europe/Paris	43.71628	1.98509		Missecle,Missècle		76	81	812	81169
2993696	Missé	misse	FR	79100	863	Europe/Paris	46.94835	-0.19223		Misse,Missé		75	79	791	79329
2993697	Mison	mison	FR	04200	910	Europe/Paris	44.26459	5.84025		Mison,Mizon,mi song,Мизон,Мізон,米松		93	04	044	04123
2993698	Misery	misery	FR	80320	131	Europe/Paris	49.85018	2.88779		Misery		32	80	804	80509
2993699	Misery	misery	FR	80320	0	Europe/Paris	45.13096	4.72642				84	07	073	07063
2993700	Misérieux	miserieux	FR	01600	1965	Europe/Paris	45.97433	4.8134		Miserieux,Misérieux		84	01	012	01250
2993701	Miserey-Salines	miserey-salines	FR	25480	2252	Europe/Paris	47.28638	5.97387		Miserey,Miserey-Salines		27	25	251	25381
2993702	Miserey	miserey	FR	27930	503	Europe/Paris	49.02117	1.27008		Miserey		28	27	273	27410
2993705	Miscon	miscon	FR	26310	51	Europe/Paris	44.62738	5.52223		Miscon		84	26	261	26186
2993706	Mirville	mirville	FR	76210	302	Europe/Paris	49.60892	0.44246		Mirville		28	76	762	76439
2993707	Mirvaux	mirvaux	FR	80260	155	Europe/Paris	50.00248	2.39551		Mirvaux		32	80	802	80550
2993708	Mirmande	mirmande	FR	26270	551	Europe/Paris	44.69886	4.83493		Mirmand,Mirmanda,mi er mang de,Мірманд,米尔芒德		84	26	261	26185
2993709	Miribel-les-Échelles	miribel-les-echelles	FR	38380	1849	Europe/Paris	45.43155	5.7081		Miribel,Miribel-les-Echelles,Miribel-les-Échelles		84	38	381	38236
2993710	Miribel-Lanchâtre	miribel-lanchatre	FR	38450	351	Europe/Paris	44.96667	5.61667		Miribel-Lanchatre,Miribel-Lanchâtre,Miribel-et Lenchatre,Miribel-et Lenchâtre		84	38	381	38235
2993712	Miribel	miribel	FR	01700	9282	Europe/Paris	45.8258	4.9544		Miribel,Miribel',mi li bei er,myrybyl,Мирибель,Мірибель,Միրիբել,ميريبيل,米里贝尔		84	01	012	01249
2993713	Miribel	miribel	FR	01700	218	Europe/Paris	45.19971	5.11115		Miribel		84	26	263	26210
2993714	Miribel	miribel	FR	01700	0	Europe/Paris	45.14266	5.96901				84	38	381	38212
2993716	Mireval-Lauragais	mireval-lauragais	FR	11400	174	Europe/Paris	43.25422	1.95872		Mireval,Mireval-Lauragais		76	11	111	11234
2993717	Mireval	mireval	FR	34110	3413	Europe/Paris	43.5086	3.8017		Miravau,Mireval,Mireval',mi lei wa,Миреваль,Міреваль,米勒瓦		76	34	343	34159
2993718	Mirepoix-sur-Tarn	mirepoix-sur-tarn	FR	31340	602	Europe/Paris	43.81446	1.5707		Mirepoix,Mirepoix-sur-Tarn		76	31	313	31346
2993719	Mirepoix	mirepoix	FR	09500	180	Europe/Paris	43.74476	0.67142		Mirepoix		76	32	321	32258
2993720	Mirepoix	mirepoix	FR	09500	3062	Europe/Paris	43.0884	1.87367		Mirepoix		76	09	092	09194
2993721	Mirepeix	mirepeix	FR	64800	1040	Europe/Paris	43.18949	-0.25067		Mirapeish,Mirepeix,Mirpe,Mirpeks,mi lei pei,Мирпе,Мирпекс,Мірпекс,米雷佩		75	64	643	64386
2993722	Mirepeisset	mirepeisset	FR	11120	745	Europe/Paris	43.28443	2.89698		Mirepeisset		76	11	113	11233
2993724	Miremont	miremont	FR	31190	339	Europe/Paris	45.89849	2.71689		Miremont		84	63	634	63228
2993725	Miremont	miremont	FR	31190	0	Europe/Paris	44.99343	0.94258				75	24	244	24261
2993726	Miremont	miremont	FR	31190	1617	Europe/Paris	43.37042	1.41697		Miremont		76	31	311	31345
2993727	Mirefleurs	mirefleurs	FR	63730	1887	Europe/Paris	45.69319	3.2237		Mirefleurs		84	63	632	63227
2993728	Mirecourt	mirecourt	FR	88500	6998	Europe/Paris	48.30089	6.13282		EPL,Mirecourt,Mirekur,mi lei ku er,Мирекур,Мірекур,米雷库尔		44	88	882	88304
2993729	Mirebel	mirebel	FR	39570	208	Europe/Paris	46.69755	5.72772		Mirebel		27	39	392	39177
2993730	Mirebeau-sur-Bèze	mirebeau-sur-beze	FR	21310	1639	Europe/Paris	47.39828	5.32093		Mirebeau,Mirebeau-sur-Beze,Mirebeau-sur-Bèze		27	21	212	21416
2993732	Mirebeau	mirebeau	FR	86110	2408	Europe/Paris	46.78541	0.18184		Mirabellum,Mirbo,Mirebeau,Mirebeau-en-Poitou,mi lei bo,Мірбо,米雷博		75	86	863	86160
2993733	Mirebeau	mirebeau	FR	86110	0	Europe/Paris	46.414	2.67696		Mirbaud,Mirebeau		84	03	031	03305
2993734	Miré	mire	FR	49330	1019	Europe/Paris	47.75752	-0.49177		Mire,Miré		52	49	494	49205
2993735	Mirbel	mirbel	FR	52320	0	Europe/Paris	48.92026	1.55564				11	78	781	78346
2993736	Mirbel	mirbel	FR	52320	45	Europe/Paris	48.28968	5.04348		Mirbel		44	52	521	52326
2993737	Miraval-Cabardes	miraval-cabardes	FR	11380	52	Europe/Paris	43.38333	2.36667		Miraval		76	11	111	11232
2993740	Miraumont	miraumont	FR	80300	681	Europe/Paris	50.09493	2.73048		Miraumont,Miromon,Mirumont,mi luo meng,Міромон,米罗蒙		32	80	804	80549
2993744	Mirannes	mirannes	FR	32350	78	Europe/Paris	43.61931	0.38242		Mirannes		76	32	321	32257
2993746	Mirandol-Bourgnounac	mirandol-bourgnounac	FR	81190	1067	Europe/Paris	44.14193	2.16676		Mirandol,Mirandol-Bourgnounac,Mirandol-Bouroougnac		76	81	811	81168
2993748	Mirande	mirande	FR	32300	0	Europe/Paris	47.31077	5.08144				27	21	212	21231
2993749	Mirande	mirande	FR	32300	4135	Europe/Paris	43.51443	0.40389		Mirand,Miranda,Mirande,mi lang de,mirando,Миранд,Міранд,ミランド,米朗德	323	76	32	323	32256
2993750	Miramont-Sensacq	miramont-sensacq	FR	40320	397	Europe/Paris	43.59503	-0.32684		Miramont,Miramont-Sensacq		75	40	402	40185
2993751	Miramont-Latour	miramont-latour	FR	32390	144	Europe/Paris	43.7736	0.68292		Miramont,Miramont-Latour		76	32	322	32255
2993752	Miramont-de-Quercy	miramont-de-quercy	FR	82190	363	Europe/Paris	44.23043	1.06571		Miramont,Miramont-de-Quercy		76	82	821	82111
2993753	Miramont-de-Guyenne	miramont-de-guyenne	FR	47800	3247	Europe/Paris	44.60182	0.36078		Miramont,Miramont-de-Guyenne		75	47	472	47168
2993754	Miramont-de-Comminges	miramont-de-comminges	FR	31800	891	Europe/Paris	43.0942	0.74681		Miramon-de-Kommenzh,Miramont,Miramont de Comenge,Miramont de Comenges,Miramont-de-Comminges,mi la meng de ke man re,Мирамон-де-Комменж,Мірамон-де-Комменж,米拉蒙德科曼热		76	31	312	31344
2993755	Miramont-d'Astarac	miramont-d-astarac	FR	32300	0	Europe/Paris	43.54593	0.46772		Miramont,Miramont-d'Astarac,Monte-Graciosa		76	32	323	32254
2993757	Mirambeau	mirambeau	FR	17150	1453	Europe/Paris	45.37332	-0.57078		Mirambeau		75	17	171	17236
2993758	Mirambeau	mirambeau	FR	17150	58	Europe/Paris	43.40284	0.86723		Mirambeau		76	31	312	31343
2993760	Miramas	miramas	FR	13140	24173	Europe/Paris	43.58508	5.00268		Mirama,Miramas,Miramas Gare,Miramàs,mi la ma,milama,mirama,myrma,Мирама,Мирамас,Мірамас,میرما,ミラマ,米拉马,미라마		93	13	134	13063
2993763	Miradoux	miradoux	FR	32340	520	Europe/Paris	43.9982	0.75624		Miradoux		76	32	322	32253
2993765	Mirabel-et-Blacons	mirabel-et-blacons	FR	26400	861	Europe/Paris	44.71325	5.10753		Mirabel,Mirabel'-e-Blakon,Mirabel-et-Blacons,Mirabeu e Blacon,Mirabèu e Blacon,mi la bei he bu la kong,Мірабель-е-Блакон,米拉贝和布拉孔		84	26	261	26183
2993766	Mirabel-aux-Baronnies	mirabel-aux-baronnies	FR	26110	1439	Europe/Paris	44.31002	5.09962		Mirabel,Mirabel'-o-Baronni,Mirabel-aux-Baronnies,Mirabeu,Mirabèu,mi la bei ao ba luo nie,Мірабель-о-Баронні,米拉贝奥巴罗涅		84	26	262	26182
2993767	Mirabel	mirabel	FR	07170	0	Europe/Paris	44.86667	4.46667				84	07	073	07220
2993768	Mirabel	mirabel	FR	07170	0	Europe/Paris	44.60866	4.49799		Mirabel		84	07	071	07159
2993769	Mirabel	mirabel	FR	07170	902	Europe/Paris	44.14425	1.4198		Mirabel		76	82	822	82110
2993770	Mirabeau	mirabeau	FR	04510	0	Europe/Paris	44.06312	6.08969		Mirabeau,Mirateaus		93	04	043	04122
2993771	Mirabeau	mirabeau	FR	04510	974	Europe/Paris	43.70427	5.65606		Mirabeau		93	84	841	84076
2993778	Miossens-Lanusse	miossens-lanusse	FR	64450	199	Europe/Paris	43.4683	-0.30006		M'osens-Lanjus,Miaucenc e Lanuca,Miaucenc-Lanuca,Miaucenç e Lanuça,Miaucenç-Lanuça,Miossans-Lanjuss,Miossens,Miossens-Lanusse,mi ao sang la ni si,Миоссанс-Ланюсс,Мьосенс-Ланюс,Міоссанс-Ланюсс,米奥桑拉尼斯		75	64	643	64385
2993779	Mios	mios	FR	33380	5002	Europe/Paris	44.6056	-0.93721		Mios		75	33	336	33284
2993780	Mions	mions	FR	69780	11424	Europe/Paris	45.66302	4.95292		Mions,Mjon,Мйон		84	69	691	69283
2993781	Mionnay	mionnay	FR	01390	2293	Europe/Paris	45.89824	4.92808		Mionnay		84	01	012	01248
2993782	Miolles	miolles	FR	81250	125	Europe/Paris	43.88892	2.54724				76	81	811	81167
2993786	Minzier	minzier	FR	74270	551	Europe/Paris	46.051	5.98812		Minzier		84	74	743	74184
2993787	Minzac	minzac	FR	24610	365	Europe/Paris	44.97258	0.03776		Menzak,Minzac,man zha ke,Мензак,曼扎克		75	24	241	24272
2993788	Minversheim	minversheim	FR	67270	537	Europe/Paris	48.78554	7.62161		Menversajm,Minversche,Minversheim,Mínversche,man wei er sang,mynfyrshym,Менверсайм,مينفيرشيم,曼韦尔桑		44	67	674	67293
2993791	Minot	minot	FR	21510	244	Europe/Paris	47.66878	4.87624		Minot		27	21	213	21415
2993793	Minorville	minorville	FR	54385	176	Europe/Paris	48.81677	5.88945		Minorville		44	54	544	54370
2993796	Minihy-Tréguier	minihy-treguier	FR	22220	1128	Europe/Paris	48.77543	-3.22877		Ar Vinic'hi,Ar Vinichi,Minihy-Treguier,Minihy-Tréguier,Minii-Treg'e,Minii-Tregie,mi ni yi te lei ji ye,Минии-Трегие,Минии-Трегье,Мінії-Трегіє,米尼伊特雷吉耶		53	22	223	22152
2993800	Miniac-sous-Bécherel	miniac-sous-becherel	FR	35190	615	Europe/Paris	48.28527	-1.93146		Min'jak-su-Besherel',Miniac,Miniac-sous-Becherel,Miniac-sous-Bécherel,Miniacum,Minieg-Begerel,mi ni a ke su bei xie lei,Миньяк-су-Бешерель,Міньяк-су-Бешерель,米尼阿克苏贝谢雷		53	35	353	35180
2993801	Miniac-Morvan	miniac-morvan	FR	35540	3045	Europe/Paris	48.51425	-1.89976		Min'jak-Morvan,Miniac,Miniac-Morvan,Minieg-Morvan,mi ni a ke mo er wang,Миньяк-Морван,Міньяк-Морван,米尼阿克莫尔旺		53	35	354	35179
2993802	Mingoval	mingoval	FR	62690	214	Europe/Paris	50.37454	2.57461		Mengoval',Mingoval,man ge wa er,mynjwfal,Менговаль,مينجوفال,曼戈瓦尔		32	62	621	62574
2993803	Mingot	mingot	FR	65140	0	Europe/Paris	46.8578	3.35495				27	58	583	58105
2993804	Mingot	mingot	FR	65140	72	Europe/Paris	43.37436	0.17268		Mingot		76	65	653	65311
2993810	Minerve	minerve	FR	34210	112	Europe/Paris	43.35422	2.74592		Minerve		76	34	341	34158
2993821	Minaucourt-le-Mesnil-lès-Hurlus	minaucourt-le-mesnil-les-hurlus	FR	51800	67	Europe/Paris	49.17028	4.71631		Minaucourt,Minaucourt-Mesnil-les Hurlus,Minaucourt-le-Mesnil,Minaucourt-le-Mesnil-les-Hurlus,Minaucourt-le-Mesnil-lès-Hurlus,Minokur-le-Menij-le-Jurlju,mi nuo ku er lai-mei si ni er-lai yu er lu,Мінокур-ле-Меній-ле-Юрлю,米诺库尔莱-梅斯尼尔-莱于尔吕		44	51	511	51368
2993830	Mimizan	mimizan	FR	40200	6565	Europe/Paris	44.20135	-1.22873		Mamisan,Mimizan,mi mi cang,Мимизан,Мімізан,米米藏		75	40	402	40184
2993831	Mimeure	mimeure	FR	21230	240	Europe/Paris	47.15155	4.49643		Mimer,Mimeure,Mimjor,mi mo er,my mywr,mymwr,Мимер,Мимёр,Мімер,می میور,میمور,米默尔		27	21	211	21414
2993832	Mimet	mimet	FR	13105	4505	Europe/Paris	43.41427	5.50579		Mime,Mimet,mi mei,Миме,Міме,米梅		93	13	131	13062
2993834	Mimbaste	mimbaste	FR	40350	1089	Europe/Paris	43.64887	-0.97383				75	40	401	40183
2993837	Milon-la-Chapelle	milon-la-chapelle	FR	78470	360	Europe/Paris	48.72636	2.04928		Milon,Milon-la-Chapelle,Milon-la-Shapel',Милон-ла-Шапель,Мілон-ла-Шапель		11	78	782	78406
2993839	Milly-sur-Thérain	milly-sur-therain	FR	60112	1615	Europe/Paris	49.5024	1.99605		Milly,Milly-sur-Therain,Milly-sur-Thérain		32	60	601	60403
2993840	Milly-sur-Bradon	milly-sur-bradon	FR	55110	148	Europe/Paris	49.39684	5.20852		Milly,Milly-sur-Bradon		44	55	553	55338
2993842	Milly-Lamartine	milly-lamartine	FR	71960	315	Europe/Paris	46.34737	4.69765		Milly-Lamartine		27	71	715	71299
2993843	Milly-la-Forêt	milly-la-foret	FR	91490	4860	Europe/Paris	48.404	2.47015		Mauriliacum,Mii-la-Fore,Milly,Milly-la-Foret,Milly-la-Forêt,mi li la fu lei,Мии-ла-Форе,Мії-ла-Форе,米利拉福雷		11	91	912	91405
2993847	Milly	milly	FR	50600	336	Europe/Paris	48.60155	-1.01989		Milly		28	50	501	50391
2993848	Milly	milly	FR	50600	0	Europe/Paris	47.81436	3.77288		Milly		27	89	891	89068
2993849	Milly	milly	FR	50600	0	Europe/Paris	47.00461	2.85009				24	18	182	18160
2993852	Millonfosse	millonfosse	FR	59178	621	Europe/Paris	50.43447	3.39755		Millonfosse		32	59	596	59403
2993855	Millières	millieres	FR	50190	576	Europe/Paris	49.18695	-1.46073		Millieres,Millières,Williers		28	50	503	50328
2993856	Millières	millieres	FR	50190	124	Europe/Paris	48.13572	5.4213		Millieres,Millières		44	52	521	52325
2993861	Millevaches	millevaches	FR	19290	83	Europe/Paris	45.64139	2.09519		Millevaches		75	19	193	19139
2993863	Millery	millery	FR	21140	497	Europe/Paris	48.81663	6.13002		Millery		44	54	543	54369
2993864	Millery	millery	FR	21140	3604	Europe/Paris	45.63232	4.78207		Millery		84	69	691	69133
2993867	Millencourt-en-Ponthieu	millencourt-en-ponthieu	FR	80135	335	Europe/Paris	50.15122	1.9022		Mil'nkurt-an-Pont'e,Milincourt-in-Pontiu,Millencourt,Millencourt-en-Ponthieu,mi lang ku er ang peng di e,Мільнкурт-ан-Понтьє,米朗库尔昂蓬蒂厄		32	80	801	80548
2993868	Millencourt	millencourt	FR	80300	218	Europe/Paris	50.00073	2.58718		Mil'ankur,Milincourt,Millencourt,mi lang ku er,Мільанкур,米朗库尔		32	80	804	80547
2993869	Millemont	millemont	FR	78940	216	Europe/Paris	48.80935	1.74456		Mil'mon,Millemont,Мильмон,Мільмон		11	78	782	78404
2993871	Millebosc	millebosc	FR	76260	254	Europe/Paris	49.97461	1.49193		Millebosc		28	76	761	76438
2993873	Millay	millay	FR	58170	495	Europe/Paris	46.84208	4.00091		Millay		27	58	581	58168
2993875	Millau	millau	FR	12100	23307	Europe/Paris	44.09973	3.07848		Mijo,Milhau,Millan,Millau,mi yue,miyo,myyw,Мийо,Мијо,Мійо,مییو,ሚሎ,ミヨー,米约,미요	121	76	12	121	12145
2993876	Millas	millas	FR	66170	3789	Europe/Paris	42.69203	2.69508		Mijas,Millars,Millas,mi la,Мияс,Міяс,米拉		76	66	663	66108
2993877	Millançay	millancay	FR	41200	697	Europe/Paris	47.44705	1.77209		Millancay,Millançay		24	41	413	41140
2993878	Millam	millam	FR	59143	667	Europe/Paris	50.85466	2.24917		Millam		32	59	594	59402
2993879	Millac	millac	FR	86150	631	Europe/Paris	46.18993	0.68727		Mijak,Milhac,Millac,mi la ke,Міяк,米拉克		75	86	862	86159
2993880	Millac	millac	FR	86150	0	Europe/Paris	45.31667	2.5				84	15	152	15131
2993881	Millac	millac	FR	86150	0	Europe/Paris	44.9	1.4				75	24	244	24325
2993882	Millac	millac	FR	86150	0	Europe/Paris	44.88666	0.79375				75	24	241	24260
2993883	Millac	millac	FR	86150	0	Europe/Paris	44.5643	0.64678				75	47	473	47048
2993884	Milizac	milizac	FR	29290	3038	Europe/Paris	48.46698	-4.56675		Milizac,Milizag,Milizak,mi li zha ke,mirizakku,Милизак,Мілізак,ミリザック,米利扎克		53	29	291	29076
2993888	Milhavet	milhavet	FR	81130	101	Europe/Paris	44.02951	2.02707		Milhavet		76	81	811	81166
2993889	Milhaud	milhaud	FR	30540	5321	Europe/Paris	43.78986	4.30737		Milhaud		76	30	302	30169
2993890	Milhas	milhas	FR	31160	159	Europe/Paris	42.98794	0.80745		Milhas		76	31	312	31342
2993891	Milhars	milhars	FR	81170	276	Europe/Paris	44.1273	1.87905		Milhars		76	81	811	81165
2993893	Milhac-de-Nontron	milhac-de-nontron	FR	24470	639	Europe/Paris	45.46768	0.78131		Miak-de-Nontron,Mijak-de-Nontron,Milhac de Nontronh,Milhac-de-Nontron,mi ya ke de nong te long,Миак-де-Нонтрон,Мийак-де-Нонтрон,Міак-де-Нонтрон,米亚克德农特龙		75	24	242	24271
2993894	Milhac-d'Auberoche	milhac-d-auberoche	FR	24330	0	Europe/Paris	45.11126	0.91563		Milhac,Milhac-d'Auberoche,Milhac-d’Auberoche,Millac-d'Auberoche,mi ya ke duo bo luo ke,米亚克多伯罗克		75	24	243	24026
2993895	Milhac	milhac	FR	46300	212	Europe/Paris	44.79863	1.34735		Miak,Milhac,mi ya ke,Міак,米亚克		76	46	463	46194
2993900	Mijoux	mijoux	FR	01170	341	Europe/Paris	46.36662	5.99662		Mijoux,Mizhu,Mizu,mi ru,myjw,myzhw,Мижу,Міжу,Միժու,ميجو,میژو,米茹		84	01	013	01247
2993902	Mijanès	mijanes	FR	09460	86	Europe/Paris	42.73042	2.05626		Mijanes,Mijanès		76	09	091	09193
2993905	Migron	migron	FR	17770	686	Europe/Paris	45.8032	-0.39724		Migron		75	17	174	17235
2993906	Migré	migre	FR	17330	342	Europe/Paris	46.07457	-0.55788		Migre,Migré,mi ge lei,Мигре,Мігре,米格雷		75	17	175	17234
2993907	Migny	migny	FR	36260	0	Europe/Paris	47.33124	3.38114				27	58	582	58304
2993908	Migny	migny	FR	36260	100	Europe/Paris	47.02514	2.06781		Migny,Min'i,mi ni,Миньи,Міньї,米尼		24	36	364	36125
2993909	Mignovillard	mignovillard	FR	39250	669	Europe/Paris	46.79138	6.126		Mignovillard,Min'ovillar,mi ni ao wei la er,Міньовіллар,米尼奥维拉尔		27	39	392	39331
2993913	Mignières	mignieres	FR	28630	814	Europe/Paris	48.35935	1.42529		Mignieres,Mignières		24	28	281	28253
2993914	Mignéville	migneville	FR	54540	0	Europe/Paris	48.53215	6.78024		Migneville,Mignéville		44	54	542	54368
2993916	Mignerette	mignerette	FR	45490	322	Europe/Paris	48.05611	2.60115		Mignerette,Min'erett,mi gai lei te,Міньєретт,米盖雷特		24	45	451	45207
2993917	Mignères	migneres	FR	45490	343	Europe/Paris	48.04743	2.62695		Migneres,Mignères,Min'er,mi nie lei,Міньєр,米涅雷		24	45	451	45206
2993918	Migné	migne	FR	36800	6164	Europe/Paris	46.62756	0.31483		Migne,Migne-Auxances,Migné,Migné-Auxances,Min'e-Oksans,mi ge ao ke sang se,Міньє-Оксанс,米格奥克桑瑟		75	86	863	86158
2993919	Migné	migne	FR	36800	295	Europe/Paris	46.71667	1.31747		Migne,Migné,Min'e,mi nie,Минье,Міньє,米涅		24	36	361	36124
2993920	Mignavillers	mignavillers	FR	70400	342	Europe/Paris	47.58108	6.55181		Mignavillers		27	70	701	70347
2993921	Mignaloux-Beauvoir	mignaloux-beauvoir	FR	86550	3784	Europe/Paris	46.54311	0.4145		Mignaloux,Mignaloux-Beauvoir,Min'jalu-Bovuar,mi ni ya lu bo wa,Міньялу-Бовуар,米尼亚卢博瓦		75	86	863	86157
2993923	Miglos	miglos	FR	09400	85	Europe/Paris	42.78399	1.60289		Miglos		76	09	091	09192
2993929	Migé	mige	FR	89580	382	Europe/Paris	47.67506	3.54261		Mige,Migé		27	89	891	89256
2993935	Mieuxcé	mieuxce	FR	61250	601	Europe/Paris	48.40037	0.0121		Mieuxce,Mieuxcé		28	61	611	61279
2993936	Mieussy	mieussy	FR	74440	1916	Europe/Paris	46.13369	6.52416				84	74	742	74183
2993939	Mietesheim	mietesheim	FR	67580	587	Europe/Paris	48.87886	7.64167		Mietesheim		44	67	672	67292
2993940	Miéry	miery	FR	39800	109	Europe/Paris	46.81222	5.6742		Miery,Miéry		27	39	391	39330
2993941	Miers	miers	FR	46500	430	Europe/Paris	44.85326	1.70739		Miers		76	46	463	46193
2993942	Miermaigne	miermaigne	FR	28480	226	Europe/Paris	48.24657	0.99181		Miermaigne		24	28	284	28252
2993945	Miellin	miellin	FR	70440	92	Europe/Paris	47.80909	6.73663		M'ellen,Mellen,Mielin,Miellin,Miélin,Мьеллен,Мєллен		27	70	701	70489
2993947	Miélan	mielan	FR	32170	1360	Europe/Paris	43.42942	0.30785		M'elan,Melan,Mielan,Miélan,Polastron,mi ai lang,Мьелан,Мєлан,米埃朗		76	32	323	32252
2993949	Mièges	mieges	FR	39250	96	Europe/Paris	46.78234	6.03654		Mieges,Mièges		27	39	392	39329
2993951	Midrevaux	midrevaux	FR	88630	222	Europe/Paris	48.38434	5.6104		Midrevaux,Midrevo,mi de lei wo,Мидрево,Мідрево,米德勒沃		44	88	882	88303
2993970	Michery	michery	FR	89140	884	Europe/Paris	48.30973	3.23312		Michery		27	89	893	89255
2993973	Michelbach-le-Haut	michelbach-le-haut	FR	68220	0	Europe/Paris	47.56641	7.44795		Michelbach,Michelbach-le-Haut		44	68	684	68208
2993974	Michelbach-le-Bas	michelbach-le-bas	FR	68730	763	Europe/Paris	47.59241	7.46589		Michelbach,Michelbach-le-Bas		44	68	684	68207
2993975	Michelbach	michelbach	FR	68700	283	Europe/Paris	47.76248	7.11794		Michelbach		44	68	686	68012
2993977	Michaugues	michaugues	FR	58420	72	Europe/Paris	47.26798	3.52083		Michaugues		27	58	582	58026
2993983	Miannay	miannay	FR	80132	598	Europe/Paris	50.09694	1.71862		Miannay		32	80	801	80546
2993986	Mialos	mialos	FR	64410	111	Europe/Paris	43.49437	-0.40877		M'jalos,Mialos,Mialòs,mi a luo,Миалос,Мьялос,Міалос,米阿洛		75	64	643	64383
2993987	Mialet	mialet	FR	24450	761	Europe/Paris	45.54988	0.90425		Mialet,Miallet		75	24	242	24269
2993988	Mialet	mialet	FR	24450	585	Europe/Paris	44.11115	3.94281		Mialet		76	30	301	30168
2993994	Mhère	mhere	FR	58140	294	Europe/Paris	47.20702	3.85714		Mer,Mhere,Mhère,mei er,Мер,梅尔		27	58	582	58166
2993997	Mézy-Moulins	mezy-moulins	FR	02650	465	Europe/Paris	49.0675	3.50488		Mezy,Mezy-Moulins,Mézy,Mézy-Moulins		32	02	021	02484
2993999	Mézy-sur-Seine	mezy-sur-seine	FR	78250	1892	Europe/Paris	49	1.88333		Mezi-sjur-Sen,Мези-сюр-Сен,Мезі-сюр-Сен		11	78	781	78403
2994000	Mézos	mezos	FR	40170	883	Europe/Paris	44.07615	-1.16437		Mezos,Mézos		75	40	402	40182
2994001	Saint-Pierre-de-Mézoargues	saint-pierre-de-mezoargues	FR	13150	0	Europe/Paris	43.85907	4.64846				93	13	132	13061
2994002	Méziré	mezire	FR	90120	1296	Europe/Paris	47.53336	6.92072		Mezire,Méziré		27	90	901	90069
2994004	Mézin	mezin	FR	47170	1519	Europe/Paris	44.05703	0.25861		Mesin,Mezen,Mezin,Mézin,mei zan,Мезен,梅赞		75	47	474	47167
2994005	Mézilles	mezilles	FR	89130	583	Europe/Paris	47.70234	3.17536		Mezij,Mezilles,Mézilles,mei qi lai,Мезий,Мезій,梅齐莱		27	89	891	89254
2994007	Mézilhac	mezilhac	FR	07530	113	Europe/Paris	44.80804	4.35185		Mezilhac,Mézilhac		84	07	071	07158
2994008	Mézières-sur-Seine	mezieres-sur-seine	FR	78970	3543	Europe/Paris	48.96128	1.79245		Mez'er-sjur-Sen,Mezieres-sur-Seine,Mézières-sur-Seine,Мезьер-сюр-Сен,Мезьєр-сюр-Сен		11	78	781	78402
2994009	Mézières-sur-Oise	mezieres-sur-oise	FR	02240	577	Europe/Paris	49.78331	3.40253		Mezieres,Mezieres-sur-Oise,Mézières,Mézières-sur-Oise		32	02	023	02483
2994010	Mézières-sur-Issoire	mezieres-sur-issoire	FR	87330	911	Europe/Paris	46.10746	0.91074		Mezieres,Mezieres-sur-Issoire,Mézières,Mézières-sur-Issoire		75	87	871	87097
2994011	Mézières-sur-Couesnon	mezieres-sur-couesnon	FR	35140	894	Europe/Paris	48.29497	-1.43284		Magoeriou-ar-C'houenon,Magoerioù-ar-C'houenon,Mezieres,Mezieres-sur-Couesnon,Mézières,Mézières-sur-Couesnon		53	35	353	35178
2994012	Mézières-sous-Lavardin	mezieres-sous-lavardin	FR	72240	433	Europe/Paris	48.15459	0.02941		Mez'er-su-Lavarden,Mezieres,Mezieres-sous-Lavardin,Mézières,Mézières-sous-Lavardin,Мезьєр-су-Лаварден		52	72	722	72197
2994013	Mézières-sur-Ponthouin	mezieres-sur-ponthouin	FR	72290	0	Europe/Paris	48.19356	0.29852		Mezieres,Mezieres-sous-Ballon,Mézières,Mézières-sous-Ballon		52	72	722	72196
2994014	Mézières-lez-Cléry	mezieres-lez-clery	FR	45370	643	Europe/Paris	47.81634	1.80403		Maceriae iuxta Cleriacum,Mez'er-lez-Kleri,Mezieres,Mezieres-lez-Clery,Mézières,Mézières-lez-Cléry,mei qi ai lai ke lai li,Мезьєр-лез-Клері,梅齐埃莱克莱里		24	45	452	45204
2994015	Mézières-en-Vexin	mezieres-en-vexin	FR	27510	638	Europe/Paris	49.17218	1.50383		Mezieres-en-Vexin,Mézières-en-Vexin		28	27	271	27408
2994016	Mézières-en-Santerre	mezieres-en-santerre	FR	80110	502	Europe/Paris	49.78709	2.55477		Mezieres,Mezieres-en-Santerre,Mézières,Mézières-en-Santerre		32	80	803	80545
2994017	Mézières-en-Gâtinais	mezieres-en-gatinais	FR	45270	193	Europe/Paris	48.03599	2.49055		Mez'er-an-Gatine,Mezieres,Mezieres-en-Gatinais,Mézières,Mézières-en-Gâtinais,jia di nai de qu mei qi ai,Мезьєр-ан-Гатіне,加蒂奈地区梅齐埃		24	45	451	45205
2994018	Mézières-en-Drouais	mezieres-en-drouais	FR	28500	1096	Europe/Paris	48.72413	1.4244		Mezieres,Mezieres-en-Drouais,Mézières,Mézières-en-Drouais		24	28	283	28251
2994019	Mézières-en-Brenne	mezieres-en-brenne	FR	36290	1158	Europe/Paris	46.81979	1.21123		Mez'er-an-Brenn,Mezieres,Mezieres-en-Brenne,Mézières,Mézières-en-Brenne,bu lang de qu mei qi ai,Мезьер-ан-Бренн,Мезьєр-ан-Бренн,布朗地区梅齐埃		24	36	361	36123
2994029	Mézidon-Canon	mezidon-canon	FR	14270	0	Europe/Paris	49.07505	-0.06901		Mezidon-Kanon,mei qi dong kang weng,Мезидон-Канон,Мезідон-Канон,梅齐东康翁		28	14	143	14431
2994030	Mézerville	mezerville	FR	11410	85	Europe/Paris	43.25989	1.79236		Meservila,Mezervil',Mezerville,Mézerville,mei ze er wei er,Мезервиль,Мезервіль,梅泽尔维尔		76	11	111	11231
2994031	Mézerolles	mezerolles	FR	80600	204	Europe/Paris	50.18865	2.23929		Mezerolles,Mézerolles		32	80	802	80544
2994033	Mézériat	mezeriat	FR	01660	2108	Europe/Paris	46.23701	5.04615		Mezeriat,Mézériat		84	01	012	01246
2994034	Mézères	mezeres	FR	43800	108	Europe/Paris	45.15991	4.01929		Mezeres,Mézères		84	43	432	43134
2994036	Mézeray	mezeray	FR	72270	1554	Europe/Paris	47.82583	-0.01827		Mezeray,Mézeray		52	72	721	72195
2994037	Mézens	mezens	FR	81800	323	Europe/Paris	43.78832	1.67001		Mezens,Mézens		76	81	811	81164
2994040	Mezel	mezel	FR	04270	1560	Europe/Paris	45.75508	3.24225		Mezel		84	63	632	63226
2994041	Mézel	mezel	FR	04270	576	Europe/Paris	43.9965	6.19615		Meseu,Mesèu,Mezel,Mezel',Mézel,mei ze,Мезель,梅泽		93	04	043	04121
2994043	Mèze	meze	FR	34140	8557	Europe/Paris	43.42747	3.60505		Mesa,Mez,Meze,Mèze,mei ci,Мез,梅兹		76	34	343	34157
2994046	Mézangers	mezangers	FR	53600	583	Europe/Paris	48.19022	-0.43157		Mezangers,Mézangers		52	53	533	53153
2994048	Meyzieu	meyzieu	FR	69330	28929	Europe/Paris	45.76637	5.00277		Mejz'e,Meyzieu,Meyzieux,Mezje,meijioe,meiju,mzyw,Мезје,Мейзьє,مزیو,メイジュー,메이지외		84	69	691	69282
2994049	Meythet	meythet	FR	74960	8538	Europe/Paris	45.91836	6.09422		Meithet,Mejte,Melitetum,Meythet,Мейте		84	74	741	74010
2994051	Meyssiez	meyssiez	FR	38440	576	Europe/Paris	45.46798	5.05734		Meyssies,Meyssiez,Meyssiés		84	38	383	38232
2994052	Meysse	meysse	FR	07400	1153	Europe/Paris	44.61028	4.72306		Meysse		84	07	072	07157
2994054	Meyssac	meyssac	FR	19500	1194	Europe/Paris	45.05547	1.67412		Meyssac		75	19	191	19138
2994056	Meys	meys	FR	69610	677	Europe/Paris	45.67893	4.38666		Meys		84	69	691	69132
2994057	Meyrueis	meyrueis	FR	48150	1084	Europe/Paris	44.17865	3.42916		Marueis,Maruèis,Mejrjue,Meyrueis,mei lu ai,Мейрюе,梅吕埃		76	48	481	48096
2994058	Meyronnes	meyronnes	FR	04530	46	Europe/Paris	44.47602	6.79943		Maironas,Mejronn,Meron,Meyronnes,mei luo nei,Мейронн,Мерон,梅罗内		93	04	041	04120
2994059	Meyronne	meyronne	FR	46200	286	Europe/Paris	44.87543	1.57874		Meyronne		76	46	463	46192
2994060	Meyrignac-l'Église	meyrignac-l-eglise	FR	19800	0	Europe/Paris	45.40075	1.85205		Meyrignac,Meyrignac-l'Eglise,Meyrignac-l'Église,Meyrignac-la-Montagne		75	19	193	19137
2994062	Meyrieux-Trouet	meyrieux-trouet	FR	73170	296	Europe/Paris	45.64367	5.78256		Meyrieux,Meyrieux-Trouet		84	73	732	73156
2994063	Meyrieu-les-Étangs	meyrieu-les-etangs	FR	38440	830	Europe/Paris	45.51667	5.2				84	38	383	38231
2994065	Meyrié	meyrie	FR	38300	914	Europe/Paris	45.55843	5.28774		Meyrie,Meyrié		84	38	382	38230
2994068	Meyreuil	meyreuil	FR	13590	4611	Europe/Paris	43.4878	5.49574		Mairuelh,Mejrej,Merjoj,Meyreuil,mei lei yi,Мейрей,Мерёй,梅勒伊		93	13	131	13060
2994069	Meyras	meyras	FR	07380	814	Europe/Paris	44.68162	4.26732		Meyras		84	07	071	07156
2994070	Meyrargues	meyrargues	FR	13650	3426	Europe/Paris	43.63677	5.52679		Mairarga,Mejrarg,Merarg,Meyrargues,mei la er gai,Мейрарг,Мерарг,梅拉尔盖		93	13	131	13059
2994071	Meyrannes	meyrannes	FR	30410	848	Europe/Paris	44.27072	4.16813		Meyrannes		76	30	301	30167
2994075	Meyrals	meyrals	FR	24220	491	Europe/Paris	44.89883	1.06452		Meyrals		75	24	244	24268
2994078	Meynes	meynes	FR	30840	2130	Europe/Paris	43.88274	4.56133		Meynes		76	30	302	30166
2994085	Meymac	meymac	FR	19250	3048	Europe/Paris	45.53583	2.14699		Maimac,Maismac,Mejmak,Memak,Meymac,mei ma ke,Меймак,Мемак,梅马克		75	19	193	19136
2994087	Meylan	meylan	FR	38240	20267	Europe/Paris	45.20978	5.77762		Mejlan,Melan,Meylan,mei lang,Мейлан,Мелан,梅朗		84	38	381	38229
2994088	Meylan	meylan	FR	38240	0	Europe/Paris	44.07355	0.11671		Meylan		75	47	474	47302
2994091	Meyenheim	meyenheim	FR	68890	1136	Europe/Paris	47.91364	7.3556		Meenajm,Meienheim,Mejenajm,mei ai nan,Меенайм,Мейенайм,Меєнайм,梅埃南		44	68	686	68205
2994092	Mey	mey	FR	57070	185	Europe/Paris	49.13592	6.23587		Mey		44	57	579	57467
2994093	Mexy	mexy	FR	54135	2056	Europe/Paris	49.50072	5.78078		Mexy		44	54	541	54367
2994094	Meximieux	meximieux	FR	01800	7467	Europe/Paris	45.90823	5.1992		Meksim'jo,Meksime,Meximieux,mei ke xi mi e,myksymyw,Мексимьё,Мексімє,Մեքսիմյո,ميكسيميو,梅克西米厄		84	01	011	01244
2994095	Mévouillon	mevouillon	FR	26560	218	Europe/Paris	44.23274	5.49783		Mevouillon,Mévouillon		84	26	262	26181
2994096	Mévoisins	mevoisins	FR	28130	662	Europe/Paris	48.55134	1.59337		Mevoisins,Mévoisins		24	28	281	28249
2994099	Meuzac	meuzac	FR	87380	717	Europe/Paris	45.5531	1.44023		Meusac,Meuzac,Mezak,mo zha ke,Мезак,默扎克		75	87	872	87095
2994100	Meux	meux	FR	17500	333	Europe/Paris	45.44317	-0.35065		Meux		75	17	171	17233
2994103	Meuvaines	meuvaines	FR	14960	146	Europe/Paris	49.32701	-0.56503		Meuvaines		28	14	141	14430
2994104	Meussia	meussia	FR	39260	394	Europe/Paris	46.49808	5.72522		Meussia		27	39	393	39328
2994105	Meusnes	meusnes	FR	41130	986	Europe/Paris	47.24901	1.49695		Meusnes		24	41	413	41139
2994110	Meurville	meurville	FR	10200	183	Europe/Paris	48.20269	4.62388		Meurville		44	10	101	10242
2994113	Meursault	meursault	FR	21190	1655	Europe/Paris	46.97822	4.76952		Meursault		27	21	211	21412
2994115	Meursanges	meursanges	FR	21200	431	Europe/Paris	46.99097	4.94372		Meursanges,QZW		27	21	211	21411
2994116	Meursac	meursac	FR	17120	1076	Europe/Paris	45.64978	-0.80953		Mersak,Meursac,Mjorsak,mo er sa ke,Мерсак,Мёрсак,默尔萨克		75	17	174	17232
2994117	Meurival	meurival	FR	02160	61	Europe/Paris	49.35785	3.76143		Meurival		32	02	022	02482
2994119	Meures	meures	FR	52310	105	Europe/Paris	48.19289	5.0647		Meures		44	52	521	52322
2994120	Meurcourt	meurcourt	FR	70300	313	Europe/Paris	47.77206	6.23207		Meurcourt		27	70	701	70344
2994121	Meurchin	meurchin	FR	62410	3639	Europe/Paris	50.49831	2.89318		Mershen,Meurchin,mo er shang,mywrtshyn,Мершен,ميورتشين,默尔尚		32	62	627	62573
2994122	Meurcé	meurce	FR	72170	268	Europe/Paris	48.23376	0.20027		Meurce,Meurcé		52	72	722	72194
2994126	Meung-sur-Loire	meung-sur-loire	FR	45130	6659	Europe/Paris	47.83124	1.69582		Magdunum ad Ligerim,Men-sjur-Luar,Meung,Meung-sur-Loire,lu wa er he pan mo en,Мен-сюр-Луар,卢瓦尔河畔默恩		24	45	452	45203
2994128	Meunet-sur-Vatan	meunet-sur-vatan	FR	36150	178	Europe/Paris	47.07981	1.86618		Mene-sjur-Vatan,Meunet,Meunet-sur-Vatan,Mjone-sjur-Vatan,wa tang he pan mo nei,Мене-сюр-Ватан,Мёне-сюр-Ватан,瓦唐河畔默内		24	36	364	36122
2994129	Meunet-Planches	meunet-planches	FR	36100	141	Europe/Paris	46.8375	1.95682		Mene-Plansh,Meunet,Meunet-Planches,Meunet-sur-Theols,Meunet-sur-Théols,mo nei pu lang she,Мене-Планш,默内普朗舍		24	36	364	36121
2994132	Meulson	meulson	FR	21510	38	Europe/Paris	47.68797	4.69833		Meulson		27	21	213	21410
2994134	Meulles	meulles	FR	14290	376	Europe/Paris	48.97548	0.33128		Mel',Meulles,Mjol',mo lai,Мель,Мёль,默莱		28	14	143	14371
2994138	Meulers	meulers	FR	76510	401	Europe/Paris	49.84193	1.22629		Meulers		28	76	761	76437
2994139	Meulan-en-Yvelines	meulan-en-yvelines	FR	78250	8829	Europe/Paris	49.00768	1.90602		Melan,Melan-an-Ivlin,Meulan,Мелан,Мелан-ан-Івлін		11	78	781	78401
2994140	Meuilley	meuilley	FR	21700	440	Europe/Paris	47.14093	4.87775		Meuilley		27	21	211	21409
2994144	Meudon	meudon	FR	92190	44652	Europe/Paris	48.81381	2.235		Medon,Meudon,Mjodon,Moldonium,Rabelais,mo dong,moedong,mudon,mwdwn,mydwn,Медон,Мёдон,مودون,ميدون,ムードン,默东,뫼동		11	92	923	92048
2994146	Meucon	meucon	FR	56890	1361	Europe/Paris	47.71785	-2.76619		Mekon,Meucon,Meukon,mo kong,mwkwn,Мекон,موکون,默孔		53	56	563	56132
2994150	Metz-Tessy	metz-tessy	FR	74370	3051	Europe/Paris	45.93343	6.10973	500	Mec Tesi,Mec-Tessi,Metae,Metz,Metz-Tessy,Мец Теси,Мец-Тессі		84	74	741	74112
2994151	Metz-Robert	metz-robert	FR	10210	51	Europe/Paris	48.0771	4.10807		Metz-Robert		44	10	103	10241
2994152	Metz-le-Comte	metz-le-comte	FR	58190	165	Europe/Paris	47.39108	3.64011		Metz,Metz-la-Montagne,Metz-le-Comte		27	58	582	58165
2994153	Metzing	metzing	FR	57980	593	Europe/Paris	49.10569	6.95801		Metzing		44	57	573	57466
2994155	Metzervisse	metzervisse	FR	57940	1407	Europe/Paris	49.31476	6.28277		Mecerviss,Metzervisse,Metzerwiesen,mei te ze er wei si,mtsrwysh,Мецервисс,Мецервісс,متسرویسه,梅特泽尔维斯		44	57	577	57465
2994156	Metzeresche	metzeresche	FR	57920	708	Europe/Paris	49.29865	6.30623		Metzeresche		44	57	577	57464
2994157	Metzeral	metzeral	FR	68380	1109	Europe/Paris	48.01217	7.07091		Meceral',Mecral',Metzeral,mei te ze la,Мецераль,Мецраль,梅特泽拉		44	68	682	68204
2994158	Metz-en-Couture	metz-en-couture	FR	62124	628	Europe/Paris	50.0667	3.06428		Metz,Metz-en-Couture		32	62	621	62572
2994160	Metz	metz	FR	57000	123914	Europe/Paris	49.11911	6.17269		Divodurum,ETZ,Mec,Meca,Mecas,Mediomatricum,Meds,Mets,Mettis,Mety,Metz,Mètz,Méty,Métz,mei si,mesa,meseu,mesu,metcu,metsi,mtz,mytz,mz,Μετς,Мец,Մեց,מעץ,מץ,متز,میتز,میٹز,मेस,மெட்சு,แม็ส,མེ་ཊི་ཛི།,მეცი,መትዝ,メス,梅斯,메스	57	44	57	579	57463
2994161	Mettray	mettray	FR	37390	1914	Europe/Paris	47.45251	0.64939		Mettre,mei te lai,Меттре,梅特赖		24	37	372	37152
2994162	Metting	metting	FR	57370	313	Europe/Paris	48.81275	7.21121		Metting		44	57	575	57462
2994166	Métigny	metigny	FR	80270	90	Europe/Paris	49.94446	1.92816		Metigny,Métigny		32	80	802	80543
2994167	Méthamis	methamis	FR	84570	426	Europe/Paris	44.01431	5.22386		Metamias,Metamis,Methamis,Metàmias,Méthamis,mei ta mi,Метамис,Метаміс,梅塔米		93	84	843	84075
2994341	Mernel	mernel	FR	35330	928	Europe/Paris	47.8979	-1.96849		Merenell,Mernel		53	35	352	35175
2994168	Méteren	meteren	FR	59270	2116	Europe/Paris	50.73333	2.7		Meteran,Meteren,Metern,mei tai lang,Метеран,梅泰朗		32	59	594	59401
2994169	Heille	heille	FR	57560	267	Europe/Paris	48.63189	7.03478		Coeurs-Francs,Heille,Metairies,Metairies-Saint-Quirin,Métairies,Métairies-Saint-Quirin,Verite,Vérité		44	57	575	57461
2994170	Métabief	metabief	FR	25370	721	Europe/Paris	46.76991	6.35396		Metabef,Metabief,Métabief,mei ta bi ye,Метабєф,梅塔比耶		27	25	253	25380
2994172	Mesvres	mesvres	FR	71190	848	Europe/Paris	46.86369	4.24179		Mesvres,Mevr,Мевр		27	71	711	71297
2994173	Mesves-sur-Loire	mesves-sur-loire	FR	58400	637	Europe/Paris	47.24267	2.99191		Mesves,Mesves-sur-Loire		27	58	584	58164
2994177	Mestes	mestes	FR	19200	272	Europe/Paris	45.50014	2.31445		Mestes		75	19	193	19135
2994178	Mesterrieux	mesterrieux	FR	33540	198	Europe/Paris	44.6462	-0.01498		Mesterrieux		75	33	333	33283
2994179	Messy	messy	FR	77410	975	Europe/Paris	48.96667	2.7		Messy		11	77	771	77292
2994180	Messon	messon	FR	10190	301	Europe/Paris	48.26517	3.90582		Messon		44	10	103	10240
2994182	Messincourt	messincourt	FR	08110	532	Europe/Paris	49.6808	5.1544		Messincourt		44	08	083	08289
2994183	Messimy-sur-Saône	messimy-sur-saone	FR	01480	0	Europe/Paris	46.05	4.76667				84	01	012	01243
2994184	Messimy	messimy	FR	69510	3060	Europe/Paris	45.69816	4.67429		Messimy		84	69	691	69131
2994185	Messigny-et-Vantoux	messigny-et-vantoux	FR	21380	1298	Europe/Paris	47.40666	5.01715				27	21	212	21408
2994186	Messia-sur-Sorne	messia-sur-sorne	FR	39570	836	Europe/Paris	46.66179	5.51159		Messia,Messia-les-Chilly,Messia-lès-Chilly,Messia-sur-Sorne		27	39	392	39327
2994187	Messey-sur-Grosne	messey-sur-grosne	FR	71390	636	Europe/Paris	46.64405	4.7431		Messe-sjur-Gron,Messey,Messey-sur-Grosne,Мессе-сюр-Грон		27	71	712	71296
2994189	Messery	messery	FR	74140	1593	Europe/Paris	46.35036	6.29099		Messery		84	74	744	74180
2994191	Messemé	messeme	FR	86200	226	Europe/Paris	47.01168	0.17543		Messeme,Messemé		75	86	861	86156
2994192	Messeix	messeix	FR	63750	1150	Europe/Paris	45.61702	2.54157		Messe,Messeis,Messeix,Messèis,mei sai,Мессе,梅塞		84	63	634	63225
2994193	Messei	messei	FR	61440	1910	Europe/Paris	48.71157	-0.53739		Messe,Messei-Saint-Gervais,mei sai,Мессе,梅塞		28	61	612	61278
2994194	Messein	messein	FR	54850	1532	Europe/Paris	48.6118	6.13959		Messein		44	54	543	54366
2994195	Messé	messe	FR	79120	162	Europe/Paris	46.26474	0.11468		Messe,Messé		75	79	792	79177
2994196	Messas	messas	FR	45190	925	Europe/Paris	47.80725	1.6366		Messa,Messas,mei sa,Месса,梅萨		24	45	452	45202
2994198	Messanges	messanges	FR	21220	704	Europe/Paris	43.81528	-1.37878		Messanges		75	40	401	40181
2994201	Messac	messac	FR	17130	2530	Europe/Paris	47.8245	-1.80892		Messac,Mezeg,Port de Messac		53	35	352	35176
2994202	Messac	messac	FR	17130	114	Europe/Paris	45.34646	-0.31485		Messac		75	17	171	17231
2994203	Mesquer	mesquer	FR	44420	1585	Europe/Paris	47.39951	-2.46035		Meske,Mesker,Mesquer,mei si qu ai,mesukeru,Меске,メスケール,梅斯屈埃		52	44	443	44097
2994204	Mespuits	mespuits	FR	91150	166	Europe/Paris	48.3568	2.27238		Mepjui,Mespuits,mei si pi yi te,Мепюи,Мепюї,梅斯皮伊特		11	91	911	91399
2994207	Mesples	mesples	FR	03370	129	Europe/Paris	46.43321	2.35882		Mesples		84	03	031	03172
2994208	Mesplède	mesplede	FR	64370	367	Europe/Paris	43.494	-0.65947		Mesplede,Mesplède		75	64	643	64382
2994209	Mespaul	mespaul	FR	29420	783	Europe/Paris	48.61852	-4.0252		Mespaol,Mespaul		53	29	293	29148
2994210	Mesnois	mesnois	FR	39130	185	Europe/Paris	46.60216	5.68946		Mesnois		27	39	392	39326
2994212	Mesnil-Verclives	mesnil-verclives	FR	27440	226	Europe/Paris	49.3199	1.46894		Mesnil-Verclives,le Mesnil-Verclives		28	27	271	27407
2994215	Mesnil-sur-l'Estrée	mesnil-sur-l-estree	FR	27650	974	Europe/Paris	48.77047	1.3014		Mesnil,Mesnil-sur-l'Estree,Mesnil-sur-l'Estrée		28	27	273	27406
2994217	Mesnil-sous-Vienne	mesnil-sous-vienne	FR	27150	95	Europe/Paris	49.38573	1.66703		Mesnil,Mesnil-sous-Vienne		28	27	271	27405
2994221	Mesnil-Sellières	mesnil-sellieres	FR	10220	384	Europe/Paris	48.34032	4.21819		Mesnil-Sellieres,Mesnil-Sellières		44	10	103	10239
2994222	Mesnil-Saint-Père	mesnil-saint-pere	FR	10140	334	Europe/Paris	48.25043	4.33894		Menij-Sen-Per,Menil'-Sen-Per,Mesnil,Mesnil-Saint-Pere,Mesnil-Saint-Père,Mesnil-sous-l'Orient,mei si ni sheng pei er,Мениль-Сен-Пер,Меній-Сен-Пер,梅斯尼圣佩尔		44	10	103	10238
2994223	Mesnil-Saint-Nicaise	mesnil-saint-nicaise	FR	80190	528	Europe/Paris	49.77843	2.92008		Mesnil,Mesnil-Saint-Nicaise		32	80	804	80542
2994224	Mesnil-Saint-Loup	mesnil-saint-loup	FR	10190	567	Europe/Paris	48.30321	3.76575		Menij-Sen-Lu,Menil'-Sen-Lu,Mesnil,Mesnil-Haut,Mesnil-Saint-Loup,mei si ni sheng lu,Мениль-Сен-Лу,Меній-Сен-Лу,梅斯尼圣卢		44	10	102	10237
2994225	Mesnil-Saint-Laurent	mesnil-saint-laurent	FR	02720	443	Europe/Paris	49.82944	3.35733		Mesnil,Mesnil-Saint-Laurent		32	02	023	02481
2994226	Mesnil-Saint-Georges	mesnil-saint-georges	FR	80500	150	Europe/Paris	49.6386	2.52481		Mesnil,Mesnil-Saint-Georges		32	80	803	80541
2994227	Mesnil-Rousset	mesnil-rousset	FR	27390	96	Europe/Paris	48.89017	0.55223				28	27	272	27404
2994228	Mesnil-Raoul	mesnil-raoul	FR	76520	741	Europe/Paris	49.39664	1.27482		Le Mesnil-Raoul,Mesnil-Raoul		28	76	763	76434
2994230	Mesnil-Panneville	mesnil-panneville	FR	76570	531	Europe/Paris	49.59019	0.89243		Mesnil-Panneville		28	76	763	76433
2994231	Mesnil-Mauger	mesnil-mauger	FR	76440	237	Europe/Paris	49.6723	1.50804		Mesnil-Mauger		28	76	761	76432
2994232	Mesnil-Martinsart	mesnil-martinsart	FR	80300	237	Europe/Paris	50.05323	2.64738		Au Mouni-Martinchart,Menij-Martensar,Mesnil,Mesnil-Martinsart,mei ni lei ma dan sa er,Меній-Мартенсар,梅尼勒马丹萨尔		32	80	804	80540
2994233	Mesnil-Lettre	mesnil-lettre	FR	10240	47	Europe/Paris	48.45563	4.26684		Mesnil-Lettre		44	10	103	10236
2994234	Mesnil-la-Comtesse	mesnil-la-comtesse	FR	10700	53	Europe/Paris	48.49657	4.19634		Mesnil-la-Comtesse,Mesnil-la-Liberte,Mesnil-la-Liberté		44	10	103	10235
2994235	Mesnil-Follemprise	mesnil-follemprise	FR	76660	0	Europe/Paris	49.77517	1.29688		Mesnil-Follemprise		28	76	761	76430
2994238	Mesnil-en-Arrouaise	mesnil-en-arrouaise	FR	80360	128	Europe/Paris	50.04454	2.94405		Au Moenie,Au Moénié,Le Mesnil-en Arrouaise,Menij-an-Arruez,Mesnil,Mesnil-en-Arrouaise,mei ni lei ang a lu ai si,Меній-ан-Арруез,梅尼勒昂阿鲁艾斯		32	80	804	80538
2994239	Mesnil-Domqueur	mesnil-domqueur	FR	80620	58	Europe/Paris	50.13614	2.0705		Mesnil,Mesnil-Domqueur		32	80	801	80537
2994241	Mesnil-Clinchamps	mesnil-clinchamps	FR	14380	875	Europe/Paris	48.85285	-0.9894		Mesnil-Clinchamps		28	14	144	14658
2994242	Mesnil-Bruntel	mesnil-bruntel	FR	80200	342	Europe/Paris	49.89658	2.95657		Le Mesnil-Bruntel,Meshil,Mesnil-Bruntel		32	80	804	80536
2994246	Mesnières-en-Bray	mesnieres-en-bray	FR	76270	1220	Europe/Paris	49.76172	1.38187		Mesnieres,Mesnieres-en-Bray,Mesnières,Mesnières-en-Bray		28	76	761	76427
2994248	Mesnay	mesnay	FR	39600	589	Europe/Paris	46.89913	5.80026		Mesnay		27	39	391	39325
2994250	Mesnard-la-Barotière	mesnard-la-barotiere	FR	85500	967	Europe/Paris	46.85945	-1.09941		Menar-la-Barot'er,Mesnard-la-Barotiere,Mesnard-la-Barotière,mei si na er la ba luo di ai,Менар-ла-Баротьєр,梅斯纳尔拉巴罗蒂埃		52	85	852	85144
2994251	Mesnac	mesnac	FR	16370	336	Europe/Paris	45.77691	-0.3586		Menak,Mesnac,mei si na ke,Менак,梅斯纳克		75	16	162	16218
2994252	Mesmont	mesmont	FR	08270	99	Europe/Paris	49.61487	4.4012		Mesmont		44	08	082	08288
2994253	Mesmont	mesmont	FR	08270	180	Europe/Paris	47.31274	4.74381		Mesmont		27	21	212	21406
2994254	Mesmay	mesmay	FR	25440	76	Europe/Paris	47.06144	5.85123		Mesmay		27	25	251	25379
2994257	Meslin	meslin	FR	22400	855	Europe/Paris	48.44534	-2.56922		Melin,Meslin		53	22	224	22093
2994259	Meslières	meslieres	FR	25310	368	Europe/Paris	47.4168	6.88931		Meslieres,Meslières		27	25	252	25378
2994261	Meslay-le-Vidame	meslay-le-vidame	FR	28360	469	Europe/Paris	48.28015	1.45968		Mele-le-Vidam,Meslay,Meslay-le-Vidame,Meslay-les-Bois,mei si lai lai wei dang,Меле-ле-Відам,梅斯莱莱维当		24	28	282	28246
2994262	Meslay-le-Grenet	meslay-le-grenet	FR	28120	350	Europe/Paris	48.36714	1.38139		Meslay,Meslay-le-Grenet		24	28	281	28245
2994263	Meslay-du-Maine	meslay-du-maine	FR	53170	2685	Europe/Paris	47.9514	-0.55583		Mele-dju-Men,Meslay,Meslay-du-Maine,mei si lai di man,Меле-дю-Мен,梅斯莱迪曼		52	53	531	53152
2994265	Meslay	meslay	FR	14220	243	Europe/Paris	48.95692	-0.39631		Meslay		28	14	142	14411
2994266	Meslay	meslay	FR	14220	310	Europe/Paris	47.81085	1.09714		Meslay		24	41	412	41138
2994267	Mesland	mesland	FR	41150	541	Europe/Paris	47.50973	1.1226		Melan,Mesland,mei si lang,Мелан,梅斯朗		24	41	411	41137
2994268	Meslan	meslan	FR	56320	1278	Europe/Paris	47.99452	-3.43234		Melan,Melann,Meslan,Mêlann,mei si lang,Мелан,梅斯朗		53	56	562	56131
2994269	Mésigny	mesigny	FR	74330	699	Europe/Paris	45.98976	6.00422		Mesegny,Mesigny,Mesiniacum,Mezin'i,Mèsegny,Mésigny,Мезіньї		84	74	741	74179
2994270	Mesgrigny	mesgrigny	FR	10170	217	Europe/Paris	48.48642	3.88293		Mesgrigny		44	10	102	10234
2994272	Mescoules	mescoules	FR	24240	153	Europe/Paris	44.74814	0.43124		Mescoules,Mescoulès		75	24	241	24267
2994274	Meschers-sur-Gironde	meschers-sur-gironde	FR	17132	2404	Europe/Paris	45.55927	-0.95668		Meschers,Meschers-sur-Gironde,Meshe-sjur-Zhirond,Mesher-sjur-Zhirond,ji long de he pan mei si xie er,meshe=shuru=jirondo,Меше-сюр-Жиронд,Мешер-сюр-Жиронд,メシェ＝シュル＝ジロンド,吉龙德河畔梅斯谢尔		75	17	172	17230
2994276	Mesbrecourt-Richecourt	mesbrecourt-richecourt	FR	02270	291	Europe/Paris	49.70267	3.54264		Mebrekur-Rishkur,Mesbrecourt-Richecourt,mei bu lei ku er-li she ku er,Мебрекур-Ришкур,梅布勒库尔-里舍库尔		32	02	022	02480
2994527	Menneville	menneville	FR	02190	644	Europe/Paris	50.67857	1.86584		Menneville		32	62	623	62566
2994279	Mésangueville	mesangueville	FR	76780	145	Europe/Paris	49.54784	1.55852		Mesangueville,Mésangueville		28	76	761	76426
2994280	Mésanger	mesanger	FR	44522	3435	Europe/Paris	47.43281	-1.23122		Mesanger,Mezansker,Mezanzhe,Mésanger,mei sang re,Мезанже,梅桑热		52	44	445	44096
2994281	Mésandans	mesandans	FR	25680	125	Europe/Paris	47.43061	6.36895		Mesandans,Mésandans		27	25	251	25377
2994282	Méry-sur-Seine	mery-sur-seine	FR	10170	1380	Europe/Paris	48.50937	3.89129		Mery,Mery-sur-Seine,Méry,Méry-sur-Seine		44	10	102	10233
2994283	Méry-sur-Oise	mery-sur-oise	FR	95540	9490	Europe/Paris	49.05876	2.19113		Meri-sjur-Uaz,Mery,Mery-sur-Oise,Méry,Méry-sur-Oise,wa ci he pan mei li,Мери-сюр-Уаз,Мері-сюр-Уаз,瓦兹河畔梅里		11	95	953	95394
2994284	Méry-sur-Marne	mery-sur-marne	FR	77730	558	Europe/Paris	48.96489	3.20013		Mery,Mery-sur-Marne,Méry,Méry-sur-Marne		11	77	771	77290
2994285	Méry-sur-Cher	mery-sur-cher	FR	18100	663	Europe/Paris	47.24628	1.98841		Mery,Mery-sur-Cher,Méry,Méry-sur-Cher		24	18	183	18150
2994286	Méry-Prémecy	mery-premecy	FR	51390	63	Europe/Paris	49.2269	3.86191		Mery-Premecy,Méry-Prémecy		44	51	513	51364
2994287	Méry-la-Bataille	mery-la-bataille	FR	60420	557	Europe/Paris	49.54617	2.62878		Mery,Mery-la-Bataille,Méry,Méry-la-Bataille		32	60	602	60396
2994288	Méry-ès-Bois	mery-es-bois	FR	18380	623	Europe/Paris	47.31457	2.36286		Mery,Mery-es-Bois,Méry,Méry-ès-Bois		24	18	183	18149
2994289	Méry-Corbon	mery-corbon	FR	14370	882	Europe/Paris	49.13551	-0.08266		Mery-Corbon,Méry-Corbon		28	14	143	14410
2994290	Méry	mery	FR	73420	1276	Europe/Paris	45.64139	5.9355		Mery,Méry		84	73	732	73155
2994291	Merxheim	merxheim	FR	68500	1195	Europe/Paris	47.91128	7.29492				44	68	686	68203
2994293	Merviller	merviller	FR	54120	0	Europe/Paris	48.48104	6.7765		Merviller		44	54	542	54365
2994294	Merville-Franceville-Plage	merville-franceville-plage	FR	14810	1592	Europe/Paris	49.27218	-0.19616		Mervil'-Fransvil'-Plazh,Merville,Merville-Franceville-Plage,mei er wei er fu lang se wei er pu la ge,Мервиль-Франсвиль-Плаж,Мервіль-Франсвіль-Плаж,梅尔维尔弗朗瑟维尔普拉格		28	14	143	14409
2994297	Merville	merville	FR	31330	9104	Europe/Paris	50.64329	2.64125		Merville		32	59	594	59400
2994298	Merville	merville	FR	31330	3152	Europe/Paris	43.72354	1.29656				76	31	313	31341
2994299	Mervilla	mervilla	FR	31320	195	Europe/Paris	43.50793	1.4736		Marvilar,Mervilar,Mervilla,mei er wei la,Мервилла,Мервілла,梅尔维拉		76	31	313	31340
2994301	Mervent	mervent	FR	85200	1131	Europe/Paris	46.52265	-0.75634		Mervent,Mervont		52	85	851	85143
2994303	Mervans	mervans	FR	71310	1326	Europe/Paris	46.79923	5.1843		Mervan,Mervans,Мерван		27	71	714	71295
2994304	Merval	merval	FR	02160	0	Europe/Paris	49.51499	1.59545				28	76	761	76142
2994305	Merval	merval	FR	02160	69	Europe/Paris	49.35048	3.69774		Merval		32	02	024	02439
2994306	Méru	meru	FR	60110	13528	Europe/Paris	49.23333	2.13333		Merju,Meru,Méru,mei lu,Мерю,梅吕		32	60	601	60395
2994307	Mertzwiller	mertzwiller	FR	67580	3716	Europe/Paris	48.86558	7.68136		Mercviller,Mertzwiller,Merzmuhler,Merzweiler,Merzwiller,mei er te ci wei lai,mrtswylr,myrtzwylyr,Мерцвиллер,Мерцвіллер,مرتسویلر,ميرتزويلير,梅尔特兹维莱		44	67	672	67291
2994308	Mertzen	mertzen	FR	68210	197	Europe/Paris	47.59049	7.12692		Mertzen		44	68	681	68202
2994309	Mertrud	mertrud	FR	52110	178	Europe/Paris	48.41866	4.88766		Mertrud		44	52	523	52321
2994310	Merten	merten	FR	57550	1653	Europe/Paris	49.24903	6.66465		Merten		44	57	573	57460
2994311	Mersuay	mersuay	FR	70160	260	Europe/Paris	47.78084	6.138		Mersjue,Mersjueh,Mersuay,Мерсюе,Мерсюэ		27	70	702	70343
2994312	Mers-sur-Indre	mers-sur-indre	FR	36230	603	Europe/Paris	46.65885	1.88076		Mer-sjur-Ehndr,Mer-sjur-Endr,Mers,Mers-sur-Indre,an de er he pan mei er,Мер-сюр-Ендр,Мер-сюр-Эндр,安德尔河畔梅尔		24	36	363	36120
2994313	Mers-les-Bains	mers-les-bains	FR	80350	3487	Europe/Paris	50.06538	1.3881	5	Mer-le-Ben,Mers,Mers-ches-Bains,Mers-le-Ben,Mers-les-Bains,Mérs-chés-Bains,mei er lai ban,meru=re=ban,Мер-ле-Бен,Мерс-ле-Бен,メール＝レ＝バン,梅尔莱班		32	80	801	80533
2994314	Merschweiller	merschweiller	FR	57480	169	Europe/Paris	49.46229	6.41859		Merschweiller		44	57	577	57459
2994317	Merry-sur-Yonne	merry-sur-yonne	FR	89660	188	Europe/Paris	47.56274	3.64524		Merry,Merry-sur-Yonne		27	89	892	89253
2994318	Merry-Sec	merry-sec	FR	89560	184	Europe/Paris	47.65646	3.48501		Merry-Sec		27	89	891	89252
2994319	Merry-la-Vallée	merry-la-vallee	FR	89110	374	Europe/Paris	47.79944	3.33221		Merry-la-Vallee,Merry-la-Vallée		27	89	891	89251
2994322	Merris	merris	FR	59270	988	Europe/Paris	50.71577	2.66197		Merris		32	59	594	59399
2994324	Merri	merri	FR	61160	144	Europe/Paris	48.85199	-0.04215		Merri		28	61	612	61276
2994325	Merrey-sur-Arce	merrey-sur-arce	FR	10110	305	Europe/Paris	48.09669	4.38799		Merrey,Merrey-sur-Arce		44	10	103	10232
2994326	Merrey	merrey	FR	52240	137	Europe/Paris	48.05443	5.59072		Merrey		44	52	521	52320
2994328	Merpins	merpins	FR	16100	971	Europe/Paris	45.6833	-0.4		Merpen,Merpins,mei er pan,Мерпен,梅尔潘		75	16	162	16217
2994329	Meroux	meroux	FR	90400	689	Europe/Paris	47.59567	6.89907		Meroux		27	90	901	90068
2994331	Mérouville	merouville	FR	28310	191	Europe/Paris	48.29616	1.89786		Merouville,Mérouville		24	28	281	28243
2994334	Mérona	merona	FR	39270	10	Europe/Paris	46.55472	5.63603		Merona,Mérona		27	39	392	39324
2994338	Mérobert	merobert	FR	91780	493	Europe/Paris	48.41569	2.0052		Merober,Merobert,Mérobert,mei luo bei er,Меробер,梅罗贝尔		11	91	911	91393
2994339	Mérobert	merobert	FR	91780	0	Europe/Paris	48.41543	1.32694				24	28	281	28337
2994347	Merlines	merlines	FR	19340	921	Europe/Paris	45.63333	2.46667		Merlin,Merlinas,Merlines,mei er li nei,Мерлин,Мерлін,梅尔利内		75	19	193	19134
2994349	Merlimont	merlimont	FR	62155	2960	Europe/Paris	50.4559	1.61315		Mellimont,Merlimon,Merlimont,Méllimont,mei li meng,myrlymwnt,Мерлимон,Мерлімон,ميرليمونت,梅利蒙		32	62	624	62571
2994350	Merlieux-et-Fouquerolles	merlieux-et-fouquerolles	FR	02000	223	Europe/Paris	49.51845	3.50571		Merlieux,Merlieux-et-Fouquerolles		32	02	022	02478
2994351	Merlevenez	merlevenez	FR	56700	2457	Europe/Paris	47.73673	-3.23358		Brelevenez,Merlevenez,Merlevne,mei er lei wei nei,Мерлевне,梅尔勒韦内		53	56	561	56130
2994355	Merles-sur-Loison	merles-sur-loison	FR	55150	143	Europe/Paris	49.37813	5.4784		Merles,Merles-sur-Loison		44	55	553	55336
2994358	Merles	merles	FR	82210	221	Europe/Paris	44.05832	0.96916		Merles		76	82	821	82109
2994360	Merléac	merleac	FR	22460	532	Europe/Paris	48.27765	-2.89893		Merleac,Merleag,Merléac		53	22	224	22149
2994361	Merle-Leignec	merle-leignec	FR	42380	0	Europe/Paris	45.37566	4.02082				84	42	421	42142
2994365	Merlaut	merlaut	FR	51300	229	Europe/Paris	48.7616	4.66706		Merlaut		44	51	514	51363
2994368	Merlas	merlas	FR	38620	436	Europe/Paris	45.44471	5.66302		Merlas		84	38	382	38228
2994372	Merkwiller-Pechelbronn	merkwiller-pechelbronn	FR	67250	887	Europe/Paris	48.93765	7.82859		Merkwiller-Pechelbronn,Pechelbronn		44	67	672	67290
2994374	Méritein	meritein	FR	64190	272	Europe/Paris	43.33524	-0.76442		Meritein,Meriten,Meritenh,Meritine,Meritiñe,Méritein,mei li tan,Меритен,梅里坦		75	64	642	64381
2994377	Mérinville	merinville	FR	45210	146	Europe/Paris	48.08229	2.94252		Merenvil',Merinville,Mérinville,mei lan wei er,Меренвіль,梅兰维尔		24	45	451	45201
2994378	Mérindol-les-Oliviers	merindol-les-oliviers	FR	26170	216	Europe/Paris	44.27251	5.15853		Meridol-les-Oliviers,Merindol,Merindol-les-Oliviers,Mérindol-les-Oliviers		84	26	262	26180
2994379	Mérindol	merindol	FR	84360	1925	Europe/Paris	43.75516	5.20357		Merendol',Merindol,Merindou,Merindòu,Mérindol,mei lan duo,Мерендоль,梅兰多		93	84	841	84074
2994380	Mérinchal	merinchal	FR	23420	827	Europe/Paris	45.91678	2.48836		Mairinchal,Merenshal',Merinchal,Mérinchal,mei lan sha,Мереншаль,梅兰沙		75	23	231	23131
2994381	Mérillac	merillac	FR	22230	249	Europe/Paris	48.25594	-2.39508		Merelieg,Merillac,Mérillac		53	22	224	22148
2994382	Mérilheu	merilheu	FR	65200	262	Europe/Paris	43.09447	0.1747		Merilheu,Mérilheu		76	65	652	65310
2994383	Mérigon	merigon	FR	09230	108	Europe/Paris	43.08821	1.19376		Merigon,Mérigon		76	09	093	09190
2994384	Mérigny	merigny	FR	36220	570	Europe/Paris	46.63069	0.92708		Merigny,Merin'i,Mérigny,mei li ni,Мериньи,Мериньї,梅里尼		24	36	361	36119
2994385	Mérignies	merignies	FR	59710	2270	Europe/Paris	50.50609	3.11043		Merignies,Merini,Mérignies,mei li ni,Мерини,Мерині,梅里尼		32	59	595	59398
2994388	Mérignat	merignat	FR	01450	123	Europe/Paris	46.0696	5.43767		Merignat,Merin'ja,Merinya,Mérignat,mei li ni ya,myrynya,Меринья,Մերինյա,ميرينيا,梅里尼亚		84	01	014	01242
2994389	Mérignat	merignat	FR	01450	0	Europe/Paris	45.97953	1.70987		Merignat,Mérignat		75	23	232	23189
2994390	Mérignas	merignas	FR	33350	305	Europe/Paris	44.78449	-0.08722		Merignas,Mérignas		75	33	333	33282
2994391	Mérignac	merignac	FR	16200	0	Europe/Paris	45.69945	-0.0801		Merignac,Mérignac		75	16	162	16216
2994392	Mérignac	merignac	FR	16200	0	Europe/Paris	45.32249	-0.29844		Merignac,Mérignac		75	17	171	17229
2994393	Mérignac	merignac	FR	16200	69791	Europe/Paris	44.84247	-0.64512		Meirinhac,Merignac,Merignae,Mérignac		75	33	332	33281
2994394	Mérifons	merifons	FR	34800	30	Europe/Paris	43.63333	3.28333		Merifons,Mérifons		76	34	342	34156
2994396	Mériel	meriel	FR	95630	4319	Europe/Paris	49.07614	2.21054		Mer'el',Merel',Meriel,Mériel,mei li ye,meliel,Мерьель,Мерєль,梅里耶,메리엘		11	95	953	95392
2994398	Méricourt-sur-Somme	mericourt-sur-somme	FR	80340	0	Europe/Paris	49.90545	2.67436		Mericourt,Mericourt-su-Sonme,Mericourt-sur-Somme,Merikur-sjur-Somm,Méricourt,Méricourt-su-Sonme,Méricourt-sur-Somme,suo mu he pan mei li ku er,Мерикур-сюр-Сомм,索姆河畔梅里库尔		32	80	804	80295
2994399	Méricourt-l'Abbé	mericourt-l-abbe	FR	80800	0	Europe/Paris	49.95213	2.56545		Mericourt,Mericourt-l'Abbe,Méricourt,Méricourt-l'Abbé		32	80	802	80530
2994400	Méricourt-en-Vimeu	mericourt-en-vimeu	FR	80640	108	Europe/Paris	49.89707	1.94914		Mericourt,Mericourt-en Vimeux,Mericourt-en-Vimeu,Méricourt,Méricourt-en Vimeux,Méricourt-en-Vimeu		32	80	802	80531
2994401	Méricourt	mericourt	FR	62680	11580	Europe/Paris	50.40116	2.86246		Mericourt,Méricourt		32	62	627	62570
2994402	Méricourt	mericourt	FR	62680	383	Europe/Paris	49.03585	1.62555		Mericourt,Méricourt		11	78	781	78391
2994405	Mérial	merial	FR	11140	23	Europe/Paris	42.78745	1.97887		Merial,Mérial		76	11	112	11230
2994409	Meria	meria	FR	20287	101	Europe/Paris	42.92676	9.45261		Maria,Meria,Merija,Мерия,Мерія		94	2B	2B2	2B159
2994410	Mergey	mergey	FR	10600	622	Europe/Paris	48.38498	4.00864		Mergey		44	10	103	10230
2994411	Merfy	merfy	FR	51220	660	Europe/Paris	49.29631	3.95		Merfy		44	51	513	51362
2994412	Mérey-Vieilley	merey-vieilley	FR	25870	105	Europe/Paris	47.33225	6.0627		Merey,Merey-Vieilley,Mérey-Vieilley		27	25	251	25376
2994413	Mérey-sous-Montrond	merey-sous-montrond	FR	25660	431	Europe/Paris	47.15232	6.0693		Merey,Merey-sous-Montrond,Mérey,Mérey-sous-Montrond		27	25	251	25375
2994414	Merey	merey	FR	27640	277	Europe/Paris	48.96832	1.40497		Merey		28	27	271	27400
2994415	Méréville	mereville	FR	54850	1421	Europe/Paris	48.59113	6.15106		Mereville,Méréville		44	54	543	54364
2994416	Méréville	mereville	FR	54850	3250	Europe/Paris	48.31476	2.08609		Mereville,Méréville		11	91	911	91390
2994417	Méreuil	mereuil	FR	05700	85	Europe/Paris	44.38723	5.72981		Mareuil,Mereuil,Mereuill,Méreuil,Méreuill		93	05	052	05076
2994419	Mérenvielle	merenvielle	FR	31530	450	Europe/Paris	43.62812	1.15719		Merenvielle,Mérenvielle		76	31	313	31339
2994420	Mérens-les-Vals	merens-les-vals	FR	09110	186	Europe/Paris	42.65785	1.83634		Merens,Merens-les-Vals,Mérens,Mérens-les-Vals,Mérens-lès-Vals		76	09	091	09189
2994421	Mérens	merens	FR	32360	56	Europe/Paris	43.75323	0.53807		Merens,Mérens		76	32	321	32251
2994422	Mérélessart	merelessart	FR	80490	189	Europe/Paris	49.97143	1.84988		Merelessart,Mérélessart		32	80	801	80529
2994423	Méréglise	mereglise	FR	28120	75	Europe/Paris	48.28948	1.18502		Mereglise,Méréglise		24	28	281	28242
2994424	Méréaucourt	mereaucourt	FR	80290	0	Europe/Paris	49.85807	3.04753		Meraucourt,Mereaucourt,Méraucourt,Méréaucourt		32	80	804	80555
2994425	Méréaucourt	mereaucourt	FR	80290	0	Europe/Paris	49.72926	1.93488		Mereaucourt,Méréaucourt		32	80	802	80528
2994426	Méreau	mereau	FR	18120	2148	Europe/Paris	47.16295	2.05086		Mereau,Méreau		24	18	183	18148
2994428	Méré	mere	FR	78490	1789	Europe/Paris	48.78445	1.81247		Mere,Méré		11	78	782	78389
2994429	Méré	mere	FR	78490	192	Europe/Paris	47.89945	3.82305		Mere,Méré		27	89	891	89250
2994431	Merdrignac	merdrignac	FR	22230	3159	Europe/Paris	48.19356	-2.41501		Medrigneg,Merdrignac,Merdrin'jak,mei er de li ni ya ke,Мердриньяк,梅尔德里尼亚克		53	22	224	22147
2994442	Mercy-le-Haut	mercy-le-haut	FR	54560	243	Europe/Paris	49.36751	5.82598		Mercy-le-Haut		44	54	541	54363
2994443	Mercy-le-Bas	mercy-le-bas	FR	54960	1351	Europe/Paris	49.38935	5.75599		Mercy,Mercy-le-Bas		44	54	541	54362
2994444	Mercy	mercy	FR	03340	76	Europe/Paris	48.03045	3.63001		Mercy		27	89	891	89249
2994445	Mercy	mercy	FR	03340	296	Europe/Paris	46.46137	3.51652		Mercy		84	03	032	03171
2994446	Mercus-Garrabet	mercus-garrabet	FR	09400	1056	Europe/Paris	42.8779	1.629		Mercus,Mercus-Garrabet		76	09	091	09188
2994447	Mercury	mercury	FR	73200	2562	Europe/Paris	45.67452	6.33688		Mercury-Gemilly,Mercury-Gémilly		84	73	731	73154
2994449	Mercurol-Veaunes	mercurol-veaunes	FR	26600	1809	Europe/Paris	45.07437	4.89279		Mercurol		84	26	263	26179
2994453	Mercuès	mercues	FR	46090	799	Europe/Paris	44.49708	1.38556		Mercues,Mercuès		76	46	461	46191
2994460	Merck-Saint-Liévin	merck-saint-lievin	FR	62560	517	Europe/Paris	50.62474	2.11605		Merck,Merck-Saint-Lievin,Merck-Saint-Liévin,Merk-Sen-L'even,mei er ke sheng li ai wan,myrk san lyfyn,Мерк-Сен-Льевен,Мерк-Сен-Льєвен,ميرك سان ليفين,梅尔克圣利埃万		32	62	625	62569
2994461	Merckeghem	merckeghem	FR	59470	577	Europe/Paris	50.86142	2.29671		Merckeghem,Merkegem,mei er kai gai mu,Меркегем,梅尔凯盖姆		32	59	594	59397
2994462	Mercin-et-Vaux	mercin-et-vaux	FR	02200	946	Europe/Paris	49.37703	3.27774		Mercin,Mercin-et-Vaux		32	02	024	02477
2994464	Mercey-sur-Saône	mercey-sur-saone	FR	70130	108	Europe/Paris	47.53688	5.72734		Mercey,Mercey-sur-Saone,Mercey-sur-Saône		27	70	702	70342
2994465	Mercey-le-Grand	mercey-le-grand	FR	25410	421	Europe/Paris	47.21654	5.73842		Mercey,Mercey-le-Grand		27	25	251	25374
2994466	Mercey	mercey	FR	27950	48	Europe/Paris	49.08023	1.39471		Mercey		28	27	271	27399
2994467	Merceuil	merceuil	FR	21190	624	Europe/Paris	46.94988	4.84214		Merceuil		27	21	211	21405
2994468	Mercenac	mercenac	FR	09160	268	Europe/Paris	43.04053	1.07748		Mercenac		76	09	093	09187
2994469	Mercatel	mercatel	FR	62217	585	Europe/Paris	50.23553	2.79577		Mercate,Mercatel,Merkatel',Mércaté,mei er ka tai lei,myrkatyl,Меркатель,ميركاتيل,梅尔卡泰勒		32	62	621	62568
2994476	Méras	meras	FR	09350	64	Europe/Paris	43.18218	1.31144		Meras,Méras		76	09	093	09186
2994479	Méral	meral	FR	53230	954	Europe/Paris	47.96039	-0.98167		Meral,Méral		52	53	531	53151
2994480	Méracq	meracq	FR	64410	226	Europe/Paris	43.50959	-0.38615		Lo Merac,Meracq,Merak,Méracq,mei la,Мерак,梅拉		75	64	643	64380
2994481	Mer	mer	FR	41500	5830	Europe/Paris	47.70555	1.50621		Mer		24	41	411	41136
2994486	Méounes-lès-Montrieux	meounes-les-montrieux	FR	83136	1353	Europe/Paris	43.28102	5.96986		Meounes,Meounes-les-Montrieux,Méounes,Méounes-lès-Montrieux		93	83	833	83077
2994489	Méon	meon	FR	49490	263	Europe/Paris	47.49503	0.12022		Meon,Méon,mei weng,Меон,梅翁		52	49	493	49228
2994490	Méolans-Revel	meolans-revel	FR	04340	308	Europe/Paris	44.40222	6.51222		Meolan-Revel',Meulans e Revel,Meulans e Revèl,mei ao lang lei wei,Меолан-Ревель,梅奥朗勒韦		93	04	041	04161
2994492	Méobecq	meobecq	FR	36500	365	Europe/Paris	46.73735	1.41249		Meobecq,Meobek,Méobecq,mei ao bei,Меобек,梅奥贝		24	36	362	36118
2994493	Menville	menville	FR	31530	486	Europe/Paris	43.67805	1.19528		Menville		76	31	313	31338
2994494	Menucourt	menucourt	FR	95180	5382	Europe/Paris	49.02841	1.98046		Menjukur,Menucourt,mei ni ku er,Менюкур,梅尼库尔		11	95	953	95388
2994496	Mentque-Nortbécourt	mentque-nortbecourt	FR	62890	531	Europe/Paris	50.78347	2.08554		Mantk-Norbekur,Mentque,Mentque-Nortbecourt,Mentque-Nortbécourt,Minque-Nortboucourt,mang ke nuo er bei ku er,myntkyw nwrtbykwrt,Мантк-Норбекур,مينتكيو نورتبيكورت,芒克诺尔贝库尔		32	62	625	62567
2994497	Menton	menton	FR	06500	29649	Europe/Paris	43.77649	7.50435		Menton,Mentona,Mentone,XMT,Ментона		93	06	062	06083
2994498	Mentières	mentieres	FR	15100	0	Europe/Paris	45.06961	3.13824		Mentieres,Mentières		84	15	153	15125
2994499	Mentières	mentieres	FR	15100	0	Europe/Paris	44.7641	2.44313				84	15	151	15087
2994500	Menthon-Saint-Bernard	menthon-saint-bernard	FR	74290	1864	Europe/Paris	45.85995	6.19552		Manton-Sen-Bernar,Mentho Gebennensium,Menthon,Мантон-Сен-Бернар		84	74	741	74176
2994501	Menthonnex-sous-Clermont	menthonnex-sous-clermont	FR	74270	557	Europe/Paris	45.9639	5.93449		Menthonnex,Menthonnex-sous-Clermont		84	74	743	74178
2994502	Menthonnex-en-Bornes	menthonnex-en-bornes	FR	74350	665	Europe/Paris	46.05217	6.17273		Mantonne-an-Born,Menthonnex,Menthonnex-en-Bornes,Mentone,Mentonecum,Mentonè,Мантонне-ан-Борн		84	74	743	74177
2994504	Mentheville	mentheville	FR	76110	162	Europe/Paris	49.69113	0.41069		Mentheville		28	76	762	76425
2994508	Menskirch	menskirch	FR	57320	147	Europe/Paris	49.3177	6.42631		Menskirch		44	57	573	57457
2994509	Mensignac	mensignac	FR	24350	1273	Europe/Paris	45.22515	0.56054		Mansin'jak,Mencinhac,Mensignac,mang xi ni ya ke,Мансиньяк,Мансіньяк,芒西尼亚克		75	24	243	24266
2994511	Mens	mens	FR	38710	1325	Europe/Paris	44.81557	5.75146		Mens		84	38	381	38226
2994512	Menoux	menoux	FR	70160	233	Europe/Paris	47.80867	6.10268		Menoux		27	70	702	70341
2994513	Menouville	menouville	FR	95810	88	Europe/Paris	49.15	2.1				11	95	953	95387
2994514	Menou	menou	FR	58210	169	Europe/Paris	47.36867	3.27981		Menou		27	58	582	58163
2994515	Menotey	menotey	FR	39290	241	Europe/Paris	47.16328	5.49781		Menote,Menotey,mang ao tai,Меноте,芒奥泰		27	39	391	39323
2994517	Ménonval	menonval	FR	76270	176	Europe/Paris	49.77241	1.49327		Menonval,Ménonval		28	76	761	76424
2994518	Menoncourt	menoncourt	FR	90150	366	Europe/Paris	47.67053	6.94445		Menoncourt		27	90	901	90067
2994519	Menomblet	menomblet	FR	85700	701	Europe/Paris	46.73177	-0.71262		Menomblet		52	85	851	85141
2994522	Ménoire	menoire	FR	19190	82	Europe/Paris	45.10056	1.79414		Menoire,Ménoire		75	19	191	19132
2994523	Ménoire	menoire	FR	19190	0	Europe/Paris	44.95585	1.72059				76	46	463	46028
2994525	Mennouveaux	mennouveaux	FR	52240	68	Europe/Paris	48.10675	5.41508		Mennouveaux		44	52	521	52319
2994526	Mennevret	mennevret	FR	02630	658	Europe/Paris	49.98615	3.55516		Mennevret		32	02	025	02476
2994528	Menneville	menneville	FR	02190	274	Europe/Paris	49.41971	4.00596		Menneville		32	02	022	02360
2994529	Menneval	menneval	FR	27300	1432	Europe/Paris	49.1	0.61667		Menneval,Mennval',mo na wa,Меннваль,默纳瓦		28	27	272	27398
2994530	Mennetou-sur-Cher	mennetou-sur-cher	FR	41320	944	Europe/Paris	47.26943	1.86449		Mennetou,Mennetou-sur-Cher,Menntu-sjur-Sher,xie he pan mo nei tu,Меннту-сюр-Шер,谢河畔默内图		24	41	413	41135
2994531	Mennessis	mennessis	FR	02700	351	Europe/Paris	49.69391	3.27225		Mennessis		32	02	022	02474
2994534	Mennecy	mennecy	FR	91540	14646	Europe/Paris	48.56903	2.44384		Mennecy,Mennesi,mei nei xi,Меннеси,Меннесі,梅内西		11	91	912	91386
2994537	Ménil-Vin	menil-vin	FR	61210	62	Europe/Paris	48.84474	-0.31674		Menil-Vin,Ménil-Vin		28	61	612	61273
2994538	Ménil-sur-Saulx	menil-sur-saulx	FR	55500	220	Europe/Paris	48.62743	5.21713		Menil,Menil-sur-Saulx,Ménil,Ménil-sur-Saulx		44	55	551	55335
2994539	Ménil-sur-Belvitte	menil-sur-belvitte	FR	88700	291	Europe/Paris	48.389	6.69163		Menil,Menil-sur-Belvitte,Ménil,Ménil-sur-Belvitte		44	88	881	88301
2994541	Choloy-Ménillot	choloy-menillot	FR	54200	0	Europe/Paris	48.66301	5.81671		Choloy,Choloy-Menillot,Choloy-Ménillot,Menillot,Ménillot		44	54	544	54128
2994542	Ménilles	menilles	FR	27120	1457	Europe/Paris	49.03333	1.36667		Menij,Menilles,Ménilles,mei ni lai,Мений,Меній,梅尼莱		28	27	271	27397
2994543	Ménil-Lépinois	menil-lepinois	FR	08310	94	Europe/Paris	49.37836	4.28639		Menil-Lepinois,Ménil-Lépinois		44	08	082	08287
2994544	Ménil-la-Tour	menil-la-tour	FR	54200	310	Europe/Paris	48.76536	5.86385		Menil,Menil-la-Tour,Ménil,Ménil-la-Tour		44	54	544	54360
2994545	Ménil-la-Horgne	menil-la-horgne	FR	55190	135	Europe/Paris	48.70291	5.5265		Menil,Menil-la-Horgne,Ménil,Ménil-la-Horgne		44	55	552	55334
2994546	Ménil-Jean	menil-jean	FR	61210	84	Europe/Paris	48.73947	-0.22429		Menil-Jean,Mesnil-Jean,Ménil-Jean		28	61	612	61339
2994547	Ménil-Hubert-sur-Orne	menil-hubert-sur-orne	FR	61430	375	Europe/Paris	48.85239	-0.4106		Menil-Hubert,Menil-Hubert-sur-Orne,Ménil-Hubert,Ménil-Hubert-sur-Orne		28	61	612	61269
2994548	Ménil-Hubert-en-Exmes	menil-hubert-en-exmes	FR	61230	111	Europe/Paris	48.81501	0.23071		Le Menil-Hubert,Le Mesnil-Hubert,Le Mênil-Hubert,Menil-Hubert,Menil-Hubert-en-Exmes,Ménil-Hubert,Ménil-Hubert-en-Exmes		28	61	613	61268
2994601	Ménerval	menerval	FR	76220	0	Europe/Paris	49.56487	1.6584		Menerval,Ménerval		28	76	761	76423
2994549	Ménil-Hermei	menil-hermei	FR	61210	181	Europe/Paris	48.82587	-0.32555		Menil-Hermei,Ménil-Hermei		28	61	612	61267
2994550	Ménil-Gondouin	menil-gondouin	FR	61210	183	Europe/Paris	48.75364	-0.29355		Menil-Gondouin,Ménil-Gondouin		28	61	612	61265
2994552	Ménil-Froger	menil-froger	FR	61240	65	Europe/Paris	48.73092	0.26997		Menil-Froger,Ménil-Froger		28	61	613	61264
2994553	Ménil-Erreux	menil-erreux	FR	61250	234	Europe/Paris	48.50912	0.19037		Le Menil-Erreux,Le Ménil-Erreux,Menil-Erreux,Ménil-Erreux		28	61	611	61263
2994554	Ménil-en-Xaintois	menil-en-xaintois	FR	88500	126	Europe/Paris	48.30824	5.97316		Menij-an-Ksentua,Menil,Menil-en-Xaintois,Ménil,Ménil-en-Xaintois,ke sang tu wa de qu mei ni,Мений-ан-Ксентуа,Меній-ан-Ксентуа,克桑图瓦地区梅尼		44	88	882	88299
2994555	Ménil-de-Senones	menil-de-senones	FR	88210	124	Europe/Paris	48.37563	6.99312		Menil,Menil-de-Senones,Ménil,Ménil-de-Senones		44	88	883	88300
2994556	Ménil-aux-Bois	menil-aux-bois	FR	55260	40	Europe/Paris	48.80548	5.44363		Menil,Menil-aux-Bois,Ménil,Ménil-aux-Bois		44	55	552	55333
2994557	Ménil-Annelles	menil-annelles	FR	08310	122	Europe/Paris	49.43954	4.44493		Le Menil-Annelles,Le Menil-les-Annelles,Le Ménil-Annelles,Le Ménil-les-Annelles,Menil,Menil-Annelles,Ménil,Ménil-Annelles		44	08	082	08286
2994559	Ménil	menil	FR	53200	0	Europe/Paris	48.55	-1.86667				53	35	354	35224
2994560	Ménil	menil	FR	53200	827	Europe/Paris	47.77569	-0.67712		Menij,Menil,Ménil,mei ni,Меній,梅尼		52	53	531	53150
2994561	Ménigoute	menigoute	FR	79340	902	Europe/Paris	46.49626	-0.05905		Menigoute,Ménigoute		75	79	793	79176
2994564	Menglon	menglon	FR	26410	380	Europe/Paris	44.6649	5.45816		Menglon		84	26	261	26178
2994571	Ménévillers	menevillers	FR	60420	79	Europe/Paris	49.52182	2.60503		Menevillers,Ménévillers		32	60	602	60394
2994572	Menétrux-en-Joux	menetrux-en-joux	FR	39130	49	Europe/Paris	46.61667	5.83333		Menetrux,Ménétrux		27	39	392	39322
2994573	Menétru-le-Vignoble	menetru-le-vignoble	FR	39210	144	Europe/Paris	46.76667	5.61667		Menetru,Ménétru		27	39	392	39321
2994574	Ménétrol	menetrol	FR	63200	1758	Europe/Paris	45.87155	3.12422		Menetrol,Menetrol',Menistrou,Menistròu,Ménétrol,mei nei te luo,Менетроль,梅内特罗		84	63	634	63224
2994575	Ménétreux-le-Pitois	menetreux-le-pitois	FR	21150	446	Europe/Paris	47.55905	4.47083		Menetre-le-Pitua,Menetreux,Menetreux-le-Pitois,Menetrjo-le-Pitua,Ménétreux,Ménétreux-le-Pitois,mei nei te lei lai pi tu wa,Менетре-ле-Питуа,Менетре-ле-Пітуа,Менетрё-ле-Питуа,梅内特勒莱皮图瓦		27	21	213	21404
2994578	Ménetreuil	menetreuil	FR	71470	340	Europe/Paris	46.58333	5.1		Menetrej,Менетрей		27	71	714	71293
2994579	Ménétréol-sur-Sauldre	menetreol-sur-sauldre	FR	18700	250	Europe/Paris	47.44829	2.30724		Menetreol,Menetreol-sur-Sauldre,Ménétréol,Ménétréol-sur-Sauldre		24	18	183	18147
2994580	Ménétréols-sous-Vatan	menetreols-sous-vatan	FR	36150	124	Europe/Paris	47.01562	1.84324		Menetreol,Menetreol'-su-Vatan,Menetreol-sous-Vatan,Menetreols,Menetreols-sous-Vatan,Menétréol-sous-Vatan,Ménétréol,Ménétréols,Ménétréols-sous-Vatan,mei nei te lei ao er su wa tang,Менетреоль-су-Ватан,梅内特雷奥尔苏瓦唐		24	36	364	36116
2994581	Ménétréol-sous-Sancerre	menetreol-sous-sancerre	FR	18300	362	Europe/Paris	47.3179	2.85591		Menetreol,Menetreol'-su-Sanser,Menetreol'-su-Sanserr,Menetreol-sous-Sancerre,Ménétréol,Ménétréol-sous-Sancerre,mei nei te lei ao su sang sai er,Менетреоль-су-Сансер,Менетреоль-су-Сансерр,梅内特雷奥苏桑塞尔		24	18	181	18146
2994584	Menetou-sur-Nahon	menetou-sur-nahon	FR	36210	106	Europe/Paris	47.21847	1.64905		Menetou,Menetou-sur-Nahon,Mentu-sjur-Naon,nan he pan mo nei tu,Менту-сюр-Наон,南河畔默内图		24	36	364	36115
2994585	Menetou-Salon	menetou-salon	FR	18510	1706	Europe/Paris	47.23172	2.48715		Menetou-Salon,Mentu-Salon,mo nei tu sa long,Менту-Салон,默内图萨隆		24	18	181	18145
2994586	Menetou-Râtel	menetou-ratel	FR	18300	500	Europe/Paris	47.35152	2.75485		Menetou,Menetou-Ratel,Menetou-Râtel		24	18	181	18144
2994587	Menetou-Couture	menetou-couture	FR	18320	321	Europe/Paris	47.04532	2.91372		Menetou-Couture		24	18	182	18143
2994590	Menet	menet	FR	15400	519	Europe/Paris	45.29702	2.58358		Menet		84	15	152	15124
2994591	Ménestreau-en-Villette	menestreau-en-villette	FR	45240	1466	Europe/Paris	47.69962	2.02333		Marcilly-en-Villette,Menestreau,Menestreau-en-Villette,Menestro-an-Vil'tte,Ménestreau-en-Villette,wei lai te de qu mei nei si te luo,Менестро-ан-Вільтте,维莱特地区梅内斯特罗		24	45	452	45200
2994592	Menestreau	menestreau	FR	58410	119	Europe/Paris	47.41667	3.25				27	58	584	58162
2994594	Ménessaire	menessaire	FR	21430	92	Europe/Paris	47.135	4.14869		Menessaire,Ménessaire		27	21	211	21403
2994596	Ménesplet	menesplet	FR	24700	1363	Europe/Paris	45.01677	0.10733		Menesplet,Ménesplet		75	24	243	24264
2994597	Méneslies	meneslies	FR	80520	307	Europe/Paris	50.05807	1.49927		Meneslies,Méneslies		32	80	801	80527
2994599	Menesble	menesble	FR	21290	14	Europe/Paris	47.77278	4.89704		Menesble,Menesbles		27	21	213	21402
2994600	Ménerville	menerville	FR	78200	199	Europe/Paris	48.95419	1.60288		Menervil',Menerville,Ménerville,Менервиль,Менервіль		11	78	781	78385
2994603	Ménerbes	menerbes	FR	84560	1062	Europe/Paris	43.83242	5.20597		Menerb,Menerba,Menèrba,mei nei er bo,Менерб,梅内尔伯		93	84	841	84073
2994608	Ménéac	meneac	FR	56490	1808	Europe/Paris	48.13967	-2.46132		Meneac,Meneak,Menieg,Miniacum,Ménéac,mei nei a ke,Менеак,梅内阿克		53	56	562	56129
2994610	Mendive	mendive	FR	64220	194	Europe/Paris	43.13209	-1.13135		Mandiv,Mendibe,Mendive,mang di fu,Мандив,Мандів,芒迪夫		75	64	641	64379
2994611	Menditte	menditte	FR	64130	248	Europe/Paris	43.1618	-0.90185		Mandit,Manditt,Mendikota,Mendita,Menditte,mang di te,Мандит,Мандитт,Мандітт,芒迪特		75	64	642	64378
2994612	Mendionde	mendionde	FR	64240	779	Europe/Paris	43.3403	-1.29847		Lekorne,Mand'ond,Mandiond,Mendionde,Mendiondo,mang di weng de,Мандионд,Мандьонд,Мандіонд,芒迪翁德		75	64	641	64377
2994617	Mende	mende	FR	48000	14837	Europe/Paris	44.52161	3.49978		MEN,Mand,Mende,mando,Манд,マンド	48	76	48	482	48095
2994619	Menchhoffen	menchhoffen	FR	67340	536	Europe/Paris	48.85929	7.49619				44	67	674	67289
2994620	Mencas	mencas	FR	62310	91	Europe/Paris	50.55973	2.13758		Manka,Mencas,Mincot,mang ka,mynsas,Манка,مينساس,芒卡		32	62	624	62565
2994622	Menaucourt	menaucourt	FR	55500	256	Europe/Paris	48.6504	5.35343		Menaucourt		44	55	551	55332
2994623	Menat	menat	FR	63560	645	Europe/Paris	46.10376	2.90442		Menat		84	63	634	63223
2994625	Menars	menars	FR	41500	606	Europe/Paris	47.64265	1.4077		Menars		24	41	411	41134
2994626	Ménarmont	menarmont	FR	88700	56	Europe/Paris	48.4196	6.63949		Menarmont,Ménarmont		44	88	881	88298
2994631	Menades	menades	FR	89450	62	Europe/Paris	47.44405	3.82381		Menades		27	89	892	89248
2994634	Le Mémont	le-memont	FR	25210	31	Europe/Paris	47.15	6.68333		Le Memont,Le Mémont		27	25	253	25373
2994635	Memmelshoffen	memmelshoffen	FR	67250	333	Europe/Paris	48.95969	7.86952		Memelshoffen,Memmelshoffen		44	67	672	67288
2994638	Méménil	memenil	FR	88600	124	Europe/Paris	48.21942	6.61153		Memenil,Méménil		44	88	881	88297
2994640	Membrolles	membrolles	FR	41240	220	Europe/Paris	47.98439	1.46753		Membrolles		24	41	411	41173
2994641	Membrey	membrey	FR	70180	253	Europe/Paris	47.59086	5.74318		Membrey		27	70	702	70340
2994642	Melz-sur-Seine	melz-sur-seine	FR	77171	373	Europe/Paris	48.49819	3.4177		Melz,Melz-sur-Seine		11	77	773	77289
2994647	Melve	melve	FR	04250	121	Europe/Paris	44.35201	5.99151		Mel'v,Melve,Meuva,Mèuva,mei er fu,Мельв,梅尔夫		93	04	044	04118
2994651	Melun	melun	FR	77000	38953	Europe/Paris	48.5457	2.65356		Melen,Meljon,Meljun,Melodunum,Melun,meulloeng,mo lun,muran,mwln,Мелен,Мелюн,Мелён,מלאן,مولن,ムラン,默伦,믈룅	77	11	77	772	77288
2994652	Melsheim	melsheim	FR	67270	569	Europe/Paris	48.75709	7.52254				44	67	674	67287
2994653	Melrand	melrand	FR	56310	1631	Europe/Paris	47.97966	-3.11102		Mel'ran,Melrand,Melrant,Mêlrant,mei er lang,Мельран,梅尔朗		53	56	562	56128
2994656	Meloisey	meloisey	FR	21190	320	Europe/Paris	47.03238	4.73536		Meloisey		27	21	211	21401
2994661	Mello	mello	FR	60660	381	Europe/Paris	49.2729	2.36451		Mello		32	60	604	60393
2994662	Mellionnec	mellionnec	FR	22110	463	Europe/Paris	48.17467	-3.29683		Mel'jonnek,Mel'onnek,Melioneg,Mellionnec,mo li ao nei ke,Мельйоннек,Мельоннек,默利奥内克		53	22	222	22146
2994663	Melleville	melleville	FR	76260	300	Europe/Paris	49.95721	1.47425		Melleville		28	76	761	76422
2994664	Melleville	melleville	FR	76260	0	Europe/Paris	48.20504	1.51545				24	28	282	28277
2994665	Melles	melles	FR	31440	108	Europe/Paris	42.86842	0.75843		Melles		76	31	312	31337
2994666	Melleroy	melleroy	FR	45220	542	Europe/Paris	47.89501	2.95331		Melle-le-Peuple,Melleroy,Mellerua,mo lei lu wa,Меллеруа,默勒鲁瓦		24	45	451	45199
2994669	Melleray	melleray	FR	72320	0	Europe/Paris	48.24284	1.91054				24	28	281	28284
2994670	Melleray	melleray	FR	72320	0	Europe/Paris	48.21008	2.03415				24	45	453	45240
2994671	Melleray	melleray	FR	72320	515	Europe/Paris	48.09903	0.80032		Melleray		52	72	722	72193
2994672	Melleran	melleran	FR	79190	506	Europe/Paris	46.13161	0.002		Melleran		75	79	792	79175
2994673	Mellecey	mellecey	FR	71640	1197	Europe/Paris	46.81084	4.72822		Mellecey,Mellese,Меллесе		27	71	712	71292
2994674	Mellé	melle	FR	35420	676	Europe/Paris	48.48784	-1.1893		Melle,Melleg,Mellé		53	35	351	35174
2994675	Melle	melle	FR	35420	4342	Europe/Paris	46.22395	-0.14348		Melle		75	79	792	79174
2994676	Mellac	mellac	FR	29300	2432	Europe/Paris	47.90392	-3.57764		Mellac,Mellag,Mellak,mo la ke,Меллак,默拉克		53	29	294	29147
2994677	Mellac	mellac	FR	29300	0	Europe/Paris	44.83148	1.92935				76	46	462	46295
2994678	Meljac	meljac	FR	12120	167	Europe/Paris	44.13838	2.43506		Meljac		76	12	123	12144
2994679	Mélisey	melisey	FR	70270	298	Europe/Paris	47.91525	4.07838		Melisey,Mélisey		27	89	892	89247
2994680	Mélisey	melisey	FR	70270	1857	Europe/Paris	47.75229	6.58014		Melisey,Mélisey		27	70	701	70339
2994681	Melincourt	melincourt	FR	70210	241	Europe/Paris	47.88899	6.12768		Melincourt		27	70	701	70338
2994685	Melin	melin	FR	70120	81	Europe/Paris	47.74059	5.82698		Melin		27	70	702	70337
2994686	Méligny-le-Petit	meligny-le-petit	FR	55190	60	Europe/Paris	48.66063	5.46571		Meligny,Meligny-le-Petit,Méligny,Méligny-le-Petit		44	55	552	55331
2994687	Méligny-le-Grand	meligny-le-grand	FR	55190	89	Europe/Paris	48.67734	5.49161		Meligny,Meligny-le-Grand,Méligny,Méligny-le-Grand		44	55	552	55330
2994690	Mélicourt	melicourt	FR	27390	87	Europe/Paris	48.91472	0.50451				28	27	272	27395
2994691	Mélicocq	melicocq	FR	60150	0	Europe/Paris	49.49416	2.8585		Melicocq,Melikok,Mélicocq,mei li ke,Мелікок,梅利科		32	60	603	60392
2994692	Melgven	melgven	FR	29140	3115	Europe/Paris	47.90648	-3.83501		Mel'gvan,Melgven,Melwenn,Mêlwenn,mei er ge wang,Мельгван,梅尔格旺		53	29	294	29146
2994697	Melesse	melesse	FR	35520	5675	Europe/Paris	48.21762	-1.69721		Melecia,Meled,Meless,Melesse,mo lai si,Мелесс,默莱斯		53	35	353	35173
2994700	Mélecey	melecey	FR	70110	205	Europe/Paris	47.5184	6.48984		Melecey,Mélecey		27	70	701	70336
2994705	Melay	melay	FR	49120	832	Europe/Paris	46.21667	4.03333		Melay-sur-Loire		27	71	713	71291
2994706	Melay	melay	FR	49120	303	Europe/Paris	47.8915	5.8111		Melay		44	52	522	52318
2994707	Melay	melay	FR	49120	1517	Europe/Paris	47.18333	-0.69429		Melay,Mele,mo lai,Меле,默莱		52	49	492	49092
2994710	Mélamare	melamare	FR	76170	759	Europe/Paris	49.53694	0.45514		Melamare,Mélamare		28	76	762	76421
2994713	Mélagues	melagues	FR	12360	106	Europe/Paris	43.73919	3.01794		Melagues,Mélagues		76	12	121	12143
2994718	Mela	mela	FR	20112	0	Europe/Paris	41.69576	9.0945		Mela		94	2A	2A4	2A158
2994724	Méjannes-lès-Alès	mejannes-les-ales	FR	30340	990	Europe/Paris	44.10078	4.15416		Mejannes,Mejannes-les-Ales,Méjannes,Méjannes-lès-Alès		76	30	301	30165
2994725	Méjannes-le-Clap	mejannes-le-clap	FR	30430	329	Europe/Paris	44.22549	4.34703		Mejannes,Mejannes-le-Clap,Mejeannes-le Clap,Méjannes,Méjannes-le-Clap,Méjeannes-le Clap		76	30	301	30164
2994727	Meistratzheim	meistratzheim	FR	67210	1376	Europe/Paris	48.44853	7.5435		Meistratzheim		44	67	675	67286
2994728	Meisenthal	meisenthal	FR	57960	790	Europe/Paris	48.96933	7.35312		Meisenthal,Mezantal',mei sang ta,Мезанталь,梅桑塔		44	57	576	57456
2994732	Meilly-sur-Rouvres	meilly-sur-rouvres	FR	21320	186	Europe/Paris	47.20535	4.56202		Meilly,Meilly-sur-Rouvres		27	21	211	21399
2994733	Meillonnas	meillonnas	FR	01370	1305	Europe/Paris	46.24367	5.35019		Meillonnas,Mejonna,Melyonas,Melyonâs,Meyona,mei yue na si,mylwna,Мейонна,Մեյոնա,ميلونا,梅约纳斯		84	01	012	01241
2994734	Meillon	meillon	FR	64510	795	Europe/Paris	43.26512	-0.31365		Meillon,Mejon,Melhon,mei yong,Мейон,梅永		75	64	643	64376
2994736	Meillers	meillers	FR	03210	172	Europe/Paris	46.50709	3.09269		Meillers		84	03	032	03170
2994737	Meillerie	meillerie	FR	74500	307	Europe/Paris	46.40655	6.72203		Meeri,Meillerie,Mellaria,Меєрі		84	74	744	74175
2994739	Meilleray	meilleray	FR	77320	438	Europe/Paris	48.78845	3.42714		Meilleray		11	77	773	77287
2994740	Meillard	meillard	FR	03500	284	Europe/Paris	46.38931	3.23507		Meillard		84	03	032	03169
2994742	Meillant	meillant	FR	18200	790	Europe/Paris	46.78219	2.50523		Meillant		24	18	182	18142
2994743	Meillac	meillac	FR	35270	1497	Europe/Paris	48.41179	-1.81272		Meillac,Mejak,Melieg,mei la ke,Меяк,梅拉克		53	35	354	35172
2994744	Meilhaud	meilhaud	FR	63320	398	Europe/Paris	45.54538	3.16223		Meilhaud		84	63	633	63222
2994745	Meilhards	meilhards	FR	19510	533	Europe/Paris	45.55949	1.6489		Meilhards		75	19	192	19131
2994746	Meilhan-sur-Garonne	meilhan-sur-garonne	FR	47180	1451	Europe/Paris	44.52145	0.03328		Meilhan,Meilhan-sur-Garonne,Mejan-sjur-Garonn,Melhan,jia luo ne he pan mei yang,Меян-сюр-Гаронн,加罗讷河畔梅扬		75	47	472	47165
2994747	Meilhan	meilhan	FR	32420	1080	Europe/Paris	43.86436	-0.70587				75	40	401	40180
2994748	Meilhan	meilhan	FR	32420	82	Europe/Paris	43.42305	0.68271		Meilhan		76	32	323	32250
2994749	Meilhac	meilhac	FR	87800	317	Europe/Paris	45.71373	1.15684		Meilhac		75	87	872	87094
2994752	Meigneux	meigneux	FR	77520	152	Europe/Paris	49.76621	1.89379		Meigneux		32	80	802	80525
2994753	Meigneux	meigneux	FR	77520	191	Europe/Paris	48.51208	3.10447		Meigneux		11	77	773	77286
2994754	Meigné-le-Vicomte	meigne-le-vicomte	FR	49490	341	Europe/Paris	47.51048	0.19138		Meigne,Meigne-le-Vicomte,Meigné,Meigné-le-Vicomte,Men'e-le-Vikont,mei nie lai wei kong te,Меньє-ле-Віконт,梅涅莱维孔特		52	49	493	49228
2994755	Meigné	meigne	FR	49700	331	Europe/Paris	47.23264	-0.20996		Meigne,Meigné		52	49	493	49125
2994756	Mehun-sur-Yèvre	mehun-sur-yevre	FR	18500	7257	Europe/Paris	47.13782	2.21105		Magdunum,Meehn-sjur-Jevr,Meen-sjur-Evr,Mehun,Mehun-sur-Yevre,Mehun-sur-Yevres,Mehun-sur-Yèvre,Mehun-sur-Yèvres,yi ai fu er he pan mo en,Меен-сюр-Євр,Меэн-сюр-Йевр,伊埃夫尔河畔默恩		24	18	183	18141
2994758	Méhoudin	mehoudin	FR	61410	110	Europe/Paris	48.50171	-0.38499		Meuden,mei wu dan,Меуден,梅乌丹		28	61	611	61257
2994759	Méhoncourt	mehoncourt	FR	54360	211	Europe/Paris	48.50997	6.37563		Mehoncourt,Méhoncourt		44	54	542	54359
2994760	Méhers	mehers	FR	41140	267	Europe/Paris	47.32883	1.45755		Mehers,Méhers		24	41	413	41132
2994762	Méharin	meharin	FR	64120	285	Europe/Paris	43.33344	-1.14487		Mehaine,Meharin,Méharin		75	64	641	64375
2994763	Méharicourt	meharicourt	FR	80170	548	Europe/Paris	49.79771	2.73196		Meharicourt,Méharicourt		32	80	804	80524
2994765	Mégrit	megrit	FR	22270	673	Europe/Paris	48.37501	-2.24897		Megrid,Megrit,Mégrit		53	22	221	22145
2994767	Mégevette	megevette	FR	74490	400	Europe/Paris	46.20173	6.49882		Megevette,Mégevette		84	74	742	74174
2994768	Megève	megeve	FR	74120	5129	Europe/Paris	45.85687	6.61775		MVV,Megeva,Megeve,Megevia,Megevo,Megève,Megéva,Mezhev,mgww,mujevu,Межев,مگوو,ムジェーヴ		84	74	742	74173
2994769	Mégange	megange	FR	57220	159	Europe/Paris	49.21783	6.43558		Megange,Meganzh,Mengen,Mégange,mei gang ge,mganzh,Меганж,مگانژ,梅冈格		44	57	573	57455
2994770	Mées	mees	FR	40990	1496	Europe/Paris	43.70388	-1.10987		Mees,Mées		75	40	401	40179
2994771	Mée	mee	FR	53400	182	Europe/Paris	47.79717	-0.86071		Mee,Mée		52	53	531	53148
2994773	Médréac	medreac	FR	35360	1634	Europe/Paris	48.26769	-2.06667		Mederieg,Medreac,Medreak,Médréac,mei de lei a ke,Медреак,梅德雷阿克		53	35	353	35171
2994775	Médonville	medonville	FR	88140	88	Europe/Paris	48.21915	5.73184		Medonville,Médonville		44	88	882	88296
2994778	Médis	medis	FR	17600	2550	Europe/Paris	45.64299	-0.96522		Medi,Medis,Médis,RYN,mei di,Меди,Меді,梅迪		75	17	174	17228
2994779	Médillac	medillac	FR	16210	174	Europe/Paris	45.23225	0.02572		Medijak,Medillac,Médillac,mei di la ke,Медийак,Медіяк,梅迪拉克		75	16	161	16215
2994780	Médière	mediere	FR	25250	325	Europe/Paris	47.45618	6.60074		Mediere,Médière		27	25	252	25372
2994781	Medeyrolles	medeyrolles	FR	63220	113	Europe/Paris	45.40494	3.80347		Medeyrolles		84	63	631	63221
2994784	Médavy	medavy	FR	61570	176	Europe/Paris	48.67691	0.08717		Medavy,Médavy		28	61	611	61256
2994785	Médan	medan	FR	78670	1463	Europe/Paris	48.95539	1.99494		Medan,Médan		11	78	783	78384
2994787	Mécringes	mecringes	FR	51210	148	Europe/Paris	48.86572	3.50868		Mecringes,Mécringes		44	51	512	51359
2994788	Mécrin	mecrin	FR	55300	230	Europe/Paris	48.82522	5.53384		Mecrin,Mécrin		44	55	552	55329
2994789	Mecquignies	mecquignies	FR	59570	599	Europe/Paris	50.27705	3.79389				32	59	591	59396
2994790	Mécleuves	mecleuves	FR	57245	1040	Europe/Paris	49.04429	6.27051		Mecleuves,Meklev,Mécleuves,mei ke lei wei,Меклев,梅克勒韦		44	57	579	57454
2994791	Mechmont	mechmont	FR	46150	110	Europe/Paris	44.57926	1.45023		Mechmont		76	46	461	46190
2994793	Mecé	mece	FR	35450	509	Europe/Paris	48.23749	-1.30315		Mece,Mecé,Mezieg		53	35	351	35170
2994794	Meauzac	meauzac	FR	82290	947	Europe/Paris	44.08852	1.23949		Meauzac		76	82	821	82108
2994795	Meaux-la-Montagne	meaux-la-montagne	FR	69550	176	Europe/Paris	46.04503	4.41861		Meaux,Meaux-la-Montagne		84	69	692	69130
2994798	Meaux	meaux	FR	77100	53811	Europe/Paris	48.96014	2.87885		Meldis,Mo,mo,mo cheng,mw,mw  fransh,Мо,مو,مو، فرانسه,モー,莫城,모	771	11	77	771	77284
2994799	Meaux	meaux	FR	77100	0	Europe/Paris	46.15993	2.75572				84	63	634	63130
2994800	Méautis	meautis	FR	50500	657	Europe/Paris	49.27762	-1.29937		Meautis,Méautis		28	50	504	50298
2994803	Méaulte	meaulte	FR	80300	1287	Europe/Paris	49.98167	2.66121		Meaulte,Meol't,Mieute,Méaulte,mo er te,Меольт,莫尔特		32	80	804	80523
2994805	Meaulne	meaulne	FR	03360	781	Europe/Paris	46.59831	2.6151		Maulne,Meaulne		84	03	031	03168
2994806	Méaudre	meaudre	FR	38112	1200	Europe/Paris	45.1302	5.52853		Meaudre,Méaudre		84	38	381	38225
2994807	Meaucé	meauce	FR	28240	541	Europe/Paris	48.4866	1.00322		Meauce,Meaucé		24	28	284	28240
2994808	Meauce	meauce	FR	28240	0	Europe/Paris	46.90489	3.06192				27	58	583	58225
2994810	Méasnes	measnes	FR	23360	602	Europe/Paris	46.41636	1.77764		Measnes,Méasnes		75	23	232	23130
2994818	Méallet	meallet	FR	15200	177	Europe/Paris	45.25568	2.43012		Meallet,Méallet		84	15	152	15123
2994821	Méailles	meailles	FR	04240	90	Europe/Paris	44.0233	6.63147		Meailles,Meaj,Mealhas,Méailles,mei ai lai,Меай,梅艾莱		93	04	042	04115
2994825	Mazzola	mazzola	FR	20212	26	Europe/Paris	42.30109	9.31124		Mazzola		94	2B	2B3	2B157
2994827	Mazuby	mazuby	FR	11140	26	Europe/Paris	42.80197	2.03336		Mazuby		76	11	112	11229
2994829	Mazouau	mazouau	FR	65250	11	Europe/Paris	43.0333	0.39972		Mazouau		76	65	652	65309
2994831	Mazoires	mazoires	FR	63420	108	Europe/Paris	45.39395	3.04432		Masoiras,Masòiras,Mazoires,Mazuar,ma zu wa lei,Мазуар,马祖瓦雷		84	63	633	63220
2994832	Mazirot	mazirot	FR	88500	218	Europe/Paris	48.32224	6.14666		Mazirot		44	88	882	88295
2994833	Mazirat	mazirat	FR	03420	268	Europe/Paris	46.22309	2.53985		Mazirat		84	03	031	03167
2994834	Mazion	mazion	FR	33390	437	Europe/Paris	45.16255	-0.61445		Mazion		75	33	331	33280
2994835	Mazinghien	mazinghien	FR	59360	311	Europe/Paris	50.05059	3.60254		Mazinghien		32	59	592	59395
2994836	Mazinghem	mazinghem	FR	62120	346	Europe/Paris	50.6029	2.40528		Mazinghem		32	62	622	62564
2994837	Mazingarbe	mazingarbe	FR	62670	7587	Europe/Paris	50.47109	2.71544		Mazengarb,Mazingarbe,Mazingarpe,ma zan jia er bo,mazynjarb,Мазенгарб,مازينجارب,马赞加尔伯		32	62	627	62563
2994839	Mazille	mazille	FR	71250	419	Europe/Paris	46.38333	4.6				27	71	715	71290
2994840	Mazières-sur-Béronne	mazieres-sur-beronne	FR	79500	348	Europe/Paris	46.19479	-0.18446		Mazieres,Mazieres-sur-Beronne,Mazieres-sur-la Beronne,Mazières,Mazières-sur-Béronne,Mazières-sur-la Beronne		75	79	792	79174
2995048	Maurens	maurens	FR	24140	946	Europe/Paris	44.93509	0.48363		Maurens		75	24	243	24259
2994841	Mazières-Naresse	mazieres-naresse	FR	47210	141	Europe/Paris	44.65296	0.70417		Mazieres-Naresse,Mazières-Naresse		75	47	473	47164
2994842	Mazières-en-Mauges	mazieres-en-mauges	FR	49280	1023	Europe/Paris	47.04648	-0.81714		Mazieres,Mazieres-en-Mauges,Mazières,Mazières-en-Mauges		52	49	492	49195
2994843	Mazières-en-Gâtine	mazieres-en-gatine	FR	79310	923	Europe/Paris	46.53267	-0.3228		Maz'er-an-Gatin,Mazieres,Mazieres-en-Gatine,Mazières,Mazières-en-Gâtine,Мазьєр-ан-Гатін		75	79	793	79172
2994844	Mazières-de-Touraine	mazieres-de-touraine	FR	37130	1063	Europe/Paris	47.38326	0.42548		Mazieres,Mazieres-de-Touraine,Mazières,Mazières-de-Touraine		24	37	371	37150
2994845	Mazières	mazieres	FR	16270	0	Europe/Paris	47.06667	2.4				24	18	181	18033
2994846	Mazières	mazieres	FR	16270	95	Europe/Paris	45.83655	0.57017		Maseiras,Maz'er,Mazieres,Mazières,ma qi ai,Мазьер,Мазьєр,马齐埃		75	16	163	16192
2994847	Mazières	mazieres	FR	16270	0	Europe/Paris	44.64495	0.70659		Mazieres,Mazières		75	47	473	47164
2994848	Mazières	mazieres	FR	16270	0	Europe/Paris	44.54348	1.10494				76	46	461	46199
2994851	Mazeyrolles	mazeyrolles	FR	24550	361	Europe/Paris	44.66945	1.01425		Maseirolas,Maseiròlas,Mazerol',Mazeyrolles,ma ze luo lai,Мазероль,马泽罗莱		75	24	244	24263
2994852	Mazeyrat-d'Allier	mazeyrat-d-allier	FR	43300	0	Europe/Paris	45.12072	3.52962		Mazeyrat,Mazeyrat-Chrispinhac,Mazeyrat-Crispinhac		84	43	431	43132
2994853	Mazerat-Aurouze	mazerat-aurouze	FR	43230	0	Europe/Paris	45.1864	3.56041		Mazerat-Aurouze,Mazeyrat-Aurouze		84	43	431	43131
2994855	Mazeuil	mazeuil	FR	86110	272	Europe/Paris	46.78781	0.08449		Mazej,Mazeuil,ma ze yi,Мазей,马泽伊		75	86	861	86154
2994856	Mazet-Saint-Voy	mazet-saint-voy	FR	43520	1081	Europe/Paris	45.04696	4.24414		Maze-Sen-Vua,Mazet,Mazet-Saint-Voy,Mont-Lizieu,Sant Evosi de Bonas,Sant Evòsi de Bonàs,ma ze sheng wa,Мазе-Сен-Вуа,马泽圣瓦		84	43	433	43130
2994857	Mazerulles	mazerulles	FR	54280	265	Europe/Paris	48.75904	6.38008		Mazerulles		44	54	543	54358
2994859	Mazerolles-le-Salin	mazerolles-le-salin	FR	25170	176	Europe/Paris	47.24058	5.87033		Mazerolles,Mazerolles-le-Salin		27	25	251	25371
2994860	Mazerolles-du-Razès	mazerolles-du-razes	FR	11240	192	Europe/Paris	43.13909	2.07148		Mazerolles,Mazerolles-du-Razes,Mazerolles-du-Razès		76	11	112	11228
2994861	Mazerolles	mazerolles	FR	16310	810	Europe/Paris	46.40519	0.6838		Mazerolles		75	86	862	86153
2994862	Mazerolles	mazerolles	FR	16310	318	Europe/Paris	45.74762	0.53329		Mazerolles		75	16	163	16213
2994863	Mazerolles	mazerolles	FR	16310	232	Europe/Paris	45.54823	-0.58203		Mazerolles		75	17	171	17227
2994864	Mazerolles	mazerolles	FR	16310	0	Europe/Paris	43.87513	-0.43756				75	40	402	40178
2994865	Mazerolles	mazerolles	FR	16310	812	Europe/Paris	43.44917	-0.46956		Mazerolles		75	64	643	64374
2994866	Mazerolles	mazerolles	FR	16310	105	Europe/Paris	43.35204	0.2808		Mazerolles		76	65	653	65308
2994867	Mazerier	mazerier	FR	03800	271	Europe/Paris	46.12517	3.1903		Masereir,Maserèir,Mazer'e,Mazere,Mazerier,ma ze li ye,Мазерье,Мазерє,马泽里耶		84	03	033	03166
2994868	Mazères-Lezons	mazeres-lezons	FR	64110	2305	Europe/Paris	43.2773	-0.35246		Maseras e Leson,Maseras-Leson,Masèras e Leson,Masèras-Leson,Mazer-Lezon,Mazeres,Mazeres-Lezons,Mazères,Mazères-Lezons,ma ze lei lei zong,Мазер-Лезон,马泽雷勒宗		75	64	643	64373
2994869	Mazères	mazeres	FR	09270	632	Europe/Paris	44.49579	-0.25873		Mazeres,Mazères		75	33	333	33279
2994870	Mazères	mazeres	FR	09270	3006	Europe/Paris	43.25174	1.67816		Mazeres,Mazères		76	09	092	09185
2994871	Mazères-sur-Salat	mazeres-sur-salat	FR	31260	0	Europe/Paris	43.13333	0.96667				76	31	312	31336
2994872	Mazères-de-Neste	mazeres-de-neste	FR	65150	0	Europe/Paris	43.07179	0.54222		Mazeres,Mazeres-de Neste,Mazeres-de-Neste,Mazères,Mazères-de Neste,Mazères-de-Neste		76	65	652	65307
2994874	Mazeray	mazeray	FR	17400	843	Europe/Paris	45.90848	-0.56375		Mazeray		75	17	175	17226
2994879	Mazeley	mazeley	FR	88150	260	Europe/Paris	48.24215	6.33892		Mazelay,Mazeley		44	88	881	88294
2994884	Mazeirat	mazeirat	FR	23150	0	Europe/Paris	46.23029	1.53666				75	23	232	23235
2994885	Mazeirat	mazeirat	FR	23150	0	Europe/Paris	46.14236	1.98106		Mazeirat		75	23	232	23128
2994891	Mazé	maze	FR	49630	4094	Europe/Paris	47.4561	-0.27318		Maze,Mazé		52	49	493	49194
2994892	Mazaye	mazaye	FR	63230	618	Europe/Paris	45.7855	2.85994		Mazaye		84	63	633	63219
2994894	Mazaugues	mazaugues	FR	83136	636	Europe/Paris	43.34835	5.92152		Masaugas,Mazaugues,Mazog,ma zuo ju e,Мазог,马佐居厄		93	83	833	83076
2994896	Mazan-l'Abbaye	mazan-l-abbaye	FR	07510	0	Europe/Paris	44.72811	4.08885		Mazan,Mazan-l'Abbaye		84	07	071	07154
2994897	Mazangé	mazange	FR	41100	866	Europe/Paris	47.82404	0.94586		Mazang,Mazange,Mazangé,Mazanzhe,Mazàng,ma cang re,Мазанже,马藏热		24	41	412	41131
2994899	Mazan	mazan	FR	84380	0	Europe/Paris	46.86667	2.78333				24	18	182	18195
2994900	Mazan	mazan	FR	84380	0	Europe/Paris	46.08799	2.6454				84	63	634	63360
2994901	Mazan	mazan	FR	84380	5307	Europe/Paris	44.05696	5.1268		Mazan		93	84	843	84072
2994902	Mazamet	mazamet	FR	81200	11479	Europe/Paris	43.49275	2.3736		Masamet,Mazame,Mazamet,ma zha mo,Мазаме,马扎默		76	81	812	81163
2994906	May-sur-Orne	may-sur-orne	FR	14320	1795	Europe/Paris	49.10107	-0.37471		May,May-sur-Orne,Me-sjur-Orn,ao er en he pan mai,Ме-сюр-Орн,奥尔恩河畔迈		28	14	142	14408
2994908	Maysel	maysel	FR	60660	272	Europe/Paris	49.2608	2.37483		Maysel		32	60	604	60391
2994909	Mayronnes	mayronnes	FR	11220	0	Europe/Paris	43.05644	2.52531		Mayronnes		76	11	111	11227
2994910	Mayrinhac-Lentour	mayrinhac-lentour	FR	46500	474	Europe/Paris	44.81378	1.80633		Mayrinhac,Mayrinhac-Lentour		76	46	462	46189
2994914	Mayreville	mayreville	FR	11420	80	Europe/Paris	43.23997	1.83948		Mayreville		76	11	111	11226
2994915	Mayres	mayres	FR	07330	190	Europe/Paris	45.38826	3.69492		Mayres		84	63	631	63218
2994916	Mayres-Savel	mayres-savel	FR	38350	115	Europe/Paris	44.86667	5.71667				84	38	381	38224
2994917	Mayres	mayres	FR	07330	250	Europe/Paris	44.66565	4.11432		Mayres,Sources-d'Ardeche,Sources-d'Ardèche		84	07	071	07153
2994918	Mayrègne	mayregne	FR	31110	0	Europe/Paris	42.84363	0.53956		Mayregne,Mayrègne		76	31	312	31335
2994919	Mayran	mayran	FR	12390	473	Europe/Paris	44.3886	2.36366		Mayran		76	12	123	12142
2994920	Mayrac	mayrac	FR	46200	225	Europe/Paris	44.89852	1.5579		Mayrac		76	46	463	46337
2994921	Mayot	mayot	FR	02800	177	Europe/Paris	49.70381	3.38511		Mayot		32	02	022	02473
2994925	Maynal	maynal	FR	39190	289	Europe/Paris	46.55869	5.42286		Maynal,Menal',mai na,Меналь,迈纳		27	39	392	39320
2994927	Maylis	maylis	FR	40250	359	Europe/Paris	43.69699	-0.68068		Maylis		75	40	401	40177
2994928	Mayet	mayet	FR	72360	3048	Europe/Paris	47.75938	0.27473		Mayet		52	72	721	72191
2994929	Mayet	mayet	FR	72360	0	Europe/Paris	45.01667	0.33333				75	24	243	24462
2994935	Mayenne	mayenne	FR	53100	15583	Europe/Paris	48.30337	-0.61383		Mayenne	533	52	53	533	53147
2994936	May-en-Multien	may-en-multien	FR	77145	873	Europe/Paris	49.07225	3.02331		May,May-en-Multien		11	77	771	77283
2994943	Mayac	mayac	FR	24420	323	Europe/Paris	45.28064	0.94332		Maiac,Majak,Mayac,mai a ke,Майак,Маяк,迈阿克		75	24	242	24262
2994945	Maxstadt	maxstadt	FR	57660	266	Europe/Paris	49.04373	6.79298		Maksstad,Makstad,Maxshahart,Maxstadt,ma ke si si ta de,maksshtat,Максстад,Макстад,ماکسشتات,马克斯斯塔德		44	57	573	57453
2994946	Maxou	maxou	FR	46090	0	Europe/Paris	44.5365	1.4435				76	46	461	46188
2994947	Maxilly-sur-Saône	maxilly-sur-saone	FR	21270	280	Europe/Paris	47.3343	5.4285		Maxilly,Maxilly-sur-Saone,Maxilly-sur-Saône		27	21	212	21398
2994948	Maxilly-sur-Léman	maxilly-sur-leman	FR	74500	1130	Europe/Paris	46.39828	6.63113		Maxilly,Maxilly-sur-Leman,Maxilly-sur-Léman		84	74	744	74172
2994949	Maxey-sur-Vaise	maxey-sur-vaise	FR	55140	330	Europe/Paris	48.53863	5.66759		Maxey,Maxey-sur-Vaise		44	55	552	55328
2994950	Maxey-sur-Meuse	maxey-sur-meuse	FR	88630	270	Europe/Paris	48.45089	5.69794		Makse-sjur-Mez,Maxey,Maxey-sur-Meuse,mo ci he pan ma ke sai,Максе-сюр-Мез,默兹河畔马克塞		44	88	882	88293
2994951	Maxéville	maxeville	FR	54320	9226	Europe/Paris	48.71324	6.16658		Maksevil',Maxeville,Maxéville,ma ke sai wei er,Максевиль,Максевіль,马克塞维尔		44	54	543	54357
2994952	Maxent	maxent	FR	35380	1140	Europe/Paris	47.98274	-2.03432		Maxent,Skiriou-Masen,Skirioù-Masen		53	35	353	35169
2994953	Mavilly-Mandelot	mavilly-mandelot	FR	21190	161	Europe/Paris	47.04857	4.73845		Mavilly,Mavilly-Mandelot		27	21	211	21397
2994954	Maves	maves	FR	41500	606	Europe/Paris	47.7429	1.36511		Maves,Maves-Pontijou		24	41	411	41130
2994957	Mauzun	mauzun	FR	63160	67	Europe/Paris	45.70334	3.43081		Mauzun		84	63	632	63216
2994958	Mauzé-Thouarsais	mauze-thouarsais	FR	79100	2067	Europe/Paris	46.97611	-0.27846		Mauze-Thouarsais,Mauzé-Thouarsais,Moze-Tuarse,Мозе-Туарсе		75	79	791	79329
2994959	Mauzé-sur-le-Mignon	mauze-sur-le-mignon	FR	79210	2477	Europe/Paris	46.1957	-0.66817		Mauze,Mauze-sur-le-Mignon,Mauzé,Mauzé-sur-le-Mignon,Moze-sjur-le-Min'on,Мозе-сюр-ле-Міньон		75	79	792	79170
2994960	Mauzens-et-Miremont	mauzens-et-miremont	FR	24260	360	Europe/Paris	44.99369	0.91841		Mausens e Miramont,Mauzens,Mauzens-et-Miremont,Mozanz-e-Mirmon,mo cang he mi lei meng,Мозанз-е-Мирмон,Мозанз-е-Мірмон,莫藏和米雷蒙		75	24	244	24261
2994962	Mauzac	mauzac	FR	31410	905	Europe/Paris	44.86429	0.79728		Mausac e Grand Castanh,Mausac e Grandcastanh,Mauzac,Mauzac et Grand Castang,Mauzac-et-Grand-Castang,Mauzac-et-Saint-Meyme,Mauzac-et-Saint-Meyme-de-Rezens,Mauzac-la-Linde,Mozak-e-Gran-Kastan,mo zha ke he ge lang de-ka si tang,Мозак-е-Гран-Кастан,莫扎克和格朗德-卡斯唐		75	24	241	24260
2994963	Mauzac	mauzac	FR	31410	767	Europe/Paris	43.37522	1.29303		Mauzac		76	31	311	31334
2994965	Maux	maux	FR	58290	146	Europe/Paris	47.04774	3.78226		Maux		27	58	581	58161
2994966	Maux	maux	FR	58290	0	Europe/Paris	44.85842	0.7411				75	24	241	24223
2994971	Mauvilly	mauvilly	FR	21510	90	Europe/Paris	47.70797	4.69762		Mauvilly		27	21	213	21396
2994973	Mauvières	mauvieres	FR	36370	309	Europe/Paris	46.57783	1.08133		Mauvieres,Mauvières,Mov'er,Mover,mo wei ai,Мовьер,Мовєр,莫维埃		24	36	361	36114
2994974	Mauvezin-sur-Gupie	mauvezin-sur-gupie	FR	47200	0	Europe/Paris	44.55494	0.1684		Mauvesin,Mauvezin,Movzen-sjur-Gjupi,ju pi ye he pan mo wei zan,Мовзен-сюр-Гюпи,Мовзен-сюр-Гюпі,居皮耶河畔莫韦赞		75	47	472	47163
2994975	Mauvezin-de-Sainte-Croix	mauvezin-de-sainte-croix	FR	09230	51	Europe/Paris	43.07881	1.22842		Mauvezin,Mauvezin-de-Sainte-Croix		76	09	093	09184
2994976	Mauvezin-de-Prat	mauvezin-de-prat	FR	09160	72	Europe/Paris	43.03098	0.9966		Mauvezin,Mauvezin-de-Prat		76	09	093	09183
2994977	Mauvezin	mauvezin	FR	31230	0	Europe/Paris	43.38637	0.92529		Mauvezin,Mauvezin-de-l'Isle		76	31	312	31333
2994978	Mauvezin-d'Armagnac	mauvezin-d-armagnac	FR	40240	0	Europe/Paris	43.9537	-0.12073		Mauvezin,Mauvezin-d'Armagnac		75	40	402	40176
2994979	Mauvezin	mauvezin	FR	31230	1898	Europe/Paris	43.73034	0.87784		Mauvezin		76	32	322	32249
2994980	Mauvezin	mauvezin	FR	31230	196	Europe/Paris	43.11527	0.28324		Mauvezin		76	65	652	65306
2994981	Mauves-sur-Loire	mauves-sur-loire	FR	44470	2579	Europe/Paris	47.29671	-1.39138		Malva,Malvid,Mauve-sur-Loire,Mauves,Mauves-sur-Loire,Mov-sjur-Luar,lu wa er he pan mo wei,Мов-сюр-Луар,卢瓦尔河畔莫韦		52	44	442	44094
2994982	Mauves-sur-Huisne	mauves-sur-huisne	FR	61400	653	Europe/Paris	48.45056	0.62048		Mauves,Mauves-sur-Huisne		28	61	613	61255
2994983	Mauves	mauves	FR	07300	1113	Europe/Paris	45.03833	4.82934		Mauves		84	07	073	07152
2994985	Mauvaisin	mauvaisin	FR	31190	249	Europe/Paris	43.35455	1.54975		Mauvaisin,Mauvesin,Mauvezin-Saves		76	31	313	31332
2994988	Mauvages	mauvages	FR	55190	236	Europe/Paris	48.5948	5.55398		Mauvages,Movazh,mo wa re,Моваж,莫瓦热		44	55	552	55327
2994990	Mautes	mautes	FR	23190	218	Europe/Paris	45.94371	2.38424		Mautes		75	23	231	23127
2994991	Maussans	maussans	FR	70230	72	Europe/Paris	47.4283	6.25042		Maussans		27	70	702	70335
2994992	Maussane-les-Alpilles	maussane-les-alpilles	FR	13520	2197	Europe/Paris	43.72236	4.80497		Maucana,Maussana deis Aupilhas,Maussane,Maussanne,Mauçana,Mossan-lez-Al'pij,mo sang lai a er pi lai,Моссан-лез-Альпий,Моссан-лез-Альпій,莫桑莱阿尔皮莱		93	13	132	13058
2994993	Maussac	maussac	FR	19250	398	Europe/Paris	45.47211	2.14317		Maussac		75	19	193	19130
2994994	Mausoléo	mausoleo	FR	20259	0	Europe/Paris	42.5201	9.00829		Mausoleo,Mausoléo,Mauzoleo,U Musuleu,Маузолео		94	2B	2B5	2B156
2994998	Maury	maury	FR	66460	0	Europe/Paris	47.20563	-0.39197				52	49	493	49125
2994999	Maury	maury	FR	66460	0	Europe/Paris	45.16215	0.4459				75	24	243	24104
2995000	Maury	maury	FR	66460	941	Europe/Paris	42.81167	2.59294		Maury		76	66	663	66107
2995001	Maurupt-le-Montois	maurupt-le-montois	FR	51340	565	Europe/Paris	48.7503	4.85043		Maurupt,Maurupt-et-le Montois,Maurupt-et-le Montoy,Maurupt-le-Montois		44	51	514	51358
2995003	Maurs	maurs	FR	15600	2269	Europe/Paris	44.71065	2.19797		Maurs,Maurs-la-Jolie		84	15	151	15122
2995004	Maurrin	maurrin	FR	40270	421	Europe/Paris	43.82486	-0.37222		Maurrin		75	40	402	40175
2995006	Mauroux	mauroux	FR	32380	452	Europe/Paris	44.45486	1.04683		Mauroux		76	46	461	46187
2995007	Mauroux	mauroux	FR	32380	140	Europe/Paris	43.91113	0.81127		Mauroux		76	32	322	32248
2995009	Mauron	mauron	FR	56430	3426	Europe/Paris	48.08181	-2.28606		Maoron,Mauron,Mauronium,Moron,mo long,Морон,莫龙		53	56	562	56127
2995010	Maurois	maurois	FR	59980	455	Europe/Paris	50.07429	3.46664		Maurois		32	59	592	59394
2995016	Maurines	maurines	FR	15110	104	Europe/Paris	44.87049	3.08554		Maurines		84	15	153	15121
2995018	Mauries	mauries	FR	40320	69	Europe/Paris	43.61814	-0.33307		Mauries		75	40	402	40174
2995022	Moriat	moriat	FR	63340	357	Europe/Paris	45.4	3.26667				84	63	633	63242
2995024	Mauriac	mauriac	FR	15200	3955	Europe/Paris	45.21899	2.33353		Mauriac	152	84	15	152	15120
2995025	Mauriac	mauriac	FR	15200	0	Europe/Paris	45.0892	0.43015				75	24	243	24157
2995026	Mauriac	mauriac	FR	15200	0	Europe/Paris	45.05568	3.72663				84	43	432	43062
2995027	Mauriac	mauriac	FR	15200	245	Europe/Paris	44.7448	-0.03007		Mauriac		75	33	333	33278
2995028	Mauriac	mauriac	FR	15200	0	Europe/Paris	44.19609	2.91632		Mauria,Mauriac		76	12	121	12236
2995029	Maureville	maureville	FR	31460	288	Europe/Paris	43.52277	1.70216		Maureville		76	31	313	31331
2995032	Mauressargues	mauressargues	FR	30350	129	Europe/Paris	43.95981	4.15898		Mauressargues		76	30	302	30163
2995033	Mauressac	mauressac	FR	31190	270	Europe/Paris	43.32395	1.43393		Mauressac		76	31	311	31330
2995038	Maurepas	maurepas	FR	78310	208	Europe/Paris	49.98877	2.84743		Maurepas		32	80	804	80521
2995039	Maurepas	maurepas	FR	78310	0	Europe/Paris	49.9	1.46667				28	76	761	76320
2995040	Maurepas	maurepas	FR	78310	0	Europe/Paris	49.40132	1.62986				28	27	271	27066
2995041	Maurepas	maurepas	FR	78310	19009	Europe/Paris	48.76486	1.92923		Maurepas		11	78	782	78383
2995042	Maurepas	maurepas	FR	78310	0	Europe/Paris	48.22427	3.00261				11	77	773	77035
2995043	Maurepas	maurepas	FR	78310	0	Europe/Paris	48.1226	3.39944				27	89	893	89051
2995044	Maurepas	maurepas	FR	78310	0	Europe/Paris	47.76904	3.30007				27	89	891	89251
2995045	Maurepas	maurepas	FR	78310	0	Europe/Paris	47.11381	2.02144				24	18	183	18064
2995047	Maurens-Scopont	maurens-scopont	FR	81470	167	Europe/Paris	43.59569	1.81476		Maurens,Maurens-Scopont		76	81	812	81162
2995049	Maurens	maurens	FR	24140	215	Europe/Paris	43.59452	0.91563		Maurens		76	32	321	32247
2995050	Maurens	maurens	FR	24140	0	Europe/Paris	43.46573	1.79469		Maurens		76	31	313	31329
2995051	Mauremont	mauremont	FR	31290	249	Europe/Paris	43.45701	1.67914		Mauremont,Maurémont		76	31	313	31328
2995054	Maureillas-las-Illas	maureillas-las-illas	FR	66480	2491	Europe/Paris	42.49014	2.80752		Maureillas,Morejas-la-Illas,Morellas,Morellas i les Illes,Morellàs,Morellàs i les Illes,mo lei la la yi la,mrya-la-zyla,mwrya-la-zyla,Мореяс-ла-Іллас,Мореяс-ла-Иллас,مریا-لا-زیلا,موریا-لا-زیلا,莫雷拉拉伊拉		76	66	661	66106
2995055	Maureilhan	maureilhan	FR	34370	1610	Europe/Paris	43.3576	3.12011		Maureilhan,Maureilhan-et-Ramejan,Maureilhan-et-Raméjan		76	34	341	34155
2995056	Mauregny-en-Haye	mauregny-en-haye	FR	02820	421	Europe/Paris	49.53191	3.79774		Mauregny,Mauregny-en-Haye		32	02	022	02472
2995057	Mauregard	mauregard	FR	77990	259	Europe/Paris	49.03417	2.58058		Mauregard		11	77	771	77282
2995058	Maure-de-Bretagne	maure-de-bretagne	FR	35330	2711	Europe/Paris	47.89159	-1.99248		Anast,Maure,Maure-de-Bretagne,Mor-de-Bretan',mo er de bu lei ta ni,Мор-де-Бретань,莫尔德布雷塔尼		53	35	352	35168
2995059	Maurecourt	maurecourt	FR	78780	3668	Europe/Paris	48.99614	2.06155		Maurecourt,Morekur,Морекур		11	78	783	78382
2995062	Maure	maure	FR	64460	0	Europe/Paris	46.44195	2.42339				84	03	031	03051
2995063	Maure	maure	FR	64460	0	Europe/Paris	44.31667	6.4		La Maure,Maure		93	04	043	04205
2995064	Maure	maure	FR	64460	108	Europe/Paris	43.38176	-0.07233		Maure		75	64	643	64372
2995067	Mauran	mauran	FR	31220	0	Europe/Paris	43.50735	5.13396				93	13	134	13014
2995068	Mauran	mauran	FR	31220	132	Europe/Paris	43.18926	1.03199		Mauran		76	31	311	31327
2995069	Mauquenchy	mauquenchy	FR	76440	286	Europe/Paris	49.60368	1.4664		Mauquenchy		28	76	761	76420
2995070	Mauprévoir	mauprevoir	FR	86460	690	Europe/Paris	46.17334	0.5175		Mauprevoir,Mauprévoir,Moprevuar,mo pu lei wa,Мопревуар,莫普雷瓦		75	86	862	86152
2995071	Maupertus-sur-Mer	maupertus-sur-mer	FR	50330	278	Europe/Paris	49.65704	-1.48379		CER,Maupertus,Maupertus-sur-Mer		28	50	502	50296
2995073	Maupertuis	maupertuis	FR	50410	129	Europe/Paris	48.9544	-1.20071		Maupertuis		28	50	504	50295
2995074	Maupertuis	maupertuis	FR	50410	0	Europe/Paris	47.58857	3.63321				27	89	891	89238
2995075	Maupertuis	maupertuis	FR	50410	0	Europe/Paris	46.33016	3.2329				84	03	032	03038
2995077	Mauperthuis	mauperthuis	FR	77120	473	Europe/Paris	48.76819	3.03866		Mauperthuis		11	77	771	77281
2995078	Mauperthuis	mauperthuis	FR	77120	0	Europe/Paris	48.53965	3.3577		Mauperthuis,Mont-Aubetin		11	77	773	77459
2995080	Maupas	maupas	FR	10320	82	Europe/Paris	48.13553	4.07486		Les Maupas,Maupas		44	10	103	10229
2995081	Maupas	maupas	FR	10320	201	Europe/Paris	43.85169	-0.14421		Maupas		76	32	322	32246
2995084	Mauny	mauny	FR	76530	177	Europe/Paris	49.3842	0.88476		Mauny		28	76	763	76419
2995085	Mauny	mauny	FR	76530	0	Europe/Paris	48.3409	3.50484				27	89	893	89359
2995086	Maumusson-Laguian	maumusson-laguian	FR	32400	172	Europe/Paris	43.60942	-0.10154		Maumusson		76	32	323	32245
2995089	Maumusson	maumusson	FR	44540	874	Europe/Paris	47.48214	-1.10559		Malvegon,Maumusson		52	44	445	44180
2995090	Maumusson	maumusson	FR	44540	50	Europe/Paris	43.91749	0.90241		Maumusson		76	82	821	82107
2995102	Maulichères	maulicheres	FR	32400	194	Europe/Paris	43.68889	-0.09005		Maulicheres,Maulichères		76	32	323	32244
2995103	Maulévrier-Sainte-Gertrude	maulevrier-sainte-gertrude	FR	76490	935	Europe/Paris	49.55	0.73333				28	76	763	76418
2995104	Maulévrier	maulevrier	FR	49360	2864	Europe/Paris	47.00966	-0.745		Maulevrier,Maulévrier,Molevrie,mo lai fu li ye,Молевріє,莫莱夫里耶		52	49	492	49192
2995105	Maulette	maulette	FR	78550	751	Europe/Paris	48.79289	1.62154		Maulette,Molett,Молетт		11	78	781	78381
2995106	Maulers	maulers	FR	60480	187	Europe/Paris	49.54856	2.16535		Maulers		32	60	601	60390
2995107	Mauléon-Licharre	mauleon-licharre	FR	64130	3313	Europe/Paris	43.22422	-0.88717		Maule-Lextarre,Mauleo,Mauleon,Mauleon-Licharre,Mauleon-Soule,Mauleón,Mauleón-Licharre,Maulion,Mauléon,Mauléon-Licharre,Mauléon-Soule,Moleon-Lishar,Moleon-Lisharr,mo lai weng li sha er,moreon=risharu,Молеон-Лишар,Молеон-Лишарр,Молеон-Лішарр,モレオン＝リシャール,莫莱翁利沙尔		75	64	642	64371
2995108	Mauléon-d'Armagnac	mauleon-d-armagnac	FR	32240	0	Europe/Paris	43.90276	-0.15324		Mauleon,Mauleon-d'Armagnac,Mauléon,Mauléon-d'Armagnac		76	32	322	32243
2995109	Mauléon-Barousse	mauleon-barousse	FR	65370	146	Europe/Paris	42.95941	0.56736		Mauleon,Mauleon-Barousse,Maulion,Maulion de Varossa,Mauléon,Mauléon-Barousse,Moleon-Barus,Moleon-Baruss,mo lai weng ba lu si,Молеон-Барус,Молеон-Барусс,莫莱翁巴鲁斯		76	65	652	65305
2995110	Maule	maule	FR	78580	6272	Europe/Paris	48.91056	1.85264		Maule		11	78	783	78380
2995113	Maulde	maulde	FR	59158	902	Europe/Paris	50.5023	3.43365		Maulde,Mol'd,mo er de,Мольд,莫尔德		32	59	596	59393
2995114	Maulay	maulay	FR	86200	199	Europe/Paris	46.97847	0.21749		Maulay,Mole,Моле		75	86	861	86151
2995115	Maulan	maulan	FR	55500	89	Europe/Paris	48.66803	5.25384		Maulan		44	55	551	55326
2995121	Mauguio	mauguio	FR	34130	18320	Europe/Paris	43.61692	4.00739		Condado de Melguelh,Mauguio,Mauguiò,Mauguou,Mauguòu,Melgorium,Mogio,Mont-Salaison,mo ji ao,Могио,Могіо,莫吉奥		76	34	343	34154
2995333	Mary	mary	FR	71300	195	Europe/Paris	46.61821	4.49988		Mary		27	71	711	71286
2995126	Maudétour-en-Vexin	maudetour-en-vexin	FR	95420	191	Europe/Paris	49.09964	1.77507		Maudetour,Maudetour-en-Vexin,Maudétour,Maudétour-en-Vexin,Modetur-an-Veksen,fu ke sang de qu mo de tu,Модетур-ан-Вексен,弗克桑地区莫德图		11	95	953	95379
2995128	Maucourt-sur-Orne	maucourt-sur-orne	FR	55400	45	Europe/Paris	49.24865	5.50831		Maucourt,Maucourt-sur-Orne		44	55	553	55325
2995129	Maucourt	maucourt	FR	60640	0	Europe/Paris	49.79358	2.75408		Maucourt		32	80	804	80520
2995130	Maucourt	maucourt	FR	60640	125	Europe/Paris	49.63583	3.07356		Maucourt		32	60	603	60389
2995131	Maucor	maucor	FR	64160	493	Europe/Paris	43.35483	-0.28364		Maucor,Maucòr,Mokor,mo ke,Мокор,莫科		75	64	643	64370
2995132	Maucomble	maucomble	FR	76680	326	Europe/Paris	49.68333	1.33333		Maucomble		28	76	761	76417
2995135	Mauchamps	mauchamps	FR	91730	288	Europe/Paris	48.53034	2.19453		Mauchamps,Mosham,mo shang pu,Мошам,莫尚普		11	91	911	91378
2995146	Maubourguet	maubourguet	FR	65700	2492	Europe/Paris	43.46834	0.03473		Mauborguet,Maubourguet,Moburge,Moburget,mo bu er gai,Мобурге,Мобургет,莫布尔盖		76	65	653	65304
2995150	Maubeuge	maubeuge	FR	59600	33684	Europe/Paris	50.27875	3.97267		Malbodium,Maubeuche,Maubeuge,Mobezh,Mobjozh,XME,mo bo ri,moboeju,mobuju,mwbwzh,Мобеж,Мобёж,موبوژ,モブージュ,莫伯日,모뵈주		32	59	591	59392
2995151	Maubert-Fontaine	maubert-fontaine	FR	08260	954	Europe/Paris	49.8675	4.43017		Maubert,Maubert-Fontaine		44	08	081	08282
2995154	Maubec	maubec	FR	38300	1497	Europe/Paris	45.56739	5.26371		Maubec		84	38	382	38223
2995155	Maubec	maubec	FR	38300	1682	Europe/Paris	43.84379	5.13919		Maubec		93	84	841	84071
2995156	Maubec	maubec	FR	38300	160	Europe/Paris	43.80934	0.91722		Maubec		76	82	821	82106
2995157	Matzenheim	matzenheim	FR	67150	1334	Europe/Paris	48.3945	7.62185				44	67	675	67285
2995160	Matton-et-Clémency	matton-et-clemency	FR	08110	450	Europe/Paris	49.66479	5.20618		Matton,Matton-et-Clemency,Matton-et-Clémency,Mattonville		44	08	083	08281
2995161	Mattexey	mattexey	FR	54830	69	Europe/Paris	48.44369	6.51586		Mattexey		44	54	542	54356
2995165	Fessanvilliers-Mattanvilliers	fessanvilliers-mattanvilliers	FR	28270	0	Europe/Paris	48.71226	1.04662				24	28	283	28151
2995166	Mattaincourt	mattaincourt	FR	88500	947	Europe/Paris	48.28069	6.13128		Mattaincourt,Mattenkur,ma tan ku er,Маттенкур,马坦库尔		44	88	882	88292
2995168	Matringhem	matringhem	FR	62310	175	Europe/Paris	50.54517	2.16501		Matrengem,Matringhem,Matringhin,ma te lan gai mu,matrynhym,Матренгем,ماترينهيم,马特兰盖姆		32	62	624	62562
2995170	Matra	matra	FR	20270	46	Europe/Paris	42.28042	9.39046		Matra		94	2B	2B3	2B155
2995171	Matour	matour	FR	71520	1014	Europe/Paris	46.30654	4.48178		Matour		27	71	715	71289
2995172	Matougues	matougues	FR	51510	661	Europe/Paris	48.99376	4.24253		Matougues		44	51	511	51357
2995174	Matigny	matigny	FR	80400	520	Europe/Paris	49.79595	3.00732		Matigny		32	80	804	80519
2995175	Matignon	matignon	FR	22550	1620	Europe/Paris	48.59628	-2.29168		Matignon		53	22	221	22143
2995176	Matignicourt-Goncourt	matignicourt-goncourt	FR	51300	122	Europe/Paris	48.67634	4.68189		Matignicourt,Matignicourt et Goncourt		44	51	514	51356
2995177	Mathonville	mathonville	FR	76680	176	Europe/Paris	49.62158	1.38513		Mathonville		28	76	761	76416
2995183	Mathieu	mathieu	FR	14920	1725	Europe/Paris	49.25448	-0.37188		Mathieu		28	14	142	14407
2995184	Mathieu	mathieu	FR	14920	0	Europe/Paris	44.85264	1.74551				76	46	463	46213
2995187	Mathenay	mathenay	FR	39600	95	Europe/Paris	46.93207	5.67717		Mathenay		27	39	391	39319
2995189	Mathay	mathay	FR	25700	2088	Europe/Paris	47.43905	6.78487		Mate,Mathay,ma tai,Мате,马泰		27	25	252	25370
2995190	Mathaux	mathaux	FR	10500	191	Europe/Paris	48.37096	4.47762				44	10	101	10228
2995192	Matha	matha	FR	17160	2272	Europe/Paris	45.86776	-0.32009		Matha		75	17	175	17224
2995193	Matemale	matemale	FR	66210	264	Europe/Paris	42.58678	2.11905		Matamala,Matemale,Matmal',ma tai ma er,Матмаль,马泰马尔		76	66	663	66105
2995197	Matafelon-Granges	matafelon-granges	FR	01580	0	Europe/Paris	46.26667	5.56667				84	01	014	01240
2995204	Mastaing	mastaing	FR	59172	894	Europe/Paris	50.30613	3.30471		Mastaing		32	59	596	59391
2995205	Massy	massy	FR	71250	282	Europe/Paris	49.68976	1.40428		Massa,Massy,Масса		28	76	761	76415
2995206	Massy	massy	FR	71250	38768	Europe/Paris	48.72692	2.28301		Massi,Massy,Масси		11	91	913	91377
2995207	Massy	massy	FR	71250	49	Europe/Paris	46.48542	4.6044		Massa,Massy,Масса		27	71	715	71582
2995208	Massugas	massugas	FR	33790	279	Europe/Paris	44.76814	0.08617		Massugas		75	33	333	33277
2995211	Massoulès	massoules	FR	47140	189	Europe/Paris	44.33958	0.86866		Massoules,Massoulès		75	47	473	47162
2995212	Massongy	massongy	FR	74140	1273	Europe/Paris	46.31807	6.33148		Massongy		84	74	744	74171
2995214	Massoins	massoins	FR	06710	123	Europe/Paris	43.94186	7.12529		Massoins		93	06	062	06082
2995215	Massognes	massognes	FR	86170	241	Europe/Paris	46.74428	0.0617		Massognes		75	86	863	86150
2995216	Massingy-lès-Vitteaux	massingy-les-vitteaux	FR	21350	84	Europe/Paris	47.39929	4.58048		Massingy,Massingy-les-Vitteaux,Massingy-lès-Vitteaux		27	21	213	21395
2995217	Massingy-lès-Semur	massingy-les-semur	FR	21140	174	Europe/Paris	47.51101	4.40101		Massingy		27	21	213	21394
2995218	Massingy	massingy	FR	21400	159	Europe/Paris	47.90687	4.59692		Massingy		27	21	213	21393
2995219	Massingy	massingy	FR	21400	672	Europe/Paris	45.82948	5.9196		Massingy		84	74	741	74170
2995220	Massilly	massilly	FR	71250	368	Europe/Paris	46.48917	4.67059		Massilly		27	71	715	71287
2995221	Massillargues-Attuech	massillargues-attuech	FR	30140	681	Europe/Paris	44.015	4.02417				76	30	301	30162
2995222	Massignieu-de-Rives	massignieu-de-rives	FR	01300	545	Europe/Paris	45.75473	5.76627		Massignieu,Massignieu-de-Rives		84	01	011	01239
2995223	Massignac	massignac	FR	16310	413	Europe/Paris	45.77963	0.65435		Macinhac,Massignac,Massin'jak,ma xi ni ya ke,Массиньяк,Массіньяк,马西尼亚克		75	16	163	16212
2995224	Massiges	massiges	FR	51800	57	Europe/Paris	49.18675	4.75002		Massiges,Massizh,ma xi re,Массіж,马西热		44	51	511	51355
2995226	Massieux	massieux	FR	01600	2319	Europe/Paris	45.90984	4.83265		Massieux		84	01	012	01238
2995227	Massieu	massieu	FR	38620	752	Europe/Paris	45.43993	5.59785		Massieu		84	38	382	38222
2995229	Massiac	massiac	FR	15500	1835	Europe/Paris	45.25146	3.19735		Maciac,Mas'jak,Mass'jak,Massiac,ma xi ya ke,Массьяк,Масьяк,马西亚克		84	15	153	15119
2995230	Masseube	masseube	FR	32140	1518	Europe/Paris	43.42965	0.57888		Masjob,Masseb,Masseube,Masseuva,ma se bu,Массеб,Масёб,马瑟布		76	32	323	32242
2995233	Masseret	masseret	FR	19510	631	Europe/Paris	45.54549	1.52056		Mas Seren,Masre,Masseren,Masseret,Massre,ma se lei,Масре,Массре,马瑟雷		75	19	192	19129
2995235	Massérac	masserac	FR	44290	482	Europe/Paris	47.67268	-1.91405		Masserac,Masserak,Massérac,Merzhereg,ma sai la ke,Массерак,马塞拉克		52	44	445	44092
2995238	Massels	massels	FR	47140	96	Europe/Paris	44.31425	0.85147		Massels		75	47	473	47161
2995240	Masseilles	masseilles	FR	33690	128	Europe/Paris	44.4066	-0.0547		Masseilles		75	33	333	33276
2995248	Massay	massay	FR	18120	1347	Europe/Paris	47.15324	1.99334		Massay,Masse,ma sai,Массе,马赛		24	18	183	18140
2995249	Massat	massat	FR	09320	622	Europe/Paris	42.88923	1.34718		Macat,Massa,Massat,Maçat,ma sa,Масса,Массат,马萨		76	09	093	09182
2995251	Massanes	massanes	FR	30350	147	Europe/Paris	44.0219	4.11305		Massanes,Massannes		76	30	301	30161
2995252	Massangis	massangis	FR	89440	416	Europe/Paris	47.62449	3.97488		Massangis		27	89	892	89246
2995254	Massals	massals	FR	81250	165	Europe/Paris	43.8518	2.52402		Massals		76	81	811	81161
2995256	Massais	massais	FR	79150	564	Europe/Paris	47.00551	-0.3437		Massais,Massais-sur-Argenton		75	79	791	79063
2995257	Mas-Saintes-Puelles	mas-saintes-puelles	FR	11400	862	Europe/Paris	43.31299	1.87626		Mas Santas Puelas,Mas Santas Puèlas,Mas de las Santas Puelas,Mas de las Santas Puèlas,Mas-Saintes-Puelles,Mas-Sent-Pjuehl',Mas-Sent-Pjuel',ma sang tai pi ai lai,Мас-Сент-Пюель,Мас-Сент-Пюэль,马桑泰皮埃莱		76	11	111	11225
2995258	Mas-Saint-Chély	mas-saint-chely	FR	48210	126	Europe/Paris	44.30944	3.39539		Mas Saint-Chely,Mas Saint-Chély,Mas-Saint-Chely,Mas-Saint-Chély		76	48	481	48141
2995259	Massaguel	massaguel	FR	81110	418	Europe/Paris	43.49173	2.16044		Massaguel		76	81	812	81160
2995262	Massac-Séran	massac-seran	FR	81500	185	Europe/Paris	43.66238	1.86054		Massac,Massac-Seran,Massac-Séran		76	81	812	81159
2995263	Massac	massac	FR	11330	203	Europe/Paris	45.86686	-0.22174		Massac		75	17	175	17223
2995264	Massac	massac	FR	11330	21	Europe/Paris	42.91782	2.57274		Massac		76	11	113	11224
2995265	Massabrac	massabrac	FR	31310	80	Europe/Paris	43.22498	1.37188		Massabrac		76	31	311	31326
2995266	Masquières	masquieres	FR	47370	134	Europe/Paris	44.40729	1.05371		Masquieres,Masquières		75	47	473	47160
2995267	Maspie-Lalonquère-Juillacq	maspie-lalonquere-juillacq	FR	64350	238	Europe/Paris	43.41667	-0.15		Maspe-Lialonquere-Juillacq,Maspe-Lialonquère-Juillacq,Maspi-Lalonker-Zhjujak,Maspi-Lalonker-Zhuijak,Maspie,Maspie-Lalonquere-Juillacq,Maspie-Lalonquère-Juillacq,Maspier,Maspier-La Lonquera-Julhac,Maspièr,Maspièr-La Lonquèra-Julhac,ma si pi ye la long qu ai er rui yi la,Маспи-Лалонкер-Жуияк,Маспи-Лалонкер-Жюйак,Маспі-Лалонкер-Жуіяк,马斯皮耶拉隆屈埃尔瑞伊拉		75	64	643	64369
2995330	Mary-sur-Marne	mary-sur-marne	FR	77440	1266	Europe/Paris	49.01591	3.02788		Mary-sur-Marne	77280	11	77	771	77280
2995268	Masparraute	masparraute	FR	64120	246	Europe/Paris	43.38985	-1.09416		Mansparrauta,Martxueta,Martxuta,Masparraute,Masparrot,ma si pa er luo te,Маспаррот,马斯帕尔罗特		75	64	641	64368
2995269	Masny	masny	FR	59176	4663	Europe/Paris	50.34797	3.20165		Mani,Masny,ma ni,Мани,Мані,马尼		32	59	593	59390
2995270	Masnières	masnieres	FR	59241	2593	Europe/Paris	50.11489	3.20889		Man'er,Masnieres,Masnières,ma ni ye er,Маньер,Маньєр,马尼耶尔		32	59	592	59389
2995273	Maslives	maslives	FR	41250	608	Europe/Paris	47.63345	1.47925		Maslives		24	41	411	41129
2995274	Masléon	masleon	FR	87130	323	Europe/Paris	45.76439	1.56808		Maleon,Mas Leu,Masleon,Maslhon,Masléon,ma si lai weng,Малеон,马斯莱翁		75	87	872	87093
2995276	Maslacq	maslacq	FR	64300	799	Europe/Paris	43.4401	-0.69538		Marslac,Maslac,Maslacq,Maslak,ma si la,Маслак,马斯拉		75	64	643	64367
2995278	Mas-Grenier	mas-grenier	FR	82600	992	Europe/Paris	43.89171	1.19614		Le Mas-Grenier,Mas-Grenier		76	82	822	82105
2995281	Masevaux	masevaux	FR	68290	3475	Europe/Paris	47.77671	6.99683		Masmuenster,Masmünster,Massevaux,Mazevo,Mazvo,ma se wo,Мазво,Мазево,马瑟沃		44	68	686	68201
2995285	Mas-d'Orcières	mas-d-orcieres	FR	48190	0	Europe/Paris	44.46667	3.7		Le Mas d'Orcieres,Le Mas d'Orcières,Mas-d'Orcieres,Mas-d'Orcières,Mas-d'Orsieres,Mas-d'Orsières		76	48	482	48027
2995289	Mas-des-Cours	mas-des-cours	FR	11570	18	Europe/Paris	43.12943	2.42348		Mas-des-Cours		76	11	111	11223
2995292	Mas-de-Londres	mas-de-londres	FR	34380	307	Europe/Paris	43.7814	3.75262		Mas,Mas-de-Londres		76	34	342	34152
2995307	Mas-d'Auvignon	mas-d-auvignon	FR	32700	0	Europe/Paris	43.8905	0.50372		Le Mas-d'Auvignon,Mas,Mas-d'Auvignon		76	32	322	32241
2995312	Masclat	masclat	FR	46350	313	Europe/Paris	44.83541	1.39126		Masclat		76	46	463	46186
2995314	Mascarville	mascarville	FR	31460	155	Europe/Paris	43.554	1.7583		Mascarville		76	31	313	31325
2995315	Mascaras	mascaras	FR	32230	54	Europe/Paris	43.54337	0.23002		Mascaras		76	32	323	32240
2995316	Mascaras	mascaras	FR	32230	317	Europe/Paris	43.19008	0.16985		Mascaras,Mascaron		76	65	653	65303
2995317	Mascaraàs-Haron	mascaraas-haron	FR	64330	136	Europe/Paris	43.5403	-0.22415		Mascaraas,Mascaraas-Haron,Mascaraas-Naron,Mascaraàs-Haron		75	64	643	64366
2995318	Mas-Cabardès	mas-cabardes	FR	11380	200	Europe/Paris	43.37083	2.36314		Lo Mas de Cabardes,Lo Mas de Cabardés,Mas,Mas-Cabardes,Mas-Cabardès,Mas-Kabardes,ma ka ba er dai,Мас-Кабардес,马卡巴尔代		76	11	111	11222
2995321	Mas-Blanc-des-Alpilles	mas-blanc-des-alpilles	FR	13103	0	Europe/Paris	43.78975	4.76		Ma-Blan-dez-Al'pij,Mas Blanc deis Aupilhas,Mas-Blan-dez-Al'pij,Masblanc,ma bu lang ke-dai a er pi lai,Ма-Блан-дез-Альпій,Мас-Блан-дез-Альпий,马布朗克-代阿尔皮莱		93	13	132	13057
2995322	Masbaraud-Mérignat	masbaraud-merignat	FR	23400	331	Europe/Paris	45.97552	1.74272		Masbaraud,Masbaraud-Merignat,Masbaraud-Mérignat		75	23	232	23189
2995324	Marzy	marzy	FR	58180	3245	Europe/Paris	46.98125	3.09352		Marzy		27	58	583	58160
2995328	Marzens	marzens	FR	81500	278	Europe/Paris	43.65161	1.84036		Marzens		76	81	812	81157
2995329	Marzan	marzan	FR	56130	1806	Europe/Paris	47.54104	-2.32416		Marzan,Marzhan,ma er cang,Марзан,马尔藏		53	56	563	56126
2995334	Marville-Moutiers-Brûlé	marville-moutiers-brule	FR	28500	860	Europe/Paris	48.66667	1.4		Marvil'-Mut'e-Brjule,Marville,ma er wei er mu di ye er bu lu lai,Марвіль-Мутьє-Брюле,马尔维尔穆蒂耶尔布吕莱		24	28	283	28239
2995336	Marville	marville	FR	55600	558	Europe/Paris	49.45215	5.45486		Marville		44	55	553	55324
2995338	Marvelise	marvelise	FR	25250	144	Europe/Paris	47.52148	6.59233		Marvelise		27	25	252	25369
2995339	Marvejols	marvejols	FR	48100	6086	Europe/Paris	44.55435	3.29041		Maruejols,Maruèjols,Marvejols,Marvezhol',ma er wei ruo er,Марвежоль,马尔韦若尔		76	48	482	48092
2995341	Marvaux-Vieux	marvaux-vieux	FR	08400	75	Europe/Paris	49.2899	4.68185		Marvaux,Marvaux-Vieux		44	08	084	08280
2995343	Marval	marval	FR	87440	567	Europe/Paris	45.62726	0.79758		Marval		75	87	873	87092
2995345	Maruéjols-lès-Gardon	maruejols-les-gardon	FR	30350	156	Europe/Paris	44.00541	4.13004		Maruejols,Maruejols-les Gardons,Maruejols-les-Gardon,Maruéjols,Maruéjols-les Gardons,Maruéjols-lès-Gardon		76	30	303	30160
2995348	Martrois	martrois	FR	21320	75	Europe/Paris	47.31071	4.53666		Martrois		27	21	211	21392
2995349	Martrin	martrin	FR	12550	249	Europe/Paris	43.93901	2.61933		Martrin		76	12	121	12141
2995351	Martres-Tolosane	martres-tolosane	FR	31220	1927	Europe/Paris	43.19917	1.01104		Martres,Martres-Tolosane		76	31	311	31324
2995352	Martres-sur-Morge	martres-sur-morge	FR	63720	503	Europe/Paris	45.93684	3.22019		Martres,Martres-sur-Morge		84	63	634	63215
2995353	Les Martres-de-Veyre	les-martres-de-veyre	FR	63730	0	Europe/Paris	45.68406	3.18987		Las Martras de Veira,Las Martras de Vèira,Las Mastres,Le-Martr-de-Vejr,Le-Martr-de-Ver,Martres,Martres-de-Veyre,lai si ma er te lei de wei er,Ле-Мартр-де-Вейр,Ле-Мартр-де-Вер,莱斯马尔特雷德韦尔		84	63	632	63214
2995354	Martres-de-Rivière	martres-de-riviere	FR	31210	0	Europe/Paris	43.07904	0.6412		Martres,Martres-de-Riviere,Martres-de-Rivière		76	31	312	31323
2995355	Les Martres-d'Artière	les-martres-d-artiere	FR	63430	1953	Europe/Paris	45.83333	3.26667		Les Martres-d'Artiere,Les Martres-dArtiere,Les Martres-dArtière,Les Martres-d’Artière,Martres		84	63	634	63213
2995356	Martres	martres	FR	33760	0	Europe/Paris	45.46267	3.39031				84	63	633	63088
2995357	Martres	martres	FR	33760	129	Europe/Paris	44.71017	-0.16916		Martres		75	33	333	33275
2995358	Martragny	martragny	FR	14740	342	Europe/Paris	49.25131	-0.59762		Martragny		28	14	141	14406
2995359	Martot	martot	FR	27340	453	Europe/Paris	49.29664	1.06511		Martot		28	27	271	27394
2995360	Martizay	martizay	FR	36220	1062	Europe/Paris	46.80767	1.04324		Martizay,Martize,ma er di ze,Мартизе,Мартізе,马尔蒂泽		24	36	361	36113
2995361	Martisserre	martisserre	FR	31230	60	Europe/Paris	43.39147	0.87925		Martisserre		76	31	312	31322
2995362	Martinvelle	martinvelle	FR	88410	137	Europe/Paris	47.97605	5.99776		Martenvel',Martinvelle,ma er tan fu lei,Мартенвель,马尔坦弗勒		44	88	882	88291
2995363	Martinvast	martinvast	FR	50690	1152	Europe/Paris	49.59608	-1.66434		Martenva,Martinvast,ma er tan wa si,Мартенва,马尔坦瓦斯		28	50	502	50294
2995366	Martinpuich	martinpuich	FR	62450	216	Europe/Paris	50.05022	2.76381		Martenpjuish,Martinpuich,ma tan pi shen,martnbwytsh,Мартенпюиш,Мартенпюїш,مارتنبويتش,马坦皮什		32	62	621	62561
2995370	Martinet	martinet	FR	85150	708	Europe/Paris	46.67654	-1.67952		Martinet		52	85	853	85138
2995371	Martin-Église	martin-eglise	FR	76370	1381	Europe/Paris	49.90174	1.1412		Martin,Martin-Eglise,Martin-Église		28	76	761	76414
2995372	Martincourt-sur-Meuse	martincourt-sur-meuse	FR	55700	66	Europe/Paris	49.53501	5.17267		Martenkur-sjur-Mez,Martincourt,Martincourt-sur-Meuse,mo si he pan ma er tan ku er,Мартенкур-сюр-Мез,默斯河畔马尔坦库尔		44	55	553	55323
2995374	Martincourt	martincourt	FR	54380	117	Europe/Paris	49.52303	1.89856		Martincourt		32	60	601	60388
2995375	Martincourt	martincourt	FR	54380	79	Europe/Paris	48.84699	5.94465		Martincourt		44	54	544	54355
2995385	Martillac	martillac	FR	33650	2185	Europe/Paris	44.711	-0.53747				75	33	332	33274
2995387	Martigues	martigues	FR	13117	45749	Europe/Paris	43.40735	5.05526		Lo Martegue,Martig,Martigas,Martigues,ma er di gai,maleutigeu,marutigu,mrtyg,Мартиг,Мартіг,مرتیگ,マルティーグ,马尔蒂盖,마르티그		93	13	134	13056
2995389	Martigny-sur-l'Ante	martigny-sur-l-ante	FR	14700	0	Europe/Paris	48.89016	-0.2907		Martigny,Martigny-sur-l'Ante		28	14	142	14405
2995390	Martigny-les-Gerbonvaux	martigny-les-gerbonvaux	FR	88300	128	Europe/Paris	48.45	5.8		Martigny,Martigny-les-Gerbonveaux,Martigny-lès-Gerbonveaux		44	88	882	88290
2995391	Martigny-les-Bains	martigny-les-bains	FR	88320	844	Europe/Paris	48.10508	5.82359		Martigny,Martigny-les-Bains		44	88	882	88289
2995392	Martigny-le-Comte	martigny-le-comte	FR	71220	473	Europe/Paris	46.52893	4.33202		Martigny,Martigny-le-Comte,Martigny-le-Peuple		27	71	713	71285
2995393	Martigny-Courpierre	martigny-courpierre	FR	02860	110	Europe/Paris	49.49083	3.68024		Martigny,Martigny-Courpierre		32	02	022	02471
2995395	Martigny	martigny	FR	02500	554	Europe/Paris	49.86722	1.15073		Martigny		28	76	761	76413
2995396	Martigny	martigny	FR	02500	325	Europe/Paris	48.6148	-1.10554		Martigny		28	50	501	50391
2995397	Martigny	martigny	FR	02500	0	Europe/Paris	46.65848	0.33631				75	86	863	86016
2995398	Martigné-Ferchaud	martigne-ferchaud	FR	35640	2619	Europe/Paris	47.82918	-1.31802		Martigne-Ferchaud,Martigne-Forchaud,Martigneium Ferri Calidi,Martigné-Ferchaud,Martigné-Forchaud,Martin'e-Fersho,Marzhinieg-Houarnruz,Mazhinieg-Houarnruz,ma er di nie fu er shao,Мартинье-Фершо,Мартіньє-Фершо,马尔蒂涅弗尔绍		53	35	351	35167
2995399	Martigné-Briand	martigne-briand	FR	49540	1883	Europe/Paris	47.23358	-0.42933		Martigne,Martigne-Briand,Martigné,Martigné-Briand,Martin'e-Brian,ma er di nie bu li ang,Мартіньє-Бріан,马尔蒂涅布里昂		52	49	491	49086
2995401	Martigné-sur-Mayenne	martigne-sur-mayenne	FR	53470	1370	Europe/Paris	48.2	-0.66667		Martigre,Martigré		52	53	533	53146
2995402	Martignat	martignat	FR	01100	1399	Europe/Paris	46.20972	5.61049		Martignat		84	01	014	01237
2995403	Martignat	martignat	FR	01100	0	Europe/Paris	45.85742	3.62041				84	63	635	63066
2995404	Martignas-sur-Jalle	martignas-sur-jalle	FR	33127	6803	Europe/Paris	44.84513	-0.78296		Martignas,Martignas-sur-Jalle,Martignas-sur-dalle,Martin'jas-sjur-Zhal',Martinhas,Martinhàs,ya er he pan ma er di ni ya,Мартиньяс-сюр-Жаль,Мартіньяс-сюр-Жаль,雅尔河畔马尔蒂尼亚		75	33	332	33273
2995405	Martignargues	martignargues	FR	30360	259	Europe/Paris	44.04462	4.17803		Martignargues,Martin'jarg,Martinhargues,ma er di ni ya er gai,Мартиньярг,Мартіньярг,马尔蒂尼亚尔盖		76	30	301	30158
2995408	Martigna	martigna	FR	39260	198	Europe/Paris	46.3888	5.69933		Martigna		27	39	393	39318
2995409	Martiel	martiel	FR	12200	869	Europe/Paris	44.37636	1.92231		Martiel		76	12	123	12140
2995412	Marthon	marthon	FR	16380	607	Europe/Paris	45.61467	0.44289		Marton,ma er tong,Мартон,马尔通		75	16	161	16211
2995413	Marthod	marthod	FR	73400	1393	Europe/Paris	45.72714	6.40299		Marthod,Marto,Марто		84	73	731	73153
2995414	Marthille	marthille	FR	57340	184	Europe/Paris	48.92397	6.55972		Marthille		44	57	575	57451
2995416	Marthemont	marthemont	FR	54330	35	Europe/Paris	48.55956	6.04026		Marthemont		44	54	543	54354
2995423	Martel	martel	FR	46600	1615	Europe/Paris	44.93667	1.60851				76	46	463	46185
2995424	Martel	martel	FR	46600	0	Europe/Paris	44.77271	1.77751				76	46	463	46030
2995428	Martaizé	martaize	FR	86330	414	Europe/Paris	46.91729	0.06105		Martaize,Martaizé,Marteze,ma er tai ze,Мартезе,马尔泰泽		75	86	861	86149
2995429	Martainville-Épreville	martainville-epreville	FR	76116	632	Europe/Paris	49.46032	1.29292		Martainville,Martainville-Epreville,Martainville-Épreville		28	76	763	76412
2995430	Martainville	martainville	FR	14220	228	Europe/Paris	49.30877	0.40857		Martainville,Martainville-du-Cormier		28	27	272	27393
2995431	Martainville	martainville	FR	14220	99	Europe/Paris	48.94602	-0.3528		Martainville		28	14	142	14404
2995432	Martainneville	martainneville	FR	80140	350	Europe/Paris	49.99963	1.7088		Martainneville,Martainneville-les Butz,Martainneville-lès Butz,Martchainneville,Martennvil',ma er tai ne wei er,Мартеннвіль,马尔泰讷维尔		32	80	801	80518
2995433	Martailly-lès-Brancion	martailly-les-brancion	FR	71700	139	Europe/Paris	46.53143	4.80202		Martailly,Martailly-les-Brancion,Martailly-lès-Brancion		27	71	715	71284
2995436	Mars-sur-Allier	mars-sur-allier	FR	58240	257	Europe/Paris	46.85919	3.07849		Mars		27	58	583	58158
2995437	Mars-sous-Bourcq	mars-sous-bourcq	FR	08400	46	Europe/Paris	49.39643	4.64024		Mar-su-Burk,Mars-sous-Bourcq,Mars-su-Burk,ma er su bu er ke,Мар-су-Бурк,Марс-су-Бурк,马尔苏布尔克		44	08	084	08279
2995438	Marssac-sur-Tarn	marssac-sur-tarn	FR	81150	2531	Europe/Paris	43.91768	2.02921		Marssac,Marssac-sur-Tarn		76	81	811	81156
2995441	Marsoulas	marsoulas	FR	31260	152	Europe/Paris	43.10627	0.99834		Marsoulas		76	31	312	31321
2995442	Marson-sur-Barboure	marson-sur-barboure	FR	55190	48	Europe/Paris	48.64171	5.44446		Marson,Marson-sur-Barboure		44	55	552	55322
2995443	Marsonnas	marsonnas	FR	01340	826	Europe/Paris	46.34099	5.07098		Marsonnas		84	01	012	01236
2995444	Marson	marson	FR	51240	305	Europe/Paris	48.91135	4.5274		Marson		44	51	511	51354
2995445	Marson	marson	FR	51240	0	Europe/Paris	47.24874	-0.14575		Marson		52	49	493	49262
2995447	Marsolan	marsolan	FR	32700	405	Europe/Paris	43.94273	0.53949		Marsolan		76	32	322	32239
2995450	Mars-la-Tour	mars-la-tour	FR	54800	873	Europe/Paris	49.09882	5.88578		Marc-la-Tour,Mars-la-Tour		44	54	541	54353
2995453	Marsilly	marsilly	FR	17137	416	Europe/Paris	49.09941	6.29749		Marsilly		44	57	579	57449
2995454	Marsilly	marsilly	FR	17137	2365	Europe/Paris	46.23071	-1.13817		Marsilly		75	17	173	17222
2995456	Marsillargues	marsillargues	FR	34590	5983	Europe/Paris	43.66478	4.1767		Macilhargues,Marcilhanicae,Marsijarg,Marsilhargues,Marsillargues,ma er xi la er gai,Марсиярг,Марсіярг,马尔西拉尔盖		76	34	343	34151
2995460	Marseillette	marseillette	FR	11800	728	Europe/Paris	43.20317	2.54216		Marseillette		76	11	111	11220
2995461	Marseilles-lès-Aubigny	marseilles-les-aubigny	FR	18320	692	Europe/Paris	47.06672	3.01183		Marseilles,Marseilles-les-Aubigny,Marseilles-lès-Aubigny,Marseilles-sur-Aubigny		24	18	181	18139
2995463	Marseille-en-Beauvaisis	marseille-en-beauvaisis	FR	60690	990	Europe/Paris	49.57579	1.95491		Marseille,Marseille-en-Beauvaisis,Marseille-in-Bieuvesis,Marseille-in-Bieuvésis,Marsej-an-Bovezi,bo wei xi de qu ma er sai er,Марсей-ан-Бовези,Марсей-ан-Бовезі,博韦西地区马尔塞尔		32	60	601	60387
2995469	Marseille	marseille	FR	13000	794811	Europe/Paris	43.29695	5.38107		MRS,Marseggia,Marsegia,Marseglia,Marseilla,Marseille,Marseilles,Marsej,Marseja,Marsejlo,Marsel,Marsel',Marsela,Marsele,Marselha,Marselis,Marsella,Marsella - Marseille,Marselye,Marsey,Marseya,Marseļa,Marsiella,Marsigghia,Marsiglia,Marsiho,Marsilha,Marsilia,Marsilija,Marsilya,Marsylia,Marsylijo,Marsèja,Marsêle,Marsêy,Massalia,Massilia,ma sai,maleuseyu,mar se,mar sæy,marcey,marsaiya,marsay,marsela,marseli,marsy,marsylya,marsylz,maruseiyu,mrsylya,mrsylyt,mrsyy,Μασσαλία,Марсель,Марсеј,Марсељ,Марсилия,Մարսել,מארסיי,מרסיי,مارساي,مارسيليا,مارسی,مارسیلز,مارسێی,مرسيليا,مرسيلية,मार्सेल,मार्सैय,மர்சேய்,มาร์เซ,มาร์แซย์,မာဆေးမြို့,მარსელი,ማርሴ,マルセイユ,马赛,마르세유	93	93	13	133	13055
2995470	Marseillan	marseillan	FR	32170	0	Europe/Paris	43.48857	0.31644		Labarthe-Vallon-de-l'Osse,Labarthe-sur-l'Osse,Marseillan		76	32	323	32238
2995471	Marseillan	marseillan	FR	32170	6981	Europe/Paris	43.35674	3.52804		Marseillan		76	34	343	34150
2995472	Marseillan	marseillan	FR	32170	0	Europe/Paris	43.30443	0.21606		La Barthe-Vallon-de-Losse,Marseillan		76	65	653	65301
2995480	Marsat	marsat	FR	63200	0	Europe/Paris	46.18622	2.11581				75	23	231	23149
2995481	Marsat	marsat	FR	63200	1203	Europe/Paris	45.87645	3.08173		Marcac de Riam,Marsa,Marsat,Marçac de Riam,ma er sa,Марса,马尔萨		84	63	634	63212
2995482	Marsas	marsas	FR	33620	937	Europe/Paris	45.06764	-0.38262		Marsas		75	33	331	33272
2995483	Marsas	marsas	FR	33620	46	Europe/Paris	43.05203	0.22597		Marsas		76	65	652	65300
2995487	Marsanne	marsanne	FR	26740	1064	Europe/Paris	44.64204	4.87529		Marsanne		84	26	262	26176
2995488	Marsannay-le-Bois	marsannay-le-bois	FR	21380	694	Europe/Paris	47.43987	5.09551		Marsannay,Marsannay-le-Bois		27	21	212	21391
2995489	Marsannay-la-Côte	marsannay-la-cote	FR	21160	5181	Europe/Paris	47.27095	4.98895		Marsannay,Marsannay-la-Cote,Marsannay-la-Côte,Marsanne-la-Kot,ma er sa nai la ke te,marsany-la-kt,marusane=ra=koto,Марсанне-ла-Кот,مارسانی-لا-کت,マルサネ＝ラ＝コート,马尔萨奈拉科特		27	21	212	21390
2995490	Marsangy	marsangy	FR	89500	727	Europe/Paris	48.10995	3.2577		Marsangis,Marsangy		27	89	893	89245
2995492	Marsangis	marsangis	FR	51260	57	Europe/Paris	48.60668	3.83576		Marsangis		44	51	512	51353
2995493	Marsaneix	marsaneix	FR	24750	902	Europe/Paris	45.0989	0.78425		Marcanes,Marsane,Marsaneix,Marsanes,Marsanés,Marçanés,ma er sa nei,Марсане,马尔萨内		75	24	243	24312
2995494	Marsan	marsan	FR	32270	0	Europe/Paris	47.96537	2.6141		Marsan,Marsant		24	45	451	45092
2995495	Marsan	marsan	FR	32270	0	Europe/Paris	46.10617	2.06066				75	23	232	23138
2995496	Marsan	marsan	FR	32270	0	Europe/Paris	45.15836	4.72232				84	07	073	07084
2995497	Marsan	marsan	FR	32270	450	Europe/Paris	43.65629	0.72208		Marsan		76	32	321	32237
2995498	Marsalès	marsales	FR	24540	213	Europe/Paris	44.69681	0.88555		Marsales,Marsalès		75	24	241	24257
2995499	Marsal	marsal	FR	57630	298	Europe/Paris	48.78809	6.61119		Marsal		44	57	575	57448
2995500	Marsal	marsal	FR	57630	0	Europe/Paris	44.93919	4.30144				84	07	073	07054
2995501	Marsal	marsal	FR	57630	0	Europe/Paris	44.87856	0.36299				75	24	241	24222
2995502	Marsal	marsal	FR	57630	240	Europe/Paris	43.93024	2.28677		Marsal		76	81	811	81026
2995503	Marsais-Sainte-Radégonde	marsais-sainte-radegonde	FR	85570	525	Europe/Paris	46.53813	-0.88129		Marsais,Marsais-Sainte-Radegonde,Marsais-Sainte-Radégonde		52	85	851	85137
2995504	Marsais	marsais	FR	17700	0	Europe/Paris	46.37134	2.92048				84	03	031	03058
2995505	Marsais	marsais	FR	17700	839	Europe/Paris	46.12544	-0.60019		Marsais		75	17	172	17221
2995506	Marsainvilliers	marsainvilliers	FR	45300	282	Europe/Paris	48.21982	2.28185		Marsainvilliers,Marsenvil'e,ma er sang wei li ye er,Марсенвільє,马尔桑维利耶尔		24	45	453	45198
2995507	Marsac-sur-Don	marsac-sur-don	FR	44170	1305	Europe/Paris	47.59481	-1.68031		Marciacum,Marsac,Marsac-sur-Don,Marsak-sjur-Don,Marzheg,dong he pan ma er sa ke,marusakku=shuru=don,Марсак-сюр-Дон,マルサック＝シュル＝ドン,东河畔马尔萨克		52	44	445	44091
2995508	Marsac-en-Livradois	marsac-en-livradois	FR	63940	1429	Europe/Paris	45.47886	3.72783		Marsac,Marsac-en-Livradois		84	63	631	63211
2995509	Marsac	marsac	FR	16570	728	Europe/Paris	46.09813	1.58686		Marsac		75	23	232	23124
2995510	Marsac	marsac	FR	16570	747	Europe/Paris	45.74123	0.07793		Marsac		75	16	161	16210
2995511	Marsac-sur-l'Isle	marsac-sur-l-isle	FR	24430	0	Europe/Paris	45.18333	0.66667		Marsac-sur-l'Isle,Marsac-sur-lIsle,Marsac-sur-l’Isle,Marsak-sjur-l'Il',li si er he pan ma er sa ke,Марсак-сюр-л’Иль,利斯尔河畔马尔萨克		75	24	243	24256
2995512	Marsac	marsac	FR	16570	0	Europe/Paris	45.05904	-0.69059				75	33	334	33517
2995513	Marsac	marsac	FR	16570	215	Europe/Paris	43.94352	0.8214		Marsac		76	82	821	82104
2995514	Marsac	marsac	FR	16570	201	Europe/Paris	43.32838	0.08744		Marsac		76	65	653	65299
2995515	Marsa	marsa	FR	11140	28	Europe/Paris	42.82269	2.15464		Marsa		76	11	112	11219
2995517	Mars	mars	FR	07320	571	Europe/Paris	46.15297	4.24498		Mars		84	42	422	42141
2995518	Mars	mars	FR	07320	225	Europe/Paris	45.02172	4.32105		Mars		84	07	073	07151
2995519	Mars	mars	FR	07320	0	Europe/Paris	44.79677	0.82004				75	24	241	24273
2995520	Mars	mars	FR	07320	177	Europe/Paris	44.0002	3.55675		Mars		76	30	303	30052
2995524	Marre	marre	FR	55100	152	Europe/Paris	49.21064	5.3009				44	55	553	55321
2995525	Marre	marre	FR	55100	0	Europe/Paris	44.47286	0.95918				75	47	473	47185
2995526	Marray	marray	FR	37370	0	Europe/Paris	48.22108	1.79726				24	28	281	28189
2995527	Marray	marray	FR	37370	352	Europe/Paris	47.62078	0.70069		Marray		24	37	371	37149
2995530	Marquixanes	marquixanes	FR	66320	540	Europe/Paris	42.64117	2.48511		Marquixanes		76	66	663	66103
2995531	Marquivillers	marquivillers	FR	80700	166	Europe/Paris	49.67492	2.69353		Marquivillers		32	80	803	80517
2995532	Marquise	marquise	FR	62250	4670	Europe/Paris	50.81294	1.70786		Beaupre,Beaupré,Marquise		32	62	623	62560
2995533	Marquion	marquion	FR	62860	1035	Europe/Paris	50.21126	3.08719		Mark'on,Markjon,Marquion,ma ji yong,markywywn,Маркйон,Маркьон,ماركيويون,马基永		32	62	621	62559
2995534	Marquillies	marquillies	FR	59274	1638	Europe/Paris	50.55577	2.87067		Markii,Marquillies,ma er ji ye,Маркии,Маркії,马尔基耶		32	59	595	59388
2995535	Marquigny	marquigny	FR	08390	66	Europe/Paris	49.5512	4.70822		Marquigny		44	08	084	08278
2995536	Marquette-lez-Lille	marquette-lez-lille	FR	59520	10832	Europe/Paris	50.67628	3.06613		Markett-le-Lill',Marquette,ma kai te lai li er,Маркетт-ле-Лилль,Маркетт-ле-Лілль,马凯特莱里尔		32	59	595	59386
2995537	Marquette-en-Ostrevant	marquette-en-ostrevant	FR	59252	1651	Europe/Paris	50.28333	3.26667		Marquette		32	59	596	59387
2995538	Marques	marques	FR	76390	0	Europe/Paris	49.78324	1.68982		Marques		28	76	761	76411
2995539	Marquerie	marquerie	FR	65350	66	Europe/Paris	43.26003	0.20208		Marquerie		76	65	653	65298
2995541	Marquein	marquein	FR	11410	63	Europe/Paris	43.30504	1.72612		Marquein		76	11	111	11218
2995542	Marquéglise	marqueglise	FR	60490	349	Europe/Paris	49.51679	2.76349		Marqueglise,Marquéglise		32	60	603	60386
2995543	Marquefave	marquefave	FR	31390	1032	Europe/Paris	43.31739	1.24607		Marquefave		76	31	311	31320
2995546	Marquay	marquay	FR	24620	168	Europe/Paris	50.38125	2.42168		Marquay		32	62	621	62558
2995547	Marquay	marquay	FR	24620	507	Europe/Paris	44.94341	1.13446		Marquay		75	24	244	24255
2995548	Marquaix	marquaix	FR	80240	222	Europe/Paris	49.9455	3.07553		Marquaix		32	80	804	80516
2995549	Marpiré	marpire	FR	35220	842	Europe/Paris	48.14318	-1.34047		Marbereg,Marpire,Marpiré		53	35	351	35166
2995550	Marpent	marpent	FR	59164	2715	Europe/Paris	50.29252	4.07936		Marpan,Marpen,Marpent,ma er pang,Марпан,马尔庞		32	59	591	59385
2995551	Marpaps	marpaps	FR	40330	118	Europe/Paris	43.572	-0.6839		Marpaps		75	40	401	40173
2995559	Maroncourt	maroncourt	FR	88270	13	Europe/Paris	48.24958	6.15691		Maroncourt		44	88	881	88288
2995561	Maron	maron	FR	36120	0	Europe/Paris	48.63597	6.04594		Maron		44	54	543	54352
2995562	Mâron	maron	FR	36120	693	Europe/Paris	46.80822	1.86337		Maron,Mâron,ma long,Марон,马龙		24	36	362	36112
2995563	Maromme	maromme	FR	76018 CEDEX	12412	Europe/Paris	49.47925	1.02375		Maromm,Maromme,Маромм		28	76	763	76410
2995564	Marols	marols	FR	42560	335	Europe/Paris	45.47824	4.04412		Marols		84	42	421	42140
2995565	Marolles-sur-Seine	marolles-sur-seine	FR	77130	1521	Europe/Paris	48.38662	3.03562		Marolles,Marolles-sur-Seine		11	77	773	77279
2995566	Marolles-sous-Lignières	marolles-sous-lignieres	FR	10130	311	Europe/Paris	47.94943	3.9198		Marolles,Marolles-sous-Lignieres,Marolles-sous-Lignières		44	10	103	10227
2995567	Marolles-lès-Saint-Calais	marolles-les-saint-calais	FR	72120	270	Europe/Paris	47.91898	0.78413		Marolles,Marolles-les-Saint-Calais,Marolles-lès-Saint-Calais		52	72	722	72190
2995568	Marolles-les-Buis	marolles-les-buis	FR	28400	216	Europe/Paris	48.36145	0.92737		Marolles,Marolles-les-Buis		24	28	284	28237
2995569	Marolles-les-Braults	marolles-les-braults	FR	72260	2257	Europe/Paris	48.25242	0.31426		Marol'-le-Bro,Marolles,Marolles-les-Braults,Мароль-ле-Бро		52	72	722	72189
2995570	Marolles-lès-Bailly	marolles-les-bailly	FR	10110	110	Europe/Paris	48.18492	4.34835		Marolles,Marolles-les-Bailly,Marolles-lès-Bailly		44	10	103	10226
2995571	Marolles-en-Hurepoix	marolles-en-hurepoix	FR	91630	4921	Europe/Paris	48.56232	2.29885		Marol'-an-Jurepua,Marolles,Marolles-en-Hurepoix,yu lei pu wa de qu ma luo lei,Мароль-ан-Юрепуа,于雷普瓦地区马罗勒		11	91	913	91376
2995572	Marolles-en-Brie	marolles-en-brie	FR	77120	0	Europe/Paris	48.77673	3.16337		Marolles,Marolles-en-Brie		11	77	771	77278
2995573	Marolles-en-Brie	marolles-en-brie	FR	77120	0	Europe/Paris	48.73308	2.55132		Marolles,Marolles-en-Brie		11	94	941	94048
2995574	Marolles-en-Beauce	marolles-en-beauce	FR	91150	202	Europe/Paris	48.37484	2.20049		Marol'-an-Bos,Marolles,Marolles-en-Beauce,bo sai de qu ma luo lei,Мароль-ан-Бос,博塞地区马罗勒		11	91	911	91374
2995576	Marolles	marolles	FR	14100	654	Europe/Paris	49.17035	3.10495		Marolles		32	60	604	60385
2995577	Marolles	marolles	FR	14100	662	Europe/Paris	49.13866	0.37259		Marolles		28	14	143	14403
2995578	Marolles	marolles	FR	14100	0	Europe/Paris	48.76325	1.51437				24	28	283	28062
2995579	Marolles	marolles	FR	14100	553	Europe/Paris	48.71664	4.62594		Marolles		44	51	514	51352
2995580	Marolles	marolles	FR	14100	0	Europe/Paris	48.56894	1.68585				24	28	281	28172
2995581	Marolles	marolles	FR	14100	0	Europe/Paris	48.25296	1.55333				24	28	281	28422
2995582	Marolles	marolles	FR	14100	748	Europe/Paris	47.64815	1.30662		Marolles		24	41	411	41128
2995583	Marolles	marolles	FR	14100	0	Europe/Paris	47.25238	2.82715				24	18	181	18098
2995584	Marolles	marolles	FR	14100	0	Europe/Paris	47.18107	3.4275				27	58	584	58203
2995585	Maroilles	maroilles	FR	59550	1422	Europe/Paris	50.13508	3.76132		Maroilles,Maroilles-en-Thierache,Maroilles-en-Thiérache		32	59	591	59384
2995588	Marnoz	marnoz	FR	39110	338	Europe/Paris	46.94956	5.83192		Marnoz		27	39	391	39315
2995595	Marnézia	marnezia	FR	39270	77	Europe/Paris	46.57366	5.64016		Marnezia,Marnézia		27	39	392	39314
2995597	Marnes-la-Coquette	marnes-la-coquette	FR	92430	1595	Europe/Paris	48.82732	2.17151		Marn la Koket,Marn-la-Kokett,Marna,Marnes,Marnes-la-Coquette,ma er na la ke qu ai te,marunu=ra=koketto,Марн ла Кокет,Марн-ла-Кокетт,マルヌ＝ラ＝コケット,马尔纳拉科屈埃特		11	92	923	92047
2995598	Marnes	marnes	FR	79600	263	Europe/Paris	46.85682	-0.01926		Marnes		75	79	791	79167
2995606	Marnaz	marnaz	FR	74460	4882	Europe/Paris	46.06356	6.52653		Marnaz		84	74	742	74169
2995607	Marnay-sur-Seine	marnay-sur-seine	FR	10400	246	Europe/Paris	48.51154	3.56006		Marnay,Marnay-sur-Seine		44	10	102	10225
2995608	Marnay-sur-Marne	marnay-sur-marne	FR	52800	261	Europe/Paris	48.00998	5.2372		Marnay,Marnay-sur-Marne		44	52	521	52315
2995610	Marnay	marnay	FR	70150	1311	Europe/Paris	47.29088	5.77277		Marnay		27	70	702	70334
2995611	Marnay	marnay	FR	70150	0	Europe/Paris	47.28091	0.39292		Marnay		24	37	372	37128
2995612	Marnay	marnay	FR	70150	0	Europe/Paris	47.20996	2.87884				24	18	181	18094
2995613	Marnay	marnay	FR	70150	450	Europe/Paris	46.70296	4.91932		Marnay		27	71	712	71283
2995614	Marnay	marnay	FR	70150	568	Europe/Paris	46.39598	0.3421		Marnay		75	86	863	86148
2995616	Marnaves	marnaves	FR	81170	87	Europe/Paris	44.09739	1.88757		Marnaves		76	81	811	81154
2995619	Marnans	marnans	FR	38980	131	Europe/Paris	45.29447	5.23652		Marnans		84	38	383	38221
2995620	Marnand	marnand	FR	69240	605	Europe/Paris	46.03526	4.32916		Marnand		84	69	692	69248
2995621	Marnac	marnac	FR	24220	198	Europe/Paris	44.83767	1.02679				75	24	244	24254
2995622	Marmoutier	marmoutier	FR	67440	2584	Europe/Paris	48.69005	7.38195		Marmoutier		44	67	674	67283
2995623	Marmouille	marmouille	FR	61240	0	Europe/Paris	48.67324	0.20423		Marmouille		28	61	611	61081
2995624	Marmont-Pachas	marmont-pachas	FR	47220	94	Europe/Paris	44.1	0.58333		Marmont-Pachas		75	47	471	47158
2995628	Marminiac	marminiac	FR	46250	338	Europe/Paris	44.66599	1.19341		Marminiac		76	46	463	46184
2995634	Marmeaux	marmeaux	FR	89420	89	Europe/Paris	47.5819	4.09726		Marmeaux		27	89	892	89244
2995639	Marmanhac	marmanhac	FR	15250	729	Europe/Paris	45.00357	2.48229		Marmanhac		84	15	151	15118
2995642	Marmande	marmande	FR	47200	19069	Europe/Paris	44.50361	0.16546		Marmand,Marmanda,Marmande,XMR,ma er mang de,marmand,marumando,Марманд,مارماند,マルマンド,马尔芒德	472	75	47	472	47157
2995646	Marmagne	marmagne	FR	18500	310	Europe/Paris	47.62204	4.36826		Marmagne		27	21	213	21389
2995647	Marmagne	marmagne	FR	18500	1953	Europe/Paris	47.1	2.28333		Marmagne		24	18	181	18138
2995648	Marmagne	marmagne	FR	18500	1344	Europe/Paris	46.83666	4.35892		Marmagne		27	71	711	71282
2995649	Marly	marly	FR	57151 CEDEX	10997	Europe/Paris	49.06382	6.15427		Marly,Marly-sur-Seille		44	57	579	57447
2995650	Marly-sur-Arroux	marly-sur-arroux	FR	71420	359	Europe/Paris	46.61857	4.13369		Marly,Marly-sur-Arroux		27	71	713	71281
2995651	Marly-sous-Issy	marly-sous-issy	FR	71760	116	Europe/Paris	46.7219	3.92786		Marly,Marly-sous-Issy		27	71	713	71280
2995652	Marly-le-Roi	marly-le-roi	FR	78160	17404	Europe/Paris	48.86667	2.08333		Marli le Roa,Marli-le-Rua,Marly,Marly-la-Machine,Marly-le-Roi,maruri=ru=rowa,Марли ле Роа,Марли-ле-Руа,Марлі-ле-Руа,マルリー＝ル＝ロワ		11	78	783	78372
2995653	Marly-la-Ville	marly-la-ville	FR	95670	6034	Europe/Paris	49.08201	2.50347		Marli-la-Vil',Marly,Marly-la-Ville,ma er li cheng,Марли-ла-Виль,Марлі-ла-Віль,马尔利城		11	95	952	95371
2995654	Marly-Gomont	marly-gomont	FR	02120	437	Europe/Paris	49.90597	3.79124		Marly,Marly-Gomont		32	02	025	02469
2995656	Marly	marly	FR	57151 CEDEX	11681	Europe/Paris	50.34556	3.54959		Marly		32	59	596	59383
2995657	Marly	marly	FR	57151 CEDEX	0	Europe/Paris	45.46667	2.41667		Marly		75	19	193	19128
2995660	Marlioz	marlioz	FR	74270	489	Europe/Paris	46.03367	5.99953		Marlioz		84	74	743	74168
2995661	Marlieux	marlieux	FR	01240	736	Europe/Paris	46.06442	5.07217		Marlieux		84	01	012	01235
2995663	Marliens	marliens	FR	21110	404	Europe/Paris	47.21122	5.18394		Marl'en,Marl'jan,Marliens,ma er li an,Марльен,Марльян,马尔利安		27	21	212	21388
2995664	Marliac	marliac	FR	31550	122	Europe/Paris	43.22777	1.47636		Marliac		76	31	311	31319
2995667	Marlhes	marlhes	FR	42660	1462	Europe/Paris	45.28307	4.39616		Marl',Marlhas,Marlhes,ma er ye,Марль,马尔耶		84	42	423	42139
2995668	Marles-sur-Canche	marles-sur-canche	FR	62170	307	Europe/Paris	50.45869	1.83137		Marles,Marles-sur-Canche		32	62	624	62556
2995669	Marles-les-Mines	marles-les-mines	FR	62540	6198	Europe/Paris	50.50478	2.50882		Marl'-le-Min,Marles,Marles-les-Mines,ma er lei lai mi ne,marlys lyh mynys,Марль-ле-Мин,Марль-ле-Мін,مارليس ليه مينيس,马尔勒莱米讷		32	62	622	62555
2995670	Marles-en-Brie	marles-en-brie	FR	77610	1476	Europe/Paris	48.72783	2.88003		Marl'-an-Bri,Marles,Marles-en-Brie,Марль-ан-Бри,Марль-ан-Брі		11	77	773	77277
2995671	Marlers	marlers	FR	80290	149	Europe/Paris	49.76107	1.8489		Marlers		32	80	802	80515
2995672	Marlens	marlens	FR	74210	775	Europe/Paris	45.76561	6.34446		Marilandia,Marlan,Marlens,Марлан		84	74	741	74167
2995673	Marlenheim	marlenheim	FR	67520	3559	Europe/Paris	48.62134	7.49096		Maarle,Marlenajm,Mààrle,ma er lei nan,marlnhaym,marlynhym,Марленайм,مارلنهایم,مارلينهيم,马尔勒南		44	67	673	67282
2995674	Marlemont	marlemont	FR	08290	136	Europe/Paris	49.74941	4.37306		Marlemont		44	08	081	08277
2995675	Marle	marle	FR	02250	2561	Europe/Paris	49.74006	3.7706		Marle,Marle-et-Behaine		32	02	022	02468
2995676	Marle	marle	FR	02250	0	Europe/Paris	45.57318	6.02277		Marle,Marles,Marlieu		84	73	732	73210
2995684	Marizy-Saint-Mard	marizy-saint-mard	FR	02470	41	Europe/Paris	49.18054	3.22314		Marizy-Saint-Mard		32	02	024	02467
2995685	Marizy-Sainte-Geneviève	marizy-sainte-genevieve	FR	02470	123	Europe/Paris	49.18245	3.2033		Marizy-Sainte-Genevieve,Marizy-Sainte-Geneviève,Marizy-le-Grand		32	02	024	02466
2995687	Marizy	marizy	FR	71220	468	Europe/Paris	46.56679	4.40763		Marizy		27	71	713	71279
2995696	Marions	marions	FR	33690	188	Europe/Paris	44.38388	-0.09043		Marions		75	33	333	33271
2995697	Mariol	mariol	FR	03270	671	Europe/Paris	46.0206	3.49698		Mar'ol',Mariol,Mariolum,Mariou,Mariòu,Marjol',ma li ao,Марйоль,Марьоль,马里奥		84	03	033	03163
2995699	Maringues	maringues	FR	63350	2627	Europe/Paris	45.92164	3.33029		Manergium,Mareng,Maringas,Maringues,ma lan gai,Маренг,马兰盖		84	63	634	63210
2995700	Maringes	maringes	FR	42140	577	Europe/Paris	45.66142	4.35039		Maringes		84	42	421	42138
2995702	Marines	marines	FR	95640	3130	Europe/Paris	49.14485	1.98226		Marines		11	95	953	95370
2995710	Farinole	farinole	FR	20253	197	Europe/Paris	42.73163	9.36602		Farinole,Ferringule,Фариноле		94	2B	2B5	2B109
2995713	Marin	marin	FR	74200	1440	Europe/Paris	46.37941	6.52559		Marin		84	74	744	74166
2995714	Marimbault	marimbault	FR	33430	103	Europe/Paris	44.40967	-0.27029		Marembo,Marimbault,Mas Rimbaut,Masrimbaud,ma li mu bo er,Марембо,马里姆博尔		75	33	333	33270
2995716	Marillet	marillet	FR	85240	122	Europe/Paris	46.5686	-0.63463		Marillet		52	85	851	85136
2995718	Marillac-le-Franc	marillac-le-franc	FR	16110	634	Europe/Paris	45.73333	0.43333		Marijak-le-Fran,Marilhac,ma li la ke lai fu lang ke,Марийак-ле-Фран,Маріяк-ле-Фран,马里拉克莱弗朗克		75	16	161	16209
2995719	Marigny-sur-Yonne	marigny-sur-yonne	FR	58800	202	Europe/Paris	47.28106	3.65024		Marigny,Marigny-sur-Yonne		27	58	582	58159
2995720	Marigny-Saint-Marcel	marigny-saint-marcel	FR	74150	697	Europe/Paris	45.83079	5.98098		Marigny,Marigny-Saint-Marcel		84	74	741	74165
2995721	Marigny-Marmande	marigny-marmande	FR	37120	653	Europe/Paris	46.98155	0.48944		Marigny,Marigny-Marmande		24	37	371	37148
2995722	Marigny-les-Usages	marigny-les-usages	FR	45760	1234	Europe/Paris	47.95799	2.01462		Marigny,Marigny-les-Usages,Marin'i-lez-Juzazh,ma li ni lai yu sa re,Мариньї-лез-Юзаж,马里尼莱于萨热		24	45	452	45197
2995723	Marigny-lès-Reullée	marigny-les-reullee	FR	21200	178	Europe/Paris	46.99768	4.96423		Marigny,Marigny-les-Reullee,Marigny-les-Reultee,Marigny-les-Reultée,Marigny-lès-Reullée		27	21	211	21387
2995725	Marigny-l'Église	marigny-l-eglise	FR	58140	0	Europe/Paris	47.35517	3.93649		Marigny,Marigny-l'Eglise,Marigny-l'Église,Marigny-la-Montagne		27	58	581	58157
2995726	Marigny-le-Châtel	marigny-le-chatel	FR	10350	1554	Europe/Paris	48.40291	3.73588		Marigny,Marigny-le-Chatel,Marigny-le-Châtel,Marin'i-le-Shatel',ma li ni lai sha tai,Мариньи-ле-Шатель,Мариньї-ле-Шатель,马里尼莱沙泰		44	10	102	10224
2995727	Marigny-le-Cahouet	marigny-le-cahouet	FR	21150	310	Europe/Paris	47.46381	4.45952		Marigny,Marigny-le-Cahouet		27	21	213	21386
2995798	Margès	marges	FR	26260	781	Europe/Paris	45.14643	5.03885		Marges,Margès		84	26	263	26174
2995729	Marigny-en-Orxois	marigny-en-orxois	FR	02810	416	Europe/Paris	49.06007	3.22822		Marigny,Marigny-en-Orxois,Marin'i-an-Orksua,ma li ni ang ao ke su wa,Мариньи-ан-Орксуа,Мариньї-ан-Орксуа,马里尼昂奥克苏瓦		32	02	021	02465
2995730	Marigny-Chemereau	marigny-chemereau	FR	86370	441	Europe/Paris	46.42493	0.21571		Marigny-Chemereau,Marin'i-Shemro,ma li ni xie mo luo,Мариньї-Шемро,马里尼谢默罗		75	86	863	86147
2995731	Marigny-Brizay	marigny-brizay	FR	86380	1125	Europe/Paris	46.7466	0.37658		Marigny,Marigny-Brizay,Marin'i-Brize,ma li ni bu li ze,Мариньї-Бризе,马里尼布里泽		75	86	863	86115
2995734	Marigny	marigny	FR	03210	2008	Europe/Paris	49.09952	-1.24179		Marigny		28	50	504	50292
2995736	Marigny	marigny	FR	03210	94	Europe/Paris	48.66397	3.86704		Le Petit Marigny,Marigny		44	51	512	51351
2995737	Marigny	marigny	FR	03210	0	Europe/Paris	47.87044	4.61575				27	21	213	21154
2995738	Marigny	marigny	FR	03210	0	Europe/Paris	46.85414	2.33933				24	18	182	18058
2995739	Marigny	marigny	FR	03210	180	Europe/Paris	46.68214	5.78353		Marigny		27	39	392	39313
2995740	Marigny	marigny	FR	03210	122	Europe/Paris	46.67905	4.45893		Marigny		27	71	711	71278
2995741	Marigny	marigny	FR	03210	210	Europe/Paris	46.58196	3.20836		Marigny		84	03	032	03162
2995742	Marigny	marigny	FR	03210	802	Europe/Paris	46.19814	-0.41895		Marigny		75	79	792	79166
2995743	Marignieu	marignieu	FR	01300	168	Europe/Paris	45.79686	5.72007		Marignieu		84	01	011	01234
2995744	Marignier	marignier	FR	74970	5883	Europe/Paris	46.09014	6.50004				84	74	742	74164
2995746	Marigné-Peuton	marigne-peuton	FR	53200	513	Europe/Paris	47.8698	-0.81293		Marigne,Marigne-Peuton,Marigné,Marigné-Peuton		52	53	531	53145
2995747	Marigné-Laillé	marigne-laille	FR	72220	1585	Europe/Paris	47.81915	0.34016		Marigne,Marigne-Laille,Marigné,Marigné-Laillé		52	72	723	72187
2995748	Marigné	marigne	FR	49330	554	Europe/Paris	47.72274	-0.61809		Marigne,Marigné,Marin'e,ma li nie,Мариньє,马里涅		52	49	494	49080
2995749	Marigna-sur-Valouse	marigna-sur-valouse	FR	39240	115	Europe/Paris	46.44702	5.5287		Marigna,Marigna-sur-Valouse		27	39	392	39312
2995750	Marignane	marignane	FR	13700	35873	Europe/Paris	43.41727	5.21462		Marignanc,Marignane,Marin'jan,Marinan,Marinhana,ma li ni ang,malinyan,marinyanu,mrynyn,Мариньян,Марињан,مرینین,マリニャーヌ,马里尼昂,마리냔		93	13	134	13054
2995751	Marignana	marignana	FR	20141	104	Europe/Paris	42.23343	8.80109		Marignana,Marin'jana,Мариньяна		94	2A	2A1	2A154
2995752	Marignac-Laspeyres	marignac-laspeyres	FR	31220	0	Europe/Paris	43.21473	0.96518		Marignac,Marignac-Laspeyres		76	31	311	31318
2995753	Marignac-Lasclares	marignac-lasclares	FR	31430	336	Europe/Paris	43.3065	1.09859		Marignac,Marignac-Lasclares		76	31	311	31317
2995754	Marignac-en-Diois	marignac-en-diois	FR	26150	142	Europe/Paris	44.80187	5.33422		Marignac,Marignac-en-Diois		84	26	261	26175
2995757	Marignac	marignac	FR	17800	373	Europe/Paris	45.52153	-0.47593		Marignac		75	17	171	17220
2995758	Marignac	marignac	FR	17800	0	Europe/Paris	44.0591	4.30017				76	30	302	30001
2995759	Marignac	marignac	FR	17800	579	Europe/Paris	43.84437	0.91195		Marignac		76	82	821	82103
2995760	Marignac	marignac	FR	17800	0	Europe/Paris	42.91407	0.65838		Marignac		76	31	312	31316
2995761	Marieux	marieux	FR	80560	86	Europe/Paris	50.10623	2.442		Marieux		32	80	804	80514
2995762	Marieulles	marieulles	FR	57420	594	Europe/Paris	49.00024	6.10041		Marieulles		44	57	579	57445
2995769	Marie	marie	FR	06420	83	Europe/Paris	44.03163	7.13488		Marie		93	06	062	06080
2995770	Maricourt	maricourt	FR	80360	154	Europe/Paris	49.98111	2.78389		Maricourt		32	80	804	80513
2995775	Mariac	mariac	FR	07160	782	Europe/Paris	44.88801	4.37298		Mar'jak,Mariac,Mariak,ma li a ke,Марьяк,Маріак,马里阿克		84	07	073	07150
2995777	Margut	margut	FR	08370	843	Europe/Paris	49.58207	5.25986		Margju,Margot,Margut,ma er ju,Маргю,马尔居		44	08	083	08276
2995780	Marguestau	marguestau	FR	32150	60	Europe/Paris	43.88479	-0.04121		Marguestau		76	32	322	32236
2995781	Margueron	margueron	FR	33220	0	Europe/Paris	44.76244	0.24979		Margueron		75	33	335	33269
2995782	Marguerittes	marguerittes	FR	30320	8974	Europe/Paris	43.8596	4.44517		Margarida,Margaridas,Margeritt,Marguerittes,ma er gai li tai,Маргеритт,马尔盖里泰		76	30	302	30156
2995784	Margueray	margueray	FR	50410	133	Europe/Paris	48.89619	-1.14154		Margueray		28	50	504	50291
2995785	Margouët-Meymes	margouet-meymes	FR	32290	177	Europe/Paris	43.71667	0.1		Margouet-Maymes,Margouët-Maymès,Montagne-la-Douze		76	32	323	32235
2995787	Margon	margon	FR	28400	1292	Europe/Paris	48.33568	0.83454		Margon		24	28	284	28236
2995788	Margon	margon	FR	28400	272	Europe/Paris	43.4869	3.30686		Margon		76	34	341	34149
2995789	Margny-sur-Matz	margny-sur-matz	FR	60490	470	Europe/Paris	49.52162	2.778		Margny,Margny-sur-Matz		32	60	603	60383
2995790	Margny-lès-Compiègne	margny-les-compiegne	FR	60280	7011	Europe/Paris	49.42559	2.81806		Margny,Margny-les-Compiegne,Margny-lès-Compiègne,Marn'i-le-Komp'en',Marn'i-le-Kompen',ma er ni lai kong pi ye ni,Марньи-ле-Компьень,Марньї-ле-Компєнь,马尔尼莱孔皮耶尼		32	60	603	60382
2995791	Margny-aux-Cerises	margny-aux-cerises	FR	60310	213	Europe/Paris	49.67381	2.86718		Margny,Margny-aux-Cerises		32	60	603	60381
2995792	Margny	margny	FR	08370	0	Europe/Paris	49.61411	5.35113		Margny		44	08	083	08275
2995793	Margny	margny	FR	08370	120	Europe/Paris	48.93024	3.645		Margny		44	51	512	51350
2995796	Margival	margival	FR	02880	325	Europe/Paris	49.43488	3.40202		Margival		32	02	024	02464
2995800	Margerie-Hancourt	margerie-hancourt	FR	51290	211	Europe/Paris	48.55605	4.52225		Margerie		44	51	514	51349
2995801	Margerie-Chantagret	margerie-chantagret	FR	42560	523	Europe/Paris	45.52542	4.06769		Margerie,Margerie-Chantagret		84	42	421	42137
2995802	Margerides	margerides	FR	19200	226	Europe/Paris	45.45347	2.39987		Margerides,Marjarida,Marzherid,ma er re li dai,Маржерид,马尔热里代		75	19	193	19128
2995806	Margency	margency	FR	95580	2751	Europe/Paris	49	2.3		Margency,Marzhansi,ma er gang xi,Маржанси,Маржансі,马尔冈西		11	95	952	95369
2995807	Margencel	margencel	FR	74200	1682	Europe/Paris	46.3414	6.41416		Margencel		84	74	744	74163
2995809	Margaux	margaux	FR	33460	1455	Europe/Paris	45.04144	-0.67652		Margaux		75	33	334	33268
2995814	Marfontaine	marfontaine	FR	02140	92	Europe/Paris	49.80372	3.76952		Marfontaine		32	02	025	02463
2995816	Marfaux	marfaux	FR	51170	149	Europe/Paris	49.16738	3.89261		Marfaux		44	51	513	51348
2995817	Marey-sur-Tille	marey-sur-tille	FR	21120	315	Europe/Paris	47.59891	5.08056		Marey,Marey-sur-Tille		27	21	212	21385
2995818	Marey-lès-Fussey	marey-les-fussey	FR	21700	84	Europe/Paris	47.1187	4.85865		Marey,Marey-les-Fussey,Marey-lès-Fussey		27	21	211	21384
2995820	Marey	marey	FR	88320	85	Europe/Paris	48.10013	5.90045		Marey		44	88	882	88287
2995822	Mareuil-sur-Ourcq	mareuil-sur-ourcq	FR	60890	1491	Europe/Paris	49.13752	3.07822		Mareuil,Mareuil-sur-Ourcq		32	60	604	60380
2995823	Mareuil-sur-Lay-Dissais	mareuil-sur-lay-dissais	FR	85320	2647	Europe/Paris	46.53333	-1.23333		Mareuil,Vigneron		52	85	851	85135
2995824	Mareuil-sur-Cher	mareuil-sur-cher	FR	41110	1072	Europe/Paris	47.29314	1.32897		Mareuil,Mareuil-sur-Cher		24	41	413	41126
2995825	Mareuil	mareuil	FR	16170	1174	Europe/Paris	45.45074	0.45214		Mareuil,Mareuil-sur-Belle		75	24	242	24253
2995826	Mareuil-sur-Ay	mareuil-sur-ay	FR	51160	1237	Europe/Paris	49.04581	4.03587		Mareuil,Mareuil-sur-Ay		44	51	512	51030
2995827	Mareuil-sur-Arnon	mareuil-sur-arnon	FR	18290	604	Europe/Paris	46.88048	2.16046		Mareuil,Mareuil-sur-Arnon		24	18	181	18137
2995828	Mareuil-lès-Meaux	mareuil-les-meaux	FR	77100	1762	Europe/Paris	48.92648	2.86134		Mareuil,Mareuil-les-Meaux,Mareuil-lès-Meaux		11	77	771	77276
2995829	Mareuil-le-Port	mareuil-le-port	FR	51700	1335	Europe/Paris	49.08179	3.76011		Mareuil,Mareuil-le-Port		44	51	512	51346
2995830	Mareuil-la-Motte	mareuil-la-motte	FR	60490	609	Europe/Paris	49.54492	2.78972		Mareuil,Mareuil-la-Motte		32	60	603	60379
2995831	Mareuil-en-Dôle	mareuil-en-dole	FR	02130	185	Europe/Paris	49.24084	3.55702		Mareuil,Mareuil-en-Dole,Mareuil-en-Dôle		32	02	021	02462
2995832	Mareuil-en-Brie	mareuil-en-brie	FR	51270	236	Europe/Paris	48.95821	3.74477		Mareuil,Mareuil-en-Brie		44	51	512	51345
2995833	Mareuil-Caubert	mareuil-caubert	FR	80132	913	Europe/Paris	50.06823	1.83058		Mareuil,Mareuil-Caubert		32	80	801	80512
2995835	Mareuil	mareuil	FR	16170	359	Europe/Paris	45.77329	-0.14239		Mareuil		75	16	162	16208
2995836	Mareuil	mareuil	FR	16170	0	Europe/Paris	44.86667	1.41667		Mareuil		76	46	463	46239
2995838	Mareugheol	mareugheol	FR	63340	175	Europe/Paris	45.4881	3.16539		Mareugheol		84	63	633	63209
2995840	Maretz	maretz	FR	59238	1400	Europe/Paris	50.0453	3.41808		Maretz		32	59	592	59382
2995842	Maresville	maresville	FR	62630	78	Europe/Paris	50.52578	1.73302		Maresville,Marevil',ma lei wei er,marysfyl,Маревиль,Маревіль,ماريسفيل,马勒维尔		32	62	624	62554
2995843	Marest-sur-Matz	marest-sur-matz	FR	60490	398	Europe/Paris	49.50867	2.82496		Marest,Marest-sur-Matz		32	60	603	60378
2995844	Marest-Dampcourt	marest-dampcourt	FR	02300	328	Europe/Paris	49.60063	3.15203		Marest,Marest-Dampcourt		32	02	022	02461
2995845	Marestaing	marestaing	FR	32490	183	Europe/Paris	43.57922	1.01956		Marestaing		76	32	321	32234
2995846	Marest	marest	FR	62550	247	Europe/Paris	50.46677	2.41491		Marest		32	62	621	62553
2995847	Maresquel-Ecquemicourt	maresquel-ecquemicourt	FR	62990	0	Europe/Paris	50.4	1.93333		Mareskel'-Ekemikur,ma lei si kai lei ai ke mi ku er,maryskywl,Марескель-Екемикур,Марескель-Екемікур,ماريسكيول,马雷斯凯勒埃克米库尔		32	62	624	62552
2995849	Marestmontiers	marestmontiers	FR	80500	0	Europe/Paris	49.68333	2.53333				32	80	803	80511
2995850	Maresches	maresches	FR	59990	968	Europe/Paris	50.2929	3.58049		Maresches		32	59	591	59381
2995851	Maresché	maresche	FR	72170	733	Europe/Paris	48.21211	0.15335		Maresche,Maresché		52	72	722	72186
2995854	Marennes	marennes	FR	17320	5027	Europe/Paris	45.82268	-1.10514		Marennes		75	17	172	17219
2995855	Marennes	marennes	FR	17320	1564	Europe/Paris	45.62089	4.91236		Marennes		84	69	691	69281
2995856	Marenla	marenla	FR	62990	226	Europe/Paris	50.44545	1.86656		Maranla,Marenla,Marinleu,ma lang la,marynla,Маранла,مارينلا,马朗拉		32	62	624	62551
2995859	Mareil-sur-Mauldre	mareil-sur-mauldre	FR	78124	1882	Europe/Paris	48.89521	1.8687		Mareil,Mareil-sur-Mauldre,Marej-sjur-Mol'dr,Марей-сюр-Мольдр		11	78	783	78368
2995860	Mareil-sur-Loir	mareil-sur-loir	FR	72200	536	Europe/Paris	47.71438	0.01073		Mareil,Marej-sjur-Luar,Марей-сюр-Луар		52	72	721	72185
2995861	Mareil-Marly	mareil-marly	FR	78750	3381	Europe/Paris	48.88213	2.07351		Mareil,Mareil-Marly,Marej-Marli,Марей-Марли,Марей-Марлі		11	78	783	78367
2995863	Mareilles	mareilles	FR	52700	144	Europe/Paris	48.18391	5.26355		Mareilles		44	52	521	52313
2995864	Mareil-le-Guyon	mareil-le-guyon	FR	78490	364	Europe/Paris	48.78963	1.85224		Mareil,Mareil-le-Guyon		11	78	782	78366
2995866	Mareil-en-France	mareil-en-france	FR	95850	587	Europe/Paris	49.06954	2.42555		Mareil,Mareil-en-France,Marej-an-Frans,fu lang si de qu ma lei,Марей-ан-Франс,弗朗斯地区马雷		11	95	952	95365
2995867	Mareil-en-Champagne	mareil-en-champagne	FR	72540	294	Europe/Paris	47.98494	-0.16866		Mareil,Mareil-en-Champagne		52	72	721	72184
2995875	Mareau-aux-Prés	mareau-aux-pres	FR	45370	1224	Europe/Paris	47.86667	1.78333		Mareau,Mareau-aux-Pres,Mareau-aux-Prés,Maro-o-Pre,ma luo ao pu lei,Маро-о-Пре,马罗奥普雷		24	45	452	45196
2995876	Mareau-aux-Bois	mareau-aux-bois	FR	45300	505	Europe/Paris	48.10352	2.18846		Mareau,Mareau-aux-Bois,Maro-o-Bua,ma luo ao bu wa,Маро-о-Буа,马罗奥布瓦		24	45	453	45195
2995883	Mardore	mardore	FR	69240	502	Europe/Paris	46.07046	4.33773		Mardore		84	69	692	69248
2995884	Mardor	mardor	FR	52200	52	Europe/Paris	47.88793	5.20517		Mardor		44	52	522	52312
2995885	Mardilly	mardilly	FR	61230	119	Europe/Paris	48.83196	0.28135				28	61	613	61252
2995887	Mardié	mardie	FR	45430	2504	Europe/Paris	47.88617	2.05745		Mard'e,Mardie,Mardié,ma er di ai,Мардьє,马尔迪埃		24	45	452	45194
2995888	Mardeuil	mardeuil	FR	51530	1537	Europe/Paris	49.05393	3.93		Mardeuil		44	51	512	51344
2995897	Marcy-sous-Marle	marcy-sous-marle	FR	02250	239	Europe/Paris	49.73904	3.73651		Marcy,Marcy-sous-Marle		32	02	022	02460
2995898	Marcy-l'Étoile	marcy-l-etoile	FR	69280	0	Europe/Paris	45.78118	4.7062		Marcy-l'Etoile,Marcy-l'Étoile		84	69	691	69127
2995901	Marcy	marcy	FR	02720	189	Europe/Paris	49.8504	3.40555		Marcy		32	02	023	02459
2995902	Marcy	marcy	FR	02720	0	Europe/Paris	47.32	3.40829		Marcy		27	58	582	58156
2995903	Marcy	marcy	FR	02720	0	Europe/Paris	47.10166	3.21768				27	58	583	58212
2995904	Marcy	marcy	FR	02720	611	Europe/Paris	45.91505	4.68171		Marcy		84	69	692	69126
2995905	Marcy	marcy	FR	02720	0	Europe/Paris	45.64803	2.05105				75	19	193	19226
2995907	Marcq-en-Ostrevent	marcq-en-ostrevent	FR	59252	544	Europe/Paris	50.28557	3.23806		Marcq,Marcq-en-Ostrevent		32	59	593	59379
2995910	Marcq	marcq	FR	08250	103	Europe/Paris	49.3209	4.92469		Marcq		44	08	084	08274
2995911	Marcq	marcq	FR	08250	631	Europe/Paris	48.85864	1.82505		Marcq		11	78	782	78364
2995913	Marcoux	marcoux	FR	04420	578	Europe/Paris	45.71058	4.01219		Marcoux		84	42	421	42136
2995914	Marcoux	marcoux	FR	04420	429	Europe/Paris	44.12845	6.27685		Marcoux		93	04	043	04113
2995916	Marcoussis	marcoussis	FR	91460	7756	Europe/Paris	48.64026	2.23858		Marcoussis,Markussi,ma er ku xi,Маркусси,Маркуссі,马尔库西		11	91	913	91363
2995922	Marcorignan	marcorignan	FR	11120	1148	Europe/Paris	43.22594	2.92209		Marcorignan		76	11	113	11217
2995924	Marconnelle	marconnelle	FR	62140	1290	Europe/Paris	50.37588	2.01108		Marconelle,Marconnelle		32	62	624	62550
2995926	Marconne	marconne	FR	62140	1312	Europe/Paris	50.37143	2.04669		Fontaine-Libre,Marconne		32	62	624	62549
2995927	Marçon	marcon	FR	72340	1027	Europe/Paris	47.71002	0.51043		Marcon,Marçon		52	72	721	72183
2995929	Marcols-les-Eaux	marcols-les-eaux	FR	07190	315	Europe/Paris	44.81507	4.39948		Marcols,Marcols-les-Eaux		84	07	072	07149
2995930	Marcollin	marcollin	FR	38270	505	Europe/Paris	45.30531	5.08147		Marcollin		84	38	383	38219
2995932	Marcolès	marcoles	FR	15220	646	Europe/Paris	44.78196	2.35311		Marcoles,Marcolez,Marcolès		84	15	151	15117
2995933	Marcoing	marcoing	FR	59159	1989	Europe/Paris	50.1211	3.17321		Marcoing		32	59	592	59377
2995934	Marclopt	marclopt	FR	42210	364	Europe/Paris	45.66529	4.21703		Marclop,Marclopt		84	42	421	42135
2995935	Marc-la-Tour	marc-la-tour	FR	19150	151	Europe/Paris	45.20499	1.84473		Marc-la-Tour		75	19	192	19098
2995936	Marckolsheim	marckolsheim	FR	67390	3846	Europe/Paris	48.16471	7.544		Markelse,Markol'sajm,Markolsheim,Màrkelse,ma er ke er sang,marklshaym,markwlshym,Маркольсайм,ماركولشيم,مارکلسهایم,马尔科尔桑		44	67	675	67281
2995938	Marck	marck	FR	62730	9158	Europe/Paris	50.94897	1.94328		Marck		32	62	626	62548
2995939	Marcilly-sur-Vienne	marcilly-sur-vienne	FR	37800	529	Europe/Paris	47.04319	0.53993		Marcilly,Marcilly-sur-Vienne,Marsii-sjur-Venn,wei an he pan ma er xi li,Марсії-сюр-Вєнн,维安河畔马尔西利		24	37	371	37147
2995940	Marcilly-sur-Tille	marcilly-sur-tille	FR	21120	1480	Europe/Paris	47.517	5.12979		Marcilly,Marcilly-sur-Tille		27	21	212	21383
2995941	Marcilly-sur-Seine	marcilly-sur-seine	FR	51260	667	Europe/Paris	48.55731	3.7085		Marcelliacum,Marcilly,Marcilly-sur-Seine,Marsii-sjur-Sen,sai na he pan ma er xi li,Марсії-сюр-Сен,塞纳河畔马尔西利		44	51	512	51343
2995942	Marcilly-sur-Maulne	marcilly-sur-maulne	FR	37330	257	Europe/Paris	47.5503	0.24117		Marcilly,Marcilly-sur-Maulne		24	37	371	37146
2995943	Marcilly-sur-Eure	marcilly-sur-eure	FR	27810	1301	Europe/Paris	48.82568	1.34741		Marcilly,Marcilly-sur-Eure,Marsii-sjur-Er,e er he pan ma er xi li,Марсии-сюр-Ер,Марсії-сюр-Ер,厄尔河畔马尔西利		28	27	273	27391
2996079	Marbeuf	marbeuf	FR	27110	317	Europe/Paris	49.15	0.96667		Marbeuf		28	27	272	27389
2995944	Marcilly-Ogny	marcilly-ogny	FR	21320	202	Europe/Paris	47.25214	4.40607		Marcilly-Ogny,Marcilly-les-Mont-Serein,Marcilly-lès-Mont-Serein		27	21	211	21382
2995945	Marcilly-et-Dracy	marcilly-et-dracy	FR	21350	97	Europe/Paris	47.4	4.5		Marcilly-les-Vitteaux,Marcilly-lès-Vitteaux		27	21	213	21381
2995946	Marcilly-le-Châtel	marcilly-le-chatel	FR	42130	1256	Europe/Paris	45.6959	4.03082		Marcilly,Marcilly-le-Chatel,Marcilly-le-Châtel,Marcilly-le-Pave,Marcilly-le-Pavé		84	42	421	42134
2995947	Marcilly-le-Hayer	marcilly-le-hayer	FR	10290	712	Europe/Paris	48.34681	3.6333		Marcilly,Marcilly-le-Hayer		44	10	102	10223
2995948	Marcilly-la-Gueurce	marcilly-la-gueurce	FR	71120	130	Europe/Paris	46.40035	4.2994		Marcilly,Marcilly-la-Gueurce		27	71	713	71276
2995949	Marcilly-la-Campagne	marcilly-la-campagne	FR	27320	877	Europe/Paris	48.83312	1.20165		Marcilly,Marcilly-la-Campagne		28	27	273	27390
2995950	Marcilly-en-Villette	marcilly-en-villette	FR	45240	2005	Europe/Paris	47.76505	2.02266		Marcilly-en-Villette,Marsii-an-Vil'tte,wei lai te de qu ma er xi li,Марсії-ан-Вільтте,维莱特地区马尔西利		24	45	452	45193
2995951	Marcilly-en-Gault	marcilly-en-gault	FR	41210	779	Europe/Paris	47.4659	1.87438		Marcilly,Marcilly-en-Gault		24	41	413	41125
2995952	Marcilly-en-Beauce	marcilly-en-beauce	FR	41100	239	Europe/Paris	47.76326	1.00258		Marcilly,Marcilly-en-Beauce		24	41	412	41124
2995953	Marcilly-en-Bassigny	marcilly-en-bassigny	FR	52360	228	Europe/Paris	47.89572	5.52453		Marcilly,Marcilly-en-Bassigny		44	52	522	52311
2995954	Marcilly-d'Azergues	marcilly-d-azergues	FR	69380	0	Europe/Paris	45.87164	4.72952		Marcilly,Marcilly-d'Azergues		84	69	692	69125
2995956	Marcilly	marcilly	FR	50220	380	Europe/Paris	49.03651	2.878		Marcilly		11	77	771	77274
2995957	Marcilly	marcilly	FR	50220	337	Europe/Paris	48.6482	-1.25245		Marcilly		28	50	501	50290
2995958	Marcilly	marcilly	FR	50220	0	Europe/Paris	48.29192	0.54028				28	61	613	61207
2995959	Marcilly	marcilly	FR	50220	0	Europe/Paris	48.0752	2.45561				24	45	453	45030
2995960	Marcilly	marcilly	FR	50220	0	Europe/Paris	47.54262	3.94		Marcilly		27	89	892	89316
2995961	Marcilly	marcilly	FR	50220	0	Europe/Paris	47.14458	2.79543				24	18	181	18061
2995962	Marcilly	marcilly	FR	50220	0	Europe/Paris	46.9399	3.41153				27	58	583	58028
2995963	Marcilloles	marcilloles	FR	38260	841	Europe/Paris	45.34294	5.18197		Marcilloles		84	38	383	38218
2995965	Marcillé-Robert	marcille-robert	FR	35240	938	Europe/Paris	47.94987	-1.36111		Marc'helleg-Roperzh,Marchelleg-Roperzh,Marciliacum Roberti,Marcille,Marcille-Robert,Marcillé,Marcillé-Robert,Marsie-Rober,ma er xi lai luo bei er,Марсие-Робер,Марсіє-Робер,马尔西莱罗贝尔		53	35	351	35165
2995966	Marcillé-Raoul	marcille-raoul	FR	35560	725	Europe/Paris	48.38673	-1.60571		Marc'helleg-Raoul,Marcille,Marcille-Raoul,Marcillé,Marcillé-Raoul		53	35	351	35164
2995967	Marcillé-la-Ville	marcille-la-ville	FR	53440	841	Europe/Paris	48.30602	-0.49485		Marcille,Marcille-la-Ville,Marcillé,Marcillé-la-Ville		52	53	533	53144
2995969	Marcillat-en-Combraille	marcillat-en-combraille	FR	03420	934	Europe/Paris	46.16719	2.63336		Marcilhac,Marcillat,Marcillat-en-Combraille,Marsija-an-Kombraj,Marsijja-an-Kombraj,Marsilhac,kong bu lai er de qu ma er xi la,Марсийя-ан-Комбрай,Марсия-ан-Комбрай,Марсія-ан-Комбрай,孔布赖尔地区马尔西拉		84	03	031	03161
2995970	Marcillat	marcillat	FR	63440	214	Europe/Paris	46.07957	3.03695		Marcillat		84	63	634	63208
2995971	Marcillac-Vallon	marcillac-vallon	FR	12330	1635	Europe/Paris	44.47464	2.46454		Marcillac,Marcillac-Vallon,Marcillac-d'Aveyron		76	12	122	12138
2995972	Marcillac-Saint-Quentin	marcillac-saint-quentin	FR	24200	742	Europe/Paris	44.95021	1.21366		Marcilhac e Sent Quentin,Marcillac-Saint-Quentin,Marsijak-Sen-Kanten,ma er xi la ke sheng qu ang tan,Марсийак-Сен-Кантен,Марсияк-Сен-Кантен,Марсіяк-Сен-Кантен,马尔西拉克圣屈昂坦		75	24	244	24252
2995973	Marcillac-Lanville	marcillac-lanville	FR	16140	586	Europe/Paris	45.84614	0.01999		Marcillac,Marcillac-Lanville,Marsijak-Lanvil',ma er xi la ke lang wei er,Марсийак-Ланвиль,Марсіяк-Ланвіль,马尔西拉克朗维尔		75	16	162	16207
2995974	Marcillac-la-Croze	marcillac-la-croze	FR	19500	210	Europe/Paris	45.03517	1.7431		Marcillac,Marcillac-la-Croze		75	19	191	19126
2995975	Marcillac-la-Croisille	marcillac-la-croisille	FR	19320	796	Europe/Paris	45.27237	2.02948		Marcillac,Marcillac-la Croizille,Marcillac-la-Croisille		75	19	193	19125
2995977	Marcillac	marcillac	FR	33860	0	Europe/Paris	46.10439	0.75601				75	16	163	16249
2995978	Marcillac	marcillac	FR	33860	1089	Europe/Paris	45.2687	-0.52379		Marcillac,Marcillac-de Blaye		75	33	331	33380
2995979	Marcilhac-sur-Célé	marcilhac-sur-cele	FR	46160	207	Europe/Paris	44.55325	1.7707		Marcilhac,Marcilhac-sur-Cele,Marcilhac-sur-Célé,Mars'jak-sjur-Sele,sai lai he pan ma er xi ya ke,Марсьяк-сюр-Селе,塞莱河畔马尔西亚克		76	46	462	46183
2995981	Marcigny-sous-Thil	marcigny-sous-thil	FR	21390	51	Europe/Paris	47.39024	4.38405		Marcigny,Marcigny-sous-Thil		27	21	213	21380
2995982	Marcigny	marcigny	FR	71110	0	Europe/Paris	46.78657	3.0961				27	58	583	58264
2995983	Marcigny	marcigny	FR	71110	1923	Europe/Paris	46.27627	4.03957		Marcigny,Marcigny-sur-Loire,Marsin'i,Марсиньи,Марсіньї		27	71	713	71275
2995986	Marcieux	marcieux	FR	73470	130	Europe/Paris	45.61667	5.76667		Marcieux		84	73	732	73152
2995988	Marcieu	marcieu	FR	38350	76	Europe/Paris	44.91527	5.68926		Marcieu		84	38	381	38217
2995990	Marciac	marciac	FR	32230	1258	Europe/Paris	43.52404	0.16102		Marciac,Mars'jak,ma er xi ya ke,Марсьяк,马尔西亚克		76	32	323	32233
2995991	Marchiennes	marchiennes	FR	59870	4671	Europe/Paris	50.4	3.28333		Marchienne,Marchiennes,Marchiennes-Campagne,Marsh'en,Marsh'enn,Marshenn,ma er xie ne,Маршьен,Маршьенн,Маршєнн,马尔谢讷		32	59	593	59375
2995994	Marchezais	marchezais	FR	28410	214	Europe/Paris	48.77194	1.50926		Marchezais		24	28	283	28235
2996159	Mansonville	mansonville	FR	82120	291	Europe/Paris	44.01763	0.84063		Mansonville		76	82	821	82102
2995995	Marchéville-en-Woëvre	marcheville-en-woevre	FR	55160	66	Europe/Paris	49.08901	5.68218		Marcheville,Marcheville-en-Woevre,Marchéville,Marchéville-en-Woëvre		44	55	553	55320
2995996	Marcheville	marcheville	FR	28120	0	Europe/Paris	50.22192	1.90379		Marcheville		32	80	801	80222
2995997	Marchéville	marcheville	FR	28120	438	Europe/Paris	48.36738	1.25236		Marcheville,Marchéville		24	28	281	28234
2996000	Marchésieux	marchesieux	FR	50190	678	Europe/Paris	49.18815	-1.29029		Marchesieux,Marchésieux		28	50	503	50289
2996001	Marcheseuil	marcheseuil	FR	21430	142	Europe/Paris	47.14369	4.34893		Marcheseuil		27	21	211	21379
2996005	Marches	marches	FR	26300	696	Europe/Paris	44.97549	5.1084		Marches		84	26	263	26173
2996006	Marcheprime	marcheprime	FR	33380	3768	Europe/Paris	44.69242	-0.85479		Marcha Prima,Marchaprima,Marcheprime,Marshprim,ma er xie pu li mu,Маршприм,马尔谢普里姆		75	33	336	33555
2996008	Marchenoir	marchenoir	FR	41370	654	Europe/Paris	47.82393	1.3959		Marchenoir		24	41	411	41123
2996009	Marchémoret	marchemoret	FR	77230	364	Europe/Paris	49.05051	2.77035		Marchemoret,Marchémoret		11	77	771	77273
2996010	Marchemaisons	marchemaisons	FR	61170	175	Europe/Paris	48.52296	0.3053		Marchemaisons,Marchmaisons		28	61	611	61251
2996012	Marchélepot	marchelepot	FR	80200	422	Europe/Paris	49.83384	2.86689		Marchelepot,Marchélepot		32	80	804	80509
2996014	Marché-Allouarde	marche-allouarde	FR	80700	78	Europe/Paris	49.72724	2.86679		Marche,Marche-Allouarde,Marché,Marché-Allouarde		32	80	803	80508
2996020	Marchaux	marchaux	FR	25640	975	Europe/Paris	47.32108	6.13154		Marchaux		27	25	251	25368
2996022	Marchastel	marchastel	FR	15400	168	Europe/Paris	45.28317	2.72497		Marchastel		84	15	153	15116
2996023	Marchastel	marchastel	FR	15400	83	Europe/Paris	44.65113	3.10664		Marchastel		76	48	482	48091
2996026	Marchampt	marchampt	FR	69430	393	Europe/Paris	46.11244	4.57137		Marchampt		84	69	692	69124
2996027	Marchamp	marchamp	FR	01680	117	Europe/Paris	45.78689	5.54197		Marchamp		84	01	011	01233
2996030	Marchais-en-Brie	marchais-en-brie	FR	02540	240	Europe/Paris	48.88357	3.48548		Marchais,Marchais-en-Brie		32	02	021	02458
2996031	Marchais-Beton	marchais-beton	FR	89120	134	Europe/Paris	47.83559	3.04791		Marchais,Marchais-Beton,Marshe-Beton,ma er xie bei tong,Марше-Бетон,马尔谢贝通		27	89	891	89086
2996032	Marchais	marchais	FR	02350	385	Europe/Paris	49.58333	3.81667		Marchais,Marshe,ma er xie,Марше,马尔谢		32	02	022	02457
2996033	Marchais	marchais	FR	02350	0	Europe/Paris	48.76756	3.38689				11	77	773	77093
2996034	Marchais	marchais	FR	02350	0	Europe/Paris	48.51789	2.05494				11	91	911	91525
2996035	Marchais	marchais	FR	02350	0	Europe/Paris	48.44646	2.3938				11	91	911	91099
2996037	Marchainville	marchainville	FR	61290	217	Europe/Paris	48.58508	0.81451		Marchainville		28	61	613	61230
2996039	Marcey-les-Grèves	marcey-les-greves	FR	50300	1128	Europe/Paris	48.69673	-1.39156		Marcey,Marcey-les-Greves,Marcey-les-Grèves		28	50	501	50288
2996040	Marcé-sur-Esves	marce-sur-esves	FR	37160	241	Europe/Paris	47.03095	0.65461		Marce,Marce-sur-Esves,Marcé,Marcé-sur-Esves		24	37	373	37145
2996041	Marcenod	marcenod	FR	42140	599	Europe/Paris	45.57096	4.48318		Marcenod		84	42	423	42133
2996043	Marcenay	marcenay	FR	21330	122	Europe/Paris	47.86238	4.40442		Marcenay		27	21	213	21378
2996045	Marcenat	marcenat	FR	03260	308	Europe/Paris	46.23377	3.39787		Marcenat,Marcenat-sur-Allier		84	03	032	03160
2996046	Marcenat	marcenat	FR	03260	0	Europe/Paris	45.50088	3.00134				84	63	633	63440
2996047	Marcenat	marcenat	FR	03260	629	Europe/Paris	45.30683	2.82675		Marcenat		84	15	153	15114
2996048	Marcenais	marcenais	FR	33620	643	Europe/Paris	45.0582	-0.33756		Marcenais,Marcenas		75	33	331	33266
2996051	Marcellus	marcellus	FR	47200	739	Europe/Paris	44.48049	0.07766		Marcel,Marcell,Marcellus,Markel,marukerrusu,Маркел,マルケッルス		75	47	472	47156
2996052	Marcellois	marcellois	FR	21350	28	Europe/Paris	47.34845	4.61286		Marcellois		27	21	213	21377
2996054	Marcellaz-Albanais	marcellaz-albanais	FR	74150	1561	Europe/Paris	45.87546	5.9988		Marcellatium Gebennensium,Marcellaz,Marcellaz-Albanais,Marsella-Al'bane,Марселла-Альбане		84	74	741	74161
2996055	Marcellaz	marcellaz	FR	74250	770	Europe/Paris	46.1466	6.35552		Marcellatium Fulciniensium,Marcellaz,Marcellaz-en-Faucigny,Marsella,Марселла		84	74	742	74162
2996058	Marcelcave	marcelcave	FR	80800	1000	Europe/Paris	49.8507	2.57425		Marcelcave		32	80	802	80507
2996059	Marcei	marcei	FR	61570	213	Europe/Paris	48.6624	0.04412		Marcei		28	61	612	61375
2996060	Marcé	marce	FR	49140	0	Europe/Paris	47.61667	-0.98333				52	49	494	49178
2996061	Marcé	marce	FR	49140	0	Europe/Paris	47.57996	-0.32493		Marce,Marcé,Marse,ma er sai,Марсе,马尔塞		52	49	491	49188
2996062	Marçay	marcay	FR	37500	468	Europe/Paris	47.09986	0.21816		Marcay,Marçay		24	37	371	37144
2996063	Marçay	marcay	FR	37500	745	Europe/Paris	46.46276	0.22715		Marcay,Marçay		75	86	863	86145
2996069	Marçais	marcais	FR	18170	329	Europe/Paris	46.69724	2.36952		Marcais,Marçais		24	18	182	18136
2996073	Marby	marby	FR	08260	65	Europe/Paris	49.82852	4.42989		Marby		44	08	081	08273
2996074	Marboz	marboz	FR	01851	2382	Europe/Paris	46.3429	5.25722		Marboz		84	01	012	01232
2996075	Marboué	marboue	FR	28200	1165	Europe/Paris	48.11377	1.3321		Marboue,Marboué		24	28	282	28233
2996078	Marbéville	marbeville	FR	52320	106	Europe/Paris	48.27616	5.02368		Marbevil',Marbeville,Marbéville,ma er bei wei er,Марбевіль,马尔贝维尔		44	52	521	52310
2996080	Marbaix	marbaix	FR	59440	442	Europe/Paris	50.12884	3.84234		Marbaix,Marbe,ma er bai,Марбе,马尔拜		32	59	591	59374
2996081	Marbache	marbache	FR	54820	1760	Europe/Paris	48.79867	6.106		Marbache		44	54	543	54351
2996083	Maraye-en-Othe	maraye-en-othe	FR	10160	433	Europe/Paris	48.16338	3.85335		Maraj-an-Ot,Maraye,Maraye-en-Othe,Mare-an-Ot,ao te de qu ma lai ai,Марай-ан-От,Маре-ан-От,奥特地区马赖埃		44	10	103	10222
2996085	Maray	maray	FR	41320	260	Europe/Paris	47.24772	1.88514		Maray		24	41	413	41122
2996088	Maravat	maravat	FR	32120	50	Europe/Paris	43.75748	0.75277		Maravat		76	32	322	32232
2996089	Maraussan	maraussan	FR	34370	3178	Europe/Paris	43.36686	3.15777		Maraucan,Maraussan,Marauçan,Marossan,ma luo sang,Мароссан,马罗桑		76	34	341	34148
2996094	Marat	marat	FR	63480	897	Europe/Paris	45.65919	3.68276		Marat		84	63	631	63207
2996095	Marast	marast	FR	70110	43	Europe/Paris	47.55685	6.38213		Marast		27	70	701	70332
2996097	Maranwez	maranwez	FR	08460	63	Europe/Paris	49.72912	4.34209		Maranwez		44	08	081	08272
2996099	Maranville	maranville	FR	52370	476	Europe/Paris	48.13496	4.8612		Maranvil',Maranville,ma lang wei er,Маранвіль,马朗维尔		44	52	521	52308
2996100	Marant	marant	FR	62170	87	Europe/Paris	50.46532	1.84275		Marant		32	62	624	62547
2996101	Maransin	maransin	FR	33230	959	Europe/Paris	45.07148	-0.26847		Maransin		75	33	335	33264
2996102	Marans	marans	FR	17230	0	Europe/Paris	47.63	-0.85				52	49	494	49331
2996103	Marans	marans	FR	17230	4663	Europe/Paris	46.30883	-0.99226		Marans		75	17	173	17218
2996105	Marange-Zondrange	marange-zondrange	FR	57690	285	Europe/Paris	49.10997	6.53634		Marange,Marange-Zondrange		44	57	573	57444
2996106	Marange-Silvange	marange-silvange	FR	57535	5708	Europe/Paris	49.20822	6.10426		Marange,Marange-Silvange		44	57	579	57443
2996109	Marandeuil	marandeuil	FR	21270	48	Europe/Paris	47.34672	5.34721		Marandeuil		27	21	212	21376
2996111	Marambat	marambat	FR	32190	350	Europe/Paris	43.77572	0.31411		Marambat		76	32	321	32231
2996121	Marainville-sur-Madon	marainville-sur-madon	FR	88130	86	Europe/Paris	48.39833	6.16949		Marainville,Marainville-sur-Madon,Marenvil'-sjur-Madon,ma dong he pan ma lan wei er,Маренвиль-сюр-Мадон,Маренвіль-сюр-Мадон,马东河畔马兰维尔		44	88	881	88286
2996122	Marainviller	marainviller	FR	54300	670	Europe/Paris	48.5886	6.6008		Marainviller		44	54	542	54350
2996124	Marac	marac	FR	52260	188	Europe/Paris	47.92715	5.1944		Marac		44	52	522	52307
2996126	Manziat	manziat	FR	01570	1759	Europe/Paris	46.36125	4.9058		Manziat		84	01	012	01231
2996127	Manzat	manzat	FR	63410	1377	Europe/Paris	45.9616	2.9414		Manza,Manzac,Manzat,mang zha,Манза,芒扎		84	63	634	63206
2996129	Manzac-sur-Vern	manzac-sur-vern	FR	24110	537	Europe/Paris	45.08709	0.58566		Manzac,Manzac de Vern,Manzac-sur-Vern,Manzac-sur-Verne,Manzak-sjur-Vern,wei er en he pan mang zha ke,Манзак-сюр-Верн,韦尔恩河畔芒扎克		75	24	243	24251
2996130	Many	many	FR	57380	243	Europe/Paris	49.00226	6.52116		Many		44	57	573	57442
2996131	Many	many	FR	57380	0	Europe/Paris	47.45123	2.23076				24	41	413	41249
2996133	Manvieux	manvieux	FR	14117	118	Europe/Paris	49.33698	-0.65583		Manvieux		28	14	141	14401
2996135	Mantry	mantry	FR	39230	468	Europe/Paris	46.79658	5.55887		Mantry,Mautry		27	39	392	39310
2996137	Mantoche	mantoche	FR	70100	527	Europe/Paris	47.41901	5.53065		Mantoche		27	70	702	70331
2996138	Mantilly	mantilly	FR	61350	647	Europe/Paris	48.52059	-0.8014		Mantilly		28	61	611	61248
2996139	Manthes	manthes	FR	26210	614	Europe/Paris	45.3045	5.01112		Manthes		84	26	263	26172
2996140	Manthelon	manthelon	FR	27240	286	Europe/Paris	48.91163	1.047		Manthelon		28	27	272	27198
2996141	Manthelan	manthelan	FR	37240	1198	Europe/Paris	47.13632	0.79319		Manthelan,Manthelon		24	37	373	37143
2996142	Manteyer	manteyer	FR	05400	330	Europe/Paris	44.53787	5.96368		Manteyer		93	05	052	05075
2996145	Mantet	mantet	FR	66360	18	Europe/Paris	42.47726	2.30659	1545	Mante,Mantet,Mentet,mang tai,Манте,芒泰		76	66	663	66102
2996146	Mantes-la-Ville	mantes-la-ville	FR	78711	19947	Europe/Paris	48.97374	1.70253		Mant-la-Vil',Mantes-la-Ville,manto=ra=vu~iru,Мант-ла-Виль,Мант-ла-Віль,マント＝ラ＝ヴィル		11	78	781	78362
2996148	Mantes-la-Jolie	mantes-la-jolie	FR	78200	44263	Europe/Paris	48.99048	1.7167		Madante,Mant la Zholi,Mant-la-Zholi,Mant-lja-Zholi,Mantes,Mantes-Gassicourt,Mantes-Sur-Seine,Mantes-la-Jolie,Maðante,Medanta,mangteulajolli,mant-azhwly,manto=ra=jori,Мант ла Жоли,Мант-ла-Жоли,Мант-ла-Жолі,Мант-ля-Жоли,مانت-اژولی,マント＝ラ＝ジョリー,망트라졸리	781	11	78	781	78361
2996149	Mantenay-Montlin	mantenay-montlin	FR	01560	270	Europe/Paris	46.42407	5.09876		Mantenay,Mantenay-Montlin		84	01	012	01230
2996155	Mantallot	mantallot	FR	22450	169	Europe/Paris	48.70696	-3.29833		Mantallod,Mantallot		53	22	223	22141
2996157	Mant	mant	FR	40700	293	Europe/Paris	43.58557	-0.50932		Mant		75	40	402	40172
2996158	Manspach	manspach	FR	68210	531	Europe/Paris	47.618	7.10491		Manspach		44	68	681	68200
2996161	Manso	manso	FR	20245	115	Europe/Paris	42.37794	8.77835		Manso		94	2B	2B5	2B153
2996162	Mansle	mansle	FR	16230	1656	Europe/Paris	45.876	0.17838		Manl',Mansle,mang si er,Манль,芒斯尔		75	16	163	16206
2996163	Mansigné	mansigne	FR	72510	1411	Europe/Paris	47.74759	0.13507		Mansigne,Mansigné		52	72	721	72182
2996164	Manses	manses	FR	09500	134	Europe/Paris	43.10046	1.81129		Manses		76	09	092	09180
2996165	Mansencôme	mansencome	FR	32310	80	Europe/Paris	43.87114	0.339		Mansencome,Mansencôme		76	32	322	32230
2996166	Mansempuy	mansempuy	FR	32120	56	Europe/Paris	43.7394	0.81308		Mansempuy		76	32	322	32229
2996171	Mansat-la-Courrière	mansat-la-courriere	FR	23400	95	Europe/Paris	45.96258	1.8067		Mancac e la Corriera,Mancac la Corriera,Mansa-la-Kur'er,Mansa-la-Kurr'er,Mansa-la-Kurrer,Mansat,Mansat-la-Courriere,Mansat-la-Courrière,Mançac e la Corriera,Mançac la Corriéra,mang sa la ku er li ai,Манса-ла-Куррьер,Манса-ла-Куррєр,Манса-ла-Курьер,芒萨拉库尔里埃		75	23	232	23122
2996172	Mansan	mansan	FR	65140	55	Europe/Paris	43.3398	0.19302		Mansan,Mausan		76	65	653	65297
2996173	Mansac	mansac	FR	19520	1339	Europe/Paris	45.16839	1.38342		Mansac		75	19	191	19124
2996177	Manre	manre	FR	08400	106	Europe/Paris	49.26203	4.66503		Manre		44	08	084	08271
2996178	Manou	manou	FR	28240	589	Europe/Paris	48.51952	0.98004		Manou		24	28	284	28232
2996179	Manot	manot	FR	16500	606	Europe/Paris	45.94306	0.63772		Manot		75	16	163	16205
2996180	Manosque	manosque	FR	04100	21351	Europe/Paris	43.82883	5.78688		Manosca,Manosk,Manoske,Manosque,Manòsca,mang ao si qu ai,manoseukeu,manosuku,mnwsk,Маноск,Маноске,منوسک,マノスク,芒奥斯屈埃,마노스크		93	04	044	04112
2996181	Manonviller	manonviller	FR	54300	151	Europe/Paris	48.58326	6.65136		Manonviller		44	54	542	54349
2996182	Manonville	manonville	FR	54385	235	Europe/Paris	48.83037	5.91139		Manonville		44	54	544	54348
2996184	Manoncourt-en-Woëvre	manoncourt-en-woevre	FR	54385	213	Europe/Paris	48.78441	5.92284		Manoncourt,Manoncourt-en-Woevre,Manoncourt-en-Woëvre		44	54	544	54346
2996185	Manoncourt-en-Vermois	manoncourt-en-vermois	FR	54210	324	Europe/Paris	48.60121	6.26716		Manoncourt,Manoncourt-en-Vermois		44	54	543	54345
2996186	Manom	manom	FR	57100	2822	Europe/Paris	49.37092	6.18345		Manom,Monhofen,mang weng,manwm,Маном,مانوم,芒翁		44	57	577	57441
2996187	Manois	manois	FR	52700	490	Europe/Paris	48.27705	5.35838		Manois		44	52	521	52306
2996190	Mano	mano	FR	40410	0	Europe/Paris	44.41667	-0.66667				75	40	402	40171
2996192	Mannevillette	mannevillette	FR	76290	703	Europe/Paris	49.59746	0.17577		Mannevillette		28	76	762	76409
2996193	Manneville-sur-Risle	manneville-sur-risle	FR	27500	1089	Europe/Paris	49.35173	0.54526		Manneville,Manneville-sur-Risle		28	27	272	27385
2996194	Manneville-la-Raoult	manneville-la-raoult	FR	27210	433	Europe/Paris	49.37553	0.31612		Manneville,Manneville-la-Raoult		28	27	272	27384
2996195	Manneville-la-Pipard	manneville-la-pipard	FR	14130	369	Europe/Paris	49.26235	0.21984		Manneville,Manneville-la-Pipard		28	14	143	14399
2996196	Manneville-la-Goupil	manneville-la-goupil	FR	76110	989	Europe/Paris	49.61031	0.3547		Le Zele-de-la-Patrie,Le Zèle-de-la-Patrie,Manneville,Manneville-la-Goupil		28	76	762	76408
2996197	Manneville-ès-Plains	manneville-es-plains	FR	76460	256	Europe/Paris	49.85192	0.75748		Manneville,Manneville-es-Plains,Manneville-ès-Plains		28	76	761	76407
2996200	Manlay	manlay	FR	21430	231	Europe/Paris	47.12846	4.34155		Manlay		27	21	211	21375
2996201	Maniquerville	maniquerville	FR	76400	309	Europe/Paris	49.69844	0.34736		Maniquerville		28	76	762	76406
2996202	Maninghen-Henne	maninghen-henne	FR	62250	307	Europe/Paris	50.76781	1.66956		Maninghen,Maninghen-Henne		32	62	623	62546
2996203	Maninghem	maninghem	FR	62650	140	Europe/Paris	50.54337	1.93934		Manengem,Maninghem,Maninghem-au-Mont,ma nan gai mu,manynhym,Маненгем,مانينهيم,马南盖姆		32	62	624	62545
2996204	Manin	manin	FR	62810	181	Europe/Paris	50.29771	2.51163		Manin		32	62	621	62544
2996205	Manigod	manigod	FR	74230	866	Europe/Paris	45.86208	6.37594		Manigod		84	74	741	74160
2996210	Manicamp	manicamp	FR	02300	344	Europe/Paris	49.57187	3.16984		Manicamp,Manikam,Manikan,ma ni kang,Маникан,Манікам,马尼康		32	02	022	02456
2996211	Manhoué	manhoue	FR	57590	150	Europe/Paris	48.82566	6.34011		Manhoue,Manhoué		44	57	575	57440
2996212	Manheulles	manheulles	FR	55160	146	Europe/Paris	49.11166	5.59785		Manheulles		44	55	553	55317
2996214	Manhac	manhac	FR	12160	558	Europe/Paris	44.25436	2.46892		Manhac		76	12	123	12137
2996216	Mangonville	mangonville	FR	54290	221	Europe/Paris	48.45627	6.28939		Mangonville		44	54	543	54344
2996217	Manglieu	manglieu	FR	63270	431	Europe/Paris	45.61111	3.35098		Mangl'e,Manglieu,Manhluec,mang ge li e,Мангльє,芒格利厄		84	63	632	63205
2996219	Mangiennes	mangiennes	FR	55150	357	Europe/Paris	49.3538	5.53136		Mangiennes,Manzh'enn,Manzhenn,mang bi ye nei,Манжьенн,Манжєнн,芒比耶内		44	55	553	55316
2996229	Manerbe	manerbe	FR	14340	527	Europe/Paris	49.18483	0.17411		Manerbe		28	14	143	14398
2996230	Manent-Montané	manent-montane	FR	32140	0	Europe/Paris	43.33352	0.60024		Manent-Montane,Manent-Montané		76	32	323	32228
2996231	Manéhouville	manehouville	FR	76590	190	Europe/Paris	49.83471	1.08388		Manehouville,Manéhouville		28	76	761	76405
2996232	Manéglise	maneglise	FR	76133	1172	Europe/Paris	49.56578	0.25572		Maneglise,Manegliz,Manéglise,Манеглиз,Манегліз		28	76	762	76404
2996234	Mane	mane	FR	04300	1243	Europe/Paris	43.93795	5.76718		Mane		93	04	044	04111
2996235	Mane	mane	FR	04300	994	Europe/Paris	43.08249	0.95144		Mane		76	31	312	31315
2996236	Manduel	manduel	FR	30129	6260	Europe/Paris	43.81855	4.47247		Mandjuel',Manduel,Manduelh,Manduèlh,mang di ai,Мандюель,芒迪埃		76	30	302	30155
2996239	Mandrevillars	mandrevillars	FR	70400	144	Europe/Paris	47.61291	6.77784		Mandrevillars		27	70	701	70330
2996240	Mandres-sur-Vair	mandres-sur-vair	FR	88800	294	Europe/Paris	48.22309	5.89267		Mandres,Mandres-sur-Vair		44	88	882	88285
2996241	Mandres-les-Roses	mandres-les-roses	FR	94520	4243	Europe/Paris	48.70198	2.54662		Mandr-le-Roz,Mandres,Mandres-les-Roses,mang de lei lai luo si,Мандр-ле-Роз,芒德雷莱罗斯		11	94	941	94047
2996242	Mandres-la-Côte	mandres-la-cote	FR	52800	415	Europe/Paris	48.06195	5.33516		Mandres,Mandres-la-Cote,Mandres-la-Côte		44	52	521	52305
2996243	Mandres-en-Barrois	mandres-en-barrois	FR	55290	150	Europe/Paris	48.49068	5.39137		Mandres,Mandres-en-Barrois		44	55	551	55315
2996244	Mandres	mandres	FR	27130	357	Europe/Paris	48.75273	0.86764		Mandres		28	27	272	27383
2996246	Mandray	mandray	FR	88650	608	Europe/Paris	48.21959	6.99319		Mandray		44	88	883	88284
2996249	Mandeville-en-Bessin	mandeville-en-bessin	FR	14710	241	Europe/Paris	49.30143	-0.87869		Mandeville,Mandeville-en-Bessin		28	14	141	14397
2996250	Mandeville	mandeville	FR	27370	247	Europe/Paris	49.22146	1.01151		Mandeville		28	27	272	27382
2996251	Mandeure	mandeure	FR	25350	5416	Europe/Paris	47.44921	6.80762		Epamanduodurum,Mander,Mandeure,mang de er,Мандер,芒德尔		27	25	252	25367
2996253	Manderen	manderen	FR	57480	391	Europe/Paris	49.45119	6.43828		Manderen		44	57	577	57439
2996255	Mandelieu-la-Napoule	mandelieu-la-napoule	FR	06210	19292	Europe/Paris	43.54577	6.93734		Mandaluec la Napola,Mandatluec,Mandel'e-la-Napul',Mandel'jo-la-Napul',Mandelieu,Mandelieu-La Napoule,Mandelieu-la-Napoule,Mandelije la Napul,mandlyw lnpwl,mandoryu=ra=napuru,mandylyw la nabwl,mang dai li e la na pu er,mangdeullioelanapul,Манделије ла Напул,Мандельё-ла-Напуль,Мандельє-ла-Напуль,ماندلیو لنپول,مانديليو لا نابول,マンドリュー＝ラ＝ナプール,芒代利厄拉納普爾,망들리외라나풀		93	06	061	06079
2996257	Mandailles-Saint-Julien	mandailles-saint-julien	FR	15590	226	Europe/Paris	45.06667	2.65		Mandaj-Sen-Zhjul'en,Mandaj-Sen-Zhul'en,Mandalha e Sant Julian,mang dai lai sheng rui li an,Мандай-Сен-Жульен,Мандай-Сен-Жульєн,Мандай-Сен-Жюльен,芒代莱圣瑞利安		84	15	151	15113
2996259	Mandagout	mandagout	FR	30120	357	Europe/Paris	44.02072	3.62746		Mandagout		76	30	303	30154
2996261	Mancy	mancy	FR	51530	255	Europe/Paris	48.98072	3.93238		Mancy		44	51	512	51342
2996263	Mancioux	mancioux	FR	31360	388	Europe/Paris	43.15785	0.95223		Mancioux		76	31	312	31314
2996264	Mancieulles	mancieulles	FR	54790	1448	Europe/Paris	49.28231	5.89612		Mancieulles		44	54	541	54099
2996265	Manciet	manciet	FR	32370	802	Europe/Paris	43.79975	0.04059		Manciet		76	32	322	32227
2996267	Manchecourt	manchecourt	FR	45300	614	Europe/Paris	48.2384	2.34287		Manchecourt,Manshkur,mang xie ku er,Маншкур,芒谢库尔		24	45	453	45191
2996271	Mancey	mancey	FR	71240	370	Europe/Paris	46.575	4.8325		Mancey		27	71	712	71274
2996272	Mancenans-Lizerne	mancenans-lizerne	FR	25120	164	Europe/Paris	47.25936	6.77499		Mancenans,Mancenans-Lizerne		27	25	252	25366
2996273	Mancenans	mancenans	FR	25250	295	Europe/Paris	47.45374	6.54179		Mancenans		27	25	252	25365
2996275	Mance	mance	FR	54150	611	Europe/Paris	49.26834	5.91639		Mance		44	54	541	54099
2996277	Manaurie	manaurie	FR	24620	150	Europe/Paris	44.96009	0.99085		Manauria,Manaurie,Manori,Manàuria,ma nuo li ye,Манори,Манорі,马诺里耶		75	24	244	24172
2996278	Manas	manas	FR	26160	106	Europe/Paris	43.37069	0.36555		Manas,Manas-Bastanous		76	32	323	32226
2996279	Manas	manas	FR	26160	161	Europe/Paris	44.60358	4.98386		Manas		84	26	262	26171
2996286	Mamirolle	mamirolle	FR	25620	1671	Europe/Paris	47.19857	6.15924		Mamirol',Mamirolle,ma mi luo er,Маміроль,马米罗尔		27	25	251	25364
2996287	Mamey	mamey	FR	54470	231	Europe/Paris	48.87752	5.95906		Mamey,Mamey-de-Puvenelle		44	54	544	54340
2996288	Mametz	mametz	FR	62120	1779	Europe/Paris	50.63485	2.32478		Mametz		32	62	625	62543
2996289	Mametz	mametz	FR	62120	172	Europe/Paris	49.99719	2.73607		Mametz		32	80	804	80505
2996291	Mamers	mamers	FR	72600	6575	Europe/Paris	48.35043	0.36935		Mame,Mamers,mameru,Маме,マメール	722	52	72	722	72180
2996295	Malzy	malzy	FR	02120	184	Europe/Paris	49.9074	3.72886		Malzy		32	02	025	02455
2996298	Malzéville	malzeville	FR	54220	8095	Europe/Paris	48.71235	6.18468		Mal'zevil',Malzeville,Malzéville,ma er ze wei er,Мальзевиль,Мальзевіль,马尔泽维尔		44	54	543	54339
2996305	Malvillers	malvillers	FR	70120	76	Europe/Paris	47.73092	5.78691		Malvillers		27	70	702	70329
2996306	Malville	malville	FR	44260	3271	Europe/Paris	47.35996	-1.86321		Kerwall,Malville		52	44	443	44089
2996307	Malville	malville	FR	44260	0	Europe/Paris	45.75055	5.48056				84	38	382	38139
2996309	Malviès	malvies	FR	11300	289	Europe/Paris	43.11879	2.18459		Malvies,Malviès		76	11	112	11216
2996310	Malvières	malvieres	FR	43160	107	Europe/Paris	45.3373	3.73219		Malvieres,Malvières		84	43	431	43128
2996312	Malvezie	malvezie	FR	31510	128	Europe/Paris	43.00626	0.68768		Malvesie,Malvezie,Malvezy,Malvézie		76	31	312	31313
2996315	Malves-en-Minervois	malves-en-minervois	FR	11600	830	Europe/Paris	43.25	2.45				76	11	111	11215
2996319	Malvalette	malvalette	FR	43210	440	Europe/Paris	45.35489	4.15861		Malvalette		84	43	433	43127
2996321	Malval	malval	FR	23220	57	Europe/Paris	46.35001	1.88626		Malval		75	23	232	23109
2996325	Maltot	maltot	FR	14930	703	Europe/Paris	49.12784	-0.42274		Maltot		28	14	142	14396
2996330	Maltat	maltat	FR	71140	308	Europe/Paris	46.68131	3.81786		Maltat		27	71	713	71273
2996335	Malroy	malroy	FR	57640	350	Europe/Paris	49.17527	6.21234		Malroy		44	57	579	57438
2996340	Malrevers	malrevers	FR	43800	718	Europe/Paris	45.09815	3.96612		Malrevers		84	43	432	43126
2996342	Malras	malras	FR	11300	352	Europe/Paris	43.06294	2.17263		Malras		76	11	112	11214
2996347	Malpas	malpas	FR	25160	155	Europe/Paris	46.82719	6.28933		Malpas		27	25	253	25362
2996348	Malpart	malpart	FR	80250	60	Europe/Paris	49.69268	2.49868		Malpart		32	80	803	80504
2996352	Malouy	malouy	FR	27300	111	Europe/Paris	49.12854	0.52334		Malouy		28	27	272	27381
2996356	Malons-et-Elze	malons-et-elze	FR	30450	92	Europe/Paris	44.41673	4.02292		Malon e Elze,Malon-e-El'z,Malons,Malons-et-Elze,ma long he ai er ci,Малон-е-Ельз,马隆和埃尔兹		76	30	301	30153
2996364	Malmy	malmy	FR	51800	0	Europe/Paris	49.60057	4.85258		Malmy		44	08	083	08115
2996365	Malmy	malmy	FR	51800	35	Europe/Paris	49.17567	4.81278		Malmy		44	51	511	51341
2996372	Malmerspach	malmerspach	FR	68550	581	Europe/Paris	47.86541	7.03458		Malmerspach		44	68	686	68199
2996375	Malloué	malloue	FR	14350	29	Europe/Paris	48.94321	-0.95632		Malloue,Malloué,Mallue,Mallueh,ma lu ai,Маллуе,Маллуэ,马卢埃		28	14	144	14061
2996376	Malling	malling	FR	57480	531	Europe/Paris	49.42313	6.29683		Malling		44	57	577	57437
2996377	Mallièvre	mallievre	FR	85590	242	Europe/Paris	46.91102	-0.86386		Mal'evr,Mallievre,Mallièvre,ma li ye fu lei,Мальєвр,马利耶夫勒		52	85	852	85134
2996381	Malleville-sur-le-Bec	malleville-sur-le-bec	FR	27800	170	Europe/Paris	49.23472	0.75301		Malleville,Malleville-sur-le-Bec		28	27	272	27380
2996382	Malleville-les-Grès	malleville-les-gres	FR	76450	147	Europe/Paris	49.82971	0.60703		Malleville,Malleville-les-Gres,Malleville-les-Grès		28	76	761	76403
2996384	Malleval	malleval	FR	42520	490	Europe/Paris	45.38422	4.72538		Malleval		84	42	423	42132
2996385	Malleval-en-Vercors	malleval-en-vercors	FR	38470	34	Europe/Paris	45.15	5.43333				84	38	381	38216
2996386	Malleval	malleval	FR	42520	0	Europe/Paris	45.05796	4.43101				84	07	073	07080
2996393	Mallerey	mallerey	FR	39190	61	Europe/Paris	46.63129	5.44846		Mallerey		27	39	392	39537
2996394	Malleret-Boussac	malleret-boussac	FR	23600	225	Europe/Paris	46.34272	2.14263		Malleret,Malleret-Boussac		75	23	231	23120
2996395	Malleret	malleret	FR	23260	45	Europe/Paris	45.76622	2.3183		Malleret		75	23	231	23119
2996396	Malléon	malleon	FR	09120	34	Europe/Paris	43.03177	1.71183		Malleon,Malléon		76	09	091	09179
2996397	Mallemort	mallemort	FR	13370	5298	Europe/Paris	43.73172	5.17945		Mal'mor,Malamort,Malamòrt,Mallemort,ma lai mo er,Мальмор,马莱莫尔		93	13	131	13053
2996398	Mallemoisson	mallemoisson	FR	04510	1059	Europe/Paris	44.04687	6.12557		Mal'muasson,Malameisson,Mallemoisson,ma lai mu wa song,Мальмуассон,马莱穆瓦松		93	04	043	04110
2996399	Malleloy	malleloy	FR	54670	924	Europe/Paris	48.79483	6.16258		Malleloy		44	54	543	54338
2996400	Mallefougasse-Augès	mallefougasse-auges	FR	04230	0	Europe/Paris	44.06667	5.9		Mal'fugas-Ozhes,Mal'fugass-Ozhe,Malafogassa,Malafogassa dAuges,Malafogassa dAugès,Malefougasse,Mallefongasse,ma lai fu jia si ao re,Мальфугас-Ожес,Мальфугасс-Оже,马莱富加斯奥热		93	04	043	04109
2996401	Malaville	malaville	FR	16120	0	Europe/Paris	45.55783	-0.09659		Malavil',Malaville,Mallaville,ma la wei er,Малавиль,Малавіль,马拉维尔		75	16	162	16204
2996408	Malissard	malissard	FR	26120	3078	Europe/Paris	44.89969	4.95384		Maleissart,Malissar,Malissard,ma li sa er,Маліссар,马利萨尔		84	26	263	26170
2996411	Malintrat	malintrat	FR	63510	1057	Europe/Paris	45.81509	3.18603		Malentra,Malintrac,Malintrat,ma lan te la,Малентра,马兰特拉		84	63	634	63204
2996413	Malijai	malijai	FR	04350	1741	Europe/Paris	44.046	6.03041		Malijai,Malizhe,ma li re,Малиже,Маліже,马利热		93	04	043	04108
2996415	Maligny	maligny	FR	21230	725	Europe/Paris	47.86976	3.76403		Maligny		27	89	891	89242
2996416	Maligny	maligny	FR	21230	222	Europe/Paris	47.08512	4.50892		Maligny		27	21	211	21374
2996419	Malincourt	malincourt	FR	59127	0	Europe/Paris	50.05	3.31667				32	59	592	59372
2996420	Malicorne-sur-Sarthe	malicorne-sur-sarthe	FR	72270	1920	Europe/Paris	47.81372	-0.08431		Malicorne,Malicorne-sur-Sarthe,Malicorre,Malikorn-sjur-Sart,Малікорн-сюр-Сарт		52	72	721	72179
2996421	Malicorne	malicorne	FR	03600	190	Europe/Paris	47.82152	3.10245		Malicorne		27	89	891	89086
2996422	Malicorne	malicorne	FR	03600	0	Europe/Paris	47.17655	0.85974				24	37	373	37097
2996423	Malicorne	malicorne	FR	03600	824	Europe/Paris	46.30178	2.78218		Malicorne		84	03	031	03159
2996424	Malicornay	malicornay	FR	36340	198	Europe/Paris	46.5757	1.64686		Malicornay,Malikorne,ma li ke er nai,Маликорне,Малікорне,马利科尔奈		24	36	363	36111
2996427	Malguénac	malguenac	FR	56300	1791	Europe/Paris	48.08061	-3.05196		Malgeneg,Malguenac,Malguénac		53	56	562	56125
2996435	Maleville	maleville	FR	12350	953	Europe/Paris	44.39708	2.10194		Maleville		76	12	123	12136
2996438	Malétable	maletable	FR	61290	119	Europe/Paris	48.56536	0.70109		Maletable,Malétable		28	61	613	61230
2996440	Malestroit	malestroit	FR	56140	2675	Europe/Paris	47.80967	-2.38422		Malestred,Malestroit		53	56	563	56124
2996444	Malesherbes	malesherbes	FR	45330	6335	Europe/Paris	48.29566	2.40935		Malesherbes		24	45	453	45191
2996448	Malemort-sur-Corrèze	malemort-sur-correze	FR	19360	7124	Europe/Paris	45.17075	1.56393		Malemort,Malemort-sur-Correze,Malemort-sur-Corrèze		75	19	191	19123
2996449	Malemort-du-Comtat	malemort-du-comtat	FR	84570	1278	Europe/Paris	44.02096	5.15961		Mal'mor-dju-Konta,Malamort dau Comtat,Malamort de la Comtat,Malamòrt dau Comtat,Malamòrt de la Comtat,Malemort,Malemort-du-Comtat,ma lai mo er di kong ta,Мальмор-дю-Конта,马莱莫尔迪孔塔		93	84	843	84070
2996450	Malegoude	malegoude	FR	09500	69	Europe/Paris	43.1123	1.93845		Malegoude		76	09	092	09178
2996454	Mâle	male	FR	61260	776	Europe/Paris	48.27146	0.73803		Male,Masle,Mâle		28	61	613	61484
2996461	Malbuisson	malbuisson	FR	25160	523	Europe/Paris	46.79767	6.3037		Mal'bjuisson,Malbuisson,ma er bi yi song,Мальбюїссон,马尔比伊松		27	25	253	25361
2996462	Malbrans	malbrans	FR	25620	108	Europe/Paris	47.12044	6.08106		Malbrans		27	25	251	25360
2996463	Malbouzon	malbouzon	FR	48270	155	Europe/Paris	44.70101	3.13491		Malbouzon		76	48	482	48087
2996464	Malbouhans	malbouhans	FR	70200	357	Europe/Paris	47.71199	6.58004		Mal'buan,Malbouhans,Мальбуан		27	70	701	70328
2996468	Malbosc	malbosc	FR	07140	0	Europe/Paris	44.37101	3.59898				76	48	481	48028
2996469	Malbosc	malbosc	FR	07140	179	Europe/Paris	44.34596	4.07273		Mal'bosk,Malbosc,Malbòsc,ma er bo si ke,Мальбоск,马尔博斯克		84	07	071	07148
2996471	Malbo	malbo	FR	15230	120	Europe/Paris	44.97338	2.75614		Malbo		84	15	153	15112
2996476	Malay-le-Petit	malay-le-petit	FR	89100	354	Europe/Paris	48.17309	3.3839		Malay,Malay-le-Petit		27	89	893	89240
2996477	Malay-le-Grand	malay-le-grand	FR	89100	1609	Europe/Paris	48.17589	3.34189		Malay,Malay-le-Grand,Malay-le-Republicain,Malay-le-Républicain		27	89	893	89239
2996479	Malay	malay	FR	71460	221	Europe/Paris	46.56655	4.68143		Malay		27	71	712	71272
2996480	Malavillers	malavillers	FR	54560	138	Europe/Paris	49.3558	5.86875		Malavillers		44	54	541	54337
2996484	Malauzat	malauzat	FR	63200	943	Europe/Paris	45.84746	3.053		Malauzat		84	63	634	63203
2996485	Malaussène	malaussene	FR	06710	179	Europe/Paris	43.92873	7.12892		Malaucena,Malausena,Malaussena,Malaussene,Malaussene-Massoins,Malaussèna,Malaussène,Malaussène-Massoins,Malossen,ma luo sai en,malawsyn,Малоссен,مالاوسين,马洛塞恩		93	06	062	06078
2996486	Malaussanne	malaussanne	FR	64410	448	Europe/Paris	43.55919	-0.47337		Malaucana,Malaussana,Malaussanne,Malauçana,Malosan,Malossann,ma luo sang,Малосан,Малоссанн,马洛桑		75	64	643	64365
2996487	Malause	malause	FR	82200	931	Europe/Paris	44.09002	0.97339		Malause		76	82	821	82101
2996492	Malaunay	malaunay	FR	76770	5943	Europe/Paris	49.5271	1.04292		Malaunay		28	76	763	76402
2996494	Malaucourt-sur-Seille	malaucourt-sur-seille	FR	57590	148	Europe/Paris	48.84129	6.36021		Malaucourt,Malaucourt-sur-Seille		44	57	575	57436
2996495	Malaucène	malaucene	FR	84340	2721	Europe/Paris	44.17393	5.13213		Malaucena,Malaucene,Malaucène,Malosen,ma luo sai na,Малосен,马洛塞纳		93	84	843	84069
2996497	Malataverne	malataverne	FR	26780	0	Europe/Paris	45.70049	4.6908				84	69	691	69131
2996498	Malataverne	malataverne	FR	26780	1515	Europe/Paris	44.48525	4.75326		Malatavern,Malataverna,Malataverne,Malatavèrna,ma la ta wei er en,Малатаверн,马拉塔韦尔恩		84	26	262	26169
2996499	Malataverne	malataverne	FR	26780	0	Europe/Paris	44.15692	4.03126				76	30	301	30077
2996505	Malansac	malansac	FR	56220	2041	Europe/Paris	47.67739	-2.29674		Malansac,Malansak,Malanseg,Malañseg,ma lang sa ke,Малансак,马朗萨克		53	56	563	56123
2996506	Malans	malans	FR	25330	132	Europe/Paris	47.2635	5.59466		Malans		27	70	702	70327
2996507	Malans	malans	FR	25330	152	Europe/Paris	47.0486	6.03128		Malans		27	25	251	25359
2996508	Malange	malange	FR	39700	247	Europe/Paris	47.17657	5.61452		Malange		27	39	391	39308
2996509	Malandry	malandry	FR	08370	59	Europe/Paris	49.58056	5.19667		Malandri,Malandry,ma lang de li,Маландри,Маландрі,马朗德里		44	08	083	08269
2996512	Malancourt	malancourt	FR	55270	71	Europe/Paris	49.24251	5.17968		Malancourt		44	55	553	55313
2996514	Malakoff	malakoff	FR	92240	29420	Europe/Paris	48.81999	2.29998	68	Malakoff		11	92	921	92046
2996517	Malaincourt-sur-Meuse	malaincourt-sur-meuse	FR	52150	57	Europe/Paris	48.15325	5.59696		Malaincourt,Malaincourt-sur-Meuse		44	52	521	52304
2996518	Malaincourt	malaincourt	FR	88140	93	Europe/Paris	48.2194	5.76401		Malaincourt		44	88	882	88283
2996519	Mâlain	malain	FR	21410	674	Europe/Paris	47.3263	4.79868		Malain,Mâlain		27	21	212	21373
2996523	Malafretaz	malafretaz	FR	01340	735	Europe/Paris	46.32328	5.14243		Malafretaz		84	01	012	01229
2996530	Malabat	malabat	FR	32730	93	Europe/Paris	43.43393	0.18531		Malabat		76	32	323	32225
2996533	Majastres	majastres	FR	04270	8	Europe/Paris	43.91339	6.28916		Majastres,Mazhastr,ma ya si te lei,majasutoru,Мажастр,マジャストル,马雅斯特雷		93	04	043	04107
2996534	Maizy	maizy	FR	02160	355	Europe/Paris	49.37667	3.73464		Maizy		32	02	022	02453
2996535	Maizilly	maizilly	FR	42750	299	Europe/Paris	46.17846	4.24529		Maizilly		84	42	422	42131
2996536	Maizières-sur-Amance	maizieres-sur-amance	FR	52500	114	Europe/Paris	47.8272	5.61021		Maizieres,Maizieres-sur-Amance,Maizières,Maizières-sur-Amance		44	52	522	52303
2996537	Maizières-lès-Vic	maizieres-les-vic	FR	57810	0	Europe/Paris	48.71917	6.77607		Maizieres,Maizieres-les-Vic,Maizières,Maizières-lès-Vic		44	57	575	57434
2996538	Maizières-lès-Metz	maizieres-les-metz	FR	57280	9845	Europe/Paris	49.21335	6.15956		Maizieres,Maizieres-les-Metz,Maizières,Maizières-lès-Metz,Mez'er-le-Mec,mai qi ai lai mei te,mzyr-lh-mts,Мезьер-ле-Мец,Мезьєр-ле-Мец,مزیر-له-متس,迈齐埃莱梅特		44	57	579	57433
2996539	Maizières-lès-Brienne	maizieres-les-brienne	FR	10500	156	Europe/Paris	48.43767	4.58773		Maizieres,Maizieres-les-Brienne,Maizières,Maizières-lès-Brienne		44	10	101	10221
2996661	Mainfonds	mainfonds	FR	16250	146	Europe/Paris	45.51667	0.01667		Mainfonds,Menfon,man feng de,Менфон,曼丰德		75	16	162	16175
2996540	Maizières-la-Grande-Paroisse	maizieres-la-grande-paroisse	FR	10510	1549	Europe/Paris	48.51012	3.78573		Maizieres,Maizieres-la-Grande-Paroisse,Maizières,Maizières-la-Grande-Paroisse,Mez'er-la-Grand-Paruas,Mez'er-la-Grand-Paruass,mai qi ai la-ge lang de pa lu wa si,Мезьер-ла-Гранд-Паруас,Мезьєр-ла-Гранд-Паруасс,迈齐埃拉-格朗德帕鲁瓦斯		44	10	102	10220
2996542	Maizières	maizieres	FR	14190	180	Europe/Paris	50.32261	2.44669		Maizieres,Maizières		32	62	621	62542
2996543	Maizières	maizieres	FR	14190	422	Europe/Paris	49.01683	-0.15899		Maizieres,Maizières		28	14	142	14394
2996544	Maizières	maizieres	FR	14190	815	Europe/Paris	48.58304	6.05933		Maizieres,Maizières		44	54	543	54336
2996545	Maizières	maizieres	FR	14190	162	Europe/Paris	48.49307	5.06804		Maizieres,Maizieres-les-Joinville,Maizières,Maizières-lès-Joinville		44	52	523	52302
2996546	Maizières	maizieres	FR	14190	377	Europe/Paris	47.49346	6.01132		Maisieres,Maisières,Maizieres,Maizières		27	70	702	70325
2996547	Maizicourt	maizicourt	FR	80370	175	Europe/Paris	50.19548	2.12303		Maizicourt		32	80	802	80503
2996548	Maizey	maizey	FR	55300	180	Europe/Paris	48.92545	5.51115		Maizey		44	55	552	55312
2996549	Maizet	maizet	FR	14210	247	Europe/Paris	49.07884	-0.47325		Maizet		28	14	142	14393
2996550	Maizery	maizery	FR	57530	154	Europe/Paris	49.10622	6.33598		Maizery		44	57	579	57148
2996551	Maizeroy	maizeroy	FR	57530	331	Europe/Paris	49.08515	6.39114		Maizeroy		44	57	579	57431
2996552	Maizeray	maizeray	FR	55160	40	Europe/Paris	49.10276	5.70284		Maizeray		44	55	553	55311
2996553	Maixe	maixe	FR	54370	437	Europe/Paris	48.64442	6.44052		Maixe,Meks,mai ke si,Мекс,迈克斯		44	54	542	54335
2996558	Maissemy	maissemy	FR	02490	194	Europe/Paris	49.89398	3.18723		Maissemy		32	02	023	02452
2996559	Maisse	maisse	FR	91720	2776	Europe/Paris	48.39525	2.37902		Maisse,Mess,mai si,Месс,迈斯		11	91	912	91359
2996560	Maisontiers	maisontiers	FR	79600	180	Europe/Paris	46.7779	-0.25034		Maisontiers		75	79	793	79165
2996562	Maisons-lès-Soulaines	maisons-les-soulaines	FR	10200	56	Europe/Paris	48.28924	4.78734		Maisons,Maisons-les-Soulaines,Maisons-lès-Soulaines		44	10	101	10219
2996563	Maisons-lès-Chaource	maisons-les-chaource	FR	10210	193	Europe/Paris	48.00853	4.16502		Maisons,Maisons-les-Chaource,Maisons-lès-Chaource,Mezon-le-Shaurs,mai song lai shao er ke,Мезон-ле-Шаурс,迈松莱绍尔克		44	10	103	10218
2996564	Maisons-Laffitte	maisons-laffitte	FR	78600	22772	Europe/Paris	48.95264	2.14521		Maisons-Laffitte,Mezon Lafit,Mezon-Laffit,Mezon-Laffitt,Mezon-Lafit,mejonglapiteu,mezon=rafitto,mzwn lfyt,Мезон Лафит,Мезон-Лафит,Мезон-Лаффит,Мезон-Лаффитт,Мезон-Лаффітт,مزون لفیت,メゾン＝ラフィット,메종라피트		11	78	783	78358
2996565	Maisonsgoutte	maisonsgoutte	FR	67220	825	Europe/Paris	48.35274	7.26264		Maisegott,Maisonsgoutte,Meisengott,Mezonsgutt,mai song si gu te,mayswnsghwt,Мезонсгутт,مايسونسغوت,迈松斯古特		44	67	675	67280
2996566	Maisons-en-Champagne	maisons-en-champagne	FR	51300	434	Europe/Paris	48.74801	4.49851		Maisons,Maisons-en-Champagne		44	51	514	51340
2996567	Maisons-du-Bois-Lièvremont	maisons-du-bois-lievremont	FR	25650	0	Europe/Paris	46.96667	6.41667		Maison-du-Bois		27	25	253	25357
2996733	Mahalon	mahalon	FR	29790	882	Europe/Paris	48.03466	-4.43603		Maalon,Mahalon,ma a long,maaron,Маалон,マアロン,马阿隆		53	29	294	29143
2996568	Maisons-Alfort	maisons-alfort	FR	94700	53964	Europe/Paris	48.81171	2.43945		Maisons-Alfort,Mezon Alfor,Mezon-Al'for,Mezonz-Al'for,mai song a er fu,mejong-alpoleu,mezon=aruforu,myzwn alfwr,mzwn alfwr,mzwn-alfwr,Мезон Алфор,Мезон-Альфор,Мезонз-Альфор,مزون الفور,مزون-آلفور,ميزون ألفور,メゾン＝アルフォール,邁松阿爾福,메종알포르		11	94	942	94046
2996569	Maisons	maisons	FR	11330	339	Europe/Paris	49.31375	-0.74958		Maisons		28	14	141	14391
2996570	Maisons	maisons	FR	11330	313	Europe/Paris	48.40869	1.84373		Maisons		24	28	281	28230
2996571	Maisons	maisons	FR	11330	62	Europe/Paris	42.92721	2.63319		Maisons		76	11	113	11213
2996572	Maison-Rouge	maison-rouge	FR	77370	0	Europe/Paris	48.55875	3.15065		La Maison Rouge,Maison-Rouge		11	77	773	77272
2996573	Maison Rouge	maison-rouge	FR	77370	0	Europe/Paris	48.21246	2.62363		Maison Rouge		11	77	774	77011
2996575	Maison-Roland	maison-roland	FR	80135	115	Europe/Paris	50.12755	2.0218		Maison,Maison-Roland		32	80	801	80502
2996577	Maison-Ponthieu	maison-ponthieu	FR	80150	285	Europe/Paris	50.20697	2.04303		Maison,Maison-Ponthieu		32	80	801	80501
2996579	Maisonnisses	maisonnisses	FR	23150	214	Europe/Paris	46.06359	1.89946		Maisonnisses		75	23	232	23118
2996583	Maisonneuve	maisonneuve	FR	86170	291	Europe/Paris	46.7224	0.05704		Maisonneuve		75	86	863	86144
2996584	Maisonneuve	maisonneuve	FR	86170	0	Europe/Paris	44.98005	4.70354				84	07	073	07095
2996585	Maisonneuve	maisonneuve	FR	86170	0	Europe/Paris	44.86854	4.24894				84	07	071	07267
2996591	Maisonnay	maisonnay	FR	79500	292	Europe/Paris	46.18988	-0.05725		Maisonnay		75	79	792	79164
2996592	Maisonnais-sur-Tardoire	maisonnais-sur-tardoire	FR	87440	0	Europe/Paris	45.7119	0.6902		Maisonnais		75	87	873	87091
2996593	Maisonnais	maisonnais	FR	18170	229	Europe/Paris	46.63961	2.21523		Maisonnais		24	18	182	18135
2996595	Maison-Maugis	maison-maugis	FR	61110	56	Europe/Paris	48.45168	0.70325		Maison-Maugis		28	61	613	61050
2996596	Maison-Feyne	maison-feyne	FR	23800	299	Europe/Paris	46.33982	1.67002		Maison-Feyne		75	23	232	23117
2996599	Maison-des-Champs	maison-des-champs	FR	10140	40	Europe/Paris	48.24234	4.56781		Maison,Maison-des-Champs		44	10	101	10217
2996600	Maisoncelle-Tuilerie	maisoncelle-tuilerie	FR	60480	259	Europe/Paris	49.5904	2.22182		Maisoncelle,Maisoncelle-Tuilerie		32	60	602	60377
2996601	Maisoncelles-sur-Ajon	maisoncelles-sur-ajon	FR	14210	189	Europe/Paris	49.05442	-0.53837		Maisoncelles,Maisoncelles-sur-Ajon		28	14	144	14390
2996602	Maisoncelles-Pelvey	maisoncelles-pelvey	FR	14310	237	Europe/Paris	49.05694	-0.67283		Maisoncelles,Maisoncelles-Pelvey,Moisoncelles-sur-Seules		28	14	144	14389
2996603	Maisoncelles-la-Jourdan	maisoncelles-la-jourdan	FR	14500	495	Europe/Paris	48.80119	-0.84988		Maisoncelles,Maisoncelles-la-Jourdan,Mezonsel'-la-Zhurdan,mai song se lai la ru er dang,Мезонсель-ла-Журдан,迈松瑟莱拉茹尔当		28	14	144	14762
2996604	Maisoncelles-en-Gâtinais	maisoncelles-en-gatinais	FR	77570	123	Europe/Paris	48.18772	2.62532		Maisoncelles,Maisoncelles-en-Gatinais,Maisoncelles-en-Gâtinais		11	77	774	77271
2996605	Maisoncelles-en-Brie	maisoncelles-en-brie	FR	77580	749	Europe/Paris	48.86603	2.99226		Maisoncelles,Maisoncelles-en-Brie		11	77	771	77270
2996606	Maisoncelles-du-Maine	maisoncelles-du-maine	FR	53170	416	Europe/Paris	47.96511	-0.65184		Maisoncelles,Maisoncelles-du-Maine		52	53	531	53143
2996607	Maisoncelle-Saint-Pierre	maisoncelle-saint-pierre	FR	60112	145	Europe/Paris	49.51271	2.12769		Maisoncelle,Maisoncelle-Saint-Pierre		32	60	601	60376
2996608	Maisoncelles	maisoncelles	FR	52240	0	Europe/Paris	48.71349	3.4253				11	77	773	77424
2996609	Maisoncelles	maisoncelles	FR	52240	0	Europe/Paris	48.25409	2.37744		Maisoncelle,Maisoncelles		24	45	453	45191
2996610	Maisoncelles	maisoncelles	FR	52240	63	Europe/Paris	48.13145	5.52937		Maisoncelles		44	52	521	52301
2996611	Maisoncelles	maisoncelles	FR	52240	217	Europe/Paris	47.9361	0.57059		Maisoncelles		52	72	722	72178
2996612	Maisoncelle-et-Villers	maisoncelle-et-villers	FR	08450	66	Europe/Paris	49.59663	4.91106		Maisoncelle,Maisoncelle e Villers,Maisoncelle-et-Villers,Mezonsel'-e-Viller,Mezonsel'-eh-Viller,mai song sai lei he wei lai er,Мезонсель-е-Віллер,Мезонсель-э-Виллер,迈松塞勒和维莱尔		44	08	083	08268
2996613	Maisoncelle	maisoncelle	FR	62310	0	Europe/Paris	50.52546	2.03437				32	62	624	62257
2996614	Maisoncelle	maisoncelle	FR	62310	0	Europe/Paris	50.44897	2.14503		Maisoncelle,Mezonsel',mai song sai lei,mayswnsyl,Мезонсель,مايسونسيل,迈松塞勒		32	62	624	62541
2996615	Maisoncelle	maisoncelle	FR	62310	0	Europe/Paris	49.91275	1.41581				28	76	761	76049
2996619	Maisod	maisod	FR	39260	286	Europe/Paris	46.478	5.68824		Maisod		27	39	393	39307
2996621	Maisnil-lès-Ruitz	maisnil-les-ruitz	FR	62620	1241	Europe/Paris	50.45342	2.58992		Maisnil-d'Houdain,Maisnil-les Ruitz,Maisnil-les-Ruitz,Maisnil-lès Ruitz,Maisnil-lès-Ruitz,Menij-le-Rjuic,mai si ni lei lai lu yi si,maysnsl lyh rwytz,Мений-ле-Рюиц,Меній-ле-Рюїц,مايسنسل ليه رويتز,迈斯尼勒莱吕伊斯		32	62	622	62540
2996623	Maisnil	maisnil	FR	62130	0	Europe/Paris	50.62463	2.1648				32	62	625	62271
2996624	Maisnil	maisnil	FR	62130	0	Europe/Paris	50.3445	2.36508		Maisnil		32	62	621	62539
2996625	Maisnières	maisnieres	FR	80220	514	Europe/Paris	50.01496	1.61752		Mainniere-in-Vimeu,Mainniére-in-Vimeu,Maisnieres,Maisnières,Men'er,mai nie er,Меньєр,迈涅尔		32	80	801	80500
2996626	Maisey-le-Duc	maisey-le-duc	FR	21400	94	Europe/Paris	47.84623	4.67714		Maisey-le-Duc,Maisey-sur-Ource		27	21	213	21372
2996628	Maisdon-sur-Sèvre	maisdon-sur-sevre	FR	44690	2218	Europe/Paris	47.09765	-1.38482		Maezon-ar-Gwini,Maisdon,Maisdon-sur-Sevre,Maisdon-sur-Sèvre,Medon-sjur-Sevr,mesudon=shuru=sevuru,sai fu er he pan mai si dong,Медон-сюр-Севр,メスドン＝シュル＝セーヴル,塞夫尔河畔迈斯东		52	44	442	44088
2996629	Mairy-sur-Marne	mairy-sur-marne	FR	51240	585	Europe/Paris	48.88144	4.41139		Mairy,Mairy-sur-Marne		44	51	511	51339
2996630	Mairy	mairy	FR	08140	138	Europe/Paris	49.64816	5.05001		Mairy		44	08	083	08145
2996631	Mairy-Mainville	mairy-mainville	FR	54150	0	Europe/Paris	49.3	5.86667				44	54	541	54334
2996634	Mairieux	mairieux	FR	59600	0	Europe/Paris	50.315	3.9913		Mer'e,Mere,mai e,Мерье,Мерє,迈略		32	59	591	59370
2996736	Magstatt-le-Haut	magstatt-le-haut	FR	68510	236	Europe/Paris	47.6326	7.39543		Magstatt-le-Haut		44	68	684	68198
2996636	Mairé-Levescault	maire-levescault	FR	79190	0	Europe/Paris	46.15448	0.08094		Maire,Maire-Escault,Maire-Levescault,Maire-l'Esvescault,Maire-l'Evescault,Maire-l'Eveseault,Mairé,Mairé-Escault,Mairé-Levescault,Mairé-l'Esvescault,Mairé-l'Evescault,Mairé-l'Eveseault		75	79	792	79163
2996642	Mairé	maire	FR	86270	183	Europe/Paris	46.85877	0.74996		Maire,Mairé		75	86	861	86143
2996643	Mainzac	mainzac	FR	16380	105	Europe/Paris	45.55203	0.48433		Mainzac		75	16	161	16203
2996644	Mainxe	mainxe	FR	16200	545	Europe/Paris	45.64258	-0.18941		Mainxe,Menks,man ke si,Менкс,曼克斯		75	16	162	16366
2996645	Mainvilliers	mainvilliers	FR	28300	10505	Europe/Paris	48.45003	1.45607		Mainvilliers		24	28	281	28229
2996646	Mainvilliers	mainvilliers	FR	28300	252	Europe/Paris	48.30055	2.28157		Mainvilliers		24	45	453	45191
2996647	Mainvillers	mainvillers	FR	57380	286	Europe/Paris	49.02081	6.54384		Mainvillers		44	57	573	57430
2996653	Maintenon	maintenon	FR	28130	4486	Europe/Paris	48.58704	1.57847		Maintenon,Mentenon,man te nong,Ментенон,曼特农		24	28	281	28227
2996654	Maintenay	maintenay	FR	62870	330	Europe/Paris	50.3668	1.81129		Maintenay,Mentene,man tai nai,mayntynay,Ментене,ماينتيناي,曼泰奈		32	62	624	62538
2996655	Mainsat	mainsat	FR	23700	647	Europe/Paris	46.05238	2.38708		Mainsat		75	23	231	23116
2996657	Mainneville	mainneville	FR	27150	402	Europe/Paris	49.37326	1.68082		Mainneville		28	27	271	27379
2996660	Maing	maing	FR	59233	3940	Europe/Paris	50.30791	3.48447		Maing,Men,Naing,man cun,Мен,曼村		32	59	596	59369
2996665	Maine-de-Boixe	maine-de-boixe	FR	16230	397	Europe/Paris	45.8506	0.17612		Maine,Maine-de-Boixe,Men-de-Buaks,man de bu wa ke si,Мен-де-Буакс,曼德布瓦克斯		75	16	163	16200
2996674	Maincy	maincy	FR	77950	1908	Europe/Paris	48.54977	2.70017		Maincy		11	77	772	77269
2996682	Maimbeville	maimbeville	FR	60600	352	Europe/Paris	49.41607	2.52134		Maimbeville,Membevil',man bo wei er,Мембевіль,曼伯维尔		32	60	602	60375
2996683	Mailly-sur-Seille	mailly-sur-seille	FR	54610	222	Europe/Paris	48.91007	6.24555		Mailly,Mailly-sur-Seille		44	54	543	54333
2996684	Mailly-Raineval	mailly-raineval	FR	80110	242	Europe/Paris	49.74545	2.45491		Mai-Renval',Mailleu-Rainevo,Mailly,Mailly-Raineval,ma yi lai ne wa er,Маї-Ренваль,马伊赖讷瓦尔		32	80	803	80499
2996685	Mailly-Maillet	mailly-maillet	FR	80560	617	Europe/Paris	50.08025	2.60473		Mai-Mae,Mailly,Mailly-Maillet,ma yi ma ye,Маї-Має,马伊马耶		32	80	804	80498
2996686	Mailly-le-Château	mailly-le-chateau	FR	89660	632	Europe/Paris	47.59667	3.63654		Mailly-le-Chateau,Mailly-le-Château,Mailly-le-Vieux		27	89	891	89238
2996687	Mailly-le-Camp	mailly-le-camp	FR	10230	2087	Europe/Paris	48.66526	4.21303		Mailly,Mailly-le-Camp		44	10	103	10216
2996689	Mailly-la-Ville	mailly-la-ville	FR	89270	603	Europe/Paris	47.60095	3.68225		Mailly,Mailly-la-Ville		27	89	891	89237
2996690	Mailly-Champagne	mailly-champagne	FR	51500	720	Europe/Paris	49.15504	4.11191		Mai-Shampan',Mailly-Champagne,mai li shang pa ni,Маї-Шампань,迈利尚帕尼		44	51	513	51338
2996692	Mailly	mailly	FR	71340	167	Europe/Paris	46.22391	4.11503		Mailly		27	71	713	71271
2996693	Maillot	maillot	FR	89100	1156	Europe/Paris	48.17557	3.30784		Maillot		27	89	893	89236
2996696	Maillezais	maillezais	FR	85420	1042	Europe/Paris	46.37229	-0.73914		Maillezais,Majze,Mal'eze,Malleacum,mai lei ze,Майзе,Мальезе,迈勒泽		52	85	851	85133
2996697	Mailley-et-Chazelot	mailley-et-chazelot	FR	70000	587	Europe/Paris	47.5386	6.05219		Mailley,Mailley-et-Chazelot		27	70	702	70324
2996698	Maillet	maillet	FR	03190	258	Europe/Paris	46.57352	1.67876		Maillet		24	36	363	36110
2996699	Maillet	maillet	FR	03190	373	Europe/Paris	46.47885	2.65203		Maillet		84	03	031	03158
2996700	Mailleroncourt-Saint-Pancras	mailleroncourt-saint-pancras	FR	70210	216	Europe/Paris	47.9201	6.13156		Mailleroncourt,Mailleroncourt-Saint-Pancras		27	70	701	70323
2996701	Mailleroncourt-Charette	mailleroncourt-charette	FR	70240	289	Europe/Paris	47.7269	6.25929		Mailleroncourt,Mailleroncourt-Charette		27	70	701	70322
2996702	Maillères	mailleres	FR	40120	197	Europe/Paris	44.02924	-0.44289				75	40	402	40170
2996703	Maillebois	maillebois	FR	28170	946	Europe/Paris	48.63026	1.14886		Maillebois,Majbua,mai lei bu wa,Майбуа,迈勒布瓦		24	28	283	28226
2996704	Maillé	maille	FR	37800	0	Europe/Paris	47.66319	-0.60928				52	49	494	49080
2996705	Maillé	maille	FR	37800	681	Europe/Paris	47.0538	0.58225		Maille,Maillé,Nouatre-Maille,Nouâtre-Maillé		24	37	371	37142
2996706	Maillé	maille	FR	37800	499	Europe/Paris	46.67853	0.09145		Maille,Maillé		75	86	863	86142
2996707	Maillé	maille	FR	37800	739	Europe/Paris	46.34224	-0.78917		Maille,Maillé		52	85	851	85132
2996709	Maillat	maillat	FR	01430	639	Europe/Paris	46.12655	5.54168		Maillat		84	01	014	01228
2996710	Maillas	maillas	FR	40120	118	Europe/Paris	44.24765	-0.19703		Maillas		75	40	402	40169
2996711	Maillane	maillane	FR	13910	2043	Europe/Paris	43.83289	4.78209		Maillane,Maillanne,Majan,Malhana,mai lang,maiyanu,Майан,Маян,マイヤーヌ,迈朗		93	13	132	13052
2996712	Mailholas	mailholas	FR	31310	43	Europe/Paris	43.24761	1.25065		Mailholas		76	31	311	31312
2996713	Mailhoc	mailhoc	FR	81130	231	Europe/Paris	44.0051	2.07049		Mailhoc		76	81	811	81152
2996716	Mailhac-sur-Benaize	mailhac-sur-benaize	FR	87160	328	Europe/Paris	46.32256	1.32951		Mailhac,Mailhac-sur-Benaize		75	87	871	87090
2996717	Mailhac	mailhac	FR	11120	398	Europe/Paris	43.30335	2.82731		Mailhac,Majak,Malhac,mai ya ke,Майак,Маяк,迈亚克		76	11	113	11212
2996722	Maignelay-Montigny	maignelay-montigny	FR	60420	2607	Europe/Paris	49.55	2.51667		Men'ele-Montin'i,mai gai lai meng di ni,Меньеле-Монтиньи,Меньєле-Монтіньї,迈盖莱蒙蒂尼		32	60	602	60374
2996723	Maigné	maigne	FR	72210	366	Europe/Paris	47.93754	-0.05315		Maigne,Maigné		52	72	721	72177
2996724	Maignaut-Tauzia	maignaut-tauzia	FR	32310	205	Europe/Paris	43.88333	0.4		Maignaut-Tauzia		76	32	322	32224
2996726	Maidières	maidieres	FR	54700	1398	Europe/Paris	48.89961	6.04005		Maidieres,Maidières,Med'er,mai di ai,Медьер,Медьєр,迈迪埃		44	54	543	54332
2996727	Maîche	maiche	FR	25120	3862	Europe/Paris	47.2516	6.80309		Maiche,Maish,Maîche,mai ke,Маїш,迈克		27	25	252	25356
2996731	Mahéru	maheru	FR	61380	266	Europe/Paris	48.65805	0.43276		Maheru,Mahéru		28	61	613	61244
2996921	Mably	mably	FR	42300	7830	Europe/Paris	46.06484	4.06014		Mably		84	42	422	42127
2996737	Magstatt-le-Bas	magstatt-le-bas	FR	68510	433	Europe/Paris	47.63889	7.41009		Magstatt-le-Bas		44	68	684	68197
2996739	Magrin	magrin	FR	81220	120	Europe/Paris	43.61412	1.91516		Magrin		76	81	812	81151
2996740	Magrie	magrie	FR	11300	450	Europe/Paris	43.02829	2.20048		Magri,Magria,Magrie,ma ge li ye,Магри,Магрі,马格里耶		76	11	112	11211
2996746	Magny-Vernois	magny-vernois	FR	70200	1065	Europe/Paris	47.66997	6.47545		Magny-Vernois,Man'i-Vernua,Маньи-Вернуа,Маньї-Вернуа		27	70	701	70321
2996747	Magny-sur-Tille	magny-sur-tille	FR	21110	664	Europe/Paris	47.276	5.17173		Magny,Magny-sur-Tille		27	21	212	21370
2996748	Magny-Saint-Médard	magny-saint-medard	FR	21310	229	Europe/Paris	47.37896	5.25316		Magny-Saint-Medard,Magny-Saint-Médard,Magny-sur-Albane		27	21	212	21369
2996749	Magny-Lormes	magny-lormes	FR	58800	100	Europe/Paris	47.30416	3.7575		Magny,Magny-Lormes		27	58	582	58153
2996750	Magny-lès-Villers	magny-les-villers	FR	21700	254	Europe/Paris	47.09663	4.87546		Magny,Magny-les-Villers,Magny-lès-Villers		27	21	211	21368
2996751	Magny-lès-Jussey	magny-les-jussey	FR	70500	126	Europe/Paris	47.8553	5.97769		Magny,Magny-les-Jussey,Magny-lès-Jussey		27	70	702	70320
2996752	Magny-les-Hameaux	magny-les-hameaux	FR	78114	9203	Europe/Paris	48.74345	2.06154		Magneio,Magny,Magny-l'Essart,Magny-les-Hameaux,Malliacum,Man'i-le-Amo,Port-de-la-Montagne,Маньи-ле-Амо,Маньї-ле-Амо		11	78	782	78356
2996753	Magny-Montarlot	magny-montarlot	FR	21130	0	Europe/Paris	47.25	5.35		Magny-les-Auxonne,Magny-lès-Auxonne		27	21	212	21367
2996754	Magny-lès-Aubigny	magny-les-aubigny	FR	21170	202	Europe/Paris	47.10958	5.1768		Magny,Magny-les-Aubigny,Magny-lès-Aubigny		27	21	211	21366
2996755	Magny-le-Hongre	magny-le-hongre	FR	77700	4061	Europe/Paris	48.86325	2.81546	100	Magny,Magny Le Hongre		11	77	775	77268
2996756	Magny-le-Freule	magny-le-freule	FR	14270	291	Europe/Paris	49.10015	-0.07035		Magny,Magny-le-Freule		28	14	143	14431
2996757	Magny-le-Désert	magny-le-desert	FR	61600	1308	Europe/Paris	48.57015	-0.32732		Magny,Man'i-le-Dezer,ma ni lai dai sai er,Маньи-ле-Дезер,Маньї-ле-Дезер,马尼莱代塞尔		28	61	611	61243
2996758	Magny-la-Ville	magny-la-ville	FR	21140	70	Europe/Paris	47.48155	4.43		Magny,Magny-la-Ville		27	21	213	21365
2996759	Magny-Lambert	magny-lambert	FR	21450	108	Europe/Paris	47.68274	4.57417		Magny,Magny-Lambert		27	21	213	21364
2996760	Magny-la-Fosse	magny-la-fosse	FR	02420	143	Europe/Paris	49.93254	3.27622		Magny,Magny-la-Fosse		32	02	023	02451
2996761	Magny-la-Campagne	magny-la-campagne	FR	14270	536	Europe/Paris	49.04857	-0.10383		Magny,Magny-la-Campagne		28	14	143	14431
2996762	Magny-Jobert	magny-jobert	FR	70200	72	Europe/Paris	47.64885	6.59577		Magny-Jobert,Man'i-Zhober,Маньи-Жобер,Маньї-Жобер		27	70	701	70319
2996763	Magny-Fouchard	magny-fouchard	FR	10140	206	Europe/Paris	48.24243	4.53618		Magny-Fouchard		44	10	101	10215
2996764	Magny-en-Vexin	magny-en-vexin	FR	95420	5444	Europe/Paris	49.15515	1.78669		Magny,Magny-en-Vexin,Man'i-an-Veksen,fu ke sang de qu ma ni,Маньи-ан-Вексен,Маньї-ан-Вексен,弗克桑地区马尼		11	95	953	95355
2996765	Magny-Danigon	magny-danigon	FR	70200	0	Europe/Paris	47.66667	6.6		Man'i-Danigon,Маньи-Данигон,Маньї-Данігон		27	70	701	70318
2996766	Magny-Cours	magny-cours	FR	58470	1501	Europe/Paris	46.88333	3.15		Magny,Magny-Cours		27	58	583	58152
2996769	Magny-en-Bessin	magny-en-bessin	FR	14400	116	Europe/Paris	49.30599	-0.66364		Magny,Magny-en-Bessin		28	14	141	14385
2996770	Magny	magny	FR	28120	0	Europe/Paris	49.0778	6.18736		Magny,Magny-sur-Seille		44	57	579	57463
2996771	Magny	magny	FR	28120	0	Europe/Paris	48.66638	1.02561				24	28	283	28090
2996772	Magny	magny	FR	28120	0	Europe/Paris	48.34995	1.26138		Magny		24	28	281	28225
2996773	Magny	magny	FR	28120	195	Europe/Paris	47.6031	7.0536		Magny		44	68	681	68196
2996774	Magny	magny	FR	28120	0	Europe/Paris	47.54798	3.62655				27	89	892	89253
2996775	Magny	magny	FR	28120	0	Europe/Paris	47.48143	3.97856		Magny		27	89	892	89235
2996780	Magnoncourt	magnoncourt	FR	70800	465	Europe/Paris	47.89411	6.28512		Magnoncourt		27	70	701	70315
2996782	Magnivray	magnivray	FR	70300	161	Europe/Paris	47.78229	6.47179		Magnivray		27	70	701	70314
2996784	Magnieu	magnieu	FR	01300	321	Europe/Paris	45.77471	5.7177		Magnieu		84	01	011	01227
2996785	Magnières	magnieres	FR	54129	324	Europe/Paris	48.44612	6.56515		Magnieres,Magnières,Man'er,ma ni ai,Маньер,Маньєр,马尼埃		44	54	542	54331
2996786	Magnien	magnien	FR	21230	310	Europe/Paris	47.10381	4.43964		Magnien		27	21	211	21363
2996787	Magnicourt-sur-Canche	magnicourt-sur-canche	FR	62270	100	Europe/Paris	50.30391	2.40872		Magnicourt,Magnicourt-sur-Canche,Man'ikur-sjur-Kansh,kang shen he pan ma ni ku er,majnykwrt swr kantshy,Маньикур-сюр-Канш,Маньїкур-сюр-Канш,ماجنيكورت سور كانتشي,康什河畔马尼库尔		32	62	621	62537
2996788	Magnicourt-en-Comte	magnicourt-en-comte	FR	62127	568	Europe/Paris	50.4	2.5		Magnicourt		32	62	621	62536
2996789	Magnicourt	magnicourt	FR	10240	69	Europe/Paris	48.45104	4.38062		Magnicourt		44	10	101	10214
2996790	Magneville	magneville	FR	50260	262	Europe/Paris	49.45057	-1.54769		Magneville		28	50	502	50285
2996791	Magneux-Haute-Rive	magneux-haute-rive	FR	42600	306	Europe/Paris	45.67073	4.17047		Magneux,Magneux-Haute-Rive		84	42	421	42130
2996792	Magneux	magneux	FR	51170	0	Europe/Paris	49.30619	3.72309		Magneux		44	51	513	51337
2996793	Magneux	magneux	FR	51170	160	Europe/Paris	48.51309	5.00575		Magneux		44	52	523	52300
2996796	Magnet	magnet	FR	03260	708	Europe/Paris	46.21274	3.50377		Magnet		84	03	033	03157
2996797	Magné	magne	FR	79460	591	Europe/Paris	46.3567	0.3933		Magne,Magné		75	86	862	86141
2996798	Magné	magne	FR	79460	2975	Europe/Paris	46.31532	-0.54683		Magne,Magné		75	79	792	79162
2996799	Magnat-l'Étrange	magnat-l-etrange	FR	23260	0	Europe/Paris	45.79386	2.27891		Magnat,Magnat-l'Etrange,Magnat-l'Étrange		75	23	231	23115
2996801	Magnas	magnas	FR	32380	73	Europe/Paris	43.89136	0.72466		Magnas		76	32	322	32223
2996802	Magnanville	magnanville	FR	78200	5539	Europe/Paris	48.96798	1.67842		Magnanville,Man'janvil',Маньянвиль,Маньянвіль		11	78	781	78354
2996803	Magnant	magnant	FR	10110	190	Europe/Paris	48.16879	4.41974		Magnant		44	10	103	10213
2996805	Magnan	magnan	FR	32110	214	Europe/Paris	43.7691	-0.12348		Magnan		76	32	322	32222
2996807	Magnac-sur-Touvre	magnac-sur-touvre	FR	16600	2939	Europe/Paris	45.66559	0.23736		Magnac,Magnac-sur-Touvre,Man'jak-sjur-Tuvr,tu fu er he pan ma ni ya ke,Маньяк-сюр-Тувр,图夫尔河畔马尼亚克		75	16	161	16199
2996808	Magnac-Lavalette-Villars	magnac-lavalette-villars	FR	16320	374	Europe/Paris	45.5	0.25		Magnac,Man'jak-Lavalet-Villar,Man'jak-Lavalett-Villar,Manhac e Vilars,ma ni ya ke la wa lai te wei la er,Маньяк-Лавалет-Виллар,Маньяк-Лавалетт-Віллар,马尼亚克拉瓦莱特维拉尔		75	16	161	16198
2996810	Magnac-Laval	magnac-laval	FR	87190	2224	Europe/Paris	46.21524	1.16642		Magnac-Laval,Magnac-la-Montagne		75	87	871	87089
2996811	Magnac-Bourg	magnac-bourg	FR	87380	814	Europe/Paris	45.61789	1.431		Magnac,Magnac-Bourg		75	87	872	87088
2996814	Magland	magland	FR	74300	2961	Europe/Paris	46.02064	6.62089		Magland		84	74	742	74159
2996818	Magescq	magescq	FR	40140	1505	Europe/Paris	43.77948	-1.2174		Magescq		75	40	401	40168
2996819	Magenta	magenta	FR	51530	1934	Europe/Paris	49.04899	3.96882		Magenta		44	51	512	51663
2996823	Magalas	magalas	FR	34480	2063	Europe/Paris	43.47158	3.22249		Magalas		76	34	341	34147
2996826	Maffrécourt	maffrecourt	FR	51800	60	Europe/Paris	49.11779	4.81763		Maffrecourt,Maffrécourt		44	51	511	51336
2996827	Maffliers	maffliers	FR	95560	1668	Europe/Paris	49.07758	2.30768		Mafflie,Maffliers,ma fu li ye er,Маффлие,Маффліє,马夫利耶尔		11	95	952	95353
2996830	Maennolsheim	maennolsheim	FR	67700	182	Europe/Paris	48.70002	7.46332		Maennolsheim		44	67	674	67279
2996831	Maël-Pestivien	mael-pestivien	FR	22160	463	Europe/Paris	48.39411	-3.29714		Mael-Pestivien,Maël-Pestivien		53	22	222	22138
2996832	Maël-Carhaix	mael-carhaix	FR	22340	1509	Europe/Paris	48.2838	-3.42411		Maehl'-Kare,Mael'-Kare,Mael-Carhaix,Maël-Carhaix,Mel-Karaez,Mêl-Karaez,ma e ka lai,Маель-Каре,Маэль-Каре,马厄卡赖		53	22	222	22137
2996834	Madriat	madriat	FR	63340	123	Europe/Paris	45.43263	3.1869		Madriat		84	63	633	63202
2996837	Madré	madre	FR	53250	371	Europe/Paris	48.47742	-0.37971				52	53	533	53142
2996838	Madranges	madranges	FR	19470	187	Europe/Paris	45.47495	1.79036		Madrange,Madranges		75	19	192	19122
2996841	Madonne-et-Lamerey	madonne-et-lamerey	FR	88270	0	Europe/Paris	48.21667	6.23333				44	88	881	88281
2996845	Madiran	madiran	FR	65700	566	Europe/Paris	43.55084	-0.05808		Madiran,ma di lang,madiran,Мадиран,Мадіран,マディラン,马迪朗		76	65	653	65296
2996846	Madirac	madirac	FR	33670	170	Europe/Paris	44.75965	-0.39835		Madirac		75	33	332	33263
2996849	Madière	madiere	FR	09100	189	Europe/Paris	43.10604	1.51409		Madiere,Madière		76	09	092	09177
2996852	Madic	madic	FR	15210	249	Europe/Paris	45.37902	2.45757		Madic		84	15	152	15111
2996866	Madegney	madegney	FR	88450	74	Europe/Paris	48.28885	6.28786		Madegney		44	88	881	88280
2996867	Madecourt	madecourt	FR	88270	73	Europe/Paris	48.24053	6.12057		Madecourt		44	88	882	88279
2996872	Macquigny	macquigny	FR	02120	364	Europe/Paris	49.88565	3.55024		Macquigny		32	02	025	02450
2996873	Macqueville	macqueville	FR	17490	316	Europe/Paris	45.80014	-0.21355		Macqueville		75	17	175	17217
2996874	Mâcot-la-Plagne	macot-la-plagne	FR	73210	1696	Europe/Paris	45.55	6.66667		Mako-la-Plan',Мако-ла-Плань,میکوٹ-لا-پلاگنی		84	73	731	73150
2996875	Macornay	macornay	FR	39570	922	Europe/Paris	46.64599	5.54197		Macornay		27	39	392	39306
2996878	Maconge	maconge	FR	21320	99	Europe/Paris	47.22061	4.57718		Maconge		27	21	211	21362
2996879	Maconcourt	maconcourt	FR	88170	0	Europe/Paris	48.38494	5.24077		Maconcourt		44	52	523	52456
2996880	Maconcourt	maconcourt	FR	88170	68	Europe/Paris	48.36552	5.94097		Maconcourt		44	88	882	88278
2996882	Mâcon	macon	FR	71000	35484	Europe/Paris	46.31407	4.82823		Grosne-les-Macon,Grosne-lès-Macon,MKD,Macon,Makon,Makonas,Matisco,Mâcon,QNX,ma gang,ma kng,ma kong,makn,makon,makong,mkn,mykwn,Макон,ماکن,مکن,میکون,มากง,マコン,馬岡,马孔,마콩	71	27	71	715	71270
2996883	Macogny	macogny	FR	02470	61	Europe/Paris	49.16616	3.22914		Macogny		32	02	024	02449
2996885	Maclas	maclas	FR	42520	1326	Europe/Paris	45.36289	4.682		Maclas,Makla,myklas,Макла,میکلاس		84	42	423	42129
2996887	Mackwiller	mackwiller	FR	67430	622	Europe/Paris	48.92519	7.17554		Mackwiller		44	67	674	67278
2996888	Mackenheim	mackenheim	FR	67390	699	Europe/Paris	48.18418	7.56485		Mackene,Mackenheim,Makenajm,Màckene,ma ke nan,maknhaym,makynhym,Макенайм,ماكينهيم,ماکنهایم,میکینہیم,马克南		44	67	675	67277
2996892	Machy	machy	FR	10320	121	Europe/Paris	50.27122	1.80193		Machy		32	80	801	80497
2996893	Machy	machy	FR	10320	114	Europe/Paris	48.13963	4.044		Machy		44	10	103	10212
2996896	Machilly	machilly	FR	74140	953	Europe/Paris	46.25058	6.33242		Machilly		84	74	743	74158
2996897	Machiel	machiel	FR	80150	175	Europe/Paris	50.26901	1.82478		Machiel,Mashel',ma xie er,machyl,Машєль,ماچیل,马谢尔		32	80	801	80496
2996898	Machézal	machezal	FR	42114	364	Europe/Paris	45.92174	4.30333		Machezal,Machézal		84	42	422	42128
2996901	Macheren	macheren	FR	57730	2933	Europe/Paris	49.10019	6.77763		Macheren		44	57	573	57428
2996902	Machemont	machemont	FR	60150	756	Europe/Paris	49.49784	2.86857		Machemont,Mashmon,ma shang weng,Машмон,ماچیمونٹ,马尚翁		32	60	603	60373
2996903	Mâchecourt	machecourt	FR	02350	0	Europe/Paris	49.65	3.84				32	02	022	02448
2996905	Machecoul	machecoul	FR	44270	6054	Europe/Paris	46.99336	-1.82298		Machecoul,Machicolium,Machikoul,Mashkul',ma xie ku,machykwl,mashukuru,Машкуль,ماچیکول,マシュクール,马谢库		52	44	442	44087
2996906	Maché	mache	FR	85190	1165	Europe/Paris	46.75507	-1.68578		Mache,Maché		52	85	852	85130
2996908	Machault	machault	FR	08310	438	Europe/Paris	49.35483	4.50006		Machault		44	08	084	08264
2996909	Machault	machault	FR	08310	691	Europe/Paris	48.45553	2.83137		Machault		11	77	772	77266
2996912	Macey	macey	FR	10300	103	Europe/Paris	48.56195	-1.43539		Macey		28	50	501	50410
2996913	Macey	macey	FR	10300	763	Europe/Paris	48.29313	3.91538		Macey		44	10	103	10211
2996915	Macé	mace	FR	61500	481	Europe/Paris	48.63616	0.14205		Mace,Macé		28	61	611	61240
2996917	Macaye	macaye	FR	64240	569	Europe/Paris	43.33437	-1.3175		Macaye,Makaj,Make,Makea,ma kai ai,Макай,Маке,میکائے,马凯埃		75	64	641	64364
2996918	Macau	macau	FR	33460	3212	Europe/Paris	45.0064	-0.61947		Macau		75	33	332	33262
2996923	Maâtz	maatz	FR	52500	90	Europe/Paris	47.70182	5.44921		Maatz,Maâtz		44	52	522	52298
2996924	Maast-et-Violaine	maast-et-violaine	FR	02220	157	Europe/Paris	49.28191	3.44952		Maast,Maast-et-Violaine		32	02	024	02447
2996927	Lys-lez-Lannoy	lys-lez-lannoy	FR	59390	13803	Europe/Paris	50.66667	3.21667		Lannoy-du-Nord,Li-le-Lannua,Lis-le-Lannua,Lys,li si lai la nu wa,Ли-ле-Ланнуа,Лис-ле-Ланнуа,Ліс-ле-Ланнуа,利斯莱拉努瓦		32	59	595	59367
2996934	Lys	lys	FR	58190	116	Europe/Paris	47.34691	3.60012		Lys		27	58	582	58150
2996935	Lys	lys	FR	58190	374	Europe/Paris	43.13038	-0.35277		Lys		75	64	642	64363
2996938	Lyons-la-Forêt	lyons-la-foret	FR	27480	836	Europe/Paris	49.39892	1.47709		Lion-la-Fore,Lyons-la-Foret,Lyons-la-Forêt,li weng la fu lei,Лион-ла-Форе,Ліон-ла-Форе,利翁拉福雷		28	27	271	27377
2996944	Lyon	lyon	FR	69000	472317	Europe/Paris	45.74846	4.84671		LYS,Leon do Roine,León do Roine,Lijon,Lio,Lion,Liona,Lionas,Lione,Lioni,Liono,Liun,Liyon,Lió,Lión,Lugdunum,Lyon,Lyons,li ang,li yng,li'om,li'ona,lion,liong,lioni,liyon,lyom,lywn,riyon,Λυών,Лион,Ліон,Ліён,Լիոն,ליאן,ליון,ليون,لیون,لیۆن,ल्यों,ਲਿਓਂ,ଲିଓନ,லியோன்,ลียง,ལི་ཡོང་།,လီယွန်းမြို့,ლიონი,ልዮን,リヨン,里昂,리옹	84	84	69	691	69123
2996945	Lyoffans	lyoffans	FR	70200	339	Europe/Paris	47.64802	6.58028		L'offan,Lioffan,Lyoffans,Льоффан,Ліоффан		27	70	701	70313
2996946	Lynde	lynde	FR	59173	627	Europe/Paris	50.71284	2.4207		Lynde		32	59	594	59366
2996950	Ly-Fontaine	ly-fontaine	FR	02440	88	Europe/Paris	49.73519	3.30736		Li-Fonten,Ly-Fontaine,li fang dan,Ли-Фонтен,Лі-Фонтен,利方丹		32	02	023	02446
2996951	Lye	lye	FR	36600	802	Europe/Paris	47.22799	1.47402		Lye		24	36	362	36107
2996953	Lyaud	lyaud	FR	74200	1163	Europe/Paris	46.33972	6.52595		Le Lyaud,Lio,Lyaud,Ліо		84	74	744	74157
2996954	Lyas	lyas	FR	07000	547	Europe/Paris	44.7571	4.59881		Lyas		84	07	072	07146
2996955	Luzy-sur-Marne	luzy-sur-marne	FR	52000	317	Europe/Paris	48.05608	5.18517		Luzy,Luzy-sur-Marne		44	52	521	52297
2996956	Luzy-Saint-Martin	luzy-saint-martin	FR	55700	112	Europe/Paris	49.52421	5.15688		Luzy,Luzy-Saint-Martin		44	55	553	55310
2996957	Luzy	luzy	FR	58170	2259	Europe/Paris	46.79011	3.97036		Ljuzi,Lusiacum,Luzy,lu qi,Люзи,Люзі,吕齐		27	58	581	58149
2996959	Luz-Saint-Sauveur	luz-saint-sauveur	FR	65120	1074	Europe/Paris	42.87229	-0.00311		Lju-Sen-Sover,Ljus-Sen-Sovjor,Lus e Sent Sauvaire,Luz,Luz-Saint-Sauveur,lu sheng suo fu,Лю-Сен-Совер,Люс-Сен-Совёр,吕圣索弗		76	65	651	65295
2996960	Luzoir	luzoir	FR	02500	283	Europe/Paris	49.92544	3.96421		Luzoir		32	02	025	02445
2996963	Luzinay	luzinay	FR	38200	2139	Europe/Paris	45.58996	4.95891		Luzinay		84	38	383	38215
2996964	Luzillé	luzille	FR	37150	797	Europe/Paris	47.26252	1.06064		Luzille,Luzillé		24	37	373	37141
2996965	Luzillat	luzillat	FR	63350	802	Europe/Paris	45.94655	3.39013		Ljuzija,Lucilhac,Luzillat,lu qi la,Люзія,吕齐拉		84	63	634	63201
2996970	Luzeret	luzeret	FR	36800	162	Europe/Paris	46.54205	1.39247		Ljuzre,Luzeret,lu ze lei,Люзре,吕泽雷		24	36	361	36106
2996974	Luzenac	luzenac	FR	09250	669	Europe/Paris	42.76357	1.76246		Ljuzenak,Ljuznak,Lusenac,Luzenac,lu ze na ke,Люзенак,Люзнак,吕泽纳克		76	09	091	09176
2996978	Luzech	luzech	FR	46140	1758	Europe/Paris	44.47825	1.28675		Ljuzesh,Luseg,Lusèg,Luzech,lu ze ke,Люзеш,吕泽克		76	46	461	46182
2996979	Luze	luze	FR	37120	713	Europe/Paris	47.59715	6.73954		Luze		27	70	701	70312
2996980	Luzé	luze	FR	37120	272	Europe/Paris	47.02363	0.4525		Luze,Luzé		24	37	371	37140
2996981	Luzay	luzay	FR	79100	537	Europe/Paris	46.92357	-0.1952		Luzay		75	79	791	79161
2996982	Luzarches	luzarches	FR	95270	4149	Europe/Paris	49.11319	2.4223		Ljuzarsh,Luzarches,lu zha er she,lwzarsh,Люзарш,لوزارش,吕扎尔舍		11	95	952	95352
2996983	Luzancy	luzancy	FR	77138	940	Europe/Paris	48.9725	3.18206		Ljuzansi,Luzancy,Люзанси,Люзансі		11	77	771	77265
2996986	Luynes	luynes	FR	37230	5045	Europe/Paris	47.38441	0.5547		Luynes,Roche-sur-Loire		24	37	372	37139
2996987	Luynes	luynes	FR	37230	0	Europe/Paris	43.48333	5.41667		Luynes		93	13	131	13001
2996988	Luyères	luyeres	FR	10150	391	Europe/Paris	48.38016	4.19554		Luyeres,Luyères		44	10	103	10210
2996993	Luxiol	luxiol	FR	25110	162	Europe/Paris	47.38118	6.34758		Luxiol		27	25	251	25354
2996994	Luxey	luxey	FR	40430	709	Europe/Paris	44.26315	-0.52116		Luxey		75	40	402	40167
2996995	Luxeuil-les-Bains	luxeuil-les-bains	FR	70300	9200	Europe/Paris	47.8171	6.365		Ljuksej-le-Ben,Ljuksjoj-le-Ben,Luxeuil,Luxeuil-les-Bains,Luxovium,ke se yi lai ban,Люксей-ле-Бен,Люксёй-ле-Бен,克瑟伊萊班		27	70	701	70311
2996996	Luxe-Sumberraute	luxe-sumberraute	FR	64120	323	Europe/Paris	43.34557	-1.07666		Ljuks-Semberrot,Ljuks-Sjomberrot,Luekueze-Altzuemarta,Lukuze,Luxe,Luxe-Sumberraute,Lüküze-Altzümarta,lu ke si sang bei er luo te,Люкс-Семберрот,Люкс-Сёмберрот,吕克斯桑贝尔罗特		75	64	641	64362
2996998	Luxémont-et-Villotte	luxemont-et-villotte	FR	51300	447	Europe/Paris	48.696	4.63365		Luxemont,Luxemont-et-Villotte,Luxémont,Luxémont-et-Villotte		44	51	514	51334
2997001	Luxé	luxe	FR	16230	771	Europe/Paris	45.89285	0.1161		Ljukse,Luxe,Luxé,lu ke sai,Люксе,吕克塞		75	16	163	16196
2997002	Lux	lux	FR	21120	521	Europe/Paris	47.48901	5.20988		Lux		27	21	212	21361
2997003	Lux	lux	FR	21120	191	Europe/Paris	43.4366	1.78276		Lux		76	31	313	31310
2997004	Luvigny	luvigny	FR	88110	94	Europe/Paris	48.50074	7.06951		Luvigny		44	88	883	88277
2997005	Lutz-en-Dunois	lutz-en-dunois	FR	28200	403	Europe/Paris	48.05991	1.41576		Lutz-en-Dunois		24	28	282	28330
2997007	Lutzelhouse	lutzelhouse	FR	67130	1645	Europe/Paris	48.52114	7.287		Litzelhuese,Ljuceluz,Luetzelhausen,Lutzelhouse,Lítzelhüse,Lützelhausen,lu te ze you si,lwtslhaws,lwtzylhwas,Люцелуз,لوتزيلهواس,لوتسلهاوس,吕特泽尤斯		44	67	673	67276
2997008	Lutzelbourg	lutzelbourg	FR	57820	720	Europe/Paris	48.73604	7.25328		Lutzelbourg		44	57	575	57427
2997010	Lutterbach	lutterbach	FR	68460	6180	Europe/Paris	47.75976	7.28032		Ljutterbak,Luetterbach,Lutterbach,Lütterbach,lu tai er ba ke,Люттербак,吕泰尔巴克		44	68	684	68195
2997011	Lutter	lutter	FR	68480	304	Europe/Paris	47.46553	7.38059		Ljutter,Luetter,Lutter,Lütter,lu tai,Люттер,吕泰		44	68	681	68194
2997012	Luttenbach-près-Munster	luttenbach-pres-munster	FR	68140	842	Europe/Paris	48.03172	7.11707		Luttenbach,Luttenbach-pres-Munster,Luttenbach-près-Munster		44	68	682	68193
2997014	Luttange	luttange	FR	57935	777	Europe/Paris	49.27053	6.31093		Luttange		44	57	577	57426
2997019	Lutilhous	lutilhous	FR	65300	191	Europe/Paris	43.13078	0.32948		Lutilhous,Lutillous		76	65	652	65294
2997020	Belmont-Luthézieu	belmont-luthezieu	FR	01260	0	Europe/Paris	45.88021	5.66105		Bel'mon-Ljutez'e,Bel'mon-Ljutez'jo,Belmon Litezje,Belmon Lyutezyo,bei er meng-lu tai qi e,bylmwnt-lwtyzyw,Белмон Литезје,Бельмон-Лютезьё,Бельмон-Лютезьє,Բելմոն Լյուտեզյո,بيلمونت-لوتيزيو,贝尔蒙－吕泰齐厄		84	01	011	01036
2997021	Luthenay-Uxeloup	luthenay-uxeloup	FR	58240	573	Europe/Paris	46.85057	3.26581		Luthenay,Luthenay-Uxeloup		27	58	583	58148
2997025	Lustar	lustar	FR	65220	114	Europe/Paris	43.26905	0.33554		Lustar		76	65	653	65293
2997028	Lusseray	lusseray	FR	79170	171	Europe/Paris	46.14616	-0.16661		Lusseray		75	79	792	79160
2997029	Lusse	lusse	FR	88490	450	Europe/Paris	48.29167	7.10194		Ljuss,Lusse,lu si,Люсс,吕斯		44	88	883	88276
2997030	Lussault-sur-Loire	lussault-sur-loire	FR	37400	696	Europe/Paris	47.3947	0.91613		Lussault,Lussault-sur-Loire		24	37	373	37138
2997032	Lussat	lussat	FR	23170	434	Europe/Paris	46.18289	2.34135		Lussat		75	23	231	23114
2997033	Lussat	lussat	FR	23170	751	Europe/Paris	45.83858	3.21541		Lussat		84	63	634	63200
2997034	Lussas-et-Nontronneau	lussas-et-nontronneau	FR	24300	387	Europe/Paris	45.50568	0.58413		Ljusa-eh-Nontronno,Ljussaz-e-Nontronno,Lucac e Nontroneu,Lussas,Lussas-et-Nontronneau,Luçac e Nontroneu,lu sa he nong te luo nuo,Люса-э-Нонтронно,Люссаз-е-Нонтронно,吕萨和农特罗诺		75	24	242	24248
2997035	Lussas	lussas	FR	07170	823	Europe/Paris	44.61193	4.47275		Lussas		84	07	071	07145
2997036	Lussant	lussant	FR	17430	911	Europe/Paris	45.96113	-0.82227		Lussant		75	17	172	17216
2997037	Lussan-Adeilhac	lussan-adeilhac	FR	31430	199	Europe/Paris	43.29853	0.94079		Lussan-Adeilhac		76	31	311	31309
2997038	Lussan	lussan	FR	30580	438	Europe/Paris	44.15303	4.36591		Lussan		76	30	302	30151
2997039	Lussan	lussan	FR	30580	203	Europe/Paris	43.62628	0.73327		Lussan		76	32	321	32221
2997041	Lussagnet	lussagnet	FR	40270	156	Europe/Paris	43.43867	-0.19803		Ljusan'et-Ljuson,Ljussan'e-Ljusson,Lucanhet e Lucon,Lussagnet,Lussagnet-Lusson,Lussanhet-Lusson,Luçanhet e Luçon,lu sa gai lu song,Люсаньет-Люсон,Люссанье-Люссон,Люссаньє-Люссон,吕萨盖吕松		75	64	643	64361
2997042	Lussagnet	lussagnet	FR	40270	75	Europe/Paris	43.77604	-0.2343		Lussagnet		75	40	402	40166
2997043	Lussac-les-Églises	lussac-les-eglises	FR	87360	629	Europe/Paris	46.34528	1.17432		La Patrie,Lussac,Lussac-la-Patrie,Lussac-les-Eglises,Lussac-les-Églises		75	87	871	87087
2997044	Lussac-les-Châteaux	lussac-les-chateaux	FR	86320	2711	Europe/Paris	46.40329	0.72326		Ljussak-le-Shato,Lussac,Lussac-les-Chateaux,Lussac-les-Châteaux,Lussac-sur-Vienne,lu sa lei sha tuo,Люссак-ле-Шато,吕萨勒沙托		75	86	862	86140
2997046	Lussac	lussac	FR	16450	304	Europe/Paris	45.86109	0.4631		Lussac		75	16	163	16195
2997047	Lussac	lussac	FR	16450	46	Europe/Paris	45.47005	-0.47781		Lussac		75	17	171	17215
2997048	Lussac	lussac	FR	16450	1510	Europe/Paris	44.95024	-0.09606		Lussac		75	33	335	33261
2997049	Lussac	lussac	FR	16450	0	Europe/Paris	44.90151	1.0017				75	24	244	24396
2997050	Lus-la-Croix-Haute	lus-la-croix-haute	FR	26620	463	Europe/Paris	44.66699	5.70727		Lus,Lus-la-Croix-Haute		84	26	261	26168
2997051	Lusigny-sur-Ouche	lusigny-sur-ouche	FR	21360	77	Europe/Paris	47.09119	4.67285		Lusigny,Lusigny-sur-Ouche		27	21	211	21360
2997052	Lusigny-sur-Barse	lusigny-sur-barse	FR	10270	1465	Europe/Paris	48.25451	4.26891		Lusigny,Lusigny-sur-Barse		44	10	103	10209
2997054	Lusigny	lusigny	FR	03230	1476	Europe/Paris	46.58776	3.49142		Dorvalet,Lusigny		84	03	032	03156
2997056	Lusignan-Petit	lusignan-petit	FR	47360	295	Europe/Paris	44.27111	0.52433		Ljuzin'jan-Peti,Lusignan-Petit,Lusinhan Petit,Lusinhan lo Petit,xiao lu xi ni ang,Люзиньян-Пети,Люзіньян-Петі,小吕西尼昂		75	47	471	47154
2997058	Lusignan	lusignan	FR	86600	2871	Europe/Paris	46.43531	0.12204		Lusignan		75	86	863	86139
2997059	Lusignac	lusignac	FR	24320	193	Europe/Paris	45.32772	0.31228		Ljuzin'jak,Lusignac,Lusinhac,lu xi ni ya ke,Люзиньяк,Люзіньяк,吕西尼亚克		75	24	243	24247
2997061	Luscan	luscan	FR	31510	60	Europe/Paris	43.01193	0.62262		Luscan,Luseau		76	31	312	31308
2997064	Lusanger	lusanger	FR	44590	1023	Europe/Paris	47.68118	-1.58838		Ljuzanzhe,Lusanger,Luzevieg,lu sang re,Люзанже,吕桑热		52	44	445	44086
2997067	Lury-sur-Arnon	lury-sur-arnon	FR	18120	720	Europe/Paris	47.12723	2.05723		Lury,Lury-sur-Arnon		24	18	183	18134
2997068	Lurs	lurs	FR	04700	397	Europe/Paris	43.96964	5.88912		Lurs		93	04	044	04106
2997071	Luriecq	luriecq	FR	42380	774	Europe/Paris	45.44934	4.07893		Luriecq		84	42	421	42126
2997073	Lureuil	lureuil	FR	36220	286	Europe/Paris	46.74471	1.04212		Ljurej,Ljurjoj,Lureuil,lu lei yi,Люрей,Люрёй,吕勒伊		24	36	361	36105
2997076	Lure	lure	FR	42260	9415	Europe/Paris	47.68294	6.49658		Lure	701	27	70	701	70310
2997077	Lure	lure	FR	42260	0	Europe/Paris	47.2717	0.42471				24	37	372	37014
2997078	Luré	lure	FR	42260	145	Europe/Paris	45.88186	3.93804		Lure,Luré		84	42	422	42125
2997079	Lurcy-Lévis	lurcy-levis	FR	03320	2124	Europe/Paris	46.72981	2.93829		Ljursi-Levi,Lurcy-Levis,Lurcy-Levy,Lurcy-Lévis,Lurcy-Lévy,Lurey-Levy,Lurey-Lévy,lu er xi lai wei,Люрси-Леви,Люрсі-Леві,吕尔西莱维		84	03	032	03155
2997080	Lurcy-le-Bourg	lurcy-le-bourg	FR	58700	324	Europe/Paris	47.16105	3.38647		Brutus-le-Bourg,Lurcy-le-Bourg,Lurcy-le-Sauvage		27	58	584	58147
2997081	Lurcy	lurcy	FR	01090	283	Europe/Paris	46.06129	4.78028		Lurcy		84	01	012	01225
2997083	Lurbe-Saint-Christau	lurbe-saint-christau	FR	64660	255	Europe/Paris	43.11362	-0.60714		Ljurb-Sen-Kristo,Lurbe,Lurbe e Sent Cristau,Lurbe-Saint-Christau,Lurbe-Sent Cristau,lu er bu sheng ke li si tuo,Люрб-Сен-Кристо,吕尔布圣克里斯托		75	64	642	64360
2997084	Luray	luray	FR	28500	1360	Europe/Paris	48.72035	1.39889		Le Luat-Clairet,Luray		24	28	283	28223
2997086	Lurais	lurais	FR	36220	239	Europe/Paris	46.70454	0.95089		Ljure,Lurais,lu lai,Люре,吕赖		24	36	361	36104
2997087	Luquet	luquet	FR	65320	316	Europe/Paris	43.26347	-0.11972		Luquet		76	65	653	65292
2997089	Lupstein	lupstein	FR	67490	800	Europe/Paris	48.73712	7.4859		Lupstein		44	67	674	67275
2997090	Lupsault	lupsault	FR	16140	136	Europe/Paris	45.94142	-0.07471		Ljuso,Lupsault,lu pu suo er,Люсо,吕普索尔		75	16	163	16194
2997091	Luppy	luppy	FR	57580	493	Europe/Paris	48.98145	6.34447		Luppy		44	57	579	57425
2997092	Luppé-Violles	luppe-violles	FR	32110	133	Europe/Paris	43.72712	-0.13928		Luppe-Violles,Luppé-Violles		76	32	322	32220
2997093	Luplanté	luplante	FR	28360	329	Europe/Paris	48.30031	1.39914		Luplante,Luplanté		24	28	281	28222
2997098	Lupiac	lupiac	FR	32290	319	Europe/Paris	43.68187	0.18153		Lupiac		76	32	321	32219
2997099	Lupersat	lupersat	FR	23190	361	Europe/Paris	45.98174	2.35366		Ljupersa,Lupercac,Lupersat,Luperçac,lu pei er sa,Люперса,吕佩尔萨		75	23	231	23113
2997100	Lupé	lupe	FR	42520	303	Europe/Paris	45.37141	4.70155		Lupe,Lupé		84	42	423	42124
2997101	Lupcourt	lupcourt	FR	54210	345	Europe/Paris	48.61171	6.23553		Lupcourt		44	54	543	54330
2997104	L'Union	l-union	FR	31240	12139	Europe/Paris	43.66042	1.48264		L'Union		76	31	313	31561
2997110	Lunéville	luneville	FR	54300	21582	Europe/Paris	48.59273	6.49383		Linevil,Ljunevil',Lunae Villa,Luneville,Lunéville,lu nei wei er,lunevili,lwinebil,ryunevu~iru,Линевил,Люневиль,Люневіль,ლუნევილი,リュネヴィル,吕内维尔,뤼네빌	542	44	54	542	54329
2997111	Lunery	lunery	FR	18400	1546	Europe/Paris	46.93569	2.26895		Ljuneri,Ljunri,Lunery,lu na li,Люнері,Люнри,吕纳里		24	18	181	18133
2997112	Luneray	luneray	FR	76810	2087	Europe/Paris	49.82795	0.91581		Luneray		28	76	761	76400
2997113	Lunel-Viel	lunel-viel	FR	34400	3578	Europe/Paris	43.6789	4.0925		Ljunel'-V'el',Ljunel'-Vel',Lo Vielh Lunel,Lo Vièlh Lunèl,Lunel Vielh,Lunel-Viel,Lunèl Vièlh,lu nei wei ye,Люнель-Вьель,Люнель-Вєль,吕内维耶		76	34	343	34146
2997115	Lunel	lunel	FR	34400	0	Europe/Paris	44.55776	2.48806				76	12	122	12221
2997116	Lunel	lunel	FR	34400	26588	Europe/Paris	43.67778	4.13611		Linel,Ljunel',Lunel,Lunèl,lwinel,lwnl,lwnyl,ryuneru,Линел,Люнель,לוניל,لونل,リュネル,뤼넬		76	34	343	34145
2997117	Lunegarde	lunegarde	FR	46240	78	Europe/Paris	44.69024	1.68852		Ljungard,Lunagarda,Lunegarde,lu nei jia er de,Люнгард,吕内加尔德		76	46	463	46181
2997119	Luneau	luneau	FR	03130	288	Europe/Paris	46.36342	3.95173		Luneau		84	03	033	03154
2997122	Lunay	lunay	FR	41360	0	Europe/Paris	48.59173	3.38209				11	77	773	77246
2997123	Lunay	lunay	FR	41360	1344	Europe/Paris	47.80864	0.91499		Lunay		24	41	412	41120
2997124	Lunax	lunax	FR	31350	63	Europe/Paris	43.33787	0.6863		Lunax		76	31	312	31412
2997125	Lunas	lunas	FR	24130	312	Europe/Paris	44.91731	0.40297		Lunas		75	24	241	24246
2997126	Lunas	lunas	FR	24130	723	Europe/Paris	43.70783	3.19437		Lunas		76	34	341	34144
2997127	Lunan	lunan	FR	46100	392	Europe/Paris	44.6033	2.07944		Lunan		76	46	462	46180
2997130	Lunac	lunac	FR	12270	478	Europe/Paris	44.23553	2.1125		Lunac		76	12	123	12135
2997132	Lumio	lumio	FR	20260	1008	Europe/Paris	42.57894	8.83373		Lumio,Lumiu,Lumjo,Лумио,Лумйо		94	2B	2B5	2B150
2997137	Lumigny-Nesles-Ormeaux	lumigny-nesles-ormeaux	FR	77540	1448	Europe/Paris	48.73333	2.95		Ljumin'i-Nel'-Ormo,Люминьи-Нель-Ормо,Люміньї-Нель-Ормо		11	77	773	77264
2997139	Lumes	lumes	FR	08440	1235	Europe/Paris	49.73461	4.78616		Lumes		44	08	081	08263
2997141	Lumeau	lumeau	FR	28140	183	Europe/Paris	48.11621	1.78785		Ljumo,Lumeau,lu mo,Люмо,吕莫		24	28	282	28221
2997142	Lumbres	lumbres	FR	62380	4097	Europe/Paris	50.70693	2.12081		Lembr,Linme,Ljombr,Lumbres,lan bu er,lwmbyrs,Лембр,Лёмбр,لومبيرس,兰布尔		32	62	625	62534
2997143	Lumbin	lumbin	FR	38660	1705	Europe/Paris	45.30954	5.91505		Lumbin		84	38	381	38214
2997144	Lully	lully	FR	74890	560	Europe/Paris	46.28462	6.41695		Lully		84	74	744	74156
2997145	Lullin	lullin	FR	74470	664	Europe/Paris	46.28489	6.5231		Lelyin,Ljullen,Lulinum,Lullin,Люллен		84	74	744	74155
2997146	Luitré	luitre	FR	35133	1298	Europe/Paris	48.2831	-1.11875		Loezherieg,Luitre,Luitré		53	35	351	35163
2997147	Luisetaines	luisetaines	FR	77520	227	Europe/Paris	48.46751	3.18062		Luisetaines		11	77	773	77263
2997148	Luisant	luisant	FR	28600	7049	Europe/Paris	48.4295	1.47383		Luisant		24	28	281	28220
2997152	Luigny	luigny	FR	28480	385	Europe/Paris	48.24047	1.02472		Luigny		24	28	284	28219
2997153	Luigné	luigne	FR	49320	228	Europe/Paris	47.28441	-0.39086		Ljuin'e,Luigne,Luigné,lu yi nie,Люїньє,吕伊涅		52	49	491	49050
2997155	Lugy	lugy	FR	62310	144	Europe/Paris	50.52301	2.17519		Ljuzhi,Lugy,lu ji,lwjy,Люжи,Люжі,لوجي,吕吉		32	62	624	62533
2997158	Lugrin	lugrin	FR	74500	2164	Europe/Paris	46.40208	6.65283		Ljugren,Lugrin,Lugrinum,Люгрен		84	74	744	74154
2997160	Lugos	lugos	FR	33830	614	Europe/Paris	44.48352	-0.88514		Lugos		75	33	336	33260
2997162	Lugo-di-Nazza	lugo-di-nazza	FR	20240	113	Europe/Paris	42.07453	9.30121		Lugo,Lugo-di-Nazza		94	2B	2B3	2B149
2997164	Lugny-lès-Charolles	lugny-les-charolles	FR	71120	281	Europe/Paris	46.41171	4.21092		Ljun'i-le-Sharol',Lugny,Lugny-les-Charolles,Lugny-lès-Charolles,Люньи-ле-Шароль,Люньї-ле-Шароль		27	71	713	71268
2997165	Lugny-Champagne	lugny-champagne	FR	18140	169	Europe/Paris	47.1862	2.82085		Lugny,Lugny-Champagne		24	18	181	18132
2997166	Lugny-Bourbonnais	lugny-bourbonnais	FR	18350	27	Europe/Paris	46.93169	2.70492		Lugny,Lugny-Bourbonnais		24	18	182	18131
2997169	Lugny	lugny	FR	02140	144	Europe/Paris	49.78099	3.80832		Lugny		32	02	025	02444
2997170	Lugny	lugny	FR	02140	915	Europe/Paris	46.47217	4.80995		Lugny		27	71	715	71267
2997171	Luglon	luglon	FR	40630	329	Europe/Paris	44.08266	-0.71811		Luglon		75	40	402	40165
2997173	Lugasson	lugasson	FR	33760	292	Europe/Paris	44.75114	-0.16064		Lugasson		75	33	333	33258
2997174	Lugarde	lugarde	FR	15190	166	Europe/Paris	45.28798	2.7606		Lugarde		84	15	153	15110
2997175	Lugan	lugan	FR	12220	327	Europe/Paris	44.48316	2.25821		Lugan		76	12	123	12134
2997176	Lugan	lugan	FR	12220	278	Europe/Paris	43.73138	1.71723		Lugan		76	81	812	81150
2997177	Lugaignac	lugaignac	FR	33420	327	Europe/Paris	44.81553	-0.19327		Lugaignac		75	33	335	33257
2997178	Lugagnan	lugagnan	FR	65100	182	Europe/Paris	43.06156	-0.03842		Lugagnan		76	65	651	65291
2997179	Lugagnac	lugagnac	FR	46260	111	Europe/Paris	44.40864	1.73571		Lugagnac		76	46	461	46179
2997180	Luemschwiller	luemschwiller	FR	68720	713	Europe/Paris	47.65477	7.28727		Luemschwiller		44	68	681	68191
2997181	Lué-en-Baugeois	lue-en-baugeois	FR	49140	300	Europe/Paris	47.52668	-0.27815		Lue,Lue-en-Baugeois,Lué,Lué-en-Baugeois		52	49	491	49163
2997183	Lüe	lue	FR	40210	0	Europe/Paris	44.2314	-0.9838		Lue		75	40	402	40163
2997184	Ludres	ludres	FR	54710	6974	Europe/Paris	48.62032	6.16747		Ljudr,Ludres,lu de lei,Людр,吕德雷		44	54	543	54328
2997185	Ludon-Médoc	ludon-medoc	FR	33290	3607	Europe/Paris	44.98218	-0.60386		Ljudon-Medok,Ludon,Ludon de Medoc,Ludon de Medòc,Ludon-Medoc,Ludon-Médoc,lu dong mei duo ke,Людон-Медок,吕东梅多克		75	33	332	33256
2997188	Ludiès	ludies	FR	09100	52	Europe/Paris	43.11821	1.71449		Ludics,Ludies,Ludiès		76	09	092	09175
2997189	Ludesse	ludesse	FR	63320	365	Europe/Paris	45.61112	3.11154		Ludesse		84	63	633	63199
2997190	Ludes	ludes	FR	51500	669	Europe/Paris	49.154	4.08067		Ludes		44	51	513	51333
2997194	Lucy-sur-Yonne	lucy-sur-yonne	FR	89480	152	Europe/Paris	47.52404	3.58226		Ljusi-sjur-Ionn,Lucy,Lucy-sur-Yonne,yue ne he pan lu xi,Люси-сюр-Ионн,Люсі-сюр-Іонн,约讷河畔吕西		27	89	891	89234
2997195	Lucy-sur-Cure	lucy-sur-cure	FR	89270	183	Europe/Paris	47.62918	3.74376		Lucy,Lucy-sur-Cure		27	89	891	89233
2997196	Lucy-le-Bois	lucy-le-bois	FR	89200	398	Europe/Paris	47.55738	3.89083		Ljusi-le-Bua,Lucy,Lucy-le-Bois,lu xi lei bu wa,Люси-ле-Буа,Люсі-ле-Буа,吕西勒布瓦		27	89	892	89232
2997197	Lucy-le-Bocage	lucy-le-bocage	FR	02400	178	Europe/Paris	49.05702	3.27917		Lucy,Lucy-le-Bocage		32	02	021	02443
2997198	Lucy	lucy	FR	57590	146	Europe/Paris	49.7837	1.45599		Lucy		28	76	761	76399
2997199	Lucy	lucy	FR	57590	204	Europe/Paris	48.94136	6.46981		Lucy		44	57	575	57424
2997200	Lucy	lucy	FR	57590	606	Europe/Paris	48.93809	3.80464		Lucy		44	51	512	51381
2997201	Lucy	lucy	FR	57590	0	Europe/Paris	47.08583	3.56426				27	58	581	58171
2997203	Luc-sur-Orbieu	luc-sur-orbieu	FR	11200	841	Europe/Paris	43.17704	2.78597		Ljuk-sjur-Orb'e,Ljuk-sjur-Orb'jo,Ljuk-sjur-Orbe,Luc,Luc dOrbiu,Luc-sur-Orbieu,ao er bi e he pan lu ke,Люк-сюр-Орбье,Люк-сюр-Орбьё,Люк-сюр-Орбє,奥尔比厄河畔吕克		76	11	113	11210
2997204	Luc-sur-Mer	luc-sur-mer	FR	14530	3171	Europe/Paris	49.31452	-0.35499		Ljuk-sjur-Mer,Luc,Luc-sur-Mer,bin hai lu ke,Люк-сюр-Мер,滨海吕克		28	14	142	14384
2997205	Luc-sur-Aude	luc-sur-aude	FR	11190	186	Europe/Paris	42.95953	2.26997		Luc,Luc-sur-Aude		76	11	112	11209
2997206	Lucquy	lucquy	FR	08300	510	Europe/Paris	49.53333	4.47861		Lucquy		44	08	082	08262
2997207	Lucq-de-Béarn	lucq-de-bearn	FR	64360	1047	Europe/Paris	43.28739	-0.65893		Ljuk-de-Bearn,Luc,Lucq,Lucq-de-Bearn,Lucq-de-Béarn,lu de bei a er en,Люк-де-Беарн,吕德贝阿尔恩		75	64	643	64359
2997209	Luçon	lucon	FR	85400	0	Europe/Paris	48.34978	1.38415				24	28	281	28141
2997210	Luçon	lucon	FR	85400	10140	Europe/Paris	46.45493	-1.16629		Lucon,Luçon		52	85	851	85128
2997212	Lucmau	lucmau	FR	33840	0	Europe/Paris	44.3421	-0.307		Ljukmo,Luc Mau,lu ke mo,Люкмо,吕克莫		75	33	333	33255
2997214	Lucinges	lucinges	FR	74380	1352	Europe/Paris	46.19181	6.31511		Lucinges		84	74	743	74153
2997215	Luchy	luchy	FR	60360	512	Europe/Paris	49.55491	2.11858		Luchy		32	60	601	60372
2997216	Luchy	luchy	FR	60360	0	Europe/Paris	47.84747	3.40707				27	89	891	89304
2997218	Lucheux	lucheux	FR	80600	618	Europe/Paris	50.19688	2.41309		Ljushe,Loucheux,Lucheux,lu she,Люше,吕舍		32	80	802	80495
2997219	Luché-Thouarsais	luche-thouarsais	FR	79330	344	Europe/Paris	46.89687	-0.33183		Luche,Luche-Thouarsais,Luché,Luché-Thouarsais		75	79	791	79159
2997222	Luché-sur-Brioux	luche-sur-brioux	FR	79170	141	Europe/Paris	46.13105	-0.15		Luche,Luche-sur-Brioux,Luché,Luché-sur-Brioux		75	79	792	79158
2997223	Luché-Pringé	luche-pringe	FR	72800	1613	Europe/Paris	47.70326	0.07549		Ljushe-Prenzhe,Luche,Luché,Люше-Пренже		52	72	721	72175
2997224	Luchat	luchat	FR	17600	0	Europe/Paris	46.12751	2.32138				75	23	231	23251
2997225	Luchat	luchat	FR	17600	255	Europe/Paris	45.71806	-0.76348		Luchat		75	17	174	17214
2997226	Luchapt	luchapt	FR	86430	0	Europe/Paris	46.1763	0.7829		Ljushap,Luchac,lu sha pu,Люшап,吕沙普		75	86	862	86138
2997227	Lucgarier	lucgarier	FR	64420	308	Europe/Paris	43.23629	-0.1918		Ljukgar'e,Ljukgare,Lucgarier,Lucgarrier,Lucgarrièr,lu ke jia li ye,Люкгарье,Люкгарє,吕克加里耶		75	64	643	64358
2997229	Lucey	lucey	FR	21290	596	Europe/Paris	48.72171	5.83941		Lucey		44	54	544	54327
2997230	Lucey	lucey	FR	21290	63	Europe/Paris	47.8529	4.86186		Lucey		27	21	213	21359
2997231	Lucey	lucey	FR	21290	255	Europe/Paris	45.75257	5.78794		Lucey		84	73	732	73149
2997233	Lucé-sous-Ballon	luce-sous-ballon	FR	72290	89	Europe/Paris	48.20793	0.21452		Luce,Luce-sous-Ballon,Lucé,Lucé-sous-Ballon		52	72	722	72174
2997234	Lucéram	luceram	FR	06440	1080	Europe/Paris	43.88293	7.35988		Ljuseram,Luceram,Lucerames,Lucéram,lu sai lang,lwsyram,Люсерам,لوسيرام,吕塞朗		93	06	062	06077
2997235	Luc-en-Diois	luc-en-diois	FR	26310	537	Europe/Paris	44.61505	5.45168		Luc,Luc-en-Diois		84	26	261	26167
2997236	Luc-en-Diois	luc-en-diois	FR	26310	0	Europe/Paris	44.51494	5.17108		Luc,Luc-en-Diois		84	26	262	26373
2997237	Lucenay-l'Évêque	lucenay-l-eveque	FR	71540	0	Europe/Paris	47.08084	4.24524		Lucenay,Lucenay-l'Eveque,Lucenay-l'Évêque		27	71	711	71266
2997238	Lucenay-lès-Aix	lucenay-les-aix	FR	58380	1050	Europe/Paris	46.70274	3.48308		Bourg-la-Reunion,Bourg-la-Réunion,Ljusne-lez-Eks,Lucenay,Lucenay-les-Aix,Lucenay-lès-Aix,Luciniacum,lu se nai lai ai,Люсне-лез-Екс,吕瑟奈莱艾		27	58	583	58146
2997239	Lucenay-le-Duc	lucenay-le-duc	FR	21150	215	Europe/Paris	47.61142	4.51603		Lucenay,Lucenay-le-Duc		27	21	213	21358
2997240	Lucenay	lucenay	FR	69480	0	Europe/Paris	47.41322	4.28702				27	21	213	21272
2997241	Lucenay	lucenay	FR	69480	1454	Europe/Paris	45.91274	4.70287		Lucenay		84	69	692	69122
2997242	Luceau	luceau	FR	72500	1101	Europe/Paris	47.71146	0.39701		Luceau		52	72	721	72173
2997243	Luceau	luceau	FR	72500	0	Europe/Paris	46.87934	2.74529				24	18	182	18031
2997245	Lucé	luce	FR	28110	102	Europe/Paris	48.55024	-0.59609				28	61	611	61211
2997246	Lucé	luce	FR	28110	17780	Europe/Paris	48.43689	1.46359		Luce,Lucé		24	28	281	28218
2997248	Lucciana	lucciana	FR	20290	3713	Europe/Paris	42.54609	9.41865		Lucciana,Luchchana,Luciana,Луччана		94	2B	2B2	2B148
2997250	Lucbardez-et-Bargues	lucbardez-et-bargues	FR	40090	353	Europe/Paris	43.96937	-0.40485		Lucbardez-et-Bargues		75	40	402	40162
2997251	Luçay-le-Mâle	lucay-le-male	FR	36360	1712	Europe/Paris	47.12996	1.44173		Ljuse-le-Mal',Lucay,Lucay-le-Male,Luçay,Luçay-le-Mâle,lu sai lai ma er,Люсе-ле-Маль,吕赛莱马尔		24	36	362	36103
2997252	Luçay-le-Libre	lucay-le-libre	FR	36150	105	Europe/Paris	47.08666	1.90542		Ljuse-le-Libr,Lucay,Lucay-le-Libre,Luçay,Luçay-le-Libre,lu sai lai li bu er,Люсе-ле-Либр,Люсе-ле-Лібр,吕赛莱利布尔		24	36	364	36102
2997254	Lucarré	lucarre	FR	64350	48	Europe/Paris	43.405	-0.08389		Ljukarre,Luc Arrer,Luc Arrèr,Luc-Arrer,Luc-Arrèr,Lucarre,Lucarrer,Lucarrèr,Lucarré,lu ka er lei,Люкарре,吕卡尔雷		75	64	643	64357
2997255	Luc-Armau	luc-armau	FR	64350	115	Europe/Paris	43.41667	-0.06667		Ljuk-Armo,Lo Luc e Armau,Luc,Luc-Armau,lu ke a er mo,Люк-Армо,吕克阿尔莫		75	64	643	64356
2997258	Luc	luc	FR	48250	0	Europe/Paris	45.35	2.2				75	19	193	19210
2997259	Luc	luc	FR	48250	0	Europe/Paris	45.10473	2.07932				75	19	192	19193
2997260	Luc	luc	FR	48250	0	Europe/Paris	45.06337	2.9753				84	15	153	15244
2997261	Luc	luc	FR	48250	222	Europe/Paris	44.65014	3.89095				76	48	482	48086
2997262	Luc-la-Primaube	luc-la-primaube	FR	12450	5267	Europe/Paris	44.31439	2.53552				76	12	122	12133
2997263	Luc	luc	FR	48250	191	Europe/Paris	43.15248	0.17686		Luc		76	65	653	65290
2997264	Luby-Betmont	luby-betmont	FR	65220	127	Europe/Paris	43.29613	0.29185		Luby,Luby-Betmont		76	65	653	65289
2997265	Lubret-Saint-Luc	lubret-saint-luc	FR	65220	94	Europe/Paris	43.31471	0.30194		Lubret,Lubret-Saint-Luc		76	65	653	65288
2997266	Lublé	luble	FR	37330	130	Europe/Paris	47.51525	0.24533		Luble,Lublé		24	37	371	37137
2997267	Lubine	lubine	FR	88490	215	Europe/Paris	48.31691	7.15211		Ljubin,Lubine,lu ban,Любин,Любін,吕班		44	88	883	88275
2997268	Lubilhac	lubilhac	FR	43100	139	Europe/Paris	45.25266	3.24434		Lubilhac		84	43	431	43125
2997270	Lubey	lubey	FR	54150	158	Europe/Paris	49.24481	5.85465		Lubey		44	54	541	54326
2997271	Lubersac	lubersac	FR	19210	2224	Europe/Paris	45.44474	1.40457		Libercac,Liberçac,Ljubersak,Lubercac,Lubersac,Luberçac,Luperciacum,lu bei er sa ke,Люберсак,吕贝尔萨克		75	19	191	19121
2997273	Lubécourt	lubecourt	FR	57170	58	Europe/Paris	48.84263	6.51549		Lubecourt,Lubécourt		44	57	575	57423
2997275	Lubbon	lubbon	FR	40240	106	Europe/Paris	44.10471	-0.02721		Lubbon		75	40	402	40161
2997279	Luant	luant	FR	36350	1277	Europe/Paris	46.733	1.55793		Ljuan,Luant,lu ang,Люан,吕昂		24	36	362	36101
2997282	Lozzi	lozzi	FR	20224	147	Europe/Paris	42.34502	9.00352		Locci,Lozzi,Лоцци,Лоцці		94	2B	2B3	2B147
2997283	Lozzi	lozzi	FR	20224	0	Europe/Paris	42.15897	8.6177		Lozzi		94	2A	2A1	2A065
2997285	Lozon	lozon	FR	50570	322	Europe/Paris	49.14237	-1.26286		Lozon,luo zong,Лозон,洛宗		28	50	504	50292
2997286	Lozinghem	lozinghem	FR	62540	1050	Europe/Paris	50.51554	2.50209		Lozinghem		32	62	622	62532
2997291	Lozé	loze	FR	82160	0	Europe/Paris	46.49485	2.49543				84	03	031	03072
2997292	Loze	loze	FR	82160	124	Europe/Paris	44.2865	1.79313		Loze		76	82	822	82100
2997293	Lozay	lozay	FR	17330	197	Europe/Paris	46.04202	-0.54674		Lozay		75	17	175	17213
2997295	Lozanne	lozanne	FR	69380	2275	Europe/Paris	45.85733	4.6807		Lozane,Lozanne		84	69	692	69121
2997297	Loyettes	loyettes	FR	01360	2541	Europe/Paris	45.77663	5.20687		Loyettes,Luaett,Luajet,Luayet,luo ye te,lwyyt,Луайет,Луаєтт,Լուայետ,لوييت,洛耶特		84	01	011	01224
2997298	Loye-sur-Arnon	loye-sur-arnon	FR	18170	315	Europe/Paris	46.65305	2.38695		Loye,Loye-sur-Arnon		24	18	182	18130
2997300	Loyat	loyat	FR	56800	1550	Europe/Paris	47.98984	-2.38329		Loiad,Louad,Loyat,Luaja,lu wa a,Луая,卢瓦阿		53	56	562	56122
2997304	Lovagny	lovagny	FR	74330	1011	Europe/Paris	45.90377	6.03281		Lovagny		84	74	741	74152
2997305	Louzy	louzy	FR	79100	1161	Europe/Paris	47.01175	-0.18691		Louzy		75	79	791	79157
2997306	Louzouer	louzouer	FR	45210	298	Europe/Paris	48.03916	2.88316		Louzouer,Luzue,lu zu ai,Лузуе,卢祖埃		24	45	451	45189
2997307	Louzignac	louzignac	FR	17160	0	Europe/Paris	45.83333	-0.23333		Luzin'jak,lu qi ni ya ke,Лузиньяк,Лузіньяк,卢齐尼亚克		75	17	175	17212
2997308	Louzes	louzes	FR	72600	122	Europe/Paris	48.42867	0.30178		Louzes		52	72	722	72171
2997311	Louze	louze	FR	52220	301	Europe/Paris	48.4345	4.716		Louze		44	52	523	52411
2997312	Louzac-Saint-André	louzac-saint-andre	FR	16100	0	Europe/Paris	45.7137	-0.4105		Luzak-Sent-Andre,lu zha ke sheng ang de lei,Лузак-Сент-Андре,卢扎克圣昂德雷		75	16	162	16193
2997314	Louye	louye	FR	27650	188	Europe/Paris	48.79923	1.32087		Louye		28	27	273	27376
2997316	Louvroil	louvroil	FR	59720	7446	Europe/Paris	50.26427	3.96272				32	59	591	59365
2997317	Louvres	louvres	FR	95380	9323	Europe/Paris	49.0446	2.50479		Louvres,Luvr,lu fu er,Лувр,卢夫尔		11	95	952	95351
2997318	Louvrechy	louvrechy	FR	80250	152	Europe/Paris	49.73345	2.39533		Louvrechy		32	80	803	80494
2997320	Louvois	louvois	FR	51150	362	Europe/Paris	49.10203	4.11679		Louvois		44	51	512	51564
2997321	Louvilliers-lès-Perche	louvilliers-les-perche	FR	28250	142	Europe/Paris	48.62247	1.08025		Louvilliers,Louvilliers-les-Perche,Louvilliers-les-Perches,Louvilliers-lès-Perche		24	28	283	28217
2997322	Louvilliers-en-Drouais	louvilliers-en-drouais	FR	28500	184	Europe/Paris	48.7323	1.28427		Louvilliers,Louvilliers-en-Drouais		24	28	283	28216
2997323	Louville-la-Chenard	louville-la-chenard	FR	28150	248	Europe/Paris	48.32541	1.78706		Louville,Louville-la-Chenard		24	28	281	28215
2997324	Louvil	louvil	FR	59830	855	Europe/Paris	50.55772	3.19356		Louvil		32	59	595	59364
2997325	Louvigny	louvigny	FR	14111	2222	Europe/Paris	49.15715	-0.39376		Louvigny		28	14	142	14383
2997326	Louvigny	louvigny	FR	14111	730	Europe/Paris	48.96274	6.18519		Louvigny,Louvigny-sur-Seille		44	57	579	57422
2997327	Louvigny	louvigny	FR	14111	183	Europe/Paris	48.33882	0.202		Louvigny		52	72	722	72170
2997328	Louvigny	louvigny	FR	14111	117	Europe/Paris	43.51198	-0.44347		Louvigny		75	64	643	64355
2997329	Louvignies-Quesnoy	louvignies-quesnoy	FR	59530	923	Europe/Paris	50.22388	3.64201		Louvignies-Quesnoy		32	59	591	59363
2997396	Lourde	lourde	FR	31510	100	Europe/Paris	42.98442	0.66032		Lourde		76	31	312	31306
2997331	Louvigné-du-Désert	louvigne-du-desert	FR	35420	4467	Europe/Paris	48.48155	-1.12414		Louvigne,Louvigne-du-Desert,Louvigneg-an-Dezerzh,Louvigné,Louvigné-du-Désert,Lupiniacum in Fulgeriensi,Luvin'e-dju-Dezer,lu wei nie di dai sai er,Лувинье-дю-Дезер,Лувіньє-дю-Дезер,卢维涅迪代塞尔		53	35	351	35162
2997332	Louvigné-de-Bais	louvigne-de-bais	FR	35680	1539	Europe/Paris	48.04829	-1.33167		Louvigne,Louvigne-de-Bais,Louvigneg-Baez,Louvigné,Louvigné-de-Bais,Lupiniacum prope Baiscum,Luvin'e-de-Be,lu wei nie de bai,Лувинье-де-Бе,Лувіньє-де-Бе,卢维涅德拜		53	35	351	35161
2997333	Louvigné	louvigne	FR	53210	702	Europe/Paris	48.05858	-0.63285		Louvigne,Louvigné		52	53	532	53141
2997334	Louvie-Soubiron	louvie-soubiron	FR	64440	0	Europe/Paris	42.99887	-0.41748		Lobier Sobiran,Lobier de Haut,Lobièr de Haut,Louvie,Luvi-Subiron,lu wei ye su bi long,Луви-Субирон,Луві-Субірон,卢维耶苏比龙		75	64	642	64354
2997336	Louviers	louviers	FR	27400	19220	Europe/Paris	49.21667	1.16667		Louviers,Luv'e,Luve,lu wei ai,Лувье,Лувє,卢维埃		28	27	271	27375
2997337	Louvières-en-Auge	louvieres-en-auge	FR	61160	88	Europe/Paris	48.86997	0.03055		Louvieres,Louvieres-en-Auge,Louvières,Louvières-en-Auge		28	61	612	61238
2997338	Louvières	louvieres	FR	14710	77	Europe/Paris	49.36379	-0.91807		Louvieres,Louvières		28	14	141	14281
2997339	Louvières	louvieres	FR	14710	122	Europe/Paris	48.03405	5.28146		Louvieres,Louvières		44	52	521	52295
2997340	Louvie-Juzon	louvie-juzon	FR	64260	1059	Europe/Paris	43.08646	-0.41928		Lobier Jussan,Lobier de Baish,Lobièr de Baish,Louvie,Luvi-Zhjuzon,Luvi-Zhuzon,lu wei ye rui zong,Луви-Жузон,Луви-Жюзон,Луві-Жузон,卢维耶瑞宗		75	64	642	64353
2997342	Louvetot	louvetot	FR	76490	0	Europe/Paris	49.66906	1.19533				28	76	763	76328
2997343	Louvetot	louvetot	FR	76490	0	Europe/Paris	49.56992	0.71416		Louvetot		28	76	763	76398
2997344	Louversey	louversey	FR	27190	523	Europe/Paris	48.99005	0.9217		Louversey		28	27	273	27374
2997345	Louverné	louverne	FR	53950	3077	Europe/Paris	48.1226	-0.71749		Louverne,Louverné,Luverne,lu wei er nei,Луверне,卢韦尔内		52	53	532	53140
2997346	Louvergny	louvergny	FR	08390	75	Europe/Paris	49.55	4.73333		Louvergny,Luvern'i,lu wei er ni,Луверньи,Луверньї,卢韦尔尼		44	08	084	08116
2997348	Louvenne	louvenne	FR	39320	115	Europe/Paris	46.42147	5.46956		Louvenne		27	39	392	39485
2997349	Louvencourt	louvencourt	FR	80560	266	Europe/Paris	50.09333	2.49982		Louvencourt		32	80	804	80493
2997350	Louvemont	louvemont	FR	52130	724	Europe/Paris	48.55216	4.91119		Louvemont		44	52	523	52294
2997351	Louveciennes	louveciennes	FR	78430	7523	Europe/Paris	48.86115	2.11463		Louveciennes,Luves'en,Luves'enn,ruvushien'nu,Лувесьен,Лувесьенн,Лувесьєнн,ルーヴシエンヌ		11	78	783	78350
2997352	Louvatange	louvatange	FR	39350	73	Europe/Paris	47.19583	5.71716		Louvatange		27	39	391	39302
2997353	Louvaines	louvaines	FR	49500	464	Europe/Paris	47.69206	-0.80232		Louvaines,Louvaines-et la Jaillette		52	49	494	49331
2997354	Louvagny	louvagny	FR	14170	66	Europe/Paris	48.94548	-0.04442		Louvagny,Luvan'i,lu wa ni,Луваньи,Луваньї,卢瓦尼		28	14	142	14381
2997355	Loutzviller	loutzviller	FR	57720	151	Europe/Paris	49.14655	7.38385		Loutzviller		44	57	576	57421
2997362	Loutehel	loutehel	FR	35330	202	Europe/Paris	47.93629	-2.08058		Loutehel		53	35	352	35160
2997364	Loussous-Débat	loussous-debat	FR	32290	57	Europe/Paris	43.65281	0.07341		Loussous,Loussous-Debat,Loussous-Debats,Loussous-Débat		76	32	323	32218
2997367	Louslitges	louslitges	FR	32230	88	Europe/Paris	43.5947	0.16453		Louslitges		76	32	323	32217
2997371	Loury	loury	FR	45470	2114	Europe/Paris	47.99944	2.08474		Loury,Luri,lu li,Лурі,卢里		24	45	452	45188
2997372	Lourties-Monbrun	lourties-monbrun	FR	32140	115	Europe/Paris	43.45705	0.53996		Lourties,Lourties-Monbrun		76	32	323	32216
2997373	Lourquen	lourquen	FR	40250	204	Europe/Paris	43.73137	-0.78636		Lourquen		75	40	401	40160
2997374	Louroux-Hodement	louroux-hodement	FR	03190	389	Europe/Paris	46.46115	2.71429		Louroux-Hodement		84	03	031	03158
2997375	Louroux-de-Bouble	louroux-de-bouble	FR	03330	291	Europe/Paris	46.2259	2.97773		Louroux,Louroux-de-Bouble,Louroux-de-Double		84	03	033	03152
2997376	Louroux-de-Beaune	louroux-de-beaune	FR	03600	189	Europe/Paris	46.29279	2.85475		Louroux,Louroux-de-Beaune		84	03	031	03151
2997377	Louroux-Bourbonnais	louroux-bourbonnais	FR	03350	256	Europe/Paris	46.53529	2.84122		Lourou-sur-Courget,Louroux-Bourbonnais		84	03	031	03150
2997378	Lourouer-Saint-Laurent	lourouer-saint-laurent	FR	36400	211	Europe/Paris	46.62382	2.01181		Lourouer-Saint-Laurent,Lurue-Sen-Loran,Lurueh-Sen-Loran,lu lu ai sheng luo lang,Луруе-Сен-Лоран,Луруэ-Сен-Лоран,卢鲁埃圣洛朗		24	36	363	36100
2997380	Lournand	lournand	FR	71250	319	Europe/Paris	46.45693	4.6484		Lournand		27	71	715	71264
2997384	Lourmarin	lourmarin	FR	84160	1188	Europe/Paris	43.76385	5.36264		Lormarin,Lourmarin,Lurmaren,lu er ma lan,rurumaran,Лурмарен,ルールマラン,卢尔马兰		93	84	841	84068
2997385	Lourmais	lourmais	FR	35270	277	Europe/Paris	48.45004	-1.72778		An Oulmeg,Lourmais		53	35	354	35159
2997387	Loures-Barousse	loures-barousse	FR	65370	775	Europe/Paris	43.02447	0.60476		Loures,Loures-Barousse		76	65	652	65287
2997388	Lourenties	lourenties	FR	64420	298	Europe/Paris	43.28865	-0.16084		Hlorentias,Lourenties,Luranti,lu lang di ye,Луранти,Луранті,卢朗蒂耶		75	64	643	64352
2997390	Lourdoueix-Saint-Pierre	lourdoueix-saint-pierre	FR	23360	918	Europe/Paris	46.4096	1.82174		Lourdoueix,Lourdoueix-Marat-,Lourdoueix-Saint-Pierre		75	23	232	23112
2997391	Lourdoueix-Saint-Michel	lourdoueix-saint-michel	FR	36140	391	Europe/Paris	46.426	1.72916		LOrdoer de Sent Micheu,LOrdoir,Lourdoueix,Lourdoueix-Marat,Lourdoueix-Saint-Michel,Lurdue-Sen-Mishel',Lurdueh-Sen-Mishel',lu er du ai sheng mi she,Лурдуе-Сен-Мішель,Лурдуэ-Сен-Мишель,卢尔杜埃圣米舍		24	36	363	36099
2997392	Lourdios-Ichère	lourdios-ichere	FR	64570	160	Europe/Paris	43.04933	-0.6654		Ardios e Ishera,Ardios-Ishera,Ardiòs e Ishèra,Ardiòs-Ishèra,Lourdios,Lourdios-Ichere,Lourdios-Ichère,Lurd'os-Isher,Lurdios-Isher,lu er di ao yi xie er,Лурдиос-Ишер,Лурдьос-Ишер,Лурдіос-Ішер,卢尔迪奥伊谢尔		75	64	642	64351
2997395	Lourdes	lourdes	FR	65100	15786	Europe/Paris	43.09461	-0.04611		La Montagne,Loerdes,Lorda,Lourd,Lourdes,Lurd,Lurda,Lurdas,Lurdy,lo'urdesa,lu er de,luleudeu,lwrd,lwrds,rurudo,Лурд,لورد,لوردس,লোউর্ডেস,ルルド,盧爾德,루르드		76	65	651	65286
2997397	Lourches	lourches	FR	59156	3859	Europe/Paris	50.31354	3.35258		Lourches		32	59	596	59361
2997400	Louppy-sur-Loison	louppy-sur-loison	FR	55600	122	Europe/Paris	49.44396	5.34785		Louppy,Louppy-sur-Loison		44	55	553	55306
2997402	Louppy-le-Château	louppy-le-chateau	FR	55800	166	Europe/Paris	48.86766	5.07444		Louppy,Louppy-le-Chateau,Louppy-le-Château		44	55	551	55304
2997404	Loupmont	loupmont	FR	55300	89	Europe/Paris	48.86965	5.67246		Loupmont		44	55	552	55303
2997405	Louplande	louplande	FR	72210	1247	Europe/Paris	47.95	-0.05		Louplande		52	72	721	72169
2997407	Loupian	loupian	FR	34140	1664	Europe/Paris	43.44952	3.61333		Lopian,Loupian,Lup'jan,Lupjan,lu pi ang,Лупьян,Лупян,卢皮昂		76	34	343	34143
2997408	Loupiac-de-la-Réole	loupiac-de-la-reole	FR	33190	0	Europe/Paris	44.54482	-0.03879		Loupiac,Loupiac-de-la-Reole,Loupiac-de-la-Réole		75	33	333	33254
2997409	Loupiac	loupiac	FR	33410	1032	Europe/Paris	44.62436	-0.29829		Loupiac,Loupiac-de-Cadillac		75	33	333	33253
2997410	Loupiac	loupiac	FR	33410	0	Europe/Paris	45.11667	2.35		Loupiac		84	15	152	15153
2997411	Loupiac	loupiac	FR	33410	0	Europe/Paris	44.8178	1.46063		Loupiac		76	46	463	46178
2997412	Loupiac	loupiac	FR	33410	0	Europe/Paris	44.54198	2.02801		Loupiac		76	12	123	12257
2997413	Loupiac	loupiac	FR	33410	285	Europe/Paris	43.82821	1.77979		Loupiac		76	81	811	81149
2997414	Loupia	loupia	FR	11300	203	Europe/Paris	43.06245	2.1116		Loupia		76	11	112	11207
2997415	Loupfougères	loupfougeres	FR	53700	389	Europe/Paris	48.33845	-0.3487		Loupfougeres,Loupfougères		52	53	533	53139
2997416	Loupes	loupes	FR	33370	511	Europe/Paris	44.80964	-0.38775		Lopa,Loupes,Lup,lu pei,Луп,卢佩		75	33	332	33252
2997417	Loupershouse	loupershouse	FR	57510	924	Europe/Paris	49.08051	6.91451		Loupershausen,Loupershouse		44	57	576	57419
2997418	Loupeigne	loupeigne	FR	02130	79	Europe/Paris	49.24893	3.53512		Loupeigne		32	02	021	02442
2997427	Loulle	loulle	FR	39300	187	Europe/Paris	46.70807	5.881		Loulle		27	39	392	39301
2997428	Loulay	loulay	FR	17330	831	Europe/Paris	46.04619	-0.50966		Loulay,Lule,lu lai,Луле,卢莱		75	17	175	17211
2997430	Loulans-Verchamp	loulans-verchamp	FR	70230	386	Europe/Paris	47.45	6.21667		Loulans,Loulans-les-Forges		27	70	702	70309
2997432	Louit	louit	FR	65350	153	Europe/Paris	43.30203	0.15576		Louit		76	65	653	65285
2997433	Louisfert	louisfert	FR	44110	868	Europe/Paris	47.67484	-1.43282		Louisfert,Lufer,Luifer,lu yi si fu er,Луїфер,卢伊斯弗尔		52	44	445	44085
2997434	Louin	louin	FR	79600	719	Europe/Paris	46.80242	-0.16058		Louin		75	79	793	79156
2997436	Louignac	louignac	FR	19310	191	Europe/Paris	45.2275	1.28047		Louignac		75	19	191	19120
2997437	Louhossoa	louhossoa	FR	64250	616	Europe/Paris	43.3165	-1.35399		Louhossoa,Luhuso,Luosoa,Luossoa,Montagne-sur-Nive,lu ao suo a,Луосоа,Луоссоа,卢奥索阿		75	64	641	64350
2997439	Louhans	louhans	FR	71500	6466	Europe/Paris	46.62637	5.22468		Beaulieu,Louhans,Luan,lu ang,ruan,Луан,ルーアン,盧昂	714	27	71	714	71263
2997440	Lougres	lougres	FR	25260	732	Europe/Paris	47.47135	6.68781		Lougres		27	25	252	25350
2997441	Lougratte	lougratte	FR	47290	412	Europe/Paris	44.58328	0.62317		Lougratte		75	47	473	47152
2997442	Lougé-sur-Maire	louge-sur-maire	FR	61150	333	Europe/Paris	48.69335	-0.22462		Louge,Louge-sur-Maire,Lougé,Lougé-sur-Maire		28	61	612	61237
2997445	Louey	louey	FR	65290	965	Europe/Paris	43.17545	0.01963		Louey		76	65	653	65284
2997446	Loueuse	loueuse	FR	60380	139	Europe/Paris	49.59689	1.82543		Loueuse		32	60	601	60371
2997448	Louestault	louestault	FR	37370	303	Europe/Paris	47.6172	0.65053		Louestault		24	37	371	37021
2997449	Louesme	louesme	FR	21520	116	Europe/Paris	47.89664	4.7591		Louesme		27	21	213	21357
2997450	Louesme	louesme	FR	21520	0	Europe/Paris	47.76653	3.13873		Louesme		27	89	891	89073
2997451	Louerre	louerre	FR	49700	401	Europe/Paris	47.29612	-0.32364		Louerre,Luerr,lu ai er,Луерр,卢埃尔		52	49	493	49003
2997452	Louer	louer	FR	40380	194	Europe/Paris	43.75647	-0.89214		Louer		75	40	401	40159
2997456	Loué	loue	FR	72540	2158	Europe/Paris	47.99545	-0.15372		Loue,Loué,Lue,Луе		52	72	721	72168
2997457	Loudun	loudun	FR	86200	8510	Europe/Paris	47.00788	0.08296		Laudun,Lodunum,Loudun,Luden,Ludjon,lu dan,Луден,Лудён,卢丹		75	86	861	86137
2997458	Loudrefing	loudrefing	FR	57670	314	Europe/Paris	48.85243	6.87838		Loudrefing		44	57	575	57418
2997460	Loudet	loudet	FR	31580	246	Europe/Paris	43.14818	0.57355		Loudet		76	31	312	31305
2997461	Loudes	loudes	FR	43320	852	Europe/Paris	45.08807	3.7487		Lodes,Loudes,Lud,lu dai,lwd,Луд,لود,卢代		84	43	432	43124
2997462	Loudervielle	loudervielle	FR	65240	44	Europe/Paris	42.8096	0.42066		Loudervielle		76	65	652	65283
2997463	Loudenvielle	loudenvielle	FR	65240	279	Europe/Paris	42.79613	0.41079		Lodenviela,Lodenvièla,Loudenvielle,Ludanv'el',Ludanvel',lu dang wei ye er,rudan'vu~ieru,Луданвьель,Луданвєль,ルダンヴィエル,卢当维耶尔		76	65	652	65282
2997465	Loudéac	loudeac	FR	22600	10552	Europe/Paris	48.1776	-2.7558		Lodeacum,Loudeac,Loudieg,Loudéac,Ludeak,lu dai a ke,rudeakku,Лудеак,ルデアック,卢代阿克		53	22	224	22136
2997466	Loucrup	loucrup	FR	65200	214	Europe/Paris	43.12019	0.07022		Loucrup		76	65	653	65281
2997467	Louchy-Montfand	louchy-montfand	FR	03500	431	Europe/Paris	46.30741	3.24557		Lochac e Montfand,Louchy,Louchy-Montfand,Lushi-Monfan,lu xi meng te fang,Луши-Монфан,Луші-Монфан,卢希蒙特方		84	03	032	03149
2997469	Louches	louches	FR	62610	755	Europe/Paris	50.82988	2.00648		Louches,Lush,lu shen,lwtshys,Луш,لوتشيس,卢什		32	62	626	62531
2997472	Louchats	louchats	FR	33125	578	Europe/Paris	44.51323	-0.56721		Louchats		75	33	333	33251
2997476	Loucelles	loucelles	FR	14250	143	Europe/Paris	49.2246	-0.58322		Loucelles		28	14	141	14380
2997478	Loucé	louce	FR	61150	85	Europe/Paris	48.70273	-0.10175		Louce,Loucé		28	61	612	61153
2997479	Loubressac	loubressac	FR	46130	464	Europe/Paris	44.87149	1.80366				76	46	462	46177
2997482	Loubillé	loubille	FR	79110	364	Europe/Paris	46.04986	-0.06374		Loubille,Loubillé		75	79	792	79154
2997484	Loubigné	loubigne	FR	79110	171	Europe/Paris	46.07788	-0.08655		Loubigne,Loubigné		75	79	792	79153
2997486	Loubières	loubieres	FR	09000	212	Europe/Paris	43.00928	1.6001		Loubieres,Loubières		76	09	091	09174
2997490	Loubieng	loubieng	FR	64300	488	Europe/Paris	43.4315	-0.7587		Lobienh,Loubieng,Lub'jan,Lub'jang,Lubjang,lu bi an,Лубьян,Лубьянг,Лубянг,卢比安		75	64	643	64349
2997491	Loubeyrat	loubeyrat	FR	63410	898	Europe/Paris	45.9359	3.01049		Loubeyrat		84	63	634	63198
2997492	Loubès-Bernac	loubes-bernac	FR	47120	325	Europe/Paris	44.73082	0.29368		Loubes,Loubes-Bernac,Loubès,Loubès-Bernac		75	47	472	47151
2997494	Loubersan	loubersan	FR	32300	181	Europe/Paris	43.49686	0.49846		Loubersan		76	32	323	32215
2997495	Loubers	loubers	FR	81170	82	Europe/Paris	44.04265	1.89463		Loubers		76	81	811	81148
2997496	Loubens-Lauragais	loubens-lauragais	FR	31460	360	Europe/Paris	43.57379	1.78494		Loubens,Loubens-Lauragais,Loubens-de Lauragais		76	31	313	31304
2997497	Loubens	loubens	FR	09120	346	Europe/Paris	44.62991	-0.03747		Loubens		75	33	333	33250
2997498	Loubens	loubens	FR	09120	211	Europe/Paris	43.04517	1.54505		Loubens		76	09	091	09173
2997499	Loubejac	loubejac	FR	24550	245	Europe/Paris	44.59297	1.08814		Loubejac		75	24	244	24245
2997500	Loubédat	loubedat	FR	32110	133	Europe/Paris	43.74643	0.02673		Loubedat,Loubédat		76	32	322	32214
2997502	Loubaut	loubaut	FR	09350	23	Europe/Paris	43.18882	1.28425		Loubaut		76	09	093	09172
2997505	Loubaresse	loubaresse	FR	07110	433	Europe/Paris	44.93496	3.20994		Loubaresse		84	15	153	15108
2997506	Loubaresse	loubaresse	FR	07110	33	Europe/Paris	44.59984	4.05015		Loubaresse		84	07	071	07144
2997508	Loubajac	loubajac	FR	65100	393	Europe/Paris	43.13428	-0.08017		Loubajac,Loubajas		76	65	651	65280
2997509	Louâtre	louatre	FR	02600	219	Europe/Paris	49.25643	3.24607		Louatre,Louâtre		32	02	024	02441
2997511	Louargat	louargat	FR	22540	2231	Europe/Paris	48.56613	-3.33864		Louargat,Louergad,Luarga,Luargat,lu a er jia,Луарга,Луаргат,卢阿尔加		53	22	222	22135
2997513	Louans	louans	FR	37320	607	Europe/Paris	47.1845	0.74787		Louans		24	37	373	37134
2997514	Louannec	louannec	FR	22700	2547	Europe/Paris	48.79425	-3.41117		Louaneg,Louannec		53	22	223	22134
2997515	Louan-Villegruis-Fontaine	louan-villegruis-fontaine	FR	77560	0	Europe/Paris	48.62633	3.47683				11	77	773	77262
2997516	Louailles	louailles	FR	72300	507	Europe/Paris	47.79231	-0.25185		Louailles		52	72	721	72167
2997518	Lottinghen	lottinghen	FR	62240	476	Europe/Paris	50.68416	1.9322		Lottengan,Lottinghem,Lottinghen,Lottinghin,luo tan gang,lwtynhyn,Лоттенган,لوتينهين,洛坦冈		32	62	623	62530
2997522	Lothey	lothey	FR	29190	469	Europe/Paris	48.18121	-4.02833		Lote,Lotei,Lothey,Lothey-Landremel,luo tai,Лоте,洛泰		53	29	292	29142
2997526	Lostroff	lostroff	FR	57670	85	Europe/Paris	48.85884	6.85307		Lostroff		44	57	575	57417
2997527	Lostanges	lostanges	FR	19500	138	Europe/Paris	45.06175	1.76348		Lostanges,Lostanjas,Lostanzh,luo si tang re,Лостанж,洛斯唐热		75	19	191	19119
2997535	Losne	losne	FR	21170	1391	Europe/Paris	47.0985	5.26216		Losne		27	21	211	21356
2997537	Los Masos	los-masos	FR	66500	646	Europe/Paris	42.63333	2.45		Los Masos,els Masos		76	66	663	66104
2997540	Loscouët-sur-Meu	loscouet-sur-meu	FR	22230	630	Europe/Paris	48.17794	-2.24129		Loscouet,Loscouet-sur-Meu,Loscouët-sur-Meu,Loskoed-ar-Mozon		53	22	224	22133
2997544	Lortet	lortet	FR	65250	211	Europe/Paris	43.04312	0.37901		Lortet		76	65	652	65279
2997546	Lorry	lorry	FR	57420	507	Europe/Paris	48.98948	6.08648		Lorry,Lorry-Mardigny,Lorry-devant-Le-Pont		44	57	579	57416
2997547	Lorris	lorris	FR	45260	2883	Europe/Paris	47.8895	2.51478		Lorri,Lorriacum,Lorris,luo er li,lwry,rorisu,Лоррі,لوری,ロリス,洛尔里		24	45	451	45187
2997548	Lorrez-le-Bocage-Préaux	lorrez-le-bocage-preaux	FR	77710	1391	Europe/Paris	48.23333	2.9		Lorrez,Lorrez-le-Bokazh-Preo,Лоррез-ле-Бокаж-Прео		11	77	774	77261
2997552	Lorquin	lorquin	FR	57790	1207	Europe/Paris	48.67102	6.99915		Lorquin		44	57	575	57414
2997553	Loromontzey	loromontzey	FR	54290	76	Europe/Paris	48.43485	6.3764		Loromontzey		44	54	542	54325
2997555	Lornay	lornay	FR	74150	390	Europe/Paris	45.91674	5.90233		Lornay		84	74	741	74151
2997556	Lormont	lormont	FR	33305 CEDEX	22636	Europe/Paris	44.8765	-0.51919		Larmont,Lormon,Lormont,luo er meng,lwrmwn,rorumon,Лормон,لورمون,ロルモン,洛尔蒙		75	33	332	33249
2997559	Lormes	lormes	FR	58140	1389	Europe/Paris	47.28964	3.81714		Lorm,Lorma,Lormes,luo er mei,Лорм,洛尔梅		27	58	581	58145
2997565	Lormaye	lormaye	FR	28210	591	Europe/Paris	48.64932	1.53391		Lormaye		24	28	283	28213
2997566	Lormaison	lormaison	FR	60110	1431	Europe/Paris	49.25647	2.10575		Lormaison,Lormezon,luo er mai song,Лормезон,洛尔迈松		32	60	601	60370
2997567	Lorleau	lorleau	FR	27480	146	Europe/Paris	49.41499	1.5024		Lorleau		28	27	271	27373
2997568	Lorlanges	lorlanges	FR	43360	263	Europe/Paris	45.33579	3.26633		Lorlanges		84	43	431	43123
2997569	Loriol-sur-Drôme	loriol-sur-drome	FR	26270	5803	Europe/Paris	44.74703	4.81719		LAuriou de Droma,LAuriou de Liuron,LAuriòu de Droma,LAuriòu de Liuron,Loriol,Loriol-sur-Drome,Loriol-sur-Drôme,Lorjol'-sjur-Drom,de luo ne he pan luo li ao,Лорйоль-сюр-Дром,德罗讷河畔洛里奥		84	26	261	26166
2997570	Loriol-du-Comtat	loriol-du-comtat	FR	84870	2006	Europe/Paris	44.07653	5.00065		LAuriou dau Comtat,LAuriou de la Comtat,LAuriòu dau Comtat,LAuriòu de la Comtat,Loriol,Loriol'-dju-Konta,Loriol-du-Comtat,Lorjol'-dju-Konta,luo li ao di kong ta,Лориоль-дю-Конта,Лорйоль-дю-Конта,洛里奥迪孔塔		93	84	843	84067
2997571	Lorigné	lorigne	FR	79190	305	Europe/Paris	46.11051	0.0632		Lorigne,Lorigné		75	79	792	79152
2997572	Lorignac	lorignac	FR	17240	443	Europe/Paris	45.45662	-0.69003		Lorignac		75	17	171	17210
2997573	Loriges	loriges	FR	03500	332	Europe/Paris	46.26928	3.34675		Loriges		84	03	032	03148
2997577	Lorient	lorient	FR	56100	58112	Europe/Paris	47.74817	-3.37177		An Oriant,LRT,Larjan,Lor'jan,Lorian,Lorient,Lorjan,Lorjanas,Lorjen,Oriens,loliang,luo li ang,lwryan,rorian,Λοριάν,Ларян,Лориан,Лорьян,Лорян,Лорјен,لوریان,ロリアン,洛里昂,로리앙	561	53	56	561	56121
2997581	Lorgues	lorgues	FR	83510	8237	Europe/Paris	43.49325	6.3615		Lorg,Lorgas,Lorgues,Lòrgas,luo er ge,Лорг,洛尔格		93	83	831	83072
2997583	Lorgies	lorgies	FR	62840	1197	Europe/Paris	50.5688	2.79034		Lorgies		32	62	622	62529
2997584	Lorges	lorges	FR	41370	297	Europe/Paris	47.82479	1.49861		Lorges,Lorzh,luo er re,Лорж,洛尔热		24	41	411	41119
2997587	Lorey	lorey	FR	54290	74	Europe/Paris	48.49856	6.30586		Lorey		44	54	542	54324
2997588	Loreux	loreux	FR	41200	270	Europe/Paris	47.39886	1.83162		Loreux		24	41	413	41118
2997589	Lorette	lorette	FR	42420	0	Europe/Paris	50.47038	3.61259				32	59	596	59153
2997590	Lorette	lorette	FR	42420	3202	Europe/Paris	45.51105	4.58242		Assailly,Lorette		84	42	423	42123
2997591	Loreto-di-Tallano	loreto-di-tallano	FR	20165	38	Europe/Paris	41.71941	9.03734		Loreto,Loreto-di-Tallano		94	2A	2A4	2A146
2997592	Loreto-di-Casinca	loreto-di-casinca	FR	20215	253	Europe/Paris	42.47655	9.43061		Loreta di Casinca,Loreto,Loreto-di-Casinca		94	2B	2B3	2B145
2997595	Lorentzen	lorentzen	FR	67430	286	Europe/Paris	48.95258	7.17469		Lorentzen		44	67	674	67274
2997598	Loré	lore	FR	61330	162	Europe/Paris	48.48695	-0.58052				28	61	611	61211
2997600	Lordat	lordat	FR	09250	49	Europe/Paris	42.77575	1.75102		Lordat		76	09	091	09171
2997601	Lorcy	lorcy	FR	45490	509	Europe/Paris	48.05433	2.53155		Lorcy,Lorsi,luo er xi,Лорсі,洛尔西		24	45	453	45186
2997602	Lorcières	lorcieres	FR	15320	226	Europe/Paris	44.95766	3.27419		Lorcieres,Lorcières		84	15	153	15107
2997605	L'Orbrie	l-orbrie	FR	85200	0	Europe/Paris	46.48948	-0.78553		L'Orbrie		52	85	851	85167
2997606	Loray	loray	FR	25390	440	Europe/Paris	47.15202	6.49601				27	25	253	25349
2997607	Lor	lor	FR	02190	123	Europe/Paris	49.53092	4.04987		Lor		32	02	022	02440
2997610	Loqueffret	loqueffret	FR	29530	450	Europe/Paris	48.31978	-3.85851		Lokeffre,Lokeored,Loqueffret,luo qu ai fu lei,Локеффре,洛屈埃夫雷		53	29	292	29141
2997613	Lopigna	lopigna	FR	20139	117	Europe/Paris	42.09855	8.84505		Lopigna		94	2A	2A1	2A144
2997616	Loperhet	loperhet	FR	29470	3524	Europe/Paris	48.37544	-4.30641		Locus Brigidae,Loperc'hed,Loperched,Lopere,Loperhet,luo po lei,Лопере,洛珀雷		53	29	291	29140
2997617	Lopérec	loperec	FR	29590	1129	Europe/Paris	48.27749	-4.04805		Locus Petroci,Loperec,Lopereg,Loperek,Lopérec,luo pei lei ke,Лоперек,洛佩雷克		53	29	292	29139
2997618	Looze	looze	FR	89300	435	Europe/Paris	47.99329	3.44		Looze		27	89	893	89230
2997619	Loos-en-Gohelle	loos-en-gohelle	FR	62750	7150	Europe/Paris	50.45786	2.79215		Loo-in-Gohelle,Loos,Loos-an-Goel',Loos-en-Gohelle,Los-an-Goehl',luo sang ge ai lei,lws an jwhyl,Лоос-ан-Гоель,Лос-ан-Гоэль,لوس إن جوهيل,洛桑戈埃勒		32	62	627	62528
2997620	Loos	loos	FR	59120	22107	Europe/Paris	50.60982	3.01874		Loos		32	59	595	59360
2997621	Loon-Plage	loon-plage	FR	59279	6640	Europe/Paris	50.99647	2.2177		Lon-Plazh,Loon,Loon-Plage,Loon-Plazh,luo weng pu la ri,Лон-Плаж,Лоон-Плаж,洛翁普拉日		32	59	594	59359
2997622	Looberghe	looberghe	FR	59630	1214	Europe/Paris	50.91694	2.27439		Looberghe		32	59	594	59358
2997623	Lonzac	lonzac	FR	17520	0	Europe/Paris	45.5958	-0.3925				75	17	171	17209
2997626	Lons-le-Saunier	lons-le-saunier	FR	39000	20678	Europe/Paris	46.67535	5.55575		Franciade,Ledo Salinarius,Lon-le-Son'e,Lons le Sonije,Lons-le-Saunier,Lons-le-Son'e,XLL,long lei suo nie,longleusonie,ron=ru=sonie,Лон-ле-Сонье,Лонс ле Соније,Лонс-ле-Соньє,ロン＝ル＝ソーニエ,隆勒索涅,롱르소니에	39	27	39	392	39300
2997627	Lons	lons	FR	64140	0	Europe/Paris	45.37734	1.34445				75	19	191	19059
2997628	Lons	lons	FR	64140	13872	Europe/Paris	43.31505	-0.41105		Lons,Loos,long zhen,Лонс,隆镇		75	64	643	64348
2997629	Lonrai	lonrai	FR	61250	854	Europe/Paris	48.45987	0.03994		Lonrai,Lonray		28	61	611	61234
2997630	Lonny	lonny	FR	08150	415	Europe/Paris	49.81626	4.58845		Lonny		44	08	081	08260
2997631	Lonnes	lonnes	FR	16230	157	Europe/Paris	45.93889	0.166		Lon,Lonn,Lonnes,Лон,Лонн		75	16	163	16191
2997634	Lonlay-le-Tesson	lonlay-le-tesson	FR	61600	231	Europe/Paris	48.64347	-0.35347		Lonlai le Tesson,Lonlay		28	61	612	61233
2997635	Lonlay-l'Abbaye	lonlay-l-abbaye	FR	61700	0	Europe/Paris	48.64592	-0.71025		Lonlay,Lonlay-l'Abbaye,Lonlay-sur-Egrenne		28	61	612	61232
2997637	Longwy-sur-le-Doubs	longwy-sur-le-doubs	FR	39120	510	Europe/Paris	46.95718	5.37462		Longwy,Longwy-sur-le-Doubs		27	39	391	39299
2997638	Longwy	longwy	FR	54400	14695	Europe/Paris	49.5217	5.76192		Longovicum,Longvi,Longwy,Lonkech,long ge wei,long-wi,ron'u~i,Лонгви,Лонгві,ロンウィ,隆格维,롱위		44	54	541	54323
2997639	Longwé	longwe	FR	08400	80	Europe/Paris	49.38997	4.78901				44	08	084	08259
2997640	Longvilliers	longvilliers	FR	62630	465	Europe/Paris	48.57881	1.99074		Longvilliers		11	78	782	78349
2997641	Longvilliers	longvilliers	FR	62630	0	Europe/Paris	50.55	1.71667				32	62	624	62527
2997642	Longvillers	longvillers	FR	14310	0	Europe/Paris	50.14348	2.08773		Longvillers		32	80	802	80245
2997643	Longvillers	longvillers	FR	14310	341	Europe/Paris	49.0519	-0.6325		Longvillers		28	14	144	14379
2997644	Longvic	longvic	FR	21600	9527	Europe/Paris	47.28754	5.06341		Longvic,Lonvi,Lonvik,lnwyk,long ge wei ke,Лонви,Лонвик,Лонві,لنویک,隆格维克		27	21	212	21355
2997646	Longuyon	longuyon	FR	54260	5773	Europe/Paris	49.44181	5.60508		Longjuion,Longjujon,Longuyon,long ji weng,Лонгюион,Лонгюйон,Лонгюїон,隆吉翁		44	54	541	54322
2997647	Longuevillette	longuevillette	FR	80600	60	Europe/Paris	50.12921	2.27437		Longuevillette		32	80	802	80491
2997648	Longueville-sur-Scie	longueville-sur-scie	FR	76590	959	Europe/Paris	49.79138	1.11009		Longueville,Longueville-sur-Scie,Longvil'-sjur-Si,Лонгвиль-сюр-Си,Лонгвіль-сюр-Сі		28	76	761	76397
2997649	Longueville-sur-Aube	longueville-sur-aube	FR	10170	135	Europe/Paris	48.55467	3.91324		Longueville,Longueville-sur-Aube		44	10	102	10207
2997650	Longueville	longueville	FR	14230	148	Europe/Paris	50.73333	1.88333		Longueville		32	62	623	62526
2997651	Longueville	longueville	FR	14230	247	Europe/Paris	49.34104	-0.96678		Longueville		28	14	141	14378
2997652	Longueville	longueville	FR	14230	0	Europe/Paris	48.85478	-1.54796		Longueville		28	50	501	50277
2997653	Longueville	longueville	FR	14230	1862	Europe/Paris	48.51503	3.24677		Longueville		11	77	773	77260
2997654	Longueville	longueville	FR	14230	0	Europe/Paris	48.46667	2.31667				11	91	911	91129
2997655	Longueville	longueville	FR	14230	0	Europe/Paris	48.06807	2.29209				24	45	453	45069
2997656	Longueville	longueville	FR	14230	0	Europe/Paris	48.05356	-3.21336				53	56	562	56113
2997657	Longueville	longueville	FR	14230	0	Europe/Paris	44.79573	5.79436				84	38	381	38366
2997658	Longueville	longueville	FR	14230	274	Europe/Paris	44.46038	0.21824		Longueville		75	47	472	47150
2997659	Longueval	longueval	FR	80360	251	Europe/Paris	50.02544	2.80387		Longueval,Longuevo,Longval',long ge wa lei,Лонгваль,隆格瓦勒		32	80	804	80490
2997660	Longueval-Barbonval	longueval-barbonval	FR	02160	0	Europe/Paris	49.36667	3.65				32	02	024	02439
2997661	Longues-sur-Mer	longues-sur-mer	FR	14400	620	Europe/Paris	49.33785	-0.69305		Long-sjur-Mer,Longues,Longues-sur-Mer,bin hai long gai,Лонг-сюр-Мер,滨海隆盖		28	14	141	14377
2997662	Longuesse	longuesse	FR	95450	554	Europe/Paris	49.06164	1.93154		Longess,Longuesse,long ju ai si,Лонгесс,隆居埃斯		11	95	953	95348
2997666	Longuerue	longuerue	FR	76750	285	Europe/Paris	49.54605	1.29509		Longuerue		28	76	763	76396
2997669	Longuenoë	longuenoe	FR	61320	111	Europe/Paris	48.51763	-0.06799		Longuenoe,Longuenoë		28	61	611	61228
2997670	Longuenesse	longuenesse	FR	62219	13838	Europe/Paris	50.73395	2.2352		Longness,Longuenesse,long ge nei si,lwnjwynys,Лонгнесс,لونجوينيس,隆格内斯		32	62	625	62525
2997675	Longueil-Sainte-Marie	longueil-sainte-marie	FR	60126	1516	Europe/Paris	49.35723	2.71844		Longeij-Sent-Mari,Longueil-Sainte-Marie,Longueil-la-Montagne,long gai sheng ma li,Лонгеїй-Сент-Марі,隆盖圣玛丽		32	60	603	60369
2997676	Longueil-Annel	longueil-annel	FR	60150	2453	Europe/Paris	49.46908	2.86464		Longeij-Annel',Longueil-Annel,Longueil-sur-Oise,long gai a nei,Лонгеїй-Аннель,隆盖阿内		32	60	603	60368
2997677	Longueil	longueil	FR	76860	527	Europe/Paris	49.88333	0.96667		Longueil		28	76	761	76395
2997678	Longuefuye	longuefuye	FR	53200	326	Europe/Paris	47.86646	-0.61447		Longuefuye		52	53	531	53104
2997681	Longueau	longueau	FR	80330	5180	Europe/Paris	49.87226	2.3588		Londjeu,Longo,Longueau,long ge,Лонго,隆戈		32	80	802	80489
2997685	Longué-Jumelles	longue-jumelles	FR	49160	0	Europe/Paris	47.38333	-0.11667		Longe-Zhumel,Longe-Zhumel',long gai rui mo lai,Лонге-Жумел,Лонге-Жумель,隆盖瑞默莱		52	49	493	49180
2997686	Longsols	longsols	FR	10240	129	Europe/Paris	48.42907	4.28697		Longsols		44	10	103	10206
2997688	Longroy	longroy	FR	76260	629	Europe/Paris	49.98871	1.54006		Gue-de-Voyse,Gué-de-Voyse,Longroy,Val-Pelletier		28	76	761	76394
2997690	Longré	longre	FR	16240	222	Europe/Paris	46.0018	-0.01256		Longre,Longré,Lonre,long ge lei,Лонгре,Лонре,隆格雷		75	16	163	16190
2997691	Longraye	longraye	FR	14250	215	Europe/Paris	49.15645	-0.69875		Longraye		28	14	144	14011
2997693	Longpré-le-Sec	longpre-le-sec	FR	10140	80	Europe/Paris	48.18648	4.52368		Longpre,Longpre-le-Sec,Longpré,Longpré-le-Sec		44	10	101	10205
2997694	Longpré-les-Corps-Saints	longpre-les-corps-saints	FR	80510	1591	Europe/Paris	50.01239	1.99287		Longpre,Longpre-ches-Corps-Saints,Longpre-les-Corps-Saints,Longprè-chés-Corps-Saints,Longpré,Longpré-les-Corps-Saints,Lonpre-le-Kor-Sen,long pu lei lai ke er sang,rongupure=re=koru=san,Лонпре-ле-Кор-Сен,ロングプレ＝レ＝コール＝サン,隆普雷莱科尔桑		32	80	801	80488
2997698	Longpont-sur-Orge	longpont-sur-orge	FR	91310	6149	Europe/Paris	48.64171	2.29278		Longpont,Longpont sur Orge,Longpont-sur-Orge,Lonpon-sjur-Orzh,ao er ri he pan long ge peng,Лонпон-сюр-Орж,奥尔日河畔隆格蓬		11	91	913	91347
2997699	Longpont	longpont	FR	02600	0	Europe/Paris	49.27314	3.22009		Longpont		32	02	024	02438
2997700	Longperrier	longperrier	FR	77230	2260	Europe/Paris	49.04844	2.66571		Longperrier,Lonperr'e,Lonperre,Лонперрє,Лонперр’е		11	77	771	77259
2997704	Longny-au-Perche	longny-au-perche	FR	61290	1630	Europe/Paris	48.52984	0.75239		Longny,Longny-au-Perche,Longny-du-Perche,Lonni-o-Persh,long ni ao pei er ke,Лонни-о-Перш,Лонні-о-Перш,隆尼奥佩尔克		28	61	613	61230
2997706	Longnes	longnes	FR	72540	1435	Europe/Paris	48.92002	1.58705		Longnes		11	78	781	78346
2997707	Longnes	longnes	FR	72540	274	Europe/Paris	48.02049	-0.07942		Longnes		52	72	721	72166
2997708	Longmesnil	longmesnil	FR	76440	38	Europe/Paris	49.61463	1.61439		Longmesnil		28	76	761	76393
2997711	Longlaville	longlaville	FR	54810	2457	Europe/Paris	49.53443	5.80048		Longlaville		44	54	541	54321
2997712	Longjumeau	longjumeau	FR	91160	20771	Europe/Paris	48.69503	2.30735		Longjumeau,Lonzhimo,Lonzhjumo,Lonzhumo,long ge rui mo,longjwimo,lwngzhwmw,lwnzhwmw,ronjumo,Лонжимо,Лонжумо,Лонжюмо,لونژومو,لونگژومو,ロンジュモー,隆格瑞莫,롱쥐모		11	91	913	91345
2997713	Longfossé	longfosse	FR	62240	1250	Europe/Paris	50.65217	1.80693		Longfosse,Longfossé		32	62	623	62524
2997714	Longeville-sur-la-Laines	longeville-sur-la-laines	FR	52220	430	Europe/Paris	48.45457	4.68969		Longeville,Longeville-sur la Oaines,Longeville-sur-la-Laines		44	52	523	52411
2997715	Longevilles-Mont-d'Or	longevilles-mont-d-or	FR	25370	0	Europe/Paris	46.7519	6.3183		Longevilles,Longevilles-Mont-d'Or		27	25	253	25348
2997784	Londinières	londinieres	FR	76660	1195	Europe/Paris	49.83187	1.40232		Londin'er,Londinieres,Londinières,Лондиньер,Лондіньєр		28	76	761	76392
2997785	Londigny	londigny	FR	16700	225	Europe/Paris	46.08411	0.13705		Londigny,Londin'i,long di ni,Лондиньи,Лондіньї,隆迪尼		75	16	163	16189
2997716	Longeville-lès-Saint-Avold	longeville-les-saint-avold	FR	57740	3872	Europe/Paris	49.11689	6.64327		Longeville,Longeville-les-Saint-Avold,Longeville-lès-Saint-Avold,Lonzhevil'-le-Sent-Avol'd,Lonzhvil'-le-Sent-Avol'd,Lubeln,long re wei er lai sheng a wo er,lwngwyl-lh-sn-awl,Лонжвиль-ле-Сент-Авольд,Лонжвіль-ле-Сент-Авольд,Лонжевиль-ле-Сент-Авольд,لونگویل-له-سن-آول,隆热维尔莱圣阿沃尔		44	57	573	57413
2997717	Longeville-lès-Metz	longeville-les-metz	FR	57050	3970	Europe/Paris	49.11403	6.13612		Longeville,Longeville-les-Metz,Longeville-lès-Metz,Lonzhvil'-le-Mec,long re wei er lai mei te,Лонжвиль-ле-Мец,Лонжвіль-ле-Мец,隆热维尔莱梅特		44	57	579	57412
2997719	Longeville-en-Barrois	longeville-en-barrois	FR	55000	1285	Europe/Paris	48.74242	5.20905		Longeville,Longeville-en-Barrois		44	55	551	55302
2997720	Longeville-sur-Mogne	longeville-sur-mogne	FR	10320	96	Europe/Paris	48.15	4.06667				44	10	103	10204
2997721	Longeville	longeville	FR	25330	140	Europe/Paris	47.03128	6.22778		La Longeville,Longeville,Lonzhvil',long re wei er,Лонжвіль,隆热维尔		27	25	251	25346
2997722	Longeville-sur-Mer	longeville-sur-mer	FR	85560	2171	Europe/Paris	46.41667	-1.5		Lonzhvil'-sjur-Mer,bin hai long re wei lei,Лонжвіль-сюр-Мер,滨海隆热维勒		52	85	853	85127
2997724	Longèves	longeves	FR	17230	547	Europe/Paris	46.22897	-0.98947		Longeves,Longèves		75	17	173	17208
2997725	Longèves	longeves	FR	17230	0	Europe/Paris	46.4795	-0.8515				52	85	851	85126
2997726	Longevelle-sur-Doubs	longevelle-sur-doubs	FR	25260	632	Europe/Paris	47.45272	6.65168		Longevelle,Longevelle-sur-Doubs		27	25	252	25345
2997727	Longevelle	longevelle	FR	70110	0	Europe/Paris	47.59045	6.44799		Longevelle		27	70	701	70307
2997728	Longevelle-lès-Russey	longevelle-les-russey	FR	25380	51	Europe/Paris	47.23333	6.65				27	25	253	25344
2997733	Longessaigne	longessaigne	FR	69770	540	Europe/Paris	45.79174	4.42399		Longessaigne		84	69	691	69120
2997734	Longes	longes	FR	69420	806	Europe/Paris	45.50466	4.68855		Longes		84	69	691	69119
2997736	Longepierre	longepierre	FR	71270	166	Europe/Paris	46.93563	5.20945		Longepierre		27	71	712	71262
2997738	Longemaison	longemaison	FR	25690	125	Europe/Paris	47.08176	6.45904		Longemaison		27	25	253	25343
2997743	Longecourt-lès-Culêtre	longecourt-les-culetre	FR	21230	56	Europe/Paris	47.16667	4.55		Longecourt		27	21	211	21354
2997744	Longecourt-en-Plaine	longecourt-en-plaine	FR	21110	1226	Europe/Paris	47.19783	5.14956		Longecourt,Longecourt-en-Maine,Longecourt-en-Plaine,Lonzhkur-an-Plen,Lonzhkurt-an-Plen,pu lan de qu long re ku er,Лонжкур-ан-Плен,Лонжкурт-ан-Плен,普兰地区隆热库尔		27	21	212	21353
2997747	Longechenal	longechenal	FR	38690	449	Europe/Paris	45.41988	5.35107		Longechenal		84	38	383	38213
2997748	Longechaux	longechaux	FR	25690	54	Europe/Paris	47.16332	6.42874		Longechaux		27	25	253	25342
2997749	Longechaux	longechaux	FR	25690	0	Europe/Paris	46.22604	1.80745				75	23	232	23245
2997750	Longeaux	longeaux	FR	55500	215	Europe/Paris	48.64711	5.34084		Longeaux		44	55	551	55300
2997751	Longeault	longeault	FR	21110	704	Europe/Paris	47.22063	5.25349		Longeault		27	21	212	21352
2997753	Longeau-Percey	longeau-percey	FR	52250	665	Europe/Paris	47.76667	5.3				44	52	522	52292
2997757	Longcochon	longcochon	FR	39250	54	Europe/Paris	46.77569	6.06958		Longcochon		27	39	392	39298
2997759	Longchaumois	longchaumois	FR	39400	1138	Europe/Paris	46.46228	5.93052		Longchaumois		27	39	393	39297
2997760	Longchamp-sur-Aujon	longchamp-sur-aujon	FR	10310	458	Europe/Paris	48.14933	4.83228		Longchamp,Longchamp-sur-Aujon,Lonsham-sjur-Ozhon,Lonshan-sjur-Ozhon,ao rong he pan long ge shang,Лоншам-сюр-Ожон,Лоншан-сюр-Ожон,奥容河畔隆格尚		44	10	101	10203
2997761	Longchamps-sur-Aire	longchamps-sur-aire	FR	55260	138	Europe/Paris	48.91012	5.30702		Longchamps,Longchamps-sur-Aire		44	55	552	55301
2997762	Longchamp-sous-Châtenois	longchamp-sous-chatenois	FR	88170	90	Europe/Paris	48.28945	5.82819		Longchamp,Longchamp-sous-Chatenois,Longchamp-sous-Châtenois,Lonsham-su-Shatenua,long ge shang su sha tang wa,Лоншам-су-Шатенуа,隆格尚苏沙唐瓦		44	88	882	88274
2997763	Longchamps	longchamps	FR	27150	0	Europe/Paris	49.91729	3.56168		Longchamps		32	02	025	02757
2997764	Longchamps	longchamps	FR	27150	526	Europe/Paris	49.36115	1.62517		Longchamps		28	27	271	27372
2997766	Longchamp	longchamp	FR	21110	347	Europe/Paris	48.22446	6.51305		Longchamp		44	88	881	88273
2997767	Longchamp	longchamp	FR	21110	85	Europe/Paris	48.12833	5.44088		Longchamp,Longchamp-les-Millieres,Longchamp-les-Milliéres		44	52	521	52291
2997768	Longchamp	longchamp	FR	21110	1171	Europe/Paris	47.25973	5.28694		Longchamp		27	21	212	21351
2997769	Longchamp	longchamp	FR	21110	0	Europe/Paris	47.13333	1.93333				24	18	183	18140
2997770	Longchamp	longchamp	FR	21110	0	Europe/Paris	45.49101	3.1524				84	63	633	63209
2997772	Longavesnes	longavesnes	FR	80240	107	Europe/Paris	49.9719	3.06011		Longavesnes		32	80	804	80487
2997774	Longaulnay	longaulnay	FR	35190	371	Europe/Paris	48.30998	-1.94089		Hirwerneg,Longaulnay,Longol'ne,long ge er nai,Лонгольне,隆戈尔奈		53	35	354	35156
2997775	Longages	longages	FR	31410	2141	Europe/Paris	43.35531	1.2397		Longages		76	31	311	31303
2997781	Long	long	FR	80510	636	Europe/Paris	50.04079	1.97942		Long		32	80	801	80486
2997782	Long	long	FR	80510	0	Europe/Paris	46.88904	2.89553				24	18	182	18275
2997783	Long	long	FR	80510	0	Europe/Paris	45.02213	1.70287				75	19	191	19029
2997787	Lonçon	loncon	FR	64410	127	Europe/Paris	43.46957	-0.42585		Loncon,Lonçon		75	64	643	64347
2997792	Lompret	lompret	FR	59840	2406	Europe/Paris	50.66931	2.98968		Lompret		32	59	595	59356
2997794	Lompnieu	lompnieu	FR	01260	96	Europe/Paris	45.96141	5.66019		Lompnieu		84	01	011	01036
2997796	Lompnas	lompnas	FR	01680	175	Europe/Paris	45.8028	5.51967		Lompnas,Lompnaz		84	01	011	01219
2997797	Lomont-sur-Crête	lomont-sur-crete	FR	25110	161	Europe/Paris	47.33859	6.43155		Lomont		27	25	251	25341
2997799	Lomont	lomont	FR	70200	389	Europe/Paris	47.62342	6.61249		Lomon,Lomont,Ломон		27	70	701	70306
2997800	Lomné	lomne	FR	65130	46	Europe/Paris	43.04407	0.29629		Lomne,Lomné		76	65	652	65278
2997801	Lommoye	lommoye	FR	78270	552	Europe/Paris	48.99365	1.51295		Lommoye,Lommua,Ломмуа		11	78	781	78344
2997802	Lommerange	lommerange	FR	57650	296	Europe/Paris	49.33144	5.97003		Lommerange		44	57	577	57411
2997803	Lomme	lomme	FR	59455 CEDEX	29892	Europe/Paris	50.64358	2.98715		Lomm,Lomme,Ломм		32	59	595	59350
2997804	Lombron	lombron	FR	72450	1917	Europe/Paris	48.0785	0.4179		Lombron		52	72	722	72165
2997806	Lombreuil	lombreuil	FR	45700	256	Europe/Paris	47.94069	2.63105		Lombrej,Lombreuil,long bu lei yi,Ломбрей,隆布勒伊		24	45	451	45185
2997807	Lombrès	lombres	FR	65150	81	Europe/Paris	43.05708	0.50972		Lombres,Lombrès		76	65	652	65277
2997811	Lombia	lombia	FR	64160	186	Europe/Paris	43.32943	-0.13415		Lomb'ja,Lombia,Lombiar,Lombja,long bi a,Ломбья,Ломбя,隆比阿		75	64	643	64346
2997812	Lombez	lombez	FR	32220	1451	Europe/Paris	43.47543	0.91039		Lombarium,Lombers,Lombes,Lombez,Lombèrs,long bei,ronbezu,Ломбез,Ломбес,ロンベズ,隆贝		76	32	321	32213
2997814	Lombers	lombers	FR	81120	893	Europe/Paris	43.80465	2.14969		Lombers		76	81	811	81147
2997819	Lombard	lombard	FR	25440	159	Europe/Paris	47.07683	5.85282		Lombard		27	25	251	25340
2997820	Lombard	lombard	FR	25440	0	Europe/Paris	46.78564	5.50679		Lombard		27	39	392	39296
2997825	Lolme	lolme	FR	24540	115	Europe/Paris	44.7115	0.84372		Lolme		75	24	241	24244
2997826	Lolif	lolif	FR	50530	568	Europe/Paris	48.7333	-1.39288		Lolif		28	50	501	50276
2997832	Loix	loix	FR	17111	659	Europe/Paris	46.22343	-1.44092		Loix		75	17	173	17207
2997833	Loivre	loivre	FR	51220	1105	Europe/Paris	49.34619	3.97978		Loivre,Luavr,lu wa fu er,Луавр,卢瓦夫尔		44	51	513	51329
2997834	Loivre	loivre	FR	51220	0	Europe/Paris	47.97128	3.29788				27	89	893	89063
2997836	Loisy-sur-Marne	loisy-sur-marne	FR	51300	918	Europe/Paris	48.75808	4.54496		Loisy,Loisy-sur-Marne,Luazi-sjur-Marn,ma en he pan lu wa xi,Луазі-сюр-Марн,马恩河畔卢瓦西		44	51	514	51328
2997837	Loisy-en-Brie	loisy-en-brie	FR	51130	180	Europe/Paris	48.8825	3.90297		Loisy-en-Brie		44	51	512	51327
2997838	Loisy	loisy	FR	54700	332	Europe/Paris	48.86641	6.09778		Loisy		44	54	543	54320
2997839	Loisy	loisy	FR	54700	532	Europe/Paris	46.58113	5.0271		Loisy		27	71	714	71261
2997840	Loison-sur-Créquoise	loison-sur-crequoise	FR	62990	246	Europe/Paris	50.43985	1.92163		Loison,Loison-sur-Crequoise,Loison-sur-Créquoise,Luazon-sjur-Krekuaz,ke lei kua si he pan lu wa song,lwyswn swr srykywys,Луазон-сюр-Крекуаз,لويسون سور سريكيويس,克雷夸斯河畔卢瓦松		32	62	624	62522
2997841	Loison-sous-Lens	loison-sous-lens	FR	62218	5683	Europe/Paris	50.43796	2.85322		Loison,Loison-sous-Lens		32	62	627	62523
2997843	Loison	loison	FR	55230	98	Europe/Paris	49.31038	5.61343		Loison		44	55	553	55299
2997845	Loisin	loisin	FR	74140	1259	Europe/Paris	46.29227	6.3101				84	74	744	74150
2997846	Loisieux	loisieux	FR	73170	145	Europe/Paris	45.65155	5.7347		Loisieux,Loizieux		84	73	732	73147
2997847	Loisia	loisia	FR	39320	163	Europe/Paris	46.48421	5.46158		Loisia		27	39	392	39295
2997848	Loisey	loisey	FR	55000	0	Europe/Paris	48.76513	5.28457		Loisey		44	55	551	55298
2997854	Loisail	loisail	FR	61400	151	Europe/Paris	48.50101	0.59136		Loisail		28	61	613	61229
2997855	Loiron	loiron	FR	53320	1342	Europe/Paris	48.05971	-0.93536		Loiron		52	53	532	53137
2997859	Loiré-sur-Nie	loire-sur-nie	FR	17470	310	Europe/Paris	45.95223	-0.28452		Loire,Loire-sur-Nie,Loiré,Loiré-sur-Nie		75	17	175	17206
2997860	Loire-les-Marais	loire-les-marais	FR	17870	346	Europe/Paris	45.9925	-0.93019		Loire,Loire-les-Marais		75	17	172	17205
2997873	Loiré	loire	FR	49440	805	Europe/Paris	47.61477	-0.97891		Loire,Loiré,Luare,lu wa lei,Луаре,卢瓦雷		52	49	494	49178
2997875	Loire-sur-Rhône	loire-sur-rhone	FR	69700	2244	Europe/Paris	45.55	4.8				84	69	691	69118
2997882	Loigny-la-Bataille	loigny-la-bataille	FR	28140	181	Europe/Paris	48.12324	1.73395		Loigny,Loigny-la-Bataille		24	28	282	28212
2997883	Loigné-sur-Mayenne	loigne-sur-mayenne	FR	53200	742	Europe/Paris	47.87332	-0.7494		Loigne,Loigne-sur-Mayenne,Loigné,Loigné-sur-Mayenne		52	53	531	53136
2997884	L'Oie	l-oie	FR	85140	0	Europe/Paris	47.23448	2.60628				24	18	181	18156
2997885	L'Oie	l-oie	FR	85140	0	Europe/Paris	46.79798	-1.12953		L'Oie		52	85	852	85084
2997886	Lohuec	lohuec	FR	22160	269	Europe/Paris	48.45988	-3.52149		Lohuec,Lohueg		53	22	222	22132
2997887	Lohr	lohr	FR	67290	551	Europe/Paris	48.85851	7.24448		Lohr		44	67	674	67273
2997889	Lohéac	loheac	FR	35550	659	Europe/Paris	47.86657	-1.88354		Loheac,Lohieg,Lohéac		53	35	352	35155
2997890	Loguivy-Plougras	loguivy-plougras	FR	22780	0	Europe/Paris	48.52093	-3.48644		Loguivy,Loguivy-Plougras		53	22	222	22210
2997891	Loguivy-Plougras	loguivy-plougras	FR	22780	959	Europe/Paris	48.52228	-3.48813		Logivi-Plougraz,Loguivy,Loguivy-Plougras		53	22	223	22131
2997893	Logron	logron	FR	28200	508	Europe/Paris	48.14686	1.2649		Logron		24	28	282	28211
2997894	Logrian-Florian	logrian-florian	FR	30610	244	Europe/Paris	43.95	4.01667		Logrian,Logrian et Comiac,Logrian-et-Comiac-de-Florian		76	30	303	30150
2997897	Logonna-Daoulas	logonna-daoulas	FR	29460	1659	Europe/Paris	48.32096	-4.2989		Logonna,Logonna-Daoulas,Logonna-Daoulaz,Logonna-Daula,luo ge na duo la,rogona=daura,Логонна-Даула,ロゴナ＝ダウラ,洛戈纳多拉		53	29	291	29137
2997901	Logny-lès-Aubenton	logny-les-aubenton	FR	02500	73	Europe/Paris	49.82702	4.21072		Logny,Logny-les-Aubenton,Logny-lès-Aubenton		32	02	025	02435
2997902	Logny-Bogny	logny-bogny	FR	08150	142	Europe/Paris	49.77883	4.39291		Logny-Bogny		44	08	081	08257
2997904	Lognes	lognes	FR	77040 CEDEX 9	15519	Europe/Paris	48.83541	2.62998		Lognes,Lon',XLG,Лонь		11	77	775	77258
2997917	Logelheim	logelheim	FR	68280	613	Europe/Paris	48.0203	7.40736				44	68	682	68189
2997919	Loge-Fougereuse	loge-fougereuse	FR	85120	394	Europe/Paris	46.6136	-0.69068		Loge-Fougereuse		52	85	851	85125
2997925	Loffre	loffre	FR	59182	768	Europe/Paris	50.35658	3.17111		Loffr,Loffre,luo fu er,Лоффр,洛夫尔		32	59	593	59354
2997933	Lods	lods	FR	25930	283	Europe/Paris	47.04501	6.24813		Lods		27	25	251	25339
2997936	Lodève	lodeve	FR	34700	7515	Europe/Paris	43.73178	3.31959		Lodev,Lodeva,Lodeve,Lodève,Luteva,luo dai fu,rodevu,Лодев,ロデーヴ,洛代夫	342	76	34	342	34142
2997937	Lodes	lodes	FR	31800	285	Europe/Paris	43.168	0.6742		Lodes		76	31	312	31302
2997938	Loddes	loddes	FR	03130	193	Europe/Paris	46.28834	3.76621		Loddes		84	03	033	03147
2997942	Locunolé	locunole	FR	29310	922	Europe/Paris	47.93661	-3.47853		Locunole,Locunolé,Locus Guengualoei,Lokjunole,Lokunole,luo kan ao lai,Локюноле,洛坎奥莱		53	29	294	29136
2997943	Loctudy	loctudy	FR	29750	3867	Europe/Paris	47.83216	-4.16837		Loctudy,Locus Tudini,Loktjudi,Loktudi,luo ke di di,lwktwdy,rokute~yudi,Локтюди,Локтюді,لوكتودي,ロクテュディ,洛克蒂迪		53	29	294	29135
2997944	Locronan	locronan	FR	29180	847	Europe/Paris	48.0986	-4.20838		Locronan,Locus Ronani,Lokorn,Lokronan,luo ke luo nan,rokuronan,Локронан,ロクロナン,洛克罗南		53	29	294	29134
2997947	Locquirec	locquirec	FR	29241	1367	Europe/Paris	48.69243	-3.64554	0	Locquirec,Locus Kireci,Lokireg,Lokirek,luo qu yi lei ke,rokirekku,Локирек,Локірек,ロキレック,洛屈伊雷克		53	29	293	29133
2997950	Locquignol	locquignol	FR	59530	351	Europe/Paris	50.19873	3.71684		Locquignol		32	59	591	59353
2997951	Locquénolé	locquenole	FR	29670	774	Europe/Paris	48.62499	-3.8616		Locquenole,Locquénolé,Locus Guenolay,Lokenole,luo qu ai nuo lai,Локеноле,洛屈埃诺莱		53	29	293	29132
2997955	Loconville	loconville	FR	60240	269	Europe/Paris	49.25636	1.91882		Loconville		32	60	601	60367
2997956	Locon	locon	FR	62400	2304	Europe/Paris	50.57029	2.66629		Locon,Lokon,luo kong,lwkwn,Локон,لوكون,洛孔		32	62	622	62520
2997957	Locoal-Mendon	locoal-mendon	FR	56550	2322	Europe/Paris	47.7052	-3.10796		Locoal-Mendon,Locus Guduali,Lokoal'-Mandon,Lokoal-Mendon,luo ke a mang dong,Локоаль-Мандон,洛科阿芒东		53	56	561	56119
2998124	Lisle-sur-Tarn	lisle-sur-tarn	FR	81310	3871	Europe/Paris	43.85347	1.80983		Lisle-du-Tarn,Lisle-sur-Tarn		76	81	811	81145
2997959	Locmiquélic	locmiquelic	FR	56570	4181	Europe/Paris	47.7251	-3.34066		Locmiquelic,Locmiquélic,Lokmikaelig,Lokmikelik,luo ke mi qu ai li ke,Локмикелик,Локмікелік,洛克米屈埃利克		53	56	561	56118
2997961	Locminé	locmine	FR	56500	3976	Europe/Paris	47.887	-2.83575		Locmine,Locminé,Logunec'h,Logunech,Lokmine,luo ke mi nei,Локмине,Локміне,洛克米内		53	56	562	56117
2997963	Locmélar	locmelar	FR	29400	447	Europe/Paris	48.45434	-4.06592		Loc Melard,Loc Mélard,Locmelar,Locmélar,Locus Maglori,Lokmelar,luo ke mei la,Локмелар,洛克梅拉		53	29	293	29131
2997964	Locmariaquer	locmariaquer	FR	56740	1468	Europe/Paris	47.56926	-2.94515	2	Locmariaquer,Locmariaquerin menhir,Locmariaquermegalittene,Lokmaria-Kaer,Lokmariake,luo ke ma li a qu ai,rokumariakeru,Локмариаке,Локмаріаке,ロクマリアケール,洛克马里阿屈埃		53	56	561	56116
2997965	Locmaria-Plouzané	locmaria-plouzane	FR	29280	0	Europe/Paris	48.37473	-4.64414		Loc-Maria-Plouzane,Loc-Maria-Plouzané,Locmaria-Plouzane,Locmaria-Plouzané,Lokmar'ja-Pluzane,Lokmaria-Plouzane,Lokmarja-Pluzane,luo ke ma li a pu lu zha nei,rokumaria=puruzane,Локмарья-Плузане,Локмаря-Плузане,ロクマリア＝プルザネ,洛克马里阿普卢扎内		53	29	291	29130
2997966	Locmaria-Grand-Champ	locmaria-grand-champ	FR	56390	945	Europe/Paris	47.75714	-2.78713		Locmaria,Locmaria-Grand-Champ,Lokmaria-Gregam		53	56	563	56115
2997967	Locmaria-Berrien	locmaria-berrien	FR	29690	309	Europe/Paris	48.353	-3.69556		Locmaria,Locmaria-Berrien,Lokmar'ja-Berrijan,Lokmaria-Berrien,Lokmarja-Berrijan,luo ke ma li a bei er li an,Локмарья-Берриян,Локмаря-Берріян,洛克马里阿贝尔里安		53	29	292	29227
2997969	Locmaria	locmaria	FR	56360	0	Europe/Paris	48.55566	-3.39529		Locmaria		53	22	222	22005
2997970	Locmaria	locmaria	FR	56360	0	Europe/Paris	48.54066	-3.10877				53	22	222	22225
2997971	Locmaria	locmaria	FR	56360	0	Europe/Paris	48.22794	-3.30841				53	22	222	22266
2997974	Locmaria	locmaria	FR	56360	0	Europe/Paris	47.83389	-3.52173				53	56	561	56078
2997975	Locmaria	locmaria	FR	56360	0	Europe/Paris	47.75478	-3.22323				53	56	561	56094
2997976	Locmaria	locmaria	FR	56360	0	Europe/Paris	47.62835	-3.43261				53	56	561	56069
2997977	Locmaria	locmaria	FR	56360	0	Europe/Paris	47.29442	-3.08338		Locmaria,Locmaria-Belle-Ile,Lokmaria-ar-Gerveur		53	56	561	56114
2997978	Locmalo	locmalo	FR	56160	0	Europe/Paris	48.07183	-3.18492		Locmalo,Lokmac'hlou,Lokmac'hloù,Lokmachlou,Lokmachloù,Lokmalo,luo ke ma luo,Локмало,洛克马洛		53	56	562	56113
2997979	Locmalo	locmalo	FR	56160	0	Europe/Paris	48.00492	-2.76805				53	56	562	56190
2997982	Lochwiller	lochwiller	FR	67440	355	Europe/Paris	48.69634	7.41577				44	67	674	67272
2997991	Lochieu	lochieu	FR	01260	79	Europe/Paris	45.93026	5.72774		Lochieu		84	01	011	01453
2997992	Loché-sur-Indrois	loche-sur-indrois	FR	37460	576	Europe/Paris	47.09208	1.22019		Loche,Loche-sur-Indrois,Loché,Loché-sur-Indrois,Loshe-sur-Endrua,an de lu wa he pan luo xie,Лоше-сур-Ендруа,安德鲁瓦河畔洛谢		24	37	373	37133
2997993	Loches-sur-Ource	loches-sur-ource	FR	10110	403	Europe/Paris	48.06395	4.50429		Loches,Loches-sur-Ource		44	10	103	10199
2997996	Loches	loches	FR	37600	7132	Europe/Paris	47.12858	0.99522		Castello di Loches,Chateau de Loches,Château de Loches,Loches,Losh,Schloss Loches,Shato d'o Losh,luo shen,roshu,Лош,Шато дьо Лош,ロシュ,洛什	373	24	37	373	37132
2998000	Ver-lès-Chartres	ver-les-chartres	FR	28630	0	Europe/Paris	48.38333	1.48333		La Fricke		24	28	281	28403
2998006	Loc-Envel	loc-envel	FR	22810	78	Europe/Paris	48.51619	-3.40922		Loc-Envel,Lokenvel		53	22	222	22129
2998007	Loc-Eguiner-Saint-Thégonnec	loc-eguiner-saint-thegonnec	FR	29410	347	Europe/Paris	48.46243	-3.96915		Loc Eguier,Loc-Eguiner,Loc-Eguiner-Saint-Thegonnec,Loc-Eguiner-Saint-Thégonnec,Loc-Éguiner-Saint-Thégonnec,Logeginer-Sant-Tegoneg,Lok-Egine-Sen-Tegonnek,luo ke ai ji nei sheng tai ge nei ke,rokku=egineru=san=tegonekku,Лок-Егине-Сен-Тегоннек,Лок-Егіне-Сен-Тегоннек,ロック＝エギネール＝サン＝テゴネック,洛克埃吉内圣泰戈内克		53	29	293	29266
2998008	Loc-Eguiner	loc-eguiner	FR	29400	0	Europe/Paris	48.47291	-4.09446		Loc Eguiner,Loc-Eguiner,Loc-Eguiner-Landivisiau,Loc-Eguiner-Ploudiry,Loc-Éguiner-Ploudiry		53	29	293	29128
2998009	Loc-Brévalaire	loc-brevalaire	FR	29260	215	Europe/Paris	48.5546	-4.40446		Loc Brevalaire,Loc Brévalaire,Loc-Brevalaire,Loc-Brévalaire,Lok-Brevaler,Loprevaler,luo ke bu lei wa lai er,rokku=burevu~areru,Лок-Бревалер,ロック＝ブレヴァレール,洛克布雷瓦莱尔		53	29	291	29126
2998011	Locarn	locarn	FR	22340	483	Europe/Paris	48.31991	-3.42279		Locarn,Lokarn		53	22	222	22128
2998013	Lobsann	lobsann	FR	67250	527	Europe/Paris	48.96323	7.84525		Lobsann,Luesann,Lüsann,luo bu sang,lwbsan,Лобсанн,لوبسان,洛布桑		44	67	672	67271
2998018	Llupia	llupia	FR	66300	1893	Europe/Paris	42.62134	2.76897		Llupia		76	66	662	66101
2998024	Llauro	llauro	FR	66300	296	Europe/Paris	42.54959	2.74355		Llauro		76	66	661	66099
2998027	Lizy-sur-Ourcq	lizy-sur-ourcq	FR	77440	3798	Europe/Paris	49.02454	3.02178		Lizy,Lizy-sur-Ourcq		11	77	771	77257
2998028	Lizy	lizy	FR	02320	224	Europe/Paris	49.51357	3.48225		Lizy		32	02	022	02018
2998029	Lizy	lizy	FR	02320	0	Europe/Paris	47.15763	2.44258				24	18	181	18179
2998032	Lizos	lizos	FR	65350	83	Europe/Paris	43.26304	0.14518		Lizos		76	65	653	65276
2998034	Lizio	lizio	FR	56460	798	Europe/Paris	47.86303	-2.52587		Liz'jo,Lizio,Liziou,Lizioù,li qi ao,Лизьйо,Лізьйо,利齐奥		53	56	563	56112
2998035	Lizines	lizines	FR	77650	173	Europe/Paris	48.52639	3.1778		Lizines		11	77	773	77256
2998036	Lizine	lizine	FR	25330	90	Europe/Paris	47.05539	5.99428		Lizine		27	25	251	25338
2998038	Lizières	lizieres	FR	23240	281	Europe/Paris	46.21076	1.57422		Lizieres,Lizières		75	23	232	23111
2998041	Lizeray	lizeray	FR	36100	100	Europe/Paris	46.96667	1.9		Lizeray,Lizre,li ze lai,Лизре,Лізре,利泽赖		24	36	364	36098
2998046	Lizant	lizant	FR	86400	474	Europe/Paris	46.08477	0.27892		Lizan,Lizant,li cang,Лізан,利藏		75	86	862	86136
2998047	Lizac	lizac	FR	82200	440	Europe/Paris	44.10518	1.18664		Lizac		76	82	821	82099
2998048	Lixy	lixy	FR	89140	457	Europe/Paris	48.23804	3.09698		Lixy		27	89	893	89229
2998049	Lixing-lès-Saint-Avold	lixing-les-saint-avold	FR	57660	747	Europe/Paris	49.03616	6.75218		Lixing,Lixing-les-Saint-Avold,Lixing-lès-Saint-Avold		44	57	573	57409
2998125	L'Isle-sur-Serein	l-isle-sur-serein	FR	89440	0	Europe/Paris	47.58845	4.00452		L'Isle,L'Isle-sur-Serein		27	89	892	89204
2998050	Lixing-lès-Rouhling	lixing-les-rouhling	FR	57520	860	Europe/Paris	49.15353	6.99387		Lixing-les-Rouhling,Lixing-lès-Rouhling,Lixinge,Lixingen		44	57	576	57408
2998052	Lixheim	lixheim	FR	57635	589	Europe/Paris	48.77553	7.14195		Lixheim		44	57	575	57407
2998053	Lixhausen	lixhausen	FR	67270	278	Europe/Paris	48.79431	7.54829				44	67	674	67270
2998054	Livry-Louvercy	livry-louvercy	FR	51400	837	Europe/Paris	49.1	4.3		Livri-Luversi,Livry,Livry-sur-Vesle,li fu li lu wei er xi,Ліврі-Луверсі,利夫里卢韦尔西		44	51	511	51326
2998055	Livry-sur-Seine	livry-sur-seine	FR	77000	2074	Europe/Paris	48.51771	2.67879		Livry,Livry-sur-Seine		11	77	772	77255
2998056	Livry-Gargan	livry-gargan	FR	93190	39518	Europe/Paris	48.9193	2.54305		Livri Gargan,Livri-Gargan,Livry,Livry-Gargan,Livry-en-Aulnoye,Livry-en-Launois,li fu li-jia er gang,libeuligaleugang,lywry-grgan,rivuri=garugan,Ливри Гарган,Ливри-Гарган,Ліврі-Гарган,لیوری-گرگان,リヴリー＝ガルガン,利夫里-加尔冈,리브리가르강		11	93	932	93046
2998057	Livry	livry	FR	14240	737	Europe/Paris	49.10748	-0.76346		Livry		28	14	144	14143
2998058	Livry	livry	FR	14240	577	Europe/Paris	46.77543	3.07467		Livry		27	58	583	58144
2998059	Livron-sur-Drôme	livron-sur-drome	FR	26250	8440	Europe/Paris	44.77689	4.8418		Liuron,Liuron de Droma,Livron,Livron-sjur-Drom,Livron-sur-Drome,Livron-sur-Drôme,de luo ne he pan li fu long,Ліврон-сюр-Дром,德罗讷河畔利夫龙		84	26	261	26165
2998060	Livron	livron	FR	64530	379	Europe/Paris	43.22646	-0.14093		Livron		75	64	643	64344
2998061	Livré-sur-Changeon	livre-sur-changeon	FR	35450	1366	Europe/Paris	48.21919	-1.34409		Liverieg-Kenton,Livre,Livre-sjur-Shanzhon,Livre-sur-Changeon,Livre-sur-Chaugeon,Livreium,Livré,Livré-sur-Changeon,shang rong he pan li fu lei,Ливре-сюр-Шанжон,Лівре-сюр-Шанжон,尚容河畔利夫雷		53	35	353	35154
2998063	Livré-la-Touche	livre-la-touche	FR	53400	832	Europe/Paris	47.88333	-0.96667		Livre-la-Tush,li fu lei la tu ke,Лівре-ла-Туш,利夫雷拉图克		52	53	531	53135
2998066	Livinhac-le-Haut	livinhac-le-haut	FR	12300	1181	Europe/Paris	44.59212	2.23117		Livinhac,Livinhac-le-Haut		76	12	123	12130
2998069	Livilliers	livilliers	FR	95300	391	Europe/Paris	49.09545	2.09545		Livil'e,Livilliers,li wei li ye er,Ливилье,Лівільє,利维利耶尔		11	95	953	95341
2998071	Livet-sur-Authou	livet-sur-authou	FR	27800	133	Europe/Paris	49.22762	0.668		Live-sjur-Otu,Livet,Livet-sur-Authou,ao tu he pan li wei,Ливе-сюр-Оту,Ліве-сюр-Оту,奥图河畔利韦		28	27	272	27371
2998072	Livet-et-Gavet	livet-et-gavet	FR	38220	1478	Europe/Paris	45.10782	5.93333		Live-e-Gave,Live-eh-Gave,Livet,Livet-et-Gavet,li wei he jia wei,Ливе-э-Гаве,Ліве-е-Гаве,利韦和加韦		84	38	381	38212
2998073	Livet-en-Saosnois	livet-en-saosnois	FR	72610	74	Europe/Paris	48.35982	0.21109		Livet,Livet-en-Saosnois		52	72	722	72164
2998074	Livet	livet	FR	53150	114	Europe/Paris	48.1083	-0.46047		Livet,Livet-en-Charnie		52	53	533	53134
2998075	Livernon	livernon	FR	46320	510	Europe/Paris	44.64722	1.84278		LIvernos,LIvernós,Livernon,li wei nong,Лівернон,利韦农		76	46	462	46176
2998076	Liverdy-en-Brie	liverdy-en-brie	FR	77220	1145	Europe/Paris	48.69987	2.77606		Liverdy,Liverdy-en-Brie		11	77	773	77254
2998078	Liverdun	liverdun	FR	54460	6500	Europe/Paris	48.74973	6.06372		Liverden,Liverdjon,Liverdun,li wei er dan,Ливерден,Ливердён,Ліверден,利韦尔丹		44	54	544	54318
2998081	Livarot	livarot	FR	14140	2656	Europe/Paris	49.005	0.1502		Livaro,li wa luo,Ливаро,Ліваро,利瓦罗		28	14	143	14371
2998082	Livaie	livaie	FR	61420	171	Europe/Paris	48.51406	-0.03168		Livaie		28	61	611	61228
2998083	Litz	litz	FR	60510	341	Europe/Paris	49.41707	2.33118		Litz		32	60	602	60366
2998087	Littenheim	littenheim	FR	67490	234	Europe/Paris	48.72828	7.4877				44	67	674	67269
2998088	Litteau	litteau	FR	14490	225	Europe/Paris	49.15298	-0.90547		Litteau		28	14	141	14369
2998093	Lithaire	lithaire	FR	50250	532	Europe/Paris	49.29969	-1.48349		Lithaire		28	50	503	50273
2998095	Lit-et-Mixe	lit-et-mixe	FR	40170	1571	Europe/Paris	44.03242	-1.25687		Li-e-Miks,Li-eh-Miks,Lit,Lit e Micse,Lit-et-Mixe,li he mi ke si,Ли-е-Микс,Ли-э-Микс,Лі-е-Мікс,利和米克斯		75	40	401	40157
2998097	Listrac-Médoc	listrac-medoc	FR	33480	2002	Europe/Paris	45.07417	-0.79167		Listrac,Listrac-Medoc,Listrac-Médoc		75	33	334	33248
2998098	Listrac-de-Durèze	listrac-de-dureze	FR	33790	0	Europe/Paris	44.76206	0.04521		Listrac,Listrac-de-Dineze,Listrac-de-Dinèze,Listrac-de-Dureze,Listrac-de-Durèze		75	33	333	33247
2998100	Lissy	lissy	FR	77550	187	Europe/Paris	48.62651	2.69648		Lissy		11	77	772	77253
2998102	Lissieu	lissieu	FR	69380	3136	Europe/Paris	45.86487	4.74221		Lissieu		84	69	691	69117
2998103	Lissey	lissey	FR	55150	138	Europe/Paris	49.37322	5.34743		Lissey		44	55	553	55297
2998104	Lisseuil	lisseuil	FR	63440	101	Europe/Paris	46.06342	2.91893		Lisseuil		84	63	634	63197
2998105	Lisses	lisses	FR	91090	7601	Europe/Paris	48.60222	2.42245		Liss,Lisses,li sai,Лисс,Лісс,利塞		11	91	912	91340
2998106	Lisse-en-Champagne	lisse-en-champagne	FR	51300	103	Europe/Paris	48.81667	4.65		Lisse		44	51	514	51325
2998108	Lissay-Lochy	lissay-lochy	FR	18340	195	Europe/Paris	46.97252	2.41024		Lissay,Lissay-Lochy,Lisse-Loshi,li sai luo xi,Лиссе-Лоши,Ліссе-Лоші,利赛洛希		24	18	181	18129
2998110	Lissac-sur-Couze	lissac-sur-couze	FR	19600	538	Europe/Paris	45.10397	1.46133		Lissac,Lissac-sur-Couze		75	19	191	19117
2998111	Lissac	lissac	FR	09700	0	Europe/Paris	45.6645	3.23552				84	63	632	63378
2998112	Lissac	lissac	FR	09700	0	Europe/Paris	45.60704	2.05535				75	19	193	19226
2998113	Lissac	lissac	FR	09700	0	Europe/Paris	45.37075	3.90644				84	42	421	42318
2998114	Lissac	lissac	FR	09700	255	Europe/Paris	45.13273	3.76735		Lissac		84	43	432	43122
2998115	Lissac	lissac	FR	09700	183	Europe/Paris	43.26936	1.51221		Lissac		76	09	092	09170
2998118	Lisors	lisors	FR	27440	348	Europe/Paris	49.35204	1.4723		Lisors,Lizor,li suo er,Лизор,Лізор,利索尔		28	27	271	27370
2998119	Lisores	lisores	FR	14140	271	Europe/Paris	48.96093	0.20234		Lisores		28	14	143	14368
2998121	Lison	lison	FR	14330	472	Europe/Paris	49.24774	-1.0456		Lison		28	14	141	14367
2998123	Lislet	lislet	FR	02340	231	Europe/Paris	49.68549	4.02187		Lile,Lislet,li si lai,Лиле,Ліле,利斯莱		32	02	025	02433
2998218	Liniers	liniers	FR	86800	525	Europe/Paris	46.61067	0.53683		Liniers		75	86	863	86135
2998126	L'Isle-sur-le-Doubs	l-isle-sur-le-doubs	FR	25250	0	Europe/Paris	47.44629	6.58463		L'Il'-sjur-le-Du,L'Isle-sur-Doubs,L'Isle-sur-le-Doubs,L’Isle-sur-le-Doubs,lai-du bu he pan li si er,Л'Іль-сюр-ле-Ду,莱-杜布河畔利斯尔		27	25	252	25315
2998127	L'Isle-sur-la-Sorgue	l-isle-sur-la-sorgue	FR	84800	16968	Europe/Paris	43.91971	5.05141		Isle sur Sorgue,Isle sur la Sorgue,L'Il'-sjur-la-Sorg,L'Illa de Sorga,L'Illa de Sòrga,L'Isle,L'Isle-sur-la-Sorgue,L’Isle-sur-la-Sorgue,la-suo er ju e he pan li si lei,Л'Іль-сюр-ла-Сорг,Л'Иль-сюр-ла-Сорг,拉-索尔居厄河畔利斯勒		93	84	842	84054
2998129	L'Isle-Jourdain	l-isle-jourdain	FR	32600	0	Europe/Paris	46.2323	0.68598		L'Isle-Jourdain		75	86	862	86112
2998130	L'Isle-Jourdain	l-isle-jourdain	FR	32600	8729	Europe/Paris	43.6122	1.0866		L'Isle-Jourdain		76	32	321	32160
2998131	Lisle-en-Rigault	lisle-en-rigault	FR	55000	537	Europe/Paris	48.71666	5.04778		Lisle,Lisle-en-Rigault		44	55	551	55296
2998132	L'Isle-en-Dodon	l-isle-en-dodon	FR	31230	2034	Europe/Paris	43.38153	0.83526		L'Isle-en-Dodon		76	31	312	31239
2998133	Lisle-en-Barrois	lisle-en-barrois	FR	55250	51	Europe/Paris	48.89645	5.1256		Lisle,Lisle-en-Barrois		44	55	551	55295
2998134	L'Isle-d'Espagnac	l-isle-d-espagnac	FR	16340	0	Europe/Paris	45.66174	0.19943		L'Il'-d'Ehspan'jak,L'Isle,L'Isle-d'Espagnac,LIsle-dEspagnac,li si er dai si pa ni ya ke,Л’Иль-д’Эспаньяк,利斯尔代斯帕尼亚克		75	16	161	16166
2998135	L'Isle-de-Noé	l-isle-de-noe	FR	32300	0	Europe/Paris	43.58673	0.41281		L'Isle-Bayse,L'Isle-de-Noe,L'Isle-de-Noé		76	32	323	32159
2998136	L'Isle-d'Abeau	l-isle-d-abeau	FR	38080	12033	Europe/Paris	45.6196	5.22466		Ile d'Abeau,Isle-d'Abeau,L'Isle d'Abeau,L'Isle-d'Abeau,L’Isle-d’Abeau		84	38	382	38193
2998138	L'Isle-Bouzon	l-isle-bouzon	FR	32380	0	Europe/Paris	43.9275	0.72855		L'Isle,L'Isle-Bouzon		76	32	322	32158
2998139	L'Isle-Arné	l-isle-arne	FR	32270	0	Europe/Paris	43.61532	0.77028		L'Isle-Arne,L'Isle-Arné		76	32	321	32157
2998140	L'Isle-Adam	l-isle-adam	FR	95290	11160	Europe/Paris	49.10744	2.22818		L'Isle-Adam		11	95	953	95313
2998144	Lisle	lisle	FR	24350	202	Europe/Paris	47.85231	1.11739		Lisle		24	41	412	41116
2998147	Lisle	lisle	FR	24350	965	Europe/Paris	45.27859	0.54781		Lisle		75	24	243	24243
2998150	Lisieux	lisieux	FR	14100	24473	Europe/Paris	49.1466	0.22925		Lexovium,Lisieux,Liz'e,Liz'jo,Lizje,Lizjē,XLX,li xue,lijioe,lyzyw,riju,Лизье,Лизьё,Лизје,Лізьє,ليزيو,لیزیو,ሊዜ,リジュー,利雪,리지외	143	28	14	143	14366
2998157	Lisbourg	lisbourg	FR	62134	602	Europe/Paris	50.50704	2.21708		Libourque,Lisbourg,Lisbur,li si bu er,lysbwrj,Лисбур,Лісбур,ليسبورج,利斯布尔		32	62	621	62519
2998160	Liry	liry	FR	08400	99	Europe/Paris	49.30704	4.65971		Liry		44	08	084	08256
2998162	Lironville	lironville	FR	54470	84	Europe/Paris	48.86966	5.90707		Lironville		44	54	544	54317
2998163	Lironcourt	lironcourt	FR	88410	66	Europe/Paris	47.96995	5.8937		Lironcourt		44	88	882	88272
2998164	Lirey	lirey	FR	10320	94	Europe/Paris	48.15589	4.04795		Lirey		44	10	103	10198
2998165	Liré	lire	FR	49530	2365	Europe/Paris	47.34322	-1.16536		Lire,Liré,li lei,Ліре,利雷		52	49	492	49069
2998166	Lirac	lirac	FR	30126	808	Europe/Paris	44.03633	4.68955		Lirac,Lirak,li la ke,rirakku,Лирак,Лірак,リラック,利拉克		76	30	302	30149
2998167	Lipsheim	lipsheim	FR	67640	2586	Europe/Paris	48.49164	7.66751				44	67	678	67268
2998168	Liposthey	liposthey	FR	40410	350	Europe/Paris	44.31692	-0.87938		Liposthey		75	40	402	40156
2998172	Lioux-les-Monges	lioux-les-monges	FR	23700	43	Europe/Paris	45.95159	2.45624		Lioux,Lioux-les-Monges		75	23	231	23110
2998174	Lioux	lioux	FR	84220	266	Europe/Paris	43.94698	5.30082		L'ju,Lieus,Lioux,Liu,li wu,Лью,Ліу,利乌		93	84	841	84066
2998179	Liourdres	liourdres	FR	19120	187	Europe/Paris	44.92968	1.80848		Liourdres		75	19	191	19116
2998180	Liouc	liouc	FR	30260	191	Europe/Paris	43.89399	3.99893		Liouc		76	30	303	30148
2998186	Liorac-sur-Louyre	liorac-sur-louyre	FR	24520	270	Europe/Paris	44.9	0.65		L'jorak-sjur-Luir,Lieurac de Loira,Liurac,lu yi er he pan li ao la ke,Льйорак-сюр-Луир,Льйорак-сюр-Луїр,卢伊尔河畔利奥拉克		75	24	241	24242
2998187	Lion-sur-Mer	lion-sur-mer	FR	14780	2534	Europe/Paris	49.30018	-0.32157		L'on-sjur-Mer,Lion,Lion-sjur-Mer,Lion-sur-Mer,bin hai li weng,Лион-сюр-Мер,Льон-сюр-Мер,Ліон-сюр-Мер,滨海利翁		28	14	142	14365
2998191	Lion-en-Sullias	lion-en-sullias	FR	45600	359	Europe/Paris	47.72619	2.48962		Lion,Lion-an-Sjul'jas,Lion-en-Sullias,xu li a de qu li weng,Ліон-ан-Сюльяс,叙利阿地区利翁		24	45	452	45184
2998192	Lion-en-Beauce	lion-en-beauce	FR	45410	102	Europe/Paris	48.13509	1.93498		Lion,Lion-an-Bos,Lion-en-Beauce,bo ke de qu li weng,Ліон-ан-Бос,博克地区利翁		24	45	452	45183
2998193	Lion-devant-Dun	lion-devant-dun	FR	55110	154	Europe/Paris	49.41265	5.22898		Lion,Lion-devan-Den,Lion-devant-Dun,li weng de wang dan,Лион-деван-Ден,Ліон-деван-Ден,利翁德旺丹		44	55	553	55293
2998198	Liomer	liomer	FR	80430	354	Europe/Paris	49.85798	1.81438		Liomer		32	80	802	80484
2998199	Liocourt	liocourt	FR	57590	130	Europe/Paris	48.91066	6.34383		Liocourt		44	57	575	57406
2998200	Linzeux	linzeux	FR	62270	151	Europe/Paris	50.3415	2.2027		Lenze,lan ze,lynzywks,Лензе,لينزيوكس,兰泽		32	62	621	62518
2998201	Liny-devant-Dun	liny-devant-dun	FR	55110	172	Europe/Paris	49.35546	5.19817		Liny,Liny-devant-Dun		44	55	553	55292
2998202	Linxe	linxe	FR	40260	1146	Europe/Paris	43.92088	-1.24707		Linxe		75	40	401	40155
2998203	Lintot-les-Bois	lintot-les-bois	FR	76590	186	Europe/Paris	49.8	1.07327		Lintot,Lintot-les-Bois		28	76	761	76389
2998204	Lintot	lintot	FR	76210	453	Europe/Paris	49.56304	0.5688		Lintot		28	76	762	76388
2998206	Linthes	linthes	FR	51230	112	Europe/Paris	48.73041	3.84784		Linthes		44	51	512	51324
2998207	Linthelles	linthelles	FR	51230	130	Europe/Paris	48.71629	3.82212		Linthelles		44	51	512	51323
2998208	Linthal	linthal	FR	68610	610	Europe/Paris	47.95263	7.12515				44	68	686	68188
2998209	Linselles	linselles	FR	59126	8049	Europe/Paris	50.73708	3.07878		Lensel',Linsele,Linselles,lan ze lei,Ленсель,兰泽勒		32	59	595	59352
2998210	Linsdorf	linsdorf	FR	68480	316	Europe/Paris	47.50561	7.39623		Linsdorf		44	68	681	68187
2998217	Liniez	liniez	FR	36150	309	Europe/Paris	47.02409	1.75143		Lin'e,Liniez,li nie,Линье,Ліньє,利涅		24	36	364	36097
2998219	Linières-Bouton	linieres-bouton	FR	49490	98	Europe/Paris	47.46099	0.07704		Lin'er-Buton,Linieres,Linieres-Bouton,Linières,Linières-Bouton,li ni ai bu tong,Ліньєр-Бутон,利尼埃布通		52	49	493	49228
2998221	Linguizzetta	linguizzetta	FR	20230	1021	Europe/Paris	42.26384	9.47297		Linguizetta,Linguizzetta		94	2B	2B3	2B143
2998222	Lingreville	lingreville	FR	50660	945	Europe/Paris	48.95114	-1.52727		Lingreville		28	50	503	50272
2998224	Lingolsheim	lingolsheim	FR	67380	17284	Europe/Paris	48.55752	7.68253		Lengol'sajm,Lingelse,Lingolsheim,Língelse,lan ge er sang,lynghwlshym,lynglshaym,rangorusaimu,Ленгольсайм,لينغولشيم,لینگلسهایم,ランゴルサイム,兰戈尔桑		44	67	678	67267
2998226	Linghem	linghem	FR	62120	232	Europe/Paris	50.59352	2.36998		Linghem		32	62	622	62517
2998228	Lingèvres	lingevres	FR	14250	479	Europe/Paris	49.17469	-0.67266		Lingevres,Lingèvres		28	14	141	14364
2998229	Lingeard	lingeard	FR	50670	84	Europe/Paris	48.73851	-1.02571		Lingeard		28	50	501	50271
2998230	Lingé	linge	FR	36220	240	Europe/Paris	46.75482	1.08381		Linge,Lingé		24	36	361	36096
2998232	Linexert	linexert	FR	70200	146	Europe/Paris	47.74627	6.4818		Linexert		27	70	701	70304
2998233	Lindry	lindry	FR	89240	996	Europe/Paris	47.8005	3.4175		Lendri,Lindry,lan de li,Лендри,Лендрі,兰德里		27	89	891	89228
2998236	Lindre-Haute	lindre-haute	FR	57260	60	Europe/Paris	48.81386	6.74899		Lindre-Haute		44	57	575	57405
2998237	Lindre-Basse	lindre-basse	FR	57260	0	Europe/Paris	48.80227	6.74669		Lindre-Basse		44	57	575	57404
2998240	Lindebeuf	lindebeuf	FR	76760	286	Europe/Paris	49.71059	0.90703		Lendbef,Lindebeuf,Лендбеф		28	76	763	76387
2998249	Linazay	linazay	FR	86400	210	Europe/Paris	46.16514	0.18164		Linazay,Linaze,li na ze,Ліназе,利纳泽		75	86	862	86134
2998250	Linay	linay	FR	08110	247	Europe/Paris	49.6156	5.2247		Linay		44	08	083	08255
2998251	Linas	linas	FR	91310	6050	Europe/Paris	48.63041	2.26266		Linas		11	91	913	91339
2998252	Linars	linars	FR	16730	2232	Europe/Paris	45.65784	0.08673		Linars		75	16	161	16187
2998253	Linards	linards	FR	87130	1129	Europe/Paris	45.70148	1.53125		Linards		75	87	872	87086
2998254	Linards	linards	FR	87130	0	Europe/Paris	44.67739	1.38963		Linards,Linars		76	46	463	46072
2998255	Linard	linard	FR	23220	174	Europe/Paris	46.35804	1.8729		Linard		75	23	232	23109
2998257	Linac	linac	FR	46270	237	Europe/Paris	44.66543	2.11403		Linac		76	46	462	46174
2998259	Limpiville	limpiville	FR	76540	348	Europe/Paris	49.68975	0.50402		Limpiville		28	76	762	76386
2998263	Limoux	limoux	FR	11300	0	Europe/Paris	46.84239	3.22886				24			
2998264	Limoux	limoux	FR	11300	10844	Europe/Paris	43.05487	2.22173		Limos,Limoux,Limu,Limós,li mu,rimu,Лиму,Ліму,リムー,利穆	112	76	11	112	11206
2998266	Limousis	limousis	FR	11600	110	Europe/Paris	43.33437	2.40132		Limousis		76	11	111	11205
2998269	Limours	limours	FR	91470	6414	Europe/Paris	48.64625	2.07688		Limours,Limours-en-Hurepoix,Limur,li mu er,Лимур,Лімур,利穆尔		11	91	913	91338
2998274	Limony	limony	FR	07340	640	Europe/Paris	45.35199	4.75776		Limony		84	07	073	07143
2998275	Limont-Fontaine	limont-fontaine	FR	59330	0	Europe/Paris	50.20838	3.92452		Limont-Fontaine		32	59	591	59351
2998276	Limons	limons	FR	63290	659	Europe/Paris	45.97353	3.44539		Limons		84	63	634	63196
2998277	Limonest	limonest	FR	69576 CEDEX	2984	Europe/Paris	45.83702	4.77188		Limone,Limonest,Лимоне,Лімоне		84	69	691	69116
2998280	Limon	limon	FR	58270	167	Europe/Paris	46.96933	3.37962		Limon		27	58	583	58143
2998281	Limon	limon	FR	58270	0	Europe/Paris	44.19465	0.35119				75	47	474	47097
2998282	Limoise	limoise	FR	03320	206	Europe/Paris	46.67633	3.05181		Limoise		84	03	032	03146
2998283	Limogne-en-Quercy	limogne-en-quercy	FR	46260	778	Europe/Paris	44.4	1.78333				76	46	461	46173
2998284	Limoges-Fourches	limoges-fourches	FR	77550	325	Europe/Paris	48.62801	2.66553		Limoges,Limoges-Fourches		11	77	772	77252
2998286	Limoges	limoges	FR	87000	141176	Europe/Paris	45.83362	1.24759		Augustoritum,LIG,Lemojez,Lemotges,Lemòtges,Limages,Limoges,Limogo,Limog·es,Limotges,Limoz,Limoza,Limozas,Limozh,Limoĝo,Limoža,Limožas,Limòtges,Llemotges,li meng,li mo ri,limoja,limoju,limozhi,lymwj,lymwz,lymwzh,rimoju,Λιμόζ,Лимож,Лімож,Լիմոժ,לימוז,ليموج,لیموژ,لیموگے,लिमोज,ლიმოჟი,リモージュ,利摩日,里蒙,리모주	87	75	87	872	87085
2998288	Limeyrat	limeyrat	FR	24210	458	Europe/Paris	45.16004	0.98016		Limeirac,Limera,Limeyrat,Лимера,Лімера		75	24	244	24241
2998289	Limey-Remenauville	limey-remenauville	FR	54470	213	Europe/Paris	48.88333	5.9				44	54	544	54316
2998290	Limeux	limeux	FR	18120	136	Europe/Paris	50.01887	1.81655		Limeux		32	80	801	80482
2998291	Limeux	limeux	FR	18120	150	Europe/Paris	47.07495	2.10839		Limeux		24	18	183	18128
2998292	Limeuil	limeuil	FR	24510	0	Europe/Paris	44.88762	0.89024		Limej,Limjoj,Limuelh,Limuèlh,li mo yi,lmwyl,Лимей,Лимёй,Лімей,لموئل,利默伊		75	24	244	24240
2998293	Limeuil	limeuil	FR	24510	0	Europe/Paris	44.7966	1.2681				75	24	244	24152
2998294	Limetz-Villez	limetz-villez	FR	78270	1838	Europe/Paris	49.06667	1.55		Limets-Ville,Лиметс-Вилле,Ліметс-Вілле		11	78	781	78337
2998296	Limésy	limesy	FR	76570	1405	Europe/Paris	49.61271	0.92483		Limesy,Limésy		28	76	763	76385
2998298	Limerzel	limerzel	FR	56220	1185	Europe/Paris	47.63646	-2.35427		Ecclesia Martyrum,Limerzel,Limerzel',Lizmerzher,li mei er ze,Лимерзель,Лімерзель,利梅尔泽		53	56	563	56111
2998299	Limersheim	limersheim	FR	67150	622	Europe/Paris	48.45494	7.64503		Limersheim		44	67	675	67266
2998301	Limeray	limeray	FR	37530	990	Europe/Paris	47.45939	1.04043		Limeray,Limre,li mo lai,Лімре,利默赖		24	37	373	37131
2998302	Limendous	limendous	FR	64420	408	Europe/Paris	43.27618	-0.18148		Limandus,Limendos,Limendous,Limendós,li mang du,Лимандус,Лімандус,利芒杜		75	64	643	64343
2998305	Limeil-Brévannes	limeil-brevannes	FR	94450	19104	Europe/Paris	48.7448	2.48705		Limeil,Limeil-Brevannes,Limeil-Breyannes,Limeil-Brévannes,Limej-Brevann,li mei bu lei wa na,Лимей-Бреванн,Лімей-Бреванн,利梅布勒瓦纳		11	94	941	94044
2998306	Limé	lime	FR	02220	157	Europe/Paris	49.3225	3.54726		Lime,Limé		32	02	024	02432
2998308	Limbrassac	limbrassac	FR	09600	101	Europe/Paris	43.0177	1.84409		Limbrassac		76	09	092	09169
2998311	Limay	limay	FR	78520	18559	Europe/Paris	48.99553	1.74081		Limay		11	78	781	78335
2998312	Limas	limas	FR	69400	4434	Europe/Paris	45.97558	4.7055		Limas		84	69	692	69115
2998313	Limanton	limanton	FR	58290	308	Europe/Paris	46.98904	3.73917		Limanton		27	58	581	58142
2998314	Limans	limans	FR	04300	307	Europe/Paris	43.98554	5.73072		Liman,Limans,li mang,Лиман,Ліман,利芒		93	04	044	04104
2998316	Limalonges	limalonges	FR	79190	841	Europe/Paris	46.13006	0.16934		Limalonges		75	79	792	79150
2998318	Lilly	lilly	FR	27480	78	Europe/Paris	49.40743	1.56559		Lilly		28	27	271	27369
2998320	Lillers	lillers	FR	62189 CEDEX	10104	Europe/Paris	50.56345	2.48042		Lie,Liller,Lillers,li lai er,lylyrs,Лие,Лиллер,Ліє,ليليرس,利莱尔		32	62	622	62516
2998321	Lillemer	lillemer	FR	35111	229	Europe/Paris	48.56556	-1.8601		Enez-Veur,Lillemer		53	35	354	35153
2998322	Lillebonne	lillebonne	FR	76170	9797	Europe/Paris	49.5203	0.53617		Lill'bonn,Lillebonne,Лилльбонн,Лілльбонн		28	76	762	76384
2998324	Lille	lille	FR	59000	228328	Europe/Paris	50.63297	3.05858		Insula,LIL,Lil,Lil',Lila,Lile,Lilis,Lill,Lill',Lilla,Lille,Lillo,Rijsel,Risel,Rysel,li er,lil,lil.,lila,lili,lly,lyl,riru,Λιλ,Лил,Лилль,Лілль,Ліль,Լիլ,ליל,للی,ليل,لیل,लील,ਲੀਲ,லீல்,ลีล,ლილი,リール,里尔,里爾,릴	32	32	59	595	59350
2998327	Lilhac	lilhac	FR	31230	101	Europe/Paris	43.28566	0.80972		Caubets,Lilhac		76	31	312	31301
2998329	L'Île-Saint-Denis	l-ile-saint-denis	FR	93450	0	Europe/Paris	48.93666	2.33944		Isle-Franciade,L'Ile-Saint-Denis,L'Île-Saint-Denis		11	93	933	93039
2998330	L'Île-Rousse	l-ile-rousse	FR	20220	2774	Europe/Paris	42.63371	8.93764		Ile Rousse,Ile Rousse (Korsika),Isola Rossa,L'Il Rus,L'Il'-Ros,L'Il'-Rus,L'Il'-Russ,L'Ile-Rousse,L'Isula Rossa,L'Île-Rousse,Lisula,Lìsula,L’Île-Rousse,Île Rousse,Л'Іль-Русс,Л'Ил Рус,Л'Иль-Рус,Л'Иль-Русс,Л’Иль-Рос		94	2B	2B5	2B134
2998331	L'Île-d'Olonne	l-ile-d-olonne	FR	85340	0	Europe/Paris	46.5619	-1.77893		Ile d'Olonne,L'Ile-d'Olonne,L'Île-d'Olonne,Île d'Olonne		52	85	853	85112
2998332	L'Île-d'Elle	l-ile-d-elle	FR	85770	0	Europe/Paris	46.33059	-0.94889		Isle-d'Elle,L'Ile-d'Elle,L'Île-d'Elle		52	85	851	85111
2998333	L'Île-Bouchard	l-ile-bouchard	FR	37220	1754	Europe/Paris	47.11667	0.41667		Ile-Bouchard,L'Isle-Bouchard,Île-Bouchard		24	37	371	37119
2998337	Lihus	lihus	FR	60360	321	Europe/Paris	49.60539	2.04341		Lihus,Liju,li yu,Лію,利于		32	60	601	60365
2998339	Lihons	lihons	FR	80320	379	Europe/Paris	49.82474	2.76561		Lihons,Lion,li weng,Ліон,利翁		32	80	804	80481
2998340	Ligugé	liguge	FR	86240	2806	Europe/Paris	46.51984	0.32665		Ligjuzhe,Liguge,Ligugé,Locociacum,li ju re,Лігюже,利居热		75	86	863	86133
2998341	Ligueux	ligueux	FR	24460	0	Europe/Paris	45.3091	0.81937		Ligueux		75	24	243	24540
2998342	Ligueux	ligueux	FR	24460	0	Europe/Paris	44.78677	0.26892		Ligueux		75	33	335	33246
2998343	Ligueil	ligueil	FR	37240	2187	Europe/Paris	47.0421	0.81893		Ligueil,Ligueuil		24	37	373	37130
2998344	Ligsdorf	ligsdorf	FR	68480	316	Europe/Paris	47.4723	7.30468		Ligsdorf,Ligsdorff		44	68	681	68186
2998345	Ligron	ligron	FR	72270	449	Europe/Paris	47.77111	0.00911		Ligron		52	72	721	72163
2998346	Ligron	ligron	FR	72270	0	Europe/Paris	46.99247	-0.25664				75	79	791	79329
2998347	Ligré	ligre	FR	37500	1011	Europe/Paris	47.11185	0.27562		Ligre,Ligré		24	37	371	37129
2998354	Ligny-Thilloy	ligny-thilloy	FR	62450	526	Europe/Paris	50.08501	2.82232		Ligny,Ligny-Thilloy		32	62	621	62515
2998355	Ligny-sur-Canche	ligny-sur-canche	FR	62270	211	Europe/Paris	50.28517	2.25697		Ligny,Ligny-sur-Canche,Lin'i-sjur-Kansh,kang shen he pan li ni,lyjny swr kantshy,Линьи-сюр-Канш,Ліньї-сюр-Канш,ليجني سور كانتشي,康什河畔利尼		32	62	621	62513
2998356	Ligny-Saint-Flochel	ligny-saint-flochel	FR	62127	208	Europe/Paris	50.35927	2.42981		Ligny,Ligny-Saint-Flochel,Lin'i-Sen-Floshel',li ni sheng fu luo xie er,lyjny san flwtshyl,Линьи-Сен-Флошель,Ліньї-Сен-Флошель,ليجني سان فلوتشيل,利尼圣弗洛谢尔		32	62	621	62514
2998357	Ligny-lès-Aire	ligny-les-aire	FR	62960	517	Europe/Paris	50.55714	2.34907		Ligny,Ligny-les-Aire,Ligny-lès-Aire,Lin'i-lez-Er,li ni lai ai er,lyjny lyh ayr,Линьи-лез-Ер,Ліньї-лез-Ер,ليجني ليه أير,利尼莱艾尔		32	62	622	62512
2998358	Ligny-le-Ribault	ligny-le-ribault	FR	45240	1199	Europe/Paris	47.68419	1.78153		Ligny,Ligny-le-Ribault,Lin'i-le-Ribo,li ni lai li bo er,Ліньї-ле-Рибо,利尼莱里博尔		24	45	452	45182
2998359	Ligny-le-Châtel	ligny-le-chatel	FR	89144	1339	Europe/Paris	47.90022	3.7576		Ligny,Ligny-le-Chatel,Ligny-le-Châtel		27	89	891	89227
2998360	Ligny-en-Cambrésis	ligny-en-cambresis	FR	59191	1691	Europe/Paris	50.10123	3.37841		Ligny,Ligny-en-Cambresis,Ligny-en-Cambrésis,Lin'i-an-Kambrezi,li ni ang kang bu lei xi,Линьи-ан-Камбрези,Ліньї-ан-Камбрезі,利尼昂康布雷西		32	59	592	59349
2998361	Ligny-en-Brionnais	ligny-en-brionnais	FR	71110	346	Europe/Paris	46.23894	4.18902		Ligny,Ligny-en-Brionnais		27	71	713	71259
2998362	Ligny-en-Barrois	ligny-en-barrois	FR	55500	5247	Europe/Paris	48.68861	5.32543		Ligny,Ligny-en-Barrois,Lin'i-an-Barrua,ba er lu wa de qu li ni,Линьи-ан-Барруа,Ліньї-ан-Барруа,巴尔鲁瓦地区利尼		44	55	551	55291
2998366	Lignou	lignou	FR	61220	149	Europe/Paris	48.67056	-0.34603				28	61	612	61227
2998367	Lignorelles	lignorelles	FR	89800	183	Europe/Paris	47.86272	3.72776		Lignorelles		27	89	891	89226
2998371	Lignon	lignon	FR	51290	90	Europe/Paris	48.58604	4.53223		Lignon		44	51	514	51322
2998372	Lignol-le-Château	lignol-le-chateau	FR	10200	177	Europe/Paris	48.22329	4.80831		Lignol,Lignol-le-Chateau,Lignol-le-Château		44	10	101	10197
2998373	Lignol	lignol	FR	56160	926	Europe/Paris	48.03771	-3.27147		An Ignol,Lignol		53	56	562	56110
2998374	Lignières-sur-Aire	lignieres-sur-aire	FR	55260	62	Europe/Paris	48.80891	5.38063		Lignieres,Lignieres-sur-Aire,Lignières,Lignières-sur-Aire		44	55	552	55290
2998375	Lignières-Sonneville	lignieres-sonneville	FR	16130	609	Europe/Paris	45.55896	-0.18309		Lignieres,Lignieres-Sonneville,Lignières,Lignières-Sonneville,Lin'er-Sonnvil',Lin'er-Sonvil',li ni ai suo na wei er,Линьер-Сонвиль,Ліньєр-Соннвіль,利尼埃索纳维尔		75	16	162	16186
2998376	Lignières	lignieres	FR	10130	0	Europe/Paris	49.68333	2.65		Avre-Libre,Lignieres-les-Roye,Lignières-les-Roye		32	80	803	80478
2998447	Lieurac	lieurac	FR	09300	160	Europe/Paris	42.98157	1.78945		Lieurac		76	09	092	09168
2998377	Lignières-Orgères	lignieres-orgeres	FR	53140	769	Europe/Paris	48.5424	-0.20692		Lignieres,Lignieres-la-Doucelle,Lignières,Lignières-la-Doucelle		52	53	533	53133
2998378	Lignières-la-Carelle	lignieres-la-carelle	FR	72610	368	Europe/Paris	48.43521	0.17589		Ligieres,Ligières,Lignieres-la-Carelle,Lignières-la-Carelle		52	72	722	72137
2998379	Lignières-en-Vimeu	lignieres-en-vimeu	FR	80140	114	Europe/Paris	49.91092	1.7381		Lignieres,Lignieres-en-Vimeu,Lignières,Lignières-en-Vimeu		32	80	802	80480
2998380	Lignières-de-Touraine	lignieres-de-touraine	FR	37130	965	Europe/Paris	47.29748	0.41676		Lignieres,Lignieres-de-Touraine,Lignières,Lignières-de-Touraine		24	37	372	37128
2998381	Lignières-Châtelain	lignieres-chatelain	FR	80290	290	Europe/Paris	49.77455	1.86245		Lignieres,Lignieres-Chatelain,Lignieres-en-Chaussee,Lignières,Lignières-Châtelain,Lignières-en-Chaussée		32	80	802	80479
2998383	Lignières	lignieres	FR	10130	260	Europe/Paris	47.9515	3.96946		Lignieres,Lignières		44	10	103	10196
2998384	Lignières	lignieres	FR	10130	386	Europe/Paris	47.86625	1.18388		Lignieres,Lignières		24	41	412	41115
2998385	Lignières	lignieres	FR	10130	0	Europe/Paris	47.35857	4.50178				27	21	213	21069
2998386	Lignières	lignieres	FR	10130	1637	Europe/Paris	46.75152	2.17381		Lignieres,Lignières		24	18	182	18127
2998389	Ligneyrac	ligneyrac	FR	19500	286	Europe/Paris	45.05189	1.61863		Ligneyrac		75	19	191	19115
2998390	Lignéville	ligneville	FR	88800	312	Europe/Paris	48.16669	5.95153		Ligneville,Lignéville		44	88	882	88271
2998392	Lignerolles	lignerolles	FR	03410	268	Europe/Paris	48.84759	1.27477		Lignerolles		28	27	273	27368
2998393	Lignerolles	lignerolles	FR	03410	140	Europe/Paris	48.5908	0.58356		Lignerolles		28	61	613	61491
2998394	Lignerolles	lignerolles	FR	03410	55	Europe/Paris	47.90152	4.88854		Lignerolles		27	21	213	21350
2998395	Lignerolles	lignerolles	FR	03410	136	Europe/Paris	46.4959	2.1438		Lignerolles		24	36	363	36095
2998396	Lignerolles	lignerolles	FR	03410	584	Europe/Paris	46.28011	2.56656		Lignerolles		84	03	031	03145
2998397	Lignereuil	lignereuil	FR	62810	119	Europe/Paris	50.29101	2.47212		Legnereul,Lignereuil,Lin'erej,Lègnereul,li nie lei yi,lyjnyrywyl,Линьерей,Ліньєрей,ليجنيريويل,利涅勒伊		32	62	621	62511
2998398	Lignères	ligneres	FR	61240	34	Europe/Paris	48.73605	0.31088		Ligneres,Lignères		28	61	613	61225
2998403	Ligne	ligne	FR	16140	0	Europe/Paris	50.66201	2.32806				32	62	625	62721
2998404	Ligné	ligne	FR	16140	3222	Europe/Paris	47.41148	-1.37796		Legneg,Ligne,Ligné		52	44	445	44082
2998405	Ligné	ligne	FR	16140	163	Europe/Paris	45.92214	0.10887		Ligne,Ligné		75	16	163	16185
2998408	Lignareix	lignareix	FR	19200	157	Europe/Paris	45.61667	2.3		Lignareix		75	19	193	19114
2998409	Lignan-sur-Orb	lignan-sur-orb	FR	34490	3232	Europe/Paris	43.38395	3.16981		Lignan,Lignan-sur-Orb		76	34	341	34140
2998410	Lignan-de-Bordeaux	lignan-de-bordeaux	FR	33360	707	Europe/Paris	44.79627	-0.42771		Lignan,Lignan-de-Bordeaux,Lin'jan-de-Bordo,Linhan de Bordeu,Linhan de Bordèu,li ni ang de bo er duo,Линьян-де-Бордо,Ліньян-де-Бордо,利尼昂德博尔多		75	33	332	33245
2998411	Lignan-de-Bazas	lignan-de-bazas	FR	33430	266	Europe/Paris	44.4316	-0.27857		Lignan,Lignan-de-Bazas		75	33	333	33244
2998412	Lignairolles	lignairolles	FR	11240	32	Europe/Paris	43.0974	1.99422		Lignairolles		76	11	112	11204
2998414	Lignac	lignac	FR	36370	592	Europe/Paris	46.46576	1.21841		Guillaume-Tell,Lignac,Lin'jak,Linhac,li ni ya ke,Линьяк,Ліньяк,利尼亚克		24	36	361	36094
2998415	Liglet	liglet	FR	86290	370	Europe/Paris	46.50973	1.08448		Ligle,Liglet,li ge lei,Лігле,利格勒		75	86	862	86132
2998416	Liginiac	liginiac	FR	19160	0	Europe/Paris	45.43333	2.43333				75	19	193	19252
2998417	Liginiac	liginiac	FR	19160	0	Europe/Paris	45.41532	2.33339		Liginhac,Lizhin'jak,li ji ni a ke,Лижиньяк,Ліжиньяк,利吉尼阿克		75	19	193	19113
2998418	Ligescourt	ligescourt	FR	80150	196	Europe/Paris	50.28954	1.87575		Ligescourt		32	80	801	80477
2998421	Ligardes	ligardes	FR	32480	265	Europe/Paris	44.04044	0.48205		Ligardes		76	32	322	32212
2998423	Liffré	liffre	FR	35340	7034	Europe/Paris	48.21371	-1.50898		Liffre,Liffré,Liverieg,Livriacum,li fu lei,Лиффре,Ліффре,利夫雷		53	35	353	35152
2998424	Liffol-le-Petit	liffol-le-petit	FR	52700	346	Europe/Paris	48.29757	5.5261		Liffol-le-Petit		44	52	521	52289
2998425	Liffol-le-Grand	liffol-le-grand	FR	88350	2392	Europe/Paris	48.31771	5.58125		Liffol'-le-Gran,Liffol-le-Grand,da li fu,Лиффоль-ле-Гран,Ліффоль-ле-Гран,大利福		44	88	882	88270
2998426	Liézey	liezey	FR	88400	330	Europe/Paris	48.09468	6.80396		Liezey,Liézey		44	88	883	88269
2998427	Liez	liez	FR	02700	447	Europe/Paris	49.69057	3.29272		Liez		32	02	022	02431
2998428	Liez	liez	FR	02700	239	Europe/Paris	46.3694	-0.70299		Liez		52	85	851	85123
2998431	Liévin	lievin	FR	62800	34370	Europe/Paris	50.4198	2.78068		L'even,Levin,Lieven,Lievin,Lijeven,Liévin,Lévin,lie wan,liebaeng,lyfyn,lyywn,rievu~an,Лиевен,Лијевен,Льевен,Льєвен,ليفين,لیئون,リエヴァン,列萬,리에뱅		32	62	627	62510
2998432	Liévans	lievans	FR	70240	113	Europe/Paris	47.6367	6.34701		Lievans,Liévans		27	70	702	70303
2998434	Lieuvillers	lieuvillers	FR	60130	545	Europe/Paris	49.47015	2.49772		Lieuvillers		32	60	602	60364
2998436	Lieutadès	lieutades	FR	15110	0	Europe/Paris	44.83986	2.89894		L'etade,L'jotades,Lieutades,Lieutadès,Luectades,Luectadés,li ye yu ta dai,Льетаде,Льётадес,Льєтаде,利耶于塔代		84	15	153	15106
2998437	Lieu-Saint-Amand	lieu-saint-amand	FR	59111	1272	Europe/Paris	50.27318	3.34624		Lieu-Saint-Amand		32	59	596	59348
2998438	Lieusaint	lieusaint	FR	50700	346	Europe/Paris	49.47547	-1.47785		Lieusaint		28	50	502	50270
2998439	Lieusaint	lieusaint	FR	50700	7018	Europe/Paris	48.63476	2.54806		Lieusaint		11	77	772	77251
2998441	Lieuron	lieuron	FR	35550	617	Europe/Paris	47.85142	-1.94343		L'eron,Lieuron,Luzron,li ye yu long,Льерон,Льєрон,利耶于龙		53	35	352	35151
2998443	Lieurey	lieurey	FR	27560	1255	Europe/Paris	49.23019	0.49879		L'ere,Lieurey,li ye yu lei,Льере,Льєре,利耶于雷		28	27	272	27367
2998445	Lieuran-lès-Béziers	lieuran-les-beziers	FR	34290	1054	Europe/Paris	43.41869	3.23686		Lieuran,Lieuran-les-Beziers,Lieuran-lès-Béziers		76	34	341	34139
2998446	Lieuran-Cabrières	lieuran-cabrieres	FR	34800	205	Europe/Paris	43.58524	3.41542		Lieuran,Lieuran-Cabrieres,Lieuran-Cabrières		76	34	342	34138
2998450	Lieudieu	lieudieu	FR	38440	265	Europe/Paris	45.45905	5.18262		Lieudieu		84	38	383	38211
2998451	Lieucourt	lieucourt	FR	70140	52	Europe/Paris	47.34986	5.62265		Lieucourt		27	70	702	70302
2998454	Lieuche	lieuche	FR	06260	48	Europe/Paris	43.99567	7.01671		Lieuche		93	06	062	06076
2998456	Liettres	liettres	FR	62145	247	Europe/Paris	50.59586	2.34227		L'ettr,Liete,Liettres,Liète,li ye te er,lytrys,Льеттр,Льєттр,ليتريس,利耶特尔		32	62	622	62509
2998457	Liesville-sur-Douve	liesville-sur-douve	FR	50480	158	Europe/Paris	49.35607	-1.33738		Liesville,Liesville-sur-Douve		28	50	502	50269
2998458	Liessies	liessies	FR	59740	0	Europe/Paris	50.11828	4.0826		L'essi,Liessies,li ye xi,Льесси,Льєссі,利耶西		32	59	591	59347
2998460	Liesse-Notre-Dame	liesse-notre-dame	FR	02350	1530	Europe/Paris	49.61667	3.8		Notre Dame de Liesse		32	02	022	02430
2998461	Liesle	liesle	FR	25440	577	Europe/Paris	47.06185	5.81393		Liesle		27	25	251	25336
2998462	Lies	lies	FR	65200	68	Europe/Paris	43.06551	0.20975		Lies		76	65	652	65275
2998463	Lierville	lierville	FR	60240	255	Europe/Paris	49.19064	1.88082		Lierville		32	60	601	60363
2998464	Lierval	lierval	FR	02860	132	Europe/Paris	49.48333	3.61667		L'erval',Lierval,li ye wa lei,Льерваль,Льєрваль,利耶瓦勒		32	02	022	02429
2998467	Liernolles	liernolles	FR	03130	287	Europe/Paris	46.39478	3.75187		Liernolles		84	03	033	03144
2998468	Liernais	liernais	FR	21430	704	Europe/Paris	47.20666	4.28155		L'erne,Liernais,li ye er nai,lyrnh,Льерне,Льєрне,لیرنه,利耶尔奈		27	21	211	21349
2998469	Liergues	liergues	FR	69400	1496	Europe/Paris	45.97138	4.66231		Liergues		84	69	692	69159
2998470	Lières	lieres	FR	62190	291	Europe/Paris	50.55414	2.4177		L'er,Lieres,Lières,li ye er,lyrys,Льер,Льєр,ليريس,利耶尔		32	62	622	62508
2998471	Liercourt	liercourt	FR	80580	327	Europe/Paris	50.0425	1.89596		Liercourt		32	80	801	80476
2998472	Liéramont	lieramont	FR	80240	199	Europe/Paris	49.99366	3.0491		Lieramont,Liéramont		32	80	804	80475
2998474	Lièpvre	liepvre	FR	68660	1708	Europe/Paris	48.27166	7.28229		L'evr,Liepvre,Lièpvre,li ye pu fu er,Льевр,Льєвр,利耶普夫尔		44	68	682	68185
2998475	Lieoux	lieoux	FR	31800	0	Europe/Paris	43.15222	0.77032		Lieoux,Liéoux		76	31	312	31300
2998477	Liencourt	liencourt	FR	62810	226	Europe/Paris	50.27214	2.45182		L'jankur,Liencourt,li an ku er,lynkwrt,Льянкур,لينكورت,利安库尔		32	62	621	62507
2998478	Liéhon	liehon	FR	57420	0	Europe/Paris	48.9996	6.25813		Liehon,Liéhon		44	57	579	57403
2998480	Lieffrans	lieffrans	FR	70190	48	Europe/Paris	47.51845	5.96986		Lieffrans		27	70	702	70301
2998482	Liederschiedt	liederschiedt	FR	57230	136	Europe/Paris	49.12123	7.49784		L'edershid,Liederscheidt,Liederschiedt,li ye dai er si xie de,lydrshyt,Льедершид,Льєдершид,لیدرشیت,利耶代尔斯谢德		44	57	576	57402
2998483	Liebvillers	liebvillers	FR	25190	214	Europe/Paris	47.33413	6.78191		Liebvillers		27	25	252	25335
2998484	Liebsdorf	liebsdorf	FR	68480	304	Europe/Paris	47.47962	7.23027		Liebsdorf		44	68	681	68184
2998485	Liebenswiller	liebenswiller	FR	68220	194	Europe/Paris	47.4996	7.45434		Liebenswiller		44	68	684	68183
2998487	Lidrezing	lidrezing	FR	57340	92	Europe/Paris	48.88355	6.69689		Lidrezing		44	57	575	57401
2998491	Licy-Clignon	licy-clignon	FR	02810	81	Europe/Paris	49.09976	3.27452		Licy-Clignon		32	02	021	02428
2998492	Licques	licques	FR	62850	1475	Europe/Paris	50.78416	1.93844		Licques,Lik,li ke,lyskyws,Лик,Лік,ليسكيوس,利克		32	62	626	62506
2998494	Licourt	licourt	FR	80320	403	Europe/Paris	49.82097	2.8999		Licourt		32	80	804	80474
2998497	Lichtenberg	lichtenberg	FR	67340	544	Europe/Paris	48.92172	7.48166		Lichtenberg		44	67	674	67265
2998498	Lichos	lichos	FR	64130	136	Europe/Paris	43.30432	-0.8757		Lichos		75	64	642	64341
2998502	Lichères-sur-Yonne	licheres-sur-yonne	FR	89660	63	Europe/Paris	47.5	3.6		Licheres,Lichères		27	89	892	89225
2998503	Lichères-près-Aigremont	licheres-pres-aigremont	FR	89800	161	Europe/Paris	47.72819	3.85471		Licheres,Licheres-pres-Aigremont,Lichères,Lichères-près-Aigremont		27	89	891	89224
2998504	Lichères	licheres	FR	16460	95	Europe/Paris	45.90243	0.2255		Licheres,Lichères,Lisher,li xie lei,risheru,Лишер,Лішер,リシェール,利谢雷		75	16	163	16184
2998509	Licey-sur-Vingeanne	licey-sur-vingeanne	FR	21610	100	Europe/Paris	47.48073	5.38144		Licey,Licey-sur-Vingeanne		27	21	212	21348
2998517	Libourne	libourne	FR	33500	24240	Europe/Paris	44.91449	-0.24186		Liborna,Libourne,Liburn,XLR,li bu er ne,libuleun,lybwrn,riburunu,Либурн,Лібурн,ליבורן,لیبورن,リブルヌ,利布爾訥,리부른	335	75	33	335	33243
2998519	Libermont	libermont	FR	60640	198	Europe/Paris	49.69403	2.97225		Libermont		32	60	603	60362
2998520	Libercourt	libercourt	FR	62820	8443	Europe/Paris	50.48322	3.01584		Libercourt,Liberkur,li bei er ku er,lybyrkwrt,Либеркур,Ліберкур,ليبيركورت,利贝尔库尔		32	62	627	62907
2998522	Libaros	libaros	FR	65330	164	Europe/Paris	43.25327	0.39151		Libaros		76	65	652	65274
2998523	Liausson	liausson	FR	34800	125	Europe/Paris	43.63611	3.36967		Liausson		76	34	342	34137
2998526	Lias-d'Armagnac	lias-d-armagnac	FR	32240	0	Europe/Paris	43.86403	-0.07303		Lias,Lias-d'Armagnac		76	32	322	32211
2998527	Lias	lias	FR	32600	322	Europe/Paris	43.56247	1.13466		Lias		76	32	321	32210
2998528	Liart	liart	FR	08290	522	Europe/Paris	49.76817	4.34213		Liart		44	08	081	08254
2998530	Liancourt-Saint-Pierre	liancourt-saint-pierre	FR	60240	612	Europe/Paris	49.23561	1.90936		Liancourt,Liancourt-Saint-Pierre,Liankur-Sen-Perr,li ang ku er sheng pi ye er,Ліанкур-Сен-Пєрр,利昂库尔圣皮耶尔		32	60	601	60361
2998531	Liancourt-Fosse	liancourt-fosse	FR	80700	234	Europe/Paris	49.75533	2.81451		Liancourt,Liancourt-Fosse		32	80	803	80473
2998532	Liancourt	liancourt	FR	60140	6758	Europe/Paris	49.33034	2.46595		L'Unite-de-l'Oise,L'Unité-de-l'Oise,L'jankur,Liancourt,Liancourt-sous-Clermont,Liankur,Unite-sur-Oise,Unité-sur-Oise,li ang ku er,lyankwrt,Льянкур,Ліанкур,لیانکورت,利昂库尔		32	60	602	60360
2998536	Liac	liac	FR	65140	178	Europe/Paris	43.41411	0.0982		Liac		76	65	653	65273
2998537	Lhuys	lhuys	FR	02220	137	Europe/Paris	49.27822	3.55226		Lhuys		32	02	024	02427
2998540	Lhuître	lhuitre	FR	10700	237	Europe/Paris	48.57034	4.24826		Lhuitre,Lhuître		44	10	103	10195
2998542	L'Huisserie	l-huisserie	FR	53970	0	Europe/Paris	48.02428	-0.76855		L'Huisserie		52	53	532	53119
2998545	Lhuis	lhuis	FR	01680	801	Europe/Paris	45.74262	5.5386		Lhuis		84	01	011	01216
2998547	Lhoumois	lhoumois	FR	79390	150	Europe/Paris	46.7056	-0.12086		Lhoumois		75	79	793	79149
2998548	L'Houmeau	l-houmeau	FR	17137	0	Europe/Paris	46.19311	-1.18698		L'Houmeau		75	17	173	17190
2998550	L'Hôtellerie-de-Flée	l-hotellerie-de-flee	FR	49500	0	Europe/Paris	47.74393	-0.8886		L'Hotellerie-de-Flee,L'Hôtellerie-de-Flée		52	49	494	49331
2998551	L'Hôtellerie	l-hotellerie	FR	14100	0	Europe/Paris	49.14202	0.4084		L'Hotellerie,L'Hôtellerie		28	14	143	14334
2998552	L'Hôtellerie	l-hotellerie	FR	14100	0	Europe/Paris	48.2285	-1.11857				53	35	351	35072
2998553	L'Hôtellerie	l-hotellerie	FR	14100	0	Europe/Paris	48.17838	-0.99469				52	53	532	53039
2998554	L'Hospitalet-près-l'Andorre	l-hospitalet-pres-l-andorre	FR	09390	0	Europe/Paris	42.58825	1.79835		L'Hospitalet,L'Hospitalet-pres-l'Andorre,L'Hospitalet-près-l'Andorre,Soldeu l'Hospitalet		76	09	091	09139
2998555	L'Hospitalet-du-Larzac	l-hospitalet-du-larzac	FR	12230	0	Europe/Paris	43.9741	3.19196		L'Hospitalet		76	12	121	12115
2998556	Lhospitalet	lhospitalet	FR	46170	0	Europe/Paris	44.36087	1.40768		L'Hospitalet,Lhospitalet		76	46	461	46172
2998557	L'Hospitalet	l-hospitalet	FR	04150	0	Europe/Paris	44.08705	5.69849		L'Hospitalet		93	04	044	04095
2998559	L'Hosmes	l-hosmes	FR	27570	0	Europe/Paris	48.78741	1.03575		L'Hosmes		28	27	272	27341
2998560	L'Horme	l-horme	FR	42152	0	Europe/Paris	45.49002	4.53703		L'Horme		84	42	423	42110
2998561	Lhor	lhor	FR	57670	149	Europe/Paris	48.88916	6.86965		Lhor		44	57	575	57410
2998565	L'Hôpital-sous-Rochefort	l-hopital-sous-rochefort	FR	42130	0	Europe/Paris	45.9745	4.12944		Hopital-sous-Rochefort,L'Hopital,L'Hopital-sous-Rochefort,L'Hôpital,L'Hôpital-sous-Rochefort		84	42	422	42212
2998566	L'Hôpital-sous-Rochefort	l-hopital-sous-rochefort	FR	42130	0	Europe/Paris	45.77395	3.93311		L'Hopital,L'Hopital-sous-Rochefort,L'Hôpital,L'Hôpital-sous-Rochefort		84	42	421	42109
2998567	L'Hôpital-Saint-Lieffroy	l-hopital-saint-lieffroy	FR	25340	0	Europe/Paris	47.4	6.45		L'Hopital,L'Hôpital		27	25	252	25306
2998568	L'Hôpital-Saint-Blaise	l-hopital-saint-blaise	FR	64130	0	Europe/Paris	43.25166	-0.76866		L'Hopital,L'Hopital-Saint-Blaise,L'Hôpital-Saint-Blaise,Ospitalepea		75	64	642	64264
2998569	L'Hôpital-le-Mercier	l-hopital-le-mercier	FR	71600	0	Europe/Paris	46.39322	4.01547		Hopital-le-Mercier,L'Hopital,L'Hopital-le-Mercier,L'Hôpital,L'Hôpital-le-Mercier		27	71	713	71233
2998570	L'Hôpital-le-Grand	l-hopital-le-grand	FR	42210	0	Europe/Paris	45.59175	4.20026		L'Hopital,L'Hopital-le-Grand,L'Hôpital,L'Hôpital-le-Grand		84	42	421	42108
2998572	L'Hôpital-du-Grosbois	l-hopital-du-grosbois	FR	25620	0	Europe/Paris	47.17019	6.21987		L'Hopital,L'Hopital-du-Grosbois,L'Hôpital,L'Hôpital-du-Grosbois		27	25	251	25305
2998573	L'Hôpital-d'Orion	l-hopital-d-orion	FR	64270	0	Europe/Paris	43.43667	-0.84874		L'Hopital,L'Hopital-d'Orion,L'Hôpital,L'Hôpital-d'Orion		75	64	642	64263
2998574	Hôpital-Camfrout	hopital-camfrout	FR	29460	1751	Europe/Paris	48.32854	-4.24185		An Ospital,Hopital-Camfrout,Hôpital-Camfrout,L'Hopital,L'Hopital-Camfrout,L'Hôpital,L'Hôpital-Camfrout,Opital'-Kamfru,ao pi ta kang fu lu,opitaru=kanfuru,Опиталь-Камфру,Опіталь-Камфру,オピタル＝カンフルー,奥皮塔康夫鲁		53	29	291	29080
2998576	L'Hôpital	l-hopital	FR	57490	0	Europe/Paris	49.15915	6.73275		L'Hopital,L'Hôpital		44	57	573	57336
2998577	L'Hôpital	l-hopital	FR	57490	0	Europe/Paris	48.0414	3.74272				27	89	891	89425
2998578	Lhôpital	lhopital	FR	01420	0	Europe/Paris	46.02188	5.77958		Lopital,Lopital',luo pi ta er,lwbytal,Лопиталь,Лопіталь,Լոպիտալ,لوبيتال,洛皮塔尔		84	01	014	01215
2998579	L'Hôpital	l-hopital	FR	57490	0	Europe/Paris	45.88129	5.26382		Hopital,Hôpital,L'Hopital,L'Hôpital		84	01	011	01099
2998580	L'Hôpital	l-hopital	FR	57490	0	Europe/Paris	45.5627	4.49196				84	42	423	42133
2998581	L'Hôpital	l-hopital	FR	57490	0	Europe/Paris	45.35	2.45				84	15	152	15265
2998582	L'Hôpital	l-hopital	FR	57490	0	Europe/Paris	45.23333	2.4				84	15	152	15261
2998583	L'Hôpital	l-hopital	FR	57490	0	Europe/Paris	45.19077	0.44321				75	24	243	24104
2998584	L'Hôpital	l-hopital	FR	57490	0	Europe/Paris	45.09826	2.39341		L'Hopital,L'Hôpital		84	15	151	15179
2998585	L'Hôpital	l-hopital	FR	57490	0	Europe/Paris	45.07371	1.93733		L'Hopital,L'Hospital la Grange,L'Hôpital		75	19	192	19010
2998586	L'Hôpital	l-hopital	FR	57490	0	Europe/Paris	44.95862	2.29567				84	15	151	15204
2998587	L'Hôpital	l-hopital	FR	57490	0	Europe/Paris	44.76421	6.01681		Hopital,L'Hopital,L'Hôpital		93	05	052	05039
2998588	L'Hôpital	l-hopital	FR	57490	0	Europe/Paris	44.75005	1.79702				76	46	462	46132
2998589	L'Hôpital	l-hopital	FR	57490	0	Europe/Paris	44.39092	3.80139				76	48	481	48116
2998595	Lhomme	lhomme	FR	72340	938	Europe/Paris	47.74434	0.55921		Lhomme		52	72	721	72161
2998596	Lhommaizé	lhommaize	FR	86410	781	Europe/Paris	46.43548	0.59785		Lhommaize,Lhommaizé,Lommeze,yue mai ze,Ломмезе,约迈泽		75	86	862	86131
2998597	L'Hôme-Chamondot	l-home-chamondot	FR	61290	0	Europe/Paris	48.5878	0.71239		L'Home-Chamondot,L'Hôme-Chamondot		28	61	613	61206
2998600	Lhez	lhez	FR	65190	83	Europe/Paris	43.20392	0.19728		Lhez		76	65	653	65272
2998602	Lhéry	lhery	FR	51170	76	Europe/Paris	49.21047	3.76357		Lhery,Lhéry		44	51	513	51321
2998605	L'Hermitière	l-hermitiere	FR	61260	0	Europe/Paris	48.28188	0.64487		L'Hermitiere,L'Hermitière		28	61	613	61484
2998606	L'Hermitage-Lorge	l-hermitage-lorge	FR	22150	0	Europe/Paris	48.33265	-2.8284		L'Hermitage,L'Hermitage-Lorge,L'Hermitage-Lorges,Peniti-Koedrac'h		53	22	224	22203
2998607	L'Hermitage	l-hermitage	FR	35590	0	Europe/Paris	48.12554	-1.81611		Ar Peniti,L'Hermitage		53	35	353	35131
2998614	L'Hermenault	l-hermenault	FR	85570	0	Europe/Paris	46.51968	-0.90099		L'Hermenault		52	85	851	85110
2998615	L'Herm	l-herm	FR	09000	0	Europe/Paris	44.94676	4.24664				84	07	073	07226
2998616	L'Herm	l-herm	FR	09000	0	Europe/Paris	44.95562	3.9705				84	43	432	43135
2998618	L'Herm	l-herm	FR	09000	0	Europe/Paris	44.8702	3.99221				84	43	432	43231
2998619	L'Herm	l-herm	FR	09000	0	Europe/Paris	44.83387	3.6069				76	48	482	48038
2998620	Lherm	lherm	FR	31600	232	Europe/Paris	44.56766	1.24549				76	46	461	46171
2998621	L'Herm	l-herm	FR	09000	0	Europe/Paris	44.18583	2.1913		Herm,L'Herm		76	12	123	12258
2998622	Lherm	lherm	FR	31600	2887	Europe/Paris	43.4297	1.22157		Lherm		76	31	311	31299
2998623	L'Herm	l-herm	FR	09000	0	Europe/Paris	42.97079	1.68621		L'Herm		76	09	091	09138
2998626	L'Herbergement	l-herbergement	FR	85260	0	Europe/Paris	46.90892	-1.37648		L'Herbergement		52	85	852	85108
2998631	Lhéraule	lheraule	FR	60650	147	Europe/Paris	49.48741	1.93034		Lheraule,Lhéraule		32	60	601	60359
2998632	L'Haÿ-les-Roses	l-hay-les-roses	FR	94240	29703	Europe/Paris	48.77935	2.33729		L'Hay,L'Hay-les-Roses,L'Haÿ-les-Roses	943	11	94	943	94038
2998636	L'Habit	l-habit	FR	27220	0	Europe/Paris	48.87362	1.36104		L'Habit		28	27	273	27309
2998639	Lezoux	lezoux	FR	63190	5170	Europe/Paris	45.82689	3.37924		Ledos,Ledós,Lesos,Lesós,Lezu,lei zu,ruzu,Лезу,ルズー,勒祖		84	63	635	63195
2998640	Lézinnes	lezinnes	FR	89160	819	Europe/Paris	47.80089	4.08776		Lezinnes,Lézinnes		27	89	892	89223
2998641	Lézigneux	lezigneux	FR	42600	1174	Europe/Paris	45.56589	4.06542		Lezigneux,Lézigneux		84	42	421	42122
2998642	Lézigné	lezigne	FR	49430	665	Europe/Paris	47.63647	-0.29588		Lezigne,Lézigné		52	49	491	49174
2998643	Lézignan-la-Cèbe	lezignan-la-cebe	FR	34120	1138	Europe/Paris	43.49399	3.43672		Lesignan la Cebe,Lesinhan de la Ceba,Lesinhan la Ceba,Lezignan,Lezignan-la-Cebe,Lezin'jan-la-Seb,Lésignan la Cèbe,Lézignan,Lézignan-la-Cèbe,lai qi ni ang la sai bu,Лезиньян-ла-Себ,Лезіньян-ла-Себ,莱齐尼昂拉塞布		76	34	341	34136
2998644	Lézignan-Corbières	lezignan-corbieres	FR	11200	9042	Europe/Paris	43.20085	2.75745		Lesinhan de las Corbieras,Lesinhan de las Corbièras,Lezicnan-Corbieres,Lezignan,Lezignan-Corbieres,Lezin'jan-Korb'er,Lezin'jan-Korber,Lézicnan-Corbieres,Lézignan,Lézignan-Corbières,lai qi ni ang ke er bi ai,Лезиньян-Корбьер,Лезіньян-Корбєр,莱齐尼昂科尔比埃		76	11	113	11203
2998645	Lézignan	lezignan	FR	65100	412	Europe/Paris	43.09863	-0.0029		Lezignan,Lézignan		76	65	651	65271
2998646	Lésignac-Durand	lesignac-durand	FR	16310	0	Europe/Paris	45.81168	0.6372		Lesignac-Durand,Lesinhac,Lezignac-Durand,Lezin'jak-Djuran,Lésignac-Durand,Lézignac-Durand,lai xi ni ya ke di lang,Лезиньяк-Дюран,Лезіньяк-Дюран,莱西尼亚克迪朗		75	16	163	16183
2998647	Lezey	lezey	FR	57630	102	Europe/Paris	48.75211	6.62939		Lezey,Litzingen		44	57	575	57399
2998648	Lezéville	lezeville	FR	52230	104	Europe/Paris	48.42867	5.39046		Lezeville,Lezéville		44	52	523	52288
2998654	Lezennes	lezennes	FR	59260	3404	Europe/Paris	50.61553	3.11354		Lezenn,Lezennes,lei cang ne,Лезенн,勒藏讷		32	59	595	59346
2998660	Lezay	lezay	FR	79120	2176	Europe/Paris	46.26494	-0.00909		Lezay		75	79	792	79148
2998661	Lézat-sur-Lèze	lezat-sur-leze	FR	09210	2233	Europe/Paris	43.27622	1.34664		Lezat,Lezat-sur-Leze,Lézat,Lézat-sur-Lèze		76	09	093	09167
2998662	Lézat	lezat	FR	39400	204	Europe/Paris	46.49724	5.93547		Lezat,Lézat		27	39	393	39368
2998663	Lézardrieux	lezardrieux	FR	22740	1708	Europe/Paris	48.7853	-3.1084		Lezardrev,Lezardrie,Lezardrieux,Lezardrijo,Lézardrieux,lai zha er de li e,Лезардрие,Лезардриё,Лезардріє,莱扎尔德里厄		53	22	223	22127
2998666	Lézan	lezan	FR	30350	1073	Europe/Paris	44.01272	4.05053		Lezan,Lèzan,Lézan		76	30	301	30147
2998670	Lez	lez	FR	31440	76	Europe/Paris	42.90931	0.70083		Lez		76	31	312	31471
2998671	Leyviller	leyviller	FR	57660	447	Europe/Paris	49.03332	6.83493		Leyviller		44	57	573	57398
2998672	Leyvaux	leyvaux	FR	43450	37	Europe/Paris	45.31332	3.07148		Leyvaux		84	15	153	15105
2998678	Leyssard	leyssard	FR	01450	155	Europe/Paris	46.15633	5.47562		Lejssar,Lesar,Leyssard,lai sa er,lysard,Лейссар,Лесар,Լեսար,ليسارد,莱萨尔		84	01	014	01214
2998681	Leyritz-Moncassin	leyritz-moncassin	FR	47700	235	Europe/Paris	44.32697	0.1607		Leiritz e Montcassin,Lejri-Monkassen,Leyrits,Leyritz-Moncassin,lai li te meng ka sang,Лейри-Монкассен,Лейрі-Монкассен,莱里特蒙卡桑		75	47	474	47148
2998682	Leyrieu	leyrieu	FR	38460	694	Europe/Paris	45.76	5.2563		Leyrieu		84	38	382	38210
2998686	Leyrat	leyrat	FR	23600	173	Europe/Paris	46.36177	2.29253		Leyrat		75	23	231	23108
2998688	Leyr	leyr	FR	54760	886	Europe/Paris	48.80503	6.26494		Leyr		44	54	543	54315
2998692	Leynhac	leynhac	FR	15600	389	Europe/Paris	44.74007	2.30009		Leynhac		84	15	151	15104
2998693	Leynes	leynes	FR	71570	508	Europe/Paris	46.26973	4.72862		Leynes		27	71	715	71258
2998696	Leyment	leyment	FR	01150	1011	Europe/Paris	45.9239	5.29241		Leyment		84	01	011	01213
2998697	Leymen	leymen	FR	68220	1099	Europe/Paris	47.49632	7.48517		Leymen		44	68	684	68182
2998698	Leyme	leyme	FR	46120	1013	Europe/Paris	44.78537	1.90045		Leyme		76	46	462	46170
2998706	Leychert	leychert	FR	09300	104	Europe/Paris	42.94483	1.72796		Leychert		76	09	092	09166
2998708	Ley	ley	FR	57810	110	Europe/Paris	48.73594	6.65738		Ley		44	57	575	57397
2998709	Lexy	lexy	FR	54720	3107	Europe/Paris	49.49996	5.72985		Lexy		44	54	541	54314
2998713	Le Wast	le-wast	FR	62142	186	Europe/Paris	50.74907	1.80134		Le Wast,Le-Vast,lei wa si te,ly wast,Ле-Васт,لي واست,勒瓦斯特		32	62	623	62880
2998714	Lewarde	lewarde	FR	59287	2798	Europe/Paris	50.34173	3.16782		Levard,Lewarde,Lwarte,lei wa er de,Левард,勒瓦尔德		32	59	593	59345
2998718	Levroux	levroux	FR	36110	2916	Europe/Paris	46.9786	1.61243		La Fontaine,Leprosium,Levroux,Levru,Richelaine,lai fu lu,Левру,莱夫鲁		24	36	362	36093
2998721	Le Vrétot	le-vretot	FR	50260	527	Europe/Paris	49.45167	-1.71048		Le Vretot,Le Vrétot		28	50	502	50082
2998726	Levoncourt	levoncourt	FR	55260	43	Europe/Paris	48.82306	5.35274		Levoncourt		44	55	552	55289
2998727	Levoncourt	levoncourt	FR	55260	237	Europe/Paris	47.44916	7.20285		Levoncourt,Lévoncourt		44	68	681	68181
2998731	Le Vivier-sur-Mer	le-vivier-sur-mer	FR	35960	1097	Europe/Paris	48.6024	-1.77536		Gwiver,Le Vivier,Le Vivier-sur-Mer		53	35	354	35361
2998732	Viviers-du-Lac	viviers-du-lac	FR	73420	1622	Europe/Paris	45.65	5.9				84	73	732	73328
2998733	Le Vivier	le-vivier	FR	66730	0	Europe/Paris	48.00275	-1.17258				53	35	351	35272
2998734	Le Vivier	le-vivier	FR	66730	0	Europe/Paris	46.56952	1.53867				24	36	362	36154
2998735	Le Vivier	le-vivier	FR	66730	0	Europe/Paris	45.80397	0.43162				75	16	163	16085
2998736	Le Vivier	le-vivier	FR	66730	89	Europe/Paris	42.77128	2.45366		Le Vivier		76	66	663	66234
2998738	Lévis-Saint-Nom	levis-saint-nom	FR	78320	1826	Europe/Paris	48.71667	1.95		L'Yvette,Levi-Sen-Nom,Levis,Levis-Saint-Nom,Lévis,Lévis-Saint-Nom,Леви-Сен-Ном,Леві-Сен-Ном		11	78	782	78334
2998740	Levis	levis	FR	89520	252	Europe/Paris	47.65325	3.32626		Levis		27	89	891	89222
2998742	Le Vintrou	le-vintrou	FR	81240	72	Europe/Paris	43.52446	2.46205		Le Vintrou,Vintrou		76	81	812	81321
2998743	Le Villey	le-villey	FR	39230	93	Europe/Paris	46.84469	5.50818		Le Villey		27	39	392	39575
2998748	Le Villars	le-villars	FR	71700	242	Europe/Paris	46.53111	4.9304		Le Villars		27	71	715	71576
2998794	Le Vilhain	le-vilhain	FR	03350	276	Europe/Paris	46.56146	2.79722		Le Vilhain		84	03	031	03313
2998795	Lévigny	levigny	FR	10200	112	Europe/Paris	48.30125	4.7068		Levigny,Lévigny		44	10	101	10194
2998796	Levigny	levigny	FR	10200	0	Europe/Paris	46.8329	2.84022				24	18	182	18102
2998797	Lévignen	levignen	FR	60800	801	Europe/Paris	49.2	2.91667		Levin'jan,lai wei gai en,Левіньян,莱维盖恩		32	60	604	60358
2998799	Le Vignau	le-vignau	FR	40270	416	Europe/Paris	43.77838	-0.28917		Le Vignau		75	40	402	40329
2998803	Lévignac	levignac	FR	31530	1827	Europe/Paris	43.66626	1.19398		Levignac,Levignac-sur-Save,Lévignac,Lévignac-sur-Save		76	31	313	31297
2998804	Lévignacq	levignacq	FR	40170	374	Europe/Paris	44.00516	-1.1673		Levignacq,Lévignacq		75	40	401	40154
2998805	Lévignac-de-Guyenne	levignac-de-guyenne	FR	47120	687	Europe/Paris	44.62881	0.1994		Levignac,Levignac-de-Guyenne,Lévignac-de-Guyenne		75	47	472	47147
2998807	Le Vigen	le-vigen	FR	87110	1748	Europe/Paris	45.75178	1.28856		Le Vigen,Lo Vijan		75	87	872	87205
2998808	Le Vigeant	le-vigeant	FR	86150	777	Europe/Paris	46.22464	0.65002		Le Vigeant,Le-Vizhan,lei wei re ang,Ле-Віжан,勒维热昂		75	86	862	86289
2998809	Le Vigean	le-vigean	FR	15200	893	Europe/Paris	45.22691	2.35356		Le Vigean		84	15	152	15261
2998810	Le Vigan	le-vigan	FR	30120	1276	Europe/Paris	44.74146	1.43884		Le Vigan		76	46	463	46334
2998811	Le Vigan	le-vigan	FR	30120	0	Europe/Paris	43.99106	3.60648		Commune-des-Monts,Le Vigan,Monts,Sablono:TabelKapoLauCarta,Ŝablono:TabelKapoLaŭĈarta	303	76	30	303	30350
2998818	Le Vieux-Cérier	le-vieux-cerier	FR	16350	140	Europe/Paris	45.96572	0.44474		Le Vieux-Cerier,Le Vieux-Cérier,Le-V'jo-Ser'e,Le-Ve-Sere,Le-Vieux-Cerier,Le-Vieux-Cérier,Vielhcerier,Vielhcerièr,Vieux-Cerier,Vieux-Cérier,lei wei e sai li ye,Ле-Вьё-Серье,Ле-Вє-Серє,勒维厄塞里耶		75	16	163	16403
2998821	Le Vieux Bourg	le-vieux-bourg	FR	22800	0	Europe/Paris	48.66472	0.19331		Le Bourg,Le Vieux Bourg		28	61	611	61081
2998822	Le Vieux Bourg	le-vieux-bourg	FR	22800	0	Europe/Paris	48.50244	-1.90163				53	35	354	35179
2998823	Le Vieux-Bourg	le-vieux-bourg	FR	22800	0	Europe/Paris	48.38821	-3.00124		Bourc'h-Kintin,Le Vieux-Bourg,Vieux-Bourg		53	22	224	22386
2998824	Le Vieux Bourg	le-vieux-bourg	FR	22800	0	Europe/Paris	48.2	-4.1				53	29	292	29026
2998825	Le Vieux-Bourg	le-vieux-bourg	FR	22800	0	Europe/Paris	47.58258	-1.19233				52	44	445	44180
2998826	Le Vieux Bourg	le-vieux-bourg	FR	22800	0	Europe/Paris	47.39393	-1.46976				52	44	445	44122
2998830	Levier	levier	FR	25270	2085	Europe/Paris	46.95302	6.12059		Levier		27	25	253	25334
2998832	Le Vieil-Évreux	le-vieil-evreux	FR	27930	807	Europe/Paris	49.0045	1.23752		Le Vieil-Evreux,Le Vieil-Évreux,Vieil-Evreux		28	27	273	27684
2998833	Le Vieil-Dampierre	le-vieil-dampierre	FR	51330	106	Europe/Paris	48.9832	4.88576		Le Vieil-Dampierre		44	51	511	51619
2998834	Le Vieil-Baugé	le-vieil-bauge	FR	49150	1333	Europe/Paris	47.53193	-0.11888		Le Vieil-Bauge,Le Vieil-Baugé,Le-Vej-Bozhe,lei wei ye yi bo re,Ле-Вєй-Боже,勒维耶伊博热		52	49	493	49018
2998836	Levie	levie	FR	20170	732	Europe/Paris	41.70223	9.12466		Lev'e,Leve,Levie,Livia,Livìa,Левие,Левье,Левє		94	2A	2A4	2A142
2998838	Le Vicel	le-vicel	FR	50760	114	Europe/Paris	49.63409	-1.31377		Le Vicel		28	50	502	50633
2998839	Le Vibal	le-vibal	FR	12290	486	Europe/Paris	44.31494	2.75525		Le Vibal		76	12	121	12297
2998846	Le Vézier	le-vezier	FR	51210	165	Europe/Paris	48.79536	3.45941		Le Vezier,Le Vézier		44	51	512	51618
2998848	Le Vey	le-vey	FR	14570	73	Europe/Paris	48.9184	-0.47132		Le Vey		28	14	142	14741
2998850	Le Veurdre	le-veurdre	FR	03320	620	Europe/Paris	46.7561	3.03982		Le Veurdre		84	03	032	03309
2998851	Levet	levet	FR	18340	1284	Europe/Paris	46.92605	2.40732		Levet		24	18	181	18126
2998852	Levet	levet	FR	18340	0	Europe/Paris	45.23333	5.8				84	38	381	38045
2998853	Levesville-la-Chenard	levesville-la-chenard	FR	28310	235	Europe/Paris	48.30209	1.82511		Levesville,Levesville-la-Chenard		24	28	281	28210
2998854	Le Vésinet	le-vesinet	FR	78110	16740	Europe/Paris	48.89281	2.13308		Le Vesinet,Le Vésinet,Le-Vezine,leubejine,Ле-Везине,Ле-Везіне,ル・ヴェジネ,르베지네		11	78	783	78650
2998856	Lèves	leves	FR	28300	4575	Europe/Paris	48.47065	1.48194		Lev,Leves,Lèves,lai wei,Лев,莱韦		24	28	281	28209
2998857	Le Vert	le-vert	FR	79170	144	Europe/Paris	46.09285	-0.39553		Le Vert		75	79	792	79346
2998858	Le Vert	le-vert	FR	79170	0	Europe/Paris	45.68829	3.45918				84	63	632	63155
2998859	Le Vert	le-vert	FR	79170	0	Europe/Paris	45.26346	5.50952		Le Vert,Vert		84	38	381	38517
2998860	Le Vert	le-vert	FR	79170	0	Europe/Paris	45.09077	2.04202				75	19	192	19205
2998861	Le Vert	le-vert	FR	79170	0	Europe/Paris	45.03919	6.04054				84	38	381	38052
2998862	Le Versoud	le-versoud	FR	38420	4092	Europe/Paris	45.21988	5.86502		Le Versoud,Le-Versu,l wrswd,lei wei er su,Ле-Версу,ل ورسود,勒韦尔苏		84	38	381	38538
2998863	Le Vernoy	le-vernoy	FR	25750	0	Europe/Paris	47.72376	3.31941		Le Vernoi,Le Vernoy		27	89	891	89419
2998864	Le Vernoy	le-vernoy	FR	25750	145	Europe/Paris	47.56074	6.67482		Le Vernoy		27	25	252	25608
2998865	Levernois	levernois	FR	21200	271	Europe/Paris	46.99423	4.87462		Levernois		27	21	211	21347
2998866	Le Vernois	le-vernois	FR	39210	260	Europe/Paris	46.73076	5.59381		Le Vernois		27	39	392	39553
2998872	Le Vernet-Sainte-Marguerite	le-vernet-sainte-marguerite	FR	63710	275	Europe/Paris	45.60936	2.94794		Le Vernet-Sainte-Marguerite		84	63	633	63449
2998873	Le Vernet	le-vernet	FR	03200	0	Europe/Paris	46.60748	2.5979				84	03	031	03168
2998874	Le Vernet	le-vernet	FR	03200	0	Europe/Paris	46.2357	2.9222				84	63	634	63187
2998875	Le Vernet	le-vernet	FR	03200	0	Europe/Paris	46.10873	3.46288		Le Vernet		84	03	033	03306
2998876	Le Vernet	le-vernet	FR	03200	0	Europe/Paris	45.48472	2.99274				84	63	633	63440
2998877	Le Vernet	le-vernet	FR	03200	41	Europe/Paris	45.03673	3.67179		Le Vernet		84	43	432	43260
2998878	Le Vernet	le-vernet	FR	03200	133	Europe/Paris	44.27601	6.39102		Le Varnet,Le Vernet,Le-Verne,Lo Vernet,lei wei er nei,Ле-Верне,勒韦尔内		93	04	043	04237
2998879	Vernet	vernet	FR	31810	2162	Europe/Paris	43.43333	1.41667				76	31	311	31574
2998880	Le Vernet	le-vernet	FR	03200	569	Europe/Paris	43.18521	1.60203		Le Vernet		76	09	092	09331
2998883	Le Vermont	le-vermont	FR	88210	54	Europe/Paris	48.38624	7.05382		Le Vermont		44	88	883	88501
2998885	Le Verguier	le-verguier	FR	02490	236	Europe/Paris	49.92436	3.16843		Le Verguier		32	02	023	02782
2998888	Levergies	levergies	FR	02420	588	Europe/Paris	49.92601	3.31225		Levergies		32	02	023	02426
2998889	Le Verger	le-verger	FR	35160	0	Europe/Paris	48.15873	-1.2793				53	35	351	35141
2998890	Le Verger	le-verger	FR	35160	0	Europe/Paris	48.06986	-1.93271		Gwerzher,Le Verger,Le-Verzhe,lei wei er re,lw wrzhh,Ле-Верже,لو ورژه,勒韦尔热		53	35	353	35351
2998891	Le Verger	le-verger	FR	35160	0	Europe/Paris	47.80763	2.58919				24	45	451	45218
2998892	Le Verger	le-verger	FR	35160	0	Europe/Paris	47.60076	-1.78714				52	44	445	44067
2998893	Le Verger	le-verger	FR	35160	0	Europe/Paris	46.43082	3.48513				84	03	032	03263
2998894	Le Verger	le-verger	FR	35160	0	Europe/Paris	46.18131	2.6447				84	03	031	03161
2998895	Le Verger	le-verger	FR	35160	0	Europe/Paris	45.60088	0.6629				75	24	242	24398
2998896	Le Verger	le-verger	FR	35160	0	Europe/Paris	43.42929	5.38095				93	13	131	13019
2998900	Le Verdon-sur-Mer	le-verdon-sur-mer	FR	33123	1334	Europe/Paris	45.54627	-1.06158		Le Verdon,Le Verdon-sur-Mer,Le-Verdon-sjur-Mer,Lo Verdon de Mar,bin hai lei wei er dong,Ле-Вердон-сюр-Мер,ル・ヴェルドン＝シュル＝メール,滨海勒韦尔东		75	33	334	33544
2998902	Le Verdier	le-verdier	FR	81140	0	Europe/Paris	45.88333	1.36667				75	87	872	87178
2998903	Le Verdier	le-verdier	FR	81140	0	Europe/Paris	45.59361	3.60651				84	63	631	63314
2998904	Le Verdier	le-verdier	FR	81140	0	Europe/Paris	45.53352	2.92679		Le Verdier,Verdier		84	63	633	63401
2998905	Le Verdier	le-verdier	FR	81140	0	Europe/Paris	45.48566	1.67505				75	19	192	19079
2998906	Le Verdier	le-verdier	FR	81140	0	Europe/Paris	45.45	2.4				75	19	193	19128
2998907	Le Verdier	le-verdier	FR	81140	0	Europe/Paris	45.04881	1.78196				75	19	191	19271
2998908	Le Verdier	le-verdier	FR	81140	0	Europe/Paris	44.92469	1.92396		Le Verdier,Verdie,Verdié		76	46	462	46097
2998909	Le Verdier	le-verdier	FR	81140	0	Europe/Paris	44.51476	1.85203				76	46	462	46045
2998910	Le Verdier	le-verdier	FR	81140	229	Europe/Paris	43.98838	1.84193		Le Verdier		76	81	811	81313
2998916	Levens	levens	FR	06670	0	Europe/Paris	43.88333	6.35				93	04	042	04030
2998917	Levens	levens	FR	06670	3835	Europe/Paris	43.85948	7.22583		Levans,Levenc,Levens,Leventum,Levenzo,Levenç,lei wang,lyfyns,ruvu~an,Леванс,Левенс,ليفينس,ルヴァン,勒旺		93	06	062	06075
2998922	Levécourt	levecourt	FR	52150	108	Europe/Paris	48.13966	5.56207		Levecourt,Levécourt		44	52	521	52287
2998927	Le Vauroux	le-vauroux	FR	60390	516	Europe/Paris	49.37926	1.92433		Le Vauroux		32	60	601	60662
2998931	Le Vaumain	le-vaumain	FR	60590	352	Europe/Paris	49.33742	1.86787		Le Vaumain		32	60	601	60660
2998932	Le Vaulmier	le-vaulmier	FR	15380	89	Europe/Paris	45.18931	2.56649		Le Vaulmier		84	15	152	15249
2998933	Le Vaudreuil	le-vaudreuil	FR	27100	3612	Europe/Paris	49.25407	1.2096		Le Vaudreuil,Le-Vodrej,Le-Vodrjoj,Vaudreuil-les-Ponts,lei wo de lei yi,Ле-Водрей,Ле-Водрёй,勒沃德勒伊		28	27	271	27528
2998934	Le Vaudoué	le-vaudoue	FR	77123	787	Europe/Paris	48.35699	2.51838		Le Vaudoue,Le Vaudoué		11	77	774	77485
2998936	Le Vaudioux	le-vaudioux	FR	39300	175	Europe/Paris	46.69271	5.92266		Le Vaudioux		27	39	392	39545
2998945	Le Vast	le-vast	FR	50630	301	Europe/Paris	49.62233	-1.3578		Le Vast,Le-Va,Vast,lei wa si,Ле-Ва,勒瓦斯		28	50	502	50619
2998953	Levaré	levare	FR	53120	446	Europe/Paris	48.41773	-0.91465		Levare,Levaré		52	53	533	53132
2998957	Le Vanneau-Irleau	le-vanneau-irleau	FR	79270	0	Europe/Paris	46.3	-0.63333				75	79	792	79337
2998962	Le Valtin	le-valtin	FR	88230	100	Europe/Paris	48.09643	7.02075		Le Vaitin,Le Valtin,Le-Val'ten,lai wa er tan,Ле-Вальтен,莱瓦尔坦		44	88	883	88492
2998963	Le Val-Saint-Père	le-val-saint-pere	FR	50300	1656	Europe/Paris	48.66177	-1.37653		Le Val-Pere,Le Val-Père,Le Val-Saint-Pere,Le Val-Saint-Père,Val Saint Pair		28	50	501	50616
2998965	Le Val-Saint-Germain	le-val-saint-germain	FR	91530	1513	Europe/Paris	48.56601	2.06471		Le Val-Saint-Germain,Le-Val'-Sen-Zhermen,Val-Libre,lei wa sheng re er man,Ле-Валь-Сен-Жермен,勒瓦圣热尔曼		11	91	911	91630
2998966	Le Val-Saint-Éloi	le-val-saint-eloi	FR	70160	124	Europe/Paris	47.73333	6.18333		Le Val,Le Val-Saint-Eloi		27	70	702	70518
2998975	Levallois-Perret	levallois-perret	FR	92300	62178	Europe/Paris	48.89389	2.28864		Levallois,Levallois-Perret,Levallua Pere,Levallua-Perre,Levaloa Pere,QBH,lei wa lu wa-pei lei,leuballuapele,lwalwa-prh,lwfalwa-byry,lwwlwa-prh,ruvu~arowa=pere,Леваллуа-Перре,Левалоа Пере,Լևալլուա Պերե,لوالوآ-پره,لوفالوا-بيري,لوولوآ-پره,ルヴァロワ＝ペレ,勒瓦卢瓦-佩雷,르발루아페레		11	92	922	92044
2998990	Le Val-de-Guéblange	le-val-de-gueblange	FR	57430	934	Europe/Paris	48.98101	6.96327		Gebling,Geblingen,Gueblange,Gueblange-les-Sarralbe,Guéblange,Guéblange-lès-Sarralbe,Le Val-de-Gueblange,Le Val-de-Guéblange		44	57	576	57267
2998991	Le Val-de-Gouhenans	le-val-de-gouhenans	FR	70200	62	Europe/Paris	47.62015	6.48446		Le Val,Le Val-de-Gouhenans,Le-Val'-de-Guehnan,Le-Val'-de-Guenan,Ле-Валь-де-Гуенан,Ле-Валь-де-Гуэнан		27	70	701	70515
2998992	Le Valdécie	le-valdecie	FR	50260	140	Europe/Paris	49.41667	-1.65				28	50	502	50082
2998993	Le Val-David	le-val-david	FR	27120	790	Europe/Paris	48.98333	1.25		Le Val-David,Val-David		28	27	273	27668
2998995	Le Val-d'Ajol	le-val-d-ajol	FR	88340	0	Europe/Paris	47.92596	6.48449		Le Val,Le Val-d'Ajol,Le Val-dAjol,Le Val-d’Ajol,lai wa da ruo,莱瓦达若		44	88	881	88487
2998998	Valdahon	valdahon	FR	25800	5077	Europe/Paris	47.15	6.35				27	25	253	25578
2999002	Leval	leval	FR	59620	2450	Europe/Paris	50.18106	3.83093		Leval		32	59	591	59344
2999003	Le Val	le-val	FR	83143	0	Europe/Paris	49.8344	0.55926				28	76	761	76613
2999004	Le Val	le-val	FR	83143	0	Europe/Paris	49.7156	1.03976				28	76	761	76096
2999005	Le Val	le-val	FR	83143	0	Europe/Paris	49.51667	0.93333				28	76	763	76743
2999006	Le Val	le-val	FR	83143	0	Europe/Paris	48.75504	0.56828				28	61	613	61342
2999007	Le Val	le-val	FR	83143	0	Europe/Paris	48.65394	1.63561		Le Val,Le Val d'Or,Le Val d’Or		24	28		
2999008	Le Val	le-val	FR	83143	0	Europe/Paris	48.63215	-2.45202				53	22	224	22054
2999009	Le Val	le-val	FR	83143	0	Europe/Paris	48.09586	1.01077				24	28	282	28012
2999010	Leval	leval	FR	59620	201	Europe/Paris	47.72862	6.98371		Leval		27	90	901	90066
2999011	Le Val	le-val	FR	83143	0	Europe/Paris	47.61067	-2.11381				53	56	563	56194
2999012	Le Val	le-val	FR	83143	3850	Europe/Paris	43.43928	6.07335		Le Val,Le-Val',Lo Vau,lh wal,Ле-Валь,له وال		93	83	833	83143
2999013	Levainville	levainville	FR	28700	331	Europe/Paris	48.49379	1.73856		Levainville,Levenvil',lei wan wei er,Левенвіль,勒万维尔		24	28	281	28208
2999017	Leuze	leuze	FR	02500	173	Europe/Paris	49.85087	4.16109		Leuze		32	02	025	02425
2999018	Le Leuy	le-leuy	FR	40250	223	Europe/Paris	43.81667	-0.65		Le Leuy		75	40	401	40153
2999019	Leuvrigny	leuvrigny	FR	51700	321	Europe/Paris	49.06881	3.75834		Leuvrigny		44	51	512	51320
2999020	Leuville-sur-Orge	leuville-sur-orge	FR	91310	3952	Europe/Paris	48.6173	2.26685		Leuville,Leuville-sur-Orge,Levil'-sjur-Orzh,ao er ri he pan lei wei er,levil-siur-orzhi,Левиль-сюр-Орж,Левіль-сюр-Орж,ლევილ-სიურ-ორჟი,奥尔日河畔勒维尔		11	91	913	91333
2999021	Leutenheim	leutenheim	FR	67480	0	Europe/Paris	48.84235	8.01762				44	67	672	67264
2999022	Leury	leury	FR	02880	117	Europe/Paris	49.43036	3.33726		Leury		32	02	024	02424
2999023	Leurville	leurville	FR	52700	98	Europe/Paris	48.32769	5.38342		Leurville		44	52	521	52286
2999027	Leulinghen-Bernes	leulinghen-bernes	FR	62250	408	Europe/Paris	50.83261	1.71305		Lelengen-Bern,Leulinghen,Leulinghen-Bernes,Leulinghin,lei lan gang bei er ne,lywlynhyn byrnz,Леленген-Берн,ليولينهين بيرنز,勒兰冈贝尔讷		32	62	623	62505
2999028	Leulinghem	leulinghem	FR	62500	225	Europe/Paris	50.7354	2.16305		Lelengem,Leulinghem,lei lan gai mu,lywlynhym,Леленгем,ليولينهيم,勒兰盖姆		32	62	625	62504
2999029	Leuilly-sous-Coucy	leuilly-sous-coucy	FR	02380	419	Europe/Paris	49.47845	3.35879		Leuilly,Leuilly-sous-Coucy		32	02	022	02423
2999031	Leuhan	leuhan	FR	29390	795	Europe/Paris	48.09918	-3.78473		Lean,Leuc'han,Leuchan,Leuhan,lei ang,ruan,Леан,ルアン,勒昂		53	29	292	29125
2999032	Leugny	leugny	FR	86220	349	Europe/Paris	47.68338	3.37553		Leugny		27	89	891	89221
2999033	Leugny	leugny	FR	86220	0	Europe/Paris	47.47715	4.51155				27	21	213	21528
2999034	Leugny	leugny	FR	86220	420	Europe/Paris	46.9123	0.70141		Leugny		75	86	861	86130
2999036	Leuglay	leuglay	FR	21290	364	Europe/Paris	47.81416	4.7922		Leuglay		27	21	213	21346
2999038	Leudon-en-Brie	leudon-en-brie	FR	77320	157	Europe/Paris	48.73346	3.27339		Leudon,Leudon-en-Brie		11	77	773	77250
2999040	Leudeville	leudeville	FR	91630	1256	Europe/Paris	48.56591	2.32676		Ledevil',Leudeville,lei de wei er,Ледевиль,Ледевіль,勒德维尔		11	91	913	91332
2999041	Leuchey	leuchey	FR	52190	46	Europe/Paris	47.72927	5.21403		Leuchey		44	52	522	52285
2999046	Leucate	leucate	FR	11370	3539	Europe/Paris	42.91056	3.02944		Lekat,Leucata,Leucate,Ljokat,lei ka te,rukato,Лекат,Лёкат,ルカート,勒卡特		76	11	113	11202
2999047	Leucamp	leucamp	FR	15120	242	Europe/Paris	44.77855	2.53211		Leucamp		84	15	151	15103
2999048	Leuc	leuc	FR	11250	626	Europe/Paris	43.14722	2.32335		Lek,Ljok,lei ke,Лек,Лёк,勒克		76	11	111	11201
2999049	Leubringhen	leubringhen	FR	62250	261	Europe/Paris	50.85786	1.72174		Leubringhen		32	62	623	62503
2999051	Le Tuzan	le-tuzan	FR	33125	189	Europe/Paris	44.45003	-0.57653		Le Tuzan		75	33	333	33536
2999058	Lettret	lettret	FR	05130	116	Europe/Paris	44.46898	6.06553		Lettret		93	05	052	05074
2999059	Letteguives	letteguives	FR	27910	191	Europe/Paris	49.42471	1.32878		Letteguives		28	27	271	27366
2999061	Le Truel	le-truel	FR	12430	382	Europe/Paris	44.04962	2.75451		Le Truel		76	12	121	12284
2999066	Le Tronquay	le-tronquay	FR	14490	0	Europe/Paris	49.58975	0.12666				28	76	762	76167
2999067	Le Tronquay	le-tronquay	FR	14490	462	Europe/Paris	49.42626	1.4789		Le Tronquay		28	27	271	27664
2999068	Le Tronquay	le-tronquay	FR	14490	667	Europe/Paris	49.22573	-0.82003		Le Tronquay		28	14	141	14714
2999069	Le Troncq	le-troncq	FR	27110	141	Europe/Paris	49.19006	0.91631		Le Troncq		28	27	272	27663
2999071	Le Tronchet	le-tronchet	FR	35540	932	Europe/Paris	48.48616	-1.83868		Ar Granneg,Le Tronchet		53	35	354	35362
2999072	Le Tronchet	le-tronchet	FR	35540	112	Europe/Paris	48.18137	0.07473		Le Tronchet		52	72	722	72362
2999073	Le Tronchet	le-tronchet	FR	35540	0	Europe/Paris	44.94737	6.59444		Le Tronchat,Le Tronchet		93	05	051	05133
2999083	Le Trioulou	le-trioulou	FR	15600	100	Europe/Paris	44.66868	2.18757		Le Trioulou,Trioulou		84	15	151	15242
2999084	Létricourt	letricourt	FR	54610	186	Europe/Paris	48.87531	6.29387		Letricourt,Létricourt		44	54	543	54313
2999087	Le Triadou	le-triadou	FR	34270	372	Europe/Paris	43.73986	3.85244		Le Triadou		76	34	342	34314
2999089	Le Trévoux	le-trevoux	FR	29380	1374	Europe/Paris	47.89474	-3.64169		An Treou-Kerne,An Treou-Kernev,An Treoù-Kerne,An Treoù-Kernev,Le Trevoux,Le Trévoux,Le-Trevu,Trevoux,Trévoux,lei te lei wu,Ле-Треву,ル・トレヴー,勒特雷武		53	29	294	29300
2999093	Le Tréport	le-treport	FR	76470	6062	Europe/Paris	50.05979	1.37583	35	Le-Trepor,Ulterior Portus,Ле-Трепор		28	76	761	76711
2999095	Le Tremblois	le-tremblois	FR	70100	151	Europe/Paris	47.38439	5.57731		Le Tremblois		27	70	702	70505
2999099	Le Tremblay-sur-Mauldre	le-tremblay-sur-mauldre	FR	78490	988	Europe/Paris	48.77824	1.87784		Le Tremblay,Le Tremblay-sur-Mauldre,Le-Tramble-sjur-Mol'dr,Tremblay-sur-Mauldre,Ле-Трамбле-сюр-Мольдр		11	78	782	78623
2999100	Le Tremblay-Omonville	le-tremblay-omonville	FR	27110	281	Europe/Paris	49.11565	0.91122		Le Tremblay,Le Tremblay-Omonville		28	27	272	27658
2999101	Tremblay-les-Villages	tremblay-les-villages	FR	28170	0	Europe/Paris	48.6	1.38333		Le Tremblay,Tremblay-le-Vicomte		24	28	283	28393
2999102	Le Tremblay	le-tremblay	FR	49520	0	Europe/Paris	49.59425	1.29736				28	76	761	76532
2999103	Le Tremblay	le-tremblay	FR	49520	392	Europe/Paris	47.67816	-1.01702		Le Tremblay		52	49	494	49248
2999104	Le Tremblay	le-tremblay	FR	49520	0	Europe/Paris	47.64762	2.78362				24	45	451	45245
2999105	Le Tremblay	le-tremblay	FR	49520	0	Europe/Paris	47.49441	3.3738				27	89	891	89158
2999106	Le Tremblay	le-tremblay	FR	49520	0	Europe/Paris	47.0993	3.08788				27	58	584	58067
2999107	Le Tremblay	le-tremblay	FR	49520	0	Europe/Paris	46.90648	1.21659				24	36	361	36246
2999108	Le Tremblay	le-tremblay	FR	49520	0	Europe/Paris	46.75	3.55				27	58	583	58087
2999109	Le Tremblay	le-tremblay	FR	49520	0	Europe/Paris	45.63333	5.86667				84	73	732	73179
2999112	Le Tréhou	le-trehou	FR	29450	429	Europe/Paris	48.39513	-4.13125		An Treou-Leon,An Treoù-Leon,Le Trehou,Le Tréhou,Le-Treu,Trehou,Tréhou,lei te lei wu,Ле-Треу,勒特雷乌		53	29	291	29294
2999117	Le Travet	le-travet	FR	81120	132	Europe/Paris	43.80901	2.33159		Le Travet		76	81	811	81233
2999119	L'Étrat	l-etrat	FR	42580	2642	Europe/Paris	45.4861	4.37586		L'Etrat,L'Étrat		84	42	423	42092
2999120	Le Transloy	le-transloy	FR	62450	381	Europe/Paris	50.55573	2.82176		Le Transloy,Le Tranzelois,Le Tranzeloy		32	59	595	59320
2999121	Le Transloy	le-transloy	FR	62450	0	Europe/Paris	50.05477	2.89224				32	62	621	62829
2999122	Le Translay	le-translay	FR	80140	188	Europe/Paris	49.96948	1.67636		Le Translay		32	80	802	80767
2999123	Le Tranger	le-tranger	FR	36700	162	Europe/Paris	46.95693	1.24033		Le Tranger		24	36	362	36225
2999126	Le Trait	le-trait	FR	76580	5506	Europe/Paris	49.46895	0.81634		Le Trait,Le-Tre,Ле-Тре		28	76	763	76709
2999127	Le Trait	le-trait	FR	76580	0	Europe/Paris	46.54553	2.69991				84	03	031	03222
2999129	Létra	letra	FR	69620	758	Europe/Paris	45.96239	4.52434		Letra,Létra		84	69	692	69113
2999131	Le Touvet	le-touvet	FR	38660	2955	Europe/Paris	45.35909	5.95283		Le Touvet,Le-Tuve,Touvet,lei tu wei,Ле-Туве,勒图韦		84	38	381	38511
2999133	Le Tourneur	le-tourneur	FR	14350	525	Europe/Paris	48.96382	-0.81951		Le Tourneur,Le-Turner,Le-Turnjor,Tourneur,lei tu er na,Ле-Турнер,Ле-Турнёр,勒图尔纳		28	14	144	14061
2999135	Le Tourne	le-tourne	FR	33550	750	Europe/Paris	44.71097	-0.40096		Le Tourne,Le-Turn,Lo Torne,lei tu er en,Ле-Турн,勒图尔恩		75	33	332	33534
2999137	Le Tour-du-Parc	le-tour-du-parc	FR	56370	922	Europe/Paris	47.52562	-2.6459		Le Tour-du-Parc,Le-Tur-dju-Park,Tour-du-Parc,Tro-Park,lei tu di pa er ke,Ле-Тур-дю-Парк,勒图迪帕尔克		53	56	563	56252
2999139	Le Touquet-Paris-Plage	le-touquet-paris-plage	FR	62520	5696	Europe/Paris	50.52432	1.58571		Ech Toutchet-Paris-Plache,LTQ,Le Touquet,Le Touquet-Paris-Plage,Le Tourquet,Le Tourquet-Paris-Plage,Le-Tuke-Pari-Plazh,Paris-Plage,Tourquet,lei tu kai ba li pu la ri,lw twkh,ly twkywt,Ле-Туке-Пари-Плаж,Ле-Туке-Парі-Плаж,لو توکه,لي توكيوت,勒图凯巴黎普拉日		32	62	624	62826
2999145	Le Torquesne	le-torquesne	FR	14130	407	Europe/Paris	49.21757	0.16637		Le Torquesne		28	14	143	14694
2999146	Le Torpt	le-torpt	FR	27210	283	Europe/Paris	49.33316	0.37478		Le Torpt		28	27	272	27646
2999147	Le Torp-Mesnil	le-torp-mesnil	FR	76560	242	Europe/Paris	49.7171	0.90146		Le Torp,Le Torp-Mesnil		28	76	763	76699
2999151	L'Étoile	l-etoile	FR	39570	0	Europe/Paris	50.02315	2.03489		L'Etoile,L'Étoile		32	80	802	80296
2999152	L'Étoile	l-etoile	FR	39570	0	Europe/Paris	46.7143	5.53474		L'Etoile,L'Étoile		27	39	392	39217
2999153	L'Étoile	l-etoile	FR	39570	0	Europe/Paris	43.25	5.6		L'Etoile,L'Étoile,Pont de l'Etoile		93	13	133	13085
2999154	Le Titre	le-titre	FR	80132	298	Europe/Paris	50.18871	1.79951		Le Titre		32	80	801	80763
2999158	Le Tilleul-Othon	le-tilleul-othon	FR	27170	298	Europe/Paris	49.11497	0.79072		Le Tilleul,Le Tilleul-Othon,Tilleul-Othon		28	27	272	27290
2999159	Le Tilleul-Lambert	le-tilleul-lambert	FR	27110	155	Europe/Paris	49.08609	0.94113		Le Tilleul,Le Tilleul-Lambert		28	27	272	27641
2999160	Le Tilleul	le-tilleul	FR	76790	599	Europe/Paris	49.68042	0.21106		Le Tilleul		28	76	762	76693
2999163	Le Tignet	le-tignet	FR	06530	2909	Europe/Paris	43.63979	6.84625		Le Tignet		93	06	061	06140
2999164	Le Tiercent	le-tiercent	FR	35460	179	Europe/Paris	48.3498	-1.4074		An Tergant,Le Tiercent		53	35	351	35336
2999166	Letia	letia	FR	20160	103	Europe/Paris	42.19033	8.85014		Letia		94	2A	2A1	2A141
2999169	Le Thuit-Simer	le-thuit-simer	FR	27370	371	Europe/Paris	49.26858	0.91104		Le Thuit-Simer		28	27	272	27638
2999170	Le Thuit-Signol	le-thuit-signol	FR	27370	1873	Europe/Paris	49.26487	0.9391		Le Thuit-Signol		28	27	272	27638
2999171	Le Thuit-Anger	le-thuit-anger	FR	27370	624	Europe/Paris	49.27398	0.9693		Le Thuit-Anger		28	27	272	27638
2999172	Le Thuit	le-thuit	FR	27700	106	Europe/Paris	49.25827	1.3603		Le Thuit		28	27	271	27635
2999173	Léthuin	lethuin	FR	28700	164	Europe/Paris	48.36868	1.8689		Lethuin,Léthuin		24	28	281	28207
2999175	Le Thoureil	le-thoureil	FR	49350	381	Europe/Paris	47.37206	-0.2679		Le Thoureil,Le-Turej,lei tu lei,Ле-Турей,勒图雷		52	49	493	49261
2999176	Le Thour	le-thour	FR	08190	329	Europe/Paris	49.53866	4.08866		Le Thour		44	08	082	08451
2999177	Le Thoult-Trosnay	le-thoult-trosnay	FR	51210	97	Europe/Paris	48.85	3.68904		Le Thoult,Le Thoult-Trosnay		44	51	512	51570
2999178	Le Thou	le-thou	FR	17290	1249	Europe/Paris	46.08424	-0.91732		Le Thou,Le-Tu,lw tw,Ле-Ту,لو تو		75	17	172	17447
2999179	Le Thoronet	le-thoronet	FR	83340	1649	Europe/Paris	43.45174	6.30391		Le Thoronet,Le-Torone,Lo Toronet,lei tuo luo na,Ле-Тороне,勒托罗纳		93	83	833	83136
2999180	Le Thor	le-thor	FR	84250	7055	Europe/Paris	43.92943	4.99543		Le Thor,Le-Tor,Lo Tor,Lo Tòr,l twr,lai tuo,Ле-Тор,ل تور,莱托		93	84	842	84132
2999181	Le Tholy	le-tholy	FR	88530	1592	Europe/Paris	48.08229	6.74351		Le Tholy,Le-Toli,Tholy,lai tuo li,Ле-Толи,Ле-Толі,莱托利		44	88	881	88470
2999182	Le Tholonet	le-tholonet	FR	13100	2383	Europe/Paris	43.52176	5.51115		Le Tholonet,Le-Tolone,Lo Tolonet,Tholonet,lei tuo luo nei,Ле-Толоне,勒托洛内		93	13	131	13109
2999184	Le Thil-Riberpré	le-thil-riberpre	FR	76440	0	Europe/Paris	49.64089	1.57734		Le Thil-Riberpre,Le Thil-Riberpré		28	76	761	76691
2999185	Le Thillot	le-thillot	FR	88160	4032	Europe/Paris	47.87941	6.76279		Le Thillot		44	88	881	88468
2999186	Le Thillay	le-thillay	FR	95500	3887	Europe/Paris	49.00659	2.47218		Le Thillay		11	95	952	95612
2999187	Le Thil	le-thil	FR	27150	320	Europe/Paris	49.31667	1.56667		Le Thil-en-Vexin,Thil		28	27	271	27632
2999189	Le Thieulin	le-thieulin	FR	28240	341	Europe/Paris	48.4074	1.13322		Le Thieulin		24	28	284	28385
2999198	Le Theil	le-theil	FR	03240	0	Europe/Paris	48.26667	0.7		Le Theil-sur-Huisne		28	61	613	61484
2999199	Le Theil-Nolent	le-theil-nolent	FR	27230	194	Europe/Paris	49.15513	0.53103		Le Theil,Le Theil-Nolent,Le-Tej-Nolan,lei tai nuo lang,Ле-Тей-Нолан,勒泰诺朗		28	27	272	27627
2999202	Le Theil-en-Auge	le-theil-en-auge	FR	14130	162	Europe/Paris	49.34732	0.24762		Le Theil,Le Theil-en-Auge		28	14	143	14687
2999203	Le Theil-de-Bretagne	le-theil-de-bretagne	FR	35240	1237	Europe/Paris	47.91994	-1.42973		An Tilh,Le Theil,Le Theil-de-Bretagne,Le-Tej-de-Bretan',Theil-de-Bretagne,Tilia,lei tai de bu lei ta ni,Ле-Тей-де-Бретань,勒泰德布雷塔尼		53	35	351	35333
2999204	Le Theil	le-theil	FR	03240	576	Europe/Paris	49.60993	-1.47028				28	50	502	50209
2999205	Le Theil-Bocage	le-theil-bocage	FR	14410	1955	Europe/Paris	48.88333	-0.71667				28	14	144	14726
2999206	Le Theil	le-theil	FR	03240	403	Europe/Paris	46.35488	3.13421		Le Theil		84	03	032	03281
2999207	Le Theil	le-theil	FR	03240	0	Europe/Paris	46.33333	2.41667				84	03	031	03246
2999208	Le Theil	le-theil	FR	03240	0	Europe/Paris	46.31667	2.6		Le Theil		84	03	031	03140
2999209	Le Theil	le-theil	FR	03240	0	Europe/Paris	46.31667	1.95				75	23	232	23025
2999210	Le Theil	le-theil	FR	03240	0	Europe/Paris	46.226	2.70645				84	03	031	03007
2999211	Le Theil	le-theil	FR	03240	0	Europe/Paris	46.23481	2.28221				75	23	231	23026
2999212	Le Theil	le-theil	FR	03240	0	Europe/Paris	46.13162	2.11151				75	23	231	23068
2999213	Le Theil	le-theil	FR	03240	0	Europe/Paris	45.94864	1.56486		Le Theil		75	23	232	23217
2999214	Le Theil	le-theil	FR	03240	0	Europe/Paris	45.89104	1.13156				75	87	872	87143
2999215	Le Theil	le-theil	FR	03240	0	Europe/Paris	45.83847	1.07629				75	87	872	87177
2999216	Le Theil	le-theil	FR	03240	0	Europe/Paris	45.7172	3.4857				84	63	632	63438
2999217	Le Theil	le-theil	FR	03240	0	Europe/Paris	45.63915	3.44476				84	63	632	63365
2999218	Le Theil	le-theil	FR	03240	0	Europe/Paris	45.56559	3.39655				84	63	633	63415
2999219	Le Theil	le-theil	FR	03240	0	Europe/Paris	45.4367	2.06567				75	19	193	19263
2999220	Le Theil	le-theil	FR	03240	0	Europe/Paris	45.0878	1.82767				75	19	192	19212
2999222	Le Tertre-Saint-Denis	le-tertre-saint-denis	FR	78980	105	Europe/Paris	48.93825	1.60672		Le Tertre,Le Tertre-Saint-Denis,Le Tertre-la-Montagne,Le-Tertr-Sen-Deni,Ле-Тертр-Сен-Дени,Ле-Тертр-Сен-Дені		11	78	781	78608
2999234	Le Temple-sur-Lot	le-temple-sur-lot	FR	47110	973	Europe/Paris	44.37927	0.52468		La Fraternite,La Fraternité,Le Temple,Le Temple-sur-Lot		75	47	473	47306
2999235	Temple-Laguyon	temple-laguyon	FR	24390	46	Europe/Paris	45.2335	1.09933		Le Temple,Le Temple-Laguyon,Temple-Laguyon		75	24	244	24546
2999236	Le Temple-de-Bretagne	le-temple-de-bretagne	FR	44360	1665	Europe/Paris	47.32868	-1.79143		Le Temple,Le Temple-Maupertuis,Le Temple-de-Bretagne,Le-Tampl'-de-Bretan',Templ-Breizh,lei tang pu er de bu lei ta ni,Ле-Тампль-де-Бретань,ル・タンプル＝ド＝ブルターニュ,勒唐普尔德布雷塔尼		52	44	442	44203
2999237	Le Temple	le-temple	FR	33680	0	Europe/Paris	50.37094	1.66722				32	62	624	62233
2999238	Le Temple	le-temple	FR	33680	0	Europe/Paris	48.32667	1.43255				24	28	281	28048
2999239	Le Temple	le-temple	FR	33680	0	Europe/Paris	48.06386	2.62684				24	45	451	45206
2999240	Le Temple	le-temple	FR	33680	187	Europe/Paris	47.93167	0.93532		Le Temple		24	41	412	41254
2999241	Le Temple	le-temple	FR	33680	0	Europe/Paris	47.82142	-2.0919				53	56	563	56033
2999242	Le Temple	le-temple	FR	33680	0	Europe/Paris	46.92846	-0.81476		Le Temple		75	79	791	79079
2999243	Le Temple	le-temple	FR	33680	0	Europe/Paris	46.31475	1.83025				75	23	232	23029
2999244	Le Temple	le-temple	FR	33680	0	Europe/Paris	45.9042	0.4062				75	16	163	16068
2999245	Le Temple	le-temple	FR	33680	0	Europe/Paris	45.33781	5.27893				84	38	383	38457
2999246	Le Temple	le-temple	FR	33680	0	Europe/Paris	45.04852	1.91574				75	19	192	19140
2999247	Le Temple	le-temple	FR	33680	0	Europe/Paris	44.96667	4.66667				84	07	073	07216
2999248	Le Temple	le-temple	FR	33680	542	Europe/Paris	44.87896	-0.9909		Le Temple		75	33	334	33528
2999250	Lételon	letelon	FR	03360	0	Europe/Paris	46.65	2.58333				84	03	031	03143
2999251	Le Teilleul	le-teilleul	FR	50640	1422	Europe/Paris	48.53758	-0.87304		Le Teilleul,Le-Teel',Teilleul,lei tai lei,Ле-Теель,Ле-Теєль,勒泰勒		28	50	501	50591
2999255	Le Teil	le-teil	FR	07400	0	Europe/Paris	46.33531	2.02543		Le Teil,Le Theil		75	23	232	23089
2999256	Le Teil	le-teil	FR	07400	0	Europe/Paris	45.43121	4.20239				84	42	421	42262
2999257	Le Teil	le-teil	FR	07400	0	Europe/Paris	45.18239	1.93565				75	19	192	19040
2999258	Le Teil	le-teil	FR	07400	0	Europe/Paris	45.0291	1.33282				75	24	244	24215
2999259	Le Teil	le-teil	FR	07400	8620	Europe/Paris	44.54531	4.68223		Le Teil,Le-Tej,Lo Telh,lei tai,Ле-Тей,勒泰		84	07	072	07319
2999260	Le Teich	le-teich	FR	33470	5237	Europe/Paris	44.63389	-1.02437		Le Teich,Le-Tesh,Lo Teish,lei tai ke,Ле-Теш,勒泰克		75	33	336	33527
2999262	el Tec	el-tec	FR	66230	91	Europe/Paris	42.41034	2.54346		Le Tech,el Tec		76	66	661	66206
2999269	Le Tâtre	le-tatre	FR	16360	319	Europe/Paris	45.39582	-0.20625		Le Tatre,Le Tâtre,Le-Tatr,lei ta te er,Ле-Татр,勒塔特尔		75	16	162	16380
2999271	Le Tartre-Gaudran	le-tartre-gaudran	FR	78113	30	Europe/Paris	48.69992	1.59667		Le Tartre-Gaudran,Le-Tartr-Godran,Tartre-Gaudran,Ле-Тартр-Годран		11	78	781	78606
2999272	Le Tartre	le-tartre	FR	71330	0	Europe/Paris	48.24472	1.17294				24	28	282	28272
2999273	Le Tartre	le-tartre	FR	71330	0	Europe/Paris	48.16099	1.1401				24	28	282	28424
2999274	Le Tartre	le-tartre	FR	71330	0	Europe/Paris	48.04204	2.61883				24	45	451	45206
2999275	Le Tartre	le-tartre	FR	71330	95	Europe/Paris	46.74167	5.36229		Le Tartre,Le-Tartr,Ле-Тартр		27	71	714	71534
2999277	Le Tanu	le-tanu	FR	50320	0	Europe/Paris	48.8169	-1.3447				28	50	501	50590
2999279	Létanne	letanne	FR	08210	103	Europe/Paris	49.5445	5.07932		Letanne,Létanne		44	08	083	08252
2999280	L'Étang-Vergy	l-etang-vergy	FR	21220	0	Europe/Paris	47.17762	4.87836		L'Etang,L'Etang-Vergy,L'Étang,L'Étang-Vergy		27	21	211	21254
2999281	L'Étang-la-Ville	l-etang-la-ville	FR	78620	4641	Europe/Paris	48.86954	2.05732		L'Etang,L'Etang-la-Ville,L'Etang-les-Sources,L'Étang,L'Étang-la-Ville		11	78	783	78224
2999282	L'Étang-Bertrand	l-etang-bertrand	FR	50260	0	Europe/Paris	49.4667	-1.56667				28	50	502	50176
2999290	Le Tallud	le-tallud	FR	79200	1939	Europe/Paris	46.63068	-0.29759		Le Tallud		75	79	793	79322
2999296	Le Taillan-Médoc	le-taillan-medoc	FR	33320	8505	Europe/Paris	44.90429	-0.66997		Autelhan,Le Taillan,Le Taillan Medoc,Le Taillan-Medoc,Le Taillan-Médoc,Le-Tajan-Medok,Lo Talhan de Medoc,Lo Talhan de Medòc,lei tai lang mei duo ke,Ле-Таян-Медок,勒泰朗梅多克		75	33	332	33519
2999301	Les Yveteaux	les-yveteaux	FR	61210	94	Europe/Paris	48.70552	-0.27296		Les Yvetaux		28	61	612	61512
2999303	Le Syndicat	le-syndicat	FR	88120	1837	Europe/Paris	48.01733	6.68436		Le Syndicat,Le-Sindika,lai sang di ka,Ле-Синдика,Ле-Сіндіка,莱桑迪卡		44	88	881	88462
2999307	Les Voivres	les-voivres	FR	88240	304	Europe/Paris	48.03333	6.3		Le-Vuavr,Les Voivres,lai si wa fu lei,Ле-Вуавр,莱斯瓦夫雷		44	88	881	88520
2999318	Les Villettes	les-villettes	FR	43600	0	Europe/Paris	46.24231	1.65241				75	23	232	23141
2999319	Les Villettes	les-villettes	FR	43600	888	Europe/Paris	45.23495	4.18324		Les Villettes		84	43	433	43265
2999321	Les Villedieu	les-villedieu	FR	25240	137	Europe/Paris	46.71667	6.25		Le-Vil'd'e,Les Villedieu,Villedieu,lai si wei lai di e,lz wyldyw,Ле-Вільдьє,لز ویلدیو,莱斯维莱迪厄		27	25	253	25619
2999322	Les Villards-sur-Thônes	les-villards-sur-thones	FR	74230	994	Europe/Paris	45.9142	6.37514		Les Villards,Les Villards-sur-Thones,Les Villards-sur-Thônes		84	74	741	74302
2999330	Les Vignes	les-vignes	FR	48210	0	Europe/Paris	48.80111	1.508				24	28	283	28064
2999331	Les Vignes	les-vignes	FR	48210	0	Europe/Paris	45.82584	3.58086				84	63	635	63151
2999332	Les Vignes	les-vignes	FR	48210	0	Europe/Paris	44.9752	5.28061				84	26	261	26059
2999333	Les Vignes	les-vignes	FR	48210	122	Europe/Paris	44.28075	3.23272		Les Vignes		76	48	481	48094
2999335	Les Vigneaux	les-vigneaux	FR	05120	0	Europe/Paris	48.56049	3.54664		Les Vignaux,Les Vigneaux		44	10	102	10031
2999336	Les Vigneaux	les-vigneaux	FR	05120	418	Europe/Paris	44.8246	6.54136		Les Vigneaux,Vigneaux		93	05	051	05180
2999347	Les Veys	les-veys	FR	50500	0	Europe/Paris	49.3155	-1.1521		Le-Vej,Veys,lai si wei,lz wys,Ле-Вей,لز ویس,莱斯韦		28	50	504	50099
2999352	Verrières-de-Joux	verrieres-de-joux	FR	25300	381	Europe/Paris	46.9	6.45		Les Verrieres,Les Verrières,Verrieres-de-Joux,Verrières-de-Joux		27	25	253	25609
2999362	Les Verchers-sur-Layon	les-verchers-sur-layon	FR	49700	868	Europe/Paris	47.15478	-0.29641		Le-Vershe-sjur-Lejon,Les Verchers,Les Verchers-sur-Layon,lai weng he pan lai si wei er xie er,Ле-Верше-сюр-Лейон,莱翁河畔莱斯韦尔谢尔		52	49	493	49125
2999364	Les Ventes-de-Bourse	les-ventes-de-bourse	FR	61170	131	Europe/Paris	48.51165	0.27657		Les Ventes,Les Ventes-de-Bourse		28	61	611	61499
2999365	Les Ventes	les-ventes	FR	27180	0	Europe/Paris	49.44964	1.53801				28	76	761	76263
2999366	Les Ventes	les-ventes	FR	27180	0	Europe/Paris	48.94964	1.08705		Les Ventes		28	27	273	27678
2999367	Les Ventes	les-ventes	FR	27180	0	Europe/Paris	48.0535	3.89776				44	10	103	10247
2999391	Les Vans	les-vans	FR	07140	2743	Europe/Paris	44.40522	4.13198		Le-Van,Les Vans,Los Vans,lai si wang,Ле-Ван,莱斯旺		84	07	071	07334
2999408	Les Ulmes	les-ulmes	FR	49700	510	Europe/Paris	47.21957	-0.17874		Les Ulmes		52	49	493	49359
2999412	Le Subdray	le-subdray	FR	18570	716	Europe/Paris	47.0121	2.29476		Le Subdray		24	18	181	18255
2999429	Les Trois-Pierres	les-trois-pierres	FR	76430	746	Europe/Paris	49.55	0.41667				28	76	762	76714
2999431	Les Trois-Moutiers	les-trois-moutiers	FR	86120	995	Europe/Paris	47.06311	0.02018		Le-Trua-Mut'e,Les Trois Mouthiers,Les Trois-Moutiers,Les-Trois-Moutiers,lai si te lu wa mu di ye er,Ле-Труа-Мутьє,莱斯特鲁瓦穆蒂耶尔		75	86	861	86274
2999446	Lestrem	lestrem	FR	62080 CEDEX	3925	Europe/Paris	50.61987	2.68646		Lestrem,Letrin,Létrin,lai si te lang,lystrym,Лестрем,ليستريم,莱斯特朗		32	62	622	62502
2999451	L'Estréchure	l-estrechure	FR	30124	0	Europe/Paris	44.10854	3.78275		Corconac,L'Estrechure,L'Estréchure		76	30	303	30108
2999453	Lestre	lestre	FR	50310	231	Europe/Paris	49.52597	-1.33547		Lestre		28	50	502	50268
2999462	Lestrade-et-Thouels	lestrade-et-thouels	FR	12430	468	Europe/Paris	44.06667	2.65		Lestrade,Lestrade-et-Thouels		76	12	121	12129
2999476	Les Tourreilles	les-tourreilles	FR	31210	386	Europe/Paris	43.11225	0.55146		Les Toureilles,Les Tourreilles		76	31	312	31556
2999477	Les Tourailles	les-tourailles	FR	61100	71	Europe/Paris	48.7543	-0.39917		Les Tourailles		28	61	612	61007
2999482	Les Touches-de-Périgny	les-touches-de-perigny	FR	17160	533	Europe/Paris	45.90842	-0.2683		Les Touches,Les Touches-de-Perigny,Les Touches-de-Périgny		75	17	175	17451
2999483	Les Touches	les-touches	FR	44390	0	Europe/Paris	48.22807	0.31444				52	72	722	72189
2999484	Les Touches	les-touches	FR	44390	0	Europe/Paris	48.07743	-2.45771				53	56	562	56134
2999485	Les Touches	les-touches	FR	44390	2111	Europe/Paris	47.44249	-1.43097		An Dosenneg,Le-Tush,Les Touches,Tuschiis,lai si tu xie,Ле-Туш,レ・トゥーシュ,莱斯图谢		52	44	445	44205
2999488	Les Tonils	les-tonils	FR	26460	22	Europe/Paris	44.58168	5.19923		Les Tonils		84	26	262	26351
2999492	Lestiou	lestiou	FR	41500	209	Europe/Paris	47.735	1.5891		Lestiou		24	41	411	41114
2999498	Lestiac-sur-Garonne	lestiac-sur-garonne	FR	33550	634	Europe/Paris	44.69328	-0.37423		Lest'jak-sjur-Garonn,Lestiac,Lestiac-sur-Garonne,jia luo ne he pan lai si di a ke,Лестьяк-сюр-Гаронн,加罗讷河畔莱斯蒂阿克		75	33	333	33241
2999567	Les Souhesmes-Rampont	les-souhesmes-rampont	FR	55220	313	Europe/Paris	49.08333	5.25		Les Souhesmes-la-Grande,Souhesme-la-Grande,Souhesmes		44	55	553	55497
2999499	Les Thuiles	les-thuiles	FR	04400	369	Europe/Paris	44.39338	6.57085		Las Teulas,Le-Tjuij,Le-Tjuil',Les Thuiles,lai si di yi lai,Ле-Тюиль,Ле-Тюїй,莱斯蒂伊莱		93	04	041	04220
2999500	Les Thons	les-thons	FR	88410	144	Europe/Paris	47.98722	5.88269		Le-Tons,Les Thons,lai si tong,Ле-Тонс,莱斯通		44	88	882	88471
2999501	Les Thilliers-en-Vexin	les-thilliers-en-vexin	FR	27420	521	Europe/Paris	49.23669	1.60575		Les Thilliers,Les Thilliers-en-Vexin		28	27	271	27633
2999519	Lesterps	lesterps	FR	16420	0	Europe/Paris	46.01052	0.78032		LEsterp,Lesterps,Leter,lai si tai er pu,Летер,莱斯泰尔普		75	16	163	16182
2999520	Les Ternes	les-ternes	FR	15100	0	Europe/Paris	46.5	3.06667				84	03	032	03122
2999521	Les Ternes	les-ternes	FR	15100	0	Europe/Paris	46.16793	2.04466				75	23	231	23154
2999522	Les Ternes	les-ternes	FR	15100	462	Europe/Paris	44.9985	3.01357		Les Ternes		84	15	153	15235
2999527	Lestelle-de-Saint-Martory	lestelle-de-saint-martory	FR	31360	425	Europe/Paris	43.12123	0.91214		Lestelle,Lestelle-de-Saint-Martory,Montagne-sur-Garonne		76	31	312	31296
2999528	Lestelle-Bétharram	lestelle-betharram	FR	64800	1094	Europe/Paris	43.13035	-0.2095		LEstela e Betharram,LEstela e Bètharram,LEstela-Betharram,LEstela-Bètharram,Lestel'-Betarram,Lestelle,Lestelle-Betharram,Lestelle-Bétharram,lai si tai er bei ta er lang,Лестель-Бетаррам,莱斯泰尔贝塔尔朗		75	64	643	64339
2999542	Lestards	lestards	FR	19170	106	Europe/Paris	45.51551	1.87374		Lestard,Lestards		75	19	192	19112
2999545	Lestanville	lestanville	FR	76730	77	Europe/Paris	49.74786	0.95774		Lestanville		28	76	761	76383
2999560	Lessy	lessy	FR	57160	863	Europe/Paris	49.11899	6.09568		Lessy		44	57	579	57396
2999572	Les Sorinières	les-sorinieres	FR	44840	6698	Europe/Paris	47.14744	-1.53004		Kersoren,Le-Sorin'er,Les Sorinieres,Les Sorinières,lai suo li ni ai,Ле-Сориньєр,莱索里尼埃		52	44	442	44198
2999587	Les Sièges	les-sieges	FR	89190	475	Europe/Paris	48.18086	3.5169		Le-S'ezh,Les Sieges,Les Sièges,Sieges,Sièges,lai xie re,Ле-Сьеж,Ле-Сьєж,莱谢热		27	89	893	89395
2999591	Lesseux	lesseux	FR	88490	111	Europe/Paris	48.28502	7.07991		Lesseux		44	88	883	88268
2999612	Lesse	lesse	FR	57580	209	Europe/Paris	48.96333	6.50592		Lesse		44	57	575	57395
2999619	Lessay	lessay	FR	50430	1800	Europe/Paris	49.21703	-1.53089		Lessay,Lesse,lai sai,lsay,Лессе,لسای,莱赛		28	50	503	50267
2999624	Les Sauvages	les-sauvages	FR	69170	617	Europe/Paris	45.92496	4.37642		Les Sauvages		84	69	692	69174
2999625	Les Sauvages	les-sauvages	FR	69170	0	Europe/Paris	44.86711	4.11393				84	07	071	07026
2999626	Les Sauvages	les-sauvages	FR	69170	0	Europe/Paris	44.84407	4.0018				84	43	432	43109
2999636	Lessard-le-National	lessard-le-national	FR	71530	560	Europe/Paris	46.86619	4.83785		Lessard,Lessard-le-National		27	71	712	71257
2999637	Lessard-et-le-Chêne	lessard-et-le-chene	FR	14140	185	Europe/Paris	49.07242	0.11907		Lessard,Lessard-et-le-Chene,Lessard-et-le-Chêne		28	14	143	14362
2999638	Lessard-en-Bresse	lessard-en-bresse	FR	71440	424	Europe/Paris	46.74045	5.09355		Lessard,Lessard-en-Bresse		27	71	714	71256
2999647	Les Salles-sur-Verdon	les-salles-sur-verdon	FR	83630	206	Europe/Paris	43.77394	6.21082		Le-Sal'-sjur-Verdon,Lei Salas de Verdon,Les Salles,Les Salles-sur-Verdon,Saleta,fu er dong he pan lai sa lai,Ле-Саль-сюр-Вердон,弗尔东河畔莱萨莱		93	83	833	83122
2999648	Les Salles-Lavauguyon	les-salles-lavauguyon	FR	87440	206	Europe/Paris	45.74359	0.69496		Las Salas,Las Salas la Vau Guion,Le-Sal'-Lavogjuion,Les Salles,Les Salles-Lavauguyon,lai sa lai la wo ju yi weng,Ле-Саль-Лавогюион,Ле-Саль-Лавогюїон,莱萨莱拉沃居伊翁		75	87	873	87189
2999649	Les Salles-du-Gardon	les-salles-du-gardon	FR	30110	2789	Europe/Paris	44.20675	4.03469		Les Salles-du-Gardon		76	30	301	30307
2999651	Les Salles-de-Castillon	les-salles-de-castillon	FR	33350	353	Europe/Paris	44.9	0		Les Salles,Les Salles-de-Castillon,Salles		75	33	335	33499
2999652	Les Salles	les-salles	FR	42440	0	Europe/Paris	46.81924	2.63489				24	18	182	18261
2999653	Les Salles	les-salles	FR	42440	0	Europe/Paris	46.51467	3.08695				84	03	032	03170
2999654	Les Salles	les-salles	FR	42440	435	Europe/Paris	45.84942	3.79687		Le-Sal',Les Salles,lai sa lai,lz sals,Ле-Саль,لز سالس,莱萨莱		84	42	421	42295
2999655	Les Salles	les-salles	FR	42440	0	Europe/Paris	45.81825	1.96063				75	23	231	23090
2999656	Les Salles	les-salles	FR	42440	0	Europe/Paris	45.6	3.65				84	63	631	63174
2999657	Les Salles	les-salles	FR	42440	0	Europe/Paris	45.29488	3.6751				84	43	431	43237
2999658	Les Salles	les-salles	FR	42440	0	Europe/Paris	44.92592	3.92417				84	43	432	43210
2999659	Les Salles	les-salles	FR	42440	0	Europe/Paris	44.92464	3.89486				84	43	432	43039
2999660	Les Salles	les-salles	FR	42440	0	Europe/Paris	44.59245	5.44297		Les Salles,Salles		84	26	261	26167
2999667	Les Salelles	les-salelles	FR	07140	123	Europe/Paris	44.48142	3.2791		Les Salelles,Salelles		76	48	482	48185
2999668	Les Salelles	les-salelles	FR	07140	221	Europe/Paris	44.42034	4.10432		Les Salelles,Les Sallelles,Sallelles		84	07	071	07305
2999669	Les Salces	les-salces	FR	48100	86	Europe/Paris	44.53391	3.16139		Les Salces,Salses		76	48	482	48187
2999677	Lessac	lessac	FR	16500	546	Europe/Paris	46.06862	0.67514		Laissac,Lessac,Lessak,lai sa ke,Лессак,莱萨克		75	16	163	16181
2999683	Les Sables-d'Olonne	les-sables-d-olonne	FR	85100	16105	Europe/Paris	46.49687	-1.7847		LSO,Le-Sabl'-d'Olon,Le-Sabl'-d'Olonn,Les Sables d'Olonne,Les Sables-d'Olonne,Les Sables-d’Olonne,Sables-d'Olonne,lai sa bu lei duo luo ne,Ле-Сабль-д'Олонн,Ле-Сабль-д’Олон,レ・サーブル＝ドロンヌ,莱萨布勒多洛讷	853	52	85	853	85194
2999687	Les Rues-des-Vignes	les-rues-des-vignes	FR	59258	684	Europe/Paris	50.09578	3.23853		Le-Rju-de-Vin',Les Rues,Les Rues-des-Vignes,lai lu ai de wei nie,Ле-Рю-де-Винь,Ле-Рю-де-Вінь,莱吕埃德维涅		32	59	592	59517
2999706	Les Rousses	les-rousses	FR	39220	3048	Europe/Paris	46.48412	6.0633		Le-Russ,Les Rousses,lai si lu sai,Ле-Русс,莱斯鲁塞		27	39	393	39470
2999707	Les Rousses	les-rousses	FR	39220	0	Europe/Paris	44.58333	6.38333				93	05	052	05114
2999716	Les Rouges-Eaux	les-rouges-eaux	FR	88600	74	Europe/Paris	48.26218	6.79928		Les Rouges-Eaux,Rouges-Eaux		44	88	883	88398
2999720	Les Rotours	les-rotours	FR	61210	96	Europe/Paris	48.78275	-0.26282		Le-Rotur,Les Rotours,Rotours,lai si luo tu er,Ле-Ротур,莱斯罗图尔		28	61	612	61339
2999725	Les Rosiers-sur-Loire	les-rosiers-sur-loire	FR	49350	2365	Europe/Paris	47.3516	-0.22502		Le-Roz'e-sjur-Luar,Les Rosiers,Les Rosiers-sur-Loire,lu wa er he pan lai si luo xie er,Ле-Розьє-сюр-Луар,卢瓦尔河畔莱斯罗谢尔		52	49	493	49261
2999738	Les Roises	les-roises	FR	55130	42	Europe/Paris	48.4555	5.64132		Les Roises		44	55	552	55436
2999741	Les Roches-l'Évêque	les-roches-l-eveque	FR	41800	0	Europe/Paris	47.78401	0.89511		Les Roches,Les Roches-l'Eveque,Les Roches-l’Évêque,Roches-sur-le-Loir		24	41	412	41192
2999742	Les Roches-de-Condrieu	les-roches-de-condrieu	FR	38370	1968	Europe/Paris	45.45281	4.76718		Les Roches,Les Roches-de-Condrieu		84	38	383	38340
2999762	Les Rivières-Henruel	les-rivieres-henruel	FR	51300	188	Europe/Paris	48.65254	4.56427		Les Rivieres,Les Rivieres-Henruel,Les Rivières,Les Rivières-Henruel		44	51	514	51463
2999768	Les Rives	les-rives	FR	34520	0	Europe/Paris	44.86749	5.77081		Les Rives,Rives		84	38	381	38403
2999769	Les Rives	les-rives	FR	34520	145	Europe/Paris	43.84233	3.26912		Les Rives		76	34	342	34230
2999787	Les Riceys	les-riceys	FR	10340	1401	Europe/Paris	47.9939	4.36986		Les Riceys		44	10	103	10317
2999800	Les Ressuintes	les-ressuintes	FR	28340	130	Europe/Paris	48.59508	0.9386		Les Ressuintes		24	28	283	28314
2999801	Les Repôts	les-repots	FR	39140	23	Europe/Paris	46.68221	5.41583		Les Repots,Les Repôts		27	39	392	39457
2999824	Les Rairies	les-rairies	FR	49430	0	Europe/Paris	48.92489	-0.91631				28	14	144	14061
2999825	Les Rairies	les-rairies	FR	49430	915	Europe/Paris	47.65117	-0.20621				52	49	491	49257
2999838	Lesquin	lesquin	FR	59275 CEDEX	6424	Europe/Paris	50.58232	3.119		Lesken,Lesquin,lai si kan,Лескен,莱斯坎		32	59	595	59343
2999839	Lesquielles-Saint-Germain	lesquielles-saint-germain	FR	02120	850	Europe/Paris	49.93223	3.61785		Lesquielles,Lesquielles-Saint-Germain		32	02	025	02422
2999842	Lesquerde	lesquerde	FR	66220	139	Europe/Paris	42.80064	2.53018		Lesquerde		76	66	663	66097
2999857	Les Pujols	les-pujols	FR	09100	547	Europe/Paris	43.08845	1.71864		Les Pujols		76	09	092	09238
2999860	Lespugue	lespugue	FR	31350	93	Europe/Paris	43.23282	0.66632		Lespugne,Lespugue		76	31	312	31295
2999870	Les Prés	les-pres	FR	26310	0	Europe/Paris	45.76347	6.61391		Le Pre,Le Pré,Les Pres,Les Prés		84	73	731	73132
2999871	Les Prés	les-pres	FR	26310	0	Europe/Paris	44.81667	6.5				93	05	051	05110
2999872	Les Prés	les-pres	FR	26310	26	Europe/Paris	44.52737	5.5791		Les Pres,Les Prés		84	26	261	26255
2999873	Les Préaux	les-preaux	FR	27500	438	Europe/Paris	49.32316	0.47603		Les Preaux,Les Préaux,Preaux-la-Montagne,Préaux-la-Montagne		28	27	272	27476
2999874	Les Préaux	les-preaux	FR	27500	0	Europe/Paris	45.31496	4.49826				84	42	423	42329
2999884	Les Pradeaux	les-pradeaux	FR	63500	0	Europe/Paris	45.59084	3.48772				84	63	631	63056
2999885	Les Pradeaux	les-pradeaux	FR	63500	0	Europe/Paris	45.52633	3.83894		Les Pradeaux,Pradeaux		84	63	631	63173
2999886	Les Pradeaux	les-pradeaux	FR	63500	0	Europe/Paris	45.51248	3.29545		Les Pradeaux		84	63	633	63287
2999892	Lespourcy	lespourcy	FR	64160	122	Europe/Paris	43.36061	-0.15021		Lesporcin,Lespourcy,Lespourey,Lespursi,lai si pu er xi,Леспурси,Леспурсі,莱斯普尔西		75	64	643	64338
2999895	Les Poulières	les-poulieres	FR	88600	195	Europe/Paris	48.19835	6.79056		Les Poulieres,Les Poulières		44	88	883	88356
2999898	Lespouey	lespouey	FR	65190	170	Europe/Paris	43.2113	0.1691		Lespouey		76	65	653	65270
2999906	Les Portes-en-Ré	les-portes-en-re	FR	17880	607	Europe/Paris	46.25	-1.5		Le-Port-an-Re,lei de qu lai si bo er tai,Ле-Порт-ан-Ре,雷地区莱斯波尔泰		75	17	173	17286
2999908	Les Ponts-de-Cé	les-ponts-de-ce	FR	49130	12915	Europe/Paris	47.42315	-0.52477		Le Pont de Ce,Le-Pon-de-Se,Ponts-Libres,lai si peng te de sai,Ле-Пон-де-Се,莱斯蓬特德塞		52	49	491	49246
2999911	Les Pontets	les-pontets	FR	25240	89	Europe/Paris	46.71759	6.1706		Les Pontets		27	25	253	25464
2999927	Les Plantiers	les-plantiers	FR	30122	248	Europe/Paris	44.1166	3.72295		Les Plantiers,Les Plantiers-de-Fontfouillouse		76	30	303	30198
2999928	Les Plans	les-plans	FR	30340	153	Europe/Paris	44.14794	4.21791		Les Plans		76	30	301	30197
2999929	Les Plans	les-plans	FR	30340	296	Europe/Paris	43.75338	3.27641		Les Plans		76	34	342	34205
2999930	Les Plans	les-plans	FR	30340	0	Europe/Paris	43.55	6.36667				93	83	831	83058
2999932	Les Planches-près-Arbois	les-planches-pres-arbois	FR	39600	83	Europe/Paris	46.87852	5.80719		Les Planches,Les Planches-pres-Arbois,Les Planches-près-Arbois		27	39	391	39425
2999933	Les Planches-en-Montagne	les-planches-en-montagne	FR	39150	134	Europe/Paris	46.65431	6.00925		Les Planches,Les Planches-en-Montagne		27	39	392	39424
2999942	Les Plains-et-Grands-Essarts	les-plains-et-grands-essarts	FR	25470	0	Europe/Paris	47.30382	6.89283		Les Plains,Les Plains-et-Grands-Essarts		27	25	252	25458
2999951	Les Places	les-places	FR	27230	0	Europe/Paris	47.79266	2.32734				24	45	452	45270
2999952	Les Places	les-places	FR	27230	0	Europe/Paris	47.06667	-0.66667				52	49	492	49070
2999953	Les Places	les-places	FR	27230	0	Europe/Paris	46.28824	3.47915				84	03	033	03235
2999956	Lespiteau	lespiteau	FR	31160	78	Europe/Paris	43.06783	0.76054		Lespiteau		76	31	312	31294
2999963	Les Pinthières	les-pinthieres	FR	28210	161	Europe/Paris	48.70202	1.56934		Les Pinthieres,Les Pinthières		24	28	283	28299
2999964	Les Pins	les-pins	FR	16260	0	Europe/Paris	48.08853	-1.1871				53	35	351	35360
2999965	Les Pins	les-pins	FR	16260	0	Europe/Paris	46.39943	3.1119				84	03	032	03292
2999966	Les Pins	les-pins	FR	16260	0	Europe/Paris	45.86789	4.96576				84	01	012	01424
2999967	Les Pins	les-pins	FR	16260	410	Europe/Paris	45.81897	0.39063		Le-Pen,Les Pins,Los Pins,lai si pan,Ле-Пен,莱斯潘		75	16	163	16261
2999968	Les Pins	les-pins	FR	16260	0	Europe/Paris	45.58075	4.85719				84	69	691	69272
2999969	Lespinoy	lespinoy	FR	62990	239	Europe/Paris	50.42775	1.87712		Lepinoy,Lespinoy		32	62	624	62501
2999971	Les Pineaux	les-pineaux	FR	85320	476	Europe/Paris	46.59544	-1.18061		Les Pineaux		52	85	851	85175
2999973	Lespinassière	lespinassiere	FR	11160	101	Europe/Paris	43.403	2.53756		Lespinassiere,Lespinassière		76	11	111	11200
2999974	Lespinasse	lespinasse	FR	31150	0	Europe/Paris	44.97916	1.0477				75	24	244	24559
2999975	Lespinasse	lespinasse	FR	31150	0	Europe/Paris	44.96373	5.77222				84	38	381	38304
2999976	Lespinasse	lespinasse	FR	31150	2435	Europe/Paris	43.71206	1.38462		Lespinasse		76	31	313	31293
2999979	Les Pilles	les-pilles	FR	26110	0	Europe/Paris	45.25165	0.81041		Les Piles,Les Pilles		75	24	243	24135
2999980	Les Pilles	les-pilles	FR	26110	241	Europe/Paris	44.37988	5.18701		Les Pilles		84	26	262	26238
2999981	Lespignan	lespignan	FR	34710	2895	Europe/Paris	43.27364	3.17193		Lespignan,Lespin'jan,Lespinhan,lai si pi ni ang,Леспиньян,Леспіньян,莱斯皮尼昂		76	34	341	34135
2999982	Les Pieux	les-pieux	FR	50340	3413	Europe/Paris	49.51286	-1.80714		Les Pieux		28	50	502	50402
2999985	Lespielle	lespielle	FR	64350	151	Europe/Paris	43.47335	-0.14488		Lesp'el',Lespel',Lespiela,Lespielle-Germenaud-Lannegrasse,Lespièla,lai si pi ye er,Леспьель,Леспєль,莱斯皮耶尔		75	64	643	64337
2999994	Les Piards	les-piards	FR	39150	184	Europe/Paris	46.49567	5.8285		Les Piards		27	39	393	39130
3000018	Les Petites-Loges	les-petites-loges	FR	51400	419	Europe/Paris	49.13777	4.22725		Les Petites-Loges		44	51	513	51428
3000019	Les Petites Loges	les-petites-loges	FR	51400	0	Europe/Paris	48.08252	4.1155				44	10	103	10080
3000027	Les Petites-Armoises	les-petites-armoises	FR	08390	60	Europe/Paris	49.5	4.81667				44	08	084	08020
3000028	Lespesses	lespesses	FR	62190	410	Europe/Paris	50.56263	2.42267		Leperche,Lespess,Lespesses,Léperche,lai si pei si,lysbysys,Леспесс,ليسبيسيس,莱斯佩斯		32	62	622	62500
3000032	Les Perques	les-perques	FR	50260	164	Europe/Paris	49.44584	-1.65846		Le-Perk,Les Perques,Perques,lai si pei er qu ai,Ле-Перк,莱斯佩尔屈埃		28	50	502	50082
3000035	Lespéron	lesperon	FR	07660	289	Europe/Paris	44.7302	3.89782		Lesperon		84	07	071	07142
3000036	Lesperon	lesperon	FR	07660	940	Europe/Paris	43.97015	-1.09413		Lesperon		75	40	402	40152
3000047	Les Pennes-Mirabeau	les-pennes-mirabeau	FR	13170	19871	Europe/Paris	43.41012	5.30838		Le-Pen-Mirabo,Le-Penn-Mirabo,Lei Penas,Lei Penas de Mirabeu,Lei Penas de Mirabèu,Les Pennes,Les Pennes-Mirabeau,Les-Pennes-Mirabeau,lai si pei ni si mi la bo,lepenmilabo,lpn myrbw,Ле-Пен-Мирабо,Ле-Пенн-Мірабо,لپن میربو,レ・ペンヌ＝ミラボー,萊斯佩尼斯米拉波,레펜미라보		93	13	131	13071
3000052	Les Peintures	les-peintures	FR	33230	1298	Europe/Paris	45.06899	-0.09752		Les Peintures		75	33	335	33315
3000060	Les Pavillons-sous-Bois	les-pavillons-sous-bois	FR	93320	19730	Europe/Paris	48.90683	2.50648		Le Pavijon su Boa,Le-Pavijon-su-Bua,Les Pavillons-sous-Bois,Pavillons,Pavillons-sous-Bois,cong lin ge,lepabiyongsubua,les Pavillons,spwywn sw bwa,Ле Павијон су Боа,Ле-Павийон-су-Буа,Ле-Павійон-су-Буа,سپویون سو بوآ,レ・パヴィヨン＝スー＝ボワ,丛林阁,레파비용수부아		11	93	932	93057
3000070	Lesparrou	lesparrou	FR	09300	281	Europe/Paris	42.93001	1.9039		Lesparrou		76	09	092	09165
3000072	Lesparre-Médoc	lesparre-medoc	FR	33340	5406	Europe/Paris	45.30709	-0.93793		L'Sparre,LEsparra,Lespar-Medok,Lesparr-Medok,Lesparre,Lesparre-Medoc,Lesparre-Médoc,Lesperre,lai si pa er mei duo ke,resuparu=medokku,Леспар-Медок,Леспарр-Медок,レスパール＝メドック,莱斯帕尔梅多克	334	75	33	334	33240
3000073	Les Paroches	les-paroches	FR	55300	348	Europe/Paris	48.90723	5.516		Les Paroches		44	55	552	55401
3000090	Le Sourn	le-sourn	FR	56300	2008	Europe/Paris	48.04273	-2.9891		Ar Sorn,Le Sourn		53	56	562	56246
3000092	Le Sourd	le-sourd	FR	02140	153	Europe/Paris	49.85965	3.74647		Le Sourd		32	02	025	02731
3000097	Le Soulié	le-soulie	FR	34330	140	Europe/Paris	43.55133	2.68898		Le Soulie,Le Soulié		76	34	341	34305
3000101	Le Souich	le-souich	FR	62810	172	Europe/Paris	50.22254	2.36502		Aussouy,Le Souich,Le-Suish,lei su yi shen,ly swytsh,Ле-Суиш,Ле-Суїш,لي سويتش,勒苏伊什		32	62	621	62802
3000111	Les Oubeaux	les-oubeaux	FR	14230	224	Europe/Paris	49.28699	-1.06658		Les Oubeaux		28	14	141	14342
3000116	Les Orres	les-orres	FR	05200	478	Europe/Paris	44.51395	6.54991		Lez-Or,Lez-Orr,Los Ueris,Los Uèris,lai suo er lei,Лез-Ор,Лез-Орр,莱索尔雷		93	05	052	05098
3000117	Les Ormes-sur-Voulzie	les-ormes-sur-voulzie	FR	77134	856	Europe/Paris	48.46358	3.22958		Les Ormes,Les Ormes-sur-Voulzie		11	77	773	77347
3000118	Les Ormes	les-ormes	FR	86220	0	Europe/Paris	48.2697	1.25336				24	28	282	28326
3000119	Les Ormes	les-ormes	FR	86220	226	Europe/Paris	47.84978	3.26614		Les Ormes		27	89	891	89281
3000120	Les Ormes	les-ormes	FR	86220	1537	Europe/Paris	46.97211	0.60608		Les Ormes		75	86	861	86183
3000121	Les Ormes	les-ormes	FR	86220	0	Europe/Paris	46.93333	3.4				27	58	583	58028
3000131	Les Omergues	les-omergues	FR	04200	116	Europe/Paris	44.17192	5.60712		Leis Amergues,Leis Amèrgues,Les Omergues,Lez-Omerg,lai suo mei er gai,Лез-Омерг,莱索梅尔盖		93	04	044	04140
3000132	Les Olmes	les-olmes	FR	69490	664	Europe/Paris	45.88328	4.51645		Les Olmes		84	69	692	69157
3000134	Les Ollières-sur-Eyrieux	les-ollieres-sur-eyrieux	FR	07360	844	Europe/Paris	44.80423	4.6139		Les Ollieres,Les Ollieres-sur-Eyrieux,Les Ollières,Les Ollières-sur-Eyrieux		84	07	072	07167
3000135	Les Ollières	les-ollieres	FR	74370	815	Europe/Paris	45.97817	6.18107		Les Ollieres,Les Ollières		84	74	741	74282
3000136	Les Ollières	les-ollieres	FR	74370	0	Europe/Paris	45.76081	0.87719				75	87	873	87111
3000139	Le Soler	le-soler	FR	66270	6377	Europe/Paris	42.68185	2.79305		El Soler,Le Soler,Le-Sole,Soler,el Soler,l swlr,lei suo lai,Ле-Соле,ل سولر,勒索莱		76	66	662	66195
3000150	Noyers	noyers	FR	27720	0	Europe/Paris	49.24555	1.67914		Les Noyers,Noyers		28	27	271	27445
3000154	Les Nouillers	les-nouillers	FR	17380	653	Europe/Paris	45.93147	-0.6641		Les Nouillers		75	17	175	17266
3000165	Les Noës-près-Troyes	les-noes-pres-troyes	FR	10420	3502	Europe/Paris	48.30358	4.04552		Les Noes,Les Noes-pres-Troyes,Les Noës,Les Noës-près-Troyes		44	10	103	10265
3000166	Les Noes	les-noes	FR	42370	0	Europe/Paris	48.6289	0.319		Les Noes,Les Nos		28	61	611	61133
3000173	Les Neyrolles	les-neyrolles	FR	01130	636	Europe/Paris	46.14165	5.63349		Les Neyrolles,Neyrolles		84	01	014	01274
3000174	Lesneven	lesneven	FR	29260	7144	Europe/Paris	48.57157	-4.31745		Lenevan,Lesneven,lai si na wang,lsnwn,resunevu~an,Леневан,Лесневен,لسنون,レスネヴァン,莱斯纳旺		53	29	291	29124
3000187	Les Nans	les-nans	FR	39300	88	Europe/Paris	46.79081	5.97452		Le-Nan,Les Nans,lai si nan,Ле-Нан,莱斯南		27	39	392	39381
3000192	Les Mureaux	les-mureaux	FR	78130	32134	Europe/Paris	48.99173	1.90972		Le Miro,Le-Mjuro,Les Mureaux,lemwilo,lmwrw,miao luo,Ле Миро,Ле-Мюро,لمورو,レ・ミュロー,缪罗,레뮈로		11	78	781	78440
3000196	Les Mujouls	les-mujouls	FR	06910	31	Europe/Paris	43.8839	6.86142		Les Mujouls		93	06	061	06087
3000460	Les Loges-en-Josas	les-loges-en-josas	FR	78350	1539	Europe/Paris	48.76377	2.14002		Le-Lozh-an-Zhoza,Les Loges,Loges-en-Josas,Ле-Лож-ан-Жоза		11	78	784	78343
3000201	Moutiers-les-Mauxfaits	moutiers-les-mauxfaits	FR	85540	1508	Europe/Paris	46.49358	-1.42662		Les Moutiers,Les Moutiers-Fideles,Les Moutiers-Fidèles,Les Moutiers-les-Mauxfaits,Moutiers les Mauxfaits,Moutiers-les-Mauxfaits		52	85	853	85156
3000202	Les Moutiers-Hubert	les-moutiers-hubert	FR	14140	51	Europe/Paris	48.97682	0.26594		Les Moutiers,Les Moutiers-Hubert,Moutiers-Hubert		28	14	143	14371
3000203	Les Moutiers-en-Cinglais	les-moutiers-en-cinglais	FR	14220	449	Europe/Paris	49.02535	-0.44224		Les Moutiers,Les Moutiers-en-Cinglais		28	14	142	14458
3000204	Les Moutiers-en-Auge	les-moutiers-en-auge	FR	14620	129	Europe/Paris	48.90093	-0.01076		Les Moutiers,Les Moutiers-en-Auge		28	14	142	14457
3000205	Les Moutiers-en-Retz	les-moutiers-en-retz	FR	44760	1145	Europe/Paris	47.06375	-1.999		Burgus Monasteriorum,Le-Mut'e-an-Re,Mousterou-Raez,Mousteroù-Raez,lei te de qu lai si mu di ye er,Ле-Мутьє-ан-Ре,雷特地区莱斯穆蒂耶尔		52	44	443	44106
3000207	Les Moussières	les-moussieres	FR	39310	192	Europe/Paris	46.32616	5.8897		Les Moussieres,Les Moussières		27	39	393	39373
3000245	Les Montils	les-montils	FR	41120	0	Europe/Paris	48.50959	2.94253				11	77	773	77089
3000246	Les Montils	les-montils	FR	41120	1498	Europe/Paris	47.49499	1.29775		Le-Monti,Les Montils,Montils,lai si meng di er,Ле-Монті,莱斯蒙蒂尔		24	41	411	41147
3000248	Les Monthairons	les-monthairons	FR	55320	371	Europe/Paris	49.0493	5.41285		Les Monthairons		44	55	553	55347
3000256	Lesmont	lesmont	FR	10500	307	Europe/Paris	48.42749	4.41462				44	10	101	10193
3000263	Les Monceaux	les-monceaux	FR	14100	168	Europe/Paris	49.11592	0.12462		Les Monceaux		28	14	143	14435
3000264	Les Monceaux	les-monceaux	FR	14100	0	Europe/Paris	46.27027	2.07427				75	23	232	23098
3000266	Les Mollettes	les-mollettes	FR	73800	592	Europe/Paris	45.46327	6.05833		Les Mollettes		84	73	732	73159
3000268	Les Molières	les-molieres	FR	91470	1756	Europe/Paris	48.67306	2.06959		Le-Mol'er,Les Molieres,Les Molières,lai si mo li ai,Ле-Мольер,Ле-Мольєр,莱斯莫利埃		11	91	913	91411
3000271	Les Moitiers-en-Bauptois	les-moitiers-en-bauptois	FR	50360	298	Europe/Paris	49.36135	-1.42724		Les Moitiers,Les Moitiers-en-Bauptois		28	50	502	50400
3000272	Les Moitiers-d'Allonne	les-moitiers-d-allonne	FR	50270	0	Europe/Paris	49.39964	-1.77881		Les Moitiers,Les Moitiers-d'Allonne,Moitiers d'Allonne		28	50	502	50332
3000275	Les Moëres	les-moeres	FR	59122	691	Europe/Paris	51.01442	2.54892		Les Moeres,Les Moëres		32	59	594	59260
3000306	Les Métairies	les-metairies	FR	16200	0	Europe/Paris	48.012	-1.93895				53	35	352	35016
3000307	Les Métairies	les-metairies	FR	16200	500	Europe/Paris	45.7	-0.16667		Le-Meteri,Les Metairies,Les Métairies,Metairies,Métairies,lai si mei tai li ye,Ле-Метери,Ле-Метері,莱斯梅泰里耶		75	16	162	16220
3000308	Les Mesnuls	les-mesnuls	FR	78490	936	Europe/Paris	48.75648	1.84461		Le-Menjul',Les Mesnuls,Mesnuls,Ле-Менюль		11	78	782	78398
3000310	Les Mesneux	les-mesneux	FR	51370	876	Europe/Paris	49.21933	3.96146		Les Mesneux		44	51	513	51365
3000318	Les Menus	les-menus	FR	61290	149	Europe/Paris	48.52402	0.93412		Les Menus		28	61	613	61274
3000320	Lesménils	lesmenils	FR	54700	480	Europe/Paris	48.9321	6.10294		Lesmenils,Lesménils		44	54	543	54312
3000327	Les Mées	les-mees	FR	04190	111	Europe/Paris	48.31475	0.23172		Les Mees,Les Mées		52	72	722	72192
3000328	Les Mées	les-mees	FR	04190	0	Europe/Paris	48.13675	-0.76222				52	53	532	53229
3000329	Les Mées	les-mees	FR	04190	3126	Europe/Paris	44.02961	5.97635		Les Mees,Les Mées		93	04	043	04116
3000331	Lesme	lesme	FR	71140	168	Europe/Paris	46.65155	3.71488		Lem,Lesme,Лем		27	71	713	71255
3000332	Les Mazures	les-mazures	FR	08500	770	Europe/Paris	49.88711	4.62593		Les Mazures		44	08	081	08284
3000341	Les Mayons	les-mayons	FR	83340	626	Europe/Paris	43.31294	6.35827		Les Mayons		93	83	833	83075
3000351	Les Mathes	les-mathes	FR	17570	1560	Europe/Paris	45.7175	-1.14838		Le-Mat,Les Mathes,Les Mathes - La Palmyre,lai si ma tai,Ле-Мат,莱斯马泰		75	17	172	17225
3000353	Les Matelles	les-matelles	FR	34270	1610	Europe/Paris	43.73044	3.80912		Las Matelas,Las Matèlas,Le-Matel',Les Matelles,Matelles,lai si ma tai lai,Ле-Матель,莱斯马泰莱		76	34	342	34153
3000363	Les Martys	les-martys	FR	11390	0	Europe/Paris	45.96323	1.68599				75	23	232	23133
3000364	Les Martys	les-martys	FR	11390	209	Europe/Paris	43.41653	2.30708		Le-Marti,Les Martins,Les Martys,lai si ma er di,Ле-Марти,Ле-Марті,莱斯马尔蒂		76	11	111	11221
3000377	Les Mars	les-mars	FR	23700	217	Europe/Paris	45.98135	2.47818		Les Mars		75	23	231	23123
3000390	Les Marêts	les-marets	FR	77560	149	Europe/Paris	48.66667	3.31667				11	77	773	77275
3000399	Les Marches	les-marches	FR	73800	0	Europe/Paris	47.77067	2.68963				24	45	451	45036
3000400	Les Marches	les-marches	FR	73800	2304	Europe/Paris	45.50042	6.00381		Le-Marsh,Les Marches,Ле-Марш		84	73	732	73151
3000401	Les Marches	les-marches	FR	73800	0	Europe/Paris	44.69538	6.31998				93	05	052	05096
3000434	Les Maillys	les-maillys	FR	21130	813	Europe/Paris	47.1358	5.33945		Le-Mai,Le-Maji,Les Maillys,Mailly-le-Bas,Mailly-le-Mont,Mailly-les-Ormeaux,l mayly,lai si mai li,Ле-Маи,Ле-Майи,Ле-Маї,ل مایلی,莱斯迈利		27	21	212	21371
3000441	Les Magny	les-magny	FR	70110	131	Europe/Paris	47.52874	6.45007		Les Magny		27	70	701	70317
3000443	Les Magnils-Reigniers	les-magnils-reigniers	FR	85400	1443	Europe/Paris	46.48333	-1.21667		Le-Manij-Ren'e,Les Magnils-Reigniers,lai si ma ni er lei nie er,Ле-Маній-Реньє,莱斯马尼尔雷涅尔		52	85	851	85131
3000444	Les Mages	les-mages	FR	30960	1730	Europe/Paris	44.22875	4.16633		Le-Mazh,Les Mages,Los Mages,lai si ma re,Ле-Маж,莱斯马热		76	30	301	30152
3000446	Les Lucs-sur-Boulogne	les-lucs-sur-boulogne	FR	85170	2892	Europe/Paris	46.84414	-1.49392		Le-Ljuk-sjur-Bulon',Les Lucs,Les Lucs-sur-Boulogne,bu luo ge he pan lai si lu ke,Ле-Люк-сюр-Булонь,布洛格河畔莱斯吕克		52	85	852	85129
3000455	Les Loges-sur-Brécey	les-loges-sur-brecey	FR	50370	152	Europe/Paris	48.76699	-1.17642		Les Loges,Les Loges-sur-Brecey,Les Loges-sur-Brécey		28	50	501	50275
3000456	Les Loges-Saulces	les-loges-saulces	FR	14700	140	Europe/Paris	48.86553	-0.30004		Les Loges,Les Loges-Saulces		28	14	142	14375
3000457	Les Loges-Margueron	les-loges-margueron	FR	10210	213	Europe/Paris	48.08811	4.11017		Les Loges-Margueron		44	10	103	10202
3000458	Les Loges-Marchis	les-loges-marchis	FR	50600	1004	Europe/Paris	48.54132	-1.08754		Les Loges-Marchis		28	50	501	50274
3000465	Les Loges	les-loges	FR	14240	1131	Europe/Paris	49.6986	0.28403		Les Loges		28	76	762	76390
3000466	Les Loges	les-loges	FR	14240	119	Europe/Paris	49.04282	-0.80672		Les Loges		28	14	144	14374
3000467	Les Loges	les-loges	FR	14240	0	Europe/Paris	48.7082	0.90863				24	28	283	28046
3000468	Les Loges	les-loges	FR	14240	0	Europe/Paris	48.62024	2.96948				11	77	773	77381
3000469	Les Loges	les-loges	FR	14240	0	Europe/Paris	48.58519	3.01214				11	77	773	77211
3000470	Les Loges	les-loges	FR	14240	0	Europe/Paris	48.50661	0.94392				28	61	613	61274
3000471	Les Loges	les-loges	FR	14240	0	Europe/Paris	48.13964	3.58455				27	89	893	89432
3000472	Les Loges	les-loges	FR	14240	0	Europe/Paris	47.91835	0.20471				52	72	723	72008
3000473	Les Loges	les-loges	FR	14240	123	Europe/Paris	47.78426	5.49039		Les Loges		44	52	522	52290
3000474	Les Loges	les-loges	FR	14240	0	Europe/Paris	47.30343	2.92805				27	58	584	58215
3000475	Les Loges	les-loges	FR	14240	0	Europe/Paris	47.30409	2.46237				24	18	181	18001
3000476	Les Loges	les-loges	FR	14240	0	Europe/Paris	47.07218	2.97643				24	18	181	18139
3000477	Les Loges	les-loges	FR	14240	0	Europe/Paris	47.05821	3.505				27	58	583	58275
3000478	Les Loges	les-loges	FR	14240	0	Europe/Paris	47.01511	2.96078				24	18	182	18265
3000479	Les Loges	les-loges	FR	14240	0	Europe/Paris	47.00038	2.76238				24	18	181	18027
3000480	Les Loges	les-loges	FR	14240	0	Europe/Paris	46.87866	2.36856				24	18	182	18250
3000481	Les Loges	les-loges	FR	14240	0	Europe/Paris	46.81934	2.16802				24	18	182	18283
3000482	Les Loges	les-loges	FR	14240	0	Europe/Paris	46.63685	2.11601				24	36	363	36236
3000483	Les Loges	les-loges	FR	14240	0	Europe/Paris	46.56667	2.13333				24	36	363	36138
3000484	Les Loges	les-loges	FR	14240	0	Europe/Paris	46.4	3.06667				84	03	032	03099
3000485	Les Loges	les-loges	FR	14240	0	Europe/Paris	46.33447	3.48011				84	03	033	03034
3000486	Les Loges	les-loges	FR	14240	0	Europe/Paris	46.11006	0.85172				75	87	871	87069
3000491	Les Lilas	les-lilas	FR	93260	21124	Europe/Paris	48.87992	2.42057		Le Lilas,Le-Lila,Les Lilas,ding xiang zhen,lelilla,llyla,Ле Лилас,Ле-Лила,Ле-Ліла,للیلا,レ・リラ,丁香镇,레릴라		11	93	931	93045
3000495	Les Lèves-et-Thoumeyragues	les-leves-et-thoumeyragues	FR	33220	0	Europe/Paris	44.79308	0.17458		Les Leves,Les Leves-et-Thoumeyragues,Les Lèves,Les Lèves-et-Thoumeyragues		75	33	335	33242
3000501	Les Lèches	les-leches	FR	24400	315	Europe/Paris	44.98996	0.38412		Las Leschas,Le-Lesh,Leches,Les Leches,Les Lèches,Lèches,lai si lai xie,Ле-Леш,莱斯莱谢		75	24	243	24234
3000509	Les Laubies	les-laubies	FR	48700	0	Europe/Paris	44.68626	3.42956		Les Laubies		76	48	482	48083
3000510	Les Laubies	les-laubies	FR	48700	0	Europe/Paris	44.43091	3.62796				76	48	482	48147
3000518	Landes-Vieilles-et-Neuves	landes-vieilles-et-neuves	FR	76390	0	Europe/Paris	49.78333	1.63333		Landes,Les Landes		28	76	761	76381
3000519	Les Landes-Genusson	les-landes-genusson	FR	85130	2138	Europe/Paris	46.96378	-1.1194		Les Gats,Les Gâts,Les Landes,Les Landes-Cenusson,Les Landes-Genusson,Les Landes-Génusson		52	85	852	85119
3000539	Les Junies	les-junies	FR	46150	282	Europe/Paris	44.53813	1.23543		Les Junies		76	46	461	46134
3000586	Les Istres-et-Bury	les-istres-et-bury	FR	51190	82	Europe/Paris	48.98587	4.09171		Les Istres-et-Bury,Lez-Istr-e-Bjuri,lai xi si te lei he bi li,Лез-Істр-е-Бюрі,莱西斯特雷和比里		44	51	512	51302
3000588	Les Issards	les-issards	FR	09100	0	Europe/Paris	45.44737	3.71079				84	63	631	63211
3000589	Les Issards	les-issards	FR	09100	198	Europe/Paris	43.07849	1.73534		Les Issards		76	09	092	09145
3000592	Les Islettes	les-islettes	FR	55120	830	Europe/Paris	49.10944	5.00333		Les Islettes		44	55	553	55253
3000593	Les Isles-Bardel	les-isles-bardel	FR	14690	60	Europe/Paris	48.84574	-0.33845		Les Isles-Bardel,Lez-Il'-Bardel',lai xi si lai ba er dai,Лез-Іль-Бардель,Лез-Иль-Бардель,莱西斯莱巴尔代		28	14	142	14343
3000598	Les Infournas	les-infournas	FR	05500	23	Europe/Paris	44.71483	6.09416		Les Infournas		93	05	052	05132
3000599	Les Ilhes	les-ilhes	FR	11380	63	Europe/Paris	43.35151	2.37784		Les Ilhes		76	11	111	11174
3000602	Lésigny	lesigny	FR	77150	8421	Europe/Paris	48.74374	2.61518				11	77	775	77249
3000603	Lésigny	lesigny	FR	77150	554	Europe/Paris	46.84921	0.76597		Lesigny,Lésigny		75	86	861	86129
3000605	Les Ifs	les-ifs	FR	76630	0	Europe/Paris	49.88688	1.39572		Les Ifs		28	76	761	76371
3000606	Les Iffs	les-iffs	FR	35630	256	Europe/Paris	48.2882	-1.86679		An Ivineg,Les Iffs		53	35	354	35134
3000621	Les Houches	les-houches	FR	74310	0	Europe/Paris	47.80304	3.44277		Les Houches,Les Ouches		27	89	891	89228
3000622	Les Houches	les-houches	FR	74310	2985	Europe/Paris	45.89267	6.80637		Hoschae,Houches,Le-Ush,Les Houches,Lez-Ush,Ле-Уш,Лез-Уш,אוש		84	74	742	74143
3000698	Les Haies	les-haies	FR	69420	0	Europe/Paris	48.75113	1.68004		Les Haies,Les Hayes		11	78	781	78096
3000628	Les Hôpitaux-Vieux	les-hopitaux-vieux	FR	25370	276	Europe/Paris	46.7888	6.36661		Les Hopitaux-Vieux,Les Hôpitaux-Vieux,Vieux		27	25	253	25308
3000629	Les Hôpitaux-Neufs	les-hopitaux-neufs	FR	25370	532	Europe/Paris	46.7783	6.3721		Les Hopitaux,Les Hopitaux-Neufs,Les Hôpitaux,Les Hôpitaux-Neufs,Lez-Opito-Nef,Vieux les Hopitaux Neufs,Vieux les Hôpitaux Neufs,lai suo pi tuo na fu,Лез-Опіто-Неф,莱索皮托纳夫		27	25	253	25307
3000632	Les Hogues	les-hogues	FR	27910	0	Europe/Paris	49.7226	0.31193				28	76	762	76600
3000633	Les Hogues	les-hogues	FR	27910	592	Europe/Paris	49.42567	1.39688		Les Hogues		28	27	271	27338
3000642	Les Hermites	les-hermites	FR	37110	559	Europe/Paris	47.66466	0.75362		Les Hermites		24	37	373	37116
3000644	Les Hermaux	les-hermaux	FR	48340	115	Europe/Paris	44.51626	3.13171		Les Hermaux		76	48	482	48073
3000648	Les Herbiers	les-herbiers	FR	85500	15664	Europe/Paris	46.87095	-1.0156		Erbje,Herbiers,Le-Erbe,Les Herbiers,Les Petits-Herbiers,lai sai er bi ye er,Ербје,Ле-Ербє,莱塞尔比耶尔		52	85	852	85109
3000658	Les Hays	les-hays	FR	39120	263	Europe/Paris	46.90279	5.38518		E,Hays,Le-E,Les Hays,lai sai,Е,Ле-Е,莱赛		27	39	391	39266
3000661	Les Hayes	les-hayes	FR	41800	0	Europe/Paris	48.05676	0.98733				24	41	412	41089
3000662	Les Hayes	les-hayes	FR	41800	0	Europe/Paris	47.71558	0.77701		Les Hayes		24	41	412	41100
3000674	Les Hautes-Rivières	les-hautes-rivieres	FR	08800	1945	Europe/Paris	49.88595	4.84186		Hautes-Rivieres,Hautes-Rivières,Les Hautes-Rivieres,Les Hautes-Rivières		44	08	081	08218
3000690	Les Halles	les-halles	FR	69610	356	Europe/Paris	45.71896	4.43228		Les Halles		84	69	691	69098
3000697	Les Haies	les-haies	FR	69420	0	Europe/Paris	48.76351	1.01736				28	27	272	27643
3000699	Les Haies	les-haies	FR	69420	0	Europe/Paris	48.75696	0.60861				28	61	613	61214
3000700	Les Haies	les-haies	FR	69420	0	Europe/Paris	48.54256	0.4623				28	61	613	61029
3000701	Les Haies	les-haies	FR	69420	0	Europe/Paris	48.24934	0.20762				52	72	722	72194
3000702	Les Haies	les-haies	FR	69420	645	Europe/Paris	45.50428	4.74745		Les Haies		84	69	691	69097
3000722	Les Guerreaux	les-guerreaux	FR	71160	247	Europe/Paris	46.53333	4.28333		Les Guerreaux		27	71	713	71229
3000740	Les Groseillers	les-groseillers	FR	79220	74	Europe/Paris	46.52567	-0.40288		Les Groseillers		75	79	793	79139
3000760	Les Graulges	les-graulges	FR	24340	64	Europe/Paris	45.49535	0.44229		Graulges,Le-Grol'zh,Les Graulges,Los Grauges,lai si ge luo er re,Ле-Грольж,莱斯格罗尔热		75	24	242	24253
3000761	Les Gras	les-gras	FR	25790	686	Europe/Paris	46.99507	6.5445				27	25	253	25296
3000762	Les Grangettes	les-grangettes	FR	25160	197	Europe/Paris	46.82843	6.31311		Les Grangettes		27	25	253	25295
3000763	Les Granges-le-Roi	les-granges-le-roi	FR	91410	960	Europe/Paris	48.50226	2.01954		Les Granges,Les Granges-le-Roi		11	91	911	91284
3000764	Les Granges-Gontardes	les-granges-gontardes	FR	26290	593	Europe/Paris	44.41678	4.76425		Les Granges-Gontardes		84	26	262	26145
3000767	Les Granges	les-granges	FR	10210	0	Europe/Paris	48.55511	0.35295				28	61	611	61215
3000768	Les Granges	les-granges	FR	10210	0	Europe/Paris	48.50307	4.72773				44	52	523	52411
3000769	Les Granges	les-granges	FR	10210	0	Europe/Paris	48.50252	3.78292		Les Granges		44	10	102	10220
3000770	Les Granges	les-granges	FR	10210	0	Europe/Paris	48.05978	4.0561		Les Granges		44	10	103	10168
3000771	Les Granges	les-granges	FR	10210	0	Europe/Paris	48.05056	0.87028				24	41	412	41248
3000772	Les Granges	les-granges	FR	10210	0	Europe/Paris	47.57584	4.71548				27	21	213	21466
3000773	Les Granges	les-granges	FR	10210	0	Europe/Paris	47.55679	4.41928				27	21	213	21308
3000774	Les Granges	les-granges	FR	10210	0	Europe/Paris	47.13057	3.32734				27	58	584	58218
3000775	Les Granges	les-granges	FR	10210	0	Europe/Paris	46.88076	2.56103				24	18	182	18087
3000776	Les Granges	les-granges	FR	10210	0	Europe/Paris	46.75119	4.26881				27	71	711	71390
3000777	Les Granges	les-granges	FR	10210	0	Europe/Paris	46.58333	2.63333				84	03	031	03168
3000778	Les Granges	les-granges	FR	10210	0	Europe/Paris	46.44714	3.27361				84	03	032	03026
3000779	Les Granges	les-granges	FR	10210	0	Europe/Paris	46.3401	3.33809				84	03	032	03083
3000780	Les Granges	les-granges	FR	10210	0	Europe/Paris	46.29358	2.82032				84	03	031	03129
3000781	Les Granges	les-granges	FR	10210	0	Europe/Paris	45.39041	6.71639				84	73	731	73206
3000782	Les Granges	les-granges	FR	10210	0	Europe/Paris	45.15544	5.72631				84	38	381	38151
3000783	Les Granges	les-granges	FR	10210	0	Europe/Paris	45.14566	4.81008				84	07	073	07015
3000784	Les Granges	les-granges	FR	10210	0	Europe/Paris	45.1247	3.99588				84	43	432	43165
3000785	Les Granges	les-granges	FR	10210	0	Europe/Paris	45.09485	3.67708				84	43	432	43197
3000786	Granges-les-Beaumont	granges-les-beaumont	FR	26600	0	Europe/Paris	45.03333	5				84	26	263	26379
3000787	Les Granges	les-granges	FR	10210	0	Europe/Paris	44.96224	0.57299				75	24	243	24077
3000788	Les Granges	les-granges	FR	10210	0	Europe/Paris	44.93643	1.68615				76	46	463	46330
3000789	Les Granges	les-granges	FR	10210	0	Europe/Paris	44.87824	2.44411				84	15	151	15012
3000790	Les Granges	les-granges	FR	10210	0	Europe/Paris	44.63821	5.0906				84	26	261	26336
3000791	Les Granges	les-granges	FR	10210	0	Europe/Paris	44.25946	5.43113				84	26	262	26279
3000812	Les Grands-Chézeaux	les-grands-chezeaux	FR	87160	260	Europe/Paris	46.35206	1.39336		Les Grands Chezeaux,Les Grands Chézeaux,Les Grands-Chezeaux,Les Grands-Chézeaux		75	87	871	87074
3000826	Les Grandes-Ventes	les-grandes-ventes	FR	76950	1859	Europe/Paris	49.78544	1.22921		Grandes-Ventes,Les Grandes-Ventes		28	76	761	76321
3000833	Les Grandes-Loges	les-grandes-loges	FR	51400	239	Europe/Paris	49.06528	4.29352		Les Grandes-Loges		44	51	511	51278
3000843	Les Grandes-Chapelles	les-grandes-chapelles	FR	10170	370	Europe/Paris	48.46588	4.01776		Les Grandes-Chapelles		44	10	102	10166
3000847	Les Grandes-Armoises	les-grandes-armoises	FR	08390	41	Europe/Paris	49.53103	4.89225		Les Grandes-Armoises		44	08	084	08019
3000856	Les Gours	les-gours	FR	16140	147	Europe/Paris	45.96143	-0.06697		Le-Gur,Les Gours,lai si gu er,Ле-Гур,莱斯古尔		75	16	163	16155
3000859	Les Goulles	les-goulles	FR	21520	12	Europe/Paris	47.88218	4.90581		Les Goulles,Lesgoul		27	21	213	21303
3000870	Lesgor	lesgor	FR	40400	373	Europe/Paris	43.85303	-0.90178		Lesgor		75	40	401	40151
3000872	Les Gonds	les-gonds	FR	17100	1779	Europe/Paris	45.71542	-0.61711		Les Gonds		75	17	174	17179
3000902	Les Gets	les-gets	FR	74260	1331	Europe/Paris	46.15522	6.66492		Gets,Iactus,Le-Zhe,Les Gets,Zhe,Же,Ле-Же		84	74	742	74134
3000903	Lesges	lesges	FR	02220	87	Europe/Paris	49.30642	3.50857		Lesges		32	02	024	02421
3000912	Les Genettes	les-genettes	FR	61270	130	Europe/Paris	48.66459	0.56895		Les Genettes		28	61	613	61187
3000998	Les Fourgs	les-fourgs	FR	25300	1105	Europe/Paris	46.83455	6.39953		Les Fourgs		27	25	253	25254
3001003	Les Fougerêts	les-fougerets	FR	56200	847	Europe/Paris	47.74061	-2.21333		Felgerieg-al-Lann,Fougerets,Fougerêts,Fuzheret,Le-Fuzhere,Les Fougerets,Les Fougerêts,lai si fu re lei te,Ле-Фужере,Фужерет,莱斯富热雷特		53	56	563	56060
3001011	Les Fosses	les-fosses	FR	79360	0	Europe/Paris	48.08341	4.65557				44	10	103	10364
3001012	Les Fosses	les-fosses	FR	79360	0	Europe/Paris	46.47742	2.38752				84	03	031	03317
3001013	Les Fosses	les-fosses	FR	79360	361	Europe/Paris	46.16722	-0.37389		Les Fosses		75	79	792	79126
3001014	Les Fosses	les-fosses	FR	79360	0	Europe/Paris	45.67537	1.03565				75	87	872	87112
3001019	Les Forges	les-forges	FR	56120	0	Europe/Paris	49.53208	0.49762				28	76	762	76556
3001020	Les Forges	les-forges	FR	56120	2113	Europe/Paris	48.17747	6.38846		Les Forges		44	88	881	88178
3001021	Les Forges	les-forges	FR	56120	449	Europe/Paris	48.01783	-2.64684		Ar Goveliou,Ar Govelioù,Les Forges		53	56	562	56102
3001022	Les Forges	les-forges	FR	56120	0	Europe/Paris	47.77982	4.27779				27	89	892	89210
3001023	Les Forges	les-forges	FR	56120	0	Europe/Paris	47.61813	5.06394				27	21	212	21385
3001024	Les Forges	les-forges	FR	56120	0	Europe/Paris	46.88333	-1.4				52	85	852	85197
3001025	Les Forges	les-forges	FR	56120	118	Europe/Paris	46.54029	-0.03141		Les Forges		75	79	793	79124
3001026	Les Forges	les-forges	FR	56120	0	Europe/Paris	46.35753	1.7329				75	23	232	23087
3001027	Les Forges	les-forges	FR	56120	0	Europe/Paris	46.17591	2.82825				84	63	634	63338
3001028	Les Forges	les-forges	FR	56120	0	Europe/Paris	46.17548	2.20248		Les Forges		75	23	231	23093
3001029	Les Forges	les-forges	FR	56120	0	Europe/Paris	46.16096	1.99461				75	23	231	23154
3001039	Les Fontenelles	les-fontenelles	FR	25210	692	Europe/Paris	47.19857	6.7404		Fontanel,Fontenelles,Le-Fontenel',Les Fontenelles,lai si feng te nei lai,Ле-Фонтенель,Фонтанел,莱斯丰特内莱		27	25	253	25248
3001043	Lez-Fontaine	lez-fontaine	FR	59740	0	Europe/Paris	50.18333	4.05		Fontaine		32	59	591	59342
3001051	Les Fins	les-fins	FR	25500	2797	Europe/Paris	47.07764	6.63002		Le-Fen,Les Fins,lai si fan,Ле-Фен,莱斯凡		27	25	253	25240
3001060	Les Ferres	les-ferres	FR	06510	61	Europe/Paris	43.84706	7.09296		Les Ferres		93	06	061	06061
3001085	Les Farges	les-farges	FR	24290	0	Europe/Paris	45.79846	2.08647				75	23	231	23091
3001086	Les Farges	les-farges	FR	24290	0	Europe/Paris	45.74491	1.1874				75	87	872	87025
3001087	Les Farges	les-farges	FR	24290	0	Europe/Paris	45.63333	4.3				84	42	421	42013
3001088	Les Farges	les-farges	FR	24290	0	Europe/Paris	45.52311	0.8348				75	24	242	24498
3001089	Les Farges	les-farges	FR	24290	0	Europe/Paris	45.53246	0.52782				75	24	242	24209
3001090	Les Farges	les-farges	FR	24290	0	Europe/Paris	45.11544	1.18738		Les Farges		75	24	244	24175
3001095	Les Eyzies-de-Tayac-Sireuil	les-eyzies-de-tayac-sireuil	FR	24620	909	Europe/Paris	44.93593	1.01327		Las Aisias de Taiac e Siruelh,Las Aisiás de Taiac e Siruèlh,Las Eisias de Taiac,Las Eisiás de Taiac,Les Eysies-de-Tayac,Les Eyzies,Lez Eizi-nte-Tegiak-Sireig,Lez-Ehzi,Lez-Ehzi-de-Tajak-Sirjoj,Lez-Ezi-de-Tajak-Sirej,lai sai qi ye de tai a ke-xi lei yi,Λεζ Εϊζί-ντε-Τεγιάκ-Σιρέιγ,Лез-Ези-де-Таяк-Сирей,Лез-Езі-де-Таяк-Сірей,Лез-Эзи,Лез-Эзи-де-Тайак-Сирёй,莱塞齐耶德泰阿克-西勒伊		75	24	244	24172
3001105	Le Seure	le-seure	FR	17770	229	Europe/Paris	45.7902	-0.36647		Le Seure		75	17	174	17426
3001109	Les Étilleux	les-etilleux	FR	28330	191	Europe/Paris	48.23223	0.81919		Les Etilleux,Les Étilleux		24	28	284	28144
3001112	Les Étangs	les-etangs	FR	57530	307	Europe/Paris	49.14135	6.37773		Les Etangs,Les Étangs,Lez-Etan,lai sai tang ge,lztang,Лез-Етан,لزتانگ,莱塞唐格		44	57	579	57200
3001118	Les Estables	les-estables	FR	43150	0	Europe/Paris	45.24598	3.77301		Estable,Estables,Les Estables		84	43	431	43093
3001119	Les Estables	les-estables	FR	43150	0	Europe/Paris	44.90449	4.15434		Les Estables		84	43	432	43091
3001122	Les Esseintes	les-esseintes	FR	33190	239	Europe/Paris	44.60993	-0.06807		Esent,Esseintes,Las Essentas,Les Esseintes,Lez-Essent,lai sai sang tai,Есент,Лез-Ессент,莱塞桑泰		75	33	333	33158
3001124	Les Essarts-le-Vicomte	les-essarts-le-vicomte	FR	51310	119	Europe/Paris	48.66147	3.55622		Beaucessarts,Les Essarts,Les Essarts-l'Unite,Les Essarts-l'Unité,Les Essarts-le-Vicomte		44	51	512	51236
3001125	Les Essarts-lès-Sézanne	les-essarts-les-sezanne	FR	51120	237	Europe/Paris	48.75241	3.64949		Les Essarts,Les Essarts-les-Sezanne,Les Essarts-lès-Sézanne		44	51	512	51235
3001126	Les Essarts-le-Roi	les-essarts-le-roi	FR	78690	6213	Europe/Paris	48.71673	1.90089		Esart le Roa,Essarts-le-Roi,Les Essarts,Les Essarts-la-Montagne,Les Essarts-le-Roi,Les Essarts-les-Bois,Lez-Essar-le-Rua,Montagne-des-Essarts,Есарт ле Роа,Лез-Ессар-ле-Руа		11	78	782	78220
3001130	Les Essarts	les-essarts	FR	27240	300	Europe/Paris	48.88956	0.98441		Les Essarts		28	27	272	27157
3001131	Les Essarts	les-essarts	FR	27240	0	Europe/Paris	48.69357	3.17213				11	77	773	77020
3001132	Les Essarts	les-essarts	FR	27240	101	Europe/Paris	47.73333	0.71997		Les Essarts		24	41	412	41079
3001133	Les Essarts	les-essarts	FR	27240	0	Europe/Paris	46.90343	3.32323				27	58	583	58258
3001134	Les Essarts	les-essarts	FR	27240	4483	Europe/Paris	46.77401	-1.22953		Les Essarts		52	85	852	85084
3001136	Les Essards-Taignevaux	les-essards-taignevaux	FR	39120	225	Europe/Paris	46.91074	5.41873		Les Essards,Les Essards-Taignevaux		27	39	391	39211
3001137	Les Essards	les-essards	FR	16210	161	Europe/Paris	47.34878	0.30081		Les Essards		24	37	371	37123
3001138	Les Essards	les-essards	FR	16210	0	Europe/Paris	47.04924	2.78257		Les Essards,Les Essarts		24	18	181	18023
3001139	Les Essards	les-essards	FR	16210	530	Europe/Paris	45.792	-0.75928		Les Essards		75	17	174	17154
3001140	Les Essards	les-essards	FR	16210	207	Europe/Paris	45.24007	0.11651		Les Essards		75	16	161	16130
3001157	Les Epesses	les-epesses	FR	85590	2255	Europe/Paris	46.88287	-0.90011		Les Epesses,Les Épesses,Lez-Epess,lai se pei se,Лез-Епесс,莱瑟佩瑟		52	85	852	85082
3001162	Les Éparres	les-eparres	FR	38300	932	Europe/Paris	45.53634	5.29515		Les Eparres,Les Éparres		84	38	382	38156
3001163	Les Éparges	les-eparges	FR	55160	59	Europe/Paris	49.06476	5.59393		Les Eparges,Les Éparges,Lez-Eparzh,lai sai pa er re,Лез-Епарж,莱塞帕尔热		44	55	553	55172
3001167	Le Sen	le-sen	FR	40420	222	Europe/Paris	44.1253	-0.50125				75	40	402	40297
3001171	Le Sel-de-Bretagne	le-sel-de-bretagne	FR	35320	558	Europe/Paris	47.9	-1.61667				53	35	352	35322
3001175	Le Ségur	le-segur	FR	81640	255	Europe/Paris	44.10835	2.0585		Le Segur,Le Segur-Suech,Le Ségur,Le Ségur-Suech		76	81	811	81280
3001176	Les Églisottes-et-Chalaures	les-eglisottes-et-chalaures	FR	33230	2073	Europe/Paris	45.09811	-0.03893		Les Eglisottes,Les Eglisottes-et-Chalaures,Les Églisottes,Les Églisottes-et-Chalaures		75	33	335	33154
3001177	Les Églises-d'Argenteuil	les-eglises-d-argenteuil	FR	17400	0	Europe/Paris	45.97373	-0.43261		Argenteuil,Les Eglises,Les Eglises-d'Argenteuil,Les Églises,Les Églises-d'Argenteuil,Tricolore		75	17	175	17150
3001180	Les Éduts	les-eduts	FR	17510	71	Europe/Paris	45.99181	-0.21709		Les Eduts,Les Éduts,Lez-Edju,Lez-Ehdju,lai sai di te,Лез-Едю,Лез-Эдю,莱塞迪特		75	17	175	17149
3001184	Les Écrennes	les-ecrennes	FR	77820	697	Europe/Paris	48.5048	2.85836		Les Ecrennes,Les Écrennes		11	77	772	77165
3001185	Les Écorces	les-ecorces	FR	25140	531	Europe/Paris	47.2164	6.79702		Les Ecorces,Les Ecorses,Les Écorces,Les Écorses		27	25	252	25213
3001191	Les Échelles	les-echelles	FR	73360	1345	Europe/Paris	45.44058	5.74866		Les Echelles,Les Échelles,Lez-Eshel',Лез-Ешель		84	73	732	73105
3001225	Lesdins	lesdins	FR	02100	770	Europe/Paris	49.89732	3.33062		Lesdins		32	02	023	02420
3001230	Les Deux-Fays	les-deux-fays	FR	39230	119	Europe/Paris	46.88226	5.48139		Les Deux-Fays		27	39	392	39196
3001232	Les Déserts	les-deserts	FR	73230	0	Europe/Paris	45.62023	6.00998		Le-Dezer,Les Deserts,Les Déserts,Ле-Дезер		84	73	732	73098
3001243	Les Damps	les-damps	FR	27340	999	Europe/Paris	49.30216	1.17758		Damps,Le-Dam,Les Damps,lai si dang pu,Ле-Дам,莱斯当普		28	27	271	27196
3001245	Lesdain	lesdain	FR	59258	402	Europe/Paris	50.09854	3.26786		Lesdain		32	59	592	59341
3001249	Lescurry	lescurry	FR	65140	167	Europe/Paris	43.3356	0.15399		Lescurry		76	65	653	65269
3001252	Lescure-Jaoul	lescure-jaoul	FR	12440	260	Europe/Paris	44.23115	2.14591		LEscura,LEscura de Jaul,Lescure,Lescure-Jaoul,Leskjur-Zhaul',lai si qu er ruo,Лескюр-Жауль,莱斯屈尔若		76	12	123	12128
3001253	Lescure-d'Albigeois	lescure-d-albigeois	FR	81380	0	Europe/Paris	43.9533	2.17018		Lescure,Lescure-d'Albigeois		76	81	811	81144
3001254	Lescure	lescure	FR	09420	0	Europe/Paris	45.05361	2.88533		Lescure,Leseure		84	15	153	15248
3001255	Lescure	lescure	FR	09420	0	Europe/Paris	44.84812	2.54385				84	15	151	15085
3001256	Lescure	lescure	FR	09420	485	Europe/Paris	43.00135	1.23992		Lescure		76	09	093	09164
3001257	Lescuns	lescuns	FR	31220	47	Europe/Paris	43.24141	1.01337		Lescuns		76	31	311	31292
3001259	Lescun	lescun	FR	64490	0	Europe/Paris	42.93394	-0.63493		Lascun,Lescun		75	64	642	64336
3001261	Les Crozets	les-crozets	FR	39260	207	Europe/Paris	46.46104	5.794		Les Crozets		27	39	393	39184
3001265	Les Croûtes	les-croutes	FR	10130	115	Europe/Paris	48	3.86667				44	10	103	10118
3001268	Crots	crots	FR	05200	0	Europe/Paris	44.53384	6.47108	790	Kro,Krot,Las Crotas,Las Cròtas,Les Crots,Les Crottes,ke luo te,Кро,Крот,克罗特		93	05	052	05045
3001276	Les Cresnays	les-cresnays	FR	50370	254	Europe/Paris	48.7195	-1.12233		Les Cresnay,Les Cresnays		28	50	501	50152
3001282	Lescout	lescout	FR	81110	456	Europe/Paris	43.53759	2.10493		Lescout		76	81	812	81143
3001284	Lescousse	lescousse	FR	09100	85	Europe/Paris	43.15346	1.51295		Lescousse		76	09	092	09163
3001310	Lescouët-Gouarec	lescouet-gouarec	FR	22570	197	Europe/Paris	48.16031	-3.24416		Lescouet-Gouarec,Lescouët-Gouarec,Leskoed-Gwareg		53	22	222	22124
3001318	Les Costes-Gozon	les-costes-gozon	FR	12400	182	Europe/Paris	44.01767	2.80217		Les Costes-Gozon,Les Costes-de-Gozon,Les-Costes		76	12	121	12078
3001319	Les Costes	les-costes	FR	05500	0	Europe/Paris	44.76452	0.46697				75	24	241	24351
3001320	Les Costes	les-costes	FR	05500	148	Europe/Paris	44.74586	6.03432		Las Costas,Las Còstas,Le-Kost,Les Costes,lai si ke si tai,lz kwst,Ле-Кост,لز کوست,莱斯科斯泰		93	05	052	05039
3001322	Les Corvées-les-Yys	les-corvees-les-yys	FR	28240	221	Europe/Paris	48.36195	1.13974		Les Corvees,Les Corvees-les-Yys,Les Corvées-les-Yys,Les-Corvees-Tes-Yys		24	28	284	28109
3001336	Les Contamines-Montjoie	les-contamines-montjoie	FR	74170	1127	Europe/Paris	45.82164	6.72865		Condominium-Mons Iugi,Contamines-Montjoie,Kontamin Monzhoa,Le-Kontamin-Monzhua,Les Contamines,Les Contamines-Montjoie,Контамин Монжоа,Ле-Контамін-Монжуа		84	74	742	74085
3001352	Les Combes	les-combes	FR	25500	0	Europe/Paris	47.602	2.7661		Les Combes,Les Combles		24	45	451	45053
3001353	Les Combes	les-combes	FR	25500	709	Europe/Paris	47.06667	6.55		Les Combes		27	25	253	25160
3001354	Les Combes	les-combes	FR	25500	0	Europe/Paris	46.19063	3.27008				84	03	033	03043
3001355	Les Combes	les-combes	FR	25500	0	Europe/Paris	45.7858	0.85349				75	87	873	87199
3001356	Les Combes	les-combes	FR	25500	0	Europe/Paris	45.71285	6.31846				84	74	741	74123
3001357	Les Combes	les-combes	FR	25500	0	Europe/Paris	45.71881	5.9839				84	73	732	73164
3001358	Les Combes	les-combes	FR	25500	0	Europe/Paris	45.40633	5.63415				84	38	381	38432
3001359	Les Combes	les-combes	FR	25500	0	Europe/Paris	45.18218	6.47688				84	73	733	73307
3001360	Les Combes	les-combes	FR	25500	0	Europe/Paris	45.10789	4.59065				84	07	073	07335
3001361	Les Combes	les-combes	FR	25500	0	Europe/Paris	44.88953	6.57462				93	05	051	05107
3001362	Les Combes	les-combes	FR	25500	0	Europe/Paris	44.81464	1.53491				76	46	463	46047
3001363	Les Combes	les-combes	FR	25500	0	Europe/Paris	44.69809	5.6176				84	26	261	26142
3001364	Les Combes	les-combes	FR	25500	0	Europe/Paris	44.683	6.111		Combes,Les Combes		93	05	052	05132
3001365	Les Combes	les-combes	FR	25500	0	Europe/Paris	44.65041	1.40746				76	46	463	46267
3001366	Les Combes	les-combes	FR	25500	0	Europe/Paris	44.45013	5.9466				93	05	052	05184
3001367	Les Combes	les-combes	FR	25500	0	Europe/Paris	44.2	6.45				93	04	043	04155
3001386	Les Clouzeaux	les-clouzeaux	FR	85430	2257	Europe/Paris	46.63035	-1.5094		Les Clouzeaux		52	85	852	85008
3001399	Les Clérimois	les-clerimois	FR	89190	244	Europe/Paris	48.22931	3.44163		Clerimois,Clérimois,Klerimoa,Le-Klerimua,Les Clerimois,Les Clérimois,lai si ke lai li mu wa,Клеримоа,Ле-Клеримуа,莱斯克莱里穆瓦		27	89	893	89111
3001401	Les Clefs	les-clefs	FR	74230	515	Europe/Paris	45.86112	6.32923		Claviae,Clefs,Klef,Le-Kle,Les Clefs,Клеф,Ле-Кле		84	74	741	74079
3001402	Les Clayes-sous-Bois	les-clayes-sous-bois	FR	78340	17776	Europe/Paris	48.82206	1.98677		Clayes-sous-Bois,Klej su Boa,Le-Kle-su-Bua,Les Clayes,Les Clayes-sous-Bois,Клеј су Боа,Ле-Кле-су-Буа		11	78	784	78165
3001416	Les Choux	les-choux	FR	45290	481	Europe/Paris	47.79765	2.6754		Choux,Le-Shu,Les Choux,Shu,lai si shu,Ле-Шу,Шу,莱斯舒		24	45	451	45096
3001448	Lesches-en-Diois	lesches-en-diois	FR	26310	35	Europe/Paris	44.59777	5.52829		Lesches,Lesches-en-Diois		84	26	261	26164
3001449	Lesches	lesches	FR	77450	584	Europe/Paris	48.90952	2.78245		Lesches		11	77	775	77248
3001451	Lescheroux	lescheroux	FR	01560	651	Europe/Paris	46.40545	5.14407		Lescheroux		84	01	012	01212
3001452	Lescherolles	lescherolles	FR	77320	459	Europe/Paris	48.76275	3.3474		Lecherolles		11	77	773	77247
3001453	Les Chéris	les-cheris	FR	50220	239	Europe/Paris	48.63611	-1.25674		Les Cheris,Les Chéris		28	50	501	50168
3001454	Leschères-sur-le-Blaiseron	lescheres-sur-le-blaiseron	FR	52110	95	Europe/Paris	48.33727	5.0383		Lescheres,Lescheres-sur-le-Blaiseron,Leschères,Leschères-sur-le-Blaiseron		44	52	523	52284
3001455	Les Chères	les-cheres	FR	69380	0	Europe/Paris	48.18585	0.33865				52	72	723	72101
3001456	Leschères	lescheres	FR	39170	227	Europe/Paris	46.45312	5.82756		Lescheres,Leschères		27	39	393	39293
3001457	Les Chères	les-cheres	FR	69380	1133	Europe/Paris	45.8896	4.74261		Les Cheres,Les Chères,Les Echelles		84	69	692	69055
3001459	Lescheraines	lescheraines	FR	73340	599	Europe/Paris	45.71316	6.10539		Lescheraines		84	73	732	73146
3001470	Leschelle	leschelle	FR	02170	274	Europe/Paris	49.96667	3.76667		Leschelles		32	02	025	02419
3001480	Les Chavannes-en-Maurienne	les-chavannes-en-maurienne	FR	73660	0	Europe/Paris	45.38333	6.28333				84	73	733	73083
3001483	Leschaux	leschaux	FR	74320	285	Europe/Paris	45.77362	6.12563		Leschaux		84	74	741	74148
3001484	Leschaux	leschaux	FR	74320	0	Europe/Paris	45.63617	5.67923				84	73	732	73070
3001503	Les Châtelliers-Notre-Dame	les-chatelliers-notre-dame	FR	28120	135	Europe/Paris	48.34729	1.20366		Les Chatelliers,Les Chatelliers-Notre-Dame,Les Châtelliers,Les Châtelliers-Notre-Dame		24	28	281	28091
3001504	Les Châtelliers-Châteaumur	les-chatelliers-chateaumur	FR	85700	731	Europe/Paris	46.85523	-0.82024		Chatelliers-Chateaumur,Châtelliers-Châteaumur,Le-Shatel'e-Shatomjur,Les Chatelliers,Les Chatelliers-Chateaumur,Les Châtelliers-Châteaumur,Libre-Mur,Shatlije Shatomir,lai si sha tai li ye er sha tuo mi,Ле-Шательє-Шатомюр,Шатлије Шатомир,莱斯沙泰利耶尔沙托米		52	85	851	85090
3001506	Les Châtelets	les-chatelets	FR	28270	0	Europe/Paris	48.71262	0.65024				28	61	613	61140
3001507	Les Châtelets	les-chatelets	FR	28270	0	Europe/Paris	48.65073	1.01178		Les Chatelets,Les Châtelets		24	28	283	28090
3001508	Les Châtelets	les-chatelets	FR	28270	0	Europe/Paris	48.43592	1.16946				24	28	281	28099
3001509	Les Châtelets	les-chatelets	FR	28270	0	Europe/Paris	47.30447	2.62076				24	18	181	18162
3001523	Les Charmontois	les-charmontois	FR	51330	156	Europe/Paris	48.96651	4.99588		Charmontel,Charmontois-le-Roi,Charmontois-sur-Aisne,Charmontois-sur-Orme,Les Charmontois,Orme-sur-Aisne		44	51	511	51132
3001532	Les Chapelles-Bourbon	les-chapelles-bourbon	FR	77610	362	Europe/Paris	48.74196	2.84044		Chapelles-Bourbon,Le-Shapel'-Burbon,Les Chapelles-Bourbon,Les Chapelles-l'Union,Shapel Burbon,Ле-Шапель-Бурбон,Шапел Бурбон		11	77	773	77091
3001533	Les Chapelles	les-chapelles	FR	73700	0	Europe/Paris	48.44217	-0.335				52	53	533	53121
3001534	Les Chapelles	les-chapelles	FR	73700	0	Europe/Paris	48.26785	3.04553				11	77	773	77035
3001535	Les Chapelles	les-chapelles	FR	73700	0	Europe/Paris	48.03379	1.91336				24	45	452	45093
3001536	Les Chapelles	les-chapelles	FR	73700	0	Europe/Paris	47.11581	2.76629				24	18	181	18105
3001537	Les Chapelles	les-chapelles	FR	73700	0	Europe/Paris	45.67579	1.24597		Les Chapelle,Les Chapelles		75	87	872	87077
3001538	Les Chapelles	les-chapelles	FR	73700	398	Europe/Paris	45.5901	6.72835		Des-Sillons,Les Chapelles		84	73	731	73077
3001546	Les Champs-Géraux	les-champs-geraux	FR	22630	1004	Europe/Paris	48.41649	-1.97148		Les Champs-Geraud,Les Champs-Geraux,Les Champs-Géraud,Les Champs-Géraux,Maez-Geraod		53	22	221	22035
3001547	Les Champs-de-Losque	les-champs-de-losque	FR	50620	207	Europe/Paris	49.18262	-1.23024		Les Champs-de-Losque		28	50	504	50431
3001559	Les Champeaux	les-champeaux	FR	61120	118	Europe/Paris	48.89469	0.1339				28	61	613	61086
3001564	Les Chambres	les-chambres	FR	50320	97	Europe/Paris	48.76676	-1.38769		Les Chambres		28	50	501	50115
3001585	Les Cerqueux-sous-Passavant	les-cerqueux-sous-passavant	FR	49310	469	Europe/Paris	47.10764	-0.4664		Cerqueux-sous-Passavant,Le-Serke-su-Passavan,Les Cerqueux,Les Cerqueux-sous-Passavant,Serke su Pasavan,lai si sai er qu e su pa sa wang,Ле-Серке-су-Пассаван,Серке су Пасаван,莱斯塞尔屈厄苏帕萨旺		52	49	492	49373
3001586	Les Cerqueux	les-cerqueux	FR	49360	0	Europe/Paris	46.99955	-0.64164		Cerqueux-de-Maulevrier,Cerqueux-de-Maulévrier,Le-Serke,Les Cerqueux,Les Cerqueux-de-Maulevrier,Les Cerqueux-de-Maulévrier,Serke de Molevrije,lai si sai er qu e,Ле-Серке,Серке де Молеврије,莱斯塞尔屈厄		52	49	492	49058
3001590	Les Cent-Acres	les-cent-acres	FR	76590	39	Europe/Paris	49.76593	1.14239		Les Cent-Acres		28	76	761	76168
3001598	Les Casses	les-casses	FR	11320	0	Europe/Paris	44.66346	6.57982				93	05	051	05116
3001599	Les Cassés	les-casses	FR	11320	187	Europe/Paris	43.42622	1.86825		Les Casses,Les Cassés		76	11	111	11074
3001604	Les Cars	les-cars	FR	87230	622	Europe/Paris	45.68066	1.07239		Cars,Kar,Le-Kar,Les Cars,Los Cars,lai si ka er,Кар,Ле-Кар,莱斯卡尔		75	87	872	87029
3001613	L'Escarène	l-escarene	FR	06440	2384	Europe/Paris	43.83492	7.35542		L'Escarene,L'Escarène		93	06	062	06057
3001617	Lescar	lescar	FR	64230	9710	Europe/Paris	43.33358	-0.43458		Lascurris,Lescar,Leskar,Leskarre,lai si ka,Лескар,莱斯卡		75	64	643	64335
3001626	Les Cammazes	les-cammazes	FR	81540	221	Europe/Paris	43.41153	2.07874		Les Cammazes		76	81	812	81055
3001631	L'Escale	l-escale	FR	04160	1282	Europe/Paris	44.08162	6.02379		L'Escale,L'Eseale		93	04	043	04079
3001643	Les Cabannes	les-cabannes	FR	09310	364	Europe/Paris	44.06682	1.94025		Les Cabannes		76	81	811	81045
3001644	Les Cabannes	les-cabannes	FR	09310	341	Europe/Paris	42.78611	1.68648		Les Cabannes		76	09	091	09070
3001688	Les Brunels	les-brunels	FR	11400	176	Europe/Paris	43.40374	2.05035		Les Brunels		76	11	111	11054
3001694	Les Brulais	les-brulais	FR	35330	432	Europe/Paris	47.88884	-2.04256		Ar Brugeier,Brulais,Le-Brjule,Les Brulais,lai si bu lu lai,Ле-Брюле,莱斯布吕莱		53	35	352	35046
3001698	Les Brouzils	les-brouzils	FR	85260	2311	Europe/Paris	46.88701	-1.32179		Brouzils,Bruzij,Le-Bruzij,Les Brouzils,lai si bu lu qi er,Брузиј,Ле-Брузій,莱斯布鲁齐尔		52	85	852	85038
3001726	Les Bréviaires	les-breviaires	FR	78610	980	Europe/Paris	48.70775	1.81381		Le-Brev'er,Le-Brever,Les Breviaires,Les Bréviaires,Ле-Бревьер,Ле-Бревєр		11	78	782	78108
3001731	Les Bréseux	les-breseux	FR	25120	426	Europe/Paris	47.27112	6.80535		Les Breseux,Les Bréseux		27	25	252	25091
3001781	Les Bouchoux	les-bouchoux	FR	39370	296	Europe/Paris	46.29668	5.8191		Les Bouchoux		27	39	393	39068
3001790	Les Bottereaux	les-bottereaux	FR	27250	259	Europe/Paris	48.87261	0.66821		Les Bottereaux		28	27	272	27096
3001799	Les Bordes-sur-Lez	les-bordes-sur-lez	FR	09800	171	Europe/Paris	42.89853	1.02981		Bordes,Les Bordes-sur-Lez		76	09	093	09062
3001800	Les Bordes-sur-Arize	les-bordes-sur-arize	FR	09350	535	Europe/Paris	43.10517	1.36979		Les Bordes,Les Bordes-sur-Arize		76	09	093	09061
3001803	Les Bordes-Aumont	les-bordes-aumont	FR	10800	297	Europe/Paris	48.18589	4.12262		Les Bordes-Aumont		44	10	103	10049
3001804	Les Bordes	les-bordes	FR	36100	0	Europe/Paris	48.74277	3.65588				44	51	512	51369
3001805	Les Bordes	les-bordes	FR	36100	0	Europe/Paris	48.72086	3.11667				11	77	771	77002
3001806	Les Bordes	les-bordes	FR	36100	0	Europe/Paris	48.7	2.86667				11	77	773	77192
3001807	Les Bordes	les-bordes	FR	36100	0	Europe/Paris	48.62904	3.21149				11	77	773	77109
3001808	Les Bordes	les-bordes	FR	36100	0	Europe/Paris	48.64256	1.96706				11	78	782	78125
3001809	Les Bordes	les-bordes	FR	36100	0	Europe/Paris	48.33604	0.99266				24	28	284	28331
3001810	Les Bordes	les-bordes	FR	36100	0	Europe/Paris	48.31818	1.45918				24	28	281	28048
3001811	Les Bordes	les-bordes	FR	36100	0	Europe/Paris	48.25072	3.73426				44	10	103	10003
3001812	Les Bordes	les-bordes	FR	36100	0	Europe/Paris	48.14272	2.86494				24	45	451	45091
3001813	Les Bordes	les-bordes	FR	36100	0	Europe/Paris	48.1156	3.87436				44	10	103	10133
3001814	Les Bordes	les-bordes	FR	36100	0	Europe/Paris	48.09104	4.20931				44	10	103	10188
3001815	Les Bordes	les-bordes	FR	36100	0	Europe/Paris	48.09792	3.3801		Les Bordes		27	89	893	89051
3001816	Les Bordes	les-bordes	FR	36100	0	Europe/Paris	48.05737	4.00718				44	10	103	10024
3001817	Les Bordes	les-bordes	FR	36100	0	Europe/Paris	47.81179	2.40284		Les Bordes		24	45	452	45042
3001818	Les Bordes	les-bordes	FR	36100	0	Europe/Paris	47.67758	3.09915		Les Bordes		27	89	891	89344
3001819	Les Bordes	les-bordes	FR	36100	0	Europe/Paris	47.46405	4.64715				27	21	213	21098
3001820	Les Bordes	les-bordes	FR	36100	0	Europe/Paris	47.32834	4.33664				27	21	213	21445
3001821	Les Bordes	les-bordes	FR	36100	0	Europe/Paris	47.23536	3.54011				27	58	582	58191
3001822	Les Bordes	les-bordes	FR	36100	950	Europe/Paris	46.98114	1.97381		Les Bordes		24	36	364	36021
3001823	Les Bordes	les-bordes	FR	36100	86	Europe/Paris	46.89595	5.0301		Les Bordes		27	71	712	71043
3001824	Les Bordes	les-bordes	FR	36100	0	Europe/Paris	46.57133	2.79418				84	03	031	03313
3001825	Les Bordes	les-bordes	FR	36100	0	Europe/Paris	46.51715	0.3955				75	86	863	86180
3001826	Les Bordes	les-bordes	FR	36100	0	Europe/Paris	46.28333	2.91667				84	03	031	03020
3001827	Les Bordes	les-bordes	FR	36100	0	Europe/Paris	46.15852	2.47299				75	23	231	23203
3001828	Les Bordes	les-bordes	FR	36100	0	Europe/Paris	45.86344	2.12336				75	23	231	23238
3001829	Les Bordes	les-bordes	FR	36100	0	Europe/Paris	45.8493	3.28253				84	63	635	63180
3001830	Les Bordes	les-bordes	FR	36100	0	Europe/Paris	45.58925	0.9042				75	24	242	24180
3001831	Les Bordes	les-bordes	FR	36100	0	Europe/Paris	45.28537	3.25099				84	43	431	43170
3001849	Les Bondons	les-bondons	FR	48400	165	Europe/Paris	44.38619	3.61869		Bondons,Les Bondons		76	48	481	48028
3001861	Lesbois	lesbois	FR	53120	216	Europe/Paris	48.44097	-0.80434		Lesbois		52	53	533	53131
3001890	Les Bizots	les-bizots	FR	71710	421	Europe/Paris	46.75083	4.38928		Les Bizots		27	71	711	71038
3001899	Les Billaux	les-billaux	FR	33500	922	Europe/Paris	44.95271	-0.23712		Les Billaux		75	33	335	33052
3001900	Les Billanges	les-billanges	FR	87340	295	Europe/Paris	45.96411	1.53342		Aubilanges,Bijanzh,Billanges,Le-Bijanzh,Les Billanges,Los Bilanges,lai si bi lang re,Бијанж,Ле-Биянж,Ле-Біянж,莱斯比朗热		75	87	872	87016
3001913	Les Bessons	les-bessons	FR	48200	380	Europe/Paris	44.77272	3.25319		Bessons,Les Bessons		76	48	482	48025
3001914	Les Bessons	les-bessons	FR	48200	0	Europe/Paris	43.70566	6.37367				93	83	833	83002
3001964	Les Baux-Sainte-Croix	les-baux-sainte-croix	FR	27180	0	Europe/Paris	48.9699	1.0961		les Baux		28	27	273	27044
3001965	Les Baux-de-Provence	les-baux-de-provence	FR	13520	459	Europe/Paris	43.74425	4.79607		Baucium,Baux-de-Provence,Bo de Provans,Le-Bo-de-Provans,Lei Bauc,Lei Bauç,Les Baux,Les Baux de Provence,Les Baux-de-Provence,pu luo wang si de qu lai bo,re・bo=do=purovu~ansu,Бо де Прованс,Ле-Бо-де-Прованс,レ・ボー＝ド＝プロヴァンス,普罗旺斯地区莱博		93	13	132	13011
3001966	Les Baux-de-Breteuil	les-baux-de-breteuil	FR	27160	607	Europe/Paris	48.87948	0.81134		Les Baux,Les Baux-de-Breteuil		28	27	272	27043
3001975	Les Bâties	les-baties	FR	70130	0	Europe/Paris	47.50706	5.89347		Les Baties,Les Bâties		27	70	702	70053
3001976	Les Bâties	les-baties	FR	70130	0	Europe/Paris	44.67406	5.36864				84	26	261	26205
3001993	Les Barthes	les-barthes	FR	82100	449	Europe/Paris	44.09678	1.16982		Les Barthes		76	82	821	82012
3002004	Les Baroches	les-baroches	FR	54150	356	Europe/Paris	49.23088	5.89146		Les Baroches		44	54	541	54048
3002010	Les Barils	les-barils	FR	27130	183	Europe/Paris	48.73122	0.82032		Les Barils		28	27	272	27038
3002045	Les Ayvelles	les-ayvelles	FR	08000	776	Europe/Paris	49.72205	4.75701		Les Ayvelles		44	08	081	08040
3002047	Les Aynans	les-aynans	FR	70200	318	Europe/Paris	47.62228	6.45337		Aynans,Enan,Les Aynans,Lez-Ehnan,Lez-Enan,Енан,Лез-Енан,Лез-Энан		27	70	701	70046
3002056	Les Avenières	les-avenieres	FR	38630	0	Europe/Paris	47.75239	3.29751				27	89	891	89419
3002057	Les Avenières	les-avenieres	FR	38630	4710	Europe/Paris	45.63632	5.56144		Avenieres,Avenières,Avnijer,Les Avenieres,Les Avenières,Lez Avenier,Lez-Aven'er,lai sa wei ni ai,Λεζ Αβενιέρ,Авнијер,Лез-Авеньер,Лез-Авеньєр,莱萨韦尼埃		84	38	382	38022
3002059	Les Avanchers-Valmorel	les-avanchers-valmorel	FR	73260	0	Europe/Paris	45.48333	6.45				84	73	731	73024
3002061	Le Sauze-du-Lac	le-sauze-du-lac	FR	05160	0	Europe/Paris	44.48333	6.31667				93	05	052	05163
3002067	Les Authieux-sur-le-Port-Saint-Ouen	les-authieux-sur-le-port-saint-ouen	FR	76520	1203	Europe/Paris	49.341	1.13465		Authieux-sur-le-Port-des-Sans-Culottes,Les Authieux,Les Authieux-sur-le-Port-Saint-Ouen		28	76	763	76039
3002068	Les Authieux-sur-Calonne	les-authieux-sur-calonne	FR	14130	301	Europe/Paris	49.29497	0.28287		Authieux-sur-Calonne,Les Authieux,Les Authieux-sur-Calonne,Lez-Ot'e-sjur-Kalonn,Lez-Ot'jo-sjur-Kalon,Otje sir Kalon,ka long he pan lai suo di e,Лез-Отье-сюр-Калонн,Лез-Отьё-сюр-Калон,Лез-Отьє-сюр-Калонн,Отје сир Калон,卡隆河畔莱索蒂厄		28	14	143	14032
3002069	Les Authieux-Papion	les-authieux-papion	FR	14140	75	Europe/Paris	49.06667	0.05		Authieux-Papion,Les Authieux,Les Authieux-Papion,Otje Papion,Отје Папион		28	14	143	14431
3002070	Les Authieux-du-Puits	les-authieux-du-puits	FR	61240	72	Europe/Paris	48.71232	0.33423		Les Authieux,Les Authieux-du-Puits		28	61	613	61017
3002071	Les Authieux	les-authieux	FR	27220	0	Europe/Paris	49.55743	1.32327				28	76	763	76571
3002072	Les Authieux	les-authieux	FR	27220	0	Europe/Paris	48.8997	1.2392				28	27	273	27027
3002073	Les Authieux	les-authieux	FR	27220	0	Europe/Paris	48.71776	1.23326				24	28	283	28143
3002074	Les Autels-Villevillon	les-autels-villevillon	FR	28330	128	Europe/Paris	48.17279	0.99756		Commune-sur-Ozanne,Les Autels,Les Autels-Villevillon,Sonnettes		24	28	284	28016
3002075	Les Autels-Saint-Bazile	les-autels-saint-bazile	FR	14140	44	Europe/Paris	48.94643	0.11978		Les Autels,Les Autels-Saint-Bazile		28	61	613	61346
3002076	Les Autels	les-autels	FR	02360	75	Europe/Paris	49.76386	4.22553		Les Autels		32	02	025	02038
3002087	Les Aulneaux	les-aulneaux	FR	72600	98	Europe/Paris	48.43675	0.33233		Les Aulneaux		52	72	722	72015
3002090	Le Saulcy	le-saulcy	FR	88210	350	Europe/Paris	48.41254	7.03788		Le Saulcy		44	88	883	88444
3002091	Le Saulchoy	le-saulchoy	FR	60360	101	Europe/Paris	49.63333	2.15		Le Saulchoy-Gallet		32	60	601	60608
3002108	Les Attaques	les-attaques	FR	62730	1851	Europe/Paris	50.90962	1.92961		Atak,Attaques,Les Attaques,Lez-Attak,lai a ta ke,lyh atakywys,Атак,Лез-Аттак,ليه أتاكيويس,莱阿塔克		32	62	626	62043
3002109	Les Assions	les-assions	FR	07140	583	Europe/Paris	44.42129	4.17377		Asion,Assions,Les Assions,Lez-As'jon,Lez-As'on,Los Assions,lai sa xiong,Асион,Лез-Асьйон,Лез-Асьон,莱萨雄		84	07	071	07017
3002114	Les Artigues-de-Lussac	les-artigues-de-lussac	FR	33570	1060	Europe/Paris	44.97182	-0.13958		Les Artigues,Les Artigues-de-Lussac,Les Artigues-la Foret,Les Artigues-la Forêt		75	33	335	33014
3002117	Le Sars	le-sars	FR	62450	175	Europe/Paris	50.06981	2.77977		Le Sars,Le-Sar,l sars,lei sa er,lw sar,Ле-Сар,ل سارس,لو سار,勒萨尔		32	62	621	62777
3002121	Les Arques	les-arques	FR	46250	167	Europe/Paris	44.60208	1.25058		Ark,Arques,Las Arcas,Les Arques,Lez-Ark,lai sa er qu ai,Арк,Лез-Арк,莱萨尔屈埃		76	46	463	46008
3002136	Les Ardillats	les-ardillats	FR	69430	524	Europe/Paris	46.17935	4.54066		Les Ardillats		84	69	692	69012
3002138	Les Arcs	les-arcs	FR	83460	5910	Europe/Paris	43.46328	6.47876		Les Arc-sur-Argens,Les Arcs,XRS		93	83	831	83004
3002145	Le Sappey-en-Chartreuse	le-sappey-en-chartreuse	FR	38700	1007	Europe/Paris	45.26235	5.77476		Le Sappey,Le Sappey-en-Chartreuse,Le-Sappe-an-Shartrez,Le-Sappe-an-Shartrjoz,sha er te lei si de qu lei sa pei,Ле-Саппе-ан-Шартрез,Ле-Саппе-ан-Шартрёз,沙尔特勒斯地区勒萨佩		84	38	381	38471
3002146	Le Sappey	le-sappey	FR	74350	366	Europe/Paris	46.08957	6.16715		Le Sappey		84	74	743	74259
3002148	Le Sap-André	le-sap-andre	FR	61230	124	Europe/Paris	48.82892	0.38289		Le Sap-Andre,Le Sap-André		28	61	613	61461
3002149	Le Sap	le-sap	FR	61470	957	Europe/Paris	48.89435	0.33817				28	61	613	61460
3002150	Le Sap	le-sap	FR	61470	0	Europe/Paris	45.26044	3.62668				84	43	431	43214
3002156	Les Angles-sur-Corrèze	les-angles-sur-correze	FR	19000	119	Europe/Paris	45.30713	1.79676		Les Angles,Les Angles-sur-Correze,Les Angles-sur-Corrèze		75	19	192	19009
3002157	Les Angles	les-angles	FR	30133	0	Europe/Paris	47.20559	3.52666				27	58	582	58266
3002158	Les Angles	les-angles	FR	30133	8318	Europe/Paris	43.95452	4.76645		Les Angles		76	30	302	30011
3002159	Les Angles	les-angles	FR	30133	150	Europe/Paris	43.08361	0.0075		Angl,Angles,Eths Angles,Les Angles,Lez-Angl',Los Angles,lai sang ge lai,Англ,Лез-Англь,莱桑格莱		76	65	651	65011
3002160	Les Angles	les-angles	FR	30133	645	Europe/Paris	42.57841	2.0748		Les Angles,els Angles		76	66	663	66004
3002172	Les Andelys	les-andelys	FR	27700	9655	Europe/Paris	49.24557	1.41168		Andeliacum,Les Andelys,Lez Andeli,Lez-Andeli,lai sang dai li,re=zandori,Лез Андели,Лез-Андели,Лез-Анделі,レ＝ザンドリ,莱桑代利	271	28	27	271	27016
3002184	Les Alluets-le-Roi	les-alluets-le-roi	FR	78580	1344	Europe/Paris	48.91379	1.9181		Alije le Roa,Alluets-la-Montagne,Alluets-le-Roi,Les Alluets,Les Alluets-le-Roi,Lez-Alljue-le-Rua,Алије ле Роа,Лез-Аллюе-ле-Руа		11	78	783	78010
3002185	Les Allues	les-allues	FR	73550	2015	Europe/Paris	45.43255	6.55558		Ali,Allodia,Lez-Allju,Valmineral,Valminéral,Али,Лез-Аллю		84	73	731	73015
3002188	Les Alliés	les-allies	FR	25300	106	Europe/Paris	46.94795	6.44599		Les Allies,Les Alliés		27	25	253	25012
3002189	Les Alleux	les-alleux	FR	08400	62	Europe/Paris	49.47164	4.73605		Les Alleux		44	08	084	08116
3002190	Les Alleux	les-alleux	FR	08400	0	Europe/Paris	48.36156	-2.66211				53	22	224	22184
3002191	Les Alleuds	les-alleuds	FR	49320	669	Europe/Paris	47.31865	-0.40753		Les Alleuds		52	49	491	49050
3002192	Les Alleuds	les-alleuds	FR	49320	292	Europe/Paris	46.16289	-0.00931		Les Alleuds		75	79	792	79136
3002196	Les Albres	les-albres	FR	12220	342	Europe/Paris	44.53855	2.17349		Les Albres		76	12	123	12003
3002199	Les Aix-d'Angillon	les-aix-d-angillon	FR	18220	1920	Europe/Paris	47.19652	2.56506		Les Aix,Les Aix-d'Angillon		24	18	181	18003
3002200	Le Saix	le-saix	FR	05400	84	Europe/Paris	44.47521	5.82402		Le Saix,Le-Se,Lo Sais,lei sai,Ле-Се,勒赛		93	05	052	05158
3002203	Les Aires	les-aires	FR	34600	611	Europe/Paris	43.58167	3.10416		Les Aires		76	34	341	34008
3002208	Le Saint	le-saint	FR	56110	749	Europe/Paris	48.09007	-3.56173		Le Saint		53	56	562	56201
3002221	Les Ageux	les-ageux	FR	60700	1211	Europe/Paris	49.31667	2.6		Azhe,Les Ageux,Lez-Azhe,lai sa re,Аже,Лез-Аже,莱萨热		32	60	602	60006
3002422	Le Quesnel-Aubry	le-quesnel-aubry	FR	60480	132	Europe/Paris	49.50912	2.30959		Le Quesnel,Le Quesnel-Aubry		32	60	602	60520
3002228	Les Adrets-de-l'Estérel	les-adrets-de-l-esterel	FR	83600	0	Europe/Paris	43.52055	6.81195		Les Adrets,Les Adrets-de-Frejus,Les Adrets-de-Fréjus		93	83	831	83001
3002229	Les Adrets	les-adrets	FR	38190	689	Europe/Paris	45.27125	5.96553		Les Adrets		84	38	381	38002
3002232	Le Sacq	le-sacq	FR	27240	250	Europe/Paris	48.88922	1.07062		Le Sacq		28	27	272	27198
3002237	Les Abrets	les-abrets	FR	38490	2924	Europe/Paris	45.54466	5.58021		Les Abrets		84	38	382	38001
3002241	Les Ableuvenettes	les-ableuvenettes	FR	88270	72	Europe/Paris	48.18808	6.18617		Les Ableuvenettes		44	88	881	88001
3002246	Lerzy	lerzy	FR	02260	178	Europe/Paris	49.94307	3.88184		Lerzy		32	02	025	02418
3002247	Léry	lery	FR	21440	2244	Europe/Paris	49.28585	1.20768		Lery,Léry		28	27	271	27365
3002248	Léry	lery	FR	21440	240	Europe/Paris	47.55763	4.83738		Lery,Léry		27	21	212	21345
3002249	Lery	lery	FR	21440	0	Europe/Paris	45.73365	2.83559		Le Lery,Le Léry,Lery		84	63	633	63386
3002256	Le Russey	le-russey	FR	25210	1936	Europe/Paris	47.16055	6.72912		Le Russey		27	25	253	25512
3002267	Lerrain	lerrain	FR	88260	484	Europe/Paris	48.14349	6.14856		Lerrain		44	88	882	88267
3002268	Le Rozier	le-rozier	FR	48150	160	Europe/Paris	44.19053	3.20954				76	48	481	48131
3002270	Le Rozel	le-rozel	FR	50340	0	Europe/Paris	49.4874	-1.828				28	50	502	50442
3002271	Le Rove	le-rove	FR	13740	4084	Europe/Paris	43.36987	5.25112		Le Rove,Le-Rov,Lo Rouve,Lo Rove,Lo Ròuve,Lo Ròve,lei luo fu,Ле-Ров,勒罗夫		93	13	134	13088
3002273	Le Roux	le-roux	FR	07560	0	Europe/Paris	44.81953	6.94357		Roux-d'Abries		93	05	051	05001
3002274	Le Roux	le-roux	FR	07560	0	Europe/Paris	44.80801	6.11731		Le Roux,Les Roux		93	05	052	05152
3002275	Le Roux	le-roux	FR	07560	34	Europe/Paris	44.72351	4.14666		Le Roux		84	07	071	07200
3002277	Lérouville	lerouville	FR	55200	1408	Europe/Paris	48.79261	5.54063		Lerouville,Lérouville		44	55	552	55288
3002279	Le Rousset	le-rousset	FR	71220	254	Europe/Paris	46.5719	4.46476		Le Rousset		27	71	713	71279
3002280	Le Rouret	le-rouret	FR	06650	3575	Europe/Paris	43.67873	7.01521		Bergier,Le Rouret,Le-Rure,Lo Roret,lei lu lei,ly rwryt,Ле-Руре,لي روريت,勒鲁雷		93	06	061	06112
3002286	Le Roulier	le-roulier	FR	88460	164	Europe/Paris	48.16776	6.62047		Le Roulier		44	88	881	88399
3002288	Le Rouget	le-rouget	FR	15290	912	Europe/Paris	44.85454	2.23172		Le Rouget		84	15	151	15268
3002305	Le Roncenay-Authenay	le-roncenay-authenay	FR	27240	0	Europe/Paris	48.86667	1.05				28	27	272	27198
3002309	Le Roc-Saint-André	le-roc-saint-andre	FR	56460	916	Europe/Paris	47.86393	-2.4496		Le Roc-Saint-Andre,Le Roc-Saint-André,Roc-Saint-Andre,Roc-Saint-André,Roz-Sant-Andrev		53	56	562	56197
3002311	Le Rochereau	le-rochereau	FR	86170	633	Europe/Paris	46.70772	0.1537		Le Rochereau,Le-Roshro,lei luo she luo,Ле-Рошро,勒罗舍罗		75	86	863	86053
3002315	Le Roc	le-roc	FR	46200	215	Europe/Paris	44.86627	1.44081		Le Roc		76	46	463	46239
3002317	Lerné	lerne	FR	37500	326	Europe/Paris	47.13576	0.12248		Lerne,Lerné		24	37	371	37126
3002323	Lerm-et-Musset	lerm-et-musset	FR	33840	431	Europe/Paris	44.32721	-0.15746		Lerm,Lerm-Musset,Lerm-et-Musset		75	33	333	33239
3002331	Le Riols	le-riols	FR	81170	135	Europe/Paris	44.15127	1.91018		Le Riols		76	81	811	81224
3002337	Lérigneux	lerigneux	FR	42600	131	Europe/Paris	45.6009	3.96344		Lerigneux,Lerin'e,Lérigneux,lai li gai yu,Лериньє,莱里盖于		84	42	421	42121
3002346	Le Ribay	le-ribay	FR	53640	497	Europe/Paris	48.38356	-0.40941		Le Ribay		52	53	533	53190
3002348	Le Rialet	le-rialet	FR	81240	45	Europe/Paris	43.56142	2.46238		Le Rialet,Rialet		76	81	812	81223
3002351	Le Rheu	le-rheu	FR	35650	6601	Europe/Paris	48.1019	-1.79565		Le Rheu,Le-Re,Reuz,Rheu,Rodus,Ле-Ре		53	35	353	35240
3002357	Le Revest-les-Eaux	le-revest-les-eaux	FR	83200	3733	Europe/Paris	43.17612	5.92667		Le Revest,Le-Revest-lez-O,Lo Revest,Lo Revest leis Aigas,Lo Revèst,Lo Revèst leis Aigas,lai lei fu si lei ao,Ле-Ревест-лез-О,莱勒弗斯勒奥		93	83	832	83103
3002360	Le Retail	le-retail	FR	79130	320	Europe/Paris	46.5623	-0.44527		Le Retail		75	79	793	79226
3002369	Le Renouard	le-renouard	FR	61120	202	Europe/Paris	48.9	0.1		Le Renouard		28	61	613	61346
3002370	Léren	leren	FR	64270	207	Europe/Paris	43.50271	-1.0418		Leran,Leren,Lèren,Léren,lai lang,Леран,莱朗		75	64	642	64334
3002373	Le Relecq-Kerhuon	le-relecq-kerhuon	FR	29480	11911	Europe/Paris	48.40817	-4.39676	18	Ar Releg-Kerhuon,Le Relecq,Le Relecq-Kerhuon,Le-Relek-Kerjuon,Relecq-Kerhuon,lei lei lai ke lu weng,Ле-Релек-Керюон,勒雷莱克吕翁		53	29	291	29235
3002379	Le Reculey	le-reculey	FR	14350	209	Europe/Paris	48.91096	-0.83834		Le Reculey		28	14	144	14061
3002381	Le Recoux	le-recoux	FR	48500	117	Europe/Paris	44.33813	3.1473		Le Recoux		76	48	481	48094
3002383	Léré	lere	FR	18240	1290	Europe/Paris	47.46867	2.86981		Lere,Léré		24	18	181	18125
3002384	Lercoul	lercoul	FR	09220	33	Europe/Paris	42.77007	1.54575		Lercol,Lercoul,Lerkul',lai er ku,Леркуль,莱尔库		76	09	091	09162
3002386	Rayol-Canadel-sur-Mer	rayol-canadel-sur-mer	FR	83820	0	Europe/Paris	43.16667	6.46667		Le Canadel,Le Rayol,Le Rayol Canadel sur Mer,Le Rayol-Canadel,Lo Raiou Canadeu,Lo Raiòu Canadèu,Rajol'-Kanadel'-sjur-Mer,Reol'-Kanadel'-sjur-Mer,bin hai lai ao er ka na dai,Райоль-Канадель-сюр-Мер,Реоль-Канадель-сюр-Мер,滨海赖奥尔卡纳代		93	83	831	83152
3002400	Léran	leran	FR	09600	601	Europe/Paris	42.98868	1.91001		Leran,Léran		76	09	092	09161
3002401	Le Raincy	le-raincy	FR	93340	13246	Europe/Paris	48.89916	2.52298		Le Raincy,Le-Rensi,rnsy,Ле-Ренси,Ле-Ренсі,רנסי,ル・ランシー	932	11	93	932	93062
3002409	Le Quiou	le-quiou	FR	22630	317	Europe/Paris	48.35096	-2.00585		Ar C'haeou,Ar C'haeoù,Le Quiou		53	22	221	22263
3002412	Le Quillio	le-quillio	FR	22460	578	Europe/Paris	48.24074	-2.88332		Ar C'hilliou,Ar C'hillioù,Le Quillio		53	22	224	22260
3002418	Le Quesnoy-en-Artois	le-quesnoy-en-artois	FR	62140	343	Europe/Paris	50.33313	2.04876		Le Quesnoy,Le Quesnoy-en-Artois,Le-Kenua-an-Artua,lei kai nu wa ang na tu wa,ly kywysnwy an artwyz,Ле-Кенуа-ан-Артуа,لي كيويسنوي إن أرتويز,勒凯努瓦昂纳图瓦		32	62	624	62677
3002419	Le Quesnoy	le-quesnoy	FR	59530	0	Europe/Paris	50.53168	2.68621				32	62	622	62126
3002420	Le Quesnoy	le-quesnoy	FR	59530	4897	Europe/Paris	50.24797	3.63656		Cassanetum,Le Quesnoy,Le-Kenua,lei kai nu wa,Ле-Кенуа,勒凯努瓦		32	59	591	59481
3002423	Le Quesnel	le-quesnel	FR	80118	666	Europe/Paris	49.77641	2.62469		LTchini,Le Quesnel,Le-Kenel',lei ke nei er,lw ksnl,Ле-Кенель,لو کسنل,勒克内尔		32	80	803	80652
3002424	Le Quesne	le-quesne	FR	80430	305	Europe/Paris	49.86471	1.80171		Le Quesne		32	80	802	80651
3002425	Le Quesne	le-quesne	FR	80430	0	Europe/Paris	49.50288	1.45168		La Quesne,Le Quesne		28	76	761	76601
3002437	Le Quartier	le-quartier	FR	63330	217	Europe/Paris	46.1229	2.76355		Le Quartier		84	63	634	63293
3002438	Le Quartier	le-quartier	FR	63330	0	Europe/Paris	44.09273	6.93632				93	06	062	06094
3002501	Le Pré-d'Auge	le-pre-d-auge	FR	14340	0	Europe/Paris	49.15539	0.14671		Le Pre,Le Pre-d'Auge,Le Pré,Le Pré-d'Auge		28	14	143	14520
3002443	Le Puy-Sainte-Réparade	le-puy-sainte-reparade	FR	13610	5041	Europe/Paris	43.66393	5.43493		Le Puy,Le Puy-Sainte-Reparade,Le Puy-Sainte-Réparade,Le-Pjui-Sent-Reparad,Lo Pueg,Lo Pueg de Santa Reparada,lei pi yi sheng lei pa la de,Ле-Пюи-Сент-Репарад,Ле-Пюї-Сент-Репарад,勒皮伊圣雷帕拉德		93	13	131	13080
3002446	Le Puy-Notre-Dame	le-puy-notre-dame	FR	49260	1326	Europe/Paris	47.12512	-0.23492		Le Puy-Notre-Dame,Le-Pjui-Notr-Dam,Puy-Notre-Dame,Puy-la-Montagne,lei pi yi nuo te er dang,Ле-Пюї-Нотр-Дам,勒皮伊诺特尔当		52	49	493	49253
3002456	Le Puy	le-puy	FR	25640	48	Europe/Paris	47.34443	6.22493		Le Puy		27	25	251	25474
3002457	Le Puy	le-puy	FR	25640	0	Europe/Paris	46.84165	1.5077				24	36	362	36241
3002458	Le Puy	le-puy	FR	25640	0	Europe/Paris	46.10162	2.69528				84	63	634	63281
3002459	Le Puy	le-puy	FR	25640	0	Europe/Paris	45.65018	4.25906				84	42	421	42200
3002460	Le Puy	le-puy	FR	25640	0	Europe/Paris	45.61454	1.09142				75	87	872	87082
3002461	Le Puy	le-puy	FR	25640	0	Europe/Paris	45.26148	1.43921				75	19	191	19005
3002462	Le Puy	le-puy	FR	25640	0	Europe/Paris	45.15257	1.02964				75	24	244	24004
3002463	Le Puy	le-puy	FR	25640	0	Europe/Paris	45.14437	0.85822				75	24	243	24026
3002464	Le Puy	le-puy	FR	25640	0	Europe/Paris	45.11078	0.96544				75	24	244	24188
3002465	Le Puy-en-Velay	le-puy-en-velay	FR	43000	22718	Europe/Paris	45.04366	3.88523		Anicium Vellavorum,Arrondissement du Puy,LPY,Le Pij an Vele,Le Piui en Veli,Le Puy,Le Puy-en-Velay,Le-Pjui,Le-Pjui-an-Vele,Lo Puei de Velai,Lo Puèi de Velai,Pjui-an-Vele,Puy-en-Velay,fu lai gu,lei pi,leupwiangbeolle,Ле Пиј ан Веле,Ле-Пюи,Ле-Пюи-ан-Веле,Ле-Пюї-ан-Веле,Пюи-ан-Веле,לה פוי-אן-ולה,เลอปุย-อ็อง-เวอแล,ལ་ཕུའི་ཨང་ཝ་ལེ།,ル・ピュイ＝アン＝ヴレ,佛來崮,勒皮,르퓌앙벌레	43	84	43	432	43157
3002466	Le Puy	le-puy	FR	25640	0	Europe/Paris	45.00017	0.49987		Le Puy,Puy		75	24	243	24034
3002467	Le Puy	le-puy	FR	25640	315	Europe/Paris	44.65825	0.04891		Le Puy		75	33	333	33345
3002468	Le Puley	le-puley	FR	71460	111	Europe/Paris	46.67822	4.56392		Le Puley		27	71	712	71363
3002470	Lepuix-Neuf	lepuix-neuf	FR	90100	251	Europe/Paris	47.54043	7.09925		Lepuix-Delle,Lepuix-Neuf		27	90	901	90064
3002471	Lepuix	lepuix	FR	90200	1155	Europe/Paris	47.7605	6.81434		Lepjui,Lepuix,Lepuix-Gy,lai pi yi,Лепюї,莱皮伊		27	90	901	90065
3002483	Le Puiset-Doré	le-puiset-dore	FR	49600	981	Europe/Paris	47.23143	-1.11523		Le Puiset-Dore,Le Puiset-Doré,Le-Pjuize-Dore,lei pi yi sai duo lei,Ле-Пюїзе-Доре,ル・ピュイゼ＝ドレ,勒皮伊塞多雷		52	49	492	49218
3002484	Le Puiset	le-puiset	FR	28310	387	Europe/Paris	48.20896	1.86445		Le Puiset		24	28	281	28199
3002485	Le Puiset	le-puiset	FR	28310	0	Europe/Paris	47.74251	4.72321				27	21	213	21526
3002486	Le Puid	le-puid	FR	88210	93	Europe/Paris	48.3926	7.04273		Le Puid		44	88	883	88362
3002487	Le Puech	le-puech	FR	34700	0	Europe/Paris	44.3	4.03333				76	30	301	30079
3002488	Le Puech	le-puech	FR	34700	212	Europe/Paris	43.69439	3.31484		Le Puech		76	34	342	34220
3002489	Le Puch	le-puch	FR	09460	0	Europe/Paris	44.71704	-0.09826				75	33	333	33506
3002490	Le Puch	le-puch	FR	09460	21	Europe/Paris	42.71826	2.1007		Le Puch		76	09	091	09237
3002492	Lépron-les-Vallées	lepron-les-vallees	FR	08150	58	Europe/Paris	49.75998	4.45393		Lepron,Lepron-les-Vallees,Lépron,Lépron-les-Vallées		44	08	081	08251
3002499	Le Pré-Saint-Gervais	le-pre-saint-gervais	FR	93310	17786	Europe/Paris	48.88549	2.40422		Le Pre-Saint-Gervais,Le Pré-Saint-Gervais,Le-Pre-Sen-Zherve,Les Pres-le-Peletier,Les Prés-le-Peletier,Pre Saint Gervais,Pre-Saint-Gervais,Pré Saint Gervais,Pré-Saint-Gervais,Ле-Пре-Сен-Жерве		11	93	931	93061
3002510	Le Pradet	le-pradet	FR	83220	12343	Europe/Paris	43.10545	6.0235		Le Pradet,Le-Prade,Lo Pradet,lei pu la dai,Ле-Праде,勒普拉代		93	83	832	83098
3002511	Le Pradal	le-pradal	FR	34600	0	Europe/Paris	45.11908	3.16387				84	15	153	15259
3002512	Le Pradal	le-pradal	FR	34600	0	Europe/Paris	44.26986	3.76823				76	48	481	48036
3002513	Le Pradal	le-pradal	FR	34600	219	Europe/Paris	43.62697	3.10421		Le Pradal		76	34	341	34216
3002520	Le Pouzin	le-pouzin	FR	07250	2849	Europe/Paris	44.75173	4.74798		Le Pouzin,Le-Puzen,Lo Polzin,lei pu zan,Ле-Пузен,勒普赞		84	07	072	07181
3002529	Le Pout	le-pout	FR	33670	365	Europe/Paris	44.79386	-0.36027		Le Pout		75	33	332	33335
3002534	Le Pouliguen	le-pouliguen	FR	44510	5438	Europe/Paris	47.27187	-2.43319		Ar Poulgwenn,Le Pouliguen,Le-Puligan,lei pu li gai en,Ле-Пуліган,ル・プリガン,勒普利盖恩		52	44	443	44135
3002537	Le Poujol-sur-Orb	le-poujol-sur-orb	FR	34600	1003	Europe/Paris	43.57954	3.06044		Le Poujol,Le Poujol-sur-Orb		76	34	341	34211
3002538	Le Pouget	le-pouget	FR	34230	0	Europe/Paris	45.31157	3.32057				84	43	431	43022
3002539	Le Pouget	le-pouget	FR	34230	0	Europe/Paris	45.29656	1.70811				75	19	192	19227
3002540	Le Pouget	le-pouget	FR	34230	0	Europe/Paris	44.42968	3.91322				76	48	482	48117
3002541	Le Pouget	le-pouget	FR	34230	1521	Europe/Paris	43.59197	3.5245		Le Pouget		76	34	342	34210
3002547	Le Port-Marly	le-port-marly	FR	78560	4640	Europe/Paris	48.89016	2.11139		Le Port-Marly,Le-Por-Marli,Port-Marly,Ле-Пор-Марли,Ле-Пор-Марлі		11	78	783	78502
3002551	Le Portel	le-portel	FR	62480	11100	Europe/Paris	50.70559	1.57574		L'Porte,Le Portel,Le-Portel',L’Porté,lei bo tai lei,ly bwrtyl,Ле-Портель,لي بورتيل,勒波泰勒		32	62	623	62667
3002552	Port-des-Barques	port-des-barques	FR	17730	1642	Europe/Paris	45.94763	-1.07795				75	17	172	17484
3002555	Le Port	le-port	FR	09320	0	Europe/Paris	47.52376	2.87345				27	58	584	58193
3002556	Le Port	le-port	FR	09320	0	Europe/Paris	46.46171	0.31011				75	86	863	86113
3002557	Le Port	le-port	FR	09320	0	Europe/Paris	45.48333	-0.8		Le Port		75	17	174	17248
3002558	Le Port	le-port	FR	09320	189	Europe/Paris	42.86925	1.3725		Le Port,Port		76	09	093	09231
3002559	Le Porge	le-porge	FR	33680	1641	Europe/Paris	44.87307	-1.09251		Le Porge		75	33	334	33333
3002568	Le Ponthou	le-ponthou	FR	29650	120	Europe/Paris	48.564	-3.63816		Ar Pontou,Ar Pontoù,Le Ponthou		53	29	293	29199
3002569	Le Pontet	le-pontet	FR	73110	124	Europe/Paris	45.49366	6.22861		Le Pontet		84	73	732	73205
3002570	Le Pontet	le-pontet	FR	73110	16182	Europe/Paris	43.96119	4.86008		Le Pontet		93	84	842	84092
3002580	Le Pont-de-Planches	le-pont-de-planches	FR	70130	174	Europe/Paris	47.53541	5.92169		Le Pont,Le Pont-de-Planches		27	70	702	70418
3002582	Le Pont-de-Montvert	le-pont-de-montvert	FR	48220	287	Europe/Paris	44.36348	3.74347		Le Pont-de-Montvert,Pont-de-Montvert		76	48	481	48116
3002585	Le Pont-de-Claix	le-pont-de-claix	FR	38800	11963	Europe/Paris	45.12321	5.69782		Le Pont-de-Claix,Pont-de-Claix		84	38	381	38317
3002586	Le Pont-de-Beauvoisin	le-pont-de-beauvoisin	FR	38480	2829	Europe/Paris	45.53694	5.67333		Le Pont-de-Beauvoisin,Le-Pon-de-Bovuazen,Ле-Пон-де-Бовуазен		84	73	732	73204
3002598	Le Pondy	le-pondy	FR	18210	110	Europe/Paris	46.80418	2.64947		Le Pondy		24	18	182	18183
3002599	Le Ponchel	le-ponchel	FR	62390	228	Europe/Paris	50.25765	2.07395		Le Ponchel		32	62	621	62665
3002600	Le Ponchel	le-ponchel	FR	62390	0	Europe/Paris	45.48333	2.28333				75	19	193	19277
3002602	Le Pompidou	le-pompidou	FR	48110	162	Europe/Paris	44.19525	3.65465		Le Pompidou,Pompidou		76	48	481	48115
3002611	Le Poizat	le-poizat	FR	01130	378	Europe/Paris	46.14523	5.6965		Le Poizat		84	01	014	01204
3002612	Le Poislay	le-poislay	FR	41270	204	Europe/Paris	48.06668	1.06503		Le Poislay		24	41	412	41179
3002613	Poiroux	poiroux	FR	85440	0	Europe/Paris	46.5	-1.53333				52	85	853	85179
3002620	Le Poiré-sur-Vie	le-poire-sur-vie	FR	85170	6273	Europe/Paris	46.76868	-1.50911		Le Poire,Le Poire-sur-Vie,Le Poiré,Le Poiré-sur-Vie		52	85	852	85178
3002621	Le Poiré-sur-Velluire	le-poire-sur-velluire	FR	85770	677	Europe/Paris	46.41144	-0.89626		Le Poire,Le Poire-sur-Velluire,Le Poiré,Le Poiré-sur-Velluire		52	85	851	85177
3002626	Le Poinçonnet	le-poinconnet	FR	36330	5120	Europe/Paris	46.7641	1.7179		Le Poinconnet,Le Poinçonnet,Le-Puehnsone,Le-Puensonne,Poinconnet,Poinçonnet,lei pu an suo nei,Ле-Пуенсонне,Ле-Пуэнсоне,勒普安索内		24	36	362	36159
3002631	Le Poët-Sigillat	le-poet-sigillat	FR	26110	102	Europe/Paris	44.3683	5.3167		Le Poet,Le Poet-Sigillat,Le Poët,Le Poët-Sigillat		84	26	262	26244
3002632	Le Poët-Laval	le-poet-laval	FR	26160	891	Europe/Paris	44.53659	5.01462		Le Poet-Laval,Le Poët-Laval,Le Roet-Laval,Le Roët-Laval,Le-Poe-Laval',Lo Poet Laval,Lo Poet de la Vau,Poet-Laval,Poët-Laval,lei bo e la wa,Ле-Пое-Лаваль,勒波厄拉瓦		84	26	262	26243
3002633	Le Poët-en-Percip	le-poet-en-percip	FR	26170	18	Europe/Paris	44.25234	5.39117		Le Poet,Le Poet-en-Percip,Le Poët,Le Poët-en-Percip,Poet-en Percip,Poët-en Percip		84	26	262	26242
3002634	Le Poët-Célard	le-poet-celard	FR	26460	153	Europe/Paris	44.60166	5.10279		Le Poet-Celard,Le Poët-Célard		84	26	261	26241
3002635	Le Poët	le-poet	FR	05300	0	Europe/Paris	44.85829	6.49181				93	05	051	05101
3002636	Le Poët	le-poet	FR	05300	0	Europe/Paris	44.2927	5.89712		Le Poet,Le Poët		93	05	052	05103
3002638	Le Ployron	le-ployron	FR	60420	117	Europe/Paris	49.58537	2.58333		Le Ployron		32	60	602	60503
3002647	Le Plessis-Trévise	le-plessis-trevise	FR	94420	18618	Europe/Paris	48.81074	2.57363		Le Plessis-Trevise,Le Plessis-Trévise,Le-Plessi-Treviz,Plessis-Trevise,Plessis-Trévise,lai pu lai xi te lei wei si,Ле-Плесси-Тревиз,Ле-Плессі-Тревіз,莱普莱西特勒维斯		11	94	941	94059
3002649	Le Plessis-Sainte-Opportune	le-plessis-sainte-opportune	FR	27170	244	Europe/Paris	49.0634	0.87094		Le Plessis,Le Plessis-Sainte-Opportune,Plessis-Sainte-Opportune		28	27	272	27466
3002650	Le Plessis-Robinson	le-plessis-robinson	FR	92350	22510	Europe/Paris	48.78889	2.27078		Le Plesi Robenson,Le Plessis-Robinson,Le-Plessi-Robenson,Le-Plessi-Robinson,Plessis-Robinson,lei pu lai xi luo ban song,leupeullesilobaengsong,lw plsy rwbnswn,Ле Плеси Робенсон,Ле-Плесси-Робенсон,Ле-Плесси-Робинсон,Ле-Плессі-Робенсон,لو پلسی روبنسون,ル・プレシ＝ロバンソン,勒普莱西罗班松,르플레시로뱅송		11	92	921	92060
3002651	Le Plessis-Placy	le-plessis-placy	FR	77440	289	Europe/Paris	49.05791	2.98921		Le Plessis-Placy		11	77	771	77367
3002653	Le Plessis-Patte-d'Oie	le-plessis-patte-d-oie	FR	60640	96	Europe/Paris	49.68143	3.07009		Le Plessis,Le Plessis-Patte-d'Oie		32	60	603	60502
3002654	Le Plessis-Pâté	le-plessis-pate	FR	91220	4031	Europe/Paris	48.61078	2.32318		Le Plessis-Paste,Le Plessis-Pasté,Le Plessis-Pate,Le Plessis-Pâté,Le-Plessi-Pate,Plessis-Pate,Plessis-Paté,lai pu lai xi pa te,Ле-Плесси-Пате,Ле-Плессі-Пате,莱普莱西帕特		11	91	913	91494
3002658	Le Plessis-Macé	le-plessis-mace	FR	49770	1001	Europe/Paris	47.54304	-0.67436		Le Plessis-Mace,Le Plessis-Macé,Le-Plessi-Mase,lei pu lai xi ma sai,Ле-Плессі-Масе,勒普莱西马塞		52	49	491	49200
3002659	Le Plessis-Luzarches	le-plessis-luzarches	FR	95270	152	Europe/Paris	49.0956	2.45261		Le Plessis,Le Plessis-Luzarches,Le-Plessi-Ljuzarsh,Plessis-Luzarches,lei pu lai xi lu zha er she,Ле-Плесси-Люзарш,Ле-Плессі-Люзарш,勒普莱西吕扎尔舍		11	95	952	95493
3002660	Le Plessis-l'Évêque	le-plessis-l-eveque	FR	77165	0	Europe/Paris	49	2.78333				11	77	771	77366
3002663	Le Plessis-l'Échelle	le-plessis-l-echelle	FR	41370	0	Europe/Paris	47.81377	1.42837		Le Plessis,Le Plessis-l'Echelle,Le Plessis-l'Échelle		24	41	411	41178
3002665	Le Plessis-Hébert	le-plessis-hebert	FR	27120	369	Europe/Paris	48.98913	1.35166		Le Plessis-Hebert,Le Plessis-Hébert,le Plessis		28	27	271	27465
3002667	Le Plessis-Grohan	le-plessis-grohan	FR	27180	711	Europe/Paris	48.94723	1.13251		Le Plessis-Grohan		28	27	273	27464
3002668	Le Plessis-Grimoult	le-plessis-grimoult	FR	14770	327	Europe/Paris	48.96155	-0.61036		Le Plessis,Le Plessis-Grimoult,Le-Plessi-Grimu,Le-Plessi-Grimul',Plessis-Grimoult,lei pu lai xi ge li mu er,Ле-Плесси-Гриму,Ле-Плесси-Гримуль,Ле-Плессі-Гриму,勒普莱西格里穆尔		28	14	144	14027
3002810	Le Pin	le-pin	FR	03130	0	Europe/Paris	48.06907	2.68489				24	45	451	45328
3002669	Le Plessis-Grammoire	le-plessis-grammoire	FR	49124	2123	Europe/Paris	47.49935	-0.4302		Le Plessis,Le Plessis-Grammoire,Le-Plessi-Grammuar,lei pu lai xi ge la mu wa er,Ле-Плессі-Граммуар,勒普莱西格拉穆瓦尔		52	49	491	49241
3002670	Le Plessis-Gassot	le-plessis-gassot	FR	95720	79	Europe/Paris	49.03381	2.41475		Le Plessis-Gassot,Le-Plessi-Gasso,Plessis-Gassot,lei pu lai xi jia suo,Ле-Плесси-Гассо,Ле-Плессі-Гассо,勒普莱西加索		11	95	952	95492
3002672	Le Plessis-Feu-Aussoux	le-plessis-feu-aussoux	FR	77540	408	Europe/Paris	48.71667	3.03333		Le Plessis-Feu-Aussoux,Le-Plessi-Fe-Ossu,Ле-Плесси-Фе-Оссу,Ле-Плессі-Фе-Оссу		11	77	773	77365
3002673	Le Plessis-Dorin	le-plessis-dorin	FR	41170	207	Europe/Paris	48.08934	0.86515		Le Plessis-Dorin,Le-Plessi-Doren,lei pu lai xi duo lan,Ле-Плессі-Дорен,勒普莱西多兰		24	41	412	41177
3002744	Le Plan	le-plan	FR	31220	0	Europe/Paris	43.17678	5.77262				93	83	832	83035
3002677	Le Plessis-Brion	le-plessis-brion	FR	60150	1568	Europe/Paris	49.46419	2.89096		Le Plessis-Brion,Le-Plessi-Brion,lei pu lai xi bu li weng,Ле-Плессі-Бріон,勒普莱西布里翁		32	60	603	60501
3002679	Le Plessis-Bouchard	le-plessis-bouchard	FR	95130	7420	Europe/Paris	49	2.23333		Le Plessis-Bouchard,Le-Plessi-Bushar,Plessis-Bouchard,lei pu lai xi bu sha er,Ле-Плесси-Бушар,Ле-Плессі-Бушар,勒普莱西布沙尔		11	95	951	95491
3002680	Le Plessis-Belleville	le-plessis-belleville	FR	60330	3120	Europe/Paris	49.09501	2.75614				32	60	604	60500
3002683	Le Plessis-aux-Bois	le-plessis-aux-bois	FR	77165	241	Europe/Paris	49.0033	2.76908		Le Plessis-aux-Bois		11	77	771	77364
3002711	Le Plessier-sur-Saint-Just	le-plessier-sur-saint-just	FR	60130	498	Europe/Paris	49.51176	2.45467		Le Plessier,Le Plessier-sur-Saint-Just		32	60	602	60498
3002712	Le Plessier-sur-Bulles	le-plessier-sur-bulles	FR	60130	152	Europe/Paris	49.49533	2.31571		Le Plessier,Le Plessier-sur-Bulles		32	60	602	60497
3002713	Le Plessier-Rozainvillers	le-plessier-rozainvillers	FR	80110	573	Europe/Paris	49.75132	2.55371		Le Plessier,Le Plessier-Rozainvillers,Plessier-Rozainvillers		32	80	803	80628
3002714	Le Plessier-Huleu	le-plessier-huleu	FR	02210	79	Europe/Paris	49.2394	3.34524		Le Plessier-Huleu		32	02	024	02606
3002720	Le Plantis	le-plantis	FR	61170	96	Europe/Paris	48.6013	0.38089		Le Plantis		28	61	611	61331
3002721	Le Plantay	le-plantay	FR	01330	458	Europe/Paris	46.02338	5.08821		Le Plantay		84	01	012	01299
3002722	Le Planquay	le-planquay	FR	27230	129	Europe/Paris	49.09526	0.43096		Le Planquay		28	27	272	27462
3002724	Le Planois	le-planois	FR	71330	73	Europe/Paris	46.78743	5.32757		Le Planois,Le-Planua,Planois,Ле-Плануа		27	71	714	71352
3002736	Le Plan	le-plan	FR	31220	0	Europe/Paris	45.93525	6.48476		Grand Plan,Le Plan,Les Plans		84	74	741	74136
3002737	Le Plan	le-plan	FR	31220	0	Europe/Paris	45.561	6.94524				84	73	731	73232
3002738	Le Plan	le-plan	FR	31220	0	Europe/Paris	44.75	6.55				93	05	051	05058
3002739	Le Plan	le-plan	FR	31220	0	Europe/Paris	44.46667	6.35				93	04	041	04102
3002740	Le Plan	le-plan	FR	31220	0	Europe/Paris	44.27453	5.81212				93	05	052	05118
3002741	Montsalier	montsalier	FR	04150	99	Europe/Paris	44.0122	5.6092		Le Plan,Monsal'e,Montsalier,meng te sa li ye,Монсалье,Монсальє,蒙特萨利耶		93	04	044	04132
3002742	Le Plan	le-plan	FR	31220	0	Europe/Paris	43.47485	5.49788				93	13	131	13060
3002743	Le Plan	le-plan	FR	31220	0	Europe/Paris	43.33333	6.56667				93	83	831	83094
3002745	Le Plan	le-plan	FR	31220	379	Europe/Paris	43.16715	1.12022		Le Plan		76	31	311	31425
3002746	Le Plan	le-plan	FR	31220	0	Europe/Paris	42.78333	0.2				76	65	652	65017
3002752	Corravillers	corravillers	FR	70310	229	Europe/Paris	47.9	6.63333		Corravillers-le-Plain,Le Plain-de-Corravillers		27	70	701	70176
3002756	Le Plagnal	le-plagnal	FR	07590	55	Europe/Paris	44.69967	3.94577		Le Plagnial,Plagnal		84	07	071	07175
3002757	Le Pla	le-pla	FR	09460	82	Europe/Paris	42.71557	2.08086		Le Pla		76	09	091	09230
3002758	Le Pizou	le-pizou	FR	24700	1156	Europe/Paris	45.02514	0.06223		Le Pizou,Le-Pizu,Lo Pison,Pizou,lei pi zu,Ле-Пизу,Ле-Пізу,勒皮祖		75	24	243	24329
3002769	Saint-Denis-du-Pin	saint-denis-du-pin	FR	17400	0	Europe/Paris	45.98694	-0.5219		Le Pin-Saint-Denis,Saint-Denis-du-Pin		75	17	175	17277
3002772	Le Pin-Murelet	le-pin-murelet	FR	31370	172	Europe/Paris	43.40112	1.01789		Le Pin,Le Pin-Murelet		76	31	311	31419
3002773	Lépin-le-Lac	lepin-le-lac	FR	73610	304	Europe/Paris	45.53402	5.79476		Lepin,Lepin-le-Lac,Lépin,Lépin-le-Lac		84	73	732	73145
3002774	Le Pin-la-Garenne	le-pin-la-garenne	FR	61400	652	Europe/Paris	48.4431	0.54719		Le Pin,Le Pin-la-Garenne		28	61	613	61329
3002782	Le Pin-en-Mauges	le-pin-en-mauges	FR	49110	1237	Europe/Paris	47.25357	-0.89917		Le Pin,Le Pin-en-Mauges,Le-Pen-an-Mozh,mo re de qu lei pan,Ле-Пен-ан-Мож,ル・パン＝アン＝モージュ,莫热地区勒潘		52	49	492	49023
3002785	L'Épine-aux-Bois	l-epine-aux-bois	FR	02540	0	Europe/Paris	48.89594	3.44465		L'Epine,L'Epine-aux-Bois,L'Épine,L'Épine-aux-Bois		32	02	021	02281
3002786	Lépine	lepine	FR	62170	286	Europe/Paris	50.37713	1.72591		Lepine,Lépine		32	62	624	62499
3002787	L'Épine	l-epine	FR	05700	635	Europe/Paris	48.97827	4.47122		L'Epine,L'Épine		44	51	511	51231
3002788	Lépine	lepine	FR	62170	0	Europe/Paris	48.25972	3.99682		Lepine,Lépine		44	10	103	10340
3002789	L'Épine	l-epine	FR	05700	0	Europe/Paris	46.97767	-2.27002		L'Epine,L'Épine		52	85	853	85083
3002790	L'Épine	l-epine	FR	05700	0	Europe/Paris	46.81667	0.6				75	86	861	86066
3002791	L'Épine	l-epine	FR	05700	0	Europe/Paris	44.417	5.61518		L'Epine,L'Épine		93	05	052	05048
3002793	L'Épinay-le-Comte	l-epinay-le-comte	FR	61350	0	Europe/Paris	48.46831	-0.81093		L'Epinay		28	61	611	61324
3002803	Le Pin-au-Haras	le-pin-au-haras	FR	61310	388	Europe/Paris	48.74294	0.14336		Le Pin-au-Haras,Le-Pen-o-Ara,Pin-au-Haras,lei pan ao a la,Ле-Пен-о-Ара,勒潘奥阿拉		28	61	612	61328
3002804	Lépinas	lepinas	FR	23150	0	Europe/Paris	46.07641	1.92769		Lepinas,Lépinas		75	23	232	23107
3002805	Lépinas	lepinas	FR	23150	0	Europe/Paris	45.81469	2.38244				75	23	231	23081
3002807	Le Pin	le-pin	FR	03130	681	Europe/Paris	49.21121	0.33457				28	14	143	14504
3002808	Le Pin	le-pin	FR	03130	1137	Europe/Paris	48.91523	2.62841		Le Pin		11	77	771	77363
3002809	Le Pin	le-pin	FR	03130	0	Europe/Paris	48.54118	-1.58577				53	35	354	35222
3002811	Le Pin	le-pin	FR	03130	0	Europe/Paris	47.5893	-1.153		Ar Bineg,Le Pin		52	44	445	44124
3002812	Le Pin	le-pin	FR	03130	649	Europe/Paris	47.35	-2.16667		Le Pin		52	44	443	44176
3002813	Le Pin	le-pin	FR	03130	1066	Europe/Paris	46.86281	-0.6551		Le Pin		75	79	791	79210
3002814	Le Pin	le-pin	FR	03130	0	Europe/Paris	46.81548	-1.18131				52	85	852	85196
3002815	Le Pin	le-pin	FR	03130	260	Europe/Paris	46.7081	5.56938		Le Pin		27	39	392	39421
3002816	Le Pin	le-pin	FR	03130	369	Europe/Paris	46.41248	3.89407		Le Pin		84	03	033	03208
3002817	Le Pin	le-pin	FR	03130	1202	Europe/Paris	45.45582	5.50497		Le Pin		84	38	382	38292
3002818	Le Pin	le-pin	FR	03130	70	Europe/Paris	45.31119	-0.28959		Le Pin		75	17	171	17276
3002819	Le Pin	le-pin	FR	03130	0	Europe/Paris	45.09902	4.34679				84	43	433	43244
3002820	Le Pin	le-pin	FR	03130	315	Europe/Paris	44.09019	4.54057		Le Pin		76	30	302	30196
3002821	Le Pin	le-pin	FR	03130	136	Europe/Paris	44.03544	0.96823		Le Pin		76	82	821	82139
3002835	Le Pian-sur-Garonne	le-pian-sur-garonne	FR	33490	657	Europe/Paris	44.58595	-0.21231		Le Pian,Le Pian-sur-Garonne		75	33	333	33323
3002836	Le Pian-Médoc	le-pian-medoc	FR	33290	5897	Europe/Paris	44.95519	-0.67017		Le Pian,Le Pian-Medoc,Le Pian-Médoc,Le Pian-en-Medoc,Le Pian-en-Médoc		75	33	332	33322
3002846	Le Peyrat	le-peyrat	FR	09600	0	Europe/Paris	45.81915	0.9506				75	87	873	87135
3002847	Le Peyrat	le-peyrat	FR	09600	0	Europe/Paris	45.49269	0.29646		Le Peyrat,Peyrat		75	16	161	16147
3002848	Le Peyrat	le-peyrat	FR	09600	478	Europe/Paris	42.95644	1.92047		Le Peyrat		76	09	092	09229
3002880	Le Petit-Quevilly	le-petit-quevilly	FR	76140	22691	Europe/Paris	49.41338	1.06155		Le Peti Keviji,Le Petit-Quevilly,Le Pti Keviji,Le-Peti-Kevilli,Petit-Quevilly,Quevilly le Petit,leupeutikebi,lw pwty kwwyyy,Ле Пти Кевији,Ле-Пети-Кевилли,Ле-Петі-Кевіллі,لو پوتی کووییی,ル・プティ＝ケヴィイー,르프티케비		28	76	763	76498
3002881	Le Petit-Pressigny	le-petit-pressigny	FR	37350	385	Europe/Paris	46.9218	0.91912		Le Petit-Pressigny		24	37	373	37184
3002893	Le Petit-Mercey	le-petit-mercey	FR	39350	61	Europe/Paris	47.19308	5.74449		Le Petit-Mercey		27	39	391	39190
3002911	Le Petit-Fougeray	le-petit-fougeray	FR	35320	602	Europe/Paris	47.92778	-1.60916		Felgerieg-Vihan,Le Petit-Fougeray,Petit Fougeray		53	35	352	35218
3002918	Petit-Couronne	petit-couronne	FR	76650	8761	Europe/Paris	49.38333	1.01667		La Fraternite,La Fraternité		28	76	763	76497
3002925	Le Petit-Celland	le-petit-celland	FR	50370	166	Europe/Paris	48.69613	-1.21035		Le Petit-Celland,Le-Peti-Sellan,Petit-Celland,lei pei di se lang,Ле-Пети-Селлан,Ле-Петі-Селлан,勒佩蒂瑟朗		28	50	501	50399
3002933	Le Petit-Bornand-les-Glières	le-petit-bornand-les-glieres	FR	74130	958	Europe/Paris	46.00054	6.39602		Le Petit-Bornand,Le-Peti-Bornan-le-Gl'er,Petit-Bornand,Ле-Петі-Борнан-ле-Гльєр		84	74	742	74212
3002944	Le Petit-Abergement	le-petit-abergement	FR	01260	155	Europe/Paris	46.03216	5.66324		Le Petit-Abergement,Petit-Abergement		84	01	011	01187
3002950	Le Pescher	le-pescher	FR	19190	270	Europe/Paris	45.0698	1.73771		Le Pescher		75	19	191	19163
3002953	Le Pertuis	le-pertuis	FR	43200	391	Europe/Paris	45.09638	4.05893		Le Pertuis		84	43	432	43150
3002954	Le Pertre	le-pertre	FR	35370	1374	Europe/Paris	48.03373	-1.03735		Ar Perzh,Le Pertre,Le-Pertr,Pertre,Pertrum,lei pei er te er,Ле-Пертр,勒佩尔特尔		53	35	351	35217
3002955	el Pertús	el-pertus	FR	66480	571	Europe/Paris	42.4652	2.86237		Le Perthus,el Pertus,el Pertús		76	66	661	66137
3002958	Le Perron	le-perron	FR	50160	146	Europe/Paris	49.0528	-0.90139		Le Perron		28	50	504	50398
3002961	Le Perrier	le-perrier	FR	85300	1625	Europe/Paris	46.82002	-1.99338		Le Perrier		52	85	853	85172
3002962	Le Perrier	le-perrier	FR	85300	0	Europe/Paris	45.13201	1.74545				75	19	191	19023
3002963	Le Perrier	le-perrier	FR	85300	0	Europe/Paris	44.78087	5.73259				84	38	381	38366
3002965	Le Perreux-sur-Marne	le-perreux-sur-marne	FR	94170	32015	Europe/Paris	48.85	2.5		Le Pere sir Marn,Le-Perre-sjur-Marn,Perreux-Sur-Marne,le Perreux,leupeloeswileumaleun,lw prw-swr-mrn,lw pwrw swr mrn,ma en he pan lai pei er lei,Ле Пере сир Марн,Ле-Перре-сюр-Марн,לה-פרו-סור-מארן,لو پرو-سور-مرن,لو پورو سور مرن,ル・ペルー＝シュル＝マルヌ,马恩河畔莱佩尔勒,르페뢰쉬르마른		11	94	942	94058
3002966	Le Perréon	le-perreon	FR	69460	1085	Europe/Paris	46.06316	4.60045		Le Perreon,Le Perréon		84	69	692	69151
3002967	Le Perray-en-Yvelines	le-perray-en-yvelines	FR	78610	6206	Europe/Paris	48.69441	1.85643		Le Perray,Le Perray-en-Yvelines,Le-Perre-an-Ivelin,Le-Perre-an-Ivlin,Ле-Перре-ан-Івлін,Ле-Перре-ан-Ивелин		11	78	782	78486
3002971	Le Périer	le-perier	FR	38740	136	Europe/Paris	44.93686	5.97333		Le Perier,Le Périer		84	38	381	38073
3002975	Percy	percy	FR	38930	122	Europe/Paris	44.8	5.65				84	38	381	38301
3002976	Le Perchay	le-perchay	FR	95450	503	Europe/Paris	49.11056	1.93297		Le Perchay		11	95	953	95483
3002981	Le Pellerin	le-pellerin	FR	44640	4147	Europe/Paris	47.19863	-1.75466		Le Pellerin,Le-Pel'ren,Pentellou,Pentelloù,Pontellus,Port-Brutus,lei pei lei lan,Ле-Пельрен,ル・ペルラン,勒佩勒兰		52	44	442	44120
3002983	Le Pègue	le-pegue	FR	26770	380	Europe/Paris	44.42903	5.04865		La Pegue,La Pègue,Le Pegue,Le Pègue		84	26	262	26226
3002984	Le Pecq	le-pecq	FR	78230	16534	Europe/Paris	48.89317	2.10371		Le Pecq,Le Pecq-sur-Seine,Le-Pek,Pecq,Ле-Пек,ル・ペック		11	78	783	78481
3002986	Le Pêchereau	le-pechereau	FR	36200	1906	Europe/Paris	46.57677	1.54743		Le Pechereau,Le Pêchereau,Le-Peshero,Pechereau,Pêchereau,lei pei xie luo,Ле-Пешеро,勒佩谢罗		24	36	362	36154
3002988	Le Péage-de-Roussillon	le-peage-de-roussillon	FR	38550	6869	Europe/Paris	45.3738	4.79727		Franc-Passage,Franc-Peage,Franc-Péage,Le Peage,Le Peage-de-Roussillon,Le Péage,Le Péage-de-Roussillon		84	38	383	38298
3002993	Le Pavillon-Sainte-Julie	le-pavillon-sainte-julie	FR	10350	221	Europe/Paris	48.36947	3.90132		Le Pavillon,Le Pavillon-Sainte-Julie,Pavillon		44	10	103	10281
3003005	Lépaud	lepaud	FR	23170	0	Europe/Paris	46.58809	3.11448				84	03	032	03247
3003006	Lépaud	lepaud	FR	23170	359	Europe/Paris	46.24039	2.38692		Lepaud,Lépaud		75	23	231	23106
3003014	Le Pas-Saint-l'Homer	le-pas-saint-l-homer	FR	61290	0	Europe/Paris	48.49556	0.93242		Le Pas,Le Pas-Saint-l'Homer		28	61	613	61323
3003015	Le Passage	le-passage	FR	38490	0	Europe/Paris	48.39099	-4.38009		Le Passage		53	29	291	29189
3003016	Le Passage	le-passage	FR	38490	698	Europe/Paris	45.53361	5.51241		Le Passage		84	38	382	38296
3003017	Le Passage	le-passage	FR	38490	9434	Europe/Paris	44.2014	0.60347		Le Passage,Passage,Passage d'Agen		75	47	471	47201
3003018	Le Pasquier	le-pasquier	FR	39300	261	Europe/Paris	46.80033	5.9049		Le Pasquier		27	39	392	39406
3003019	Le Pasquier	le-pasquier	FR	39300	0	Europe/Paris	44.76667	6.75				93	05	051	05007
3003025	Le Pas	le-pas	FR	53300	536	Europe/Paris	48.42972	-0.70073		Le Pas		52	53	533	53176
3003030	Le Parcq	le-parcq	FR	62770	732	Europe/Paris	50.37878	2.09762		ChParcq,Le Parcq,Le-Park,lei pa er ke,ly barskyw,Ле-Парк,لي بارسكيو,勒帕尔克		32	62	624	62647
3003032	Le Parc	le-parc	FR	50870	0	Europe/Paris	49.67702	0.33938				28	76	762	76268
3003033	Le Parc	le-parc	FR	50870	0	Europe/Paris	48.58521	1.6075		Le Parc,Saint-Mamert		24	28	281	28227
3003034	Le Parc	le-parc	FR	50870	0	Europe/Paris	46.38123	3.52127				84	03	033	03289
3003040	Lépanges-sur-Vologne	lepanges-sur-vologne	FR	88600	965	Europe/Paris	48.16667	6.66667				44	88	881	88266
3003042	Le Pallet	le-pallet	FR	44330	2574	Europe/Paris	47.13842	-1.33609		Ar Palez,Le Pallet,Le-Palle,Palacium,l barkf,lei pa lai,Ле-Палле,ل بارکف,勒帕莱		52	44	442	44117
3003044	Le Palais-sur-Vienne	le-palais-sur-vienne	FR	87410	5944	Europe/Paris	45.8639	1.32313		Le Palais,Le Palais-sur-Vienne,Lu Palaic,Lu Palaiç		75	87	872	87113
3003045	Le Palais	le-palais	FR	56360	2645	Europe/Paris	47.3463	-3.15583		Le Palais,Le-Pale,Palais,Porzh-Lae,lei pa lai,Ле-Пале,ル・パレ,勒帕莱		53	56	561	56152
3003047	Le Pailly	le-pailly	FR	52600	268	Europe/Paris	47.79072	5.41398		Le Pailly		44	52	522	52374
3003049	Léoville	leoville	FR	17500	325	Europe/Paris	45.37867	-0.3378		Leovil',Leoville,Léoville,lai ao wei er,Леовиль,Леовіль,莱奥维尔		75	17	171	17204
3003050	Léouville	leouville	FR	45480	45	Europe/Paris	48.22392	2.08797		Leouville,Leuvil',Léouville,lai wu wei er,Леувіль,莱乌维尔		24	45	453	45181
3003058	Léotoing	leotoing	FR	43410	204	Europe/Paris	45.36182	3.22266		Lautonh,Leotoing,Leotuen,Léotoing,lai ao tu wan,Леотуен,莱奥图万		84	43	431	43121
3003061	Léoncel	leoncel	FR	26190	58	Europe/Paris	44.91116	5.19274		Leoncel,Léoncel		84	26	261	26163
3003064	Léon	leon	FR	40550	1573	Europe/Paris	43.87752	-1.30309		Leon,Léon		75	40	401	40150
3003066	Léojac	leojac	FR	82230	879	Europe/Paris	44.01667	1.45		Leojac,Leojac-et Bellegarde,Léojac,Léojac-et Bellegarde		76	82	822	82098
3003067	Léognan	leognan	FR	33850	8890	Europe/Paris	44.72901	-0.60052		Leognan,Leon'jan,Leonhan,Leunhan,Léognan,lai ao ni ang,Леоньян,莱奥尼昂		75	33	332	33238
3003068	Léogeats	leogeats	FR	33210	604	Europe/Paris	44.51189	-0.36674		Leogeats,Leozhats,Leujats,Léogeats,lai ao ya te,Леожатс,莱奥雅特		75	33	333	33237
3003069	Léobard	leobard	FR	46300	197	Europe/Paris	44.72223	1.31004		Leobard,Léobard		76	46	463	46169
3003072	Lento	lento	FR	20252	99	Europe/Paris	42.52163	9.28236		Lento		94	2B	2B3	2B140
3003073	Lentiol	lentiol	FR	38270	196	Europe/Paris	45.2984	5.11457		Lentiol		84	38	383	38209
3003074	Lentilly	lentilly	FR	69210	5079	Europe/Paris	45.81873	4.66304		Lantii,Lentilly,Лантії		84	69	692	69112
3003076	Lentilles	lentilles	FR	10330	108	Europe/Paris	48.48345	4.611		Lentilles		44	10	101	10192
3003077	Lentillères	lentilleres	FR	07200	183	Europe/Paris	44.61359	4.31389		Lentilleres,Lentillères		84	07	071	07141
3003078	Lentillac-Saint-Blaise	lentillac-saint-blaise	FR	46100	149	Europe/Paris	44.59123	2.12088		Lentillac,Lentillac-Saint-Blaise		76	46	462	46168
3003079	Lentillac-du-Causse	lentillac-du-causse	FR	46330	0	Europe/Paris	44.56218	1.63952		Lentillac,Lentillac-Lauzes,Lentillac-Lauzès,Lentillac-du-Causse		76	46	463	46167
3003081	Lentigny	lentigny	FR	42155	1388	Europe/Paris	45.99391	3.97918		Lentigny		84	42	422	42120
3003087	Lent	lent	FR	01240	1248	Europe/Paris	46.12027	5.19352		Lent		84	01	012	01211
3003088	Lens-Lestang	lens-lestang	FR	26210	716	Europe/Paris	45.29307	5.04323		Lens-Lestang		84	26	263	26162
3003093	Lens	lens	FR	62300	38265	Europe/Paris	50.43302	2.82791		Lens,XLE,lans,ransu,Ланс,ランス	627	32	62	627	62498
3003095	Le Noyer-en-Ouche	le-noyer-en-ouche	FR	27410	209	Europe/Paris	49.00573	0.77239		Le Noyer,Le-Nuaer-an-Ush,wu ke de qu lei nu wa ai,Ле-Нуаер-ан-Уш,Ле-Нуаєр-ан-Уш,乌克地区勒努瓦埃		28	27	272	27444
3003096	Le Noyer	le-noyer	FR	05500	0	Europe/Paris	47.38409	2.68057		Le Noyer		24	18	181	18168
3003097	Le Noyer	le-noyer	FR	05500	0	Europe/Paris	46.85784	1.9451				24	36	364	36027
3003098	Le Noyer	le-noyer	FR	05500	0	Europe/Paris	45.72362	4.44594				84	69	691	69220
3003099	Le Noyer	le-noyer	FR	05500	155	Europe/Paris	45.67938	6.06136				84	73	732	73192
3003100	Le Noyer	le-noyer	FR	05500	236	Europe/Paris	44.69769	6.01198		Le Noyer		93	05	052	05095
3003101	Le Nouvion-en-Thiérache	le-nouvion-en-thierache	FR	02170	2951	Europe/Paris	50.01625	3.78509		Le Nouvion,Le Nouvion-en-Thierache,Le Nouvion-en-Thiérache,Le Nouvion-le-Franc		32	02	025	02558
3003105	Lenoncourt	lenoncourt	FR	54110	441	Europe/Paris	48.66571	6.30297		Lenoncourt		44	54	543	54311
3003111	Lennon	lennon	FR	29190	685	Europe/Paris	48.19284	-3.89812		Lennon		53	29	292	29123
3003114	Le Nizan	le-nizan	FR	33430	377	Europe/Paris	44.47745	-0.27014		Le Nizan,Le-Nizan,Lo Nisan,l nyzan,lei ni cang,Ле-Низан,Ле-Нізан,ل نیزان,勒尼藏		75	33	333	33305
3003117	Léning	lening	FR	57670	215	Europe/Paris	48.9569	6.80852		Leiningen,Lenen,Lening,Léning,lai nan,lnn,Ленен,لنن,莱南		44	57	575	57394
3003118	Lenharrée	lenharree	FR	51230	89	Europe/Paris	48.7758	4.11476		Lenarre,Lenharree,Lenharrée,lei na er lei ai,Ленарре,勒纳尔雷埃		44	51	511	51319
3003119	Lengronne	lengronne	FR	50450	434	Europe/Paris	48.93381	-1.38214		Lengronne		28	50	503	50266
3003120	Lengelsheim	lengelsheim	FR	57720	216	Europe/Paris	49.10855	7.40899		Lengelsheim		44	57	576	57393
3003124	Le Neufour	le-neufour	FR	55120	76	Europe/Paris	49.13225	4.98284		Le Neufour		44	55	553	55379
3003125	Le Neufbourg	le-neufbourg	FR	50140	0	Europe/Paris	49.59344	0.75555		Le Neufbourg,Neufbourg		28	76	763	76702
3003126	Le Neufbourg	le-neufbourg	FR	50140	552	Europe/Paris	48.65565	-0.9485		Le Neufbourg		28	50	501	50371
3003127	Le Neubourg	le-neubourg	FR	27110	3947	Europe/Paris	49.15048	0.9102		Le Neubourg,Le-Nebur,lei na bu er,Ле-Небур,勒纳布尔		28	27	272	27428
3003132	Lencouacq	lencouacq	FR	40120	439	Europe/Paris	44.0991	-0.40505		Lencouacg,Lencouacq		75	40	402	40149
3003136	Lencloître	lencloitre	FR	86140	2397	Europe/Paris	46.81434	0.32796		Lankluatr,Lencloitre,Lencloître,lang ke lu wa te lei,Ланклуатр,朗克卢瓦特勒		75	86	861	86128
3003138	Le Nayrac	le-nayrac	FR	12190	591	Europe/Paris	44.61285	2.66303		Le Nayrac		76	12	122	12172
3003139	Lenax	lenax	FR	03130	298	Europe/Paris	46.29835	3.8162		Lenax		84	03	033	03142
3003140	Lénault	lenault	FR	14770	153	Europe/Paris	48.93209	-0.62878		Lenault,Leno,Lénault,lai nuo er,Лено,莱诺尔		28	14	144	14174
3003147	Lemuy	lemuy	FR	39110	250	Europe/Paris	46.89631	5.96736		Lemuy		27	39	391	39291
3003148	Le Muy	le-muy	FR	83490	8474	Europe/Paris	43.4728	6.56637		Le Muy,Le-Mjui,Lo Mueg,Lo Muei,l mwyy,lei mi yi,Ле-Мюи,Ле-Мюї,ل مویی,勒米伊		93	83	831	83086
3003154	Le Mung	le-mung	FR	17350	288	Europe/Paris	45.87445	-0.71212		Le Mung		75	17	175	17252
3003155	Lemud	lemud	FR	57580	303	Europe/Paris	49.03815	6.36563		Lemju,Lemjud,lai mi,lmwd,Лемю,Лемюд,لمود,莱米		44	57	579	57392
3003156	Lempzours	lempzours	FR	24800	126	Europe/Paris	45.36096	0.81826		Lampzur,Lempzours,Lemzor,lang pu zu er,Лампзур,朗普祖尔		75	24	242	24238
3003157	Lempty	lempty	FR	63190	309	Europe/Paris	45.82758	3.33145		Lempty		84	63	635	63194
3003158	Lemps	lemps	FR	07300	604	Europe/Paris	45.10914	4.76476		Lemps		84	07	073	07140
3003159	Lemps	lemps	FR	07300	0	Europe/Paris	44.351	5.41923		Lemps		84	26	262	26161
3003161	Lempire	lempire	FR	02420	88	Europe/Paris	49.99206	3.17309		Lempire		32	02	023	02417
3003163	Lempdes	lempdes	FR	63370	0	Europe/Paris	45.77097	3.19356		Lamd,Lempdes,Lende,Lende e Marmilhac,lang pu dai,Ламд,朗普代		84	63	632	63193
3003164	Lempdes-sur-Allagnon	lempdes-sur-allagnon	FR	43410	1450	Europe/Paris	45.38333	3.28333				84	43	431	43120
3003165	Lempaut	lempaut	FR	81700	606	Europe/Paris	43.52796	2.06534		Lempaut		76	81	812	81142
3003169	Le Moutherot	le-moutherot	FR	25170	80	Europe/Paris	47.24306	5.73311		Le Moutherot		27	25	251	25414
3003172	Le Moutaret	le-moutaret	FR	38580	172	Europe/Paris	45.43129	6.08833		Le Moutaret,Le-Mutare,lei mu ta lei,Ле-Мутаре,勒穆塔雷		84	38	381	38268
3003173	Le Moustoir	le-moustoir	FR	22340	610	Europe/Paris	48.26637	-3.50564		Ar Vouster,Le Moustoir		53	22	222	22157
3003174	Le Moustoir	le-moustoir	FR	22340	0	Europe/Paris	48.13466	-3.74341				53	29	292	29249
3003175	Le Moustoir	le-moustoir	FR	22340	0	Europe/Paris	48.11681	-2.95277				53	56	562	56146
3003176	Le Moustoir	le-moustoir	FR	22340	0	Europe/Paris	48.09409	-3.67983		Le Moustier,Le Moustoir		53	56	562	56199
3003177	Le Moustoir	le-moustoir	FR	22340	0	Europe/Paris	47.62378	-2.86189		Le Moustoir		53	56	563	56003
3003196	Le Moulinet-sur-Solin	le-moulinet-sur-solin	FR	45290	150	Europe/Paris	47.83333	2.61667		Le Moulinet,Le-Muline-sjur-Solen,Moulinet-sur-Solin,suo lan he pan lei mu li nei,Ле-Муліне-сюр-Солен,索兰河畔勒穆利内		24	45	451	45218
3003215	Le Mont-Saint-Adrien	le-mont-saint-adrien	FR	60650	594	Europe/Paris	49.44593	2.00467		Le Mont-Saint-Adrien		32	60	601	60428
3003230	Le Montet	le-montet	FR	03240	512	Europe/Paris	46.40891	3.05528		Le Montet,Montet		84	03	032	03183
3003232	Le Montellier	le-montellier	FR	01800	241	Europe/Paris	45.93022	5.07338		Le Montellier		84	01	011	01260
3003237	Le Monteil-au-Vicomte	le-monteil-au-vicomte	FR	23460	314	Europe/Paris	45.93018	1.93698		Le Monteil,Le Monteil-au-Vicomte,Monteil-au-Vicomte		75	23	232	23134
3003238	Le Monteil	le-monteil	FR	15240	0	Europe/Paris	46.30544	1.9517				75	23	232	23025
3003239	Le Monteil	le-monteil	FR	15240	0	Europe/Paris	46.27359	2.1716				75	23	231	23243
3003240	Le Monteil	le-monteil	FR	15240	0	Europe/Paris	45.92032	0.8256				75	87	873	87154
3003241	Le Monteil	le-monteil	FR	15240	0	Europe/Paris	45.86667	1.8				75	23	232	23216
3003242	Le Monteil	le-monteil	FR	15240	0	Europe/Paris	45.33644	1.47068				75	19	192	19154
3003243	Le Monteil	le-monteil	FR	15240	0	Europe/Paris	45.3023	4.40315				84	42	423	42139
3003244	Le Monteil	le-monteil	FR	15240	0	Europe/Paris	45.29802	2.49951		Le Monteil		84	15	152	15131
3003245	Le Monteil	le-monteil	FR	15240	0	Europe/Paris	45.23156	1.1842				75	24	244	24021
3003246	Le Monteil	le-monteil	FR	15240	0	Europe/Paris	45.19055	2.82579				84	15	153	15225
3003247	Le Monteil	le-monteil	FR	15240	0	Europe/Paris	45.17323	4.38114				84	43	433	43142
3003248	Le Monteil	le-monteil	FR	15240	0	Europe/Paris	45.06544	3.91348		Le Monteil		84	43	432	43140
3003249	Le Monteil	le-monteil	FR	15240	0	Europe/Paris	45.07205	2.15087				84	15	151	15057
3003250	Le Monteil	le-monteil	FR	15240	0	Europe/Paris	45.0504	3.56659		Le Monteil,Monteil		84	43	431	43202
3003251	Le Monteil	le-monteil	FR	15240	0	Europe/Paris	45.00226	4.6037				84	07	073	07073
3003252	Le Monteil	le-monteil	FR	15240	0	Europe/Paris	44.82556	0.40179				75	24	241	24225
3003253	Mont-Dore	mont-dore	FR	63240	1787	Europe/Paris	45.57641	2.80889		Le Mont-Dore,Les Bains-du-Mont-Dore,Les Bains-du-Montdor,Mon-Dor,Mont-Dore,Mont-Dore-les-Bains,Montdaur,meng duo er,mon=doru,Мон-Дор,モン＝ドール,蒙多尔		84	63	633	63236
3003263	Le Montat	le-montat	FR	46090	980	Europe/Paris	44.38038	1.44848		Le Montat		76	46	461	46197
3003266	Le Mont	le-mont	FR	88210	56	Europe/Paris	48.40866	7.02745		Le Mont		44	88	883	88306
3003267	Le Mont	le-mont	FR	88210	0	Europe/Paris	48.03794	2.52122				24	45	453	45186
3003268	Le Mont	le-mont	FR	88210	0	Europe/Paris	47.69416	4.94292				27	21	213	21063
3003269	Le Mont	le-mont	FR	88210	0	Europe/Paris	47.36979	3.91729				27	58	581	58157
3003270	Le Mont	le-mont	FR	88210	0	Europe/Paris	46.65801	3.01104		Le Mont,Mont		84	03	032	03117
3003271	Le Mont	le-mont	FR	88210	0	Europe/Paris	46.59386	3.48503				84	03	032	03156
3003272	Le Mont	le-mont	FR	88210	0	Europe/Paris	46.55	2.98333				84	03	032	03320
3003273	Le Mont	le-mont	FR	88210	0	Europe/Paris	46.40059	2.23262				75	23	231	23213
3003274	Le Mont	le-mont	FR	88210	0	Europe/Paris	46.28333	2.55				84	03	031	03145
3003275	Le Mont	le-mont	FR	88210	0	Europe/Paris	46.23414	2.84437				84	63	634	63187
3003276	Le Mont	le-mont	FR	88210	0	Europe/Paris	46.09936	2.68356				84	63	634	63281
3003277	Le Mont	le-mont	FR	88210	0	Europe/Paris	45.94093	6.76845				84	74	742	74266
3003278	Le Mont	le-mont	FR	88210	0	Europe/Paris	45.77515	1.95695				75	23	231	23090
3003279	Le Mont	le-mont	FR	88210	0	Europe/Paris	45.7737	1.62234				75	87	872	87024
3003280	Le Mont	le-mont	FR	88210	0	Europe/Paris	45.67214	4.7208				84	69	691	69148
3003281	Le Mont	le-mont	FR	88210	0	Europe/Paris	45.29065	3.78882				84	43	432	43108
3003282	Le Mont	le-mont	FR	88210	0	Europe/Paris	45.03333	4.58333				84	07	073	07085
3003283	Le Mont	le-mont	FR	88210	0	Europe/Paris	44.9902	4.03119				84	43	432	43113
3003284	Le Mont	le-mont	FR	88210	0	Europe/Paris	44.99246	3.57339				84	43	431	43083
3003285	Le Mont	le-mont	FR	88210	0	Europe/Paris	44.94717	3.97232		Le Mont,Mont		84	43	432	43135
3003286	Le Mont	le-mont	FR	88210	0	Europe/Paris	44.91364	3.64179				84	43	431	43220
3003297	Le Monêtier-les-Bains	le-monetier-les-bains	FR	05220	1101	Europe/Paris	44.97604	6.50898		Le Monetier,Le Monetier-les-Bains,Le Monétier,Le Monêtier,Le Monêtier-les-Bains,Le-Monet'e-le-Ben,Lo Monastier,Lo Monastièr,Lo Monestier de Briancon,Lo Monestièr de Briançon,lei mo nei di ye lai ban,Ле-Монетье-ле-Бен,Ле-Монетьє-ле-Бен,勒莫内蒂耶莱班		93	05	051	05079
3003298	Le Monestier-du-Percy	le-monestier-du-percy	FR	38930	0	Europe/Paris	44.79432	5.65885		Le Monestier-du-Percy,Monestier,Monestier-du-Percy		84	38	381	38243
3003299	Le Monestier	le-monestier	FR	63890	187	Europe/Paris	45.56313	3.66205		Le Monestier		84	63	631	63230
3003300	Le Monestier	le-monestier	FR	63890	0	Europe/Paris	44.43296	5.23146				84	26	262	26304
3003301	Lemoncourt	lemoncourt	FR	57590	60	Europe/Paris	48.86622	6.39279		Lemoncourt		44	57	575	57391
3003306	Le Monastier-sur-Gazeille	le-monastier-sur-gazeille	FR	43150	1835	Europe/Paris	44.93333	4		Le-Monast'e-sjur-Gazej,Lo Monestier,Lo Monestier de Gaselha,Monastier,Mont-Breysse,jia ze er he pan lei mo na si di ye,Ле-Монастье-сюр-Газей,Ле-Монастьє-сюр-Газей,ル・モナスティエ＝シュル＝ガゼイユ,加泽尔河畔勒莫纳斯蒂耶		84	43	432	43135
3003307	Le Monastier-Pin-Moriès	le-monastier-pin-mories	FR	48100	771	Europe/Paris	44.51667	3.25		Monastier		76	48	482	48099
3003308	Le Monastère	le-monastere	FR	12000	1900	Europe/Paris	44.34165	2.57956		Bourg-la-Briane,Le Monastere,Le Monastère		76	12	122	12146
3003316	Le Molay-Littry	le-molay-littry	FR	14330	2790	Europe/Paris	49.24265	-0.87238		La Molay,Le Molay,Le Molay-Littry,Le-Mole-Litri,Le-Mole-Littri,Littry,lei mo lai li te li,Ле-Моле-Литри,Ле-Моле-Литтри,Ле-Моле-Літтрі,勒莫莱利特里		28	14	141	14370
3003325	Lemmes	lemmes	FR	55220	189	Europe/Paris	49.06735	5.28633		Lemmes		44	55	553	55286
3003326	Lemmecourt	lemmecourt	FR	88300	35	Europe/Paris	48.26158	5.73726		Lemmecourt		44	88	882	88265
3003329	Le Miroir	le-miroir	FR	71480	497	Europe/Paris	46.5356	5.33463		Le Miroir		27	71	714	71300
3003330	Le Miroir	le-miroir	FR	71480	0	Europe/Paris	45.60218	6.88759				84	73	731	73232
3003332	Le Minihic-sur-Rance	le-minihic-sur-rance	FR	35870	1303	Europe/Paris	48.57659	-2.01221		Le Minihic,Le Minihic-sur-Rance,Le-Miniik-sjur-Rans,Minic'hi-Poudour,Minichi-Poudour,lang ke he pan lei mi ni yi ke,Ле-Миниик-сюр-Ранс,Ле-Мініїк-сюр-Ранс,朗克河畔勒米尼伊克		53	35	354	35181
3003341	Le Meux	le-meux	FR	60880	1860	Europe/Paris	49.36718	2.74374		Le Meux,Le-Me,Meux,lei mo,Ле-Ме,勒默		32	60	603	60402
3003343	Le Mesnil-Villement	le-mesnil-villement	FR	14690	297	Europe/Paris	48.85022	-0.36842		Le Mesnil-Villement		28	14	142	14427
3003344	Le Mesnil-Villeman	le-mesnil-villeman	FR	50450	250	Europe/Paris	48.86429	-1.32643		Le Mesnil-Villeman		28	50	503	50326
3003345	Le Mesnil-Vigot	le-mesnil-vigot	FR	50570	222	Europe/Paris	49.15578	-1.28188		Le Mesnil-Vigot		28	50	504	50431
3003346	Le Mesnil-Véneron	le-mesnil-veneron	FR	50620	81	Europe/Paris	49.22584	-1.16455		Le Mesnil-Veneron,Le Mesnil-Véneron		28	50	504	50324
3003347	Le Mesnil-Tôve	le-mesnil-tove	FR	50520	210	Europe/Paris	48.70082	-1.02306		Le Mesnil-Tove,Le Mesnil-Tôve		28	50	501	50260
3003348	Le Mesnil-Thomas	le-mesnil-thomas	FR	28250	299	Europe/Paris	48.59962	1.09613		Le Mesnil-Thomas,Mesnil-Thomas		24	28	283	28248
3003349	Le Mesnil-Théribus	le-mesnil-theribus	FR	60240	729	Europe/Paris	49.30144	1.98705		Le Mesnil-Theribus,Le Mesnil-Théribus,Le-Menij-Teribju,lei mei si ni tai li bi,Ле-Меній-Терибю,勒梅斯尼泰里比		32	60	601	60401
3003351	Le Mesnil-sur-Oger	le-mesnil-sur-oger	FR	51190	1094	Europe/Paris	48.94708	4.02263		Le Mesnil,Le Mesnil-sur-Oger,Le-Menij-sjur-Ozhe,Mesnil-sur-Oger,ao re he pan lei mei si ni,Ле-Меній-сюр-Оже,奥热河畔勒梅斯尼		44	51	512	51367
3003352	Le Mesnil-sur-Bulles	le-mesnil-sur-bulles	FR	60130	248	Europe/Paris	49.48634	2.34569		Le Mesnil,Le Mesnil-sur-Bulles,Le-Menij-sjur-Bjul',bi lai he pan lei mei si ni,Ле-Меній-сюр-Бюль,比莱河畔勒梅斯尼		32	60	602	60400
3003353	Le Mesnil-sur-Blangy	le-mesnil-sur-blangy	FR	14130	190	Europe/Paris	49.25984	0.26192		Le Mesnil,Le Mesnil-sur-Blangy		28	14	143	14426
3003354	Le Mesnil-sous-Jumièges	le-mesnil-sous-jumieges	FR	76480	595	Europe/Paris	49.41115	0.85972		Le Mesnil,Le Mesnil-sous-Jumieges,Le Mesnil-sous-Jumièges		28	76	763	76436
3003355	Le Mesnil-Simon	le-mesnil-simon	FR	14140	169	Europe/Paris	49.09349	0.10526		Le Mesnil,Le Mesnil-Simon		28	14	143	14425
3003356	Le Mesnil-Simon	le-mesnil-simon	FR	14140	429	Europe/Paris	48.89617	1.53765		Le Mesnil-Simon		24	28	283	28247
3003357	Le Mesnil	le-mesnil	FR	50580	0	Europe/Paris	49.36667	-1.7		Le Mesnil-Saint-Martin		28	50	502	50299
3003358	Le Mesnil-Saint-Firmin	le-mesnil-saint-firmin	FR	60120	190	Europe/Paris	49.62854	2.40996		Le Mesnil,Le Mesnil-Saint-Firmin,Le-Menij-Sen-Firmen,lei mei si ni sheng fei er man,Ле-Меній-Сен-Фірмен,勒梅斯尼圣菲尔曼		32	60	602	60399
3003359	Le Mesnil-Saint-Denis	le-mesnil-saint-denis	FR	78320	6915	Europe/Paris	48.74485	1.95594		Le Mesnil-Saint-Denis,Le-Menij-Sen-Deni,Ле-Меній-Сен-Дені		11	78	782	78397
3003361	Le Mesnil-Rouxelin	le-mesnil-rouxelin	FR	50000	454	Europe/Paris	49.14758	-1.0849		Le Mesnil-Rouxelin,Le-Meni-Ruselen,Mesnil-Rouxelin,lei mei si ni lu ke sai lan,Ле-Мени-Руселен,Ле-Мені-Руселен,勒梅斯尼鲁克塞兰		28	50	504	50321
3003363	Le Mesnil-Rogues	le-mesnil-rogues	FR	50450	145	Europe/Paris	48.86322	-1.37798		Le Mesnil-Rogues		28	50	503	50197
3003364	Le Mesnil-Robert	le-mesnil-robert	FR	14380	167	Europe/Paris	48.87453	-0.95595		Le Mesnil-Robert,Mesnil-Robert		28	14	144	14424
3003365	Le Mesnil-Réaume	le-mesnil-reaume	FR	76260	462	Europe/Paris	49.97556	1.4412		Le Mesnil-Reaume,Le Mesnil-Réaume		28	76	761	76435
3003366	Le Mesnil-Raoult	le-mesnil-raoult	FR	50420	329	Europe/Paris	49.035	-1.06018		Le Mesnil-Raoult		28	50	504	50139
3003367	Le Mesnil-Rainfray	le-mesnil-rainfray	FR	50520	247	Europe/Paris	48.66694	-1.05681		Le Mesnil-Rainfray		28	50	501	50260
3003369	Le Mesnil-Patry	le-mesnil-patry	FR	14740	226	Europe/Paris	49.19511	-0.54502		Le Mesnil-Patry		28	14	142	14098
3003370	Le Mesnil-Ozenne	le-mesnil-ozenne	FR	50220	141	Europe/Paris	48.66678	-1.23061		Le Mesnil,Le Mesnil-Ozenne		28	50	501	50317
3003371	Le Mesnil-Opac	le-mesnil-opac	FR	50860	226	Europe/Paris	49.01305	-1.09769		Le Mesnil-Opac,Le-Meni-Opak,Mesnil-Opac,lei mei si ni ao pa ke,Ле-Мени-Опак,Ле-Мені-Опак,勒梅斯尼奥帕克		28	50	504	50363
3003373	Le Mesnil-Mauger	le-mesnil-mauger	FR	14270	992	Europe/Paris	49.08406	0.01571		Le Mesnil-Mauger,Mesnil-Mauger		28	14	143	14431
3003374	Le Mesnil-Lieubray	le-mesnil-lieubray	FR	76780	66	Europe/Paris	49.5	1.51667		Le Mesnil,Le Mesnil-Lieubray,Mesnil-Lieubray		28	76	761	76431
3003375	Le Mesnil-le-Roi	le-mesnil-le-roi	FR	78600	6515	Europe/Paris	48.93825	2.12554		Le Mesnil,Le Mesnil-le-Roi,Le-Menij-le-Rua,Mesnil-Carrieres,Mesnil-Carrières,Ле-Мений-ле-Руа,Ле-Меній-ле-Руа		11	78	783	78396
3003376	Le Mesnillard	le-mesnillard	FR	50600	280	Europe/Paris	48.62696	-1.07271		Le Mesmilland,Le Mesnillard		28	50	501	50315
3003377	Le Mesnil-Jourdain	le-mesnil-jourdain	FR	27400	255	Europe/Paris	49.1771	1.1102		Le Mesnil-Jourdain		28	27	271	27403
3003379	Le Mesnil-Herman	le-mesnil-herman	FR	50750	124	Europe/Paris	49.0274	-1.14472		Le Mesnil-Herman,Le-Meni-Erman,Mesnil-Herman,lei mei si ni ai er mang,Ле-Мени-Ерман,Ле-Мені-Ерман,勒梅斯尼埃尔芒		28	50	504	50546
3003380	Le Mesnil-Hardray	le-mesnil-hardray	FR	27190	46	Europe/Paris	48.93609	0.99053		Le Mesnil-Hardray		28	27	273	27447
3003381	Le Mesnil-Guillaume	le-mesnil-guillaume	FR	14100	527	Europe/Paris	49.10472	0.28788		Le Mesnil,Le Mesnil-Guillaume		28	14	143	14421
3003384	Le Mesnil-Gilbert	le-mesnil-gilbert	FR	50670	159	Europe/Paris	48.71435	-1.06456		Le Mesnil-Gilbert,Le-Meni-Zhil'ber,Mesnil-Gilbert,lei mei si ni ji er bei er,Ле-Мени-Жильбер,Ле-Мені-Жильбер,勒梅斯尼吉尔贝尔		28	50	501	50312
3003385	Le Mesnil-Germain	le-mesnil-germain	FR	14140	229	Europe/Paris	49.04045	0.19657		Le Mesnil-Germain,Le-Menij-Zhermen,Le-Menil'-Zhermen,lei mei si ni re er man,Ле-Мений-Жермен,Ле-Мениль-Жермен,Ле-Меній-Жермен,勒梅斯尼热尔曼		28	14	143	14371
3003386	Le Mesnil-Garnier	le-mesnil-garnier	FR	50450	239	Europe/Paris	48.865	-1.30976		Le Mesnil-Garnier		28	50	503	50311
3003388	Le Mesnil-Fuguet	le-mesnil-fuguet	FR	27930	217	Europe/Paris	49.06943	1.10552		Le Mesnil-Fuguet,le Mesnil,le Mesnil-Euguet		28	27	273	27401
3003389	Le Mesnil-Eury	le-mesnil-eury	FR	50570	154	Europe/Paris	49.15134	-1.23735		Le Mesnil-Eury		28	50	504	50310
3003390	Le Mesnil-Eudes	le-mesnil-eudes	FR	14100	328	Europe/Paris	49.09259	0.18183		Le Mesnil-Eudes		28	14	143	14419
3003391	Le Mesnil-Esnard	le-mesnil-esnard	FR	76240	6380	Europe/Paris	49.41319	1.14521		Le Mesnil-Esnard,Le-Menij-Enar,Mesnil-Esnard,Ле-Мений-Енар,Ле-Меній-Енар		28	76	763	76429
3003392	Le Mesnil-en-Vallée	le-mesnil-en-vallee	FR	49410	1364	Europe/Paris	47.36551	-0.93485		Le Mesnil,Le Mesnil-en-Vallee,Le Mesnil-en-Vallée,Le-Menij-an-Valle,wa lai ai de qu lei mei si ni,Ле-Меній-ан-Валле,瓦莱埃地区勒梅斯尼		52	49	492	49244
3003393	Le Mesnil-en-Thelle	le-mesnil-en-thelle	FR	60530	2170	Europe/Paris	49.1783	2.28573		Le Mesnil,Le Mesnil-en-Thelle		32	60	604	60398
3003394	Le Mesnil-Durdent	le-mesnil-durdent	FR	76460	30	Europe/Paris	49.81588	0.77108		Le Mesnil-Durdent		28	76	761	76428
3003395	Le Mesnil-Durand	le-mesnil-durand	FR	14140	288	Europe/Paris	49.04529	0.13972		Le Mesnil,Le Mesnil-Durand		28	14	143	14371
3003398	Le Mesnil-Conteville	le-mesnil-conteville	FR	60210	86	Europe/Paris	49.66966	2.05924		Le Mesnil,Le Mesnil-Conteville		32	60	601	60397
3003400	Le Mesnil-Caussois	le-mesnil-caussois	FR	14380	111	Europe/Paris	48.85428	-1.01571		Le Mesnil-Caussois		28	14	144	14658
3003401	Le Mesnilbus	le-mesnilbus	FR	50490	259	Europe/Paris	49.13281	-1.35019		Le Mesnilbus		28	50	503	50550
3003404	Le Mesnil-Benoist	le-mesnil-benoist	FR	14380	47	Europe/Paris	48.86512	-0.98797		Le Mesnil-Benoist,Le-Menij-Benua,Le-Menil'-Benua,Mesnil Benoit,Mesnil-Benoist,lei mei si ni bang wa si,Ле-Мений-Бенуа,Ле-Мениль-Бенуа,Ле-Меній-Бенуа,勒梅斯尼邦瓦斯		28	14	144	14658
3003406	Le Mesnil-Bacley	le-mesnil-bacley	FR	14140	185	Europe/Paris	48.99954	0.14205		Le Mesnil		28	14	143	14371
3003407	Le Mesnil-Auzouf	le-mesnil-auzouf	FR	14260	263	Europe/Paris	48.98039	-0.75196		Le Mesnil-Auzouf,Mesnil-Auzouf,Mezuil		28	14	144	14347
3003408	Le Mesnil-au-Val	le-mesnil-au-val	FR	50110	564	Europe/Paris	49.60607	-1.52536		Le Mesnil-au-Val,Le-Menil'-o-Val',lei mei si ni ao wa,Ле-Мениль-о-Валь,Ле-Меніль-о-Валь,勒梅斯尼奥瓦		28	50	502	50305
3003409	Le Mesnil-au-Grain	le-mesnil-au-grain	FR	14260	59	Europe/Paris	49.04667	-0.5956		Le Mesnil,Le Mesnil-au-Grain		28	14	144	14412
3003411	Le Mesnil-Aubry	le-mesnil-aubry	FR	95720	962	Europe/Paris	49.05192	2.3988		Le Mesnil-Aubry,Le-Menij-Obri,Le-Menil'-Obri,Les Mesnil Ande,Mesnil-Aubry,lai mei si ni ao bu li,Ле-Мений-Обри,Ле-Мениль-Обри,Ле-Меній-Обрі,莱梅斯尼奥布里		11	95	952	95395
3003412	Le Mesnil-Aubert	le-mesnil-aubert	FR	50510	156	Europe/Paris	48.94655	-1.41417		Le Mesnil-Aubert,Le-Meni-Ober,Mesnil-Angot,Mesnil-Aubert,lei mei si ni ao bei er,Ле-Мени-Обер,Ле-Мені-Обер,勒梅斯尼奥贝尔		28	50	501	50304
3003414	Le Mesnil-Amey	le-mesnil-amey	FR	50570	261	Europe/Paris	49.10381	-1.21118		Le Mesnil-Amey		28	50	504	50302
3003415	Le Mesnil-Amelot	le-mesnil-amelot	FR	77990	767	Europe/Paris	49.01787	2.59425		Le Mesnil-Amelot		11	77	771	77291
3003416	Le Mesnil-Amand	le-mesnil-amand	FR	50450	148	Europe/Paris	48.88333	-1.36667		Le Mesnil-Amand		28	50	503	50197
3003418	Le Mesnil-Adelée	le-mesnil-adelee	FR	50520	198	Europe/Paris	48.69918	-1.07647		Le Mesnil-Adelee,Le Mesnil-Adelée		28	50	501	50300
3003420	Le Mesnil	le-mesnil	FR	50580	0	Europe/Paris	49.5889	0.68947				28	76	763	76001
3003421	Le Mesnil	le-mesnil	FR	50580	0	Europe/Paris	49.56511	1.09617				28	76	763	76443
3003422	Le Mesnil	le-mesnil	FR	50580	0	Europe/Paris	49.54489	0.81029				28	76	763	76289
3003423	Le Mesnil	le-mesnil	FR	50580	0	Europe/Paris	49.50007	1.70633				28	76	761	76208
3003424	Le Mesnil	le-mesnil	FR	50580	0	Europe/Paris	49.49569	1.16128				28	76	763	76377
3003425	Le Mesnil	le-mesnil	FR	50580	0	Europe/Paris	49.50727	0.5369				28	76	762	76384
3003426	Le Mesnil	le-mesnil	FR	50580	0	Europe/Paris	49.46056	0.95659				28	76	763	76354
3003427	Le Mesnil	le-mesnil	FR	50580	0	Europe/Paris	49.24694	1.83073				32	60	601	60195
3003428	Le Mesnil	le-mesnil	FR	50580	0	Europe/Paris	49.21793	1.24371		Le Mesnil,Le Mesnil-Andre,Le Mesnil-André		28	27	271	27015
3003429	Le Mesnil	le-mesnil	FR	50580	0	Europe/Paris	48.70036	0.69698				28	61	613	61510
3003430	Le Mesnil	le-mesnil	FR	50580	0	Europe/Paris	48.64462	3.41273				11	77	773	77519
3003431	Le Mesnil	le-mesnil	FR	50580	0	Europe/Paris	48.5339	2.10223				11	91	911	91593
3003432	Le Mesnil	le-mesnil	FR	50580	0	Europe/Paris	48.13074	1.4716				24	28	282	28418
3003433	Le Mesnil	le-mesnil	FR	50580	0	Europe/Paris	48.01043	3.88985				44	10	103	10108
3003438	Le Mesge	le-mesge	FR	80310	153	Europe/Paris	49.94553	2.05257		Le Mesge		32	80	802	80535
3003440	Le Merzer	le-merzer	FR	22200	840	Europe/Paris	48.57618	-3.06768		Ar Merzher,Le Merzer		53	22	222	22150
3003441	Le Merlerault	le-merlerault	FR	61240	983	Europe/Paris	48.70041	0.2857		Le Merlerault,Le-Merlero,lei mei er lei luo er,Ле-Мерлеро,勒梅尔勒罗尔		28	61	613	61275
3003445	Le Mériot	le-meriot	FR	10400	0	Europe/Paris	48.50556	3.43996		Le Meriot,Le Mériot		44	10	102	10231
3003446	Lémeré	lemere	FR	37120	385	Europe/Paris	47.08306	0.3353		Lemere,Lémeré		24	37	371	37125
3003447	Le Menoux	le-menoux	FR	36200	432	Europe/Paris	46.55447	1.56924		Le Menoux,Le-Menu,lei mang wu,Ле-Мену,勒芒乌		24	36	362	36117
3003448	Le Ménil-Vicomte	le-menil-vicomte	FR	61240	46	Europe/Paris	48.74979	0.2989		Le Menil-Vicomte,Le Ménil-Vicomte,Menil-Vicomte,Ménil-Vicomte		28	61	613	61272
3003450	Le Ménil-Scelleur	le-menil-scelleur	FR	61320	108	Europe/Paris	48.61024	-0.12063		Le Menil-Scelleur,Le Ménil-Scelleur		28	61	611	61271
3003452	Leménil-Mitry	lemenil-mitry	FR	54740	2	Europe/Paris	48.45289	6.25227		Lemenij-Mitri,Lemenil'-Mitri,Lemenil-Mitry,Leménil-Mitry,lai mei ni mi te li,Лемений-Митри,Лемениль-Митри,Леменій-Мітрі,莱梅尼米特里		44	54	543	54310
3003455	Le Ménil-Guyon	le-menil-guyon	FR	61170	88	Europe/Paris	48.58242	0.29508		Le Menil,Le Menil-Guyon,Le Ménil,Le Ménil-Guyon		28	61	611	61266
3003457	Le Ménil-de-Briouze	le-menil-de-briouze	FR	61220	489	Europe/Paris	48.67626	-0.39978		Le Menil,Le Mesnil-de-Briouze,Le Ménil		28	61	612	61260
3003458	Le Ménil-Ciboult	le-menil-ciboult	FR	61800	128	Europe/Paris	48.76449	-0.79005		Le Menil-Ciboult,Le Ménil-Ciboult,Mesnil-Ciboult		28	61	612	61262
3003459	Le Ménil-Brout	le-menil-brout	FR	61250	184	Europe/Paris	48.48259	0.23019		Le Menil-Brout,Le Ménil-Brout		28	61	611	61261
3003460	Le Ménil-Bérard	le-menil-berard	FR	61270	69	Europe/Paris	48.71081	0.51163		Le Menil-Berard,Le Ménil-Bérard		28	61	613	61259
3003461	Le Ménil	le-menil	FR	88160	0	Europe/Paris	48.6428	2.21997				11	91	913	91363
3003462	Le Ménil	le-menil	FR	88160	0	Europe/Paris	48.57817	0.35866				28	61	611	61454
3003463	Le Ménil	le-menil	FR	88160	0	Europe/Paris	48.23877	0.77521				28	61	613	61079
3003464	Le Ménil	le-menil	FR	88160	1142	Europe/Paris	47.90477	6.78209		Le Menil,Le Ménil,Le-Menij,Menil-Thillot,Ménil-Thillot,lai mo ni,Ле-Мений,Ле-Меній,莱默尼		44	88	881	88302
3003465	Le Ménil	le-menil	FR	88160	0	Europe/Paris	47.8398	2.2534		Le Menil,Le Mesnil,Le Ménil		24	45	452	45153
3003466	Le Ménil	le-menil	FR	88160	0	Europe/Paris	47.56088	-1.66588		Le Menil,Le Ménil,Menil		52	44	445	44214
3003473	Le Mêle-sur-Sarthe	le-mele-sur-sarthe	FR	61170	798	Europe/Paris	48.51265	0.35501		Le Mele,Le Mele-sur-Sarthe,Le Mesle,Le Mêle,Le Mêle-sur-Sarthe		28	61	611	61258
3003474	Le Meix-Tiercelin	le-meix-tiercelin	FR	51320	201	Europe/Paris	48.63884	4.42052		Le Meix-Tiercelin		44	51	514	51361
3003475	Le Meix-Saint-Epoing	le-meix-saint-epoing	FR	51120	227	Europe/Paris	48.7	3.65		Le Meix		44	51	512	51360
3003476	Le Meix	le-meix	FR	21580	0	Europe/Paris	47.6	4.95				27	21	212	21400
3003477	Le Meix	le-meix	FR	21580	0	Europe/Paris	47.42584	3.92786		Le Meix,Meix		27	89	892	89347
3003478	Le Meillard	le-meillard	FR	80370	142	Europe/Paris	50.17125	2.19551		Le Meillard		32	80	802	80526
3003481	Le Mée-sur-Seine	le-mee-sur-seine	FR	77350	22058	Europe/Paris	48.53157	2.62829		Le Me sir Sen,Le Mee,Le Mee-sur-Seine,Le Mée,Le Mée-sur-Seine,Le-Me-sjur-Sen,Mee-sur-Seine,Mée-sur-Seine,leumeswileusen,lwmh swr sn,Ле Ме сир Сен,Ле-Ме-сюр-Сен,لومه سور سن,ル・メ＝シュル＝セーヌ,르메쉬르센		11	77	772	77285
3003482	Le Mée	le-mee	FR	28220	0	Europe/Paris	48.39486	1.275		Le Mee,Le Mée,Mee,Mée		24	28	281	28290
3003483	Le Mée	le-mee	FR	28220	0	Europe/Paris	48.03017	-1.15691				53	35	351	35006
3003484	Le Mée	le-mee	FR	28220	219	Europe/Paris	47.98572	1.41631		Le Mee,Le Mée		24	28	282	28103
3003488	Lemé	leme	FR	02140	479	Europe/Paris	49.84083	3.765		Leme,Lemé		32	02	025	02416
3003489	Lème	leme	FR	02140	162	Europe/Paris	43.49361	-0.36746		Lem,Lema,Leme,Lèma,Lème,lai mu,Лем,莱姆		75	64	643	64332
3003490	Lembras	lembras	FR	24100	1309	Europe/Paris	44.88468	0.52363		Lembras		75	24	241	24237
3003493	Lembeye	lembeye	FR	64350	764	Europe/Paris	43.45019	-0.1103		LEnveja,Lambe,Lambej,Lembeye,Lenveja,lang bei ai,Ламбе,Ламбей,朗贝埃		75	64	643	64331
3003495	Lemberg	lemberg	FR	57620	1511	Europe/Paris	49.00199	7.37889		Lemberg		44	57	576	57390
3003496	Lembach	lembach	FR	67510	1799	Europe/Paris	49.00362	7.78986		Laembach,Lambak,Lembach,Lämbàch,lang ba ke,lmbakh,lymbatsh,Ламбак,لمباخ,ليمباتش,朗巴克		44	67	672	67263
3003499	Le Mazis	le-mazis	FR	80430	99	Europe/Paris	49.87792	1.77419		Le Mazis		32	80	802	80522
3003510	Le Mazeau	le-mazeau	FR	85420	470	Europe/Paris	46.33577	-0.67439		Le Mazeau		52	85	851	85139
3003511	Le Mazeau	le-mazeau	FR	85420	0	Europe/Paris	46.2768	2.86194				84	03	031	03020
3003512	Le Mazeau	le-mazeau	FR	85420	0	Europe/Paris	45.87985	1.65698				75	23	232	23012
3003514	Le May-sur-Èvre	le-may-sur-evre	FR	49122	4125	Europe/Paris	47.13653	-0.89273		Le May,Le May-sur-Evre,Le May-sur-Èvre,Le-Me-sjur-Evr,May-sur-Evre,May-sur-Èvre,ai fu er he pan lei mai,Ле-Ме-сюр-Евр,埃夫尔河畔勒迈		52	49	492	49193
3003517	Le Mayet-de-Montagne	le-mayet-de-montagne	FR	03250	1457	Europe/Paris	46.07091	3.66665		Le Mayet-de-Montagne,Le-Mae-de-Montan',Le-Maje-de-Montan',Lo Maiet de Montanha,Mayet-de-Montagne,lei mai ai de meng ta ni,Ле-Мае-де-Монтань,Ле-Майе-де-Монтань,Ле-Має-де-Монтань,勒迈埃德蒙塔尼		84	03	033	03165
3003518	Le Mayet-d'École	le-mayet-d-ecole	FR	03800	0	Europe/Paris	46.16923	3.24111		Le Mayet,Le Mayet-d'Ecole,Le Mayet-d'École		84	03	033	03164
3003534	Le Massegros	le-massegros	FR	48500	343	Europe/Paris	44.30861	3.17439		Le Massegros,Massegros		76	48	481	48094
3003542	Le Mas-de-Tence	le-mas-de-tence	FR	43190	157	Europe/Paris	45.12152	4.35935		Le Mas,Le Mas-de-Tence		84	43	433	43129
3003544	Le Mas-d'Azil	le-mas-d-azil	FR	09290	0	Europe/Paris	43.08087	1.36037		Le Mas-d'Azil,Mas-d'Azil		76	09	093	09181
3003545	Le Mas-d'Artige	le-mas-d-artige	FR	23100	0	Europe/Paris	45.73162	2.19409		Le Mas-d'Artige		75	23	231	23125
3003546	Le Mas-d'Agenais	le-mas-d-agenais	FR	47430	1431	Europe/Paris	44.41108	0.21739		Le Mas,Le Mas-d'Agenais,Le Mas-d’Agenais,Le-Mas-d'Azhene,Lo Mas d'Agenes,Lo Mas d'Agenés,lei ma da re nai,Ле-Мас-д'Ажене,勒马达热奈		75	47	472	47159
3003551	Le Mas	le-mas	FR	06910	0	Europe/Paris	46.12859	2.35346				75	23	231	23251
3003552	Le Mas	le-mas	FR	06910	0	Europe/Paris	46.08694	2.71001				84	63	634	63067
3003553	Le Mas	le-mas	FR	06910	0	Europe/Paris	45.86601	1.00125				75	87	873	87185
3003554	Le Mas	le-mas	FR	06910	0	Europe/Paris	45.78995	3.8417				84	42	421	42217
3003555	Le Mas	le-mas	FR	06910	0	Europe/Paris	45.78328	0.7172				75	87	873	87204
3003556	Le Mas	le-mas	FR	06910	0	Europe/Paris	45.72711	0.51151				75	16	163	16213
3003557	Le Mas	le-mas	FR	06910	0	Europe/Paris	45.68471	0.45395				75	16	161	16353
3003558	Le Mas	le-mas	FR	06910	0	Europe/Paris	45.55113	3.53201				84	63	631	63142
3003559	Le Mas	le-mas	FR	06910	0	Europe/Paris	45.43333	2.61667				84	15	152	15038
3003560	Le Mas	le-mas	FR	06910	0	Europe/Paris	45.41535	2.09722		Le Mas,Mas		75	19	193	19070
3003561	Le Mas	le-mas	FR	06910	0	Europe/Paris	45.20034	2.06566				75	19	192	19018
3003562	Le Mas	le-mas	FR	06910	0	Europe/Paris	45.1633	1.34906		Le Mas,Mas		75	19	191	19030
3003563	Le Mas	le-mas	FR	06910	0	Europe/Paris	45.12347	1.50609				75	19	191	19031
3003564	Le Mas	le-mas	FR	06910	0	Europe/Paris	45.09886	1.44293				75	19	191	19117
3003565	Le Mas	le-mas	FR	06910	0	Europe/Paris	44.95368	1.00941				75	24	244	24172
3003566	Le Mas	le-mas	FR	06910	0	Europe/Paris	44.91823	4.11812				84	43	432	43091
3003567	Le Mas	le-mas	FR	06910	0	Europe/Paris	44.88333	1.33333				75	24	244	24081
3003568	Le Mas	le-mas	FR	06910	0	Europe/Paris	44.78916	1.05178				75	24	244	24084
3003569	Le Mas	le-mas	FR	06910	0	Europe/Paris	44.74596	0.52015				75	24	241	24054
3003570	Le Mas	le-mas	FR	06910	0	Europe/Paris	44.64198	1.72402				76	46	462	46233
3003571	Le Mas	le-mas	FR	06910	0	Europe/Paris	44.58005	3.21671				76	48	482	48165
3003572	Le Mas	le-mas	FR	06910	141	Europe/Paris	43.84291	6.85869		Le Mas,Le-Ma,Le-Mas,Lo Mas,lei ma,ly mas,Ле-Ма,Ле-Мас,لي ماس,勒马		93	06	061	06081
3003573	Le Mas	le-mas	FR	06910	0	Europe/Paris	43.37179	5.26893				93	13	134	13088
3003574	Le Mas	le-mas	FR	06910	0	Europe/Paris	42.70271	2.08991				76	09	091	09239
3003579	Le Martinet	le-martinet	FR	30960	0	Europe/Paris	46.23362	1.35076				75	87	871	87003
3003580	Le Martinet	le-martinet	FR	30960	0	Europe/Paris	44.39448	6.48065				93	04	041	04161
3003581	Le Martinet	le-martinet	FR	30960	828	Europe/Paris	44.25351	4.08434		Le Martinet		76	30	301	30159
3003586	Le Marillais	le-marillais	FR	49410	707	Europe/Paris	47.35749	-1.07693		Le Marillais,Le-Marie,Marillais,lei ma li lai,Ле-Маріє,勒马里莱		52	49	492	49244
3003590	Le Marais-la-Chapelle	le-marais-la-chapelle	FR	14620	66	Europe/Paris	48.88493	-0.02471		Le Marais,Le Marais-la-Chapelle,Le-Mare-la-Shapel',Marais-la-Chapelle,lei ma lai la sha pei er,Ле-Маре-ла-Шапель,勒马赖拉沙佩尔		28	14	142	14402
3003603	Le Mans	le-mans	FR	72000	144515	Europe/Paris	48.0021	0.20251		Ar Mans,Ar Mañs,Cenomanum,L'Unite-sur-Sarthe,L'Unité-sur-Sarthe,L'o Man,LME,Le Man,Le Manas,Le Mans,Le-Man,Lemana,Lemāna,Lo Mans,le mam,le-mani,lei mang,leumang,lw man,lwman,ly mans,lya mamsa,Ле Ман,Ле-Ман,Льо Ман,לה מאן,لو مان,لومان,لی مانس,ले मां,ল্য মঁস,ლე-მანი,ル・マン,勒芒,르망	72	52	72	723	72181
3003604	Le Manoir	le-manoir	FR	14400	1051	Europe/Paris	49.31355	1.20455		Le Manoir		28	27	271	27386
3003605	Le Manoir	le-manoir	FR	14400	115	Europe/Paris	49.28376	-0.59403		Le Manoir		28	14	141	14400
3003610	Le Malzieu-Ville	le-malzieu-ville	FR	48140	1023	Europe/Paris	44.8556	3.33013		Le Malzieu,Le Malzieu-Ville,Le-Mal'z'e-Vil',Lo Malasiu,Malzieu,Malzieu-Ville,lei ma er qi e wei er,Ле-Мальзье-Виль,Ле-Мальзьє-Віль,勒马尔齐厄维尔		76	48	482	48090
3003614	Le Maisnil	le-maisnil	FR	59134	575	Europe/Paris	50.61514	2.88528		Le Maisnil		32	59	595	59371
3003616	Lemainville	lemainville	FR	54740	326	Europe/Paris	48.50386	6.19668		Lemainville		44	54	543	54309
3003626	Le Magny	le-magny	FR	36400	0	Europe/Paris	47.98602	4.36				44	10	103	10317
3003627	Le Magny	le-magny	FR	36400	32	Europe/Paris	47.96854	6.17726		Le Magny,Le-Man'i,lai ma ni,Ле-Маньи,Ле-Маньї,莱马尼		44	88	881	88176
3003628	Le Magny	le-magny	FR	36400	0	Europe/Paris	47.31448	3.08029				27	58	584	58281
3003629	Le Magny	le-magny	FR	36400	867	Europe/Paris	46.56799	1.95601		Le Magny		24	36	363	36109
3003633	Le Magnoray	le-magnoray	FR	70000	93	Europe/Paris	47.52821	6.1006		Le Magnoray		27	70	702	70316
3003635	Le Mage	le-mage	FR	61290	0	Europe/Paris	48.55081	1.29307				24	28	283	28386
3003636	Le Mage	le-mage	FR	61290	271	Europe/Paris	48.50848	0.80358		Le Mage		28	61	613	61242
3003641	Le Luot	le-luot	FR	50870	180	Europe/Paris	48.75616	-1.31955		Le Luot		28	50	501	50282
3003644	Le Luhier	le-luhier	FR	25210	151	Europe/Paris	47.1681	6.65571		Le Luhier,Luhier		27	25	253	25351
3003647	Le Lude	le-lude	FR	72800	4465	Europe/Paris	47.64648	0.15664		Le-Ljud,Ле-Люд		52	72	721	72176
3003648	Le Luc	le-luc	FR	83340	0	Europe/Paris	45.80794	2.02738				75	23	231	23090
3003649	Le Luc	le-luc	FR	83340	0	Europe/Paris	44.99643	0.53166				75	24	243	24285
3003650	Le Luc	le-luc	FR	83340	7953	Europe/Paris	43.39453	6.31253		Le Luc,Le-Ljuk,Lo Luc,l lwk,lei lu ke,Ле-Люк,ل لوک,勒吕克		93	83	833	83073
3003653	Le Luart	le-luart	FR	72390	1093	Europe/Paris	48.06969	0.58661		Le Luart		52	72	722	72172
3003656	Le Louroux Béconnais	le-louroux-beconnais	FR	49370	2225	Europe/Paris	47.52148	-0.88559		Le Louroux,Le Louroux Beconnais,Le Louroux Béconnais,Le Louroux-Beconnais,Le Louroux-Béconnais,Le-Luru-Bekonne,lei lu lu bei ke nai,Ле-Луру-Беконне,勒卢鲁贝科奈		52	49	494	49183
3003657	Le Louroux	le-louroux	FR	37240	448	Europe/Paris	47.16114	0.78634		Le Louroux		24	37	373	37136
3003658	Le Lou-du-Lac	le-lou-du-lac	FR	35360	107	Europe/Paris	48.20899	-1.99323		Al Loc'h,Al Loch,Le Lou-du-Lac,Le-Lu-dju-Lak,Lou-du-Lac,lei lu di la ke,Ле-Лу-дю-Лак,勒卢迪拉克		53	35	353	35060
3003661	Le Loroux-Bottereau	le-loroux-bottereau	FR	44430	5326	Europe/Paris	47.23797	-1.34963		Al Lavreer-Botorel,Lavreer-Botorel,Le Loroux-Bottereau,Le Louroux-Bottereau,Le-Loru-Bottero,Oratorium Boterelli,lei luo lu bo te luo,Ле-Лору-Боттеро,勒洛鲁博特罗		52	44	442	44084
3003662	Le Loroux	le-loroux	FR	35133	576	Europe/Paris	48.39458	-1.06552		Lavreer-an-Dezerzh,Le Loroux		53	35	351	35157
3003663	Le Lorey	le-lorey	FR	50570	567	Europe/Paris	49.09345	-1.30714		Le Lorey		28	50	504	50279
3003664	Le Loreur	le-loreur	FR	50510	182	Europe/Paris	48.8681	-1.43024		Le Loreur		28	50	501	50278
3003668	Le Lonzac	le-lonzac	FR	19470	849	Europe/Paris	45.46387	1.72873		Le Lonzac		75	19	192	19118
3003672	Le Longeron	le-longeron	FR	49710	2004	Europe/Paris	47.01845	-1.05763		Le Longeron		52	49	492	49301
3003681	Le Locheur	le-locheur	FR	14210	290	Europe/Paris	49.10404	-0.5525		Le Locheur		28	14	144	14475
3003684	Lelling	lelling	FR	57660	455	Europe/Paris	49.04095	6.70854		Lelling		44	57	573	57389
3003690	Le Lion-d'Angers	le-lion-d-angers	FR	49220	0	Europe/Paris	47.62714	-0.71484		Le Lion,Le Lion-d'Angers,Le Lion-dAngers,Le Lion-d’Angers,lei li weng dang re er,勒利翁当热尔		52	49	494	49176
3003691	Lelin-Lapujolle	lelin-lapujolle	FR	32400	213	Europe/Paris	43.70657	-0.14621		Lelin,Lelin-Lapujolle		76	32	323	32209
3003692	Le Lindois	le-lindois	FR	16310	339	Europe/Paris	45.74452	0.59173		Le Lindois,Le-Lendua,Lo Lindois,lei lan du wa,Ле-Лендуа,勒兰杜瓦		75	16	163	16188
3003696	Le Liège	le-liege	FR	37460	238	Europe/Paris	47.22938	1.10436		Le Liege,Le Liège,Liege,Liège		24	37	373	37127
3003703	Lélex	lelex	FR	01410	244	Europe/Paris	46.30057	5.93838		Lelex,Lélex		84	01	013	01210
3003705	Le Leslay	le-leslay	FR	22800	120	Europe/Paris	48.42957	-2.96584		Al Leslae,Le Leslay		53	22	224	22126
3003713	Le Lavandou	le-lavandou	FR	83980	5902	Europe/Paris	43.137	6.366	0	Le-Lavandu,Lo Lavandor,lai la wang du,Ле-Лаванду,莱拉旺杜		93	83	832	83070
3003714	Le Lauzet-Ubaye	le-lauzet-ubaye	FR	04340	218	Europe/Paris	44.42967	6.43239		Le Lauzet,Le Lauzet-Ubaye,Le-Loze-Jubaj,Le-Loze-Jube,Lo Lauset,lei luo ze yu bai ai,Ле-Лозе-Юбай,Ле-Лозе-Юбе,勒洛泽于拜埃		93	04	041	04102
3003720	Le Latet	le-latet	FR	39300	64	Europe/Paris	46.80505	5.93445		Le Latet		27	39	392	39281
3003724	Le Lardin-Saint-Lazare	le-lardin-saint-lazare	FR	24570	1900	Europe/Paris	45.13333	1.21667		Lardin-Saint-Lazare,Le-Larden-Sen-Lazar,Lo Lardin e Sent Lazar,lei la er dan sheng la zha er,Ле-Ларден-Сен-Лазар,勒拉尔丹圣拉扎尔		75	24	244	24229
3003725	Le Larderet	le-larderet	FR	39300	74	Europe/Paris	46.81611	5.94827		Le Larderet		27	39	392	39277
3003726	Le Langon	le-langon	FR	85370	1090	Europe/Paris	46.43792	-0.95005		Le Langon		52	85	851	85121
3003730	Le Landreau	le-landreau	FR	44430	2674	Europe/Paris	47.20443	-1.30546		Lannerell,Le Landreau,Le-Landro,lei lang de luo,Ле-Ландро,勒朗德罗		52	44	442	44079
3003731	Le Landin	le-landin	FR	27350	162	Europe/Paris	49.42541	0.78447		Le Landin		28	27	272	27363
3003737	Le Kremlin-Bicêtre	le-kremlin-bicetre	FR	94270	27867	Europe/Paris	48.81471	2.36073		Kremlin-Bicetre,Kremlin-Bicêtre,La Kremlen Bisetr,Le Kremlin-Bicetre,Le Kremlin-Bicêtre,Le-Kremlen-Bisetr,lai ke lang lan bi sai te er,leukeulemeullaengbiseteuleu,lw krmln-bystr,lw krwln-bystr,Ла Кремлен Бисетр,Ле-Кремлен-Бисетр,Ле-Кремлен-Бісетр,لو کرملن-بیستر,لو کرولن-بیستر,ル・クレムラン＝ビセートル,莱克朗兰比塞特尔,르크레믈랭비세트르		11	94	943	94043
3003740	Le Juch	le-juch	FR	29100	761	Europe/Paris	48.06593	-4.25625		Ar Yeuc'h,Ar Yeuch,Juch,Le Juch,Le-Zhush,lei rui ke,Ле-Жуш,勒瑞克		53	29	294	29087
3003751	Le Jardin	le-jardin	FR	19300	73	Europe/Paris	45.32128	2.03334		Le Jardin		75	19	193	19092
3003760	Leintrey	leintrey	FR	54450	0	Europe/Paris	48.62343	6.73813		Leintrey		44	54	542	54308
3003761	Leimbach	leimbach	FR	68800	829	Europe/Paris	47.79367	7.10069				44	68	686	68180
3003762	Leigneux	leigneux	FR	42130	358	Europe/Paris	45.75155	3.9757		Leigneux		84	42	421	42119
3003763	Leigné-sur-Usseau	leigne-sur-usseau	FR	86230	442	Europe/Paris	46.91294	0.4711		Leigne,Leigne-sur-Usseau,Leigné,Leigné-sur-Usseau		75	86	861	86127
3003764	Leignes-sur-Fontaine	leignes-sur-fontaine	FR	86300	532	Europe/Paris	46.50597	0.77625		Leignes,Leignes-sur-Fontaine		75	86	862	86126
3003765	Leigné-les-Bois	leigne-les-bois	FR	86450	499	Europe/Paris	46.75969	0.70631		Leigne,Leigne-les-Bois,Leigné,Leigné-les-Bois		75	86	861	86125
3003770	Le Housseau-Brétignolles	le-housseau-bretignolles	FR	53110	0	Europe/Paris	48.46894	-0.52241				52	53	533	53118
3003773	Le Houlme	le-houlme	FR	76770	4468	Europe/Paris	49.50972	1.03537		Le Houlme		28	76	763	76366
3003774	Le Houga	le-houga	FR	32460	1200	Europe/Paris	43.77487	-0.18061		La Moule,Le Houga		76	32	322	32155
3003775	Le Horps	le-horps	FR	53640	747	Europe/Paris	48.39591	-0.46175		Le Horps		52	53	533	53116
3003777	Léhon	lehon	FR	22100	2708	Europe/Paris	48.44432	-2.04578		Lehon,Lehonium,Leon,Léhon,lai weng,Леон,莱翁		53	22	221	22050
3003778	Le Hommet-d'Arthenay	le-hommet-d-arthenay	FR	50620	0	Europe/Paris	49.18988	-1.18833		Le Hommet,Le Hommet-d'Arthenay		28	50	504	50409
3003779	Le Hohwald	le-hohwald	FR	67140	409	Europe/Paris	48.40422	7.32929		De Hoowald,De Hoowàld,Hohwald,Le Hohwald,Le-Oval'd,lei ao wa er,ly hwhwald,Ле-Овальд,لي هوهوالد,勒奥瓦尔		44	67	675	67210
3003782	Le Hinglé	le-hingle	FR	22100	720	Europe/Paris	48.393	-2.07888		An Hengleuz,Le Hingle,Le Hinglé,Le-Ehngle,Le-Engle,lei an ge lai,Ле-Енгле,Ле-Энгле,勒安格莱		53	22	221	22082
3004157	Le Fresne	le-fresne	FR	27190	50	Europe/Paris	48.91168	4.64501		Le Fresne		44	51	511	51260
3003784	Le Hézo	le-hezo	FR	56450	583	Europe/Paris	47.58573	-2.70208		Hezo,Hezou,Hezoù,Hézo,Le Hezo,Le Hézo,Le-Ezo,lei ai zuo,Ле-Езо,勒埃佐		53	56	563	56084
3003787	Le Héron	le-heron	FR	76780	252	Europe/Paris	49.47686	1.40623		Le Heron,Le Héron,Le-Eron,l arwn,Ле-Ерон,ل ارون		28	76	761	76358
3003788	Le Hérie-la-Viéville	le-herie-la-vieville	FR	02120	331	Europe/Paris	49.82202	3.64491		Le Herie,Le Herie-la-Vieville,Le Hérie,Le Hérie-la-Viéville		32	02	025	02379
3003792	Le Heaulme	le-heaulme	FR	95640	198	Europe/Paris	49.16667	2		Le Heaulme,Le-Ol'm,lai ao er mo,Ле-Ольм,莱奥尔默		11	95	953	95303
3003795	Le Havre	le-havre	FR	76050 CEDEX	0	Europe/Paris	49.51503	-1.28761				28	50	502	50421
3003796	Le Havre	le-havre	FR	76050 CEDEX	185972	Europe/Paris	49.4938	0.10767		An Havr Nevez,An Havr-Nevez,Avr,Chabre,El Havre,Franciscopolis,Gaur,Gavr,Grasville-Lheure,Havr,Havra,Havras,Havre,Havro,Hawr,Khavur,LEH,La Havro,Le Havre,Le port de Grace,Le port de Grâce,Lé Hâvre,O Havre,Saint-Jean-sur-Mer,havri,la avra,le avar,lei a fu er,leuabeuleu,lex xafwr,lh hbr,lw awr,lw hafr,xia hua,Χάβρη,Авр,Гавр,Гаўр,Хавър,Հավր,לה הבר,لو آور,لو اور,لو هافر,لی ہاور,ला आव्र,லே ஆவர்,เลออาฟวร์,ჰავრი,ル・アーヴル,勒阿弗尔,夏華,르아브르	762	28	76	762	76351
3003811	Haut-du-Them	haut-du-them	FR	70440	0	Europe/Paris	47.8431	6.7223		Haut-du-Them Chateau-Lambert,Haut-du-Them Château-Lambert,O di Tam Shato Lamber,O-dju-Tam-Shato-Lamber,O-dju-Tem-Shato-Lamber,О ди Там Шато Ламбер,О-дю-Там-Шато-Ламбер,О-дю-Тем-Шато-Ламбер		27	70	701	70283
3003816	Le Haut-Corlay	le-haut-corlay	FR	22320	745	Europe/Paris	48.32149	-3.05667		Ar Gozh-Korle,Le Haut-Corlay		53	22	224	22074
3003831	Lehaucourt	lehaucourt	FR	02420	0	Europe/Paris	49.91667	3.28333		Haucourt,Leokur,Okur,lei ou ku er,Леокур,Окур,勒欧库尔		32	02	023	02374
3003834	Le Hanouard	le-hanouard	FR	76450	278	Europe/Paris	49.73224	0.65417		Le Hanouard		28	76	761	76339
3003838	Le Hamel	le-hamel	FR	60210	0	Europe/Paris	50.65973	1.73613				32	62	623	62679
3003839	Le Hamel	le-hamel	FR	60210	0	Europe/Paris	50.55285	2.68437				32	62	622	62126
3003840	Le Hamel	le-hamel	FR	60210	0	Europe/Paris	50.22669	1.70025				32	80	801	80633
3003841	Le Hamel	le-hamel	FR	60210	0	Europe/Paris	49.89877	2.56936		Le Hamel,Le Hamel-Bouzencourt		32	80	802	80411
3003842	Le Hamel	le-hamel	FR	60210	0	Europe/Paris	49.84914	1.35159				28	76	761	76749
3003843	Le Hamel	le-hamel	FR	60210	0	Europe/Paris	49.78716	3.20997				32	02	023	02710
3003844	Le Hamel	le-hamel	FR	60210	134	Europe/Paris	49.64832	1.99184		Le Hamel		32	60	601	60297
3003845	Le Hamel	le-hamel	FR	60210	0	Europe/Paris	49.58417	1.14377				28	76	763	76271
3003846	Le Hamel	le-hamel	FR	60210	0	Europe/Paris	49.50947	0.82247				28	76	763	76608
3003847	Le Hamel	le-hamel	FR	60210	0	Europe/Paris	48.7136	0.55711				28	61	613	61151
3003853	Le Ham	le-ham	FR	50310	353	Europe/Paris	49.44545	-1.40766		Le Ham		28	50	502	50227
3003854	Le Ham	le-ham	FR	50310	0	Europe/Paris	49.18097	-0.10364		Le Ham		28	14	143	14335
3003855	Le Ham	le-ham	FR	50310	444	Europe/Paris	48.37984	-0.37836		Le Hain,Le Ham		52	53	533	53112
3003859	Le Haillan	le-haillan	FR	33185	8880	Europe/Paris	44.87161	-0.67691		Halhan,Le Haillan,Le-Ajan,lei ai lang,Ле-Аян,勒艾朗		75	33	332	33200
3003861	Le Guislain	le-guislain	FR	50410	130	Europe/Paris	48.97178	-1.22905		Le Guislain		28	50	504	50225
3003865	L'Éguille	l-eguille	FR	17600	0	Europe/Paris	45.70581	-0.97954		L'Eguille,L'Éguille		75	17	172	17151
3003866	Léguillac-de-l'Auche	leguillac-de-l-auche	FR	24110	0	Europe/Paris	45.18474	0.55603		Legijak-de-l'Osh,Leguillac,Leguillac-de-Lauche,Leguillac-de-l'Auche,Leguillac-de-lAuche,Léguillac,Léguillac-de-Lauche,Léguillac-de-l'Auche,Léguillac-de-lAuche,lai ji la ke de luo ke,Легийак-де-л’Ош,莱吉拉克德洛克		75	24	243	24236
3003867	Léguillac-de-Cercles	leguillac-de-cercles	FR	24340	0	Europe/Paris	45.38333	0.5		Lagulhac de Cercle,Legijak-de-Serkl',Leguillac,Léguillac,lai ji la ke de sai er ke lai,Легийак-де-Серкль,Легияк-де-Серкль,Легіяк-де-Серкль,莱吉拉克德塞尔克莱		75	24	242	24253
3003874	Léguevin	leguevin	FR	31490	6976	Europe/Paris	43.60028	1.23236		Legavin,Legeven,Leguevin,Léguevin,lai gai wan,Легевен,莱盖万		76	31	313	31291
3003877	Le Guerno	le-guerno	FR	56190	619	Europe/Paris	47.58328	-2.40835		Ar Gwernou,Ar Gwernoù,Guerno,Le Guerno,Le-Gerno,lei gai er nuo,Ле-Герно,勒盖尔诺		53	56	563	56077
3003882	Le Gué-de-Velluire	le-gue-de-velluire	FR	85770	518	Europe/Paris	46.37279	-0.92154		Le Gue-de-Velluire,Le Gué-de-Velluire		52	85	851	85105
3003883	Le Guédeniau	le-guedeniau	FR	49150	305	Europe/Paris	47.49414	-0.0463		Le Guedeniau,Le Guedéniau,Le Guédéniau,Le-Gedenjo,lei gai de ni ao,Ле-Геденйо,勒盖德尼奥		52	49	493	49018
3003884	Le Gué-de-Longroi	le-gue-de-longroi	FR	28700	747	Europe/Paris	48.50122	1.71997		Gue de Longroi,Gué de Longroi,Le Gue-de-Longroi,Le Gué-de-Longroi		24	28	281	28188
3003885	Le Gué-de-la-Chaîne	le-gue-de-la-chaine	FR	61130	705	Europe/Paris	48.37401	0.52019		Le Gue-de-la-Chaine,Le Gué-de-la-Chaîne		28	61	613	61196
3003887	Le Gué-d'Alleré	le-gue-d-allere	FR	17540	0	Europe/Paris	46.18695	-0.86173		Le Gue-d'Allere,Le Gué-d'Alleré,Le Gué-d'Alléré		75	17	173	17186
3003893	Le Gua	le-gua	FR	17600	1936	Europe/Paris	45.72628	-0.944		Le Gua		75	17	172	17185
3003894	Le Gua	le-gua	FR	17600	1839	Europe/Paris	45.01667	5.61667				84	38	381	38187
3003895	Le Gua	le-gua	FR	17600	0	Europe/Paris	44.53054	2.26456		Gua,Le Gua		76	12	123	12013
3003898	Le Gros-Theil	le-gros-theil	FR	27370	892	Europe/Paris	49.2263	0.84188		Le Gros-Theil		28	27	272	27302
3003911	Le Grès	le-gres	FR	31480	252	Europe/Paris	43.72335	1.09949		Gres,Grès,Le Gres,Le Grès		76	31	313	31234
3003918	Le Grau-du-Roi	le-grau-du-roi	FR	30240	6368	Europe/Paris	43.53881	4.13559		Grau-le-Peletier,La Grau du Roi,Le Grau-du-Roi,Le-Gro-dju-Rua,Lo Grau dau Rei,Lo Grau dau Rèi,lei ge luo di lu wa,Ле-Гро-дю-Руа,勒格罗迪鲁瓦		76	30	302	30133
3003920	Le Gratteris	le-gratteris	FR	25620	106	Europe/Paris	47.18238	6.13575		Le Gratteris,Les Granges-du-Gratteries		27	25	251	25297
3003942	Le Grand-Serre	le-grand-serre	FR	26530	821	Europe/Paris	45.26937	5.10433		Le Grand Serre,Le Grand-Serre		84	26	263	26143
3004158	Le Fresne	le-fresne	FR	27190	0	Europe/Paris	47.39054	4.12211				27	21	213	21548
3004584	Le Clapier	le-clapier	FR	12540	0	Europe/Paris	45.02925	6.07099				84	38	381	38020
3003952	Le Grand-Quevilly	le-grand-quevilly	FR	76120	26522	Europe/Paris	49.40076	1.04582		Gran-Kevilli,Grand-Quevilly,Le Gran Keviji,Le Grand-Quevilly,Le-Gran-Kevilli,Quevilly le Grand,leugeulangkebi,lw grand kwyy,Гран-Кевилли,Ле Гран Кевији,Ле-Гран-Кевилли,Ле-Гран-Кевіллі,لو گراند کویی,ル・グラン＝ケヴィイー,르그랑케비		28	76	763	76322
3003957	Le Grand-Pressigny	le-grand-pressigny	FR	37350	1080	Europe/Paris	46.92017	0.8038		Grand-Pressigny,Le Grand,Le Grand-Pressigny,Le-Gran-Presin'i,Le-Gran-Pressin'i,Prisciniacus,lei ge lang pu lei xi ni,Ле-Гран-Пресиньи,Ле-Гран-Прессіньї,勒格朗普雷西尼		24	37	373	37113
3003984	Le Grand-Madieu	le-grand-madieu	FR	16450	157	Europe/Paris	45.94099	0.44462		Le Grand-Madieu,Le-Gran-Mad'e,Le-Gran-Mad'jo,Lo Grand Masdiu,lei ge lang ma di e,Ле-Гран-Мадьё,Ле-Гран-Мадьє,勒格朗马迪厄		75	16	163	16157
3003986	Le Grand-Lucé	le-grand-luce	FR	72150	2023	Europe/Paris	47.86523	0.4688		Grand-Luce,Le Grand-Luce,Le Grand-Lucé		52	72	721	72143
3003991	Le Grand-Lemps	le-grand-lemps	FR	38690	2566	Europe/Paris	45.39646	5.4201		Grand-Lemps,Le Grand-Lemps,Le-Gran-Lan,Le-Gran-Lem,lei ge lang lang pu,Ле-Гран-Лан,Ле-Гран-Лем,勒格朗朗普		84	38	382	38182
3004029	Le Grand-Celland	le-grand-celland	FR	50370	502	Europe/Paris	48.68101	-1.18493		Celland Le Grand,Le Grand-Celland		28	50	501	50217
3004039	Le Grand-Bourg	le-grand-bourg	FR	23240	1312	Europe/Paris	46.16021	1.64493		Grand Bourg,Le Borg,Le Grand-Bourg,Le-Gran-Bur,Salanhac,lei ge lang bu er,Ле-Гран-Бур,勒格朗布尔		75	23	232	23095
3004041	Le Grand-Bornand	le-grand-bornand	FR	74450	2331	Europe/Paris	45.94211	6.43077		Bornantium Anniciense,Grand Bornand,Grand-Bornand,Le Grand-Bornand,Le-Gran-Bornan,Ле-Гран-Борнан		84	74	741	74136
3004057	Le Grand-Ambreville	le-grand-ambreville	FR	45210	0	Europe/Paris	48.11013	2.83633		Le Grand-Ambreville		24	45	451	45145
3004059	Le Grand-Abergement	le-grand-abergement	FR	01260	106	Europe/Paris	46.03381	5.6748		Grand-Abergement,Le Grand-Abergement		84	01	011	01187
3004060	Le Grais	le-grais	FR	61600	180	Europe/Paris	48.63868	-0.32963				28	61	612	61195
3004061	Le Grais	le-grais	FR	61600	0	Europe/Paris	48.53333	-2.08333				53	22	221	22190
3004067	Le Gouray	le-gouray	FR	22330	983	Europe/Paris	48.32757	-2.48807		Gorre,Le Gouray		53	22	224	22046
3004078	Gond-Pontouvre	gond-pontouvre	FR	16160	6218	Europe/Paris	45.68333	0.16667		Gon Pontuvr,Gon-Pontuvr,Gond-Pontuvr,Le Gond,gong peng tu fu er,Гон Понтувр,Гон-Понтувр,Гонд-Понтувр,贡蓬图夫尔		75	16	161	16154
3004083	Légny	legny	FR	69620	474	Europe/Paris	45.90842	4.58328				84	69	692	69111
3004085	Légna	legna	FR	39240	160	Europe/Paris	46.42685	5.59599		Legna,Légna		27	39	392	39290
3004086	L'Église-aux-Bois	l-eglise-aux-bois	FR	19170	0	Europe/Paris	45.64876	1.8021		L'Eglise,L'Eglise-aux-Bois,L'Église-aux-Bois		75	19	192	19074
3004094	Léglantiers	leglantiers	FR	60420	451	Europe/Paris	49.49605	2.53453		Leglantiers,Léglantiers		32	60	602	60357
3004095	Le Glaizil	le-glaizil	FR	05800	192	Europe/Paris	44.7537	5.98289		Le Glaieil,Le Glaisil,Le Glaizil		93	05	052	05062
3004096	Le Givre	le-givre	FR	85540	358	Europe/Paris	46.46228	-1.39953		Givre,Le Givre,Le-Zhivr,Zhivr,lai ji fu lei,Живр,Ле-Живр,莱吉夫勒		52	85	853	85101
3004098	Le Girouard	le-girouard	FR	85150	678	Europe/Paris	46.56827	-1.60006		Girouard,Le Girouard		52	85	853	85099
3004102	Le Gicq	le-gicq	FR	17160	107	Europe/Paris	45.93205	-0.24451		Le Gicq,Le La Cocarde		75	17	175	17177
3004103	Légéville-et-Bonfays	legeville-et-bonfays	FR	88270	60	Europe/Paris	48.18333	6.15				44	88	881	88264
3004110	Le Genest-Saint-Isle	le-genest-saint-isle	FR	53940	0	Europe/Paris	48.1	-0.88333		Le-Zhene-Sent-Il',lei re nei si sheng yi si er,Ле-Жене-Сент-Іль,勒热内斯圣伊斯尔		52	53	532	53103
3004114	Legé	lege	FR	31440	3916	Europe/Paris	46.88523	-1.59876		Lege,Legé,Levieg,Lezhe,lai re,ruje,Леже,ルジェ,莱热		52	44	442	44081
3004115	Lège-Cap-Ferret	lege-cap-ferret	FR	33950	0	Europe/Paris	44.8	-1.15		Leja e lo Horet,Lezh-Kap-Ferre,Lèja e lo Horet,lai ge ka fu er lei,Леж-Кап-Ферре,Леж—Кап-Ферре,莱格卡弗尔雷		75	33	336	33236
3004116	Lège	lege	FR	31440	0	Europe/Paris	42.87673	0.61056		Lege,Lège		76	31	312	31290
3004119	Le Gâvre	le-gavre	FR	44130	1026	Europe/Paris	47.52061	-1.74815		Ar Chavr,Gavr,Gavre,Gâvre,Le Gavre,Le Gâvre,Le-Gavr,lei jia fu er,Гавр,Ле-Гавр,勒加夫尔		52	44	445	44062
3004120	Le Gault-Saint-Denis	le-gault-saint-denis	FR	28800	564	Europe/Paris	48.23333	1.48333		Le Gault,Le Gault-Saint-Denis		24	28	282	28176
3004121	Le Gault-Soigny	le-gault-soigny	FR	51210	0	Europe/Paris	48.81667	3.58333		Le Gault,Le Gault-la-Foret,Le Gault-la-Forêt		44	51	512	51264
3004122	Le Gault-Perche	le-gault-perche	FR	41270	309	Europe/Paris	48.1	0.98333		Le Gault,Le Gault-du-Perche		24	41	412	41096
3004129	Le Gast	le-gast	FR	14380	265	Europe/Paris	48.79512	-1.07572		Gast,Le Gast,Le-Gast,lei jia si,Ле-Гаст,勒加斯		28	14	144	14658
3004130	Le Garric	le-garric	FR	81450	1188	Europe/Paris	44.0097	2.16243		Le Garric		76	81	811	81101
3004131	Le Garn	le-garn	FR	30760	240	Europe/Paris	44.30691	4.47215		Le Garn		76	30	302	30124
3004134	Le Gallet	le-gallet	FR	60360	121	Europe/Paris	49.62589	2.11258		Le Gallet		32	60	601	60267
3004138	Le Fuilet	le-fuilet	FR	49270	1925	Europe/Paris	47.28345	-1.1131		Faiacus,Le Fuilet,Le Fuillet,Le-Fjuie,lei fei yi lai,Ле-Фюїє,ル・フュイレ,勒菲伊莱		52	49	492	49218
3004139	Le Fugeret	le-fugeret	FR	04240	179	Europe/Paris	44.00375	6.64137		Fugeret,Le Fugeret,Le-Fjuzhere,Lo Fugeiret,lei fei re lei,Ле-Фюжере,勒菲热雷		93	04	042	04090
3004148	Le Fréty	le-frety	FR	08290	70	Europe/Paris	49.73881	4.28131		Frety,Fréty,Le Frety,Le Fréty,Le-Freti,lei fu lei di,Ле-Фрети,Ле-Фреті,勒弗雷蒂		44	08	081	08182
3004151	Le Frestoy-Vaux	le-frestoy-vaux	FR	60420	216	Europe/Paris	49.59689	2.5994		Le Frestoy,Le Frestoy-Vaux		32	60	602	60262
3004153	Le Fresne-Poret	le-fresne-poret	FR	50850	245	Europe/Paris	48.70981	-0.82997		Fresne-Poret,Le Fresne-Poret,Le-Fren-Pore,lei fu lei si en bo lei,Ле-Френ-Поре,勒夫雷斯恩波雷		28	50	501	50193
3004154	Le Fresne-Camilly	le-fresne-camilly	FR	14480	828	Europe/Paris	49.25958	-0.48771		Fresne-Camilly,Le Fresne,Le Fresne-Camilly		28	14	142	14288
3004155	Le Fresne	le-fresne	FR	27190	0	Europe/Paris	50.00624	1.4381				28	76	761	76638
3004156	Le Fresne	le-fresne	FR	27190	383	Europe/Paris	48.95072	0.97507		Le Fresne		28	27	273	27447
3004162	Le Freney-d'Oisans	le-freney-d-oisans	FR	38142	0	Europe/Paris	45.04449	6.12594		Le Freney,Le Freney-d'Oisans		84	38	381	38173
3004170	Le Fréchet	le-frechet	FR	31360	116	Europe/Paris	43.18838	0.9379		Le Frechet,Le Fréchet		76	31	312	31198
3004171	Le Frêche	le-freche	FR	40190	416	Europe/Paris	43.93212	-0.23975		Freche,Frèche,Le Freche,Le Frèche,Le Frêche		75	40	402	40100
3004172	Le Fraysse	le-fraysse	FR	81430	0	Europe/Paris	45.65	2.41667				75	19	193	19080
3004173	Le Fraysse	le-fraysse	FR	81430	0	Europe/Paris	45.11112	4.18067		Fraisse,Le Fraysse		84	43	433	43199
3004174	Le Fraysse	le-fraysse	FR	81430	0	Europe/Paris	45.0231	4.08992				84	43	432	43200
3004175	Le Fraysse	le-fraysse	FR	81430	0	Europe/Paris	45.01171	4.53083				84	07	073	07079
3004176	Le Fraysse	le-fraysse	FR	81430	0	Europe/Paris	44.96948	4.07641				84	43	432	43115
3004177	Le Fraysse	le-fraysse	FR	81430	394	Europe/Paris	43.89709	2.42051		Le Fraysse		76	81	811	81096
3004178	Le Frasnois	le-frasnois	FR	39130	156	Europe/Paris	46.63848	5.89974		Le Francois,Le Frasnois		27	39	392	39240
3004185	Le Fousseret	le-fousseret	FR	31430	1640	Europe/Paris	43.2818	1.06585		Le Fousseret		76	31	311	31193
3004188	Le Fournet	le-fournet	FR	14340	46	Europe/Paris	49.20114	0.10545		Le Fournet		28	14	143	14285
3004189	Le Fournet	le-fournet	FR	14340	0	Europe/Paris	45.69785	3.35114				84	63	632	63239
3004200	Le Fouilloux	le-fouilloux	FR	17270	669	Europe/Paris	45.19031	-0.12637		Fouilloux,Fuju,Le Fouilloux,Le-Fuju,lei fu yi lu,Ле-Фуйу,Ле-Фую,Фују,勒富伊卢		75	17	171	17167
3004205	Le Fossé	le-fosse	FR	76440	388	Europe/Paris	49.60875	1.5711		Le Fosse,Le Fossé		28	76	761	76276
3004207	Le Fossat	le-fossat	FR	09130	0	Europe/Paris	45.78333	3.28333				84	63	632	63453
3004208	Le Fossat	le-fossat	FR	09130	826	Europe/Paris	43.17395	1.40822		Le Fossat		76	09	093	09124
3004213	Leforest	leforest	FR	62790	6843	Europe/Paris	50.43866	3.0648		Lefore,Lefores,Leforest,lei fu lei,lyfwryst,Лефоре,Лефорес,ليفوريست,勒福雷		32	62	627	62497
3004222	Le Folgoët	le-folgoet	FR	29260	3286	Europe/Paris	48.56381	-4.33829		Ar Folgoad,Folgoet,Folgoët,Le Folgoet,Le Folgoët,Le-Fol'goe,lei fu er ge e,Ле-Фольгое,勒福尔戈厄		53	29	291	29055
3004226	Le Fleix	le-fleix	FR	24130	1480	Europe/Paris	44.87499	0.25122		Fleix,Le Fleix,Le-Fle,Lo Fleis,Lo Flèis,lei fu lai,Ле-Фле,勒夫莱		75	24	241	24182
3004235	Le Fieu	le-fieu	FR	33230	405	Europe/Paris	45.0597	-0.03368		Le Fieu		75	33	335	33166
3004236	Le Fieu	le-fieu	FR	33230	0	Europe/Paris	44.92628	0.49441		Le Fieu		75	24	243	24259
3004238	Le Fief-Sauvin	le-fief-sauvin	FR	49600	1407	Europe/Paris	47.22143	-1.04214		Fief Sauvin,Le Fief-Sauvin,Le-Fef-Soven,lei fei ye suo wan,Ле-Фєф-Совен,勒菲耶索万		52	49	492	49218
3004241	Le Fied	le-fied	FR	39800	186	Europe/Paris	46.77082	5.7157		Le Fied,Le-Fe,lei fei ye,Ле-Фє,勒菲耶		27	39	391	39225
3004242	Le Fidelaire	le-fidelaire	FR	27190	801	Europe/Paris	48.94951	0.81462		Le Fidelaire		28	27	273	27242
3004244	Leffrinckoucke	leffrinckoucke	FR	59495	5095	Europe/Paris	51.03457	2.46452		Leffrenkuk,Leffrinckoucke,Leffrinkhoeke,Leffrinkhoucke,Leffrinkoeke,lai fu lan ke wu ke,Леффренкук,莱夫兰克乌克		32	59	594	59340
3004245	Leffonds	leffonds	FR	52210	279	Europe/Paris	47.97186	5.16367		Leffonds		44	52	521	52282
3004247	Leffincourt	leffincourt	FR	08310	154	Europe/Paris	49.38725	4.54671		Leffincourt		44	08	084	08250
3004248	Leffard	leffard	FR	14700	178	Europe/Paris	48.91702	-0.30462		Leffard		28	14	142	14360
3004253	Le Fête	le-fete	FR	21230	46	Europe/Paris	47.18345	4.50977		Le Fete,Le Fête		27	21	211	21264
3004254	Le Ferré	le-ferre	FR	35420	637	Europe/Paris	48.49248	-1.29417		Ferratum,Ferre,Ferred,Ferré,La Fere,Le Ferre,Le Ferré,Le-Ferre,lei fu er lei,Ле-Ферре,勒弗尔雷		53	35	351	35111
3004258	Le Fenouiller	le-fenouiller	FR	85800	3430	Europe/Paris	46.71949	-1.90037		Le Fenouiller,Le-Fenue,lei fang wu yi lai,Ле-Фенує,勒方乌伊莱		52	85	853	85088
3004263	Le Fay-Saint-Quentin	le-fay-saint-quentin	FR	60510	494	Europe/Paris	49.45085	2.25192		Le Fay-Saint-Quentin		32	60	601	60230
3004269	Le Fayel	le-fayel	FR	60680	0	Europe/Paris	49.50031	0.72252		Le Fayel,Le Fayet		28	76	763	76401
3004270	Le Fayel	le-fayel	FR	60680	0	Europe/Paris	49.37318	2.69772		Le Fayel		32	60	603	60229
3004271	Le Fayel	le-fayel	FR	60680	0	Europe/Paris	49.20576	1.86283				32	60	601	60089
3004272	Le Fay	le-fay	FR	71580	0	Europe/Paris	49.92571	1.82905				32	80	802	80788
3004273	Le Fay	le-fay	FR	71580	0	Europe/Paris	48.24727	3.198				27	89	893	89274
3004274	Le Fay	le-fay	FR	71580	545	Europe/Paris	46.6673	5.32968		Le Fay		27	71	714	71196
3004275	Le Fay	le-fay	FR	71580	0	Europe/Paris	46.6	1.76667		Fay,Le Fay		24	36	363	36141
3004277	Le Favril	le-favril	FR	27230	415	Europe/Paris	50.10397	3.72144		Favril,Le Favril		32	59	591	59223
3004278	Le Favril	le-favril	FR	27230	0	Europe/Paris	48.46917	1.15305		Le Favril		24	28	281	28148
3004279	Le Favril	le-favril	FR	27230	0	Europe/Paris	48.32373	1.29236				24	28	281	28041
3004282	Lefaux	lefaux	FR	62630	283	Europe/Paris	50.54214	1.65983		Lefaux		32	62	624	62496
3004293	Le Faulq	le-faulq	FR	14130	243	Europe/Paris	49.22769	0.32109		Le Faulq		28	14	143	14261
3004294	Le Fauga	le-fauga	FR	31410	1472	Europe/Paris	43.39666	1.29413		Fauga,La Fauga,Le Fauga		76	31	311	31181
3004299	Le Fau	le-fau	FR	15140	39	Europe/Paris	45.10162	2.58411		Le Fau		84	15	152	15067
3004300	Le Fau	le-fau	FR	15140	0	Europe/Paris	44.89386	5.61555				84	38	381	38342
3004301	Le Fau	le-fau	FR	15140	0	Europe/Paris	44.86102	4.4559				84	07	073	07220
3004302	Le Fau	le-fau	FR	15140	0	Europe/Paris	44.68488	2.09704				76	46	462	46226
3004303	Le Faouët	le-faouet	FR	22290	287	Europe/Paris	48.68413	-3.07383		Ar Faoued-Pontrev,Le Faouet,Le Faouët		53	22	222	22057
3004304	Le Faouët	le-faouet	FR	22290	3032	Europe/Paris	48.03299	-3.49048		Ar Faoued,Le Faouet,Le Faouët		53	56	562	56057
3004306	Le Faou	le-faou	FR	29590	1703	Europe/Paris	48.29456	-4.17927		Ar Faou,Faou,Le Faou		53	29	292	29053
3004308	Le Falgoux	le-falgoux	FR	15380	194	Europe/Paris	45.15526	2.62276		Le Falgoux		84	15	152	15066
3004311	Le Faget	le-faget	FR	31460	314	Europe/Paris	43.56764	1.82451		Le Faget		76	31	313	31179
3004580	Le Claux	le-claux	FR	15400	0	Europe/Paris	43.87134	3.60289				76	34	342	34115
3004314	Leers	leers	FR	59115	9823	Europe/Paris	50.68217	3.24429		Leer,Leers,Lers,lai er,Леер,Лерс,莱尔		32	59	595	59339
3004315	Lée	lee	FR	64320	0	Europe/Paris	47.35773	4.48666				27	21	213	21069
3004316	Lée	lee	FR	64320	838	Europe/Paris	43.28797	-0.29179		Lee,Lée		75	64	643	64329
3004318	Ledringhem	ledringhem	FR	59470	526	Europe/Paris	50.85576	2.44178		Ledrengem,Ledringem,Ledringhem,lai de lan gai mu,Ледренгем,莱德兰盖姆		32	59	594	59338
3004321	Le Drennec	le-drennec	FR	29860	1614	Europe/Paris	48.5344	-4.37243		An Dreneg,Dranak,Drennec,Le Drennec,Le-Drennek,lei de lei nei ke,Дранак,Ле-Дреннек,勒德雷内克		53	29	291	29047
3004324	Le Dourn	le-dourn	FR	81340	133	Europe/Paris	44.02118	2.46622		Le Dourn		76	81	811	81082
3004326	Le Doulieu	le-doulieu	FR	59940	1267	Europe/Paris	50.68194	2.71741		Le Doulieu		32	59	594	59180
3004327	Le Douhet	le-douhet	FR	17100	682	Europe/Paris	45.81938	-0.56907		Le Douhet		75	17	174	17143
3004334	Le Dorat	le-dorat	FR	87210	2134	Europe/Paris	46.21451	1.0816		Dora,Dorat,Le Daurat,Le Dorat,Le-Dora,Lo Daurat,lei duo la,Дора,Ле-Дора,勒多拉		75	87	871	87059
3004335	Le Donzeil	le-donzeil	FR	23480	188	Europe/Paris	46.02785	1.98611		Le Donzeil		75	23	232	23074
3004337	Le Donjon	le-donjon	FR	03130	1191	Europe/Paris	46.35058	3.79269		Donjon,Donzhon,Le Donjon,Le-Donzhon,Val-libre,lei dong rong,Донжон,Ле-Донжон,勒东容		84	03	033	03103
3004345	Ledinghem	ledinghem	FR	62380	210	Europe/Paris	50.65352	1.98975		Ledinghem		32	62	625	62495
3004346	Lédignan	ledignan	FR	30350	1090	Europe/Paris	43.98857	4.10683		Ledignan,Ledin'jan,Ledinhan,Lédignan,lai di ni ang,Лединьян,Ледіньян,莱迪尼昂		76	30	303	30146
3004348	Le Dézert	le-dezert	FR	50620	514	Europe/Paris	49.20403	-1.16515		Le Desert,Le Dezert,Le Désert,Le Dézert		28	50	504	50161
3004350	Ledeuix	ledeuix	FR	64400	1190	Europe/Paris	43.21653	-0.62048		Laduish,Ledeiks,Ledeuix,Ledjoish,lei de yi,Ледеикс,Ледеікс,Ледёиш,勒德伊		75	64	642	64328
3004351	Le Détroit	le-detroit	FR	14690	93	Europe/Paris	48.86859	-0.35142		Le Detroit,Le Détroit		28	14	142	14223
3004352	Le Désert	le-desert	FR	14350	91	Europe/Paris	48.905	-0.81203		Le Desert,Le Désert,Le-Dezer,lei dai sai er,Ле-Дезер,勒代塞尔		28	14	144	14726
3004353	Le Désert	le-desert	FR	14350	0	Europe/Paris	48.27334	1.10433				24	28	284	28161
3004354	Le Désert	le-desert	FR	14350	0	Europe/Paris	45.16667	6.5				84	73	733	73307
3004355	Le Désert	le-desert	FR	14350	0	Europe/Paris	44.86874	6.09093				84	38	381	38522
3004356	Le Deschaux	le-deschaux	FR	39120	816	Europe/Paris	46.95256	5.50161		Le Deschaux		27	39	391	39193
3004357	Lederzeele	lederzeele	FR	59143	581	Europe/Paris	50.82029	2.30237		Lederzeele		32	59	594	59337
3004358	Lédergues	ledergues	FR	12170	709	Europe/Paris	44.089	2.44085		Ledergues,Lédergues		76	12	121	12127
3004359	Lédenon	ledenon	FR	30210	1225	Europe/Paris	43.91554	4.50956		Ledenon,Lédenon,lai dang weng,Леденон,莱当翁		76	30	302	30145
3004364	Le Déluge	le-deluge	FR	60790	484	Europe/Paris	49.29664	2.11044		Le Deluge,Le Déluge		32	60	601	60196
3004372	Lédat	ledat	FR	47300	942	Europe/Paris	44.45419	0.66832		Ledat,Lédat		75	47	473	47146
3004373	Lédas-et-Penthiès	ledas-et-penthies	FR	81340	176	Europe/Paris	44.0849	2.38306		Ledas,Ledas-et-Penthies,Lédas,Lédas-et-Penthiès		76	81	811	81141
3004376	Lécussan	lecussan	FR	31580	235	Europe/Paris	43.16062	0.50037		Lecussan,Lécussan		76	31	312	31289
3004377	Lecumberry	lecumberry	FR	64220	198	Europe/Paris	43.13508	-1.14306		Lecumberry,Lekemberri,Lekjomberri,Lekunberri,lai kan bei er li,Лекемберри,Лекемберрі,Лекёмберри,莱坎贝尔里		75	64	641	64327
3004378	Le Cuing	le-cuing	FR	31210	399	Europe/Paris	43.14502	0.61121		Le Cuing		76	31	312	31159
3004381	Lectoure	lectoure	FR	32700	4544	Europe/Paris	43.93431	0.62116		Lactora,Lectoure,Leitora,Lektur,lai ke tu er,Лектур,莱克图尔		76	32	322	32208
3004382	Lect	lect	FR	39260	365	Europe/Paris	46.38963	5.6765		Lect		27	39	393	39289
3004384	Le Crozet	le-crozet	FR	42310	0	Europe/Paris	46.17137	3.85662		Le Crozet		84	42	422	42078
3004385	Le Crozet	le-crozet	FR	42310	0	Europe/Paris	45.45037	3.9857				84	42	421	42146
3004386	Le Crozet	le-crozet	FR	42310	0	Europe/Paris	45.39325	4.06372				84	42	421	42235
3004387	Le Crouzet	le-crouzet	FR	25240	42	Europe/Paris	46.70233	6.13572		Le Crouzet		27	25	253	25179
3004388	Le Crouzet	le-crouzet	FR	25240	0	Europe/Paris	45.1996	4.34751				84	43	433	43087
3004389	Le Crouzet	le-crouzet	FR	25240	0	Europe/Paris	45.10918	4.37725				84	43	433	43129
3004390	Le Crouzet	le-crouzet	FR	25240	0	Europe/Paris	44.84893	3.5628				84	43	431	43245
3004391	Le Crouzet	le-crouzet	FR	25240	0	Europe/Paris	44.65779	3.38304				76	48	482	48126
3004392	Le Crouzet	le-crouzet	FR	25240	0	Europe/Paris	44.54766	2.22877				76	12	123	12305
3004393	Le Crouzet	le-crouzet	FR	25240	0	Europe/Paris	44.51454	3.64876				76	48	482	48037
3004394	Le Crouzet	le-crouzet	FR	25240	0	Europe/Paris	44.17743	3.47441				76	48	481	48096
3004397	Le Crouais	le-crouais	FR	35290	404	Europe/Paris	48.20742	-2.13909		Ar Groez,Le Crouais		53	35	353	35091
3004398	Le Crotoy	le-crotoy	FR	80550	2481	Europe/Paris	50.216	1.625	0	Corocotinum,Crotoy,Krotoa,L'Crotoe,Le-Krotua,L’Crotoé,lei ke luo tu wa,Кротоа,Ле-Кротуа,ル・クロトワ,勒克罗图瓦		32	80	801	80228
3004404	Le Cros	le-cros	FR	34520	0	Europe/Paris	45.44365	3.82015				84	63	631	63371
3004405	Le Cros	le-cros	FR	34520	0	Europe/Paris	45.26564	4.1879				84	43	433	43137
3004406	Le Cros	le-cros	FR	34520	0	Europe/Paris	45.01801	6.63305				93	05	051	05093
3004407	Le Cros	le-cros	FR	34520	0	Europe/Paris	44.91956	3.9406				84	43	432	43210
3004408	Le Cros	le-cros	FR	34520	0	Europe/Paris	44.78047	5.73844				84	38	381	38366
3004409	Le Cros	le-cros	FR	34520	0	Europe/Paris	44.76008	1.91172				76	46	462	46096
3004410	Le Cros	le-cros	FR	34520	0	Europe/Paris	44.64752	6.09752				93	05	052	05148
3004411	Le Cros	le-cros	FR	34520	0	Europe/Paris	44.61201	1.92298				76	46	462	46035
3004412	Le Cros	le-cros	FR	34520	34	Europe/Paris	43.86896	3.36438		Le Cros		76	34	342	34091
3004415	Le Croisty	le-croisty	FR	56540	0	Europe/Paris	48.26273	-3.36826				53	22	222	22061
3004583	Le Clat	le-clat	FR	11140	38	Europe/Paris	42.78556	2.16704		Le Clat		76	11	112	11093
3004416	Le Croisty	le-croisty	FR	56540	705	Europe/Paris	48.06524	-3.3638		Ar C'hroesti,Le Croisty		53	56	562	56048
3004418	Le Croisic	le-croisic	FR	44490	4593	Europe/Paris	47.29276	-2.51797		Ar Groazig,Crociciacum,Croisic,Kroazik,Le Croisic,Le-Kruazik,krwasyk,lei ke lu wa xi ke,Кроазик,Ле-Круазік,کرواسیک,勒克鲁瓦西克		52	44	443	44049
3004420	Le Crocq	le-crocq	FR	60120	162	Europe/Paris	49.62781	2.17962		Crocq,Krok,Le Crocq,Le-Krok,lei ke luo,Крок,Ле-Крок,勒克罗		32	60	601	60182
3004421	Le Crocq	le-crocq	FR	60120	0	Europe/Paris	48.4663	1.12403				24	28	281	28148
3004427	Le Creusot	le-creusot	FR	71200	25590	Europe/Paris	46.80714	4.41632		Creusot,Kryozo,Le Creusot,Le Krezo,Le-Krezo,Le-Krjozo,lei ke lei zuo,leukeuloejo,lw krwzw,ru・kuruzo,Ле Крезо,Ле-Крезо,Ле-Крёзо,Կրյոզո,لو کروزو,ル・クルーゾ,勒克勒佐,르크뢰조		27	71	711	71153
3004431	Le Crestet	le-crestet	FR	07270	537	Europe/Paris	45.01441	4.65494		Le Crestet		84	07	073	07073
3004432	Le Crest	le-crest	FR	63450	0	Europe/Paris	45.79026	6.50207				84	73	731	73094
3004433	Le Crest	le-crest	FR	63450	1178	Europe/Paris	45.68666	3.12735		Le Crest		84	63	632	63126
3004434	Le Crès	le-cres	FR	34920	7621	Europe/Paris	43.64763	3.9388		Le Cres,Le Crès		76	34	343	34090
3004438	Lecques	lecques	FR	30250	233	Europe/Paris	43.83614	4.06314		Lecques		76	30	302	30144
3004441	L'Écouvotte	l-ecouvotte	FR	25640	0	Europe/Paris	47.34005	6.24967		L'Ecouvotte,L'Écouvotte		27	25	251	25215
3004444	Lécousse	lecousse	FR	35133	3202	Europe/Paris	48.36732	-1.21809		Eskuz,Lecousse,Lécousse		53	35	351	35150
3004449	Le Cours	le-cours	FR	56230	461	Europe/Paris	47.74164	-2.50116		Ar C'hour,Le Cours		53	56	563	56045
3004462	Le Coudray-sur-Thelle	le-coudray-sur-thelle	FR	60430	507	Europe/Paris	49.30551	2.12447		Coudray-en-Thelle,Le Coudray,Le Coudray-Brule-Gueule,Le Coudray-en-Thelle,Le Coudray-sur-Thelle,Le-Kudre-sjur-Tel',tai er he pan lei ku de lai,Ле-Кудре-сюр-Тель,泰尔河畔勒库德赖		32	60	601	60165
3004463	Le Coudray-Saint-Germer	le-coudray-saint-germer	FR	60850	936	Europe/Paris	49.41199	1.83861		Le Coudray-Saint-Germer,Le Coudray-la-Montagne,Le-Kudre-Sen-Zherme,lei ku de lai sheng re er mei,Ле-Кудре-Сен-Жерме,勒库德赖圣热尔梅		32	60	601	60164
3004464	Le Coudray-Montceaux	le-coudray-montceaux	FR	91830	2956	Europe/Paris	48.56376	2.50013		Coudray-Montceaux,Le Coudray-Montceaux,Le-Kudre-Monso,lei ku de lai meng te ke,Ле-Кудре-Монсо,勒库德赖蒙特科		11	91	912	91179
3004466	Le Coudray-Macouard	le-coudray-macouard	FR	49260	932	Europe/Paris	47.19473	-0.11941		Le Coudray,Le Coudray-Macouard		52	49	493	49112
3004468	Le Coudray	le-coudray	FR	28630	0	Europe/Paris	49.03225	1.70887				11	78	781	78567
3004469	Le Coudray	le-coudray	FR	28630	0	Europe/Paris	48.81182	1.56176				24	28	283	28347
3004470	Le Coudray	le-coudray	FR	28630	0	Europe/Paris	48.66696	1.56647				24	28	283	28372
3004471	Le Coudray	le-coudray	FR	28630	3045	Europe/Paris	48.42115	1.50057		Le Coudray		24	28	281	28110
3004472	Le Coudray	le-coudray	FR	28630	0	Europe/Paris	48.30636	2.80198				11	77	774	77506
3004473	Le Coudray	le-coudray	FR	28630	0	Europe/Paris	48.18232	2.86372				11	77	774	77168
3004474	Le Coudray	le-coudray	FR	28630	0	Europe/Paris	48.20124	2.73799				11	77	774	77458
3004475	Le Coudray	le-coudray	FR	28630	0	Europe/Paris	48.10615	1.94274				24	45	452	45266
3004476	Le Coudray	le-coudray	FR	28630	0	Europe/Paris	48.06667	0.55				52	72	722	72122
3004477	Le Coudray	le-coudray	FR	28630	0	Europe/Paris	47.55753	2.18638				24	18	183	18037
3004478	Le Coudray	le-coudray	FR	28630	0	Europe/Paris	47.55828	-1.83933		Coudray,Coudray-Plesse,Coudray-Plessé,Le Coudray		52	44	445	44128
3004479	Le Coudray	le-coudray	FR	28630	0	Europe/Paris	47.10169	0.31904				24	37	371	37125
3004480	Le Coudray	le-coudray	FR	28630	0	Europe/Paris	47.08381	2.25095				24	18	181	18138
3004481	Le Coudray	le-coudray	FR	28630	0	Europe/Paris	46.97943	2.19914				24	18	181	18066
3004482	Le Coudray	le-coudray	FR	28630	0	Europe/Paris	46.88633	2.62238				24	18	182	18040
3004492	Le Coteau	le-coteau	FR	42120	7571	Europe/Paris	46.01919	4.0923		Le Coteau,Le-Koto,l kwtaw,lei ke tuo,lwkwtw,Ле-Кото,ل کوتاو,لوكوتو,勒科托		84	42	422	42071
3004501	Le Cormier	le-cormier	FR	27120	0	Europe/Paris	49.96667	1.3				28	76	761	76618
3004502	Le Cormier	le-cormier	FR	27120	0	Europe/Paris	48.62893	2.05697				11	91	913	91338
3004503	Le Cormier	le-cormier	FR	27120	0	Europe/Paris	48.27225	1.09281				24	28	284	28161
3004504	Le Cormier	le-cormier	FR	27120	0	Europe/Paris	47.15478	-2.17639				52	44	443	44126
3004508	Cordonnet	cordonnet	FR	70190	0	Europe/Paris	47.41667	5.96667				27	70	702	70174
3004513	Le Conquet	le-conquet	FR	29217	2516	Europe/Paris	48.36053	-4.77086		Concue,Conquestus,Conquet,Konge,Konk-Leon,Le Concue,Le Conque,Le Conquet,Le-Konke,lei kong qu ai,Конге,Ле-Конке,ル・コンケ,勒孔屈埃		53	29	291	29040
3004517	Le Compas	le-compas	FR	23700	230	Europe/Paris	45.98602	2.46574		Le Compas		75	23	231	23066
3004523	Le Collet-de-Dèze	le-collet-de-deze	FR	48160	710	Europe/Paris	44.24545	3.92246		Collet,Collet-de-Deze,Collet-de-Dèze,Le Collet,Le Collet-de-Deze,Le Collet-de-Dèze		76	48	481	48051
3004545	Lécluse	lecluse	FR	59259	1622	Europe/Paris	50.27671	3.04045		Lecluse,Lécluse		32	59	593	59336
3004547	la Clusa d'Avall	la-clusa-d-avall	FR	66480	221	Europe/Paris	42.49147	2.82881		La Cluse Basse,la Clusa d'Avall,la Clusa de Baix		76	66	661	66063
3004564	Le Cloître-Saint-Thégonnec	le-cloitre-saint-thegonnec	FR	29410	599	Europe/Paris	48.4801	-3.79475		Ar C'hloastr-Plourin,Ar Chloastr-Plourin,Cloitre-Saint-Thegonnec,Cloître-Saint-Thégonnec,Kloatr Sen Tegonek,Le Cloitre,Le Cloitre-Saint-Thegonnec,Le Cloître,Le Cloître-Saint-Thégonnec,Le-Kluatr-Sen-Tegonnek,lei ke lu wa te er sheng tai ge nei ke,Клоатр Сен Тегонек,Ле-Клуатр-Сен-Тегоннек,勒克卢瓦特尔圣泰戈内克		53	29	293	29034
3004565	Le Cloître-Pleyben	le-cloitre-pleyben	FR	29190	562	Europe/Paris	48.25713	-3.89007		Cloitre-Pleyben,Cloître-Pleyben,Kloastr-Pleiben,Kloatr Pleban,Le Cloitre,Le Cloitre-Pleyben,Le Cloître,Le Cloître-Pleyben,Le-Kluatr-Plejban,lei ke lu wa te er pu lai bang,Клоатр Плебан,Ле-Клуатр-Плейбан,ル・クロワトル＝プレバン,勒克卢瓦特尔普莱邦		53	29	292	29033
3004571	Le Clerjus	le-clerjus	FR	88240	528	Europe/Paris	47.96213	6.32412		Le Clerjus		44	88	881	88108
3004579	Le Claux	le-claux	FR	15400	218	Europe/Paris	45.15975	2.70538		Le Claux		84	15	153	15050
3004585	Le Clapier	le-clapier	FR	12540	0	Europe/Paris	44.84346	0.97861				75	24	244	24142
3004586	Le Clapier	le-clapier	FR	12540	69	Europe/Paris	43.83115	3.17271		Clapier,Klapje,Le Clapier,Le-Klap'e,Le-Klape,Lo Clapier,Lo Clapièr,lei ke la pi ye,Клапје,Ле-Клапье,Ле-Клапє,勒克拉皮耶		76	12	121	12067
3004587	Le Claon	le-claon	FR	55120	71	Europe/Paris	49.14195	4.97189		Le Claon		44	55	553	55116
3004599	Le Chillou	le-chillou	FR	79600	181	Europe/Paris	46.76363	-0.13861		Le Chillou		75	79	793	79089
3004608	Le Cheylas	le-cheylas	FR	38570	2276	Europe/Paris	45.37064	5.99277		Cheylas,Le Cheylas,Le-Shejla,Le-Shelas,Shela,lei xie la,Ле-Шейла,Ле-Шелас,Шела,勒谢拉		84	38	381	38100
3004609	Le Cheylard	le-cheylard	FR	07160	3774	Europe/Paris	44.90623	4.42406		Cheylard,Le Cheylard,Le-Shejlar,Le-Shelar,Lo Chailar,Shelar,lei xie la er,Ле-Шейлар,Ле-Шелар,Шелар,勒谢拉尔		84	07	073	07064
3004622	Le Chevain	le-chevain	FR	72610	721	Europe/Paris	48.43227	0.12622		Le Chevain		52	72	722	72308
3004625	Le Chesne	le-chesne	FR	08390	974	Europe/Paris	49.51337	4.76424		La Chesne,Le Chesne,Le Chesne-la-Reunion,Le Chesne-la-Réunion		44	08	084	08116
3004626	Le Chesne	le-chesne	FR	08390	440	Europe/Paris	48.89133	0.94928		Le Chesne		28	27	272	27157
3004629	Le Chesnay	le-chesnay	FR	78150	0	Europe/Paris	49.19089	1.54485		Le Chesnay,Le Chesney		28	27	271	27213
3004630	Le Chesnay	le-chesnay	FR	78150	29154	Europe/Paris	48.8222	2.12213		Le Chesnay,Le Chesney,Le Shene,Le-Shene,lei xie nai,leusyene,lw shznh,Ле Шене,Ле-Шене,لو شزنه,ル・シェネ,勒謝奈,르셰네		11	78	784	78158
3004631	Le Chesnay	le-chesnay	FR	78150	0	Europe/Paris	48.45691	2.1085		Le Chesnay,Le Chesney		11	91	911	91223
3004634	La Léchère	la-lechere	FR	73260	0	Europe/Paris	45.58333	6.33333		La Lechere,La Léchère		84	73	731	73187
3004643	Le Chêne	le-chene	FR	10700	201	Europe/Paris	48.54893	4.17625		Le Chene,Le Chêne		44	10	103	10095
3004644	Le Chêne	le-chene	FR	10700	0	Europe/Paris	47.53032	-0.51913				52	49	491	49129
3004645	Le Chêne	le-chene	FR	10700	0	Europe/Paris	47.23883	2.94547				24	18	181	18110
3004646	Le Chêne	le-chene	FR	10700	0	Europe/Paris	46.9986	0.42836				24	37	371	37034
3004647	Le Chêne	le-chene	FR	10700	0	Europe/Paris	45.27192	4.25178				84	43	433	43224
3004655	Le Chemin	le-chemin	FR	51800	41	Europe/Paris	49.00395	4.96996		Le Chemin		44	51	511	51143
3004656	Le Chemin	le-chemin	FR	51800	0	Europe/Paris	48.53891	1.27557				24	28	283	28386
3004657	Le Chemin	le-chemin	FR	51800	0	Europe/Paris	48.15406	-0.72858				52	53	532	53229
3004658	L'Échelle-Saint-Aurin	l-echelle-saint-aurin	FR	80700	0	Europe/Paris	49.6953	2.71261		L'Echelle,L'Echelle-Saint-Aurin,L'Échelle,L'Échelle-Saint-Aurin		32	80	803	80263
3004661	Léchelle	lechelle	FR	62124	61	Europe/Paris	50.05787	2.97531		Lechelle,Léchelle		32	62	621	62494
3004662	L'Échelle	l-echelle	FR	08150	0	Europe/Paris	49.80071	4.47298		L'Echelle,L'Échelle		44	08	081	08149
3004663	Léchelle	lechelle	FR	62124	574	Europe/Paris	48.57813	3.38796		Lechelle,Léchelle		11	77	773	77246
3004664	Le Cheix	le-cheix	FR	63200	0	Europe/Paris	45.95826	3.17351		Le Cheix,Le Cheix-sur-Morge		84	63	634	63108
3004665	Le Cheix	le-cheix	FR	63200	0	Europe/Paris	45.8745	2.86443				84	63	634	63085
3004666	Le Cheix	le-cheix	FR	63200	643	Europe/Paris	45.54386	2.9991		Le Cheix		84	63	633	63335
3004667	Le Cheix	le-cheix	FR	63200	0	Europe/Paris	45.2735	2.27091				84	15	152	15036
3004668	Le Chefresne	le-chefresne	FR	50410	283	Europe/Paris	48.90298	-1.15464		Chefresne,Le Chefresne,Le-Shefren,Shefren,lei she fu lei si en,Ле-Шефрен,Шефрен,勒舍夫雷斯恩		28	50	504	50393
3004674	Le Chay	le-chay	FR	17600	607	Europe/Paris	45.63882	-0.89548		Le Chay		75	17	174	17097
3004675	Le Chautay	le-chautay	FR	18150	280	Europe/Paris	46.97682	2.96684		Le Chautay		24	18	182	18062
3004681	Le Châtenet-en-Dognon	le-chatenet-en-dognon	FR	87400	438	Europe/Paris	45.90695	1.5065		Le Chatenet,Le Chatenet-en-Dognon,Le Châtenet-en-Dognon		75	87	872	87042
3004687	Le Châtellier	le-chatellier	FR	35133	351	Europe/Paris	48.676	-0.5815				28	61	612	61102
3004688	Le Châtellier	le-chatellier	FR	35133	0	Europe/Paris	48.53648	4.91581				44	52	523	52294
3004689	Le Châtellier	le-chatellier	FR	35133	0	Europe/Paris	48.41555	-1.25423		Kasteller,Le Chatellier,Le Châtellier		53	35	351	35071
3004690	Le Châtellier	le-chatellier	FR	35133	0	Europe/Paris	47.87352	-1.6779		Le Chatellier,Le Châtellier		53	35	352	35221
3004691	Le Châtellier	le-chatellier	FR	35133	0	Europe/Paris	46.505	1.33815				24	36	361	36168
3004693	Le Châtelier	le-chatelier	FR	51330	91	Europe/Paris	48.93816	4.90265		Le Chatelier,Le Châtelier		44	51	511	51133
3004694	Le Châtelier	le-chatelier	FR	51330	0	Europe/Paris	47.97832	4.0772		Le Chatelier,Le Chatellier,Le Châtelier,Le Châtellier		44	10	103	10098
3004695	Le Chateley	le-chateley	FR	39230	78	Europe/Paris	46.88333	5.55				27	39	391	39119
3004696	Le Châtelet-sur-Sormonne	le-chatelet-sur-sormonne	FR	08150	193	Europe/Paris	49.82697	4.52139		Chatelet-s-Sormonne,Châtelet-s-Sormonne,Le Chatelet,Le Chatelet-sur-Sormonne,Le Châtelet-sur-Sormonne		44	08	081	08110
3004697	Le Châtelet-sur-Retourne	le-chatelet-sur-retourne	FR	08300	525	Europe/Paris	49.41558	4.27874		Le Chatelet,Le Chatelet-sur-Retourne,Le Châtelet-sur-Retourne,Le Châtélet		44	08	082	08111
3004698	Le Châtelet-en-Brie	le-chatelet-en-brie	FR	77820	4968	Europe/Paris	48.50695	2.79163		Le Chatelet,Le Chatelet-en-Brie,Le Châtelet,Le Châtelet-en-Brie		11	77	772	77100
3004699	Le Châtelet	le-chatelet	FR	18170	0	Europe/Paris	50.87117	1.61705				32	62	623	62806
3004700	Le Châtelet	le-chatelet	FR	18170	0	Europe/Paris	48.69844	0.54408				28	61	613	61012
3004701	Le Châtelet	le-chatelet	FR	18170	0	Europe/Paris	47.34629	3.27171				27	58	584	58081
3004702	Lechâtelet	lechatelet	FR	21250	184	Europe/Paris	47.06054	5.14453		Lechatelet,Lechâtelet		27	21	211	21344
3004703	Le Châtelet	le-chatelet	FR	18170	1147	Europe/Paris	46.64247	2.28229		Le Chatelet,Le Châtelet,Librefeuille		24	18	182	18059
3004704	Le Châtelet	le-chatelet	FR	18170	0	Europe/Paris	46.19882	2.46344				75	23	231	23035
3004705	Le Châtelet	le-chatelet	FR	18170	0	Europe/Paris	45.64463	3.35895				84	63	632	63205
3004706	Le Châtelet	le-chatelet	FR	18170	0	Europe/Paris	45.30849	4.72989				84	07	073	07089
3004708	Le Châtelard	le-chatelard	FR	73630	0	Europe/Paris	45.8172	4.08605				84	42	422	42173
3004709	Le Châtelard	le-chatelard	FR	73630	645	Europe/Paris	45.68611	6.1366		Chatelard,Chatelard-en-Bauges,Châtelard,Le Chatelard,Le Châtelard		84	73	732	73081
3004710	Le Châtelard	le-chatelard	FR	73630	0	Europe/Paris	45.62844	6.78168				84	73	731	73054
3004711	Le Châtelard	le-chatelard	FR	73630	0	Europe/Paris	45.61618	6.86357				84	73	731	73176
3004712	Le Châtelard	le-chatelard	FR	73630	0	Europe/Paris	45.29343	6.87179				84	73	733	73290
3004713	Le Châtel	le-chatel	FR	73300	0	Europe/Paris	45.31055	6.36428		Le Chatel,Le Châtel		84	73	733	73135
3004714	Le Châtel	le-chatel	FR	73300	0	Europe/Paris	45.24197	6.79398				84	73	733	73290
3004716	Le Château-d'Oléron	le-chateau-d-oleron	FR	17480	0	Europe/Paris	45.88734	-1.19635	0	Cite-de-l'Egalite,Cité-de-l'Egalité,Egalite,Egalité,Le Chateau,Le Chateau-d'Oleron,Le Château,Le Château-d'Oléron,Le Château-d’Oléron,Le-Shato-d'Oleron,lei sha tuo duo lai long,Ле-Шато-д’Олерон,勒沙托多莱龙		75	17	172	17093
3004717	Le Château-d'Almenêches	le-chateau-d-almeneches	FR	61570	0	Europe/Paris	48.67864	0.12255		Chateau d'Almanches,Château d'Almanches,Le Chateau,Le Chateau-d'Almeneches,Le Château,Le Château-d'Almenêches		28	61	611	61101
3004729	Le Chastang	le-chastang	FR	19190	318	Europe/Paris	45.17274	1.73438		Le Chastang		75	19	192	19048
3004746	Le Charmel	le-charmel	FR	02850	286	Europe/Paris	49.11238	3.54869		Le Charmel		32	02	021	02164
3004747	Le Charme	le-charme	FR	45230	0	Europe/Paris	48.08679	3.57845				27	89	893	89014
3004748	Le Charme	le-charme	FR	45230	118	Europe/Paris	47.80006	2.99359		Charme,Le Charme,Le-Sharm,Sharm,lei sha er mu,Ле-Шарм,Шарм,勒沙尔姆		24	45	451	45079
3004758	Le Change	le-change	FR	24640	573	Europe/Paris	45.19655	0.89474		Le Change,Le-Shanzh,Lo Chamnhe,lei shang ge,Ле-Шанж,勒尚格		75	24	243	24026
3004762	Champ-sur-Layon	champ-sur-layon	FR	49380	0	Europe/Paris	47.26667	-0.58333		Le Champ,Sham-sjur-Lejon,Shan sir Lajon,lai weng he pan shang,Шам-сюр-Лейон,Шан сир Лајон,莱翁河畔尚		52	49	491	49345
3004763	Le Champ-Saint-Père	le-champ-saint-pere	FR	85540	1404	Europe/Paris	46.50835	-1.34633		Champ-Perdu,Champ-Saint-Pere,Champ-Saint-Père,Le Champ,Le Champ-Saint-Pere,Le Champ-Saint-Père,Le-Sham-Sen-Per,Shan Sen Per,lei shang sheng pei lei,Ле-Шам-Сен-Пер,Шан Сен Пер,勒尚圣佩勒		52	85	853	85050
3004764	Le Champ-près-Froges	le-champ-pres-froges	FR	38190	1242	Europe/Paris	45.28045	5.93977		Champ-pres-Froges,Champ-près-Froges,Le Champ,Le Champ-Pres Forges,Le Champ-Près Forges,Le Champ-pres-Froges,Le Champ-près-Froges,Le-Sham-pre-Frozh,Shan pre Frozh,lei shang pu lei fu luo re,Ле-Шам-пре-Фрож,Шан пре Фрож,勒尚普雷弗罗热		84	38	381	38070
3004768	Le Champ-de-la-Pierre	le-champ-de-la-pierre	FR	61320	25	Europe/Paris	48.60878	-0.20584		Le Champ		28	61	611	61085
3004774	Le Chambon-sur-Lignon	le-chambon-sur-lignon	FR	43400	2923	Europe/Paris	45.06097	4.30241		Chambon-sur Lignon,Chambon-sur-Lignon,Le Chambon,Le Chambon-sur-Lignon,Le-Shambon-sjur-Lin'on,Lo Chambon,Shambon sir Linon,Shambon-sjur-Lin'on,lh smbwn-swr-lynywn,li ni weng he pan lei shang bang,Ле-Шамбон-сюр-Линьон,Ле-Шамбон-сюр-Ліньон,Шамбон сир Лињон,Шамбон-сюр-Линьон,לה שמבון-סור-ליניון,利尼翁河畔勒尚邦		84	43	433	43051
3004775	Le Chambon-Feugerolles	le-chambon-feugerolles	FR	42500	13371	Europe/Paris	45.39145	4.32149		Chambon-Feugerolles,Le Chambon,Le Chambon-Feugerolles,Le-Shambon-Fezherol',Shambon Fezherol,lei shang bang fu re luo lai,Ле-Шамбон-Фежероль,Шамбон Фежерол,勒尚邦弗热罗莱		84	42	423	42044
3004776	Le Chambon	le-chambon	FR	07160	0	Europe/Paris	46.23958	3.26886				84	03	032	03018
3004777	Le Chambon	le-chambon	FR	07160	0	Europe/Paris	45.58191	4.43761		Le Chambon		84	42	421	42102
3004778	Le Chambon	le-chambon	FR	07160	0	Europe/Paris	45.20518	6.26366		Chambon,Le Chambon,Les Chambons		84	73	733	73242
3004779	Le Chambon	le-chambon	FR	07160	0	Europe/Paris	45.20368	3.93047				84	43	432	43267
3004780	Le Chambon	le-chambon	FR	07160	0	Europe/Paris	45.2	2.43333		Chambon,Le Chambon		84	15	152	15006
3004781	Le Chambon	le-chambon	FR	07160	0	Europe/Paris	45.14176	3.46834				84	43	431	43044
3004782	Le Chambon	le-chambon	FR	07160	0	Europe/Paris	45.06036	3.33827				84	43	431	43065
3004783	Le Chambon	le-chambon	FR	07160	0	Europe/Paris	44.8371	4.3064		Chambon		84	07	073	07049
3004784	Le Chambon	le-chambon	FR	07160	55	Europe/Paris	44.86667	4.28333			07049	84	07	073	07049
3004785	Le Chambon	le-chambon	FR	07160	0	Europe/Paris	44.72345	6.57175				93	05	051	05031
3004786	Le Chambon	le-chambon	FR	07160	0	Europe/Paris	44.39403	5.35773				84	26	262	26264
3004791	Le Chalon	le-chalon	FR	26350	163	Europe/Paris	45.15486	5.08762		Le Chalon		84	26	263	26068
3004793	Le Chalard	le-chalard	FR	87500	0	Europe/Paris	45.85354	3.08952				84	63	632	63099
3004794	Le Chalard	le-chalard	FR	87500	0	Europe/Paris	45.8366	2.21931				75	23	231	23158
3004795	Le Chalard	le-chalard	FR	87500	0	Europe/Paris	45.68333	2.25				75	19	193	19238
3004796	Le Chalard	le-chalard	FR	87500	283	Europe/Paris	45.54917	1.13102		Chalard,Le Chalard,Le-Shalar,Lo Chaslar,Lu Chaslar,Shalar,lai sha la er,Ле-Шалар,Шалар,莱沙拉尔		75	87	872	87031
3004797	Le Chalange	le-chalange	FR	61390	73	Europe/Paris	48.59347	0.31288		Le Chalange		28	61	611	61082
3004802	Le Chaffal	le-chaffal	FR	26190	40	Europe/Paris	44.86132	5.1808		Le Chaffal		84	26	261	26066
3004806	Lecey	lecey	FR	52360	210	Europe/Paris	47.86243	5.44043		Lecey		44	52	522	52280
3004808	Le Cergne	le-cergne	FR	42460	710	Europe/Paris	46.12174	4.31011		Cergne,Le Cergne,Le-Sern',Sern,lei sai er ni,Ле-Сернь,Серњ,勒塞尔尼		84	42	422	42033
3004810	Le Cercueil	le-cercueil	FR	61500	144	Europe/Paris	48.59725	0.02259		Le Cercueil		28	61	611	61076
3004811	Le Cendre	le-cendre	FR	63670	5072	Europe/Paris	45.7224	3.18711		Au Sandre,Cendre,Le Cendre,Le-Sandr,Sandr,lei sang de er,Ле-Сандр,Сандр,勒桑德尔		84	63	632	63069
3004813	Le Cellier	le-cellier	FR	44850	3596	Europe/Paris	47.31964	-1.34716		Cellarium,Cellier,Keller,Le Cellier,Le-Sel'e,Selije,lei se li ye,Ле-Сельє,Селије,勒瑟利耶		52	44	445	44028
3004814	Lecelles	lecelles	FR	59226	2788	Europe/Paris	50.46779	3.40096		Lecelles		32	59	596	59335
3004819	Le Cayrol	le-cayrol	FR	12500	291	Europe/Paris	44.58714	2.79217		Cayrol,Kerol,Le Cayrol,Le-Kerol',Lo Cairol,Lo Cairòl,l kyrwl,lei kai luo,Керол,Ле-Кероль,ل کیرول,勒凯罗		76	12	122	12064
3004821	Le Caylar	le-caylar	FR	34520	434	Europe/Paris	43.86251	3.31864		Le Caylar		76	34	342	34064
3004826	Le Causé	le-cause	FR	82500	136	Europe/Paris	43.80269	0.97246		Le Cause,Le Causé		76	82	821	82036
3004828	Le Caule-Sainte-Beuve	le-caule-sainte-beuve	FR	76390	0	Europe/Paris	49.76801	1.59079		Caule-Sainte-Beuve,Le Caule,Le Caule-Sainte-Beuve		28	76	761	76166
3004829	Lécaude	lecaude	FR	14140	154	Europe/Paris	49.10405	0.07371		Lecaude,Lécaude		28	14	143	14431
3004830	Le Chauchet	le-chauchet	FR	23130	0	Europe/Paris	46.10771	2.33346		Le Cauchet,Le Chauchet		75	23	231	23058
3004832	Le Catelier	le-catelier	FR	76590	228	Europe/Paris	49.75488	1.14976		Le Catelier		28	76	761	76162
3004833	Le Catelet	le-catelet	FR	02420	0	Europe/Paris	50.58976	1.9384		Catelet,Le Catelet		32	62	624	62168
3004834	Le Catelet	le-catelet	FR	02420	218	Europe/Paris	50.00173	3.24465		Le Catelet		32	02	023	02143
3004835	Le Cateau-Cambrésis	le-cateau-cambresis	FR	59360	0	Europe/Paris	50.1	3.55		Castrum Cameracense,Kato Kambrezi,Le-Kato-Kambrezi,lei ka tuo kang bu lei xi,Като Камбрези,Ле-Като-Камбрези,Ле-Като-Камбрезі,勒卡托康布雷西		32	59	592	59136
3004836	Le Castéra	le-castera	FR	31530	673	Europe/Paris	43.67346	1.14086		Le Castera,Le Castéra		76	31	313	31120
3004837	Le Castellet	le-castellet	FR	04700	242	Europe/Paris	43.93845	5.97977		Le Castellet		93	04	044	04041
3004838	Le Castellet	le-castellet	FR	04700	4114	Europe/Paris	43.20291	5.77657		CTT,Le Castellet		93	83	832	83035
3004840	Le Castellard-Mélan	le-castellard-melan	FR	04380	0	Europe/Paris	44.187	6.12544		Rocher-Sec		93	04	043	04040
3004862	Le Carlaret	le-carlaret	FR	09100	150	Europe/Paris	43.12845	1.70961		Le Carlaret		76	09	092	09081
3004864	Le Cardonnois	le-cardonnois	FR	80500	66	Europe/Paris	49.62734	2.4795		Le Cardonnois,Le Gardonnois		32	80	803	80174
3004870	Le Cannet-des-Maures	le-cannet-des-maures	FR	83340	3980	Europe/Paris	43.39236	6.33966		Cannet-des-Maures,Kane de Mor,Le Cannet,Le Cannet-des-Maures,Le-Kanne-de-Mor,Lo Canet dau Luc,Lo Canet dei Mauras,lai ka na dai mo lei,Кане де Мор,Ле-Канне-де-Мор,莱卡纳代莫勒		93	83	833	83031
3004871	Le Cannet	le-cannet	FR	06110	43353	Europe/Paris	43.57662	7.01912		Cannet,Kane,Le Cannet,Le-Kanne,Lo Canet,lei ka nei,lw knh,Кане,Ле-Канне,لو کنه,ル・カネ,勒卡內		93	06	061	06030
3004880	Le Cambout	le-cambout	FR	22210	564	Europe/Paris	48.05917	-2.61103		Ar C'hembod,Le Cambout		53	22	224	22027
3004884	Le Caire	le-caire	FR	04250	80	Europe/Paris	44.36927	6.05942		Le Caire		93	04	044	04037
3004889	L'Écaille	l-ecaille	FR	08300	0	Europe/Paris	49.41677	4.21196		L'Ecaille,L'Écaille		44	08	082	08148
3004891	Le Cailar	le-cailar	FR	30740	2517	Europe/Paris	43.6759	4.23616		Cailar,Kajar,Le Cailar,Le-Kajar,Lo Cailar,lei kai la,Кајар,Ле-Каяр,勒凯拉	30059	76	30	302	30059
3004894	Le Cabanial	le-cabanial	FR	31460	275	Europe/Paris	43.51572	1.87517		Cabanial,Le Cabanial		76	31	313	31097
3004900	Le Bû-sur-Rouvres	le-bu-sur-rouvres	FR	14190	85	Europe/Paris	49.0335	-0.17942		Le Bu,Le Bu-sur-Rouvres,Le Bû,Le Bû-sur-Rouvres		28	14	142	14116
3004901	Le Busseau	le-busseau	FR	79240	776	Europe/Paris	46.58005	-0.59478		Le Busseau		75	79	793	79059
3004905	Le Buret	le-buret	FR	53170	267	Europe/Paris	47.92243	-0.51465		Le Buret		52	53	531	53046
3004909	Le Buisson	le-buisson	FR	48100	91	Europe/Paris	48.76667	4.75		Le Buisson-sur-Saulx		44	51	514	51095
3004915	Le Buisson	le-buisson	FR	48100	0	Europe/Paris	50.74099	2.00942				32	62	625	62024
3004916	Le Buisson	le-buisson	FR	48100	0	Europe/Paris	49.9066	1.52612				28	76	761	76211
3004917	Le Buisson	le-buisson	FR	48100	0	Europe/Paris	49.03465	1.46918				11	78	781	78068
3004918	Le Buisson	le-buisson	FR	48100	0	Europe/Paris	48.87026	1.63333				11	78	781	78163
3004919	Le Buisson	le-buisson	FR	48100	0	Europe/Paris	48.78035	1.74946				11	78	782	78289
3004920	Le Buisson	le-buisson	FR	48100	0	Europe/Paris	48.76667	0.38333				28	61	613	61108
3004921	Le Buisson	le-buisson	FR	48100	0	Europe/Paris	48.40557	0.19417		Le Buisson		52	72	722	72137
3004922	Le Buisson	le-buisson	FR	48100	0	Europe/Paris	48.23333	1				24	28	284	28252
3004923	Le Buisson	le-buisson	FR	48100	0	Europe/Paris	48.14549	0.28883				52	72	723	72099
3004924	Le Buisson	le-buisson	FR	48100	0	Europe/Paris	47.58476	3.25297				27	89	891	89420
3004925	Le Buisson	le-buisson	FR	48100	0	Europe/Paris	45.5905	3.56074				84	63	631	63023
3004926	Le Buisson	le-buisson	FR	48100	0	Europe/Paris	45.41302	6.09407				84	38	381	38078
3004927	Le Buisson	le-buisson	FR	48100	0	Europe/Paris	45.40645	0.45914		La Buisson,Le Buisson		75	24	243	24199
3004928	Le Buisson	le-buisson	FR	48100	50	Europe/Paris	45.20454	5.88023	700			84	38	381	38404
3004929	Le Buisson-de-Cadouin	le-buisson-de-cadouin	FR	24480	2143	Europe/Paris	44.85	0.91667		Buisson-de-Cadouin,Le Buisson-Cussac,Le-Bjuisson-de-Kaduen,Lo Boisson,Lo Boisson de Cadonh,lei bi yi song de ka du an,Ле-Бюиссон-де-Кадуен,Ле-Бюїссон-де-Кадуен,ル・ビュイソン＝ド＝カドゥアン,勒比伊松德卡杜安		75	24	241	24068
3004930	Le Buisson	le-buisson	FR	48100	221	Europe/Paris	44.62759	3.23491		Le Buisson		76	48	482	48032
3004933	Le Buis	le-buis	FR	87140	194	Europe/Paris	46.03577	1.2021		Le Buis		75	87	871	87023
3004934	Le Buis	le-buis	FR	87140	0	Europe/Paris	44.2812	4.12007				76	30	301	30216
3004935	Le Bugue	le-bugue	FR	24260	2928	Europe/Paris	44.91847	0.92714		Albuga,Aubuga,Le-Bjug,lei bi gai,Ле-Бюг,勒比盖		75	24	244	24067
3004937	Lebucquière	lebucquiere	FR	62124	240	Europe/Paris	50.11241	2.96668		L'Bucquere,Lebjuk'er,Lebjuker,Lebucquiere,Lebucquière,L’Bucquère,lei bi qu ye er,lybwskywr,Лебюкьер,Лебюкєр,ليبوسكيور,勒比屈耶尔		32	62	621	62493
3004941	Le Brusquet	le-brusquet	FR	04420	1003	Europe/Paris	44.16126	6.30925		Le Brusquet,Le-Brjuske,Lo Brusquet,lei bu lu si qu ai,Ле-Брюске,勒布吕斯屈埃		93	04	043	04036
3004948	Le Brugeron	le-brugeron	FR	63880	265	Europe/Paris	45.71186	3.71906		Le Brugeron		84	63	631	63057
3004958	Le Brouilh-Monbert	le-brouilh-monbert	FR	32350	0	Europe/Paris	43.66667	0.38333				76	32	323	32065
3004962	Le Broc	le-broc	FR	06510	626	Europe/Paris	45.50084	3.24388		Le Broc		84	63	633	63054
3004963	Le Broc	le-broc	FR	06510	1063	Europe/Paris	43.80878	7.16882		Le Broc		93	06	061	06025
3004976	Le Brignon	le-brignon	FR	43370	0	Europe/Paris	46.91158	3.16209				27	58	583	58152
3004977	Le Brignon	le-brignon	FR	43370	569	Europe/Paris	44.93521	3.88012		Le Brignon		84	43	432	43039
3004982	Le Brévedent	le-brevedent	FR	14130	151	Europe/Paris	49.2264	0.30032		Le Brevedent,Le Brévedent		28	14	143	14104
3004983	Le Breuil-sur-Couze	le-breuil-sur-couze	FR	63340	1020	Europe/Paris	45.4686	3.2631		Le Breuil,Le Breuil-sur-Couze		84	63	633	63052
3004984	Le Breuil-sous-Argenton	le-breuil-sous-argenton	FR	79150	429	Europe/Paris	46.99193	-0.42949		Le Breuil,Le Breuil-sous-Argenton		75	79	791	79013
3004988	Le Breuil-en-Bessin	le-breuil-en-bessin	FR	14330	271	Europe/Paris	49.25744	-0.86183		Le Breuil,Le Breuil-en-Bessin		28	14	141	14103
3004989	Le Breuil-en-Auge	le-breuil-en-auge	FR	14130	891	Europe/Paris	49.22878	0.22483		Le Breuil,Le Breuil-en-Auge		28	14	143	14102
3004991	Le Breuil-Bernard	le-breuil-bernard	FR	79320	437	Europe/Paris	46.72012	-0.55274		Breuil-Bernard,Le Breuil-Bernard		75	79	791	79179
3004993	Le Breuil	le-breuil	FR	03120	348	Europe/Paris	48.97702	3.64844		Le Breuil		44	51	512	51085
3004994	Le Breuil	le-breuil	FR	03120	0	Europe/Paris	48.82386	1.77973				11	78	782	78265
3004995	Le Breuil	le-breuil	FR	03120	0	Europe/Paris	48.56566	0.42985				28	61	613	61087
3004996	Le Breuil	le-breuil	FR	03120	0	Europe/Paris	48.35296	1.23856				24	28	281	28234
3004997	Le Breuil	le-breuil	FR	03120	0	Europe/Paris	48.01135	3.96997				44	10	103	10099
3004998	Le Breuil	le-breuil	FR	03120	0	Europe/Paris	47.68865	1.19522				24	41	411	41281
3004999	Le Breuil	le-breuil	FR	03120	0	Europe/Paris	47.32929	-0.62845				52	49	491	49022
3005000	Le Breuil	le-breuil	FR	03120	0	Europe/Paris	47.16933	3.37857				27	58	584	58218
3005001	Le Breuil	le-breuil	FR	03120	3529	Europe/Paris	46.80654	4.46953		Le Breuil		27	71	711	71059
3005002	Le Breuil	le-breuil	FR	03120	0	Europe/Paris	46.78609	2.26467				24	18	182	18114
3005003	Le Breuil	le-breuil	FR	03120	0	Europe/Paris	46.65	3.38333				84	03	032	03121
3005004	Le Breuil	le-breuil	FR	03120	0	Europe/Paris	46.62653	0.97605				24	36	361	36178
3005005	Le Breuil	le-breuil	FR	03120	0	Europe/Paris	46.33425	2.12791				75	23	231	23064
3005006	Le Breuil	le-breuil	FR	03120	0	Europe/Paris	46.21667	2.6				84	03	031	03280
3005007	Le Breuil	le-breuil	FR	03120	0	Europe/Paris	46.18301	3.6583		Le Breuil		84	03	033	03042
3005008	Le Breuil	le-breuil	FR	03120	0	Europe/Paris	46.13235	2.49584				75	23	231	23203
3005009	Le Breuil	le-breuil	FR	03120	0	Europe/Paris	45.93333	1.81161				75	23	232	23227
3005010	Le Breuil	le-breuil	FR	03120	385	Europe/Paris	45.89414	4.58753		Le Breuil		84	69	692	69026
3005011	Le Breuil	le-breuil	FR	03120	0	Europe/Paris	45.84926	1.16007				75	87	872	87201
3005012	Le Breuil	le-breuil	FR	03120	0	Europe/Paris	45.76667	1.13333				75	87	872	87166
3005013	Le Breuil	le-breuil	FR	03120	0	Europe/Paris	45.70133	0.84936				75	87	873	87054
3005014	Le Breuil	le-breuil	FR	03120	0	Europe/Paris	45.56667	2.18333				75	19	193	19136
3005015	Le Breuil	le-breuil	FR	03120	0	Europe/Paris	45.56667	0.28333				75	16	161	16119
3005016	Le Breuil	le-breuil	FR	03120	0	Europe/Paris	45.37572	1.19077				75	24	242	24526
3005017	Le Breuil	le-breuil	FR	03120	0	Europe/Paris	45.24946	2.21293				75	19	193	19264
3005018	Le Breuil	le-breuil	FR	03120	0	Europe/Paris	45.14555	1.02067				75	24	244	24004
3005019	Le Breuil	le-breuil	FR	03120	0	Europe/Paris	45.1309	0.60771				75	24	243	24295
3005020	Le Breuil	le-breuil	FR	03120	0	Europe/Paris	45.10383	1.64324				75	19	191	19105
3005021	Le Breuil	le-breuil	FR	03120	0	Europe/Paris	45.04718	1.09659		Breuil,Le Breuil		75	24	244	24552
3005022	Le Breuil	le-breuil	FR	03120	0	Europe/Paris	44.99246	1.76566				75	19	191	19280
3005023	Le Breuil	le-breuil	FR	03120	0	Europe/Paris	44.94523	0.48998				75	24	243	24259
3005024	Le Breuil	le-breuil	FR	03120	0	Europe/Paris	44.75914	1.08535				75	24	244	24206
3005025	Le Breuil	le-breuil	FR	03120	0	Europe/Paris	44.72458	1.01512				75	24	244	24517
3005026	Le Brethon	le-brethon	FR	03350	359	Europe/Paris	46.57091	2.71746		Le Brethon		84	03	031	03041
3005028	Le Breil-sur-Mérize	le-breil-sur-merize	FR	72370	1181	Europe/Paris	48.00778	0.47669		Le Breil,Le Breil-sur-Merize,Le Breil-sur-Mérize		52	72	722	72046
3005034	Lebreil	lebreil	FR	46800	0	Europe/Paris	44.32286	1.16787		Lebreil		76	46	461	46201
3005048	Le Bouyssou	le-bouyssou	FR	46120	144	Europe/Paris	44.69203	1.94358		Le Bouyssou		76	46	462	46036
3005060	Le Bousquet-d'Orb	le-bousquet-d-orb	FR	34260	1601	Europe/Paris	43.6925	3.16595		Bousquet-d'Orb,Le Bousquet,Le Bousquet-d'Orb		76	34	341	34038
3005061	Le Bousquet	le-bousquet	FR	11140	0	Europe/Paris	45.06473	1.20803				75	24	244	24014
3005062	Le Bousquet	le-bousquet	FR	11140	0	Europe/Paris	44.89101	2.43441				84	15	151	15012
3005063	Le Bousquet	le-bousquet	FR	11140	0	Europe/Paris	44.74865	0.95074				75	24	244	24478
3005064	Le Bousquet	le-bousquet	FR	11140	0	Europe/Paris	44.65724	2.80832				76	12	122	12156
3005065	Le Bousquet	le-bousquet	FR	11140	58	Europe/Paris	42.74342	2.16315		Le Bousquet		76	11	112	11047
3005066	Le Bouscat	le-bouscat	FR	33110	24232	Europe/Paris	44.86488	-0.59864		Bouscat,Le Bouscat,Le Buka,Le-Buska,Le-Buskat,Lo Boscat,lei bu si ka,leubuseuka,lw bwska,Ле Бука,Ле-Буска,Ле-Бускат,لو بوسکا,ル・ブスカ,勒布斯卡,르부스카		75	33	332	33069
3005070	Le Bourguet	le-bourguet	FR	83840	0	Europe/Paris	45.01142	2.77962				84	15	153	15026
3005071	Le Bourguet	le-bourguet	FR	83840	0	Europe/Paris	43.78392	6.5188		Bourguet,Burge,Le Bourguet,Le-Burge,Lo Borguet,Sant Peire de Bagarri,Sant Pèire de Bagarri,lai bu er ju e,Бурге,Ле-Бурге,莱布尔居厄		93	83	831	83020
3005073	Le Bourg-Saint-Léonard	le-bourg-saint-leonard	FR	61310	388	Europe/Paris	48.76667	0.11667		Le Bourg,Le Bourg-Saint-Leonard,Le Bourg-Saint-Léonard		28	61	612	61474
3005076	Le Bourgneuf-la-Forêt	le-bourgneuf-la-foret	FR	53410	1650	Europe/Paris	48.16418	-0.97064		Le Bourgneuf,Le Bourgneuf-la-Foret,Le Bourgneuf-la-Forêt		52	53	532	53039
3005081	Le Bourget-du-Lac	le-bourget-du-lac	FR	73370	4263	Europe/Paris	45.65362	5.8549		Bourget-du-Lac,Burzhe di Lak,Le Bourget,Le Bourget-du-Lac,Le-Burzhe-dju-Lak,Monterminod,Бурже ди Лак,Ле-Бурже-дю-Лак		84	73	732	73051
3005082	Le Bourget	le-bourget	FR	93350	12690	Europe/Paris	48.93405	2.43584		Bourget,Le Bourget		11	93	932	93013
3005083	Le Bourget	le-bourget	FR	93350	0	Europe/Paris	46.46667	5.66667				27	39	392	39397
3005084	Le Bourget	le-bourget	FR	93350	0	Europe/Paris	45.5762	6.18668				84	73	732	73270
3005085	Le Bourget	le-bourget	FR	93350	0	Europe/Paris	44.87576	6.76891				93	05	051	05027
3005086	Le Bourget	le-bourget	FR	93350	0	Europe/Paris	44.56215	6.29549				93	05	052	05040
3005087	Le Bourget	le-bourget	FR	93350	0	Europe/Paris	44.39801	6.69243				93	04	041	04086
3005090	Le Bourg-Dun	le-bourg-dun	FR	76740	452	Europe/Paris	49.86397	0.88731		Bourg-Dun,Le Bourg-Dun		28	76	761	76133
3005091	Le Bourg-d'Oisans	le-bourg-d-oisans	FR	38520	3352	Europe/Paris	45.05483	6.03366		Bourg-d'Oisans,Bur-d-Uazan,Le Bourg-d'Oisans,XBI,le bourg-d'oisans,Бур-д-Уазан		84	38	381	38052
3005092	Le Bourg-d'Hem	le-bourg-d-hem	FR	23220	0	Europe/Paris	46.29637	1.82734		Le Bourg-d'Hem		75	23	232	23029
3005095	Le Bourg	le-bourg	FR	46120	0	Europe/Paris	44.81667	6.23333				93	05	052	05064
3005096	Le Bourg	le-bourg	FR	46120	264	Europe/Paris	44.70936	1.90367		Bourg,Bur,Le Bourg,Le-Bur,Lo Borg,l bwrg,lei bu er,Бур,Ле-Бур,ل بورگ,勒布尔		76	46	462	46034
3005097	Le Bourdet	le-bourdet	FR	79210	477	Europe/Paris	46.23408	-0.62528		Le Bourdet		75	79	792	79046
3005098	Le Bourdeix	le-bourdeix	FR	24300	242	Europe/Paris	45.5886	0.63169		Bourdeix,Le Bourdeix,Le-Burde,Lo Bordelh,Lu Bordelh,lei bu er dai,Ле-Бурде,勒布尔代		75	24	242	24056
3005099	Le Boupère	le-boupere	FR	85510	2985	Europe/Paris	46.7957	-0.92641		Boupere,Boupère,Buper,Le Boupere,Le Boupère,Le-Buper,lai bu pei lei,Бупер,Ле-Бупер,莱布佩勒		52	85	851	85031
3005100	Le Boulvé	le-boulve	FR	46800	194	Europe/Paris	44.41985	1.14717		Le Boulve,Le Boulvé		76	46	461	46033
3005102	el Voló	el-volo	FR	66160	4952	Europe/Paris	42.52424	2.83336		Le Boulou,el Volo,el Voló		76	66	661	66024
3005104	Le Boullay-Thierry	le-boullay-thierry	FR	28210	0	Europe/Paris	48.63925	1.42991		Boullay-la-Societe,Boullay-la-Société,Le Boullay-Thierry		24	28	283	28055
3005105	Le Boullay-Mivoye	le-boullay-mivoye	FR	28210	394	Europe/Paris	48.64766	1.40423		Boullay-Brutus,Le Boullay-Mivoie,Le Boullay-Mivoye		24	28	283	28054
3005108	Leboulin	leboulin	FR	32810	303	Europe/Paris	43.66667	0.66667		Leboulin		76	32	321	32207
3005110	Le Boulay-Morin	le-boulay-morin	FR	27930	591	Europe/Paris	49.08333	1.18333		Le Boulay-Morin,le Boulay		28	27	273	27099
3005112	Le Boulay	le-boulay	FR	37110	0	Europe/Paris	49.5916	1.04988				28	76	763	76675
3005113	Le Boulay	le-boulay	FR	37110	0	Europe/Paris	48.78328	1.65973				11	78	782	78263
3005114	Le Boulay	le-boulay	FR	37110	0	Europe/Paris	48.67854	0.49719				28	61	613	61162
3005115	Le Boulay	le-boulay	FR	37110	0	Europe/Paris	48.58354	0.34879				28	61	611	61284
3005116	Le Boulay	le-boulay	FR	37110	0	Europe/Paris	48.45133	1.10724				24	28	281	28148
3005117	Le Boulay	le-boulay	FR	37110	0	Europe/Paris	48.38333	0.96667				24	28	284	28331
3005118	Le Boulay	le-boulay	FR	37110	0	Europe/Paris	48.38784	0.77851				28	61	613	61501
3005119	Le Boulay	le-boulay	FR	37110	0	Europe/Paris	48.2976	0.34945				52	72	722	72324
3005120	Le Boulay	le-boulay	FR	37110	0	Europe/Paris	48.23481	-0.9439				52	53	533	53226
3005121	Le Boulay	le-boulay	FR	37110	0	Europe/Paris	48.23222	0.65087				52	72	722	72020
3005122	Le Boulay	le-boulay	FR	37110	0	Europe/Paris	48.19782	1.46191				24	28	282	28305
3005123	Le Boulay	le-boulay	FR	37110	0	Europe/Paris	48.20314	0.51918				52	72	722	72281
3005124	Le Boulay	le-boulay	FR	37110	0	Europe/Paris	48.16667	0.75				52	72	722	72105
3005125	Le Boulay	le-boulay	FR	37110	0	Europe/Paris	48.16715	0.69019				52	72	722	72093
3005126	Le Boulay	le-boulay	FR	37110	0	Europe/Paris	48.15302	6.65352		Le Boulay		44	88	881	88322
3005127	Le Boulay	le-boulay	FR	37110	0	Europe/Paris	48.15245	2.20299				24	45	453	45253
3005128	Le Boulay	le-boulay	FR	37110	0	Europe/Paris	48.13333	0.51667				52	72	722	72363
3005129	Le Boulay	le-boulay	FR	37110	0	Europe/Paris	47.87144	-1.34367				53	35	351	35167
3005130	Le Boulay	le-boulay	FR	37110	0	Europe/Paris	47.63816	-1.32749				52	44	445	44054
3005131	Le Boulay	le-boulay	FR	37110	523	Europe/Paris	47.60578	0.8585		Le Boulay		24	37	373	37030
3005132	Le Boulay	le-boulay	FR	37110	0	Europe/Paris	47.43159	-1.33258				52	44	445	44107
3005139	Le Bouillon	le-bouillon	FR	61500	0	Europe/Paris	48.63715	-1.91707				53	35	354	35299
3005140	Le Bouillon	le-bouillon	FR	61500	157	Europe/Paris	48.563	0.10256		Le Bouillon		28	61	611	61056
3005144	Le Bouchon-sur-Saulx	le-bouchon-sur-saulx	FR	55500	219	Europe/Paris	48.61643	5.2321		Le Bouchon,Le Bouchon-sur-Saulx		44	55	551	55061
3005145	Le Bouchet-Saint-Nicolas	le-bouchet-saint-nicolas	FR	43510	256	Europe/Paris	44.89036	3.78925		Bouchet-le-Lac,Le Bouchet,Le Bouchet-Saint-Nicolas		84	43	432	43037
3005146	Le Bouchet-Mont-Charvin	le-bouchet-mont-charvin	FR	74230	0	Europe/Paris	45.79756	6.36414		Bushe,Le Bouchet,Le Bouchet-Mont Charvin,Le Bouchet-Mont-Charvin,Le-Bushe,Буше,Ле-Буше		84	74	741	74045
3005167	Le Bouchaud	le-bouchaud	FR	03130	0	Europe/Paris	46.85388	5.58963		Le Bouchaud		27	39	391	39049
3005168	Le Bouchaud	le-bouchaud	FR	03130	223	Europe/Paris	46.30565	3.89804		Le Bouchaud		84	03	033	03035
3005171	Le Bouchage	le-bouchage	FR	16350	197	Europe/Paris	46.0453	0.39466		Le Bouchage		75	16	163	16054
3005172	Le Bouchage	le-bouchage	FR	16350	503	Europe/Paris	45.6724	5.52094		Le Bouchage		84	38	382	38050
3005182	Le Bosc-Roger-en-Roumois	le-bosc-roger-en-roumois	FR	27670	3151	Europe/Paris	49.28333	0.93333		Bosc-Roger-en-Roumois,Boscroger,Le Bosc-Roger,Le Bosc-Roger-en-Roumois		28	27	272	27090
3005183	Le Bosc-Renoult	le-bosc-renoult	FR	61470	247	Europe/Paris	48.91651	0.32126		Le Bosc-Renoult		28	61	613	61054
3005187	Le Bosc	le-bosc	FR	09000	835	Europe/Paris	43.71001	3.38465		Le Bosc,Ruberlac,Ruyernous		76	34	342	34036
3005188	Le Bosc	le-bosc	FR	09000	145	Europe/Paris	42.95	1.46667		Le Bosc		76	09	091	09063
3005194	Le Born	le-born	FR	31340	156	Europe/Paris	44.55949	3.56057		Le Born		76	48	482	48029
3005195	Le Born	le-born	FR	31340	295	Europe/Paris	43.88478	1.54478		Born,Le Born		76	31	313	31077
3005202	Bono	bono	FR	56400	1994	Europe/Paris	47.6404	-2.94986		Ar Bonou,Ar Bonoù,Bono,Le Bono		53	56	563	56262
3005203	Le Bonhomme	le-bonhomme	FR	68650	806	Europe/Paris	48.17205	7.11609		Bonhomme,Le Bonhomme,Le-Bonom,Le-Bonomm,lei bang weng,Ле-Боном,Ле-Бономм,勒邦翁		44	68	682	68044
3005214	Le Bois-Robert	le-bois-robert	FR	76590	285	Europe/Paris	49.83618	1.14853		Le Bois-Robert		28	76	761	76112
3005218	Le Bois-Plage-en-Ré	le-bois-plage-en-re	FR	17580	2401	Europe/Paris	46.18622	-1.39238		Boa Plazh an Re,Bois-Plage-en-Re,Bois-Plage-en-Ré,La Verite,La Vérité,Le Bois,Le Bois Plage,Le Bois-Plage-en-Re,Le Bois-Plage-en-Ré,Le Bua Plaz an Re,Le-Bua-Plazh-an-Re,lei de qu lei bu wa si-pu la ge,Боа Плаж ан Ре,Ле-Буа-Плаж-ан-Ре,Լե Բուա Պլաժ ան Ռե,雷地区勒布瓦斯-普拉格		75	17	173	17051
3005221	Le Boisle	le-boisle	FR	80150	433	Europe/Paris	50.27122	1.98444		Le Boisle		32	80	801	80109
3005226	Le Bois-Hellain	le-bois-hellain	FR	27260	212	Europe/Paris	49.27867	0.39036		Le Bois		28	27	272	27071
3005247	Le Bois	le-bois	FR	73260	0	Europe/Paris	48.12524	1.50344				24	28	282	28283
3005248	Le Bois	le-bois	FR	73260	293	Europe/Paris	45.48986	6.49927		Boa,Bois,Le-Bua,l bwys,Боа,Ле-Буа,ل بویس		84	73	731	73003
3005249	Le Bois	le-bois	FR	73260	0	Europe/Paris	45.22732	3.95799				84	43	432	43164
3005250	Le Bois	le-bois	FR	73260	0	Europe/Paris	44.51416	6.4453				93	05	052	05045
3005255	Le Bodéo	le-bodeo	FR	22320	197	Europe/Paris	48.32203	-2.93422		Bodeou,Bodeoù,Le Bodeo,Le Bodéo		53	22	224	22009
3005260	Le Bô	le-bo	FR	14690	110	Europe/Paris	48.89566	-0.44901		Le Bo,Le Bô		28	14	142	14080
3005263	Le Bleymard	le-bleymard	FR	48190	490	Europe/Paris	44.48643	3.73471		Blemar,Bleymard,Le Bleymard,Le-Blejmar,Lo Blumar,lei bu lai ma er,Блемар,Ле-Блеймар,勒布莱马尔		76	48	482	48027
3005269	Le Blanc-Mesnil	le-blanc-mesnil	FR	93150	48077	Europe/Paris	48.93872	2.46138		Le Blan Menil,Le Blanc-Mesnil,Le-Blan-Menij,Le-Blan-Menil',lei bu lang-mei ni er,lw blan mznyl,lw blan-mnyl,Ле Блан Менил,Ле-Блан-Мений,Ле-Блан-Мениль,Ле-Блан-Меній,لو بلان مزنیل,لو بلان-منیل,ル・ブラン＝メニル,勒布朗-梅尼尔		11	93	932	93007
3005270	Le Blanc	le-blanc	FR	36300	7026	Europe/Paris	46.63371	1.06272		Blanc,Le Blanc	361	24	36	361	36018
3005271	Le Blanc	le-blanc	FR	36300	0	Europe/Paris	45.66115	4.5078				84	69	691	69078
3005272	Le Bizot	le-bizot	FR	25210	207	Europe/Paris	47.13448	6.67065		Le Bizot		27	25	253	25062
3005274	Le Biot	le-biot	FR	74430	0	Europe/Paris	48.60752	0.30775				28	61	611	61398
3005275	Le Biot	le-biot	FR	74430	377	Europe/Paris	46.26228	6.63132		Le Biot		84	74	744	74034
3005277	Le Bignon-Mirabeau	le-bignon-mirabeau	FR	45210	281	Europe/Paris	48.14813	2.92342		Bignon-Mirabeau,Binon Mirabo,Le Bignon-Mirabeau,Le-Bin'on-Mirabo,lei bi ni weng mi la bo,Бињон Мирабо,Ле-Біньон-Мірабо,勒比尼翁米拉博		24	45	451	45032
3005278	Le Bignon-du-Maine	le-bignon-du-maine	FR	53170	329	Europe/Paris	47.95022	-0.61046		Le Bignon,Le Bignon-du-Maine		52	53	531	53030
3005279	Le Bignon	le-bignon	FR	44140	0	Europe/Paris	48.04618	2.04448				24	45	452	45224
3005280	Le Bignon	le-bignon	FR	44140	0	Europe/Paris	48.02895	2.61742				24	45	451	45343
3005281	Le Bignon	le-bignon	FR	44140	0	Europe/Paris	47.47393	-1.96405		Le Bignon		52	44	443	44068
3005282	Le Bignon	le-bignon	FR	44140	2793	Europe/Paris	47.09854	-1.49103		Bignon,Binon,Bugnonium,Le Bignon,Le-Bin'on,lei bi ni weng,Бињон,Ле-Біньон,勒比尼翁		52	44	442	44014
3005285	Lebiez	lebiez	FR	62990	213	Europe/Paris	50.46967	1.98271		Leb'ez,Lebez,Lebiez,lei bi ye,lybyz,Лебьез,Лебєз,ليبيز,勒比耶		32	62	624	62492
3005286	Le Bez	le-bez	FR	81260	0	Europe/Paris	45.02179	4.05715				84	43	432	43200
3005287	Le Bez	le-bez	FR	81260	0	Europe/Paris	44.94336	6.55386				93	05	051	05161
3005288	Le Bez	le-bez	FR	81260	0	Europe/Paris	44.4	6.21667				93	05	052	05022
3005289	Le Bez	le-bez	FR	81260	747	Europe/Paris	43.60849	2.47545		Le Bez		76	81	812	81031
3005292	Lebeuville	lebeuville	FR	54740	157	Europe/Paris	48.43499	6.24646		Lebeuville		44	54	543	54307
3005293	Le Beulay	le-beulay	FR	88490	116	Europe/Paris	48.30078	7.07197		Bele,Beulay,Le Beulay,Le-Bele,lei bo lai,Беле,Ле-Беле,勒伯莱		44	88	883	88057
3005294	Le Beugnon	le-beugnon	FR	79130	370	Europe/Paris	46.5819	-0.50005		Le Beugnon		75	79	793	79077
3005296	Lebetain	lebetain	FR	90100	416	Europe/Paris	47.48851	6.97581		Lebetain,Lebétain		27	90	901	90063
3005302	Le Bessat	le-bessat	FR	42660	423	Europe/Paris	45.36738	4.51734		Le Bessat		84	42	423	42017
3005305	Le Bersac	le-bersac	FR	05700	158	Europe/Paris	44.41034	5.75027		Bersac,Bersak,Le Bersac,Le-Bersak,Lo Bersac,lei bei er sa ke,Берсак,Ле-Берсак,勒贝尔萨克		93	05	052	05021
3005308	Le Bernard	le-bernard	FR	85560	663	Europe/Paris	46.43844	-1.47072		Bernar,Bernard,Bonfond,Le Bernard,Le-Bernar,l brnard,lai bei er na er,Бернар,Ле-Бернар,ل برنارد,莱贝尔纳尔		52	85	853	85022
3005311	Le Bény-Bocage	le-beny-bocage	FR	14350	991	Europe/Paris	48.93655	-0.83893		Le Beny-Bocage,Le Bény-Bocage,Le-Beni-Bokazh,lei bei ni bo ka ge,Ле-Бени-Бокаж,Ле-Бені-Бокаж,勒贝尼博卡格		28	14	144	14061
3005312	Le Bellay-en-Vexin	le-bellay-en-vexin	FR	95750	257	Europe/Paris	49.15168	1.88681		Bellay,Le Belej an Veksen,Le Bellay-en-Vexin,Le-Belle-an-Veksen,fu ke sang de qu lei bei lai,le Bellay,Ле Белеј ан Вексен,Ле-Белле-ан-Вексен,弗克桑地区勒贝莱		11	95	953	95054
3005314	Le Bélieu	le-belieu	FR	25500	286	Europe/Paris	47.11967	6.63244		Le Belieu,Le Bélieu		27	25	253	25050
3005317	Le Bec-Thomas	le-bec-thomas	FR	27370	231	Europe/Paris	49.23753	0.98213		Le Bec-Thomas		28	27	272	27053
3005321	Le Bec-Hellouin	le-bec-hellouin	FR	27800	433	Europe/Paris	49.23125	0.72132		Le Bec Hellouin,Le Bec-Hellouin,Le-Bek-Elluen,lei bei ke ai lu an,Ле-Бек-Еллуен,勒贝克埃卢安		28	27	272	27052
3005326	Le Beausset	le-beausset	FR	83330	8568	Europe/Paris	43.19822	5.80267		Le Beausset,Le-Bose,Le-Bosse,Lo Baucet,lei bo sai,Ле-Босе,Ле-Боссе,勒博塞		93	83	832	83016
3005332	Le Beaucet	le-beaucet	FR	84210	373	Europe/Paris	43.98407	5.11917		Beaucet,Bose,Le Beaucet,Le-Bose,Lo Baucet,Босе,Ле-Босе		93	84	843	84011
3005334	Le Béage	le-beage	FR	07630	355	Europe/Paris	44.84915	4.11893		Beage,Beazh,Béage,Le Beage,Le Béage,Le-Beazh,Lo Biatge,lei bei a ge,Беаж,Ле-Беаж,勒贝阿格		84	07	071	07026
3005346	Le Bastit	le-bastit	FR	46500	113	Europe/Paris	44.72263	1.66514		Le Bastit,Le Bastit-pres-Gramat		76	46	463	46018
3005470	La Villette	la-villette	FR	14570	0	Europe/Paris	46.89044	1.94664				24	36	364	36222
3005471	La Villette	la-villette	FR	14570	0	Europe/Paris	46.86667	2.93333				24	18	182	18106
3005358	Le Bar-sur-Loup	le-bar-sur-loup	FR	06620	2805	Europe/Paris	43.7	6.98333		Bar-sur-le-Loup,Le Bar,Le Bar sur Loup,Le-Bar-sjur-Lu,So Barn,lu he pan lei ba,ly bar swr lwb,Ле-Бар-сюр-Лу,لي بار سور لوب,ル・バール＝シュル＝ルー,卢河畔勒巴		93	06	061	06010
3005359	Le Barroux	le-barroux	FR	84330	605	Europe/Paris	44.13634	5.09956		Barroux,Baru,Le Barroux,Le-Barru,Lo Baros,Lo Barós,lai ba er lu,Бару,Ле-Барру,莱巴尔鲁		93	84	843	84008
3005360	Le Barp	le-barp	FR	33114	4230	Europe/Paris	44.60784	-0.77318		Le Barp		75	33	336	33029
3005363	Le Bardon	le-bardon	FR	45130	887	Europe/Paris	47.84492	1.65232		Bardon,Le Bardon,Le-Bardon,l bradwn,lei ba er dong,Бардон,Ле-Бардон,ل برادون,勒巴尔东		24	45	452	45020
3005364	Le Barcarès	le-barcares	FR	66420	3831	Europe/Paris	42.78773	3.03656		Barcares-de-Saint-Laurent,Barcarès-de-Saint-Laurent,El Barcares,El Barcarès,Le Barcares,Le Barcarès		76	66	662	66017
3005365	Le Barboux	le-barboux	FR	25210	202	Europe/Paris	47.12034	6.71606		Le Barboux		27	25	253	25042
3005370	Le Baizil	le-baizil	FR	51270	264	Europe/Paris	48.96988	3.79441		Le Baizil		44	51	512	51033
3005371	Le Bailleul	le-bailleul	FR	72200	0	Europe/Paris	47.76667	-0.15833				52	72	721	72022
3005382	Léaz	leaz	FR	01200	508	Europe/Paris	46.0978	5.8825		Leaz,Léaz		84	01	013	01209
3005383	Léaupartie	leaupartie	FR	14340	64	Europe/Paris	49.18345	0.04167		Leaupartie,Léaupartie		28	14	143	14358
3005384	Léalvillers	lealvillers	FR	80560	170	Europe/Paris	50.06447	2.5096				32	80	804	80470
3005387	Lazer	lazer	FR	05300	314	Europe/Paris	44.34841	5.83737		Lazer		93	05	052	05073
3005389	Lazenay	lazenay	FR	18120	0	Europe/Paris	47.0717	2.06002				24	18	183	18124
3005390	Lazenay	lazenay	FR	18120	0	Europe/Paris	46.97305	2.33314				24	18	181	18008
3005394	Laz	laz	FR	29520	735	Europe/Paris	48.13746	-3.83592		Laz		53	29	292	29122
3005395	Lays-sur-le-Doubs	lays-sur-le-doubs	FR	71270	150	Europe/Paris	46.92308	5.24716		Lays,Lays-sur-le-Doubs,Le-sjur-le-Du,Ле-сюр-ле-Ду		27	71	714	71254
3005396	Lay-Saint-Remy	lay-saint-remy	FR	54570	362	Europe/Paris	48.68057	5.76242		Lay,Lay-Saint-Remy,Lay-Saint-Rémy		44	54	544	54306
3005397	Lay-Saint-Christophe	lay-saint-christophe	FR	54690	2681	Europe/Paris	48.74926	6.19735		Lay,Lay-Saint-Christophe		44	54	543	54305
3005399	Layrisse	layrisse	FR	65380	157	Europe/Paris	43.14016	0.03908		Layrisse		76	65	653	65268
3005400	Layrac-sur-Tarn	layrac-sur-tarn	FR	31340	306	Europe/Paris	43.83496	1.55611		Layrac,Layrac-sur-Tarn		76	31	313	31288
3005401	Layrac	layrac	FR	47390	3400	Europe/Paris	44.13353	0.66026		Layrac		75	47	471	47145
3005405	Laymont	laymont	FR	32220	227	Europe/Paris	43.4225	0.98663		Laymont		76	32	321	32206
3005406	Lay-Lamidou	lay-lamidou	FR	64190	138	Europe/Paris	43.2912	-0.72085		Lai e Lamidon,Lai-Lamidon,Lay,Lay-Lamidou,Le-Lamidu,lai la mi du,Ле-Ламиду,Ле-Ламіду,莱拉米杜		75	64	642	64326
3005414	Laye	laye	FR	05500	232	Europe/Paris	44.64035	6.08483		LAja,Laj,Laye,lai ai,Лай,莱埃		93	05	052	05072
3005416	Lay	lay	FR	42470	663	Europe/Paris	45.95329	4.21394		Lay		84	42	422	42118
3005417	Laxou	laxou	FR	54520	16323	Europe/Paris	48.68372	6.14929		Laksu,Laxou,la ke su,Лаксу,拉克苏		44	54	543	54304
3005421	Lawarde-Mauger-l'Hortoy	lawarde-mauger-l-hortoy	FR	80250	0	Europe/Paris	49.70815	2.27902		Lawarde,Lawarde-Mauger,Lawarde-Mauger-l'Hortoy		32	80	803	80469
3005422	La Wantzenau	la-wantzenau	FR	67610	5765	Europe/Paris	48.65786	7.83068		D Wanzenoei,D Wànzenöi,La-Vanceno,Wantzenau,Wanzenau,la wang te ze nuo,la wantzynaw,lawantsnaw,Ла-Ванцено,لا وانتزيناو,لا وانٹزینو,لاوانتسناو,ラ・ヴァンツェノー,拉旺特泽诺		44	67	678	67519
3005423	La Walck	la-walck	FR	67350	0	Europe/Paris	48.8501	7.61053		La Walck		44	67	672	67372
3005425	La Vraie-Croix	la-vraie-croix	FR	56250	1138	Europe/Paris	47.6897	-2.54355		La Vraie-Croix,La-Vre-Krua,Langroez,Vraie-Croix,la fu lai ai ke lu wa,la wray-krwyy,Ла-Вре-Круа,لا ورای-کروئی,拉夫赖埃克鲁瓦		53	56	563	56261
3005427	Lavoye	lavoye	FR	55120	156	Europe/Paris	49.04524	5.136		Lavoye		44	55	551	55285
3005429	Lavoux	lavoux	FR	86800	1069	Europe/Paris	46.59635	0.5297		Lavoux		75	86	863	86124
3005430	Lavoux	lavoux	FR	86800	0	Europe/Paris	45.35282	4.09547				84	43	433	43020
3005431	Lavoûte-sur-Loire	lavoute-sur-loire	FR	43800	733	Europe/Paris	45.1183	3.90582		Lavoute,Lavoute-sur-Loire,Lavoûte-sur-Loire		84	43	432	43119
3005432	Lavoûte-Chilhac	lavoute-chilhac	FR	43380	322	Europe/Paris	45.14822	3.40331		La Vouta,La Vouta de Chilhac,La Vòuta,La Vòuta de Chilhac,Lavoute,Lavoute-Chilhac,Lavoûte,Lavoûte-Chilhac,Lavut-Shiak,la wu te xi ya ke,ravuto=shiraku,Лавут-Шиак,Лавут-Шіак,ラヴート＝シラク,拉武特希亚克		84	43	431	43118
3005434	Lavours	lavours	FR	01350	126	Europe/Paris	45.80854	5.77341		Lavours		84	01	011	01208
3005435	La Voulte-sur-Rhône	la-voulte-sur-rhone	FR	07800	5108	Europe/Paris	44.79958	4.77925		La Voulte,La Voulte-sur-Rhone,La Voulte-sur-Rhône,La Vouta,La Vòuta,La-Vul't-sjur-Ron,luo ne he pan la wu er te,Ла-Вульт-сюр-Рон,لا وولٹی-سور-رہونی,罗讷河畔拉武尔特		84	07	072	07349
3005438	Lavoncourt	lavoncourt	FR	70120	307	Europe/Paris	47.62469	5.78542		Lavoncourt		27	70	702	70299
3005443	La Voivre	la-voivre	FR	70310	650	Europe/Paris	48.33121	6.90277		La Voivre		44	88	883	88519
3005444	La Voivre	la-voivre	FR	70310	131	Europe/Paris	47.82267	6.53775		La Voivre		27	70	701	70573
3005446	Lavoine	lavoine	FR	03250	177	Europe/Paris	45.97768	3.69677		LAvena,LAvèna,Lavoine,Lavuan,la wan,lawwyn,Лавуан,لاووئن,拉万		84	03	033	03141
3005450	Lavit	lavit	FR	82120	1668	Europe/Paris	43.95674	0.9201		Lavit		76	82	821	82097
3005453	Laviron	laviron	FR	25510	353	Europe/Paris	47.25657	6.55197				27	25	253	25333
3005455	Laviolle	laviolle	FR	07530	137	Europe/Paris	44.76281	4.33921		Laviolle		84	07	071	07139
3005457	La Vineuse	la-vineuse	FR	71250	260	Europe/Paris	46.47301	4.59699		La Vineuse		27	71	715	71582
3005458	Lavincourt	lavincourt	FR	55170	61	Europe/Paris	48.66124	5.15196		Lavincourt		44	55	551	55284
3005467	La Villette	la-villette	FR	14570	0	Europe/Paris	48.88819	2.37529		Belleville-Villette,La Villette,Port de la Villette,Quartier de La Villette,Villette		11	75	751	75056
3005468	La Villette	la-villette	FR	14570	158	Europe/Paris	48.91188	-0.54316		La Villette		28	14	144	14756
3005469	La Villette	la-villette	FR	14570	0	Europe/Paris	48.48157	1.52224		Cote de La Villette,La Villette		24	28	281	28358
3005472	La Villette	la-villette	FR	14570	0	Europe/Paris	46.74581	1.92277				24	36	363	36180
3005473	La Villette	la-villette	FR	14570	0	Europe/Paris	46.4579	2.44743				84	03	031	03088
3005474	La Villette	la-villette	FR	14570	0	Europe/Paris	45.23333	6.46667				84	73	733	73261
3005475	La Villette	la-villette	FR	14570	0	Europe/Paris	45.22904	4.36468				84	43	433	43087
3005476	La Villette	la-villette	FR	14570	0	Europe/Paris	45.16429	6.0891				84	38	381	38527
3005477	La Villette	la-villette	FR	14570	0	Europe/Paris	44.79437	3.92111				84	43	432	43215
3005478	La Villette	la-villette	FR	14570	0	Europe/Paris	44.42554	5.6114				93	05	052	05048
3005479	La Villette	la-villette	FR	14570	0	Europe/Paris	43.88213	7.21702				93	06	062	06151
3005480	Lavilletertre	lavilletertre	FR	60240	623	Europe/Paris	49.19605	1.92998		Lavilletertre		32	60	601	60356
3005481	La Villetelle	la-villetelle	FR	23260	172	Europe/Paris	45.91871	2.3412		La Villetelle,Villetelle		75	23	231	23266
3005482	La Ville-sous-Orbais	la-ville-sous-orbais	FR	51270	49	Europe/Paris	48.96667	3.68333		La Ville,La Ville-sous-Orbais		44	51	512	51639
3005489	La Villeneuve-sous-Thury	la-villeneuve-sous-thury	FR	60890	173	Europe/Paris	49.15651	3.06184		La Villeneuve,La Villeneuve-sous-Thury		32	60	604	60679
3005490	La Villeneuve-les-Convers	la-villeneuve-les-convers	FR	21450	36	Europe/Paris	47.57416	4.5763		La Villeneuve,La Villeneuve-les-Convers		27	21	213	21695
3005491	La Villeneuve-lès-Charleville	la-villeneuve-les-charleville	FR	51120	93	Europe/Paris	48.80786	3.69453		La Villeneuve,La Villeneuve-les-Charleville,La Villeneuve-lez-Charleville,La Villeneuve-lès-Charleville		44	51	512	51626
3005492	La Villeneuve-en-Chevrie	la-villeneuve-en-chevrie	FR	78270	566	Europe/Paris	49.01475	1.52674		La Villeneuve-en-Chevrie,La-Vil'nev-an-Shevri,la Villeneuve,Ла-Вильнев-ан-Шеври,Ла-Вільнев-ан-Шеврі,لا ولے نیووے-این-چیوری		11	78	781	78668
3005493	La Villeneuve-Bellenoye-et-la-Maize	la-villeneuve-bellenoye-et-la-maize	FR	70240	144	Europe/Paris	47.70787	6.25208		La Villeneuve,La Villeneuve-Bellenoye-et-la-Maize		27	70	702	70558
3005495	Lavilleneuve-au-Roi	lavilleneuve-au-roi	FR	52330	0	Europe/Paris	48.15995	4.92619		Lavilleneuve,Lavilleneuve-au-Roi	52278	44	52	521	52278
3005496	La Villeneuve-au-Chêne	la-villeneuve-au-chene	FR	10140	437	Europe/Paris	48.23884	4.38788		La Villeneuve,La Villeneuve-au-Chene,La Villeneuve-au-Chêne		44	10	101	10423
3005497	La Villeneuve-au-Châtelot	la-villeneuve-au-chatelot	FR	10400	123	Europe/Paris	48.5502	3.6122		La Villeneuve,La Villeneuve-au-Chatelot,La Villeneuve-au-Châtelot		44	10	102	10421
3005498	La Villeneuve	la-villeneuve	FR	23260	0	Europe/Paris	49.141	1.63705				28	27	271	27213
3005499	La Villeneuve	la-villeneuve	FR	23260	0	Europe/Paris	48.9476	1.79124				11	78	781	78402
3005500	La Villeneuve	la-villeneuve	FR	23260	0	Europe/Paris	48.73449	2.06721		La Villeneuve,Villeneuve		11	78	782	78356
3005501	La Villeneuve	la-villeneuve	FR	23260	0	Europe/Paris	48.65483	1.6765				11	78	782	78307
3005503	La Villeneuve	la-villeneuve	FR	23260	0	Europe/Paris	48.63346	1.94362				11	78	782	78125
3005504	La Villeneuve	la-villeneuve	FR	23260	0	Europe/Paris	48.46432	-3.31758				53	22	222	22249
3005505	La Villeneuve	la-villeneuve	FR	23260	0	Europe/Paris	48.46658	1.11494				24	28	281	28148
3005506	La Villeneuve	la-villeneuve	FR	23260	0	Europe/Paris	48.40812	-3.39449				53	22	222	22025
3005507	La Villeneuve	la-villeneuve	FR	23260	0	Europe/Paris	48.20591	2.93993				11	77	774	77500
3005508	La Villeneuve	la-villeneuve	FR	23260	0	Europe/Paris	48.12182	4.03145				44	10	103	10179
3005509	Lavilleneuve	lavilleneuve	FR	52140	85	Europe/Paris	48.03886	5.51008		Lavilleneuve		44	52	522	52277
3005510	La Villeneuve	la-villeneuve	FR	23260	0	Europe/Paris	47.92269	-3.43253				53	29	294	29002
3005511	La Villeneuve	la-villeneuve	FR	23260	0	Europe/Paris	47.09724	1.68173				24	36	364	36002
3005512	La Villeneuve	la-villeneuve	FR	23260	215	Europe/Paris	46.95762	5.17274		La Villeneuve,Villeneuve		27	71	712	71578
3005513	La Villeneuve	la-villeneuve	FR	23260	94	Europe/Paris	45.89896	2.40939		La Villeneuve		75	23	231	23265
3005514	La Villeneuve	la-villeneuve	FR	23260	0	Europe/Paris	45.68443	1.8469				75	87	872	87123
3005515	La Villeneuve	la-villeneuve	FR	23260	0	Europe/Paris	45.17382	4.89058		La Villeneuve,Villeneuve		84	26	263	26295
3005522	La Ville-ès-Nonais	la-ville-es-nonais	FR	35430	742	Europe/Paris	48.54786	-1.95272		Kerlean,La Ville-es-Nonais,La Ville-ès-Nonais		53	35	354	35358
3005524	La Ville-du-Bois	la-ville-du-bois	FR	91620	6224	Europe/Paris	48.65521	2.26833		La Ville-du-Bois,La-Vil'-dju-Bua,Ville-du-Bois,la wei er di bu wa,la wyl-dw-bwyy,Ла-Виль-дю-Буа,Ла-Віль-дю-Буа,لا ویل-دو-بوئی,拉维尔迪布瓦		11	91	913	91665
3005526	La Villedieu-en-Fontenette	la-villedieu-en-fontenette	FR	70160	159	Europe/Paris	47.77176	6.19736		La Villedieu,La Villedieu-en-Fontenette		27	70	701	70555
3005527	La Villedieu-du-Clain	la-villedieu-du-clain	FR	86340	1414	Europe/Paris	46.45539	0.36956		La Villedieu,La Villedieu-du-Clain,La-Vil'd'e-dju-Klen,la wei lai di e di ke lan,la wyl dyw-dw-klayn,Ла-Вільдьє-дю-Клен,لا ویل دیو-دو-کلاین,拉维莱迪厄迪克兰		75	86	863	86290
3005528	La Villedieu	la-villedieu	FR	17470	0	Europe/Paris	48.52866	0.95679				24	28	284	28232
3005529	La Villedieu	la-villedieu	FR	17470	0	Europe/Paris	46.79518	4.42497				27	71	711	71153
3005530	La Villedieu	la-villedieu	FR	17470	284	Europe/Paris	46.06162	-0.32144		La Carmagnole,La Villedieu		75	17	175	17471
3005531	La Villedieu	la-villedieu	FR	17470	53	Europe/Paris	45.73349	1.88654		La Villedieu		75	23	231	23264
3005532	Lavilledieu	lavilledieu	FR	07170	0	Europe/Paris	45.13709	1.27354		La Villedieu,La Villedieux,Lavilledieu		75	24	244	24547
3005533	La Villedieu	la-villedieu	FR	17470	55	Europe/Paris	44.71456	3.52119		La Villedieu		76	48	482	48127
3005534	Lavilledieu	lavilledieu	FR	07170	1525	Europe/Paris	44.57545	4.45314		Lavilledieu		84	07	071	07138
3005535	La Ville-Dieu-du-Temple	la-ville-dieu-du-temple	FR	82290	0	Europe/Paris	44.03333	1.21667				76	82	822	82096
3005540	La Ville-aux-Dames	la-ville-aux-dames	FR	37700	4925	Europe/Paris	47.39551	0.76837		La Ville,La Ville-aux-Dames,Les Sables		24	37	372	37273
3005677	La Vergne	la-vergne	FR	17400	0	Europe/Paris	45.24166	2.26825				84	15	152	15036
3005678	Lavergne	lavergne	FR	46500	0	Europe/Paris	45.15636	1.83564				75	19	192	19004
3005541	La Ville-aux-Clercs	la-ville-aux-clercs	FR	41160	1237	Europe/Paris	47.91835	1.08521		La Ville,La Ville-Aux-Cleres,La Ville-Aux-Clères,La Ville-aux-Clercs,La Ville-aux-Clers,La-Vil'-o-Kler,la wei er ao ke lai er ke,la wyl-a-klyrks,Ла-Віль-о-Клер,لا ویل-آ-کلیرکس,拉维尔奥克莱尔克		24	41	412	41275
3005543	La Ville-aux-Bois-lès-Pontavert	la-ville-aux-bois-les-pontavert	FR	02160	137	Europe/Paris	49.42703	3.85107		La Ville-aux-Bois,La Ville-aux-Bois-les-Pontavert,La Ville-aux-Bois-lès-Pontavert		32	02	022	02803
3005544	La Ville-aux-Bois-lès-Dizy	la-ville-aux-bois-les-dizy	FR	02340	209	Europe/Paris	49.66184	3.992		La Ville aux Boix,La Ville-aux-Bois-les-Dizy,La Ville-aux-Bois-lès-Dizy		32	02	025	02802
3005545	La Ville-aux-Bois	la-ville-aux-bois	FR	10500	0	Europe/Paris	48.4071	4.69056		La Ville,Ville-aux-Bois		44	10	101	10411
3005546	La Ville-aux-Bois	la-ville-aux-bois	FR	10500	0	Europe/Paris	48.28562	4.50098		La Ville,La Ville-aux-Bois,La Ville-aux-Bois-les-Vendeuvre		44	10	101	10005
3005547	Laville-aux-Bois	laville-aux-bois	FR	52000	196	Europe/Paris	48.09546	5.23056		Laville,Laville-aux-Bois		44	52	521	52276
3005559	Lavillatte	lavillatte	FR	07660	90	Europe/Paris	44.74416	3.9526		Lavilatte,Lavillatte,Sapette		84	07	071	07137
3005564	Lavigny	lavigny	FR	39210	378	Europe/Paris	46.71546	5.59565		Lavigny		27	39	392	39288
3005566	Lavigney	lavigney	FR	70120	123	Europe/Paris	47.71264	5.80906		Lavigney		27	70	702	70298
3005569	Lavignac	lavignac	FR	87230	127	Europe/Paris	45.72188	1.11915		Lavignac		75	87	872	87084
3005570	Lavignac	lavignac	FR	87230	0	Europe/Paris	45.45	2.4				75	19	193	19128
3005571	Lavigerie	lavigerie	FR	15300	104	Europe/Paris	45.13919	2.74847		Lavigerie		84	15	153	15102
3005573	Laviéville	lavieville	FR	80300	136	Europe/Paris	49.99161	2.57501		Lavieville,Laviéville		32	80	804	80468
3005574	La Vieux-Rue	la-vieux-rue	FR	76160	419	Europe/Paris	49.49928	1.24665		La Vieux-Rue		28	76	763	76740
3005577	Lavieu	lavieu	FR	42560	89	Europe/Paris	45.5381	4.03433		Lavieu		84	42	421	42117
3005588	La Vieille-Lyre	la-vieille-lyre	FR	27330	637	Europe/Paris	48.91667	0.75		La Vieille-Lyre		28	27	272	27685
3005589	La Vieille-Loye	la-vieille-loye	FR	39380	367	Europe/Paris	47.03844	5.63363		La Loye,La Vieille-Loye		27	39	391	39559
3005593	La Vicomté-sur-Rance	la-vicomte-sur-rance	FR	22690	824	Europe/Paris	48.48868	-1.9826		Kerveskont,La Vicomte,La Vicomte-sur-Rance,La Vicomté,La Vicomté-sur-Rance		53	22	221	22385
3005594	La Vicogne	la-vicogne	FR	80260	200	Europe/Paris	50.05468	2.32299		La Vicogne		32	80	802	80792
3005616	La Vèze	la-veze	FR	25660	451	Europe/Paris	47.2111	6.06744		La Veze,La Vèze		27	25	251	25611
3005618	Laveyssière	laveyssiere	FR	24130	0	Europe/Paris	45.12797	0.39254				75	24	243	24424
3005619	Laveyssière	laveyssiere	FR	24130	0	Europe/Paris	44.94336	0.44417				75	24	243	24259
3005622	Laveyrune	laveyrune	FR	48250	0	Europe/Paris	44.63159	3.89498				84	07	071	07136
3005623	Laveyron	laveyron	FR	26240	937	Europe/Paris	45.21012	4.82027		Lavairon,Lavejron,Laveyron,la wei long,Лавейрон,拉韦龙		84	26	263	26160
3005627	La Veuve	la-veuve	FR	51520	545	Europe/Paris	49.03036	4.317		La Veuve,La Voix-du-Peuple		44	51	511	51617
3005630	La Vespière	la-vespiere	FR	14290	1016	Europe/Paris	49.01975	0.4125		La Vespiere,La Vespière		28	14	143	14740
3005632	Lavérune	laverune	FR	34880	2760	Europe/Paris	43.58639	3.80611		La Veruna,Laverjun,Laverune,Lavérune,la wei lan,Лаверюн,拉韦兰		76	34	343	34134
3005635	Laversines	laversines	FR	60510	979	Europe/Paris	49.42483	2.1976		Laversines		32	60	601	60355
3005636	Laversine	laversine	FR	02600	98	Europe/Paris	49.35165	3.17085		Laversine		32	02	024	02415
3005637	La Versanne	la-versanne	FR	42220	332	Europe/Paris	45.31703	4.5336		La Versanne		84	42	423	42329
3005638	Laverrière	laverriere	FR	60210	31	Europe/Paris	49.68681	2.01271		Laverriere,Laverrière		32	60	601	60354
3005639	La Verrière	la-verriere	FR	78320	6427	Europe/Paris	48.752	1.94649		La Verriere,La Verrière,La-Verr'er,La-Verrer,Verriere,Verrière,Ла-Веррьер,Ла-Веррєр,لا ویریرے		11	78	782	78644
3005640	La Verrie	la-verrie	FR	85130	3613	Europe/Paris	46.96076	-0.99522		La Verrie		52	85	852	85302
3005650	La Verpillière	la-verpilliere	FR	38290	0	Europe/Paris	46.48076	3.04191				84	03	032	03238
3005651	La Verpillière	la-verpilliere	FR	38290	6205	Europe/Paris	45.63417	5.1456		La Verpilliere,La Verpillière,La-Verpijer,la wei er pi li ai,Ла-Верпийер,Ла-Верпійєр,拉韦尔皮利埃		84	38	382	38537
3005655	Lavernoy	lavernoy	FR	52140	78	Europe/Paris	47.91955	5.5664		Lavernoy		44	52	522	52275
3005656	La Vernotte	la-vernotte	FR	70130	65	Europe/Paris	47.50824	5.86834		La Vernotte		27	70	702	70549
3005657	Lavernose-Lacasse	lavernose-lacasse	FR	31410	2673	Europe/Paris	43.397	1.26205		La Vernosa e La Caca,La Vernosa e La Caça,La Vernosa e la Caca,La Vernosa e la Caça,Lavernoz-Lakas,Lavernoz-Lakass,la wei er nuo si la ka si,Лаверноз-Лакас,Лаверноз-Лакасс,拉韦尔诺斯拉卡斯		76	31	311	31287
3005658	Lavernhe	lavernhe	FR	12150	247	Europe/Paris	44.30757	3.0016		Laverhne,Lavernhe		76	12	122	12270
3005659	La Vernelle	la-vernelle	FR	36600	700	Europe/Paris	47.24854	1.54272		La Vernelle,La-Vernel',la wei er nei er,la wyrnyl,Ла-Вернель,لا ویرنیل,拉韦尔内尔		24	36	362	36233
3005661	La Vernaz	la-vernaz	FR	74200	238	Europe/Paris	46.31612	6.59435		La Vernaz		84	74	744	74295
3005662	Lavernay	lavernay	FR	25170	448	Europe/Paris	47.24685	5.81845		Lavernay		27	25	251	25332
3005663	Lavernat	lavernat	FR	72500	456	Europe/Paris	47.71827	0.33279		Lavernat		52	72	721	72160
3005664	Lavernat	lavernat	FR	72500	0	Europe/Paris	46.25308	2.94563				84	03	031	03308
3005665	La Vernarède	la-vernarede	FR	30530	430	Europe/Paris	44.28885	4.00872		La Vernarede,La Vernarède		76	30	301	30345
3005670	La Vergne	la-vergne	FR	17400	0	Europe/Paris	46.94458	2.25535				24	18	181	18133
3005671	La Vergne	la-vergne	FR	17400	0	Europe/Paris	46.25359	1.00627				75	87	871	87109
3005672	La Vergne	la-vergne	FR	17400	0	Europe/Paris	46.01667	1.9				75	23	232	23051
3005673	La Vergne	la-vergne	FR	17400	647	Europe/Paris	45.96283	-0.56426		La Vergne		75	17	175	17465
3005674	La Vergne	la-vergne	FR	17400	0	Europe/Paris	45.80216	2.71644		La Vergne,Le Vergne		84	63	634	63110
3005675	Lavergne	lavergne	FR	46500	0	Europe/Paris	45.38511	2.83396				84	15	153	15040
3005676	La Vergne	la-vergne	FR	17400	0	Europe/Paris	45.23499	2.77624				84	15	153	15213
3005679	La Vergne	la-vergne	FR	17400	0	Europe/Paris	45.02064	2.34759		La Vergne,Vergne		84	15	151	15191
3005680	Lavergne	lavergne	FR	46500	0	Europe/Paris	44.88333	1.16667				75	24	244	24366
3005681	Lavergne	lavergne	FR	46500	450	Europe/Paris	44.79832	1.76018		Lavergne		76	46	463	46165
3005682	Lavergne	lavergne	FR	46500	567	Europe/Paris	44.59178	0.39659		Lavergne		75	47	472	47144
3005683	La Vergenne	la-vergenne	FR	70200	86	Europe/Paris	47.61324	6.52857		La Vergenne		27	70	701	70544
3005685	Laverdines	laverdines	FR	18800	49	Europe/Paris	47.03428	2.78752		Laverdines,Liverdines		24	18	181	18023
3005686	La Verdière	la-verdiere	FR	83560	0	Europe/Paris	47.64943	-1.45295				52	44	445	44193
3005687	La Verdière	la-verdiere	FR	83560	849	Europe/Paris	43.6387	5.93455		La Verdiera,La Verdiere,La Verdièra,La Verdière,La-Verd'er,Verdiere,Verdière,la fu er di ai,Ла-Вердьер,Ла-Вердьєр,لا ویرڈیری,拉弗尔迪埃		93	83	833	83146
3005690	Lavercantière	lavercantiere	FR	46340	194	Europe/Paris	44.63745	1.31902		Lavercantiere,Lavercantière		76	46	463	46164
3005691	Laveraët	laveraet	FR	32230	121	Europe/Paris	43.53038	0.21396		Laveraet,Laveraët		76	32	323	32205
3005695	La Ventrouze	la-ventrouze	FR	61190	145	Europe/Paris	48.61072	0.69635		La Ventrouze		28	61	613	61500
3005696	Laventie	laventie	FR	62840	4494	Europe/Paris	50.62818	2.77076		L'Vintille,Lavanti,Laventie,L’Vintille,Wentie,la wang di,lafynty,Лаванти,Лаванті,لافينتي,拉旺蒂		32	62	622	62491
3005702	La Vendue-Mignot	la-vendue-mignot	FR	10800	239	Europe/Paris	48.16368	4.1118		La Vendue-Mignot		44	10	103	10402
3005704	La Vendelée	la-vendelee	FR	50200	391	Europe/Paris	49.08257	-1.46534		La Vendelee,La Vendelée		28	50	503	50624
3005705	Lavenay	lavenay	FR	72310	373	Europe/Paris	47.79008	0.70227		Lavenay		52	72	721	72262
3005708	Laveline-du-Houx	laveline-du-houx	FR	88640	209	Europe/Paris	48.13476	6.70476		Laveline,Laveline-devant-Bruyeres,Laveline-devant-Bruyères,Laveline-du-Houx		44	88	881	88263
3005709	Laveline-devant-Bruyères	laveline-devant-bruyeres	FR	88600	694	Europe/Paris	48.18903	6.75743		Laveline,Laveline-devant-Bruyeres,Laveline-devant-Bruyères		44	88	881	88262
3005711	Lavelanet-de-Comminges	lavelanet-de-comminges	FR	31220	533	Europe/Paris	43.25541	1.11848		LAvereit de Comenge,LAvereit de Comenges,Lavelane-de-Kommenzh,Lavelanet,Lavelanet-de-Comminges,Lavlane-de-Kommenzh,la wei la nei de ke man re,Лавелане-де-Комменж,Лавлане-де-Комменж,拉韦拉内德科曼热		76	31	311	31286
3005712	Lavelanet	lavelanet	FR	09300	7382	Europe/Paris	42.93267	1.84844		Avellanetum,LAvelhanet,Lavelane,Lavelanet,Lavelanetas,Lavlane,la wei la nei,Лавелане,Лавлане,拉韦拉内		76	09	092	09160
3005714	Laveissière	laveissiere	FR	15300	598	Europe/Paris	45.1163	2.80752		La Vaissiera,La Vaissièra,Laveissiere,Laveissière,Laves'er,la wei xi ai,Лавесьер,Лавесьєр,拉韦西埃		84	15	153	15101
3005715	Laveissenet	laveissenet	FR	15300	106	Europe/Paris	45.08171	2.88891		Laveissenet		84	15	153	15100
3005722	Lavazan	lavazan	FR	33690	193	Europe/Paris	44.39316	-0.10945		Lavazan		75	33	333	33235
3005725	Lavaveix-les-Mines	lavaveix-les-mines	FR	23150	863	Europe/Paris	46.07145	2.08868		Lavaveix,Lavaveix-les-Mines		75	23	231	23105
3005727	Lavau-sur-Loire	lavau-sur-loire	FR	44260	670	Europe/Paris	47.30706	-1.9672		Gwal-Liger,Lavau-sur-Loire,Lavo-sjur-Luar,lu wa er he pan la wo,Лаво-сюр-Луар,卢瓦尔河畔拉沃		52	44	443	44080
3005728	Lavausseau	lavausseau	FR	86470	745	Europe/Paris	46.55943	0.07371		Lavausseau,Lavosso,la wo suo,Лавоссо,拉沃索		75	86	863	86123
3005729	Lavaurette	lavaurette	FR	82240	179	Europe/Paris	44.20559	1.67044		Lavaurette		76	82	822	82095
3005733	Lavaur	lavaur	FR	24550	0	Europe/Paris	45.5509	2.13061				75	19	193	19136
3005734	Lavaur	lavaur	FR	24550	93	Europe/Paris	44.61319	1.02294		Lavaur		75	24	244	24232
3005735	Lavaur	lavaur	FR	24550	10148	Europe/Paris	43.69886	1.81211		Lavaur		76	81	812	81140
3005736	La Vaupalière	la-vaupaliere	FR	76150	1045	Europe/Paris	49.48789	0.9963		La Vaupaliere,La Vaupalière		28	76	763	76728
3005737	Lavault-Sainte-Anne	lavault-sainte-anne	FR	03100	1200	Europe/Paris	46.30999	2.60027		Lavault,Lavault-Sainte-Anne,Le Vau-sur-Cher		84	03	031	03140
3005738	Lavault-de-Frétoy	lavault-de-fretoy	FR	58230	79	Europe/Paris	47.10553	4.01283		Lavault,Lavault-de-Fretoy,Lavault-de-Frétoy		27	58	581	58141
3005740	Lavaufranche	lavaufranche	FR	23600	240	Europe/Paris	46.32026	2.27185		Lavaufranche		75	23	231	23104
3005741	Lavaudieu	lavaudieu	FR	43100	241	Europe/Paris	45.26282	3.45391		La Vau de Dieu,Lavaudieu,Laveudieu,Lavod'e,la wo di e,ravu~ode~yu,Лаводье,Лаводьє,لاواڈیو,ラヴォデュー,拉沃迪厄		84	43	431	43117
3005752	Lavau	lavau	FR	10150	488	Europe/Paris	48.32459	4.0876		Lavau		44	10	103	10191
3005753	Lavau	lavau	FR	10150	472	Europe/Paris	47.59553	2.98657		Lavau		27	89	891	89220
3005755	Lavatoggio	lavatoggio	FR	20225	106	Europe/Paris	42.57422	8.87761		Lavatodzho,Lavatoggio,Lavatoghju,Лаватоджо		94	2B	2B5	2B138
3005756	Lavastrie	lavastrie	FR	15260	229	Europe/Paris	44.93553	3.04383		Lavastrie		84	15	153	15142
3005759	Lavars	lavars	FR	38710	121	Europe/Paris	44.84875	5.67367		Lavars		84	38	381	38208
3005761	La Varenne	la-varenne	FR	49270	0	Europe/Paris	48.05602	1.31316				24	28	282	28075
3005762	La Varenne	la-varenne	FR	49270	0	Europe/Paris	47.61305	2.16324				24	41	413	41036
3005763	La Varenne	la-varenne	FR	49270	1451	Europe/Paris	47.31107	-1.31976		La Varenne,La-Varenn,la wa lei ne,Ла-Варенн,لا وارین، مینے-اے-لوئر,ラ・ヴァレンヌ,拉瓦雷讷		52	49	492	49069
3005764	Lavaré	lavare	FR	72390	767	Europe/Paris	48.05352	0.64435		Lavare,Lavaré		52	72	722	72158
3005765	Lavardin	lavardin	FR	41800	687	Europe/Paris	48.07731	0.06152		Lavardin		52	72	722	72157
3005766	Lavardin	lavardin	FR	41800	272	Europe/Paris	47.74176	0.88591		Lavardin		24	41	412	41113
3005767	Lavardens	lavardens	FR	32360	375	Europe/Paris	43.76078	0.51351		Lavardens		76	32	321	32204
3005769	Lavardac	lavardac	FR	47230	2384	Europe/Paris	44.17952	0.29829		Lavardac		75	47	474	47143
3005771	Lavaqueresse	lavaqueresse	FR	02450	0	Europe/Paris	49.94896	3.71106				32	02	025	02414
3005772	Lavans-Vuillafans	lavans-vuillafans	FR	25580	188	Europe/Paris	47.08679	6.24373		Lavans,Lavans-Vuillafans		27	25	251	25331
3005773	Lavans-sur-Valouse	lavans-sur-valouse	FR	39240	150	Europe/Paris	46.33407	5.55586		Lavans,Lavans-sur-Valouse		27	39	392	39137
3005774	Lavans-Quingey	lavans-quingey	FR	25440	117	Europe/Paris	47.0883	5.87669		Lavans,Lavans-Quingey		27	25	251	25330
3005775	Lavans-lès-Saint-Claude	lavans-les-saint-claude	FR	39170	1990	Europe/Paris	46.38484	5.78172		Lavans,Lavans-les-Louvieres,Lavans-les-Louvières,Lavans-les-Saint-Claude,Lavans-lès-Saint-Claude		27	39	393	39286
3005776	Lavans-lès-Dole	lavans-les-dole	FR	39700	274	Europe/Paris	47.15522	5.62662		Lavans,Lavans-les-Dole,Lavans-lès-Dole		27	39	391	39285
3005777	Lavannes	lavannes	FR	51110	455	Europe/Paris	49.31325	4.17248		Lavann,Lavannes,la wa nei,Лаванн,拉瓦内		44	51	513	51318
3005779	Lavangeot	lavangeot	FR	39700	164	Europe/Paris	47.15129	5.60969		Lavangeot		27	39	391	39284
3005783	Lavancia-Epercy	lavancia-epercy	FR	01590	0	Europe/Paris	46.33333	5.68333				27	39	393	39283
3005784	La Vancelle	la-vancelle	FR	67730	396	Europe/Paris	48.28596	7.30335		La Vancelle,La-Vansel',Vancelle,Wanzel,Wànzel,la fansyl,la wang sai er,la wansyl,Ла-Вансель,لا فانسيل,لا وانسیل,拉旺塞尔		44	67	675	67505
3005786	Laval-sur-Vologne	laval-sur-vologne	FR	88600	623	Europe/Paris	48.19123	6.70533		Laval,Laval-sur-Vologne		44	88	881	88261
3005787	Laval-sur-Tourbe	laval-sur-tourbe	FR	51600	45	Europe/Paris	49.13753	4.68651		Laval,Laval-sur-Tourbe		44	51	511	51317
3005788	Laval-sur-Luzège	laval-sur-luzege	FR	19550	88	Europe/Paris	45.24785	2.16189		Laval,Laval-sur-Luzege,Laval-sur-Luzège		75	19	193	19111
3005789	Laval-sur-Doulon	laval-sur-doulon	FR	43440	62	Europe/Paris	45.35154	3.56128		Laval,Laval-sur-Doulon		84	43	431	43116
3005790	Laval-Saint-Roman	laval-saint-roman	FR	30760	217	Europe/Paris	44.29824	4.50554		Laval-Saint-Roman		76	30	302	30143
3005791	Laval-Roquecezière	laval-roqueceziere	FR	12380	356	Europe/Paris	43.8	2.63333		Laval		76	12	121	12125
3005792	Laval-Pradel	laval-pradel	FR	30110	1075	Europe/Paris	44.20665	4.06591		La Val,Laval,Laval'-Pradel',Laval-Pradel,Le Pradel,la wa pu la dai,Лаваль-Прадель,拉瓦普拉代		76	30	301	30142
3005795	Laval-Morency	laval-morency	FR	08150	229	Europe/Paris	49.83195	4.49015		Laval-Morency		44	08	081	08249
3005801	Laval-le-Prieuré	laval-le-prieure	FR	25210	36	Europe/Paris	47.18682	6.62444		Laval,Laval-le-Prieure,Laval-le-Prieuré		27	25	253	25329
3005802	La Vallée-Mulâtre	la-vallee-mulatre	FR	02110	145	Europe/Paris	50.01941	3.55773		La Vallee-Mulatre,La Vallée-Mulâtre		32	02	025	02760
3005806	La Vallée-au-Blé	la-vallee-au-ble	FR	02140	340	Europe/Paris	49.85877	3.79025		La Vallee,La Vallee-au-Ble,La Vallee-aux Bleds,La Vallée,La Vallée-au-Blé,La Vallée-aux Bleds,La-Valle-o-Ble,la wa lai ou bu lai,Ла-Валле-о-Бле,拉瓦莱欧布莱		32	02	025	02759
3005807	La Vallée	la-vallee	FR	17250	0	Europe/Paris	49.40132	0.50686				28	27	272	27101
3005808	Lavallée	lavallee	FR	55260	84	Europe/Paris	48.81426	5.34351		Lavallee,Lavallée		44	55	552	55282
3005809	La Vallée	la-vallee	FR	17250	0	Europe/Paris	48.28333	0.8				24	28	284	28378
3005810	La Vallée	la-vallee	FR	17250	0	Europe/Paris	48.11667	-1.06667				53	35	351	35105
3005811	La Vallée	la-vallee	FR	17250	0	Europe/Paris	47.97362	2.76475				24	45	451	45004
3005812	La Vallée	la-vallee	FR	17250	0	Europe/Paris	47.22984	0.49351				24	37	372	37271
3005813	La Vallée	la-vallee	FR	17250	0	Europe/Paris	47.02953	3.09154				27	58	583	58121
3005814	La Vallée	la-vallee	FR	17250	0	Europe/Paris	46.71924	2.56403				24	18	182	18231
3005815	La Vallée	la-vallee	FR	17250	0	Europe/Paris	46.61016	0.37699				75	86	863	86041
3005816	La Vallée	la-vallee	FR	17250	0	Europe/Paris	46.56463	3.52667				84	03	032	03156
3005817	La Vallée	la-vallee	FR	17250	697	Europe/Paris	45.89148	-0.84148		La Vallee,La Vallée		75	17	174	17455
3005820	La Valla-en-Gier	la-valla-en-gier	FR	42131	845	Europe/Paris	45.41927	4.51778		La Valla,La Valla-en Gier,La Valla-en-Gier		84	42	423	42322
3005822	La Valla-sur-Rochefort	la-valla-sur-rochefort	FR	42111	122	Europe/Paris	45.75	3.85				84	42	421	42321
3005825	La Valette-du-Var	la-valette-du-var	FR	83160	23134	Europe/Paris	43.13763	5.98317		La Valet di Var,La Valeta,La Valette,La Valette-du-Var,La-Valet-dju-Var,La-Valett-dju-Var,la wa lei te di wa,la wylyt-dw-war,laballeteudwibaleu,lwlt dw wr,Ла Валет ди Вар,Ла-Валет-дю-Вар,Ла-Валетт-дю-Вар,لا ویلیت-دو-وار,لولت دو ور,ラ・ヴァレット＝デュ＝ヴァール,拉瓦勒特迪瓦,라발레트뒤바르		93	83	832	83144
3005826	La Valette	la-valette	FR	38350	0	Europe/Paris	48.06797	-1.37				53	35	351	35096
3005827	La Valette	la-valette	FR	38350	0	Europe/Paris	46.30608	3.05931				84	03	032	03319
3005828	Lavalette	lavalette	FR	11290	0	Europe/Paris	46.23333	2.8				84	03	031	03047
3005829	La Valette	la-valette	FR	38350	0	Europe/Paris	45.83806	2.11568				75	23	231	23091
3005830	Lavalette	lavalette	FR	11290	0	Europe/Paris	45.13333	4.21667				84	43	433	43069
3005831	La Valette	la-valette	FR	38350	0	Europe/Paris	45.07551	4.41502				84	07	073	07192
3005832	La Valette	la-valette	FR	38350	63	Europe/Paris	44.94066	5.85303		La Valette		84	38	381	38521
3005833	La Valette	la-valette	FR	38350	0	Europe/Paris	44.85979	4.63182				84	07	072	07314
3005834	La Valette	la-valette	FR	38350	0	Europe/Paris	44.84915	4.26372		La Valette,Valette		84	07	071	07267
3005835	La Valette	la-valette	FR	38350	0	Europe/Paris	44.13333	6.51667				93	04	042	04218
3005836	La Valette	la-valette	FR	38350	0	Europe/Paris	44.05406	3.63711				76	30	303	30339
3005837	Lavalette	lavalette	FR	11290	42	Europe/Paris	43.69109	3.2727		Lavalette		76	34	342	34133
3005838	Lavalette	lavalette	FR	11290	671	Europe/Paris	43.63763	1.59589		Lavalette		76	31	313	31285
3005839	Lavalette	lavalette	FR	11290	1153	Europe/Paris	43.18428	2.26825		Lavalette		76	11	111	11199
3005843	Laval-en-Laonnois	laval-en-laonnois	FR	02860	219	Europe/Paris	49.50143	3.59512		Laval,Laval-en-Laonnois		32	02	022	02413
3005844	Laval-en-Brie	laval-en-brie	FR	77148	449	Europe/Paris	48.42561	2.99695		Laval		11	77	773	77245
3005845	Laval-du-Tarn	laval-du-tarn	FR	48500	114	Europe/Paris	44.35382	3.35308		La Val de Tarn,Laval,Laval'-dju-Tarn,Laval-du-Tarn,la wa di ta er en,Лаваль-дю-Тарн,拉瓦迪塔尔恩		76	48	482	48085
3005848	Lavaldens	lavaldens	FR	38350	148	Europe/Paris	44.98331	5.88716		Lavaldens		84	38	381	38207
3005849	Laval-de-Cère	laval-de-cere	FR	46130	343	Europe/Paris	44.95313	1.9341		Laval,Laval-de-Cere,Laval-de-Cère		76	46	462	46163
3005850	Laval-d'Aurelle	laval-d-aurelle	FR	07590	0	Europe/Paris	44.56487	3.96069		Laval,Laval-d'Aurelle		84	07	071	07262
3005851	Laval-d'Aix	laval-d-aix	FR	26150	0	Europe/Paris	44.71169	5.43127		Laval,Laval-d'Aix		84	26	261	26159
3005852	La Valbonne	la-valbonne	FR	01360	0	Europe/Paris	45.85021	5.12341		La Valbonne		84	01	012	01262
3005854	Laval-Atger	laval-atger	FR	48600	202	Europe/Paris	44.80792	3.69558		Laval,Laval-Alger,Laval-Atger		76	48	482	48139
3005857	Lavalade	lavalade	FR	24540	0	Europe/Paris	44.95734	0.83511				75	24	244	24377
3005861	Lavalade	lavalade	FR	24540	0	Europe/Paris	44.69551	0.86359		La Valada,Lavalad,Lavalade,la wa la de,Лавалад,拉瓦拉德		75	24	241	24231
3005866	Laval	laval	FR	38190	50489	Europe/Paris	48.07247	-0.77019		LVA,Laval,Laval',Лаваль	53	52	53	532	53130
3005867	Laval	laval	FR	38190	0	Europe/Paris	48.02009	-1.48305				53	35	351	35002
3005868	Laval	laval	FR	38190	0	Europe/Paris	46.25209	2.86319				84	63	634	63187
3005870	Laval	laval	FR	38190	0	Europe/Paris	45.50973	2.08193				75	19	193	19071
3005871	Laval	laval	FR	38190	0	Europe/Paris	45.39921	4.48962				84	42	423	42322
3005872	Laval	laval	FR	38190	0	Europe/Paris	45.27538	1.33396				75	19	191	19015
3005874	Laval	laval	FR	38190	0	Europe/Paris	45.02429	4.56601				84	07	073	07166
3005875	Laval	laval	FR	38190	0	Europe/Paris	45.01789	1.3598				75	24	244	24215
3005876	Laval	laval	FR	38190	0	Europe/Paris	44.78668	1.49926				76	46	463	46236
3005877	Laval	laval	FR	38190	0	Europe/Paris	43.8329	3.0313				76	12	121	12147
3005878	Laval	laval	FR	38190	0	Europe/Paris	43.59157	5.92484				93	83	833	83145
3005879	La Vaivre	la-vaivre	FR	70320	0	Europe/Paris	47.91744	6.36771		La Vaivre		27	70	701	70512
3005880	La Vaivre	la-vaivre	FR	70320	0	Europe/Paris	47.53635	5.76983				27	70	702	70491
3005886	La Vacquerie-et-Saint-Martin-de-Castries	la-vacquerie-et-saint-martin-de-castries	FR	34520	135	Europe/Paris	43.789	3.46001		La Vacaria e Sant Martin de Castias,La Vacaria e Sant Martin de Castrias,La Vacariá e Sant Martin de Castrias,La Vacariá e Sant Martin de Càstias,La Vacquerie,La Vacquerie et Saint-Martin-de-Castries,La Vacquerie-et-Saint-Martin-de-Castrie,La Vacquerie-et-Saint-Martin-de-Castries,La-Vakri-e-Sen-Marten-de-Kastrij,la wa qu ai li ye-ai te-sheng ma er tan de ka si te li ye,Ла-Вакри-е-Сен-Мартен-де-Кастрий,Ла-Вакрі-е-Сен-Мартен-де-Кастрій,拉瓦屈埃里耶-埃特-圣马尔坦德卡斯特里耶		76	34	342	34317
3005887	Lavacquerie	lavacquerie	FR	60120	192	Europe/Paris	49.68189	2.09221		Lavacquerie,Lavakeri,la wa qu ai li ye,Лавакері,拉瓦屈埃里耶		32	60	601	60353
3005888	La Vacquerie	la-vacquerie	FR	14240	259	Europe/Paris	49.0936	-0.85899		La Vacquerie		28	14	144	14143
3005891	La Vacherie	la-vacherie	FR	27400	541	Europe/Paris	49.1307	1.12899		La Vacherie		28	27	271	27666
3005892	La Vacherie	la-vacherie	FR	27400	0	Europe/Paris	48.19424	4.1797				44	10	103	10100
3005893	La Vacherie	la-vacherie	FR	27400	0	Europe/Paris	45.3461	1.39697				75	19	191	19286
3005894	La Vacherie	la-vacherie	FR	27400	0	Europe/Paris	44.8871	5.18215		La Vacherie		84	26	261	26066
3005896	La Vacheresse-et-la-Rouillie	la-vacheresse-et-la-rouillie	FR	88140	129	Europe/Paris	48.15	5.78333		La Vacheresse		44	88	882	88485
3005901	Lauzun	lauzun	FR	47410	816	Europe/Paris	44.63017	0.45994		Lauzun		75	47	472	47142
3005913	Lauzès	lauzes	FR	46360	157	Europe/Paris	44.56879	1.58062		Lauzes,Lauzès		76	46	463	46162
3005914	Lauzerville	lauzerville	FR	31650	986	Europe/Paris	43.55594	1.56479		Lauzerville		76	31	313	31284
3005915	Lauzerte	lauzerte	FR	82110	1592	Europe/Paris	44.25577	1.1378		Lauserta,Lausèrta,Lauzerte,Lozert,luo ze er te,Лозерт,洛泽尔特		76	82	821	82094
3005930	Lauzach	lauzach	FR	56190	588	Europe/Paris	47.61435	-2.54542		Laozag,Lauzach		53	56	563	56109
3005932	Lauwin-Planque	lauwin-planque	FR	59553	1944	Europe/Paris	50.39024	3.0451		Lauwin,Lauwin-Planque		32	59	593	59334
3005933	Lauw	lauw	FR	68290	974	Europe/Paris	47.75629	7.01838				44	68	686	68179
3005943	Lautrec	lautrec	FR	81440	1640	Europe/Paris	43.7062	2.13834		Lautrec		76	81	812	81139
3005945	Lautignac	lautignac	FR	31370	244	Europe/Paris	43.38189	1.05686		Lautignac,Lautinhac,Lotin'jak,luo di ni ya ke,Лотиньяк,Лотіньяк,洛蒂尼亚克		76	31	311	31283
3005946	Lauthiers	lauthiers	FR	86300	74	Europe/Paris	46.60144	0.73399		Lauthiers,Lot'e,luo di ye er,Лотьє,洛蒂耶尔		75	86	862	86122
3005948	Lauterbourg	lauterbourg	FR	67630	2266	Europe/Paris	48.97515	8.17846		Lauterberg,Lauterbourg,Lauterburg,Sautersbourg		44	67	672	67261
3005949	Lautenbachzell	lautenbachzell	FR	68610	1017	Europe/Paris	47.94124	7.14643		Lotenbakzel',luo tang ba ke ze,Лотенбакзель,洛唐巴克泽		44	68	686	68178
3005950	Lautenbach	lautenbach	FR	68610	1653	Europe/Paris	47.94055	7.15768				44	68	686	68177
3005955	Laussou	laussou	FR	47150	256	Europe/Paris	44.58335	0.80762		Laussou		75	47	473	47141
3005956	Laussonne	laussonne	FR	43150	1042	Europe/Paris	44.9699	4.05204		Laussonne		84	43	432	43115
3005961	Lauroux	lauroux	FR	34700	197	Europe/Paris	43.77779	3.28888		Lauros,Lauroux,Laurós,Loru,luo lu,Лору,洛鲁		76	34	342	34132
3005966	Lauris	lauris	FR	84360	3313	Europe/Paris	43.74716	5.31346		Laurias,Lauris,Lauris-sur-Durance,Loris,Làurias,luo li,Лорис,洛里		93	84	841	84065
3005968	Laurière	lauriere	FR	87370	605	Europe/Paris	46.07634	1.47543		Lauriere,Laurière		75	87	872	87083
3005969	Laurière	lauriere	FR	87370	0	Europe/Paris	45.82748	0.781				75	16	163	16086
3005970	Laurière	lauriere	FR	87370	0	Europe/Paris	45.36667	1.11667				75	24	242	24227
3005971	Laurière	lauriere	FR	87370	0	Europe/Paris	45.22297	0.85938				75	24	243	24011
3005972	Laurie	laurie	FR	15500	119	Europe/Paris	45.2766	3.10048		Laurie		84	15	153	15098
3005974	Lauret	lauret	FR	34270	475	Europe/Paris	43.83511	3.88427				76	34	342	34131
3005975	Lauret	lauret	FR	34270	80	Europe/Paris	43.56251	-0.3433		Lauret		75	40	402	40148
3005976	Lauresses	lauresses	FR	46210	289	Europe/Paris	44.768	2.12301		Lauresses		76	46	462	46161
3005979	Laurens	laurens	FR	34480	1048	Europe/Paris	43.52263	3.19654		Laurens		76	34	341	34130
3005982	Laurenan	laurenan	FR	22230	759	Europe/Paris	48.19944	-2.5351		Lanreunan,Laurenan		53	22	224	22122
3006430	La Sentinelle	la-sentinelle	FR	59174	3238	Europe/Paris	50.35115	3.48425		La Sentinelle		32	59	596	59564
3005983	Laure-Minervois	laure-minervois	FR	11800	1172	Europe/Paris	43.27136	2.52008		Lauran,Lauranum,Laure,Laure-Minervois,Lor-Minervua,Loura,Lòura,luo er mi nei er wa,Лор-Минервуа,Лор-Мінервуа,洛尔米内尔瓦		76	11	111	11198
3005984	Laurède	laurede	FR	40250	358	Europe/Paris	43.75561	-0.78887		Laurede,Laurède		75	40	401	40147
3005989	Lauraguel	lauraguel	FR	11300	494	Europe/Paris	43.09815	2.17361		Lauraguel		76	11	112	11197
3005990	Lauraët	lauraet	FR	32330	217	Europe/Paris	43.93433	0.24896		Lauraet,Lauraët		76	32	322	32203
3005992	Laurac-en-Vivarais	laurac-en-vivarais	FR	07110	864	Europe/Paris	44.50865	4.29048		Laurac,Laurac-en-Vivarais,Lorak-an-Vivare,wei wa lai de qu luo la ke,Лорак-ан-Виваре,Лорак-ан-Віваре,维瓦赖地区洛拉克		84	07	071	07134
3005993	Laurac	laurac	FR	11270	150	Europe/Paris	43.22882	1.9751		Laurac,Lorak,luo la ke,Лорак,洛拉克		76	11	111	11196
3005994	Laurabuc	laurabuc	FR	11400	330	Europe/Paris	43.24747	1.97961		Laurabuc		76	11	111	11195
3006003	Launstroff	launstroff	FR	57480	233	Europe/Paris	49.43854	6.49586		Launstroff		44	57	577	57388
3006004	Launoy	launoy	FR	02210	69	Europe/Paris	49.26369	3.40095		Launoy		32	02	024	02412
3006006	Launoy	launoy	FR	02210	0	Europe/Paris	48.2697	2.79267		Launoy		11	77	774	77473
3006007	Launois-sur-Vence	launois-sur-vence	FR	08430	549	Europe/Paris	49.65345	4.5395		Launois,Launois-sur-Vence		44	08	081	08248
3006015	Launay-Villiers	launay-villiers	FR	53410	365	Europe/Paris	48.13418	-1.00861		Launay,Launay-Villiers		52	53	532	53129
3006019	Launay	launay	FR	27470	0	Europe/Paris	49.52986	1.49629				28	76	761	76676
3006020	Launay	launay	FR	27470	0	Europe/Paris	49.10202	0.74287		Launay		28	27	272	27364
3006022	Launay	launay	FR	27470	0	Europe/Paris	48.75	0.51667				28	61	613	61032
3006024	Launay	launay	FR	27470	0	Europe/Paris	48.64567	-3.44374				53	22	223	22387
3006026	Launay	launay	FR	27470	0	Europe/Paris	48.60091	-3.30978				53	22	222	22164
3006028	Launay	launay	FR	27470	0	Europe/Paris	48.21552	-1.4699				53	35	353	35152
3006029	Launay	launay	FR	27470	0	Europe/Paris	47.33226	-1.37857				52	44	445	44028
3006030	Launay	launay	FR	27470	0	Europe/Paris	47.24287	1.5727				24	36	362	36233
3006031	Launay	launay	FR	27470	0	Europe/Paris	46.99653	-0.18029				75	79	791	79157
3006032	Launay	launay	FR	27470	0	Europe/Paris	46.75387	0.94093				24	37	373	37259
3006035	Launaguet	launaguet	FR	31140	5699	Europe/Paris	43.67818	1.45603		Launaguet		76	31	313	31282
3006036	Launac	launac	FR	31330	1163	Europe/Paris	43.74357	1.18172		Launac,Lonak,luo na ke,Лонак,洛纳克		76	31	313	31281
3006040	Laumesfeld	laumesfeld	FR	57480	187	Europe/Paris	49.36855	6.44531		Laumesfeld		44	57	577	57387
3006045	Laulne	laulne	FR	50430	186	Europe/Paris	49.24946	-1.47092		Laulne		28	50	503	50265
3006049	Laujuzan	laujuzan	FR	32110	238	Europe/Paris	43.80682	-0.11504		Laujuzan		76	32	322	32202
3006053	Laugnac	laugnac	FR	47360	576	Europe/Paris	44.30653	0.6058		Laugnac		75	47	471	47140
3006056	Laudun-l'Ardoise	laudun-l-ardoise	FR	30290	5610	Europe/Paris	44.10482	4.65728		Laudun,Laudun-l'Ardoise,Laudun-lArdoise,Laudun-l’Ardoise,luo dan la er du wa si,洛丹拉尔杜瓦斯		76	30	302	30141
3006057	Laudrefang	laudrefang	FR	57385	404	Europe/Paris	49.08288	6.63925		Laudorf,Laudrefang		44	57	573	57386
3006066	Laucourt	laucourt	FR	80700	197	Europe/Paris	49.67466	2.75905		Laucourt		32	80	803	80467
3006069	Laubrières	laubrieres	FR	53540	266	Europe/Paris	47.94195	-1.08432		Laubrieres,Laubrières		52	53	531	53128
3006072	Laubressel	laubressel	FR	10270	336	Europe/Paris	48.29832	4.21272		Laubressel		44	10	103	10190
3006078	Laubert	laubert	FR	48170	140	Europe/Paris	44.5855	3.64024		Laubert,Laubèrt,Lober,luo bei er,Лобер,لوبیرٹ,洛贝尔		76	48	482	48082
3006081	L'Aubépin	l-aubepin	FR	39160	0	Europe/Paris	46.43945	5.37352		L'Aubepin,L'Aubépin		27	39	392	39378
3006082	L'Aubépin	l-aubepin	FR	39160	0	Europe/Paris	45.60305	4.52131				84	69	691	69110
3006086	Lau-Balagnas	lau-balagnas	FR	65400	514	Europe/Paris	42.99444	-0.09161		Lau,Lau-Balagnas,Laurs e Balanhans,Lo-Balan'jas,luo ba la ni ya,Ло-Баланьяс,洛巴拉尼亚		76	65	651	65267
3006087	Laubach	laubach	FR	67580	293	Europe/Paris	48.88156	7.72033		Laubach		44	67	672	67260
3006089	La Turbie	la-turbie	FR	06320	3188	Europe/Paris	43.7454	7.40046	285	La Turbia,La Turbie,La Túrbia,La-Tjurbi,Trophaea Augusti,la di er bi ye,la twrby,Ла-Тюрби,Ла-Тюрбі,لا توربي,ラ・テュルビー,拉蒂尔比耶		93	06	062	06150
3006090	La Turballe	la-turballe	FR	44420	4356	Europe/Paris	47.34569	-2.50699		An Turball,La Turballe,La-Tjurbal',la di er ba er,Ла-Тюрбаль,لا ٹوربالی,ラ・テュルバル,拉蒂尔巴尔		52	44	443	44211
3006095	La Tuilière	la-tuiliere	FR	42830	0	Europe/Paris	45.39998	2.68446				84	15	152	15240
3006096	La Tuilière	la-tuiliere	FR	42830	0	Europe/Paris	45.1	4.8				84	07	073	07140
3006097	La Tuilière	la-tuiliere	FR	42830	0	Europe/Paris	44.31687	5.7844				93	05	052	05159
3006098	La Tuilière	la-tuiliere	FR	42830	0	Europe/Paris	43.89277	6.42268				93	04	042	04204
3006099	La Tuilière	la-tuiliere	FR	42830	0	Europe/Paris	43.85	6.41667				93	04	042	04039
3006100	La Tuilière	la-tuiliere	FR	42830	0	Europe/Paris	43.58333	6.25				93	83	833	83149
3006101	La Tuilière	la-tuiliere	FR	42830	0	Europe/Paris	43.42425	5.26792				93	13	134	13117
3006119	Lattre-Saint-Quentin	lattre-saint-quentin	FR	62810	202	Europe/Paris	50.28832	2.58024		Lattre,Lattre-Saint-Quentin		32	62	621	62490
3006121	Lattes	lattes	FR	34871 CEDEX	17390	Europe/Paris	43.56775	3.90279		Lat,Lattes,Лат		76	34	343	34129
3006123	Lattainville	lattainville	FR	60240	168	Europe/Paris	49.24245	1.81355		Lattainville		32	60	601	60352
3006127	La Truchère	la-truchere	FR	71290	216	Europe/Paris	46.51617	4.95217		La Truchere,La Truchère		27	71	715	71549
3006129	Latronquière	latronquiere	FR	46210	592	Europe/Paris	44.79984	2.07774		La Tronquiera,La Tronquièra,Latronker,Latronquiere,Latronquière,la te long ji ye er,latrwnkwyr,ratoronkieru,Латронкєр,لاترونکویر,ラトロンキエール,拉特龙基耶尔		76	46	462	46160
3006130	Latronche	latronche	FR	19160	157	Europe/Paris	45.295	2.22773		Latronche		75	19	193	19110
3006435	La Selve	la-selve	FR	02150	201	Europe/Paris	49.57047	3.99632		La Selve		32	02	022	02705
3006131	La Tronche	la-tronche	FR	38700	7125	Europe/Paris	45.20507	5.74629		La Tronche,La-Tronsh,la te long ke,la thrng ch,la trwnsh,Ла-Тронш,لا ترونش,ลาทรงช์,拉特龙克		84	38	381	38516
3006132	La Tronche	la-tronche	FR	38700	0	Europe/Paris	44.23296	4.01675		La Tronche,La Trouche		76	30	301	30132
3006136	La Trinité-Surzur	la-trinite-surzur	FR	56190	606	Europe/Paris	47.60468	-2.59441		An Drinded-Surzhur,La Trinite,La Trinite-Surzur,La Trinité,La Trinité-Surzur		53	56	563	56259
3006137	La Trinité-sur-Mer	la-trinite-sur-mer	FR	56470	1641	Europe/Paris	47.58586	-3.0305		An Drinded-Karnag,La Trinite,La Trinite-sur-Mer,La Trinité,La Trinité-sur-Mer,La-Trinite-sjur-Mer,Trinite-sur-Mer,Trinité-sur-Mer,bin hai la te li ni tai,Ла-Трините-сюр-Мер,Ла-Триніте-сюр-Мер,لا ترینیتے-سور-میر,滨海拉特里尼泰		53	56	561	56258
3006138	La Trinité-Porhoët	la-trinite-porhoet	FR	56490	862	Europe/Paris	48.09742	-2.54707		An Drinded-Porc'hoed,La Trinite-Porhoet,La Trinité-Porhoët		53	56	562	56257
3006140	La Trinité-du-Mont	la-trinite-du-mont	FR	76170	656	Europe/Paris	49.54286	0.55307		La Trinite,La Trinite-du-Mont,La Trinité,La Trinité-du-Mont,Le Mont		28	76	762	76712
3006141	La Trinité-de-Thouberville	la-trinite-de-thouberville	FR	27310	401	Europe/Paris	49.36251	0.87732		La Trinite,La Trinite-de-Thouberville,La Trinité,La Trinité-de-Thouberville		28	27	272	27661
3006142	La Trinité-des-Laitiers	la-trinite-des-laitiers	FR	61230	103	Europe/Paris	48.79722	0.37818		La Trinite,La Trinite-des-Laitiers,La Trinité-des-Laitiers		28	61	613	61493
3006143	La Trinité-de-Réville	la-trinite-de-reville	FR	27270	195	Europe/Paris	48.97154	0.51138		La Trinite,La-Trinite-de-Revil',la te li ni tai de lei wei er,Ла-Трините-де-Ревиль,Ла-Триніте-де-Ревіль,拉特里尼泰德雷维尔		28	27	272	27660
3006144	La Trinité	la-trinite	FR	06340	0	Europe/Paris	48.9879	1.2356				28	27	273	27659
3006145	La Trinité	la-trinite	FR	06340	315	Europe/Paris	48.79142	-1.23559		La Trinite,La Trinité		28	50	504	50607
3006146	La Trinité	la-trinite	FR	06340	0	Europe/Paris	48.6172	-3.32553				53	22	222	22004
3006147	La Trinité	la-trinite	FR	06340	0	Europe/Paris	48.37133	-4.58883		La Trinite,La Trinité,Trinite,Trinité		53	29	291	29212
3006148	La Trinité	la-trinite	FR	06340	0	Europe/Paris	48.17352	4.1242				44	10	103	10104
3006149	La Trinité	la-trinite	FR	06340	0	Europe/Paris	47.9935	-4.428				53	29	294	29215
3006150	La Trinité	la-trinite	FR	06340	0	Europe/Paris	47.919	-3.81819				53	29	294	29146
3006151	La Trinité	la-trinite	FR	06340	240	Europe/Paris	45.49871	6.14795		La Trinite,La Trinité		84	73	732	73302
3006152	La Trinité	la-trinite	FR	06340	10128	Europe/Paris	43.7405	7.314		La Trinite,La Trinite-Victor,La Trinité,La Trinité-Victor		93	06	062	06149
3006153	La Trinitat	la-trinitat	FR	15110	64	Europe/Paris	44.74862	2.94112		La Trinitat		84	15	153	15241
3006154	La Trimouille	la-trimouille	FR	86290	982	Europe/Paris	46.46761	1.04041		La Trimouille,La-Trimuj,Tremolia,la te li mu yi lei,Ла-Тримуй,لا ٹریمویلی,拉特里穆伊勒		75	86	862	86273
3006155	La Trimouille	la-trimouille	FR	86290	0	Europe/Paris	45.11107	0.71125				75	24	243	24312
3006157	Latrille	latrille	FR	40800	200	Europe/Paris	43.62801	-0.28852		Latrille		75	40	402	40146
3006160	La Trétoire	la-tretoire	FR	77510	424	Europe/Paris	48.87346	3.25167		La Tretoire,La Trétoire		11	77	773	77472
3006161	Latresne	latresne	FR	33360	3571	Europe/Paris	44.78517	-0.49663		La Trena,La Trèna,Latren,Latresne,la te lei si en,Латрен,拉特雷斯恩		75	33	332	33234
3006170	La Tremblade	la-tremblade	FR	17390	4970	Europe/Paris	45.7699	-1.14232		La Tramblad,La Tremblade,La-Tramblad,Reunion-sur-Seudre,Réunion-sur-Seudre,la te lang bu la de,Ла-Трамблад,Լա Տրամբլադ,لا ٹریمبلاڈی,拉特朗布拉德		75	17	172	17452
3006174	Latrecey-Ormoy-sur-Aube	latrecey-ormoy-sur-aube	FR	52120	330	Europe/Paris	47.98333	4.85				44	52	521	52274
3006181	Latrape	latrape	FR	31310	333	Europe/Paris	43.24493	1.28864		Latrape		76	31	311	31280
3006182	La Tranclière	la-trancliere	FR	01160	326	Europe/Paris	46.11101	5.26038		La Trancliere,La Tranclière		84	01	012	01425
3006183	La Tranche-sur-Mer	la-tranche-sur-mer	FR	85360	2671	Europe/Paris	46.343	-1.437	0	La Tranche,La-Transh-sjur-Mer,bin hai la te lang she,Ла-Транш-сюр-Мер,لا ترانشے-سور-میر,滨海拉特朗舍		52	85	853	85294
3006188	La Tour-sur-Orb	la-tour-sur-orb	FR	34260	1194	Europe/Paris	43.65304	3.14911		La Torre dOrb,La Torre dÒrb,La Tour,La Tour-sur-Orb,La-Tur-sjur-Orb,ao er he pan la tu,Ла-Тур-сюр-Орб,奥尔河畔拉图		76	34	341	34312
3006189	La Tour-Saint-Gelin	la-tour-saint-gelin	FR	37120	561	Europe/Paris	47.04937	0.40304		La Tour,La Tour-Saint-Gelin		24	37	371	37260
3006191	La Tourette	la-tourette	FR	42380	476	Europe/Paris	45.41549	4.08147		La Tourette,La Tourrette		84	42	421	42312
3006196	La Tourlandry	la-tourlandry	FR	49120	1278	Europe/Paris	47.14375	-0.69688		La Tourlandry,La-Turlandri,la tu er lang de li,Ла-Турландрі,لا ٹورلانڈری,ラ・トゥールランドリー,拉图尔朗德里		52	49	492	49092
3006197	La Tourette-Cabardès	la-tourette-cabardes	FR	11380	34	Europe/Paris	43.38057	2.33399		La Torreta Cabardes,La Torreta Cabardés,La Torreta de Cabardes,La Torreta de Cabardés,La Tourette,La Tourette-Cabardes,La Tourette-Cabardès,La-Turet-Kabardes,La-Turett-Kabardes,la tu lei te ka ba er dai,Ла-Турет-Кабардес,Ла-Туретт-Кабардес,لا ٹوریتی-کابارڈیس,拉图雷特卡巴尔代		76	11	111	11391
3006198	La Tourette	la-tourette	FR	42380	0	Europe/Paris	45.58629	2.31026		La Tourette		75	19	193	19275
3006199	Latour-en-Woëvre	latour-en-woevre	FR	55160	65	Europe/Paris	49.08817	5.81517		Latour,Latour-en-Woevre,Latour-en-Woëvre		44	55	553	55281
3006200	La Tour-en-Jarez	la-tour-en-jarez	FR	42580	1187	Europe/Paris	45.48347	4.39064		La Tour,La Tour-en-Jarez		84	42	423	42311
3006202	La Tour-du-Pin	la-tour-du-pin	FR	38110	7248	Europe/Paris	45.566	5.44487		La Tour,La Tour de Pin,La Tour-du-Pin,La-Tur-dju-Pen,Tour-du-Pin,Val-du-Pin,la tu di pan,Ла-Тур-дю-Пен,ラ・トゥール＝デュ＝パン,拉图迪潘	382	84	38	382	38509
3006203	La Tour-du-Meix	la-tour-du-meix	FR	39270	170	Europe/Paris	46.52629	5.66206		La Tour-du-Meix		27	39	392	39534
3006205	La Tour-du-Crieu	la-tour-du-crieu	FR	09100	2213	Europe/Paris	43.10385	1.65402		La Tor del Criu,La Tour,La Tour-du-Crieu,La-Tur-dju-Krie,La-Tur-dju-Krijo,Les Alamands,la tu di ke li e,Ла-Тур-дю-Криё,Ла-Тур-дю-Кріє,لا ٹور-دو-کریو,拉图迪克里厄		76	09	092	09312
3006206	La Tour-de-Sçay	la-tour-de-scay	FR	25640	246	Europe/Paris	47.38406	6.22501		La Tour,La Tour-de-Scay,La Tour-de-Sçay,Scay-la-Montagne,Sçay-la-Montagne		27	25	251	25566
3006207	La Tour-de-Salvagny	la-tour-de-salvagny	FR	69890	3625	Europe/Paris	45.81374	4.7167		La Tour,La Tour-de-Salvagny,La-Tur-de-Sal'van'i,Salvagny,Ла-Тур-де-Сальваньї,لا ٹور-دے-سالواگنی		84	69	691	69250
3006209	Latour-de-France	latour-de-france	FR	66720	964	Europe/Paris	42.76909	2.65345		Latour,Latour-de-France		76	66	663	66096
3006210	Latour-de-Carol	latour-de-carol	FR	66760	455	Europe/Paris	42.46494	1.88999		La Tor de Querol,Latur-de-Karol',Tor de Querol,XTE,la Tor de Querol,la tu de ka luo,latwr-dy-karwl,rato~uru=do~u=karoru,Латур-де-Кароль,لاتور-دی-کارول,ラトゥール＝ドゥ＝カロル,拉图德卡罗		76	66	663	66095
3006211	La Tour-d'Auvergne	la-tour-d-auvergne	FR	63680	810	Europe/Paris	45.53385	2.68929		La Tour,La Tour-d'Auvergne,La Tour-dAuvergne,La Tour-d’Auvergne,la tu duo wei er ni,拉图多韦尔尼		84	63	633	63192
3006213	La Tour-d'Aigues	la-tour-d-aigues	FR	84240	0	Europe/Paris	43.72531	5.54796		La Tour,La Tour-d'Aigues,Tour d'Aigues		93	84	841	84133
3006214	La Tour-Blanche	la-tour-blanche	FR	24320	438	Europe/Paris	45.36621	0.44534		La Tor Blancha,La Tour-Blanche,La-Tur-Blansh,Tour-Blanche,la tu bu lang ke,Ла-Тур-Бланш,لا ٹور-بلانشے,拉图布朗克		75	24	243	24554
3006215	Latour-Bas-Elne	latour-bas-elne	FR	66200	1973	Europe/Paris	42.60742	3.00153		Latour,Latour-Bas-Elne,Tour-bas-Elne		76	66	661	66094
3006217	La Tour	la-tour	FR	06420	0	Europe/Paris	47.28628	2.72428				24	18	181	18163
3006218	La Tour	la-tour	FR	06420	0	Europe/Paris	46.87345	3.11033				27	58	583	58152
3006219	La Tour	la-tour	FR	06420	1215	Europe/Paris	46.13312	6.43109		La Tour		84	74	742	74284
3006220	La Tour	la-tour	FR	06420	0	Europe/Paris	45.68151	4.85977				84	69	691	69276
3006221	La Tour	la-tour	FR	06420	0	Europe/Paris	45.11568	5.15536				84	26	263	26225
3006222	Latour	latour	FR	31310	0	Europe/Paris	45.08248	1.76825				75	19	191	19163
3006223	La Tour	la-tour	FR	06420	0	Europe/Paris	44.43917	5.23986				84	26	262	26304
3006224	La Tour	la-tour	FR	06420	0	Europe/Paris	44.16853	4.05097				76	30	301	30307
3006225	La Tour	la-tour	FR	06420	314	Europe/Paris	43.94694	7.18416		La Tour		93	06	062	06144
3006226	Latour	latour	FR	31310	0	Europe/Paris	43.87244	3.0309				76	12	121	12139
3006227	Latour	latour	FR	31310	83	Europe/Paris	43.2004	1.28091		Latour		76	31	311	31279
3006228	La Tour	la-tour	FR	06420	0	Europe/Paris	43.18333	6.05				93	83	832	83130
3006231	Latouille-Lentillac	latouille-lentillac	FR	46400	234	Europe/Paris	44.85365	1.96048		Latouille,Latouille-Lentillac		76	46	462	46159
3006232	Latoue	latoue	FR	31800	289	Europe/Paris	43.16899	0.78577		Latoue		76	31	312	31278
3006238	La Touche	la-touche	FR	26160	0	Europe/Paris	48.76193	3.11375				11	77	771	77433
3006239	La Touche	la-touche	FR	26160	0	Europe/Paris	48.67851	0.68132				28	61	613	61208
3006240	La Touche	la-touche	FR	26160	0	Europe/Paris	48.39664	-1.91906				53	35	354	35225
3006241	La Touche	la-touche	FR	26160	0	Europe/Paris	48.21304	0.30401				52	72	722	72196
3006242	La Touche	la-touche	FR	26160	0	Europe/Paris	48.19069	1.1869				24	28	282	28424
3006243	La Touche	la-touche	FR	26160	0	Europe/Paris	48.16667	-1.61667				53	35	353	35334
3006244	La Touche	la-touche	FR	26160	0	Europe/Paris	48.14528	1.42459				24	28	282	28353
3006245	La Touche	la-touche	FR	26160	0	Europe/Paris	47.21667	1.63333				24	36	364	36115
3006246	La Touche	la-touche	FR	26160	0	Europe/Paris	47.20781	-0.44181				52	49	492	49373
3006247	La Touche	la-touche	FR	26160	0	Europe/Paris	46.225	0.48824				75	86	862	86189
3006248	La Touche	la-touche	FR	26160	178	Europe/Paris	44.51517	4.88714		La Touche		84	26	262	26352
3006253	La Tombe	la-tombe	FR	77130	233	Europe/Paris	48.38769	3.08708		La Tombe		11	77	773	77467
3006261	Latilly	latilly	FR	02210	179	Europe/Paris	49.1544	3.31143		Latilly		32	02	021	02411
3006262	Latillé	latille	FR	86190	1452	Europe/Paris	46.61947	0.07489		Latil'e,Latille,Latillé,la di lei,latyly,Латільє,لاتیلی,拉蒂勒		75	86	863	86121
3006263	La Tieule	la-tieule	FR	48500	73	Europe/Paris	44.3843	3.15608		La Tieule		76	48	482	48191
3006265	Lathus-Saint-Rémy	lathus-saint-remy	FR	86390	1358	Europe/Paris	46.33444	0.95813		Lathus,Lathus-Saint-Remy,Lathus-Saint-Rémy,Latju-Sen-Remi,la di sheng lei mi,Латю-Сен-Ремі,لاتہوس-سین-ریمی,拉蒂圣雷米		75	86	862	86120
3006269	Lathuile	lathuile	FR	74210	805	Europe/Paris	45.78421	6.20407		Lathuile,Lathuille,Latjuij,Tuilia Genevensium,Латюїй		84	74	741	74147
3006270	La Thuile	la-thuile	FR	73190	0	Europe/Paris	45.53287	6.05452		La Thuile		84	73	732	73294
3006273	La Thieuloye	la-thieuloye	FR	62130	367	Europe/Paris	50.41373	2.43664		La Thieuloye,La-T'elua,Thieuloye,la di e luo ye,ly thywlwy,Ла-Тьелуа,Ла-Тьєлуа,لي ثيولوي,拉蒂厄洛耶		32	62	621	62813
3006283	La Teste-de-Buch	la-teste-de-buch	FR	33115	27253	Europe/Paris	44.63278	-1.14513		La Test de Bish,La Testa,La Testa de Bug,La Teste,La Teste-de-Buch,La Tèsta,La Tèsta de Bug,La-Test-de-Bjush,La-Test-de-Bukha,la tai si te de bi ke,lateseuteudeubwikeu,ltst dw bwk,Ла Тест де Биш,Ла-Тест-де-Буха,Ла-Тест-де-Бюш,لا ٹیسٹی-دے-بوچ,لتست دو بوک,ラ・テスト＝ド＝ビュック,拉泰斯特德比克,라테스트드뷔크		75	33	336	33529
3006285	La Tessoualle	la-tessoualle	FR	49280	3128	Europe/Paris	47.00466	-0.8511		La Tessoualle,La-Tessual',la tai su a er,Ла-Тессуаль,لا ٹیسوالی,拉泰苏阿尔		52	49	492	49343
3006286	La Terrisse	la-terrisse	FR	12210	0	Europe/Paris	45.28349	2.98265				84	15	153	15256
3006287	La Terrisse	la-terrisse	FR	12210	179	Europe/Paris	44.75459	2.81881		La Terrisse		76	12	122	12223
3006292	La Terrasse-sur-Dorlay	la-terrasse-sur-dorlay	FR	42740	663	Europe/Paris	45.45051	4.58267		La Terrasse,La Terrasse-sur-Dorlay		84	42	423	42308
3006293	La Terrasse	la-terrasse	FR	38660	2159	Europe/Paris	45.32052	5.92761		La Terrasse		84	38	381	38503
3006294	La Terrasse	la-terrasse	FR	38660	0	Europe/Paris	44.90352	0.93283				75	24	244	24067
3006311	Lataule	lataule	FR	60490	110	Europe/Paris	49.53997	2.68029		Lataule,Latol',la tuo er,latwly,Латоль,لاتولی,拉托尔		32	60	603	60351
3006436	La Selve	la-selve	FR	02150	735	Europe/Paris	44.11206	2.53485		La Selve,Selve		76	12	121	12267
3006313	La Tardière	la-tardiere	FR	85120	1192	Europe/Paris	46.6611	-0.73256		La Tardiere,La Tardière,La-Tard'er,la ta er di ai,Ла-Тардьєр,لا ٹارڈیری,拉塔尔迪埃		52	85	851	85289
3006320	La Talaudière	la-talaudiere	FR	42350	6791	Europe/Paris	45.47603	4.42607		La Talaudiere,La Talaudière,La-Talod'er,la ta luo di ai,Ла-Талодьєр,لا ٹالوڈیری,拉塔洛迪埃		84	42	423	42305
3006321	La Taillée	la-taillee	FR	85450	468	Europe/Paris	46.37937	-0.92952		La Taillee,La Taillée		52	85	851	85286
3006324	La Tagnière	la-tagniere	FR	71190	277	Europe/Paris	46.78904	4.2163		La Tagniere,La Tagnière,La Taniere,La Tanière		27	71	711	71531
3006327	La Tâche	la-tache	FR	16260	98	Europe/Paris	45.86828	0.35409		La Tache,La Tâche		75	16	163	16377
3006328	La Tache	la-tache	FR	16260	0	Europe/Paris	44.96667	1.13333				75	24	244	24544
3006329	La Table	la-table	FR	73110	271	Europe/Paris	45.47928	6.17172		La Table		84	73	732	73289
3006330	La Suze-sur-Sarthe	la-suze-sur-sarthe	FR	72210	3767	Europe/Paris	47.89003	0.02525		La Suze,La Suze-sur-Sarthe		52	72	721	72346
3006339	Lastours	lastours	FR	11600	0	Europe/Paris	45.64891	1.12049		Lastours		75	87	872	87124
3006340	Lastours	lastours	FR	11600	172	Europe/Paris	43.33368	2.38022		Las Tors,Lastours,Lastur,la si tu er,Ластур,لاسٹورس,拉斯图尔		76	11	111	11194
3006343	Lastic	lastic	FR	15500	0	Europe/Paris	45.71023	2.568		Lastic		84	63	634	63191
3006344	Lastic	lastic	FR	15500	117	Europe/Paris	45.1129	3.20999		Lastic		84	15	153	15097
3006347	Lassy	lassy	FR	14770	183	Europe/Paris	49.09721	2.44533		Lassy		11	95	952	95331
3006348	Lassy	lassy	FR	14770	342	Europe/Paris	48.915	-0.67785		Lassy		28	14	144	14357
3006349	Lassy	lassy	FR	14770	1297	Europe/Paris	47.9791	-1.87054		Lassy,Lazig		53	35	352	35149
3006350	Lassur	lassur	FR	09310	67	Europe/Paris	42.76948	1.73602		Lassur		76	09	091	09159
3006351	Lassouts	lassouts	FR	12500	341	Europe/Paris	44.48644	2.86412		Las Sots,Lassouts,Lassu,Lassuts,Montrouge,la su te,Лассу,Лассутс,لاسوٹس,拉苏特		76	12	122	12124
3006354	Lasson	lasson	FR	14740	466	Europe/Paris	49.23407	-0.46336		Lasson		28	14	142	14543
3006355	Lasson	lasson	FR	14740	146	Europe/Paris	48.05921	3.81655		Lasson		27	89	891	89219
3006358	Lassigny	lassigny	FR	60310	1317	Europe/Paris	49.58828	2.84289		Lassigny		32	60	603	60350
3006361	Lasseubetat	lasseubetat	FR	64290	185	Europe/Paris	43.17131	-0.45815		Lasseubetat		75	64	642	64325
3006362	Lasseube-Propre	lasseube-propre	FR	32550	254	Europe/Paris	43.57549	0.5959		Lasseube,Lasseube-Propre		76	32	323	32201
3006363	Lasseube	lasseube	FR	64290	1635	Europe/Paris	43.22151	-0.47922		La Seuva,Lasjob,Lasseb,Lasseube,la se bu,lasywby,Лассеб,Ласёб,لاسیوبی,拉瑟布		75	64	642	64324
3006365	Lasserre-de-Prouille	lasserre-de-prouille	FR	11270	217	Europe/Paris	43.17889	2.08371		Lasserre,Lasserre-de-Prouille		76	11	111	11193
3006366	Lasserre	lasserre	FR	09230	0	Europe/Paris	45.32906	0.6457				75	24	242	24064
3006367	Lasserre	lasserre	FR	09230	0	Europe/Paris	45.03813	1.28072		Lassere,Lasserre		75	24	244	24364
3006368	Lasserre	lasserre	FR	09230	88	Europe/Paris	44.06469	0.39134		Lasserre		75	47	474	47139
3006369	Lasserre	lasserre	FR	09230	734	Europe/Paris	43.63888	1.16867		Lasserre		76	31	313	31277
3006370	Lasserre	lasserre	FR	09230	108	Europe/Paris	43.51	-0.0833				75	64	643	64323
3006371	Lasserre	lasserre	FR	09230	175	Europe/Paris	43.06995	1.17085		Lasserre		76	09	093	09158
3006373	Lasséran	lasseran	FR	32550	307	Europe/Paris	43.59237	0.53725		Lasseran,Lasséran		76	32	323	32200
3006374	Lasserade	lasserade	FR	32160	234	Europe/Paris	43.62499	0.063		Lasserade,Lasserrade		76	32	323	32199
3006375	Lasse	lasse	FR	49490	261	Europe/Paris	47.53638	0.01038		Lasse		52	49	493	49228
3006376	Lasse	lasse	FR	49490	279	Europe/Paris	43.15719	-1.2602		Lasa,Lasse		75	64	641	64322
3006378	Lassay-sur-Croisne	lassay-sur-croisne	FR	41230	188	Europe/Paris	47.37332	1.62303		Lassay,Lassay-sur-Croisne		24	41	413	41112
3006380	Lassay-les-Châteaux	lassay-les-chateaux	FR	53110	2650	Europe/Paris	48.43835	-0.49758		Lasse-le-Shato,la sai lai sha tuo,lasay-lys-shatyw,Лассе-ле-Шато,لاسای-لیس-شاتیو,拉赛莱沙托		52	53	533	53127
3006381	Lassales	lassales	FR	65670	39	Europe/Paris	43.21355	0.48731		Lassales,Lassalles		76	65	653	65266
3006387	La Souterraine	la-souterraine	FR	23300	5311	Europe/Paris	46.23791	1.48597		La Sostrana,La Sotarrana,La Souterraine,La-Suterren,la su tai er lan,Ла-Сутеррен,拉苏泰尔兰		75	23	232	23176
3006394	La Souche	la-souche	FR	07380	0	Europe/Paris	45.482	3.41601				84	63	633	63448
3006395	La Souche	la-souche	FR	07380	0	Europe/Paris	45.10364	4.39529				84	07	073	07212
3006396	La Souche	la-souche	FR	07380	0	Europe/Paris	44.62921	4.19725		La Socha,La Souche,La-Sush,la su ke,Ла-Суш,拉苏克		84	07	071	07315
3006397	La Souche	la-souche	FR	07380	0	Europe/Paris	43.717	6.52351				93	83	831	83044
3006399	La Sône	la-sone	FR	38840	642	Europe/Paris	45.11111	5.27782		La Sone,La Sône		84	38	381	38495
3006401	La Sommette	la-sommette	FR	25510	136	Europe/Paris	47.19228	6.51069				27	25	253	25550
3006404	Laslades	laslades	FR	65350	317	Europe/Paris	43.22803	0.16765		Laslades		76	65	653	65265
3006412	Lasgraisses	lasgraisses	FR	81300	335	Europe/Paris	43.82004	2.03899		Lasgraisses		76	81	811	81138
3006414	La Seyne-sur-Mer	la-seyne-sur-mer	FR	83500	62330	Europe/Paris	43.10322	5.87816		La Sanha,La Sen sir Mer,La Seyne,La Seyne sur Mer,La Seyne-sur-Mer,La-Sejn-sjur-Mer,La-Sen-sjur-Mer,bin hai la sai ne,la syny-swr-myr,lasenswileumeleu,lsn swr mr,Ла Сен сир Мер,Ла-Сейн-сюр-Мер,Ла-Сен-сюр-Мер,لا سینی-سور-میر,لسن سور مر,ラ・セーヌ＝シュル＝メール,濱海拉塞訥,라센쉬르메르		93	83	832	83126
3006420	La Serre-Bussière-Vieille	la-serre-bussiere-vieille	FR	23190	128	Europe/Paris	46.05661	2.3206		La Serre,La Serre-Bussiere-Vieille,La Serre-Bussière-Vieille		75	23	231	23172
3006421	La Serre	la-serre	FR	12380	0	Europe/Paris	46.11167	3.14774				84	03	033	03021
3006422	La Serre	la-serre	FR	12380	0	Europe/Paris	44.91667	1.33333				75	24	244	24535
3006424	La Serre	la-serre	FR	12380	0	Europe/Paris	44.09714	2.4571				76	12	121	12207
3006425	La Serre	la-serre	FR	12380	0	Europe/Paris	43.88626	2.68084				76	12	121	12269
3006428	La Serpent	la-serpent	FR	11190	74	Europe/Paris	42.96707	2.18308		La Serpent,La-Serpan,la sai er pang,Ла-Серпан,拉塞尔庞		76	11	112	11376
3006438	La Selle-sur-le-Bied	la-selle-sur-le-bied	FR	45210	826	Europe/Paris	48.06387	2.89742		La Selle,La Selle-le Bied,La Selle-sur-le-Bied,La-Sel'-sjur-le-Be,Selle-sur-le-Bied,lai-bi ye he pan la sai er,Ла-Сель-сюр-ле-Бє,لا سیلی-سور-لی-بیڈ,莱-比耶河畔拉塞尔		24	45	451	45307
3006439	La Selle-la-Forge	la-selle-la-forge	FR	61100	1320	Europe/Paris	48.73295	-0.54103		La Selle,La Selle-la-Forge		28	61	612	61466
3006440	La Selle-Guerchaise	la-selle-guerchaise	FR	35130	137	Europe/Paris	47.9445	-1.17284		Kell-Gwerc'h,La Selle,La Selle-Guerchaise		53	35	351	35325
3006441	La Selle-en-Luitré	la-selle-en-luitre	FR	35133	506	Europe/Paris	48.31109	-1.12761		Kell-Loezherieg,La Selle,La Selle-en-Luitre,La Selle-en-Luitré		53	35	351	35324
3006442	La Selle-en-Hermoy	la-selle-en-hermoy	FR	45210	659	Europe/Paris	48.01155	2.89542		La Selle,La Selle-en-Hermoy,La-Sel'-an-Ermua,Selle-en-Hermoy,ai er mu wa de qu la sai er,Ла-Сель-ан-Ермуа,لا سیلی-این-ہیرموی,埃尔穆瓦地区拉塞尔		24	45	451	45306
3006443	La Selle-en-Coglès	la-selle-en-cogles	FR	35460	487	Europe/Paris	48.43728	-1.34428		Kell-Gougleiz,La Selle,La Selle-en-Cogles,La Selle-en-Coglès		53	35	351	35191
3006444	La Selle-Craonnaise	la-selle-craonnaise	FR	53800	905	Europe/Paris	47.8428	-1.04284		La Selle,La Selle-Craonnaise		52	53	531	53258
3006445	La Celle-en-Morvan	la-celle-en-morvan	FR	71400	0	Europe/Paris	47.01667	4.16667				27	71	711	71509
3006454	La Séguinière	la-seguiniere	FR	49280	3744	Europe/Paris	47.06343	-0.93996		La Seguiniere,La Séguinière,La-Segin'er,la sai ji ni ai,la sygwynyry,Ла-Сегіньєр,لا سیگوینیری,拉塞吉尼埃		52	49	492	49332
3006456	La Ségalassière	la-segalassiere	FR	15290	98	Europe/Paris	44.89288	2.20827		La Segalassiere,La Ségalassière,Segalassiere,Segalassière		84	15	151	15224
3006458	La Séauve-sur-Semène	la-seauve-sur-semene	FR	43140	1153	Europe/Paris	45.29554	4.25023		La Seauve,La Seauve-sur-Semene,La Séauve,La Séauve-sur-Semène,Mont-Franc,Seauve-sur-Semene,Séauve-sur-Semène		84	43	433	43236
3006466	Lasclaveries	lasclaveries	FR	64450	216	Europe/Paris	43.43662	-0.29107		Las Claverias,Lasclaveries,Lasklaveri,la si ke la wei li ye,lasklawyrys,Ласклавери,Ласклавері,لاسکلاویریس,拉斯克拉韦里耶		75	64	643	64321
3006469	Lascelle	lascelle	FR	15590	323	Europe/Paris	45.02279	2.57544		Lascelle		84	15	151	15096
3006470	Lascazères	lascazeres	FR	65700	307	Europe/Paris	43.50643	-0.02728		Lascazeres,Lascazères		76	65	653	65264
3006472	Lascaux	lascaux	FR	19130	156	Europe/Paris	45.33912	1.36478		Lascaux		75	19	191	19109
3006474	Lascabanes	lascabanes	FR	46800	176	Europe/Paris	44.33953	1.30721		Lascabanes		76	46	461	46262
3006477	Lasbordes	lasbordes	FR	11400	784	Europe/Paris	43.29483	2.04562		Lasbordes		76	11	111	11192
3006482	La Sauzière-Saint-Jean	la-sauziere-saint-jean	FR	81630	214	Europe/Paris	43.96042	1.65129		La Sauziere,La Sauziere-Saint-Jean,La Sauzière-Saint-Jean		76	81	811	81279
3006488	La Sauvetat-sur-Lède	la-sauvetat-sur-lede	FR	47150	473	Europe/Paris	44.47064	0.73		La Sauvetat,La Sauvetat-sur-Lede,La Sauvetat-sur-Lède		75	47	473	47291
3006489	La Sauvetat-du-Dropt	la-sauvetat-du-dropt	FR	47800	489	Europe/Paris	44.64744	0.33889		La Sauvetat,La Sauvetat-du-Dropt,La Sauvetat-du-Drot		75	47	472	47290
3006490	La Sauvetat-de-Savères	la-sauvetat-de-saveres	FR	47270	365	Europe/Paris	44.22613	0.79804		La Sauvetat,La Sauvetat-de-Saveres,La Sauvetat-de-Savères		75	47	471	47289
3006491	La Sauvetat	la-sauvetat	FR	32500	0	Europe/Paris	45.75733	3.58301				84	63	635	63015
3006492	La Sauvetat	la-sauvetat	FR	32500	0	Europe/Paris	45.63593	3.17033		La Sauvetat		84	63	632	63413
3006493	La Sauvetat	la-sauvetat	FR	32500	0	Europe/Paris	44.84904	3.8504		La Sauvetat		84	43	432	43111
3006494	La Sauvetat	la-sauvetat	FR	32500	0	Europe/Paris	44.59067	0.92561		La Sauvetat,Sauvetat-de-blanquefort		75	47	473	47029
3006495	La Sauvetat	la-sauvetat	FR	32500	352	Europe/Paris	43.85321	0.52786		La Sauvetat,La Souvetat		76	32	322	32417
3006497	La Sauve	la-sauve	FR	33670	1464	Europe/Paris	44.76953	-0.31218		La Sauve,La Sauve-Majeure		75	33	332	33505
3006499	La Sauvagère	la-sauvagere	FR	61600	928	Europe/Paris	48.62346	-0.41632				28	61	612	61463
3006502	La Saussaye	la-saussaye	FR	27370	2058	Europe/Paris	49.25936	0.98094		La Saussaye		28	27	272	27616
3006503	La Saussaye	la-saussaye	FR	27370	0	Europe/Paris	49.03333	1.48333				11	78	781	78068
3006507	La Saunière	la-sauniere	FR	23000	553	Europe/Paris	46.13068	1.93667		La Sauniere,La Saunière		75	23	232	23169
3006509	La Saulsotte	la-saulsotte	FR	10400	496	Europe/Paris	48.5425	3.50371		La Saulsotte		44	10	102	10367
3006511	La Saulce	la-saulce	FR	05110	976	Europe/Paris	44.42544	6.0069		La Saulce		93	05	052	05162
3006517	La Saucelle	la-saucelle	FR	28250	170	Europe/Paris	48.63058	1.02885		La Saucelle		24	28	283	28368
3006524	La Salvetat-Peyralès	la-salvetat-peyrales	FR	12440	1109	Europe/Paris	44.21984	2.20259		La Salvetat,La Salvetat-Payrales,La Salvetat-Payralès,La Salvetat-Peyrales,La Salvetat-Peyralès		76	12	123	12258
3006525	La Salvetat-Lauragais	la-salvetat-lauragais	FR	31460	130	Europe/Paris	43.54193	1.79529		La Salvatat-de Lauragais,La Salvetat,La Salvetat-Lauragais,La Salvetat-de Lauragais		76	31	313	31527
3006526	La Salvetat-Belmontet	la-salvetat-belmontet	FR	82230	554	Europe/Paris	43.96422	1.53335		La Salvetat-Belmontet		76	82	822	82176
3006530	La Salvetat-sur-Agout	la-salvetat-sur-agout	FR	34330	1270	Europe/Paris	43.6005	2.70268		La Salvetat,La Salvetat-sur-Agout,La-Sal'vetat-sjur-Agu,Salvetat-sur-Agout,a gu he pan la sa er wei ta,Ла-Сальветат-сюр-Агу,阿古河畔拉萨尔韦塔		76	34	341	34293
3006531	La Salvetat-Saint-Gilles	la-salvetat-saint-gilles	FR	31880	6289	Europe/Paris	43.57622	1.27192		La Salvetat,La Sauvetat de Sent Gili,La-Sal'vetat-Sen-Zhil',la sa er wei ta sheng ji lai,Ла-Сальветат-Сен-Жиль,拉萨尔韦塔圣吉莱		76	31	313	31526
3006533	La Salle-Prunet	la-salle-prunet	FR	48400	135	Europe/Paris	44.31654	3.61411		La Salle-Prunet		76	48	481	48061
3006534	La Salle-et-Chapelle-Aubry	la-salle-et-chapelle-aubry	FR	49110	1091	Europe/Paris	47.25013	-0.97512		La Salle,La Salle-et-Chapelle-Aubry,La-Sal'-e-Shapel'-Obri,la sa er he sha pei lai-ao bu li,Ла-Саль-е-Шапель-Обрі,لا سالی-اے-شاپیل-وبری,拉萨尔和沙佩莱-奥布里		52	49	492	49218
3006535	La Salle-en-Beaumont	la-salle-en-beaumont	FR	38350	261	Europe/Paris	44.86344	5.86537		La Salle,La Salle-en-Beaumont		84	38	381	38470
3006683	La Rosière	la-rosiere	FR	70310	88	Europe/Paris	47.90635	6.61959		La Rosiere,La Rosière		27	70	701	70453
3006536	La Salle-de-Vihiers	la-salle-de-vihiers	FR	49310	971	Europe/Paris	47.15583	-0.63655		La Salle,La Salle-de-Vihiers,La-Sal'-de-Vie,la sa er de wei ye er,Ла-Саль-де-Віє,لا سالی-دے-ویہیرس,ラ・サル＝ド＝ヴィイエ,拉萨尔德维耶尔		52	49	492	49092
3006537	La Salle	la-salle	FR	71260	0	Europe/Paris	50.7	1.58333				32	62	623	62643
3006538	La Salle	la-salle	FR	71260	0	Europe/Paris	49.11598	4.67846				44	51	511	51491
3006539	La Salle	la-salle	FR	71260	313	Europe/Paris	48.32206	6.82806		La Salle		44	88	883	88438
3006540	La Salle	la-salle	FR	71260	452	Europe/Paris	46.40745	4.86549		La Salle		27	71	715	71494
3006541	La Salle-les-Alpes	la-salle-les-alpes	FR	05240	0	Europe/Paris	44.94506	6.57133		La Sala,La Sala los Aups,La Salle les Alpes,La-Sal'-lez-Al'p,la sa er lai a er pei,Ла-Саль-лез-Альп,لا سالی-لے-الپیس,拉萨尔莱阿尔佩		93	05	051	05161
3006542	La Salle	la-salle	FR	71260	0	Europe/Paris	44.70705	5.39204		Chateau de la Salle,Château de la Salle,La Salle		84	26	261	26001
3006543	Lasalle	lasalle	FR	30460	1115	Europe/Paris	44.04573	3.85244		Lasalle		76	30	303	30140
3006546	La Salette-Fallavaux	la-salette-fallavaux	FR	38970	82	Europe/Paris	44.84074	5.97534		La Salette,La Salette-Fallavaux		84	38	381	38469
3006556	La Sabotterie	la-sabotterie	FR	08130	91	Europe/Paris	49.54608	4.67031		La Sabotterie		44	08	084	08374
3006563	Larzicourt	larzicourt	FR	51290	290	Europe/Paris	48.63528	4.71359		Larzicourt,Larzikur,la er qi ku er,Ларзікур,لارزیکورٹ,拉尔齐库尔		44	51	514	51316
3006567	Larzac	larzac	FR	24170	120	Europe/Paris	44.74736	1.00747		Causse du Larzac,Larzac		75	24	244	24230
3006570	Laruscade	laruscade	FR	33620	1852	Europe/Paris	45.10812	-0.34109		Laruscade		75	33	331	33233
3006632	Larré	larre	FR	56230	675	Europe/Paris	47.71187	-2.51582		Lare,Larre,Larré		53	56	563	56108
3006572	Laruns	laruns	FR	64440	1546	Europe/Paris	42.98826	-0.42658		Larens,Larjons,Laruentze,Laruns,Laruntz,Larüntze,la lan,larwns,Ларенс,Ларёнс,لارونس,拉兰		75	64	642	64320
3006573	La Rue-Saint-Pierre	la-rue-saint-pierre	FR	60510	388	Europe/Paris	49.56415	1.24629		La Rue-Saint-Pierre		28	76	763	76547
3006574	La Rue-Saint-Pierre	la-rue-saint-pierre	FR	60510	768	Europe/Paris	49.40984	2.2956		La Rue,La Rue-Saint-Pierre		32	60	602	60559
3006603	Lartigue	lartigue	FR	32450	0	Europe/Paris	44.25122	-0.09626		Lartigue		75	33	333	33232
3006604	Lartigue	lartigue	FR	32450	171	Europe/Paris	43.52995	0.71951		Lartigue		76	32	321	32198
3006607	Larroque-Toirac	larroque-toirac	FR	46160	159	Europe/Paris	44.52035	1.9411		Larroque,Larroque-Toirac		76	46	462	46157
3006608	Larroque-sur-l'Osse	larroque-sur-l-osse	FR	32100	0	Europe/Paris	43.97134	0.27509		Larroque,Larroque-sur-l'Osse		76	32	322	32197
3006609	Larroque-Saint-Sernin	larroque-saint-sernin	FR	32410	194	Europe/Paris	43.82623	0.4646		Larroque,Larroque-Saint-Sernin		76	32	322	32196
3006610	Larroque	larroque	FR	31580	0	Europe/Paris	43.31069	0.49035		Larroque-Magnoac		76	65	653	65263
3006611	Larroque-Engalin	larroque-engalin	FR	32480	67	Europe/Paris	43.98988	0.54155		Larroque,Larroque-Engalin,Larroque-Engatin		76	32	322	32195
3006612	Larroque	larroque	FR	31580	129	Europe/Paris	44.00333	1.68971		Larroque		76	81	811	81136
3006613	Larroque	larroque	FR	31580	386	Europe/Paris	43.19515	0.60851		Larroque		76	31	312	31276
3006615	Larrivoire	larrivoire	FR	39360	114	Europe/Paris	46.34314	5.78743		Larrivoire		27	39	393	39280
3006616	Larrivière-Saint-Savin	larriviere-saint-savin	FR	40270	628	Europe/Paris	43.76961	-0.42748		Larriviere,Larriviere-Saint-Savin,Larrivière,Larrivière-Saint-Savin		75	40	402	40145
3006617	Larringes	larringes	FR	74500	1077	Europe/Paris	46.36919	6.57125		Larrenzh,Larringes,Larringia,laryngys,Ларренж,لارینگیس		84	74	744	74146
3006621	Larrey	larrey	FR	21330	0	Europe/Paris	47.8846	4.43583		Larrey		27	21	213	21343
3006622	Larrey	larrey	FR	21330	0	Europe/Paris	47.31667	5.01667				27	21	212	21231
3006623	Larreule	larreule	FR	64410	200	Europe/Paris	43.47783	-0.47301		Larreule		75	64	643	64318
3006624	Larreule	larreule	FR	64410	404	Europe/Paris	43.44517	0.0172		Larreule		76	65	653	65262
3006625	Larret	larret	FR	70600	0	Europe/Paris	48.5045	-4.73375		Larret		53	29	291	29221
3006626	Larret	larret	FR	70600	67	Europe/Paris	47.63333	5.63333				27	70	702	70297
3006627	Larressore	larressore	FR	64480	1426	Europe/Paris	43.37024	-1.43924		Larresor,Larresoro,Larressor,Larressore,la er lei suo er,laryswry,Ларресор,Ларрессор,لاریسوری,拉尔雷索尔		75	64	641	64317
3006628	Larressingle	larressingle	FR	32100	206	Europe/Paris	43.94468	0.30991		Larresengl',Larressengl',Larressingla,Larressingle,la er lei sang ge er,larysyngly,Ларресенгль,Ларрессенгль,لاریسینگلی,拉尔雷桑格尔		76	32	322	32194
3006631	Larré	larre	FR	56230	400	Europe/Paris	48.49461	0.16471		Larre,Larré		28	61	611	61224
3006633	Larrazet	larrazet	FR	82500	595	Europe/Paris	43.93161	1.08218		Larrazet		76	82	821	82093
3006634	Larrau	larrau	FR	64560	229	Europe/Paris	43.0186	-0.95538		Larraine,Larrau,Larro,la er luo,larw,Ларро,لارو,拉尔罗		75	64	642	64316
3006640	La Rouxière	la-rouxiere	FR	44370	893	Europe/Paris	47.44242	-1.06667		Kerrouz,La Rouxiere,La Rouxière		52	44	445	44213
3006642	La Rouvière	la-rouviere	FR	30190	0	Europe/Paris	44.49244	3.25156				76	48	482	48138
3006643	La Rouvière	la-rouviere	FR	30190	536	Europe/Paris	43.93128	4.2346		La Rouviere,La Rouvière		76	30	302	30224
3006650	La Roussière	la-roussiere	FR	27270	188	Europe/Paris	48.96076	0.58013		La Roussiere,La Roussière		28	27	272	27049
3006663	La Rouquette	la-rouquette	FR	12200	650	Europe/Paris	44.30265	1.97374		La Rouquette		76	12	123	12205
3006669	Larouillies	larouillies	FR	59219	0	Europe/Paris	50.03717	3.92426		Larouillies,Larui,la luo yi,Ларуи,Ларуї,拉洛伊		32	59	591	59333
3006676	La Rouge	la-rouge	FR	61260	670	Europe/Paris	48.28739	0.70901		La Rouge,La-Ruzh,Saint-Didier-sous-Ecouves,Saint-Didier-sous-Écouves,la lu ge,Ла-Руж,拉鲁格		28	61	613	61484
3006679	La Rouaudière	la-rouaudiere	FR	53390	341	Europe/Paris	47.82961	-1.19178		La Rouaudiere,La Rouaudière		52	53	531	53192
3006680	La Rothière	la-rothiere	FR	10500	127	Europe/Paris	48.34507	4.55761				44	10	101	10327
3006681	La Rosière	la-rosiere	FR	70310	0	Europe/Paris	49.65984	1.48813				28	76	761	76060
3006682	La Rosière	la-rosiere	FR	70310	0	Europe/Paris	48.31483	0.63009				28	61	613	61379
3006684	La Rosière	la-rosiere	FR	70310	0	Europe/Paris	45.62713	6.84998		La Rosiere,La Rosière		84	73	731	73176
3006685	La Rosière	la-rosiere	FR	70310	0	Europe/Paris	45.61907	6.75539		La Rosiere,La Rosière		84	73	731	73054
3006687	La Roquille	la-roquille	FR	33220	0	Europe/Paris	44.79113	0.2317		La Roquille		75	33	335	33360
3006688	Laroquevieille	laroquevieille	FR	15250	0	Europe/Paris	45.01539	2.51041		La Roquevieille,Laroquevieille		84	15	151	15095
3006689	La Roquette-sur-Var	la-roquette-sur-var	FR	06670	853	Europe/Paris	43.82812	7.19912		La Roquette,La Roquette-sur-Var,La-Roket-sjur-Var,La-Rokett-sjur-Var,Rupecula ad Varum,Sa Roqueta,Sa Roqueta de Var,la rwkwyt swr far,wa he pan la luo qu ai te,Ла-Рокет-сюр-Вар,Ла-Рокетт-сюр-Вар,لا روكويت سور فار,瓦河畔拉罗屈埃特		93	06	062	06109
3006690	La Roquette-sur-Siagne	la-roquette-sur-siagne	FR	06550	4636	Europe/Paris	43.59873	6.95671		La Roquette,La Roquette-sur-Siagne		93	06	061	06108
3006691	La Roquette	la-roquette	FR	27700	0	Europe/Paris	49.73364	0.38981				28	76	762	76298
3006692	La Roquette	la-roquette	FR	27700	196	Europe/Paris	49.25168	1.34448		La Roquette		28	27	271	27495
3006693	Laroque-Timbaut	laroque-timbaut	FR	47340	1405	Europe/Paris	44.28363	0.76181		La Roca Timbaut,La Roca de Timbaut,La Ròca Timbaut,La Ròca de Timbaut,Larok-Tembo,Laroque,Laroque-Timbaut,la luo ke tan bo,Ларок-Тембо,لاروقوی-ٹیمبوٹ,拉罗克坦博		75	47	471	47138
3006694	La Roque-sur-Pernes	la-roque-sur-pernes	FR	84210	485	Europe/Paris	43.97879	5.10846		La Roca de Pernas,La Roque,La Roque-sur-Pernes,La Roques-sur-Pernes,La Ròca de Pèrnas,La-Rok-sjur-Pern,la rwkwy-swr-pyrnys,pei er na he pan la luo qu e,Ла-Рок-сюр-Перн,لا روکوی-سور-پیرنیس,佩尔纳河畔拉罗屈厄		93	84	843	84101
3006695	La Roque-sur-Cèze	la-roque-sur-ceze	FR	30200	216	Europe/Paris	44.1938	4.51951		La Roque,La Roque-sur-Ceze,La Roque-sur-Cèze		76	30	302	30222
3006696	La Roque-Sainte-Marguerite	la-roque-sainte-marguerite	FR	12100	197	Europe/Paris	44.1244	3.22267		La Roca,La Rogue-Sainte-Marguerite,La Roque,La Roque-Sainte-Marguerite,La Ròca,La-Rok-Sent-Margerit,la luo qu ai sheng ma er gai li te,Ла-Рок-Сент-Маргерит,لا روکوی-سینت-مارگویریٹی,拉罗屈埃圣马尔盖里特		76	12	121	12204
3006697	La Roque-Gageac	la-roque-gageac	FR	24250	479	Europe/Paris	44.82513	1.18343		La Roca de Gajac,La Roque-Gageac,La Ròca de Gajac,La-Rok-Gazhak,Roque-Gageac,la luo qu ai jia ya ke,la rwkwy-gagyak,la rxk-kachak,larwk gagyk,Ла-Рок-Гажак,لا روکوی-گاگیاک,لاروک گاگیک,ลาร็อก-กาฌัก,拉罗屈埃加雅克		75	24	244	24355
3006698	La Roque-Esclapon	la-roque-esclapon	FR	83840	206	Europe/Paris	43.72334	6.62983		La Roque,La Roque d'Esclapon,La Roque-Esclapon		93	83	831	83109
3006699	Laroque-d'Olmes	laroque-d-olmes	FR	09600	2713	Europe/Paris	42.97033	1.87098		Laroque,Laroque-d'Olmes,Larroque-d'Olmes		76	09	092	09157
3006700	Laroque-des-Arcs	laroque-des-arcs	FR	46090	502	Europe/Paris	44.47602	1.46791		Laroque,Laroque-des-Arcs,Larroque-des-Arcs		76	46	461	46156
3006701	la Roca d'Albera	la-roca-d-albera	FR	66740	2086	Europe/Paris	42.5213	2.93374		Laroque-des-Alberes,Laroque-des-Albères,la Roca d'Albera		76	66	661	66093
3006702	Laroque-de-Fa	laroque-de-fa	FR	11330	155	Europe/Paris	42.95637	2.56433		La Roca de Fan,La Ròca de Fan,Larok-de-Fa,Laroque,Laroque-de-Fa,la luo qu ai de fa,larwqwy-dy-fa,Ларок-де-Фа,لاروقوی-دی-فا,拉罗屈埃德法		76	11	113	11191
3006703	La Roque-d'Anthéron	la-roque-d-antheron	FR	13640	5469	Europe/Paris	43.71544	5.30973		La Roque,La Roque-d'Antheron,La Roque-d'Anthéron		93	13	131	13084
3006704	La Roquebrussanne	la-roquebrussanne	FR	83136	2041	Europe/Paris	43.3403	5.97603		La Roquebrussanne,Roquebrussanne,Roquelibre		93	83	833	83108
3006705	Laroquebrou	laroquebrou	FR	15150	1091	Europe/Paris	44.96855	2.19158		Laroquebrou		84	15	151	15094
3006706	La Roque-Baignard	la-roque-baignard	FR	14340	123	Europe/Paris	49.17878	0.09982		La Roque,La Roque-Baignard,La-Rok-Ben'jar,la luo qu ai bai ni ya er,Ла-Рок-Беньяр,لا روکوی-بیگنارڈ,拉罗屈埃拜尼亚尔		28	14	143	14541
3006707	La Roque-Alric	la-roque-alric	FR	84190	57	Europe/Paris	44.1431	5.06434		La Roca Alric,La Roca dAlric,La Roque-Alric,La Ròca Alric,La Ròca dAlric,La-Rok-Al'rik,la luo qu e a er li,la rwkwy-alryk,Ла-Рок-Альрик,لا روکوی-الریک,拉罗屈厄阿尔里		93	84	843	84100
3006708	Laroque	laroque	FR	33410	261	Europe/Paris	44.65942	-0.30414		Laroque		75	33	333	33231
3006711	Laroque	laroque	FR	33410	1265	Europe/Paris	43.92249	3.72436		Laroque		76	34	342	34128
3006716	Laronxe	laronxe	FR	54950	372	Europe/Paris	48.54193	6.603		Laronxe		44	54	542	54303
3006721	La Ronde-Haye	la-ronde-haye	FR	50490	328	Europe/Paris	49.1258	-1.44403		La Ronde-Haye		28	50	503	50550
3006722	La Ronde	la-ronde	FR	17170	0	Europe/Paris	47.03333	1.93476				24	36	364	36152
3006723	La Ronde	la-ronde	FR	17170	0	Europe/Paris	46.85551	1.31087				24	36	361	36193
3006724	La Ronde	la-ronde	FR	17170	0	Europe/Paris	46.72393	-0.64035		La Ronde		75	79	791	79123
3006725	La Ronde	la-ronde	FR	17170	792	Europe/Paris	46.29919	-0.80792		La Ronde		75	17	173	17303
3006735	La Romieu	la-romieu	FR	32480	567	Europe/Paris	43.98246	0.49795		LArromiu,La Romieu,La-Rom'jo,La-Rome,Romieu,la luo mi e,Ла-Ромьё,Ла-Ромє,拉罗米厄		76	32	322	32345
3006738	La Romagne	la-romagne	FR	08220	119	Europe/Paris	49.67926	4.3147		La Romagne		44	08	082	08369
3006739	La Romagne	la-romagne	FR	08220	1652	Europe/Paris	47.0611	-1.02167		La Romagne		52	49	492	49260
3006742	Laroin	laroin	FR	64110	913	Europe/Paris	43.30469	-0.44204		Laroin,Larom,Laruehn,Laruen,Laruenh,la lu wan,larwyn,Ларуен,Ларуэн,لاروین,拉鲁万		75	64	643	64315
3006745	La Roë	la-roe	FR	53350	260	Europe/Paris	47.89529	-1.11137		La Roe,La Roë		52	53	531	53191
3006747	Larodde	larodde	FR	63690	0	Europe/Paris	45.52576	2.5499		Larodde		84	63	633	63190
3006749	La Rocque	la-rocque	FR	14410	94	Europe/Paris	48.88631	-0.66988		La Rocque		28	14	144	14726
3006751	La Roche-Vineuse	la-roche-vineuse	FR	71960	1392	Europe/Paris	46.34524	4.72023		La Roche-Vineuse,La Vineuse,La-Rosh-Vinez,Roche-Vineuse,Ла-Рош-Винез,Ла-Рош-Вінез,لا روشے-وینیوسی		27	71	715	71371
3006752	La Roche-Vanneau	la-roche-vanneau	FR	21150	147	Europe/Paris	47.47297	4.52691		La Roche-Vanneau		27	21	213	21528
3006754	La Rochette-du-Buis	la-rochette-du-buis	FR	26170	66	Europe/Paris	44.26787	5.42187		La Rochette-du-Buis		84	26	262	26279
3006755	La Rochette	la-rochette	FR	05000	3067	Europe/Paris	48.50882	2.66357		La Rochette		11	77	772	77389
3006756	La Rochette	la-rochette	FR	05000	0	Europe/Paris	46.01356	2.12493		La Rochette		75	23	231	23220
3006757	La Rochette	la-rochette	FR	05000	530	Europe/Paris	45.80107	0.3135		La Rochette		75	16	161	16282
3006758	La Rochette	la-rochette	FR	05000	3405	Europe/Paris	45.45758	6.11356		La Rochette		84	73	732	73215
3006759	La Rochette	la-rochette	FR	05000	0	Europe/Paris	45.30559	3.47471				84	43	431	43055
3006760	La Rochette	la-rochette	FR	05000	0	Europe/Paris	45.26091	6.28814		La Rochette,Rochette		84	73	733	73267
3006761	La Rochette	la-rochette	FR	05000	66	Europe/Paris	44.91616	4.2409		La Rochette		84	07	071	07195
3006762	La Rochette	la-rochette	FR	05000	0	Europe/Paris	44.59489	6.15589		La Rochette		93	05	052	05124
3006763	La Rochette	la-rochette	FR	05000	0	Europe/Paris	44.58874	5.722				93	05	052	05146
3006764	La Rochette	la-rochette	FR	05000	56	Europe/Paris	43.91509	6.89048		La Rochette		93	04	042	04170
3006767	La Roche-sur-Yon	la-roche-sur-yon	FR	85000	59410	Europe/Paris	46.66974	-1.42757		EDM,La Roche-sur-Yon,La Rosh sir Jon,La-Roche-sur-Yon,La-Rosh-sjur-Ion,La-Rosh-sjur-Jon,Les Fromages,Les Mineraux,Les Minéraux,Roche-sur-Yon,Rupes ad Yonem,la rwsh-swr-ywn,lalosyuswileuyong,larwsh swr ywn,lh rws-swr-ywn,lrwsh swr ywn,yong he pan la luo shen,Ла Рош сир Јон,Ла-Рош-сюр-Іон,Ла-Рош-сюр-Йон,לה רוש-סור-יון,لا روش-سور-یون,لا روشے-سور-یون,لاروش سور يون,لروش سور یون,ラ・ロッシュ＝シュル＝ヨン,永河畔拉罗什,라로슈쉬르용	85	52	85	852	85191
3006768	La Roche-sur-le-Buis	la-roche-sur-le-buis	FR	26170	304	Europe/Paris	44.27704	5.31149		La Roche,La Roche-sur-le-Buis		84	26	262	26278
3006769	La Roche-sur-Grane	la-roche-sur-grane	FR	26400	129	Europe/Paris	44.68161	4.94151		La Roche,La Roche-sur-Grane		84	26	261	26277
3006770	La Roche-sur-Foron	la-roche-sur-foron	FR	74800	10026	Europe/Paris	46.07111	6.3045		La Roche,La Roche-sur-Foron,La-Rosh-sjur-Foron,Rocha Fulciniensium,Ла-Рош-сюр-Форон,لا روشے-سور-فورون		84	74	742	74224
3006771	Laroche-Saint-Cydroine	laroche-saint-cydroine	FR	89400	1429	Europe/Paris	47.96801	3.48467		La Roche-sur-Yonne,Laroche,Laroche-Saint-Cydroine		27	89	891	89218
3006773	Laroche-près-Feyt	laroche-pres-feyt	FR	19340	85	Europe/Paris	45.70626	2.50573		Laroche,Laroche-pres-Feyt,Laroche-près-Feyt		75	19	193	19108
3006774	La Rochepot	la-rochepot	FR	21340	269	Europe/Paris	46.95785	4.68012		La Rochepot,Roche-Fidele,Roche-Fidèle		27	21	211	21527
3006775	La Roche-Posay	la-roche-posay	FR	86270	1553	Europe/Paris	46.78649	0.8122		La Roche-Posay,La-Rosh-Poze,la luo she bo sai,Ла-Рош-Позе,لا روشے-پوسائے,ラ・ロッシュ＝ポゼ,拉罗舍波赛		75	86	861	86207
3006776	La Roche-Noire	la-roche-noire	FR	63800	496	Europe/Paris	45.70756	3.22427		La Roche-Noire		84	63	632	63306
3006777	La Rochénard	la-rochenard	FR	79270	442	Europe/Paris	46.2051	-0.58594		La Rochenard,La Rochénard,La-Roshenar,Rocha Aynardi,Ла-Рошенар,لا روشےنارڈ		75	79	792	79229
3006779	Larochemillay	larochemillay	FR	58370	296	Europe/Paris	46.87679	4.00274		Larochemillay,Laroshmille,Rocha de Mileyo,la luo xie mi lai,larwchymylay,Ларошмилле,Ларошмілле,لاروچیمیلای,拉罗谢米莱		27	58	581	58140
3006780	La Roche-Maurice	la-roche-maurice	FR	29800	1791	Europe/Paris	48.47284	-4.204		Ar Roc'h-Morvan,Ar Roch-Morvan,La Roche,La Roche-Maurice,La-Rosh-Moris,Rocha Morvani,Roche-Maurice,la luo ke mo li ke,Ла-Рош-Морис,ラ・ロッシュ＝モーリス,拉罗克莫里克		53	29	291	29237
3006781	La Roche-Mabile	la-roche-mabile	FR	61420	131	Europe/Paris	48.49026	-0.05181		La Roche,La Roche-Mabile		28	61	611	61350
3006782	La Rochelle-Normande	la-rochelle-normande	FR	50530	253	Europe/Paris	48.7647	-1.43464		La Rochelle,La Rochelle-Normande		28	50	501	50565
3006784	La Rochelle	la-rochelle	FR	17000	0	Europe/Paris	48.02208	2.30491				24	45	453	45228
3006785	La Rochelle	la-rochelle	FR	17000	47	Europe/Paris	47.74803	5.73296		La Rochelle,La-Roshel',Ла-Рошель		27	70	702	70450
3006786	La Rochelle	la-rochelle	FR	17000	0	Europe/Paris	47.2675	-1.38631				52	44	442	44169
3006787	La Rochelle	la-rochelle	FR	17000	76810	Europe/Paris	46.16308	-1.15222		Ar Rochell,Arroxela,LRH,La Cote,La Côte,La Rochela,La Rochelle,La Rochèla,La Rosel,La Roselis,La Roshel,La Roşel,La Rošelis,La-Rashehl',La-Rosel,La-Roshel',La-Rošel,Larosela,Larošela,Proclamation,Rupella,la luo xie er,la rocyala,la rwshl,la rwshyl,la-rosheli,lalosyel,lh rwsl,lrwshl,Λα Ροσέλ,Ла Рошел,Ла-Рашэль,Ла-Рошель,Լա Ռոշել,לה רושל,لا روشل,لا روشيل,لا روشیل,لروشل,লা রোচ্যাল,ลารอแชล,ལ་རོ་ཅེ་ལེ།,ლა-როშელი,ラ・ロシェル,拉罗歇尔,라로셸	17	75	17	173	17300
3006788	La Roche-l'Abeille	la-roche-l-abeille	FR	87800	0	Europe/Paris	45.59639	1.24095		La Roche,La Roche-l'Abeille		75	87	872	87127
3006790	La Roche-Guyon	la-roche-guyon	FR	95780	583	Europe/Paris	49.08142	1.62998		La Roche-Guyon,La-Rosh-Gijon,La-Rosh-Gvion,Roche-sur-Seine,la luo she ju yi weng,Ла-Рош-Гвион,Ла-Рош-Гвіон,Ла-Рош-Гийон,لا روشے-گویون,拉罗舍居伊翁		11	95	953	95523
3006791	La Rochegiron	la-rochegiron	FR	04150	97	Europe/Paris	44.07769	5.65601		Charon,La Rochagiron,La Rochegiron,La Ròchagiron,La-Roshzhiron,Le Charon,la luo xie ji long,Ла-Рошжирон,拉罗谢吉龙		93	04	044	04169
3006793	La Rochefoucauld	la-rochefoucauld	FR	16110	3426	Europe/Paris	45.74101	0.38587		La Roche-Tardoire,La Rochefoucauld		75	16	161	16281
3006794	La Roche-en-Brenil	la-roche-en-brenil	FR	21530	929	Europe/Paris	47.38121	4.17889		La Roche,La Roche-en-Brenil		27	21	213	21525
3006795	La Roche-des-Arnauds	la-roche-des-arnauds	FR	05400	1025	Europe/Paris	44.56188	5.95541		La Roche,La Roche-des-Arnauds		93	05	052	05123
3006796	La Roche-Derrien	la-roche-derrien	FR	22450	1063	Europe/Paris	48.74694	-3.26056		Ar Roc'h-Derrien,Ar Roch-Derrien,La Roche-Derrien,La-Rosh-Der'en,La-Rosh-Derrijan,Rupes Deriani,la luo ke dai er li an,Ла-Рош-Дерриян,Ла-Рош-Дерріян,Ла-Рош-Дерьен,لا روشے-ڈیرین,ラ・ロッシュ＝デリアン,拉罗克代尔里安		53	22	223	22264
3006797	La Roche-de-Rame	la-roche-de-rame	FR	05310	733	Europe/Paris	44.75034	6.57975		La Rocha de Briancon,La Rocha de Rama,La Roche,La Roche-de-Rame,La Ròcha de Briançon,La Ròcha de Rama,La-Rosh-de-Ram,la luo ke de lang,Ла-Рош-де-Рам,لا روشے-دے-رامی,拉罗克德朗		93	05	051	05122
3006798	La Roche-de-Glun	la-roche-de-glun	FR	26600	2956	Europe/Paris	45.01336	4.84488		La Roche,La Roche-de-Glun		84	26	263	26271
3006800	La Roche-Clermault	la-roche-clermault	FR	37500	535	Europe/Paris	47.13745	0.20597		La Roche,La Roche-Clermault		24	37	371	37202
3006801	La Roche-Chalais	la-roche-chalais	FR	24490	2780	Europe/Paris	45.15165	0.008		La Rocha Chales,La Roche-Chalais,La Ròcha Chalés,La-Rosh-Shale,Lonchement,la luo ke sha lai,Ла-Рош-Шале,لا روشے-چالایس,拉罗克沙莱		75	24	243	24354
3006802	La Roche-Canillac	la-roche-canillac	FR	19320	178	Europe/Paris	45.1953	1.9687		La Roche-Canillac		75	19	192	19174
3006803	La Roche-Canillac	la-roche-canillac	FR	19320	0	Europe/Paris	44.75095	3.02547		La Roche-Canillac,La Roche-Conillac		84	15	153	15209
3006805	La Roche-Blanche	la-roche-blanche	FR	44522	929	Europe/Paris	47.4405	-1.14028		Ar Roc'h-Wenn,La Roche-Blanche		52	44	445	44222
3006806	La Roche-Blanche	la-roche-blanche	FR	44522	3051	Europe/Paris	45.70062	3.12629		La Roche,La Roche-Blanche		84	63	632	63302
3006807	La Roche-Bernard	la-roche-bernard	FR	56130	852	Europe/Paris	47.51885	-2.30154		Ar Roc'h-Bernez,Ar Roch-Bernez,La Roche-Bernard,La Roche-Sauveur,La-Rosh-Bernar,Roche-Bernard,Rupes Bernardi,la luo ke bei er na er,Ла-Рош-Бернар,لا روشے-برنارڈ,拉罗克贝尔纳尔		53	56	563	56195
3006855	La Robine-sur-Galabre	la-robine-sur-galabre	FR	04000	272	Europe/Paris	44.16667	6.21667		La Robina,La-Robin-sjur-Galabr,jia la bu er he pan la luo ban,Ла-Робин-сюр-Галабр,Ла-Робін-сюр-Галабр,加拉布尔河畔拉罗班		93	04	043	04167
3006865	Larnod	larnod	FR	25720	679	Europe/Paris	47.18371	5.97042		Larnod		27	25	251	25328
3006867	Larnaud	larnaud	FR	39140	503	Europe/Paris	46.71111	5.45463		Larnaud		27	39	392	39279
3006868	Larnat	larnat	FR	09310	18	Europe/Paris	42.79949	1.63168		Larnat		76	09	091	09156
3006869	Larnas	larnas	FR	07220	95	Europe/Paris	44.44837	4.59914		Larnas		84	07	072	07133
3006870	Larnagol	larnagol	FR	46160	169	Europe/Paris	44.4761	1.77754		Larnagol		76	46	462	46155
3006871	Larnage	larnage	FR	26600	828	Europe/Paris	45.09652	4.86378		Larnage		84	26	263	26156
3006876	Larmor-Plage	larmor-plage	FR	56260	9151	Europe/Paris	47.70646	-3.38339	0	An Arvor,Larmor,Larmor-Plage,Larmor-Plazh,la er mo pu la ge,larmwr-plagy,Лармор-Плаж,لارمور-پلاگی,拉尔莫普拉格		53	56	561	56107
3006877	Larmor-Baden	larmor-baden	FR	56870	1023	Europe/Paris	47.58724	-2.89723		An Arvor-Baden,Larmor,Larmor-Badan,Larmor-Baden,la er mo ba dang,larmwr-badyn,Лармор-Бадан,لارمور-بادین,拉尔莫巴当		53	56	563	56106
3006881	La Rixouse	la-rixouse	FR	39200	221	Europe/Paris	46.46674	5.88446		La Rixouse		27	39	393	39460
3006884	Larivière-Arnoncourt	lariviere-arnoncourt	FR	52400	0	Europe/Paris	48.01667	5.71667		Lariviere,Lariviere-sur-Apance,Larivière,Larivière-sur-Apance		44	52	522	52273
3006885	La Rivière-Saint-Sauveur	la-riviere-saint-sauveur	FR	14600	1664	Europe/Paris	49.40821	0.2703		La Riviere,La Riviere-Saint-Sauveur,La Rivière,La Rivière-Saint-Sauveur		28	14	143	14536
3006887	La Rivière-Enverse	la-riviere-enverse	FR	74440	434	Europe/Paris	46.09264	6.64175		La Riviere,La Rivière,Riviere-Enverse,Rivière-Enverse		84	74	742	74223
3006888	La Rivière-Drugeon	la-riviere-drugeon	FR	25560	729	Europe/Paris	46.86806	6.21782		La Riviere,La Riviere-Drugeon,La Rivière,La Rivière-Drugeon,La-River-Drjuzhon,la li wei ai de lu rong,Ла-Ривєр-Дрюжон,لا ریویرے-ڈروگیون,拉里维埃德吕容		27	25	253	25493
3006889	La Rivière-de-Corps	la-riviere-de-corps	FR	10440	3140	Europe/Paris	48.2884	4.01947		La Riviere,La Riviere-de-Corps,La Rivière,La Rivière-de-Corps		44	10	103	10321
3006891	La Rivière	la-riviere	FR	33126	0	Europe/Paris	48.55367	0.41895				28	61	611	61067
3006892	Larivière	lariviere	FR	90150	201	Europe/Paris	47.67645	6.99792		Lariviere,Larivière		27	90	901	90062
3006893	La Rivière	la-riviere	FR	33126	0	Europe/Paris	47.58647	3.01476				27	89	891	89220
3006894	La Rivière	la-riviere	FR	33126	0	Europe/Paris	47.50473	-2.03191				52	44	443	44161
3006895	La Rivière	la-riviere	FR	33126	0	Europe/Paris	47.35763	-1.45976				52	44	445	44179
3006896	La Rivière	la-riviere	FR	33126	0	Europe/Paris	46.65477	0.83907				75	86	862	86236
3006897	La Rivière	la-riviere	FR	33126	0	Europe/Paris	46.48092	1.05104				75	86	862	86273
3006898	La Rivière	la-riviere	FR	33126	0	Europe/Paris	46.2485	-1.51341				75	17	173	17286
3006899	La Rivière	la-riviere	FR	33126	505	Europe/Paris	45.23568	5.50622		La Riviere,La Rivière		84	38	381	38338
3006900	La Rivière	la-riviere	FR	33126	0	Europe/Paris	45.14258	1.36576		La Riviere,La Rivière		75	19	191	19124
3006901	La Rivière	la-riviere	FR	33126	348	Europe/Paris	44.93493	-0.30989		La Riviere,La Rivière		75	33	335	33356
3006902	La Rivière	la-riviere	FR	33126	0	Europe/Paris	44.69707	1.38634				76	46	463	46259
3006903	La Rivière	la-riviere	FR	33126	0	Europe/Paris	43.81547	6.64225		La Riviere,La Rivière		93	04	042	04148
3006989	La Renaudie	la-renaudie	FR	63930	0	Europe/Paris	45.05	1.26667				75	24	244	24364
3006928	La Riche	la-riche	FR	37520	8934	Europe/Paris	47.38996	0.67072		La Riche,La Riche-Extra,La-Rish,la li shen,Ла-Риш,拉里什		24	37	372	37195
3006929	La Richardais	la-richardais	FR	35780	2207	Europe/Paris	48.60685	-2.03574		Kerricharzh-an-Arvor,La Richardais		53	35	354	35241
3006930	La Ricamarie	la-ricamarie	FR	42150	7997	Europe/Paris	45.40536	4.36944		La Ricamarie,La Ricamene,La Ricamerie,La-Rikamari,Ricamarie,la li ka ma li ye,la rykamary,Ла-Рикамарі,لا ریکاماری,拉里卡马里耶		84	42	423	42183
3006944	Larians-et-Munans	larians-et-munans	FR	70230	202	Europe/Paris	47.41617	6.2363		Larians,Larians-et-Munans		27	70	702	70296
3006949	Largny-sur-Automne	largny-sur-automne	FR	02600	260	Europe/Paris	49.26027	3.04167		Largny		32	02	024	02410
3006951	Largitzen	largitzen	FR	68580	291	Europe/Paris	47.5616	7.18685		Largitzen		44	68	681	68176
3006953	Largillay-Marsonnay	largillay-marsonnay	FR	39130	139	Europe/Paris	46.55422	5.67489		Largillay,Largillay-Marsonnay		27	39	392	39278
3006955	L'Argentière-la-Bessée	l-argentiere-la-bessee	FR	05120	0	Europe/Paris	44.79451	6.55862		L'Argentiere,L'Argentiere-la-Bessee,L'Argentière,L'Argentière-la-Bessée		93	05	051	05006
3006958	Largentière	largentiere	FR	07110	2126	Europe/Paris	44.54272	4.29342		LArgenteira,LArgentieira,LArgentièira,LArgentèira,Largentiere,Largentière,Larzhant'er,la er rang di ai,rarujantieru,Ларжантьер,Ларжантьєр,لارگینٹیری,ラルジャンティエール,拉尔让蒂埃	071	84	07	071	07132
3006961	Largeasse	largeasse	FR	79240	782	Europe/Paris	46.69334	-0.49988		Largeasse		75	79	791	79147
3007325	Lapeyrugue	lapeyrugue	FR	15120	129	Europe/Paris	44.72829	2.54329		Lapeyrugue		84	15	151	15093
3006974	La Résie-Saint-Martin	la-resie-saint-martin	FR	70140	121	Europe/Paris	47.31185	5.60758		La Resie,La Resie-Saint-Martin,La Résie,La Résie-Saint-Martin		27	70	702	70444
3006977	La Répara-Auriples	la-repara-auriples	FR	26400	0	Europe/Paris	44.66667	5				84	26	261	26020
3006978	La Réorthe	la-reorthe	FR	85210	878	Europe/Paris	46.60688	-1.04954		La Reorthe,La Réorthe		52	85	851	85188
3006979	La Réole	la-reole	FR	33190	4651	Europe/Paris	44.58239	-0.03857		La Reole,La Reula,La Rèula,La Réole,La-Reol',Reole,Réole,la lei ao er,la rywly,Ла-Реоль,لا ریولی,拉雷奥尔		75	33	333	33352
3006980	Laréole	lareole	FR	31480	125	Europe/Paris	43.73687	1.02345		Lareole,Laréole		76	31	313	31275
3006986	La Renaudière	la-renaudiere	FR	49450	836	Europe/Paris	47.12012	-1.05869		La Renaudiere,La Renaudière,La-Renod'er,la lei nuo di ai,Ла-Ренодьєр,لا رینوڈیری,ラ・ルノーディエール,拉雷诺迪埃		52	49	492	49301
3006987	La Renaudie	la-renaudie	FR	63930	166	Europe/Paris	45.73523	3.72019		La Renaudie		84	63	635	63298
3006988	La Renaudie	la-renaudie	FR	63930	0	Europe/Paris	45.63891	1.06296				75	87	872	87027
3006995	La Remuée	la-remuee	FR	76430	1207	Europe/Paris	49.52773	0.40283		La Fraternite,La Fraternité,La Remuee,La Remuée		28	76	762	76522
3006999	La Remaudière	la-remaudiere	FR	44430	1068	Europe/Paris	47.23774	-1.24367		Kerravaot,La Remaudiere,La Remaudière,La-Remod'er,Ramauderia,la lei mo di ai,Ла-Ремодьєр,لا ریموڈیری,拉雷莫迪埃		52	44	442	44141
3007004	La Regrippière	la-regrippiere	FR	44330	1167	Europe/Paris	47.1815	-1.17636		La Regrippiere,La Regrippière,Skouvlant		52	44	442	44140
3007007	Larée	laree	FR	32150	244	Europe/Paris	43.90608	-0.05038		Laree,Larée		76	32	322	32193
3007008	La Redorte	la-redorte	FR	11700	0	Europe/Paris	43.25	2.66667				76	11	111	11190
3007017	Lardy	lardy	FR	91510	4629	Europe/Paris	48.51847	2.2736		Lardi,Lardy,la er di,Ларди,Ларді,لارڈی,拉尔迪		11	91	911	91330
3007022	Lardiers	lardiers	FR	04230	134	Europe/Paris	44.05744	5.7123		Lard'e,Lardiers,Lardièrs,la er di ye er,Лардье,Лардьє,拉尔迪耶尔		93	04	044	04101
3007023	Lardier-et-Valença	lardier-et-valenca	FR	05110	211	Europe/Paris	44.43517	5.98057		Lardier,Lardier-Valenca,Lardier-Valenga,Lardier-et-Valenca,Lardier-et-Valença		93	05	052	05071
3007037	Larche	larche	FR	04530	1468	Europe/Paris	45.12048	1.41566		Larche		75	19	191	19107
3007038	Larché	larche	FR	04530	0	Europe/Paris	44.6716	0.82622				75	47	473	47200
3007039	Larche	larche	FR	04530	88	Europe/Paris	44.45065	6.84655		Larche		93	04	041	04120
3007041	Larchant	larchant	FR	77760	771	Europe/Paris	48.28477	2.59444		Larchant,Larshan,Ларшан,لارچانٹ		11	77	774	77244
3007043	Larchamp	larchamp	FR	53220	303	Europe/Paris	48.69434	-0.68448		Larchamp		28	61	612	61486
3007044	Larchamp	larchamp	FR	53220	1068	Europe/Paris	48.36253	-0.99865		Larchamp		52	53	533	53126
3007045	Larceveau-Arros-Cibits	larceveau-arros-cibits	FR	64120	410	Europe/Paris	43.21383	-1.09068		Larceveau,Larceveau Cibits,Larceveau-Arros-Cibits,Larzabale-Arroze-Zibitze		75	64	641	64314
3007048	Larçay	larcay	FR	37270	2135	Europe/Paris	47.36649	0.78145		Larcay,Larçay		24	37	372	37124
3007049	Larcat	larcat	FR	09310	34	Europe/Paris	42.77832	1.66121		Larcat		76	09	091	09155
3007050	Larcan	larcan	FR	31800	176	Europe/Paris	43.17543	0.72033		Larcan		76	31	312	31274
3007053	L'Arbresle	l-arbresle	FR	69210	0	Europe/Paris	45.83556	4.61694		L'Arbresle,LArbresle,L’Arbresle		84	69	692	69010
3007059	Larbont	larbont	FR	09240	51	Europe/Paris	42.99239	1.39708		Larbont		76	09	093	09154
3007061	Larbey	larbey	FR	40250	256	Europe/Paris	43.70342	-0.71845		Larbey		75	40	401	40144
3007064	La Ravoire	la-ravoire	FR	73490	6768	Europe/Paris	45.56266	5.95826		La Ravoire,La-Ravuar,Ravoire,la rawwyry,Ла-Равуар,لا راوویری		84	73	732	73213
3007070	Laran	laran	FR	65670	44	Europe/Paris	43.23616	0.48247		Laran		76	65	653	65261
3007071	Laramière	laramiere	FR	46260	285	Europe/Paris	44.35224	1.87848		Laramiere,Laramière		76	46	461	46154
3007076	Larajasse	larajasse	FR	69590	1572	Europe/Paris	45.61399	4.50113		Larajasse		84	69	691	69110
3007082	Laragne-Montéglin	laragne-monteglin	FR	05300	3556	Europe/Paris	44.31667	5.81667		LAranha Montaiglin,LAranha e Montaiglin,Laran'-Monteglen,la la ni meng tai ge lan,Ларань-Монтеглен,拉拉尼蒙泰格兰		93	05	052	05070
3007090	La Racineuse	la-racineuse	FR	71310	140	Europe/Paris	46.83562	5.15227		La Racineuse,La-Rasinez,la rasynyws,Ла-Расинез,Ла-Расінез,لا راسینیوس		27	71	714	71364
3007094	La Rabatelière	la-rabateliere	FR	85250	739	Europe/Paris	46.86065	-1.26235		La Rabateliere,La Rabatelière		52	85	852	85186
3007096	La Quinte	la-quinte	FR	72550	0	Europe/Paris	48.2	-1.51667				53	35	353	35152
3007097	La Quinte	la-quinte	FR	72550	664	Europe/Paris	48.059	0.0381		La Quinte		52	72	722	72249
3007100	Laqueuille	laqueuille	FR	63820	406	Europe/Paris	45.65014	2.73255		Laqueuille		84	63	633	63189
3007101	La Queue-les-Yvelines	la-queue-les-yvelines	FR	78940	1939	Europe/Paris	48.8	1.76667		La Queue,La Queue-lez-Yvelines,La-Ke-lez-Ivelin,La-Ke-lez-Ivlin,Ла-Ке-лез-Івлін,Ла-Ке-лез-Ивелин,لا کیو-لے-یویلینیس		11	78	782	78513
3007102	La Queue-en-Brie	la-queue-en-brie	FR	94510	11826	Europe/Paris	48.7852	2.58112		La Queue,La Queue-en-Brie,La Queue-le-Peletier,La-Ke-an-Bri,bu li ye de qu la ke,la kyw-ayn-bry,Ла-Ке-ан-Бри,Ла-Ке-ан-Брі,لا کیو-این-بری,布里耶地区拉克		11	94	941	94060
3007106	Laquenexy	laquenexy	FR	57530	976	Europe/Paris	49.07832	6.31435		Laquenexy		44	57	579	57385
3007107	La Quarte	la-quarte	FR	70120	63	Europe/Paris	47.77389	5.69539		La Quarte		27	70	702	70430
3007111	La Pyle	la-pyle	FR	27370	123	Europe/Paris	49.19925	0.89385		La Pyle		28	27	272	27482
3007112	La Puye	la-puye	FR	86260	607	Europe/Paris	46.64283	0.75164		La Puye,La-Pjui,la pi yi e,Ла-Пюї,لا پوئے,拉皮伊厄		75	86	863	86202
3007115	La Puisaye	la-puisaye	FR	28250	232	Europe/Paris	48.60825	0.95819		La Puisaye		24	28	283	28310
3007116	Lapugnoy	lapugnoy	FR	62122	3384	Europe/Paris	50.51635	2.5346		L'Puno,Lapjunjua,Lapjunua,Lapugnoy,L’Puno,la pi ni wa,labwjnwy,Лапюнуа,Лапюнюа,لابوجنوي,拉皮尼瓦		32	62	622	62489
3007118	Lapte	lapte	FR	43200	1330	Europe/Paris	45.18593	4.21699		Lapte		84	43	433	43114
3007119	Laps	laps	FR	63270	517	Europe/Paris	45.67397	3.27013		Laps		84	63	632	63188
3007128	Laprugne	laprugne	FR	03250	0	Europe/Paris	45.98619	3.74296		La Prunha,Laprjun',Laprugne,Laprunha,la pu lu ni,Лапрюнь,拉普吕尼		84	03	033	03139
3007134	La Proiselière-et-Langle	la-proiseliere-et-langle	FR	70310	165	Europe/Paris	47.82879	6.50484		La Proiseliere,La Proiseliere-et-Langle,La Proiselière,La Proiselière-et-Langle		27	70	701	70425
3007138	La Prévière	la-previere	FR	49420	307	Europe/Paris	47.71656	-1.17845		La Previere,La Prévière,La-Prever,la prywyry,la pu lei wei ai,Ла-Превєр,لا پریویری,拉普雷维埃		52	49	494	49248
3007141	La Prétière	la-pretiere	FR	25250	145	Europe/Paris	47.44416	6.61016		La Pretiere,La Prétière		27	25	252	25470
3007144	La Prénessaye	la-prenessaye	FR	22210	824	Europe/Paris	48.18295	-2.63509		La Prenessaye,La Prénessaye,Perenezeg		53	22	224	22255
3007153	Laprade	laprade	FR	11390	219	Europe/Paris	45.27806	0.18472		Laprade		75	16	161	16180
3007154	Laprade	laprade	FR	11390	85	Europe/Paris	43.44275	2.25846		Laprade		76	11	111	11189
3007157	Lappion	lappion	FR	02150	291	Europe/Paris	49.60829	3.964		Lappion		32	02	022	02409
3007158	Lapouyade	lapouyade	FR	33620	463	Europe/Paris	45.0861	-0.28713		Lapouyade		75	33	335	33230
3007160	Lapoutroie	lapoutroie	FR	68650	2221	Europe/Paris	48.15398	7.16714		La Poutroye,Lapoutroie,Laputrua,Schnierlach,la pu te lu wa,Лапутруа,لاپوٹروی,拉普特鲁瓦		44	68	682	68175
3007171	La Pouge	la-pouge	FR	23250	0	Europe/Paris	46.87176	2.08113				24	36	364	36215
3007172	La Pouge	la-pouge	FR	23250	0	Europe/Paris	46.39851	0.58398				75	86	862	86285
3007173	La Pouge	la-pouge	FR	23250	72	Europe/Paris	45.98065	1.94502		La Pouge		75	23	232	23157
3007174	La Pouëze	la-poueze	FR	49370	1499	Europe/Paris	47.55357	-0.80928		La Poueze,La Pouëze,La-Puez,la pu e ci,la pwyzy,Ла-Пуез,لا پویزی,拉普厄兹		52	49	494	49367
3007179	La Poterie-Mathieu	la-poterie-mathieu	FR	27560	138	Europe/Paris	49.2579	0.51842		La Poterie,La Poterie-Mathieu,La Potterie-Mathieu		28	27	272	27475
3007180	La Poterie-Cap-d'Antifer	la-poterie-cap-d-antifer	FR	76280	0	Europe/Paris	49.67195	0.18912		La Poterie,La Poterie-Cap-d'Antifer		28	76	762	76508
3007181	La Poterie-au-Perche	la-poterie-au-perche	FR	61190	153	Europe/Paris	48.62707	0.72098		La Poterie,La Poterie-au-Perche		28	61	613	61491
3007191	La Postolle	la-postolle	FR	89260	140	Europe/Paris	48.28199	3.4445		La Postolle,La-Postol',Postolle,la bo si tuo er,Ла-Постоль,لا پوسٹولی,拉波斯托尔		27	89	893	89310
3007195	La Possonnière	la-possonniere	FR	49170	2252	Europe/Paris	47.37446	-0.68755		La Possonniere,La Possonnière,La-Posson'er,la bo suo ni ai,la pwswnyry,Ла-Поссоньєр,لا پوسونیری,拉波索尼埃		52	49	491	49247
3007205	La Porcherie	la-porcherie	FR	87380	0	Europe/Paris	48.52954	0.90262				28	61	613	61230
3007206	La Porcherie	la-porcherie	FR	87380	0	Europe/Paris	46.93333	0.68333				75	86	861	86241
3007207	La Porcherie	la-porcherie	FR	87380	635	Europe/Paris	45.58077	1.54403		La Porcherie		75	87	872	87120
3007210	La Pommeraye	la-pommeraye	FR	14690	0	Europe/Paris	49.68833	1.16607				28	76	761	76449
3007211	La Pommeraye	la-pommeraye	FR	14690	0	Europe/Paris	49.64365	1.41259				28	76	761	76678
3007212	La Pommeraye	la-pommeraye	FR	14690	53	Europe/Paris	48.90889	-0.42507		La Pommeraye		28	14	142	14510
3007213	La Pommeraye	la-pommeraye	FR	14690	3982	Europe/Paris	47.35534	-0.86007		La Pommeraye		52	49	492	49244
3007214	La Pommeraye	la-pommeraye	FR	14690	0	Europe/Paris	47.00294	-0.58539				75	79	791	79280
3007215	La Pommeraie-sur-Sèvre	la-pommeraie-sur-sevre	FR	85700	1005	Europe/Paris	46.83535	-0.77785		La Pommeraie,La Pommeraie-sur-Sevre,La Pommeraie-sur-Sèvre		52	85	851	85090
3007226	La Pomarède	la-pomarede	FR	11400	168	Europe/Paris	43.4048	1.95037		La Pomarede,La Pomarède		76	11	111	11292
3007233	La Poitevinière	la-poiteviniere	FR	49510	0	Europe/Paris	47.53217	-1.30716				52	44	445	44144
3007234	La Poitevinière	la-poiteviniere	FR	49510	0	Europe/Paris	47.22762	-0.89714		La Poiteviniere,La Poitevinière		52	49	492	49023
3007243	Laplume	laplume	FR	47310	1269	Europe/Paris	44.11292	0.52975				75	47	471	47137
3007248	Lapleau	lapleau	FR	19550	0	Europe/Paris	45.49125	2.12588		Lapleau		75	19	193	19130
3007249	Lapleau	lapleau	FR	19550	0	Europe/Paris	45.29356	2.16602		Lapleau		75	19	193	19106
3007255	La Planée	la-planee	FR	25160	212	Europe/Paris	46.83812	6.2789		La Planee,La Planée		27	25	253	25459
3007258	La Planche	la-planche	FR	44140	0	Europe/Paris	48.48605	2.53545				11	77	774	77359
3007259	La Planche	la-planche	FR	44140	2239	Europe/Paris	47.01675	-1.43533		Ar Plank,La Planche,La-Plansh,la pu lang ke,Ла-Планш,لا پلانچے,拉普朗克		52	44	442	44127
3007262	La Plaine-sur-Mer	la-plaine-sur-mer	FR	44770	2711	Europe/Paris	47.13718	-2.19172		La Plaine,La Plaine-sur-Mer,La-Plen-sjur-Mer,Plaen-Raez,bin hai la pu lan,la playny-swr-myr,Ла-Плен-сюр-Мер,لا پلاینی-سور-میر,滨海拉普兰		52	44	443	44126
3007263	La Plaine-Saint-Denis	la-plaine-saint-denis	FR	93210 CEDEX	0	Europe/Paris	48.90851	2.36379		LA PLAINE ST DENIS,La Plaine,La Plaine-Saint-Denis		11	93	933	93066
3007264	La Plaine	la-plaine	FR	49360	867	Europe/Paris	47.06808	-0.63492		La Plaine		52	49	492	49240
3007265	La Plaine	la-plaine	FR	49360	0	Europe/Paris	45.72813	5.02504		La Grande Plaine,La Plaine		84	69	691	69277
3007266	La Plaine	la-plaine	FR	49360	0	Europe/Paris	45.6839	1.22635				75	87	872	87169
3007267	La Plaine	la-plaine	FR	49360	0	Europe/Paris	44.71508	0.70198				75	24	241	24441
3007268	La Plaine	la-plaine	FR	49360	0	Europe/Paris	44.65	6.16667				93	05	052	05029
3007269	La Plaine	la-plaine	FR	49360	0	Europe/Paris	44.565	5.9332				93	05	052	05123
3007283	La Pisseure	la-pisseure	FR	70800	41	Europe/Paris	47.86336	6.22675		La Pisseure		27	70	701	70411
3007303	La Pierre	la-pierre	FR	38570	0	Europe/Paris	49.92947	1.47285				28	76	761	76320
3007304	La Pierre	la-pierre	FR	38570	0	Europe/Paris	49.54811	0.84672				28	76	763	76099
3007305	La Pierre	la-pierre	FR	38570	0	Europe/Paris	48.2974	2.09343				24	45	453	45015
3007306	La Pierre	la-pierre	FR	38570	0	Europe/Paris	46.87481	2.44843				24	18	182	18212
3007307	La Pierre	la-pierre	FR	38570	0	Europe/Paris	45.29358	5.94745		La Pierre		84	38	381	38303
3007308	La Pierre	la-pierre	FR	38570	0	Europe/Paris	44.99077	5.62085				84	38	381	38187
3007319	La Piarre	la-piarre	FR	05700	66	Europe/Paris	44.4761	5.65676		La Piarre		93	05	052	05102
3007326	Lapeyrouse-Mornay	lapeyrouse-mornay	FR	26210	858	Europe/Paris	45.32357	4.99524		Lapeyrouse-Mornay		84	26	263	26155
3007327	Lapeyrouse-Fossat	lapeyrouse-fossat	FR	31180	2308	Europe/Paris	43.69973	1.51049		Lapeyrouse,Lapeyrouse-Fossat		76	31	313	31273
3007328	Lapeyrouse	lapeyrouse	FR	01330	584	Europe/Paris	46.22412	2.87216		Lapeyrouse		84	63	634	63187
3007329	Lapeyrouse	lapeyrouse	FR	01330	246	Europe/Paris	45.98275	4.97573		Lapeyrouse		84	01	012	01207
3007332	Lapeyrère	lapeyrere	FR	31310	68	Europe/Paris	43.20679	1.31435		Lapeyrere,Lapeyrere-et-Guignolas,Lapeyrère,Lapeyrère-et-Guignolas		76	31	311	31272
3007333	Lapeyre	lapeyre	FR	65220	0	Europe/Paris	45.63333	0.73333				75	24	242	24381
3007336	Lapeyre	lapeyre	FR	65220	0	Europe/Paris	43.90016	2.91012		Lapeyre		76	12	121	12292
3007337	Lapeyre	lapeyre	FR	65220	75	Europe/Paris	43.32297	0.33859		Lapeyre		76	65	653	65260
3007339	La Peyratte	la-peyratte	FR	79200	1187	Europe/Paris	46.6745	-0.14888		La Peyratte		75	79	793	79208
3007346	La Petite-Verrière	la-petite-verriere	FR	71400	64	Europe/Paris	47.04946	4.15966		La Petite-Verriere,La Petite-Verrière		27	71	711	71349
3007351	La Petite-Raon	la-petite-raon	FR	88210	926	Europe/Paris	48.40566	6.9951		La Petite-Raon		44	88	883	88346
3007352	La Petite-Pierre	la-petite-pierre	FR	67290	645	Europe/Paris	48.85875	7.32139		Kastelo de La Petite-Pierre,La Petite-Pierre,La-Petit-P'err,La-Petit-Perr,Litzelstain,Luetzelstein,Lutzelstein,Lítzelstain,Lützelstein,Petite-Pierre,la bytyt byr,la pei di te pi ye er,Ла-Петит-Пьерр,Ла-Петіт-Пєрр,لا بيتيت بير,لا پیٹیٹی-پیری,拉佩蒂特皮耶尔		44	67	674	67371
3007354	La Petite-Marche	la-petite-marche	FR	03420	218	Europe/Paris	46.19367	2.57173		La Petite-Marche		84	03	031	03206
3007365	La Petite-Boissière	la-petite-boissiere	FR	79700	632	Europe/Paris	46.88408	-0.74226		La Petite-Boissiere,La Petite-Boissière		75	79	791	79207
3007367	La Pesse	la-pesse	FR	39370	272	Europe/Paris	46.28431	5.84781		La Pesse		27	39	393	39413
3007371	La Péruse	la-peruse	FR	16270	475	Europe/Paris	45.87662	0.61781		La Peirusa,La Peruse,La Péruse,La-Perjuz,la pei lu si,la pyrwsy,Ла-Перюз,لا پیروسی,拉佩吕斯		75	16	163	16192
3007375	Laperrière-sur-Saône	laperriere-sur-saone	FR	21170	310	Europe/Paris	47.11162	5.34141		Laper'er-sjur-Son,Laperrier-sjur-Son,Laperriere,Laperriere-sur-Saone,Laperrière,Laperrière-sur-Saône,lapryr-swr-sayn,suo en he pan la pei er li ai,Лаперриер-сюр-Сон,Лаперрієр-сюр-Сон,Лаперьер-сюр-Сон,لاپریر-سور-سائن,索恩河畔拉佩尔里埃		27	21	211	21342
3007376	La Perrière	la-perriere	FR	61360	292	Europe/Paris	48.38907	0.44266		La Perriere,La Perrière		28	61	613	61196
3007377	La Perrière	la-perriere	FR	61360	0	Europe/Paris	48.16618	3.90387				44	10	103	10222
3007378	La Perrière	la-perriere	FR	61360	0	Europe/Paris	48.03671	5.33005				44	52	521	52353
3007380	La Perrière	la-perriere	FR	61360	0	Europe/Paris	47.55333	3.69833				27	89	892	89057
3007381	La Perrière	la-perriere	FR	61360	0	Europe/Paris	46.99242	3.50375				27	58	583	58119
3007382	La Perrière	la-perriere	FR	61360	0	Europe/Paris	45.44577	6.59459				84	73	731	73227
3007383	La Perrière	la-perriere	FR	61360	0	Europe/Paris	45.37781	6.35171		La Perriere,La Perrière,Petree,Petrée		84	73	733	73235
3007388	La Pérouille	la-perouille	FR	36350	329	Europe/Paris	46.70399	1.5165		La Perouille,La Pérouille,La-Peruj,Perouille,Pérouille,la pei lu yi er,la pyrwyl,Ла-Перуй,لا پیرویل,拉佩鲁伊尔		24	36	361	36157
3007389	La Pernelle	la-pernelle	FR	50630	267	Europe/Paris	49.61881	-1.29987		La Pernelle		28	50	502	50395
3007394	La Perche	la-perche	FR	18200	233	Europe/Paris	46.64465	2.57384		La Perche		24	18	182	18178
3007395	La Perche	la-perche	FR	18200	0	Europe/Paris	45.30792	1.34434		La Perche,Perche		75	19	191	19035
3007396	Laperche	laperche	FR	47800	136	Europe/Paris	44.55286	0.41936		Laperche		75	47	472	47136
3007399	Lapenty	lapenty	FR	50600	444	Europe/Paris	48.57865	-1.00672		Lapenty		28	50	501	50263
3007400	La Penne-sur-l'Ouvèze	la-penne-sur-l-ouveze	FR	26170	0	Europe/Paris	44.25954	5.22456		La Penne,La Penne-sur-Ouveze,La Penne-sur-Ouvèze,La Penne-sur-l'Ouveze,La Penne-sur-l'Ouvèze		84	26	262	26229
3007401	La Penne-sur-Huveaune	la-penne-sur-huveaune	FR	13713 CEDEX	6253	Europe/Paris	43.28208	5.51642		La Pena,La Pena dEveuna,La Pena dEvèuna,La Penne,La Penne-sur-Huveaune,La-Pen-sjur-Juvon,La-Penn-sjur-Juvon,yu wo en he pan la pang,Ла-Пен-сюр-Ювон,Ла-Пенн-сюр-Ювон,لا پینی-سور-ہوویون,于沃恩河畔拉庞		93	13	133	13070
3007402	La Penne	la-penne	FR	06260	169	Europe/Paris	43.92798	6.94808		La Penne		93	06	062	06093
3007403	Lapenne	lapenne	FR	09500	113	Europe/Paris	43.14578	1.7504		Lapenne		76	09	092	09153
3007406	Lapenche	lapenche	FR	82240	180	Europe/Paris	44.22427	1.57596		Lapenche		76	82	822	82092
3007408	La Pellerine	la-pellerine	FR	49490	312	Europe/Paris	48.31497	-1.05214		La Pellerine		52	53	533	53177
3007409	La Pellerine	la-pellerine	FR	49490	142	Europe/Paris	47.46157	0.12296		La Pellerine,La Pellerme		52	49	493	49237
3007413	Lapège	lapege	FR	09400	36	Europe/Paris	42.80064	1.5719		Lapege,Lapège		76	09	091	09152
3007427	Laparrouquial	laparrouquial	FR	81640	114	Europe/Paris	44.09844	2.02426		Laparrouquial		76	81	811	81135
3007434	Laparade	laparade	FR	47260	428	Europe/Paris	44.3886	0.44803		La Parada,Laparad,Laparade,la pa la de,Лапарад,لاپاراڈی,拉帕拉德		75	47	472	47135
3007440	Lapanouse-de-Cernon	lapanouse-de-cernon	FR	12230	103	Europe/Paris	43.99578	3.09806		Lapanouse,Lapanouse-de-Cernon		76	12	121	12122
3007441	La Panouse	la-panouse	FR	48600	112	Europe/Paris	44.72986	3.58936		La Panouse		76	48	482	48108
3007442	Lapanouse	lapanouse	FR	12150	726	Europe/Paris	44.33678	3.03112		Lapanouse		76	12	122	12270
3007443	La Panouse	la-panouse	FR	48600	5502	Europe/Paris	43.25576	5.42963		La Panouse		93	13	133	13055
3007446	Lapan	lapan	FR	18340	140	Europe/Paris	46.92302	2.29929		Lapan		24	18	181	18122
3007451	Lapalud	lapalud	FR	84840	3495	Europe/Paris	44.3078	4.68946		La Palu,La Palus,La Palú,La Palús,Lapalju,Lapalud,la pa lu,raparyu,Лапалю,لاپالیوڈ,ラパリュー,拉帕吕		93	84	843	84064
3007453	La Palud-sur-Verdon	la-palud-sur-verdon	FR	04120	0	Europe/Paris	43.78333	6.33333		La Palu,La Palu de Verdon,La Palú,La Palú de Verdon,La-Palju-sjur-Verdon,wei er dong he pan la pa lu,Ла-Палю-сюр-Вердон,韦尔东河畔拉帕吕		93	04	042	04144
3007456	La Palme	la-palme	FR	11480	0	Europe/Paris	42.97516	2.99237	11	La Palme,Lapalme		76	11	113	11188
3007457	La Pallu	la-pallu	FR	53140	182	Europe/Paris	48.50684	-0.29968		Le Pallu		52	53	533	53173
3007461	Lapalisse	lapalisse	FR	03120	3509	Europe/Paris	46.24835	3.63605		La Palica,La Paliça,Lapalis,Lapaliss,la pa li si,Лапалис,Лапалисс,Лапалісс,拉帕利斯		84	03	033	03138
3007541	Lansargues	lansargues	FR	34130	2629	Europe/Paris	43.65155	4.07248		Lansargues		76	34	343	34127
3007471	La Pacaudière	la-pacaudiere	FR	42310	1199	Europe/Paris	46.17879	3.86252		La Pacaudiere,La Pacaudière		84	42	422	42163
3007475	Laons	laons	FR	28270	687	Europe/Paris	48.70457	1.17667		Itaons,Laons		24	28	283	28206
3007477	Laon	laon	FR	02000	28688	Europe/Paris	49.5631	3.62714		Lan,Lana,Laon,Laudunum,Lāna,XLN,l xng,la ang,laawn,lang,lawn,ran,Лан,Лана,Лаон,לאן,لااون,لاون,ล็อง,ラン,拉昂,랑	02	32	02	022	02408
3007478	Lanzac	lanzac	FR	46200	521	Europe/Paris	44.87413	1.48303		Lanzac		76	46	463	46153
3007481	Lanvollon	lanvollon	FR	22290	1474	Europe/Paris	48.63116	-2.98597		Lannolon,Lanvollon,lang wo long,lanwwlwn,Ланволлон,لانوولون,朗沃隆		53	22	222	22121
3007488	Lanvéoc	lanveoc	FR	29160	2282	Europe/Paris	48.28799	-4.46277		Lanveoc,Lanveog,Lanvéoc,Lañveog		53	29	292	29120
3007489	Lanvénégen	lanvenegen	FR	56320	1184	Europe/Paris	47.99845	-3.54162		Lannejenn,Lanvenegen,Lanvenezhan,Lanvénégen,lang wei nei rang,lanwynygyn,Ланвенежан,لانوینیگین,朗韦内让		53	56	562	56105
3007491	Lanvellec	lanvellec	FR	22420	551	Europe/Paris	48.61975	-3.53777		Lanvaeleg,Lanvellec		53	22	223	22119
3007494	Lanvaudan	lanvaudan	FR	56240	781	Europe/Paris	47.89961	-3.2623		Lanvaudan,Lanvodan		53	56	561	56104
3007496	Lanvallay	lanvallay	FR	22100	3269	Europe/Paris	48.45584	-2.02815		Lanvalae,Lanvallay		53	22	221	22118
3007498	Lanuéjouls	lanuejouls	FR	12350	639	Europe/Paris	44.42548	2.15989		Lanuejouls,Lanuejouls-et-Privezac,Lanuéjouls,Lanuéjouls-et-Privezac		76	12	123	12121
3007499	Lanuéjols	lanuejols	FR	30750	0	Europe/Paris	44.50096	3.57181		Lanuejols,Lanuéjols		76	48	482	48081
3007500	Lanuéjols	lanuejols	FR	30750	220	Europe/Paris	44.13079	3.38383		Lanuejols,Lanuéjols		76	30	303	30139
3007501	Lanty-sur-Aube	lanty-sur-aube	FR	52120	143	Europe/Paris	48.02365	4.77077		Lanty,Lanty-sur-Aube		44	52	521	52272
3007503	Lanty	lanty	FR	58250	108	Europe/Paris	46.81012	3.83965		Lanty		27	58	581	58139
3007504	Lantriac	lantriac	FR	43260	1680	Europe/Paris	45.0005	4.00444		Lantriac		84	43	432	43113
3007506	Lantosque	lantosque	FR	06450	1063	Europe/Paris	43.97446	7.31174		Lantosca,Lantosk,Lantosque,Lantusca,lang tuo si qu ai,lantwskyw,Лантоск,لانتوسكيو,朗托斯屈埃		93	06	062	06074
3007508	Lanton	lanton	FR	33138	5765	Europe/Paris	44.70712	-1.03968		Lanton		75	33	336	33229
3007510	Lantilly	lantilly	FR	21140	99	Europe/Paris	47.54453	4.37715		Lantilly		27	21	213	21341
3007512	Lantillac	lantillac	FR	56120	0	Europe/Paris	47.95706	-2.65122		Landeliav,Lantillac		53	56	562	56103
3007514	Lantignié	lantignie	FR	69430	667	Europe/Paris	46.14729	4.62324		Lantignie,Lantignie-en-Beaujolais,Lantignié,Lantignié-en-Beaujolais		84	69	692	69109
3007516	Lantic	lantic	FR	22410	1167	Europe/Paris	48.6059	-2.88249		Lannidig,Lantic		53	22	224	22117
3007517	Lantheuil	lantheuil	FR	14480	621	Europe/Paris	49.26726	-0.51878		Lantej,Lantheuil,Lantjoj,landywyl,lang te yi,Лантей,Лантёй,لاندیویل,朗特伊		28	14	141	14355
3007518	Lanthes	lanthes	FR	21250	189	Europe/Paris	46.99443	5.20437		Lanthes		27	21	211	21340
3007521	Lanthenans	lanthenans	FR	25250	66	Europe/Paris	47.39432	6.62649		Lantenans,Lanthenans		27	25	252	25327
3007523	Lanteuil	lanteuil	FR	19190	489	Europe/Paris	45.12995	1.65878		Lanteuil		75	19	191	19105
3007526	Lantenot	lantenot	FR	70200	279	Europe/Paris	47.75169	6.49388		Lantenot		27	70	701	70294
3007527	Lantenne-Vertière	lantenne-vertiere	FR	25170	475	Europe/Paris	47.23293	5.78018		Lantenne,Lantenne-Vertiere,Lantenne-Vertière		27	25	251	25326
3007528	Lantenay	lantenay	FR	01430	440	Europe/Paris	47.34207	4.86587		Lantenay		27	21	212	21339
3007529	Lantenay	lantenay	FR	01430	285	Europe/Paris	46.05829	5.54213		Lantenay		84	01	014	01206
3007531	Lantéfontaine	lantefontaine	FR	54150	715	Europe/Paris	49.24926	5.90524		Lantefontaine,Lantéfontaine		44	54	541	54302
3007532	Lantan	lantan	FR	18130	108	Europe/Paris	46.90671	2.66196		Lantan		24	18	182	18121
3007533	Lantages	lantages	FR	10210	222	Europe/Paris	48.07378	4.213		Lantages,Lantazh,lang ta re,Лантаж,لانٹاگیس,朗塔热		44	10	103	10188
3007534	Lantabat	lantabat	FR	64640	310	Europe/Paris	43.25227	-1.12769		Landibarre,Lantabat,lang ta ba,Лантабат,لانٹاباٹ,朗塔巴		75	64	641	64313
3007535	Lanta	lanta	FR	31570	1373	Europe/Paris	43.56076	1.6545		Lanta		76	31	313	31271
3007537	Lanslevillard	lanslevillard	FR	73480	464	Europe/Paris	45.28946	6.90993		Lanlevillar,Lanslevillard,Ланлевіллар,لانسلیولارڈ		84	73	733	73290
3007538	Lanslebourg-Mont-Cenis	lanslebourg-mont-cenis	FR	73480	598	Europe/Paris	45.28556	6.87566		Lanlebur-Mon-Seni,Lanslebourg,Lanslebourg-Mont-Cenis,Lens-le-Borg,Lens-le-Bôrg,Ланлебур-Мон-Сени,Ланлебур-Мон-Сені,لانسلیبرگ-مونٹ-سینس		84	73	733	73290
3007539	Lans-en-Vercors	lans-en-vercors	FR	38250	2365	Europe/Paris	45.12852	5.58599		Lan-an-Verkor,Lans,Lans-an-Verkor,Lans-en-Vercors,lans-ayn-wyrkwrs,wei er ke er de qu lang,Лан-ан-Веркор,Ланс-ан-Веркор,لانس-این-ویرکورس,韦尔科尔地区朗		84	38	381	38205
3007544	Lansac	lansac	FR	33710	696	Europe/Paris	45.06134	-0.54252		Lansac		75	33	331	33228
3007545	Lansac	lansac	FR	33710	0	Europe/Paris	43.76476	4.67013				93	13	132	13108
3007546	Lansac	lansac	FR	33710	162	Europe/Paris	43.22299	0.16323		Lansac		76	65	653	65259
3007547	Lansac	lansac	FR	33710	86	Europe/Paris	42.76588	2.5619		Lansac		76	66	663	66092
3007549	Lans	lans	FR	71380	871	Europe/Paris	46.76997	4.92202		Lans		27	71	712	71253
3007550	Lans	lans	FR	71380	0	Europe/Paris	44.40435	6.76166		Lans,Laus		93	04	041	04096
3007552	Lanrodec	lanrodec	FR	22170	1133	Europe/Paris	48.51692	-3.03079		Lanrodec,Lanrodeg,Lanrodek,lang luo dai ke,Ланродек,لانروڈیک,朗罗代克		53	22	222	22116
3007553	Lanrivoaré	lanrivoare	FR	29290	1346	Europe/Paris	48.4731	-4.6387		Lanrivoare,Lanrivoaré,Lanriware,lang li wo a lei,lanrywwary,Ланривоаре,لانریوواری,朗里沃阿雷		53	29	291	29119
3007555	Lanrivain	lanrivain	FR	22480	547	Europe/Paris	48.34666	-3.21427		Lanrivain,Larruen		53	22	222	22115
3007556	Lanrigan	lanrigan	FR	35270	116	Europe/Paris	48.39591	-1.69992		Lanrigan,lang li gang,lanrygan,Ланриган,لانریگان,朗里冈		53	35	354	35148
3007559	Lanrelas	lanrelas	FR	22250	900	Europe/Paris	48.25228	-2.29405		Lanrelas,Lanrelaz,Lanrélas		53	22	224	22114
3007560	Lanquetot	lanquetot	FR	76210	1034	Europe/Paris	49.58527	0.52637		Lanquetot		28	76	762	76382
3007561	Lanques-sur-Rognon	lanques-sur-rognon	FR	52800	191	Europe/Paris	48.08703	5.3701		Lanques,Lanques-sur-Rognon		44	52	521	52271
3007562	Lanquais	lanquais	FR	24150	539	Europe/Paris	44.82349	0.6703		Lanke,Lanquais,Lencais,lang qu ai,lynkwys,Ланке,لینکویس,朗屈艾		75	24	241	24228
3007566	Lanoux	lanoux	FR	09130	55	Europe/Paris	43.11825	1.42598		Lanoux		76	09	093	09151
3007570	Lanouée	lanouee	FR	56120	1638	Europe/Paris	48.00218	-2.58224		Lannoez,Lanouee,Lanouée,Lanue,lang wu ai ai,lanwy,Лануе,لانوی,朗乌埃埃		53	56	562	56102
3007572	La Noue	la-noue	FR	51310	0	Europe/Paris	48.909	1.54712				11	78	781	78413
3007573	La Noue	la-noue	FR	51310	220	Europe/Paris	48.74353	3.6102		La Noue,Nouet		44	51	512	51407
3007574	La Noue	la-noue	FR	51310	0	Europe/Paris	48.08699	3.88483				44	10	103	10018
3007575	La Noue	la-noue	FR	51310	0	Europe/Paris	46.70305	2.20124				24	18	182	18266
3007578	La Nouaye	la-nouaye	FR	35137	262	Europe/Paris	48.16235	-1.97872		La Nouaye,Lanwaz		53	35	353	35203
3007579	La Nouaille	la-nouaille	FR	23500	244	Europe/Paris	45.8465	2.06496		La Nouaille		75	23	231	23144
3007580	La Nouaille	la-nouaille	FR	23500	0	Europe/Paris	45.55217	1.94579				75	19	192	19027
3007581	Lanouaille	lanouaille	FR	24270	1021	Europe/Paris	45.3917	1.13847		La Noalha,Lanouaille,Lanuaj,lang wu ai er,lanwayly,Лануай,لانوایلی,朗乌艾尔		75	24	242	24227
3007582	La Norville	la-norville	FR	91290	4191	Europe/Paris	48.58243	2.2618		La Norville,La-Norvil',Norville,la nwrwyl,lang ao er wei er,Ла-Норвиль,Ла-Норвіль,لا نورویل,朗奥尔维尔		11	91	913	91457
3007586	La Noë-Poulain	la-noe-poulain	FR	27560	164	Europe/Paris	49.26613	0.51687		La Noe,La Noe-Poulain,La Noë-Poulain,La Nöe		28	27	272	27435
3007588	La Noë-Blanche	la-noe-blanche	FR	35470	905	Europe/Paris	47.80365	-1.74132		Ar Wazh-Wenn,La Noe-Blanche,La Noë-Blanche,Noe-Blanche,Noé-Blanche		53	35	352	35202
3007591	La Nocle-Maulaix	la-nocle-maulaix	FR	58250	333	Europe/Paris	46.76332	3.78127				27	58	581	58195
3007592	Lanobre	lanobre	FR	15270	1443	Europe/Paris	45.43889	2.53443		Lanobre		84	15	152	15092
3007593	Lano	lano	FR	20244	0	Europe/Paris	42.38153	9.24738		Lano		94	2B	2B3	2B137
3007597	Lannux	lannux	FR	32400	210	Europe/Paris	43.64746	-0.21963		Lannux		76	32	323	32192
3007600	Lannoy-Cuillère	lannoy-cuillere	FR	60220	219	Europe/Paris	49.70619	1.74607		Lannoy,Lannoy-Cuillere,Lannoy-Cuillère,Lannua-Kjuer,lang wa qu yi lai er,lanwy-kwylyry,Ланнуа-Кюєр,لانوی-کویلیری,朗瓦屈伊莱尔		32	60	601	60347
3007601	Lannoy	lannoy	FR	59390	1706	Europe/Paris	50.66674	3.21012		Lannoy,Lannoy-du-Nord		32	59	595	59332
3007602	Lannoy	lannoy	FR	59390	0	Europe/Paris	50.2326	2.09352				32	62	621	62060
3007609	Lannion	lannion	FR	22300	21473	Europe/Paris	48.73264	-3.45657		LAI,Lan'on,Lannion,Lannuon,Lanon,la ni weng,lanywn,ran'nion,Ланнион,Ланніон,Ланьон,Лањон,لانيون,لانیون,ランニオン,拉尼翁	223	53	22	223	22113
3007610	Lannilis	lannilis	FR	29870	4686	Europe/Paris	48.57	-4.52196		Lannili,Lannilis,Lanniliz,la ni li,lanylys,ran'nirisu,Ланнили,Ланнілі,لانیلیس,ランニリス,拉尼利		53	29	291	29117
3007613	Lanneuffret	lanneuffret	FR	29400	107	Europe/Paris	48.49792	-4.20315		Lanneffre,Lanneuffret,Lanneured,la na fu lei,Ланнеффре,لانیوفریٹ,拉纳夫雷		53	29	291	29116
3007614	Lanne-Soubiran	lanne-soubiran	FR	32110	99	Europe/Paris	43.74336	-0.1095		Lanne-Soubiran		76	32	322	32191
3007615	Lannes	lannes	FR	47170	0	Europe/Paris	47.98333	4.36667				44	10	103	10317
3007616	Lannes	lannes	FR	47170	0	Europe/Paris	47.94036	5.32185		Lannes		44	52	522	52432
3007617	Lannes	lannes	FR	47170	450	Europe/Paris	44.03545	0.29353		Lannes		75	47	474	47134
3007618	Lanneray	lanneray	FR	28200	523	Europe/Paris	48.08641	1.24138		Lanneray		24	28	282	28334
3007619	Lanneplaà	lanneplaa	FR	64300	273	Europe/Paris	43.46131	-0.82064		Lanaplaa,Lanaplan,Lanaplaà,Lanneplaa,Lanneplaà,la nei pu la a,lanypla,Ланнеплаа,لانیپلا,拉内普拉阿		75	64	643	64312
3007620	Lannepax	lannepax	FR	32190	559	Europe/Paris	43.79937	0.22722		Lannepax		76	32	322	32190
3007622	Lannemezan	lannemezan	FR	65300	6606	Europe/Paris	43.12517	0.38401		Lanamesa,Lanamesan,Lanamesán,Lanmezan,Lannemezan,la nei mo cang,lanymyzan,Ланмезан,Ланнемезан,لانیمیزان,拉内默藏		76	65	652	65258
3007623	Lannemaignan	lannemaignan	FR	32240	112	Europe/Paris	43.9005	-0.20095		Lannemaignan		76	32	322	32189
3007625	Lannédern	lannedern	FR	29190	290	Europe/Paris	48.30069	-3.89776		Lannedern,Lannédern,la nei dai er en,Ланнедерн,لانیڈیرن,拉内代尔恩		53	29	292	29115
3007626	Lannecaube	lannecaube	FR	64350	163	Europe/Paris	43.48403	-0.21292		Lanacauva,Lanecauva,Lankob,Lannecaube,Lannekob,la nei ke bu,lanykwby,Ланкоб,Ланнекоб,لانیکوبی,拉内科布		75	64	643	64311
3007628	Lannebert	lannebert	FR	22290	367	Europe/Paris	48.65794	-3.0089		Lannebert,Lannebeur		53	22	222	22112
3007629	Lannéanou	lanneanou	FR	29640	368	Europe/Paris	48.48882	-3.67253		Lanneanou,Lanneanoù,Lanneanu,Lannéanou,la nei a nu,lanyanw,Ланнеану,لانیانو,拉内阿努		53	29	293	29114
3007630	Lanne	lanne	FR	65380	0	Europe/Paris	43.56667	-1.18333				75	40	401	40231
3007631	Lanne	lanne	FR	65380	572	Europe/Paris	43.16458	0.01399		Lanne		76	65	653	65257
3007632	Lanne-en-Barétous	lanne-en-baretous	FR	64570	0	Europe/Paris	43.11667	-0.75		Lan-an-Baretus,Lana de Varetons,Lana en Varetons,Landa,Lann-an-Baretu,ba lei tu de qu lang,Лан-ан-Баретус,Ланн-ан-Барету,لانی-این-باریٹوس,巴雷图地区朗		75	64	642	64310
3007635	Lanmodez	lanmodez	FR	22610	416	Europe/Paris	48.84213	-3.10691		Lanmodez,Lanvaodez		53	22	223	22111
3007636	Lanmeur	lanmeur	FR	29620	2195	Europe/Paris	48.64711	-3.71638		Lanmer,Lanmeur,Lanneur,lang mo,lanmywr,ranmuru,Ланмер,لانمیور,ランムール,朗默		53	29	293	29113
3007637	Lanmeur	lanmeur	FR	29620	2145	Europe/Paris	47.83333	-3.71667		Lanmeur		53	29	294	29236
3007638	Lanmérin	lanmerin	FR	22300	348	Europe/Paris	48.74146	-3.34972		Lanmerin,Lanmérin,Lanvilin		53	22	223	22110
3007639	Lanloup	lanloup	FR	22580	221	Europe/Paris	48.71279	-2.96577		Lanloup,Lanmor,Sant-Loup		53	22	222	22109
3007641	Lanleff	lanleff	FR	22290	112	Europe/Paris	48.69427	-3.04515		Lanleff,Lanlenv,Lanleñv		53	22	222	22108
3007642	Laniscourt	laniscourt	FR	02000	184	Europe/Paris	49.54917	3.54227		Laniscourt		32	02	022	02407
3007643	Laniscat	laniscat	FR	22570	820	Europe/Paris	48.24234	-3.12304		Laniscat,Lanniskad		53	22	222	22107
3007647	Laning	laning	FR	57660	609	Europe/Paris	49.03527	6.77415		Laning		44	57	573	57384
3007648	Lanildut	lanildut	FR	29840	881	Europe/Paris	48.47396	-4.74575		Lanil'dju,Lanildut,Lanna Hilduti,Lannildud,la ni er di,Ланильдю,Ланільдю,لانیلڈوٹ,拉尼尔迪		53	29	291	29112
3007652	Lanhouarneau	lanhouarneau	FR	29430	963	Europe/Paris	48.57992	-4.21073		Lanhouarne,Lanhouarneau,Lanuarno,lang wu a er nuo,Лануарно,لانہوارنیو,朗乌阿尔诺		53	29	293	29111
3007653	Lanhères	lanheres	FR	55400	63	Europe/Paris	49.20629	5.71319		Lanheres,Lanhères		44	55	553	55280
3007655	Lanhélin	lanhelin	FR	35720	678	Europe/Paris	48.45787	-1.82818		Lanelen,Lanhelen,Lanhelin,Lanhélin,la nei lan,Ланелен,لانہیلین,拉内兰		53	35	354	35308
3007657	Langy	langy	FR	03150	0	Europe/Paris	46.93191	3.52655				27	58	583	58311
3007658	Langy	langy	FR	03150	225	Europe/Paris	46.26756	3.47188		Langy		84	03	033	03137
3007662	Languimberg	languimberg	FR	57810	179	Europe/Paris	48.74668	6.8601		Languimberg		44	57	575	57383
3007663	Languidic	languidic	FR	56440	7000	Europe/Paris	47.83358	-3.15811		Langedig,Langidik,Languidic,lang ji di ke,Лангидик,Лангідік,لانگویڈیک,朗吉迪克		53	56	561	56101
3007665	Languevoisin-Quiquery	languevoisin-quiquery	FR	80190	213	Europe/Paris	49.74704	2.93016		Languevoesin-Ch'Cucry,Languevoisin,Languevoisin-Quiquery,Languevoésin-Ch’Cucry,Langvuazen-Kikeri,lang ge wa sang ji kai li,langwywwysyn-qwyqwyry,Лангвуазен-Кікері,لانگویوویسین-قویقویری,朗格瓦桑基凯里		32	80	804	80465
3007666	Langueux	langueux	FR	22360	6822	Europe/Paris	48.49528	-2.71823		Langaeg,Lange,Langjo,Langueux,lang gai yu,langwywks,Ланге,Лангё,لانگویوکس,朗盖于		53	22	224	22106
3007668	Languenan	languenan	FR	22130	838	Europe/Paris	48.51104	-2.12793		Langenan,Languenan		53	22	221	22105
3007672	Languédias	languedias	FR	22980	452	Europe/Paris	48.38846	-2.21311		Langadiarn,Languedias,Languédias		53	22	221	22104
3007673	Langrune-sur-Mer	langrune-sur-mer	FR	14830	1688	Europe/Paris	49.32346	-0.37346		Langrjun-sjur-Mer,Langrune,Langrune-sur-Mer,bin hai lang ge lan,langrwny-swr-myr,Лангрюн-сюр-Мер,لانگرونی-سور-میر,滨海朗格兰		28	14	142	14354
3007675	Langrolay-sur-Rance	langrolay-sur-rance	FR	22490	702	Europe/Paris	48.55	-2				53	22	221	22103
3007680	Langres	langres	FR	52200	8638	Europe/Paris	47.86263	5.33308		Langr,Langres,Langur,lang ge lei,langrys,ranguru,Лангр,Лангър,לאנגר,لانگریس,ላንግረ,ラングル,朗格勒	522	44	52	522	52269
3007681	Langourla	langourla	FR	22330	636	Europe/Paris	48.28442	-2.41522		Langourla,Langourlae,Langourlay,Langurla,lang gu er la,langwrla,Лангурла,لانگورلا,朗古尔拉		53	22	224	22046
3007685	Langouet	langouet	FR	35630	579	Europe/Paris	48.25002	-1.82319		Langoed,Langouet,Langouët,Langue,lang gu ai,Лангуе,لانگویٹ,朗古埃		53	35	353	35146
3007687	Langonnet	langonnet	FR	56630	2064	Europe/Paris	48.10496	-3.49356		Langoned,Langonetum,Langonne,Langonnet,lang ge nei,Лангонне,لانگونیٹ,朗戈内		53	56	562	56100
3007689	Langon	langon	FR	33210	1411	Europe/Paris	47.72001	-1.849		Landegon,Langon		53	35	352	35145
3007690	Langon	langon	FR	33210	797	Europe/Paris	47.28419	1.826		Langon		24	41	413	41110
3007691	Langon	langon	FR	33210	7102	Europe/Paris	44.55277	-0.24986		Langon	333	75	33	333	33227
3007692	Langolen	langolen	FR	29510	725	Europe/Paris	48.06682	-3.91303		Langolan,Langolen,lang ge lang,langwlyn,rangoran,Ланголан,لانگولین,ランゴラン,朗戈朗		53	29	294	29110
3007693	Langoiran	langoiran	FR	33550	2168	Europe/Paris	44.70745	-0.40145		Langoiran,Languaran,lang gua lang,Лангуаран,朗瓜朗		75	33	333	33226
3007694	Langogne	langogne	FR	48300	3490	Europe/Paris	44.72726	3.85539		Langon',Langonha,Langònha,lang ge ni,langwgny,rangonyu,Лангонь,لانگوگنی,ランゴーニュ,朗戈尼		76	48	482	48080
3007695	Langoëlan	langoelan	FR	56160	399	Europe/Paris	48.12195	-3.23508		Langoelan,Langoëlan,Lanwelan,lang ge e lang,langwylan,Лангоелан,لانگویلان,朗戈厄朗		53	56	562	56099
3007696	Langoat	langoat	FR	22450	1119	Europe/Paris	48.75002	-3.28226		Langoad,Langoat		53	22	223	22101
3007697	Langley	langley	FR	88130	192	Europe/Paris	48.3535	6.32135		Langley		44	88	881	88260
3007711	Langlade	langlade	FR	30980	0	Europe/Paris	45.63681	3.26947				84	63	632	63457
3007712	Langlade	langlade	FR	30980	0	Europe/Paris	45.42584	1.07302				75	24	242	24522
3007713	Langlade	langlade	FR	30980	0	Europe/Paris	45.13536	1.47225				75	19	191	19031
3007714	Langlade	langlade	FR	30980	0	Europe/Paris	45.08852	1.74168				75	19	191	19257
3007715	Langlade	langlade	FR	30980	2015	Europe/Paris	43.80472	4.24964		Langlade		76	30	302	30138
3007717	Langey	langey	FR	28220	330	Europe/Paris	48.04505	1.18821		Langey,Lanzhe,lang re,Ланже,朗热		24	28	282	28012
3007718	Langesse	langesse	FR	45290	70	Europe/Paris	47.81889	2.65786		Langesse,Lanzhess,lang re si,lynjysy,Ланжесс,لینجیسی,朗热斯		24	45	451	45180
3007719	Langeron	langeron	FR	58240	359	Europe/Paris	46.81067	3.08409		La Ferte,La Ferté,Langeron		27	58	583	58138
3007720	Langeron	langeron	FR	58240	0	Europe/Paris	46.76897	2.84925				24	18	182	18017
3007725	Langensoultzbach	langensoultzbach	FR	67360	955	Europe/Paris	48.96734	7.73438		Langensoultzbach,Langensulzbach,Langesulzbach,Lanzhensul'cbak,Làngesulzbàch,lang rang su er te ci ba ke,langhynswltzbatsh,langnzwltsbakh,Ланженсульцбак,لانغينسولتزباتش,لانگنزولتسباخ,لانگینسولٹزباچ,朗让苏尔特兹巴克		44	67	672	67259
3007729	Langeais	langeais	FR	37130	4034	Europe/Paris	47.32587	0.40136		Langeais,Lanzhe,lang re,Ланже,朗热		24	37	371	37123
3007730	Langeac	langeac	FR	43300	3997	Europe/Paris	45.10028	3.4942		Langeac		84	43	431	43112
3007731	Langé	lange	FR	36600	306	Europe/Paris	47.07425	1.51406		Lange,Langé,Lanzhe,lang re,langy,Ланже,لانگی,朗热		24	36	362	36092
3007733	Langatte	langatte	FR	57400	436	Europe/Paris	48.7574	6.98067		Langatt,Langatte,Langd,lang jia te,Лангатт,لانگاٹٹی,朗加特		44	57	575	57382
3007734	Langast	langast	FR	22150	672	Europe/Paris	48.28131	-2.66302		Langast,Lanwal		53	22	224	22219
3007736	Langan	langan	FR	35850	843	Europe/Paris	48.24479	-1.85319		Langan		53	35	353	35144
3007737	Lanfroicourt	lanfroicourt	FR	54760	130	Europe/Paris	48.80941	6.33069		Lanfroicourt		44	54	543	54301
3007739	Lanfains	lanfains	FR	22800	0	Europe/Paris	48.35203	-2.91301		Lanfains,Lanfen,Lanfeun,lanfayns,lang fan,Ланфен,لانفاینس,朗凡		53	22	224	22099
3007740	La Neuville-Vault	la-neuville-vault	FR	60112	144	Europe/Paris	49.48693	1.95084		La Neuville-Vault		32	60	601	60460
3007742	La Neuville-sur-Ressons	la-neuville-sur-ressons	FR	60490	183	Europe/Paris	49.55	2.75		La Neuville,La Neuville-sur-Ressons		32	60	603	60459
3007743	La Neuville-sur-Oudeuil	la-neuville-sur-oudeuil	FR	60690	295	Europe/Paris	49.57423	2.00839		La Neuville,La Neuville-sur-Oudeuil		32	60	601	60458
3007744	Laneuville-sur-Meuse	laneuville-sur-meuse	FR	55700	396	Europe/Paris	49.49221	5.16237		Laneuville,Laneuville-sur-Meuse,Lanevil'-sjur-Mez,mo si he pan la na wei er,Ланевиль-сюр-Мез,Ланевіль-сюр-Мез,لانیوولے-سور-میوس,默斯河畔拉纳维尔		44	55	553	55279
3007745	La Neuville-sur-Essonne	la-neuville-sur-essonne	FR	45390	314	Europe/Paris	48.18727	2.37636		La Neuville,La Neuville-sur-Essonne,La-Nevil'-sjur-Essonn,Neuville-sur-Essonne,ai song he pan la na wei er,la nywwyl-swr-aswny,Ла-Невіль-сюр-Ессонн,لا نیوویل-سور-اسونی,埃松河畔拉纳维尔		24	45	453	45225
3007746	La Neuville-Sire-Bernard	la-neuville-sire-bernard	FR	80110	269	Europe/Paris	49.74209	2.51487		La Neuville,La Neuville-Sire-Bernard,La Neuville-le-Vert		32	80	803	80595
3007747	La Neuville-Saint-Pierre	la-neuville-saint-pierre	FR	60480	147	Europe/Paris	49.5283	2.20395		La Neuville,La Neuville-Saint-Pierre		32	60	602	60457
3007748	La Neuville-Roy	la-neuville-roy	FR	60190	908	Europe/Paris	49.48333	2.58333				32	60	602	60456
3007749	La Neuville-lès-Wasigny	la-neuville-les-wasigny	FR	08270	129	Europe/Paris	49.6433	4.3597		La Neuville,La Neuville-les-Wasigny,La Neuville-lès-Wasigny,La-Nevil'-le-Vazin'i,La-Njovil'-le-Vazin'i,la ne wei er-lai wa xi ni,Ла-Невіль-ле-Вазіньї,Ла-Нёвиль-ле-Вазиньи,لا نیوویل-لے-واسیگنی,拉讷维尔-莱瓦西尼		44	08	082	08323
3007750	La Neuville-lès-Dorengt	la-neuville-les-dorengt	FR	02450	349	Europe/Paris	49.97727	3.67175		La Neuville,La Neuville-les-Dorengt,La Neuville-lès-Dorengt		32	02	025	02548
3007751	La Neuville-lès-Bray	la-neuville-les-bray	FR	80340	267	Europe/Paris	49.93157	2.71716		La Neuville,La Neuville-les-Bray,La Neuville-lès-Bray		32	80	804	80593
3007752	La Neuville-Housset	la-neuville-housset	FR	02250	50	Europe/Paris	49.79212	3.72803		La Neuville,La Neuville-Housset		32	02	025	02547
3007753	La Neuville-Garnier	la-neuville-garnier	FR	60390	267	Europe/Paris	49.33299	2.0398		La Neuville-Garnier,La-Nevil'-Garn'e,la na wei er jia er nie,la nywwyl-garnyr,Ла-Невіль-Гарньє,لا نیوویل-گارنیر,拉纳维尔加尔涅		32	60	601	60054
3007754	La Neuville-en-Tourne-à-Fuy	la-neuville-en-tourne-a-fuy	FR	08310	362	Europe/Paris	49.34686	4.37587		La Neuville,La Neuville-en-Tourne-a-Fuy,La Neuville-en-Tourne-à-Fuy		44	08	082	08320
3007755	La Neuville-en-Hez	la-neuville-en-hez	FR	60510	944	Europe/Paris	49.40355	2.32579		La Neuville,La Neuville-en-Hez,La-Nevil'-an-Ez,Neuville-en-Hez,ai de qu la na wei er,Ла-Невіль-ан-Ез,لا نیوویل-این-ہیز,埃地区拉纳维尔		32	60	602	60454
3007756	La Neuville-en-Beine	la-neuville-en-beine	FR	02300	156	Europe/Paris	49.67572	3.15216		La Neuville-en-Beine,Le Neuville		32	02	022	02546
3007757	La Neuville-du-Bosc	la-neuville-du-bosc	FR	27890	388	Europe/Paris	49.19284	0.81284		La Neuville,La Neuville-du-Bosc,La-Nevil'-dju-Bosk,la na wei er di bo si ke,Ла-Невиль-дю-Боск,Ла-Невіль-дю-Боск,لا نیوویل-ڈو-بوسک,拉纳维尔迪博斯克		28	27	272	27432
3007758	La Neuville-d'Aumont	la-neuville-d-aumont	FR	60790	0	Europe/Paris	49.31104	2.10108		Aumont-la-Montagne,La Neuville,La Neuville-d'Aumont		32	60	601	60196
3007759	La Neuville-Chant-d'Oisel	la-neuville-chant-d-oisel	FR	76520	0	Europe/Paris	49.36667	1.23333		Neuville-Champ-d'Oisel		28	76	763	76464
3007760	La Neuville-Bosmont	la-neuville-bosmont	FR	02250	198	Europe/Paris	49.71299	3.83997		La Neuville-Bosmont		32	02	022	02545
3007761	Neuville-lez-Beaulieu	neuville-lez-beaulieu	FR	08380	0	Europe/Paris	49.86667	4.33333		La Neuville,La Neuville-aux-Tourneurs		44	08	081	08319
3007762	La Neuville-aux-Larris	la-neuville-aux-larris	FR	51480	168	Europe/Paris	49.14381	3.8419		La Neuville,La Neuville-aux-Larris		44	51	512	51398
3007763	La Neuville-aux-Joûtes	la-neuville-aux-joutes	FR	08380	347	Europe/Paris	49.92207	4.22886		La Neuville,La Neuville-aux-Joutes,La Neuville-aux-Joûtes		44	08	081	08318
3007764	La Neuville-aux-Bois	la-neuville-aux-bois	FR	51330	183	Europe/Paris	48.96862	4.88863		La Neuville,La Neuville-aux-Bois		44	51	511	51397
3007766	Laneuville-au-Rupt	laneuville-au-rupt	FR	55190	178	Europe/Paris	48.70443	5.58812		Laneuville,Laneuville-au-Rupt		44	55	552	55278
3007767	La Neuville-au-Pont	la-neuville-au-pont	FR	51800	0	Europe/Paris	49.12371	4.85719		La Neuville,La Neuville-au-Pont,Pont-sur-Aisne		44	51	511	51399
3007768	Laneuville-au-Pont	laneuville-au-pont	FR	52100	184	Europe/Paris	48.62973	4.85767		Laneuville		44	52	523	52267
3007769	Laneuville-à-Rémy	laneuville-a-remy	FR	52220	0	Europe/Paris	48.47395	4.88368		Laneuville,Laneuville-a-Remy,Laneuville-à-Rémy	52266	44	52	523	52266
3007770	La Neuville-à-Maire	la-neuville-a-maire	FR	08450	74	Europe/Paris	49.58193	4.85446		La Neuville,La Neuville-a-Maire,La Neuville-à-Maire,Libre-Maire		44	08	083	08317
3007772	La Neuville	la-neuville	FR	59239	654	Europe/Paris	50.49296	3.04804		La Neuville		32	59	595	59427
3007773	La Neuville	la-neuville	FR	59239	0	Europe/Paris	49.82107	1.44189		La Neuville,Neuville		28	76	761	76052
3007774	La Neuville	la-neuville	FR	59239	0	Europe/Paris	49.67842	1.81391		La Neuville,La Neuville Moliens		32	60	601	60405
3007775	La Neuville	la-neuville	FR	59239	0	Europe/Paris	49.49028	0.80265				28	76	763	76709
3007776	La Neuveville-sous-Montfort	la-neuveville-sous-montfort	FR	88800	129	Europe/Paris	48.22501	6.0187		La Neuveville,La Neuveville-sous Monfort,La Neuveville-sous-Montfort		44	88	882	88325
3007898	Landavran	landavran	FR	35450	432	Europe/Paris	48.15922	-1.28913		Landavran,lang da fu lang,Ландавран,لانڈاوران,朗达夫朗		53	35	351	35141
3007777	La Neuveville-sous-Châtenois	la-neuveville-sous-chatenois	FR	88170	335	Europe/Paris	48.29212	5.88277		La Neuveville,La Neuveville-sous-Chatenois,La Neuveville-sous-Châtenois,La-Nevvil'-su-Shatenua,la na wo wei er su sha tang wa,Ла-Неввиль-су-Шатенуа,Ла-Неввіль-су-Шатенуа,لا نیوویولے-سوس-شاتینوئی,拉纳沃维尔苏沙唐瓦		44	88	882	88324
3007778	Laneuveville-lès-Lorquin	laneuveville-les-lorquin	FR	57790	0	Europe/Paris	48.65406	7.00197		Laneuveville,Laneuveville-les-Lorquin,Laneuveville-lès-Lorquin		44	57	575	57380
3007779	Laneuveville-en-Saulnois	laneuveville-en-saulnois	FR	57590	188	Europe/Paris	48.86759	6.43457		Laneuveville,Laneuveville-en-Saulnois		44	57	575	57381
3007780	Laneuveville-devant-Nancy	laneuveville-devant-nancy	FR	54410	5168	Europe/Paris	48.65659	6.22658		Laneuveville,Laneuveville-devant-Nancy		44	54	543	54300
3007781	La Neuveville-devant-Lépanges	la-neuveville-devant-lepanges	FR	88600	362	Europe/Paris	48.16201	6.66733		La Neuveville,La Neuveville-devant-Lepanges,La Neuveville-devant-Lépanges		44	88	881	88322
3007782	Laneuveville-devant-Bayon	laneuveville-devant-bayon	FR	54740	213	Europe/Paris	48.47146	6.26662		Laneuveville,Laneuveville-devant-Bayon		44	54	543	54299
3007783	Laneuveville-derrière-Foug	laneuveville-derriere-foug	FR	54570	148	Europe/Paris	48.71019	5.80437		Laneuveville,Laneuveville-derriere-Foug,Laneuveville-derrière-Foug		44	54	544	54298
3007784	Laneuveville-aux-Bois	laneuveville-aux-bois	FR	54370	313	Europe/Paris	48.61153	6.65069		Laneuveville,Laneuveville-aux-Bois		44	54	542	54297
3007785	La Neuve-Lyre	la-neuve-lyre	FR	27330	596	Europe/Paris	48.90786	0.74622		La Neuve-Lyre		28	27	272	27431
3007786	Laneuvelotte	laneuvelotte	FR	54280	353	Europe/Paris	48.72818	6.29223		Laneuvelotte		44	54	543	54296
3007787	La Neuvelle-lès-Scey	la-neuvelle-les-scey	FR	70360	131	Europe/Paris	47.69503	5.9314		La Neuvelle,La Neuvelle-les-Scey,La Neuvelle-lès-Scey		27	70	702	70386
3007788	La Neuvelle-lès-Lure	la-neuvelle-les-lure	FR	70200	283	Europe/Paris	47.71666	6.55321		La Neuvelle,La Neuvelle-les-Lure,La Neuvelle-lès-Lure,La-Nevl'-le-Ljur,La-Njovel'-le-Ljur,Ла-Невль-ле-Люр,Ла-Нёвель-ле-Люр,لا نیوویل-لے-لیور		27	70	701	70385
3007789	Laneuvelle	laneuvelle	FR	52400	97	Europe/Paris	47.92529	5.66991		Laneuvelle		44	52	522	52264
3007790	La Neuve-Grange	la-neuve-grange	FR	27150	201	Europe/Paris	49.36187	1.55455		La Neuve-Grange		28	27	271	27430
3007793	Lanet	lanet	FR	11330	62	Europe/Paris	42.96404	2.49536		Lanet		76	11	113	11187
3007794	Lanester	lanester	FR	56600	24352	Europe/Paris	47.76316	-3.3393		Laneste,Lanester,Lannarster,Lannarstêr,Lanster,la nei si tai,laneseuteleu,lansth,ranesuteru,Ланесте,Ланстер,لانسته,لانیسٹیر,ラネステール,拉内斯泰,라네스테르		53	56	561	56098
3007795	Lanespède	lanespede	FR	65190	158	Europe/Paris	43.16716	0.26659		Lanespede,Lanespède		76	65	653	65256
3007803	Landunvez	landunvez	FR	29840	1442	Europe/Paris	48.53277	-4.72706		Landenve,Landunvez,lang dan wei,Ланденве,لینڈونویز,朗丹韦		53	29	291	29109
3007804	Landujan	landujan	FR	35360	745	Europe/Paris	48.25066	-1.997		Landujan		53	35	353	35143
3007806	Landudec	landudec	FR	29710	1209	Europe/Paris	48.00005	-4.33678		Landjudek,Landudec,Landudeg,lang di dai ke,rande~yudekku,Ландюдек,لینڈوڈیک,ランデュデック,朗迪代克		53	29	294	29108
3007807	Landudal	landudal	FR	29510	739	Europe/Paris	48.06251	-3.97781		Landjudal',Landudal,Landuval,lang di da,Ландюдаль,لینڈوڈال,朗迪达		53	29	294	29107
3007808	Landser	landser	FR	68440	1785	Europe/Paris	47.68501	7.38998		Landser		44	68	684	68174
3007809	Landry	landry	FR	73210	678	Europe/Paris	45.57237	6.73949		Landry		84	73	731	73142
3007811	Landroff	landroff	FR	57340	233	Europe/Paris	48.96643	6.61196		Landroff,lang de luo,Ландрофф,لینڈروف,朗德罗		44	57	573	57379
3007812	Landricourt	landricourt	FR	02380	127	Europe/Paris	49.50833	3.36643		Landricourt		32	02	022	02406
3007813	Landricourt	landricourt	FR	02380	162	Europe/Paris	48.61645	4.81064		Landricourt		44	51	514	51315
3007814	Landrichamps	landrichamps	FR	08600	133	Europe/Paris	50.08942	4.82995		Landrichamps		44	08	081	08247
3007815	Landreville	landreville	FR	10110	0	Europe/Paris	49.38014	5.00994				44	08	084	08052
3007816	Landreville	landreville	FR	10110	515	Europe/Paris	48.07368	4.47267		Landreville		44	10	103	10187
3007818	Landrévarzec	landrevarzec	FR	29510	1567	Europe/Paris	48.09003	-4.06187		Landrevarzec,Landrevarzeg,Landrévarzec		53	29	294	29106
3007819	Landrethun-lès-Ardres	landrethun-les-ardres	FR	62610	615	Europe/Paris	50.82549	1.96046		Landreten-lez-Ardr,Landrethun,Landrethun-les-Ardres,Landrethun-lès-Ardres,landrythwn lyh ardrys,lang de lei tan lai a de er,Ландретен-лез-Ардр,لاندريثون ليه أردريس,朗德雷坦莱阿德尔		32	62	626	62488
3007820	Landrethun-le-Nord	landrethun-le-nord	FR	62250	922	Europe/Paris	50.84721	1.78375		Landreten-le-Nor,Landrethun,Landrethun-le-Nord,bei lang de lei tan,landrythwn ly nwrd,Ландретен-ле-Нор,لاندريثون لي نورد,北朗德雷坦		32	62	623	62487
3007821	Landresse	landresse	FR	25530	153	Europe/Paris	47.25703	6.46549		Landresse		27	25	253	25325
3007822	Landres-et-Saint-Georges	landres-et-saint-georges	FR	08240	103	Europe/Paris	49.35309	5.01065		Georges-Fontaine,Landres,Landres-Saint-Georges,Landres-et-Saint-Georges		44	08	084	08246
3007825	Landres	landres	FR	54970	1021	Europe/Paris	49.32044	5.8006		Landr,Landres,lang de lei,Ландр,لانڈریس,朗德雷		44	54	541	54295
3007827	Landremont	landremont	FR	54380	130	Europe/Paris	48.84926	6.13942		Landremont		44	54	543	54294
3007829	Landrecourt-Lempire	landrecourt-lempire	FR	55100	177	Europe/Paris	49.1	5.35				44	55	553	55276
3007830	Landrecies	landrecies	FR	59550	4015	Europe/Paris	50.12499	3.69171		Landrecies,Landresi,lang de lei xi,Ландреси,Ландресі,朗德勒西		32	59	591	59331
3007833	Landrais	landrais	FR	17290	569	Europe/Paris	46.06983	-0.86192		Landrais		75	17	172	17203
3007835	Landouzy-la-Ville	landouzy-la-ville	FR	02140	546	Europe/Paris	49.8609	4.04663		Landouzy,Landouzy-la-Ville,Landuzi-la-Vil',lang du ji la wei er,Ландузи-ла-Виль,Ландузі-ла-Віль,朗杜济拉维尔		32	02	025	02405
3007836	Landouzy-la-Cour	landouzy-la-cour	FR	02140	177	Europe/Paris	49.84736	3.98313		Landouzy,Landouzy-la-Cour		32	02	025	02404
3007837	Landos	landos	FR	43340	947	Europe/Paris	44.84288	3.8318		Landos		84	43	432	43111
3007838	Landorthe	landorthe	FR	31800	902	Europe/Paris	43.13214	0.78333		Landorthe		76	31	312	31270
3007840	Landogne	landogne	FR	63380	221	Europe/Paris	45.87737	2.65642		Landogne		84	63	634	63186
3007841	Landivy	landivy	FR	53190	1344	Europe/Paris	48.47963	-1.03406		Landivi,Landivy,lang di wei,Ландіві,لانڈیوی,朗迪维		52	53	533	53125
3007842	Landivisiau	landivisiau	FR	29400	8747	Europe/Paris	48.50906	-4.06906		LDV,Landivisiau,Landiviz'jo,Landivizio,lang di wei xi ao,randivu~ijio,Ландивизьйо,Ландівізьйо,لانڈیویسیو,ランディヴィジオ,朗迪维西奥		53	29	293	29105
3007844	Landisacq	landisacq	FR	61100	768	Europe/Paris	48.7561	-0.64924		Landisacq		28	61	612	61222
3007845	Landiras	landiras	FR	33720	1642	Europe/Paris	44.56702	-0.41539		Landiras,Landiràs,lang di la,Ландирас,Ландірас,朗迪拉		75	33	333	33225
3007847	Landigou	landigou	FR	61100	446	Europe/Paris	48.74578	-0.47098		Landigou		28	61	612	61221
3007848	Landifay-et-Bertaignemont	landifay-et-bertaignemont	FR	02120	278	Europe/Paris	49.81653	3.60611		Landifay,Landifay-et-Bertaignemont		32	02	025	02403
3007852	Landeyrat	landeyrat	FR	15160	119	Europe/Paris	45.27393	2.86422		Landeyrat		84	15	153	15091
3007854	Landevieille	landevieille	FR	85220	851	Europe/Paris	46.64185	-1.80629		Landevieille		52	85	853	85120
3007856	Landévennec	landevennec	FR	29560	392	Europe/Paris	48.29279	-4.26785		Landevenecum,Landevennec,Landevenneg,Landevennek,Landévennec,lang dai wei nei ke,randevu~enekku,Ландевеннек,لانڈیوینیک,ランデヴェネック,朗代韦内克		53	29	292	29104
3007858	Landévant	landevant	FR	56690	2270	Europe/Paris	47.76466	-3.12215		Landevan,Landevant,Landévant,lang dai wang,Ландеван,لانڈیوانٹ,朗代旺		53	56	561	56097
3007860	Landes-sur-Ajon	landes-sur-ajon	FR	14310	356	Europe/Paris	49.07619	-0.57881		Landes,Landes-sur-Ajon		28	14	144	14353
3007861	Landes-le-Gaulois	landes-le-gaulois	FR	41190	600	Europe/Paris	47.65416	1.18441		Land-le-Golua,Landes,Landes-le-Gaulois,lang dai lai ge lu wa,Ланд-ле-Голуа,لانڈیس-لے-گولویس,朗代莱戈卢瓦		24	41	411	41109
3007869	Landes	landes	FR	17380	560	Europe/Paris	45.99263	-0.59652		Landes,Landy,Ланды		75	17	175	17202
3007870	Landersheim	landersheim	FR	67700	138	Europe/Paris	48.68949	7.49491				44	67	674	67258
3007871	Landerrouet-sur-Ségur	landerrouet-sur-segur	FR	33540	119	Europe/Paris	44.65	-0.01667		Landeroet,Landerroet,Landerrue-sjur-Segjur,sai ju he pan lang dai er lu ai,Ландерруе-сюр-Сегюр,塞居河畔朗代尔鲁埃		75	33	333	33224
3007872	Landerrouat	landerrouat	FR	33790	0	Europe/Paris	44.74226	0.15833		Landarroat,Landeroat,Landerrouat,Landerruat,lang dai er lu a,Ландерруат,لانڈیرواٹ,朗代尔鲁阿		75	33	333	33223
3007873	Landeronde	landeronde	FR	85150	1946	Europe/Paris	46.65794	-1.57117		Bonne-Lande,Landeronde		52	85	853	85118
3007874	Landerneau	landerneau	FR	29206 CEDEX	16052	Europe/Paris	48.4515	-4.25175		Landernacum,Landerne,Landerneau,Landerno,XLD,lang dai er nuo,randeruno,Ландерно,ランデルノー,朗代尔诺		53	29	291	29103
3007877	Landepéreuse	landepereuse	FR	27410	258	Europe/Paris	49.00556	0.6403		Landperez,lang dai pei lei si,Ландперез,لانڈیپیریوسی,朗代佩勒斯		28	27	272	27049
3007878	Landemont	landemont	FR	49270	1568	Europe/Paris	47.26536	-1.23989		Landemont		52	49	492	49069
3007880	Landelles-et-Coupigny	landelles-et-coupigny	FR	14380	877	Europe/Paris	48.8875	-0.99821		Landel'-e-Kupin'i,Landel'-eh-Kupin'i,Landelles-et-Coupigny,lang dai lai he ku pi ni,Ландель-е-Купиньи,Ландель-е-Купіньї,Ландель-э-Купиньи,لانڈیلیس-اے-کوپیگنی,朗代莱和库皮尼		28	14	144	14352
3007881	Landelles	landelles	FR	28190	553	Europe/Paris	48.46753	1.19751		Landelles		24	28	281	28203
3007882	Landeleau	landeleau	FR	29530	1029	Europe/Paris	48.2278	-3.72881		Landeleau,Landelo,Lanna Teliavi,lang dai luo,Ландело,لانڈیلیو,朗代洛		53	29	292	29102
3007883	Landéhen	landehen	FR	22400	1028	Europe/Paris	48.42973	-2.53965		Landehen,Landéhen		53	22	224	22098
3007885	Landéda	landeda	FR	29870	3082	Europe/Paris	48.58717	-4.57224		Landeda,Landéda,lang dai da,randeda,Ландеда,لانڈیڈا,ランデダ,朗代达		53	29	291	29101
3007886	Landécourt	landecourt	FR	54360	82	Europe/Paris	48.49983	6.41549		Landecourt,Landécourt		44	54	542	54293
3007887	Landébia	landebia	FR	22130	411	Europe/Paris	48.51413	-2.33665		Landebia,Landebiav,Landébia		53	22	221	22096
3007888	Landebaëron	landebaeron	FR	22140	195	Europe/Paris	48.63521	-3.21021		Landebaeron,Landebaëron		53	22	222	22095
3007889	Landéan	landean	FR	35133	1314	Europe/Paris	48.41296	-1.15297		Landean,Landeanium,Landéan,lang dai ang,Ландеан,لانڈیان,朗代昂		53	35	351	35142
3007901	Landaville	landaville	FR	88300	327	Europe/Paris	48.289	5.74543		Landaville		44	88	882	88259
3007902	Landaul	landaul	FR	56690	1434	Europe/Paris	47.74833	-3.07696		Landaol,Landaul,Landol',lang duo,Ландоль,لینڈول,朗多		53	56	561	56096
3007903	Landas	landas	FR	59310	2308	Europe/Paris	50.47269	3.30367		Landas		32	59	593	59330
3007905	Landange	landange	FR	57830	207	Europe/Paris	48.67077	6.95896		Landange		44	57	575	57377
3007909	Lancrans	lancrans	FR	01200	1019	Europe/Paris	46.12729	5.83277		Lancrans		84	01	014	01033
3007912	Lançon-Provence	lancon-provence	FR	13680	7031	Europe/Paris	43.59266	5.12789		Lancon,Lancon de Provenca,Lancon-Provence,Lanson-Provans,Lançon,Lançon de Provença,Lançon-Provence,lang song pu luo wang si,lanswn-prwwyns,Лансон-Прованс,لانسون-پرووینس,朗松普罗旺斯		93	13	131	13051
3007914	Lançon	lancon	FR	08250	39	Europe/Paris	49.27489	4.8757		Lancon,Lançon		44	08	084	08245
3007915	Lançon	lancon	FR	08250	28	Europe/Paris	42.88552	0.36669		Lancon,Lançon		76	65	652	65255
3007916	Lancôme	lancome	FR	41190	120	Europe/Paris	47.64887	1.12283		Lancome,Lancôme		24	41	411	41108
3007919	Lancieux	lancieux	FR	22770	1264	Europe/Paris	48.6075	-2.15031		Lancieux,Lans'e,Lans'jo,Lanseeg,Lansiocus,lang xi e,lansyw,Лансье,Лансьё,Лансьє,لانسیو,朗西厄		53	22	221	22094
3007921	Lancié	lancie	FR	69220	709	Europe/Paris	46.17091	4.71429		Lancie,Lancié		84	69	692	69108
3007922	Lanchy	lanchy	FR	02590	63	Europe/Paris	49.82663	3.07557		Lanchy,Lanshi,lang xi,Ланши,Ланші,朗希		32	02	023	02402
3007925	Lanches-Saint-Hilaire	lanches-saint-hilaire	FR	80620	110	Europe/Paris	50.10422	2.13957		Lanches-Saint-Hilaire		32	80	802	80466
3007926	Lanchères	lancheres	FR	80230	849	Europe/Paris	50.15913	1.55514		Lancheres,Lanchères		32	80	801	80464
3007933	Lancé	lance	FR	41310	430	Europe/Paris	47.69294	1.06606		Lance,Lancé		24	41	412	41107
3007934	Lancé	lance	FR	41310	0	Europe/Paris	47.53771	-1.92677				52	44	445	44128
3007939	Lanas	lanas	FR	07200	383	Europe/Paris	44.53104	4.39985		Lana,Lanas,Lanàs,la na,lanas,Лана,لاناس,拉纳		84	07	071	07131
3007940	Lanarvily	lanarvily	FR	29260	322	Europe/Paris	48.55253	-4.38826		Lanarvili,Lanarvilly,Lanarvily,Lannarvili,la na er wei li,lanarwylay,ranaruvu~iri,Ланарвили,Ланарвілі,لانارویلای,ラナルヴィリー,拉纳尔维利		53	29	291	29100
3007944	Lanarce	lanarce	FR	07660	210	Europe/Paris	44.72825	4.00304		Lanarce		84	07	071	07130
3007946	Lanans	lanans	FR	25360	112	Europe/Paris	47.29687	6.44846				27	25	251	25324
3007950	La Murette	la-murette	FR	38140	1752	Europe/Paris	45.37891	5.542		La Murette		84	38	381	38270
3007951	Lamure-sur-Azergues	lamure-sur-azergues	FR	69870	1052	Europe/Paris	46.06255	4.49195		Lamure,Lamure-sur-Azergues		84	69	692	69107
3007953	La Mure	la-mure	FR	38350	0	Europe/Paris	45.46039	4.14017		La Mure		84	42	421	42169
3007955	La Mure	la-mure	FR	38350	0	Europe/Paris	45.30108	4.34002				84	43	433	43227
3007956	La Mure	la-mure	FR	38350	0	Europe/Paris	44.91508	5.37885				84	26	261	26364
3007957	La Mure	la-mure	FR	38350	5190	Europe/Paris	44.90145	5.78874		La Mjur,La Mure,La Mure-d'Isere,La Mure-d'Isère,La-Mjur,Mure-la-Fontaine,la mi er,la mwr,Ла Мюр,Ла-Мюр,لا مور,拉米尔		84	38	381	38269
3007958	La Mure-Argens	la-mure-argens	FR	04170	0	Europe/Paris	43.98333	6.51667		La Mura e Argenc,La Mura e Argenç,La-Mjur-Arzhan,la mi er a er rang,Ла-Мюр-Аржан,拉米尔阿尔让		93	04	042	04136
3007959	La Muraz	la-muraz	FR	74560	776	Europe/Paris	46.1233	6.20357		La Muraz		84	74	743	74193
3007963	La Mulatière	la-mulatiere	FR	69350	7185	Europe/Paris	45.72818	4.81213		La Mulatiere,La Mulatière,La-Mjulat'er,Ла-Мюлатьєр,لا مولاٹیری		84	69	691	69142
3007969	Lampertsloch	lampertsloch	FR	67250	689	Europe/Paris	48.95779	7.81527		Lampertsloch		44	67	672	67257
3007970	Lampertheim	lampertheim	FR	67450	3126	Europe/Paris	48.65149	7.69876		Lampertheim		44	67	678	67256
3007971	Lampaul-Ploudalmézeau	lampaul-ploudalmezeau	FR	29830	677	Europe/Paris	48.56077	-4.65557		Lambaol-Gwitalmeze,Lampaul,Lampaul-Ploudalmezeau,Lampaul-Ploudalmézeau,Lampol'-Pludal'mezo,Lanna Pauli in Plebe Telmedoviae,lang bo pu lu da er mei zuo,ranporu=purudarumezo,Ламполь-Плудальмезо,لیمپول-پلوڈالمیزیو,ランポール＝プルダルメゾー,朗波普卢达尔梅佐		53	29	291	29099
3007972	Lampaul-Plouarzel	lampaul-plouarzel	FR	29810	2010	Europe/Paris	48.44727	-4.76045		Lambaol-Blouarzhel,Lampaul-Plouarzel,Lampol'-Pluarzel',lang bo pu lu a er ze,lympwl-plwarzyl,Ламполь-Плуарзель,لیمپول-پلوارزیل,朗波普卢阿尔泽		53	29	291	29098
3007973	Lampaul-Guimiliau	lampaul-guimiliau	FR	29400	2077	Europe/Paris	48.49282	-4.04132		Lambaol-Gwimilio,Lampaul,Lampaul-Guimiliau,Lampol'-Gimil'jo,lang bo ji mi li ao,lympwl-gwymylyw,Ламполь-Гимильйо,Ламполь-Гімільйо,لیمپول-گویمیلیو,朗波吉米利奥		53	29	293	29097
3007980	La Moutade	la-moutade	FR	63200	392	Europe/Paris	45.96701	3.16046		La Moutade		84	63	634	63244
3007984	Lamoura	lamoura	FR	39310	453	Europe/Paris	46.39582	5.9672		Lamoura,Lamura,la mu la,lamwra,Ламура,لامورا,拉穆拉		27	39	393	39275
3007987	Lamouilly	lamouilly	FR	55700	98	Europe/Paris	49.5483	5.235		Lamouilly		44	55	553	55275
3007990	La Mouille	la-mouille	FR	39400	301	Europe/Paris	46.50294	5.97835		La Mouille		27	39	393	39368
3007992	La Mouche	la-mouche	FR	50320	0	Europe/Paris	45.73568	4.83314				84	69	691	69123
3007993	La Mouche	la-mouche	FR	50320	154	Europe/Paris	48.7925	-1.34976		La Mouche		28	50	501	50361
3007994	La Mouche	la-mouche	FR	50320	0	Europe/Paris	45.5674	6.45326				84	73	731	73187
3007996	La Motte-Tilly	la-motte-tilly	FR	10400	335	Europe/Paris	48.47463	3.43983		La Motte-Tilly,La-Mot-Tiji,La-Mott-Tii,la mo te di li,la mwt-tly,Ла-Мот-Тийи,Ла-Мотт-Тії,لا موت-تلی,拉莫特蒂利		44	10	102	10259
3007997	La Motte-Ternant	la-motte-ternant	FR	21210	170	Europe/Paris	47.32398	4.33208		La Motte-Ternant,La-Mot-Ternan,La-Mott-Ternan,la mo te tai er nan,Ла-Мот-Тернан,Ла-Мотт-Тернан,拉莫特泰尔南		27	21	213	21445
3007998	La Motte-Servolex	la-motte-servolex	FR	73290	13499	Europe/Paris	45.59702	5.86724		La Mota-Servolex,La Mota-Servolêx,La Motte,La Motte-Servolen,La Motte-Servolex,La-Mot-Servole,La-Mott-Servole,Ла-Мот-Серволе,Ла-Мотт-Серволе,لا موت-سیروولے		84	73	732	73179
3007999	La Motte-Saint-Martin	la-motte-saint-martin	FR	38770	1647	Europe/Paris	44.95131	5.71814		La Motte,La Motte-Saint-Martin,La Motte-sur-Eaux		84	38	381	38266
3008000	La Motte-Saint-Jean	la-motte-saint-jean	FR	71160	1203	Europe/Paris	46.49594	3.96396		La Motte,La Motte-Saint-Jean,Montfleury		27	71	713	71325
3008003	La Motte-Fouquet	la-motte-fouquet	FR	61600	151	Europe/Paris	48.56813	-0.28682		La Motte		28	61	611	61295
3008004	La Motte-Feuilly	la-motte-feuilly	FR	36160	43	Europe/Paris	46.54361	2.08885		La Mota,La Motte-Feuilly,La Mòta,La-Mott-Fei,La-Mott-Fjoj,Motte-Feuilly,la mo te fu yi li,la mwt-fywly,Ла-Мотт-Феї,Ла-Мотт-Фёй,لا موت-فیولی,拉莫特弗伊利		24	36	363	36132
3008005	La Motte-Fanjas	la-motte-fanjas	FR	26190	149	Europe/Paris	45.05067	5.26597		La Motte,La Motte-Fanjas		84	26	261	26217
3008006	Lamotte-Warfusée	lamotte-warfusee	FR	80800	0	Europe/Paris	49.86667	2.6		L'Motte-Warfusee,Lamott-Varfjuze,Lamotte,Lamotte-en-Santerre,L’Motte-Warfusée,la mo te wa er fei sai,Ламотт-Варфюзе,لاموٹی-وارفوسی,拉莫特瓦尔菲塞		32	80	802	80463
3008007	La Motte-en-Champsaur	la-motte-en-champsaur	FR	05500	188	Europe/Paris	44.73187	6.06686		La Motte,La Motte-en-Champsaur		93	05	052	05090
3008008	La Motte-en-Bauges	la-motte-en-bauges	FR	73340	420	Europe/Paris	45.70077	6.12605		La Motte-en-Bauges,La Motte-en-Beauges,Motte-en-Beauges		84	73	732	73178
3008009	Lamotte-du-Rhône	lamotte-du-rhone	FR	84840	445	Europe/Paris	44.26522	4.67998		La Mota de Rose,La Mota de Ròse,Lamott-dju-Ron,Lamotte,Lamotte-du-Rhone,Lamotte-du-Rhône,la mo te di luo na,ramotto=de~yu=ronu,Ламотт-дю-Рон,لاموٹی-ڈو-رہونی,ラモット＝デュ＝ローヌ,拉莫特迪罗纳		93	84	843	84063
3008010	La Motte-du-Caire	la-motte-du-caire	FR	04250	517	Europe/Paris	44.34398	6.02807		La Mota,La Mota dau Caire,La Motte,La Motte-du-Caire,La-Mot-dju-Ker,La-Mott-dju-Ker,la mo te di kai er,Ла-Мот-дю-Кер,Ла-Мотт-дю-Кер,拉莫特迪凯尔		93	04	044	04134
3008013	La Motte-de-Galaure	la-motte-de-galaure	FR	26240	581	Europe/Paris	45.19737	4.90746		La Motte,La Motte-de-Galaure		84	26	263	26216
3008014	La Motte-d'Aveillans	la-motte-d-aveillans	FR	38770	1810	Europe/Paris	44.96015	5.74409		La Motte,La Motte-d'Aveillans,La Motte-d’Aveillans		84	38	381	38265
3008015	La Motte-d'Aigues	la-motte-d-aigues	FR	84240	0	Europe/Paris	43.77215	5.5179		La Motte,La Motte-d'Aigues		93	84	841	84084
3008074	Lamorlaye	lamorlaye	FR	60260	8540	Europe/Paris	49.16246	2.44687		Lamorlaye,Lamorle,la mo er lai ai,lamwrlay,Ламорле,لامورلای,拉莫尔莱埃		32	60	604	60346
3008016	La Motte-Chalancon	la-motte-chalancon	FR	26470	421	Europe/Paris	44.48602	5.3806		La Mota de Chalancon,La Motte,La Motte-Chalancon,La Motte-Chalançon,La-Mott-Shalankon,la mo te sha lang kong,la mwt-chalankwn,Ла-Мотт-Шаланкон,لا موت-چالانکون,拉莫特沙朗孔		84	26	261	26215
3008017	Lamotte-Buleux	lamotte-buleux	FR	80150	294	Europe/Paris	50.18822	1.8326		L'Motte-Buleux,Lamott-Bjule,Lamotte-Buleux,L’Motte-Buleux,la mo te bi lei,Ламотт-Бюле,لاموٹی-بولیوکس,拉莫特比勒		32	80	801	80462
3008018	Lamotte-Brebière	lamotte-brebiere	FR	80450	244	Europe/Paris	49.88572	2.3892		Lamotte,Lamotte-Brebiere,Lamotte-Brebière		32	80	802	80461
3008020	Lamotte-Beuvron	lamotte-beuvron	FR	41600	4426	Europe/Paris	47.602	2.02837		Lamot-Bjovron,Lamott-Bevron,Lamotte-Beuvron,la mo te bo fu long,Ламот-Бёврон,Ламотт-Беврон,لاموٹی-بیوورون,拉莫特伯夫龙		24	41	413	41106
3008023	La Motte	la-motte	FR	22600	0	Europe/Paris	48.57101	-1.90448				53	35	354	35306
3008024	La Motte	la-motte	FR	22600	2033	Europe/Paris	48.23438	-2.73367		Ar Voudenn,La Motte		53	22	224	22155
3008025	La Motte	la-motte	FR	22600	0	Europe/Paris	48	2.1				24	45	452	45188
3008026	La Motte	la-motte	FR	22600	0	Europe/Paris	47.47333	3.40155				27	58	582	58032
3008027	La Motte	la-motte	FR	22600	0	Europe/Paris	47.31667	3.45				27	58	582	58071
3008028	La Motte	la-motte	FR	22600	0	Europe/Paris	47.26514	2.64009				24	18	181	18111
3008029	La Motte	la-motte	FR	22600	0	Europe/Paris	47.15115	0.28537				24	37	371	37072
3008030	La Motte	la-motte	FR	22600	0	Europe/Paris	47.10609	2.14933				24	18	183	18186
3008031	La Motte	la-motte	FR	22600	0	Europe/Paris	47.05829	3.37486				27	58	583	58269
3008032	La Motte	la-motte	FR	22600	0	Europe/Paris	46.97338	2.85689				24	18	182	18113
3008033	La Motte	la-motte	FR	22600	0	Europe/Paris	46.51686	3.34933				84	03	032	03286
3008034	La Motte	la-motte	FR	22600	0	Europe/Paris	46.41247	3.47469				84	03	032	03124
3008035	La Motte	la-motte	FR	22600	0	Europe/Paris	45.60037	0.48517				75	16	161	16137
3008036	La Motte	la-motte	FR	22600	0	Europe/Paris	45.32774	6.69109				84	73	731	73206
3008037	La Motte	la-motte	FR	22600	2555	Europe/Paris	43.49403	6.53519		La Motte		93	83	831	83085
3008040	La Mothe-Saint-Héray	la-mothe-saint-heray	FR	79800	1860	Europe/Paris	46.3609	-0.11319		La Mothe,La Mothe-Saint-Heray,La Mothe-Saint-Héray,La Mothe-Sainte-Heraye,La Mothe-Sainte-Héraye,La Mothe-sur-Sevre,La Mothe-sur-Sèvre,La-Mot-Sen-Ere,Ла-Мот-Сен-Ере		75	79	792	79184
3008041	Lamothe-Montravel	lamothe-montravel	FR	24230	1301	Europe/Paris	44.85165	0.02549		La Mota de Mont Ravel,La Mota de Mont-ravel,La Mòta de Mont Ravèl,La Mòta de Mont-ravèl,Lamot-Monravel',Lamothe,Lamothe-Montravel,la mo te meng te la wei,Ламот-Монравель,لاموتھ-مونٹراویل,拉莫特蒙特拉韦		75	24	241	24226
3008042	Lamothe-Landerron	lamothe-landerron	FR	33190	0	Europe/Paris	44.55834	0.06097		Lamothe,Lamothe-Landerron		75	33	333	33221
3008044	Lamothe-Goas	lamothe-goas	FR	32500	57	Europe/Paris	43.86469	0.55895		Lamothe,Lamothe-Goas		76	32	322	32188
3008045	Lamothe-Fénelon	lamothe-fenelon	FR	46350	345	Europe/Paris	44.83469	1.41423		Lamothe-Fenelon,Lamothe-Fénelon		76	46	463	46152
3008046	Lamothe-en-Blaisy	lamothe-en-blaisy	FR	52330	64	Europe/Paris	48.23993	4.94541		Lamothe,Lamothe-en-Blaisy		44	52	521	52140
3008048	Lamothe-Cumont	lamothe-cumont	FR	82500	90	Europe/Paris	43.87686	0.9165		Lamothe,Lamothe-Cumont		76	82	821	82091
3008049	Lamothe-Cassel	lamothe-cassel	FR	46240	100	Europe/Paris	44.61172	1.50609		Lamothe-Cassel		76	46	463	46151
3008050	Lamothe-Capdeville	lamothe-capdeville	FR	82130	983	Europe/Paris	44.07805	1.37279		Lamothe-Capdeville		76	82	822	82090
3008052	La Mothe-Achard	la-mothe-achard	FR	85150	2257	Europe/Paris	46.61786	-1.65896		La Mothe-Achard		52	85	853	85152
3008055	Lamothe	lamothe	FR	40250	0	Europe/Paris	45.84571	2.82515				84	63	634	63055
3008056	Lamothe	lamothe	FR	40250	0	Europe/Paris	45.65196	0.76707				75	24	242	24381
3008057	Lamothe	lamothe	FR	40250	849	Europe/Paris	45.31297	3.4245		Lamothe		84	43	431	43110
3008062	Lamothe	lamothe	FR	40250	0	Europe/Paris	44.62489	-0.99845				75	33	336	33527
3008065	Lamothe	lamothe	FR	40250	345	Europe/Paris	43.79108	-0.65633		Lamothe		75	40	401	40143
3008067	Lamorville	lamorville	FR	55300	297	Europe/Paris	48.95974	5.57703		Lamorville		44	55	552	55274
3008069	La Morte	la-morte	FR	38350	142	Europe/Paris	45.02719	5.86214		La Morte,La-Mort,la mo er te,Ла-Морт,لا مورٹی,拉莫尔特		84	38	381	38264
3008081	Lamonzie-Montastruc	lamonzie-montastruc	FR	24520	563	Europe/Paris	44.89554	0.59351		La Mongia de Mont Astruc,La Mongia de Montastruc,La Mongiá de Mont Astruc,La Móngia de Montastruc,Lamonzi-Montastrjuk,Lamonzie-Montastruc,la meng qi ye meng ta si te lu ke,Ламонзи-Монтастрюк,Ламонзі-Монтастрюк,لامونزی-مونٹاسٹروک,拉蒙齐耶蒙塔斯特吕克		75	24	241	24224
3008082	Lamontjoie	lamontjoie	FR	47310	483	Europe/Paris	44.07568	0.52084		Lamontjoie		75	47	474	47133
3008083	Lamontgie	lamontgie	FR	63570	516	Europe/Paris	45.47454	3.33371		La Mongia,La Mongiá,La Móngia,Lamontgie,Lamonzhi,la meng te bi ye,Ламонжи,Ламонжі,لامونٹگی,拉蒙特比耶		84	63	633	63185
3008090	La Montagne	la-montagne	FR	44620	0	Europe/Paris	49.72033	1.52148				28	76	761	76459
3008091	La Montagne	la-montagne	FR	44620	0	Europe/Paris	48.40909	2.21378				11	91	911	91433
3008092	La Montagne	la-montagne	FR	44620	23	Europe/Paris	47.9176	6.58834		La Montagne		27	70	701	70352
3008093	La Montagne	la-montagne	FR	44620	0	Europe/Paris	47.83333	2.75				24	45	451	45229
3008094	La Montagne	la-montagne	FR	44620	0	Europe/Paris	47.68559	4.63179				27	21	213	21061
3008095	La Montagne	la-montagne	FR	44620	0	Europe/Paris	47.37105	3.23048				27	58	584	58081
3008096	La Montagne	la-montagne	FR	44620	6012	Europe/Paris	47.18987	-1.68395		Ar Menez,La Montagne		52	44	442	44101
3008097	La Montagne	la-montagne	FR	44620	0	Europe/Paris	45.84777	5.35544				84	38	382	38295
3008098	La Montagne	la-montagne	FR	44620	0	Europe/Paris	45.46186	5.70867				84	38	381	38236
3008099	La Montagne	la-montagne	FR	44620	0	Europe/Paris	44.45338	5.66027				93	05	052	05167
3008100	La Montagne	la-montagne	FR	44620	0	Europe/Paris	44.38411	5.70365				93	05	052	05076
3008101	La Montagne	la-montagne	FR	44620	0	Europe/Paris	44.32896	5.68333				93	05	052	05097
3008106	La Monselie	la-monselie	FR	15240	115	Europe/Paris	45.32353	2.55447		La Monselie		84	15	152	15128
3008107	La Monnerie-le-Montel	la-monnerie-le-montel	FR	63650	2124	Europe/Paris	45.87106	3.6011		La Monnerie-le-Montel		84	63	635	63231
3008109	Lamongerie	lamongerie	FR	19510	85	Europe/Paris	45.53677	1.5755		La Monjaria,La Monjariá,Lamongerie,Lamonzhri,la meng re li ye,Ламонжри,Ламонжрі,拉蒙热里耶		75	19	192	19104
3008111	La Moncelle	la-moncelle	FR	08140	129	Europe/Paris	49.68952	4.98904		La Moncelle		44	08	083	08294
3008115	La Môle	la-mole	FR	83310	0	Europe/Paris	47.02714	3.06742				24	18	182	18075
3008116	La Môle	la-mole	FR	83310	810	Europe/Paris	43.20731	6.46726		LTT,La Mole,La Môle		93	83	831	83079
3008120	Lamnay	lamnay	FR	72320	865	Europe/Paris	48.11675	0.70433		Lamnay		52	72	722	72156
3008121	Lammerville	lammerville	FR	76730	318	Europe/Paris	49.79645	0.98345		Lammerville		28	76	761	76380
3008132	Lamillarié	lamillarie	FR	81120	374	Europe/Paris	43.84864	2.15984		Agros,Lamillarie,Lamillarié		76	81	811	81133
3008133	La Milesse	la-milesse	FR	72650	2372	Europe/Paris	48.06473	0.1357		La Milesse		52	72	723	72198
3008140	La Mézière	la-meziere	FR	35520	3808	Europe/Paris	48.21834	-1.7546		La Meziere,La Mézière,La-Mez'er,Maceria,Magoer,Meziere,Mézière,la mei qi ai,la myzyry,Ла-Мезьер,Ла-Мезьєр,لا میزیری,拉梅齐埃		53	35	353	35177
3008141	La Meyze	la-meyze	FR	87800	847	Europe/Paris	45.61685	1.21376		La Meyze		75	87	872	87096
3008144	La Meurdraquière	la-meurdraquiere	FR	50510	150	Europe/Paris	48.84917	-1.40892		La Meurdraquiere,La Meurdraquière		28	50	501	50327
3008147	Lametz	lametz	FR	08130	76	Europe/Paris	49.53012	4.68945		Lamec,Lametz,la mei si,Ламец,Լամեց,لامیٹز,拉梅斯		44	08	084	08244
3008157	La Merlatière	la-merlatiere	FR	85140	689	Europe/Paris	46.76772	-1.30123		La Merlatiere,La Merlatière		52	85	852	85142
3008164	Lamérac	lamerac	FR	16300	223	Europe/Paris	45.43333	-0.21667		Lamerac,Lamerak,Lamérac,la mei la ke,lamyrak,Ламерак,لامیراک,拉梅拉克		75	16	162	16224
3008166	La Ménitré	la-menitre	FR	49250	2020	Europe/Paris	47.40254	-0.26857		La Menitre,La Menitré,La Ménitré,La-Menitre,la mei ni te lei,Ла-Менітре,لا مینیٹری,拉梅尼特雷		52	49	493	49201
3008168	La Mesnière	la-mesniere	FR	61560	0	Europe/Paris	48.53333	0.43333		La Mesniere		28	61	613	61277
3008170	Lamenay-sur-Loire	lamenay-sur-loire	FR	58300	59	Europe/Paris	46.7625	3.57166		Lamenay,Lamenay-sur-Loire		27	58	583	58137
3008176	La Membrolle-sur-Longuenée	la-membrolle-sur-longuenee	FR	49770	1548	Europe/Paris	47.5606	-0.67337		La Membrolle,La Membrolle-sur-Longuenee,La Membrolle-sur-Longuenée,La-Mambrol'-sjur-Longne,la mymbrwl-swr-lwngwyny,long gai nei ai he pan la mang bu luo er,Ла-Мамброль-сюр-Лонгне,لا میمبرول-سور-لونگوینی,隆盖内埃河畔拉芒布罗尔		52	49	491	49200
3008177	La Membrolle-sur-Choisille	la-membrolle-sur-choisille	FR	37390	3085	Europe/Paris	47.43719	0.63163		La Membrolle,La Membrolle-sur-Choisille		24	37	372	37151
3008178	Lamelouze	lamelouze	FR	30110	93	Europe/Paris	44.19621	3.95684		Lamelouse,Lamelouze,Melouze		76	30	301	30137
3008185	La Meilleraye-de-Bretagne	la-meilleraye-de-bretagne	FR	44520	1113	Europe/Paris	47.55965	-1.40187		La Meilleraye,La Meilleraye-de-Bretagne,Melereg-Breizh		52	44	445	44095
3008186	La Meilleraie-Tillay	la-meilleraie-tillay	FR	85700	1613	Europe/Paris	46.74108	-0.84603		La Meilleraie,La Meilleraie-Tillay		52	85	851	85140
3008189	La Meignanne	la-meignanne	FR	49770	2147	Europe/Paris	47.517	-0.66861		La Meignanne,La-Men'jann,la mei ni ang,la mygnany,Ла-Меньянн,لا میگنانی,拉梅尼昂		52	49	491	49200
3008191	Lamécourt	lamecourt	FR	60600	208	Europe/Paris	49.4301	2.46595		Lamecourt,Lamekur,Lamécourt,Ламекур,لامیکورٹ		32	60	602	60345
3008192	La Méaugon	la-meaugon	FR	22440	1173	Europe/Paris	48.49827	-2.84151		La Meaugon,La Méaugon,La-Meogon,Lanvealgon,Meaugon,la mei ao gong,la mywgwn,Ла-Меогон,لا میوگون,拉梅奥贡		53	22	224	22144
3008193	La Meauffe	la-meauffe	FR	50880	1069	Europe/Paris	49.17643	-1.11119		La Meauffe,La-Moff,Meauffe,la mo fu,la mywfy,Ла-Мофф,لا میوفی,拉莫夫		28	50	504	50297
3008194	Laméac	lameac	FR	65140	139	Europe/Paris	43.33297	0.22763		Lameac,Laméac		76	65	653	65254
3008195	Lambruisse	lambruisse	FR	04170	73	Europe/Paris	44.04859	6.44297		Lambrjuis,Lambrjuiss,Lambrueissa,Lambruisse,lang bu lu yi si,Ламбрюис,Ламбрюїсс,朗布吕伊斯		93	04	042	04099
3008197	Lambrey	lambrey	FR	70500	76	Europe/Paris	47.76465	5.92736		Lambrey		27	70	702	70293
3008198	Lambres-lez-Douai	lambres-lez-douai	FR	59552	5057	Europe/Paris	50.36009	3.06478		Lambr-le-Due,Lambr-le-Dueh,Lambres,Lambres-les-Douai,Lambres-lez-Douai,Lambres-lès-Douai,lang bu er lai du ai,Ламбр-ле-Дуе,Ламбр-ле-Дуэ,朗布尔莱杜埃		32	59	593	59329
3008199	Lambres	lambres	FR	62120	959	Europe/Paris	50.6177	2.39638		Lambres		32	62	622	62486
3008204	Lamblore	lamblore	FR	28340	387	Europe/Paris	48.62505	0.91818		Lamblore		24	28	283	28202
3008208	Lambesc	lambesc	FR	13410	8084	Europe/Paris	43.65382	5.26211		Lambesc,Lambesk,lambysk,lang bei si ke,Ламбеск,لامبیسک,朗贝斯克		93	13	131	13050
3008209	Lamberville	lamberville	FR	50160	177	Europe/Paris	49.77633	0.99804		Lamberville		28	76	761	76379
3008210	Lamberville	lamberville	FR	50160	174	Europe/Paris	49.08545	-0.90843		Lamberville		28	50	504	50261
3008218	Lambersart	lambersart	FR	59130	28613	Europe/Paris	50.65	3.03333		Lambersar,Lambersart,lambrsar,lang bei sa er,langbeuleusaleu,ranburusaru,Ламберсар,لامبرسار,ランブルサール,朗贝萨尔,랑브르사르		32	59	595	59328
3008225	Lamballe	lamballe	FR	22400	12344	Europe/Paris	48.46808	-2.51781		Lambal,Lambal',Lamballe,Lampaulium,lambaly,lang ba er,ranbaru,Ламбаль,لامبالی,ランバル,朗巴尔		53	22	224	22093
3008227	Lambach	lambach	FR	57410	575	Europe/Paris	49.03497	7.3593		Lambach		44	57	576	57376
3008228	Lamazière-Haute	lamaziere-haute	FR	19340	85	Europe/Paris	45.67015	2.39636		Lamaziere-Haute,Lamazière-Haute		75	19	193	19103
3008229	Lamazière-Basse	lamaziere-basse	FR	19160	300	Europe/Paris	45.37254	2.17052		Lamaziere,Lamaziere-Basse,Lamazière,Lamazière-Basse		75	19	193	19102
3008230	La Mazière-aux-Bons-Hommes	la-maziere-aux-bons-hommes	FR	23260	73	Europe/Paris	45.88361	2.44079		La Maseira,La Masèira,La Maziere,La Maziere-aux-Bons-Hommes,La Mazière-aux-Bons-Hommes,La Maziére,La-Maz'er-o-Bons-Omm,La-Maz'er-o-Bonz-Omm,la ma qi ai ao-bang ao mei,Ла-Мазьер-о-Бонз-Омм,Ла-Мазьер-о-Бонс-Омм,Ла-Мазьєр-о-Бонс-Омм,拉马齐埃奥-邦奥梅		75	23	231	23129
3008233	Lamazère	lamazere	FR	32300	138	Europe/Paris	43.55717	0.45282		Lamazere,Lamazère		76	32	323	32187
3008235	Lamayou	lamayou	FR	64460	228	Europe/Paris	43.38182	-0.0273		Lamajor,Lamaju,Lamayou,la mai wu,lamayw,Ламайу,Ламаю,لامایو,拉迈乌		75	64	643	64309
3008237	La Maxe	la-maxe	FR	57140	843	Europe/Paris	49.16809	6.18997		La Maxe		44	57	579	57452
3008246	Lamativie	lamativie	FR	46190	72	Europe/Paris	44.9595	2.04069		Lamatiuie,Lamativie		76	46	462	46311
3008247	Lamath	lamath	FR	54300	187	Europe/Paris	48.52989	6.44925		Lamath		44	54	542	54292
3008249	Lamastre	lamastre	FR	07270	2670	Europe/Paris	44.98672	4.57975		La Mastra,Lamastr,Lamastre,la ma si te er,Ламастр,لاماسٹری,拉马斯特尔		84	07	073	07129
3008255	Lamasquère	lamasquere	FR	31600	982	Europe/Paris	43.48365	1.2437		Lamasquere,Lamasquère		76	31	311	31269
3008256	La Martyre	la-martyre	FR	29800	627	Europe/Paris	48.44919	-4.15974		Ar Merzher-Salaun,La Martyre,La-Martir,Martyre,la ma er di er,Ла-Мартир,Ла-Мартір,ラ・マルティル,拉马尔蒂尔		53	29	291	29144
3008257	La Martre	la-martre	FR	83840	147	Europe/Paris	43.77133	6.59911		La Martre		93	83	831	83074
3008271	La Marre	la-marre	FR	39210	319	Europe/Paris	46.73445	5.69833		La Marre		27	39	392	39317
3008272	Lamarque-Rustaing	lamarque-rustaing	FR	65220	55	Europe/Paris	43.27587	0.29573		Lamarque,Lamarque-Rustaing		76	65	653	65253
3008273	Lamarque-Pontacq	lamarque-pontacq	FR	65380	673	Europe/Paris	43.1772	-0.11467		Lamarque,Lamarque-Pontacq		76	65	653	65252
3008274	Lamarque	lamarque	FR	33460	1104	Europe/Paris	45.09615	-0.71771		Lamarque		75	33	334	33220
3008278	Lamaronde	lamaronde	FR	80290	69	Europe/Paris	49.80578	1.90082		Lamaronde		32	80	802	80460
3008280	La Marolle-en-Sologne	la-marolle-en-sologne	FR	41210	371	Europe/Paris	47.58467	1.77848		La Marolle,La Marolle-en-Sologne		24	41	413	41127
3008281	La Marne	la-marne	FR	44270	0	Europe/Paris	47	-1.73333				52	44	442	44090
3008285	Lamargelle	lamargelle	FR	21440	149	Europe/Paris	47.53452	4.83881		Lamargelle,Lamarzhel',la ma er re er,Ламаржель,拉马尔热尔		27	21	212	21338
3008300	Lamarche-sur-Saône	lamarche-sur-saone	FR	21760	1246	Europe/Paris	47.26946	5.38589		Lamarche,Lamarche-sur-Saone,Lamarche-sur-Saône,Lamarsh-sjur-Son,suo en he pan la ma shen,Ламарш-сюр-Сон,索恩河畔拉马什		27	21	212	21337
3008302	La Marche	la-marche	FR	58400	0	Europe/Paris	48.27759	-3.97191				53	29	292	29016
3008303	Lamarche	lamarche	FR	88320	1171	Europe/Paris	48.06967	5.78141		Lamarche		44	88	882	88258
3008304	La Marche	la-marche	FR	58400	520	Europe/Paris	47.1397	3.03403		La Marche		27	58	584	58155
3008305	La Marche	la-marche	FR	58400	0	Europe/Paris	46.40819	1.91292				75	23	232	23136
3008308	Lamanon	lamanon	FR	13113	1815	Europe/Paris	43.69979	5.08871		Lamanon,la mang weng,lamanwn,ramanon,Ламанон,لامانون,ラマノン,拉芒翁		93	13	131	13049
3008311	la Menera	la-menera	FR	66230	63	Europe/Paris	42.36031	2.51954		Lamanere,Lamanère,la Menera		76	66	661	66091
3008313	Lamancine	lamancine	FR	52310	102	Europe/Paris	48.20865	5.11697		Lamancine		44	52	521	52260
3008316	La Mancellière-sur-Vire	la-mancelliere-sur-vire	FR	50750	511	Europe/Paris	49.06897	-1.07057		La Mancelliere,La Mancelliere-sur-Vire,La Mancellière,La Mancellière-sur-Vire,La-Mansel'er-sjur-Vir,Mancelliere-sur-Vire,Mancellière-sur-Vire,wei er he pan la mang sai li ai,Ла-Мансельер-сюр-Вир,Ла-Мансельєр-сюр-Вір,لا مانسیلیرے-سور-ویری,维尔河畔拉芒塞利埃		28	50	504	50546
3008318	La Mancelière	la-manceliere	FR	28270	146	Europe/Paris	48.6454	0.9794		La Manceliere,La Mancelière		24	28	283	28231
3008321	Lamalou-les-Bains	lamalou-les-bains	FR	34240	2453	Europe/Paris	43.59758	3.07985		Lamalou,Lamalou-les-Bains		76	34	341	34126
3008324	La Malmaison	la-malmaison	FR	02190	0	Europe/Paris	49.51618	5.57896				44	54	541	54011
3008325	La Malmaison	la-malmaison	FR	02190	367	Europe/Paris	49.51578	3.98029		La Malmaison		32	02	022	02454
3008326	La Malmaison	la-malmaison	FR	02190	0	Europe/Paris	48.60939	1.56679				24	28	283	28417
3008327	La Malmaison	la-malmaison	FR	02190	0	Europe/Paris	47.93653	3.56985				27	89	891	89282
3008330	La Malhoure	la-malhoure	FR	22640	363	Europe/Paris	48.39706	-2.49561		La Malhoure,Lanvelor		53	22	224	22140
3008331	La Malène	la-malene	FR	48210	184	Europe/Paris	44.30268	3.3199		La Malene,La Malène		76	48	481	48088
3008337	La Malachère	la-malachere	FR	70190	198	Europe/Paris	47.45189	6.07404		La Malachere,La Malachère		27	70	702	70326
3008343	La Maison-Dieu	la-maison-dieu	FR	58190	128	Europe/Paris	47.41345	3.64655		La Maison-Dieu		27	58	582	58154
3008353	La Mailleraye-sur-Seine	la-mailleraye-sur-seine	FR	76940	1916	Europe/Paris	49.48308	0.7703		La Mailleraye,La Mailleraye-sur-Seine,Mailleraye-sur-Seine		28	76	763	76401
3008356	Lamaids	lamaids	FR	03380	138	Europe/Paris	46.3027	2.43188		Lamaids		84	03	031	03136
3008358	Lamaguère	lamaguere	FR	32260	69	Europe/Paris	43.49088	0.67341		Lamaguere,Lamaguère		76	32	323	32186
3008362	Lamagistère	lamagistere	FR	82360	1262	Europe/Paris	44.12498	0.82353		Lamagistere,Lamagistère		76	82	821	82089
3008363	La Magdeleine	la-magdeleine	FR	16240	0	Europe/Paris	48.14711	-3.52133				53	56	562	56100
3008364	La Magdeleine	la-magdeleine	FR	16240	0	Europe/Paris	47.65543	-1.50685				52	44	445	44193
3008365	La Magdeleine	la-magdeleine	FR	16240	122	Europe/Paris	46.04592	0.08414		La Magdeleine		75	16	163	16197
3008366	La Magdelaine-sur-Tarn	la-magdelaine-sur-tarn	FR	31340	685	Europe/Paris	43.811	1.54375		La Magdelaine,La Magdelaine-sur-Tarn		76	31	313	31311
3008367	Lamagdelaine	lamagdelaine	FR	46090	807	Europe/Paris	44.46837	1.48963		La Madeleine,Lamagdelaine,Lamagdelame		76	46	461	46149
3008374	La Madeleine-Villefrouin	la-madeleine-villefrouin	FR	41370	31	Europe/Paris	47.77233	1.39551		La Madeleine,La Madeleine-Villefrouin		24	41	411	41121
3008375	Lamadeleine-Val-des-Anges	lamadeleine-val-des-anges	FR	90170	35	Europe/Paris	47.76196	6.91373		La Madeleine,Lamadeleine-Val-des-Anges		27	90	901	90061
3008376	La Madeleine-sur-Loing	la-madeleine-sur-loing	FR	77570	372	Europe/Paris	48.20255	2.70382		La Madeleine,La Madeleine-sur-Loing		11	77	774	77267
3008377	La Madeleine-de-Nonancourt	la-madeleine-de-nonancourt	FR	27320	1170	Europe/Paris	48.77298	1.20253		La Madeleine,La Madeleine-de Nonencourt,La Madeleine-de-Nonancourt		28	27	273	27378
3008378	La Madeleine-Bouvet	la-madeleine-bouvet	FR	61110	383	Europe/Paris	48.47161	0.90232		La Madeleine,La Madeleine-Bouvet,Madeleine		28	61	613	61241
3008379	La Madeleine	la-madeleine	FR	59110	23572	Europe/Paris	50.64603	3.07585		La Madeleine,La Madeleine-les-Lille,Madeleine,Madlen,Мадлен		32	59	595	59368
3008380	La Madeleine	la-madeleine	FR	59110	0	Europe/Paris	49.41417	-1.18619		La Madeleine,Madelaine		28	50	502	50509
3008381	La Madeleine	la-madeleine	FR	59110	0	Europe/Paris	48.63833	6.26971		La Madeleine,Madeleine		44	54	543	54300
3008382	La Madeleine	la-madeleine	FR	59110	0	Europe/Paris	47.35678	-2.36857		La Madeleine		52	44	443	44069
3008383	La Madeleine	la-madeleine	FR	59110	0	Europe/Paris	45.03657	6.43738				93	05	051	05079
3008384	La Madeleine	la-madeleine	FR	59110	0	Europe/Paris	43.71298	7.2241				93	06	062	06088
3008385	La Madeleine	la-madeleine	FR	59110	0	Europe/Paris	43.57416	5.4332				93	13	131	13001
3008387	La Madelaine-sous-Montreuil	la-madelaine-sous-montreuil	FR	62170	161	Europe/Paris	50.46813	1.75077		La Madelaine,La Madelaine-sous-Montreuil,La-Madelen-su-Montrej,la ma de lan su meng te lei yi,la madlyn sws mwntrywl,Ла-Маделен-су-Монтрей,لا مادلين سوس مونتريول,拉马德兰苏蒙特勒伊		32	62	624	62535
3008391	La Machine	la-machine	FR	58260	3637	Europe/Paris	46.89226	3.46426		La Machine		27	58	583	58151
3008393	Lama	lama	FR	20218	141	Europe/Paris	42.5767	9.17199		Lama		94	2B	2B5	2B136
3008395	La Luzerne	la-luzerne	FR	50680	49	Europe/Paris	49.13938	-1.05018		La Luzerne,La-Ljuzern,Luzerne,la lu ze er en,la lwzrn,la lywzyrny,Ла-Люзерн,لا لوزرن,لا لیوزیرنی,拉吕泽尔恩		28	50	504	50283
3008397	Laluque	laluque	FR	40465	659	Europe/Paris	43.85403	-0.99392		Laluque		75	40	401	40142
3008529	La Lande-sur-Drôme	la-lande-sur-drome	FR	14240	64	Europe/Paris	49.06954	-0.86818		La Lande,La Lande-sur-Drome,La Lande-sur-Drôme		28	14	144	14672
3008400	La Lucerne-d'Outremer	la-lucerne-d-outremer	FR	50320	0	Europe/Paris	48.78345	-1.42667		La Lucerne,La Lucerne-d'Outremer,La Lucerne-dOutremer,la lu sai er en du te lei mei,拉吕塞尔恩杜特雷梅		28	50	501	50281
3008408	La Loyère	la-loyere	FR	71530	380	Europe/Paris	46.84273	4.81192		La Loyere,La Loyère		27	71	712	71194
3008409	La Loye	la-loye	FR	39380	527	Europe/Paris	47.0264	5.55725		La Loye		27	39	391	39305
3008411	La Louvière-Lauragais	la-louviere-lauragais	FR	11410	84	Europe/Paris	43.26331	1.7526		La Louviere,La Louviere-Lauragais,La Louvière,La Louvière-Lauragais		76	11	111	11208
3008415	Lalouvesc	lalouvesc	FR	07520	519	Europe/Paris	45.12029	4.53491		LAlovesc,Lalouvesc,Laluvesk,Macheloup,la lu wei si ke,lalwwysk,Лалувеск,لالوویسک,拉卢韦斯克		84	07	073	07128
3008416	Lalouret-Laffiteau	lalouret-laffiteau	FR	31800	0	Europe/Paris	43.18471	0.70256		Lalouret,Lalouret-Laffiteau,Lalouret-Lafiteau		76	31	312	31268
3008417	La Louptière-Thénard	la-louptiere-thenard	FR	10400	220	Europe/Paris	48.38865	3.43764		La Louptiere-Thenard,La Louptière-Thénard		44	10	102	10208
3008418	La Loupe	la-loupe	FR	28240	3918	Europe/Paris	48.4732	1.01585		La Loupe,La-Lup,Loupe,la lu pu,Ла-Луп,拉卢普		24	28	284	28214
3008420	La Loubière	la-loubiere	FR	12740	0	Europe/Paris	44.81667	6.13333				93	05	052	05182
3008421	La Loubière	la-loubiere	FR	12740	1235	Europe/Paris	44.37118	2.66739		La Loubiere,La Loubière		76	12	122	12131
3008423	Laloubère	laloubere	FR	65310	1450	Europe/Paris	43.2043	0.07296		Laloubere,Laloubère		76	65	653	65251
3008425	Lalonquette	lalonquette	FR	64450	274	Europe/Paris	43.48842	-0.32251		Lalonket,Lalonkett,Lalonqueta,Lalonquette,la long qu ai te,Лалонкет,Лалонкетт,لالونقویٹی,拉隆屈埃特		75	64	643	64308
3008426	La Longueville	la-longueville	FR	59570	2256	Europe/Paris	50.28939	3.85672		La-Longvil',la long ge wei er,Ла-Лонгвиль,Ла-Лонгвіль,拉隆格维尔		32	59	591	59357
3008427	Lalongue	lalongue	FR	64350	220	Europe/Paris	43.47757	-0.19079		Lalong,Lalonga,Lalongue,la long gai,lalwngwy,Лалонг,لالونگوی,拉隆盖		75	64	643	64307
3008428	La Longine	la-longine	FR	70310	284	Europe/Paris	47.88256	6.58666		La Longine,Longine		27	70	701	70308
3008429	La Longeville	la-longeville	FR	25650	519	Europe/Paris	47.00027	6.47106		La Longeville		27	25	253	25347
3008432	La Londe-les-Maures	la-londe-les-maures	FR	83250	9471	Europe/Paris	43.13839	6.23362		La Londa,La Londa dei Mauras,La Londe,La Londe-les-Maures,La Lònda,La Lònda dei Mauras,La-Lond-le-Mor,la long dai lei mo lei,Ла-Лонд-ле-Мор,لا لوندی-لے-موریس,拉隆代勒莫勒		93	83	832	83071
3008433	La Londe	la-londe	FR	76500	0	Europe/Paris	49.89214	1.42205				28	76	761	76286
3008434	La Londe	la-londe	FR	76500	0	Europe/Paris	49.64662	0.65426				28	76	762	76258
3008436	La Londe	la-londe	FR	76500	0	Europe/Paris	49.29904	1.53753				28	27	271	27232
3008437	La Londe	la-londe	FR	76500	0	Europe/Paris	49.3067	0.9539		La Londe		28	76	763	76391
3008439	La Loge-Pomblin	la-loge-pomblin	FR	10210	57	Europe/Paris	48.05531	4.03387		La Loge,La Loge-Pomblin		44	10	103	10201
3008441	La Loge-aux-Chèvres	la-loge-aux-chevres	FR	10140	80	Europe/Paris	48.27131	4.41273		La Loge,La Loge-aux-Chevres,La Loge-aux-Chèvres		44	10	101	10200
3008442	La Loge	la-loge	FR	62140	189	Europe/Paris	50.40693	2.03292		La Loge		32	62	624	62521
3008443	La Loge	la-loge	FR	62140	0	Europe/Paris	47.78893	4.28978				27	89	892	89210
3008444	La Loge	la-loge	FR	62140	0	Europe/Paris	47.34381	2.05676				24	41	413	41256
3008445	La Loge	la-loge	FR	62140	0	Europe/Paris	47.06619	2.68324				24	18	181	18023
3008449	Lalobbe	lalobbe	FR	08460	200	Europe/Paris	49.66614	4.37595		Lalobbe		44	08	081	08243
3008454	Lalleyriat	lalleyriat	FR	01130	212	Europe/Paris	46.15427	5.71383		Lalleyriat		84	01	014	01204
3008455	Lalley	lalley	FR	38930	0	Europe/Paris	44.75813	5.67643		Lalley		84	38	381	38204
3008457	Lalleu	lalleu	FR	35320	511	Europe/Paris	47.85578	-1.51092		An Alloz,Lalleu		53	35	352	35140
3008458	Lalleu	lalleu	FR	35320	0	Europe/Paris	47.40344	1.20534		Laleu,Lalleu		24	41	413	41180
3008463	Lallaing	lallaing	FR	59167	6573	Europe/Paris	50.39012	3.16949		Lallaing		32	59	593	59327
3008464	La Llagonne	la-llagonne	FR	66210	290	Europe/Paris	42.52709	2.11954		La Llagone,La Llagonne,La Llaguna,La-Llagonn,QZG,la la gong,la lagwny,Ла-Ллагонн,لا لاگونی,拉拉贡		76	66	663	66098
3008465	Lalizolle	lalizolle	FR	03450	316	Europe/Paris	46.15686	3.00154		Lalizolle		84	03	033	03135
3008466	La Livinière	la-liviniere	FR	34210	665	Europe/Paris	43.31593	2.63671		La Liviniere,La Livinière		76	34	341	34141
3008469	Lalinde	lalinde	FR	24150	3152	Europe/Paris	44.8368	0.73777		La Linda,Lalend,Lalinde,la lan de,Лаленд,لالینڈی,拉兰德		75	24	241	24223
3008470	La Limouzinière	la-limouziniere	FR	44310	1518	Europe/Paris	46.99346	-1.59726		Kerlouevig,La Limouziniere,La Limouzinière,La-Limuzin'er,la li mu qi ni ai,la lymwzynyry,Ла-Лімузіньєр,لا لیموزینیری,拉利穆齐尼埃		52	44	442	44083
3008471	La Limouzinière	la-limouziniere	FR	44310	0	Europe/Paris	46.6281	-1.31058		La Limouziniere,La Limouzinière		52	85	852	85046
3008479	Lalheue	lalheue	FR	71240	347	Europe/Paris	46.6475	4.79333		Lale,Lalheue,Лале,لالہیوی		27	71	712	71252
3008483	Lalevade-d'Ardèche	lalevade-d-ardeche	FR	07380	1156	Europe/Paris	44.6478	4.32303		Lalevade,Lalevade-d'Ardeche,Lalevade-d'Ardèche		84	07	071	07127
3008486	Laleu	laleu	FR	61170	102	Europe/Paris	49.94091	1.93248		Laleu		32	80	802	80459
3008487	Laleu	laleu	FR	61170	351	Europe/Paris	48.55278	0.37877		Laleu		28	61	611	61215
3008491	Laleu	laleu	FR	61170	0	Europe/Paris	47.373	-0.69947		Laleu,Lalleud		52	49	491	49247
3008492	Laleu	laleu	FR	61170	0	Europe/Paris	46.17068	-1.20069				75	17	173	17300
3008498	La Léchère	la-lechere	FR	73260	0	Europe/Paris	46.37279	2.23713				75	23	231	23032
3008499	La Léchère	la-lechere	FR	73260	0	Europe/Paris	45.87101	5.09916		La Lechere,La Léchère		84	01	012	01062
3008500	La Léchere	la-lechere	FR	73260	0	Europe/Paris	45.2	6.46667		La Lechere,La Léchere		84	73	733	73256
3008502	Lalbenque	lalbenque	FR	46230	1142	Europe/Paris	44.33839	1.5452		LAlbenca,Lal'benk,Lalbenque,la er bang qu ai,lalbynqwy,Лальбенк,لالبینقوی,拉尔邦屈埃		76	46	461	46148
3008503	L'Albenc	l-albenc	FR	38470	0	Europe/Paris	45.2237	5.44384		L'Albenc		84	38	381	38004
3008505	Guitalens-L'Albarède	guitalens-l-albarede	FR	81220	277	Europe/Paris	43.64433	2.04216		Guitalens-L'Albarede,Guitalens-L'Albarède,Lalbarede,Lalbarède		76	81	812	81132
3008506	Lalaye	lalaye	FR	67220	414	Europe/Paris	48.33078	7.26014		Lalaye,Lale,la lai ai,lalay,Лале,لالاي,لالای,拉莱埃		44	67	675	67255
3008511	La Laupie	la-laupie	FR	26740	626	Europe/Paris	44.60233	4.84597		La Laupie		84	26	262	26157
3008513	La Latette	la-latette	FR	39250	69	Europe/Paris	46.75216	6.08974		La Latette		27	39	392	39282
3008518	La Lanterne-et-les-Armonts	la-lanterne-et-les-armonts	FR	70270	163	Europe/Paris	47.79645	6.52799		La Lanterne,La Lanterne-et-les-Armonts		27	70	701	70295
3008519	Lalanne-Trie	lalanne-trie	FR	65220	114	Europe/Paris	43.31084	0.33308		Lalanne,Lalanne-Trie		76	65	653	65250
3008520	Lalanne	lalanne	FR	32500	66	Europe/Paris	43.26773	0.57632		Lalanne,Lalanne-Magnoac		76	65	653	65249
3008521	Lalanne-Arqué	lalanne-arque	FR	32140	166	Europe/Paris	43.32866	0.64206		Lalanne,Lalanne-Arque,Lalanne-Arqué		76	32	323	32185
3008522	Lalanne	lalanne	FR	32500	95	Europe/Paris	43.79761	0.68362		Lalanne		76	32	322	32184
3008523	Lalandusse	lalandusse	FR	47330	191	Europe/Paris	44.65692	0.53049		Lalandusse		75	47	473	47132
3008528	La Lande-sur-Eure	la-lande-sur-eure	FR	61290	159	Europe/Paris	48.55688	0.86486		La Lande,La Lande-sur-Eure		28	61	613	61230
3008530	La Lande-Saint-Siméon	la-lande-saint-simeon	FR	61100	124	Europe/Paris	48.82272	-0.43436		La Lande,La Lande-Saint-Simeon,La Lande-Saint-Siméon		28	61	612	61219
3008532	La Lande-Patry	la-lande-patry	FR	61100	1804	Europe/Paris	48.76202	-0.59876		La Lande,La Lande-Patry,La-Land-Patri,la lang de pa te li,Ла-Ланд-Патри,Ла-Ланд-Патрі,拉朗德帕特里		28	61	612	61218
3008533	Lalandelle	lalandelle	FR	60850	450	Europe/Paris	49.40036	1.87614		Lalandel',Lalandelle,la lang dai er,Лаландель,لالانڈیلی,拉朗代尔		32	60	601	60344
3008535	Lalande-en-Son	lalande-en-son	FR	60590	681	Europe/Paris	49.39172	1.78321		Lalande,Lalande-en-Son		32	60	601	60343
3008536	La Lande-de-Lougé	la-lande-de-louge	FR	61210	56	Europe/Paris	48.69218	-0.24938		La Lande,La Lande-de-Louge,La Lande-de-Lougé		28	61	612	61217
3008537	Lalande-de-Pomerol	lalande-de-pomerol	FR	33500	0	Europe/Paris	44.95	-0.2		La Lande,Lalande-de-Libourne		75	33	335	33222
3008538	La Lande-de-Goult	la-lande-de-goult	FR	61320	100	Europe/Paris	48.58539	-0.04702		La Lande,La Lande-de-Goult		28	61	611	61216
3008539	La Lande-de-Fronsac	la-lande-de-fronsac	FR	33240	2036	Europe/Paris	44.97972	-0.38149		La Lande,La Lande-de-Fronsac		75	33	335	33219
3008540	La Lande-d'Airou	la-lande-d-airou	FR	50800	0	Europe/Paris	48.81655	-1.29		La Lande,La Lande-d'Airon,La Lande-d'Airou		28	50	504	50262
3008541	La Lande-Chasles	la-lande-chasles	FR	49150	90	Europe/Paris	47.47011	-0.06528		La Lande-Chasles,La-Land-Shal',la landy-chaslys,la lang de sha si lai,Ла-Ланд-Шаль,لا لاندی-چاسلیس,拉朗德沙斯莱		52	49	493	49171
3008542	La Landec	la-landec	FR	22980	488	Europe/Paris	48.43566	-2.17939		La Landec,Landec,Lannandeg		53	22	221	22097
3008543	Lalande	lalande	FR	89130	0	Europe/Paris	43.64485	1.4264				76	31	313	31555
3008545	La Lande-Saint-Léger	la-lande-saint-leger	FR	27210	217	Europe/Paris	49.3	0.36667				28	27	272	27361
3008547	Lalande	lalande	FR	89130	129	Europe/Paris	47.68142	3.32101		Lalande		27	89	891	89217
3008560	La Laigne	la-laigne	FR	17170	294	Europe/Paris	46.21493	-0.75889		La Laigne		75	17	173	17201
3008564	Lalacelle	lalacelle	FR	61320	271	Europe/Paris	48.4756	-0.14353				28	61	611	61213
3008571	La Jumellière	la-jumelliere	FR	49120	1122	Europe/Paris	47.27976	-0.72952		La Jumeliere,La Jumelière,La Jumelliere,La Jumellière,La-Zhumel'er,la jwmylyry,la rui mei li ai,Ла-Жумельєр,لا جومیلیری,ラ・ジュメリエール,拉瑞梅利埃		52	49	492	49092
3008576	La Jubaudière	la-jubaudiere	FR	49510	1161	Europe/Paris	47.17202	-0.89215		La Jubaudiere,La Jubaudière		52	49	492	49023
3008578	Lajoux	lajoux	FR	01410	264	Europe/Paris	46.37437	5.97329		Lajoux		27	39	393	39274
3008583	La Jonchère-Saint-Maurice	la-jonchere-saint-maurice	FR	87340	802	Europe/Paris	45.99926	1.4674		La Jonchere,La Jonchere-Saint-Maurice,La Jonchère,La Jonchère-Saint-Maurice,La Junchera,La-Zhonsher-Sen-Moris,la jwnshyry-syn-mwrys,la rong xie lei sheng mo li si,Ла-Жоншер-Сен-Морис,لا جونشیری-سین-موریس,拉容谢勒圣莫里斯		75	87	872	87079
3008584	La Jonchère	la-jonchere	FR	85540	316	Europe/Paris	46.44022	-1.37329		La-Zhonsher,la jwnshyry,la rong xie lei,Ла-Жоншер,لا جونشیری,拉容谢勒		52	85	853	85116
3008585	La Jonchère	la-jonchere	FR	85540	0	Europe/Paris	46.18747	3.10722				84	03	033	03022
3008589	Lajo	lajo	FR	48120	129	Europe/Paris	44.8373	3.42667		Lajo		76	48	482	48079
3008591	La Jemaye	la-jemaye	FR	24410	109	Europe/Paris	45.17003	0.25687		Jemaye,La Jamaia,La Jemaye,La-Zheme,la re mai ai,Ла-Жеме,لا جیمائے,拉热迈埃		75	24	243	24216
3008592	La Javie	la-javie	FR	04000	359	Europe/Paris	44.17433	6.35112		La Javia,La Javie,La Jàvia,La-Zhavi,la ya wei ye,Ла-Жави,Ла-Жаві,拉雅维耶		93	04	043	04097
3008599	La Jaudonnière	la-jaudonniere	FR	85110	585	Europe/Paris	46.64308	-0.96331		La Jaudonniere,La Jaudonnière		52	85	851	85115
3008606	La Jarrie-Audouin	la-jarrie-audouin	FR	17330	291	Europe/Paris	46.02832	-0.4882		La Jarrie-Audouin		75	17	175	17195
3008607	La Jarrie	la-jarrie	FR	17220	2855	Europe/Paris	46.12888	-1.00955		La Jarrie,La Zari,La-Zharri,la jary,la ya er li ye,Ла-Жарри,Ла-Жаррі,Լա Ժառի,لا جاری,拉雅尔里耶		75	17	173	17194
3008611	La Jarne	la-jarne	FR	17220	2206	Europe/Paris	46.12778	-1.07197		La Jarne,La Jarrie,La Zarn,La-Zharn,la jarny,la ya er en,Ла-Жарн,Լա Ժարն,لا جارنی,拉雅尔恩		75	17	173	17193
3008613	La Jard	la-jard	FR	17460	291	Europe/Paris	45.65467	-0.58637		La Jard		75	17	174	17191
3008617	La Jaille-Yvon	la-jaille-yvon	FR	49220	263	Europe/Paris	47.72244	-0.67134		La Jaille,La Jaille-Yvon		52	49	494	49161
3008623	Laizy	laizy	FR	71190	663	Europe/Paris	46.90749	4.19929		Laizy		27	71	711	71251
3008624	Laize-la-Ville	laize-la-ville	FR	14320	333	Europe/Paris	49.08125	-0.38142		Laize-la-Ville,Lez-la-Vil',lai ci la wei er,layzy-la-wyl,Лез-ла-Виль,Лез-ла-Віль,لائزی-لا-ویل,莱兹拉维尔		28	14	142	14349
3008627	Laizé	laize	FR	71870	706	Europe/Paris	46.39493	4.80634		Laize,Laizé		27	71	715	71250
3008628	Laiz	laiz	FR	01290	1090	Europe/Paris	46.25054	4.88955		Laiz		84	01	012	01203
3008629	Laix	laix	FR	54720	208	Europe/Paris	49.44627	5.78029		Laix		44	54	541	54290
3008630	Laives	laives	FR	71240	961	Europe/Paris	46.64428	4.84416		Laives		27	71	712	71249
3008631	Laître-sous-Amance	laitre-sous-amance	FR	54770	379	Europe/Paris	48.74698	6.27518		Laitre,Laitre-sous-Amance,Laître-sous-Amance		44	54	543	54289
3008633	Laissey	laissey	FR	25820	431	Europe/Paris	47.29727	6.22816		Laissey		27	25	251	25323
3008635	Laissaud	laissaud	FR	73800	565	Europe/Paris	45.44771	6.03913		Laissaud		84	73	732	73141
3008636	Laissac	laissac	FR	12310	1543	Europe/Paris	44.38097	2.82271		Laissac		76	12	122	12120
3008639	Lairoux	lairoux	FR	85400	568	Europe/Paris	46.4481	-1.26616		Lairoux		52	85	851	85117
3008640	Lairière	lairiere	FR	11330	39	Europe/Paris	43.01571	2.48414		Lairiere,Lairière		76	11	113	11186
3008642	Laires	laires	FR	62960	302	Europe/Paris	50.5394	2.25455		Laare,Laires,Ler,lai er,layrys,Лер,لايريس,莱尔		32	62	625	62485
3008644	Laire	laire	FR	25550	327	Europe/Paris	47.55035	6.73124		Laire		27	25	252	25322
3008651	Lainville-en-Vexin	lainville-en-vexin	FR	78440	790	Europe/Paris	49.06667	1.81667		Lainville,Lenvil'-an-Veksen,laynwyl-ayn-wyksyn,Ленвиль-ан-Вексен,Ленвіль-ан-Вексен,لائنویل-این-ویکسین		11	78	781	78329
3008652	Lainsecq	lainsecq	FR	89520	351	Europe/Paris	47.55488	3.27404		Lainsecq		27	89	891	89216
3008653	Lains	lains	FR	39320	83	Europe/Paris	46.39036	5.48638		Lains		27	39	392	39273
3008657	Laines-aux-Bois	laines-aux-bois	FR	10120	469	Europe/Paris	48.23431	3.98943		Laines,Laines-aux-Bois,Len-o-Bua,lai nei ao bu wa,laynys-wks-bwys,Лен-о-Буа,لائنیس-وکس-بویس,莱内奥布瓦		44	10	103	10186
3008659	Lain	lain	FR	89560	162	Europe/Paris	47.61665	3.34478		Lain		27	89	891	89215
3008660	Laimont	laimont	FR	55800	453	Europe/Paris	48.83487	5.04324		Laimont		44	55	551	55272
3008662	Lailly-en-Val	lailly-en-val	FR	45740	2392	Europe/Paris	47.76962	1.68657		Lai-an-Val',Lailly,Lailly-en-Val,laylayy-ayn-wal,wa de qu lai li,Лаї-ан-Валь,لائلائی-این-وال,瓦地区莱利		24	45	452	45179
3008663	Lailly	lailly	FR	89190	197	Europe/Paris	48.24379	3.52874		Lailly		27	89	893	89214
3008665	Laillé	laille	FR	35890	3879	Europe/Paris	47.97821	-1.71945		Lae,Laille,Laillé,Lalieg,Lalleium,lai lai,layly,Лае,Лає,لائلی,莱莱,𐌻𐌰𐌻𐌹𐌴		53	35	353	35139
3008666	Laillé	laille	FR	35890	0	Europe/Paris	47.79063	0.33886				52	72	723	72187
3008667	L'Aiguillon-sur-Vie	l-aiguillon-sur-vie	FR	85220	0	Europe/Paris	46.67065	-1.82856		L'Aiguillon,L'Aiguillon-sur-Vie,LAiguillon-sur-Vie,wei ye he pan lai ju yi long,维耶河畔莱居伊隆		52	85	853	85002
3008668	L'Aiguillon-sur-Mer	l-aiguillon-sur-mer	FR	85460	0	Europe/Paris	46.33317	-1.30446		L'Aiguillon,L'Aiguillon-sur-Mer,LAiguillon-sur-Mer,bin hai lai ju yi long,滨海莱居伊隆		52	85	851	85001
3008670	L'Aiguillon	l-aiguillon	FR	09300	0	Europe/Paris	42.91704	1.90088		L'Aiguillon		76	09	092	09003
3008678	Laigny	laigny	FR	02140	233	Europe/Paris	49.8579	3.85344		Laigny		32	02	025	02401
3008680	Laigneville	laigneville	FR	60290	3964	Europe/Paris	49.29149	2.44581		Laigneville,Len'evil',lai gai wei er,laygnywyl,Леньєвіль,لائگنیویل,莱盖维尔		32	60	602	60342
3008682	Laignes	laignes	FR	21330	910	Europe/Paris	47.84283	4.36478		Laignes		27	21	213	21336
3008683	Laignelet	laignelet	FR	35133	887	Europe/Paris	48.37018	-1.15096		Kernoanig,Laignelet,Len'ele,Sanctus Martinus de Agnello,lai gai lai,Леньеле,Леньєле,لائگنیلیٹ,莱盖莱		53	35	351	35138
3008684	Laigné-en-Belin	laigne-en-belin	FR	72220	2043	Europe/Paris	47.8781	0.22794		Laigne,Laigne-en-Belin,Laigné,Laigné-en-Belin		52	72	723	72155
3008685	Laigné	laigne	FR	53200	746	Europe/Paris	47.84193	-0.81854		Laigne,Laigné,Len'e,Loigne,lai nie,laygny,Леньє,لائگنی,莱涅		52	53	531	53124
3008793	La Harengère	la-harengere	FR	27370	444	Europe/Paris	49.23022	0.99605		La Harengere,La Harengère		28	27	272	27313
3008686	L'Aigle	l-aigle	FR	61300	0	Europe/Paris	48.76216	0.62746		Aigle,Ajgl,Egl,L'Aigle,L'Egl',L'Ehgl',L’Aigle,lai ge er,reguru,Ајгл,Егл,Л'Егль,Л’Эгль,レーグル,莱格尔		28	61	613	61214
3008687	Laifour	laifour	FR	08800	532	Europe/Paris	49.9133	4.6936		Laifour,Lefur,lai fu er,layfwr,Лефур,لائفور,莱富尔		44	08	081	08242
3008698	La Houssoye	la-houssoye	FR	60390	0	Europe/Paris	50.38637	1.81418				32	62	624	62183
3008699	Lahoussoye	lahoussoye	FR	80800	335	Europe/Paris	49.95175	2.48207		Houssoee,Houssoée,Lahoussoye,Laussua,la wu suo ye,Лауссуа,لاہوسوی,拉乌索耶		32	80	802	80458
3008700	La Houssoye	la-houssoye	FR	60390	0	Europe/Paris	49.8555	1.66667		La Houssaye,La Houssoye		28	76	761	76154
3008701	La Houssoye	la-houssoye	FR	60390	653	Europe/Paris	49.35493	1.94256		La Houssoye		32	60	601	60319
3008703	La Houssière	la-houssiere	FR	88430	623	Europe/Paris	48.19504	6.85252		La Houssiere,La Houssière		44	88	883	88244
3008704	La Houssière	la-houssiere	FR	88430	0	Europe/Paris	48.14658	1.13081				24	28	282	28012
3008705	La Houssaye-en-Brie	la-houssaye-en-brie	FR	77610	1589	Europe/Paris	48.75381	2.86552		La Houssaye,La Houssaye-en-Brie,La-Usse-an-Bri,Ла-Уссе-ан-Бри,Ла-Уссе-ан-Брі,لا ہوسائے-این-بری		11	77	773	77229
3008706	La Houssaye	la-houssaye	FR	27410	179	Europe/Paris	48.99261	0.79986				28	27	272	27345
3008710	Lahourcade	lahourcade	FR	64150	704	Europe/Paris	43.35426	-0.61737		La Horcada,Lahourcade,Laurkad,luo er ka de,Лауркад,لاہورکاڈی,洛尔卡德		75	64	643	64306
3008715	La Houblonnière	la-houblonniere	FR	14340	244	Europe/Paris	49.12453	0.10435		La Houblonieres,La Houblonniere,La Houblonnière		28	14	143	14337
3008716	Lahosse	lahosse	FR	40250	269	Europe/Paris	43.71247	-0.7983		La Hossa,La Hòssa,Lahosse,Laoss,luo si,Лаосс,لاہوسی,洛斯		75	40	401	40141
3008717	La Horgne	la-horgne	FR	08430	178	Europe/Paris	49.62661	4.66893		La Horgne		44	08	081	08228
3008718	Lahontan	lahontan	FR	64270	428	Europe/Paris	43.53039	-0.9677		Lahontan		75	64	642	64305
3008719	Lahonce	lahonce	FR	64990	2046	Europe/Paris	43.4825	-1.39112		Lahonca,Lahonce,Lahonça,Laons,Lehuntze,lang ke,Лаонс,لاہونکی,朗克		75	64	641	64304
3008720	La Hoguette	la-hoguette	FR	14700	605	Europe/Paris	48.87624	-0.16248		La Hoguette,La-Oget,La-Ogett,luo gai te,Ла-Огет,Ла-Огетт,لا ہوگویتی,洛盖特		28	14	142	14332
3008723	Lahitte-Toupière	lahitte-toupiere	FR	65700	194	Europe/Paris	43.45606	-0.01889		Lahitte,Lahitte-Toupiere,Lahitte-Toupière		76	65	653	65248
3008725	Lahitte	lahitte	FR	32810	199	Europe/Paris	43.65994	0.681		Lahitte		76	32	321	32183
3008726	Lahitte	lahitte	FR	32810	0	Europe/Paris	43.07086	0.31388		Lahitte,Lahitte-la-Barthe		76	65	652	65054
3008727	Lahitère	lahitere	FR	31310	43	Europe/Paris	43.13818	1.19287		Lahitere,Lahitère		76	31	311	31267
3008733	Laheycourt	laheycourt	FR	55800	387	Europe/Paris	48.89003	5.02095		Laheycourt		44	55	551	55271
3008735	La Heunière	la-heuniere	FR	27950	251	Europe/Paris	49.06131	1.41632		La Heuniere,La Heunière		28	27	271	27336
3008736	La Heunière	la-heuniere	FR	27950	0	Europe/Paris	48.63621	0.75578				28	61	613	61429
3008741	La Herlière	la-herliere	FR	62158	129	Europe/Paris	50.20976	2.55707				32	62	621	62434
3008743	La Hérie	la-herie	FR	02500	170	Europe/Paris	49.88363	4.04659		La Herie,La Hérie		32	02	025	02378
3008744	La Hérelle	la-herelle	FR	60120	167	Europe/Paris	49.59112	2.41439		La Herelle,La Hérelle		32	60	602	60311
3008749	Lahayville	lahayville	FR	55300	24	Europe/Paris	48.88739	5.78167		Lahayville		44	55	552	55270
3008750	Lahaymeix	lahaymeix	FR	55260	79	Europe/Paris	48.93879	5.40977		Lahaymeix		44	55	552	55269
3008751	La Haye-Saint-Sylvestre	la-haye-saint-sylvestre	FR	27330	210	Europe/Paris	48.91036	0.60882		La Haye,La Haye-Saint-Sylvestre		28	27	272	27323
3008753	La Haye-Pesnel	la-haye-pesnel	FR	50320	1379	Europe/Paris	48.79561	-1.39655		E Penel,Haye-Pesnel,La Haye-Libre,La Haye-Pesnel,La-E-Penel',la ai ai pei si nei,Е Пенел,Ла-Е-Пенель,لا ہائے-پیسنیل,拉艾埃佩斯内		28	50	501	50237
3008754	La Haye-Malherbe	la-haye-malherbe	FR	27400	1520	Europe/Paris	49.22553	1.06774		La Haye-Malherbe		28	27	271	27322
3008755	La Haye-le-Comte	la-haye-le-comte	FR	27400	127	Europe/Paris	49.2	1.15		La Have,La Haye-le-Comte		28	27	271	27321
3008756	La Haye	la-haye	FR	50250	0	Europe/Paris	49.46667	1.43333		Hayen-en Lyons,La Haye-en-Lyons		28	76	761	76352
3008757	La Haye-du-Theil	la-haye-du-theil	FR	27370	269	Europe/Paris	49.23414	0.8744		La Haye,La Haye-du-Theil		28	27	272	27320
3008758	La Haye-du-Puits	la-haye-du-puits	FR	50250	1810	Europe/Paris	49.28973	-1.54324		E di Pit,Haye-du-Puits,La Haye-du-Puits,La-E-dju-Pjui,la ai ai di pi yi te,Е ди Пит,Ла-Е-дю-Пюи,Ла-Е-дю-Пюї,لا ہائے-دو-پویٹس,拉艾埃迪皮伊特		28	50	503	50236
3008759	Descartes	descartes	FR	37160	3872	Europe/Paris	46.96667	0.7	37	La Haye-Descartes		24	37	373	37115
3008760	La Haye-de-Routot	la-haye-de-routot	FR	27350	270	Europe/Paris	49.4049	0.72608		La Haye,La Haye-de-Routot		28	27	272	27319
3008761	La Haye-d'Ectot	la-haye-d-ectot	FR	50270	0	Europe/Paris	49.39047	-1.73274		La Haye-d'Ectot		28	50	502	50235
3008762	La Haye-de-Calleville	la-haye-de-calleville	FR	27800	231	Europe/Paris	49.18333	0.78333		La Haye,La Haye-de-Calleville		28	27	272	27318
3008764	La Haye-Aubrée	la-haye-aubree	FR	27350	269	Europe/Paris	49.38785	0.69337		La Haye,La Haye-Aubree,La Haye-Aubrée		28	27	272	27317
3008765	La Haye	la-haye	FR	50250	0	Europe/Paris	48.81738	1.54388				24	28	283	28347
3008766	La Haye	la-haye	FR	50250	0	Europe/Paris	48.43941	-3.49341				53	22	222	22024
3008767	La Haye	la-haye	FR	50250	124	Europe/Paris	48.06498	6.22337		La Haye		44	88	881	88236
3008769	La Hauteville	la-hauteville	FR	78113	177	Europe/Paris	48.706	1.62105		Hauteville,La Hauteville,La-Otvil',Otvil,Ла-Отвиль,Ла-Отвіль,Отвил,لا ہوٹیولے		11	78	781	78302
3008776	La Haute-Maison	la-haute-maison	FR	77580	240	Europe/Paris	48.88156	3.00203		La Haute-Maison		11	77	771	77225
3008782	La Haute-Chapelle	la-haute-chapelle	FR	61700	614	Europe/Paris	48.60523	-0.66998		Haute-Chapelle,La-Ot-Shapel',Ot Shapel,la ao te sha pei er,Ла-От-Шапель,От Шапел,拉奥特沙佩尔		28	61	612	61145
3008787	Lahas	lahas	FR	32130	159	Europe/Paris	43.55452	0.89195		Lahas		76	32	321	32182
3008789	La Harmoye	la-harmoye	FR	22320	396	Europe/Paris	48.33593	-2.96162		La Harmoye,Lanhervoed		53	22	224	22073
3008800	La Hallotière	la-hallotiere	FR	76780	151	Europe/Paris	49.51966	1.4699		La Hallotiere,La Hallotière		28	76	761	76338
3008804	La Haie-Traversaine	la-haie-traversaine	FR	53300	442	Europe/Paris	48.36911	-0.60663		La Haie-Traversaine		52	53	533	53111
3008809	La Haie-Fouassière	la-haie-fouassiere	FR	44690	4047	Europe/Paris	47.15546	-1.39927		An Hae-Foazer,Haya,La Haie-Fouassiere,La Haie-Fouassière,La-E-Fuas'er,la ai ai fu a xi ai,Ла-Е-Фуасьєр,لا ہائے-فواسیری,拉艾埃富阿西埃		52	44	442	44070
3008818	Lahage	lahage	FR	31370	292	Europe/Paris	43.44099	1.0617		Lahage		76	31	311	31266
3008820	La Guyonnière	la-guyonniere	FR	85600	2629	Europe/Paris	46.96476	-1.25059		La Guyonniere,La Guyonnière,La-Gjuion'er,la gwywnyry,la ju yi ao ni ai,Ла-Гюїоньєр,لا گویونیری,拉居伊奥尼埃		52	85	852	85146
3008822	Lagupie	lagupie	FR	47180	517	Europe/Paris	44.55513	0.11373		La Gupia,La Gupiá,Lagjupi,la ju pi ye,lagwpy,Лагюпи,Лагюпі,لاگوپی,拉居皮耶		75	47	472	47131
3008825	Laguiole	laguiole	FR	12210	1317	Europe/Paris	44.68449	2.84705		Laguiole		76	12	122	12119
3008834	La Guillermie	la-guillermie	FR	03250	162	Europe/Paris	45.98201	3.63861		La Guillermie		84	03	033	03125
3008838	La Guierche	la-guierche	FR	72380	951	Europe/Paris	48.11421	0.19417		La Guierche		52	72	723	72147
3008839	La Guierche	la-guierche	FR	72380	0	Europe/Paris	46.82917	-1.15238				52	85	852	85301
3008841	La Guiche	la-guiche	FR	71220	647	Europe/Paris	46.54536	4.45226		Champvent,La Guiche		27	71	715	71231
3008843	Laguian-Mazous	laguian-mazous	FR	32170	277	Europe/Paris	43.42019	0.25789		Laguian,Laguian-Mazous,Laguian-Mazoux		76	32	323	32181
3008851	La Guéroulde	la-gueroulde	FR	27160	654	Europe/Paris	48.81287	0.88895		La Gueroulde,La Guéroulde		28	27	272	27112
3008854	La Guérinière	la-gueriniere	FR	85680	1559	Europe/Paris	46.96667	-2.23333		La Gaudiniere,La Gueriniere,La Guérinière,la gueriniere		52	85	853	85106
3008856	La Guerche-sur-l'Aubois	la-guerche-sur-l-aubois	FR	18150	0	Europe/Paris	46.94886	2.94524		La Guerche,La Guerche-sur-l'Aubois		24	18	182	18108
3008857	La Guerche-de-Bretagne	la-guerche-de-bretagne	FR	35130	4552	Europe/Paris	47.94166	-1.2309		Guerche-de-Bretagne,Guirchia,Gwerc'h-Breizh,Gwerch-Breizh,La Guerche,La Guerche-de-Bretagne,La-Gersh-de-Bretan',Montagne-de-la-Guerche,la gai er ke de bu lei ta ni,la gwyrshy-dy-brytagny,Ла-Герш-де-Бретань,لا گویرشی-دی-بریتاگنی,拉盖尔克德布雷塔尼		53	35	351	35125
3008858	La Guerche	la-guerche	FR	37350	239	Europe/Paris	46.88378	0.73095		La Guerche		24	37	373	37114
3008860	Laguépie	laguepie	FR	82250	770	Europe/Paris	44.14426	1.97128		Laguepie,Laguépie		76	82	822	82088
3008861	Laguenne	laguenne	FR	19150	1545	Europe/Paris	45.24218	1.78135		Laguemie,Laguenne		75	19	192	19101
3008869	Lagruère	lagruere	FR	47400	334	Europe/Paris	44.40129	0.24148		Lagrjuer,Lagruera,Lagruere,Lagruèra,Lagruère,la ge lu ai er,lagrwyry,Лагрюер,لاگرویری,拉格吕埃尔		75	47	472	47130
3008871	La Groutte	la-groutte	FR	18200	103	Europe/Paris	46.68724	2.50991		La Groutte		24	18	182	18107
3008875	La Groise	la-groise	FR	59360	446	Europe/Paris	50.07478	3.68082		La Groise		32	59	592	59274
3008880	La Gripperie-Saint-Symphorien	la-gripperie-saint-symphorien	FR	17620	513	Europe/Paris	45.80027	-0.95143		La Gripperie-Saint-Symphorien,La Gripri Sen Simforien,La-Gripperi-Sen-Semforjan,La-Gripperie-Saint-Symphorien,La-Gripri-Sen-Simfor'en,la ge li po li ye sheng xi mu fu li an,Ла-Гриппері-Сен-Семфорян,Ла-Грипри-Сен-Симфорьен,Լա Գրիպրի Սեն Սիմֆորիեն,لا گریپیری-سین-سیمپہورین,拉格里珀里耶圣西姆福里安		75	17	172	17184
3008881	La Grimaudière	la-grimaudiere	FR	86110	432	Europe/Paris	46.80788	0.0173		La Grimaudiere,La Grimaudière,La-Grimod'er,la ge li mo di ai,la grymwdyry,Ла-Гримодьєр,لا گریمودیری,拉格里莫迪埃		75	86	861	86108
3008884	La Grigonnais	la-grigonnais	FR	44170	1314	Europe/Paris	47.52704	-1.66749		Kerrigon,La Grigonnais		52	44	445	44224
3008887	La Grève-sur-Mignon	la-greve-sur-mignon	FR	17170	385	Europe/Paris	46.2504	-0.76407		La Greve,La Greve-sur-Mignon,La Grève,La Grève-sur-Mignon		75	17	173	17182
3008893	La Gresle	la-gresle	FR	42460	830	Europe/Paris	46.07699	4.28489		La Gresle,La-Grel',la ge lei si er,la grysly,Ла-Грель,لا گریسلی,拉格雷斯尔		84	42	422	42104
3008901	La Grée-Saint-Laurent	la-gree-saint-laurent	FR	56120	288	Europe/Paris	47.99516	-2.49909		Ar C'hrav-Sant-Laorans,Ar C'hrav-Sant-Laorañs,Ar Chrav-Sant-Laorans,Ar Chrav-Sant-Laorañs,Gree-Saint-Laurent,Grée-Saint-Laurent,La Gree,La Gree-Saint-Laurent,La Grée-Saint-Laurent,La-Gre-Sen-Loran,la ge lei ai sheng luo lang,Ла-Гре-Сен-Лоран,لا گری-سین-لورینٹ,拉格雷埃圣洛朗		53	56	562	56068
3008907	La Graverie	la-graverie	FR	14350	0	Europe/Paris	48.89405	-0.88131		La Graverie,La-Gravri,la ge la wei li ye,la grawyry,Ла-Граври,Ла-Граврі,لا گراویری,拉格拉韦里耶		28	14	144	14061
3008908	La Gravelle	la-gravelle	FR	53410	0	Europe/Paris	48.4408	0.45842		La Basse Gravelle,La Gravelle		28	61	613	61411
3008909	La Gravelle	la-gravelle	FR	53410	575	Europe/Paris	48.07269	-1.01613		La Gravelle		52	53	532	53108
3008911	La Grave	la-grave	FR	05320	0	Europe/Paris	46.53438	2.62542				84	03	031	03297
3008912	La Grave	la-grave	FR	05320	487	Europe/Paris	45.04601	6.30626		Grave,La Grav,La Grava,La Grave,La-Grav,la ge la fu,la graw,la grawy,Ла Грав,Ла-Грав,لا گراو,لا گراوی,拉格拉夫		93	05	051	05063
3008913	La Grave	la-grave	FR	05320	0	Europe/Paris	44.92686	-0.46334				75	33	332	33433
3008914	Lagrave	lagrave	FR	81150	1315	Europe/Paris	43.89772	1.9926		Lagrave		76	81	811	81131
3008915	La Grave	la-grave	FR	05320	0	Europe/Paris	43.7934	7.37835		Grave-de-Peille,La Grave		93	06	062	06091
3008916	Lagraulière	lagrauliere	FR	19700	942	Europe/Paris	45.35265	1.63875		Lagrauliere,Lagraulière		75	19	192	19100
3008917	Lagraulet-Saint-Nicolas	lagraulet-saint-nicolas	FR	31480	162	Europe/Paris	43.79402	1.07958		Champ-Libre,La Republique,La République,Lagraulet,Lagraulet-Saint-Nicolas		76	31	313	31265
3008918	Lagraulet-du-Gers	lagraulet-du-gers	FR	32330	401	Europe/Paris	43.90305	0.21181		Lagraulet,Lagraulet-du-Gers		76	32	322	32180
3008923	Lagrasse	lagrasse	FR	11220	671	Europe/Paris	43.09097	2.61942		La Grassa,Lagras,Lagrass,Lagrasse,la Grassa,la ge la si,lagrasy,ragurasu,Лаграс,Лаграсс,لاگراسی,ラグラス,拉格拉斯		76	11	113	11185
3008942	Lagrange	lagrange	FR	40240	104	Europe/Paris	47.68091	6.97863		Lagrange		27	90	901	90060
3008943	La Grange	la-grange	FR	25380	78	Europe/Paris	47.27929	6.6626		La Grange		27	25	252	25290
3008944	La Grange	la-grange	FR	25380	0	Europe/Paris	46.59676	2.73219				84	03	031	03041
3008945	La Grange	la-grange	FR	25380	0	Europe/Paris	46.38248	2.78763				84	03	031	03097
3008946	La Grange	la-grange	FR	25380	0	Europe/Paris	46.04836	0.37805		La Grange		75	16	163	16054
3008947	La Grange	la-grange	FR	25380	0	Europe/Paris	45.83333	1.33333				75	87	872	87114
3008948	La Grange	la-grange	FR	25380	0	Europe/Paris	45.78162	0.32995		La Grange,Les Granges		75	16	161	16003
3008949	La Grange	la-grange	FR	25380	0	Europe/Paris	45.75321	1.03096				75	87	872	87191
3008950	La Grange	la-grange	FR	25380	0	Europe/Paris	45.39963	2.43158				75	19	193	19252
3008951	La Grange	la-grange	FR	25380	0	Europe/Paris	45.25455	0.97563				75	24	242	24147
3008952	Lagrange	lagrange	FR	40240	0	Europe/Paris	45.03009	1.88908				75	19	192	19171
3008953	La Grange	la-grange	FR	25380	0	Europe/Paris	45.02419	4.28824				84	43	433	43051
3008954	La Grange	la-grange	FR	25380	0	Europe/Paris	44.95295	-0.54772		Fort de la Grange,La Grange		75	33	332	33312
3008955	Lagrange	lagrange	FR	40240	206	Europe/Paris	43.97329	-0.10184		Lagrange		75	40	402	40140
3008956	Lagrange	lagrange	FR	40240	225	Europe/Paris	43.12632	0.34549		Lagrange		76	65	652	65245
3008958	La Grandville	la-grandville	FR	08700	677	Europe/Paris	49.78034	4.79518		Cons-la-Grandville,La Grandville		44	08	081	08199
3008959	La Grandville	la-grandville	FR	08700	0	Europe/Paris	48.51917	-2.63933				53	22	224	22081
3008962	La Grande-Verrière	la-grande-verriere	FR	71990	575	Europe/Paris	46.96464	4.14035		La Grande-Verriere,La Grande-Verrière,La-Grand-Verr'er,La-Grand-Verrer,Verriere-sur-Gienne,Verrière-sur-Gienne,la grandy-wyryry,Ла-Гранд-Веррьер,Ла-Гранд-Веррєр,لا گراندی-ویریری		27	71	711	71223
3008974	La Grande-Résie	la-grande-resie	FR	70140	93	Europe/Paris	47.33558	5.57174		La Grande-Resie,La Grande-Résie		27	70	702	70443
3008977	La Grande-Paroisse	la-grande-paroisse	FR	77130	2474	Europe/Paris	48.38682	2.90157		La Grande-Paroisse		11	77	773	77210
3008980	La Grande Motte	la-grande-motte	FR	34280	0	Europe/Paris	48.58151	1.07111		La Grande Motte,La Motte		24	28	283	28248
3008981	La Grande-Motte	la-grande-motte	FR	34280	7335	Europe/Paris	43.56076	4.08482		La Grande Motte,La Grande-Motte,La Mota Granda,La-Grand-Mott,la ge lang de mo te,la grandy-mwty,Ла-Гранд-Мотт,لا گراندی-موتی,拉格朗德默特		76	34	343	34344
3009015	La Grand-Croix	la-grand-croix	FR	42320	5045	Europe/Paris	45.50383	4.55915		La Grand-Croix		84	42	423	42103
3009016	Grand'Combe-Châteleu	grand-combe-chateleu	FR	25570	0	Europe/Paris	47.01667	6.58333		Grand Combe-Chateleu,Grand Combe-Châteleu,Grand'Combe-Chateleu,GrandCombe-Chateleu,GrandCombe-Châteleu,Grand’Combe-Châteleu,La Grand Combe		27	25	253	25285
3009017	La Grand-Combe	la-grand-combe	FR	30110	0	Europe/Paris	44.2116	4.03001		Grand'Combe,La Grand Comba,La Grand'Combe,La Grand-Combe,La-Gran-Komb,la ge lang-kong bu,Ла-Гран-Комб,拉格朗-孔布		76	30	301	30132
3009018	Lagrand	lagrand	FR	05300	312	Europe/Paris	44.34032	5.75586		Lagrand		93	05	052	05053
3009020	Lagrâce-Dieu	lagrace-dieu	FR	31190	339	Europe/Paris	43.3399	1.42108		Lagrace-Dieu,Lagrâce-Dieu		76	31	311	31264
3009024	La Goutelle	la-goutelle	FR	63230	0	Europe/Paris	46.3	2.6				84	03	031	03145
3009025	La Goutelle	la-goutelle	FR	63230	612	Europe/Paris	45.84141	2.75875		La Goutelle		84	63	634	63170
3009035	La Goulafrière	la-goulafriere	FR	27390	161	Europe/Paris	48.94968	0.43705				28	27	272	27289
3009038	La Gouesnière	la-gouesniere	FR	35350	1164	Europe/Paris	48.60445	-1.89516		Gouenaer,La Gouesniere,La Gouesnière		53	35	354	35122
3009047	Lagos	lagos	FR	64800	540	Europe/Paris	43.20885	-0.22478		Lagos		75	64	643	64302
3009050	La Gorgue	la-gorgue	FR	59253	5327	Europe/Paris	50.6379	2.71502		De Gorge,Gorg,Gorgue,La Gorgue,La-Gorg,la ge er ge,Горг,Ла-Горг,拉戈尔格		32	59	594	59268
3009052	Lagord	lagord	FR	17140	6987	Europe/Paris	46.18915	-1.15387		Lagord		75	17	173	17200
3009054	Lagorce	lagorce	FR	07150	1418	Europe/Paris	45.06995	-0.13887		Lagorce		75	33	335	33218
3009056	Lagorce	lagorce	FR	07150	740	Europe/Paris	44.44776	4.41732		Lagorce		84	07	071	07126
3009057	Lagor	lagor	FR	64150	1355	Europe/Paris	43.39227	-0.65253		Lagor,Lagòr,la ge er,lagwr,Лагор,لاگور,拉戈尔		75	64	643	64301
3009058	La Gonterie-Boulouneix	la-gonterie-boulouneix	FR	24310	246	Europe/Paris	45.38797	0.58884		Gonterie,Gonterie-Boulouneix,La Gontaria e Bolones,La Gontariá e Bolonés,La Gonterie-Boulouneix,La-Gonteri-Bulune,La-Gonteri-Bulunes,la gong te li ye bu lu nei,Ла-Гонтери-Булуне,Ла-Гонтери-Булунес,Ла-Гонтері-Булунес,لا گونٹیری-بولونیکس,拉贡特里耶布卢内		75	24	242	24064
3009061	La Gonfrière	la-gonfriere	FR	61550	290	Europe/Paris	48.8193	0.46976		La Gonfriere,La Gonfrière		28	61	613	61193
3009065	La Gohannière	la-gohanniere	FR	50300	99	Europe/Paris	48.70643	-1.25517		La Gohanniere,La Gohannière		28	50	501	50597
3009066	La Godivelle	la-godivelle	FR	63850	21	Europe/Paris	45.38852	2.92249		La Godivelle		84	63	633	63169
3009067	La Godefroy	la-godefroy	FR	50300	158	Europe/Paris	48.68927	-1.29036		La Godefroy		28	50	501	50205
3009069	Lagny-le-Sec	lagny-le-sec	FR	60330	1882	Europe/Paris	49.08744	2.74502		Lagny		32	60	604	60341
3009070	Lagny	lagny	FR	60310	489	Europe/Paris	49.61349	2.91578		Lagny		32	60	603	60340
3009071	Lagny-sur-Marne	lagny-sur-marne	FR	77400	20649	Europe/Paris	48.86667	2.71667		Lan'i-sjur-Marn,Lani na Marna,Lani sir Marn,lagny-swr-marny,laniswileumaleun,lnyy swr mrn,rani=shuru=marunu,Ланьи-сюр-Марн,Ланьї-сюр-Марн,Лањи на Марна,Лањи сир Марн,لاگنی-سور-مارنی,لنیی سور مرن,ラニー＝シュル＝マルヌ,라니쉬르마른		11	77	775	77243
3009073	Lagnieu	lagnieu	FR	01150	6454	Europe/Paris	45.90237	5.34399		Fontaine-d'Or,Lagnieu,Lagnioe,Lagniœ,Lan'e,Lan'jo,Lanio,la ni e,lanyw,Ланьё,Ланьє,Լանիո,لانيو,لانیو,拉尼厄		84	01	011	01202
3009074	Lagnicourt-Marcel	lagnicourt-marcel	FR	62159	301	Europe/Paris	50.15875	2.95908		Lagnicourt-Marcel,Lan'ikur-Marsel',la ni ku er ma sai er,lajnykwrt marsyl,Ланьикур-Марсель,Ланьїкур-Марсель,لاجنيكورت مارسيل,拉尼库尔马塞尔		32	62	621	62484
3009077	Lagney	lagney	FR	54200	428	Europe/Paris	48.73213	5.83927		Lagney		44	54	544	54288
3009078	Lagnes	lagnes	FR	84800	1591	Europe/Paris	43.89348	5.11454		Lagnes,Lan',Lanhas,la ge,lagnys,Лань,لاگنیس,拉格		93	84	841	84062
3009083	Laglorieuse	laglorieuse	FR	40090	623	Europe/Paris	43.86735	-0.4056		Laglorieuse		75	40	402	40139
3009084	Lagleygeolle	lagleygeolle	FR	19500	237	Europe/Paris	45.07788	1.69556		Lagleygeolle		75	19	191	19099
3009086	La Glacerie	la-glacerie	FR	50470	5117	Europe/Paris	49.60517	-1.58185		Glacerie,Glaseri,La Glacerie,La-Glaseri,jing cheng,la glakyry,Гласери,Ла-Гласери,Ла-Гласері,لا گلاکیری,镜城		28	50	502	50129
3009097	La Gimond	la-gimond	FR	42140	220	Europe/Paris	45.55889	4.4128		La Gimond		84	42	421	42100
3009101	La Giettaz	la-giettaz	FR	73590	534	Europe/Paris	45.86359	6.49419		Giettaz,La Giettaz,La Giottaz,La-Zhetta,Zhjetaz,la gytaz,Жјетаз,Ла-Жєтта,لا گیتاز		84	73	731	73123
3009106	Lagesse	lagesse	FR	10210	170	Europe/Paris	48.02288	4.1324		Lagesse		44	10	103	10185
3009108	Lagery	lagery	FR	51170	164	Europe/Paris	49.21035	3.74393		Lagery,Lazheri,la re li,lagyry,Лажері,لاگیری,拉热里		44	51	513	51314
3009116	Lageon	lageon	FR	79200	336	Europe/Paris	46.73011	-0.23714		Lageon		75	79	793	79145
3009120	La Geneytouse	la-geneytouse	FR	87400	758	Europe/Paris	45.78562	1.46764		La Geneytouse,La Janestosa,La-Zhenejtuz,la re nei tu si,Ла-Женейтуз,لا گینیٹوسی,拉热内图斯		75	87	872	87070
3009121	La Genevroye	la-genevroye	FR	52320	23	Europe/Paris	48.27825	5.05404		La Genevroye,La Genevroye-aux Pots		44	52	521	52214
3009123	La Genevraye	la-genevraye	FR	77690	632	Europe/Paris	48.32027	2.74552		La Genevraye		11	77	774	77202
3009124	La Genevraie	la-genevraie	FR	61240	119	Europe/Paris	48.68333	0.31667				28	61	613	61188
3009125	La Génétouze	la-genetouze	FR	17360	1465	Europe/Paris	46.73333	-1.51667				52	85	852	85098
3009126	La Genétouze	la-genetouze	FR	17360	281	Europe/Paris	45.21984	-0.0277		La Genetouze,La Genétouze		75	17	171	17173
3009127	La Genête	la-genete	FR	71290	456	Europe/Paris	46.54995	5.04366		La Genete,La Genête		27	71	714	71213
3009150	La Gaude	la-gaude	FR	06610	6626	Europe/Paris	43.72209	7.15296		La Gauda,La Gaude,La-God,la ge de,la jawd,Ла-Год,لا جاود,拉戈德		93	06	061	06065
3009151	La Gaudaine	la-gaudaine	FR	28400	158	Europe/Paris	48.30226	0.92837		La Gaudaine		24	28	284	28175
3009153	La Gaubretière	la-gaubretiere	FR	85130	2689	Europe/Paris	46.94275	-1.06482		La Gaubretiere,La Gaubretière		52	85	852	85097
3009162	Lagarrigue	lagarrigue	FR	47190	288	Europe/Paris	44.29607	0.37955		Lagarrigue		75	47	471	47129
3009163	Lagarrigue	lagarrigue	FR	47190	1749	Europe/Paris	43.57697	2.27576		Lagarrigue		76	81	812	81130
3009168	La Garnache	la-garnache	FR	85710	3826	Europe/Paris	46.89176	-1.83163		La Garnache,La-Garnash,la garnashy,la jia er na she,Ла-Гарнаш,لا گارناشی,拉加尔纳舍		52	85	853	85096
3009232	Lagamas	lagamas	FR	34150	125	Europe/Paris	43.67438	3.52349		Lagamas		76	34	342	34125
3009169	La Garenne-Colombes	la-garenne-colombes	FR	92250	26385	Europe/Paris	48.90472	2.2469		Garenna Columbae,La Garan Kolomb,La Garenne,La Garenne-Colombes,La-Garenn-Kolomb,la garyny-kwlwmbys,la jia lei ne bai ge cheng,lagalenkollongbeu,lgrn kwlmb,Ла Гаран Коломб,Ла-Гаренн-Коломб,لا گارینی-کولومبیس,لگرن کولمب,ラ・ガレンヌ＝コロンブ,拉加雷訥白鴿城,라가렌콜롱브		11	92	922	92035
3009179	Lagardiolle	lagardiolle	FR	81110	246	Europe/Paris	43.5046	2.09377		Lagardiolle		76	81	812	81129
3009184	Lagarde-sur-le-Né	lagarde-sur-le-ne	FR	16300	177	Europe/Paris	45.51667	-0.2		Lagard-sjur-le-Ne,Lagarde,Lagarde-sur-le-Ne,Lagarde-sur-le-Né,lai-nei he pan la jia er de,Лагард-сюр-ле-Не,لاگارڈی-سور-لی-نے,莱-内河畔拉加尔德		75	16	162	16178
3009186	Lagardère	lagardere	FR	32310	57	Europe/Paris	43.84042	0.32786		Lagardere,Lagardère		76	32	322	32178
3009187	Lagarde-Paréol	lagarde-pareol	FR	84290	323	Europe/Paris	44.22812	4.85087		La Garda Pariou,La Garda de Pariou,La Garda de Pariòu,La Gàrda Pariòu,Lagard-Pareol',Lagarde-Pareol,Lagarde-Paréol,la jia er dai pa lei ao,Лагард-Пареоль,لاگارڈی-پاریول,拉加尔代帕雷奥		93	84	843	84061
3009188	Lagardelle-sur-Lèze	lagardelle-sur-leze	FR	31870	2447	Europe/Paris	43.41247	1.38828		La Gardela de Lesa,La Gardèla de Lesa,Lagardel'-sjur-Lez,Lagardelle,Lagardelle-sur-Leze,Lagardelle-sur-Lèze,lai ci he pan la jia er dai er,Лагардель-сюр-Лез,لاگارڈیلی-سور-لیزی,莱兹河畔拉加尔代尔		76	31	311	31263
3009191	Lagardelle	lagardelle	FR	46220	0	Europe/Paris	44.49254	1.16943		Lagardelle		76	46	461	46147
3009192	Lagarde-Hachan	lagarde-hachan	FR	32300	164	Europe/Paris	43.40667	0.49352		Lagarde,Lagarde-Hachan		76	32	323	32177
3009193	La Garde-Freinet	la-garde-freinet	FR	83680	1777	Europe/Paris	43.3171	6.46946		Garde-Freinet,La Garde-Freinet,La Gardia Frainet,La Gardia de Grimaud,La Gàrdia Frainet,La Gàrdia de Grimaud,La-Gard-Frene,la jia er dai fu lei na,Ла-Гард-Френе,لا گاردے-فرینیٹ,拉加尔代弗雷纳		93	83	831	83063
3009194	Lagarde-Enval	lagarde-enval	FR	19150	770	Europe/Paris	45.18686	1.80746		Lagarde,Lagarde-Enval		75	19	192	19098
3009195	Lagarde-d'Apt	lagarde-d-apt	FR	84400	0	Europe/Paris	43.98333	5.47325		Lagarde,Lagarde-d'Apt		93	84	841	84060
3009196	La Garde-Adhémar	la-garde-adhemar	FR	26700	1169	Europe/Paris	44.39699	4.75759		La Garda dAimar,La Garde-Adhemar,La Garde-Adhémar,La-Gard-Ademar,la jia er de a dai ma,Ла-Гард-Адемар,拉加尔德阿代马		84	26	262	26138
3009197	Lagarde	lagarde	FR	09500	204	Europe/Paris	48.6915	6.70539		Lagarde		44	57	575	57375
3009198	La Garde	la-garde	FR	04120	0	Europe/Paris	48.6185	-2.25025				53	22	221	22282
3009199	La Garde	la-garde	FR	04120	0	Europe/Paris	46.34876	2.96619				84	03	031	03270
3009201	La Garde	la-garde	FR	04120	0	Europe/Paris	46.28771	2.29829				75	23	231	23174
3009202	La Garde	la-garde	FR	04120	0	Europe/Paris	46.26667	2.56667				84	03	031	03145
3009203	La Garde	la-garde	FR	04120	0	Europe/Paris	46.04955	1.17039				75	87	871	87128
3009204	La Garde	la-garde	FR	04120	0	Europe/Paris	45.88364	1.22094				75	87	872	87050
3009205	La Garde	la-garde	FR	04120	0	Europe/Paris	45.84764	0.56159		Garde,La Garde		75	16	163	16192
3009206	La Garde	la-garde	FR	04120	0	Europe/Paris	45.80791	0.45217				75	16	163	16085
3009207	La Garde	la-garde	FR	04120	0	Europe/Paris	45.68333	2.6				84	63	634	63191
3009208	La Garde	la-garde	FR	04120	0	Europe/Paris	45.32056	3.14062				84	43	431	43014
3009209	La Garde	la-garde	FR	04120	0	Europe/Paris	45.26699	3.93549				84	43	433	43166
3009210	La Garde	la-garde	FR	04120	0	Europe/Paris	45.24058	-0.2677		La Garde,Le Garde		75	17	171	17243
3009211	La Garde	la-garde	FR	04120	0	Europe/Paris	45.15	0.76667				75	24	243	24053
3009212	La Garde	la-garde	FR	04120	95	Europe/Paris	45.06886	6.04831		La Garde		84	38	381	38177
3009213	La Garde	la-garde	FR	04120	0	Europe/Paris	44.94731	5.12288				84	26	263	26382
3009214	La Garde	la-garde	FR	04120	0	Europe/Paris	44.93811	0.94157				75	24	244	24067
3009215	La Garde	la-garde	FR	04120	0	Europe/Paris	44.88176	3.24657		La Garde		76	48	482	48002
3009216	Lagarde	lagarde	FR	09500	0	Europe/Paris	44.82926	2.92601	1009			84	15	153	15106
3009217	La Garde	la-garde	FR	04120	0	Europe/Paris	44.63189	2.45424				76	12	122	12268
3009218	La Garde	la-garde	FR	04120	0	Europe/Paris	44.43333	6.26667				93	04	041	04033
3009219	Lagarde	lagarde	FR	09500	0	Europe/Paris	43.96406	0.55595		Lagarde		76	32	322	32176
3009220	La Garde	la-garde	FR	04120	0	Europe/Paris	43.83041	6.55714		La Garde		93	04	042	04092
3009221	Lagarde	lagarde	FR	09500	268	Europe/Paris	43.34528	1.71296		Lagarde		76	31	313	31262
3009222	Lagarde	lagarde	FR	09500	474	Europe/Paris	43.30558	0.03253		Lagarde		76	65	653	65244
3009223	La Garde	la-garde	FR	04120	28257	Europe/Paris	43.12468	6.01033		La Garde,La Garde-pres-Toulon,La Garde-près-Toulon		93	83	832	83062
3009224	Lagarde	lagarde	FR	09500	203	Europe/Paris	43.04992	1.93423		Lagarde		76	09	092	09150
3009235	La Gaillarde	la-gaillarde	FR	76740	429	Europe/Paris	49.83827	0.86372		La Gaillarde		28	76	761	76294
3009236	La Gaillarde	la-gaillarde	FR	76740	0	Europe/Paris	45.12746	4.19961				84	43	433	43199
3009239	La Gacilly	la-gacilly	FR	56200	2453	Europe/Paris	47.76532	-2.13208		Gacilly,Gazilieg,La Gacilly,La-Gasii,La-Gasiji,Villa de Lagacille,la gasyly,la jia xi li,Ла-Гасии,Ла-Гасийи,Ла-Гасії,لا گاسیلی,拉加西利		53	56	563	56061
3009253	Lafrimbolle	lafrimbolle	FR	57560	202	Europe/Paris	48.5948	7.01841		Lafrimbole,Lafrimbolle		44	57	575	57374
3009256	La Frette-sur-Seine	la-frette-sur-seine	FR	95530	4649	Europe/Paris	48.98057	2.17866		Frette-sur-Seine,La Frette,La Frette-sur-Seine,La-Frett-sjur-Sen,la fryty-swr-syny,sai na he pan la fu lei te,Ла-Фретт-сюр-Сен,لا فریتی-سور-سینی,塞纳河畔拉夫雷特		11	95	951	95257
3009257	La Frette	la-frette	FR	38260	213	Europe/Paris	46.63839	5.05018		La Frette		27	71	714	71206
3009258	La Frette	la-frette	FR	38260	900	Europe/Paris	45.38892	5.35919		La Frette		84	38	383	38174
3009263	Lafresguimont-Saint-Martin	lafresguimont-saint-martin	FR	80430	0	Europe/Paris	49.81667	1.8		Lafresnoye		32	80	802	80456
3009264	La Fresnaye-sur-Chédouet	la-fresnaye-sur-chedouet	FR	72600	884	Europe/Paris	48.4467	0.25481		La Fresnaye,La Fresnaye-sur-Chedouet,La Fresnaye-sur-Chédouet		52	72	722	72137
3009265	La Fresnaye-au-Sauvage	la-fresnaye-au-sauvage	FR	61210	194	Europe/Paris	48.7376	-0.26008		La Fresnay-au-Sauvage,La Fresnaye,La Fresnaye-au-Sauvage		28	61	612	61339
3009266	La Fresnais	la-fresnais	FR	35111	2143	Europe/Paris	48.59555	-1.84333		An Onneg,La Fresnais		53	35	354	35116
3009267	La Fresnaie-Fayel	la-fresnaie-fayel	FR	61230	49	Europe/Paris	48.83411	0.22934		La Fresnaie-Fayel,La Fresnaye-Favel		28	61	613	61178
3009269	La Frenaye	la-frenaye	FR	76170	0	Europe/Paris	49.7471	1.18913				28	76	761	76588
3009270	La Frenaye	la-frenaye	FR	76170	0	Europe/Paris	49.6	1.36199				28	76	763	76146
3009271	La Frénaye	la-frenaye	FR	76170	0	Europe/Paris	49.5333	0.6		Frenaye,Frénaye,La-Frene,Ла-Френе,لا فرینائے		28	76	762	76281
3009273	La Freissinouse	la-freissinouse	FR	05000	482	Europe/Paris	44.53384	6.01002		La Freinousse,La Freissinouse		93	05	052	05059
3009275	La Frédière	la-frediere	FR	17770	56	Europe/Paris	45.86667	-0.58333				75	17	175	17344
3009279	Lafraye	lafraye	FR	60510	293	Europe/Paris	49.49521	2.21235		Lafraye		32	60	601	60339
3009282	La Frasnée	la-frasnee	FR	39130	42	Europe/Paris	46.55744	5.81142		La Frasnee,La Frasnée		27	39	392	39239
3009287	La Francheville	la-francheville	FR	08000	1587	Europe/Paris	49.72923	4.71273		Francheville,Franshvil,La Francheville,La-Franshvil',la franshywyl,la fu lang she wei er,Ла-Франшвиль,Ла-Франшвіль,Франшвил,لا فرانشیویل,拉弗朗舍维尔		44	08	081	08180
3009289	Lafrançaise	lafrancaise	FR	82130	2799	Europe/Paris	44.1276	1.24049		La Francesa,Lafrancaise,Lafransez,Lafrançaise,la fu lang sai se,lafranchays,Лафрансез,لافرانچائس,拉夫朗赛瑟		76	82	822	82087
3009290	La Framboisière	la-framboisiere	FR	28250	304	Europe/Paris	48.59443	1.01394		La Framboisiere,La Framboisière		24	28	283	28159
3009293	La Foye-Monjault	la-foye-monjault	FR	79360	705	Europe/Paris	46.18616	-0.5381		La Fove-Montjault,La Foye,La Foye-Monjault		75	79	792	79127
3009296	Lafox	lafox	FR	47240	987	Europe/Paris	44.16848	0.70072		Lafo,Lafox,Lahotz,Lahòtz,Лафо		75	47	471	47128
3009312	La Fouillouse	la-fouillouse	FR	42480	0	Europe/Paris	45.68704	4.98003		La Fouillouse		84	69	691	69290
3009313	La Fouillouse	la-fouillouse	FR	42480	4335	Europe/Paris	45.50462	4.31524		La Fouillouse		84	42	423	42097
3009314	La Fouillouse	la-fouillouse	FR	42480	0	Europe/Paris	44.94844	4.17961				84	43	432	43066
3009315	La Fouillade	la-fouillade	FR	12270	1099	Europe/Paris	44.23121	2.04158		La Fouillade		76	12	123	12105
3009325	La Fosse-de-Tigné	la-fosse-de-tigne	FR	49540	195	Europe/Paris	47.18226	-0.42903		Fos de Tine,Fosse-de-Tigne,Fosse-de-Tigné,La Fosse,La Fosse-de-Tigne,La Fosse-de-Tigné,La-Foss-de-Tin'e,la fu si de di nie,Ла-Фосс-де-Тіньє,Фос де Тиње,لا فوسی-دی-ٹیگنی,拉福斯德蒂涅		52	49	492	49373
3009326	La Fosse-Corduan	la-fosse-corduan	FR	10100	192	Europe/Paris	48.44182	3.65135		La Fosse,La Fosse-Corduan		44	10	102	10157
3009332	La Forteresse	la-forteresse	FR	38590	251	Europe/Paris	45.29697	5.40165		La Forteresse		84	38	383	38171
3009334	La Forie	la-forie	FR	63600	388	Europe/Paris	45.59086	3.76169		Forie,La Forie		84	63	631	63161
3009337	La Forge	la-forge	FR	88530	0	Europe/Paris	49.71667	0.28333				28	76	762	76726
3009338	La Forge	la-forge	FR	88530	0	Europe/Paris	49.63937	0.26775				28	76	762	76196
3009339	La Forge	la-forge	FR	88530	0	Europe/Paris	49.6173	0.34657				28	76	762	76118
3009340	La Forge	la-forge	FR	88530	0	Europe/Paris	48.4352	4.82767				44	52	523	52331
3009341	La Forge	la-forge	FR	88530	560	Europe/Paris	48.06506	6.72385		La Forge		44	88	881	88177
3009342	La Forge	la-forge	FR	88530	0	Europe/Paris	48.04588	4.90977				44	52	521	52114
3009343	La Forge	la-forge	FR	88530	0	Europe/Paris	48.03333	-0.53333				52	53	533	53220
3009344	La Forge	la-forge	FR	88530	0	Europe/Paris	46.5	3.15				84	03	032	03202
3009345	La Forge	la-forge	FR	88530	0	Europe/Paris	46.48113	2.00438				24	36	363	36163
3009346	La Forge	la-forge	FR	88530	0	Europe/Paris	46.40745	2.22241				75	23	231	23213
3009348	La Forêt-sur-Sèvre	la-foret-sur-sevre	FR	79380	2333	Europe/Paris	46.76978	-0.64945		Fore sir Sevr,Foret-sur-Sevre,Forêt-sur-Sèvre,La Foret,La Foret-sur-Sevre,La Forêt,La Forêt-sur-Sèvre,La-Fore-sjur-Sevr,Ла-Форе-сюр-Севр,Форе сир Севр		75	79	791	79123
3009349	La Forêt-Sainte-Croix	la-foret-sainte-croix	FR	91150	116	Europe/Paris	48.38432	2.23093		Fore Sent Kroa,Foret-Sainte-Croix,Forêt-Sainte-Croix,La Foret,La Foret-Sainte-Croix,La Forêt,La Forêt-Sainte-Croix,La-Fore-Sent-Krua,la fu lei sang te ke lu wa,Ла-Форе-Сент-Круа,Форе Сент Кроа,لا فوریٹ-سینت-کروئی,拉福雷桑特克鲁瓦		11	91	911	91248
3009350	La Forêt-le-Roi	la-foret-le-roi	FR	91410	377	Europe/Paris	48.47905	2.04112		Fore le Roa,Foret-le-Roi,Forêt-le-Roi,La Foret,La Foret-Bel-Air,La Foret-le-Roi,La Forêt,La Forêt-Bel-Air,La Forêt-le-Roi,La-Fore-le-Rua,la fu lei lei lu wa,Ла-Форе-ле-Руа,Форе ле Роа,لا فوریٹ-لی-روی,拉福雷勒鲁瓦		11	91	911	91247
3009515	La Ferrière	la-ferriere	FR	22210	0	Europe/Paris	47.09032	1.36105				24	36	362	36069
3009352	La Forêt-Fouesnant	la-foret-fouesnant	FR	29940	2955	Europe/Paris	47.90884	-3.97911		Ar Forest-Fouenant,Fore Funan,Foret-Fouesnant,Forêt-Fouesnant,La Foret,La Foret-Fouesnant,La Forêt,La Forêt-Fouesnant,La-Fore-Fuenan,la fu lei fu ai si nan,Ла-Форе-Фуенан,Форе Фунан,لا فوریٹ-فویسنانٹ,拉福雷富埃斯南		53	29	294	29057
3009353	La Forêt-du-Temple	la-foret-du-temple	FR	23360	150	Europe/Paris	46.42041	1.90252		Fore di Templ,Foret-du-Temple,Forêt-du-Temple,La Forest,La Forest dau Temple,La Foret-du-Temple,La Foret-la-Nation,La Forêt-du-Temple,La Forêt-la-Nation,La-For'-dju-Tampl',La-Fore-dju-Tampl',la fu lei di tang pu er,Ла-Форе-дю-Тампль,Ла-Форь-дю-Тампль,Форе ди Темпл,拉福雷迪唐普尔		75	23	232	23084
3009354	La Forêt-du-Parc	la-foret-du-parc	FR	27220	0	Europe/Paris	48.9231	1.2491		La Foret,La Forêt		28	27	273	27256
3009355	La Forêt-de-Tessé	la-foret-de-tesse	FR	16240	199	Europe/Paris	46.08034	0.08319		Fore de Tese,Foret-de-Tesse,Forêt-de-Tessé,La Foret,La Foret-de-Tesse,La Forêt,La Forêt-de-Tessé,La-Fore-de-Tesse,la fu lei de tai sai,Ла-Форе-де-Тессе,Форе де Тесе,لا فوریٹ-دی-ٹیسی,拉福雷德泰塞		75	16	163	16142
3009359	La Forêt-Auvray	la-foret-auvray	FR	61210	184	Europe/Paris	48.81162	-0.34193		La Foret-Auvray,La Forêt-Auvray		28	61	612	61339
3009390	La Forest-Landerneau	la-forest-landerneau	FR	29800	1686	Europe/Paris	48.4278	-4.31565		Ar Forest-Landerne,Fore Landerno,Forest-Landerneau,La Forest,La Forest-Landerneau,La-Fore-Landerno,la fu lei si lang dai er nuo,Ла-Форе-Ландерно,Форе Ландерно,لا فوریسٹ-لاندیرنیو,拉福雷斯朗代尔诺		53	29	291	29056
3009391	La Forestière	la-forestiere	FR	51120	223	Europe/Paris	48.659	3.59335		La Forestiere,La Forestière		44	51	512	51258
3009394	La Forclaz	la-forclaz	FR	74200	215	Europe/Paris	46.32132	6.61411		La Forclaz		84	74	744	74129
3009395	La Force	la-force	FR	11270	2500	Europe/Paris	44.86872	0.3753		La Force		75	24	241	24222
3009396	La Force	la-force	FR	11270	200	Europe/Paris	43.19463	2.09247		La Force		76	11	111	11153
3009397	La Fontenelle	la-fontenelle	FR	35560	567	Europe/Paris	48.46692	-1.5032		Ar Fantanig,La Fontenelle		53	35	351	35004
3009398	La Fontenelle	la-fontenelle	FR	35560	195	Europe/Paris	48.06557	1.03087		La Fontenelle		24	41	412	41089
3009399	La Fontenelle	la-fontenelle	FR	35560	0	Europe/Paris	47.40348	-0.52976				52	49	491	49223
3009401	La Fontelaye	la-fontelaye	FR	76890	33	Europe/Paris	49.68967	0.93947		La Fontelaye		28	76	761	76274
3009403	La Fontaine-Saint-Martin	la-fontaine-saint-martin	FR	72330	485	Europe/Paris	47.79092	0.04916		La Fontaine,La Fontaine-Saint-Martin		52	72	721	72135
3009511	La Ferrière-Airoux	la-ferriere-airoux	FR	86160	316	Europe/Paris	46.32147	0.39236		La Ferriere,La Ferriere-Airoux,La Ferrière,La Ferrière-Airoux		75	86	862	86097
3009416	La Folletière-Abenon	la-folletiere-abenon	FR	14290	142	Europe/Paris	48.98077	0.42724		La Folletiere,La Folletiere-Abenon,La Folletière,La Folletière-Abenon		28	14	143	14273
3009417	La Folletière	la-folletiere	FR	76190	67	Europe/Paris	49.56667	0.8		La Folletiere,La Folletière		28	76	763	76289
3009421	La Folie	la-folie	FR	14710	0	Europe/Paris	49.66044	1.15479				28	76	761	76138
3009422	La Folie	la-folie	FR	14710	0	Europe/Paris	49.32554	1.67794				28	27	271	27333
3009423	La Folie	la-folie	FR	14710	119	Europe/Paris	49.2587	-0.97822		La Folie		28	14	141	14272
3009424	La Folie	la-folie	FR	14710	0	Europe/Paris	48.48664	0.93074				28	61	613	61323
3009426	La Folie	la-folie	FR	14710	0	Europe/Paris	47.75899	4.30916				27	89	892	89210
3009427	La Folie	la-folie	FR	14710	0	Europe/Paris	47.6544	4.63583				27	21	213	21011
3009436	La Flotte	la-flotte	FR	17630	2933	Europe/Paris	46.18649	-1.32666		La Flot,La Flotte,La-Flot,La-Flott,la flwty,la fu luo te,Ла-Флот,Ла-Флотт,Լա Ֆլոտ,لا فلوتی,拉夫洛特		75	17	173	17161
3009437	La Flotte	la-flotte	FR	17630	0	Europe/Paris	45.59711	1.39913				75	87	872	87039
3009438	La Flocellière	la-flocelliere	FR	85700	2001	Europe/Paris	46.83162	-0.86102		La Flocelliere,La Flocellière		52	85	851	85090
3009441	La Flèche	la-fleche	FR	72200	0	Europe/Paris	48.41756	0.98782				24	28	284	28362
3009442	La Flèche	la-fleche	FR	72200	0	Europe/Paris	47.97725	-1.18408				53	35	351	35200
3009443	La Flèche	la-fleche	FR	72200	18536	Europe/Paris	47.69815	-0.07553		Flexia,La-Flesh,la flyshy,laflsh,Ла-Флеш,لا فلیشی,لافلش,ラ・フレーシュ	721	52	72	721	72154
3009444	La Flamengrie	la-flamengrie	FR	02260	367	Europe/Paris	50.31478	3.71492				32	59	591	59232
3009445	La Flamengrie	la-flamengrie	FR	02260	1107	Europe/Paris	50.00175	3.92081		La Flamengrie		32	02	025	02312
3009446	La Flachère	la-flachere	FR	38530	421	Europe/Paris	45.39923	5.96357		La Flachere,La Flachère		84	38	381	38166
3009447	Lafitte-Vigordane	lafitte-vigordane	FR	31390	742	Europe/Paris	43.29988	1.16245		Laffitte-Vigordanne,Lafitte,Lafitte-Vigordane,Lafitte-Vigordanne		76	31	311	31261
3009448	Laffite-Toupière	laffite-toupiere	FR	31360	0	Europe/Paris	43.16521	0.90427		Laffite-Toupiere,Laffite-Toupière,Lafitte,Lafitte-Toupiere,Lafitte-Toupière		76	31	312	31260
3009449	Lafitte-sur-Lot	lafitte-sur-lot	FR	47320	735	Europe/Paris	44.35233	0.43025		Laffitte-sur-Lot,Lafitte,Lafitte-sur-Lot		75	47	472	47127
3009450	Lafitte	lafitte	FR	82100	211	Europe/Paris	43.97153	1.11937		Lafitte		76	82	821	82086
3009451	Lafitole	lafitole	FR	65700	395	Europe/Paris	43.44768	0.07265		Lafitole		76	65	653	65243
3009458	Laffrey	laffrey	FR	38220	337	Europe/Paris	45.02446	5.77309		Laffrey		84	38	381	38203
3009461	Laffaux	laffaux	FR	02880	122	Europe/Paris	49.44869	3.42642		Laffause,Laffaux,Laffo,la fu,Лаффо,拉福		32	02	024	02400
3009467	La Feuillie	la-feuillie	FR	50190	1124	Europe/Paris	49.46415	1.51463		La Feuillie		28	76	761	76263
3009468	La Feuillie	la-feuillie	FR	50190	267	Europe/Paris	49.17666	-1.47845		La Feuillie		28	50	503	50182
3009469	La Feuillée	la-feuillee	FR	29690	636	Europe/Paris	48.39168	-3.85507		Ar Fouilhez,Folium,La Feuillee,La Feuillée,La-Feje,la fu yi lai ai,la fwyly,la fywyly,Ла-Фейе,Ла-Фейє,لا فویلی,لا فیویلی,拉弗伊莱埃		53	29	292	29054
3009470	La Feuillée	la-feuillee	FR	29690	0	Europe/Paris	48.11667	-1.01667				52	53	532	53247
3009471	Lafeuillade-en-Vézie	lafeuillade-en-vezie	FR	15130	544	Europe/Paris	44.78928	2.46007		Lafeuillade,Lafeuillade-en-Vezie,Lafeuillade-en-Vézie		84	15	151	15090
3009472	La Feuillade	la-feuillade	FR	24120	724	Europe/Paris	45.56667	2.16667		La Feuillade		75	19	193	19136
3009473	La Feuillade	la-feuillade	FR	24120	0	Europe/Paris	45.11393	1.40302		La Feuillade		75	24	244	24179
3009475	La Ferté-Villeneuil	la-ferte-villeneuil	FR	28220	399	Europe/Paris	47.98324	1.34455		La Ferte,La Ferte-Villeneuil,La Ferté,La Ferté-Villeneuil,La-Ferte-Vil'nej,la fu er tai wei lei na yi,Ла-Ферте-Вільней,拉弗尔泰维勒纳伊		24	28	282	28103
3009477	La Ferté-Vidame	la-ferte-vidame	FR	28340	845	Europe/Paris	48.6116	0.90129		Ferte-Vidame,Ferté-Vidame,La Ferte-Vidame,La Ferte-les-Bois,La Ferté-Vidame,La Ferté-les-Bois,La-Ferte-Vidam,la fu er tai wei dang,Ла-Ферте-Відам,拉弗尔泰维当		24	28	283	28149
3009513	La Ferrière	la-ferriere	FR	22210	465	Europe/Paris	48.14201	-2.60763		Kerhouarn,La Ferriere,La Ferrière		53	22	224	22183
3009514	La Ferrière	la-ferriere	FR	22210	223	Europe/Paris	47.62871	0.74761		La Ferriere,La Ferrière		24	37	373	37106
3009478	La Ferté-sur-Chiers	la-ferte-sur-chiers	FR	08370	200	Europe/Paris	49.5756	5.2428		Ferte-sur-Chiers,Ferté-sur-Chiers,La Ferte,La Ferte-sur-Chiers,La Ferté-sur-Chiers,La-Ferte-sjur-Sh'er,La-Ferte-sjur-She,xi ye he pan la fei er tai,Ла-Ферте-сюр-Шьер,Ла-Ферте-сюр-Шє,لا فیرتے-سور-شیرس,希耶河畔拉费尔泰		44	08	083	08168
3009479	Laferté-sur-Aube	laferte-sur-aube	FR	52120	359	Europe/Paris	48.0977	4.78324		Laferte,Laferte-sur-Aube,Laferté,Laferté-sur-Aube		44	52	521	52258
3009480	Laferté-sur-Amance	laferte-sur-amance	FR	52500	148	Europe/Paris	47.83277	5.69646		Laferte,Laferte-sur-Amance,Laferté,Laferté-sur-Amance		44	52	522	52257
3009481	La Ferté-sous-Jouarre	la-ferte-sous-jouarre	FR	77260	9443	Europe/Paris	48.9514	3.12724		Jouarre-la-Montagne,La Ferte,La Ferte-sous-Jouarre,La Ferte-sur-Marne,La Ferté,La Ferté-sous-Jouarre,La Ferté-sur-Marne,La-Ferte-su-Zhuarr,la fei tai su ru wa er,Ла-Ферте-су-Жуарр,لا فیرتے-سوس-جواری,拉費泰蘇茹瓦爾		11	77	771	77183
3009482	La Ferté-Saint-Samson	la-ferte-saint-samson	FR	76440	0	Europe/Paris	49.5777	1.52423		La Ferte,La Ferte-Saint-Samson,La Ferté,La Ferté-Saint-Samson		28	76	761	76261
3009483	La Ferté-Saint-Cyr	la-ferte-saint-cyr	FR	41220	922	Europe/Paris	47.656	1.67323		La Ferte,La Ferte-Saint-Cyr,La Ferte-aux-Oignons,La Ferté,La Ferté-Saint-Cyr,La Ferté-aux-Oignons		24	41	411	41085
3009484	La Ferté-Saint-Aubin	la-ferte-saint-aubin	FR	45240	7178	Europe/Paris	47.71695	1.93904		Ferte-Saint-Aubin,Ferté-Saint-Aubin,La Ferte-Cosson,La Ferte-Saint-Aubin,La Ferté-Cosson,La Ferté-Saint-Aubin,La-Ferte-Sent-Oben,la fu er tai sheng ao ban,Ла-Ферте-Сент-Обен,لا فیرتے-سین-وبین,拉弗尔泰圣奥班		24	45	452	45146
3009485	La Ferté-Milon	la-ferte-milon	FR	02460	2359	Europe/Paris	49.17453	3.12885		Feritas Milonis,La Ferte Milon,La Ferte-Milon,La Ferte-sur-Ourcq,La Ferté-Milon,La Ferté-sur-Ourcq,La-Ferte-Milon,la ferte Milon,la ferté Milon,mi long bao,Ла Ферте Милон,Ла-Ферте-Милон,Ла-Ферте-Мілон,米隆堡		32	02	024	02307
3009486	La Ferté-Macé	la-ferte-mace	FR	61410	7372	Europe/Paris	48.58999	-0.358		La-Ferte-Mase,ma sai bao,Ла-Ферте-Масе,马塞堡		28	61	612	61168
3009487	La Ferté-Loupière	la-ferte-loupiere	FR	89110	582	Europe/Paris	47.89776	3.23431		La Ferte-Loupiere,La Ferté-Loupière,La-Ferte-Lup'er,La-Ferte-Luper,la fu er te lu pi ai,Ла-Ферте-Лупьер,Ла-Ферте-Лупєр,لا فیرتے-لوپیری,拉弗尔特卢皮埃		27	89	891	89163
3009488	La Ferté-Imbault	la-ferte-imbault	FR	41300	1072	Europe/Paris	47.38467	1.95344		La Ferte-Imbault,La Ferté-Imbault,La-Ferte-Embo,la fu er tai yi mu bo er,Ла-Ферте-Ембо,لا فیرتے-امبولٹ,拉弗尔泰伊姆博尔		24	41	413	41084
3009489	La Ferté-Hauterive	la-ferte-hauterive	FR	03340	289	Europe/Paris	46.3968	3.34032		La Ferte,La Ferte-Hauterive,La Ferté,La Ferté-Hauterive		84	03	032	03114
3009490	La Ferté-Gaucher	la-ferte-gaucher	FR	77320	4567	Europe/Paris	48.7831	3.30678		La Ferte-Gaucher,La Ferte-sur-Morin,La Ferté-Gaucher,La Ferté-sur-Morin,La-Ferte-Goshe,ge xie bao,Ла-Ферте-Гоше,لا فیرتے-گوشیر,戈謝堡		11	77	773	77182
3009491	La Ferté-Frênel	la-ferte-frenel	FR	61550	721	Europe/Paris	48.84153	0.51067		La Ferte-Frenel,La Ferte-Fresnel,La Ferté-Fresnel,La Ferté-Frênel		28	61	613	61167
3009493	La Ferté-Chevresis	la-ferte-chevresis	FR	02270	588	Europe/Paris	49.73727	3.55829		La Ferte,La Ferte-Chevresis,La Ferté,La Ferté-Chevresis,La-Ferte-Shevrezi,she fu lei xi bao,Ла-Ферте-Шеврези,Ла-Ферте-Шеврезі,舍夫雷西堡		32	02	023	02306
3009494	La Ferté-Bernard	la-ferte-bernard	FR	72400	10201	Europe/Paris	48.18723	0.65247		La Ferte-Bernard,La Ferte-les-Pres,La Ferte-sur-Huisne,La Ferté-Bernard,La Ferté-les-Prés,La Ferté-sur-Huisne,La-Ferte-Bernar,Ла-Ферте-Бернар,لا فیرتے-بیرنارڈ		52	72	722	72132
3009495	La Ferté-Beauharnais	la-ferte-beauharnais	FR	41210	520	Europe/Paris	47.54199	1.85038		La Ferte,La Ferte-Beauharnais,La Ferté,La Ferté-Beauharnais,La-Ferte-Boarne,la fu er tai bo a er nai,Ла-Ферте-Боарне,لا فیرتے-بیوہارنایس,拉弗尔泰博阿尔奈		24	41	413	41083
3009849	Lacour	lacour	FR	82190	195	Europe/Paris	44.29209	0.94714		Lacour		76	82	821	82084
3009496	La Ferté-Alais	la-ferte-alais	FR	91590	4051	Europe/Paris	48.48306	2.34802		Firmitas Adelaidis,La Ferte-Alais,La Ferté-Alais,La-Ferte-Ale,la fu er te a lai,Ла-Ферте-Але,لا فیرتے-الایس,拉弗尔特阿莱		11	91	911	91232
3009498	La Ferté	la-ferte	FR	39600	0	Europe/Paris	47.06372	2.03276				24	36	364	36171
3009499	La Ferté	la-ferte	FR	39600	199	Europe/Paris	46.94269	5.65908		La Ferte,La Ferté		27	39	391	39223
3009501	La Ferrière-sur-Risle	la-ferriere-sur-risle	FR	27760	261	Europe/Paris	48.97926	0.78741		La Ferriere,La Ferrière,La-Ferr'er-sjur-Ril',La-Ferrer-sjur-Ril',la fyryry-swr-rysly,li si er he pan la fu er li ai,Ла-Феррьер-сюр-Риль,Ла-Феррєр-сюр-Риль,لا فیریری-سور-ریسلی,里斯尔河畔拉弗尔里埃		28	27	273	27240
3009502	La Ferrière-Harang	la-ferriere-harang	FR	14350	295	Europe/Paris	48.97488	-0.89071		La Ferriere,La Ferriere-Harang,La Ferrière,La Ferrière-Harang		28	14	144	14061
3009503	La Ferrière-en-Parthenay	la-ferriere-en-parthenay	FR	79390	776	Europe/Paris	46.65734	-0.07709		La Ferriere,La Ferriere-en-Parthenay,La Ferrière,La Ferrière-en-Parthenay		75	79	793	79120
3009505	La Ferrière-de-Flée	la-ferriere-de-flee	FR	49500	276	Europe/Paris	47.73083	-0.84634		La Ferriere,La Ferriere-de-Flee,La Ferrière,La Ferrière-de-Flée,La-Ferrer-de-Fle,la fu er li ai de fu lai ai,la fyryry-dy-fly,Ла-Феррєр-де-Фле,لا فیریری-دی-فلی,拉弗尔里埃德弗莱埃		52	49	494	49331
3009506	La Ferrière-Bochard	la-ferriere-bochard	FR	61420	625	Europe/Paris	48.41262	-0.03428		La Ferriere,La Ferriere-Bochard,La Ferrière,La Ferrière-Bochard		28	61	611	61165
3009507	La Ferrière-Béchet	la-ferriere-bechet	FR	61500	206	Europe/Paris	48.57876	0.0729		La Ferriere,La Ferriere-Bechet,La Ferrière,La Ferrière-Béchet		28	61	611	61164
3009508	La Ferrière-aux-Étangs	la-ferriere-aux-etangs	FR	61450	1694	Europe/Paris	48.66227	-0.51955		La Ferriere,La Ferrière,La-Ferrier-oz-Etan,la fu er li ai ao ai tang ge,la fyryry-a-aytang,Ла-Ферриер-оз-Етан,Ла-Феррієр-оз-Етан,لا فیریری-آ-ایتانگ,拉弗尔里埃奥埃唐格		28	61	612	61163
3009509	La Ferrière-au-Doyen	la-ferriere-au-doyen	FR	61380	0	Europe/Paris	49.03384	-0.81067		La Ferriere,La Ferriere-au-Doyen,La Ferrière,La Ferrière-au-Doyen		28	14	144	14061
3009510	La Ferrière-au-Doyen	la-ferriere-au-doyen	FR	61380	219	Europe/Paris	48.66347	0.49844		La Ferriere,La Ferriere-au-Doyen,La Ferrieres-au-Doyen,La Ferrière,La Ferrière-au-Doyen,La Ferrières-au-Doyen		28	61	613	61162
3009516	La Ferrière	la-ferriere	FR	22210	4362	Europe/Paris	46.71392	-1.31481		La Ferriere,La Ferrière		52	85	852	85089
3009517	La Ferrière	la-ferriere	FR	22210	224	Europe/Paris	45.3195	6.08648		La Ferriere,La Ferrière		84	38	381	38163
3009518	La Ferrière	la-ferriere	FR	22210	0	Europe/Paris	44.81305	0.3546				75	24	241	24193
3009519	La Ferrière	la-ferriere	FR	22210	0	Europe/Paris	43.79889	6.73272				93	06	061	06154
3009522	La Fermeté	la-fermete	FR	58160	0	Europe/Paris	48.6208	2.94823				11	77	773	77381
3009523	La Fermeté	la-fermete	FR	58160	520	Europe/Paris	46.96667	3.33333		La Fermete,La Fermeté		27	58	583	58112
3009524	La Férée	la-feree	FR	08290	78	Europe/Paris	49.76311	4.3028		La Feree,La Férée		44	08	081	08167
3009526	La Fère	la-fere	FR	02800	2880	Europe/Paris	49.66286	3.36631		Fara,La Fere,La Fère,La-Fer,la fei er,Ла-Фер,拉费尔		32	02	022	02304
3009528	Laféline	lafeline	FR	03500	179	Europe/Paris	46.34926	3.16838		Lafeline,Laféline		84	03	032	03134
3009531	La Faye	la-faye	FR	16700	0	Europe/Paris	46.52566	3.46685				84	03	032	03180
3009532	La Faye	la-faye	FR	16700	0	Europe/Paris	46.39502	2.22662				75	23	231	23032
3009533	La Faye	la-faye	FR	16700	0	Europe/Paris	46.29013	2.89775				84	03	031	03020
3009534	La Faye	la-faye	FR	16700	585	Europe/Paris	46.02033	0.14661		La Faye,La-Fe,La-Fej,la fei ai,la fy,Ла-Фе,Ла-Фей,لا فائے,لا فی,拉费埃		75	16	163	16136
3009535	La Faye	la-faye	FR	16700	0	Europe/Paris	45.57536	3.52322				84	63	631	63142
3009536	La Faye	la-faye	FR	16700	0	Europe/Paris	45.53821	1.60542				75	19	192	19104
3009537	La Faye	la-faye	FR	16700	0	Europe/Paris	45.41448	3.84118				84	63	631	63412
3009538	La Faye	la-faye	FR	16700	0	Europe/Paris	45.32126	4.0059				84	43	433	43034
3009539	La Faye	la-faye	FR	16700	0	Europe/Paris	45.11508	0.7633				75	24	243	24053
3009540	La Faye	la-faye	FR	16700	0	Europe/Paris	45.04557	4.09159				84	43	432	43200
3009541	La Faye	la-faye	FR	16700	0	Europe/Paris	45.00505	4.25408				84	43	432	43253
3009542	La Faye	la-faye	FR	16700	0	Europe/Paris	44.3777	5.87161		Faye,La Faye		93	05	052	05178
3009549	La Favière	la-faviere	FR	39250	0	Europe/Paris	43.1244	6.35574				93	83	832	83019
3009553	La Faute-sur-Mer	la-faute-sur-mer	FR	85460	972	Europe/Paris	46.33192	-1.32222		La Faute,La Faute-sur-Mer,La-Fot-sjur-Mer,bin hai la fu te,Ла-Фот-сюр-Мер,لا فوٹی-سور-میر,滨海拉福特		52	85	853	85307
3009555	La Faurie	la-faurie	FR	05140	0	Europe/Paris	45.24898	1.42836				75	19	191	19005
3009556	La Faurie	la-faurie	FR	05140	0	Europe/Paris	45.01613	4.58625				84	07	073	07085
3009558	La Faurie	la-faurie	FR	05140	250	Europe/Paris	44.56701	5.7406		La Faurie		93	05	052	05055
3009563	Lafauche	lafauche	FR	52700	106	Europe/Paris	48.29764	5.4999		Lafauche		44	52	521	52256
3009564	Lafat	lafat	FR	23800	381	Europe/Paris	46.33469	1.61278		Lafat		75	23	232	23103
3009565	Lafarre	lafarre	FR	07520	59	Europe/Paris	45.08333	4.35		Lafarre		84	07	073	07124
3009566	La Farlède	la-farlede	FR	83210	6918	Europe/Paris	43.16866	6.04323		La Farlade,La Farlede,La Farlède,Sollies Farlede,Solliés Farlède		93	83	832	83054
3009575	La Fare-les-Oliviers	la-fare-les-oliviers	FR	13580	6646	Europe/Paris	43.55104	5.1943		Far lez Olivie,Fare-les-Oliviers,La Fara,La Fara deis Oliviers,La Fare,La Fare-les-Oliviers,La-Far-lez-Oliv'e,La-Far-lez-Olive,la fa er lai ao li wei ye er,Ла-Фар-лез-Оливье,Ла-Фар-лез-Олівє,Фар лез Оливие,لا فاری-لے-ولیویرس,拉法尔莱奥利维耶尔		93	13	131	13037
3009576	La Fare-en-Champsaur	la-fare-en-champsaur	FR	05500	437	Europe/Paris	44.66703	6.06162		La Fara,La Fara de Champsaur,La Fare,La Fare-en-Champsaur,La-Far-an-Shamsor,La-Far-an-Shansor,la fary-ayn-champswr,shang pu suo de qu la fa er,Ла-Фар-ан-Шамсор,Ла-Фар-ан-Шансор,لا فاری-این-چامپسور,尚普索地区拉法尔		93	05	052	05054
3009577	Lafare	lafare	FR	84190	104	Europe/Paris	44.14728	5.05154		La Fara,Lafar,Lafare,la fa er,lafary,Лафар,لافاری,拉法尔		93	84	843	84059
3009579	La Faloise	la-faloise	FR	80250	216	Europe/Paris	49.69904	2.34209		Faloaz,Faloese,Faloise,Faloèse,La Faloise,La-Faluaz,la fa lu wa si,la falwysy,Ла-Фалуаз,Фалоаз,لا فالویسی,拉法卢瓦斯		32	80	803	80299
3009833	Lacour-d'Arcenay	lacour-d-arcenay	FR	21210	0	Europe/Paris	47.36215	4.25297		Lacour-d'Arcenay		27	21	213	21335
3009581	La Falaise	la-falaise	FR	78410	645	Europe/Paris	48.94362	1.82992		Falaise,Falez,La Falaise,La-Falez,la falaysy,Ла-Фалез,Фалез,لا فالایسی		11	78	781	78230
3009583	La Fajolle	la-fajolle	FR	11140	11	Europe/Paris	42.77107	1.96422		La Fajolle		76	11	112	11135
3009590	Lafage-sur-Sombre	lafage-sur-sombre	FR	19320	125	Europe/Paris	45.29568	2.07154		Lafage,Lafage-sur-Sombre		75	19	193	19097
3009591	La Fage-Saint-Julien	la-fage-saint-julien	FR	48200	251	Europe/Paris	44.80268	3.19094		La Fage-Saint-Julien		76	48	482	48059
3009593	La Fage-Montivernoux	la-fage-montivernoux	FR	48310	173	Europe/Paris	44.75784	3.15202		La Fage-Montivernoux		76	48	482	48058
3009597	Lafage	lafage	FR	11420	0	Europe/Paris	44.6497	0.49895				75	47	472	47142
3009599	Lafage	lafage	FR	11420	0	Europe/Paris	43.17425	1.86321		Lafage		76	11	111	11184
3009600	Lafage	lafage	FR	11420	0	Europe/Paris	42.88042	2.12743				76	11	112	11263
3009604	Laduz	laduz	FR	89110	248	Europe/Paris	47.88202	3.41204		Laduz		27	89	891	89196
3009621	Ladoye-sur-Seille	ladoye-sur-seille	FR	39210	70	Europe/Paris	46.76115	5.68338		Ladoye-sur-Seille		27	39	392	39272
3009622	La Douze	la-douze	FR	24330	948	Europe/Paris	45.06167	0.8634		Douze,La Dosa,La Douze,La-Duz,Montagne-Ladouze,la du ci,la dwzy,Ла-Дуз,لا دوزی,拉杜兹		75	24	243	24156
3009632	Lados	lados	FR	33124	125	Europe/Paris	44.4675	-0.14795		Lados		75	33	333	33216
3009633	La Dornac	la-dornac	FR	24120	320	Europe/Paris	45.08149	1.35955		La Dornac		75	24	244	24153
3009634	La Dorée	la-doree	FR	53190	417	Europe/Paris	48.44877	-0.96588		La Doree,La Dorée		52	53	533	53093
3009638	Ladon	ladon	FR	45270	1203	Europe/Paris	48.00259	2.53724		Ladon		24	45	451	45178
3009639	La Dominelais	la-dominelais	FR	35390	1123	Europe/Paris	47.76229	-1.68796		Doveneleg,La Dominelais		53	35	352	35098
3009643	Ladiville	ladiville	FR	16120	142	Europe/Paris	45.51209	-0.06969		Ladivil',Ladiville,la di wei er,Ладивиль,Ладівіль,لاڈیویل,拉迪维尔		75	16	162	16177
3009644	Ladirat	ladirat	FR	46400	127	Europe/Paris	44.81494	1.96928		Ladirat		76	46	462	46146
3009647	Ladinhac	ladinhac	FR	15120	464	Europe/Paris	44.75498	2.50832		Ladinhac		84	15	151	15089
3009648	La Digne-d'Aval	la-digne-d-aval	FR	11300	0	Europe/Paris	43.04685	2.17959		La Digne,La Digne-d'Aval		76	11	112	11120
3009649	La Digne-d'Amont	la-digne-d-amont	FR	11300	0	Europe/Paris	43.04139	2.15882		La Digne,La Digne-d'Amont		76	11	112	11119
3009651	Ladignac-sur-Rondelles	ladignac-sur-rondelles	FR	19150	418	Europe/Paris	45.23348	1.83781		Ladignac,Ladignac-sur-Rondelles		75	19	192	19096
3009652	Ladignac-le-Long	ladignac-le-long	FR	87500	1116	Europe/Paris	45.58269	1.1136		Ladignac,Ladignac-le-Long		75	87	872	87082
3009657	Ladevèze-Ville	ladeveze-ville	FR	32230	255	Europe/Paris	43.54337	0.06335		Ladeveze-Montagne,Ladeveze-Ville,Ladevèze-Montagne,Ladevèze-Ville		76	32	323	32175
3009658	Ladevèze-Rivière	ladeveze-riviere	FR	32230	225	Europe/Paris	43.5522	0.0739		Ladeveze-Riviere,Ladevèze-Rivière		76	32	323	32174
3009663	La Destrousse	la-destrousse	FR	13112	2596	Europe/Paris	43.37505	5.6056		Destrousse,Destrus,La Destroca,La Destrousse,La Destroça,La-Destrus,La-Detruss,la dai si te lu si,Деструс,Ла-Деструс,Ла-Детрусс,لا دیسٹروسی,拉代斯特鲁斯		93	13	133	13031
3009665	Ladern-sur-Lauquet	ladern-sur-lauquet	FR	11250	243	Europe/Paris	43.10498	2.35173		Ladern,Ladern-sur-Lauquet		76	11	112	11183
3009668	La Demie	la-demie	FR	70000	68	Europe/Paris	47.58596	6.17381		La Demie		27	70	702	70203
3009677	Ladaux	ladaux	FR	33760	185	Europe/Paris	44.70094	-0.24471		Ladaux		75	33	333	33215
3009679	Ladapeyre	ladapeyre	FR	23270	335	Europe/Paris	46.24867	2.04776		Ladapeyre		75	23	231	23102
3009683	La Daguenière	la-dagueniere	FR	49800	1310	Europe/Paris	47.41934	-0.43128		Dagnijer,Dagueniere,Daguenière,La Dagueniere,La Daguenière,La-Dagen'er,la da gai ni ai,Дагнијер,Ла-Дагеньєр,لا ڈاگوینیری,拉达盖尼埃		52	49	491	49307
3009693	Lacs	lacs	FR	36400	621	Europe/Paris	46.58581	2.02485		Lacs		24	36	363	36091
3009697	La Crouzille	la-crouzille	FR	63700	300	Europe/Paris	46.18071	2.74504		Crouzille,La Crouzille		84	63	634	63130
3009698	La Crouzille	la-crouzille	FR	63700	0	Europe/Paris	45.98333	1.31667		La Crousille-sur-Briance,La Crouzille		75	87	871	87047
3009699	Lacrouzette	lacrouzette	FR	81210	1814	Europe/Paris	43.663	2.3482		Lacrouzette		76	81	812	81128
3009702	La Croupte	la-croupte	FR	14140	76	Europe/Paris	49.02315	0.29075		La Croupte		28	14	143	14371
3009703	Lacrost	lacrost	FR	71700	602	Europe/Paris	46.55799	4.93229		Lacrost		27	71	715	71248
3009705	La Cropte	la-cropte	FR	53170	251	Europe/Paris	47.95824	-0.49311		Cropte,Krot,La Cropte,La-Kropt,la ke luo pu te,Крот,Ла-Кропт,لا کروپٹی,拉克罗普特		52	53	531	53087
3009706	Lacropte	lacropte	FR	24380	637	Europe/Paris	45.03632	0.83114		Lacropte		75	24	243	24220
3009710	La Croix-Valmer	la-croix-valmer	FR	83420	3050	Europe/Paris	43.20755	6.56796		Croix-Valmer,La Croix,La Croix-Valmer		93	83	831	83048
3009711	La Croix-sur-Roudoule	la-croix-sur-roudoule	FR	06260	100	Europe/Paris	43.98738	6.87443		Croix-sur-Roudoule,Crux Tenaria,Kroa sir Rudul,La Croix,La Croix-sur-Roudoule,La Crotz,La Crotz de Rodola,La-Krua-sjur-Rudul',la krwyks swr rwdwl,lu du er he pan la ke lu wa,Кроа сир Рудул,Ла-Круа-сюр-Рудуль,لا كرويكس سور رودول,鲁杜尔河畔拉克鲁瓦		93	06	062	06051
3009712	La Croix-sur-Ourcq	la-croix-sur-ourcq	FR	02210	91	Europe/Paris	49.16786	3.35405		Croix-sur-Ourcq,La Croix,La Croix-sur-Ourcq		32	02	021	02241
3009713	Lacroix-sur-Meuse	lacroix-sur-meuse	FR	55300	606	Europe/Paris	48.97288	5.51134		Lacroix,Lacroix-sur-Meuse,Lakrua-sjur-Mez,lakrwyy-swr-mywsy,mo si he pan la ke lu wa,Лакруа-сюр-Мез,لاکروئی-سور-میوسی,默斯河畔拉克鲁瓦		44	55	552	55268
3009714	La Croix-sur-Gartempe	la-croix-sur-gartempe	FR	87210	195	Europe/Paris	46.16084	0.98972		La Croix,La Croix-sur-Gartempe		75	87	871	87052
3009826	La Cour-Marigny	la-cour-marigny	FR	45260	325	Europe/Paris	47.89399	2.59486		Cour-Marigny,La Cour-Marigny,La-Kur-Marin'i,la ku ma li ni,la kwr-marygny,Ла-Кур-Мариньї,لا کور-ماریگنی,拉库马里尼		24	45	451	45112
3009716	Lacroix-Saint-Ouen	lacroix-saint-ouen	FR	60610	4649	Europe/Paris	49.35685	2.78803		La Croix Saint Ouen,Lacroix-Saint-Ouen,Lakrua-Sent-Uan,la ke lu wa sheng wu ang,lakrwyy-syn-wyn,Лакруа-Сент-Уан,لاکروئی-سین-وین,拉克鲁瓦圣乌昂		32	60	603	60338
3009717	La Croix-Saint-Leufroy	la-croix-saint-leufroy	FR	27490	982	Europe/Paris	49.10922	1.24317		La Croix,La Croix-Saint-Leufroy		28	27	271	27191
3009728	La Croixille	la-croixille	FR	53380	569	Europe/Paris	48.20523	-1.05773		La Croixille		52	53	533	53086
3009729	La Croix-Helléan	la-croix-hellean	FR	56120	676	Europe/Paris	47.95739	-2.5012		Ar Groez-Helean,La Croix-Hellean,La Croix-Helléan		53	56	562	56050
3009731	Lacroix-Falgarde	lacroix-falgarde	FR	31120	1678	Europe/Paris	43.50033	1.40996		La Crotz e Falgarda,Lacroix-Falgarde,Lakrua-Fal'gard,la ke lu wa fa er jia er de,Лакруа-Фальгард,لاکروئی-فالگارڈی,拉克鲁瓦法尔加尔德		76	31	313	31259
3009732	La Croix-en-Touraine	la-croix-en-touraine	FR	37150	2094	Europe/Paris	47.34031	0.99024		Croix-en-Touraine,La Croix,La Croix-en-Touraine		24	37	373	37091
3009733	La Croix-en-Champagne	la-croix-en-champagne	FR	51600	81	Europe/Paris	49.06676	4.64848		Bel-Air,La Croix,La Croix-en-Champagne,Montbourg		44	51	511	51197
3009734	La Croix-en-Brie	la-croix-en-brie	FR	77370	725	Europe/Paris	48.59385	3.07671		La Croix,La Croix-en-Brie		11	77	773	77147
3009735	La Croix-du-Perche	la-croix-du-perche	FR	28480	167	Europe/Paris	48.27458	1.04966		La Croix,La Croix-du-Perche		24	28	284	28119
3009739	La Croix-de-la-Rochette	la-croix-de-la-rochette	FR	73110	195	Europe/Paris	45.46719	6.12042		La Croix,La Croix-de la Rochette,La Croix-de-la-Rochette		84	73	732	73095
3009745	La Croix-Comtesse	la-croix-comtesse	FR	17330	183	Europe/Paris	46.07798	-0.49501		La Croix,La Croix-Comtesse,La Liberte,La Liberté		75	17	175	17137
3009747	La Croix-Blanche	la-croix-blanche	FR	47340	785	Europe/Paris	44.2948	0.69245		La Croix-Blanche		75	47	471	47075
3009748	Lacroix-Barrez	lacroix-barrez	FR	12600	573	Europe/Paris	44.77811	2.63571		Lacroix-Barrez		76	12	122	12118
3009749	La Croix-Avranchin	la-croix-avranchin	FR	50240	437	Europe/Paris	48.54571	-1.3836		La Croix,La Croix-Avranchin		28	50	501	50487
3009751	La Croix-aux-Mines	la-croix-aux-mines	FR	88520	584	Europe/Paris	48.21933	7.04833		Croix-aux-Mines,Kroaks o Men,La Croix,La Croix-aux-Mines,La-Krua-o-Min,Sadey-aux-Mines,la ke lu wa ao mi na,la krwyy-a-mynys,Кроакс о Мен,Ла-Круа-о-Мин,Ла-Круа-о-Мін,لا کروئی-آ-مینیس,拉克鲁瓦奥米纳		44	88	883	88120
3009752	La Croix-aux-Bois	la-croix-aux-bois	FR	08400	137	Europe/Paris	49.40243	4.79279		La Croix,La Croix-aux-Bois		44	08	084	08135
3009759	Île-de-Sein	ile-de-sein	FR	29990	0	Europe/Paris	48.03333	-4.85		Enez Sun,Sein		53	29	294	29083
3009769	La Croisille-sur-Briance	la-croisille-sur-briance	FR	87130	724	Europe/Paris	45.62972	1.58252		La Croisille-sur-Briance		75	87	872	87051
3009770	La Croisille	la-croisille	FR	27190	338	Europe/Paris	48.98311	0.97641		La Croisille		28	27	273	27189
3009771	Lacroisille	lacroisille	FR	81470	135	Europe/Paris	43.58366	1.93036		Lacroisille		76	81	812	81127
3009778	La Crique	la-crique	FR	76850	292	Europe/Paris	49.69107	1.19631		La Crique		28	76	761	76193
3009780	La Creuse	la-creuse	FR	70240	52	Europe/Paris	47.67533	6.34798		La Creuse		27	70	701	70186
3009783	La Cresse	la-cresse	FR	12640	306	Europe/Paris	44.17773	3.13071		Cresse,Kres,La Cressa,La Cresse,La-Kress,la ke lei si,la krysy,Крес,Ла-Кресс,لا کریسی,拉克雷斯		76	12	121	12086
3009785	Lacres	lacres	FR	62830	165	Europe/Paris	50.59581	1.75248		Lacres,Lakr,la ke er,lasrys,Лакр,لاسريس,拉克尔		32	62	623	62483
3009791	La Crau	la-crau	FR	83260	17905	Europe/Paris	43.14962	6.07399		Crau,Kro,La Crau,La Crau dIeras,La-Kro,la ke luo,la krw,Кро,Ла-Кро,لا کرو,拉克罗		93	83	832	83047
3009794	Lacrabe	lacrabe	FR	40700	223	Europe/Paris	43.61555	-0.59057		Lacrabe		75	40	402	40138
3009795	Lacquy	lacquy	FR	40120	237	Europe/Paris	43.95209	-0.27378		Lacquy		75	40	402	40137
3009797	Lacq	lacq	FR	64170	706	Europe/Paris	43.41289	-0.61883		Lac,Lacq,Lak,la ke,lak,Лак,لاک,拉克		75	64	643	64300
3009798	La Couyère	la-couyere	FR	35320	382	Europe/Paris	47.88787	-1.50589		Ar Gouer,Coheria,Couyere,Couyère,La Couyere,La Couyère,La-Kuier,la ku yi ai er,la kwyry,Ла-Куиер,Ла-Куїєр,لا کویری,拉库伊埃尔		53	35	352	35089
3009802	La Couvertoirade	la-couvertoirade	FR	12230	160	Europe/Paris	43.91255	3.31641		Couvertoirade,Kuvertoirad,La Cobertoirada,La Couvertoirade,La-Kuvertuarad,la ku wei er tu wa la de,Кувертоирад,Ла-Кувертуарад,لا کوویرٹویرادی,拉库韦尔图瓦拉德		76	12	121	12082
3009804	La Couture-Boussey	la-couture-boussey	FR	27750	2069	Europe/Paris	48.89581	1.40491		La Couture,La Couture-Boussey		28	27	273	27183
3009805	La Couture	la-couture	FR	62136	2581	Europe/Paris	50.58212	2.7071		La Couture		32	62	622	62252
3009806	La Couture	la-couture	FR	62136	0	Europe/Paris	49.75678	1.72095				28	76	761	76344
3009807	La Couture	la-couture	FR	62136	0	Europe/Paris	48.04804	-1.03886				53	35	351	35217
3009808	La Couture	la-couture	FR	62136	172	Europe/Paris	46.52092	-1.2634		La Couture		52	85	851	85074
3009809	La Couture	la-couture	FR	62136	0	Europe/Paris	46.0513	0.33846				75	16	163	16242
3009813	Lacourt-Saint-Pierre	lacourt-saint-pierre	FR	82290	945	Europe/Paris	43.98577	1.2634		Lacourt,Lacourt-Saint-Pierre,Verlhaguet		76	82	822	82085
3009814	La Courtine	la-courtine	FR	23100	0	Europe/Paris	47.52476	4.39619				27	21	213	21394
3009815	La Courtine	la-courtine	FR	23100	1130	Europe/Paris	45.70102	2.26341		La Courtine		75	23	231	23067
3009816	La Courtète	la-courtete	FR	11240	60	Europe/Paris	43.146	2.04337		La Courtete,La Courtète		76	11	112	11108
3009819	Lacourt	lacourt	FR	09200	276	Europe/Paris	42.94612	1.17476		Lacourt		76	09	093	09149
3009822	La Couronne	la-couronne	FR	16400	7590	Europe/Paris	45.61128	0.09948		La Palud		75	16	161	16113
3009823	La Couronne	la-couronne	FR	16400	0	Europe/Paris	43.33761	5.05333		La Couronne,La Couronne-Carro		93	13	134	13056
3009824	La Courneuve	la-courneuve	FR	93120	37287	Europe/Paris	48.92805	2.39627		La Courneuve,La Kurnev,La-Kurnev,La-Kurnjov,la kwrnywwy,lakuleunoebeu,lkwrnw,xin ting,Ла Курнев,Ла-Курнев,Ла-Курнёв,لا کورنیووی,لکورنو,ラ・クールヌーヴ,新庭,라쿠르뇌브		11	93	933	93027
3009836	La Courbe	la-courbe	FR	61150	54	Europe/Paris	48.7439	-0.19106		La Courbe		28	61	612	61153
3009853	La Coulonche	la-coulonche	FR	61220	505	Europe/Paris	48.64705	-0.45653				28	61	612	61124
3009855	Lacougotte-Cadoul	lacougotte-cadoul	FR	81500	0	Europe/Paris	43.64081	1.82744		La Cougotte,La Cougotte-Cadoul,Lacougotte-Cadoul		76	81	812	81126
3009860	La Coudre	la-coudre	FR	79150	0	Europe/Paris	48.64722	-1.87872				53	35	354	35299
3009861	La Coudre	la-coudre	FR	79150	0	Europe/Paris	48.30588	0.6054				28	61	613	61099
3009862	La Coudre	la-coudre	FR	79150	0	Europe/Paris	48.15884	0.48706				52	72	722	72246
3009863	La Coudre	la-coudre	FR	79150	0	Europe/Paris	48.11399	3.71069				27	89	893	89048
3009864	La Coudre	la-coudre	FR	79150	0	Europe/Paris	48.07634	3.96283				44	10	103	10018
3009865	La Coudre	la-coudre	FR	79150	195	Europe/Paris	46.94622	-0.47054		La Coudre		75	79	791	79013
3009866	La Coudre	la-coudre	FR	79150	0	Europe/Paris	46.91428	1.40417				24	36	362	36031
3009871	La Coucourde	la-coucourde	FR	26740	795	Europe/Paris	44.64876	4.78309		La Coucourde		84	26	262	26106
3009873	La Couarde-sur-Mer	la-couarde-sur-mer	FR	17670	1272	Europe/Paris	46.19416	-1.42615		La Couarde,La Couarde-sur-Mer,La Fraternite,La Fraternité		75	17	173	17121
3009874	La Couarde	la-couarde	FR	79800	0	Europe/Paris	49.68333	0.35				28	76	762	76406
3009875	La Couarde	la-couarde	FR	79800	288	Europe/Paris	46.32015	-0.1595		La Couarde		75	79	792	79217
3009879	La Côte-Saint-André	la-cote-saint-andre	FR	38260	4555	Europe/Paris	45.39447	5.25908		Cote-Andre,Cote-Bonne-Eau,Cote-Eau-Bonne,Cote-Saint-Andre,Côte-André,Côte-Bonne-Eau,Côte-Eau-Bonne,Côte-Saint-André,Kot Sent Andre,La Cote-Saint-Andre,La Côte-Saint-André,La-Kot-Sent-Andre,la ke te sheng ang de lei,Кот Сент Андре,Ла-Кот-Сент-Андре,لا کوٹی-سین-انڈری,拉科特圣昂德雷		84	38	383	38130
3009881	La Côte-en-Couzan	la-cote-en-couzan	FR	42111	85	Europe/Paris	45.78333	3.81667		La Cote,La Cote-en-Couzan,La Côte,La Côte-en-Couzan		84	42	421	42072
3009884	La Côte-d'Arbroz	la-cote-d-arbroz	FR	74110	0	Europe/Paris	46.18843	6.66892		La Cote d'Arbroz,La Cote-d'Arbroz,La Côte d'Arbroz,La Côte-d'Arbroz		84	74	742	74091
3009885	La Côte-d'Aime	la-cote-d-aime	FR	73210	0	Europe/Paris	45.56838	6.66843		La Cote,La Cote-d'Aime,La Côte,La Côte-d'Aime		84	73	731	73150
3009886	La Côte	la-cote	FR	70200	0	Europe/Paris	49.41535	0.33281				28	27	272	27233
3009887	La Côte	la-cote	FR	70200	516	Europe/Paris	47.68681	6.57271		La Cote,La Côte		27	70	701	70178
3009888	La Côte	la-cote	FR	70200	0	Europe/Paris	46.93147	1.17866				24	36	362	36136
3009889	La Côte	la-cote	FR	70200	0	Europe/Paris	46.44496	2.91162				84	03	031	03191
3009890	La Côte	la-cote	FR	70200	0	Europe/Paris	45.91417	5.20053				84	01	011	01244
3009891	La Côte	la-cote	FR	70200	0	Europe/Paris	45.74889	0.94334				75	87	873	87158
3009892	La Côte	la-cote	FR	70200	0	Europe/Paris	45.71667	1.16667				75	87	872	87094
3009893	La Côte	la-cote	FR	70200	0	Europe/Paris	45.6609	4.98788				84	69	691	69298
3009894	La Côte	la-cote	FR	70200	0	Europe/Paris	45.12727	5.47133				84	38	381	38333
3009895	La Cote	la-cote	FR	70200	0	Europe/Paris	45.11095	0.80754				75	24	243	24312
3009896	La Cote	la-cote	FR	70200	0	Europe/Paris	45.092	0.89635				75	24	243	24421
3009900	Lacoste	lacoste	FR	34800	440	Europe/Paris	43.83227	5.27319		Lacoste		93	84	841	84058
3009901	Lacoste	lacoste	FR	34800	265	Europe/Paris	43.64713	3.43597		Lacoste		76	34	342	34124
3009905	La Cornuaille	la-cornuaille	FR	49440	837	Europe/Paris	47.51087	-0.98432		Cornuaille,Kornijaj,La Cornuaille,La-Kornjuaj,la ke er ni ai er,la kwrnwayly,Корнијај,Ла-Корнюай,لا کورنوایلی,拉科尔尼艾尔		52	49	494	49183
3009916	La Corbière	la-corbiere	FR	70300	0	Europe/Paris	49.70309	1.55369				28	76	761	76065
3009917	La Corbière	la-corbiere	FR	70300	94	Europe/Paris	47.79536	6.49072		La Corbiere,La Corbière		27	70	701	70172
3009918	La Corbière	la-corbiere	FR	70300	0	Europe/Paris	47.57591	-1.42575				52	44	445	44095
3009919	La Corbière	la-corbiere	FR	70300	0	Europe/Paris	46.62068	0.84751				75	86	862	86040
3009922	La Coquille	la-coquille	FR	24450	1393	Europe/Paris	45.54216	0.97627		La Coquille		75	24	242	24133
3009927	La Copechagnière	la-copechagniere	FR	85260	713	Europe/Paris	46.84922	-1.3477		La Copechagniere,La Copechagnière		52	85	852	85072
3009940	La Comté	la-comte	FR	62150	797	Europe/Paris	50.42563	2.4918		La Comte,La Comté		32	62	622	62232
3009941	La Comté	la-comte	FR	62150	0	Europe/Paris	49.11499	1.72014				11	95	953	95150
3009942	La Compôte	la-compote	FR	73630	0	Europe/Paris	45.67038	6.16043		Compote,Compôte,Kompot,La Compote,La Compôte,La-Kompot,Компот,Ла-Компот,لا کومپوٹی		84	73	732	73090
3009946	Lacommande	lacommande	FR	64360	183	Europe/Paris	43.27731	-0.50871		La Comanda,Lacommande,Lakommand,la ke mang de,Лакомманд,لاکومانڈی,拉科芒德		75	64	643	64299
3009947	La Comelle	la-comelle	FR	71990	200	Europe/Paris	46.8786	4.11185		La Comelle		27	71	711	71142
3009952	La Combe-de-Lancey	la-combe-de-lancey	FR	38190	629	Europe/Paris	45.22408	5.8971		Combe de Lancey,La Combe-de-Lancey		84	38	381	38120
3009962	Lacombe	lacombe	FR	11310	0	Europe/Paris	45.13486	1.48819				75	19	191	19031
3009966	Lacombe	lacombe	FR	11310	128	Europe/Paris	43.39778	2.23276		Lacombe		76	11	111	11182
3009974	La Colombe	la-colombe	FR	41160	573	Europe/Paris	48.87547	-1.18095		La Colombe		28	50	504	50137
3009975	La Colombe	la-colombe	FR	41160	123	Europe/Paris	47.88922	1.37124		La Colombe		24	41	411	41173
3009977	Lacollonge	lacollonge	FR	90150	228	Europe/Paris	47.66479	6.96394		Lacollonge		27	90	901	90059
3009978	La Colle-sur-Loup	la-colle-sur-loup	FR	06480	6987	Europe/Paris	43.68648	7.10376		Colle-sur-Loup,Kol sir Lup,La Colle,La Colle-sur-Loup,La-Kol'-sjur-Lu,Sa Cola,Sa Cola de Lop,Sa Còla,Sa Còla de Lop,la kwl swr lwb,lu he pan la ke er,Кол сир Луп,Ла-Коль-сюр-Лу,لا كول سور لوب,ラ・コル＝シュル＝ルー,卢河畔拉科尔		93	06	061	06044
3009983	La Collancelle	la-collancelle	FR	58800	178	Europe/Paris	47.17507	3.64025				27	58	582	58080
3009995	La Cochère	la-cochere	FR	61310	142	Europe/Paris	48.72255	0.14012		La Cochere,La Cochère		28	61	612	61474
3009999	Saint-Martin-de-la-Cluze	saint-martin-de-la-cluze	FR	38650	0	Europe/Paris	44.98333	5.66667		La Cluze,La Cluze-et-Paquier,La Cluze-et-Pâquier		84	38	381	38115
3010000	La Cluse-et-Mijoux	la-cluse-et-mijoux	FR	25300	1171	Europe/Paris	46.88333	6.38333		Cluse et Mijoux		27	25	253	25157
3010001	La Cluse	la-cluse	FR	05250	0	Europe/Paris	46.17116	5.57821		La Cluse,La Cluze		84	01	014	01265
3010002	La Cluse	la-cluse	FR	05250	57	Europe/Paris	44.63946	5.84776		Cluse,Kliz,La Clusa,La Cluse,La-Kljuz,la ke lu si,la klywsy,Клиз,Ла-Клюз,لا کلیوسی,拉克吕斯		93	05	052	05139
3010004	La Clusaz	la-clusaz	FR	74220	2241	Europe/Paris	45.90675	6.43445		La Clusac,La Clusaz		84	74	741	74080
3010008	La Clotte	la-clotte	FR	17360	502	Europe/Paris	45.11799	-0.14795		La Clotte		75	17	171	17113
3010009	La Clisse	la-clisse	FR	17600	419	Europe/Paris	45.73341	-0.76301		La Clisse		75	17	174	17112
3010014	La Clayette	la-clayette	FR	71800	2162	Europe/Paris	46.29002	4.30422		La Clayette		27	71	713	71133
3010025	La Ciotat	la-ciotat	FR	13600	33113	Europe/Paris	43.17476	5.60449		Cytharista parrochia,La Ciotat,La Ciutat,La Sjota,La-S'jota,La-S'ota,Sans-Nom,Ville-sans-Nom,XCT,la xi ao ta,lasiota,lsywth,Ла Сјота,Ла-Сьйота,Ла-Сьота,لا کیوتاٹ,لسیوته,ラ・シオタ,拉西奥塔,라시오타		93	13	133	13028
3010027	Lachy	lachy	FR	51120	326	Europe/Paris	48.76629	3.70639		Lachy		44	51	512	51313
3010031	La Chomette	la-chomette	FR	43230	141	Europe/Paris	45.22984	3.47448		La Chomette		84	43	431	43072
3010038	La Chèze	la-cheze	FR	22210	600	Europe/Paris	48.1317	-2.65812		Kez,La Cheze,La Chèze		53	22	224	22039
3010040	La Chevrolière	la-chevroliere	FR	44118	5220	Europe/Paris	47.09105	-1.61119		Caprioleria,Chevroliere,Chevrolière,Kerc'hevrel,Kerchevrel,La Chevroliere,La Chevrolière,La-Shevrol'er,Shevrolijer,la shywrwlyry,la xie fu luo li ai,Ла-Шеврольєр,Шевролијер,لا شیورولیری,拉谢夫罗利埃		52	44	442	44041
3010042	La Chèvrerie	la-chevrerie	FR	16240	158	Europe/Paris	46.04692	0.13862		Chevrerie,Chèvrerie,La Chevrerie,La Chèvrerie,La-Shevreri,Shevreri,la shywryry,la xie fu lei li ye,Ла-Шеврери,Ла-Шеврері,Шеврери,لا شیوریری,拉谢夫雷里耶		75	16	163	16098
3010044	La Chevallerais	la-chevallerais	FR	44810	704	Europe/Paris	47.46798	-1.6716		Chevallerais,Kergaval,La Chevalerais,La Chevallerais,La-Sheval're,Shevalere,la shywalyrays,la xie wa lei lai,Ла-Шевальре,Шевалере,لا شیوالیرایس,拉谢瓦勒赖		52	44	445	44221
3010049	La Cheppe	la-cheppe	FR	51600	300	Europe/Paris	49.04947	4.50033		Cheppe,La Cheppe,La-Shepp,Shep,la shypy,la xie pu,Ла-Шепп,Шеп,لا شیپی,拉谢普		44	51	511	51147
3010056	La Chenalotte	la-chenalotte	FR	25500	301	Europe/Paris	47.10816	6.68248		La Chenalotte		27	25	253	25148
3010059	Lachelle	lachelle	FR	60190	596	Europe/Paris	49.44416	2.73651		Lachelle		32	60	603	60337
3010065	La Chaze-de-Peyre	la-chaze-de-peyre	FR	48130	218	Europe/Paris	44.70336	3.25324		La Chaze,La Chaze-de-Peyre		76	48	482	48009
3010067	La Chavatte	la-chavatte	FR	80700	39	Europe/Paris	49.75723	2.76667		La Chavatte		32	80	804	80189
3010068	La Chavanne	la-chavanne	FR	73800	423	Europe/Paris	45.49215	6.07325		La Chavanne		84	73	732	73082
3010069	Chaux-Neuve	chaux-neuve	FR	25240	232	Europe/Paris	46.68333	6.13333		Chaux-Neuve,La Chaux,Sho Nev,Sho-Nev,shao na fu,Шо Нев,Шо-Нев,绍纳夫		27	25	253	25142
3010070	La Chaux-en-Bresse	la-chaux-en-bresse	FR	39230	40	Europe/Paris	46.82574	5.47965		La Chaux,La Chaux-en-Bresse		27	39	392	39132
3010071	La Chaux-du-Dombief	la-chaux-du-dombief	FR	39150	542	Europe/Paris	46.60243	5.90047		Chaux-du-Dombief,La Chaux,La Chaux-du-Dombief,La-Sho-dju-Dombef,Sho di Dombje,la sha-dw-dwmbyf,la shao di dong bi ye,Ла-Шо-дю-Домбєф,Шо ди Домбје,لا شا-دو-دومبیف,拉绍迪东比耶		27	39	393	39131
3010072	La Chaux	la-chaux	FR	25650	55	Europe/Paris	48.61028	-0.25792				28	61	611	61104
3010073	La Chaux	la-chaux	FR	25650	402	Europe/Paris	47.02282	6.43322		La Chaux		27	25	253	25139
3010074	La Chaux	la-chaux	FR	25650	284	Europe/Paris	46.8287	5.26025		La Chaux		27	71	714	71121
3010075	Lachaux	lachaux	FR	63290	0	Europe/Paris	45.99387	3.59273		La Chaum,Lachaux,Lasho,la shao,lachwks,Лашо,لاچوکس,拉绍		84	63	635	63184
3010076	La Chaux	la-chaux	FR	25650	0	Europe/Paris	45.63694	3.21716				84	63	632	63457
3010077	La Chaux	la-chaux	FR	25650	0	Europe/Paris	45.48951	3.71873				84	63	631	63211
3010078	La Chaux	la-chaux	FR	25650	0	Europe/Paris	45.38333	3.38333				84	43	431	43016
3010079	Lachaux	lachaux	FR	63290	0	Europe/Paris	45.31998	3.67126				84	43	431	43048
3010080	La Chaux	la-chaux	FR	25650	0	Europe/Paris	45.04523	4.53015				84	07	073	07166
3010081	La Chaux	la-chaux	FR	25650	0	Europe/Paris	45.02979	4.64314				84	07	073	07014
3010090	La Chaussée-Tirancourt	la-chaussee-tirancourt	FR	80310	692	Europe/Paris	49.95376	2.14963		La Chaussee-Tirancourt,La Chaussée-Tirancourt		32	80	802	80187
3010091	La Chaussée-sur-Marne	la-chaussee-sur-marne	FR	51240	665	Europe/Paris	48.83423	4.52311		La Chaussee,La Chaussee-sur-Marne,La Chaussée,La Chaussée-sur-Marne		44	51	514	51141
3010217	La Chapelle-Viel	la-chapelle-viel	FR	61270	247	Europe/Paris	48.70166	0.61897		La Chapelle-Viel		28	61	613	61100
3010092	La Chaussée-Saint-Victor	la-chaussee-saint-victor	FR	41260	4253	Europe/Paris	47.61621	1.36765		La Chaussee,La Chaussee-Saint-Victor,La Chaussée,La Chaussée-Saint-Victor,La-Shosse-Sen-Viktor,Victoire,Victor,Victor-la-Chaussee,Victor-la-Chaussée,la shao sai ai sheng wei ke tuo,Ла-Шоссе-Сен-Віктор,لا شوسی-سین-ویکٹور,拉绍塞埃圣维克托		24	41	411	41047
3010093	Lachaussée-du-Bois-d'Écu	lachaussee-du-bois-d-ecu	FR	60480	0	Europe/Paris	49.56667	2.16667		La Chaussee,La Chaussée		32	60	601	60336
3010094	La Chaussée-d'Ivry	la-chaussee-d-ivry	FR	28260	0	Europe/Paris	48.88237	1.47938		La Chaussee-d'Ivry,La Chaussée-d'Ivry,la Chaussee,la Chaussée		24	28	283	28096
3010097	La Chaussée	la-chaussee	FR	76590	0	Europe/Paris	50.93333	1.8				32	62	626	62239
3010098	La Chaussée	la-chaussee	FR	76590	0	Europe/Paris	49.82462	1.11951		La Chaussee,La Chaussée		28	76	761	76173
3010099	La Chaussée	la-chaussee	FR	76590	300	Europe/Paris	49.68181	0.60397		La Chaussee,La Chaussée		28	76	761	76470
3010100	La Chaussée	la-chaussee	FR	76590	0	Europe/Paris	49.66259	1.8765				32	60	601	60604
3010101	La Chaussée	la-chaussee	FR	76590	0	Europe/Paris	49.66682	0.36463				28	76	762	76143
3010102	La Chaussée	la-chaussee	FR	76590	0	Europe/Paris	49.58566	0.74714				28	76	763	76702
3010103	Lachaussée	lachaussee	FR	55210	250	Europe/Paris	49.03694	5.81861		Lachaussee,Lachaussée,Lashosse,la shao sai ai,lachwsy,Лашоссе,لاچوسی,拉绍塞埃		44	55	552	55267
3010104	La Chaussée	la-chaussee	FR	76590	0	Europe/Paris	48.39935	0.84702				28	61	613	61116
3010105	La Chaussée	la-chaussee	FR	76590	0	Europe/Paris	47.99718	3.83294				27	89	891	89061
3010106	La Chaussée	la-chaussee	FR	76590	0	Europe/Paris	47.67162	-1.596				52	44	445	44086
3010107	La Chaussée	la-chaussee	FR	76590	0	Europe/Paris	47.48238	-1.79273				52	44	445	44015
3010108	La Chaussée	la-chaussee	FR	76590	0	Europe/Paris	47.1805	0.12175				24	37	371	37220
3010109	La Chaussée	la-chaussee	FR	76590	0	Europe/Paris	47.0927	-1.41508				52	44	442	44002
3010110	La Chaussée	la-chaussee	FR	76590	0	Europe/Paris	46.92941	2.601		La Chausee,La Chaussee,La Chaussée,La Chausée		24	18	182	18040
3010111	La Chaussée	la-chaussee	FR	76590	0	Europe/Paris	46.88629	0.11114		La Chaussee,La Chaussée		75	86	861	86069
3010112	La Chaussaire	la-chaussaire	FR	49600	695	Europe/Paris	47.20048	-1.1456		Chaussaire,La Chaussaire,La-Shosser,Shoser,la shao sai er,la shwsayry,Ла-Шоссер,Шосер,لا شوسایری,拉绍赛尔		52	49	492	49218
3010114	La Chaussade	la-chaussade	FR	23200	105	Europe/Paris	45.98913	2.23517		La Chaussade		75	23	231	23059
3010117	La Chaumusse	la-chaumusse	FR	39150	305	Europe/Paris	46.58531	5.93879		La Chaumusse		27	39	393	39126
3010127	La Chaume	la-chaume	FR	21520	0	Europe/Paris	48.3097	3.47112				27	89	893	89359
3010128	La Chaume	la-chaume	FR	21520	0	Europe/Paris	48.01474	2.60771				24	45	451	45219
3010129	La Chaume	la-chaume	FR	21520	139	Europe/Paris	47.87891	4.83886		La Chaume		27	21	213	21159
3010130	La Chaume	la-chaume	FR	21520	0	Europe/Paris	47.02793	3.02509				24	18	182	18075
3010131	La Chaume	la-chaume	FR	21520	0	Europe/Paris	46.69859	1.20137				24	36	361	36173
3010132	La Chaume	la-chaume	FR	21520	0	Europe/Paris	46.49488	-1.80434				52	85	853	85194
3010133	La Chaume	la-chaume	FR	21520	0	Europe/Paris	46.43157	2.1465				24	36	363	36240
3010134	La Chaume	la-chaume	FR	21520	0	Europe/Paris	46.30668	2.19538				75	23	231	23254
3010135	La Chaume	la-chaume	FR	21520	0	Europe/Paris	46.26851	0.9422				75	87	871	87028
3010136	La Chaulme	la-chaulme	FR	63660	136	Europe/Paris	45.46565	3.9446		La Chaulme		84	63	631	63104
3010138	La Chaudière	la-chaudiere	FR	26340	18	Europe/Paris	44.63205	5.21644		La Chaudiere,La Chaudière		84	26	261	26090
3010151	Lachau	lachau	FR	26560	239	Europe/Paris	44.23113	5.63869		Lachau		84	26	262	26154
3010219	La Chapelle-Vicomtesse	la-chapelle-vicomtesse	FR	41270	173	Europe/Paris	47.98996	1.03548		La Chapelle,La Chapelle-Vicomtesse		24	41	412	41041
3010152	La Châtre-Langlin	la-chatre-langlin	FR	36170	569	Europe/Paris	46.40868	1.38952		Chatre-Langlin,Châtre-Langlin,La Chastra dau Vicomte,La Chatre,La Chatre-Langlin,La Chatre-le-Vicomte,La Châtre,La Châtre-Langlin,La-Shatr-Langlen,Le Chatre,Le Châtre,Shatr Langlen,la sha te er lang ge lan,Ла-Шатр-Ланглен,Шатр Ланглен,لا شاٹرے-لانگلین,拉沙特尔朗格兰		24	36	361	36047
3010154	La Châtre	la-chatre	FR	36400	4687	Europe/Paris	46.58228	1.98734		Chatre,Châtre,La Chatre,La Châtre,La-Shatr,Shatr,la sha te er,la shatr,Ла-Шатр,Шатр,لا شاتر,لا شاٹرے,ラ・シャトル,拉沙特尔	363	24	36	363	36046
3010155	La Châtre	la-chatre	FR	36400	0	Europe/Paris	46.38687	2.65286				84	03	031	03305
3010159	La Châtelaine	la-chatelaine	FR	39600	132	Europe/Paris	46.8751	5.81805		La Chatelaine,La Châtelaine		27	39	391	39116
3010160	La Châtaigneraie	la-chataigneraie	FR	85120	0	Europe/Paris	46.73765	0.83691				75	86	861	86288
3010161	La Châtaigneraie	la-chataigneraie	FR	85120	2649	Europe/Paris	46.64959	-0.7413		Chataigneraie,Châtaigneraie,La Chataigneraie,La Châtaigneraie,La-Shaten'ere,Shatenere,la sha tai ge lai e,Ла-Шатеньєре,Шатењере,لا شاتائے گنیرائے,拉沙泰格赖厄		52	85	851	85059
3010172	La Chassagne	la-chassagne	FR	39230	120	Europe/Paris	46.86469	5.45631		La Chassagne		27	39	392	39112
3010173	La Chassagne	la-chassagne	FR	39230	0	Europe/Paris	46.46667	2.98333				84	03	032	03046
3010174	La Chassagne	la-chassagne	FR	39230	0	Europe/Paris	46.3	2.33333				75	23	231	23174
3010175	La Chassagne	la-chassagne	FR	39230	0	Europe/Paris	46.15416	1.7155				75	23	232	23088
3010176	Lachassagne	lachassagne	FR	69480	863	Europe/Paris	45.9252	4.68744		Lachassagne		84	69	692	69106
3010177	La Chassagne	la-chassagne	FR	39230	0	Europe/Paris	45.81436	0.8544				75	87	873	87126
3010178	La Chassagne	la-chassagne	FR	39230	0	Europe/Paris	45.53333	2.41667				75	19	193	19201
3010179	La Chassagne	la-chassagne	FR	39230	0	Europe/Paris	45.46124	1.58479				75	19	192	19060
3010180	La Chassagne	la-chassagne	FR	39230	0	Europe/Paris	45.25	2.5				84	15	152	15243
3010181	La Chartre-sur-le-Loir	la-chartre-sur-le-loir	FR	72340	1633	Europe/Paris	47.72944	0.57383		La Chartre,La Chartre-sur-le-Loir		52	72	721	72068
3010198	La Charmée	la-charmee	FR	71100	0	Europe/Paris	48.27011	3.50275				27	89	893	89214
3010199	La Charmée	la-charmee	FR	71100	677	Europe/Paris	46.72	4.79572		La Charmee,La Charmée		27	71	712	71102
3010200	La Charme	la-charme	FR	39230	33	Europe/Paris	46.84434	5.55872		La Charme		27	39	392	39110
3010201	La Charité-sur-Loire	la-charite-sur-loire	FR	58400	5460	Europe/Paris	47.18333	3.01667		La Charite,La Charite-sur-Loire,La Charité,La Charité-sur-Loire,La-Sharite-sjur-Luar,Lja-Sharite-sjur-Luar,Sharite na Loari,lu wa er he pan la sha li tai,Ла-Шарите-сюр-Луар,Ля-Шарите-сюр-Луар,Шарите на Лоари,لا شاریٹی-سور-لویری,卢瓦尔河畔拉沙里泰		27	58	584	58059
3010206	La Charce	la-charce	FR	26470	52	Europe/Paris	44.47091	5.45042		La Charce		84	26	262	26075
3010213	La Chapelotte	la-chapelotte	FR	18250	190	Europe/Paris	47.35314	2.59076		La Chapelotte		24	18	181	18051
3010214	La Chapelle-Yvon	la-chapelle-yvon	FR	14290	523	Europe/Paris	49.06381	0.33945		La Chapelle,La Chapelle-Yvon		28	14	143	14570
3010215	Chapelle-Viviers	chapelle-viviers	FR	86300	463	Europe/Paris	46.48374	0.72592		Chapelle-Viviers,La Chapelle-Viviers		75	86	862	86059
3010216	La Chapelle-Villars	la-chapelle-villars	FR	42410	334	Europe/Paris	45.47368	4.71934		La Chapelle,La Chapelle-Villars		84	42	423	42051
3010222	La Chapelle-Vendômoise	la-chapelle-vendomoise	FR	41330	772	Europe/Paris	47.67098	1.23891		La Chapelle,La Chapelle-Vendomoise,La Chapelle-Vendômoise,Le Temple-Vendomois,Le Temple-Vendômois		24	41	411	41040
3010223	La Chapelle-Vaupelteigne	la-chapelle-vaupelteigne	FR	89800	94	Europe/Paris	47.84559	3.76591		La Chapelle,La Chapelle-Vaupelteigne		27	89	891	89081
3010460	La Chambre	la-chambre	FR	73130	1205	Europe/Paris	45.35862	6.29978		La Chambre		84	73	733	73067
3010224	La Chapelle-Urée	la-chapelle-uree	FR	50370	124	Europe/Paris	48.67039	-1.16283		La Chapelle-Uree,La Chapelle-Urée		28	50	501	50124
3010226	La Chapelle-Thouarault	la-chapelle-thouarault	FR	35590	2113	Europe/Paris	48.12409	-1.86609		Bredual,La Chapelle-Thouarault,La-Shapel'-Tuaro,la sha pei lei tu a luo er,Ла-Шапель-Туаро,لا شاپیل-تھوارالٹ,拉沙佩勒图阿罗尔		53	35	353	35065
3010227	La Chapelle-Thireuil	la-chapelle-thireuil	FR	79160	467	Europe/Paris	46.55805	-0.55594		La Chapelle,La Chapelle-Thireuil		75	79	793	79077
3010228	La Chapelle-Thémer	la-chapelle-themer	FR	85210	307	Europe/Paris	46.55824	-0.95606		La Chapelle-Themer,La Chapelle-Thémer		52	85	851	85056
3010229	La Chapelle-Thècle	la-chapelle-thecle	FR	71470	485	Europe/Paris	46.55735	5.11598		Chapelle-Thecle,Chapelle-Thècle,La Chapelle-Thecle,La Chapelle-Thècle,La-Shapel'-Tekl',Sane-la-Vive,Shapel Tekl,Sâne-la-Vive,Ла-Шапель-Текль,Шапел Текл,لا شاپیل-تھیکل		27	71	714	71097
3010230	La Chapelle-Taillefert	la-chapelle-taillefert	FR	23000	350	Europe/Paris	46.1007	1.83933		La Chapelle,La Chapelle-Taillefer,La Chapelle-Taillefert		75	23	232	23052
3010231	La Chapelle-sur-Usson	la-chapelle-sur-usson	FR	63580	70	Europe/Paris	45.46625	3.40024		La Chapelle,La Chapelle-sur-Usson		84	63	633	63088
3010232	Lachapelle	lachapelle	FR	47350	0	Europe/Paris	49.76667	1.95		Lachapelle-sur-Poix		32	80	802	80455
3010233	La Chapelle-sur-Oudon	la-chapelle-sur-oudon	FR	49500	510	Europe/Paris	47.67709	-0.82693		Chapelle-sur-Oudon,La Chapelle,La Chapelle-sur-Oudon,La-Shapel'-sjur-Udon,Shapel sir Udon,wu dong he pan la sha pei lei,Ла-Шапель-сюр-Удон,Шапел сир Удон,لا شاپیل-سور-وڈون,乌东河畔拉沙佩勒		52	49	494	49331
3010234	La Chapelle-sur-Oreuse	la-chapelle-sur-oreuse	FR	89260	424	Europe/Paris	48.29115	3.30696		Chapelle-sur-Oreuse,La Chapelle,La Chapelle-sur-Oreuse,La-Shapel'-sjur-Orez,Shapel sir Orez,ao lei si he pan la sha pei lei,la shapyl-swr-wrywsy,Ла-Шапель-сюр-Орез,Шапел сир Орез,لا شاپیل-سور-وریوسی,奥勒斯河畔拉沙佩勒		27	89	893	89080
3010235	La Chapelle-sur-Loire	la-chapelle-sur-loire	FR	37140	1529	Europe/Paris	47.25063	0.21887		La Chapelle,Les Trois-Volets		24	37	371	37058
3010236	La Chapelle-sur-Furieuse	la-chapelle-sur-furieuse	FR	39110	295	Europe/Paris	46.99784	5.85677		La Chapelle,La Chapelle-sur-Furieuse		27	39	391	39103
3010237	La Chapelle-sur-Erdre	la-chapelle-sur-erdre	FR	44240	18481	Europe/Paris	47.29964	-1.55239		Chapel-Erzh,Chapelle-sur-Erdre,La Chapelle-sur-Erdre,La-Shapel'-sjur-Erdr,Shapel sir Erdr,ai er de er he pan la sha pei lei,Ла-Шапель-сюр-Ердр,Шапел сир Ердр,لا شاپیل-سور-یرڈری,ラ・シャペル＝シュル＝エルドル,埃尔德尔河畔拉沙佩勒		52	44	442	44035
3010238	La Chapelle-sur-Dun	la-chapelle-sur-dun	FR	76740	213	Europe/Paris	49.86206	0.84936		La Chapelle,La Chapelle-sur-Dun		28	76	761	76172
3010240	La Chapelle-sur-Coise	la-chapelle-sur-coise	FR	69590	415	Europe/Paris	45.65481	4.49971		La Chapelle,La Chapelle-sur-Coise,Vaudragon		84	69	691	69042
3010241	La Chapelle-sur-Chézy	la-chapelle-sur-chezy	FR	02570	222	Europe/Paris	48.94703	3.37786		La Chapelle,La Chapelle-sur-Chezy,La Chapelle-sur-Chézy		32	02	021	02162
3010242	La Chapelle-sur-Aveyron	la-chapelle-sur-aveyron	FR	45230	417	Europe/Paris	47.86613	2.86214		Chapelle-sur-Aveyron,La Chapelle,La Chapelle-sur-Aveyron,La-Shapel'-sjur-Averon,Shapel sir Averon,a wei luo ne he pan la sha pei lei,la shapyl-swr-awyyrwn,Ла-Шапель-сюр-Аверон,Шапел сир Аверон,لا شاپیل-سور-اوییرون,阿韦罗讷河畔拉沙佩勒		24	45	451	45077
3010243	Chapelle-Spinasse	chapelle-spinasse	FR	19300	135	Europe/Paris	45.35853	2.04183		Chapelle-Spinasse,La Chapelle-Spinasse,Le Doustre		75	19	193	19046
3010244	La Chapelle-sous-Uchon	la-chapelle-sous-uchon	FR	71190	212	Europe/Paris	46.83595	4.23417		La Chapelle,La Chapelle-sous-Uchon		27	71	711	71096
3010245	Lachapelle-sous-Rougemont	lachapelle-sous-rougemont	FR	90360	477	Europe/Paris	47.71227	7.016		La Chapelle,Lachapelle-sous-Rougemont		27	90	901	90058
3010246	La Chapelle-sous-Orbais	la-chapelle-sous-orbais	FR	51270	41	Europe/Paris	48.91	3.73274		La Chapelle,La Chapelle-sous-Orbais,Luceval		44	51	512	51128
3010247	Lachapelle-sous-Gerberoy	lachapelle-sous-gerberoy	FR	60380	147	Europe/Paris	49.53489	1.86906		Gerbe-la-Montagne,Lacapele-dsou-Gerberoe,Lacapèle-dsou-Gérberoé,Lachapelle,Lachapelle-sous-Gerberoy,Lashapel'-su-Zherberua,la sha pei er su re er bo lu wa,Лашапель-су-Жерберуа,لاشاپیل-سوس-گیربیروئے,拉沙佩尔苏热尔伯鲁瓦		32	60	601	60335
3010248	La Chapelle-sous-Dun	la-chapelle-sous-dun	FR	71800	465	Europe/Paris	46.26033	4.29513		La Chapelle,La Chapelle-sous-Dun		27	71	713	71095
3010249	Lachapelle-sous-Chaux	lachapelle-sous-chaux	FR	90300	652	Europe/Paris	47.70494	6.82103		Lachapelle,Lachapelle-sous-Chaux		27	90	901	90057
3010250	Lachapelle-sous-Chanéac	lachapelle-sous-chaneac	FR	07310	189	Europe/Paris	44.94744	4.33092		Lachapelle,Lachapelle-sous-Chaneac,Lachapelle-sous-Chanéac,Peledru		84	07	073	07123
3010251	La Chapelle-sous-Brancion	la-chapelle-sous-brancion	FR	71700	140	Europe/Paris	46.55155	4.79154		La Chapelle,La Chapelle-sous-Brancion		27	71	715	71094
3010252	Lachapelle-sous-Aubenas	lachapelle-sous-aubenas	FR	07200	1350	Europe/Paris	44.56421	4.36393		Lachapelle,Lachapelle-sous-Aubenas		84	07	071	07122
3010253	La Chapelle-Souëf	la-chapelle-souef	FR	61130	243	Europe/Paris	48.32336	0.59557		La Chapelle-Souef,La Chapelle-Souëf		28	61	613	61099
3010254	La Chapelle-Saint-Ursin	la-chapelle-saint-ursin	FR	18570	3245	Europe/Paris	47.06248	2.32447		La Chapelle-Saint-Ursin		24	18	181	18050
3010255	La Chapelle-Saint-Sulpice	la-chapelle-saint-sulpice	FR	77160	188	Europe/Paris	48.55427	3.1786		La Chapelle-Saint-Sulpice		11	77	773	77090
3010285	La Chapelle-Réanville	la-chapelle-reanville	FR	27950	1067	Europe/Paris	49.09752	1.38209		La Chapelle-Reanville,La Chapelle-Réanville,La-Shapel'-Reanvil',la Chapelle,la sha pei lei lei ang wei er,Ла-Шапель-Реанвиль,Ла-Шапель-Реанвіль,拉沙佩勒雷昂维尔		28	27	271	27554
3010438	La Chapelle	la-chapelle	FR	03300	0	Europe/Paris	45.48333	2.18333				75	19	193	19058
3010256	La Chapelle-Saint-Sépulcre	la-chapelle-saint-sepulcre	FR	45210	265	Europe/Paris	48.01825	2.84393		Chapelle-Saint-Sepulcre,Chapelle-Saint-Sépulcre,La Chapelle,La Chapelle-Saint-Sepulcre,La Chapelle-Saint-Sépulcre,La-Shapel'-Sen-Sepjul'kr,Shapel Sen Sepilkr,la sha pei lei sheng sai pi er ke er,la shapyl-syn-sypwlkry,Ла-Шапель-Сен-Сепюлькр,Шапел Сен Сепилкр,لا شاپیل-سین-سیپولکری,拉沙佩勒圣塞皮尔克尔		24	45	451	45076
3010398	Lachapelle-Auzac	lachapelle-auzac	FR	46200	855	Europe/Paris	44.92866	1.49195		Lachapelle-Auzac		76	46	463	46145
3010257	La Chapelle-Saint-Sauveur	la-chapelle-saint-sauveur	FR	44370	677	Europe/Paris	47.44111	-0.9846		Chapel-ar-Salver,La Chapelle,La Chapelle-Saint-Sauveur,Loreole,Loréole		52	44	445	44213
3010258	La Chapelle-Saint-Sauveur	la-chapelle-saint-sauveur	FR	44370	653	Europe/Paris	46.84607	5.27038		La Chapelle,La Chapelle-Saint-Sauveur,Masselibre		27	71	714	71093
3010260	La Chapelle-Saint-Rémy	la-chapelle-saint-remy	FR	72160	774	Europe/Paris	48.10747	0.45619		La Chapelle,La Chapelle-Saint-Remy,La Chapelle-Saint-Rémy		52	72	722	72067
3010261	La Chapelle-Saint-Quillain	la-chapelle-saint-quillain	FR	70700	98	Europe/Paris	47.47581	5.81484		La Chapelle,La Chapelle-Saint-Quillain		27	70	702	70129
3010262	Lachapelle-Saint-Pierre	lachapelle-saint-pierre	FR	60730	955	Europe/Paris	49.26942	2.23525		Lachapelle,Lachapelle-Saint-Pierre,Lashapel'-Sen-Perr,la sha pei er sheng pi ye er,lashapyl-syn-pyry,Лашапель-Сен-Пєрр,لاشاپیل-سین-پیری,拉沙佩尔圣皮耶尔		32	60	601	60334
3010263	La Chapelle-Saint-Ouen	la-chapelle-saint-ouen	FR	76780	74	Europe/Paris	49.53477	1.4344		La Chapelle-Saint-Ouen		28	76	761	76171
3010264	La Chapelle-Saint-Ouen	la-chapelle-saint-ouen	FR	76780	0	Europe/Paris	49.10012	1.55564				28	27	271	27072
3010265	La Chapelle-Saint-Mesmin	la-chapelle-saint-mesmin	FR	45380	9532	Europe/Paris	47.88648	1.8345		Chapelle-Saint-Mesmin,La Chapelle,La Chapelle-Saint-Mesmin,La-Shapel'-Sen-Memen,Shapel-Sen-Mezmin,la sha pei lei sheng mei si man,la shapyl-syn-mysmyn,Ла-Шапель-Сен-Мемен,Шапел-Сен-Мезмин,لا شاپیل-سین-میسمین,拉沙佩勒圣梅斯曼		24	45	452	45075
3010266	La Chapelle-de-Brain	la-chapelle-de-brain	FR	35660	0	Europe/Paris	47.70003	-1.93508		La Chapelle,La Chapelle-Saint-Melaine,La Chapelle-de-Brain		53	35	352	35064
3010267	La Chapelle-Saint-Maurice	la-chapelle-saint-maurice	FR	74410	128	Europe/Paris	45.77853	6.14964		Capella Sancti Mauritii,Chapelle-Saint-Maurice,La Chapelle,La Chapelle-Saint-Maurice,La-Shapel'-Sen-Moris,Shapel Sen Moris,la shapyl-syn-mwryky,Ла-Шапель-Сен-Морис,Шапел Сен Морис,لا شاپیل-سین-موریکی		84	74	741	74060
3010268	La Chapelle-Saint-Martin-en-Plaine	la-chapelle-saint-martin-en-plaine	FR	41500	617	Europe/Paris	47.71722	1.41689		La Chapelle,La Chapelle-Saint-Martin,La Chapelle-Saint-Martin-en-Plaine		24	41	411	41039
3010269	La Chapelle-Saint-Martin	la-chapelle-saint-martin	FR	73170	91	Europe/Paris	45.64721	5.75799		La Chapelle,La Chapelle-Saint-Martin		84	73	732	73078
3010270	La Chapelle-Saint-Martial	la-chapelle-saint-martial	FR	23250	99	Europe/Paris	46.02655	1.92572		La Chapelle-Saint-Martial		75	23	232	23051
3010271	La Chapelle-Saint-Luc	la-chapelle-saint-luc	FR	10600	14623	Europe/Paris	48.31734	4.03988		Chapelle-Saint-Luc,La Chapelle,La Chapelle-Saint-Luc,La-Shapel'-Sen-Ljuk,Shapel Sen Lik,la sha pei lei sheng lu ke,la shapyl-syn-lywk,syapelsaenglwikeu,Ла-Шапель-Сен-Люк,Шапел Сен Лик,لا شاپیل-سین-لیوک,拉沙佩勒圣吕克,샤펠생뤼크		44	10	103	10081
3010272	La Chapelle-Saint-Laurian	la-chapelle-saint-laurian	FR	36150	142	Europe/Paris	47.06209	1.78314		Chapelle-Saint-Laurian,La Chapelle,La Chapelle-Saint-Laurian,La Menoterie,La-Shapel'-Sen-Lorian,Shapel Sen Lorjan,la sha pei lei sheng luo li ang,la shapyl-syn-lwryan,Ла-Шапель-Сен-Лориан,Ла-Шапель-Сен-Лоріан,Шапел Сен Лорјан,لا شاپیل-سین-لوریان,拉沙佩勒圣洛里昂		24	36	364	36041
3010273	La Chapelle-Saint-Laurent	la-chapelle-saint-laurent	FR	79430	1785	Europe/Paris	46.74612	-0.47665		Chapelle-Saint-Laurent,La Chapelle-Saint-Laurent,La-Shapel'-Sen-Loran,Shapel Sen Loran,la sha pei lei sheng luo lang,Ла-Шапель-Сен-Лоран,Шапел Сен Лоран,拉沙佩勒聖洛朗		75	79	791	79076
3010274	La Chapelle-Saint-Laud	la-chapelle-saint-laud	FR	49140	443	Europe/Paris	47.61022	-0.3083		Chapelle-Saint-Laud,La Chapelle,La Chapelle-Saint-Laud,La Montagne,La-Shapel'-Sen-Lo,Shapel Sen Lo,la sha pei lei sheng luo,Ла-Шапель-Сен-Ло,Шапел Сен Ло,لا شاپیل-سین-لوڈ,拉沙佩勒圣洛		52	49	491	49076
3010275	La Chapelle-Saint-Jean	la-chapelle-saint-jean	FR	24390	67	Europe/Paris	45.19478	1.16173		Chapelle-Saint-Jean,La Chapela Sent Joan,La Chapela dAns,La Chapelle,La Chapelle-Saint-Jean,La Montagne,La-Shapel'-Sen-Zhan,la sha pei lei sheng rang,la shapyl-syn-jyan,Ла-Шапель-Сен-Жан,لا شاپیل-سین-جیان,拉沙佩勒圣让		75	24	244	24113
3010276	La Chapelle-Saint-Géraud	la-chapelle-saint-geraud	FR	19430	233	Europe/Paris	45.03938	1.95398		La Chapelle,La Chapelle-Saint-Geraud,La Chapelle-Saint-Géraud		75	19	192	19045
3010277	La Chapelle-Saint-Fray	la-chapelle-saint-fray	FR	72240	380	Europe/Paris	48.11085	0.08098		La Chapelle,La Chapelle-Saint-Fray		52	72	722	72066
3010278	La Chapelle-Saint-Florent	la-chapelle-saint-florent	FR	49410	1148	Europe/Paris	47.33393	-1.05631		Chapelle-Saint-Florent,La Chapelle,La Chapelle-Saint-Florent,La-Shapel'-Sen-Floran,Shapel Sen Floran,la sha pei lei sheng fu luo lang,Ла-Шапель-Сен-Флоран,Шапел Сен Флоран,لا شاپیل-سین-فلورینٹ,拉沙佩勒圣夫洛朗		52	49	492	49244
3010279	La Chapelle-Saint-Étienne	la-chapelle-saint-etienne	FR	79240	327	Europe/Paris	46.68333	-0.57523		La Chapelle-Saint-Etienne,La Chapelle-Saint-Étienne		75	79	791	79179
3010281	La Chapelle-Saint-Aubin	la-chapelle-saint-aubin	FR	72650	2201	Europe/Paris	48.03556	0.15993		La Chapelle-Saint-Aubin		52	72	723	72065
3010282	La Chapelle-Saint-Aubert	la-chapelle-saint-aubert	FR	35140	390	Europe/Paris	48.314	-1.30882		Chapel-Sant-Alverzh,La Chapelle,La Chapelle-Saint-Aubert		53	35	351	35063
3010283	La Chapelle-Saint-André	la-chapelle-saint-andre	FR	58210	333	Europe/Paris	47.39419	3.34343		La Chapelle-Saint-Andre,La Chapelle-Saint-André		27	58	582	58058
3010284	La Chapelle-Rousselin	la-chapelle-rousselin	FR	49120	629	Europe/Paris	47.21322	-0.79499		La Chapelle,La Chapelle-Rousselin,La-Shapel'-Russlen,la sha pei lei lu se lan,la shapyl-rwsylyn,Ла-Шапель-Русслен,لا شاپیل-روسیلین,ラ・シャペル＝ルスラン,拉沙佩勒鲁瑟兰		52	49	492	49092
3010351	La Chapelle-du-Noyer	la-chapelle-du-noyer	FR	28200	1258	Europe/Paris	48.03191	1.30953		La Chapelle,La Chapelle-du-Noyer		24	28	282	28075
3010286	La Chapelle-Rambaud	la-chapelle-rambaud	FR	74800	195	Europe/Paris	46.07077	6.23735		Capella Rambaldia,Chapelle-Rambaud,La Chapelle-Rambaud,La-Shapel'-Rambo,Shapel Rambo,Ла-Шапель-Рамбо,Шапел Рамбо,لا شاپیل-رامبوڈ		84	74	742	74059
3010287	La Chapelle-Rainsouin	la-chapelle-rainsouin	FR	53150	243	Europe/Paris	48.09965	-0.51992		La Chapelle,La Chapelle-Rainsoin,La Chapelle-Rainsouin		52	53	533	53059
3010288	La Chapelle-Rablais	la-chapelle-rablais	FR	77370	856	Europe/Paris	48.51125	2.97184		Chapelle-Rablais,La Chapelle-Rablais,La-Shapel'-Rable,Shapel Rable,la shapyl-rablays,Ла-Шапель-Рабле,Шапел Рабле,لا شاپیل-رابلایس		11	77	773	77089
3010289	La Chapelle-près-Sées	la-chapelle-pres-sees	FR	61500	403	Europe/Paris	48.57117	0.16171		La Chapelle,La Chapelle-pres-Sees,La Chapelle-près-Sées		28	61	611	61098
3010290	La Chapelle	la-chapelle	FR	03300	209	Europe/Paris	46.13305	0.03721		La Chapelle,La Chapelle-Pouilloux		75	79	792	79074
3010293	La Chapelle-Palluau	la-chapelle-palluau	FR	85670	735	Europe/Paris	46.7832	-1.62267		Chapelle-Palluau,La Chapelle,La Chapelle-Palluau,La-Shapel'-Palljuo,Shapel Palio,la sha pei lei pa lu ao,la shapyl-palyww,Ла-Шапель-Паллюо,Шапел Палио,لا شاپیل-پالیوو,拉沙佩勒帕吕奥		52	85	852	85055
3010294	La Chapelle-Orthemale	la-chapelle-orthemale	FR	36500	114	Europe/Paris	46.84271	1.45245		Chapelle-Orthemale,Hortemale,La Chapelle,La Chapelle-Orthemale,La Chapelle-Orthemalle,La-Shapel'-Ortemal',Shapel Ortmal,la sha pei lei ao er tai ma er,la shapyl-wrdymaly,Ла-Шапель-Ортемаль,Шапел Ортмал,لا شاپیل-وردیمالی,拉沙佩勒奥尔泰马尔		24	36	362	36040
3010295	La Chapelle-Onzerain	la-chapelle-onzerain	FR	45310	95	Europe/Paris	48.03324	1.61224		Chapelle-Onzerain,La Chapelle,La Chapelle-Onzerain,La-Shapel'-Onzeren,Shapel Onzren,la sha pei lei weng ze lan,la shapyl-wnzyrayn,Ла-Шапель-Онзерен,Шапел Онзрен,لا شاپیل-ونزیراین,拉沙佩勒翁泽兰		24	45	452	45074
3010296	La Chapelle-Neuve	la-chapelle-neuve	FR	22160	413	Europe/Paris	48.46185	-3.42051		Ar Chapel-Nevez,La Chapelle-Neuve		53	22	222	22037
3010297	La Chapelle-Neuve	la-chapelle-neuve	FR	22160	757	Europe/Paris	47.86472	-2.94321		Ar Chapel-Nevez,La Chapelle-Neuve		53	56	562	56039
3010298	La Chapelle-Naude	la-chapelle-naude	FR	71500	437	Europe/Paris	46.5941	5.19266		Chapelle-Naude,La Chapelle-Naude,La-Shapel'-Nod,Sane-la-Morte,Shapel Nod,Sâne-la-Morte,Ла-Шапель-Нод,Шапел Нод,لا شاپیل-نوڈی		27	71	714	71092
3010300	La Chapelle-Moulière	la-chapelle-mouliere	FR	86210	550	Europe/Paris	46.65049	0.56493		La Chapelle-Mouliere,La Chapelle-Moulière		75	86	863	86058
3010301	La Chapelle-Montmoreau	la-chapelle-montmoreau	FR	24300	99	Europe/Paris	45.44842	0.64237		Chapelle-Montmoreau,La Chapela de Mont Maurelh,La Chapela de Montmaurelh,La Chapelle,La Chapelle-Montmoreau,La-Shapel'-Monmoro,la sha pei lei meng te mo luo,la shapyl-mwntmwryw,Ла-Шапель-Монморо,لا شاپیل-مونتموریو,拉沙佩勒蒙特莫罗		75	24	242	24111
3010302	La Chapelle-Montmartin	la-chapelle-montmartin	FR	41320	0	Europe/Paris	47.26667	1.73333				24	41	413	41038
3010303	La Chapelle-Montlinard	la-chapelle-montlinard	FR	18140	493	Europe/Paris	47.16667	2.98333		La Chapelle-Montlinard,Montlinard		24	18	181	18049
3010304	La Chapelle-Montligeon	la-chapelle-montligeon	FR	61400	727	Europe/Paris	48.48233	0.65616		La Chapelle,La Chapelle-Montligeon		28	61	613	61097
3010305	La Chapelle-Monthodon	la-chapelle-monthodon	FR	02330	210	Europe/Paris	49.02321	3.63595		La Chapelle-Monthodon,Monthodon		32	02	021	02053
3010306	La Chapelle-Montbrandeix	la-chapelle-montbrandeix	FR	87440	274	Europe/Paris	45.64718	0.84794		Chapelle-Montbrandeix,La Chapela,La Chapelle,La Chapelle-Montbrandeix,La Chapéla		75	87	873	87037
3010307	La Chapelle-Montabourlet	la-chapelle-montabourlet	FR	24320	88	Europe/Paris	45.3933	0.46277		La Chapelle-Montabourlet		75	24	243	24110
3010308	La Chapelle-d'Andaine	la-chapelle-d-andaine	FR	61140	0	Europe/Paris	48.53281	-0.47872		La Chapelle-dAndaine,la sha pei lei dang dan,拉沙佩勒当丹		28	61	611	61096
3010309	La Chapelle-Marcousse	la-chapelle-marcousse	FR	63420	75	Europe/Paris	45.44712	3.09686		La Chapelle,La Chapelle-Marcousse		84	63	633	63087
3010310	La Chapelle-lès-Luxeuil	la-chapelle-les-luxeuil	FR	70300	441	Europe/Paris	47.77396	6.36798		La Chapelle,La Chapelle-les-Luxeuil,La Chapelle-lès-Luxeuil		27	70	701	70128
3010311	La Chapelle-Laurent	la-chapelle-laurent	FR	15500	386	Europe/Paris	45.17776	3.24362		La Chapelle-Laurent		84	15	153	15042
3010312	La Chapelle-Launay	la-chapelle-launay	FR	44260	2467	Europe/Paris	47.37195	-1.9715		Chapel-ar-Wern,La Chapelle,La Chapelle-Launay,La-Shapel'-Lone,la sha pei lei luo nai,la shapyl-lwnay,Ла-Шапель-Лоне,لا شاپیل-لونای,拉沙佩勒洛奈		52	44	443	44033
3010313	La Chapelle-Lasson	la-chapelle-lasson	FR	51260	118	Europe/Paris	48.62878	3.83222		La Chapelle-Lasson		44	51	512	51127
3010315	La Chapelle-la-Reine	la-chapelle-la-reine	FR	77760	3042	Europe/Paris	48.31813	2.57152		Chapelle-la-Reine,La Chapelle-Sainte-Genevieve,La Chapelle-Sainte-Geneviève,La Chapelle-l'Egalite,La Chapelle-l'Egalité,La Chapelle-la-Reine,La-Shapel'-la-Ren,Shapel la Ren,la shapyl-la-ryyny,Ла-Шапель-ла-Рен,Шапел ла Рен,لا شاپیل-لا-ریینی		11	77	774	77088
3010316	La Chapelle-Janson	la-chapelle-janson	FR	35133	1268	Europe/Paris	48.34771	-1.10171		Chapel-Yent,La Chapelle-Janson		53	35	351	35062
3010317	La Chapelle-Iger	la-chapelle-iger	FR	77540	165	Europe/Paris	48.6538	2.99332		Chapelle-Iger,La Chapelle-Iger,La-Shapel'-Izhe,Shapel Izher,la shapyl-aygr,Ла-Шапель-Іже,Ла-Шапель-Иже,Шапел Ижер,لا شاپیل-ایگر		11	77	773	77087
3010318	La Chapelle-Huon	la-chapelle-huon	FR	72310	620	Europe/Paris	47.85688	0.74382		La Chapelle-Huon,La-Shapel'-Juon,Ла-Шапель-Юон,لا شاپیل-ہوون		52	72	722	72064
3010319	La Chapelle-Hullin	la-chapelle-hullin	FR	49420	148	Europe/Paris	47.75792	-1.07095		La Chapelle-Hullin,La-Shapel'-Jullen,la sha pei lei yu lan,Ла-Шапель-Юллен,لا شاپیل-ہولین,拉沙佩勒于兰		52	49	494	49248
3010320	La Chapelle-Hugon	la-chapelle-hugon	FR	18150	374	Europe/Paris	46.90523	2.94524		La Chapelle Hugo,La Chapelle-Hugon		24	18	182	18048
3010389	La Chapelle-Biche	la-chapelle-biche	FR	61100	460	Europe/Paris	48.71057	-0.62996		La Chapelle,La Chapelle-Biche		28	61	612	61095
3010321	La Chapelle-Heulin	la-chapelle-heulin	FR	44330	1997	Europe/Paris	47.1768	-1.3407		Chapel-Huelin,Chapelle-Heulin,La Chapelle-Heulin,La-Shapel'-Elen,Shapel Elen,la sha pei lei e lan,Ла-Шапель-Елен,Шапел Елен,لا شاپیل-ہیولین,ラ・シャペル＝ウラン,拉沙佩勒厄兰		52	44	442	44032
3010322	La Chapelle-Hermier	la-chapelle-hermier	FR	85220	602	Europe/Paris	46.68497	-1.72062		Josnay,La Chapelle-Hermier		52	85	853	85054
3010323	La Chapelle-Haute-Grue	la-chapelle-haute-grue	FR	14140	31	Europe/Paris	48.96878	0.14359		La Chapelle,La Chapelle-Haute-Grue		28	14	143	14576
3010324	La Chapelle-Hareng	la-chapelle-hareng	FR	27230	82	Europe/Paris	49.11498	0.4139		La Chapelle-Hareng		28	27	272	27149
3010361	La Chapelle-du-Bourgay	la-chapelle-du-bourgay	FR	76590	97	Europe/Paris	49.82153	1.14918		La Chapelle,La Chapelle-du-Bourgay		28	76	761	76170
3010362	La Chapelle-du-Bois-des-Faulx	la-chapelle-du-bois-des-faulx	FR	27930	482	Europe/Paris	49.11155	1.16946		La Chapelle-du-Bois-des-Faulx,la Chapelle		28	27	273	27147
3010325	La Chapelle	la-chapelle	FR	03300	117	Europe/Paris	45.39374	0.33704		Chapelle-Gresignac,Chapelle-Grésignac,La Chapela de Gresinhac,La Chapelle,La Chapelle-Gresignac,La Chapelle-Grezignac,La Chapelle-Grésignac,La Chapelle-Grézignac,La-Shapel'-Grezin'jak,la sha pei lei ge lei xi ni ya ke,la shapyl-grysygnak,Ла-Шапель-Грезиньяк,Ла-Шапель-Грезіньяк,لا شاپیل-گریسیگناک,拉沙佩勒格雷西尼亚克		75	24	243	24109
3010326	Lachapelle-Graillouse	lachapelle-graillouse	FR	07470	220	Europe/Paris	44.81261	4.02013		Graillouze-sur-Loire,La Chapela Gralhosa,La Chapèla Gralhosa,Lachapelle,Lachapelle-Graillouse,Lachapelle-Graillouze,Lashapel'-Grajuz,la sha pei er ge lai lu si,lashapyl-graylwsy,Лашапель-Грайуз,Лашапель-Граюз,لاشاپیل-گرایلوسی,拉沙佩尔格赖卢斯		84	07	071	07121
3010327	La Chapelle-Gonaguet	la-chapelle-gonaguet	FR	24350	907	Europe/Paris	45.23073	0.61255		Chapelle-Gonaguet,La Chapela de Gonaguet,La Chapelle,La Chapelle-Gonaguet,La-Shapel'-Gonage,Shapel Gonage,la sha pei lei ge na gai,Ла-Шапель-Гонаге,Шапел Гонаге,لا شاپیل-گوناگویٹ,拉沙佩勒戈纳盖		75	24	243	24108
3010329	La Chapelle-Glain	la-chapelle-glain	FR	44670	824	Europe/Paris	47.6225	-1.19652		Chapel-Glenn,Chapelle-Glain,La Chapelle-Glain,La-Shapel'-Glen,Shapel Glen,la sha pei lei ge lan,la shapyl-glayn,Ла-Шапель-Глен,Шапел Глен,لا شاپیل-گلاین,ラ・シャペル＝グラン,拉沙佩勒格兰		52	44	445	44031
3010330	La Chapelle-Geneste	la-chapelle-geneste	FR	43160	144	Europe/Paris	45.34968	3.66759		La Chapelle-Geneste		84	43	431	43059
3010331	La Chapelle-Gauthier	la-chapelle-gauthier	FR	27270	398	Europe/Paris	48.98669	0.46151		La Chapelle		28	27	272	27148
3010332	La Chapelle-Gauthier	la-chapelle-gauthier	FR	27270	1358	Europe/Paris	48.54947	2.89776		La Chapelle-Gauthier,La Chapelle-en-Brie		11	77	773	77086
3010333	La Chapelle-Gaugain	la-chapelle-gaugain	FR	72310	0	Europe/Paris	47.8	0.68333		La Chapelle		52	72	721	72262
3010334	La Chapelle-Gaudin	la-chapelle-gaudin	FR	79300	262	Europe/Paris	46.93198	-0.3773		La Chapelle-Gaudin		75	79	791	79013
3010335	La Chapelle-Gaceline	la-chapelle-gaceline	FR	56200	540	Europe/Paris	47.78362	-2.10657		Ar Chapel-Wagelin,La Chapelle,La Chapelle-Gaceline		53	56	563	56061
3010336	La Chapelle-Fortin	la-chapelle-fortin	FR	28340	162	Europe/Paris	48.64577	0.86366		La Chapelle-Fortin		24	28	283	28077
3010337	La Chapelle-Forainvilliers	la-chapelle-forainvilliers	FR	28500	172	Europe/Paris	48.72951	1.50157		La Chapelle,La Chapelle-Forainvilliers		24	28	283	28076
3010338	La Chapelle-Felcourt	la-chapelle-felcourt	FR	51800	74	Europe/Paris	49.04418	4.756		Felcourt,La Chapelle,La Chapelle-Felcourt		44	51	511	51126
3010339	La Chapelle-Faucher	la-chapelle-faucher	FR	24530	376	Europe/Paris	45.3709	0.75179		Chapelle-Faucher,La Chapela Fauchier,La Chapela de Cola,La Chapela de Còla,La Chapelle,La Chapelle-Faucher,La-Shapel'-Foshe,la sha pei lei fu xie,la shapyl-fwchyr,Ла-Шапель-Фоше,لا شاپیل-فوچیر,拉沙佩勒福谢		75	24	242	24107
3010340	La Chapelle-Erbrée	la-chapelle-erbree	FR	35500	499	Europe/Paris	48.14024	-1.10049		Ar Chapel-Ervoreg,La Chapelle-Erbree,La Chapelle-Erbrée		53	35	351	35061
3010341	La Chapelle-en-Vexin	la-chapelle-en-vexin	FR	95420	331	Europe/Paris	49.18441	1.7313		Chapelle-en-Vexin,La Chapelle-en-Vexin,La-Shapel'-an-Veksen,Shapel an Veksen,fu ke sang de qu la sha pei lei,la Chapelle,la shapyl-ayn-wyksyn,Ла-Шапель-ан-Вексен,Шапел ан Вексен,لا شاپیل-این-ویکسین,弗克桑地区拉沙佩勒		11	95	953	95139
3010342	La Chapelle-en-Vercors	la-chapelle-en-vercors	FR	26420	808	Europe/Paris	44.96687	5.4175		La Chapelle,La Chapelle-en-Vercors		84	26	261	26074
3010343	La Chapelle-en-Valgaudémar	la-chapelle-en-valgaudemar	FR	05800	141	Europe/Paris	44.81743	6.19389		Belauran,Belaurent,Belloran,Chapelle-en-Valgaudemar,Chapelle-en-Valgaudémar,La Chapela,La Chapela en Gaudemar,La Chapelle,La Chapelle-en-Valgaudemar,La Chapelle-en-Valgaudémar,La Chapelle-en-Valgodemard,La Chapèla,La-Shapel'-an-Val'godemar,Mont-Cyra,Mont-Sira,Shapel an Valgodemar,wa er ge dai ma de qu la sha pei lei,Ла-Шапель-ан-Вальгодемар,Шапел ан Валгодемар,لا شاپیل-این-والگوڈیمار,瓦尔戈代马地区拉沙佩勒		93	05	052	05064
3010344	La Chapelle-en-Serval	la-chapelle-en-serval	FR	60520	2592	Europe/Paris	49.12842	2.53405		Chapelle-en-Serval,La Chapelle,La Chapelle-en-Serval,La-Shapel'-an-Serval',Pierre-la-Montagne,Rameuse,Shapel an Serval,la shapyl-ayn-syrwal,sai er wa de qu la sha pei lei,Ла-Шапель-ан-Серваль,Шапел ан Сервал,لا شاپیل-این-سیروال,塞尔瓦地区拉沙佩勒		32	60	604	60142
3010345	La Chapelle-en-Lafaye	la-chapelle-en-lafaye	FR	42380	108	Europe/Paris	45.46334	3.98936		La Chapelle,La Chapelle-en-Lafaye		84	42	421	42050
3010346	La Chapelle-en-Juger	la-chapelle-en-juger	FR	50570	634	Europe/Paris	49.12759	-1.21493		Chapelle-en-Juger,La Chapelle,La Chapelle-en-Juger,La-Shapel'-an-Zhuzhe,Shapel an Zhiger,la shapyl-ayn-jwgyr,rui re de qu la sha pei lei,Ла-Шапель-ан-Жуже,Шапел ан Жигер,لا شاپیل-این-جوگیر,瑞热地区拉沙佩勒		28	50	504	50239
3010347	La Chapelle-Engerbold	la-chapelle-engerbold	FR	14770	84	Europe/Paris	48.89263	-0.60892		Chapelle-Engerbold,La Chapelle,La Chapelle Aughbord,La Chapelle-Engerbold,La-Shapel'-Anzherbo,La-Shapel'-Ehnzherbol'd,Shapel Angerbol,la Chapelle-Engerbald,la sha pei lei ang re er bo er,Ла-Шапель-Анжербо,Ла-Шапель-Энжербольд,Шапел Ангербол,لا شاپیل-اینگیربولڈ,拉沙佩勒昂热尔博尔		28	14	144	14174
3010348	La Chapelle-Enchérie	la-chapelle-encherie	FR	41290	150	Europe/Paris	47.82675	1.20729		Bois-Cheri,Bois-Chéri,La Chapelle,La Chapelle-Encherie,La Chapelle-Enchérie		24	41	412	41037
3010349	Lachapelle-en-Blaisy	lachapelle-en-blaisy	FR	52330	84	Europe/Paris	48.2	4.96667		Lachapelle,Lachapelle-en-Blaisy		44	52	521	52254
3010352	La Chapelle-du-Mont-du-Chat	la-chapelle-du-mont-du-chat	FR	73370	144	Europe/Paris	45.70615	5.85359		La Chapelle,La Chapelle-du-Mont-du-Chat		84	73	732	73076
3010353	La Chapelle-du-Mont-de-France	la-chapelle-du-mont-de-france	FR	71520	180	Europe/Paris	46.38198	4.53554		Chapelle-du-Mont-de-France,La Chapelle,La Chapelle-du-Mont-de-France		27	71	715	71091
3010354	La Chapelle-du-Lou	la-chapelle-du-lou	FR	35360	413	Europe/Paris	48.21233	-1.98979		Chapel-al-Loc'h,La Chapelle,La Chapelle-du-Lou		53	35	353	35060
3010357	La Chapelle-du-Genêt	la-chapelle-du-genet	FR	49600	1165	Europe/Paris	47.18203	-1.01857		La Chapelle,La Chapelle-du-Genet,La Chapelle-du-Genêt		52	49	492	49023
3010360	La Chapelle-du-Châtelard	la-chapelle-du-chatelard	FR	01240	287	Europe/Paris	46.0694	5.02473		La Chapelle,La Chapelle-du-Chatelard,La Chapelle-du-Châtelard		84	01	012	01085
3010459	La Chambre	la-chambre	FR	73130	0	Europe/Paris	47.30845	-1.5194				52	44	442	44026
3010363	La Chapelle-du-Bois	la-chapelle-du-bois	FR	72400	833	Europe/Paris	48.2212	0.59252		La Chapelle,La Chapelle-du-Bois		52	72	722	72062
3010365	La Chapelle-du-Bard	la-chapelle-du-bard	FR	38580	457	Europe/Paris	45.42284	6.09532		Chapelle-du-Bard,La Chapelle,La Chapelle-du-Bard,La-Shapel'-dju-Bar,Shapel di Bar,la sha pei lei di ba er,Ла-Шапель-дю-Бар,Шапел ди Бар,拉沙佩勒迪巴尔		84	38	381	38078
3010366	La Chapelle-de-Surieu	la-chapelle-de-surieu	FR	38150	517	Europe/Paris	45.39225	4.90751		La Chapelle,La Chapelle-de-Surieu		84	38	383	38077
3010367	La Chapelle-des-Pots	la-chapelle-des-pots	FR	17100	931	Europe/Paris	45.75972	-0.54106		Chapelle-des-Pots,La Chapelle,La Chapelle-des-Pots,La Poterie,La Sapel de Po,La-Shapel'-de-Po,Shapel de Pot,la sha pei lei dai bo te,Ла-Шапель-де-По,Шапел де Пот,Լա Շապել դե Պո,لا شاپیل-ڈیس-پوٹس,拉沙佩勒代波特		75	17	174	17089
3010368	La Chapelle-des-Marais	la-chapelle-des-marais	FR	44410	3183	Europe/Paris	47.44773	-2.24161		Chapel-ar-Geuniou,Chapel-ar-Geunioù,Chapelle-des-Marais,La Chapelle,La Chapelle-des-Marais,La Reunion,La Réunion,La-Shapel'-de-Mare,Shapel de Mare,la sha pei lei dai ma lai,Ла-Шапель-де-Маре,Шапел де Маре,لا شاپیل-ڈیس-مارایس,ラ・シャペル＝デ＝マレ,拉沙佩勒代马赖		52	44	443	44030
3010369	La Chapelle-des-Fougeretz	la-chapelle-des-fougeretz	FR	35520	3621	Europe/Paris	48.17732	-1.7318		Chapel-Felgeriz,Chapelle-des-Fougeretz,La Chapelle,La Chapelle-des-Fougeretz,La-Shapel'-de-Fuzhere,la sha pei lei dai fu re lei te,Ла-Шапель-де-Фужере,لا شاپیل-ڈیس-فوگیریٹز,拉沙佩勒代富热雷特		53	35	353	35059
3010370	La Chapelle-de-Mardore	la-chapelle-de-mardore	FR	69240	168	Europe/Paris	46.05209	4.35672		La Chapelle,La Chapelle-de-Mardore		84	69	692	69248
3010371	La Chapelle-de-la-Tour	la-chapelle-de-la-tour	FR	38110	1566	Europe/Paris	45.58484	5.4636		Chapelle-de-la-Tour,La Chapelle-de-la-Tour,Val-sur-Sonne,la Chapelle		84	38	382	38076
3010372	La Chapelle-de-Guinchay	la-chapelle-de-guinchay	FR	71570	2626	Europe/Paris	46.20841	4.76245		Chapelle-de-Guinchay,La Chapelle,La Chapelle-de-Guinchay,La-Shapel'-de-Ginshe,Shapel de Ginshe,Ла-Шапель-де-Гинше,Ла-Шапель-де-Гінше,Шапел де Гинше,لا شاپیل-ڈی-گوینشائ		27	71	715	71090
3010373	La Chapelle-de-Bragny	la-chapelle-de-bragny	FR	71240	237	Europe/Paris	46.63333	4.76667		Bragny-sur-Grosne,La Chapelle,La Chapelle-de-Bragny		27	71	712	71089
3010374	La Chapelle-d'Aurec	la-chapelle-d-aurec	FR	43120	0	Europe/Paris	45.33514	4.20661		Chapelle-d'Aurec,La Chapelle,La Chapelle-d'Aurec		84	43	433	43058
3010375	La Chapelle-d'Aunainville	la-chapelle-d-aunainville	FR	28700	0	Europe/Paris	48.42483	1.81316		Chapelle-d'Aunainville,La Chapelle,La Chapelle-d'Aunainville		24	28	281	28074
3010376	La Chapelle-d'Armentières	la-chapelle-d-armentieres	FR	59930	0	Europe/Paris	50.68333	2.9		La Chapelle-d'Armentieres,La Chapelle-dArmentieres,La Chapelle-dArmentières,La Chapelle-d’Armentières,La-Shapel'-d'Armant'er,la sha pei lei da er mang di ye er,Ла-Шапель-д’Армантьер,拉沙佩勒达尔芒蒂耶尔		32	59	595	59143
3010377	La Chapelle-d'Angillon	la-chapelle-d-angillon	FR	18380	0	Europe/Paris	47.36286	2.43276		Chapelle-d'Angillon,La Chapelle-d'Angillon		24	18	183	18047
3010378	La Chapelle-d'Aligné	la-chapelle-d-aligne	FR	72300	0	Europe/Paris	47.73284	-0.237		La Chapelle,La Chapelle-d'Aligne,La Chapelle-d'Aligné,La Chapelle-d'Alligne,La Chapelle-d'Alligné		52	72	721	72061
3010379	La Chapelle-d'Alagnon	la-chapelle-d-alagnon	FR	15300	0	Europe/Paris	45.10766	2.8965		La Chapelle,La Chapelle-d'Alagnon		84	15	153	15041
3010380	La Chapelle-d'Abondance	la-chapelle-d-abondance	FR	74360	0	Europe/Paris	46.29572	6.78327		La Chapelle,La Chapelle-d'Abondance		84	74	744	74058
3010381	La Chapelle-Craonnaise	la-chapelle-craonnaise	FR	53230	277	Europe/Paris	47.90007	-0.91499		La Chapelle,La Chapelle-Craonnaise		52	53	531	53058
3010382	La Chapelle-Chaussée	la-chapelle-chaussee	FR	35630	837	Europe/Paris	48.27138	-1.85529		Chapel-ar-Galc'hed,Chapel-ar-Galched,Chapelle-Chaussee,Chapelle-Chaussée,La Chapelle-Chaussee,La Chapelle-Chaussée,La-Shapel'-Shosse,la sha pei lei shao sai ai,la shapyl-chwsyy,Ла-Шапель-Шоссе,لا شاپیل-چوسیی,拉沙佩勒绍塞埃		53	35	353	35058
3010383	La Chapelle-Cécelin	la-chapelle-cecelin	FR	50800	222	Europe/Paris	48.81095	-1.15977		La Chapelle,La Chapelle-Cecelin,La Chapelle-Cécelin		28	50	501	50121
3010384	La Chapelle-Bouëxic	la-chapelle-bouexic	FR	35330	877	Europe/Paris	47.929	-1.94098		Chapel-ar-Veuzid,La Chapelle,La Chapelle-Bouexic,La Chapelle-Bouëxic		53	35	352	35057
3010385	La Chapelle-Blanche-Saint-Martin	la-chapelle-blanche-saint-martin	FR	37240	569	Europe/Paris	47.08577	0.79183		La Chapelle-Blanche,La Chapelle-Blanche-Saint-Martin		24	37	373	37057
3010386	La Chapelle-Blanche	la-chapelle-blanche	FR	22350	172	Europe/Paris	48.26558	-2.14413		Ar Chapel-Wenn,La Chapelle-Blanche		53	22	221	22036
3010387	La Chapelle-Blanche	la-chapelle-blanche	FR	22350	0	Europe/Paris	45.88285	1.05865				75	87	873	87185
3010388	La Chapelle-Blanche	la-chapelle-blanche	FR	22350	480	Europe/Paris	45.44978	6.0607		La Chapelle-Blanche		84	73	732	73075
3010390	La Chapelle-Bertrand	la-chapelle-bertrand	FR	79200	461	Europe/Paris	46.62074	-0.17314		La Chapelle-Bertrand		75	79	793	79071
3010391	La Chapelle-Bertin	la-chapelle-bertin	FR	43270	76	Europe/Paris	45.21882	3.64899		La Chapelle-Bertin		84	43	432	43057
3010392	La Chapelle-Bayvel	la-chapelle-bayvel	FR	27260	224	Europe/Paris	49.27273	0.40203		La Chapelle		28	27	272	27146
3010393	La Chapelle-Bâton	la-chapelle-baton	FR	79220	0	Europe/Paris	46.4736	-0.32865		La Chapelle-Baton,La Chapelle-Bâton		75	79	793	79070
3010394	La Chapelle-Bâton	la-chapelle-baton	FR	79220	417	Europe/Paris	46.18554	0.39476		Chapelle-Baton,Chapelle-Bâton,La Chapelle-Baton,La Chapelle-Bâton,La-Chapelle-Baton,La-Chapelle-Bâton		75	86	862	86055
3010395	La Chapelle Bâton	la-chapelle-baton	FR	79220	0	Europe/Paris	46.00828	-0.48495		La Chapelle,La Chapelle Baton,La Chapelle Bâton,La Chapelle-Baton,La Chapelle-Bâton,La Pique-Baton,La Pique-Bâton		75	17	175	17013
3010396	La Chapelle-Basse-Mer	la-chapelle-basse-mer	FR	44450	4595	Europe/Paris	47.27203	-1.3384		Capella Bassameri,Chapel-Baz-Meur,La Chapelle,La Chapelle-Basse-Mer,La-Shapel'-Bass-Mer,la sha pei lei ba si mei,la shapyl-basy-myr,Ла-Шапель-Басс-Мер,لا شاپیل-باسی-میر,ラ・シャペル＝バス＝メール,拉沙佩勒巴斯梅		52	44	442	44029
3010397	La Chapelle-Baloue	la-chapelle-baloue	FR	23160	144	Europe/Paris	46.35946	1.57691		Chapelle-Baloue,La Chapela de Balasac,La Chapele,La Chapelle-Baloue,La Chapelle-Baloüe,La Chapèle,La-Shapel'-Balu,Shapel Balu,la sha pei lei ba lu ai,la shabyl balwh,Ла-Шапель-Балу,Шапел Балу,لا شابيل بالوه,拉沙佩勒巴卢埃		75	23	232	23050
3010399	La Chapelle-aux-Saints	la-chapelle-aux-saints	FR	19120	172	Europe/Paris	44.9873	1.72578		Chapelle-aux-Saints,La Chapelle,La Chapelle-aux-Pres,La Chapelle-aux-Prés,La Chapelle-aux-Saints,Les Pres,Les Prés		75	19	191	19044
3010400	Lachapelle-aux-Pots	lachapelle-aux-pots	FR	60650	1614	Europe/Paris	49.44905	1.90228		Lachapelle,Lachapelle-aux-Pots		32	60	601	60333
3010402	La Chapelle-aux-Naux	la-chapelle-aux-naux	FR	37130	519	Europe/Paris	47.31764	0.42694		La Chapelle,La Chapelle-aux-Naux		24	37	372	37056
3010403	La Chapelle-aux-Lys	la-chapelle-aux-lys	FR	85120	247	Europe/Paris	46.62942	-0.65758		Bellevue,La Chapelle,La Chapelle-aux-Lys		52	85	851	85053
3010404	La Chapelle-aux-Filtzméens	la-chapelle-aux-filtzmeens	FR	35190	0	Europe/Paris	48.38399	-1.82487		La Chapelle,La Chapelle-aux Filtsmeens,La Chapelle-aux Filtsméens,La Chapelle-aux-Filtzmeens,La Chapelle-aux-Filtzméens,La Chapelle-aux-Filzmeens,La Chapelle-aux-Filzméens		53	35	354	35056
3010405	La Chapelle-aux-Choux	la-chapelle-aux-choux	FR	72800	339	Europe/Paris	47.63309	0.2315		Chapelle-aux-Choux,La Chapelle,La Chapelle-aux-Choux,La-Shapel'-o-Shu,Shapel o Shu,Vallon-sur-Loir,la shapyl-a-chwks,Ла-Шапель-о-Шу,Шапел о Шу,لا شاپیل-آ-چوکس		52	72	721	72060
3010406	La Chapelle-aux-Chasses	la-chapelle-aux-chasses	FR	03230	220	Europe/Paris	46.67048	3.53133		La Chapelle,La Chapelle-aux-Chasses		84	03	032	03057
3010407	La Chapelle-aux-Brocs	la-chapelle-aux-brocs	FR	19360	350	Europe/Paris	45.146	1.62666		La Chapelle,La Chapelle-aux-Brocs		75	19	191	19043
3010408	La Chapelle-aux-Bois	la-chapelle-aux-bois	FR	88240	654	Europe/Paris	48.03677	6.33362		La Chapelle,La Chapelle-aux-Bois		44	88	881	88088
3010409	La Chapelle-au-Riboul	la-chapelle-au-riboul	FR	53440	468	Europe/Paris	48.3188	-0.43392		La Chapelle,La Chapelle-au-Riboul		52	53	533	53057
3010410	La Chapelle-au-Moine	la-chapelle-au-moine	FR	61100	664	Europe/Paris	48.70861	-0.58318		La Chapelle		28	61	612	61094
3010411	La Chapelle-au-Mans	la-chapelle-au-mans	FR	71130	279	Europe/Paris	46.61977	3.96905		La Chapelle,La Chapelle-au-Mans		27	71	713	71088
3010412	La Chapelle-Aubareil	la-chapelle-aubareil	FR	24290	393	Europe/Paris	45.01274	1.18267		La Chapelle-Aubareil		75	24	244	24106
3010413	La Chapelle-Anthenaise	la-chapelle-anthenaise	FR	53950	702	Europe/Paris	48.12302	-0.67698		La Chapelle,La Chapelle-Anthenaise		52	53	532	53056
3010414	La Chapelle-Achard	la-chapelle-achard	FR	85150	1078	Europe/Paris	46.58876	-1.64731		Belle-Chasse,La Chapelle-Achard		52	85	853	85152
3010415	La Chapelle	la-chapelle	FR	03300	168	Europe/Paris	49.74225	5.01658		La Chapelle		44	08	083	08101
3010416	La Chapelle	la-chapelle	FR	03300	0	Europe/Paris	49.71476	1.31024				28	76	761	76733
3010417	La Chapelle	la-chapelle	FR	03300	0	Europe/Paris	49.6735	1.62625				28	76	761	76295
3010418	La Chapelle	la-chapelle	FR	03300	0	Europe/Paris	48.50072	1.80331				11	78	782	78506
3010419	Lachapelle	lachapelle	FR	47350	0	Europe/Paris	48.41927	6.78984		Lachapelle		44	54	542	54287
3010420	La Chapelle	la-chapelle	FR	03300	0	Europe/Paris	48.41575	3.09793				11	77	773	77101
3010421	La Chapelle	la-chapelle	FR	03300	0	Europe/Paris	48.40692	1.15451				24	28	284	28385
3010422	La Chapelle	la-chapelle	FR	03300	0	Europe/Paris	48.3127	3.15249				27	89	893	89074
3010423	La Chapelle	la-chapelle	FR	03300	0	Europe/Paris	48.28858	-2.76209				53	22	224	22060
3010424	La Chapelle-devant-Bruyères	la-chapelle-devant-bruyeres	FR	88600	0	Europe/Paris	48.18333	6.78333				44	88	883	88089
3010425	La Chapelle-Caro	la-chapelle-caro	FR	56460	0	Europe/Paris	47.86667	-2.41667		Chapel-Karozh,Chapelle-Caro,La-Shapel'-Karo,Shapel Karo,la sha pei lei ka luo,la shapyl-karw,Ла-Шапель-Каро,Шапел Каро,لا شاپیل-کارو,拉沙佩勒卡罗		53	56	562	56197
3010426	La Chapelle	la-chapelle	FR	03300	0	Europe/Paris	47.81746	3.62874				27	89	891	89438
3010427	La Chapelle	la-chapelle	FR	03300	0	Europe/Paris	47.69857	-1.51419				52	44	445	44153
3010428	La Chapelle	la-chapelle	FR	03300	0	Europe/Paris	47.57953	3.49012				27	89	891	89125
3010429	La Chapelle	la-chapelle	FR	03300	0	Europe/Paris	47.36301	-0.67657				52	49	491	49259
3010430	La Chapelle	la-chapelle	FR	03300	0	Europe/Paris	47.18254	1.61528				24	36	364	36162
3010431	La Chapelle	la-chapelle	FR	03300	0	Europe/Paris	46.88433	2.45532				24	18	182	18212
3010432	La Chapelle	la-chapelle	FR	03300	353	Europe/Paris	46.09147	3.57199		La Chapelle		84	03	033	03056
3010433	La Chapelle	la-chapelle	FR	03300	156	Europe/Paris	45.83964	0.03732		La Chapelle		75	16	163	16081
3010434	La Chapelle	la-chapelle	FR	03300	0	Europe/Paris	45.83346	6.72804				84	74	742	74085
3010435	La Chapelle	la-chapelle	FR	03300	0	Europe/Paris	45.7148	5.99225				84	73	732	73164
3010436	La Chapelle	la-chapelle	FR	03300	0	Europe/Paris	45.52364	5.60665				84	38	382	38001
3010437	La Chapelle	la-chapelle	FR	03300	0	Europe/Paris	45.52379	6.08728		La Chapelle		84	73	732	73096
3010439	La Chapelle	la-chapelle	FR	03300	292	Europe/Paris	45.45219	5.67835		La Chapelle		84	38	382	38228
3010440	La Chapelle	la-chapelle	FR	03300	0	Europe/Paris	45.4167	6.2833		La Chapelle		84	73	733	73074
3010441	La Chapelle	la-chapelle	FR	03300	0	Europe/Paris	45.17262	1.42324				75	19	191	19278
3010442	La Chapelle	la-chapelle	FR	03300	0	Europe/Paris	45.00027	0.95882				75	24	244	24261
3010443	La Chapelle	la-chapelle	FR	03300	0	Europe/Paris	44.88111	6.01667		La Chapelle,La Chapelle en Valjouffrey		84	38	381	38522
3010444	Lachapelle	lachapelle	FR	47350	98	Europe/Paris	44.57575	0.26206		Lachapelle		75	47	472	47126
3010445	La Chapelle	la-chapelle	FR	03300	0	Europe/Paris	44.53333	6.38333				93	05	052	05164
3010446	Lachapelle	lachapelle	FR	47350	129	Europe/Paris	43.98557	0.84245		Lachapelle		76	82	821	82083
3010448	La Chapelaude	la-chapelaude	FR	03380	968	Europe/Paris	46.42	2.50468		La Chapelaude		84	03	031	03055
3010452	Lachamp-Raphaël	lachamp-raphael	FR	07530	137	Europe/Paris	44.81044	4.29043		Lachamp,Lachamp-Raphael,Lachamp-Raphaël		84	07	071	07120
3010453	La Champenoise	la-champenoise	FR	36100	253	Europe/Paris	46.94028	1.80143		Champenoise,La Champenoise,La-Shampenuaz,Shanoaz,la shampynwysy,la shang pang wa si,Ла-Шампенуаз,Шаноаз,لا شامپینویسی,拉尚庞瓦斯		24	36	364	36037
3010456	Lachamp	lachamp	FR	48100	149	Europe/Paris	44.61135	3.37103		Lachamp		76	48	482	48126
3010458	Lachambre	lachambre	FR	57730	754	Europe/Paris	49.08117	6.74534		Lachambre		44	57	573	57373
3010464	La Chambonie	la-chambonie	FR	42440	46	Europe/Paris	45.74759	3.74775		La Chambonie		84	42	421	42045
3010467	La Chamba	la-chamba	FR	42440	60	Europe/Paris	45.75559	3.75743		La Chamba		84	42	421	42040
3010470	Valjouffrey	valjouffrey	FR	38740	0	Europe/Paris	44.86667	6.03333		La Chalp		84	38	381	38522
3010480	Lachalade	lachalade	FR	55120	56	Europe/Paris	49.16779	4.95998		Lachalade,Lashalad,la sha la de,Лашалад,لاچالاڈی,拉沙拉德		44	55	553	55266
3010483	La Chaize-le-Vicomte	la-chaize-le-vicomte	FR	85310	2858	Europe/Paris	46.67277	-1.29234		Basse-Chaize,Chaize-le-Vicomte,Haute-Chaize,La Chaize,La Chaize-le-Vicomte,La-Shez-le-Vikont,Shez le Vikont,la xie ze lei wei kong te,Ла-Шез-ле-Віконт,Шез ле Виконт,لا شائزی-لی-ویکومٹی,拉谢泽勒维孔特		52	85	852	85046
3010484	La Chaize-Giraud	la-chaize-giraud	FR	85220	681	Europe/Paris	46.6478	-1.81769		Chaize-Giraud,La Chaize-Giraud,La-Shez-Zhiro,Shez Zhiro,la xie ze ji luo,Ла-Шез-Жиро,Шез Жиро,لا شائزی-گیروڈ,拉谢泽吉罗		52	85	853	85045
3010485	La Chaise-Dieu	la-chaise-dieu	FR	43160	823	Europe/Paris	45.32148	3.69672		Chaise-Dieu,La Chaise-Dieu,La Chasa Dieu,La Chasa de Dieu,La-Shez-D'e,Shez Dje,la xie si de yue,Ла-Шез-Дье,Ла-Шез-Дьє,Шез Дје,لا شائسی-ڈییو,ラ・シェーズ＝デュー,拉谢斯德约		84	43	431	43048
3010486	La Chaise-Baudouin	la-chaise-baudouin	FR	50370	0	Europe/Paris	48.76667	-1.23333		La Chaise,La Chaise-Beaudoin		28	50	501	50112
3010487	La Chaise	la-chaise	FR	10500	29	Europe/Paris	48.3614	4.66001		La Chaise		44	10	101	10072
3010488	La Chaise	la-chaise	FR	10500	0	Europe/Paris	47.98333	1.98333				24	45	452	45072
3010489	La Chaise	la-chaise	FR	10500	0	Europe/Paris	47.31005	1.11972				24	41	413	41211
3010490	La Chaise	la-chaise	FR	10500	0	Europe/Paris	47.06685	0.78502				24	37	373	37057
3010491	La Chaise	la-chaise	FR	10500	0	Europe/Paris	46.59136	0.78205				75	86	862	86187
3010492	La Chaise	la-chaise	FR	10500	0	Europe/Paris	46.49486	2.78866				84	03	031	03303
3010493	La Chaise	la-chaise	FR	10500	0	Europe/Paris	46.44349	0.89309				75	86	862	86165
3010494	La Chaise	la-chaise	FR	10500	0	Europe/Paris	45.98333	1.8				75	23	232	23253
3010495	Lachaise	lachaise	FR	16300	0	Europe/Paris	45.88333	1.85				75	23	232	23227
3010496	La Chaise	la-chaise	FR	10500	0	Europe/Paris	45.73116	3.82798				84	42	421	42039
3010497	Lachaise	lachaise	FR	16300	0	Europe/Paris	45.66977	0.44329				75	16	161	16421
3010498	Lachaise	lachaise	FR	16300	0	Europe/Paris	45.53002	-0.23914		Lachaise,Lashez,la xie si,lachaysy,Лашез,لاچایسی,拉谢斯		75	16	162	16176
3010508	La Chabanne	la-chabanne	FR	03250	194	Europe/Paris	46.02172	3.75287		La Chabanne		84	03	033	03050
3010509	La Chabanne	la-chabanne	FR	03250	0	Europe/Paris	45.66195	2.75842				84	63	633	63189
3010515	La Cerlangue	la-cerlangue	FR	76430	1193	Europe/Paris	49.50592	0.41332		La Cerlangue		28	76	762	76169
3010517	Lacépède	lacepede	FR	47360	259	Europe/Paris	44.32172	0.46166		Lacepede,Lacépède		75	47	471	47125
3010518	Lacenas	lacenas	FR	69640	851	Europe/Paris	45.98712	4.64456		Lacenas		84	69	692	69105
3010519	La Cellette	la-cellette	FR	23350	285	Europe/Paris	46.40361	2.01383		La Cellette		75	23	232	23041
3010520	La Cellette	la-cellette	FR	23350	153	Europe/Paris	46.10288	2.71893		Cellette,La Cellette		84	63	634	63067
3010522	La Celle-sur-Nièvre	la-celle-sur-nievre	FR	58700	170	Europe/Paris	47.20514	3.21895		La Celle,La Celle-sur-Nievre,La Celle-sur-Nièvre		27	58	584	58045
3010523	La Celle-sur-Morin	la-celle-sur-morin	FR	77515	1211	Europe/Paris	48.81146	2.96921		Celle-sur-Morin,La Celle,La Celle-sur-Morin,La-Sel'-sjur-Moren,Sel sir Moren,la syl-swr-mwryn,Ла-Сель-сюр-Морен,Сел сир Морен,لا سیل-سور-مورین		11	77	771	77063
3010524	La Celle-sur-Loire	la-celle-sur-loire	FR	58440	810	Europe/Paris	47.47209	2.92896		Celle-sur-Loire,La Celle,La Celle-sur-Loire,La-Sel'-sjur-Luar,Sel na Loari,la syl-swr-lwyry,lu wa er he pan la sai er,Ла-Сель-сюр-Луар,Сел на Лоари,لا سیل-سور-لویری,卢瓦尔河畔拉塞尔		27	58	584	58044
3010525	La Celle-sous-Montmirail	la-celle-sous-montmirail	FR	02540	82	Europe/Paris	48.86346	3.46643		La Celle,La Celle-sous-Montmirail		32	02	021	02458
3010526	La Celle-sous-Gouzon	la-celle-sous-gouzon	FR	23230	137	Europe/Paris	46.21488	2.2102		Celle-sur-Gouzon,La Celle,La Celle-sous-Gouzon		75	23	231	23040
3010527	La Celle-sous-Chantemerle	la-celle-sous-chantemerle	FR	51260	137	Europe/Paris	48.61411	3.67865		La Celle,La Celle-sous-Chantemerle		44	51	512	51103
3010528	La Celle-Saint-Cyr	la-celle-saint-cyr	FR	89116	829	Europe/Paris	47.97357	3.28945		La Celle,La Celle-Saint-Cyr		27	89	893	89063
3010529	La Celle-Saint-Cloud	la-celle-saint-cloud	FR	78170	21539	Europe/Paris	48.85029	2.14523		La Celle,La Celle Saint-Cloud,La Celle-Saint-Cloud,La Celle-les-Bruyeres,La Celle-les-Bruyères,La Sel Sen Klu,La-Sel'-Sen-Klu,laselsaengkeullu,lsl sn klw,Ла Сел Сен Клу,Ла-Сель-Сен-Клу,لا سیل-سین-کلوڈ,لسل سن کلو,ラ・セル＝サン＝クルー,라셀생클루		11	78	784	78126
3010530	La Celle-Saint-Avant	la-celle-saint-avant	FR	37160	1126	Europe/Paris	47.022	0.60488		Celle-Saint-Avant,La Celle,La Celle-Saint-Avant,La Selle-Avant,La-Sel'-Sent-Avan,Lasselle-Avant,Sel Sent Avan,la sai er sheng a wang,Ла-Сель-Сент-Аван,Сел Сент Аван,لا سیل-سین-اوانٹ,拉塞尔圣阿旺		24	37	373	37045
3010531	La Celle-les-Bordes	la-celle-les-bordes	FR	78720	886	Europe/Paris	48.63566	1.95319		La Celle,La Celle-les-Bordes		11	78	782	78125
3010532	La Celle-Guenand	la-celle-guenand	FR	37350	381	Europe/Paris	46.93333	0.9		La Celle,La Celle-Guenaud,La Selle-Remillon,Lasselle-Remillon		24	37	373	37044
3010534	La Celle-Dunoise	la-celle-dunoise	FR	23800	613	Europe/Paris	46.30864	1.77137		Celle-Dunoise,La Cela de Dun,La Celle-Dunoise,La-Sel'-Djunuaz,Sel Dinoaz,la sai er dan wa si,Ла-Сель-Дюнуаз,Сел Диноаз,拉塞尔丹瓦斯		75	23	232	23039
3010535	La Celle-Condé	la-celle-conde	FR	18160	182	Europe/Paris	46.79372	2.18419		La Celle-Conde,La Celle-Condé,La Celle-sur-Arnon,Libre-Puy		24	18	182	18043
3010536	La Celle	la-celle	FR	03600	332	Europe/Paris	46.76924	2.44496		La Celle		24	18	182	18042
3010537	La Celle	la-celle	FR	03600	0	Europe/Paris	46.30022	0.97564				75	86	862	86120
3010538	La Celle	la-celle	FR	03600	89	Europe/Paris	46.22857	2.78469		La Celle		84	03	031	03047
3010539	La Celle	la-celle	FR	03600	0	Europe/Paris	45.85427	2.4761		La Celle		84	63	634	63064
3010540	Lacelle	lacelle	FR	19170	160	Europe/Paris	45.64114	1.82575		Lacelle		75	19	192	19095
3010541	La Celle	la-celle	FR	03600	1227	Europe/Paris	43.39523	6.0375		La Celle		93	83	833	83037
3010542	La Celette	la-celette	FR	18360	222	Europe/Paris	46.65161	2.52159		La Celette		24	18	182	18041
3010550	Lacaze	lacaze	FR	81330	336	Europe/Paris	43.73787	2.52023		Lacaze		76	81	812	81125
3010556	Lacave	lacave	FR	09160	311	Europe/Paris	44.845	1.55696		Lacave		76	46	463	46144
3010557	Lacave	lacave	FR	09160	114	Europe/Paris	43.04025	0.99726		Lacave		76	09	093	09148
3010677	La Bussière	la-bussiere	FR	45230	0	Europe/Paris	46.2025	2.63829				84	03	031	03280
3010558	La Cavalerie	la-cavalerie	FR	12230	1048	Europe/Paris	44.00961	3.1584		Cavalerie,Kavalri,La Cavalaria,La Cavalariá,La Cavalerie,La-Kaval'ri,la ka wa lei li ye,la kawalyryy,Кавалри,Ла-Кавальри,Ла-Кавальрі,لا کاوالیریی,拉卡瓦勒里耶		76	12	121	12063
3010562	Lacaussade	lacaussade	FR	47150	175	Europe/Paris	44.50669	0.82588		Lacaussade		75	47	473	47124
3010563	La Caure	la-caure	FR	51270	67	Europe/Paris	48.91191	3.79023		La Caure		44	51	512	51100
3010564	La Caunette	la-caunette	FR	34210	323	Europe/Paris	43.35265	2.77963		La Caunette		76	34	341	34059
3010566	Lacaune	lacaune	FR	81230	2832	Europe/Paris	43.70891	2.69184		Lacaune		76	81	812	81124
3010569	Lacaugne	lacaugne	FR	31390	189	Europe/Paris	43.28686	1.27096		Lacaugne		76	31	311	31258
3010571	La Cauchie	la-cauchie	FR	62158	181	Europe/Paris	50.20149	2.58374		Cauchie,Koshi,LCauchie,La Cauchie,La-Koshi,la kawtshy,la ke xi,Коши,Ла-Коши,Ла-Коші,لا كاوتشي,拉科希		32	62	621	62216
3010581	La Cassaigne	la-cassaigne	FR	11270	196	Europe/Paris	43.20299	1.99437		La Cassaigne		76	11	111	11072
3010582	La Cassagne	la-cassagne	FR	24120	127	Europe/Paris	45.04562	1.3177		La Cassagne,La Cassanha,La-Kassan',la ka sa ni,la kasagny,Ла-Кассань,لا کاساگنی,拉卡萨尼		75	24	244	24085
3010583	Lacassagne	lacassagne	FR	65140	184	Europe/Paris	43.35757	0.14783		Lacassagne		76	65	653	65242
3010591	Lacarre	lacarre	FR	64220	127	Europe/Paris	43.19024	-1.16449		Lacarre,Lakarra		75	64	641	64297
3010596	La Carneille	la-carneille	FR	61100	496	Europe/Paris	48.78333	-0.45		La Carneille		28	61	612	61007
3010601	Lacapelle-Viescamp	lacapelle-viescamp	FR	15150	439	Europe/Paris	44.92275	2.26279		Lacapelle,Lacapelle-Viescamp		84	15	151	15088
3010602	Lacapelle-Ségalar	lacapelle-segalar	FR	81170	92	Europe/Paris	44.11544	1.99212		Lacapelle,Lacapelle-Segalar,Lacapelle-Ségalar		76	81	811	81123
3010603	Lacapelle-Pinet	lacapelle-pinet	FR	81340	70	Europe/Paris	44.06753	2.3388		Lacapelle-Pinet		76	81	811	81122
3010605	Lacapelle-Marival	lacapelle-marival	FR	46120	1360	Europe/Paris	44.72853	1.92529		La Capela de Marival,La Capèla de Marival,Lacapelle-Marival,Lakapel'-Marival',la ka pei er ma li wa,lakyply-marywal,Лакапель-Мариваль,لاکیپلی-ماریوال,拉卡佩尔马里瓦		76	46	462	46143
3010606	Lacapelle-Livron	lacapelle-livron	FR	82160	191	Europe/Paris	44.26686	1.78375		Lacapelle-Livron		76	82	822	82082
3010607	La Capelle-lès-Boulogne	la-capelle-les-boulogne	FR	62360	1591	Europe/Paris	50.73302	1.70147		Capelle-les-Boulogne,Capelle-lès-Boulogne,Kapel le Bulon,La Capelle,La Capelle-les-Boulogne,La Capelle-lès-Boulogne,La-Kapel'-le-Bulon',Lacapele-les-Boulonne,Lacapèle-lès-Boulonne,la ka pei lei lai bu luo nie,la kabyl lyh bwlwjn,Капел ле Булоњ,Ла-Капель-ле-Булонь,لا كابيل ليه بولوجن,拉卡佩勒莱布洛涅		32	62	623	62908
3010608	La Capelle-et-Masmolène	la-capelle-et-masmolene	FR	30700	354	Europe/Paris	44.05131	4.53448		La Capelle,La Capelle-Masmolene,La Capelle-Masmolène,La Capelle-et-Masmolene,La Capelle-et-Masmolène		76	30	302	30067
3010609	La Capelle	la-capelle	FR	02260	2107	Europe/Paris	49.97752	3.91792		Capelle,Kapel,La Capelle,La Capelle-en-Thierache,La Capelle-en-Thiérache,La-Kapel',la ka pei lei,la kaplh,Капел,Ла-Капель,لا کاپله,拉卡佩勒		32	02	025	02141
3010610	Lacapelle-del-Fraisse	lacapelle-del-fraisse	FR	15120	0	Europe/Paris	44.78032	2.43661		La Capelle,La Capelle-del- Fraisse,Lacapelle-del-Fraisse		84	15	151	15087
3010611	Lacapelle-Cabanac	lacapelle-cabanac	FR	46700	162	Europe/Paris	44.4654	1.06904		Lacapelle-Cabanac		76	46	461	46142
3010612	La Capelle-Bonance	la-capelle-bonance	FR	12130	98	Europe/Paris	44.44239	3.01174		La Capelle,La Capelle-Bonance		76	12	122	12055
3010613	La Capelle-Bleys	la-capelle-bleys	FR	12240	370	Europe/Paris	44.2949	2.18238		La Capelle-Bleys		76	12	123	12054
3010614	Lacapelle-Biron	lacapelle-biron	FR	47150	455	Europe/Paris	44.60012	0.89607		Lacapelle-Biron		75	47	473	47123
3010615	Lacapelle-Barrès	lacapelle-barres	FR	15230	54	Europe/Paris	44.93415	2.72338		La Capelle-Barrez,Lacapelle-Barres,Lacapelle-Barrès		84	15	153	15086
3010616	La Capelle-Balaguier	la-capelle-balaguier	FR	12260	248	Europe/Paris	44.437	1.936		La Capelle-Balaguier		76	12	123	12053
3010617	La Capelle	la-capelle	FR	02260	0	Europe/Paris	44.3906	3.30555		La Capelle		76	48	482	48034
3010619	La Canourgue	la-canourgue	FR	48500	2126	Europe/Paris	44.43252	3.21439		La Canourgue		76	48	482	48034
3010622	Lacanche	lacanche	FR	21230	650	Europe/Paris	47.07505	4.55908		Lacanche		27	21	211	21334
3010626	Lacanau	lacanau	FR	33680	3410	Europe/Paris	44.97914	-1.07957		La Canau,Lacanau,Lacanau-Medoc,Lacanau-Médoc,Lacanau-Ville,Lakano,la ka nuo,Лакано,拉卡诺		75	33	334	33214
3010630	Lacam-d'Ourcet	lacam-d-ourcet	FR	46190	0	Europe/Paris	44.84803	2.00314		Lacam,Lacam-d'Ourcet		76	46	462	46311
3010631	La Cambe	la-cambe	FR	14230	542	Europe/Paris	49.34347	-1.00584		La Cambe		28	14	141	14124
3010633	La Calotterie	la-calotterie	FR	62170	574	Europe/Paris	50.47547	1.7266		La Caloterie,La Calotterie		32	62	624	62196
3010634	La Calmette	la-calmette	FR	30190	1808	Europe/Paris	43.92428	4.26322		La Calmette		76	30	302	30061
3010635	La Calmette	la-calmette	FR	30190	0	Europe/Paris	42.93347	1.99901		La Calmette,La Calmettes		76	11	112	11316
3010637	Lacalm	lacalm	FR	12210	221	Europe/Paris	44.77166	2.88332		La Calm,Lacalm,Lakal'm,la ka er mu,lakalm,Лакальм,لاکالم,拉卡尔姆		76	12	122	12223
3010644	Lacajunte	lacajunte	FR	40320	149	Europe/Paris	43.59359	-0.42505		Lacajume,Lacajunte		75	40	402	40136
3010645	La Caine	la-caine	FR	14210	96	Europe/Paris	49.03388	-0.51985		La Caine		28	14	142	14122
3010648	La Caillère-Saint-Hilaire	la-caillere-saint-hilaire	FR	85410	0	Europe/Paris	46.61667	-0.9				52	85	851	85040
3010653	La Cadière-d'Azur	la-cadiere-d-azur	FR	83740	0	Europe/Paris	43.19524	5.75405		Cadiere,Cadière,La Cadiere,La Cadiere-d'Azur,La Cadière,La Cadière-d'Azur		93	83	832	83027
3010654	La Cadière-et-Cambo	la-cadiere-et-cambo	FR	30170	0	Europe/Paris	43.95	3.8				76	30	303	30058
3010655	Lacadée	lacadee	FR	64300	113	Europe/Paris	43.53723	-0.65135		La Cadea,Lacadee,Lacadée,Lakade,la ka dai ai,Лакаде,لاکاڈی,拉卡代埃		75	64	643	64296
3010657	Lacabarède	lacabarede	FR	81240	321	Europe/Paris	43.47007	2.58148		Lacabarede,Lacabarède		76	81	812	81121
3010660	La Cabanasse	la-cabanasse	FR	66210	786	Europe/Paris	42.50119	2.11471		Cabanasse,Kabanas,La Cabanassa,La Cabanasse,La-Kabanass,la ka ba na si,la kabanasy,Кабанас,Ла-Кабанасс,لا کاباناسی,拉卡巴纳斯		76	66	663	66027
3010664	La Buxerette	la-buxerette	FR	36140	128	Europe/Paris	46.49505	1.80248		Bikseret,Buxerette,La Buxerette,La-Bjukseret,La-Bjukserett,la bi ke sai lei te,Биксерет,Ла-Бюксерет,Ла-Бюксеретт,لا بوکسیریٹٹی,拉比克塞雷特		24	36	363	36028
3010669	La Bussière-sur-Ouche	la-bussiere-sur-ouche	FR	21360	201	Europe/Paris	47.21631	4.72178		La Bussiere,La Bussiere-sur-Ouche,La Bussière,La Bussière-sur-Ouche		27	21	211	21120
3010672	La Bussière	la-bussiere	FR	45230	781	Europe/Paris	47.7461	2.75152		La Bussiere,La Bussière		24	45	451	45060
3010673	La Bussière	la-bussiere	FR	45230	0	Europe/Paris	47.2719	2.6902				24	18	181	18163
3010674	La Bussière	la-bussiere	FR	45230	375	Europe/Paris	46.63468	0.82362		La Bussiere,La Bussière		75	86	862	86040
3010675	La Bussière	la-bussiere	FR	45230	0	Europe/Paris	46.33285	3.0328				84	03	032	03319
3010676	La Bussière	la-bussiere	FR	45230	0	Europe/Paris	46.3	2.46667				84	03	031	03212
3010678	La Bussière	la-bussiere	FR	45230	0	Europe/Paris	46.10947	2.34616		Bussiere,Bussière,La Bussiere,La Bussière		75	23	231	23058
3010680	Laburgade	laburgade	FR	46230	238	Europe/Paris	44.38622	1.54114		Laburgade		76	46	461	46140
3010681	La Burbanche	la-burbanche	FR	01510	65	Europe/Paris	45.84619	5.56071		La Burbanche		84	01	011	01066
3010684	La Buissière	la-buissiere	FR	38530	613	Europe/Paris	45.4	5.98333		La Buissiere,La Buissière		84	38	381	38062
3010685	La Buisse	la-buisse	FR	38500	2596	Europe/Paris	45.34644	5.61435		La Buisse		84	38	381	38061
3010693	L'Absie	l-absie	FR	79240	949	Europe/Paris	46.63236	-0.57709		L'Absie		75	79	791	79001
3010694	Labry	labry	FR	54800	1623	Europe/Paris	49.17289	5.88087		Labry		44	54	541	54286
3010695	Labruyère-Dorsa	labruyere-dorsa	FR	31190	160	Europe/Paris	43.40703	1.46987		Labruyere,Labruyere-Dorsa,Labruyère,Labruyère-Dorsa		76	31	311	31256
3010696	Labruyère	labruyere	FR	21250	607	Europe/Paris	49.35085	2.50972		Labruyere,Labruyère		32	60	602	60332
3010697	La Bruyère	la-bruyere	FR	70280	0	Europe/Paris	48.65845	0.85339				24	28	283	28316
3010698	La Bruyère	la-bruyere	FR	70280	208	Europe/Paris	47.83228	6.48477		La Bruyere,La Bruyère		27	70	701	70103
3010699	La Bruyère	la-bruyere	FR	70280	0	Europe/Paris	47.65992	3.34845				27	89	891	89222
3010700	Labruyère	labruyere	FR	21250	177	Europe/Paris	47.04416	5.15177		Labruyere,Labruyère		27	21	211	21333
3010701	La Bruyère	la-bruyere	FR	70280	0	Europe/Paris	46.81695	3.02133				24	18	182	18155
3010702	La Bruyère	la-bruyere	FR	70280	0	Europe/Paris	45.7	3.98333				84	42	421	42136
3010703	La Bruyère	la-bruyere	FR	70280	0	Europe/Paris	45.64127	5.62476				84	01	011	01058
3010704	La Bruyère	la-bruyere	FR	70280	0	Europe/Paris	45.55509	5.61618				84	38	382	38343
3010705	La Bruyère	la-bruyere	FR	70280	0	Europe/Paris	45.08292	4.32121				84	43	433	43051
3010706	La Bruyère	la-bruyere	FR	70280	0	Europe/Paris	43.70524	4.06262				76	34	343	34246
3010717	La Brûlatte	la-brulatte	FR	53410	669	Europe/Paris	48.08581	-0.95341		La Brulatte,La Brûlatte		52	53	532	53045
3010719	La Bruguière	la-bruguiere	FR	30580	197	Europe/Paris	44.11135	4.41268		La Bruguiere,La Bruguière		76	30	302	30056
3010720	Labruguière	labruguiere	FR	81290	5846	Europe/Paris	43.53862	2.2627		La Bruguieira,La Bruguièira,Labrjug'er,Labrjugier,Labruguiere,Labruguière,la bu lu ji ai,labrwgwyry,Лабрюгьер,Лабрюгієр,لابروگویری,拉布吕吉埃		76	81	812	81120
3010726	La Bruffière	la-bruffiere	FR	85530	3320	Europe/Paris	47.0138	-1.19795		Brifjer,Brufer,Bruffiere,Bruffière,La Bruffiere,La Bruffière,La-Brjuffer,la brwffyyry,la bu lu fei ai,Брифјер,Ла-Брюффєр,لا بروففییری,拉布吕菲埃		52	85	852	85039
3010727	La Bruère-sur-Loir	la-bruere-sur-loir	FR	72500	337	Europe/Paris	47.65123	0.34767		Brijer na Loari,Bruere-sur-Loir,Bruère-sur-Loir,La Bruere,La Bruere-sur-Loir,La Bruère,La Bruère-sur-Loir,La-Brjuer-sjur-Luar,la brwyry-swr-lwyr,Бријер на Лоари,Ла-Брюер-сюр-Луар,لا برویری-سور-لویر		52	72	721	72049
3010730	Labroye	labroye	FR	62140	165	Europe/Paris	50.27837	1.98857		L'Arbroie,Labroye,Labrua,L’Arbroie,la bu luo ye,labrwy,Лабруа,لابروي,拉布罗耶		32	62	624	62481
3010732	La Brousse	la-brousse	FR	17160	0	Europe/Paris	46.24954	1.96129				75	23	232	23092
3010733	Labrousse	labrousse	FR	15130	0	Europe/Paris	46.16667	1.15				75	87	871	87061
3010734	La Brousse	la-brousse	FR	17160	511	Europe/Paris	45.88904	-0.36371		La Brousse		75	17	175	17071
3010735	La Brousse	la-brousse	FR	17160	0	Europe/Paris	45.50233	0.54754				75	24	242	24221
3010736	Labrousse	labrousse	FR	15130	0	Europe/Paris	45.12109	1.49797				75	19	191	19031
3010737	La Brousse	la-brousse	FR	17160	0	Europe/Paris	45.11083	4.70991				84	07	073	07301
3010738	La Brousse	la-brousse	FR	17160	0	Europe/Paris	45.10151	0.67303				75	24	243	24094
3010739	La Brousse	la-brousse	FR	17160	0	Europe/Paris	45.08481	1.82761				75	19	192	19212
3010740	Labrousse	labrousse	FR	15130	0	Europe/Paris	45.00657	1.22424				75	24	244	24412
3010741	Labrousse	labrousse	FR	15130	380	Europe/Paris	44.85639	2.54216		Labrousse		84	15	151	15085
3010742	Labrousse	labrousse	FR	15130	0	Europe/Paris	44.57489	0.43193				75	47	472	47144
3010743	La Brousse	la-brousse	FR	17160	0	Europe/Paris	44.40132	3.70459				76	48	481	48116
3010750	La Brosse-Montceaux	la-brosse-montceaux	FR	77940	729	Europe/Paris	48.34506	3.01948		Bros Monso,Brosse-Montceaux,La Brosse-Montceaux,La-Bross-Monso,la brwsy-mwntkywks,Брос Монсо,Ла-Бросс-Монсо,لا بروسی-مونتکیوکس		11	77	773	77054
3010759	Labrosse	labrosse	FR	45330	0	Europe/Paris	48.24289	2.39265		Labrosse		24	45	453	45191
3010772	Labrosse	labrosse	FR	45330	0	Europe/Paris	45.14542	4.28521				84	43	433	43244
3010777	Labroquère	labroquere	FR	31510	305	Europe/Paris	43.03818	0.59278		Labroquere,Labroquère		76	31	312	31255
3010778	La Broque	la-broque	FR	67130	2738	Europe/Paris	48.47298	7.21639		Broque,La-Brok,la brwkwy,la brwkyw,la bu luo qu ai,Ла-Брок,لا بروكيو,لا بروکوی,拉布罗屈埃		44	67	673	67066
3010782	Labrit	labrit	FR	40420	778	Europe/Paris	44.10521	-0.5452				75	40	402	40135
3010785	La Brionne	la-brionne	FR	23000	350	Europe/Paris	46.16898	1.7871		La Brionne		75	23	232	23033
3010787	La Brillanne	la-brillanne	FR	04700	836	Europe/Paris	43.92703	5.89098		Brillanne,La Brilhana,La Brillanne,La-Brijan,La-Brijann,la bu li lang,Ла-Брийан,Ла-Бріянн,拉布里朗		93	04	044	04034
3010788	Labrihe	labrihe	FR	32120	155	Europe/Paris	43.77026	0.87595		Labrihe		76	32	322	32173
3010789	La Brigue	la-brigue	FR	06430	0	Europe/Paris	44.06253	7.61601		A Briga,Briga,Briga Maritima,Briga Marittima,Briga Marìtima,Briga Nicaeensium,Briga-Marittima,La Briga,La Brigue,La Brigue-de-Nice,La-Brig,la bryjw,la bu li gai,Ла-Бриг,لا بريجو,拉布里盖		93	06	062	06162
3010791	La Bridoire	la-bridoire	FR	73520	1170	Europe/Paris	45.52504	5.74073				84	73	732	73058
3010795	La Brévière	la-breviere	FR	14140	133	Europe/Paris	48.97123	0.16587				28	14	143	14576
3010808	La Bretonnière-la-Claye	la-bretonniere-la-claye	FR	85320	0	Europe/Paris	46.48333	-1.25				52	85	851	85036
3010811	Labretonie	labretonie	FR	47350	172	Europe/Paris	44.48881	0.36676		Labretonie		75	47	472	47122
3010812	La Bretenière	la-breteniere	FR	25640	0	Europe/Paris	47.3798	6.27317		La Breteniere,La Bretenière		27	25	251	25092
3010813	La Bretenière	la-breteniere	FR	25640	169	Europe/Paris	47.1282	5.65954		La Breteniere,La Bretenière		27	39	391	39076
3010815	La Bresse	la-bresse	FR	88250	5096	Europe/Paris	47.99974	6.86499		Bres,Bresse,La Bresse,La-Bress,la brysy,la bu lei si,Брес,Ла-Бресс,لا بریسی,拉布雷斯		44	88	881	88075
3010819	La Bréole	la-breole	FR	04340	349	Europe/Paris	44.45658	6.29423		La Breole,La Breula,La Bréole,La-Breol',la bu lei ao er,Ла-Бреоль,拉布雷奥尔		93	04	041	04033
3010821	La Breille-les-Pins	la-breille-les-pins	FR	49390	465	Europe/Paris	47.34068	0.07742		Breille-les-Pins,Brej le Pin,La Breille,La Breille-les-Pins,La-Brej-le-Pen,la bu lei er lai pan,Бреј ле Пин,Ла-Брей-ле-Пен,لا برییلی-لے-پینس,拉布雷尔莱潘		52	49	493	49045
3010826	La Brée-les-Bains	la-bree-les-bains	FR	17840	741	Europe/Paris	46.01452	-1.34928	5	Bre le Ben,Bree-les-Bains,Brée-les-Bains,La Bre le Ben,La Bree,La Bree-les-Bains,La Brée,La Brée-les-Bains,La-Bre-le-Ben,la bu lei ai lai ban,Бре ле Бен,Ла-Бре-ле-Бен,Լա Բրե լե Բեն,لا بریی-لے-باینس,拉布雷埃莱班		75	17	172	17486
3010827	La Brède	la-brede	FR	33650	0	Europe/Paris	44.68333	-0.53333		Brede,Brède,La Breda,La Brèda,La-Bred,la bu lei de,Ла-Бред,拉布雷德		75	33	332	33213
3010851	La Bouteille	la-bouteille	FR	02140	522	Europe/Paris	49.85997	3.97516		La Bouteille		32	02	025	02109
3010852	Laboutarie	laboutarie	FR	81120	404	Europe/Paris	43.78367	2.11766		Laboutarie,Laboutarié		76	81	811	81119
3010854	La Boussac	la-boussac	FR	35120	1062	Europe/Paris	48.51271	-1.66095		La Boussac,Labouseg		53	35	354	35034
3010855	Labourse	labourse	FR	62113	2063	Europe/Paris	50.49883	2.68121		Labourse,Laburs,la bu er si,labwrs,Лабурс,لابورس,拉布尔斯		32	62	622	62480
3010857	Labourse	labourse	FR	62113	0	Europe/Paris	46.22058	3.11541				84	03	033	03075
3010863	La Bourgonce	la-bourgonce	FR	88470	723	Europe/Paris	48.31173	6.82711		La Bourgonce		44	88	883	88068
3010868	Labourgade	labourgade	FR	82100	136	Europe/Paris	43.9499	1.10117		Labourgade		76	82	821	82081
3010875	La Bourdinière-Saint-Loup	la-bourdiniere-saint-loup	FR	28360	0	Europe/Paris	48.31667	1.43333				24	28	281	28048
3010882	La Bourboule	la-bourboule	FR	63150	2162	Europe/Paris	45.58829	2.7392		Bourboule,Burbul,La Borbola,La Bourboule,La-Burbul',la bu er bu er,la bwrbwly,Бурбул,Ла-Бурбуль,لا بوربولی,拉布尔布尔		84	63	633	63047
3010884	Labouquerie	labouquerie	FR	24440	213	Europe/Paris	44.74257	0.79644		Labouquerie		75	24	241	24028
3010893	Laboule	laboule	FR	07110	136	Europe/Paris	44.58811	4.16584		La Bola,Laboule,Laboule-et-Valos,Labul',la bu er,labwly,Лабуль,لابولی,拉布尔		84	07	071	07118
3010896	Laboulbène	laboulbene	FR	81100	152	Europe/Paris	43.66905	2.20114		Laboulbene,Laboulbène		76	81	812	81118
3010897	La Boulaye	la-boulaye	FR	71320	0	Europe/Paris	47.5281	2.79781				24	45	451	45029
3010898	La Boulaye	la-boulaye	FR	71320	121	Europe/Paris	46.74572	4.12737		La Boulaye		27	71	711	71046
3010902	La Bouillie	la-bouillie	FR	22240	694	Europe/Paris	48.57314	-2.43656		Ar Vezvid,La Bouillie		53	22	224	22012
3010903	La Bouille	la-bouille	FR	76530	808	Europe/Paris	49.35	0.93333		La Bouille		28	76	763	76131
3010905	La Bouilladisse	la-bouilladisse	FR	13720	5122	Europe/Paris	43.39619	5.59307		La Bouilladisse		93	13	133	13016
3010908	Labouheyre	labouheyre	FR	40210	2769	Europe/Paris	44.21297	-0.92062		La Boheira,La Bohèira,Labuer,la bu ai er,Лабуер,لابوہیری,拉布埃尔		75	40	402	40134
3010911	La Bouëxière	la-bouexiere	FR	35340	3960	Europe/Paris	48.18404	-1.43843		Beuzid-ar-C'hoadou,Beuzid-ar-C'hoadoù,Beuzid-ar-Choadou,Beuzid-ar-Choadoù,Bouexiere,Bouëxière,Buxeria,La Bouexiere,La Bouexière,La Bouëxière,La-Bueks'er,la bu e ke xi ai,la bwyksyyry,Ла-Буексьер,Ла-Буексьєр,لا بویکسییری,拉布厄克西埃		53	35	353	35031
3010925	La Bosse-de-Bretagne	la-bosse-de-bretagne	FR	35320	426	Europe/Paris	47.86992	-1.59951		Bosenn,La Bosse,La Bosse-de-Bretagne		53	35	352	35030
3010926	Labosse	labosse	FR	60590	434	Europe/Paris	49.34617	1.8994		Labosse		32	60	601	60331
3010927	La Bosse	la-bosse	FR	25210	115	Europe/Paris	48.17039	0.526		La Bosse		52	72	722	72040
3010928	La Bosse	la-bosse	FR	25210	0	Europe/Paris	47.85627	1.2672		La Bosse		24	41	411	41273
3010929	La Bosse	la-bosse	FR	25210	68	Europe/Paris	47.13791	6.65066		La Bosse		27	25	253	25077
3010948	Laborel	laborel	FR	26560	118	Europe/Paris	44.29338	5.59539		L'Laborel,Laborel		84	26	262	26153
3010970	Laborde	laborde	FR	65130	112	Europe/Paris	43.03366	0.30056		Laborde		76	65	652	65241
3010974	La Bonneville	la-bonneville	FR	50360	145	Europe/Paris	49.39405	-1.45452		La Bonneville		28	50	502	50064
3010975	La Bonneville-sur-Iton	la-bonneville-sur-iton	FR	27190	2311	Europe/Paris	49	1.03333				28	27	273	27082
3011074	Labescau	labescau	FR	33690	107	Europe/Paris	44.44327	-0.08827		Labescau		75	33	333	33212
3010981	La Bollène-Vésubie	la-bollene-vesubie	FR	06450	431	Europe/Paris	43.99	7.33082		Bolen Vezibi,Bolena,Bollene-Vesubie,Bollène-Vésubie,La Bolena,La Bollene,La Bollene-Vesubie,La Bollène-Vésubie,La-Bollen-Vezjubi,la bo lai en wei xu bi ye,la bwlyn fyswby,Болен Везиби,Ла-Боллен-Везюби,Ла-Боллен-Везюбі,لا بولين فيسوبي,拉博莱恩韦叙比耶		93	06	062	06020
3010983	La Boissière-sur-Èvre	la-boissiere-sur-evre	FR	49110	0	Europe/Paris	47.30101	-1.08002		Boasjer sir Evr,Boissiere-sur-Evre,Boissière-sur-Evre,La Boissiere,La Boissiere-sur-Evre,La Boissière,La Boissière-sur-Evre,La Boissière-sur-Èvre,La-Buasser-sjur-Evr,ai fu er he pan la bu wa xi ai,la bwysyyry-swr-ywry,Боасјер сир Евр,Ла-Буассєр-сюр-Евр,لا بویسییری-سور-یوری,ラ・ボワシエール＝シュル＝エヴル,埃夫尔河畔拉布瓦西埃		52	49	492	49218
3010985	Laboissière-en-Thelle	laboissiere-en-thelle	FR	60570	1309	Europe/Paris	49.29329	2.1615		Laboissiere,Laboissiere-en-Thelle,Laboissière,Laboissière-en-Thelle,Labuas'er-an-Tel',tai er de qu la bu wa xi ai,Лабуасьєр-ан-Тель,لابوئییری-این-تھیل,泰尔地区拉布瓦西埃		32	60	601	60330
3010986	Laboissière-en-Santerre	laboissiere-en-santerre	FR	80500	122	Europe/Paris	49.66616	2.67585		Laboissiere,Laboissiere-en-Santere,Laboissiere-en-Santerre,Laboissière,Laboissière-en-Santere,Laboissière-en-Santerre		32	80	803	80453
3010987	La Boissière-en-Gâtine	la-boissiere-en-gatine	FR	79310	256	Europe/Paris	46.55643	-0.36964		La Boissiere,La Boissiere-en-Gatine,La Boissière,La Boissière-en-Gâtine		75	79	793	79040
3010988	La Boissière-École	la-boissiere-ecole	FR	78125	762	Europe/Paris	48.68036	1.65128		Boasjer Ekol,Boissiere-Ecole,Boissière-Ecole,La Boissiere,La Boissiere-Ecole,La Boissière,La Boissière-École,La-Buasser-Ekol',la bwysyyry-ykwly,Боасјер Екол,Ла-Буассер-Еколь,Ла-Буассєр-Еколь,لا بویسییری-یکولی		11	78	782	78077
3010989	La Boissière-des-Landes	la-boissiere-des-landes	FR	85430	1162	Europe/Paris	46.56436	-1.45948		La Boissiere,La Boissiere-des-Landes,La Boissière,La Boissière-des-Landes		52	85	853	85026
3010990	La Boissière-de-Montaigu	la-boissiere-de-montaigu	FR	85600	1683	Europe/Paris	46.95078	-1.19177		Boasjer de Montegi,Boissiere-de-Montaigu,Boissière-de-Montaigu,La Boissiere,La Boissiere-de-Montaigu,La Boissière,La Boissière-de-Montaigu,La-Buasser-de-Montegju,la bu wa xi ai de meng tai ju,Боасјер де Монтеги,Ла-Буассєр-де-Монтегю,لا بویسییری-ڈی-مونتایگو,拉布瓦西埃德蒙泰居		52	85	852	85025
3010991	La Boissière-d'Ans	la-boissiere-d-ans	FR	24640	0	Europe/Paris	45.22849	0.97591		La Boissiere,La Boissiere-d'Ans,La Boissière,La Boissière-d'Ans		75	24	242	24147
3010993	La Boissière	la-boissiere	FR	14340	127	Europe/Paris	49.13715	0.13165		La Boissiere,La Boissière		28	14	143	14082
3010994	La Boissière	la-boissiere	FR	14340	234	Europe/Paris	48.94557	1.36739		La Boissiere,La Boissière		28	27	271	27078
3010995	La Boissière	la-boissiere	FR	14340	0	Europe/Paris	48.7718	1.98111				11	78	784	78621
3010996	La Boissière	la-boissiere	FR	14340	0	Europe/Paris	48.17484	1.84904				24	28	282	28029
3010998	La Boissière	la-boissiere	FR	14340	0	Europe/Paris	47.95	-1.63333				53	35	352	35054
3010999	La Boissière	la-boissiere	FR	14340	0	Europe/Paris	47.92028	-3.90283				53	29	294	29039
3011000	La Boissière	la-boissiere	FR	14340	119	Europe/Paris	47.78149	-0.98282		La Boissiere,La Boissière		52	53	531	53033
3011001	La Boissière-du-Doré	la-boissiere-du-dore	FR	44430	0	Europe/Paris	47.23333	-1.21667		Beuzid-an-Doured,Boasjer di Dore,Boissiere-du-Dore,Boissière-du-Doré,La-Buasser-dju-Dore,la bu wa xi ai di duo lei,Боасјер ди Доре,Ла-Буассєр-дю-Доре,لا بویسییری-ڈو-ڈوری,拉布瓦西埃迪多雷		52	44	442	44016
3011002	La Boissière	la-boissiere	FR	14340	53	Europe/Paris	46.42209	5.5311		La Boissiere,La Boissière		27	39	392	39062
3011003	La Boissière	la-boissiere	FR	14340	0	Europe/Paris	44.8629	1.06566				75	24	244	24087
3011004	La Boissière	la-boissiere	FR	14340	0	Europe/Paris	44.77221	1.29566				75	24	244	24300
3011006	La Boissière	la-boissiere	FR	14340	0	Europe/Paris	43.6638	3.64414		La Boissiere,La Boissière		76	34	342	34035
3011008	La Boisse	la-boisse	FR	01120	2958	Europe/Paris	45.84278	5.03639		Boas,Boisse,La Buas,La-Buas,La-Buass,la bu wa si,la bwas,la bwysy,Боас,Ла-Буас,Ла-Буасс,Լա Բուաս,لا بواس,لا بویسی,拉布瓦斯		84	01	012	01049
3011010	La Bohalle	la-bohalle	FR	49800	1301	Europe/Paris	47.42095	-0.39723		Boal,Bohalle,La Bohalle,La-Boal',la bo a er,Боал,Ла-Боаль,لا بوہالی,拉博阿尔		52	49	491	49307
3011011	Cannes La Bocca	cannes-la-bocca	FR	06151 CEDEX	0	Europe/Paris	43.55166	6.97864	10	La Bocca		93	06	061	06029
3011012	La Bloutière	la-bloutiere	FR	50800	426	Europe/Paris	48.87428	-1.23821		Bloutiere,Bloutière,Blutjer,La Bloutiere,La Bloutire,La Bloutière,La-Blut'er,la bu lu di ai,Блутјер,Ла-Блутьер,Ла-Блутьєр,لا بلوٹییری,拉布卢蒂埃		28	50	504	50060
3011021	Lablachère	lablachere	FR	07230	1602	Europe/Paris	44.46355	4.21439		La Blachera,Lablachere,Lablachère,Lablasher,la bu la xie er,lablachyry,Лаблашер,لابلاچیری,拉布拉谢尔		84	07	071	07117
3011031	La Biolle	la-biolle	FR	73410	1896	Europe/Paris	45.75846	5.92866		La Biolle		84	73	732	73043
3011036	La Bigottière	la-bigottiere	FR	53240	346	Europe/Paris	48.21863	-0.79848		La Bigottiere,La Bigottière		52	53	533	53031
3011037	La Bigne	la-bigne	FR	14260	181	Europe/Paris	49.01209	-0.72252		La Bigne		28	14	144	14579
3011042	La Bezole	la-bezole	FR	11300	44	Europe/Paris	43.03409	2.10817		La Bezole		76	11	112	11039
3011043	Labeyrie	labeyrie	FR	64300	101	Europe/Paris	43.5415	-0.62154		Labeyrie		75	64	643	64295
3011045	Labeuvrière	labeuvriere	FR	62122	1759	Europe/Paris	50.51915	2.56268		L'breuviere,Labeuvriere,Labeuvrière,Labevrier,L’breuvière,la bo fu li ye er,labywfryr,Лабевриер,Лабеврієр,لابيوفرير,拉伯夫里耶尔		32	62	622	62479
3011047	Labeuville	labeuville	FR	55160	91	Europe/Paris	49.09599	5.79331		Labeuville		44	55	553	55265
3011051	Labessière-Candeil	labessiere-candeil	FR	81300	712	Europe/Paris	43.80245	2.00526		Labessiere,Labessiere-Candeil,Labessière,Labessière-Candeil		76	81	811	81117
3011053	La Besseyre-Saint-Mary	la-besseyre-saint-mary	FR	43170	137	Europe/Paris	44.97006	3.41753		La Besseyre,La Besseyre-Nivose,La Besseyre-Nivôse,La Besseyre-Saint-Mary		84	43	431	43029
3011056	Labessette	labessette	FR	63690	0	Europe/Paris	45.4893	2.5376		Labessette		84	63	633	63183
3011057	Labesserette	labesserette	FR	15120	263	Europe/Paris	44.7418	2.46085		Labesserette		84	15	151	15084
3011075	La Besace	la-besace	FR	08450	131	Europe/Paris	49.55709	4.96105		Coteau-Libre,La Besace		44	08	083	08063
3011085	La Berthenoux	la-berthenoux	FR	36400	497	Europe/Paris	46.66133	2.06191		Berthenoux,Bertnu,La Berthenoux,La-Bertenu,la bei er tang wu,la byrdynwks,Бертну,Ла-Бертену,لا بیردینوکس,拉贝尔唐乌		24	36	363	36017
3011090	La Bernerie-en-Retz	la-bernerie-en-retz	FR	44760	2296	Europe/Paris	47.08135	-2.0372		Berneri an Rec,Bernerie-en-Retz,Kerverner-Raez,La Bernerie,La Bernerie-en-Retz,La-Berneri-an-Re,lei te de qu la bei er na li ye,Бернери ан Рец,Ла-Бернері-ан-Ре,لا بیرنیریی-این-ریٹز,雷特地区拉贝尔纳里耶		52	44	443	44012
3011092	La Bernardière	la-bernardiere	FR	85610	0	Europe/Paris	47.17	-1.3694				52	44	442	44032
3011093	La Bernardière	la-bernardiere	FR	85610	1252	Europe/Paris	47.04937	-1.26648		Bernardiere,Bernardière,Bernardjer,Kervernarzh,La Bernardiere,La Bernardière,La-Bernard'er,la bei er na er di ai,Бернардјер,Ла-Бернардьєр,لا بیرنارڈییری,拉贝尔纳尔迪埃		52	85	852	85021
3011094	La Bernardière	la-bernardiere	FR	85610	0	Europe/Paris	44.95	6.18333		Bernardiere,Bernardière,La Bernardiere,La Bernardière		84	38	381	38375
3011096	La Berlière	la-berliere	FR	08240	0	Europe/Paris	50.30469	3.88212				32	59	591	59225
3011097	Laberlière	laberliere	FR	60310	171	Europe/Paris	49.5808	2.76502		Laberliere,Laberlière		32	60	603	60329
3011098	La Berlière	la-berliere	FR	08240	32	Europe/Paris	49.52081	4.92055		La Berliere,La Berlière		44	08	084	08061
3011108	Labergement-Sainte-Marie	labergement-sainte-marie	FR	25160	972	Europe/Paris	46.77424	6.27898		Labergement,Labergement-Sainte-Marie,Laberzhman-Sent-Mari,Mont-des-Lacs,la bei er re mang sheng ma li,Лабержман-Сент-Марі,لابیرگیمینٹ-ساینٹی-ماری,拉贝尔热芒圣玛丽		27	25	253	25320
3011109	L'Abergement-Sainte-Colombe	l-abergement-sainte-colombe	FR	71370	0	Europe/Paris	46.75447	5.00352		L'Abergement,L'Abergement-Sainte-Colombe,L'Abergement-des-Bois		27	71	714	71002
3011110	Labergement-lès-Seurre	labergement-les-seurre	FR	21820	837	Europe/Paris	46.99809	5.09285		Labergement,Labergement-les-Seurre,Labergement-lès-Seurre		27	21	211	21332
3011111	Labergement-lès-Auxonne	labergement-les-auxonne	FR	21130	345	Europe/Paris	47.15732	5.38147		Labergement,Labergement-les-Auxonne,Labergement-lès-Auxonne		27	21	212	21331
3011112	Labergement-Foigney	labergement-foigney	FR	21110	429	Europe/Paris	47.25726	5.25059		Labergement,Labergement-Foigney		27	21	212	21330
3011113	Labergement-du-Navois	labergement-du-navois	FR	25270	88	Europe/Paris	46.97664	6.07988		Labergement,Labergement-du-Navois		27	25	253	25334
3011114	L'Abergement-de-Varey	l-abergement-de-varey	FR	01640	0	Europe/Paris	46.00655	5.42399		Abergement-de-Varey,Aberzheman de Vare,Aberzhemon-d-Vari,L'Abergement,L'Abergement-de-Varey,Абержеман де Варе,Абержемон-д-Вари		84	01	011	01002
3011115	L'Abergement-de-Cuisery	l-abergement-de-cuisery	FR	71290	0	Europe/Paris	46.578	4.95747		L'Abergement,L'Abergement-de-Cuisery,L'Abergement-les-Cuisery		27	71	714	71001
3011116	L'Abergement-Clémenciat	l-abergement-clemenciat	FR	01400	0	Europe/Paris	46.15013	4.92191		Abergement-Clemenciat,Abergement-Clémenciat,Aberzheman Klemansje,Aberzhemon-Klemonsije,L'Abergement,L'Abergement-Clemenciat,L'Abergement-Clémenciat,Абержеман Клемансје,Абержемон-Клемонсије		84	01	012	01001
3011123	Labenne	labenne	FR	40530	3633	Europe/Paris	43.59302	-1.42686		La Vena,Labenn,Labenne,la bang,labyny,Лабенн,لابینی,拉邦		75	40	401	40133
3011124	La Bénisson-Dieu	la-benisson-dieu	FR	42720	0	Europe/Paris	46.15182	4.0496		La Benisson-Dieu,La Benissons-Dieu,La Bénissons-Dieu,La Bénisson-Dieu,La Bénissons-Dieu		84	42	422	42016
3011125	La Benâte	la-benate	FR	17400	433	Europe/Paris	46.01264	-0.57111		La Benate,La Benâte		75	17	175	17277
3011126	La Belliole	la-belliole	FR	89150	201	Europe/Paris	48.14502	3.09123		La Belliole		27	89	893	89036
3011127	La Bellière	la-belliere	FR	61570	72	Europe/Paris	49.60132	1.60323		Belliere,Bellière,La Belliere,La Bellière		28	76	761	76074
3011128	La Bellière	la-belliere	FR	61570	0	Europe/Paris	48.73707	0.61672				28	61	613	61214
3011129	La Bellière	la-belliere	FR	61570	0	Europe/Paris	48.62535	-0.03276		La Belliere,La Bellière		28	61	611	61039
3011145	Labéjan	labejan	FR	32300	275	Europe/Paris	43.53844	0.49918		Labejan,Labéjan		76	32	323	32172
3011150	La Bégude-de-Mazenc	la-begude-de-mazenc	FR	26160	1315	Europe/Paris	44.54298	4.93403		Begid de Mazan,Begude-de-Mazenc,Bégude-de-Mazenc,Chastelnou de Masenc,Chastelnòu de Masenc,La Beguda de Masenc,La Begude,La Begude-de-Mazenc,La Bégude,La Bégude-de-Mazenc,La-Begjud-de-Mazank,Neuf-Mazenc,la bei ju de de ma cang ke,Бегид де Мазан,Ла-Бегюд-де-Мазанк,拉贝居德德马藏克		84	26	262	26045
3011152	Labégude	labegude	FR	07200	1395	Europe/Paris	44.64496	4.36939		Labegude,Labégude		84	07	071	07116
3011154	Labège	labege	FR	31312 CEDEX	3691	Europe/Paris	43.52935	1.52999		Labege,Labeja,Labezh,Labège,la bei ge,labygy,Лабеж,لابیگی,拉贝格		76	31	313	31254
3011159	Labécède-Lauragais	labecede-lauragais	FR	11400	355	Europe/Paris	43.39185	2.0052		Labecede,Labecede-Lauragais,Labécède,Labécède-Lauragais		76	11	111	11181
3011164	La Beaume	la-beaume	FR	05140	0	Europe/Paris	44.9483	3.91031				84	43	432	43241
3011165	La Haute-Beaume	la-haute-beaume	FR	05140	162	Europe/Paris	44.56667	5.63333		La Bauma Auta,La Beaume,La Beaume-des-Arnauds,La-Ot-Bom,la ao te bo mu,Ла-От-Бом,لا ہوٹی-بیومی,拉奥特博姆		93	05	052	05066
3011171	Labbeville	labbeville	FR	95690	515	Europe/Paris	49.13597	2.14413		Labbeville,Labbvil',la bu bo wei er,Лаббвиль,Лаббвіль,لابیولے,拉布伯维尔		11	95	953	95328
3011180	La Bazouge-du-Désert	la-bazouge-du-desert	FR	35420	0	Europe/Paris	48.44365	-1.106		Bazouges-du-Desert,Bazouges-du-Désert,La Bazouge-du-Desert,La Bazouge-du-Désert,La Bazouges,La Bazouges-du-Desert,La Bazouges-du-Désert		53	35	351	35018
3011181	La Bazouge-des-Alleux	la-bazouge-des-alleux	FR	53470	275	Europe/Paris	48.18329	-0.60985		La Bazouge,La Bazouge-des-Alleux		52	53	533	53023
3011182	La Bazouge-de-Chemeré	la-bazouge-de-chemere	FR	53170	462	Europe/Paris	48.00133	-0.48755		La Bazouge,La Bazouge-de-Chemere,La Bazouge-de-Chemeré		52	53	531	53022
3011183	La Bazoque	la-bazoque	FR	14490	0	Europe/Paris	49.16215	-0.8675		La Bazoque		28	14	141	14050
3011184	La Bazoque	la-bazoque	FR	14490	195	Europe/Paris	48.79453	-0.59929		La Bazoque		28	61	612	61030
3011291	La Bastide	la-bastide	FR	66110	0	Europe/Paris	45.1915	3.94717				84	43	432	43267
3011185	La Bazoge-Montpinçon	la-bazoge-montpincon	FR	53440	557	Europe/Paris	48.27777	-0.57489		Bazoge-Montpincon,Bazoge-Montpinçon,Bazozh Monpenson,La Bazoge,La Bazoge-Montpincon,La Bazoge-Montpinçon,La-Bazozh-Monpenson,la ba zuo ge meng te pan song,la bazwgy-mwnt pynchwn,Базож Монпенсон,Ла-Базож-Монпенсон,لا بازوگی-مونت پینچون,拉巴佐格蒙特潘松		52	53	533	53021
3011186	La Bazoge	la-bazoge	FR	50520	170	Europe/Paris	48.64578	-1.02897		La Bazoge		28	50	501	50260
3011187	La Bazoge	la-bazoge	FR	50520	2995	Europe/Paris	48.09895	0.15455		La Bazoge		52	72	723	72024
3011188	La Bazoche-Gouet	la-bazoche-gouet	FR	28330	1286	Europe/Paris	48.13985	0.98163		La Bazoche,La Bazoche-Gouet		24	28	284	28027
3011190	La Bazeuge	la-bazeuge	FR	87210	171	Europe/Paris	46.24451	1.09606		La Bazeuge		75	87	871	87008
3011192	La Baussaine	la-baussaine	FR	35190	516	Europe/Paris	48.313	-1.89837		Baosan,La Baussaine		53	35	354	35017
3011195	La Baume-d'Hostun	la-baume-d-hostun	FR	26730	0	Europe/Paris	45.05497	5.22664		La Baume,La Baume-d'Hostun,La Beaume		84	26	263	26034
3011196	La Baume-de-Transit	la-baume-de-transit	FR	26790	830	Europe/Paris	44.33675	4.86573		La Baume,La Baume-Marat,La Baume-de-Transit		84	26	262	26033
3011197	La Baume-Cornillane	la-baume-cornillane	FR	26120	438	Europe/Paris	44.82294	5.03951		La Baume,La Baume Coruillane,La Baume-Cornillane,La Baume-Cornilliaume		84	26	263	26032
3011198	La Baume	la-baume	FR	74430	253	Europe/Paris	46.28237	6.61263		La Baume		84	74	744	74030
3011199	La Baume	la-baume	FR	74430	0	Europe/Paris	44.39211	5.52985				93	05	052	05129
3011201	La Baume	la-baume	FR	74430	0	Europe/Paris	43.89016	6.49978				93	04	042	04039
3011206	La Bauche	la-bauche	FR	73360	239	Europe/Paris	45.48073	5.76711		La Bauche		84	73	732	73033
3011208	Labatut-Rivière	labatut-riviere	FR	65700	380	Europe/Paris	43.52653	0.03279		LAbatut,Labatju-River,Labatjut-Riv'er,Labatut,Labatut-Riviere,Labatut-Rivière,la ba di li wei ai,Лабатю-Ривєр,Лабатют-Ривьер,拉巴蒂里维埃		76	65	653	65240
3011209	Labatut	labatut	FR	09700	1206	Europe/Paris	43.55071	-0.98446		Labatut		75	40	401	40132
3011210	Labatut	labatut	FR	09700	0	Europe/Paris	43.42319	-0.02041		Labatut,Labatut-Figuere,Labatut-Figuère		75	64	643	64293
3011211	Labatut	labatut	FR	09700	82	Europe/Paris	43.26167	1.51671		Labatut		76	09	092	09147
3011214	Labatmale	labatmale	FR	64530	216	Europe/Paris	43.18269	-0.15252		La Vathmala,La Vatmala,Labatmal',Labatmale,la ba te ma er,Лабатмаль,لاباٹمالی,拉巴特马尔		75	64	643	64292
3011215	La Bâtie-Vieille	la-batie-vieille	FR	05000	243	Europe/Paris	44.55402	6.16196		La Batie,La Batie-Vieille,La Bâtie,La Bâtie-Vieille		93	05	052	05018
3011217	La Bâtie-Rolland	la-batie-rolland	FR	26160	867	Europe/Paris	44.55351	4.86457		La Batie,La Batie-Rolland,La Bâtie,La Bâtie-Rolland		84	26	262	26031
3011218	La Bâtie-Neuve	la-batie-neuve	FR	05230	1821	Europe/Paris	44.5668	6.19587		Bati Nev,Batie-Neuve,Bâtie-Neuve,La Bastia Nova,La Bastia Nòva,La Batie-Neuve,La Bâtie-Neuve,La-Bati-Nev,La-Bati-Njov,la ba di ye na fu,Бати Нев,Ла-Бати-Нёв,Ла-Баті-Нев,لا باٹیی-نیووی,拉巴蒂耶纳夫		93	05	052	05017
3011219	La Bâtie-Montsaléon	la-batie-montsaleon	FR	05700	154	Europe/Paris	44.45591	5.75074		La Batie,La Batie-Montsaleon,La Bâtie-Montsaléon		93	05	052	05016
3011220	La Bâtie-Montgascon	la-batie-montgascon	FR	38110	1556	Europe/Paris	45.57745	5.52873		La Batie,La Batie-Montgascon,La Bâtie,La Bâtie-Montgascon		84	38	382	38029
3011221	La Bâtie-Divisin	la-batie-divisin	FR	38490	866	Europe/Paris	45.51029	5.59792		La Batie-Divisin,La Bâtie-Divisin		84	38	382	38001
3011222	La Bâtie-des-Fonds	la-batie-des-fonds	FR	26310	11	Europe/Paris	44.514	5.6387		La Batie,La Batie-des-Fonds,La Batie-des-Fonts,La Bâtie,La Bâtie-des-Fonds,La Bâtie-des-Fonts		84	26	261	26030
3011223	Labatie-d'Andaure	labatie-d-andaure	FR	07570	0	Europe/Paris	45.02481	4.49294		Labatie,Labatie-d'Andaure		84	07	073	07114
3011232	Labathude	labathude	FR	46120	182	Europe/Paris	44.75266	1.98818		Labathude		76	46	462	46139
3011234	La Bâthie	la-bathie	FR	73540	2215	Europe/Paris	45.62829	6.449		Albine,La Bathie,La Bâthie		84	73	731	73032
3011239	La Bataille	la-bataille	FR	79110	80	Europe/Paris	46.08662	-0.10816		La Bataille		75	79	792	79083
3011243	La Bastidonne	la-bastidonne	FR	84120	731	Europe/Paris	43.70093	5.56732		Bastidon,Bastidonne,La Bastidona,La Bastidonne,La-Bastidonn,la ba si di duo na,Бастидон,Ла-Бастидонн,Ла-Бастідонн,لا باسٹیڈونی,拉巴斯蒂多纳		93	84	841	84010
3011244	Labastide-Villefranche	labastide-villefranche	FR	64270	314	Europe/Paris	43.45284	-1.02054		Bastidaxarre,La Bastida,La Bastida de Vielafranca,La Bastida de Vièlafranca,La Bastida-Vielafranca,La Bastida-Vièlafranca,Labastid-Vil'fransh,Labastide,Labastide-Villefranche,la ba si di de wei lai fu lang ke,Лабастид-Вильфранш,Лабастід-Вільфранш,لاباسٹیڈ-ویل فرانشے,拉巴斯蒂德维莱夫朗克		75	64	642	64291
3011245	Labastidette	labastidette	FR	31600	1501	Europe/Paris	43.46106	1.24586		Labastidette		76	31	311	31253
3011246	La Bastide-sur-l'Hers	la-bastide-sur-l-hers	FR	09600	721	Europe/Paris	42.95582	1.90853		La Bastide,La Bastide-sur-l'Hers		76	09	092	09043
3011247	La Bastide-Solages	la-bastide-solages	FR	12550	101	Europe/Paris	43.9455	2.52814		La Bastide-Solages		76	12	121	12023
3011248	Labastide-Savès	labastide-saves	FR	32130	130	Europe/Paris	43.51961	0.98099		Labastide,Labastide-Saves,Labastide-Savès		76	32	321	32171
3011249	Labastide-Saint-Sernin	labastide-saint-sernin	FR	31620	1499	Europe/Paris	43.73743	1.46985		Labastide,Labastide-Saint-Sernin		76	31	313	31252
3011250	Labastide-Saint-Pierre	labastide-saint-pierre	FR	82370	3253	Europe/Paris	43.91887	1.36736		La Bastida de Sent Peire,La Bastida de Sent Pèire,Labastid-Sen-Perr,Labastide,Labastide-Saint-Pierre,Labastide-du-Tarn,la ba si di de sheng pi ye er lei,Лабастід-Сен-Пєрр,لاباسٹیڈ-سین-پیری,拉巴斯蒂德圣皮耶尔勒		76	82	822	82079
3011251	Labastide-Saint-Georges	labastide-saint-georges	FR	81500	1312	Europe/Paris	43.69962	1.84585		Labastide,Labastide-Saint-Georges		76	81	812	81116
3011252	Labastide-Rouairoux	labastide-rouairoux	FR	81270	1831	Europe/Paris	43.4763	2.63929		Labasdite-Rouairoux,Labastide,Labastide-Rouairoux		76	81	812	81115
3011292	Labastide	labastide	FR	65130	0	Europe/Paris	45.12799	3.6557				84	43	432	43095
3011293	La Bastide	la-bastide	FR	66110	0	Europe/Paris	44.92646	3.65577				84	43	431	43220
3011294	La Bastide	la-bastide	FR	66110	0	Europe/Paris	44.7738	0.34335				75	24	241	24276
3011253	La Bastide-Puylaurent	la-bastide-puylaurent	FR	48250	170	Europe/Paris	44.59169	3.90538		Bastid Pijloran,Bastide-Puylaurent,La Bastide,La Bastide-Puylaurent,La-Bastid-Pjuiloran,Pueglaurenc,Puylaurens,Puèglaurenç,XLA,la ba si di de pi yi luo lang,Бастид Пијлоран,Ла-Бастид-Пюилоран,Ла-Бастід-Пюїлоран,لا باسٹیڈی-پویلورینٹ,拉巴斯蒂德皮伊洛朗		76	48	482	48021
3011254	La Bastide-Pradines	la-bastide-pradines	FR	12490	102	Europe/Paris	44.00142	3.04585		La Bastide,La Bastide-Pradines		76	12	121	12022
3011255	Labastide-Paumès	labastide-paumes	FR	31230	142	Europe/Paris	43.33684	0.93768		Labastide,Labastide-Paumes,Labastide-Paumès		76	31	312	31251
3011256	Labastide-Murat	labastide-murat	FR	46240	744	Europe/Paris	44.64686	1.56725		Labastide-Murat		76	46	463	46138
3011257	Labastide-Monréjeau	labastide-monrejeau	FR	64170	371	Europe/Paris	43.39334	-0.52534		Labastide,Labastide-Monrejau,Labastide-Monrejeau,Labastide-Monréjeau,Labastide-Mourejau		75	64	643	64290
3011258	Labastide-Marnhac	labastide-marnhac	FR	46090	948	Europe/Paris	44.38838	1.39989		Labastide,Labastide-Marnhac		76	46	461	46137
3011259	La Bastide-l'Évêque	la-bastide-l-eveque	FR	12200	0	Europe/Paris	44.34039	2.13464		La Bastide,La Bastide-l'Eveque,La Bastide-l'Évêque		76	12	123	12021
3011260	Labastide-Gabausse	labastide-gabausse	FR	81400	394	Europe/Paris	44.03884	2.09607		Labastide,Labastide-Cabausse,Labastide-Gabausse		76	81	811	81114
3011261	Labastide-Esparbairenque	labastide-esparbairenque	FR	11380	110	Europe/Paris	43.38161	2.39521		Labastide,Labastide-Esparbairenque		76	11	111	11180
3011262	Labastide-en-Val	labastide-en-val	FR	11220	80	Europe/Paris	43.07613	2.4735		Labastide,Labastide-en-Val		76	11	111	11179
3011263	Labastide-du-Vert	labastide-du-vert	FR	46150	227	Europe/Paris	44.51205	1.26273		Labastide,Labastide-du-Vert		76	46	461	46136
3011264	Labastide-du-Temple	labastide-du-temple	FR	82100	854	Europe/Paris	44.08461	1.19492		Labastide,Labastide-du-Temple		76	82	821	82080
3011265	La Bastide-du-Salat	la-bastide-du-salat	FR	09160	187	Europe/Paris	43.05605	0.98658		La Bastide,La Bastide-du-Salat		76	09	093	09041
3011266	Labastide-du-Haut-Mont	labastide-du-haut-mont	FR	46210	0	Europe/Paris	44.83451	2.12199		La Bastide		76	46	462	46135
3011267	Labastide-de-Virac	labastide-de-virac	FR	07150	230	Europe/Paris	44.35032	4.40321		Labastide,Labastide-de-Virac		84	07	071	07113
3011268	La Bastide-des-Jourdans	la-bastide-des-jourdans	FR	84240	1110	Europe/Paris	43.78531	5.63446		Bastid de Zhurdan,Bastide-des-Jourdans,La Bastida dei Jordans,La Bastide,La Bastide-des-Jourdans,La-Bastid-de-Zhurdan,la ba si di dai dai ru er dang,Бастид де Журдан,Ла-Бастид-де-Журдан,Ла-Бастід-де-Журдан,لا باسٹیڈی-ڈیس-جورڈانس,拉巴斯蒂代代茹尔当		93	84	841	84009
3011270	La Bastide-de-Sérou	la-bastide-de-serou	FR	09240	964	Europe/Paris	43.01234	1.42794		Bastid de Seru,Era Bastida deth Salat,La Bastida de Seron,La Bastide,La Bastide-de-Serou,La Bastide-de-Sérou,La-Bastid-de-Seru,la ba si di de de sai lu,Бастид де Серу,Ла-Бастид-де-Серу,Ла-Бастід-де-Серу,لا باسٹیڈی-ڈی-سیرو,拉巴斯蒂德德塞鲁		76	09	093	09042
3011271	Labastide-de-Penne	labastide-de-penne	FR	82240	153	Europe/Paris	44.28451	1.59275		Labastide,Labastide-de-Penne		76	82	822	82078
3011272	La Bastide-d'Engras	la-bastide-d-engras	FR	30330	202	Europe/Paris	44.0947	4.47752		La Bastide,La Bastide-d'Engras,La-Bastid-d'Angra,Ла-Бастид-д'Ангра		76	30	302	30031
3011273	Labastide-Dénat	labastide-denat	FR	81120	254	Europe/Paris	43.86552	2.19484		Labastide,Labastide-Denat,Labastide-Dénat		76	81	811	81218
3011274	La Bastide-de-Lordat	la-bastide-de-lordat	FR	09700	0	Europe/Paris	43.14327	1.71203		La Bastide,La Bastide-de-Lordat,Labastide-de-Lordat		76	09	092	09040
3011275	Labastide-de-Lévis	labastide-de-levis	FR	81150	909	Europe/Paris	43.9277	2.00964		La Bastide-du-Tam,Labastide,Labastide-de-Levis,Labastide-de-Lévis		76	81	811	81112
3011276	Labastide-sur-Bésorgues	labastide-sur-besorgues	FR	07600	0	Europe/Paris	44.72596	4.30036		La Bastide-de-Juvinas,Labastide,Labastide-de-Juvinas,Labastide-sur-Besorgues,Labastide-sur-Bésorgues		84	07	071	07112
3011277	La Bastide-de-Bousignac	la-bastide-de-bousignac	FR	09500	340	Europe/Paris	43.05398	1.88524		La Bastide,La Bastide-de-Bousignac		76	09	092	09039
3011278	La Bastide-de-Besplas	la-bastide-de-besplas	FR	09350	371	Europe/Paris	43.16631	1.2752		La Bastide,La Bastide-de-Besplas		76	09	093	09038
3011280	Labastide-d'Armagnac	labastide-d-armagnac	FR	40240	686	Europe/Paris	43.96976	-0.18623		Labastide,Labastide-d'Armagnac,Labastide-dArmagnac,Labastide-d’Armagnac,la ba si di de da er ma ni ya ke,拉巴斯蒂德达尔马尼亚克		75	40	402	40131
3011281	Labastide-d'Anjou	labastide-d-anjou	FR	11320	957	Europe/Paris	43.34665	1.8515		La Bastide-de-Fresquel,Labastide,Labastide-d'Anjou		76	11	111	11178
3011283	Labastide-Clermont	labastide-clermont	FR	31370	465	Europe/Paris	43.34886	1.1214		Bastide-Clermont,Labastide,Labastide-Clermont		76	31	311	31250
3011284	La Bastide-Clairence	la-bastide-clairence	FR	64240	0	Europe/Paris	43.4301	-1.25646		Bastida,La Bastida de Clarenca,La Bastida de Clarença,La Bastida-Clarenca,La Bastida-Clarença,La Bastide-Clairence,La-Bastid-Klerans,Labastide,Labastide-Clairence,la ba si di de ke lai lang ke,ra・basutiddo=kureransu,Ла-Бастид-Клеранс,Ла-Бастід-Клеранс,لا باسٹیڈی-کلایرینکی,لا بسٹائیڈ کلیرنس,ラ・バスティッド＝クレーランス,拉巴斯蒂德克莱朗克		75	64	641	64289
3011285	Labastide-Chalosse	labastide-chalosse	FR	40700	130	Europe/Paris	43.61268	-0.61081		Labastide,Labastide-Chalosse		75	40	402	40130
3011286	Labastide-Cézéracq	labastide-cezeracq	FR	64170	486	Europe/Paris	43.37738	-0.53883		Ceserac,La Bastida-Ceserac,Labastid-Sezerak,Labastide,Labastide-Cezeracq,Labastide-Cézéracq,la ba si di de sai ze la,Лабастид-Сезерак,Лабастід-Сезерак,لاباسٹیڈ-کیزیراک,拉巴斯蒂德塞泽拉		75	64	643	64288
3011287	Labastide-Castel-Amouroux	labastide-castel-amouroux	FR	47250	303	Europe/Paris	44.35	0.11667		Castelamoros,Castèlamorós,La Bastida de Castel Amoros,La Bastida de Castèl Amorós,Labastid-Kastel'-Amuru,Labastide-Castel-Amouroux,la ba si di de ka si tai a mu lu,Лабастид-Кастель-Амуру,Лабастід-Кастель-Амуру,لاباسٹیڈ-کاسٹیل-اموروکس,拉巴斯蒂德卡斯泰阿穆鲁		75	47	472	47121
3011288	Labastide-Beauvoir	labastide-beauvoir	FR	31450	1016	Europe/Paris	43.48166	1.66533		La Bastide-de-Beauvoir,Labastide,Labastide-Beauvoir		76	31	313	31249
3011289	La Bastide	la-bastide	FR	66110	0	Europe/Paris	44.84334	-0.54735				75	33	332	33063
3011290	La Bastide	la-bastide	FR	66110	0	Europe/Paris	45.25	2.73333				84	15	153	15049
3011295	La Bastide	la-bastide	FR	66110	0	Europe/Paris	44.60097	1.13513				76	46	463	46114
3011296	La Bastide	la-bastide	FR	66110	0	Europe/Paris	44.21315	2.61803				76	12	121	12255
3011297	La Bastide	la-bastide	FR	66110	0	Europe/Paris	44.20221	4.46566				76	30	302	30131
3011298	La Bastide	la-bastide	FR	66110	132	Europe/Paris	43.73611	6.62499		La Bastide		93	83	831	83013
3011299	Labastide	labastide	FR	65130	168	Europe/Paris	43.03567	0.35296		Labastide		76	65	652	65239
3011300	La Bastide	la-bastide	FR	66110	66	Europe/Paris	42.54701	2.58865		La Bastide		76	66	661	66018
3011304	La Basse-Vaivre	la-basse-vaivre	FR	70210	37	Europe/Paris	47.94971	6.05335		La Basse-Vaivre		27	70	701	70051
3011305	Labassère	labassere	FR	65200	244	Europe/Paris	43.05849	0.09604		Labassere,Labassère		76	65	652	65238
3011307	La Bassée	la-bassee	FR	59480	6027	Europe/Paris	50.53424	2.8062		Base,Bassee,Bassée,La Bassee,La Bassée,La-Basse,Lja-Base,Lja-Baseh,la ba sai,Басе,Ла-Бассе,Ля-Басе,Ля-Басэ,拉巴塞		32	59	595	59051
3011311	Labarthète	labarthete	FR	32400	140	Europe/Paris	43.62986	-0.15658		Labarthete,Labarthète		76	32	323	32170
3011312	Labarthe-sur-Lèze	labarthe-sur-leze	FR	31860	5208	Europe/Paris	43.45238	1.39973		La Barta de Lesa,La Barta de Lesat,Labart-sjur-Lez,Labarthe,Labarthe-sur-Leze,Labarthe-sur-Lèze,labardy-swr-lyzy,lai ci he pan la ba er te,Лабарт-сюр-Лез,لاباردی-سور-لیزی,莱兹河畔拉巴尔特		76	31	311	31248
3011313	Labarthe-Rivière	labarthe-riviere	FR	31800	1247	Europe/Paris	43.08026	0.67178		Era Barta dArribera,Era Barta dArribèra,Labart-Riv'er,Labart-River,Labarthe,Labarthe-Riviere,Labarthe-Rivière,la ba er te li wei ai,labardy-rywyry,Лабарт-Ривьер,Лабарт-Ривєр,لاباردی-ریویری,拉巴尔特里维埃		76	31	312	31247
3011314	Labarthe-Inard	labarthe-inard	FR	31800	886	Europe/Paris	43.10756	0.83642		Labarthe,Labarthe-Inard		76	31	312	31246
3011315	La Barthe-de-Neste	la-barthe-de-neste	FR	65250	1173	Europe/Paris	43.07957	0.38378		La Barthe,La Barthe-de-Neste		76	65	652	65069
3011316	Labarthe	labarthe	FR	32260	152	Europe/Paris	43.4746	0.58116		Labarthe-d'Astarac		76	32	323	32169
3011317	Labarthe-Bleys	labarthe-bleys	FR	81170	91	Europe/Paris	44.07678	1.90787		Labarthe,Labarthe-Bleys		76	81	811	81111
3011319	Labarthe	labarthe	FR	32260	0	Europe/Paris	44.48351	0.77029				75	47	473	47175
3011321	Labarthe	labarthe	FR	32260	0	Europe/Paris	44.2	1.31667				76	82	822	82077
3011328	Labarrère	labarrere	FR	32250	0	Europe/Paris	43.15	0.95				76	31	312	31314
3011330	La Barre-en-Ouche	la-barre-en-ouche	FR	27330	896	Europe/Paris	48.94612	0.66536		Barre-en-Ouche,La Barre		28	27	272	27049
3011331	La Barre-de-Semilly	la-barre-de-semilly	FR	50810	820	Europe/Paris	49.11234	-1.03405		Bar de Semiji,Barre-de-Semilly,La Barre,La Barre-de Similly,La Barre-de-Semilly,La-Barr-de-Semii,la ba er de se mi li,Бар де Семији,Ла-Барр-де-Семии,Ла-Барр-де-Семії,لا باری-ڈی-سیمیلائ,拉巴尔德瑟米利		28	50	504	50032
3011332	La Barre-de-Monts	la-barre-de-monts	FR	85550	1922	Europe/Paris	46.88421	-2.11862		La Barre,La Barre-de-Monts		52	85	853	85012
3011333	La Barre	la-barre	FR	39700	0	Europe/Paris	48.03333	-0.26667				52	72	721	72278
3011334	La Barre	la-barre	FR	39700	0	Europe/Paris	47.64277	-1.48686				52	44	445	44193
3011335	La Barre	la-barre	FR	39700	84	Europe/Paris	47.40331	6.18118		La Barre		27	70	702	70050
3011336	La Barre	la-barre	FR	39700	232	Europe/Paris	47.14771	5.68378		La Barre		27	39	391	39039
3011337	La Barre	la-barre	FR	39700	0	Europe/Paris	46.80629	1.37487				24	36	362	36232
3011338	La Barre	la-barre	FR	39700	0	Europe/Paris	46.4	2.36667				84	03	031	03259
3011339	La Barre	la-barre	FR	39700	0	Europe/Paris	46.31363	0.77933				75	86	862	86170
3011340	La Barre	la-barre	FR	39700	0	Europe/Paris	46.1147	2.29522				75	23	231	23204
3011341	La Barre	la-barre	FR	39700	0	Europe/Paris	45.89268	2.75656				84	63	634	63363
3011342	La Barre	la-barre	FR	39700	0	Europe/Paris	45.74651	2.41867				75	23	231	23221
3011343	La Barre	la-barre	FR	39700	0	Europe/Paris	44.81667	4.23333				84	07	071	07203
3011351	La Baroche-sous-Lucé	la-baroche-sous-luce	FR	61330	437	Europe/Paris	48.5423	-0.57923		Baroche-sous-Luce,Baroche-sous-Lucé,Barosh su Lise,La Baroche,La-Barosh-su-Ljuse,la ba luo ke su lu sai,Барош су Лисе,Ла-Барош-су-Люсе,拉巴罗克苏吕塞		28	61	611	61211
3011353	Labaroche	labaroche	FR	68910	2099	Europe/Paris	48.11076	7.19244		La Broche,Labarosh,la ba luo ke,labarwchy,Лабарош,لاباروچی,拉巴罗克		44	68	682	68173
3011360	La Barde	la-barde	FR	17360	400	Europe/Paris	45.12348	-0.03895		La Barde		75	17	171	17033
3011361	Labarde	labarde	FR	33460	683	Europe/Paris	45.01475	-0.64038		Labarde		75	33	334	33211
3011362	Labarde	labarde	FR	33460	0	Europe/Paris	44.70353	0.87636				75	24	241	24257
3011367	La Barben	la-barben	FR	13330	670	Europe/Paris	43.63011	5.17647		Barban,Barben,La Barben,La Barbent,La-Barban,La-Barben,la ba bang,la barbyn,Барбан,Ла-Барбан,Ла-Барбен,لا باربین,拉巴邦		93	13	131	13009
3011384	La Balme-les-Grottes	la-balme-les-grottes	FR	38390	740	Europe/Paris	45.85205	5.33316		Balme le Grot,Balme-les-Grottes,La Balme,La Balme-les-Grottes,La-Bal'm-le-Grot,La-Bal'm-le-Grott,la ba er mu lai ge luo tai,Балме ле Грот,Ла-Бальм-ле-Грот,Ла-Бальм-ле-Гротт,لا بالمی-لے-گروٹٹیس,拉巴尔姆莱格罗泰		84	38	382	38026
3011385	La Balme-de-Thuy	la-balme-de-thuy	FR	74230	360	Europe/Paris	45.90108	6.27666		Balma de Tilia,Balme de Tij,Balme-de-Thuy,La Balme,La Balme-de-Thuy,La-Bal'm-de-Tjui,Балме де Тиј,Ла-Бальм-де-Тюї,لا بالمی-ڈی-ٹہوی		84	74	741	74027
3011386	La Balme-de-Sillingy	la-balme-de-sillingy	FR	74330	4205	Europe/Paris	45.9689	6.04187		La Balme,La Balme-de-Sillingy		84	74	741	74026
3011387	La Balme-d'Épy	la-balme-d-epy	FR	39320	0	Europe/Paris	46.38045	5.41617		La Balme,La Balme-d'Epy,La Balme-d'Épy		27	39	392	39209
3011388	Labalme	labalme	FR	01450	0	Europe/Paris	46.0928	5.48307		Labal'm,Labalm,Labalme,Labalme-sur Cerdon,la ba er mu,labalm,Лабальм,Լաբալմ,لابالم,拉巴尔姆		84	01	014	01200
3011389	La Balme	la-balme	FR	73170	192	Europe/Paris	45.7056	5.71895		La Balme		84	73	732	73028
3011390	La Balme	la-balme	FR	73170	0	Europe/Paris	45.08821	5.46831				84	38	381	38333
3011391	La Balme	la-balme	FR	73170	0	Europe/Paris	44.8	1.61667				76	46	463	46240
3011392	La Baleine	la-baleine	FR	50450	124	Europe/Paris	48.92476	-1.31762		La Baleine		28	50	503	50028
3011396	La Baffe	la-baffe	FR	88460	590	Europe/Paris	48.16174	6.57449		La Baffe		44	88	881	88028
3011402	La Baconnière	la-baconniere	FR	53240	1449	Europe/Paris	48.18297	-0.89373		La Baconniere,La Baconnière,La Braconniere,La Braconnière		52	53	533	53015
3011403	La Bachellerie	la-bachellerie	FR	24210	0	Europe/Paris	45.31667	0.33333				75	24	243	24038
3011404	La Bachellerie	la-bachellerie	FR	24210	0	Europe/Paris	45.14576	1.15381		Bachellerie,La Bachalaria,La Bachalariá,La Bachellerie,La-Bashelleri,la ba xie lei li ye,la bashylyry,Ла-Башеллери,Ла-Башеллері,لا باشیلیری,拉巴谢勒里耶		75	24	244	24020
3011408	Laas	laas	FR	32170	176	Europe/Paris	48.12015	2.22212		Laas		24	45	453	45177
3011409	Laas	laas	FR	32170	290	Europe/Paris	43.46885	0.31087		Laas		76	32	323	32167
3011410	Laàs	laas	FR	32170	108	Europe/Paris	43.38166	-0.85106		Laas,Lars,Laàs,la a,las,Лаас,لاس,拉阿		75	64	642	64287
3011411	Laà-Mondrans	laa-mondrans	FR	64300	452	Europe/Paris	43.45172	-0.77352		Laa,Laa-Mondrans,Lar e los Mondrans,Laà-Mondrans,la a meng de lang,Лаа-Мондранс,لا-مونڈرانس,拉阿蒙德朗		75	64	643	64286
3011415	Kutzenhausen	kutzenhausen	FR	67250	836	Europe/Paris	48.93348	7.8543		Kutzenhausen		44	67	672	67254
3011416	Kuttolsheim	kuttolsheim	FR	67520	670	Europe/Paris	48.64363	7.52503				44	67	674	67253
3011417	Kurtzenhouse	kurtzenhouse	FR	67240	934	Europe/Paris	48.74	7.8045		Kurtzenhausen		44	67	672	67252
3011418	Kuntzig	kuntzig	FR	57970	1086	Europe/Paris	49.34731	6.2371		Kuntzig		44	57	577	57372
3011419	Kunheim	kunheim	FR	68320	1719	Europe/Paris	48.07657	7.53489		Kjunajm,Kuenheim,Kunheim,Kunkhajm,Künheim,qu nan,Кунхајм,Кюнайм,屈南		44	68	682	68172
3011421	Kruth	kruth	FR	68820	1055	Europe/Paris	47.93101	6.96467		Krjut,Kruet,Krut,Kruth,Krüt,ke lu,Крут,Крют,克吕		44	68	686	68171
3011423	Kriegsheim	kriegsheim	FR	67170	652	Europe/Paris	48.75791	7.72849		Kriegsheim		44	67	672	67250
3011424	Krautwiller	krautwiller	FR	67170	162	Europe/Paris	48.73788	7.68438		Krautwiller		44	67	672	67249
3011425	Krautergersheim	krautergersheim	FR	67880	1586	Europe/Paris	48.47634	7.56718		Krautergersheim,Krautergerskhajm,Krotergersajm,Krueterrische,Krüterrische,ke luo tai er re er sang,krawtrghyrshym,krawtrgrshaym,Краутергерсхајм,Кротергерсайм,كراوترغيرشيم,کراوترگرسهایم,克罗泰尔热尔桑		44	67	675	67248
3011429	Kolbsheim	kolbsheim	FR	67120	807	Europe/Paris	48.56093	7.59001		Kolbsheim		44	67	678	67247
3011431	Kogenheim	kogenheim	FR	67230	893	Europe/Paris	48.33737	7.54297		Kogenajm,Kogenheim,Когенајм		44	67	675	67246
3011440	Knutange	knutange	FR	57240	3767	Europe/Paris	49.33895	6.03898		Knutange		44	57	577	57368
3011441	Knœrsheim	kn-rsheim	FR	67310	182	Europe/Paris	48.6811	7.46143				44	67	673	67245
3011448	Kirviller	kirviller	FR	57430	107	Europe/Paris	48.95283	6.98258		Kirviller		44	57	576	57366
3011449	Kirschnaumen	kirschnaumen	FR	57480	449	Europe/Paris	49.39736	6.43304		Kirchnaumen,Kirschnaumen		44	57	577	57365
3011450	Kirsch-lès-Sierck	kirsch-les-sierck	FR	57480	219	Europe/Paris	49.44349	6.40014		Kirsch,Kirsch-les-Sierck,Kirsch-lès-Sierck		44	57	577	57364
3011451	Kirrwiller	kirrwiller	FR	67330	0	Europe/Paris	48.81551	7.52915				44	67	674	67242
3011452	Kirrberg	kirrberg	FR	67320	167	Europe/Paris	48.82258	7.06541		Kirrberg		44	67	674	67241
3011453	Kirchheim	kirchheim	FR	67520	541	Europe/Paris	48.60925	7.49637				44	67	673	67240
3011454	Kirchberg	kirchberg	FR	68290	879	Europe/Paris	47.79753	6.95795				44	68	686	68167
3011455	Kintzheim	kintzheim	FR	67600	1587	Europe/Paris	48.2548	7.39491		Kencajm,Kinckhajm,Kinze,Kinzheim,Kínze,kan te zan,kyntshaym,kyntzhym,Кенцайм,Кинцхайм,Кинцхајм,كينتزهيم,کینتسهایم,坎特赞		44	67	675	67239
3011456	Kingersheim	kingersheim	FR	68260	12690	Europe/Paris	47.791	7.32647		Kingersheim		44	68	684	68166
3011457	Kindwiller	kindwiller	FR	67350	578	Europe/Paris	48.86253	7.59699		Kindweiler,Kindwiller		44	67	672	67238
3011458	Kilstett	kilstett	FR	67840	2026	Europe/Paris	48.676	7.85471		Kil'stet,Kilshtet,ji er si tai,kylshtt,kylstyt,Килштет,Кильстет,Кільстет,كيلستيت,کیلشتت,基尔斯泰		44	67	672	67237
3011460	Killem	killem	FR	59122	1031	Europe/Paris	50.95779	2.56068		Killem		32	59	594	59326
3011461	Kiffis	kiffis	FR	68480	248	Europe/Paris	47.44053	7.35541		Kiffis		44	68	681	68165
3011463	Kientzheim	kientzheim	FR	68240	881	Europe/Paris	48.13596	7.28608		K'enckhajm,Kienzheim,Kincajm,Kinckhajm,ji an te zan,Кинцайм,Кинцхајм,Кьенцхайм,Кінцайм,基安特赞		44	68	682	68162
3011464	Kienheim	kienheim	FR	67270	558	Europe/Paris	48.68987	7.58034		Kienheim		44	67	674	67236
3011466	Kesseldorf	kesseldorf	FR	67930	0	Europe/Paris	48.87533	8.06929				44	67	672	67235
3011467	Keskastel	keskastel	FR	67260	1527	Europe/Paris	48.97132	7.04412		Keskastel		44	67	674	67234
3011506	Kervignac	kervignac	FR	56700	4477	Europe/Paris	47.76373	-3.23913		Kervignac,Kervignag,Kervin'jak,Kervinak,kai er wei ni ya ke,Кервиньяк,Кервињак,Кервіньяк,凯尔维尼亚克		53	56	561	56094
3011539	Kertzfeld	kertzfeld	FR	67230	1179	Europe/Paris	48.3799	7.56816		Kercfeld,Kertzfeld,Керцфелд		44	67	675	67233
3011563	Kersaint-Plabennec	kersaint-plabennec	FR	29860	1166	Europe/Paris	48.47265	-4.37419		Kersaint,Kersaint-Plabennec,Kersen Plabenek,Kersen-Plabennek,Kersent-Plabenneg,kai er sang pu la bo nei ke,Керсен Плабенек,Керсен-Плабеннек,凯尔桑普拉伯内克		53	29	291	29095
3011585	Val-de-Bride	val-de-bride	FR	57260	0	Europe/Paris	48.82393	6.70149		Kerprich-les-Dieuze,Kerprich-lès-Dieuze		44	57	575	57270
3011586	Kerprich-aux-Bois	kerprich-aux-bois	FR	57830	133	Europe/Paris	48.73901	6.95998		Kerprich,Kerprich-aux-Bois		44	57	575	57362
3011589	Kerpert	kerpert	FR	22480	333	Europe/Paris	48.37694	-3.13481		Kerber,Kerbêr,Kerpert		53	22	222	22092
3011618	Kernouës	kernoues	FR	29260	616	Europe/Paris	48.5901	-4.3487		Kernoues,Kernouez,Kernouës,Kernue,kai er nu e,Кернуе,凯尔努厄		53	29	291	29094
3011624	Kernilis	kernilis	FR	29260	1174	Europe/Paris	48.57128	-4.41952		Kernili,Kernilis,Kerniliz,kai er ni li,Кернили,Кернілі,凯尔尼利		53	29	291	29093
3011999	Juvigny	juvigny	FR	02880	297	Europe/Paris	49.44762	3.31821		Juvigny		32	02	024	02398
3011639	Kernascléden	kernascleden	FR	56540	381	Europe/Paris	48.00681	-3.32042		Kernascleden,Kernascléden,Kernaskledan,Kernaskledenn,kai er na si ke lai dang,Кернаскледан,凯尔纳斯克莱当		53	56	562	56264
3011652	Kermoroc'h	kermoroc-h	FR	22140	0	Europe/Paris	48.62148	-3.20734		Kermoroc'h,Kervoroc'h		53	22	222	22091
3011675	Kermaria-Sulard	kermaria-sulard	FR	22450	785	Europe/Paris	48.77226	-3.37193		Kermaria,Kermaria-Sulard,Kervaria-Sular		53	22	223	22090
3011686	Kerlouan	kerlouan	FR	29890	2405	Europe/Paris	48.64541	-4.36594		Kerlouan,Kerluan,kai er lu ang,Керлуан,凯尔卢昂		53	29	291	29091
3011699	Kerling-lès-Sierck	kerling-les-sierck	FR	57480	452	Europe/Paris	49.39749	6.35151		Kerling,Kerling-les-Sierck,Kerling-lès-Sierck,Kerlingen		44	57	577	57361
3011707	Kerlaz	kerlaz	FR	29100	896	Europe/Paris	48.09253	-4.27336		Kerla,Kerlaz,kai er la,kerurazu,Керла,ケルラズ,凯尔拉		53	29	294	29090
3011749	Kerien	kerien	FR	22480	226	Europe/Paris	48.39042	-3.21172		Kerien,Kerien-Boulvriag,Kérien		53	22	222	22088
3011787	Kergrist-Moëlou	kergrist-moelou	FR	22110	727	Europe/Paris	48.30999	-3.31814		Kergri Moeru,Kergri-Moelu,Kergrist,Kergrist-Moehlu,Kergrist-Moelou,Kergrist-Moeloù,Kergrist-Moëlou,kai er ge li si mo e lu,Кергри Моеру,Кергри-Моелу,Кергрист-Моэлу,Кергрі-Моелу,凯尔格里斯莫厄卢		53	22	222	22087
3011789	Kergrist	kergrist	FR	56300	710	Europe/Paris	48.1466	-2.95544		Kergres,Kergri,Kergrist,kai er ge li si,Кергри,Кергрі,凯尔格里斯		53	56	562	56093
3011819	Kergloff	kergloff	FR	29270	799	Europe/Paris	48.27461	-3.61966		Kerglof,Kergloff,kai er ge luo,Керглоф,Керглофф,凯尔格洛		53	29	292	29089
3011833	Kerfourn	kerfourn	FR	56920	779	Europe/Paris	48.04334	-2.83368		Kerforn,Kerfourn		53	56	562	56092
3011834	Kerfot	kerfot	FR	22500	588	Europe/Paris	48.73707	-3.02786		Kerfod,Kerfot		53	22	222	22086
3011899	Kerbors	kerbors	FR	22610	350	Europe/Paris	48.82856	-3.18321		Kerbors,Kerborzh		53	22	223	22085
3011920	Kerbach	kerbach	FR	57460	1024	Europe/Paris	49.16682	6.96549		Kerbach		44	57	573	57360
3011963	Kemplich	kemplich	FR	57920	123	Europe/Paris	49.32991	6.3911		Kemplich		44	57	577	57359
3011964	Kembs	kembs	FR	68680	3909	Europe/Paris	47.68948	7.50323		Cambetis,Kembs,kang bu,Кембс,康布		44	68	684	68163
3011967	Keffenach	keffenach	FR	67250	216	Europe/Paris	48.96507	7.88198		Keffenach		44	67	672	67232
3011968	Kédange-sur-Canner	kedange-sur-canner	FR	57920	1141	Europe/Paris	49.30887	6.33805		Kedange,Kedange-sur-Camer,Kedange-sur-Canner,Kédange-sur-Camer,Kédange-sur-Canner		44	57	577	57358
3011969	Kaysersberg	kaysersberg	FR	68240	2815	Europe/Paris	48.13803	7.26385		Caesaris Mons,Kajzersberg,Kayserberg,Kaysersberg,Kezersberg,Mont-Libre,kai sai er si bei er,kezerusuberu,qyysrsbrg,Кайзерсберг,Кајзерсберг,Кезерсберг,קייסרסברג,ケゼルスベール,凯塞尔斯贝尔		44	68	682	68162
3011970	Kauffenheim	kauffenheim	FR	67480	0	Europe/Paris	48.85229	8.02706				44	67	672	67231
3011971	Katzenthal	katzenthal	FR	68230	528	Europe/Paris	48.108	7.28188		Kacental,Kacental',ka te cang ta,Кацентал,Каценталь,卡特藏塔		44	68	682	68161
3011972	Kappelkinger	kappelkinger	FR	57430	419	Europe/Paris	48.97151	6.90895		Kapelkenzher,Kappel'kenzher,Kappelkinger,ka pei er kan re,kaplkyngr,Капелкенжер,Каппелькенжер,کاپلکینگر,卡佩尔坎热		44	57	576	57357
3011973	Kappelen	kappelen	FR	68510	521	Europe/Paris	47.61927	7.4393		Kappelen		44	68	684	68160
3011974	Kanfen	kanfen	FR	57330	807	Europe/Paris	49.4388	6.10905		Kanfen		44	57	577	57356
3011976	Kaltenhouse	kaltenhouse	FR	67240	2000	Europe/Paris	48.7911	7.83217		Kaltenhausen,Kaltenhouse		44	67	672	67230
3011977	Kalhausen	kalhausen	FR	57412	863	Europe/Paris	49.02276	7.15392		Kalhausen,Kalkhauzen,Kalozan,ka yue sang,kalhawzn,Калозан,Калхаузен,کالهاوزن,卡约桑		44	57	576	57355
3011978	Juziers	juziers	FR	78820	3545	Europe/Paris	48.99137	1.8476		Juziers,Zhuz'er,Жузьер,Жузьєр		11	78	781	78327
3011979	Juzet-d'Izaut	juzet-d-izaut	FR	31160	226	Europe/Paris	42.97815	0.75877		Juzet,Juzet-d'Izaut		76	31	312	31245
3011980	Juzet-de-Luchon	juzet-de-luchon	FR	31110	0	Europe/Paris	42.80893	0.60868		Juzet,Juzet-de-Luchon		76	31	312	31244
3011981	Juzes	juzes	FR	31540	96	Europe/Paris	43.4493	1.78939		Juzes		76	31	313	31243
3011982	Juzennecourt	juzennecourt	FR	52330	173	Europe/Paris	48.18421	4.97965		Juzennecourt		44	52	521	52253
3011983	Juzanvigny	juzanvigny	FR	10500	127	Europe/Paris	48.41485	4.58902				44	10	101	10184
3011986	Juxue	juxue	FR	64120	208	Europe/Paris	43.23607	-1.04585		Jutsi,Juxue,Zhjuksju,Zhuksju,rui ke xu ai,Жуксю,Жюксю,瑞克叙埃		75	64	641	64285
3011987	Juvrecourt	juvrecourt	FR	54370	57	Europe/Paris	48.7417	6.56399		Juvrecourt		44	54	542	54285
3011988	Juvisy-sur-Orge	juvisy-sur-orge	FR	91260	12376	Europe/Paris	48.68333	2.38333		Juvisy,Juvisy-sur-Orge,Zhuvizi-sjur-Orzh,ao er ri he pan yu wei xi,Жувизи-сюр-Орж,Жувізі-сюр-Орж,奥尔日河畔于维西		11	91	913	91326
3011989	Juvincourt-et-Damary	juvincourt-et-damary	FR	02190	371	Europe/Paris	49.4475	3.89477		Juvincourt,Juvincourt-et-Damary		32	02	022	02399
3011990	Juvinas	juvinas	FR	07600	159	Europe/Paris	44.71063	4.30553		Juvinas		84	07	071	07111
3011992	Juville	juville	FR	57590	101	Europe/Paris	48.93095	6.34651		Juville		44	57	575	57354
3011993	Juvigny-sur-Seulles	juvigny-sur-seulles	FR	14250	59	Europe/Paris	49.1617	-0.61481		Juvigny,Juvigny-sur-Seulles,Zhjuvin'i-sjur-Sjol',Zhuvin'i-sjur-Sel',se lai he pan rui wei ni,Жувиньи-сюр-Сель,Жувіньї-сюр-Сель,Жювиньи-сюр-Сёль,瑟莱河畔瑞维尼		28	14	141	14348
3011994	Juvigny-sur-Orne	juvigny-sur-orne	FR	61200	74	Europe/Paris	48.7314	0.02138		Juvigny,Juvigny-sur-Orne		28	61	612	61212
3011995	Juvigny-sur-Loison	juvigny-sur-loison	FR	55600	254	Europe/Paris	49.46699	5.34201		Juvigny,Juvigny-sur-Loison,Zhuvin'i-sjur-Luazon,lu wa song he pan rui wei ni,Жувиньи-сюр-Луазон,Жувіньї-сюр-Луазон,卢瓦松河畔瑞维尼		44	55	553	55262
3011996	Juvigny-sous-Andaine	juvigny-sous-andaine	FR	61140	1071	Europe/Paris	48.55194	-0.50878		Juvigny,Zhuvin'i-su-Anden,rui wei ni su sang dai ne,Жувиньи-су-Анден,Жувіньї-су-Анден,瑞维尼苏桑代讷		28	61	611	61211
3011997	Juvigny-le-Tertre	juvigny-le-tertre	FR	50520	688	Europe/Paris	48.677	-1.02218		Juvigny,Juvigny-le-Tertre		28	50	501	50260
3011998	Juvigny-en-Perthois	juvigny-en-perthois	FR	55170	145	Europe/Paris	48.59768	5.15432		Juvigny,Juvigny-en-Perthois		44	55	551	55261
3012000	Juvigny	juvigny	FR	02880	911	Europe/Paris	49.01917	4.26393		Juvigny,Juvigny-sur-Marne		44	51	511	51312
3012001	Juvigny	juvigny	FR	02880	604	Europe/Paris	46.21499	6.28154		Juvigny		84	74	743	74145
3012002	Juvignies	juvignies	FR	60112	289	Europe/Paris	49.51942	2.08633		Juvignies		32	60	601	60328
3012003	Juvigné	juvigne	FR	53380	1405	Europe/Paris	48.22992	-1.03522		Juvigne,Juvigné		52	53	533	53123
3012004	Juvignac	juvignac	FR	34990	6281	Europe/Paris	43.61389	3.81056		Juvignac,Juvinhac,Zhjuvin'jak,Zhuvin'jak,rui wei ni ya ke,Жувиньяк,Жувіньяк,Жювиньяк,瑞维尼亚克		76	34	343	34123
3012006	Juvelize	juvelize	FR	57630	99	Europe/Paris	48.76387	6.64892		Juvelize		44	57	575	57353
3012007	Juvardeil	juvardeil	FR	49330	813	Europe/Paris	47.65492	-0.49869		Juvardeil,Zhuvardej,rui wa er dai,Жувардей,瑞瓦尔代		52	49	494	49170
3012008	Juvanzé	juvanze	FR	10140	38	Europe/Paris	48.31731	4.56181		Juvanze,Juvanzé		44	10	101	10183
3012009	Juvancourt	juvancourt	FR	10310	151	Europe/Paris	48.11446	4.79923		Juvancourt,Zhjuvankur,Zhuvankur,rui wang ku er,Жуванкур,Жюванкур,瑞旺库尔		44	10	101	10182
3012010	Juvaincourt	juvaincourt	FR	88500	170	Europe/Paris	48.33063	6.05861		Juvaincourt		44	88	882	88257
3012014	Jutigny	jutigny	FR	77650	575	Europe/Paris	48.49832	3.23189		Jutigny		11	77	773	77242
3012015	Justiniac	justiniac	FR	09700	61	Europe/Paris	43.21218	1.49232		Justiniac		76	09	092	09146
3012016	Justine-Herbigny	justine-herbigny	FR	08270	0	Europe/Paris	49.6	4.33333				44	08	082	08240
3012018	Justian	justian	FR	32190	96	Europe/Paris	43.81601	0.29962		Justian		76	32	321	32166
3012019	Jussy-le-Chaudrier	jussy-le-chaudrier	FR	18140	592	Europe/Paris	47.12748	2.93435		Jussy,Jussy-le-Chaudrier		24	18	181	18120
3012020	Jussy-Champagne	jussy-champagne	FR	18130	231	Europe/Paris	46.9859	2.64272		Jussy,Jussy-Champagne		24	18	181	18119
3012022	Jussy	jussy	FR	02480	1300	Europe/Paris	49.71984	3.2327		Jussy		32	02	023	02397
3012023	Jussy	jussy	FR	02480	489	Europe/Paris	49.10117	6.0859		Jussy		44	57	579	57352
3012024	Jussy	jussy	FR	02480	0	Europe/Paris	47.72061	3.58256		Jussy		27	89	891	89212
3012025	Jussy	jussy	FR	02480	0	Europe/Paris	47.45048	3.19798				27	58	584	58077
3012026	Jussey	jussey	FR	70500	1828	Europe/Paris	47.82536	5.90193		Jussey		27	70	702	70292
3012027	Jussecourt-Minecourt	jussecourt-minecourt	FR	51340	195	Europe/Paris	48.8	4.78333				44	51	514	51311
3012029	Jussas	jussas	FR	17130	114	Europe/Paris	45.2838	-0.34476		Jussas		75	17	171	17199
3012030	Jussarupt	jussarupt	FR	88640	274	Europe/Paris	48.16005	6.75277		Jussarupt		44	88	883	88256
3012031	Jussac	jussac	FR	15250	0	Europe/Paris	45.22457	4.03249				84	43	433	43162
3012032	Jussac	jussac	FR	15250	1827	Europe/Paris	44.98764	2.42308		Jussac		84	15	151	15083
3012033	Jusix	jusix	FR	47180	118	Europe/Paris	44.54069	0.04929		Jusitz,Jusix,Zhuzi,rui xi,Жузи,Жузі,瑞西		75	47	472	47120
3012034	Juscorps	juscorps	FR	79230	316	Europe/Paris	46.2135	-0.38601		Juscorps		75	79	792	79144
3012036	Jury	jury	FR	57245	998	Europe/Paris	49.06969	6.25263		Jury		44	57	579	57351
3012037	Jurvielle	jurvielle	FR	31110	0	Europe/Paris	42.81809	0.48673		Jurvielle		76	31	312	31242
3012038	Jurques	jurques	FR	14260	608	Europe/Paris	49.01778	-0.73977		Jurques,Zhjurk,Zhurk,rui er ke,Журк,Жюрк,瑞尔克		28	14	144	14347
3012041	Jurignac	jurignac	FR	16250	512	Europe/Paris	45.53361	-0.03832		Jurignac,Zhjurin'jak,Zhurin'jak,rui li ni ya ke,Журиньяк,Жюриньяк,瑞里尼亚克		75	16	162	16175
3012046	Juré	jure	FR	42430	215	Europe/Paris	45.88387	3.89116		Jure,Juré		84	42	422	42116
3012047	Juranville	juranville	FR	45340	424	Europe/Paris	48.05442	2.49567		Juranville,Zhuranvil',rui lang wei er,Журанвіль,瑞朗维尔		24	45	453	45176
3012049	Jurançon	jurancon	FR	64110	7041	Europe/Paris	43.2883	-0.38694		Jurancon,Juranson,Jurançon,Zhjuranson,Zhuranson,juranson,zhu lang song,Журансон,Жюрансон,ジュランソン,朱朗松		75	64	643	64284
3012053	Jupilles	jupilles	FR	72500	598	Europe/Paris	47.79129	0.41229		Jupilles		52	72	721	72153
3012055	Juniville	juniville	FR	08310	855	Europe/Paris	49.39667	4.3828		Juniville		44	08	082	08239
3012056	Junhac	junhac	FR	15120	341	Europe/Paris	44.7135	2.45218		Junhac		84	15	151	15082
3012057	Jungholtz	jungholtz	FR	68500	692	Europe/Paris	47.88452	7.19604		Iungholtz,Jungholz		44	68	686	68159
3012058	Juncalas	juncalas	FR	65100	205	Europe/Paris	43.05365	0.001		Juncalas		76	65	651	65237
3012060	Junay	junay	FR	89700	134	Europe/Paris	47.87761	3.94724		Junay		27	89	892	89211
3012061	Junas	junas	FR	30250	781	Europe/Paris	43.77147	4.1209		Junas,Junàs,Zhunas,rui na,Жунас,瑞纳		76	30	302	30136
3012062	Jumilhac-le-Grand	jumilhac-le-grand	FR	24630	1344	Europe/Paris	45.4945	1.06398		Jumilhac,Jumilhac lo Grand,Jumilhac lu Grand,Jumilhac-le-Grand,Zhumiak-le-Gran,da rui mi ya ke,Жумиак-ле-Гран,Жуміак-ле-Гран,大瑞米亚克		75	24	242	24218
3012064	Jumigny	jumigny	FR	02160	68	Europe/Paris	49.41036	3.71667		Jumigny		32	02	022	02396
3012066	Jumièges	jumieges	FR	76480	1748	Europe/Paris	49.43324	0.81918		Gemeticum,Jumieges,Jumièges,Zhum'ezh,Zhumezh,Жумьеж,Жумєж		28	76	763	76378
3012071	Jumencourt	jumencourt	FR	02380	119	Europe/Paris	49.50929	3.3544		Jumencourt		32	02	022	02395
3012072	Jumelles	jumelles	FR	27220	272	Europe/Paris	48.91487	1.20768		Jumelles		28	27	273	27360
3012073	Jumelles	jumelles	FR	27220	7328	Europe/Paris	47.43517	-0.10371		Jumelles		52	49	493	49180
3012074	Jumel	jumel	FR	80250	375	Europe/Paris	49.75827	2.35216		Jumel		32	80	803	80452
3012075	Jumel	jumel	FR	80250	0	Europe/Paris	49.67734	0.17545				28	76	762	76508
3012076	Jumeaux	jumeaux	FR	63570	0	Europe/Paris	48.08644	1.38991				24	28	282	28198
3012077	Jumeaux	jumeaux	FR	63570	705	Europe/Paris	45.43119	3.34003		Jumeaux,Los Gemeis,Los Gemèis,Minzuddi,Zhumo,rui mo,Жумо,瑞莫		84	63	633	63182
3012078	Jumeauville	jumeauville	FR	78580	583	Europe/Paris	48.91104	1.78741		Jumeauville		11	78	781	78325
3012080	Julvécourt	julvecourt	FR	55120	77	Europe/Paris	49.06339	5.1906		Julvecourt,Julvécourt		44	55	553	55260
3012081	Julos	julos	FR	65100	255	Europe/Paris	43.1219	0.00558		Julos		76	65	651	65236
3012082	Jully-sur-Sarce	jully-sur-sarce	FR	10260	279	Europe/Paris	48.10782	4.30626		Jully,Jully-sur-Sarce		44	10	103	10181
3012083	Jully-lès-Buxy	jully-les-buxy	FR	71390	303	Europe/Paris	46.69095	4.69572		Jully,Jully-les-Buxy,Jully-lès-Buxy		27	71	712	71247
3012084	Jully	jully	FR	89160	141	Europe/Paris	47.78731	4.27357		Jully		27	89	892	89210
3012085	Jullouville	jullouville	FR	50610	1517	Europe/Paris	48.77576	-1.56366		Julloville,Julouville-les-Pins,Zhulluvil',rui lu wei er,Жуллувиль,Жуллувіль,瑞卢维尔		28	50	501	50066
3012088	Jullié	jullie	FR	69840	405	Europe/Paris	46.24215	4.67793		Jullie,Jullié		84	69	692	69104
3012089	Jullianges	jullianges	FR	43500	406	Europe/Paris	45.30634	3.79109		Jullianges		84	43	432	43108
3012090	Julienne	julienne	FR	16200	412	Europe/Paris	45.69612	-0.2307		Julienne		75	16	162	16174
3012091	Juliénas	julienas	FR	69840	843	Europe/Paris	46.23507	4.71133		Julienas,Juliénas		84	69	692	69103
3012092	Julianges	julianges	FR	48140	69	Europe/Paris	44.92989	3.30962		Julianges,Jullianges		76	48	482	48077
3012094	Jujurieux	jujurieux	FR	01640	1871	Europe/Paris	46.04122	5.40855		Jujurieux		84	01	014	01199
3012096	Jujols	jujols	FR	66360	0	Europe/Paris	42.56667	2.3		Jujols,Jújols,Zhuzhol',rui ruo er,Жужоль,瑞若尔		76	66	663	66090
3012099	Juilly	juilly	FR	21140	2195	Europe/Paris	49.01375	2.70563		Juilly		11	77	771	77241
3012100	Juilly	juilly	FR	21140	57	Europe/Paris	47.49012	4.39893		Juilly		27	21	213	21329
3012101	Juilley	juilley	FR	50220	488	Europe/Paris	48.5984	-1.34542		Juilley		28	50	501	50259
3012102	Juilles	juilles	FR	32200	0	Europe/Paris	45.50953	2.65872				84	63	633	63028
3012103	Juilles	juilles	FR	32200	190	Europe/Paris	43.60142	0.82902		Juilles		76	32	321	32165
3012104	Juillenay	juillenay	FR	21210	53	Europe/Paris	47.36012	4.27571		Juillenay		27	21	213	21328
3012105	Juillé	juille	FR	16230	482	Europe/Paris	48.24538	0.12207		Juille,Juillé		52	72	722	72152
3012106	Juillé	juille	FR	16230	96	Europe/Paris	46.11618	-0.2158		Juille,Juillé		75	79	792	79142
3012107	Juillé	juille	FR	16230	0	Europe/Paris	45.92997	0.1436		Juille,Juillé		75	16	163	16173
3012109	Juillan	juillan	FR	65290	3759	Europe/Paris	43.20072	0.02326		Juillan,Julhan,Zhjujan,Zhujan,rui yi lang,Жуян,Жюйан,瑞伊朗		76	65	653	65235
3012110	Juillaguet	juillaguet	FR	16320	100	Europe/Paris	45.48333	0.21667		Juillaguet,Julhaguet,Zhjujage,Zhujage,rui yi la gai,Жуяге,Жюйаге,瑞伊拉盖		75	16	161	16082
3012112	Juillac-le-Coq	juillac-le-coq	FR	16130	675	Europe/Paris	45.58965	-0.2611		Juillac,Juillac-le-Coq,Zhjujak-le-Kok,Zhuijak-le-Kok,rui yi la ke lai ke,Жуіяк-ле-Кок,Жюйак-ле-Кок,瑞伊拉克莱科		75	16	162	16171
3012113	Juillac	juillac	FR	19350	1130	Europe/Paris	45.31808	1.32257		Juillac		75	19	191	19094
3012114	Juillac	juillac	FR	19350	225	Europe/Paris	44.81072	0.03964		Juillac		75	33	335	33210
3012115	Juillac	juillac	FR	19350	0	Europe/Paris	44.76114	1.13921				75	24	244	24438
3012116	Juillac	juillac	FR	19350	0	Europe/Paris	44.47875	1.20054		Juillac		76	46	461	46005
3012117	Juillac	juillac	FR	19350	110	Europe/Paris	43.54023	0.126		Juillac		76	32	323	32164
3012118	Juignettes	juignettes	FR	27250	143	Europe/Paris	48.8437	0.65839		Juignettes		28	27	272	27359
3012119	Juigné-sur-Sarthe	juigne-sur-sarthe	FR	72300	1232	Europe/Paris	47.86388	-0.28667		Juigne-sur-Sarthe,Juigné-sur-Sarthe		52	72	721	72151
3012120	Juigné sur Loire	juigne-sur-loire	FR	49610	2412	Europe/Paris	47.4075	-0.4761		Juigne,Juigne sur Loire,Juigne-sur-Loire,Juigné,Juigné sur Loire,Juigné-sur-Loire		52	49	491	49167
3012121	Juigné-des-Moutiers	juigne-des-moutiers	FR	44670	320	Europe/Paris	47.67903	-1.18677		Juigne,Juigne-des-Moutiers,Juigné,Juigné-des-Moutiers,Yaoueneg-ar-Mousteriou,Yaoueneg-ar-Mousterioù,Zhuin'e-de-Mut'e,rui yi nie dai mu di ye er,Жуїньє-де-Мутьє,瑞伊涅代穆蒂耶尔		52	44	445	44078
3012125	Juignac	juignac	FR	16190	453	Europe/Paris	45.37839	0.16407		Juignac,Zhjuin'jak,Zhuin'jak,rui yi ni ya ke,Жуїньяк,Жюиньяк,瑞伊尼亚克		75	16	161	16170
3012126	Juif	juif	FR	71440	227	Europe/Paris	46.68183	5.15926		Juif		27	71	714	71246
3012127	Juicq	juicq	FR	17770	181	Europe/Paris	45.84375	-0.56062		Juicq		75	17	175	17198
3012128	Jugy	jugy	FR	71240	256	Europe/Paris	46.60451	4.86455		Jugy		27	71	712	71245
3012129	Jugon-les-Lacs	jugon-les-lacs	FR	22270	1416	Europe/Paris	48.41667	-2.33333				53	22	224	22084
3012131	Jugeals-Nazareth	jugeals-nazareth	FR	19500	702	Europe/Paris	45.08134	1.55939		Jugeals,Jugeals-Nazareth		75	19	191	19093
3012133	Jugazan	jugazan	FR	33420	242	Europe/Paris	44.78184	-0.15505		Jugasan,Jugazan,Zhugazan,rui jia cang,Жугазан,瑞加藏		75	33	335	33209
3012137	Jublains	jublains	FR	53160	739	Europe/Paris	48.25615	-0.49502		Jublains,Zhublen,rui bu lan,Жублен,瑞布兰		52	53	533	53122
3012138	Jû-Belloc	ju-belloc	FR	32160	322	Europe/Paris	43.58279	0.00506		Ju,Ju-Belloc,Jû-Belloc		76	32	323	32163
3012140	Jubainville	jubainville	FR	88630	70	Europe/Paris	48.45996	5.74278		Jubainville		44	88	882	88255
3012141	Juaye-Mondaye	juaye-mondaye	FR	14250	651	Europe/Paris	49.213	-0.69703		Juaye,Juaye-Mondaye		28	14	141	14346
3012142	Juan-les-Pins	juan-les-pins	FR	06161 CEDEX	0	Europe/Paris	43.56945	7.11309		JLP,Juan,Juan-les-Pins		93	06	061	06004
3012144	Joze	joze	FR	63350	963	Europe/Paris	45.86303	3.30229		Joze		84	63	635	63180
3012145	Joyeux	joyeux	FR	01800	0	Europe/Paris	49.68364	0.529				28	76	762	76755
3012146	Joyeux	joyeux	FR	01800	226	Europe/Paris	45.96267	5.09937		Joyeux		84	01	011	01198
3012148	Joyeuse	joyeuse	FR	07260	1559	Europe/Paris	44.47951	4.23778		Joyeuse		84	07	071	07110
3012155	Jouy-sur-Morin	jouy-sur-morin	FR	77320	2127	Europe/Paris	48.795	3.27238		Jouy,Jouy-sur-Morin,Zhui-sjur-Moren,Жуи-сюр-Морен,Жуї-сюр-Морен		11	77	773	77240
3012156	Jouy-sur-Eure	jouy-sur-eure	FR	27120	575	Europe/Paris	49.05155	1.30155		Jouy-sur-Eure		28	27	271	27358
3012157	Jouy-sous-Thelle	jouy-sous-thelle	FR	60240	854	Europe/Paris	49.33357	1.97565		Jouy,Jouy-sous-Thelle		32	60	601	60327
3012159	Jouy-Mauvoisin	jouy-mauvoisin	FR	78200	533	Europe/Paris	48.9759	1.6482		Jouy,Jouy-Mauvoisin,Zhui-Movuazen,Жуи-Мовуазен,Жуї-Мовуазен		11	78	781	78324
3012160	Jouy-lès-Reims	jouy-les-reims	FR	51390	178	Europe/Paris	49.21526	3.92878		Jouy,Jouy-les-Reims,Jouy-lès-Reims		44	51	513	51310
3012228	Joudes	joudes	FR	71480	414	Europe/Paris	46.46766	5.35884		Joudes,Zhud,Жуд		27	71	714	71243
3012161	Jouy-le-Potier	jouy-le-potier	FR	45370	1404	Europe/Paris	47.74553	1.81115		Jouy,Jouy-le-Potier,Zhui-le-Pot'e,ru yi lai bo di ye,Жуї-ле-Потьє,茹伊莱波蒂耶		24	45	452	45175
3012162	Jouy-le-Moutier	jouy-le-moutier	FR	95280	19087	Europe/Paris	49.01068	2.04028		Jouy,Jouy-le-Moutier,Zhui-le-Mut'e,ru yi lei mu di ye,Жуи-ле-Мутье,Жуї-ле-Мутьє,茹伊勒穆蒂耶		11	95	953	95323
3012163	Jouy-le-Châtel	jouy-le-chatel	FR	77970	1525	Europe/Paris	48.66651	3.13036		Jouy,Jouy-le-Chatel,Jouy-le-Châtel,Zhui-le-Shatel',Жуи-ле-Шатель,Жуї-ле-Шатель		11	77	773	77239
3012164	Jouy-en-Pithiverais	jouy-en-pithiverais	FR	45480	257	Europe/Paris	48.14167	2.11254		Jouy,Jouy-en-Pithiverais,Zhui-an-Pitivre,pi di wei lai de qu ru yi,Жуї-ан-Пітівре,皮蒂韦赖地区茹伊		24	45	453	45174
3012165	Jouy-en-Josas	jouy-en-josas	FR	78350	8383	Europe/Paris	48.75909	2.16966		Jouy,Jouy-en-Josas,Jouy-le-Peuple,Zhui-an-Zhozas,Жуи-ан-Жозас,Жуї-ан-Жозас		11	78	784	78322
3012166	Jouy-en-Argonne	jouy-en-argonne	FR	55120	60	Europe/Paris	49.13418	5.22323		Jouy,Jouy-en-Argonne		44	55	553	55257
3012167	Jouy-aux-Arches	jouy-aux-arches	FR	57130	1598	Europe/Paris	49.06148	6.07925		Gaudiacum,Jouy,Jouy-aux-Arches,Zhui-oz-Arsh,ru yi ao a er xie,Жуи-оз-Арш,Жуї-оз-Арш,茹伊奥阿尔谢		44	57	579	57350
3012169	Jouy	jouy	FR	28300	0	Europe/Paris	49.43917	3.51213		Jouy		32	02	024	02008
3012170	Jouy	jouy	FR	28300	1884	Europe/Paris	48.51005	1.54501		Jouy		24	28	281	28201
3012171	Jouy	jouy	FR	28300	0	Europe/Paris	48.45338	2.36362				11	91	911	91293
3012172	Jouy	jouy	FR	28300	417	Europe/Paris	48.16754	2.9761		Jouy		27	89	893	89209
3012173	Jouy	jouy	FR	28300	0	Europe/Paris	46.82059	2.86674				24	18	182	18242
3012174	Joux-la-Ville	joux-la-ville	FR	89440	1112	Europe/Paris	47.62241	3.86217		Joux,Joux-la-Ville		27	89	892	89208
3012179	Joux	joux	FR	69170	0	Europe/Paris	47.40899	4.09038				27	21	213	21538
3012180	Joux	joux	FR	69170	637	Europe/Paris	45.88725	4.37208		Joux		84	69	692	69102
3012181	Joux	joux	FR	69170	0	Europe/Paris	45.8	2				75	23	231	23090
3012183	Jouvençon	jouvencon	FR	71290	0	Europe/Paris	46.57538	5.05526		Jouvencon,Jouvençon		27	71	714	71244
3012185	Joussé	jousse	FR	86350	341	Europe/Paris	46.22726	0.47057		Jousse,Joussé		75	86	862	86119
3012186	Jou-sous-Monjou	jou-sous-monjou	FR	15800	137	Europe/Paris	44.9379	2.66486		Jou,Jou-sous-Monjou		84	15	151	15081
3012187	Jours-en-Vaux	jours-en-vaux	FR	21340	97	Europe/Paris	47.04322	4.58524		Jours,Jours-en-Vaux		27	21	211	21327
3012188	Joursac	joursac	FR	15170	0	Europe/Paris	45.56667	2.55				84	63	633	63421
3012189	Joursac	joursac	FR	15170	161	Europe/Paris	45.14185	3.00551		Joursac		84	15	153	15080
3012190	Jours-lès-Baigneux	jours-les-baigneux	FR	21450	91	Europe/Paris	47.63333	4.6				27	21	213	21326
3012191	Journy	journy	FR	62850	236	Europe/Paris	50.7531	1.99533		Journy		32	62	625	62478
3012192	Journiac	journiac	FR	24260	0	Europe/Paris	45.31786	2.65428				84	15	152	15162
3012193	Journiac	journiac	FR	24260	388	Europe/Paris	44.96596	0.88406		Jornhac,Journiac,Zhurn'jak,ru er ni a ke,Журньяк,茹尔尼阿克		75	24	244	24217
3012194	Journet	journet	FR	86290	425	Europe/Paris	46.46345	0.96766		Journet,Zhurne,ru er na,Журне,茹尔纳		75	86	862	86118
3012195	Journans	journans	FR	01250	367	Europe/Paris	46.14608	5.33481		Journans		84	01	012	01197
3012196	Jourgnac	jourgnac	FR	87800	781	Europe/Paris	45.71926	1.21346		Jourgnac		75	87	872	87081
3012199	Jouqueviel	jouqueviel	FR	81190	112	Europe/Paris	44.19133	2.14748		Jouqueviel		76	81	811	81110
3012200	Jouques	jouques	FR	13490	3500	Europe/Paris	43.6371	5.63672		Jocas,Jouques,Zhuk,ru qu ai,Жук,茹屈埃		93	13	131	13048
3012206	Jouillat	jouillat	FR	23220	403	Europe/Paris	46.25772	1.93501		Jouillat		75	23	232	23101
3012208	Jouhet	jouhet	FR	86500	488	Europe/Paris	46.49128	0.83979		Jouhet,Zhue,ru e,Жуе,茹厄		75	86	862	86117
3012209	Jouhe	jouhe	FR	39100	489	Europe/Paris	47.14062	5.48982		Jouhe,Zhu,ru zhen,Жу,茹镇		27	39	391	39270
3012211	Jougne	jougne	FR	25370	1249	Europe/Paris	46.76291	6.38838		Jougne,Zhun',ru ni,Жунь,茹尼		27	25	253	25318
3012215	Jouey	jouey	FR	21230	201	Europe/Paris	47.15369	4.44869		Jouey		27	21	211	21325
3012216	Jouet-sur-l'Aubois	jouet-sur-l-aubois	FR	18320	1516	Europe/Paris	47.04562	2.98725		Jouet,Jouet-sur-l'Aubois,Jouet-sur-lAubois,Zhueh-sjur-l'Obua,Жуэ-сюр-л’Обуа		24	18	182	18118
3012217	Bourg de Joué-sur-Erdre	bourg-de-joue-sur-erdre	FR	44440	1834	Europe/Paris	47.49596	-1.42047		Ioseium,Joue,Joue-sur-Erdre,Joué,Joué-sur-Erdre,Yaoued,Zhue-sjur-Erdr,Zhueh-sjur-Ehrdr,ai er de er he pan ru ai,Жуе-сюр-Ердр,Жуэ-сюр-Эрдр,埃尔德尔河畔茹埃		52	44	445	44077
3012219	Joué-lès-Tours	joue-les-tours	FR	37300	37466	Europe/Paris	47.35223	0.66905		Joue,Joue-les-Tours,Joué,Joué-lès-Tours,Zhu-le-Tur,Жу-ле-Тур		24	37	372	37122
3012220	Joué-l'Abbé	joue-l-abbe	FR	72380	0	Europe/Paris	48.11093	0.2167		Joue-l'Abbe,Joué-l'Abbé		52	72	723	72150
3012222	Joué-en-Charnie	joue-en-charnie	FR	72540	551	Europe/Paris	48.01789	-0.19086		Joue,Joue-en-Charnie,Joué,Joué-en-Charnie		52	72	721	72149
3012223	Joué-du-Plain	joue-du-plain	FR	61150	206	Europe/Paris	48.68974	-0.12268		Joue,Joue-du-Plain,Joué,Joué-du-Plain,Zhue-dju-Plen,ru ai di pu lan,Жуе-дю-Плен,茹埃迪普兰		28	61	612	61210
3012224	Joué-du-Bois	joue-du-bois	FR	61320	434	Europe/Paris	48.58204	-0.23282		Joue,Joué		28	61	611	61209
3012227	Joudreville	joudreville	FR	54490	1095	Europe/Paris	49.29145	5.77903		Joudreville		44	54	541	54284
3012229	Joucou	joucou	FR	11140	28	Europe/Paris	42.82659	2.08749		Joucou		76	11	112	11177
3012230	Joucas	joucas	FR	84220	338	Europe/Paris	43.926	5.25203		Jocac,Jocaç,Joucas,Zhukas,ru ka,Жукас,茹卡		93	84	841	84057
3012233	Jouaville	jouaville	FR	54800	266	Europe/Paris	49.16104	5.95533		Jouaville		44	54	541	54283
3012234	Jouars-Pontchartrain	jouars-pontchartrain	FR	78760	5012	Europe/Paris	48.78888	1.89898		Jouars,Jouars-Pontchartrain,Zhuar-Ponshartren,Жуар-Поншартрен		11	78	782	78321
3012236	Jouarre	jouarre	FR	77640	3742	Europe/Paris	48.92661	3.13168		Jouarre,Zhuarr,ru a er,Жуарр,茹阿爾		11	77	771	77238
3012243	Jouancy	jouancy	FR	89310	0	Europe/Paris	48.24292	3.30791				27	89	893	89399
3012244	Jouancy	jouancy	FR	89310	0	Europe/Paris	47.68266	4.03281		Jouancy,Zhuansi,ru ang xi,Жуанси,Жуансі,茹昂西		27	89	892	89207
3012245	Jouaignes	jouaignes	FR	02220	152	Europe/Paris	49.29655	3.53462		Jouaignes		32	02	024	02393
3012246	Jouac	jouac	FR	87890	213	Europe/Paris	46.3532	1.26091		Joac,Jouac,Zhuak,ru a ke,Жуак,茹阿克		75	87	871	87080
3012247	Jossigny	jossigny	FR	77600	580	Europe/Paris	48.83765	2.75432		Jossigny,Zhossin'i,Жоссиньи,Жоссіньї		11	77	775	77237
3012248	Josselin	josselin	FR	56120	2756	Europe/Paris	47.9561	-2.54804		Iosselina,Josilin,Josselin,Zhoslen,Zhosselen,josuran,ruo se lan,Жослен,Жосселен,ジョスラン,若瑟兰		53	56	562	56091
3012249	Josse	josse	FR	40230	789	Europe/Paris	43.6416	-1.22229		Josse		75	40	401	40129
3012250	Josnes	josnes	FR	41370	971	Europe/Paris	47.7937	1.52573		Josnes		24	41	411	41105
3012251	Jozerand	jozerand	FR	63460	374	Europe/Paris	46.02544	3.09704		Joserand,Jozerand		84	63	634	63181
3012253	Josat	josat	FR	43230	119	Europe/Paris	45.21274	3.60927		Josat		84	43	431	43107
3012254	Jorxey	jorxey	FR	88500	86	Europe/Paris	48.30347	6.23802		Jorxey		44	88	881	88254
3012255	Jort	jort	FR	14170	275	Europe/Paris	48.97285	-0.07982		Jort		28	14	142	14345
3012261	Joppécourt	joppecourt	FR	54620	143	Europe/Paris	49.38855	5.79595		Joppecourt,Joppécourt		44	54	541	54282
3012262	Jonzieux	jonzieux	FR	42660	1263	Europe/Paris	45.31355	4.36158		Jonzieux		84	42	423	42115
3012266	Jonzac	jonzac	FR	17500	4524	Europe/Paris	45.44636	-0.43485		Jonzac,Zhonzak,Zonzak,jonzakku,rong zha ke,Жонзак,Ժոնզակ,ジョンザック,容扎克	171	75	17	171	17197
3012268	Jonville-en-Woëvre	jonville-en-woevre	FR	55160	119	Europe/Paris	49.06718	5.78534		Jonville,Jonville-en-Woevre,Jonville-en-Woëvre		44	55	552	55256
3012270	Jonvelle	jonvelle	FR	70500	175	Europe/Paris	47.93742	5.92084		Jonvelle,Zhonvel',Жонвель		27	70	702	70291
3012271	Jonval	jonval	FR	08130	82	Europe/Paris	49.57142	4.66449		Jonval		44	08	084	08238
3012274	Jons	jons	FR	69330	1235	Europe/Paris	45.80823	5.0807		Jons,Zhon,Жон		84	69	691	69280
3012275	Jonquières-Saint-Vincent	jonquieres-saint-vincent	FR	30300	2930	Europe/Paris	43.82809	4.56327		Jonquiera de Sent Vincenc,Jonquieres,Jonquièra de Sent Vincenç,Jonquières,Vincent-du-Gard,Zhonk'er-Sen-Vensan,Zhonker-Sen-Vensan,rong ji ai sheng wan sang,Жонкьер-Сен-Венсан,Жонкєр-Сен-Венсан,容基埃圣万桑		76	30	302	30135
3012276	Jonquières	jonquieres	FR	11220	580	Europe/Paris	49.38947	2.73206		Jonquieres,Jonquières		32	60	603	60326
3012277	Jonquières	jonquieres	FR	11220	4195	Europe/Paris	44.11603	4.89989		Joncquieres,Joncquières,Jonquieres,Jonquières		93	84	843	84056
3012278	Jonquières	jonquieres	FR	11220	406	Europe/Paris	43.67554	3.47631				76	34	342	34122
3012279	Jonquières	jonquieres	FR	11220	482	Europe/Paris	43.64901	2.12623		Jonquieres,Jonquières		76	81	812	81109
3012280	Jonquières	jonquieres	FR	11220	50	Europe/Paris	43.04007	2.72909		Jonquieres,Jonquières		76	11	113	11176
3012281	Jonquery	jonquery	FR	51700	79	Europe/Paris	49.14512	3.79023		Jonquery		44	51	513	51309
3012282	Jonquerettes	jonquerettes	FR	84450	1325	Europe/Paris	43.94655	4.93286		Joncairetas,Jonquerettes,Zhonkerett,rong qu ai lei te,Жонкеретт,容屈埃雷特		93	84	842	84055
3012283	Jonquerets-de-Livet	jonquerets-de-livet	FR	27410	276	Europe/Paris	49.02138	0.61051		Jonquerets,Les Jonquerets-de-Livet		28	27	272	27049
3012287	Jongieux	jongieux	FR	73170	250	Europe/Paris	45.73893	5.79712		Jongieux,Zhonzhe,Жонжє		84	73	732	73140
3012288	Joncy	joncy	FR	71460	465	Europe/Paris	46.61274	4.55702		Joncy		27	71	715	71242
3012292	Joncreuil	joncreuil	FR	10330	100	Europe/Paris	48.52262	4.61238		Joncreuil		44	10	101	10180
3012293	Joncourt	joncourt	FR	02420	333	Europe/Paris	49.95601	3.30184		Joncourt		32	02	023	02392
3012295	Jonchery-sur-Vesle	jonchery-sur-vesle	FR	51140	1928	Europe/Paris	49.28952	3.81345		Jonchery,Jonchery-sur-Vesle,Zhonsheri-sjur-Vel',wei si er he pan rong xie li,Жоншері-сюр-Вель,韦斯尔河畔容谢里		44	51	513	51308
3012296	Jonchery-sur-Suippe	jonchery-sur-suippe	FR	51600	162	Europe/Paris	49.15968	4.47524		Jonchery,Jonchery-sur-Suippe		44	51	511	51307
3012297	Jonchery	jonchery	FR	52000	776	Europe/Paris	48.13658	5.08598		Jonchery		44	52	521	52251
3012298	Joncherey	joncherey	FR	90100	1374	Europe/Paris	47.52895	7.00323		Joncherey,Zhonshere,rong she lei,Жоншере,容舍雷		27	90	901	90056
3012299	Jonchères	joncheres	FR	26310	38	Europe/Paris	44.57168	5.40505		Joncheres,Jonchères		84	26	261	26152
3012301	Joncels	joncels	FR	34650	257	Europe/Paris	43.7374	3.19432		Joncels		76	34	341	34121
3012303	Jonage	jonage	FR	69330	5750	Europe/Paris	45.79638	5.04664		Jonage		84	69	691	69279
3012308	Jolivet	jolivet	FR	54300	863	Europe/Paris	48.60613	6.50368		Jolivet		44	54	542	54281
3012309	Jolimetz	jolimetz	FR	59530	942	Europe/Paris	50.22793	3.67722		Jolimetz		32	59	591	59325
3012312	Joiselle	joiselle	FR	51310	90	Europe/Paris	48.77085	3.5154		Joiselle		44	51	512	51306
3012313	Joinville-le-Pont	joinville-le-pont	FR	94340	18154	Europe/Paris	48.82538	2.47458		Joinville,Joinville-le-Pont,La Branche-du-Pont-de-Saint-Maur,Zhoanvil l'o Pon,Zhuenvil'-le-Pon,joan'vu~iru=ru=pon,qiao lian cheng,Жоанвил льо Пон,Жуенвиль-ле-Пон,Жуенвіль-ле-Пон,ジョアンヴィル＝ル＝ポン,桥连城		11	94	942	94042
3012315	Joinville	joinville	FR	52300	4439	Europe/Paris	48.44363	5.14144		Joinville,Joinville-en-Vallage		44	52	523	52250
3012317	Joigny-sur-Meuse	joigny-sur-meuse	FR	08700	631	Europe/Paris	49.83737	4.76146		Joigny,Joigny-sur-Meuse		44	08	081	08237
3012319	Joigny	joigny	FR	89300	11527	Europe/Paris	47.98288	3.40096		Ioviniacum,Joigny,Zhuan'i,jowani,ru wa ni,Жуаньи,Жуаньї,ジョワニー,茹瓦尼		27	89	893	89206
3012321	Joganville	joganville	FR	50310	86	Europe/Paris	49.46988	-1.34857		Joganville		28	50	502	50258
3012325	Joch	joch	FR	66320	159	Europe/Paris	42.61768	2.52598		Joc,Joch		76	66	663	66089
3012327	Jobourg	jobourg	FR	50440	419	Europe/Paris	49.68286	-1.90419		Jobouo,Jobourg,Zhobur,ruo bu er,Жобур,若布尔		28	50	502	50041
3012329	Job	job	FR	63990	1058	Europe/Paris	45.61607	3.74542		Job		84	63	631	63179
3012330	Job	job	FR	63990	0	Europe/Paris	45.21485	2.12586				75	19	192	19014
3012332	Joannas	joannas	FR	07110	328	Europe/Paris	44.56559	4.25176		Joannas		84	07	071	07109
3012335	Jézeau	jezeau	FR	65240	113	Europe/Paris	42.90072	0.38116		Jezeau,Jézeau		76	65	652	65234
3012786	Ingouville	ingouville	FR	76460	272	Europe/Paris	49.84057	0.6894		Ingouville		28	76	761	76375
3012336	Jezainville	jezainville	FR	54700	923	Europe/Paris	48.87215	6.0412		Jezainville,Zhezenvil',re zan wei er,Жезенвиль,Жезенвіль,热赞维尔		44	54	543	54279
3012337	Jevoncourt	jevoncourt	FR	54740	65	Europe/Paris	48.41435	6.16848		Jevoncourt		44	54	543	54278
3012338	Jeux-lès-Bard	jeux-les-bard	FR	21460	45	Europe/Paris	47.53286	4.25119		Jeux,Jeux-les-Bard,Jeux-lès-Bard		27	21	213	21324
3012339	Jeuxey	jeuxey	FR	88000	710	Europe/Paris	48.20172	6.488		Jeuxey		44	88	881	88253
3012341	Jeurre	jeurre	FR	39360	263	Europe/Paris	46.36796	5.70783		Jeurre		27	39	393	39269
3012346	Jeumont	jeumont	FR	59460	10964	Europe/Paris	50.29658	4.10108		Jeumont,Zhemon,Zhjomon,re meng,Жемон,Жёмон,热蒙		32	59	591	59324
3012347	Jeu-Maloches	jeu-maloches	FR	36240	130	Europe/Paris	47.03651	1.45832		Jeu-Maloches,Zhe-Malosh,re ma luo xie,Же-Малош,热马洛谢		24	36	362	36090
3012348	Jeu-les-Bois	jeu-les-bois	FR	36120	340	Europe/Paris	46.67323	1.79458		Jeu,Jeu-les-Bois,Zhe-le-Bua,sen lin re,Же-ле-Буа,森林热		24	36	362	36089
3012351	Jeugny	jeugny	FR	10320	451	Europe/Paris	48.13001	4.0379		Jeugny		44	10	103	10179
3012352	Jeufosse	jeufosse	FR	78270	362	Europe/Paris	49.03561	1.54521		Jeufosse,Zhefoss,Жефосс		11	78	781	78320
3012355	Jettingen	jettingen	FR	68130	527	Europe/Paris	47.59856	7.37284		Jettingen		44	68	681	68158
3012357	Jessains	jessains	FR	10140	249	Europe/Paris	48.297	4.57726		Jessains		44	10	101	10178
3012358	Jésonville	jesonville	FR	88260	110	Europe/Paris	48.12998	6.11047		Jesonville,Jésonville		44	88	882	88252
3012360	Jenzat	jenzat	FR	03800	466	Europe/Paris	46.16051	3.19527		Jenzat		84	03	033	03133
3012361	Jenlain	jenlain	FR	59144	1184	Europe/Paris	50.31164	3.62872		Jenlain,Zhanlen,rang lan,Жанлен,让兰		32	59	591	59323
3012364	Jegun	jegun	FR	32360	1063	Europe/Paris	43.7573	0.45889		Jegun,Jégun		76	32	321	32162
3012365	Jebsheim	jebsheim	FR	68320	1065	Europe/Paris	48.12375	7.47578		Jebsheim		44	68	682	68157
3012370	Jeantes	jeantes	FR	02140	215	Europe/Paris	49.80413	4.05552		Jeantes		32	02	025	02391
3012371	Jeansagnière	jeansagniere	FR	42920	106	Europe/Paris	45.72674	3.83435		Jeansagnere,Jeansagniere,Jeansagnière,Jeansagnère,Zhansan'er,rang sa ni ai,Жансаньєр,让萨尼埃		84	42	421	42039
3012374	Jeanménil	jeanmenil	FR	88700	1169	Europe/Paris	48.3356	6.68769		Jeanmenil,Jeanménil		44	88	881	88251
3012378	Jeandelize	jeandelize	FR	54800	376	Europe/Paris	49.16392	5.78885		Jeandelize		44	54	541	54277
3012379	Jeandelaincourt	jeandelaincourt	FR	54114	681	Europe/Paris	48.84343	6.24504		Jeandelaincourt,Jeandelincourt		44	54	543	54276
3012381	Jeancourt	jeancourt	FR	02490	265	Europe/Paris	49.92621	3.14764		Jeancourt		32	02	023	02390
3012384	Jazennes	jazennes	FR	17260	392	Europe/Paris	45.58222	-0.61744		Jazennes		75	17	174	17196
3012385	Jazeneuil	jazeneuil	FR	86600	819	Europe/Paris	46.46527	0.06845		Jazeneuil,Zhaznej,ya ze na yi,Жазней,雅泽纳伊		75	86	863	86116
3012388	Jayac	jayac	FR	24590	191	Europe/Paris	45.0312	1.34432		Jayac		75	24	244	24215
3012389	Jaxu	jaxu	FR	64220	139	Europe/Paris	43.19784	-1.19238		Jatsu,Jatsu Garazi,Jaxu,Zhaksju,ya ke xu,Жаксю,雅克叙		75	64	641	64283
3012390	Jax	jax	FR	43230	141	Europe/Paris	45.16819	3.61813		Jax		84	43	431	43106
3012391	Javrezac	javrezac	FR	16100	715	Europe/Paris	45.70145	-0.35834		Jabrezac,Javrezac,Zhavrezak,jwrzhak,ya fu lei zha ke,Жаврезак,جورژاک,雅夫雷扎克		75	16	162	16169
3012394	Javols	javols	FR	48130	321	Europe/Paris	44.69344	3.34268		Javols,Jàvols,Zhavol',jwwls,ya wo er,Жаволь,جوولس,雅沃尔		76	48	482	48009
3012395	Javernant	javernant	FR	10320	115	Europe/Paris	48.16023	4.0016		Javernant		44	10	103	10177
3012397	Javerdat	javerdat	FR	87520	538	Europe/Paris	45.95451	0.98542		Javerdat		75	87	873	87078
3012399	Javené	javene	FR	35133	1682	Europe/Paris	48.3196	-1.21646		Javene,Javené,Yaoueneg		53	35	351	35137
3012401	Javaugues	javaugues	FR	43100	191	Europe/Paris	45.28897	3.4807		Javaugues		84	43	431	43105
3012403	Jauzé	jauze	FR	72110	87	Europe/Paris	48.21155	0.37747		Jauze,Jauzé		52	72	722	72148
3012404	Jaux	jaux	FR	60880	2253	Europe/Paris	49.3912	2.77809		Jaux,Zho,ruo zhen,Жо,若镇		32	60	603	60325
3012406	Jausiers	jausiers	FR	04850	1026	Europe/Paris	44.41705	6.72947		Gauserium,Jausier,Jausiers,Jausièr,Zhoz'e,ruo xie er,Жозье,Жозьє,若谢尔		93	04	041	04096
3012409	Jaure	jaure	FR	24140	0	Europe/Paris	45.05782	0.55464		Jaure,Jaures,Zhor,ruo er,Жор,若尔		75	24	243	24213
3012417	Jaunay-Clan	jaunay-clan	FR	86130	6097	Europe/Paris	46.68503	0.37179		Jaunay,Jaunay-Clan,Zhone-Klan,ruo nai ke lang,Жоне-Клан,若奈克朗		75	86	863	86115
3012423	Jaulzy	jaulzy	FR	60350	964	Europe/Paris	49.39577	3.06447		Jaulzy		32	60	603	60324
3012424	Jaulny	jaulny	FR	54470	229	Europe/Paris	48.97004	5.88757		Jaulny,Zhol'ni,ruo er ni,Жольни,Жольні,若尔尼		44	54	544	54275
3012425	Jaulnes	jaulnes	FR	77480	329	Europe/Paris	48.41777	3.27353		Jaulnes		11	77	773	77236
3012427	Jaulnay	jaulnay	FR	37120	251	Europe/Paris	46.94851	0.41406		Jaulnay		24	37	371	37121
3012428	Jaulgonne	jaulgonne	FR	02850	628	Europe/Paris	49.08881	3.53476		Jaulgonne		32	02	021	02389
3012429	Jaulges	jaulges	FR	89360	470	Europe/Paris	47.96212	3.78973		Jaulges		27	89	891	89205
3012430	Jauldes	jauldes	FR	16560	635	Europe/Paris	45.7858	0.25842		Jauldes,Zhol'd,ruo er dai,Жольд,若尔代		75	16	161	16168
3012431	Jaujac	jaujac	FR	07380	1124	Europe/Paris	44.63695	4.25638		Jaujac,Zhozhak,ruo ya ke,Жожак,若雅克		84	07	071	07107
3012435	Jaudrais	jaudrais	FR	28250	266	Europe/Paris	48.57796	1.12754		Jaudrais		24	28	283	28200
3012436	Jau-Dignac-et-Loirac	jau-dignac-et-loirac	FR	33590	0	Europe/Paris	45.40818	-0.95851		Jau,Jau-Dignac-et-Loirac		75	33	334	33208
3012437	Jaucourt	jaucourt	FR	10200	172	Europe/Paris	48.25917	4.64782		Jaucourt		44	10	101	10176
3012438	Jatxou	jatxou	FR	64480	927	Europe/Paris	43.38861	-1.43057		Jatsu,Jatxou,Zhachu,Zhatksu,ya chu,zzLapurdi-) Jatsu,Жатксу,Жачу,雅初		75	64	641	64282
3012440	Jasses	jasses	FR	64190	130	Europe/Paris	43.3108	-0.74704		Jaces,Jasses,Zhas,Zhass,jsss,ya sai,Жас,Жасс,جسسس,雅塞		75	64	642	64281
3012441	Jasseron	jasseron	FR	01250	1374	Europe/Paris	46.21316	5.32579		Jasseron		84	01	012	01195
3012442	Jasseines	jasseines	FR	10330	152	Europe/Paris	48.50101	4.3875		Jasseines		44	10	101	10175
3012444	Jassans-Riottier	jassans-riottier	FR	01480	5839	Europe/Paris	45.98134	4.7614		Jassans,Jassans-Riottier,Zasan Riotie,Zhassan-Riot'e,jasan-ghywtyyr,ya sang-li ao di ye,Жассан-Риотье,Жассан-Ріотьє,Ժասան Ռիոտիե,جاسان-غيوتيير,جسسانس-ریوتٹیر,雅桑－里奥蒂耶		84	01	012	01194
3012445	Jasney	jasney	FR	70800	205	Europe/Paris	47.87241	6.18415		Jasney		27	70	701	70290
3012446	Jas	jas	FR	42110	180	Europe/Paris	45.74455	4.31174		Jas		84	42	421	42113
3012447	Jarzé	jarze	FR	49140	1468	Europe/Paris	47.55513	-0.2332		Jarze,Jarze-Marat,Jarzé,Jarzé-Marat		52	49	491	49163
3012449	Jarville-la-Malgrange	jarville-la-malgrange	FR	54140	10248	Europe/Paris	48.66697	6.20269		Jarville,Jarville-la-Malgrange		44	54	543	54274
3012451	Jarsy	jarsy	FR	73630	263	Europe/Paris	45.6565	6.17954		Jarsy,Zharsi,Жарсі,جرسے		84	73	732	73139
3012453	Jars	jars	FR	18260	512	Europe/Paris	47.39553	2.6821		Jars		24	18	181	18117
3012460	Javron-les-Chapelles	javron-les-chapelles	FR	53250	1456	Europe/Paris	48.41797	-0.33742		Zhavron-le-Shapel',ya fu long lai sha pei lai,Жаврон-ле-Шапель,جوڑوں -لیس-چپللیس,雅夫龙莱沙佩莱		52	53	533	53121
3012464	Jarrier	jarrier	FR	73300	491	Europe/Paris	45.27833	6.31015		Jarrier		84	73	733	73138
3012465	Jarrie	jarrie	FR	38560	3904	Europe/Paris	45.11732	5.75957		Jarrie		84	38	381	38200
3012466	Jarret	jarret	FR	65100	228	Europe/Paris	43.08227	-0.01436		Jarret		76	65	651	65233
3012467	Jarny	jarny	FR	54800	8704	Europe/Paris	49.15873	5.8764		Jarny,Zharni,ya er ni,Жарни,Жарні,جڑنے,雅尔尼		44	54	541	54273
3012469	Jarnosse	jarnosse	FR	42460	407	Europe/Paris	46.1095	4.23149		Jarnosse,Zharnoss,ya er nuo si,Жарносс,جرنوسسے,雅尔诺斯		84	42	422	42112
3012471	Jarnioux	jarnioux	FR	69640	580	Europe/Paris	45.96467	4.62735		Jarnioux		84	69	692	69159
3012474	Jarnages	jarnages	FR	23140	528	Europe/Paris	46.18226	2.08387		Jarnages		75	23	231	23100
3012475	Jarnac-Champagne	jarnac-champagne	FR	17520	779	Europe/Paris	45.55909	-0.40043		Jarnac,Jarnac-Champagne		75	17	171	17192
3012477	Jarnac	jarnac	FR	16200	4878	Europe/Paris	45.6816	-0.17329		Iarnacum,Jarnac,Zharnak,jrnak,ya er na ke,Жарнак,جرناک,雅尔纳克		75	16	162	16167
3012478	Jarménil	jarmenil	FR	88550	428	Europe/Paris	48.11419	6.57151		Jarmenil,Jarménil,Jeanmenil,Jeanménil,Zharmenij,jrmynyl,ya er mo ni,Жармений,Жарменій,جرمینیل,雅尔默尼		44	88	881	88250
3012479	Jarjayes	jarjayes	FR	05130	411	Europe/Paris	44.50623	6.11029		Jarjayes		93	05	052	05068
3012483	Jargeau	jargeau	FR	45150	4237	Europe/Paris	47.86316	2.12648		Jargeau,Jargolium,Zharzho,jrgw,ya er ruo,Жаржо,جرگو,雅尔若		24	45	452	45173
3012484	Jard-sur-Mer	jard-sur-mer	FR	85520	2368	Europe/Paris	46.41638	-1.57678		Jard,Jard-la-Montagne,Jard-sur-Mer,Zhar-sjur-Mer,bin hai ya er,jrd-sr-mr,Жар-сюр-Мер,جرد-سر-مر,滨海雅尔		52	85	853	85114
3012485	Jardres	jardres	FR	86800	966	Europe/Paris	46.56873	0.56464		Jardres		75	86	863	86114
3012487	Jardin	jardin	FR	38200	2019	Europe/Paris	45.49638	4.90847		Jardin		84	38	383	38199
3012492	Jarcieu	jarcieu	FR	38270	884	Europe/Paris	45.33402	4.94418		Jarcieu		84	38	383	38198
3012495	Janzé	janze	FR	35150	5927	Europe/Paris	47.95959	-1.49938		Gentieg,Ianzeium,Janze,Janzé,Zhanze,rang ze,Жанзе,جانزے,让泽		53	35	351	35136
3012496	Janvry	janvry	FR	51390	124	Europe/Paris	49.2456	3.87726		Janvry		44	51	513	51305
3012497	Janvry	janvry	FR	51390	622	Europe/Paris	48.64827	2.15292		Janvry		11	91	913	91319
3012498	Janvilliers	janvilliers	FR	51210	106	Europe/Paris	48.89465	3.6494		Janvilliers		44	51	512	51304
3012499	Janville-sur-Juine	janville-sur-juine	FR	91510	1962	Europe/Paris	48.51352	2.27064		Janville,Janville-sur-Juine,Zhanvil'-sjur-Zhuin,rui ne he pan rang wei er,Жанвиль-сюр-Жуин,Жанвіль-сюр-Жуїн,جنویل-سر-جینے,瑞讷河畔让维尔		11	91	911	91318
3012500	Janville	janville	FR	14670	631	Europe/Paris	49.45533	2.86083		Janville		32	60	603	60323
3012501	Janville	janville	FR	14670	424	Europe/Paris	49.16791	-0.16699		Janville,Jauville		28	14	142	14344
3012502	Janville	janville	FR	14670	1757	Europe/Paris	48.20284	1.8802		Janville		24	28	281	28199
3012506	Jans	jans	FR	44170	1081	Europe/Paris	47.62116	-1.61443		Hentieg,Jans		52	44	445	44076
3012508	Janneyrias	janneyrias	FR	38280	1254	Europe/Paris	45.75221	5.11277		Janneyrias,Zhannejrja,Zhanner'jas,ya nei li a,Жаннейря,Жаннерьяс,جننےریاس,雅内里阿		84	38	382	38197
3012512	Jandun	jandun	FR	08430	239	Europe/Paris	49.66287	4.55743		Jandun		44	08	081	08236
3012515	Jancigny	jancigny	FR	21310	102	Europe/Paris	47.38374	5.4061		Jancigny		27	21	212	21323
3012519	Janaillat	janaillat	FR	23250	354	Europe/Paris	46.05694	1.74505		Janaillat		75	23	232	23099
3012520	Janailhac	janailhac	FR	87800	420	Europe/Paris	45.63706	1.24166		Janailhac		75	87	872	87077
3012524	Jametz	jametz	FR	55600	245	Europe/Paris	49.42971	5.38036		Jametz,Zhamec,ya mei te,Жамец,جمٹز,雅梅特		44	55	553	55255
3012525	Jaméricourt	jamericourt	FR	60240	209	Europe/Paris	49.30407	1.87866		Jamericourt,Jaméricourt		32	60	601	60322
3012526	Jambville	jambville	FR	78440	743	Europe/Paris	49.04569	1.85279		Jambville,Zhamvil',jmbwyl,Жамвиль,Жамвіль,جمبویل		11	78	781	78317
3012527	Jambles	jambles	FR	71640	479	Europe/Paris	46.77285	4.69441		Jambles,Zhambl',jmblys,Жамбль,جمبلیس		27	71	712	71241
3012531	Jâlons	jalons	FR	51150	558	Europe/Paris	49.01047	4.18651		Jalons,Jâlons,Zhalon,jalwns,ya long,Жалон,جالونس,雅隆		44	51	511	51303
3012532	Jalogny	jalogny	FR	71250	263	Europe/Paris	46.41915	4.62971		Jalogny		27	71	715	71240
3012533	Jalognes	jalognes	FR	18300	324	Europe/Paris	47.23524	2.78448		Jalognes,Zhalon',jlwgns,ya luo gai,Жалонь,جلوگنس,雅洛盖		24	18	181	18116
3012540	Jallerange	jallerange	FR	25170	174	Europe/Paris	47.25339	5.71628		Jallerange		27	25	251	25317
3012543	Jallaucourt	jallaucourt	FR	57590	139	Europe/Paris	48.83863	6.38674		Jallaucourt		44	57	575	57349
3012545	Jallans	jallans	FR	28200	785	Europe/Paris	48.07445	1.3686		Jallans		24	28	282	28198
3012547	Jallanges	jallanges	FR	21250	270	Europe/Paris	46.9885	5.14987		Jallanges		27	21	211	21322
3012549	Jallais	jallais	FR	49510	3130	Europe/Paris	47.19691	-0.86738		Jallais,Zhalle,jare,jllyth,Жалле,جللیث,ジャレ		52	49	492	49023
3012550	Jaligny-sur-Besbre	jaligny-sur-besbre	FR	03220	709	Europe/Paris	46.38333	3.58333		Zhalin'i-sjur-Bebr,bei si bu er he pan ya li ni,Жалиньи-сюр-Бебр,Жаліньї-сюр-Бебр,جلیگننے-سر-بسبرے,贝斯布尔河畔雅利尼		84	03	033	03132
3012551	Jaleyrac	jaleyrac	FR	15200	379	Europe/Paris	45.26474	2.3703		Jaleyrac		84	15	152	15079
3012552	Jalesches	jalesches	FR	23270	79	Europe/Paris	46.3	2.08333		Jaleschas,Zhalesh,ya lai si xie,Жалеш,جلسکھس,雅莱斯谢		75	23	232	23098
3012553	Jainvillotte	jainvillotte	FR	88300	92	Europe/Paris	48.25749	5.69779		Jainvillotte		44	88	882	88249
3012554	Jailly-les-Moulins	jailly-les-moulins	FR	21150	107	Europe/Paris	47.45904	4.59738		Jailly,Jailly-les-Moulins		27	21	213	21321
3012556	Jailly	jailly	FR	58330	0	Europe/Paris	47.15686	3.59339				27	58	583	58024
3012557	Jailly	jailly	FR	58330	0	Europe/Paris	47.09465	3.47862		Jailly		27	58	583	58136
3012559	Jaillon	jaillon	FR	54200	307	Europe/Paris	48.7572	5.96727		Jaillon		44	54	544	54272
3012565	Jaillans	jaillans	FR	26300	638	Europe/Paris	45.02933	5.1742		Jaillans		84	26	263	26381
3012566	Jaignes	jaignes	FR	77440	338	Europe/Paris	48.99188	3.0552		Jaignes		11	77	771	77235
3012569	Jagny-sous-Bois	jagny-sous-bois	FR	95850	236	Europe/Paris	49.07878	2.44341		Jagny,Jagny-sous-Bois,Zhan'i-su-Bua,sen lin ya ni,Жаньи-су-Буа,Жаньї-су-Буа,جاگنے-سوس-بوس,森林雅尼		11	95	952	95316
3012575	Jacque	jacque	FR	65350	55	Europe/Paris	43.31978	0.21397		Jacque		76	65	653	65232
3012576	Jacou	jacou	FR	34830	5111	Europe/Paris	43.66139	3.91222		Jacon,Jacou,Zhaku,jkw,ya ku,Жаку,جکو,雅库		76	34	343	34120
3012577	Jacob-Bellecombette	jacob-bellecombette	FR	73000	3861	Europe/Paris	45.55763	5.91484		Jacob,Jacob-Bellecombette,Zhakob-Bel'kombett,Жакоб-Белькомбетт,جیکب-بللکومبٹتے		84	73	732	73137
3012578	Jabrun	jabrun	FR	15110	179	Europe/Paris	44.80776	2.96108		Jabrun		84	15	153	15078
3012585	Jabreilles-les-Bordes	jabreilles-les-bordes	FR	87370	238	Europe/Paris	46.01667	1.53333		Jabreilles,Jabreilles-les-Bordes		75	87	872	87076
3012587	Jablines	jablines	FR	77450	629	Europe/Paris	48.91768	2.76349		Jablines		11	77	775	77234
3012591	Izotges	izotges	FR	32400	79	Europe/Paris	43.65223	-0.01209		Izaute,Izotges		76	32	323	32161
3012592	Izon-la-Bruisse	izon-la-bruisse	FR	26560	0	Europe/Paris	44.25592	5.59342		Izon-la-Bruisse		84	26	262	26150
3012593	Izon	izon	FR	33450	4317	Europe/Paris	44.92051	-0.36212		Izon		75	33	335	33207
3012598	Izieu	izieu	FR	01300	187	Europe/Paris	45.65375	5.64204		Izieu		84	01	011	01193
3012599	Izier	izier	FR	21110	659	Europe/Paris	47.2813	5.18921		Izier		27	21	212	21320
3012600	Izeure	izeure	FR	21110	590	Europe/Paris	47.17014	5.13807		Izeure		27	21	212	21319
3012603	Izeron	izeron	FR	38160	660	Europe/Paris	45.14434	5.3725		Iseron,Izeron		84	38	381	38195
3012604	Izernore	izernore	FR	01580	1822	Europe/Paris	46.21352	5.552		Izernor,Izernore,Ysernodurum,azyrnwr,yi ze er nuo er,Ізернор,Изернор,Իզերնոր,إزيرنور,伊泽尔诺尔		84	01	014	01192
3012607	Izenave	izenave	FR	01430	159	Europe/Paris	46.03737	5.52102		Izenave,Iznav,azynaf,yi ze na fu,Ізнав,Изнав,Իզնավ,إزيناف,伊泽纳夫		84	01	014	01191
3012608	Izel-lès-Hameau	izel-les-hameau	FR	62690	682	Europe/Paris	50.31667	2.53333		Izel,Izel'-le-Amo,Izel-les-Hameaux,Izeu-les-Hamiau,Izeu-lès-Hamiau,azyl lyh hamyw,yi ze lai sa mo,Ізель-ле-Амо,Изель-ле-Амо,إزيل ليه هاميو,伊泽莱萨莫		32	62	621	62477
3012609	Izel-lès-Équerchin	izel-les-equerchin	FR	62490	805	Europe/Paris	50.36119	2.94953		Ize-les-Equerchin,Izel,Izel'-lez-Ekershen,Izel-les-Equerchin,Izel-lès-Équerchin,Izé-lès-Équerchin,azyl lyh akywrtshyn,yi ze lai sai kai er shang,Ізель-лез-Екершен,Изель-лез-Екершен,إزيل ليه إكيورتشين,伊泽莱塞凯尔尚		32	62	621	62476
3012611	Izeaux	izeaux	FR	38140	1954	Europe/Paris	45.33473	5.42486		Izeaux,Izeaux-aux Bois,Izo,yi zuo,Ізо,Изо,伊佐		84	38	381	38194
3012612	Izé	ize	FR	53160	490	Europe/Paris	48.22982	-0.30671		Ize,Izé		52	53	533	53120
3012613	Izaux	izaux	FR	65250	193	Europe/Paris	43.06203	0.376		Izaux		76	65	652	65231
3012615	Izaut-de-l'Hôtel	izaut-de-l-hotel	FR	31160	334	Europe/Paris	43.01616	0.75392		Izaut,Izaut-de-l'Hotel,Izaut-de-l'Hôtel		76	31	312	31241
3012616	Izaourt	izaourt	FR	65370	242	Europe/Paris	43.01614	0.59948		Izaourt		76	65	652	65230
3012620	Iwuy	iwuy	FR	59141	3140	Europe/Paris	50.233	3.32058		Ivjui,Iwuy,yi wei,Івюї,Ивюи,伊维		32	59	592	59322
3012621	Ivry-sur-Seine	ivry-sur-seine	FR	94200	57897	Europe/Paris	48.81568	2.38487		Ivri sir Sen,Ivri sjur Sen,Ivri-sjur-Sen,Ivry,Ivry sobre Sena,Ivry-sur-Seine,ayfry swr syn,aywry swr sn,aywry-swr-sn,ibeuliswileusen,ivuri=shuru=senu,sai na he pan yi fu li,ʼybry-syr-sn,Іврі-сюр-Сен,Иври сир Сен,Иври сюр Сен,Иври-сюр-Сен,איברי-סיר-סן,إيفري سور سين,ایوری سور سن,ایوری-سور-سن,イヴリー＝シュル＝セーヌ,塞纳河畔伊夫里,이브리쉬르센		11	94	943	94041
3012622	Ivry-le-Temple	ivry-le-temple	FR	60173	646	Europe/Paris	49.22866	2.03058		Ivry,Ivry-le-Temple		32	60	601	60321
3012623	Ivry-la-Bataille	ivry-la-bataille	FR	27540	2661	Europe/Paris	48.88333	1.45948		Ivri-la-Bataj,Ivry,Ivry-la-Bataille,Ivry-la-Hauteur,ivuri=ra=bataiyu,yi fu li la ba tai er,Іврі-ла-Батай,Иври-ла-Батай,イヴリー＝ラ＝バタイユ,伊夫里拉巴泰尔		28	27	273	27355
3012624	Ivry-en-Montagne	ivry-en-montagne	FR	21340	197	Europe/Paris	47.02869	4.63678		Ivry,Ivry-en-Montagne		27	21	211	21327
3012625	Ivrey	ivrey	FR	39110	60	Europe/Paris	46.99047	5.8938		Ivrey		27	39	391	39268
3012626	Ivoy-le-Pré	ivoy-le-pre	FR	18380	877	Europe/Paris	47.34477	2.48609		Ivoy-le-Pre,Ivoy-le-Pré		24	18	183	18115
3012628	Ivory	ivory	FR	39110	87	Europe/Paris	46.91251	5.85861		Ivory		27	39	391	39267
3012629	Ivors	ivors	FR	60141	219	Europe/Paris	49.20101	3.01527		Ivors		32	60	604	60320
3012631	Iville	iville	FR	27110	423	Europe/Paris	49.1771	0.92435		Iville		28	27	272	27354
3012632	Iviers	iviers	FR	02360	173	Europe/Paris	49.7835	4.14136		Iviers		32	02	025	02388
3012633	Iverny	iverny	FR	77165	537	Europe/Paris	49.00102	2.7893		Iverny		11	77	771	77233
3012634	Ivergny	ivergny	FR	62810	224	Europe/Paris	50.23932	2.39193		Ivergny,Ivern'i,afyrjny,yi wei er ni,Іверньї,Иверньи,إفيرجني,伊韦尔尼		32	62	621	62475
3012635	Itzac	itzac	FR	81170	118	Europe/Paris	44.04156	1.85911		Itzac		76	81	811	81108
3012636	Itxassou	itxassou	FR	64250	1918	Europe/Paris	43.32959	-1.4055		Itksassu,Itksasu,Itsasou,Itsasu,Itxassou,Union,ichasu,yi te sa su,Ітксассу,Итксассу,Итксасу,イチャスー,伊特萨苏		75	64	641	64279
3012638	Itteville	itteville	FR	91760	5650	Europe/Paris	48.51536	2.34377		Itteville,Ittvil',yi te wei er,Іттвіль,Иттвиль,伊特维尔		11	91	911	91315
3012639	Itterswiller	itterswiller	FR	67140	289	Europe/Paris	48.36398	7.42946		Itterschwiller,Ittersviller,Ittersweiler,Itterswiller,atyrswylyr,aytrswylr,yi tai er si wei lai,Іттерсвіллер,Иттерсвиллер,إتيرسويلير,ایترسویلر,伊泰尔斯维莱		44	67	675	67227
3012640	Ittenheim	ittenheim	FR	67117	2100	Europe/Paris	48.60508	7.59372		Ittenheim		44	67	674	67226
3012643	Iteuil	iteuil	FR	86240	2995	Europe/Paris	46.48849	0.31124		Itej,Iteuil,yi te yi,Ітей,伊特伊		75	86	863	86113
3012644	Itancourt	itancourt	FR	02240	1055	Europe/Paris	49.80664	3.34427		Itancourt		32	02	023	02387
3012645	Isturits	isturits	FR	64240	380	Europe/Paris	43.36618	-1.20495		Istjurits,Isturits,Isturitze,Izturitze,yi si di li te,Істюритс,Истюритс,伊斯蒂里特		75	64	641	64277
3012647	Istres	istres	FR	13118	44373	Europe/Paris	43.51345	4.98747		Istr,Istra,Istras,Istre,Istres,QIE,aystr,iseuteuleu,isutoru,yi si te er,Істр,Истр,Истра,ایستر,イストル,伊斯特爾,이스트르	134	93	13	134	13047
3012648	Issy-l'Évêque	issy-l-eveque	FR	71760	842	Europe/Paris	46.70763	3.97369		Issy,Issy-l'Eveque,Issy-l'Évêque,Issy-la-Montagne		27	71	713	71239
3012649	Issy-les-Moulineaux	issy-les-moulineaux	FR	92130	61447	Europe/Paris	48.82104	2.27718		Isi le Mulino,Issi-le-Mulino,Issy,Issy-les-Moulineau,Issy-les-Moulineaux,L'Union,aysy-lh-mwlynw,aysy-lmwlynw,ishi=re=murino,isilemollino,yi xi lai mu li nuo,Іссі-ле-Муліно,Иси ле Мулино,Исси-ле-Мулино,ایسی-لمولینو,ایسی-له-مولینو,イシー＝レ＝ムリノー,伊西萊穆利諾,이시레몰리노		11	92	923	92040
3012650	Issus	issus	FR	31450	328	Europe/Paris	43.4245	1.50605		Issus		76	31	313	31240
3012652	Is-sur-Tille	is-sur-tille	FR	21120	4082	Europe/Paris	47.5267	5.10649		I-sjur-Tij,Is,Is-sjur-Tij,Is-sur-Tille,di er he pan yi,І-сюр-Тій,И-сюр-Тий,Ис-сюр-Тий,蒂尔河畔伊		27	21	212	21317
3012653	Issoudun-Létrieix	issoudun-letrieix	FR	23130	276	Europe/Paris	46.06062	2.14331		Issoudun,Issoudun-Letrieix,Issoudun-Létrieix		75	23	231	23097
3012655	Issoudun	issoudun	FR	36100	14385	Europe/Paris	46.94848	1.99362		Essaudun,Exoldunum,Issoudun,Issuden,Isudjon,Uxellodunum,ayswdn,isudan,yi su dan,Іссуден,Исудён,ایسودن,イスーダン,伊苏丹	364	24	36	364	36088
3012656	Issou	issou	FR	78440	4469	Europe/Paris	48.98994	1.79292		Issou,Issu,Іссу,Иссу		11	78	781	78314
3012657	Issor	issor	FR	64570	283	Europe/Paris	43.10146	-0.66178		Isor,Issor,Issòr,Izorra,Іссор,Исор,Иссор		75	64	642	64276
3012664	Issoire	issoire	FR	63500	15984	Europe/Paris	45.54422	3.24901		Iciodurum,Issoire,Issuar,Soire,isowaru,xisawr,yi su wa er,Іссуар,Иссуар,อีซัวร์,イソワール,伊苏瓦尔	633	84	63	633	63178
3012665	Issirac	issirac	FR	30760	194	Europe/Paris	44.2719	4.48109		Issirac		76	30	302	30134
3012666	Issigeac	issigeac	FR	24560	675	Europe/Paris	44.72966	0.60659		Issigeac,Issizhak,Sijac,yi xi ya ke,Іссіжак,Иссижак,伊西雅克		75	24	241	24212
3012668	Isserteaux	isserteaux	FR	63270	342	Europe/Paris	45.65247	3.38783		Isserteaux		84	63	632	63177
3012669	Isserpent	isserpent	FR	03120	500	Europe/Paris	46.16277	3.60898		Isserpent		84	03	033	03131
3012670	Issepts	issepts	FR	46320	180	Europe/Paris	44.675	1.92603		Issepts		76	46	462	46133
3012671	Issenheim	issenheim	FR	68500	3443	Europe/Paris	47.90357	7.25235		Isenheim,Issenajm,yi se nan,Іссенайм,Иссенайм,伊瑟南		44	68	686	68156
3012672	Issenhausen	issenhausen	FR	67330	93	Europe/Paris	48.80455	7.53628				44	67	674	67225
3012673	Issendolus	issendolus	FR	46500	483	Europe/Paris	44.74283	1.78719		Aissendolus,Aissendolús,Issandolju,Issendolus,yi sang duo lu,Іссандолю,伊桑多吕		76	46	462	46132
3012674	Issel	issel	FR	11400	448	Europe/Paris	43.36739	1.9899		Issel		76	11	111	11175
3012675	Isse	isse	FR	44520	89	Europe/Paris	49.06538	4.20534		Isse		44	51	511	51301
3012676	Issé	isse	FR	44520	1937	Europe/Paris	47.62328	-1.45141		Isse,Issé,Izeg		52	44	445	44075
3012680	Issarlès	issarles	FR	07470	172	Europe/Paris	44.84394	4.03121		Isarles,Issarle,Issarles,Issarlès,Issarlés,yi sa er lai,Іссарле,Иссарлес,Իսարլես,伊萨尔莱		84	07	071	07106
3012681	Issans	issans	FR	25550	287	Europe/Paris	47.52736	6.72795		Issans		27	25	252	25316
3012682	Issanlas	issanlas	FR	07510	122	Europe/Paris	44.76512	4.01145		Issanlas		84	07	071	07105
3012684	Issancourt-et-Rumel	issancourt-et-rumel	FR	08440	372	Europe/Paris	49.75583	4.82286		Issancourt,Issancourt-et-Rumel		44	08	081	08235
3012685	Issamoulenc	issamoulenc	FR	07190	102	Europe/Paris	44.78174	4.45998		Issamoulenc		84	07	073	07104
3012687	Issac	issac	FR	24400	407	Europe/Paris	45.01552	0.451		Issac		75	24	243	24211
3012688	Isques	isques	FR	62360	1162	Europe/Paris	50.67391	1.65445		Isk,Isques,askywys,yi si ke,Іск,Иск,إسكيويس,伊斯克		32	62	623	62474
3012689	Ispoure	ispoure	FR	64220	668	Europe/Paris	43.17093	-1.23458		Ispoure,Ispur,Izpura,yi si pu er,Іспур,Испур,伊斯普尔		75	64	641	64275
3012691	Ispagnac	ispagnac	FR	48320	815	Europe/Paris	44.37095	3.53473		Ispagnac		76	48	481	48075
3012693	Isômes	isomes	FR	52190	99	Europe/Paris	47.64653	5.30581		Isomes,Isômes		44	52	522	52249
3012695	Isolaccio-di-Fiumorbo	isolaccio-di-fiumorbo	FR	20243	362	Europe/Paris	42.00246	9.28199		Isolaccio,Isolaccio di Fiumorbo,Isolaccio-di Fiumorba,Isolaccio-di-Fiumorbo,Izolachcho-di-F'jumorbo,LIsulacciu di Fiumorbu,ayswlasyw dy fywmwrbwt,Ізолаччо-ді-Фьюморбо,Изолаччо-ди-Фьюморбо,إيسولاسيو دي فيوموربوت		94	2B	2B3	2B135
3012697	Isola	isola	FR	06420	589	Europe/Paris	44.18573	7.05287		Isola		93	06	062	06073
3012698	Isneauville	isneauville	FR	76230	2375	Europe/Paris	49.49832	1.15431		Isneauville		28	76	763	76377
3012699	Isle-sur-Marne	isle-sur-marne	FR	51290	67	Europe/Paris	48.64051	4.68876		Isle		44	51	514	51300
3012700	Isles-sur-Suippe	isles-sur-suippe	FR	51110	674	Europe/Paris	49.35558	4.20093		Il'-sjur-Sjuipp,Isle-sur-Suippe,Isles,Isles-sur-Suippe,Isles-sur-Suippes,xu yi pu he pan yi si lai,Іль-сюр-Сюїпп,叙伊普河畔伊斯莱		44	51	513	51299
3012787	Ingolsheim	ingolsheim	FR	67250	0	Europe/Paris	48.97402	7.93591		Ingolshein		44	67	672	67221
3012701	Isle-Aubigny	isle-aubigny	FR	10240	0	Europe/Paris	48.53333	4.26667		Isle,Isle-sur-Ramerupt		44	10	103	10174
3012702	Isles-lès-Villenoy	isles-les-villenoy	FR	77450	864	Europe/Paris	48.91248	2.82724		Isles,Isles-les-Villenoy,Isles-lès-Villenoy		11	77	771	77232
3012703	Isles-les-Meldeuses	isles-les-meldeuses	FR	77440	658	Europe/Paris	48.99949	3.00613		Isles,Isles-les-Meldeuses		11	77	771	77231
3012704	Isle-Saint-Georges	isle-saint-georges	FR	33640	558	Europe/Paris	44.72507	-0.47362		Il'-Sen-Zhorzh,Isle-Saint-Georges,Isles-Saint-Georges,LIsla Sent Jorgi,LIsla Sent Jòrgi,LIsla dAruan,yi si er sheng ruo er re,Іль-Сен-Жорж,Иль-Сен-Жорж,伊斯尔圣若尔热		75	33	332	33206
3012705	Isle-et-Bardais	isle-et-bardais	FR	03360	325	Europe/Paris	46.68838	2.79367		Isle-et-Bardais		84	03	031	03130
3012706	Isle-Aumont	isle-aumont	FR	10800	554	Europe/Paris	48.21232	4.12588		Il'-Omon,Isle,Isle-Aumont,yi si er ao meng,Іль-Омон,Иль-Омон,伊斯尔奥蒙		44	10	103	10173
3012709	Isle	isle	FR	87170	8085	Europe/Paris	45.80461	1.22621		Isla,Isle		75	87	872	87075
3012711	Island	island	FR	89200	209	Europe/Paris	47.47071	3.84798		Island		27	89	892	89203
3012712	Isigny-sur-Mer	isigny-sur-mer	FR	14230	3137	Europe/Paris	49.31604	-1.10384		Isigny,Isigny-sur-Mer,Izin'i-sjur-Mer,bin hai yi xi ni,Ізіньї-сюр-Мер,Изиньи-сюр-Мер,滨海伊西尼		28	14	141	14342
3012713	Isigny-le-Buat	isigny-le-buat	FR	50540	3136	Europe/Paris	48.61705	-1.16993		Isigny,Isigny-le-Buat,Izin'i-le-Bjua,yi xi ni lai bi a,Ізіньї-ле-Бюа,Изиньи-ле-Бюа,伊西尼莱比阿		28	50	501	50256
3012718	Is-en-Bassigny	is-en-bassigny	FR	52140	588	Europe/Paris	48.03142	5.44756		Is,Is-en-Bassigny		44	52	521	52248
3012721	Isdes	isdes	FR	45620	509	Europe/Paris	47.67133	2.25562		Isdes		24	45	452	45171
3012723	Isches	isches	FR	88320	222	Europe/Paris	48.01687	5.8308		Isches		44	88	882	88248
3012725	Isbergues	isbergues	FR	62330	10067	Europe/Paris	50.62328	2.45902		Iberque,Isberg,Isbergues,asbyrjws,yi si bei ge,Ісберг,Исберг,إسبيرجوس,伊斯贝格		32	62	622	62473
3012726	Isenay	isenay	FR	58290	0	Europe/Paris	46.90184	3.70548				27	58	581	58135
3012732	Irvillac	irvillac	FR	29460	1064	Europe/Paris	48.37032	-4.21292		Irvijak,Irvilhag,Irvillac,Irvillak,yi er wei la ke,Ірвіллак,Ирвийак,Ирвиллак,伊尔维拉克		53	29	291	29086
3012733	Irreville	irreville	FR	27930	357	Europe/Paris	49.09528	1.20643		Irreville		28	27	273	27353
3012734	Irouléguy	irouleguy	FR	64220	317	Europe/Paris	43.1778	-1.3004		Irouleguy,Irouléguy,Irulegi,Irulegjui,yi lu lai ji,Ірулегюї,Ирулеги,Ирулегюи,伊鲁莱吉		75	64	641	64274
3012736	Iron	iron	FR	02510	222	Europe/Paris	49.95489	3.65949		Iron		32	02	025	02386
3012738	Irodouër	irodouer	FR	35850	1523	Europe/Paris	48.24947	-1.95002		Irodouer,Irodouër		53	35	353	35135
3012740	Irles	irles	FR	80300	111	Europe/Paris	50.0993	2.75346		Ile,Irl',Irles,yi lai si,Ірль,伊莱斯		32	80	804	80451
3012741	Irissarry	irissarry	FR	64780	791	Europe/Paris	43.25702	-1.23323		Irisarri,Irissarry		75	64	641	64273
3012742	Irigny	irigny	FR	69540	8869	Europe/Paris	45.67313	4.82243		Irigny,Irin'i,L'Union-sur-Rhone,L'Union-sur-Rhône,Іриньї		84	69	691	69100
3012745	Iré-le-Sec	ire-le-sec	FR	55600	132	Europe/Paris	49.47662	5.38521		Ire,Ire-le-Sec,Iré,Iré-le-Sec		44	55	553	55252
3012749	Irancy	irancy	FR	89290	314	Europe/Paris	47.71348	3.66492		Irancy		27	89	891	89202
3012751	Irais	irais	FR	79600	232	Europe/Paris	46.87967	-0.09267		Irais		75	79	793	79141
3012752	Irai	irai	FR	61190	463	Europe/Paris	48.67041	0.69834		Irai		28	61	613	61208
3012753	Ippling	ippling	FR	57990	723	Europe/Paris	49.10587	7.00457		Ippling		44	57	576	57348
3012754	Ippécourt	ippecourt	FR	55220	95	Europe/Paris	49.03592	5.21079		Ippecourt,Ippécourt		44	55	551	55251
3012759	Inzinzac-Lochrist	inzinzac-lochrist	FR	56650	0	Europe/Paris	47.85	-3.26667		Enzenzak-Lokris,Zinzag-Lokrist,an zan zha ke luo ke li si,Ензензак-Локрис,安赞扎克洛克里斯		53	56	561	56090
3012760	Inxent	inxent	FR	62170	167	Europe/Paris	50.53561	1.78457		Inxent		32	62	624	62472
3012763	Inval-Boiron	inval-boiron	FR	80430	68	Europe/Paris	49.88443	1.75083		Inval,Inval-Boiron		32	80	802	80450
3012765	Intville-la-Guétard	intville-la-guetard	FR	45300	89	Europe/Paris	48.26076	2.21368		Entvil'-la-Getar,Intville,Intville-la-Guetard,Intville-la-Guétard,an te wei er la gai ta er,Ентвіль-ла-Гетар,安特维尔拉盖塔尔		24	45	453	45170
3012766	Intréville	intreville	FR	28310	152	Europe/Paris	48.29701	1.93637		Intreville,Intréville		24	28	281	28197
3012767	Intres	intres	FR	07310	131	Europe/Paris	44.98275	4.36252		Intres		84	07	073	07103
3012768	Intraville	intraville	FR	76630	202	Europe/Paris	49.93162	1.28076		Intraville		28	76	761	76618
3012769	Insviller	insviller	FR	57670	195	Europe/Paris	48.88943	6.89693		Insviller		44	57	575	57347
3012770	Insming	insming	FR	57670	642	Europe/Paris	48.9555	6.87594		Insming		44	57	575	57346
3012771	Inor	inor	FR	55700	204	Europe/Paris	49.54693	5.16272		Inor		44	55	553	55250
3012772	Innimond	innimond	FR	01680	103	Europe/Paris	45.7832	5.57149		Innimon,Innimond,anymwn,yi ni meng,Іннімон,Иннимон,Իննիմոն,إنيمون,伊尼蒙		84	01	011	01190
3012773	Innenheim	innenheim	FR	67880	1076	Europe/Paris	48.49659	7.57439		Innenheim		44	67	675	67223
3012774	Injoux-Génissiat	injoux-genissiat	FR	01200	0	Europe/Paris	46.05102	5.80353				84	01	014	01189
3012777	Ingwiller	ingwiller	FR	67340	4098	Europe/Paris	48.87284	7.4798		Ingeweiler,Ingweiler		44	67	674	67222
3012778	Inguiniel	inguiniel	FR	56240	2042	Europe/Paris	47.97712	-3.282		An Ignel,Engin'el',Inguiniel,an ji nie,Енгиньель,Енгіньєль,安吉涅		53	56	561	56089
3012780	Ingré	ingre	FR	45140	8001	Europe/Paris	47.91995	1.82778		Engre,Ingre,Ingré,an ge lei,Енгре,安格雷		24	45	452	45169
3012781	Ingrannes	ingrannes	FR	45450	449	Europe/Paris	47.99101	2.21133		Engrann,Ingrannes,an ge la nei,Енгранн,安格拉内		24	45	452	45168
3012782	Ingrandes-de-Touraine	ingrandes-de-touraine	FR	37140	512	Europe/Paris	47.28333	0.26667		Ingrandes,Ingrandes-de-Touraine		24	37	371	37232
3012783	Ingrandes	ingrandes	FR	36300	1503	Europe/Paris	47.4051	-0.92275		Ingrandes,Ingrandes-sur-Loire		52	49	491	49160
3012784	Ingrandes	ingrandes	FR	36300	0	Europe/Paris	46.87621	0.5666		Ingrandes,Ingrandes-sur-Vienne		75	86	861	86111
3012785	Ingrandes	ingrandes	FR	36300	330	Europe/Paris	46.59715	0.96208				24	36	361	36087
3012788	Inglange	inglange	FR	57970	307	Europe/Paris	49.34643	6.29931		Inglange		44	57	577	57345
3012789	Inghem	inghem	FR	62129	334	Europe/Paris	50.66708	2.24369		Engem,Inghem,Inguin,an gai mu,anhym,Енгем,إنهيم,安盖姆		32	62	625	62471
3012790	Ingersheim	ingersheim	FR	68040	4368	Europe/Paris	48.09803	7.30308				44	68	682	68155
3012791	Ingenheim	ingenheim	FR	67270	318	Europe/Paris	48.7342	7.51989		Ingenheim		44	67	674	67220
3012800	Ineuil	ineuil	FR	18160	261	Europe/Paris	46.77753	2.28982		Ineuil		24	18	182	18114
3012808	Indevillers	indevillers	FR	25470	204	Europe/Paris	47.31349	6.95781		Indevillers		27	25	252	25314
3012810	Incourt	incourt	FR	62770	95	Europe/Paris	50.39068	2.15207		Incourt		32	62	624	62470
3012812	Inchy-en-Artois	inchy-en-artois	FR	62860	573	Europe/Paris	50.18064	3.05265		Enshi-an-Artua,Inchy,Inchy-en-Artois,an xi ang na tu wa,antshy an artwys,Енши-ан-Артуа,Енші-ан-Артуа,إنتشي إن أرتويس,安希昂纳图瓦		32	62	621	62469
3012813	Inchy	inchy	FR	59540	804	Europe/Paris	50.12245	3.4643		Inchy,Inchy-Beaumont		32	59	592	59321
3012814	Incheville	incheville	FR	76117	1475	Europe/Paris	50.01239	1.49438		Incheville		28	76	761	76374
3012816	Incarville	incarville	FR	27400	0	Europe/Paris	49.37326	1.15276				28	76	763	76558
3012817	Incarville	incarville	FR	27400	0	Europe/Paris	49.23783	1.17758		Incarville		28	27	271	27351
3012818	Inaumont	inaumont	FR	08300	76	Europe/Paris	49.55754	4.31381		Inaumont		44	08	082	08234
3012821	Imphy	imphy	FR	58160	3823	Europe/Paris	46.93619	3.26037		Imphy		27	58	583	58134
3012822	Imling	imling	FR	57400	677	Europe/Paris	48.71939	7.02335		Imling		44	57	575	57344
3012824	Imécourt	imecourt	FR	08240	60	Europe/Paris	49.37231	4.97423		Imecourt,Imekur,Imécourt,yi mei ku er,Імекур,Имекур,伊梅库尔		44	08	084	08233
3012826	Imbleville	imbleville	FR	76890	279	Europe/Paris	49.71572	0.95226		Imbleville		28	76	761	76373
3012828	Ilonse	ilonse	FR	06420	117	Europe/Paris	44.03222	7.09952		Ilonca,Iloncia,Ilons,Ilonse,Ilonça,lwns  alalb aljblyt,yi long si,Ілонс,Илонс,لونس، الألب الجبلية,伊隆斯		93	06	062	06072
3012829	Illzach	illzach	FR	68110	15457	Europe/Paris	47.7742	7.35175		Il'zak,Illzach,iruzakku,yi er zha ke,Ільзак,Ильзак,イルザック,伊尔扎克		44	68	684	68154
3012830	Illy	illy	FR	08200	419	Europe/Paris	49.73593	4.9616		Illy		44	08	083	08232
3012832	Illoud	illoud	FR	52150	300	Europe/Paris	48.20937	5.56009		Illoud		44	52	521	52247
3012833	Illois	illois	FR	76390	0	Europe/Paris	49.75083	1.64572		Illois		28	76	761	76372
3012834	Illkirch-Graffenstaden	illkirch-graffenstaden	FR	67400	27261	Europe/Paris	48.52894	7.71523		Il'kirsh-Graffenshtaden,Il'kirsh-Graffenstaden,Ilkirkh Grafenshtaden,Illkirch,Illkirch-Grafenstaden,Illkirch-Graffenshaharen,Illkirch-Graffenstaden,Illkirich-Graffestade,akyrtsh,aylykyr  grfanstdan,ilkileusyugeulapenseutaden,irukirushu=gurafensutaden,yi er ji er ke ge la fang si ta dang,Íllkírich-Gràffestàde,Ількірш-Граффенстаден,Илкирх Графенштаден,Илькирш-Граффенстаден,Илькирш-Граффенштаден,إكيرتش,ایلکیرش-گرافن‌شتادن,ایلیکیر، گرفانستدان,イルキルシュ＝グラフェンスタデン,伊尔基尔克格拉方斯塔当,일키르슈그라펜스타덴		44	67	678	67218
3012836	Illifaut	illifaut	FR	22230	660	Europe/Paris	48.14595	-2.34859		Ilifav,Illifaut		53	22	224	22083
3012837	Illies	illies	FR	59480	1281	Europe/Paris	50.56144	2.83011		Illies		32	59	595	59320
3012838	Illiers-l'Évêque	illiers-l-eveque	FR	27770	0	Europe/Paris	48.82112	1.2671		Illiers,Illiers-l'Eveque,Illiers-l'Évêque,Illiers-sur-Condanne		28	27	273	27350
3012839	Illiers-Combray	illiers-combray	FR	28120	0	Europe/Paris	48.3	1.25		Il'e-Kombre,yi li ye er kong bu lai,Ільє-Комбре,伊利耶尔孔布赖		24	28	281	28196
3012840	Illier-et-Laramade	illier-et-laramade	FR	09220	21	Europe/Paris	42.78779	1.53977		Illier,Illier-Laramade,Illier-et-Laramade		76	09	091	09143
3012843	Illiat	illiat	FR	01140	506	Europe/Paris	46.18901	4.88436		Illiat		84	01	012	01188
3012844	Illhaeusern	illhaeusern	FR	68970	676	Europe/Paris	48.18418	7.43268		Il'jaehzern,Iljaezern,Illhaeusern,Illhäusern,yi ya e sai er en,Іляезерн,Ильяэзерн,Иляезерн,伊亚厄塞尔恩		44	68	682	68153
3012845	Illfurth	illfurth	FR	68720	2044	Europe/Paris	47.6741	7.26607		Illfurth		44	68	681	68152
3012846	Illeville-sur-Montfort	illeville-sur-montfort	FR	27290	702	Europe/Paris	49.32614	0.72627		Illeville,Illeville-sur-Montfort		28	27	272	27349
3012848	Ille-sur-Têt	ille-sur-tet	FR	66130	5470	Europe/Paris	42.67083	2.62066		Il'-sjur-Tet,Illa,Ille,Ille-sur-Tet,Ille-sur-Têt,Ille-sur-la-Tet,tai he pan yi er,Іль-сюр-Тет,Иль-сюр-Тет,泰河畔伊尔		76	66	663	66088
3012851	Illats	illats	FR	33720	1214	Europe/Paris	44.59755	-0.37315		Illats		75	33	333	33205
3012852	Ilhat	ilhat	FR	09300	113	Europe/Paris	42.95965	1.77896		Ilhat,Illat		76	09	092	09142
3012853	Illartein	illartein	FR	09800	71	Europe/Paris	42.93661	0.96574		Illartein		76	09	093	09141
3012854	Illange	illange	FR	57970	2190	Europe/Paris	49.32617	6.17953		Illange		44	57	577	57343
3012856	Ilheu	ilheu	FR	65370	41	Europe/Paris	42.99682	0.59575		Ilheu		76	65	652	65229
3012857	Ilhet	ilhet	FR	65410	123	Europe/Paris	42.9641	0.38282		Ilhet		76	65	652	65228
3012858	Ilharre	ilharre	FR	64120	130	Europe/Paris	43.38333	-1.03333		Ijar,Ilarr,Ilharre,yi la er,Іларр,Ийар,Иларр,伊拉尔		75	64	641	64272
3012860	Île-Tudy	ile-tudy	FR	29980	654	Europe/Paris	47.84554	-4.1684		Enez-Tudi,Il'-Tjudi,Ile-Tudy,Tudi Insula,iru=te~yudi,yi er di di,Île-Tudy,Іль-Тюді,Иль-Тюди,イル＝テュディ,伊尔蒂迪		53	29	294	29085
3012882	Iholdy	iholdy	FR	64640	0	Europe/Paris	43.28264	-1.18077		Iholdi,Iholdy,Ihout,Ihòut,Iol'di,yi ao er di,Іольді,Иольди,伊奥尔迪		75	64	641	64271
3012884	Iguerande	iguerande	FR	71340	923	Europe/Paris	46.20261	4.08154		Igerand,Iguerande,Ігеранд,Игеранд		27	71	713	71238
3012885	Igoville	igoville	FR	27460	1549	Europe/Paris	49.3199	1.14832		Igoville		28	27	271	27348
3012886	Igornay	igornay	FR	71540	504	Europe/Paris	47.0456	4.37774		Igornay		27	71	711	71237
3012887	Igon	igon	FR	64800	1026	Europe/Paris	43.15992	-0.23217		Aigon,Igon,yi gong,Ігон,Игон,伊贡		75	64	643	64270
3012888	Igny-Comblizy	igny-comblizy	FR	51700	0	Europe/Paris	49.01667	3.71667		Igny,Igny-le-Jard		44	51	512	51298
3012889	Igny	igny	FR	70700	9968	Europe/Paris	48.74437	2.22428		Igny		11	91	913	91312
3012890	Igny	igny	FR	70700	150	Europe/Paris	47.47827	5.76334		Igny		27	70	702	70289
3012892	Ignol	ignol	FR	18350	177	Europe/Paris	46.96661	2.84589				24	18	182	18113
3012893	Igney	igney	FR	54450	0	Europe/Paris	48.63373	6.81235		Igney		44	54	542	54271
3012894	Igney	igney	FR	54450	1107	Europe/Paris	48.27358	6.39664		Igney		44	88	881	88247
3012897	Ignaux	ignaux	FR	09110	62	Europe/Paris	42.73136	1.83962		Ignaux		76	09	091	09140
3012899	Ignaucourt	ignaucourt	FR	80800	84	Europe/Paris	49.82592	2.57379		Ignaucourt		32	80	803	80449
3012901	Igé	ige	FR	61130	713	Europe/Paris	48.32463	0.52164		Ige,Igé		28	61	613	61207
3012902	Igé	ige	FR	61130	776	Europe/Paris	46.39801	4.74116		Ige,Igé		27	71	715	71236
3012903	Ifs	ifs	FR	14123	9617	Europe/Paris	49.14	-0.34899		Ifs		28	14	142	14341
3012905	Iffendic	iffendic	FR	35750	3357	Europe/Paris	48.13042	-2.03603		Iffandik,Iffendic,Ilfentig,yi fang di ke,Іффандік,Иффандик,伊方迪克		53	35	353	35133
3012911	Ids-Saint-Roch	ids-saint-roch	FR	18170	276	Europe/Paris	46.70753	2.24077		Ids-Saint-Roch,Ids-sur-Arnon		24	18	182	18112
3012912	Idron	idron	FR	64320	3439	Europe/Paris	43.28935	-0.31199		Idron,Idron-Ousse-Sendets,yi de long,Ідрон,Идрон,伊德龙		75	64	643	64269
3012913	Idrac-Respaillès	idrac-respailles	FR	32300	0	Europe/Paris	43.52417	0.45715		Idrac-Respailles,Idrac-Respaillès		76	32	323	32156
3012916	Ichy	ichy	FR	77890	186	Europe/Paris	48.20255	2.54711		Ichy		11	77	774	77230
3012917	Ichtratzheim	ichtratzheim	FR	67640	297	Europe/Paris	48.47702	7.67876				44	67	675	67217
3012921	Ibos	ibos	FR	65420	2643	Europe/Paris	43.23339	0.00123		Ibos		76	65	653	65226
3012923	Ibigny	ibigny	FR	57830	93	Europe/Paris	48.64349	6.9		Ibigny		44	57	575	57342
3012927	Ibarrolle	ibarrolle	FR	64120	94	Europe/Paris	43.19972	-1.09434		Ibarrol',Ibarrola,Ibarrolle,yi ba er luo er,Ібарроль,Ибарроль,伊巴尔罗尔		75	64	641	64267
3012930	Hymont	hymont	FR	88500	571	Europe/Paris	48.26716	6.1414		Hymont		44	88	882	88246
3012932	Hyèvre-Paroisse	hyevre-paroisse	FR	25110	196	Europe/Paris	47.37226	6.42992				27	25	251	25313
3012933	Hyèvre-Magny	hyevre-magny	FR	25110	52	Europe/Paris	47.36604	6.43713				27	25	251	25312
3012934	Hyet	hyet	FR	70190	92	Europe/Paris	47.4759	6.09192		Hyet		27	70	702	70288
3012937	Hyères	hyeres	FR	83400	50487	Europe/Paris	43.12038	6.12857		Er,Hyeres,Hyeres les Palmiers,Hyerès,Hyères,Hyères les Palmiers,Ier,Ieras,Jer,XHE,ayyr,hyyrys,ieru,yeleu,yi ai lei,Єр,Јер,Иер,Йер,ایئر,هييريس,イエール,伊埃雷,예르		93	83	832	83069
3012938	Hyenville	hyenville	FR	50660	329	Europe/Paris	48.99419	-1.4665		Hyenville		28	50	503	50419
3012940	Hyencourt-le-Grand	hyencourt-le-grand	FR	80320	84	Europe/Paris	49.82113	2.83394		Hyencourt-le-Grand		32	80	804	80621
3012941	Hyémondans	hyemondans	FR	25250	145	Europe/Paris	47.38787	6.64996		Hyemondans,Hyémondans		27	25	252	25311
3012944	Hyds	hyds	FR	03600	371	Europe/Paris	46.28464	2.82958		Hyds		84	03	031	03129
3012949	Huttenheim	huttenheim	FR	67230	2250	Europe/Paris	48.35864	7.57833				44	67	675	67216
3012950	Huttendorf	huttendorf	FR	67270	417	Europe/Paris	48.80031	7.63936				44	67	672	67215
3012952	Husson	husson	FR	50640	239	Europe/Paris	48.56964	-0.89205		Husson		28	50	501	50591
3012953	Hussigny-Godbrange	hussigny-godbrange	FR	54590	3160	Europe/Paris	49.49437	5.86677		Hussigny,Hussigny-Godbrange		44	54	541	54270
3012954	Husseren-Wesserling	husseren-wesserling	FR	68470	1017	Europe/Paris	47.88351	6.98994		Husseren,Husseren-Wesserling,Hüsseren		44	68	686	68151
3012955	Husseren-les-Châteaux	husseren-les-chateaux	FR	68420	418	Europe/Paris	48.03528	7.28016		Husseren		44	68	682	68150
3012956	Hurtigheim	hurtigheim	FR	67117	475	Europe/Paris	48.61685	7.59069				44	67	674	67214
3012957	Hurtières	hurtieres	FR	38570	130	Europe/Paris	45.28854	5.97014		Hurtieres,Hurtières		84	38	381	38192
3012961	Hurigny	hurigny	FR	71870	1533	Europe/Paris	46.34722	4.79676		Hurigny		27	71	715	71235
3012962	Huriel	huriel	FR	03380	2445	Europe/Paris	46.37299	2.47679		Huriel,Jur'el',Jurel',Uriac,Uriat,yu li ye,Юрьель,Юрєль,于里耶		84	03	031	03128
3012964	Hures-la-Parade	hures-la-parade	FR	48150	188	Europe/Paris	44.2449	3.3533				76	48	481	48074
3012965	Hurecourt	hurecourt	FR	70210	46	Europe/Paris	47.90297	6.06529		Hurecourt		27	70	701	70287
3012968	Hure	hure	FR	33190	485	Europe/Paris	44.54542	0.00059		Hure		75	33	333	33204
3012969	Hurbache	hurbache	FR	88210	287	Europe/Paris	48.34944	6.93649		Hurbache,Jurbash,yu er ba she,Юрбаш,于尔巴舍		44	88	883	88245
3012970	Huppy	huppy	FR	80140	709	Europe/Paris	50.02523	1.76385		Huppy,Juppi,yu pi,Юппі,于皮		32	80	801	80446
3012974	Huparlac	huparlac	FR	12460	248	Europe/Paris	44.7139	2.76173		Huparlac,Juparlak,Uparlac,yu pa er la ke,Юпарлак,于帕尔拉克		76	12	122	12116
3012975	Huos	huos	FR	31210	454	Europe/Paris	43.07818	0.59586		Huos		76	31	312	31238
3012976	Hunting	hunting	FR	57480	584	Europe/Paris	49.41501	6.32588		Hunting		44	57	577	57341
3012977	Hunspach	hunspach	FR	67250	0	Europe/Paris	48.95317	7.94003		Hunspach,ansupakku,funsupahha,アンスパック,フンスパッハ		44	67	672	67213
3012979	Huningue	huningue	FR	68330	6375	Europe/Paris	47.60477	7.57782		Hueningen,Hüningen,Juneng,Uning,yu nan gai,yunangu,Унинг,Унінг,Юненг,ユナング,于南盖		44	68	684	68149
3012982	Hundsbach	hundsbach	FR	68130	232	Europe/Paris	47.60231	7.33541		Hundsbach		44	68	681	68148
3012983	Hundling	hundling	FR	57990	1431	Europe/Paris	49.1086	6.97989		Hundling		44	57	576	57340
3012984	Hunawihr	hunawihr	FR	68150	533	Europe/Paris	48.1804	7.31149		Hunaweier,Junavir,Yunavir,yu na wei,Юнавир,Юнавір,Յունավիր,ہناوہر,于纳维		44	68	682	68147
3012987	Humières	humieres	FR	62130	225	Europe/Paris	50.38871	2.20819		Humieres,Humières,Jum'er,Jumer,hwmyyrys,yu mi ye er,Юмьер,Юмєр,هومييريس,于米耶尔		32	62	621	62468
3012988	Humes-Jorquenay	humes-jorquenay	FR	52200	596	Europe/Paris	47.9	5.28333				44	52	522	52246
3012992	Humbligny	humbligny	FR	18250	191	Europe/Paris	47.25419	2.66077		Humbligny		24	18	181	18111
3012993	Humberville	humberville	FR	52700	64	Europe/Paris	48.28579	5.37847		Humberville		44	52	521	52245
3012994	Humbert	humbert	FR	62650	257	Europe/Paris	50.50486	1.90745		Humbert		32	62	624	62466
3012995	Humbercourt	humbercourt	FR	80600	283	Europe/Paris	50.21052	2.45948		Humbercourt		32	80	802	80445
3012997	Humbercamps	humbercamps	FR	62158	259	Europe/Paris	50.18613	2.57355		Emberkam,an bei er kan pu,hwmbyrkambs,Емберкам,هومبيركامبس,安贝尔坎普		32	62	621	62465
3012998	Humbécourt	humbecourt	FR	52290	647	Europe/Paris	48.58308	4.90257		Humbecourt,Humbécourt		44	52	523	52244
3012999	Humbauville	humbauville	FR	51320	75	Europe/Paris	48.65806	4.41678		Humbauville		44	51	514	51296
3013000	Hultehouse	hultehouse	FR	57820	350	Europe/Paris	48.71932	7.26072		Hultehouse		44	57	575	57339
3013001	Hulluch	hulluch	FR	62410	3019	Europe/Paris	50.48961	2.81232		Hulluch,Julljush,hwlwtsh,yu lu shen,Юллюш,هولوتش,于吕什		32	62	627	62464
3013006	Huisseau-sur-Mauves	huisseau-sur-mauves	FR	45130	1744	Europe/Paris	47.89319	1.70274		Huisseau-sur-Mauve,Huisseau-sur-Mauves,Juisso-sjur-Mov,mo wei he pan yu yi suo,Юїссо-сюр-Мов,莫韦河畔于伊索		24	45	452	45167
3013007	Huisseau-sur-Cosson	huisseau-sur-cosson	FR	41350	1990	Europe/Paris	47.59335	1.45333		Huisseau,Huisseau-sur-Cosson,Huisseaux-sur-Cosson		24	41	411	41104
3013008	Huisseau-en-Beauce	huisseau-en-beauce	FR	41310	324	Europe/Paris	47.72349	1.00943		Huisseau,Huisseau-en-Beauce,Juisso-an-Bos,bo ke de qu yu yi suo,Юїссо-ан-Бос,博克地区于伊索		24	41	412	41103
3013009	Huisnes-sur-Mer	huisnes-sur-mer	FR	50170	173	Europe/Paris	48.60844	-1.45127		Huisnes,Huisnes-sur-Mer		28	50	501	50253
3013011	Huismes	huismes	FR	37420	1456	Europe/Paris	47.23319	0.25116		Huismes,Juim,yu yi si mei,Юїм,于伊斯梅		24	37	371	37118
3013012	Huiron	huiron	FR	51300	275	Europe/Paris	48.70215	4.54265		Huiron		44	51	514	51295
3013013	Huilly-sur-Seille	huilly-sur-seille	FR	71290	282	Europe/Paris	46.59161	5.05199				27	71	714	71234
3013014	Huilliécourt	huilliecourt	FR	52150	139	Europe/Paris	48.16014	5.54793		Huilliecourt,Huilliécourt		44	52	521	52243
3013015	Huillé	huille	FR	49430	426	Europe/Paris	47.64813	-0.3052		Huille,Huillé,Juil'e,yu yi lai,Юїльє,于伊莱		52	49	491	49174
3013018	Hugleville-en-Caux	hugleville-en-caux	FR	76570	301	Europe/Paris	49.63453	0.98645		Hugleville,Hugleville-en-Caux		28	76	763	76370
3013019	Hugier	hugier	FR	70150	83	Europe/Paris	47.31409	5.70817		Hugier		27	70	702	70286
3013021	Huez	huez	FR	38750	0	Europe/Paris	47.05257	3.42381				27	58	583	58035
3013022	Huez	huez	FR	38750	1795	Europe/Paris	45.0824	6.05878		Huez,L'Huez		84	38	381	38191
3013023	Huêtre	huetre	FR	45520	208	Europe/Paris	48.01898	1.79614		Huetre,Huêtre,Juetr,yu ai te er,Юетр,于埃特尔		24	45	452	45166
3013025	Huest	huest	FR	27930	849	Europe/Paris	49.03861	1.20549		Huest,Jue,Juest,yu ai si,Юе,Юест,于埃斯		28	27	273	27347
3013026	Huelgoat	huelgoat	FR	29690	1759	Europe/Paris	48.36439	-3.74614		An Uhelgoad,Huelgoat,Juel'goa,yu ai er ge a,Юельгоа,于埃尔戈阿		53	29	292	29081
3013027	Hudiviller	hudiviller	FR	54110	298	Europe/Paris	48.60328	6.39461		Hudiviller		44	54	542	54269
3013028	Hudimesnil	hudimesnil	FR	50510	731	Europe/Paris	48.86302	-1.49277		Hudimesnil		28	50	501	50252
3013029	Hucqueliers	hucqueliers	FR	62650	565	Europe/Paris	50.56843	1.90569		Hucqueliers,Jukel'e,Wicquiller,hwskywlyrs,Юкелье,Юкельє,هوسكيوليرس		32	62	624	62463
3013030	Huclier	huclier	FR	62130	100	Europe/Paris	50.43033	2.35548		Huclier,Jukl'e,hwslyr,yu ke li ye,Юклье,Юкльє,هوسلير,于克利耶		32	62	621	62462
3013032	Huchenneville	huchenneville	FR	80132	678	Europe/Paris	50.05138	1.79954		Huchenneville		32	80	801	80444
3013033	Huby-Saint-Leu	huby-saint-leu	FR	62140	992	Europe/Paris	50.38199	2.03757		Huby,Huby-Saint-Leu,Jubi-Sen-Le,Mont-Blanc,hwby san lyw,yu bi sheng lei,Юби-Сен-Ле,Юбі-Сен-Ле,هوبي سان ليو,于比圣勒		32	62	624	62461
3013034	Huberville	huberville	FR	50700	290	Europe/Paris	49.51692	-1.42811		Huberville		28	50	502	50251
3013035	Hubert-Folie	hubert-folie	FR	14540	228	Europe/Paris	49.12898	-0.31547		Hubert-Folie		28	14	142	14538
3013036	Hubersent	hubersent	FR	62630	230	Europe/Paris	50.58132	1.7265		Hubersent,Jubersan,hwbyrsynt,yu bei er sang,Юберсан,هوبيرسينت,于贝尔桑		32	62	624	62460
3013041	Huanne-Montmartin	huanne-montmartin	FR	25680	79	Europe/Paris	47.43149	6.34164		Huanne,Huanne-Montmartin		27	25	251	25310
3013044	Hoymille	hoymille	FR	59492	3275	Europe/Paris	50.97187	2.44738		Hooimille,Hoymille,Ooimille,Uamil',ao mi ye,Уамиль,Уаміль,奥米耶		32	59	594	59319
3013045	Houx	houx	FR	28130	671	Europe/Paris	48.56664	1.61833		Houx		24	28	281	28195
3013046	Houvin-Houvigneul	houvin-houvigneul	FR	62270	204	Europe/Paris	50.29719	2.38431		Houvin-Houvigneul,Uven Uvinjel,Uven-Uvin'el',hwfyn hwfyjnywl,wu wan wu wei ni e lei,Увен-Увиньель,Увен-Увіньєль,هوفين هوفيجنيول,乌万乌维尼厄勒		32	62	621	62459
3013047	Houville-la-Branche	houville-la-branche	FR	28700	471	Europe/Paris	48.44412	1.6411		Houville,Houville-la-Branche		24	28	281	28194
3013048	Houville-en-Vexin	houville-en-vexin	FR	27440	176	Europe/Paris	49.29629	1.35671		Houville,Houville-en-Vexin		28	27	271	27346
3013051	Houtteville	houtteville	FR	50250	84	Europe/Paris	49.33869	-1.36259		Houtteville		28	50	502	50400
3013052	Houtkerque	houtkerque	FR	59470	791	Europe/Paris	50.87713	2.59594		Houtkerke,Houtkerque,Outkerke,Utkerk,awtkrk,wu kai er ke,Уткерк,اوتکرک,乌凯尔克		32	59	594	59318
3013053	Houtaud	houtaud	FR	25300	840	Europe/Paris	46.91603	6.31066				27	25	253	25309
3013055	Housséville	housseville	FR	54930	162	Europe/Paris	48.40627	6.11851		Housseville,Housséville		44	54	543	54268
3013056	Housset	housset	FR	02250	193	Europe/Paris	49.79409	3.70736		Housset		32	02	025	02385
3013057	Housseras	housseras	FR	88700	465	Europe/Paris	48.3109	6.70981		Housseras		44	88	881	88243
3013058	Houssen	houssen	FR	68125	1650	Europe/Paris	48.12579	7.37735		Gasen,Haussen,Houssen,Ussen,wu sang,Гасен,Уссен,乌桑		44	68	682	68146
3013060	La Houssaye-Béranger	la-houssaye-beranger	FR	76690	507	Europe/Paris	49.63333	1.08333		Houssaye,La Houssaye-Beranger		28	76	763	76369
3013061	Houssay	houssay	FR	41800	377	Europe/Paris	47.91459	-0.73719		Houssay		52	53	531	53117
3013062	Houssay	houssay	FR	41800	385	Europe/Paris	47.75266	0.93833		Houssay		24	41	412	41102
3013064	Houry	houry	FR	02140	60	Europe/Paris	49.78269	3.84991		Houry		32	02	025	02384
3013069	Hourtin	hourtin	FR	33990	3485	Europe/Paris	45.18619	-1.05789		Hourtin		75	33	334	33203
3013070	Hours	hours	FR	64420	180	Europe/Paris	43.22817	-0.16884		Hours		75	64	643	64266
3013074	Hourges	hourges	FR	51140	69	Europe/Paris	49.28202	3.76893		Hourges		44	51	513	51294
3013076	Hourc	hourc	FR	65350	109	Europe/Paris	43.2494	0.17053		Hourc,Houre		76	65	653	65225
3013078	Houquetot	houquetot	FR	76110	0	Europe/Paris	49.60413	0.39144		Houquetot		28	76	762	76368
3013080	Houppeville	houppeville	FR	76770	2472	Europe/Paris	49.51259	1.07962		Houppeville		28	76	763	76367
3013082	Houplines	houplines	FR	59116	8119	Europe/Paris	50.69499	2.91518		Houplines,Opline,Uplin,wu pu li ne,Уплин,Уплін,乌普利讷		32	59	595	59317
3013083	Houplin-Ancoisne	houplin-ancoisne	FR	59263	3703	Europe/Paris	50.56284	3.00251		Houplin,Houplin-Ancoisne,Uplen-Ankuan,wu pu lan ang kuan ne,Уплен-Анкуан,乌普兰昂宽讷		32	59	595	59316
3013084	Hounoux	hounoux	FR	11240	107	Europe/Paris	43.12877	2.00064		Hounoux		76	11	111	11173
3013089	Houlle	houlle	FR	62910	943	Europe/Paris	50.79545	2.17298		Houlle,Ul',hwly,wu lei,Уль,هولي,乌勒		32	62	625	62458
3013091	Houlgate	houlgate	FR	14510	1927	Europe/Paris	49.299	-0.08153		Houlgate,Ul'gat,wu er jia te,Ульгат,乌尔加特		28	14	143	14338
3013092	Houlette	houlette	FR	16200	401	Europe/Paris	45.76091	-0.21285		Houlette		75	16	162	16165
3013094	Houldizy	houldizy	FR	08090	354	Europe/Paris	49.80969	4.66952		Houldizy		44	08	081	08230
3013095	Houlbec-près-le-Gros-Theil	houlbec-pres-le-gros-theil	FR	27370	87	Europe/Paris	49.25388	0.83703		Houlbec,Houlbec-Gros Thiel,Houlbec-pres-le-Gros-Theil,Houlbec-près-le-Gros-Theil,Le Gras-Theil		28	27	272	27062
3013096	Houlbec-Cocherel	houlbec-cocherel	FR	27120	1378	Europe/Paris	49.0735	1.36563		Houlbec,Houlbec-Cocherel,Ul'bek-Kosherel',wu er bei ke ke xie lei,Ульбек-Кошерель,乌尔贝克科谢雷		28	27	271	27343
3013097	Houilles	houilles	FR	78800	31121	Europe/Paris	48.92161	2.19263		Houilles,Uj,awy,awy  aywlyn,u-il,uiyu,Уй,Уј,اوی,اوی، ایولین,ウイユ,우일		11	78	783	78311
3013102	Houeydets	houeydets	FR	65330	194	Europe/Paris	43.16073	0.35262		Houeydets		76	65	652	65224
3013103	Houéville	houeville	FR	88300	47	Europe/Paris	48.37406	5.80814		Houeville,Houéville		44	88	882	88242
3013104	Houetteville	houetteville	FR	27400	207	Europe/Paris	49.12635	1.10953		Houetteville		28	27	272	27342
3013106	Houesville	houesville	FR	50480	228	Europe/Paris	49.35095	-1.28726		Houesville		28	50	504	50099
3013107	Houeillès	houeilles	FR	47420	680	Europe/Paris	44.19622	0.03368		Houeilles,Houeillès		75	47	474	47119
3013108	Houécourt	houecourt	FR	88170	423	Europe/Paris	48.29851	5.89311		Houecourt,Houécourt		44	88	882	88241
3013109	Houdreville	houdreville	FR	54330	369	Europe/Paris	48.50607	6.10255		Houdreville,Udrevil',wu de lei wei er,Удревиль,Удревіль,乌德勒维尔		44	54	543	54266
3013112	Houdilcourt	houdilcourt	FR	08190	138	Europe/Paris	49.41667	4.13333		Houdilcourt-le-Mesnil		44	08	082	08229
3013113	Houdetot	houdetot	FR	76740	139	Europe/Paris	49.81467	0.80427		Houdetot		28	76	761	76365
3013115	Houdemont	houdemont	FR	54180	2425	Europe/Paris	48.64407	6.17579		Hondimont,Houdemont,Houdémont		44	54	543	54265
3013116	Houdelmont	houdelmont	FR	54330	198	Europe/Paris	48.5344	6.09008		Houdelmont		44	54	543	54264
3013118	Houdelaincourt	houdelaincourt	FR	55130	349	Europe/Paris	48.54876	5.46898		Houdelaincourt		44	55	552	55248
3013119	Houdancourt	houdancourt	FR	60710	554	Europe/Paris	49.34413	2.64041		Houdancourt		32	60	603	60318
3013120	Houdan	houdan	FR	78550	3150	Europe/Paris	48.79044	1.60007		Houdan,Udan,Удан		11	78	781	78310
3013121	Houdain-lez-Bavay	houdain-lez-bavay	FR	59570	931	Europe/Paris	50.31439	3.78453		Houdain,Houdain lez Bavai,Houdin-les-Bavai,Houdin-lès-Bavai		32	59	591	59315
3013122	Houdain	houdain	FR	62150	7622	Europe/Paris	50.4504	2.53777		Houdain,Uden,hwdayn,wu dan,Уден,هوداين,乌丹		32	62	622	62457
3013123	Houchin	houchin	FR	62620	696	Europe/Paris	50.48241	2.61972		Houchain,Houchin,Ushen,hawchyn,hwtshyn,wu shang,Ушен,هاوچین,هوتشين,乌尚		32	62	622	62456
3013126	Île-d'Houat	ile-d-houat	FR	56170	0	Europe/Paris	47.4	-2.96667		Enez Houad,Houat		53	56	561	56086
3013127	Hottviller	hottviller	FR	57720	668	Europe/Paris	49.07735	7.36091		Hottviller		44	57	576	57338
3013128	Hottot-les-Bagues	hottot-les-bagues	FR	14250	488	Europe/Paris	49.15238	-0.64824		Hottot,Hottot-les-Bagues,Otto-le-Bag,ao tuo lai ba gai,Отто-ле-Баг,奥托莱巴盖		28	14	141	14336
3013129	Hotot-en-Auge	hotot-en-auge	FR	14430	294	Europe/Paris	49.16676	-0.0531		Hotot,Hotot-en-Auge		28	14	143	14335
3013130	Hotonnes	hotonnes	FR	01260	309	Europe/Paris	45.99813	5.69137		Hoton,Hotonnes,Ostonna,Oton,Otonn,ao tuo en,hwtwn,Отон,Отонн,Հոտոն,هوتون,奥托恩		84	01	011	01187
3013132	Hostun	hostun	FR	26730	815	Europe/Paris	45.03333	5.2		Hostun,Osten,Ostun,ao si tan,Остен,奥斯坦		84	26	263	26149
3013133	Hostiaz	hostiaz	FR	01110	67	Europe/Paris	45.9	5.53333		Hostias		84	01	011	01185
3013134	Hostens	hostens	FR	33125	809	Europe/Paris	44.49273	-0.63963		Hostens,Ostan,Ostens,ao si tang,Остан,奥斯唐		75	33	333	33202
3013135	Hoste	hoste	FR	57510	0	Europe/Paris	49.06667	6.88333		Host Haut		44	57	573	57337
3013137	Hosta	hosta	FR	64120	87	Europe/Paris	43.15861	-1.08798		Hosta,Hozta		75	64	641	64265
3013144	Horville-en-Ornois	horville-en-ornois	FR	55130	51	Europe/Paris	48.49067	5.46703		Horville,Horville-en-Ornois		44	55	552	55247
3013146	Haute-Amance	haute-amance	FR	52600	994	Europe/Paris	47.83333	5.55		Hortes		44	52	522	52242
3013148	Horsarrieu	horsarrieu	FR	40700	694	Europe/Paris	43.68321	-0.59747		Horcs Arriu,Horcsarriu,Horsarrieu,Orsarrie,ao er sa er li e,Орсаррие,Орсарріє,奥尔萨尔里厄		75	40	402	40128
3013151	Hornoy-le-Bourg	hornoy-le-bourg	FR	80640	1489	Europe/Paris	49.85	1.9		Hornoe-l'Bourq,Hornoè-l’Bourq,Ornua-le-Bur,ao er nu wa bao,Орнуа-ле-Бур,奥尔努瓦堡		32	80	802	80443
3013152	Hornaing	hornaing	FR	59171	2998	Europe/Paris	50.36835	3.33707		Hornaing,Ornen,ao er nan,Орнен,奥尔南		32	59	593	59314
3013153	Horgues	horgues	FR	65310	1040	Europe/Paris	43.18842	0.08808		Horgues		76	65	653	65223
3013154	Hordain	hordain	FR	59111	1214	Europe/Paris	50.26306	3.31358		Hordain,Orden,ao er dan,Орден,奥尔丹		32	59	596	59313
3013155	Horbourg-Wihr	horbourg-wihr	FR	68180	5358	Europe/Paris	48.08106	7.3938				44	68	682	68145
3013166	Hontanx	hontanx	FR	40190	577	Europe/Paris	43.82497	-0.27347		Hontanx		75	40	402	40127
3013167	Honskirch	honskirch	FR	57670	198	Europe/Paris	48.94088	6.95692		Honskirch,Honskirich,Hunkirch,Hunskirich		44	57	575	57335
3013168	Honnecourt-sur-Escaut	honnecourt-sur-escaut	FR	59266	753	Europe/Paris	50.03333	3.2	79	Honnecourt,Honnecourt-sur-l'Escaut,Onnekur-sjur-Esko,ai si ke he pan ao ne ku er,Оннекур-сюр-Еско,埃斯科河畔奥讷库尔		32	59	592	59312
3013169	Honnechy	honnechy	FR	59980	511	Europe/Paris	50.0694	3.47121		Honnechy		32	59	592	59311
3013170	Hon-Hergies	hon-hergies	FR	59570	808	Europe/Paris	50.32661	3.81809				32	59	591	59310
3013171	Honguemare-Guenouville	honguemare-guenouville	FR	27310	650	Europe/Paris	49.37039	0.81115		Honguemare-Guenouville		28	27	272	27340
3013173	Honfleur	honfleur	FR	14600	8148	Europe/Paris	49.41985	0.23294		Anfljor,Honfleur,Honnefluctus,Onfler,Onfljor,awnflwr,onfururu,ongpeulloeleu,weng fu lei,Ονφλέρ,Анфлёр,Онфлер,Онфлёр,אונפלר,اونفلور,オンフルール,翁夫勒,옹플뢰르		28	14	143	14333
3013174	Hondschoote	hondschoote	FR	59122	3742	Europe/Paris	50.978	2.58372		Hondschoote,Hondschote,Ondshoot,Ondskot,Oundschote,weng si ke te,Ондскот,Ондшоот,翁斯科特		32	59	594	59309
3013175	Hondouville	hondouville	FR	27400	758	Europe/Paris	49.13814	1.11993		Hondouville		28	27	272	27339
3013176	Hondevilliers	hondevilliers	FR	77510	238	Europe/Paris	48.89988	3.31036		Hondevilliers		11	77	773	77228
3013177	Hondeghem	hondeghem	FR	59190	976	Europe/Paris	50.75646	2.52085		Hondegem,Hondeghem,Ondegem,Oundegem,weng de gai mu,Ондегем,翁德盖姆		32	59	594	59308
3013178	Hondainville	hondainville	FR	60250	649	Europe/Paris	49.34065	2.30204		Hondainville,Houdainville,Ondenvil',weng dan wei er,Онденвіль,翁丹维尔		32	60	602	60317
3013180	Homps	homps	FR	11200	88	Europe/Paris	43.81076	0.85713		Homps		76	32	322	32154
3013181	Homps	homps	FR	11200	640	Europe/Paris	43.26773	2.7205		Homps		76	11	113	11172
3013184	Hommes	hommes	FR	37340	730	Europe/Paris	47.42572	0.29614		Hommes		24	37	371	37117
3013185	Hommert	hommert	FR	57870	336	Europe/Paris	48.67731	7.17799		Hommert		44	57	575	57334
3013193	Hommarting	hommarting	FR	57405	739	Europe/Paris	48.73873	7.14415		Hommarting		44	57	575	57333
3013195	Homécourt	homecourt	FR	54310	6971	Europe/Paris	49.22071	5.99242		Homecourt,Homécourt,Omekur,ao mei ku er,Омекур,奥梅库尔		44	54	541	54263
3013196	Hombourg-Haut	hombourg-haut	FR	57470	9702	Europe/Paris	49.12819	6.77066		Hombourg-Haut,Hombourg-l'Eveque,Hombourg-l'Évéque,Hombourg-le-Haut,Oberhomburg,Ombur-O,Ombur-Ot,weng bu er ao,Омбур-О,Омбур-От,翁布尔奥		44	57	573	57332
3013197	Hombourg	hombourg	FR	57920	513	Europe/Paris	49.297	6.34268		Hombourg,Hombourg-Budange,Hombourg-sur Canner		44	57	577	57331
3013199	Hombourg	hombourg	FR	57920	895	Europe/Paris	47.7593	7.50691		Hombourg		44	68	684	68144
3013200	Homblières	homblieres	FR	02720	1493	Europe/Paris	49.85031	3.36456		Homblieres,Homblières		32	02	023	02383
3013201	Hombleux	hombleux	FR	80400	1043	Europe/Paris	49.73942	2.98574		Hombleux		32	80	804	80442
3013204	Holving	holving	FR	57510	1109	Europe/Paris	49.01162	6.96556		Holving,Holvingen		44	57	576	57330
3013205	Holtzwihr	holtzwihr	FR	68320	1129	Europe/Paris	48.11288	7.4208		Holtzwihr,Holzweier,Khol'cvir,Ol'cvir,ao er te ci wei,Ольцвир,Ольцвір,Хольцвир,奥尔特兹维		44	68	682	68143
3013206	Holtzheim	holtzheim	FR	67810	2900	Europe/Paris	48.5582	7.64434		Holtzheim		44	67	678	67212
3013207	Holque	holque	FR	59143	914	Europe/Paris	50.8545	2.20349		Holque		32	59	594	59307
3013208	Holnon	holnon	FR	02760	1348	Europe/Paris	49.86086	3.21509		Holnon		32	02	023	02382
3013209	Holling	holling	FR	57220	317	Europe/Paris	49.26131	6.49492		Holling		44	57	573	57329
3013212	Holacourt	holacourt	FR	57380	47	Europe/Paris	48.97183	6.51349		Holacourt		44	57	573	57328
3013216	Hohrod	hohrod	FR	68140	337	Europe/Paris	48.05414	7.12474		Hohrod		44	68	682	68142
3013218	Hohfrankenheim	hohfrankenheim	FR	67270	286	Europe/Paris	48.72959	7.57756				44	67	674	67209
3013219	Hohengœft	hoheng-ft	FR	67310	506	Europe/Paris	48.66138	7.47362		Hohengoeft		44	67	673	67208
3013220	Hohatzenheim	hohatzenheim	FR	67170	243	Europe/Paris	48.71531	7.61529		Hohatzenheim		44	67	674	67539
3013221	Hoffen	hoffen	FR	67250	0	Europe/Paris	48.92893	7.94157				44	67	672	67206
3013223	Hoéville	hoeville	FR	54370	166	Europe/Paris	48.70703	6.43577		Hoeville,Hoéville		44	54	542	54262
3013225	Hœrdt	h-rdt	FR	67720	4347	Europe/Paris	48.69763	7.78286		Erdt,Herdt,Hoerdt,Hördt,Hœrdt,hwrdt,Ердт,هوردت		44	67	672	67205
3013226	Hœnheim	h-nheim	FR	67800	10921	Europe/Paris	48.62224	7.75549				44	67	678	67204
3013232	Hodent	hodent	FR	95420	285	Europe/Paris	49.14497	1.76739		Hodent,Odan,ao dang,Одан,奥当		11	95	953	95309
3013233	Hodeng-Hodenger	hodeng-hodenger	FR	76780	0	Europe/Paris	49.52806	1.56942		Hodeng,Hodeng-Hodenger		28	76	761	76364
3013234	Hodeng-au-Bosc	hodeng-au-bosc	FR	76340	0	Europe/Paris	49.86263	1.7086		Hodeng,Hodeng-au-Bosc		28	76	761	76363
3013236	Hodenc-l'Evêque	hodenc-l-eveque	FR	60430	0	Europe/Paris	49.33922	2.14886		Hodenc,Hodenc-les-Vignes		32	60	601	60316
3013237	Hodenc-en-Bray	hodenc-en-bray	FR	60650	443	Europe/Paris	49.46692	1.89832		Hodenc,Hodenc-en-Bray		32	60	601	60315
3013240	Hocquinghen	hocquinghen	FR	62850	102	Europe/Paris	50.76818	1.93761		Hocquinghen		32	62	626	62455
3013242	Hocquigny	hocquigny	FR	50320	146	Europe/Paris	48.81472	-1.40728		Hocquigny		28	50	501	50247
3013247	Hochstett	hochstett	FR	67170	255	Europe/Paris	48.77849	7.67696		Hochstett		44	67	672	67203
3013248	Hochstatt	hochstatt	FR	68720	1973	Europe/Paris	47.70389	7.2765		Hochstatt		44	68	681	68141
3013249	Hochfelden	hochfelden	FR	67270	3120	Europe/Paris	48.75738	7.56769				44	67	674	67202
3013252	Hitte	hitte	FR	65190	132	Europe/Paris	43.14973	0.16497		Hitte		76	65	653	65222
3013254	His	his	FR	31260	199	Europe/Paris	43.066	0.96633		His		76	31	312	31237
3013255	Hirtzfelden	hirtzfelden	FR	68740	1030	Europe/Paris	47.91131	7.4461		Hirtzfelden,Hirzfelden		44	68	682	68140
3013257	Hirtzbach	hirtzbach	FR	68118	1239	Europe/Paris	47.59839	7.22222		Hirtzbach		44	68	681	68139
3013258	Hirson	hirson	FR	02500	11133	Europe/Paris	49.92262	4.08259		Hirson,Irson,Urchon,yi er song,Ірсон,Ирсон,伊尔松		32	02	025	02381
3013337	Heudreville-en-Lieuvin	heudreville-en-lieuvin	FR	27230	110	Europe/Paris	49.19512	0.50489		Heudreville,Heudreville-en-Lieuvin		28	27	272	27334
3013259	Hirsingue	hirsingue	FR	68560	2156	Europe/Paris	47.58768	7.25299		Hirsingen,Hirsingue,Irseng,yi er sang ge,Ірсенг,Ирсенг,伊尔桑格		44	68	681	68138
3013260	Hirschland	hirschland	FR	67320	330	Europe/Paris	48.83752	7.11254		Hirschland		44	67	674	67201
3013263	Hirel	hirel	FR	35120	1288	Europe/Paris	48.60578	-1.80184		Hirel,Irel',Ірель,Ирель		53	35	354	35132
3013267	Hipsheim	hipsheim	FR	67150	769	Europe/Paris	48.4668	7.67614				44	67	675	67200
3013268	Hinx	hinx	FR	40180	1204	Europe/Paris	43.70184	-0.92679		Hinx		75	40	401	40126
3013269	Hinsingen	hinsingen	FR	67260	87	Europe/Paris	48.95328	6.99348		Hinsingen		44	67	674	67199
3013270	Hinsbourg	hinsbourg	FR	67290	112	Europe/Paris	48.90614	7.29063				44	67	674	67198
3013273	Hinges	hinges	FR	62232	2209	Europe/Paris	50.56674	2.6216		Hinges		32	62	622	62454
3013274	Hindlingen	hindlingen	FR	68580	450	Europe/Paris	47.57202	7.13753		Hindlingen		44	68	681	68137
3013275	Hindisheim	hindisheim	FR	67150	1441	Europe/Paris	48.46837	7.63859		Endisajm,Hindisheim,Hindse,Híndse,an di sang,hyndyshaym,hyndyshym,Ендисайм,Ендісайм,هينديشيم,هیندیسهایم,安迪桑		44	67	675	67197
3013276	Hinckange	hinckange	FR	57220	293	Europe/Paris	49.18996	6.44564		Hinckange		44	57	573	57326
3013277	Hinacourt	hinacourt	FR	02440	42	Europe/Paris	49.74501	3.29488		Hinacourt		32	02	023	02380
3013281	Hilsprich	hilsprich	FR	57510	855	Europe/Paris	49.01383	6.9151		Hilsprich		44	57	576	57325
3013343	Heucourt-Croquoison	heucourt-croquoison	FR	80270	102	Europe/Paris	49.93064	1.88252		Heucourt,Heucourt-Croquoison		32	80	802	80437
3013282	Hilsenheim	hilsenheim	FR	67600	2244	Europe/Paris	48.28761	7.56348		Hilse,Hilsenheim,Hílse,Il'senajm,hylsynhym,hylznhaym,yi er se nan,Ільсенайм,Ильсенайм,هيلسينهيم,هیلزنهایم,伊尔瑟南		44	67	675	67196
3013283	Hillion	hillion	FR	22120	3943	Europe/Paris	48.51405	-2.66825		Hilion,Hillion		53	22	224	22081
3013285	Hilbesheim	hilbesheim	FR	57400	529	Europe/Paris	48.77667	7.0982		Hilbesheim		44	57	575	57324
3013287	Hiis	hiis	FR	65200	222	Europe/Paris	43.13678	0.10407		Hiis		76	65	652	65221
3013288	Higuères-Souye	higueres-souye	FR	64160	274	Europe/Paris	43.37845	-0.26009		Higuera e Soja,Higuera-Soja,Higueres,Higueres-Souye,Higuèra e Soja,Higuèra-Soja,Higuères,Higuères-Souye,Iger-Sui,Iger-Suj,yi gai lei su yi ai,Ігер-Суї,Игер-Суи,Игер-Суй,伊盖雷苏伊埃		75	64	643	64262
3013289	Hiéville	hieville	FR	14170	268	Europe/Paris	49.02288	-0.01772		Hieville,Hiéville		28	14	143	14654
3013290	Hiesville	hiesville	FR	50480	63	Europe/Paris	49.37015	-1.26426		Hiesville		28	50	502	50246
3013291	Hiesse	hiesse	FR	16490	250	Europe/Paris	46.05571	0.59116		Ess,Hiesse,Iessa,Jes,ye si,Єсс,Йес,耶斯		75	16	163	16164
3013294	Hiersac	hiersac	FR	16290	1037	Europe/Paris	45.66852	0.00415		Ersak,Hiersac,Jersak,ye er sa ke,Єрсак,Йерсак,耶尔萨克		75	16	162	16163
3013295	Hiermont	hiermont	FR	80370	172	Europe/Paris	50.19511	2.0771		Hiermont		32	80	802	80440
3013296	Hierges	hierges	FR	08320	198	Europe/Paris	50.10506	4.74043		Hierges		44	08	081	08226
3013297	Hières-sur-Amby	hieres-sur-amby	FR	38118	1082	Europe/Paris	45.79654	5.29333		Hieres,Hieres-sur-Amby,Hières,Hières-sur-Amby,Ier-sjur-Ambi,ang bi he pan ai,Ієр-сюр-Амбі,Иер-сюр-Амби,昂比河畔埃		84	38	382	38190
3013302	Hibarette	hibarette	FR	65380	193	Europe/Paris	43.16471	0.03494		Hibarette		76	65	653	65220
3013303	Hézecques	hezecques	FR	62310	103	Europe/Paris	50.53333	2.18333		Ezek,ai ze ke,hyzyskyws,Езек,هيزيسكيوس,埃泽克		32	62	624	62453
3013305	Heyrieux	heyrieux	FR	38540	4475	Europe/Paris	45.63186	5.06284		Heyrieux		84	38	383	38189
3013307	Hévilliers	hevilliers	FR	55290	143	Europe/Paris	48.60161	5.33191		Hevilliers,Hévilliers		44	55	551	55246
3013310	Heuzecourt	heuzecourt	FR	80370	136	Europe/Paris	50.17428	2.16667		Heuzecourt		32	80	802	80439
3013314	Heussé	heusse	FR	50640	272	Europe/Paris	48.5067	-0.90044		Heusse,Heussé		28	50	501	50591
3013315	Heutrégiville	heutregiville	FR	51110	393	Europe/Paris	49.31667	4.26667		Etrezhivil,Etrezhivil',Hidericiaca Villa,e te lei ji wei er,Етреживил,Етреживіль,厄特雷吉维尔		44	51	513	51293
3013316	Heurtevent	heurtevent	FR	14140	0	Europe/Paris	49.9303	1.59675				28	76	761	76101
3013317	Heurtevent	heurtevent	FR	14140	0	Europe/Paris	49.67842	1.37158				28	76	761	76415
3013318	Heurtevent	heurtevent	FR	14140	171	Europe/Paris	48.98506	0.13986				28	14	143	14371
3013320	Heurteauville	heurteauville	FR	76940	311	Europe/Paris	49.44299	0.81143		Heurteauville		28	76	763	76362
3013321	Heuringhem	heuringhem	FR	62575	1327	Europe/Paris	50.69638	2.28333		Erengem,Heuringhem,e lan gai mu,hywrynhym,Еренгем,هيورينهيم,厄兰盖姆		32	62	625	62452
3013323	Heuqueville	heuqueville	FR	27700	599	Europe/Paris	49.61616	0.14555		Heuqueville		28	76	762	76361
3013324	Heuqueville	heuqueville	FR	27700	385	Europe/Paris	49.28657	1.33944		Heuqueville		28	27	271	27337
3013326	Heume-l'Église	heume-l-eglise	FR	63210	122	Europe/Paris	45.7198	2.73337		Heume,Heume-l'Eglise,Heume-l'Église		84	63	633	63176
3013327	Heuland	heuland	FR	14430	73	Europe/Paris	49.27799	-0.00251		Heuland		28	14	143	14329
3013328	Heuilley-sur-Saône	heuilley-sur-saone	FR	21270	306	Europe/Paris	47.32892	5.45355		Ee-sjur-Son,Ehje-sjur-Son,Heuilley,Heuilley-sur-Saone,Heuilley-sur-Saône,suo en he pan e yi lai,Ее-сюр-Сон,Еє-сюр-Сон,Эйе-сюр-Сон,索恩河畔厄伊莱		27	21	212	21316
3013329	Heuilley-le-Grand	heuilley-le-grand	FR	52600	191	Europe/Paris	47.75366	5.39201		Heuilley-le-Grand		44	52	522	52240
3013330	Heuilley-Cotton	heuilley-cotton	FR	52600	265	Europe/Paris	47.77316	5.36431		Ee-Kotton,Heuilley-Cotton,e yi lai ke tong,Еє-Коттон,厄伊莱科通		44	52	522	52529
3013331	Heugueville-sur-Sienne	heugueville-sur-sienne	FR	50200	502	Europe/Paris	49.04198	-1.52255		Heugueville,Heugueville-sur-Sienne		28	50	503	50243
3013332	Heugon	heugon	FR	61470	184	Europe/Paris	48.85566	0.39712		Heugon		28	61	613	61167
3013333	Heugleville-sur-Scie	heugleville-sur-scie	FR	76720	513	Europe/Paris	49.73262	1.08917		Heugleville,Heugleville-sur-Scie		28	76	761	76360
3013334	Heugas	heugas	FR	40180	1236	Europe/Paris	43.64201	-1.08004		Heugas		75	40	401	40125
3013336	Heudreville-sur-Eure	heudreville-sur-eure	FR	27400	1040	Europe/Paris	49.14089	1.18813		Heudreville,Heudreville-sur-Eure		28	27	271	27335
3013338	Heudicourt-sous-les-Côtes	heudicourt-sous-les-cotes	FR	55210	227	Europe/Paris	48.93238	5.69718		Heudicourt,Heudicourt-sous-les-Cotes,Heudicourt-sous-les-Côtes,Trougnon		44	55	552	55245
3013339	Heudicourt	heudicourt	FR	27860	522	Europe/Paris	50.02196	3.08064		Heudicourt		32	80	804	80438
3013340	Heudicourt	heudicourt	FR	27860	563	Europe/Paris	49.33702	1.65921		Heudicourt		28	27	271	27333
3013342	Heudebouville	heudebouville	FR	27400	743	Europe/Paris	49.19461	1.24005		Heudebouville		28	27	271	27332
3013462	Hérépian	herepian	FR	34600	1550	Europe/Paris	43.5936	3.11439		Herepian,Hérépian		76	34	341	34119
3013344	Heuchin	heuchin	FR	62134	535	Europe/Paris	50.4755	2.26956		Ehshen,Eshen,Heuchin,e shang,hywtshyn,Ешен,Эшен,هيوتشين,厄尚		32	62	621	62451
3013345	Heubécourt-Haricourt	heubecourt-haricourt	FR	27630	0	Europe/Paris	49.13333	1.56667				28	27	271	27331
3013349	Hettenschlag	hettenschlag	FR	68600	300	Europe/Paris	48.00485	7.45585				44	68	682	68136
3013350	Hettange-Grande	hettange-grande	FR	57330	6922	Europe/Paris	49.4065	6.15233		Ettanzh-Grand,Grosshettingen,Grouss-Hetteng,Großhettingen,Hettange-Grande,Hettange-la-Grande,ai tang ge ge lang de,Еттанж-Гранд,埃唐格格朗德		44	57	577	57323
3013351	Hétomesnil	hetomesnil	FR	60360	217	Europe/Paris	49.6259	2.03333		Etomenij,Hetomesnil,Hétomesnil,ai tuo mei si ni,Етоменій,埃托梅斯尼		32	60	601	60314
3013352	Hestrus	hestrus	FR	62550	244	Europe/Paris	50.44824	2.33054		Estrju,Hestrus,ai si te lu,hystrws,Естрю,هيستروس,埃斯特吕		32	62	621	62450
3013353	Hestrud	hestrud	FR	59740	0	Europe/Paris	50.19932	4.15197		Hestrud		32	59	591	59306
3013354	Hestroff	hestroff	FR	57320	423	Europe/Paris	49.26198	6.43483		Hestroff		44	57	573	57322
3013355	Hessenheim	hessenheim	FR	67390	520	Europe/Paris	48.20992	7.55104				44	67	675	67195
3013358	Hesse	hesse	FR	57400	625	Europe/Paris	48.69338	7.04825		Hesse		44	57	575	57321
3013360	Hesmond	hesmond	FR	62990	163	Europe/Paris	50.45507	1.94731		Emon,Hesmond,ai si meng,hysmwnd,Емон,هيسموند,埃斯蒙		32	62	624	62449
3013361	Hésingue	hesingue	FR	68220	2342	Europe/Paris	47.57818	7.51911		Hesingen,Hesingue,Hésingue		44	68	684	68135
3013363	Hesdin-l'Abbé	hesdin-l-abbe	FR	62360	0	Europe/Paris	50.66636	1.68085		Hesdin,Hesdin-au-Bois,Hesdin-l'Abbe,Hesdin-l'Abbé		32	62	623	62448
3013365	Hesdin	hesdin	FR	62140	2790	Europe/Paris	50.37349	2.0382		Eden,Ehden,Hesdin,Hesdinum,ai dan,hysdyn,Еден,Эден,هيسدين,埃丹		32	62	624	62447
3013366	Hesdigneul-lès-Boulogne	hesdigneul-les-boulogne	FR	62360	649	Europe/Paris	50.66107	1.6616		Esdin'el'-le-Bulon',Hedignu-les-Boulonne,Hesdigneul,Hesdigneul-les-Boulogne,Hesdigneul-lez Boulogne,Hesdigneul-lès-Boulogne,Hédignu-lès-Boulonne,ai di ni e lei lai bu luo nie,hysdyjnywl lyh bwlwjn,Есдиньель-ле-Булонь,Есдіньєль-ле-Булонь,هيسديجنيول ليه بولوجن,埃迪尼厄勒莱布洛涅		32	62	623	62446
3013367	Hesdigneul-lès-Béthune	hesdigneul-les-bethune	FR	62196	785	Europe/Paris	50.50168	2.5895		Hesdigneul,Hesdigneul-les-Bethune,Hesdigneul-lez Bethune,Hesdigneul-lez Béthune,Hesdigneul-lès-Béthune		32	62	622	62445
3013368	Hescamps	hescamps	FR	80290	442	Europe/Paris	49.73333	1.88333		Hescamps-Saint-Clair		32	80	802	80436
3013369	Hesbécourt	hesbecourt	FR	80240	65	Europe/Paris	49.94409	3.13173		Hesbecourt,Hesbécourt		32	80	804	80435
3013370	Herzeele	herzeele	FR	59470	1328	Europe/Paris	50.88584	2.5351		Herzeele		32	59	594	59305
3013372	Héry-sur-Alby	hery-sur-alby	FR	74540	840	Europe/Paris	45.79693	6.01136		Hery-sur-Alby,Héry-sur-Alby		84	74	741	74142
3013373	Héry	hery	FR	58800	1813	Europe/Paris	47.90146	3.62868		Hery,Héry		27	89	891	89201
3013374	Héry	hery	FR	58800	67	Europe/Paris	47.2625	3.58083		Hery,Héry		27	58	582	58133
3013375	Hervilly	hervilly	FR	80240	207	Europe/Paris	49.93503	3.11778		Hervilly		32	80	804	80434
3013377	Hervelinghen	hervelinghen	FR	62179	246	Europe/Paris	50.88126	1.71429		Ervelengan,Hervelinghen,ai er wei lan gang,hyrfylynhyn,Ервеленган,هيرفيلينهين,埃尔韦兰冈		32	62	623	62444
3013379	Hertzing	hertzing	FR	57830	0	Europe/Paris	48.688	6.95207		Hertzing		44	57	575	57320
3013380	Hersin-Coupigny	hersin-coupigny	FR	62530	6609	Europe/Paris	50.44796	2.6494		Hersin,Hersin-Coupigny		32	62	622	62443
3013381	Herserange	herserange	FR	54440	4438	Europe/Paris	49.52047	5.78994		Herserange		44	54	541	54261
3013385	Herry	herry	FR	18140	1026	Europe/Paris	47.21667	2.95385		Herry		24	18	181	18110
3013386	Herrlisheim-près-Colmar	herrlisheim-pres-colmar	FR	68420	1624	Europe/Paris	48.01835	7.32668		Ehrlisajm-pre-Kol'mar,Errlisajm-pre-Kol'mar,Herrlisheim,ai er li sang pu lei ke er ma,Еррлисайм-пре-Кольмар,Еррлісайм-пре-Кольмар,Эрлисайм-пре-Кольмар,埃尔利桑普雷科尔马		44	68	682	68134
3013387	Herrlisheim	herrlisheim	FR	67850	4428	Europe/Paris	48.73049	7.90535		Herrlisheim-pres-Colmar,Herrlisheim-près-Colmar		44	67	672	67194
3013388	Herrin	herrin	FR	59147	382	Europe/Paris	50.54632	2.96566		Herrin		32	59	595	59304
3013389	Herrère	herrere	FR	64680	394	Europe/Paris	43.16868	-0.53948		Ehrrer,Errer,Herrera,Herrere,Herrèra,Herrère,ai lei er,Еррер,Эррер,埃雷尔		75	64	642	64261
3013391	Hèrre	herre	FR	40310	0	Europe/Paris	50.304	1.64448		Here,Herre,Hère,Hèrre		32	80	801	80688
3013392	Herré	herre	FR	40310	155	Europe/Paris	44.00759	-0.02481		Herre,Herré		75	40	402	40124
3013393	Herran	herran	FR	31160	90	Europe/Paris	42.97264	0.91425		Herran		76	31	312	31236
3013394	Herqueville	herqueville	FR	27430	154	Europe/Paris	49.66881	-1.87872		Herqueville		28	50	502	50041
3013395	Herqueville	herqueville	FR	27430	161	Europe/Paris	49.24533	1.26355		Herqueville		28	27	271	27330
3013396	Herpy-l'Arlésienne	herpy-l-arlesienne	FR	08360	0	Europe/Paris	49.5226	4.20841		Herpy,Herpy-l'Arlesienne,Herpy-l'Arlésienne		44	08	082	08225
3013397	Herpont	herpont	FR	51460	130	Europe/Paris	48.99762	4.73111		Herpont		44	51	511	51292
3013401	Herpelmont	herpelmont	FR	88600	220	Europe/Paris	48.16989	6.73896		Herpelmont		44	88	883	88240
3013402	Hérouvillette	herouvillette	FR	14850	1168	Europe/Paris	49.2213	-0.24348		Herouvillette,Hérouvillette		28	14	143	14328
3013463	Hérenguerville	herenguerville	FR	50660	131	Europe/Paris	48.97656	-1.50169		Herenguerville,Hérenguerville		28	50	503	50419
3013477	Herblay	herblay	FR	95220	25153	Europe/Paris	48.98994	2.1699		Ehrble,Erble,Herblay,ai er bu lai,arblh,eleubeulle,erubure,Ербле,Эрбле,اربله,エルブレ,埃尔布莱,에르블레		11	95	951	95306
3013403	Hérouville-Saint-Clair	herouville-saint-clair	FR	14200	24258	Europe/Paris	49.21088	-0.30653		Ehruvil'-Sen-Kler,Eruvil Sen Kler,Eruvil'-Sen-Kler,Herouville,Herouville Saint-Clair,Herouville-Saint-Clair,Hérouville,Hérouville Saint-Clair,Hérouville-Saint-Clair,ai lu wei er sheng ke lai,arwwy sn klr,arwwyl-sn-klr,elubilsaengkeulleleu,eruvu~iru=san=kureru,Ерувил Сен Клер,Ерувиль-Сен-Клер,Ерувіль-Сен-Клер,Эрувиль-Сен-Клер,ارووی سن کلر,اروویل-سن-کلر,エルヴィル＝サン＝クレール,埃鲁维尔圣克莱,에루빌생클레르		28	14	142	14327
3013404	Hérouville	herouville	FR	95300	553	Europe/Paris	49.10132	2.13237		Ehruvil',Eruvil',Herouville,Hérouville,ai lu wei er,Ерувиль,Ерувіль,Эрувиль,埃鲁维尔		11	95	953	95308
3013406	Héronchelles	heronchelles	FR	76750	101	Europe/Paris	49.52974	1.38489		Heronchelle,Heronchelles,Héronchelle,Héronchelles		28	76	763	76359
3013407	Herny	herny	FR	57580	402	Europe/Paris	48.99924	6.48093		Herny		44	57	573	57319
3013408	Hernicourt	hernicourt	FR	62130	434	Europe/Paris	50.408	2.30566		Hernicourt		32	62	621	62442
3013410	Hermonville	hermonville	FR	51220	1250	Europe/Paris	49.33655	3.91011		Ermonvil',Hermonville,ai er meng wei er,Ермонвіль,埃尔蒙维尔		44	51	513	51291
3013411	Hermival-les-Vaux	hermival-les-vaux	FR	14100	800	Europe/Paris	49.16858	0.28142		Hermival,Hermival-les-Vaux		28	14	143	14326
3013414	Hermin	hermin	FR	62150	204	Europe/Paris	50.41825	2.55912		Ermen,Hermin,ai er man,hyrmyn,Ермен,هيرمين,埃尔曼		32	62	622	62441
3013415	Hermillon	hermillon	FR	73300	566	Europe/Paris	45.29775	6.36147		Hermillon		84	73	733	73135
3013416	Hermies	hermies	FR	62147	1159	Europe/Paris	50.11126	3.04202		Hermies		32	62	621	62440
3013418	Herméville-en-Woëvre	hermeville-en-woevre	FR	55400	233	Europe/Paris	49.17833	5.59233		Hermeville,Hermeville-en-Woevre,Herméville,Herméville-en-Woëvre		44	55	553	55244
3013420	Hermeville	hermeville	FR	76280	364	Europe/Paris	49.59758	0.26457		Hermeville		28	76	762	76357
3013424	Hermes	hermes	FR	60370	2407	Europe/Paris	49.36032	2.24461		Hermes		32	60	601	60313
3013426	Hermeray	hermeray	FR	78125	0	Europe/Paris	48.74974	1.6521				11	78	781	78096
3013427	Hermeray	hermeray	FR	78125	0	Europe/Paris	48.63759	1.67562		Hermeray		11	78	782	78307
3013428	Herment	herment	FR	63470	0	Europe/Paris	45.75371	2.56846		Erman,Erment,Herment,ai er mang,Ерман,埃尔芒		84	63	634	63175
3013429	Hermelinghen	hermelinghen	FR	62132	295	Europe/Paris	50.80138	1.85924		Ermelengan,Hermelinghen,ai er mo lan gang,hyrmylynhyn,Ермеленган,هيرميلينهين,埃尔默兰冈		32	62	626	62439
3013430	Hermelange	hermelange	FR	57790	212	Europe/Paris	48.67948	7.01732		Hermelange		44	57	575	57318
3013431	Hermé	herme	FR	77114	586	Europe/Paris	48.4844	3.34629		Herme,Hermé		11	77	773	77227
3013432	Hermaville	hermaville	FR	62690	472	Europe/Paris	50.32274	2.58627		Ermavil',Hermaville,ai er ma wei er,hyrmafyl,Ермавиль,Ермавіль,هيرمافيل,埃尔马维尔		32	62	621	62438
3013433	Hermanville-sur-Mer	hermanville-sur-mer	FR	14880	2785	Europe/Paris	49.28464	-0.31544		Ehrmanvil'-sjur-Mer,Ermanvil'-sjur-Mer,Hermanville,Hermanville-sur-Mer,bin hai ai er mang wei er,Ерманвиль-сюр-Мер,Ерманвіль-сюр-Мер,Эрманвиль-сюр-Мер,滨海埃尔芒维尔		28	14	142	14325
3013434	Hermanville	hermanville	FR	76730	115	Europe/Paris	49.82009	0.98859		Hermanville		28	76	761	76356
3013437	Herm	herm	FR	40990	853	Europe/Paris	43.80741	-1.14452		Herm		75	40	401	40123
3013438	Herly	herly	FR	62650	329	Europe/Paris	50.54803	1.9853		Herly		32	62	624	62437
3013439	Herly	herly	FR	62650	48	Europe/Paris	49.75698	2.87432		Herly		32	80	803	80433
3013440	Herlin-le-Sec	herlin-le-sec	FR	62130	156	Europe/Paris	50.35526	2.32966		Herlin,Herlin-le-Sec		32	62	621	62436
3013441	Herlincourt	herlincourt	FR	62130	115	Europe/Paris	50.3456	2.30061		Erlenkur,Herlincourt,ai lan ku er,hyrlynkwrt,Ерленкур,هيرلينكورت,埃兰库尔		32	62	621	62435
3013442	Herlies	herlies	FR	59134	2052	Europe/Paris	50.57753	2.85285		Herlies		32	59	595	59303
3013443	Herleville	herleville	FR	80340	102	Europe/Paris	49.86465	2.75342		Herleville		32	80	804	80432
3013445	Hérisson	herisson	FR	03190	722	Europe/Paris	46.50862	2.71137		Herisson,Hérisson		84	03	031	03127
3013446	Hérissart	herissart	FR	80260	503	Europe/Paris	50.02685	2.41621		Erissar,Herissart,Hérissart,ai li sa er,Ериссар,埃里萨尔		32	80	804	80431
3013447	Hérin	herin	FR	59195	4025	Europe/Paris	50.35557	3.45309		Eren,Herin,Hérin,ai lan,Ерен,埃兰		32	59	596	59302
3013448	Hérimoncourt	herimoncourt	FR	25310	4099	Europe/Paris	47.44284	6.88242		Herimoncourt,Hérimoncourt		27	25	252	25304
3013450	Hériménil	herimenil	FR	54300	835	Europe/Paris	48.5681	6.49603		Herimenil,Hériménil		44	54	542	54260
3013452	Héricy	hericy	FR	77850	2842	Europe/Paris	48.44848	2.76445		Erisi,Hericy,Hericy-sur Seine,Héricy,Héricy-sur Seine,Ериси,Ерисі		11	77	774	77226
3013453	Héricourt-sur-Thérain	hericourt-sur-therain	FR	60380	115	Europe/Paris	49.58106	1.7596		Erikur-sjur-Teren,Hericourt,Hericourt-sur-Therain,Héricourt-sur-Thérain,tai lan he pan ai li ku er,Ерикур-сюр-Терен,泰兰河畔埃里库尔		32	60	601	60312
3013454	Héricourt-en-Caux	hericourt-en-caux	FR	76560	885	Europe/Paris	49.69536	0.69662		Hericourt,Hericourt-en-Caux,Héricourt,Héricourt-en-Caux		28	76	763	76355
3013455	Héricourt	hericourt	FR	62130	100	Europe/Paris	50.34572	2.25489		Hericourt,Héricourt		32	62	621	62433
3013456	Héricourt	hericourt	FR	62130	10985	Europe/Paris	47.57305	6.76139		Hericourt,Héricourt		27	70	701	70285
3013457	Héric	heric	FR	44810	4286	Europe/Paris	47.41299	-1.65234		Erik,Heric,Hierig,Héric,Ерик		52	44	445	44073
3013458	Hergugney	hergugney	FR	88130	141	Europe/Paris	48.38742	6.20206		Hergugney		44	88	881	88239
3013459	Hergnies	hergnies	FR	59199	3930	Europe/Paris	50.47287	3.52612		Hergines,Hergnies		32	59	596	59301
3013461	Hères	heres	FR	65700	127	Europe/Paris	43.55347	-0.00032		Heres,Hères,Héres		76	65	653	65219
3013469	Herchies	herchies	FR	60112	624	Europe/Paris	49.48802	2.01008		Herchies		32	60	601	60310
3013470	Hercé	herce	FR	53120	355	Europe/Paris	48.4182	-0.85249		Erse,Herce,Hercé,ai er sai,Ерсе,埃尔塞		52	53	533	53115
3013473	Herbsheim	herbsheim	FR	67230	809	Europe/Paris	48.34945	7.63059		Herbsheim		44	67	675	67192
3013538	Hémonstoir	hemonstoir	FR	22600	663	Europe/Paris	48.15891	-2.83065		Hemonstoir,Henvoustoer,Hémonstoir		53	22	224	22075
3013478	Herbitzheim	herbitzheim	FR	67260	1949	Europe/Paris	49.01541	7.08188		Erbicajm,Herbitzheim,Herzum,ai er bi te zan,hrbytshaym,hyrbtzhym,Ербицайм,Ербіцайм,هربیتسهایم,هيربتزهيم,埃尔比特赞		44	67	674	67191
3013479	Herbisse	herbisse	FR	10700	185	Europe/Paris	48.62302	4.11498		Herbisse		44	10	103	10172
3013480	Herbinghen	herbinghen	FR	62850	356	Europe/Paris	50.77315	1.91005		Herbinghen		32	62	626	62432
3013484	Herbignac	herbignac	FR	44410	4724	Europe/Paris	47.44909	-2.31722		Erbigneg,Erbin'jak,Herbignac,ai er bi ni ya ke,erubinyakku,Ербіньяк,エルビニャック,埃尔比尼亚克		52	44	443	44072
3013486	Herbeys	herbeys	FR	38320	1239	Europe/Paris	45.14012	5.79289		Herbey,Herbeys		84	38	381	38188
3013487	Herbéviller	herbeviller	FR	54450	0	Europe/Paris	48.55729	6.75388		Herbeviller,Herbéviller,Herveviller		44	54	542	54259
3013488	Herbeville	herbeville	FR	78580	328	Europe/Paris	48.90635	1.88741		Erbevil',Erbvil,Herbeville,Ербвил,Ербевиль,Ербевіль		11	78	783	78305
3013489	Herbeuville	herbeuville	FR	55210	148	Europe/Paris	49.04657	5.63708		Herbeuville		44	55	553	55243
3013490	Herbeuval	herbeuval	FR	08370	79	Europe/Paris	49.6031	5.34		Ehrbjoval',Erbeval,Erbeval',Herbeuval,ai er bo wa lei,Ербевал,Ербеваль,Эрбёваль,埃尔伯瓦勒		44	08	083	08223
3013493	Herbelles	herbelles	FR	62129	468	Europe/Paris	50.65673	2.22298		Erbel,Erbel',Herbelles,ai er bei lei,hyrbylys,Ербел,Ербель,هيربيليس,埃尔贝勒		32	62	625	62471
3013494	Herbécourt	herbecourt	FR	80200	136	Europe/Paris	49.92071	2.84023		Herbecourt,Herbécourt		32	80	804	80430
3013496	Herbault	herbault	FR	41190	1175	Europe/Paris	47.60501	1.13934		Erbo,Herbault,ai er bo er,Ербо,埃尔博尔		24	41	411	41101
3013502	Hérange	herange	FR	57635	119	Europe/Paris	48.77515	7.17039		Herange,Hérange		44	57	575	57317
3013504	Henvic	henvic	FR	29670	1247	Europe/Paris	48.63244	-3.92727		Anvik,Envik,Henvic,Henvig,ang wei ke,Анвик,Анвік,Енвик,昂维克		53	29	293	29079
3013505	Hénu	henu	FR	62760	157	Europe/Paris	50.15427	2.5275		Enju,Henu,Hénu,ai ni,hynw,Еню,هينو,埃尼		32	62	621	62430
3013507	Henriville	henriville	FR	57450	741	Europe/Paris	49.09812	6.85556		Anrivil,Anrivil',Henriville,Herrchweiler,ang li wei er,anrywyl,Анривил,Анривиль,Анривіль,آنریویل,昂里维尔		44	57	573	57316
3013508	Henridorff	henridorff	FR	57820	547	Europe/Paris	48.73347	7.21094		Henridorf,Henridorff		44	57	575	57315
3013510	Henrichemont	henrichemont	FR	18250	1847	Europe/Paris	47.30333	2.52458		Anrishmon,Henrichement,Henrichemont,ang li shang weng,Анришмон,昂里尚翁		24	18	181	18109
3013512	Hénouville	henouville	FR	76840	1247	Europe/Paris	49.4789	0.96367		Enuvil',Henouville,Hénouville,Енувиль,Енувіль		28	76	763	76354
3013513	Hénonville	henonville	FR	60119	824	Europe/Paris	49.20731	2.05264		Enonvil',Henonville,Hénonville,ai nong wei er,Енонвіль,埃农维尔		32	60	601	60309
3013514	Hénon	henon	FR	22150	1794	Europe/Paris	48.38537	-2.68304		Henon,Hénon		53	22	224	22079
3013516	Hennezis	hennezis	FR	27700	791	Europe/Paris	49.19328	1.46487		Hennezis		28	27	271	27329
3013517	Hennezel	hennezel	FR	88260	443	Europe/Paris	48.05	6.11667		Ennzel',Enzel,Hennezel,ai nei ze,Ензел,Еннзель,埃内泽		44	88	882	88238
3013518	Henneveux	henneveux	FR	62142	258	Europe/Paris	50.72484	1.85021		Anve,Ennve,Henneveux,ai nei fu,hynyfwks,Анве,Еннве,هينيفوكس,埃内弗		32	62	623	62429
3013519	Hennemont	hennemont	FR	55160	132	Europe/Paris	49.13354	5.66468		Hennemont		44	55	553	55242
3013520	Hennecourt	hennecourt	FR	88270	330	Europe/Paris	48.2071	6.28529		Hennecourt		44	88	881	88237
3013521	Hennebont	hennebont	FR	56700	14288	Europe/Paris	47.80479	-3.27812		Anbon,Ehnbon,Ennbon,Hannebotum,Henbont,Hennebont,ai nei bang,en'nubon,Анбон,Еннбон,Энбон,エンヌボン,埃内邦		53	56	561	56083
3013523	Hénin-sur-Cojeul	henin-sur-cojeul	FR	62128	383	Europe/Paris	50.22426	2.83567		Henin,Hénin		32	62	621	62428
3013524	Héninel	heninel	FR	62128	200	Europe/Paris	50.23813	2.86217		Heninel,Héninel		32	62	621	62426
3013525	Hénin-Beaumont	henin-beaumont	FR	62110	25371	Europe/Paris	50.41359	2.96485		Ehnen-Bomon,Enen Bomon,Enen-Bomon,Henin-Beaumont,Henin-Lietard,Hinnin-Biaumont,Hénin-Beaumont,Hénin-Liétard,L'Humanite,L'Humanité,ai nan bo meng,ann bwmwn,ann-bwmwn,enaengbomong,enan=bomon,hynan bwmwnt,Енен Бомон,Енен-Бомон,Энен-Бомон,انن بومون,انن-بومون,هينان بومونت,エナン＝ボーモン,埃南博蒙,에냉보몽		32	62	627	62427
3013526	Hengwiller	hengwiller	FR	67440	176	Europe/Paris	48.66661	7.33112		Hengwiller		44	67	674	67190
3013527	Hengoat	hengoat	FR	22450	228	Europe/Paris	48.74325	-3.19808		Hengoad,Hengoat		53	22	223	22264
3013528	Heugnes	heugnes	FR	36180	0	Europe/Paris	47	1.4		Ehn',En',e gai,Ень,Энь,厄盖		24	36	362	36086
3013529	Henflingen	henflingen	FR	68960	181	Europe/Paris	47.57393	7.28845		Henflingen		44	68	681	68240
3013530	Hénencourt	henencourt	FR	80300	169	Europe/Paris	50.00265	2.56432		Henencourt,Hénencourt		32	80	802	80429
3013531	Hendecourt-lès-Ransart	hendecourt-les-ransart	FR	62175	129	Europe/Paris	50.20592	2.73299		Andekur le Ransar,Andekur-le-Ransar,Hendecourt,Hendecourt-les-Ransart,Hendecourt-lez Ransart,Hendecourt-lès-Ransart,Hennecourdel-les-Ransart,Hennecourdel-lès-Ransart,ang de ku er lai lang sa er,hyndykwrt lyh ransart,Андекур ле Рансар,Андекур-ле-Рансар,هينديكورت ليه رانسارت,昂德库尔莱朗萨尔		32	62	621	62425
3013532	Hendecourt-lès-Cagnicourt	hendecourt-les-cagnicourt	FR	62182	297	Europe/Paris	50.21089	2.95151		Andekur le Kanikur,Andekur-le-Kan'ikur,Hendecourt,Hendecourt-les-Cagnicourt,Hendecourt-lès-Cagnicourt,Inn'court-les-Cagnicourt,Inn’court-lès-Cagnicourt,ang de ku er lai ka ni ku er,hyndykwrt lyh kajnykwrt,Андекур ле Кањикур,Андекур-ле-Каньикур,Андекур-ле-Каньїкур,هينديكورت ليه كاجنيكورت,昂德库尔莱卡尼库尔		32	62	621	62424
3013534	Hendaye	hendaye	FR	64700	14415	Europe/Paris	43.35809	-1.7744		Andaj,Andej,Hendaia,Hendaya,Hendaye,XHY,andaie,ang dai yi,Андай,Андеј,アンダイエ,昂代伊		75	64	641	64260
3013535	Hénansal	henansal	FR	22400	975	Europe/Paris	48.54185	-2.43459		Henansal,Henant-Sal,Hénansal		53	22	224	22077
3013536	Hénanbihen	henanbihen	FR	22550	1354	Europe/Paris	48.56099	-2.37696		Henanbihen,Henant-Bihan,Hénanbihen		53	22	224	22076
3013537	Hénaménil	henamenil	FR	54370	195	Europe/Paris	48.67039	6.55939		Henamenil,Hénaménil		44	54	542	54258
3013539	Hem-Monacu	hem-monacu	FR	80360	131	Europe/Paris	49.95475	2.83862		Hem,Hem-Monacu		32	80	804	80428
3013540	Hem-Lenglet	hem-lenglet	FR	59247	513	Europe/Paris	50.2577	3.22857		Am-Langle,Em Langle,Hem-Lenglet,ang lang ge lai,Ам-Лангле,Ем Лангле,昂朗格莱		32	59	592	59300
3013541	Héming	heming	FR	57830	479	Europe/Paris	48.69391	6.96636		Heming,Héming		44	57	575	57314
3013542	Hémilly	hemilly	FR	57690	147	Europe/Paris	49.06182	6.50176		Hemilly,Hémilly		44	57	573	57313
3013543	Hem-Hardinval	hem-hardinval	FR	80600	283	Europe/Paris	50.163	2.30055		Hem,Hem-Hardinval,Hem-Hardinwal		32	80	802	80427
3013544	Hémévillers	hemevillers	FR	60190	401	Europe/Paris	49.46343	2.67446		Hemevillers,Hémévillers		32	60	603	60308
3013545	Hémevez	hemevez	FR	50700	150	Europe/Paris	49.45794	-1.44063		Hemevez,Hémevez		28	50	502	50241
3013549	Hem	hem	FR	59510	19699	Europe/Paris	50.65256	3.18681				32	59	595	59299
3013551	Helstroff	helstroff	FR	57220	359	Europe/Paris	49.15304	6.47596		Helstroff		44	57	573	57312
3013552	Héloup	heloup	FR	61250	945	Europe/Paris	48.39761	0.02645		Heloup,Héloup		28	61	611	61203
3013556	Hellimer	hellimer	FR	57660	509	Europe/Paris	48.99689	6.82952		Ehllimer,Ellimer,Hellimer,Khelimer,ai li mei,Еллимер,Еллімер,Хелимер,Эллимер,埃利梅		44	57	573	57311
3013557	Helleville	helleville	FR	50340	330	Europe/Paris	49.55512	-1.78488		Helleville		28	50	502	50240
3013560	Hellering-lès-Fénétrange	hellering-les-fenetrange	FR	57930	162	Europe/Paris	48.81014	7.06318		Hellering,Hellering-les-Fenetrange,Hellering-lès-Fénétrange		44	57	575	57310
3013564	Helléan	hellean	FR	56120	310	Europe/Paris	47.97085	-2.47433		Elean,Ellean,Helean,Heleanus,Hellean,Helléan,ai lai ang,Елеан,Еллеан,埃莱昂		53	56	562	56082
3013568	Helfrantzkirch	helfrantzkirch	FR	68510	796	Europe/Paris	47.60675	7.41506		Helfrantzkirch		44	68	684	68132
3013569	Helfaut	helfaut	FR	62570	1748	Europe/Paris	50.69783	2.24234		Ehl'fo,El'fo,Elfo,Helfaut,Helfaut-Bliques,ai er fu,hylfawt,Елфо,Ельфо,Эльфо,هيلفاوت,埃尔福		32	62	625	62423
3013570	Hélette	helette	FR	64640	663	Europe/Paris	43.30831	-1.24424		Ehlet,Elett,Heleta,Helette,Hélette,ai lai te,Елетт,Элет,埃莱特		75	64	641	64259
3013571	Hélesmes	helesmes	FR	59171	1856	Europe/Paris	50.37036	3.35918		Helesmes,Hélesmes		32	59	596	59297
3013574	Heiwiller	heiwiller	FR	68130	188	Europe/Paris	47.62363	7.32102		Heiwiller		44	68	681	68131
3013575	Heiteren	heiteren	FR	68600	822	Europe/Paris	47.97016	7.54005		Ehteren,Eteren,Heiteren,Khajteren,ai te lang,Етерен,Хајтерен,Этерен,埃特朗		44	68	682	68130
3013576	Heippes	heippes	FR	55220	78	Europe/Paris	48.99419	5.29361		Ep,Epp,Heippes,ai pei,Еп,Епп,埃佩		44	55	553	55241
3013577	Heining-lès-Bouzonville	heining-les-bouzonville	FR	57320	511	Europe/Paris	49.31009	6.59029		Heining,Heining-les-Bouzonville,Heining-lès-Bouzonville		44	57	573	57309
3013578	Heimsbrunn	heimsbrunn	FR	68990	1284	Europe/Paris	47.72669	7.22699		Heimsbrunn		44	68	684	68129
3013579	Heimersdorf	heimersdorf	FR	68560	657	Europe/Paris	47.5722	7.24142		Heimersdorf		44	68	681	68128
3013580	Heiltz-l'Évêque	heiltz-l-eveque	FR	51340	0	Europe/Paris	48.78032	4.74351		Heiltz,Heiltz-Libre,Heiltz-l'Eveque,Heiltz-l'Évêque		44	51	514	51290
3013581	Heiltz-le-Maurupt	heiltz-le-maurupt	FR	51340	393	Europe/Paris	48.79307	4.81373		Heiltz,Heiltz-le-Maurupt		44	51	514	51289
3013582	Heiltz-le-Hutier	heiltz-le-hutier	FR	51300	146	Europe/Paris	48.68835	4.76721		Heiltz		44	51	514	51288
3013583	Heilly	heilly	FR	80800	401	Europe/Paris	49.9531	2.53663		Ei,Eji,Heillin,Heilly,ai li,Еї,Еји,埃利		32	80	802	80426
3013584	Heilles	heilles	FR	60250	604	Europe/Paris	49.33497	2.26593		Ej,Heilles,ai lai,Ей,Еј,埃莱		32	60	602	60307
3013585	Heillecourt	heillecourt	FR	54180	6327	Europe/Paris	48.65049	6.19512		Heillecourt		44	54	543	54257
3013586	Heiligenstein	heiligenstein	FR	67140	910	Europe/Paris	48.42248	7.44985		Ajligensten,Heiligentein,Heljestain,Khajligenshtajn,ai li rang si tan,haylygnshtayn,hylyghynstyn,Айлигенстен,Айлігенстен,Хајлигенштајн,هایلیگنشتاین,هيليغينستين,埃利让斯坦		44	67	675	67189
3013588	Heiligenberg	heiligenberg	FR	67190	607	Europe/Paris	48.53826	7.392				44	67	673	67188
3013589	Heidwiller	heidwiller	FR	68720	635	Europe/Paris	47.6594	7.23922		Heidwiller		44	68	681	68127
3013590	Heidolsheim	heidolsheim	FR	67390	462	Europe/Paris	48.20217	7.51594		Heidolsheim		44	67	675	67187
3013592	Hégenheim	hegenheim	FR	68220	2894	Europe/Paris	47.56299	7.52401		Egenajm,Ehgenajm,Hegenheim,Hégenheim,ai re nan,Егенайм,Эгенайм,埃热南		44	68	684	68126
3013593	Hegeney	hegeney	FR	67360	344	Europe/Paris	48.89091	7.74158		Egane,Ezhene,Hajenai,Hegeney,Hégeney,ai re nei,azhny,hyghyny,Егане,Ежене,اژنی,هيغيني,埃热内		44	67	672	67186
3013594	Hédouville	hedouville	FR	95690	303	Europe/Paris	49.15467	2.16918		Hedouville,Hédouville		11	95	953	95304
3013596	Hédé-Bazouges	hede-bazouges	FR	35630	2076	Europe/Paris	48.3	-1.8		Ede,Hazhou,Hazhou-Bazeleg,Hazhoù,Hazhoù-Bazeleg,Hede-Bazouges,Hédé-Bazouges,ai dai,Еде,埃代		53	35	354	35130
3013597	Hédauville	hedauville	FR	80560	104	Europe/Paris	50.04584	2.56767		Edovil',Hedauville,Hedeuville,Hédauville,Hédeuville,ai duo ku er,Едовіль,埃多库尔		32	80	804	80425
3013599	Hectomare	hectomare	FR	27110	207	Europe/Paris	49.19028	0.9512		Hectomare		28	27	272	27327
3013600	Hecq	hecq	FR	59530	275	Europe/Paris	50.18035	3.65182		Hecq		32	59	591	59296
3013601	Hécourt	hecourt	FR	27120	131	Europe/Paris	49.5199	1.75921		Hecourt,Hécourt		32	60	601	60306
3013602	Hécourt	hecourt	FR	27120	313	Europe/Paris	48.98064	1.42391		Hecourt,Hécourt		28	27	271	27326
3013603	Hecmanville	hecmanville	FR	27800	108	Europe/Paris	49.16937	0.66692		Ekmanvil,Ekmanvil',Hecmanville,ai ke mang wei er,Екманвил,Екманвиль,Екманвіль,埃克芒维尔		28	27	272	27325
3013604	Hecken	hecken	FR	68210	423	Europe/Paris	47.69333	7.12301		Hecken		44	68	681	68125
3013605	Hèches	heches	FR	65250	627	Europe/Paris	43.01644	0.37205		Heches,Hèches		76	65	652	65218
3013606	Hébuterne	hebuterne	FR	62111	471	Europe/Paris	50.12698	2.63412		Hebuterne,Hébuterne		32	62	621	62422
3013607	Héberville	heberville	FR	76740	116	Europe/Paris	49.77672	0.80584		Heberville,Héberville		28	76	761	76353
3013715	Hauteville	hauteville	FR	02120	0	Europe/Paris	45.4923	6.58511				84	73	731	73190
3013609	Hébécrevon	hebecrevon	FR	50180	992	Europe/Paris	49.12714	-1.16635		Ebekrevon,Hebecrevon,Hébécrevon,ai bei ke lei weng,Ебекревон,埃贝克勒翁		28	50	504	50239
3013610	Hébécourt	hebecourt	FR	27150	375	Europe/Paris	49.81308	2.26088		Hebecourt,Hébécourt		32	80	802	80424
3013611	Hébécourt	hebecourt	FR	27150	573	Europe/Paris	49.35332	1.72691		Hebecourt,Hébécourt		28	27	271	27324
3013612	Héauville	heauville	FR	50340	375	Europe/Paris	49.58131	-1.80071		Heauville,Héauville		28	50	502	50238
3013616	Hazembourg	hazembourg	FR	57430	112	Europe/Paris	48.96657	6.93304		Hazembourg		44	57	576	57308
3013619	Hazebrouck	hazebrouck	FR	59190	23307	Europe/Paris	50.72374	2.53729		Azbruk,Azebruk,HZB,Hazebroek,Hazebrouck,Oazebroeke,a ci bu lu ke,ajeubeulukeu,azbrwk,azuburukku,Азбрук,Азебрук,ازبروک,アーズブルック,阿兹布鲁克,아즈브루크		32	59	594	59295
3013621	Haynecourt	haynecourt	FR	59268	582	Europe/Paris	50.20862	3.15925		Haynecourt		32	59	592	59294
3013624	Hayes	hayes	FR	57530	166	Europe/Paris	49.16693	6.36531		Haye,Hayes		44	57	579	57307
3013626	Haybes	haybes	FR	08170	2101	Europe/Paris	50.00458	4.70496		Eb,Ehb,Haybes,Haybes-sur-Meuse,ai bu,Еб,Эб,艾布		44	08	081	08222
3013627	Hayange	hayange	FR	57700	15501	Europe/Paris	49.32881	6.06278		Ajanzh,Eanzh,Hayange,Hyange,ai ang ge,hyanzh,Ајанж,Еанж,هیانژ,艾昂格		44	57	577	57306
3013630	Havrincourt	havrincourt	FR	62147	386	Europe/Paris	50.11163	3.08643		Avrenkur,Havrincourt,a fu lan ku er,hafrynkwrt,Авренкур,هافرينكورت,阿夫兰库尔		32	62	621	62421
3013635	Haverskerque	haverskerque	FR	59660	1475	Europe/Paris	50.64089	2.54162		Avekerk,Averskerk,Haverskerke,Haverskerque,Oaverskerke,a wei er kai er ke,Авекерк,Аверскерк,阿韦尔凯尔克		32	59	594	59293
3013636	Havernas	havernas	FR	80670	353	Europe/Paris	50.03627	2.23572		Havernas		32	80	802	80423
3013637	Haveluy	haveluy	FR	59255	3136	Europe/Paris	50.35289	3.40389		Aveljui,Avlij,Haveluy,a wei lu yi,Авелюи,Авелюї,Авлиј,阿韦吕伊		32	59	596	59292
3013638	Havelu	havelu	FR	28410	104	Europe/Paris	48.78755	1.53512		Havelu		24	28	283	28193
3013639	Havange	havange	FR	57650	339	Europe/Paris	49.38809	5.99254		Avanzh,Havange,a wang ge,hawanzh,Аванж,هاوانژ,阿旺格		44	57	577	57305
3013641	Haux	haux	FR	33550	791	Europe/Paris	44.73599	-0.37202		Haux		75	33	332	33201
3013642	Haux	haux	FR	33550	105	Europe/Paris	43.07812	-0.84845		Haux,Hauze		75	64	642	64258
3013643	Hauviné	hauvine	FR	08310	231	Europe/Paris	49.30325	4.4016		Hauvine,Hauviné		44	08	084	08220
3013644	Hauville	hauville	FR	27350	1172	Europe/Paris	49.39645	0.77232		Hauville,Ovil,Ovil',Овил,Овиль,Овіль		28	27	272	27316
3013645	Hauville	hauville	FR	27350	0	Europe/Paris	48.36865	1.34411				24	28	281	28021
3013647	Hautvillers-Ouville	hautvillers-ouville	FR	80132	384	Europe/Paris	50.17351	1.81312		Hautvillers,Hautvillers-Ouville		32	80	801	80422
3013648	Hautvillers	hautvillers	FR	51160	865	Europe/Paris	49.08345	3.94465		Hautvillers,Otvil'er,Otviler,Oville,ao te wei lai er,Овілле,Отвилер,Отвильер,奥特维莱尔		44	51	512	51287
3013653	Hautteville-Bocage	hautteville-bocage	FR	50390	94	Europe/Paris	49.4311	-1.47256		Hauteville-Bocage,Hautteville,Hautteville-Bocage		28	50	502	50233
3013672	Hautot-sur-Seine	hautot-sur-seine	FR	76113	356	Europe/Paris	49.36092	0.97518		Hautot,Hautot-sur-Seine,Oto na Seni,Oto-sjur-Sen,Ото на Сени,Ото-сюр-Сен		28	76	763	76350
3013673	Hautot-sur-Mer	hautot-sur-mer	FR	76550	2193	Europe/Paris	49.89789	1.02884		Hautot,Hautot-sur-Mer		28	76	761	76349
3013674	Hautot-Saint-Sulpice	hautot-saint-sulpice	FR	76190	575	Europe/Paris	49.68153	0.74313		Hautot,Hautot-Saint-Sulpice		28	76	763	76348
3013676	Hautot-le-Vatois	hautot-le-vatois	FR	76190	274	Europe/Paris	49.64599	0.68903		Hautot,Hautot-le-Vatois		28	76	763	76347
3013677	Hautot-l'Auvray	hautot-l-auvray	FR	76450	0	Europe/Paris	49.76108	0.75094		Hautot,Hautot-l'Auvray		28	76	761	76346
3013680	Hautmougey	hautmougey	FR	88240	135	Europe/Paris	48.02759	6.23269		Hautmougey		44	88	881	88029
3013681	Hautmont	hautmont	FR	59330	15540	Europe/Paris	50.25077	3.92143		Omon,Otmon,ou meng,Омон,Отмон,欧蒙		32	59	591	59291
3013685	Haut-Mauco	haut-mauco	FR	40280	803	Europe/Paris	43.82632	-0.55491		Haut-Mauco		75	40	402	40122
3013695	Haution	haution	FR	02140	150	Europe/Paris	49.86647	3.83969		Haution		32	02	025	02377
3013701	Yutz	yutz	FR	57970	15659	Europe/Paris	49.35571	6.1926		Jeutz,Jjus,Juc,Yutz Haute,yi yu te,ywts,Йюс,Юц,یوتس,یوٹز,伊于特		44	57	577	57757
3013703	Hauteville-sur-Mer	hauteville-sur-mer	FR	50590	630	Europe/Paris	48.97706	-1.54143		Hauteville,Hauteville-sur-Mer		28	50	503	50231
3013704	Hauteville-sur-Fier	hauteville-sur-fier	FR	74150	821	Europe/Paris	45.90384	5.97291		Hauteville,Hauteville-sur-Fier		84	74	741	74141
3013705	Hauteville-Lompnes	hauteville-lompnes	FR	01110	4096	Europe/Paris	45.97794	5.60114		Hauteville,Hauteville-Lompnes,Hauteville-Lompnès,Hotvil Lonnes,Otvil Lon,Otvil'-Lomne,Otvil'-Lones,ao te wei ye-long nei si,hwtfyl-lwmny,Отвил Лон,Отвиль-Лонес,Отвіль-Ломне,Հոտվիլ Լոննես,هوتفيل-لومني,奥特维耶－隆内斯		84	01	011	01185
3013706	Hauteville-lès-Dijon	hauteville-les-dijon	FR	21121	1119	Europe/Paris	47.36602	4.99375		Hauteville,Hauteville-les-Dijon,Hauteville-lès-Dijon,Otvil le Dizhon,Otvil'-le-Dizhon,ao te wei er lai di rong,Отвил ле Дижон,Отвиль-ле-Дижон,Отвіль-ле-Діжон,奥特维尔莱迪容		27	21	212	21315
3013707	Hauteville-la-Guichard	hauteville-la-guichard	FR	50570	382	Europe/Paris	49.12631	-1.30345		Hauteville,Hauteville-la-Guichard,Hautteville-la Guichard,Otvil la Gishar,Otvil'-la-Gishar,ao te wei er la ji sha er,otovu~iru=ra=gisharu,Отвил ла Гишар,Отвиль-ла-Гишар,Отвіль-ла-Гішар,オートヴィル＝ラ＝ギシャール,奥特维尔拉吉沙尔		28	50	503	50232
3013709	Hauteville	hauteville	FR	02120	0	Europe/Paris	50.86832	1.74131				32	62	623	62751
3013710	Hauteville	hauteville	FR	02120	0	Europe/Paris	50.27267	2.57261		Hauteville		32	62	621	62418
3013711	Hauteville	hauteville	FR	02120	190	Europe/Paris	49.87917	3.52121		Hauteville		32	02	025	02376
3013712	Hauteville	hauteville	FR	02120	116	Europe/Paris	49.58367	4.30128		Hauteville		44	08	082	08219
3013713	Hauteville	hauteville	FR	02120	192	Europe/Paris	48.63722	4.7697				44	51	514	51286
3013714	Hauteville	hauteville	FR	02120	0	Europe/Paris	45.52936	6.17268		Hauteville		84	73	732	73133
3013718	Haute-Vigneulles	haute-vigneulles	FR	57690	437	Europe/Paris	49.10084	6.55604		Haute-Vigneulle,Haute-Vigneulles		44	57	573	57714
3013720	Hautevesnes	hautevesnes	FR	02810	127	Europe/Paris	49.10918	3.23219		Hautevesnes		32	02	021	02375
3013721	Hautevelle	hautevelle	FR	70800	267	Europe/Paris	47.84425	6.28544		Hautevelle		27	70	701	70284
3013723	Hautesvignes	hautesvignes	FR	47400	151	Europe/Paris	44.45889	0.35174		Hautesvignes		75	47	472	47118
3013740	Hauteroche	hauteroche	FR	21150	89	Europe/Paris	47.50012	4.58095		Hauteroche		27	21	213	21314
3013741	Haute-Rivoire	haute-rivoire	FR	69610	1244	Europe/Paris	45.71559	4.39633		Haute-Rivoire		84	69	691	69099
3013742	Hauterives	hauterives	FR	26390	1438	Europe/Paris	45.25565	5.01904		Hauterives,Otriv,ao te li wei,Отрив,奥特里韦		84	26	263	26148
3013743	Hauterive-la-Fresse	hauterive-la-fresse	FR	25650	149	Europe/Paris	46.9682	6.44942		Hauterive,Hauterive-la-Fresse		27	25	253	25303
3013745	Hauterive	hauterive	FR	03270	0	Europe/Paris	48.57433	1.17777				24	28	283	28351
3013746	Hauterive	hauterive	FR	03270	385	Europe/Paris	48.47715	0.20012		Hauterive		28	61	611	61202
3013747	Hauterive	hauterive	FR	03270	356	Europe/Paris	47.92418	3.60263		Hauterive		27	89	891	89200
3013748	Hauterive	hauterive	FR	03270	1072	Europe/Paris	46.08834	3.44626		Hauterive		84	03	033	03126
3013759	Hauteluce	hauteluce	FR	73620	859	Europe/Paris	45.74909	6.58135		Hauteluce,Hotaluce,Hôtaluce,Otlis,Otljus,Prime-Luce,Отлис,Отлюс		84	73	731	73132
3013761	Haute-Kontz	haute-kontz	FR	57480	450	Europe/Paris	49.45275	6.31846		Contz Haute,Haute-Kontz		44	57	577	57371
3013763	Haute-Isle	haute-isle	FR	95780	317	Europe/Paris	49.08489	1.65433		Haute-Isle,Ot Il,Ot-Il',ao te yi si lei,От Ил,От-Іль,От-Иль,奥特伊斯勒		11	95	953	95301
3013766	Haute-Goulaine	haute-goulaine	FR	44115	5290	Europe/Paris	47.19904	-1.43012		Gorre-Goulen,Haute-Goulaine,Ot Gulen,Ot-Gulen,Sancta Radegundis de Golena,ao te gu lan,oto=gurenu,От Гулен,От-Гулен,オート＝グレーヌ,奥特古兰		52	44	442	44071
3013769	Hautefort	hautefort	FR	24390	1244	Europe/Paris	45.25915	1.14839		Aignan-Haute-Vue,Autafort,Autafòrt,Hautefort,Otfor,ao tai fu er,Отфор,奥泰福尔		75	24	244	24210
3013773	Hautefontaine	hautefontaine	FR	60350	269	Europe/Paris	49.36514	3.06375		Hautefontaine		32	60	603	60305
3013777	Hautefeuille	hautefeuille	FR	77515	262	Europe/Paris	48.76552	2.96806		Hautefeuille		11	77	771	77224
3013778	Hautefeuille	hautefeuille	FR	77515	0	Europe/Paris	47.68952	2.97028				27	89	891	89046
3013779	Hautefaye	hautefaye	FR	24300	122	Europe/Paris	45.5374	0.49352		Hautefaye		75	24	242	24209
3013781	Hautefage-la-Tour	hautefage-la-tour	FR	47340	695	Europe/Paris	44.32264	0.78417		Hautefage,Hautefage-la-Tour		75	47	473	47117
3013782	Hautefage	hautefage	FR	19400	304	Europe/Paris	45.08259	2.00122		Hautefage		75	19	192	19091
3013784	Haute-Épine	haute-epine	FR	60690	256	Europe/Paris	49.58321	2.01138		Haute-Epine,Haute-Épine		32	60	601	60304
3013787	Hautecourt-Romanèche	hautecourt-romaneche	FR	01250	737	Europe/Paris	46.16039	5.41712		Hautecour		84	01	012	01184
3013790	Hautecour	hautecour	FR	39130	186	Europe/Paris	46.56883	5.76688		Hautecour		27	39	392	39265
3013795	Hautecloque	hautecloque	FR	62130	199	Europe/Paris	50.33517	2.30452		Hautecloque		32	62	621	62416
3013801	Haute-Avesnes	haute-avesnes	FR	62144	381	Europe/Paris	50.33333	2.63333		Ot Aven,Ot-Aven,hwt afysnys,shang a wei ne,От Авен,От-Авен,هوت أفيسنيس,上阿韦讷		32	62	621	62415
3013807	Haut-de-Bosdarros	haut-de-bosdarros	FR	64800	274	Europe/Paris	43.18333	-0.31667		Haut de Bosc dArros,Haut de Bòsc dArròs,Haut deu Bosc dArros,Haut deu Bòsc dArròs,Haut-de-Bosdarros,Le Haut de Bosdarros,Lo Chapelot,Lo Chapelòt,O de Bodaro,O-de-Bosdarros,ao de bo si da er luo,О де Бодаро,О-де-Босдаррос,奥德博斯达尔罗		75	64	643	64257
3013810	Haut-Clocher	haut-clocher	FR	57400	337	Europe/Paris	48.75913	7.00035		Haut-Clocher		44	57	575	57304
3013819	Hautbos	hautbos	FR	60210	121	Europe/Paris	49.62686	1.87278		Hautbos		32	60	601	60303
3013826	Hautaget	hautaget	FR	65150	33	Europe/Paris	43.05564	0.45693		Hautaget		76	65	652	65217
3013830	Haussy	haussy	FR	59294	1704	Europe/Paris	50.2183	3.47683		Haussy,Osi,Ossi,ou xi,Оси,Осси,Оссі,欧西		32	59	592	59289
3013831	Haussonville	haussonville	FR	54290	288	Europe/Paris	48.52909	6.32435		Haussonville		44	54	542	54256
3013832	Haussimont	haussimont	FR	51320	179	Europe/Paris	48.74737	4.16761		Haussimont		44	51	511	51285
3013833	Haussignémont	haussignemont	FR	51300	250	Europe/Paris	48.71899	4.74963		Haussignemont,Haussignémont		44	51	514	51284
3013834	Haussez	haussez	FR	76440	0	Europe/Paris	49.58214	1.66727		Haussez		28	76	761	76345
3013836	Hausgauen	hausgauen	FR	68130	395	Europe/Paris	47.60469	7.32227		Hausgauen		44	68	681	68124
3013837	Hauriet	hauriet	FR	40250	271	Europe/Paris	43.73301	-0.69665		Hauriet		75	40	401	40121
3013842	Haulmé	haulme	FR	08800	82	Europe/Paris	49.86103	4.78579		Haulme,Haulmé		44	08	081	08217
3013843	Haulies	haulies	FR	32550	84	Europe/Paris	43.55717	0.66647		Haulies		76	32	323	32153
3013845	Haulchin	haulchin	FR	59121	2393	Europe/Paris	50.3172	3.43599		Haulchin		32	59	596	59288
3013848	Haudricourt	haudricourt	FR	76390	0	Europe/Paris	49.73381	1.70512		Haudricourt		28	76	761	76344
3013849	Haudrecy	haudrecy	FR	08090	264	Europe/Paris	49.78583	4.61488		Haudrecy		44	08	081	08216
3013850	Haudonville	haudonville	FR	54830	82	Europe/Paris	48.4999	6.49899		Haudonville		44	54	542	54255
3013851	Haudivillers	haudivillers	FR	60510	796	Europe/Paris	49.48777	2.24353		Haudivillers		32	60	601	60302
3013852	Haudiomont	haudiomont	FR	55160	212	Europe/Paris	49.11602	5.55966		Haudiomont		44	55	553	55237
3013854	Haudainville	haudainville	FR	55100	895	Europe/Paris	49.12657	5.42171		Haudainville		44	55	553	55236
3013855	Haucourt	haucourt	FR	54860	2891	Europe/Paris	49.48982	5.80361		Haucourt,Haucourt-Moulaine		44	54	541	54254
3013857	Haucourt-en-Cambrésis	haucourt-en-cambresis	FR	59191	203	Europe/Paris	50.10376	3.34202		Haucourt,Haucourt-en-Cambresis,Haucourt-en-Cambrésis		32	59	592	59287
3013858	Haucourt	haucourt	FR	54860	217	Europe/Paris	50.24777	2.95468		Haucourt		32	62	621	62414
3013859	Haucourt	haucourt	FR	54860	0	Europe/Paris	49.64124	1.65984		Haucourt		28	76	761	76343
3013860	Haucourt	haucourt	FR	54860	134	Europe/Paris	49.51235	1.93824		Haucourt		32	60	601	60301
3013861	Hauconcourt	hauconcourt	FR	57280	533	Europe/Paris	49.21916	6.19005		Hauconcourt		44	57	579	57303
3013862	Haubourdin	haubourdin	FR	59320	15694	Europe/Paris	50.60826	2.99143		Haubourdin,Oburden,ou bu er dan,Обурден,欧布尔丹		32	59	595	59286
3013863	Hauban	hauban	FR	65200	102	Europe/Paris	43.09347	0.16211		Hauban		76	65	652	65216
3013864	Hattstatt	hattstatt	FR	68420	822	Europe/Paris	48.01129	7.30084		Atstat,Attstat,Hattstatt,Khatshtat,a te si ta,Атстат,Аттстат,Хатштат,阿特斯塔		44	68	686	68123
3013868	Hattmatt	hattmatt	FR	67330	718	Europe/Paris	48.79064	7.42144		Hattmatt,Khatmat,Хатмат		44	67	674	67185
3013869	Hattigny	hattigny	FR	57790	169	Europe/Paris	48.62982	6.96599		Hattigny		44	57	575	57302
3013870	Hattenville	hattenville	FR	76640	562	Europe/Paris	49.65188	0.53715		Atanvil,Attanvil',Hattenville,Атанвил,Аттанвиль,Аттанвіль		28	76	762	76342
3013871	Hattencourt	hattencourt	FR	80700	240	Europe/Paris	49.76882	2.78655		Hattencourt		32	80	803	80421
3013872	Hatten	hatten	FR	67690	1965	Europe/Paris	48.90123	7.97968		Hatten		44	67	672	67184
3013873	Hatrize	hatrize	FR	54800	708	Europe/Paris	49.19226	5.90914		Hatrize		44	54	541	54253
3013874	Hastingues	hastingues	FR	40300	485	Europe/Paris	43.53429	-1.14931		Hastinga,Hastingues		75	40	401	40120
3013875	Haspres	haspres	FR	59198	2812	Europe/Paris	50.25829	3.41695		Aspr,Aspre,Haspres,a si pu er,Аспр,Аспре,阿斯普尔		32	59	596	59285
3013876	Haspelschiedt	haspelschiedt	FR	57230	273	Europe/Paris	49.08493	7.48647		Aspel'shid,Haspelscheid,Haspelschiedt,Khazpelshit,a si pei er si xie de,Аспельшид,Хазпелшит,阿斯佩尔斯谢德		44	57	576	57301
3013877	Hasparren	hasparren	FR	64240	6250	Europe/Paris	43.38394	-1.30523		Asparan,Asparran,Hasparn,Hasparren,Hazparne,a si pa lang,Аспаран,Аспарран,阿斯帕朗		75	64	641	64256
3013878	Hasnon	hasnon	FR	59178	3248	Europe/Paris	50.42472	3.38657		Anon,Hasnon,a nong,Анон,阿农		32	59	596	59284
3013880	Haselbourg	haselbourg	FR	57850	320	Europe/Paris	48.68558	7.20489		Haselbourg,Hazelbourg		44	57	575	57300
3013881	Hary	hary	FR	02140	237	Europe/Paris	49.78568	3.92742		Hary		32	02	025	02373
3013882	Harville	harville	FR	55160	116	Europe/Paris	49.09741	5.72511		Harville		44	55	553	55232
3013883	Harville	harville	FR	55160	0	Europe/Paris	48.33657	1.30485				24	28	281	28021
3013884	Harville	harville	FR	55160	0	Europe/Paris	48.08809	1.4639				24	28	282	28330
3013885	Hartzviller	hartzviller	FR	57870	930	Europe/Paris	48.66894	7.08582		Hartzviller,Hatzviller		44	57	575	57299
3013887	Hartmannswiller	hartmannswiller	FR	68500	674	Europe/Paris	47.86161	7.21553				44	68	686	68122
3013891	Hartennes-et-Taux	hartennes-et-taux	FR	02210	369	Europe/Paris	49.27202	3.35297		Hartennes,Hartennes-et-Taux		32	02	024	02372
3013893	Harskirchen	harskirchen	FR	67260	900	Europe/Paris	48.93378	7.03709		Harskirchen		44	67	674	67183
3013894	Harsault	harsault	FR	88240	405	Europe/Paris	48.05702	6.2394		Harsault		44	88	881	88029
3013896	Harricourt	harricourt	FR	08240	60	Europe/Paris	49.43383	4.92838		Harricourt		44	08	084	08215
3013897	Harricourt	harricourt	FR	08240	0	Europe/Paris	48.27142	4.91967		Harricourt		44	52	521	52140
3013899	Harréville-les-Chanteurs	harreville-les-chanteurs	FR	52150	274	Europe/Paris	48.26404	5.63002		Harreville,Harreville-les-Chanteurs,Harréville,Harréville-les-Chanteurs		44	52	521	52237
3013900	Harreberg	harreberg	FR	57870	368	Europe/Paris	48.66561	7.17091		Harreberg		44	57	575	57298
3013901	Harquency	harquency	FR	27700	257	Europe/Paris	49.25407	1.48429		Harquency		28	27	271	27315
3013902	Harprich	harprich	FR	57340	197	Europe/Paris	48.96184	6.65528		Harprich		44	57	573	57297
3013903	Harponville	harponville	FR	80560	131	Europe/Paris	50.03657	2.49956		Arponvil,Arponvil',Harponville,a er peng wei er,Арпонвил,Арпонвіль,阿尔蓬维尔		32	80	804	80420
3013905	Haroué	haroue	FR	54740	462	Europe/Paris	48.46923	6.179		Haroue,Haroué		44	54	543	54252
3013907	Harol	harol	FR	88270	613	Europe/Paris	48.15236	6.24975		Arol,Arol',Harol,a luo,Арол,Ароль,阿罗		44	88	881	88233
3013908	Harnes	harnes	FR	62440	13569	Europe/Paris	50.44643	2.90481		Arn,Harnes,a er ne,harnys,Арн,هارنيس,阿尔讷		32	62	627	62413
3013909	Harmonville	harmonville	FR	88300	225	Europe/Paris	48.47686	5.8592		Harmonville		44	88	882	88232
3013911	Harly	harly	FR	02100	1839	Europe/Paris	49.83766	3.31001		Harly		32	02	023	02371
3013915	Hargnies	hargnies	FR	08170	468	Europe/Paris	50.25642	3.84916				32	59	591	59283
3013916	Hargnies	hargnies	FR	08170	506	Europe/Paris	50.01954	4.79088		Hargnies		44	08	081	08214
3013917	Hargicourt	hargicourt	FR	02420	572	Europe/Paris	49.96129	3.17906		Hargicourt		32	02	023	02370
3013918	Hargicourt	hargicourt	FR	02420	0	Europe/Paris	49.7108	2.53046		Hargicourt		32	80	803	80625
3013920	Hargeville	hargeville	FR	78790	336	Europe/Paris	48.89024	1.7402				11	78	781	78300
3013921	Hargarten-aux-Mines	hargarten-aux-mines	FR	57550	1168	Europe/Paris	49.22436	6.61459		Hargarten,Hargarten-aux-Mines		44	57	573	57296
3013922	Harfleur	harfleur	FR	76700	8286	Europe/Paris	49.5066	0.19827		Arfler,Arfljor,Harfleur,Port de Harfleur,harflwr,Арфлер,Арфлёр,ארפלור,هارفلور		28	76	762	76341
3013923	Haréville	hareville	FR	88800	481	Europe/Paris	48.20517	6.00026		Hareville,Haréville		44	88	882	88231
3013926	Hardricourt	hardricourt	FR	78250	1941	Europe/Paris	49.00779	1.89389		Ardrikur,Hardricourt,Ардрикур		11	78	781	78299
3013931	Hardivillers-en-Vexin	hardivillers-en-vexin	FR	60240	136	Europe/Paris	49.30503	1.93824		Hardivillers,Hardivillers-en-Vexin		32	60	601	60209
3013932	Hardivillers	hardivillers	FR	60120	554	Europe/Paris	49.61679	2.2229		Ardiviler,Ardiville,Hardivellers,Hardivillers,a er di wei lai er,Ардивилер,Ардівілле,阿尔迪维莱尔		32	60	602	60299
3013934	Hardinvast	hardinvast	FR	50690	826	Europe/Paris	49.5782	-1.64865		Ardenva,Ardenvast,Hardinvast,a er dan wa si,Арденва,Арденваст,阿尔丹瓦斯		28	50	502	50230
3013935	Hardinghen	hardinghen	FR	62132	1030	Europe/Paris	50.80414	1.82122		Ardengan,Hardinghen,Hardinghin,a er dan gang,hardynhyn,Арденган,هاردينهين,阿尔丹冈		32	62	626	62412
3013937	Hardifort	hardifort	FR	59670	379	Europe/Paris	50.82041	2.48529		Hardifort		32	59	594	59282
3013940	Hardencourt-Cocherel	hardencourt-cocherel	FR	27120	249	Europe/Paris	49.04069	1.31636		Hardencourt-Cocherel		28	27	271	27312
3013944	Hardecourt-aux-Bois	hardecourt-aux-bois	FR	80360	85	Europe/Paris	49.99023	2.81776		Hardecourt,Hardecourt-aux-Bois		32	80	804	80418
3013945	Hardanges	hardanges	FR	53640	255	Europe/Paris	48.33624	-0.40214		Hardanges		52	53	533	53114
3013946	Hardancourt	hardancourt	FR	88700	36	Europe/Paris	48.37748	6.56671		Hardancourt		44	88	881	88230
3013947	Harcy	harcy	FR	08150	486	Europe/Paris	49.83469	4.56376		Arsi,Harcy,a er xi,Арси,Арсі,阿尔西		44	08	081	08212
3013948	Harcourt	harcourt	FR	27800	955	Europe/Paris	49.16717	0.78501		Champ-Social,Harcourt		28	27	272	27311
3013949	Harcigny	harcigny	FR	02140	263	Europe/Paris	49.7961	3.98163		Harcigny		32	02	025	02369
3013950	Harchéchamp	harchechamp	FR	88300	113	Europe/Paris	48.38771	5.77956		Harchechamp,Harchéchamp		44	88	882	88229
3013951	Harcanville	harcanville	FR	76560	418	Europe/Paris	49.71572	0.75516		Harcanville		28	76	763	76340
3013954	Harbouey	harbouey	FR	54450	0	Europe/Paris	48.56966	6.8863		Harbouey		44	54	542	54251
3013955	Harbonnières	harbonnieres	FR	80131	1325	Europe/Paris	49.84958	2.66812		Arbon'er,Arbonijer,Harbonnieres,Harbonnières,Harbouniere,Harbounière,a er bo ni ye er,Арбонијер,Арбоньєр,阿尔博尼耶尔		32	80	804	80417
3013956	Haravilliers	haravilliers	FR	95640	490	Europe/Paris	49.17327	2.05479		Aravijer,Aravil'e,Haravilliers,a la wei li ye er,Аравилье,Аравијер,Аравільє,阿拉维利耶尔		11	95	953	95298
3013957	Haravesnes	haravesnes	FR	62390	36	Europe/Paris	50.2884	2.12981		Haravesnes		32	62	621	62411
3013960	Haraucourt-sur-Seille	haraucourt-sur-seille	FR	57630	132	Europe/Paris	48.79953	6.60477		Haraucourt,Haraucourt-sur-Seille		44	57	575	57295
3013961	Haraucourt	haraucourt	FR	08450	786	Europe/Paris	49.62311	4.96192		Haraucourt		44	08	083	08211
3013962	Haraucourt	haraucourt	FR	08450	657	Europe/Paris	48.66168	6.36334		Haraucourt		44	54	543	54250
3013964	Haramont	haramont	FR	02600	581	Europe/Paris	49.27836	3.06145				32	02	024	02368
3013965	Happonvilliers	happonvilliers	FR	28480	274	Europe/Paris	48.32486	1.11222		Happonvilliers		24	28	284	28192
3013966	Happencourt	happencourt	FR	02480	165	Europe/Paris	49.77659	3.18423		Happencourt		32	02	023	02367
3013968	Haplincourt	haplincourt	FR	62124	214	Europe/Paris	50.08963	2.93118		Aplenkur,Haplincourt,a pu lan ku er,hablynkwrt,Апленкур,هابلينكورت,阿普兰库尔		32	62	621	62410
3013969	Hanvoile	hanvoile	FR	60650	520	Europe/Paris	49.5102	1.88201		Hanvoile		32	60	601	60298
3013970	Hanviller	hanviller	FR	57230	223	Europe/Paris	49.10423	7.45936		Anviller,Hanviller,Hanweiler,Khanviler,ang wei lai,hanwylr,Анвиллер,Анвіллер,Ханвилер,هانویلر,昂维莱		44	57	576	57294
3013971	Hanvec	hanvec	FR	29460	1690	Europe/Paris	48.32754	-4.16133		Anvek,Hanvec,Hanveg,Hañveg,ang wei ke,Анвек,昂韦克		53	29	291	29078
3013976	Hantay	hantay	FR	59496	904	Europe/Paris	50.53365	2.86726		Hantay		32	59	595	59281
3013977	Han-sur-Nied	han-sur-nied	FR	57580	215	Europe/Paris	48.99039	6.43693		Han,Han-sur-Nied		44	57	573	57293
3013978	Han-sur-Meuse	han-sur-meuse	FR	55300	252	Europe/Paris	48.86628	5.53913		Han,Han-sur-Meuse		44	55	552	55229
3013979	Hans	hans	FR	51800	134	Europe/Paris	49.10928	4.74892		Hans		44	51	511	51283
3013980	Hannonville-Suzémont	hannonville-suzemont	FR	54800	246	Europe/Paris	49.09594	5.83209		Hannonville,Hannonville-Suzemont,Hannonville-Suzémont,Hannonville-au-Passage		44	54	541	54249
3013981	Hannonville-sous-les-Côtes	hannonville-sous-les-cotes	FR	55210	538	Europe/Paris	49.04242	5.66102		Hannonville,Hannonville-sous-les-Cotes,Hannonville-sous-les-Côtes		44	55	553	55228
3013982	Hannogne-Saint-Rémy	hannogne-saint-remy	FR	08220	104	Europe/Paris	49.60533	4.13765		Hannogne-Saint-Remy,Hannogne-Saint-Rémy,Honnogne		44	08	082	08210
3013983	Hannogne-Saint-Martin	hannogne-saint-martin	FR	08160	471	Europe/Paris	49.67092	4.83203		Hannogne,Hannogne-Saint-Martin		44	08	081	08209
3013984	Hannocourt	hannocourt	FR	57590	19	Europe/Paris	48.90793	6.4413		Hannocourt		44	57	575	57292
3013985	Hannescamps	hannescamps	FR	62111	155	Europe/Paris	50.16667	2.63895				32	62	621	62409
3013986	Hannappes	hannappes	FR	08290	159	Europe/Paris	49.82352	4.23022		Hannapes,Hannappes		44	08	081	08208
3013987	Hannapes	hannapes	FR	02510	267	Europe/Paris	49.97288	3.62406		Hannapes		32	02	025	02366
3013988	Hannaches	hannaches	FR	60650	134	Europe/Paris	49.49868	1.80768		Anash,Annache,Annash,Hannaches,a na xie,Анаш,Аннаш,阿纳谢		32	60	601	60296
3013989	Han-lès-Juvigny	han-les-juvigny	FR	55600	84	Europe/Paris	49.48235	5.33294		Han,Han-les-Juvigny,Han-lès-Juvigny		44	55	553	55226
3013991	Hangviller	hangviller	FR	57370	295	Europe/Paris	48.80935	7.23073		Hangviller		44	57	575	57291
3013992	Hangest-sur-Somme	hangest-sur-somme	FR	80310	705	Europe/Paris	49.98086	2.06447		Hangest,Hangest-sur-Somme		32	80	802	80416
3013993	Hangest-en-Santerre	hangest-en-santerre	FR	80134	954	Europe/Paris	49.75276	2.60647		Anzhe an Santer,Anzhe-an-Santerr,Hangest,Hangest-en-Santerre,Hangi-in-Santerre,Hangi-in-Santérre,ang ri ang sang tai er,Анже ан Сантер,Анже-ан-Сантерр,昂日昂桑泰尔		32	80	803	80415
3013994	Hangenbieten	hangenbieten	FR	67980	1472	Europe/Paris	48.55985	7.61464		Hangenbieten		44	67	678	67182
3013995	Hangard	hangard	FR	80110	104	Europe/Paris	49.82415	2.51517		Angar,Hangard,ang jia er,Ангар,昂加尔		32	80	803	80414
3013996	Handschuheim	handschuheim	FR	67117	282	Europe/Paris	48.60288	7.57712		Handschuheim,Handschuhheim		44	67	674	67181
3013998	Han-devant-Pierrepont	han-devant-pierrepont	FR	54620	119	Europe/Paris	49.39699	5.7069		An devan Pjerpon,An-devan-P'erpon,An-devan-P'errpon,An-devan-Perrpon,Han,Han-devant-Pierrepont,ang de wang pi ye er lei peng,Ан деван Пјерпон,Ан-деван-Пьерпон,Ан-деван-Пьеррпон,Ан-деван-Пєррпон,昂德旺皮耶尔雷蓬		44	54	541	54602
3013999	Hancourt	hancourt	FR	80240	103	Europe/Paris	49.90293	3.07359		Hancourt		32	80	804	80413
3014000	Hancourt	hancourt	FR	80240	0	Europe/Paris	48.56775	4.53615				44	51	514	51349
3014001	Hanches	hanches	FR	28130	2583	Europe/Paris	48.60115	1.65137		Hanches		24	28	281	28191
3014002	Hanc	hanc	FR	79110	244	Europe/Paris	46.0746	-0.01614		Hanc		75	79	792	79140
3014005	Ham-sur-Meuse	ham-sur-meuse	FR	08600	243	Europe/Paris	50.11018	4.78097		Ham,Ham-sur-Meuse,Han-so-Mouze		44	08	081	08207
3014006	Ham-sous-Varsberg	ham-sous-varsberg	FR	57880	2790	Europe/Paris	49.18014	6.64702		Ham,Ham-sous-Varsberg		44	57	573	57288
3014007	Hampont	hampont	FR	57170	219	Europe/Paris	48.83561	6.58038		Hampont		44	57	575	57290
3014008	Hampigny	hampigny	FR	10500	249	Europe/Paris	48.45518	4.59042		Hampigny		44	10	101	10171
3014009	Hamonville	hamonville	FR	54470	123	Europe/Paris	48.82779	5.813		Hamonville		44	54	544	54248
3014010	Hammeville	hammeville	FR	54330	154	Europe/Paris	48.49934	6.06598		Hammeville		44	54	543	54247
3014012	Ham-les-Moines	ham-les-moines	FR	08090	355	Europe/Paris	49.79543	4.59697		Ham,Ham-les-Moines,Ham-sans-Culottes		44	08	081	08206
3014014	Hames-Boucres	hames-boucres	FR	62340	1221	Europe/Paris	50.88178	1.84338		Am Bukr,Am-Bukr,Hames,Hames-Boucres,a mu bu ke er,hamys bwsrys,Ам Букр,Ам-Букр,هاميس بوسريس,阿姆布克尔		32	62	626	62408
3014015	Ham-en-Artois	ham-en-artois	FR	62190	977	Europe/Paris	50.58893	2.45825		Am an Artoa,Am-an-Artua,Ham,Ham-en-Artois,a mu ang na tu wa,ham an artwys,Ам ан Артоа,Ам-ан-Артуа,هام إن أرتويس,阿姆昂纳图瓦		32	62	622	62407
3014016	Hamelincourt	hamelincourt	FR	62121	257	Europe/Paris	50.18365	2.80102		Hamelincourt		32	62	621	62406
3014017	Hamelin	hamelin	FR	50730	124	Europe/Paris	48.54305	-1.20856		Hamelin		28	50	501	50229
3014018	Hamelet	hamelet	FR	80800	415	Europe/Paris	49.90527	2.52898		Hamelet		32	80	802	80412
3014019	Hamel	hamel	FR	59151	769	Europe/Paris	50.27945	3.07423		Hamel		32	59	593	59280
3014020	Brissy-Hamégicourt	brissy-hamegicourt	FR	02240	0	Europe/Paris	49.75	3.36667				32	02	023	02124
3014023	Hambye	hambye	FR	50450	1141	Europe/Paris	48.94798	-1.26417		Ambi,Hambye,ang bi ai,Амби,Амбі,昂比埃		28	50	503	50228
3014024	Hamblain-les-Prés	hamblain-les-pres	FR	62118	492	Europe/Paris	50.29252	2.96133		Amblen le Pre,Amblen-le-Pre,Hamblain,ang bu lan lai pu lei,hamblayn lyh brys,Амблен ле Пре,Амблен-ле-Пре,هامبلاين ليه بريس,昂布兰莱普雷		32	62	621	62405
3014025	Hambers	hambers	FR	53160	569	Europe/Paris	48.25434	-0.41795		Ambe,Hambers,ang bei er,Амбе,昂贝尔		52	53	533	53113
3014026	Hambach	hambach	FR	57910	2587	Europe/Paris	49.05942	7.0353		Hambach		44	57	576	57289
3014027	Hamars	hamars	FR	14220	407	Europe/Paris	48.99833	-0.54616		Hamars		28	14	142	14689
3014029	Ham	ham	FR	80400	5698	Europe/Paris	49.74721	3.07301		Ham,Sparte		32	80	804	80410
3014030	Halstroff	halstroff	FR	57480	292	Europe/Paris	49.38545	6.48768		Halstroff		44	57	577	57286
3014031	Halsou	halsou	FR	64480	543	Europe/Paris	43.37452	-1.423		Al'su,Alsu,Halsou,Haltsu,Алсу,Альсу		75	64	641	64255
3014034	Halluin	halluin	FR	59250	20171	Europe/Paris	50.78628	3.12611		Alijen,Alljuehn,Alljuen,Halewijn,Halluin,Oalewyne,a lu an,Алијен,Аллюен,Аллюэн,阿吕安		32	59	595	59279
3014036	Hallu	hallu	FR	80320	165	Europe/Paris	49.79348	2.78682		Hallu		32	80	804	80409
3014037	Halloy-lès-Pernois	halloy-les-pernois	FR	80670	358	Europe/Paris	50.05	2.2		Halloy,Halloy-les-Pernois,Halloy-lès-Pernois		32	80	802	80408
3014038	Halloy	halloy	FR	60210	214	Europe/Paris	50.15649	2.42648		Halloy		32	62	621	62404
3014039	Halloy	halloy	FR	60210	500	Europe/Paris	49.65431	1.94196		Halloy		32	60	601	60295
3014040	Halloville	halloville	FR	54450	0	Europe/Paris	48.55443	6.8613		Halloville		44	54	542	54246
3014041	Hallivillers	hallivillers	FR	80250	128	Europe/Paris	49.7006	2.28729		Hallivillers		32	80	803	80407
3014044	Hallines	hallines	FR	62570	1436	Europe/Paris	50.71087	2.22629		Alin,Allin,Hallines,a li ne,halyns,Алин,Аллин,Аллін,هالينس,阿利讷		32	62	625	62403
3014045	Hallignicourt	hallignicourt	FR	52100	284	Europe/Paris	48.64368	4.87055				44	52	523	52235
3014047	Halles-sous-les-Côtes	halles-sous-les-cotes	FR	55700	125	Europe/Paris	49.45033	5.12173		Halles,Halles-sous-les-Cotes,Halles-sous-les-Côtes		44	55	553	55225
3014048	Hallering	hallering	FR	57690	104	Europe/Paris	49.11895	6.55214		Hallering		44	57	573	57284
3014049	Hallennes-lez-Haubourdin	hallennes-lez-haubourdin	FR	59320	3872	Europe/Paris	50.61334	2.9656		Alan le Oburden,Allenn-le-Oburden,Hallennes,Hallennes-les-Haubourdin,Hallennes-lez-Haubourdin,Hallennes-lès-Haubourdin,a lai ne lai ou bu er dan,Алан ле Обурден,Алленн-ле-Обурден,阿莱讷莱欧布尔丹		32	59	595	59278
3014050	Hallencourt	hallencourt	FR	80490	1372	Europe/Paris	49.99201	1.87649		Alankur,Allankur,Hallencourt,a lang ku er,arankuru,Аланкур,Алланкур,アランクール,阿朗库尔		32	80	801	80406
3014052	Halinghen	halinghen	FR	62830	285	Europe/Paris	50.60248	1.69255		Alengan,Halinghen,a lan gang,halynhyn,Аленган,هالينهين,阿兰冈		32	62	623	62402
3014056	Haleine	haleine	FR	61410	0	Europe/Paris	49.68429	1.85431				32	60	601	60599
3014057	Haleine	haleine	FR	61410	270	Europe/Paris	48.51675	-0.44269				28	61	611	61096
3014060	Haisnes	haisnes	FR	62090 CEDEX	4436	Europe/Paris	50.50776	2.79416		Haisnes,Haisnes-lez la Bassee,Haisnes-lez la Bassée		32	62	622	62401
3014061	Haironville	haironville	FR	55000	577	Europe/Paris	48.68698	5.0854		Eronvil,Eronvil',Haironville,ai long wei er,Еронвил,Еронвиль,Еронвіль,艾龙维尔		44	55	551	55224
3014062	Hainvillers	hainvillers	FR	60490	0	Europe/Paris	49.5927	2.6846				32	60	603	60294
3014064	Haims	haims	FR	86310	250	Europe/Paris	46.5024	0.91861		Em,Haims,an cun,Ем,安村		75	86	862	86110
3014065	Haimps	haimps	FR	17160	457	Europe/Paris	45.86801	-0.25959		Haimps		75	17	175	17188
3014067	Haillicourt	haillicourt	FR	62940	5121	Europe/Paris	50.47519	2.57458		Aikur,Ajikur,Haillicourt,a yi ku er,haylykwrt,Аикур,Айикур,Аїкур,Ајикур,هايليكورت,阿伊库尔		32	62	622	62400
3014068	Hailles	hailles	FR	80440	340	Europe/Paris	49.80541	2.43836		Aj,Hailles,Heille,a ye,Ай,Ај,阿耶		32	80	803	80405
3014069	Haillainville	haillainville	FR	88330	175	Europe/Paris	48.39362	6.48095		Haillainville		44	88	881	88228
3014070	Haigneville	haigneville	FR	54290	39	Europe/Paris	48.48613	6.34251		Haigneville		44	54	542	54245
3014078	Haguenau	haguenau	FR	67500	38721	Europe/Paris	48.81557	7.79051		Ageno,Agenu,Agijeno,Agno,Ankno,Hagenau,Haguenau,Hawenau,Hàwenau,a gai nuo,ageuno,agno,agnw,aguno,haghwynaw,Αγκνώ,Агено,Агену,Агијено,Агно,אגנו,اگنو,هاغويناو,აგნო,アグノー,阿盖诺,아그노	672	44	67	672	67180
3014080	Hagondange	hagondange	FR	57300	9039	Europe/Paris	49.24879	6.16374		Agondanzh,Hagendingen,Hagondange,a gong dang ge,hagndanzh,Агонданж,هاگندانژ,阿贡当格		44	57	579	57283
3014081	Hagnicourt	hagnicourt	FR	08430	63	Europe/Paris	49.60765	4.5893		Hagnicourt		44	08	082	08205
3014082	Hagnéville-et-Roncourt	hagneville-et-roncourt	FR	88300	89	Europe/Paris	48.25	5.8				44	88	882	88227
3014083	Hagéville	hageville	FR	54470	86	Europe/Paris	49.03167	5.86075		Hageville,Hagéville		44	54	541	54244
3014084	Hagetmau	hagetmau	FR	40700	4798	Europe/Paris	43.65893	-0.59172		Azhemo,Azhetmo,a re te mo,Ажемо,Ажетмо,阿热特莫		75	40	402	40119
3014085	Hagetaubin	hagetaubin	FR	64370	477	Europe/Paris	43.51925	-0.62452		Azhetoben,Azhtoben,Hagetaubin,a re tuo ban,Ажетобен,Ажтобен,阿热托班		75	64	643	64254
3014086	Haget	haget	FR	32730	305	Europe/Paris	43.41948	0.162		Haget		76	32	323	32152
3014087	Hagenthal-le-Haut	hagenthal-le-haut	FR	68220	0	Europe/Paris	47.5204	7.46754		Hagenthal-le-Haut		44	68	684	68121
3014088	Hagenthal-le-Bas	hagenthal-le-bas	FR	68220	1050	Europe/Paris	47.52497	7.47783				44	68	684	68120
3014089	Hagenbach	hagenbach	FR	68210	622	Europe/Paris	47.64923	7.15788		Hagenbach		44	68	681	68119
3014090	Hagen	hagen	FR	57570	123	Europe/Paris	49.49873	6.172		Hagen		44	57	577	57282
3014091	Hagedet	hagedet	FR	65700	47	Europe/Paris	43.51841	-0.02887		Hagedet		76	65	653	65215
3014092	Hagécourt	hagecourt	FR	88270	151	Europe/Paris	48.23668	6.15426		Hagecourt,Hagécourt		44	88	881	88226
3014094	Haegen	haegen	FR	67700	656	Europe/Paris	48.71492	7.33912		Haegen,Khegen,Хеген		44	67	674	67179
3014096	Hadol	hadol	FR	88220	2184	Europe/Paris	48.08983	6.47662		Adol,Adol',Hadol,a duo,Адол,Адоль,阿多		44	88	881	88225
3014097	Hadigny-les-Verrières	hadigny-les-verrieres	FR	88330	358	Europe/Paris	48.32119	6.46048		Hadigny,Hadigny-les-Verrieres,Hadigny-les-Verrières		44	88	881	88224
3014098	Hadancourt-le-Haut-Clocher	hadancourt-le-haut-clocher	FR	60240	366	Europe/Paris	49.18549	1.85515		Adankur le O Kloshe,Adankur-le-O-Kloshe,Hadancourt,Hadancourt-le-Haut-Clocher,a dang ku er lai-ao ke luo she,Аданкур ле О Клоше,Аданкур-ле-О-Клоше,阿当库尔莱-奥克洛舍		32	60	601	60293
3014100	Hacqueville	hacqueville	FR	27150	442	Europe/Paris	49.28202	1.55647		Hacqueville		28	27	271	27310
3014101	Hâcourt	hacourt	FR	52150	32	Europe/Paris	48.16375	5.57415		Hacourt,Hâcourt		44	52	521	52234
3014102	Hachan	hachan	FR	65230	40	Europe/Paris	43.28495	0.45868		Hachan		76	65	653	65214
3014103	Habsheim	habsheim	FR	68440	4534	Europe/Paris	47.72975	7.41801		Habsheim		44	68	684	68118
3014104	Haboudange	haboudange	FR	57340	245	Europe/Paris	48.89037	6.612		Haboudange		44	57	575	57281
3014105	Habloville	habloville	FR	61210	0	Europe/Paris	49.14724	1.36559				28	27	271	27517
3014106	Habloville	habloville	FR	61210	274	Europe/Paris	48.78851	-0.17009		Habloville		28	61	612	61199
3014108	Hablainville	hablainville	FR	54120	0	Europe/Paris	48.51744	6.72783		Hablainville,Hablainviller		44	54	542	54243
3014112	Habère-Poche	habere-poche	FR	74420	810	Europe/Paris	46.24988	6.47275		Aber Posh,Aber-Posh,Abero d'Amont,Habere-Poche,Haberium Perulae,Habère-Poche,Âbèro d’Amont,Абер Пош,Абер-Пош,ہابیر-پوچ		84	74	744	74140
3014113	Habère-Lullin	habere-lullin	FR	74420	704	Europe/Paris	46.23457	6.45523		Aber Lilen,Aber-Ljullen,Abero d'Aval,Habere-Lullin,Haberium Lulinorum,Habère-Lullin,Âbèro d’Avâl,Абер Лилен,Абер-Люллен,ہابیر-لولن		84	74	744	74139
3014114	Habas	habas	FR	40290	1470	Europe/Paris	43.5717	-0.92975		Habas		75	40	401	40118
3014116	Habarcq	habarcq	FR	62123	664	Europe/Paris	50.30507	2.61012		Abark,Habarcq,a ba er ke,habarskyw,Абарк,هابارسكيو,阿巴尔克		32	62	621	62399
3014120	Gy-l'Évêque	gy-l-eveque	FR	89580	0	Europe/Paris	47.72109	3.54889		Gy-l'Eveque,Gy-l'Évêque		27	89	891	89199
3014121	Gy-les-Nonains	gy-les-nonains	FR	45220	649	Europe/Paris	47.94696	2.85054		Gi le Nonen,Gy,Gy-les-Nonains,Zhi-le-Nonen,ji lai nuo nan,Ги ле Нонен,Жі-ле-Нонен,吉莱诺南		24	45	451	45165
3014123	Gyé-sur-Seine	gye-sur-seine	FR	10250	520	Europe/Paris	48.02991	4.4286		Gye,Gye-sur-Seine,Gyé,Gyé-sur-Seine		44	10	103	10170
3014124	Gy-en-Sologne	gy-en-sologne	FR	41230	516	Europe/Paris	47.34444	1.58244		Gy,Gy-en-Sologne		24	41	413	41099
3014126	Gye	gye	FR	54113	189	Europe/Paris	48.61993	5.87676		Gye		44	54	544	54242
3014128	Gy	gy	FR	70700	1043	Europe/Paris	47.40588	5.81226		Gy		27	70	702	70282
3014131	Guzargues	guzargues	FR	34820	390	Europe/Paris	43.72333	3.92556		Guzargues		76	34	342	34118
3014134	Guyonvelle	guyonvelle	FR	52400	118	Europe/Paris	47.85427	5.70789		Guyonvelle		44	52	522	52233
3014137	Guyencourt-sur-Noye	guyencourt-sur-noye	FR	80250	207	Europe/Paris	49.78015	2.37131		Guyencourt,Guyencourt-sur-Noye		32	80	803	80403
3014138	Guyencourt-Saulcourt	guyencourt-saulcourt	FR	80240	151	Europe/Paris	49.99998	3.07976		Guyencourt-Saulcourt		32	80	804	80404
3014139	Guyencourt	guyencourt	FR	02160	229	Europe/Paris	49.35738	3.83785		Guyencourt		32	02	022	02364
3014141	Guyans-Vennes	guyans-vennes	FR	25390	599	Europe/Paris	47.15665	6.57137		Guyans,Guyans-Vennes		27	25	253	25301
3014142	Guyans-Durnes	guyans-durnes	FR	25580	165	Europe/Paris	47.12248	6.2435		Guyans,Guyans-Durnes		27	25	251	25300
3014207	Guipy	guipy	FR	58420	229	Europe/Paris	47.22893	3.58012		Guipy		27	58	582	58132
3014143	Guyancourt	guyancourt	FR	78041 CEDEX	31989	Europe/Paris	48.77334	2.07393		Gijankur,Gjujankur,Guyancourt,giangkuleu,gwyankwr,gyuiyankuru,ji yang gu er,Гиянкур,Гијанкур,Гюйанкур,Гіянкур,گویانکور,ギュイヤンクール,基揚古爾,기앙쿠르		11	78	784	78297
3014147	Gussignies	gussignies	FR	59570	288	Europe/Paris	50.33686	3.73887		Gjussini,ju xi ni,Гюссини,Гюссіні,居西尼		32	59	591	59277
3014148	Gussainville	gussainville	FR	55400	19	Europe/Paris	49.17047	5.67912		Gussainville		44	55	553	55222
3014149	Gury	gury	FR	60310	178	Europe/Paris	49.57009	2.80131		Gury		32	60	603	60292
3014150	Gurunhuel	gurunhuel	FR	22390	395	Europe/Paris	48.51604	-3.29956		Gurunhuel,Gurunuhel		53	22	222	22072
3014151	Gurs	gurs	FR	64190	444	Europe/Paris	43.28731	-0.75416		Gjurs,Gurs,guru,ju er,Гюрс,グール,居尔		75	64	642	64253
3014152	Gurmençon	gurmencon	FR	64400	848	Europe/Paris	43.15567	-0.59524		Gjurmanson,Gurmencon,Gurmençon,ju er mang song,Гюрмансон,居尔芒松		75	64	642	64252
3014153	Gurgy-le-Château	gurgy-le-chateau	FR	21290	63	Europe/Paris	47.82654	4.9259		Gurgy-la-Pierre,Gurgy-le-Chateau,Gurgy-le-Château		27	21	213	21313
3014154	Gurgy-la-Ville	gurgy-la-ville	FR	21290	37	Europe/Paris	47.84912	4.94132		Gurgy-la-Commune,Gurgy-la-Ville		27	21	213	21312
3014155	Gurgy	gurgy	FR	89250	1718	Europe/Paris	47.86712	3.56341		Gurgy		27	89	891	89198
3014157	Gurcy-le-Châtel	gurcy-le-chatel	FR	77520	423	Europe/Paris	48.47016	3.08649		Gurcy,Gurcy-le-Chatel,Gurcy-le-Châtel		11	77	773	77223
3014158	Gurat	gurat	FR	16320	187	Europe/Paris	45.42897	0.26912		Gjura,Gurac,Gurat,ju la,Гюра,居拉		75	16	161	16162
3014159	Guran	guran	FR	31440	0	Europe/Paris	42.89003	0.61597		Guran		76	31	312	31235
3014161	Guny	guny	FR	02300	449	Europe/Paris	49.51905	3.26905		Guny		32	02	022	02363
3014162	Guntzviller	guntzviller	FR	57405	346	Europe/Paris	48.71033	7.16188		Guntzviller		44	57	575	57280
3014163	Gunstett	gunstett	FR	67360	705	Europe/Paris	48.91425	7.76302		Gunstett		44	67	672	67177
3014164	Gunsbach	gunsbach	FR	68140	829	Europe/Paris	48.04777	7.17595		Gunsbach		44	68	682	68117
3014165	Gungwiller	gungwiller	FR	67320	275	Europe/Paris	48.88151	7.15764		Gungwiller		44	67	674	67178
3014166	Gundolsheim	gundolsheim	FR	68250	641	Europe/Paris	47.92992	7.29492				44	68	686	68116
3014167	Gundershoffen	gundershoffen	FR	67110	3710	Europe/Paris	48.90648	7.66096		Gundershoffen		44	67	672	67176
3014169	Gumond	gumond	FR	19320	108	Europe/Paris	45.22042	1.97897		Gumond		75	19	192	19090
3014170	Gumières	gumieres	FR	42560	271	Europe/Paris	45.53125	3.98612		Gumieres,Gumières		84	42	421	42107
3014171	Gumiane	gumiane	FR	26470	37	Europe/Paris	44.51065	5.2749		Gumaine,Gumiane		84	26	261	26147
3014172	Gumery	gumery	FR	10400	217	Europe/Paris	48.44833	3.43158		Gumery		44	10	102	10169
3014173	Gumbrechtshoffen	gumbrechtshoffen	FR	67110	1299	Europe/Paris	48.9058	7.62915		Niederbronn		44	67	672	67174
3014175	Gujan-Mestras	gujan-mestras	FR	33470	19184	Europe/Paris	44.636	-1.06815		Gjuzhan-Mestras,Gujan,Gujan e Mestras,Gujan e Mestràs,Gujan-Mestras,Gujan-et-Mestras,ju rang mei si te la,Гюжан-Местрас,居让梅斯特拉		75	33	336	33199
3014176	Guizerix	guizerix	FR	65230	138	Europe/Paris	43.32368	0.44786		Guizerix		76	65	653	65213
3014177	Guizengeard	guizengeard	FR	16480	158	Europe/Paris	45.29993	-0.10652		Gizanzhar,Guizengeard,ji cang ya er,Гизанжар,Гізанжар,吉藏雅尔		75	16	162	16161
3014178	Guizancourt	guizancourt	FR	80290	106	Europe/Paris	49.73585	1.99545		Guizancourt		32	80	802	80402
3014179	Guivry	guivry	FR	02300	233	Europe/Paris	49.64543	3.11578		Guivry		32	02	022	02362
3014181	Guitté	guitte	FR	22350	549	Europe/Paris	48.29688	-2.09503		Guitte,Guitté,Gwitei		53	22	221	22071
3014183	Guitry	guitry	FR	27510	249	Europe/Paris	49.21535	1.55264		Guitry		28	27	271	27213
3014185	Guîtres	guitres	FR	33230	1607	Europe/Paris	45.04143	-0.18644		Gitr,Gjuitr,Guitres,Guîtres,ji te lei,Гитр,Гюитр,Гюїтр,吉特雷		75	33	335	33198
3014186	Guitrancourt	guitrancourt	FR	78440	645	Europe/Paris	49.00948	1.7765		Gitrankur,Guitrancourt,Гитранкур,Гітранкур		11	78	781	78296
3014187	Guitinières	guitinieres	FR	17500	397	Europe/Paris	45.44162	-0.51101		Guitinieres,Guitinières		75	17	171	17187
3014188	Guitera-les-Bains	guitera-les-bains	FR	20153	112	Europe/Paris	41.91667	9.08333		Gitera-le-Ben,Guitera Bagni,Guitera-le-Ben,Vuttera,ji te la lai bei en,Гитера-ле-Бен,Гуитера-ле-Бен,Гуїтера-ле-Бен,吉特拉萊貝恩		94	2A	2A1	2A133
3014191	Guisy	guisy	FR	62140	311	Europe/Paris	50.3884	2.00269		Gizi,Guisy,ji xi,jwysy,Гизи,Гізі,جويسي,吉西		32	62	624	62398
3014192	Guissény	guisseny	FR	29880	1938	Europe/Paris	48.63418	-4.4091		Gisseni,Guisseny,Guissény,Gwiseni,Гиссени,Гіссені		53	29	291	29077
3014193	Guiseniers	guiseniers	FR	27700	404	Europe/Paris	49.21463	1.48057		Gizen'e,Guiseniers,ji se nie er,Гизенье,Гізеньє,吉瑟涅尔		28	27	271	27307
3014195	Guise	guise	FR	02120	6033	Europe/Paris	49.90055	3.62801		Beaupre,Beaupré,Giz,Gjuiz,Guisa,Guise,Reunion-sur-Oise,Réunion-sur-Oise,ji si,Гиз,Гюиз,Гіз,吉斯		32	02	025	02361
3014196	Guiscriff	guiscriff	FR	56560	2554	Europe/Paris	48.04974	-3.64491		Giskriff,Guiscriff,Guiseriff,Gwiskri,ji si ke li,Гискрифф,Гіскрифф,吉斯克里		53	56	562	56081
3014197	Guiscard	guiscard	FR	60640	1802	Europe/Paris	49.6566	3.05127		Guiscard		32	60	603	60291
3014200	Guiry-en-Vexin	guiry-en-vexin	FR	95450	185	Europe/Paris	49.10925	1.85072		Giri-an-Veksen,Guiry,Guiry-en-Vexin,fu ke sang de qu ju yi li,Гири-ан-Вексен,Гірі-ан-Вексен,弗克桑地区居伊里		11	95	953	95295
3014208	Guipry	guipry	FR	35480	3281	Europe/Paris	47.82529	-1.8422		Gipri,Guipry,Gwipri,Wippericum,ji pu li,Гипри,Гіпрі,吉普里		53	35	352	35176
3014209	Guipronvel	guipronvel	FR	29290	695	Europe/Paris	48.49045	-4.5743		Guipronvel,Gwipronvel,Gwiproñvel		53	29	291	29076
3014212	Guipel	guipel	FR	35440	1557	Europe/Paris	48.29824	-1.72141		Guipel,Gwipedel		53	35	353	35128
3014213	Guipavas	guipavas	FR	29490	13755	Europe/Paris	48.43411	-4.40197		Gipava,Guipavas,Gwipavaz,ji pa wa,Гипава,Гіпава,吉帕瓦		53	29	291	29075
3014216	Guinzeling	guinzeling	FR	57670	67	Europe/Paris	48.87962	6.84225		Guinzeling		44	57	575	57278
3014218	Guinkirchen	guinkirchen	FR	57220	142	Europe/Paris	49.20652	6.44943		Guinkirchen		44	57	573	57277
3014219	Guinglange	guinglange	FR	57690	245	Europe/Paris	49.07326	6.52561		Guinglange		44	57	573	57276
3014221	Guingamp	guingamp	FR	22200	9023	Europe/Paris	48.56259	-3.15289		Gengam,Gengan,Genganas,Gingam,Guengampum,Guingamp,Gwengamp,gaeng-gang,gan gang,gangan,ghanghan,gngamn,gngamp,Генгам,Генган,Гингам,غانغان,گنگامن,گنگامپ,ガンガン,甘岡,갱강	222	53	22	222	22070
3014224	Guînes	guines	FR	62340	5342	Europe/Paris	50.86708	1.87025		Gin,Gjuin,Guines,Guines-en-Calaisis,Guinne,Guînes,Guînes-en-Calaisis,ji ne,jwynys,Гин,Гюин,Гюїн,جوينيس,吉讷		32	62	626	62397
3014226	Guinecourt	guinecourt	FR	62130	0	Europe/Paris	50.34878	2.22563		Ginekur,Guinecourt,ji ne ku er,jwynykwrt,Гинекур,Гінекур,جوينيكورت,吉讷库尔		32	62	621	62396
3014228	Guindrecourt-sur-Blaise	guindrecourt-sur-blaise	FR	52330	30	Europe/Paris	48.2962	4.97452		Guindrecourt,Guindrecourt-sur-Blaise		44	52	521	52232
3014229	Guindrecourt-aux-Ormes	guindrecourt-aux-ormes	FR	52300	91	Europe/Paris	48.45967	5.03384		Guindrecourt,Guindrecourt-aux-Ormes		44	52	523	52231
3014230	Guincourt	guincourt	FR	08130	95	Europe/Paris	49.55714	4.6261		Guincourt		44	08	084	08204
3014233	Guimps	guimps	FR	16300	507	Europe/Paris	45.46614	-0.24696		Gem,Guimps,ji mu pu,Гем,吉姆普		75	16	162	16160
3014236	Guimiliau	guimiliau	FR	29400	862	Europe/Paris	48.48819	-3.99782		Gimil'jo,Guimiliau,Gwimilio,gimirio,ji mi li ao,Гимильйо,Гімільйо,ギミリオー,吉米利奥		53	29	293	29074
3014238	Guimaëc	guimaec	FR	29620	898	Europe/Paris	48.66735	-3.7087		Gimaek,Guimaec,Guimaëc,Gwimaeg,gimaekku,ji ma e ke,Гимаек,Гімаек,ギマエック,吉马厄克		53	29	293	29073
3014239	Guilvinec	guilvinec	FR	29730	3201	Europe/Paris	47.79731	-4.28462		Ar Gelveneg,Gil'vinek,Guilvinec,Le Guilvinec,ji er wei nei ke,Гильвинек,Гільвінек,吉尔维内克		53	29	294	29072
3014241	Guilmécourt	guilmecourt	FR	76630	245	Europe/Paris	49.96667	1.3022		Guilmecourt,Guilmécourt		28	76	761	76618
3014243	Guilly	guilly	FR	36150	0	Europe/Paris	47.97619	-2.02259				53	35	353	35169
3014244	Guilly	guilly	FR	36150	644	Europe/Paris	47.80421	2.27609		Guilly		24	45	452	45164
3014245	Guilly	guilly	FR	36150	0	Europe/Paris	47.14729	2.61955	180			24	18	181	18035
3014246	Guilly	guilly	FR	36150	230	Europe/Paris	47.0819	1.72485		Guilly		24	36	364	36085
3014247	Guillos	guillos	FR	33720	384	Europe/Paris	44.548	-0.50254		Gillos,Guilhos,Guilhòs,Guillos,ji luo,Гиллос,Гіллос,吉洛		75	33	333	33197
3014248	Guillonville	guillonville	FR	28140	0	Europe/Paris	48.3082	1.70944				24	28	281	28047
3014249	Guillonville	guillonville	FR	28140	436	Europe/Paris	48.09087	1.66292		Guillonville		24	28	282	28190
3014250	Guillon-les-Bains	guillon-les-bains	FR	25110	121	Europe/Paris	47.31887	6.39181		Guillon		27	25	251	25299
3014251	Guillon	guillon	FR	89420	0	Europe/Paris	47.5761	-0.86595				52	49	494	49367
3014252	Guillon	guillon	FR	89420	478	Europe/Paris	47.51346	4.09274		Guillon		27	89	892	89197
3014254	Guilligomarc'h	guilligomarc-h	FR	29300	0	Europe/Paris	47.93616	-3.41607		Guilligomarc'h,Gwelegouarc'h		53	29	294	29071
3014255	Guilliers	guilliers	FR	56490	1453	Europe/Paris	48.04271	-2.40505		Guilliers,Gwiler-Porc'hoed		53	56	562	56080
3014256	Guilleville	guilleville	FR	28310	184	Europe/Paris	48.22503	1.81279		Guilleville		24	28	281	28189
3014258	Guillestre	guillestre	FR	05600	2409	Europe/Paris	44.6595	6.64948	1000	Gijestr,Gillestr,Guilhestra,Guilhèstra,ji lai si te er,Гийестр,Гіллестр,吉莱斯特尔		93	05	051	05065
3014261	Guillerval	guillerval	FR	91690	752	Europe/Paris	48.36464	2.10061		Gillerval',Guillerval,ju yi lai er wa,Гиллерваль,Гіллерваль,居伊莱尔瓦		11	91	911	91294
3014265	Guillemont	guillemont	FR	80360	117	Europe/Paris	50.01259	2.82627		Guillemont		32	80	804	80401
3014268	Guillaumes	guillaumes	FR	06470	613	Europe/Paris	44.09032	6.85315		Gijom,Guilherme,Guillaumes,Velaunium,ji luo mei,jwylawmys,Гийом,Гійом,جويلاوميس,吉洛梅		93	06	062	06071
3014270	Guillaucourt	guillaucourt	FR	80170	312	Europe/Paris	49.84254	2.63175		Guillaucourt		32	80	804	80400
3014274	Guillac	guillac	FR	33420	1170	Europe/Paris	47.91096	-2.46651		Gilieg,Guillac		53	56	562	56079
3014275	Guillac	guillac	FR	33420	174	Europe/Paris	44.80149	-0.21307		Guillac		75	33	335	33196
3014277	Guilherand-Granges	guilherand-granges	FR	07500	11365	Europe/Paris	44.93278	4.87372		Granges-les-Valence,Granges-lès-Valence		84	07	073	07102
3014279	Guiler-sur-Goyen	guiler-sur-goyen	FR	29710	434	Europe/Paris	48.01566	-4.35928		Guiler,Guiler-sur-Goeyen,Guiler-sur-Goyen,Guiller-sur-Goayen,Gwiler-Kerne		53	29	294	29070
3014280	Guilers	guilers	FR	29820	7328	Europe/Paris	48.42702	-4.55978		Gile,Guilers,Gwiler-Leon,ji lai er,Гиле,Гіле,吉莱尔		53	29	291	29069
3014282	Guilberville	guilberville	FR	50160	909	Europe/Paris	48.98881	-0.94358		Gil'bervil',Guilberville,ji er bei er wei er,Гильбервиль,Гільбервіль,吉尔贝尔维尔		28	50	504	50601
3014285	Guigny	guigny	FR	62140	146	Europe/Paris	50.33016	1.99931		Guigny		32	62	624	62395
3014288	Guignicourt-sur-Vence	guignicourt-sur-vence	FR	08430	308	Europe/Paris	49.68201	4.65211		Guignicourt,Guignicourt-sur-Vence		44	08	081	08203
3014289	Guignicourt	guignicourt	FR	02190	2226	Europe/Paris	49.43714	3.96755		Gin'ikur,Guignicourt,ji ni ku er,Гиньикур,Гіньїкур,吉尼库尔		32	02	022	02360
3014290	Guigneville-sur-Essonne	guigneville-sur-essonne	FR	91590	983	Europe/Paris	48.47503	2.35451		Gin'evil'-sjur-Ehssonna,Gin'evil'-sjur-Essonn,ai song he pan ju yi ge wei er,Гиньевиль-сюр-Эссонна,Гіньєвіль-сюр-Ессонн,埃松河畔居伊格维尔		11	91	911	91293
3014291	Guigneville	guigneville	FR	45300	482	Europe/Paris	48.20601	2.17701		Gin'evil',Guigneville,ji gai wei er,Гіньєвіль,吉盖维尔		24	45	453	45162
3014292	Guignes	guignes	FR	77390	2639	Europe/Paris	48.63333	2.8		Gin',Guignes-Libre,Guignes-Rabutin,Гинь,Гінь		11	77	772	77222
3014293	Guignés	guignes	FR	77390	0	Europe/Paris	44.6237	0.93333		Guignes,Guignés		75	47	473	47029
3014294	Guignen	guignen	FR	35580	2645	Europe/Paris	47.92092	-1.86298		Gin'jan,Guignen,Gwinien,ji gai en,Гиньян,Гіньян,吉盖恩		53	35	352	35127
3014295	Guignemicourt	guignemicourt	FR	80540	251	Europe/Paris	49.86951	2.17501		Guignemicourt		32	80	802	80399
3014296	Guignecourt	guignecourt	FR	60480	430	Europe/Paris	49.48177	2.12805		Guignecourt		32	60	601	60290
3014303	Guidel	guidel	FR	56520	0	Europe/Paris	47.78889	-3.48667		Gidel',Guidel,Guinel,Gwidel,ji dai,Гидель,Гідель,吉代		53	56	561	56078
3014304	Guiclan	guiclan	FR	29410	2138	Europe/Paris	48.55065	-3.96177		Giklan,Guiclan,Gwiglann,ji ke lang,Гиклан,Гіклан,吉克朗		53	29	293	29068
3014305	Guichen	guichen	FR	35580	7142	Europe/Paris	47.96813	-1.79576		Gishan,Guichen,Gwizien,ji shang,Гишан,Гішан,吉尚		53	35	352	35126
3014306	Guiche	guiche	FR	64520	781	Europe/Paris	43.51199	-1.20403		Gixune,Guiche		75	64	641	64250
3014310	Guichainville	guichainville	FR	27930	2473	Europe/Paris	49.00139	1.19305		Gishenvil',ji shang wei er,Гишенвиль,Гішенвіль,吉尚维尔		28	27	273	27306
3014313	Guibeville	guibeville	FR	91630	687	Europe/Paris	48.57048	2.27134		Gibvil',Guibeville,ju yi bo wei er,Гибвиль,Гібвіль,居伊伯维尔		11	91	913	91292
3014318	Gugney-aux-Aulx	gugney-aux-aulx	FR	88450	133	Europe/Paris	48.30303	6.27026		Gjun'e-oz-O,Gugney,Gugney-aux-Aulx,ju gai yi ao ao er,Гюнье-оз-О,Гюньє-оз-О,居盖伊奥奥尔		44	88	881	88223
3014319	Gugney	gugney	FR	54930	55	Europe/Paris	48.39858	6.06293		Gugney		44	54	543	54241
3014320	Gugnécourt	gugnecourt	FR	88600	205	Europe/Paris	48.24367	6.62212		Gugnecourt,Gugnécourt		44	88	881	88222
3014326	Gueytes-et-Labastide	gueytes-et-labastide	FR	11230	28	Europe/Paris	43.06816	2.00649		Gueytes,Gueytes-et-Labastide,Gueytes-et-Labastide-Haut		76	11	112	11080
3014327	Guewenheim	guewenheim	FR	68116	1229	Europe/Paris	47.75283	7.09253				44	68	686	68115
3014329	Guevenatten	guevenatten	FR	68210	151	Europe/Paris	47.68139	7.07987		Gevenatten,Guevenatten,gai wei na tang,Гевенаттен,盖韦纳唐		44	68	681	68114
3014330	Gueux	gueux	FR	51390	1453	Europe/Paris	49.25048	3.91024		Gueux		44	51	513	51282
3014331	Gueutteville-les-Grès	gueutteville-les-gres	FR	76460	312	Europe/Paris	49.84195	0.76189		Gueutteville,Gueutteville-les-Gres,Gueutteville-les-Grès		28	76	761	76336
3014332	Gueutteville	gueutteville	FR	76890	67	Europe/Paris	49.64892	1.00324		Gueutteville		28	76	761	76335
3014333	Gueures	gueures	FR	76730	542	Europe/Paris	49.84434	0.9619		Gueures		28	76	761	76334
3014334	Gueugnon	gueugnon	FR	71130	8486	Europe/Paris	46.60357	4.06286		Gen'on,Genjonas,Gueugnon,Геньон		27	71	713	71230
3014337	Gueudecourt	gueudecourt	FR	80360	106	Europe/Paris	50.05926	2.84357		Gedekur,Gudecourt,Gueudecourt,ge de ku er,Гедекур,格德库尔		32	80	804	80397
3014340	Guéthary	guethary	FR	64210	1370	Europe/Paris	43.42419	-1.60901		Cetaria,Getari,Getaria,Guetaria,Guethary,Guéthary,gai ta li,getari,Гетари,Гетарі,ゲタリー,盖塔里		75	64	641	64249
3014344	Guessling-Hémering	guessling-hemering	FR	57380	928	Europe/Paris	49.02496	6.65865		Guessling,Guessling-Hemering,Guessling-Hémering		44	57	573	57275
3014345	Guesnes	guesnes	FR	86420	277	Europe/Paris	46.9164	0.16231		Guesnes		75	86	861	86109
3014346	Guesnain	guesnain	FR	59287	4987	Europe/Paris	50.35	3.15		Djesnain,Djésnain,Genen,Guesnain,ge si nan,Генен,格斯南		32	59	593	59276
3014347	Gueschart	gueschart	FR	80150	333	Europe/Paris	50.23913	2.0109		Gueschart		32	80	801	80396
3014350	Guerville	guerville	FR	76340	428	Europe/Paris	49.95847	1.51532		Guerville		28	76	761	76333
3014351	Guerville	guerville	FR	76340	1990	Europe/Paris	48.94388	1.73429		Guerville		11	78	781	78291
3014353	Guerting	guerting	FR	57880	881	Europe/Paris	49.18821	6.6231		Gerten,Gertingen,Guerting,gai er tan,Гертен,盖尔坦		44	57	573	57274
3014354	Guerstling	guerstling	FR	57320	353	Europe/Paris	49.32883	6.58212		Guerstling		44	57	573	57273
3014358	Guerquesalles	guerquesalles	FR	61120	134	Europe/Paris	48.90381	0.20987		Guerquesalles		28	61	613	61198
3014359	Guerpont	guerpont	FR	55000	306	Europe/Paris	48.73016	5.25833		Guerpont		44	55	551	55221
3014360	Guéron	gueron	FR	14400	248	Europe/Paris	49.24937	-0.71231		Geron,Gueron,Guéron,gai long,Герон,盖龙		28	14	141	14322
3014361	Guerny	guerny	FR	27720	194	Europe/Paris	49.22194	1.67842		Guerny		28	27	271	27304
3014362	Guernes	guernes	FR	78520	880	Europe/Paris	49.01116	1.63681		Gern,Guernes,Герн		11	78	781	78290
3014363	Guernanville	guernanville	FR	27160	90	Europe/Paris	48.88842	0.84327		Guernanville		28	27	272	27565
3014365	Guern	guern	FR	56310	1500	Europe/Paris	48.03044	-3.09196		Guern,Gwern		53	56	562	56076
3014367	Guermantes	guermantes	FR	77600	1537	Europe/Paris	48.85303	2.70495		Germant,Германт		11	77	775	77221
3014368	Guermange	guermange	FR	57260	114	Europe/Paris	48.79578	6.80981		Guermange		44	57	575	57272
3014369	Guerlesquin	guerlesquin	FR	29650	1451	Europe/Paris	48.5173	-3.58895		Guerlesquin,Gwerliskin		53	29	293	29067
3014374	Guérin	guerin	FR	47250	248	Europe/Paris	44.40998	0.06904		Guerin,Guérin		75	47	472	47115
3014376	Guérigny	guerigny	FR	58130	0	Europe/Paris	47.21476	2.14076				24	18	183	18281
3014377	Guérigny	guerigny	FR	58130	2486	Europe/Paris	47.08703	3.20182		Garigniacum,Gerin'i,Guerigny,Guérigny,gai li ni,Гериньи,Гериньї,盖里尼		27	58	583	58131
3014380	Guerfand	guerfand	FR	71620	105	Europe/Paris	46.78804	5.02712		Guerfand		27	71	712	71228
3014383	Guéret	gueret	FR	23000	15853	Europe/Paris	46.17185	1.87166		Garait,Gere,Gueret,Gueretum,Guéret,gai lei,gele,gere,ghwyryt,grh,zhwyr,Гере,גרה,غويريت,ژوئر,ゲレ,盖雷,게레	23	75	23	232	23096
3014384	Guéreins	guereins	FR	01090	1165	Europe/Paris	46.10346	4.77275		Guereins,Guéreins		84	01	012	01183
3014386	Guerchy	guerchy	FR	89113	525	Europe/Paris	47.89116	3.43915		Guerchy		27	89	891	89196
3014387	Guercheville	guercheville	FR	77760	255	Europe/Paris	48.25919	2.55749		Gershvil',Guercheville,Гершвиль,Гершвіль		11	77	774	77220
3014390	Guerbigny	guerbigny	FR	80500	259	Europe/Paris	49.7	2.66163		Guerbigny		32	80	803	80395
3014391	Guérard	guerard	FR	77580	2134	Europe/Paris	48.82086	2.95969		Guerard,Guérard		11	77	771	77219
3014392	Guérande	guerande	FR	44350	16523	Europe/Paris	47.32829	-2.42934		Gerand,Guerande,Guerrandia,Guérande,Gwenrann,gai lang de,gerando,Геранд,ゲランド,蓋朗德		52	44	443	44069
3014393	Guer	guer	FR	56380	6308	Europe/Paris	47.90404	-2.12031		Ger,Guer,Gwern-Porc'hoed,Gwern-Porchoed,Pagus Guernius,gai zhen,Гер,盖镇		53	56	563	56075
3014395	Guêprei	gueprei	FR	61160	140	Europe/Paris	48.83495	-0.01075		Gueprei,Gueprel,Guêprei,Guêprel		28	61	612	61197
3014397	Guenviller	guenviller	FR	57470	643	Europe/Paris	49.10649	6.7988		Genviller,Genweiler,Guenviller,gai en wei lai,Генвиллер,Генвіллер,盖恩维莱		44	57	573	57271
3014398	Guenrouet	guenrouet	FR	44530	2601	Europe/Paris	47.51939	-1.95679		Genrue,Guenrouet,Guenrouët,Gwenred,gai en lu ai,ganrue,Генруе,ガンルエ,盖恩鲁埃		52	44	443	44068
3014399	Guenroc	guenroc	FR	22350	204	Europe/Paris	48.31736	-2.07611		Conueurum,Ganrok,Genrok,Guenroc,Gwenroc'h,Gwenroch,gai en luo ke,Ганрок,Генрок,盖恩罗克		53	22	221	22069
3014402	Guénin	guenin	FR	56150	1304	Europe/Paris	47.90731	-2.98032		Genen,Guenin,Guénin,Gwennin,gai nan,Генен,盖南		53	56	562	56074
3014403	Guengat	guengat	FR	29180	1686	Europe/Paris	48.0421	-4.2055		Genga,Guengat,Gwengad,gai en jia,Генга,盖恩加		53	29	294	29066
3014407	Guénange	guenange	FR	57310	7409	Europe/Paris	49.29945	6.20535		Genanzh,Guenange,Guénange,Niederginingen,gai nan ge,Генанж,盖南格		44	57	577	57269
3014410	Guemps	guemps	FR	62370	903	Europe/Paris	50.9157	1.99752		Gem,Guemps,Guimpse,ju ang pu,jwymbs,Гем,جويمبس,居昂普		32	62	626	62393
3014513	Grossouvre	grossouvre	FR	18600	237	Europe/Paris	46.8798	2.93619		Grossouvre		24	18	182	18106
3014412	Guémené-sur-Scorff	guemene-sur-scorff	FR	56160	1289	Europe/Paris	48.06791	-3.20456		Ar Gemene,Gemene-sjur-Skorff,Gemne-sjur-Skorf,Guemene,Guemene-sur-Scorff,Guémene,Guémené-sur-Scorff,Guéméné-sur-Scorff,gemune=shuru=sukorufu,si ke er he pan gai mei nei,Гемене-сюр-Скорфф,Гемне-сюр-Скорф,ゲムネ＝シュル＝スコルフ,斯科尔河畔盖梅内		53	56	562	56073
3014413	Guémené-Penfao	guemene-penfao	FR	44290	4963	Europe/Paris	47.63043	-1.8327		Gemene-Panfao,Guemene,Guemene-Penfao,Guemene-Pentao,Guémené-Penfao,Guéméne,Guéméné-Penfao,Guéméné-Pentao,Gwenvenez-Penfaou,Mons Candidus,gai mei nei pang fu,gemune=panfo,Гемене-Панфао,ゲムネ＝パンフォ,盖梅内庞福		52	44	445	44067
3014415	Guémar	guemar	FR	68970	1370	Europe/Paris	48.18869	7.39706		Gemar,Guemer,gai ma,Гемар,盖马		44	68	682	68113
3014416	Guémappe	guemappe	FR	62128	405	Europe/Paris	50.25428	2.88984		Gemapp,Guemappe,Guémappe,gai ma pu,jwymaby,Гемапп,جويمابي,盖马普		32	62	621	62392
3014418	Gueltas	gueltas	FR	56920	584	Europe/Paris	48.09504	-2.79588		Gueltas,Gweltaz		53	56	562	56072
3014420	Guéhenno	guehenno	FR	56420	785	Europe/Paris	47.89262	-2.64044		Geenno,Guehenno,Guéhenno,Gwezhennou,Gwezhennoù,gai ai nuo,Геенно,盖埃诺		53	56	562	56071
3014421	Guégon	guegon	FR	56120	2587	Europe/Paris	47.93788	-2.56491		Gegon,Guegon,Guégon,Gwegon,gai gong,Гегон,盖贡		53	56	562	56070
3014423	Gué-d'Hossus	gue-d-hossus	FR	08230	0	Europe/Paris	49.95608	4.5401		Gue-d'Hossus,Gué-d'Hossus		44	08	081	08202
3014430	Guécélard	guecelard	FR	72230	2734	Europe/Paris	47.87626	0.12928		Geselar,Guecelard,Guécélard,Геселар		52	72	721	72146
3014433	Guebwiller	guebwiller	FR	68500	12548	Europe/Paris	47.91667	7.2		Gebviller,Gebweiler,Guebwiller,gai bu wei lai,gebuvu~ireru,Гебвиллер,Гебвіллер,ゲブヴィレール,盖布维莱	686	44	68	686	68112
3014436	Guébling	guebling	FR	57260	148	Europe/Paris	48.86268	6.74389		Guebling,Guébling		44	57	575	57268
3014437	Guéblange-lès-Dieuze	gueblange-les-dieuze	FR	57260	145	Europe/Paris	48.77524	6.69994		Gueblange,Gueblange-les-Dieuze,Guéblange,Guéblange-lès-Dieuze		44	57	575	57266
3014438	Guébestroff	guebestroff	FR	57260	51	Europe/Paris	48.83037	6.71642		Guebestroff,Guébestroff		44	57	575	57265
3014439	Gueberschwihr	gueberschwihr	FR	68420	850	Europe/Paris	48.00399	7.27552		Geberschweier,Gebershvir,Gubershvir,gai bei er si ke wei,Гебершвир,Гебершвір,Губершвир,盖贝尔斯克维		44	68	686	68111
3014440	Guebenhouse	guebenhouse	FR	57510	410	Europe/Paris	49.07522	6.94212		Guebenhausen,Guebenhouse		44	57	576	57264
3014442	Gudmont-Villiers	gudmont-villiers	FR	52320	349	Europe/Paris	48.35	5.13333				44	52	523	52230
3014446	Guchen	guchen	FR	65240	380	Europe/Paris	42.86405	0.33783		Guchen		76	65	652	65212
3014447	Guchan	guchan	FR	65170	157	Europe/Paris	42.84818	0.35023		Guchan		76	65	652	65211
3014449	Guargualé	guarguale	FR	20128	0	Europe/Paris	41.83647	8.92657		Guarguale,Guargualé		94	2A	2A1	2A132
3014450	Guarbecque	guarbecque	FR	62330	1299	Europe/Paris	50.61162	2.48895		Gjuarbek,Guarbecque,Guerbecque,Guérbécque,gua er bei ke,jwabysykyw,Гюарбек,جوابيسيكيو,瓜尔贝克		32	62	622	62391
3014454	Guainville	guainville	FR	28260	634	Europe/Paris	48.91691	1.49101		Guainville		24	28	283	28187
3014456	Guagno	guagno	FR	20160	145	Europe/Paris	42.16842	8.94795		Guagno		94	2A	2A1	2A131
3014461	Gruyères	gruyeres	FR	08430	64	Europe/Paris	49.71061	4.60241		Gruyeres,Gruyères		44	08	081	08201
3014463	Grust	grust	FR	65120	43	Europe/Paris	42.88908	-0.03183		Grust		76	65	651	65210
3014464	Grussenheim	grussenheim	FR	68320	802	Europe/Paris	48.14628	7.48745		Grjussenajm,Gruessenheim,Grussenheim,Grüssenheim,ge lu se nan,Грюссенайм,格吕瑟南		44	68	682	68110
3014465	Grusse	grusse	FR	39190	154	Europe/Paris	46.59568	5.50191		Grusse		27	39	392	39576
3014466	Gruson	gruson	FR	59152	1228	Europe/Paris	50.59583	3.20777		Gruson		32	59	595	59275
3014467	Grury	grury	FR	71760	671	Europe/Paris	46.67583	3.91059		Grury		27	71	713	71227
3014468	Gruny	gruny	FR	80700	313	Europe/Paris	49.72927	2.81937		Gruny		32	80	803	80393
3014469	Grundviller	grundviller	FR	57510	536	Europe/Paris	49.04421	6.97239		Grundviller		44	57	576	57263
3014472	Grun-Bordas	grun-bordas	FR	24380	0	Europe/Paris	45.06667	0.63333		Gren-Borda,Grunh e Bordas,Grunh e Bòrdas,ge lan bo er da,Грен-Борда,格兰博尔达		75	24	243	24208
3014473	Grumesnil	grumesnil	FR	76440	0	Europe/Paris	49.60936	1.69172		Grumesnil		28	76	761	76332
3014477	Gruissan	gruissan	FR	11430	3271	Europe/Paris	43.10759	3.08651		Grjuissan,Grussan,ge lu yi sang,Грюиссан,Грюїссан,格吕伊桑		76	11	113	11170
3014478	Grugny	grugny	FR	76690	989	Europe/Paris	49.6235	1.10552		Grugny		28	76	763	76331
3014479	Grugies	grugies	FR	02680	924	Europe/Paris	49.8122	3.26817		Grugies		32	02	023	02359
3014480	Grugé-l'Hôpital	gruge-l-hopital	FR	49520	0	Europe/Paris	47.75143	-1.03878		Gruge,Gruge-l'Hopital,Gruge-lHopital,Grugé,Grugé-l'Hôpital,Grugé-lHôpital,ge lu re yue pi ta,格吕热约皮塔		52	49	494	49248
3014481	Gruffy	gruffy	FR	74540	1365	Europe/Paris	45.78897	6.05648		Grjuffi,Grofi,Gruffium,Gruffy,Grôfi,Грюффі		84	74	741	74138
3014483	Gruey-lès-Surance	gruey-les-surance	FR	88240	229	Europe/Paris	48.0393	6.17825		Gruey,Gruey-les-Surance,Gruey-lez-Surance,Gruey-lès-Surance		44	88	881	88221
3014484	Grues	grues	FR	85580	755	Europe/Paris	46.39857	-1.30445				52	85	851	85104
3014489	Gruchet-Saint-Siméon	gruchet-saint-simeon	FR	76810	679	Europe/Paris	49.81895	0.89392		Gruchet,Gruchet-Saint-Simeon,Gruchet-Saint-Siméon		28	76	761	76330
3014490	Gruchet-le-Valasse	gruchet-le-valasse	FR	76210	2788	Europe/Paris	49.55466	0.48684		Gruchet,Gruchet-le-Valass,Gruchet-le-Valasse		28	76	762	76329
3014493	Grozon	grozon	FR	39800	404	Europe/Paris	46.88833	5.69728		Grozon		27	39	391	39263
3014501	Grougis	grougis	FR	02110	349	Europe/Paris	49.94513	3.53323		Grougis		32	02	025	02358
3014503	Grouches-Luchuel	grouches-luchuel	FR	80600	487	Europe/Paris	50.18232	2.37664		Grouches,Grouches-Luchuel		32	80	802	80392
3014509	Grosville	grosville	FR	50340	684	Europe/Paris	49.5088	-1.74262		Grosville		28	50	502	50222
3014512	Grostenquin	grostenquin	FR	57660	591	Europe/Paris	48.98007	6.73923		Grosstaenchen,Grostenken,Grostenquin,Grotenken,Großtänchen,ge luo si tang qu an,grwstankn,Гростенкен,Гротенкен,گروستانکن,格罗斯唐屈安		44	57	573	57262
3014517	Grosseto-Prugna	grosseto-prugna	FR	20128	2628	Europe/Paris	41.87097	8.96403		Grosseto,Grosseto-Prugna,Grosseto-Prun'ja,U Grussetu,Гроссето-Прунья		94	2A	2A1	2A130
3014524	Grossa	grossa	FR	20100	39	Europe/Paris	41.61029	8.87645		A Grossa,Grossa,grwsa,Гросса,گروسا		94	2A	2A4	2A129
3014525	Grosrouvres	grosrouvres	FR	54470	47	Europe/Paris	48.83068	5.84048		Grosrouvres		44	54	544	54240
3014526	Grosrouvre	grosrouvre	FR	78490	802	Europe/Paris	48.78213	1.76169		Groruvr,Grosrouvre,Grosrouvres,Грорувр		11	78	782	78289
3014527	Gros-Réderching	gros-rederching	FR	57410	1177	Europe/Paris	49.06835	7.21914		Gros-Rederching,Gros-Réderching,Gross Rederchingen,Gross Réderchingen		44	57	576	57261
3014528	Grospierres	grospierres	FR	07120	664	Europe/Paris	44.4005	4.28916		Granspeiras,Granspèiras,Grop'er,Groperr,Grospierres,ge luo si pi ye er lei,Гропьер,Гропєрр,格罗斯皮耶尔雷		84	07	071	07101
3014530	Grosne	grosne	FR	90100	252	Europe/Paris	47.57491	6.99892		Grosne		27	90	901	90055
3014532	Grosmagny	grosmagny	FR	90200	502	Europe/Paris	47.72339	6.88566		Grosmagny		27	90	901	90054
3014537	Grosley-sur-Risle	grosley-sur-risle	FR	27170	523	Europe/Paris	49.04547	0.80273		Grosley,Grosley-sur-Risle		28	27	272	27300
3014539	Groslée	groslee	FR	01680	353	Europe/Paris	45.71333	5.56817		Groslee,Groslée		84	01	011	01338
3014540	Groslay	groslay	FR	95410	7902	Europe/Paris	48.98561	2.34736		Grole,Groslay,Grosle,ge luo si lai,Гроле,Гросле,格罗斯莱		11	95	952	95288
3014547	Gros-Chastang	gros-chastang	FR	19320	177	Europe/Paris	45.21001	1.98953		Gros-Chastang		75	19	192	19089
3014549	Grosbreuil	grosbreuil	FR	85440	1344	Europe/Paris	46.5405	-1.61504		Grosbreuil		52	85	853	85103
3014552	Grosbois-lès-Tichey	grosbois-les-tichey	FR	21250	43	Europe/Paris	47.0064	5.23979		Grosbois,Grosbois-les-Tichey,Grosbois-lès-Tichey		27	21	211	21311
3014553	Grosbois-en-Montagne	grosbois-en-montagne	FR	21540	108	Europe/Paris	47.31964	4.59679		Grobua-an-Montan',Grosbois,Grosbois-en-Montagne,meng ta ni de qu ge luo si bu wa,Гробуа-ан-Монтань,蒙塔尼地区格罗斯布瓦		27	21	212	21310
3014557	Grosbois	grosbois	FR	25110	0	Europe/Paris	48.76741	0.96126				28	27	272	27457
3014558	Grosbois	grosbois	FR	25110	197	Europe/Paris	47.34412	6.30552		Grosbois		27	25	251	25298
3014560	Grosbliederstroff	grosbliederstroff	FR	57520	3433	Europe/Paris	49.15808	7.02413		Grosbliderstroff,Gross-Blittersdorf,Grossbliederstroff,Grossblittersdorf,Großblittersdorf,ge luo si bu li ye dai er si te luo,Гросблидерстрофф,Гросблідерстрофф,格罗斯布利耶代尔斯特罗		44	57	576	57260
3014573	Gronard	gronard	FR	02140	80	Europe/Paris	49.79309	3.88357		Gronard		32	02	025	02357
3014574	Gron	gron	FR	18800	1232	Europe/Paris	48.15967	3.26345		Gron		27	89	893	89195
3014575	Gron	gron	FR	18800	430	Europe/Paris	47.12114	2.74115		Gron		24	18	181	18105
3014577	Groléjac	grolejac	FR	24250	616	Europe/Paris	44.81687	1.29527		Grolejac,Groléjac		75	24	244	24207
3014579	Groix	groix	FR	56590	2429	Europe/Paris	47.63887	-3.4543		Enez-Groe,Groe,Groia insula,Groix,Grua,Ile de Groix,Nkroua,ge lu wa,gurowa dao,Île de Groix,Γκρουά,Груа,Գրուա,グロワ島,格鲁瓦		53	56	561	56069
3014580	Groisy	groisy	FR	74570	3171	Europe/Paris	46.01008	6.16983		Groisium,Groisy,Gruazi,Груазі		84	74	741	74137
3014581	Groissiat	groissiat	FR	01100	1011	Europe/Paris	46.22213	5.60775		Groissiat		84	01	014	01181
3014582	Groises	groises	FR	18140	138	Europe/Paris	47.20923	2.81037		Groises		24	18	181	18104
3014587	Groffliers	groffliers	FR	62600	1472	Europe/Paris	50.38444	1.61474		Groffliers		32	62	624	62390
3014591	Grivy-Loisy	grivy-loisy	FR	08400	195	Europe/Paris	49.41602	4.63079		Grivy,Grivy-Loisy		44	08	084	08200
3014593	Grivillers	grivillers	FR	80700	61	Europe/Paris	49.66142	2.70744		Grivillers		32	80	803	80391
3014595	Grivesnes	grivesnes	FR	80250	302	Europe/Paris	49.68932	2.47219		Griven,Grivene,Grivesnes,Grivène,ge li wei ne,Гривен,格里韦讷		32	80	803	80390
3014596	Grives	grives	FR	24170	140	Europe/Paris	44.76524	1.07733		Grives		75	24	244	24206
3014599	Grisy-sur-Seine	grisy-sur-seine	FR	77480	123	Europe/Paris	48.43921	3.31866		Grisy,Grisy-sur-Seine		11	77	773	77218
3014600	Grisy-Suisnes	grisy-suisnes	FR	77166	2200	Europe/Paris	48.68538	2.66781		Grisy,Grisy-Suisnes		11	77	772	77217
3014601	Grisy-les-Plâtres	grisy-les-platres	FR	95810	590	Europe/Paris	49.13177	2.05012		Grisy,Grisy-les-Platres,Grisy-les-Plâtres,Grizi-le-Platr,ge li xi lai pu la te lei,Гризи-ле-Платр,Гризі-ле-Платр,格里西莱普拉特勒		11	95	953	95287
3014605	Grisolles	grisolles	FR	02210	158	Europe/Paris	49.14048	3.35868		Grisolles		32	02	021	02356
3014606	Grisolles	grisolles	FR	02210	3119	Europe/Paris	43.8292	1.29673		Grisolles		76	82	822	82075
3014608	Griselles	griselles	FR	21330	660	Europe/Paris	48.08311	2.82951		Griselles		24	45	451	45161
3014609	Griselles	griselles	FR	21330	89	Europe/Paris	47.86906	4.35304		Griselles		27	21	213	21309
3014610	Griscourt	griscourt	FR	54380	120	Europe/Paris	48.834	6.01377		Griscourt		44	54	544	54239
3014615	Gripport	gripport	FR	54290	213	Europe/Paris	48.4138	6.25346		Gripport		44	54	543	54238
3014622	Grindorff-Bizing	grindorff-bizing	FR	57480	0	Europe/Paris	49.38333	6.51667				44	57	577	57259
3014623	Grincourt-lès-Pas	grincourt-les-pas	FR	62760	41	Europe/Paris	50.16701	2.49217		Grenkur-le-Pa,Grincourt,Grincourt-les-Pas,Grincourt-lès-Pas,ge lan ku er lai pa,jrynkwrt lyh bas,Гренкур-ле-Па,جرينكورت ليه باس,格兰库尔莱帕		32	62	621	62389
3014624	Grimonviller	grimonviller	FR	54115	83	Europe/Paris	48.38534	6.00659		Grimonviller		44	54	544	54237
3014627	Grimesnil	grimesnil	FR	50450	52	Europe/Paris	48.95405	-1.35024		Grimesnil		28	50	503	50221
3014630	Grimbosq	grimbosq	FR	14220	316	Europe/Paris	49.04349	-0.45178		Grembosk,Grimbosq,ge li mu bo si,Грембоск,格里姆博斯		28	14	142	14320
3014631	Grimault	grimault	FR	89310	129	Europe/Paris	47.65097	3.9862		Grimault		27	89	892	89194
3014634	Grimaud	grimaud	FR	83310	4122	Europe/Paris	43.27329	6.52171		Athenople,Athènople,Athénople,Grimaud,Port Grimaud		93	83	831	83068
3014635	Grimaucourt-près-Sampigny	grimaucourt-pres-sampigny	FR	55500	92	Europe/Paris	48.79227	5.46821		Grimaucourt,Grimaucourt-pres-Sampigny,Grimaucourt-près-Sampigny		44	55	552	55220
3014636	Grimaucourt-en-Woëvre	grimaucourt-en-woevre	FR	55400	69	Europe/Paris	49.174	5.55798		Grimaucourt,Grimaucourt-en-Woevre,Grimaucourt-en-Woëvre		44	55	553	55219
3014638	Grilly	grilly	FR	01220	675	Europe/Paris	46.33096	6.11363		Grii,Griji,Grilly,Griyi,ge li li,ghryly,Грийи,Грії,Գրիյի,غريلي,格里利		84	01	013	01180
3014640	Grillon	grillon	FR	84600	1826	Europe/Paris	44.39508	4.92954		Grillon		93	84	843	84053
3014643	Grigny	grigny	FR	62140	0	Europe/Paris	50.58923	1.85124		Grigny		32	62	624	62127
3014644	Grigny	grigny	FR	62140	0	Europe/Paris	50.3854	2.06718		Grigny		32	62	624	62388
3014645	Grigny	grigny	FR	62140	0	Europe/Paris	49.00369	5.01515				44	51	511	51222
3014646	Grigny	grigny	FR	62140	24940	Europe/Paris	48.65412	2.39343		Grigny		11	91	912	91286
3014647	Grigny	grigny	FR	62140	8331	Europe/Paris	45.60843	4.78976		Grigny,Grin'i,Гриньї		84	69	691	69096
3014648	Grignoncourt	grignoncourt	FR	88410	47	Europe/Paris	47.95814	5.90693		Grignoncourt		44	88	882	88220
3014651	Grignon	grignon	FR	21150	0	Europe/Paris	48.84669	1.94111				11	78	782	78615
3014652	Grignon	grignon	FR	21150	0	Europe/Paris	48.7507	2.39276				11	94	943	94054
3014653	Grignon	grignon	FR	21150	0	Europe/Paris	47.89729	2.45307				24	45	451	45334
3014654	Grignon	grignon	FR	21150	259	Europe/Paris	47.5606	4.40952		Grignon		27	21	213	21308
3014655	Grignon	grignon	FR	21150	1957	Europe/Paris	45.65122	6.37795		Brumaire,Grignon		84	73	731	73130
3014656	Grignols	grignols	FR	24110	570	Europe/Paris	45.0831	0.53959		Grignols		75	24	243	24205
3014657	Grignols	grignols	FR	24110	1148	Europe/Paris	44.38788	-0.04382		Grignols		75	33	333	33195
3014659	Grigneuseville	grigneuseville	FR	76850	335	Europe/Paris	49.65311	1.18824		Grigneuseville		28	76	763	76328
3014661	Grignan	grignan	FR	26230	1443	Europe/Paris	44.41967	4.90785		Grignan,Grin'jan,Grinhan,ge li ni ang,Гриньян,格里尼昂		84	26	262	26146
3014662	Griesheim-sur-Souffel	griesheim-sur-souffel	FR	67370	1142	Europe/Paris	48.63591	7.66923		Griesheim		44	67	674	67173
3014663	Griesheim-près-Molsheim	griesheim-pres-molsheim	FR	67870	1822	Europe/Paris	48.50296	7.53027		Griesheim,Griesheim-pres-Molsheim,Griesheim-près-Molsheim		44	67	673	67172
3014665	Griesbach-au-Val	griesbach-au-val	FR	68140	773	Europe/Paris	48.03602	7.17299		Griesbach,Griesbach-au-Val		44	68	682	68109
3014667	Gries	gries	FR	67240	2831	Europe/Paris	48.7537	7.81403				44	67	672	67169
3014668	Grièges	grieges	FR	01290	1785	Europe/Paris	46.25619	4.84856		Grieges,Grièges		84	01	012	01179
3014669	Gricourt	gricourt	FR	02100	703	Europe/Paris	49.88735	3.24376		Gricourt		32	02	023	02355
3014671	Grez-sur-Loing	grez-sur-loing	FR	77880	1347	Europe/Paris	48.31754	2.68848		Gre-sjur-Luehn,Grez,Grez-sjur-Luen,Grez-sur-Loing,gure=shuru=rowan,Гре-сюр-Луэн,Грез-сюр-Луен,グレ＝シュル＝ロワン		11	77	774	77216
3014672	Grez-Neuville	grez-neuville	FR	49220	1383	Europe/Paris	47.60282	-0.68165		Gre-Nevil',Grez,Grez-Neuville,ge lei na wei er,gure=nuvu~iru,Гре-Невіль,グレ＝ヌヴィル,格雷纳维尔		52	49	494	49155
3014673	Grézillé	grezille	FR	49320	420	Europe/Paris	47.32475	-0.34686		Grezie,Grezille,Grézillé,ge lei qi lai,Грезіє,格雷齐莱		52	49	493	49261
3014674	Grézillac	grezillac	FR	33420	656	Europe/Paris	44.81789	-0.21615		Gresillac,Grezillac,Grézillac		75	33	335	33194
3014675	Grézieux-le-Fromental	grezieux-le-fromental	FR	42600	109	Europe/Paris	45.61878	4.15174		Grezieux,Grezieux-le-Fromental,Grézieux,Grézieux-le-Fromental		84	42	421	42105
3014676	Grézieu-la-Varenne	grezieu-la-varenne	FR	69290	4369	Europe/Paris	45.74736	4.69037		Grez'e-la-Varenn,Grezieu,Grezieu-et-Craponne,Grezieu-la-Varenne,Grézieu,Grézieu-et-Craponne,Grézieu-la-Varenne,Грезьє-ла-Варенн		84	69	691	69094
3014677	Grézian	grezian	FR	65240	80	Europe/Paris	42.86943	0.35096		Grezian,Grézian		76	65	652	65209
3014678	Grézet-Cavagnan	grezet-cavagnan	FR	47250	275	Europe/Paris	44.38311	0.13167		Grezet,Grezet-Cavagnan,Grézet-Cavagnan		75	47	472	47114
3014679	Grèzes	grezes	FR	24120	168	Europe/Paris	45.10344	1.36711		Grezes,Grèzes		75	24	244	24117
3014680	Grèzes	grezes	FR	24120	271	Europe/Paris	44.91971	3.48718		Greses,Grezes,Grèses,Grèzes		84	43	431	43104
3014681	Grèzes	grezes	FR	24120	149	Europe/Paris	44.62739	1.81998		Grezes,Grèzes		76	46	462	46131
3014682	Grèzes	grezes	FR	24120	259	Europe/Paris	44.51256	3.33825		Grezes,Grèzes		76	48	482	48072
3014683	Grez-en-Bouère	grez-en-bouere	FR	53290	994	Europe/Paris	47.87393	-0.52198		Gre-an-Buer,Grez,Grez-en-Bouere,Grez-en-Bouère,bu ai er de qu ge lei,Гре-ан-Буер,布埃尔地区格雷		52	53	531	53110
3014684	Grézels	grezels	FR	46700	289	Europe/Paris	44.4751	1.15212		Grezels,Grézels		76	46	461	46130
3014686	Grézac	grezac	FR	17120	635	Europe/Paris	45.60339	-0.84217		Grezac,Grézac		75	17	174	17183
3014687	Grez	grez	FR	60210	219	Europe/Paris	49.63908	1.97913		Grez		32	60	601	60289
3014688	Grevilly	grevilly	FR	71700	36	Europe/Paris	46.51459	4.81795		Grevilly		27	71	715	71226
3014689	Grévillers	grevillers	FR	62450	334	Europe/Paris	50.10489	2.8113		Grevillers,Grévillers		32	62	621	62387
3014690	Gréville-Hague	greville-hague	FR	50440	736	Europe/Paris	49.67428	-1.80107		Grevil'-Ag,Greville,Greville-Hague,Gréville-Hague,ge lei wei er a gai,Гревиль-Аг,Гревіль-Аг,格雷维尔阿盖		28	50	502	50041
3014692	Greux	greux	FR	88630	145	Europe/Paris	48.44993	5.67701		Greux		44	88	882	88219
3014693	Greuville	greuville	FR	76810	329	Europe/Paris	49.81031	0.91104		Greuville		28	76	761	76327
3014696	Greucourt	greucourt	FR	70130	87	Europe/Paris	47.5329	5.86329		Greucourt		27	70	702	70418
3014697	Gretz-Armainvilliers	gretz-armainvilliers	FR	77220	7831	Europe/Paris	48.7412	2.73105		Gretz,Gretz-Armainvilliers		11	77	775	77215
3014698	Grésy-sur-Isère	gresy-sur-isere	FR	73460	1128	Europe/Paris	45.59898	6.25358		Gresy,Gresy-sur-Isere,Grésy,Grésy-sur-Isère		84	73	731	73129
3014699	Grésy-sur-Aix	gresy-sur-aix	FR	73100	3380	Europe/Paris	45.72311	5.92522		Gresy,Gresy-sur-Aix,Grezi-sjur-Eks,Grésy,Grésy-sur-Aix,Грезі-сюр-Екс		84	73	732	73128
3014700	Gressy	gressy	FR	77410	897	Europe/Paris	48.96487	2.6735		Gressy		11	77	771	77214
3014701	Gresswiller	gresswiller	FR	67190	1441	Europe/Paris	48.53542	7.43251		Gresswiller		44	67	673	67168
3014703	Gressey	gressey	FR	78550	499	Europe/Paris	48.83532	1.60911		Gresse,Gressey,Грессе		11	78	781	78285
3014704	Gresse-en-Vercors	gresse-en-vercors	FR	38650	0	Europe/Paris	44.89932	5.55473		Gresse,Gresse-en-Vercors		84	38	381	38186
3014708	Grézolles	grezolles	FR	42260	232	Europe/Paris	45.86271	3.95184		Gresolles,Grezolles,Grésolles,Grézolles		84	42	422	42106
3014710	Grésin	gresin	FR	73240	0	Europe/Paris	46.09137	5.86344		Gresin,Gresui,Grésin,Grésui		84	01	013	01209
3014711	Gresin	gresin	FR	73240	286	Europe/Paris	45.61667	5.68333				84	73	732	73236
3014712	Grésigny-Sainte-Reine	gresigny-sainte-reine	FR	21150	160	Europe/Paris	47.55797	4.50297		Gresigny,Gresigny-Sainte-Reine,Grésigny,Grésigny-Sainte-Reine		27	21	213	21307
3014715	Grézieu-le-Marché	grezieu-le-marche	FR	69610	805	Europe/Paris	45.65639	4.42101		Gresieu,Gresieu-le-Marche,Grez'e-le-Marshe,Grezieu-le-Marche,Grésieu,Grésieu-le-Marché,Grézieu-le-Marché,Грезьє-ле-Марше		84	69	691	69095
3014716	Grépiac	grepiac	FR	31190	887	Europe/Paris	43.40468	1.44846		Grep'jak,Grepiac,Grepiak,Grépiac,ge lei pi a ke,Грепьяк,Грепіак,格雷皮阿克		76	31	311	31233
3014717	Gréoux-les-Bains	greoux-les-bains	FR	04800	2045	Europe/Paris	43.75844	5.88351		Greoux,Greoux-les-Bains,Greu-le-Ben,Greus,Grèus,Gréoux,Gréoux-les-Bains,ge lei wu lai ban,Греу-ле-Бен,格雷乌莱班		93	04	044	04094
3014718	Gréolières	greolieres	FR	06620	470	Europe/Paris	43.79596	6.94361		Greol'er,Greolieres,Greulieras,Gréolières,ge lei ao li ai,jrywlyrys,Греольер,Греольєр,جريوليريس,格雷奥利埃		93	06	061	06070
3014720	Greny	greny	FR	76630	136	Europe/Paris	49.94927	1.30725		Greny		28	76	761	76618
3014721	Grentzingen	grentzingen	FR	68960	554	Europe/Paris	47.56425	7.29953		Grencingen,Grensingen,Grentzingen,Grenzingen,ge lang te zan rang,Гренсинген,Гренцинген,格朗特赞让		44	68	681	68240
3014722	Grentheville	grentheville	FR	14540	783	Europe/Paris	49.14803	-0.2872		Grentheville		28	14	142	14319
3014726	Grenois	grenois	FR	58420	103	Europe/Paris	47.32035	3.52691		Grenois		27	58	582	58130
3014728	Grenoble	grenoble	FR	38000	158552	Europe/Paris	45.17869	5.71479	218	GNO,Gratianopolis,Grehnobl',Grelibre,Grenobel,Grenobl,Grenobl',Grenoble,Grenoblis,Grenoblo,Grenobul,Grenòble,Nkrenompl,Qroenobl,Qrönobl,ge lei nuo bu er,geuleunobeul,ghrwnwbl,granobala,grenobala,grenobla,grenobli,grnwbl,grwnwbl,grynwbl,gurunoburu,kiranopil,Γκρενόμπλ,Грeнобль,Гренобл,Гренобль,Гренобъл,Грэнобль,Գրենոբլ,גרנובל,גרענאבלע,غرونوبل,گرونوبل,گرینوبل,ग्रेनोबल,ग्रेनोब्ल,গ্রনোবল,கிரனோபிள்,გრენობლი,グルノーブル,格勒诺布尔,그르노블	38	84	38	381	38185
3014731	Gréning	grening	FR	57660	144	Europe/Paris	48.97257	6.8429		Grening,Gréning		44	57	573	57258
3014736	Greneville-en-Beauce	greneville-en-beauce	FR	45480	623	Europe/Paris	48.18222	2.11077		Grenevil'-an-Bos,Greneville,Greneville-en-Beauce,bo ke de qu ge lei na wei er,Греневіль-ан-Бос,博克地区格雷纳维尔		24	45	453	45160
3014738	Grendelbruch	grendelbruch	FR	67190	1222	Europe/Paris	48.49272	7.32239		Grandelbrueech,Grandelbrüech,Grendel'bruk,Grendelbruch,ge lang dai er bu lu ke,ghryndlbrwsh,grndlbrwkh,Грендельбрук,غريندلبروش,گرندلبروخ,格朗代尔布吕克		44	67	673	67167
3014739	Grenay	grenay	FR	38540	6491	Europe/Paris	50.44962	2.75168		Grenay		32	62	627	62386
3014740	Grenay	grenay	FR	38540	1286	Europe/Paris	45.66347	5.08031		Grenay		84	38	383	38184
3014741	Grenant	grenant	FR	52500	145	Europe/Paris	47.7079	5.50282		Grenant		44	52	522	52229
3014742	Grenant-lès-Sombernon	grenant-les-sombernon	FR	21540	141	Europe/Paris	47.26667	4.71667		Grenand,Grénand		27	21	212	21306
3014744	Grenade-sur-l'Adour	grenade-sur-l-adour	FR	40270	2476	Europe/Paris	43.77706	-0.42968		Grenade,Grenade-sur-l'Adour,Grenade-sur-l’Adour,a du er he pan ge lei na de,阿杜尔河畔格雷纳德		75	40	402	40117
3014745	Grenade	grenade	FR	31330	6486	Europe/Paris	43.77128	1.29282		Grenade,Grenade-sur-Garonne		76	31	313	31232
3014746	Grémonville	gremonville	FR	76970	403	Europe/Paris	49.66995	0.82713		Gremonville,Grémonville		28	76	763	76325
3014747	Grémévillers	gremevillers	FR	60380	370	Europe/Paris	49.56475	1.89497		Gremevillers,Grémévillers		32	60	601	60288
3014749	Grémecey	gremecey	FR	57170	114	Europe/Paris	48.80029	6.40685		Gremecey,Grémecey		44	57	575	57257
3014753	Évry-Grégy-sur-Yerre	evry-gregy-sur-yerre	FR	77166	0	Europe/Paris	48.66667	2.61667		Gregy		11	77	772	77175
3014756	Grèges	greges	FR	76370	763	Europe/Paris	49.92208	1.14771		Greges,Grèges		28	76	761	76324
3014759	Greffeil	greffeil	FR	11250	61	Europe/Paris	43.07885	2.37771		Greffeil		76	11	112	11169
3014760	Gréez-sur-Roc	greez-sur-roc	FR	72320	426	Europe/Paris	48.13766	0.79466		Gree-sjur-Rok,Greez,Greez-sur-Roc,Gréez-sur-Roc,Грее-сюр-Рок		52	72	722	72144
3014762	Gredisans	gredisans	FR	39290	141	Europe/Paris	47.15677	5.51283		Gredisans		27	39	391	39262
3014763	Grécourt	grecourt	FR	80400	27	Europe/Paris	49.72542	2.98752		Grecourt,Grécourt		32	80	804	80442
3014766	Grébault-Mesnil	grebault-mesnil	FR	80140	116	Europe/Paris	50.02453	1.72033		Grebault-Mesnil,Grébault-Mesnil		32	80	801	80388
3014767	Gréasque	greasque	FR	13850	3737	Europe/Paris	43.4331	5.54449		Greask,Greasque,Griasca,Gréasque,ge lei a si qu ai,Греаск,格雷阿斯屈埃		93	13	131	13046
3014768	Gréalou	grealou	FR	46160	241	Europe/Paris	44.53561	1.8857		Grealou,Grealu,Grialon,Gréalou,ge lei a lu,Греалу,格雷阿卢		76	46	462	46129
3014772	Grazay	grazay	FR	53440	516	Europe/Paris	48.29058	-0.4824		Grazay		52	53	533	53109
3014773	Grazac	grazac	FR	31190	0	Europe/Paris	45.1874	4.18325		Grazac		84	43	433	43102
3014774	Grazac	grazac	FR	31190	0	Europe/Paris	45.06376	3.79256				84	43	432	43229
3014775	Grazac	grazac	FR	31190	432	Europe/Paris	43.84586	1.6537		Grazac		76	81	811	81106
3014776	Grazac	grazac	FR	31190	497	Europe/Paris	43.31118	1.4559		Grazac		76	31	311	31231
3014778	Grayssas	grayssas	FR	47270	124	Europe/Paris	44.16463	0.87454		Grayssas		75	47	471	47113
3014779	Gray-la-Ville	gray-la-ville	FR	70100	1133	Europe/Paris	47.43932	5.57252		Gray-la-Ville		27	70	702	70280
3014780	Graye-sur-Mer	graye-sur-mer	FR	14470	622	Europe/Paris	49.32832	-0.47356		Graye,Graye-sur-Mer		28	14	141	14318
3014781	Graye-et-Charnay	graye-et-charnay	FR	39320	106	Europe/Paris	46.46813	5.45248		Graye,Graye-et-Charnay		27	39	392	39261
3014784	Gray	gray	FR	70100	7402	Europe/Paris	47.44575	5.59215		Gray		27	70	702	70279
3014789	Gravon	gravon	FR	77118	126	Europe/Paris	48.40042	3.1189		Gravon		11	77	773	77212
3014795	Gravigny	gravigny	FR	27930	3954	Europe/Paris	49.0531	1.16962		Gravigny		28	27	273	27299
3014799	Gravières	gravieres	FR	07140	393	Europe/Paris	44.42143	4.09171		Gravieres,Gravières		84	07	071	07100
3014803	Graveson	graveson	FR	13690	3331	Europe/Paris	43.85051	4.77361		Graveson,Gravzon,ge la wei song,Гравзон,格拉韦松		93	13	132	13045
3014807	Graves-Saint-Amant	graves-saint-amant	FR	16120	0	Europe/Paris	45.64393	-0.09476		Grav-Sent-Aman,Saint-Amant-de-Graves,ge la wei sheng a mang,Грав-Сент-Аман,格拉韦圣阿芒		75	16	162	16297
3014808	Graveron-Sémerville	graveron-semerville	FR	27110	277	Europe/Paris	49.09437	0.97387		Graveron,Graveron-Semerville,Graveron-Sémerville		28	27	272	27298
3014810	Gravelotte	gravelotte	FR	57130	665	Europe/Paris	49.11017	6.02963		Gravelott,Gravelotte,ge la wei luo te,grawlwt,Гравелотт,گراولوت,格拉韦洛特		44	57	579	57256
3014816	Gravelines	gravelines	FR	59820	13137	Europe/Paris	50.98651	2.12807		Graelines,Gravelina,Gravelinas,Gravelines,Gravelingen,Gravlin,Grevelingen,Grevelingn,Port-d'Aa,ge la wo li ne,guravurinu,Гравлин,Гравлін,グラヴリーヌ,格拉沃利讷		32	59	594	59273
3014823	Graval	graval	FR	76270	103	Europe/Paris	49.73	1.54179		Graval		28	76	761	76323
3015003	Grandrif	grandrif	FR	63600	208	Europe/Paris	45.50486	3.81735		Grandrif		84	63	631	63173
3014826	Grauves	grauves	FR	51190	647	Europe/Paris	48.97415	3.96387		Grauves,Grov,ge luo wei,Гров,格罗韦		44	51	512	51281
3014828	Graulhet	graulhet	FR	81300	13057	Europe/Paris	43.76688	1.98938		Graulhe,Graulhet,Groe,Grole,ge luo ye,Гроле,Гроє,格罗耶		76	81	812	81105
3014835	Grattery	grattery	FR	70170	169	Europe/Paris	47.6705	6.07901		Grattery		27	70	702	70278
3014837	Grattepanche	grattepanche	FR	80680	272	Europe/Paris	49.7881	2.29483		Grattepanche		32	80	802	80387
3014845	Gratreuil	gratreuil	FR	51800	28	Europe/Paris	49.24553	4.6962		Gratreuil		44	51	511	51280
3014846	Gratot	gratot	FR	50200	638	Europe/Paris	49.0688	-1.48104		Gratot		28	50	503	50219
3014847	Gratibus	gratibus	FR	80500	171	Europe/Paris	49.68633	2.53982		Gratibus		32	80	803	80386
3014848	Gratentour	gratentour	FR	31150	3406	Europe/Paris	43.7236	1.43234		Cratentour,Gratantur,Gratenteur,Gratentorn,Gratentour,ge la tang tu,Гратантур,格拉唐图		76	31	313	31230
3014849	Gratens	gratens	FR	31430	499	Europe/Paris	43.32182	1.11393		Gratens		76	31	311	31229
3014850	Grateloup-Saint-Gayrand	grateloup-saint-gayrand	FR	47400	448	Europe/Paris	44.41667	0.38333				75	47	472	47112
3014854	Grassendorf	grassendorf	FR	67350	205	Europe/Paris	48.81916	7.6146		Grassendorf		44	67	674	67166
3014856	Grasse	grasse	FR	06130	47581	Europe/Paris	43.65783	6.92537		Gras,Grasas,Grass,Grassa,Grasse,Nkras,ge la si,geulaseu,ghras,grs,gurasu,Γκρας,Грас,Грасс,גראס,غراس,گرس,グラース,格拉斯,그라스	061	93	06	061	06069
3014857	Grassac	grassac	FR	16380	267	Europe/Paris	45.58597	0.40276		Gracac,Grassac,Grassak,Graçac,ge la sa ke,Грассак,格拉萨克		75	16	161	16158
3014862	Gras	gras	FR	07700	400	Europe/Paris	44.44343	4.53987		Gras		84	07	072	07099
3014866	Granzay-Gript	granzay-gript	FR	79360	844	Europe/Paris	46.21667	-0.48333				75	79	792	79137
3014867	Granville	granville	FR	50400	14289	Europe/Paris	48.83792	-1.59714		GFR,Granvil',Granville,Granville-la-Victoire,Graunville,Nkranvil,ge lan fu,guran'vu~iru,Γκρανβίλ,Гранвиль,Гранвіль,グランヴィル,格蘭佛		28	50	501	50218
3014868	Grans	grans	FR	13450	3999	Europe/Paris	43.60862	5.0629		Gran,Grans,ge lang,Гран,Гранс,格朗		93	13	134	13044
3014872	Granieu	granieu	FR	38490	283	Europe/Paris	45.59663	5.59046		Granieu		84	38	382	38183
3014874	Granier	granier	FR	73210	330	Europe/Paris	45.57315	6.6508		Cote-Belle-du-Granier,Côte-Belle-du-Granier,Du-Grenier,Granier		84	73	731	73006
3014875	Grangues	grangues	FR	14160	211	Europe/Paris	49.2691	-0.053		Grangues		28	14	143	14316
3014878	Granges-sur-Vologne	granges-sur-vologne	FR	88640	2492	Europe/Paris	48.14517	6.79095		Granges,Granges-sur-Vologne		44	88	883	88218
3014879	Granges-sur-Lot	granges-sur-lot	FR	47260	562	Europe/Paris	44.37632	0.46521		Granges,Granges-sur-Lot		75	47	471	47111
3014880	Granges-sur-Baume	granges-sur-baume	FR	39210	133	Europe/Paris	46.71392	5.64466		Granges,Granges-sur-Baume		27	39	392	39177
3014881	Granges-sur-Aube	granges-sur-aube	FR	51260	126	Europe/Paris	48.58185	3.85319		Granges,Granges-sur-Aube		44	51	512	51279
3014883	Granges-Narboz	granges-narboz	FR	25300	675	Europe/Paris	46.88186	6.31933		Les Granges-Narboz		27	25	253	25293
3014885	Granges-le-Bourg	granges-le-bourg	FR	70400	319	Europe/Paris	47.56457	6.58409		Granges-le-Bourg,Granges-le-Haut		27	70	701	70277
3014886	Granges-la-Ville	granges-la-ville	FR	70400	199	Europe/Paris	47.56732	6.57202		Granges-la-Ville,Granges-le-Bas		27	70	701	70276
3014887	Le Villars	le-villars	FR	71700	0	Europe/Paris	43.86378	7.09193		Granges-du-Villars,Le Villars		93	06	062	06097
3014891	Granges-d'Ans	granges-d-ans	FR	24390	0	Europe/Paris	45.21142	1.11822		Granges-d'Ans		75	24	244	24202
3014892	Granges	granges	FR	71390	306	Europe/Paris	46.7438	4.73048		Granges		27	71	712	71225
3014893	Granges	granges	FR	71390	535	Europe/Paris	46.23881	5.49831		Granges		84	01	014	01240
3014894	Granges	granges	FR	71390	0	Europe/Paris	45.57833	2.62202		Grange,Granges		84	63	633	63426
3014895	Granges	granges	FR	71390	0	Europe/Paris	45.40654	3.06029				84	63	633	63220
3014896	Granges	granges	FR	71390	0	Europe/Paris	45.18548	1.48034				75	19	191	19246
3014897	Granges	granges	FR	71390	0	Europe/Paris	44.72132	1.64207				76	46	463	46059
3014898	Grangermont	grangermont	FR	45390	185	Europe/Paris	48.18925	2.42493		Grangermont		24	45	453	45159
3015004	Grandrieux	grandrieux	FR	02360	97	Europe/Paris	49.72987	4.1853		Grandrieux		32	02	025	02354
3014904	Grange-de-Vaivre	grange-de-vaivre	FR	39600	50	Europe/Paris	47.00308	5.84137		Grange,Grange-de-Vaivre		27	39	391	39259
3014914	Granès	granes	FR	11500	133	Europe/Paris	42.89751	2.24728		Granes,Granès		76	11	112	11168
3014915	Grane	grane	FR	26400	1693	Europe/Paris	44.73255	4.92203		Grane,Grâne		84	26	261	26144
3014918	Grandvilliers	grandvilliers	FR	27240	3013	Europe/Paris	49.66547	1.94088		Grandvilliers		32	60	601	60286
3014919	Grandvilliers	grandvilliers	FR	27240	350	Europe/Paris	48.81437	1.05998		Grandvilliers		28	27	272	27198
3014920	Grandvilliers	grandvilliers	FR	27240	0	Europe/Paris	48.30746	2.2797				24	45	453	45191
3014921	Grandvillers-aux-Bois	grandvillers-aux-bois	FR	60190	252	Europe/Paris	49.45695	2.60455		Grandvillers,Grandvillers-aux-Bois		32	60	602	60285
3014922	Grandvillers	grandvillers	FR	88600	730	Europe/Paris	48.23905	6.65476		Grandvillers		44	88	881	88216
3014925	Grandvillé	grandville	FR	10700	0	Europe/Paris	48.63071	2.91958				11	77	773	77010
3014926	Grandville	grandville	FR	10700	86	Europe/Paris	48.59617	4.2306		Grandville		44	10	103	10167
3014928	Grandvillars	grandvillars	FR	90600	3092	Europe/Paris	47.53929	6.971		Grandvillars		27	90	901	90053
3014930	Le Grand-Village-Plage	le-grand-village-plage	FR	17370	958	Europe/Paris	45.86105	-1.23734		Grand Village,Grand-Village-Plage,Le Gran Vilaz Plaz,Le Grand-Village-Plage,Le-Gran-Villazh-Plazh,lei ge lang wei la ge pu la ge,Ле-Гран-Виллаж-Плаж,Ле-Гран-Віллаж-Плаж,Լե Գրան Վիլաժ Պլաժ,勒格朗维拉格普拉格		75	17	172	17485
3014934	Grand-Verly	grand-verly	FR	02120	0	Europe/Paris	49.93784	3.58431		Gran-Verli,Grand-Verly,Le Grand Verly,Verly-Grand,Verly-le-Grand,da wei er li,Гран-Верли,Гран-Верлі,大韦尔利		32	02	025	02783
3014936	Grandvelle-et-le-Perrenot	grandvelle-et-le-perrenot	FR	70190	243	Europe/Paris	47.5	5.98333		Grandvelle,Grandvelle-et-le-Perrenot		27	70	702	70275
3014940	Grandvaux	grandvaux	FR	71430	68	Europe/Paris	46.5062	4.19161		Grandvaux		27	71	713	71224
3014941	Grandvals	grandvals	FR	48260	87	Europe/Paris	44.7399	3.0374		Grandvals		76	48	482	48071
3014951	Grandval	grandval	FR	63890	0	Europe/Paris	43.24096	5.41275				93	13	133	13055
3014952	Grandval	grandval	FR	63890	101	Europe/Paris	45.59844	3.64605		Grandval		84	63	631	63174
3014953	Grand-Vabre	grand-vabre	FR	12320	441	Europe/Paris	44.62982	2.35863		Grand-Vabre		76	12	122	12076
3014980	Grandsaigne	grandsaigne	FR	19300	0	Europe/Paris	45.56667	3.71667				84	63	631	63003
3014981	Grandsaigne	grandsaigne	FR	19300	60	Europe/Paris	45.49012	1.91805		Grandsaigne,Grandsanha,Gransen',ge lang de sai ni,Грансень,格朗德赛尼		75	19	192	19088
3014985	Grandrupt-de-Bains	grandrupt-de-bains	FR	88240	76	Europe/Paris	48.06518	6.18271		Grandrupt,Grandrupt-de-Bains		44	88	881	88214
3014986	Grandrupt	grandrupt	FR	88210	86	Europe/Paris	48.37212	7.05296		Grandrupt		44	88	883	88215
3014987	Grand-Rullecourt	grand-rullecourt	FR	62810	365	Europe/Paris	50.25	2.48333		Gran-Rjullekur,Grand-Roucourt,da lu lei ku er,jrand rwlykwrt,Гран-Рюллекур,جراند روليكورت,大吕勒库尔		32	62	621	62385
3014991	Grandrû	grandru	FR	60400	267	Europe/Paris	49.60596	3.0879		Grandru,Grandrû		32	60	603	60287
3014992	Grand-Rozoy	grand-rozoy	FR	02210	258	Europe/Paris	49.235	3.3844		Grand-Rozoy,Les Oulchy,Rozoy-Grand,Rozoy-les-Oulchy		32	02	024	02665
3015000	Grandris	grandris	FR	69870	1090	Europe/Paris	46.0378	4.47526		Grandris,Granri,grandry,Гранрі,گراندری		84	69	692	69093
3015006	Grandrieu	grandrieu	FR	48600	818	Europe/Paris	44.78391	3.63337		Grandrieu		76	48	482	48070
3015017	Grandpuits-Bailly-Carrois	grandpuits-bailly-carrois	FR	77720	0	Europe/Paris	48.58333	2.96667		Granpjui-Bai-Karrua,Гранпюи-Баи-Карруа,Гранпюї-Баї-Карруа		11	77	773	77211
3015023	Grandpré	grandpre	FR	08250	526	Europe/Paris	49.34065	4.87067		Grandpre,Grandpré		44	08	084	08198
3015072	Grandlup-et-Fay	grandlup-et-fay	FR	02350	315	Europe/Paris	49.6581	3.73702		Grandlup,Grandlup-et-Fay		32	02	022	02353
3015086	Grand-Laviers	grand-laviers	FR	80132	0	Europe/Paris	50.12954	1.78456		Gran-Lave,Grand-Lavier,Grand-Laviers,da la wei ye,Гран-Лавє,大拉维耶		32	80	801	80385
3015090	Grand'Landes	grand-landes	FR	85670	0	Europe/Paris	46.82112	-1.65047		Grand'Landes,Grand-Landes,Lanveur-ar-Marzou,Lanveur-ar-Marzoù		52	85	852	85102
3015099	Grandjean	grandjean	FR	17350	249	Europe/Paris	45.87739	-0.60719		Grandjean		75	17	175	17181
3015106	Grandham	grandham	FR	08250	48	Europe/Paris	49.29923	4.86022		Grandham		44	08	084	08197
3015119	Gallargues-le-Montueux	gallargues-le-montueux	FR	30660	2527	Europe/Paris	43.71667	4.16667		Galargues,Gallarg-le-Montjue,jia la er gai lai meng di e,Галларг-ле-Монтюе,加拉尔盖莱蒙蒂厄		76	30	302	30123
3015123	Grandfresnoy	grandfresnoy	FR	60680	1538	Europe/Paris	49.37218	2.65216		Grandfresnoy		32	60	603	60284
3015125	Grand-Fougeray	grand-fougeray	FR	35390	2156	Europe/Paris	47.72387	-1.73265		Felgeriacum,Felgerieg-Veur,Fougeray,Gran-Fuzhere,Grand-Fougeray,Le Grand-Fougeray,ge lang fu re lai,guran=fujure,Гран-Фужере,グラン＝フジュレ,格朗富热赖		53	35	352	35124
3015126	Grand-Fort-Philippe	grand-fort-philippe	FR	59153	6188	Europe/Paris	50.99961	2.10784		Gran-For-Filipp,Grand-Fort-Philippe,Groot-Filipsfort,Groot-Fort-Filips,fei li pu da bao,Гран-Фор-Филипп,Гран-Фор-Філіпп,菲利普大堡		32	59	594	59272
3015128	Grandfontaine-sur-Creuse	grandfontaine-sur-creuse	FR	25510	78	Europe/Paris	47.19239	6.45299		Grandfontaine,Grandfontaine-sur-Creuse		27	25	253	25289
3015131	Grandfontaine	grandfontaine	FR	25320	392	Europe/Paris	48.49352	7.16077				44	67	673	67165
3015132	Grandfontaine	grandfontaine	FR	25320	1440	Europe/Paris	47.19763	5.90079		Grandfontaine		27	25	251	25287
3015137	Grand-Fayt	grand-fayt	FR	59244	457	Europe/Paris	50.11287	3.80471		Fagetum Maius,Gran-Fe,Grand-Fayt,ge lang de fei,Гран-Фе,格朗德费		32	59	591	59270
3015139	Grand-Failly	grand-failly	FR	54260	0	Europe/Paris	49.42063	5.51508		Grand-Failly		44	54	541	54236
3015140	Grandeyrolles	grandeyrolles	FR	63320	56	Europe/Paris	45.57716	3.0569		Grandeyrolles		84	63	633	63172
3015160	Grande-Synthe	grande-synthe	FR	59760	23213	Europe/Paris	51.0154	2.29975		Gran Sint,Grand-Sent,Grand-Sint,Grande-Synthe,Groot-Sinten,Groot-Sintn,ge lang de sang te,geulangdeusaengteu,grand snt,gurando=shinto,Гран Синт,Гранд-Сент,Гранд-Синт,Гранд-Сінт,گراند سنت,グランド＝シント,格朗德桑特,그랑드생트		32	59	594	59271
3015232	Grandecourt	grandecourt	FR	70120	33	Europe/Paris	47.63254	5.85764		Grandecourt		27	70	702	70274
3015265	Grandcourt	grandcourt	FR	76660	182	Europe/Paris	50.07998	2.71103		Grandcourt		32	80	804	80384
3015266	Grandcourt	grandcourt	FR	76660	343	Europe/Paris	49.91398	1.49193		Grandcourt		28	76	761	76320
3015267	Grand-Couronne	grand-couronne	FR	76530	9569	Europe/Paris	49.35563	1.00647		Grand-Couronne,La Reunion,La Réunion		28	76	763	76319
3015271	Grand-Corent	grand-corent	FR	01250	118	Europe/Paris	46.20181	5.43145		Grand-Corent		84	01	012	01177
3015272	Grand'Combe-des-Bois	grand-combe-des-bois	FR	25210	0	Europe/Paris	47.13737	6.79102		Grand'Combe,Grand'Combe-des-Bois,La Grand'Combe-des-Bois		27	25	253	25286
3015292	Grand-Charmont	grand-charmont	FR	25200	5347	Europe/Paris	47.52674	6.82604		Grand-Charmont		27	25	252	25284
3015297	Grandchamp-le-Château	grandchamp-le-chateau	FR	14140	73	Europe/Paris	49.08333	0.06667		Grandchamp		28	14	143	14431
3015298	Grandchamps-des-Fontaines	grandchamps-des-fontaines	FR	44119	0	Europe/Paris	47.36512	-1.60589		Grandchamp,Grandchamp-des-Fontaines,Grandchamps-des-Fontaines		52	44	445	44066
3015299	Grandchamp	grandchamp	FR	08270	84	Europe/Paris	49.6456	4.4014		Grandchamp		44	08	082	08196
3015300	Grandchamp	grandchamp	FR	08270	244	Europe/Paris	48.71896	1.61999		Grandchamp		11	78	781	78283
3015301	Grandchamp	grandchamp	FR	08270	151	Europe/Paris	48.30274	0.18223		Grandchamp		52	72	722	72142
3015302	Grand Champ	grand-champ	FR	56390	0	Europe/Paris	48.00755	3.87357				44	10	103	10108
3015303	Grand Champ	grand-champ	FR	56390	0	Europe/Paris	47.9306	2.58559				24	45	451	45321
3015304	Grandchamp	grandchamp	FR	08270	379	Europe/Paris	47.80687	3.15406		Grandchamp		27	89	891	89086
3015305	Grand-Champ	grand-champ	FR	56390	4528	Europe/Paris	47.75862	-2.84555		Gran-Sham,Grand-Champ,Gregam,ge lang shang,Гран-Шам,格朗尚		53	56	563	56067
3015306	Grandchamp	grandchamp	FR	08270	65	Europe/Paris	47.72395	5.45194		Grandchamp		44	52	522	52228
3015307	Grand-Champ	grand-champ	FR	56390	0	Europe/Paris	47.32178	4.51512				27	21	213	21613
3015308	Grand Champ	grand-champ	FR	56390	0	Europe/Paris	47.04357	3.57086				27	58	583	58223
3015311	Granchain	granchain	FR	27410	237	Europe/Paris	49.03832	0.66055		Grandchain,Granshen,ge lang shang,Граншен,格朗尚		28	27	272	27049
3015317	Grandcamp-Maisy	grandcamp-maisy	FR	14450	1920	Europe/Paris	49.38333	-1.03333		Grandcamp,Grandcamp-les-Bains,Grankam-Mezi,Grankan-Mezi,ge lang de kang mai xi,Гранкам-Мези,Гранкам-Мезі,Гранкан-Мези,格朗德康迈西		28	14	141	14312
3015319	Grand-Camp	grand-camp	FR	27270	710	Europe/Paris	49.55	0.58333				28	76	762	76318
3015320	Grand-Camp	grand-camp	FR	27270	480	Europe/Paris	49.04543	0.52838		Grand-Camp		28	27	272	27295
3015326	Grand-Brassac	grand-brassac	FR	24350	529	Europe/Paris	45.29415	0.47797		Bracac lo Grand,Braçac lo Grand,Gran-Brasak,Gran-Brassak,Grand Bracac,Grand Brassac,Grand Braçac,Grand-Brassac,ge lang bu la sa ke,Гран-Брасак,Гран-Брассак,格朗布拉萨克		75	24	243	24200
3015330	Bouret-sur-Canche	bouret-sur-canche	FR	62270	246	Europe/Paris	50.26667	2.31667		Bure sir Kansh,Bure-sjur-Kansh,Grand Boure,Le Grand-Bouret,bwryt swr kantsh,kang shen he pan bu lei,Буре сир Канш,Буре-сюр-Канш,بوريت سور كانتش,康什河畔布雷		32	62	621	62163
3015357	Grand-Auverné	grand-auverne	FR	44520	0	Europe/Paris	47.59172	-1.32953		Arwerneg-Veur,Grand-Auverne,Grand-Auverné,Grand-Overne,Grandis Alverniacum,ge lang ao wei er nei,Гранд-Оверне,格朗奥韦尔内		52	44	445	44065
3015368	Grand	grand	FR	88350	518	Europe/Paris	48.38494	5.48701		Grand		44	88	882	88212
3015369	Grancey-sur-Ource	grancey-sur-ource	FR	21570	222	Europe/Paris	48.00766	4.58753		Grancey,Grancey-sur-Ource		27	21	213	21305
3015370	Grancey-le-Château-Neuvelle	grancey-le-chateau-neuvelle	FR	21580	275	Europe/Paris	47.66667	5.03333		Grancey		27	21	212	21304
3015373	Granace	granace	FR	20100	66	Europe/Paris	41.64596	9.00816		Granacce,Granace		94	2A	2A4	2A128
3015374	Gramont	gramont	FR	82120	161	Europe/Paris	43.93675	0.76725		Gramont		76	82	821	82074
3015375	Gramond	gramond	FR	12160	0	Europe/Paris	45.41667	4.56667		Gramond,Gromond		84	42	423	42085
3015376	Gramond	gramond	FR	12160	376	Europe/Paris	44.26497	2.36531		Gramon,Gramond,Gramont,ge la meng,Грамон,格拉蒙		76	12	123	12113
3015377	Grammont	grammont	FR	70110	72	Europe/Paris	47.51424	6.5166		Grammont		27	70	701	70273
3015378	Grammont	grammont	FR	70110	0	Europe/Paris	46.56761	2.23857				24	18	182	18057
3015379	Grammont	grammont	FR	70110	0	Europe/Paris	45.83411	5.70161				84	01	011	01073
3015381	Grammond	grammond	FR	42140	759	Europe/Paris	45.56619	4.44233		Grammon,Grammond,ge la meng,Граммон,格拉蒙		84	42	421	42102
3015384	Grambois	grambois	FR	84240	1164	Europe/Paris	43.76233	5.5886		Gramboes,Grambois,Gramboès,Grambua,ge lang bu wa,Грамбуа,格朗布瓦		93	84	841	84052
3015385	Gramazie	gramazie	FR	11240	76	Europe/Paris	43.13885	2.0965		Gramazie		76	11	112	11167
3015386	Gramat	gramat	FR	46500	3892	Europe/Paris	44.77942	1.72469		Gramat,ge la ma,Грамат,格拉马		76	46	463	46128
3015390	Graix	graix	FR	42220	136	Europe/Paris	45.34794	4.56825		Graix		84	42	423	42101
3015391	Graissessac	graissessac	FR	34260	716	Europe/Paris	43.68066	3.09222		Graissecac,Graissessac,Graisseçac,Gressessak,ge lai se sa ke,Грессессак,格赖瑟萨克		76	34	341	34117
3015392	Graissac	graissac	FR	12420	246	Europe/Paris	44.76427	2.77962		Graissac		76	12	122	12223
3015395	Grainville-Ymauville	grainville-ymauville	FR	76110	399	Europe/Paris	49.65847	0.41867		Grainville-Ymauville		28	76	762	76317
3015396	Grainville-sur-Ry	grainville-sur-ry	FR	76116	488	Europe/Paris	49.47806	1.2982		Grainville,Grainville-sur-Ry		28	76	763	76316
3015397	Grainville-sur-Odon	grainville-sur-odon	FR	14210	1010	Europe/Paris	49.13936	-0.53046		Grainville,Grainville-sur-Odon		28	14	142	14311
3015398	Grainville-la-Teinturière	grainville-la-teinturiere	FR	76450	1068	Europe/Paris	49.74773	0.64048		Grainville,Grainville-la-Teinturiere,Grainville-la-Teinturière		28	76	761	76315
3015399	Grainville-Langannerie	grainville-langannerie	FR	14190	543	Europe/Paris	49.01126	-0.27408		Grainville,Grainville-Langannerie		28	14	142	14310
3015400	Grainville	grainville	FR	27380	504	Europe/Paris	49.3476	1.36679		Grainville		28	27	271	27294
3015403	Graincourt-lès-Havrincourt	graincourt-les-havrincourt	FR	62147	633	Europe/Paris	50.14711	3.10891		Graincourt,Graincourt-les-Havrincourt,Graincourt-lès-Havrincourt,Grenkur-le-Avrenkur,ge lan ku er lai a fu lan ku er,jrynkwrt lyh hafrynkwrt,Гренкур-ле-Авренкур,جرينكورت ليه هافرينكورت,格兰库尔莱阿夫兰库尔		32	62	621	62384
3015405	Graimbouville	graimbouville	FR	76430	510	Europe/Paris	49.57544	0.33253		Graimbouville		28	76	762	76314
3015409	Grailhen	grailhen	FR	65170	13	Europe/Paris	42.84703	0.36128		Grailhen		76	65	652	65208
3015410	Graignes-Mesnil-Angot	graignes-mesnil-angot	FR	50620	675	Europe/Paris	49.25	-1.2		Graigles		28	50	504	50216
3015412	Gragnague	gragnague	FR	31380	1615	Europe/Paris	43.68091	1.58461		Gragnague,Grapnague		76	31	313	31228
3015414	Graffigny-Chemin	graffigny-chemin	FR	52150	208	Europe/Paris	48.16844	5.62972		Graffigny,Graffigny-Chemin		44	52	521	52227
3015419	Gradignan	gradignan	FR	33170	24385	Europe/Paris	44.77362	-0.61395		Gradignan,Gradin'jan,Gradinan,Gradinhan,ge la di ni ang,geuladinyang,grdynyan,guradinyan,Градиньян,Градињан,Градіньян,گردینیان,グラディニャン,格拉迪尼昂,그라디냥		75	33	332	33192
3015421	Grâce-Uzel	grace-uzel	FR	22460	403	Europe/Paris	48.241	-2.80079		Grace-Uzel,Gras-Uzel,Grâce-Uzel		53	22	224	22068
3015422	Grâces	graces	FR	22200	2549	Europe/Paris	48.55604	-3.1853		Graces,Gras-Gwengamp,Grâces		53	22	222	22067
3015423	Graçay	gracay	FR	18310	1556	Europe/Paris	47.14371	1.84733		Gracay,Grase,Graçay,La Liberte,La Liberté,ge la sai,Грасе,格拉赛		24	18	183	18103
3015424	Grabels	grabels	FR	34790	6107	Europe/Paris	43.648	3.80144		Grabel',Grabels,Грабель		76	34	343	34116
3015427	Goyrans	goyrans	FR	31120	917	Europe/Paris	43.4812	1.43175		Goirans,Goyrans,Guajran,gua lang,Гуайран,瓜朗		76	31	313	31227
3015429	Goyencourt	goyencourt	FR	80700	89	Europe/Paris	49.72555	2.76413		Goyencourt		32	80	803	80383
3015431	Goxwiller	goxwiller	FR	67210	797	Europe/Paris	48.43207	7.48486		Goxwiller		44	67	675	67164
3015433	Goviller	goviller	FR	54330	362	Europe/Paris	48.49739	6.01018		Goviller		44	54	543	54235
3015434	Goven	goven	FR	35580	3291	Europe/Paris	48.00633	-1.84667		Govan,Goven,ge wang,Гован,戈旺		53	35	352	35123
3015436	Gouzon	gouzon	FR	23230	1410	Europe/Paris	46.19192	2.23889		Gouzon		75	23	231	23093
3015437	Gouzens	gouzens	FR	31310	68	Europe/Paris	43.18579	1.18813		Gouzens		76	31	311	31226
3015438	Gouzeaucourt	gouzeaucourt	FR	59231	1284	Europe/Paris	50.05606	3.12351		Gouzeaucourt		32	59	592	59269
3015441	Gouzangrez	gouzangrez	FR	95450	183	Europe/Paris	49.11295	1.90792		Gouzangrez,Guzangrez,gu cang ge lai,Гузангрез,古藏格莱		11	95	953	95282
3015442	Gouy-sous-Bellonne	gouy-sous-bellonne	FR	62112	1308	Europe/Paris	50.31139	3.05657		Gouy,Gouy-sous-Bellonne		32	62	621	62383
3015443	Gouy-Saint-André	gouy-saint-andre	FR	62870	614	Europe/Paris	50.37508	1.89876		Gouy,Gouy-Saint-Andre,Gouy-Saint-André,Gui-Sent-Andre,gu yi sheng an de lie,jwy san andryh,Гуи-Сент-Андре,Гуї-Сент-Андре,جوي سان أندريه,古伊圣安德烈		32	62	624	62382
3015445	Gouy-en-Ternois	gouy-en-ternois	FR	62127	155	Europe/Paris	50.31997	2.41141		Gouy,Gouy-en-Ternois,Gui-an-Ternua,gu yi ang tai er nu wa,jwy an tyrnwys,Гуи-ан-Тернуа,Гуї-ан-Тернуа,جوي إن تيرنويس,古伊昂泰尔努瓦		32	62	621	62381
3015446	Gouy-Servins	gouy-servins	FR	62530	302	Europe/Paris	50.4	2.65		Gouy,Gouy-en-Gohelle,Gui-Serven,gu yi sai er wan,jwy syrfyns,Гуи-Сервен,Гуї-Сервен,جوي سيرفينس,古伊塞尔万		32	62	627	62380
3015447	Gouy-en-Artois	gouy-en-artois	FR	62123	384	Europe/Paris	50.24807	2.59455		Gouy,Gouy-en-Artois,Gouy-la-Loi,Gui-an-Artua,gu yi ang na tu wa,jwy an artwz,Гуи-ан-Артуа,Гуї-ан-Артуа,جوي إن أرتوز,古伊昂纳图瓦		32	62	621	62379
3015449	Gouy	gouy	FR	02420	0	Europe/Paris	50.12911	1.73581		Gouy,Gouy-Canon		32	80	801	80161
3015450	Gouy	gouy	FR	02420	654	Europe/Paris	50.00085	3.25556		Gouy		32	02	023	02352
3015451	Gouy	gouy	FR	02420	810	Europe/Paris	49.35384	1.14912		Gouy		28	76	763	76313
3015452	Goux-sous-Landet	goux-sous-landet	FR	25440	43	Europe/Paris	47.08006	5.93384		Goux,Goux-sous-Landet		27	25	251	25283
3015453	Goux-les-Usiers	goux-les-usiers	FR	25520	570	Europe/Paris	46.97306	6.27666		Goux,Goux-les-Usiers,Gu-lez-Juz'e,gu lai yu xie er,Гу-лез-Юзьє,古莱于谢尔		27	25	253	25282
3015454	Goux-lès-Dambelin	goux-les-dambelin	FR	25150	242	Europe/Paris	47.39716	6.66948		Goux,Goux-les-Dambelin,Goux-lès-Dambelin		27	25	252	25281
3015455	Goux	goux	FR	32400	0	Europe/Paris	47.04101	5.51799		Goux		27	39	391	39198
3015456	Goux	goux	FR	32400	88	Europe/Paris	43.61403	-0.02218		Goux		76	32	323	32151
3015457	Gouvix	gouvix	FR	14680	852	Europe/Paris	49.03508	-0.30416		Gouvix,Guvi,Guviks,Гуви,Гувикс,Гуві		28	14	142	14309
3015458	Gouville-sur-Mer	gouville-sur-mer	FR	50200	1722	Europe/Paris	49.09611	-1.57908		Gouville,Gouville-sur-Mer		28	50	503	50215
3015459	Gouville	gouville	FR	27240	589	Europe/Paris	48.85063	0.9914		Gouville		28	27	272	27198
3015460	Gouvieux	gouvieux	FR	60270	9526	Europe/Paris	49.18705	2.41439		Gouvieux,Guv'jo,Guve,gu wei e,Гувьё,Гувє,古维厄		32	60	604	60282
3015461	Gouvets	gouvets	FR	50420	270	Europe/Paris	48.93203	-1.09584		Gouvets		28	50	504	50214
3015462	Gouves	gouves	FR	62123	202	Europe/Paris	50.29895	2.63603		Gouves		32	62	621	62378
3015463	Gouvernes	gouvernes	FR	77400	1132	Europe/Paris	48.86007	2.69074		Gouvernes,Guvern,Гуверн		11	77	775	77209
3015464	Goutz	goutz	FR	32500	169	Europe/Paris	43.80517	0.7344		Gots,Gots de Bajoneta,Goutz,Guts,gu te,Гутс,古特		76	32	322	32150
3015465	Gouttières	gouttieres	FR	27410	185	Europe/Paris	49.02436	0.74578				28	27	272	27049
3015466	Gouttières	gouttieres	FR	27410	401	Europe/Paris	46.06254	2.76924		Gouttieres,Gouttières		84	63	634	63171
3015477	Gout-Rossignol	gout-rossignol	FR	24320	0	Europe/Paris	45.41667	0.38333		Gots e Rossinhou,Gots e Rossinhòu,Gouts,Gu-Rossin'ol',gu luo xi ni ao,Гу-Россиньоль,Гу-Россіньоль,古罗西尼奥		75	24	243	24199
3015478	Gouts	gouts	FR	40400	261	Europe/Paris	43.78919	-0.80063		Gots,Guts,gu te,Гутс,古特		75	40	401	40116
3015479	Goutrens	goutrens	FR	12390	406	Europe/Paris	44.44309	2.37064		Cassagnes-Goutrens,Coutrens,Goutrens		76	12	123	12111
3015481	Goutevernisse	goutevernisse	FR	31310	89	Europe/Paris	43.21246	1.17131		Goutevernisse		76	31	311	31225
3015482	Goustranville	goustranville	FR	14430	194	Europe/Paris	49.21779	-0.09593		Goustranville		28	14	143	14308
3015484	Goussonville	goussonville	FR	78930	593	Europe/Paris	48.92014	1.76439		Goussonville		11	78	781	78281
3015487	Gousse	gousse	FR	40465	233	Europe/Paris	43.77315	-0.89735		Gousse		75	40	401	40115
3015489	Goussancourt	goussancourt	FR	02130	68	Europe/Paris	49.1669	3.66845		Goussancourt		32	02	021	02351
3015490	Goussainville	goussainville	FR	28410	30047	Europe/Paris	49.01367	2.46595		Goussainville		11	95	952	95280
3015491	Goussainville	goussainville	FR	28410	758	Europe/Paris	48.77668	1.55541		Goussainville		24	28	283	28185
3015492	Goussaincourt	goussaincourt	FR	55140	105	Europe/Paris	48.48456	5.68987		Goussaincourt		44	55	552	55217
3015495	Gourvillette	gourvillette	FR	17490	111	Europe/Paris	45.89053	-0.22149		Gourvillette		75	17	175	17180
3015496	Gourville	gourville	FR	16170	0	Europe/Paris	48.51378	1.79194				11	78	782	78506
3015497	Gourville	gourville	FR	16170	600	Europe/Paris	45.8299	-0.01533		Gourville		75	16	162	16286
3015498	Gourvieille	gourvieille	FR	11410	59	Europe/Paris	43.3394	1.78258		Gourvieille,Gourvielle		76	11	111	11166
3015501	Gours	gours	FR	33660	402	Europe/Paris	44.99326	0.02202		Gours		75	33	335	33191
3015502	Gours	gours	FR	33660	0	Europe/Paris	44.57155	2.1344				76	46	462	46085
3015507	Gournay-sur-Marne	gournay-sur-marne	FR	93460	6073	Europe/Paris	48.86223	2.58452		Gournay,Gournay-sur-Marne,Gurne-sjur-Marn,ma en he pan gu er nai,Гурне-сюр-Марн,马恩河畔古尔奈		11	93	932	93033
3015508	Gournay-sur-Aronde	gournay-sur-aronde	FR	60190	615	Europe/Paris	49.49234	2.67496		Gournay,Gournay-sur-Aronde		32	60	603	60281
3015509	Gournay-en-Bray	gournay-en-bray	FR	76220	6449	Europe/Paris	49.48285	1.72471		Consolation,Gournay,Gournay-en-Bray,Gurne-an-Bre,Гурне-ан-Бре		28	76	761	76312
3015510	Gournay	gournay	FR	36230	0	Europe/Paris	50.55279	2.06449				32	62	624	62844
3015511	Gournay	gournay	FR	36230	0	Europe/Paris	49.67414	0.81529				28	76	763	76325
3015512	Gournay	gournay	FR	36230	0	Europe/Paris	49.52392	0.22398		Gournay,Gournay-en-Caux		28	76	762	76305
3015513	Gournay	gournay	FR	36230	0	Europe/Paris	49.03429	1.44712				28	27	271	27203
3015514	Gournay-le-Guérin	gournay-le-guerin	FR	27580	0	Europe/Paris	48.7	0.78333				28	27	272	27291
3015515	Gournay	gournay	FR	36230	291	Europe/Paris	46.58305	1.73152		Gournay		24	36	363	36084
3015516	Gournay-Loizé	gournay-loize	FR	79110	597	Europe/Paris	46.15	-0.05				75	79	792	79136
3015520	Gourlizon	gourlizon	FR	29710	893	Europe/Paris	48.01967	-4.26675		Gourlizon,Gurlizon,gu er li zong,Гурлизон,Гурлізон,古尔利宗		53	29	294	29065
3015522	Gourin	gourin	FR	56110	5005	Europe/Paris	48.1395	-3.6077		Gourin,Guren,gu lan,guran,Гурен,グラン,古兰		53	56	562	56066
3015523	Gourhel	gourhel	FR	56800	432	Europe/Paris	47.93721	-2.36059		Gourhael,Gourhel		53	56	562	56065
3015524	Gourgue	gourgue	FR	65130	45	Europe/Paris	43.13561	0.26361		Gourgue		76	65	652	65207
3015528	Gourgeon	gourgeon	FR	70120	185	Europe/Paris	47.71873	5.84499		Gourgeon		27	70	702	70272
3015529	Gourgé	gourge	FR	79200	945	Europe/Paris	46.72814	-0.16751		Gourge,Gourgé		75	79	793	79135
3015530	Gourgançon	gourgancon	FR	51230	152	Europe/Paris	48.68858	4.02288		Gourgancon,Gourgançon		44	51	512	51276
3015532	Gourfaleur	gourfaleur	FR	50750	457	Europe/Paris	49.08202	-1.11219		Gourfaleur,Gurfaler,gu er fa lei,Гурфалер,古尔法勒		28	50	504	50546
3015538	Murat	murat	FR	03390	115	Europe/Paris	45.54073	1.89476		Gourdon-Murat,Murat		75	19	192	19087
3015542	Gourdon	gourdon	FR	06620	885	Europe/Paris	46.64154	4.44619		Gourdon		27	71	711	71222
3015543	Gourdon	gourdon	FR	06620	0	Europe/Paris	45.60085	3.07586				84	63	633	63234
3015544	Gourdon	gourdon	FR	06620	0	Europe/Paris	45.55505	1.89022		Gourdon		75	19	192	19087
3015545	Gourdon	gourdon	FR	06620	0	Europe/Paris	45.29638	4.12119				84	43	433	43020
3015546	Gourdon	gourdon	FR	06620	5342	Europe/Paris	44.73576	1.38071		Courdon,Gordon,Gourdon	463	76	46	463	46127
3015547	Gourdon	gourdon	FR	06620	397	Europe/Paris	43.72111	6.97917		Gordon,Gourdon,Gurdon,gu er dong,gurudon,Гурдон,グルドン,古尔东		93	06	061	06068
3015548	Gourdièges	gourdieges	FR	15230	53	Europe/Paris	44.93696	2.88056		Gourdieges,Gourdièges		84	15	153	15077
3015549	Gourdan-Polignan	gourdan-polignan	FR	31210	1754	Europe/Paris	43.07092	0.57482		Gourdan-Polignan		76	31	312	31224
3015553	Gourchelles	gourchelles	FR	60220	135	Europe/Paris	49.72905	1.78024		Courchelles,Gourchelles,Gurshel,Gurshel',gu er xie lai,Гуршел,Гуршель,古尔谢莱		32	60	601	60280
3015554	Gourbit	gourbit	FR	09400	0	Europe/Paris	42.8436	1.5335				76	09	091	09136
3015556	Gourbesville	gourbesville	FR	50480	159	Europe/Paris	49.42095	-1.40941		Gourbesville		28	50	502	50400
3015557	Gourbera	gourbera	FR	40990	278	Europe/Paris	43.80538	-1.04809		Gorberar,Gourbera,Gurbera,gu er bo la,Гурбера,古尔伯拉		75	40	401	40114
3015559	Gouraincourt	gouraincourt	FR	55230	36	Europe/Paris	49.29356	5.6638				44	55	553	55216
3015560	Goupillières	goupillieres	FR	14210	376	Europe/Paris	49.58609	0.98357		Goupillieres,Goupillières		28	76	763	76311
3015561	Goupillières	goupillieres	FR	14210	713	Europe/Paris	49.12725	0.76158		Goupillieres,Goupillières		28	27	272	27290
3015562	Goupillières	goupillieres	FR	14210	151	Europe/Paris	49.03256	-0.47961		Goupillieres,Goupillières		28	14	142	14713
3015563	Goupillières	goupillieres	FR	14210	399	Europe/Paris	48.88058	1.76559		Goupillieres,Goupillières		11	78	782	78278
3015566	Goumois	goumois	FR	25470	203	Europe/Paris	47.26156	6.94929		Goumois		27	25	252	25280
3015569	Goulven	goulven	FR	29890	469	Europe/Paris	48.62914	-4.30108		Goulc'hen,Goulven		53	29	291	29064
3015571	Goult	goult	FR	84220	1381	Europe/Paris	43.86297	5.2439		Goud,Goult,Gu,Gul't,Gòud,gu er,Гу,Гульт,古尔		93	84	841	84051
3015572	Gouloux	gouloux	FR	58230	211	Europe/Paris	47.23834	4.07524				27	58	581	58129
3015573	Goulles	goulles	FR	19430	354	Europe/Paris	45.04257	2.07969		Goulles		75	19	192	19086
3015574	Goulier	goulier	FR	09220	39	Europe/Paris	42.75516	1.5034		Goulier,Goulier-et-Olbier		76	09	091	09334
3015575	Goulien	goulien	FR	29770	450	Europe/Paris	48.05577	-4.59289		Goulien,Gul'jan,Gulijen,gu li an,Гулијен,Гульян,古利安		53	29	294	29063
3015577	Goulet	goulet	FR	61150	315	Europe/Paris	48.73236	-0.09316		Goulet		28	61	612	61194
3015585	Goujounac	goujounac	FR	46250	218	Europe/Paris	44.57633	1.19682		Goujounac		76	46	463	46126
3015586	Gouise	gouise	FR	03340	220	Europe/Paris	46.41103	3.4301		Gouise		84	03	032	03124
3015587	Gouillons	gouillons	FR	28310	335	Europe/Paris	48.34377	1.83962		Gouillons		24	28	281	28184
3015589	Gouhenans	gouhenans	FR	70110	382	Europe/Paris	47.60712	6.4691		Gouhenans,Gouhernans,Guehnan,Guenan,Гуенан,Гуэнан		27	70	701	70271
3015590	Gouhelans	gouhelans	FR	25680	121	Europe/Paris	47.45521	6.35206		Gouhelans		27	25	251	25279
3015592	Gougenheim	gougenheim	FR	67270	413	Europe/Paris	48.70173	7.56617		Gougenheim		44	67	674	67163
3015596	Gouézec	gouezec	FR	29190	1033	Europe/Paris	48.16948	-3.97276		Gouezec,Gouezeg,Gouézec,Guezek,gu ai ze ke,Гуезек,古埃泽克		53	29	292	29062
3015598	Gouex	gouex	FR	86320	539	Europe/Paris	46.36646	0.69046		Gouex,Gu,Gue,gu e,Гу,Гуе,古厄		75	86	862	86107
3015601	Gouesnou	gouesnou	FR	29850	6388	Europe/Paris	48.45297	-4.46495		Goeznoveus,Gouenou,Gouenoù,Gouesnou,Guenu,gu ai si nu,Гуену,古埃斯努		53	29	291	29061
3015602	Gouesnach	gouesnach	FR	29950	2396	Europe/Paris	47.91071	-4.11525		Gouenac'h,Gouesnac'h,Gouesnach		53	29	294	29060
3015608	Goudourville	goudourville	FR	82400	898	Europe/Paris	44.11458	0.92837		Goudourville		76	82	821	82073
3015610	Goudon	goudon	FR	65190	230	Europe/Paris	43.24243	0.23263		Goudon		76	65	653	65206
3015611	Goudex	goudex	FR	31230	50	Europe/Paris	43.37631	0.95471		Goudex		76	31	312	31223
3015612	Goudet	goudet	FR	43150	0	Europe/Paris	44.88414	4.19918				84	07	071	07037
3015613	Goudet	goudet	FR	43150	66	Europe/Paris	44.88921	3.92566		Godet de Leir,Godet de Lèir,Goudet,Gude,gu dai,Гуде,古代		84	43	432	43101
3015614	Goudelin	goudelin	FR	22290	1521	Europe/Paris	48.60413	-3.01898		Goudelin		53	22	222	22065
3015615	Goudelancourt-lès-Pierrepont	goudelancourt-les-pierrepont	FR	02350	0	Europe/Paris	49.66774	3.85405		Goudelancourt,Goudelancourt-les-Pierrepont,Goudelancourt-lès-Pierrepont		32	02	022	02350
3015616	Goudelancourt-lès-Berrieux	goudelancourt-les-berrieux	FR	02820	75	Europe/Paris	49.5	3.85		Goudelancourt,Gudlankur le Berije,Gudlankur-le-Ber'jo,Gudlankur-le-Berrie,gu de lang ku er-lai bei e,Гудланкур ле Берије,Гудланкур-ле-Берріє,Гудланкур-ле-Берьё,古德朗库尔-莱贝略		32	02	022	02349
3015618	Goudargues	goudargues	FR	30630	1031	Europe/Paris	44.21509	4.46631		Goudargues		76	30	302	30131
3015619	Gouchaupre	gouchaupre	FR	76630	168	Europe/Paris	49.93333	1.3				28	76	761	76618
3015620	Gouberville	gouberville	FR	50330	138	Europe/Paris	49.68321	-1.32853		Gouberville,Gubervil,Gubervil',gu bei er wei er,gwbrwyl,Губервил,Губервиль,Губервіль,گوبرویل,古贝尔维尔		28	50	502	50142
3015621	Gouberville	gouberville	FR	50330	0	Europe/Paris	49.51322	0.50125				28	76	762	76592
3015622	Gouaux-de-Luchon	gouaux-de-luchon	FR	31110	0	Europe/Paris	42.85664	0.62015		Gouaux,Gouaux-de-Luchon		76	31	312	31222
3015623	Gouaux-de-Larboust	gouaux-de-larboust	FR	31110	0	Europe/Paris	42.79404	0.48851		Gouaux,Gouaux-de-Larboust		76	31	312	31221
3015624	Gouaux	gouaux	FR	65240	60	Europe/Paris	42.86512	0.36189		Gouaux		76	65	652	65205
3015625	Gouarec	gouarec	FR	22570	1081	Europe/Paris	48.22725	-3.17994		Gouarec,Guarek,Gwareg,gu a lei ke,Гуарек,古阿雷克		53	22	222	22064
3015628	Goualade	goualade	FR	33840	0	Europe/Paris	44.31043	-0.14524		Goualade,Gualad,Gualada,gu a la de,Гуалад,古阿拉德		75	33	333	33190
3015629	Gouaix	gouaix	FR	77114	1582	Europe/Paris	48.48539	3.29336		Gouaix		11	77	773	77208
3015631	Gottesheim	gottesheim	FR	67490	318	Europe/Paris	48.77576	7.48049				44	67	674	67162
3015632	Gottenhouse	gottenhouse	FR	67700	372	Europe/Paris	48.72041	7.36067				44	67	674	67161
3015634	Gosselming	gosselming	FR	57930	551	Europe/Paris	48.7916	7.0019		Gosselming		44	57	575	57255
3015635	Gosné	gosne	FR	35140	1499	Europe/Paris	48.24666	-1.46534		Cosne,Cosné,Goneg,Gosne,Gosné		53	35	353	35121
3015636	Gosnay	gosnay	FR	62199	1215	Europe/Paris	50.50622	2.58904		Gonaye,Gone,Gosnay,ge nai,jwznay,Гоне,جوزناي,戈奈		32	62	622	62377
3015639	Gorze	gorze	FR	57680	1424	Europe/Paris	49.05236	6.00072		Gorz,Gorze,Gorzia,ge er ci,gwrz,Горз,گورز,戈尔兹		44	57	579	57254
3015640	Gorses	gorses	FR	46210	381	Europe/Paris	44.79432	2.02474		Gorses		76	46	462	46125
3015642	Gorron	gorron	FR	53120	3040	Europe/Paris	48.41161	-0.81287		Goron,Gorron,ge er long,Горон,Горрон,戈尔龙		52	53	533	53107
3015643	Gorrevod	gorrevod	FR	01190	592	Europe/Paris	46.41887	4.94522		Gorrevod		84	01	012	01175
3015646	Gorre	gorre	FR	87310	0	Europe/Paris	50.53759	2.70091				32	62	622	62126
3015647	Gorre	gorre	FR	87310	387	Europe/Paris	45.74247	0.98409		Gorre		75	87	873	87073
3015649	Gorniès	gornies	FR	34190	137	Europe/Paris	43.89168	3.62919		Gornies,Gorniès,Renfort		76	34	342	34115
3015650	Gornac	gornac	FR	33540	357	Europe/Paris	44.6627	-0.18172		Gornac		75	33	333	33189
3015652	Gorhey	gorhey	FR	88270	160	Europe/Paris	48.19423	6.28362		Gore,Gorhey,ge lei,Горе,戈雷		44	88	881	88210
3015656	Gorges	gorges	FR	44190	46	Europe/Paris	50.11006	2.17914		Gorges		32	80	802	80381
3015657	Gorges	gorges	FR	44190	364	Europe/Paris	49.2562	-1.40726		Gorges		28	50	503	50210
3015658	Gorges	gorges	FR	44190	3087	Europe/Paris	47.10112	-1.30267		Gored,Gorge,Gorges		52	44	442	44064
3015659	Gorenflos	gorenflos	FR	80690	242	Europe/Paris	50.09654	2.04947		Gorenflos		32	80	801	80380
3015661	Gordes	gordes	FR	84220	2242	Europe/Paris	43.9129	5.19892		Gord,Gorda,Gordes,Gòrda,ge er dai,gorudo,Горд,ゴルド,戈尔代		93	84	841	84050
3015662	Gorcy	gorcy	FR	54730	2187	Europe/Paris	49.53487	5.68487		Gorcy,Gorcy-Cussigny,Gorsi,ge er xi,Горси,Горсі,戈尔西		44	54	541	54234
3015664	Gorbio	gorbio	FR	06500	1201	Europe/Paris	43.78678	7.44375		Gorbio		93	06	062	06067
3015665	Goos	goos	FR	40180	452	Europe/Paris	43.7295	-0.90032		Goos		75	40	401	40113
3015666	Gonzeville	gonzeville	FR	76560	112	Europe/Paris	49.76185	0.81847		Gonzeville		28	76	763	76309
3015726	Gomiécourt	gomiecourt	FR	62121	176	Europe/Paris	50.14884	2.7989		Gom'ekur,Gomekur,Gomiecourt,Gomiécourt,Gomjekur,ge mi ye ku er,jwmyykwrt,Гомьекур,Гомєкур,Гомјекур,جومييكورت,戈米耶库尔		32	62	621	62374
3015669	Gontaud-de-Nogaret	gontaud-de-nogaret	FR	47400	1626	Europe/Paris	44.45	0.3		Gontaut de Nogaret,Gontaut e Sent Peir de Nogaret,Gontaut e Sent Pèir de Nogaret,Gonto de Nogare,Gonto-de-Nogare,gong tuo de nuo jia lei,Гонто де Ногаре,Гонто-де-Ногаре,贡托德诺加雷		75	47	472	47110
3015670	Gonsans	gonsans	FR	25360	448	Europe/Paris	47.23158	6.29865		Consans,Gonsans		27	25	251	25278
3015672	Valanjou	valanjou	FR	49670	0	Europe/Paris	47.21667	-0.58333		Gonnord,Valanzhu,wa lang ru,Валанжу,瓦朗茹		52	49	492	49092
3015673	Gonneville-sur-Scie	gonneville-sur-scie	FR	76590	354	Europe/Paris	49.7565	1.0735		Gonneville,Gonneville-sur-Scie		28	76	761	76308
3015675	Gonneville-sur-Mer	gonneville-sur-mer	FR	14510	598	Europe/Paris	49.27996	-0.04073		Gonneville,Gonneville-sur-Mer		28	14	143	14305
3015676	Gonneville-sur-Honfleur	gonneville-sur-honfleur	FR	14600	772	Europe/Paris	49.38444	0.245		Gonneville,Gonneville-sur-Honfleur		28	14	143	14304
3015677	Gonneville-la-Mallet	gonneville-la-mallet	FR	76280	1165	Europe/Paris	49.6395	0.22245		Gonneville,Gonneville-la-Mallet		28	76	762	76307
3015678	Gonneville	gonneville	FR	50330	874	Europe/Paris	49.64039	-1.46474		Gonneville		28	50	502	50209
3015679	Gonnetot	gonnetot	FR	76730	141	Europe/Paris	49.7634	0.89854		Gonnetot		28	76	761	76306
3015680	Gonnelieu	gonnelieu	FR	59231	272	Europe/Paris	50.05763	3.15424		Gonnelieu		32	59	592	59267
3015681	Gonnehem	gonnehem	FR	62920	2257	Europe/Paris	50.56061	2.57277		Gonam,Gonhin,Gonneem,Gonnehem,ge ne mu,jwnyhym,Гонам,Гоннеем,جونيهيم,戈讷姆		32	62	622	62376
3015683	Gonfreville-l'Orcher	gonfreville-l-orcher	FR	76700	0	Europe/Paris	49.50496	0.23567		Gonfreville,Gonfreville L'orcher,Gonfreville-l'Orcher,Gonfreville-lOrcher,Gonfreville-l’Orcher		28	76	762	76305
3015684	Gonfreville-Caillot	gonfreville-caillot	FR	76110	269	Europe/Paris	49.65119	0.43659		Gonfreville,Gonfreville-Caillot		28	76	762	76304
3015685	Gonfreville	gonfreville	FR	50190	156	Europe/Paris	49.22893	-1.40476		Gonfreville		28	50	503	50208
3015686	Gonfaron	gonfaron	FR	83590	3636	Europe/Paris	43.32036	6.28929		Gonfaron,gong fa long,Гонфарон,贡法龙		93	83	833	83067
3015687	Gonez	gonez	FR	65350	25	Europe/Paris	43.23281	0.21399		Gonez,Gonnez		76	65	653	65204
3015689	Gonesse	gonesse	FR	95500	26758	Europe/Paris	48.98693	2.44892		Gones,Goness,Gonesse,ge nei si,goneseu,gonesu,gwns,Гонес,Гонесс,גאנס,گونس,ゴネス,戈內斯,고네스		11	95	952	95277
3015690	Gondrin	gondrin	FR	32330	1049	Europe/Paris	43.88499	0.23652		Gondrin		76	32	322	32149
3015691	Gondrexon	gondrexon	FR	54450	0	Europe/Paris	48.60562	6.77001		Gondrexon		44	54	542	54233
3015693	Gondrexange	gondrexange	FR	57815	472	Europe/Paris	48.68606	6.9278		Gondrexange		44	57	575	57253
3015696	Gondreville	gondreville	FR	45490	265	Europe/Paris	49.21603	2.9552		Gondreville		32	60	604	60279
3015697	Gondreville	gondreville	FR	45490	2270	Europe/Paris	48.69373	5.96467		Gondreville,Gondreville-sur-Moselle		44	54	544	54232
3015698	Gondreville	gondreville	FR	45490	0	Europe/Paris	48.0939	2.4708				24	45	453	45018
3015699	Gondreville	gondreville	FR	45490	0	Europe/Paris	48.05045	2.65428		Gondreville		24	45	451	45158
3015701	Gondrecourt-le-Château	gondrecourt-le-chateau	FR	55130	1397	Europe/Paris	48.51366	5.51058		Gondrecourt,Gondrecourt-le-Chateau,Gondrecourt-le-Château,Gondrekur le Shato,Gondrekur-le-Shato,gong de lei ku er lai sha tuo,Гондрекур ле Шато,Гондрекур-ле-Шато,贡德雷库尔莱沙托		44	55	552	55215
3015702	Gondrecourt	gondrecourt	FR	54800	173	Europe/Paris	49.24468	5.76684		Gondrecourt,Gondrecourt-Aix		44	54	541	54231
3015704	Gondeville	gondeville	FR	16200	535	Europe/Paris	45.67116	-0.14952		Gondevil',Gondeville,Gondvil,Gondvil',gong de wei er,Гондвил,Гондвиль,Гондевіль,贡德维尔		75	16	162	16153
3015705	Gondenans-Montby	gondenans-montby	FR	25340	186	Europe/Paris	47.4331	6.45143		Gondenans,Gondenans-Montby		27	25	251	25276
3015706	Gondenans-les-Moulins	gondenans-les-moulins	FR	25680	64	Europe/Paris	47.46807	6.3814		Gondenans-les-Moulins		27	25	251	25277
3015708	Gondecourt	gondecourt	FR	59147	3994	Europe/Paris	50.54469	2.98378		Gondecourt,Gondekur,Gondkur,gong de ku er,Гондекур,Гондкур,贡德库尔		32	59	595	59266
3015709	Goncourt	goncourt	FR	52150	0	Europe/Paris	48.68518	4.65752				44	51	514	51356
3015710	Goncourt	goncourt	FR	52150	311	Europe/Paris	48.23796	5.60926		Goncourt		44	52	521	52064
3015711	Goncelin	goncelin	FR	38570	2084	Europe/Paris	45.34428	5.97896		Goncelin,Gonselen,gong se lan,Гонселен,贡瑟兰		84	38	381	38181
3015714	Gomont	gomont	FR	08190	317	Europe/Paris	49.5	4.16667		Gomont		44	08	082	08195
3015717	Gomméville	gommeville	FR	21400	145	Europe/Paris	47.96107	4.49556		Gomevil,Gommevil',Gommeville,Gomméville,ge mei wei er,Гомевил,Гоммевиль,Гоммевіль,戈梅维尔		27	21	213	21302
3015718	Gommerville	gommerville	FR	28310	667	Europe/Paris	49.55607	0.36839		Gommerville		28	76	762	76303
3015719	Gommerville	gommerville	FR	28310	488	Europe/Paris	48.34583	1.94492		Gommerville		24	28	281	28183
3015720	Gommersdorf	gommersdorf	FR	68210	391	Europe/Paris	47.63977	7.12918		Gommersdorf		44	68	681	68107
3015721	Gommenec'h	gommenec-h	FR	22290	0	Europe/Paris	48.64194	-3.04922		Gommenec'h,Gouanac'h		53	22	222	22063
3015722	Gomené	gomene	FR	22230	0	Europe/Paris	48.17408	-2.48684		Gomene,Gomené,Gommene,Gommené,Gouvene		53	22	224	22062
3015723	Gommegnies	gommegnies	FR	59144	2065	Europe/Paris	50.27155	3.70625		Gomeni,Gommegnies,Gommeni,ge mo ni,Гомењи,Гоммени,Гоммені,戈默尼		32	59	591	59265
3015724	Gommecourt	gommecourt	FR	62111	128	Europe/Paris	50.13333	2.65				32	62	621	62375
3015725	Gommecourt	gommecourt	FR	62111	597	Europe/Paris	49.08333	1.6				11	78	781	78276
3015727	Gometz-le-Châtel	gometz-le-chatel	FR	91940	1954	Europe/Paris	48.67837	2.13792		Gomec le Shatel,Gomets-le-Shatel',Gometz-le-Chatel,Gometz-le-Châtel,Saint-Clair,ge mei te lei sha te,Гометс-ле-Шатель,Гомец ле Шател,戈梅特勒沙特		11	91	913	91275
3015728	Gometz-la-Ville	gometz-la-ville	FR	91400	1053	Europe/Paris	48.67219	2.12868		Gomec la Vil,Gomets-la-Vil',Gometz-la-Ville,ge mei te la wei er,Гометс-ла-Виль,Гометс-ла-Віль,Гомец ла Вил,戈梅特拉维尔		11	91	913	91274
3015729	Gomer	gomer	FR	64420	178	Europe/Paris	43.24954	-0.19024		Gomer		75	64	643	64246
3015730	Gomelange	gomelange	FR	57220	418	Europe/Paris	49.2434	6.47005		Gomelange		44	57	573	57252
3015732	Gombergean	gombergean	FR	41310	144	Europe/Paris	47.65	1.08333		Gombergean		24	41	412	41098
3015734	Golleville	golleville	FR	50390	174	Europe/Paris	49.43643	-1.51607		Golleville		28	50	502	50207
3015736	Golinhac	golinhac	FR	12140	414	Europe/Paris	44.60529	2.5832		Golinhac		76	12	122	12110
3015738	Golfech	golfech	FR	82400	757	Europe/Paris	44.11389	0.85118		Gol'fesh,Golfech,Golfesh,Golfueg,Golfuèg,ge er fu ke,Голфеш,Гольфеш,戈尔弗克		76	82	821	82072
3015740	Goldbach-Altenbach	goldbach-altenbach	FR	68760	0	Europe/Paris	47.88333	7.1		Gol'dbak-Al'tenbak,Goldbakh Altenbakh,ge er de ba ke a er tang ba ke,Голдбах Алтенбах,Гольдбак-Альтенбак,戈尔德巴克阿尔唐巴克		44	68	686	68106
3015741	Golbey	golbey	FR	88190	8623	Europe/Paris	48.19764	6.43966		Gol'be,Golbe,Golbey,ge er bei,Голбе,Гольбе,戈尔贝		44	88	881	88209
3015743	Golancourt	golancourt	FR	60640	426	Europe/Paris	49.70749	3.06451		Golancourt		32	60	603	60278
3015746	Goincourt	goincourt	FR	60000	1196	Europe/Paris	49.42614	2.03621		Goincourt		32	60	601	60277
3015747	Goin	goin	FR	57420	294	Europe/Paris	48.98719	6.21769		Goin		44	57	579	57251
3015751	Gohory	gohory	FR	28160	0	Europe/Paris	48.16624	1.22854		Gohory		24	28	282	28182
3015753	Gognies-Chaussée	gognies-chaussee	FR	59600	0	Europe/Paris	50.33807	3.94426		Goni Shose,Goni-Shosse,ge ni shao sai,Гони-Шоссе,Гоні-Шоссе,Гоњи Шосе,戈尼绍塞		32	59	591	59264
3015754	Gogney	gogney	FR	54450	0	Europe/Paris	48.61354	6.85888		Gogney		44	54	542	54230
3015756	Goetzenbruck	goetzenbruck	FR	57620	1810	Europe/Paris	48.97778	7.3796		Gecenbruk,Getsanbrjuk,Goetzenbruck,Gotzenbruck,Götzenbrück,Gœtzenbruck,ge ai te cang bu lu,Гетсанбрюк,Геценбрук,戈埃特藏布吕		44	57	576	57250
3015757	Goès	goes	FR	64400	587	Europe/Paris	43.19872	-0.59236		Goehs,Goes,Goès,Gueers,Güèrs,ge ai,Гоес,Гоэс,戈埃		75	64	642	64245
3015758	Gœrsdorf	g-rsdorf	FR	67360	1097	Europe/Paris	48.95	7.76667				44	67	672	67160
3015762	Godoncourt	godoncourt	FR	88410	153	Europe/Paris	47.99858	5.92164		Godoncourt		44	88	882	88208
3015763	Godisson	godisson	FR	61240	101	Europe/Paris	48.68029	0.25276		Godisson		28	61	613	61192
3015764	Godewaersvelde	godewaersvelde	FR	59270	1977	Europe/Paris	50.79399	2.64456		Godeversvel'd,Godewaarsvelde,Godewaersvelde,Godsvelde,Godverveld,ge de wa er si fei er de,gwdwrswldh,Годвервелд,Годеверсвельд,گودور سولدے,گودورسولده,戈德瓦尔斯费尔德		32	59	594	59262
3015765	Goderville	goderville	FR	76110	2335	Europe/Paris	49.64566	0.36593		Goderville		28	76	762	76302
3015767	Godenvillers	godenvillers	FR	60420	141	Europe/Paris	49.58861	2.55216		Godenvillers		32	60	602	60276
3015780	Goas	goas	FR	82500	35	Europe/Paris	43.81545	0.96319		Goas		76	82	821	82071
3015784	Glux-en-Glenne	glux-en-glenne	FR	58370	106	Europe/Paris	46.95612	4.03104				27	58	581	58128
3015785	Glun	glun	FR	07300	639	Europe/Paris	45.01592	4.83861		Glun		84	07	073	07097
3015786	Gluiras	gluiras	FR	07190	374	Europe/Paris	44.84732	4.52341		Glira,Gljuira,Gluiras,Gluiràs,ge lu yi la,Глира,Глюира,Глюїра,格吕伊拉		84	07	072	07096
3015791	Glos-sur-Risle	glos-sur-risle	FR	27290	435	Europe/Paris	49.27032	0.6803		Glos,Glos-sur-Risle		28	27	272	27288
3015792	Glos	glos	FR	14100	916	Europe/Paris	49.12175	0.28135		Glos-sur-Lisieux		28	14	143	14303
3015793	Glos-la-Ferrière	glos-la-ferriere	FR	61550	566	Europe/Paris	48.85694	0.6011		Glo la Ferjer,Glo-la-Ferr'er,Glo-la-Ferrer,Glos,Glos-la-Ferriere,Glos-la-Ferrière,ge luo la fu er li ai,Гло ла Ферјер,Гло-ла-Феррьер,Гло-ла-Феррєр,格洛拉弗尔里埃		28	61	613	61167
3015796	Glorianes	glorianes	FR	66320	25	Europe/Paris	42.58973	2.55442		Glorianes		76	66	663	66086
3015798	Glonville	glonville	FR	54122	326	Europe/Paris	48.47356	6.68992		Glonvil,Glonvil',Glonville,ge long wei er,Глонвил,Глонвиль,Глонвіль,格隆维尔		44	54	542	54229
3015800	Glomel	glomel	FR	22110	1535	Europe/Paris	48.22288	-3.39526		Glomel,Glomel',Gronvel,Gronwel,Groñvel,Groñwel,ge luo mei,Гломел,Гломель,格洛梅		53	22	222	22061
3015804	Glisy	glisy	FR	80440	556	Europe/Paris	49.87758	2.39798		Glisy		32	80	802	80379
3015805	Glisolles	glisolles	FR	27190	924	Europe/Paris	48.98468	1.01765		Glisolles		28	27	273	27287
3015808	Glicourt	glicourt	FR	76630	197	Europe/Paris	49.9337	1.24095		Glicourt		28	76	761	76618
3015812	Glère	glere	FR	25190	215	Europe/Paris	47.34379	6.99378		Glere,Glère		27	25	252	25275
3015813	Glénouze	glenouze	FR	86200	115	Europe/Paris	46.99618	-0.00823		Glenouze,Glenuz,Glénouze,ge lang wu ci,Гленуз,格朗乌兹		75	86	861	86106
3015816	Glennes	glennes	FR	02160	142	Europe/Paris	49.35512	3.715		Glennes		32	02	024	02439
3015817	Glénic	glenic	FR	23380	605	Europe/Paris	46.2235	1.9223		Glenic,Glenik,Glénic,ge lai ni ke,Гленик,Гленік,格莱尼克		75	23	232	23092
3015818	Glénay	glenay	FR	79330	524	Europe/Paris	46.85999	-0.25154		Glenay,Glene,Glénay,Глене		75	79	791	79134
3015819	Glénat	glenat	FR	15150	226	Europe/Paris	44.90127	2.18078		Glenat,Glénat		84	15	151	15076
3015821	Glénac	glenac	FR	56200	876	Europe/Paris	47.72686	-2.13343		Glenac,Glenak,Glenneg,Glénac,ge lai na ke,Гленак,格莱纳克		53	56	563	56061
3015823	Gleizé	gleize	FR	69400	8749	Europe/Paris	45.98916	4.69708		Gleize,Gleizé		84	69	692	69092
3015826	Glay	glay	FR	25310	305	Europe/Paris	47.4057	6.88958		Glay		27	25	252	25274
3015827	Glay	glay	FR	25310	0	Europe/Paris	45.87526	4.60262				84	69	692	69208
3015831	Glatigny	glatigny	FR	50250	0	Europe/Paris	49.55816	1.55912				28	76	761	76426
3015832	Glatigny	glatigny	FR	50250	158	Europe/Paris	49.49652	1.89485		Glatigny		32	60	601	60275
3015833	Glatigny	glatigny	FR	50250	162	Europe/Paris	49.27696	-1.63035		Glatigny		28	50	503	50236
3015834	Glatigny	glatigny	FR	50250	259	Europe/Paris	49.14544	6.33611		Glatigny		44	57	579	57249
3015835	Glatigny	glatigny	FR	50250	0	Europe/Paris	48.54325	2.95221				11	77	773	77191
3015836	Glatigny	glatigny	FR	50250	0	Europe/Paris	48.15	0.25				52	72	723	72023
3015837	Glatigny	glatigny	FR	50250	0	Europe/Paris	48.10222	2.00726				24	45	453	45009
3015838	Glatigny	glatigny	FR	50250	0	Europe/Paris	47.24104	1.68933				24	36	364	36034
3015840	Glatens	glatens	FR	82500	58	Europe/Paris	43.89344	0.91753		Glatens		76	82	821	82070
3015843	Glanville	glanville	FR	14950	171	Europe/Paris	49.27373	0.07959		Glanville		28	14	143	14302
3015844	Glanon	glanon	FR	21250	198	Europe/Paris	47.04086	5.10717		Glanon,ge lang weng,glann,Гланон,گلانن,格朗翁		27	21	211	21301
3015845	Glannes	glannes	FR	51300	154	Europe/Paris	48.7075	4.53927		Glannes		44	51	514	51275
3015846	Glanges	glanges	FR	87380	432	Europe/Paris	45.67022	1.45395		Glanges		75	87	872	87072
3015847	Glanes	glanes	FR	46130	267	Europe/Paris	44.92167	1.87885		Glanes		76	46	462	46124
3015852	Glandon	glandon	FR	87500	801	Europe/Paris	45.47978	1.22573		Glandon	87071	75	87	872	87071
3015857	Glandage	glandage	FR	26410	89	Europe/Paris	44.68725	5.59723		Glandage		84	26	261	26142
3015860	Gland	gland	FR	02400	460	Europe/Paris	49.04798	3.46441		Gland		32	02	021	02347
3015861	Gland	gland	FR	02400	47	Europe/Paris	47.82198	4.21824		Gland		27	89	892	89191
3015862	Glamondans	glamondans	FR	25360	158	Europe/Paris	47.26531	6.27856		Glamondans		27	25	251	25273
3015864	Glaire	glaire	FR	08200	874	Europe/Paris	49.71667	4.91667		Glaire-et-Villette		44	08	083	08194
3015866	Glaine-Montaigut	glaine-montaigut	FR	63160	500	Europe/Paris	45.75532	3.38937		Glaine-Montaigut		84	63	632	63168
3015869	Glaignes	glaignes	FR	60129	484	Europe/Paris	49.27136	2.85151		Glen,Glen',ge lai gai,Глень,Глењ,格莱盖		32	60	604	60274
3015870	Glageon	glageon	FR	59132	0	Europe/Paris	50.0566	4.07454		Glageon,Glazhon,ge la rong,Глажон,格拉容		32	59	591	59261
3015877	Gizy	gizy	FR	02350	672	Europe/Paris	49.60095	3.77428		Gizy		32	02	022	02346
3015878	Gizia	gizia	FR	39190	227	Europe/Paris	46.52828	5.42175		Gizia,Zhizija,Zhizja,ji qi a,Жизія,Жизја,吉齐阿		27	39	392	39255
3015879	Gizeux	gizeux	FR	37340	448	Europe/Paris	47.39351	0.19452		Gizeux,Zhizu,Жизу		24	37	371	37112
3015881	Gizay	gizay	FR	86340	390	Europe/Paris	46.4401	0.42436		Gizay,Zhize,ji ze,Жизе,吉泽		75	86	863	86105
3015882	Gizaucourt	gizaucourt	FR	51800	107	Europe/Paris	49.05215	4.78422		Gizaucourt		44	51	511	51274
3015884	Givry-lès-Loisy	givry-les-loisy	FR	51130	0	Europe/Paris	48.8925	3.9113		Givry,Givry-lez-Loisy		44	51	512	51273
3015885	Givry-en-Argonne	givry-en-argonne	FR	51330	509	Europe/Paris	48.95008	4.88755		Givry,Givry-en-Argonne,Zhivri an Argon,Zhivri-an-Argonn,a ge ne de qu ji fu li,Живри ан Аргон,Живрі-ан-Аргонн,阿戈讷地区吉夫里		44	51	511	51272
3015886	Givrycourt	givrycourt	FR	57670	100	Europe/Paris	48.92363	6.91898		Givrycourt		44	57	575	57248
3015890	Givry	givry	FR	08130	219	Europe/Paris	49.48927	4.53694		Givry		44	08	084	08193
3015891	Givry	givry	FR	08130	191	Europe/Paris	47.51964	3.79761		Givry		27	89	892	89190
3015893	Givry	givry	FR	08130	0	Europe/Paris	46.81667	2.51667				24	18	182	18142
3015894	Givry	givry	FR	08130	3741	Europe/Paris	46.78202	4.74262		Givry		27	71	712	71221
3015895	Givron	givron	FR	08220	87	Europe/Paris	49.64781	4.2886		Givron		44	08	082	08192
3015896	Givrezac	givrezac	FR	17260	58	Europe/Paris	45.54353	-0.62918		Givrezac		75	17	171	17178
3015899	Givrauval	givrauval	FR	55500	279	Europe/Paris	48.66157	5.3242		Givrauval		44	55	551	55214
3015900	Givrand	givrand	FR	85800	1400	Europe/Paris	46.67131	-1.88561		Givrand,Zhivran,ji fu lang,Живран,吉夫朗		52	85	853	85100
3015901	Givraines	givraines	FR	45300	325	Europe/Paris	48.14774	2.36799		Givraines,Zhivren,ji fu lai nei,Живрен,吉夫赖内		24	45	453	45157
3015902	Givors	givors	FR	69700	18198	Europe/Paris	45.59063	4.76878		Givors,Zhivor,ghyfwrz,ji hua he,zhywwr,Живор,غيفورز,ژیوور,疾画合		84	69	691	69091
3015903	Givonne	givonne	FR	08200	989	Europe/Paris	49.721	4.9879		Givonne,Zhivon,Zhivonn,ri wo ne,Живон,Живонн,日沃讷		44	08	083	08191
3015904	Givet	givet	FR	08600	7448	Europe/Paris	50.13796	4.82545		Djivet,Fort-la-Montagne,Givet,Zhive,jivu~e,ri wei,zhywh,Живе,ژیوه,ジヴェ,日韦		44	08	081	08190
3015906	Giverville	giverville	FR	27560	282	Europe/Paris	49.19619	0.56901		Giverville,Zhivervil,Zhivervil',ji wei er wei er,Живервил,Живервиль,Живервіль,吉韦尔维尔		28	27	272	27286
3015907	Giverny	giverny	FR	27620	564	Europe/Paris	49.07685	1.52998		Giverny,Zhiverni,Ziverni,ji wei ni,jivu~eruni,zhywrny,Живерни,Живерні,Ժիվերնի,ژیورنی,ジヴェルニー,吉维尼		28	27	271	27285
3015909	Givenchy-lès-la-Bassée	givenchy-les-la-bassee	FR	62149	0	Europe/Paris	50.53333	2.76667		Givenchy		32	62	622	62373
3015910	Givenchy-le-Noble	givenchy-le-noble	FR	62810	154	Europe/Paris	50.30198	2.49602		Givenchy,Givenchy-le-Noble,Givinchy-ch'Nobe,Givinchy-ch’Nobe,Zhivanshi le Nobl,Zhivanshi-le-Nobl',ji wang xi lei nuo bu lei,jyfnshy ly nwbl,Живанши ле Нобл,Живанши-ле-Нобль,Живанші-ле-Нобль,جيفنشي لي نوبل,吉旺希勒诺布勒		32	62	621	62372
3015911	Givenchy-en-Gohelle	givenchy-en-gohelle	FR	62580	2114	Europe/Paris	50.3908	2.7732		Givenchy,Givenchy-en-Gohelle,Givinchy-in-Gohelle,Zhivanshi an Goel,Zhivanshi-an-Goehl',Zhivanshi-an-Goel',ji wang xi ang ge ai lei,jyfnshy an jwhyl,zhywanshy-an-gwyl,Живанши ан Гоел,Живанши-ан-Гоель,Живанши-ан-Гоэль,Живанші-ан-Гоель,جيفنشي إن جوهيل,ژیوانشی-آن-گوئل,吉旺希昂戈埃勒		32	62	627	62371
3015913	Givarlais	givarlais	FR	03190	231	Europe/Paris	46.45933	2.64876		Givarlais		84	03	031	03158
3015914	Givardon	givardon	FR	18600	293	Europe/Paris	46.84026	2.81795		Givardon		24	18	182	18102
3015915	Giuncheto	giuncheto	FR	20100	71	Europe/Paris	41.58839	8.95446		Dzhunketo,Ghjunchetu,Giuncheto,Ђункето,Джункето		94	2A	2A4	2A127
3015916	Giuncaggio	giuncaggio	FR	20251	83	Europe/Paris	42.21667	9.36727		Dzhunkadzho,Ghjuncaghju,Giuncaggio,Ђункађо,Джункаджо		94	2B	2B3	2B126
3015920	Gisy-les-Nobles	gisy-les-nobles	FR	89140	517	Europe/Paris	48.282	3.24293		Gisy,Gisy-les-Nobles		27	89	893	89189
3015921	Gissey-sur-Ouche	gissey-sur-ouche	FR	21410	373	Europe/Paris	47.26357	4.76869		Gissey,Gissey-sur-Ouche		27	21	212	21300
3015922	Gissey-sous-Flavigny	gissey-sous-flavigny	FR	21150	104	Europe/Paris	47.51238	4.59		Gissey,Gissey-sous-Flavigny		27	21	213	21299
3015923	Gissey-le-Vieil	gissey-le-vieil	FR	21350	108	Europe/Paris	47.32309	4.48369		Gissey,Gissey-le-Vieil		27	21	213	21298
3015924	Gissac	gissac	FR	12360	100	Europe/Paris	43.84612	2.93215		Gissac		76	12	121	12109
3015926	Gisors	gisors	FR	27140	12363	Europe/Paris	49.28178	1.7801		Gisors,Gisortium,Zhizor,ji suo er,jyzwr,Жизор,جيزور,吉索尔		28	27	271	27284
3015928	Giscos	giscos	FR	33840	0	Europe/Paris	44.27272	-0.17425		Giscos		75	33	333	33188
3015929	Giscaro	giscaro	FR	32200	71	Europe/Paris	43.6073	0.9279		Giscaro		76	32	321	32148
3015930	Gisay-la-Coudre	gisay-la-coudre	FR	27330	253	Europe/Paris	48.95	0.63333		Gisay-la-Coudre		28	27	272	27049
3015932	Giry	giry	FR	58700	194	Europe/Paris	47.22066	3.36495		Giry		27	58	584	58127
3015934	Giroux	giroux	FR	36150	119	Europe/Paris	47.06629	1.91199		Giroux		24	36	364	36083
3015935	Giroux	giroux	FR	36150	0	Europe/Paris	45.13333	2.43333				84	15	152	15202
3015937	Giroussens	giroussens	FR	81500	1089	Europe/Paris	43.76221	1.77556		Giroussens		76	81	812	81104
3015941	Gironville-sur-Essonne	gironville-sur-essonne	FR	91720	757	Europe/Paris	48.36667	2.38333		Gironville,Zhironvil sir Eson,Zhironvil'-sjur-Ehssonna,Zhironvil'-sjur-Essonn,ai song he pan ji long wei er,Жиронвил сир Есон,Жиронвиль-сюр-Эссонна,Жиронвіль-сюр-Ессонн,埃松河畔吉龙维尔		11	91	912	91273
3015944	Gironville	gironville	FR	77890	0	Europe/Paris	48.24579	2.09276				24	45	453	45080
3015945	Gironville	gironville	FR	77890	189	Europe/Paris	48.1862	2.52772		Gironville		11	77	774	77207
3015946	Girondelle	girondelle	FR	08260	137	Europe/Paris	49.8461	4.3903		Girondelle,Zhirondel,Zhirondel',ri long dai lei,Жирондел,Жирондель,日龙代勒		44	08	081	08189
3015952	Gironde-sur-Dropt	gironde-sur-dropt	FR	33190	1122	Europe/Paris	44.58333	-0.08333		Gironda sau Drot,Gironda sau Dròt,Senta Peironelha de la Reula,Senta Peironelha de la Rèula,Zhirond sir Drot,Zhirond-sjur-Dro,de luo pu he pan ji long de,Жиронд сир Дрот,Жиронд-сюр-Дро,德罗普河畔吉龙德		75	33	333	33187
3015956	Gironcourt-sur-Vraine	gironcourt-sur-vraine	FR	88170	951	Europe/Paris	48.31113	5.93333		Gironcourt,Gironcourt-sur-Vraine		44	88	882	88206
3015957	Giron	giron	FR	01130	111	Europe/Paris	46.22545	5.77409		Giron		84	01	014	01174
3015958	Giromagny	giromagny	FR	90200	3294	Europe/Paris	47.74272	6.82733		Giromagny,Zhiroman'i,Zhiromani,ji luo ma ni,jiromani,Жироманьї,Жиромањи,ジロマニー,吉罗马尼		27	90	901	90052
3015959	Girolles	girolles	FR	45120	629	Europe/Paris	48.06121	2.71528		Girolles		24	45	451	45156
3015960	Girolles	girolles	FR	45120	175	Europe/Paris	47.53464	3.84584		Girolles		27	89	892	89188
3015963	Girmont-Val-d'Ajol	girmont-val-d-ajol	FR	88340	0	Europe/Paris	47.9542	6.56018		Girmont,Girmont-Val-d'Ajol,Le Girmont,Le Girmont-Val d'Ajol		44	88	881	88205
3015964	Girmont	girmont	FR	88150	967	Europe/Paris	48.25918	6.43892		Girmont,Girmont du Levral		44	88	881	88465
3015965	Giriviller	giriviller	FR	54830	39	Europe/Paris	48.44317	6.48788		Giriviller		44	54	542	54228
3015967	Girgols	girgols	FR	15310	72	Europe/Paris	45.03843	2.48148		Girgols		84	15	151	15075
3015970	Giremoutiers	giremoutiers	FR	77120	115	Europe/Paris	48.84213	3.02927		Giremoutiers		11	77	771	77206
3015971	Girefontaine	girefontaine	FR	70210	50	Europe/Paris	47.89692	6.17661		Girefontaine		27	70	701	70269
3015972	Girecourt-sur-Durbion	girecourt-sur-durbion	FR	88600	314	Europe/Paris	48.2442	6.60137		Girecourt,Girecourt-sur-Durbion		44	88	881	88203
3015973	Gircourt-lès-Viéville	gircourt-les-vieville	FR	88500	165	Europe/Paris	48.34059	6.19497		Gircourt,Gircourt-les-Vieville,Gircourt-lès-Viéville		44	88	881	88202
3015974	Girauvoisin	girauvoisin	FR	55200	76	Europe/Paris	48.80375	5.62775				44	55	552	55212
3015975	Giraumont	giraumont	FR	54780	611	Europe/Paris	49.47162	2.81984		Giraumont		32	60	603	60273
3015976	Giraumont	giraumont	FR	54780	1191	Europe/Paris	49.17076	5.91448		Giraumont		44	54	541	54227
3015984	Girancourt	girancourt	FR	88390	773	Europe/Paris	48.16283	6.31055		Girancourt,Zhirankur,ji lang ku er,Жиранкур,吉朗库尔		44	88	881	88201
3015986	Girac	girac	FR	46130	369	Europe/Paris	44.9169	1.81125		Girac		76	46	462	46123
3015988	Gipcy	gipcy	FR	03210	218	Europe/Paris	46.50268	3.05434		Gipcy		84	03	032	03122
3015990	Gioux	gioux	FR	23500	199	Europe/Paris	45.81005	2.12155		Gioux		75	23	231	23091
3015991	Gioux	gioux	FR	23500	0	Europe/Paris	45.61218	2.46798				75	19	193	19134
3015992	Gioux	gioux	FR	23500	0	Europe/Paris	45.46355	2.65894				84	63	633	63028
3015993	Giou-de-Mamou	giou-de-mamou	FR	15130	709	Europe/Paris	44.93191	2.51394		Giou,Giou-de-Mamou		84	15	151	15074
3015995	Gionges	gionges	FR	51130	261	Europe/Paris	48.93498	3.98088		Gionges,Zhionzh,rong re,Жионж,Жіонж,容热		44	51	512	51612
3015996	Giocatojo	giocatojo	FR	20237	53	Europe/Paris	42.4437	9.34873		Dzhokatojo,Ghjucatoghju,Giocatojo,Ђокатојо,Джокатойо		94	2B	2B3	2B125
3015997	Gintrac	gintrac	FR	46130	91	Europe/Paris	44.89542	1.76263		Gintrac		76	46	462	46122
3015998	Ginouillac	ginouillac	FR	46300	0	Europe/Paris	44.72574	1.53812		Ginouillac		76	46	463	46121
3015999	Ginouillac	ginouillac	FR	46300	0	Europe/Paris	44.5986	1.76924				76	46	462	46094
3016000	Ginoles	ginoles	FR	11500	378	Europe/Paris	42.86822	2.1585		Ginoles		76	11	112	11165
3016001	Ginai	ginai	FR	61310	0	Europe/Paris	48.75	0.21667				28	61	612	61190
3016002	Gingsheim	gingsheim	FR	67270	331	Europe/Paris	48.71694	7.58835		Gingsheim		44	67	674	67539
3016007	Ginestet	ginestet	FR	24130	794	Europe/Paris	44.91088	0.42978		Ginestet		75	24	241	24197
3016009	Ginestas	ginestas	FR	11120	1129	Europe/Paris	43.26824	2.87243		Ginestas		76	11	113	11164
3016013	Gindou	gindou	FR	46250	309	Europe/Paris	44.6315	1.24997		Gindou		76	46	463	46120
3016014	Gincrey	gincrey	FR	55400	67	Europe/Paris	49.24579	5.5729				44	55	553	55211
3016015	Gincla	gincla	FR	11140	45	Europe/Paris	42.7625	2.32547		Gincla		76	11	112	11163
3016016	Ginchy	ginchy	FR	80360	58	Europe/Paris	50.02337	2.83176		Ginchy		32	80	804	80378
3016018	Ginasservis	ginasservis	FR	83560	1067	Europe/Paris	43.67088	5.84911		Ginacervias,Ginacèrvias,Ginasservis,Zhinaservi,Zhinaservis,Zhinasservis,ji na sai er wei,Жинасерви,Жинасервис,Жинассервіс,吉纳塞尔维		93	83	833	83066
3016019	Ginals	ginals	FR	82330	198	Europe/Paris	44.21939	1.88082		Ginals		76	82	822	82069
3016021	Gimouille	gimouille	FR	58470	510	Europe/Paris	46.94219	3.0859		Gimouille		27	58	583	58126
3016023	Gimont	gimont	FR	32200	2852	Europe/Paris	43.62638	0.8764		Gimont,Zhimon,ji meng,Жимон,吉蒙		76	32	321	32147
3016027	Gimeux	gimeux	FR	16130	748	Europe/Paris	45.6362	-0.36966		Gimeux,Zhime,Zhimjo,ji mo,Жиме,Жимё,吉默		75	16	162	16152
3016028	Gimel-les-Cascades	gimel-les-cascades	FR	19800	658	Europe/Paris	45.29956	1.85092		Gimel,Gimel-les-Cascades,Gimels,Zhimel le Kaskad,Zhimel'-le-Kaskad,ji mei lai ka si ka dai,Жимел ле Каскад,Жимель-ле-Каскад,吉梅莱卡斯卡代		75	19	192	19085
3016029	Gimécourt	gimecourt	FR	55260	32	Europe/Paris	48.84926	5.36793		Gimecourt,Gimécourt		44	55	552	55210
3016030	Gimeaux	gimeaux	FR	63200	342	Europe/Paris	45.95009	3.09369		Gimeaux		84	63	634	63167
3016031	Gimeaux	gimeaux	FR	63200	0	Europe/Paris	43.66533	4.57486				93	13	132	13004
3016033	Gimbrède	gimbrede	FR	32340	298	Europe/Paris	44.04007	0.71827		Gimbrede,Gimbrède		76	32	322	32146
3016035	Gimat	gimat	FR	82500	192	Europe/Paris	43.85359	0.94345		Gimat		76	82	821	82068
3016036	Gilocourt	gilocourt	FR	60129	593	Europe/Paris	49.2923	2.8788		Zhijokur,Zhilokur,ji luo ku er,Жилокур,Жійокур,吉洛库尔		32	60	604	60272
3016292	Gentilly	gentilly	FR	94250	15939	Europe/Paris	48.81294	2.3417		Gentilly		11	94	943	94037
3016037	Gilly-sur-Loire	gilly-sur-loire	FR	71160	540	Europe/Paris	46.53809	3.77976		Gilly,Gilly-sur-Loire		27	71	713	71220
3016038	Gilly-sur-Isère	gilly-sur-isere	FR	73200	2736	Europe/Paris	45.65917	6.35096		Gilly,Zhii-sjur-Izer,Zhiji sir Izer,Жији сир Изер,Жії-сюр-Ізер		84	73	731	73124
3016039	Gilly-lès-Cîteaux	gilly-les-citeaux	FR	21640	586	Europe/Paris	47.16571	4.98079		Gilly,Gilly-les-Citeaux,Gilly-les-Vougeot,Gilly-lez-Citeaux,Gilly-lez-Citoux,Gilly-lès-Cîteaux,Gilly-lès-Vougeot,Gilly-lèz-Cîteaux		27	21	211	21297
3016043	Gillonnay	gillonnay	FR	38260	1024	Europe/Paris	45.39251	5.29413		Gillonnay		84	38	383	38180
3016045	Gillois	gillois	FR	39250	126	Europe/Paris	46.73496	6.01785		Gillois		27	39	392	39254
3016047	Gilley	gilley	FR	25650	64	Europe/Paris	47.69058	5.63654		Gilley		44	52	522	52223
3016048	Gilley	gilley	FR	25650	1310	Europe/Paris	47.0474	6.48257		Gilley,Gilley-Gare		27	25	253	25271
3016049	Gilles	gilles	FR	28260	553	Europe/Paris	48.91235	1.51475		Gilles		24	28	283	28180
3016050	Gillaumé	gillaume	FR	52230	27	Europe/Paris	48.47072	5.3362		Gillaume,Gillaumé		44	52	523	52222
3016051	Gillancourt	gillancourt	FR	52330	115	Europe/Paris	48.16034	4.9928		Gillancourt,Zhijankur,Zhilankur,Жиланкур,Жіянкур		44	52	521	52221
3016052	Gilhoc-sur-Ormèze	gilhoc-sur-ormeze	FR	07270	404	Europe/Paris	44.98333	4.68333				84	07	073	07095
3016053	Gilette	gilette	FR	06830	1302	Europe/Paris	43.84976	7.16346		Gilette		93	06	062	06066
3016054	Gijounet	gijounet	FR	81530	134	Europe/Paris	43.71448	2.61605		Dijonet,Gijonet,Gijounet,Zhizhune,Zhizhunet,ji ru na,Жижуне,Жижунет,吉茹纳		76	81	812	81103
3016056	Gigouzac	gigouzac	FR	46150	191	Europe/Paris	44.58327	1.43403		Gigouzac		76	46	461	46119
3016058	Gigors-et-Lozeron	gigors-et-lozeron	FR	26400	166	Europe/Paris	44.80148	5.14053		Gigors-et-Lozeron,Lozeron		84	26	261	26141
3016059	Gigors	gigors	FR	04250	55	Europe/Paris	44.41885	6.15969		Gigords,Gigors,Gigòrds,Zhigor,ji ge er,Жигор,吉戈尔		93	04	044	04093
3016060	Gigondas	gigondas	FR	84190	581	Europe/Paris	44.16386	5.00497		Gigondas		93	84	843	84049
3016061	Gigny	gigny	FR	39320	267	Europe/Paris	46.45217	5.46098		Gigny-sur-Suran		27	39	392	39253
3016062	Gigny-sur-Saône	gigny-sur-saone	FR	71240	506	Europe/Paris	46.66205	4.94539		Gigny,Gigny-sur-Saone,Gigny-sur-Saône,Zhin'i-sjur-Son,Zhini na Saoni,Жиньи-сюр-Сон,Жиньї-сюр-Сон,Жињи на Саони		27	71	712	71219
3016063	Gigny-Bussy	gigny-bussy	FR	51290	0	Europe/Paris	48.6	4.56667		Gigny,Gigny-aux-Bois		44	51	514	51270
3016064	Gigny	gigny	FR	39320	99	Europe/Paris	47.81603	4.29395		Gigny		27	89	892	89187
3016067	Gigney	gigney	FR	88390	76	Europe/Paris	48.23062	6.33981		Gigney		44	88	881	88200
3016068	Gignéville	gigneville	FR	88320	59	Europe/Paris	48.10824	5.9119		Gigneville,Gignéville		44	88	882	88199
3016069	Gignat	gignat	FR	63340	238	Europe/Paris	45.48007	3.22023		Gignat		84	63	633	63166
3016070	Gignac-la-Nerthe	gignac-la-nerthe	FR	13180	9146	Europe/Paris	43.39287	5.23586		Gignac,Gignac-la-Nerthe,Ginhac,Ginhac de la Nerta,Zhin'jak-la-Nert,Zhinak la Nert,ji ni ya ke la nei er te,Жиньяк-ла-Нерт,Жињак ла Нерт,吉尼亚克拉内尔特		93	13	134	13043
3016071	Gignac	gignac	FR	34150	600	Europe/Paris	45.00487	1.45763		Gignac		76	46	463	46118
3016072	Gignac	gignac	FR	34150	51	Europe/Paris	43.91935	5.52698		Gignac		93	84	841	84048
3016073	Gignac	gignac	FR	34150	5025	Europe/Paris	43.65207	3.55096		Gignac		76	34	342	34114
3016076	Gigean	gigean	FR	34770	3977	Europe/Paris	43.50028	3.71167		Gigean		76	34	343	34113
3016078	Gif-sur-Yvette	gif-sur-yvette	FR	91190	23541	Europe/Paris	48.68333	2.13333		Gif,Gif-sur-Yvette,Zhif sir Ivet,Zhif-sjur-Ivett,Zifa pie Ivetas,jifu=shuru=ivu~etto,jipeuswileu-ibeteu,yi wei te he pan ji fu,zhyf swr aywt,Žifa pie Ivetas,Жиф сир Ивет,Жиф-сюр-Іветт,Жиф-сюр-Иветт,ژیف سور ایوت,ジフ＝シュル＝イヴェット,伊维特河畔吉夫,지프쉬르이베트		11	91	913	91272
3016082	Giffaumont-Champaubert	giffaumont-champaubert	FR	51290	0	Europe/Paris	48.55	4.75				44	51	514	51269
3016083	Giez	giez	FR	74210	488	Europe/Paris	45.75268	6.24715		Giez		84	74	741	74135
3016084	Giey-sur-Aujon	giey-sur-aujon	FR	52210	156	Europe/Paris	47.90606	5.0693		Giey,Giey-sur-Aujon		44	52	521	52220
3016085	Gièvres	gievres	FR	41130	2214	Europe/Paris	47.27847	1.66943		Gievres,Gièvres,Zhevr,Zhjevr,Жєвр,Жјевр		24	41	413	41097
3016086	Giéville	gieville	FR	50160	605	Europe/Paris	49.01451	-0.97778		Gieville,Giéville,Zh'evil',Zhevil',Zhjevil,ji ai wei er,Жьевиль,Жєвіль,Жјевил,吉埃维尔		28	50	504	50601
3016089	Gières	gieres	FR	38610	6299	Europe/Paris	45.17997	5.78935		Gieres,Gières,Zh'er,Zher,Zhjer,ge ai,Жьер,Жєр,Жјер,格埃		84	38	381	38179
3016167	Gesté	geste	FR	49600	2471	Europe/Paris	47.18179	-1.10917		Geste,Gesté		52	49	492	49023
3016092	Gien-sur-Cure	gien-sur-cure	FR	58230	101	Europe/Paris	47.1375	4.1		Gien,Gien-sur-Cure,Zhian-sjur-Kjur,Zhjen sir Kir,qu er he pan ran,Жиан-сюр-Кюр,Жіан-сюр-Кюр,Жјен сир Кир,屈尔河畔然		27	58	581	58125
3016097	Gien	gien	FR	45500	15966	Europe/Paris	47.69332	2.63094		Gien,Zhian,Zhijan,Zhjen,jian,ran zhen,Жиан,Жијан,Жіан,Жјен,ジアン,然镇		24	45	451	45155
3016099	Giel-Courteilles	giel-courteilles	FR	61210	0	Europe/Paris	48.76667	-0.2				28	61	612	61189
3016101	Gidy	gidy	FR	45520	1580	Europe/Paris	47.98539	1.83816		Gidy,Zhidi,Жиди,Жиді		24	45	452	45154
3016107	Gibret	gibret	FR	40380	93	Europe/Paris	43.68712	-0.82215		Gibret		75	40	401	40112
3016109	Gibourne	gibourne	FR	17160	131	Europe/Paris	45.93465	-0.31158		Gibourne		75	17	175	17176
3016110	Gibles	gibles	FR	71800	647	Europe/Paris	46.32406	4.37771		Gibles		27	71	713	71218
3016113	Giberville	giberville	FR	14730	4802	Europe/Paris	49.18158	-0.28386		Giberville		28	14	142	14301
3016116	Gibercourt	gibercourt	FR	02440	37	Europe/Paris	49.73689	3.28448		Gibercourt		32	02	023	02345
3016117	Gibel	gibel	FR	31560	296	Europe/Paris	43.29381	1.67939		Gibel		76	31	313	31220
3016118	Gibeaumeix	gibeaumeix	FR	54112	140	Europe/Paris	48.58207	5.73282		Gibeaumeix		44	54	544	54226
3016120	Giat	giat	FR	63620	891	Europe/Paris	45.80193	2.46761		Giat		84	63	634	63165
3016130	Ghyvelde	ghyvelde	FR	59122	3110	Europe/Paris	51.05275	2.52642		Ghyvelde,Gijvelde		32	59	594	59260
3016131	Ghissignies	ghissignies	FR	59530	442	Europe/Paris	50.22694	3.61591		Ghissignies		32	59	591	59259
3016132	Ghisoni	ghisoni	FR	20227	295	Europe/Paris	42.10318	9.21148		Ghisoni,Gizoni,Гизони,Гізоні		94	2B	2B3	2B124
3016133	Ghisonaccia	ghisonaccia	FR	20240	3515	Europe/Paris	42.01582	9.40507		Ghisonaccia,Ghisunaccia,Gizonacha,Gizonachcha,gyzwnasa,Гизонача,Гизоначча,Гізоначча,گیزوناسا		94	2B	2B3	2B123
3016135	Gézoncourt	gezoncourt	FR	54380	134	Europe/Paris	48.83676	5.99307		Gezoncourt,Gézoncourt		44	54	544	54225
3016136	Gézier-et-Fontenelay	gezier-et-fontenelay	FR	70700	149	Europe/Paris	47.35692	5.89722		Gezier,Gezier-et Fontelenay,Gezier-et-Fontenelay,Gézier,Gézier-et Fontelenay,Gézier-et-Fontenelay		27	70	702	70268
3016137	Gez-ez-Angles	gez-ez-angles	FR	65100	27	Europe/Paris	43.0914	0.0247		Ges deths Angles,Ges eths Angles,Gez,Gez-ez-Angles,Gès deths Angles,Gès eths Angles,Zhez ez Angl,Zhez-e-Angl',Zhez-eh-Angl',re ai ang ge lai,Жез ез Англ,Жез-е-Англь,Жез-э-Англь,热埃昂格莱		76	65	651	65203
3016138	Gézaincourt	gezaincourt	FR	80600	473	Europe/Paris	50.14074	2.32098		Gezaincourt,Gézaincourt		32	80	802	80377
3016139	Gez	gez	FR	65400	275	Europe/Paris	43.01199	-0.11142		Gez,Gez-Argeles,Gez-Argelès		76	65	651	65202
3016140	Geyssans	geyssans	FR	26750	520	Europe/Paris	45.12018	5.09246		Geyssans		84	26	263	26140
3016143	Gex	gex	FR	01170	9177	Europe/Paris	46.33323	6.05766		Gex	013	84	01	013	01173
3016144	Gevry	gevry	FR	39100	631	Europe/Paris	47.03972	5.44375		Gevry		27	39	391	39252
3016145	Gevrolles	gevrolles	FR	21520	176	Europe/Paris	47.98711	4.77834		Gevrolles		27	21	213	21296
3016147	Gevrey-Chambertin	gevrey-chambertin	FR	21220	3356	Europe/Paris	47.22614	4.96806		Gevrey-Chambertin,Zhevre Shamberten,Zhevre-Shamberten,juvure=shanberutan,re fu lei shang bei er tan,xie fei xiang bei dan,zhwrh-shanbrtn,Жевре Шамбертен,Жевре-Шамбертен,ژوره-شانبرتن,ジュヴレ＝シャンベルタン,榭斐香貝丹,热夫雷尚贝尔坦		27	21	211	21295
3016148	Gevresin	gevresin	FR	25270	112	Europe/Paris	46.96718	6.04194		Gevresin		27	25	251	25270
3016149	Gevingey	gevingey	FR	39570	565	Europe/Paris	46.63659	5.50557		Gevingey		27	39	392	39251
3016151	Gevigney-et-Mercey	gevigney-et-mercey	FR	70500	472	Europe/Paris	47.79877	5.93228		Gevigney,Gevigney-et-Mercey		27	70	702	70267
3016152	Gévezé	geveze	FR	35850	3287	Europe/Paris	48.22129	-1.79141		Geveseium,Geveze,Gevrezeg,Gévezé,Zheveze,re wei ze,Жевезе,热韦泽		53	35	353	35120
3016156	Géus-d'Arzacq	geus-d-arzacq	FR	64370	0	Europe/Paris	43.48106	-0.52148		Geus,Geus-d'Arzacq,Géus,Géus-d'Arzacq		75	64	643	64243
3016158	Geudertheim	geudertheim	FR	67170	2364	Europe/Paris	48.72415	7.75188				44	67	672	67156
3016160	Geu	geu	FR	65100	155	Europe/Paris	43.0407	-0.0501		Geu		76	65	651	65201
3016162	Gétigné	getigne	FR	44190	3326	Europe/Paris	47.07584	-1.24978		Gestiniacum,Getigne,Gétigné,Yestinieg,Zhetin'e,Zhetine,re di nie,Жетиње,Жетіньє,热蒂涅		52	44	442	44063
3016163	Gesvres-le-Chapitre	gesvres-le-chapitre	FR	77165	154	Europe/Paris	49.04404	2.85178		Gesvres,Gesvres-le-Chapitre		11	77	771	77205
3016164	Gesvres	gesvres	FR	53370	564	Europe/Paris	48.36928	-0.14624		Gesvres		52	53	533	53106
3016165	Gestiès	gesties	FR	09220	10	Europe/Paris	42.76624	1.5731		Gestiers,Gesties,Gestièrs,Gestiès,Zhest'e,Zhest'es,Zhestije,re si di ye,Жестије,Жестьес,Жестьє,热斯蒂耶		76	09	091	09134
3016166	Gestel	gestel	FR	56530	2403	Europe/Paris	47.80339	-3.44479		Gestel,Yestael		53	56	561	56063
3016169	Gestas	gestas	FR	64190	75	Europe/Paris	43.3491	-0.88724		Gestas,Jeztaze		75	64	642	64242
3016172	Gespunsart	gespunsart	FR	08700	1114	Europe/Paris	49.82143	4.82926		Gesponsart,Gespunsart,Zhepensar,Zhespensar,Zhespjonsar,re si pan sa er,Жепенсар,Жеспенсар,Жеспёнсар,热斯潘萨尔		44	08	081	08188
3016173	Gesnes-le-Gandelin	gesnes-le-gandelin	FR	72130	778	Europe/Paris	48.35531	0.01896		Gesne-le-Gandelin,Gesnes,Gesnes-le-Gandelin,Zhen le Gandlen,Zhen-le-Gandlen,Жен ле Гандлен,Жен-ле-Гандлен		52	72	722	72141
3016174	Gesnes-en-Argonne	gesnes-en-argonne	FR	55110	53	Europe/Paris	49.30601	5.06032		Gesnes,Gesnes-en-Argonne		44	55	553	55208
3016175	Gesnes	gesnes	FR	53150	182	Europe/Paris	48.14671	-0.58626		Gesnes		52	53	533	53105
3016177	Gerzat	gerzat	FR	63360	9382	Europe/Paris	45.82581	3.14473		Gerzac,Gerzat,Zherza,re er zha,Жерза,热尔扎		84	63	632	63164
3016178	Géry	gery	FR	55000	40	Europe/Paris	48.78159	5.29489		Gery,Géry		44	55	551	55207
3016183	Gerville	gerville	FR	76790	390	Europe/Paris	49.69698	0.32945		Gerville,Les Sans-Culottes-de-la-Manche		28	76	762	76300
3016184	Gerville	gerville	FR	76790	0	Europe/Paris	49.16535	1.73549				11	95	953	95462
3016185	Gervans	gervans	FR	26600	479	Europe/Paris	45.11134	4.83031		Gervans		84	26	263	26380
3016190	Geruge	geruge	FR	39570	151	Europe/Paris	46.62679	5.52859		Geruge		27	39	392	39250
3016191	Gertwiller	gertwiller	FR	67140	920	Europe/Paris	48.41086	7.46804				44	67	675	67155
3016192	Gerstheim	gerstheim	FR	67150	2942	Europe/Paris	48.38215	7.70395		Gerstheim		44	67	675	67154
3016196	Gerrots	gerrots	FR	14430	38	Europe/Paris	49.19245	-0.00892		Gerrots		28	14	143	14300
3016197	Gerponville	gerponville	FR	76540	320	Europe/Paris	49.75307	0.56369		Gerponville		28	76	762	76299
3016199	Géronce	geronce	FR	64400	415	Europe/Paris	43.24019	-0.69059		Geronce,Géronce,Jeruntze,Zherons,jie long si,Жеронс,杰隆斯		75	64	642	64241
3016202	Gernicourt	gernicourt	FR	02160	57	Europe/Paris	49.39893	3.87357		Gernicourt		44	51	513	51171
3016204	Gernelle	gernelle	FR	08440	339	Europe/Paris	49.76708	4.81657		Gernelle		44	08	081	08187
3016205	Germs-sur-l'Oussouet	germs-sur-l-oussouet	FR	65200	0	Europe/Paris	43.05141	0.05667		Germs,Germs-sur-l'Oussouet		76	65	651	65200
3016206	Germonville	germonville	FR	54740	0	Europe/Paris	49.17666	5.28219				44	55	553	55200
3016207	Germonville	germonville	FR	54740	108	Europe/Paris	48.40682	6.21157		Germonville		44	54	543	54224
3016208	Germonville	germonville	FR	54740	0	Europe/Paris	48.19591	1.96277				24	45	453	45240
3016209	Germont	germont	FR	08240	39	Europe/Paris	49.43639	4.87626		Germont		44	08	084	08186
3016210	Germondans	germondans	FR	25640	65	Europe/Paris	47.40879	6.18934		Germondans		27	25	251	25269
3016211	Germond-Rouvre	germond-rouvre	FR	79220	925	Europe/Paris	46.45	-0.41667				75	79	792	79133
3016213	Germolles-sur-Grosne	germolles-sur-grosne	FR	71520	0	Europe/Paris	46.27986	4.59052		Germolles,Germolles-sur-Grosne		27	71	715	71217
3016214	Germisay	germisay	FR	52230	26	Europe/Paris	48.39835	5.35739		Germisay		44	52	523	52219
3016215	Germiny	germiny	FR	54170	183	Europe/Paris	48.54801	5.9965		Germiny		44	54	544	54223
3016216	Germinon	germinon	FR	51130	114	Europe/Paris	48.87854	4.15633		Germinon		44	51	512	51268
3016218	Germigny-sous-Coulombs	germigny-sous-coulombs	FR	77840	182	Europe/Paris	49.06438	3.15905		Germigny,Germigny-sous-Coulombs		11	77	771	77204
3016219	Germigny-l'Exempt	germigny-l-exempt	FR	18150	0	Europe/Paris	46.91905	2.89876		Germigny,Germigny-l'Exempt		24	18	182	18101
3016220	Germigny-l'Evêque	germigny-l-eveque	FR	77910	0	Europe/Paris	48.99162	2.94429		Germigny,Germigny-l'Eveque,Germigny-l'Evêque,Germigny-sur-Marne		11	77	771	77203
3016221	Germigny-des-Prés	germigny-des-pres	FR	45110	632	Europe/Paris	47.84479	2.2695		Germigny,Germigny-des-Pres,Germigny-des-Prés,Zhermin'i-de-Pre,Zhermini se Pre,re er mi ni dai pu lei,Жермињи се Пре,Жерміньї-де-Пре,热尔米尼代普雷		24	45	452	45153
3016222	Germigny	germigny	FR	51390	210	Europe/Paris	49.245	3.86607		Germigny		44	51	513	51267
3016223	Germigny	germigny	FR	51390	599	Europe/Paris	47.99512	3.78114		Germigny		27	89	891	89186
3016224	Germigny-sur-Loire	germigny-sur-loire	FR	58320	638	Europe/Paris	47.08333	3.03333				27	58	583	58124
3016225	Germigny	germigny	FR	51390	0	Europe/Paris	47.046	2.40105				24	18	181	18180
3016226	Germignonville	germignonville	FR	28140	195	Europe/Paris	48.1933	1.73913		Germignonville		24	28	281	28406
3016227	Germigney	germigney	FR	39380	180	Europe/Paris	47.37626	5.54936		Germigney		27	70	702	70265
3016228	Germigney	germigney	FR	39380	79	Europe/Paris	47.02644	5.68846		Germigney		27	39	391	39249
3016229	Germignac	germignac	FR	17520	565	Europe/Paris	45.57309	-0.33739		Germignac,Zerminyak,Zhermin'jak,Zherminak,re er mi ni ya ke,Жерминьяк,Жермињак,Жерміньяк,Ժերմինյակ,热尔米尼亚克		75	17	171	17175
3016230	Germenay	germenay	FR	58800	140	Europe/Paris	47.28095	3.5981		Germenay		27	58	582	58123
3016231	Germéfontaine	germefontaine	FR	25510	104	Europe/Paris	47.22518	6.46685		Germefontaine,Germéfontaine		27	25	253	25268
3016232	Germay	germay	FR	52230	59	Europe/Paris	48.40895	5.35645		Germay		44	52	523	52218
3016235	Germainvilliers	germainvilliers	FR	52150	87	Europe/Paris	48.11607	5.64557		Germainvilliers		44	52	521	52217
3016236	Germainville	germainville	FR	28500	294	Europe/Paris	48.74183	1.48217		Germainville		24	28	283	28178
3016237	Germaines	germaines	FR	52160	35	Europe/Paris	47.79779	5.03167		Germaines		44	52	522	52216
3016238	Germaine	germaine	FR	02590	66	Europe/Paris	49.78333	3.11667		Germaine,Zhermen,re er man,Жермен,热尔曼		32	02	023	02343
3016240	Germagny	germagny	FR	71460	155	Europe/Paris	46.67119	4.60297		Germagny		27	71	712	71216
3016241	Germagny	germagny	FR	71460	0	Europe/Paris	45.85798	5.99521				84	74	741	74161
3016243	Germagnat	germagnat	FR	01250	99	Europe/Paris	46.31023	5.44966		Germagnat		84	01	012	01095
3016244	Germ	germ	FR	65240	27	Europe/Paris	42.79309	0.42567		Germ		76	65	652	65199
3016245	Gerland	gerland	FR	21700	374	Europe/Paris	47.09447	5.00635		Gerland		27	21	211	21294
3016247	Gergy	gergy	FR	71590	2462	Europe/Paris	46.87557	4.94527		Gergy,Zherzhi,Жержи,Жержі		27	71	712	71215
3016249	Gergueil	gergueil	FR	21410	102	Europe/Paris	47.24059	4.81833		Gergueil		27	21	212	21293
3016253	Gergny	gergny	FR	02260	148	Europe/Paris	49.91399	3.93236		Gergny		32	02	025	02342
3016254	Gère-Belesten	gere-belesten	FR	64260	0	Europe/Paris	43.02053	-0.42126		Gere,Gère		75	64	642	64240
3016256	Gerderest	gerderest	FR	64160	114	Europe/Paris	43.41054	-0.17703		Gerderest,Jarderes,Jarderés,Zherdere,Zherderest,re er de lei si,Жердере,Жердерест,热尔德雷斯		75	64	643	64239
3016257	Gerde	gerde	FR	65200	1170	Europe/Paris	43.05528	0.16698		Gerde		76	65	652	65198
3016258	Gercy	gercy	FR	02140	316	Europe/Paris	49.81448	3.86605		Gercy		32	02	025	02341
3016259	Gercourt-et-Drillancourt	gercourt-et-drillancourt	FR	55110	137	Europe/Paris	49.28509	5.24135		Gercourt,Gercourt-et-Drillancourt		44	55	553	55206
3016264	Gerbéviller	gerbeviller	FR	54830	1443	Europe/Paris	48.49618	6.51075		Gerbeviller,Gerbéviller,Zherbevil',Zherbeviller,re er bei wei lai,Жербевиллер,Жербевиль,Жербевіль,热尔贝维莱		44	54	542	54222
3016265	Gerberoy	gerberoy	FR	60380	101	Europe/Paris	49.53453	1.85024		Gerberoy,Gerbroe,Gèrbroè,Zherberua,re er bo lu wa,Жерберуа,热尔伯鲁瓦		32	60	601	60271
3016266	Gerbépal	gerbepal	FR	88430	517	Europe/Paris	48.14948	6.92136		Gerbepal,Gerbépal,Zherbepal',re er bo pa,Жербепаль,热尔伯帕		44	88	883	88198
3016267	Gerbécourt	gerbecourt	FR	54740	219	Europe/Paris	48.48995	6.16265		Gerbecourt,Gerbecourt-et-Haplemont,Gerbécourt,Gerbécourt-et-Haplemont		44	54	543	54221
3016268	Gerbécourt	gerbecourt	FR	54740	106	Europe/Paris	48.85235	6.5152		Gerbecourt,Gerbécourt		44	57	575	57247
3016270	Gerbaix	gerbaix	FR	73470	350	Europe/Paris	45.60993	5.74743		Gerbaix		84	73	732	73122
3016272	Géraudot	geraudot	FR	10220	0	Europe/Paris	48.30649	4.32089				44	10	103	10165
3016274	Gérardmer	gerardmer	FR	88400	10084	Europe/Paris	48.07346	6.87787		Gerardmer,Gérardmer,Ormont,Zherardmer,Zherarme,Zherarmer,jerarume,re la er de mei,Жерардмер,Жерарме,Жерармер,ジェラールメ,热拉尔德梅		44	88	883	88196
3016277	Geraise	geraise	FR	39110	40	Europe/Paris	46.95926	5.94908		Geraise		27	39	391	39248
3016281	Ger	ger	FR	50850	972	Europe/Paris	48.68115	-0.7885		Ger		28	50	501	50200
3016282	Ger	ger	FR	50850	1777	Europe/Paris	43.25296	-0.05201		Ger		75	64	643	64238
3016283	Ger	ger	FR	50850	135	Europe/Paris	43.05442	-0.04076		Ger		76	65	651	65197
3016284	Béard-Géovreissiat	beard-geovreissiat	FR	01460	775	Europe/Paris	46.18904	5.55016				84	01	014	01170
3016285	Géovreisset	geovreisset	FR	01100	836	Europe/Paris	46.2565	5.61831		Geovreisset,Geovresset,Géovreisset,Géovresset		84	01	014	01171
3016288	Georfans	georfans	FR	70110	63	Europe/Paris	47.53605	6.51162		Georfans		27	70	701	70264
3016290	Genvry	genvry	FR	60400	754	Europe/Paris	49.6118	2.9912		Genvry		32	60	603	60270
3016291	Gentioux-Pigerolles	gentioux-pigerolles	FR	23340	369	Europe/Paris	45.78333	2				75	23	231	23090
3016294	Gentelles	gentelles	FR	80800	469	Europe/Paris	49.8451	2.45856		Gentelles		32	80	802	80376
3016295	Genté	gente	FR	16130	863	Europe/Paris	45.62778	-0.31416		Gente,Genté,Zhante,rang tai,Жанте,让泰		75	16	162	16151
3016296	Gensac-sur-Garonne	gensac-sur-garonne	FR	31310	298	Europe/Paris	43.21791	1.13132		Gensac,Gensac-sur-Garonne		76	31	311	31219
3016297	Gensac-la-Pallue	gensac-la-pallue	FR	16130	1687	Europe/Paris	45.65054	-0.25287		Gensac,Gensac-la-Pallue		75	16	162	16150
3016298	Gensac-de-Boulogne	gensac-de-boulogne	FR	31350	0	Europe/Paris	43.25287	0.58596		Gensac,Gensac-de-Boulogne		76	31	312	31218
3016299	Gensac	gensac	FR	33890	854	Europe/Paris	44.80593	0.07264		Gensac		75	33	335	33186
3016300	Gensac	gensac	FR	33890	103	Europe/Paris	43.95308	0.95513		Gensac		76	82	821	82067
3016301	Gensac	gensac	FR	33890	71	Europe/Paris	43.43265	0.08432		Gensac		76	65	653	65196
3016304	Genouilly	genouilly	FR	18310	0	Europe/Paris	47.54322	3.96809				27	89	892	89316
3016305	Genouilly	genouilly	FR	18310	0	Europe/Paris	47.41479	4.22523				27	21	213	21232
3016306	Genouilly	genouilly	FR	18310	759	Europe/Paris	47.19114	1.88638		Genouilly		24	18	183	18100
3016307	Genouilly	genouilly	FR	18310	431	Europe/Paris	46.65167	4.57333		Genouilly		27	71	712	71214
3016309	Genouilleux	genouilleux	FR	01090	435	Europe/Paris	46.11966	4.78748		Genouilleux		84	01	012	01169
3016311	Genouillé	genouille	FR	17430	521	Europe/Paris	46.10774	0.33699		Genouille,Genouillé,Génouillé		75	86	862	86104
3016312	Genouillé	genouille	FR	17430	694	Europe/Paris	46.02272	-0.78499		Genouille,Genouillé		75	17	172	17174
3016313	Genouillac	genouillac	FR	16270	777	Europe/Paris	46.35189	1.99227		Genouillac,Genouillat		75	23	232	23089
3016314	Genouillac	genouillac	FR	16270	567	Europe/Paris	45.8529	0.57129				75	16	163	16192
3016316	Génos	genos	FR	31510	85	Europe/Paris	43.00015	0.67317		Genos,Génos		76	31	312	31217
3016317	Génos	genos	FR	31510	131	Europe/Paris	42.80959	0.40189		Genos,Genost,Génos,Génost		76	65	652	65195
3016319	Génolhac	genolhac	FR	30450	921	Europe/Paris	44.34993	3.95023		Genolak,Genolhac,Ginolhac,Génolhac,Zhenolak,re nuo ya ke,Генолак,Женолак,热诺亚克		76	30	301	30130
3016320	Genod	genod	FR	39240	64	Europe/Paris	46.35518	5.53104		Genod		27	39	392	39247
3016321	Gennevilliers	gennevilliers	FR	92230	42294	Europe/Paris	48.93333	2.3		Genneville,Gennevillers,Gennevilliers,Zhanvilije,Zhennvil'e,Zhenvil'e,jenbillie,junuvu~irie,re ne wei ye,zhnwylyh,Жанвилије,Женвилье,Женнвилье,Женнвільє,ژنویلیه,ジュヌヴィリエ,热讷维耶,젠빌리에		11	92	922	92036
3016322	Genneville	genneville	FR	14600	627	Europe/Paris	49.36977	0.27541		Genneville		28	14	143	14299
3016323	Genneton	genneton	FR	79150	366	Europe/Paris	47.05465	-0.42755		Genneton		75	79	791	79132
3016324	Gennetines	gennetines	FR	03400	0	Europe/Paris	46.63643	3.40858		Gennetines		84	03	032	03121
3016325	Gennetines	gennetines	FR	03400	0	Europe/Paris	46.63609	2.92181		Gennetine,Gennetines		84	03	032	03251
3016326	Genneteil	genneteil	FR	49490	306	Europe/Paris	47.59249	0.0498		Genneteil,Zhenntej,re nei tai,Женнтей,热内泰		52	49	493	49228
3016327	Gennes-sur-Seiche	gennes-sur-seiche	FR	35370	767	Europe/Paris	47.98938	-1.12457		Gen,Genae,Gennes,Gennes-sur-Seiche,Zhenn-sjur-Sesh,sai ke he pan re nei,Женн-сюр-Сеш,塞克河畔热内		53	35	351	35119
3016328	Gennes-sur-Glaize	gennes-sur-glaize	FR	53200	827	Europe/Paris	47.8537	-0.60918		Gennes,Gennes-sur-Glaize		52	53	531	53104
3016329	Gennes-Ivergny	gennes-ivergny	FR	62390	142	Europe/Paris	50.26181	2.0473		Genne-Ivergny,Gennes-Ivergny,Zhenn-Ivern'i,jynys lfyrjny,re ne yi wei ni,Женн-Іверньї,Женн-Иверньи,جينيس لفيرجني,热讷伊韦尼		32	62	621	62370
3016330	Gennes	gennes	FR	25660	2138	Europe/Paris	47.3401	-0.23149				52	49	493	49261
3016331	Gennes	gennes	FR	25660	646	Europe/Paris	47.25	6.11667		Gennes		27	25	251	25267
3016332	Genlis	genlis	FR	21110	5453	Europe/Paris	47.24203	5.22415		Genlis,Zhanli,Zhanlis,rang li,Жанли,Жанлис,Жанлі,让利		27	21	212	21292
3016333	Génissieux	genissieux	FR	26750	1958	Europe/Paris	45.08413	5.08133		Genissieux,Génissieux		84	26	263	26139
3016337	Génissac	genissac	FR	33420	1471	Europe/Paris	44.8587	-0.25739		Genissac,Génissac		75	33	335	33185
3016338	Génis	genis	FR	24160	526	Europe/Paris	45.32565	1.16347		Genis,Génis,Janic,Janiç,Zheni,re ni,Жени,Жені,热尼		75	24	242	24196
3016340	Genillé	genille	FR	37460	1526	Europe/Paris	47.18333	1.1		Zhenie,re ni lai,Женіє,热尼莱		24	37	373	37111
3016345	Génicourt-sur-Meuse	genicourt-sur-meuse	FR	55320	238	Europe/Paris	49.03654	5.43698		Genicourt,Genicourt-sur-Meuse,Génicourt,Génicourt-sur-Meuse		44	55	553	55204
3016347	Génicourt	genicourt	FR	95650	579	Europe/Paris	49.08884	2.06799		Genicourt,Génicourt,Zhenikur,re ni ku er,Женикур,Женікур,热尼库尔		11	95	953	95271
3016348	Geney	geney	FR	25250	135	Europe/Paris	47.48571	6.5665		Geney		27	25	252	25266
3016350	Genevrières	genevrieres	FR	52500	167	Europe/Paris	47.72152	5.6065		Genevrieres,Genevrières		44	52	522	52213
3016351	Genevrey	genevrey	FR	70240	235	Europe/Paris	47.72459	6.32253		Genevrey		27	70	701	70263
3016352	Genevreuille	genevreuille	FR	70240	141	Europe/Paris	47.6721	6.37722		Genevreuille		27	70	701	70262
3016356	Geneuille	geneuille	FR	25870	916	Europe/Paris	47.32364	5.96982		Geneuille,Zhenej,re na yi er,Женей,热纳伊尔		27	25	251	25265
3016358	Genêts	genets	FR	50530	454	Europe/Paris	48.68415	-1.47676		Genets,Gents,Genêts,Zhene,re nei te,Жене,热内特		28	50	501	50199
3016363	Genestelle	genestelle	FR	07530	281	Europe/Paris	44.71867	4.39353		Genestelle		84	07	071	07093
3016365	Geneslay	geneslay	FR	61140	211	Europe/Paris	48.51092	-0.48151				28	61	611	61096
3016366	Génerville	generville	FR	11270	0	Europe/Paris	48.42795	1.62333				24	28	281	28380
3016367	Generville	generville	FR	11270	69	Europe/Paris	43.21242	1.93175		Generville		76	11	111	11162
3016368	Générest	generest	FR	65150	105	Europe/Paris	43.03247	0.52575		Generest,Générest		76	65	652	65194
3016369	Générargues	generargues	FR	30140	702	Europe/Paris	44.08209	3.98296		Generargues,Générargues,Zhenerarg,re nei la er gai,Женерарг,热内拉尔盖		76	30	301	30129
3016370	Générac	generac	FR	30510	538	Europe/Paris	45.17977	-0.54733		Generac,Générac		75	33	331	33184
3016371	Générac	generac	FR	30510	3488	Europe/Paris	43.72834	4.34846		Generac,Générac		76	30	302	30128
3016375	Génelard	genelard	FR	71420	1442	Europe/Paris	46.58119	4.23619		Genelard,Génelard		27	71	711	71212
3016376	Genech	genech	FR	59242	2762	Europe/Paris	50.53122	3.21651		Genech,Zhenesh,re nei shen,Женеш,热内什		32	59	595	59258
3016378	Génébrières	genebrieres	FR	82230	483	Europe/Paris	43.99667	1.50111		Genebrieres,Genébrières,Génébrières		76	82	822	82066
3016379	Gené	gene	FR	49220	274	Europe/Paris	47.63056	-0.80268		Gene,Gené		52	49	494	49367
3016380	Gendrey	gendrey	FR	39350	351	Europe/Paris	47.20294	5.68707		Gendrey		27	39	391	39246
3016381	Gendreville	gendreville	FR	88140	112	Europe/Paris	48.23413	5.71667		Gendreville		44	88	882	88195
3016382	Gençay	gencay	FR	86160	0	Europe/Paris	46.93207	0.30767				75	86	861	86260
3016383	Gençay	gencay	FR	86160	0	Europe/Paris	46.37239	0.40558		Gencay,Gentiacum,Gençay,Zhanse,gang sai,Жансе,冈赛		75	86	862	86103
3016384	Genay	genay	FR	21140	336	Europe/Paris	47.52575	4.29857		Genay		27	21	213	21291
3016385	Genay	genay	FR	21140	4729	Europe/Paris	45.89681	4.84091		Genay		84	69	691	69278
3016386	Génat	genat	FR	09400	27	Europe/Paris	42.82431	1.57371		Genat,Génat		76	09	091	09133
3016387	Genas	genas	FR	69740	12878	Europe/Paris	45.73131	5.00211		Genas,Zhena,Жена		84	69	691	69277
3016390	Genainville	genainville	FR	95420	521	Europe/Paris	49.13333	1.75		Zhenenvil',re nan wei er,Жененвиль,Жененвіль,热南维尔		11	95	953	95270
3016391	Genac	genac	FR	16170	706	Europe/Paris	45.79864	0.0258		Genac,Zhenak,re na ke,Женак,热纳克		75	16	162	16148
3016392	Gémozac	gemozac	FR	17260	2542	Europe/Paris	45.56947	-0.6746		Gemozac,Gemozak,Gémozac,Zemozak,Zhemozak,re mo zha ke,Гемозак,Жемозак,Ժեմոզակ,热莫扎克		75	17	174	17172
3016393	Gémonville	gemonville	FR	54115	70	Europe/Paris	48.4147	5.88435		Gemonville,Gémonville		44	54	544	54220
3016394	Gémonval	gemonval	FR	25250	77	Europe/Paris	47.53249	6.58887		Gemonval,Gémonval		27	25	252	25264
3016395	Gemmelaincourt	gemmelaincourt	FR	88170	139	Europe/Paris	48.27667	5.9662		Gemmelaincourt		44	88	882	88194
3016396	Gémil	gemil	FR	31380	220	Europe/Paris	43.73545	1.59353		Gemil,Gémil		76	31	313	31216
3016397	Gémigny	gemigny	FR	45310	170	Europe/Paris	47.96457	1.69501		Gemigny,Gémigny,Zhemin'i,Zhemini,re mi ni,Жемињи,Жеміньї,热米尼		24	45	452	45152
3016398	Gémenos	gemenos	FR	13420	5727	Europe/Paris	43.29751	5.62843		Gemas,Gemenos,Gèmas,Gémenos,Zhemenos,Zhemno,Zhemnos,re mang ao,Жеменос,Жемно,Жемнос,热芒奥		93	13	133	13042
3016399	Gemeaux	gemeaux	FR	21120	781	Europe/Paris	47.47743	5.13628		Gemeaux		27	21	212	21290
3016400	Gembrie	gembrie	FR	65370	78	Europe/Paris	42.98953	0.57455		Gembrie		76	65	652	65193
3016401	Gemaingoutte	gemaingoutte	FR	88520	123	Europe/Paris	48.25399	7.08473		Gemaingoute,Gemaingoutte		44	88	883	88193
3016402	Gémages	gemages	FR	61130	90	Europe/Paris	48.29374	0.61742		Gemages,Gémages		28	61	613	61484
3016403	Gelvécourt-et-Adompt	gelvecourt-et-adompt	FR	88270	89	Europe/Paris	48.19958	6.18079		Gelvecourt,Gelvecourt-et-Adompt,Gelvécourt,Gelvécourt-et-Adompt		44	88	881	88192
3016404	Gelucourt	gelucourt	FR	57260	230	Europe/Paris	48.76444	6.72652		Gelucourt,Gélucourt		44	57	575	57246
3016405	Geloux	geloux	FR	40090	561	Europe/Paris	43.98096	-0.6391				75	40	402	40111
3016406	Gelos	gelos	FR	64110	3728	Europe/Paris	43.28319	-0.37117		Gelos,Gelòs,Gélos,Zhelos,re luo,Желос,热洛		75	64	643	64237
3016408	Gellin	gellin	FR	25240	163	Europe/Paris	46.73353	6.23956		Gellin,Zhellen,Желлен		27	25	253	25263
3016409	Gelles	gelles	FR	63740	1032	Europe/Paris	45.76947	2.76309		Gelles		84	63	633	63163
3016410	Gellenoncourt	gellenoncourt	FR	54110	34	Europe/Paris	48.67839	6.38624		Gellenoncourt		44	54	543	54219
3016412	Gellainville	gellainville	FR	28630	429	Europe/Paris	48.40875	1.52971		Gellainville		24	28	281	28177
3016417	Gélaucourt	gelaucourt	FR	54115	46	Europe/Paris	48.45467	5.98942		Gelaucourt,Gélaucourt		44	54	544	54218
3016419	Gélannes	gelannes	FR	10100	716	Europe/Paris	48.4842	3.67304		Gelannes,Gélannes		44	10	102	10164
3016420	Gélacourt	gelacourt	FR	54120	0	Europe/Paris	48.48142	6.7338		Gelacourt,Gélacourt		44	54	542	54217
3016422	Geiswiller	geiswiller	FR	67270	202	Europe/Paris	48.78843	7.50383				44	67	674	67153
3016423	Geiswasser	geiswasser	FR	68600	267	Europe/Paris	47.97786	7.60252		Geisswasser,Geiswasser		44	68	682	68104
3016424	Geispolsheim	geispolsheim	FR	67118	7410	Europe/Paris	48.51603	7.64825		Gaispitze,Gaispítze,Gajspol'sajm,Geispolsheim,ghysbwlshym,re si bo er sang,Гайспольсайм,Геисполсһеим,غيسبولشيم,热斯波尔桑		44	67	678	67152
3016425	Geispitzen	geispitzen	FR	68510	444	Europe/Paris	47.66745	7.42146		Geispitzen		44	68	684	68103
3016426	Geishouse	geishouse	FR	68690	498	Europe/Paris	47.88318	7.06046		Gajsuz,Geishausen,Geishouse,Gejsuz,re su si,Гайсуз,Гейсуз,热苏斯		44	68	686	68102
3016428	Gehée	gehee	FR	36240	299	Europe/Paris	47.0467	1.50114		Gehee,Gehée,Zhee,Zheeh,re ai ai,Жее,Жеэ,热埃埃		24	36	362	36082
3016430	Géfosse-Fontenay	gefosse-fontenay	FR	14230	116	Europe/Paris	49.36667	-1.08333		Gefosse,Gefosse-Fontenay,Géfosse-Fontenay		28	14	141	14298
3016431	Geffosses	geffosses	FR	50560	409	Europe/Paris	49.13152	-1.55877		Geffosses		28	50	503	50198
3016433	Gée-Rivière	gee-riviere	FR	32720	42	Europe/Paris	43.67828	-0.18983		Gee,Gee-Riviere,Gée,Gée-Rivière		76	32	323	32145
3016435	Gée	gee	FR	49250	339	Europe/Paris	47.45763	-0.23002		Gee,Gée		52	49	493	49021
3016436	Gèdre	gedre	FR	65120	299	Europe/Paris	42.78679	0.01947		Gedre,Gèdre		76	65	651	65192
3016439	Geay	geay	FR	17250	390	Europe/Paris	46.88012	-0.32703		Geay		75	79	791	79131
3016440	Geay	geay	FR	17250	614	Europe/Paris	45.87148	-0.76545		Geay		75	17	174	17171
3016441	Geay	geay	FR	17250	0	Europe/Paris	45.78333	4				84	42	421	42030
3016442	Geaune	geaune	FR	40320	728	Europe/Paris	43.6408	-0.37851		Geuna,Gèuna,Zhon,jonu,ruo en,Жон,ジョーヌ,若恩		75	40	402	40110
3016451	Gazost	gazost	FR	65100	121	Europe/Paris	43.03173	0.00701		Gazost		76	65	651	65191
3016456	Gazeran	gazeran	FR	78125	1219	Europe/Paris	48.63264	1.77149		Gazeran,Газеран		11	78	782	78269
3016460	Gazave	gazave	FR	65250	0	Europe/Paris	43.03692	0.41703		Gazave		76	65	652	65190
3016461	Gazaupouy	gazaupouy	FR	32480	302	Europe/Paris	44.00801	0.45066		Gazaupouy		76	32	322	32143
3016463	Gayon	gayon	FR	64350	97	Europe/Paris	43.48217	-0.16991		Gaion,Gajon,Gayon,gai weng,Гайон,盖翁		75	64	643	64236
3016466	Gaye	gaye	FR	51120	574	Europe/Paris	48.68409	3.80457		Gaye		44	51	512	51265
3016467	Gayan	gayan	FR	65320	261	Europe/Paris	43.30814	0.04273		Gayan		76	65	653	65189
3016469	Gavrus	gavrus	FR	14210	253	Europe/Paris	49.11832	-0.51192		Gavrus		28	14	142	14297
3016471	Gâvres	gavres	FR	56680	815	Europe/Paris	47.69447	-3.35362		Ar C'havr,Gavr,Gavre,Gavres,Gâvre,Gâvres,gavuru,jia fu lei,Гавр,ガヴル,加夫雷		53	56	561	56062
3016472	Gavrelle	gavrelle	FR	62580	483	Europe/Paris	50.32955	2.88735		Gavrel',Gavrelle,jafaryl,jia fu lei lei,Гаврель,جافاريل,加夫雷勒		32	62	621	62369
3016474	Gavray	gavray	FR	50450	1524	Europe/Paris	48.91108	-1.35059		Gavray,Gavre,jia fu lai,Гавре,加夫赖		28	50	503	50197
3016476	Gavisse	gavisse	FR	57570	521	Europe/Paris	49.43244	6.28655		Gavisse		44	57	577	57245
3016480	Gavaudun	gavaudun	FR	47150	281	Europe/Paris	44.56017	0.8873		Gavaudun		75	47	473	47109
3016481	Gavarret-sur-Aulouste	gavarret-sur-aulouste	FR	32390	134	Europe/Paris	43.77161	0.65221		Gavarret,Gavarret-sur-Aulouste		76	32	322	32142
3016485	Gavarnie	gavarnie	FR	65120	152	Europe/Paris	42.73278	-0.0096		Gavarni,Gavarnia,Gavarnie,Gavarnía,jia wa er nie,Гаварни,Гаварні,加瓦尔涅		76	65	651	65192
3016486	Gauville-la-Campagne	gauville-la-campagne	FR	27930	568	Europe/Paris	49.04531	1.08968		Gauville,Gauville-la-Campagne		28	27	273	27282
3016487	Gauville	gauville	FR	61550	420	Europe/Paris	49.78095	1.79122		Gauville		32	80	802	80375
3016488	Gauville	gauville	FR	61550	482	Europe/Paris	48.82887	0.5544		Gauville		28	61	613	61167
3016489	Gauville	gauville	FR	61550	0	Europe/Paris	48.75691	0.89838				28	27	272	27679
3016493	Gausson	gausson	FR	22150	607	Europe/Paris	48.29954	-2.75386		Gausson,Gwalc'hion		53	22	224	22060
3016494	Gaussan	gaussan	FR	65670	120	Europe/Paris	43.22915	0.48822		Gaussan		76	65	653	65187
3016496	Gauriaguet	gauriaguet	FR	33240	1020	Europe/Paris	45.04261	-0.39658		Gauriaguet		75	33	331	33183
3016497	Gauriac	gauriac	FR	33710	908	Europe/Paris	45.06803	-0.6134		Gauriac,Goriak,ge li a ke,Гориак,Горіак,戈里阿克		75	33	331	33182
3016499	Gauré	gaure	FR	31590	497	Europe/Paris	43.61427	1.63151		Gaure,Gauré		76	31	313	31215
3016505	Gaujan	gaujan	FR	32420	114	Europe/Paris	43.40792	0.72248		Gaujan		76	32	321	32141
3016506	Gaujacq	gaujacq	FR	40330	445	Europe/Paris	43.64104	-0.74003				75	40	401	40109
3016507	Gaujac	gaujac	FR	30330	306	Europe/Paris	44.48988	0.11033		Gaujac		75	47	472	47108
3016508	Gaujac	gaujac	FR	30330	905	Europe/Paris	44.07886	4.5785		Gaujac		76	30	302	30127
3016509	Gaujac	gaujac	FR	30330	41	Europe/Paris	43.47894	0.83327		Cazaux-Republicain,Cazaux-Républicain,Gaujac		76	32	321	32140
3016510	Gaugeac	gaugeac	FR	24540	123	Europe/Paris	44.6668	0.87327		Gaugeac		75	24	241	24195
3016511	Gaudreville-la-Rivière	gaudreville-la-riviere	FR	27190	229	Europe/Paris	48.965	1.0261		Gaudreville,Gaudreville-la-Riviere,Gaudreville-la-Rivière		28	27	273	27281
3016513	Gaudonville	gaudonville	FR	32380	102	Europe/Paris	43.88416	0.84492		Gaudonville		76	32	322	32139
3016517	Gaudiès	gaudies	FR	09700	210	Europe/Paris	43.17538	1.73072		Gaudies,Gaudiès		76	09	092	09132
3016518	Gaudiempré	gaudiempre	FR	62760	191	Europe/Paris	50.1791	2.53063		God'jampre,ge di ang pu lei,jawdymbry,Годьямпре,جاوديمبري,戈迪昂普雷		32	62	621	62368
3016519	Gaudent	gaudent	FR	65370	46	Europe/Paris	42.99347	0.5669		Gaudent		76	65	652	65186
3016521	Gaudechart	gaudechart	FR	60210	342	Europe/Paris	49.61582	1.96246		Gaudechart,Godeshar,ge dai sha er,Годешар,戈代沙尔		32	60	601	60269
3016523	Gauciel	gauciel	FR	27930	885	Europe/Paris	49.03302	1.24209		Gauciel		28	27	273	27280
3016524	Gauchy	gauchy	FR	02430	5676	Europe/Paris	49.82765	3.27371		Gauchy		32	02	023	02340
3016525	Gauchin-Verloingt	gauchin-verloingt	FR	62130	854	Europe/Paris	50.39593	2.3119		Gauchin,Gauchin-Verloingt,Goshen-Verluen,ge shang wei er lu wan,jawtshyn fyrlwynjt,Гошен-Верлуен,جاوتشين فيرلوينجت,戈尚韦尔卢万		32	62	621	62367
3016526	Gauchin-Légal	gauchin-legal	FR	62150	337	Europe/Paris	50.41697	2.58117		Gauchin,Gauchin-Legal,Gauchin-Légal		32	62	622	62366
3016527	Gaubertin	gaubertin	FR	45340	207	Europe/Paris	48.1234	2.42027		Gaubertin,Goberten,ge bei er tan,Гобертен,戈贝尔坦		24	45	453	45151
3016532	Gatuzières	gatuzieres	FR	48150	57	Europe/Paris	44.19869	3.48883		Gatuzieres,Gatuzières		76	48	481	48069
3016534	Gattières	gattieres	FR	06510	3732	Europe/Paris	43.75951	7.17574		Gat'er,Gatieras,Gatièras,Gattieres,Gattières,jatyrys,jia di ai,Гатьер,Гатьєр,جاتيريس,加蒂埃		93	06	061	06064
3016536	Gatteville-le-Phare	gatteville-le-phare	FR	50760	583	Europe/Paris	49.6866	-1.28459		Gatteville,Gatteville-le-Phare,Gattvil'-le-Far,jia te wei er lai fa er,Гаттвиль-ле-Фар,Гаттвіль-ле-Фар,加特维尔莱法尔		28	50	502	50196
3016546	Gathemo	gathemo	FR	50150	285	Europe/Paris	48.76497	-0.97599		Gathemo,Gatmo,jia tai mo,Гатмо,加泰莫		28	50	501	50195
3016548	Gatey	gatey	FR	39120	285	Europe/Paris	46.94651	5.43412		Gatey		27	39	391	39245
3016551	Gasville-Oisème	gasville-oiseme	FR	28300	1189	Europe/Paris	48.46973	1.53843		Gasvil'-Uazem,jia si wei er wa sai mu,Гасвіль-Уазем,加斯维尔瓦塞姆		24	28	281	28173
3016553	Gastins	gastins	FR	77370	639	Europe/Paris	48.62933	3.02012		Gastins		11	77	773	77201
3016556	Gastines	gastines	FR	53540	172	Europe/Paris	47.95192	-1.10386		Gastines		52	53	531	53102
3016559	Gastes	gastes	FR	40160	440	Europe/Paris	44.32652	-1.14691		Gast,Gastas,jia si tai,Гаст,加斯泰		75	40	402	40108
3016561	Gassin	gassin	FR	83580	2949	Europe/Paris	43.22882	6.58549		Gassin		93	83	831	83065
3016564	Gasny	gasny	FR	27620	3093	Europe/Paris	49.09184	1.60336		Gani,Gasny,jia si ni,Гани,Гані,加斯尼		28	27	271	27279
3016568	Gas	gas	FR	28320	660	Europe/Paris	48.56667	1.66667		Gas		24	28	281	28172
3016572	Gartempe	gartempe	FR	23320	130	Europe/Paris	46.1499	1.7376		Gartempe		75	23	232	23088
3016579	Gars	gars	FR	06850	52	Europe/Paris	43.86509	6.80422		Gars		93	06	061	06063
3016580	Garrosse	garrosse	FR	40110	332	Europe/Paris	44.01368	-0.92766		Garosse		75	40	402	40197
3016582	Garris	garris	FR	64120	335	Europe/Paris	43.34246	-1.06147		Garris,Garruze		75	64	641	64235
3016583	Garrigues-Sainte-Eulalie	garrigues-sainte-eulalie	FR	30190	556	Europe/Paris	43.98333	4.31667		Canteperdrix,Garrigues		76	30	302	30126
3016584	Garrigues	garrigues	FR	34160	142	Europe/Paris	43.79556	4.01472		Garrigues		76	34	343	34112
3016585	Garrigues	garrigues	FR	34160	224	Europe/Paris	43.69456	1.71807		Garrigues		76	81	812	81102
3016588	Garrey	garrey	FR	40180	197	Europe/Paris	43.66986	-0.90912				75	40	401	40106
3016589	Garrevaques	garrevaques	FR	81700	275	Europe/Paris	43.4969	1.96908		Garrevaques		76	81	812	81100
3016590	Garrebourg	garrebourg	FR	57820	494	Europe/Paris	48.71116	7.23293		Garburg,Garrebourg,Garrebur,jia er lei bu er,Гарребур,加尔雷布尔		44	57	575	57244
3016592	Garravet	garravet	FR	32220	124	Europe/Paris	43.41423	0.91391		Garravet		76	32	321	32138
3016594	Garos	garos	FR	64410	206	Europe/Paris	43.50623	-0.47306		Garos,Garòs,jia luo,Гарос,加罗		75	64	643	64234
3016595	Garons	garons	FR	30128	4019	Europe/Paris	43.7682	4.42849		Garon,Garons,jia long,Гарон,加龙		76	30	302	30125
3016604	Garnerans	garnerans	FR	01140	623	Europe/Paris	46.2081	4.84199		Garnerans		84	01	012	01167
3016606	Garnay	garnay	FR	28500	1028	Europe/Paris	48.70489	1.33706		Garnay		24	28	283	28171
3016607	Garnat-sur-Engièvre	garnat-sur-engievre	FR	03230	746	Europe/Paris	46.63371	3.66293		Garnat,Garnat-sur-Engievre,Garnat-sur-Engièvre		84	03	032	03120
3016609	Garlin	garlin	FR	64330	1251	Europe/Paris	43.56079	-0.27182		Garlen,Garlin,jia er lan,Гарлен,加尔兰		75	64	643	64233
3016612	Garlan	garlan	FR	29610	906	Europe/Paris	48.60159	-3.75735		Garlan,Garlann,jia er lang,Гарлан,加尔朗		53	29	293	29059
3016613	Garindein	garindein	FR	64130	572	Europe/Paris	43.20868	-0.90575		Garenden,Garindaine,Garindein,Garindenh,Garindien,jia lan dan,Гаренден,加兰丹		75	64	642	64231
3016614	Garin	garin	FR	31110	0	Europe/Paris	42.8091	0.51606		Garin		76	31	312	31213
3016615	Garigny	garigny	FR	18140	250	Europe/Paris	47.08687	2.88758		Garigny		24	18	181	18099
3016617	Gariès	garies	FR	82500	114	Europe/Paris	43.80641	1.03134		Garies,Gariès		76	82	821	82064
3016618	Garidech	garidech	FR	31380	1072	Europe/Paris	43.71076	1.56036		Caridech,Garidech,Garideit,Garidesh,Garidèit,jia li dai ke,Гаридеш,加里代克		76	31	313	31212
3016619	Gargilesse-Dampierre	gargilesse-dampierre	FR	36190	326	Europe/Paris	46.51388	1.59772		Gargilesse-Dampierre,Garzhiles-Damp'er,Garzhiless-Damperr,jia er ji lai si dang pi ye er,Гаржилес-Дампьер,Гаржилесс-Дампєрр,加尔吉莱斯当皮耶尔		24	36	362	36081
3016621	Garges-lès-Gonesse	garges-les-gonesse	FR	95140	39847	Europe/Paris	48.96791	2.39781		Garges,Garges-les-Gonesse,Garges-lès-Gonesse,Garzh le Gones,Garzh-le-Goness,galeujulegoneseu,garuju=re=gonesu,grzh lgwns,jia er re lai ge nei sai,Гарж ле Гонес,Гарж-ле-Гонесс,گرژ لگونس,ガルジュ＝レ＝ゴネス,加尔热莱戈内塞,가르주레고네스		11	95	952	95268
3016622	Gargenville	gargenville	FR	78440	6952	Europe/Paris	48.98802	1.81176		Gargenville,Garzhanvil',Гаржанвиль,Гаржанвіль		11	78	781	78267
3016624	Gargas	gargas	FR	31620	3159	Europe/Paris	43.90196	5.35814		Gargas		93	84	841	84047
3016625	Gargas	gargas	FR	31620	583	Europe/Paris	43.75733	1.4677		Gargas		76	31	313	31211
3016627	Garganvillar	garganvillar	FR	82100	540	Europe/Paris	43.97861	1.06791		Garganvillar		76	82	821	82063
3016635	Garéoult	gareoult	FR	83136	5268	Europe/Paris	43.32833	6.04616		Gareoult,Gareu,Gareud,Gareut,Garéoult,jia lei wu er,Гареу,加勒乌尔		93	83	833	83064
3016636	Garentreville	garentreville	FR	77890	87	Europe/Paris	48.23612	2.54944		Garentreville		11	77	774	77200
3016637	Garennes-sur-Eure	garennes-sur-eure	FR	27780	1825	Europe/Paris	48.91116	1.43836		Garennes,Garennes-sur-Eure		28	27	273	27278
3016641	Garencières	garencieres	FR	27220	522	Europe/Paris	48.95587	1.26523		Garencieres,Garencières		28	27	273	27277
3016644	Garein	garein	FR	40420	414	Europe/Paris	44.04664	-0.65111				75	40	402	40105
3016645	Gardouch	gardouch	FR	31290	1111	Europe/Paris	43.39073	1.68406		Gardouch		76	31	313	31210
3016648	Gardonne	gardonne	FR	24680	1501	Europe/Paris	44.83629	0.33259		Gardon,Gardona,Gardonn,Gardonne,jia er dong,Гардон,Гардонн,加尔东		75	24	241	24194
3016658	Gardie	gardie	FR	11250	103	Europe/Paris	43.07481	2.29963		Gardie		76	11	112	11161
3016661	Gardères	garderes	FR	65320	400	Europe/Paris	43.27971	-0.11054		Garderes,Gardères		76	65	653	65185
3016665	Gardefort	gardefort	FR	18300	0	Europe/Paris	47.53438	2.88638				27	58	584	58193
3016667	Gardanne	gardanne	FR	13120	21140	Europe/Paris	43.45491	5.46913		Gardan,Gardana,Gardann,Gardanne,galeudan,garudan'nu,ghardan,grdn  fransh,jia er da na,Гардан,Гарданн,غاردان,گردن، فرانسه,ガルダンヌ,加爾達納,가르단		93	13	131	13041
3016673	Garchy	garchy	FR	58150	409	Europe/Paris	47.26315	3.07152		Garchy		27	58	584	58122
3016674	Garchizy	garchizy	FR	58600	3887	Europe/Paris	47.04786	3.09625		Garchizy		27	58	583	58121
3016675	Garches	garches	FR	92380	18930	Europe/Paris	48.84226	2.18232		Garches,Garsh,Garziachus,gyarushu,jia er she,Гарш,ギャルシュ,加尔舍		11	92	922	92033
3016677	Garcelles-Secqueville	garcelles-secqueville	FR	14540	525	Europe/Paris	49.09907	-0.28961		Garcelles,Garcelles-Secqueville		28	14	142	14554
3016686	Garat	garat	FR	16410	1548	Europe/Paris	45.62642	0.26265		Garat		75	16	161	16146
3016687	Garanou	garanou	FR	09250	162	Europe/Paris	42.7684	1.7511		Garanou		76	09	091	09131
3016688	Garancières-en-Drouais	garancieres-en-drouais	FR	28500	274	Europe/Paris	48.70148	1.28515		Garancieres,Garancieres-en-Drouais,Garancières,Garancières-en-Drouais		24	28	283	28170
3016689	Garancières-en-Beauce	garancieres-en-beauce	FR	28700	213	Europe/Paris	48.4365	1.92079		Garancieres,Garancieres-en-Beauce,Garancières,Garancières-en-Beauce		24	28	281	28169
3016690	Garancières	garancieres	FR	78890	2381	Europe/Paris	48.82271	1.75512		Garancieres,Garancières,Garans'er,Гарансьер,Гарансьєр		11	78	782	78265
3016694	Garac	garac	FR	31480	175	Europe/Paris	43.69146	1.09039		Garac		76	31	313	31209
3016695	Gâprée	gapree	FR	61390	139	Europe/Paris	48.62191	0.29073		Gapree,Gâprée		28	61	611	61183
3016697	Gapennes	gapennes	FR	80150	221	Europe/Paris	50.18211	1.95367		Gapeinne,Gapenn,Gapennes,jia pang ne,Гапенн,加庞讷		32	80	801	80374
3016702	Gap	gap	FR	05000	42715	Europe/Paris	44.55858	6.07868		GAT,Gap,Vapincum,gap,gapeu,ghb brwans alb kwt dazwr,gp  prwans alp-kwt dazwr,gyappu,jia pu,Гап,غب بروانس آلب كوت دازور,گاپ,گپ، پروانس آلپ-کوت دازور,ギャップ,加普,가프	05	93	05	052	05061
3016704	Ganzeville	ganzeville	FR	76400	450	Europe/Paris	49.73322	0.41156		Ganzeville		28	76	762	76298
3016705	Ganties	ganties	FR	31160	274	Europe/Paris	43.06449	0.83115		Ganties		76	31	312	31208
3016708	Gans	gans	FR	33430	174	Europe/Paris	44.45546	-0.14629		Gans		75	33	333	33180
3016709	Gannes	gannes	FR	60120	334	Europe/Paris	49.5693	2.42111		Gann,Gannes,jia nei,Ганн,加内		32	60	602	60268
3016710	Gannay-sur-Loire	gannay-sur-loire	FR	03230	393	Europe/Paris	46.73104	3.61034		Gannay,Gannay-sur-Loire		84	03	032	03119
3016711	Gannat	gannat	FR	03800	6096	Europe/Paris	46.09987	3.19842		Gana,Ganna,Gannat,Gatnac,Gatnat,Гана,Ганна		84	03	033	03118
3016714	Ganges	ganges	FR	34190	3997	Europe/Paris	43.93419	3.70797		Ganges		76	34	342	34111
3016716	Gandrange	gandrange	FR	57175	2502	Europe/Paris	49.27133	6.12536		Gandrange		44	57	577	57242
3016718	Gandelu	gandelu	FR	02810	648	Europe/Paris	49.09378	3.18435		Gandelju,Gandelu,gang de lu,Ганделю,冈德吕		32	02	021	02339
3016720	Gandelain	gandelain	FR	61420	386	Europe/Paris	48.47955	-0.08802		Gandelain		28	61	611	61182
3016722	Gancourt-Saint-Étienne	gancourt-saint-etienne	FR	76220	0	Europe/Paris	49.54739	1.70822		Gancourt,Gancourt-Saint-Etienne,Gancourt-Saint-Étienne		28	76	761	76297
3016723	Ganagobie	ganagobie	FR	04310	99	Europe/Paris	44.00895	5.91623		Ganagobi,Ganagobia,Ganagobie,Ganagòbia,jia na ge bi ye,Ганагоби,Ганагобі,加纳戈比耶		93	04	043	04091
3016725	Ganac	ganac	FR	09000	695	Europe/Paris	42.94694	1.56292		Ganac		76	09	091	09130
3016726	Gan	gan	FR	64290	5373	Europe/Paris	43.22852	-0.38713		Gan		75	64	643	64230
3016730	Gambsheim	gambsheim	FR	67760	4071	Europe/Paris	48.69209	7.88286		Cambsheim,Gambsajm,Gambse,Gàmbse,gambshaym,gang bu sang,ghambshym,Гамбсайм,غامبشيم,گامبسهایم,冈布桑		44	67	672	67151
3016732	Gambaiseuil	gambaiseuil	FR	78490	60	Europe/Paris	48.75673	1.73206		Gambaiseuil,Gambaiseul		11	78	782	78264
3016733	Gambais	gambais	FR	78950	2166	Europe/Paris	48.77351	1.67196		Gambais,Gambe,Гамбе		11	78	782	78263
3016734	Gamarthe	gamarthe	FR	64220	115	Europe/Paris	43.20169	-1.14281		Gamart,Gamarte,Gamarthe,jia ma er te,Гамарт,加马尔特		75	64	641	64229
3016735	Gamarde-les-Bains	gamarde-les-bains	FR	40380	951	Europe/Paris	43.73323	-0.87379		Gamarde,Gamarde-les-Bains		75	40	401	40104
3016736	Gamaches-en-Vexin	gamaches-en-vexin	FR	27150	345	Europe/Paris	49.27014	1.61595		Gamaches,Gamaches-en-Vexin		28	27	271	27276
3016737	Gamaches	gamaches	FR	80220	3137	Europe/Paris	49.98615	1.55624		Gamaches,Gamapium,Gamash,gamashu,jia ma shen,Гамаш,ガマシュ,加马什		32	80	801	80373
3016745	Galluis	galluis	FR	78490	1099	Europe/Paris	48.79657	1.79414		Galljui,Galluis,Галлюи,Галлюї		11	78	782	78262
3016750	Gallardon	gallardon	FR	28320	3625	Europe/Paris	48.52622	1.69307		Gallardon		24	28	281	28168
3016756	Galinagues	galinagues	FR	11140	44	Europe/Paris	42.80821	2.04542		Galinagues		76	11	112	11160
3016759	Galié	galie	FR	31510	87	Europe/Paris	42.9898	0.63276		Galie,Galié		76	31	312	31207
3016762	Galiax	galiax	FR	32160	183	Europe/Paris	43.61568	0.01463		Galiax		76	32	323	32136
3016764	Galgon	galgon	FR	33133	2665	Europe/Paris	44.99138	-0.27234		Galgon,Galgon-et-Gueyrac,Galgon-et-Queyrac,Galgor		75	33	335	33179
3016766	Galgan	galgan	FR	12220	337	Europe/Paris	44.50306	2.17954		Galgan		76	12	123	12108
3016767	Galfingue	galfingue	FR	68990	590	Europe/Paris	47.70592	7.22428		Galfingue		44	68	684	68101
3016768	Galez	galez	FR	65330	154	Europe/Paris	43.18999	0.40549		Galez		76	65	652	65184
3016769	Galey	galey	FR	09800	0	Europe/Paris	42.93601	0.91512		Galey		76	09	093	09129
3016771	Galéria	galeria	FR	20245	332	Europe/Paris	42.41077	8.64906		Galeria,Galerija,Galéria,Галерия,Галерія		94	2B	2B5	2B121
3016783	Galargues	galargues	FR	34160	581	Europe/Paris	43.77139	4.02194		Galargues,Galargues-le-Petit		76	34	343	34110
3016784	Galapian	galapian	FR	47190	299	Europe/Paris	44.29871	0.41331		Galap'jan,Galapian,Galapjan,jia la pi ang,Галапьян,Галапян,加拉皮昂		75	47	471	47107
3016786	Galan	galan	FR	65330	839	Europe/Paris	43.22167	0.40782		Galan		76	65	652	65183
3016787	Galametz	galametz	FR	62770	161	Europe/Paris	50.32837	2.1382		Galametz		32	62	624	62365
3016792	Gajoubert	gajoubert	FR	87330	183	Europe/Paris	46.11324	0.83031		Gajoubert		75	87	871	87069
3016793	Gajan	gajan	FR	09190	684	Europe/Paris	43.8968	4.21452		Gajan		76	30	302	30122
3016794	Gajan	gajan	FR	09190	312	Europe/Paris	43.02045	1.12613		Gajan		76	09	093	09128
3016795	Gaja-la-Selve	gaja-la-selve	FR	11270	134	Europe/Paris	43.19504	1.89628		Gaja,Gaja-la-Selve		76	11	111	11159
3016796	Gaja-et-Villedieu	gaja-et-villedieu	FR	11300	286	Europe/Paris	43.08137	2.18785		Gaja,Gaja-et-Villedieu		76	11	112	11158
3016797	Gajac	gajac	FR	33430	353	Europe/Paris	44.43674	-0.12987		Gajac		75	33	333	33178
3016800	Gainneville	gainneville	FR	76700	2418	Europe/Paris	49.51845	0.26164		Gainneville		28	76	762	76296
3016807	Gaillon	gaillon	FR	27600	6818	Europe/Paris	49.16104	1.34016		Gaillon,Gajon,gai long,Гайон,盖隆		28	27	271	27275
3016808	Gaillon-sur-Montcient	gaillon-sur-montcient	FR	78250	660	Europe/Paris	49.03333	1.9		Gajon-sjur-Mons'jan,Гайон-сюр-Монсьян		11	78	781	78261
3016810	Gaillères	gailleres	FR	40090	469	Europe/Paris	43.94092	-0.37457				75	40	402	40103
3016812	Gaillefontaine	gaillefontaine	FR	76870	1496	Europe/Paris	49.65371	1.61547		Gaillefontaine		28	76	761	76295
3016815	Gaillardbois-Cressenville	gaillardbois-cressenville	FR	27440	302	Europe/Paris	49.34352	1.40635		Gaillardbois-Cressenville		28	27	271	27294
3016817	Gaillard	gaillard	FR	74240	11660	Europe/Paris	46.1853	6.20693				84	74	743	74133
3016818	Gaillard	gaillard	FR	74240	0	Europe/Paris	45.59844	3.39942				84	63	633	63423
3016820	Gaillan-en-Médoc	gaillan-en-medoc	FR	33340	2092	Europe/Paris	45.32506	-0.95512		Gaillan,Gaillan-en-Medoc,Gaillan-en-Médoc		75	33	334	33177
3016821	Gaillagos	gaillagos	FR	65400	86	Europe/Paris	42.98181	-0.17572		Gaillagos		76	65	651	65182
3017521	Fourdrinoy	fourdrinoy	FR	80310	354	Europe/Paris	49.91825	2.10669		Fourdrinoy		32	80	802	80341
3016822	Gaillac-Toulza	gaillac-toulza	FR	31550	1123	Europe/Paris	43.25472	1.47118		Gaillac-Toulza,Gaillac-la-Montagne		76	31	311	31206
3016823	Gaillac-d'Aveyron	gaillac-d-aveyron	FR	12310	0	Europe/Paris	44.3552	2.92897		Gaillac,Gaillac-d'Avevron,Gaillac-d'Aveyron		76	12	122	12107
3016824	Gaillac	gaillac	FR	81600	12600	Europe/Paris	43.9016	1.89686		Gaillac,Gajak,Galhac,gai la ke,gayakku,Гайак,Гаяк,ガヤック,盖拉克		76	81	811	81099
3016826	Gailhan	gailhan	FR	30260	152	Europe/Paris	43.84264	4.03095		Gailhan		76	30	303	30121
3016828	Gahard	gahard	FR	35490	997	Europe/Paris	48.29762	-1.51954		Gaar,Gahard,Gahardum,Gwaharzh,jia a er,Гаар,加阿尔		53	35	353	35118
3016830	Gagny	gagny	FR	93220	38134	Europe/Paris	48.88333	2.53333		Gagny,Gan'i,Gani,gani,gny,gnyy,jia ni,Ганьи,Ганьї,Гањи,גני,گنیی,ガニー,加尼,가니		11	93	932	93032
3016832	Gagnières	gagnieres	FR	30160	997	Europe/Paris	44.30653	4.12871		Castilhon de Ganhieira,Castilhon de Ganhièira,Gagnieres,Gagnières,Gan'er,jia ni ai,Ганьер,Ганьєр,加尼埃		76	30	301	30120
3016837	Gagnac-sur-Garonne	gagnac-sur-garonne	FR	31150	1832	Europe/Paris	43.6999	1.37535		Gagnac,Gagnac-sur-Garonne		76	31	313	31205
3016990	Fromental	fromental	FR	87250	552	Europe/Paris	46.15912	1.39787		Fromental		75	87	871	87068
3016838	Gagnac-sur-Cère	gagnac-sur-cere	FR	46130	0	Europe/Paris	44.93333	1.88333		Cagnac,Gagnac-sur-Cere,Gagnac-sur-Cère,Gan'jak-sjur-Ser,Ganhac,sai er he pan jia ni ya ke,Ганьяк-сюр-Сер,塞尔河畔加尼亚克		76	46	462	46117
3016844	Gageac-et-Rouillac	gageac-et-rouillac	FR	24240	461	Europe/Paris	44.8	0.78333		Gageac,Gageac-et-Rouillac		75	24	241	24193
3016847	Gaël	gael	FR	35290	1486	Europe/Paris	48.13264	-2.22185		Gael,Gaël,Gwazel		53	35	353	35117
3016849	Gadencourt	gadencourt	FR	27120	0	Europe/Paris	48.98582	1.40145		Gadencourt		28	27	271	27273
3016850	Gadancourt	gadancourt	FR	95450	80	Europe/Paris	49.09605	1.85756		Gadancourt,Gadankur,jia dang ku er,Гаданкур,加当库尔		11	95	953	95040
3016851	Gâcogne	gacogne	FR	58140	272	Europe/Paris	47.23131	3.86833		Gacogne,Gâcogne		27	58	582	58120
3016853	Gacé	gace	FR	61230	2163	Europe/Paris	48.79344	0.29624				28	61	613	61181
3016857	Gabrias	gabrias	FR	48100	135	Europe/Paris	44.54505	3.37402		Gabrias		76	48	482	48068
3016858	Gabriac	gabriac	FR	12340	473	Europe/Paris	44.45254	2.79333		Gabriac		76	12	122	12106
3016859	Gabriac	gabriac	FR	12340	104	Europe/Paris	44.1778	3.72357		Gabriac		76	48	481	48067
3016860	Gabre	gabre	FR	09290	97	Europe/Paris	43.07488	1.41689		Gabre		76	09	093	09127
3016862	Gabillou	gabillou	FR	24210	110	Europe/Paris	45.20579	1.03442		Gabillou		75	24	244	24192
3016864	Gabian	gabian	FR	34320	749	Europe/Paris	43.51292	3.27245		Gabian		76	34	341	34109
3016867	Gabat	gabat	FR	64120	231	Europe/Paris	43.37108	-1.03406		Gabadi,Gabat,jia ba,Габат,加巴		75	64	641	64228
3016868	Gabaston	gabaston	FR	64160	599	Europe/Paris	43.35989	-0.20845		Gabaston,Gabastou,Gavaston,jia ba si tong,Габастон,加巴斯通		75	64	643	64227
3016871	Gabarret	gabarret	FR	40310	1558	Europe/Paris	43.98583	0.01072		Gabarre,Gabarret,Gavarret,jia ba er lei,Габарре,加巴尔雷		75	40	402	40102
3016872	Gabarnac	gabarnac	FR	33410	294	Europe/Paris	44.6144	-0.28026		Gabarnac,Gabarnak,Gavarnac,jia ba er na ke,Габарнак,加巴尔纳克		75	33	333	33176
3016875	Gaas	gaas	FR	40350	396	Europe/Paris	43.61311	-1.03587		Gaas		75	40	401	40101
3016876	Fyé	fye	FR	72610	986	Europe/Paris	48.32582	0.08031		Fye,Fyé		52	72	722	72139
3016877	Fyé	fye	FR	72610	0	Europe/Paris	47.82586	3.82169		Fye,Fyé		27	89	891	89068
3016878	Fuveau	fuveau	FR	13710	7845	Europe/Paris	43.45578	5.56149		Fjuvo,Fuveau,Fuveu,Fuvèu,fei wo,Фюво,菲沃		93	13	131	13040
3016879	Futeau	futeau	FR	55120	153	Europe/Paris	49.07883	5.00179		Futeau		44	55	553	55202
3016880	Fustignac	fustignac	FR	31430	60	Europe/Paris	43.29869	0.98319		Fustignac		76	31	311	31204
3016881	Fustérouau	fusterouau	FR	32400	119	Europe/Paris	43.68364	0.0118		Fusterouau,Fustérouau		76	32	323	32135
3016882	Fussy	fussy	FR	18110	1977	Europe/Paris	47.14372	2.42953		Fussy		24	18	181	18097
3016883	Fussey	fussey	FR	21700	100	Europe/Paris	47.11809	4.83619		Fussey		27	21	211	21289
3016887	Furmeyer	furmeyer	FR	05400	162	Europe/Paris	44.53979	5.87254		Furmeyer		93	05	052	05060
3016890	Furiani	furiani	FR	20600	4337	Europe/Paris	42.65847	9.41446		Furiani,Фуриани,Фуріані		94	2B	2B2	2B120
3016894	Furdenheim	furdenheim	FR	67117	1061	Europe/Paris	48.61129	7.561				44	67	674	67150
3016895	Furchhausen	furchhausen	FR	67700	365	Europe/Paris	48.7186	7.43843				44	67	674	67149
3016902	Fumichon	fumichon	FR	14590	256	Europe/Paris	49.17324	0.37133		Fumichon		28	14	143	14293
3016903	Fumel	fumel	FR	47500	5816	Europe/Paris	44.49898	0.96725		Fjumel',Fumel,Fumellum,Fumèl,fei mei lei,Фюмель,菲梅勒		75	47	473	47106
3016907	Fumay	fumay	FR	08170	4650	Europe/Paris	49.99132	4.70771		Fjume,Fumaeum,Fumay,Fumwe,Fumwè,fei mai,Фюме,菲迈		44	08	081	08185
3016908	Fulvy	fulvy	FR	89160	164	Europe/Paris	47.74171	4.17052		Fulvy		27	89	892	89184
3016909	Fultot	fultot	FR	76560	185	Europe/Paris	49.75816	0.79029		Fultot		28	76	763	76293
3016911	Fulleren	fulleren	FR	68210	342	Europe/Paris	47.59356	7.14518		Fulleren		44	68	681	68100
3016912	Fuligny	fuligny	FR	10200	55	Europe/Paris	48.33136	4.70734		Fuligny		44	10	101	10163
3016913	Fuissé	fuisse	FR	71960	317	Europe/Paris	46.28087	4.74286		Fuisse,Fuissé		27	71	715	71210
3016914	Fuilla	fuilla	FR	66820	357	Europe/Paris	42.55933	2.36017		Fjuija,Folla,Follà,Fuilla,Fulla,Fullà,fei yi la,Фюия,Фюїя,菲伊拉		76	66	663	66085
3016918	Fublaines	fublaines	FR	77470	1117	Europe/Paris	48.93816	2.93655		Fublaines		11	77	771	77199
3016921	Fuans	fuans	FR	25390	416	Europe/Paris	47.12983	6.56776				27	25	253	25262
3016922	Fry	fry	FR	76780	139	Europe/Paris	49.53046	1.52638		Fry		28	76	761	76292
3016925	Fruncé	frunce	FR	28190	318	Europe/Paris	48.40436	1.22417		Frunce,Fruncé		24	28	281	28167
3016930	Frugières-le-Pin	frugieres-le-pin	FR	43230	128	Europe/Paris	45.26813	3.48796		Frugieres,Frugieres-le-Pin,Frugières,Frugières-le-Pin		84	43	431	43100
3016931	Fruges	fruges	FR	62310	2862	Europe/Paris	50.51501	2.13292		Frjuzh,Fruche,Fruges,frwjys,fu lu ri,Фрюж,فروجيس,弗吕日		32	62	624	62364
3016932	Fruges	fruges	FR	62310	0	Europe/Paris	45.23452	4.31267				84	43	433	43213
3016934	Frugerès-les-Mines	frugeres-les-mines	FR	43250	0	Europe/Paris	45.38647	3.30674		Frugeres,Frugeres-les-Mines,Frugerès-les-Mines,Frugères,Frugères-les-Mines		84	43	431	43099
3016936	Frucourt	frucourt	FR	80490	139	Europe/Paris	49.99621	1.81019		Frjukur,Frucourt,fu lu ku er,Фрюкур,弗吕库尔		32	80	801	80372
3016937	Frozes	frozes	FR	86190	399	Europe/Paris	46.65949	0.13325		Frozes		75	86	863	86102
3016938	Froyelles	froyelles	FR	80150	66	Europe/Paris	50.2285	1.92782		Freuyelle,Froyelles,Fruael',fu luo ye lei,Фруаєль,弗罗耶勒		32	80	801	80371
3016939	Froville	froville	FR	54290	126	Europe/Paris	48.47006	6.35574		Froville		44	54	542	54216
3016940	Frouzins	frouzins	FR	31270	6418	Europe/Paris	43.51482	1.32523		Frollzins,Frosins,Fruzen,fu lu zan,Фрузен,弗鲁赞		76	31	311	31203
3016942	Frouville	frouville	FR	95690	394	Europe/Paris	49.15	2.15		Frouville,Fruvil',fu lu wei er,Фрувиль,Фрувіль,弗鲁维尔		11	95	953	95258
3016944	Frouard	frouard	FR	54390	7119	Europe/Paris	48.75994	6.13036		Frouard,Fruar,fu lu a er,Фруар,弗鲁阿尔		44	54	543	54215
3016945	Frotey-lès-Vesoul	frotey-les-vesoul	FR	70000	1260	Europe/Paris	47.62078	6.18831		Frotey,Frotey-les-Vesoul,Frotey-lès-Vesoul		27	70	702	70261
3016946	Frotey-lès-Lure	frotey-les-lure	FR	70200	529	Europe/Paris	47.65521	6.55294		Frote-le-Ljur,Frotey,Frotey-les-Lure,Frotey-lès-Lure,Фроте-ле-Люр		27	70	701	70260
3016947	Frossay	frossay	FR	44320	2463	Europe/Paris	47.24451	-1.93557		Frossay,Frosse,Frozieg,Fruzaium,Mont-Vineux,fu luo sai,Фроссе,弗罗赛		52	44	443	44061
3016950	Fronville	fronville	FR	52300	279	Europe/Paris	48.40362	5.15254		Fronville		44	52	523	52212
3016951	Frontonas	frontonas	FR	38290	1852	Europe/Paris	45.64487	5.19701		Frontas,Frontonas		84	38	382	38176
3016953	Fronton	fronton	FR	31620	4397	Europe/Paris	43.84033	1.38852		Fronton		76	31	313	31202
3016954	Frontignan-Savès	frontignan-saves	FR	31230	56	Europe/Paris	43.39666	0.921		Frontignan,Frontignan-Saves,Frontignan-Savès		76	31	312	31201
3016955	Frontignan-de-Comminges	frontignan-de-comminges	FR	31510	83	Europe/Paris	42.97044	0.6591		Frontignan,Frontignan-de-Comminges		76	31	312	31200
3016956	Frontignan	frontignan	FR	34110	22251	Europe/Paris	43.44775	3.75524		Frontignan,Frontin'jan,Frontinan,Frontinhan,Frontinianum,frwntynyan,fu long di ni ang,furontinyan,Фронтиньян,Фронтињан,Фронтіньян,فرونتینیان,フロンティニャン,弗龙蒂尼昂		76	34	343	34108
3016957	Frontenex	frontenex	FR	73460	1732	Europe/Paris	45.63335	6.31168		Frontenex,Frontenex-Villard-Rosset		84	73	731	73121
3016959	Frontenay-Rohan-Rohan	frontenay-rohan-rohan	FR	79270	2753	Europe/Paris	46.25276	-0.53833		Frontenay,Frontenay Rohan-Rohan,Frontene-Roan-Roan,Fronteniacum,Фронтене-Роан-Роан		75	79	792	79130
3016960	Frontenay	frontenay	FR	39210	160	Europe/Paris	46.78523	5.61367		Frontenay		27	39	392	39244
3016961	Frontenaud	frontenaud	FR	71580	701	Europe/Paris	46.55248	5.2923		Frontenaud		27	71	714	71209
3016964	Frontenas	frontenas	FR	69620	869	Europe/Paris	45.92561	4.61816		Frontenas		84	69	692	69090
3016965	Frontenard	frontenard	FR	71270	225	Europe/Paris	46.91305	5.15761		Frontenar,Frontenard,Фронтенар		27	71	714	71208
3016966	Frontenac	frontenac	FR	33760	705	Europe/Paris	44.73816	-0.16261		Frontenac		75	33	333	33175
3016967	Frontenac	frontenac	FR	33760	81	Europe/Paris	44.53928	1.9711		Frontenac		76	46	462	46116
3016969	Fronsac	fronsac	FR	31440	1027	Europe/Paris	44.92402	-0.27226		Fronsac		75	33	335	33174
3016970	Fronsac	fronsac	FR	31440	251	Europe/Paris	42.95235	0.64876		Fronsac		76	31	312	31199
3016973	Froncles	froncles	FR	52320	1667	Europe/Paris	48.29756	5.14586		Froncles,Fronkl',fu long ke lai,Фронкль,弗龙克莱		44	52	521	52211
3016974	Fromy	fromy	FR	08370	0	Europe/Paris	49.59728	5.25102		Fromy		44	08	083	08184
3016978	Fromont	fromont	FR	77760	174	Europe/Paris	48.25482	2.50026		Fromont		11	77	774	77198
3016979	Fromezey	fromezey	FR	55400	63	Europe/Paris	49.21387	5.58439		Fromezey		44	55	553	55201
3016980	Fromeréville-les-Vallons	fromereville-les-vallons	FR	55100	231	Europe/Paris	49.15951	5.28682		Fromereville,Fromereville-les-Vallons,Fromerville,Fromeréville,Fromeréville-les-Vallons		44	55	553	55200
3016984	Fromentières	fromentieres	FR	51210	320	Europe/Paris	48.88977	3.70513		Fromentieres,Fromentières		44	51	512	51263
3016985	Fromentières	fromentieres	FR	51210	786	Europe/Paris	47.86391	-0.66698		Fromentieres,Fromentières		52	53	531	53101
3016991	Fromelles	fromelles	FR	59249	898	Europe/Paris	50.60704	2.8534		Fromel',Fromelles,fu luo mei lei,Фромель,弗罗梅勒		32	59	595	59257
3016992	Fromelennes	fromelennes	FR	08600	1137	Europe/Paris	50.12333	4.85952		Fromelennes		44	08	081	08183
3016993	Frolois	frolois	FR	21150	576	Europe/Paris	48.56502	6.1259		Acraigne,Frolois,Frolua,fu luo lu wa,Фролуа,弗罗卢瓦		44	54	543	54214
3016994	Frôlois	frolois	FR	21150	194	Europe/Paris	47.52976	4.63167		Frolois,Frôlois		27	21	213	21288
3016995	Froissy	froissy	FR	60480	0	Europe/Paris	49.92299	2.72493		Froissy		32	80	804	80593
3016996	Froissy	froissy	FR	60480	946	Europe/Paris	49.56775	2.2223		Frissiacum,Froissy,Fruassi,fu lu wa xi,Фруасси,Фруассі,弗鲁瓦西		32	60	602	60265
3016999	Froidos	froidos	FR	55120	85	Europe/Paris	49.06148	5.12154		Froidos		44	55	553	55199
3017000	Froidmont-Cohartille	froidmont-cohartille	FR	02270	193	Europe/Paris	49.68765	3.70914		Froidmont,Froidmont-Cohartille		32	02	022	02338
3017003	Froidfond	froidfond	FR	85300	1001	Europe/Paris	46.86921	-1.75908		Froidfond		52	85	853	85095
3017004	Froideville	froideville	FR	39230	0	Europe/Paris	47.42917	4.79166				27	21	212	21561
3017005	Froideville	froideville	FR	39230	53	Europe/Paris	46.80915	5.48517		Froideville		27	39	392	39577
3017006	Froidevaux	froidevaux	FR	25190	74	Europe/Paris	47.29906	6.69084		Froidevaux		27	25	252	25261
3017008	Froideterre	froideterre	FR	70200	324	Europe/Paris	47.70761	6.53113		Froideterre,Fruadter,Fruadterr,Фруадтер,Фруадтерр		27	70	701	70259
3017009	Froidestrées	froidestrees	FR	02260	219	Europe/Paris	49.9421	3.90543		Froidestrees,Froidestress,Froidestrées,Froidestréss		32	02	025	02337
3017010	Froidefontaine	froidefontaine	FR	90140	462	Europe/Paris	47.56513	6.94445		Froidefontaine,Fruadfonten,fu lu wa de feng tai na,Фруадфонтен,弗鲁瓦德丰泰纳		27	90	901	90051
3017011	Froidefontaine	froidefontaine	FR	90140	0	Europe/Paris	46.78675	6.10874		Froidefontaine		27	39	392	39331
3017012	Froideconche	froideconche	FR	70300	1959	Europe/Paris	47.82121	6.41523		Froideconche		27	70	701	70258
3017014	Frohmuhl	frohmuhl	FR	67290	223	Europe/Paris	48.90936	7.28024				44	67	674	67148
3017016	Frohen-sur-Authie	frohen-sur-authie	FR	80370	177	Europe/Paris	50.2	2.2		Frohen-le-Grand		32	80	802	80369
3017017	Froges	froges	FR	38190	3522	Europe/Paris	45.27377	5.92098		Froges		84	38	381	38175
3017018	Frœschwiller	fr-schwiller	FR	67360	519	Europe/Paris	48.94416	7.72163		Froeschwiller,Frœschwiller		44	67	672	67147
3017021	Frocourt	frocourt	FR	60000	543	Europe/Paris	49.38273	2.08465		Frocourt		32	60	601	60264
3017022	Froberville	froberville	FR	76400	840	Europe/Paris	49.72217	0.33387		Froberville		28	76	762	76291
3017023	Frizon	frizon	FR	88440	0	Europe/Paris	48.28333	6.36667		Frizon-la-Haute		44	88	881	88190
3017024	Friville-Escarbotin	friville-escarbotin	FR	80130	4852	Europe/Paris	50.08602	1.5456		Freuvile-Esquerbotin,Freuvile-Ésquérbotin,Frivil'-Ehskarboten,Frivil'-Eskarboten,Friville,Friville-Escarbotin,fu li wei er-ai si ka bo tan,furivu~iru=esukarubotan,Фривиль-Эскарботен,Фривіль-Ескарботен,フリヴィル＝エスカルボタン,弗里维尔-埃斯卡博坦		32	80	801	80368
3017025	Frise	frise	FR	80340	160	Europe/Paris	49.94192	2.81808		Frise		32	80	804	80367
3017034	Frignicourt	frignicourt	FR	51300	1778	Europe/Paris	48.69966	4.59153		Frignicourt		44	51	514	51262
3017035	Freix-Anglards	freix-anglards	FR	15310	0	Europe/Paris	45.02152	2.38598		Freix-Anglards,Friex-Anglard,Friex-Anglards		84	15	151	15072
3017036	Friesenheim	friesenheim	FR	67860	527	Europe/Paris	48.30929	7.67095		Friesene,Frizenajm,frysynhym,fu li ye se nan,Фризенайм,فريسينهيم,弗里耶瑟南		44	67	675	67146
3017037	Friesen	friesen	FR	68580	543	Europe/Paris	47.56491	7.15068		Friesen,Frizen,fu li ye sang,Фризен,弗里耶桑		44	68	681	68098
3017038	Frières-Faillouël	frieres-faillouel	FR	02700	820	Europe/Paris	49.68808	3.24334		Frier-Fajuehl',Frier-Fajuel',Frieres,Frieres-Faillouel,Frières,Frières-Faillouël,fu li ye er-fa you ai lei,Фриер-Файуэль,Фрієр-Фаюель,弗里耶尔-法尤埃勒		32	02	022	02336
3017040	Friedolsheim	friedolsheim	FR	67490	226	Europe/Paris	48.70643	7.48504				44	67	674	67145
3017041	Fricourt	fricourt	FR	80300	461	Europe/Paris	49.99811	2.71357		Fricourt,Frikur,fu li ku er,Фрикур,弗里库尔		32	80	804	80366
3017042	Fricourt	fricourt	FR	80300	0	Europe/Paris	49.59205	1.65633				28	76	761	76345
3017043	Frichemesnil	frichemesnil	FR	76690	395	Europe/Paris	49.62302	1.13885		Frichemesnil		28	76	763	76290
3017044	Fricamps	fricamps	FR	80290	0	Europe/Paris	49.8195	1.9979				32	80	802	80365
3017047	Fribourg	fribourg	FR	57810	179	Europe/Paris	48.7666	6.85959				44	57	575	57241
3017048	Friauville	friauville	FR	54800	270	Europe/Paris	49.14588	5.84187		Friauville		44	54	541	54213
3017050	Friaucourt	friaucourt	FR	80460	690	Europe/Paris	50.08874	1.47646		Friaucourt		32	80	801	80364
3017051	Friardel	friardel	FR	14290	208	Europe/Paris	49.00167	0.39039		Friardel		28	14	143	14740
3017052	Friaize	friaize	FR	28240	201	Europe/Paris	48.43139	1.1345		Friaize		24	28	284	28166
3017057	Freyssenet	freyssenet	FR	07000	0	Europe/Paris	44.86684	3.90861		Freycenet,Freyssenet		84	43	432	43008
3017058	Freyssenet	freyssenet	FR	07000	51	Europe/Paris	44.68233	4.54159		Freissenet,Freyssenet		84	07	072	07092
3017059	Freyming-Merlebach	freyming-merlebach	FR	57800	14507	Europe/Paris	49.15	6.78333		Freyming,Merlebach		44	57	573	57240
3017063	Freychenet	freychenet	FR	09300	0	Europe/Paris	42.9084	1.7207				76	09	091	09126
3017064	Freycenet-la-Tour	freycenet-la-tour	FR	43150	156	Europe/Paris	44.93899	4.05961		Freycenet,Freycenet-la-Tour		84	43	432	43098
3017065	Freycenet-la-Cuche	freycenet-la-cuche	FR	43150	151	Europe/Paris	44.89434	4.08772		Freycenet,Freycenet-la-Cuche		84	43	432	43097
3017072	Freybouse	freybouse	FR	57660	337	Europe/Paris	49.003	6.77847		Freybouse		44	57	573	57239
3017073	Frévin-Capelle	frevin-capelle	FR	62690	444	Europe/Paris	50.34841	2.6348		Frevin-Capelle,Frévin-Capelle		32	62	621	62363
3017074	Frévillers	frevillers	FR	62127	257	Europe/Paris	50.39777	2.52083		Frevillers,Frévillers		32	62	621	62362
3017075	Fréville-du-Gâtinais	freville-du-gatinais	FR	45270	181	Europe/Paris	48.02402	2.4431		Frevil'-dju-Gatine,Freville,Freville-du-Gatinais,Fréville,Fréville-du-Gâtinais,fu lei wei er di jia di nai,Фревіль-дю-Гатіне,弗雷维尔迪加蒂奈		24	45	451	45150
3017076	Fréville	freville	FR	76190	0	Europe/Paris	49.5678	0.83264		Freville,Fréville		28	76	763	76289
3017077	Fréville	freville	FR	76190	0	Europe/Paris	49.54644	0.15502				28	76	762	76447
3017078	Fréville	freville	FR	76190	132	Europe/Paris	48.32528	5.60949		Freville,Fréville		44	88	882	88189
3017079	Fréville	freville	FR	76190	0	Europe/Paris	48.15456	1.27057				24	28	282	28211
3017080	Frévent	frevent	FR	62270	4077	Europe/Paris	50.27608	2.28725		Freuvint,Frevan,Frevent,Frévent,fryfynt,fu lei wang,Фреван,فريفينت,弗雷旺		32	62	621	62361
3017081	Frévent	frevent	FR	62270	0	Europe/Paris	49.65261	1.68243				28	76	761	76343
3017084	Freulleville	freulleville	FR	76510	343	Europe/Paris	49.82632	1.23584		Freulleville		28	76	761	76288
3017089	Fretterans	fretterans	FR	71270	301	Europe/Paris	46.92115	5.28882		Fretteran,Fretterans,Фреттеран		27	71	714	71207
3017090	Frettemeule	frettemeule	FR	80220	0	Europe/Paris	50.01667	1.65		Frecmole,Frettmel',Frécmole,fu lei te mo lei,Фреттмель,弗雷特默勒		32	80	801	80362
3017092	Frettecuisse	frettecuisse	FR	80140	69	Europe/Paris	49.92449	1.8097		Fertchuiche,Frettecuisse,Frettkviss,Fèrtchuiche,fu lei te qu si,Фреттквісс,弗雷特屈斯		32	80	802	80361
3017094	Frétoy-le-Château	fretoy-le-chateau	FR	60640	202	Europe/Paris	49.66096	2.98041		Fretoy,Fretoy-le-Chateau,Frétoy,Frétoy-le-Château		32	60	603	60263
3017097	Frétoy	fretoy	FR	77320	123	Europe/Paris	48.70508	3.19721		Fretoy,Frétoy		11	77	773	77197
3017100	Fretin	fretin	FR	59273	3048	Europe/Paris	50.55745	3.13668		Fretin		32	59	595	59256
3017102	Frétigny	fretigny	FR	28480	441	Europe/Paris	48.37323	0.97004		Fretigny,Frétigny		24	28	284	28331
3017103	Fretigney-et-Velloreille	fretigney-et-velloreille	FR	70130	640	Europe/Paris	47.48333	5.93333		Fretigney,Frétigney		27	70	702	70257
3017104	Fréthun	frethun	FR	62185	1229	Europe/Paris	50.91729	1.82505		Freten,Frethun,Fréthun,frythwn,fu lei tan,Фретен,فريثون,弗雷坦		32	62	626	62360
3017106	Fréteval	freteval	FR	41160	926	Europe/Paris	47.89014	1.20817		Freteval,Freteval',Fréteval,fu lei te wa,Фретеваль,弗雷特瓦		24	41	412	41095
3017108	Fréterive	freterive	FR	73250	469	Europe/Paris	45.58552	6.20871		Freterive,Fréterive		84	73	732	73120
3017114	Fresville	fresville	FR	50310	369	Europe/Paris	49.43857	-1.35583		Fresville		28	50	502	50194
3017116	Freissinières	freissinieres	FR	05310	0	Europe/Paris	44.75386	6.53727		Fraissiniera,Freissinieres,Freissinières,Fressin'er,Fressinieres,Fressinières,fu lei xi ni ai,Фрессиньер,Фрессіньєр,弗雷西尼埃		93	05	051	05058
3017118	Fressines	fressines	FR	79370	0	Europe/Paris	46.3221	-0.2962				75	79	792	79129
3017121	Fressin	fressin	FR	62140	579	Europe/Paris	50.45	2.05		Farsin,Fressen,Fressin,frysyn,fu lei sang,Фрессен,فريسين,弗雷桑		32	62	624	62359
3017123	Fressies	fressies	FR	59268	523	Europe/Paris	50.25589	3.19451		Fressies		32	59	592	59255
3017124	Fresse-sur-Moselle	fresse-sur-moselle	FR	88160	2219	Europe/Paris	47.87589	6.78589		Fress-sjur-Mozel',Fresse,Fresse-sur-Moselle,mo ze er he pan fu lei sai,Фресс-сюр-Мозель,摩泽尔河畔弗雷塞		44	88	881	88188
3017179	Fresnes	fresnes	FR	02380	83	Europe/Paris	47.76105	3.99225		Fren,Fresnes,Френ		27	89	892	89183
3017127	Fressenneville	fressenneville	FR	80390	2400	Europe/Paris	50.06838	1.57816		Fressenneville		32	80	801	80360
3017128	Fresselines	fresselines	FR	23450	668	Europe/Paris	46.38287	1.68276		Fresselines		75	23	232	23087
3017131	Fresse	fresse	FR	70270	649	Europe/Paris	47.7625	6.63279		Fres,Fress,Fresse,Фрес,Фресс		27	70	701	70256
3017132	Fresse	fresse	FR	70270	0	Europe/Paris	45.7007	2.77847				84	63	633	63274
3017136	Fressancourt	fressancourt	FR	02800	183	Europe/Paris	49.63249	3.42571		Fressancourt		32	02	022	02335
3017137	Fressain	fressain	FR	59234	951	Europe/Paris	50.2873	3.19416		Fressain		32	59	593	59254
3017138	Fressac	fressac	FR	30170	93	Europe/Paris	43.99724	3.92449		Fressac		76	30	303	30119
3017139	Fresquiennes	fresquiennes	FR	76570	0	Europe/Paris	49.56667	1.01667				28	76	763	76287
3017141	Frespech	frespech	FR	47140	289	Europe/Paris	44.31005	0.82497		Frespech		75	47	473	47105
3017142	Fresnoy-lès-Roye	fresnoy-les-roye	FR	80700	271	Europe/Paris	49.73714	2.77559		Fresnoy,Fresnoy-les-Roye,Fresnoy-lès-Roye		32	80	803	80359
3017143	Fresnoy-le-Luat	fresnoy-le-luat	FR	60800	449	Europe/Paris	49.21019	2.76844		Fresnoy,Fresnoy-le-Luat		32	60	604	60261
3017144	Fresnoy-le-Grand	fresnoy-le-grand	FR	02230	3013	Europe/Paris	49.94757	3.41841		Frenua-le-Gran,Fresnot-el-Grind,Fresnoy,Fresnoy-le-Grand,Frésnot-él-Grind,da fu lei nu wa,Френуа-ле-Гран,大弗雷努瓦		32	02	023	02334
3017145	Fresnoy-le-Château	fresnoy-le-chateau	FR	10270	226	Europe/Paris	48.20928	4.2235		Fresnoy,Fresnoy-le-Chateau,Fresnoy-le-Château		44	10	103	10162
3017146	Fresnoy-la-Rivière	fresnoy-la-riviere	FR	60127	660	Europe/Paris	49.28549	2.91717		Frenua-la-River,Fresnoy,Fresnoy-la-Riviere,Fresnoy-la-Rivière,fu lei si nu wa la li wei ai,Френуа-ла-Ривєр,弗雷斯努瓦拉里维埃		32	60	604	60260
3017147	Fresnoy-Folny	fresnoy-folny	FR	76660	659	Europe/Paris	49.88835	1.4282		Fresnoy,Fresnoy-Folny		28	76	761	76286
3017149	Fresnoy-en-Thelle	fresnoy-en-thelle	FR	60530	856	Europe/Paris	49.20036	2.26954		Fresnoy,Fresnoy-en-Thelle		32	60	604	60259
3017150	Fresnoy-en-Gohelle	fresnoy-en-gohelle	FR	62580	203	Europe/Paris	50.36587	2.89078		Frenoe-in-Gohelle,Frenua-an-Goel',Fresnoy,Fresnoy-en-Gohelle,Frénoé-in-Gohelle,frysnwy an jwhyl,fu lei nu wa ang ge ai lei,Френуа-ан-Гоель,فريسنوي إن جوهيل,弗雷努瓦昂戈埃勒		32	62	621	62358
3017151	Fresnoy-en-Chaussée	fresnoy-en-chaussee	FR	80110	112	Europe/Paris	49.77331	2.5861		Fresnoy,Fresnoy-en-Chaussee,Fresnoy-en-Chaussée		32	80	803	80358
3017153	Fresnoy-au-Val	fresnoy-au-val	FR	80290	228	Europe/Paris	49.83517	2.05636		Fresnoy,Fresnoy-au-Val		32	80	802	80357
3017154	Fresnoy-Andainville	fresnoy-andainville	FR	80140	81	Europe/Paris	49.91116	1.79389		Fresnoy,Fresnoy-Andainville		32	80	802	80356
3017156	Fresnoy	fresnoy	FR	62770	68	Europe/Paris	50.3676	2.12909		Fresnoy		32	62	624	62357
3017158	Fresnois-la-Montagne	fresnois-la-montagne	FR	54260	390	Europe/Paris	49.49406	5.64681		Fresnois,Fresnois-la-Montagne		44	54	541	54212
3017159	Fresnières	fresnieres	FR	60310	131	Europe/Paris	49.62162	2.81337		Fresnieres,Fresnières		32	60	603	60258
3017160	Fresnicourt-le-Dolmen	fresnicourt-le-dolmen	FR	62150	872	Europe/Paris	50.41853	2.60026		Frenikur-le-Dol'man,Fresnicourt,Fresnicourt-l'Dolmen,Fresnicourt-le-Dolmen,Fresnicourt-l’Dolmén,frysnykwrt ly dwlmn,fu lei ni ku er lei duo er mang,Френикур-ле-Дольман,Френікур-ле-Дольман,فريسنيكورت لي دولمن,弗雷尼库尔勒多尔芒		32	62	622	62356
3017161	Fresney-le-Vieux	fresney-le-vieux	FR	14220	216	Europe/Paris	49.00494	-0.38913		Fresney,Fresney-le-Vieux		28	14	142	14291
3017162	Fresney-le-Puceux	fresney-le-puceux	FR	14680	685	Europe/Paris	49.06272	-0.3697		Fresney,Fresney-le-Puceux		28	14	142	14290
3017163	Fresney	fresney	FR	27220	218	Europe/Paris	48.95072	1.30337		Fresney		28	27	273	27271
3017164	Fresneville	fresneville	FR	80140	79	Europe/Paris	49.88994	1.82624		Fresneville		32	80	802	80355
3017165	Fresnes-Tilloloy	fresnes-tilloloy	FR	80140	139	Europe/Paris	49.98333	1.76667		Fren-Tijolua,Frene-Tilloloe,Fresne-Tilloloy,Fresnes-Tilloloy,Frène-Tilloloé,fu lei ne di luo lu wa,Френ-Тійолуа,弗雷讷蒂洛卢瓦		32	80	802	80354
3017166	Fresnes-sur-Marne	fresnes-sur-marne	FR	77410	480	Europe/Paris	48.93955	2.74133		Fresnes,Fresnes-sur-Marne		11	77	771	77196
3017167	Fresnes-sur-Escaut	fresnes-sur-escaut	FR	59970	7573	Europe/Paris	50.43382	3.57752		Fren-sjur-Ehsko,Fren-sjur-Esko,Fresnes,Fresnes-sur-Escaut,ai si ke he pan fu lei ne,Френ-сюр-Еско,Френ-сюр-Эско,埃斯科河畔弗雷讷		32	59	596	59253
3017168	Fresnes-sur-Apance	fresnes-sur-apance	FR	52400	167	Europe/Paris	47.94125	5.83349		Fresnes,Fresnes-sur-Apance		44	52	522	52208
3017169	Fresnes	fresnes	FR	02380	0	Europe/Paris	49.55	3.36667		Fresnes-sous-Coucy		32	02	022	02333
3017170	Fresnes-Mazancourt	fresnes-mazancourt	FR	80320	135	Europe/Paris	49.85265	2.86427		Fresnes-Mazancourt		32	80	804	80353
3017171	Fresne-lès-Reims	fresne-les-reims	FR	51110	391	Europe/Paris	49.33333	4.1				44	51	513	51075
3017245	Frémainville	fremainville	FR	95450	498	Europe/Paris	49.06667	1.86667		Fremainville,Fremenvil',Frémainville,fu lei man wei er,Фременвиль,Фременвіль,弗雷曼维尔		11	95	953	95253
3017172	Fresnes-lès-Montauban	fresnes-les-montauban	FR	62490	478	Europe/Paris	50.33263	2.93138		Fren-le-Montoban,Fresnes,Fresnes-les-Montauban,Fresnes-lès-Montauban,fryns lyh mwntwban,fu lei ne lai meng tuo bang,Френ-ле-Монтобан,فرينس ليه مونتوبان,弗雷讷莱蒙托邦		32	62	621	62355
3017173	Fresnes-en-Woëvre	fresnes-en-woevre	FR	55160	657	Europe/Paris	49.09645	5.62984		Fresnes,Fresnes-en-Woevre,Fresnes-en-Woëvre		44	55	553	55198
3017174	Fresnes-en-Tardenois	fresnes-en-tardenois	FR	02130	244	Europe/Paris	49.14619	3.55476		Fresnes,Fresnes-en-Tardenois		32	02	021	02332
3017175	Fresnes-en-Saulnois	fresnes-en-saulnois	FR	57170	163	Europe/Paris	48.84018	6.43884		Fresnes,Fresnes-en-Saulnois		44	57	575	57238
3017176	Fresnes-au-Mont	fresnes-au-mont	FR	55260	131	Europe/Paris	48.89688	5.44117		Fresnes,Fresnes-au-Mont		44	55	552	55197
3017177	Fresne-Saint-Mamès	fresne-saint-mames	FR	70130	520	Europe/Paris	47.54591	5.86093		Fresne-Saint-Mames,Fresne-Saint-Mamès,Fresnes-Saint-Mames,Fresnes-Saint-Mamès		27	70	702	70255
3017178	Fresnes	fresnes	FR	02380	24803	Europe/Paris	48.75568	2.32241		Fren,Френ		11	94	943	94034
3017180	Fresnes	fresnes	FR	02380	184	Europe/Paris	47.60762	4.43951		Fren,Fresnes,Френ		27	21	213	21287
3017181	Fresnes	fresnes	FR	02380	843	Europe/Paris	47.43488	1.41221		Fren,Fresnes,Френ		24	41	413	41094
3017182	Fresne-le-Plan	fresne-le-plan	FR	76520	517	Europe/Paris	49.41199	1.29533		Fresne,Fresne-le-Plan,Fresnes-le-Plan		28	76	763	76285
3017183	Fresne-Léguillon	fresne-leguillon	FR	60240	0	Europe/Paris	49.25	1.98333		Fresnes		32	60	601	60257
3017184	Fresne-l'Archevêque	fresne-l-archeveque	FR	27700	0	Europe/Paris	49.29089	1.40539		Fresne,Fresne-l'Archeveque,Fresne-l'Archevêque		28	27	271	27070
3017185	Fresné-la-Mère	fresne-la-mere	FR	14700	439	Europe/Paris	48.89343	-0.12149		Fresne,Fresne-la-Mere,Fresné,Fresné-la-Mère		28	14	142	14289
3017186	Fresne-Cauverville	fresne-cauverville	FR	27260	173	Europe/Paris	49.20141	0.46486		Fresne,Fresne-Cauverville		28	27	272	27269
3017187	Fresneaux-Montchevreuil	fresneaux-montchevreuil	FR	60240	752	Europe/Paris	49.28106	2.00347		Fresneaux,Fresneaux-Montchevreuil		32	60	601	60256
3017189	Fresnay-sur-Sarthe	fresnay-sur-sarthe	FR	72130	2443	Europe/Paris	48.28171	0.02148		Frene-sjur-Sart,Fresnay,Fresnay-sur-Sarthe,Френе-сюр-Сарт		52	72	722	72138
3017190	Fresnay-l'Évêque	fresnay-l-eveque	FR	28310	0	Europe/Paris	48.2665	1.82349		Fresnay,Fresnay-l'Eveque,Fresnay-l'Évêque,Fresnay-le-Sec		24	28	281	28164
3017192	Fresnay-le-Samson	fresnay-le-samson	FR	61120	110	Europe/Paris	48.88297	0.20996		Fresnay,Fresnay-le-Samson		28	61	613	61180
3017193	Fresnay-le-Long	fresnay-le-long	FR	76850	243	Europe/Paris	49.65012	1.09377		Fresnay,Fresnay-le-Long		28	76	761	76284
3017194	Fresnay-le-Gilmert	fresnay-le-gilmert	FR	28300	206	Europe/Paris	48.51412	1.41832		Fresnay,Fresnay-le-Gilmert,Fresnay-les-Cailloux		24	28	281	28163
3017195	Fresnay-le-Comte	fresnay-le-comte	FR	28360	333	Europe/Paris	48.30227	1.47695		Fresnay,Fresnay-le-Comte,Fresnay-le-Peuple		24	28	281	28162
3017197	Fresnay-en-Retz	fresnay-en-retz	FR	44580	929	Europe/Paris	47.02447	-1.87596		Frene-an-Re,Fresnay,Fresnay-en-Retz,Onnod-Raez,lei te de qu fu lei si nai,Френе-ан-Ре,雷特地区弗雷斯奈		52	44	443	44021
3017199	Fresnay	fresnay	FR	10200	0	Europe/Paris	49.44437	1.44269		Fresnay,le Fresnay		28	27	271	27664
3017200	Fresnay	fresnay	FR	10200	0	Europe/Paris	48.65719	3.93302				44	51	512	51243
3017201	Fresnay	fresnay	FR	10200	0	Europe/Paris	48.57346	0.51117				28	61	613	61373
3017202	Fresnay	fresnay	FR	10200	0	Europe/Paris	48.31371	4.75295		Fresnay		44	10	101	10161
3017205	Fresles	fresles	FR	76270	150	Europe/Paris	49.75	1.35		Freeles,Fresles		28	76	761	76283
3017208	Frépillon	frepillon	FR	95740	2399	Europe/Paris	49.05216	2.20528		Frepillon,Frépillon		11	95	951	95256
3017210	Frénois	frenois	FR	21120	0	Europe/Paris	49.68874	4.90218				44	08	083	08409
3017211	Frénois	frenois	FR	21120	57	Europe/Paris	48.18798	6.12138		Frenois,Frénois		44	88	882	88187
3017212	Frénois	frenois	FR	21120	68	Europe/Paris	47.52969	4.8919		Frenois,Frénois		27	21	212	21286
3017215	Fréniches	freniches	FR	60640	266	Europe/Paris	49.67174	3.00368		Freniches,Fréniches		32	60	603	60255
3017216	Freney	freney	FR	73500	91	Europe/Paris	45.19504	6.62648		Freney,Freney-Voltaire,Trenney		84	73	733	73119
3017217	Freneuse-sur-Risle	freneuse-sur-risle	FR	27290	357	Europe/Paris	49.25223	0.67336		Freneuse,Freneuse-sur-Risle,Frenez-sjur-Ril',Fréneuse,li si er he pan fu lei na si,Френез-сюр-Риль,里斯尔河畔弗雷纳斯		28	27	272	27267
3017218	Freneuse	freneuse	FR	76410	974	Europe/Paris	49.31667	1.08333		Freneuse		28	76	763	76282
3017219	Freneuse	freneuse	FR	76410	3634	Europe/Paris	49.04832	1.60168		Freneuse		11	78	781	78255
3017220	Frênes	frenes	FR	61800	714	Europe/Paris	48.78464	-0.6819		Frenes,Frênes		28	61	612	61486
3017221	Frenelle-la-Petite	frenelle-la-petite	FR	88500	52	Europe/Paris	48.35024	6.06424		Frenelle-la-Petite		44	88	882	88186
3017222	Frenelle-la-Grande	frenelle-la-grande	FR	88500	124	Europe/Paris	48.35579	6.08553		Frenelle-la-Grande		44	88	882	88185
3017226	Frencq	frencq	FR	62630	725	Europe/Paris	50.56067	1.69928		Frencq		32	62	624	62354
3017231	Frémonville	fremonville	FR	54450	0	Europe/Paris	48.59604	6.88918		Fremonville,Frémonville		44	54	542	54211
3017232	Frémontiers	fremontiers	FR	80160	0	Europe/Paris	49.75	2.06667		Fremont'e,Fremontiers,Fremontyi,Frémontiers,Frémontyi,fu lei meng di ye er,Фремонтьє,弗雷蒙蒂耶尔		32	80	802	80352
3017236	Fremifontaine	fremifontaine	FR	88600	369	Europe/Paris	48.26667	6.68333		Upper Fremifontaine		44	88	883	88184
3017237	Frémicourt	fremicourt	FR	62450	296	Europe/Paris	50.11014	2.90307		Fremicourt,Frémicourt		32	62	621	62353
3017238	Frémestroff	fremestroff	FR	57660	317	Europe/Paris	49.01727	6.78096		Fremestroff,Frémestroff		44	57	573	57237
3017239	Frémery	fremery	FR	57590	67	Europe/Paris	48.91888	6.47296		Fremery,Frémery		44	57	575	57236
3017240	Frémeréville-sous-les-Côtes	fremereville-sous-les-cotes	FR	55200	78	Europe/Paris	48.80159	5.65448		Fremereville,Fremereville-sous-les-Cotes,Frémereville,Frémeréville-sous-les-Côtes		44	55	552	55196
3017241	Fréménil	fremenil	FR	54450	0	Europe/Paris	48.56512	6.71185		Fremenil,Fréménil		44	54	542	54210
3017242	Frémécourt	fremecourt	FR	95830	491	Europe/Paris	49.11966	2.00132		Fremecourt,Fremekur,Frémécourt,fu lei mei ku er,Фремекур,弗雷梅库尔		11	95	953	95254
3017248	Frelinghien	frelinghien	FR	59236	2361	Europe/Paris	50.71667	2.93333		Freleng'jan,Frelengjan,Verlegem,fu lei lan ji an,Фреленгьян,Фреленгян,弗雷蘭吉安		32	59	595	59252
3017249	Fréland	freland	FR	68240	1371	Europe/Paris	48.17215	7.19167		Frelan,fu lei lang,Фрелан,弗雷朗		44	68	682	68097
3017252	Fréjus	frejus	FR	83370	0	Europe/Paris	44.93065	6.53716				93	05	051	05161
3017253	Fréjus	frejus	FR	83370	53098	Europe/Paris	43.43325	6.73555		FRJ,Forum Iulii,Frejus,Frejús,Frezhis,Frezhjus,Frezhus,Fréjus,frzhw,fu lei rui si,furejusu,peulejwiseu,Фрежис,Фрежус,Фрежюс,فرژو,フレジュス,弗雷瑞斯,프레쥐스		93	83	831	83061
3017254	Fréjeville	frejeville	FR	81570	507	Europe/Paris	43.61057	2.14166		Frejeville,Fréjeville		76	81	812	81098
3017255	Fréjairolles	frejairolles	FR	81990	1143	Europe/Paris	43.88094	2.23151		Frejairolles,Fréjairolles		76	81	811	81097
3017256	Freistroff	freistroff	FR	57320	885	Europe/Paris	49.28186	6.48996		Freistroff		44	57	573	57235
3017259	Freigné	freigne	FR	49440	1045	Europe/Paris	47.54858	-1.12274		Freigne,Freigné,Fren'e,fu lei nie,Френьє,弗雷涅		52	44	445	44180
3017261	Frégouville	fregouville	FR	32490	212	Europe/Paris	43.5885	0.95418		Fregouville,Frégouville		76	32	321	32134
3017262	Frégimont	fregimont	FR	47360	195	Europe/Paris	44.27738	0.45818		Fregimont,Frégimont		75	47	471	47104
3017264	Frédille	fredille	FR	36180	76	Europe/Paris	47	1.46667		Fredij,fu lei di er,Фредий,Фредій,弗雷迪尔		24	36	362	36080
3017267	Frédéric-Fontaine	frederic-fontaine	FR	70200	189	Europe/Paris	47.65613	6.62758		Frederic-Fontaine,Frederik-Fonten,Frédéric-Fontaine,Фредерик-Фонтен		27	70	701	70254
3017270	Frécourt	frecourt	FR	52360	0	Europe/Paris	49.07837	6.4208				44	57	579	57648
3017271	Frécourt	frecourt	FR	52360	87	Europe/Paris	47.9511	5.45761		Frecourt,Frécourt		44	52	522	52207
3017273	Fréchou-Fréchet	frechou-frechet	FR	65190	116	Europe/Paris	43.17663	0.16115		Frechou,Frechou-Frechet,Freshu-Freshe,Freshu-Freshet,Fréchou,Fréchou-Fréchet,Hreisho e Hreishet,Hrèisho e Hreishet,fu lei shu fu lei xie,Фрешу-Фреше,Фрешу-Фрешет,弗雷舒弗雷谢		76	65	653	65181
3017274	Fréchou	frechou	FR	47600	261	Europe/Paris	44.08514	0.32064		Frechou,Fréchou,Le Frechou		75	47	474	47103
3017276	Fréchet-Aure	frechet-aure	FR	65240	11	Europe/Paris	42.93144	0.37145		Frechet,Frechet-Aure,Fréchet,Fréchet-Aure		76	65	652	65180
3017277	Fréchendets	frechendets	FR	65130	23	Europe/Paris	43.06224	0.23992		Frechendets,Fréchendets		76	65	652	65179
3017278	Fréchencourt	frechencourt	FR	80260	231	Europe/Paris	49.96619	2.44405		Ferchincourt,Frechencourt,Freshankur,Fréchencourt,Fèrchincourt,fu lei shang ku er,Фрешанкур,弗雷尚库尔		32	80	802	80351
3017279	Fréchède	frechede	FR	65220	40	Europe/Paris	43.36687	0.25833		Frechede,Fréchède		76	65	653	65178
3017282	Frébuans	frebuans	FR	39570	358	Europe/Paris	46.65229	5.48585		Frebuans,Frébuans		27	39	392	39241
3017283	Frebécourt	frebecourt	FR	88630	307	Europe/Paris	48.39292	5.67298		Frebecourt,Frebécourt		44	88	882	88183
3017284	Fréauville	freauville	FR	76660	146	Europe/Paris	49.8249	1.41581		Freauville,Fréauville		28	76	761	76280
3017286	Frazé	fraze	FR	28160	513	Europe/Paris	48.26112	1.10026		Fraze,Frazé,fu la ze,Фразе,弗拉泽		24	28	284	28161
3017287	Frayssinhes	frayssinhes	FR	46400	203	Europe/Paris	44.87755	1.93768		Frayssinhes		76	46	462	46115
3017288	Frayssinet-le-Gélat	frayssinet-le-gelat	FR	46250	413	Europe/Paris	44.58255	1.16357		Fraissinet lo Gelat,Frayssinet,Frayssinet-le-Gelat,Frayssinet-le-Gélat,Fressine-le-Zhelat,fu lai xi nei lai re la,Фрессіне-ле-Желат,弗赖西内莱热拉		76	46	463	46114
3017289	Frayssinet	frayssinet	FR	46310	295	Europe/Paris	44.66237	1.48245		Frayssinet		76	46	463	46113
3017290	Fraissines	fraissines	FR	81340	0	Europe/Paris	43.96588	2.5152		Fraissines,Frayssines		76	81	811	81094
3017293	Fravaux	fravaux	FR	10200	57	Europe/Paris	48.23699	4.63872		Fravaux		44	10	101	10160
3017294	Frausseilles	frausseilles	FR	81170	90	Europe/Paris	44.02816	1.92984		Frausseilles		76	81	811	81095
3017295	Frauenberg	frauenberg	FR	57200	586	Europe/Paris	49.13624	7.12584				44	57	576	57234
3017297	Frasseto	frasseto	FR	20157	124	Europe/Paris	41.89612	9.02214		Frasseto		94	2A	2A1	2A119
3017302	Frasnoy	frasnoy	FR	59530	290	Europe/Paris	50.26908	3.68019		Frasnoy		32	59	591	59251
3017303	Frasne-le-Château	frasne-le-chateau	FR	70700	240	Europe/Paris	47.46522	5.89566		Frasne,Frasne-le-Chateau,Frasne-le-Château		27	70	702	70253
3017305	Frasne-les-Meulières	frasne-les-meulieres	FR	39290	117	Europe/Paris	47.2	5.5				27	39	391	39238
3017306	Frasne	frasne	FR	25560	1696	Europe/Paris	46.85641	6.1594		Fran,Frasne,fu la si en,Фран,弗拉斯恩		27	25	253	25259
3017307	Frasnay-Reugny	frasnay-reugny	FR	58270	87	Europe/Paris	47	3.51131		Frasnay,Frasnay-Reugny		27	58	583	58119
3017309	Fraroz	fraroz	FR	39250	51	Europe/Paris	46.73512	6.09021		Fraroz		27	39	392	39237
3017310	Fraquelfing	fraquelfing	FR	57790	110	Europe/Paris	48.63937	6.98915		Fraquelfing		44	57	575	57233
3017313	Frapelle	frapelle	FR	88490	210	Europe/Paris	48.29308	7.0605		Frapelle		44	88	883	88182
3017314	Franxault	franxault	FR	21170	415	Europe/Paris	47.05331	5.27528		Franxault		27	21	211	21285
3017315	Franvillers	franvillers	FR	80800	497	Europe/Paris	49.96499	2.50606		Franvillers		32	80	802	80350
3017316	Fransures	fransures	FR	80160	108	Europe/Paris	49.71366	2.23237		Fransures		32	80	803	80349
3017317	Fransu	fransu	FR	80620	106	Europe/Paris	50.10966	2.09287		Fransu		32	80	802	80348
3017318	Fransèches	franseches	FR	23480	265	Europe/Paris	46.01921	2.04937		Franseches,Fransèches		75	23	232	23086
3017319	Fransart	fransart	FR	80700	124	Europe/Paris	49.76665	2.77063		Fransart		32	80	804	80347
3017320	Frans	frans	FR	01480	2023	Europe/Paris	45.99291	4.7782		Frans		84	01	012	01166
3017323	Franqueville	franqueville	FR	02140	161	Europe/Paris	50.09556	2.10559		Franqueville		32	80	802	80346
3017324	Franqueville	franqueville	FR	02140	122	Europe/Paris	49.80997	3.80977		Franqueville		32	02	025	02331
3017325	Franqueville-Saint-Pierre	franqueville-saint-pierre	FR	76520	0	Europe/Paris	49.401	1.1807				28	76	763	76475
3017326	Franqueville	franqueville	FR	02140	0	Europe/Paris	49.17372	0.68912		Franqueville		28	27	272	27266
3017520	Fourg	fourg	FR	25440	268	Europe/Paris	47.09848	5.81112		Fourg		27	25	251	25253
3017327	Franquevielle	franquevielle	FR	31210	347	Europe/Paris	43.13541	0.53091		Franquevielle		76	31	312	31197
3017329	Framont	framont	FR	70600	0	Europe/Paris	47.58333	5.58333				27	70	702	70252
3017330	Franois	franois	FR	25770	1844	Europe/Paris	47.23055	5.92869		Franois		27	25	251	25258
3017331	Franleu	franleu	FR	80210	532	Europe/Paris	50.0989	1.64095		Franle,Franleu,fu lang lei,Франле,弗朗勒		32	80	801	80345
3017332	Franken	franken	FR	68130	300	Europe/Paris	47.60252	7.35488		Franken		44	68	681	68096
3017333	Frangy-en-Bresse	frangy-en-bresse	FR	71330	578	Europe/Paris	46.73333	5.33333		Frangy-en-Bresse,Franzhi an Bres,Franzhi-an-Bress,Франжи ан Брес,Франжи-ан-Бресс,Франжі-ан-Бресс		27	71	714	71205
3017334	Frangy	frangy	FR	74270	1779	Europe/Paris	46.02	5.9322		Frangy,Franzhi,Franzi,Franži,Frengi,Fringiacum,Франжи,Франжі		84	74	743	74131
3017335	Franey	franey	FR	25170	246	Europe/Paris	47.26214	5.81715		Franey		27	25	251	25257
3017336	Francueil	francueil	FR	37150	986	Europe/Paris	47.31282	1.08399		Francueil		24	37	373	37110
3017337	Francs	francs	FR	33570	206	Europe/Paris	44.94763	-0.00635		Francs		75	33	335	33173
3017338	Francourville	francourville	FR	28700	802	Europe/Paris	48.40588	1.66004		Francourville		24	28	281	28160
3017339	Francourt	francourt	FR	70180	121	Europe/Paris	47.65025	5.74384		Francourt		27	70	702	70251
3017340	Francoulès	francoules	FR	46090	224	Europe/Paris	44.54338	1.48928		Francoules,Francoulès		76	46	461	46112
3017341	Franconville	franconville	FR	54830	34284	Europe/Paris	48.98333	2.23333		Franconville,Franconville-la-Garenne,Franconville-la-Libre		11	95	951	95252
3017342	Franconville	franconville	FR	54830	44	Europe/Paris	48.50028	6.4515		Franconville		44	54	542	54209
3017343	Francon	francon	FR	31420	180	Europe/Paris	43.25998	0.97292		Francon		76	31	311	31196
3017345	François	francois	FR	79260	755	Europe/Paris	46.37102	-0.34598		Francois,François		75	79	792	79128
3017348	Franclens	franclens	FR	74910	362	Europe/Paris	46.04352	5.82496		Franciens,Franclens		84	74	743	74130
3017349	Francin	francin	FR	73800	832	Europe/Paris	45.49946	6.03383		Francin		84	73	732	73151
3017350	Francilly-Selency	francilly-selency	FR	02760	442	Europe/Paris	49.85279	3.22494		Francilly,Francilly-Selency		32	02	023	02330
3017351	Francillon-sur-Roubion	francillon-sur-roubion	FR	26400	149	Europe/Paris	44.62167	5.08549		Francillon,Francillon-sur-Roubion		84	26	261	26137
3017352	Francillon	francillon	FR	36110	72	Europe/Paris	46.98333	1.55		Francillon,Fransijon,fu lang xi long,Франсийон,Франсијон,Франсійон,弗朗西隆		24	36	362	36079
3017353	Francières	francieres	FR	60190	166	Europe/Paris	50.07229	1.94324		Francieres,Francières		32	80	801	80344
3017354	Francières	francieres	FR	60190	512	Europe/Paris	49.44873	2.6794		Francieres,Francières		32	60	603	60254
3017355	Francheville	francheville	FR	21440	170	Europe/Paris	48.89	4.54249		Francheville		44	51	511	51259
3017356	Francheville	francheville	FR	21440	1240	Europe/Paris	48.78647	0.84962		Francheville		28	27	272	27679
3017357	Francheville	francheville	FR	21440	294	Europe/Paris	48.73796	5.93184		Francheville		44	54	544	54208
3017358	Francheville	francheville	FR	21440	0	Europe/Paris	48.68333	0.45				28	61	613	61244
3017359	Francheville	francheville	FR	21440	0	Europe/Paris	48.6373	-0.05806		Francheville		28	61	611	61176
3017360	Francheville	francheville	FR	21440	204	Europe/Paris	47.45379	4.88188		Francheville		27	21	212	21284
3017361	Francheville	francheville	FR	21440	0	Europe/Paris	47.14199	2.67277				24	18	181	18035
3017362	Francheville	francheville	FR	21440	26	Europe/Paris	46.83867	5.49949		Francheville		27	39	392	39236
3017363	Francheville	francheville	FR	21440	12053	Europe/Paris	45.73637	4.76358		Franche-Commune,Francheville		84	69	691	69089
3017364	Franchevelle	franchevelle	FR	70200	338	Europe/Paris	47.74053	6.46198		Franchevelle,Franchevelle-et Boisderriere,Franchevelle-et Boisderrière		27	70	701	70250
3017365	Francheval	francheval	FR	08140	589	Europe/Paris	49.70091	5.04948		Francheval		44	08	083	08179
3017367	Franchesse	franchesse	FR	03160	465	Europe/Paris	46.6366	3.03656		Franchesse		84	03	032	03117
3017369	Francheleins	francheleins	FR	01090	1090	Europe/Paris	46.0744	4.8092		Francheleins		84	01	012	01165
3017375	Francescas	francescas	FR	47600	736	Europe/Paris	44.0637	0.4282		Francescas		75	47	474	47102
3017383	Francazal	francazal	FR	31260	18	Europe/Paris	43.01972	0.9975		Francazal		76	31	312	31195
3017384	Françay	francay	FR	41190	237	Europe/Paris	47.61759	1.12686		Francay,Françay,Gaulois		24	41	411	41093
3017385	Francastel	francastel	FR	60480	405	Europe/Paris	49.5898	2.14988		Francastel		32	60	601	60253
3017386	Francarville	francarville	FR	31460	172	Europe/Paris	43.58519	1.75013		Francarville		76	31	313	31194
3017388	Francaltroff	francaltroff	FR	57670	698	Europe/Paris	48.96229	6.79792		Altroff,Francaltroff,Frankal'troff,Frankaltrof,Freialtdorf,frankaltrwf,fu lang ka er te luo,Франкалтроф,Франкальтрофф,فرانکالتروف,弗朗卡尔特罗		44	57	575	57232
3017389	Francalmont	francalmont	FR	70800	133	Europe/Paris	47.84078	6.26678		Francalmont		27	70	701	70249
3017394	Frampas	frampas	FR	52220	148	Europe/Paris	48.51899	4.82155		Frampas		44	52	523	52206
3017395	Framicourt	framicourt	FR	80140	153	Europe/Paris	49.95624	1.67539		Framicourt		32	80	802	80343
3017396	Framerville-Rainecourt	framerville-rainecourt	FR	80131	303	Europe/Paris	49.86667	2.7				32	80	804	80342
3017397	Framecourt	framecourt	FR	62130	118	Europe/Paris	50.32942	2.30587		Framecourt,Framekur,Frankur,framykwrt,fu la mei ku er,Фрамекур,Франкур,فراميكورت,弗拉梅库尔		32	62	621	62352
3017398	Frambouhans	frambouhans	FR	25140	641	Europe/Paris	47.21879	6.76461		Frambouhans		27	25	252	25256
3017399	Fralignes	fralignes	FR	10110	65	Europe/Paris	48.1633	4.37486		Fralignes		44	10	103	10159
3017400	Fraize	fraize	FR	88230	3029	Europe/Paris	48.1866	6.99787		Fraize,Fraze,Frez,Traize,fu lai ci,Фрез,弗赖兹		44	88	883	88181
3017401	Fraissinet-de-Lozère	fraissinet-de-lozere	FR	48220	204	Europe/Paris	44.37637	3.7064		Fraissinet,Fraissinet-de-Lozere,Fraissinet-de-Lozère		76	48	481	48116
3017402	Fraissinet-de-Fourques	fraissinet-de-fourques	FR	48400	72	Europe/Paris	44.215	3.53892		Fraissinet,Fraissinet-de-Fourques		76	48	481	48065
3017406	Fraisse-sur-Agout	fraisse-sur-agout	FR	34330	365	Europe/Paris	43.60605	2.79741		Fraisse,Fraisse-sur-Agout,Fraïsse,Fraïsse-sur-Agout		76	34	341	34107
3017407	Fraissé-des-Corbières	fraisse-des-corbieres	FR	11360	181	Europe/Paris	42.96196	2.86002		Fraisse,Fraisse-des-Corbieres,Fraissé,Fraissé-des-Corbières		76	11	113	11157
3017408	Fraisse-Cabardès	fraisse-cabardes	FR	11600	0	Europe/Paris	43.3251	2.2724		Fraisse,Fraisse Cabardes,Fraisse Cabardés,Fraisse de Cabardes,Fraisse de Cabardés,Fres Kabarde,Fres-Kabardes,Fress-Kabardes,fu lai si ka ba er dai,Фрес Кабарде,Фрес-Кабардес,Фресс-Кабардес,弗赖斯卡巴尔代		76	11	111	11156
3017410	Fraisses	fraisses	FR	42490	3982	Europe/Paris	45.38838	4.26373		Fraisse,Fraisses,Fres,Fress,fu lai sai,Фрес,Фресс,弗赖塞		84	42	423	42099
3017411	Fraisse	fraisse	FR	24130	0	Europe/Paris	45.32279	3.89368				84	43	432	43189
3017412	Fraisse	fraisse	FR	24130	163	Europe/Paris	44.93034	0.30724		Fraisse,Fres,Fress,fu lai si,Фрес,Фресс,弗赖斯		75	24	241	24191
3017413	Fraisnes-en-Saintois	fraisnes-en-saintois	FR	54930	82	Europe/Paris	48.37495	6.0569		Fraisnes,Fraisnes-en-Saintois		44	54	543	54207
3017416	Fraisans	fraisans	FR	39700	1274	Europe/Paris	47.14857	5.76051		Fraisans		27	39	391	39235
3017417	Frais	frais	FR	90150	252	Europe/Paris	47.64659	6.98571		Frais		27	90	901	90050
3017418	Frain	frain	FR	88320	149	Europe/Paris	48.08514	5.88069		Frain		44	88	882	88180
3017419	Fraimbois	fraimbois	FR	54300	285	Europe/Paris	48.52922	6.5424		Fraimbois		44	54	542	54206
3017420	Fraillicourt	fraillicourt	FR	08220	202	Europe/Paris	49.66819	4.16244		Fraillicourt		44	08	082	08178
3017421	Fraignot-et-Vesvrotte	fraignot-et-vesvrotte	FR	21580	81	Europe/Paris	47.6529	4.9375		Fraignot,Fraignot-et-Vesvrotte		27	21	212	21283
3017422	Frahier-et-Chatebier	frahier-et-chatebier	FR	70400	1070	Europe/Paris	47.66667	6.75		Fraer-e-Shatebe,Fraje-eh-Shatb'e,Frajer et Shatebje,Фрайе-э-Шатбье,Фраєр-е-Шатебє,Фрајер ет Шатебје		27	70	701	70248
3017423	Fragnes	fragnes	FR	71530	916	Europe/Paris	46.83607	4.84452		Fragnes		27	71	712	71204
3017435	Fozzano	fozzano	FR	20143	204	Europe/Paris	41.69748	9.00165		Fozzano		94	2A	2A4	2A118
3017436	Fozières	fozieres	FR	34700	189	Europe/Paris	43.75324	3.35752		Fozieres,Fozières		76	34	342	34106
3017440	Foville	foville	FR	57420	79	Europe/Paris	48.91559	6.3227		Foville		44	57	579	57231
3017443	Fouzilhon	fouzilhon	FR	34480	165	Europe/Paris	43.5014	3.24489		Fouzilhon		76	34	341	34105
3017448	Fouvent-Saint-Andoche	fouvent-saint-andoche	FR	70600	0	Europe/Paris	47.65	5.66667		Fouvent-le-Bas		27	70	702	70247
3017451	Foussignac	foussignac	FR	16200	565	Europe/Paris	45.7135	-0.12396		Foussignac,Fusinak,Fussin'jak,fu xi ni ya ke,Фусињак,Фуссиньяк,Фуссіньяк,富西尼亚克		75	16	162	16145
3017453	Foussemagne	foussemagne	FR	90150	621	Europe/Paris	47.63586	7.00498		Foussemagne,Fusman,Fussman',fu sai ma ni,Фусмањ,Фуссмань,富塞马尼		27	90	901	90049
3017456	Foussais-Payré	foussais-payre	FR	85240	1283	Europe/Paris	46.53333	-0.68333				52	85	851	85094
3017460	Fourtou	fourtou	FR	11190	49	Europe/Paris	42.90776	2.42957		Fourtou		76	11	112	11155
3017463	Fours-en-Vexin	fours-en-vexin	FR	27630	154	Europe/Paris	49.18944	1.6018		Fours,Fours-en-Vexin		28	27	271	27213
3017469	Fours	fours	FR	33390	780	Europe/Paris	46.81679	3.72143		Fours		27	58	581	58118
3017470	Fours	fours	FR	33390	305	Europe/Paris	45.17377	-0.62954		Fours		75	33	331	33172
3017473	Fourquevaux	fourquevaux	FR	31450	810	Europe/Paris	43.50674	1.61674		Fourquevaux		76	31	313	31192
3017474	Fourqueux	fourqueux	FR	78112	4433	Europe/Paris	48.88693	2.06367		Fourqueux		11	78	783	78551
3017475	Fourques-sur-Garonne	fourques-sur-garonne	FR	47200	1254	Europe/Paris	44.44857	0.15838		Fourques,Fourques-sur-Garonne		75	47	472	47101
3017476	Fourques	fourques	FR	30300	0	Europe/Paris	44.86667	0.88333				75	24	241	24005
3017477	Fourques	fourques	FR	30300	2791	Europe/Paris	43.6945	4.60932		Fourques		76	30	302	30117
3017478	Fourques	fourques	FR	30300	950	Europe/Paris	42.58173	2.77938		Forques,Fourques		76	66	661	66084
3017480	Fouronnes	fouronnes	FR	89560	137	Europe/Paris	47.6121	3.56723		Fouronnes		27	89	891	89182
3017482	Fournoulès	fournoules	FR	15600	82	Europe/Paris	44.67644	2.2767		Fournoules,Fournoulès		84	15	151	15181
3017483	Fournols	fournols	FR	63980	510	Europe/Paris	45.51715	3.58847		Fournols,Fournols-d'Auvergne		84	63	631	63162
3017485	Fournival	fournival	FR	60130	525	Europe/Paris	49.46667	2.38333		Fournival		32	60	602	60252
3017488	Fourneville	fourneville	FR	14600	367	Europe/Paris	49.35664	0.24042		Fourneville		28	14	143	14286
3017490	Fournet-Blancheroche	fournet-blancheroche	FR	25140	274	Europe/Paris	47.16786	6.82209		Fournet,Fournet-Blancheroche		27	25	252	25255
3017491	Fournes-en-Weppes	fournes-en-weppes	FR	59134	1997	Europe/Paris	50.58497	2.88793		Fournes,Fournes-en-Weppes		32	59	595	59250
3017492	Fournes-Cabardès	fournes-cabardes	FR	11600	54	Europe/Paris	43.349	2.39721		Fournes,Fournes-Cabardes,Fournes-Cabardès,Fournès		76	11	111	11154
3017493	Fournès	fournes	FR	30210	810	Europe/Paris	43.92884	4.60118		Fournes,Fournès		76	30	302	30116
3017494	Fournels	fournels	FR	48310	349	Europe/Paris	44.81692	3.12052		Fournels		76	48	482	48064
3017499	Fourneaux-le-Val	fourneaux-le-val	FR	14700	185	Europe/Paris	48.85564	-0.2676		Fourneaux,Fourneaux-le-Val		28	14	142	14284
3017503	Fourneaux	fourneaux	FR	42470	81	Europe/Paris	48.9647	-1.03494		Fourneaux		28	50	504	50192
3017504	Fourneaux	fourneaux	FR	42470	555	Europe/Paris	45.93894	4.27118		Fourneaux		84	42	422	42098
3017505	Fourneaux	fourneaux	FR	42470	956	Europe/Paris	45.19008	6.64919		Fourneaux		84	73	733	73117
3017510	Fournaudin	fournaudin	FR	89320	136	Europe/Paris	48.15449	3.64048		Fournaudin		27	89	893	89181
3017512	Fourmies	fourmies	FR	59610	14151	Europe/Paris	50.01532	4.04784		Fourmies		32	59	591	59249
3017513	Fourmetot	fourmetot	FR	27500	584	Europe/Paris	49.38076	0.5722		Fourmetot		28	27	272	27263
3017514	Fourmagnac	fourmagnac	FR	46100	113	Europe/Paris	44.6635	1.97935		Fourmagnac,Fourmanhac		76	46	462	46111
3017517	Fourilles	fourilles	FR	03140	192	Europe/Paris	46.24155	3.19525		Fourilles		84	03	032	03116
3017518	Fourges	fourges	FR	27630	825	Europe/Paris	49.12122	1.64041		Fourges		28	27	271	27213
3017522	Fourdrain	fourdrain	FR	02870	437	Europe/Paris	49.61083	3.47178		Fourdrain		32	02	022	02329
3017525	Val-Maravel	val-maravel	FR	26310	0	Europe/Paris	44.58333	5.56667		Fourcinet		84	26	261	26136
3017526	Fourcigny	fourcigny	FR	80290	132	Europe/Paris	49.75933	1.82554		Fourcigny		32	80	802	80340
3017530	Fourches	fourches	FR	14620	159	Europe/Paris	48.86042	-0.07871		Fourches		28	14	142	14283
3017531	Fourches	fourches	FR	14620	0	Europe/Paris	48.62538	2.68108				11	77	772	77252
3017532	Fourches	fourches	FR	14620	0	Europe/Paris	44.87153	3.86106				84	43	432	43111
3017537	Fourchambault	fourchambault	FR	58600	4874	Europe/Paris	47.01667	3.08333		Fourchambau,Fourchambault		27	58	583	58117
3017539	Fourcès	fources	FR	32250	294	Europe/Paris	43.99272	0.22997		Fources,Fourcès		76	32	322	32133
3017543	Fourbanne	fourbanne	FR	25110	98	Europe/Paris	47.3299	6.30185		Fourbanne		27	25	251	25251
3017546	Fouras	fouras	FR	17450	4127	Europe/Paris	45.98839	-1.09336		Fouras,Fura,fu la,Фура,富拉		75	17	172	17168
3017553	Four	four	FR	38080	0	Europe/Paris	48.50547	3.19789				11	77	773	77446
3017554	Four	four	FR	38080	0	Europe/Paris	46.31122	2.88778				84	03	031	03219
3017555	Four	four	FR	38080	985	Europe/Paris	45.58693	5.19377		Four		84	38	382	38172
3017556	Fouquières-lès-Lens	fouquieres-les-lens	FR	62740	7008	Europe/Paris	50.42842	2.91321		Foukere-lez-Linse,Foukère-lez-Linse,Fouquieres,Fouquieres-les-Lens,Fouquieres-lez-Lens,Fouquières,Fouquières-lez-Lens,Fouquières-lès-Lens,Fuk'er-le-Lan,Fuk'er-le-Lans,Fuker-le-Lan,Fukjer le Lan,fu ji ye er lai lang si,fwkywyrys lyh lyns,Фукьер-ле-Лан,Фукьер-ле-Ланс,Фукєр-ле-Лан,Фукјер ле Лан,فوكيويريس ليه لينس,富基耶尔莱朗斯		32	62	627	62351
3017557	Fouquières-lès-Béthune	fouquieres-les-bethune	FR	62232	1182	Europe/Paris	50.51534	2.60999		Foukere-les-Betheune,Foukère-lès-Bétheune,Fouquieres,Fouquieres-les-Bethune,Fouquières,Fouquières-lès-Béthune,Fuk'er-le-Betjun,Fuker-le-Betjun,Fukjer le Beten,fu ji ye er lai bei di ne,fwkywyrys lyh bythwn,Фукьер-ле-Бетюн,Фукєр-ле-Бетюн,Фукјер ле Бетен,فوكيويريس ليه بيثون,富基耶尔莱贝蒂讷		32	62	622	62350
3017558	Fouqueville	fouqueville	FR	27370	446	Europe/Paris	49.2193	0.95923		Fouqueville		28	27	272	27261
3017559	Fouqueure	fouqueure	FR	16140	445	Europe/Paris	45.88412	0.07396		Fouqueure,Fuker,Fukjor,fu qu e er,Фукер,Фукёр,富屈厄尔		75	16	163	16144
3017560	Fouquescourt	fouquescourt	FR	80170	129	Europe/Paris	49.77009	2.75237		Fouquescourt		32	80	804	80339
3017561	Fouquerolles	fouquerolles	FR	60510	297	Europe/Paris	49.45684	2.21523		Fouquerolles		32	60	601	60251
3017562	Fouquereuil	fouquereuil	FR	62232	1045	Europe/Paris	50.51885	2.60024		Fouquereuil		32	62	622	62349
3017563	Fouquenies	fouquenies	FR	60000	457	Europe/Paris	49.46235	2.04916		Fouquenies,Fukeni,Fukni,fu qu ai nie,Фукені,Фукни,富屈埃涅		32	60	601	60250
3017564	Fouquebrune	fouquebrune	FR	16410	655	Europe/Paris	45.52776	0.21095		Fouquebrune,Fukbrin,Fukbrjun,Fukebrjun,fu qu ai bu lan,Фукбрин,Фукбрюн,Фукебрюн,富屈埃布兰		75	16	161	16143
3017568	Foulognes	foulognes	FR	14240	186	Europe/Paris	49.14093	-0.81882		Foulognes		28	14	141	14282
3017569	Fouligny	fouligny	FR	57220	0	Europe/Paris	49.09457	6.50753		Fouligny		44	57	573	57230
3017572	Foulenay	foulenay	FR	39230	83	Europe/Paris	46.86644	5.48625		Foulenay		27	39	392	39234
3017573	Fouleix	fouleix	FR	24380	181	Europe/Paris	44.98467	0.68041		Fouleix		75	24	243	24190
3017574	Foulcrey	foulcrey	FR	57830	191	Europe/Paris	48.63762	6.85754		Foulcrey		44	57	575	57229
3017575	Foulbec	foulbec	FR	27210	492	Europe/Paris	49.39914	0.42508		Foulbec		28	27	272	27260
3017576	Foulayronnes	foulayronnes	FR	47510	5055	Europe/Paris	44.24029	0.64516		Folaironas,Foulayronnes,Fuleron,Fuleronn,fu lai luo nei,Фулерон,Фулеронн,富莱罗内		75	47	471	47100
3017577	Foulangues	foulangues	FR	60250	177	Europe/Paris	49.27483	2.31511		Foulangues,Fulang,fu lang gai,Фуланг,富朗盖		32	60	604	60249
3017579	Foulain	foulain	FR	52000	727	Europe/Paris	48.03948	5.21244		Foulain		44	52	521	52205
3017581	Fouju	fouju	FR	77390	572	Europe/Paris	48.58582	2.7779		Fonju,Fouju,Fuzhi,Fuzhu,Фужи,Фужу		11	77	772	77195
3017582	Fouilloy	fouilloy	FR	60220	0	Europe/Paris	49.89919	2.50449		Fouilloy		32	80	802	80338
3017583	Fouilloy	fouilloy	FR	60220	193	Europe/Paris	49.73465	1.82554		Fouilloy		32	60	601	60248
3017586	Fouillouse	fouillouse	FR	05130	148	Europe/Paris	44.45929	6.00328		Fouillouse,La Fouillouse		93	05	052	05057
3017587	Fouilleuse	fouilleuse	FR	60190	79	Europe/Paris	49.4289	2.53622		Fouilleuse,Fuez,Fujez,fu yi lei si,Фуєз,Фујез,富伊勒斯		32	60	602	60247
3017595	Fougueyrolles	fougueyrolles	FR	33220	449	Europe/Paris	44.86544	0.18687		Fougueyrolles		75	24	241	24189
3017601	Fougerolles-du-Plessis	fougerolles-du-plessis	FR	53190	1646	Europe/Paris	48.4747	-0.97354		Fougerolles,Fougerolles-du-Plessis,Fuzherol di Plesi,Fuzherol'-dju-Plessi,fu re luo lai di pu lai xi,Фужерол ди Плеси,Фужероль-дю-Плесси,Фужероль-дю-Плессі,富热罗莱迪普莱西		52	53	533	53100
3017602	Fougerolles	fougerolles	FR	36230	4242	Europe/Paris	47.88542	6.40454		Fougerolles		27	70	701	70245
3017603	Fougerolles	fougerolles	FR	36230	286	Europe/Paris	46.56343	1.86781		Fougerolles		24	36	363	36078
3017605	Fougères-sur-Bièvre	fougeres-sur-bievre	FR	41120	708	Europe/Paris	47.44869	1.34237		Fougeres,Fougeres-sur-Bievre,Fougères,Fougères-sur-Bièvre		24	41	413	41059
3017609	Fougères	fougeres	FR	35300	23719	Europe/Paris	48.35157	-1.19961		Felger,Filiceriae,Fougeres,Fougères,Fuzhehr,Fuzher,fu re er,fujeru,fwzhr,pujeleu,Фужер,Фужэр,فوژر,フージェール,富热尔,푸제르	351	53	35	351	35115
3017610	Fougères	fougeres	FR	35300	0	Europe/Paris	47.19543	0.15338				24	37	371	37242
3017611	Fougères	fougeres	FR	35300	0	Europe/Paris	46.26172	2.25177				75	23	231	23026
3017612	Fougères	fougeres	FR	35300	0	Europe/Paris	45.82963	0.2887		Fougeres,Fougères,Les Fougeres,Les Fougères		75	16	163	16300
3017614	Fougeré	fougere	FR	49150	750	Europe/Paris	47.6279	-0.14829		Fougere,Fougeré		52	49	493	49018
3017615	Fougère	fougere	FR	49150	0	Europe/Paris	46.83333	3.51667				27	58	583	58055
3017616	Fougeré	fougere	FR	49150	914	Europe/Paris	46.65855	-1.23316		Fougere,Fougeré		52	85	852	85093
3017620	Fougax-et-Barrineuf	fougax-et-barrineuf	FR	09300	517	Europe/Paris	42.88046	1.894		Fougax,Fougax-et-Barrineuf		76	09	092	09125
3017621	Fougaron	fougaron	FR	31160	83	Europe/Paris	42.98692	0.93166		Fougaron		76	31	312	31191
3017622	Foug	foug	FR	54570	2805	Europe/Paris	48.68385	5.78735		Foug		44	54	544	54205
3017623	Foufflin-Ricametz	foufflin-ricametz	FR	62130	136	Europe/Paris	50.35	2.38333		Foufflin-Ricametz		32	62	621	62348
3017624	Fouesnant	fouesnant	FR	29170	8722	Europe/Paris	47.89342	-4.0124		Fouen,Fouenant,Fouesnant,Fuehnan,Fuenan,fu ai si nan,fuenan,Фуенан,Фуэнан,フエナン,富埃斯南		53	29	294	29058
3017625	Fouencamps	fouencamps	FR	80440	264	Europe/Paris	49.82453	2.40713		Fouencamps		32	80	803	80337
3017626	Fouday	fouday	FR	67130	323	Europe/Paris	48.42084	7.18622		Fouday,Fude,fu dai,fwday,fwdy,Фуде,فوداي,فودی,富代		44	67	673	67144
3017627	Foucrainville	foucrainville	FR	27220	79	Europe/Paris	48.93046	1.32327		Foucrainville		28	27	273	27259
3017628	Fouchy	fouchy	FR	67220	606	Europe/Paris	48.3278	7.27109		Fouchy,Fushi,fu xi,fwshy,fwtshy,Фуши,Фуші,فوتشي,فوشی,富希		44	67	675	67143
3017629	Foucherolles	foucherolles	FR	45320	177	Europe/Paris	48.09381	3.01172		Foucherolles		24	45	451	45149
3017632	Fouchères-aux-Bois	foucheres-aux-bois	FR	55500	137	Europe/Paris	48.62295	5.24703		Foucheres,Foucheres-aux-Bois,Fouchères,Fouchères-aux-Bois,Fusher o Boa,Fusher-o-Bua,fu xie lei ao bu wa,Фушер о Боа,Фушер-о-Буа,富谢雷奥布瓦		44	55	551	55195
3017633	Fouchères	foucheres	FR	10260	0	Europe/Paris	48.55225	3.47277				11	77	773	77072
3017634	Fouchères	foucheres	FR	10260	415	Europe/Paris	48.16808	3.14001		Foucheres,Fouchères		27	89	893	89180
3017635	Fouchères	foucheres	FR	10260	458	Europe/Paris	48.15108	4.26908		Foucheres,Fouchères		44	10	103	10158
3017636	Foucherans	foucherans	FR	25620	343	Europe/Paris	47.15821	6.13634		Foucherans		27	25	251	25558
3017637	Foucherans	foucherans	FR	25620	1827	Europe/Paris	47.08094	5.45503		Foucherans		27	39	391	39233
3017638	Fouchécourt	fouchecourt	FR	70160	66	Europe/Paris	48.00899	5.86013		Fouchecourt,Fouchécourt		44	88	882	88179
3017639	Fouchécourt	fouchecourt	FR	70160	119	Europe/Paris	47.7889	5.9955		Fouchecourt,Fouchécourt		27	70	702	70244
3017642	Foucaucourt-sur-Thabas	foucaucourt-sur-thabas	FR	55250	59	Europe/Paris	48.99914	5.10195		Foucaucourt,Foucaucourt-sur-Thabas		44	55	551	55194
3017643	Foucaucourt-Hors-Nesle	foucaucourt-hors-nesle	FR	80140	70	Europe/Paris	49.91667	1.73333		Foucaucourt		32	80	802	80336
3017644	Foucaucourt-en-Santerre	foucaucourt-en-santerre	FR	80340	234	Europe/Paris	49.87401	2.77734		Foucaucourt,Foucaucourt-en-Santerre		32	80	804	80335
3017645	Foucarville	foucarville	FR	50480	137	Europe/Paris	49.44227	-1.25607		Foucarville		28	50	502	50523
3017646	Foucart	foucart	FR	76640	326	Europe/Paris	49.61266	0.59662		Foucart		28	76	762	76279
3017647	Foucarmont	foucarmont	FR	76340	1072	Europe/Paris	49.84682	1.56899		Foucarmont		28	76	761	76278
3017651	Fos-sur-Mer	fos-sur-mer	FR	13270	17317	Europe/Paris	43.43774	4.94457	6	Fo na Moru,Fo-sjur-Mer,Fos,Fos-sjur-Mer,Fos-sur-Mer,Fòs,Pajurio Fosas,Pajūrio Fosas,bin hai fu si,fosu=shuru=meru,poswileumeleu,Фо на Мору,Фо-сюр-Мер,Фос-сюр-Мер,フォス＝シュル＝メール,濱海福斯,포쉬르메르		93	13	134	13039
3017652	Fossoy	fossoy	FR	02650	633	Europe/Paris	49.04869	3.48357		Fossoy		32	02	021	02328
3017653	Fossoy	fossoy	FR	02650	0	Europe/Paris	48.26759	3.13411				27	89	893	89229
3017654	Fossieux	fossieux	FR	57590	153	Europe/Paris	48.85124	6.32626		Fossieux		44	57	575	57228
3017656	Fosseux	fosseux	FR	62810	135	Europe/Paris	50.25581	2.56388		Foso,Fosse,Fosseux,fu se,fwsywks,Фосо,Фоссе,فوسيوكس,福瑟		32	62	621	62347
3017657	Fosseuse	fosseuse	FR	60540	770	Europe/Paris	49.21283	2.18742		Fosseuse		32	60	601	60088
3017658	Fossès-et-Baleyssac	fosses-et-baleyssac	FR	33190	170	Europe/Paris	44.59446	0.04172		Fosses-Baleyssac,Fosses-et-Baleyssac,Fossès-et-Baleyssac,Fossés-Baleyssac,Fossés-et-Baleyssac		75	33	333	33171
3017660	Fosses	fosses	FR	95470	10543	Europe/Paris	49.09808	2.50957		Fos,Foss,Fosses,fu sai,Фос,Фосс,福塞		11	95	952	95250
3017662	Fossemanant	fossemanant	FR	80160	112	Europe/Paris	49.80318	2.19927		Fossemanant		32	80	802	80334
3017663	Fossemagne	fossemagne	FR	24210	555	Europe/Paris	45.12703	0.98499		Fosman,Fosman',Fossa Manha,Fossamanha,Fossemagne,Fossman',Fòssa Manha,Fòssamanha,fu se ma ni,Фосмань,Фосмањ,Фоссмань,福瑟马尼		75	24	244	24188
3017671	Fossé	fosse	FR	08240	75	Europe/Paris	49.44568	5.00538		Fosse,Fossé		44	08	084	08176
3017672	Fossé	fosse	FR	08240	893	Europe/Paris	47.63349	1.28395		Fosse,Fossé		24	41	411	41091
3017673	Fosse	fosse	FR	08240	0	Europe/Paris	47.16562	2.14105				24	18	183	18036
3017674	Fosse	fosse	FR	08240	44	Europe/Paris	42.78845	2.43094		Fosse		76	66	663	66083
3017678	Fos	fos	FR	31440	84	Europe/Paris	43.56622	3.24594		Fos		76	34	341	34104
3017679	Fos	fos	FR	31440	314	Europe/Paris	42.87382	0.73603		Fos		76	31	312	31190
3017682	Fortschwihr	fortschwihr	FR	68320	1015	Europe/Paris	48.08825	7.4505		Forshvir,Fortschweier,Fortschwihr,Fortshvir,fu er te si ke wei,Фортшвир,Форшвир,Форшвір,福尔特斯克维		44	68	682	68095
3017685	Fort-Moville	fort-moville	FR	27210	334	Europe/Paris	49.33162	0.41519		Fort-Moville		28	27	272	27258
3017686	Fort-Mardyck	fort-mardyck	FR	59430	3845	Europe/Paris	51.02899	2.30724		For Mardik,For-Mardik,Fort-Mardijk,Fort-Mardyck,Fort-Mardyk,Фор Мардик,Фор-Мардик,Фор-Мардік		32	59	594	59183
3017687	Fort-Mahon-Plage	fort-mahon-plage	FR	80120	1158	Europe/Paris	50.33955	1.55984		For Maon Plazh,For-Maon-Plazh,Fort-Mahon,Fort-Mahon-Plage,foru=maon=puraju,ma weng pu la ri bao,Фор Маон Плаж,Фор-Маон-Плаж,フォール＝マオン＝プラージュ,马翁普拉日堡		32	80	801	80333
3017690	Fort-Louis	fort-louis	FR	67480	0	Europe/Paris	48.80164	8.05668		Fort-Louis,Fort-Vauban		44	67	672	67142
3017694	Fortel-en-Artois	fortel-en-artois	FR	62270	158	Europe/Paris	50.2577	2.2293		Fortel,Fortel an Artoa,Fortel'-an-Artua,Fortel-en-Artois,fu tai er ang na tu wa,fwrtyl an artwyz,Фортел ан Артоа,Фортель-ан-Артуа,فورتيل إن أرتويز,福泰尔昂纳图瓦		32	62	621	62346
3017698	Fortan	fortan	FR	41360	189	Europe/Paris	47.84436	0.91568		Fortan		24	41	412	41090
3017702	Forstheim	forstheim	FR	67580	534	Europe/Paris	48.89486	7.71498				44	67	672	67141
3017703	Forstfeld	forstfeld	FR	67480	0	Europe/Paris	48.85929	8.03925				44	67	672	67140
3017704	Fors	fors	FR	79230	1406	Europe/Paris	46.23622	-0.40967		Fors		75	79	792	79125
3017708	Fornex	fornex	FR	09350	133	Europe/Paris	43.16705	1.24747		Fornex		76	09	093	09123
3017714	Formiguères	formigueres	FR	66210	482	Europe/Paris	42.61474	2.10177		Formiger,Formiguera,Formigueres,Formiguères,fu er mi gai lei,Формигер,Формігер,福尔米盖雷		76	66	663	66082
3017715	Formigny	formigny	FR	14710	254	Europe/Paris	49.33687	-0.89885		Formigneium,Formigny,Formin'i,Formini,fu er mi ni,Форминьи,Формињи,Форміньї,福尔米尼		28	14	141	14281
3017717	Formerie	formerie	FR	60220	2272	Europe/Paris	49.64928	1.73106		Formeri,Formerie,fu er mo li ye,Формери,Формері,福尔默里耶		32	60	601	60245
3017718	Formentin	formentin	FR	14340	216	Europe/Paris	49.19701	0.14054		Formentin		28	14	143	14280
3017720	Forléans	forleans	FR	21460	82	Europe/Paris	47.48238	4.20226		Forleans,Forléans		27	21	213	21282
3017722	Forgues	forgues	FR	31370	175	Europe/Paris	43.43218	1.04539		Forgues		76	31	311	31189
3017726	Forges-sur-Meuse	forges-sur-meuse	FR	55110	135	Europe/Paris	49.26261	5.29075		Forges,Forges-sur-Meuse		44	55	553	55193
3017727	Forges-les-Eaux	forges-les-eaux	FR	76440	3775	Europe/Paris	49.61391	1.54449		Forges,Forges-les-Eaux,Forzh lez O,Forzh-lez-O,Форж лез О,Форж-лез-О		28	76	761	76276
3017728	Forges-les-Bains	forges-les-bains	FR	91470	3694	Europe/Paris	48.62942	2.10264		Forges,Forges-les-Bains,Forzh le Ben,Forzh-le-Ben,fu er re lai ban,Форж ле Бен,Форж-ле-Бен,福尔热莱班		11	91	913	91249
3017729	Forges-la-Forêt	forges-la-foret	FR	35640	269	Europe/Paris	47.85961	-1.2816		Forges,Forges-la-Foret,Forges-la-Forêt,Goveliou-ar-C'hoad,Govelioù-ar-C'hoad		53	35	351	35114
3017734	Forges	forges	FR	17290	253	Europe/Paris	48.49763	0.11838		Forges		28	61	611	61341
3017735	Forges	forges	FR	17290	0	Europe/Paris	48.43986	2.5595				11	77	774	77425
3017736	Forges	forges	FR	17290	0	Europe/Paris	48.41948	2.96026		Forges		11	77	773	77194
3017737	Forges	forges	FR	17290	0	Europe/Paris	47.48321	3.20333				27	58	584	58036
3017738	Forges	forges	FR	17290	0	Europe/Paris	47.21736	-0.24578		Forges		52	49	493	49125
3017739	Forges	forges	FR	17290	0	Europe/Paris	47.06629	3.36077		Forges		27	58	583	58269
3017740	Forges	forges	FR	17290	0	Europe/Paris	46.54572	1.44586				24	36	361	36239
3017741	Forges	forges	FR	17290	0	Europe/Paris	46.49276	2.61591				84	03	031	03193
3017742	Forges	forges	FR	17290	959	Europe/Paris	46.10587	-0.896		Forges		75	17	172	17166
3017743	Forgès	forges	FR	17290	329	Europe/Paris	45.15561	1.87014		Forges,Forgès		75	19	192	19084
3017753	Forfry	forfry	FR	77165	199	Europe/Paris	49.05723	2.8481		Forfry		11	77	771	77193
3017759	Forêt-la-Folie	foret-la-folie	FR	27510	380	Europe/Paris	49.22423	1.52974		Foret,Foret-la-Folie,Forêt,Forêt-la-Folie		28	27	271	27213
3017766	Forest-sur-Marque	forest-sur-marque	FR	59510	1594	Europe/Paris	50.63341	3.18939		Forest,Forest-sur-Marque		32	59	595	59247
3017767	Forest-Saint-Julien	forest-saint-julien	FR	05260	234	Europe/Paris	44.64526	6.1312		Fora de Sant Julian,Fore Sen Zhilijen,Fore-Sen-Zhjul'en,Fore-Sen-Zhul'en,Forest,Forest Sant Julian,Forest-Republicain,Forest-Républicain,Forest-Saint-Julien,fu lei si sheng rui li an,Форе Сен Жилијен,Форе-Сен-Жульєн,Форе-Сен-Жюльен,福雷斯圣瑞利安		93	05	052	05056
3017768	Forest-Montiers	forest-montiers	FR	80120	376	Europe/Paris	50.24517	1.74269		Fore Montje,Fore-Mont'e,Forest-Montiers,Fremontier,Frémontier,fu lei meng jie,Форе Монтје,Форе-Монтьє,福雷蒙捷		32	80	801	80332
3017769	Forest-l'Abbaye	forest-l-abbaye	FR	80150	0	Europe/Paris	50.20293	1.82351		Forest,Forest-l'Abbaye		32	80	801	80331
3018130	Fondamente	fondamente	FR	12540	292	Europe/Paris	43.87659	3.12331		Fondamente		76	12	121	12155
3017770	Forest-en-Cambrésis	forest-en-cambresis	FR	59222	522	Europe/Paris	50.14026	3.57281		Fore-an-Kambrezi,Forest,Forest-en-Cambresis,Forest-en-Cambrésis,Forest-par-Bousies,Foret an Kambrezi,fu lei ang kang bu lei xi,Форе-ан-Камбрези,Форе-ан-Камбрезі,Форет ан Камбрези,福雷昂康布雷西		32	59	591	59246
3017771	Foreste	foreste	FR	02590	147	Europe/Paris	49.80816	3.10207		Foreste		32	02	023	02327
3017785	Forciolo	forciolo	FR	20190	72	Europe/Paris	41.85381	9.0096		Forchjolo,Forcholo,Forciolo,U Furciolu,Форчйоло,Форчоло		94	2A	2A1	2A117
3017788	Forcey	forcey	FR	52700	68	Europe/Paris	48.15056	5.35723		Forcey		44	52	521	52204
3017789	Forceville-en-Vimeu	forceville-en-vimeu	FR	80140	265	Europe/Paris	49.96459	1.79768		Forceville,Forceville-en-Vimeu		32	80	802	80330
3017790	Forceville	forceville	FR	80560	165	Europe/Paris	50.06049	2.55746		Forceville		32	80	804	80329
3017792	Forcelles-sous-Gugney	forcelles-sous-gugney	FR	54930	0	Europe/Paris	48.3972	6.07914		Forcelles,Forcelles-sous-Gugney		44	54	543	54204
3017793	Forcelles-Saint-Gorgon	forcelles-saint-gorgon	FR	54330	153	Europe/Paris	48.45671	6.10056		Forcelles,Forcelles-Saint-Gorgon,Forsel Sen Gorgon,Forsel'-Sen-Gorgon,fu er se lai sheng ge er gong,Форсел Сен Горгон,Форсель-Сен-Горгон,福尔瑟莱圣戈尔贡		44	54	543	54203
3017796	Forcé	force	FR	53260	938	Europe/Paris	48.03372	-0.69972		Force,Forcé		52	53	532	53099
3017798	Forcalquier	forcalquier	FR	04300	4729	Europe/Paris	43.95927	5.77945		Folcalquer,Forcalquier,Forcauquier,Forkal'k'e,Forkal'ke,Forkalkje,Forkalkjė,Forncauquier,Forncauquièr,Forum Calcorium,forukarukie,fu ka er ji ye,fwrkalkywr,Форкалкје,Форкалькье,Форкалькє,فورکالکیور,フォルカルキエ,福卡尔基耶	044	93	04	044	04088
3017799	Forcalqueiret	forcalqueiret	FR	83136	1800	Europe/Paris	43.33618	6.08346		Forcalqueiret		93	83	833	83059
3017805	Forbach	forbach	FR	57600	21358	Europe/Paris	49.18848	6.89255		Forbach,Forbak,Forbakh,forubakku,fu er ba ke,fwrbk,Форбак,Форбах,فوربک,フォルバック,福尔巴克	573	44	57	573	57227
3017816	Fontvieille	fontvieille	FR	13990	3332	Europe/Paris	43.72806	4.70953		Fontvieille		93	13	132	13038
3017817	Fontvieille	fontvieille	FR	13990	0	Europe/Paris	43.32518	5.49055				93	13	133	13002
3017819	Fontvannes	fontvannes	FR	10190	541	Europe/Paris	48.27999	3.8732		Fontvannes		44	10	103	10156
3017824	Font-Romeu-Odeillo-Via	font-romeu-odeillo-via	FR	66120	1889	Europe/Paris	42.50552	2.04011		Fon-Rome-Odejo-Via,Font Romeu,Font Romeu Ermitage,Font-Romeu,Font-romeu,feng luo mo-ao dai luo wei a,fon=romu=odeiyo=vu~ia,Фон-Роме-Одейо-Виа,Фон-Роме-Одейо-Віа,フォン＝ロムー＝オデイヨ＝ヴィア,丰罗默-奥代洛维阿		76	66	663	66124
3017826	Fontrailles	fontrailles	FR	65220	154	Europe/Paris	43.34416	0.35512		Fontrailles		76	65	653	65177
3017827	Fontrabiouse	fontrabiouse	FR	66210	100	Europe/Paris	42.63651	2.09727		Fonrabiuz,Fonrabjuz,Font-rabiosa,Fontrabiosa,Fontrabiouse,feng te la bi wu si,Фонрабиуз,Фонрабіуз,Фонрабјуз,丰特拉比乌斯		76	66	663	66081
3017828	Fontpedrosa	fontpedrosa	FR	66360	120	Europe/Paris	42.51088	2.17813		Fontpedrosa,Fontpedrouse,Fontpédrouse		76	66	663	66080
3017829	Fontoy	fontoy	FR	57650	3250	Europe/Paris	49.35597	5.9925		Fensch,Fontoa,Fontoy,Fontua,feng tu wa,fwntway,Фонтоа,Фонтуа,فونتوای,丰图瓦		44	57	577	57226
3017840	Fontjoncouse	fontjoncouse	FR	11360	127	Europe/Paris	43.04849	2.78797		Fontjoncosa,Fontjoncouse,Fonzhonkuz,feng te rong ku si,Фонжонкуз,丰特容库斯		76	11	113	11152
3017841	Fontiès-d'Aude	fonties-d-aude	FR	11800	0	Europe/Paris	43.18684	2.4533		Fonties,Fontiès		76	11	111	11151
3017842	Fontiers-Cabardès	fontiers-cabardes	FR	11390	0	Europe/Paris	43.36964	2.24819		Font'e-Kabardes,Fontians de Cabardes,Fontians de Cabardés,Fontiers-Cabardes,Fontiers-Cabardès,Fonties,Fonties Cabardes,Fonties-Cabardes,Fonties-Cabardès,Fontiès Cabardés,Fontje Kabarde,feng di ye er ka ba er dai,Фонтье-Кабардес,Фонтьє-Кабардес,Фонтје Кабарде,丰蒂耶尔卡巴尔代		76	11	111	11150
3017843	Fontienne	fontienne	FR	04230	122	Europe/Paris	44.0089	5.79342		Font'en,Font'enn,Fontiena,Fontiene,Fontienne,Fontjen,feng di an,Фонтьен,Фонтьєнн,Фонтјен,丰蒂安		93	04	044	04087
3017844	Fontguenand	fontguenand	FR	36600	230	Europe/Paris	47.21826	1.53761		Fontguenand		24	36	362	36077
3017845	Fontgombault	fontgombault	FR	36220	284	Europe/Paris	46.67373	0.98624		Fongombo,Fontgombault,Fontgombo,feng te gong bo er,Фонгомбо,Фонтгомбо,丰特贡博尔		24	36	361	36076
3017850	Fontevraud-l'Abbaye	fontevraud-l-abbaye	FR	49590	1497	Europe/Paris	47.18252	0.04897		Fontevraud,Fontevraud-l'Abbaye,Fontevrault,Fontevrault-l'Abbaye,Fontevro,Фонтевро		52	49	493	49140
3017852	Fontette	fontette	FR	10360	181	Europe/Paris	48.08165	4.60868		Fontette		44	10	103	10155
3017853	Fontette	fontette	FR	10360	0	Europe/Paris	47.46643	3.79274				27	89	892	89364
3017854	Fontette	fontette	FR	10360	0	Europe/Paris	47.35893	4.67178				27	21	213	21563
3017856	Fontet	fontet	FR	33190	793	Europe/Paris	44.55975	-0.03068		Fonte,Fontet,Hontet,feng tai,Фонте,丰泰		75	33	333	33170
3017857	Fontès	fontes	FR	34320	884	Europe/Paris	43.54021	3.37899		Fonte,Fontes,Fontès,Fontés,feng tai,Фонте,Фонтес,丰泰		76	34	342	34103
3017858	Fonters-du-Razès	fonters-du-razes	FR	11400	96	Europe/Paris	43.22893	1.93554		Fonters,Fonters-du-Razes,Fonters-du-Razès		76	11	111	11149
3017860	Fonteny	fonteny	FR	57590	120	Europe/Paris	48.88159	6.46352		Fonteny		44	57	575	57225
3017861	Fonteny	fonteny	FR	57590	0	Europe/Paris	46.88498	5.8993		Fonteny		27	39	391	39436
3017862	Fontenu	fontenu	FR	39130	43	Europe/Paris	46.6687	5.8225		Fonteni,Fontenju,Fontenu,feng te ni,Фонтени,Фонтеню,丰特尼		27	39	392	39230
3017863	Fontenoy-sur-Moselle	fontenoy-sur-moselle	FR	54840	202	Europe/Paris	48.71104	5.98247		Fontenoy,Fontenoy-sur-Moselle,Fontenua-sjur-Mozel',Fontnoa sir Mozel,mo sai er he pan feng tang wa,Фонтенуа-сюр-Мозель,Фонтноа сир Мозел,莫塞尔河畔丰唐瓦		44	54	544	54202
3017864	Fontenoy-le-Château	fontenoy-le-chateau	FR	88240	722	Europe/Paris	47.97365	6.19989		Fontenoy,Fontenoy-en-Vosges,Fontenoy-le-Chateau,Fontenoy-le-Château,Fontenua-le-Shato,Fontnoa le Shato,feng tang wa bao,Фонтенуа-ле-Шато,Фонтноа ле Шато,丰唐瓦堡		44	88	881	88176
3017865	Fontenoy-la-Joûte	fontenoy-la-joute	FR	54122	0	Europe/Paris	48.45494	6.66037		Fontenoy,Fontenoy-la-Joute,Fontenoy-la-Joûte		44	54	542	54201
3017866	Fontenoy	fontenoy	FR	02290	547	Europe/Paris	49.40715	3.20076		Fontenoy		32	02	024	02326
3017867	Fontenoy	fontenoy	FR	02290	0	Europe/Paris	48.84376	5.04754				44	55	551	55272
3017868	Fontenoy	fontenoy	FR	02290	322	Europe/Paris	47.64876	3.30686		Fontenoy,Fontenoy-en-Puisaye		27	89	891	89179
3017869	Fontenouilles	fontenouilles	FR	89120	215	Europe/Paris	47.89005	3.04632		Fontenouilles		27	89	891	89086
3017871	Fontenotte	fontenotte	FR	25110	52	Europe/Paris	47.37599	6.31997		Fontenotte		27	25	251	25249
3017873	Fontenois-lès-Montbozon	fontenois-les-montbozon	FR	70230	298	Europe/Paris	47.4854	6.23486		Fontenois,Fontenois-les-Montbozon,Fontenois-lès-Montbozon,Fontenoy-les Montbozon,Fontenoy-lès Montbozon		27	70	702	70243
3017874	Fontenois-la-Ville	fontenois-la-ville	FR	70210	176	Europe/Paris	47.93225	6.16571		Fontenois,Fontenois-la-Ville		27	70	701	70242
3017878	Fontenilles	fontenilles	FR	31470	0	Europe/Paris	45.13333	2.36667				84	15	152	15186
3017879	Fontenilles	fontenilles	FR	31470	3266	Europe/Paris	43.5535	1.19142		Fontenilles		76	31	311	31188
3017880	Fontenille	fontenille	FR	16230	0	Europe/Paris	47.52667	3.68321				27	89	892	89057
3017881	Fontenille	fontenille	FR	16230	0	Europe/Paris	47.34419	2.93781				27	58	584	58295
3017882	Fontenille-Saint-Martin-d'Entraigues	fontenille-saint-martin-d-entraigues	FR	79110	571	Europe/Paris	46.11667	-0.13333		Fontenille-Saint-Martin-dEntraigues		75	79	792	79122
3017883	Fontenille	fontenille	FR	16230	0	Europe/Paris	45.91716	0.16521		Fontemille,Fontenille		75	16	163	16141
3017884	Fontenille	fontenille	FR	16230	0	Europe/Paris	45.56385	3.05466				84	63	633	63335
3017885	Fontenille	fontenille	FR	16230	0	Europe/Paris	45.253	2.2284				75	19	193	19264
3017888	Fontenet	fontenet	FR	17400	398	Europe/Paris	45.9128	-0.45309		Fontenet		75	17	175	17165
3017889	Fontenermont	fontenermont	FR	14380	147	Europe/Paris	48.82357	-1.105		Fontenermont		28	14	144	14658
3017892	Fontenelle-Montby	fontenelle-montby	FR	25340	92	Europe/Paris	47.4486	6.4146		Fontenelle,Fontenelle-Montby		27	25	251	25247
3017893	Fontenelle-en-Brie	fontenelle-en-brie	FR	02540	173	Europe/Paris	48.91988	3.47703		Fontenelle,Fontenelle-en-Brie		32	02	021	02458
3017894	Fontenelle	fontenelle	FR	02170	277	Europe/Paris	50.02988	3.86579		Fontenelle		32	02	025	02324
3017895	Fontenelle	fontenelle	FR	02170	0	Europe/Paris	48.75597	3.13245				11	77	771	77002
3017896	Fontenelle	fontenelle	FR	02170	0	Europe/Paris	48.73105	3.32991				11	77	773	77421
3017897	Fontenelle	fontenelle	FR	02170	0	Europe/Paris	48.25286	3.11144				27	89	893	89229
3017898	Fontenelle	fontenelle	FR	02170	116	Europe/Paris	47.62173	6.9566		Fontenelle		27	90	901	90048
3017899	Fontenelle	fontenelle	FR	02170	117	Europe/Paris	47.501	5.37417		Fontenelle		27	21	212	21281
3017902	Fontenay-Trésigny	fontenay-tresigny	FR	77610	5047	Europe/Paris	48.70647	2.87047		Fontenay-Tresigny,Fontenay-Trésigny,Fontene-Trezin'i,Fontne Trezini,Фонтене-Трезиньи,Фонтене-Трезіньї,Фонтне Трезињи		11	77	773	77192
3017903	Fontenay-Torcy	fontenay-torcy	FR	60380	110	Europe/Paris	49.56942	1.76691		Fontenay,Fontenay-Torcy		32	60	601	60244
3017904	Fontenay-sur-Vègre	fontenay-sur-vegre	FR	72350	306	Europe/Paris	47.90398	-0.22105		Fontenay,Fontenay-sur-Vegre,Fontenay-sur-Vègre		52	72	721	72136
3017905	Fontenay-sur-Mer	fontenay-sur-mer	FR	50310	181	Europe/Paris	49.48964	-1.31631		Fontenay,Fontenay-sur-Mer		28	50	502	50190
3017906	Fontenay-sur-Loing	fontenay-sur-loing	FR	45210	1529	Europe/Paris	48.10365	2.77542		Fontanetum ad Luvam,Fontenay,Fontene-sjur-Luen,Fontne sir Loan,lu wan he pan feng te nai,Фонтене-сюр-Луен,Фонтне сир Лоан,卢万河畔丰特奈		24	45	451	45148
3017907	Fontenay-sur-Eure	fontenay-sur-eure	FR	28630	736	Europe/Paris	48.3957	1.41178		Fontenay,Fontenay-sur-Eure		24	28	281	28158
3017908	Fontenay-sur-Conie	fontenay-sur-conie	FR	28140	114	Europe/Paris	48.16512	1.66777		Fontenay,Fontenay-sur-Conie		24	28	282	28157
3017909	Fontenay-sous-Fouronnes	fontenay-sous-fouronnes	FR	89660	76	Europe/Paris	47.61531	3.59639		Fontenay-sous-Fouronnes		27	89	891	89177
3017910	Fontenay-sous-Bois	fontenay-sous-bois	FR	94120	52075	Europe/Paris	48.85442	2.48268		Fontenay,Fontenay-sous-Bois,Fontene su Bua,Fontene-su-Bua,Fontenė su Bua,Fontne su Boa,fontone=su=bowa,fwntnh-sw-bwa,fwntny sw bwa,fwntwny sw bwa,lin pan feng te nai,pongteunesubua,Фонтене-су-Буа,Фонтне су Боа,فونتنه-سو-بوآ,فونتنی سو بوآ,فونتوني سو بوا,フォントネー＝スー＝ボワ,林畔丰特奈,퐁트네수부아		11	94	942	94033
3017911	Fontenay-Saint-Père	fontenay-saint-pere	FR	78440	977	Europe/Paris	49.02471	1.75779		Fontenay,Fontenay-Saint-Pere,Fontenay-Saint-Père,Fontene-Sen-Per,Fontne Sen Per,Фонтене-Сен-Пер,Фонтне Сен Пер		11	78	781	78246
3017912	Fontenay-près-Vézelay	fontenay-pres-vezelay	FR	89450	134	Europe/Paris	47.41429	3.73857		Fontenay,Fontenay-pres-Vezelay,Fontenay-près-Vézelay		27	89	892	89176
3017913	Fontenay-près-Chablis	fontenay-pres-chablis	FR	89800	145	Europe/Paris	47.84577	3.81015		Fontenay,Fontenay-pres-Chablis,Fontenay-près-Chablis		27	89	891	89175
3017914	Fontenay-Mauvoisin	fontenay-mauvoisin	FR	78200	318	Europe/Paris	48.96511	1.65288		Fontenay,Fontenay-Mauvoisin,Fontene-Movuazen,Fontne Movoazen,Фонтене-Мовуазен,Фонтне Мовоазен		11	78	781	78245
3017915	Fontenay-le-Vicomte	fontenay-le-vicomte	FR	91540	928	Europe/Paris	48.54765	2.39902		Fontenay,Fontenay-le-Vicomte,Fontene-le-Vikont,Fontne le Vikont,feng te nai lei wei kong te,Фонтене-ле-Виконт,Фонтене-ле-Віконт,Фонтне ле Виконт,丰特奈勒维孔特		11	91	912	91244
3017916	Fontenay-lès-Briis	fontenay-les-briis	FR	91640	1797	Europe/Paris	48.61962	2.15276		Fontenay,Fontenay-les-Briis,Fontenay-lès-Briis,Fontene-le-Bri,Fontene-le-Brii,Fontne le Bri,feng te nai lai bu li yi,Фонтене-ле-Брии,Фонтене-ле-Брі,Фонтне ле Бри,丰特奈莱布里伊		11	91	913	91243
3017917	Fontenay-le-Pesnel	fontenay-le-pesnel	FR	14250	980	Europe/Paris	49.17093	-0.57927		Fontenay,Fontenay-le-Pesnel,Fontenay-sur-Seulles		28	14	141	14278
3017918	Fontenay-le-Marmion	fontenay-le-marmion	FR	14320	1530	Europe/Paris	49.09346	-0.35294		Fontenay,Fontenay-le-Marmion		28	14	142	14277
3017919	Fontenay-le-Fleury	fontenay-le-fleury	FR	78330	12611	Europe/Paris	48.81253	2.04863		Fontenay,Fontenay-le-Fleury,Fontene-le-Fleri,Fontne le Fleri,Фонтене-ле-Флери,Фонтене-ле-Флері,Фонтне ле Флери		11	78	784	78242
3017921	Fontenay-le-Comte	fontenay-le-comte	FR	85200	16316	Europe/Paris	46.46671	-0.80624		Fontenay-le-Comte,Fontenay-le-Peuple,Fontene-le-Kont,Fontne le Kont,feng te nai lei kong te,fontone=ru=konto,Фонтене-ле-Конт,Фонтне ле Конт,フォントネー＝ル＝コント,丰特奈勒孔特	851	52	85	851	85092
3017922	Fontenay-en-Parisis	fontenay-en-parisis	FR	95190	1806	Europe/Paris	49.05371	2.45156		Fontenay,Fontenay-en-Parisis,Fontene-an-Parizi,Fontnaj an Parizi,pa li xi de qu feng te nai,Фонтене-ан-Паризи,Фонтене-ан-Паризі,Фонтнај ан Паризи,帕里西地区丰特奈		11	95	952	95241
3017923	Fontenay-de-Bossery	fontenay-de-bossery	FR	10400	80	Europe/Paris	48.45363	3.45534		Fontenay,Fontenay-de-Bossery		44	10	102	10154
3017924	Fontenay-aux-Roses	fontenay-aux-roses	FR	92260	24680	Europe/Paris	48.79325	2.29275		Fontenay,Fontenay-aux-Roses,Fontene-o-Roz,Fontne o Roz,feng te nai-mei gui,fontone=o=rozu,fwntnh-aw-rz,fwntny aw rwz,pongteune-olojeu,Фонтене-о-Роз,Фонтне о Роз,فونتنه-او-رز,فونتنی او روز,フォントネー＝オー＝ローズ,丰特奈-玫瑰,퐁트네오로즈		11	92	921	92032
3017926	Fontenay	fontenay	FR	27510	1069	Europe/Paris	49.55993	0.18391		Fontenay		28	76	762	76275
3017927	Fontenay	fontenay	FR	27510	277	Europe/Paris	49.20864	1.5699		Fontenay		28	27	271	27213
3017928	Fontenay	fontenay	FR	27510	302	Europe/Paris	48.62804	-1.02995		Fontenay		28	50	501	50436
3017929	Fontenay	fontenay	FR	27510	427	Europe/Paris	48.21803	6.58922		Fontenay		44	88	881	88175
3017930	Fontenay	fontenay	FR	27510	0	Europe/Paris	47.06114	1.74409		Fontenay		24	36	364	36075
3017931	Fontenay	fontenay	FR	27510	0	Europe/Paris	46.98333	2.85489				24	18	182	18260
3017932	Fontenay	fontenay	FR	27510	0	Europe/Paris	46.98371	2.8121				24	18	182	18260
3017933	Fontenay	fontenay	FR	27510	0	Europe/Paris	46.58895	2.09019				24	36	363	36130
3017934	Fontenay	fontenay	FR	27510	41	Europe/Paris	46.47643	4.29835		Fontenay		27	71	713	71203
3017935	Fontenai-sur-Orne	fontenai-sur-orne	FR	61200	264	Europe/Paris	48.7226	-0.07056		Fontenai,Fontenai-sur-Orne		28	61	612	61153
3017936	Fontenailles	fontenailles	FR	77370	974	Europe/Paris	48.55221	2.95229		Fontenailles		11	77	773	77191
3017937	Fontenailles	fontenailles	FR	77370	0	Europe/Paris	47.63119	3.46558		Fontenailles		27	89	891	89405
3017938	Fontenailles	fontenailles	FR	77370	70	Europe/Paris	47.54988	3.46215			89405	27	89	891	89405
3017941	Fontenai-les-Louvets	fontenai-les-louvets	FR	61420	220	Europe/Paris	48.52861	-0.00376		Fontenai,Fontenai-les-Louvets		28	61	611	61228
3017945	Fontcouverte	fontcouverte	FR	11700	2100	Europe/Paris	45.77196	-0.59141		Fontcouverte		75	17	174	17164
3017946	Fontcouverte-la Toussuire	fontcouverte-la-toussuire	FR	73300	538	Europe/Paris	45.25	6.3		Fontcouverte-la-Toussuire		84	73	733	73116
3017947	Fontcouverte	fontcouverte	FR	11700	451	Europe/Paris	43.1689	2.6889		Fontcouverte		76	11	113	11148
3017948	Fontclaireau	fontclaireau	FR	16230	373	Europe/Paris	45.89467	0.20117		Fonklero,Fontclaireau,feng te ke lai luo,Фонклеро,丰特克莱罗		75	16	163	16140
3017960	Fontarèches	fontareches	FR	30580	208	Europe/Paris	44.10838	4.43798		Fontareches,Fontarèches		76	30	302	30115
3017964	Fontans	fontans	FR	48700	206	Europe/Paris	44.73876	3.3866		Fontans		76	48	482	48063
3017966	Fontannes	fontannes	FR	43100	0	Europe/Paris	45.63118	4.17381				84	42	421	42038
3017967	Fontannes	fontannes	FR	43100	1308	Europe/Paris	45.30149	3.76366		Fontanes,Fontannes		84	43	432	43108
3017968	Fontannes	fontannes	FR	43100	0	Europe/Paris	45.28926	3.42464				84	43	431	43096
3017969	Fontannes	fontannes	FR	43100	0	Europe/Paris	44.96352	3.66604				84	43	431	43136
3017971	Fontanil-Cornillon	fontanil-cornillon	FR	38120	2642	Europe/Paris	45.2528	5.66308		Fontanil,Fontanil-Cornillon		84	38	381	38170
3017972	Fontanières	fontanieres	FR	23110	262	Europe/Paris	46.10883	2.50025		Fontanieres,Fontanières		75	23	231	23083
3017973	Fontangy	fontangy	FR	21390	152	Europe/Paris	47.34643	4.35559		Fontangy		27	21	213	21280
3017974	Fontanges	fontanges	FR	15140	245	Europe/Paris	45.11374	2.50402		Fontanges		84	15	152	15070
3017977	Fontanes-du-Causse	fontanes-du-causse	FR	46240	80	Europe/Paris	44.66645	1.66002		Fontanes,Fontanes-du-Causse		76	46	463	46138
3017978	Fontanès-de-Sault	fontanes-de-sault	FR	11140	4	Europe/Paris	42.76868	2.08259		Fontanes,Fontanes-de-Sault,Fontanès-de-Sault		76	11	112	11147
3017979	Fontanès	fontanes	FR	30250	587	Europe/Paris	45.54752	4.44035		Fontanes,Fontanès		84	42	423	42096
3017980	Fontanes	fontanes	FR	30250	125	Europe/Paris	44.77004	3.78617		Fontanes		76	48	482	48105
3017981	Fontanes	fontanes	FR	30250	395	Europe/Paris	44.31161	1.4981		Fontanes		76	46	461	46109
3017982	Fontanès	fontanes	FR	30250	0	Europe/Paris	43.83056	4.08806		Fontanes,Fontanes-de Lecques,Fontanès,Fontanés-de Lecques		76	30	302	30114
3017983	Fontanès	fontanes	FR	30250	0	Europe/Paris	43.7953	3.915		Fontanes,Fontanès		76	34	342	34102
3017987	Fontan	fontan	FR	06540	311	Europe/Paris	44.00308	7.55384		Fontan,Fontanum,O Fontan,feng tang,fwntan,Фонтан,فونتان,丰唐		93	06	062	06062
3017988	Fontains	fontains	FR	77370	270	Europe/Paris	48.52645	3.00104		Fontains		11	77	773	77190
3017989	Fontaine-Uterte	fontaine-uterte	FR	02110	118	Europe/Paris	49.92102	3.36955		Fontaine,Fontaine-Uterte		32	02	023	02323
3017990	Fontaine-sur-Somme	fontaine-sur-somme	FR	80510	476	Europe/Paris	50.02905	1.93957		Fontaine,Fontaine-sur-Somme,Fontainne-su-Sonme,Fonten na Somi,Fonten-sjur-Somm,suo mu he pan fang dan,Фонтен на Соми,Фонтен-сюр-Сомм,索姆河畔方丹		32	80	801	80328
3017991	Fontaine-sur-Maye	fontaine-sur-maye	FR	80150	137	Europe/Paris	50.23609	1.92933		Fontaine,Fontaine-sur-Maye		32	80	801	80327
3017993	Fontaine-sur-Ay	fontaine-sur-ay	FR	51160	248	Europe/Paris	49.08232	4.07593		Fontaine,Fontaine-sur-Ay		44	51	512	51256
3017994	Fontaines-sur-Saône	fontaines-sur-saone	FR	69270	7129	Europe/Paris	45.83572	4.8449		Fontaine,Fontaines,Fontaines-sur-Saone,Fontaines-sur-Saône,Fonten na Saoni,Fonten-sjur-Son,Фонтен на Саони,Фонтен-сюр-Сон		84	69	691	69088
3017995	Fontaines-sur-Marne	fontaines-sur-marne	FR	52170	160	Europe/Paris	48.54581	5.10496		Fontaines,Fontaines-sur-Marne		44	52	523	52203
3017996	Fontaines-Saint-Martin	fontaines-saint-martin	FR	69270	2873	Europe/Paris	45.8442	4.85305		Brutus-la-Fontaine,Fontaines-Saint-Martin,Fonten Sen Marten,Fonten-Sen-Marten,Фонтен Сен Мартен,Фонтен-Сен-Мартен		84	69	691	69087
3017997	Fontaines-Saint-Clair	fontaines-saint-clair	FR	55110	0	Europe/Paris	49.3686	5.2361		Fontaines		44	55	553	55192
3017998	Fontaine-sous-Préaux	fontaine-sous-preaux	FR	76160	474	Europe/Paris	49.48405	1.16728		Fontaine,Fontaine-sous-Preaux,Fontaine-sous-Préaux		28	76	763	76273
3017999	Fontaine-sous-Montdidier	fontaine-sous-montdidier	FR	80500	121	Europe/Paris	49.65671	2.51823		Fontaine,Fontaine-sous-Montdidier		32	80	803	80326
3018001	Fontaine-sous-Jouy	fontaine-sous-jouy	FR	27120	842	Europe/Paris	49.06667	1.29224		Fontaine,Fontaine-sous-Jouy		28	27	271	27254
3018002	Fontaines-les-Sèches	fontaines-les-seches	FR	21330	57	Europe/Paris	47.77857	4.35389		Fontaines,Fontaines-les-Seches,Fontaines-les-Sèches		27	21	213	21279
3018003	Fontaine-Simon	fontaine-simon	FR	28240	872	Europe/Paris	48.50421	1.01918		Fontaine-Simon		24	28	284	28156
3018004	Fontaines-en-Sologne	fontaines-en-sologne	FR	41250	564	Europe/Paris	47.50912	1.5504		Fontaine-en-Sologne,Fontaines,Fontaines-en-Sologne		24	41	411	41086
3018005	Fontaines-en-Duesmois	fontaines-en-duesmois	FR	21450	130	Europe/Paris	47.64905	4.54405		Fontaines,Fontaines-en-Duesmois		27	21	213	21276
3018006	Fontaines-d'Ozillac	fontaines-d-ozillac	FR	17500	0	Europe/Paris	45.38591	-0.38028		Fontaines,Fontaines-d'Ozillac		75	17	171	17163
3018007	Fontaine-Saint-Lucien	fontaine-saint-lucien	FR	60480	136	Europe/Paris	49.50168	2.14903		Fontaine,Fontaine-Saint-Lucien		32	60	601	60243
3018010	Fontaines	fontaines	FR	71150	454	Europe/Paris	47.69206	3.25922		Fontaines		27	89	891	89173
3018011	Fontaines	fontaines	FR	71150	2166	Europe/Paris	46.84905	4.77036		Fontaines		27	71	712	71202
3018012	Fontaines	fontaines	FR	71150	945	Europe/Paris	46.42354	-0.82115		Fontaines		52	85	851	85080
3018013	Fontaine	fontaine	FR	10200	0	Europe/Paris	45.43704	0.353		Fontaine,Fontaines		75	24	243	24097
3018015	Fontaine-Raoul	fontaine-raoul	FR	41270	205	Europe/Paris	47.99004	1.13893		Fontaine-Raoul		24	41	412	41088
3018061	Fontaine-Fourches	fontaine-fourches	FR	77480	582	Europe/Paris	48.41406	3.39033		Fontaine-Fourches,Fonten-Fursh,Фонтен-Фурш		11	77	773	77187
3018018	Fontaine-Notre-Dame	fontaine-notre-dame	FR	02110	1693	Europe/Paris	50.16681	3.15812		Cailloux-la-Montagne,Fontaine,Fontaine-Notre-Dame,Fontaine-la-Montagne		32	59	592	59244
3018019	Fontaine-Notre-Dame	fontaine-notre-dame	FR	02110	392	Europe/Paris	49.88486	3.4324		Fontaine,Fontaine-Notre-Dame		32	02	023	02322
3018021	Fontaine-Milon	fontaine-milon	FR	49140	371	Europe/Paris	47.50186	-0.24678		Fontaine-Milon,Fonten-Milon,feng tan mi long,Фонтен-Мілон,丰坦米隆		52	49	493	49194
3018022	Fontaine-Mâcon	fontaine-macon	FR	10400	439	Europe/Paris	48.46555	3.50952		Fontaine-Macon,Fontaine-Mâcon		44	10	102	10153
3018069	Fontaine-Chalendray	fontaine-chalendray	FR	17510	304	Europe/Paris	45.94783	-0.18237		Fontaine-Chalandray,Fontaine-Chalendray		75	17	175	17162
3018025	Fontaine-l'Étalon	fontaine-l-etalon	FR	62390	0	Europe/Paris	50.3	2.06667		Fontaine,Fontaine-lEtalon,Fontaine-lÉtalon,fang dan lai ta long,方丹莱塔隆		32	62	621	62345
3018026	Fontaine-lès-Vervins	fontaine-les-vervins	FR	02140	923	Europe/Paris	49.85278	3.90042		Fontaine,Fontaine-les-Vervins,Fontaine-lès-Vervins		32	02	025	02321
3018027	Fontaine-les-Ribouts	fontaine-les-ribouts	FR	28170	217	Europe/Paris	48.65431	1.25499		Fontaine,Fontaine-les-Ribouts		24	28	283	28155
3018028	Fontaine-lès-Luxeuil	fontaine-les-luxeuil	FR	70800	1477	Europe/Paris	47.85592	6.33482		Fontaine,Fontaine-les-Luxeuil,Fontaine-lès-Luxeuil		27	70	701	70240
3018029	Fontaine-lès-Hermans	fontaine-les-hermans	FR	62550	103	Europe/Paris	50.52568	2.34907		Fontaine,Fontaine-les-Hermans,Fontaine-lès-Hermans,Fonten lez Erman,Fonten-le-Erman,fang dan lai ai er mang,fwntyn lyh hyrmanz,Фонтен лез Ерман,Фонтен-ле-Ерман,فونتين ليه هيرمانز,方丹莱埃尔芒		32	62	621	62344
3018030	Fontaine-les-Grès	fontaine-les-gres	FR	10280	917	Europe/Paris	48.41667	3.9		Fontaine-les-Gres,Fontaine-les-Grès		44	10	102	10151
3018031	Fontaine-le-Sec	fontaine-le-sec	FR	80140	156	Europe/Paris	49.94413	1.80734		Fontaine,Fontaine-le-Sec		32	80	802	80324
3018032	Fontaine-lès-Dijon	fontaine-les-dijon	FR	21121	9234	Europe/Paris	47.34238	5.02007		Fontaine,Fontaine-les-Dijon,Fontaine-lès-Dijon,Fonten le Dizhon,Fonten-le-Dizhon,feng tan lai di rong,Фонтен ле Дижон,Фонтен-ле-Дижон,Фонтен-ле-Діжон,丰坦莱迪容		27	21	212	21278
3018033	Fontaine-lès-Croisilles	fontaine-les-croisilles	FR	62128	286	Europe/Paris	50.21892	2.90861		Fontaine,Fontaine-les-Croisilles,Fontaine-lès-Croisilles,Fonten le Kroazij,Fonten-le-Kruazij,fang dan lai ke lu wa xi ye,fwntyn lyh krwysylys,Фонтен ле Кроазиј,Фонтен-ле-Круазий,Фонтен-ле-Круазій,فونتين ليه كرويسيليس,方丹莱克鲁瓦西耶		32	62	621	62343
3018034	Fontaine-les-Coteaux	fontaine-les-coteaux	FR	41800	375	Europe/Paris	47.8	0.83333		Fontaine		24	41	412	41087
3018035	Fontaine-lès-Clercs	fontaine-les-clercs	FR	02680	276	Europe/Paris	49.80434	3.22213		Fontaine,Fontaine-les-Clercs,Fontaine-lès-Clercs		32	02	023	02320
3018036	Fontaine-lès-Cappy	fontaine-les-cappy	FR	80340	41	Europe/Paris	49.89811	2.78199		Fontaine,Fontaine-les-Cappy,Fontaine-lès-Cappy		32	80	804	80325
3018037	Fontaine-lès-Boulans	fontaine-les-boulans	FR	62134	91	Europe/Paris	50.496	2.27522		Fontaine,Fontaine-les-Boulans,Fontaine-lès-Boulans,Fonten le Bulan,Fonten-le-Bulan,fang dan lai bu lang,fwntyn lyh bwlans,Фонтен ле Булан,Фонтен-ле-Булан,فونتين ليه بولانس,方丹莱布朗		32	62	621	62342
3018038	Fontaine-les-Bassets	fontaine-les-bassets	FR	61160	106	Europe/Paris	48.85795	0.00373		Fontaine,Fontaine-les-Bassets		28	61	612	61171
3018039	Fontaine-le-Puits	fontaine-le-puits	FR	73600	139	Europe/Paris	45.45863	6.50931		Fontaine		84	73	731	73284
3018040	Fontaine-le-Port	fontaine-le-port	FR	77590	917	Europe/Paris	48.48565	2.76528		Fontaine-le-Port,Fonten-le-Por,Фонтен-ле-Пор		11	77	772	77188
3018041	Fontaine-le-Pin	fontaine-le-pin	FR	14190	298	Europe/Paris	48.97358	-0.28308		Fontaine,Fontaine-le-Pin		28	14	142	14276
3018042	Fontaine-le-Dun	fontaine-le-dun	FR	76740	1025	Europe/Paris	49.81182	0.85095		Fontaine,Fontaine-le-Dun		28	76	761	76272
3018043	Fontaine-le-Comte	fontaine-le-comte	FR	86240	3316	Europe/Paris	46.53136	0.26226		Fontaine,Fontaine-l'Egalite,Fontaine-l'Egalité,Fontaine-le-Comte,Fonten-le-Kont,feng tai na lei kong te,Фонтен-ле-Конт,丰泰纳勒孔特		75	86	863	86100
3018044	Fontaine-le-Bourg	fontaine-le-bourg	FR	76690	1492	Europe/Paris	49.56451	1.16391		Fontaine,Fontaine-le-Bourg		28	76	763	76271
3018046	Fontaine-Lavaganne	fontaine-lavaganne	FR	60690	310	Europe/Paris	49.59784	1.95238		Fontaine,Fontaine-Lavaganne		32	60	601	60242
3018047	Fontaine-la-Soret	fontaine-la-soret	FR	27550	378	Europe/Paris	49.14769	0.71494		Fontaine,Fontaine-la-Soret		28	27	272	27425
3018048	Fontaine-la-Rivière	fontaine-la-riviere	FR	91690	182	Europe/Paris	48.35848	2.1549		Fontaine,Fontaine-la-Riviere,Fontaine-la-Rivière,Fonten-la-Riv'er,Fonten-la-River,feng tan la li wei ai,Фонтен-ла-Ривьер,Фонтен-ла-Ривєр,丰坦拉里维埃		11	91	911	91240
3018050	Fontaine-la-Mallet	fontaine-la-mallet	FR	76290	2640	Europe/Paris	49.536	0.14625		Fontaine,Fontaine-la-Mallet		28	76	762	76270
3018051	Fontaine-la-Louvet	fontaine-la-louvet	FR	27230	298	Europe/Paris	49.16198	0.44987		Fontaine,Fontaine-la-Louvet		28	27	272	27252
3018052	Fontaine-la-Guyon	fontaine-la-guyon	FR	28190	1100	Europe/Paris	48.4727	1.31417		Fontaine,Fontaine-la-Guyon		24	28	281	28154
3018053	Fontaine-la-Gaillarde	fontaine-la-gaillarde	FR	89100	506	Europe/Paris	48.21993	3.37893		Fontaine,Fontaine-la-Gaillarde		27	89	893	89172
3018054	Fontaine-l'Abbé	fontaine-l-abbe	FR	27470	0	Europe/Paris	49.09083	0.69449		Fontaine-l'Abbe,Fontaine-l'Abbé		28	27	272	27251
3018056	Fontaine-Heudebourg	fontaine-heudebourg	FR	27490	611	Europe/Paris	49.13054	1.21418		Fontaine,Fontaine-Heudebourg		28	27	271	27191
3018057	Fontaine-Henry	fontaine-henry	FR	14610	536	Europe/Paris	49.27556	-0.45192		Fontaine,Fontaine-Henry,Fonten-Anri,Fonten-Ehnri,feng tan ang li,Фонтен-Анри,Фонтен-Анрі,Фонтен-Энри,丰坦昂里		28	14	141	14275
3018058	Fontaine-Guérin	fontaine-guerin	FR	49250	758	Europe/Paris	47.48653	-0.18946		Fontaine-Guerin,Fontaine-Guérin,Fonten-Geren,feng tan gai lan,Фонтен-Герен,丰坦盖兰		52	49	493	49138
3018060	Fontaine-Française	fontaine-francaise	FR	21610	936	Europe/Paris	47.5164	5.37255		Fontaine-Francaise,Fontaine-Française		27	21	212	21277
3018062	Fontaine-Étoupefour	fontaine-etoupefour	FR	14790	1762	Europe/Paris	49.146	-0.45522		Fontaine,Fontaine-Etoupefour,Fontaine-Étoupefour		28	14	142	14274
3018063	Fontaine-en-Dormois	fontaine-en-dormois	FR	51800	22	Europe/Paris	49.23765	4.71834		Fontaine,Fontaine-en-Dormois		44	51	511	51255
3018064	Fontaine-en-Bray	fontaine-en-bray	FR	76440	157	Europe/Paris	49.67533	1.41927		Fontaine,Fontaine-en-Bray		28	76	761	76269
3018066	Fontaine-de-Vaucluse	fontaine-de-vaucluse	FR	84800	644	Europe/Paris	43.92221	5.12689		Fontaine-de-Vaucluse,Fonten de Vokliuzas,Fonten de Vokliūzas,Fonten-de-Vokljuz,La Font de Vauclusa,La Fònt de Vauclusa,Vauclusa,Vaucluse,feng tai na de wo ke lu se,Фонтен-де-Воклюз,丰泰纳德沃克吕瑟		93	84	842	84139
3018067	Fontaine-Denis-Nuisy	fontaine-denis-nuisy	FR	51120	261	Europe/Paris	48.62645	3.68489		Fontaine-Denis-Nuisy,Fontaine-Denis-Nuizy		44	51	512	51254
3018068	Fontaine-Couverte	fontaine-couverte	FR	53350	410	Europe/Paris	47.9079	-1.14417		Fontaine,Fontaine-Couverte,Fonten-Kuvert,feng tan ku wei er te,Фонтен-Куверт,丰坦库韦尔特		52	53	531	53098
3018070	Fontaine-Chaalis	fontaine-chaalis	FR	60300	386	Europe/Paris	49.16667	2.68333		Fonten-Shaali,feng tan sha a li,Фонтен-Шаалі,丰坦沙阿利		32	60	604	60241
3018071	Fontainebrux	fontainebrux	FR	39140	193	Europe/Paris	46.70351	5.42266		Fontainebrux		27	39	392	39229
3018072	Fontaine-Bonneleau	fontaine-bonneleau	FR	60360	302	Europe/Paris	49.66175	2.14784		Fontaine,Fontaine-Bonneleau		32	60	601	60240
3018074	Fontainebleau	fontainebleau	FR	77300	19717	Europe/Paris	48.40908	2.70177		Fons Bleaudi,Fontaine-la-Montagne,Fontaine-le-Vallon,Fontainebleau,Fontainemplo,Fontenblo,XFB,feng dan bai lu,fontenuburo,pongtenbeullo,Φονταινεμπλώ,Фонтенбло,フォンテヌブロー,フォンテーヌブロー,枫丹白露,퐁텐블로	774	11	77	774	77186
3018076	Fontaine-Bellenger	fontaine-bellenger	FR	27600	853	Europe/Paris	49.18609	1.26164		Fontaine,Fontaine-Bellenger		28	27	271	27249
3018077	Fontaine-au-Pire	fontaine-au-pire	FR	59157	1130	Europe/Paris	50.1325	3.37667		Fontaine,Fontaine-au-Pire,Fonten-o-Pir,fang dan ou pi er,Фонтен-о-Пир,Фонтен-о-Пір,方丹欧皮尔		32	59	592	59243
3018078	Fontaine-au-Bois	fontaine-au-bois	FR	59550	671	Europe/Paris	50.14192	3.6475		Fontaine,Fontaine-au-Bois,Fonten-o-Bua,fang dan ou bu wa,Фонтен-о-Буа,方丹欧布瓦		32	59	591	59242
3018082	Fontaine	fontaine	FR	10200	0	Europe/Paris	50.21667	3.93333				32	59	591	59351
3018083	Fontaine	fontaine	FR	10200	0	Europe/Paris	48.71317	1.49098				24	28	283	28292
3018084	Fontaine	fontaine	FR	10200	0	Europe/Paris	48.25061	4.22524				44	10	103	10209
3018085	Fontaine	fontaine	FR	10200	0	Europe/Paris	48.21197	4.71379		Fontaine		44	10	101	10150
3018086	Fontaine	fontaine	FR	10200	0	Europe/Paris	48.19087	3.11826		Fontaine,Fontaines		27	89	893	89370
3018087	Fontaine	fontaine	FR	10200	466	Europe/Paris	48.13001	2.66845				11	77	774	77099
3018088	Fontaine	fontaine	FR	10200	0	Europe/Paris	47.89125	1.17789		Fontaine,Fontaine-les-Coteaux		24	41	412	41175
3018089	Fontaine	fontaine	FR	10200	547	Europe/Paris	47.66094	6.99974		Fontaine,Fontejn,Фонтейн		27	90	901	90047
3018090	Fontaine-lès-Clerval	fontaine-les-clerval	FR	25340	248	Europe/Paris	47.43333	6.46667				27	25	252	25246
3018091	Fontaine	fontaine	FR	10200	0	Europe/Paris	47.11667	4.45				27	21	211	21363
3018092	Fontaine	fontaine	FR	10200	0	Europe/Paris	46.93554	1.99558				24	36	364	36088
3018093	Fontaine	fontaine	FR	10200	0	Europe/Paris	46.64495	0.38601				75	86	863	86222
3018094	Fontaine	fontaine	FR	10200	0	Europe/Paris	46.34613	3.547				84	03	033	03079
3018095	Fontaine	fontaine	FR	10200	24588	Europe/Paris	45.19275	5.68821		Fontaine,Fontejn,Фонтейн		84	38	381	38169
3018096	Fontaine	fontaine	FR	10200	0	Europe/Paris	43.6909	6.11206				93	83	833	83005
3018097	Fontain	fontain	FR	25660	834	Europe/Paris	47.19918	6.02507		Fontain		27	25	251	25245
3018100	Fons-sur-Lussan	fons-sur-lussan	FR	30580	209	Europe/Paris	44.18568	4.32856		Fons,Fons-sur-Lussan		76	30	302	30113
3018101	Fons	fons	FR	07200	0	Europe/Paris	43.90785	4.1945		Fons,Fons-outre-Gardon		76	30	302	30112
3018103	Fonsorbes	fonsorbes	FR	31470	7745	Europe/Paris	43.539	1.22882		Fonsorbes		76	31	311	31187
3018104	Fonsomme	fonsomme	FR	02110	557	Europe/Paris	49.9	3.4		Fonsom,Fonsomm,Fonsommes,feng suo mu,Фонсом,Фонсомм,丰索姆		32	02	023	02319
3018106	Fons	fons	FR	07200	0	Europe/Paris	45.18472	3.1214				84	15	153	15203
3018107	Fons	fons	FR	07200	390	Europe/Paris	44.66437	1.9511		Fons		76	46	462	46108
3018108	Fons	fons	FR	07200	277	Europe/Paris	44.58344	4.34864		Fons		84	07	071	07091
3018109	Fonroque	fonroque	FR	24500	252	Europe/Paris	44.70205	0.4181		Fonroque		75	24	241	24186
3018115	Fongueusemare	fongueusemare	FR	76280	192	Europe/Paris	49.67869	0.30631		Fongueusemare		28	76	762	76268
3018116	Fongrave	fongrave	FR	47260	596	Europe/Paris	44.53333	0.4		Fongrave		75	47	473	47099
3018123	Fondremand	fondremand	FR	70190	200	Europe/Paris	47.47436	6.02692		Fondremand		27	70	702	70239
3018124	Fondettes	fondettes	FR	37230	9684	Europe/Paris	47.4035	0.59686		Fondett,Fondettes,feng dai tai,Фондетт,丰代泰		24	37	372	37109
3018133	Foncquevillers	foncquevillers	FR	62111	481	Europe/Paris	50.14721	2.63157		Fonquevillers		32	62	621	62341
3018134	Foncine-le-Haut	foncine-le-haut	FR	39460	977	Europe/Paris	46.65828	6.07048		Foncine-le-Haut,Fonsin-le-O,feng sang lai ao,Фонсін-ле-О,丰桑莱奥		27	39	392	39228
3018135	Foncine-le-Bas	foncine-le-bas	FR	39520	191	Europe/Paris	46.63761	6.03177		Foncine-le-Bas		27	39	392	39227
3018137	Fonches-Fonchette	fonches-fonchette	FR	80700	137	Europe/Paris	49.76667	2.83333				32	80	803	80322
3018140	Foncegrive	foncegrive	FR	21260	177	Europe/Paris	47.61176	5.1581		Foncegrive		27	21	212	21275
3018142	Fonbeauzard	fonbeauzard	FR	31140	2914	Europe/Paris	43.6783	1.4344		Fombeauzard,Fonbeauzard		76	31	313	31186
3018143	Fomperron	fomperron	FR	79340	351	Europe/Paris	46.47584	-0.10849		Fomperron		75	79	793	79121
3018144	Fomerey	fomerey	FR	88390	124	Europe/Paris	48.22027	6.33927		Fomerey		44	88	881	88174
3018145	Folschviller	folschviller	FR	57730	4777	Europe/Paris	49.07732	6.68358		Fol'shviller,Folschviller,Folschweiler,Folschwiller,fu er si ke wei lai,fwlshwylr,Фольшвиллер,Фольшвіллер,فولشویلر,福尔斯克维莱		44	57	573	57224
3018148	Folligny	folligny	FR	50320	801	Europe/Paris	48.82444	-1.41114		Folligny		28	50	501	50188
3018149	Folleville	folleville	FR	27230	114	Europe/Paris	49.67614	2.36523		Folleville		32	80	803	80321
3018150	Folleville	folleville	FR	27230	187	Europe/Paris	49.15451	0.50537		Folleville		28	27	272	27248
3018151	Folleville	folleville	FR	27230	0	Europe/Paris	48.25895	2.25702				24	45	453	45065
3018152	Folles	folles	FR	87250	529	Europe/Paris	46.11539	1.46013		Faulas,Fol',Folles,Фоль		75	87	871	87067
3018154	Follainville-Dennemont	follainville-dennemont	FR	78520	2021	Europe/Paris	49.02194	1.71331		Follainville,Follainville-Dennemont,Follenvil'-Dennmon,Фолленвиль-Деннмон,Фолленвіль-Деннмон		11	78	781	78239
3018155	Folkling	folkling	FR	57600	1439	Europe/Paris	49.14756	6.89482		Folckling,Folkling		44	57	573	57222
3018158	Folies	folies	FR	80170	88	Europe/Paris	49.76078	2.66954		Folies		32	80	804	80320
3018165	Folgensbourg	folgensbourg	FR	68220	664	Europe/Paris	47.54979	7.44589		Folgensbourg,Folgensburg		44	68	684	68094
3018166	Folembray	folembray	FR	02670	1500	Europe/Paris	49.54334	3.29119		Folembray		32	02	022	02318
3018168	Folcarde	folcarde	FR	31290	96	Europe/Paris	43.40349	1.79413		Folcarde		76	31	313	31185
3018173	Foix	foix	FR	09000	0	Europe/Paris	47.28011	1.01583				24	37	373	37027
3018174	Foix	foix	FR	09000	9860	Europe/Paris	42.96535	1.60705		Foa,Fois,Foix,Foix-sur-Ariege,Foix-sur-Ariège,Fua,Fuxium,Fuā,fowa,fu wa,pua,Фоа,Фуа,פואה,フォワ,富瓦,푸아	09	76	09	091	09122
3018175	Foissy-sur-Vanne	foissy-sur-vanne	FR	89190	287	Europe/Paris	48.22369	3.5044		Foissy,Foissy-sur-Vanne		27	89	893	89171
3018176	Foissy-lès-Vézelay	foissy-les-vezelay	FR	89450	155	Europe/Paris	47.43607	3.76441		Foissy,Foissy-les-Vezelay,Foissy-lès-Vézelay		27	89	892	89170
3018177	Foissy	foissy	FR	21230	138	Europe/Paris	47.12214	4.56215		Foissy		27	21	211	21274
3018178	Foissiat	foissiat	FR	01340	1705	Europe/Paris	46.3715	5.17525		Foissiat		84	01	012	01163
3018179	Foissac	foissac	FR	12260	342	Europe/Paris	44.51058	2.00277		Foissac		76	12	123	12104
3018180	Foissac	foissac	FR	12260	290	Europe/Paris	44.04275	4.29852		Foissac		76	30	302	30111
3018182	Foisches	foisches	FR	08600	215	Europe/Paris	50.12828	4.77837		Foisches,Fuash,fu wa shen,Фуаш,富瓦什		44	08	081	08175
3018189	Foëcy	foecy	FR	18500	2053	Europe/Paris	47.17618	2.16257		Foecy,Foëcy		24	18	183	18096
3018193	Focicchia	focicchia	FR	20212	42	Europe/Paris	42.25066	9.29447		Fochikk'ja,Fochikkija,Focicchia,Fughjuchja,Фочиккия,Фочиккья,Фочиккія		94	2B	2B3	2B116
3018195	Foce	foce	FR	20100	116	Europe/Paris	41.61667	9		Foce		94	2A	2A4	2A115
3018197	Foameix-Ornel	foameix-ornel	FR	55400	197	Europe/Paris	49.23333	5.6				44	55	553	55191
3018199	Fluy	fluy	FR	80540	335	Europe/Paris	49.85892	2.09804		Fluy		32	80	802	80319
3018200	Fluquières	fluquieres	FR	02590	197	Europe/Paris	49.80293	3.15436		Fluquieres,Fluquières		32	02	023	02317
3018202	Flumet	flumet	FR	73590	827	Europe/Paris	45.81817	6.51419		Fljume,Flumet,Флюме		84	73	731	73114
3018206	Floyon	floyon	FR	59219	528	Europe/Paris	50.0422	3.88666		Floyon,Fluajon,fu lu wa yong,Флуайон,弗卢瓦永		32	59	591	59241
3018208	Floursies	floursies	FR	59440	0	Europe/Paris	50.18168	3.96737		Floursies,Flursi,fu lu er xi,Флурси,Флурсі,弗卢尔西		32	59	591	59240
3018210	Flourens	flourens	FR	31130	1703	Europe/Paris	43.59273	1.56259		Flourens		76	31	313	31184
3018211	Floure	floure	FR	11800	342	Europe/Paris	43.18319	2.49018		Floure		76	11	111	11146
3018213	Floudès	floudes	FR	33190	128	Europe/Paris	44.57268	-0.0676		Flodes,Flodés,Floudes,Floudès,Fludes,fu lu dai,Флудес,弗卢代		75	33	333	33169
3018214	Flottemanville-Hague	flottemanville-hague	FR	50690	741	Europe/Paris	49.6215	-1.72242		Flottemanville,Flottemanville-Hague		28	50	502	50041
3018215	Flottemanville	flottemanville	FR	50700	200	Europe/Paris	49.47322	-1.4544		Flottemanville,Flottmanvil',fu luo tai mang wei er,Флоттманвиль,Флоттманвіль,弗洛泰芒维尔		28	50	502	50186
3018219	Floringhem	floringhem	FR	62550	769	Europe/Paris	50.49594	2.42538		Floringhem		32	62	621	62340
3018220	Florimont-Gaumier	florimont-gaumier	FR	24250	137	Europe/Paris	44.69935	1.24017		Florimon-Gom'e,Florimon-Gome,Florimont,Florimont e Gaumier,Florimont e Gaumièr,Floritmont e Gaumier,Floritmont e Gaumièr,fu luo li meng ge mi ye,Флоримон-Гомье,Флоримон-Гомє,弗洛里蒙戈米耶		75	24	244	24184
3018221	Florimont	florimont	FR	90100	413	Europe/Paris	47.51277	7.06758		Florimont		27	90	901	90046
3018224	Floressas	floressas	FR	46700	0	Europe/Paris	44.44397	1.12122		Floressas		76	46	461	46107
3018225	Florentin-la-Capelle	florentin-la-capelle	FR	12140	333	Europe/Paris	44.63025	2.63191		Florentin,Florentin-la-Capelle,Florentin-la-Chapelle		76	12	122	12103
3018226	Florentin	florentin	FR	81150	0	Europe/Paris	45.50016	1.99775				75	19	192	19027
3018227	Florentin	florentin	FR	81150	644	Europe/Paris	43.88806	2.03333		Florentin		76	81	811	81093
3018228	Florentia	florentia	FR	39320	24	Europe/Paris	46.39513	5.42527		Florentia		27	39	392	39209
3018229	Florent-en-Argonne	florent-en-argonne	FR	51800	238	Europe/Paris	49.13446	4.95424		Florent,Florent-en-Argonne		44	51	511	51253
3018230	Florensac	florensac	FR	34510	0	Europe/Paris	44.78952	3.67198				76	48	482	48070
3018231	Florensac	florensac	FR	34510	4428	Europe/Paris	43.38417	3.46712		Floransak,Florecac,Florensac,Floreçac,fu luo lang sa ke,Флорансак,弗洛朗萨克		76	34	341	34101
3018232	Florémont	floremont	FR	88130	455	Europe/Paris	48.36642	6.25226		Floremont,Florémont		44	88	881	88173
3018235	Florange	florange	FR	57190	10758	Europe/Paris	49.32373	6.1212		Florange		44	57	577	57221
3018237	Florac	florac	FR	48400	0	Europe/Paris	44.7484	3.74845				76	48	482	48010
3018238	Florac	florac	FR	48400	1921	Europe/Paris	44.32626	3.59276		Florac,Florak,flrak,fu luo la ke,furorakku,Флорак,فلراک,フロラック,弗洛拉克	481	76	48	481	48061
3018244	Floirac	floirac	FR	17120	311	Europe/Paris	45.47739	-0.74861		Floirac		75	17	174	17160
3018245	Floirac	floirac	FR	17120	264	Europe/Paris	44.91537	1.65476		Floirac		76	46	463	46106
3018246	Floirac	floirac	FR	17120	16497	Europe/Paris	44.83061	-0.52675		Floirac		75	33	332	33167
3018247	Floing	floing	FR	08200	2462	Europe/Paris	49.72216	4.92947		Floing		44	08	083	08174
3018248	Flogny-la-Chapelle	flogny-la-chapelle	FR	89360	1158	Europe/Paris	47.95	3.86667				27	89	892	89169
3018249	Flocques	flocques	FR	76260	0	Europe/Paris	50.03663	1.3652		Flocques		28	76	761	76266
3018250	Flocourt	flocourt	FR	57580	124	Europe/Paris	48.9727	6.41136		Flocourt		44	57	579	57220
3018251	Flize	flize	FR	08160	1272	Europe/Paris	49.69875	4.77171		Fliz,Flize,fu li ci,Флиз,Фліз,弗利兹		44	08	081	08173
3018252	Flixecourt	flixecourt	FR	80420	3104	Europe/Paris	50.01465	2.08095		Flixecourt		32	80	802	80318
3018253	Flirey	flirey	FR	54470	197	Europe/Paris	48.87552	5.84613		Flirey		44	54	544	54200
3018254	Flipou	flipou	FR	27380	323	Europe/Paris	49.31511	1.2795		Flipou		28	27	271	27247
3018255	Flins-sur-Seine	flins-sur-seine	FR	78410	2328	Europe/Paris	48.96523	1.87314		Flen-sjur-Sen,Flins,Flins-sur-Seine,Флен-сюр-Сен		11	78	781	78238
3018256	Flins-Neuve-Église	flins-neuve-eglise	FR	78790	162	Europe/Paris	48.89136	1.5792		Flins,Flins-Neuve-Eglise,Flins-Neuve-Église		11	78	781	78237
3018257	Flines-lez-Raches	flines-lez-raches	FR	59148	5567	Europe/Paris	50.41667	3.18333		Flin-le-Rash,Flines,Flines-les-Raohes,Flines-lez-Raches,Flines-lez-Râches,Flines-lès-Râohes,L'Abbaye,fu li ne lai la shen,Флин-ле-Раш,Флін-ле-Раш,弗利讷莱拉什		32	59	593	59239
3018258	Flines-lès-Mortagne	flines-les-mortagne	FR	59158	1559	Europe/Paris	50.50281	3.46495		Flin-le-Mortan',Flines,Flines-les-Mortagne,Flines-lès-Mortagne,fu li ne lai mo er ta nie,Флин-ле-Мортань,Флін-ле-Мортань,弗利讷莱莫尔塔涅		32	59	596	59238
3018260	Flin	flin	FR	54122	378	Europe/Paris	48.49753	6.65493		Flin		44	54	542	54199
3018261	Fligny	fligny	FR	08380	173	Europe/Paris	49.8825	4.2658		Fligny,Flin'i,fu li ni,Флиньи,Фліньї,弗利尼		44	08	081	08172
3018263	Flez-Cuzy	flez-cuzy	FR	58190	0	Europe/Paris	47.4073	3.42387				27	58	582	58116
3018264	Fleys	fleys	FR	89800	170	Europe/Paris	47.81494	3.862		Fleys		27	89	891	89168
3018265	Fley	fley	FR	71390	259	Europe/Paris	46.66976	4.6406		Fley		27	71	712	71201
3018266	Flexbourg	flexbourg	FR	67310	414	Europe/Paris	48.57172	7.43079				44	67	673	67139
3018267	Flexanville	flexanville	FR	78910	557	Europe/Paris	48.85341	1.73781		Fleksanvil',Flexanville,Флексанвиль,Флексанвіль		11	78	782	78236
3018268	Flévy	flevy	FR	57365	505	Europe/Paris	49.23756	6.24483		Flevy,Flévy		44	57	579	57219
3018269	Fléville	fleville	FR	08250	250	Europe/Paris	49.24532	5.82289		Fleville,Fleville-Lixieres,Fléville,Fléville-Lixières		44	54	541	54198
3018270	Fléville-devant-Nancy	fleville-devant-nancy	FR	54710	2680	Europe/Paris	48.62495	6.20325		Fleville,Fleville-devant-Nancy,Fléville,Fléville-devant-Nancy		44	54	543	54197
3018271	Fléville	fleville	FR	08250	103	Europe/Paris	49.30499	4.97106		Fleville,Fléville		44	08	084	08171
3018275	Fleury-sur-Orne	fleury-sur-orne	FR	14123	4457	Europe/Paris	49.14851	-0.37508		Fleri-sjur-Orn,Fleury,Fleury-sur-Orne,Fljori-sjur-Orn,Floriacum ad Olnam,ao er en he pan fu lei li,Флери-сюр-Орн,Флері-сюр-Орн,Флёри-сюр-Орн,奥尔恩河畔弗勒里		28	14	142	14271
3018276	Fleury-sur-Loire	fleury-sur-loire	FR	58240	262	Europe/Paris	46.83638	3.31971		Fleury,Fleury-sur-Loire		27	58	583	58115
3018277	Fleury-sur-Andelle	fleury-sur-andelle	FR	27380	1995	Europe/Paris	49.36176	1.35599		Fleury,Fleury-sur-Andelle		28	27	271	27246
3018279	Fleury-Mérogis	fleury-merogis	FR	91700	9241	Europe/Paris	48.6373	2.36378		Fleri-Merozhi,Fleri-Merozhis,Fleury-Merogis,Fleury-Mérogis,fu lei li mei luo ji,Флери-Мерожи,Флері-Мерожис,弗勒里梅罗吉		11	91	912	91235
3018280	Fleury-les-Aubrais	fleury-les-aubrais	FR	45400	21085	Europe/Paris	47.93328	1.91811		Fleri lez Obre,Fleri-lez-Obre,Fleury-les-Aubrais,Les Aubrais,flwry lzwbrh,fu lei li lai ao bu lai,fururi=rezobure,peulloelile-obeule,Флери лез Обре,Флері-лез-Обре,فلوری لزوبره,フルーリー＝レゾブレ,弗勒里莱奥布赖,플뢰리레오브레		24	45	452	45147
3018282	Fleury-la-Vallée	fleury-la-vallee	FR	89113	1053	Europe/Paris	47.86672	3.44908		Fleury,Fleury-Vallee-d'Aillant,Fleury-Vallée-d'Aillant,Fleury-la-Vallee,Fleury-la-Vallée		27	89	891	89167
3018284	Fleury-la-Rivière	fleury-la-riviere	FR	51480	523	Europe/Paris	49.09678	3.88357		Fleury,Fleury-la-Riviere,Fleury-la-Rivière		44	51	512	51252
3018285	Fleury-la-Montagne	fleury-la-montagne	FR	71340	574	Europe/Paris	46.205	4.11906		Fleury,Fleury-la-Montagne		27	71	713	71200
3018286	Fleury-la-Forêt	fleury-la-foret	FR	27480	265	Europe/Paris	49.41966	1.55563		Fleury,Fleury-la-Foret,Fleury-la-Forêt		28	27	271	27245
3018287	Fleury-en-Bière	fleury-en-biere	FR	77930	620	Europe/Paris	48.44589	2.5487		Fleri-an-B'er,Fleri-an-Ber,Fleury,Fleury-en-Biere,Fleury-en-Bière,Флери-ан-Бьер,Флері-ан-Бєр		11	77	774	77185
3018288	Fleury	fleury	FR	02600	81	Europe/Paris	50.42287	2.25662		Fleury		32	62	621	62339
3018289	Fleury	fleury	FR	02600	209	Europe/Paris	49.74089	2.1205		Fleury		32	80	802	80317
3018290	Fleury	fleury	FR	02600	143	Europe/Paris	49.25804	3.15914		Fleury		32	02	024	02316
3018291	Fleury	fleury	FR	02600	0	Europe/Paris	49.24365	1.97014		Fleury		32	60	601	60239
3018292	Fleury	fleury	FR	02600	1164	Europe/Paris	49.04181	6.19329		Fleury		44	57	579	57218
3018293	Fleury	fleury	FR	02600	782	Europe/Paris	48.84738	-1.2756		Fleury		28	50	504	50185
3018294	Fleury	fleury	FR	02600	0	Europe/Paris	48.63562	2.97195				11	77	773	77135
3018295	Fleury	fleury	FR	02600	0	Europe/Paris	47.80281	2.31321		Fleury		24	45	452	45270
3018296	Fleury	fleury	FR	02600	2713	Europe/Paris	43.23095	3.13745		Fleury,Fleury Bouches de l'Aude,Fleury ”Bouches de l'Aude,Fleury-d'Aude,Perignan,Pérignan		76	11	113	11145
3018297	Fleurville	fleurville	FR	71260	486	Europe/Paris	46.44808	4.88074		Fleurville		27	71	715	71591
3018298	Fleurines	fleurines	FR	60700	1901	Europe/Paris	49.25901	2.58385		Flerin,Fleurines,fu lei li nei,Флерин,弗勒里内		32	60	604	60238
3018300	Fleurigné	fleurigne	FR	35133	990	Europe/Paris	48.33656	-1.12225		Fleurigne,Fleurigné,Flurinieg		53	35	351	35112
3018302	Fleurieux-sur-l'Arbresle	fleurieux-sur-l-arbresle	FR	69210	0	Europe/Paris	45.8365	4.65252		Fleurieux,Fleurieux-sur-l'Arbresle		84	69	692	69086
3018303	Fleurieu-sur-Saône	fleurieu-sur-saone	FR	69250	1361	Europe/Paris	45.86095	4.84633		Flere-sjur-Son,Fleurieu,Fleurieu-sur-Saone,Fleurieu-sur-Saône,Флерє-сюр-Сон		84	69	691	69085
3018304	Fleuriel	fleuriel	FR	03140	0	Europe/Paris	46.38638	2.5114				84	03	031	03128
3018305	Fleuriel	fleuriel	FR	03140	0	Europe/Paris	46.28173	3.17803		Fleuriel		84	03	032	03115
3018306	Fleurie	fleurie	FR	69820	1266	Europe/Paris	46.19219	4.69747		Fleri,Fleurie,fururi,Флері,フルーリー		84	69	692	69084
3018308	Fleurey-sur-Ouche	fleurey-sur-ouche	FR	21410	1297	Europe/Paris	47.31182	4.85911		Flere-sjur-Ush,Fleurey,Fleurey-sur-Ouche,Fljore-sjur-Ush,wu ke he pan fu lei lei,Флере-сюр-Уш,Флёре-сюр-Уш,乌克河畔弗勒雷		27	21	212	21273
3018309	Fleurey-lès-Saint-Loup	fleurey-les-saint-loup	FR	70800	145	Europe/Paris	47.91608	6.29357		Fleurey,Fleurey-les-Saint-Loup,Fleurey-lès-Saint-Loup		27	70	701	70238
3018310	Fleurey-lès-Lavoncourt	fleurey-les-lavoncourt	FR	70120	109	Europe/Paris	47.65848	5.78444		Fleurey,Fleurey-les-Lavoncourt,Fleurey-lès-Lavoncourt		27	70	702	70237
3018311	Fleurey-lès-Faverney	fleurey-les-faverney	FR	70160	373	Europe/Paris	47.74474	6.08597		Fleurey,Fleurey-les-Faverney,Fleurey-lès-Faverney		27	70	702	70236
3018313	Fleurey	fleurey	FR	25190	71	Europe/Paris	47.30275	6.77592		Fleurey		27	25	252	25244
3018316	Fleuré	fleure	FR	61200	237	Europe/Paris	48.68985	-0.05679		Fleure,Fleuré		28	61	612	61170
3018317	Fleuré	fleure	FR	61200	850	Europe/Paris	46.47736	0.52152		Fleure,Fleuré		75	86	863	86099
3018318	Fleurbaix	fleurbaix	FR	62840	2556	Europe/Paris	50.65061	2.83305		Flerbe,Fleurbaei,Fleurbaix,Fleurbäi,Vloerbeke,flwbayks,fu lei er bai,Флербе,فلوبايكس,弗勒尔拜		32	62	622	62338
3018319	Fleurat	fleurat	FR	23320	0	Europe/Paris	46.25241	2.14444				75	23	231	23072
3018320	Fleurat	fleurat	FR	23320	0	Europe/Paris	46.2405	1.67893				75	23	232	23082
3018321	Fleurat	fleurat	FR	23320	0	Europe/Paris	46.14345	2.30439		Fleurat		75	23	231	23209
3018323	Fleurance	fleurance	FR	32500	6564	Europe/Paris	43.8494	0.66298		Flerans,Fleurance,Fleurence,Fljorans,Florenca,Florença,Pleurance,fu lei lang si,Флеранс,Флёранс,弗勒朗斯		76	32	322	32132
3018325	Fleurac	fleurac	FR	16200	236	Europe/Paris	45.72027	-0.08452		Fleurac		75	16	162	16139
3018326	Fleurac	fleurac	FR	16200	235	Europe/Paris	45.00819	1.00218		Fleurac		75	24	244	24183
3018327	Fleurac	fleurac	FR	16200	0	Europe/Paris	44.90073	3.89982				84	43	432	43039
3018329	Fléty	flety	FR	58170	140	Europe/Paris	46.7894	3.90333		Fletty,Flety,Fléty		27	58	581	58114
3018330	Flêtre	fletre	FR	59270	765	Europe/Paris	50.75507	2.64513		Fletr,Fletre,Flêtre,Vleteren,Vletern,fu lai te er,Флетр,弗莱特尔		32	59	594	59237
3018331	Flétrange	fletrange	FR	57690	835	Europe/Paris	49.06292	6.5636		Fletrange,Flétrange		44	57	573	57217
3018332	Flesselles	flesselles	FR	80260	2174	Europe/Paris	50.00202	2.26119		Flesselles		32	80	802	80316
3018333	Flesquières	flesquieres	FR	59267	281	Europe/Paris	50.12268	3.11593		Flesquieres,Flesquières		32	59	592	59236
3018334	Flers-sur-Noye	flers-sur-noye	FR	80160	345	Europe/Paris	49.73357	2.25551		Flers,Flers-sur-Noye		32	80	803	80315
3018336	Flers-en-Escrebieux	flers-en-escrebieux	FR	59128	5669	Europe/Paris	50.3979	3.06038		Flers,Flers-en-Escrebieux,Flers-en-Escribeus		32	59	593	59234
3018337	Flers	flers	FR	61100	183	Europe/Paris	50.31654	2.24829		Flers		32	62	621	62337
3018338	Flers	flers	FR	61100	142	Europe/Paris	50.04742	2.8205		Flers		32	80	804	80314
3018339	Flers	flers	FR	61100	17430	Europe/Paris	48.73722	-0.57466		Flers,Flers-de-l'Orne		28	61	612	61169
3018340	Fléré-la-Rivière	flere-la-riviere	FR	36700	561	Europe/Paris	47.02013	1.10793		Flere,Flere-la-Riv'er,Flere-la-River,Flere-la-Riviere,Fléré,Fléré-la-Rivière,fu lai lei la li wei ai,Флере-ла-Ривьер,Флере-ла-Ривєр,弗莱雷拉里维埃		24	36	362	36074
3018341	Fleix	fleix	FR	86300	159	Europe/Paris	46.55522	0.74527		Fleix		75	86	862	86098
3018342	Fleix	fleix	FR	86300	0	Europe/Paris	46.4031	1.09599				75	86	862	86037
3018343	Fleix	fleix	FR	86300	0	Europe/Paris	45.81667	1.65				75	87	872	87024
3018344	Fleisheim	fleisheim	FR	57635	126	Europe/Paris	48.78905	7.16269		Fleisheim		44	57	575	57216
3018345	Fleigneux	fleigneux	FR	08200	202	Europe/Paris	49.74793	4.94862		Fleigneux		44	08	083	08170
3018346	Flée	flee	FR	21140	578	Europe/Paris	47.7333	0.45273		Flee,Flée		52	72	721	72134
3018347	Flée	flee	FR	21140	144	Europe/Paris	47.43369	4.32958		Flee,Flée		27	21	213	21272
3018348	Flée	flee	FR	21140	0	Europe/Paris	46.54084	0.37333				75	86	863	86214
3018349	Fléchy	flechy	FR	60120	88	Europe/Paris	49.65947	2.23213		Flechy,Fléchy		32	60	602	60237
3018351	Fléchin	flechin	FR	62960	470	Europe/Paris	50.55924	2.2934		Felchin,Flechin,Fleshen,Fléchin,Félchin,flytshyn,fu lai shang,Флешен,فليتشين,弗莱尚		32	62	625	62336
3018353	Fléac-sur-Seugne	fleac-sur-seugne	FR	17800	338	Europe/Paris	45.53386	-0.53945		Fleac,Fleac-sur-Seugne,Fleak-sjur-Sen',Fleak-sjur-Sjon',Fléac,Fléac-sur-Seugne,se ni he pan fu lai a ke,Флеак-сюр-Сень,Флеак-сюр-Сёнь,瑟尼河畔弗莱阿克		75	17	171	17159
3018354	Fléac	fleac	FR	16730	3079	Europe/Paris	45.66514	0.09346		Fleac,Fleak,Fléac,fu lai a ke,Флеак,弗莱阿克		75	16	161	16138
3018355	Flayosc	flayosc	FR	83780	4290	Europe/Paris	43.53396	6.3966		Flaiosc,Flaiòsc,Flayosc,Flejosk,Fleosk,fu lai ao si,Флейоск,Флеоск,弗莱奥斯		93	83	831	83058
3018356	Flayat	flayat	FR	23260	389	Europe/Paris	45.77604	2.38218		Flayat		75	23	231	23081
3018358	Flaxlanden	flaxlanden	FR	68720	1312	Europe/Paris	47.69547	7.31484		Flakslanden,Flaxlanden,fu la ke si lang dang,Флаксланден,弗拉克斯朗当		44	68	684	68093
3018359	Flaxieu	flaxieu	FR	01350	51	Europe/Paris	45.80865	5.73538		Flaxieu		84	01	011	01162
3018360	Flavy-le-Meldeux	flavy-le-meldeux	FR	60640	204	Europe/Paris	49.68473	3.04404		Flavy,Flavy-le-Meldeux		32	60	603	60236
3018361	Flavy-le-Martel	flavy-le-martel	FR	02520	1529	Europe/Paris	49.71299	3.1915		Flavy,Flavy-le-Martel		32	02	023	02315
3018362	Flavin	flavin	FR	12450	2019	Europe/Paris	44.2889	2.60513		Flavin		76	12	121	12102
3018363	Flavigny-sur-Ozerain	flavigny-sur-ozerain	FR	21150	378	Europe/Paris	47.51202	4.53095		Flavigny,Flavigny-sur Ozeran,Flavigny-sur-Ozerain,Flavin'i-sjur-Ozeren,Flavin'i-sjur-Ozren,ao ze lan he pan fu la wei ni,Флавиньи-сюр-Озерен,Флавиньи-сюр-Озрен,Флавіньї-сюр-Озерен,奥泽兰河畔弗拉维尼		27	21	213	21271
3018364	Flavigny-sur-Moselle	flavigny-sur-moselle	FR	54630	1932	Europe/Paris	48.56567	6.18878		Flavigny,Flavigny-sur-Moselle,La Basse Flavigny		44	54	543	54196
3018366	Flavigny-le-Grand-et-Beaurain	flavigny-le-grand-et-beaurain	FR	02120	437	Europe/Paris	49.88729	3.66228		Flavigny-et-Beaurain,Flavigny-le-Grand,Flavigny-le-Grand-et-Beaurain		32	02	025	02313
3018369	Flavigny	flavigny	FR	18350	210	Europe/Paris	48.97559	4.06041		Flavigny		44	51	512	51251
3018370	Flavignerot	flavignerot	FR	21160	160	Europe/Paris	47.27891	4.91776		Flavignerot		27	21	212	21270
3018371	Flavignac	flavignac	FR	87230	986	Europe/Paris	45.70413	1.09207		Flavignac,Flavin'jak,Flavinhac,fu la wei ni ya ke,Флавиньяк,Флавіньяк,弗拉维尼亚克		75	87	872	87066
3018372	Flaviac	flaviac	FR	07000	0	Europe/Paris	45.14676	4.2432				84	43	433	43069
3018373	Flaviac	flaviac	FR	07000	1149	Europe/Paris	44.74777	4.67434		Flaviac		84	07	072	07090
3018374	Flavacourt	flavacourt	FR	60590	730	Europe/Paris	49.33502	1.82038		Flavacourt		32	60	601	60235
3018375	Flaux	flaux	FR	30700	290	Europe/Paris	44.01912	4.50455		Flaux		76	30	302	30110
3018474	Finhan	finhan	FR	82700	1005	Europe/Paris	43.91335	1.2212		Finhan		76	82	822	82062
3018376	Flaumont-Waudrechies	flaumont-waudrechies	FR	59440	0	Europe/Paris	50.12649	3.96753		Flaumont-Waudrechies,Flomon-Vodreshi,fu luo meng wo de lei xi,Фломон-Водреши,Фломон-Водреші,弗洛蒙沃德雷希		32	59	591	59233
3018377	Flaujagues	flaujagues	FR	33350	529	Europe/Paris	44.82746	0.03626		Flaujagues		75	33	335	33168
3018378	Flaujac-Poujols	flaujac-poujols	FR	46090	644	Europe/Paris	44.40584	1.49894		Flaujac,Flaujac-Poujols		76	46	461	46105
3018379	Flaujac-Gare	flaujac-gare	FR	46320	76	Europe/Paris	44.71138	1.79131		Flaujac,Flaujac-Gare		76	46	462	46104
3018449	Fitou	fitou	FR	11510	715	Europe/Paris	42.89301	2.97708				76	11	113	11144
3018380	Flaugnac	flaugnac	FR	46170	404	Europe/Paris	44.27881	1.39358		Flaugnac,Flaunhac,Flon'jak,fu luo ni ya ke,furonyakku,Флоньяк,フロニャック,弗洛尼亚克		76	46	461	46103
3018382	Flaugeac	flaugeac	FR	24240	286	Europe/Paris	44.74814	0.44243		Flaugeac,Flaujac,Flozhak,fu luo ya ke,Фложак,弗洛雅克		75	24	241	24534
3018383	Flaucourt	flaucourt	FR	80200	329	Europe/Paris	49.91453	2.86477		Flaucourt		32	80	804	80313
3018384	Flat	flat	FR	63500	405	Europe/Paris	45.57085	3.3029		Flat		84	63	633	63160
3018385	Flastroff	flastroff	FR	57320	341	Europe/Paris	49.3668	6.53354		Flastroff		44	57	577	57215
3018387	Flassigny	flassigny	FR	55600	54	Europe/Paris	49.47359	5.44211		Flassigny		44	55	553	55188
3018389	Flassans-sur-Issole	flassans-sur-issole	FR	83340	2681	Europe/Paris	43.36856	6.22154		Flacan,Flasan-sjur-Isol',Flassan dIcola,Flassan dIçòla,Flassan-sjur-Issol',Flassans,Flassans-sur-Issole,Flaçan,yi suo lei he pan fu la sang,Фласан-сюр-Исоль,Флассан-сюр-Іссоль,伊索勒河畔弗拉桑		93	83	833	83057
3018390	Flassan	flassan	FR	84410	365	Europe/Paris	44.09892	5.24106		Flacan,Flassan,Flaçan,fu la sang,Флассан,弗拉桑		93	84	843	84046
3018392	Flangebouche	flangebouche	FR	25390	620	Europe/Paris	47.13958	6.4706		Flanzhebush,fu lang re bu ke,Фланжебуш,弗朗热布克		27	25	253	25243
3018394	Flancourt-Catelon	flancourt-catelon	FR	27310	383	Europe/Paris	49.33315	0.77404		Flancourt,Flancourt-Catelon		28	27	272	27085
3018397	Flammerécourt	flammerecourt	FR	52110	60	Europe/Paris	48.36201	5.04035		Flammerecourt,Flammerécourt		44	52	523	52201
3018399	Flammerans	flammerans	FR	21130	391	Europe/Paris	47.22918	5.44714		Flammerans		27	21	212	21269
3018401	Flamets-Frétils	flamets-fretils	FR	76270	161	Europe/Paris	49.73298	1.5793		Flamets,Flamets-Fretils,Flamets-Frétils		28	76	761	76265
3018404	Flamarens	flamarens	FR	32340	152	Europe/Paris	44.01725	0.79251		Flamaran,Flamarens,fu la ma lang,Фламаран,Фламаренс,弗拉马朗		76	32	322	32131
3018408	Flamanville	flamanville	FR	50340	355	Europe/Paris	49.63001	0.8325		Flamanville		28	76	763	76264
3018409	Flamanville	flamanville	FR	50340	1722	Europe/Paris	49.53274	-1.8656		Flamanville		28	50	502	50184
3018415	Flainval	flainval	FR	54110	163	Europe/Paris	48.61941	6.39882		Flainval		44	54	542	54195
3018416	Flaignes-Havys	flaignes-havys	FR	08260	130	Europe/Paris	49.81667	4.4		Flaignes,Flaignes-les-Oliviers		44	08	081	08169
3018417	Flagy	flagy	FR	70000	588	Europe/Paris	48.31226	2.9221		Flagy		11	77	774	77184
3018418	Flagy	flagy	FR	70000	163	Europe/Paris	47.69909	6.19001		Flagy		27	70	702	70235
3018419	Flagy	flagy	FR	70000	168	Europe/Paris	46.5001	4.63896		Flagy		27	71	715	71199
3018421	Flagnac	flagnac	FR	12300	942	Europe/Paris	44.60507	2.24808		Flagnac		76	12	123	12101
3018422	Flagey-Rigney	flagey-rigney	FR	25640	74	Europe/Paris	47.41864	6.22395		Flagey,Flagey-Rigney		27	25	251	25242
3018423	Flagey-lès-Auxonne	flagey-les-auxonne	FR	21130	169	Europe/Paris	47.14596	5.38981		Flagey,Flagey-les-Auxonne,Flagey-lès-Auxonne		27	21	212	21268
3018424	Flagey-Echézeaux	flagey-echezeaux	FR	21640	508	Europe/Paris	47.16667	4.98333		Flazhe-Ehshezo,Flazhe-Eshezo,flazhy-ashz,fu la re ai xie zuo,Флаже-Ешезо,Флаже-Эшезо,فلاژی-اشز,弗拉热埃谢佐		27	21	211	21267
3018425	Flagey	flagey	FR	25330	64	Europe/Paris	47.78222	5.25601		Flagey		44	52	522	52200
3018426	Flagey	flagey	FR	25330	108	Europe/Paris	47.03771	6.1206		Flagey		27	25	251	25241
3018429	Flacy	flacy	FR	89190	123	Europe/Paris	48.22674	3.60402		Flacy		27	89	893	89165
3018430	Flacourt	flacourt	FR	78200	132	Europe/Paris	48.92782	1.64688		Flacourt,Flakur,Флакур		11	78	781	78234
3018431	Flachères	flacheres	FR	38690	325	Europe/Paris	45.47048	5.31188		Flacheres,Flachères		84	38	382	38167
3018432	Flacey-en-Bresse	flacey-en-bresse	FR	71580	354	Europe/Paris	46.60068	5.39389		Flacey,Flacey-en-Bresse,Flase-an-Bress,Фласе-ан-Бресс		27	71	714	71198
3018433	Flacey	flacey	FR	21490	214	Europe/Paris	48.14744	1.35064		Flacey		24	28	282	28153
3018434	Flacey	flacey	FR	21490	150	Europe/Paris	47.42972	5.14863		Flacey		27	21	212	21266
3018440	Fix-Saint-Geneys	fix-saint-geneys	FR	43320	145	Europe/Paris	45.14264	3.66832		Fix,Fix-Saint-Geneys,Fix-d'Auvergne,Fix-le-Haut,Geneix-de-Fix		84	43	432	43095
3018441	Fixin	fixin	FR	21220	825	Europe/Paris	47.2451	4.97327		Fixin		27	21	211	21265
3018442	Fixem	fixem	FR	57570	314	Europe/Paris	49.44277	6.27603		Fixem		44	57	577	57214
3018448	Fitz-James	fitz-james	FR	60600	2533	Europe/Paris	49.39113	2.4307		Fic-Zhames,Fitz-James,fei te ya mei,Фіц-Жамес,菲特雅梅		32	60	602	60234
3018450	Fitilieu	fitilieu	FR	38490	1390	Europe/Paris	45.54744	5.56194		Fitilieu		84	38	382	38001
3018453	Fismes	fismes	FR	51170	5395	Europe/Paris	49.30773	3.68607		Fim,Fismes,fei si mei,Фім,菲斯梅		44	51	513	51250
3018454	Fislis	fislis	FR	68480	389	Europe/Paris	47.50582	7.38105		Fislis		44	68	681	68092
3018455	Firminy	firminy	FR	42700	17902	Europe/Paris	45.38956	4.2886		Firmini,Firminy,fei er mi ni,Фірміні,菲尔米尼		84	42	423	42095
3018456	Firmi	firmi	FR	12300	2678	Europe/Paris	44.54106	2.30764		Firmi,Firmy		76	12	123	12100
3018457	Firfol	firfol	FR	14100	451	Europe/Paris	49.15413	0.31984		Firfol		28	14	143	14270
3018458	Firbeix	firbeix	FR	24450	345	Europe/Paris	45.59971	0.97492		Firbe,Firbeix,Firbes,fei er bei,Фирбе,Фірбе,菲尔贝		75	24	242	24180
3018459	Fiquefleur-Équainville	fiquefleur-equainville	FR	27210	591	Europe/Paris	49.39771	0.3201		Fiquefleur-Equainville,Fiquefleur-Équainville		28	27	272	27243
3018465	Fins	fins	FR	80360	262	Europe/Paris	50.0354	3.04521		Fins		32	80	804	80312
3018466	Fins	fins	FR	80360	0	Europe/Paris	46.44876	3.10048				84	03	032	03069
3018475	Finestret	finestret	FR	66320	149	Europe/Paris	42.61579	2.51153		Finestret		76	66	663	66079
3018480	Fiménil	fimenil	FR	88600	197	Europe/Paris	48.18368	6.71472		Fimenil,Fiménil		44	88	881	88172
3018481	Filstroff	filstroff	FR	57320	813	Europe/Paris	49.32276	6.54054		Filstroff		44	57	573	57213
3018488	Fillols	fillols	FR	66820	155	Europe/Paris	42.56156	2.40954		Fillols		76	66	663	66078
3018489	Fillinges	fillinges	FR	74250	2702	Europe/Paris	46.15944	6.34237				84	74	743	74128
3018490	Fillièvres	fillievres	FR	62770	514	Europe/Paris	50.31691	2.15848		Fillievres,Fillièvres		32	62	624	62335
3018491	Fillières	fillieres	FR	54560	407	Europe/Paris	49.40435	5.84311		Fillieres,Fillières		44	54	541	54194
3018492	Fillé	fille	FR	72210	1135	Europe/Paris	47.89861	0.12502		Fie,Fille,Fille-sur-Sarthe,Fillé,Fillé-sur-Sarthe,Фіє		52	72	721	72133
3018498	Filain	filain	FR	02000	91	Europe/Paris	49.45846	3.55749		Filain		32	02	024	02311
3018499	Filain	filain	FR	02000	237	Europe/Paris	47.51667	6.18333		Filain		27	70	702	70234
3018502	Fignières	fignieres	FR	80500	125	Europe/Paris	49.68429	2.58609		Fignieres,Fignières		32	80	803	80311
3018503	Fignévelle	fignevelle	FR	88410	0	Europe/Paris	47.99186	5.91276		Fignevelle,Fignévelle		44	88	882	88171
3018506	Figeac	figeac	FR	46100	11491	Europe/Paris	44.60894	2.03155		Ceint-d'Eau,Figeac,Figiacum,Fijac,Fizhak,fei ya ke,fijakku,Фижак,Фіжак,フィジャック,菲雅克	462	76	46	462	46102
3018507	Figarol	figarol	FR	31260	270	Europe/Paris	43.08452	0.89775		Figarol		76	31	312	31183
3018513	Figanières	figanieres	FR	83830	2424	Europe/Paris	43.56882	6.49722		Figanieres,Figanières		93	83	831	83056
3018514	Fieux	fieux	FR	47600	293	Europe/Paris	44.09094	0.42359		Fieux		75	47	474	47098
3018515	Fieulaine	fieulaine	FR	02110	257	Europe/Paris	49.89868	3.44739		Fieulaine		32	02	023	02310
3018516	Fierville-les-Parcs	fierville-les-parcs	FR	14130	221	Europe/Paris	49.24377	0.2307		F'ervil'-le-Park,Fervil'-le-Park,Fierville,Fierville-les-Parcs,fei ye er wei er lai pa er ke,Фьервиль-ле-Парк,Фєрвіль-ле-Парк,菲耶尔维尔莱帕尔克		28	14	143	14269
3018517	Fierville-les-Mines	fierville-les-mines	FR	50580	256	Europe/Paris	49.39059	-1.66976		Fierville,Fierville-les-Mines		28	50	502	50183
3018518	Fierville-Bray	fierville-bray	FR	14190	0	Europe/Paris	49.06667	-0.18333		Fierville,Fierville-la-Campagne		28	14	142	14005
3018523	Fienvillers	fienvillers	FR	80750	587	Europe/Paris	50.11832	2.2293		Fienvillers		32	80	802	80310
3018525	Fiennes	fiennes	FR	62132	829	Europe/Paris	50.8274	1.82533		Fiennes		32	62	626	62334
3018528	Fiefs	fiefs	FR	62134	338	Europe/Paris	50.50359	2.3226		Fiefs		32	62	621	62333
3018529	Fieffes-Montrelet	fieffes-montrelet	FR	80670	306	Europe/Paris	50.07912	2.22782				32	80	802	80566
3018531	Fichous-Riumayou	fichous-riumayou	FR	64410	159	Europe/Paris	43.48468	-0.44822		Fichous,Fichous-Riumayou,Fishus-R'jumeju,Fishus-Rjjumeu,Hishos e Rimajor,Hishos-Rimajor,Hishós e Rimajor,Hishós-Rimajor,fei shu li yu mai wu,Фишус-Рйюмеу,Фишус-Рьюмейу,Фішус-Рйюмеу,菲舒里于迈乌		75	64	643	64226
3018532	Ficheux	ficheux	FR	62173	540	Europe/Paris	50.22648	2.73793		Ficheux,Fishe,fei she,fytshywks,Фише,Фіше,فيتشيوكس,菲舍		32	62	621	62332
3018540	Ficaja	ficaja	FR	20237	0	Europe/Paris	42.42205	9.36837		Ficaghja,Ficaja,Ficaria,Fikaja,Фикая,Фікая		94	2B	2B3	2B113
3018542	Fiac	fiac	FR	81500	734	Europe/Paris	43.70164	1.9071		Fiac		76	81	812	81092
3018544	Feyzin	feyzin	FR	69320	9539	Europe/Paris	45.67287	4.85894		Fejzen,Feyzin,fyzn,Фейзен,فیزن		84	69	691	69276
3018545	Feytiat	feytiat	FR	87220	5437	Europe/Paris	45.81004	1.33107		Fejt'ja,Festiac,Feytiat,fei di a,Фейтья,费蒂阿		75	87	872	87065
3018547	Feyt	feyt	FR	19340	122	Europe/Paris	45.68945	2.47476		Feyt		75	19	193	19083
3018549	Fey-en-Haye	fey-en-haye	FR	54470	66	Europe/Paris	48.90299	5.96125		Fey,Fey-en-Haye		44	54	543	54193
3018552	Féy	fey	FR	57420	582	Europe/Paris	49.03001	6.09919		Fey,Féy		44	57	579	57212
3018553	Fey	fey	FR	57420	0	Europe/Paris	45.24359	4.20622				84	43	433	43224
3018555	Fèves	feves	FR	57280	880	Europe/Paris	49.19527	6.11704		Feves,Fèves		44	57	579	57211
3018558	Feux	feux	FR	18300	356	Europe/Paris	47.2301	2.85915		Feux		24	18	181	18094
3018559	Feusines	feusines	FR	36160	191	Europe/Paris	46.52247	2.10143		Feusines		24	36	363	36073
3018560	Feurs	feurs	FR	42110	7901	Europe/Paris	45.73337	4.22755		Fer,Ferus,Feurs,Forum Segusiavorum,fu er,Фер,弗尔		84	42	421	42094
3018561	Feuquières-en-Vimeu	feuquieres-en-vimeu	FR	80210	2429	Europe/Paris	50.05982	1.60465		Feuquieres,Feuquieres-en-Vimeu,Feuquières,Feuquières-en-Vimeu		32	80	801	80308
3018562	Feuquières	feuquieres	FR	60960	1638	Europe/Paris	49.64677	1.84784		Feuquieres,Feuquières		32	60	601	60233
3018568	Feule	feule	FR	25190	168	Europe/Paris	47.34551	6.72865		Feule		27	25	252	25239
3018575	Feuillères	feuilleres	FR	80200	152	Europe/Paris	49.94767	2.84694		Feuilleres,Feuillères		32	80	804	80307
3018577	Feuillade	feuillade	FR	16380	326	Europe/Paris	45.60724	0.47107		Feuillade		75	16	161	16137
3018578	Feuilla	feuilla	FR	11510	82	Europe/Paris	42.93161	2.91044		Feuilla		76	11	113	11143
3018580	Feuguerolles-Bully	feuguerolles-bully	FR	14320	0	Europe/Paris	49.11667	-0.4		Feuguerolles,Feuguerolles-sur-Orne		28	14	142	14266
3018581	Feuguerolles	feuguerolles	FR	27110	161	Europe/Paris	49.13082	1.04388		Feuguerolles		28	27	272	27241
3018582	Feuges	feuges	FR	10150	214	Europe/Paris	48.39801	4.1116		Feuges		44	10	103	10149
3018584	Feugères	feugeres	FR	50190	286	Europe/Paris	49.15143	-1.31964		Feugeres,Feugères,Fezher,fu re lei,Фежер,弗热雷		28	50	503	50181
3018585	Feugarolles	feugarolles	FR	47230	945	Europe/Paris	44.22125	0.34637		Feugarolles		75	47	474	47097
3018586	Feuchy	feuchy	FR	62223	1184	Europe/Paris	50.29439	2.84335		Feshi,Feuchy,Filciacum,fu xi,fywtshy,Феши,Феші,فيوتشي,弗希		32	62	621	62331
3018587	Feucherolles	feucherolles	FR	78810	2976	Europe/Paris	48.87002	1.97402		Fesherol',Feucherolles,Фешероль		11	78	783	78233
3018588	Feucherolles	feucherolles	FR	78810	0	Europe/Paris	48.59046	1.48891				24	28	283	28275
3018589	Fétigny	fetigny	FR	39240	79	Europe/Paris	46.44182	5.60011		Fetigny,Fétigny		27	39	392	39290
3018590	Féternes	feternes	FR	74500	1269	Europe/Paris	46.35582	6.54829		Feterne,Feternes,Féterne,Féternes		84	74	744	74127
3018591	Festubert	festubert	FR	62149	1147	Europe/Paris	50.5425	2.73593		Festubert		32	62	622	62330
3018592	Festigny	festigny	FR	51700	423	Europe/Paris	49.05262	3.74655		Festigny		44	51	512	51249
3018593	Festigny	festigny	FR	51700	73	Europe/Paris	47.55452	3.53845		Festigny		27	89	891	89164
3018594	Festieux	festieux	FR	02840	509	Europe/Paris	49.52273	3.75583		Festieux		32	02	022	02309
3018595	Festes-et-Saint-André	festes-et-saint-andre	FR	11300	217	Europe/Paris	42.97257	2.14362		Festes,Festes-et-Saint-Andre,Festes-et-Saint-André		76	11	112	11142
3018597	Festalemps	festalemps	FR	24410	259	Europe/Paris	45.23333	0.23333		Festalemps		75	24	243	24490
3018598	Fessy	fessy	FR	74890	653	Europe/Paris	46.27421	6.41271		Fessy		84	74	744	74126
3018599	Fessevillers	fessevillers	FR	25470	165	Europe/Paris	47.27852	6.92284		Fessevillers,Fessville,fei se wei lai er,Фессвілле,费瑟维莱尔		27	25	252	25238
3018600	Fessenheim-le-Bas	fessenheim-le-bas	FR	67117	438	Europe/Paris	48.63389	7.54078		Fessenheim,Fessenheim-le-Bas		44	67	674	67138
3018601	Fessenheim	fessenheim	FR	68740	2219	Europe/Paris	47.91565	7.53499		Fessenheim		44	68	682	68091
3018603	Fesques	fesques	FR	76270	131	Europe/Paris	49.78945	1.47429		Fesques		28	76	761	76262
3018604	Fesmy-le-Sart	fesmy-le-sart	FR	02450	468	Europe/Paris	50.03333	3.66667				32	02	025	02308
3018605	Fesches-le-Châtel	fesches-le-chatel	FR	25490	2245	Europe/Paris	47.52415	6.90535		Fesches,Fesches-le-Chatel,Fesches-le-Châtel		27	25	252	25237
3018606	Fescamps	fescamps	FR	80500	144	Europe/Paris	49.6393	2.68219		Fescamps		32	80	803	80306
3018607	Fervaques	fervaques	FR	14140	687	Europe/Paris	49.04062	0.25396		Fervacques,Fervaques		28	14	143	14371
3018608	Fervaches	fervaches	FR	50420	289	Europe/Paris	48.9952	-1.08541		Fervaches,Fervash,fu er wa xie,Ферваш,弗尔瓦谢		28	50	504	50592
3018609	Fertrève	fertreve	FR	58270	112	Europe/Paris	46.96869	3.58857		Fertreve,Fertrève,Saincy		27	58	583	58113
3018615	Fertans	fertans	FR	25330	230	Europe/Paris	47.05142	6.06358		Fertans		27	25	251	25236
3018616	Ferrussac	ferrussac	FR	43300	97	Europe/Paris	45.09346	3.40113		Ferrussac		84	43	431	43094
3018617	Ferrussac	ferrussac	FR	43300	0	Europe/Paris	44.14871	3.45092				76	48	481	48096
3018619	Ferrière-sur-Beaulieu	ferriere-sur-beaulieu	FR	37600	591	Europe/Paris	47.13749	1.03767		Ferriere,Ferriere-sur-Beaulieu,Ferrière,Ferrière-sur-Beaulieu		24	37	373	37108
3018620	Ferrières-sur-Sichon	ferrieres-sur-sichon	FR	03250	574	Europe/Paris	46.02532	3.64898		Fer'er-sjur-Sishon,Ferreiras,Ferrier-sjur-Sishon,Ferrieras,Ferrieres,Ferrieres-sur-Sichon,Ferrièras,Ferrières,Ferrières-sur-Sichon,Ferrèiras,xi xiong he pan fu er li ai,Ферриер-сюр-Сишон,Феррієр-сюр-Сішон,Ферьер-сюр-Сишон,西雄河畔弗尔里埃		84	03	033	03113
3018621	Ferrières-sur-Ariège	ferrieres-sur-ariege	FR	09000	746	Europe/Paris	42.94251	1.61588		Ferrieres,Ferrieres-sur-Ariege,Ferrières,Ferrières-sur-Ariège		76	09	091	09121
3018622	Ferrières-Saint-Mary	ferrieres-saint-mary	FR	15170	303	Europe/Paris	45.18303	3.05823		Ferrieres,Ferrieres-Saint-Mary,Ferrières,Ferrières-Saint-Mary		84	15	153	15069
3018623	Ferrières-Saint-Hilaire	ferrieres-saint-hilaire	FR	27270	380	Europe/Paris	49.03301	0.56821		Ferrieres,Ferrieres-Saint-Hilaire,Ferrières,Ferrières-Saint-Hilaire		28	27	272	27239
3018624	Ferrières	ferrieres	FR	17170	54	Europe/Paris	43.48514	2.89128		Ferrieres,Ferrieres-Poussarou,Ferrières,Ferrières-Poussarou		76	34	341	34100
3018625	Ferrières-les-Verreries	ferrieres-les-verreries	FR	34190	42	Europe/Paris	43.87783	3.79735		Ferrieres,Ferrieres-les-Verreries,Ferrières,Ferrières-les-Verreries		76	34	342	34099
3018626	Ferrières-lès-Scey	ferrieres-les-scey	FR	70360	147	Europe/Paris	47.65495	6.00472		Ferrieres,Ferrieres-les-Scey,Ferrières,Ferrières-lès-Scey		27	70	702	70232
3018627	Ferrières-lès-Ray	ferrieres-les-ray	FR	70130	35	Europe/Paris	47.57987	5.80305		Ferrieres,Ferrieres-les-Ray,Ferrières,Ferrières-lès-Ray		27	70	702	70231
3018628	Ferrières-les-Bois	ferrieres-les-bois	FR	25410	267	Europe/Paris	47.20528	5.80225		Ferrieres,Ferrieres-les-Bois,Ferrières-les-Bois		27	25	251	25235
3018629	Ferrières-le-Lac	ferrieres-le-lac	FR	25470	138	Europe/Paris	47.26664	6.89124		Ferrieres,Ferrieres-le-Lac,Ferrières,Ferrières-le-Lac		27	25	252	25234
3018630	Ferrières-la-Verrerie	ferrieres-la-verrerie	FR	61390	197	Europe/Paris	48.65	0.38333		Ferriere-la-Verrerie,Ferrieres,Ferrieres-la-Verrerie,Ferrière-la-Verrerie,Ferrières,Ferrières-la-Verrerie		28	61	611	61166
3018632	Ferrières-Haut-Clocher	ferrieres-haut-clocher	FR	27190	804	Europe/Paris	49.0211	0.98142		Ferriere,Ferriere-Haut Clocher,Ferrieres,Ferrieres-Haut-Clocher,Ferrière-Haut Clocher,Ferrières,Ferrières-Haut-Clocher,Ferriére		28	27	273	27238
3018633	Ferrières-en-Brie	ferrieres-en-brie	FR	77164	1810	Europe/Paris	48.82352	2.70664		Ferrer-an-Bri,Ferrier-an-Bri,Ferrieres,Ferrieres-en-Brie,Ferrières,Ferrières-en-Brie,Ферриер-ан-Бри,Феррєр-ан-Брі		11	77	773	77181
3018634	Ferrières-en-Bray	ferrieres-en-bray	FR	76220	0	Europe/Paris	49.48279	1.74272		Ferrieres,Ferrieres-en-Bray,Ferrières,Ferrières-en-Bray		28	76	761	76260
3018639	Ferrières	ferrieres	FR	17170	0	Europe/Paris	49.89156	2.17756		Ferrieres,Ferrières		32	80	802	80305
3018640	Ferrières	ferrieres	FR	17170	463	Europe/Paris	49.58956	2.51763		Ferrieres,Ferrières		32	60	602	60232
3018641	Ferrières	ferrieres	FR	17170	246	Europe/Paris	48.55401	6.29347		Ferrieres,Ferrières		44	54	543	54192
3018642	Ferrières-en-Gâtinais	ferrieres-en-gatinais	FR	45210	0	Europe/Paris	48.08333	2.78333		Ferrier-an-Gatine,Ferrieres,Ferrières,jia di nai de qu fu er li ai,Феррієр-ан-Гатіне,加蒂奈地区弗尔里埃		24	45	451	45145
3018643	Ferrières	ferrieres	FR	17170	0	Europe/Paris	47.51905	3.42715		Ferriere,Ferrieres,Ferrière,Ferrières		27	89	891	89007
3018644	Ferrières	ferrieres	FR	17170	387	Europe/Paris	46.22733	-0.86077		Ferrieres,Ferrières		75	17	173	17158
3018645	Ferrières	ferrieres	FR	17170	0	Europe/Paris	45.96713	6.08916		Ferrieres,Ferrières		84	74	741	74010
3018646	Ferrières	ferrieres	FR	17170	158	Europe/Paris	43.65593	2.44595		Ferrieres,Ferrières		76	81	812	81062
3018647	Ferrières	ferrieres	FR	17170	0	Europe/Paris	43.01061	-0.26332		Ferrieres,Ferrières		76	65	651	65176
3018648	Ferrière-Larçon	ferriere-larcon	FR	37350	318	Europe/Paris	46.99316	0.88192		Ferriere,Ferriere-Larcon,Ferrière,Ferrière-Larçon		24	37	373	37107
3018746	Felluns	felluns	FR	66730	65	Europe/Paris	42.76188	2.48346		Feilluns,Felluns		76	66	663	66076
3018649	Ferrière-la-Petite	ferriere-la-petite	FR	59680	0	Europe/Paris	50.23985	4.02268		Ferr'er-la-Petit,Ferrer-la-Petit,Ferriere,Ferriere-la-Petite,Ferrieres-la Petite,Ferrière,Ferrière-la-Petite,Ferrières-la Petite,xiao fei li ye er,Феррьер-ла-Петит,Феррєр-ла-Петіт,小费里耶尔		32	59	591	59231
3018650	Ferrière-la-Grande	ferriere-la-grande	FR	59680	5834	Europe/Paris	50.25521	3.99288		Fer'er-la-Grand,Ferr'er-la-Grand,Ferrer-la-Grand,Ferriere,Ferriere-la-Grande,Ferrieres-la-Grande,Ferrière,Ferrière-la-Grande,Ferrières-la-Grande,da fei li ye er,Феррьер-ла-Гранд,Феррєр-ла-Гранд,Ферьер-ла-Гранд,大费里耶尔		32	59	591	59230
3018651	Ferrière-et-Lafolie	ferriere-et-lafolie	FR	52300	46	Europe/Paris	48.39179	5.08822		Ferriere,Ferriere-et-Lafolie,Ferrieres-et-Lafolie,Ferrière,Ferrière-et-Lafolie,Ferrières-et-Lafolie		44	52	523	52199
3018658	Ferreux-Quincey	ferreux-quincey	FR	10400	351	Europe/Paris	48.45	3.61667				44	10	102	10148
3018659	Ferrette	ferrette	FR	68480	1047	Europe/Paris	47.49436	7.31372		Ferret,Ferrett,Ferrette,Pfirt,fei lei te,Феррет,Ферретт,费雷特		44	68	681	68090
3018661	Ferrère	ferrere	FR	65370	58	Europe/Paris	42.95336	0.53648		Ferrere,Ferrère		76	65	652	65175
3018663	Ferrensac	ferrensac	FR	47330	170	Europe/Paris	44.64138	0.63137		Ferrensac		75	47	473	47096
3018666	Ferrassières	ferrassieres	FR	26570	123	Europe/Paris	44.13552	5.47804		Ferras'er,Ferrasieres,Ferrasières,Ferrasseiras,Ferrassieres,Ferrassieves,Ferrassières,Ferrassièves,Ferrassèiras,fu er la xi ai,Феррасьєр,弗尔拉西埃		84	26	262	26135
3018669	Ferran	ferran	FR	11240	97	Europe/Paris	43.15279	2.08972		Ferran		76	11	111	11141
3018670	Ferrals-les-Montagnes	ferrals-les-montagnes	FR	34210	166	Europe/Paris	43.40206	2.63145		Ferrals,Ferrals-les-Montagnes		76	34	341	34098
3018671	Ferrals-les-Corbières	ferrals-les-corbieres	FR	11200	1071	Europe/Paris	43.14766	2.72759		Ferrals,Ferrals-les-Corbieres,Ferrals-les-Corbières,Ferrals-lès-Corbières		76	11	113	11140
3018672	Ferques	ferques	FR	62250	1834	Europe/Paris	50.83002	1.75994		Ferk,Ferques,fei er ke,fyrkywys,Ферк,فيركيويس,费尔克		32	62	623	62329
3018674	Féron	feron	FR	59610	0	Europe/Paris	50.04567	4.024		Feron,Féron,fei long,Ферон,费龙		32	59	591	59229
3018675	Férolles-Attilly	ferolles-attilly	FR	77150	1129	Europe/Paris	48.73184	2.63088		Ferolles-Attilly,Férolles-Attilly		11	77	775	77180
3018676	Férolles	ferolles	FR	45150	1198	Europe/Paris	47.83475	2.11113		Ferol',Ferolles,Férolles,fei luo lai,Фероль,费罗莱		24	45	452	45144
3018678	Fernoël	fernoel	FR	63620	0	Europe/Paris	45.81052	2.4339		Fernoel,Fernoël		84	63	634	63159
3018679	Ferney-Voltaire	ferney-voltaire	FR	01210	7742	Europe/Paris	46.25858	6.11063		Ferne-Vol'ter,Ferney,Ferney Voltaire,Ferney-Voltaire,fei er mei-fu er tai,fyrny-fwltyr,Ферне-Вольтер,فيرني-فولتير,费尔梅－伏尔泰		84	01	013	01160
3018684	Fermanville	fermanville	FR	50840	1451	Europe/Paris	49.68673	-1.46284		Fermanvil',Fermanville,fu er mang wei er,Ферманвиль,Ферманвіль,弗尔芒维尔		28	50	502	50178
3018688	Férin	ferin	FR	59169	1390	Europe/Paris	50.32732	3.07415		Ferin,Férin		32	59	593	59228
3018689	Féricy	fericy	FR	77133	554	Europe/Paris	48.46037	2.80083		Fericy,Féricy		11	77	772	77179
3018690	Ferfay	ferfay	FR	62260	899	Europe/Paris	50.51853	2.42474		Ferfay		32	62	622	62328
3018692	Férel	ferel	FR	56130	2189	Europe/Paris	47.48195	-2.34382		Ferel,Férel		53	56	563	56058
3018693	Fère-en-Tardenois	fere-en-tardenois	FR	02130	3370	Europe/Paris	49.2	3.51667		Fer-an-Tardenua,Fere en Tardenais,Fere-en-Tardenois,Fere-sur-Ourcq,Fère-en-Tardenois,Fère-sur-Ourcq,fei er ang ta de nu wa,Фер-ан-Тарденуа,费尔昂塔德努瓦		32	02	021	02305
3018694	Fère-Champenoise	fere-champenoise	FR	51230	2339	Europe/Paris	48.75431	3.99069		Fer-Shampenuaz,Fere-Champenoise,Fère-Champenoise,fei er shang pang wa si,Фер-Шампенуаз,费尔尚庞瓦斯		44	51	512	51248
3018695	Fèrebrianges	ferebrianges	FR	51270	160	Europe/Paris	48.86667	3.85				44	51	512	51247
3018697	Ferdrupt	ferdrupt	FR	88360	878	Europe/Paris	47.90679	6.70936		Ferdrupt		44	88	881	88170
3018699	Fercé-sur-Sarthe	ferce-sur-sarthe	FR	72430	512	Europe/Paris	47.90017	-0.032		Ferce,Ferce-sur-Sarthe,Fercé,Fercé-sur-Sarthe		52	72	721	72131
3018700	Fercé	ferce	FR	44660	559	Europe/Paris	47.79632	-1.41564		Ferce,Fercé,Ferreg,Ferse,Fertiacum,fu er sai,Ферсе,弗尔塞		52	44	445	44058
3018710	Fépin	fepin	FR	08170	247	Europe/Paris	50.01945	4.7269		Fepin,Fépin		44	08	081	08166
3018712	Fenouillet-du-Razès	fenouillet-du-razes	FR	11240	86	Europe/Paris	43.1569	2.02826		Fenouillet,Fenouillet-du-Razes,Fenouillet-du-Razès		76	11	111	11139
3018713	Fenouillet	fenouillet	FR	31150	4504	Europe/Paris	43.68041	1.392		Fenouillet		76	31	313	31182
3018714	Fenouillet	fenouillet	FR	31150	73	Europe/Paris	42.8	2.38333		Fenouillet		76	66	663	66077
3018716	Fénols	fenols	FR	81600	222	Europe/Paris	43.84703	2.0529		Fenols,Fénols		76	81	811	81090
3018719	Fenneviller	fenneviller	FR	54540	0	Europe/Paris	48.48735	6.8805		Fenneviller		44	54	542	54191
3018721	Fenioux	fenioux	FR	17350	138	Europe/Paris	46.54458	-0.49399		Fenioux,Feniu,Фениу		75	79	793	79119
3018722	Fenioux	fenioux	FR	17350	127	Europe/Paris	45.88932	-0.59575		Fenioux		75	17	175	17157
3018723	Féniers	feniers	FR	23100	97	Europe/Paris	45.75057	2.1266		Fen'e,Feniers,Féniers,fei nie er,Фенье,Феньє,费涅尔		75	23	231	23080
3018724	Féniers	feniers	FR	23100	0	Europe/Paris	45.32452	2.77161				84	15	153	15054
3018728	Féneyrols	feneyrols	FR	82140	177	Europe/Paris	44.13087	1.81916		Fenayrols,Feneyrols,Féneyrols		76	82	822	82061
3018730	Feneu	feneu	FR	49460	1899	Europe/Paris	47.57211	-0.59321		Fene,Feneu,fei na,Фене,费纳		52	49	491	49135
3018733	Fénétrange	fenetrange	FR	57930	979	Europe/Paris	48.84698	7.02301		Fenetrange,Finstingen,Fénétrange		44	57	575	57210
3018735	Fénery	fenery	FR	79450	321	Europe/Paris	46.68794	-0.36257		Fenery,Fénery		75	79	793	79118
3018736	Fendeille	fendeille	FR	11400	447	Europe/Paris	43.2694	1.9436		Fendeille		76	11	111	11138
3018737	Fénay	fenay	FR	21600	1272	Europe/Paris	47.23185	5.06211		Fenay,Fene,Fénay,fei nai,Фене,费奈		27	21	212	21263
3018739	Fenain	fenain	FR	59179	5346	Europe/Paris	50.36667	3.3		Fenain,Fenen,fei nan,Фенен,费南		32	59	593	59227
3018743	Felzins	felzins	FR	46270	327	Europe/Paris	44.60452	2.13555		Felzins		76	46	462	46101
3018745	Felon	felon	FR	90110	228	Europe/Paris	47.70712	6.97555		Felon		27	90	901	90044
3018747	Felletin	felletin	FR	23500	2332	Europe/Paris	45.88415	2.17335		Falatin,Fel'ten,Felletin,fei lei tan,Фельтен,费勒坦		75	23	231	23079
3018748	Fellering	fellering	FR	68470	1617	Europe/Paris	47.89659	6.98552		Felleren,Fellering,Felleringen,fei lei lan,Феллерен,Феллеринг,费勒兰		44	68	686	68089
3018749	Felleries	felleries	FR	59740	0	Europe/Paris	50.14719	4.03322		Felleri,Felleries,fei lei li,Феллери,Феллері,费勒里		32	59	591	59226
3018751	Félines-Termenès	felines-termenes	FR	11330	141	Europe/Paris	42.9887	2.61487		Felines,Felines-Termenes,Félines-Termenès		76	11	113	11137
3018752	Félines-Minervois	felines-minervois	FR	34210	440	Europe/Paris	43.32918	2.60031		Felines,Felines-Minervois,Félines,Félines-Minervois		76	34	341	34097
3018753	Félines	felines	FR	07340	0	Europe/Paris	45.84897	4.20846		Feline,Felines,Féline,Félines		84	42	422	42254
3018754	Félines	felines	FR	07340	0	Europe/Paris	45.52174	3.09061				84	63	633	63435
3018755	Félines	felines	FR	07340	1167	Europe/Paris	45.31668	4.72836		Felines,Félines		84	07	073	07089
3018756	Félines	felines	FR	07340	338	Europe/Paris	45.27218	3.74346		Felines,Félines		84	43	431	43093
3018758	Feliceto	feliceto	FR	20225	179	Europe/Paris	42.54409	8.93521		Feliceto,Felicheto,U Fulgetu,Феличето,Фелічето		94	2B	2B5	2B112
3018760	Feldkirch	feldkirch	FR	68540	949	Europe/Paris	47.86489	7.27441				44	68	684	68088
3018761	Feldbach	feldbach	FR	68640	440	Europe/Paris	47.53577	7.2642		Feldbach		44	68	681	68087
3018763	Felce	felce	FR	20234	47	Europe/Paris	42.3488	9.41825		Felce		94	2B	2B3	2B111
3018764	Fel	fel	FR	61160	253	Europe/Paris	48.8	0.11667		Fel		28	61	612	61474
3018767	Feissons-sur-Salins	feissons-sur-salins	FR	73350	175	Europe/Paris	45.47048	6.55952		Feissons,Fessons		84	73	731	73113
3018768	Feissons-sur-Isère	feissons-sur-isere	FR	73260	547	Europe/Paris	45.55964	6.47076		Charmilles,Feissons,Feissons-sous-Briancon,Feissons-sous-Briançon,Feissons-sur-Isere,Feissons-sur-Isère,Les Cols		84	73	731	73187
3018770	Feins-en-Gâtinais	feins-en-gatinais	FR	45230	47	Europe/Paris	47.74895	2.84029		Feins,Feins-en-Gatinais,Feins-en-Gâtinais,Fen-an-Gatine,jia di nai de qu fan,Фен-ан-Гатіне,加蒂奈地区凡		24	45	451	45143
3018772	Feins	feins	FR	35440	772	Europe/Paris	48.32869	-1.64017		Feins,Fen,Fines,Finiou,Finioù,fan zhen,Фен,凡镇		53	35	353	35110
3018773	Feings	feings	FR	41120	228	Europe/Paris	48.54529	0.6349		Feings		28	61	613	61160
3018774	Feings	feings	FR	41120	552	Europe/Paris	47.43791	1.35356		Feings		24	41	413	41059
3018776	Feillens	feillens	FR	01570	3015	Europe/Paris	46.33426	4.89146		Feillens		84	01	012	01159
3018778	Feignies	feignies	FR	59750	7370	Europe/Paris	50.29806	3.91534		Fen'i,Feni,fei ni,Фени,Феньи,Фені,费尼		32	59	591	59225
3018779	Feigneux	feigneux	FR	60800	488	Europe/Paris	49.25873	2.93065		Fen'e,fei gai yu,Феньє,费盖于		32	60	604	60231
3018780	Feigères	feigeres	FR	74160	1360	Europe/Paris	46.11228	6.07937		Feigeres,Feigères		84	74	743	74124
3018781	Fégréac	fegreac	FR	44460	2156	Europe/Paris	47.58464	-2.04458		Fegerieg,Fegreac,Fegreak,Fégréac,fei ge lei a ke,Фегреак,费格雷阿克		52	44	445	44057
3018782	Fegersheim	fegersheim	FR	67640	4919	Europe/Paris	48.49016	7.68107				44	67	678	67137
3018788	Fédry	fedry	FR	70120	112	Europe/Paris	47.6164	5.87834	233	Fedri,Fedry,Fédry,Федри,Федрі		27	70	702	70230
3018790	Fécocourt	fecocourt	FR	54115	107	Europe/Paris	48.4035	6.00604		Fecocourt,Fécocourt		44	54	544	54190
3018792	Fêche-l'Église	feche-l-eglise	FR	90100	0	Europe/Paris	47.50519	6.95126		Feche,Feche-l'Eglise,Fesche-l'Eglise,Fêche-l'Église		27	90	901	90045
3018793	Féchain	fechain	FR	59247	1958	Europe/Paris	50.26638	3.21024		Fechain,Feshen,Féchain,fei xie,Фешен,费谢		32	59	593	59224
3018794	Fécamp	fecamp	FR	76400	22003	Europe/Paris	49.75787	0.37457		Fecamp,Fecan,Fekam,Fekan,Fiscamnum,Fécamp,Fécan,Secamp,Sècamp,fei kang,fekan,pekang,Фекам,Фекан,フェカン,费康,페캉		28	76	762	76259
3018795	Febvin-Palfart	febvin-palfart	FR	62960	508	Europe/Paris	50.5383	2.31529		Febvin-Palfart,Feuvin-Palfart,Feven-Pal'far,fei wan pa fa er,fybfyn balfart,Февен-Пальфар,فيبفين بالفارت,费万帕法尔		32	62	625	62327
3018796	Féas	feas	FR	64570	389	Europe/Paris	43.15669	-0.68826		Feas,Féas,Hiars,Inhasi,fei a,Феас,费阿		75	64	642	64225
3018798	Fay-sur-Lignon	fay-sur-lignon	FR	43430	424	Europe/Paris	44.98643	4.2264		Fay,Fay-sur-Lignon		84	43	432	43092
3018799	Fayssac	fayssac	FR	81150	299	Europe/Paris	43.95606	1.97145		Fayssac		76	81	811	81087
3018800	Fays-la-Chapelle	fays-la-chapelle	FR	10320	145	Europe/Paris	48.13041	4.01765		Fays,Fays-la-Chapelle		44	10	103	10147
3018808	Fays	fays	FR	52130	78	Europe/Paris	48.4733	5.03539		Fays		44	52	523	52198
3018809	Fays	fays	FR	52130	245	Europe/Paris	48.1947	6.67573		Fays		44	88	881	88169
3018817	Faymoreau	faymoreau	FR	85240	285	Europe/Paris	46.538	-0.62789		Faymoreau		52	85	851	85087
3018818	Faymont	faymont	FR	70200	0	Europe/Paris	47.94792	6.52196		Faymont		44	88	881	88487
3018819	Faymont	faymont	FR	70200	253	Europe/Paris	47.6091	6.59189		Faymont,Femon,Фемон		27	70	701	70229
3018820	Faÿ-lès-Nemours	fay-les-nemours	FR	77167	465	Europe/Paris	48.23333	2.66667		Fay		11	77	774	77178
3018821	Fay-lès-Marcilly	fay-les-marcilly	FR	10290	87	Europe/Paris	48.40264	3.60358		Fay,Fay-les-Marcilly,Fay-lès-Marcilly		44	10	102	10146
3018822	Fay-les-Étangs	fay-les-etangs	FR	60240	383	Europe/Paris	49.24629	1.93934		Fay,Fay-les-Etangs,Fay-les-Étangs		32	60	601	60228
3018823	Fay-le-Clos	fay-le-clos	FR	26240	185	Europe/Paris	45.20988	4.90325		Fay,Fay-le-Clos		84	26	263	26133
3018824	Fayl-Billot	fayl-billot	FR	52500	1609	Europe/Paris	47.78199	5.59917		Fayl-Billot,Fays-Billot		44	52	522	52197
3018825	Fayet-Ronaye	fayet-ronaye	FR	63630	122	Europe/Paris	45.42535	3.53585		Fayet,Fayet-Ronaye		84	63	631	63158
3018826	Fayet-le-Château	fayet-le-chateau	FR	63160	229	Europe/Paris	45.6782	3.41161		Fayet,Fayet-le-Chateau,Fayet-le-Château		84	63	632	63157
3018828	Fayet	fayet	FR	02100	595	Europe/Paris	49.86841	3.25214		Fayet		32	02	023	02303
3018829	Fayet	fayet	FR	02100	0	Europe/Paris	45.63333	3.65				84	63	631	63086
3018830	Fayet	fayet	FR	02100	0	Europe/Paris	44.35532	3.57043				76	48	481	48146
3018831	Fayet	fayet	FR	02100	287	Europe/Paris	43.80359	2.94744		Fayet		76	12	121	12099
3018832	Faye-sur-Ardin	faye-sur-ardin	FR	79160	477	Europe/Paris	46.44772	-0.51246		Faye,Faye-sur-Ardin		75	79	793	79117
3018834	Fay-en-Montagne	fay-en-montagne	FR	39800	88	Europe/Paris	46.7516	5.72468		Fay,Fay-en-Montagne		27	39	391	39222
3018835	Fayence	fayence	FR	83440	4603	Europe/Paris	43.6257	6.69531		Faens,Faienca,Faiença,Fajans,fei ang si,Файанс,Фаєнс,费昂斯		93	83	831	83055
3018836	Faye-la-Vineuse	faye-la-vineuse	FR	37120	297	Europe/Paris	46.9573	0.34071		Faye,Faye-la-Vineuse		24	37	371	37105
3018837	Faye-l'Abbesse	faye-l-abbesse	FR	79350	566	Europe/Paris	46.83024	-0.35273		Faye,Faye-l'Abbesse		75	79	791	79116
3018842	Faye-d'Anjou	faye-d-anjou	FR	49380	0	Europe/Paris	47.29352	-0.51843		Faye,Faye-d'Anjou,Faye-dAnjou,fei ai dang ru,费埃当茹		52	49	491	49345
3018851	Faye	faye	FR	41100	0	Europe/Paris	48.5412	0.54418				28	61	613	61404
3018852	Faye	faye	FR	41100	178	Europe/Paris	47.80088	1.18079		Faye		24	41	412	41081
3018853	Faye	faye	FR	41100	0	Europe/Paris	46.84023	3.59392				27	58	583	58306
3018854	Faye	faye	FR	41100	0	Europe/Paris	46.52285	2.47542				84	03	031	03225
3018855	Faye	faye	FR	41100	0	Europe/Paris	46.18467	1.15228				75	87	871	87089
3018856	Faye	faye	FR	41100	0	Europe/Paris	46.16211	2.01624				75	23	231	23154
3018857	Faye	faye	FR	41100	0	Europe/Paris	45.99474	1.93717				75	23	232	23197
3018858	Faye	faye	FR	41100	0	Europe/Paris	45.07915	0.38056				75	24	243	24032
3018859	Fay-de-Bretagne	fay-de-bretagne	FR	44130	2687	Europe/Paris	47.41515	-1.79196		Faouell,Fay,Fay-de-Bretagne		52	44	445	44056
3018860	Faycelles	faycelles	FR	46100	580	Europe/Paris	44.56561	1.98621		Faycelles		76	46	462	46100
3018861	Fay-aux-Loges	fay-aux-loges	FR	45450	3082	Europe/Paris	47.92724	2.14012		Fay,Fay-aux-Loges,Fe-o-Lozh,fai=o=roju,fei ao luo re,Фе-о-Лож,ファイ＝オー＝ロジュ,费奥洛热		24	45	452	45142
3018867	Fay	fay	FR	61390	71	Europe/Paris	49.88537	2.80937		Fay		32	80	804	80304
3018868	Fay	fay	FR	61390	73	Europe/Paris	48.66064	0.40716		Fay		28	61	613	61159
3018869	Fay	fay	FR	61390	0	Europe/Paris	48.47431	2.62595				11	77	774	77069
3018870	Fay	fay	FR	61390	0	Europe/Paris	45.00835	3.74228		Fay,Fayt		84	43	432	43018
3018871	Favrieux	favrieux	FR	78200	131	Europe/Paris	48.94353	1.64293		Favrie,Favrieux,Фаврие,Фавріє		11	78	781	78231
3018872	Favreuil	favreuil	FR	62450	248	Europe/Paris	50.12637	2.85686		Favrej,Favreuil,fa fu lei ye,farywyl,Фаврей,فاريويل,法夫勒耶		32	62	621	62326
3018873	Favresse	favresse	FR	51300	176	Europe/Paris	48.71761	4.73379		Favresse		44	51	514	51246
3018878	Favières	favieres	FR	28170	453	Europe/Paris	50.23802	1.66377		Favieres,Favières		32	80	801	80303
3018879	Favières	favieres	FR	28170	0	Europe/Paris	48.84548	1.63603				11	78	781	78474
3018880	Favières	favieres	FR	28170	1025	Europe/Paris	48.76324	2.7747		Favieres,Favières		11	77	773	77177
3018881	Favières	favieres	FR	28170	0	Europe/Paris	48.53101	1.2269		Favieres,Favières		24	28	283	28147
3018882	Favières	favieres	FR	28170	520	Europe/Paris	48.46496	5.95443		Favieres,Favières		44	54	544	54189
3018886	Faverolles-sur-Cher	faverolles-sur-cher	FR	41400	1240	Europe/Paris	47.31732	1.19045		Faverolles,Faverolles-sur-Cher		24	41	413	41080
3018888	Faverolles-lès-Lucey	faverolles-les-lucey	FR	21290	22	Europe/Paris	47.83518	4.86212		Faverolles,Faverolles-les-Lucey,Faverolles-lès-Lucey,Favrol'-le-Ljuse,fa wei luo lai lai lu sai,Фавроль-ле-Люсе,法韦罗莱莱吕塞		27	21	213	21262
3018889	Faverolles-la-Campagne	faverolles-la-campagne	FR	27190	167	Europe/Paris	49.0096	0.9271		Faverolles,Faverolles-la-Campagne		28	27	273	27235
3018890	Faverolles-et-Coëmy	faverolles-et-coemy	FR	51170	463	Europe/Paris	49.23548	3.7931		Faverolles,Faverolles-et-Coemy,Faverolles-et-Coëmy		44	51	513	51245
3018891	Faverolles	faverolles	FR	02600	161	Europe/Paris	49.64987	2.62302		Faverolles		32	80	803	80302
3018892	Faverolles	faverolles	FR	02600	323	Europe/Paris	49.22401	3.17552		Faverolles		32	02	024	02302
3018893	Faverolles	faverolles	FR	02600	0	Europe/Paris	48.6875	1.57903				24	28	283	28146
3018894	Faverolles	faverolles	FR	02600	141	Europe/Paris	48.66805	-0.29878				28	61	612	61158
3018895	Faverolles	faverolles	FR	02600	0	Europe/Paris	48.09773	1.72588				24	28	282	28382
3018896	Faverolles	faverolles	FR	02600	118	Europe/Paris	47.94733	5.21005		Faverolles		44	52	522	52196
3018897	Faverolles	faverolles	FR	02600	377	Europe/Paris	47.17204	1.40887		Faverolles		24	36	362	36244
3018898	Faverolles	faverolles	FR	02600	339	Europe/Paris	44.9392	3.14745		Faveroles,Faverolles		84	15	153	15108
3018899	Faverois	faverois	FR	90100	471	Europe/Paris	47.52177	7.03569		Faverois		27	90	901	90043
3018900	Faverney	faverney	FR	70160	1050	Europe/Paris	47.76713	6.10428		Faverne,Faverney,Puvernay,Фаверне		27	70	702	70228
3018902	Faverges-de-la-Tour	faverges-de-la-tour	FR	38110	1195	Europe/Paris	45.59068	5.52136		Faverges,Faverges-de-la-Tour		84	38	382	38162
3018903	Faverges	faverges	FR	74210	6580	Europe/Paris	45.75116	6.29151		Faverga,Faverges,Faverzh,Favèrges,Фаверж		84	74	741	74123
3018904	Faverelles	faverelles	FR	45420	214	Europe/Paris	47.57571	2.9301		Faverel',Faverelles,fa wei lei lai,Фаверель,法韦雷莱		24	45	451	45141
3018905	Faverdines	faverdines	FR	18360	137	Europe/Paris	46.64334	2.47047		Faverdines		24	18	182	18093
3018906	Faveraye-Mâchelles	faveraye-machelles	FR	49380	523	Europe/Paris	47.25	-0.5		Favere-Mashel',fa wei lai ai ma xie lai,Фавере-Машель,法韦赖埃马谢莱		52	49	491	49345
3018910	Favars	favars	FR	19330	0	Europe/Paris	45.26322	1.67781		Favars		75	19	192	19082
3018911	Favars	favars	FR	19330	0	Europe/Paris	45.05314	1.48037				75	19	191	19147
3018912	Favalello	favalello	FR	20212	54	Europe/Paris	42.29536	9.27149		Favalello,U Favalellu,Фавалелло		94	2B	2B3	2B110
3018914	Faux-Villecerf	faux-villecerf	FR	10290	238	Europe/Paris	48.33319	3.73762		Faux-Villecerf		44	10	102	10145
3018915	Faux-Vésigneul	faux-vesigneul	FR	51320	236	Europe/Paris	48.78333	4.4		Faux,Faux-sur-Coole,Fo-Vezin'el',fu wei xi gai yu,Фо-Везіньєль,福韦西盖于		44	51	511	51244
3018916	Faux-Mazuras	faux-mazuras	FR	23400	164	Europe/Paris	45.94565	1.77632		Faux-Mazuras		75	23	232	23078
3018917	Faux-la-Montagne	faux-la-montagne	FR	23340	399	Europe/Paris	45.75048	1.93493		Faus,Faux,Faux-la-Montagne,Fo-la-Montan',fu la meng ta ni,Фо-ла-Монтань,福拉蒙塔尼		75	23	231	23077
3018918	Faux-Fresnay	faux-fresnay	FR	51230	327	Europe/Paris	48.64576	3.94558		Faux-Fresnay		44	51	512	51243
3018922	Faux	faux	FR	08270	51	Europe/Paris	49.53726	4.4997		Faux		44	08	082	08165
3018924	Faux	faux	FR	08270	0	Europe/Paris	44.78946	0.64265		Faux		75	24	241	24177
3018925	Faux	faux	FR	08270	0	Europe/Paris	44.75034	0.93056				75	24	241	24052
3018926	Faux	faux	FR	08270	0	Europe/Paris	44.36284	3.55773				76	48	481	48075
3018928	Fauville-en-Caux	fauville-en-caux	FR	76640	2072	Europe/Paris	49.65257	0.59197		Fauville,Fauville-en-Caux		28	76	762	76258
3018929	Fauville	fauville	FR	27930	336	Europe/Paris	49.03178	1.19643		Fauville		28	27	273	27234
3018931	Fauverney	fauverney	FR	21110	706	Europe/Paris	47.2546	5.14497		Fauverney,Foverne,fu wei er nei,Фоверне,福韦尔内		27	21	212	21261
3018934	Faussergues	faussergues	FR	81340	146	Europe/Paris	44.03751	2.43967		Faussergues,Faussergues-et-Castelgarrie		76	81	811	81089
3018935	Fauroux	fauroux	FR	82190	0	Europe/Paris	45.24594	2.66603				84	15	152	15052
3018936	Fauroux	fauroux	FR	82190	202	Europe/Paris	44.2434	1.00467		Fauroux		76	82	821	82060
3018938	Faurilles	faurilles	FR	24560	68	Europe/Paris	44.70324	0.69373		Faurilles		75	24	241	24176
3018940	Fauquembergues	fauquembergues	FR	62560	892	Europe/Paris	50.60052	2.09875		Fauquembergues,Fauquimbergue,Fokamberg,fawkywmbyrjws,fu kang bei ge,Фокамберг,فاوكيومبيرجوس,福康贝格		32	62	625	62325
3018942	Faumont	faumont	FR	59310	1971	Europe/Paris	50.46017	3.13713		Faumont		32	59	593	59222
3018944	Faulx	faulx	FR	54760	1275	Europe/Paris	48.79266	6.19554		Faulx		44	54	543	54188
3018946	Faulquemont	faulquemont	FR	57144 CEDEX	5553	Europe/Paris	49.0491	6.59732		Falkenberg,Faulquemont,Fol'kemon,flkwmwn,fu er qu ai meng,Фолькемон,فلکومون,福尔屈埃蒙		44	57	573	57209
3018949	Fauillet	fauillet	FR	47400	869	Europe/Paris	44.42597	0.28943		Fauillet		75	47	472	47095
3018950	Fauguerolles	fauguerolles	FR	47400	595	Europe/Paris	44.44041	0.24868		Fauguerolles		75	47	472	47094
3018951	Fauguernon	fauguernon	FR	14100	193	Europe/Paris	49.19154	0.2732		Fauguernon		28	14	143	14260
3018953	Faugères	faugeres	FR	07230	0	Europe/Paris	44.47489	4.13567				84	07	071	07088
3018954	Faugères	faugeres	FR	07230	432	Europe/Paris	43.56528	3.18882		Faugeres,Faugères		76	34	341	34096
3018959	Faudoas	faudoas	FR	82500	315	Europe/Paris	43.82524	0.95839		Faudoas		76	82	821	82059
3018960	Fau-de-Peyre	fau-de-peyre	FR	48130	193	Europe/Paris	44.74882	3.22372		Fau,Fau-de-Peyre,Le Fau-de-Peyre		76	48	482	48009
3018963	Faucoucourt	faucoucourt	FR	02320	281	Europe/Paris	49.53333	3.46667		Faucoucourt,Fokukur,fu ku ku er,Фокукур,福库库尔		32	02	022	02018
3018968	Faucon-du-Caire	faucon-du-caire	FR	04250	47	Europe/Paris	44.3975	6.09081		Faucon,Faucon dau Caire,Faucon-du-Caire,Fokon-dju-Ker,fu kong di kai er,Фокон-дю-Кер,福孔迪凯尔		93	04	044	04085
3018969	Faucon-de-Barcelonnette	faucon-de-barcelonnette	FR	04400	226	Europe/Paris	44.39387	6.67879		Faucon,Faucon de Barcilona,Faucon-de-Barcelonnette,Fokon-de-Barselonnet,Fokon-de-Barselonnett,fu kong de ba er se luo nei te,Фокон-де-Барселоннет,Фокон-де-Барселоннетт,福孔德巴尔瑟洛内特		93	04	041	04086
3018970	Fauconcourt	fauconcourt	FR	88700	126	Europe/Paris	48.37157	6.54097		Fauconcourt		44	88	881	88168
3018971	Faucon	faucon	FR	84110	407	Europe/Paris	44.25969	5.14599		Faucon		93	84	843	84045
3018972	Faucompierre	faucompierre	FR	88460	229	Europe/Paris	48.1378	6.67081		Faucompierre,Fokomp'err,Fokomperr,fu kong pi ye er,Фокомпьерр,Фокомпєрр,福孔皮耶尔		44	88	881	88167
3018973	Faucogney-et-la-Mer	faucogney-et-la-mer	FR	70310	605	Europe/Paris	47.84139	6.56365		Faucegney,Faucogney,Faucogney-et-la-Mer,Fokon'e-e-la-Mer,Fokon'e-eh-la-Mer,Фоконье-э-ла-Мер,Фоконьє-е-ла-Мер		27	70	701	70227
3018977	Faucigny	faucigny	FR	74130	456	Europe/Paris	46.11944	6.35893		Faucigny		84	74	742	74122
3018981	Fauch	fauch	FR	81120	410	Europe/Paris	43.8325	2.25331		Fauch		76	81	811	81088
3018997	Fatouville-Grestain	fatouville-grestain	FR	27210	562	Europe/Paris	49.40495	0.32745		Fatouville,Fatouville-Grestain,Fatuvil'-Gresten,fa tu wei er ge lei si tan,Фатувиль-Грестен,Фатувіль-Грестен,法图维尔格雷斯坦		28	27	272	27233
3018998	Fatines	fatines	FR	72470	652	Europe/Paris	48.04574	0.34768		Fatines		52	72	722	72129
3019001	Farschviller	farschviller	FR	57450	1418	Europe/Paris	49.09406	6.89517		Farschviller,Farschwiller		44	57	573	57208
3019008	Farnay	farnay	FR	42320	1165	Europe/Paris	45.49622	4.58311		Farnay		84	42	423	42093
3019012	Farincourt	farincourt	FR	52500	57	Europe/Paris	47.69934	5.68111		Farincourt		44	52	522	52195
3019015	Fargues-sur-Ourbise	fargues-sur-ourbise	FR	47700	371	Europe/Paris	44.23937	0.15405		Fargues,Fargues-sur-Ourbise		75	47	474	47093
3019016	Fargues-Saint-Hilaire	fargues-saint-hilaire	FR	33370	1351	Europe/Paris	44.82383	-0.44495		Farg-Sen-Iler,Fargas,Fargas Sent Ilari,Fargues,Fargues-Saint-Hilaire,fa er gai sheng yi lai er,Фарг-Сен-Ілер,Фарг-Сен-Илер,法尔盖圣伊莱尔		75	33	332	33165
3019017	Fargues	fargues	FR	33210	0	Europe/Paris	44.53607	-0.29675		Fargues,Fargues-de-Langon		75	33	333	33164
3019018	Fargues	fargues	FR	33210	160	Europe/Paris	44.40879	1.19548		Fargues		76	46	461	46033
3019019	Fargues	fargues	FR	33210	294	Europe/Paris	43.72915	-0.45037		Fargues		75	40	402	40099
3019024	Farges-lès-Mâcon	farges-les-macon	FR	71700	171	Europe/Paris	46.51158	4.90136		Farges,Farges-les-Macon,Farges-lès-Mâcon		27	71	715	71195
3019025	Farges-lès-Chalon	farges-les-chalon	FR	71150	641	Europe/Paris	46.83405	4.80773		Farges,Farges-les-Chalon,Farges-lès-Chalon		27	71	712	71194
3019026	Farges-en-Septaine	farges-en-septaine	FR	18800	745	Europe/Paris	47.07371	2.65029		Farges,Farges-en-Septaine		24	18	181	18092
3019027	Farges-Allichamps	farges-allichamps	FR	18200	213	Europe/Paris	46.75943	2.4022		Farges-Allichamps,Farzh-Allisham,Farzh-Allishan,fa er re a li shang pu,Фарж-Аллишан,Фарж-Аллішам,法尔热阿利尚普		24	18	182	18091
3019028	Farges	farges	FR	01550	0	Europe/Paris	47.53452	3.71346				27	89	892	89057
3019029	Farges	farges	FR	01550	662	Europe/Paris	46.16694	5.90463		Farges		84	01	013	01158
3019030	Farges	farges	FR	01550	0	Europe/Paris	45.73192	2.54072		Farges		84	63	634	63351
3019031	Farges	farges	FR	01550	0	Europe/Paris	45.13377	2.91119				84	15	153	15263
3019032	Farges	farges	FR	01550	0	Europe/Paris	45.07302	1.48575				75	19	191	19049
3019040	Faremoutiers	faremoutiers	FR	77515	2527	Europe/Paris	48.79962	2.99607		Faremoutiers,Mont-l'Egalite,Mont-l'Egalité		11	77	771	77176
3019042	Fareins	fareins	FR	01480	1862	Europe/Paris	46.01913	4.76136		Fareins		84	01	012	01157
3019044	Farébersviller	farebersviller	FR	57450	7068	Europe/Paris	49.11898	6.86914		Farebersviller,Farébersviller,Pfarrebersweiler,fa lei bei er si wei lai,farbrswylr,Фареберсвиллер,Фареберсвіллер,فاربرسویلر,法雷贝尔斯维莱		44	57	573	57207
3019050	Farceaux	farceaux	FR	27150	287	Europe/Paris	49.28908	1.51872		Farceaux		28	27	271	27232
3019051	Farbus	farbus	FR	62580	559	Europe/Paris	50.35632	2.8248		Farbus		32	62	621	62324
3019054	Faramans	faramans	FR	01800	645	Europe/Paris	45.90393	5.12594		Faramans		84	01	011	01156
3019055	Faramans	faramans	FR	01800	800	Europe/Paris	45.39247	5.16554		Faramans		84	38	383	38161
3019062	Fanlac	fanlac	FR	24290	151	Europe/Paris	45.06559	1.09575		Fanlac,Fanlak,fang la ke,Фанлак,方拉克		75	24	244	24174
3019063	Fanjeaux	fanjeaux	FR	11270	894	Europe/Paris	43.18672	2.03384		Fanjaus,Fanjeaux,Fanum Iovis,Fanzho,Фанжо		76	11	111	11136
3019073	Fampoux	fampoux	FR	62118	1107	Europe/Paris	50.30173	2.8731		Fampu,fambwks,fang pu,Фампу,فامبوكس,方普		32	62	621	62323
3019075	Familly	familly	FR	14290	125	Europe/Paris	48.96238	0.35399		Familly		28	14	143	14371
3019077	Fameck	fameck	FR	57290	12291	Europe/Paris	49.29895	6.10915		Fameck,Famek,fa mei,famk,Фамек,فامک,法梅		44	57	577	57206
3019078	Famechon	famechon	FR	62760	141	Europe/Paris	50.14286	2.46923		Famechon		32	62	621	62322
3019079	Famechon	famechon	FR	62760	175	Europe/Paris	49.75988	2.0615		Famechon		32	80	802	80301
3019080	Famars	famars	FR	59300	2536	Europe/Paris	50.31743	3.51945		Famar,Famars,fa ma er,Фамар,法马尔		32	59	596	59221
3019081	Falvy	falvy	FR	80190	114	Europe/Paris	49.82404	2.95912		Fal'vi,Falvi,Falvy,fu er wei,Фалви,Фальві,福尔维		32	80	804	80300
3019083	Fals	fals	FR	47220	304	Europe/Paris	44.09323	0.67431		Fals		75	47	471	47092
3019085	Fallon	fallon	FR	70110	331	Europe/Paris	47.5079	6.48053		Fallon		27	70	701	70226
3019086	Falletans	falletans	FR	39700	322	Europe/Paris	47.10261	5.56377		Falletan,Falletans,Faltan,fa lei tang,Фаллетан,Фалтан,فالیٹانس,法勒唐		27	39	391	39220
3019088	Falleron	falleron	FR	85670	1249	Europe/Paris	46.88186	-1.70263		Falleron		52	85	852	85086
3019089	Fallerans	fallerans	FR	25580	230	Europe/Paris	47.13228	6.28974		Fallerans		27	25	253	25233
3019090	Fallencourt	fallencourt	FR	76340	151	Europe/Paris	49.86789	1.56752		Fallencourt		28	76	761	76257
3019092	Falkwiller	falkwiller	FR	68210	185	Europe/Paris	47.6808	7.13408		Falkwiller		44	68	681	68086
3019095	Falicon	falicon	FR	06950	1707	Europe/Paris	43.74861	7.27856		Falico,Falicon,Falikon,fa li kong,falykwn,Фаликон,Фалікон,فاليكون,法利孔		93	06	062	06060
3019103	Falga	falga	FR	31540	96	Europe/Paris	43.47827	1.86005		Falga		76	31	313	31180
3019104	Faleyras	faleyras	FR	33760	333	Europe/Paris	44.77146	-0.22646		Faleyras		75	33	333	33163
3019110	Falck	falck	FR	57550	2714	Europe/Paris	49.22695	6.63373		Falck		44	57	573	57205
3019112	Falaise	falaise	FR	08400	331	Europe/Paris	49.37848	4.73004		Falaise		44	08	084	08164
3019113	Falaise	falaise	FR	08400	9107	Europe/Paris	48.89217	-0.19527		Falaise		28	14	142	14258
3019114	Fajolles	fajolles	FR	82210	81	Europe/Paris	43.96782	1.01406		Fajeolles,Fajolles		76	82	821	82058
3019115	Fajoles	fajoles	FR	46300	223	Europe/Paris	44.80305	1.39628		Fajoles		76	46	463	46098
3019116	Fajac-la-Relenque	fajac-la-relenque	FR	11410	41	Europe/Paris	43.2797	1.72433		Fajac,Fajac-la-Relenque		76	11	111	11134
3019117	Fajac-en-Val	fajac-en-val	FR	11220	35	Europe/Paris	43.12152	2.45799		Fajac,Fajac-en-Val		76	11	111	11133
3019123	Faissault	faissault	FR	08270	190	Europe/Paris	49.60598	4.51092		Faissault		44	08	082	08163
3019125	Fains-Véel	fains-veel	FR	55000	2361	Europe/Paris	48.78333	5.13333		Fains-les-Sources		44	55	551	55186
3019126	Fains-la-Folie	fains-la-folie	FR	28150	275	Europe/Paris	48.22367	1.63877		Fains,Fains-la-Folie		24	28	281	28406
3019128	Fains	fains	FR	27120	345	Europe/Paris	48.99793	1.38789		Fains		28	27	271	27231
3019129	Fain-lès-Moutiers	fain-les-moutiers	FR	21500	152	Europe/Paris	47.58345	4.21191		Bellevue-sur-Reome,Bellevue-sur-Réome,Fain,Fain-les-Moutiers,Fain-les-Reome,Fain-lès-Moutiers,Fain-lès-Réome		27	21	213	21260
3019130	Fain-lès-Montbard	fain-les-montbard	FR	21500	316	Europe/Paris	47.60761	4.39928		Fain,Fain-les-Montbard,Fain-lès-Montbard		27	21	213	21259
3019131	Faimbe	faimbe	FR	25250	114	Europe/Paris	47.48847	6.61322		Faimbe		27	25	252	25232
3019132	Failly	failly	FR	57640	567	Europe/Paris	49.15757	6.26154		Failly		44	57	579	57204
3019137	Fahy-lès-Autrey	fahy-les-autrey	FR	70100	114	Europe/Paris	47.51219	5.48192		Fahy,Fahy-les-Autrey,Fahy-lès-Autrey		27	70	702	70225
3019138	Fagnon	fagnon	FR	08090	349	Europe/Paris	49.73674	4.63623		Fagnon		44	08	081	08162
3019139	Fagnières	fagnieres	FR	51510	4783	Europe/Paris	48.96385	4.31692		Fagnieres,Fagnières		44	51	511	51242
3019142	Faget-Abbatial	faget-abbatial	FR	32450	227	Europe/Paris	43.50581	0.69419		Faget,Faget-Abbatial,Faget-Libre,Faget-sur-l'Arrast		76	32	323	32130
3019152	Fâchin	fachin	FR	58430	107	Europe/Paris	47.00488	3.96857		Fachin,Fâchin		27	58	581	58111
3019153	Faches-Thumesnil	faches-thumesnil	FR	59155	16163	Europe/Paris	50.58333	3.06667		Faches,Fash Timnij,Fash-Tjumenij,Fash-Tjumenil',fa shen di mei si ni lei,Фаш Тимниј,Фаш-Тюмений,Фаш-Тюмениль,Фаш-Тюменій,法什蒂梅斯尼勒		32	59	595	59220
3019157	Fabrezan	fabrezan	FR	11200	1207	Europe/Paris	43.13618	2.69724		Fabresan,Fabrezan,fa bu lei cang,fybryzn,Фабрезан,فیبریزن,法布雷藏		76	11	113	11132
3019160	Fabrègues	fabregues	FR	34690	6607	Europe/Paris	43.55131	3.77611		Fabreg,Fabregas,Fabregues,Fabrègues,fa bu lei gai,fybrygys,Фабрег,فیبریگیس,法布雷盖		76	34	343	34095
3019161	Fabras	fabras	FR	07380	294	Europe/Paris	44.65007	4.28969		Fabras		84	07	071	07087
3019165	Fabas	fabas	FR	09230	415	Europe/Paris	43.86077	1.35034		Fabas		76	82	822	82057
3019166	Fabas	fabas	FR	09230	0	Europe/Paris	43.31423	0.89466		Fabas		76	31	312	31178
3019167	Fabas	fabas	FR	09230	322	Europe/Paris	43.10798	1.1053		Fabas		76	09	093	09120
3019169	Fa	fa	FR	11260	324	Europe/Paris	42.93829	2.19151		Fa		76	11	112	11131
3019170	Ézy-sur-Eure	ezy-sur-eure	FR	27530	3248	Europe/Paris	48.86667	1.41667		Ezi sir Er,Ezi-sjur-Er,Ezy,Ezy-sur-Er,Ezy-sur-Eure,e er he pan ai qi,Ézy,Ézy-sur-Eure,Ези сир Ер,Ези-сюр-Ер,Езі-сюр-Ер,厄尔河畔埃齐		28	27	273	27230
3019174	Èze	eze	FR	06360	2610	Europe/Paris	43.72799	7.36194		Ehz,Esa,Ez,Eze,Eze-Village,Eze-sur-Mer,Isia,Mer-d'Eze,ai ci,azy,ezu,Èze,Éze,Ез,Эз,إزي,エズ,埃兹		93	06	062	06059
3019175	Ézanville	ezanville	FR	95460	8950	Europe/Paris	49.02794	2.36787		Ehzanvil',Ezanvil,Ezanvil',Ezanville,ai cang wei er,Ézanville,Езанвил,Езанвиль,Езанвіль,Эзанвиль,埃藏维尔		11	95	952	95229
3019176	Eyzin-Pinet	eyzin-pinet	FR	38780	2087	Europe/Paris	45.47377	4.99845		Eyzin,Eyzin-Pinet		84	38	383	38160
3019177	Eyzerac	eyzerac	FR	24800	539	Europe/Paris	45.38859	0.92079		Aiserac,Eyzerac,Ezerak,ai ze la ke,Езерак,埃泽拉克		75	24	242	24171
3019178	Eyzahut	eyzahut	FR	26160	117	Europe/Paris	44.56818	5.01059		Eyzahut		84	26	262	26131
3019179	Eywiller	eywiller	FR	67320	273	Europe/Paris	48.8708	7.13049		Eywiller		44	67	674	67136
3019180	Eyvirat	eyvirat	FR	24460	257	Europe/Paris	45.32248	0.75288		Ehvira,Eivirac,Evira,Eyvirat,ai wei la,Евира,Евіра,Эвира,埃维拉		75	24	242	24064
3019182	Eysus	eysus	FR	64400	619	Europe/Paris	43.13926	-0.58845		Ehzjus,Eisus,Eisús,Eysus,Ezi,Ezjus,Isuazi,ai xu,Ези,Езюс,Эзюс,埃叙		75	64	642	64224
3019183	Eysson	eysson	FR	25530	86	Europe/Paris	47.19989	6.43091		Eysson		27	25	253	25231
3019193	Eysines	eysines	FR	33320	21394	Europe/Paris	44.88442	-0.65141		Aisinas,Esen,Eysines,Ezin,Езин,Езін,Есен		75	33	332	33162
3019194	Eyroles	eyroles	FR	26110	18	Europe/Paris	44.41691	5.22719		Eyroles		84	26	262	26130
3019196	Eyres-Moncube	eyres-moncube	FR	40500	371	Europe/Paris	43.71667	-0.55				75	40	402	40098
3019198	Eyrein	eyrein	FR	19800	516	Europe/Paris	45.33492	1.9442		Eyrein		75	19	192	19081
3019202	Eyrans	eyrans	FR	33390	633	Europe/Paris	45.18879	-0.61661		Eyrans,Eyrans-de Soudiac		75	33	331	33161
3019203	Eyragues	eyragues	FR	13630	4146	Europe/Paris	43.84103	4.84231		Eyragues		93	13	132	13036
3019206	Eynesse	eynesse	FR	33220	0	Europe/Paris	44.82513	0.15457		Eynesse		75	33	335	33160
3019208	Eyne	eyne	FR	66800	169	Europe/Paris	42.47369	2.08181		Eina,Eyne		76	66	663	66075
3019209	Eymoutiers	eymoutiers	FR	87120	2188	Europe/Paris	45.73884	1.74215		Aimostier,Ejmut'e,Emutje,Eymoutiers,ai mu di ye er,Еймутье,Еймутьє,Емутје,埃穆蒂耶尔		75	87	872	87064
3019210	Eymouthiers	eymouthiers	FR	16220	315	Europe/Paris	45.64296	0.54896		Aimostier,Ehmut'e,Emut'e,Emutje,Eymouthiers,Eymoutiers,emutie,Емутьє,Емутје,Эмутье,エムティエ		75	16	161	16135
3019211	Eymeux	eymeux	FR	26730	615	Europe/Paris	45.0767	5.17866		Eymeux		84	26	263	26129
3019212	Eymet	eymet	FR	24500	2718	Europe/Paris	44.66732	0.39905		Aimet,Eme,Eymet,ai mei,Еме,埃梅		75	24	241	24167
3019215	Eyliac	eyliac	FR	24330	679	Europe/Paris	45.16177	0.85595		Ehl'jak,Eilhac,Eliak,Elijak,Eyliac,ai li a ke,Елиак,Елијак,Еліак,Эльяк,埃利阿克		75	24	243	24026
3019216	Eyjeaux	eyjeaux	FR	87220	933	Europe/Paris	45.77655	1.39219		Ejzho,Esjau,Eyjaux,Eyjeaux,Ezho,ai ruo,Ежо,Ейжо,埃若		75	87	872	87063
3019217	Eygurande-et-Gardedeuil	eygurande-et-gardedeuil	FR	24700	309	Europe/Paris	45.06729	0.12184		Eygurande,Eygurande-et-Gardedeuil		75	24	243	24165
3019218	Eygurande	eygurande	FR	19340	798	Europe/Paris	45.66136	2.45196		Aiguranda,Egirand,Ehgjurand,Eiguranda,Ejgjurand,Eygurande,ai ju lang de,Егиранд,Ейгюранд,Эгюранд,埃居朗德		75	19	193	19080
3019219	Eyguières	eyguieres	FR	13430	6475	Europe/Paris	43.69481	5.03131		Aiguiera,Egijer,Ehg'er,Ejgier,Eyguieres,Eyguières,ai ji ai,Егијер,Ейгіер,Эгьер,埃吉埃		93	13	131	13035
3019220	Eyguians	eyguians	FR	05300	254	Europe/Paris	44.34679	5.77153		Eyguians		93	05	052	05053
3019224	Eygluy-Escoulin	eygluy-escoulin	FR	26400	0	Europe/Paris	44.7894	5.1956		Chalets d'Eygliers,Les Eygliers,Les Eyliers		84	26	261	26128
3019228	Eygaliers	eygaliers	FR	26170	109	Europe/Paris	44.24199	5.2776		Eygaliers		84	26	262	26127
3019229	Eygalières	eygalieres	FR	13810	1913	Europe/Paris	43.76099	4.94968		Aigalieras,Egalijer,Ehgal'er,Ejgal'er,Eygalieres,Eygalières,ai jia li ai,Егалијер,Ейгальєр,Эгальер,埃加利埃		93	13	132	13034
3019230	Eygalayes	eygalayes	FR	26560	80	Europe/Paris	44.23887	5.60676		Aigalaias,Egale,Ejgale,Eygalayes,ai jia lai ai,Егале,Ейгале,埃加莱埃		84	26	262	26126
3019232	Eydoche	eydoche	FR	38690	362	Europe/Paris	45.44176	5.3267		Eydoche		84	38	382	38159
3019233	Eycheil	eycheil	FR	09200	529	Europe/Paris	42.96876	1.16337		Eycheil		76	09	093	09119
3019235	Eyburie	eyburie	FR	19140	505	Europe/Paris	45.45985	1.63567		Ebiri,Eburia,Ebúria,Ehbjuri,Ejbjuri,Esburia,Eyburie,ai bi li ye,Ебири,Ейбюри,Ейбюрі,Эбюри,埃比里耶		75	19	192	19079
3019236	Eybouleuf	eybouleuf	FR	87400	330	Europe/Paris	45.7954	1.48202		Eybouleuf		75	87	872	87062
3019238	Eybens	eybens	FR	38320	10195	Europe/Paris	45.14771	5.75014		Eban,Ehbans,Ejban,Eybens,ai bang,Ебан,Ейбан,Эбанс,埃邦		84	38	381	38158
3019243	Expiremont	expiremont	FR	17130	112	Europe/Paris	45.32451	-0.37197		Expiremont		75	17	171	17156
3019244	Exoudun	exoudun	FR	79800	629	Europe/Paris	46.34416	-0.08195		Exoudun		75	79	792	79115
3019246	Exmes	exmes	FR	61310	355	Europe/Paris	48.76019	0.17779		Exmes		28	61	612	61474
3019247	Exireuil	exireuil	FR	79400	1305	Europe/Paris	46.433	-0.19202		Exireuil		75	79	792	79114
3019248	Exincourt	exincourt	FR	25400	3452	Europe/Paris	47.49465	6.83169		Exincourt		27	25	252	25230
3019250	Exermont	exermont	FR	08250	31	Europe/Paris	49.29422	5.00645		Exermont		44	08	084	08161
3019253	Excideuil	excideuil	FR	24160	1444	Europe/Paris	45.33699	1.04938		Ehksidjoj,Eissiduelh,Eksidej,Ekssidej,Excideuil,ai ke si xi de yi,Ексидеј,Екссидей,Екссідей,Эксидёй,埃克斯西德伊		75	24	242	24164
3019254	Excenevex	excenevex	FR	74140	760	Europe/Paris	46.35292	6.35165		Eccavania,Ekseneve,Excenevex,Excénevex,Ексеневе		84	74	744	74121
3019256	Évry	evry	FR	89140	51900	Europe/Paris	48.6328	2.44049		Evry,Evry-Petit-Bourg,evuri,Évry,Évry-Petit-Bourg,エヴリー	91	11	91	912	91228
3019257	Évry	evry	FR	89140	357	Europe/Paris	48.26489	3.25789		Evry,Évry		27	89	893	89162
3019259	Évron	evron	FR	53600	7808	Europe/Paris	48.15587	-0.40242		Evron,ai fu long,evuron,Évron,Еврон,エヴロン,埃夫龙		52	53	533	53097
3019260	Évriguet	evriguet	FR	56490	192	Europe/Paris	48.07913	-2.41146		Evriged,Evriguet,Évriguet		53	56	562	56056
3019262	Évricourt	evricourt	FR	60310	207	Europe/Paris	49.56705	2.90406		Evricourt,Évricourt		32	60	603	60227
3019265	Évreux	evreux	FR	27000	57795	Europe/Paris	49.02414	1.15082		Aebura,EVX,Ebroicum,Eburovici,Ehvrjo,Evre,Evreaux,Evreus,Evreux,Evreux-le-Coudray,Evrieis,afrw,ai fu lei,awrw,ebeuloe,evuru,xe wer x,Évreux,Евре,Эврё,אוורה,إفرو,اورو,เอเวรอ,エヴルー,埃夫勒,에브뢰	27	28	27	273	27229
3019266	Èvres	evres	FR	55250	89	Europe/Paris	48.98333	5.11667				44	55	551	55185
3019267	Évrecy	evrecy	FR	14210	1365	Europe/Paris	49.09904	-0.50421		Ehvresi,Evrecy,Evresi,ai fu lei xi,Évrecy,Евреси,Евресі,Эвреси,埃夫雷西		28	14	142	14257
3019269	Évrange	evrange	FR	57570	182	Europe/Paris	49.50235	6.19583		Evrange,Évrange		44	57	577	57203
3019271	Évran	evran	FR	22630	1561	Europe/Paris	48.38211	-1.98133		Evran,Evrann,Évran		53	22	221	22056
3019273	Évosges	evosges	FR	01230	118	Europe/Paris	45.9606	5.49805		Evoges,Evosges,Évosges		84	01	011	01155
3019274	Évisa	evisa	FR	20126	202	Europe/Paris	42.25351	8.80236		Ehviza,Eivissa,Evisa,Eviza,Èvisa,Évisa,Евиза,Евіза,Эвиза		94	2A	2A1	2A108
3019275	Évires	evires	FR	74570	1304	Europe/Paris	46.03783	6.22453		Evires,Évires		84	74	741	74282
3019347	Étrigny	etrigny	FR	71240	403	Europe/Paris	46.59035	4.80381		Etrigny,Étrigny		27	71	712	71193
3019276	Évin-Malmaison	evin-malmaison	FR	62141	4805	Europe/Paris	50.43923	3.03139		Ehven-Mal'mezon,Even-Mal'mezon,Even-Malmezon,Evin,Evin-Malmaison,ai wan ma er mai zong,ayfyn malmyswn,Évin,Évin-Malmaison,Евен-Малмезон,Евен-Мальмезон,Эвен-Мальмезон,إيفين مالميسون,埃万马尔迈宗		32	62	627	62321
3019277	Évillers	evillers	FR	25520	308	Europe/Paris	47.00066	6.22762		Evillers,Évillers		27	25	253	25229
3019278	Évigny	evigny	FR	08090	188	Europe/Paris	49.73147	4.67297		Evigny,Évigny		44	08	081	08160
3019280	Évian-les-Bains	evian-les-bains	FR	74500	8207	Europe/Paris	46.40111	6.58793		Aquianum,Ehv'jan-le-Ben,Evian,Evian-les-Bains,Evijan le Ben,Evjan-le-Ben,ai wei ang lai ban,ayfyan,ebianglebaeng,evu~ian=re=ban,Évian,Évian-les-Bains,Евијан ле Бен,Евян-ле-Бен,Эвьян-ле-Бен,إيفيان,エヴィアン＝レ＝バン,埃維昂萊班,에비앙레뱅		84	74	744	74119
3019281	Éveux	eveux	FR	69210	853	Europe/Paris	45.82652	4.623		Eveux,Éveux		84	69	692	69083
3019284	Évette-Salbert	evette-salbert	FR	90350	0	Europe/Paris	47.68333	6.8		Evet Salber,Evett-Sal'ber,Evette-Salbert,ai fu te sa er bei er,Евет Салбер,Еветт-Сальбер,埃弗特萨尔贝尔		27	90	901	90042
3019285	Everly	everly	FR	77157	622	Europe/Paris	48.46667	3.25				11	77	773	77174
3019286	Évergnicourt	evergnicourt	FR	02190	551	Europe/Paris	49.44349	4.04057		Evergnicourt,Évergnicourt		32	02	022	02299
3019293	Évenos	evenos	FR	83330	2062	Europe/Paris	43.16365	5.84628		Evenos,Évenos		93	83	832	83053
3019297	Évecquemont	evecquemont	FR	78740	705	Europe/Paris	49.01439	1.94425		Evecquemont,Evekmon,Évecquemont,Евекмон		11	78	781	78227
3019298	Ève	eve	FR	60330	485	Europe/Paris	49.08798	2.70275				32	60	604	60226
3019299	Évaux-les-Bains	evaux-les-bains	FR	23110	1592	Europe/Paris	46.17475	2.48546		Ehvo-le-Ben,Evaun,Evaus,Evaux,Evaux-les-Bains,Evo le Ben,Evo-le-Ben,ai wo lai ban,Évaux-les-Bains,Ево ле Бен,Ево-ле-Бен,Эво-ле-Бен,埃沃莱班		75	23	231	23076
3019300	Évaux-et-Ménil	evaux-et-menil	FR	88450	258	Europe/Paris	48.32577	6.29709		Evaux,Evaux-et-Menil,Évaux,Évaux-et-Ménil		44	88	881	88166
3019302	Évans	evans	FR	39700	556	Europe/Paris	47.1789	5.76812		Evans,Évans		27	39	391	39219
3019304	Évaillé	evaille	FR	72120	332	Europe/Paris	47.90057	0.63048		Evaille,Évaillé		52	72	722	72128
3019305	Euzet	euzet	FR	30360	294	Europe/Paris	44.07601	4.23359		Euzet,Euzet-les-Bains		76	30	301	30109
3019306	Euvy	euvy	FR	51230	105	Europe/Paris	48.72022	4.02927		Euvy		44	51	512	51241
3019307	Euvy	euvy	FR	51230	0	Europe/Paris	46.7275	2.84186				84	03	031	03296
3019308	Euville	euville	FR	55200	1450	Europe/Paris	48.7503	5.62603				44	55	552	55184
3019309	Euvezin	euvezin	FR	54470	87	Europe/Paris	48.92424	5.8381		Euvezin		44	54	544	54187
3019311	Eus	eus	FR	66500	422	Europe/Paris	42.64372	2.45722		Eus		76	66	663	66074
3019313	Eurville-Bienville	eurville-bienville	FR	52410	2047	Europe/Paris	48.58333	5.03333		Ervil Bjenvil,Ervil'-Bjanvil',Eurville-sur-Marne,e er wei er bi an wei er,Ервил Бјенвил,Ервіль-Бянвіль,厄尔维尔比安维尔		44	52	523	52194
3019314	Eurre	eurre	FR	26400	1087	Europe/Paris	44.75825	4.98843		Er,Err,Eurra,Eurre,Ер,Ерр		84	26	261	26125
3019319	Eup	eup	FR	31440	165	Europe/Paris	42.92727	0.69014		Eup		76	31	312	31177
3019320	Eulmont	eulmont	FR	54690	1004	Europe/Paris	48.75026	6.22731		Eulmont		44	54	543	54186
3019321	Euilly-et-Lombut	euilly-et-lombut	FR	08210	113	Europe/Paris	49.63	5.1211		Ehji-eh-Lombju,Ei-e-Lombju,Eji e Lombi,Euilly,Euilly e Lombut,Euilly-et-Lombut,lei yi long bi,Еї-е-Ломбю,Еји е Ломби,Эйи-э-Ломбю,勒伊隆比		44	08	083	08159
3019324	Eugénie-les-Bains	eugenie-les-bains	FR	40320	550	Europe/Paris	43.69574	-0.37836		Eugenie,Eugenie-les-Bains,Eugénie,Eugénie-les-Bains		75	40	402	40097
3019325	Euffigneix	euffigneix	FR	52000	293	Europe/Paris	48.12973	5.04614		Euffigneix		44	52	521	52193
3019329	Eu	eu	FR	76260	8425	Europe/Paris	50.04606	1.42079		Eu		28	76	761	76255
3019330	Etzling	etzling	FR	57460	1215	Europe/Paris	49.17943	6.95864		Etzling		44	57	573	57202
3019331	Étuz	etuz	FR	70150	575	Europe/Paris	47.34953	5.94014		Etuz,Étuz		27	70	702	70224
3019333	Étusson	etusson	FR	79150	334	Europe/Paris	47.01448	-0.51443		Etusson,Étusson		75	79	791	79280
3019334	Éturqueraye	eturqueraye	FR	27350	260	Europe/Paris	49.36915	0.69512		Eturqueraye,Éturqueraye		28	27	272	27228
3019335	Étupes	etupes	FR	25460	3459	Europe/Paris	47.50525	6.87075		Ehtjup,Etip,Etjup,Etupes,ai di pei,Étupes,Етип,Етюп,Этюп,埃蒂佩		27	25	252	25228
3019336	Étueffont	etueffont	FR	90170	0	Europe/Paris	47.71992	6.92162		Etueffont,Etueffont-Bas,Etueffont-Haut,Étueffont,Étueffont-Bas,Étueffont-Haut		27	90	901	90041
3019337	Étueffont	etueffont	FR	90170	0	Europe/Paris	47.71667	6.91667		Etijefon,Etjueffon,Etueffont,ai di ai feng,Етијефон,Етюеффон,埃蒂埃丰		27	90	901	90041
3019338	Etting	etting	FR	57412	803	Europe/Paris	49.03105	7.17827		Etten,Etting,Ettingen,ai tan,Еттен,埃坦		44	57	576	57201
3019339	Ettendorf	ettendorf	FR	67350	744	Europe/Paris	48.8128	7.58245		Attedorf,Etendorf,Ettendorf,ai tang duo er,atndwrf,atyndwrf,Åttedorf,Етендорф,Еттендорф,إتيندورف,اتندورف,埃唐多尔		44	67	674	67135
3019340	Etsaut	etsaut	FR	64490	0	Europe/Paris	42.91244	-0.57085		Ehtsot,Eth Saut,Etsaut,Etso,Etsot,ai te suo,Етсо,Етсот,Этсот,埃特索		75	64	642	64223
3019341	Étrun	etrun	FR	62161	335	Europe/Paris	50.31529	2.70258		Etrain,Etren,Etrun,ai te lan,atrwn,Étrain,Étrun,Етрен,إترون,埃特兰		32	62	621	62320
3019342	Étroussat	etroussat	FR	03140	668	Europe/Paris	46.21859	3.22106		Etroussat,Étroussat		84	03	032	03112
3019345	Étrochey	etrochey	FR	21400	233	Europe/Paris	47.89129	4.52492		Etrochey,Étrochey		27	21	213	21258
3019348	Étricourt-Manancourt	etricourt-manancourt	FR	80360	443	Europe/Paris	50.03327	2.98569		Etricourt-Manancourt,Etricourt-Monancourt,Etrikur Manankur,Etrikur-Manankur,ai te li ku er-ma nan ku er,Étricourt-Manancourt,Étricourt-Monancourt,Етрикур Мананкур,Етрикур-Мананкур,埃特里库尔-马南库尔		32	80	804	80298
3019349	Étriché	etriche	FR	49330	1272	Europe/Paris	47.65127	-0.44423		Etriche,Étriché		52	49	491	49132
3019350	Étriac	etriac	FR	16250	180	Europe/Paris	45.52781	-0.02638		Ehtrijak,Etriac,Etriak,Etrijak,ai te li a ke,Étriac,Етријак,Етріак,Этрияк,埃特里阿克		75	16	162	16133
3019351	Étrez	etrez	FR	01340	699	Europe/Paris	46.33414	5.18633		Etrez,Étrez		84	01	012	01130
3019352	Étréville	etreville	FR	27350	513	Europe/Paris	49.37228	0.6488		Etreville,Étréville		28	27	272	27227
3019353	Étreval	etreval	FR	54330	54	Europe/Paris	48.456	6.05263		Etreval,Étreval		44	54	543	54185
3019354	Étreux	etreux	FR	02510	1645	Europe/Paris	49.98333	3.65				32	02	025	02298
3019355	Étretat	etretat	FR	76790	1658	Europe/Paris	49.70669	0.20523		Ehtreta,Etreta,Etretat,ai te lei ta,etoruta,Étretat,Етрета,Этрета,エトルタ,埃特雷塔		28	76	762	76254
3019358	Étrepy	etrepy	FR	51340	144	Europe/Paris	48.76667	4.81667				44	51	514	51240
3019359	Étrépilly	etrepilly	FR	02400	89	Europe/Paris	49.085	3.33773		Etrepilly,Étrépilly		32	02	021	02297
3019360	Étrépilly	etrepilly	FR	02400	887	Europe/Paris	49.03486	2.9313		Etrepilly,Étrépilly		11	77	771	77173
3019361	Étrépigny	etrepigny	FR	08160	222	Europe/Paris	49.68562	4.75285		Etrepigny,Étrépigny		44	08	081	08158
3019362	Étrepigney	etrepigney	FR	39700	364	Europe/Paris	47.13333	5.7		Etrepigney,Etrepin'e,Etrpine,ai te lei pi gai yi,Етрепіньє,Етрпиње,埃特雷皮盖伊		27	39	391	39218
3019363	Étrépagny	etrepagny	FR	27150	3761	Europe/Paris	49.30623	1.61139		Etrepagny,Étrépagny		28	27	271	27226
3019364	Étrembières	etrembieres	FR	74100	1573	Europe/Paris	46.17923	6.22725		Etramber,Etrembieres,Etrembières,Etrembjer,Stamnaria,Étrembières,Етрамбєр,Етрембјер		84	74	743	74118
3019365	Étrelles-sur-Aube	etrelles-sur-aube	FR	10170	130	Europe/Paris	48.55981	3.87457		Etrelles,Etrelles-sur-Aube,Étrelles-sur-Aube		44	10	102	10144
3019366	Étrelles-et-la-Montbleuse	etrelles-et-la-montbleuse	FR	70700	52	Europe/Paris	47.45912	5.86165		Etrelles,Etrelles-et-la-Montbleuse,Étrelles-et-la-Montbleuse		27	70	702	70222
3019367	Étrelles	etrelles	FR	35370	2395	Europe/Paris	48.06057	-1.19377		Etrel,Etrel',Etrelles,Straellae,Stredell,ai te lei lai,Étrelles,Етрел,Етрель,埃特雷莱		53	35	351	35109
3019368	Étréjust	etrejust	FR	80140	39	Europe/Paris	49.9108	1.88969		Etrejust,Étréjust		32	80	802	80297
3019369	Étreillers	etreillers	FR	02590	1048	Europe/Paris	49.83059	3.16029		Etreillers,Étreillers		32	02	023	02296
3019370	Étréham	etreham	FR	14400	248	Europe/Paris	49.31667	-0.8				28	14	141	14256
3019371	Étréchy	etrechy	FR	18800	118	Europe/Paris	48.88643	3.94286		Etrechy,Étréchy		44	51	512	51239
3019372	Étréchy	etrechy	FR	18800	6461	Europe/Paris	48.49465	2.19489		Etrechy,Etrechy-la-Montagne,Etréchy-la-Montagne,Étréchy		11	91	911	91226
3019373	Étréchy	etrechy	FR	18800	0	Europe/Paris	47.16171	2.72477		Etrechy,Étréchy		24	18	181	18090
3019374	Étréchy	etrechy	FR	18800	0	Europe/Paris	46.93833	2.61845				24	18	182	18173
3019375	Étrechet	etrechet	FR	36120	812	Europe/Paris	46.77942	1.78399		Ehtreshe,Etrechet,Etreshe,ai te lei xie,Étrechet,Етреше,Этреше,埃特雷谢		24	36	362	36071
3019376	Étréaupont	etreaupont	FR	02580	942	Europe/Paris	49.90437	3.9134		Ehtreopon,Etreaupont,Etreopon,Etréaupont,ai te lei ou peng,Étréaupont,Етреопон,Этреопон,埃特雷欧蓬		32	02	025	02295
3019377	Étraye	etraye	FR	55150	54	Europe/Paris	49.33377	5.37116		Etraye,Étraye		44	55	553	55183
3019378	Étray	etray	FR	25800	140	Europe/Paris	47.12317	6.34219		Etray,Étray		27	25	253	25227
3019380	Étrappe	etrappe	FR	25250	167	Europe/Paris	47.47448	6.57932		Etrappe,Étrappe		27	25	252	25226
3019381	Étrabonne	etrabonne	FR	25170	114	Europe/Paris	47.23405	5.74295		Etrabon,Etrabonn,Etrabonne,ai te la bang,Étrabonne,Етрабон,Етрабонн,埃特拉邦		27	25	251	25225
3019382	Étouy	etouy	FR	60600	809	Europe/Paris	49.4186	2.36343		Etouy,Etui,Etuj,ai tu yi,Étouy,Етуї,Етуј,埃图伊		32	60	602	60225
3019383	Étouvy	etouvy	FR	14350	295	Europe/Paris	48.8931	-0.88952		Etouvy,Étouvy		28	14	144	14061
3019384	Étouvelles	etouvelles	FR	02000	199	Europe/Paris	49.52072	3.58083		Etouvelles,Étouvelles		32	02	022	02294
3019385	Étouvans	etouvans	FR	25260	767	Europe/Paris	47.46463	6.72021		Etouvans,Étouvans		27	25	252	25224
3019386	Étoutteville	etoutteville	FR	76190	450	Europe/Paris	49.67424	0.77975		Etoutteville,Étoutteville		28	76	763	76253
3019387	Étourvy	etourvy	FR	10210	201	Europe/Paris	47.95627	4.13056		Etourvy,Étourvy		44	10	103	10143
3019388	Étouars	etouars	FR	24360	181	Europe/Paris	45.60182	0.62805		Ehtuar,Estoars,Etouars,Etuar,ai tu a er,Étouars,Етуар,Этуар,埃图阿尔		75	24	242	24163
3019389	Étormay	etormay	FR	21450	51	Europe/Paris	47.59679	4.57489		Ehtorme,Etormay,Etorme,ai tuo er mai,Étormay,Еторме,Эторме,埃托尔迈		27	21	213	21257
3019390	Éton	eton	FR	55240	195	Europe/Paris	49.2752	5.67873				44	55	553	55182
3019471	Étainhus	etainhus	FR	76430	1027	Europe/Paris	49.56648	0.31285		Etainhus,Étainhus		28	76	762	76250
3019391	Étoile-sur-Rhône	etoile-sur-rhone	FR	26800	4345	Europe/Paris	44.83883	4.8905		Estela,Estèla,Etoal sir Ron,Etoile,Etoile-sur-Rhone,Etoile-sur-Rhône,Etual'-sjur-Ron,luo ne he pan ai tu wa er,Étoile-sur-Rhône,Етоал сир Рон,Етуаль-сюр-Рон,罗讷河畔埃图瓦尔		84	26	263	26124
3019392	Étoile-Saint-Cyrice	etoile-saint-cyrice	FR	05700	0	Europe/Paris	44.31616	5.62797		Ehtual'-Sen-Siris,Estela Sant Cirici,Estela e Sant Cirici,Estèla e Sant Cirici,Etoal Sen Siris,Etoile,Etoile-Saint-Cyrice,Etoile-le-Chateau,Etual'-Sen-Siris,ai tu wa er sheng xi li ke,Étoile-Saint-Cyrice,Étoile-le-Château,Етоал Сен Сирис,Етуаль-Сен-Сірис,Этуаль-Сен-Сирис,埃图瓦尔圣西里克		93	05	052	05051
3019396	Étoges	etoges	FR	51270	270	Europe/Paris	48.88012	3.85571		Etoges,Étoges		44	51	512	51238
3019398	Étobon	etobon	FR	70400	270	Europe/Paris	47.64424	6.67619		Ehtobon,Etobon,Étobon,Етобон,Этобон		27	70	701	70221
3019399	Étivey	etivey	FR	89310	231	Europe/Paris	47.67728	4.14494		Etivey,Étivey		27	89	892	89161
3019401	Étival-lès-le-Mans	etival-les-le-mans	FR	72700	2044	Europe/Paris	47.95671	0.08763		Etival,Etival-les-Le Mans,Etival-les-le-Mans,Étival,Étival-lès-Le Mans,Étival-lès-le-Mans		52	72	721	72127
3019402	Étival-Clairefontaine	etival-clairefontaine	FR	88480	2445	Europe/Paris	48.36519	6.86118		Etival,Etival Klerfonten,Etival'-Klerfonten,Etival-Clairefontaine,ai di wa ke lai lei feng tai na,Étival,Étival-Clairefontaine,Етивал Клерфонтен,Етиваль-Клерфонтен,Етіваль-Клерфонтен,埃蒂瓦克莱雷丰泰纳		44	88	883	88165
3019404	Étival	etival	FR	39130	301	Europe/Paris	46.5079	5.79323		Etival,Étival		27	39	393	39216
3019406	Étiolles	etiolles	FR	91450	2788	Europe/Paris	48.63248	2.48226		Et'jol',Etiol,Etiolles,ai di ao lai,Étiolles,Етиол,Етьйоль,埃蒂奥莱		11	91	912	91225
3019407	Étinehem	etinehem	FR	80340	283	Europe/Paris	49.92841	2.69048		Etinehem,Étinehem		32	80	804	80295
3019409	Étigny	etigny	FR	89510	741	Europe/Paris	48.13959	3.29187		Etigny,Étigny		27	89	893	89160
3019410	Étienville	etienville	FR	50360	355	Europe/Paris	49.38529	-1.42783		Etienville,Étienville		28	50	502	50177
3019412	Eth	eth	FR	59144	342	Europe/Paris	50.32528	3.66836		Eth		32	59	591	59217
3019413	Étevaux	etevaux	FR	21270	294	Europe/Paris	47.32155	5.31729		Etevaux,Étevaux		27	21	212	21256
3019414	Éterville	eterville	FR	14930	1098	Europe/Paris	49.14423	-0.42512		Eterville,Éterville		28	14	142	14254
3019415	Éterpigny	eterpigny	FR	62156	175	Europe/Paris	50.25897	2.97958		Eterpigny,Éterpigny		32	62	621	62319
3019416	Éterpigny	eterpigny	FR	62156	190	Europe/Paris	49.89105	2.92492		Eterpigny,Éterpigny		32	80	804	80294
3019417	Éternoz	eternoz	FR	25330	305	Europe/Paris	47.00756	6.0294		Eternoz,Éternoz		27	25	251	25223
3019418	Étercy	etercy	FR	74150	703	Europe/Paris	45.8928	6.00604		Etercy,Étercy		84	74	741	74117
3019420	Ételfay	etelfay	FR	80500	396	Europe/Paris	49.66187	2.61954		Etelfay,Ételfay		32	80	803	80293
3019423	Étel	etel	FR	56410	2068	Europe/Paris	47.65773	-3.20098		An Intel,Etel,Etel',ai tai,eteru,Étel,Етел,Етель,エテル,埃泰		53	56	561	56055
3019425	Eteimbes	eteimbes	FR	68210	291	Europe/Paris	47.70348	7.04925		Eteimbes,Éteimbes		44	68	681	68085
3019426	Éteignières	eteignieres	FR	08260	400	Europe/Paris	49.88643	4.38757		Eteigneres,Eteignieres,Eteignères,Éteignières		44	08	081	08156
3019428	Etchebar	etchebar	FR	64470	62	Europe/Paris	43.08288	-0.89269		Etchebar,Etxebarre		75	64	642	64222
3019429	Etcharry	etcharry	FR	64120	132	Europe/Paris	43.32296	-0.928		Echari,Echarri,Ehtsharri,Etcharry,Etsharri,Etxarri,ai te sha li,Етшарри,Етшаррі,Ечари,Этшарри,埃特沙里		75	64	641	64221
3019430	Étavigny	etavigny	FR	60620	122	Europe/Paris	49.12009	2.98003		Etavigny,Étavigny		32	60	604	60224
3019431	Étaves-et-Bocquiaux	etaves-et-bocquiaux	FR	02110	618	Europe/Paris	49.93931	3.45638		Etaves-et-Bocquiaux,Étaves-et-Bocquiaux		32	02	023	02293
3019433	Etaux	etaux	FR	74800	1212	Europe/Paris	46.06835	6.29533		Etaux,Eteaux,Étaux		84	74	742	74116
3019434	Étauliers	etauliers	FR	33820	1514	Europe/Paris	45.22383	-0.57358		Etauliers,Etol'e,Etolije,ai tuo li ye er,Étauliers,Етолије,Етолье,Етольє,埃托利耶尔		75	33	331	33159
3019435	Étaules	etaules	FR	17750	272	Europe/Paris	47.40724	4.94461		Etaules,Étaules		27	21	212	21255
3019436	Étaules	etaules	FR	17750	2009	Europe/Paris	45.73209	-1.0988		Etaules,Étaules		75	17	172	17155
3019437	Étaule	etaule	FR	89200	425	Europe/Paris	47.52107	3.92012		Etaule,Etaules,Etol,Etol',ai tuo er,Étaule,Етол,Етоль,埃托尔		27	89	892	89159
3019441	Étaples	etaples	FR	62630	11397	Europe/Paris	50.52194	1.63319		Ehtapl',Etape,Etapl,Etapl',Etaples,Etaples-sur-Mer,Montagne-sur-Mer,ai ta pu lei,atabls,Étape,Étaples,Étaples-sur-Mer,Етапл,Етапль,Этапль,إتابلس,埃塔普勒		32	62	624	62318
3019443	Étang-sur-Arroux	etang-sur-arroux	FR	71190	1929	Europe/Paris	46.8656	4.18988		Etang,Etang-sur-Arroux,Étang,Étang-sur-Arroux		27	71	711	71192
3019458	Étampes-sur-Marne	etampes-sur-marne	FR	02400	1323	Europe/Paris	49.03464	3.41893		Etampes,Etampes-sur-Marne,Étampes,Étampes-sur-Marne		32	02	021	02292
3019459	Étampes	etampes	FR	91150	23012	Europe/Paris	48.43507	2.16233		Ehtamp,Etamp,Etampes,Etan,Stampae,ai tang pu,atamp,etanpu,Étampes,Етамп,Етан,Этамп,اتامپ,エタンプ,埃唐普	911	11	91	911	91223
3019461	Étalondes	etalondes	FR	76260	0	Europe/Paris	50.02979	1.38737		Etalondes,Etalondes-la-Pipe,Étalondes		28	76	761	76252
3019462	Étalon	etalon	FR	80190	115	Europe/Paris	49.7642	2.85573		Etalon,Étalon		32	80	803	80292
3019464	Étalleville	etalleville	FR	76560	412	Europe/Paris	49.73892	0.82697		Etalleville,Étalleville		28	76	763	76251
3019465	Étalle	etalle	FR	08260	70	Europe/Paris	49.8475	4.44322		Etalle,Étalle		44	08	081	08155
3019467	Étalante	etalante	FR	21510	151	Europe/Paris	47.64083	4.76124		Etalante,Etalente,Étalante,Étalente		27	21	213	21253
3019468	Étalans	etalans	FR	25580	1030	Europe/Paris	47.15125	6.27315		Etalan,Etalans,ai ta lang,Étalans,Еталан,埃塔朗		27	25	253	25222
3019469	Étais-la-Sauvin	etais-la-sauvin	FR	89480	723	Europe/Paris	47.50345	3.34536		Etais,Etais-la-Sauvin,Ete la Soven,Ete-la-Soven,ai tai la suo wan,Étais,Étais-la-Sauvin,Ете ла Совен,Ете-ла-Совен,埃泰拉索万		27	89	891	89158
3019470	Étais	etais	FR	21500	90	Europe/Paris	47.70764	4.43642		Etais,Étais		27	21	213	21252
3019472	Étaing	etaing	FR	62156	380	Europe/Paris	50.2737	3.00005		Etaing,Eten,ai tan,atayngh,Étaing,Етен,إتاينغ,埃坦		32	62	621	62317
3019474	Étain	etain	FR	55400	3710	Europe/Paris	49.21259	5.64022		Etain,Étain		44	55	553	55181
3019475	Étaimpuis	etaimpuis	FR	76850	537	Europe/Paris	49.64509	1.14148		Etaimpuis,Etempi,Etempjui,Étaimpuis,Етемпи,Етемпюи,Етемпюї		28	76	761	76249
3019478	Étagnac	etagnac	FR	16150	1012	Europe/Paris	45.89498	0.77871		Ehtan'jak,Estanhac,Etagnac,Etan'jak,Etanak,ai ta ni ya ke,Étagnac,Етаньяк,Етањак,Этаньяк,埃塔尼亚克		75	16	163	16132
3019480	Étables-sur-Mer	etables-sur-mer	FR	22680	2623	Europe/Paris	48.63333	-2.83333		Ehtabl'-sjur-Mer,Etabl na Moru,Etabl'-sjur-Mer,Etables,Etables-sur-Mer,Stabuli,Staol,bin hai ai ta bu lai,Étables,Етабл на Мору,Етабль-сюр-Мер,Этабль-сюр-Мер,滨海埃塔布莱		53	22	224	22055
3019481	Étables	etables	FR	07300	582	Europe/Paris	45.10115	4.72536		Etables,Étables		84	07	073	07086
3019482	Étable	etable	FR	73110	0	Europe/Paris	46.32388	2.0886				75	23	231	23064
3019483	Étable	etable	FR	73110	329	Europe/Paris	45.46387	6.14706		Etable,Étable		84	73	732	73215
3019484	Eswars	eswars	FR	59161	361	Europe/Paris	50.21811	3.26642		Eswars		32	59	592	59216
3019485	Esvres	esvres	FR	37320	4492	Europe/Paris	47.28537	0.78588		Esvres,Evr,ai si fu lei,Евр,埃斯夫雷		24	37	372	37104
3019487	Esves-le-Moutier	esves-le-moutier	FR	37240	174	Europe/Paris	47.04174	0.90705		Esves,Esves-le-Moutier		24	37	373	37103
3019489	Estry	estry	FR	14410	352	Europe/Paris	48.89703	-0.73547		Ehstri,Estri,Estry,ai si te li,Естри,Естрі,Эстри,埃斯特里		28	14	144	14726
3019490	Estrun	estrun	FR	59295	452	Europe/Paris	50.24892	3.2956		Estren,Estrun,ai si te lan,Естрен,埃斯特兰		32	59	592	59219
3019495	Estreux	estreux	FR	59990	886	Europe/Paris	50.35121	3.59432		Estreux		32	59	596	59215
3019497	Estrennes	estrennes	FR	88500	93	Europe/Paris	48.25809	6.05035		Estrennes		44	88	882	88164
3019498	Estrée-Wamin	estree-wamin	FR	62810	188	Europe/Paris	50.27135	2.40171		Estre Vamen,Estre-Vamen,Estree,Estree-Wamin,Estrée,Estrée-Wamin,Etree-Wamin,Etrée-Wamin,ai si te lei wa man,astry wamyn,Естре Вамен,Естре-Вамен,إستري وامين,埃斯特雷瓦曼		32	62	621	62316
3019499	Estrées-sur-Noye	estrees-sur-noye	FR	80250	261	Europe/Paris	49.78627	2.33052		Estrees,Estrees-sur-Noye,Estrées,Estrées-sur-Noye		32	80	802	80291
3019500	Estrées-Saint-Denis	estrees-saint-denis	FR	60190	3769	Europe/Paris	49.42602	2.64293		Ehstre-Sen-Deni,Estre Sen Deni,Estre-Sen-Deni,Estrees-Franciade,Estrees-Saint-Denis,Estrées-Franciade,Estrées-Saint-Denis,ai si te lei ai sheng de ni,Естре Сен Дени,Естре-Сен-Дені,Эстре-Сен-Дени,埃斯特雷埃圣德尼		32	60	603	60223
3019501	Estrées-lés-Crécy	estrees-les-crecy	FR	80150	370	Europe/Paris	50.25386	1.92756		Estrees,Estrees-les-Crecy,Estrées,Estrées-lés-Crécy		32	80	801	80290
3019502	Estrées-la-Campagne	estrees-la-campagne	FR	14190	184	Europe/Paris	49.01292	-0.23492		Estrees,Estrees-la-Campagne,Estrées,Estrées-la-Campagne		28	14	142	14252
3019503	Estrées-Mons	estrees-mons	FR	80200	632	Europe/Paris	49.87804	3.00854		Estrees-en-Chaussee,Estrées-en-Chaussée		32	80	804	80557
3019504	Estrées-Deniécourt	estrees-deniecourt	FR	80200	251	Europe/Paris	49.88333	2.81667		Estre-Den'ekur,Estrees,Estrées,Etre Denijekur,Etree-Dgnincourt,ai si te lei dai nie ku er,Étrée-Dgnincourt,Естре-Деньєкур,Етре Денијекур,埃斯特雷代涅库尔		32	80	804	80288
3019505	Estrées	estrees	FR	02420	1047	Europe/Paris	50.30079	3.0698		Estrees,Estrées		32	59	593	59214
3019506	Estrées	estrees	FR	02420	450	Europe/Paris	49.96786	3.28846		Estrees,Estrées		32	02	023	02291
3019507	Estréelles	estreelles	FR	62170	274	Europe/Paris	50.5	1.7854		Estreel',Estreelles,Estrel,Estréelles,ai si te lei lei,astrylys,Естреель,Естрел,إستريليس,埃斯特雷勒		32	62	624	62315
3019508	Estrée-Cauchy	estree-cauchy	FR	62690	373	Europe/Paris	50.3985	2.60881		Estre Koshi,Estre-Koshi,Estree-Cauchie,Estree-Cauchy,Estrée-Cauchie,Estrée-Cauchy,ai si te lei ke xi,astry kawtshy,Естре Коши,Естре-Коши,Естре-Коші,إستري كاوتشي,埃斯特雷科希		32	62	622	62314
3019509	Estrée-Blanche	estree-blanche	FR	62145	918	Europe/Paris	50.59368	2.31998		Estraye-Blanke,Estre Blansh,Estre-Blansh,Estree-Blanche,Estrée-Blanche,ai si te lei bu lang shen,astry blantsh,Éstraye-Blanke,Естре Бланш,Естре-Бланш,إستري بلانتش,埃斯特雷布朗什		32	62	622	62313
3019510	Estrée	estree	FR	62170	289	Europe/Paris	50.49928	1.79171		Estree,Estrée		32	62	624	62312
3019512	Estrebay	estrebay	FR	08260	81	Europe/Paris	49.82918	4.35479		Estrebay		44	08	081	08154
3019513	Estramiac	estramiac	FR	32380	136	Europe/Paris	43.83645	0.84855		Estramiac		76	32	322	32129
3019515	Estrablin	estrablin	FR	38780	3492	Europe/Paris	45.51546	4.96173		Ehstrablen,Estrablen,Estrablin,ai si te la bu lan,Естраблен,Эстраблен,埃斯特拉布兰		84	38	383	38157
3019516	Estouy	estouy	FR	45300	508	Europe/Paris	48.18708	2.32968		Estouy,Estu,Etui,ai si tu yi,Есту,Етуї,埃斯图伊		24	45	453	45139
3019517	Estouteville-Écalles	estouteville-ecalles	FR	76750	502	Europe/Paris	49.5904	1.31487		Estouteville,Estouteville-Ecalles,Estouteville-Écalles		28	76	763	76146
3019518	Estourmel	estourmel	FR	59400	436	Europe/Paris	50.14781	3.3217		Estourmel		32	59	592	59213
3019520	Estouches	estouches	FR	91660	211	Europe/Paris	48.30153	2.13408		Estouches,Estush,ai si tu she,Естуш,埃斯图舍		11	91	911	91390
3019521	Estoublon	estoublon	FR	04270	380	Europe/Paris	43.94255	6.17113		Ehstublon,Estoblon,Estoublon,Estublon,Etublon,ai si tu bu long,Естублон,Етублон,Эстублон,埃斯图布隆		93	04	043	04084
3019523	Estos	estos	FR	64400	464	Europe/Paris	43.20867	-0.61176		Ehstos,Estos,Estòs,Eto,ai si tuo,Естос,Ето,Эстос,埃斯托		75	64	642	64220
3019526	Estoher	estoher	FR	66320	145	Europe/Paris	42.60124	2.48573		Astoer,Estoher		76	66	663	66073
3019527	Estivaux	estivaux	FR	19410	325	Europe/Paris	45.31514	1.48455		Estivaux		75	19	191	19078
3019528	Estivareilles	estivareilles	FR	03190	1058	Europe/Paris	46.42526	2.61872		Estivareilles		84	03	031	03111
3019529	Estivareilles	estivareilles	FR	03190	526	Europe/Paris	45.41714	4.00866		Estivareilles		84	42	421	42091
3019530	Estivals	estivals	FR	19600	123	Europe/Paris	45.02815	1.46163		Estivals		75	19	191	19077
3019532	Estissac	estissac	FR	10190	1746	Europe/Paris	48.2692	3.80515		Estissac,Lyebault-sur-Vanne,Lyébault-sur-Vanne,Val-Libre		44	10	103	10142
3019533	Estirac	estirac	FR	65700	108	Europe/Paris	43.49699	0.03117		Estirac		76	65	653	65174
3019534	Estipouy	estipouy	FR	32300	205	Europe/Paris	43.54953	0.37991		Estipouy		76	32	323	32128
3019536	Estillac	estillac	FR	47310	1374	Europe/Paris	44.15716	0.56421		Estijak,Estilhac,Estillac,ai si di la ke,Естияк,Естијак,Естіяк,埃斯蒂拉克		75	47	471	47091
3019537	Estigarde	estigarde	FR	40240	73	Europe/Paris	44.02891	-0.11324		Estigarde		75	40	402	40096
3019538	Estibeaux	estibeaux	FR	40290	537	Europe/Paris	43.60072	-0.90768		Estibeaux		75	40	401	40095
3019540	Estialescq	estialescq	FR	64290	235	Europe/Paris	43.22005	-0.55198		Ehst'jalesk,Est'jalesk,Estialesc,Estialescq,Etjalek,ai si di a lai si ke,Естьялеск,Етјалек,Эстьялеск,埃斯蒂阿莱斯克		75	64	642	64219
3019541	Estézargues	estezargues	FR	30390	414	Europe/Paris	43.94052	4.63704		Estezargues,Estézargues		76	30	302	30107
3019544	Esteville	esteville	FR	76690	385	Europe/Paris	49.60707	1.22339		Esteville		28	76	763	76247
3019545	Estevelles	estevelles	FR	62880	1713	Europe/Paris	50.47653	2.90928		Esteveje,Estevel',Estevelles,ai si tai wei lei,astyfylys,Естевель,Естевеје,إستيفيليس,埃斯泰韦勒		32	62	627	62311
3019546	Esterre	esterre	FR	65120	209	Europe/Paris	42.87445	0.00548		Esterre		76	65	651	65173
3019549	Esternay	esternay	FR	51310	1639	Europe/Paris	48.73232	3.56159		Esternay,Eterne,ai si tai er nai,Етерне,埃斯泰尔奈		44	51	512	51237
3019550	Estérençuby	esterencuby	FR	64220	345	Europe/Paris	43.1042	-1.19571	354	Ehsteransjubi,Esteransjubi,Esterencuby,Estereneuby,Esterençuby,Estérençuby,Eterensibi,Ezterenzubi,ai si tai lang xu bi,Естерансюби,Естерансюбі,Етеренсиби,Эстерансюби,埃斯泰朗叙比		75	64	641	64218
3019554	Estensan	estensan	FR	65170	36	Europe/Paris	42.81901	0.34418				76	65	652	65172
3019555	Esténos	estenos	FR	31440	178	Europe/Paris	42.94732	0.64066		Estenos,Esténos		76	31	312	31176
3019559	Esteil	esteil	FR	63570	61	Europe/Paris	45.45267	3.36637		Esteil		84	63	633	63156
3019562	Estavar	estavar	FR	66800	459	Europe/Paris	42.46768	1.99552		Estavar		76	66	663	66072
3019564	Estarvielle	estarvielle	FR	65240	30	Europe/Paris	42.82009	0.41539		Estarvielle		76	65	652	65171
3019569	Estang	estang	FR	32240	674	Europe/Paris	43.86645	-0.10907		Ehstan,Estan,Estanc,Estang,Etan,ai si tang,Естан,Етан,Эстан,埃斯唐		76	32	322	32127
3019571	Estandeuil	estandeuil	FR	63520	285	Europe/Paris	45.67963	3.44251		Estandeuil		84	63	632	63155
3019572	Estancarbon	estancarbon	FR	31800	616	Europe/Paris	43.10484	0.78565		Estancarbon		76	31	312	31175
3019573	Estampures	estampures	FR	65220	82	Europe/Paris	43.36667	0.2		Estampures		76	65	653	65170
3019575	Estampes	estampes	FR	32170	181	Europe/Paris	43.39737	0.27571		Estampes		76	32	323	32126
3019577	Estal	estal	FR	46130	117	Europe/Paris	44.91667	1.85		Estal		76	46	462	46097
3019578	Estaires	estaires	FR	59940	5979	Europe/Paris	50.64574	2.72782		Bermerain,Ehster,Estaires,Ester,Stegers,ai si tai er,Естер,Эстер,埃斯泰尔		32	59	594	59212
3019580	Estaing	estaing	FR	12190	650	Europe/Paris	44.55528	2.67164		Estaing		76	12	122	12098
3019581	Estaing	estaing	FR	12190	72	Europe/Paris	42.93764	-0.1787				76	65	651	65169
3019584	Estagel	estagel	FR	66310	2129	Europe/Paris	42.77276	2.69819		Estagel,Estagell,Estazhel',Etazhel,ai si ta re,Естажель,Етажел,埃斯塔热		76	66	662	66071
3019585	Estadens	estadens	FR	31160	478	Europe/Paris	43.03515	0.84671		Estadens		76	31	312	31174
3019586	Establet	establet	FR	26470	22	Europe/Paris	44.50602	5.43829		Establet		84	26	261	26123
3019587	Estables	estables	FR	48700	181	Europe/Paris	44.66667	3.41667		Estables		76	48	482	48153
3019594	Essuiles	essuiles	FR	60510	475	Europe/Paris	49.48333	2.3		Essuiles-Saint-Rimault		32	60	602	60222
3019595	Essoyes	essoyes	FR	10360	662	Europe/Paris	48.05714	4.53497		Essoyes		44	10	103	10141
3019600	Esson	esson	FR	14220	356	Europe/Paris	48.96465	-0.45442		Esson		28	14	142	14251
3019601	Essômes-sur-Marne	essomes-sur-marne	FR	02400	2483	Europe/Paris	49.02881	3.37571		Essomes,Essomes-sur-Marne,Essômes,Essômes-sur-Marne		32	02	021	02290
3019602	Essises	essises	FR	02570	414	Europe/Paris	48.96227	3.42119		Essises		32	02	021	02289
3019603	Essigny-le-Petit	essigny-le-petit	FR	02100	376	Europe/Paris	49.89774	3.36381		Essigny,Essigny-le-Petit		32	02	023	02288
3019604	Essigny-le-Grand	essigny-le-grand	FR	02690	1216	Europe/Paris	49.77865	3.27774		Essigny,Essigny-le-Grand		32	02	023	02287
3019605	Essia	essia	FR	39270	60	Europe/Paris	46.58512	5.54616		Essia		27	39	392	39021
3019607	Essey-lès-Nancy	essey-les-nancy	FR	54270	8090	Europe/Paris	48.705	6.22691		Ehsse-le-Nansi,Ese le Nansi,Esse-le-Nansi,Essey,Essey-les-Nancy,Essey-lès-Nancy,ai sai lai nan xi,Есе ле Нанси,Ессе-ле-Нанси,Ессе-ле-Нансі,Эссе-ле-Нанси,埃塞莱南西		44	54	543	54184
3019609	Essey-la-Côte	essey-la-cote	FR	54830	84	Europe/Paris	48.42516	6.46745		Ehsse-la-Kot,Ese la Kot,Esse-la-Kot,Essey,Essey-la-Cote,Essey-la-Côte,ai sai la ke te,Есе ла Кот,Ессе-ла-Кот,Эссе-ла-Кот,埃塞拉科特		44	54	542	54183
3019610	Essey-et-Maizerais	essey-et-maizerais	FR	54470	379	Europe/Paris	48.91933	5.81072		Essey,Essey-et-Maizerais		44	54	544	54182
3019611	Essey	essey	FR	21320	196	Europe/Paris	47.20452	4.52251		Essey		27	21	211	21251
3019612	Esserval-Tartre	esserval-tartre	FR	39250	77	Europe/Paris	46.80933	6.04502		Esserval-Tartre		27	39	392	39214
3019614	Esserts-Blay	esserts-blay	FR	73540	714	Europe/Paris	45.61379	6.43631		Bellepente,Esserts-Blay,Grand-Coeur,Les Esserts		84	73	731	73110
3019615	Essert-Romand	essert-romand	FR	74110	390	Europe/Paris	46.20069	6.67228		Essert-Romand		84	74	744	74114
3019616	Essertines-en-Donzy	essertines-en-donzy	FR	42360	442	Europe/Paris	45.75344	4.34623		Essertines,Essertines-en-Donzy		84	42	421	42090
3019617	Essertines-en-Châtelneuf	essertines-en-chatelneuf	FR	42600	608	Europe/Paris	45.61895	3.9973		Essertines,Essertines-en-Chatelneuf,Essertines-en-Châtelneuf		84	42	421	42089
3019618	Essertenne-et-Cecey	essertenne-et-cecey	FR	70100	350	Europe/Paris	47.39887	5.47539		Essertenne,Essertenne-et-Cecey		27	70	702	70220
3019619	Essertenne	essertenne	FR	71510	482	Europe/Paris	46.81262	4.54524		Essertenne		27	71	711	71191
3019620	Essertaux	essertaux	FR	80160	244	Europe/Paris	49.7391	2.24245		Essertaux		32	80	802	80285
3019621	Essert	essert	FR	90850	2891	Europe/Paris	47.63342	6.81702		Essert		27	90	901	90039
3019622	Essert	essert	FR	90850	0	Europe/Paris	47.63879	3.78775		Essert		27	89	891	89233
3019623	Essegney	essegney	FR	88130	628	Europe/Paris	48.36757	6.31723		Esene,Essegney,Essen'e,ai sai gai yi,Есење,Ессенье,Ессеньє,埃塞盖伊		44	88	881	88163
3019624	Essé	esse	FR	16500	975	Europe/Paris	47.95735	-1.42485		Esceium,Ese,Esse,Essé,Ezieg,ai sai,Есе,Ессе,埃塞		53	35	351	35108
3019625	Esse	esse	FR	16500	512	Europe/Paris	46.03167	0.72073		Esse		75	16	163	16131
3019626	Essay	essay	FR	61500	509	Europe/Paris	48.5415	0.24715		Essai,Essay		28	61	611	61156
3019631	Essars	essars	FR	62400	1672	Europe/Paris	50.54868	2.6662		Esar,Essar,Essars,Essars-lez-Bethune,Essars-lez-Béthune,ai sa er,asars,Есар,Ессар,إسارس,埃萨尔		32	62	622	62310
3019632	Essarois	essarois	FR	21290	96	Europe/Paris	47.75262	4.78428		Essarois		27	21	213	21250
3019634	Esquiule	esquiule	FR	64400	550	Europe/Paris	43.19446	-0.70881		Ehskijul',Ekil,Eskijul',Eskiula,Esquiula,Esquiule,ai si qi yu lei,Екил,Ескиюль,Ескіюль,Эскиюль,埃斯奇于勒		75	64	642	64217
3019637	Esquièze-Sère	esquieze-sere	FR	65120	433	Europe/Paris	42.87565	-0.00254	710	Esquieze,Esquieze-Sere,Esquièze,Esquièze-Sère		76	65	651	65168
3019638	Esquibien	esquibien	FR	29770	1707	Europe/Paris	48.02506	-4.56139		An Eskevien,Ekibjen,Eskib'jan,Eskibjan,Esquibien,ai si qu yi bi an,esukibian,Екибјен,Ескибьян,Ескібян,エスキビアン,埃斯屈伊比安		53	29	294	29003
3019640	Esquerdes	esquerdes	FR	62380	1506	Europe/Paris	50.70414	2.18851		Ekerd,Eskerd,Esquerdes,ai si kai er de,askywrdys,Екерд,Ескерд,إسكيورديس,埃斯凯尔德		32	62	625	62309
3019641	Esquerchin	esquerchin	FR	59553	744	Europe/Paris	50.37572	3.01395		Esquerchin		32	59	593	59211
3019642	Esquennoy	esquennoy	FR	60120	915	Europe/Paris	49.65791	2.26858		Eknoa,Eskennua,Esquennoy,ai si qu ai nu wa,Екноа,Ескеннуа,埃斯屈埃努瓦		32	60	602	60221
3019643	Esquelbecq	esquelbecq	FR	59470	2181	Europe/Paris	50.88694	2.43215		Ekelbek,Ekelsbeke,Eskel'bek,Esquelbecq,ai si kai er bei ke,Екелбек,Ескельбек,埃斯凯尔贝克		32	59	594	59210
3019644	Esquéhéries	esqueheries	FR	02170	1222	Europe/Paris	49.98391	3.74743		Esqueheries,Esquéhéries		32	02	025	02286
3019646	Esquay-sur-Seulles	esquay-sur-seulles	FR	14400	357	Europe/Paris	49.2719	-0.62		Esquay,Esquay-sur-Seulles		28	14	141	14250
3019647	Esquay-Notre-Dame	esquay-notre-dame	FR	14210	942	Europe/Paris	49.1116	-0.47242		Esquay,Esquay-Notre-Dame		28	14	142	14249
3019648	Esprels	esprels	FR	70110	698	Europe/Paris	47.5361	6.37259		Esprels		27	70	701	70219
3019649	Espondeilhan	espondeilhan	FR	34290	705	Europe/Paris	43.44119	3.26346		Espondeilhan		76	34	341	34094
3019650	Espoey	espoey	FR	64420	909	Europe/Paris	43.24283	-0.16606		Ehspoehj,Epoe,Espoej,Espoey,Espuei,ai si bo ai,Епое,Еспоей,Эспоэй,埃斯波埃		75	64	643	64216
3019651	Esplas	esplas	FR	09700	0	Europe/Paris	43.8859	2.71981		Esplas,Esplas-la-Trivalle		76	12	121	12195
3019652	Esplas	esplas	FR	09700	0	Europe/Paris	43.18755	1.4981		Esplas		76	09	092	09117
3019653	Esplas-de-Sérou	esplas-de-serou	FR	09420	0	Europe/Paris	42.97495	1.37647				76	09	093	09118
3019654	Esplantas	esplantas	FR	43170	99	Europe/Paris	44.9094	3.54677		Esplantas		84	43	431	43090
3019655	Espiute	espiute	FR	64390	105	Europe/Paris	43.35901	-0.91555		Espiute		75	64	642	64215
3019656	Espirat	espirat	FR	63160	259	Europe/Paris	45.75022	3.33608		Espirat		84	63	632	63154
3019657	Espira-de-l'Agly	espira-de-l-agly	FR	66600	0	Europe/Paris	42.77757	2.83526		Espira,Espira-de-l'Agly		76	66	662	66069
3019658	Espira-de-Conflent	espira-de-conflent	FR	66320	136	Europe/Paris	42.61544	2.49711		Aspira,Aspirà,Espira,Espira-de-Conflent		76	66	663	66070
3019659	Espins	espins	FR	14220	238	Europe/Paris	49.00119	-0.41285		Espins		28	14	142	14248
3019666	Espinasse-Vozelle	espinasse-vozelle	FR	03110	818	Europe/Paris	46.12635	3.32424		Ehspinas-Vozel',Epinas Vozel,Espinass-Vozel',Espinassa e Vausela,Espinassa e Vausèla,Espinassa e Vozela,Espinasse,Espinasse-Vozelle,ai si pi na si wo ze er,Епинас Возел,Еспинасс-Возель,Еспінасс-Возель,Эспинас-Возель,埃斯皮纳斯沃泽尔		84	03	033	03110
3019667	Espinasses	espinasses	FR	05190	633	Europe/Paris	44.46649	6.23032		Espinasses		93	05	052	05050
3019669	Espinasse	espinasse	FR	15110	0	Europe/Paris	46.03774	2.71113		Espinasse		84	63	634	63152
3019670	Espinasse	espinasse	FR	15110	295	Europe/Paris	45.53057	3.61314				84	63	631	63162
3019671	Espinasse	espinasse	FR	15110	0	Europe/Paris	45.44551	3.92101				84	63	631	63309
3019672	Espinasse	espinasse	FR	15110	0	Europe/Paris	45.4	2.21667				75	19	193	19148
3019673	Espinasse	espinasse	FR	15110	0	Europe/Paris	44.87469	3.93005				84	43	432	43231
3019674	Espinasse	espinasse	FR	15110	80	Europe/Paris	44.87217	2.94228				84	15	153	15065
3019676	Espinas	espinas	FR	82160	174	Europe/Paris	44.19583	1.82923		Espinas		76	82	822	82056
3019679	Espiet	espiet	FR	33420	581	Europe/Paris	44.80618	-0.26362		Espiet		75	33	335	33157
3019681	Espiens	espiens	FR	47600	324	Europe/Paris	44.1689	0.37714		Espiens		75	47	474	47090
3019683	Espieilh	espieilh	FR	65130	48	Europe/Paris	43.07629	0.24303		Espieilh		76	65	652	65167
3019685	Espezel	espezel	FR	11340	206	Europe/Paris	42.82163	2.02108		Espezel		76	11	112	11130
3019687	Espeyroux	espeyroux	FR	46120	121	Europe/Paris	44.76246	1.92299		Espeyroux		76	46	462	46096
3019689	Espeyrac	espeyrac	FR	12140	254	Europe/Paris	44.61219	2.50995		Ehsperak,Espeirac,Espejrak,Esperak,Espeyrac,ai si pei la ke,Еспейрак,Есперак,Эсперак,埃斯佩拉克		76	12	122	12097
3019690	Espès-Undurein	espes-undurein	FR	64130	513	Europe/Paris	43.26667	-0.88333		Ehspes-Ehndjuren,Epez Indiren,Espes,Espes-Endjuren,Espes-Undurenh,Espès,Espés-Undurenh,Ezpeize,Ezpeize-UEnduereine,Ezpeize-Ündüreine,ai si pei an di lan,Епез Индирен,Еспес-Ендюрен,Эспес-Эндюрен,埃斯佩安迪兰		75	64	642	64214
3019693	Espère	espere	FR	46090	940	Europe/Paris	44.51214	1.376		Espere,Espère		76	46	461	46095
3019694	Esperce	esperce	FR	31190	240	Europe/Paris	43.29719	1.40093		Esperce		76	31	311	31173
3019695	Espéraza	esperaza	FR	11260	2175	Europe/Paris	42.93503	2.22082		Ehsperaza,Esperasan,Esperaza,Espéraza,ai si pei la zha,Еспераза,Эспераза,埃斯佩拉扎		76	11	112	11129
3019696	Espérausses	esperausses	FR	81260	139	Europe/Paris	43.6938	2.53384		Esperausses,Espérausses		76	81	812	81086
3019697	Espenel	espenel	FR	26340	128	Europe/Paris	44.68429	5.23367		Espenel		84	26	261	26122
3019698	Espeluche	espeluche	FR	26780	807	Europe/Paris	44.51694	4.82146		Epeljush,Eplish,Espelucha,Espeluche,ai si pei lu ke,Епелюш,Еплиш,埃斯佩吕克		84	26	262	26121
3019699	Espelette	espelette	FR	64250	2032	Europe/Paris	43.34052	-1.44798		Ehspelet,Epelet,Espeleta,Espelett,Espelette,Ezpeleta,ai si pei lai te,esupuretto,Епелет,Еспелетт,Эспелет,エスプレット,埃斯佩莱特		75	64	641	64213
3019700	Espédaillac	espedaillac	FR	46320	257	Europe/Paris	44.63838	1.77299		Espedaillac,Espédaillac		76	46	462	46094
3019701	Espéchède	espechede	FR	64160	150	Europe/Paris	43.31678	-0.18301		Ehspeshed,Epeshed,Espechede,Espeisheda,Espeshed,Espéchède,ai si pei xie de,Епешед,Еспешед,Эспешед,埃斯佩谢德		75	64	643	64212
3019702	Espèche	espeche	FR	65130	51	Europe/Paris	43.0592	0.29484		Espeche,Espèche		76	65	652	65166
3019703	Espaubourg	espaubourg	FR	60650	392	Europe/Paris	49.42183	1.86619		Espaubourg		32	60	601	60220
3019704	Espas	espas	FR	32370	129	Europe/Paris	43.78139	0.07087		Espas		76	32	322	32125
3019705	Espartignac	espartignac	FR	19140	401	Europe/Paris	45.41477	1.5957		Ehspartin'jak,Epartinak,Espartignac,Espartin'jak,Espartinhac,ai si pa er di ni ya ke,Епартињак,Еспартиньяк,Еспартіньяк,Эспартиньяк,埃斯帕尔蒂尼亚克		75	19	192	19076
3019706	Esparsac	esparsac	FR	82500	266	Europe/Paris	43.9028	0.94188		Esparsac		76	82	821	82055
3019707	Esparros	esparros	FR	65130	202	Europe/Paris	43.03231	0.32097		Esparros		76	65	652	65165
3019709	Esparron-de-Verdon	esparron-de-verdon	FR	04800	330	Europe/Paris	43.7391	5.97188		Ehsparron-de-Verdon,Eparon de Verdon,Esparron,Esparron de Verdon,Esparron-de-Verdon,ai si pa er long de wei er dong,Епарон де Вердон,Еспаррон-де-Вердон,Эспаррон-де-Вердон,埃斯帕尔龙德韦尔东		93	04	044	04081
3019710	Esparron	esparron	FR	05110	28	Europe/Paris	44.45354	5.90295		Esparron		93	05	052	05049
3019711	Esparron	esparron	FR	05110	226	Europe/Paris	43.59154	5.84849		Esparron		93	83	833	83052
3019712	Esparron	esparron	FR	05110	41	Europe/Paris	43.26481	0.80538		Esparron		76	31	312	31172
3019714	Espaon	espaon	FR	32220	152	Europe/Paris	43.42012	0.86399		Espaon		76	32	321	32124
3019715	Espanès	espanes	FR	31450	261	Europe/Paris	43.45245	1.48809		Espanes,Espanès		76	31	313	31171
3019716	Espaly-Saint-Marcel	espaly-saint-marcel	FR	43000	3971	Europe/Paris	45.0479	3.86557		Espaly,Espaly-Saint-Marcel,Espaly-et-Marcel		84	43	432	43089
3019717	Espalion	espalion	FR	12500	4652	Europe/Paris	44.52237	2.76265		Ehspal'on,Espal'jon,Espalion,Espaliu,ai si pa li weng,esuparion,Еспалион,Еспальйон,Эспальон,エスパリオン,埃斯帕利翁		76	12	122	12096
3019718	Espalem	espalem	FR	43450	241	Europe/Paris	45.30747	3.2328		Espalem		84	43	431	43088
3019719	Espalais	espalais	FR	82400	309	Europe/Paris	44.077	0.90324		Espalais		76	82	821	82054
3019724	Espagnac-Sainte-Eulalie	espagnac-sainte-eulalie	FR	46320	77	Europe/Paris	44.59261	1.86103		Espagnac-Sainte-Eulalie		76	46	462	46093
3019725	Espagnac	espagnac	FR	19150	347	Europe/Paris	45.23007	1.8968		Espagnac		75	19	192	19075
3019727	Esnouveaux	esnouveaux	FR	52340	325	Europe/Paris	48.12659	5.35116		Esnouveaux		44	52	521	52190
3019728	Esnon	esnon	FR	89210	358	Europe/Paris	47.98238	3.57424		Esnon		27	89	891	89156
3019729	Le Val-d'Esnoms	le-val-d-esnoms	FR	52190	0	Europe/Paris	47.68333	5.2		Esnoms,Esnoms-au-Val		44	52	522	52189
3019730	Esnes-en-Argonne	esnes-en-argonne	FR	55100	119	Europe/Paris	49.20784	5.21164		En an Argon,En-an-Argonn,Esnes,a ge ne de qu ai si nei,Ен ан Аргон,Ен-ан-Аргонн,阿戈讷地区埃斯内		44	55	553	55180
3019731	Esnes	esnes	FR	59127	617	Europe/Paris	50.10091	3.31361		Esnes		32	59	592	59209
3019732	Esnans	esnans	FR	25110	44	Europe/Paris	47.33877	6.3233		Esnans		27	25	251	25221
3019733	Esnandes	esnandes	FR	17137	1959	Europe/Paris	46.24992	-1.1159		Ehnand,Enand,Esnandes,ai si nan dai,Енанд,Энанд,埃斯南代		75	17	173	17153
3019734	Esmoulins	esmoulins	FR	70100	118	Europe/Paris	47.40544	5.56748		Esmoulins		27	70	702	70218
3019735	Esmoulières	esmoulieres	FR	70310	128	Europe/Paris	47.85297	6.61469		Esmoulieres,Esmoulières		27	70	701	70217
3019736	Esmery-Hallon	esmery-hallon	FR	80400	774	Europe/Paris	49.71717	3.01311		Esmery-Hallon		32	80	804	80284
3019737	Esmans	esmans	FR	77940	867	Europe/Paris	48.34602	2.97623		Eman,Esman,Esmans,Еман,Есман		11	77	773	77172
3019738	Eslourenties-Daban	eslourenties-daban	FR	64420	209	Europe/Paris	43.29925	-0.14276		Ehsluranti-Daban,Eluranti Daban,Eluranti-Daban,Eshlorentias,Eslourenties,Eslourenties-Daban,ai lu lang di da bang,Елуранти Дабан,Елуранти-Дабан,Елуранті-Дабан,Эслуранти-Дабан,埃卢朗蒂达邦		75	64	643	64211
3019739	Esley	esley	FR	88260	190	Europe/Paris	48.16884	6.05918		Esley		44	88	882	88162
3019740	Eslettes	eslettes	FR	76710	1431	Europe/Paris	49.5482	1.05515		Eslettes		28	76	763	76245
3019745	Escurolles	escurolles	FR	03110	684	Europe/Paris	46.14324	3.26543		Ehskjurol',Ekirol,Escurolas,Escurolles,Escuròlas,Eskjurol',ai si qu luo lai,Екирол,Ескюроль,Эскюроль,埃斯屈罗莱		84	03	033	03109
3019747	Escurès	escures	FR	64350	154	Europe/Paris	43.46539	-0.12377		Ehskjures,Ekire,Escuras,Escures,Escurès,Eskjure,ai si qu lei,Екире,Ескюре,Эскюрес,埃斯屈雷		75	64	643	64210
3019748	Escueillens-et-Saint-Just-de-Bélengard	escueillens-et-saint-just-de-belengard	FR	11240	151	Europe/Paris	43.10831	2.02045				76	11	112	11128
3019750	Escroux	escroux	FR	81530	0	Europe/Paris	43.74656	2.63594		Escroux,Escroux-et-Roquefere,Escroux-et-Roquefère		76	81	812	81085
3019751	Escrignelles	escrignelles	FR	45250	82	Europe/Paris	47.71495	2.82228		Ekrinel,Escrignelles,Eskrin'el',ai si ke li gai lai,Екрињел,Ескриньєль,埃斯克里盖莱		24	45	451	45138
3019752	Escrennes	escrennes	FR	45300	684	Europe/Paris	48.13287	2.18826		Ehskrenn,Ekran,Escrennes,Eskrenn,ai si ke lei nei,Екран,Ескренн,Эскренн,埃斯克雷内		24	45	453	45137
3019753	Escragnolles	escragnolles	FR	06460	399	Europe/Paris	43.73068	6.78327		Ehskran'ol',Ekranol,Escragnolles,Escranhola,Escranhòla,Eskran'ol',ai si ke la ni ao lai,askrajnwlys,Екрањол,Ескраньоль,Эскраньоль,إسكراجنوليس,埃斯克拉尼奥莱		93	06	061	06058
3019754	Escoville	escoville	FR	14850	731	Europe/Paris	49.21028	-0.23941		Escoville		28	14	143	14246
3019755	Escoutoux	escoutoux	FR	63300	1201	Europe/Paris	45.81942	3.56336		Escoutoux		84	63	635	63151
3019758	Escout	escout	FR	64870	444	Europe/Paris	43.18906	-0.55126		Ehskut,Escot,Escout,Eskut,Ескут,Эскут		75	64	642	64209
3019759	Escoussens	escoussens	FR	81290	551	Europe/Paris	43.50053	2.21307		Escoussens		76	81	812	81084
3019760	Escoussans	escoussans	FR	33760	265	Europe/Paris	44.6842	-0.26605		Escocan,Escossan,Escoussans,Escoçan,Eskussan,Ескуссан		75	33	333	33156
3019763	Escource	escource	FR	40210	654	Europe/Paris	44.16411	-1.0334				75	40	402	40094
3019764	Escouloubre	escouloubre	FR	11140	98	Europe/Paris	42.73924	2.12452		Ehskulubr,Escolobre,Escouloubre,Eskulubr,ai si ku lu bu er,Ескулубр,Эскулубр,埃斯库卢布尔		76	11	112	11127
3019766	La Baule-Escoublac	la-baule-escoublac	FR	44500	17775	Europe/Paris	47.29221	-2.36395		Ar Baol-Skoubleg,Baule-Escoublac,Escoublac,Escoublac-la-Baule,LBY,La Baule,La Baule-Escoublac,La Bol Ekublak,La-Bol'-Ehskublak,La-Bol'-Eskublak,Sublacum,la bo er ai si ku bu la ke,la bwly-yskwblak,Ла Бол Екублак,Ла-Боль-Ескублак,Ла-Боль-Эскублак,لا بولی-یسکوبلاک,拉博尔埃斯库布拉克		52	44	443	44055
3019767	Escoubès	escoubes	FR	64160	101	Europe/Paris	43.10616	0.03104		Escoubes,Escoubes-Pouts,Escoubès,Escoubès-Pouts		76	65	651	65164
3019768	Escoubès	escoubes	FR	64160	247	Europe/Paris	43.41748	-0.24449		Ehskubes,Escobes,Escobès,Escobés,Escoubes,Escoubès,Eskubes,ai si ku bei,Ескубес,Эскубес,埃斯库贝		75	64	643	64208
3019770	Escou	escou	FR	64870	342	Europe/Paris	43.18215	-0.53639		Ehsku,Escor,Escou,Esku,ai si ku,Еску,Эску,埃斯库		75	64	642	64207
3019771	Escots	escots	FR	65130	30	Europe/Paris	43.05868	0.25838		Escots		76	65	652	65163
3019773	Escot	escot	FR	64490	114	Europe/Paris	43.07679	-0.6064		Ehskot,Escot,Escòt,Esko,Еско,Эскот		75	64	642	64206
3019774	Escosse	escosse	FR	09100	365	Europe/Paris	43.12415	1.54913		Escosse		76	09	092	09116
3019775	Escos	escos	FR	64270	236	Europe/Paris	43.44707	-0.99818		Ehskos,Escos,Escòs,Esko,Eskoze,Ezkoze,ai si ke,Еско,Эскос,埃斯科		75	64	642	64205
3019776	Escorpain	escorpain	FR	28270	233	Europe/Paris	48.72182	1.20875		Escorpain		24	28	283	28143
3019781	Escorailles	escorailles	FR	15700	77	Europe/Paris	45.17329	2.33006		Escorailles		84	15	152	15064
3019782	Esconnets	esconnets	FR	65130	30	Europe/Paris	43.06897	0.22882		Esconnets,Escounets		76	65	652	65162
3019783	Escondeaux	escondeaux	FR	65140	222	Europe/Paris	43.33954	0.13019		Escondeaux		76	65	653	65161
3019784	Escombres-et-le-Chesnois	escombres-et-le-chesnois	FR	08110	278	Europe/Paris	49.69404	5.12235		Escombres,Escombres-et-le-Chesnois		44	08	083	08153
3019785	Escolives-Sainte-Camille	escolives-sainte-camille	FR	89290	710	Europe/Paris	47.71803	3.60786		Escolives,Escolives-Sainte-Camille		27	89	891	89155
3019787	Escoire	escoire	FR	24420	453	Europe/Paris	45.21066	0.84939		Escoira,Escoire,Eskuar,ai si kua er,Ескуар,埃斯夸尔		75	24	243	24162
3019790	Escobecques	escobecques	FR	59320	317	Europe/Paris	50.62227	2.93002		Escobecques		32	59	595	59208
3019792	Esclottes	esclottes	FR	47120	183	Europe/Paris	44.70832	0.14539		Esclottes		75	47	472	47089
3019794	Escles-Saint-Pierre	escles-saint-pierre	FR	60220	0	Europe/Paris	49.74005	1.80359		Escles,Escles-Saint-Pierre,Eskl'-Sen-Perr,ai si ke lai sheng pi ye er,Ескль-Сен-Пєрр,埃斯克莱圣皮耶尔		32	60	601	60219
3019795	Escles	escles	FR	88260	419	Europe/Paris	48.12894	6.17824		Escles		44	88	882	88161
3019796	Esclavolles-Lurey	esclavolles-lurey	FR	51260	564	Europe/Paris	48.55282	3.65632		Esclavolles-Lurey		44	51	512	51234
3019797	Esclavelles	esclavelles	FR	76270	315	Europe/Paris	49.70738	1.38869		Esclavelles		28	76	761	76244
3019799	Esclauzels	esclauzels	FR	46090	167	Europe/Paris	44.42173	1.62079		Esclauzel,Esclauzels		76	46	461	46092
3019801	Esclassan-Labastide	esclassan-labastide	FR	32140	334	Europe/Paris	43.42213	0.55796		Esclassan-Labastide		76	32	323	32122
3019803	Esclanèdes	esclanedes	FR	48230	266	Europe/Paris	44.48137	3.36142		Esclanedes,Esclanèdes		76	48	482	48056
3019804	Esclainvillers	esclainvillers	FR	80250	128	Europe/Paris	49.69028	2.39413		Esclainvillers		32	80	803	80283
3019805	Esclagne	esclagne	FR	09600	151	Europe/Paris	42.98089	1.84835		Esclagne		76	09	092	09115
3019806	Eschwiller	eschwiller	FR	67320	192	Europe/Paris	48.85935	7.11544		Eschwiller		44	67	674	67134
3019810	Esches	esches	FR	60110	1113	Europe/Paris	49.22086	2.16595		Esches		32	60	601	60218
3019811	Escherange	escherange	FR	57330	565	Europe/Paris	49.41579	6.07281		Escherange		44	57	577	57199
3019812	Eschentzwiller	eschentzwiller	FR	68440	1309	Europe/Paris	47.7127	7.39773		Eschentzwiller		44	68	684	68084
3019813	Autrechêne	autrechene	FR	90140	0	Europe/Paris	47.58333	6.96667		Eschene-Autrage,Eschêne-Autrage		27	90	901	90082
3019814	Eschbourg	eschbourg	FR	67320	529	Europe/Paris	48.81379	7.29598		Eschbourg		44	67	674	67133
3019815	Eschbach-au-Val	eschbach-au-val	FR	68140	394	Europe/Paris	48.02981	7.14592		Eschbach,Eschbach-au-Val		44	68	682	68083
3019816	Eschbach	eschbach	FR	67360	1012	Europe/Paris	48.87465	7.73609				44	67	672	67132
3019817	Eschau	eschau	FR	67114	4641	Europe/Paris	48.48897	7.71644				44	67	678	67131
3019819	Escazeaux	escazeaux	FR	82500	240	Europe/Paris	43.83498	1.02244		Escazeaux		76	82	821	82053
3019820	Escautpont	escautpont	FR	59278	4324	Europe/Paris	50.41875	3.55341		Ehskopon,Escautpont,Eskopon,ai si ke peng,Ескопон,Эскопон,埃斯科蓬		32	59	596	59207
3019822	Escaunets	escaunets	FR	65500	100	Europe/Paris	43.34668	-0.08163		Escaunets		76	65	653	65160
3019826	Escaudes	escaudes	FR	33840	0	Europe/Paris	44.30953	-0.2021		Escaudas,Escaudes,Eskod,ai si ke dai,Ескод,埃斯科代		75	33	333	33155
3019827	Escaudain	escaudain	FR	59124	9479	Europe/Paris	50.33315	3.3443		Escaudain		32	59	596	59205
3019829	Escatalens	escatalens	FR	82700	841	Europe/Paris	43.98491	1.18856		Escatalens		76	82	822	82052
3019830	Escassefort	escassefort	FR	47350	581	Europe/Paris	44.54796	0.23746		Escassefort		75	47	472	47088
3019832	Escaro	escaro	FR	66360	91	Europe/Paris	42.53706	2.31503		Ascaro,Escaro,Escaró,Eskaro,ai si ka luo,Ескаро,埃斯卡罗		76	66	663	66068
3019833	Escarmain	escarmain	FR	59213	431	Europe/Paris	50.22869	3.54476		Escarmain		32	59	592	59204
3019835	Escardes	escardes	FR	51310	74	Europe/Paris	48.69708	3.51337		Escardes		44	51	512	51233
3019837	Escanecrabe	escanecrabe	FR	31350	272	Europe/Paris	43.27296	0.74821		Escanecrabe		76	31	312	31170
3019838	Escandolières	escandolieres	FR	12390	240	Europe/Paris	44.46904	2.33794		Escandolieres,Escandolières		76	12	123	12095
3019839	Escamps	escamps	FR	46230	736	Europe/Paris	47.72922	3.47379		Escamps		27	89	891	89154
3019840	Escamps	escamps	FR	46230	123	Europe/Paris	44.4	1.58333		Escamps		76	46	461	46091
3019842	Escames	escames	FR	60380	217	Europe/Paris	49.55371	1.79952		Escames		32	60	601	60217
3019843	Escalquens	escalquens	FR	31750	6162	Europe/Paris	43.51835	1.56093		Escalquens		76	31	313	31169
3019844	Escalles	escalles	FR	62179	332	Europe/Paris	50.91729	1.71315		Escalles,Eskal',ai si ka lei,askalys,Ескаль,إسكاليس,埃斯卡勒		32	62	626	62307
3019848	Escales	escales	FR	11200	355	Europe/Paris	43.2235	2.69533		Escales		76	11	113	11126
3019851	Escalans	escalans	FR	40310	248	Europe/Paris	43.97896	0.04203		Escalans		75	40	402	40093
3019852	Escala	escala	FR	65250	346	Europe/Paris	43.08205	0.40392		Ehskala,Escala,Escalar,Eskala,ai si ka la,Ескала,Эскала,埃斯卡拉		76	65	652	65159
3019853	Esboz-Brest	esboz-brest	FR	70300	389	Europe/Paris	47.8088	6.44914		Ebo-Brest,Ehsbo-Brest,Esboz,Esboz-Brest,Ебо-Брест,Эсбо-Брест		27	70	701	70216
3019854	Esbly	esbly	FR	77450	5609	Europe/Paris	48.9052	2.81235		Ebli,Esbly,ai si bu li,Ебли,Еблі,埃斯布利		11	77	771	77171
3019855	Esbarres	esbarres	FR	21170	663	Europe/Paris	47.09489	5.21577		Esbarres		27	21	211	21249
3019856	Esbareich	esbareich	FR	65370	96	Europe/Paris	42.94544	0.562		Esbareich		76	65	652	65158
3019858	Ervy-le-Châtel	ervy-le-chatel	FR	10130	1200	Europe/Paris	48.04116	3.90988		Ervy,Ervy-le-Chatel,Ervy-le-Châtel		44	10	103	10140
3019859	Ervillers	ervillers	FR	62121	400	Europe/Paris	50.16123	2.82441		Erville,Ervillers,ai er wei lai er,arfylyrs,Ервилле,Ервілле,إرفيليرس,埃尔维莱尔		32	62	621	62306
3019861	Ervauville	ervauville	FR	45320	420	Europe/Paris	48.09021	2.9851		Ervauville,Ervovil',ai er wo wei er,Ервовіль,埃尔沃维尔		24	45	451	45136
3019863	Erstroff	erstroff	FR	57660	185	Europe/Paris	48.97938	6.77631		Erstroff		44	57	573	57198
3019865	Erstein	erstein	FR	67150	9647	Europe/Paris	48.42373	7.66262		Eerstain,Erstein,Ersten,ai er si tan,arstyn,erusutan,Ерстен,إرستين,エルスタン,埃尔斯坦		44	67	675	67130
3019866	Errouville	errouville	FR	54680	745	Europe/Paris	49.41584	5.9026		Errouville		44	54	541	54181
3019868	Errevet	errevet	FR	70400	236	Europe/Paris	47.68545	6.77522		Errevet		27	70	701	70215
3019870	Erre	erre	FR	59171	1359	Europe/Paris	50.36252	3.31561		Erre,Erre-en-Ostrevent		32	59	593	59203
3019875	Erquy	erquy	FR	22430	3722	Europe/Paris	48.63126	-2.46507		Ehrki,Erge-ar-Mor,Erki,Erqueium,Erquy,Erquy-Plages,ai er qu yi,eruki,Ерки,Еркі,Эрки,エルキ,埃尔屈伊		53	22	224	22054
3019876	Erquinvillers	erquinvillers	FR	60130	168	Europe/Paris	49.45816	2.47757		Erkenville,Erquinvillers,ai er qu an wei lai er,Еркенвілле,埃尔屈安维莱尔		32	60	602	60216
3019877	Erquinghem-Lys	erquinghem-lys	FR	59193	4581	Europe/Paris	50.67601	2.84505		Erquinghem-Lys		32	59	595	59202
3019878	Erquinghem-le-Sec	erquinghem-le-sec	FR	59320	443	Europe/Paris	50.61343	2.9319		Erquinghem,Erquinghem-le-Sec		32	59	595	59201
3019880	Erquery	erquery	FR	60600	639	Europe/Paris	49.40864	2.45731		Erkeri,Erquery,ai er qu ai li,Еркері,埃尔屈埃里		32	60	602	60215
3019881	Erp	erp	FR	09200	113	Europe/Paris	42.94164	1.19995		Erp		76	09	093	09114
3019882	Éroudeville	eroudeville	FR	50310	249	Europe/Paris	49.47619	-1.39		Eroudeville,Éroudeville		28	50	502	50175
3019883	Érone	erone	FR	20244	9	Europe/Paris	42.37269	9.27124		Erone,Érone		94	2B	2B3	2B106
3019884	Érondelle	erondelle	FR	80580	444	Europe/Paris	50.05306	1.88419		Erondelle,Érondelle		32	80	801	80282
3019885	Érôme	erome	FR	26600	736	Europe/Paris	45.12122	4.82007		Erome,Érôme		84	26	263	26119
3019886	Erny-Saint-Julien	erny-saint-julien	FR	62960	293	Europe/Paris	50.58571	2.25579		Erny,Erny-Saint-Julien		32	62	625	62304
3019887	Ernolsheim-lès-Saverne	ernolsheim-les-saverne	FR	67330	626	Europe/Paris	48.79182	7.38101		Ernolsheim		44	67	674	67129
3019888	Ernolsheim-Bruche	ernolsheim-bruche	FR	67120	1786	Europe/Paris	48.56531	7.56503		Arelse,Ernol'sajm-Brjush,Ernolsheim,Ernolsheim-Bruche,ai er nuo er sang bu lu ke,arnwlshaym-brwkhh,arnwlshym brwtsh,Ернольсайм-Брюш,إرنولشيم بروتش,ارنولسهایم-بروخه,埃尔诺尔桑布吕克		44	67	673	67128
3019890	Ernestviller	ernestviller	FR	57510	533	Europe/Paris	49.06812	6.96526		Ernestviller,Ernestwiller		44	57	576	57197
3019891	Ernes	ernes	FR	14270	298	Europe/Paris	49.01633	-0.12393		Ernes		28	14	142	14245
3019892	Ernemont-sur-Buchy	ernemont-sur-buchy	FR	76750	185	Europe/Paris	49.5392	1.36104		Ernemont,Ernemont-sur-Buchy		28	76	763	76243
3019893	Ernemont-Boutavent	ernemont-boutavent	FR	60380	161	Europe/Paris	49.58837	1.80743		Ernemont,Ernemont-Boutavent		32	60	601	60214
3019895	Ernée	ernee	FR	53500	6127	Europe/Paris	48.29722	-0.93263		Erne,Ernee,Ernée,ai er nei ai,Ерне,埃尔内埃		52	53	533	53096
3019896	Erneville-aux-Bois	erneville-aux-bois	FR	55500	0	Europe/Paris	48.73333	5.41667				44	55	552	55179
3019897	Ermont	ermont	FR	95120	28117	Europe/Paris	48.99004	2.25804		Ehrmon,Ermon,Ermont,ai er meng,armwn,eleumong,erumon,Ермон,Эрмон,ارمون,エルモン,埃尔蒙,에르몽		11	95	951	95219
3019902	Ermenouville	ermenouville	FR	76740	172	Europe/Paris	49.7981	0.78704		Ermenouville		28	76	761	76241
3019903	Ermenonville-la-Petite	ermenonville-la-petite	FR	28120	0	Europe/Paris	48.29599	1.35164		Ermenonville,Ermenonville-la-Petite		24	28	281	28142
3019904	Ermenonville-la-Grande	ermenonville-la-grande	FR	28120	312	Europe/Paris	48.33597	1.38291		Ermenonville,Ermenonville-la-Grande		24	28	281	28141
3019906	Ermenonville	ermenonville	FR	60950	864	Europe/Paris	49.12648	2.69772		Ehrmenonvil',Ermenonvil,Ermenonvil',Ermenonville,Jean-Jacques-Rousseau,ai er mang weng wei er,Ерменонвил,Ерменонвіль,Эрменонвиль,埃尔芒翁维尔		32	60	604	60213
3019907	Erloy	erloy	FR	02260	124	Europe/Paris	49.9	3.81667		Erloy		32	02	025	02284
3019908	Erlon	erlon	FR	02250	290	Europe/Paris	49.72923	3.71387		Erlon		32	02	022	02283
3019909	Érize-Saint-Dizier	erize-saint-dizier	FR	55000	180	Europe/Paris	48.81349	5.28393		Erize,Erize-Saint-Dizier,Érize,Érize-Saint-Dizier		44	55	551	55178
3019910	Érize-la-Petite	erize-la-petite	FR	55260	55	Europe/Paris	48.91779	5.24027		Erize,Erize-la-Petite,Érize-la-Petite		44	55	551	55177
3019912	Érize-la-Brûlée	erize-la-brulee	FR	55260	198	Europe/Paris	48.84972	5.28274		Erize,Erize-la-Brulee,Érize,Érize-la-Brûlée		44	55	551	55175
3019915	Eringhem	eringhem	FR	59470	429	Europe/Paris	50.89586	2.34172		Eringhem		32	59	594	59200
3019916	Éringes	eringes	FR	21500	73	Europe/Paris	47.59191	4.46413		Eringes,Éringes		27	21	213	21248
3019918	Érin	erin	FR	62134	165	Europe/Paris	50.44009	2.20839		Erin,Érin		32	62	621	62303
3019920	Ergué-Gabéric	ergue-gaberic	FR	29500	7326	Europe/Paris	47.99657	-4.02438		An Erge-Vras,Erge-Gaberik,Ergue-Gaberic,Ergué-Gabéric,ai er gai jia bei li ke,eruge=gaberikku,Ерге-Габерик,エルゲ＝ガベリック,埃尔盖加贝里克		53	29	294	29051
3019922	Ergny	ergny	FR	62650	178	Europe/Paris	50.58344	1.97992		Ergny,Ern'i,ai er ni,arjny,Ерньи,Ерньї,إرجني,埃尔尼		32	62	624	62302
3019923	Ergnies	ergnies	FR	80690	160	Europe/Paris	50.08541	2.03749		Ergnies		32	80	801	80281
3019924	Ergersheim	ergersheim	FR	67120	989	Europe/Paris	48.57002	7.52761				44	67	673	67127
3019927	Éréac	ereac	FR	22250	621	Europe/Paris	48.27457	-2.34735		Ereac,Erieg,Éréac		53	22	224	22053
3019930	Erdeven	erdeven	FR	56410	2725	Europe/Paris	47.6422	-3.15662		An Ardeven,An Erdeven,Erdevan,Erdeven,ai er de wang,Ердеван,埃尔德旺		53	56	561	56054
3019931	Ercuis	ercuis	FR	60530	1486	Europe/Paris	49.23465	2.30407		Ercuis,Erkjui,ai er qu yi,Еркюї,埃尔屈伊		32	60	604	60212
3019932	Ercourt	ercourt	FR	80210	126	Europe/Paris	50.04193	1.72339		Ercourt		32	80	801	80280
3019934	Erckartswiller	erckartswiller	FR	67290	223	Europe/Paris	48.87609	7.36463		Erckartswiller,Erkartswiller		44	67	674	67126
3019935	Erching	erching	FR	57720	488	Europe/Paris	49.11065	7.26546		Erching,Erchingen		44	57	576	57196
3019936	Erchin	erchin	FR	59169	735	Europe/Paris	50.31731	3.16669		Erchin		32	59	593	59199
3019937	Ercheu	ercheu	FR	80400	719	Europe/Paris	49.70216	2.94145		Ercheu		32	80	803	80279
3019939	Erceville	erceville	FR	45480	293	Europe/Paris	48.24107	2.03599		Erceville,Ersvil',ai er se wei er,Ерсвіль,埃尔瑟维尔		24	45	453	45135
3019940	Ercé-près-Liffré	erce-pres-liffre	FR	35340	1493	Europe/Paris	48.25604	-1.5169		Erce,Erce-pres-Liffre,Ercee-pres Liffre,Ercé,Ercé-près-Liffré,Ercée-près Liffré,Erse-pre-Liffre,Herceium prope Gahardum,Herzieg-Liverieg,ai er sai pu lei li fu lei,Ерсе-пре-Лиффре,Ерсе-пре-Ліффре,埃尔塞普雷利夫雷		53	35	353	35107
3019941	Ercé-en-Lamée	erce-en-lamee	FR	35620	1260	Europe/Paris	47.83003	-1.56027		Erce,Erce-en-Lamee,Ercé,Ercé-en-Lamée,Herzieg-Mez		53	35	352	35106
3019942	Ercé	erce	FR	09140	538	Europe/Paris	42.84965	1.28883		Ehrse,Erce,Ercé,Erse,ai er sai,Èrce,Ерсе,Эрсе,埃尔塞		76	09	093	09113
3019943	Erbrée	erbree	FR	35500	1655	Europe/Paris	48.09828	-1.12496		Erbre,Erbree,Erbreia,Erbrée,Ervored,ai er bu lei ai,Ербре,埃尔布雷埃		53	35	351	35105
3019944	Erbray	erbray	FR	44110	2609	Europe/Paris	47.65617	-1.31786		Arbraiacum,Erbray,Erbre,Ervoreg,ai er bu lai,Ербре,埃尔布赖		52	44	445	44054
3019945	Erbéviller-sur-Amezule	erbeviller-sur-amezule	FR	54280	59	Europe/Paris	48.7295	6.38528		Erbeviller,Erbeviller-sur-Amezule,Erbéviller,Erbéviller-sur-Amezule		44	54	543	54180
3019947	Erbajolo	erbajolo	FR	20212	104	Europe/Paris	42.26335	9.28189		Ehrbajolo,Erbaghjolu,Erbaiolo,Erbajolo,Ербайоло,Эрбайоло		94	2B	2B3	2B105
3019948	Éraville	eraville	FR	16120	184	Europe/Paris	45.58333	-0.08333		Ehravil',Eravil',Eraville,ai la wei er,Éraville,Еравіль,Эравиль,埃拉维尔		75	16	162	16204
3019950	Eraines	eraines	FR	14700	241	Europe/Paris	48.9	-0.16667				28	14	142	14244
3019951	Éragny-sur-Epte	eragny-sur-epte	FR	60590	560	Europe/Paris	49.31511	1.77519		Eragny,Eragny-sur-Epte,Éragny,Éragny-sur-Epte		32	60	601	60211
3019952	Éragny	eragny	FR	95610	15385	Europe/Paris	49.01667	2.1		Eragny,Éragny		11	95	953	95218
3019953	Équirre	equirre	FR	62134	74	Europe/Paris	50.47356	2.23513		Ekir,Ekirr,Equirre,ai ji er,akywyr,Équirre,Екир,Екирр,Екірр,إكيوير,埃基尔		32	62	621	62301
3019956	Équilly	equilly	FR	50320	133	Europe/Paris	48.83809	-1.39475		Equilly,Équilly		28	50	501	50174
3019957	Équihen-Plage	equihen-plage	FR	62224	2986	Europe/Paris	50.67557	1.57225		Ekian-Plazh,Ekjen-Plazh,Equihen,Equihen-Plage,Inquihin-Plage,akywyhyn blaj,Équihen-Plage,Екиан-Плаж,Екіан-Плаж,Екјен-Плаж,إكيويهين بلاج		32	62	623	62300
3019958	Équevillon	equevillon	FR	39300	556	Europe/Paris	46.76022	5.94009		Equevillon,Équevillon		27	39	392	39210
3019959	Équevilley	equevilley	FR	70160	118	Europe/Paris	47.76917	6.18344		Equevilley,Équevilley		27	70	702	70214
3019960	Équeurdreville-Hainneville	equeurdreville-hainneville	FR	50120	18862	Europe/Paris	49.64868	-1.65306		Ekerdrevil'-Ennevil',Equeurdreville,Equeurdreville-Hainneville,ai qu e er de lei wei er ai na wei er,Екердревиль-Енневиль,Екердревіль-Енневіль,埃屈厄尔德勒维尔艾纳维尔		28	50	502	50129
3019961	Équennes-Éramecourt	equennes-eramecourt	FR	80290	249	Europe/Paris	49.73333	1.95				32	80	802	80276
3019962	Équemauville	equemauville	FR	14600	1275	Europe/Paris	49.39406	0.2076		Equemauville,Équemauville		28	14	143	14243
3019963	Équancourt	equancourt	FR	80360	287	Europe/Paris	50.03613	3.01999		Equancourt,Équancourt		32	80	804	80275
3019965	Val-d'Épy	val-d-epy	FR	39160	0	Europe/Paris	46.38333	5.4				27	39	392	39209
3019966	Épuisay	epuisay	FR	41360	549	Europe/Paris	47.90069	0.93051		Epuisay,Épuisay		24	41	412	41078
3019968	Eps	eps	FR	62134	191	Europe/Paris	50.454	2.29545		Eps		32	62	621	62299
3019969	Épron	epron	FR	14610	1861	Europe/Paris	49.22174	-0.37085		Ehpron,Epron,ai pu long,Épron,Епрон,Эпрон,埃普龙		28	14	142	14242
3019970	Épreville-près-le-Neubourg	epreville-pres-le-neubourg	FR	27110	377	Europe/Paris	49.13345	0.88081		Epreville,Epreville-pres-le-Neubourg,Épreville,Épreville-près-le-Neubourg		28	27	272	27224
3019971	Épreville-en-Roumois	epreville-en-roumois	FR	27310	342	Europe/Paris	49.32409	0.76832		Epreville,Epreville-en-Roumois,Epréville,Épreville-en-Roumois		28	27	272	27085
3019972	Épreville-en-Lieuvin	epreville-en-lieuvin	FR	27560	175	Europe/Paris	49.20167	0.53675		Eprevil'-an-L'even,Epreville,Epreville-en-Lieuvin,Eprvil an Lijeven,li ye yu wan de qu ai pu lei wei er,Épreville-en-Lieuvin,Епрвил ан Лијевен,Епревиль-ан-Льевен,Епревіль-ан-Льєвен,利耶于万地区埃普勒维尔		28	27	272	27222
3019973	Épreville	epreville	FR	76400	790	Europe/Paris	49.7065	0.36566		Epreville,Épreville		28	76	762	76240
3019975	Épretot	epretot	FR	76430	660	Europe/Paris	49.53893	0.31667		Epretot,Épretot		28	76	762	76239
3019976	Epping	epping	FR	57720	523	Europe/Paris	49.11178	7.31706		Epping,Epping-Urbach		44	57	576	57195
3019977	Eppeville	eppeville	FR	80400	2108	Europe/Paris	49.74069	3.05114		Eppevil',Eppeville,ai po wei er,Éppeville,Еппевіль,埃珀维尔		32	80	804	80274
3019978	Eppe-Sauvage	eppe-sauvage	FR	59132	0	Europe/Paris	50.11891	4.17812		Epp-Sovazh,Eppe-Sauvage,ai pu suo wa re,Епп-Соваж,埃普索瓦热		32	59	591	59198
3019979	Eppes	eppes	FR	02840	357	Europe/Paris	49.55726	3.7375		Eppes		32	02	022	02282
3019980	Époye	epoye	FR	51490	412	Europe/Paris	49.28958	4.23848		Epoye,Époye		44	51	513	51232
3019981	Épouville	epouville	FR	76133	3047	Europe/Paris	49.56349	0.22373		Epouville,Epuvil',Épouville,Епувиль,Епувіль		28	76	762	76238
3019982	Épothémont	epothemont	FR	10500	176	Europe/Paris	48.41773	4.65868		Epothemont,Épothémont		44	10	101	10139
3019985	Épône	epone	FR	78680	6770	Europe/Paris	48.95476	1.82233		Epon,Epone,Epône,Épône,Епон		11	78	781	78217
3019987	Époisses	epoisses	FR	21460	759	Europe/Paris	47.50666	4.17428		Epoisses,Époisses		27	21	213	21247
3019988	Éply	eply	FR	54610	255	Europe/Paris	48.91925	6.18034		Ehpli,Epli,Eply,ai pu li,Éply,Епли,Еплі,Эпли,埃普利		44	54	543	54179
3019991	Éplessier	eplessier	FR	80290	346	Europe/Paris	49.78287	1.95403		Eplessier,Éplessier		32	80	802	80273
3019992	Épizon	epizon	FR	52230	112	Europe/Paris	48.37829	5.34784		Epizon,Épizon		44	52	523	52187
3019994	Épisy	episy	FR	77250	536	Europe/Paris	48.33449	2.78634		Episy,Épisy		11	77	774	77316
3019995	Epiry	epiry	FR	58800	200	Europe/Paris	47.18333	3.71667				27	58	582	58110
3020000	Épinoy	epinoy	FR	62860	509	Europe/Paris	50.48342	2.94462				32	62	627	62215
3020001	Épinoy	epinoy	FR	62860	0	Europe/Paris	50.23172	3.16715		Ehpinua,Epinoa,Epinoy,Epinua,Spineu,abynwy,ai pi nu wa,Епиноа,Епинуа,Епінуа,Эпинуа,إبينوي,埃皮努瓦		32	62	621	62298
3020002	Épinouze	epinouze	FR	26210	1173	Europe/Paris	45.31003	4.92936		Epinouze,Épinouze		84	26	263	26118
3020003	Épinonville	epinonville	FR	55270	76	Europe/Paris	49.27685	5.07941		Epinonville,Épinonville		44	55	553	55174
3020004	Epiniac	epiniac	FR	35120	1133	Europe/Paris	48.51023	-1.69751		Epinac,Epiniac,Sperneg,Épiniac		53	35	354	35104
3020005	Épineux-le-Seguin	epineux-le-seguin	FR	53340	186	Europe/Paris	47.94159	-0.35929		Epineux,Epineux le Seguin		52	53	531	53017
3020006	Épineuse	epineuse	FR	60190	242	Europe/Paris	49.39701	2.55407		Epineuse,Epinez,ai pi na si,Épineuse,Епінез,埃皮纳斯		32	60	602	60210
3020007	Épineu-le-Chevreuil	epineu-le-chevreuil	FR	72540	247	Europe/Paris	48.03766	-0.11585		Epineu,Epineu-le-Chevreuil,Épineu,Épineu-le-Chevreuil		52	72	721	72126
3020008	Épineuil-le-Fleuriel	epineuil-le-fleuriel	FR	18360	418	Europe/Paris	46.55876	2.58314		Epineuil,Epineuil-le-Fleurial,Epineuil-le-Fleuriel,Épineuil,Épineuil-le-Fleurial,Épineuil-le-Fleuriel		24	18	182	18089
3020009	Épineuil	epineuil	FR	89700	644	Europe/Paris	47.87197	3.97894		Epineuil,Épineuil		27	89	892	89153
3020011	Épineau-les-Voves	epineau-les-voves	FR	89400	689	Europe/Paris	47.95067	3.48164		Epineau,Epineau-les-Voves,Épineau-les-Voves		27	89	891	89152
3020020	Épinay-sur-Seine	epinay-sur-seine	FR	93800	46145	Europe/Paris	48.9535	2.31514		Ehpine-sjur-Sen,Epinay,Epinay-sur-Seine,Epine na Seni,Epine sjur Sen,Epine-sjur-Sen,abyny-swr-syn,apynh swr sn,apynh-swr-sn,epine=shuru=senu,sai na he pan ai pi nai,Épinay-sur-Seine,Епине на Сени,Епине сюр Сен,Епине-сюр-Сен,Епіне-сюр-Сен,Эпине-сюр-Сен,אפינה-סור-סן,ابيني-سور-سين,اپینه سور سن,اپینه-سور-سن,エピネー＝シュル＝セーヌ,塞纳河畔埃皮奈		11	93	933	93031
3020021	Épinay-sur-Orge	epinay-sur-orge	FR	91360	9507	Europe/Paris	48.67338	2.31074		Epinay,Epinay-sur-Orge,Epine sir Orzh,Epine-sjur-Orzh,Spinetum ad Urbiam,ao er ri he pan ai pi nai,Épinay,Épinay-sur-Orge,Епине сир Орж,Епине-сюр-Орж,Епіне-сюр-Орж,奥尔日河畔埃皮奈		11	91	913	91216
3020022	Épinay-sur-Odon	epinay-sur-odon	FR	14310	559	Europe/Paris	49.07643	-0.62071		Epinay,Epinay-sur-Odon,Épinay,Épinay-sur-Odon		28	14	144	14241
3020023	Épinay-sur-Duclair	epinay-sur-duclair	FR	76480	499	Europe/Paris	49.52235	0.83308		Epinay,Epinay-sur-Duclair,Épinay-sur-Duclair		28	76	763	76237
3020024	Épinay-sous-Sénart	epinay-sous-senart	FR	91860	12826	Europe/Paris	48.6897	2.51186		Epinay,Epinay-sous-Senart,Epine-su-Senar,ai pi nai su sai na er,Épinay-sous-Sénart,Епине-су-Сенар,Епіне-су-Сенар,埃皮奈苏塞纳尔		11	91	912	91215
3020025	Épinay-Champlâtreux	epinay-champlatreux	FR	95270	80	Europe/Paris	49.08609	2.41499		Ehpine-Shamplatrjo,Epinay-Champlatreux,Epinay-Champlâtreux,Epine-Shamplatre,ai pi nai shang pu la te lei,Épinay-Champlâtreux,Епине-Шамплатре,Епіне-Шамплатре,Эпине-Шамплатрё,埃皮奈尚普拉特勒		11	95	952	95214
3020029	Épinay	epinay	FR	27330	0	Europe/Paris	49.80526	1.29817				28	76	761	76487
3020030	Épinay	epinay	FR	27330	0	Europe/Paris	49.75845	1.53787				28	76	761	76567
3020031	Épinay	epinay	FR	27330	288	Europe/Paris	48.98173	0.64121		Epinay,Épinay		28	27	272	27049
3020035	Épinal	epinal	FR	88000	39518	Europe/Paris	48.18324	6.45304		EPL,Ehpinal',Epinal,Epinal',Epinalis,Spinalium,Spinalo,abnal,ai pi na lei,apynal,apynl,epinal,epinaru,Épinal,Епинал,Епиналь,Епіналь,Эпиналь,إبنال,اپینال,اپینل,ეპინალი,エピナル,埃皮纳勒,에피날	88	44	88	881	88160
3020036	Épinac	epinac	FR	71360	2531	Europe/Paris	46.98333	4.51667		Epinac-les-Mines,Epinak,Épinac-les-Mines,Епинак,Епінак		27	71	711	71190
3020039	Épiez-sur-Meuse	epiez-sur-meuse	FR	55140	43	Europe/Paris	48.54491	5.63824		Epiez,Epiez-sur-Meuse,Épiez,Épiez-sur-Meuse		44	55	552	55173
3020040	Épiez-sur-Chiers	epiez-sur-chiers	FR	54260	0	Europe/Paris	49.49243	5.50235		Epiez,Epiez-sur-Chiers,Épiez,Épiez-sur-Chiers		44	54	541	54178
3020041	Épierre	epierre	FR	73220	0	Europe/Paris	48.2888	0.20835				52	72	722	72251
3020042	Épierre	epierre	FR	73220	623	Europe/Paris	45.45274	6.29523		Epierre,Épierre		84	73	733	73109
3020043	Épieds-en-Beauce	epieds-en-beauce	FR	45130	1101	Europe/Paris	47.95066	1.61732		Epe-an-Bos,Epieds,Epieds-en-Beauce,bo ke de qu ai pi ye de,Épieds-en-Beauce,Епє-ан-Бос,博克地区埃皮耶德		24	45	452	45134
3020044	Épieds	epieds	FR	02400	358	Europe/Paris	49.10631	3.445		Epieds,Épieds		32	02	021	02280
3020045	Épieds	epieds	FR	02400	341	Europe/Paris	48.93489	1.39916		Epieds,Épieds		28	27	273	27220
3020046	Épieds	epieds	FR	02400	574	Europe/Paris	47.14346	-0.04624		Epieds,Épieds		52	49	493	49131
3020048	Épiais-Rhus	epiais-rhus	FR	95810	673	Europe/Paris	49.1223	2.06211		Ehp'e-Rju,Epiais-Rhus,Epie-Rjus,ai pi ai lu,Épiais-Rhus,Епие-Рюс,Епіє-Рюс,Эпье-Рю,埃皮艾吕		11	95	953	95213
3020049	Épiais-lès-Louvres	epiais-les-louvres	FR	95380	64	Europe/Paris	49.0313	2.55803		Ehp'e-le-Luvr,Epiais,Epiais-les-Louvres,Epiais-lès-Louvres,Epie-le-Luvr,ai pi ai lai lu fu er,Épiais-lès-Louvres,Епие-ле-Лувр,Епіє-ле-Лувр,Эпье-ле-Лувр,埃皮艾莱卢夫尔		11	95	952	95212
3020050	Épiais	epiais	FR	41290	96	Europe/Paris	47.80632	1.25408		Epiais,Épiais		24	41	411	41077
3020051	Epfig	epfig	FR	67680	2010	Europe/Paris	48.35933	7.46427		Apfig,Epfig,abfyj,ai pu fei,apfysh,Епфиг,Епфіг,إبفيج,اپفیش,埃普菲		44	67	675	67125
3020052	Épeugney	epeugney	FR	25290	476	Europe/Paris	47.11704	6.02447		Epeugney,Épeugney		27	25	251	25220
3020053	Épervans	epervans	FR	71380	1478	Europe/Paris	46.75247	4.8993		Epervan,Epervans,Épervans,Еперван		27	71	712	71189
3020054	Épertully	epertully	FR	71360	60	Europe/Paris	46.94237	4.60571		Epertully,Épertully		27	71	711	71188
3020055	Épersy	epersy	FR	73410	310	Europe/Paris	45.73933	5.96126		Epersy,Épersy		84	73	732	73010
3020056	Eperrais	eperrais	FR	61400	112	Europe/Paris	48.41667	0.55				28	61	613	61196
3020057	Épernon	epernon	FR	28230	5266	Europe/Paris	48.61031	1.67218		Epernon,ai pei er nong,Épernon,Епернон,埃佩尔农		24	28	281	28140
3020059	Épernay-sous-Gevrey	epernay-sous-gevrey	FR	21220	168	Europe/Paris	47.18087	5.03333		Epernay,Epernay-sous-Gevrey,Épernay,Épernay-sous-Gevrey		27	21	211	21246
3020062	Épernay	epernay	FR	51200	27082	Europe/Paris	49.04	3.95922		Ehperne,Epernay,Eperne,ai pei er nai,aprnh,eperune,Épernay,Еперне,Эперне,اپرنه,エペルネー,埃佩尔奈	512	44	51	512	51230
3020065	Éperlecques	eperlecques	FR	62910	2964	Europe/Paris	50.80566	2.15207		Eparlecques,Eperlecques,Eperlek,Sperleke,abyrlyskys,ai pei lai ke,Éparlecques,Éperlecques,Еперлек,إبيرليسكيس,埃佩莱克		32	62	625	62297
3020067	Épercieux-Saint-Paul	epercieux-saint-paul	FR	42110	554	Europe/Paris	45.78985	4.20974		Epercieux,Epercieux-Saint-Paul,Épercieux-Saint-Paul		84	42	421	42088
3020069	Épense	epense	FR	51330	95	Europe/Paris	48.97114	4.83387		Epense,Épense		44	51	511	51229
3020070	Épenoy	epenoy	FR	25800	481	Europe/Paris	47.13067	6.36699		Epenoy,Épenoy		27	25	253	25219
3020071	Épenouse	epenouse	FR	25530	93	Europe/Paris	47.21443	6.40144		Epenouse,Épenouse		27	25	253	25218
3020072	Épenède	epenede	FR	16490	220	Europe/Paris	46.06363	0.537		Ehpned,Epenede,Epned,Espeneda,ai pei nei de,Épenède,Епнед,Эпнед,埃佩内德		75	16	163	16128
3020074	Épénancourt	epenancourt	FR	80190	130	Europe/Paris	49.82529	2.93004		Epenancourt,Épénancourt		32	80	804	80272
3020075	Épeigné-sur-Dême	epeigne-sur-deme	FR	37370	158	Europe/Paris	47.6691	0.61362		Epeigne,Epeigne-sur-Deme,Épeigne,Épeigné-sur-Dême		24	37	371	37101
3020076	Épeigné-les-Bois	epeigne-les-bois	FR	37150	396	Europe/Paris	47.28067	1.11148		Epeigne,Epeigne-les-Bois,Épeigné,Épeigné-les-Bois		24	37	373	37100
3020077	Épehy	epehy	FR	80740	1121	Europe/Paris	50	3.13333				32	80	804	80271
3020078	Épégard	epegard	FR	27110	439	Europe/Paris	49.18136	0.8791		Epegard,Épégard		28	27	272	27219
3020079	Épécamps	epecamps	FR	80370	11	Europe/Paris	50.11239	2.1544		Epecamps,Épécamps		32	80	802	80270
3020081	Épeautrolles	epeautrolles	FR	28120	154	Europe/Paris	48.31037	1.32726		Epeautrolles,Épeautrolles		24	28	281	28139
3020083	Épaux-Bézu	epaux-bezu	FR	02400	542	Europe/Paris	49.10761	3.34833		Epaux-Bezu,Épaux-Bézu		32	02	021	02279
3020084	Épaumesnil	epaumesnil	FR	80140	115	Europe/Paris	49.91202	1.85244		Epaumesnil,Épaumesnil		32	80	802	80269
3020087	Épargnes	epargnes	FR	17120	785	Europe/Paris	45.54229	-0.80322		Epargnes,Épargnes		75	17	174	17152
3020088	Éparcy	eparcy	FR	02500	53	Europe/Paris	49.87544	4.05942		Eparcy,Éparcy		32	02	025	02278
3020090	Épannes	epannes	FR	79270	740	Europe/Paris	46.23006	-0.58366		Epannes,Épannes		75	79	792	79112
3020091	Épaney	epaney	FR	14170	334	Europe/Paris	48.94803	-0.16872		Epancy,Epaney,Épaney		28	14	142	14240
3020094	Épaignes	epaignes	FR	27260	1228	Europe/Paris	49.27945	0.4398		Epaignes,Épaignes		28	27	272	27218
3020095	Épagny	epagny	FR	02290	332	Europe/Paris	49.46119	3.24048		Epagny,Épagny		32	02	024	02277
3020096	Épagny	epagny	FR	02290	225	Europe/Paris	47.44867	5.06027		Epagny,Épagny		27	21	212	21245
3020097	Épagny	epagny	FR	02290	3581	Europe/Paris	45.93584	6.08302		Epagny,Épagny		84	74	741	74112
3020098	Épagne-Épagnette	epagne-epagnette	FR	80580	576	Europe/Paris	50.0718	1.87327		Epagne,Epagne-Epagnette,Épagne-Épagnette		32	80	801	80268
3020099	Épagne	epagne	FR	10500	103	Europe/Paris	48.39331	4.46354				44	10	101	10138
3020100	Eoux	eoux	FR	31420	115	Europe/Paris	43.27315	0.88616		Eoux,Éoux		76	31	312	31168
3020101	Éourres	eourres	FR	05300	0	Europe/Paris	44.21264	5.69892		Ehurr,Eourres,Eueras,Eurr,Eurras,Eüras,ai wu er lei,Éourres,Еурр,Эурр,埃乌尔雷		93	05	052	05047
3020107	Envronville	envronville	FR	76640	343	Europe/Paris	49.66172	0.6687		Envronville		28	76	762	76236
3020108	Envermeu	envermeu	FR	76630	2218	Europe/Paris	49.8956	1.26493		Aebura,Eburomagos,Envermeu		28	76	761	76235
3020109	Enveig	enveig	FR	66760	680	Europe/Paris	42.4605	1.9129		Enveig,Enveitg		76	66	663	66066
3020113	Enval	enval	FR	63530	1419	Europe/Paris	45.89921	3.04981		Anval',Enval,Envalh,ang wa,Анваль,昂瓦		84	63	634	63150
3020114	Enval	enval	FR	63530	0	Europe/Paris	45.16667	1.83808				75	19	192	19098
3020115	Enval	enval	FR	63530	0	Europe/Paris	44.98333	1.38333				75	24	244	24050
3020116	Entzheim	entzheim	FR	67960	1961	Europe/Paris	48.53424	7.63772		Entzheim		44	67	678	67124
3020117	Entrevernes	entrevernes	FR	74410	189	Europe/Paris	45.79259	6.1896		Antrevern,Entrevernes,Inter Verniam,Антреверн		84	74	741	74111
3020118	Entrevennes	entrevennes	FR	04700	155	Europe/Paris	43.93765	6.02322		Antreven,Antrevenn,Entrevenas,Entrevennes,ang te lei wei nei,Антревен,Антревенн,昂特勒韦内		93	04	044	04077
3020119	Entrevaux	entrevaux	FR	04320	896	Europe/Paris	43.94989	6.81049		Antrevo,Entrevaus,Entrevaux,Intervalles,ang te lei wo,x xng the rx wo,Антрево,อ็องเทรอโว,昂特勒沃		93	04	042	04076
3020122	Entrepierres	entrepierres	FR	04200	331	Europe/Paris	44.19715	5.99116		Antrep'er,Antreperr,Entrepeiras,Entrepierres,Entrepèiras,ang te lei pi ye er lei,Антрепьер,Антрепєрр,昂特雷皮耶尔雷		93	04	044	04075
3020123	Entremont-le-Vieux	entremont-le-vieux	FR	73670	561	Europe/Paris	45.43333	5.88333		Antremon-le-Ve,Entremont,Entremont-le-Vieux,Антремон-ле-Вє		84	73	732	73107
3020124	Entremont	entremont	FR	74130	549	Europe/Paris	45.95604	6.38946		Entremont		84	74	742	74212
3020125	Entremont	entremont	FR	74130	0	Europe/Paris	45.27428	3.36612				84	43	431	43207
3020128	Entre-deux-Monts	entre-deux-monts	FR	39150	128	Europe/Paris	46.65	5.96667				27	39	392	39208
3020131	Entre-Deux-Guiers	entre-deux-guiers	FR	38380	1612	Europe/Paris	45.43061	5.75209		Entre-Deux-Guiers		84	38	381	38155
3020132	Entre-deux-Eaux	entre-deux-eaux	FR	88650	460	Europe/Paris	48.23209	6.99177		Entre-deux-Eaux		44	88	883	88159
3020133	Entrechaux	entrechaux	FR	84340	925	Europe/Paris	44.21773	5.13801		Antresho,Entrechaums,Entrechaux,ang te lei shao,Антрешо,昂特雷绍		93	84	843	84044
3020134	Entrecasteaux	entrecasteaux	FR	83570	930	Europe/Paris	43.51591	6.24204		Entre-Montagnes,Entrecasteaux		93	83	833	83051
3020135	Entraygues-sur-Truyère	entraygues-sur-truyere	FR	12140	1417	Europe/Paris	44.64606	2.56745		Antreg-sjur-Trjuier,Antreg-sjur-Trjujer,Entraigas,Entraygues,Entraygues-sur-Truyere,Entraygues-sur-Truyère,te lu yi ai er he pan ang te lai gai,Антрег-сюр-Трюйер,Антрег-сюр-Трюїер,特吕伊埃尔河畔昂特赖盖		76	12	122	12094
3020137	Entraunes	entraunes	FR	06470	130	Europe/Paris	44.18889	6.74889		Antron,Entraunes,Interamnes,ang te luo nei,antrawnys,Антрон,إنتراونيس,昂特罗内		93	06	062	06056
3020138	Entrange	entrange	FR	57330	1263	Europe/Paris	49.413	6.10501		Entrange		44	57	577	57194
3020139	Entrammes	entrammes	FR	53260	1951	Europe/Paris	47.9993	-0.71541		Entrammes		52	53	532	53094
3020141	Entrains-sur-Nohain	entrains-sur-nohain	FR	58410	971	Europe/Paris	47.4644	3.25666		Entrains,Entrains-sur-Nohain		27	58	582	58109
3020142	Entraigues-sur-la-Sorgue	entraigues-sur-la-sorgue	FR	84320	7206	Europe/Paris	44.0032	4.92657		Antreg-sjur-la-Sorg,Entraigas,Entraigas de Sorga,Entraigas de Sòrga,Entraigues,Entraigues-sur-Sorgue,Entraigues-sur-Sorgues,Entraigues-sur-la-Sorgue,la suo er ju he pan ang te lai ju e,Антрег-сюр-ла-Сорг,拉索尔居河畔昂特赖居厄		93	84	842	84043
3020143	Entraigues	entraigues	FR	38740	0	Europe/Paris	47.0615	1.51936				24	36	362	36092
3020144	Entraigues	entraigues	FR	38740	0	Europe/Paris	46.21817	2.51645				75	23	231	23076
3020145	Entraigues	entraigues	FR	38740	596	Europe/Paris	45.89003	3.26096		Entraigues		84	63	634	63149
3020146	Entraigues	entraigues	FR	38740	0	Europe/Paris	45.19101	6.2854				84	73	733	73242
3020147	Entraigues	entraigues	FR	38740	250	Europe/Paris	44.90366	5.94688		Entraigues		84	38	381	38154
3020148	Entrages	entrages	FR	04000	91	Europe/Paris	44.04614	6.26663		Antrazh,Entrages,Entratges,ang te la re,Антраж,昂特拉热		93	04	043	04074
3020149	Ensuès-la-Redonne	ensues-la-redonne	FR	13820	4746	Europe/Paris	43.35464	5.20357		Ansjue-la-Redonn,Ansjuehs-la-Redon,En Sua la Redona,En Suá la Redona,Ensue,Ensues,Ensues-la-Redonne,Ensuès,Ensuès-la-Redonne,Ensué,ang xu ai la lei dong,Ансюе-ла-Редонн,Ансюэс-ла-Редон,昂叙埃拉雷东		93	13	134	13033
3020152	Ensisheim	ensisheim	FR	68190	6940	Europe/Paris	47.86584	7.35052		Ehnsisajm,Ensisajm,Ensisheim,ang xi sang,Енсисайм,Енсісайм,Энсисайм,昂西桑		44	68	686	68082
3020153	Ensigné	ensigne	FR	79170	277	Europe/Paris	46.08741	-0.24443		Ensigne,Ensigné		75	79	792	79111
3020155	Saint-Bernard	saint-bernard	FR	01600	0	Europe/Paris	47.66947	7.2066		Brinighoffen,Enschingen,Saint-Bernard		44	68	681	68081
3020156	Ens	ens	FR	65170	16	Europe/Paris	42.80686	0.34075				76	65	652	65157
3020157	Enquin-sur-Baillons	enquin-sur-baillons	FR	62650	183	Europe/Paris	50.57174	1.83675		Enquin,Enquin-sur-Baillons		32	62	624	62296
3020158	Enquin-les-Mines	enquin-les-mines	FR	62145	941	Europe/Paris	50.58747	2.28282		Enken-le-Min,Enquin,Enquin-les-Mines,Inquin-les-Mines,ankywyn lyh myns,kan lai mi ne,Енкен-ле-Мин,Енкен-ле-Мін,إنكيوين ليه مينس,坎莱米讷		32	62	625	62295
3020159	Enguinegatte	enguinegatte	FR	62145	0	Europe/Paris	50.61667	2.26667		Anginegatt,Guinnegatte,ang ji nei jia te,anjywynjat,Ангинегатт,Ангінегатт,إنجيوينجات,昂吉内加特		32	62	625	62295
3020163	Ennordres	ennordres	FR	18380	253	Europe/Paris	47.43	2.38295		Ennordres		24	18	183	18088
3020164	Ennezat	ennezat	FR	63720	2194	Europe/Paris	45.89772	3.22348		Enesac,Ennezat,Ennza,ai nei zha,Еннза,埃内扎		84	63	634	63148
3020165	Ennevelin	ennevelin	FR	59710	2015	Europe/Paris	50.54121	3.12972		Ennevelin,Ennevelin-Ardomprez		32	59	595	59197
3020166	Ennetières-en-Weppes	ennetieres-en-weppes	FR	59320	1154	Europe/Paris	50.6353	2.94012		Ennetieres,Ennetieres-en-Weppes,Ennetières,Ennetières-en-Weppes		32	59	595	59196
3020168	Ennery	ennery	FR	57365	1804	Europe/Paris	49.22619	6.21778		Ennery		44	57	579	57193
3020169	Ennery	ennery	FR	57365	2170	Europe/Paris	49.07505	2.10599		Ennery		11	95	953	95211
3020170	Ennemain	ennemain	FR	80200	257	Europe/Paris	49.84692	2.96398		Ennemain		32	80	804	80267
3020172	Engwiller	engwiller	FR	67350	461	Europe/Paris	48.88517	7.61614		Engwiller		44	67	672	67123
3020179	Engomer	engomer	FR	09800	269	Europe/Paris	42.9475	1.0603		Engomer		76	09	093	09111
3020180	Englos	englos	FR	59320	516	Europe/Paris	50.62665	2.9572		Englos		32	59	595	59195
3020181	Englesqueville-la-Percée	englesqueville-la-percee	FR	14710	102	Europe/Paris	49.37628	-0.95233		Englesqueville,Englesqueville-la-Percee,Englesqueville-la-Percée		28	14	141	14239
3020182	Englesqueville-en-Auge	englesqueville-en-auge	FR	14800	114	Europe/Paris	49.33333	0.15		Englesqueville,Englesqueville-en-Auge		28	14	143	14238
3020184	Englefontaine	englefontaine	FR	59530	1355	Europe/Paris	50.19091	3.64401		Englefontaine		32	59	591	59194
3020185	Englebelmer	englebelmer	FR	80300	247	Europe/Paris	50.05949	2.60942		Englebelmer		32	80	804	80266
3020186	Englancourt	englancourt	FR	02260	125	Europe/Paris	49.91668	3.80133		Englancourt		32	02	025	02276
3020292	Élincourt	elincourt	FR	59127	0	Europe/Paris	50.1282	1.56875				32	80	801	80700
3020187	Engins	engins	FR	38360	452	Europe/Paris	45.18121	5.61723		Anzhen,Engins,ang ran,Анжен,昂然		84	38	381	38153
3020188	Enghien-les-Bains	enghien-les-bains	FR	95880	10951	Europe/Paris	48.96667	2.31667		Ang'jan-le-Ben,Angen-le-Ben,Angjan-le-Ben,Angjen le Ben,Enghien,Enghien-les-Bains,ang ji an lai ban,angyan=re=ban,Анген-ле-Бен,Ангьян-ле-Бен,Ангян-ле-Бен,Ангјен ле Бен,アンギャン＝レ＝バン,昂吉安莱班		11	95	952	95210
3020190	Engenville	engenville	FR	45300	414	Europe/Paris	48.23837	2.2469		Anzhanvil',Engenville,ang rang wei er,Анжанвіль,昂让维尔		24	45	453	45133
3020192	Engente	engente	FR	10200	50	Europe/Paris	48.26951	4.75639		Engente		44	10	101	10137
3020193	Engayrac	engayrac	FR	47470	172	Europe/Paris	44.25899	0.88522		Engayrac		75	47	471	47087
3020194	Enfonvelle	enfonvelle	FR	52400	102	Europe/Paris	47.92644	5.86471		Enfonvelle		44	52	522	52185
3020202	Énencourt-le-Sec	enencourt-le-sec	FR	60240	177	Europe/Paris	49.29796	1.92303		Enencourt,Enencourt-le-Sec,Énencourt-le-Sec		32	60	601	60209
3020203	Énencourt-Léage	enencourt-leage	FR	60590	121	Europe/Paris	49.30383	1.84593		Enankur-Leazh,Enencourt,Enencourt-Leage,Enencourt-Léage,ai nan ku er lai a ge,Énencourt-Léage,Енанкур-Леаж,埃南库尔莱阿格		32	60	601	60208
3020209	Endoufielle	endoufielle	FR	32600	528	Europe/Paris	43.55082	1.02302		Anduf'el',Andufel',Endofiela,Endofièla,Endouffielle,Endoufielle,ang du fei ye er,Андуфьель,Андуфєль,昂杜菲耶尔		76	32	321	32121
3020221	Enchenberg	enchenberg	FR	57415	1227	Europe/Paris	49.01354	7.33868		Enchenberg		44	57	576	57192
3020222	Enchastrayes	enchastrayes	FR	04400	536	Europe/Paris	44.36724	6.69506		Anshastre,Anshastrej,Enchastnaves,Enchastraia,Enchastrayes,ang sha si te lai ai,Аншастре,Аншастрей,昂沙斯特赖埃		93	04	041	04073
3020225	Encausse-les-Thermes	encausse-les-thermes	FR	31160	0	Europe/Paris	43.04908	0.74013		Encausse,Encausse-les-Thermes		76	31	312	31167
3020226	Encausse	encausse	FR	32430	279	Europe/Paris	43.69917	1.03899		Encausse		76	32	322	32120
3020229	Empury	empury	FR	58140	101	Europe/Paris	47.35036	3.82297		Empury		27	58	581	58108
3020230	Empuré	empure	FR	16240	111	Europe/Paris	46.02228	0.05189		Ampjure,Empure,Empuré,ang pi lei,Ампюре,昂皮雷		75	16	163	16127
3020231	Empurany	empurany	FR	07270	520	Europe/Paris	45.02437	4.60871		Empurany		84	07	073	07085
3020233	Empeaux	empeaux	FR	31470	183	Europe/Paris	43.53221	1.08831		Empeaux		76	31	311	31166
3020235	Émondeville	emondeville	FR	50310	292	Europe/Paris	49.45905	-1.34309		Emondeville,Émondeville		28	50	502	50172
3020236	Emmerin	emmerin	FR	59320	3085	Europe/Paris	50.59475	3.00124		Emmeren,Emmerin,ai mo lan,Еммерен,埃默兰		32	59	595	59193
3020237	Emlingen	emlingen	FR	68130	236	Europe/Paris	47.62342	7.2898		Ehmlingen,Emlingen,ang lan rang,Емлинген,Емлінген,Эмлинген,昂兰让		44	68	681	68080
3020239	Émiéville	emieville	FR	14630	366	Europe/Paris	49.15846	-0.22257		Emieville,Émiéville		28	14	142	14237
3020241	Éméville	emeville	FR	60123	276	Europe/Paris	49.28311	3.02903		Emevil',ai mei wei er,Емевіль,埃梅维尔		32	60	604	60207
3020243	Émeringes	emeringes	FR	69840	229	Europe/Paris	46.22313	4.67349		Emeringes,Émeringes		84	69	692	69082
3020245	Émerchicourt	emerchicourt	FR	59580	1015	Europe/Paris	50.30786	3.24537		Emerchicourt,Émerchicourt		32	59	596	59192
3020247	Émerainville	emerainville	FR	77184	7002	Europe/Paris	48.81276	2.62139		Emerainville,Émerainville		11	77	775	77169
3020249	Embry	embry	FR	62990	208	Europe/Paris	50.48333	1.96667		Embry		32	62	624	62293
3020251	Embrun	embrun	FR	05200	7069	Europe/Paris	44.56387	6.49526		Aebura,Ambrun,Eburodunum		93	05	052	05046
3020252	Embreville	embreville	FR	80570	583	Europe/Paris	50.02869	1.54169		Embreville		32	80	801	80265
3020253	Embres-et-Castelmaure	embres-et-castelmaure	FR	11360	158	Europe/Paris	42.93976	2.81296		Embres-et-Castelmaure		76	11	113	11125
3020262	Emberménil	embermenil	FR	54370	220	Europe/Paris	48.62729	6.69707		Embermenil,Emberménil		44	54	542	54177
3020263	Émanville	emanville	FR	27190	559	Europe/Paris	49.6223	0.95996		Emanville,Émanville		28	76	763	76234
3020264	Émanville	emanville	FR	27190	485	Europe/Paris	49.06128	0.9108		Emanville,Émanville		28	27	272	27217
3020265	Émancé	emance	FR	78125	798	Europe/Paris	48.59054	1.7312		Emance,Émancé		11	78	782	78209
3020266	Émalleville	emalleville	FR	27930	0	Europe/Paris	49.61386	0.30415				28	76	762	76650
3020267	Émalleville	emalleville	FR	27930	541	Europe/Paris	49.09779	1.16032		Emalleville,Émalleville		28	27	273	27216
3020268	Émagny	emagny	FR	25170	593	Europe/Paris	47.31176	5.86883		Emagny,Émagny		27	25	251	25217
3020269	Elzange	elzange	FR	57970	721	Europe/Paris	49.36237	6.2861		Elzange		44	57	577	57191
3020271	Elven	elven	FR	56250	3824	Europe/Paris	47.73155	-2.59055		An Elven,Elven		53	56	563	56053
3020272	Elvange	elvange	FR	57690	386	Europe/Paris	49.05929	6.54796		Elvange		44	57	573	57190
3020274	Elsenheim	elsenheim	FR	67390	726	Europe/Paris	48.16168	7.49817				44	67	675	67121
3020275	Éloyes	eloyes	FR	88510	3343	Europe/Paris	48.09793	6.60653		Eloa,Eloyes,Elua,ai lu wa ai,Éloyes,Елоа,Елуа,埃卢瓦埃		44	88	881	88158
3020277	Éloise	eloise	FR	01200	774	Europe/Paris	46.08032	5.86061		Eloise,Éloise		84	74	743	74109
3020278	Éloie	eloie	FR	90300	941	Europe/Paris	47.69022	6.87345		Eloie,Éloie		27	90	901	90037
3020280	Elnes	elnes	FR	62380	737	Europe/Paris	50.68933	2.1263		El'n,Elnes,Ennes,ai er ne,alnys,Ельн,إلنيس,埃尔讷		32	62	625	62292
3020281	Elne	elne	FR	66200	7007	Europe/Paris	42.60432	2.97176		El'n,Elna,Elne,Euna,ai er en,erunu,Ельн,ኤልን,エルヌ,埃尔恩		76	66	661	66065
3020282	Ellon	ellon	FR	14250	338	Europe/Paris	49.22079	-0.67926		Ellon		28	14	141	14236
3020283	Elliant	elliant	FR	29370	2929	Europe/Paris	47.99528	-3.88902		El'jan,Eliant,Elliant,ai li ang,Ельян,埃利昂		53	29	294	29049
3020284	Ellecourt	ellecourt	FR	76390	0	Europe/Paris	49.79794	1.71477		Ellecourt		28	76	761	76233
3020289	Élise-Daucourt	elise-daucourt	FR	51800	0	Europe/Paris	49.05	4.86667				44	51	511	51228
3020291	Élincourt-Sainte-Marguerite	elincourt-sainte-marguerite	FR	60157	805	Europe/Paris	49.52521	2.81692		Elenkur-Sent-Margerit,Elincourt,Elincourt-Sainte-Marguerite,ai lan ku er sheng ma er gai li te,Élincourt,Élincourt-Sainte-Marguerite,Еленкур-Сент-Маргерит,埃兰库尔圣马尔盖里特		32	60	603	60206
3020293	Élincourt	elincourt	FR	59127	680	Europe/Paris	50.04475	3.37125		Elincourt,Élincourt		32	59	592	59191
3020300	Éleu-dit-Leauwette	eleu-dit-leauwette	FR	62300	2962	Europe/Paris	50.42147	2.81079		Ele di Lovet,Ele-di-Lovett,Eleu,Eleu-dit-Leauwette,Liauwette,ai lei di luo wei te,alyw dyt lyawyt,Éleu-dit-Leauwette,Еле ди Ловет,Еле-ди-Ловетт,Еле-ді-Ловетт,إليو ديت لياويت,埃勒迪洛韦特		32	62	627	62291
3020301	Életot	eletot	FR	76540	549	Europe/Paris	49.78832	0.45029		Eleto,Eletot,Életot,Елето		28	76	762	76232
3020302	Élesmes	elesmes	FR	59600	0	Europe/Paris	50.30864	4.01052		Elem,Elesmes,ai lai mu,Елем,埃莱姆		32	59	591	59190
3020303	Élencourt	elencourt	FR	60210	46	Europe/Paris	49.69795	1.89353		Elencourt,Élencourt		32	60	601	60205
3020305	Elbeuf-sur-Andelle	elbeuf-sur-andelle	FR	76780	0	Europe/Paris	49.46068	1.39581		Elbeuf,Elbeuf-sur-Andelle		28	76	763	76230
3020306	Elbeuf-en-Bray	elbeuf-en-bray	FR	76220	0	Europe/Paris	49.48846	1.64299		Elbeuf,Elbeuf-en-Bray		28	76	761	76229
3020307	Elbeuf	elbeuf	FR	76500	17231	Europe/Paris	49.28669	1.00288		Ehl'bjof,El'bef,Elbeuf,Elbovium,Ельбеф,Эльбёф		28	76	763	76231
3020308	Elbach	elbach	FR	68210	290	Europe/Paris	47.6418	7.07688		Elbach		44	68	681	68079
3020310	Élancourt	elancourt	FR	78851 CEDEX	30831	Europe/Paris	48.78421	1.9552		Elancourt,Elankur,alankwr,ellangkuleu,erankuru,Élancourt,Еланкур,الانکور,エランクール,엘랑쿠르		11	78	782	78208
3020311	Élan	elan	FR	08160	76	Europe/Paris	49.66256	4.75731		AElg,Alce,Alces alces,Alko,Briedis,Elan,Eland,Elch,Elg,Hirvi,Los evropsky,Los evropský,Los',Oringna,Orîngna,herajika,Älg,Élan,Лось,אייל קורא,ヘラジカ		44	08	081	08173
3020313	Eix	eix	FR	55400	222	Europe/Paris	49.18018	5.49677		Eix		44	55	553	55171
3020314	Einville-au-Jard	einville-au-jard	FR	54370	1241	Europe/Paris	48.65569	6.48447		Einville,Einville-au-Jard		44	54	542	54176
3020316	Einvaux	einvaux	FR	54360	288	Europe/Paris	48.49022	6.39568		Einvaux,Eiuvaux		44	54	542	54175
3020317	Eincheville	eincheville	FR	57340	169	Europe/Paris	48.98309	6.60474		Eincheville		44	57	573	57189
3020318	Eichhoffen	eichhoffen	FR	67140	445	Europe/Paris	48.38402	7.44289		AEschhoffe,Ehjshkhoffan,Eshoffen,ai ke fang,ayshhwfn,aytshhwfyn,Äschhoffe,Ешоффен,Эйшхоффан,آیشهوفن,إيتشهوفين,埃科方		44	67	675	67120
3020319	Éhuns	ehuns	FR	70300	237	Europe/Paris	47.77219	6.31354		Ehuns,Éhuns		27	70	701	70213
3020323	Éguzon-Chantôme	eguzon-chantome	FR	36270	1362	Europe/Paris	46.45	1.58333		Egjuzon-Shantom,Eguzon + Chantoma,Ehgjuzon-Shantom,ai ju zong shang tong,Éguzon + Chantòma,Егюзон-Шантом,Эгюзон-Шантом,埃居宗尚通		24	36	362	36070
3020324	Eguisheim	eguisheim	FR	68420	1543	Europe/Paris	48.0428	7.30617		Egisajm,Egishaym,Egisheim,Eguisheim,Ehgiskhajm,ai ji sang,egisuhaimu,Егисайм,Егісайм,Эгисхайм,Էգիսհայմ,אגיסהיים,اگیویزہائم,エギスハイム,埃吉桑		44	68	682	68078
3020325	Éguilly-sous-Bois	eguilly-sous-bois	FR	10110	100	Europe/Paris	48.13886	4.53514		Eguilly,Eguilly-sous-Bois,Éguilly,Éguilly-sous-Bois		44	10	103	10136
3020326	Éguilly	eguilly	FR	21320	41	Europe/Paris	47.30381	4.49988		Eguilly,Éguilly		27	21	211	21244
3020330	Éguilles	eguilles	FR	13510	7480	Europe/Paris	43.56867	5.35575		Agulha,Agulha dAis,Egil',Eguilles,Ehgjuij,ai ji lai,Éguilles,Егіль,Эгюий,埃吉莱		93	13	131	13032
3020331	Eguenigue	eguenigue	FR	90150	299	Europe/Paris	47.67081	6.93372		Eguenigue		27	90	901	90036
3020332	Éguelshardt	eguelshardt	FR	57230	485	Europe/Paris	49.01974	7.49289		Egel'sard,Egelshardt,Eguelshardt,aglshart,ai gai er sa er de,Éguelshardt,Егельсард,اگلسهارت,埃盖尔萨尔德		44	57	576	57188
3020333	Égry	egry	FR	45340	278	Europe/Paris	48.10298	2.43804		Egri,Egry,ai ge li,Égry,Егрі,埃格里		24	45	453	45132
3020334	Égriselles-le-Bocage	egriselles-le-bocage	FR	89500	1001	Europe/Paris	48.12103	3.18233		Egriselles,Egriselles-le-Bocage,Égriselles-le-Bocage		27	89	893	89151
3020335	Égreville	egreville	FR	77620	2020	Europe/Paris	48.17606	2.87278		Egrevil',Egreville,Égreville,Егревиль,Егревіль		11	77	774	77168
3020346	Égly	egly	FR	91520	5259	Europe/Paris	48.57828	2.22417		Egli,Egly,ai ge li,Égly,Егли,Еглі,埃格利		11	91	913	91207
3020347	Églisolles	eglisolles	FR	63840	246	Europe/Paris	45.45536	3.88658		Eglisolles,Églisolles		84	63	631	63147
3020348	Égliseneuve-près-Billom	egliseneuve-pres-billom	FR	63160	786	Europe/Paris	45.72174	3.39101		Beauvallon,Egliseneuve,Egliseneuve-pres-Billom,Égliseneuve,Égliseneuve-près-Billom		84	63	632	63146
3020349	Église-Neuve-d'Issac	eglise-neuve-d-issac	FR	24400	0	Europe/Paris	44.98173	0.42737		Eglise-Neuve,Eglise-Neuve-d'Issac,Église-Neuve,Église-Neuve-d'Issac		75	24	243	24161
3020350	Église-Neuve-de-Vergt	eglise-neuve-de-vergt	FR	24380	335	Europe/Paris	45.08305	0.73209		Eglise-Neuve,Eglise-Neuve-de-Vergt,Egliz Nev de Verg,Egliz-Nev-de-Ver,Gleisa Nueva de Vern,Gleisanova de Bruelh,Glèisanòva de Bruelh,ai ge li sai-na fu de wei er ge,Église-Neuve,Église-Neuve-de-Vergt,Еглиз Нев де Верг,Еглиз-Нев-де-Вер,Егліз-Нев-де-Вер,埃格利塞-纳夫德韦尔格		75	24	243	24160
3020351	Égliseneuve-des-Liards	egliseneuve-des-liards	FR	63490	145	Europe/Paris	45.568	3.42399		Egliseneuve,Egliseneuve-des-Liards,Egliznev-de-L'jar,Gleisa Nova,Gleisanova de Saussilanjas,Glèisa Nòva,Glèisanòva de Saussilanjas,ai ge li se na fu dai li a er de,Égliseneuve,Égliseneuve-des-Liards,Еглизнев-де-Льяр,Еглізнев-де-Льяр,埃格利瑟纳夫代利阿尔德		84	63	633	63145
3020352	Égliseneuve-d'Entraigues	egliseneuve-d-entraigues	FR	63850	583	Europe/Paris	45.40806	2.8273		Egliseneuve,Egliseneuve-d'Entraigues,Égliseneuve-d'Entraigues		84	63	633	63144
3020355	Eglingen	eglingen	FR	68720	258	Europe/Paris	47.66306	7.18321		Eglingen		44	68	681	68077
3020356	Égligny	egligny	FR	77126	303	Europe/Paris	48.42718	3.1198		Egligny,Eglin'i,Égligny,Еглиньи,Егліньї		11	77	773	77167
3020358	Égletons	egletons	FR	19300	5316	Europe/Paris	45.40637	2.04518		Egletons,Égletons		75	19	193	19073
3020359	Égleny	egleny	FR	89240	411	Europe/Paris	47.80813	3.3658		Egleny,Égleny		27	89	891	89150
3020363	Égat	egat	FR	66120	472	Europe/Paris	42.50073	2.0161		Egat,Eguet,Èguet,Égat		76	66	663	66064
3020364	Effry	effry	FR	02500	405	Europe/Paris	49.92351	3.98415		Effry		32	02	025	02275
3020366	Effincourt	effincourt	FR	52300	73	Europe/Paris	48.49535	5.26886		Effincourt		44	52	523	52184
3020367	Effiat	effiat	FR	63260	795	Europe/Paris	46.03996	3.25554		Effiat		84	63	634	63143
3020369	Eecke	eecke	FR	59114	901	Europe/Paris	50.77861	2.59656		Eecke,Eek,Eke,ai ke,akh,Еек,اکه,ایکے,埃克		32	59	594	59189
3020372	Édon	edon	FR	16320	237	Europe/Paris	45.48824	0.35407		Edon,Édon		75	16	161	16125
3020374	Edern	edern	FR	29510	1907	Europe/Paris	48.10388	-3.97796		Edern,Guellevain,Édern		53	29	294	29048
3020375	Écuvilly	ecuvilly	FR	60310	265	Europe/Paris	49.65046	2.9206		Ecuvilly,Écuvilly		32	60	603	60204
3020377	Écutigny	ecutigny	FR	21360	83	Europe/Paris	47.08488	4.62202		Ecutigny,Écutigny		27	21	211	21243
3020378	Écury-sur-Coole	ecury-sur-coole	FR	51240	405	Europe/Paris	48.89594	4.33697		Ecury,Ecury-sur-Coole,Ekjuri-sjur-Kool',ke ao er he pan ai qu li,Écury,Écury-sur-Coole,Екюрі-сюр-Кооль,科奥尔河畔埃屈里		44	51	511	51227
3020379	Écury-le-Repos	ecury-le-repos	FR	51230	81	Europe/Paris	48.80749	4.0327		Ecury,Ecury-le-Repos,Écury,Écury-le-Repos		44	51	512	51226
3020381	Écurie	ecurie	FR	62223	304	Europe/Paris	50.33068	2.77091		Ecurie,Écurie		32	62	621	62290
3020382	Écurie	ecurie	FR	62223	0	Europe/Paris	48.61197	3.47091		Ecurie,Ecury,Écurie		11	77	773	77262
3020384	Écurey-en-Verdunois	ecurey-en-verdunois	FR	55150	130	Europe/Paris	49.36667	5.35		Ecurey		44	55	553	55170
3020386	Écurcey	ecurcey	FR	25150	299	Europe/Paris	47.40635	6.81447		Ecurcey,Ekjurse,ai qu er sai,Écurcey,Екюрсе,埃屈尔塞		27	25	252	25216
3020388	Écurat	ecurat	FR	17810	0	Europe/Paris	46.09807	2.15156				75	23	231	23229
3020389	Écurat	ecurat	FR	17810	385	Europe/Paris	45.7838	-0.67351		Ecurat,Écurat		75	17	174	17148
3020390	Écuras	ecuras	FR	16220	641	Europe/Paris	45.68383	0.56732		Ecuias,Ecuras,Ehkjura,Ekjura,Escuras,Escuràs,ai qu la,Écuras,Екюра,Экюра,埃屈拉		75	16	161	16124
3020392	Écully	ecully	FR	69130	19437	Europe/Paris	45.77437	4.77758		Ecully,Écully		84	69	691	69081
3020394	Éculleville	eculleville	FR	50440	47	Europe/Paris	49.68217	-1.82128		Eculleville,Éculleville		28	50	502	50041
3020396	Écuisses	ecuisses	FR	71210	1686	Europe/Paris	46.75631	4.53845		Ecuisses,Écuisses		27	71	711	71187
3020397	Écuires	ecuires	FR	62170	869	Europe/Paris	50.44866	1.76305		Ecuires,Écuires		32	62	624	62289
3020400	Écuillé	ecuille	FR	49460	481	Europe/Paris	47.61595	-0.56273		Ecuille,Écuillé		52	49	491	49130
3020401	Écuelles	ecuelles	FR	71350	2815	Europe/Paris	48.35636	2.82335		Ecuelles,Écuelles		11	77	774	77316
3020402	Écuelles	ecuelles	FR	71350	220	Europe/Paris	46.94411	5.06086		Ecuelles,Écuelles		27	71	712	71186
3020403	Écuelle	ecuelle	FR	70600	88	Europe/Paris	47.55	5.55		Ecuelle,Écuelle		27	70	702	70211
3020404	Écuélin	ecuelin	FR	59620	0	Europe/Paris	50.2	3.91667				32	59	591	59188
3020405	Écueillé	ecueille	FR	36240	1343	Europe/Paris	47.08462	1.34668		Ecueille,Ehkjoje,Ekjuee,ai qu ai lai,Écueillé,Екюеє,Экёйе,埃屈埃莱		24	36	362	36069
3020406	Écueil	ecueil	FR	51500	368	Europe/Paris	49.18678	3.95274		Ecueil,Écueil		44	51	513	51225
3020409	Ectot-lès-Baons	ectot-les-baons	FR	76970	389	Europe/Paris	49.64296	0.80501		Ectot,Ectot-les-Baons,Ectot-lès-Baons		28	76	763	76228
3020410	Ectot-l'Auber	ectot-l-auber	FR	76760	0	Europe/Paris	49.64964	0.92914		Ectot,Ectot-l'Auber		28	76	763	76227
3020411	Écrouves	ecrouves	FR	54200	4410	Europe/Paris	48.67986	5.84267		Ecrouves,Écrouves		44	54	544	54174
3020412	Écrosnes	ecrosnes	FR	28320	767	Europe/Paris	48.54636	1.72914		Ecrosnes,Écrosnes		24	28	281	28137
3020413	Écromagny	ecromagny	FR	70270	180	Europe/Paris	47.79385	6.56396		Ecromagny,Écromagny		27	70	701	70210
3020415	Écrille	ecrille	FR	39270	0	Europe/Paris	46.50578	5.63127				27	39	392	39207
3020417	Écriennes	ecriennes	FR	51300	151	Europe/Paris	48.69119	4.6855				44	51	514	51224
3020420	Écretteville-sur-Mer	ecretteville-sur-mer	FR	76540	96	Europe/Paris	49.79098	0.48448		Ecretteville,Ecretteville-sur-Mer,Écretteville-sur-Mer		28	76	762	76226
3020421	Écretteville-lès-Baons	ecretteville-les-baons	FR	76190	432	Europe/Paris	49.62726	0.683		Ecretteville,Ecretteville-les-Baons,Écretteville,Écretteville-lès-Baons		28	76	763	76225
3020424	Écrammeville	ecrammeville	FR	14710	174	Europe/Paris	49.32345	-0.94488		Ecrammeville,Écrammeville		28	14	141	14281
3020425	Écrainville	ecrainville	FR	76110	1006	Europe/Paris	49.64943	0.32488		Ecrainville,Écrainville		28	76	762	76224
3020426	Ecquevilly	ecquevilly	FR	78920	4172	Europe/Paris	48.95192	1.92338		Ecquevilly,Ekvilli,Еквилли,Еквіллі		11	78	781	78206
3020428	Ecquetot	ecquetot	FR	27110	322	Europe/Paris	49.16966	1.00888		Ecquetot		28	27	272	27215
3020429	Ecques	ecques	FR	62129	1834	Europe/Paris	50.66998	2.28633		Ecques,Ek,ai ke,askyws,Ек,إسكيوس,埃克		32	62	625	62288
3020431	Ecquedecques	ecquedecques	FR	62190	418	Europe/Paris	50.56238	2.45186		ChDecques,Ecquedecques,Ekedek,ai ke dai ke,askywdyskyws,Екедек,إسكيوديسكيوس,埃克代克		32	62	622	62286
3020432	Écoyeux	ecoyeux	FR	17770	1008	Europe/Paris	45.82221	-0.50604		Ecoyeux,Ehkuajjo,Ekuae,ai kua e,Écoyeux,Екуає,Экуайё,埃夸厄		75	17	174	17147
3020433	Écouviez	ecouviez	FR	55600	502	Europe/Paris	49.52863	5.45979		Ecouviez,Écouviez		44	55	553	55169
3020436	Écoust-Saint-Mein	ecoust-saint-mein	FR	62128	437	Europe/Paris	50.18013	2.91236		Ecoust,Ecoust-Lougastre,Ecoust-Saint-Mein,Eku-Sen-Men,ai ku si te sheng man,akwrt san myn,Écoust,Écoust-Saint-Mein,Еку-Сен-Мен,إكورت سان مين,埃库斯特圣曼		32	62	621	62285
3020437	Écourt-Saint-Quentin	ecourt-saint-quentin	FR	62860	1760	Europe/Paris	50.25226	3.07331		Ecourt-Saint-Quentin,Écourt-Saint-Quentin		32	62	621	62284
3020438	Écouis	ecouis	FR	27440	773	Europe/Paris	49.31068	1.43189		Ecouis,Écouis		28	27	271	27214
3020439	Écouflant	ecouflant	FR	49000	3894	Europe/Paris	47.5308	-0.52829		Ecouflant,Ekuflan,ai ku fu lang,Écouflant,Екуфлан,埃库夫朗		52	49	491	49129
3020440	Écouen	ecouen	FR	95440	7583	Europe/Paris	49.02062	2.38309		Ecouen,Ehkuan,Ekuan,ai ku ang,Écouen,Екуан,Экуан,埃库昂		11	95	952	95205
3020441	Écouché	ecouche	FR	61150	1413	Europe/Paris	48.71751	-0.12409		Ecouche,Ekushe,ai ku xie,Écouché,Екуше,埃库谢		28	61	612	61153
3020445	Ecot-la-Combe	ecot-la-combe	FR	52700	26	Europe/Paris	48.21667	5.38333		Ecot,Écot		44	52	521	52183
3020447	Écot	ecot	FR	25150	413	Europe/Paris	47.42487	6.73014		Ecot,Écot		27	25	252	25214
3020452	Écos	ecos	FR	27630	945	Europe/Paris	49.16667	1.65		Ecos,Écos		28	27	271	27213
3020454	Écorpain	ecorpain	FR	72120	349	Europe/Paris	47.93718	0.66239		Ecorpain,Écorpain		52	72	722	72125
3020457	Écordal	ecordal	FR	08130	269	Europe/Paris	49.52736	4.5811		Ecordal,Écordal		44	08	084	08151
3020459	Écorches	ecorches	FR	61160	103	Europe/Paris	48.86712	0.09249		Ecorches,Écorches		28	61	612	61152
3020460	Écorcei	ecorcei	FR	61270	305	Europe/Paris	48.72041	0.57939		Ecorcei,Écorcei		28	61	613	61151
3020461	Écoqueneauville	ecoqueneauville	FR	50480	69	Europe/Paris	49.4019	-1.29142		Ecoqueneauville,Écoqueneauville		28	50	502	50523
3020462	Écommoy	ecommoy	FR	72220	4537	Europe/Paris	47.82774	0.27332		Ecommay,Ecommoy,Ekommua,Ekomoa,Écommoy,Екоммуа,Екомоа		52	72	723	72124
3020465	Écollemont	ecollemont	FR	51290	49	Europe/Paris	48.62117	4.7327				44	51	514	51223
3020468	École-Valentin	ecole-valentin	FR	25480	2295	Europe/Paris	47.26667	5.98333				27	25	251	25212
3020469	École	ecole	FR	73630	260	Europe/Paris	45.64997	6.1685		Ecole,École		84	73	732	73106
3020470	Écoivres	ecoivres	FR	62270	0	Europe/Paris	50.3426	2.6809				32	62	621	62589
3020471	Écoivres	ecoivres	FR	62270	0	Europe/Paris	50.32303	2.28957		Ecoiffes,Ecoivres,Ekoavr,Ekuavr,ai kua fu er,akwyfrys,Écoiffes,Écoivres,Екоавр,Екуавр,إكويفريس,埃夸夫尔		32	62	621	62283
3020472	Écoche	ecoche	FR	42670	419	Europe/Paris	46.15944	4.29776		Ecoche,Ekosh,ai ke ke,Écoche,Екош,埃科克		84	42	422	42086
3020473	Écly	ecly	FR	08300	175	Europe/Paris	49.54395	4.2895		Ecly,Écly		44	08	082	08150
3020474	Écluzelles	ecluzelles	FR	28500	174	Europe/Paris	48.70986	1.42459		Ecluzelles,Écluzelles		24	28	283	28136
3020475	Éclusier-Vaux	eclusier-vaux	FR	80340	69	Europe/Paris	49.93614	2.78687		Eclusier,Eclusier-Vaux,Éclusier,Éclusier-Vaux		32	80	804	80264
3020477	Eclose	eclose	FR	38300	580	Europe/Paris	45.49854	5.29945		Eclose,Éclose		84	38	382	38152
3020478	Éclimeux	eclimeux	FR	62770	165	Europe/Paris	50.39853	2.17808		Eclimeux,Eklime,ai ke li mo,aklymywks,Éclimeux,Еклиме,Екліме,إكليميوكس,埃克利默		32	62	624	62282
3020479	Écleux	ecleux	FR	39600	159	Europe/Paris	46.99923	5.73801		Ecleux,Écleux		27	39	391	39206
3020482	Eclassan	eclassan	FR	07370	740	Europe/Paris	45.15812	4.7612		Eclacan,Eclassan,Eclaçan,Ehklassan,Eklassan,ai ke la sang,Éclassan,Еклассан,Эклассан,埃克拉桑		84	07	073	07084
3020483	Éclaron-Braucourt-Sainte-Livière	eclaron-braucourt-sainte-liviere	FR	52290	0	Europe/Paris	48.58333	4.86667		Eklaron-Brokur-Sent-Liver,ai ke la long bu luo ku er te-sheng li wei ai,Екларон-Брокур-Сент-Лівєр,埃克拉龙布罗库尔特-圣利维埃		44	52	523	52182
3020484	Éclans-Nenon	eclans-nenon	FR	39700	0	Europe/Paris	47.11667	5.6		Eklan-Nenon,ai ke lang nan weng,Еклан-Ненон,埃克朗南翁		27	39	391	39205
3020485	Éclance	eclance	FR	10200	128	Europe/Paris	48.30572	4.63512		Eclance,Éclance		44	10	101	10135
3020486	Éclaires	eclaires	FR	51800	80	Europe/Paris	48.99994	5.0016		Eclaires,Éclaires		44	51	511	51222
3020487	Éclaibes	eclaibes	FR	59330	0	Europe/Paris	50.20282	3.93232		Eclaibes,Éclaibes		32	59	591	59187
3020488	Eckwersheim	eckwersheim	FR	67550	1337	Europe/Paris	48.68167	7.69687		Eckwersheim		44	67	678	67119
3020489	Eckbolsheim	eckbolsheim	FR	67201	6253	Europe/Paris	48.58075	7.68768		Eckelse,Ekbol'sajm,ai ke bo er sang,akblshaym,akbwlshym,Екбольсайм,إكبولشيم,اکبلسهایم,埃克博尔桑		44	67	678	67118
3020490	Eckartswiller	eckartswiller	FR	67700	479	Europe/Paris	48.76677	7.35672		Eckartswiller		44	67	674	67117
3020492	Échourgnac	echourgnac	FR	24410	422	Europe/Paris	45.12593	0.22986		Echourgnac,Ehshurn'jak,Eschornhac,Eshurn'jak,Eshurnak,ai shu er ni ya ke,Échourgnac,Ешурньяк,Ешурњак,Эшурньяк,埃舒尔尼亚克		75	24	243	24159
3020493	Échouboulains	echouboulains	FR	77830	540	Europe/Paris	48.46379	2.94534		Echouboulains,Échouboulains		11	77	772	77164
3020495	Échirolles	echirolles	FR	38130	33088	Europe/Paris	45.14603	5.71441		Echirolles,Ehshirol',Eshirol,Eshirol',ai xi luo lai,ashyrwl,eshiroru,esilol,Échirolles,Еширол,Ешироль,Эшироль,اشيرول,اشیرول,エシロル,埃希罗莱,에시롤		84	38	381	38151
3020497	Échiré	echire	FR	79410	3042	Europe/Paris	46.38973	-0.41584		Echire,Echireyum,Eshire,eshire,Échiré,Ешире,エシレ		75	79	792	79109
3020498	Echinghen	echinghen	FR	62360	366	Europe/Paris	50.7031	1.64803		Echingen,Echinghem,Echinghen,Echinghin,Eshengan,ai shang gang,ashynjhyn,Échinghin,Ешенган,إشينجهين,埃尚冈		32	62	623	62281
3020499	Échilleuses	echilleuses	FR	45390	341	Europe/Paris	48.16433	2.44309		Echilleuses,Échilleuses		24	45	453	45131
3020500	Échillais	echillais	FR	17620	3046	Europe/Paris	45.89891	-0.95275		Echillais,Échillais		75	17	172	17146
3020501	Échigey	echigey	FR	21110	226	Europe/Paris	47.18295	5.19345		Echigey,Échigey		27	21	212	21242
3020503	Échevronne	echevronne	FR	21420	281	Europe/Paris	47.10464	4.85126		Echevronne,Échevronne		27	21	211	21241
3020504	Échevis	echevis	FR	26190	62	Europe/Paris	45.01667	5.38333		Echevis,Échevis		84	26	261	26117
3020505	Échevannes	echevannes	FR	21120	150	Europe/Paris	47.52758	5.16898		Echevannes,Échevannes		27	21	212	21240
3020507	Échevannes	echevannes	FR	21120	71	Europe/Paris	47.08333	6.23333				27	25	251	25211
3020509	Échenoz-le-Sec	echenoz-le-sec	FR	70000	310	Europe/Paris	47.53779	6.11806		Echenoz-le-Sec,Échenoz-le-Sec		27	70	702	70208
3020510	Échenoz-la-Méline	echenoz-la-meline	FR	70000	2823	Europe/Paris	47.60086	6.13544		Echenoz-la-Meline,Ehshno-la-Melin,Esheno-la-Melin,Échenoz-la-Méline,Ешено-ла-Мелін,Эшно-ла-Мелин		27	70	702	70207
3020511	Échenon	echenon	FR	21170	688	Europe/Paris	47.11667	5.28333		Echenon,Échenon		27	21	211	21239
3020512	Échenevex	echenevex	FR	01170	1321	Europe/Paris	46.30923	6.03963		Echenevex,Échenevex		84	01	013	01153
3020513	Échenay	echenay	FR	52230	97	Europe/Paris	48.46245	5.30969		Echenay,Échenay		44	52	523	52181
3020514	Échenans-sous-Mont-Vaudois	echenans-sous-mont-vaudois	FR	70400	0	Europe/Paris	47.6	6.76667		Ehshnan-su-Mon-Vodua,Eshenan-su-Mon-Vodua,Ешенан-су-Мон-Водуа,Эшнан-су-Мон-Водуа		27	70	701	70206
3020515	Échenans	echenans	FR	25550	122	Europe/Paris	47.52638	6.69465		Echenans,Échenans		27	25	252	25210
3020516	Échemiré	echemire	FR	49150	492	Europe/Paris	47.55151	-0.16888		Echemire,Echemiré,Eshmire,ai she mi lei,Échemiré,Ешмире,Ешміре,埃舍米雷		52	49	493	49018
3020517	Échemines	echemines	FR	10350	87	Europe/Paris	48.38721	3.8328		Echemines,Échemines		44	10	102	10134
3020524	Échebrune	echebrune	FR	17800	484	Europe/Paris	45.58008	-0.44625		Echebrune,Échebrune		75	17	171	17145
3020526	Échay	echay	FR	25440	70	Europe/Paris	47.04489	5.94794		Echay,Échay		27	25	251	25209
3020527	Échavanne	echavanne	FR	70400	209	Europe/Paris	47.65679	6.73221		Echavanne,Ehshavan,Eshavann,Échavanne,Ешаванн,Эшаван		27	70	701	70205
3020528	Échauffour	echauffour	FR	61370	805	Europe/Paris	48.7404	0.38801		Echauffour,Eshoffur,ai shao fu,Échauffour,Ешоффур,埃绍富		28	61	613	61150
3020533	Échassières	echassieres	FR	03330	381	Europe/Paris	46.18444	2.93439		Echassieres,Échassières		84	03	033	03108
3020536	Écharcon	echarcon	FR	91540	604	Europe/Paris	48.57336	2.41041		Echarcon,Esharkon,ai sha er kong,Écharcon,Ешаркон,埃沙尔孔		11	91	912	91204
3020539	Échannay	echannay	FR	21540	109	Europe/Paris	47.28155	4.67774		Echannay,Échannay		27	21	212	21238
3020541	Échandelys	echandelys	FR	63980	235	Europe/Paris	45.54369	3.52987		Echandelys,Échandelys		84	63	631	63142
3020544	Échalou	echalou	FR	61440	316	Europe/Paris	48.72725	-0.49245		Echalou,Échalou		28	61	612	61149
3020545	Échalot	echalot	FR	21510	105	Europe/Paris	47.61238	4.8375		Echalot,Ehshalo,Eshalo,ai sha luo,Échalot,Ешало,Эшало,埃沙洛		27	21	213	21237
3020547	Échallat	echallat	FR	16170	443	Europe/Paris	45.72334	-0.04077		Echallat,Ehshalla,Eshalla,ai sha la,Échallat,Ешалла,Эшалла,埃沙拉		75	16	162	16123
3020548	Échalas	echalas	FR	69700	1216	Europe/Paris	45.55203	4.71544		Echalas,Échalas		84	69	691	69080
3020551	Eccles	eccles	FR	59740	0	Europe/Paris	50.20505	4.10109		Eccles,Ecoles		32	59	591	59186
3020552	Eccica-Suarella	eccica-suarella	FR	20117	0	Europe/Paris	41.91667	8.91667		Eccica,Eccica e Suaredda,Eccica è Suaredda,Echchika-Suarella,Ehchchika-Suarella,Еччика-Суарелла,Эччика-Суарелла		94	2A	2A1	2A104
3020555	Écauville	ecauville	FR	27110	79	Europe/Paris	49.12541	0.99173		Ecauville,Écauville		28	27	272	27212
3020556	Écausseville	ecausseville	FR	50310	89	Europe/Paris	49.46119	-1.37583		Ecausseville,Écausseville		28	50	502	50169
3020558	Écardenville-sur-Eure	ecardenville-sur-eure	FR	27490	564	Europe/Paris	49.10155	1.26961		Ecardenville,Ecardenville-sur-Eure,Écardenville-sur-Eure		28	27	271	27191
3020559	Écardenville-la-Campagne	ecardenville-la-campagne	FR	27170	322	Europe/Paris	49.11885	0.84616		Ecardenville,Ecardenville-la-Campagne,Écardenville-la-Campagne		28	27	272	27210
3020560	Écaquelon	ecaquelon	FR	27290	454	Europe/Paris	49.29082	0.73078		Ecaquelon,Écaquelon		28	27	272	27209
3020561	Écalles-Alix	ecalles-alix	FR	76190	513	Europe/Paris	49.61738	0.82295		Ecalles-Alix,Écalles-Alix		28	76	763	76223
3020565	Écaillon	ecaillon	FR	59176	2045	Europe/Paris	50.35034	3.21664		Ecaillon,Écaillon		32	59	593	59185
3020569	Ébreuil	ebreuil	FR	03450	1246	Europe/Paris	46.11548	3.08677		Eborolacum,Ebrej,Ebreuil,Ebruelh,Ehbrjoj,Esbreule,ai bu lei yi,Ébreuil,Ебрей,Эбрёй,埃布勒伊		84	03	033	03107
3020570	Ébréon	ebreon	FR	16140	180	Europe/Paris	45.9372	0.03096		Ebreon,Ehbreon,ai bu lei weng,Ébréon,Ебреон,Эбреон,埃布雷翁		75	16	163	16122
3020572	Ébouleau	ebouleau	FR	02350	204	Europe/Paris	49.67285	3.875		Ebouleau,Ébouleau		32	02	022	02274
3020573	Éblange	eblange	FR	57220	254	Europe/Paris	49.22415	6.48397		Eblange,Éblange		44	57	573	57187
3020574	Ébersviller	ebersviller	FR	57320	678	Europe/Paris	49.27513	6.401		Ebersviller,Ébersviller		44	57	573	57186
3020575	Ebersmunster	ebersmunster	FR	67600	531	Europe/Paris	48.31117	7.52486		Ebermuenstern,Ebermunster,Ebermünster		44	67	675	67116
3020576	Ebersheim	ebersheim	FR	67600	1968	Europe/Paris	48.30438	7.49903				44	67	675	67115
3020578	Eberbach-Seltz	eberbach-seltz	FR	67470	0	Europe/Paris	48.92611	8.06826		AEwerbach,Eberbach,Eberbach bei Selz,Eberbak-Sel'c,abrbakh-zlts,abyrbatsh syltz,ai bei er ba ke sai er te,Äwerbåch,Ебербак-Сельц,إبيرباتش سيلتز,ابرباخ-زلتس,埃贝尔巴克塞尔特		44	67	672	67113
3020580	Ebblinghem	ebblinghem	FR	59173	537	Europe/Paris	50.73219	2.40983		Ebblinghem		32	59	594	59184
3020581	Ébaty	ebaty	FR	21190	191	Europe/Paris	46.92965	4.78393		Ebaty,Ébaty		27	21	211	21236
3020584	Eauze	eauze	FR	32800	4069	Europe/Paris	43.86071	0.10061		Eauze		76	32	322	32119
3020585	Eaux-Puiseaux	eaux-puiseaux	FR	10130	196	Europe/Paris	48.12009	3.88834		Eaux-Puiseaux		44	10	103	10133
3020589	Eaux-Bonnes	eaux-bonnes	FR	64440	469	Europe/Paris	42.97436	-0.38963		Aigas Bonas,Aigasbonas,Eaux-Bonnes,Les Eaux-Bonnes,O-Bon,O-Bonn,ao bo nei,О-Бон,О-Бонн,奥博内		75	64	642	64204
3020593	Eaunes	eaunes	FR	31600	3831	Europe/Paris	43.42548	1.35349		Eaunes,Eunas,On,Èunas,Он		76	31	311	31165
3020598	Eaucourt-sur-Somme	eaucourt-sur-somme	FR	80580	390	Europe/Paris	50.06459	1.88517		Eaucourt,Eaucourt-sur-Somme		32	80	801	80262
3020601	Eaubonne	eaubonne	FR	95600	24096	Europe/Paris	48.99712	2.28249		Eaubonne,Obon,Obonn,ao bo ne,awbwn,obon,obon'nu,Обон,Обонн,اوبون,オーボンヌ,奥博讷,오본		11	95	951	95203
3020604	Eancé	eance	FR	35640	379	Europe/Paris	47.82211	-1.24433		Aentieg,Eance,Eancé,Éancé		53	35	351	35103
3020605	Dyo	dyo	FR	71800	334	Europe/Paris	46.3592	4.27638		Dyo		27	71	713	71185
3020607	Dyé	dye	FR	89360	183	Europe/Paris	47.89932	3.86863		Dye,Dyé		27	89	892	89149
3020609	Duzey	duzey	FR	55230	38	Europe/Paris	49.36174	5.63242		Duzey		44	55	553	55168
3020611	Duvy	duvy	FR	60800	452	Europe/Paris	49.23536	2.85766		Duvy		32	60	604	60203
3020614	Duttlenheim	duttlenheim	FR	67120	2526	Europe/Paris	48.52553	7.56572				44	67	673	67112
3020615	Dussac	dussac	FR	24270	445	Europe/Paris	45.39518	1.08226		Djusak,Djussak,Dussac,di sa ke,Дюсак,Дюссак,迪萨克		75	24	242	24158
3020616	Dury	dury	FR	02480	301	Europe/Paris	50.24689	3.00736		Dury		32	62	621	62280
3020617	Dury	dury	FR	02480	1267	Europe/Paris	49.84731	2.2707		Dury,Dury-les-Amiens,Dury-lès-Amiens		32	80	802	80261
3020618	Dury	dury	FR	02480	178	Europe/Paris	49.75076	3.13016		Dury		32	02	023	02273
3020619	Dury	dury	FR	02480	0	Europe/Paris	45.60428	1.4207				75	87	872	87088
3020620	Durtol	durtol	FR	63830	2127	Europe/Paris	45.79621	3.05156		Djurtol',Durtol,Durtou,Durtòu,di er tuo,Дюртоль,迪尔托		84	63	632	63141
3020621	Durtal	durtal	FR	49430	3423	Europe/Paris	47.67247	-0.23393		Djurtal',di er ta,Дюрталь,迪尔塔		52	49	491	49127
3020622	Durstel	durstel	FR	67320	0	Europe/Paris	48.89174	7.19761		Durstel		44	67	674	67111
3020623	Durrenentzen	durrenentzen	FR	68320	854	Europe/Paris	48.0931	7.50152		Djurrenencen,Djurrenentzen,Duerrenenzen,Dürrenenzen,di er lei nan te cang,Дюрренентзен,Дюррененцен,迪尔雷南特藏		44	68	682	68076
3020624	Durrenbach	durrenbach	FR	67360	1062	Europe/Paris	48.89681	7.76769		Durrenbach		44	67	672	67110
3020627	Durningen	durningen	FR	67270	629	Europe/Paris	48.6831	7.56865		Durningen		44	67	674	67109
3020628	Durnes	durnes	FR	25580	158	Europe/Paris	47.10847	6.23129		Djurn,Durnes,di er nei,Дюрн,迪尔内		27	25	251	25208
3020629	Durmignat	durmignat	FR	63700	199	Europe/Paris	46.1864	2.8891		Durmignat		84	63	634	63140
3020630	Durmenach	durmenach	FR	68480	930	Europe/Paris	47.52858	7.33903		Durmenach		44	68	681	68075
3020631	Durlinsdorf	durlinsdorf	FR	68480	514	Europe/Paris	47.48576	7.24		Durlinsdorf		44	68	681	68074
3020635	Durfort-et-Saint-Martin-de-Sossenac	durfort-et-saint-martin-de-sossenac	FR	30170	653	Europe/Paris	43.98965	3.95539		Durfort,Durfort-Saint Martin-de Sossenac,Durfort-et-Saint-Martin-de-Sossenac,Saussenac		76	30	303	30106
3020636	Durfort	durfort	FR	09130	0	Europe/Paris	45.23668	2.20132				75	19	193	19264
3020637	Durfort-Lacapelette	durfort-lacapelette	FR	82390	798	Europe/Paris	44.18333	1.13333		Saint-Martin-de Durfort		76	82	821	82051
3020638	Durfort	durfort	FR	09130	288	Europe/Paris	43.4385	2.06738		Durfort		76	81	812	81083
3020639	Durfort	durfort	FR	09130	133	Europe/Paris	43.20615	1.45785		Durfort		76	09	093	09109
3020643	Durenque	durenque	FR	12170	559	Europe/Paris	44.11028	2.61722		Durenque		76	12	121	12092
3020644	Dureil	dureil	FR	72270	78	Europe/Paris	47.84302	-0.1457		Dureil		52	72	721	72123
3020650	Durcet	durcet	FR	61100	208	Europe/Paris	48.74702	-0.43796		Durcet		28	61	612	61148
3020657	Durban-sur-Arize	durban-sur-arize	FR	09240	145	Europe/Paris	43.01982	1.34347		Durban,Durban-sur-Arize		76	09	093	09108
3020658	Durbans	durbans	FR	46320	138	Europe/Paris	44.66667	1.76667		Durbans		76	46	462	46090
3020659	Durban-Corbières	durban-corbieres	FR	11360	658	Europe/Paris	42.99617	2.81656		Durban,Durban-Corbieres,Durban-Corbières		76	11	113	11124
3020661	Durban	durban	FR	32260	174	Europe/Paris	43.53863	0.5782		Durban		76	32	323	32118
3020663	Duravel	duravel	FR	46700	941	Europe/Paris	44.51607	1.07947		Duravel		76	46	461	46089
3020664	Duras	duras	FR	47120	1195	Europe/Paris	44.6764	0.18158		Duras		75	47	472	47086
3020665	Duranus	duranus	FR	06670	165	Europe/Paris	43.89452	7.2581		Duranus		93	06	062	06055
3020669	Durance	durance	FR	47420	281	Europe/Paris	44.16361	0.16109		Durance		75	47	474	47085
3020670	Duran	duran	FR	32810	733	Europe/Paris	43.66827	0.56646		Duran		76	32	321	32117
3020671	Duppigheim	duppigheim	FR	67120	1575	Europe/Paris	48.52866	7.59421		Dippje,Djuppigajm,Dueppigheim,Díppje,Düppigheim,di pi gan,dwbyhym,Дюппигайм,Дюппігайм,دوبيهيم,迪皮甘		44	67	673	67108
3020675	Duntzenheim	duntzenheim	FR	67270	575	Europe/Paris	48.71198	7.53585				44	67	674	67107
3020676	Dun-sur-Meuse	dun-sur-meuse	FR	55110	771	Europe/Paris	49.38332	5.18587		Dun,Dun-sur-Meuse		44	55	553	55167
3020677	Dun-sur-Grandry	dun-sur-grandry	FR	58110	160	Europe/Paris	47.08536	3.78977		Dun,Dun-sur-Grandry		27	58	581	58107
3020678	Dun-sur-Auron	dun-sur-auron	FR	18130	3829	Europe/Paris	46.8849	2.57345		Den-sjur-Oron,Djon-sjur-Oron,Dun,Dun-le-Roi,Dun-sur-Auron,ao luo ne he pan dan,Ден-сюр-Орон,Дён-сюр-Орон,奥罗讷河畔丹		24	18	182	18087
3020679	Dun-les-Places	dun-les-places	FR	58230	419	Europe/Paris	47.28345	4.00631		Dhun-les-Places,Dun,Dun-les-Places		27	58	581	58106
3020680	Dun-le-Poëlier	dun-le-poelier	FR	36210	455	Europe/Paris	47.20466	1.75305		Dehn-le-Pual'e,Den-le-Pual'e,Dun,Dun-le-Poelier,Dun-le-Poëlier,dan lai bo e li ye,Ден-ле-Пуальє,Дэн-ле-Пуалье,丹莱波厄利耶		24	36	364	36068
3020681	Dun-le-Palestel	dun-le-palestel	FR	23800	1125	Europe/Paris	46.30611	1.66546		Dun-le-Palestel,Dun-le-Palleteau,Dun-le-Pelletau		75	23	232	23075
3020686	Dunkerque	dunkerque	FR	59140	71287	Europe/Paris	51.0344	2.37681		CQF,Denkerk,Denkerka,Diunkerkas,Djunkerk,Doun'kerki,Duenkirchen,Duinkerke,Duinkerken,Dukark,Dun-Libre,Dune-Libre,Dunes-Libres,Dunkeke,Dunkerk,Dunkerque,Dunkierka,Dunkirk,Dunkèke,Dunquerca,Dunquerque,Dunquèrca,Duntsjerk,Duunkerke,Dzjunkerk,Dúntsjerk,Dünkirchen,Lungsod ng Dunkerque,dainkarka,dankarka,dankeruku,dnkrk,dnqrq,doengkeleukeu,dui ke er ke,dun ke er ke,dun ku e ke,dwnkrk,dwnkyrk,tankirk,Δουνκέρκη,Денкерк,Дзюнкерк,Дюнкерк,דונקערק,דנקרק,دنکرک,دونكيرك,دونکرک,ڈنکرک,डंकर्क,दैंकर्क,டன்கிர்க்,დიუნკერკი,ダンケルク,敦刻尔克,顿库厄克,됭케르크	594	32	59	594	59183
3020687	Dunière-sur-Eyrieux	duniere-sur-eyrieux	FR	07360	341	Europe/Paris	44.82313	4.65988		Djun'er-sjur-Ehr'jo,Djun'er-sjur-Ejre,Duneiras,Duniere sur Eyrieux,Dunière sur Eyrieux,ai li e he pan di ni ai,Дюньер-сюр-Эрьё,Дюньєр-сюр-Ейрє,埃里厄河畔迪尼埃		84	07	072	07083
3020688	Dunières	dunieres	FR	43220	3016	Europe/Paris	45.21558	4.34471		Dunieres,Dunières		84	43	433	43087
3020691	Dung	dung	FR	25550	600	Europe/Paris	47.50299	6.75223		Dung		27	25	252	25207
3020692	Dunet	dunet	FR	36310	106	Europe/Paris	46.46805	1.29163		Djune,Dunet,di nei,Дюне,迪内		24	36	361	36067
3020694	Dunes	dunes	FR	82340	944	Europe/Paris	44.08767	0.77034		Dunes		76	82	821	82050
3020696	Duneau	duneau	FR	72160	890	Europe/Paris	48.06918	0.51939		Duneau		52	72	722	72122
3020700	Dun	dun	FR	09600	518	Europe/Paris	43.02758	1.79796		Dun		76	09	092	09107
3020703	Dumes	dumes	FR	40500	143	Europe/Paris	43.70561	-0.58399				75	40	402	40092
3020704	Dullin	dullin	FR	73610	360	Europe/Paris	45.55392	5.74559		Dullin		84	73	732	73104
3020705	Duisans	duisans	FR	62161	1374	Europe/Paris	50.30633	2.68653		Djuizan,Duisans,di cang,dwysans,Дюизан,Дюїзан,دويسانس,迪藏		32	62	621	62279
3020706	Duingt	duingt	FR	74410	888	Europe/Paris	45.8255	6.20143		Djuehn,Djuen,Duingium,Duingt,Дюен,Дюэн		84	74	741	74108
3020707	Duilhac-sous-Peyrepertuse	duilhac-sous-peyrepertuse	FR	11350	110	Europe/Paris	42.86667	2.56667		Duillac		76	11	113	11123
3020708	Duhort-Bachen	duhort-bachen	FR	40800	660	Europe/Paris	43.72431	-0.32365		Duhort,Duhort-Bachen		75	40	402	40091
3020710	Dugny-sur-Meuse	dugny-sur-meuse	FR	55100	1319	Europe/Paris	49.10953	5.3855		Dugny,Dugny-sur-Meuse		44	55	553	55166
3020712	Dugny	dugny	FR	93440	10709	Europe/Paris	48.95371	2.41734		Djun'i,Dugny,di ni,dwgny,Дюньи,Дюньї,דוגני,迪尼		11	93	932	93030
3020713	Duffort	duffort	FR	32170	148	Europe/Paris	43.34389	0.41324		Duffort		76	32	323	32116
3020715	Duesme	duesme	FR	21510	58	Europe/Paris	47.64393	4.68369		Djuehm,Djuem,Duesme,di ai si mu,Дюем,Дюэм,迪埃斯姆		27	21	213	21235
3020716	Duerne	duerne	FR	69850	701	Europe/Paris	45.68457	4.5275		Djuern,Duerne,Дюерн		84	69	691	69078
3020718	Ducy-Sainte-Marguerite	ducy-sainte-marguerite	FR	14250	150	Europe/Paris	49.22511	-0.6118		Ducy,Ducy-Sainte-Marguerite		28	14	141	14232
3020720	Duclair	duclair	FR	76480	4248	Europe/Paris	49.48385	0.87617		Djukler,Duclair,Дюклер		28	76	763	76222
3020722	Ducey	ducey	FR	50220	2272	Europe/Paris	48.61843	-1.29052		Djuse,Ducey,di sai,Дюсе,迪塞		28	50	501	50168
3020728	Duault	duault	FR	22160	375	Europe/Paris	48.36133	-3.43591		Duaod,Duault		53	22	222	22052
3020730	Dry	dry	FR	45370	1256	Europe/Paris	47.79612	1.7133		Dry		24	45	452	45130
3020731	Druy-Parigny	druy-parigny	FR	58160	329	Europe/Paris	46.87019	3.36657		Druy-Parigny		27	58	583	58105
3020732	Druyes-les-Belles-Fontaines	druyes-les-belles-fontaines	FR	89560	291	Europe/Paris	47.54869	3.42178		Druyes,Druyes-les-Belles-Fontaines		27	89	891	89148
3020734	Druye	druye	FR	37190	761	Europe/Paris	47.30926	0.53817		Druye		24	37	372	37099
3020736	Drusenheim	drusenheim	FR	67410	4966	Europe/Paris	48.76207	7.95326		Drjuzenajm,Droesem,Drusenheim,Drösem,de lu se nan,doryuzenaimu,drwsynhym,Дрюзенайм,دروسينهيم,ドリュゼナイム,德吕瑟南		44	67	672	67106
3020740	Drulingen	drulingen	FR	67320	1571	Europe/Paris	48.86804	7.18956		Drulingen		44	67	674	67105
3020742	Drulhe	drulhe	FR	12350	434	Europe/Paris	44.46178	2.12937		Drulhe		76	12	123	12091
3020744	Druillat	druillat	FR	01160	957	Europe/Paris	46.05921	5.31691		Druillat		84	01	012	01151
3020746	Drugeac	drugeac	FR	15140	0	Europe/Paris	45.1665	2.3867		Drugeac		84	15	152	15063
3020747	Druelle	druelle	FR	12000	1775	Europe/Paris	44.36006	2.50505		Druelle		76	12	122	12090
3020748	Drudas	drudas	FR	31480	184	Europe/Paris	43.75523	1.10035		Drudas		76	31	313	31164
3020749	Drucourt	drucourt	FR	27230	663	Europe/Paris	49.11565	0.46565		Drucourt		28	27	272	27207
3020750	Drucat	drucat	FR	80132	888	Europe/Paris	50.1445	1.87192		Drucat		32	80	801	80260
3020751	Drubec	drubec	FR	14130	120	Europe/Paris	49.24656	0.11334		Drubec		28	14	143	14230
3020754	Droyes	droyes	FR	52220	437	Europe/Paris	48.51194	4.69408				44	52	523	52411
3020758	Droux	droux	FR	87190	452	Europe/Paris	46.15926	1.15322		Droux		75	87	871	87061
3020759	Drouvin-le-Marais	drouvin-le-marais	FR	62131	464	Europe/Paris	50.48333	2.63333		Douvrin,Drouvin		32	62	622	62278
3020760	Drouville	drouville	FR	54370	160	Europe/Paris	48.67134	6.40708		Drouville		44	54	542	54173
3020761	Droupt-Sainte-Marie	droupt-sainte-marie	FR	10170	221	Europe/Paris	48.49369	3.92335		Droupt-Sainte-Marie,Droupt-le-Petit		44	10	102	10132
3020762	Droupt-Saint-Basle	droupt-saint-basle	FR	10170	296	Europe/Paris	48.47703	3.94039		Droupt-Saint-Basle,Droupt-le-Grand		44	10	102	10131
3020763	Drouilly	drouilly	FR	51300	125	Europe/Paris	48.77275	4.5233		Drouilly		44	51	514	51220
3020768	Drouges	drouges	FR	35130	460	Europe/Paris	47.90108	-1.26508		Dougez,Drouges		53	35	351	35102
3020770	Droue-sur-Drouette	droue-sur-drouette	FR	28230	1158	Europe/Paris	48.60053	1.70113		Droue,Droue-sur-Drouette,Droué,Dru-sjur-Druett,de lu ai te he pan de lu ai,Дру-сюр-Друетт,德鲁埃特河畔德鲁埃		24	28	281	28135
3020771	Droué	droue	FR	41270	1143	Europe/Paris	48.04023	1.07534		Droue,Droué,Drue,de lu ai,Друе,德鲁埃		24	41	412	41075
3020775	Drosnay	drosnay	FR	51290	176	Europe/Paris	48.57786	4.61546		Drone,de luo si nai,Дроне,德罗斯奈		44	51	514	51219
3020777	Drosay	drosay	FR	76460	192	Europe/Paris	49.79295	0.74247		Drosay		28	76	761	76221
3020780	Dromesnil	dromesnil	FR	80640	125	Europe/Paris	49.8804	1.87021		Dromesnil		32	80	802	80259
3020785	Drom	drom	FR	01250	164	Europe/Paris	46.21767	5.36976		Drom		84	01	012	01150
3020786	Droizy	droizy	FR	02210	81	Europe/Paris	49.27703	3.39345		Droizy		32	02	024	02272
3020787	Droiturier	droiturier	FR	03120	349	Europe/Paris	46.23084	3.71823		Droiturier		84	03	033	03105
3020790	Droisy	droisy	FR	27320	362	Europe/Paris	48.80652	1.14235		Droisy		28	27	273	27206
3020791	Droisy	droisy	FR	27320	77	Europe/Paris	45.96451	5.88383		Droisy		84	74	743	74107
3020792	Drocourt	drocourt	FR	62320	3146	Europe/Paris	50.39002	2.92425		Drocourt		32	62	627	62277
3020793	Drocourt	drocourt	FR	62320	428	Europe/Paris	49.05707	1.76691		Drocourt		11	78	781	78202
3020796	Drincham	drincham	FR	59630	218	Europe/Paris	50.90621	2.30953		Drincham		32	59	594	59182
3020800	Driencourt	driencourt	FR	80240	91	Europe/Paris	49.95784	3.01028		Driencourt		32	80	804	80258
3020801	Dricourt	dricourt	FR	08310	112	Europe/Paris	49.39561	4.51302		Dricourt		44	08	084	08147
3020807	Drevant	drevant	FR	18200	624	Europe/Paris	46.69336	2.52496		Drevan,Drevant,de lei wang,Древан,德勒旺		24	18	182	18086
3020810	Dreux	dreux	FR	28100	31058	Europe/Paris	48.73649	1.36566		Dre,Dreux,Drjo,Drocae,Drė,XDR,de lei,deuloe,doru,drw,drw  fransh,Дре,Дрё,درو,درو، فرانسه,ድርው,ドルー,德勒,드뢰	283	24	28	283	28134
3020813	Dreuil-lès-Amiens	dreuil-les-amiens	FR	80470	1494	Europe/Paris	49.91483	2.22893		Dreuil,Dreuil-les-Amiens,Dreuil-lès-Amiens		32	80	802	80256
3020815	Dreuilhe	dreuilhe	FR	09300	393	Europe/Paris	42.94733	1.85926		Dreuilhe		76	09	092	09106
3020825	Drémil-Lafage	dremil-lafage	FR	31280	2894	Europe/Paris	43.59624	1.60117		Dremil,Dremil-Lafage,Drémil-Lafage		76	31	313	31163
3020828	Drefféac	dreffeac	FR	44530	1452	Europe/Paris	47.476	-2.05783		Devrieg,Drefeak,Dreffeac,Dreffeak,Drefféac,de lei fei a ke,Дрефеак,Дреффеак,德雷费阿克		52	44	443	44053
3020830	Drée	dree	FR	21540	34	Europe/Paris	47.34929	4.69118		Dree,Drée		27	21	212	21234
3020832	Draveil	draveil	FR	91210	29316	Europe/Paris	48.68466	2.41418		Draveil,Dravej,de la wei yi,deulabei,doravu~eiyu,drwy,Дравей,Дравеј,دروی,ドラヴェイユ,德拉韋伊,드라베이		11	91	912	91201
3020833	Dravegny	dravegny	FR	02130	148	Europe/Paris	49.23012	3.63821		Dravegny		32	02	021	02271
3020834	Drap	drap	FR	06340	4504	Europe/Paris	43.75508	7.32152		Drap		93	06	062	06054
3020839	Drancy	drancy	FR	93700	62488	Europe/Paris	48.92578	2.44533		Drancy,Dransi,de lang xi,deulangsi,doranshi,dr xng si,dransy,Дранси,Дрансі,דראנסי,درانسي,درانسی,ดร็องซี,ドランシー,德朗西,드랑시		11	93	932	93029
3020843	Dramelay	dramelay	FR	39240	32	Europe/Paris	46.40656	5.53685		Dramelay		27	39	392	39204
3020844	Drambon	drambon	FR	21270	144	Europe/Paris	47.33688	5.36161		Drambon		27	21	212	21233
3020845	Draize	draize	FR	08220	102	Europe/Paris	49.6581	4.3358		Draize,Drez,de lai ci,dryz,Дрез,دریز,德赖兹		44	08	082	08146
3020846	Draix	draix	FR	04420	77	Europe/Paris	44.13454	6.34321		Drais,Draix,Draux,Dre,de lai,Дре,德赖		93	04	043	04072
3020847	Drain	drain	FR	49530	1757	Europe/Paris	47.33655	-1.20773		Drain		52	49	492	49069
3020848	Draillant	draillant	FR	74550	615	Europe/Paris	46.30445	6.4586		Drailland,Draillant		84	74	744	74106
3020850	Draguignan	draguignan	FR	83001 CEDEX	38573	Europe/Paris	43.53692	6.46458		Dragin'jan,Draginan,Draguignan,Draguinhan,de la ji ni ang,deulaginyang,doraginyan,draginiani,drgwaynyan,Драгиньян,Драгињан,Драгіньян,درگواینیان,დრაგინიანი,ドラギニャン,德拉吉尼昂,드라기냥	831	93	83	831	83050
3020851	Dragey-Ronthon	dragey-ronthon	FR	50530	629	Europe/Paris	48.71667	-1.5		Drage Ronton,Drazhe-Ronton,de la re long tong,Драге Ронтон,Драже-Ронтон,德拉热龙通		28	50	501	50167
3020852	Dracy	dracy	FR	89130	240	Europe/Paris	47.75	3.25		Dracy-sur-Ouanne,Drasi,de la xi,Драси,Драсі,德拉西		27	89	891	89147
3020853	Dracy-Saint-Loup	dracy-saint-loup	FR	71400	632	Europe/Paris	47.01619	4.34297		Dracy,Dracy-Saint-Loup		27	71	711	71184
3020854	Dracy-lès-Couches	dracy-les-couches	FR	71490	185	Europe/Paris	46.88869	4.57726		Dracy,Dracy-les-Couches,Dracy-lès-Couches		27	71	711	71183
3020855	Dracy-le-Fort	dracy-le-fort	FR	71640	1256	Europe/Paris	46.7975	4.76215		Dracy,Dracy-le-Fort		27	71	712	71182
3020857	Dracy	dracy	FR	89130	0	Europe/Paris	47.41	4.50739				27	21	213	21381
3020860	Drachenbronn-Birlenbach	drachenbronn-birlenbach	FR	67160	0	Europe/Paris	48.98333	7.86667		Drachebrunn-Birlebach,Drakhenbron Birlenbakh,Drashenbronn-Birlenbak,Dràchebrunn-Bírlebach,de la shang bu long bi er lang ba ke,drakhnbrn-byrlnbakh,dratshynbrwn byrlynbatsh,Драхенброн Бирленбах,Драшенбронн-Бирленбак,Драшенбронн-Бірленбак,دراتشينبرون بيرلينباتش,دراخنبرن-بیرلنباخ,德拉尚布龙比尔朗巴克		44	67	672	67104
3020861	Draché	drache	FR	37800	669	Europe/Paris	47.05488	0.62571		Drache,Draché,Drashe,de la xie,Драше,德拉谢		24	37	373	37098
3020862	Dracé	drace	FR	69220	761	Europe/Paris	46.15675	4.76542		Drace,Dracé		84	69	692	69077
3020865	Dozulé	dozule	FR	14430	1689	Europe/Paris	49.23132	-0.04454		Dozil,Dozjule,Dozule,Dozulé,duo ju lai,Дозил,Дозюле,多聚莱		28	14	143	14229
3020867	Doyet	doyet	FR	03170	1190	Europe/Paris	46.33558	2.79718		Doyet		84	03	031	03104
3020868	Doye	doye	FR	39250	70	Europe/Paris	46.76673	6.01605		Doye		27	39	392	39203
3020869	Doville	doville	FR	50250	289	Europe/Paris	49.33167	-1.54071		Doville		28	50	503	50166
3020871	Douzy	douzy	FR	08140	1517	Europe/Paris	49.6708	5.04156		Douzy		44	08	083	08145
3020874	Douzillac	douzillac	FR	24190	748	Europe/Paris	45.08525	0.41687		Dosilhac,Douzillac,Duzijak,du qi la ke,Дузияк,Дузијак,Дузіяк,杜齐拉克		75	24	243	24157
3020875	Douzens	douzens	FR	11700	643	Europe/Paris	43.18579	2.59759		Douzens		76	11	111	11122
3020877	Douzat	douzat	FR	16290	319	Europe/Paris	45.71146	0.00121		Douzat,Duza,du zha,Дуза,杜扎		75	16	162	16121
3020878	Douzains	douzains	FR	47330	257	Europe/Paris	44.63404	0.53872		Douzains		75	47	473	47084
3020879	Douy-la-Ramée	douy-la-ramee	FR	77139	259	Europe/Paris	49.06667	2.88333		Douy,Douy-la-Ramee,Douy-la-Ramée		11	77	771	77163
3020881	Douy	douy	FR	28220	470	Europe/Paris	48.03591	1.26832		Douy,Duj,Дуј		24	28	282	28103
3020883	Doux	doux	FR	08300	74	Europe/Paris	49.50447	4.43205		Doux		44	08	082	08144
3020884	Doux	doux	FR	08300	241	Europe/Paris	46.74004	0.01443		Doux		75	79	793	79108
3020886	Douvrin	douvrin	FR	62138	5199	Europe/Paris	50.50916	2.83053		Douvrin,Duvren,du fu lan,dwfrbn,Дуврен,دوفربن,杜夫兰		32	62	622	62276
3020887	Douvres-la-Délivrande	douvres-la-delivrande	FR	14440	5182	Europe/Paris	49.29472	-0.38039		Douvres,Douvres-la-Delivrande,Douvres-la-Délivrande,Duvr la Delivran,Duvr-la-Delivrand,du fu lei la dai li fu lang de,Дувр ла Деливран,Дувр-ла-Деливранд,Дувр-ла-Делівранд,杜夫雷拉代利夫朗德		28	14	142	14228
3020888	Douvres	douvres	FR	01500	717	Europe/Paris	45.98914	5.37274		Douvres		84	01	011	01149
3020889	Douvrend	douvrend	FR	76630	477	Europe/Paris	49.86899	1.32266		Douvrend,Duvran,Дувран		28	76	761	76220
3020890	Douville-sur-Andelle	douville-sur-andelle	FR	27380	321	Europe/Paris	49.33777	1.2988		Douville,Douville-sur-Andelle		28	27	271	27205
3020891	Douville-en-Auge	douville-en-auge	FR	14430	208	Europe/Paris	49.26081	-0.02336		Douville,Douville-en-Auge		28	14	143	14227
3020892	Douville	douville	FR	24140	431	Europe/Paris	44.99874	0.58578		Douville,Dovila,Duvil,Duvil',Montclair,du wei er,Дувил,Дувиль,Дувіль,杜维尔		75	24	243	24155
3020894	Douvaine	douvaine	FR	74140	4278	Europe/Paris	46.30544	6.30375		Duvania,Duven,Дувен		84	74	744	74105
3020898	Doussay	doussay	FR	86140	572	Europe/Paris	46.84337	0.27519		Doussay		75	86	861	86096
3020900	Doussard	doussard	FR	74210	3076	Europe/Paris	45.77512	6.22553		Doussard,Dulciarium,Dusar,Dussar,Дусар,Дуссар		84	74	741	74104
3020904	Dours	dours	FR	65350	188	Europe/Paris	43.29595	0.13847		Dors,Dours,Dur,du er,Дур,杜尔		76	65	653	65156
3020908	Dournon	dournon	FR	39110	107	Europe/Paris	46.93247	5.96589		Dournon		27	39	391	39202
3020909	Dournazac	dournazac	FR	87230	708	Europe/Paris	45.6251	0.91626		Dornasac,Dournazac,Durnazak,du er na zha ke,Дурназак,杜尔纳扎克		75	87	873	87060
3020913	Dourlers	dourlers	FR	59440	0	Europe/Paris	50.17554	3.93642		Dourlers,Durle,du er lai er,Дурле,杜尔莱尔		32	59	591	59181
3020915	Douriez	douriez	FR	62870	276	Europe/Paris	50.33195	1.87726		Douriez		32	62	624	62275
3020916	Dourgne	dourgne	FR	81110	1288	Europe/Paris	43.48517	2.13841		Dourgne		76	81	812	81081
3021115	Domptin	domptin	FR	02310	533	Europe/Paris	49.01643	3.27774		Domptin		32	02	021	02268
3020917	Dourges	dourges	FR	62119	5761	Europe/Paris	50.43636	2.98589		Dourches,Dourges,Dourques,Durzh,du er ri,dwrjys,Дурж,دورجيس,杜尔日		32	62	627	62274
3020925	Dourdan	dourdan	FR	91410	10261	Europe/Paris	48.52772	2.01113		Dourdan,Durdan,du er dang,Дурдан,杜尔当		11	91	911	91200
3020926	Dourdain	dourdain	FR	35450	767	Europe/Paris	48.19395	-1.37066		Dordanum,Dourdain,Dourdan,Durden,du er dan,Дурден,杜尔丹		53	35	353	35101
3020928	Dourbies	dourbies	FR	30750	0	Europe/Paris	44.06448	3.44607		Dorbias,Dourbies,Durbi,Dórbias,du er bi ye,Дурби,Дурбі,杜尔比耶		76	30	303	30105
3020933	Dounoux	dounoux	FR	88220	817	Europe/Paris	48.10468	6.44472		Dounoux		44	88	881	88157
3020936	Doumy	doumy	FR	64450	245	Europe/Paris	43.44689	-0.37635		Domin,Doumy,Dumi,du mi,Думи,Думі,杜米		75	64	643	64203
3020940	Doumely-Bégny	doumely-begny	FR	08220	85	Europe/Paris	49.6294	4.3011		Doumely,Doumely-Begny,Doumely-Bégny,Doumély,Dumeli-Ben'i,Dumeli-Beni,Dumli-Ben'i,du mo li bei ni,Думели-Бењи,Думелі-Беньї,Думли-Беньи,杜默里贝尼		44	08	082	08143
3020944	Doullens	doullens	FR	80600	6295	Europe/Paris	50.15724	2.34019		Doullens,Dourlin,Dulan,Dullan,du lang,Дулан,Дуллан,杜朗		32	80	802	80253
3020946	Doulezon	doulezon	FR	33350	253	Europe/Paris	44.79232	-0.00478		Doleson,Doulezon,Dulezon,du lei zong,Дулезон,杜勒宗		75	33	335	33153
3020947	Doulevant-le-Petit	doulevant-le-petit	FR	52130	43	Europe/Paris	48.44748	4.95706		Doulevant,Doulevant-le-Petit		44	52	523	52179
3020948	Doulevant-le-Château	doulevant-le-chateau	FR	52110	439	Europe/Paris	48.37614	4.92239		Doulevant,Doulevant-le-Chateau,Doulevant-le-Château		44	52	523	52178
3020949	Doulcon	doulcon	FR	55110	417	Europe/Paris	49.38226	5.16821		Doulcon		44	55	553	55165
3020953	Doulaincourt-Saucourt	doulaincourt-saucourt	FR	52270	1051	Europe/Paris	48.31667	5.2				44	52	523	52177
3020956	Douilly	douilly	FR	80400	232	Europe/Paris	49.79365	3.0644		Douilly		32	80	804	80252
3020957	Douillet	douillet	FR	72130	294	Europe/Paris	48.27319	-0.0429		Douillet,Douillet-le-Joly		52	72	722	72121
3020962	Douelle	douelle	FR	46140	806	Europe/Paris	44.4697	1.36018		Douelle		76	46	461	46088
3020964	Doué-la-Fontaine	doue-la-fontaine	FR	49700	8089	Europe/Paris	47.19329	-0.27633		Doue,Doue-la-Fontaine,Doué,Doué-la-Fontaine,Due la Fonten,Due-la-Fonten,du ai la feng tan,Дуе ла Фонтен,Дуе-ла-Фонтен,杜埃拉丰坦		52	49	493	49125
3020968	Doue	doue	FR	77510	1029	Europe/Paris	48.86641	3.16269		Doue,Du,Ду		11	77	773	77162
3020969	Doudrac	doudrac	FR	47210	98	Europe/Paris	44.65791	0.68102		Doudrac		75	47	473	47083
3020971	Doudeville	doudeville	FR	76560	2611	Europe/Paris	49.72268	0.78479		Doudeville,Dudvil,Dudvil',Дудвил,Дудвиль,Дудвіль		28	76	763	76219
3020972	Doudelainville	doudelainville	FR	80140	209	Europe/Paris	50.00281	1.7718		Doudelainville		32	80	801	80251
3020973	Doudeauville	doudeauville	FR	62830	409	Europe/Paris	50.61429	1.83147		Doudeauville		32	62	623	62273
3020974	Doudeauville	doudeauville	FR	62830	0	Europe/Paris	49.57242	1.70503		Doudeauville		28	76	761	76218
3020975	Doudeauville-en-Vexin	doudeauville-en-vexin	FR	27150	245	Europe/Paris	49.33333	1.58333				28	27	271	27204
3020976	Doucy-en-Bauges	doucy-en-bauges	FR	73630	80	Europe/Paris	45.68333	6.16667		Doucy		84	73	732	73101
3020979	Doucier	doucier	FR	39130	314	Europe/Paris	46.65615	5.77898		Doucier		27	39	392	39201
3020980	Douchy-les-Mines	douchy-les-mines	FR	59282	10296	Europe/Paris	50.3008	3.3927		Douchy,Douchy-les-Mines,Dushi le Men,Dushi-le-Min,du xi lai mi ne,Души ле Мен,Души-ле-Мин,Душі-ле-Мін,杜希莱米讷		32	59	596	59179
3020981	Douchy-lès-Ayette	douchy-les-ayette	FR	62116	323	Europe/Paris	50.17724	2.71944		Douchy,Douchy-les-Ayette,Douchy-lès-Ayette		32	62	621	62272
3020982	Douchy	douchy	FR	02590	149	Europe/Paris	49.79563	3.13502		Douchy		32	02	023	02270
3020983	Douchy	douchy	FR	02590	1048	Europe/Paris	47.94282	3.05392		Douchy		24	45	451	45129
3020985	Douchapt	douchapt	FR	24350	267	Europe/Paris	45.24294	0.44316		Douchapt		75	24	243	24154
3020986	Val-de-Vière	val-de-viere	FR	51340	0	Europe/Paris	48.81667	4.73333		Doucey		44	51	514	51218
3020988	Doucelles	doucelles	FR	72170	175	Europe/Paris	48.25616	0.16909		Doucelles		52	72	722	72120
3020991	Doubs	doubs	FR	25300	2384	Europe/Paris	46.92788	6.35104		Doubs		27	25	253	25204
3020996	Douarnenez	douarnenez	FR	29100	16590	Europe/Paris	48.09542	-4.32904		Douamenez,Douarnenez,Dovarnena,Duarnene,Duarnenez,do~uarunune,du a er na na,Дуарнене,Дуарненез,ドゥアルヌネ,杜阿尔纳纳		53	29	294	29046
3020998	Douains	douains	FR	27120	489	Europe/Paris	49.04069	1.42787		Douains		28	27	271	27203
3021000	Douai	douai	FR	59351 CEDEX	46531	Europe/Paris	50.37069	3.07922		Doi,Douai,Dowaai,Doï,Duacum,Due,Dueh,XDN,do~ue,du ai,due,dway,dwyh,Дуе,Дуэ,دوئه,دواي,ドゥエー,杜埃,두에	593	32	59	593	59178
3021001	Douadic	douadic	FR	36300	437	Europe/Paris	46.70522	1.11177		Douadic,Duadik,du a di ke,Дуадик,Дуадік,杜阿迪克		24	36	361	36066
3021004	Dossenheim-sur-Zinsel	dossenheim-sur-zinsel	FR	67330	1146	Europe/Paris	48.8059	7.40273		Dosenkhajm sir Cinzel,Dossenajm-sjur-Zensel',Dossenheim,Dossenheim an der Zinsel,Duusne,zan sai he pan duo se nan,Досенхајм сир Цинзел,Доссенайм-сюр-Зенсель,赞塞河畔多瑟南		44	67	674	67103
3021005	Dossenheim-Kochersberg	dossenheim-kochersberg	FR	67117	190	Europe/Paris	48.6375	7.57379		Dossenheim		44	67	674	67102
3021009	Dosnon	dosnon	FR	10700	82	Europe/Paris	48.61213	4.23096		Dosnon		44	10	103	10130
3021010	Dosches	dosches	FR	10220	243	Europe/Paris	48.32135	4.24933		Dosches		44	10	103	10129
3021013	Dortan	dortan	FR	01590	2398	Europe/Paris	46.31973	5.66028		Dortan,duo er tang,dwrta,Дортан,Դորտան,دورتا,多尔唐		84	01	014	01148
3021015	Dorres	dorres	FR	66760	239	Europe/Paris	42.48483	1.94053		Dor,Dorr,Dorres,duo er lei,Дор,Дорр,多尔雷		76	66	663	66062
3021024	Dornot	dornot	FR	57130	194	Europe/Paris	49.04782	6.05565		Dorno,Dornot,drnw,Дорно,درنو		44	57	579	57021
3021026	Dornes	dornes	FR	58390	1220	Europe/Paris	46.716	3.35343		Dornes		27	58	583	58104
3021027	Dornecy	dornecy	FR	58530	566	Europe/Paris	47.43607	3.58476		Dornecy		27	58	582	58103
3021029	Dornas	dornas	FR	07160	275	Europe/Paris	44.85264	4.35322		Dornas		84	07	073	07082
3021032	Dormelles	dormelles	FR	77130	866	Europe/Paris	48.31478	2.89922		Dormelles		11	77	774	77161
3021034	Dormans	dormans	FR	51700	3177	Europe/Paris	49.07392	3.63819		Dorman,duo er mang,Дорман,多尔芒		44	51	512	51217
3021035	Dorlisheim	dorlisheim	FR	67120	2291	Europe/Paris	48.52485	7.48624		Dorlisajm,Dorlisheim,Dorliskhajm,Дорлисайм,Дорлисхајм		44	67	673	67101
3021037	Dorengt	dorengt	FR	02450	148	Europe/Paris	49.97473	3.68293		Dorengt		32	02	025	02269
3021038	Dore-l'Église	dore-l-eglise	FR	63220	0	Europe/Paris	45.38317	3.75105		Dore,Dore-l'Eglise,Dore-l'Église		84	63	631	63139
3021045	Dordives	dordives	FR	45680	2749	Europe/Paris	48.14253	2.76775		Dordiv,Dordives,duo er di wei,Дордив,Дордів,多尔迪韦		24	45	451	45127
3021048	Dorceau	dorceau	FR	61110	387	Europe/Paris	48.4235	0.80155		Dorceau		28	61	613	61345
3021049	Dorat	dorat	FR	63300	608	Europe/Paris	45.89257	3.48109		Dorat		84	63	635	63138
3021050	Dorans	dorans	FR	90400	566	Europe/Paris	47.58854	6.83845		Dorans		27	90	901	90035
3021051	Doranges	doranges	FR	63220	150	Europe/Paris	45.40681	3.61586		Doranges		84	63	631	63137
3021054	Donzy-le-Pertuis	donzy-le-pertuis	FR	71250	133	Europe/Paris	46.45036	4.7204		Donzy,Donzy-le-Pertuis		27	71	715	71181
3021055	Donzy-le-National	donzy-le-national	FR	71250	196	Europe/Paris	46.45347	4.56476		Donzy,Donzy-le-National		27	71	715	71582
3021058	Donzy	donzy	FR	58220	1687	Europe/Paris	47.37066	3.12548		Donzi,Donziacum,Donzy,dong qi,Донзи,Донзі,东齐		27	58	584	58102
3021059	Donzy	donzy	FR	58220	0	Europe/Paris	45.74779	4.28133		Donzi,Donzy		84	42	421	42296
3021061	Donzère	donzere	FR	26290	4700	Europe/Paris	44.44246	4.71134		Donzer,Donzera,Donzere,Donzèra,Donzère,Dozera,Донзер		84	26	262	26116
3021062	Donzenac	donzenac	FR	19270	2277	Europe/Paris	45.22731	1.524		Donzenac,Donzenak,Donznak,dong ze na ke,donzunakku,Донзенак,Донзнак,ドンズナック,东泽纳克		75	19	191	19072
3021063	Donzacq	donzacq	FR	40360	428	Europe/Paris	43.65645	-0.80578				75	40	401	40090
3021064	Donzac	donzac	FR	33410	136	Europe/Paris	44.65234	-0.26877		Donzac		75	33	333	33152
3021065	Donzac	donzac	FR	33410	854	Europe/Paris	44.11066	0.81924		Donzac,Donzac-la-Montagne		76	82	821	82049
3021067	Donville-les-Bains	donville-les-bains	FR	50350	3466	Europe/Paris	48.84608	-1.58315		Donvil le Ben,Donvil'-le-Ben,Donville,Donville-les-Bains,dong wei er lai ban,Донвил ле Бен,Донвиль-ле-Бен,Донвіль-ле-Бен,东维尔莱班		28	50	501	50165
3021069	Dontrien	dontrien	FR	51490	197	Europe/Paris	49.23887	4.41184		Dontrien		44	51	513	51216
3021070	Dontreix	dontreix	FR	23700	429	Europe/Paris	45.98698	2.55934		Dontreix		75	23	231	23073
3021074	Donnezac	donnezac	FR	33860	840	Europe/Paris	45.2479	-0.44359		Donnezac		75	33	331	33151
3021075	Donneville	donneville	FR	31450	934	Europe/Paris	43.47182	1.5491		Donneville		76	31	313	31162
3021077	Donnery	donnery	FR	45450	2172	Europe/Paris	47.91486	2.10299		Doneri,Donnery,Donnri,duo na li,Донери,Доннрі,多纳里		24	45	452	45126
3021078	Donnenheim	donnenheim	FR	67170	262	Europe/Paris	48.71789	7.65198		Donenkhajm,Donnenheim,Доненхајм		44	67	672	67100
3021079	Donnement	donnement	FR	10330	94	Europe/Paris	48.51168	4.43719		Donnement		44	10	101	10128
3021080	Donnemarie-Dontilly	donnemarie-dontilly	FR	77520	2879	Europe/Paris	48.47719	3.13162		Donmari Dontiji,Donnemarie,Donnemarie-en-Montois,Donnmari-Dontii,Донмари Донтији,Доннмари-Донтии,Доннмарі-Донтії		11	77	773	77159
3021082	Donnemain-Saint-Mamès	donnemain-saint-mames	FR	28200	587	Europe/Paris	48.10617	1.36918		Donnemain,Donnemain-Saint-Mames,Donnemain-Saint-Mamès		24	28	282	28132
3021083	Donnelay	donnelay	FR	57810	227	Europe/Paris	48.75218	6.68138		Donnelay		44	57	575	57183
3021085	Donnazac	donnazac	FR	81170	89	Europe/Paris	44.01455	1.94506		Donnazac		76	81	811	81080
3021086	Donnay	donnay	FR	14220	196	Europe/Paris	48.95462	-0.41694		Donnay		28	14	142	14226
3021090	Donjeux	donjeux	FR	52300	125	Europe/Paris	48.87812	6.4017		Donjeux		44	57	575	57182
3021091	Donjeux	donjeux	FR	52300	404	Europe/Paris	48.36451	5.15572		Donjeux		44	52	523	52175
3021093	Donges	donges	FR	44480	6749	Europe/Paris	47.31824	-2.07538		Donez,Donges,Dongia,Donzh,dong re,donju,Донж,ドンジュ,东热		52	44	443	44052
3021094	Dondas	dondas	FR	47470	245	Europe/Paris	44.25315	0.83957		Dondas		75	47	471	47082
3021095	Doncourt-sur-Meuse	doncourt-sur-meuse	FR	52150	42	Europe/Paris	48.14754	5.57353		Doncourt,Doncourt-sur-Meuse		44	52	521	52174
3021096	Doncourt-lès-Longuyon	doncourt-les-longuyon	FR	54620	245	Europe/Paris	49.43996	5.7122		Doncourt,Doncourt-les-Longuyon,Doncourt-lès-Longuyon		44	54	541	54172
3021097	Doncourt-lès-Conflans	doncourt-les-conflans	FR	54800	1247	Europe/Paris	49.1425	5.93368		Doncourt,Doncourt-en-Jarnisy,Doncourt-les-Conflans,Doncourt-lès-Conflans		44	54	541	54171
3021098	Doncourt-aux-Templiers	doncourt-aux-templiers	FR	55160	69	Europe/Paris	49.05832	5.71726		Doncourt,Doncourt-aux-Templiers		44	55	553	55163
3021099	Doncières	doncieres	FR	88700	127	Europe/Paris	48.39344	6.63645		Doncieres,Doncières		44	88	881	88156
3021100	Donchery	donchery	FR	08350	2369	Europe/Paris	49.69584	4.87417		Donchery,Donsheri,Donshri,dong she li,dwntshyry,Доншери,Доншері,Доншри,دونتشيري,东舍里		44	08	083	08142
3021101	Donazac	donazac	FR	11240	94	Europe/Paris	43.07777	2.11909		Donazac		76	11	112	11121
3021105	Don	don	FR	59272	1164	Europe/Paris	50.54912	2.91817		Don		32	59	595	59670
3021106	Domvast	domvast	FR	80150	288	Europe/Paris	50.19792	1.92156		Domva,Domvast,Donva,Donvo,dong wa si te,Домва,Донва,栋瓦斯特		32	80	801	80250
3021107	Domvallier	domvallier	FR	88500	141	Europe/Paris	48.30824	6.08419		Domvallier		44	88	882	88155
3021108	Domsure	domsure	FR	01270	440	Europe/Paris	46.41704	5.29478		Domsure		84	01	012	01147
3021110	Domrémy-la-Pucelle	domremy-la-pucelle	FR	88630	167	Europe/Paris	48.44269	5.67486		Domremy,Domremy-la-Pucelle,Domrémy,Domrémy-la-Pucelle,domremi-la-pusej,dong lei mi-la-pi sai lei,Домреми-ла-Пусеј,栋雷米-拉-皮塞勒		44	88	882	88154
3021111	Domremy-la-Canne	domremy-la-canne	FR	55240	32	Europe/Paris	49.3	5.7				44	55	553	55162
3021112	Domremy-Landéville	domremy-landeville	FR	52270	78	Europe/Paris	48.36667	5.25		Domremy-en-Ornois		44	52	523	52173
3021114	Domqueur	domqueur	FR	80620	267	Europe/Paris	50.11642	2.04792		Domker,Domqueur,Donker,Dontcheur,dong kai er,Домкер,Донкер,栋凯尔		32	80	801	80249
3021116	Domptail-en-l'Air	domptail-en-l-air	FR	54290	0	Europe/Paris	48.5144	6.3273		Domptail,Domptail-en-l'Air		44	54	542	54170
3021117	Domptail	domptail	FR	88700	240	Europe/Paris	48.44591	6.61555		Domptail		44	88	881	88153
3021118	Domps	domps	FR	87120	156	Europe/Paris	45.66038	1.70825		Domps		75	87	872	87058
3021120	Domprix	domprix	FR	54490	84	Europe/Paris	49.33062	5.75589		Domprix		44	54	541	54169
3021121	Dompremy	dompremy	FR	51300	97	Europe/Paris	48.72811	4.74094				44	51	514	51215
3021122	Domprel	domprel	FR	25510	132	Europe/Paris	47.20038	6.46913		Domprel		27	25	253	25203
3021123	Dompnac	dompnac	FR	07260	87	Europe/Paris	44.56443	4.10427		Dompnac		84	07	071	07081
3021124	Dompierre-sur-Yon	dompierre-sur-yon	FR	85170	3443	Europe/Paris	46.73861	-1.38785		Dampjer sir Jon,Domperr-sjur-Ion,Dompierre,Dompierre-sur-Yon,yong he pan dong pi ai er,Дампјер сир Јон,Домпєрр-сюр-Іон,永河畔栋皮埃尔		52	85	852	85081
3021125	Dompierre-sur-Veyle	dompierre-sur-veyle	FR	01240	1058	Europe/Paris	46.07108	5.20232		Dompierre,Dompierre-sur-Veyle		84	01	012	01145
3021126	Dompierre-sur-Nièvre	dompierre-sur-nievre	FR	58350	150	Europe/Paris	47.23847	3.25048		Dompierre,Dompierre-sur-Nievre,Dompierre-sur-Nièvre,Valliere-sur-Nievre,Vallière-sur-Nièvre		27	58	584	58101
3021127	Dompierre-sur-Mont	dompierre-sur-mont	FR	39270	186	Europe/Paris	46.55925	5.60942		Dompierre,Dompierre-sur-Mont		27	39	392	39200
3021128	Dompierre-sur-Mer	dompierre-sur-mer	FR	17139	5295	Europe/Paris	46.18828	-1.06353		Dompierre,Dompierre-sur-Mer		75	17	173	17142
3021129	Dompierre-sur-Héry	dompierre-sur-hery	FR	58420	79	Europe/Paris	47.26441	3.56583		Dompierre,Dompierre-sur-Hery,Dompierre-sur-Héry		27	58	582	58026
3021130	Dompierre-sur-Helpe	dompierre-sur-helpe	FR	59440	940	Europe/Paris	50.1424	3.8636		Domp'er-sjur-Ehl'p,Domp'err-sjur-El'p,Domperr-sjur-El'p,Dompierre,Dompjer sir Elp,ai er pu he pan dong pi ai er,Домпьер-сюр-Эльп,Домпьерр-сюр-Ельп,Домпєрр-сюр-Ельп,Домпјер сир Елп,埃尔普河畔栋皮埃尔		32	59	591	59177
3021131	Dompierre-sur-Charente	dompierre-sur-charente	FR	17610	445	Europe/Paris	45.70162	-0.49273		Dompierre,Dompierre-sur-Charente		75	17	174	17141
3021376	Digosville	digosville	FR	50110	1505	Europe/Paris	49.63104	-1.52627		Digosville		28	50	502	50162
3021132	Dompierre-sur-Chalaronne	dompierre-sur-chalaronne	FR	01400	303	Europe/Paris	46.14124	4.89848		Dompierre,Dompierre-sur-Chalaronne		84	01	012	01146
3021133	Dompierre-sur-Besbre	dompierre-sur-besbre	FR	03290	3576	Europe/Paris	46.52214	3.68106		Dompierre,Dompierre-sur-Besbre,Source-Libre		84	03	032	03102
3021134	Dompierre-sur-Authie	dompierre-sur-authie	FR	80150	410	Europe/Paris	50.30372	1.91694		Domperr-sjur-Oti,Dompierre,Dompierre-su-Eutie,Dompierre-sur-Authie,Dompjer sir Oti,ou di he pan dong pi ai er,Домпєрр-сюр-Оті,Домпјер сир Оти,欧蒂河畔栋皮埃尔		32	80	801	80248
3021135	Dompierre-sous-Sanvignes	dompierre-sous-sanvignes	FR	71420	79	Europe/Paris	46.65178	4.22619		Dompierre,Dompierre-sos-Sanvignes,Dompierre-sous-Sanvignes		27	71	713	71179
3021136	Dompierre-les-Tilleuls	dompierre-les-tilleuls	FR	25560	221	Europe/Paris	46.87205	6.18491		Domperr-le-Tiel',Dompierre,Dompierre-les-Tilleuls,Dompjer le Tijel,dong pi ye er lai di lei er,Домпєрр-ле-Тієль,Домпјер ле Тијел,东皮耶尔莱蒂勒尔		27	25	253	25202
3021137	Dompierre-les-Ormes	dompierre-les-ormes	FR	71520	791	Europe/Paris	46.36046	4.48328		Domp'err-lez-Orm,Domperr-lez-Orm,Dompierre,Dompierre-les-Ormes,Dompjer lez Orm,Домпьерр-лез-Орм,Домпєрр-лез-Орм,Домпјер лез Орм		27	71	715	71178
3021138	Dompierre-les-Églises	dompierre-les-eglises	FR	87190	401	Europe/Paris	46.22559	1.25299		Dompierre,Dompierre-les-Eglises,Dompierre-les-Églises		75	87	871	87057
3021139	Dompierre-Becquincourt	dompierre-becquincourt	FR	80980	0	Europe/Paris	49.91667	2.8		Domperr-Bekenkur,Dompierre,Dompierre-Bequincourt,Dompierre-Béquincourt,Dompierre-en-Santerre,Dompjer Bekenkur,dong pi ai er bei ke kan ku er,Домпєрр-Бекенкур,Домпјер Бекенкур,栋皮埃尔贝克坎库尔		32	80	804	80247
3021140	Dompierre-en-Morvan	dompierre-en-morvan	FR	21390	211	Europe/Paris	47.39438	4.23316		Dompierre,Dompierre-en-Morvan,Dompierre-en-Morvand		27	21	213	21232
3021141	Dompierre-du-Chemin	dompierre-du-chemin	FR	35210	514	Europe/Paris	48.26702	-1.14345		Domnus Petrus de Limite,Domp'err-dju-Shemen,Domper-an-Hent,Domperr-dju-Shemen,Dompierre,Dompierre-du-Chemin,Dompjer di Shemen,Dompêr-an-Hent,dong pi ye er di xie man,Домпьерр-дю-Шемен,Домпєрр-дю-Шемен,Домпјер ди Шемен,东皮耶尔迪谢曼		53	35	351	35163
3021142	Dompierre-aux-Bois	dompierre-aux-bois	FR	55300	60	Europe/Paris	48.99507	5.58391		Dompierre,Dompierre-aux-Bois		44	55	552	55160
3021144	Dompierre	dompierre	FR	60420	238	Europe/Paris	49.59413	2.53609		Dompierre		32	60	602	60201
3021145	Dompierre	dompierre	FR	60420	352	Europe/Paris	48.6328	-0.55228				28	61	612	61146
3021146	Dompierre	dompierre	FR	60420	264	Europe/Paris	48.25363	6.56411		Dompierre		44	88	881	88152
3021147	Dompierre	dompierre	FR	60420	0	Europe/Paris	46.26613	5.14599				84	01	012	01301
3021148	Dompcevrin	dompcevrin	FR	55300	371	Europe/Paris	48.93346	5.48948		Dompcevrin		44	55	552	55159
3021149	Dompaire	dompaire	FR	88270	978	Europe/Paris	48.22447	6.21938		Dompaire,Dompaire-la-Vieville,Domper,dong pei er,Домпер,栋佩尔		44	88	881	88151
3021150	Domont	domont	FR	95330	16684	Europe/Paris	49.02782	2.32638		Domon,Domont,duo meng,Домон,多蒙		11	95	952	95199
3021151	Domnon-lès-Dieuze	domnon-les-dieuze	FR	57260	0	Europe/Paris	48.86042	6.82199		Domnom-les-Dieuze,Domnom-lès-Dieuze		44	57	575	57181
3021153	Dommiers	dommiers	FR	02600	306	Europe/Paris	49.32762	3.21362		Dommiers		32	02	024	02267
3021154	Dommery	dommery	FR	08460	172	Europe/Paris	49.67544	4.47394		Dommery		44	08	081	08141
3021156	Domme	domme	FR	24250	1013	Europe/Paris	44.80218	1.21459		Domme		75	24	244	24152
3021157	Dommary-Baroncourt	dommary-baroncourt	FR	55240	707	Europe/Paris	49.28337	5.70454		Dommary,Dommary-Baroncourt		44	55	553	55158
3021159	Dommartin-Varimont	dommartin-varimont	FR	51330	126	Europe/Paris	48.96667	4.76667		Dommartin,Dommartin-sur-Yevre,Dommartin-sur-Yèvre		44	51	511	51214
3021160	Dommartin-sur-Vraine	dommartin-sur-vraine	FR	88170	315	Europe/Paris	48.33596	5.90675		Dommartin,Dommartin-sur-Vraine,Martin-Libre		44	88	882	88150
3021161	Dommartin-sous-Hans	dommartin-sous-hans	FR	51800	58	Europe/Paris	49.12591	4.78532		Dommartin-sous-Hans		44	51	511	51213
3021162	Dommartin-Lettrée	dommartin-lettree	FR	51320	156	Europe/Paris	48.76856	4.29786		Dommartin-Lettree,Dommartin-Lettrée		44	51	511	51212
3021163	Dommartin-lès-Vallois	dommartin-les-vallois	FR	88260	66	Europe/Paris	48.15559	6.0864		Dommartin,Dommartin-les-Vallois,Dommartin-lès-Vallois		44	88	882	88149
3021164	Dommartin-lès-Toul	dommartin-les-toul	FR	54200	1688	Europe/Paris	48.66949	5.91005		Dommartin,Dommartin-les-Toul,Dommartin-lès-Toul		44	54	544	54167
3021165	Dommartin-lès-Remiremont	dommartin-les-remiremont	FR	88200	1854	Europe/Paris	47.99902	6.64048		Domarten le Remirmon,Dommarten-le-Remirmon,Dommartin,Dommartin-les-Remiremont,Dommartin-lès-Remiremont,duo ma er tan lai lei mi lei meng,Домартен ле Ремирмон,Доммартен-ле-Ремирмон,Доммартен-ле-Ремірмон,多马尔坦莱雷米雷蒙		44	88	881	88148
3021166	Dommartin-lès-Cuiseaux	dommartin-les-cuiseaux	FR	71480	705	Europe/Paris	46.49875	5.29939		Dommartin,Dommartin-les-Cuiseaux,Dommartin-lès-Cuiseaux		27	71	714	71177
3021167	Dommartin-le-Saint-Père	dommartin-le-saint-pere	FR	52110	272	Europe/Paris	48.39361	4.92246		Dommartin,Dommartin-le-Saint-Pere,Dommartin-le-Saint-Père		44	52	523	52172
3021168	Dommartin-le-Franc	dommartin-le-franc	FR	52110	256	Europe/Paris	48.42671	4.96098		Dommartin,Dommartin-le-Franc		44	52	523	52171
3021169	Dommartin-le-Coq	dommartin-le-coq	FR	10240	61	Europe/Paris	48.5017	4.35722		Dommartin,Dommartin-le-Coq		44	10	103	10127
3021170	Dommartin-Dampierre	dommartin-dampierre	FR	51800	0	Europe/Paris	49.07358	4.82712		Dommartin		44	51	511	51211
3021171	Dommartin-la-Montagne	dommartin-la-montagne	FR	55160	65	Europe/Paris	49.03153	5.60828		Dommartin,Dommartin-la-Montagne		44	55	553	55157
3021172	Dommartin-la-Chaussée	dommartin-la-chaussee	FR	54470	49	Europe/Paris	49.0115	5.86288		Dommartin		44	54	544	54166
3021173	Dommartin-aux-Bois	dommartin-aux-bois	FR	88390	339	Europe/Paris	48.1584	6.27532		Dommartin,Dommartin-aux-Bois		44	88	881	88147
3021174	Dommartin	dommartin	FR	01380	392	Europe/Paris	49.80045	2.39083		Dommartin		32	80	803	80246
3021175	Dommartin	dommartin	FR	01380	198	Europe/Paris	47.06786	3.845		Dommartin		27	58	581	58099
3021176	Dommartin	dommartin	FR	01380	530	Europe/Paris	46.92272	6.3074				27	25	253	25201
3021177	Dommartin	dommartin	FR	01380	654	Europe/Paris	45.83505	4.71136		Dommartin		84	69	692	69076
3021178	Dommartemont	dommartemont	FR	54130	647	Europe/Paris	48.71343	6.215		Dommar,Dommartemont		44	54	543	54165
3021179	Dommarien	dommarien	FR	52190	153	Europe/Paris	47.6863	5.34685		Dommarien		44	52	522	52170
3021180	Dommarie	dommarie	FR	54115	78	Europe/Paris	48.43115	6.02822		Dommarie,Dommarie-Eulmont		44	54	543	54164
3021181	Dom-le-Mesnil	dom-le-mesnil	FR	08160	1046	Europe/Paris	49.69012	4.80363		Dom,Dom-le-Mesnil		44	08	081	08140
3021182	Domléger-Longvillers	domleger-longvillers	FR	80370	269	Europe/Paris	50.16667	2.08333				32	80	802	80245
3021183	Domjulien	domjulien	FR	88800	201	Europe/Paris	48.25284	5.99802		Domjulien,Domzhilijen,Domzhul'jan,dong rui li an,Домжилијен,Домжульян,栋瑞利安		44	88	882	88146
3021184	Domjevin	domjevin	FR	54450	271	Europe/Paris	48.57656	6.69692		Domjevin,Domzheven,dong re wan,Домжевен,东热万		44	54	542	54163
3021185	Domjean	domjean	FR	50420	837	Europe/Paris	48.98726	-1.03235		Domjean,Domzhan,dong rang,Домжан,东让		28	50	504	50164
3021186	Dominois	dominois	FR	80120	143	Europe/Paris	50.3325	1.85207		Dominois		32	80	801	80244
3021190	Domgermain	domgermain	FR	54119	1109	Europe/Paris	48.64276	5.82957		Domgermain		44	54	544	54162
3021191	Domfront-en-Champagne	domfront-en-champagne	FR	72240	985	Europe/Paris	48.10516	0.02706		Domfront,Domfront-en-Champagne		52	72	722	72119
3021192	Domfront	domfront	FR	60420	308	Europe/Paris	49.60383	2.55289		Domfront		32	60	602	60200
3021193	Domfront	domfront	FR	60420	4402	Europe/Paris	48.59208	-0.64588				28	61	612	61145
3021194	Domfessel	domfessel	FR	67430	316	Europe/Paris	48.9515	7.15307		Domfessel		44	67	674	67099
3021195	Domfaing	domfaing	FR	88600	246	Europe/Paris	48.2353	6.75003		Domfaing		44	88	883	88145
3021197	Domeyrot	domeyrot	FR	23140	218	Europe/Paris	46.2497	2.15656		Domeyrot		75	23	231	23072
3021198	Domeyrat	domeyrat	FR	43230	153	Europe/Paris	45.2493	3.50165		Domeyrat		84	43	431	43086
3021199	Domèvre-sur-Vezouze	domevre-sur-vezouze	FR	54450	0	Europe/Paris	48.56177	6.80628		Domevr si Vezuz,Domevr-sjur-Vezuz,Domevre,Domevre-sur-Vezouze,Domèvre,Domèvre-sur-Vezouze,wei zu ci he pan duo mei fu er,Домевр си Везуз,Домевр-сюр-Везуз,韦祖兹河畔多梅夫尔		44	54	542	54161
3021200	Domèvre-sur-Durbion	domevre-sur-durbion	FR	88330	304	Europe/Paris	48.28344	6.47101		Domevre,Domevre-sur-Durbion,Domèvre,Domèvre-sur-Durbion		44	88	881	88143
3021201	Domèvre-sur-Avière	domevre-sur-aviere	FR	88390	493	Europe/Paris	48.21394	6.38054		Domevre,Domevre-sur-Aviere,Domèvre,Domèvre-sur-Avière		44	88	881	88142
3021202	Domèvre-sous-Montfort	domevre-sous-montfort	FR	88500	56	Europe/Paris	48.2505	6.06904		Domevre,Domevre-sous Monfort,Domevre-sous-Montfort,Domèvre,Domèvre-sous Monfort,Domèvre-sous-Montfort		44	88	882	88144
3021203	Domèvre-en-Haye	domevre-en-haye	FR	54385	458	Europe/Paris	48.81701	5.92896		Domevre,Domevre-en-Haye,Domèvre,Domèvre-en-Haye		44	54	544	54160
3021204	Domessin	domessin	FR	73330	1479	Europe/Paris	45.54739	5.70495		Domessin		84	73	732	73100
3021205	Domessargues	domessargues	FR	30350	675	Europe/Paris	43.9768	4.16884		Domessargues		76	30	302	30104
3021206	Domesmont	domesmont	FR	80370	45	Europe/Paris	50.12095	2.148		Domesmont		32	80	802	80243
3021209	Domérat	domerat	FR	03410	9015	Europe/Paris	46.36036	2.53455		Domerat,Domérat		84	03	031	03101
3021210	Domène	domene	FR	38420	6882	Europe/Paris	45.20289	5.83335		Domen,Domene,Domène,duo mei en,Домен,多梅恩		84	38	381	38150
3021212	Doméliers	domeliers	FR	60360	225	Europe/Paris	49.63273	2.16439		Domeliers,Doméliers		32	60	601	60199
3021214	Domecy-sur-Cure	domecy-sur-cure	FR	89450	465	Europe/Paris	47.40559	3.79941		Domecy,Domecy-sur-Cure		27	89	892	89145
3021216	Dombrot-sur-Vair	dombrot-sur-vair	FR	88170	254	Europe/Paris	48.26479	5.88829		Dombro sir Ver,Dombro-sjur-Ver,Dombrot,Dombrot-sur-Vair,wei he pan dong bu luo,Домбро сир Вер,Домбро-сюр-Вер,韦河畔东布罗		44	88	882	88141
3021217	Dombrot-le-Sec	dombrot-le-sec	FR	88140	357	Europe/Paris	48.14591	5.91277		Dombrot,Dombrot-le-Sec		44	88	882	88140
3021218	Dombras	dombras	FR	55150	148	Europe/Paris	49.39301	5.45926		Dombras		44	55	553	55156
3021219	Domblans	domblans	FR	39210	869	Europe/Paris	46.76368	5.59672		Domblan,Domblans,dong bu lang,Домблан,东布朗		27	39	392	39199
3021221	Dombasle-sur-Meurthe	dombasle-sur-meurthe	FR	54110	9256	Europe/Paris	48.61861	6.35538		Dombal sir Mert,Dombal'-sjur-Mjort,Dombasl'-sjur-Mert,Dombasle,Dombasle-sur-Meurthe,mo er te he pan dong ba si er,Домбал сир Мерт,Домбаль-сюр-Мёрт,Домбасль-сюр-Мерт,默尔特河畔东巴斯尔		44	54	543	54159
3021222	Dombasle-en-Xaintois	dombasle-en-xaintois	FR	88500	120	Europe/Paris	48.30768	5.9933		Dombasle,Dombasle-en-Xaintois		44	88	882	88139
3021223	Dombasle-en-Argonne	dombasle-en-argonne	FR	55120	403	Europe/Paris	49.13846	5.18905		Dombasle,Dombasle-en-Argonne		44	55	553	55155
3021224	Dombasle-devant-Darney	dombasle-devant-darney	FR	88260	106	Europe/Paris	48.12836	6.07576		Dombasle,Dombasle-devant-Darney		44	88	882	88138
3021226	Domazan	domazan	FR	30390	831	Europe/Paris	43.92988	4.65029		Domazan		76	30	302	30103
3021227	Domats	domats	FR	89150	620	Europe/Paris	48.11389	3.06682		Doma,Domats,Дома		27	89	893	89144
3021229	Domart-sur-la-Luce	domart-sur-la-luce	FR	80110	430	Europe/Paris	49.81932	2.48346		Domart,Domart-sur-la-Luce		32	80	803	80242
3021230	Domart-en-Ponthieu	domart-en-ponthieu	FR	80620	1140	Europe/Paris	50.07437	2.12596		Domart,Domart-en-Ponthieu		32	80	802	80241
3021231	Domarin	domarin	FR	38300	1557	Europe/Paris	45.58662	5.24599		Domarin		84	38	382	38149
3021233	Domancy	domancy	FR	74700	1904	Europe/Paris	45.91205	6.65271		Domancy		84	74	742	74103
3021235	Domalain	domalain	FR	35680	1628	Europe/Paris	47.99646	-1.24136		Domalain,Domalan,Domalen,Domnus Alanus,duo ma lan,Домален,多马兰		53	35	351	35097
3021236	Domaize	domaize	FR	63520	339	Europe/Paris	45.68775	3.536		Domaize		84	63	631	63136
3021240	Domagné	domagne	FR	35113	1794	Europe/Paris	48.07074	-1.39214		Domagne,Domagné,Doman'e,Domane,Domigneium,Dovanieg,duo ma nie,Доманье,Доманьє,Домање,多马涅		53	35	351	35096
3021242	Dolving	dolving	FR	57400	341	Europe/Paris	48.77497	7.02061		Dolving		44	57	575	57180
3021243	Dolus-le-Sec	dolus-le-sec	FR	37310	562	Europe/Paris	47.165	0.89411		Dolus,Dolus-le-Sec		24	37	373	37097
3021244	Dolus-d'Oléron	dolus-d-oleron	FR	17550	3114	Europe/Paris	45.91667	-1.26667		Dulus		75	17	172	17140
3021247	Dolomieu	dolomieu	FR	38110	2582	Europe/Paris	45.6054	5.48571		Dolomieu,Dolomieux		84	38	382	38148
3021248	Dolo	dolo	FR	22270	448	Europe/Paris	48.38387	-2.3292		Dolo,Dolou		53	22	224	22084
3021250	Dolmayrac	dolmayrac	FR	47110	521	Europe/Paris	44.36245	0.5898		Dolmayrac		75	47	473	47081
3021252	Dollot	dollot	FR	89150	298	Europe/Paris	48.21016	3.06943		Dellot,Dollot		27	89	893	89143
3021254	Dollon	dollon	FR	72390	1292	Europe/Paris	48.03965	0.58653		Dollon		52	72	722	72118
3021256	Dolleren	dolleren	FR	68290	414	Europe/Paris	47.80606	6.93366				44	68	686	68073
3021260	Dolignon	dolignon	FR	02360	46	Europe/Paris	49.73202	4.0827		Dolignon		32	02	025	02266
3021263	Dole	dole	FR	39100	25878	Europe/Paris	47.09225	5.48966		DLE,Dole,Dolja,Доля	391	27	39	391	39198
3021264	Dol-de-Bretagne	dol-de-bretagne	FR	35120	5394	Europe/Paris	48.54976	-1.75104		Bro Zol,Dol,Dol de Bretan,Dol'-de-Bretan',Dol-de-Bretagne,Dola Britonum,doru=do=burutanyu,duo de bu lei ta ni,Дол де Бретањ,Доль-де-Бретань,ドル＝ド＝ブルターニュ,多德布雷塔尼		53	35	354	35095
3021265	Dolcourt	dolcourt	FR	54170	95	Europe/Paris	48.49114	5.97637		Dolcourt		44	54	544	54158
3021266	Dolancourt	dolancourt	FR	10200	153	Europe/Paris	48.26662	4.61735		Dolancourt,Dolankur,duo lang ku er,Доланкур,多朗库尔		44	10	101	10126
3021268	Dolaincourt	dolaincourt	FR	88170	73	Europe/Paris	48.33907	5.81403		Dolaincourt,Dolenkur,duo lan ku er,Доленкур,多兰库尔		44	88	882	88137
3021271	Doizieux	doizieux	FR	42740	662	Europe/Paris	45.4271	4.5838		Doizieu,Doizieux		84	42	423	42085
3021272	Doix	doix	FR	85200	843	Europe/Paris	46.39235	-0.80649		Doix		52	85	851	85080
3021273	Doissin	doissin	FR	38730	666	Europe/Paris	45.50308	5.41707		Doissin		84	38	382	38147
3021274	Doissat	doissat	FR	24170	132	Europe/Paris	44.73095	1.0691		Doasa,Doissac,Doissat,Duassa,du wa sa,Доаса,Дуасса,杜瓦萨		75	24	244	24151
3021277	Doingt	doingt	FR	80200	1477	Europe/Paris	49.92113	2.96766		Doingt		32	80	804	80240
3021279	Doignies	doignies	FR	59400	237	Europe/Paris	50.12817	3.01352				32	59	592	59176
3021280	Dohis	dohis	FR	02360	113	Europe/Paris	49.76206	4.14107		Dohis		32	02	025	02265
3021281	Dohem	dohem	FR	62380	733	Europe/Paris	50.63902	2.18592		Doem,Dohem,Dohin,duo ang,dwhym,Доем,دوهيم,多昂		32	62	625	62271
3021283	Dogneville	dogneville	FR	88000	1552	Europe/Paris	48.22251	6.45944		Dogneville		44	88	881	88136
3021284	Dognen	dognen	FR	64190	222	Europe/Paris	43.29162	-0.74096		Dognen,Don'jan,Donan,Donhen,Dònhen,duo gai en,Доньян,Доњан,多盖恩		75	64	642	64201
3021288	Docelles	docelles	FR	88460	1043	Europe/Paris	48.14475	6.61289		Docelles,Dosel,Dosel',duo sai lai,Досел,Досель,多塞莱		44	88	881	88135
3021290	Doazon	doazon	FR	64370	167	Europe/Paris	43.45349	-0.55113		Doason,Doazon,duo a zong,Доазон,多阿宗		75	64	643	64200
3021291	Doazit	doazit	FR	40700	922	Europe/Paris	43.69109	-0.64613				75	40	401	40089
3021292	Dizy-le-Gros	dizy-le-gros	FR	02340	797	Europe/Paris	49.62915	4.02327		Dizi le Gro,Dizi-le-Gro,Dizy,Dizy-le-Gros,di ji lei ge luo,Дизи ле Гро,Дизи-ле-Гро,Дізі-ле-Гро,Դիզի լե Գրո,迪济勒格罗		32	02	025	02264
3021293	Dizy	dizy	FR	51530	1857	Europe/Paris	49.06667	3.96667		Dizy		44	51	512	51210
3021294	Dizimieu	dizimieu	FR	38460	584	Europe/Paris	45.71888	5.29571		Dizimieu		84	38	382	38146
3021295	Dixmont	dixmont	FR	89500	841	Europe/Paris	48.08212	3.4142		Dixmont		27	89	893	89142
3021296	Divonne-les-Bains	divonne-les-bains	FR	01220	6775	Europe/Paris	46.3571	6.13494		Divon le Ben,Divon-le-Ben,Divonn-le-Ben,Divonne,Divonne-les-Bains,di wo en lai ban,dyfwn-lyh-ban,Дивон ле Бен,Дивон-ле-Бен,Дівонн-ле-Бен,Դիվոն լե Բեն,ديفون-ليه-بان,迪沃恩莱班		84	01	013	01143
3021298	Divion	divion	FR	62460	7290	Europe/Paris	50.47169	2.50546		Div'on,Divion,Divión,di wei yong,dyfwn,Дивион,Дивьон,Дівіон,ديفون,迪维永		32	62	622	62270
3021301	Dives-sur-Mer	dives-sur-mer	FR	14160	5906	Europe/Paris	49.28176	-0.10125		Div na Moru,Div-sjur-Mer,Dives,Dives-sur-Mer,bin hai di wei,Див на Мору,Див-сюр-Мер,Дів-сюр-Мер,滨海迪韦		28	14	143	14225
3021304	Dives	dives	FR	60310	340	Europe/Paris	49.58866	2.88815		Dives		32	60	603	60198
3021313	Diusse	diusse	FR	64330	192	Europe/Paris	43.56667	-0.16667		D'jus,D'juss,Dis,Diussa,Diusse,di yu si,Дис,Дьюс,Дьюсс,迪于斯		75	64	643	64199
3021430	Diedendorf	diedendorf	FR	67260	371	Europe/Paris	48.87939	7.04618		Didendorf,Diedendorf,Дидендорф		44	67	674	67091
3021314	Distroff	distroff	FR	57925	1436	Europe/Paris	49.33295	6.26662		Diesdorf,Distrof,Distroff,di si te luo,dystrwf,Дистроф,Дистрофф,Дістрофф,دیستروف,迪斯特罗		44	57	577	57179
3021315	Distré	distre	FR	49400	1377	Europe/Paris	47.22298	-0.11073		Distre,Distré		52	49	493	49123
3021316	Dissé-sous-le-Lude	disse-sous-le-lude	FR	72800	575	Europe/Paris	47.60967	0.15467		Dise su le Lid,Disse,Disse-sous-le-Lude,Disse-su-le-Ljud,Dissé,Dissé-sous-le-Lude,Дисе су ле Лид,Діссе-су-ле-Люд		52	72	721	72176
3021317	Dissé-sous-Ballon	disse-sous-ballon	FR	72260	124	Europe/Paris	48.23778	0.29749		Disse,Disse-sous-Ballon,Dissé,Dissé-sous-Ballon		52	72	722	72189
3021318	Dissay-sous-Courcillon	dissay-sous-courcillon	FR	72500	950	Europe/Paris	47.66521	0.4711		Dise su Kursijon,Dissay,Dissay-sous-Courcillon,Disse-su-Kursijon,Дисе су Курсијон,Диссе-су-Курсийон,Діссе-су-Курсійон		52	72	721	72115
3021319	Dissay	dissay	FR	86130	2806	Europe/Paris	46.70065	0.43166		Dise,Dissais,Dissay,Disse,di sai,Дисе,Діссе,迪赛		75	86	863	86095
3021321	Dissangis	dissangis	FR	89440	108	Europe/Paris	47.59667	3.98262		Dissangis		27	89	892	89141
3021326	Dirol	dirol	FR	58190	143	Europe/Paris	47.31631	3.65416		Dirol		27	58	582	58098
3021328	Dirinon	dirinon	FR	29460	2528	Europe/Paris	48.39805	-4.2705		Dirinon,Dirinonn,di li nong,Диринон,Діринон,迪里农		53	29	291	29045
3021330	Dirac	dirac	FR	16410	1389	Europe/Paris	45.6043	0.24755		Dirac		75	16	161	16120
3021332	Diou	diou	FR	03290	236	Europe/Paris	47.04553	2.02602		Diou		24	36	364	36065
3021333	Diou	diou	FR	03290	1594	Europe/Paris	46.53432	3.74453		Diou		84	03	032	03100
3021335	Diors	diors	FR	36130	676	Europe/Paris	46.82751	1.82819		Dior,Diors,di ao er,Диор,Діор,迪奥尔		24	36	362	36064
3021336	Dions	dions	FR	30190	544	Europe/Paris	43.93127	4.29673		Dions		76	30	302	30102
3021338	Dionay	dionay	FR	38160	136	Europe/Paris	45.2036	5.22054		Dionay		84	38	381	38359
3021340	Dio-et-Valquières	dio-et-valquieres	FR	34650	158	Europe/Paris	43.66924	3.21156		Dio,Dio-et-Valquieres,Dio-et-Valquières		76	34	341	34093
3021341	Dinteville	dinteville	FR	52120	68	Europe/Paris	48.03139	4.79676		Dinteville		44	52	521	52168
3021342	Dinsheim-sur-Bruche	dinsheim-sur-bruche	FR	67190	1426	Europe/Paris	48.54258	7.42727		Densajm-sjur-Brjush,Dinse,Dinsheim,Dinskhajm,Dínse,bu lu ke he pan dan sang,dynghshym swr brwtsh,dynshaym-swr-brwsh,Денсайм-сюр-Брюш,Динсхајм,دينغشيم سور بروتش,دینسهایم-سور-بروش,布吕克河畔丹桑		44	67	673	67098
3021343	Dinsac	dinsac	FR	87210	294	Europe/Paris	46.23081	1.11732		Dinsac		75	87	871	87056
3021344	Dinozé	dinoze	FR	88000	476	Europe/Paris	48.1435	6.46923		Dinoze,Dinozé		44	88	881	88134
3021345	Dingy-Saint-Clair	dingy-saint-clair	FR	74230	1014	Europe/Paris	45.90664	6.22554		Denzhi-Sen-Kler,Dingi,Dingy,Dingy-Parmelan,Dingy-Saint-Clair,Dinzhi Sen Kler,Tincia Anniciensium,Денжі-Сен-Клер,Динжи Сен Клер		84	74	741	74102
3021346	Dingy-en-Vuache	dingy-en-vuache	FR	74520	436	Europe/Paris	46.08899	5.94454		Denzhi-an-Vjuash,Dingy,Dingy-en-Vuache,Dinzhi an Vosh,Tincia Carrugiorum,Денжі-ан-Вюаш,Динжи ан Вош		84	74	743	74101
3021347	Dingsheim	dingsheim	FR	67370	1134	Europe/Paris	48.63053	7.66932		Dingsheim,Dingskhajm,Дингсхајм		44	67	674	67097
3021348	Dingé	dinge	FR	35440	1452	Europe/Paris	48.3573	-1.71596		Dingad,Dinge,Dingé		53	35	354	35094
3021349	Dinéault	dineault	FR	29150	1974	Europe/Paris	48.21931	-4.16547		Dineault,Dineo,Dineol,Dinéault,di nei ao er,dineo,Динео,Дінео,ディネオー,迪内奥尔		53	29	292	29044
3021351	Dinard	dinard	FR	35800	11993	Europe/Paris	48.63293	-2.06274		Dinar,Dinard,Dinard-Saint-Enogat,Dinarzh,di na er,dinaru,Динар,Дінар,ディナール,迪纳尔		53	35	354	35093
3021356	Dinan	dinan	FR	22100	12237	Europe/Paris	48.45553	-2.05049		Dinan,Dinnanum,dinan,dynan,dynan  frans,dynan  fransh,Динан,Дінан,דינאן,دينان,دینان، فرانس,دینان، فرانسه,ディナン	221	53	22	221	22050
3021357	Dinan	dinan	FR	22100	0	Europe/Paris	48.23458	-4.54864				53	29	292	29042
3021359	Dimont	dimont	FR	59216	0	Europe/Paris	50.18241	4.02045		Dimont		32	59	591	59175
3021361	Dimechaux	dimechaux	FR	59740	0	Europe/Paris	50.1952	4.04009		Dimechaux		32	59	591	59174
3021362	Dimbsthal	dimbsthal	FR	67440	0	Europe/Paris	48.67237	7.35698				44	67	674	67096
3021363	Dimancheville	dimancheville	FR	45390	0	Europe/Paris	48.23605	2.4318		Dimancheville,Dimanshvil,Dimanshvil',di mang xie wei er,Диманшвил,Діманшвіль,迪芒谢维尔		24	45	453	45125
3021364	Dimancheville	dimancheville	FR	45390	0	Europe/Paris	48.23692	1.94154				24	28	281	28284
3021372	Dijon	dijon	FR	21000	149782	Europe/Paris	47.31667	5.01667		DIJ,Digion,Digione,Dijon,Dij·on,Divio,Diviodunum,Dizhon,Dizon,Dizona,Dizonas,Dižon,Dižona,Dižonas,Dyzhon,Ntizon,di rong,dichng,dijam,dijom,dijon,dijong,dizhoni,dyjwn,dyzhwn,dyzwn,Ντιζόν,Дижон,Дыжон,Діжон,Դիժոն,דיזון,ديجون,دیجون,دیژون,ڈیجون,दिजाँ,दीजों,ดีฌง,དི་ཇཱོན།,დიჟონი,ディジョン,第戎,디종	27	27	21	212	21231
3021373	Dijon	dijon	FR	21000	0	Europe/Paris	45.3	2.53333				84	15	152	15124
3021375	Digulleville	digulleville	FR	50440	258	Europe/Paris	49.69982	-1.85899		Digilvil,Digjul'vil',Digulleville,Diguuleville,Digùuleville,di ju lei wei er,Дигилвил,Дигюльвиль,Дігюльвіль,迪居勒维尔		28	50	502	50041
3021377	Digoin	digoin	FR	71160	8941	Europe/Paris	46.48124	3.97946		Digoan,Digoin,Diguehn,Diguen,di gu an,digowan,Дигоан,Дигуен,Дигуэн,Дігуен,ディゴワン,迪古安		27	71	713	71176
3021378	Digny	digny	FR	28250	870	Europe/Paris	48.53627	1.15363		Digny		24	28	283	28130
3021380	Dignonville	dignonville	FR	88000	190	Europe/Paris	48.24383	6.50523		Dignonville,Din'onvil',Dinonvil,di ni weng wei er,Диньонвиль,Дињонвил,Діньонвіль,迪尼翁维尔		44	88	881	88133
3021382	Digne-les-Bains	digne-les-bains	FR	04000	18986	Europe/Paris	44.09252	6.23199	524	Digne,Din le Ben,Din'-le-Ben,Dinha,Dinia,di nie lai ban,dinyu=re=ban,dinyulebaeng,Динь-ле-Бен,Дињ ле Бен,Дінь-ле-Бен,ディーニュ＝レ＝バン,迪涅萊班,디뉴레뱅	04	93	04	043	04070
3021383	Dignac	dignac	FR	16410	1294	Europe/Paris	45.55587	0.27941		Dignac,Din'jak,Dinak,Dinhac,di ni ya ke,Диньяк,Дињак,Діньяк,迪尼亚克		75	16	161	16119
3021384	Dignac	dignac	FR	16410	0	Europe/Paris	45.25649	3.69609				84	43	431	43237
3021385	Dignac	dignac	FR	16410	0	Europe/Paris	45.22683	3.92512				84	43	432	43164
3021386	Digna	digna	FR	39190	312	Europe/Paris	46.51724	5.3912		Digna		27	39	392	39197
3021387	Diges	diges	FR	89240	1103	Europe/Paris	47.72862	3.39786		Diges,Dizh,Диж,Діж		27	89	891	89139
3021390	Diffembach-lès-Hellimer	diffembach-les-hellimer	FR	57660	319	Europe/Paris	49.00295	6.84337		Diefenbach bei Hellimer,Difembakh-le-Khejime,Diffambak-le-Ellimer,Diffambak-lez-Ehllimer,Diffembach,Diffembach-les-Hellimer,Diffembach-lès-Hellimer,di fang ba ke lai ai li mei,Дифембах-ле-Хејиме,Диффамбак-ле-Еллимер,Диффамбак-лез-Эллимер,Діффамбак-ле-Еллімер,迪方巴克莱埃利梅		44	57	573	57178
3021391	Diéval	dieval	FR	62460	678	Europe/Paris	50.43535	2.45007		Dieval,Diéval		32	62	622	62269
3021392	Dieuze	dieuze	FR	57260	4140	Europe/Paris	48.81263	6.7178		D'ez,D'joz,Dieuze,Djez,di ye yu ci,Дьез,Дьёз,Дьєз,Дјез,דיאז,迪耶于兹		44	57	575	57177
3021393	Dieupentale	dieupentale	FR	82170	781	Europe/Paris	43.86255	1.2693		Dieupentale		76	82	822	82048
3021394	Dieulouard	dieulouard	FR	54380	4851	Europe/Paris	48.84137	6.06782		Dieulouard,Scarpone		44	54	543	54157
3021395	Dieulivol	dieulivol	FR	33580	288	Europe/Paris	44.67391	0.11		D'elivol',Dieulivol,Diulivol,Diulivòl,Djelivol,Lados,di ye yu li wo,Дьеливоль,Дьєліволь,Дјеливол,迪耶于利沃		75	33	333	33150
3021397	Dieulefit	dieulefit	FR	26220	3214	Europe/Paris	44.52563	5.0618		D'elefi,Dieulefit,Dieulofet,Djelfi,Mont-Jabron,di ye yu lai fei,Дьєлефі,Дјелфи,迪耶于莱菲		84	26	262	26114
3021398	Dieue-sur-Meuse	dieue-sur-meuse	FR	55320	1449	Europe/Paris	49.072	5.42248		Dieue,Dieue-sur-Meuse		44	55	553	55154
3021399	Dieudonne	dieudonne	FR	60530	0	Europe/Paris	49.22986	2.24641		Dieudonne		32	60	604	60197
3021402	Dietwiller	dietwiller	FR	68440	1246	Europe/Paris	47.69278	7.403		Dietweiler,Dietwiller,Ditviler,Ditviller,di ye te wei lai,Дитвилер,Дитвиллер,Дітвіллер,迪耶特维莱		44	68	684	68072
3021403	Diesen	diesen	FR	57890	1183	Europe/Paris	49.17818	6.67798		Diesen		44	57	573	57765
3021404	Dierrey-Saint-Pierre	dierrey-saint-pierre	FR	10190	188	Europe/Paris	48.32923	3.82565		Dierrey-Saint-Pierre,Le Grand-Dierrey		44	10	103	10125
3021405	Dierrey-Saint-Julien	dierrey-saint-julien	FR	10190	232	Europe/Paris	48.31331	3.83078		Dierrey-Beaugue,Dierrey-Beaugué,Dierrey-Saint-Julien		44	10	102	10124
3021406	Dierre	dierre	FR	37150	514	Europe/Paris	47.34508	0.95748		Dierre		24	37	373	37096
3021407	Dieppe-sous-Douaumont	dieppe-sous-douaumont	FR	55400	166	Europe/Paris	49.22123	5.51241		Dieppe,Dieppe-sous-Douaumont		44	55	553	55153
3021411	Dieppe	dieppe	FR	76200	35707	Europe/Paris	49.9216	1.07772		D'ep,DPE,Dgieppe,Diep,Dieppe,Dieppi,Dijep,Djep,di ye pu,diepeu,dieppu,dyyb,dyyp,dyyp  snh mrytym,tiyap,Διέππη,Диеп,Дијеп,Дьеп,Дьєп,Дјеп,דייפ,دييب,دیئپ، سنه مریتیم,தியப்,ディエップ,迪耶普,디에프	761	28	76	761	76217
3021413	Dienville	dienville	FR	10500	771	Europe/Paris	48.35	4.53333		Dienville		44	10	101	10123
3021414	Diennes-Aubigny	diennes-aubigny	FR	58340	109	Europe/Paris	46.92083	3.58131		Diennes,Diennes-Aubigny		27	58	583	58097
3021415	Dienné	dienne	FR	15300	410	Europe/Paris	46.44173	0.54759		D'enne,Dienne,Dienné,Djene,di ye na,Дьєнне,Дјене,迪耶纳		75	86	863	86094
3021416	Dienne	dienne	FR	15300	303	Europe/Paris	45.15868	2.78641		Dienne		84	15	153	15061
3021417	Diénay	dienay	FR	21120	254	Europe/Paris	47.52123	5.06571		Dienay,Diénay		27	21	212	21230
3021419	Diémoz	diemoz	FR	38790	2418	Europe/Paris	45.59099	5.08884		D'emo,D'emoz,Diemoz,Diémoz,Djemoz,di ai mo,Дьемоз,Дьємо,Дјемоз,迪埃莫		84	38	383	38144
3021420	Diemeringen	diemeringen	FR	67430	1774	Europe/Paris	48.94013	7.18839		Deemeringe,Diemeringen,Dimeringen,di ye mo lan rang,dymryngn,dymyrynghyn,Димеринген,Дімеринген,ديميرينغين,دیمرینگن,迪耶默兰让		44	67	674	67095
3021421	Dième	dieme	FR	69170	117	Europe/Paris	45.96154	4.4656		Dieme,Dième		84	69	692	69075
3021426	Diefmatten	diefmatten	FR	68780	263	Europe/Paris	47.70846	7.11218		Diefmatten		44	68	681	68071
3021427	Dieffenthal	dieffenthal	FR	67650	236	Europe/Paris	48.30929	7.41955		Dieffenthal,Difental,Дифентал		44	67	675	67094
3021428	Dieffenbach-lès-Wœrth	dieffenbach-les-w-rth	FR	67360	381	Europe/Paris	48.93378	7.77877		Defebach,Defebàch,Dieffenbach,Dieffenbach bei Woerth,Dieffenbach bei Wörth,Dieffenbach-Woerth,Dieffenbach-les-Woerth,Dieffenbach-lès-Woerth,Dieffenbach-lès-Wœrth,Difenbakh le Vert,Diffenbak-le-Vert,di ye fang ba ke lai wo ai er,dyfynbatsh lyh wrth,Дифенбах ле Верт,Диффенбак-ле-Верт,Діффенбак-ле-Верт,ديفينباتش ليه ورث,迪耶方巴克莱沃埃尔		44	67	672	67093
3021429	Dieffenbach-au-Val	dieffenbach-au-val	FR	67220	625	Europe/Paris	48.31544	7.32637		Diefebach,Dieffenbach,Dieffenbach im Tal,Dieffenbach-au-Val,Difenbakh o Val,Diffenbak-o-Val',di ye fang ba ke ao wa,dyfnbakh-a-wal,dyfynbatsh aw fal,Дифенбах о Вал,Диффенбак-о-Валь,Діффенбак-о-Валь,ديفينباتش أو فال,دیفنباخ-ا-وال,迪耶方巴克奥瓦		44	67	675	67092
3021431	Diebolsheim	diebolsheim	FR	67230	517	Europe/Paris	48.2905	7.66451		Dibol'sajm,Dibolskhajm,Diwelse,Díwelse,di ye bo er sang,dyblshaym,dybwlshym,Диболсхајм,Дибольсайм,Дібольсайм,ديبولشيم,دیبلسهایم,迪耶博尔桑		44	67	675	67090
3021432	Diebling	diebling	FR	57980	1700	Europe/Paris	49.10966	6.93974		Diebling		44	57	573	57176
3021435	Die	die	FR	26150	4924	Europe/Paris	44.7536	5.37033		Dia,Die,Diá	261	84	26	261	26113
3021437	Didenheim	didenheim	FR	68350	1842	Europe/Paris	47.71866	7.30157		Didenheim		44	68	684	68056
3021438	Dicy	dicy	FR	89120	330	Europe/Paris	47.93343	3.10382		Dicy		27	89	891	89086
3021439	Diconne	diconne	FR	71330	216	Europe/Paris	46.774	5.13504		Diconne,Dikon,Dikonn,Дикон,Диконн,Діконн		27	71	714	71175
3021442	Diarville	diarville	FR	54930	448	Europe/Paris	48.39431	6.1323		Diarville		44	54	543	54156
3021443	Diant	diant	FR	77940	211	Europe/Paris	48.28301	2.99323		Diant		11	77	773	77158
3021445	Diane-Capelle	diane-capelle	FR	57830	225	Europe/Paris	48.72664	6.93323		D'jan-Kapel',Diane-Capelle,di ang ka pei er,Дьян-Капель,迪昂卡佩尔		44	57	575	57175
3021450	Diancey	diancey	FR	21430	89	Europe/Paris	47.18191	4.36286		Diancey		27	21	211	21229
3021458	Dhuizon	dhuizon	FR	41220	1294	Europe/Paris	47.58723	1.65809		Dhuison,Dhuizon		24	41	413	41074
3021459	Dhuizel	dhuizel	FR	02220	96	Europe/Paris	49.36429	3.61738		Dhuizel		32	02	024	02263
3021461	Dhuisy	dhuisy	FR	77440	265	Europe/Paris	49.03892	3.16083		Dhuisy		11	77	771	77157
3021462	D'Huison-Longueville	d-huison-longueville	FR	91590	0	Europe/Paris	48.4558	2.34037		D'Huison-Longueville,DHuison-Longueville		11	91	911	91198
3021469	Dezize-lès-Maranges	dezize-les-maranges	FR	71150	195	Europe/Paris	46.91179	4.65654		Dezize,Dezize-les-Maranges,Dezize-lès-Maranges		27	71	712	71174
3021472	Deyvillers	deyvillers	FR	88000	1480	Europe/Paris	48.20013	6.51533		Deyvillers		44	88	881	88132
3021475	Deyme	deyme	FR	31450	936	Europe/Paris	43.4795	1.52611		Deyme		76	31	313	31161
3021476	Deycimont	deycimont	FR	88600	241	Europe/Paris	48.16789	6.65046		Deciimons,Dejsimon,Desimon,Deycimont,de xi meng,Дейсимон,Дейсімон,Десимон,德西蒙		44	88	881	88131
3021477	Devrouze	devrouze	FR	71330	259	Europe/Paris	46.76355	5.15863		Devrouze,Devruz,Девруз		27	71	714	71173
3021481	Devise	devise	FR	80200	76	Europe/Paris	49.85764	3.0042		Devise		32	80	804	80239
3021484	Déville-lès-Rouen	deville-les-rouen	FR	76250	10548	Europe/Paris	49.46942	1.05214		Deville,Deville-les-Rouen,Déville,Déville-lès-Rouen		28	76	763	76216
3021485	Deville	deville	FR	08800	0	Europe/Paris	49.92412	1.46728				28	76	761	76320
3021486	Deville	deville	FR	08800	1171	Europe/Paris	49.87893	4.7061		Deville		44	08	081	08139
3021487	Dévillac	devillac	FR	47210	126	Europe/Paris	44.60705	0.79921		Devillac,Dévillac		75	47	473	47080
3021488	Deviat	deviat	FR	16190	161	Europe/Paris	45.41761	0.00887		Dev'ja,Deviat,Devja,de wei a,Девья,Девя,Девја,德维阿		75	16	161	16118
3021489	Devèze	deveze	FR	65230	52	Europe/Paris	43.27186	0.54792		Deveze,Devèze		76	65	653	65155
3021490	Devesset	devesset	FR	07320	286	Europe/Paris	45.06728	4.38839		Devesset		84	07	073	07080
3021493	Devecey	devecey	FR	25870	1488	Europe/Paris	47.32169	6.019		Devecey		27	25	251	25200
3021494	Devay	devay	FR	58300	432	Europe/Paris	46.80583	3.54893		Devay		27	58	583	58096
3021498	Deuxville	deuxville	FR	54370	392	Europe/Paris	48.61769	6.45522		Deuxville		44	54	542	54155
3021499	Deux-Verges	deux-verges	FR	15110	60	Europe/Paris	44.80662	3.02361		Deux-Verges		84	15	153	15060
3021506	Deux-Jumeaux	deux-jumeaux	FR	14230	72	Europe/Paris	49.34864	-0.96219		Deux-Jumeaux		28	14	141	14224
3021509	Deux-Évailles	deux-evailles	FR	53150	160	Europe/Paris	48.1914	-0.52708		Deux-Evailles,Deux-Évailles		52	53	533	53161
3021511	Deux-Chaises	deux-chaises	FR	03240	430	Europe/Paris	46.3799	3.03741		Deux-Chaises		84	03	032	03099
3021513	Deûlémont	deulemont	FR	59890	1494	Europe/Paris	50.73333	2.95		Deulemont,Deûlemont,Deûlémont		32	59	595	59173
3021515	Deuillet	deuillet	FR	02700	187	Europe/Paris	49.63095	3.36154		Deuillet		32	02	022	02262
3021516	Deuil-la-Barre	deuil-la-barre	FR	95170	21560	Europe/Paris	48.97674	2.32722		Dej la Bar,Dej-la-Barr,Deuil,Deuil-La Barre,Deuil-la-Barre,Djoj-la-Barr,de yi-la ba er,doeilabaleu,do~uiyu=ra=baru,dwy lbr,Дей-ла-Барр,Деј ла Бар,Дёй-ла-Барр,دوی لبر,ドゥイユ＝ラ＝バール,德伊-拉巴尔,되이라바르		11	95	952	95197
3021518	Dettwiller	dettwiller	FR	67490	2743	Europe/Paris	48.75415	7.46633		Dettviller,Dettweiler,Dettwiller,Detviler,dai te wei lai,dytwylyr,Детвилер,Деттвиллер,Деттвіллер,ديتويلير,代特维莱		44	67	674	67089
3021519	Dettey	dettey	FR	71190	111	Europe/Paris	46.76366	4.18166		Dettey		27	71	711	71172
3021521	Détrier	detrier	FR	73110	309	Europe/Paris	45.44629	6.09724		Detrier,Détrier		84	73	732	73099
3021523	Détain-et-Bruant	detain-et-bruant	FR	21220	105	Europe/Paris	47.17274	4.79178		Detain,Detain-et-Bruant,Détain,Détain-et-Bruant		27	21	211	21228
3021524	Desvres	desvres	FR	62240	5109	Europe/Paris	50.66884	1.83478		Defes,Desvres,Devr,Dèfes,dai fu lei,dysfryh,Девр,ديسفريه,代夫勒		32	62	623	62268
3021525	Destry	destry	FR	57340	85	Europe/Paris	48.94379	6.58483		Destri,Destry,dai si te li,dstry,Дестри,Дестрі,دستری,代斯特里		44	57	573	57174
3021526	Destord	destord	FR	88600	208	Europe/Paris	48.27111	6.61804		Destord		44	88	881	88130
3021531	Dessia	dessia	FR	39320	73	Europe/Paris	46.38453	5.50253		Dessia		27	39	392	39273
3021532	Dessenheim	dessenheim	FR	68600	1090	Europe/Paris	47.97767	7.48891		Dessenheim		44	68	682	68069
3021533	Desseling	desseling	FR	57260	109	Europe/Paris	48.78425	6.84654		Desseling		44	57	575	57173
3021535	Desnes	desnes	FR	39140	440	Europe/Paris	46.76432	5.47343		Desnes		27	39	392	39194
3021536	Desmonts	desmonts	FR	45390	173	Europe/Paris	48.22727	2.49629		Demon,Desmonts,dai si meng te,Демон,代斯蒙特		24	45	453	45124
3021538	Desingy	desingy	FR	74270	660	Europe/Paris	45.99545	5.8879		Designy,Desingy		84	74	743	74100
3021540	Desges	desges	FR	43300	83	Europe/Paris	45.01729	3.45221		Desges		84	43	431	43085
3021541	Déservillers	deservillers	FR	25330	274	Europe/Paris	47.00329	6.07123		Deservillers,Dezerville,Déservillers,dai sai er wei lai er,Дезервілле,代塞尔维莱尔		27	25	251	25199
3021542	Désertines	desertines	FR	03630	563	Europe/Paris	48.46937	-0.86699		Desertines,Désertines		52	53	533	53091
3021543	Désertines	desertines	FR	03630	4760	Europe/Paris	46.35456	2.61924		Desertines,Désertines		84	03	031	03098
3021548	Désandans	desandans	FR	25750	606	Europe/Paris	47.53401	6.67664		Desandans,Désandans		27	25	252	25198
3021550	Désaignes	desaignes	FR	07570	1139	Europe/Paris	44.99466	4.51695		Desaignes,Désaignes		84	07	073	07079
3021552	Derval	derval	FR	44590	3127	Europe/Paris	47.66772	-1.67176		Derval,Derwal,Montagne-sur-Kurel		52	44	445	44051
3021556	Dernancourt	dernancourt	FR	80300	454	Europe/Paris	49.97272	2.6309		Dernancourt,Dernankur,Dernincourt,Dèrnincourt,dai er nan ku er,Дернанкур,代尔南库尔		32	80	804	80238
3021557	Dernacueillette	dernacueillette	FR	11330	49	Europe/Paris	42.92845	2.5976		Dernacueillette		76	11	113	11118
3021562	Dercy	dercy	FR	02270	382	Europe/Paris	49.70393	3.68549		Dercy		32	02	022	02261
3021563	Derchigny	derchigny	FR	76370	489	Europe/Paris	49.93835	1.21006		Derchigny		28	76	761	76618
3021884	Dambenoît-lès-Colombe	dambenoit-les-colombe	FR	70200	260	Europe/Paris	47.71667	6.38333				27	70	701	70195
3021565	Derbamont	derbamont	FR	88270	110	Europe/Paris	48.26822	6.26762		Derbamon,Derbamont,de er ba meng,Дербамон,德尔巴蒙		44	88	881	88129
3021570	Déols	deols	FR	36130	8635	Europe/Paris	46.82934	1.70428		Cereale,Céréale,Deol',Deols,Déols,dai ao er,Деоль,代奥尔		24	36	362	36063
3021572	Denting	denting	FR	57220	213	Europe/Paris	49.19444	6.53235		Denting		44	57	573	57172
3021579	Denonville	denonville	FR	28700	824	Europe/Paris	48.39097	1.81224		Denonville		24	28	281	28129
3021580	Denney	denney	FR	90160	659	Europe/Paris	47.65959	6.91761		Denney		27	90	901	90034
3021581	Dennevy	dennevy	FR	71510	296	Europe/Paris	46.86583	4.64845		Dennevy		27	71	712	71171
3021583	Denneville	denneville	FR	50580	491	Europe/Paris	49.31212	-1.66024		Denneville		28	50	502	50412
3021589	Denipaire	denipaire	FR	88210	239	Europe/Paris	48.34365	6.96135		Denipaire		44	88	883	88128
3021590	Denier	denier	FR	62810	61	Europe/Paris	50.2882	2.44382		Denier		32	62	621	62266
3021591	Denicé	denice	FR	69640	1355	Europe/Paris	46.00158	4.64555		Denice,Denicé		84	69	692	69074
3021592	Denguin	denguin	FR	64230	1576	Europe/Paris	43.36261	-0.50834		Dangen,Denguin,dang ji en,Данген,当吉恩		75	64	643	64198
3021593	Denezières	denezieres	FR	39130	84	Europe/Paris	46.61065	5.80675		Denezieres,Denezières		27	39	392	39192
3021594	Dénezé-sous-le-Lude	deneze-sous-le-lude	FR	49490	277	Europe/Paris	47.53333	0.13333		Deneze,Deneze-su-le-Ljud,Dénezé,dai nei ze su si-er lu de,Денезе-су-ле-Люд,代内泽苏斯-尔吕德		52	49	493	49228
3021595	Dénezé-sous-Doué	deneze-sous-doue	FR	49700	440	Europe/Paris	47.2472	-0.27541		Deneze,Deneze-sous-Doue,Denezé,Denezé-sous-Doué,Dénezé-sous-Doué		52	49	493	49121
3021596	Denèvre	denevre	FR	70180	118	Europe/Paris	47.56846	5.64445		Denevre,Denèvre		27	70	702	70204
3021597	Deneuvre	deneuvre	FR	54120	0	Europe/Paris	48.44177	6.7372		Deneuvre,Denevr,Denjovr,de na fu er,Деневр,Денёвр,德纳夫尔		44	54	542	54154
3021598	Deneuille-les-Mines	deneuille-les-mines	FR	03170	363	Europe/Paris	46.37859	2.78209		Deneuille,Deneuille-les-Mines		84	03	031	03097
3021599	Deneuille-lès-Chantelle	deneuille-les-chantelle	FR	03140	91	Europe/Paris	46.25	3.13333				84	03	032	03096
3021600	Dénestanville	denestanville	FR	76590	245	Europe/Paris	49.81337	1.09672		Denestanville,Dénestanville		28	76	761	76214
3021601	Denée	denee	FR	49190	1467	Europe/Paris	47.37869	-0.60758		Denee,Denée		52	49	491	49120
3021602	Denazé	denaze	FR	53400	158	Europe/Paris	47.88529	-0.88734		Denaze,Denazé		52	53	531	53090
3021603	Dénat	denat	FR	81120	578	Europe/Paris	43.84665	2.2049		Denat,Dénat		76	81	811	81079
3021605	Denain	denain	FR	59220	21412	Europe/Paris	50.3293	3.3943		Danen,Denain,Denen,Dnain,Dononium,de nan,deunaeng,do~unan,dwnn,Данен,Денен,دونن,ドゥナン,德南,드냉		32	59	596	59172
3021606	Démuin	demuin	FR	80110	453	Europe/Paris	49.81928	2.53718		Demuin,Démuin		32	80	803	80237
3021607	Dému	demu	FR	32190	356	Europe/Paris	43.76527	0.16673		Demu,Dému		76	32	322	32115
3021609	Démouville	demouville	FR	14840	3238	Europe/Paris	49.18001	-0.26947		Demouville,Démouville		28	14	142	14221
3021611	Demigny	demigny	FR	71150	1552	Europe/Paris	46.93048	4.83381		Demigny		27	71	712	71170
3021616	Demangevelle	demangevelle	FR	70210	370	Europe/Paris	47.92617	6.03548		Demangevelle		27	70	701	70202
3021617	Demange-aux-Eaux	demange-aux-eaux	FR	55130	558	Europe/Paris	48.58157	5.46013		Demange,Demange-aux-Eaux		44	55	552	55150
3021618	Demandolx	demandolx	FR	04120	100	Europe/Paris	43.86978	6.57877		Demando,Demandoix,Demandol',Demandolx,Demandous,Demandòus,dai mang duo er,Демандо,Демандоль,代芒多尔		93	04	042	04069
3021622	Deluz	deluz	FR	25960	724	Europe/Paris	47.29394	6.20153		Deluz		27	25	251	25197
3021623	Delut	delut	FR	55150	94	Europe/Paris	49.40882	5.43119		Delut		44	55	553	55149
3021624	Delouze-Rosières	delouze-rosieres	FR	55130	137	Europe/Paris	48.56667	5.51667				44	55	552	55148
3021626	Delme	delme	FR	57590	754	Europe/Paris	48.88793	6.39168		Delme		44	57	575	57171
3021629	Delle	delle	FR	90100	6186	Europe/Paris	47.50797	6.99975		Dattenried,Del,Del',Delle,de er,Дел,Дель,德尔		27	90	901	90033
3021630	Delincourt	delincourt	FR	60240	534	Europe/Paris	49.25	1.83333				32	60	601	60195
3021631	Delettes	delettes	FR	62129	935	Europe/Paris	50.6178	2.21231		Delettes		32	62	625	62265
3021634	Delain	delain	FR	70180	190	Europe/Paris	47.58136	5.63647		Delain		27	70	702	70201
3021637	Deinvillers	deinvillers	FR	88700	56	Europe/Paris	48.41358	6.55509		Deinvillers		44	88	881	88127
3021639	Dehlingen	dehlingen	FR	67430	409	Europe/Paris	48.98112	7.1913		Daehlinge,Dehlingen,Delingen,Dählinge,dai lan rang,dlyngn,dyhlynghyn,Делинген,Делінген,دلینگن,ديهلينغين,代兰让		44	67	674	67088
3021641	Dehéries	deheries	FR	59127	37	Europe/Paris	50.05231	3.34123		Deheries,Dehéries		32	59	592	59171
3021642	Dehault	dehault	FR	72400	221	Europe/Paris	48.21082	0.57025		Dehault		52	72	722	72114
3021644	Degré	degre	FR	72550	711	Europe/Paris	48.04986	0.06877		Degre,Degré		52	72	722	72113
3021646	Dégagnac	degagnac	FR	46340	554	Europe/Paris	44.66499	1.3157		Degagnac,Dégagnac		76	46	463	46087
3021661	Decize	decize	FR	58300	6605	Europe/Paris	46.82852	3.46192		Decetia,Decize,Decize-le-Rocher,Desiz,Rocher-la-Montagne,dai xi ci,Десиз,Десіз,代西兹		27	58	583	58095
3021662	Décines-Charpieu	decines-charpieu	FR	69150	24674	Europe/Paris	45.76873	4.95883		Decines,Decines-Charpieu,Desen Sharpje,Desin-Sharpe,Décines,Décines-Charpieu,deshinu=sharupyu,desinsyaleupioe,dsyn sharpyw,dysyn-sharbyw,Десен Шарпје,Десін-Шарпє,دسین شارپیو,ديسين-شاربيو,デシーヌ＝シャルピュー,데신샤르피외		84	69	691	69275
3021663	Dechy	dechy	FR	59187	5439	Europe/Paris	50.35	3.11667		Deshi,de xi,Деши,Деші,德希		32	59	593	59170
3021664	Decazeville	decazeville	FR	12300	7268	Europe/Paris	44.56045	2.25091		Decazeville,Dekazvil,Dekazvil',La Sala,dai ka ze wei er,Деказвил,Деказвиль,Деказвіль,代卡泽维尔		76	12	123	12089
3021666	Débats-Rivière-d'Orpra	debats-riviere-d-orpra	FR	42130	0	Europe/Paris	45.76667	3.95		Debats,Debats-Riviere-d'Opra,Debats-Riviere-d'Orpra,Debats-Rivière-d'Orpra,Débats,Débats-Rivière-d'Opra		84	42	421	42084
3021667	Deaux	deaux	FR	30360	516	Europe/Paris	44.06766	4.14994		Deaux		76	30	301	30101
3021885	Dambenois	dambenois	FR	25600	660	Europe/Paris	47.54532	6.86765		Dambenois		27	25	252	25188
3021668	Deauville	deauville	FR	14800	4677	Europe/Paris	49.357	0.06995	5	DOL,Deauville,Deauville-les-Bains,Dovil,Dovil',dovu~iru,duo wei er,dwwyl,Довил,Довиль,Довіль,دوویل,ドーヴィル,多維爾		28	14	143	14220
3021670	Dax	dax	FR	40100	22305	Europe/Paris	43.71032	-1.05366		Akize,Daks,Dax,Lepelletier,XDA,Дакс	401	75	40	401	40088
3021671	Davron	davron	FR	78810	405	Europe/Paris	48.86555	1.94707		Davron		11	78	783	78196
3021672	Davrey	davrey	FR	10130	241	Europe/Paris	48.05085	3.94829		Davrey		44	10	103	10122
3021674	Davignac	davignac	FR	19250	277	Europe/Paris	45.48486	2.09359		Davignac		75	19	193	19071
3021676	Davézieux	davezieux	FR	07430	2810	Europe/Paris	45.2552	4.70744		Davesiac,Davez'e,Davez'jo,Davezieux,Davezje,Davézieux,da wei qi e,Давезьё,Давезьє,Давезје,达韦齐厄		84	07	073	07078
3021677	Davenescourt	davenescourt	FR	80500	475	Europe/Paris	49.70911	2.59629		Davenescourt		32	80	803	80236
3021678	Davejean	davejean	FR	11330	122	Europe/Paris	42.95985	2.60644		Davejean		76	11	113	11117
3021679	Davayé	davaye	FR	71960	781	Europe/Paris	46.3036	4.74331		Davaje,Davaye,Davayé,Davee,Даваје,Давее,Давеє		27	71	715	71169
3021680	Davayat	davayat	FR	63200	535	Europe/Paris	45.94721	3.10868		Davayat		84	63	634	63135
3021681	Dauzat-sur-Vodable	dauzat-sur-vodable	FR	63340	68	Europe/Paris	45.48217	3.09902		Dauzat,Dauzat-sur-Vodable		84	63	633	63134
3021682	Daux	daux	FR	31700	1403	Europe/Paris	43.69506	1.26892		Daus,Daux,Do,Doks,duo zhen,До,Докс,多镇		76	31	313	31160
3021684	Dausse	dausse	FR	47140	485	Europe/Paris	44.38357	0.88973		Dausse		75	47	473	47079
3021687	Dauphin	dauphin	FR	04300	855	Europe/Paris	43.89785	5.7824		Dauphin,Mont-Roc		93	04	044	04068
3021688	Daumeray	daumeray	FR	49640	1387	Europe/Paris	47.70055	-0.36055		Daumeray,Domre,duo mo lai,Домре,多默赖		52	49	491	49220
3021689	Daumazan-sur-Arize	daumazan-sur-arize	FR	09350	693	Europe/Paris	43.144	1.30682		Daumazan,Daumazan-sur-Arize		76	09	093	09105
3021691	Dauendorf	dauendorf	FR	67350	1504	Europe/Paris	48.82987	7.65532		Dauendorf,Дауендорф		44	67	672	67087
3021696	Daubèze	daubeze	FR	33540	153	Europe/Paris	44.71273	-0.14167		Daubeze,Daubèze		75	33	333	33149
3021697	Daubeuf-Serville	daubeuf-serville	FR	76110	332	Europe/Paris	49.69513	0.47668		Daubeuf,Daubeuf-Serville		28	76	762	76213
3021698	Daubeuf-près-Vatteville	daubeuf-pres-vatteville	FR	27430	448	Europe/Paris	49.26607	1.3018		Daubeuf,Daubeuf-pres-Vatteville,Daubeuf-près-Vatteville		28	27	271	27202
3021699	Daubeuf-la-Campagne	daubeuf-la-campagne	FR	27110	210	Europe/Paris	49.1928	1.0301		Daubeuf,Daubeuf-la-Campagne		28	27	272	27201
3021701	Daubensand	daubensand	FR	67150	386	Europe/Paris	48.34878	7.7184		Daubensand		44	67	675	67086
3021706	Darvoy	darvoy	FR	45150	1825	Europe/Paris	47.85839	2.10033		Darvoa,Darvoy,Darvua,da er wa,Дарвоа,Дарвуа,达尔瓦		24	45	452	45123
3021708	Darvault	darvault	FR	77140	862	Europe/Paris	48.26967	2.7308		Darvault,Darvo,Дарво		11	77	774	77156
3021711	Darois	darois	FR	21121	364	Europe/Paris	47.39058	4.93832		Darois		27	21	212	21227
3021713	Darnieulles	darnieulles	FR	88390	1133	Europe/Paris	48.1995	6.34929		Darn'el',Darnieulles,Darnijel,da er ni e lai,Дарнијел,Дарньель,Дарньєль,达尔尼厄莱		44	88	881	88126
3021715	Darney-aux-Chênes	darney-aux-chenes	FR	88170	49	Europe/Paris	48.2806	5.81803		Darney,Darney-aux-Chenes,Darney-aux-Chênes		44	88	882	88125
3021716	Darney	darney	FR	88260	1433	Europe/Paris	48.0866	6.04917		Darne,Darney,da er nei,drny,Дарне,درنی,达尔内		44	88	882	88124
3021717	Darnétal	darnetal	FR	76160	9064	Europe/Paris	49.44533	1.15144		Darnetal,Darnetal',Darnétal,Дарнетал,Дарнеталь		28	76	763	76212
3021720	Darnac	darnac	FR	87320	431	Europe/Paris	46.22377	0.95919		Darnac		75	87	871	87028
3021722	Darmannes	darmannes	FR	52700	160	Europe/Paris	48.16826	5.21609		Darmannes		44	52	521	52167
3021724	Dargoire	dargoire	FR	42800	412	Europe/Paris	45.56208	4.67444		Dargoire		84	42	423	42083
3021725	Dargnies	dargnies	FR	80570	1362	Europe/Paris	50.04144	1.52526		Dargnies		32	80	801	80235
3021727	Dargies	dargies	FR	60210	241	Europe/Paris	49.7018	1.99173		Dargies		32	60	601	60194
3021728	Dareizé	dareize	FR	69490	395	Europe/Paris	45.9029	4.49108		Dareize,Dareizé		84	69	692	69157
3021729	Dardilly	dardilly	FR	69139 CEDEX	8612	Europe/Paris	45.80558	4.75319		Dardii,Dardiji,Dardilly,dardyly,Дардији,Дардії,داردیلی		84	69	691	69072
3021730	Dardez	dardez	FR	27930	177	Europe/Paris	49.08318	1.20729		Dardez		28	27	273	27200
3021733	Dardenac	dardenac	FR	33420	64	Europe/Paris	44.78416	-0.24173		Dardenac,Dardenak,da er de na ke,Дарденак,达尔德纳克		75	33	335	33148
3021739	Darcey	darcey	FR	21150	306	Europe/Paris	47.55155	4.56833		Darcey		27	21	213	21226
3021740	Darbres	darbres	FR	07170	225	Europe/Paris	44.64747	4.505		Darbres		84	07	071	07077
3021741	Darbonnay	darbonnay	FR	39230	100	Europe/Paris	46.81674	5.60418		Darbonnay		27	39	391	39191
3021743	Darazac	darazac	FR	19220	163	Europe/Paris	45.17515	2.08457		Darazac		75	19	192	19069
3021745	Daours	daours	FR	80800	775	Europe/Paris	49.90369	2.4446		Daours,Daur,Dour,duo er,Даур,多尔		32	80	802	80234
3021747	Daoulas	daoulas	FR	29460	1896	Europe/Paris	48.36088	-4.25976		Daoulas,Daoulaz		53	29	291	29043
3021749	Daon	daon	FR	53200	460	Europe/Paris	47.75058	-0.6388		Daon,dang zhen,Даон,当镇		52	53	531	53089
3021750	Danzé	danze	FR	41160	738	Europe/Paris	47.89445	1.02575		Danze,Danzé,dang ze,Данзе,当泽		24	41	412	41073
3021751	Danvou-la-Ferrière	danvou-la-ferriere	FR	14770	175	Europe/Paris	48.95	-0.66667		Danvu la Ferjer,Danvu-la-Fer'er,Danvu-la-Ferr'er,Danvu-la-Ferrer,Dauvau,Davou,dang wu la fu er li ai,Данву ла Ферјер,Данву-ла-Феррьер,Данву-ла-Феррєр,Данву-ла-Ферьер,当武拉弗尔里埃		28	14	144	14027
3021756	Dannevoux	dannevoux	FR	55110	211	Europe/Paris	49.3079	5.23653		Dannevoux		44	55	553	55146
3021757	Dannes	dannes	FR	62187	1286	Europe/Paris	50.58799	1.61381		Dan,Dann,Dannes,da ne,danys,Дан,Данн,دانيس,达讷		32	62	623	62264
3021758	Dannemois	dannemois	FR	91490	713	Europe/Paris	48.45445	2.47863		Danmoa,Dannemois,Dannmua,da nei mu wa,Данмоа,Даннмуа,达内穆瓦		11	91	912	91195
3021759	Dannemoine	dannemoine	FR	89700	449	Europe/Paris	47.89475	3.95645		Danmoan,Dannemoine,Dannmuan,da nei mu wa nei,Данмоан,Даннмуан,达内穆瓦内		27	89	892	89137
3021760	Dannemarie-sur-Crête	dannemarie-sur-crete	FR	25410	1441	Europe/Paris	47.20488	5.87018		Dannemarie,Dannemarie-sur-Crete,Dannemarie-sur-Crête		27	25	251	25195
3021761	Dannemarie	dannemarie	FR	25310	275	Europe/Paris	48.7614	1.60842		Dannemarie		11	78	781	78194
3021762	Dannemarie	dannemarie	FR	25310	2078	Europe/Paris	47.63034	7.11903		Dannemarie		44	68	681	68068
3021763	Dannemarie	dannemarie	FR	25310	101	Europe/Paris	47.39061	6.89537		Dannemarie		27	25	252	25194
3021764	Dannelbourg	dannelbourg	FR	57820	498	Europe/Paris	48.74223	7.23705		Dannelbourg		44	57	575	57169
3021765	Danne	danne	FR	57370	546	Europe/Paris	48.76363	7.29428		Danne,Danne-et-Quatre-Vents		44	57	575	57168
3021767	Danjoutin	danjoutin	FR	90400	3527	Europe/Paris	47.61822	6.86204		Danjoutin		27	90	901	90032
3021768	Danizy	danizy	FR	02800	566	Europe/Paris	49.6657	3.39202		Danizy		32	02	022	02260
3021770	Dangy	dangy	FR	50750	619	Europe/Paris	49.04456	-1.22412		Dangy,Danzhi,dang ji,Данжи,Данжі,当吉		28	50	504	50159
3021771	Dangu	dangu	FR	27720	619	Europe/Paris	49.25312	1.69545		Dangu		28	27	271	27199
3021772	Dangolsheim	dangolsheim	FR	67310	643	Europe/Paris	48.57161	7.4653				44	67	673	67085
3021774	Dangeul	dangeul	FR	72260	536	Europe/Paris	48.2479	0.25733		Dangeul		52	72	722	72112
3021775	Dangers	dangers	FR	28190	401	Europe/Paris	48.5093	1.35083		Dangers		24	28	281	28128
3021777	Dangeau	dangeau	FR	28160	799	Europe/Paris	48.20826	1.28603		Dangeau		24	28	282	28127
3021778	Dangé-Saint-Romain	dange-saint-romain	FR	86220	3373	Europe/Paris	46.93333	0.6		Danzhe Sen Romen,Danzhe-Sen-Romen,dang re sheng luo man,Данже Сен Ромен,Данже-Сен-Ромен,当热圣罗曼		75	86	861	86092
3021780	Danestal	danestal	FR	14430	246	Europe/Paris	49.25	0.01667		Danestal		28	14	143	14218
3021782	Dancy	dancy	FR	28800	183	Europe/Paris	48.15074	1.46387		Dancy		24	28	282	28126
3021783	Dancourt	dancourt	FR	76340	0	Europe/Paris	49.89291	1.54829		Dancourt		28	76	761	76211
3021784	Dancourt-Popincourt	dancourt-popincourt	FR	80700	131	Europe/Paris	49.66667	2.73333				32	80	803	80233
3021785	Dancourt	dancourt	FR	76340	0	Europe/Paris	48.65263	1.58171				24	28	283	28372
3021788	Dancevoir	dancevoir	FR	52210	232	Europe/Paris	47.92615	4.8715		Dancevoir		44	52	521	52165
3021790	Dancé	dance	FR	42260	411	Europe/Paris	48.36291	0.75961		Dance,Dancé		28	61	613	61309
3021791	Dancé	dance	FR	42260	114	Europe/Paris	45.90317	4.02674		Dance,Dancé		84	42	422	42268
3021793	Damvix	damvix	FR	85420	755	Europe/Paris	46.31522	-0.73426		Damvix		52	85	851	85078
3021794	Damvillers	damvillers	FR	55150	701	Europe/Paris	49.34366	5.40111		Damvillers		44	55	553	55145
3021795	Damville	damville	FR	27240	2154	Europe/Paris	48.8693	1.07458		Damville		28	27	272	27198
3021797	Damrémont	damremont	FR	52400	183	Europe/Paris	47.95346	5.64194		Damremont,Damrémont		44	52	522	52164
3021799	Dampvitoux	dampvitoux	FR	54470	75	Europe/Paris	49.01311	5.84206		Dampvitoux		44	54	541	54153
3021800	Dampvalley-Saint-Pancras	dampvalley-saint-pancras	FR	70210	33	Europe/Paris	47.90937	6.19665		Dampvalley,Dampvalley-Saint-Pancras		27	70	701	70200
3021801	Dampvalley-lès-Colombe	dampvalley-les-colombe	FR	70000	124	Europe/Paris	47.6283	6.24528		Dampvalley,Dampvalley-les-Colombe,Dampvalley-lès-Colombe		27	70	702	70199
3021802	Dampsmesnil	dampsmesnil	FR	27630	216	Europe/Paris	49.16751	1.6392		Dampsmesnil		28	27	271	27213
3021803	Damprichard	damprichard	FR	25450	1865	Europe/Paris	47.24413	6.88121		Damprichard		27	25	252	25193
3021805	Dampniat	dampniat	FR	19360	591	Europe/Paris	45.16806	1.63186		Dampniat		75	19	191	19068
3021806	Dampmart	dampmart	FR	77400	3009	Europe/Paris	48.88854	2.74095		Dampmart		11	77	775	77155
3021807	Dampleux	dampleux	FR	02600	382	Europe/Paris	49.24378	3.15279		Dampleux		32	02	024	02259
3021808	Dampjoux	dampjoux	FR	25190	159	Europe/Paris	47.34145	6.75739		Dampjoux		27	25	252	25192
3021809	Dampierre-sur-Salon	dampierre-sur-salon	FR	70180	1192	Europe/Paris	47.55719	5.6797		Dampierre,Dampierre-sur-Salon		27	70	702	70198
3021810	Dampierre-sur-Moivre	dampierre-sur-moivre	FR	51240	89	Europe/Paris	48.89427	4.56059		Dampierre,Dampierre-sur-Moivre		44	51	511	51208
3021812	Dampierre-sur-Linotte	dampierre-sur-linotte	FR	70230	715	Europe/Paris	47.51057	6.2326		Damp'er-sjur-Linot,Damperr-sjur-Linott,Dampierre,Dampierre-sur-Linotte,Dampjer sir Linot,Дампьер-сюр-Линот,Дампєрр-сюр-Лінотт,Дампјер сир Линот		27	70	702	70197
3021813	Dampierre-sur-le-Doubs	dampierre-sur-le-doubs	FR	25420	520	Europe/Paris	47.47472	6.73122		Damperr-sjur-le-Du,Dampierre,Dampierre-sur-le-Doubs,Dampjer sir le Du,lai-du bu he pan dang pi ye er,Дампєрр-сюр-ле-Ду,Дампјер сир ле Ду,莱-杜布河畔当皮耶尔		27	25	252	25191
3021814	Dampierre-sur-Boutonne	dampierre-sur-boutonne	FR	17470	315	Europe/Paris	46.06713	-0.41311		Damp'er-sjur-Buton,Damperr-sjur-Butonn,Dampier syur Buton,Dampierre,Dampierre-sur-Boutonne,Dampjer sir Buton,bu tong he pan dang pi ye er,Дампьер-сюр-Бутон,Дампєрр-сюр-Бутонн,Дампјер сир Бутон,Դամպիեր սյուր Բուտոն,布通河畔当皮耶尔		75	17	175	17138
3021816	Dampierre-sur-Avre	dampierre-sur-avre	FR	28350	630	Europe/Paris	48.76252	1.14933		Dampierre,Dampierre-sur-Avre		24	28	283	28124
3021818	Dampierre-sous-Brou	dampierre-sous-brou	FR	28160	458	Europe/Paris	48.214	1.11356		Dampierre,Dampierre-sous-Brou		24	28	282	28123
3021819	Dampierre-sous-Bouhy	dampierre-sous-bouhy	FR	58310	469	Europe/Paris	47.49869	3.13512		Dampierre,Dampierre-sous-Bouhy		27	58	584	58094
3021820	Dampierre-Saint-Nicolas	dampierre-saint-nicolas	FR	76510	0	Europe/Paris	49.85921	1.2011		Dampierre,Dampierre-Saint-Nicolas		28	76	761	76210
3021821	Dampierre-lès-Conflans	dampierre-les-conflans	FR	70800	273	Europe/Paris	47.84811	6.18304		Dampierre,Dampierre-les-Conflans,Dampierre-lès-Conflans		27	70	701	70196
3021822	Dampierre-les-Bois	dampierre-les-bois	FR	25490	1524	Europe/Paris	47.50639	6.91279		Dampierre,Dampierre-les-Bois		27	25	252	25190
3021882	Damblainville	damblainville	FR	14620	197	Europe/Paris	48.91486	-0.11527		Damblainville		28	14	142	14216
3021883	Damblain	damblain	FR	88320	327	Europe/Paris	48.09584	5.65357		Damblain		44	88	882	88123
3021886	Dambelin	dambelin	FR	25150	400	Europe/Paris	47.37423	6.67441		Dambelen,Dambelin,Damblen,dang bei lan,Дамбелен,Дамблен,当贝兰		27	25	252	25187
3021965	Cuverville	cuverville	FR	14840	1860	Europe/Paris	49.18998	-0.26474		Cuverville		28	14	142	14215
3021823	Dampierre-le-Château	dampierre-le-chateau	FR	51330	106	Europe/Paris	49.00917	4.79493		Damperr-le-Shato,Dampierre,Dampierre-le-Chateau,Dampierre-le-Château,Dampierre-sur-Yevre,Dampierre-sur-Yèvre,Dampjer le Shato,dang pi ye er lai sha tuo,Дампєрр-ле-Шато,Дампјер ле Шато,当皮耶尔莱沙托		44	51	511	51206
3021824	Dampierre-et-Flée	dampierre-et-flee	FR	21310	105	Europe/Paris	47.47383	5.36921		Dampierre-et-Flee,Dampierre-et-Flée,Dampierre-sur-Vingeanne		27	21	212	21225
3021825	Dampierre-en-Montagne	dampierre-en-montagne	FR	21350	72	Europe/Paris	47.43306	4.55783		Dampierre,Dampierre-en-Montagne		27	21	213	21224
3021827	Dampierre-en-Graçay	dampierre-en-gracay	FR	18310	229	Europe/Paris	47.18	1.94305		Dampierre,Dampierre-en-Gracay,Dampierre-en-Graçay		24	18	183	18085
3021828	Dampierre-en-Crot	dampierre-en-crot	FR	18260	238	Europe/Paris	47.46039	2.58352		Dampierre,Dampierre-en-Crot		24	18	181	18084
3021829	Dampierre-en-Burly	dampierre-en-burly	FR	45570	1173	Europe/Paris	47.76143	2.51962		Damperr-an-Bjurli,Dampierre,Dampierre-en-Burly,Dampjer an Birli,bi er li de qu dang pi ye er,Дампєрр-ан-Бюрлі,Дампјер ан Бирли,比尔利地区当皮耶尔		24	45	452	45122
3021830	Dampierre-en-Bresse	dampierre-en-bresse	FR	71310	130	Europe/Paris	46.82704	5.19881		Damp'err-an-Bress,Damperr-an-Bress,Dampierre,Dampierre-en-Bresse,Dampjer an Bres,Дампьерр-ан-Бресс,Дампєрр-ан-Бресс,Дампјер ан Брес		27	71	714	71168
3021831	Dampierre-au-Temple	dampierre-au-temple	FR	51400	241	Europe/Paris	49.0456	4.39234		Dampierre,Dampierre-au-Temple,Mont-Dampierre		44	51	511	51205
3021833	Dampierre-en-Bray	dampierre-en-bray	FR	76220	0	Europe/Paris	49.53333	1.66667		Damp'err-an-Bre,Damperr-an-Bre,Dampjer an Bre,Дампьерр-ан-Бре,Дампєрр-ан-Бре,Дампјер ан Бре		28	76	761	76209
3021834	Dampierre	dampierre	FR	10240	115	Europe/Paris	49.04383	-0.86835		Dampierre		28	14	144	14672
3021835	Dampierre-en-Yvelines	dampierre-en-yvelines	FR	78720	1145	Europe/Paris	48.7	1.98333		Damp'err-an-Ivelin,Damperr-an-Ivlin,Dampjer an Ivlen,Дампьерр-ан-Ивелин,Дампєрр-ан-Івлін,Дампјер ан Ивлен		11	78	782	78193
3021836	Dampierre	dampierre	FR	10240	304	Europe/Paris	48.54968	4.36839		Dampierre,Dampierre-de-l'Aube		44	10	103	10121
3021837	Dampierre	dampierre	FR	10240	0	Europe/Paris	48.24326	1.42891				24	28	282	28259
3021838	Dampierre	dampierre	FR	10240	366	Europe/Paris	47.9541	5.39816		Dampierre		44	52	522	52163
3021839	Dampierre	dampierre	FR	10240	1192	Europe/Paris	47.15498	5.74167		Dampierre		27	39	391	39190
3021840	Dampierre	dampierre	FR	10240	0	Europe/Paris	46.50931	1.62519				24	36	362	36081
3021841	Damparis	damparis	FR	39500	2898	Europe/Paris	47.07556	5.41398		Dampari,Damparis,dang pa li,Дампари,Дампарі,当帕里		27	39	391	39189
3021842	Damouzy	damouzy	FR	08090	464	Europe/Paris	49.79789	4.67613		Damouzy		44	08	081	08137
3021843	Damousies	damousies	FR	59680	0	Europe/Paris	50.21959	4.01341		Damousies		32	59	591	59169
3021844	Dammartin-sur-Tigeaux	dammartin-sur-tigeaux	FR	77163	846	Europe/Paris	48.81933	2.91912		Dammartin,Dammartin-sur-Tigeaux		11	77	771	77154
3021845	Dammartin-sur-Meuse	dammartin-sur-meuse	FR	52140	191	Europe/Paris	47.97852	5.57621		Dammartin,Dammartin-sur-Meuse		44	52	522	52162
3021846	Dammartin-les-Templiers	dammartin-les-templiers	FR	25110	201	Europe/Paris	47.29121	6.26638		Dammartin,Dammartin-les-Templiers		27	25	251	25189
3021847	Dammartin-en-Serve	dammartin-en-serve	FR	78111	997	Europe/Paris	48.90324	1.61954		Damarten an Serv,Dammarten-an-Serv,Dammartin,Dammartin-en-Serve,Дамартен ан Серв,Даммартен-ан-Серв		11	78	781	78192
3021848	Dammartin-en-Goële	dammartin-en-goele	FR	77230	8552	Europe/Paris	49.05423	2.67777		Damarten an Goel,Dammarten-an-Goel',Dammartin,damartan awn ghwyl,damarutan=an=goeru,Дамартен ан Гоел,Даммартен-ан-Гоель,דמרטן-אן-גואל,دامارتان أون غويل,ダマルタン＝アン＝ゴエル		11	77	771	77153
3021849	Dammartin-Marpain	dammartin-marpain	FR	39290	234	Europe/Paris	47.25	5.53333				27	39	391	39188
3021850	Dammarie-sur-Saulx	dammarie-sur-saulx	FR	55500	401	Europe/Paris	48.59306	5.23897		Dammarie,Dammarie-sur-Saulx		44	55	551	55144
3021851	Dammarie-sur-Loing	dammarie-sur-loing	FR	45230	509	Europe/Paris	47.78333	2.88124		Damari si Loan,Dammari-sjur-Luen,Dammarie,Dammarie-sur-Loing,lu wan he pan da ma li ye,Дамари си Лоан,Даммарі-сюр-Луен,卢万河畔达马里耶		24	45	451	45121
3021852	Dammarie-les-Lys	dammarie-les-lys	FR	77187 CEDEX	21066	Europe/Paris	48.51667	2.65		Dammarie,Dammarie-les-Fontaines		11	77	772	77152
3021853	Dammarie-en-Puisaye	dammarie-en-puisaye	FR	45420	164	Europe/Paris	47.62638	2.87247		Damari an Pizaj,Dammari-an-Pjuize,Dammarie,Dammarie-en-Puisaye,pi yi sai ai de qu da ma li ye,Дамари ан Пизај,Даммарі-ан-Пюїзе,皮伊赛埃地区达马里耶		24	45	451	45120
3021854	Dammarie	dammarie	FR	28360	1432	Europe/Paris	48.34314	1.49444		Dammarie		24	28	281	28122
3021855	Dammard	dammard	FR	02470	417	Europe/Paris	49.14518	3.19759		Dammard		32	02	024	02258
3021856	Damloup	damloup	FR	55400	133	Europe/Paris	49.20133	5.49156		Damloup		44	55	553	55143
3021859	Damigny	damigny	FR	61250	3020	Europe/Paris	48.45	0.06667				28	61	611	61143
3021860	Damiatte	damiatte	FR	81220	801	Europe/Paris	43.65347	1.9769		Damiatte		76	81	812	81078
3021861	Damgan	damgan	FR	56750	1415	Europe/Paris	47.51981	-2.57781		Dagman,Damgan,dang gang,Дамган,当冈		53	56	563	56052
3021865	Damery	damery	FR	51480	187	Europe/Paris	49.73118	2.74239		Damery		32	80	803	80232
3021866	Damery	damery	FR	51480	1389	Europe/Paris	49.07238	3.88036		Damery		44	51	512	51204
3021867	Damerey	damerey	FR	71620	508	Europe/Paris	46.83405	4.99025		Damerey		27	71	712	71167
3021868	Daméraucourt	dameraucourt	FR	60210	173	Europe/Paris	49.7	1.91667				32	60	601	60193
3021869	Dame-Marie-les-Bois	dame-marie-les-bois	FR	37110	334	Europe/Paris	47.54019	1.03187		Dam Mari le Boa,Dam-Mari-le-Bua,Dame-Marie,Dame-Marie-les-Bois,sen lin da mei-ma li ye,Дам Мари ле Боа,Дам-Марі-ле-Буа,森林达梅-马里耶		24	37	373	37095
3021870	Dame-Marie	dame-marie	FR	27160	94	Europe/Paris	48.80622	0.99537		Dame-Marie		28	27	272	27578
3021871	Dame-Marie	dame-marie	FR	27160	180	Europe/Paris	48.35518	0.61543		Dame-Marie		28	61	613	61142
3021872	Damelevières	damelevieres	FR	54360	2860	Europe/Paris	48.5593	6.38453		Damelevieres,Damelevières		44	54	542	54152
3021881	Dambron	dambron	FR	28140	106	Europe/Paris	48.11367	1.87013		Dambron		24	28	282	28121
3021888	Dambach-la-Ville	dambach-la-ville	FR	67650	2087	Europe/Paris	48.32379	7.42547		Dambach,Dambak-la-Vil',Dambakh la Vil,Dambch,dambatsh la fyl,dang ba ke la wei er,Дамбак-ла-Виль,Дамбак-ла-Віль,Дамбах ла Вил,دامباتش لا فيل,当巴克拉维尔		44	67	675	67084
3021889	Dambach	dambach	FR	67110	771	Europe/Paris	49.00462	7.62868		Dambach,Dambakh,Дамбах		44	67	672	67083
3021890	Damazan	damazan	FR	47160	1386	Europe/Paris	44.29053	0.27502		Damasan,Damazan,Damazan-le-Republicain,Damazan-le-Républicain,da ma cang,Дамазан,达马藏		75	47	474	47078
3021891	Damas-et-Bettegney	damas-et-bettegney	FR	88270	387	Europe/Paris	48.21058	6.2626		Damas,Damas-et-Bettegney		44	88	881	88122
3021892	Damas-aux-Bois	damas-aux-bois	FR	88330	243	Europe/Paris	48.39642	6.45362		Damas,Damas-aux-Bois		44	88	881	88121
3021894	Daluis	daluis	FR	06470	137	Europe/Paris	44.02439	6.80948		Dali,Daljui,Dalueis,Daluis,Daluèis,Dalvisium,da lu yi,dalwys,Дали,Далюи,Далюї,دالويس,达吕伊		93	06	062	06053
3021895	Dalstein	dalstein	FR	57320	229	Europe/Paris	49.30702	6.40852		Dalstein		44	57	573	57167
3021896	Dalou	dalou	FR	09120	671	Europe/Paris	43.03384	1.64087		Dalou		76	09	091	09104
3021901	Dallon	dallon	FR	02680	407	Europe/Paris	49.82099	3.24108		Dallon		32	02	023	02257
3021902	Dallet	dallet	FR	63111	1229	Europe/Paris	45.77047	3.23875		Dale,Dalet,Dalle,Dallet,Dalèt,da lai,Дале,Далле,达莱		84	63	632	63226
3021904	Dalhunden	dalhunden	FR	67770	0	Europe/Paris	48.77497	7.99118				44	67	672	67082
3021905	Dalhain	dalhain	FR	57340	112	Europe/Paris	48.88896	6.56109		Dalen,Dalhain,Dalkhajn,da yan,daln,Дален,Далхајн,دالن,达延		44	57	575	57166
3021907	Dalem	dalem	FR	57550	598	Europe/Paris	49.24074	6.61162		Dalem		44	57	573	57165
3021909	Daix	daix	FR	21121	1452	Europe/Paris	47.35081	5.00052		Daix		27	21	212	21223
3021910	Dainville-Bertheléville	dainville-bertheleville	FR	55130	140	Europe/Paris	48.43996	5.51098		Dainville,Dainville-Bertheleville,Dainville-Bertheléville		44	55	552	55142
3021911	Dainville	dainville	FR	62000	5587	Europe/Paris	50.28097	2.72603		Dainville		32	62	621	62263
3021914	Daillecourt	daillecourt	FR	52240	91	Europe/Paris	48.07572	5.50529		Daillecourt		44	52	521	52161
3021915	Daillancourt	daillancourt	FR	52110	82	Europe/Paris	48.30226	4.95313		Daillancourt		44	52	521	52160
3021917	Daigny	daigny	FR	08140	348	Europe/Paris	49.70337	4.9918		Daigny		44	08	083	08136
3021918	Daignac	daignac	FR	33420	443	Europe/Paris	44.79972	-0.24915		Daignac,Danhac,Den'jak,Denak,dai ni ya ke,Деньяк,Дењак,代尼亚克		75	33	335	33147
3021920	Dahlenheim	dahlenheim	FR	67310	628	Europe/Paris	48.58602	7.50706		Dahlenheim		44	67	673	67081
3021924	Dagonville	dagonville	FR	55500	79	Europe/Paris	48.79221	5.39476		Dagonville		44	55	552	55141
3021925	Dagny-Lambercy	dagny-lambercy	FR	02140	158	Europe/Paris	49.77088	4.04361		Dagny,Dagny-Lambercy		32	02	025	02256
3021926	Dagny	dagny	FR	77320	350	Europe/Paris	48.71743	3.17136		Dagny		11	77	771	77151
3021927	Dagneux	dagneux	FR	01120	4098	Europe/Paris	45.8514	5.0778		Dagnieu,Dan'e,Dan'jo,Dane,Danyo,da ni e,danyyw,Даньё,Даньє,Дање,Դանյո,دانييو,达尼厄		84	01	012	01142
3021928	Daglan	daglan	FR	24250	571	Europe/Paris	44.74191	1.19282		Daglan		75	24	244	24150
3021930	Dadonville	dadonville	FR	45300	2014	Europe/Paris	48.15776	2.2715		Dadonvil,Dadonvil',Dadonville,da dong wei er,Дадонвил,Дадонвіль,达东维尔		24	45	453	45119
3021931	Dachstein	dachstein	FR	67120	1339	Europe/Paris	48.56127	7.53233				44	67	673	67080
3021933	Dabo	dabo	FR	57850	2875	Europe/Paris	48.65373	7.23611		Dabo,Dagesburg,Dagisburgum,Dagsbourg,Dagsburg,Dockschbuerj		44	57	575	57163
3021935	Cysoing	cysoing	FR	59830	4344	Europe/Paris	50.56939	3.21627		Cysoing,Kizoan,Sizuehn,Sizuen,xi su wan,Кизоан,Сизуен,Сизуэн,Сізуен,锡苏万		32	59	595	59168
3021936	Cys-la-Commune	cys-la-commune	FR	02220	136	Europe/Paris	49.39262	3.57154		Cys,Cys-la-Commune		32	02	024	02255
3021938	Cuzy	cuzy	FR	71320	127	Europe/Paris	46.76012	4.03155		Cuzy		27	71	713	71166
3021941	Cuzorn	cuzorn	FR	47500	915	Europe/Paris	44.54543	0.94828		Cuzorn		75	47	473	47077
3021943	Cuzion	cuzion	FR	36190	508	Europe/Paris	46.47924	1.60685		Cuzion,Kizion,Kjuz'jon,Kjuz'on,qu qi weng,Кизион,Кюзьйон,Кюзьон,屈齐翁		24	36	362	36062
3021944	Cuzieu	cuzieu	FR	01300	334	Europe/Paris	45.81737	5.68431		Cuzieu		84	01	011	01141
3021945	Cuzieu	cuzieu	FR	01300	1403	Europe/Paris	45.60764	4.25761		Cuzieu		84	42	421	42081
3021947	Cuzance	cuzance	FR	46600	402	Europe/Paris	44.96416	1.53906		Cuzance		76	46	463	46086
3021948	Cuzac	cuzac	FR	46270	206	Europe/Paris	44.57916	2.14285		Cuzac		76	46	462	46085
3021949	Cuy-Saint-Fiacre	cuy-saint-fiacre	FR	76220	0	Europe/Paris	49.51316	1.69832		Cuy,Cuy-Saint-Fiacre		28	76	761	76208
3021951	Cuy	cuy	FR	60310	223	Europe/Paris	49.58511	2.90368		Cuy		32	60	603	60192
3021952	Cuy	cuy	FR	60310	663	Europe/Paris	48.25752	3.26611		Cuy		27	89	893	89136
3021953	Cuxac-d'Aude	cuxac-d-aude	FR	11590	0	Europe/Paris	43.24629	2.99889		Cuxac,Cuxac-d'Aude		76	11	113	11116
3021954	Cuxac-Cabardès	cuxac-cabardes	FR	11390	1016	Europe/Paris	43.37081	2.28324		Cuccac de Cabardes,Cucçac de Cabardés,Cuxac,Cuxac-Cabardes,Cuxac-Cabardès,Kiksak Kabarde,Kjuksak-Kabardes,qu ke sa ke ka ba er dai,Киксак Кабарде,Кюксак-Кабардес,屈克萨克卡巴尔代		76	11	111	11115
3021955	Cuvry	cuvry	FR	57420	642	Europe/Paris	49.04304	6.15878		Cuvry,Kivri,Kjuvri,kwwry,qu fu li,Киври,Кюври,Кюврі,کووری,屈夫里		44	57	579	57162
3021957	Cuvilly	cuvilly	FR	60490	557	Europe/Paris	49.55406	2.69467		Cuvilly		32	60	603	60191
3021958	Cuvillers	cuvillers	FR	59268	177	Europe/Paris	50.22287	3.23919		Cuvillers		32	59	592	59167
3021959	Cuvier	cuvier	FR	39250	176	Europe/Paris	46.82683	6.06871		Cuvier		27	39	392	39187
3021960	Cuves	cuves	FR	50670	374	Europe/Paris	48.71848	-1.10693		Cuves		28	50	501	50158
3021961	Cuves	cuves	FR	50670	20	Europe/Paris	48.09455	5.43744		Cuves		44	52	521	52159
3021962	Cuverville-sur-Yères	cuverville-sur-yeres	FR	76260	179	Europe/Paris	49.8	1.4		Cuverville,Cuverville-sur-Yeres,Cuverville-sur-Yères		28	76	761	76207
3021963	Cuverville	cuverville	FR	14840	301	Europe/Paris	49.66393	0.26387		Cuverville		28	76	762	76206
3021964	Cuverville	cuverville	FR	14840	170	Europe/Paris	49.28489	1.37362		Cuverville		28	27	271	27194
3021966	Cuvergnon	cuvergnon	FR	60620	314	Europe/Paris	49.17432	2.98942		Cuvergnon,Kivernon,Kjuvern'on,qu wei er ni weng,Киверњон,Кюверньон,屈韦尔尼翁		32	60	604	60190
3021968	Cuve	cuve	FR	70800	154	Europe/Paris	47.90264	6.22148		Cuve		27	70	701	70194
3021969	Cuvat	cuvat	FR	74350	856	Europe/Paris	45.97592	6.11835		Cuval,Cuvat		84	74	741	74098
3021970	Cuttura	cuttura	FR	39170	355	Europe/Paris	46.41573	5.80928		Cuttura		27	39	393	39491
3021971	Cutting	cutting	FR	57260	150	Europe/Paris	48.84905	6.8361		Cutting		44	57	575	57161
3021972	Cuts	cuts	FR	60400	902	Europe/Paris	49.53156	3.09848		Cuts		32	60	603	60189
3021973	Cutry	cutry	FR	02600	933	Europe/Paris	49.48354	5.74348		Cutry		44	54	541	54151
3021974	Cutry	cutry	FR	02600	100	Europe/Paris	49.34683	3.17788		Cutry		32	02	024	02254
3021976	Cuttoli-Corticchiato	cuttoli-corticchiato	FR	20167	1533	Europe/Paris	41.98333	8.91667				94	2A	2A1	2A103
3021977	Cusy	cusy	FR	74540	0	Europe/Paris	47.76582	4.15885		Cusy		27	89	892	89005
3021978	Cusy	cusy	FR	74540	1402	Europe/Paris	45.76603	6.02825		Cusy		84	74	741	74097
3021980	Custines	custines	FR	54670	3056	Europe/Paris	48.79127	6.14461		Custines,Port-sur-Moselle		44	54	543	54150
3021981	Cussy-les-Forges	cussy-les-forges	FR	89420	331	Europe/Paris	47.47071	4.02762		Cussy,Cussy-les-Forges		27	89	892	89134
3021982	Cussy-le-Châtel	cussy-le-chatel	FR	21230	104	Europe/Paris	47.16595	4.58714		Cussy,Cussy-le-Chatel,Cussy-le-Châtel,Cussy-sur-Arroux		27	21	211	21222
3021983	Cussy-la-Colonne	cussy-la-colonne	FR	21360	42	Europe/Paris	47.04096	4.6412		Cussy,Cussy-la-Colonne		27	21	211	21221
3021984	Cussy-en-Morvan	cussy-en-morvan	FR	71550	465	Europe/Paris	47.09	4.16381		Cussy,Cussy-en-Morvan,Cussy-en-Morvand		27	71	711	71165
3021985	Cussy	cussy	FR	14400	161	Europe/Paris	49.28428	-0.76334		Cussy		28	14	141	14214
3021986	Cussy	cussy	FR	14400	0	Europe/Paris	46.8921	3.18143				27	58	583	58152
3021990	Cussey-sur-l'Ognon	cussey-sur-l-ognon	FR	25870	66	Europe/Paris	47.33896	5.9389		Cussey,Cussey-sur-l'Ognon		27	25	251	25186
3021991	Cussey-les-Forges	cussey-les-forges	FR	21580	131	Europe/Paris	47.64229	5.07833		Cussey,Cussey-les-Forges		27	21	212	21220
3021993	Cusset	cusset	FR	03300	14562	Europe/Paris	46.13452	3.45639		Cucet,Cusset,Cussetium,Kise,Kjusse,qu sai,Кисе,Кюссе,屈塞		84	03	033	03095
3021995	Cussay	cussay	FR	37240	583	Europe/Paris	47.02426	0.78852		Cussay		24	37	373	37094
3021997	Cussangy	cussangy	FR	10210	204	Europe/Paris	48.02076	4.10408		Cussangy,Kisanzhi,Kjussanzhi,qu sang ji,Кисанжи,Кюссанжи,Кюссанжі,屈桑吉		44	10	103	10120
3021999	Cussac	cussac	FR	15430	1234	Europe/Paris	45.70677	0.84974		Cussac		75	87	873	87054
3022000	Cussac	cussac	FR	15430	0	Europe/Paris	45.48333	2.23333				75	19	193	19180
3022001	Cussac	cussac	FR	15430	0	Europe/Paris	45.18333	2.26667				84	15	152	15046
3022002	Cussac-Fort-Médoc	cussac-fort-medoc	FR	33460	1473	Europe/Paris	45.11667	-0.73333				75	33	334	33146
3022003	Cussac-sur-Loire	cussac-sur-loire	FR	43370	1469	Europe/Paris	44.98807	3.88416				84	43	432	43084
3022004	Cussac	cussac	FR	15430	0	Europe/Paris	44.98371	2.93255		Cussac		84	15	153	15059
3022005	Cussac	cussac	FR	15430	0	Europe/Paris	44.83782	0.85773				75	24	241	24068
3022006	Cusey	cusey	FR	52190	232	Europe/Paris	47.63037	5.34147		Cusey		44	52	522	52158
3022007	Cuse-et-Adrisans	cuse-et-adrisans	FR	25680	217	Europe/Paris	47.47934	6.3921		Cuse,Cuse-et-Adrisans		27	25	251	25184
3022008	Cusance	cusance	FR	25110	80	Europe/Paris	47.3237	6.42323		Kizans,Kjuzans,qu sang ke,Кизанс,Кюзанс,屈桑克		27	25	251	25183
3022009	Curzon	curzon	FR	85540	380	Europe/Paris	46.44792	-1.30863		Curzon		52	85	853	85077
3022081	Cumont	cumont	FR	82500	0	Europe/Paris	44.9463	0.92082		Cumont,Gumont		75	24	244	24067
3022012	Curzay-sur-Vonne	curzay-sur-vonne	FR	86600	465	Europe/Paris	46.49046	0.04424		Curzay,Curzay-sur-Vonne,Kirze sir Von,Kjurze-sjur-Vonn,wo na he pan qu er ze,Кирзе сир Вон,Кюрзе-сюр-Вонн,沃纳河畔屈尔泽		75	86	863	86091
3022014	Curvalle	curvalle	FR	81250	519	Europe/Paris	43.92715	2.54454		Curvalle		76	81	811	81077
3022017	Curtil-Vergy	curtil-vergy	FR	21220	88	Europe/Paris	47.16944	4.88904		Curtil,Curtil-Vergy		27	21	211	21219
3022018	Curtil-sous-Burnand	curtil-sous-burnand	FR	71460	137	Europe/Paris	46.58262	4.63332		Courtil-sous Burnand,Curtil,Curtil-sous-Burnand		27	71	712	71164
3022019	Curtil-sous-Buffières	curtil-sous-buffieres	FR	71520	81	Europe/Paris	46.40155	4.52797		Curtil,Curtil-sous-Buffieres,Curtil-sous-Buffières		27	71	715	71163
3022020	Curtil-Saint-Seine	curtil-saint-seine	FR	21380	113	Europe/Paris	47.4495	4.92769		Curtil,Curtil-Saint-Seine		27	21	212	21218
3022022	Curtafond	curtafond	FR	01310	648	Europe/Paris	46.27313	5.08839		Curtafond		84	01	012	01140
3022023	Cursan	cursan	FR	33670	459	Europe/Paris	44.80324	-0.33785		Cursan		75	33	332	33145
3022026	Curnier	curnier	FR	26110	214	Europe/Paris	44.38274	5.23031		Curnier		84	26	262	26112
3022027	Curmont	curmont	FR	52330	11	Europe/Paris	48.25888	4.9542		Curmont		44	52	521	52157
3022028	Curmont	curmont	FR	52330	0	Europe/Paris	45.56182	0.96367				75	24	242	24133
3022029	Curlu	curlu	FR	80360	112	Europe/Paris	49.96508	2.81706		Curlu,Kirli,Kjurlju,qu er lu,Кирли,Кюрлю,屈尔吕		32	80	804	80231
3022030	Curley	curley	FR	21220	123	Europe/Paris	47.20179	4.90598		Curley		27	21	211	21217
3022032	Curis-au-Mont-d'Or	curis-au-mont-d-or	FR	69250	0	Europe/Paris	45.87024	4.82115		Curis,Curis-au-Mont-d'Or,Curis-au-Mont-dOr,Curis-au-Mont-d’Or		84	69	691	69071
3022034	Curières	curieres	FR	12210	286	Europe/Paris	44.65273	2.86563		Curieres,Curières		76	12	122	12088
3022035	Curienne	curienne	FR	73190	663	Europe/Paris	45.56664	6.00801		Curienne,Kirjen,Kjurenn,Кирјен,Кюрєнн		84	73	732	73097
3022036	Curgy	curgy	FR	71400	1149	Europe/Paris	46.98714	4.38452		Curgy,Kirzhi,Kjurzhi,Киржи,Кюржи,Кюржі		27	71	711	71162
3022037	Curgies	curgies	FR	59990	1184	Europe/Paris	50.32975	3.60299		Curgies		32	59	596	59166
3022043	Cures	cures	FR	72240	491	Europe/Paris	48.10053	-0.0047		Cures		52	72	722	72111
3022044	Curemonte	curemonte	FR	19500	231	Europe/Paris	45.00091	1.74281		Curemonte		75	19	191	19067
3022045	Curel	curel	FR	04200	426	Europe/Paris	48.49123	5.13667		Curel		44	52	523	52156
3022046	Curel	curel	FR	04200	60	Europe/Paris	44.17708	5.66149		Curel		93	04	044	04067
3022052	Curdin	curdin	FR	71130	322	Europe/Paris	46.59667	3.99535		Curdin		27	71	713	71161
3022053	Curcy-sur-Orne	curcy-sur-orne	FR	14220	402	Europe/Paris	49.00837	-0.51814		Curcy,Curcy-sur-Orne		28	14	142	14689
3022054	Curciat-Dongalon	curciat-dongalon	FR	01560	439	Europe/Paris	46.47467	5.15862		Curciat,Curciat-Dongalon		84	01	012	01139
3022055	Curchy	curchy	FR	80190	305	Europe/Paris	49.77521	2.85809		Curchy		32	80	804	80230
3022056	Curçay-sur-Dive	curcay-sur-dive	FR	86120	234	Europe/Paris	47.01295	-0.0562		Curcay,Curcay-sur-Dive,Curçay,Curçay-sur-Dive,Kirse sir Div,Kjurse-sjur-Div,di wo he pan qu er sai,Кирсе сир Див,Кюрсе-сюр-Дів,迪沃河畔屈尔赛		75	86	861	86090
3022057	Curbigny	curbigny	FR	71800	320	Europe/Paris	46.30793	4.31038		Curbigny		27	71	713	71160
3022058	Curbans	curbans	FR	05110	332	Europe/Paris	44.42764	6.03723		Curbans,Kirban,Kjurban,qu er bang,Кирбан,Кюрбан,屈尔邦		93	04	044	04066
3022059	Curan	curan	FR	12410	316	Europe/Paris	44.20008	2.85429		Curan,Curanh,Kiran,Kjuran,qu lang,Киран,Кюран,屈朗		76	12	121	12307
3022061	Curac	curac	FR	16210	119	Europe/Paris	45.29465	0.02616		Curac,Kirak,Kjurak,qu la ke,Кирак,Кюрак,屈拉克		75	16	161	16117
3022062	Cuqueron	cuqueron	FR	64360	242	Europe/Paris	43.31741	-0.55248		Cuqueron,Kikeron,Kjukeron,qu ke long,Кикерон,Кюкерон,屈科龙		75	64	643	64197
3022063	Cuq-Toulza	cuq-toulza	FR	81470	553	Europe/Paris	43.55	1.88333		Cuq-Toulza		76	81	812	81076
3022064	Cuq	cuq	FR	47220	231	Europe/Paris	44.08309	0.69838		Cuq		75	47	471	47076
3022065	Cuq	cuq	FR	47220	459	Europe/Paris	43.64995	2.09548		Cuq		76	81	812	81075
3022066	Cuperly	cuperly	FR	51400	180	Europe/Paris	49.06223	4.43229		Cuperly		44	51	511	51203
3022068	Cuon	cuon	FR	49150	499	Europe/Paris	47.4804	-0.09753		Cuon		52	49	493	49018
3022071	Cunlhat	cunlhat	FR	63590	1418	Europe/Paris	45.63198	3.55927		Cunlhac,Cunlhat,Kenja,Kenla,Kinla,kan la,Кенла,Кеня,Кинла,坎拉		84	63	631	63132
3022074	Cunfin	cunfin	FR	10360	203	Europe/Paris	48.04089	4.66781		Cunfin		44	10	103	10119
3022075	Cunelières	cunelieres	FR	90150	241	Europe/Paris	47.62711	6.99776		Cunelieres,Cunelières		27	90	901	90031
3022076	Cunel	cunel	FR	55110	16	Europe/Paris	49.33638	5.11538		Cunel		44	55	553	55140
3022077	Cunèges	cuneges	FR	24240	273	Europe/Paris	44.77965	0.37284		Cuneges,Cunèges		75	24	241	24148
3022078	Cuncy-lès-Varzy	cuncy-les-varzy	FR	58210	144	Europe/Paris	47.3738	3.45905		Cuncy,Cuncy-les-Varzy,Cuncy-lès-Varzy		27	58	582	58093
3022079	Cunac	cunac	FR	81990	1227	Europe/Paris	43.92846	2.22052		Cunac		76	81	811	81074
3022082	Cumont	cumont	FR	82500	62	Europe/Paris	43.87463	0.90157		Cumont		76	82	821	82047
3022084	Cumiès	cumies	FR	11410	42	Europe/Paris	43.29582	1.84123		Cumies,Cumiès,Cumiés		76	11	111	11114
3022085	Cumières	cumieres	FR	51480	868	Europe/Paris	49.07238	3.92726		Cumieres,Cumières		44	51	512	51202
3022090	Cultures	cultures	FR	48230	114	Europe/Paris	44.49287	3.37807		Cultures		76	48	482	48055
3022092	Cult	cult	FR	70150	162	Europe/Paris	47.31375	5.73805		Cult		27	70	702	70193
3022093	Culoz	culoz	FR	01350	2893	Europe/Paris	45.84886	5.78537		Culoz,Kilo,Kjulo,Kyuloz,kwlwz,qu luo,Кило,Кюло,Կյուլոզ,كولوز,屈洛		84	01	011	01138
3022096	Culmont	culmont	FR	52600	580	Europe/Paris	47.82277	5.44233		Culmont		44	52	522	52155
3022097	Cully	cully	FR	14480	0	Europe/Paris	49.25	0.53333				28	27	272	27475
3022098	Culles-les-Roches	culles-les-roches	FR	71460	202	Europe/Paris	46.65238	4.65345		Culles,Culles-les-Roches		27	71	712	71159
3022099	Culin	culin	FR	38300	613	Europe/Paris	45.52439	5.25233		Culin		84	38	383	38141
3022100	Culhat	culhat	FR	63350	1024	Europe/Paris	45.86259	3.33676		Culhat		84	63	635	63131
3022101	Culey-le-Patry	culey-le-patry	FR	14220	336	Europe/Paris	48.95159	-0.53134		Culey,Culey-le-Patry		28	14	142	14211
3022102	Culey	culey	FR	55000	474	Europe/Paris	48.7557	5.26547		Culey		44	55	551	55138
3022103	Culêtre	culetre	FR	21230	52	Europe/Paris	47.14738	4.57631		Culetre,Culêtre		27	21	211	21216
3022107	Culan	culan	FR	18270	832	Europe/Paris	46.54857	2.34962		Arnon-Libre,Culan,Culant,Henrichemont,Kilan,Kjulan,qu lang,Килан,Кюлан,屈朗		24	18	182	18083
3022111	Cuisy-en-Almont	cuisy-en-almont	FR	02200	352	Europe/Paris	49.41821	3.24584		Cuisy,Cuisy-en-Almont,Guisy-en-Almont		32	02	024	02253
3022112	Cuisy	cuisy	FR	55270	46	Europe/Paris	49.26762	5.17932		Cuisy		44	55	553	55137
3022113	Cuisy	cuisy	FR	55270	408	Europe/Paris	49.01984	2.77314		Cuisy		11	77	771	77150
3022114	Cuissy-et-Geny	cuissy-et-geny	FR	02160	59	Europe/Paris	49.41	3.70202		Cuissy-et-Geny		32	02	022	02252
3022117	Cuissai	cuissai	FR	61250	453	Europe/Paris	48.47049	0.01596		Cuissai		28	61	611	61141
3022118	Cuisles	cuisles	FR	51700	0	Europe/Paris	49.13012	3.77345		Cuisles		44	51	513	51201
3022120	Cuisia	cuisia	FR	39190	381	Europe/Paris	46.53755	5.40304		Cuisia		27	39	392	39185
3022121	Cuisery	cuisery	FR	71290	1638	Europe/Paris	46.55696	4.99797		Cuisery,Kizeri,Kjuizeri,Кизери,Кюизери,Кюїзері		27	71	714	71158
3022122	Cuiserey	cuiserey	FR	21310	88	Europe/Paris	47.37239	5.32238		Cuiserey		27	21	212	21215
3022123	Cuise-la-Motte	cuise-la-motte	FR	60350	2478	Europe/Paris	49.38642	3.00588		Cuise,Cuise-la-Motte		32	60	603	60188
3022124	Cuiseaux	cuiseaux	FR	71480	1762	Europe/Paris	46.49473	5.38931		Cuiseaux,Kizo,Kjuizo,Кизо,Кюизо,Кюїзо		27	71	714	71157
3022126	Cuis	cuis	FR	51530	390	Europe/Paris	48.99759	3.96755		Cuis		44	51	512	51200
3022127	Cuiry-lès-Chaudardes	cuiry-les-chaudardes	FR	02160	42	Europe/Paris	49.38583	3.77083		Cuiry,Cuiry-les-Chaudardes,Cuiry-lès-Chaudardes		32	02	022	02250
3022128	Cuiry-lès-Iviers	cuiry-les-iviers	FR	02360	0	Europe/Paris	49.76667	4.1		Cuiry		32	02	025	02251
3022129	Cuiry-Housse	cuiry-housse	FR	02220	112	Europe/Paris	49.29655	3.49249		Cuiry-Housse		32	02	024	02249
3022130	Cuirieux	cuirieux	FR	02350	144	Europe/Paris	49.68118	3.81565		Cuirieux		32	02	022	02248
3022132	Cuinzier	cuinzier	FR	42460	574	Europe/Paris	46.12712	4.26766		Cuinzier		84	42	422	42079
3022133	Cuincy	cuincy	FR	59553	7048	Europe/Paris	50.37933	3.05301		Cuincy		32	59	593	59165
3022134	Cuinchy	cuinchy	FR	62149	1696	Europe/Paris	50.5175	2.7488		Cuinchy,Kinshi,Kjuenshi,kwyntshy,qu an xi,Кинши,Кюенши,Кюенші,كوينتشي,屈安希		32	62	622	62262
3022136	Cuillé	cuille	FR	53540	897	Europe/Paris	47.97052	-1.11932		Cuille,Cuillé		52	53	531	53088
3022138	Cuigy-en-Bray	cuigy-en-bray	FR	60850	936	Europe/Paris	49.4265	1.82662		Cuigy,Cuigy-en-Bray		32	60	601	60187
3022139	Cuignières	cuignieres	FR	60130	185	Europe/Paris	49.45145	2.47302		Cuignieres,Cuignières,Kinijer,Kjuin'er,qu yi ni ai,Кињијер,Кюїньєр,屈伊尼埃		32	60	602	60186
3022141	Cuhon	cuhon	FR	86110	347	Europe/Paris	46.75712	0.09636		Cuhon,Kion,Kjuon,qu weng,Кион,Кюон,屈翁		75	86	863	86089
3022143	Cuguron	cuguron	FR	31210	198	Europe/Paris	43.09986	0.5404		Cuguron		76	31	312	31158
3022144	Cuguen	cuguen	FR	35270	0	Europe/Paris	48.4497	-1.6624		Kigen,Kjugen,Kugenn,qu gai en,Киген,Кюген,屈盖恩		53	35	354	35092
3022146	Cugny	cugny	FR	02480	510	Europe/Paris	49.70761	3.15266		Cugny		32	02	023	02246
3022147	Cugny	cugny	FR	02480	0	Europe/Paris	48.31779	2.77095				11	77	774	77202
3022149	Cugney	cugney	FR	70700	159	Europe/Paris	47.36583	5.71908		Cugney		27	70	702	70192
3022222	Crupies	crupies	FR	26460	96	Europe/Paris	44.5546	5.17074		Crupies		84	26	262	26111
3022151	Cugnaux	cugnaux	FR	31270	15393	Europe/Paris	43.53635	1.34428		Cugnaux-Vingtcasses,Cunhaus,Kino,Kjun'o,qu ni ao,Кињо,Кюньо,屈尼奥		76	31	313	31157
3022152	Cuges-les-Pins	cuges-les-pins	FR	13780	3919	Europe/Paris	43.27607	5.69955		Cuges,Cuges-les-Pins		93	13	133	13030
3022153	Cugand	cugand	FR	85610	3189	Europe/Paris	47.06353	-1.25463		Cugand,Kigan,Kjugan,Kugant,qu gang,Киган,Кюган,屈冈		52	85	852	85076
3022154	Cuffy	cuffy	FR	18150	1107	Europe/Paris	46.96275	3.05238		Cuffy		24	18	182	18082
3022155	Cuffies	cuffies	FR	02880	1649	Europe/Paris	49.40358	3.32119		Cuffies		32	02	024	02245
3022158	Cuers	cuers	FR	83390	8869	Europe/Paris	43.23754	6.07178		Cuer,Cuers,Ker,Kjuehr,Kjuers,qu ai er,Кер,Кюерс,Кюэр,屈埃尔		93	83	832	83049
3022159	Cuélas	cuelas	FR	32300	111	Europe/Paris	43.3516	0.45315		Cuelas,Cuélas		76	32	323	32114
3022161	Cuébris	cuebris	FR	06910	188	Europe/Paris	43.88677	7.01952		Cuebris,Cuébris		93	06	062	06052
3022162	Cudot	cudot	FR	89116	283	Europe/Paris	47.98444	3.17953		Cudot,Kido,Kjudo,qu duo,Кидо,Кюдо,屈多		27	89	893	89133
3022163	Cudos	cudos	FR	33430	729	Europe/Paris	44.38888	-0.21973		Cudos		75	33	333	33144
3022164	Cucuron	cucuron	FR	84160	1927	Europe/Paris	43.77298	5.43858		Cucuron,Kikiron,Kjukjuron,qu qu long,Кикирон,Кюкюрон,屈屈龙		93	84	841	84042
3022166	Cucugnan	cucugnan	FR	11350	120	Europe/Paris	42.85083	2.60235	360	Cucugnan,Cucunhan,Kikinan,Kjukjun'jan,qu qu ni ang,Кикињан,Кюкюньян,屈屈尼昂		76	11	113	11113
3022167	Cucq	cucq	FR	62780	5050	Europe/Paris	50.47733	1.62018		Cucq,Kik,Kjuk,Tchucq,kwsyk,qu ke,Кик,Кюк,كوسيك,屈克		32	62	624	62261
3022171	Cuchery	cuchery	FR	51480	354	Europe/Paris	49.13072	3.8244		Cuchery		44	51	512	51199
3022174	Cucharmoy	cucharmoy	FR	77160	245	Europe/Paris	48.58295	3.19338		Cucharmoy,Kisharmoa,Kjusharmua,Кишармоа,Кюшармуа		11	77	773	77109
3022177	Cubzac-les-Ponts	cubzac-les-ponts	FR	33240	1937	Europe/Paris	44.97117	-0.45364		Cubzac,Cubzac daus Ponts,Cubzac-les-Ponts,Cupcac,Cupçac,Kibzak le Pont,Kjubzak-le-Pon,qu bu zha ke lai peng te,Кибзак ле Понт,Кюбзак-ле-Пон,屈布扎克莱蓬特		75	33	331	33143
3022180	Cubry-lès-Faverney	cubry-les-faverney	FR	70160	101	Europe/Paris	47.81378	6.13085		Cubry,Cubry-les-Faverney,Cubry-lès-Faverney,Kibri le Faverne,Kjubri-le-Faverne,Кибри ле Фаверне,Кюбри-ле-Фаверне,Кюбрі-ле-Фаверне		27	70	702	70190
3022181	Cubry	cubry	FR	25680	76	Europe/Paris	47.49372	6.42245		Cubry		27	25	251	25182
3022183	Cubrial	cubrial	FR	25680	142	Europe/Paris	47.49536	6.40733		Cubrial		27	25	251	25181
3022186	Cubnezais	cubnezais	FR	33620	0	Europe/Paris	45.075	-0.40833				75	33	331	33142
3022187	Cublize	cublize	FR	69550	1112	Europe/Paris	46.0181	4.37738		Cublize		84	69	692	69070
3022192	Cublac	cublac	FR	19520	1540	Europe/Paris	45.14488	1.30609		Cubiac		75	19	191	19066
3022193	Cubjac	cubjac	FR	24640	670	Europe/Paris	45.22294	0.93842		Cubjac,Cujac,Kibzhak,Kjubzhak,qu bu ya ke,Кибжак,Кюбжак,屈布雅克		75	24	242	24147
3022194	Cubiérettes	cubierettes	FR	48190	53	Europe/Paris	44.45988	3.78697		Cubierettes,Cubièrettes,Cubiérettes		76	48	482	48054
3022195	Cubières-sur-Cinoble	cubieres-sur-cinoble	FR	11190	75	Europe/Paris	42.86154	2.46051		Cubiera,Cubieres,Cubieres-sur-Cinoble,Cubièra,Cubières,Cubières-sur-Cinoble		76	11	112	11112
3022196	Cubières	cubieres	FR	48190	209	Europe/Paris	44.47337	3.77272		Cubieira,Cubieres,Cubièira,Cubières,Kibjer,Kjub'er,Kjuber,qu bi ai,Кибјер,Кюбьер,Кюбєр,屈比埃		76	48	482	48053
3022198	Cubelles	cubelles	FR	43170	131	Europe/Paris	45.00669	3.57893		Cubelles		84	43	431	43083
3022202	Cry	cry	FR	89390	180	Europe/Paris	47.70726	4.23903		Cry		27	89	892	89132
3022204	Cruzy-le-Châtel	cruzy-le-chatel	FR	89740	279	Europe/Paris	47.85643	4.21238		Cruzy,Cruzy-le-Chatel,Cruzy-le-Châtel,Cruzy-le-Sec		27	89	892	89131
3022206	Cruzy	cruzy	FR	34310	940	Europe/Paris	43.35549	2.94054		Cruzy		76	34	341	34092
3022207	Cruzilles-lès-Mépillat	cruzilles-les-mepillat	FR	01290	764	Europe/Paris	46.22507	4.87913		Cruzilles,Cruzilles-les-Mepillat,Cruzilles-lès-Mépillat		84	01	012	01136
3022208	Cruzille	cruzille	FR	71260	296	Europe/Paris	46.50607	4.7969		Cruzille		27	71	715	71156
3022209	Cruzille	cruzille	FR	71260	0	Europe/Paris	45.49888	4.04457				84	42	421	42240
3022210	Crux-la-Ville	crux-la-ville	FR	58330	451	Europe/Paris	47.16143	3.52095		Crusum Villa,Crux,Crux-la-Ville,Kri la Vil,Krju-la-Vil',ke lu la wei er,Кри ла Вил,Крю-ла-Виль,Крю-ла-Віль,克吕拉维尔		27	58	583	58092
3022212	Cruviers-Lascours	cruviers-lascours	FR	30360	558	Europe/Paris	44.00421	4.20409		Cruviers-Lascours		76	30	301	30100
3022215	Crusnes	crusnes	FR	54680	1642	Europe/Paris	49.43406	5.91557		Crusnes		44	54	541	54149
3022217	Cruseilles	cruseilles	FR	74350	3757	Europe/Paris	46.0298	6.10831		Croueselyes,Crucellae,Cruseilles,Krizej,Krjuzej,Кризеј,Крюзей		84	74	743	74096
3022218	Cruscades	cruscades	FR	11200	343	Europe/Paris	43.19118	2.81566		Cruscadas,Cruscades,Krikad,Krjuskad,ke lu si ka dai,Крикад,Крюскад,克吕斯卡代		76	11	113	11111
3022220	Crupilly	crupilly	FR	02120	68	Europe/Paris	49.92602	3.75427		Crupilly		32	02	025	02244
3022223	Crulai	crulai	FR	61300	805	Europe/Paris	48.70432	0.66746		Crulai		28	61	613	61140
3022225	Cruis	cruis	FR	04230	597	Europe/Paris	44.06226	5.8357		Cruis,Kri,Krjui,ke lu yi,Кри,Крюи,Крюї,克吕伊		93	04	044	04065
3022226	Cruguel	cruguel	FR	56420	636	Europe/Paris	47.87873	-2.59579		Cruguel,Krugell		53	56	562	56051
3022227	Crugny	crugny	FR	51170	610	Europe/Paris	49.25381	3.73881		Crugny		44	51	513	51198
3022228	Crugey	crugey	FR	21360	218	Europe/Paris	47.18333	4.68333		Crugey,Grugey		27	21	211	21214
3022229	Cruet	cruet	FR	73800	1057	Europe/Paris	45.5289	6.0922		Cruet		84	73	732	73096
3022230	Cruéjouls	cruejouls	FR	12340	381	Europe/Paris	44.44539	2.85384		Cruejouls,Cruéjouls		76	12	122	12177
3022236	Crucheray	crucheray	FR	41100	385	Europe/Paris	47.72801	1.08816		Crucheray		24	41	412	41072
3022237	Crucey-Villages	crucey-villages	FR	28270	482	Europe/Paris	48.66667	1.08333		Krise Vilazh,Krjuse-Villazh,ke lu sai wei la re,Крисе Вилаж,Крюсе-Віллаж,克吕塞维拉热		24	28	283	28120
3022238	Cruas	cruas	FR	07350	2526	Europe/Paris	44.65706	4.76293		Cruas,Crudatium,Cruàs,Krija,Krjua,ke lu a,Крија,Крюа,克吕阿		84	07	072	07076
3022240	Crozon-sur-Vauvre	crozon-sur-vauvre	FR	36140	351	Europe/Paris	46.48904	1.8699		Crozon,Crozon-sur-Vauvre,Krozon sir Vovr,Krozon-sjur-Vovr,wo fu er he pan ke luo zong,Крозон сир Вовр,Крозон-сюр-Вовр,沃夫尔河畔克罗宗		24	36	363	36061
3022242	Crozon	crozon	FR	29160	8123	Europe/Paris	48.24643	-4.48993		Crathonia,Crozon,Kraozon,Kroazon,Krozon,ke luo zong,kurozon,Крозон,クロゾン,克罗宗		53	29	292	29042
3022243	Grozon	grozon	FR	39800	0	Europe/Paris	44.95641	4.66237		Crozon,Grozon		84	07	073	07216
3022246	Crozet	crozet	FR	01170	0	Europe/Paris	46.28201	6.01047				84	01	013	01135
3022247	Crozet	crozet	FR	01170	0	Europe/Paris	46.12273	2.94165				84	63	634	63419
3022248	Crozet	crozet	FR	01170	0	Europe/Paris	45.79022	3.96455				84	42	421	42035
3022249	Crozet	crozet	FR	01170	0	Europe/Paris	45.69503	5.63445				84	01	011	01015
3022250	Crozet	crozet	FR	01170	0	Europe/Paris	45.04007	5.67132				84	38	381	38545
3022251	Crozes-Hermitage	crozes-hermitage	FR	26600	452	Europe/Paris	45.08965	4.8467		Croze-l'Hermitage,Crozes,Crozes-Hermitage		84	26	263	26110
3022252	Croze	croze	FR	23500	212	Europe/Paris	46.20618	1.91919		Croze		75	23	231	23071
3022253	Croze	croze	FR	23500	0	Europe/Paris	45.45086	0.8103				75	24	242	24271
3022255	Crozant	crozant	FR	23160	585	Europe/Paris	46.392	1.62143		Crosenc,Crozant,Krozan,ke luo cang,Крозан,克罗藏		75	23	232	23070
3022263	Crouzilles	crouzilles	FR	37220	540	Europe/Paris	47.12385	0.45982				24	37	371	37093
3022264	Crouzet-Migette	crouzet-migette	FR	25270	97	Europe/Paris	46.95722	6.01117		Crouzet-Migette,Crouzet-Migettes		27	25	251	25180
3022267	Crouy-sur-Ourcq	crouy-sur-ourcq	FR	77840	1681	Europe/Paris	49.0898	3.0753		Crouy,Crouy-sur-Ourcq,Kru sir Urk,Krui-sjur-Urk,wu er ke he pan ke lu yi,Кру сир Урк,Круи-сюр-Урк,Круї-сюр-Урк,烏爾克河畔克魯伊		11	77	771	77148
3022268	Crouy-sur-Cosson	crouy-sur-cosson	FR	41220	574	Europe/Paris	47.6507	1.61007		Crouy,Crouy-sur-Cosson		24	41	411	41071
3022269	Crouy-en-Thelle	crouy-en-thelle	FR	60530	1023	Europe/Paris	49.21487	2.32146		Crouy,Crouy-en-Thelle		32	60	604	60185
3022270	Crouy-Saint-Pierre	crouy-saint-pierre	FR	80310	307	Europe/Paris	49.96667	2.08333				32	80	802	80229
3022271	Crouy	crouy	FR	02880	2643	Europe/Paris	49.40274	3.35834		Crouy		32	02	024	02243
3022273	Crouttes	crouttes	FR	61120	262	Europe/Paris	48.92318	0.14028		Crouttes		28	61	613	61139
3022274	Croutoy	croutoy	FR	60350	180	Europe/Paris	49.38638	3.04226		Croutoy		32	60	603	60184
3022277	Croutelle	croutelle	FR	86240	689	Europe/Paris	46.54038	0.29051		Croutelle,Krutel,Krutel',ke lu tai er,Крутел,Крутель,克鲁泰尔		75	86	863	86088
3022278	Crouseilles	crouseilles	FR	64350	149	Europe/Paris	43.52468	-0.08925		Croselhas,Crouseilles,Kruzej,ke lu sai yi,Крузей,Крузеј,克鲁塞伊		75	64	643	64196
3022281	Crouay	crouay	FR	14400	470	Europe/Paris	49.26752	-0.80707		Crouay		28	14	141	14209
3022282	Crottet	crottet	FR	01290	1629	Europe/Paris	46.27602	4.89388		Crottet		84	01	012	01134
3022283	Crottes-en-Pithiverais	crottes-en-pithiverais	FR	45170	261	Europe/Paris	48.12218	2.06638		Crottes,Crottes-en-Pithiverais,Krot an Pitivere,Krott-an-Pitivre,pi di wei lai de qu ke luo tai,Крот ан Питивере,Кротт-ан-Пітівре,皮蒂韦赖地区克罗泰		24	45	453	45118
3022285	Croth	croth	FR	27530	1329	Europe/Paris	48.84557	1.37861		Croth		28	27	273	27193
3022286	Crotenay	crotenay	FR	39300	732	Europe/Paris	46.75275	5.81298		Crotenay,Krotene,Krotne,ke luo te nai,Кротене,Кротне,克罗特奈		27	39	392	39183
3022287	Crotelles	crotelles	FR	37380	553	Europe/Paris	47.54314	0.83842		Crotelles		24	37	373	37092
3022292	Crosville-sur-Scie	crosville-sur-scie	FR	76590	250	Europe/Paris	49.82464	1.09076		Crosville,Crosville-sur-Scie		28	76	761	76205
3022293	Crosville-sur-Douve	crosville-sur-douve	FR	50360	60	Europe/Paris	49.38333	-1.48333		Crosville		28	50	502	50156
3022294	Crosville-la-Vieille	crosville-la-vieille	FR	27110	511	Europe/Paris	49.15768	0.93357		Crosville,Crosville-la-Vieille		28	27	272	27192
3022298	Crosses	crosses	FR	18340	304	Europe/Paris	47.01053	2.58212		Crosses		24	18	181	18081
3022300	Crossac	crossac	FR	44160	2329	Europe/Paris	47.41235	-2.16758		Crossac,Kraozieg,Kroazieg,Krosak,Krossak,ke luo sa ke,Кросак,Кроссак,克罗萨克		52	44	443	44050
3022301	Crosne	crosne	FR	91560	8592	Europe/Paris	48.71921	2.45728		Crosne,Crosnes		11	91	912	91191
3022302	Crosmières	crosmieres	FR	72200	739	Europe/Paris	47.74555	-0.15161		Crosmieres,Crosmières,Kromer,Kromjer,Кромєр,Кромјер		52	72	721	72110
3022303	Crosey-le-Petit	crosey-le-petit	FR	25340	103	Europe/Paris	47.35174	6.48361		Crosey-le-Petit		27	25	252	25178
3022304	Crosey-le-Grand	crosey-le-grand	FR	25340	168	Europe/Paris	47.35463	6.52373		Crosey-le-Grand		27	25	252	25177
3022306	Cros-de-Ronesque	cros-de-ronesque	FR	15130	126	Europe/Paris	44.87209	2.61051		Cros,Cros-de-Ronesque		84	15	151	15058
3022307	Cros-de-Montvert	cros-de-montvert	FR	15150	226	Europe/Paris	45.0539	2.14742		Cros,Cros-de-Montvert,Kro de Monver,Кро де Монвер		84	15	151	15057
3022308	Cros-de-Géorand	cros-de-georand	FR	07510	184	Europe/Paris	44.79307	4.12595		Cros,Cros-de-Georand,Cros-de-Géorand,Georand,Géorand,Le Cros de Georand		84	07	071	07075
3022313	Cros	cros	FR	30170	0	Europe/Paris	46.17905	1.50676				75	23	232	23192
3022314	Cros	cros	FR	30170	0	Europe/Paris	45.47395	2.60161		Cros		84	63	633	63129
3022315	Cros	cros	FR	30170	0	Europe/Paris	45.48333	2.46667				75	19	193	19266
3022316	Cros	cros	FR	30170	0	Europe/Paris	44.89467	2.97871				84	15	153	15142
3022317	Cros	cros	FR	30170	0	Europe/Paris	44.8724	3.73646		Cros,Le Cros		84	43	432	43192
3022318	Cros	cros	FR	30170	231	Europe/Paris	43.99256	3.82872		Cros		76	30	303	30099
3022321	Cropus	cropus	FR	76720	216	Europe/Paris	49.73976	1.1475		Cropus		28	76	761	76204
3022324	Cronce	cronce	FR	43300	105	Europe/Paris	45.09237	3.36068		Cronce		84	43	431	43082
3022325	Cronat	cronat	FR	71140	563	Europe/Paris	46.72214	3.68583		Cronat,Krona,Крона		27	71	713	71155
3022327	Cromary	cromary	FR	70190	166	Europe/Paris	47.3631	6.07719		Cromary		27	70	702	70189
3022328	Cromac	cromac	FR	87160	314	Europe/Paris	46.34207	1.29954		Cromac,Cròmac		75	87	871	87053
3022329	Crollon	crollon	FR	50220	0	Europe/Paris	48.5856	-1.3834				28	50	501	50155
3022331	Crolles	crolles	FR	38920	9026	Europe/Paris	45.27724	5.87837		Crolles,Krol,Krol',ke luo lai,Крол,Кроль,克罗莱		84	38	381	38140
3022334	Croizet-sur-Gand	croizet-sur-gand	FR	42540	231	Europe/Paris	45.91692	4.22734		Croizet,Croizet-sur-Gand		84	42	422	42077
3022336	Croixrault	croixrault	FR	80290	397	Europe/Paris	49.79159	1.99232		Croixrault		32	80	802	80227
3022339	Croix-Moligneaux	croix-moligneaux	FR	80400	322	Europe/Paris	49.81425	3.00388		Croix,Croix-Molignaux,Croix-Moligneaux		32	80	804	80226
3022340	Croix-Mare	croix-mare	FR	76190	603	Europe/Paris	49.59946	0.8528		Croix-Mare		28	76	763	76203
3022342	Croix-Fonsomme	croix-fonsomme	FR	02110	221	Europe/Paris	49.91667	3.4		Croix,Croix-Fonsommes,Kroa Fonsom,Krua-Fonsom,Krua-Fonsomm,ke lu wa feng suo mu,Кроа Фонсом,Круа-Фонсом,Круа-Фонсомм,克鲁瓦丰索姆		32	02	023	02240
3022345	Croix-en-Ternois	croix-en-ternois	FR	62130	261	Europe/Paris	50.38333	2.28333		Croix		32	62	621	62260
3022360	Croixdalle	croixdalle	FR	76660	237	Europe/Paris	49.81447	1.36447		Croixdalle,Decadine,Decadiniere,Décadine,Décadinière		28	76	761	76202
3022361	Croix-Chapeau	croix-chapeau	FR	17220	952	Europe/Paris	46.10932	-1.00589		Croix-Chapeau,Pique-Chapeau		75	17	173	17136
3022362	Croix-Caluyau	croix-caluyau	FR	59222	217	Europe/Paris	50.14799	3.58234		Croix-Caluyau,Croix-Caluyaux		32	59	591	59164
3022365	Croixanvec	croixanvec	FR	56920	175	Europe/Paris	48.1399	-2.86912		Croixanvec,Kroeshanveg,Kroeshañveg		53	56	562	56049
3022376	Croix	croix	FR	59170	21361	Europe/Paris	50.67846	3.1493		Croix		32	59	595	59163
3022377	Croix	croix	FR	59170	162	Europe/Paris	47.44602	6.9545		Croix		27	90	901	90030
3022378	Croisy-sur-Eure	croisy-sur-eure	FR	27120	246	Europe/Paris	49.02899	1.34488		Croisy,Croisy-sur-Eure		28	27	271	27190
3022379	Croisy	croisy	FR	18350	129	Europe/Paris	46.93854	2.80935		Croisy		24	18	182	18080
3022380	Croissy-sur-Seine	croissy-sur-seine	FR	78290	10751	Europe/Paris	48.87925	2.13836		Croissy,Croissy-sur-Seine,Kroasi na Seni,Kruassi-sjur-Sen,Кроаси на Сени,Круасси-сюр-Сен,Круассі-сюр-Сен		11	78	783	78190
3022381	Croissy-sur-Celle	croissy-sur-celle	FR	60120	244	Europe/Paris	49.69664	2.17135		Croissy,Croissy-sur-Celle,Kroasi sir Sel,Kruassi-sjur-Sel',sai er he pan ke lu wa xi,Кроаси сир Сел,Круассі-сюр-Сель,塞尔河畔克鲁瓦西		32	60	601	60183
3022382	Croissy-Beaubourg	croissy-beaubourg	FR	77183	2135	Europe/Paris	48.8283	2.66964		Croissy-Beaubourg,Croissy-Beaucourt,Kroasi Bobur,Kruassi-Bobur,Кроаси Бобур,Круасси-Бобур,Круассі-Бобур		11	77	775	77146
3022383	Croissanville	croissanville	FR	14370	346	Europe/Paris	49.1195	-0.10162		Croissanville		28	14	143	14431
3022385	Croismare	croismare	FR	54300	620	Europe/Paris	48.59868	6.57022		Croismare,Hudiviller		44	54	542	54148
3022386	Croisilles	croisilles	FR	14220	1176	Europe/Paris	50.19978	2.87935		Croisilles		32	62	621	62259
3022387	Croisilles	croisilles	FR	14220	0	Europe/Paris	48.99868	-0.44321		Croisilles		28	14	142	14207
3022388	Croisilles	croisilles	FR	14220	176	Europe/Paris	48.76713	0.26361		Croisilles		28	61	613	61138
3022389	Croisilles	croisilles	FR	14220	398	Europe/Paris	48.69145	1.5006		Croisilles		24	28	283	28118
3022395	Croisette	croisette	FR	62130	320	Europe/Paris	50.35477	2.26039		Croisette		32	62	621	62258
3022396	Croisances	croisances	FR	43580	43	Europe/Paris	44.89906	3.61377		Croisance,Croisances,Croissanca,Croissança,Kroazans,Kruazans,ke lu wa sang sai,Кроазанс,Круазанс,克鲁瓦桑塞		84	43	431	43245
3022397	Croignon	croignon	FR	33750	415	Europe/Paris	44.81979	-0.34528		Croignon		75	33	332	33141
3022402	Crœttwiller	cr-ttwiller	FR	67470	0	Europe/Paris	48.93264	8.03262		Croettwiller,Crœttwiller		44	67	672	67079
3022403	Crocy	crocy	FR	14620	307	Europe/Paris	48.88014	-0.06607		Crocy		28	14	142	14206
3022404	Crocq	crocq	FR	23260	564	Europe/Paris	45.86772	2.36857		Croc,Crocq,Cròc,Krok,ke luo,Крок,克罗		75	23	231	23069
3022405	Crocicchia	crocicchia	FR	20290	54	Europe/Paris	42.46837	9.35243		A Crucichja,Crocicchia,Krochikija,Krochikk'ja,Krochikkija,Крочикија,Крочиккия,Крочиккья,Крочиккія		94	2B	2B3	2B102
3022406	Crochte	crochte	FR	59380	596	Europe/Paris	50.9353	2.38706		Crochte		32	59	594	59162
3022412	Croce	croce	FR	20237	0	Europe/Paris	42.63168	9.34502		Croce		94	2B	2B5	2B185
3022413	Croce	croce	FR	20237	0	Europe/Paris	42.57562	8.87994		Croce		94	2B	2B5	2B138
3022414	Croce	croce	FR	20237	0	Europe/Paris	42.41377	9.36168		A Croce,Croce		94	2B	2B3	2B101
3022415	Croce	croce	FR	20237	0	Europe/Paris	41.80184	9.01146		Croce		94	2A	2A4	2A160
3022424	Critot	critot	FR	76680	466	Europe/Paris	49.61367	1.25252		Critot		28	76	761	76200
3022425	Criteuil-la-Magdeleine	criteuil-la-magdeleine	FR	16300	533	Europe/Paris	45.53807	-0.21578		Criteuil,Criteuil-la-Magdeleine,Kritej la Magdelen,Kritej-la-Magdelen,Kritjoj-la-Magdelen,ke li te yi la ma ge dai lan,Критей-ла-Магделен,Критеј ла Магделен,Критёй-ла-Магделен,克里特伊拉马格代兰		75	16	162	16116
3022427	Cristot	cristot	FR	14250	167	Europe/Paris	49.19421	-0.5803		Cristot		28	14	141	14205
3022428	Cristinacce	cristinacce	FR	20126	53	Europe/Paris	42.23906	8.84022		Cristinacce,Kristinachche,Kristinache,Кристиначе,Кристиначче,Кристіначче		94	2A	2A1	2A100
3022432	Crissey	crissey	FR	39100	614	Europe/Paris	47.06786	5.48337		Crissey		27	39	391	39182
3022433	Crissey	crissey	FR	39100	2166	Europe/Paris	46.81652	4.88185		Crissey		27	71	712	71154
3022434	Crissé	crisse	FR	72140	519	Europe/Paris	48.1686	-0.06039		Crisse,Crissé		52	72	722	72109
3022435	Crissay-sur-Manse	crissay-sur-manse	FR	37220	114	Europe/Paris	47.14934	0.48532		Crissay,Crissay-sur-Manse		24	37	371	37090
3022438	Crisolles	crisolles	FR	60400	1026	Europe/Paris	49.6225	3.01451		Crisolles,Krizol,Krizol',ke li suo lai,Кризол,Кризоль,克里索莱		32	60	603	60181
3022440	Crisenoy	crisenoy	FR	77390	639	Europe/Paris	48.59555	2.74176		Crisenoy		11	77	772	77145
3022442	Criquiers	criquiers	FR	76390	0	Europe/Paris	49.67507	1.70827		Criquiers,Krik'e,Krike,Krikje,Крикье,Крикє,Крикје		28	76	761	76199
3022443	Criquetot-sur-Ouville	criquetot-sur-ouville	FR	76760	623	Europe/Paris	49.67362	0.85052		Criquetot,Criquetot-sur-Ouville		28	76	763	76198
3022444	Criquetot-sur-Longueville	criquetot-sur-longueville	FR	76590	163	Europe/Paris	49.77646	1.07398		Criquetot,Criquetot-sur-Longueville		28	76	761	76197
3022445	Criquetot-l'Esneval	criquetot-l-esneval	FR	76280	2303	Europe/Paris	49.64555	0.26571		Criquetot,Criquetot-l'Esneval,La Hauteur		28	76	762	76196
3022446	Criquetot-le-Mauconduit	criquetot-le-mauconduit	FR	76540	134	Europe/Paris	49.79255	0.56081		Criquetot,Criquetot-le-Mauconduit		28	76	762	76195
3022447	Criquebeuf-sur-Seine	criquebeuf-sur-seine	FR	27340	1085	Europe/Paris	49.30563	1.09964		Criquebeuf,Criquebeuf-sur-Seine		28	27	271	27188
3022448	Criquebeuf-la-Campagne	criquebeuf-la-campagne	FR	27110	201	Europe/Paris	49.20192	1.00361		Criquebeuf,Criquebeuf-la-Campagne		28	27	272	27187
3022449	Criquebeuf-en-Caux	criquebeuf-en-caux	FR	76111	417	Europe/Paris	49.73916	0.3342		Criquebeuf,Criquebeuf-en-Caux		28	76	762	76194
3022450	Crion	crion	FR	54300	105	Europe/Paris	48.63996	6.52718		Crion		44	54	542	54147
3022452	Crimolois	crimolois	FR	21800	540	Europe/Paris	47.27347	5.12122		Crimolois		27	21	212	21213
3022454	Crillon-le-Brave	crillon-le-brave	FR	84410	426	Europe/Paris	44.11829	5.14313		Crilhon,Crillon,Crillon-le-Brave,Krijon le Brav,Krijon-le-Brav,ke li long lei bu la wo,Крийон-ле-Брав,Кријон ле Брав,Крійон-ле-Брав,克里隆勒布拉沃		93	84	843	84041
3022456	Crillon	crillon	FR	60112	453	Europe/Paris	49.52014	1.93046		Crillon		32	60	601	60180
3022461	Criel-sur-Mer	criel-sur-mer	FR	76910	2805	Europe/Paris	50.01508	1.31459		Criel,Criel-sur-Mer,Kriel'-sjur-Mer,Krijel na Moru,Криель-сюр-Мер,Кријел на Мору,Крієль-сюр-Мер		28	76	761	76192
3022465	Cricqueville-en-Bessin	cricqueville-en-bessin	FR	14450	189	Europe/Paris	49.3777	-1.00139		Cricqueville,Cricqueville-en-Bessin		28	14	141	14204
3022466	Cricqueville-en-Auge	cricqueville-en-auge	FR	14430	163	Europe/Paris	49.24092	-0.06301		Cricqueville,Cricqueville-en-Auge		28	14	143	14203
3022467	Criqueboeuf	criqueboeuf	FR	14113	214	Europe/Paris	49.40152	0.14683		Cricquebœuf,Criqueboeuf		28	14	143	14202
3022468	Crézilles	crezilles	FR	54113	265	Europe/Paris	48.58437	5.88048		Crezilles,Crézilles		44	54	544	54146
3022470	Crézières	crezieres	FR	79110	66	Europe/Paris	46.08252	-0.13711		Crezieres,Crézières		75	79	792	79083
3022472	Crézancy	crezancy	FR	02650	1257	Europe/Paris	49.04833	3.51047		Crezancy,Crézancy		32	02	021	02239
3022473	Crézancy-en-Sancerre	crezancy-en-sancerre	FR	18300	504	Europe/Paris	47.3	2.75				24	18	181	18079
3022475	Crézançay-sur-Cher	crezancay-sur-cher	FR	18190	69	Europe/Paris	46.81303	2.35553		Crezancay,Crezancay-sur-Cher,Crézançay,Crézançay-sur-Cher		24	18	182	18078
3022478	Creysseilles	creysseilles	FR	07000	115	Europe/Paris	44.75569	4.54422		Creysseilles		84	07	072	07074
3022479	Creysse	creysse	FR	24100	274	Europe/Paris	44.88658	1.5964		Creysse		76	46	463	46084
3022480	Creysse	creysse	FR	24100	2390	Europe/Paris	44.85514	0.56551		Creysse		75	24	241	24145
3022481	Creyssac	creyssac	FR	24350	106	Europe/Paris	45.30753	0.55222		Creissac,Creyssac,Kresak,Kressak,ke lei sa ke,Кресак,Крессак,克雷萨克		75	24	243	24144
3022482	Creys-Mépieu	creys-mepieu	FR	38510	1180	Europe/Paris	45.73333	5.48333		Creys,Creys-Pusigneu		84	38	382	38139
3022489	Crévoux	crevoux	FR	05200	111	Europe/Paris	44.54785	6.60733		Crevos,Crevós,Krevu,ke lei wu,Креву,克雷武		93	05	052	05044
3022491	Crevin	crevin	FR	35320	1872	Europe/Paris	47.93735	-1.66245		Crevin,Crévin,Kreven,ke lei wan,Кревен,克勒万		53	35	352	35090
3022493	Crévic	crevic	FR	54110	935	Europe/Paris	48.63943	6.40398		Crevic,Crévic		44	54	542	54145
3022495	Creveney	creveney	FR	70240	67	Europe/Paris	47.68442	6.29111		Creveney		27	70	701	70188
3022500	Crevecoeur-en-Auge	crevecoeur-en-auge	FR	14340	510	Europe/Paris	49.11667	0.01667		Crevecoeur,Crevecoeur-en-Auge,Crevecœur-en-Auge,Crèvecoeur-en-Auge,Crèvecœur-en-Auge,Crêvecoeur		28	14	143	14431
3022501	Crévéchamps	crevechamps	FR	54290	311	Europe/Paris	48.52475	6.26493		Crevechamps,Crévéchamps		44	54	543	54144
3022502	Crevant-Laveine	crevant-laveine	FR	63350	881	Europe/Paris	45.91465	3.37517		Crevant-Laveine		84	63	635	63128
3022503	Crevant	crevant	FR	36140	0	Europe/Paris	46.8641	1.79095				24	36	362	36128
3022504	Crevant	crevant	FR	36140	0	Europe/Paris	46.4879	1.94543		Crevant,Krevan,ke lei wang,Креван,克勒旺		24	36	363	36060
3022505	Crevant	crevant	FR	36140	0	Europe/Paris	46.36817	2.52031				84	03	031	03101
3022507	Crevans-et-la-Chapelle-lès-Granges	crevans-et-la-chapelle-les-granges	FR	70400	242	Europe/Paris	47.55276	6.58113		Crevans,Crevans et la Chapelle,Crevans-et-la-Chapelle-les-Granges,Crevans-et-la-Chapelle-lès-Granges		27	70	701	70187
3022509	Creuzier-le-Vieux	creuzier-le-vieux	FR	03300	3099	Europe/Paris	46.16253	3.43311		Creuseir lo Vielh,Creusèir lo Vielh,Creuzier-le-Vieux,Krez'e-le-V'e,Krez'e-le-Ve,Krezje le Vje,Krjoz'e-le-V'jo,ke lei qi ye lai fu yue,Крезье-ле-Вье,Крезьє-ле-Вє,Крезје ле Вје,Крёзье-ле-Вьё,克勒齐耶莱弗约		84	03	033	03094
3022510	Creuzier-le-Neuf	creuzier-le-neuf	FR	03300	978	Europe/Paris	46.18238	3.44985		Creuseir lo Nuou,Creusèir lo Nuòu,Creuzier-le-Neuf,Krez'e-le-Nef,Krezje le Nef,Krjoz'e-le-Njof,ke lei qi ye lai na,Крезье-ле-Неф,Крезьє-ле-Неф,Крезје ле Неф,Крёзье-ле-Нёф,克勒齐耶莱纳		84	03	033	03093
3022513	Creutzwald	creutzwald	FR	57150	14416	Europe/Paris	49.20531	6.69668		Creutzwald,Creutzwald-la-Croix,Krecval'd,Kreuzwald,Krjotcval'd,Krojcvald,ke lei te ci wa er,krwytswald,Крецвальд,Кројцвалд,Крётцвальд,کرویتسوالد,克勒特兹瓦尔		44	57	573	57160
3022519	Creuse	creuse	FR	80480	213	Europe/Paris	49.8392	2.16398		Creuse		32	80	802	80225
3022523	Creully	creully	FR	14480	1490	Europe/Paris	49.28478	-0.53976		Creully,Kreli,Krelli,Krjolli,ke lei li,Крели,Крелли,Креллі,Крёлли,克勒利		28	14	141	14200
3022525	Cretteville	cretteville	FR	50250	228	Europe/Paris	49.34322	-1.38773		Cretteville		28	50	502	50400
3022530	Créteil	creteil	FR	94000	84833	Europe/Paris	48.79266	2.46569		Creteil,Créteil,Kretej,Kretejus,Kretėjus,ke lei tai yi,keuleteyu,krty,krytay,kureteiyu,qrtyy,Кретей,Кретеј,Կրեթեյ,קרטיי,كريتاي,کرتی,کریٹیل,クレテイユ,克雷泰伊,크레테유	94	11	94	941	94028
3022535	Crest-Voland	crest-voland	FR	73590	455	Europe/Paris	45.79524	6.50619		Crest-Voland		84	73	731	73094
3022536	Crestot	crestot	FR	27110	307	Europe/Paris	49.20563	0.97122		Crestot,Kresto,Kreto,ke lei si tuo,Кресто,Крето,克雷斯托		28	27	272	27185
3022537	Crestet	crestet	FR	84110	465	Europe/Paris	44.21744	5.08415		Crestet,Kreste,Krete,Lo Crestet,ke lei si te,Кресте,Крете,克雷斯特		93	84	843	84040
3022538	Creste	creste	FR	63320	44	Europe/Paris	45.55008	3.04414		Creste		84	63	633	63335
3022541	Cressy-sur-Somme	cressy-sur-somme	FR	71760	211	Europe/Paris	46.695	3.86809		Cressy,Cressy-sur-Somme		27	71	713	71152
3022542	Cressy-Omencourt	cressy-omencourt	FR	80190	109	Europe/Paris	49.72238	2.91337		Cressy,Cressy-Omencourt		32	80	803	80224
3022543	Cressy	cressy	FR	76720	0	Europe/Paris	49.72488	1.16679		Cressy,Crisenaria		28	76	761	76034
3022544	Cressonsacq	cressonsacq	FR	60190	401	Europe/Paris	49.45815	2.56655		Cressonsacq,Kresonsak,Kressonsak,ke lei song sa,Кресонсак,Крессонсак,克雷松萨		32	60	602	60177
3022547	Cressia	cressia	FR	39270	409	Europe/Paris	46.52704	5.48149		Cressia		27	39	392	39180
3022548	Cresseveuille	cresseveuille	FR	14430	222	Europe/Paris	49.23876	0.01035		Cresseveuille,Kressevej,Kresvej,Kresvjoj,ke lei se fu yi er,Кресвеј,Кресвёй,Крессевей,克雷瑟弗伊尔		28	14	143	14198
3022549	Cresserons	cresserons	FR	14440	1255	Europe/Paris	49.28701	-0.35569		Cresserons		28	14	142	14197
3022550	Cressensac	cressensac	FR	46600	613	Europe/Paris	45.02073	1.52034		Cressensac		76	46	463	46083
3022551	Cressé	cresse	FR	17160	272	Europe/Paris	45.91551	-0.21958		Cresse,Cressé		75	17	175	17135
3022552	Cressat	cressat	FR	23140	521	Europe/Paris	46.14003	2.10826		Cressat		75	23	231	23068
3022553	Cressanges	cressanges	FR	03240	690	Europe/Paris	46.44596	3.16072		Cressanges		84	03	032	03092
3022555	Cressac-Saint-Genis	cressac-saint-genis	FR	16250	128	Europe/Paris	45.45	0.01667		Kresak Sen Zheni,Kressak-Sen-Zheni,ke lei sa ke sheng re ni,Кресак Сен Жени,Крессак-Сен-Жени,Крессак-Сен-Жені,克雷萨克圣热尼		75	16	162	16046
3022557	Crespy-le-Neuf	crespy-le-neuf	FR	10500	146	Europe/Paris	48.39682	4.59549		Crespy,Crespy-le-Neuf		44	10	101	10117
3022558	Crespinet	crespinet	FR	81350	183	Europe/Paris	43.95504	2.30412		Crespinet		76	81	811	81073
3022559	Crespin	crespin	FR	12800	4361	Europe/Paris	50.4211	3.66137				32	59	596	59160
3022560	Crespin	crespin	FR	12800	0	Europe/Paris	44.16051	2.2831		Crespin		76	12	123	12085
3022561	Crespin	crespin	FR	12800	0	Europe/Paris	44.05157	2.29824		Crespin		76	81	811	81072
3022562	Crespières	crespieres	FR	78121	1554	Europe/Paris	48.88317	1.92151		Crespieres,Crespières,Krepjer,Krepjera,Krepjēra,Kresp'er,Kresper,Крепјер,Креспьер,Креспєр		11	78	783	78189
3022563	Crespian	crespian	FR	30260	221	Europe/Paris	43.88183	4.0961		Crespian		76	30	302	30098
3022565	Crésantignes	cresantignes	FR	10320	273	Europe/Paris	48.14215	4.01773		Cresantignes,Crésantignes		44	10	103	10116
3022566	Cresancey	cresancey	FR	70100	218	Europe/Paris	47.4	5.65		Krezanse,Крезансе		27	70	702	70185
3022568	Créquy	crequy	FR	62310	576	Europe/Paris	50.49357	2.05507		Crequy,Créquy		32	62	624	62257
3022569	Crépy-en-Valois	crepy-en-valois	FR	60800	15694	Europe/Paris	49.23359	2.88807		Bouillant-Germinal,Crepy,Crepy-en-Valois,Crépy,Crépy-en-Valois,Krepi an Valoa,Krepi-an-Valua,wa lu wa de qu ke lei pi,Крепи ан Валоа,Крепи-ан-Валуа,Крепі-ан-Валуа,קרפי-אן-ולואה,瓦卢瓦地区克雷皮		32	60	604	60176
3022570	Crépy	crepy	FR	02870	1739	Europe/Paris	49.6	3.51667		Crepy-en-Laonnois,Crépy-en-Laonnois		32	02	022	02238
3022571	Crépy	crepy	FR	02870	178	Europe/Paris	50.47423	2.20166		Crepy,Crépy		32	62	624	62256
3022572	Crépon	crepon	FR	14480	209	Europe/Paris	49.31619	-0.55059		Crepon,Crépon,Krepon,ke lei peng,Крепон,克雷蓬		28	14	141	14196
3022573	Crépol	crepol	FR	26350	505	Europe/Paris	45.17586	5.07209		Crepol,Crépol		84	26	263	26107
3022579	Crépey	crepey	FR	54170	281	Europe/Paris	48.52682	5.96999		Crepey,Crépey,Krepe,ke lei pei,Крепе,克雷佩		44	54	544	54143
3022580	Crépand	crepand	FR	21500	354	Europe/Paris	47.61172	4.31138		Crepand,Crépand		27	21	213	21212
3022583	Créot	creot	FR	71490	60	Europe/Paris	46.91786	4.61262		Creot,Créot		27	71	711	71151
3022584	Créon-d'Armagnac	creon-d-armagnac	FR	40240	0	Europe/Paris	43.99473	-0.10533		Creon,Creon-d'Armagnac,Créon,Créon-d'Armagnac		75	40	402	40087
3022585	Créon	creon	FR	33670	3139	Europe/Paris	44.77456	-0.34817		Creon,Créon		75	33	332	33140
3022586	Crennes-sur-Fraubée	crennes-sur-fraubee	FR	53700	184	Europe/Paris	48.37811	-0.27881		Crennes,Crennes-sur-Fraubee,Crennes-sur-Fraubée		52	53	533	53085
3022588	Creney-près-Troyes	creney-pres-troyes	FR	10150	1551	Europe/Paris	48.33333	4.13333		Creney		44	10	103	10115
3022592	Crenans	crenans	FR	39260	227	Europe/Paris	46.45733	5.7347		Crenans		27	39	393	39179
3022595	Cremps	cremps	FR	46230	290	Europe/Paris	44.38896	1.60031		Cremps		76	46	461	46082
3022596	Crempigny-Bonneguête	crempigny-bonneguete	FR	74150	0	Europe/Paris	45.95	5.9				84	74	741	74095
3022600	Crémieu	cremieu	FR	38460	3427	Europe/Paris	45.72557	5.24911		Cremieu,Cremioe,Crèmiœ,Crémieu,Krem'jo,Kreme,Kremje,ke lei mi e,Кремьё,Кремє,Кремје,克雷米厄		84	38	382	38138
3022601	Crémery	cremery	FR	80700	68	Europe/Paris	49.7415	2.8228		Cremery,Crémery		32	80	803	80223
3022603	Cremeaux	cremeaux	FR	42260	924	Europe/Paris	45.90667	3.92169		Cremeaux,Crémeaux		84	42	422	42076
3022606	Crémarest	cremarest	FR	62240	677	Europe/Paris	50.69969	1.78489		Cremarest,Crémarest,Kremarest,ke lei ma lei,krymaryst,Кремарест,كريماريست,克雷马雷		32	62	623	62255
3022608	Creissels	creissels	FR	12100	1569	Europe/Paris	44.08564	3.06163		Creissels		76	12	121	12084
3022609	Creissan	creissan	FR	34370	1103	Europe/Paris	43.37482	3.01063		Creissan		76	34	341	34089
3022610	Creil	creil	FR	60100	31863	Europe/Paris	49.25672	2.48477		CSF,Creil,Krej,ke lei yi,keuleyu,kkhyy,kry,kureiyu,Крей,Креј,کخیی,کری,クレイユ,克雷伊,크레유		32	60	604	60175
3022611	Créhen	crehen	FR	22130	1576	Europe/Paris	48.54526	-2.21373		Crehen,Créhen,Krehen		53	22	221	22049
3022612	Créhange	crehange	FR	57690	4002	Europe/Paris	49.05897	6.58178		Crehange,Créhange,Grehange,Gréhange		44	57	573	57159
3022613	Crégy-lès-Meaux	cregy-les-meaux	FR	77124	4061	Europe/Paris	48.97648	2.87483		Cregy,Cregy-les-Meaux,Crégy,Crégy-lès-Meaux		11	77	771	77143
3022615	Crégols	cregols	FR	46330	77	Europe/Paris	44.45643	1.7004		Cregols,Crégols		76	46	461	46081
3022619	Crédin	credin	FR	56580	1478	Europe/Paris	48.03446	-2.76759		Credin,Crédin,Kerzhin,Kreden,ke lei dan,Креден,克雷丹		53	56	562	56047
3022620	Crécy-sur-Serre	crecy-sur-serre	FR	02270	1581	Europe/Paris	49.69594	3.62453		Crecy,Crecy-sur-Serre,Crécy,Crécy-sur-Serre		32	02	022	02237
3022622	Crécy-en-Ponthieu	crecy-en-ponthieu	FR	80150	1549	Europe/Paris	50.25193	1.88085		Carcy-in-Pontiu,Creciacum,Crecy,Crecy-en-Ponthie,Crecy-en-Ponthieu,Crécy,Crécy-en-Ponthie,Crécy-en-Ponthieu,Krescak,Kresi an Pontje,Kresi-an-Pont'e,Kresi-an-Pont'jo,Kresčak,ke lei xi ang peng di yue,kureshi=an=pontiyu,Креси ан Понтје,Креси-ан-Понтьё,Кресі-ан-Понтьє,クレシー＝アン＝ポンティユー,克雷西昂蓬蒂约		32	80	801	80222
3022623	Crécy-la-Chapelle	crecy-la-chapelle	FR	77580	0	Europe/Paris	48.85918	2.90743		Crecy,Crecy-en-Brie,Crécy,Crécy-en-Brie,Kresi la Shapel,Kresi-la-Shapel',ke lei xi la sha pei lei,Креси ла Шапел,Креси-ла-Шапель,Кресі-ла-Шапель,克雷西拉沙佩勒		11	77	771	77142
3022624	Crécy-Couvé	crecy-couve	FR	28500	292	Europe/Paris	48.67108	1.28266		Crecy-Couve,Crécy-Couvé		24	28	283	28117
3022625	Crécy-au-Mont	crecy-au-mont	FR	02380	325	Europe/Paris	49.48857	3.32416		Crecy,Crecy-au-Mont,Crécy,Crécy-au-Mont		32	02	022	02236
3022628	Créchy	crechy	FR	03150	440	Europe/Paris	46.26134	3.4234		Crechy,Créchy		84	03	033	03091
3022632	Créchets	crechets	FR	65370	36	Europe/Paris	43.00263	0.57478		Crechets,Créchets		76	65	652	65154
3022633	Crêches-sur-Saône	creches-sur-saone	FR	71680	2793	Europe/Paris	46.24475	4.78678		Creches,Creches-sur-Saone,Crêches,Crêches-sur-Saône,Kresh sir Saon,Kresh-sjur-Son,Креш сир Саон,Креш-сюр-Сон		27	71	715	71150
3022637	Crécey-sur-Tille	crecey-sur-tille	FR	21120	175	Europe/Paris	47.5578	5.12833		Crecey,Crecey-sur-Tille,Crécey,Crécey-sur-Tille		27	21	212	21211
3022639	Créancey	creancey	FR	21320	0	Europe/Paris	48.01098	4.88407		Creancey,Créancey		44	52	521	52114
3022640	Créancey	creancey	FR	21320	378	Europe/Paris	47.24738	4.58513		Creancey,Créancey		27	21	211	21210
3022641	Créances	creances	FR	50710	2052	Europe/Paris	49.19873	-1.56938		Creances,Créances,Kreans,ke lei ang sai,Креанс,克雷昂塞		28	50	503	50151
3022653	Cré-sur-Loir	cre-sur-loir	FR	72200	694	Europe/Paris	47.67718	-0.15836		Cre,Cre-sur-le-Loire,Cré,Cré-sur-le-Loire		52	72	721	72025
3022654	Crazannes	crazannes	FR	17350	437	Europe/Paris	45.84928	-0.70492		Crazannes		75	17	174	17134
3022656	Craywick	craywick	FR	59279	483	Europe/Paris	50.97101	2.23623		Craywick		32	59	594	59159
3022657	Crayssac	crayssac	FR	46150	473	Europe/Paris	44.50955	1.32712		Crayssac		76	46	461	46080
3022659	Cravent	cravent	FR	78270	379	Europe/Paris	48.99113	1.48944		Cravent,Kravan,Краван		11	78	781	78188
3022660	Cravencères	cravenceres	FR	32110	121	Europe/Paris	43.76611	0.03618		Cravenceres,Cravencères		76	32	322	32113
3022661	Cravant-les-Coteaux	cravant-les-coteaux	FR	37500	785	Europe/Paris	47.15821	0.34636		Cravant,Cravant-les-Coteaux		24	37	371	37089
3022662	Cravant	cravant	FR	45190	880	Europe/Paris	47.82856	1.57109		Cravant		24	45	452	45116
3022663	Cravant	cravant	FR	45190	863	Europe/Paris	47.68322	3.69084		Cravant		27	89	891	89130
3022664	Cravans	cravans	FR	17260	626	Europe/Paris	45.59658	-0.71118		Cravans		75	17	174	17133
3022665	Cravanche	cravanche	FR	90300	1947	Europe/Paris	47.65346	6.83197		Cravanche		27	90	901	90029
3022669	Crasville-la-Rocquefort	crasville-la-rocquefort	FR	76740	278	Europe/Paris	49.80598	0.8792		Crasville,Crasville-la-Rocquefort		28	76	761	76190
3022670	Crasville-la-Mallet	crasville-la-mallet	FR	76450	139	Europe/Paris	49.80261	0.71458		Crasville,Crasville-la-Mallet		28	76	761	76189
3022671	Crasville	crasville	FR	27400	258	Europe/Paris	49.5505	-1.34251		Crasville		28	50	502	50150
3022672	Crasville	crasville	FR	27400	144	Europe/Paris	49.20804	1.07543		Crasville		28	27	271	27184
3022673	Crastes	crastes	FR	32270	216	Europe/Paris	43.72349	0.72969		Crastes		76	32	321	32112
3022674	Cras-sur-Reyssouze	cras-sur-reyssouze	FR	01340	999	Europe/Paris	46.30769	5.17235		Cras,Cras-sur-Reyssouze		84	01	012	01130
3022677	Cras	cras	FR	38210	347	Europe/Paris	45.26669	5.44825		Cras		84	38	381	38137
3022678	Cras	cras	FR	38210	78	Europe/Paris	44.56773	1.53265		Cras		76	46	463	46079
3022679	Craponne-sur-Arzon	craponne-sur-arzon	FR	43500	2794	Europe/Paris	45.33092	3.84817		Craponne,Craponne-sur-Arzon		84	43	432	43080
3022683	Craponne	craponne	FR	69290	8460	Europe/Paris	45.74526	4.72322		Craponne		84	69	691	69069
3022685	Crapeaumesnil	crapeaumesnil	FR	60310	134	Europe/Paris	49.64069	2.79822		Crapeaumesnil		32	60	603	60174
3022686	Craonnelle	craonnelle	FR	02160	111	Europe/Paris	49.43119	3.76928		Craonnelle,Kraonel,Kraonel',Kraonnel',ke la ao nei lei,Краонел,Краонель,Краоннель,克拉奥内勒		32	02	022	02235
3022687	Craonne	craonne	FR	02160	68	Europe/Paris	49.4394	3.78714		Craonne,Kraon,Kraonn,ke la ao ne,Краон,Краонн,克拉奥讷		32	02	022	02234
3022690	Craon	craon	FR	53400	5130	Europe/Paris	47.84811	-0.95002		Craon		52	53	531	53084
3022691	Craon	craon	FR	53400	208	Europe/Paris	46.77344	0.02294		Craon		75	86	861	86087
3022692	Cranves-Sales	cranves-sales	FR	74380	4876	Europe/Paris	46.18799	6.29903		Cranves-Sales		84	74	743	74094
3022693	Crantenoy	crantenoy	FR	54740	109	Europe/Paris	48.46801	6.22925		Crantenoy		44	54	543	54142
3022694	Cransac	cransac	FR	12110	1714	Europe/Paris	44.52411	2.2837		Crancac,Cransac,Crançac,Kransak,ke lang sa ke,Крансак,克朗萨克		76	12	123	12083
3022695	Crans	crans	FR	01320	74	Europe/Paris	46.70447	5.97241		Crans		27	39	392	39178
3022696	Crans	crans	FR	01320	278	Europe/Paris	45.96199	5.21332		Crans		84	01	012	01129
3022698	Crannes-en-Champagne	crannes-en-champagne	FR	72540	295	Europe/Paris	47.98033	-0.05205		Crannes,Crannes-en-Champagne		52	72	721	72107
3022700	Cran-Gevrier	cran-gevrier	FR	74960	19354	Europe/Paris	45.9	6.1		Gevrier,Gévrier,Kran Zhevrije,Kran-Zhevrie,Кран Жеврије,Кран-Жевріє		84	74	741	74010
3022702	Crançot	crancot	FR	39570	511	Europe/Paris	46.68564	5.65973		Crancot,Crançot		27	39	392	39177
3022703	Crancey	crancey	FR	10100	856	Europe/Paris	48.51665	3.63858		Crancey,Grancey		44	10	102	10114
3022705	Crampagna	crampagna	FR	09120	597	Europe/Paris	43.02928	1.60653		Crampagna		76	09	091	09103
3022706	Cramont	cramont	FR	80370	266	Europe/Paris	50.14792	2.0544		Cramont,Gramont,Kramon,ke la meng,Крамон,克拉蒙		32	80	801	80221
3022707	Cramoisy	cramoisy	FR	60660	586	Europe/Paris	49.25575	2.4018		Cramoisy,Kramoazi,Kramuazi,ke la mu wa xi,Крамоази,Крамуазі,克拉穆瓦西		32	60	604	60173
3022709	Craménil	cramenil	FR	61220	165	Europe/Paris	48.75	-0.38333		Kramenij,ke la mei ni,Крамений,Крамениј,Краменій,克拉梅尼		28	61	612	61137
3022710	Cramchaban	cramchaban	FR	17170	554	Europe/Paris	46.21667	-0.71667		Cramchaban		75	17	173	17132
3022711	Cramant	cramant	FR	51530	895	Europe/Paris	48.98803	3.99158		Cramant		44	51	512	51196
3022712	Cramans	cramans	FR	39600	445	Europe/Paris	47.01196	5.77825		Cramans		27	39	391	39176
3022713	Cramaille	cramaille	FR	02130	103	Europe/Paris	49.22964	3.45416		Cramaille,Kramaj,ke la ma ye,Крамай,Крамај,克拉马耶		32	02	024	02233
3022716	Crainvilliers	crainvilliers	FR	88140	215	Europe/Paris	48.1455	5.83327		Crainvilliers		44	88	882	88119
3022717	Craintilleux	craintilleux	FR	42210	914	Europe/Paris	45.58235	4.2286		Craintilleux,Craintillieux		84	42	421	42075
3022718	Craincourt	craincourt	FR	57590	236	Europe/Paris	48.87683	6.32123		Craincourt,Krenkur,ke lan ku er,krnkwr,Кренкур,کرنکور,克兰库尔		44	57	575	57158
3022719	Crain	crain	FR	89480	355	Europe/Paris	47.52953	3.55535		Crain		27	89	891	89129
3022723	Crachier	crachier	FR	38300	467	Europe/Paris	45.54794	5.22459		Crachier		84	38	382	38136
3022726	Crach	crach	FR	56950	3241	Europe/Paris	47.617	-3.00165		Crach,Krac'h		53	56	561	56046
3022730	Cozzano	cozzano	FR	20148	252	Europe/Paris	41.93497	9.15474		Cozzano		94	2A	2A1	2A099
3022733	Cozes	cozes	FR	17120	1966	Europe/Paris	45.58371	-0.83242		Cozes,Koz,ke ze,Коз,Կոզ,科泽		75	17	174	17131
3022735	Coyviller	coyviller	FR	54210	132	Europe/Paris	48.58722	6.28187		Coyviller		44	54	543	54141
3022736	Coyron	coyron	FR	39260	59	Europe/Paris	46.51099	5.70508		Coyron		27	39	393	39175
3022737	Coyrière	coyriere	FR	39200	76	Europe/Paris	46.34315	5.84495		Coyriere,Coyrière		27	39	393	39174
3022738	Coyolles	coyolles	FR	02600	402	Europe/Paris	49.23425	3.04287				32	02	024	02232
3022739	Coye-la-Forêt	coye-la-foret	FR	60580	3914	Europe/Paris	49.14233	2.47038		Coye,Coye-la-Foret,Coye-la-Forêt,Koa la Fore,Kua-la-Fore,kua ai la fu lei,Коа ла Форе,Куа-ла-Форе,夸埃拉福雷		32	60	604	60172
3022740	Coyecques	coyecques	FR	62560	577	Europe/Paris	50.60362	2.18323		Coyecques		32	62	625	62254
3022742	Cox	cox	FR	31480	299	Europe/Paris	43.76075	1.04186		Cox		76	31	313	31156
3022743	Couzou	couzou	FR	46500	112	Europe/Paris	44.76549	1.61645		Couzou		76	46	463	46078
3022745	Couzon-au-Mont-d'Or	couzon-au-mont-d-or	FR	69270	2545	Europe/Paris	45.84436	4.82883		Couzon,Couzon-au-Mont-d'Or		84	69	691	69068
3022748	Couzon	couzon	FR	03160	302	Europe/Paris	46.65802	3.12071		Couzon		84	03	032	03090
3022749	Couzon	couzon	FR	03160	0	Europe/Paris	45.52612	4.61546		Couzon,Forges de Couzon		84	42	423	42186
3022750	Couziers	couziers	FR	37500	106	Europe/Paris	47.15753	0.08259		Couziers		24	37	371	37088
3022751	Couzeix	couzeix	FR	87270	6942	Europe/Paris	45.87645	1.23842		Coses,Cosés,Couzeix,Kuze,Kuzej,ku ze,Кузе,Кузеј,库泽		75	87	872	87050
3022752	Couze-et-Saint-Front	couze-et-saint-front	FR	24150	816	Europe/Paris	44.82731	0.70569		Cosa e Sent Front,Couze-Saint Front,Couze-et-Saint-Front,Kuz et Sen Fron,Kuz-e-Sen-Fron,ku ci he sheng fu long,Куз ет Сен Фрон,Куз-е-Сен-Фрон,库兹和圣夫龙		75	24	241	24143
3022764	Couy	couy	FR	18140	361	Europe/Paris	47.11752	2.82619		Couy		24	18	181	18077
3022765	Couy	couy	FR	18140	0	Europe/Paris	44.63234	0.81093				75	47	473	47256
3022767	Coux	coux	FR	07000	431	Europe/Paris	45.31251	-0.40376		Coux		75	17	171	17130
3022768	Coux	coux	FR	07000	1581	Europe/Paris	44.73484	4.62057		Coux		84	07	072	07072
3022769	Couvrot	couvrot	FR	51300	966	Europe/Paris	48.75795	4.57087		Couvrot		44	51	514	51195
3022770	Couvron-et-Aumencourt	couvron-et-aumencourt	FR	02270	1682	Europe/Paris	49.64476	3.51857		Couvron,Couvron-et-Aumencourt		32	02	022	02231
3022771	Couvrelles	couvrelles	FR	02220	204	Europe/Paris	49.33941	3.48916		Couvrelles		32	02	024	02230
3022772	Couvonges	couvonges	FR	55800	116	Europe/Paris	48.77546	5.02704		Couvonges		44	55	551	55134
3022774	Couville	couville	FR	50690	837	Europe/Paris	49.55226	-1.68619		Couville		28	50	502	50149
3022775	Couvignon	couvignon	FR	10200	244	Europe/Paris	48.2076	4.65096		Couvignon		44	10	101	10113
3022777	Couvertpuis	couvertpuis	FR	55290	87	Europe/Paris	48.58205	5.30243		Couvertpuis,Couvertpuits		44	55	551	55133
3022781	Couvains	couvains	FR	50680	426	Europe/Paris	49.16554	-1.00731		Couvains		28	50	504	50148
3022782	Couvains	couvains	FR	50680	180	Europe/Paris	48.86054	0.55876				28	61	613	61167
3022785	Couture-sur-Loir	couture-sur-loir	FR	41800	441	Europe/Paris	47.75355	0.68688		Conture,Couture,Couture-sur-Loir,Culturae,Kutir na Loari,Kutjur-sjur-Luar,lu wa he pan ku di er,Кутир на Лоари,Кутюр-сюр-Луар,卢瓦河畔库蒂尔		24	41	412	41070
3022786	Coutures	coutures	FR	24320	501	Europe/Paris	47.36266	-0.35516		Coutures		52	49	491	49050
3022787	Coutures	coutures	FR	24320	181	Europe/Paris	45.33187	0.39253		Coutures		75	24	243	24141
3022788	Coutures	coutures	FR	24320	73	Europe/Paris	44.64493	0.02821		Coutures,Coutures-sur-le-Dropt,Port-Libre		75	33	333	33139
3022789	Coutures	coutures	FR	24320	110	Europe/Paris	43.95219	0.98619		Coutures		76	82	821	82046
3022790	Couturelle	couturelle	FR	62158	88	Europe/Paris	50.20858	2.50212		Couturelle,Kutirel,Kutjurel',ku di lei lei,kwtwryly,Кутирел,Кутюрель,كوتوريلي,库蒂雷勒		32	62	621	62253
3022791	Couture-d'Argenson	couture-d-argenson	FR	79110	0	Europe/Paris	45.99228	-0.08343		Couture,Couture-d'Argenson		75	79	792	79106
3022794	Couture	couture	FR	16460	0	Europe/Paris	48.45933	3.21437				11	77	773	77347
3022795	Couture	couture	FR	16460	0	Europe/Paris	46.48047	2.27257		Couture,La Couture		24	18	182	18187
3022796	Couture	couture	FR	16460	161	Europe/Paris	45.92982	0.28527		Couture		75	16	163	16114
3022799	Coutras	coutras	FR	33230	7682	Europe/Paris	45.04067	-0.12886		Cotras,Cotràs,Coutras,Kutra,Kutras,ku te la,Кутра,Кутрас,库特拉		75	33	335	33138
3022800	Coutouvre	coutouvre	FR	42460	1126	Europe/Paris	46.07303	4.20535		Coutouvre		84	42	422	42074
3022802	Coutières	coutieres	FR	79340	133	Europe/Paris	46.50502	-0.11797		Coutieres,Coutières		75	79	793	79105
3022804	Coutiches	coutiches	FR	59310	2286	Europe/Paris	50.4552	3.20384		Coutiches,Kutish,ku di shen,Кутиш,Кутіш,库蒂什		32	59	593	59158
3022805	Couthures-sur-Garonne	couthures-sur-garonne	FR	47180	424	Europe/Paris	44.51337	0.07805		Coturas,Coturas sus Garona,Couthures,Couthures-sur-Garonne,Kutir na Garoni,Kutjur-sjur-Garonn,jia luo ne he pan ku di lei,Кутир на Гарони,Кутюр-сюр-Гаронн,加罗讷河畔库蒂雷		75	47	472	47074
3022807	Couthenans	couthenans	FR	70400	810	Europe/Paris	47.59043	6.72468		Couthenans,Gouhenans		27	70	701	70184
3022808	Coutevroult	coutevroult	FR	77580	586	Europe/Paris	48.86223	2.85267		Coutevroult		11	77	771	77141
3022809	Couteuges	couteuges	FR	43230	275	Europe/Paris	45.18785	3.49786		Couteuges		84	43	431	43079
3022811	Couternon	couternon	FR	21560	1564	Europe/Paris	47.33333	5.15		Couternon		27	21	212	21209
3022812	Couterne	couterne	FR	61410	1050	Europe/Paris	48.51318	-0.41538		Kutern,ku tai er en,Кутерн,库泰尔恩		28	61	611	61096
3022814	Coutens	coutens	FR	09500	154	Europe/Paris	43.07474	1.82444		Coutens		76	09	092	09102
3022815	Coutençon	coutencon	FR	77154	252	Europe/Paris	48.47133	2.99589		Coutencon,Coutençon		11	77	773	77140
3022821	Coutarnoux	coutarnoux	FR	89440	102	Europe/Paris	47.58666	3.96512		Coutarnoux		27	89	892	89128
3022823	Coutansouze	coutansouze	FR	03330	110	Europe/Paris	46.21822	3.01053		Coutansouze		84	03	033	03089
3022826	Coutances	coutances	FR	50200	9657	Europe/Paris	49.04541	-1.44518		Constantia,Couotaunches,Coutances,Koutans,Kutans,ku tang si,kutansu,kwtans,Κουτάνς,Кутанс,کوتانس,クタンス,库唐斯	503	28	50	503	50147
3022828	Costoja	costoja	FR	66260	148	Europe/Paris	42.36742	2.65028		Costoja,Coustouges		76	66	661	66061
3022829	Coustouge	coustouge	FR	11220	77	Europe/Paris	43.04769	2.74398		Coustouge		76	11	113	11110
3022832	Coustaussa	coustaussa	FR	11190	53	Europe/Paris	42.9408	2.27883		Coustaussa		76	11	112	11109
3022834	Coust	coust	FR	18210	471	Europe/Paris	46.69288	2.59802		Coust,Kust,Куст		24	18	182	18076
3022837	Coussey	coussey	FR	88630	722	Europe/Paris	48.40731	5.68406		Coussey		44	88	882	88118
3022839	Coussergues	coussergues	FR	12310	208	Europe/Paris	44.41175	2.87854		Coussergues		76	12	122	12177
3022840	Coussegrey	coussegrey	FR	10210	178	Europe/Paris	47.95447	4.01859		Coussegrey		44	10	103	10112
3022842	Coussay-les-Bois	coussay-les-bois	FR	86270	860	Europe/Paris	46.80777	0.74275		Coussay,Coussay-les-Bois,Coussy,Kuse le Boa,Kusse-le-Bua,sen lin ku sai,Кусе ле Боа,Куссе-ле-Буа,森林库赛		75	86	861	86086
3022843	Coussay	coussay	FR	86110	278	Europe/Paris	46.83737	0.20325		Coussay,Kuse,Kusse,ku sai,Кусе,Куссе,库赛		75	86	863	86085
3022845	Coussan	coussan	FR	65350	134	Europe/Paris	43.24407	0.20408		Coussan		76	65	653	65153
3022846	Coussac-Bonneval	coussac-bonneval	FR	87500	1423	Europe/Paris	45.51117	1.32382		Cocac,Coussac,Coussac-Bonneval,Coussac-sans-Culottes,Coçac,Kusak Bonval,Kussak-Bonnval',ku sa ke bo na wa,Кусак Бонвал,Куссак-Боннваль,库萨克博纳瓦		75	87	872	87049
3022847	Coussa	coussa	FR	09120	212	Europe/Paris	43.06329	1.67948		Coussa		76	09	091	09101
3022850	Cousolre	cousolre	FR	59149	2433	Europe/Paris	50.24607	4.14941		Cousolre,Coussour,Kuzol'r,Kuzolr,ku suo er lei,Кузолр,Кузольр,库索尔勒		32	59	591	59157
3022853	Cousances-les-Forges	cousances-les-forges	FR	55170	0	Europe/Paris	48.61072	5.08143		Cousances,Kusans le Forzh,Kuzans le Forz,Kuzans le Forž,Kuzans-le-Forzh,ku sang sai lai fu er re,Кузанс-ле-Форж,Кусанс ле Форж,库桑塞莱福尔热		44	55	551	55132
3022856	Cousance	cousance	FR	39190	1344	Europe/Paris	46.53324	5.39214		Cousance-du-Jura		27	39	392	39173
3022859	Courzieu	courzieu	FR	69690	1205	Europe/Paris	45.7427	4.57084		Courzieu,Kurz'e,Kurzje,Курзьє,Курзје		84	69	692	69067
3022862	Courville-sur-Eure	courville-sur-eure	FR	28190	2820	Europe/Paris	48.44899	1.24085		Courville,Courville-sur-Eure,Kurvil sir Er,Kurvil'-sjur-Er,e er he pan ku er wei er,Курвил сир Ер,Курвіль-сюр-Ер,厄尔河畔库尔维尔		24	28	281	28116
3022863	Courville	courville	FR	51170	357	Europe/Paris	49.26845	3.69714		Courville		44	51	513	51194
3022864	Courvières	courvieres	FR	25560	224	Europe/Paris	46.87129	6.10864		Courvieres,Courvières		27	25	253	25176
3022868	Courtry	courtry	FR	77181	6610	Europe/Paris	48.91906	2.60431		Courtry,Kurtri,Куртри,Куртрі		11	77	775	77139
3022869	Courtry	courtry	FR	77181	0	Europe/Paris	48.54277	2.76814		Courtry		11	77	772	77453
3022870	Courtrizy-et-Fussigny	courtrizy-et-fussigny	FR	02820	69	Europe/Paris	49.51988	3.78905		Courtrizy-et-Fussigny		32	02	022	02229
3022872	Courtonne-les-Deux-Églises	courtonne-les-deux-eglises	FR	14290	566	Europe/Paris	49.08333	0.36667		Courtonne-la-Ville		28	14	143	14194
3022873	Courtonne-la-Meurdrac	courtonne-la-meurdrac	FR	14100	690	Europe/Paris	49.12547	0.31976		Courtonne,Courtonne-la-Meurdrac		28	14	143	14193
3022875	Courtomer	courtomer	FR	61390	613	Europe/Paris	48.65293	2.90443		Courtomer		11	77	773	77138
3022876	Courtomer	courtomer	FR	61390	686	Europe/Paris	48.62762	0.35706		Courtomer		28	61	611	61133
3022877	Courtois-sur-Yonne	courtois-sur-yonne	FR	89100	582	Europe/Paris	48.22701	3.25502		Courtois,Courtois-sur-Yonne		27	89	893	89127
3022879	Courtoin	courtoin	FR	89150	47	Europe/Paris	48.12322	3.10825		Courtoin		27	89	893	89126
3022880	Courtoin	courtoin	FR	89150	0	Europe/Paris	47.93301	2.70364				24	45	451	45345
3022881	Courtivron	courtivron	FR	21120	0	Europe/Paris	47.54006	4.96657		Courtivron		27	21	212	21208
3022882	Courtisols	courtisols	FR	51460	2644	Europe/Paris	48.9867	4.517		Courtisols,Kurtizol,Kurtizol',ku er di suo er,Куртизол,Куртізоль,库尔蒂索尔		44	51	511	51193
3022888	Courtils	courtils	FR	50220	261	Europe/Paris	48.62777	-1.40951		Courtils		28	50	501	50146
3022891	Courtillers	courtillers	FR	72300	660	Europe/Paris	47.80292	-0.3039		Courtillers		52	72	721	72106
3022892	Courtieux	courtieux	FR	60350	0	Europe/Paris	50.02649	1.63957				32	80	801	80500
3022893	Courtieux	courtieux	FR	60350	182	Europe/Paris	49.38663	3.08904		Courtieux		32	60	603	60171
3022894	Courties	courties	FR	32230	52	Europe/Paris	43.56298	0.14797		Courties		76	32	323	32111
3022896	Courthiézy	courthiezy	FR	51700	345	Europe/Paris	49.05	3.6		Courthiezy,Courthiézy		44	51	512	51192
3022897	Courthézon	courthezon	FR	84350	5723	Europe/Paris	44.0876	4.88407		Corteson,Courthezon,Courthézon,Kurtezon,ku er tai zong,Куртезон,库尔泰宗		93	84	842	84039
3022901	Courteuil	courteuil	FR	60300	642	Europe/Paris	49.2	2.53333		Courteuil,Kurtej,ku er te yi,Куртей,Куртеј,库尔特伊		32	60	604	60170
3022903	Courtetain-et-Salans	courtetain-et-salans	FR	25530	82	Europe/Paris	47.25654	6.4166		Courtetain,Courtetain-et-Salans,Korten et Salan,Kurtten-e-Salan,ku er tai tan he sa lang,Кортен ет Салан,Курттен-е-Салан,库尔泰坦和萨朗		27	25	253	25175
3022905	Courtesoult-et-Gatey	courtesoult-et-gatey	FR	70600	73	Europe/Paris	47.61837	5.62078		Courtesoult,Courtesoult-et-Gatey		27	70	702	70183
3022906	Courtes	courtes	FR	01560	0	Europe/Paris	46.45936	5.10092		Courtes		84	01	012	01128
3022907	Courteron	courteron	FR	10250	142	Europe/Paris	48.01976	4.44438		Courteron		44	10	103	10111
3022909	Courteranges	courteranges	FR	10270	434	Europe/Paris	48.26729	4.23827		Courteranges		44	10	103	10110
3022910	Courtenot	courtenot	FR	10260	242	Europe/Paris	48.14872	4.30321		Courtenot		44	10	103	10109
3022911	Courtenay	courtenay	FR	38510	3688	Europe/Paris	48.03901	3.05851		Courtenay		24	45	451	45115
3022912	Courtenay	courtenay	FR	38510	0	Europe/Paris	47.69396	3.79967				27	89	891	89441
3022913	Courtenay	courtenay	FR	38510	799	Europe/Paris	45.72813	5.38069		Courtenay		84	38	382	38135
3022914	Courtempierre	courtempierre	FR	45490	214	Europe/Paris	48.10391	2.61544		Courtempierre,Kurtamperr,Kurtempjer,ku er tang pi ye er,Куртампєрр,Куртемпјер,库尔唐皮耶尔		24	45	451	45114
3022915	Courtemont-Varennes	courtemont-varennes	FR	02850	364	Europe/Paris	49.07357	3.54143		Courtemont-Varennes		32	02	021	02228
3022916	Courtémont	courtemont	FR	51800	71	Europe/Paris	49.13209	4.78304		Courtemont,Courtémont		44	51	511	51191
3022917	Courtemaux	courtemaux	FR	45320	247	Europe/Paris	48.05101	2.93641		Courtemaux,Kurtmo,ku er tai mo,Куртмо,库尔泰莫		24	45	451	45113
3022918	Courtemanche	courtemanche	FR	80500	84	Europe/Paris	49.66187	2.53968		Courtemanche		32	80	803	80220
3022920	Courtelevant	courtelevant	FR	90100	373	Europe/Paris	47.51782	7.08102		Courtelevant		27	90	901	90028
3022921	Courteix	courteix	FR	19340	57	Europe/Paris	45.64845	2.34181		Courteix		75	19	193	19065
3022922	Courteilles	courteilles	FR	27130	1041	Europe/Paris	48.77495	-0.19942		Courteilles		28	61	612	61189
3022923	Courteilles	courteilles	FR	27130	173	Europe/Paris	48.7345	1.01106		Courteilles		28	27	272	27182
3022924	Courtefontaine	courtefontaine	FR	25470	0	Europe/Paris	47.32059	6.90808		Courtefontaine		27	25	252	25174
3022925	Courtefontaine	courtefontaine	FR	25470	218	Europe/Paris	47.12923	5.80448		Courtefontaine		27	39	391	39172
3022928	Courtavon	courtavon	FR	68480	364	Europe/Paris	47.4603	7.19677		Courtavon		44	68	681	68067
3022931	Courtauly	courtauly	FR	11230	77	Europe/Paris	43.04012	2.04296		Cortaulin,Courtauly,Kurtoli,ku er tuo li,Куртоли,Куртолі,库尔托利		76	11	112	11107
3022933	Courtaoult	courtaoult	FR	10130	75	Europe/Paris	48.02403	3.86123		Courtaoult		44	10	103	10108
3022936	Courtalain	courtalain	FR	28290	581	Europe/Paris	48.08111	1.14072		Courtalain,Kurtalen,ku er ta lan,Куртален,库尔塔兰		24	28	282	28012
3022937	Courtacon	courtacon	FR	77560	195	Europe/Paris	48.69683	3.29247		Courtacon		11	77	773	77137
3022939	Cour-sur-Loire	cour-sur-loire	FR	41500	319	Europe/Paris	47.65062	1.42378		Cour,Cour-sur-Loire,Kur-sjur-Luar,lu wa er he pan ku,Кур-сюр-Луар,卢瓦尔河畔库		24	41	411	41069
3022940	Courson-Monteloup	courson-monteloup	FR	91680	621	Europe/Paris	48.60034	2.14975		Courson,Courson-Monteloup,Kurson Montelup,Kurson-Montelu,ku er song meng tai lu,Курсон Монтелуп,Курсон-Монтелу,库尔松蒙泰卢		11	91	913	91186
3022941	Courson-les-Carrières	courson-les-carrieres	FR	89560	821	Europe/Paris	47.61475	3.50036		Courson,Courson-les-Carrieres,Courson-les-Carrières		27	89	891	89125
3022942	Courson	courson	FR	14380	508	Europe/Paris	48.855	-1.07893		Courson		28	14	144	14658
3022943	Cours-les-Barres	cours-les-barres	FR	18320	1142	Europe/Paris	47.02513	3.03167		Cours,Cours-les-Barres		24	18	182	18075
3022944	Cours-les-Bains	cours-les-bains	FR	33690	169	Europe/Paris	44.38048	-0.01881		Corts,Corts de Granhos,Corts de Granhòs,Cours,Cours-les-Bains,Kur le Ben,Kur-le-Ben,ku er lai ban,Кур ле Бен,Кур-ле-Бен,库尔莱班		75	33	333	33137
3022947	Courseulles-sur-Mer	courseulles-sur-mer	FR	14470	4061	Europe/Paris	49.33027	-0.45612		Courseulles,Courseulles-sur-Mer		28	14	142	14191
3022948	Courset	courset	FR	62240	585	Europe/Paris	50.64628	1.84223		Course,Courset,Coursé,Kurse,ku er sai,kwrsyt,Курсе,كورسيت,库尔塞		32	62	623	62251
3022950	Coursegoules	coursegoules	FR	06140	334	Europe/Paris	43.79383	7.04228		Coursegoules		93	06	061	06050
3022953	Cours-de-Pile	cours-de-pile	FR	24520	1395	Europe/Paris	44.8413	0.54549		Corc,Cors de Pilas,Corç,Cours,Cours-de-Pile,Kur de Pij,Kur-de-Pil',ku er de pi er,Кур де Пиј,Кур-де-Пиль,Кур-де-Піль,库尔德皮尔		75	24	241	24140
3022954	Cours-de-Monségur	cours-de-monsegur	FR	33580	270	Europe/Paris	44.65023	0.11793		Cours,Cours-de-Monsegur,Cours-de-Monségur		75	33	333	33136
3022955	Coursan-en-Othe	coursan-en-othe	FR	10130	96	Europe/Paris	48.07171	3.83766		Coursan,Coursan-en-Othe		44	10	103	10107
3022956	Coursan	coursan	FR	11110	5632	Europe/Paris	43.2337	3.05712		Corcan,Corsan,Corçan,Coursan,Kursan,ku er sang,Курсан,库尔桑		76	11	113	11106
3022957	Cour-Saint-Maurice	cour-saint-maurice	FR	25380	163	Europe/Paris	47.2542	6.69946		Cour-Saint-Maurice		27	25	252	25173
3022959	Coursac	coursac	FR	24430	1429	Europe/Paris	45.12925	0.63837		Corsac,Coursac,Kursak,ku er sa ke,Курсак,库尔萨克		75	24	243	24139
3022960	Coursac	coursac	FR	24430	0	Europe/Paris	44.60507	1.72271				76	46	462	46233
3022962	Cours	cours	FR	46090	0	Europe/Paris	47.43524	2.96657		Cours		27	58	584	58086
3022963	Cours	cours	FR	46090	428	Europe/Paris	46.49688	-0.41326		Cours		75	79	793	79104
3022964	Cours-la-Ville	cours-la-ville	FR	69470	4501	Europe/Paris	46.1	4.31667		Cours-La Ville,Kur la Vil,Kur-La-Vil',Кур ла Вил,Кур-Ла-Віль		84	69	692	69066
3022965	Cours	cours	FR	46090	246	Europe/Paris	44.5186	1.54039		Cours		76	46	461	46156
3022966	Cours	cours	FR	46090	202	Europe/Paris	44.32213	0.58924		Cours		75	47	471	47073
3022967	Courry	courry	FR	30500	279	Europe/Paris	44.29848	4.15798		Corri,Courry,Kori,Kurri,Кори,Курри,Куррі		76	30	301	30097
3022968	Courris	courris	FR	81340	81	Europe/Paris	43.93899	2.3996		Courris		76	81	811	81071
3022969	Courrières	courrieres	FR	62710	10330	Europe/Paris	50.45701	2.94725		Courrieres,Courrières,Dampierre-les-Dunes,Kur'er,Kurjer,Kurrier,ku li ye er,kwryrys,Курриер,Куррієр,Курьер,Курјер,كوريريس,库里耶尔		32	62	627	62250
3022970	Courrensan	courrensan	FR	32330	391	Europe/Paris	43.849	0.24349		Courrensan		76	32	322	32110
3022974	Courvaudon	courvaudon	FR	14260	0	Europe/Paris	49.03333	-0.58333				28	14	144	14195
3022975	Courquetaine	courquetaine	FR	77390	189	Europe/Paris	48.67788	2.74619		Courquetaine		11	77	772	77136
3022976	Courpignac	courpignac	FR	17130	399	Europe/Paris	45.32736	-0.48654		Courpignac		75	17	171	17129
3022977	Courpière	courpiere	FR	63120	4918	Europe/Paris	45.75689	3.54216		Corpeira,Corpèira,Curta Petra,Kurper,Kurpjer,ku er pi ai,Курпєр,Курпјер,库尔皮埃		84	63	635	63125
3022978	Courpiac	courpiac	FR	33760	110	Europe/Paris	44.75515	-0.18201		Corpiac,Courpiac,Kurpiak,Kurpjak,ku er pi a ke,Курпиак,Курпіак,Курпјак,库尔皮阿克		75	33	333	33135
3022981	Courpalay	courpalay	FR	77540	1391	Europe/Paris	48.64947	2.96116				11	77	773	77135
3022983	Courouvre	courouvre	FR	55260	62	Europe/Paris	48.93771	5.35605		Courouvre		44	55	552	55129
3022986	Cournonterral	cournonterral	FR	34660	5682	Europe/Paris	43.55889	3.72		Cornon lo Terral,Cornonterralh,Cournonterral,Kurnonteral,Kurnonterral',ku er nong tai er la,Курнонтерал,Курнонтерраль,库尔农泰尔拉		76	34	343	34088
3022987	Cournonsec	cournonsec	FR	34660	2205	Europe/Paris	43.54944	3.70556		Cornon lo Sec,Cornonsec,Cournonsec,Kurnonsek,ku er nong sai ke,Курнонсек,库尔农塞克		76	34	343	34087
3022988	Cournon-d'Auvergne	cournon-d-auvergne	FR	63800	18848	Europe/Paris	45.74123	3.19643		Cournon,Cournon-d'Auvergne,Cournon-d’Auvergne,ku er nong duo wei er ni,库尔农多韦尔尼		84	63	632	63124
3022989	Cournon	cournon	FR	56200	673	Europe/Paris	47.74587	-2.10547		Cournon,Kornon		53	56	563	56044
3022990	Cournols	cournols	FR	63450	250	Europe/Paris	45.64726	3.03312		Cournols		84	63	632	63123
3022991	Courniou	courniou	FR	34220	688	Europe/Paris	43.47396	2.71106		Courniou		76	34	341	34086
3022997	Cournanel	cournanel	FR	11300	571	Europe/Paris	43.03282	2.23367		Cournanel		76	11	112	11105
3022998	Courmont	courmont	FR	02130	112	Europe/Paris	49.14869	3.5769		Courmont		32	02	021	02227
3022999	Courmont	courmont	FR	02130	108	Europe/Paris	47.6119	6.62875		Courmont		27	70	701	70182
3023001	Courmes	courmes	FR	06620	0	Europe/Paris	43.74265	7.00853		Cormes,Courmes,Kurm,ku er mei,kurumu,kwrmys,Курм,كورميس,クルム,库尔梅		93	06	061	06049
3023003	Courménil	courmenil	FR	61310	100	Europe/Paris	48.77836	0.23962		Courmenil,Courménil		28	61	612	61474
3023004	Courmemin	courmemin	FR	41230	486	Europe/Paris	47.472	1.62753		Courmemin		24	41	411	41068
3023007	Courmelles	courmelles	FR	02200	1671	Europe/Paris	49.34595	3.31215		Courmelles		32	02	024	02226
3023008	Courmas	courmas	FR	51390	198	Europe/Paris	49.18976	3.90928		Courmas		44	51	513	51188
3023009	Courmangoux	courmangoux	FR	01370	392	Europe/Paris	46.33129	5.36941		Courmangoux,Kurmangu,ku er mang gu,kwrmanghw,Курмангу,Կուրմանգու,كورمانغو,库尔芒古		84	01	012	01127
3023010	Courlon-sur-Yonne	courlon-sur-yonne	FR	89140	1036	Europe/Paris	48.33927	3.1666		Courlon,Courlon-sur-Yonne		27	89	893	89124
3023011	Courlon	courlon	FR	21580	52	Europe/Paris	47.65204	5.00531		Courlon		27	21	212	21207
3023012	Cour-l'Évêque	cour-l-eveque	FR	52210	0	Europe/Paris	47.96667	4.98333				44	52	521	52151
3023013	Courléon	courleon	FR	49390	137	Europe/Paris	47.38972	0.14238		Courleon,Courléon,Kurleon,ku er lai weng,Курлеон,库尔莱翁		52	49	493	49114
3023014	Courlay	courlay	FR	79440	2330	Europe/Paris	46.77937	-0.56763		Courlay		75	79	791	79103
3023015	Courlaoux	courlaoux	FR	39570	880	Europe/Paris	46.66981	5.46019		Courlaoux,Kurlau,ku er luo,Курлау,库尔洛		27	39	392	39171
3023016	Courlans	courlans	FR	39570	766	Europe/Paris	46.67465	5.49555		Courlans		27	39	392	39170
3023018	Courlandon	courlandon	FR	51170	249	Europe/Paris	49.31286	3.73619		Courlandon		44	51	513	51187
3023019	Courlac	courlac	FR	16210	64	Europe/Paris	45.3014	0.07934		Courlac,Kurlak,ku er la ke,Курлак,库尔拉克		75	16	161	16112
3023020	Courjeonnet	courjeonnet	FR	51270	63	Europe/Paris	48.82917	3.83428		Courjeonnet		44	51	512	51186
3023023	Courgoul	courgoul	FR	63320	62	Europe/Paris	45.51381	3.03864		Courgoul		84	63	633	63122
3023024	Courgivaux	courgivaux	FR	51310	258	Europe/Paris	48.71244	3.4893		Courgivaux		44	51	512	51185
3023025	Courgis	courgis	FR	89800	266	Europe/Paris	47.77405	3.75488		Courgis		27	89	891	89123
3023027	Courgeoût	courgeout	FR	61560	460	Europe/Paris	48.5	0.48333				28	61	613	61130
3023029	Courgeon	courgeon	FR	61400	311	Europe/Paris	48.47834	0.6133		Courgeon		28	61	613	61129
3023030	Courgeon	courgeon	FR	61400	0	Europe/Paris	48.06257	0.6328				52	72	722	72158
3023031	Courgent	courgent	FR	78790	425	Europe/Paris	48.89509	1.6584		Courgent,Kurgan,Kurzhan,Курган,Куржан		11	78	781	78185
3023032	Courgenay	courgenay	FR	89190	469	Europe/Paris	48.28589	3.54791		Courgenay		27	89	893	89122
3023033	Courgenard	courgenard	FR	72320	481	Europe/Paris	48.15143	0.73636		Courgenard		52	72	722	72105
3023034	Courgeac	courgeac	FR	16190	183	Europe/Paris	45.39471	0.08499		Courgeac,Kurzhak,ku er ya ke,Куржак,库尔雅克		75	16	161	16111
3023036	Courgains	courgains	FR	72260	543	Europe/Paris	48.29035	0.27681		Courgains,Gourgains		52	72	722	72104
3023037	Cour-et-Buis	cour-et-buis	FR	38122	779	Europe/Paris	45.4405	5.00519		Cour,Cour-et-Buis		84	38	383	38134
3023039	Couret	couret	FR	31160	218	Europe/Paris	43.04976	0.81906		Couret		76	31	312	31155
3023043	Courdimanche-sur-Essonne	courdimanche-sur-essonne	FR	91720	297	Europe/Paris	48.41667	2.38333		Courdimanche,Kurdimansh sir Eson,Kurdimansh-sjur-Ehssonna,Kurdimansh-sjur-Essonn,ai song he pan ku er di mang shen,Курдиманш сир Есон,Курдиманш-сюр-Эссонна,Курдіманш-сюр-Ессонн,埃松河畔库尔迪芒什		11	91	912	91184
3023044	Courdimanche	courdimanche	FR	95800	6256	Europe/Paris	49.03513	2.00096		Courdimanche,Kurdimansh,ku er di mang shen,kurudimanshu,Курдиманш,Курдіманш,クールディマンシュ,库尔迪芒什		11	95	953	95183
3023046	Courdemanges	courdemanges	FR	51300	466	Europe/Paris	48.69505	4.54145		Courdemanges,Kurdemanzh,Kurdmanzh,ku er dai mang re,Курдеманж,Курдманж,库尔代芒热		44	51	514	51184
3023047	Courdemanche	courdemanche	FR	27320	503	Europe/Paris	48.81667	1.28333		Courdemanche		28	27	273	27181
3023048	Courdemanche	courdemanche	FR	27320	629	Europe/Paris	47.81462	0.56244		Courdemanche		52	72	721	72103
3023050	Courcy-aux-Loges	courcy-aux-loges	FR	45300	375	Europe/Paris	48.06471	2.2136		Courcy,Courcy-aux-Loges,Kursi o Lozh,Kursi-o-Lozh,ku er xi ao luo re,Курси о Лож,Курсі-о-Лож,库尔西奥洛热		24	45	453	45111
3023051	Courcy	courcy	FR	14170	1453	Europe/Paris	49.32361	4.00257		Courcy		44	51	513	51183
3023052	Courcy	courcy	FR	14170	487	Europe/Paris	49.04108	-1.39262		Courcy		28	50	503	50145
3023053	Courcy	courcy	FR	14170	147	Europe/Paris	48.97163	-0.04302		Courcy		28	14	142	14190
3023054	Courcuire	courcuire	FR	70150	133	Europe/Paris	47.34238	5.82406		Courcuire		27	70	702	70181
3023055	Courcoury	courcoury	FR	17100	663	Europe/Paris	45.71002	-0.57717		Courcoury		75	17	174	17128
3023056	Courcouronnes	courcouronnes	FR	91080	14856	Europe/Paris	48.61429	2.40762		Courcouronnes,Kurkuron,Kurkuronn,ku er ku luo na,kwrkwrwn,Куркурон,Куркуронн,كوركورون,库尔库罗纳		11	91	912	91228
3023057	Courcoué	courcoue	FR	37120	250	Europe/Paris	47.0337	0.39572		Courcoue,Courcoué,Kurkue,ku er ku ai,Куркуе,库尔库埃		24	37	371	37087
3023058	Courçon	courcon	FR	17170	1173	Europe/Paris	46.24364	-0.81303		Courcon,Courçon,Kurson,La Bonne-Foy,ku er song,Курсон,Կուրսոն,库尔松		75	17	173	17127
3023059	Courcôme	courcome	FR	16240	430	Europe/Paris	45.98575	0.13239		Courcome,Courcôme,Kurkom,Kursom,ku er kong,Курком,Курсом,库尔孔		75	16	163	16110
3023060	Courcival	courcival	FR	72110	83	Europe/Paris	48.22989	0.39309		Courcival,Kursival,Kursival',Курсивал,Курсіваль		52	72	722	72102
3023061	Courcité	courcite	FR	53700	1042	Europe/Paris	48.30601	-0.24984		Courcite,Courcité		52	53	533	53083
3023063	Cour-Cheverny	cour-cheverny	FR	41700	2675	Europe/Paris	47.51033	1.45583		Cour-Chaverny,Cour-Cheverny,Kur-Sheverni,ku xie wei er ni,Кур-Шеверні,库谢韦尔尼		24	41	411	41067
3023065	Courchevel	courchevel	FR	73120	1700	Europe/Paris	45.41538	6.63643		CVF,Courchevel,Courchevel 1850,Courchevêl,Kursevelis,Kurshevel',Kurševelis,kurushuvu~eru,kwrshwl,Куршевель,کورشول,クールシュヴェル		84	73	731	73227
3023066	Courchelettes	courchelettes	FR	59552	2919	Europe/Paris	50.34043	3.05938		Courchelettes		32	59	593	59156
3023067	Courchaton	courchaton	FR	70110	443	Europe/Paris	47.51745	6.54122		Courchaton		27	70	701	70180
3023068	Courchapon	courchapon	FR	25170	144	Europe/Paris	47.26317	5.74723		Courchapon		27	25	251	25172
3023069	Courchamps	courchamps	FR	02810	98	Europe/Paris	49.11334	3.26441		Courchamps		32	02	021	02225
3023070	Courchamps	courchamps	FR	02810	453	Europe/Paris	47.19997	-0.15767		Courchamps		52	49	493	49113
3023071	Courchamp	courchamp	FR	77560	177	Europe/Paris	48.63644	3.2861		Courchamp,Courchampx		11	77	773	77134
3023072	Courchamp	courchamp	FR	77560	0	Europe/Paris	48.05284	3.75576				27	89	891	89425
3023073	Courchamp	courchamp	FR	77560	0	Europe/Paris	47.59801	5.37417		Courchamp		27	21	212	21158
3023074	Courceroy	courceroy	FR	10400	100	Europe/Paris	48.46526	3.4123		Courceroy,La Motelle-sur-Seine		44	10	102	10106
3023075	Courcerault	courcerault	FR	61340	176	Europe/Paris	48.4381	0.65993		Courcerault,Kursero,Kursro,ku er se luo er,Курсеро,Курсро,库尔瑟罗尔		28	61	613	61050
3023076	Courcerac	courcerac	FR	17160	274	Europe/Paris	45.84147	-0.36479		Courcerac		75	17	175	17126
3023078	Courcemont	courcemont	FR	72110	601	Europe/Paris	48.17331	0.35145		Courcemont		52	72	723	72101
3023079	Courcemain	courcemain	FR	51260	128	Europe/Paris	48.61638	3.91955		Courcemain		44	51	512	51182
3023082	Courcelles-sur-Voire	courcelles-sur-voire	FR	10500	26	Europe/Paris	48.47315	4.5401		Courcelles		44	10	101	10105
3023083	Courcelles-sur-Viosne	courcelles-sur-viosne	FR	95650	294	Europe/Paris	49.07842	2.00288		Courcelles,Courcelles-sur-Viosne,Kursel'-sjur-V'on,Kursel'-sjur-Vjon,Kursle sir Vion,wei ao na he pan ku er sai lei,Курсель-сюр-Вйон,Курсель-сюр-Вьон,Курсле сир Вион,维奥纳河畔库尔塞勒		11	95	953	95181
3023084	Courcelles-sur-Vesle	courcelles-sur-vesle	FR	02220	294	Europe/Paris	49.33858	3.57119		Courcelles,Courcelles-sur-Vesle,Courcelles-sur-Vesles,Kursel sir Vel,Kursel'-sjur-Vel',wei lei he pan ku er sai lei,Курсел сир Вел,Курсель-сюр-Вель,韦勒河畔库尔塞勒		32	02	024	02224
3023085	Courcelles-sur-Seine	courcelles-sur-seine	FR	27940	1601	Europe/Paris	49.18285	1.36008		Courcelles,Courcelles-sur-Seine		28	27	271	27180
3023086	Courcelles-sur-Nied	courcelles-sur-nied	FR	57530	917	Europe/Paris	49.0664	6.30838		Courcelles,Courcelles-sur-Nied,Kursel sir Nijed,Kursel'-sjur-N'e,kwrsl-swr-nyh,ni de he pan ku er se lai,Курсел сир Нијед,Курсель-сюр-Нье,Курсель-сюр-Ньє,کورسل-سور-نیه,尼德河畔库尔瑟莱		44	57	579	57156
3023087	Courcelles-sur-Blaise	courcelles-sur-blaise	FR	52110	117	Europe/Paris	48.41474	4.94106		Courcelles,Courcelles-sur-Blaise		44	52	523	52149
3023089	Courcelles-sur-Aire	courcelles-sur-aire	FR	55260	58	Europe/Paris	48.93682	5.24257		Courcelles,Courcelles-sur-Aire		44	55	551	55128
3023090	Courcelles-sous-Thoix	courcelles-sous-thoix	FR	80160	55	Europe/Paris	49.7211	2.07926		Courcelles,Courcelles-sous-Thoix		32	80	802	80219
3023091	Courcelles-sous-Moyencourt	courcelles-sous-moyencourt	FR	80290	145	Europe/Paris	49.81214	2.04511		Courcelles,Courcelles-sous-Moyencourt		32	80	802	80218
3023092	Courcelles-sous-Châtenois	courcelles-sous-chatenois	FR	88170	80	Europe/Paris	48.32767	5.81606		Courcelles,Courcelles-sous-Chatenois,Courcelles-sous-Châtenois		44	88	882	88117
3023093	Courcelles-Sapicourt	courcelles-sapicourt	FR	51140	189	Europe/Paris	49.26226	3.84547		Courcelles,Courcelles-Sapicourt,Kursel Sapikur,Kursel'-Sapikur,ku er se lai sa pi ku er,Курсел Сапикур,Курсель-Сапікур,库尔瑟莱萨皮库尔		44	51	513	51181
3023094	Courcelles-lès-Semur	courcelles-les-semur	FR	21140	193	Europe/Paris	47.45547	4.29941		Courcelles,Courcelles-les-Semur,Courcelles-lès-Semur		27	21	213	21205
3023095	Courcelles-lès-Montbéliard	courcelles-les-montbeliard	FR	25420	1073	Europe/Paris	47.50113	6.78461		Courcelles,Courcelles-les-Montbeliard,Courcelles-lès-Montbéliard		27	25	252	25170
3023096	Courcelles-lès-Montbard	courcelles-les-montbard	FR	21500	105	Europe/Paris	47.59393	4.39845		Courcelles,Courcelles-les-Montbard,Courcelles-lès-Montbard,Courcelles-sous Grignon		27	21	213	21204
3023097	Courcelles-lès-Lens	courcelles-les-lens	FR	62970	6205	Europe/Paris	50.41667	3.01667		Courcelles,Courchelle-les-Linse,Courchelle-lès-Linse,Kursel le Lan,Kursel'-le-Lan,Kursel'-le-Lans,ku er sai lei lai lang si,kwrsylys lyh lyns,Курсел ле Лан,Курсель-ле-Лан,Курсель-ле-Ланс,كورسيليس ليه لينس,库尔塞勒莱朗斯		32	62	627	62249
3023098	Courcelles-lès-Gisors	courcelles-les-gisors	FR	60240	834	Europe/Paris	49.2596	1.74185		Courcelles,Courcelles-les-Gisors,Courcelles-lès-Gisors		32	60	601	60169
3023100	Courcelles-le-Comte	courcelles-le-comte	FR	62121	433	Europe/Paris	50.16428	2.7779		Courcelles,Courcelles-la-Liberte,Courcelles-la-Liberté,Courcelles-le-Comte,Courchelle-Comte,Kursel le Kont,Kursel'-le-Kont,ku er sai lei lei kong te,kwrsylys ly kwmt,Курсел ле Конт,Курсель-ле-Конт,كورسيليس لي كومت,库尔塞勒勒孔特		32	62	621	62248
3023101	Courcelles-la-Forêt	courcelles-la-foret	FR	72270	425	Europe/Paris	47.78463	-0.01756		Courcelles,Courcelles-la-Foret,Courcelles-la-Forêt		52	72	721	72100
3023102	Courcelles-Frémoy	courcelles-fremoy	FR	21460	104	Europe/Paris	47.45	4.17143		Courcelles-Fremoy,Courcelles-Frémoy		27	21	213	21203
3023103	Courcelles-Epayelles	courcelles-epayelles	FR	60420	150	Europe/Paris	49.56667	2.61667		Courcelles		32	60	602	60168
3023104	Courcelles-en-Montagne	courcelles-en-montagne	FR	52200	74	Europe/Paris	47.83751	5.22231		Courcelles,Courcelles-en-Montagne		44	52	522	52147
3023105	Courcelles-en-Barrois	courcelles-en-barrois	FR	55260	0	Europe/Paris	48.82523	5.44174		Courcelles,Courcelles-en-Barrois		44	55	552	55127
3023106	Courcelles-de-Touraine	courcelles-de-touraine	FR	37330	342	Europe/Paris	47.48222	0.30812		Courcelles,Courcelles de Touraine,Courcelles-de-Touraine		24	37	371	37086
3023107	Courcelles-Chaussy	courcelles-chaussy	FR	57530	2855	Europe/Paris	49.1094	6.40153		Courcelles-Chaussy,Kursel Shosi,Kursel'-Shossi,ku er se lai shao xi,kwrsl-shwsy,Курсел Шоси,Курсель-Шосси,Курсель-Шоссі,کورسل-شوسی,库尔瑟莱绍西		44	57	579	57155
3023108	Courcelles-au-Bois	courcelles-au-bois	FR	80560	75	Europe/Paris	50.10303	2.58519		Courcelles,Courcelles-au-Bois		32	80	804	80217
3023111	Courcelles	courcelles	FR	17400	0	Europe/Paris	49.26718	3.99209				44	51	513	51474
3023112	Courcelles	courcelles	FR	17400	0	Europe/Paris	49.59245	1.69892				28	76	761	76345
3023113	Courcelles	courcelles	FR	17400	0	Europe/Paris	49.13826	5.08496				44	55	553	55014
3023114	Courcelles	courcelles	FR	17400	0	Europe/Paris	48.66616	3.91686				44	51	512	51010
3023115	Courcelles-en-Bassée	courcelles-en-bassee	FR	77126	226	Europe/Paris	48.41063	3.05446		Kursel an Base,Kursel'-an-Basse,Курсел ан Басе,Курсель-ан-Бассе		11	77	773	77133
3023116	Courcelles	courcelles	FR	17400	102	Europe/Paris	48.3725	6.03759		Courcelles		44	54	544	54140
3023117	Courcelles-Le-Roi	courcelles-le-roi	FR	45300	270	Europe/Paris	48.09734	2.31733		Courcelles,Courcelles-la-Riviere,Courcelles-la-Rivière,Courcelles-le-Roi		24	45	453	45110
3023118	Courcelles	courcelles	FR	17400	0	Europe/Paris	48.03713	3.78001				27	89	891	89276
3023119	Courcelles	courcelles	FR	17400	0	Europe/Paris	47.90036	4.55335				27	21	213	21435
3023120	Courcelles	courcelles	FR	17400	106	Europe/Paris	47.49816	7.0777		Courcelles		27	90	901	90027
3023121	Courcelles	courcelles	FR	17400	0	Europe/Paris	47.39667	3.39914		Courcelles		27	58	582	58090
3023122	Courcelles	courcelles	FR	17400	0	Europe/Paris	47.28565	3.4975				27	58	582	58041
3023123	Courcelles	courcelles	FR	17400	66	Europe/Paris	47.09425	5.95558		Courcelles,Courcelles-les-Quingey,Courcelles-lès-Quingey		27	25	251	25171
3023125	Courcelette	courcelette	FR	80300	137	Europe/Paris	50.05848	2.74776		Concellette,Courcelette		32	80	804	80216
3023129	Courçay	courcay	FR	37310	728	Europe/Paris	47.25225	0.87611		Courcay,Courçay		24	37	373	37085
3023130	Courçais	courcais	FR	03370	315	Europe/Paris	46.47076	2.43545		Courcais,Courçais		84	03	031	03088
3023132	Courbouzon	courbouzon	FR	39570	403	Europe/Paris	47.71489	1.54345		Courbouzon		24	41	411	41066
3023133	Courbouzon	courbouzon	FR	39570	590	Europe/Paris	46.65082	5.52748		Courbouzon		27	39	392	39169
3023137	Courboin	courboin	FR	02330	277	Europe/Paris	48.99393	3.505		Courboin		32	02	021	02223
3023138	Courbillac	courbillac	FR	16200	514	Europe/Paris	45.76789	-0.18051		Courbillac,Kurbijak,ku er bi la ke,Курбийак,Курбіяк,库尔比拉克		75	16	162	16109
3023140	Courbiac	courbiac	FR	47370	118	Europe/Paris	44.37747	1.03893		Courbiac		75	47	473	47072
3023141	Courbevoie	courbevoie	FR	92400	85158	Europe/Paris	48.89672	2.25666		Curbavia,Kurb'ovoa,Kurbevua,Kurbvoa,QEV,ku er bu wa,kuleubeubua,kurubuvu~oa,kwrbfwa,kwrbwa,Курбвоа,Курбевуа,Курбьовоа,كوربفوا,کوربوآ,کوربیوۓ,კურბევუა,クールブヴォア,库尔布瓦,쿠르브부아		11	92	922	92026
3023142	Courbeveille	courbeveille	FR	53230	512	Europe/Paris	47.99255	-0.88736		Courbeveille		52	53	531	53082
3023144	Courbette	courbette	FR	39570	46	Europe/Paris	46.59584	5.56511		Courbette		27	39	392	39168
3023148	Courbesseaux	courbesseaux	FR	54110	195	Europe/Paris	48.68984	6.39894		Courbesseaux		44	54	542	54139
3023150	Courbes	courbes	FR	02800	31	Europe/Paris	49.68333	3.45		Courbes		32	02	022	02222
3023151	Courbépine	courbepine	FR	27300	648	Europe/Paris	49.12653	0.56168		Courbepine,Courbépine,Kurbepin,ku er bei pan,Курбепин,Курбепін,库尔贝潘		28	27	272	27179
3023152	Courbehaye	courbehaye	FR	28140	133	Europe/Paris	48.15914	1.60913		Courbehaye		24	28	282	28114
3023163	Courban	courban	FR	21520	163	Europe/Paris	47.91698	4.73579		Courban		27	21	213	21202
3023169	Courant	courant	FR	17330	297	Europe/Paris	46.04238	-0.57283		Courant		75	17	175	17124
3023171	Courances	courances	FR	91490	371	Europe/Paris	48.4407	2.47639		Kurans,ku lang sai,Куранс,库朗塞		11	91	912	91180
3023173	Couquèques	couqueques	FR	33340	224	Europe/Paris	45.34435	-0.84939		Couqueques,Couquèques		75	33	334	33134
3023175	Coupvray	coupvray	FR	77700	2964	Europe/Paris	48.89289	2.7967		Coupvray,Kuvre,kuvure,Кувре,クヴレ		11	77	775	77132
3023176	Couptrain	couptrain	FR	53250	165	Europe/Paris	48.48328	-0.29339				52	53	533	53080
3023177	Coupru	coupru	FR	02310	144	Europe/Paris	49.03095	3.27178		Coupru,Kuprju,ku pu lu,Купрю,库普吕		32	02	021	02221
3023178	Coupray	coupray	FR	52210	158	Europe/Paris	47.97568	4.94337		Coupray		44	52	521	52146
3023184	Coupéville	coupeville	FR	51240	153	Europe/Paris	48.91046	4.62754		Coupeville,Coupéville		44	51	511	51179
3023185	Coupetz	coupetz	FR	51240	68	Europe/Paris	48.81883	4.36474		Coupetz		44	51	511	51178
3023187	Coupesarte	coupesarte	FR	14140	48	Europe/Paris	49.05834	0.10484		Coupesarte		28	14	143	14431
3023189	Coupelle-Vieille	coupelle-vieille	FR	62310	512	Europe/Paris	50.52392	2.09959		Coupelle-Vieille		32	62	624	62247
3023190	Coupelle-Neuve	coupelle-neuve	FR	62310	164	Europe/Paris	50.4999	2.12019		Coupelle-Neuve		32	62	624	62246
3023196	Counozouls	counozouls	FR	11140	44	Europe/Paris	42.73213	2.22782		Counozouls		76	11	112	11104
3023205	Coume	coume	FR	57220	604	Europe/Paris	49.19842	6.57308		Coume,Kuhmen,Kum,Кум		44	57	573	57154
3023206	Coulx	coulx	FR	47260	261	Europe/Paris	44.46761	0.47166		Coulx		75	47	472	47071
3023207	Coulvain	coulvain	FR	14310	300	Europe/Paris	49.04845	-0.72587		Coulvain,Kul'ven,ku er wan,Кульвен,库尔万		28	14	144	14579
3023208	Coulouvray-Boisbenâtre	coulouvray-boisbenatre	FR	50670	543	Europe/Paris	48.78666	-1.10964		Coulouvray,Coulouvray-Boisbenatre,Coulouvray-Boisbentre,Coulouvray-Boisbenâtre,Kuluvre-Buabenatr,ku lu fu lai bu wa si bo na te er,Кулувре-Буабенатр,库卢夫赖布瓦斯伯纳特尔		28	50	501	50144
3023209	Couloutre	couloutre	FR	58220	206	Europe/Paris	47.40809	3.22591		Couloutre		27	58	584	58089
3023211	Coulours	coulours	FR	89320	163	Europe/Paris	48.16403	3.58674		Coulours		27	89	893	89120
3023215	Couloumé-Mondebat	couloume-mondebat	FR	32160	257	Europe/Paris	43.63333	0.1		Couloume,Couloumé		76	32	323	32109
3023219	Coulonvillers	coulonvillers	FR	80135	238	Europe/Paris	50.14189	2.00709		Coulonvillers		32	80	801	80215
3023221	Coulonges-Thouarsais	coulonges-thouarsais	FR	79330	394	Europe/Paris	46.92515	-0.32254		Coulonges,Coulonges-Thouarsais		75	79	791	79102
3023222	Coulonges-sur-Sarthe	coulonges-sur-sarthe	FR	61170	461	Europe/Paris	48.5313	0.4005		Coulonges,Coulonges-sur-Sarthe		28	61	611	61126
3023223	Coulonges-sur-l'Autize	coulonges-sur-l-autize	FR	79160	2373	Europe/Paris	46.4834	-0.59884		Coulonges,Coulonges-sur-l'Autise,Coulonges-sur-l'Autize,Coulonges-sur-lAutize		75	79	793	79101
3023224	Coulonges-les-Sablons	coulonges-les-sablons	FR	61110	382	Europe/Paris	48.40246	0.89883		Coulonges,Coulonges-les-Sablons		28	61	613	61116
3023225	Coulonges-Cohan	coulonges-cohan	FR	02130	0	Europe/Paris	49.2	3.63333		Coulonges-en-Tardenois,Kulonzh-Koan,ku long ri ke ang,Кулонж-Коан,库隆日科昂		32	02	021	02220
3023227	Coulonges	coulonges	FR	16330	0	Europe/Paris	46.40229	1.15434		Coulonges		75	86	862	86084
3023228	Coulonges	coulonges	FR	16330	0	Europe/Paris	45.83338	0.09126		Coulonges		75	16	163	16108
3023229	Coulonges	coulonges	FR	16330	194	Europe/Paris	45.60911	-0.4249		Coulonges		75	17	171	17122
3023230	Coulongé	coulonge	FR	72800	568	Europe/Paris	47.68949	0.20125		Coulonge,Coulongé		52	72	721	72098
3023232	Coulonces	coulonces	FR	14500	0	Europe/Paris	48.87405	-0.91393		Coulonces		28	14	144	14762
3023233	Coulonces	coulonces	FR	14500	193	Europe/Paris	48.83644	0.0065		Coulonces		28	61	612	61123
3023235	Coulon	coulon	FR	79510	0	Europe/Paris	47.63333	3.35				27	89	891	89383
3023236	Coulon	coulon	FR	79510	0	Europe/Paris	47.13313	1.86895				24	18	183	18103
3023237	Coulon	coulon	FR	79510	0	Europe/Paris	47.02	2.45267				24	18	181	18254
3023238	Coulon	coulon	FR	79510	2203	Europe/Paris	46.32401	-0.58489		Coulon		75	79	792	79100
3023239	Coulommiers-la-Tour	coulommiers-la-tour	FR	41100	489	Europe/Paris	47.78401	1.14331		Coulommiers,Coulommiers-la-Tour,Kulomme-la-Tur,ku luo mi ye er la tu,Куломмє-ла-Тур,库洛米耶尔拉图		24	41	412	41065
3023240	Coulommiers	coulommiers	FR	77120	15274	Europe/Paris	48.81451	3.08498		Coulommiers		11	77	771	77131
3023241	Coulommiers	coulommiers	FR	77120	0	Europe/Paris	47.22647	1.736				24	36	364	36068
3023243	Coulommes-la-Montagne	coulommes-la-montagne	FR	51390	223	Europe/Paris	49.22535	3.91191		Coulommes,Coulommes-la-Montagne		44	51	513	51177
3023244	Coulommes-et-Marqueny	coulommes-et-marqueny	FR	08130	86	Europe/Paris	49.43481	4.58012		Coulommes,Coulommes-et-Marqueny		44	08	084	08134
3023245	Coulommes	coulommes	FR	77580	430	Europe/Paris	48.89137	2.92889		Coulommes		11	77	771	77130
3023246	Coulomby	coulomby	FR	62380	410	Europe/Paris	50.706	2.00972		Coulomby		32	62	625	62245
3023247	Coulombs	coulombs	FR	14480	288	Europe/Paris	49.25095	-0.56381		Coulombs		28	14	141	14406
3023248	Coulombs-en-Valois	coulombs-en-valois	FR	77840	620	Europe/Paris	49.06667	3.13333				11	77	771	77129
3023249	Coulombs	coulombs	FR	14480	1320	Europe/Paris	48.65253	1.54646		Coulombs		24	28	283	28113
3023250	Coulombs	coulombs	FR	14480	0	Europe/Paris	44.84998	3.89813				84	43	432	43008
3023251	Coulombiers	coulombiers	FR	72130	401	Europe/Paris	48.29821	0.12681		Coulombiers		52	72	722	72138
3023252	Coulombiers	coulombiers	FR	72130	1080	Europe/Paris	46.48615	0.18734		Coulombiers		75	86	863	86083
3023253	Couloisy	couloisy	FR	60350	556	Europe/Paris	49.39962	3.02724		Couloisy,Kuluazi,ku lu wa xi,Кулуазі,库卢瓦西		32	60	603	60167
3023254	Coulogne	coulogne	FR	62137	5979	Europe/Paris	50.92463	1.88137		Coulogne,Coulonne,Kulon',ku luo nie,kwlwjn,Кулонь,كولوجن,库洛涅		32	62	626	62244
3023255	Coulobres	coulobres	FR	34290	260	Europe/Paris	43.44976	3.27927		Coulobres		76	34	341	34085
3023257	Coulmiers	coulmiers	FR	45130	604	Europe/Paris	47.93144	1.66464		Coulmiers,Kul'me,ku er mi ye er,Кульмє,库尔米耶尔		24	45	452	45109
3023258	Coulmier-le-Sec	coulmier-le-sec	FR	21400	268	Europe/Paris	47.75004	4.49358		Coulmier,Coulmier-le-Sec,Coulmiers-le-Sec		27	21	213	21201
3023259	Coulmer	coulmer	FR	61230	88	Europe/Paris	48.77316	0.28846		Coulmer		28	61	613	61122
3023260	Coullons	coullons	FR	45720	2423	Europe/Paris	47.62105	2.49258		Coullons,Kullon,ku long,Куллон,库隆		24	45	451	45108
3023262	Coullemont	coullemont	FR	62158	106	Europe/Paris	50.21576	2.47602		Coullemont,Coulonmont,Kul'mon,ku lai meng,kwlywmwnt,Кульмон,كوليومونت,库莱蒙		32	62	621	62243
3023264	Coullemelle	coullemelle	FR	80250	244	Europe/Paris	49.66846	2.42339		Coullemelle,Coulmelle,Kul'mel',ku lei mei er,Кульмель,库勒梅尔		32	80	803	80214
3023267	Coulimer	coulimer	FR	61360	272	Europe/Paris	48.47407	0.46773		Coulimer		28	61	613	61121
3023269	Coulgens	coulgens	FR	16560	473	Europe/Paris	45.81103	0.28704		Colgent,Coulgens,Kul'zhan,ku er rang,Кульжан,库尔让		75	16	161	16107
3023270	Coulevon	coulevon	FR	70000	213	Europe/Paris	47.6396	6.16956		Coulevan,Coulevon,Kul'von,Кульвон		27	70	702	70179
3023271	Couleuvre	couleuvre	FR	03320	592	Europe/Paris	46.6723	2.90754		Couleuvre		84	03	032	03087
3023278	Coulaures	coulaures	FR	24420	892	Europe/Paris	45.30661	0.97914		Coloras,Colòras,Coulaures,Couloures,Coulòures,Kulor,ku luo lei,Кулор,库洛雷		75	24	242	24137
3023279	Coulans-sur-Gée	coulans-sur-gee	FR	72550	1313	Europe/Paris	48.02145	0.01064		Coulans,Coulans-sur-Gee,Coulans-sur-Gée		52	72	721	72096
3023280	Coulanges-sur-Yonne	coulanges-sur-yonne	FR	89480	540	Europe/Paris	47.52666	3.54023		Coulanges,Coulanges-sur-Yonne		27	89	891	89119
3023281	Coulanges-lès-Nevers	coulanges-les-nevers	FR	58660	3610	Europe/Paris	47.00509	3.18756		Coulanges,Coulanges-les-Nevers,Coulanges-lès-Nevers		27	58	583	58088
3023282	Coulanges-la-Vineuse	coulanges-la-vineuse	FR	89580	957	Europe/Paris	47.70079	3.58217		Coulange,Coulange-la-Vineuse,Coulanges-la-Vineuse		27	89	891	89118
3023284	Coulanges	coulanges	FR	03470	327	Europe/Paris	47.54284	1.22368		Cou-sans-Culotte,Coulanges		24	41	411	41055
3023285	Coulanges	coulanges	FR	03470	315	Europe/Paris	46.48559	3.85899				84	03	032	03086
3023286	Coulangeron	coulangeron	FR	89580	175	Europe/Paris	47.68111	3.47025		Coulangeron,Kulanzhron,ku lang re long,Куланжрон,库朗热龙		27	89	891	89117
3023290	Coulandon	coulandon	FR	03000	698	Europe/Paris	46.55064	3.2559		Coulandon		84	03	032	03085
3023291	Coulaines	coulaines	FR	72190	7912	Europe/Paris	48.02409	0.20411		Kulen,Кулен		52	72	723	72095
3023292	Couladère	couladere	FR	31220	397	Europe/Paris	43.20182	1.09039		Couladere,Couladère		76	31	311	31153
3023294	Couiza	couiza	FR	11190	1281	Europe/Paris	42.94299	2.2555		Coisan,Couiza,Kuiza,ku yi zha,Куиза,Куїза,库伊扎		76	11	112	11103
3023295	Couin	couin	FR	62760	92	Europe/Paris	50.13566	2.5289		Couin,Kuen,ku an,kwyn,Куен,كوين,库安		32	62	621	62242
3023296	Couilly-Pont-aux-Dames	couilly-pont-aux-dames	FR	77860	2033	Europe/Paris	48.88473	2.85677		Couilly,Couilly-Pont,Couilly-Pont-aux-Dames,Kui-Pon-o-Dam,Куи-Пон-о-Дам,Куї-Пон-о-Дам		11	77	771	77128
3023301	Couhé	couhe	FR	86700	1968	Europe/Paris	46.29982	0.18199		Couche,Couché,Couhe,Couhe-Verac,Couhé,Couhé-Verac,Kue,ku e,Куе,库厄		75	86	862	86082
3023309	Coufouleux	coufouleux	FR	81800	2135	Europe/Paris	43.81713	1.73078		Confoleuc,Confolèuç,Couffouleux,Coufouleux,Kuffule,Kufuljo,ku fu lei,Куфулё,Куффуле,库富勒		76	81	811	81070
3023310	Couflens	couflens	FR	09140	69	Europe/Paris	42.78724	1.18651		Couflens		76	09	093	09100
3023311	Couffy-sur-Sarsonne	couffy-sur-sarsonne	FR	19340	74	Europe/Paris	45.66141	2.32877		Couffy,Couffy-sur-Sarsonne		75	19	193	19064
3023312	Couffy	couffy	FR	41110	0	Europe/Paris	45.67202	1.99142		Couffy		75	19	192	19265
3023313	Couffoulens	couffoulens	FR	11250	582	Europe/Paris	43.15522	2.30691				76	11	111	11102
3023314	Couffy	couffy	FR	41110	586	Europe/Paris	47.24766	1.43921		Kuffi,ku fei,Куффі,库菲		24	41	413	41063
3023315	Couffé	couffe	FR	44521	1936	Europe/Paris	47.39191	-1.29151		Couffe,Couffé,Koufeg,Kuffe,kufe,Куффе,クフェ		52	44	445	44048
3023321	Couesmes-Vaucé	couesmes-vauce	FR	53300	399	Europe/Paris	48.45095	-0.71008		Couesmes,Couesmes-en-Froulay,Kuem-Vose,ku ai si mei wo sai,Куем-Восе,库埃斯梅沃塞		52	53	533	53079
3023322	Couesmes	couesmes	FR	37330	521	Europe/Paris	47.56403	0.34178		Couesmes		24	37	371	37084
3023324	Couëron	coueron	FR	44220	19466	Europe/Paris	47.21473	-1.72452		Coueron,Couëron,Koeron,Kueron,ku e long,kueron,Куерон,クエロン,库厄龙		52	44	442	44047
3023325	Coueilles	coueilles	FR	31230	115	Europe/Paris	43.34957	0.88658		Coueilles		76	31	312	31152
3023327	Coudures	coudures	FR	40500	418	Europe/Paris	43.69109	-0.51893				75	40	402	40086
3023328	Coudun	coudun	FR	60150	1034	Europe/Paris	49.46146	2.81248		Coudun,Kuden,ku dan,Куден,库丹		32	60	603	60166
3023329	Coudroy	coudroy	FR	45260	289	Europe/Paris	47.90668	2.4674		Coudroy,Kudrua,ku de lu wa,Кудруа,库德鲁瓦		24	45	451	45107
3023331	Coudres	coudres	FR	27220	480	Europe/Paris	48.86391	1.24533		Coudres		28	27	273	27177
3023332	Coudrecieux	coudrecieux	FR	72440	597	Europe/Paris	47.9926	0.6287		Coudrecieux		52	72	722	72094
3023333	Coudreceau	coudreceau	FR	28400	419	Europe/Paris	48.34678	0.92039		Coudreceau		24	28	284	28236
3023336	Coudray-Rabut	coudray-rabut	FR	14130	341	Europe/Paris	49.30363	0.18105		Coudray,Coudray-Rabut		28	14	143	14514
3023337	Coudray-au-Perche	coudray-au-perche	FR	28330	339	Europe/Paris	48.23204	0.85631		Coudray,Coudray-au-Perche		24	28	284	28111
3023339	Coudray	coudray	FR	27150	203	Europe/Paris	49.33738	1.50494		Coudray,le Coudray		28	27	271	27176
3023340	Coudray	coudray	FR	27150	0	Europe/Paris	48.66171	1.1948				24	28	283	28323
3023341	Coudray	coudray	FR	27150	389	Europe/Paris	48.27201	2.36788		Coudray		24	45	453	45191
3023342	Coudray	coudray	FR	27150	670	Europe/Paris	47.79067	-0.64426		Coudray		52	53	531	53078
3023344	Coudoux	coudoux	FR	13111	3024	Europe/Paris	43.558	5.24889		Codoc,Codoç,Coudeux,Coudoux,Kudu,ku du,Куду,库杜		93	13	131	13118
3023348	Coudons	coudons	FR	11500	65	Europe/Paris	42.86296	2.12656		Coudons		76	11	112	11101
3023349	Coudeville-sur-Mer	coudeville-sur-mer	FR	50290	758	Europe/Paris	48.88148	-1.52744				28	50	501	50143
3023350	Coudes	coudes	FR	63114	901	Europe/Paris	45.61471	3.20808		Codas,Coudes,Kud,ku dai,Куд,库代		84	63	633	63121
3023356	Coudekerque-Branche	coudekerque-branche	FR	59210	25201	Europe/Paris	51.02288	2.39359		Coudekerque,Coudekerque-Branche,Couderkerque-Branche,Kudkerk Bransh,Kudkerk-Bransh,Nieuw-Koudekerke,Nieuw-Koukerke,ku de kai er ke-bu lang shen,kudeukeleukeubeulangsyu,kudokeruku=buranshu,kwdwkrkw bransh,Кудкерк Бранш,Кудкерк-Бранш,کودوکرکو برانش,クドケルク＝ブランシュ,庫德凱爾克-布朗什,쿠드케르크브랑슈		32	59	594	59155
3023357	Coudekerque-Village	coudekerque-village	FR	59380	1147	Europe/Paris	51	2.41667		Koudekerke-Dorp,Koukerke,Kudkerk-Villazh,ku de kai er ke cun,Кудкерк-Виллаж,Кудкерк-Віллаж,库德凯尔克村		32	59	594	59588
3023358	Coudehard	coudehard	FR	61160	79	Europe/Paris	48.86198	0.14246		Coudehard		28	61	612	61120
3023360	Couddes	couddes	FR	41700	511	Europe/Paris	47.36405	1.40436		Couddes		24	41	413	41062
3023362	Coucy-lès-Eppes	coucy-les-eppes	FR	02840	627	Europe/Paris	49.55369	3.77262		Coucy,Coucy-les-Eppes,Coucy-lès-Eppes,Kusi-lez-Ehp,Kusi-lez-Epp,ku xi lai sai pu,Куси-лез-Эп,Кусі-лез-Епп,库西莱塞普		32	02	022	02218
3023363	Coucy-le-Château-Auffrique	coucy-le-chateau-auffrique	FR	02380	1082	Europe/Paris	49.52083	3.32381		Coucy-Auffrique,Coucy-la-Montagne,Coucy-le-Chateau,Coucy-le-Chateau-Auffrique,Coucy-le-Château,Coucy-le-Château-Auffrique,Kusi-le-Shato-Offrik,Kusi-le-Shato-Ofrik,ku xi bao-ou fu li ke,Куси-ле-Шато-Офрик,Кусі-ле-Шато-Оффрик,库西堡-欧夫里克		32	02	022	02217
3023364	Coucy-la-Ville	coucy-la-ville	FR	02380	254	Europe/Paris	49.5331	3.32941		Coucy,Coucy-la-Vallee.,Coucy-la-Vallée.,Coucy-la-Ville		32	02	022	02219
3023365	Coucy	coucy	FR	08300	487	Europe/Paris	49.50507	4.457		Coucy		44	08	082	08133
3023366	Coucy	coucy	FR	08300	0	Europe/Paris	45.97495	5.96447		Concy,Coucy		84	74	743	74075
3023367	Coucouron	coucouron	FR	07470	747	Europe/Paris	44.80349	3.97125		Coucouron,Valmont		84	07	071	07071
3023370	Couchey	couchey	FR	21160	1224	Europe/Paris	47.25991	4.98257		Couchey		27	21	211	21200
3023371	Couches	couches	FR	71490	1420	Europe/Paris	46.86667	4.56667		Couches-les-Mines,Kush,Куш		27	71	711	71149
3023375	Coubron	coubron	FR	93470	4735	Europe/Paris	48.91667	2.58333		Coubron,Kubron,ku bu long,Куброн,库布龙		11	93	932	93015
3023379	Coubon	coubon	FR	43700	2882	Europe/Paris	44.99731	3.91783		Coubon		84	43	432	43078
3023380	Coublucq	coublucq	FR	64410	107	Europe/Paris	43.53257	-0.36472		Cobluc,Coublucq,Kubljuk,ku bu lu ke,Кублюк,库布吕克		75	64	643	64195
3023381	Coublevie	coublevie	FR	38500	3992	Europe/Paris	45.35856	5.61146		Coublevie,Kublevi,ku bu lei wei ye,Кублеви,Кублеві,库布勒维耶		84	38	381	38133
3023383	Coublanc	coublanc	FR	52500	124	Europe/Paris	47.69105	5.45933		Coublanc		44	52	522	52145
3023384	Coublanc	coublanc	FR	52500	907	Europe/Paris	46.17469	4.27327		Coublanc		27	71	713	71148
3023386	Coubjours	coubjours	FR	24390	163	Europe/Paris	45.24709	1.2571		Cojors,Coubjours,Kubzhur,ku bu ru er,Кубжур,库布茹尔		75	24	244	24136
3023387	Coubisou	coubisou	FR	12190	523	Europe/Paris	44.55328	2.7312		Cobison,Coubisou,Kubizu,ku bi su,Кубизу,Кубізу,库比苏		76	12	122	12079
3023388	Coubeyrac	coubeyrac	FR	33890	104	Europe/Paris	44.78434	0.05893		Coubeyrac		75	33	335	33133
3023389	Coubert	coubert	FR	77170	1459	Europe/Paris	48.67186	2.69733		Coubert		11	77	772	77127
3023392	Couargues	couargues	FR	18300	219	Europe/Paris	47.29233	2.91464		Couargues		24	18	181	18074
3023400	Cottun	cottun	FR	14400	190	Europe/Paris	49.27161	-0.79016		Cottun		28	14	141	14184
3023404	Cottévrard	cottevrard	FR	76850	347	Europe/Paris	49.63321	1.22254		Cottevrard,Cottévrard		28	76	763	76188
3023406	Cottenchy	cottenchy	FR	80440	770	Europe/Paris	49.80954	2.38394		Cottenchy		32	80	803	80213
3023408	Cottance	cottance	FR	42360	559	Europe/Paris	45.79296	4.29972		Cottance		84	42	421	42073
3023410	Cotignac	cotignac	FR	83570	2186	Europe/Paris	43.52876	6.14955		Cotignac,Cotinhac,Kotin'jak,ke di ni ya,Котиньяк,Котіньяк,科蒂尼亚		93	83	833	83046
3023411	Coti-Chiavari	coti-chiavari	FR	20138	509	Europe/Paris	41.77253	8.77099		Coti e Chjavari,Coti è Chjavari,Coti-Chiavari,Koti-K'javari,Koti-Kjavari,Коти-Кьявари,Коті-Кяварі		94	2A	2A1	2A098
3023430	Côtebrune	cotebrune	FR	25360	55	Europe/Paris	47.25379	6.31265		Cotebrune,Côtebrune		27	25	251	25166
3023450	Costaros	costaros	FR	43490	577	Europe/Paris	44.89513	3.85031		Costaros		84	43	432	43077
3023454	Costa	costa	FR	20226	52	Europe/Paris	42.57504	9.00191		Costa		94	2B	2B5	2B097
3023455	Costa	costa	FR	20226	0	Europe/Paris	42.49419	9.26602				94	2B	2B3	2B059
3023456	Costa	costa	FR	20226	0	Europe/Paris	42.04639	8.97024		Costa		94	2A	2A1	2A330
3023457	Costa	costa	FR	20226	0	Europe/Paris	42.03932	8.95217		Costa		94	2A	2A1	2A062
3023458	Cosswiller	cosswiller	FR	67310	549	Europe/Paris	48.63147	7.40117		Cosswiller		44	67	673	67077
3023463	Cossesseville	cossesseville	FR	14690	91	Europe/Paris	48.8955	-0.41947		Cossesseville		28	14	142	14183
3023466	Cossé-le-Vivien	cosse-le-vivien	FR	53230	2862	Europe/Paris	47.94538	-0.91184		Cosse-le-Vivien,Cossé-le-Vivien,Kosse-le-Vivjan,ke sai lai wei wei an,Коссе-ле-Вівян,科塞莱维维安		52	53	531	53077
3023467	Cossé-en-Champagne	cosse-en-champagne	FR	53340	295	Europe/Paris	47.96253	-0.3338		Cosse,Cosse-en-Champagne,Cossé,Cossé-en-Champagne		52	53	531	53076
3023468	Cossé-d'Anjou	cosse-d-anjou	FR	49120	0	Europe/Paris	47.16274	-0.67822		Cosse,Cosse-d'Anjou,Cossé,Cossé-d'Anjou		52	49	492	49092
3023470	Cossaye	cossaye	FR	58300	760	Europe/Paris	46.74857	3.48475		Cossaye		27	58	583	58087
3023473	Cosqueville	cosqueville	FR	50330	501	Europe/Paris	49.69352	-1.40905		Cosqueville,Kokvil',ke si qu ai wei er,Коквиль,Коквіль,科斯屈埃维尔		28	50	502	50142
3023476	Cosne-Cours-sur-Loire	cosne-cours-sur-loire	FR	58200	11613	Europe/Paris	47.41101	2.92528		Cosne-sur-Loire,Cours,Kon-Kur-sjur-Luar,konu=kuru=shuru=rowaru,lu wa er he pan ke si nei-ku er,Кон-Кур-сюр-Луар,コーヌ＝クール＝シュル＝ロワール,卢瓦尔河畔科斯内-库尔	584	27	58	584	58086
3023477	Cosnes	cosnes	FR	54400	2110	Europe/Paris	49.51964	5.7121		Cosnes,Cosnes-et-Romain		44	54	541	54138
3023478	Cosne-d'Allier	cosne-d-allier	FR	03430	0	Europe/Paris	46.47514	2.83135		Cosne,Cosne-d'Allier		84	03	031	03084
3023484	Cosnac	cosnac	FR	19360	2412	Europe/Paris	45.13423	1.58544		Cosnac,Konak,ke si na ke,Конак,科斯纳克		75	19	191	19063
3023485	Cosmes	cosmes	FR	53230	284	Europe/Paris	47.92058	-0.88149		Cosmes		52	53	531	53075
3023487	Cosges	cosges	FR	39140	280	Europe/Paris	46.7478	5.4044		Cosges		27	39	392	39167
3023491	Cos	cos	FR	09000	275	Europe/Paris	42.97771	1.56948		Cos		76	09	091	09099
3023492	Corzé	corze	FR	49140	1591	Europe/Paris	47.55956	-0.39062				52	49	491	49110
3023493	Corvol-l'Orgueilleux	corvol-l-orgueilleux	FR	58460	0	Europe/Paris	47.43119	3.40357		Corvol-l'Orgueilleux,Corvol-le-Belliqueux		27	58	582	58085
3023494	Corvol-d'Embernard	corvol-d-embernard	FR	58210	0	Europe/Paris	47.29656	3.39914		Corvol,Corvol-d'Embernard		27	58	582	58084
3023498	Corveissiat	corveissiat	FR	01250	517	Europe/Paris	46.24445	5.48244		Corveissiat		84	01	012	01125
3023500	Cortrat	cortrat	FR	45700	106	Europe/Paris	47.89678	2.76452		Cortrat,Kortra,ke er te la,Кортра,科尔特拉		24	45	451	45105
3023503	Cortevaix	cortevaix	FR	71460	241	Europe/Paris	46.53654	4.63809		Cortevaix		27	71	715	71147
3023506	Corte	corte	FR	20250	7217	Europe/Paris	42.30956	9.14917		Corte,Corti,Kort,Korte,korute,Корт,Корте,コルテ	2B3	94	2B	2B3	2B096
3023507	Cortambert	cortambert	FR	71250	203	Europe/Paris	46.47825	4.71287		Cortambert		27	71	715	71146
3023511	Corseul	corseul	FR	22130	1877	Europe/Paris	48.48155	-2.16979		Corseul,Corsoltum,Kersaout,Korsel',Korsjol',ke er se,Корсель,Корсёль,科尔瑟		53	22	221	22048
3023512	Corsept	corsept	FR	44560	2116	Europe/Paris	47.27678	-2.06062		Corbilo,Corsept,Korset,Korzed,ke er sai pu,koruseputo,Корсет,コルセプト,科尔塞普		52	44	443	44046
3023520	Corscia	corscia	FR	20224	176	Europe/Paris	42.35425	9.04249		Corscia,Korsh'ja,Korsha,Korshja,Корша,Коршья,Коршя		94	2B	2B3	2B095
3023521	Cortsaví	cortsavi	FR	66150	274	Europe/Paris	42.46635	2.57971		Corsavy,Cortsavi,Cortsaví		76	66	661	66060
3023522	Corsaint	corsaint	FR	21460	131	Europe/Paris	47.53857	4.19893		Corsaint		27	21	213	21199
3023526	Corroy	corroy	FR	51230	0	Europe/Paris	50.03174	1.66251				32	80	801	80765
3023527	Corroy	corroy	FR	51230	146	Europe/Paris	48.7019	3.93777		Corroy		44	51	512	51176
3023528	Corronsac	corronsac	FR	31450	512	Europe/Paris	43.47476	1.49776		Corronsac		76	31	313	31151
3023529	Corrombles	corrombles	FR	21460	210	Europe/Paris	47.51893	4.19917		Corrombles		27	21	213	21198
3023530	Corrobert	corrobert	FR	51210	164	Europe/Paris	48.9156	3.60535		Corrobert		44	51	512	51175
3023531	Corribert	corribert	FR	51270	51	Europe/Paris	48.94334	3.76786		Corribert		44	51	512	51174
3023534	Corrèze	correze	FR	19800	1176	Europe/Paris	45.37244	1.87513		Correze,Corrèze		75	19	192	19062
3023536	Correns	correns	FR	83570	723	Europe/Paris	43.48761	6.07952		Correnc,Correns,Correnç,Koran,Korran,ke er lang,Коран,Корран,科尔朗		93	83	833	83045
3023537	Corrençon-en-Vercors	correncon-en-vercors	FR	38250	366	Europe/Paris	45.03065	5.52611		Corencon,Corençon,Correncon,Correncon-en-Vercors,Corrençon,Corrençon-en-Vercors,Koranson an Verkor,Korranson-an-Verkor,wei er ke er de qu ke er lang song,Корансон ан Веркор,Коррансон-ан-Веркор,韦尔科尔地区科尔朗松		84	38	381	38129
3023540	Corre	corre	FR	70500	651	Europe/Paris	47.919	5.99177		Corre		27	70	702	70177
3023541	Corrano	corrano	FR	20168	73	Europe/Paris	41.89061	9.0653		Corrano		94	2A	2A1	2A094
3023542	Corquoy	corquoy	FR	18190	207	Europe/Paris	46.88812	2.29636		Corquoy,Corquoy-le-Libre		24	18	182	18073
3023543	Corquilleroy	corquilleroy	FR	45120	2272	Europe/Paris	48.04212	2.70382		Corquille-Libre,Corquilleroy,Curquilleroy,Korkijeroa,Korkijrua,ke er qu yi lei lu wa,Коркијероа,Коркійруа,科尔屈伊勒鲁瓦		24	45	451	45104
3023545	Corps-Nuds	corps-nuds	FR	35150	2679	Europe/Paris	47.97812	-1.58727		Cornutium,Corps-Nuds,Kor-Nju,Kornuz,Korp Nid,ke er pu ni de,Кор-Ню,Корп Нид,科尔普尼德		53	35	353	35088
3023546	Corps	corps	FR	38970	491	Europe/Paris	45.17805	5.86432		Corp,Corps		84	38	381	38422
3023547	Corps	corps	FR	38970	0	Europe/Paris	44.81739	5.9476		Corps		84	38	381	38128
3023548	Corpoyer-la-Chapelle	corpoyer-la-chapelle	FR	21150	27	Europe/Paris	47.54368	4.61036		Corpoyer,Corpoyer-la-Chapelle		27	21	213	21197
3023550	Corpeau	corpeau	FR	21190	1049	Europe/Paris	46.92917	4.75226		Corpeau		27	21	211	21196
3023551	Corpe	corpe	FR	85320	786	Europe/Paris	46.50521	-1.18111		Corpe		52	85	851	85073
3023557	Coron	coron	FR	49690	1384	Europe/Paris	47.12763	-0.64703		Coron		52	49	492	49109
3023560	Corny-sur-Moselle	corny-sur-moselle	FR	57680	1806	Europe/Paris	49.03557	6.06084		Corny,Corny-sur-Moselle,Korni sir Mozel,Korni-sjur-Mozel',kwrny-swr-mwzl,mo sai er he pan ke er ni,Корни сир Мозел,Корни-сюр-Мозель,Корні-сюр-Мозель,کورنی-سور-موزل,莫塞尔河畔科尔尼		44	57	579	57153
3023561	Corny-Machéroménil	corny-macheromenil	FR	08270	123	Europe/Paris	49.5789	4.4439		Corny,Corny-Macheromenil,Corny-Machéroménil,Korni Masheromenij,Korni-Masheromenij,Korni-Masheromenil',ke er ni-ma xie luo mei ni lei,Корни Машеромениј,Корни-Машеромениль,Корні-Машероменій,科尔尼-马谢罗梅尼勒		44	08	082	08132
3023562	Corny	corny	FR	27700	277	Europe/Paris	49.28261	1.45768		Corny		28	27	271	27070
3023563	Cornusse	cornusse	FR	18350	340	Europe/Paris	46.95457	2.73076		Cornusse		24	18	182	18072
3023564	Cornus	cornus	FR	12540	383	Europe/Paris	43.90179	3.17805		Cornus		76	12	121	12077
3023568	Cornot	cornot	FR	70120	152	Europe/Paris	47.69309	5.83358		Cornot		27	70	702	70175
3023572	Cornod	cornod	FR	39240	225	Europe/Paris	46.31309	5.54955		Cornod		27	39	392	39166
3023573	Cornimont	cornimont	FR	88310	3966	Europe/Paris	47.95998	6.83038		Cornimont		44	88	881	88116
3023574	Cornillon-sur-l'Oule	cornillon-sur-l-oule	FR	26510	0	Europe/Paris	44.45938	5.36762		Cornillon,Cornillon-sur Oule,Cornillon-sur-l'Oule		84	26	262	26105
3023638	Corme-Royal	corme-royal	FR	17600	1434	Europe/Paris	45.74543	-0.8135		Corme-Royal,Corme-la-Foret,Corme-la-Forêt		75	17	174	17120
3023575	Cornillon-en-Trièves	cornillon-en-trieves	FR	38710	147	Europe/Paris	44.83969	5.70973		Cornilhon,Cornillon,Cornillon-en-Trieves,Cornillon-en-Trièves,Kornijon an Trijev,Kornijon-an-Triev,te li ye wei de qu ke er ni long,Корнийон-ан-Триев,Корнијон ан Тријев,Корнійон-ан-Трієв,特里耶韦地区科尔尼隆		84	38	381	38127
3023576	Cornillon-Confoux	cornillon-confoux	FR	13250	1234	Europe/Paris	43.56267	5.07162		Cornilhon e Conforc,Cornilhon e Conforç,Cornillon,Cornillon-Confoux,Kornijon Konfu,Kornijon-Konfu,ke er ni long kong fu,Корнийон-Конфу,Корнијон Конфу,Корнійон-Конфу,科尔尼隆孔富		93	13	134	13029
3023580	Cornillon	cornillon	FR	30630	753	Europe/Paris	44.22465	4.48904		Cornilhon,Cornillon,Kornijon,ke er ni long,Корнийон,Корнијон,Корнійон,科尔尼隆		76	30	302	30096
3023581	Cornillé-les-Caves	cornille-les-caves	FR	49140	470	Europe/Paris	47.49883	-0.30122		Cornille,Cornille-les-Caves,Cornillé,Cornillé-les-Caves		52	49	491	49107
3023582	Cornillé	cornille	FR	24750	769	Europe/Paris	48.08035	-1.30801		Cornille,Cornilleium,Cornillé,Kornie,Kornije,Kornilieg,ke er ni lai,Корние,Корније,Корніє,科尔尼莱		53	35	351	35087
3023583	Cornillé	cornille	FR	24750	0	Europe/Paris	47.15796	0.99485				24	37	373	37049
3023584	Cornille	cornille	FR	24750	600	Europe/Paris	45.25088	0.78382		Cornille		75	24	243	24135
3023585	Cornillac	cornillac	FR	26510	89	Europe/Paris	44.44327	5.38673		Cornillac,Cornillic		84	26	262	26104
3023587	Cornil	cornil	FR	19150	1392	Europe/Paris	45.21062	1.69173		Cornil,Cornilh,Kornij,Kornil',ke er ni,Корний,Корниль,Корниј,Корній,科尔尼		75	19	192	19061
3023589	Cornier	cornier	FR	74800	1039	Europe/Paris	46.09304	6.29895		Cornier		84	74	742	74090
3023590	Corneville-sur-Risle	corneville-sur-risle	FR	27500	1177	Europe/Paris	49.34128	0.58628		Corneville,Corneville-sur-Risle,Kornevil'-sjur-Ril',Kornvil sir Ril,li si er he pan ke er na wei er,Корнвил сир Рил,Корневиль-сюр-Риль,Корневіль-сюр-Риль,里斯尔河畔科尔纳维尔		28	27	272	27174
3023591	Corneville-la-Fouquetière	corneville-la-fouquetiere	FR	27300	86	Europe/Paris	49.06538	0.70737		Corneville,Corneville-la-Fouquetiere,Corneville-la-Fouquetière		28	27	272	27173
3023592	Corneuil	corneuil	FR	27240	0	Europe/Paris	48.8817	1.1411				28	27	272	27032
3023598	Corneillan	corneillan	FR	32400	152	Europe/Paris	43.65653	-0.1799		Corneillan		76	32	323	32108
3023599	Corneilla-la-Rivière	corneilla-la-riviere	FR	66550	1538	Europe/Paris	42.69736	2.73007		Corneilla,Corneilla-de-la-Riviere,Corneilla-de-la-Rivière,Corneilla-la-Riviere,Corneilla-la-Rivière,Corneillà,Cornella de la Ribera,Cornellà de la Ribera		76	66	663	66058
3023600	Corneilla-del-Vercol	corneilla-del-vercol	FR	66200	1646	Europe/Paris	42.62454	2.95171		Corneilla,Corneilla-del-Vercol,Cornella del Bercol,Cornellà del Bèrcol		76	66	661	66059
3023601	Corneilla-de-Conflent	corneilla-de-conflent	FR	66820	457	Europe/Paris	42.56687	2.38121		Corneilla,Corneilla-de-Conflent,Cornella de Conflent,Cornellà de Conflent		76	66	663	66057
3023602	Corneilhan	corneilhan	FR	34490	1747	Europe/Paris	43.39962	3.19238		Corneilhan		76	34	341	34084
3023606	Cornebarrieu	cornebarrieu	FR	31700	5256	Europe/Paris	43.64967	1.32588		Cornabarriu,Cornebarrien,Cornebarrieu,Còrnabarriu,Kornbar'jo,Kornbarije,Kornbarre,ke er nei ba er li e,Корнбарије,Корнбаррє,Корнбарьё,科尔内巴尔里厄		76	31	313	31150
3023611	Corné	corne	FR	49630	2706	Europe/Paris	47.47091	-0.34992		Corne,Corné		52	49	491	49307
3023613	Cornay	cornay	FR	08250	76	Europe/Paris	49.30022	4.94951		Cornay,Korne,ke er nai,Корне,科尔奈		44	08	084	08131
3023617	Cornas	cornas	FR	07130	2222	Europe/Paris	44.96382	4.84839		Cornas		84	07	073	07070
3023618	Cornant	cornant	FR	89500	342	Europe/Paris	48.13169	3.18447		Cornant		27	89	893	89116
3023620	Cornac	cornac	FR	46130	0	Europe/Paris	46.09796	0.28704				75	86	862	86220
3023621	Cornac	cornac	FR	46130	352	Europe/Paris	44.90907	1.88091		Cornac		76	46	462	46076
3023622	Corn	corn	FR	46100	174	Europe/Paris	44.60773	1.89884		Corn		76	46	462	46075
3023623	Cormoz	cormoz	FR	01560	556	Europe/Paris	46.44893	5.2308		Cormoz		84	01	012	01124
3023624	Cormoyeux	cormoyeux	FR	51480	113	Europe/Paris	49.10952	3.91393		Cormoyeux		44	51	512	51173
3023625	Cormot-le-Grand	cormot-le-grand	FR	21340	150	Europe/Paris	46.96238	4.64333		Cormot,Cormot-le-Grand		27	21	211	21195
3023626	Cormost	cormost	FR	10800	269	Europe/Paris	48.16842	4.13616		Cormost		44	10	103	10104
3023627	Cormoranche-sur-Saône	cormoranche-sur-saone	FR	01290	996	Europe/Paris	46.23731	4.83558		Cormoranche,Cormoranche-sur-Saone,Cormoranche-sur-Saône		84	01	012	01123
3023628	Cormontreuil	cormontreuil	FR	51350	6479	Europe/Paris	49.21667	4.05		Cormontreuil,Kormonrej,Kormontrej,ke er meng te lei yi,Кормонрей,Кормонтреј,科尔蒙特勒伊		44	51	513	51172
3023629	Cormont	cormont	FR	62630	258	Europe/Paris	50.56925	1.74161		Cormont,Kormon,ke er meng,kwrmwnt,Кормон,كورمونت,科尔蒙		32	62	624	62241
3023630	Cormolain	cormolain	FR	14240	377	Europe/Paris	49.13085	-0.85341		Cormolain		28	14	141	14182
3023631	Cormicy	cormicy	FR	51220	1071	Europe/Paris	49.37071	3.89595		Cormicy,Kormisi,ke er mi xi,Кормиси,Кормісі,科尔米西		44	51	513	51171
3023636	Cormes	cormes	FR	72400	911	Europe/Paris	48.16964	0.70448		Cormes		52	72	722	72093
3023637	Cormery	cormery	FR	37320	1606	Europe/Paris	47.26812	0.83583		Cormery		24	37	373	37083
3023640	Cormeray	cormeray	FR	41120	0	Europe/Paris	48.55035	-1.44657		Cormeray		28	50	501	50410
3023641	Cormeray	cormeray	FR	41120	1293	Europe/Paris	47.49195	1.4061		Cormeray		24	41	411	41061
3023642	Cormenon	cormenon	FR	41170	724	Europe/Paris	47.96873	0.89247		Cormenon		24	41	412	41060
3023643	Cormelles-le-Royal	cormelles-le-royal	FR	14123	4808	Europe/Paris	49.15398	-0.33062		Cormelles-le-Libre,Kormel le Roajal,Kormel'-le-Ruajal',Kormel'-le-Ruajjal',ke er mo lai lai lu wa a,Кормел ле Роајал,Кормель-ле-Руайяль,Кормель-ле-Руаяль,科尔默莱莱鲁瓦阿		28	14	142	14181
3023644	Cormeilles-en-Vexin	cormeilles-en-vexin	FR	95830	915	Europe/Paris	49.11595	2.01942		Cormeilles,Cormeilles-en-Vexin,Kormej an Veksen,Kormej-an-Veksen,fu ke sang de qu ke er mei ye,Кормей-ан-Вексен,Кормеј ан Вексен,弗克桑地区科尔梅耶		11	95	953	95177
3023645	Cormeilles-en-Parisis	cormeilles-en-parisis	FR	95240	21973	Europe/Paris	48.97111	2.20491		Cormeilles,Cormeilles-en-Parisis,Kormej an Parizi,Kormej-an-Parizi,koleumeyujangpaliji,korumeiyu=zan=pariji,kwrmy an pryzys,kwrmy-an-pryzy,pa li xi de qu ke er mei ye,Кормей-ан-Паризи,Кормей-ан-Паризі,Кормеј ан Паризи,کورمی آن پریزیس,کورمی-آن-پریزی,コルメイユ＝ザン＝パリジ,帕里西地区科尔梅耶,코르메유장파리지		11	95	951	95176
3023646	Cormeilles	cormeilles	FR	27260	296	Europe/Paris	49.64101	2.19377		Cormeilles		32	60	601	60163
3023647	Cormeilles	cormeilles	FR	27260	1273	Europe/Paris	49.24803	0.37654		Cormeilles		28	27	272	27170
3023649	Corme-Écluse	corme-ecluse	FR	17600	810	Europe/Paris	45.63127	-0.85582		Corme-Ecluse,Corme-Écluse,Korm Ekliz,Korm Eklyuz,Korm-Ehkljuz,Korm-Ekljuz,ke er mu ai ke lu si,Корм Еклиз,Корм-Еклюз,Корм-Эклюз,Կորմ Էկլյուզ,科尔姆埃克吕斯		75	17	174	17119
3023653	Cormatin	cormatin	FR	71460	465	Europe/Paris	46.54619	4.68607		Cormatin		27	71	712	71145
3023655	Cormaranche-en-Bugey	cormaranche-en-bugey	FR	01110	858	Europe/Paris	45.95228	5.61161		Cormaranche,Cormaranche-en-Bugey,Cormaranches,Kormarans an Byuze,Kormaransh an Bizhe,Kormaransh-an-Bjuzhe,bi re de qu ke er ma lang shen,kwrmaransh-an-bwzhy,kwrmaransh-awn-bwghy,Кормаранш ан Биже,Кормаранш-ан-Бюже,Կորմարանշ ան Բյուժե,كورمارانش-أون-بوغي,کورمارانش-آن-بوژی,比热地区科尔马朗什		84	01	011	01185
3023657	Cormainville	cormainville	FR	28140	198	Europe/Paris	48.13744	1.60534		Cormainville		24	28	282	28108
3023659	Corlier	corlier	FR	01110	81	Europe/Paris	46.0307	5.49934		Corlier,Korl'e,Korlie,Korlije,ke er li ye,kwrlyh,Корлије,Корлье,Корльє,Կորլիե,كورليه,کورلیه,科尔利耶		84	01	011	01121
3023661	Corlay	corlay	FR	22320	1021	Europe/Paris	48.31649	-3.05737		Corlay,Korle		53	22	224	22047
3023662	Corlay	corlay	FR	22320	0	Europe/Paris	46.66933	1.928				24	36	363	36129
3023663	Corignac	corignac	FR	17130	279	Europe/Paris	45.24851	-0.39134		Corignac		75	17	171	17118
3023665	Corgoloin	corgoloin	FR	21700	935	Europe/Paris	47.0848	4.91268		Corgoloin		27	21	211	21194
3023666	Corgnac-sur-l'Isle	corgnac-sur-l-isle	FR	24800	0	Europe/Paris	45.37679	0.94778		Corgnac,Corgnac-sur-l'Isle,Corgnac-sur-lIsle,Corgnac-sur-l’Isle,li si er he pan ke er ni ya ke,利斯尔河畔科尔尼亚克		75	24	242	24134
3023668	Corgengoux	corgengoux	FR	21250	295	Europe/Paris	46.99052	4.98913		Corgengoux		27	21	211	21193
3023670	Corfélix	corfelix	FR	51210	70	Europe/Paris	48.83774	3.69905		Corfelix,Corfélix		44	51	512	51170
3023671	Corent	corent	FR	63730	597	Europe/Paris	45.66702	3.19463		Corent		84	63	632	63120
3023672	Corenc	corenc	FR	38700	4217	Europe/Paris	45.21889	5.76497		Corenc,Koran,Korank,Korenk,ke lang ke,Коран,Коранк,Коренк,科朗克		84	38	381	38126
3023673	Coren	coren	FR	15100	415	Europe/Paris	45.07713	3.10745		Coren		84	15	153	15055
3023681	Cordon	cordon	FR	74700	0	Europe/Paris	48.65981	2.67588				11	77	772	77217
3023682	Cordon	cordon	FR	74700	1006	Europe/Paris	45.92099	6.60536		Cordon		84	74	742	74089
3023683	Cordon	cordon	FR	74700	0	Europe/Paris	45.6249	5.6315				84	01	011	01058
3023688	Cordey	cordey	FR	14700	165	Europe/Paris	48.85134	-0.22903		Cordey		28	14	142	14180
3023689	Cordes-Tolosannes	cordes-tolosannes	FR	82700	275	Europe/Paris	43.98542	1.14944		Cordas,Cordes-Tolosannes,Còrdas,Kord Tolozan,Kord-Tolozann,ke er de tuo luo sa na,Корд Толозан,Корд-Толозанн,科尔德托洛萨纳		76	82	821	82045
3023690	Cordesse	cordesse	FR	71540	145	Europe/Paris	47.03738	4.3394		Cordesse		27	71	711	71144
3023691	Cordesse	cordesse	FR	71540	0	Europe/Paris	44.93333	2.93333				84	15	153	15142
3023695	Cordes-sur-Ciel	cordes-sur-ciel	FR	81170	1081	Europe/Paris	44.06667	1.95		Cordas,Còrdas,Kord-sir-Sjel,Kord-sjur-S'el',korudo=shuru=shieru,xie he pan ke er de,Корд-сир-Сјел,Корд-сюр-Сьель,Корд-сюр-Сьєль,コルド＝シュル＝シエル,谢河畔科尔德		76	81	811	81069
3023697	Cordemais	cordemais	FR	44360	2747	Europe/Paris	47.2914	-1.87887		Cordemais,Kordevez,Kordme,ke er dai mai,korudome,Кордме,コルドメ,科尔代迈		52	44	442	44045
3023699	Cordelle	cordelle	FR	42123	788	Europe/Paris	45.94399	4.06151		Cordelle,Kordel,Kordel',ke er dai er,Кордел,Кордель,科尔代尔		84	42	422	42070
3023702	Cordebugle	cordebugle	FR	14100	96	Europe/Paris	49.1143	0.3967		Cordebugle		28	14	143	14179
3023703	Cordéac	cordeac	FR	38710	208	Europe/Paris	44.82823	5.8419		Cordeac,Cordéac		84	38	381	38456
3023705	Corcy	corcy	FR	02600	308	Europe/Paris	49.25533	3.21616		Corcy		32	02	024	02216
3023706	Corconne	corconne	FR	30260	525	Europe/Paris	43.87231	3.93959		Corbes,Corbès,Corcona,Corconne,Corcòna,Korkon,Korkonn,ke er kong,Коркон,Корконн,科尔孔		76	30	303	30095
3023707	Corcondray	corcondray	FR	25410	134	Europe/Paris	47.23139	5.82557		Corcondray,Korkondre,ke er kong de lai,Коркондре,科尔孔德赖		27	25	251	25164
3023709	Corcieux	corcieux	FR	88430	1662	Europe/Paris	48.17236	6.88148		Corcieux,Kors'e,Korsje,ke er xi e,Корсье,Корсьє,Корсје,科尔西厄		44	88	883	88115
3023712	Corcelles-les-Monts	corcelles-les-monts	FR	21160	690	Europe/Paris	47.29509	4.94033		Corcelles,Corcelles-les-Monts		27	21	212	21192
3023713	Corcelles-lès-Cîteaux	corcelles-les-citeaux	FR	21910	743	Europe/Paris	47.17146	5.08132		Corcelles,Corcelles-aux-Bois,Corcelles-les-Citeau,Corcelles-les-Citeaux,Corcelles-lès-Citeau,Corcelles-lès-Cîteaux,Courcelles-les-Citeaux,Courcelles-lès-Cîteaux		27	21	211	21191
3023714	Corcelles-les-Arts	corcelles-les-arts	FR	21190	493	Europe/Paris	46.95214	4.795		Corcelles,Corcelles-les-Arts		27	21	211	21190
3023715	Corcelles-Ferrières	corcelles-ferrieres	FR	25410	179	Europe/Paris	47.22702	5.80947		Corcelle,Corcelle-Ferrieres,Corcelle-Ferrières,Corcelles,Corcelles-Ferrieres,Corcelles-Ferrières		27	25	251	25162
3023716	Corcelles-en-Beaujolais	corcelles-en-beaujolais	FR	69220	804	Europe/Paris	46.15411	4.72353		Corcelles,Corcelles-en-Beaujolais		84	69	692	69065
3023718	Corcelles	corcelles	FR	01110	0	Europe/Paris	47.54715	6.61472		Corcelles		27	70	701	70477
3023719	Corcelles	corcelles	FR	01110	0	Europe/Paris	47.02953	4.5931				27	21	211	21327
3023720	Corcelles	corcelles	FR	01110	0	Europe/Paris	46.99652	3.07851		Corcelles		27	58	583	58160
3023721	Corcelles	corcelles	FR	01110	193	Europe/Paris	46.03545	5.57476		Corcelles		84	01	011	01080
3023722	Corcelle-Mieslot	corcelle-mieslot	FR	25640	85	Europe/Paris	47.36026	6.18708		Corcelle,Corcelle-Mieslot		27	25	251	25163
3023725	Corbreuse	corbreuse	FR	91410	1575	Europe/Paris	48.50065	1.95913		Corbreuse,Korbrez,ke er bu lei si,Корбрез,科尔布勒斯		11	91	911	91175
3023728	Corbonod	corbonod	FR	01420	977	Europe/Paris	45.96761	5.82214		Corbonod		84	01	011	01118
3023729	Corbon	corbon	FR	14340	0	Europe/Paris	49.32949	4.6867				44	08	084	08392
3023730	Corbon	corbon	FR	14340	58	Europe/Paris	49.1463	-0.0082				28	14	143	14474
3023731	Corbon	corbon	FR	14340	144	Europe/Paris	48.45404	0.62761		Corbon		28	61	613	61118
3023735	Corbigny	corbigny	FR	58800	1879	Europe/Paris	47.25678	3.68285		Corbigny,Korbin'i,Korbini,ke er bi ni,Корбиньи,Корбињи,Корбіньї,科尔比尼		27	58	582	58083
3023737	Corbières	corbieres	FR	04220	27	Europe/Paris	43.04975	1.98708		Corbieres,Corbières		76	11	112	11100
3023742	Corbie	corbie	FR	80800	6486	Europe/Paris	49.90672	2.50682		Abadia de Corbie,Abadía de Corbie,Corbeu,Corbie,Korbi,ke er bi,Корби,Корбі,科尔比		32	80	802	80212
3023743	Corbie	corbie	FR	80800	0	Europe/Paris	49.16223	1.54784				28	27	271	27644
3023749	Corbès	corbes	FR	30140	138	Europe/Paris	44.0761	3.95426		Corbes,Corbès,Corbés		76	30	301	30094
3023750	Corberon	corberon	FR	21250	0	Europe/Paris	48.67599	3.33211				11	77	773	77275
3023751	Corberon	corberon	FR	21250	367	Europe/Paris	47.00931	4.99598		Corberon		27	21	211	21189
3023752	Corbère-Abères	corbere-aberes	FR	64350	84	Europe/Paris	43.47285	-0.08844		Corberas e Avera,Corberas-Avera,Corbere-Aberes,Corberes,Corberes-Abere,Corberes-Aberes,Corbèras e Avera,Corbèras-Avera,Corbère-Abères,Corbères,Corbères-Abère,Corbères-Abères,Korber Aber,Korber-Aber,ke er bei er a bei er,Корбер Абер,Корбер-Абер,科尔贝尔阿贝尔		75	64	643	64193
3023753	Corbère-les-Cabanes	corbere-les-cabanes	FR	66130	920	Europe/Paris	42.65801	2.67459		Corbera de les Cabanes,Corbere-les-Cabanes,Corbère-les-Cabanes,Korber le Kaban,Korber-le-Kaban,ke er bei er lai ka ba nei,Корбер ле Кабан,Корбер-ле-Кабан,科尔贝尔莱卡巴内		76	66	663	66056
3023754	Corbère	corbere	FR	66130	596	Europe/Paris	42.65292	2.66053		Corbera del Castell,Corbere,Corbère,Korber,ke er bei er,Корбер,科尔贝尔		76	66	663	66055
3023755	Corbeny	corbeny	FR	02820	640	Europe/Paris	49.46274	3.82309		Corbeny,Korbeni,ke er bei ni,Корбени,Корбені,科尔贝尼		32	02	022	02215
3023756	Corbenay	corbenay	FR	70320	1440	Europe/Paris	47.89275	6.33047		Corbenay		27	70	701	70171
3023758	Corbelin	corbelin	FR	38630	0	Europe/Paris	48.0756	2.81129				24	45	451	45161
3023759	Corbelin	corbelin	FR	38630	1912	Europe/Paris	45.60733	5.54261		Corbelin		84	38	382	38124
3023761	Corbel	corbel	FR	73160	132	Europe/Paris	45.42919	5.82444		Corbel		84	73	732	73092
3023762	Corbeilles	corbeilles	FR	45490	1476	Europe/Paris	48.07201	2.5503		Corbeilles,Corbeilles-en-Gatinais,Corbeilles-en-Gâtinais,Corbeilles-la-Montagne,Korbej,ke er bei lai,Корбей,Корбеј,科尔贝莱		24	45	451	45103
3023763	Corbeil-Essonnes	corbeil-essonnes	FR	91100	40527	Europe/Paris	48.60603	2.48757		Corbeil,Corbeil-Essonnes,Corbeil-la-Montagne,Korbej Eson,Korbej-Ehson,Korbej-Ehsson,Korbej-Ehssonna,Korbej-Essonn,ke er bei ai suo na,koleubeyueson,korubeiyu=eson'nu,kwrby aswn,Корбей-Ессонн,Корбей-Эсон,Корбей-Эссон,Корбей-Эссонна,Корбеј Есон,کوربی اسون,コルベイユ＝エソンヌ,科尔贝埃索纳,코르베유에손		11	91	912	91174
3023765	Corbeil-Cerf	corbeil-cerf	FR	60110	305	Europe/Paris	49.28082	2.10276		Corbeil-Cerf		32	60	601	60162
3023766	Corbeil	corbeil	FR	51320	105	Europe/Paris	48.57727	4.42634		Corbeil		44	51	514	51169
3023767	Corbehem	corbehem	FR	62112	2355	Europe/Paris	50.33141	3.04995		Corbehem,Corbehin,Korbeam,Korbeem,ke er bei mu,kwrbyhym,Корбеам,Корбеем,كوربيهيم,科尔贝姆		32	62	621	62240
3023771	Corbas	corbas	FR	69960	9753	Europe/Paris	45.66798	4.90198		Corbas,Korba,Корба		84	69	691	69273
3023772	Corbarieu	corbarieu	FR	82370	1348	Europe/Paris	43.94422	1.36808		Corbarieu		76	82	822	82044
3023773	Corbara	corbara	FR	20220	784	Europe/Paris	42.61441	8.9066		Corbara		94	2B	2B5	2B093
3023777	Coray	coray	FR	29370	1704	Europe/Paris	48.06089	-3.83035		Coray,Kore,ke lai,kore,Коре,コレ,科赖		53	29	292	29041
3023778	Corancy	corancy	FR	58120	357	Europe/Paris	47.10178	3.94845		Corancy,Corensis,Koransi,ke lang xi,Коранси,Корансі,科朗西		27	58	581	58082
3023779	Corancez	corancez	FR	28630	477	Europe/Paris	48.36667	1.51667		Corancez		24	28	281	28107
3023787	Coquelles	coquelles	FR	62231	2439	Europe/Paris	50.93461	1.7988		Kokel,Kokel',ke kai lei,kwkywlys,Кокел,Кокель,كوكيوليس,科凯勒		32	62	626	62239
3023789	Coquainvilliers	coquainvilliers	FR	14130	810	Europe/Paris	49.19772	0.20972		Coquainvilliers,Kokenvil'e,Kokenvilije,ke qu an wei li ye er,Кокенвилије,Кокенвилье,Кокенвільє,科屈安维利耶尔		28	14	143	14177
3023791	Copponex	copponex	FR	74350	696	Europe/Paris	46.05054	6.07282		Copponex		84	74	743	74088
3023797	Coolus	coolus	FR	51510	235	Europe/Paris	48.92264	4.35333		Coolus		44	51	511	51168
3023799	Coole	coole	FR	51320	165	Europe/Paris	48.74042	4.39328		Coole		44	51	514	51167
3023800	Conzieu	conzieu	FR	01300	98	Europe/Paris	45.72646	5.60757		Conzieu		84	01	011	01117
3023803	Contz-les-Bains	contz-les-bains	FR	57480	466	Europe/Paris	49.45318	6.34534		Basse Kontz,Contz-les-Bains,Kontz-Basse		44	57	577	57152
3023804	Conty	conty	FR	80160	1727	Europe/Paris	49.741	2.1512		Conty,Konti,kong di,Конти,Конті,孔蒂		32	80	802	80211
3023806	Contrisson	contrisson	FR	55800	691	Europe/Paris	48.80342	4.95571		Contrisson		44	55	551	55125
3023807	Contrières	contrieres	FR	50660	344	Europe/Paris	48.98678	-1.43084		Contrieres,Contrires,Contrières,Kontrier,Kontrijer,kong te li ai,Контриер,Контријер,Контрієр,孔特里埃		28	50	503	50419
3023808	Contrexéville	contrexeville	FR	88140	4181	Europe/Paris	48.18424	5.89572		Contrexeville,Contrexéville,Kontreksevil,Kontreksevil',kong te lei ke sai wei er,Контрексевил,Контрексевиль,Контрексевіль,孔特勒克塞维尔		44	88	882	88114
3023809	Contrevoz	contrevoz	FR	01300	472	Europe/Paris	45.80624	5.62714		Contrevoz		84	01	011	01116
3023810	Contreuve	contreuve	FR	08400	74	Europe/Paris	49.36133	4.62614		Contreuve		44	08	084	08130
3023812	Contres	contres	FR	18130	3406	Europe/Paris	47.41754	1.42849		Contres		24	41	413	41059
3023813	Contres	contres	FR	18130	31	Europe/Paris	46.86881	2.48901		Contres		24	18	182	18071
3023814	Contremoulins	contremoulins	FR	76400	218	Europe/Paris	49.72585	0.42777		Contremoulins		28	76	762	76187
3023815	Contréglise	contreglise	FR	70160	125	Europe/Paris	47.82546	6.03633		Contreglise,Contréglise		27	70	702	70170
3023816	Contre	contre	FR	17470	92	Europe/Paris	49.74772	2.09629		Contre		32	80	802	80210
3023817	Contré	contre	FR	17470	153	Europe/Paris	46.0127	-0.28393		Contre,Contré,Kontre,kong te lei,Контре,Կոնտրե,孔特雷		75	17	175	17117
3023818	Contrazy	contrazy	FR	09230	88	Europe/Paris	43.05987	1.21401		Contrazy		76	09	093	09098
3023822	Contoire	contoire	FR	80500	350	Europe/Paris	49.72122	2.55683		Contoire		32	80	803	80625
3023826	Continvoir	continvoir	FR	37340	467	Europe/Paris	47.3882	0.21758		Continvoir		24	37	371	37082
3023827	Contilly	contilly	FR	72600	178	Europe/Paris	48.40091	0.36944		Contilly		52	72	722	72091
3023828	Contigny	contigny	FR	03500	573	Europe/Paris	46.35292	3.30425		Contigny,Continiacum,Kontin'i,Kontini,kong di ni,Континьи,Контињи,Контіньї,孔蒂尼		84	03	032	03083
3023829	Contigné	contigne	FR	49330	644	Europe/Paris	47.72958	-0.51719		Contigne,Contigné,Kontin'e,Kontine,kong di nie,Контиње,Контіньє,孔蒂涅		52	49	494	49080
3023830	Conthil	conthil	FR	57340	174	Europe/Paris	48.89261	6.66129		Conthil		44	57	575	57151
3023832	Conteville-lès-Boulogne	conteville-les-boulogne	FR	62126	449	Europe/Paris	50.74434	1.73225		Conteville,Conteville-les-Boulogne,Conteville-les-Boulonne,Conteville-lez-Boulogne,Conteville-lès-Boulogne,Conteville-lès-Boulonne,Kontvil le Bulon,Kontvil'-le-Bulon',kong te wei er lai bu luo nie,kwntfyl lyh bwlwjn,Контвил ле Булоњ,Контвиль-ле-Булонь,Контвіль-ле-Булонь,كونتفيل ليه بولوجن,孔特维尔莱布洛涅		32	62	623	62237
3023833	Conteville-en-Ternois	conteville-en-ternois	FR	62130	70	Europe/Paris	50.43333	2.31667		Conteville-in-Ternoe,Conteville-in-Térnoé,Conteville-sur Ternoise,Kontvil an Ternoa,Kontvil'-an-Ternua,kong te wei er ang tai er nu wa,kwntfyl an tyrnyws,Контвил ан Терноа,Контвиль-ан-Тернуа,Контвіль-ан-Тернуа,كونتفيل إن تيرنيوس,孔特维尔昂泰尔努瓦		32	62	621	62238
3023834	Conteville	conteville	FR	14540	0	Europe/Paris	50.17865	2.07449		Conteville		32	80	802	80208
3023835	Conteville	conteville	FR	14540	0	Europe/Paris	49.6944	1.63417		Conteville		28	76	761	76186
3023836	Conteville	conteville	FR	14540	80	Europe/Paris	49.65048	2.04892		Conteville		32	60	601	60161
3023837	Conteville	conteville	FR	14540	765	Europe/Paris	49.41776	0.3965		Conteville		28	27	272	27169
3023838	Conteville	conteville	FR	14540	85	Europe/Paris	49.08888	-0.23678		Conteville		28	14	142	14005
3023839	Contest	contest	FR	53100	807	Europe/Paris	48.26212	-0.65668		Contest		52	53	533	53074
3023840	Contescourt	contescourt	FR	02680	76	Europe/Paris	49.79345	3.23149		Contescourt		32	02	023	02214
3023841	Contes	contes	FR	06390	344	Europe/Paris	50.40879	1.96015		Contes		32	62	624	62236
3023842	Contes	contes	FR	06390	6864	Europe/Paris	43.81278	7.31444		Contes		93	06	062	06048
3023846	Conte	conte	FR	39300	57	Europe/Paris	46.74841	6.00049		Conte		27	39	392	39165
3023847	Conte	conte	FR	39300	0	Europe/Paris	41.50597	9.24638		Conte		94	2A	2A4	2A247
3023848	Contay	contay	FR	80560	356	Europe/Paris	50.00448	2.47543		Conta,Contay,Konte,kong tai,Конте,孔泰		32	80	802	80207
3023849	Contault	contault	FR	51330	67	Europe/Paris	48.91667	4.8		Contault-le-Maupas		44	51	511	51166
3023850	Contamine-sur-Arve	contamine-sur-arve	FR	74130	1634	Europe/Paris	46.14223	6.33215		Contamine,Contamine-sur-Arve		84	74	742	74087
3023851	Contamine-Sarzin	contamine-sarzin	FR	74270	382	Europe/Paris	46.02389	5.98408		Contamine-Sarzin		84	74	743	74086
3023852	Contalmaison	contalmaison	FR	80300	99	Europe/Paris	50.02275	2.73123		Cantamoaison,Contalmaison,Kontal'mezon,Kontalmezon,kong ta er mai song,Конталмезон,Контальмезон,孔塔尔迈松		32	80	804	80206
3023859	Cons-Sainte-Colombe	cons-sainte-colombe	FR	74210	293	Europe/Paris	45.74946	6.32632		Cons,Cons-Sainte-Colombe,Kon Sen Kolon,Kon-Sent-Kolomb,Кон Сен Колон,Кон-Сент-Коломб		84	74	741	74167
3023860	Consolation-Maisonnettes	consolation-maisonnettes	FR	25390	47	Europe/Paris	47.15821	6.60603		Consolation,Consolation-Maisonnettes		27	25	253	25161
3023861	Cons-la-Grandville	cons-la-grandville	FR	54870	623	Europe/Paris	49.48493	5.70384		Cons-la-Grandville,Grandville		44	54	541	54137
3023862	Consigny	consigny	FR	52700	75	Europe/Paris	48.16667	5.41667		Consigny		44	52	521	52142
3023865	Consenvoye	consenvoye	FR	55110	288	Europe/Paris	49.28732	5.28585		Consenvoye		44	55	553	55124
3023866	Conségudes	consegudes	FR	06510	66	Europe/Paris	43.8436	7.04792		Consegudes,Conségudes		93	06	061	06047
3023868	Consac	consac	FR	17150	259	Europe/Paris	45.4177	-0.59466		Consac		75	17	171	17116
3023871	Conqueyrac	conqueyrac	FR	30170	131	Europe/Paris	43.92344	3.8973		Concairac,Connaux,Conqueyrac,Konkerak,kong qu ai la ke,Конкерак,孔屈埃拉克		76	30	303	30093
3023872	Conques	conques	FR	12320	319	Europe/Paris	44.59945	2.39742		Concas,Conques,Konk,kngk,kong ke,konku,kwnk,Конк,کونک,กงก์,コンク,孔克		76	12	122	12076
3023873	Conques-sur-Orbiel	conques-sur-orbiel	FR	11600	2225	Europe/Paris	43.26667	2.41667		Concas,Concas dOrbiel,Concas dOrbièl,Konk sir Orbjel,Konk-sjur-Orb'el',Konk-sjur-Orbel',ao er bi ye he pan kong qu ai,Конк сир Орбјел,Конк-сюр-Орбьель,Конк-сюр-Орбєль,奥尔比耶河畔孔屈埃		76	11	111	11099
3023874	Conquereuil	conquereuil	FR	44290	1029	Europe/Paris	47.62486	-1.75112		Conquereuil,Konkerel		52	44	445	44044
3023878	Connigis	connigis	FR	02330	272	Europe/Paris	49.03333	3.53333		Connigis		32	02	021	02213
3023879	Connezac	connezac	FR	24300	87	Europe/Paris	45.5	0.51667		Conasac,Connezac,Konnzak,Konzak,ke nei zha ke,Конзак,Коннзак,科内扎克		75	24	242	24131
3023880	Connerré	connerre	FR	72160	2719	Europe/Paris	48.06003	0.49237		Connerre,Connerré		52	72	722	72090
3023881	Connelles	connelles	FR	27430	196	Europe/Paris	49.25611	1.27302		Connelles		28	27	271	27168
3023882	Conne-de-Labarde	conne-de-labarde	FR	24560	217	Europe/Paris	44.78013	0.55373		Conne,Conne-de-Labarde		75	24	241	24132
3023883	Connaux	connaux	FR	30330	1776	Europe/Paris	44.09127	4.59374		Connaux		76	30	302	30092
3023884	Connantre	connantre	FR	51230	1149	Europe/Paris	48.72657	3.92403		Connantre		44	51	512	51165
3023885	Connantray-Vaurefroy	connantray-vaurefroy	FR	51230	234	Europe/Paris	48.74772	4.06231		Connantray-Vaurefroy		44	51	512	51164
3023886	Connangles	connangles	FR	43160	135	Europe/Paris	45.29881	3.64722		Connangles		84	43	431	43076
3023888	Connac	connac	FR	12170	0	Europe/Paris	45.13198	3.7549				84	43	432	43122
3023889	Connac	connac	FR	12170	127	Europe/Paris	44.02025	2.60152		Colnac,Connac,Konak,Konnak,ke na ke,Конак,Коннак,科纳克		76	12	121	12075
3023890	Conliège	conliege	FR	39570	763	Europe/Paris	46.65465	5.59883		Conliege,Conliège,Konl'ezh,Konlijezh,kong li ye ge,Конлијеж,Конльєж,孔利耶格		27	39	392	39164
3023891	Conlie	conlie	FR	72240	1746	Europe/Paris	48.12261	-0.01666		Conlie		52	72	722	72089
3023892	Conjux	conjux	FR	73310	182	Europe/Paris	45.79003	5.82207		Conjux		84	73	732	73091
3023898	Conilhac-de-la-Montagne	conilhac-de-la-montagne	FR	11190	0	Europe/Paris	42.9786	2.195		Conilhac		76	11	112	11323
3023899	Conilhac-Corbières	conilhac-corbieres	FR	11200	646	Europe/Paris	43.1894	2.71517		Conilhac,Conilhac-Corbieres,Conilhac-Corbières		76	11	113	11098
3023902	Conie-Molitard	conie-molitard	FR	28200	355	Europe/Paris	48.11483	1.44369		Conie,Conie-Molitard		24	28	282	28106
3023905	Congy	congy	FR	51270	296	Europe/Paris	48.85917	3.82976		Congy		44	51	512	51163
3023907	Congrier	congrier	FR	53800	1087	Europe/Paris	47.81033	-1.1167		Congrier		52	53	531	53073
3023908	Congis-sur-Thérouanne	congis-sur-therouanne	FR	77440	2011	Europe/Paris	49	2.98333		Konzhi sir Teruan,Konzhi-sjur-Teruann,Конжи сир Теруан,Конжи-сюр-Теруанн,Конжі-сюр-Теруанн		11	77	771	77126
3023909	Congé-sur-Orne	conge-sur-orne	FR	72290	303	Europe/Paris	48.2004	0.25435		Conge,Conge-sur-Orne,Congé,Congé-sur-Orne		52	72	722	72088
3023910	Congerville-Thionville	congerville-thionville	FR	91740	240	Europe/Paris	48.38333	1.98333		Konzhervil Tionvil,Konzhervil'-T'jonvil',kong re er wei er di weng wei er,Конжервил Тионвил,Конжервиль-Тьйонвиль,Конжервіль-Тьйонвіль,孔热尔维尔蒂翁维尔		11	91	911	91613
3023911	Congénies	congenies	FR	30111	1168	Europe/Paris	43.77804	4.15964		Congenhas,Congenies,Congènhas,Congénies,Congéniès,Konzheni,Konzhenije,kong re nie,Конжени,Конженије,Конжені,孔热涅		76	30	302	30091
3023912	Confrançon	confrancon	FR	01310	948	Europe/Paris	46.26626	5.06609		Confrancon,Confrançon		84	01	012	01115
3023914	Confracourt	confracourt	FR	70120	184	Europe/Paris	47.66593	5.87566		Confracourt		27	70	702	70169
3023915	Confort-Meilars	confort-meilars	FR	29790	754	Europe/Paris	48.05	-4.43333		Konfor-Mejar,Konforzh-Meilar,Koñforzh-Meilar,Meilars,konforu=meraru,kong fu er mei la er,Конфор-Меяр,コンフォール＝メラール,孔福尔梅拉尔		53	29	294	29145
3023916	Confort	confort	FR	01200	543	Europe/Paris	46.1507	5.82335		Confort		84	01	014	01114
3023917	Confolent-Port-Dieu	confolent-port-dieu	FR	19200	29	Europe/Paris	45.54328	2.49653		Confolent-Port-Dieu		75	19	193	19167
3023919	Confolens	confolens	FR	16500	3104	Europe/Paris	46.01311	0.67195		Confolens,Confolent,Confolents,Konfolan,konforan,kong fu lang,Конфолан,コンフォラン,孔福朗	163	75	16	163	16106
3023921	Conflans-sur-Seine	conflans-sur-seine	FR	51260	673	Europe/Paris	48.55236	3.68019		Conflans,Conflans-sur-Seine		44	51	512	51162
3023922	Conflans-sur-Loing	conflans-sur-loing	FR	45700	356	Europe/Paris	47.95285	2.78861		Conflans,Conflans-sur-Loing,Konflan sir Loan,Konflan-sjur-Luen,lu wan he pan kong fu lang,Конфлан сир Лоан,Конфлан-сюр-Луен,卢万河畔孔夫朗		24	45	451	45102
3023923	Conflans-sur-Anille	conflans-sur-anille	FR	72120	608	Europe/Paris	47.94645	0.74484		Conflans,Conflans-sur-Anille		52	72	722	72087
3023924	Conflans-Sainte-Honorine	conflans-sainte-honorine	FR	78700	36358	Europe/Paris	49.00158	2.09694		Conflans,Conflans-Sainte-Honorine,Confluent-de-Seine-et-Oise,Konflan Sent Onoren,Konflan-Sent-Onorin,knflan-snt-awnwryn,konfuran=santonorinu,kong fu lang-sheng ao nuo li ne,kongpeullangsaengtonolin,kwnflan snt awnwryn,Конфлан Сент Онорен,Конфлан-Сент-Онорин,کنفلان-سنت-اونورین,کونفلان سنت اونورین,コンフラン＝サントノリーヌ,孔夫朗-圣奥诺里讷,콩플랑생토노린		11	78	783	78172
3023925	Conflans-en-Jarnisy	conflans-en-jarnisy	FR	54800	2619	Europe/Paris	49.16725	5.85515		Conflans,Conflans-en-Jarnisy		44	54	541	54136
3023928	Conflans-sur-Lanterne	conflans-sur-lanterne	FR	70800	687	Europe/Paris	47.81667	6.21667				27	70	701	70168
3023931	Conflandey	conflandey	FR	70170	432	Europe/Paris	47.7287	6.04559		Conflandey		27	70	702	70167
3023937	Condrieu	condrieu	FR	69420	3615	Europe/Paris	45.463	4.76765		Condrieu,Kondrie,Kondrije,kondoryu,Кондрије,Кондріє,コンドリュー		84	69	691	69064
3023938	Condren	condren	FR	02700	697	Europe/Paris	49.6294	3.28107		Condren		32	02	022	02212
3023941	Condom-d'Aubrac	condom-d-aubrac	FR	12470	0	Europe/Paris	44.60345	2.86486		Condom,Condom-d'Aubrac		76	12	122	12074
3023943	Condom	condom	FR	32100	7732	Europe/Paris	43.95816	0.37199		Condom	322	76	32	322	32107
3023944	Condillac	condillac	FR	26740	141	Europe/Paris	44.63843	4.81198		Condillac		84	26	262	26102
3023945	Condezaygues	condezaygues	FR	47500	888	Europe/Paris	44.48684	0.91651		Condezaygues		75	47	473	47070
3023946	Condette	condette	FR	62360	2764	Europe/Paris	50.65817	1.63386		Condette,Kondet,Kondett,kong dai te,kwndyty,Кондет,Кондетт,كونديتي,孔代特		32	62	623	62235
3023947	Condé-sur-Vire	conde-sur-vire	FR	50420	3114	Europe/Paris	49.05	-1.03333		Conde,Conde-sur-Vire,Condé-sur-Vire,Konde sir Vir,Konde-sjur-Vir,wei er he pan kong dai,Конде сир Вир,Конде-сюр-Вир,Конде-сюр-Вір,维尔河畔孔代		28	50	504	50139
3023948	Condé-sur-Vesgre	conde-sur-vesgre	FR	78113	1095	Europe/Paris	48.74199	1.66069		Conde,Conde-sur-Vesgre,Condé-sur-Vesgre,Konde sir Vegr,Konde-sjur-Vegr,Конде сир Вегр,Конде-сюр-Вегр		11	78	781	78171
3023949	Condé-sur-Suippe	conde-sur-suippe	FR	02190	261	Europe/Paris	49.42036	3.94964		Conde,Conde-sur-Suippe,Condé,Condé-sur-Suippe,Remy-sur-Suippe,Rémy-sur-Suippe		32	02	022	02211
3023950	Condé-sur-Seulles	conde-sur-seulles	FR	14400	215	Europe/Paris	49.22556	-0.63386		Conde,Conde-sur-Seulles,Condé,Condé-sur-Seulles		28	14	141	14175
3023993	Condamine	condamine	FR	01430	342	Europe/Paris	46.10773	5.55166		Condamine,Condamine-la-Doye		84	01	014	01112
3023951	Condé-sur-Sarthe	conde-sur-sarthe	FR	61250	2290	Europe/Paris	48.43197	0.03398		Conde,Conde-sur-Sarthe,Condé,Condé-sur-Sarthe,Konde sir Sart,Konde-sjur-Sart,sa er te he pan kong dai,Конде сир Сарт,Конде-сюр-Сарт,萨尔特河畔孔代		28	61	611	61117
3023952	Condé-sur-Risle	conde-sur-risle	FR	27290	477	Europe/Paris	49.3162	0.61506		Conde,Conde-sur-Risle,Condé,Condé-sur-Risle		28	27	272	27167
3024258	Colombier	colombier	FR	03600	284	Europe/Paris	45.33731	4.59929		Colombier		84	42	423	42067
3023953	Condé-sur-Noireau	conde-sur-noireau	FR	14110	6364	Europe/Paris	48.84881	-0.55214		Conde,Conde sur Noireau,Conde-sur-Noireau,Condé sur Noireau,Condé-sur-Noireau,Konde sir Noaro,Konde-sjur-Nuaro,Noireau,konde=shuru=nowaro,nu wa luo he pan kong dai,Конде сир Ноаро,Конде-сюр-Нуаро,コンデ＝シュル＝ノワロー,努瓦罗河畔孔代		28	14	144	14174
3023954	Condé-sur-Marne	conde-sur-marne	FR	51150	666	Europe/Paris	49.04426	4.18036		Conde,Conde sur Marna,Conde-sur-Marne,Condé,Condé sur Marna,Condé-sur-Marne,Konde na Marni,Konde-sjur-Marn,Montagne-sur-Marne,ma en he pan kong dai,Конде на Марни,Конде-сюр-Марн,马恩河畔孔代		44	51	511	51161
3023955	Condé-sur-l'Escaut	conde-sur-l-escaut	FR	59163	10215	Europe/Paris	50.45436	3.58884		Condate ad Scaldim,Conde,Conde-sur-Escaut,Conde-sur-l'Escaut,Condé,Condé-sur-Escaut,Condé-sur-l'Escaut,Condé-sur-l’Escaut,Konde sir l'Esko,Konde-sjur-l'Ehsko,Konde-sjur-l'Esko,Nord-Libre,ai si ke he pan kong dai,Конде сир л'Еско,Конде-сюр-л'Еско,Конде-сюр-л’Эско,埃斯科河畔孔代		32	59	596	59153
3023956	Condé-sur-Iton	conde-sur-iton	FR	27160	0	Europe/Paris	48.83333	0.96667		Conde,Condé,Marat-sur-Iton,Montagne-sur-Iton,Pelletier-sur-Iton		28	27	272	27198
3023957	Condé-sur-Ifs	conde-sur-ifs	FR	14270	0	Europe/Paris	49.05	-0.11667		Conde,Conde-la-Campagne,Conde-sur-Liaison,Condé,Condé-la-Campagne,Condé-sur-Liaison		28	14	142	14173
3023958	Condé-sur-Huisne	conde-sur-huisne	FR	61110	1202	Europe/Paris	48.38103	0.85093		Conde,Conde-sur-Huine,Conde-sur-Huisne,Condé,Condé-sur-Huine,Condé-sur-Huisne		28	61	613	61116
3023959	Condé-sur-Aisne	conde-sur-aisne	FR	02370	355	Europe/Paris	49.39786	3.47011		Conde,Conde-sur-Aisne,Condé,Condé-sur-Aisne,Scevole-sur-Aisne		32	02	024	02210
3023960	Condé-Sainte-Libiaire	conde-sainte-libiaire	FR	77450	1477	Europe/Paris	48.89695	2.83904		Conde,Conde-Sainte-Libiaire,Conde-sur-Morin,Condé,Condé-Sainte-Libiaire,Condé-sur-Morin		11	77	771	77125
3023961	Condes	condes	FR	39240	282	Europe/Paris	48.14372	5.14422		Condes		44	52	521	52141
3023962	Condes	condes	FR	39240	110	Europe/Paris	46.33714	5.62335		Condes		27	39	392	39163
3023963	Condéon	condeon	FR	16360	568	Europe/Paris	45.40758	-0.13799		Condeon,Condéon,Kondeon,kong dai weng,Кондеон,孔代翁		75	16	162	16105
3023964	Condé	conde	FR	36100	544	Europe/Paris	49.15384	6.4305		Conde,Conde-Northen,Condé,Condé-Northen,Konde Norten,Konde-Nortan,kong dai nuo er tang,kwnd-nwrtan,Конде Нортен,Конде-Нортан,کوند-نورتان,孔代诺尔唐		44	57	573	57150
3023966	Condé-lès-Herpy	conde-les-herpy	FR	08360	160	Europe/Paris	49.52768	4.22338		Conde,Conde-les-Herpy,Condé,Condé-lès-Herpy,Nandin-sur-Aisne		44	08	082	08126
3023967	Condé-lès-Autry	conde-les-autry	FR	08250	82	Europe/Paris	49.25128	4.85424		Conde,Conde-les-Autry,Condé,Condé-lès-Autry,La Montagne-aux-Bois		44	08	084	08128
3023968	Condeissiat	condeissiat	FR	01400	683	Europe/Paris	46.15669	5.07945		Condeissiat		84	01	012	01113
3023969	Condé-Folie	conde-folie	FR	80890	828	Europe/Paris	50.00896	2.01217		Conde-Folie,Condé-Folie		32	80	801	80205
3023970	Condé-en-Brie	conde-en-brie	FR	02330	639	Europe/Paris	49.00452	3.5638		Conde,Conde-en-Brie,Condé-en-Brie,Vallon-Libre		32	02	021	02209
3023971	Les Hauts-de-Chée	les-hauts-de-chee	FR	55000	0	Europe/Paris	48.86667	5.16667		Conde-en-Barrois,Condé-en-Barrois		44	55	551	55123
3023972	Condécourt	condecourt	FR	95450	519	Europe/Paris	49.0404	1.94197		Condecourt,Condécourt,Kondekur,kong de ku er,Кондекур,孔德库尔		11	95	953	95170
3023973	Condeau	condeau	FR	61110	334	Europe/Paris	48.38456	0.83241		Condeau		28	61	613	61116
3023975	Condé	conde	FR	36100	0	Europe/Paris	46.87882	1.9865		Conde,Condé,Cosseron		24	36	364	36059
3023977	Condat-sur-Vienne	condat-sur-vienne	FR	87920	4372	Europe/Paris	45.79336	1.23187		Condat,Condat-sur-Vienne		75	87	872	87048
3023978	Condat-sur-Vézère	condat-sur-vezere	FR	24570	882	Europe/Paris	45.11755	1.23049		Condat,Condat de Vesera,Condat-sur-Vezere,Condat-sur-Vézère,Konda sir Vezer,Konda-sjur-Vezer,wei ze er he pan kong da,Конда сир Везер,Конда-сюр-Везер,韦泽尔河畔孔达		75	24	244	24130
3023979	Condat-sur-Trincou	condat-sur-trincou	FR	24530	432	Europe/Paris	45.38268	0.70856		Condat,Condat de Trencor,Condat de Trincor,Condat-sur-Trincou,Konda sir Trinku,Konda-sjur-Trenku,te lan ku he pan kong da,Конда сир Тринку,Конда-сюр-Тренку,特兰库河畔孔达		75	24	242	24129
3023980	Condat-sur-Ganaveix	condat-sur-ganaveix	FR	19140	647	Europe/Paris	45.46735	1.59398		Condat,Condat de Ganaves,Condat de Ganavés,Condat-sur-Ganaveix,Konda sir Ganave,Konda-sjur-Ganave,jia na wei he pan kong da,Конда сир Ганаве,Конда-сюр-Ганаве,加纳韦河畔孔达		75	19	192	19060
3023981	Condat-en-Combraille	condat-en-combraille	FR	63380	0	Europe/Paris	45.85239	2.56364		Condat,Condat-en-Combraille,Condat-en-Combrailles		84	63	634	63118
3023982	Condat	condat	FR	15190	0	Europe/Paris	46.17964	1.66845				75	23	232	23095
3023983	Condat-lès-Montboissier	condat-les-montboissier	FR	63490	0	Europe/Paris	45.55	3.51667				84	63	631	63119
3023984	Condat	condat	FR	15190	1143	Europe/Paris	45.34093	2.75791		Condat-en-Feniers,Condat-en-Féniers		84	15	153	15054
3023985	Condat	condat	FR	15190	0	Europe/Paris	45.34378	3.60093				84	43	431	43073
3023986	Condat	condat	FR	15190	0	Europe/Paris	44.99058	1.66444		Condat		76	46	463	46074
3023987	Condat	condat	FR	15190	0	Europe/Paris	44.48204	1.65322				76	46	461	46037
3023988	Condat	condat	FR	15190	0	Europe/Paris	44.49429	0.98736				75	47	473	47185
3023990	La Condamine-Châtelard	la-condamine-chatelard	FR	04530	176	Europe/Paris	44.45889	6.74639		Condamine,Condamine-Chatelard,Condamine-Châtelard,Kondamen Shatelar,La Condamina e lo Chastelar,La Condamine-Chatelard,La Condamine-Châtelard,La-Kondamin-Shatlar,la kong da man sha tai la er,Кондамен Шателар,Ла-Кондамин-Шатлар,Ла-Кондамін-Шатлар,拉孔达曼沙泰拉尔		93	04	041	04062
3023992	Condamine	condamine	FR	01430	220	Europe/Paris	46.65015	5.44044		Condamine		27	39	392	39162
3023994	Condamine	condamine	FR	01430	0	Europe/Paris	45.45561	4.26028				84	42	423	42218
3023995	Condal	condal	FR	71480	419	Europe/Paris	46.46265	5.28196		Condal,Kondal,Kondal',Кондал,Кондаль		27	71	714	71143
3023998	Condac	condac	FR	16700	486	Europe/Paris	46.02408	0.22757		Condac,Kondak,kong da ke,Кондак,孔达克		75	16	163	16104
3024000	Concriers	concriers	FR	41370	151	Europe/Paris	47.77199	1.47466		Concriers		24	41	411	41058
3024162	Combes	combes	FR	34240	296	Europe/Paris	43.60308	3.04625		Combe-de-Cergues,Combes		76	34	341	34083
3024001	Concressault	concressault	FR	18260	213	Europe/Paris	47.4899	2.57619		Concressault,Konkreso,Konkresso,kong ke lei suo er,Конкресо,Конкрессо,孔克雷索尔		24	18	181	18070
3024002	Concremiers	concremiers	FR	36300	622	Europe/Paris	46.59671	1.01675		Concremiers,Konkrem'e,Konkreme,Konkremje,kong ke lei mi ye er,Конкремье,Конкремє,Конкремје,孔克雷米耶尔		24	36	361	36058
3024003	Concourson-sur-Layon	concourson-sur-layon	FR	49700	580	Europe/Paris	47.17435	-0.34045		Concourson,Concourson-sur-Layon,Konkurson sir Lajon,Konkurson-sjur-Lejon,lai weng he pan kong ku er song,Конкурсон сир Лајон,Конкурсон-сюр-Лейон,莱翁河畔孔库尔松		52	49	493	49125
3024007	Concoules	concoules	FR	30450	279	Europe/Paris	44.38275	3.93804		Concoules,Montagne-Concoules		76	30	301	30090
3024008	Concots	concots	FR	46260	370	Europe/Paris	44.40133	1.6446		Concots		76	46	461	46073
3024011	Concoret	concoret	FR	56430	689	Europe/Paris	48.06405	-2.20691		Concoret,Konkored		53	56	562	56043
3024012	Concorès	concores	FR	46310	322	Europe/Paris	44.65884	1.39489		Concores,Concorès		76	46	463	46072
3024021	Conchy-sur-Canche	conchy-sur-canche	FR	62270	201	Europe/Paris	50.30244	2.20049		Conchy,Conchy-sur-Canche		32	62	621	62234
3024022	Conchy-les-Pots	conchy-les-pots	FR	60490	612	Europe/Paris	49.60254	2.72458		Conchy,Conchy-les-Pots		32	60	603	60160
3024023	Conchil-le-Temple	conchil-le-temple	FR	62180	805	Europe/Paris	50.36901	1.66405		Conchil,Conchil-lTempe,Conchil-le-Temple,Conchil-sur-Authie,Konshij-le-Tampl',Konshil le Templ,kong xi lei lei tang pu lei,kwntshyl ly tymbl,Конший-ле-Тампль,Коншил ле Темпл,Коншій-ле-Тампль,كونتشيل لي تيمبل,孔希勒勒唐普勒		32	62	624	62233
3024025	Conchez-de-Béarn	conchez-de-bearn	FR	64330	108	Europe/Paris	43.54544	-0.1694		Conches,Conchez,Conchez-de-Bearn,Conchez-de-Béarn,Conchès,Konshe de Bearn,Konshes-de-Bearn,Konshez-de-Bearn,kong xie de bei a er en,Конше де Беарн,Коншез-де-Беарн,Коншес-де-Беарн,孔谢德贝阿尔恩		75	64	643	64192
3024026	Conches-en-Ouche	conches-en-ouche	FR	27190	4506	Europe/Paris	48.95768	0.94052		Conches,Conches-en-Ouche,Konsh an Ush,Konsh-an-Ush,La Montagne-de-Conches,wu shen de qu kong xie,Конш ан Уш,Конш-ан-Уш,乌什地区孔谢		28	27	273	27165
3024028	Conches-sur-Gondoire	conches-sur-gondoire	FR	77600	1886	Europe/Paris	48.85624	2.71783		Konsh sir Gondoar,Konsh-sjur-Gonduar,Конш сир Гондоар,Конш-сюр-Гондуар		11	77	775	77124
3024032	Concèze	conceze	FR	19350	405	Europe/Paris	45.35479	1.34505		Conceze,Concèze		75	19	191	19059
3024033	Concevreux	concevreux	FR	02160	204	Europe/Paris	49.37643	3.78952		Concevreux		32	02	022	02208
3024035	Concarneau	concarneau	FR	29181 CEDEX	21397	Europe/Paris	47.87536	-3.91896		Concarneau,Konk-Kerne,Konkarno,knkarnw,kong ka er nuo,konkaruno,Конкарно,کنکارنو,コンカルノー,孔卡尔诺		53	29	294	29039
3024038	Conca	conca	FR	20135	808	Europe/Paris	41.73451	9.3323		Conca		94	2A	2A4	2A092
3024039	Conat	conat	FR	66500	49	Europe/Paris	42.61369	2.35653		Conat		76	66	663	66054
3024040	Conand	conand	FR	01230	105	Europe/Paris	45.89224	5.47238		Conand		84	01	011	01111
3024042	Conan	conan	FR	41290	196	Europe/Paris	47.74956	1.28633		Conan		24	41	411	41057
3024044	Comus	comus	FR	11340	43	Europe/Paris	42.81325	1.89077		Comus		76	11	112	11096
3024051	Comps-sur-Artuby	comps-sur-artuby	FR	83840	329	Europe/Paris	43.70993	6.50888		Combs,Comps,Comps dArtubi,Comps-sur-Artuby,Kom-sjur-Artjubi,Kon sir Artibi,a er di bi he pan kong pu,Ком-сюр-Артюби,Ком-сюр-Артюбі,Кон сир Артиби,阿尔蒂比河畔孔普		93	83	831	83044
3024052	Comps-la-Grand-Ville	comps-la-grand-ville	FR	12120	480	Europe/Paris	44.23102	2.56779		Comps,Comps-la-Grand-Ville,Kom-la-Gran-Vil',Kon la Gran Vil,Kon-la-Gran-Vil',La Grand Vila,kong pu la-ge lang wei er,Ком-ла-Гран-Віль,Кон ла Гран Вил,Кон-ла-Гран-Виль,孔普拉-格朗维尔		76	12	121	12073
3024053	Comps	comps	FR	26220	0	Europe/Paris	46.43333	3.15				84	03	032	03092
3024054	Comps	comps	FR	26220	422	Europe/Paris	45.06869	-0.59565		Comps		75	33	331	33132
3024055	Comps	comps	FR	26220	128	Europe/Paris	44.53333	5.11667		Comps		84	26	262	26101
3024056	Comps	comps	FR	26220	0	Europe/Paris	44.39046	4.26252				84	07	071	07101
3024057	Comps	comps	FR	26220	1617	Europe/Paris	43.85304	4.60567	12	Comps,Comps-Saint-Etienne,Comps-Saint-Étienne		76	30	302	30089
3024058	Compreignac	compreignac	FR	87140	1492	Europe/Paris	45.99213	1.27455		Compreignac		75	87	871	87047
3024059	Comprégnac	compregnac	FR	12100	239	Europe/Paris	44.08323	2.96079		Compregnac,Comprégnac		76	12	121	12072
3024060	Compolibat	compolibat	FR	12350	416	Europe/Paris	44.37752	2.19512		Complibat,Compolibat,Kompoliba,Kompolibat,kong bo li ba,Комполиба,Комполібат,孔波利巴		76	12	123	12071
3024063	Compigny	compigny	FR	89140	122	Europe/Paris	48.36501	3.27428		Compigny		27	89	893	89115
3024066	Compiègne	compiegne	FR	60200	44243	Europe/Paris	49.41794	2.82606		Compendium,Compenha,Compiegne,Compiene,Compiègne,Compiène,Komp'en',Kompen',Kompien,Kompjen,Kompjene,Kompjenė,Marat-sur-Oise,gong bi nie,kongpienyu,konpienyu,kwmbyyn,kwmpyn,kwmpyny,Компиен,Компьень,Компєнь,Компјењ,كومبيين,کومپین,کومپینی,კომპიენი,コンピエーニュ,贡比涅,콩피에뉴	603	32	60	603	60159
3024067	Compeyre	compeyre	FR	12520	511	Europe/Paris	44.16126	3.10156		Compeyre		76	12	121	12070
3024068	Compertrix	compertrix	FR	51510	1051	Europe/Paris	48.94179	4.34631		Compertrix		44	51	511	51160
3024070	Compans	compans	FR	77290	775	Europe/Paris	48.99461	2.66451		Compans,Compans-la Ville		11	77	771	77123
3024071	Compainville	compainville	FR	76440	121	Europe/Paris	49.66307	1.55996		Compainville		28	76	761	76185
3024072	Compains	compains	FR	63610	173	Europe/Paris	45.44147	2.92774		Compains,Companhs,Kompen,kong pan,Компен,孔潘		84	63	633	63117
3024074	Communay	communay	FR	69360	4110	Europe/Paris	45.60442	4.83488		Communay,Komine,Kommjune,Комине,Коммюне		84	69	691	69272
3024077	Communailles-en-Montagne	communailles-en-montagne	FR	39250	54	Europe/Paris	46.80028	6.09961		Communailles,Communailles-en-Montagne		27	39	392	39331
3024082	Commes	commes	FR	14520	422	Europe/Paris	49.33753	-0.73688		Commes,Kom,Komm,ke mei,Ком,Комм,科梅		28	14	141	14172
3024083	Commerveil	commerveil	FR	72600	142	Europe/Paris	48.31751	0.35718		Commerveil		52	72	722	72086
3024163	Combertault	combertault	FR	21200	444	Europe/Paris	46.9926	4.89858		Combertault		27	21	211	21185
3024086	Commercy	commercy	FR	55200	7138	Europe/Paris	48.76128	5.59067		Commercy,Komersi,Kommersi,ke mei er xi,komerushi,Комерси,Коммерси,Коммерсі,コメルシー,科梅尔西	552	44	55	552	55122
3024087	Commer	commer	FR	53470	1142	Europe/Paris	48.24009	-0.62025		Commer		52	53	533	53072
3024088	Commequiers	commequiers	FR	85220	2441	Europe/Paris	46.76264	-1.83815		Commequiers,Kommeke,Konkje,ke mo qu ye er,Коммекє,Конкје,科默屈耶尔		52	85	853	85071
3024089	Commeny	commeny	FR	95450	399	Europe/Paris	49.12649	1.89089		Commeny,Kommeni,Komni,ke mo ni,Коммени,Коммені,Комни,科默尼		11	95	953	95169
3024090	Commentry	commentry	FR	03600	7461	Europe/Paris	46.28876	2.74163		Comentriac,Commentry,Komantri,Kommantri,ke mang te li,Комантри,Коммантри,Коммантрі,科芒特里		84	03	031	03082
3024091	Commensacq	commensacq	FR	40210	342	Europe/Paris	44.2115	-0.825				75	40	402	40085
3024092	Commenchon	commenchon	FR	02300	160	Europe/Paris	49.64107	3.15715		Commenchon		32	02	022	02207
3024093	Commenailles	commenailles	FR	39140	740	Europe/Paris	46.80307	5.45282		Commenailles		27	39	392	39160
3024094	Commelle	commelle	FR	38260	2868	Europe/Paris	46.00086	4.05794		Commelle,Commelle-Vernay		84	42	422	42069
3024095	Commelle	commelle	FR	38260	669	Europe/Paris	45.42823	5.22584		Commelle		84	38	383	38479
3024097	Commeaux	commeaux	FR	61200	119	Europe/Paris	48.78539	-0.11388		Commeaux		28	61	612	61114
3024098	Commarin	commarin	FR	21320	147	Europe/Paris	47.25607	4.65012		Commarin		27	21	211	21187
3024101	Commana	commana	FR	29450	986	Europe/Paris	48.41358	-3.95696		Commana,Komana,Kommana,Kommanna,ke ma na,Комана,Коммана,科马纳		53	29	293	29038
3024102	Comines	comines	FR	59557 CEDEX	12548	Europe/Paris	50.7615	3.01063		Comines		32	59	595	59152
3024103	Comigne	comigne	FR	11700	200	Europe/Paris	43.16977	2.5806		Comigne		76	11	111	11095
3024104	Comiac	comiac	FR	46190	274	Europe/Paris	44.94093	1.98968		Comiac,Komiak,Komjak,ke mi a ke,Коміак,Комјак,科米阿克		76	46	462	46311
3024107	Combs-la-Ville	combs-la-ville	FR	77380	22322	Europe/Paris	48.66497	2.56957		Combs,Combs-la-Ville,Komb la Vil,Kon-la-Vil',km lwyl,kon=ra=vu~iru,konglabil,Комб ла Вил,Кон-ла-Виль,Кон-ла-Віль,کم لویل,コン＝ラ＝ヴィル,콩라빌		11	77	772	77122
3024111	Combronde	combronde	FR	63460	1972	Europe/Paris	45.98099	3.08807		Combronde		84	63	634	63116
3024112	Combrit	combrit	FR	29120	3339	Europe/Paris	47.88719	-4.16051		Combrit,Kombri,Kombrid,konburi,kong bu li,Комбри,Комбрі,コンブリ,孔布里		53	29	294	29037
3024114	Combrimont	combrimont	FR	88490	182	Europe/Paris	48.27595	7.06451		Combrimont		44	88	883	88113
3024115	Combreux	combreux	FR	45530	214	Europe/Paris	47.95522	2.30225		Combreux,Kombre,Комбре		24	45	452	45101
3024116	Combret	combret	FR	12370	0	Europe/Paris	45.74946	1.52395				75	87	872	87138
3024117	Combret	combret	FR	12370	0	Europe/Paris	45.38754	2.40249				84	15	152	15206
3024118	Combret	combret	FR	12370	0	Europe/Paris	45.04487	3.62528		Combret,Combrets		84	43	431	43171
3024119	Combret	combret	FR	12370	0	Europe/Paris	44.50808	2.43339				76	12	122	12171
3024120	Combret	combret	FR	12370	0	Europe/Paris	44.46446	3.88893				76	48	482	48004
3024121	Combret	combret	FR	12370	0	Europe/Paris	43.84172	2.67319		Combret		76	12	121	12069
3024122	Combres-sous-les-Côtes	combres-sous-les-cotes	FR	55160	126	Europe/Paris	49.05973	5.6235		Combres,Combres-sous-les-Cotes,Combres-sous-les-Côtes		44	55	553	55121
3024123	Combressol	combressol	FR	19250	306	Europe/Paris	45.47554	2.15998		Combressol		75	19	193	19058
3024124	Combres	combres	FR	28480	432	Europe/Paris	48.32513	1.06306		Combres		24	28	284	28105
3024125	Combres	combres	FR	28480	0	Europe/Paris	45.26355	4.06041				84	43	433	43025
3024126	Combrée	combree	FR	49520	2685	Europe/Paris	47.70446	-1.03003		Combree,Combrée,Kombre,kong bu lei ai,Комбре,孔布雷埃		52	49	494	49248
3024127	Combre	combre	FR	42840	287	Europe/Paris	46.02554	4.26389		Combre		84	42	422	42068
3024128	Combre	combre	FR	42840	0	Europe/Paris	45.31886	3.80936				84	43	432	43108
3024129	Combre	combre	FR	42840	0	Europe/Paris	44.61014	0.97559				75	47	473	47029
3024130	Combray	combray	FR	14220	118	Europe/Paris	48.94924	-0.43878		Combray		28	14	142	14171
3024131	Combrand	combrand	FR	79140	1171	Europe/Paris	46.86451	-0.68924		Combrand		75	79	791	79096
3024132	Combrailles	combrailles	FR	63380	0	Europe/Paris	45.84055	2.63233		Combrailles		84	63	634	63115
3024134	Combovin	combovin	FR	26120	409	Europe/Paris	44.87573	5.07788		Combovin		84	26	263	26100
3024135	Combourtillé	combourtille	FR	35210	440	Europe/Paris	48.27192	-1.24565		Combortilleium,Combourtille,Combourtillé,Komburtie,Komburtije,Komorzhel,kong bu er di lai,Комбуртие,Комбуртије,Комбуртіє,孔布尔蒂莱		53	35	351	35086
3024137	Combourg	combourg	FR	35270	5362	Europe/Paris	48.40883	-1.75146		Combourg,Comburnium,Komborn,Kombur,kong bu er,Комбур,孔布尔		53	35	354	35085
3024139	Combon	combon	FR	27170	599	Europe/Paris	49.09602	0.89119		Combon		28	27	272	27164
3024142	Combloux	combloux	FR	74920	2285	Europe/Paris	45.8979	6.6442		Combloux,Complutum,Komblu,Комблу		84	74	742	74083
3024143	Comblot	comblot	FR	61400	68	Europe/Paris	48.46128	0.5936		Comblot		28	61	613	61113
3024146	Combleux	combleux	FR	45800	450	Europe/Paris	47.90002	1.99203		Combleux,Komble,kong bu lei,Комбле,孔布勒		24	45	452	45100
3024147	Comblessac	comblessac	FR	35330	538	Europe/Paris	47.87638	-2.08399		Comblessac,Kamlec'hieg,Kamlechieg,Komblesak,Komblessak,kong bu lai sa ke,Комблесак,Комблессак,孔布莱萨克		53	35	352	35084
3024148	Combles-en-Barrois	combles-en-barrois	FR	55000	819	Europe/Paris	48.75118	5.11573		Combles,Combles-en-Barrois		44	55	551	55120
3024149	Combles	combles	FR	80360	695	Europe/Paris	50.00926	2.86724		Combles,Conme,Kombl,Kombl',kong bu lei,Комбл,Комбль,孔布勒		32	80	804	80204
3024150	Combles	combles	FR	80360	0	Europe/Paris	48.6232	3.22118				11	77	773	77109
3024152	Comblanchien	comblanchien	FR	21700	655	Europe/Paris	47.10158	4.92134		Comblanchien		27	21	211	21186
3024153	Combiers	combiers	FR	16320	118	Europe/Paris	45.49196	0.41512		Combier,Combiers,Komb'er,Kombe,Kombje,kong bi ye er,Комбьер,Комбє,Комбје,孔比耶尔		75	16	161	16103
3024161	Combes	combes	FR	34240	0	Europe/Paris	44.99623	4.80485				84	07	073	07097
3024165	Comberouger	comberouger	FR	82600	239	Europe/Paris	43.86226	1.10258		Comberouger		76	82	822	82043
3024166	Comberjon	comberjon	FR	70000	201	Europe/Paris	47.64714	6.20029		Comberjon		27	70	702	70166
3024168	Comberanche-et-Épeluche	comberanche-et-epeluche	FR	24600	127	Europe/Paris	45.28333	0.26667		Comberanche,Comberanche-et Epluche,Combéranche,Comderanche-et-Epeluche		75	24	243	24128
3024180	Combefa	combefa	FR	81640	136	Europe/Paris	44.05455	2.0969		Combefa		76	81	811	81068
3024189	Combeaufontaine	combeaufontaine	FR	70120	542	Europe/Paris	47.7097	5.89129		Combeaufontaine		27	70	702	70165
3024195	Pontault-Combault	pontault-combault	FR	77340	34798	Europe/Paris	48.79813	2.60676		Ponto Kombo,Ponto-Kombo,pongtokongbo,ponto=konbo,pwntw kwmbw,pwntwlt kwmbw,Понто Комбо,Понто-Комбо,پونتو کومبو,پونتولت کومبو,ポントー＝コンボー,퐁토콩보		11	77	775	77373
3024196	Combas	combas	FR	30250	0	Europe/Paris	44.95	1.26667				75	24	244	24392
3024197	Combas	combas	FR	30250	466	Europe/Paris	43.85435	4.11271		Combac,Combas,Combaç,Komba,Kombas,kong ba,Комба,Комбас,孔巴		76	30	302	30088
3024200	Combaillaux	combaillaux	FR	34980	1446	Europe/Paris	43.67666	3.76611		Combaillaux		76	34	342	34082
3024204	Coly	coly	FR	24120	242	Europe/Paris	45.08586	1.26812		Coly		75	24	244	24364
3024205	Coltines	coltines	FR	15170	405	Europe/Paris	45.09243	2.98725		Coltines		84	15	153	15053
3024206	Coltainville	coltainville	FR	28300	791	Europe/Paris	48.48745	1.58775		Coltainville,Kol'tenvil',Koltenvil,ke er tan wei er,Колтенвил,Кольтенвіль,科尔坦维尔		24	28	281	28104
3024207	Colroy-la-Roche	colroy-la-roche	FR	67420	480	Europe/Paris	48.39004	7.17911		Colroy,Colroy-la-Roche		44	67	673	67076
3024208	Colroy-la-Grande	colroy-la-grande	FR	88490	616	Europe/Paris	48.3166	7.10981		Colroy-la-Grande,Kol'rua-la-Grand,Kolroa la Grand,La Grande-Fave,La Rochette,da ke er lu wa,Колроа ла Гранд,Кольруа-ла-Гранд,大科尔鲁瓦		44	88	883	88361
3024210	Colpo	colpo	FR	56390	1922	Europe/Paris	47.81937	-2.81045		Colpo,Kol'po,Kolpo,Kolpou,Kolpoù,ke er bo,Колпо,Кольпо,科尔波		53	56	563	56042
3024213	Colonzelle	colonzelle	FR	26230	460	Europe/Paris	44.39242	4.9022		Colonzelle		84	26	262	26099
3024216	Colonne	colonne	FR	39800	249	Europe/Paris	46.88423	5.57404		Colonne		27	39	391	39159
3024217	Colonfay	colonfay	FR	02120	96	Europe/Paris	49.85961	3.71364		Colonfay		32	02	025	02206
3024218	Colondannes	colondannes	FR	23800	301	Europe/Paris	46.28921	1.61142		Colondannes		75	23	232	23065
3024219	Colonard-Corubert	colonard-corubert	FR	61340	251	Europe/Paris	48.40911	0.65275		Colonard-Corubert,Colonard-le-Buisson,Kolonar Koriber,Kolonar-Korjuber,ke luo na er ke lu bei er,Колонар Корибер,Колонар-Корюбер,科洛纳尔科吕贝尔		28	61	613	61309
3024222	Colomieu	colomieu	FR	01300	119	Europe/Paris	45.73343	5.62231		Collomieu,Colomieu		84	01	011	01110
3024223	Colomiers	colomiers	FR	31770	31363	Europe/Paris	43.61058	1.33467		Colomers,Colomiers,Colomièrs,Colomèrs,Kolom'e,Kolome,Kolomje,ke luo mi ye er,kollomie,koromie,kwlwmyh,Коломье,Коломє,Коломје,کولومیه,コロミエ,科洛米耶尔,콜로미에		76	31	313	31149
3024224	Colomby-sur-Thaon	colomby-sur-thaon	FR	14610	433	Europe/Paris	49.26568	-0.41032		Colomby,Colomby-sur-Thaon		28	14	142	14014
3024226	Colomby	colomby	FR	50700	435	Europe/Paris	49.45654	-1.49261		Colomby		28	50	502	50138
3024228	Colombotte	colombotte	FR	70240	48	Europe/Paris	47.6623	6.28469		Colombotte		27	70	702	70164
3024231	Colombiès	colombies	FR	12240	1025	Europe/Paris	44.3443	2.33673		Colombies,Colombiès		76	12	123	12068
3024232	Colombiers-sur-Seulles	colombiers-sur-seulles	FR	14480	188	Europe/Paris	49.2935	-0.51194		Colombiers,Colombiers-sur-Seulles		28	14	141	14169
3024233	Colombiers-du-Plessis	colombiers-du-plessis	FR	53120	543	Europe/Paris	48.39137	-0.84003		Colombiers,Colombiers-du-Plessis		52	53	533	53071
3024234	Colombier	colombier	FR	03600	0	Europe/Paris	45.71142	5.11214		Colombier,Colombier-Saugnieu		84	69	691	69299
3024235	Colombiers	colombiers	FR	17460	335	Europe/Paris	48.46945	0.0533		Colombiers		28	61	611	61111
3024236	Colombiers	colombiers	FR	17460	1376	Europe/Paris	46.77229	0.42508		Colombiers		75	86	861	86081
3024237	Colombiers	colombiers	FR	17460	358	Europe/Paris	46.70059	2.53938		Colombiers		24	18	182	18069
3024238	Colombiers	colombiers	FR	17460	308	Europe/Paris	45.64322	-0.55193		Colombiers		75	17	174	17115
3024239	Colombiers	colombiers	FR	17460	2348	Europe/Paris	43.31317	3.13994		Colombiers		76	34	341	34081
3024240	Colombier-le-Vieux	colombier-le-vieux	FR	07410	579	Europe/Paris	45.06573	4.69677		Colombier-le-Vieux		84	07	073	07069
3024241	Colombier-le-Jeune	colombier-le-jeune	FR	07270	535	Europe/Paris	45.01007	4.70273		Colombier-le-Jeune		84	07	073	07068
3024242	Colombier-le-Cardinal	colombier-le-cardinal	FR	07430	257	Europe/Paris	45.26681	4.74245		Colombier,Colombier-de-Deome,Colombier-de-Déôme,Colombier-le-Cardinal		84	07	073	07067
3024243	Colombier-Fontaine	colombier-fontaine	FR	25260	1538	Europe/Paris	47.45224	6.6901		Colombier-Fontaine,Kolombe-Fonten,Kolombje Fonten,ke long bi ye feng tan,Коломбє-Фонтен,Коломбје Фонтен,科隆比耶丰坦		27	25	252	25159
3024244	Colombières	colombieres	FR	14710	237	Europe/Paris	49.29548	-0.98143		Colombieres,Colombières		28	14	141	14168
3024245	Colombières-sur-Orb	colombieres-sur-orb	FR	34390	0	Europe/Paris	43.58333	3		Colombieiras,Colombieiras dOrb,Colombieres-sur-Orb,Colombièiras,Colombièiras dÒrb,Colombières-sur-Orb,Kolomb'er-sjur-Orb,Kolomber-sjur-Orb,Kolombijer sir Orb,ao er he pan ke long bi ai,Коломбијер сир Орб,Коломбьер-сюр-Орб,Коломбєр-сюр-Орб,奥尔河畔科隆比埃		76	34	341	34080
3024246	Colombier-en-Brionnais	colombier-en-brionnais	FR	71800	237	Europe/Paris	46.3558	4.33373		Colombier,Colombier-en-Brionnais		27	71	713	71141
3024252	Colombier	colombier	FR	03600	391	Europe/Paris	47.66323	6.21012		Colombier		27	70	702	70163
3024253	Colombier	colombier	FR	03600	52	Europe/Paris	47.1675	4.6719		Colombier		27	21	211	21184
3024254	Colombier	colombier	FR	03600	324	Europe/Paris	46.2731	2.79385		Colombier		84	03	031	03081
3024255	Colombier	colombier	FR	03600	0	Europe/Paris	45.86667	1.4				75	87	872	87156
3024256	Colombier	colombier	FR	03600	0	Europe/Paris	45.5258	5.08904				84	38	383	38035
3024257	Colombier	colombier	FR	03600	0	Europe/Paris	45.35329	3.80004				84	43	432	43196
3024259	Colombier	colombier	FR	03600	0	Europe/Paris	45.15513	4.59872				84	07	073	07309
3024260	Colombier	colombier	FR	03600	246	Europe/Paris	44.77473	0.52683		Colombier		75	24	241	24126
3024262	Colombey-les-Deux-Églises	colombey-les-deux-eglises	FR	52330	638	Europe/Paris	48.21667	4.88333		Colombey,Colombey-la-Montagne,Colombey-les-Deux-Eglises,Colombey-les-Deux-Églises,Kolombe le Dez Egliz,Kolombe-le-De-Egliz,Kolombeh-le-Djoz-Ehgliz,Kolompe le ntez Enkliz,ke long bei lai si-de ai ge li sai,kollongbeledoejegeullijeu,Κολομπέ λε ντεζ Εγκλίζ,Коломбе ле Дез Еглиз,Коломбе-ле-Де-Егліз,Коломбэ-ле-Дёз-Эглиз,科隆贝莱斯-德埃格利塞,콜롱베레되제글리즈		44	52	521	52140
3024264	Colombey-les-Belles	colombey-les-belles	FR	54170	1414	Europe/Paris	48.5292	5.89451		Colombey,Colombey-les-Belles		44	54	544	54135
3024266	Colombes	colombes	FR	92700	82300	Europe/Paris	48.91882	2.25404		Colombes,Columbae,Kolomb,Kolombas,bai ge cheng,klwmb,kollongbeu,koronbu,kwlwmb  aw dw syn,qwlwmb,Коломб,קולומב,كولومب، أو دو سين,کلومب,コロンブ,白鸽城,콜롱브		11	92	922	92025
3024267	Colombelles	colombelles	FR	14460	6493	Europe/Paris	49.2049	-0.29571		Colombelles,Kolombel,Kolombel',ke long bei lai,Коломбел,Коломбель,科隆贝莱		28	14	142	14167
3024268	Colombe-lès-Vesoul	colombe-les-vesoul	FR	70000	478	Europe/Paris	47.61328	6.2123		Colombe,Colombe-les-Vesoul,Colombe-lès-Vesoul		27	70	702	70162
3024269	Colombé-le-Sec	colombe-le-sec	FR	10200	0	Europe/Paris	48.25492	4.79697		Colombe,Colombe-le-Sec,Colombé,Colombé-le-Sec		44	10	101	10103
3024327	Collemiers	collemiers	FR	89100	551	Europe/Paris	48.15601	3.23359		Collemiers		27	89	893	89113
3024271	Colombé-la-Fosse	colombe-la-fosse	FR	10200	242	Europe/Paris	48.26442	4.78931		Colombe,Colombe-la-Fosse,Colombé,Colombé-la-Fosse		44	10	101	10102
3024273	Colombe	colombe	FR	38690	1544	Europe/Paris	45.40024	5.45441		Colombe,Colombes		84	38	382	38118
3024276	Colomars	colomars	FR	06670	3185	Europe/Paris	43.7632	7.22191		Colomars		93	06	062	06046
3024279	Cologne	cologne	FR	32430	0	Europe/Paris	47.00991	2.32114				24	18	181	18255
3024280	Cologne	cologne	FR	32430	728	Europe/Paris	43.7221	0.97741		Cologne		76	32	322	32106
3024281	Colognac	colognac	FR	30460	187	Europe/Paris	44.02838	3.82224		Colognac		76	30	303	30087
3024284	Colmier-le-Haut	colmier-le-haut	FR	52160	67	Europe/Paris	47.78054	4.96724		Colmier-le-Haut		44	52	522	52138
3024285	Colmier-le-Bas	colmier-le-bas	FR	52160	30	Europe/Paris	47.77182	4.9527		Colmier-le-Bas		44	52	522	52137
3024286	Colmey	colmey	FR	54260	250	Europe/Paris	49.45817	5.55694		Colmey		44	54	541	54134
3024287	Colmesnil-Manneville	colmesnil-manneville	FR	76550	144	Europe/Paris	49.84221	1.03764		Colmesnil,Colmesnil-Manneville		28	76	761	76184
3024288	Colméry	colmery	FR	58350	303	Europe/Paris	47.34743	3.25009		Colmery,Colméry,Kol'meri,Kolmeri,ke er mei li,Колмери,Кольмери,Кольмері,科尔梅里		27	58	584	58081
3024289	Colmen	colmen	FR	57320	217	Europe/Paris	49.35589	6.54242		Colmen		44	57	573	57149
3024292	Colmars	colmars	FR	04370	405	Europe/Paris	44.18109	6.62632		Colmars,Colmars-les-Alpes,Cormarc,Cormarç,Kol'mar,Kolmar,Колмар,Кольмар		93	04	042	04061
3024297	Colmar	colmar	FR	68000	65405	Europe/Paris	48.08078	7.35584		CMR,Colmar,Colmaria,Kal'mar,Koimar,Kol'mar,Kolmar,Kolmara,ke er ma,klmar,kolmaleu,korumaru,kwlmar,kwlmr,kx lmar,qwlmr,Κολμάρ,Кальмар,Колмар,Кольмар,קולמר,كولمار,کلمار,کولمر,กอลมาร์,コルマール,科尔马,콜마르	68	44	68	682	68066
3024298	Collorgues	collorgues	FR	30190	389	Europe/Paris	44.00539	4.291		Collorgues		76	30	302	30086
3024299	Collorec	collorec	FR	29530	688	Europe/Paris	48.28542	-3.77458		Collorec,Kollorek,Koloreg,Kolorek,ke luo lei ke,Коллорек,Колорек,科洛雷克		53	29	292	29036
3024300	Collongues	collongues	FR	06910	105	Europe/Paris	43.88852	6.86336		Collongues		93	06	061	06045
3024301	Collongues	collongues	FR	06910	116	Europe/Paris	43.28741	0.16208		Collongues		76	65	653	65151
3024302	Collonges-sous-Salève	collonges-sous-saleve	FR	74160	3493	Europe/Paris	46.1416	6.15372		Collonge-sous-Saleve,Collonge-sous-Salève,Collonges		84	74	743	74082
3024303	Collonges-lès-Premières	collonges-les-premieres	FR	21110	685	Europe/Paris	47.22442	5.26655		Collonge-les-Premieres,Collonge-lès-Premières,Collonges,Collonges-les-Premieres,Collonges-lès-Premières		27	21	212	21183
3024304	Collonges-lès-Bévy	collonges-les-bevy	FR	21220	82	Europe/Paris	47.16944	4.85204		Collonges,Collonges-les-Bevy,Collonges-lès-Bévy		27	21	211	21182
3024305	Collonges-au-Mont-d'Or	collonges-au-mont-d-or	FR	69660	0	Europe/Paris	45.82393	4.84017		Collonges,Collonges-au-Mont-d'Or		84	69	691	69063
3024306	Collonges	collonges	FR	01550	1124	Europe/Paris	46.13819	5.90506		Collonges		84	01	013	01109
3024307	Collonges-la-Rouge	collonges-la-rouge	FR	19500	426	Europe/Paris	45.06667	1.65		Colonjas,Kollonzh-la-Ruzh,Kolonzh la Ruzh,ke long re la lu ge,koronju=ra=ruju,Коллонж-ла-Руж,Колонж ла Руж,コロンジュ＝ラ＝ルージュ,科隆热拉鲁格		75	19	191	19057
3024308	Collonge-la-Madeleine	collonge-la-madeleine	FR	71360	62	Europe/Paris	46.94035	4.52226		Collonge,Collonge-la-Madeleine		27	71	711	71140
3024309	Collonge-en-Charollais	collonge-en-charollais	FR	71460	120	Europe/Paris	46.64249	4.53964		Collonge,Collonge-en-Charollais,Collonges-en Charollais		27	71	712	71139
3024313	Collobrières	collobrieres	FR	83610	1651	Europe/Paris	43.23718	6.30901		Collobrieres,Collobrières,Colobrieras,Colobrièras,Kollobrier,Kolobrijer,ke luo bu li ai,koroburieru,Коллобриер,Коллобрієр,Колобријер,コロブリエール,科洛布里埃		93	83	832	83043
3024314	Collioure	collioure	FR	66190	3171	Europe/Paris	42.52462	3.08235		Collioure,Colliure,Cotlliure,Kolijur,Koliur,Kolliur,XCU,ke li wu er,koriuru,kwlywr,Колиур,Колијур,Коллиур,Колліур,کولیور,コリウール,科利乌尔		76	66	661	66053
3024315	Collinée	collinee	FR	22330	973	Europe/Paris	48.30067	-2.52017		Collinee,Collinée,Koedlinez		53	22	224	22046
3024316	Colline-Beaumont	colline-beaumont	FR	62180	119	Europe/Paris	50.34133	1.68706		Colline-Beaumont,Kolen Bomon,Kollin-Bomon,ke li ne bo meng,kwlyn bawmwnt,Колен Бомон,Коллин-Бомон,Коллін-Бомон,كولين باومونت,科利讷博蒙		32	62	624	62231
3024317	Colligny	colligny	FR	57530	334	Europe/Paris	49.0984	6.32672		Colligny		44	57	579	57148
3024423	Cogny	cogny	FR	18130	1004	Europe/Paris	45.98747	4.62475		Cogny		84	69	692	69061
3025197	Chiché	chiche	FR	79350	1459	Europe/Paris	46.79713	-0.35969		Chiche,Chiché		75	79	791	79088
3024318	Colligis-Crandelain	colligis-crandelain	FR	02860	148	Europe/Paris	49.47524	3.64072		Colligis-Crandelain,Kolizhi Krandlen,Kollizhi-Krandelen,ke li ji-ke lang de lan,Колижи Крандлен,Коллижи-Кранделен,Колліжі-Кранделен,科利吉-克朗德兰		32	02	022	02205
3024320	Collias	collias	FR	30210	914	Europe/Paris	43.95371	4.47695		Colhac,Colhaç,Collias,Kol'jas,Kolija,ke li a,Колија,Кольяс,科利阿		76	30	302	30085
3024321	Colleville-sur-Mer	colleville-sur-mer	FR	14710	180	Europe/Paris	49.34792	-0.84656		Colleville,Colleville-sur-Mer		28	14	141	14165
3024322	Colleville-Montgomery	colleville-montgomery	FR	14880	2285	Europe/Paris	49.27528	-0.30052		Colleville,Colleville-Montgomery,Colleville-sur-Orne,Kol'vil'-Mongomeri,Kolevil Mongomeri,ke lei wei er meng te ge mo li,Колевил Монгомери,Кольвиль-Монгомери,Кольвіль-Монгомері,科勒维尔蒙特戈默里		28	14	142	14166
3024323	Colleville	colleville	FR	76400	699	Europe/Paris	49.74894	0.45842		Colleville		28	76	762	76183
3024325	Colletot	colletot	FR	27500	114	Europe/Paris	49.35276	0.61381		Colletot		28	27	272	27163
3024326	Colleret	colleret	FR	59680	1682	Europe/Paris	50.25693	4.08083		Colleret		32	59	591	59151
3024328	Collégien	collegien	FR	77090	3261	Europe/Paris	48.83571	2.67365		Collegien,Collégien		11	77	775	77121
3024334	Collat	collat	FR	43230	86	Europe/Paris	45.2437	3.61131		Collat		84	43	431	43075
3024337	Collanges	collanges	FR	63340	0	Europe/Paris	45.43707	3.21865		Collanges		84	63	633	63114
3024338	Collanges	collanges	FR	63340	0	Europe/Paris	45.40201	3.77089		Collanges		84	63	631	63139
3024339	Collanges	collanges	FR	63340	0	Europe/Paris	45.1628	2.8204				84	15	153	15061
3024341	Collandres-Quincarnon	collandres-quincarnon	FR	27190	201	Europe/Paris	48.99166	0.84472		Collandres,Collandres-Quincarnon,Kolandr-Kenkarnon,Коландр-Кенкарнон		28	27	273	27162
3024342	Collandres	collandres	FR	15400	226	Europe/Paris	45.236	2.658		Collandres		84	15	152	15052
3024344	Collan	collan	FR	89700	209	Europe/Paris	47.8423	3.87612		Collan		27	89	892	89112
3024348	Colincamps	colincamps	FR	80560	94	Europe/Paris	50.09883	2.60194		Colincamps		32	80	804	80203
3024350	Val-des-Marais	val-des-marais	FR	51130	0	Europe/Paris	48.85	3.96667		Coligny		44	51	512	51158
3024351	Coligny	coligny	FR	01270	1202	Europe/Paris	46.38252	5.34554		Coligny,Nant-Coteau		84	01	012	01108
3024354	Colembert	colembert	FR	62142	702	Europe/Paris	50.74503	1.84409		Colembert,Colimbert,Kolamber,ke lang bei er,kwlymbyrt,Коламбер,كوليمبيرت,科朗贝尔		32	62	623	62230
3024358	Colayrac-Saint-Cirq	colayrac-saint-cirq	FR	47450	2880	Europe/Paris	44.21996	0.55282		Colayrac,Colayrac-Saint-Cirq		75	47	471	47069
3024367	Coizard-Joches	coizard-joches	FR	51270	108	Europe/Paris	48.82726	3.8656		Coizard,Coizard-Joches		44	51	512	51157
3024368	Coivrel	coivrel	FR	60420	242	Europe/Paris	49.5536	2.55515		Coivrel,Koavrel,Kuavrel',kua fu lei,Коаврел,Куаврель,夸夫雷		32	60	602	60158
3024369	Coivert	coivert	FR	17330	233	Europe/Paris	46.06957	-0.45865		Coivert		75	17	175	17114
3024371	Coisy	coisy	FR	80260	248	Europe/Paris	49.95963	2.32691		Coesy,Coisy,Coésy,Koazi,Kuazi,kua xi,Коази,Куазі,夸西		32	80	802	80202
3024379	Coisia	coisia	FR	39240	117	Europe/Paris	46.30609	5.58088		Coisia		27	39	392	39530
3024380	Coisevaux	coisevaux	FR	70400	303	Europe/Paris	47.5816	6.70437		Coisevaux		27	70	701	70160
3024381	Coise	coise	FR	69590	1018	Europe/Paris	45.52822	6.14389		Coise,Coise-Saint-Jean-Pied-Gauthier,Koaz Sen Zhan Pje Gotje,Kuaz-Sen-Zhan-Pe-Got'e,Коаз Сен Жан Пје Готје,Куаз-Сен-Жан-Пє-Готьє		84	73	732	73089
3024382	Coiserette	coiserette	FR	39200	47	Europe/Paris	46.34246	5.8342		Coiserette		27	39	393	39157
3024384	Coise	coise	FR	69590	710	Europe/Paris	45.61374	4.47336		Coise		84	69	691	69062
3024388	Coirac	coirac	FR	33540	180	Europe/Paris	44.69187	-0.16761		Coirac		75	33	333	33131
3024389	Coin-sur-Seille	coin-sur-seille	FR	57420	317	Europe/Paris	49.01107	6.16366		Coin-sur-Seille		44	57	579	57147
3024390	Coin-lès-Cuvry	coin-les-cuvry	FR	57420	693	Europe/Paris	49.03399	6.15647		Coin-les-Cuvry,Coin-lès-Cuvry		44	57	579	57146
3024391	Coingt	coingt	FR	02360	74	Europe/Paris	49.792	4.08791		Coingt		32	02	025	02204
3024393	Coings	coings	FR	36130	818	Europe/Paris	46.88628	1.71514		Coings,Koen,Kuehn,Kuen,kuan ge,Коен,Куен,Куэн,宽格		24	36	362	36057
3024396	Coincy	coincy	FR	02210	1198	Europe/Paris	49.16036	3.42202		Coincy		32	02	021	02203
3024397	Coincy	coincy	FR	02210	313	Europe/Paris	49.10974	6.28353		Coincy		44	57	579	57145
3024398	Coincourt	coincourt	FR	54370	118	Europe/Paris	48.70005	6.61124		Coincourt		44	54	542	54133
3024399	Coinches	coinches	FR	88100	339	Europe/Paris	48.25083	7.02221		Coinches		44	88	883	88111
3024400	Coinces	coinces	FR	45310	464	Europe/Paris	48.01095	1.73882		Coinces,Koans,Kuens,kuan sai,Коанс,Куенс,宽塞		24	45	452	45099
3024404	Coimères	coimeres	FR	33210	635	Europe/Paris	44.4958	-0.20992		Coimeras,Coimeres,Coimèras,Coimères,Koamer,Kuamer,kua mei lei,Коамер,Куамер,夸梅雷		75	33	333	33130
3024405	Coigny	coigny	FR	50250	209	Europe/Paris	49.32357	-1.38452		Coigny		28	50	503	50273
3024406	Coignières	coignieres	FR	78310	4439	Europe/Paris	48.7501	1.92082		Coignieres,Coignières,Koanijer,Kuan'er,Коањијер,Куаньер,Куаньєр		11	78	782	78168
3024407	Coigneux	coigneux	FR	80560	50	Europe/Paris	50.11667	2.55		Coigneux		32	80	804	80201
3024410	Coiffy-le-Haut	coiffy-le-haut	FR	52400	131	Europe/Paris	47.90879	5.70008		Coiffy,Coiffy-le-Haut,Koafi le O,Kuaffi-le-O,kua fei lai ao,Коафи ле О,Куаффі-ле-О,夸菲莱奥		44	52	522	52136
3024411	Coiffy-le-Bas	coiffy-le-bas	FR	52400	130	Europe/Paris	47.91462	5.67727		Coiffy,Coiffy-le-Bas		44	52	522	52135
3024414	Cohons	cohons	FR	52600	249	Europe/Paris	47.78733	5.34639		Cohons		44	52	522	52134
3024415	Cohiniac	cohiniac	FR	22800	365	Europe/Paris	48.46149	-2.94964		Cohiniac,Kaouennieg		53	22	222	22045
3024416	Cohennoz	cohennoz	FR	73400	147	Europe/Paris	45.75757	6.48141		Cohennoz		84	73	731	73088
3024419	Cohade	cohade	FR	43100	739	Europe/Paris	45.33746	3.37355		Cohade		84	43	431	43074
3024421	Cogolin	cogolin	FR	83310	9838	Europe/Paris	43.25294	6.52981		Cogolin,Kogolen,ke ge lan,Коголен,科戈兰		93	83	831	83042
3024422	Cogny	cogny	FR	18130	42	Europe/Paris	46.84557	2.63283		Cogny		24	18	182	18068
3024424	Cognocoli-Monticchi	cognocoli-monticchi	FR	20123	171	Europe/Paris	41.82854	8.90526		Cognocoli-Monticchi,Cognocoli-Montichi,Cugnoculu,Cugnòculu,Kon'jokoli-Montikki,Kon'okoli-Montikki,Konokoli Montiki,Коньйоколи-Монтикки,Коньйоколі-Монтіккі,Коньоколи-Монтикки,Коњоколи Монтики		94	2A	2A1	2A091
3024425	Cognin-les-Gorges	cognin-les-gorges	FR	38470	577	Europe/Paris	45.17063	5.41114		Cognin,Cognin-les-Gorges		84	38	381	38117
3024426	Cognin	cognin	FR	73160	6577	Europe/Paris	45.55952	5.89113		Cognen,Cognin,Kon'en,Konen,Коньєн,Коњен		84	73	732	73087
3024427	Cognières	cognieres	FR	70230	88	Europe/Paris	47.49039	6.29334		Cognieres,Cognières		27	70	702	70159
3024429	Cognet	cognet	FR	38350	0	Europe/Paris	45.80534	3.56587				84	63	635	63151
3024430	Cognet	cognet	FR	38350	38	Europe/Paris	44.88111	5.77763		Cognet		84	38	381	38116
3024431	Cogners	cogners	FR	72310	213	Europe/Paris	47.86845	0.65854		Cogners		52	72	722	72085
3024435	Cognat-Lyonne	cognat-lyonne	FR	03110	552	Europe/Paris	46.10826	3.31017		Cognat,Cognat-Lyonne,Conhac e Liona,Conhat e Liona,Kon'ja-L'on,Kon'ja-Lionn,Kona Lion,ke ni ya li weng,konya=riyon'nu,Конья-Лионн,Конья-Льон,Конья-Ліонн,Коња Лион,コニャ＝リヨンヌ,科尼亚利翁		84	03	033	03080
3024438	Cognac-la-Forêt	cognac-la-foret	FR	87310	1055	Europe/Paris	45.83328	1.00989		Cognac,Cognac-la-Foret,Cognac-la-Forêt,Cognac-le-Froid,Cognac-le-Frold,Conhac,Conhac la Forest,Kon'jak-la-Fore,Konak la Fore,ke ni ya ke la fu lei,Коньяк-ла-Форе,Коњак ла Форе,科尼亚克拉福雷		75	87	873	87046
3024440	Cognac	cognac	FR	16100	20868	Europe/Paris	45.69581	-0.32867		CNG,Cognac,Conhac,Kon'jak,Konjak,Коньяк	162	75	16	162	16102
3024441	Cognac	cognac	FR	16100	0	Europe/Paris	45.08385	1.63333				75	19	191	19150
3024442	Cogna	cogna	FR	39130	218	Europe/Paris	46.5814	5.75855		Cogna,Coina		27	39	392	39156
3024443	Coglès	cogles	FR	35460	617	Europe/Paris	48.45891	-1.36503		Cogles,Coglesium,Coglès,Gougleiz,Gougliez,Kogle,ke ge lai,Когле,科格莱		53	35	351	35191
3024447	Coëx	coex	FR	85220	2571	Europe/Paris	46.69748	-1.7602		Coex,Coëx,Koe,ke e,Кое,科厄		52	85	853	85070
3024456	Coëtmieux	coetmieux	FR	22400	1317	Europe/Paris	48.49166	-2.60029		Coetmieux,Coëtmieux,Koedmaeg		53	22	224	22044
3024457	Coëtlogon	coetlogon	FR	22210	256	Europe/Paris	48.14194	-2.54371		Coetlogon,Coëtlogon,Koedlogon		53	22	224	22043
3024459	Coësmes	coesmes	FR	35134	1168	Europe/Paris	47.88338	-1.44112		Coesmes,Coesmis,Coësmes,Coësmis,Koem,ke e si mei,Коем,科厄斯梅		53	35	351	35082
3024462	Codolet	codolet	FR	30200	657	Europe/Paris	44.12609	4.70178		Codolet		76	30	302	30084
3024463	Codognan	codognan	FR	30920	2100	Europe/Paris	43.73214	4.2195		Codognan		76	30	302	30083
3024465	Codalet	codalet	FR	66500	399	Europe/Paris	42.61001	2.41712		Codalet		76	66	663	66052
3024467	Cocurès	cocures	FR	48400	190	Europe/Paris	44.34843	3.62034		Cocures,Cocurès		76	48	481	48050
3024468	Cocumont	cocumont	FR	47250	934	Europe/Paris	44.44863	0.02543		Cocumont,Kokimon,Kokjumon,ke kan weng,Кокимон,Кокюмон,科坎翁		75	47	472	47068
3024470	Cocquerel	cocquerel	FR	80510	176	Europe/Paris	50.04397	1.94866		Cocquerel		32	80	801	80200
3024472	Coclois	coclois	FR	10240	146	Europe/Paris	48.47381	4.33757		Coclois		44	10	103	10101
3024479	Cocheren	cocheren	FR	57800	3378	Europe/Paris	49.14384	6.85649		Cocheren		44	57	573	57144
3024480	Cocherel	cocherel	FR	77440	569	Europe/Paris	49.02136	3.10305		Cocherel		11	77	771	77120
3024481	Cocherel	cocherel	FR	77440	0	Europe/Paris	48.6651	0.89228				24	28	283	28046
3024486	Cobrieux	cobrieux	FR	59830	528	Europe/Paris	50.54244	3.22852		Cobrieux		32	59	595	59150
3024488	Cobonne	cobonne	FR	26400	138	Europe/Paris	44.76394	5.07763		Cobonne		84	26	261	26098
3024496	Coatréven	coatreven	FR	22450	402	Europe/Paris	48.76863	-3.34243		Coatreven,Coatréven,Koatreven		53	22	223	22042
3024506	Coat-Méal	coat-meal	FR	29870	769	Europe/Paris	48.50857	-4.54261		Coat-Meal,Coat-Méal,Koa Meal,Koa-Meal',Koz-Meal,ke a mei a,koa=mearu,Коа Меал,Коа-Меаль,コア＝メアル,科阿梅阿		53	29	291	29035
3024518	Coatascorn	coatascorn	FR	22140	234	Europe/Paris	48.67415	-3.25053		Coatascorn,Koadaskorn		53	22	223	22041
3024525	Coarraze	coarraze	FR	64800	2440	Europe/Paris	43.16996	-0.22998		Coarasa,Coarrasa,Coarraze,Koaraz,Koarraz,ke a er la ci,Коараз,Коарраз,科阿尔拉兹		75	64	643	64191
3024526	Coaraze	coaraze	FR	06390	681	Europe/Paris	43.86413	7.29471		Caudarasa,Coarasa,Coaraze,Koaraz,ke a la ci,koarazu,kwaraz,Коараз,كواراز,コアラーズ,科阿拉兹		93	06	062	06043
3024529	Coadout	coadout	FR	22970	526	Europe/Paris	48.51767	-3.1877		Coadout,Koadoud		53	22	222	22040
3024530	Clux	clux	FR	71270	104	Europe/Paris	46.95733	5.18575		Clux		27	71	712	71578
3024532	Cluses	cluses	FR	74300	19789	Europe/Paris	46.06251	6.57497		Clluses,Clusae Fulciniacenses,Cluses,Kliz,Kljuz,Клиз,Клюз		84	74	742	74081
3024534	Cluny	cluny	FR	71250	4581	Europe/Paris	46.43318	4.65845		Chiny,Cluniacum,Cluny,Kljuni,klwny,Клюни,كلوني		27	71	715	71137
3024535	Clumanc	clumanc	FR	04330	165	Europe/Paris	44.02364	6.40081		Clumanc,Clumane,Kliman,Kljuman,ke lu mang ke,Климан,Клюман,克吕芒克		93	04	042	04059
3024538	Cluis	cluis	FR	36340	1040	Europe/Paris	46.54486	1.74933		Cluis,Kli,Kljui,ke lu yi,Кли,Клюи,Клюї,克吕伊		24	36	363	36056
3024539	Clugnat	clugnat	FR	23270	684	Europe/Paris	46.30935	2.11667		Clugnat,Clunhac,Klina,Kljun'ja,ke lu ni ya,Клиња,Клюнья,克吕尼亚		75	23	231	23064
3024540	Clucy	clucy	FR	39110	78	Europe/Paris	46.94604	5.9041		Clucy		27	39	391	39155
3024542	Cloyes-sur-Marne	cloyes-sur-marne	FR	51300	117	Europe/Paris	48.66319	4.63949		Cloyes		44	51	514	51156
3024543	Cloyes-sur-le-Loir	cloyes-sur-le-loir	FR	28220	2741	Europe/Paris	47.99726	1.23711		Cloyes,Cloyes-sur-le-Loir		24	28	282	28103
3024550	Cloué	cloue	FR	86600	479	Europe/Paris	46.44271	0.16427		Cloue,Cloué,Klue,ke lu e,Клуе,克卢厄		75	86	863	86080
3024552	Clouange	clouange	FR	57185	3740	Europe/Paris	49.2624	6.09723		Clouange		44	57	577	57143
3024569	Clonas-sur-Varèze	clonas-sur-vareze	FR	38550	1387	Europe/Paris	45.41382	4.79077		Clonas,Clonas-sur-Vareze,Clonas-sur-Varèze		84	38	383	38114
3024570	Clomot	clomot	FR	21230	126	Europe/Paris	47.19011	4.48381		Clomot		27	21	211	21181
3024999	Chuffilly-Roche	chuffilly-roche	FR	08130	86	Europe/Paris	49.44694	4.60837		Chuffilly-Roche,Chuffilly-et-Roche		44	08	084	08123
3024572	Clohars-Fouesnant	clohars-fouesnant	FR	29950	1994	Europe/Paris	47.89756	-4.06814		Clohars,Clohars-Fouesnant,Kloar Fuenan,Kloar-Fouenant,Kloar-Fuenan,ke luo a er fu ai si nan,Клоар Фуенан,Клоар-Фуенан,克洛阿尔富埃斯南		53	29	294	29032
3024573	Clohars-Carnoët	clohars-carnoet	FR	29360	4085	Europe/Paris	47.79631	-3.58558		Clohars,Clohars-Carnoet,Clohars-Carnoët,Kloar Karnoe,Kloar-Karnoe,Kloar-Karnoed,ke luo a er ka er nuo e,Клоар Карное,Клоар-Карное,克洛阿尔卡尔诺厄		53	29	294	29031
3024577	Clitourps	clitourps	FR	50330	170	Europe/Paris	49.65636	-1.37388		Clitourps,Klitur,ke li tu er pu,Клитур,Клітур,克利图尔普		28	50	502	50135
3024578	Clisson	clisson	FR	44190	6480	Europe/Paris	47.0871	-1.28297		Clisson,Clissonium,Klison,Klisson,ke li song,kurison,Клисон,Кліссон,クリソン,克利松		52	44	442	44043
3024581	Cliron	cliron	FR	08090	278	Europe/Paris	49.81104	4.6124		Cliron		44	08	081	08125
3024583	Cliponville	cliponville	FR	76640	251	Europe/Paris	49.68857	0.68203		Cliponville		28	76	762	76182
3024584	Cliousclat	cliousclat	FR	26270	688	Europe/Paris	44.71697	4.83229		Cliousclat		84	26	261	26097
3024585	Clion	clion	FR	17240	1155	Europe/Paris	46.94085	1.23214		Clion		24	36	362	36055
3024586	Clion	clion	FR	17240	784	Europe/Paris	45.47959	-0.50092		Clion		75	17	171	17111
3024588	Clinchamps-sur-Orne	clinchamps-sur-orne	FR	14320	1025	Europe/Paris	49.07857	-0.40156		Clinchamps,Clinchamps-sur-Orne		28	14	142	14349
3024590	Clinchamp	clinchamp	FR	52700	118	Europe/Paris	48.19224	5.45824		Clinchamp		44	52	521	52133
3024592	Climbach	climbach	FR	67510	548	Europe/Paris	49.01829	7.85058		Climbach		44	67	672	67075
3024596	Clichy-sous-Bois	clichy-sous-bois	FR	93390	29062	Europe/Paris	48.9102	2.55323		Clichy,Clichy-sous-Bois,Klishi su Boa,Klishi-su-Bua,ke li xi cong lin,keullisisubua,klyshy sw bwa,kurishi=su=bowa,Клиши су Боа,Клиши-су-Буа,Кліші-су-Буа,كليشي سو بوا,کلیشی سو بوآ,クリシー＝ス＝ボワ,克利希丛林,클리시수부아		11	93	932	93014
3024597	Clichy	clichy	FR	92110	57467	Europe/Paris	48.90018	2.30952		Clichy,Clichy-la-Garenne,Clichy-sur-Seine,Clicy,Klishi,Клиши		11	92	922	92024
3024598	Clézentaine	clezentaine	FR	88700	213	Europe/Paris	48.40889	6.53905		Clezentaine,Clézentaine		44	88	881	88110
3024599	Cleyzieu	cleyzieu	FR	01230	128	Europe/Paris	45.90609	5.43355		Cleyzieu,Clezieu		84	01	011	01107
3024600	Cleyrac	cleyrac	FR	33540	163	Europe/Paris	44.72	-0.03847		Cleyrac		75	33	333	33129
3024601	Clévilliers	clevilliers	FR	28300	678	Europe/Paris	48.54373	1.38611		Clevilliers,Clévilliers		24	28	281	28102
3024602	Cléville	cleville	FR	14370	173	Europe/Paris	49.62099	0.6156		Cleville,Cléville		28	76	762	76181
3024603	Cléville	cleville	FR	14370	282	Europe/Paris	49.15453	-0.09085		Cleville,Cléville		28	14	142	14163
3024604	Cleuville	cleuville	FR	76450	120	Europe/Paris	49.71118	0.63308		Cleuville		28	76	761	76180
3024610	Cléty	clety	FR	62380	535	Europe/Paris	50.65341	2.18561		Clety,Cléty		32	62	625	62229
3024611	Clessy	clessy	FR	71130	262	Europe/Paris	46.55785	4.08774		Clessy		27	71	713	71136
3024612	Clessé	clesse	FR	71260	914	Europe/Paris	46.71578	-0.40591		Clesse,Clessé		75	79	791	79094
3024613	Clessé	clesse	FR	71260	713	Europe/Paris	46.41567	4.81561		Clesse,Clessé		27	71	715	71135
3024614	Clesles	clesles	FR	51260	558	Europe/Paris	48.5337	3.83253		Clesles,Klel,Klel',ke lai si lai,Клел,Клель,克莱斯莱		44	51	512	51155
3024615	Cléry-sur-Somme	clery-sur-somme	FR	80200	529	Europe/Paris	49.95697	2.88734		Cleriacum ad Samaram,Clery,Clery-su-Sonme,Clery-sur-Somme,Cléry-su-Sonme,Cléry-sur-Somme,Kleri na Somi,Kleri-sjur-Somm,suo mu he pan ke lai li,Клери на Соми,Клері-сюр-Сомм,索姆河畔克莱里		32	80	804	80199
3024616	Cléry-Saint-André	clery-saint-andre	FR	45370	2975	Europe/Paris	47.82218	1.75091		Cleriacum,Clery,Clery-Saint-Andre,Cléry,Cléry-Saint-André,Kleri Sent Andre,Kleri-Sent-Andre,ke lai li sheng ang de lei,Клери Сент Андре,Клері-Сент-Андре,克莱里圣昂德雷		24	45	452	45098
3024617	Cléry-le-Petit	clery-le-petit	FR	55110	211	Europe/Paris	49.36667	5.18333		Clery-le-Petit,Cléry-le-Petit		44	55	553	55119
3024618	Cléry-le-Grand	clery-le-grand	FR	55110	72	Europe/Paris	49.36667	5.15		Clery-le-Grand,Cléry-le-Grand		44	55	553	55118
3024619	Cléry-en-Vexin	clery-en-vexin	FR	95420	419	Europe/Paris	49.12818	1.8391		Clery,Clery-en-Vexin,Cléry,Cléry-en-Vexin,Kleri an Veksen,Kleri-an-Veksen,fu ke sang de qu ke lai li,Клери ан Вексен,Клери-ан-Вексен,Клері-ан-Вексен,弗克桑地区克莱里		11	95	953	95166
3024621	Cléry	clery	FR	21270	0	Europe/Paris	49.22254	1.41954				28	27	271	27016
3024622	Cléry	clery	FR	21270	133	Europe/Paris	47.28723	5.49694		Clery,Cléry		27	21	212	21180
3024623	Cléry	clery	FR	21270	247	Europe/Paris	45.64455	6.29354		Clery,Cléry		84	73	731	73086
3024624	Clerval	clerval	FR	25340	1107	Europe/Paris	47.39167	6.49925		Clerval		27	25	252	25156
3024626	Clerques	clerques	FR	62890	220	Europe/Paris	50.79255	1.99379		Clerque,Clerques,Clérque,Klerk,ke lai er ke,klyrks,Клерк,كليركس,克莱尔克		32	62	625	62228
3024627	Cléron	cleron	FR	25330	304	Europe/Paris	47.08732	6.06076		Cleron,Cléron,Kleron,ke lai long,Клерон,克莱龙		27	25	251	25155
3024628	Clermont-sur-Lauquet	clermont-sur-lauquet	FR	11250	27	Europe/Paris	43.04475	2.42256		Clermont,Clermont-sur-Lauquet		76	11	112	11094
3024629	Clermont-Savès	clermont-saves	FR	32600	172	Europe/Paris	43.61727	1.0301		Clermont,Clermont-Saves,Clermont-Savès		76	32	321	32105
3024630	Clermont-Pouyguillès	clermont-pouyguilles	FR	32300	0	Europe/Paris	43.47151	0.52288		Clermont,Clermont-Pouyguilles,Clermont-Pouyguillès		76	32	323	32104
3024631	Clermont-l'Hérault	clermont-l-herault	FR	34800	0	Europe/Paris	43.62756	3.4318		Clermont,Clermont Herault,Clermont-de-l'Herault,Clermont-l'Herault,Clermont-l'Hérault		76	34	342	34079
3024632	Clermont-les-Fermes	clermont-les-fermes	FR	02340	135	Europe/Paris	49.66774	3.93763		Clermont,Clermont-les-Fermes		32	02	025	02200
3024633	Clermont-le-Fort	clermont-le-fort	FR	31810	523	Europe/Paris	43.458	1.43281		Clarmont,Clermont,Clermont-le-Fort,Klermon le For,Klermon-le-For,ke lai meng lai fu er,Клермон ле Фор,Клермон-ле-Фор,克莱蒙莱福尔		76	31	313	31148
3024692	Cléden-Poher	cleden-poher	FR	29270	1115	Europe/Paris	48.23575	-3.66925		Cleden-Poher,Cléden-Poher,Kledan Poer,Kledan-Poe,Kledenn-Poc'her,Kledenn-Poc'hêr,Kledenn-Pocher,Kledenn-Pochêr,ke lai dang bo ai,Кледан Поер,Кледан-Пое,克莱当波埃		53	29	292	29029
3024635	Clermont-Ferrand	clermont-ferrand	FR	63000	138681	Europe/Paris	45.77969	3.08682		Augustonemetum,CFE,Clarmont,Clarmont dAlvernia,Clarmont dAlvèrnia,Clarmont-Ferrand,Clermont,Clermont-Ferrand,Cllarmont-Ferrand,Cllârmont-Fèrrand,Klermon Feran,Klermon-Feran,Klermon-Ferran,Klermonas-Feranas,Klermonferana,Klermonferāna,ke lai meng fei lang,keulleleumongpelang,kleramam feram,kleramam-pheram,klrmwn fran,klrmwn-fran,klymwn-fyrand,klyrmwn fyran,kurerumon=feran,Κλερμόν-Φεράν,Клермон Феран,Клермон-Феран,Клермон-Ферран,Կլերմոն Ֆերան,קלרמון-פראן,كليرمون فيران,کلرمون فران,کلرمون-فران,کلیمون-فیراند,क्लेरमाँ फ़ेराँ,क्लेरमाँ-फेराँ,แกลร์มง-แฟร็อง,კლერმონ-ფერანი,クレルモン＝フェラン,克莱蒙费朗,클레르몽페랑	63	84	63	632	63113
3024636	Clermont-en-Argonne	clermont-en-argonne	FR	55120	1621	Europe/Paris	49.10711	5.07002		Clermont,Clermont-en-Argonne,Clermont-sur-Meuse,Klermont an Argon,Klermont-an-Argonn,a ge ne de qu ke lai meng,Клермонт ан Аргон,Клермонт-ан-Аргонн,阿戈讷地区克莱蒙		44	55	553	55117
3024637	Clermont-d'Excideuil	clermont-d-excideuil	FR	24160	0	Europe/Paris	45.36523	1.05135		Clermont,Clermont le-Vialard,Clermont-d'Excideuil		75	24	242	24124
3024638	Clermont-Soubiran	clermont-soubiran	FR	47270	0	Europe/Paris	44.14006	0.83182		Clermont,Clermont-Dessus,Clermont-Soubiran		75	47	471	47067
3024639	Clermont-Dessous	clermont-dessous	FR	47130	752	Europe/Paris	44.24661	0.42025		Clermont,Clermont-Dessous		75	47	471	47066
3024640	Clermont-de-Beauregard	clermont-de-beauregard	FR	24140	114	Europe/Paris	44.95173	0.63948		Clermont,Clermont-de-Beauregard		75	24	243	24123
3024641	Clermont-Créans	clermont-creans	FR	72200	1107	Europe/Paris	47.71831	-0.01459		Clermont,Klermon Krean,Klermon-Krean,Клермон Креан,Клермон-Креан		52	72	721	72084
3024643	Clermont	clermont	FR	09420	11025	Europe/Paris	49.37897	2.41258		Clermont,Clermont-en-Beauvaisis	602	32	60	602	60157
3024644	Clermont	clermont	FR	09420	0	Europe/Paris	47.40767	4.1722				27	21	213	21525
3024645	Clermont	clermont	FR	09420	364	Europe/Paris	45.97057	5.90702		Clermont		84	74	743	74078
3024646	Clermont	clermont	FR	09420	709	Europe/Paris	43.65174	-0.91734		Clermont		75	40	401	40084
3024647	Clermont	clermont	FR	09420	110	Europe/Paris	43.03892	1.30085		Clermont		76	09	093	09097
3024649	Clermain	clermain	FR	71520	201	Europe/Paris	46.3655	4.58384		Clermain		27	71	715	71134
3024650	Clerlande	clerlande	FR	63720	319	Europe/Paris	45.91834	3.19129		Clerlande		84	63	634	63112
3024651	Clérieux	clerieux	FR	26260	1963	Europe/Paris	45.07591	4.95983		Clerieux,Clérieux		84	26	263	26096
3024652	Clergoux	clergoux	FR	19320	372	Europe/Paris	45.27865	1.97239		Clergoux		75	19	192	19056
3024653	Clérey-sur-Brenon	clerey-sur-brenon	FR	54330	70	Europe/Paris	48.50758	6.13698		Clerey,Clerey-sur-Brenon,Clérey,Clérey-sur-Brenon,Clérey-sur-Brénon		44	54	543	54132
3024654	Clérey-la-Côte	clerey-la-cote	FR	88630	45	Europe/Paris	48.48333	5.76667		Clerey,Clérey,Klere la Kot,Klere-la-Kot,ke lei lei la ke te,Клере ла Кот,Клере-ла-Кот,克勒雷拉科特		44	88	882	88107
3024655	Clérey	clerey	FR	10390	946	Europe/Paris	48.20959	4.19187		Clerey,Clérey		44	10	103	10100
3024657	Cléré-sur-Layon	clere-sur-layon	FR	49560	375	Europe/Paris	47.09178	-0.42128		Clere,Clere-sur-Layon,Cléré,Cléré-sur-Layon,Klere sir Lajon,Klere-sjur-Lejon,lai weng he pan ke lai lei,Клере сир Лајон,Клере-сюр-Лейон,莱翁河畔克莱雷		52	49	492	49102
3024659	Clères	cleres	FR	76690	1298	Europe/Paris	49.6	1.11667		Cleres,Clères		28	76	763	76179
3024660	Cléré-les-Pins	clere-les-pins	FR	37340	1158	Europe/Paris	47.4255	0.38963		Clere,Clere-les-Pins,Cléré,Cléré-les-Pins		24	37	371	37081
3024661	Cléré-du-Bois	clere-du-bois	FR	36700	305	Europe/Paris	46.92307	1.10216		Clere,Clere-du-Bois,Cléré,Cléré-du-Bois		24	36	362	36054
3024666	Clérac	clerac	FR	17270	1002	Europe/Paris	45.18157	-0.22736		Clerac,Clérac,Klerak,ke lai la ke,Клерак,Կլերակ,克莱拉克		75	17	171	17110
3024667	Cleppé	cleppe	FR	42110	464	Europe/Paris	45.76919	4.17983		Cleppe,Cleppé,Klepe,Kleppe,ke lai pei,Клепе,Клеппе,克莱佩		84	42	421	42066
3024668	Cléon-d'Andran	cleon-d-andran	FR	26450	892	Europe/Paris	44.61112	4.93525		Cleon,Cleon-d'Andran,Cléon,Cléon-d'Andran		84	26	262	26095
3024669	Cléon	cleon	FR	76410	6164	Europe/Paris	49.31235	1.0295		Cleon,Cléon		28	76	763	76178
3024670	Clenleu	clenleu	FR	62650	186	Europe/Paris	50.52423	1.87892		Clenleu		32	62	624	62227
3024671	Clénay	clenay	FR	21490	592	Europe/Paris	47.4038	5.12223		Clenay,Clénay		27	21	212	21179
3024672	Clémont	clemont	FR	18410	640	Europe/Paris	47.568	2.3059		Clemont,Clémont,Klemon,ke lai meng,Клемон,克莱蒙		24	18	183	18067
3024673	Clémery	clemery	FR	54610	414	Europe/Paris	48.89356	6.18681		Clemery,Clémery		44	54	543	54131
3024675	Clémensat	clemensat	FR	63320	0	Europe/Paris	45.72453	3.08357				84	63	632	63307
3024676	Clémensat	clemensat	FR	63320	0	Europe/Paris	45.56285	3.1045		Clemensat,Clémensat		84	63	633	63111
3024678	Clémencey	clemencey	FR	21220	94	Europe/Paris	47.24739	4.88239		Clemencey,Clémencey		27	21	211	21178
3024680	Clelles	clelles	FR	38930	405	Europe/Paris	44.82654	5.62491		Clelles		84	38	381	38113
3024681	Cléguérec	cleguerec	FR	56480	2790	Europe/Paris	48.12507	-3.07124		Cleguerec,Cléguérec,Klegereg,Klegerek,ke lai gai lei ke,Клегерек,克莱盖雷克		53	56	562	56041
3024682	Cléguer	cleguer	FR	56620	3278	Europe/Paris	47.85389	-3.38437		Cleguer,Cléguer,Klege,Kleger,ke lai gai,Клеге,Клегер,克莱盖		53	56	561	56040
3024685	Clefs-Val d'Anjou	clefs-val-d-anjou	FR	49150	926	Europe/Paris	47.62496	-0.07044		Clefs		52	49	493	49018
3024687	Clefmont	clefmont	FR	52240	214	Europe/Paris	48.0963	5.51087		Clefmont		44	52	521	52132
3024688	Ban-sur-Meurthe-Clefcy	ban-sur-meurthe-clefcy	FR	88230	0	Europe/Paris	48.16667	6.98333		Ban sir Mert Klefsi,Ban-sjur-Mert-Klefsi,mo er tai ke lai fu xi he pan bang,Бан сир Мерт Клефси,Бан-сюр-Мерт-Клефси,Бан-сюр-Мерт-Клефсі,默尔泰克莱夫西河畔邦		44	88	883	88106
3024689	Cleebourg	cleebourg	FR	67160	0	Europe/Paris	49.00342	7.89127				44	67	672	67074
3024690	Clèdes	cledes	FR	40320	136	Europe/Paris	43.61994	-0.37845		Cledes,Clèdes		75	40	402	40083
3024691	Cléder	cleder	FR	29233	3837	Europe/Paris	48.66332	-4.10244		Cleder,Cléder,Klede,Kleder,ke lai dai,kurederu,Кледе,Кледер,クレデール,克莱代		53	29	293	29030
3024693	Cléden-Cap-Sizun	cleden-cap-sizun	FR	29770	978	Europe/Paris	48.04805	-4.64717		Cleden,Cleden-Cap-Sizun,Cléden,Cléden-Cap-Sizun,Kledan Kap Sizen,Kledan-Kap-Sizen,Kledenn-ar-C'hab,Kledenn-ar-Chab,ke lai dang ka xi zan,kureden=kappu=shizan,Кледан Кап Сизен,Кледан-Кап-Сизен,Кледан-Кап-Сізен,クレデン＝カップ＝シザン,克莱当卡西赞		53	29	294	29028
3024695	Clécy	clecy	FR	14570	1311	Europe/Paris	48.91718	-0.48041		Clecy,Clécy		28	14	142	14162
3024700	Clayeures	clayeures	FR	54290	160	Europe/Paris	48.47217	6.40585		Clayeures		44	54	542	54130
3024701	Claye-Souilly	claye-souilly	FR	77410	11069	Europe/Paris	48.94492	2.68566		Claye,Claye-Souilly,Kle Suji,Kle-Sui,Кле Суји,Кле-Суи,Кле-Суї		11	77	771	77118
3024702	Clayes	clayes	FR	35590	501	Europe/Paris	48.17647	-1.85284		Clayes,Kle,Kloued,ke lai ai,Кле,克莱埃		53	35	353	35081
3024703	Clavy-Warby	clavy-warby	FR	08460	337	Europe/Paris	49.75407	4.55654		Clavy,Clavy-Warby		44	08	081	08124
3024704	Claville-Motteville	claville-motteville	FR	76690	242	Europe/Paris	49.5994	1.19017		Claville,Claville-Motteville		28	76	763	76177
3024705	Claville	claville	FR	27180	1032	Europe/Paris	49.04844	1.01954		Claville		28	27	273	27161
3024707	Claviers	claviers	FR	83830	712	Europe/Paris	43.60168	6.56377		Clavier,Claviers,Klav'e,Klavers,Klavje,Lo Clavier,Lo Clavièr,ke la wei ye er,Клавье,Клавєрс,Клавје,克拉维耶尔		93	83	831	83041
3024709	Clavières	clavieres	FR	15320	0	Europe/Paris	44.98556	3.27676		Clavieres,Clavieres-de-Montagne,Clavières,Clavières-de-Montagne		84	15	153	15051
3024714	Claveyson	claveyson	FR	26240	750	Europe/Paris	45.17883	4.93143		Claveyson		84	26	263	26094
3024715	Clavette	clavette	FR	17220	768	Europe/Paris	46.14	-1.02801		Clavette		75	17	173	17109
3024722	Claveisolles	claveisolles	FR	69870	588	Europe/Paris	46.1	4.49401		Claveiselles,Claveisolles,Cllavesoles,Cllàvêsôles,Klavezol,Klavezol',Клавезол,Клавезоль		84	69	692	69060
3024724	Clavé	clave	FR	79420	332	Europe/Paris	46.49334	-0.21592		Clave,Clavé		75	79	793	79092
3024726	Clavans-en-Haut-Oisans	clavans-en-haut-oisans	FR	38142	92	Europe/Paris	45.07048	6.15039		Clavans,Clavans-en-Haut-Oisans		84	38	381	38112
3024735	Claudon	claudon	FR	88410	264	Europe/Paris	48.03291	6.0354		Claudon		44	88	882	88105
3024736	Clasville	clasville	FR	76450	233	Europe/Paris	49.79255	0.62093		Clasville		28	76	761	76176
3024737	Clastres	clastres	FR	02440	507	Europe/Paris	49.74628	3.23283		Clastres		32	02	023	02199
3024738	Classun	classun	FR	40320	196	Europe/Paris	43.71111	-0.41264		Classun		75	40	402	40082
3024740	Clary	clary	FR	59225	1128	Europe/Paris	50.07789	3.39943		Clary		32	59	592	59149
3024741	Clarques	clarques	FR	62129	259	Europe/Paris	50.64534	2.2765		Clarques		32	62	625	62691
3024743	Claret	claret	FR	05110	0	Europe/Paris	45.25464	6.4329				84	73	733	73250
3024744	Claret	claret	FR	05110	264	Europe/Paris	44.3721	5.95576		Claret		93	04	044	04058
3024745	Claret	claret	FR	05110	1324	Europe/Paris	43.86244	3.90522				76	34	342	34078
3024746	Clarensac	clarensac	FR	30870	3382	Europe/Paris	43.82536	4.22047		Clarensac		76	30	302	30082
3024747	Clarens	clarens	FR	65300	417	Europe/Paris	43.16302	0.41477		Clarens		76	65	652	65150
3024750	Clarbec	clarbec	FR	14130	286	Europe/Paris	49.25042	0.13231		Clarbec		28	14	143	14161
3024752	Clarafond-Arcine	clarafond-arcine	FR	74270	0	Europe/Paris	46.05	5.88333		Clarafond,Clarus Fons-Arcinae,Klarafon,Klarafon-Arsin,Кларафон,Кларафон-Арсін		84	74	743	74077
3024754	Claracq	claracq	FR	64330	222	Europe/Paris	43.51066	-0.30001		Clarac,Claracq,Klarak,ke la la ke,Кларак,克拉拉克		75	64	643	64190
3024755	Clarac	clarac	FR	31210	0	Europe/Paris	43.2221	0.24511		Clarac		76	65	653	65149
3024756	Clarac	clarac	FR	31210	546	Europe/Paris	43.09635	0.62577		Clarac		76	31	312	31147
3024758	Clara	clara	FR	66500	178	Europe/Paris	42.58415	2.44246		Clara,Clera,Clerà		76	66	663	66051
3024759	Clapiers	clapiers	FR	34830	5237	Europe/Paris	43.65833	3.88917		Clapiers		76	34	343	34077
3024767	Clansayes	clansayes	FR	26130	474	Europe/Paris	44.36937	4.80784		Clansayes		84	26	262	26093
3024769	Clans	clans	FR	06420	121	Europe/Paris	47.60242	6.03974		Clans		27	70	702	70158
3024770	Clans	clans	FR	06420	0	Europe/Paris	44.2907	5.99568		Clans		93	04	044	04137
3024771	Clans	clans	FR	06420	554	Europe/Paris	43.99566	7.14807		Clans		93	06	062	06042
3024778	Clamerey	clamerey	FR	21390	198	Europe/Paris	47.38678	4.42679		Clamerey		27	21	213	21177
3024779	Clamensane	clamensane	FR	04250	141	Europe/Paris	44.322	6.06851		Clamencana,Clamensane,Clamensanne,Clamençana,Klamansan,Klemansan,ke la mang sang,Кламансан,Клемансан,克拉芒桑		93	04	044	04057
3024781	Clamecy	clamecy	FR	02880	277	Europe/Paris	49.42845	3.3625		Clamecy		32	02	024	02198
3024782	Clamecy	clamecy	FR	02880	4531	Europe/Paris	47.46017	3.5194		Clamecy	582	27	58	582	58079
3024783	Clamart	clamart	FR	92140	51400	Europe/Paris	48.80299	2.26692		Clamart,Clemartium,Klamar,Le Vignoble,ke la ma,keullamaleu,klamar,klmr,kuramaru,Кламар,كلامار,کلمر,クラマール,克拉马,클라마르		11	92	921	92023
3024784	Clamanges	clamanges	FR	51130	192	Europe/Paris	48.82749	4.08359		Clamanges		44	51	512	51154
3024785	Clam	clam	FR	17500	331	Europe/Paris	45.4935	-0.44971		Clam		75	17	171	17108
3024787	Claix	claix	FR	16440	776	Europe/Paris	45.55535	0.04259		Claix		75	16	161	16101
3024788	Claix	claix	FR	16440	8127	Europe/Paris	45.11994	5.67292		Claix		84	38	381	38111
3024792	Clais	clais	FR	76660	0	Europe/Paris	49.80673	1.45196		Clais		28	76	761	76175
3024793	Clairy-Saulchoix	clairy-saulchoix	FR	80540	354	Europe/Paris	49.85587	2.17938		Clairy,Clairy-Cheuchoe,Clairy-Cheuchoé,Clairy-Saulchois,Clairy-Saulchoix,Kleri Solshoa,Kleri-Sol'shua,ke lai li suo er shu wa,Клери Солшоа,Клері-Сольшуа,克莱里索尔舒瓦		32	80	802	80198
3024796	Clairvaux-les-Lacs	clairvaux-les-lacs	FR	39130	1520	Europe/Paris	46.57473	5.74825		Clairvaux,Clairvaux-les-Lacs,Klervo le Lak,Klervo-le-Lak,ke lai er wo lai la ke,Клерво ле Лак,Клерво-ле-Лак,克莱尔沃莱拉克		27	39	392	39154
3024797	Clairvaux-d'Aveyron	clairvaux-d-aveyron	FR	12330	0	Europe/Paris	44.42765	2.41095		Clairvaux-d'Aveyron,Clairvaux-dAveyron,Klervo-d'Averon,ke lai er wo da wei long,Клерво-д’Аверон,克莱尔沃达韦龙		76	12	122	12066
3024801	Clairoix	clairoix	FR	60280	2076	Europe/Paris	49.44264	2.84628		Clairoix,Clairox,Kleroa,Klerua,ke lai lu wa,Клероа,Клеруа,克莱鲁瓦		32	60	603	60156
3024803	Clairmarais	clairmarais	FR	62500	672	Europe/Paris	50.77412	2.2999		Clairmarais,Clairmerais,Clairmérais,Klaarmares,Klermare,ke lai er ma lai,klayrmarays,Клермаре,كلايرمارايس,克莱尔马赖		32	62	625	62225
3024805	Clairfontaine	clairfontaine	FR	02260	539	Europe/Paris	49.98332	3.99039		Clairfontaine		32	02	025	02197
3024807	Clairfayts	clairfayts	FR	59740	0	Europe/Paris	50.15695	4.12299		Clairfayts		32	59	591	59148
3024809	Clairegoutte	clairegoutte	FR	70200	451	Europe/Paris	47.66487	6.61589		Clairegoutte,Klergut,Klergutt,Клергут,Клергутт		27	70	701	70157
3024810	Clairefougère	clairefougere	FR	61800	88	Europe/Paris	48.80583	-0.69619		Clairefougere,Clairefougère,Klerfuzher,ke lai lei fu re er,Клерфужер,克莱雷富热尔		28	61	612	61292
3024812	Clairefontaine-en-Yvelines	clairefontaine-en-yvelines	FR	78120	938	Europe/Paris	48.61667	1.91667		Klerfonten an Ivlin,Klerfonten-an-Ivelin,Klerfonten-an-Ivlin,Клерфонтен ан Ивлин,Клерфонтен-ан-Івлін,Клерфонтен-ан-Ивелин		11	78	782	78164
3024815	Clairavaux	clairavaux	FR	23500	161	Europe/Paris	45.78328	2.16716		Clairavaux		75	23	231	23063
3024816	Clairac	clairac	FR	47320	2532	Europe/Paris	44.36016	0.37829		Clairac		75	47	472	47065
3024817	Claira	claira	FR	66530	2866	Europe/Paris	42.76023	2.95606		Claira,Clairà,Klera,Клера		76	66	662	66050
3024824	Cladech	cladech	FR	24170	89	Europe/Paris	44.81531	1.07184		Cladech,Kladesh,ke la dai ke,Кладеш,克拉代克		75	24	244	24122
3024825	Clacy-et-Thierret	clacy-et-thierret	FR	02000	308	Europe/Paris	49.54429	3.57143		Clacy-et-Thierret		32	02	022	02196
3024827	Cizos	cizos	FR	65230	109	Europe/Paris	43.25998	0.48508		Cizos		76	65	653	65148
3024829	Cizely	cizely	FR	58270	55	Europe/Paris	46.9884	3.48414		Cizely		27	58	583	58078
3024830	Cize	cize	FR	01250	878	Europe/Paris	46.72412	5.91887		Cize		27	39	392	39153
3024831	Cize	cize	FR	01250	144	Europe/Paris	46.20544	5.44579		Cize		84	01	012	01106
3024832	Cizay-la-Madeleine	cizay-la-madeleine	FR	49700	437	Europe/Paris	47.18869	-0.18655		Cizay,Cizay-la-Madeleine,Size la Madlen,Size-la-Madelen,xi ze la ma dai lan,Сизе ла Мадлен,Сізе-ла-Маделен,西泽拉马代兰		52	49	493	49100
3024833	Cizancourt	cizancourt	FR	80200	36	Europe/Paris	49.84691	2.92301		Cizancourt,Sizankur,xi cang ku er,Сизанкур,Сізанкур,西藏库尔		32	80	804	80197
3024835	Civry-la-Forêt	civry-la-foret	FR	78910	323	Europe/Paris	48.86559	1.61092		Civry,Civry-la-Foret,Civry-la-Forêt,Sivri la Fore,Sivri-la-Fore,Сиври ла Форе,Сиври-ла-Форе,Сіврі-ла-Форе		11	78	781	78163
3024836	Civry-en-Montagne	civry-en-montagne	FR	21320	89	Europe/Paris	47.29023	4.61559		Civry,Civry-en-Montagne		27	21	211	21176
3024837	Civry	civry	FR	28200	294	Europe/Paris	48.09113	1.4903		Civry		24	28	282	28330
3024838	Civry	civry	FR	28200	0	Europe/Paris	47.19905	2.12886		Civry,Givry		24	18	183	18096
3024839	Civrieux-d'Azergues	civrieux-d-azergues	FR	69380	0	Europe/Paris	45.85799	4.71305		Civrieux,Civrieux-d'Azergues		84	69	692	69059
3024840	Civrieux	civrieux	FR	01390	1338	Europe/Paris	45.92086	4.88249		Civrieux		84	01	012	01105
3024842	Civray-sur-Esves	civray-sur-esves	FR	37160	209	Europe/Paris	47.0469	0.71034		Civray,Civray-sur-Esves		24	37	373	37080
3024843	Civray-de-Touraine	civray-de-touraine	FR	37150	1589	Europe/Paris	47.33253	1.04952		Civray,Civray-de-Touraine,Civray-sur-Cher		24	37	373	37079
3024845	Civray	civray	FR	18290	998	Europe/Paris	46.96652	2.17395		Civray		24	18	181	18066
3024846	Civray	civray	FR	18290	3056	Europe/Paris	46.14801	0.29513		Civray		75	86	862	86078
3024849	Civrac-en-Médoc	civrac-en-medoc	FR	33340	0	Europe/Paris	45.3384	-0.89836		Civrac,Civrac-en-Medoc,Civrac-en-Médoc,Givrac-en Medoc,Givrac-en Médoc		75	33	334	33128
3024850	Civrac-sur-Dordogne	civrac-sur-dordogne	FR	33350	0	Europe/Paris	44.83016	-0.08138		Civrac,Civrac-de-Dordogne,Civrac-sur-Dordogne		75	33	335	33127
3024851	Civrac-de-Blaye	civrac-de-blaye	FR	33920	723	Europe/Paris	45.11175	-0.4431		Civrac		75	33	331	33126
3024852	Civières	civieres	FR	27630	237	Europe/Paris	49.17098	1.58861		Civieres,Civières		28	27	271	27213
3024854	Civens	civens	FR	42110	1171	Europe/Paris	45.77964	4.2517		Civens		84	42	421	42065
3024855	Civaux	civaux	FR	86320	900	Europe/Paris	46.4443	0.66581		Civaux,Sivo,xi wo,Сиво,Сіво,西沃		75	86	862	86077
3024858	Citry	citry	FR	77730	752	Europe/Paris	48.96821	3.23977		Citry		11	77	771	77117
3024859	Citou	citou	FR	11160	102	Europe/Paris	43.37752	2.54085		Citou		76	11	111	11092
3024860	Citey	citey	FR	70700	81	Europe/Paris	47.4299	5.78691		Citey		27	70	702	70156
3024862	Citers	citers	FR	70300	818	Europe/Paris	47.74194	6.4092		Citers		27	70	701	70155
3024863	Citerne	citerne	FR	80490	268	Europe/Paris	49.98187	1.82416		Citerne,Citernes		32	80	801	80196
3024865	Varennes-Vauzelles	varennes-vauzelles	FR	58640	10464	Europe/Paris	47.01678	3.14037		Varenn-Vozel',Vauzelles,wa lei nei wo ze lai,warn wwzl,Варенн-Возель,وارن ووزل,瓦雷内沃泽莱		27	58	583	58303
3024881	Cistrières	cistrieres	FR	43160	137	Europe/Paris	45.32166	3.62141		Cistrieres,Cistrières		84	43	431	43073
3024883	Cisternes-la-Forêt	cisternes-la-foret	FR	63740	475	Europe/Paris	45.79022	2.70505		Cisternes,Cisternes-la-Foret,Cisternes-la-Forêt		84	63	634	63110
3024886	Cissé	cisse	FR	86170	2115	Europe/Paris	46.64599	0.22833		Cisse,Cissé		75	86	863	86076
3024887	Cissac-Médoc	cissac-medoc	FR	33250	0	Europe/Paris	45.22743	-0.83174		Cissac,Cissac-Medoc,Cissac-Médoc		75	33	334	33125
3024888	Cisery	cisery	FR	89420	0	Europe/Paris	47.51072	4.06096		Cisery		27	89	892	89197
3024889	Cisai-Saint-Aubin	cisai-saint-aubin	FR	61230	180	Europe/Paris	48.77484	0.34316		Cisai,Cisai-Saint-Aubin		28	61	613	61108
3024890	Ciry-Salsogne	ciry-salsogne	FR	02220	656	Europe/Paris	49.36298	3.46215		Ciry-Salsogne		32	02	024	02195
3024891	Ciry-le-Noble	ciry-le-noble	FR	71420	2504	Europe/Paris	46.60607	4.29869		Ciry,Ciry-le-Noble		27	71	711	71132
3024893	Ciron	ciron	FR	36300	577	Europe/Paris	46.62735	1.24534		Ciron		24	36	361	36053
3024895	Cirières	cirieres	FR	79140	0	Europe/Paris	46.83737	-0.62124		Ciriere,Cirieres,Cirière,Cirières		75	79	791	79091
3024998	Chuignes	chuignes	FR	80340	130	Europe/Paris	49.90039	2.75152		Chuignes		32	80	804	80194
3024897	Cirfontaines-en-Ornois	cirfontaines-en-ornois	FR	52230	80	Europe/Paris	48.4545	5.38766		Cirfontaines,Cirfontaines-en-Ornois		44	52	523	52131
3024898	Cirfontaines-en-Azois	cirfontaines-en-azois	FR	52370	191	Europe/Paris	48.11014	4.87271		Cirfontaines,Cirfontaines-en-Azois		44	52	521	52130
3024899	Cirey-sur-Vezouze	cirey-sur-vezouze	FR	54480	1741	Europe/Paris	48.58093	6.94573		Cirey,Cirey-sur-Vezouse,Cirey-sur-Vezouze		44	54	542	54129
3025117	Chirac-Bellevue	chirac-bellevue	FR	19160	213	Europe/Paris	45.45151	2.30517		Chirac,Chirac-Bellevue		75	19	193	19055
3024900	Cirey-sur-Blaise	cirey-sur-blaise	FR	52110	107	Europe/Paris	48.33209	4.94101		Cirey,Cirey-sur-Blaise,Sire sir Blez,Sire-sjur-Blez,bu lai si he pan xi lei,Сире сир Блез,Сіре-сюр-Блез,布莱斯河畔西雷		44	52	523	52129
3024901	Cirey-lès-Pontailler	cirey-les-pontailler	FR	21270	119	Europe/Paris	47.30893	5.29615		Cirey,Cirey-les-Pontailler,Cirey-lès-Pontailler		27	21	212	21175
3024902	Cirey-lès-Mareilles	cirey-les-mareilles	FR	52700	98	Europe/Paris	48.19877	5.28457		Cirey,Cirey-les-Mareilles,Cirey-lès-Mareilles		44	52	521	52128
3024904	Cirey	cirey	FR	70190	237	Europe/Paris	47.39656	6.1338		Cirey,Cirey-le-Bellevaux,Cirey-lè-Bellevaux		27	70	702	70154
3024905	Cirey	cirey	FR	70190	0	Europe/Paris	46.95803	4.62613		Cirey,Cirey-les-Nolay,Cirey-lès-Nolay		27	21	211	21461
3024906	Cires-lès-Mello	cires-les-mello	FR	60660	3539	Europe/Paris	49.27242	2.3584		Cires,Cires-les-Mello,Cires-lès-Mello,Sir le Melo,Sir-le-Mello,xi lei lai mo luo,Сир ле Мело,Сир-ле-Мелло,Сір-ле-Мелло,西雷莱默洛		32	60	604	60155
3024909	Cirès	cires	FR	31110	0	Europe/Paris	42.85295	0.51794		Cires,Cirès		76	31	312	31146
3024911	Ciré-d'Aunis	cire-d-aunis	FR	17290	1175	Europe/Paris	46.05512	-0.93092		Cire,Cire-d'Aunis,Ciré,Ciré-d'Aunis,Tricolore		75	17	172	17107
3024913	Circourt-sur-Mouzon	circourt-sur-mouzon	FR	88300	0	Europe/Paris	48.3	5.7				44	88	882	88104
3024914	Circourt	circourt	FR	88270	0	Europe/Paris	48.25398	6.28465		Circourt,Circourt-Dompaire		44	88	881	88103
3024916	Ciran	ciran	FR	37240	385	Europe/Paris	47.05989	0.87291		Ciran,Siran,Сиран		24	37	373	37078
3024917	Ciral	ciral	FR	61320	424	Europe/Paris	48.49384	-0.13873		Ciral		28	61	611	61107
3024919	Cipières	cipieres	FR	06620	279	Europe/Paris	43.78301	6.95517		Cipieres,Cipières		93	06	061	06041
3024925	Cintrey	cintrey	FR	70120	142	Europe/Paris	47.74984	5.75485		Cintrey		27	70	702	70153
3024926	Cintré	cintre	FR	35310	1601	Europe/Paris	48.10569	-1.87153		Cintre,Cintreium,Cintré,Kentreg,Sentre,sheng lei,Сентре,圣雷		53	35	353	35080
3024927	Cintray	cintray	FR	27160	393	Europe/Paris	48.79483	0.89368		Cintray		28	27	272	27112
3024928	Cintray	cintray	FR	27160	404	Europe/Paris	48.44883	1.36609		Cintray		24	28	281	28100
3024931	Cintheaux	cintheaux	FR	14680	189	Europe/Paris	49.05479	-0.29099		Cintheaux		28	14	142	14160
3024932	Cintegabelle	cintegabelle	FR	31550	2516	Europe/Paris	43.31386	1.53146		Cintegabelle,Senta Gabela,Senta Gabèla,Sentegabel,Sentegabel',Sentgabel',sheng jia bei er,Сентгабель,Сентегабел,Сентегабель,圣加贝尔		76	31	311	31145
3024934	Cinqueux	cinqueux	FR	60940	1624	Europe/Paris	49.31739	2.52997		Cinqueux,Senke,Sinke,sang qu e,Сенке,Сінке,桑屈厄		32	60	602	60154
3024937	Cinq-Mars-la-Pile	cinq-mars-la-pile	FR	37130	2877	Europe/Paris	47.34638	0.45873		Cinq-Mars,Cinq-Mars-la-Pile		24	37	371	37077
3024944	Cindré	cindre	FR	03220	319	Europe/Paris	46.3268	3.56583		Cindre,Cindré		84	03	033	03079
3024945	Cinais	cinais	FR	37500	460	Europe/Paris	47.14803	0.18186		Cinais,Sine,si ni,xi nai,Сине,Сіне,司尼,西奈		24	37	371	37076
3024953	Cilly	cilly	FR	02250	245	Europe/Paris	49.73777	3.83257		Cilly		32	02	022	02194
3024954	Cilly	cilly	FR	02250	0	Europe/Paris	46.88462	2.63787				24	18	182	18040
3024957	Cigogné	cigogne	FR	37310	320	Europe/Paris	47.26017	0.93086		Cigogne,Cigogné,Sigon'e,Sigone,xi ge nie,Сигоње,Сігоньє,西戈涅		24	37	373	37075
3024960	Ciez	ciez	FR	58220	388	Europe/Paris	47.44142	3.16286		Ciez		27	58	584	58077
3024962	Cieux	cieux	FR	87520	931	Europe/Paris	45.99182	1.04522		Cieux		75	87	871	87045
3024963	Cieutat	cieutat	FR	65200	544	Europe/Paris	43.12204	0.21466		Cieutat,Ciutat		76	65	652	65147
3024964	Cieurac	cieurac	FR	46230	394	Europe/Paris	44.36775	1.50803		Cieurac		76	46	461	46070
3024965	Cierzac	cierzac	FR	17520	213	Europe/Paris	45.56886	-0.31282		Cierzac,S'erzak,Sjerzak,xie er zha ke,Сьерзак,Сьєрзак,Сјерзак,谢尔扎克		75	17	171	17106
3024966	Cierrey	cierrey	FR	27930	736	Europe/Paris	49.00683	1.2768		Cierrey		28	27	273	27158
3024967	Cierp-Gaud	cierp-gaud	FR	31440	988	Europe/Paris	42.91667	0.63333		Cierp e Gaud,Cièrp e Gaud,S'er-Go,Sjer God,xie er ge,Сьер-Го,Сьєр-Го,Сјер Год,谢尔戈		76	31	312	31144
3024969	Cierges-sous-Montfaucon	cierges-sous-montfaucon	FR	55270	38	Europe/Paris	49.29691	5.0941		Cierges-sous-Montfaucon		44	55	553	55115
3024971	Cierges	cierges	FR	02130	64	Europe/Paris	49.16786	3.59917		Cierges		32	02	021	02193
3024972	Cier-de-Rivière	cier-de-riviere	FR	31510	0	Europe/Paris	43.0635	0.63292		Cier,Cier-de-Riviere,Cier-de-Rivière		76	31	312	31143
3024973	Cier-de-Luchon	cier-de-luchon	FR	31110	0	Europe/Paris	42.85824	0.60138		Cier,Cier-de-Luchon		76	31	312	31142
3024976	Ciel	ciel	FR	71350	604	Europe/Paris	46.88249	5.04216		Ciel		27	71	712	71131
3024977	Cideville	cideville	FR	76570	281	Europe/Paris	49.61702	0.89803		Cideville		28	76	763	76174
3024979	Ciboure	ciboure	FR	64500	6814	Europe/Paris	43.38488	-1.66817		Ciboro,Ciboure,Sibur,Ziburu,shiburu,sybwrh,xi bu er,Сибур,Сібур,سیبوره,シブール,锡布尔		75	64	641	64189
3024984	Ciamannacce	ciamannacce	FR	20134	132	Europe/Paris	41.95182	9.14696		Ciamannacce		94	2A	2A1	2A089
3024989	Ciadoux	ciadoux	FR	31350	211	Europe/Paris	43.25914	0.73705		Ciadoux,S'jadu,Siadors,Sjadu,xi ya du,Сьяду,Сјаду,西亚杜		76	31	312	31141
3024991	Chuzelles	chuzelles	FR	38200	2119	Europe/Paris	45.58481	4.87703		Chuzelles		84	38	383	38110
3024992	Chuyer	chuyer	FR	42410	596	Europe/Paris	45.45705	4.69389		Chuyer		84	42	423	42064
3024993	Chusclan	chusclan	FR	30200	995	Europe/Paris	44.14929	4.68303		Chusclan		76	30	302	30081
3024996	Chuisnes	chuisnes	FR	28190	848	Europe/Paris	48.44647	1.20695		Chuisnes		24	28	281	28099
3024997	Chuignolles	chuignolles	FR	80340	141	Europe/Paris	49.90219	2.7284		Chuignolles		32	80	804	80195
3025000	Chuelles	chuelles	FR	45220	980	Europe/Paris	48.00264	2.96611		Chuelles,Shijel,Shuel',xu ai lai,Шијел,Шуель,许埃莱		24	45	451	45097
3025004	Chozeau	chozeau	FR	38460	881	Europe/Paris	45.6996	5.20341		Chozeau		84	38	382	38109
3025005	Choye	choye	FR	70700	431	Europe/Paris	47.39121	5.75908		Choye		27	70	702	70152
3025006	Chouzy-sur-Cisse	chouzy-sur-cisse	FR	41150	1798	Europe/Paris	47.52576	1.24661		Chouzy,Chouzy-sur-Cisse		24	41	411	41055
3025007	Chouzé-sur-Loire	chouze-sur-loire	FR	37140	2191	Europe/Paris	47.23673	0.12364		Chouze,Chouzé,Shuze na Loari,Shuze-sjur-Luar,lu wa er he pan shu ze,Шузе на Лоари,Шузе-сюр-Луар,卢瓦尔河畔舒泽		24	37	371	37074
3025008	Chouzelot	chouzelot	FR	25440	273	Europe/Paris	47.107	5.89258		Chouzelot		27	25	251	25154
3025009	Chouy	chouy	FR	02210	375	Europe/Paris	49.20738	3.24715		Chouy		32	02	024	02192
3025011	Choux	choux	FR	39370	121	Europe/Paris	46.30502	5.76937		Choux		27	39	393	39151
3025012	Chouvigny	chouvigny	FR	03450	246	Europe/Paris	46.12613	2.99096		Chouvigny		84	03	033	03078
3025014	Choussy	choussy	FR	41700	247	Europe/Paris	47.37313	1.34637		Choussy		24	41	413	41054
3025017	Chourgnac	chourgnac	FR	24640	60	Europe/Paris	45.23651	1.05978		Chornhac,Chourgnac,Chourgnac-d'Ans,Shurn'jak,Shurnak,shu er ni ya ke,Шурньяк,Шурњак,舒尔尼亚克		75	24	244	24121
3025018	Chouppes	chouppes	FR	86110	745	Europe/Paris	46.81149	0.16392		Chouppes,Shup,Shupp,shu po,Шуп,Шупп,舒珀		75	86	863	86075
3025020	Chouilly	chouilly	FR	51530	897	Europe/Paris	49.0253	4.01426		Chouilly,Shui,Shuji,shu yi li,Шуї,Шуји,舒伊利		44	51	512	51153
3025022	Chougny	chougny	FR	58110	79	Europe/Paris	47.08821	3.76107		Chougny		27	58	581	58076
3025024	Choue	choue	FR	41170	572	Europe/Paris	48	0.93333		Shu,shu ai,Шу,舒埃		24	41	412	41053
3025025	Chouday	chouday	FR	36100	151	Europe/Paris	46.91062	2.06475		Chouday,Shude,shu dai,Шуде,舒代		24	36	364	36052
3025026	Chouain	chouain	FR	14250	200	Europe/Paris	49.21025	-0.63386		Chouain		28	14	141	14159
3025033	Chorges	chorges	FR	05230	2016	Europe/Paris	44.54879	6.27727		Caturigomagus,Chaurjas,Chorces,Chorge,Chorges,Shorzh,shao er ri,Шорж,ሾርዥ,绍尔日		93	05	052	05040
3025034	Chorey-les-Beaune	chorey-les-beaune	FR	21200	532	Europe/Paris	47.05	4.86667				27	21	211	21173
3025035	Choranche	choranche	FR	38680	143	Europe/Paris	45.0666	5.39155		Choranche		84	38	381	38108
3025036	Choqueuse-les-Bénards	choqueuse-les-benards	FR	60360	76	Europe/Paris	49.65265	2.0813		Choqueuse,Choqueuse-les-Benards,Choqueuse-les-Bénards,Shokez le Benard,Shokez-le-Benard,shao qu e si lai bei na er de,Шокез ле Бенард,Шокез-ле-Бенард,绍屈厄斯莱贝纳尔德		32	60	601	60153
3025039	Chooz	chooz	FR	08600	747	Europe/Paris	50.10307	4.80793		Chooz,Tcho,Tchô		44	08	081	08122
3025041	Chonville-Malaumont	chonville-malaumont	FR	55200	167	Europe/Paris	48.75	5.5				44	55	552	55114
3025042	Chonas-l'Amballan	chonas-l-amballan	FR	38121	0	Europe/Paris	45.46258	4.81527		Chonas,Chonas-l'Amballan,Chonas-l'Amballant		84	38	383	38107
3025045	Chomérac	chomerac	FR	07210	2696	Europe/Paris	44.70752	4.66164		Chaumairac,Chaumeirac,Chomerac,Chomérac,Shomerak,shao mei la ke,Шомерак,绍梅拉克		84	07	072	07066
3025046	Chomelix	chomelix	FR	43500	512	Europe/Paris	45.26223	3.82775		Chomelix		84	43	432	43071
3025050	Choloy-Ménillot	choloy-menillot	FR	54200	708	Europe/Paris	48.66667	5.81667				44	54	544	54128
3025051	Cholonge	cholonge	FR	38220	245	Europe/Paris	45.00391	5.79668		Cholonge		84	38	381	38106
3025053	Cholet	cholet	FR	49300	53160	Europe/Paris	47.05893	-0.87974		CET,Cauletum,Cholet,Shole,Sole,shao lai,shore,shwlh,shwlh  fransh,syolle,Šolė,Шоле,شوله,شوله، فرانسه,ショレ,紹萊,숄레	492	52	49	492	49099
3025055	Choisy-le-Roi	choisy-le-roi	FR	94600	35590	Europe/Paris	48.76846	2.41874		Choisy,Choisy-le-Roi,Choisy-sur-Seine,Shoazi le Roa,Shuazi-le-Rua,showaji=ru=rowa,shu wa xi lei lu wa,shwazy lw rwa,shwazy-lw-rwa,syuasileulua,Шоази ле Роа,Шуази-ле-Руа,Шуазі-ле-Руа,شوآزی لو روآ,شوآزی-لو-روآ,ショワジー＝ル＝ロワ,舒瓦西勒鲁瓦,슈아시르루아		11	94	943	94022
3025118	Chirac	chirac	FR	16150	765	Europe/Paris	45.91398	0.6547		Chirac		75	16	163	16100
3025056	Choisy-la-Victoire	choisy-la-victoire	FR	60190	193	Europe/Paris	49.37842	2.58585		Choisy,Choisy-la-Victoire,Shoazi la Viktoar,Shuazi-la-Viktuar,shu wa xi la wei ke tu wa er,Шоази ла Виктоар,Шуазі-ла-Віктуар,舒瓦西拉维克图瓦尔		32	60	602	60152
3025057	Choisy-en-Brie	choisy-en-brie	FR	77320	1273	Europe/Paris	48.75867	3.21705		Choisy,Choisy-en-Brie		11	77	773	77116
3025058	Choisy-au-Bac	choisy-au-bac	FR	60750	3839	Europe/Paris	49.43777	2.87739		Choisy,Shoazi o Bak,Shuazi-o-Bak,shu wa xi ao ba ke,Шоази о Бак,Шуази-о-Бак,Шуазі-о-Бак,舒瓦西奥巴克		32	60	603	60151
3025061	Choisies	choisies	FR	59740	0	Europe/Paris	50.21403	4.04194		Choisies		32	59	591	59147
3025062	Choisey	choisey	FR	39100	1032	Europe/Paris	47.06389	5.45911		Choisey,Shoaze,Shuaze,shu wa sai,Шоазе,Шуазе,舒瓦塞		27	39	391	39150
3025063	Choiseul	choiseul	FR	52240	82	Europe/Paris	48.05809	5.56784		Choiseul		44	52	521	52127
3025065	Choisel	choisel	FR	78460	570	Europe/Paris	48.68772	2.01816		Choisel,Shoazel,Shuazel',Шоазел,Шуазель		11	78	782	78162
3025068	Choilley-Dardenay	choilley-dardenay	FR	52190	136	Europe/Paris	47.66667	5.35				44	52	522	52126
3025071	Chocques	chocques	FR	62920	2981	Europe/Paris	50.54084	2.57193		Chocques,Choques		32	62	622	62224
3025075	Chizé	chize	FR	79170	923	Europe/Paris	46.11578	-0.34748		Chize,Chizé,Shize,Шизе		75	79	792	79090
3025076	Chivy-lès-Étouvelles	chivy-les-etouvelles	FR	02000	553	Europe/Paris	49.52892	3.57834		Chivy,Chivy-les-Etouvelles,Chivy-lès-Étouvelles		32	02	022	02191
3025077	Chivres-Val	chivres-val	FR	02880	576	Europe/Paris	49.3956	3.43559		Chivres,Chivres-Val		32	02	024	02190
3025078	Chivres-en-Laonnois	chivres-en-laonnois	FR	02350	338	Europe/Paris	49.63381	3.84131		Chivres,Chivres-en-Laonnois,Shivr an Lanoa,Shivr-an-Lannua,xi fu er ang luo nu wa,Шивр ан Ланоа,Шивр-ан-Ланнуа,希夫尔昂洛努瓦		32	02	022	02189
3025079	Chivres	chivres	FR	21820	0	Europe/Paris	47.4102	3.40305				27	58	582	58090
3025080	Chivres	chivres	FR	21820	218	Europe/Paris	46.97583	5.09488		Chivres,Shivr,xi fu lei,Шивр,希夫雷		27	21	211	21172
3025082	Chives	chives	FR	17510	375	Europe/Paris	45.95788	-0.12758		Chives		75	17	175	17105
3025084	Chitry-les-Mines	chitry-les-mines	FR	58800	251	Europe/Paris	47.26023	3.65095		Chitry,Chitry-les-Mines		27	58	582	58075
3025085	Chitry	chitry	FR	89530	0	Europe/Paris	47.76203	3.69925		Chitry,Shitri,xi te li,xue te li,Шитри,Шитрі,希特里,雪特利		27	89	891	89108
3025086	Chitry	chitry	FR	89530	0	Europe/Paris	47.34548	3.72524				27	58	582	58190
3025087	Chitray	chitray	FR	36800	150	Europe/Paris	46.63528	1.36022		Chitray,Shitre,xi te lai,Шитре,希特赖		24	36	361	36051
3025088	Chitenay	chitenay	FR	41120	1004	Europe/Paris	47.49753	1.37139		Chitenay		24	41	411	41052
3025089	Chissey-lès-Mâcon	chissey-les-macon	FR	71460	233	Europe/Paris	46.52517	4.74107		Chissey,Chissey-les-Macon,Chissey-lès-Mâcon		27	71	715	71130
3025090	Chissey-en-Morvan	chissey-en-morvan	FR	71540	285	Europe/Paris	47.11702	4.22512		Chissey,Chissey-en-Morvan,Shisej an Morvan,Shisse-an-Morvan,Шисеј ан Морван,Шиссе-ан-Морван		27	71	711	71129
3025091	Chissey-sur-Loue	chissey-sur-loue	FR	39380	361	Europe/Paris	47.01667	5.71667				27	39	391	39149
3025092	Chisséria	chisseria	FR	39240	75	Europe/Paris	46.37912	5.56342		Chisseria,Chisséria		27	39	392	39016
3025093	Chisseaux	chisseaux	FR	37150	599	Europe/Paris	47.33115	1.09213		Chisseaux		24	37	373	37073
3025094	Chissay-en-Touraine	chissay-en-touraine	FR	41400	1025	Europe/Paris	47.33747	1.13362		Chissay,Chissay-en-Touraine		24	41	413	41051
3025096	Chisa	chisa	FR	20240	107	Europe/Paris	41.92476	9.26342		Chisa,Chisà,Kiza,Киза,Кіза		94	2B	2B3	2B366
3025097	Chis	chis	FR	65800	252	Europe/Paris	43.29476	0.12223		Chis		76	65	653	65146
3025098	Chiry-Ourscamp	chiry-ourscamp	FR	60138	1257	Europe/Paris	49.54378	2.94721		Chiry,Chiry-Ourscamp,Chiry-Ourscamps,Shiri Urkan,Shiri-Urskam,xi li wu er si kang,Шири Уркан,Ширі-Урскам,希里乌尔斯康		32	60	603	60150
3025101	Chiroubles	chiroubles	FR	69115	375	Europe/Paris	46.18047	4.66561		Chiroubles		84	69	692	69058
3025104	Chirols	chirols	FR	07380	274	Europe/Paris	44.68589	4.28726		Chirols		84	07	071	07065
3025106	Chirmont	chirmont	FR	80250	110	Europe/Paris	49.71282	2.38502		Chirmont		32	80	803	80193
3025108	Chirens	chirens	FR	38850	2057	Europe/Paris	45.41024	5.55634		Chirens,Shiran,Shiren,Shireng,xi lang,Ширан,Ширен,Ширенг,希朗		84	38	381	38105
3025110	Chiré-en-Montreuil	chire-en-montreuil	FR	86190	849	Europe/Paris	46.63896	0.12602		Chire,Chire-en-Montreuil,Chiré,Chiré-en-Montreuil,Shire an Montrej,Shire-an-Montrej,meng te lei yi de qu xi lei,Шире ан Монтреј,Шире-ан-Монтрей,蒙特勒伊地区希勒		75	86	863	86074
3025112	Chirat-l'Église	chirat-l-eglise	FR	03330	0	Europe/Paris	46.24294	3.03442		Chirat,Chirat-l'Eglise,Chirat-l'Église		84	03	033	03077
3025114	Chirassimont	chirassimont	FR	42114	377	Europe/Paris	45.91279	4.28726		Chirassimont		84	42	422	42063
3025119	Chirac	chirac	FR	16150	1095	Europe/Paris	44.52289	3.26652		Chirac		76	48	482	48099
3025121	Chipilly	chipilly	FR	80800	180	Europe/Paris	49.90862	2.64973		Chipilly		32	80	802	80192
3025132	Chinon	chinon	FR	37500	9405	Europe/Paris	47.16701	0.24284		Chinon,Chinon-sur-Vienne,Chinonium,Shinon,shinon,synwn,xi nong,Шинон,שינון,シノン,希农	371	24	37	371	37072
3025136	Chindrieux	chindrieux	FR	73310	1190	Europe/Paris	45.81948	5.85024	284	Chindrieux		84	73	732	73085
3025141	Chimilin	chimilin	FR	38490	1287	Europe/Paris	45.5749	5.59569		Chimilin		84	38	382	38104
3025143	Chilly-sur-Salins	chilly-sur-salins	FR	39110	94	Europe/Paris	46.88968	5.86463		Chilly,Chilly-sur-Salins		27	39	391	39147
3025144	Chilly-Mazarin	chilly-mazarin	FR	91380	18870	Europe/Paris	48.71489	2.31638		Chilly-Mazarin		11	91	913	91161
3025145	Chilly-le-Vignoble	chilly-le-vignoble	FR	39570	411	Europe/Paris	46.65754	5.49914		Chilly,Chilly-le-Vignoble		27	39	392	39146
3025147	Chilly	chilly	FR	08260	112	Europe/Paris	49.83748	4.47513		Chilly		44	08	081	08121
3025148	Chilly	chilly	FR	08260	156	Europe/Paris	49.79353	2.7658		Chilly		32	80	804	80191
3025149	Chilly	chilly	FR	08260	1035	Europe/Paris	45.99185	5.95477		Chilly		84	74	743	74075
3025152	Chilleurs-aux-Bois	chilleurs-aux-bois	FR	45170	1810	Europe/Paris	48.0722	2.1354		Chilleurs,Chilleurs-aux-Bois		24	45	453	45095
3025154	Chille	chille	FR	39570	270	Europe/Paris	46.69431	5.57451		Chille		27	39	392	39145
3025155	Chillac	chillac	FR	16480	172	Europe/Paris	45.36364	-0.08187		Chillac		75	16	162	16099
3025156	Chilhac	chilhac	FR	43380	196	Europe/Paris	45.15653	3.43766		Chilhac,Shiak,Shijak,xi ya ke,Шиак,Шијак,Шіак,希亚克		84	43	431	43070
3025157	Chigy	chigy	FR	89190	209	Europe/Paris	48.20013	3.47744		Chigy		27	89	893	89411
3025160	Chigny-les-Roses	chigny-les-roses	FR	51500	537	Europe/Paris	49.1566	4.06294		Chigny,Chigny-les-Roses,Shin'i-le-Roz,Shini le Roz,xi ni lai luo sai,Шиньї-ле-Роз,Шињи ле Роз,希尼莱罗塞		44	51	513	51152
3025161	Chigny	chigny	FR	02120	161	Europe/Paris	49.9182	3.76869		Chigny		32	02	025	02188
3025162	Chignin	chignin	FR	73800	819	Europe/Paris	45.52381	6.01244		Chignin,Shin'en,Shinen,Шиньєн,Шињен		84	73	732	73084
3025164	Chigné	chigne	FR	49490	300	Europe/Paris	47.58364	0.08709		Chigne,Chigné,Shin'e,Shine,xi nie,Шиньє,Шиње,希涅		52	49	493	49228
3025174	Chieulles	chieulles	FR	57070	362	Europe/Paris	49.16041	6.22859		Chieulles		44	57	579	57142
3025177	Chierry	chierry	FR	02400	1047	Europe/Paris	49.0394	3.42976		Chierry		32	02	021	02187
3025182	Chidrac	chidrac	FR	63320	393	Europe/Paris	45.55423	3.14892		Chidrac		84	63	633	63109
3025183	Chiddes	chiddes	FR	58170	378	Europe/Paris	46.86089	3.94163		Chiddes		27	58	581	58074
3025184	Chiddes	chiddes	FR	58170	0	Europe/Paris	46.45609	4.51528		Chiddes		27	71	715	71128
3025186	Chicourt	chicourt	FR	57590	101	Europe/Paris	48.91799	6.5036		Chicourt		44	57	575	57141
3025188	Chichilianne	chichilianne	FR	38930	221	Europe/Paris	44.81237	5.57415		Chichilianne		84	38	381	38103
3025190	Chichey	chichey	FR	51120	157	Europe/Paris	48.68841	3.7569		Chichey		44	51	512	51151
3025192	Chichery	chichery	FR	89400	485	Europe/Paris	47.90181	3.50972		Chichery		27	89	891	89105
3025195	Chichée	chichee	FR	89800	354	Europe/Paris	47.79295	3.83364		Chichee,Chichée		27	89	891	89104
3025196	Chicheboville	chicheboville	FR	14370	509	Europe/Paris	49.10946	-0.21502		Chicheboville,Shishbovil,Shishbovil',shishubovu~iru,xi xie bo wei er,Шишбовил,Шишбовиль,Шишбовіль,シシュボヴィル,希谢博维尔		28	14	142	14456
3025201	Chiatra	chiatra	FR	20230	206	Europe/Paris	42.29106	9.47414		Chiatra,Chjatra,K'jatra,Kjatra,Кьятра,Кятра,Кјатра		94	2B	2B3	2B088
3025204	Chézy-sur-Marne	chezy-sur-marne	FR	02570	1361	Europe/Paris	48.98881	3.36786		Chezy,Chezy-sur-Marne,Chézy,Chézy-sur-Marne,Shezi na Marni,Shezi-sjur-Marn,ma en he pan xie ji,Шези на Марни,Шези-сюр-Марн,Шезі-сюр-Марн,马恩河畔谢济		32	02	021	02186
3025205	Chézy-en-Orxois	chezy-en-orxois	FR	02810	372	Europe/Paris	49.12343	3.18295		Chezy,Chezy-en-Orxois,Chézy,Chézy-en-Orxois		32	02	021	02185
3025206	Chézy	chezy	FR	03230	222	Europe/Paris	46.61103	3.46774		Chezy,Chézy		84	03	032	03076
3025229	Chèzeneuve	chezeneuve	FR	38300	409	Europe/Paris	45.56372	5.22403		Chezeneuve,Chèzeneuve		84	38	382	38102
3025230	Chezelles	chezelles	FR	36500	0	Europe/Paris	47.38547	3.91917				27	89	892	89347
3025231	Chezelles	chezelles	FR	36500	135	Europe/Paris	47.05	0.43333				24	37	371	37071
3025232	Chezelles	chezelles	FR	36500	408	Europe/Paris	46.88333	1.56667				24	36	362	36050
3025233	Chezelles	chezelles	FR	36500	0	Europe/Paris	46.3636	2.61845				84	03	031	03098
3025234	Chezelle	chezelle	FR	03140	145	Europe/Paris	46.21812	3.12343		Chezelle		84	03	033	03075
3025236	Chézeaux	chezeaux	FR	52400	0	Europe/Paris	47.87673	5.64851		Chezeaux,Chézeaux	52124	44	52	522	52124
3025237	Chézeaux	chezeaux	FR	52400	0	Europe/Paris	47.03114	1.68552				24	36	362	36023
3025242	Chèze	cheze	FR	65120	47	Europe/Paris	42.90717	-0.03014		Cheze,Chèze,Shesa,Shez,Shèsa,xie ci,Шез,谢兹		76	65	651	65145
3025252	Chezal-Benoît	chezal-benoit	FR	18160	970	Europe/Paris	46.8245	2.11312		Chezal-Benoit,Chezal-Benoît,Shezal Benoa,Shezal'-Benua,xie zha bang wa,Шезал Беноа,Шезаль-Бенуа,谢扎邦瓦		24	18	182	18065
3025253	Cheyssieu	cheyssieu	FR	38550	800	Europe/Paris	45.42822	4.83907		Cheyssieu		84	38	383	38101
3025263	Cheylard-l'Évêque	cheylard-l-eveque	FR	48300	0	Europe/Paris	44.64809	3.80344		Cheylard,Le Chaylard-l'Eveque,Le Chaylard-l'Évêque,Le Cheyla l'Eveque		76	48	482	48048
3025265	Cheylade	cheylade	FR	15400	341	Europe/Paris	45.20934	2.71589		Cheylade		84	15	153	15049
3025267	Chey	chey	FR	79120	601	Europe/Paris	46.30417	-0.0507		Chey		75	79	792	79087
3025268	Chevry-sous-le-Bignon	chevry-sous-le-bignon	FR	45210	218	Europe/Paris	48.14095	2.89832		Chevry,Chevry-sous-le-Bignon,Shevri su le Binon,Shevri-su-le-Bin'on,xie fu li su si-er bi ni weng,Шеври су ле Бињон,Шеврі-су-ле-Біньон,谢夫里苏斯-尔比尼翁		24	45	451	45094
3025269	Chevry-en-Sereine	chevry-en-sereine	FR	77710	495	Europe/Paris	48.2539	2.9424		Chevry,Chevry-en-Sereine,Shevri an Seren,Shevri-an-Seren,Шеври ан Серен,Шеври-ан-Серен,Шеврі-ан-Серен		11	77	773	77115
3025337	Chevigney-lès-Vercel	chevigney-les-vercel	FR	25530	113	Europe/Paris	47.16667	6.36667				27	25	253	25151
3025270	Chevry-Cossigny	chevry-cossigny	FR	77173	3575	Europe/Paris	48.72465	2.66106		Chevry,Chevry-Cossigny,Shevri Kosini,Shevri-Kossin'i,Шеври Косињи,Шеври-Коссиньи,Шеврі-Коссіньї		11	77	775	77114
3025271	Chevry	chevry	FR	01170	83	Europe/Paris	48.96845	-1.11926		Chevry		28	50	504	50363
3025272	Chevry	chevry	FR	01170	0	Europe/Paris	48.009	2.61903				24	45	451	45293
3025273	Chevry	chevry	FR	01170	0	Europe/Paris	46.3687	5.81542		Chevry		27	39	393	39478
3025274	Chevry	chevry	FR	01170	1126	Europe/Paris	46.28136	6.03873		Chevry		84	01	013	01103
3025275	Chevru	chevru	FR	77320	931	Europe/Paris	48.73676	3.19569		Chevru		11	77	771	77113
3025276	Chevru	chevru	FR	77320	0	Europe/Paris	45.69727	5.73747				84	73	732	73330
3025277	Chevroz	chevroz	FR	25870	84	Europe/Paris	47.33353	5.99767		Chevroz		27	25	251	25153
3025278	Chevroux	chevroux	FR	01190	721	Europe/Paris	46.38263	4.95254		Chevoux,Chevroux		84	01	012	01102
3025279	Chevrotaine	chevrotaine	FR	39130	33	Europe/Paris	46.65703	5.85307		Chevrotaine		27	39	392	39143
3025281	Chevroches	chevroches	FR	58500	0	Europe/Paris	47.54548	3.68024		Chevroche,Chevroches		27	89	892	89057
3025282	Chevroches	chevroches	FR	58500	0	Europe/Paris	47.44952	3.54536		Chevroches		27	58	582	58073
3025284	Chevrières	chevrieres	FR	38160	1763	Europe/Paris	49.34645	2.68219		Chevrieres,Chevrières		32	60	603	60149
3025285	Chevrières	chevrieres	FR	38160	862	Europe/Paris	45.58902	4.40226		Chevrieres,Chevrières		84	42	421	42062
3025286	Chevrières	chevrieres	FR	38160	609	Europe/Paris	45.18741	5.28874		Chevrieres,Chevrières		84	38	381	38099
3025290	Chevrier	chevrier	FR	74520	339	Europe/Paris	46.10803	5.91608		Caprarium,Chevrier,Shevrie,Shevrije,Шеврије,Шевріє		84	74	743	74074
3025291	Chèvreville	chevreville	FR	50600	465	Europe/Paris	49.10994	2.84949		Chevreville,Chèvreville		32	60	604	60148
3025292	Chèvreville	chevreville	FR	50600	204	Europe/Paris	48.61395	-1.04612		Chevreville,Chèvreville		28	50	501	50391
3025294	Chevreuse	chevreuse	FR	78460	5687	Europe/Paris	48.70662	2.03329		Caprosia,Chevreuse,Shevrez,Shevrjoz,shuvuruzu,syubeuleujeu,Шеврез,Шеврёз,シュヴルーズ,슈브르즈		11	78	782	78160
3025296	Chevresis-Monceau	chevresis-monceau	FR	02270	371	Europe/Paris	49.75406	3.57047		Chevresis,Chevresis-Monceau		32	02	023	02184
3025297	Chèvremont	chevremont	FR	90340	0	Europe/Paris	48.74821	1.03972				28	27	272	27643
3025298	Chèvremont	chevremont	FR	90340	1281	Europe/Paris	47.62912	6.92056		Chevremont,Chèvremont		27	90	901	90026
3025299	Chevregny	chevregny	FR	02000	197	Europe/Paris	49.4719	3.5913		Chevregny		32	02	022	02183
3025300	Chevreaux	chevreaux	FR	39190	195	Europe/Paris	46.50956	5.4051		Chevreaux		27	39	392	39142
3025308	Chevrainvilliers	chevrainvilliers	FR	77760	249	Europe/Paris	48.24505	2.61586		Chevrainvilliers		11	77	774	77112
3025310	Cheviré-le-Rouge	chevire-le-rouge	FR	49150	814	Europe/Paris	47.5948	-0.1813		Chevire,Chevire-le-Rouge,Cheviré,Cheviré-le-Rouge,Shevire le Ruzh,Shevire-le-Ruzh,xie wei lei lai lu ge,Шевире ле Руж,Шевіре-ле-Руж,谢维雷莱鲁格		52	49	493	49018
3025312	Chevincourt	chevincourt	FR	60150	826	Europe/Paris	49.50622	2.84391		Chevincourt		32	60	603	60147
3025313	Chevinay	chevinay	FR	69210	542	Europe/Paris	45.77024	4.60766		Chevinay		84	69	692	69057
3025314	Chevilly-Larue	chevilly-larue	FR	94158 CEDEX	20125	Europe/Paris	48.76476	2.3503		Chevilly,Chevilly-Larue,Shevii-Larju,Sheviji Lari,Shevil'i-Larju,xie wei li la lu e,Шевии-Ларю,Шевильи-Ларю,Шевији Лари,Шевії-Ларю,谢维利拉吕厄		11	94	943	94021
3025315	Chevilly	chevilly	FR	45520	2510	Europe/Paris	48.02973	1.87402		Chevilly		24	45	452	45093
3025316	Chevillon-sur-Huillard	chevillon-sur-huillard	FR	45700	1201	Europe/Paris	47.96197	2.62601		Chevillon,Chevillon-sur-Huillard,Shevijon sir Ijar,Shevijon-sjur-Juijar,yu yi la er he pan xie wei long,Шевијон сир Ијар,Шевійон-сюр-Юіяр,于伊拉尔河畔谢维隆		24	45	451	45092
3025318	Chevillon	chevillon	FR	52170	1429	Europe/Paris	48.52869	5.13086		Chevillon		44	52	523	52123
3025319	Chevillon	chevillon	FR	52170	297	Europe/Paris	47.92074	3.17558		Chevillon		27	89	891	89086
3025321	Chevillé	cheville	FR	72350	349	Europe/Paris	47.94891	-0.22324		Cheville,Chevillé		52	72	721	72083
3025322	Chevillard	chevillard	FR	01430	146	Europe/Paris	46.10919	5.58088		Chevillard		84	01	014	01101
3025323	Chevillard	chevillard	FR	01430	0	Europe/Paris	45.55813	6.15735				84	73	732	73270
3025324	Chevigny-Saint-Sauveur	chevigny-saint-sauveur	FR	21800	10620	Europe/Paris	47.29908	5.13367		Alpha,Chevigny,Chevigny-Saint-Sauveur,Chevigny-Sauveur,Shevin'i-Sen-Sover,Shevin'i-Sen-Sovjor,Shevini Sen Sover,shwyny-sn-swwr,xie wei ni sheng suo fu,Шевиньи-Сен-Совер,Шевиньи-Сен-Совёр,Шевињи Сен Совер,Шевіньї-Сен-Совер,شوینی-سن-سوور,谢维尼圣索弗		27	21	212	21171
3025326	Chevigny-en-Valière	chevigny-en-valiere	FR	21200	242	Europe/Paris	46.96719	4.97159		Chevigny,Chevigny-en-Valiere,Chevigny-en-Valière		27	21	211	21170
3025329	Chevigny	chevigny	FR	39290	0	Europe/Paris	47.52798	4.33833				27	21	213	21413
3025330	Chevigny	chevigny	FR	39290	0	Europe/Paris	47.50369	3.30381				27	89	891	89158
3025331	Chevigny	chevigny	FR	39290	227	Europe/Paris	47.17687	5.47488		Chevigny		27	39	391	39141
3025332	Chevigny	chevigny	FR	39290	0	Europe/Paris	47.07434	4.45464				27	21	211	21683
3025333	Chevigny	chevigny	FR	39290	0	Europe/Paris	46.93333	3.18333				27	58	583	58278
3025334	Chevigny	chevigny	FR	39290	0	Europe/Paris	46.79047	4.10119				27	71	711	71537
3025335	Chevigney-sur-l'Ognon	chevigney-sur-l-ognon	FR	25170	0	Europe/Paris	47.29913	5.84368		Chevigney,Chevigney-sur-l'Ognon		27	25	251	25150
3025336	Chevigney	chevigney	FR	70140	39	Europe/Paris	47.33436	5.5907		Chevigney		27	70	702	70151
3025338	Chevières	chevieres	FR	08250	47	Europe/Paris	49.333	4.90053		Chevieres,Chevières		44	08	084	08120
3025339	Cheveuges	cheveuges	FR	08350	0	Europe/Paris	49.66665	4.87816		Cheveuges,Shevezh,Shevjozh,she wo ri,shwfwghs,Шевеж,Шевёж,شوفوغس,舍沃日		44	08	083	08119
3025344	Cheverny	cheverny	FR	41700	1019	Europe/Paris	47.50079	1.45951		Cheverny,Shaverni,Sheverni,shuvu~eruni,xie wei er ni,Шаверни,Шеверні,シュヴェルニー,谢韦尔尼		24	41	411	41050
3025345	Chevenoz	chevenoz	FR	74500	544	Europe/Paris	46.33986	6.6365		Chevenoz		84	74	744	74073
3025346	Chevenon	chevenon	FR	58160	629	Europe/Paris	46.92009	3.22913		Chevenon		27	58	583	58072
3025347	Chevannes-Changy	chevannes-changy	FR	58420	166	Europe/Paris	47.28953	3.45168				27	58	582	58071
3025348	Chevennes	chevennes	FR	02250	155	Europe/Paris	49.8148	3.73304		Chevennes,Sheven,Shevenn,xie wei ne,Шевен,Шевенн,谢韦讷		32	02	025	02182
3025356	Chevannes	chevannes	FR	21220	1477	Europe/Paris	48.53259	2.44388		Chevannes		11	91	912	91159
3025357	Chevannes	chevannes	FR	21220	0	Europe/Paris	48.32613	1.71057				24	28	281	28047
3025358	Chevannes	chevannes	FR	21220	295	Europe/Paris	48.13424	2.85841		Chevannes		24	45	451	45091
3025359	Chevannes	chevannes	FR	21220	0	Europe/Paris	47.75168	3.49061		Chevannes		27	89	891	89102
3025360	Chevannes	chevannes	FR	21220	0	Europe/Paris	47.4775	4.08214				27	89	892	89333
3025361	Chevannes	chevannes	FR	21220	0	Europe/Paris	47.38654	3.58762				27	58	582	58005
3025362	Chevannes	chevannes	FR	21220	117	Europe/Paris	47.15764	4.84819		Chevannes		27	21	211	21169
3025363	Chevannes	chevannes	FR	21220	0	Europe/Paris	47.02184	3.47878				27	58	583	58031
3025364	Chevannay	chevannay	FR	21540	47	Europe/Paris	47.39607	4.65452		Chevannay		27	21	213	21168
3025365	Chevanceaux	chevanceaux	FR	17210	1284	Europe/Paris	45.30437	-0.23312		Chevanceaux,Shevanso,xie wang suo,Шевансо,谢旺索		75	17	171	17104
3025366	Chevaline	chevaline	FR	74210	215	Europe/Paris	45.76546	6.21889		Chevaline,Chevalines		84	74	741	74072
3025375	Cheval-Blanc	cheval-blanc	FR	84460	3775	Europe/Paris	43.80189	5.06229		Blanc-Montagne,Cheval-Blanc,Lo Chivau Blanc,Sheval Blan,Sheval'-Blan,xie wa bu lang ke,Шевал Блан,Шеваль-Блан,谢瓦布朗克		93	84	841	84038
3025378	Chevaigné-du-Maine	chevaigne-du-maine	FR	53250	220	Europe/Paris	48.4375	-0.38836		Chevaigne,Chevaigné		52	53	533	53069
3025379	Chevaigné	chevaigne	FR	35250	1756	Europe/Paris	48.21142	-1.62966		Chavegneium,Chevaigne,Chevaigné,Kavaneg,Sheven'e,Shevene,xie wei nie,Шевенье,Шевеньє,Шевење,谢韦涅		53	35	353	35079
3025380	Chevagny-sur-Guye	chevagny-sur-guye	FR	71220	72	Europe/Paris	46.5386	4.50774		Chevagny,Chevagny-sur-Guye		27	71	715	71127
3025381	Chevagny-les-Chevrières	chevagny-les-chevrieres	FR	71960	420	Europe/Paris	46.33206	4.77139		Chevagny,Chevagny-les-Chevrieres,Chevagny-les-Chevrières		27	71	715	71126
3025382	Chevagnes	chevagnes	FR	03230	734	Europe/Paris	46.61129	3.55097		Chevagnes,Chevagnes-l'Acolin		84	03	032	03074
3025383	Cheux	cheux	FR	14210	1141	Europe/Paris	49.16611	-0.52544		Cheux		28	14	142	14098
3025384	Cheust	cheust	FR	65100	97	Europe/Paris	43.05044	0.01535		Cheust		76	65	651	65144
3025389	Cheuge	cheuge	FR	21310	120	Europe/Paris	47.39066	5.39325		Cheuge		27	21	212	21167
3025391	Chéu	cheu	FR	89600	459	Europe/Paris	47.96569	3.76352		Cheu,Chéu		27	89	891	89101
3025396	Chessy-les-Prés	chessy-les-pres	FR	10130	514	Europe/Paris	48.02358	3.91534		Chessy,Chessy-les-Pres,Chessy-les-Prés		44	10	103	10099
3025397	Chessy	chessy	FR	69380	2582	Europe/Paris	48.88333	2.76667		Chessy		11	77	775	77111
3025398	Chessy	chessy	FR	69380	1510	Europe/Paris	45.88716	4.62339		Chessy		84	69	692	69056
3025399	Chessenaz	chessenaz	FR	74270	170	Europe/Paris	46.03385	5.90152		Chessenaz		84	74	743	74071
3025400	Chesny	chesny	FR	57245	383	Europe/Paris	49.05574	6.24176		Chesny		44	57	579	57140
3025401	Chesnois-Auboncourt	chesnois-auboncourt	FR	08270	158	Europe/Paris	49.56866	4.56968		Chesnois,Chesnois-Auboncourt,Le Chesnois		44	08	082	08117
3025406	Chesley	chesley	FR	10210	325	Europe/Paris	47.97638	4.11353		Chesley		44	10	103	10098
3025409	Chéry-lès-Rozoy	chery-les-rozoy	FR	02360	114	Europe/Paris	49.71946	4.09412		Chery,Chery-les-Rozoy,Chéry-lès-Rozoy		32	02	025	02181
3025410	Chéry-lès-Pouilly	chery-les-pouilly	FR	02000	656	Europe/Paris	49.65738	3.60393		Chery,Chery-les-Pouilly,Chéry,Chéry-lès-Pouilly		32	02	022	02180
3025411	Chéry-Chartreuve	chery-chartreuve	FR	02220	308	Europe/Paris	49.26215	3.61334		Chery,Chery-Chartreuve,Chéry,Chéry-Chartreuve		32	02	024	02179
3025412	Chéry	chery	FR	18120	239	Europe/Paris	47.12114	2.0461		Chery,Chéry		24	18	183	18064
3025413	Chéry	chery	FR	18120	0	Europe/Paris	46.53248	3.21134				84	03	032	03275
3025414	Cherville	cherville	FR	51150	97	Europe/Paris	49.01799	4.16357		Cherville,Shervil,Shervil',xie er wei er,Шервил,Шервіль,谢尔维尔		44	51	511	51150
3025415	Cherville	cherville	FR	51150	0	Europe/Paris	48.64598	1.45669				24	28	283	28415
3025416	Cherville	cherville	FR	51150	0	Europe/Paris	48.46681	1.69961				24	28	281	28285
3025417	Chervey	chervey	FR	10110	199	Europe/Paris	48.12495	4.49183		Chervey		44	10	103	10097
3025418	Cherveux	cherveux	FR	79410	1316	Europe/Paris	46.41559	-0.35743		Cherveux		75	79	792	79086
3025419	Chervettes	chervettes	FR	17380	130	Europe/Paris	46.05059	-0.70632		Chervettes,Shervet,Shervett,xie er wei tai,Шервет,Шерветт,谢尔韦泰		75	17	172	17457
3025420	Cherves-Richemont	cherves-richemont	FR	16370	2411	Europe/Paris	45.74345	-0.35096		Cherao,Cherves-de-Cognac,Sherv Rishmon,Sherv-Rishmon,xie er wei li shang weng,Шерв Ришмон,Шерв-Ришмон,谢尔韦里尚翁		75	16	162	16097
3025421	Cherves-Châtelars	cherves-chatelars	FR	16310	456	Europe/Paris	45.81047	0.54669		Cherves,Cherves Chastelar,Cherves e lo Chastelar,Cherves-Chatelars,Cherves-Châtelars,Sherv Shatlar,Sherv-Shatlar,xie er wei sha tai la er,Шерв Шатлар,Шерв-Шатлар,谢尔韦沙泰拉尔		75	16	163	16096
3025422	Cherves	cherves	FR	86170	582	Europe/Paris	46.71827	0.01759		Cherves,Sherv,xie er wo,Шерв,谢尔沃		75	86	863	86073
3025423	Cherveix-Cubas	cherveix-cubas	FR	24390	632	Europe/Paris	45.28933	1.11618		Charves e Cubas,Charvés e Cubas,Cherveix,Cherveix-Cubas,Sherve Kiba,Sherve-Kjuba,xie er wei qu ba,Шерве Киба,Шерве-Кюба,谢尔韦屈巴		75	24	242	24120
3025424	Cherval	cherval	FR	24320	323	Europe/Paris	45.39482	0.37411		Charvard,Cherval,Sherval,Sherval',xie er wa,Шервал,Шерваль,谢尔瓦		75	24	243	24119
3025428	Cherrueix	cherrueix	FR	35120	1043	Europe/Paris	48.60546	-1.71026		Cherrueix,Kerruer,Sherije,Sherrjue,xie er lu ai,Шерије,Шеррюе,谢尔吕埃		53	35	354	35078
3025429	Cherreau	cherreau	FR	72400	764	Europe/Paris	48.19284	0.68173		Cherreau		52	72	722	72080
3025430	Cherré	cherre	FR	49330	1448	Europe/Paris	48.1729	0.65781				52	72	722	72080
3025431	Cherré	cherre	FR	49330	419	Europe/Paris	47.71069	-0.5631		Cherre,Cherré		52	49	494	49080
3025432	Chéroy	cheroy	FR	89690	1462	Europe/Paris	48.20076	3.00011		Cheroy,Chéroy		27	89	893	89100
3025434	Chéronvilliers	cheronvilliers	FR	27250	438	Europe/Paris	48.78879	0.74085		Cheronvilliers,Chéronvilliers		28	27	272	27156
3025435	Chéronnac	cheronnac	FR	87600	321	Europe/Paris	45.75869	0.76407		Cheronnac,Chéronnac		75	87	873	87044
3025437	Chermizy-Ailles	chermizy-ailles	FR	02860	74	Europe/Paris	49.46857	3.7262		Chermizy-Ailles		32	02	022	02178
3025438	Chermisey	chermisey	FR	88630	94	Europe/Paris	48.41591	5.56937		Chermisey		44	88	882	88102
3025439	Chermignac	chermignac	FR	17460	1092	Europe/Paris	45.68533	-0.67462		Chermignac,Shermin'jak,Sherminak,xie er mi ni ya ke,Шерминьяк,Шермињак,Шерміньяк,谢尔米尼亚克		75	17	174	17102
3025442	Chérizet	cherizet	FR	71250	39	Europe/Paris	46.51749	4.56774		Cherizet,Chérizet		27	71	715	71125
3025443	Chérisy	cherisy	FR	28500	216	Europe/Paris	50.23308	2.91307		Cherisy,Chrisy,Chérisy,Sherizi,tshrysy,xie li xi,Шеризи,Шеризі,تشريسي,谢里西		32	62	621	62223
3025444	Cherisy	cherisy	FR	28500	1845	Europe/Paris	48.75	1.43333		Cherizy		24	28	283	28098
3025446	Chérisey	cherisey	FR	57420	270	Europe/Paris	49.01278	6.23464		Cherisey,Chérisey,Sherize,shryzy,xie li sai,Шеризе,شریزی,谢里塞		44	57	579	57139
3025447	Chérisay	cherisay	FR	72610	224	Europe/Paris	48.35575	0.1125		Cherisay,Chérisay		52	72	722	72079
3025451	Chérigné	cherigne	FR	79170	152	Europe/Paris	46.123	-0.17159		Cherigne,Chérigné		75	79	792	79085
3025452	Cherier	cherier	FR	42430	448	Europe/Paris	45.97919	3.91859		Cherier,Chérier		84	42	422	42061
3025453	Chériennes	cheriennes	FR	62140	188	Europe/Paris	50.31418	2.03571		Cheriennes,Chériennes		32	62	624	62222
3025457	Chérêt	cheret	FR	02860	122	Europe/Paris	49.51667	3.68333		Shere,xie lei,Шере,謝雷		32	02	022	02177
3025458	Chéreng	chereng	FR	59152	2988	Europe/Paris	50.61059	3.20666		Chereng,Chéreng,Sheran,xie lang,Шеран,谢朗		32	59	595	59146
3025459	Chérencé-le-Héron	cherence-le-heron	FR	50800	0	Europe/Paris	48.8	-1.2		Cherence-le Heron,Cherencey,Chérencé-le Héron		28	50	504	50130
3025460	Chérencé-le-Roussel	cherence-le-roussel	FR	50520	332	Europe/Paris	48.70865	-1.01769		Cherence,Cherence-le-Roussel,Chérencé,Chérencé-le-Roussel		28	50	501	50260
3025461	Chérence	cherence	FR	95510	154	Europe/Paris	49.08992	1.67746		Cherance,Cherence,Chérance,Chérence,Sherans,xie lang si,Шеранс,谢朗斯		11	95	953	95157
3025466	Cherbourg-Octeville	cherbourg-octeville	FR	50100	26655	Europe/Paris	49.63984	-1.61636		CER,Cherbourg,Cherburgo-Octeville,Coriallum,Kiaeresburh,Kiæresburh,Serburq-Oktevil,Sermpour-Oktvil,Shehrbur-Aktehvil',Sherbur Oktevil,Sherbur-Oktevil',Sherbur-Oktvil',Tchidbouo,cerpork-aktvil,sairbura,se bao-ao ke te wei er,sheruburu=okutovu~iru,shrbwrg-aktwwyl,srbwr,syeleubuleuogteubil,Şerburq-Oktevil,Σερμπούρ-Οκτβίλ,Шербур Октевил,Шербур-Октвиль,Шербур-Октевиль,Шербур-Октевіль,Шэрбур-Актэвіль,שרבור,شربورگ-اکتوویل,शैर्बूर,செர்போர்க்-ஆக்ட்வில்,シェルブール＝オクトヴィル,瑟堡-奥克特维尔,셰르부르옥트빌	502	28	50	502	50129
3025468	Cherbonnières	cherbonnieres	FR	17470	375	Europe/Paris	45.96357	-0.33918		Cherbonnieres,Cherbonnières		75	17	175	17101
3025472	Chéraute	cheraute	FR	64130	1325	Europe/Paris	43.23135	-0.86835		Cheraute,Chéraute,Sherauta,Sherot,Sohueta,Sohüta,xie luo te,Шерот,谢罗特		75	64	642	64188
3025474	Chérancé	cherance	FR	53400	398	Europe/Paris	48.28689	0.17413		Cherance,Chérancé		52	72	722	72078
3025475	Chérancé	cherance	FR	53400	176	Europe/Paris	47.79503	-0.93594		Cherance,Chérancé		52	53	531	53068
3025478	Chérac	cherac	FR	17610	1094	Europe/Paris	45.70456	-0.43859		Cherac,Chérac,Sherak,xie la ke,Шерак,谢拉克		75	17	174	17100
3025482	Chépy	chepy	FR	51240	1319	Europe/Paris	50.06361	1.64694		Chepy,Chpy,Chépy,Shepi,shupi,xie pi,Шепи,Шепі,シュピー,谢皮		32	80	801	80190
3025483	Chepy	chepy	FR	51240	349	Europe/Paris	48.89893	4.43364		Chepy		44	51	511	51149
3025484	Cheptainville	cheptainville	FR	91630	1543	Europe/Paris	48.5509	2.27665		Cheptainville,Shatenvil,Sheptenvil',xie pu tan wei er,Шатенвил,Шептенвиль,Шептенвіль,谢普坦维尔		11	91	913	91156
3025486	Cheppy	cheppy	FR	55270	139	Europe/Paris	49.23175	5.05873		Cheppy		44	55	553	55113
3025487	Cheppes-la-Prairie	cheppes-la-prairie	FR	51240	180	Europe/Paris	48.83103	4.47524		Cheppes,Cheppes-la-Prairie		44	51	511	51148
3025488	Chepoix	chepoix	FR	60120	323	Europe/Paris	49.60491	2.3783		Chepoix,Shepoa,Shepua,xie pu wa,Шепоа,Шепуа,谢普瓦		32	60	602	60146
3025489	Chepniers	chepniers	FR	17210	686	Europe/Paris	45.2576	-0.31002		Chepniers,Shen'e,Shepn'e,Shepnije,xie pu nie er,Шенье,Шепније,Шепньє,谢普涅尔		75	17	171	17099
3025491	Cheny	cheny	FR	89400	2644	Europe/Paris	47.95166	3.5334		Cheny,Sheni,xie ni,Шени,Шені,谢尼		27	89	891	89099
3025492	Chenu	chenu	FR	72500	452	Europe/Paris	47.61274	0.33789		Chenu		52	72	721	72077
3025493	Chens-sur-Léman	chens-sur-leman	FR	74140	1408	Europe/Paris	46.32459	6.27075		Chens,Chens-sur-Leman,Chens-sur-Léman,Shan sir Leman,Shan-sjur-Leman,Шан сир Леман,Шан-сюр-Леман		84	74	744	74070
3025495	Chenôves	chenoves	FR	71390	207	Europe/Paris	46.66667	4.66667				27	71	712	71124
3025496	Chenôve	chenove	FR	21300	15791	Europe/Paris	47.29323	5.00457		Chenove,Chenôve		27	21	212	21166
3025499	Chenou	chenou	FR	77570	319	Europe/Paris	48.16537	2.65919		Chenou		11	77	774	77110
3025501	Chenonceaux	chenonceaux	FR	37150	336	Europe/Paris	47.33166	1.06718		Chenonceaux,Shenonso,Шенонсо		24	37	373	37070
3025502	Chenon	chenon	FR	16460	156	Europe/Paris	45.947	0.24522		Chenon,Shenon,shang weng,Шенон,尚翁		75	16	163	16095
3025503	Chenommet	chenommet	FR	16460	134	Europe/Paris	45.93724	0.2444		Chenommet,Shenome,Shenomme,shang ao mei,Шеноме,Шеномме,尚奥梅		75	16	163	16023
3025504	Chenoise	chenoise	FR	77160	1240	Europe/Paris	48.61462	3.19459		Chenoise,Shenoaz,Shenuaz,Шеноаз,Шенуаз		11	77	773	77109
3025506	Chenois	chenois	FR	57580	56	Europe/Paris	48.95949	6.4973		Chenois		44	57	575	57138
3025509	Chennevières-sur-Marne	chennevieres-sur-marne	FR	94430	18314	Europe/Paris	48.79702	2.54046		Chennevieres,Chennevieres-sur-Marne,Chennevières,Chennevières-sur-Marne,Shanvjer si Marn,Shennv'er-sjur-Marn,Shennver-sjur-Marn,ma en he pan xie nei wei ai,Шанвјер си Марн,Шеннвьер-сюр-Марн,Шеннвєр-сюр-Марн,马恩河畔谢内维埃		11	94	941	94019
3025510	Chennevières-lès-Louvres	chennevieres-les-louvres	FR	95380	230	Europe/Paris	49.04461	2.5518		Chennevieres,Chennevieres-les-Louvres,Chennevières,Chennevières-lès-Louvres,Shennv'er-le-Luvr,Shennver-le-Luvr,Shenv'er-le-Luvr,Shenvjer le Luvr,xie nei wei ai lai lu fu er,Шенвьер-ле-Лувр,Шенвјер ле Лувр,Шеннвьер-ле-Лувр,Шеннвєр-ле-Лувр,谢内维埃莱卢夫尔		11	95	952	95154
3025516	Chennegy	chennegy	FR	10190	408	Europe/Paris	48.225	3.85159		Chennegy		44	10	103	10096
3025517	Chennebrun	chennebrun	FR	27820	122	Europe/Paris	48.67936	0.78276		Chennebrun,Shanbren,Shennbren,Shennebren,xie nei bu lan,Шанбрен,Шеннбрен,Шеннебрен,谢内布兰		28	27	272	27155
3025519	Cheniménil	chenimenil	FR	88460	1257	Europe/Paris	48.1388	6.60346		Chenimenil,Cheniménil,Shenimenij,xie ni mo ni,Шенимений,Шенимениј,Шеніменій,谢尼默尼		44	88	881	88101
3025521	Chenillé-Changé	chenille-change	FR	49220	135	Europe/Paris	47.69992	-0.66643		Chenille,Chenille-Change,Chenillé,Chenillé-Changé,Shenije Shanzhe,Shenil'e-Shanzhe,xie ni lai shang re,Шеније Шанже,Шенільє-Шанже,谢尼莱尚热		52	49	494	49067
3025523	Cheniers	cheniers	FR	23220	77	Europe/Paris	48.88511	4.24423		Cheniers		44	51	511	51146
3025524	Chéniers	cheniers	FR	23220	598	Europe/Paris	46.35095	1.8279		Cheniers,Chéniers		75	23	232	23062
3025525	Chenières	chenieres	FR	54720	560	Europe/Paris	49.47272	5.76614		Chenieres,Chenières,Chénières		44	54	541	54127
3025527	Chenicourt	chenicourt	FR	54610	195	Europe/Paris	48.8565	6.2911		Chenicourt		44	54	543	54126
3025528	Chenicourt	chenicourt	FR	54610	0	Europe/Paris	48.64109	1.59844				24	28	283	28372
3025530	Cheney	cheney	FR	89700	275	Europe/Paris	47.90687	3.94783		Cheney		27	89	892	89098
3025531	Chênex	chenex	FR	74520	409	Europe/Paris	46.10557	5.99537		Chenex,Chênex		84	74	743	74069
3025532	Chenevrey-et-Morogne	chenevrey-et-morogne	FR	70150	186	Europe/Paris	47.28265	5.74305		Chenevrey,Chenevrey-et-Morogne		27	70	702	70150
3025534	Chènevières	chenevieres	FR	54122	0	Europe/Paris	48.62731	3.73666				44	51	512	51511
3025535	Chenevières	chenevieres	FR	54122	686	Europe/Paris	48.51943	6.62919		Chenevieres,Chenevières		44	54	542	54125
3025538	Chenevelles	chenevelles	FR	86450	427	Europe/Paris	46.72823	0.65347		Chenevelle,Chenevelles		75	86	861	86072
3025539	Chêne-Sec	chene-sec	FR	39230	0	Europe/Paris	46.85266	5.44349		Chene-Sec,Chêne-Sec		27	39	392	39140
3025543	Chenereilles	chenereilles	FR	42560	317	Europe/Paris	45.48564	4.07785		Chenereilles		84	42	421	42060
3025544	Chenereilles	chenereilles	FR	42560	252	Europe/Paris	45.13337	4.25198		Chenereilles		84	43	433	43069
3025545	Chénérailles	chenerailles	FR	23130	777	Europe/Paris	46.11272	2.17534		Chenerailles,Chénérailles		75	23	231	23061
3025549	Chénelette	chenelette	FR	69430	334	Europe/Paris	46.16863	4.491		Chenelette,Chénelette,Shenelet,Shenelett,xie nei lai te,Шенелет,Шенелетт,謝內萊特		84	69	692	69054
3025551	Chênehutte-Trèves-Cunault	chenehutte-treves-cunault	FR	49350	1164	Europe/Paris	47.31084	-0.16042		Chenehutte-les-Tuffeaux,Chênehutte-les-Tuffeaux,Shenit Trev Kino,Shenjutt-Trev-Kjuno,xie na te te lei wei qu nuo er,Шенит Трев Кино,Шенютт-Трев-Кюно,谢纳特特雷韦屈诺尔		52	49	493	49261
3025554	Chêne-en-Semine	chene-en-semine	FR	74270	282	Europe/Paris	46.04792	5.85644		Chene,Chene-en-Semine,Chêne,Chêne-en-Semine		84	74	743	74068
3025555	Chênedouit	chenedouit	FR	61210	169	Europe/Paris	48.75926	-0.34189		Chenedouit,Chênedouit		28	61	612	61339
3025625	Chelers	chelers	FR	62127	269	Europe/Paris	50.37521	2.48493		Chelers		32	62	621	62221
3025557	Chênedollé	chenedolle	FR	14410	232	Europe/Paris	48.85511	-0.76167		Chenedolle,Chênedollé,Shendole,Shendolle,xie nei duo lai,Шендоле,Шендолле,谢内多莱		28	14	144	14726
3025559	Cheneché	cheneche	FR	86380	307	Europe/Paris	46.73333	0.28333		Shaneshe,Sheneshe,xie nei xie,Шанеше,Шенеше,谢内谢		75	86	863	86281
3025560	Chenecey-Buillon	chenecey-buillon	FR	25440	518	Europe/Paris	47.14075	5.95943		Chenecey,Chenecey-Buillon		27	25	251	25149
3025561	Chenebier	chenebier	FR	70400	713	Europe/Paris	47.64367	6.72015		Chenebier		27	70	701	70149
3025562	Chêne-Bernard	chene-bernard	FR	39120	64	Europe/Paris	46.92039	5.48081		Chene-Bernard,Chêne-Bernard		27	39	391	39139
3025563	Chêne-Arnoult	chene-arnoult	FR	89120	133	Europe/Paris	47.90014	3.06548		Chene-Arnoult,Chêne-Arnoult		27	89	891	89086
3025570	Chenay-le-Châtel	chenay-le-chatel	FR	71340	392	Europe/Paris	46.22728	3.93954		Chenay,Chenay-le-Chatel,Chenay-le-Châtel,Shene le Shatel,Shene-le-Shatel',Шене ле Шател,Шене-ле-Шатель		27	71	713	71123
3025572	Chenay	chenay	FR	51140	307	Europe/Paris	49.29726	3.92929		Chenay		44	51	513	51145
3025573	Chenay	chenay	FR	51140	130	Europe/Paris	48.44955	0.16249		Chenay		52	72	722	72076
3025574	Chenay	chenay	FR	51140	560	Europe/Paris	46.32527	-0.03399		Chenay		75	79	792	79084
3025576	Chenaud	chenaud	FR	24410	355	Europe/Paris	45.21826	0.10317		Chenaud		75	24	243	24316
3025577	Chénas	chenas	FR	69840	473	Europe/Paris	46.21231	4.71952		Chenas,Chénas		84	69	692	69053
3025579	Chenailler-Mascheix	chenailler-mascheix	FR	19120	174	Europe/Paris	45.05448	1.84004		Chenailler-Mascheix,Chenaillers-Mascheix		75	19	191	19054
3025582	Chenac-Saint-Seurin-d'Uzet	chenac-saint-seurin-d-uzet	FR	17120	619	Europe/Paris	45.51667	-0.81667		Chenac-Saint-Seurin-dUzet,Chenac-sur-Gironde,Shenak-Sen-Sjoren-d'Juze,xie na ke sheng se lan di ze,Шенак-Сен-Сёрен-д’Юзе,谢纳克圣瑟兰迪泽		75	17	174	17098
3025583	Chemy	chemy	FR	59147	692	Europe/Paris	50.53111	2.98862		Chemy		32	59	595	59145
3025586	Chemiré-sur-Sarthe	chemire-sur-sarthe	FR	49640	252	Europe/Paris	47.75037	-0.43139		Chemire,Chemire-sur-Sarthe,Chemiré,Chemiré-sur-Sarthe,Shemire sir Sart,Shemire-sjur-Sart,sa er te he pan xie mi lei,Шемире сир Сарт,Шеміре-сюр-Сарт,萨尔特河畔谢米雷		52	49	491	49220
3025587	Chemiré-le-Gaudin	chemire-le-gaudin	FR	72210	941	Europe/Paris	47.92878	-0.01665		Chemire,Chemire-le-Gaudin,Chemiré,Chemiré-le-Gaudin		52	72	721	72075
3025588	Chemiré-en-Charnie	chemire-en-charnie	FR	72540	212	Europe/Paris	48.05384	-0.2027		Chemire,Chemire-en-Charnie,Chemiré,Chemiré-en-Charnie		52	72	721	72074
3025589	Cheminot	cheminot	FR	57420	551	Europe/Paris	48.9475	6.13879		Cheminot		44	57	579	57137
3025590	Cheminon	cheminon	FR	51250	625	Europe/Paris	48.73751	4.90496		Cheminon		44	51	514	51144
3025592	Chemin-d'Aisey	chemin-d-aisey	FR	21400	0	Europe/Paris	47.74119	4.56476		Chemin,Chemin-d'Aisey		27	21	213	21165
3025593	Cheminas	cheminas	FR	07300	250	Europe/Paris	45.12443	4.75137		Cheminas		84	07	073	07063
3025594	Chemin	chemin	FR	39120	393	Europe/Paris	46.9807	5.31425		Chemin		27	39	391	39138
3025595	Chemilly-sur-Yonne	chemilly-sur-yonne	FR	89250	948	Europe/Paris	47.8982	3.56139		Chemilly,Chemilly-sur-Yonne		27	89	891	89096
3025596	Chemilly-sur-Serein	chemilly-sur-serein	FR	89800	183	Europe/Paris	47.77103	3.86168		Chemilly,Chemilly-sur-Serein		27	89	891	89095
3025597	Chemilly	chemilly	FR	03210	81	Europe/Paris	47.64847	6.0237		Chemilly		27	70	702	70148
3025598	Chemilly	chemilly	FR	03210	585	Europe/Paris	46.48794	3.31469		Chemilly		84	03	032	03073
3025599	Chemilli	chemilli	FR	61360	239	Europe/Paris	48.36382	0.44347		Chemilli		28	61	613	61105
3025600	Chemillé-sur-Indrois	chemille-sur-indrois	FR	37460	214	Europe/Paris	47.16194	1.16739		Chemille,Chemille-sur-Indrois,Chemillé,Chemillé-sur-Indrois,Shemije sir Endroa,Shemil'e-sjur-Endrua,an de lu wa he pan xie mi lai,Шемије сир Ендроа,Шемільє-сюр-Ендруа,安德鲁瓦河畔谢米莱		24	37	373	37069
3025601	Chemillé-sur-Dême	chemille-sur-deme	FR	37370	600	Europe/Paris	47.65845	0.6481		Chemille,Chemille-sur-Deme,Chemillé-sur-Dême		24	37	371	37068
3025602	Chemillé-Melay	chemille-melay	FR	49120	6683	Europe/Paris	47.21476	-0.72488		Chemille,Chemillé,shumie=mure,シュミエ＝ムレ		52	49	492	49092
3025603	Chemilla	chemilla	FR	39240	75	Europe/Paris	46.35718	5.56028		Chemilla		27	39	392	39137
3025604	Chémery-les-Deux	chemery-les-deux	FR	57320	399	Europe/Paris	49.30029	6.44414		Chemery,Chemery-les-Deux,Chémery,Chémery-les-Deux		44	57	573	57136
3025605	Chémery-sur-Bar	chemery-sur-bar	FR	08450	442	Europe/Paris	49.6	4.86667				44	08	083	08115
3025606	Chémery	chemery	FR	41700	0	Europe/Paris	49.00124	6.58165		Chemery,Chémery		44	57	573	57209
3025607	Chémery	chemery	FR	41700	884	Europe/Paris	47.34682	1.47899		Chemery,Chémery,Shameri,Shemri,xie mo li,Шамери,Шемрі,谢默里		24	41	413	41049
3025608	Chémeré-le-Roi	chemere-le-roi	FR	53340	425	Europe/Paris	47.97772	-0.44109		Chemere,Chemere-le Roi,Chemere-le-Roi,Chemeré,Chemeré-le Roi,Chémeré-le-Roi,Chéméré-le-Roi		52	53	531	53067
3025609	Chéméré	chemere	FR	44680	1707	Europe/Paris	47.11667	-1.91667		Camariacus,Chemere,Chéméré,Keverieg,Shemere,xie mei lei,Шемере,谢梅雷		52	44	443	44005
3025610	Chemenot	chemenot	FR	39230	35	Europe/Paris	46.8669	5.53279		Chemenot		27	39	392	39136
3025611	Chemellier	chemellier	FR	49320	654	Europe/Paris	47.34109	-0.35775		Chemellier,Shamlije,Shemel'e,xie mo li ye,Шамлије,Шемельє,谢默利耶		52	49	491	49050
3025612	Chemazé	chemaze	FR	53200	1072	Europe/Paris	47.78718	-0.77513		Chemaze,Chemazé		52	53	531	53066
3025614	Chemaudin	chemaudin	FR	25320	1270	Europe/Paris	47.22392	5.89419		Chemaudin		27	25	251	25147
3025616	Chelun	chelun	FR	35640	277	Europe/Paris	47.85481	-1.22317		Chelun,Kelon		53	35	351	35077
3025619	Chelle-Spou	chelle-spou	FR	65130	95	Europe/Paris	43.13638	0.24205		Chelle,Chelle-Spou		76	65	652	65143
3025621	Chelles	chelles	FR	60350	419	Europe/Paris	49.35471	3.03343				32	60	603	60145
3025622	Chelles	chelles	FR	60350	46947	Europe/Paris	48.88109	2.59295		Chelles		11	77	775	77108
3025623	Chelle-Debat	chelle-debat	FR	65350	216	Europe/Paris	43.30509	0.22979		Chelle,Chelle-Debat,Shel Deba,Shel'-Deba,Shel'-Debat,Shela,Shela Devath,Shèla,Shèla Devath,xie er dai ba,Шел Деба,Шель-Деба,Шель-Дебат,谢尔代巴		76	65	653	65142
3025624	Chélieu	chelieu	FR	38730	569	Europe/Paris	45.51163	5.47607		Chelieu,Chélieu		84	38	382	38098
3025626	Chélan	chelan	FR	32140	195	Europe/Paris	43.34451	0.54657		Chelan,Chélan		76	32	323	32103
3025627	Cheix-en-Retz	cheix-en-retz	FR	44640	573	Europe/Paris	47.18197	-1.8139		Cheix,Cheix-en-Retz,Keiz-Raez		52	44	442	44039
3025629	Cheissoux	cheissoux	FR	87460	216	Europe/Paris	45.83291	1.64901		Chaisson,Chaisson la Chapela,Chaisson la Chapèla,Cheissoux,Shessu,Shesu,xie su,Шессу,Шесу,谢苏		75	87	872	87043
3025633	Chein-Dessus	chein-dessus	FR	31160	208	Europe/Paris	43.01874	0.8838		Chein,Chein-Dessus		76	31	312	31140
3025634	Cheilly-lès-Maranges	cheilly-les-maranges	FR	71150	439	Europe/Paris	46.89596	4.66905		Cheilly,Cheilly-les-Maranges,Cheilly-lès-Maranges		27	71	712	71122
3025635	Cheillé	cheille	FR	37190	1350	Europe/Paris	47.26114	0.40553		Cheille,Cheillé		24	37	372	37067
3025636	Cheignieu-la-Balme	cheignieu-la-balme	FR	01510	0	Europe/Paris	45.82637	5.60937		Cheignieu,Cheignieu-Labalme,Cheignieu-la-Balme		84	01	011	01100
3025637	Chéhéry	chehery	FR	08350	0	Europe/Paris	49.64237	4.87315		Chehery,Chéhéry		44	08	083	08115
3025638	Chéhéry	chehery	FR	08350	0	Europe/Paris	49.28946	4.97158				44	08	084	08109
3025639	Chef-Haut	chef-haut	FR	88500	52	Europe/Paris	48.3565	6.01521		Chef-Haut		44	88	882	88100
3025640	Cheffreville-Tonnencourt	cheffreville-tonnencourt	FR	14140	181	Europe/Paris	49.03179	0.24539		Cheffreville,Cheffreville-Tonnencourt,Sheffrevil'-Tonnankur,Shefrevil'-Tonnankur,xie fu lei wei er tuo nan ku er,Шефревиль-Тоннанкур,Шеффревиль-Тоннанкур,Шеффревіль-Тоннанкур,谢夫勒维尔托南库尔		28	14	143	14371
3025641	Cheffois	cheffois	FR	85390	892	Europe/Paris	46.66721	-0.79024		Cheffois,Sheffua,Shefoa,xie fu wa,Шефоа,Шеффуа,谢富瓦		52	85	851	85067
3025642	Cheffes	cheffes	FR	49125	874	Europe/Paris	47.61667	-0.5		Cheffes		52	49	491	49090
3025643	Chef-du-Pont	chef-du-pont	FR	50480	769	Europe/Paris	49.38476	-1.34368		Chef-du-Pont		28	50	502	50523
3025646	Chef-Boutonne	chef-boutonne	FR	79110	2434	Europe/Paris	46.10922	-0.07005		Chef-Boutonne,Shef Buton,Shef-Butonn,xie fu bu tuo ne,Шеф Бутон,Шеф-Бутонн,謝夫布托訥		75	79	792	79083
3025648	Chédigny	chedigny	FR	37310	458	Europe/Paris	47.20988	0.99949		Chedigny,Chédigny,Shedin'i,Shedini,xie di ni,Шедињи,Шедіньї,谢迪尼		24	37	373	37066
3025650	Chécy	checy	FR	45430	7655	Europe/Paris	47.89402	2.02304		Checy,Checy-lez-Orleans,Chécy,Chécy-lez-Orléans,Shesi,xie xi,Шеси,Шесі,谢西		24	45	452	45089
3025654	Chazot	chazot	FR	25430	130	Europe/Paris	47.32533	6.54425				27	25	252	25145
3025656	Chazilly	chazilly	FR	21320	119	Europe/Paris	47.18226	4.58155		Chazilly		27	21	211	21164
3025657	Chazey-sur-Ain	chazey-sur-ain	FR	01150	1305	Europe/Paris	45.893	5.25352		Chazey		84	01	011	01099
3025658	Chazey-Bons	chazey-bons	FR	01300	724	Europe/Paris	45.80403	5.68236		Chazey,Chazey-Bons		84	01	011	01098
3025660	Chazeuil	chazeuil	FR	21260	225	Europe/Paris	47.5597	5.27142		Chazeuil		27	21	212	21163
3025661	Chazeuil	chazeuil	FR	21260	51	Europe/Paris	47.27543	3.40143		Chazeuil		27	58	582	58070
3025662	Chazeuil	chazeuil	FR	21260	0	Europe/Paris	46.33138	3.38769		Chaseuil,Chazeuil		84	03	033	03298
3025663	Chazé-sur-Argos	chaze-sur-argos	FR	49500	883	Europe/Paris	47.6172	-0.89249		Chaze,Chaze-sur-Argos,Chazé,Chazé-sur-Argos,Shaze sir Argos,Shaze-sjur-Argo,a er ge he pan sha ze,Шазе сир Аргос,Шазе-сюр-Арго,阿尔戈河畔沙泽		52	49	494	49089
3025665	Chazemais	chazemais	FR	03370	400	Europe/Paris	46.48277	2.52556		Chazemais		84	03	031	03072
3025668	Chazelles-sur-Lyon	chazelles-sur-lyon	FR	42140	4911	Europe/Paris	45.63779	4.3889		Chazelles,Chazelles-la-Victoire,Chazelles-sur-Lyon,Shazel sir Lion,Shazel'-sjur-Lion,li weng he pan sha ze lai,Шазел сир Лион,Шазель-сюр-Ліон,利翁河畔沙泽莱		84	42	421	42059
3025669	Chazelles-sur-Lavieu	chazelles-sur-lavieu	FR	42560	183	Europe/Paris	45.53933	4.00128		Chazelles,Chazelles-sur-Lavieu		84	42	421	42058
3025670	Chazelles-sur-Albe	chazelles-sur-albe	FR	54450	0	Europe/Paris	48.58947	6.77829		Chazelles,Chazelles-sur-Albe		44	54	542	54124
3025671	Chazelles	chazelles	FR	15500	0	Europe/Paris	47.78452	3.43476				27	89	891	89228
3025672	Chazelles	chazelles	FR	15500	115	Europe/Paris	46.40466	5.3439		Chazelles		27	39	392	39378
3025673	Chazelles	chazelles	FR	15500	1440	Europe/Paris	45.64746	0.36723		Chazelles		75	16	161	16093
3025674	Chazelles	chazelles	FR	15500	45	Europe/Paris	45.10373	3.33634		Chazelles		84	15	153	15048
3025675	Chazelles	chazelles	FR	15500	0	Europe/Paris	45.01929	3.48818		Chazelles		84	43	431	43068
3025678	Chazelet	chazelet	FR	36170	147	Europe/Paris	46.50991	1.44324		Chazelet,Shazle,sha ze lei,Шазле,沙泽勒		24	36	361	36049
3025679	Chazelet	chazelet	FR	36170	0	Europe/Paris	45.18158	3.31832				84	43	431	43133
3025681	Chazé-Henry	chaze-henry	FR	49420	1000	Europe/Paris	47.75267	-1.11156		Chaze-Henry,Chazé-Henry,Shaze Anri,Shaze-Anri,sha ze ang li,Шазе Анри,Шазе-Анрі,沙泽昂里		52	49	494	49248
3025683	Chazeaux	chazeaux	FR	07110	0	Europe/Paris	45.65	4				84	42	421	42054
3025684	Chazeaux	chazeaux	FR	07110	0	Europe/Paris	45.09637	4.1139				84	43	433	43268
3025685	Chazeaux	chazeaux	FR	07110	0	Europe/Paris	44.85601	4.01179				84	43	432	43231
3025686	Chazeaux	chazeaux	FR	07110	0	Europe/Paris	44.82369	3.7172				76	48	482	48139
3025687	Chazeaux	chazeaux	FR	07110	109	Europe/Paris	44.59459	4.30632		Chazeaux		84	07	071	07062
3025692	Chazay-d'Azergues	chazay-d-azergues	FR	69380	0	Europe/Paris	45.87583	4.71306		Chazay,Chazay-d'Azergues,Chazay-d’Azergues		84	69	692	69052
3025700	Chay	chay	FR	25440	149	Europe/Paris	47.03596	5.85992		Chay		27	25	251	25143
3025703	Chavroches	chavroches	FR	03220	258	Europe/Paris	46.35439	3.58726		Chavroches		84	03	033	03071
3025704	Chavoy	chavoy	FR	50870	78	Europe/Paris	48.72707	-1.33459		Chavoy		28	50	501	50126
3025705	Chavot-Courcourt	chavot-courcourt	FR	51530	371	Europe/Paris	49.00452	3.92987		Chavot,Chavot-Courcourt,Shavo Kurkur,Shavo-Kurkur,sha wo ku er ku er,Шаво Куркур,Шаво-Куркур,沙沃库尔库尔		44	51	512	51142
3025707	Chavornay	chavornay	FR	01510	194	Europe/Paris	45.88248	5.71589				84	01	011	01453
3025709	Chavonne	chavonne	FR	02370	185	Europe/Paris	49.40512	3.57071		Chavonne		32	02	024	02176
3025712	Chavin	chavin	FR	36200	302	Europe/Paris	46.56153	1.61115		Chavin		24	36	362	36048
3026104	Châtenet	chatenet	FR	17210	0	Europe/Paris	46.19277	1.33333				75	87	871	87133
3025715	Chaville	chaville	FR	92370	18735	Europe/Paris	48.80565	2.18864		Cativilla,Chaville,Shavil,Shavil',sha wei er,shavu~iru,Шавил,Шавиль,Шавіль,シャヴィル,沙维尔		11	92	923	92022
3025716	Chaville	chaville	FR	92370	0	Europe/Paris	46.32231	2.7461				84	03	031	03052
3025717	Chavigny-Bailleul	chavigny-bailleul	FR	27220	482	Europe/Paris	48.88813	1.20108		Chavigny-Bailleul		28	27	273	27154
3025718	Chavigny	chavigny	FR	02880	156	Europe/Paris	49.4256	3.30535		Chavigny		32	02	024	02175
3025719	Chavigny	chavigny	FR	02880	1673	Europe/Paris	48.62899	6.12317		Chavigny		44	54	543	54123
3025720	Chavignon	chavignon	FR	02000	798	Europe/Paris	49.47929	3.52214		Chavignon		32	02	024	02174
3025724	Chaveyriat	chaveyriat	FR	01660	891	Europe/Paris	46.19783	5.06057		Chaveyriat		84	01	012	01096
3025726	Chaveroche	chaveroche	FR	19200	146	Europe/Paris	45.57421	2.25715		Chaveroche		75	19	193	19053
3025727	Chavéria	chaveria	FR	39270	175	Europe/Paris	46.50691	5.5683		Chaveria,Chavéria		27	39	392	39134
3025728	Chavenon	chavenon	FR	03440	164	Europe/Paris	46.41389	2.94649		Chavenon		84	03	031	03070
3025729	Chavannes	chavannes	FR	18190	0	Europe/Paris	46.85	2.38333				24	18	182	18063
3025731	Chavençon	chavencon	FR	60240	118	Europe/Paris	49.18729	1.99401		Chavencon,Chavençon		32	60	601	60144
3025732	Chavenay	chavenay	FR	78450	1850	Europe/Paris	48.85437	1.99163		Chavenay,Shavene,Shavne,Шавене,Шавне		11	78	783	78152
3025733	Chavenat	chavenat	FR	16320	191	Europe/Paris	45.45	0.16667		Chavenat,Shavena,Shavna,sha wei na,Шавена,Шавна,沙韦纳		75	16	161	16082
3025734	Chavelot	chavelot	FR	88150	1514	Europe/Paris	48.23459	6.43809		Chavelot		44	88	881	88099
3025736	Chaveignes	chaveignes	FR	37120	553	Europe/Paris	47.0384	0.34973		Chaveignes		24	37	371	37065
3025737	Chavaroux	chavaroux	FR	63720	318	Europe/Paris	45.85099	3.25946		Chavaroux		84	63	634	63107
3025741	Chavanoz	chavanoz	FR	38230	4265	Europe/Paris	45.76846	5.18808		Chavanoz,Shavano,Shavanoz,sha wa nuo,Шавано,Шаваноз,沙瓦诺		84	38	382	38097
3025745	Chavanod	chavanod	FR	74650	2226	Europe/Paris	45.89005	6.03928		Cavannodum,Chavanod,Chavanôd,Shavano,Шавано		84	74	741	74067
3025746	Chavannes-sur-Suran	chavannes-sur-suran	FR	01250	529	Europe/Paris	46.26351	5.42798		Chavannes,Chavannes-sur-Suran,Chavannes-sur-Surand		84	01	012	01095
3025747	Chavannes-sur-Reyssouze	chavannes-sur-reyssouze	FR	01190	639	Europe/Paris	46.43112	4.99661		Chavannes,Chavannes-sur-Reyssouze		84	01	012	01094
3025748	Chavannes-sur-l'Étang	chavannes-sur-l-etang	FR	68210	0	Europe/Paris	47.63226	7.02551		Chavannes-sur-l'Etang,Chavannes-sur-l'Étang		44	68	681	68065
3025749	Chavannes-les-Grands	chavannes-les-grands	FR	90100	303	Europe/Paris	47.59107	7.04715		Chavannes-les-Grandes,Chavannes-les-Grands		27	90	901	90025
3025750	Chavannes	chavannes	FR	18190	0	Europe/Paris	48.47314	1.46736				24	28	281	28209
3025751	Chavannes	chavannes	FR	18190	0	Europe/Paris	47.10817	-0.22316				52	49	493	49253
3025752	Chavannes	chavannes	FR	18190	426	Europe/Paris	45.08333	4.85		Chavannes		84	26	263	26092
3025753	Chavanne	chavanne	FR	70400	209	Europe/Paris	47.55831	6.65801		Chavanne		27	70	701	70147
3025754	Chavanne	chavanne	FR	70400	0	Europe/Paris	45.49084	4.48549				84	42	423	42207
3025755	Chavannaz	chavannaz	FR	74270	150	Europe/Paris	46.053	6.0135		Chavannaz		84	74	743	74066
3025756	Chavaniac-Lafayette	chavaniac-lafayette	FR	43230	343	Europe/Paris	45.15863	3.58043		Chateau Chavagnac-Lafayette,Chavaniac,Chavaniac-Lafayette,Château Chavagnac-Lafayette		84	43	431	43067
3025758	Chavanges	chavanges	FR	10330	703	Europe/Paris	48.50899	4.57598				44	10	101	10094
3025760	Chavanay	chavanay	FR	42410	2330	Europe/Paris	45.41647	4.72602		Chavanay		84	42	423	42056
3025761	Chavanatte	chavanatte	FR	90100	150	Europe/Paris	47.57978	7.067		Chavanatte		27	90	901	90024
3025762	Chavanat	chavanat	FR	23250	127	Europe/Paris	45.95353	1.96421		Chavanat		75	23	232	23060
3025763	Chavanac	chavanac	FR	19290	61	Europe/Paris	45.62475	2.09413		Chavanac		75	19	193	19052
3025768	Chavaignes	chavaignes	FR	49490	99	Europe/Paris	47.54074	0.03698		Chavaignes,Shaven,Shaven',sha wei gai,Шавень,Шавењ,沙韦盖		52	49	493	49228
3025771	Chavagnes-les-Redoux	chavagnes-les-redoux	FR	85390	785	Europe/Paris	46.71671	-0.91927		Chavagnes,Chavagnes-les-Redoux		52	85	851	85066
3025772	Chavagnes-en-Paillers	chavagnes-en-paillers	FR	85250	3168	Europe/Paris	46.8925	-1.25193		Chavagnes,Chavagnes-en-Paillers,Shavan an Paje,Shavan'-an-Pae,pei lai er de qu sha wa ge,Шавань-ан-Пає,Шавањ ан Паје,佩莱尔地区沙瓦格		52	85	852	85065
3025773	Chavagnes	chavagnes	FR	49380	821	Europe/Paris	47.26993	-0.45479		Chavagnes,Chavagnes-les-Eaux,Shavan',Shavane,sha wa gai,Шавань,Шавање,沙瓦盖		52	49	491	49086
3025774	Chavagne	chavagne	FR	35310	3378	Europe/Paris	48.05366	-1.7877		Cavana,Chavagne,Kavan,Shavan,Shavan',sha wa ni,Шавань,Шавањ,沙瓦尼		53	35	353	35076
3025775	Chavagné	chavagne	FR	35310	0	Europe/Paris	46.3392	-0.32082				75	79	792	79048
3025777	Chavagnac	chavagnac	FR	15300	0	Europe/Paris	45.86975	0.41881				75	16	163	16068
3025778	Chavagnac	chavagnac	FR	15300	0	Europe/Paris	45.31667	2.45				84	15	152	15223
3025779	Chavagnac	chavagnac	FR	15300	0	Europe/Paris	45.27872	3.13726				84	15	153	15013
3025780	Chavagnac	chavagnac	FR	15300	0	Europe/Paris	45.15195	3.84759				84	43	432	43216
3025781	Chavagnac	chavagnac	FR	15300	0	Europe/Paris	45.15322	2.88191		Chavagnac		84	15	153	15141
3025782	Chavagnac	chavagnac	FR	15300	337	Europe/Paris	45.08935	1.37279		Chavagnac		75	24	244	24117
3025783	Chavagnac	chavagnac	FR	15300	0	Europe/Paris	44.99775	4.36637				84	07	073	07204
3025784	Chavagnac	chavagnac	FR	15300	0	Europe/Paris	44.3225	4.12253				76	30	301	30120
3025786	Chauzon	chauzon	FR	07120	312	Europe/Paris	44.48537	4.36019		Chauzon		84	07	071	07061
3025788	Chaux-Champagny	chaux-champagny	FR	39110	0	Europe/Paris	46.9	5.88333		Chaux		27	39	391	39133
3025789	Chaux-lès-Port	chaux-les-port	FR	70170	130	Europe/Paris	47.71518	6.03633		Chaux,Chaux-les-Port,Chaux-lès-Port		27	70	702	70146
3025790	Chaux-lès-Passavant	chaux-les-passavant	FR	25530	149	Europe/Paris	47.2358	6.35817		Chaux,Chaux-les-Passavant,Chaux-lez-Passavant,Chaux-lès-Passavant		27	25	253	25141
3025791	Chaux-lès-Clerval	chaux-les-clerval	FR	25340	182	Europe/Paris	47.38247	6.50907		Chaux,Chaux-les-Clerval,Chaux-lez-Clerval,Chaux-lès-Clerval		27	25	252	25156
3025792	Les Terres-de-Chaux	les-terres-de-chaux	FR	25190	0	Europe/Paris	47.31667	6.73333		Chaux,Chaux-les-Chatillon,Chaux-lès-Châtillon		27	25	252	25138
3025793	Chaux-la-Lotière	chaux-la-lotiere	FR	70190	299	Europe/Paris	47.3826	5.98025		Chaux,Chaux-la-Lotiere,Chaux-la-Lotière		27	70	702	70145
3025795	Chaux-des-Prés	chaux-des-pres	FR	39150	170	Europe/Paris	46.50826	5.8673		La Chaux-des-Pres,La Chaux-des-Prés		27	39	393	39130
3025796	Chaux-des-Crotenay	chaux-des-crotenay	FR	39150	388	Europe/Paris	46.65786	5.96666		Chaux,Chaux-des-Crotenay,Sho de Krotne,Sho-de-Krotene,shao dai ke luo te nai,Шо де Кротне,Шо-де-Кротене,绍代克罗特奈		27	39	392	39129
3025799	Chaux	chaux	FR	21700	991	Europe/Paris	47.7153	6.83519		Chaux		27	90	901	90023
3025800	Chaux	chaux	FR	21700	363	Europe/Paris	47.12924	4.90495		Chaux		27	21	211	21162
3025801	Chaux	chaux	FR	21700	0	Europe/Paris	46.09956	2.99737				84	63	634	63344
3025803	Chauvry	chauvry	FR	95560	301	Europe/Paris	49.05443	2.26691		Chauvry,Shovri,shao fu li,Шоври,Шоврі,绍夫里		11	95	953	95151
3025804	Chauvoncourt	chauvoncourt	FR	55300	472	Europe/Paris	48.89953	5.52482		Chauvoncourt		44	55	552	55111
3025805	Chauvirey-le-Vieil	chauvirey-le-vieil	FR	70500	37	Europe/Paris	47.78498	5.75607		Chauvirey-le-Vieil,Shovire le Vjej,Shovire-le-V'ej,Shovire-le-Vej,Шовире ле Вјеј,Шовире-ле-Вьей,Шовіре-ле-Вєй		27	70	702	70144
3025806	Chauvirey-le-Châtel	chauvirey-le-chatel	FR	70500	152	Europe/Paris	47.79143	5.75357		Chauvirey-le-Chatel,Chauvirey-le-Châtel		27	70	702	70143
3025807	Chauvincourt-Provemont	chauvincourt-provemont	FR	27150	306	Europe/Paris	49.28333	1.63333				28	27	271	27153
3025808	Chauvigny-du-Perche	chauvigny-du-perche	FR	41270	255	Europe/Paris	47.95701	1.07984		Chauvigny,Chauvigny-du-Perche		24	41	412	41048
3025809	Chauvigny	chauvigny	FR	86300	7526	Europe/Paris	46.56979	0.64346		Calviniacum,Chauvigny,Shovin'i,Shovini,shao wei ni,Шовињи,Шовіньї,绍维尼		75	86	863	86070
3025810	Chauvigné	chauvigne	FR	35490	685	Europe/Paris	48.37665	-1.46081		Chauvigne,Chauvigné,Kelvinieg		53	35	351	35075
3025821	Chauvency-Saint-Hubert	chauvency-saint-hubert	FR	55600	211	Europe/Paris	49.53448	5.29964		Chauvency-Saint-Hubert		44	55	553	55110
3025822	Chauvency-le-Château	chauvency-le-chateau	FR	55600	247	Europe/Paris	49.51976	5.30736		Chauvency-le-Chateau,Chauvency-le-Château		44	55	553	55109
3025826	Chauvé	chauve	FR	44320	1822	Europe/Paris	47.15199	-1.98666		Calva,Chauve,Chauvé,Haxo-les-Landes,Kalveg,Shove,shao wei,Шове,绍韦		52	44	443	44038
3025830	Chauvac-Laux-Montaux	chauvac-laux-montaux	FR	26510	50	Europe/Paris	44.31667	5.51667				84	26	262	26091
3025832	Chaussy	chaussy	FR	45480	638	Europe/Paris	49.12194	1.69148		Chaussy		11	95	953	95150
3025833	Chaussy	chaussy	FR	45480	334	Europe/Paris	48.1703	1.98085		Chaussy		24	45	453	45088
3025834	Chaussoy-Epagny	chaussoy-epagny	FR	80250	642	Europe/Paris	49.73333	2.33333		Chaussoy		32	80	803	80188
3025842	Chaussin	chaussin	FR	39120	1632	Europe/Paris	46.96612	5.40791		Chaussin,Shosen,Shossen,shao sang,Шосен,Шоссен,绍桑		27	39	391	39128
3025843	Chausseterre	chausseterre	FR	42430	286	Europe/Paris	45.89703	3.78355		Chausseterre		84	42	422	42339
3025846	Chaussenans	chaussenans	FR	39800	92	Europe/Paris	46.83027	5.73022		Chaussenans		27	39	391	39127
3025847	Chaussenac	chaussenac	FR	15700	249	Europe/Paris	45.178	2.27828		Chaussenac		84	15	152	15046
3025850	Chaussan	chaussan	FR	69440	997	Europe/Paris	45.63365	4.63932		Chaussan,Chaussan-la-Montagne		84	69	691	69051
3025853	Chauriat	chauriat	FR	63117	1458	Europe/Paris	45.75127	3.27895		Chauriat		84	63	632	63106
3025854	Chauray	chauray	FR	79180	4858	Europe/Paris	46.36066	-0.37753		Chauray,Chaurraium,Shore,Шоре		75	79	792	79081
3025860	Chauny	chauny	FR	02300	13176	Europe/Paris	49.61514	3.21857		Chauny,Shoni,shao ni,Шони,Шоні,绍尼		32	02	022	02173
3025862	Chaunay	chaunay	FR	86510	1257	Europe/Paris	46.20727	0.16412		Chaunay,Shone,shao nai,Шоне,绍奈		75	86	862	86068
3025863	Chaunac	chaunac	FR	17130	61	Europe/Paris	45.36124	-0.35997		Chaunac		75	17	171	17096
3025864	Chaumuzy	chaumuzy	FR	51170	316	Europe/Paris	49.17511	3.86298		Chaumuzy		44	51	513	51140
3025866	Chaumussay	chaumussay	FR	37350	272	Europe/Paris	46.87047	0.86214		Chaumussay,Shomise,Shomjusse,shao mi sai,Шомисе,Шомюссе,绍米赛		24	37	373	37064
3025867	Chaumoux-Marcilly	chaumoux-marcilly	FR	18140	100	Europe/Paris	47.12485	2.77772		Chaumoux,Chaumoux-Marcilly		24	18	181	18061
3025870	Chaumousey	chaumousey	FR	88390	799	Europe/Paris	48.17333	6.33462		Chaumousey		44	88	881	88098
3025873	Chaumot	chaumot	FR	58800	632	Europe/Paris	48.08027	3.21835		Chaumot		27	89	893	89094
3025874	Chaumot	chaumot	FR	58800	171	Europe/Paris	47.25583	3.64179		Chaumot		27	58	582	58069
3025875	Chaumont-sur-Tharonne	chaumont-sur-tharonne	FR	41600	1108	Europe/Paris	47.61039	1.90514		Chaumont,Chaumont-sur-Tharonne,Shomon sir Taron,Shomon-sjur-Taronn,ta luo ne he pan shao meng,Шомон сир Тарон,Шомон-сюр-Таронн,塔罗讷河畔绍蒙		24	41	413	41046
3025876	Chaumont-sur-Loire	chaumont-sur-loire	FR	41150	1063	Europe/Paris	47.48108	1.18929		Chaumont,Chaumont-sur-Loire,Shomon na Loari,Shomon-sjur-Luar,lu wa er he pan shao meng,shomon=shuru=rowaru,Шомон на Лоари,Шомон-сюр-Луар,ショーモン＝シュル＝ロワール,卢瓦尔河畔绍蒙		24	41	411	41045
3025877	Chaumont-sur-Aire	chaumont-sur-aire	FR	55260	157	Europe/Paris	48.92729	5.25823		Chaumont,Chaumont-sur-Aire		44	55	551	55108
3025878	Chaumont-Porcien	chaumont-porcien	FR	08220	477	Europe/Paris	49.65057	4.25077		Chaumont-Porcien		44	08	082	08113
3025879	Chaumont-le-Bois	chaumont-le-bois	FR	21400	103	Europe/Paris	47.92526	4.57845		Chaumont,Chaumont-le-Bois		27	21	213	21161
3025880	Chaumont-la-Ville	chaumont-la-ville	FR	52150	110	Europe/Paris	48.14556	5.65036		Chaumont,Chaumont-la-Ville		44	52	521	52122
3025881	Chaumont-en-Vexin	chaumont-en-vexin	FR	60240	3089	Europe/Paris	49.26595	1.88597		Chaumont,Chaumont-en-Vexin,Shomon-an-Veksen,Shomont an Veksen,Shomont-an-Veksen,wei ke sang de qu shao meng,Шомон-ан-Вексен,Шомонт ан Вексен,Шомонт-ан-Вексен,韦克桑地区绍蒙		32	60	601	60143
3025882	Chaumontel	chaumontel	FR	95270	3278	Europe/Paris	49.1247	2.43237		Chaumontel,Shomontel,Shomontel',shao meng te er,Шомонтел,Шомонтель,绍蒙特尔		11	95	952	95149
3025883	Chaumont-devant-Damvillers	chaumont-devant-damvillers	FR	55150	35	Europe/Paris	49.3073	5.42654		Chaumont,Chaumont-devant-Damvillers		44	55	553	55107
3025884	Chaumont-d'Anjou	chaumont-d-anjou	FR	49140	0	Europe/Paris	47.53997	-0.28213		Chaumont,Chaumont-d'Anjou		52	49	491	49163
3025889	Chaumont	chaumont	FR	18350	0	Europe/Paris	49.65175	0.39374				28	76	762	76143
3025890	Chaumont	chaumont	FR	18350	146	Europe/Paris	48.83509	0.325		Shomon,Шомон		28	61	613	61103
3025891	Chaumont	chaumont	FR	18350	612	Europe/Paris	48.32189	3.10577		Chaumont,Shomon,Шомон		27	89	893	89093
3025892	Chaumont	chaumont	FR	18350	28981	Europe/Paris	48.11121	5.14134		Chaumant,Chaumont,Chaumont Enbassigby,Chaumont-en-Bassigny,Shomon,XCW,shomon,Шомон,ショーモン	52	44	52	521	52121
3025893	Chaumont	chaumont	FR	18350	48	Europe/Paris	46.84525	2.75335		Chaumont,Shomon,Шомон		24	18	182	18060
3025894	Chaumont	chaumont	FR	18350	0	Europe/Paris	46.38714	5.88378		Chaumont		27	39	393	39478
3025895	Chaumont	chaumont	FR	18350	0	Europe/Paris	46.37372	2.87857				84	03	031	03256
3025896	Chaumont	chaumont	FR	18350	422	Europe/Paris	46.03561	5.95702		Chaumont,Shomon,Шомон		84	74	743	74065
3025897	Chaumont	chaumont	FR	18350	0	Europe/Paris	45.76667	2.03333				75	23	231	23090
3025898	Chaumont	chaumont	FR	18350	0	Europe/Paris	45.49894	4.98079				84	38	383	38160
3025899	Chaumont	chaumont	FR	18350	0	Europe/Paris	45.3108	3.96291				84	43	433	43034
3025900	Chaumont	chaumont	FR	18350	0	Europe/Paris	45.21064	1.49834				75	19	191	19274
3025901	Chaumont	chaumont	FR	18350	0	Europe/Paris	45.15414	1.0082				75	24	244	24004
3025909	Chaumesnil	chaumesnil	FR	10500	82	Europe/Paris	48.35963	4.59606		Chaumesnil		44	10	101	10093
3025910	Chaumes-en-Brie	chaumes-en-brie	FR	77390	3100	Europe/Paris	48.66853	2.84015		Chaumes,Chaumes-en-Brie		11	77	772	77107
3025914	Chaumergy	chaumergy	FR	39230	443	Europe/Paris	46.84621	5.47815		Chaumergy		27	39	392	39124
3025916	Chaumercenne	chaumercenne	FR	70140	141	Europe/Paris	47.29977	5.62869		Chaumercenne		27	70	702	70142
3025918	Chaume-lès-Baigneux	chaume-les-baigneux	FR	21450	87	Europe/Paris	47.62762	4.58238		Chaume,Chaume-les-Baigneux,Chaume-lès-Baigneux		27	21	213	21160
3025923	Chaumeil	chaumeil	FR	19390	0	Europe/Paris	45.57673	2.00051				75	19	193	19160
3025924	Chaumeil	chaumeil	FR	19390	0	Europe/Paris	45.45636	1.88176		Chaumeil		75	19	193	19051
3025932	Chaume-et-Courchamp	chaume-et-courchamp	FR	21610	134	Europe/Paris	47.56667	5.35		Chaume-les-Fontaine,Chaume-lès-Fontaine		27	21	212	21158
3025939	Chaumard	chaumard	FR	58120	219	Europe/Paris	47.14428	3.91274		Chaumard		27	58	581	58068
3025941	Chaum	chaum	FR	31440	199	Europe/Paris	42.93789	0.65562		Chaum		76	31	312	31139
3025942	Chaulnes	chaulnes	FR	80320	1957	Europe/Paris	49.81699	2.80064		Chaulnes,Chonne,Shol'n,Sholn,shao ne,Шолн,Шольн,绍讷		32	80	804	80186
3025943	Chaulhac	chaulhac	FR	48140	84	Europe/Paris	44.92237	3.25733		Chaulhac		76	48	482	48046
3025944	Chaulgnes	chaulgnes	FR	58400	1273	Europe/Paris	47.12889	3.10348		Chaulgnes		27	58	584	58067
3025947	Chaugey	chaugey	FR	21290	13	Europe/Paris	47.75212	4.95026		Chaugey		27	21	213	21157
3025949	Chaufour-Notre-Dame	chaufour-notre-dame	FR	72550	911	Europe/Paris	48.02524	0.07595		Chauffour,Chauffour-Notre-Dame,Chaufour,Chaufour-Notre-Dame		52	72	723	72073
3025950	Chaufour-lès-Bonnières	chaufour-les-bonnieres	FR	78270	0	Europe/Paris	49.01667	1.48333		Chaufour,Chaufour-les-Bonnieres,Chaufour-lez Bonnieres,Chaufour-lez Bonnières,Chaufour-lès-Bonnières,Shofor le Bonijer,Shofur-le-Bon'er,Шофор ле Бонијер,Шофур-ле-Боньер,Шофур-ле-Боньєр		11	78	781	78147
3025955	Chauffry	chauffry	FR	77169	932	Europe/Paris	48.81134	3.1813		Chauffry		11	77	771	77106
3025956	Chauffourt	chauffourt	FR	52140	200	Europe/Paris	47.97435	5.43155		Chauffourt		44	52	522	52120
3025957	Chauffour-sur-Vell	chauffour-sur-vell	FR	19500	361	Europe/Paris	45.01891	1.66491		Chauffour,Chauffour-sur-Vell		75	19	191	19050
3025958	Chauffours	chauffours	FR	28120	304	Europe/Paris	48.39531	1.3464		Chauffours,Chaufours		24	28	281	28095
3025959	Chauffour-lès-Étréchy	chauffour-les-etrechy	FR	91580	126	Europe/Paris	48.50407	2.16957		Chauffour,Chauffour-les-Etrechy,Chauffour-lès-Etréchy,Chauffour-lès-Étréchy,Shoffur-lez-Etreshi,Shofur lez Etreshi,shao fu lai ai te lei xi,Шофур лез Етреши,Шоффур-лез-Етреши,Шоффур-лез-Етреші,绍富莱埃特雷希		11	91	911	91148
3025960	Chauffour-lès-Bailly	chauffour-les-bailly	FR	10110	107	Europe/Paris	48.19478	4.32891		Chauffour,Chauffour-les-Bailly,Chauffour-lès-Bailly		44	10	103	10092
3025962	Chauffecourt	chauffecourt	FR	88500	32	Europe/Paris	48.33261	6.15025		Chauffecourt		44	88	882	88097
3025964	Chauffayer	chauffayer	FR	05800	355	Europe/Paris	44.75509	6.00926		Chauffaver,Chauffayer		93	05	052	05039
3025965	Chauffailles	chauffailles	FR	71170	4184	Europe/Paris	46.20726	4.33932		Chauffailles,Shofaj,Shoffaj,Шофај,Шоффай		27	71	713	71120
3025969	Chaudun	chaudun	FR	02200	282	Europe/Paris	49.31786	3.26524		Chaudun		32	02	024	02172
3025970	Chaudun	chaudun	FR	02200	0	Europe/Paris	44.64315	6.02086				93	05	052	05061
3025972	Chaudron-en-Mauges	chaudron-en-mauges	FR	49110	1497	Europe/Paris	47.28809	-0.98547		Chaudron,Chaudron-en-Mauges,Shodron an Mozh,Shodron-an-Mozh,mo re de qu shao de long,Шодрон ан Мож,Шодрон-ан-Мож,莫热地区绍德龙		52	49	492	49218
3025973	Chaudrey	chaudrey	FR	10240	146	Europe/Paris	48.50334	4.2747		Chaudrey		44	10	103	10091
3025975	Chaudon	chaudon	FR	28210	138	Europe/Paris	43.99572	6.33213		Chaudon,Chaudon e Noranta,Chaudon-Norante,Shodon Norant,Shodon-Norant,shao dong nuo lang te,Шодон Норант,Шодон-Норант,绍东诺朗特		93	04	042	04055
3025976	Chaudon	chaudon	FR	28210	1461	Europe/Paris	48.66276	1.4967		Chaudon		24	28	283	28094
3025977	Chaudon	chaudon	FR	28210	0	Europe/Paris	44.40169	6.49065		Chaudon,Chaudon-Norante		93	04	041	04161
3025980	Chaudeyrolles	chaudeyrolles	FR	43430	147	Europe/Paris	44.95035	4.20293		Chaudeyrolles		84	43	432	43066
3025981	Chaudeyrac	chaudeyrac	FR	48170	0	Europe/Paris	44.94086	3.8247				84	43	432	43042
3025982	Chaudeyrac	chaudeyrac	FR	48170	303	Europe/Paris	44.65998	3.75693		Chaudeyrac		76	48	482	48045
3025983	Chaudes-Aigues	chaudes-aigues	FR	15110	1012	Europe/Paris	44.85455	3.00406		Chaldasaigas,Chaudes-Aigues,Shod-Eg,Shodez Eg,Shodz-Ehg,shao dai ai gai,shodo=zegu,Шод-Ег,Шодез Ег,Шодз-Эг,ショード＝ゼーグ,绍代艾盖		84	15	153	15045
3026100	Châtenois	chatenois	FR	39700	3584	Europe/Paris	48.27201	7.40109		Chatenois,Châtenois,Kestenholz		44	67	675	67073
3025984	Chaudeney-sur-Moselle	chaudeney-sur-moselle	FR	54200	675	Europe/Paris	48.65272	5.90702		Chaudenay,Chaudeney,Chaudeney-sur-Moselle		44	54	544	54122
3025985	Chaudenay-le-Château	chaudenay-le-chateau	FR	21360	37	Europe/Paris	47.17726	4.64488		Chaudenay-la-Roche,Chaudenay-le-Chateau,Chaudenay-le-Château,Choudenay-la-Chapelle		27	21	211	21156
3025986	Chaudenay-la-Ville	chaudenay-la-ville	FR	21360	21	Europe/Paris	47.16357	4.64905		Chaudenay-la-Montagne,Chaudenay-la-Ville		27	21	211	21155
3025987	Chaudenay	chaudenay	FR	52600	298	Europe/Paris	47.82438	5.50125		Chaudenay		44	52	522	52119
3025988	Chaudenay	chaudenay	FR	52600	847	Europe/Paris	46.91667	4.78619		Chaudenay		27	71	712	71119
3025991	Chaudefontaine	chaudefontaine	FR	25640	318	Europe/Paris	49.09903	4.87047		Chaudefontaine		44	51	511	51139
3025992	Chaudefontaine	chaudefontaine	FR	25640	215	Europe/Paris	47.33921	6.15972		Chaudefontaine		27	25	251	25368
3025993	Chaudefonds-sur-Layon	chaudefonds-sur-layon	FR	49290	834	Europe/Paris	47.32508	-0.70693		Chaudefonds,Chaudefonds-sur-Layon,Shodfon-sjur-Lejon,Shodfond sir Lajon,lai weng he pan shao dai feng de,Шодфон-сюр-Лейон,Шодфонд сир Лајон,莱翁河畔绍代丰德		52	49	491	49082
3025994	Chaudebonne	chaudebonne	FR	26110	67	Europe/Paris	44.46656	5.2443		Chaudebonne		84	26	262	26089
3025995	Chaudardes	chaudardes	FR	02160	83	Europe/Paris	49.3913	3.79095		Chaudardes		32	02	022	02171
3026002	Chauconin-Neufmontiers	chauconin-neufmontiers	FR	77124	1770	Europe/Paris	48.96667	2.85		Shokonen Nefmontje,Shokonen-Nefmont'e,Шоконен Нефмонтје,Шоконен-Нефмонтье,Шоконен-Нефмонтьє		11	77	771	77335
3026003	Chauchigny	chauchigny	FR	10170	255	Europe/Paris	48.42175	3.96989		Chauchigny		44	10	102	10090
3026005	Chauché	chauche	FR	85140	2055	Europe/Paris	46.82948	-1.2734		Chauche,Chauché		52	85	852	85064
3026006	Chauchailles	chauchailles	FR	48310	103	Europe/Paris	44.79537	3.08341		Chauchailles		76	48	482	48044
3026007	Chaucenne	chaucenne	FR	25170	567	Europe/Paris	47.28426	5.89801		Chaucenne		27	25	251	25136
3026008	Chatuzange-le-Goubet	chatuzange-le-goubet	FR	26300	4278	Europe/Paris	45.00359	5.09079		Chatuzange,Chatuzange-le-Goubet		84	26	263	26088
3026013	Chatte	chatte	FR	38160	2787	Europe/Paris	45.14248	5.28224		Chatte		84	38	381	38095
3026014	Chattancourt	chattancourt	FR	55100	180	Europe/Paris	49.21813	5.26793		Chattancourt		44	55	553	55106
3026018	Châtrices	chatrices	FR	51800	39	Europe/Paris	49.03856	4.93804		Chatrices,Châtrices		44	51	511	51138
3026019	Châtres-sur-Cher	chatres-sur-cher	FR	41320	1173	Europe/Paris	47.26505	1.90591		Chatres,Chatres-sur-Cher,Chátres,Châtres-sur-Cher,Shatr sir Sher,Shatr-sjur-Sher,xie he pan sha te lei,Шатр сир Шер,Шатр-сюр-Шер,谢河畔沙特雷		24	41	413	41044
3026020	Châtres-la-Forêt	chatres-la-foret	FR	53600	682	Europe/Paris	48.13333	-0.43052		Chatres,Chatres-la-Foret,Châtres,Châtres-la-Forêt		52	53	533	53097
3026022	Châtres	chatres	FR	10510	609	Europe/Paris	48.71015	2.80969		Chatres,Châtres		11	77	773	77104
3026023	Châtres	chatres	FR	10510	595	Europe/Paris	48.50097	3.84822		Chatres,Châtres		44	10	102	10089
3026024	Châtres	chatres	FR	10510	0	Europe/Paris	46.76752	1.87457				24	36	362	36211
3026025	Châtres	chatres	FR	10510	169	Europe/Paris	45.18477	1.19686		Chatres,Châtres		75	24	244	24116
3026033	Chatou	chatou	FR	78400	30091	Europe/Paris	48.8898	2.15863		Chatou,Shatu,shato~u,shtw,syatu,Шату,شتو,シャトゥー,샤투		11	78	783	78146
3026035	Chatonrupt-Sommermont	chatonrupt-sommermont	FR	52300	306	Europe/Paris	48.48333	5.11667				44	52	523	52118
3026038	Chatonnay	chatonnay	FR	38440	52	Europe/Paris	46.4249	5.54492		Chatonnay-sur-Valouze		27	39	392	39290
3026039	Châtonnay	chatonnay	FR	38440	1716	Europe/Paris	45.48734	5.21168		Chatonnay,Châtonnay		84	38	383	38094
3026043	Châtin	chatin	FR	58120	118	Europe/Paris	47.09703	3.87345		Chatin,Châtin		27	58	581	58066
3026044	Châtillon-sur-Thouet	chatillon-sur-thouet	FR	79200	2904	Europe/Paris	46.66256	-0.23855		Chatillon,Chatillon-sur-Thouet,Châtillon,Châtillon-sur-Thouet		75	79	793	79080
3026045	Mauléon	mauleon	FR	79700	0	Europe/Paris	46.92273	-0.74993		Chatillon,Chatillon-sur-Sevre,Châtillon,Châtillon-sur-Sèvre,Mauleon,Mauléon,Saint-Jouin-sous-Chatillon,Saint-Jouin-sous-Châtillon		75	79	791	79079
3026046	Châtillon-sur-Seine	chatillon-sur-seine	FR	21400	6939	Europe/Paris	47.85851	4.57375		Castillonum ad Sequanam,Chatillon,Chatillon-sur-Seine,Châtillon,Châtillon-sur-Seine,Shatijon na Seni,Shatijon-sjur-Sen,sai na he pan sha di long,shatiyon=shuru=senu,Шатийон-сюр-Сен,Шатијон на Сени,Шатійон-сюр-Сен,シャティヨン＝シュル＝セーヌ,塞纳河畔沙蒂隆		27	21	213	21154
3026048	Châtillon-sur-Saône	chatillon-sur-saone	FR	88410	166	Europe/Paris	47.94787	5.88467		Chatillon,Chatillon-sur-Saone,Châtillon-sur-Saône,Shatijon sir Saon,Shatijon-sjur-Son,suo na he pan sha di long,Шатийон-сюр-Сон,Шатијон сир Саон,Шатійон-сюр-Сон,索纳河畔沙蒂隆		44	88	882	88096
3026049	Châtillon-sur-Oise	chatillon-sur-oise	FR	02240	128	Europe/Paris	49.7899	3.42063		Chatillon,Chatillon-sur-Oise,Châtillon,Châtillon-sur-Oise		32	02	023	02170
3026050	Châtillon-sur-Morin	chatillon-sur-morin	FR	51310	170	Europe/Paris	48.71307	3.58054		Chatillon,Chatillon-sur-Morin,Châtillon-sur-Morin		44	51	512	51137
3026051	Châtillon-sur-Marne	chatillon-sur-marne	FR	51700	1009	Europe/Paris	49.10048	3.76023		Chatillon,Chatillon-sur-Marna,Chatillon-sur-Marne,Châtillon,Châtillon-sur-Marne,Montagne-sur-Marne,Shatijon na Marni,Shatijon-sjur-Marn,ma en he pan sha di long,Шатијон на Марни,Шатійон-сюр-Марн,马恩河畔沙蒂隆		44	51	512	51136
3026052	Châtillon-sur-Loire	chatillon-sur-loire	FR	45360	0	Europe/Paris	47.59114	2.75209		Chatillon,Chatillon-sur-Loire,Châtillon,Châtillon-sur-Loire,Shatijon na Loari,Shatijon-sjur-Luar,lu wa er he pan sha di long,Шатијон на Лоари,Шатійон-сюр-Луар,卢瓦尔河畔沙蒂隆		24	45	451	45087
3026053	Châtillon-sur-Indre	chatillon-sur-indre	FR	36700	2873	Europe/Paris	46.98735	1.17218		Chatillon,Chatillon-sur-Indre,Châtillon,Châtillon-sur-Indre,Indremont,Shatijon sir Endr,Shatijon-sjur-Ehndr,Shatijon-sjur-Endr,an de er he pan sha di long,Шатийон-сюр-Эндр,Шатијон сир Ендр,Шатійон-сюр-Ендр,安德尔河畔沙蒂隆		24	36	362	36045
3026054	Châtillon-sur-Colmont	chatillon-sur-colmont	FR	53100	986	Europe/Paris	48.33843	-0.74155		Chatillon,Chatillon-sur-Colmont,Châtillon,Châtillon-sur-Colmont		52	53	533	53064
3026102	Châtenois	chatenois	FR	39700	372	Europe/Paris	47.14724	5.55379		Chatenois,Châtenois		27	39	391	39121
3026055	Châtillon-sur-Cluses	chatillon-sur-cluses	FR	74300	1105	Europe/Paris	46.08765	6.58041		Castellio Fulciniacorum,Chatillon,Chatillon-sur-Cluses,Châtillon-sur-Cluses,Shatijon sir Kliz,Shatijon-sjur-Kljuz,Шатијон сир Клиз,Шатійон-сюр-Клюз		84	74	742	74064
3026056	Châtillon-sur-Cher	chatillon-sur-cher	FR	41130	1538	Europe/Paris	47.27571	1.49424		Chatillon,Chatillon-sur-Cher,Châtillon,Châtillon-sur-Cher		24	41	413	41043
3026101	Châtenois	chatenois	FR	39700	128	Europe/Paris	47.68358	6.31354		Chatenois,Châtenois		27	70	701	70141
3026057	Châtillon-sur-Chalaronne	chatillon-sur-chalaronne	FR	01400	4660	Europe/Paris	46.11834	4.95656		Chatillon,Chatillon-sur-Chalaronne,Châtillon,Châtillon-sur-Chalaronne,Satiyon syur Salaron,Shatijon sir Shalaron,Shatijon-sjur-Shalaron,Shatijon-sjur-Shalaronn,sha la long en he pan sha di li weng,shatylwn-swr-shalarwn,Шатийон-сюр-Шаларон,Шатијон сир Шаларон,Шатійон-сюр-Шаларонн,Շատիյոն սյուր Շալարոն,شاتيلون-سور-شالارون,沙拉龙恩河畔沙蒂利翁		84	01	012	01093
3026058	Châtillon-sur-Broué	chatillon-sur-broue	FR	51290	61	Europe/Paris	48.54593	4.70301		Chatillon		44	51	514	51135
3026061	Châtillon-sous-les-Côtes	chatillon-sous-les-cotes	FR	55400	133	Europe/Paris	49.14482	5.52364		Chatillon,Chatillon-sous-les-Cotes,Châtillon,Châtillon-sous-les-Côtes		44	55	553	55105
3026062	Châtillon-Saint-Jean	chatillon-saint-jean	FR	26750	942	Europe/Paris	45.08742	5.12958		Chatillon,Chatillon-Saint-Jean,Châtillon,Châtillon-Saint-Jean,Sant Jan dOctavion,Shatijon Sen Zhan,Shatijon-Sen-Zhan,sha di long sheng rang,Шатијон Сен Жан,Шатійон-Сен-Жан,沙蒂隆圣让		84	26	263	26087
3026063	Châtillon-lès-Sons	chatillon-les-sons	FR	02270	88	Europe/Paris	49.7585	3.68371		Chatillon,Chatillon-les-Sons,Châtillon,Châtillon-lès-Sons		32	02	022	02169
3026064	Châtillon-le-Roi	chatillon-le-roi	FR	45480	292	Europe/Paris	48.16178	2.10348		Chatillon,Chatillon-le-Roi,Châtillon,Châtillon-le-Roi,Shatijon le Roa,Shatijon-le-Rua,sha di long lai lu wa,Шатијон ле Роа,Шатійон-ле-Руа,沙蒂隆莱鲁瓦		24	45	453	45086
3026065	Châtillon-le-Duc	chatillon-le-duc	FR	25870	1926	Europe/Paris	47.30486	6.00792		Chatillon,Chatillon-le-Duc,Châtillon,Châtillon-le-Duc,Commune-du-Bellevue		27	25	251	25133
3026067	Châtillon-la-Palud	chatillon-la-palud	FR	01320	1396	Europe/Paris	45.97171	5.2529		Chatillon,Chatillon-la-Palud,Châtillon-la-Palud		84	01	012	01092
3026068	Châtillon-la-Borde	chatillon-la-borde	FR	77820	222	Europe/Paris	48.54263	2.80893		Chatillon,Chatillon-la-Borde,Châtillon,Châtillon-la-Borde		11	77	772	77103
3026069	Châtillon-Guyotte	chatillon-guyotte	FR	25640	113	Europe/Paris	47.32963	6.16882		Chatillon,Chatillon-Guyotte,Châtillon-Guyotte		27	25	251	25132
3026070	Châtillon-en-Vendelais	chatillon-en-vendelais	FR	35210	1709	Europe/Paris	48.22476	-1.17889		Chatillon,Chatillon-en-Vendelais,Châtillon,Châtillon-en-Vendelais,Kastellan-Gwennel,Shatijon an Vendele,Shatijon-an-Vandele,wang dai lai de qu sha di long,Шатийон-ан-Ванделе,Шатијон ан Венделе,Шатійон-ан-Ванделе,旺代莱地区沙蒂隆		53	35	351	35072
3026071	Châtillon-en-Dunois	chatillon-en-dunois	FR	28290	746	Europe/Paris	48.11641	1.18586		Chatillon,Chatillon-en-Dunois,Châtillon,Châtillon-en-Dunois		24	28	282	28012
3026072	Châtillon-en-Diois	chatillon-en-diois	FR	26410	588	Europe/Paris	44.69184	5.47454		Chatillon,Chatillon-en-Diois,Châtillon,Châtillon-en-Diois		84	26	261	26086
3026073	Châtillon-en-Bazois	chatillon-en-bazois	FR	58110	1070	Europe/Paris	47.05464	3.65893		Chatillon,Chatillon-en-Bazois,Chatillon-sur-Aron,Châtillon,Châtillon-en-Bazois,Châtillon-sur-Aron		27	58	581	58065
3026074	Châtillon-en-Michaille	chatillon-en-michaille	FR	01200	2668	Europe/Paris	46.1432	5.7995	520	Chatillon,Chatillon en Michaille,Châtillon,Shatijon an Mishaj,Shatijon-an-Mishaj,mi sha yi de qu sha di li weng,shatylwn-awn-myshyl  ayn,Шатийон-ан-Мишай,Шатијон ан Мишај,Шатійон-ан-Мішай,شاتيلون-أون-ميشيل، أين,米沙伊地区沙蒂利翁		84	01	014	01033
3026075	Châtillon	chatillon	FR	03210	2021	Europe/Paris	45.87729	4.64574		Chatillon,Chatillon-d'Azergues,Châtillon,Châtillon-d'Azergues		84	69	692	69050
3026076	Châtillon-Coligny	chatillon-coligny	FR	45230	1942	Europe/Paris	47.82266	2.84563		Chatillon-Coligny,Châtillon-Coligny,Shatijon Kolini,Shatijon-Kolin'i,sha di long ke li ni,Шатийон-Колиньи,Шатијон Колињи,Шатійон-Коліньї,沙蒂隆科利尼		24	45	451	45085
3026083	Châtillon	chatillon	FR	03210	32383	Europe/Paris	48.8024	2.29346		Chatillon,Chatillon-sous-Bagneux,Châtillon,Châtillon-sous-Bagneux,Fort Chatillon,Fort Châtillon,Montagne-l'Union		11	92	921	92020
3026084	Châtillon	chatillon	FR	03210	0	Europe/Paris	48.45644	1.17902				24	28	281	28203
3026085	Châtillon	chatillon	FR	03210	0	Europe/Paris	47.00638	2.20438				24	18	181	18285
3026086	Châtillon	chatillon	FR	03210	131	Europe/Paris	46.65975	5.73023		Chatillon,Châtillon		27	39	392	39122
3026087	Châtillon	chatillon	FR	03210	277	Europe/Paris	46.47321	3.1329		Chatillon,Châtillon		84	03	032	03069
3026088	Châtillon	chatillon	FR	03210	126	Europe/Paris	46.32203	0.19871		Chatillon,Châtillon		75	86	862	86082
3026089	Châtillon	chatillon	FR	03210	2880	Europe/Paris	45.80091	5.84352		Chatillon,Châtillon		84	73	732	73085
3026090	Chatignonville	chatignonville	FR	91410	96	Europe/Paris	48.46837	1.93168		Chatignonville,Shatin'onvil',Shatinonvil,sha di ni weng wei er,Шатиньонвиль,Шатињонвил,Шатіньонвіль,沙蒂尼翁维尔		11	91	911	91145
3026091	Châtignac	chatignac	FR	16480	190	Europe/Paris	45.34714	-0.00904		Chatignac,Châtignac,Shatin'jak,Shatinak,sha di ni ya ke,Шатиньяк,Шатињак,Шатіньяк,沙蒂尼亚克		75	16	161	16091
3026094	Châtenoy-le-Royal	chatenoy-le-royal	FR	71880	6058	Europe/Paris	46.79797	4.8119		Chatenoy,Chatenoy-le-National,Chatenoy-le-Royal,Châtenoy,Châtenoy-le-National,Châtenoy-le-Royal,Shatenua-le-Ruajal',Shatnoa le Roajal,Шатенуа-ле-Руаяль,Шатноа ле Роајал		27	71	712	71118
3026095	Châtenoy-en-Bresse	chatenoy-en-bresse	FR	71380	912	Europe/Paris	46.79164	4.91237		Chatenoy,Chatenoy-en-Bresse,Châtenoy-en-Bresse		27	71	712	71117
3026096	Châtenoy	chatenoy	FR	45260	147	Europe/Paris	48.23405	2.62623		Chatenoy,Châtenoy		11	77	774	77102
3026097	Châtenoy	chatenoy	FR	45260	432	Europe/Paris	47.91813	2.39868		Chatenoy,Châtenoy		24	45	451	45084
3026098	Châtenois-les-Forges	chatenois-les-forges	FR	90700	2798	Europe/Paris	47.55875	6.84871		Chatenois,Chatenois-les-Forges,Châtenois,Châtenois-les-Forges		27	90	901	90022
3026099	Châtenois	chatenois	FR	39700	1983	Europe/Paris	48.30286	5.83125		Chatenois,Châtenois		44	88	882	88095
3026105	Chatenet	chatenet	FR	17210	205	Europe/Paris	45.30183	-0.30764		Chatenet,Châtenet		75	17	171	17095
3026106	Chatenay-Vaudin	chatenay-vaudin	FR	52360	62	Europe/Paris	47.85	5.45		Chatenay		44	52	522	52116
3026107	Châtenay-sur-Seine	chatenay-sur-seine	FR	77126	1042	Europe/Paris	48.41839	3.09474		Chatenay,Chatenay-sur-Seine,Châtenay-sur-Seine		11	77	773	77101
3026108	Châtenay-Malabry	chatenay-malabry	FR	92290	32715	Europe/Paris	48.76507	2.26655		Chatenay,Chatenay-Malabry,Chatenay-la-Montagne,Chatenay-les-Bagneux,Châtenay,Châtenay-Malabry,Châtenay-la-Montagne,Châtenay-lès-Bagneux,Shatne Malabri,Shatne-Malabri,sha te nai ma la bu li,shatnh-mlbry,shatone=maraburi,shtwny mlbry,syateunemallabeuli,Шатне Малабри,Шатне-Малабри,Шатне-Малабрі,شاتنه-ملبری,شتونی ملبری,シャトネ＝マラブリー,沙特奈马拉布里,샤트네말라브리		11	92	921	92019
3026109	Chatenay-Mâcheron	chatenay-macheron	FR	52200	120	Europe/Paris	47.85	5.4		Chatenay		44	52	522	52115
3026110	Châtenay-en-France	chatenay-en-france	FR	95190	64	Europe/Paris	49.06619	2.45815		Chatenay,Chatenay-en-France,Châtenay,Châtenay-en-France,Shatene-an-Frans,Shatnaj an Frans,Shatne-an-Frans,fu lang sai de qu sha te nai,Шатене-ан-Франс,Шатнај ан Франс,Шатне-ан-Франс,弗朗塞地区沙特奈		11	95	952	95144
3026112	Châtenay	chatenay	FR	01320	0	Europe/Paris	48.50551	1.31029				24	28	281	28254
3026113	Châtenay	chatenay	FR	01320	0	Europe/Paris	48.35876	1.88355				24	28	281	28092
3026114	Châtenay	chatenay	FR	01320	176	Europe/Paris	48.09694	1.30943				24	28	282	28088
3026115	Châtenay	chatenay	FR	01320	0	Europe/Paris	48.0914	-1.31738				53	35	351	35087
3026116	Châteney	chateney	FR	70240	45	Europe/Paris	47.6922	6.31499				27	70	701	70140
3026117	Châtenay	chatenay	FR	01320	0	Europe/Paris	46.61433	4.98246				27	71	714	71522
3026118	Châtenay	chatenay	FR	01320	0	Europe/Paris	46.29089	4.38357		Chatenay,Châtenay		27	71	713	71116
3026119	Châtenay	chatenay	FR	01320	0	Europe/Paris	46.03452	5.20139		Chatenay,Châtenay		84	01	012	01090
3026120	Châtenay	chatenay	FR	01320	0	Europe/Paris	45.71435	4.65368				84	69	691	69255
3026121	Châtenay	chatenay	FR	01320	330	Europe/Paris	45.32076	5.22808		Chatenay,Châtenay		84	38	383	38093
3026123	Châtelus-Malvaleix	chatelus-malvaleix	FR	23270	563	Europe/Paris	46.30479	2.02397		Chatelus-Malvaleix,Châtelus-Malvaleix		75	23	232	23057
3026124	Châtelus-le-Marcheix	chatelus-le-marcheix	FR	23430	359	Europe/Paris	45.99937	1.60697		Chasteluc lo Marches,Chasteluç lo Marchès,Chatelus,Chatelus-le-Marcheix,Châtelus-le-Marcheix,Shatlis le Marshe,Shatlju-le-Marshe,sha tai lu lai ma er xie,Шатлис ле Марше,Шатлю-ле-Марше,沙泰吕莱马尔谢		75	23	232	23056
3026125	Châtelus	chatelus	FR	03120	0	Europe/Paris	46.43248	3.27076				84	03	032	03039
3026127	Châtelus	chatelus	FR	03120	0	Europe/Paris	46.19368	3.73398				84	03	033	03068
3026128	Châtelus	chatelus	FR	03120	120	Europe/Paris	45.59434	4.46586		Chatelus,Châtelus		84	42	421	42055
3026129	Châtelus	chatelus	FR	03120	82	Europe/Paris	45.05792	5.37268		Chatelus,Châtelus		84	38	381	38092
3026130	Châtel-sur-Moselle	chatel-sur-moselle	FR	88330	1716	Europe/Paris	48.3143	6.39403		Chatel,Chatel-sur-Moselle,Châtel,Châtel-sur-Moselle,Durbion-Moselle,Shatel'-sjur-Mozel',mo ze er he pan sha te,Шатель-сюр-Мозель,摩泽尔河畔沙特		44	88	881	88094
3026131	Châtel-Saint-Germain	chatel-saint-germain	FR	57160	2231	Europe/Paris	49.12255	6.08006		Chatel,Chatel-Saint-Germain,Châtel,Châtel-Saint-Germain,Shatel Sen Zhermen,Shatel'-Sen-Zhermen,sha tai sheng ri er man,shatl-sn-zhrmn,Шател Сен Жермен,Шатель-Сен-Жермен,شاتل-سن-ژرمن,沙泰圣日尔曼		44	57	579	57134
3026132	Châtelraould-Saint-Louvent	chatelraould-saint-louvent	FR	51300	221	Europe/Paris	48.67924	4.54691		Chatelraould,Chatelraould-Saint-Louvent,Châtelraould,Châtelraould-Saint-Louvent,Courdemont		44	51	514	51134
3026133	Châtelperron	chatelperron	FR	03220	141	Europe/Paris	46.39899	3.63627		Chastelperron,Chastèlperron,Chatelperron,Châtelperron,Shatel'perron,Shatelperon,sha tai er pei er long,Шателперон,Шательперрон,沙泰尔佩尔龙		84	03	033	03067
3026134	Châtelneuf	chatelneuf	FR	39300	129	Europe/Paris	46.67446	5.91502		Chatelneuf,Châtelneuf		27	39	392	39120
3026135	Châtelneuf	chatelneuf	FR	39300	270	Europe/Paris	45.63836	3.98241		Chatelneuf,Châtelneuf		84	42	421	42054
3026136	Châtel-Moron	chatel-moron	FR	71510	58	Europe/Paris	46.79346	4.64774		Chatel-Moron,Châtel-Moron,Moron-la-Montagne		27	71	712	71115
3026137	Châtel-Montagne	chatel-montagne	FR	03250	439	Europe/Paris	46.1132	3.68288		Chastelmontanha,Chastèlmontanha,Chatel-Montagne,Châtel-Montagne,Mont-sur-Bebre,Mont-sur-Bèbre,Shatel Montan,Shatel'-Montan',sha tai meng ta ni,Шател Монтањ,Шатель-Монтань,沙泰蒙塔尼		84	03	033	03066
3026141	Châtellerault	chatellerault	FR	86100	37210	Europe/Paris	46.81705	0.54518		Castrum Heraldi,Chatellerault,Châtellerault,Shatel'ro,Shatelro,sha tai lei luo,shateruro,shth lwrw,syatello,Шателро,Шательро,شته لورو,シャテルロー,沙泰勒罗,샤텔로	861	75	86	861	86066
3026142	Châtellenot	chatellenot	FR	21320	0	Europe/Paris	47.72047	4.81631				27	21	213	21626
3026143	Châtellenot	chatellenot	FR	21320	0	Europe/Paris	47.23607	4.48893		Chatellenot,Châtellenot		27	21	211	21153
3026145	Châtel-Guyon	chatel-guyon	FR	63140	5681	Europe/Paris	45.92258	3.06423		Chatel Guyon,Chatel-Guyon,Chatel-Guyon les Bains,Chatelguyon,Châtel-Guyon,Châtelguyon		84	63	634	63103
3026146	Châtel-Gérard	chatel-gerard	FR	89310	269	Europe/Paris	47.63112	4.09665		Chatel-Gerard,Châtel-Gérard		27	89	892	89092
3026153	Châteldon	chateldon	FR	63290	775	Europe/Paris	45.97657	3.52017		Chasteladon,Chateldon,Châteldon,Shatel'don,Shatldon,sha tai er dong,shaterudon,Шательдон,Шатлдон,シャテルドン,沙泰尔东		84	63	635	63102
3026154	Châtel-de-Neuvre	chatel-de-neuvre	FR	03500	518	Europe/Paris	46.4065	3.31212		Chatel,Chatel-de-Neuvre,Châtel,Châtel-de-Neuvre		84	03	032	03065
3026155	Châtel-de-Joux	chatel-de-joux	FR	39130	52	Europe/Paris	46.52728	5.7946		Chatel,Chatel-de-Joux,Châtel-de-Joux		27	39	393	39118
3026156	Chatel-Chéhéry	chatel-chehery	FR	08250	143	Europe/Paris	49.28333	4.95		Chatel,Châtel,Mont-Redoutable		44	08	084	08109
3026157	Châtel-Censoir	chatel-censoir	FR	89660	684	Europe/Paris	47.53344	3.63393		Chatel-Censoir,Châtel-Censoir		27	89	892	89091
3026238	Châteauneuf-de-Vernoux	chateauneuf-de-vernoux	FR	07240	198	Europe/Paris	44.91902	4.6456		Chateauneuf,Chateauneuf-de-Vernoux,Châteauneuf,Châteauneuf-de-Vernoux		84	07	072	07060
3026158	Châtelblanc	chatelblanc	FR	25240	105	Europe/Paris	46.6728	6.11613		Chatelblanc,Châtelblanc,Shatel'blan,Shatelblan,sha tai er bu lang ke,Шателблан,Шательблан,沙泰尔布朗克		27	25	253	25131
3026159	Chatelay	chatelay	FR	39380	111	Europe/Paris	47.03333	5.7				27	39	391	39117
3026160	Châtelaudren	chatelaudren	FR	22170	969	Europe/Paris	48.53974	-2.97304		Chatelaudren,Châtelaudren,Kastellaodren		53	22	222	22206
3026163	Châtelard	chatelard	FR	23700	0	Europe/Paris	46.24749	2.82023				84	03	031	03129
3026164	Châtelard	chatelard	FR	23700	41	Europe/Paris	45.9642	2.46798		Chatelard,Châtelard		75	23	231	23055
3026165	Châtelard	chatelard	FR	23700	0	Europe/Paris	45.06797	6.06011				84	38	381	38177
3026166	Châtelard	chatelard	FR	23700	0	Europe/Paris	44.4533	6.73997				93	04	041	04062
3026169	Châtelais	chatelais	FR	49520	616	Europe/Paris	47.75837	-0.9272		Chatelais,Châtelais,Shatle,sha tai lai,Шатле,沙泰莱		52	49	494	49331
3026171	Châtelain	chatelain	FR	53200	423	Europe/Paris	47.80881	-0.59647		Chatelain,Châtelain		52	53	531	53063
3026172	Châtelaillon-Plage	chatelaillon-plage	FR	17340	6059	Europe/Paris	46.07287	-1.08845		Chatelaillon,Chatelaillon-Plage,Châtelaillon,Châtelaillon-Plage,Les Sablons,Shatelajon-Plazh,Shatlajon-Plazh,sha tai lai long pu la ge,Шателайон-Плаж,Шатлайон-Плаж,沙泰莱隆普拉格		75	17	173	17094
3026177	Châtel	chatel	FR	74390	1309	Europe/Paris	46.26495	6.8403		Chatel,Châtel		84	74	744	74063
3026179	Château-Voué	chateau-voue	FR	57170	105	Europe/Paris	48.85131	6.62388		Chateau-Voue,Château-Voué,La Montagne,Shato Vue,Shato-Vue,Shato-Vueh,sha tuo wu ai,Шато Вуе,Шато-Вуе,Шато-Вуэ,沙托武埃		44	57	575	57133
3026180	Château-Ville-Vieille	chateau-ville-vieille	FR	05350	340	Europe/Paris	44.76667	6.8		Chateau-Ville-Vieille,Château-Ville-Vieille,Ville-Vieille		93	05	051	05038
3026183	Châteauvillain	chateauvillain	FR	52120	1689	Europe/Paris	48.03655	4.91823		Chateauvillain,Châteauvillain,Commune-sur-Aujon,Shatovilen,Shatovillen,Ville-sur-Aujon,sha tuo wei lan,Шатовилен,Шатовіллен,沙托维兰		44	52	521	52114
3026184	Châteauvilain	chateauvilain	FR	38300	525	Europe/Paris	45.51464	5.32992		Chateauvilain,Chateauvillain,Châteauvilain,Châteauvillain,Franchison		84	38	382	38091
3026185	Châteauvieux	chateauvieux	FR	05000	597	Europe/Paris	47.23098	1.38275		Chateauvieux,Châteauvieux,Vieux-Logis		24	41	413	41042
3026186	Châteauvieux	chateauvieux	FR	05000	0	Europe/Paris	45.70559	4.61673				84	69	691	69269
3026188	Châteauvieux	chateauvieux	FR	05000	0	Europe/Paris	44.4845	6.0505		Chateauvieux,Châteauvieux		93	05	052	05037
3026189	Châteauvieux	chateauvieux	FR	05000	70	Europe/Paris	43.77758	6.57848		Chateauvieux,Châteauvieux		93	83	831	83040
3026191	Châteauvert	chateauvert	FR	83670	147	Europe/Paris	43.49993	6.02663		Casteuverd,Castèuverd,Chateauvert,Châteauvert,Shatover,sha tuo fu er,Шатовер,沙托弗尔		93	83	833	83039
3026192	Château-Verdun	chateau-verdun	FR	09310	40	Europe/Paris	42.78202	1.67895		Chateau-Verdun,Château-Verdun,Liberte-Verdun,Liberté-Verdun		76	09	091	09096
3026194	Château-Thierry	chateau-thierry	FR	02400	15938	Europe/Paris	49.04636	3.40304		Castrum Theodorici,Chateau-Egalite,Chateau-Thierry,Château-Egalité,Château-Thierry,Egalite-sur-Marne,Egalité-sur-Marne,Faubourg-du-Puits-d'Amour,Puits-d'Amour,Shato Tieri,Shato Tjeri,Shato-T'erri,chataw-thyry,di ye li bao,shato=tieri,syatotieli,Шато Тиери,Шато Тјери,Шато-Тьерри,Шато-Тьєррі,شتو تھیری,چاتاو-تهیری,シャトー＝ティエリ,蒂耶里堡,샤토티에리	021	32	02	021	02168
3026195	Château-Thébaud	chateau-thebaud	FR	44690	0	Europe/Paris	47.12511	-1.42153		Castrum Theobaldi,Chateau-Thebaud,Chateauthebaud,Château-Thébaud,Châteauthébaud,Kastell-Tepaod,Shato Tebo,Shato-Tebo,sha tuo tai bo,shato=tebo,Шато Тебо,Шато-Тебо,シャトー＝テボー,沙托泰博		52	44	442	44037
3026196	Château-sur-Epte	chateau-sur-epte	FR	27420	693	Europe/Paris	49.19772	1.66187		Chateau,Chateau-sur-Epte,Château,Château-sur-Epte		28	27	271	27152
3026197	Château-sur-Cher	chateau-sur-cher	FR	63330	0	Europe/Paris	46.1171	2.55514		Chateau,Chateau-sur-Cher,Château,Château-sur-Cher		84	63	634	63101
3026198	Château-sur-Allier	chateau-sur-allier	FR	03320	174	Europe/Paris	46.76575	3.02898		Chateau,Chateau-sur-Allier,Château,Château-sur-Allier,Montbel-sur-Allier		84	03	032	03064
3026200	Château-Salins	chateau-salins	FR	57170	2874	Europe/Paris	48.81885	6.51455		Chateau-Salins,Saline-Libre,Salzburgen,Shato Salen,Shato-Salen,sha tuo sa lan,shato=saran,Шато Сален,Шато-Сален,シャトー＝サラン,沙托萨兰	575	44	57	575	57132
3026203	Châteauroux	chateauroux	FR	36000	0	Europe/Paris	48.26543	0.76643				28	61	613	61484
3026204	Châteauroux	chateauroux	FR	36000	53301	Europe/Paris	46.81248	1.69362		CHR,Castrum Radulphi,Chateauroux,Châteauroux,Indrelibre,Indreville,Satoru,Shataru,Shatoru,sha tuo lu,shatoru,shatwrw,shtwrw,syatolu,Šatoru,Шатару,Шатору,שאטורו,شاتورو,شتورو,シャトールー,沙托鲁,샤토루	36	24	36	362	36044
3026205	Châteauroux-les-Alpes	chateauroux-les-alpes	FR	05380	993	Europe/Paris	44.61474	6.5213		Chasteu-ros,Chasteuros,Chasteurós,Chateauroux,Chateauroux-les-Alpes,Châteauroux,Châteauroux-les-Alpes,Mont-Roux,Shatoru,Shatoru-lez-Al'p,sha tuo lu lai a er pei,Шатору,Шатору-лез-Альп,沙托鲁莱阿尔佩		93	05	052	05036
3026206	Château-Rouge	chateau-rouge	FR	57320	227	Europe/Paris	49.27975	6.59715		Chateau-Rouge,Château-Rouge,Rothdorf		44	57	573	57131
3026208	Château-Renault	chateau-renault	FR	37110	5789	Europe/Paris	47.59188	0.91143		Chateau-Renault,Château-Renault,Mont-Braine		24	37	373	37063
3026210	Château-Renard	chateau-renard	FR	45220	2296	Europe/Paris	47.93333	2.93333		Chateaurenard,Châteaurenard,Reunion-sur-Ouanne,Réunion-sur-Ouanne,Shato-Renar,Shatorenar,sha tuo lei na er,Шато-Ренар,Шаторенар,沙托雷纳尔		24	45	451	45083
3026271	Château-Guibert	chateau-guibert	FR	85320	1186	Europe/Paris	46.58041	-1.23643		Chateau-Guibert,Château-Guibert,Fond-Guibert,Shato Giber,Shato-Giber,sha tuo ju yi bei er,Шато Гибер,Шато-Гібер,沙托居伊贝尔		52	85	851	85061
3026211	Châteaurenard	chateaurenard	FR	13160	14205	Europe/Paris	43.88169	4.85493		Casteu-rainard,Casteurainard,Castèu-rainard,Castèurainard,Chateaurenard,Chateaurenard-Provence,Châteaurenard,Châteaurenard-Provence,Mont-Renard,Shatorenar,sha tuo lei na er,Шаторенар,沙托雷纳尔		93	13	132	13027
3026214	Châteauredon	chateauredon	FR	04270	102	Europe/Paris	44.01462	6.2146		Bel-Air,Casteu-redon,Casteuredon,Castèu-redon,Castèuredon,Chateauredon,Châteauredon,Shatordon,Shatoredon,sha tuo lei dong,Шатордон,Шаторедон,沙托雷东		93	04	043	04054
3026216	Château-Porcien	chateau-porcien	FR	08360	1284	Europe/Paris	49.5274	4.24533		Chateau-Porcien,Château-Porcien,Marat-Fruvaine,Marat-sur-Aisne,Sato-Porsian,Shato Porsjen,Shato-Pors'en,Shato-Pors'jan,bo er xi an bao,Σατώ-Πορσιάν,Шато Порсјен,Шато-Порсьен,Шато-Порсьян,波尔西安堡		44	08	082	08107
3026217	Châteauponsac	chateauponsac	FR	87290	2374	Europe/Paris	46.13419	1.27495		Chastel,Chastelponcac,Chastelponçac,Chateauponsac,Châteauponsac,Ponsac-la-Montagne,Shatoponsak,sha tuo peng sa ke,Шатопонсак,沙托蓬萨克		75	87	871	87041
3026219	Châteauneuf-Val-Saint-Donat	chateauneuf-val-saint-donat	FR	04200	369	Europe/Paris	44.09056	5.94707		Beau-Vent-de-Lure,Chasteunou Vau Sant Donat,Chasteunou de la Vau,Chastèunòu Vau Sant Donat,Chastèunòu de la Vau,Chateauneuf,Chateauneuf-Val-Saint-Donat,Châteauneuf,Châteauneuf-Val-Saint-Donat,Shatonef Val Sen Dona,Shatonef-Val'-Sen-Dona,Shatonjof-Val'-Sen-Dona,Val Saint Donat,Val Saint Donnat,sha tuo na wa sheng duo na,Шатонеф Вал Сен Дона,Шатонеф-Валь-Сен-Дона,Шатонёф-Валь-Сен-Дона,沙托纳瓦圣多纳		93	04	044	04053
3026220	Châteauneuf-Val-de-Bargis	chateauneuf-val-de-bargis	FR	58350	568	Europe/Paris	47.28229	3.22648		Chateauneuf,Chateauneuf-Val-de-Bargis,Châteauneuf,Châteauneuf-Val-de-Bargis,Shatonef Val de Barzhi,Shatonef-Val'-de-Barzhi,sha tuo na fu-wa de ba er ji,Шатонеф Вал де Баржи,Шатонеф-Валь-де-Баржи,Шатонеф-Валь-де-Баржі,沙托纳夫-瓦德巴尔吉		27	58	584	58064
3026221	Châteauneuf-sur-Sarthe	chateauneuf-sur-sarthe	FR	49330	2651	Europe/Paris	47.68087	-0.48848		Chateauneuf,Chateauneuf-sur-Sarthe,Châteauneuf,Châteauneuf-sur-Sarthe,Mont-Sarthe,Shatonef sir Sart,Shatonef-sjur-Sart,sa er te he pan sha tuo na,Шатонеф сир Сарт,Шатонеф-сюр-Сарт,萨尔特河畔沙托纳		52	49	494	49080
3026222	Châteauneuf-sur-Loire	chateauneuf-sur-loire	FR	45110	7446	Europe/Paris	47.86575	2.21903		Chateauneuf,Chateauneuf-sur-Loire,Châteauneuf,Châteauneuf-sur-Loire,Shatonef na Loari,Shatonef-sjur-Luar,lu wa er he pan xin bao,Шатонеф на Лоари,Шатонеф-сюр-Луар,卢瓦尔河畔新堡		24	45	452	45082
3026223	Châteauneuf-sur-Cher	chateauneuf-sur-cher	FR	18190	1628	Europe/Paris	46.85778	2.3171		Chateauneuf,Chateauneuf-sur-Cher,Châteauneuf,Châteauneuf-sur-Cher,Montagne-sur-Cher		24	18	182	18058
3026224	Châteauneuf-sur-Charente	chateauneuf-sur-charente	FR	16120	3523	Europe/Paris	45.59849	-0.05398		Chateauneuf,Chateauneuf-sur-Charente,Châteauneuf,Châteauneuf-sur-Charente,Shatonef sir Sharant,Shatonef-sjur-Sharant,Shatonjof-sjur-Sharant,Val-Charente,sha lang te he pan sha tuo na,Шатонеф сир Шарант,Шатонеф-сюр-Шарант,Шатонёф-сюр-Шарант,沙朗特河畔沙托纳		75	16	162	16090
3026225	Châteauneuf-Miravail	chateauneuf-miravail	FR	04200	72	Europe/Paris	44.15437	5.70495		Auche-la-Garde,Chasteunou de Miravalh,Chasteunou-Miravalh,Chastèunòu de Miravalh,Chastèunòu-Miravalh,Chateauneuf,Chateauneuf-Miravail,Châteauneuf,Châteauneuf-Miravail,Shatonef Miravaj,Shatonef-Miravaj,Shatonjof-Miravaj,sha tuo na mi la wei,Шатонеф Миравај,Шатонеф-Міравай,Шатонёф-Миравай,沙托纳米拉韦		93	04	044	04051
3026227	Châteauneuf-les-Martigues	chateauneuf-les-martigues	FR	13161 CEDEX	11496	Europe/Paris	43.38383	5.16403		Casteunou dau Martegue,Castèunòu dau Martegue,Chateauneuf,Chateauneuf-les-Martigues,Chateneuf les Martiques,Châteauneuf,Châteauneuf-les-Martigues,Châteauneuf-lès-Martigues,Châteneuf les Martiques,Shatonef le Martig,Shatonef-le-Martig,Shatonjof-le-Martig,sha tuo na lai ma er di gai,Шатонеф ле Мартиг,Шатонеф-ле-Мартіг,Шатонёф-ле-Мартиг,沙托纳莱马尔蒂盖		93	13	134	13026
3026228	Châteauneuf-les-Bains	chateauneuf-les-bains	FR	63390	321	Europe/Paris	46.02835	2.89631		Chateauneuf,Chateauneuf-les-Bains,Châteauneuf,Châteauneuf-les-Bains		84	63	634	63100
3026229	Châteauneuf-le-Rouge	chateauneuf-le-rouge	FR	13790	2114	Europe/Paris	43.48936	5.56921		Casteunou lo Roge,Castèunòu lo Roge,Chateauneuf,Chateauneuf-le-Rouge,Châteauneuf,Châteauneuf-le-Rouge,La Galiniere-Negrel,La Galinière-Négrel,Negrel,Shatonef la Ruzh,Shatonef-le-Ruzh,Shatonjof-le-Ruzh,lei lu re xin bao,Шатонеф ла Руж,Шатонеф-ле-Руж,Шатонёф-ле-Руж,勒鲁热新堡		93	13	131	13025
3026230	Châteauneuf-la-Forêt	chateauneuf-la-foret	FR	87130	1671	Europe/Paris	45.71299	1.60511		Chasteu Nuou,Chasteu Nuòu,Chasteunuou,Chasteunuòu,Chateauneuf,Chateauneuf-la-Foret,Châteauneuf,Châteauneuf-la-Forêt,Mont-Combade,Shatonef la Fore,Shatonef-la-Fore,sha tuo na la fu lei,Шатонеф ла Форе,Шатонеф-ла-Форе,沙托纳拉福雷		75	87	872	87040
3026231	Châteauneuf-en-Thymerais	chateauneuf-en-thymerais	FR	28170	2505	Europe/Paris	48.58112	1.24085		Chateauneuf,Chateauneuf-en Thimerais,Chateauneuf-en-Thymerais,Châteauneuf-en Thimerais,Châteauneuf-en-Thymerais,Puits-la-Montagne,Shatonef an Timere,Shatonef-an-Timere,di mo lai de qu sha tuo na,Шатонеф ан Тимере,Шатонеф-ан-Тімере,蒂默赖地区沙托纳		24	28	283	28089
3026232	Châteauneuf-du-Rhône	chateauneuf-du-rhone	FR	26780	2262	Europe/Paris	44.48906	4.71706		Bourg-le-Rhone,Bourg-le-Rhône,Chastelnou de Rose,Chastelnou del Rose,Chastelnòu de Ròse,Chastelnòu del Ròse,Chateauneuf,Chateauneuf-du-Rhone,Châteauneuf,Châteauneuf-du-Rhône,Shatonef di Ron,Shatonef-dju-Ron,sha tuo na di long,Шатонеф ди Рон,Шатонеф-дю-Рон,沙托纳迪龙		84	26	262	26085
3026233	Châteauneuf-du-Pape	chateauneuf-du-pape	FR	84230	2212	Europe/Paris	44.05638	4.83244		Casteunou dau Papa,Casteunou de Papa,Castèunòu dau Papa,Castèunòu de Papa,Chateauneuf,Chateauneuf-du-Pape,Châteauneuf,Châteauneuf-du-Pape,Shatonef di Pap,Shatonef-dju-Pap,Shatonjof-dju-Pap,sha tuo na di pa pu,shatonufu=de~yu=papu,Шатонеф ди Пап,Шатонеф-дю-Пап,Шатонёф-дю-Пап,シャトーヌフ＝デュ＝パプ,沙托纳迪帕普		93	84	843	84037
3026234	Châteauneuf-du-Faou	chateauneuf-du-faou	FR	29520	3841	Europe/Paris	48.18682	-3.81473		Chateauneuf,Chateauneuf-du-Faou,Châteauneuf,Châteauneuf-du-Faou,Kastell-Nevez-ar-Faou,Mont-sur-Aulne,Shatonef di Fau,Shatonef-dju-Fau,sha tuo na di fu,shatonufu=de~yu=fu,Шатонеф ди Фау,Шатонеф-дю-Фау,シャトーヌフ＝デュ＝フー,沙托纳迪福		53	29	292	29027
3026235	Châteauneuf-d'Oze	chateauneuf-d-oze	FR	05400	0	Europe/Paris	44.5121	5.86503		Chateauneuf,Chateauneuf-d'Ore,Chateauneuf-d'Oze,Châteauneuf,Châteauneuf-d'Ore,Châteauneuf-d'Oze,Petit-Valon		93	05	052	05035
3026236	Châteauneuf-sur-Isère	chateauneuf-sur-isere	FR	26300	3646	Europe/Paris	45.01667	4.93333		Chateauneuf,Chateauneuf-de-l'Isere,Châteauneuf,Châteauneuf-de-l'Isère		84	26	263	26084
3026237	Châteauneuf-d'Ille-et-Vilaine	chateauneuf-d-ille-et-vilaine	FR	35430	1187	Europe/Paris	48.56064	-1.93		Chateauneuf,Chateauneuf-d'Ille-et-Vilaine,Chateauneuf-dIlle-et-Vilaine,Châteauneuf,Châteauneuf-d'Ille-et-Vilaine,Châteauneuf-dIlle-et-Vilaine,Kastell-Noez,sha tuo na fu-di er he wei lan,沙托纳夫-迪尔和维兰		53	35	354	35070
3026239	Châteauneuf-de-Randon	chateauneuf-de-randon	FR	48170	520	Europe/Paris	44.64073	3.67548		Chastelnou de Randon,Chastèlnòu de Randon,Chateauneuf,Chateauneuf-de-Randon,Châteauneuf,Châteauneuf-de-Randon,Shatonef de Randon,Shatonef-de-Randon,sha tuo na de lang dong,Шатонеф де Рандон,Шатонеф-де-Рандон,沙托纳德朗东		76	48	482	48043
3026240	Châteauneuf-d'Entraunes	chateauneuf-d-entraunes	FR	06470	58	Europe/Paris	44.12873	6.83202		Chateauneuf,Chateauneuf-d'Entraunes,Châteauneuf,Châteauneuf-d'Entraunes		93	06	062	06040
3026241	Châteauneuf-de-Galaure	chateauneuf-de-galaure	FR	26330	1941	Europe/Paris	45.22977	4.95777		Chateauneuf,Chateauneuf-de-Galaure,Châteauneuf,Châteauneuf-de-Galaure,Mivalon-de-Galaure,Shatonef de Galor,Shatonef-de-Galor,sha tuo na de jia luo er,Шатонеф де Галор,Шатонеф-де-Галор,沙托纳德加洛尔		84	26	263	26083
3026242	Châteauneuf-de-Gadagne	chateauneuf-de-gadagne	FR	84470	3029	Europe/Paris	43.92683	4.94453		Casteunou de Gadanha,Castèunòu de Gadanha,Chateauneuf,Chateauneuf-de-Gadagne,Châteauneuf,Châteauneuf-de-Gadagne,Gadanha,Shatonef de Gadan,Shatonef-de-Gadan',Shatonjof-de-Gadan',sha tuo na de jia da ge,Шатонеф де Гадањ,Шатонеф-де-Гадань,Шатонёф-де-Гадань,沙托纳德加达格		93	84	842	84036
3026243	Châteauneuf-Villevieille	chateauneuf-villevieille	FR	06390	0	Europe/Paris	43.80848	7.29664		Casteunou de Contes,Casteunou e Vilavielha,Castrum Novum Nicaeensium,Castèunòu de Còntes,Castèunòu e Vilavièlha,Chateauneuf,Chateauneuf-Contes,Chateauneuf-Villevieille,Chateauneuf-de-Contes,Châteauneuf,Châteauneuf-Contes,Châteauneuf-Villevieille,Châteauneuf-de-Contes,Pointe-Libre,Shatonef Vilvjej,Shatonef-Vil'vej,Shatonjof-Vil'v'ej,sha tuo na wei lei wei ye yi er,tshatyawnywf fylyfyl,Шатонеф Вилвјеј,Шатонеф-Вільвєй,Шатонёф-Вильвьей,تشاتياونيوف فيليفيل,沙托纳维勒维耶伊尔		93	06	062	06039
3026244	Châteauneuf-de-Chabre	chateauneuf-de-chabre	FR	05300	276	Europe/Paris	44.28333	5.81667		Chateauneuf,Mont-Chabre		93	05	052	05118
3026245	Châteauneuf-de-Bordette	chateauneuf-de-bordette	FR	26110	81	Europe/Paris	44.33579	5.1777		Chastelnou de Bordeta,Chastelnòu de Bordeta,Chateauneuf,Chateauneuf-de-Bordette,Châteauneuf,Châteauneuf-de-Bordette,Shatonef de Bordet,Shatonef-de-Bordett,sha tuo na de bo er dai te,Шатонеф де Бордет,Шатонеф-де-Бордетт,沙托纳德博尔代特		84	26	262	26082
3026249	Châteauneuf	chateauneuf	FR	21320	95	Europe/Paris	47.21857	4.64096		Chateauneuf,Châteauneuf,Mont-Franc		27	21	211	21152
3026250	Châteauneuf	chateauneuf	FR	21320	683	Europe/Paris	46.91762	-1.91219		Chateauneuf,Châteauneuf		52	85	853	85062
3026252	Châteauneuf	chateauneuf	FR	21320	112	Europe/Paris	46.21252	4.25466		Chateauneuf,Châteauneuf		27	71	713	71113
3026253	Châteauneuf	chateauneuf	FR	21320	621	Europe/Paris	45.54873	6.17217		Chateauneuf,Châteauneuf		84	73	732	73079
3026254	Châteauneuf	chateauneuf	FR	21320	1470	Europe/Paris	45.52457	4.64044				84	42	423	42053
3026255	Châteauneuf	chateauneuf	FR	21320	0	Europe/Paris	45.18854	3.71082				84	43	432	43003
3026256	Châteauneuf-Grasse	chateauneuf-grasse	FR	06740	3134	Europe/Paris	43.66667	6.98333		Casteunou de Grassa,Castèunòu de Grassa,Chateauneuf de Grasse,Chateauneuf-le-Pre-du-Lac,Châteauneuf-le-Pre-du-Lac,Shatonef Gras,Shatonef-Grass,Shatonjof-Gras,sha tuo na ge la si,shatonufu=gurasu,tshatyawnywf jras,Шатонеф Грас,Шатонеф-Грасс,Шатонёф-Грас,تشاتياونيوف جراس,シャトーヌフ＝グラース,沙托纳格拉斯		93	06	061	06038
3026258	Châteaumeillant	chateaumeillant	FR	18370	2089	Europe/Paris	46.56219	2.19515		Chastelmelhan,Chastèlmelhan,Chateaumeillant,Châteaumeillant,Shatomejan,Tell-le-Grand,sha tuo mei lang,Шатомейан,Шатомеян,Шатомејан,沙托梅朗		24	18	182	18057
3026262	Châteaulin	chateaulin	FR	29150	5379	Europe/Paris	48.19522	-4.09365		Castrolinum,Chateaulin,Châteaulin,Cite-sur-Aon,Cité-sur-Aôn,Kastellin,Montagne-sur-Aon,Montagne-sur-Aôn,Shatolen,Ville-sur-Aone,Ville-sur-Aône,sha tuo lan,shatoran,Шатолен,シャトーラン,沙托兰	292	53	29	292	29026
3026263	Château-l'Évêque	chateau-l-eveque	FR	24460	0	Europe/Paris	45.24564	0.68562		Chateau,Chateau-l'Eveque,Chateau-lEveque,Château,Château-l'Évêque,Château-lÉvêque,sha tuo lai wei qu ai,沙托莱韦屈埃		75	24	243	24115
3026266	Château-la-Vallière	chateau-la-valliere	FR	37330	1615	Europe/Paris	47.54665	0.32458		Chateau-la-Valliere,Château-la-Vallière,Val-Joyeux		24	37	371	37062
3026267	Château-Larcher	chateau-larcher	FR	86370	889	Europe/Paris	46.41723	0.31381		Chateau-Larcher,Château-Larcher,Le Rocher,Shato Larshe,Shato-Larshe,sha tuo la er she,Шато Ларше,Шато-Ларше,沙托拉尔舍		75	86	863	86065
3026268	Château-Landon	chateau-landon	FR	77570	3764	Europe/Paris	48.14721	2.69754		Chateau-Landon,Château-Landon,Shato Landon,Shato-Landon,Шато Ландон,Шато-Ландон		11	77	774	77099
3026270	Château-l'Abbaye	chateau-l-abbaye	FR	59230	0	Europe/Paris	50.48776	3.46868		Chateau-l'Abbaye,Château-l'Abbaye		32	59	596	59144
3026273	Château-Gontier	chateau-gontier	FR	53200	12292	Europe/Paris	47.82705	-0.70512		Castrum Gontherii,Chateau-Gontier,Château-Gontier,Mont-Hardi,Shato Gontje,Shato-Gont'e,sha tuo gong di ye,shato=gontie,Шато Гонтје,Шато-Гонтьє,シャトー＝ゴンティエ,沙托贡蒂耶	531	52	53	531	53062
3026275	Châteaugiron	chateaugiron	FR	35410	6274	Europe/Paris	48.04821	-1.50362		Chateaugiron,Châteaugiron,Kastell-Geron,Mont-Giron		53	35	353	35069
3026276	Châteaugay	chateaugay	FR	63119	3138	Europe/Paris	45.85117	3.08482		Bel-Air,Chasteugai,Chateaugay,Châteaugay,Shatoge,sha tuo gai,shatoge,Шатоге,シャトゲ,沙托盖		84	63	632	63099
3026277	Château-Garnier	chateau-garnier	FR	86350	639	Europe/Paris	46.25873	0.42529		Chateau-Garnier,Château-Garnier,Shato Garnije,Shato-Garn'e,sha tuo jia er nie,Шато Гарније,Шато-Гарньє,沙托加尔涅		75	86	862	86064
3026278	Château-Garnier	chateau-garnier	FR	86350	0	Europe/Paris	44.08655	6.48039				93	04	042	04218
3026279	Château Gaillard	chateau-gaillard	FR	01500	0	Europe/Paris	48.39261	-1.78462				53	35	354	35172
3026280	Château-Gaillard	chateau-gaillard	FR	01500	1658	Europe/Paris	45.97239	5.30436		Chateau,Chateau-Gaillard,Château-Gaillard		84	01	011	01089
3026281	Châteaufort	chateaufort	FR	04250	1543	Europe/Paris	48.73584	2.09054		Chateaufort,Châteaufort		11	78	784	78143
3026283	Châteaufort	chateaufort	FR	04250	29	Europe/Paris	44.27431	6.01705		Chateaufort,Chateaufort-les-Moustiers,Châteaufort,Châteaufort-les-Moustiers,Rochefort,Sablons		93	04	044	04050
3026285	Châteaudun	chateaudun	FR	28200	16006	Europe/Paris	48.07086	1.33783		Castrodunum,Chateaudun,Châteaudun,Dun-sur-Loir,Shatoden,Shatodjon,sha tuo dan,shatodan,syatodeong,Шатоден,Шатодён,シャトーダン,沙托丹,샤토덩	282	24	28	282	28088
3026286	Château-du-Loir	chateau-du-loir	FR	72500	5567	Europe/Paris	47.69409	0.41829		Castrum ad Iaedum,Chateau-du-Loir,Château-du-Loir,Mont-du-Loir,Mont-sur-Loir,Shato di Loar,Shato-dju-Luar,Vau-du-Loir,Шато ди Лоар,Шато-дю-Луар		52	72	721	72071
3026288	Châteaudouble	chateaudouble	FR	26120	508	Europe/Paris	44.8993	5.09338		Chateaudouble,Châteaudouble,Pont-Marette		84	26	263	26081
3026289	Châteaudouble	chateaudouble	FR	26120	410	Europe/Paris	43.59911	6.44966		Chateaudouble,Châteaudouble,Montdouble		93	83	831	83038
3026291	Château-d'Olonne	chateau-d-olonne	FR	85180	13420	Europe/Paris	46.50382	-1.74097		Beau-Sejour,Beau-Séjour,Chateau-d'Olonne,Château-d'Olonne		52	85	853	85194
3026293	Château-des-Prés	chateau-des-pres	FR	39150	174	Europe/Paris	46.49922	5.8975		Chateau,Chateau-des-Pres,Château,Château-des-Prés		27	39	393	39258
3026298	Château-Chinon(Ville)	chateau-chinon-ville	FR	58120	2673	Europe/Paris	47.06667	3.93333		Chateau-Chinon,Chateau-Chinon-Ville,Chinon-la-Montagne,Château-Chinon,Château-Chinon-Ville	581	27	58	581	58062
3026299	Château-Chervix	chateau-chervix	FR	87380	735	Europe/Paris	45.60736	1.35369		Chasteu Chervic,Chasteuchervic,Chateau,Chateau-Chervix,Chervix-la-Chaumiere,Chervix-la-Chaumière,Château,Château-Chervix,Shato Shervi,Shato-Shervi,sha tuo xie er wei,Шато Шерви,Шато-Шерви,Шато-Шерві,沙托谢尔维		75	87	872	87039
3026301	Château-Chalon	chateau-chalon	FR	39210	164	Europe/Paris	46.75462	5.62697		Chateau-Chalon,Château-Chalon,Shato Shalon,Shato-Shalon,sha tuo sha long,Шато Шалон,Шато-Шалон,沙托沙隆		27	39	392	39114
3026303	Châteaubriant	chateaubriant	FR	44110	13024	Europe/Paris	47.71675	-1.37643		Castrum Brientii,Chateaubriant,Châteaubriant,Kastell-Briant,Montagne-sur-Chere,Montagne-sur-Chère,Satomprian,Shatobrian,Shatobrijan,sha tuo bu li ang,shatoburian,syatobeuliang,Σατωμπριάν,Шатобриан,Шатобријан,Шатобріан,シャトーブリアン,沙托布里昂,샤토브리앙	445	52	44	445	44036
3026305	Château-Bréhain	chateau-brehain	FR	57340	84	Europe/Paris	48.90447	6.52696		Chateau-Brehain,Château-Bréhain		44	57	575	57130
3026306	Châteaubourg	chateaubourg	FR	07130	5362	Europe/Paris	48.11112	-1.4035		Chateaubourg,Châteaubourg,Kastell-Bourc'h		53	35	351	35068
3026307	Châteaubourg	chateaubourg	FR	07130	219	Europe/Paris	44.99706	4.84375		Chateaubourg,Châteaubourg,Rochebourg		84	07	073	07059
3026309	Châteaubleau	chateaubleau	FR	77370	292	Europe/Paris	48.58912	3.10616		Chateaubleau,Châteaubleau		11	77	773	77098
3026310	Châteaubernard	chateaubernard	FR	16100	3890	Europe/Paris	45.67266	-0.31476		Chateaubernard,Châteaubernard,Shatobernar,sha tuo bei er na er,shatwbrnar,Шатобернар,شاتوبرنار,沙托贝尔纳尔		75	16	162	16089
3026311	Château-Bernard	chateau-bernard	FR	38650	183	Europe/Paris	44.97487	5.57673		Chateau-Bernard,Château-Bernard		84	38	381	38090
3026312	Château-Arnoux-Saint-Auban	chateau-arnoux-saint-auban	FR	04160	0	Europe/Paris	44.09307	6.00806		Casteu-Arnos e Sant Auban,Casteuarnos e Sant Auban,Castèu-Arnòs e Sant Auban,Castèuarnòs e Sant Auban,La Roche-Arnoux,Shato Arnu Sent Oban,Shato-Arnu-Sent-Oban,sha tuo a er nu sheng ao bang,Шато Арну Сент Обан,Шато-Арну-Сент-Обан,沙托阿尔努圣奥邦		93	04	043	04049
3026314	Château	chateau	FR	71250	226	Europe/Paris	46.42738	4.60116		Chateau,Château		27	71	715	71112
3026315	Châtas	chatas	FR	88210	42	Europe/Paris	48.36107	7.03354		Chatas,Châtas		44	88	883	88093
3026317	Châtaincourt	chataincourt	FR	28270	275	Europe/Paris	48.69572	1.22498				24	28	283	28087
3026319	Chatain	chatain	FR	86250	350	Europe/Paris	46.07377	0.43136		Chatain		75	86	862	86063
3026320	Chatain	chatain	FR	86250	0	Europe/Paris	45.88822	1.94482				75	23	232	23134
3026329	Chastreix	chastreix	FR	63680	0	Europe/Paris	45.51207	2.73483		Chastreix,Chastris,Shastre,Shastre--Sansi,Shastre-Sansi,sha si te lei,Шастре,Шастре--Сансі,Шастре-Санси,沙斯特雷		84	63	633	63098
3026335	Chastel-sur-Murat	chastel-sur-murat	FR	15300	99	Europe/Paris	45.12475	2.85784		Chastel,Chastel-sur-Murat		84	15	153	15138
3026337	Chastel-Nouvel	chastel-nouvel	FR	48000	675	Europe/Paris	44.55935	3.50179		Chastel-Nouvel		76	48	482	48042
3026339	Chastellux-sur-Cure	chastellux-sur-cure	FR	89630	149	Europe/Paris	47.39142	3.88964		Chastellux,Chastellux-sur-Cure,Pont-sur-Cure,Shastellju-sjur-Kjur,Shatli sir Kir,qu er he pan sha si tai lu,Шастеллю-сюр-Кюр,Шатли сир Кир,屈尔河畔沙斯泰吕		27	89	892	89089
3026340	Chastel-Arnaud	chastel-arnaud	FR	26340	47	Europe/Paris	44.66667	5.2		Chastel-Arnaud		84	26	261	26080
3026341	Chastel	chastel	FR	43300	133	Europe/Paris	45.08344	3.32285		Chastel		84	43	431	43065
3026342	Chastel	chastel	FR	43300	0	Europe/Paris	45.03807	1.02507				75	24	244	24330
3026343	Chasteaux	chasteaux	FR	19600	510	Europe/Paris	45.09278	1.46775		Chasteaux,La Fraternite,La Fraternité		75	19	191	19049
3026344	Chastanier	chastanier	FR	48300	95	Europe/Paris	44.7253	3.75488		Chastanier		76	48	482	48041
3026347	Chassy	chassy	FR	18800	392	Europe/Paris	47.84995	3.34891		Chassy		27	89	891	89088
3026348	Chassy	chassy	FR	18800	0	Europe/Paris	47.04553	3.30647				27	58	583	58204
3026349	Chassy	chassy	FR	18800	232	Europe/Paris	47.04201	2.83629		Chassy		24	18	181	18056
3026350	Chassy	chassy	FR	18800	0	Europe/Paris	46.94938	3.48155				27	58	583	58311
3026351	Chassy	chassy	FR	18800	343	Europe/Paris	46.58809	4.1113		Chassy		27	71	713	71111
3026352	Chassors	chassors	FR	16200	1096	Europe/Paris	45.69722	-0.21014		Chassors,Shasor,Shassor,sha suo er,Шасор,Шассор,沙索尔		75	16	162	16088
3026358	Chassillé	chassille	FR	72540	273	Europe/Paris	48.02043	-0.1156		Chassille,Chassillé		52	72	721	72070
3026359	Chassigny-sous-Dun	chassigny-sous-dun	FR	71170	564	Europe/Paris	46.2397	4.29403		Chassigny,Chassigny-sous-Dun		27	71	713	71110
3026362	Chassigny	chassigny	FR	52190	264	Europe/Paris	47.71135	5.37956		Chassigny,Chassigny-le-Bas		44	52	522	52113
3026363	Chassigny	chassigny	FR	52190	0	Europe/Paris	47.5	3.95				27	89	892	89025
3026364	Chassigny	chassigny	FR	52190	0	Europe/Paris	46.9466	-0.00062				75	86	861	86008
3026365	Chassigny	chassigny	FR	52190	0	Europe/Paris	46.88819	3.378				27	58	583	58105
3026366	Chassignolles	chassignolles	FR	36400	541	Europe/Paris	46.54114	1.93952		Chassignoles,Chassignolles		24	36	363	36043
3026367	Chassignolles	chassignolles	FR	36400	90	Europe/Paris	45.39681	3.49223		Chassignolles		84	43	431	43064
3026541	Charnas	charnas	FR	07340	537	Europe/Paris	45.3363	4.74373		Charnas		84	07	073	07056
3026370	Chassignieu	chassignieu	FR	38730	206	Europe/Paris	45.50038	5.50415		Chassignieu		84	38	382	38089
3026373	Chassignelles	chassignelles	FR	89160	285	Europe/Paris	47.75987	4.17733		Chassignelles		27	89	892	89087
3026374	Chassieu	chassieu	FR	69680	9412	Europe/Paris	45.74584	4.97088		Shas'e,Shasje,Шасьє,Шасје		84	69	691	69271
3026375	Chassiers	chassiers	FR	07110	998	Europe/Paris	44.55091	4.29681		Chassiers,Fanzove		84	07	071	07058
3026377	Chassiecq	chassiecq	FR	16350	170	Europe/Paris	45.95375	0.37897		Chapciec,Chassiecq,Shas'ek,Shasjek,sha xie,Шасьек,Шасьєк,Шасјек,沙谢		75	16	163	16087
3026379	Chassey-lès-Scey	chassey-les-scey	FR	70360	96	Europe/Paris	47.64319	5.97803		Chassey,Chassey-les-Scey,Chassey-lès-Scey		27	70	702	70138
3026380	Chassey-lès-Montbozon	chassey-les-montbozon	FR	70230	207	Europe/Paris	47.51667	6.33333		Chassey,Chassey-les-Montbozon,Chassey-lès-Montbozon,Shase le Monbozon,Shasse-le-Monbozon,Шасе ле Монбозон,Шассе-ле-Монбозон		27	70	702	70137
3026381	Chassey-le-Camp	chassey-le-camp	FR	71150	282	Europe/Paris	46.88708	4.6975		Chassey,Chassey-le-Camp		27	71	712	71109
3026382	Chassey-Beaupré	chassey-beaupre	FR	55130	141	Europe/Paris	48.45834	5.43312		Chassey,Chassey-Beaupre,Chassey-Beaupré		44	55	552	55104
3026383	Chassey	chassey	FR	21150	95	Europe/Paris	47.47703	4.44595		Chassey		27	21	213	21151
3026384	Chasse-sur-Rhône	chasse-sur-rhone	FR	38670	5229	Europe/Paris	45.5785	4.80985		Chasse,Chasse sobre Rodano,Chasse-sur-Rhone,Chasse-sur-Rhône,Shas sir Ron,Shas-sjur-Ron,Shass-sjur-Ron,luo ne he pan sha si,Шас сир Рон,Шас-сюр-Рон,Шасс-сюр-Рон,罗讷河畔沙斯		84	38	383	38087
3026387	Chasseradès	chasserades	FR	48250	156	Europe/Paris	44.55146	3.8254		Chasserades,Chasseradès		76	48	482	48027
3026390	Chassenon	chassenon	FR	16150	935	Europe/Paris	45.85197	0.76484		Chassanom,Chassenon,Shasnon,Shassnon,sha sang weng,Шаснон,Шасснон,ሻሰኖን,沙桑翁		75	16	163	16086
3026391	Chasseneuil-du-Poitou	chasseneuil-du-poitou	FR	86360	4306	Europe/Paris	46.65131	0.37233		Chasseneuil,Chasseneuil-du-Poitou		75	86	863	86062
3026393	Chasseneuil	chasseneuil	FR	36800	620	Europe/Paris	46.64685	1.4966		Chasseneuil,Shasnej,Shasnjoj,Shassenej,sha se na yi,Шаснеј,Шаснёй,Шассеней,沙瑟纳伊		24	36	362	36042
3026394	Chasseneuil-sur-Bonnieure	chasseneuil-sur-bonnieure	FR	16260	3156	Europe/Paris	45.81667	0.45		Chassanuelh,Shasnej sir Bonijer,Shasnjoj-sjur-Bon'jor,Shassnej-sjur-Bon'er,bo nie yu er he pan sha se na yi,Шаснеј сир Бонијер,Шаснёй-сюр-Боньёр,Шассней-сюр-Боньєр,博涅于尔河畔沙瑟纳伊		75	16	163	16085
3026398	Chassenard	chassenard	FR	03510	858	Europe/Paris	46.43857	3.97985		Chassenard		84	03	032	03063
3026399	Chassemy	chassemy	FR	02370	784	Europe/Paris	49.3806	3.5069		Chassemy		32	02	024	02167
3026400	Chasselay	chasselay	FR	38470	2746	Europe/Paris	45.8744	4.77237		Chasselay		84	69	692	69049
3026401	Chasselay	chasselay	FR	38470	364	Europe/Paris	45.25652	5.33883		Chasse,Chasselay,Chasseley		84	38	381	38086
3026402	Chasselas	chasselas	FR	71570	165	Europe/Paris	46.27566	4.71876		Chasselas,Gutedel		27	71	715	71108
3026405	Chasseguey	chasseguey	FR	50520	90	Europe/Paris	48.6475	-1.07876		Chasseguay,Chasseguey		28	50	501	50260
3026409	Chassé	chasse	FR	72600	165	Europe/Paris	48.44611	0.20304		Chasse,Chassé		52	72	722	72137
3026410	Chasse	chasse	FR	72600	0	Europe/Paris	44.18333	6.58333				93	04	042	04240
3026413	Chassant	chassant	FR	28480	305	Europe/Paris	48.29525	1.06387		Chassant		24	28	284	28086
3026416	Chassal	chassal	FR	39360	529	Europe/Paris	46.35712	5.78392		Chassal		27	39	393	39339
3026417	Chassaignes	chassaignes	FR	24600	93	Europe/Paris	45.25351	0.25219		Chassaignes		75	24	243	24114
3026419	Chassagny	chassagny	FR	69700	1122	Europe/Paris	45.6067	4.73214		Chassagny,Shasani,Shassan'i,Шасањи,Шассаньї		84	69	691	69179
3026420	Chassagny	chassagny	FR	69700	0	Europe/Paris	45.30895	2.71081		Chassagny,Chassany		84	15	153	15170
3026423	Chassagne-Saint-Denis	chassagne-saint-denis	FR	25290	115	Europe/Paris	47.08386	6.1142		Chassagne,Chassagne-Saint-Denis		27	25	251	25129
3026424	Chassagnes	chassagnes	FR	43230	136	Europe/Paris	45.2144	3.53814		Chassagnes		84	43	431	43063
3026425	Chassagnes	chassagnes	FR	43230	0	Europe/Paris	44.40466	4.16566		Chassagnes		84	07	071	07334
3026426	Chassagne-Montrachet	chassagne-montrachet	FR	21190	492	Europe/Paris	46.93821	4.72988		Chassagne-Montrachet		27	21	211	21150
3026429	Chassagne	chassagne	FR	63320	0	Europe/Paris	46.98095	4.5887		Chassagne,La Chassagne		27	21	211	21032
3026430	Chassagne	chassagne	FR	63320	0	Europe/Paris	45.96835	5.1807				84	01	012	01129
3026431	Chassagne	chassagne	FR	63320	104	Europe/Paris	45.49779	3.07631		Chassagne		84	63	633	63097
3026432	Chassagne	chassagne	FR	63320	0	Europe/Paris	45.37869	1.90161				75	19	192	19287
3026433	Chassagne	chassagne	FR	63320	0	Europe/Paris	45.36667	2.4				84	15	152	15037
3026436	Chaspuzac	chaspuzac	FR	43320	547	Europe/Paris	45.06815	3.74909		Chaspuzac		84	43	432	43062
3026437	Chaspinhac	chaspinhac	FR	43700	572	Europe/Paris	45.08615	3.94447		Chaspinhac,Mont-Quentin		84	43	432	43061
3026438	Chasné-sur-Illet	chasne-sur-illet	FR	35250	1236	Europe/Paris	48.24005	-1.56383		Chasne,Chasne-sur-Illet,Chasné,Chasné-sur-Illet,Kadeneg		53	35	353	35067
3026439	Chasnay	chasnay	FR	58350	135	Europe/Paris	47.24553	3.18429		Chasnay		27	58	584	58061
3026440	Chasnans	chasnans	FR	25580	195	Europe/Paris	47.08559	6.31283		Chasnans		27	25	253	25424
3026441	Chasnais	chasnais	FR	85400	520	Europe/Paris	46.45972	-1.22917		Chasnais		52	85	851	85058
3026444	Chaserey	chaserey	FR	10210	49	Europe/Paris	47.95828	4.06908		Chaserey		44	10	103	10087
3026445	Chas	chas	FR	63160	301	Europe/Paris	45.749	3.30154		Chas		84	63	632	63096
3026447	Charvonnex	charvonnex	FR	74370	884	Europe/Paris	45.97748	6.15958		Charvonnex		84	74	741	74062
3026451	Charvieu-Chavagneux	charvieu-chavagneux	FR	38230	8506	Europe/Paris	45.75	5.15				84	38	382	38085
3026459	Chartuzac	chartuzac	FR	17130	148	Europe/Paris	45.33964	-0.41832		Chartuzac		75	17	171	17092
3026460	Chartronges	chartronges	FR	77320	295	Europe/Paris	48.74653	3.26895		Chartronges		11	77	773	77097
3026464	Chartrettes	chartrettes	FR	77590	2647	Europe/Paris	48.48808	2.70083		Chartrettes,Shartret,Shartrett,Шартрет,Шартретт		11	77	774	77096
3026534	Charnay-lès-Mâcon	charnay-les-macon	FR	71012 CEDEX	7019	Europe/Paris	46.30751	4.78479		Charnay,Charnay-les-Macon,Charnay-lès-Mâcon,Sharne le Makon,Sharne-le-Makon,Шарне ле Макон,Шарне-ле-Макон		27	71	715	71105
3026465	Chartres-de-Bretagne	chartres-de-bretagne	FR	35131	7074	Europe/Paris	48.03975	-1.70543		Carceres,Chartres,Chartres-de-Bretagne,Karnod,Shartr de Bretan,Shartr-de-Bretan',sha er te lei de bu lei ta ni,Шартр де Бретањ,Шартр-де-Бретань,沙尔特雷德布雷塔尼		53	35	353	35066
3026467	Chartres	chartres	FR	28000	43838	Europe/Paris	48.44685	1.48925		Carnotes,Chartres,Chartrez,QTJ,Sartr,Sartra,Sartras,Shartr,Shartur,cha thr,sha te er,shartr,sharutoru,syaleuteuleu,Şartr,Šartra,Šartras,Σαρτρ,Шартр,Шартър,Շարտր,שארטר,شارتر,ชาทร์,შარტრი,ሻርትረ,シャルトル,沙特尔,샤르트르	28	24	28	281	28085
3026468	Chartrené	chartrene	FR	49150	56	Europe/Paris	47.4916	-0.12591		Chartrene,Chartrené,Shartrene,sha er te lei nei,Шартрене,沙尔特雷内		52	49	493	49018
3026470	Chartèves	charteves	FR	02400	348	Europe/Paris	49.07489	3.505		Charteves,Chartèves		32	02	021	02166
3026471	Chartainvilliers	chartainvilliers	FR	28130	649	Europe/Paris	48.54408	1.55419		Chartainvilliers,Shartenvil'e,Shartenvilije,sha er tan wei li ye er,Шартенвилије,Шартенвільє,沙尔坦维利耶尔		24	28	281	28084
3026472	Charsonville	charsonville	FR	45130	612	Europe/Paris	47.92817	1.57977		Charsonville,Sharsonvil,Sharsonvil',sha er song wei er,Шарсонвил,Шарсонвіль,沙尔松维尔		24	45	452	45081
3026474	Chars	chars	FR	95750	1716	Europe/Paris	49.16032	1.93669		Chars,Shar,sha er si,Шар,沙尔斯		11	95	953	95142
3026476	Charroux	charroux	FR	03140	337	Europe/Paris	46.18501	3.16129		Charroux,Charroux-d'Allier		84	03	032	03062
3026478	Charroux	charroux	FR	03140	1413	Europe/Paris	46.1444	0.40333		Charroux		75	86	862	86061
3026479	Charron	charron	FR	17230	0	Europe/Paris	47.07352	2.29142				24	18	181	18138
3026480	Charron	charron	FR	17230	1756	Europe/Paris	46.2951	-1.10664		Charron		75	17	173	17091
3026481	Charron	charron	FR	17230	234	Europe/Paris	46.05994	2.56247		Charoms,Charons,Charron,Sharon,Sharron,sha er long,Шарон,Шаррон,沙尔龙		75	23	231	23054
3026482	Charron	charron	FR	17230	0	Europe/Paris	45.91133	5.68791				84	01	011	01079
3026483	Charritte-de-Bas	charritte-de-bas	FR	64130	241	Europe/Paris	43.29409	-0.88228		Charritte,Charritte-de-Bas,Sarrikotapea,Sharit de Ba,Sharrit-de-Ba,Sharrita de Baish,Sharritt-de-Ba,sha li te gu de,Шарит де Ба,Шаррит-де-Ба,Шарритт-де-Ба,沙里特谷地		75	64	642	64187
3026484	Charrin	charrin	FR	58300	626	Europe/Paris	46.78785	3.59822		Charrin		27	58	581	58060
3026486	Charrey-sur-Saône	charrey-sur-saone	FR	21170	245	Europe/Paris	47.08817	5.16232		Charrey,Charrey-en-Plaine,Charrey-sur-Saone,Charrey-sur-Saône		27	21	211	21148
3026487	Charrey-sur-Seine	charrey-sur-seine	FR	21400	144	Europe/Paris	47.95	4.51667				27	21	213	21149
3026490	Charrecey	charrecey	FR	71510	315	Europe/Paris	46.83881	4.66774		Charrecey,Sharrese,Sharse,Шарресе,Шарсе		27	71	712	71107
3026491	Charre	charre	FR	64190	247	Europe/Paris	43.31667	-0.86766		Charre,Shar,Sharr,Sharra,Xarra,sha er,Шар,Шарр,沙尔		75	64	642	64186
3026492	Charray	charray	FR	28220	128	Europe/Paris	47.97091	1.32627		Charray		24	28	282	28103
3026496	Charras	charras	FR	16380	0	Europe/Paris	45.9837	-1.00867				75	17	172	17353
3026497	Charras	charras	FR	16380	312	Europe/Paris	45.54253	0.4159		Charras,Charrec,Charreç,Charràs,Shara,Sharra,sha er la,Шара,Шарра,沙尔拉		75	16	161	16084
3026498	Charraix	charraix	FR	43300	85	Europe/Paris	45.02598	3.56863		Charraix		84	43	431	43060
3026499	Charrais	charrais	FR	86170	783	Europe/Paris	46.69806	0.20136		Charrais,Share,Sharre,sha er lai,Шаре,Шарре,沙尔赖		75	86	863	86281
3026500	Charquemont	charquemont	FR	25140	2310	Europe/Paris	47.21417	6.8198		Charquemont		27	25	252	25127
3026501	Charpont	charpont	FR	28500	527	Europe/Paris	48.69913	1.43609		Charpont		24	28	283	28082
3026502	Charpey	charpey	FR	26300	967	Europe/Paris	44.93784	5.09365		Charpey		84	26	263	26079
3026503	Charpentry	charpentry	FR	55270	34	Europe/Paris	49.25793	5.03028		Charpentry		44	55	553	55103
3026508	Chârost	charost	FR	18290	1081	Europe/Paris	46.9939	2.11639		Charost,Chârost,Sharo,sha luo si,Шаро,沙罗斯		24	18	181	18055
3026509	Charonville	charonville	FR	28120	248	Europe/Paris	48.28093	1.30414		Charonville		24	28	281	28081
3026512	Charols	charols	FR	26450	534	Europe/Paris	44.59045	4.95206		Charols		84	26	262	26078
3026515	Charolles	charolles	FR	71120	3323	Europe/Paris	46.43451	4.27527		Charolles,Quadrigellae,Sharol,Sharol',sha luo lei,sharoru,sharwl,Шарол,Шароль,شارول,シャロル,沙罗勒	713	27	71	713	71106
3026517	Charny-sur-Meuse	charny-sur-meuse	FR	55100	470	Europe/Paris	49.20816	5.36354		Charny,Charny-sur-Meuse		44	55	553	55102
3026518	Charny-le-Bachot	charny-le-bachot	FR	10380	177	Europe/Paris	48.55208	3.94518		Charny,Charny-le-Bachot		44	10	102	10086
3026519	Charny	charny	FR	21350	0	Europe/Paris	49.79175	1.81419				32	80	802	80573
3026520	Charny	charny	FR	21350	1272	Europe/Paris	48.97098	2.76121		Charny		11	77	771	77095
3026521	Charny	charny	FR	21350	1796	Europe/Paris	47.88661	3.09583		Charny		27	89	891	89086
3026522	Charny	charny	FR	21350	37	Europe/Paris	47.33666	4.42774		Charny		27	21	213	21147
3026523	Charnoz-sur-Ain	charnoz-sur-ain	FR	01800	881	Europe/Paris	45.86667	5.21667				84	01	011	01088
3026526	Charnois	charnois	FR	08600	89	Europe/Paris	50.10806	4.82866		Charnois		44	08	081	08106
3026527	Charnod	charnod	FR	39240	48	Europe/Paris	46.33292	5.48888		Charnod		27	39	392	39111
3026528	Charnizay	charnizay	FR	37290	549	Europe/Paris	46.91361	0.98631		Charnizay,Sharnize,sha er ni ze,Шарнизе,Шарнізе,沙尔尼泽		24	37	373	37061
3026532	Charnècles	charnecles	FR	38140	1476	Europe/Paris	45.34398	5.52799		Charnecles,Charnècles		84	38	381	38084
3026535	Charnay-lès-Chalon	charnay-les-chalon	FR	71350	178	Europe/Paris	46.93858	5.0936		Charnay,Charnay-les-Chalon,Charnay-lès-Chalon		27	71	712	71104
3026537	Charnay	charnay	FR	25440	446	Europe/Paris	47.12781	5.95457		Charnay		27	25	251	25126
3026538	Charnay	charnay	FR	25440	1018	Europe/Paris	45.89058	4.66821		Charnay		84	69	692	69047
3026540	Charnat	charnat	FR	63290	0	Europe/Paris	45.94327	3.43276		Charnat		84	63	635	63095
3026546	Charmoy	charmoy	FR	10290	0	Europe/Paris	48.59525	3.68399				44	51	512	51103
3026547	Charmoy	charmoy	FR	10290	0	Europe/Paris	48.40274	3.58719		Charmoy		44	10	102	10085
3026548	Charmoy	charmoy	FR	10290	0	Europe/Paris	48.19298	2.53424				11	77	774	77009
3026549	Charmoy	charmoy	FR	10290	0	Europe/Paris	47.80818	5.61886		Charmoy		44	52	522	52197
3026550	Charmoy	charmoy	FR	10290	0	Europe/Paris	47.36227	4.7781				27	21	212	21081
3026551	Charmoy	charmoy	FR	10290	246	Europe/Paris	46.75643	4.33381		Charmoy		27	71	711	71103
3026553	Charmont-sous-Barbuise	charmont-sous-barbuise	FR	10150	696	Europe/Paris	48.40756	4.17305		Charmont,Charmont-sous-Barbuise		44	10	103	10084
3026554	Charmont-en-Beauce	charmont-en-beauce	FR	45480	348	Europe/Paris	48.23188	2.1057		Charmont,Charmont-en-Beauce,Sharmon an Bos,Sharmont-an-Bos,bo ke de qu sha er meng,Шармон ан Бос,Шармонт-ан-Бос,博克地区沙尔蒙		24	45	453	45080
3026556	Charmont	charmont	FR	51330	34	Europe/Paris	49.13585	1.79016		Charmont		11	95	953	95141
3026557	Charmont	charmont	FR	51330	233	Europe/Paris	48.87057	4.86845		Charmont		44	51	514	51130
3026559	Charmois-l'Orgueilleux	charmois-l-orgueilleux	FR	88270	0	Europe/Paris	48.1048	6.26828		Charmois,Charmois-l'Orgueilleux		44	88	881	88092
3026560	Charmois-devant-Bruyères	charmois-devant-bruyeres	FR	88460	415	Europe/Paris	48.1679	6.59321		Charmois,Charmois-devant-Bruyeres,Charmois-devant-Bruyères		44	88	881	88091
3026562	Charmois	charmois	FR	54360	0	Europe/Paris	49.44703	5.23555				44	55	553	55364
3026563	Charmois	charmois	FR	54360	189	Europe/Paris	48.54007	6.38388		Charmois		44	54	542	54121
3026564	Charmois	charmois	FR	54360	272	Europe/Paris	47.57461	6.93762		Charmois		27	90	901	90021
3026565	Charmois	charmois	FR	54360	0	Europe/Paris	47.49738	3.4325				27	58	582	58032
3026567	Charmoille	charmoille	FR	25380	0	Europe/Paris	47.66341	6.10801		Charmoille		27	70	702	70136
3026568	Charmoille	charmoille	FR	25380	314	Europe/Paris	47.24476	6.66865		Charmoille		27	25	252	25125
3026574	Charmes-sur-Rhône	charmes-sur-rhone	FR	07800	2380	Europe/Paris	44.86367	4.83533		Charmes,Charmes-sur-Rhone,Charmes-sur-Rhône		84	07	073	07055
3026575	Charmes-sur-l'Herbasse	charmes-sur-l-herbasse	FR	26260	0	Europe/Paris	45.14796	5.0163		Charmes,Charmes-sur-l'Herbasse		84	26	263	26077
3026576	Charmes-Saint-Valbert	charmes-saint-valbert	FR	70120	49	Europe/Paris	47.72867	5.70868		Charmes,Charmes-Saint-Valbert,Val-d'Hericourt,Val-d'Héricourt		27	70	702	70135
3026577	Charmes	charmes	FR	02800	113	Europe/Paris	47.92001	5.35092		Charmes,Charmes-les-Langres,Charmes-lès-Langres		44	52	522	52108
3026578	Charmes-la-Grande	charmes-la-grande	FR	52110	169	Europe/Paris	48.38347	4.99338		Charmes-la-Grande		44	52	523	52110
3026579	Charmes-la-Côte	charmes-la-cote	FR	54113	320	Europe/Paris	48.62586	5.82817		Charmes,Charmes-la-Cote,Charmes-la-Côte,Sharm la Kot,Sharm-la-Kot,sha er mei la ke te,Шарм ла Кот,Шарм-ла-Кот,沙尔梅拉科特		44	54	544	54120
3026580	Charmes-en-l'Angle	charmes-en-l-angle	FR	52110	0	Europe/Paris	48.37416	5.00135		Charmes-en-l'Angle		44	52	523	52109
3026587	Charmes	charmes	FR	02800	1806	Europe/Paris	49.65345	3.37857		Charmes		32	02	022	02165
3026588	Charmes	charmes	FR	02800	4825	Europe/Paris	48.3722	6.29117		Charmes		44	88	881	88090
3026589	Charmes	charmes	FR	02800	121	Europe/Paris	47.37673	5.34605		Charmes		27	21	212	21146
3026590	Charmes	charmes	FR	02800	298	Europe/Paris	46.07515	3.25208		Charmes		84	03	033	03061
3026593	Charmentray	charmentray	FR	77410	255	Europe/Paris	48.9453	2.77648		Charmentray		11	77	771	77094
3026594	Charmensac	charmensac	FR	15500	130	Europe/Paris	45.21672	3.08815		Charmensac		84	15	153	15043
3026596	Charmeil	charmeil	FR	03110	636	Europe/Paris	46.16133	3.39304		Chalmelh,Charmeil,Sharmej,sha er mei lei,sharmy,Шармей,Шармеј,شارمی,沙尔梅勒		84	03	033	03060
3026598	Charmé	charme	FR	16140	400	Europe/Paris	45.95174	0.11689		Charme,Charmé,Sharme,sha er mei,Шарме,沙尔梅		75	16	163	16083
3026599	Charmauvillers	charmauvillers	FR	25470	217	Europe/Paris	47.23915	6.91913		Charmauvillers		27	25	252	25124
3026601	Charmant	charmant	FR	16320	333	Europe/Paris	45.49626	0.18331		Charmant,Sharman,sha er mang,Шарман,沙尔芒		75	16	161	16082
3026603	Charly-sur-Marne	charly-sur-marne	FR	02310	2754	Europe/Paris	48.97749	3.28464		Charly,Charly-sur-Marne,Sharli na Marni,Sharli-sjur-Marn,ma en he pan sha er li,Шарли на Марни,Шарли-сюр-Марн,Шарлі-сюр-Марн,马恩河畔沙尔利		32	02	021	02163
3026604	Charly-Oradour	charly-oradour	FR	57640	644	Europe/Paris	49.17406	6.23833		Charly,Charly-Oradour		44	57	579	57129
3026605	Charly	charly	FR	18350	257	Europe/Paris	46.89936	2.74822		Charly		24	18	182	18054
3026606	Charly	charly	FR	18350	4038	Europe/Paris	45.64887	4.79461		Charly		84	69	691	69046
3026610	Charlieu	charlieu	FR	42190	3758	Europe/Paris	46.16202	4.17228		Charlieu,Sharl'e,Sharlije,sha er li e,Шарлије,Шарльє,沙尔利厄		84	42	422	42052
3026611	Charleville-sous-Bois	charleville-sous-bois	FR	57220	228	Europe/Paris	49.18947	6.41143		Charleville,Charleville-sous-Bois		44	57	579	57128
3026685	Chard	chard	FR	23700	177	Europe/Paris	45.94443	2.47687		Chard		75	23	231	23053
3026613	Charleville-Mézières	charleville-mezieres	FR	08000	52415	Europe/Paris	49.7685	4.72487		Caroli Villa,Charleville,Charleville-Mezieres,Charleville-Mézières,Libreville,Mezieres,Mézières,Sarlevil Mezyer,Sarlevilis-Mezjeras,Sarlvil-Mezier,Sarlvill-Mezyer,Sharlevil Mezjer,Sharlevil'-Mez'er,Sharlvil Mezjer,sarlavhila-mejhi'eya,sha lei wei er-mei ji ye er,sharlwyl-mzyr,sharuruvu~iru=mejieru,shrlwyl-mzyh,srlwwyl-mzyyr,syaleulleubilmejieleu,Şarlevil Mezyer,Šarlevilis-Mezjeras,Σαρλβίλ-Μεζιέρ,Шарлвил Мезјер,Шарлевил Мезјер,Шарлевиль-Мезьер,Шарлевіль-Мезьєр,Շառլվիլլ-Մեզյեր,שרלוויל-מזייר,شارلویل-مزیر,شرلویل-مزیه,शार्लव्हिल-मेझिएया,シャルルヴィル＝メジエール,沙勒维尔-梅济耶尔,샤를르빌메지에르	08	44	08	081	08105
3026614	Charleville	charleville	FR	51120	163	Europe/Paris	48.81286	3.66762		Charleville		44	51	512	51129
3026615	Charleval	charleval	FR	13350	1969	Europe/Paris	49.3729	1.38369		Charleval		28	27	271	27151
3026616	Charleval	charleval	FR	13350	2184	Europe/Paris	43.71864	5.24546		Charleval,Charleval-de Provence		93	13	131	13024
3026620	Charlas	charlas	FR	31350	204	Europe/Paris	43.22744	0.69307		Charlas		76	31	312	31138
3026623	Charix	charix	FR	01130	295	Europe/Paris	46.18423	5.68349		Charix,Sari,Shari,sha li,shary,Шари,Шарі,Շարի,شاري,沙里		84	01	014	01087
3026624	Charigny	charigny	FR	21140	36	Europe/Paris	47.43095	4.4237		Charigny		27	21	213	21145
3026625	Chariez	chariez	FR	70000	203	Europe/Paris	47.61962	6.08624		Chariez,Shar'e,Sharez,Sharjez,Шарье,Шарєз,Шарјез		27	70	702	70134
3026626	Chargey-lès-Port	chargey-les-port	FR	70170	246	Europe/Paris	47.73708	6.0002		Chargey,Chargey-les-Port,Chargey-lès-Port		27	70	702	70133
3026627	Chargey-lès-Gray	chargey-les-gray	FR	70100	740	Europe/Paris	47.48512	5.57865		Chargey,Chargey-les-Gray,Chargey-lès-Gray		27	70	702	70132
3026630	Chargé	charge	FR	37530	1005	Europe/Paris	47.4327	1.03037		Charge,Chargé		24	37	373	37060
3026631	Charézier	charezier	FR	39130	144	Europe/Paris	46.61101	5.72791		Charezier,Charézier		27	39	392	39109
3026632	Charey	charey	FR	54470	66	Europe/Paris	49.00173	5.8794		Charey		44	54	544	54119
3026633	Charette-Varennes	charette-varennes	FR	71270	355	Europe/Paris	46.91667	5.2		Charette,Sharet,Sharett-Varenn,Шарет,Шаретт-Варенн		27	71	714	71101
3026634	Charette	charette	FR	38390	357	Europe/Paris	45.80998	5.36899		Charette		84	38	382	38083
3026636	Charentonnay	charentonnay	FR	18140	348	Europe/Paris	47.14482	2.8737		Charentonnay		24	18	181	18053
3026637	Charenton-le-Pont	charenton-le-pont	FR	94220	30910	Europe/Paris	48.82209	2.41217		Carentonium,Charenton,Charenton-Republicain,Charenton-Républicain,Charenton-le-Pont,Le Republicain,Le Républicain,Sharanton le Pon,Sharanton-le-Pon,Sharonton-l-Pon,sha lang tong lei peng,sharanton=ru=pon,shrantwn-lw-pwn,shrntwn lw pwn,syalangtongleupong,Шарантон ле Пон,Шарантон-ле-Пон,Шаронтон-л-Пон,شرانتون-لو-پون,شرنتون لو پون,シャラントン＝ル＝ポン,沙朗通勒蓬,샤랑통르퐁		11	94	942	94018
3026638	Charenton-du-Cher	charenton-du-cher	FR	18210	1101	Europe/Paris	46.73007	2.64438		Charenton,Charenton sur Cher,Charenton-du-Cher,Sharanton di Sher,Sharanton-dju-Sher,sha lang tong di xie,Шарантон ди Шер,Шарантон-дю-Шер,沙朗通迪谢		24	18	182	18052
3026641	Charentilly	charentilly	FR	37390	1039	Europe/Paris	47.46981	0.60903		Charentilly		24	37	371	37059
3026642	Charentenay	charentenay	FR	89580	266	Europe/Paris	47.64964	3.5453		Charentenay		27	89	891	89084
3026643	Charentenay	charentenay	FR	89580	0	Europe/Paris	47.58849	5.84871		Charentenay		27	70	702	70492
3026648	Charentay	charentay	FR	69220	1122	Europe/Paris	46.08897	4.67921		Charentay		84	69	692	69045
3026650	Charensat	charensat	FR	63640	596	Europe/Paris	45.98655	2.63616		Charensat		84	63	634	63094
3026651	Charens	charens	FR	26310	35	Europe/Paris	44.5384	5.51056		Charens,Haut Charens		84	26	261	26076
3026653	Charency-Vezin	charency-vezin	FR	54260	0	Europe/Paris	49.48451	5.51136		Charency,Charency-Vezin		44	54	541	54118
3026654	Charency	charency	FR	39250	0	Europe/Paris	47.39262	3.75285				27	58	582	58230
3026655	Charency	charency	FR	39250	42	Europe/Paris	46.77031	5.99377		Charency		27	39	392	39108
3026659	Charencey	charencey	FR	21690	34	Europe/Paris	47.42142	4.66881		Charancey,Charencey		27	21	213	21144
3026663	Chareil-Cintrat	chareil-cintrat	FR	03140	330	Europe/Paris	46.2668	3.22045		Chareil,Chareil-Cintrat,Charreil-Cintrat,Charuelh e Sintrac,Charuelh e Sintrat,Sharej Sentra,Sharej-Sentra,sha lei sheng la,Шарей-Сентра,Шареј Сентра,沙雷圣拉		84	03	032	03059
3026673	Chardonnay	chardonnay	FR	71700	165	Europe/Paris	46.50997	4.86107		Chardonnay		27	71	715	71100
3026676	Chardogne	chardogne	FR	55000	293	Europe/Paris	48.82413	5.12725		Chardogne		44	55	551	55101
3026680	Chardeny	chardeny	FR	08400	42	Europe/Paris	49.41795	4.60041		Chardeny		44	08	084	08104
3026686	Charcier	charcier	FR	39130	111	Europe/Paris	46.62704	5.75109		Charcier		27	39	392	39107
3026687	Charchilla	charchilla	FR	39260	266	Europe/Paris	46.46469	5.71292		Charchilla		27	39	393	39106
3026688	Charchigné	charchigne	FR	53250	422	Europe/Paris	48.41755	-0.40906		Charchigne,Charchigné		52	53	533	53061
3026689	Charcenne	charcenne	FR	70700	334	Europe/Paris	47.3724	5.77782		Charcenne		27	70	702	70130
3026690	Charcé-Saint-Ellier-sur-Aubance	charce-saint-ellier-sur-aubance	FR	49320	662	Europe/Paris	47.35796	-0.41182		Sharse Sent Elije sir Obans,Sharse-Sent-El'e-sjur-Obans,ao bang ke he pan sha er sai-sheng ai li ye,Шарсе Сент Елије сир Обанс,Шарсе-Сент-Ельє-сюр-Обанс,奥邦克河畔沙尔塞-圣埃利耶		52	49	491	49050
3026691	Charbuy	charbuy	FR	89113	1572	Europe/Paris	47.82282	3.46617		Charbuy,Sharbi,Sharbjui,sha er bi yi,Шарби,Шарбюи,Шарбюї,沙尔比伊		27	89	891	89083
3026696	Charbonnier-les-Mines	charbonnier-les-mines	FR	63340	850	Europe/Paris	45.41662	3.28513		Charbonnier,Charbonnier-les-Mines		84	63	633	63091
3026697	Charbonnières-les-Vieilles	charbonnieres-les-vieilles	FR	63410	901	Europe/Paris	45.99489	2.9984		Charbonnieres,Charbonnieres-les-Vieilles,Charbonnières,Charbonnières-les-Vieilles		84	63	634	63093
3026698	Charbonnières-les-Varennes	charbonnieres-les-varennes	FR	63410	1341	Europe/Paris	45.90786	2.99976		Charboneiras las Novas,Charbonnieres,Charbonnieres-les-Varennes,Charbonnières,Charbonnières-les-Varennes,Charbonnières-lès-Varennes,Charbonèiras las Novas,Sharbon'er-le-Varenn,Sharbonije le Varan,sha er bo ni ai lai wa lei nei,Шарбоније ле Варан,Шарбоньєр-ле-Варенн,沙尔博尼埃莱瓦雷内		84	63	634	63092
3026699	Charbonnières-les-Sapins	charbonnieres-les-sapins	FR	25620	167	Europe/Paris	47.14654	6.21263		Charbonnieres,Charbonnieres-les-Sapins,Charbonnières,Charbonnières-les-Sapins		27	25	253	25222
3026700	Charbonnières-les-Bains	charbonnieres-les-bains	FR	69260	4580	Europe/Paris	45.78053	4.74637		Charbonnieres,Charbonnieres-les-Bains,Charbonnières,Charbonnières-les-Bains,Sharbon'er-le-Ben,Sharbonijer le Ben,Шарбонијер ле Бен,Шарбоньєр-ле-Бен		84	69	691	69044
3026701	Charbonnières	charbonnieres	FR	28330	266	Europe/Paris	48.19041	0.95237		Charbonnieres,Charbonnières		24	28	284	28080
3026702	Charbonnières	charbonnieres	FR	28330	329	Europe/Paris	46.38908	4.83352		Charbonnieres,Charbonnières		27	71	715	71099
3026716	Charbonnat	charbonnat	FR	71320	250	Europe/Paris	46.78952	4.11619		Charbonnat		27	71	711	71098
3026718	Charbogne	charbogne	FR	08130	206	Europe/Paris	49.50175	4.58969		Charbogne		44	08	084	08103
3026720	Charavines	charavines	FR	38850	1545	Europe/Paris	45.42891	5.51492		Charavines,Charavines-les-Bains		84	38	382	38082
3026941	Changé	change	FR	21340	5546	Europe/Paris	47.98714	0.28275		Change,Changé		52	72	723	72058
3026728	Charantonnay	charantonnay	FR	38790	1883	Europe/Paris	45.53705	5.11005		Charantonnay,Charentonnay,Sharantone,Sharantonne,sha lang tuo nai,sharantone,Шарантоне,Шарантонне,シャラントネー,沙朗托奈		84	38	383	38081
3026730	Charancieu	charancieu	FR	38490	607	Europe/Paris	45.53	5.58551		Charancieu		84	38	382	38080
3026739	Chaptuzat	chaptuzat	FR	63260	384	Europe/Paris	46.03192	3.1781		Chaptuzat		84	63	634	63090
3026741	Chaptelat	chaptelat	FR	87270	1506	Europe/Paris	45.91011	1.2585		Chaptalac,Chaptelat,Shaptela,Shatla,sha pu tai la,Шаптела,Шатла,沙普泰拉		75	87	872	87038
3026744	Chappes	chappes	FR	03390	90	Europe/Paris	49.61006	4.27134		Chappes		44	08	082	08102
3026745	Chappes	chappes	FR	03390	260	Europe/Paris	48.16716	4.24796		Chappes		44	10	103	10083
3026746	Chappes	chappes	FR	03390	0	Europe/Paris	46.60447	2.83419		Chapes,Chappes		84	03	031	03048
3026747	Chappes	chappes	FR	03390	0	Europe/Paris	46.38774	2.92653		Chappes		84	03	031	03058
3026748	Chappes	chappes	FR	03390	1398	Europe/Paris	45.86848	3.22068		Chappes		84	63	634	63089
3026757	Chaponost	chaponost	FR	69630	8286	Europe/Paris	45.7102	4.74221		Chaponost,Shapono,Шапоно		84	69	691	69043
3026758	Chaponnay	chaponnay	FR	69970	3494	Europe/Paris	45.62762	4.93615		Chaponnay		84	69	691	69270
3026759	Chapois	chapois	FR	39300	215	Europe/Paris	46.83671	5.9614		Chapois		27	39	392	39105
3026765	Chapet	chapet	FR	78130	1189	Europe/Paris	48.96667	1.93333		Chapet,Shape,Шапе		11	78	781	78140
3026766	Chapeiry	chapeiry	FR	74540	665	Europe/Paris	45.85	6.03333		Chapeiry		84	74	741	74061
3026767	Chapelon	chapelon	FR	45270	248	Europe/Paris	48.03696	2.57875		Chapelon,Shapelon,Shaplon,sha pei long,Шапелон,Шаплон,沙佩隆		24	45	451	45078
3026768	Chapelle-Voland	chapelle-voland	FR	39140	583	Europe/Paris	46.80199	5.37652		Chapelle-Voland		27	39	392	39104
3026769	Chapelle-Vallon	chapelle-vallon	FR	10700	200	Europe/Paris	48.43574	4.03928		Chapelle-Vallon		44	10	102	10082
3026771	Chapelle-Royale	chapelle-royale	FR	28290	352	Europe/Paris	48.14493	1.04438		Chapelle-Royale,Chapelle-sur-Yerre		24	28	284	28079
3026773	La Chapelle-Montreuil	la-chapelle-montreuil	FR	86470	609	Europe/Paris	46.53333	0.11667		La Chapelle-Montreuil		75	86	863	86123
3026774	Chapelle-Guillaume	chapelle-guillaume	FR	28330	192	Europe/Paris	48.1138	0.90716		Chapelle,Chapelle-Guillaume,La Chapelle-Guillaume,Shapel Gijom,Shapel'-Gijom,Yerre,sha pei er ji luo mu,Шапел Гијом,Шапель-Гійом,沙佩尔吉洛姆		24	28	284	28078
3026775	Chapelle-d'Huin	chapelle-d-huin	FR	25270	0	Europe/Paris	46.93236	6.16655		Chapelle,Chapelle-d'Huin		27	25	253	25122
3026776	Chapelle-des-Bois	chapelle-des-bois	FR	25240	0	Europe/Paris	46.59808	6.11472		Chapelle,Chapelle-des-Bois,Chapelle-du-Bois,Chapelle-les-Bois,La Chapelle-des-Bois		27	25	253	25121
3026780	La Chapelle-Agnon	la-chapelle-agnon	FR	63590	439	Europe/Paris	45.63334	3.63776		Agnon,Chapelle-Agnon,La Chapelle-Agnon,Pierre-Blanche		84	63	631	63086
3026785	Chapelaine	chapelaine	FR	51290	0	Europe/Paris	48.7621	4.13067				44	51	511	51594
3026786	Chapelaine	chapelaine	FR	51290	0	Europe/Paris	48.57964	4.49909		Chapelaine,Shaplen,sha pei lan,Шаплен,沙佩兰		44	51	514	51125
3026791	Chapeau	chapeau	FR	03340	0	Europe/Paris	48.2	0.5				52	72	722	72281
3026792	Chapeau	chapeau	FR	03340	221	Europe/Paris	46.48792	3.52314		Chapeau		84	03	032	03054
3026793	Chapeau	chapeau	FR	03340	0	Europe/Paris	45.38333	4.83333		Chapeau,Les Chapeaux		84	38	383	38344
3026794	Chapdeuil	chapdeuil	FR	24320	116	Europe/Paris	45.34202	0.47526		Chapdeuil,Lo Chapduelh,Shapdej,Shapdjoj,sha pu de yi,Шапдей,Шапдеј,Шапдёй,沙普德伊		75	24	243	24105
3026795	Chapdes-Beaufort	chapdes-beaufort	FR	63230	1008	Europe/Paris	45.89277	2.86362		Chapdes,Chapdes-Beaufort		84	63	634	63085
3026797	Chapareillan	chapareillan	FR	38530	2329	Europe/Paris	45.46513	5.99171		Chapareillan,Shaparejan,sha pa lei lang,Шапареян,Шапарејан,沙帕雷朗		84	38	381	38075
3026800	Chapaize	chapaize	FR	71460	162	Europe/Paris	46.55738	4.73537		Chapaize,Eglise Saint-Martin de Chapaize,Saint-Martin-de-Chapaize,Église Saint-Martin de Chapaize		27	71	712	71087
3026802	Chaourse	chaourse	FR	02340	527	Europe/Paris	49.7047	3.99911		Chaourse,Chaourse-en-Thierache,Chaourse-en-Thiérache		32	02	025	02160
3026804	Chaource	chaource	FR	10210	1109	Europe/Paris	48.05915	4.13738		Caduscia,Chaource,Shaurs,shao er ke,Шаурс,绍尔克		44	10	103	10080
3026805	Chaouilley	chaouilley	FR	54330	95	Europe/Paris	48.43908	6.0676		Chaouilley		44	54	543	54117
3026807	Chaon	chaon	FR	41600	395	Europe/Paris	47.60886	2.17295		Chaon		24	41	413	41036
3026808	Chanzeaux	chanzeaux	FR	49750	995	Europe/Paris	47.2631	-0.64334		Chanzeaux,Shanzo,shang zuo,Шанзо,尚佐		52	49	492	49092
3026810	Chanville	chanville	FR	57580	125	Europe/Paris	49.04305	6.43617		Chanville		44	57	579	57127
3026815	Chanu	chanu	FR	61800	0	Europe/Paris	48.95168	1.46283				28	27	271	27696
3026816	Chanu	chanu	FR	61800	1238	Europe/Paris	48.72914	-0.67603		Chanu,Shani,Shanju,sha ni,Шани,Шаню,沙尼		28	61	612	61093
3026818	Chantrigné	chantrigne	FR	53300	618	Europe/Paris	48.415	-0.56912				52	53	533	53055
3026820	Chantrans	chantrans	FR	25330	342	Europe/Paris	47.04348	6.14965		Chantrans		27	25	251	25120
3026821	Chantraines	chantraines	FR	52700	178	Europe/Paris	48.21858	5.24809		Chantraines		44	52	521	52107
3026822	Chantraine	chantraine	FR	88000	3140	Europe/Paris	48.17157	6.43538		Chantraine		44	88	881	88087
3026823	Chantonnay	chantonnay	FR	85110	8375	Europe/Paris	46.68716	-1.05109		Chantonnay,La Prairiale,La Resolue,La Résolue,Shantone,Shantonne,shang tuo nai,Шантоне,Шантонне,尚托奈		52	85	852	85051
3026827	Chantilly	chantilly	FR	60500	11085	Europe/Paris	49.19461	2.47124		Champ-Libre,Chantilly,XCV		32	60	604	60141
3026829	Chantillac	chantillac	FR	16360	287	Europe/Paris	45.32635	-0.24482		Chantillac,Shantijak,shang di la ke,Шантийак,Шантијак,Шантіяк,尚蒂拉克		75	16	162	16079
3026832	Chanteuges	chanteuges	FR	43300	421	Europe/Paris	45.07257	3.53147		Chanteuges		84	43	431	43056
3026833	Chantesse	chantesse	FR	38470	301	Europe/Paris	45.24424	5.44745		Chantesse		84	38	381	38074
3026834	Chantes	chantes	FR	70360	119	Europe/Paris	47.633	5.93158		Chantes		27	70	702	70127
3026836	Chanterelle	chanterelle	FR	15190	154	Europe/Paris	45.37961	2.81405		Chanterelle		84	15	153	15040
3026839	Chantérac	chanterac	FR	24190	492	Europe/Paris	45.17316	0.4452		Chantairac,Chanterac,Chantérac,Shanterak,shang tai la ke,Шантерак,尚泰拉克		75	24	243	24104
3026842	Chantepie	chantepie	FR	35135	7560	Europe/Paris	48.08818	-1.61691		Cantus Picae,Chantepie,Kantpig,Shantepi,Shantpi,shang te pi ye,Шантепи,Шантпи,Шантпі,尚特皮耶		53	35	353	35055
3026844	Chantenay-Villedieu	chantenay-villedieu	FR	72430	763	Europe/Paris	47.92056	-0.16078		Chantenay,Chantenay-Villedieu		52	72	721	72059
3026846	Chantenay-Saint-Imbert	chantenay-saint-imbert	FR	58240	1190	Europe/Paris	46.73333	3.18333		Chantenay,Chantenay-Saint-Imbert		27	58	583	58057
3026850	Chantemerle-sur-la-Soie	chantemerle-sur-la-soie	FR	17380	106	Europe/Paris	45.97935	-0.6421		Chantemerle,Chantemerle-sur-la-Soie		75	17	175	17087
3026852	Chantemerle-lès-Grignan	chantemerle-les-grignan	FR	26230	187	Europe/Paris	44.40286	4.834		Chantemerle,Chantemerle-les-Grignan,Chantemerle-lès-Grignan		84	26	262	26073
3026853	Chantemerle-les-Blés	chantemerle-les-bles	FR	26600	938	Europe/Paris	45.11578	4.89602		Chantemerle,Chantemerle-les-Bles,Chantemerle-les-Blés		84	26	263	26072
3026855	Chantemerle	chantemerle	FR	51260	37	Europe/Paris	48.6123	3.65726		Chantemerle		44	51	512	51124
3026856	Chantemerle	chantemerle	FR	51260	0	Europe/Paris	48.35568	4.49667				44	10	101	10313
3026857	Chantemerle	chantemerle	FR	51260	0	Europe/Paris	48.15738	4.14665				44	10	103	10104
3026859	Chantemerle	chantemerle	FR	51260	0	Europe/Paris	45.76667	2.58333				84	63	634	63410
3026860	Chantemerle	chantemerle	FR	51260	0	Europe/Paris	45.69517	5.69885				84	01	011	01294
3026861	Chantemerle	chantemerle	FR	51260	0	Europe/Paris	44.93421	6.58848		Chantemerle,Chantemerle-Serre-Chevalier		93	05	051	05133
3026862	Chanteloup-les-Vignes	chanteloup-les-vignes	FR	78570	9521	Europe/Paris	48.97614	2.03261		Chanteloup,Chanteloup-les-Vignes,Shantelu-le-Vin',Shantelup le Vin,Шантелу-ле-Винь,Шантелу-ле-Вінь,Шантелуп ле Вињ		11	78	783	78138
3026863	Chanteloup-les-Bois	chanteloup-les-bois	FR	49340	664	Europe/Paris	47.09477	-0.68476		Chanteloup,Chanteloup-les-Bois		52	49	492	49070
3026865	Chanteloup	chanteloup	FR	27240	285	Europe/Paris	48.89875	-1.48633		Chanteloup		28	50	501	50120
3026866	Chanteloup	chanteloup	FR	27240	62	Europe/Paris	48.88345	1.0205		Chanteloup		28	27	272	27157
3026867	Chanteloup-en-Brie	chanteloup-en-brie	FR	77600	1943	Europe/Paris	48.85478	2.73929		Shantelu-an-Bri,Shantelup an Bri,Shantlu-an-Bri,Шантелу-ан-Бри,Шантелуп ан Бри,Шантлу-ан-Брі		11	77	775	77085
3026868	Chanteloup	chanteloup	FR	27240	0	Europe/Paris	48.60505	0.84242				28	61	613	61230
3026869	Chanteloup	chanteloup	FR	27240	0	Europe/Paris	48.11091	0.33728				52	72	722	72335
3026870	Chanteloup	chanteloup	FR	27240	1304	Europe/Paris	47.96585	-1.61489		Chanteloup,Kantlou		53	35	352	35054
3026871	Chanteloup	chanteloup	FR	27240	0	Europe/Paris	47.24822	3.55607				27	58	582	58026
3026872	Chanteloup	chanteloup	FR	27240	0	Europe/Paris	47.11534	2.85372				24	18	181	18077
3026873	Chanteloup	chanteloup	FR	27240	0	Europe/Paris	46.94229	2.26938				24	18	181	18133
3026874	Chanteloup	chanteloup	FR	27240	944	Europe/Paris	46.76643	-0.524		Chanteloup		75	79	791	79069
3026875	Chanteloup	chanteloup	FR	27240	0	Europe/Paris	46.3938	0.62939				75	86	862	86153
3026887	Chantelle	chantelle	FR	03140	1056	Europe/Paris	46.23806	3.15318		Chantelle		84	03	032	03053
3026888	Chanteix	chanteix	FR	19330	523	Europe/Paris	45.30985	1.63749		Chanteix		75	19	192	19042
3026890	Chanteheux	chanteheux	FR	54300	1664	Europe/Paris	48.59722	6.52783		Chanteheux		44	54	542	54116
3026893	Chantecorps	chantecorps	FR	79340	305	Europe/Paris	46.49664	-0.15565		Chantecorps		75	79	793	79105
3026896	Chantecoq	chantecoq	FR	45320	0	Europe/Paris	48.58333	4.73333		Chantecocq,Chantecoq		44	51	514	51269
3026897	Chantecoq	chantecoq	FR	45320	429	Europe/Paris	48.0537	2.96148		Chantecoq,Shantekok,Shantkok,shang tai ke,Шантекок,Шанткок,尚泰科		24	45	451	45073
3026898	Chanteau	chanteau	FR	45400	1268	Europe/Paris	47.96651	1.97129		Chanteau,Shanto,shang tuo,Шанто,尚托		24	45	452	45072
3026906	Chanoz-Châtenay	chanoz-chatenay	FR	01400	542	Europe/Paris	46.18527	5.03168		Chanoz-Chatenay,Chanoz-Châtenay		84	01	012	01084
3026907	Chanoy	chanoy	FR	52260	108	Europe/Paris	47.92383	5.28629		Chanoy		44	52	522	52106
3026908	Chanoy	chanoy	FR	52260	0	Europe/Paris	47.57285	2.77314				24	45	451	45087
3026910	Chanousse	chanousse	FR	05700	36	Europe/Paris	44.3554	5.65506		Chanousse		93	05	052	05033
3026911	Chanos-Curson	chanos-curson	FR	26600	1018	Europe/Paris	45.06057	4.92381		Chanos-Curson		84	26	263	26071
3026912	Chanonat	chanonat	FR	63450	1487	Europe/Paris	45.69299	3.09351		Chanonac,Chanonat,Shanona,shang ao na,Шанона,尚奥纳		84	63	632	63084
3026918	Channes	channes	FR	10340	147	Europe/Paris	47.93996	4.25447		Channes		44	10	103	10079
3026919	Channay-sur-Lathan	channay-sur-lathan	FR	37330	621	Europe/Paris	47.47907	0.26423		Channay,Channay-sur-Lathan		24	37	371	37055
3026920	Channay	channay	FR	21330	79	Europe/Paris	47.88245	4.33154		Channay		27	21	213	21143
3026921	Channay	channay	FR	21330	0	Europe/Paris	46.58486	2.58895				24	18	182	18089
3026925	Chaniers	chaniers	FR	17610	3488	Europe/Paris	45.71822	-0.55772		Chaniers,Shan'e,Shanije,sha nie er,Шаније,Шанье,Шаньє,沙涅尔		75	17	174	17086
3026926	Chaniat	chaniat	FR	43100	140	Europe/Paris	45.31732	3.48487		Chaniat		84	43	431	43055
3026928	Changy	changy	FR	42310	147	Europe/Paris	48.77359	4.67929		Changy		44	51	514	51122
3026929	Changy	changy	FR	42310	0	Europe/Paris	47.49833	4.18524				27	21	213	21247
3026930	Changy	changy	FR	42310	0	Europe/Paris	46.67081	2.60643				24	18	182	18076
3026931	Changy	changy	FR	42310	413	Europe/Paris	46.4146	4.23654		Changy		27	71	713	71086
3026932	Changy	changy	FR	42310	594	Europe/Paris	46.1422	3.89149		Changy		84	42	422	42049
3026934	Changis-sur-Marne	changis-sur-marne	FR	77660	1038	Europe/Paris	48.95816	3.02191		Changis,Changis-sur-Marne		11	77	771	77084
3026936	Changey	changey	FR	52360	215	Europe/Paris	47.92539	5.38576		Changey		44	52	522	52105
3026939	Changé	change	FR	21340	0	Europe/Paris	48.56521	1.58502		Change,Changé		24	28	281	28357
3026940	Changé	change	FR	21340	5245	Europe/Paris	48.09924	-0.78966		Change,Changé		52	53	532	53054
3026942	Change	change	FR	21340	221	Europe/Paris	46.92893	4.63167		Change		27	71	712	71085
3026946	Chânes	chanes	FR	71570	523	Europe/Paris	46.25149	4.7565		Chanes,Chânes		27	71	715	71084
3026947	Chânes	chanes	FR	71570	0	Europe/Paris	45.8477	5.15585		Chane,Châne		84	01	012	01032
3026948	Chaneins	chaneins	FR	01990	614	Europe/Paris	46.09717	4.85285		Chaneins		84	01	012	01083
3026949	Chanéac	chaneac	FR	07310	286	Europe/Paris	44.933	4.31955		Chaneac,Chanhac e Serras,Chanhac e Sèrras,Chanéac,Shaneak,sha nei a ke,Шанеак,沙内阿克		84	07	073	07054
3026953	Chandon	chandon	FR	42190	1413	Europe/Paris	46.14925	4.21393		Chandon		84	42	422	42048
3026954	Chandon	chandon	FR	42190	0	Europe/Paris	45.419	6.55433				84	73	731	73015
3026955	Chandolas	chandolas	FR	07230	365	Europe/Paris	44.40349	4.25282		Chandolas		84	07	071	07053
3026958	Chandai	chandai	FR	61300	542	Europe/Paris	48.75307	0.74018		Chandai,Shande,shang dai,Шанде,尚代		28	61	613	61092
3026960	Chancia	chancia	FR	01590	0	Europe/Paris	46.34592	5.64567		Chancia		27	39	393	39102
3026963	Chancey	chancey	FR	70140	148	Europe/Paris	47.32044	5.68273		Chancey		27	70	702	70126
3026965	Chancenay	chancenay	FR	52100	1131	Europe/Paris	48.67001	4.98715		Chancenay		44	52	523	52104
3026966	Chançenay	chancenay	FR	52100	0	Europe/Paris	47.16533	2.19286				24	18	183	18005
3026969	Chancelade	chancelade	FR	24650	4144	Europe/Paris	45.20554	0.66547		Chancelada,Chancelade,Shanselad,shang se la de,Шанселад,尚瑟拉德		75	24	243	24102
3026971	Chanceaux-sur-Choisille	chanceaux-sur-choisille	FR	37390	2944	Europe/Paris	47.47145	0.70539		Chanceaux,Chanceaux-sur-Choisille		24	37	372	37054
3026972	Chanceaux-près-Loches	chanceaux-pres-loches	FR	37600	148	Europe/Paris	47.15	0.93333		Chanceaux,Chanceaux-pres-Loches,Chanceaux-près-Loches		24	37	373	37053
3026973	Chanceaux	chanceaux	FR	21440	217	Europe/Paris	47.51821	4.71963		Chanceaux		27	21	212	21142
3026974	Chancé	chance	FR	35680	271	Europe/Paris	48.03511	-1.38027		Chance,Chancé,Kantieg		53	35	353	35220
3026976	Chançay	chancay	FR	37210	986	Europe/Paris	47.45395	0.87448		Chancay,Chançay		24	37	372	37052
3026978	Chanaz	chanaz	FR	73310	510	Europe/Paris	45.80846	5.79426		Chanaz,Shana,Shanaz,Шана,Шаназ		84	73	732	73073
3026979	Chanay	chanay	FR	01420	625	Europe/Paris	46.00538	5.78451		Chanay		84	01	014	01082
3026980	Chanat-la-Mouteyre	chanat-la-mouteyre	FR	63530	938	Europe/Paris	45.83081	3.01497		Chanat,Chanat-la-Monteyre,Chanat-la-Mouteyre		84	63	634	63083
3026983	Chanas	chanas	FR	38150	2104	Europe/Paris	45.31881	4.81849				84	38	383	38072
3026984	Chanaleilles	chanaleilles	FR	43170	245	Europe/Paris	44.8612	3.48811		Chanaleilles		84	43	431	43054
3026986	Chanac-les-Mines	chanac-les-mines	FR	19150	508	Europe/Paris	45.26448	1.8196		Chanac,Chanac-les-Mines		75	19	192	19041
3026987	Chanac	chanac	FR	48230	1212	Europe/Paris	44.46623	3.34301		Chanac		76	48	482	48039
3026989	Chamvres	chamvres	FR	89300	666	Europe/Paris	47.95702	3.36273		Chamvres		27	89	893	89079
3026990	Chamrousse	chamrousse	FR	38410	568	Europe/Paris	45.12823	5.87502		Chamrousse,Shamrus,Shamruss,Shanrus,XCQ,shang lu si,Шамрус,Шамрусс,Шанрус,尚鲁斯		84	38	381	38567
3026992	Champvoux	champvoux	FR	58400	298	Europe/Paris	47.13553	3.076		Champvoux		27	58	584	58056
3026993	Champvoisy	champvoisy	FR	51700	175	Europe/Paris	49.12988	3.63738		Champvoisy		44	51	512	51121
3026994	Champvert	champvert	FR	58300	869	Europe/Paris	46.84142	3.51048		Champvert		27	58	583	58055
3026996	Champvans-les-Moulins	champvans-les-moulins	FR	25170	337	Europe/Paris	47.25	5.91667		Champvans		27	25	251	25119
3026998	Champvans	champvans	FR	39100	221	Europe/Paris	47.39345	5.57661		Champvans,Champvans-les-Gray,Champvans-lès-Gray		27	70	702	70125
3026999	Champvans	champvans	FR	39100	1418	Europe/Paris	47.10466	5.4376		Champvans		27	39	391	39101
3027000	Champvallon	champvallon	FR	89710	504	Europe/Paris	47.93558	3.34453		Champvallon		27	89	891	89003
3027004	Champtonnay	champtonnay	FR	70100	88	Europe/Paris	47.37972	5.66861		Champtonnay,Shamtonne,Shantone,Шамтонне,Шантоне		27	70	702	70124
3027007	Champtocé-sur-Loire	champtoce-sur-loire	FR	49123	1610	Europe/Paris	47.41342	-0.86559		Champtoce,Champtoce-sur-Loire,Champtocé,Champtocé-sur-Loire,Shamtose-sjur-Luar,Shantose na Loari,lu wa er he pan shang pu tuo sai,shantose=shuru=rowaru,Шамтосе-сюр-Луар,Шантосе на Лоари,シャントセ＝シュル＝ロワール,卢瓦尔河畔尚普托塞		52	49	491	49068
3027008	Champtoceaux	champtoceaux	FR	49270	1840	Europe/Paris	47.33665	-1.26602		Champtoceaux,Shamtoso,Shantoso,shang pu tuo suo,shantoso,Шамтосо,Шантосо,シャントソー,尚普托索		52	49	492	49069
3027009	Champteussé-sur-Baconne	champteusse-sur-baconne	FR	49220	198	Europe/Paris	47.66721	-0.65567		Champteusse,Champteusse-sur-Baconne,Champteussé,Champteussé-sur-Baconne,Shamtesse-sjur-Bakonn,Shantese sir Bakon,ba kong he pan shang pu te sai,Шамтессе-сюр-Баконн,Шантесе сир Бакон,巴孔河畔尚普特塞		52	49	494	49067
3027010	Champtercier	champtercier	FR	04660	744	Europe/Paris	44.09527	6.16143		Champtercier,Champtereier,Shamters'e,Shanters'e,Shantersje,shang pu tai er xie,Шамтерсьє,Шантерсье,Шантерсје,尚普泰尔谢		93	04	043	04047
3027011	Champ-sur-Drac	champ-sur-drac	FR	38560	3511	Europe/Paris	45.0694	5.73151	269	Champ,Champ-du Drac,Champ-sur-Drac,Sham-sjur-Drak,Shan sir Drak,de la ke he pan shang,Шам-сюр-Драк,Шан сир Драк,德拉克河畔尚		84	38	381	38071
3027012	Champ-sur-Barse	champ-sur-barse	FR	10140	36	Europe/Paris	48.23736	4.40897		Champ,Champ-sur-Barse		44	10	101	10078
3027013	Champs-sur-Tarentaine-Marchal	champs-sur-tarentaine-marchal	FR	15270	1061	Europe/Paris	45.4	2.56667		Champs		84	15	152	15038
3027014	Champs-sur-Marne	champs-sur-marne	FR	77420	27776	Europe/Paris	48.85	2.6		Champs,Sham-sjur-Marn,Shan na Marni,Shan-sjur-Marn,sham swr mrn,shan=shuru=marunu,syangswileumaleun,Шам-сюр-Марн,Шан на Марни,Шан-сюр-Марн,شام سور مرن,シャン＝シュル＝マルヌ,샹쉬르마른		11	77	775	77083
3027015	Champs-Romain	champs-romain	FR	24470	344	Europe/Paris	45.53193	0.77453		Champs,Champs-Romain,Los Champs e Romenh,Sham-Romen,Shans Romen,shang pu luo man,Шам-Ромен,Шанс Ромен,尚普罗曼		75	24	242	24101
3027019	Champseru	champseru	FR	28700	0	Europe/Paris	48.71993	1.28124				24	28	283	28003
3027020	Champseru	champseru	FR	28700	0	Europe/Paris	48.49188	1.65742		Champseru		24	28	281	28073
3027021	Champsecret	champsecret	FR	61700	1055	Europe/Paris	48.60925	-0.55058				28	61	612	61091
3027024	Champsanglard	champsanglard	FR	23220	207	Europe/Paris	46.27406	1.88107		Champsanglard		75	23	232	23049
3027026	Champsac	champsac	FR	87230	574	Europe/Paris	45.70303	0.95663		Champsac		75	87	873	87036
3027028	Champs	champs	FR	02670	282	Europe/Paris	49.54083	3.25428		Champs		32	02	022	02159
3027029	Champs	champs	FR	02670	104	Europe/Paris	48.58361	0.55825		Champs		28	61	613	61491
3027030	Champs-sur-Yonne	champs-sur-yonne	FR	89290	1593	Europe/Paris	47.73333	3.6				27	89	891	89077
3027031	Champs	champs	FR	02670	0	Europe/Paris	46.35814	0.99593				75	86	862	86035
3027032	Champs	champs	FR	02670	266	Europe/Paris	46.05855	3.08496		Champs		84	63	634	63082
3027033	Champs	champs	FR	02670	0	Europe/Paris	45.65268	4.11469				84	42	421	42151
3027038	Champrougier	champrougier	FR	39230	109	Europe/Paris	46.87159	5.5221		Champrougier		27	39	392	39100
3027041	Champrond-en-Gâtine	champrond-en-gatine	FR	28240	426	Europe/Paris	48.40252	1.07527		Champrond,Champrond-Marat,Champrond-en-Gatine,Champrond-en-Gâtine,Shampron on Gatin,Шампрон он Гатин		24	28	284	28071
3027043	Champrond-en-Perchet	champrond-en-perchet	FR	28400	415	Europe/Paris	48.31667	0.86667				24	28	284	28072
3027047	Champrepus	champrepus	FR	50800	242	Europe/Paris	48.83333	-1.31667				28	50	504	50118
3027048	Champrenault	champrenault	FR	21690	42	Europe/Paris	47.39952	4.68024		Champrenault		27	21	213	21141
3027052	Champoux	champoux	FR	25640	84	Europe/Paris	47.335	6.13557		Champoux		27	25	251	25117
3027053	Champoux	champoux	FR	25640	0	Europe/Paris	46.7525	4.01203				27	71	713	71166
3027055	Champoulet	champoulet	FR	45420	72	Europe/Paris	47.65801	2.91924		Champoulet,Shampule,Шампуле		24	45	451	45070
3027056	Champoulet	champoulet	FR	45420	0	Europe/Paris	45.46796	6.53807				84	73	731	73284
3027057	Champougny	champougny	FR	55140	80	Europe/Paris	48.5446	5.69452		Champougny		44	55	552	55100
3027058	Champosoult	champosoult	FR	61120	104	Europe/Paris	48.87094	0.16744		Champosoult,Shampozu,shang bo su er,Шампозу,尚波苏尔		28	61	613	61089
3027060	Champoly	champoly	FR	42430	263	Europe/Paris	45.85731	3.83668		Champoly		84	42	422	42047
3027061	Champoléon	champoleon	FR	05260	122	Europe/Paris	44.73333	6.23333		Champoleon,Champoléon		93	05	052	05032
3027062	Champniers-et-Reilhac	champniers-et-reilhac	FR	24360	562	Europe/Paris	45.67249	0.73089		Champniers,Champniers-Reillac,Champniers-et-Reilhac,Champniers-et-Reillac,Champs Niers e Relhac,Champsniers e Relhac,Shamn'e-e-Rejak,Shamn'e-eh-Rejak,Shanijers et Rejak,shang pu nie er he lei ya ke,Шамнье-е-Реяк,Шамнье-э-Рейак,Шамньє-е-Реяк,Шанијерс ет Рејак,尚普涅尔和雷亚克		75	24	242	24100
3027063	Champniers	champniers	FR	16430	368	Europe/Paris	46.21744	0.33647		Champniers		75	86	862	86054
3027064	Champniers	champniers	FR	16430	4997	Europe/Paris	45.71451	0.20436		ANG,Champniers	16078	75	16	161	16078
3027065	Champneuville	champneuville	FR	55100	109	Europe/Paris	49.23632	5.32579				44	55	553	55099
3027066	Champnétery	champnetery	FR	87400	504	Europe/Paris	45.8326	1.57205		Champ Menesteri,Champ Menesterí,Champnesteri,Champnestèri,Champnetery,Champnétery,Shamnetri,Shaneteri,shang pu nei te li,Шамнетри,Шамнетрі,Шанетери,尚普内特里		75	87	872	87035
3027067	Champmotteux	champmotteux	FR	91150	256	Europe/Paris	48.34329	2.31946		Champmotteux,Shammotte,Shanmote,shang pu mo te,Шаммотте,Шанмоте,尚普莫特		11	91	911	91137
3027069	Champmillon	champmillon	FR	16290	501	Europe/Paris	45.63957	-0.00036		Champmillon,Shammijon,Shammillon,Shanmijon,shang pu mi long,Шаммиллон,Шаммійон,Шанмијон,尚普米隆		75	16	162	16077
3027073	Champlost	champlost	FR	89210	809	Europe/Paris	48.02489	3.66995		Champlost		27	89	891	89076
3027080	Champlive	champlive	FR	25360	247	Europe/Paris	47.28819	6.24661		Champlive		27	25	251	25116
3027082	Champlitte	champlitte	FR	70600	1848	Europe/Paris	47.61525	5.51539		Champlite,Champlitte,Champlitte-et-le-Prelot,Champlitte-et-le-Prélot,Shamplit,Shamplitt,Шамплит,Шамплітт		27	70	702	70122
3027084	Champlin	champlin	FR	08260	78	Europe/Paris	49.83999	4.33066		Champlin		44	08	081	08100
3027085	Champlin	champlin	FR	08260	32	Europe/Paris	47.24119	3.44511		Champlin		27	58	582	58054
3027090	Champlemy	champlemy	FR	58210	339	Europe/Paris	47.28581	3.35048		Champlemy		27	58	584	58053
3027091	Champ-le-Duc	champ-le-duc	FR	88600	504	Europe/Paris	48.19598	6.72158		Champ,Champ-le-Duc,Champ-sur-Lizerne		44	88	881	88086
3027092	Champlecy	champlecy	FR	71120	241	Europe/Paris	46.47005	4.24454		Champlecy		27	71	713	71082
3027093	Champlay	champlay	FR	89300	671	Europe/Paris	47.95128	3.4385		Champlay		27	89	893	89075
3027094	Champ-Laurent	champ-laurent	FR	73390	22	Europe/Paris	45.50767	6.21441		Champ-Laurent		84	73	732	73072
3027095	Champlat-et-Boujacourt	champlat-et-boujacourt	FR	51480	143	Europe/Paris	49.1544	3.83476		Champlat,Champlat-et-Boujacourt		44	51	512	51120
3027098	Champlan	champlan	FR	91160	2601	Europe/Paris	48.70823	2.27975		Champlan,Shamplan,shang pu lang,Шамплан,尚普朗		11	91	913	91136
3027101	Champillon	champillon	FR	51160	515	Europe/Paris	49.08435	3.9794		Champillon,Shampijon,shang pi long,Шампијон,Шампійон,尚皮隆		44	51	512	51119
3027102	Champillet	champillet	FR	36160	164	Europe/Paris	46.54914	2.11153		Champilhet,Champillet,Shampie,Shampije,shang pi lai,Шампийе,Шампије,Шампіє,尚皮莱		24	36	363	36038
3027103	Champigny	champigny	FR	51370	2035	Europe/Paris	48.31667	3.13333		Champigny-sur-Yonne		27	89	893	89074
3027104	Champigny-sur-Veude	champigny-sur-veude	FR	37120	922	Europe/Paris	47.06522	0.32869		Champigny,Champigny-sur-Veude		24	37	371	37051
3027105	Champigny-sur-Marne	champigny-sur-marne	FR	94500	76726	Europe/Paris	48.81642	2.49366		Campinio-ce-Marno,Champigny,Champigny-sur-Marne,Shampin'i-sjur-Marn,Shampini na Marni,Shampini sjur Marn,ma en he pan shang pi ni,shambyny swr marn,shampayn swr mrn,shampyny-swr-mrn,shanpini=shuru=marunu,syangpiniswileumaleun,Ĉampinio-ĉe-Marno,Шампини сюр Марн,Шампиньи-сюр-Марн,Шампињи на Марни,Шампіньї-сюр-Марн,شامبيني سور مارن,شامپاین سور مرن,شامپینی-سور-مرن,シャンピニー＝シュル＝マルヌ,马恩河畔尚皮尼,샹피니쉬르마른		11	94	942	94017
3027106	Champigny-sur-Aube	champigny-sur-aube	FR	10700	60	Europe/Paris	48.56009	4.0736		Champigny,Champigny-sur-Aube		44	10	103	10077
3027107	Champigny-sous-Varennes	champigny-sous-varennes	FR	52400	109	Europe/Paris	47.86709	5.64403		Champigny,Champigny-sous-Varennes		44	52	522	52103
3027108	Champigny-lès-Langres	champigny-les-langres	FR	52200	438	Europe/Paris	47.89451	5.34643		Champigny,Champigny-les-Langres,Champigny-lès-Langres		44	52	522	52102
3027109	Champigny-le-Sec	champigny-le-sec	FR	86170	848	Europe/Paris	46.71643	0.15556		Champigny,Champigny-le-Sec,Shampin'i-le-Sek,Shampini le Sek,shang pi ni lei se,Шампињи ле Сек,Шампіньї-ле-Сек,尚皮尼勒瑟		75	86	863	86053
3027110	Champigny-la-Futelaye	champigny-la-futelaye	FR	27220	243	Europe/Paris	48.86415	1.29748		Champigny-la-Futelaye		28	27	273	27144
3027111	Champigny-en-Beauce	champigny-en-beauce	FR	41330	579	Europe/Paris	47.71245	1.25344		Champigny,Champigny-Beauce,Champigny-en-Beauce		24	41	411	41035
3027113	Champigny	champigny	FR	51370	957	Europe/Paris	49.26781	3.97098		Champigny		44	51	513	51118
3027114	Champigny	champigny	FR	51370	0	Europe/Paris	48.30315	4.23793				44	10	103	10190
3027117	Champignol-lez-Mondeville	champignol-lez-mondeville	FR	10200	311	Europe/Paris	48.1388	4.67499		Champignol,Champignol-les-Mondeville,Champignol-lez-Mondeville,Champignol-lès-Mondeville,Shampin'ol'-le-Mondevil',Shampin'ol'-le-Mondvil',Shampinol le Mondvil,shang pi ni ao lai meng de wei er,Шампиньоль-ле-Мондевиль,Шампињол ле Мондвил,Шампіньоль-ле-Мондвіль,尚皮尼奥莱蒙德维尔		44	10	101	10076
3027118	Champignolles	champignolles	FR	21230	30	Europe/Paris	48.95486	0.76535				28	27	272	27685
3027119	Champignolles	champignolles	FR	21230	82	Europe/Paris	47.05428	4.56631		Champignolles,Champignolles-les-Hospitaliers,Champignolles-lès-Hospitaliers		27	21	211	21140
3027124	Champigneul-sur-Vence	champigneul-sur-vence	FR	08430	120	Europe/Paris	49.70117	4.65657		Champigneul,Champigneul-sur-Vence		44	08	081	08099
3027125	Champigneulles-en-Bassigny	champigneulles-en-bassigny	FR	52150	50	Europe/Paris	48.13135	5.64407		Champigneulles,Champigneulles-en-Bassigny		44	52	521	52101
3027126	Champigneulles	champigneulles	FR	54250	6947	Europe/Paris	48.73404	6.16181		Champigneulles,Shampin'el',Shampin'jol',Shampinel,shang pi gai yu lai,Шампиньель,Шампиньёль,Шампињел,Шампіньєль,尚皮盖于莱		44	54	543	54115
3027127	Champigneulle	champigneulle	FR	08250	80	Europe/Paris	49.35191	4.92575		Champigneulle		44	08	084	08098
3027128	Champigneul-Champagne	champigneul-champagne	FR	51150	244	Europe/Paris	48.97158	4.16795		Champigneul,Champigneul-Champagne		44	51	511	51117
3027129	Champignelles	champignelles	FR	89350	1075	Europe/Paris	47.78009	3.07457		Champignelles,Shampin'el',Shampinel,shang pi ge lei,Шампиньель,Шампињел,Шампіньєль,尚皮格勒		27	89	891	89073
3027130	Champigné	champigne	FR	49330	1710	Europe/Paris	47.66415	-0.57175		Champigne,Champigné,Shampin'e,Shampine,shang pi nie,Шампиње,Шампіньє,尚皮涅		52	49	494	49080
3027131	Champier	champier	FR	38260	1048	Europe/Paris	45.4554	5.29237		Champier		84	38	383	38069
3027132	Champien	champien	FR	80700	259	Europe/Paris	49.69514	2.86142		Champien		32	80	803	80185
3027133	Champien	champien	FR	80700	0	Europe/Paris	47.49643	3.88369				27	89	892	89025
3027134	Champhol	champhol	FR	28300	3091	Europe/Paris	48.46813	1.50281		Champhol,Shamfol',Shanol,shang fu,Шамфоль,Шанол,尚福		24	28	281	28070
3027135	Champ-Haut	champ-haut	FR	61240	54	Europe/Paris	48.72607	0.32525		Champ-Haut		28	61	613	61088
3027137	Champguyon	champguyon	FR	51310	216	Europe/Paris	48.77536	3.54191		Champguyon,Champguyon-Haut		44	51	512	51116
3027141	Champgenéteux	champgeneteux	FR	53160	582	Europe/Paris	48.29083	-0.3621		Champgeneteux,Champgenéteux		52	53	533	53053
3027145	Champfromier	champfromier	FR	01410	618	Europe/Paris	46.19377	5.81388		Champfromier,Sanfromie,Shamfrome,Shanfrom'e,Shanfromje,shambfrwmyyr,shang fu luo mi ye,Шамфромє,Шанфромье,Шанфромје,Շանֆրոմիե,شامبفروميير,尚夫罗米耶		84	01	014	01081
3027146	Champfrémont	champfremont	FR	53370	293	Europe/Paris	48.42779	-0.09144		Champfremont,Champfrémont		52	53	533	53052
3027147	Champforgeuil	champforgeuil	FR	71530	2206	Europe/Paris	46.81857	4.83357		Champforgeuil,Shamforzhej,Shanforzhej,Шамфоржей,Шанфоржеј		27	71	712	71081
3027149	Champfleury	champfleury	FR	10700	0	Europe/Paris	49.2	4.01667		Champfleury		44	51	513	51115
3027150	Champfleury	champfleury	FR	10700	126	Europe/Paris	48.61695	4.00549		Champfleury		44	10	102	10075
3027152	Champfleur	champfleur	FR	72610	1193	Europe/Paris	48.38694	0.12725		Champfleur		52	72	722	72056
3027153	Champey-sur-Moselle	champey-sur-moselle	FR	54700	330	Europe/Paris	48.95756	6.05851		Champey,Champey-sur-Moselle		44	54	543	54114
3027154	Champey	champey	FR	70400	735	Europe/Paris	47.58533	6.67926		Champey,Shampe,Шампе		27	70	701	70121
3027155	Champétières	champetieres	FR	63600	275	Europe/Paris	45.51952	3.69428		Champetieres,Champétières		84	63	631	63081
3027158	Champéon	champeon	FR	53640	535	Europe/Paris	48.3676	-0.51773		Champeon,Champéon		52	53	533	53051
3027162	Champenoux	champenoux	FR	54280	1155	Europe/Paris	48.74257	6.3483		Champenoux		44	54	543	54113
3027164	Champenard	champenard	FR	27600	172	Europe/Paris	49.10636	1.33489		Champenard		28	27	271	27142
3027166	Champclause	champclause	FR	43260	0	Europe/Paris	45.02216	4.17619		Champclause,Champelause		84	43	432	43053
3027167	Champeix	champeix	FR	63320	0	Europe/Paris	46.32696	2.17632				75	23	231	23120
3027168	Champeix	champeix	FR	63320	1252	Europe/Paris	45.58863	3.12878		Champeilhs,Champeix,Champelhs,Shampe,shang pei,shanpei,Шампе,シャンペイ,尚佩		84	63	633	63080
3027170	Champeaux-sur-Sarthe	champeaux-sur-sarthe	FR	61560	178	Europe/Paris	48.57705	0.44259		Champeaux,Champeaux-sur-Sarthe		28	61	613	61087
3027171	Champeaux-et-la-Chapelle-Pommier	champeaux-et-la-chapelle-pommier	FR	24340	183	Europe/Paris	45.47418	0.57819		Champeaux,Champeaux-et-la-Chapelle-Pommier,Champeus e La Chapela de Pomiers,Champeus e la Chapela,Shampo-e-la-Shapel'-Pomm'e,Shampo-e-la-Shapel'-Pomme,Shampo-eh-la-Shapel'-Pom'e,Shampoks et la Shapel Pomje,shang bo he la-sha pei lai-bo mi ye,Шампо-е-ла-Шапель-Поммье,Шампо-е-ла-Шапель-Поммє,Шампо-э-ла-Шапель-Помье,Шампокс ет ла Шапел Помје,尚波和拉-沙佩莱-波米耶		75	24	242	24253
3027173	Champeaux	champeaux	FR	35500	379	Europe/Paris	48.73795	-1.53146		Champeaux		28	50	501	50117
3027174	Champeaux	champeaux	FR	35500	882	Europe/Paris	48.58463	2.80658		Champeaux		11	77	772	77082
3027175	Champeaux	champeaux	FR	35500	0	Europe/Paris	48.35668	1.07396				24	28	284	28105
3027176	Champeaux	champeaux	FR	35500	464	Europe/Paris	48.14719	-1.31166		Champeaux,Kampal		53	35	351	35052
3027177	Champeaux	champeaux	FR	35500	0	Europe/Paris	47.751	3.26971				27	89	891	89419
3027178	Champeaux	champeaux	FR	35500	0	Europe/Paris	46.48371	-0.36187		Champeaux		75	79	793	79066
3027179	Champeau-en-Morvan	champeau-en-morvan	FR	21210	247	Europe/Paris	47.26667	4.15				27	21	213	21139
3027181	Champ-du-Boult	champ-du-boult	FR	14380	377	Europe/Paris	48.7931	-1.0075		Champ-du-Boult		28	14	144	14658
3027183	Champdray	champdray	FR	88640	189	Europe/Paris	48.13458	6.75295		Champdray		44	88	883	88085
3027184	Champdôtre	champdotre	FR	21130	568	Europe/Paris	47.18172	5.30418		Champdotre,Champdôtre		27	21	212	21138
3027186	Champdor	champdor	FR	01110	467	Europe/Paris	46.01571	5.59738		Champdor		84	01	011	01080
3027187	Champ-Dolent	champ-dolent	FR	27190	43	Europe/Paris	48.96175	1.01331		Champ-Dolent		28	27	273	27141
3027188	Champ Dolent	champ-dolent	FR	27190	0	Europe/Paris	47.71379	3.16657				27	89	891	89254
3027189	Champdolent	champdolent	FR	17430	394	Europe/Paris	45.91927	-0.80086		Champdolent		75	17	175	17085
3027191	Champ-d'Oiseau	champ-d-oiseau	FR	21500	0	Europe/Paris	47.55	4.35				27	21	213	21137
3027192	Champdivers	champdivers	FR	39500	448	Europe/Paris	47.00946	5.38459		Champdivers,Shamdiver,Shandiver,shang pu di wei er,Шамдівер,Шандивер,尚普迪韦尔		27	39	391	39099
3027194	Champdieu	champdieu	FR	42600	1513	Europe/Paris	45.64533	4.04705		Champdieu		84	42	421	42046
3027196	Champdeuil	champdeuil	FR	77390	723	Europe/Paris	48.62069	2.72859		Champdeuil,Champlibre,Shamdej,Shandej,Шамдей,Шандеј		11	77	772	77081
3027197	Champdeniers-Saint-Denis	champdeniers-saint-denis	FR	79220	1542	Europe/Paris	46.48333	-0.4		Shamden'e-Sen-Deni,Shandenije Sen Deni,Шамденьє-Сен-Дені,Шанденије Сен Дени		75	79	793	79066
3027200	Champcueil	champcueil	FR	91750	2755	Europe/Paris	48.51594	2.44674		Champcueil,Shamkej,Shansej,shang pu qu ai,Шамкей,Шансеј,尚普屈埃		11	91	912	91135
3027205	Champcey	champcey	FR	50530	152	Europe/Paris	48.72553	-1.44772		Champcey		28	50	501	50565
3027206	Champcevrais	champcevrais	FR	89220	354	Europe/Paris	47.74543	2.95658		Champcevrais,Shamsevre,Shansevre,shang pu sai fu lai,Шамсевре,Шансевре,尚普塞夫赖		27	89	891	89072
3027207	Champcevinel	champcevinel	FR	24750	2522	Europe/Paris	45.21582	0.72564		Champ Savineu,Champcevinel,Champsavineu,Champsavinèu,Shamsevinel',Shansevinel,shang pu se wei nei,Шамсевинель,Шамсевінель,Шансевинел,尚普瑟维内		75	24	243	24098
3027208	Champcervon	champcervon	FR	50320	192	Europe/Paris	48.77667	-1.395		Champcervon		28	50	501	50115
3027209	Champcerie	champcerie	FR	61210	117	Europe/Paris	48.79876	-0.22381		Champcerie		28	61	612	61084
3027210	Champcenest	champcenest	FR	77560	113	Europe/Paris	48.67113	3.28206		Champcenest		11	77	773	77080
3027212	Champcella	champcella	FR	05310	0	Europe/Paris	44.92337	6.57255		Champcella,Champsella		93	05	051	05133
3027213	Champcella	champcella	FR	05310	0	Europe/Paris	44.72318	6.57156		Champcella		93	05	051	05031
3027222	Champaubert	champaubert	FR	51270	132	Europe/Paris	48.87857	3.77548		Champaubert		44	51	512	51113
3027225	Champanges	champanges	FR	74500	838	Europe/Paris	46.37227	6.55269		Champanges		84	74	744	74057
3027227	Champallement	champallement	FR	58420	27	Europe/Paris	47.23226	3.48928		Champallement		27	58	582	58052
3027230	Champagny-sous-Uxelles	champagny-sous-uxelles	FR	71460	76	Europe/Paris	46.57964	4.7419		Champagny,Champagny-sous-Uxelles		27	71	712	71080
3027231	Champagny	champagny	FR	21440	29	Europe/Paris	47.45739	4.76369		Champagny		27	21	212	21136
3027232	Champagny	champagny	FR	21440	75	Europe/Paris	46.90558	5.88321		Champagny		27	39	391	39133
3027233	Champagny-en-Vanoise	champagny-en-vanoise	FR	73350	626	Europe/Paris	45.4545	6.6932		Champegni,Champègni,Shampan'i-an-Vanuaz,Shampani an Vanoaz,Шампаньї-ан-Вануаз,Шампањи ан Ваноаз		84	73	731	73071
3027234	Champagnolles	champagnolles	FR	17240	536	Europe/Paris	45.51368	-0.63683		Champagnolles		75	17	171	17084
3027235	Champagnole	champagnole	FR	39300	9239	Europe/Paris	46.74452	5.91354		Champagnole,Shampan'ol',Shampanol,shang pa ni ao lei,Шампаньоль,Шампањол,尚帕尼奥勒		27	39	392	39097
3027236	Champagnier	champagnier	FR	38800	1039	Europe/Paris	45.11155	5.72716		Champagnier		84	38	381	38068
3027237	Champagney	champagney	FR	25170	3526	Europe/Paris	47.70504	6.68173		Champagney,Champagny		27	70	701	70120
3027238	Champagney	champagney	FR	25170	0	Europe/Paris	47.2595	5.51555		Champagney		27	39	391	39096
3027239	Champagney	champagney	FR	25170	0	Europe/Paris	47.25612	5.90642		Champagney		27	25	251	25115
3027240	Champagneux	champagneux	FR	73240	407	Europe/Paris	45.62602	5.67085		Champagneux		84	73	732	73070
3027241	Champagne-sur-Vingeanne	champagne-sur-vingeanne	FR	21310	258	Europe/Paris	47.44585	5.39251		Champagne,Champagne-sur-Vingeanne		27	21	212	21135
3027242	Champagne-sur-Seine	champagne-sur-seine	FR	77430	6608	Europe/Paris	48.39794	2.79785		Champagne,Champagne-sur-Seine,Shampan na Seni,Shampan'-sjur-Sen,Шампань-сюр-Сен,Шампањ на Сени		11	77	774	77079
3027243	Champagne-sur-Oise	champagne-sur-oise	FR	95660	4124	Europe/Paris	49.14052	2.24233		Champagne,Champagne-sur-Oise,Shampan si Oaz,Shampan'-sjur-Uaz,wa ci he pan xiang bin,Шампань-сюр-Уаз,Шампањ си Оаз,瓦兹河畔香槟		11	95	953	95134
3027244	Champagne-sur-Loue	champagne-sur-loue	FR	39600	118	Europe/Paris	47.03905	5.81301		Champagne,Champagne-sur-Loue		27	39	391	39095
3027245	Champagné-Saint-Hilaire	champagne-saint-hilaire	FR	86160	925	Europe/Paris	46.31937	0.32458		Champagne,Champagne-Saint-Hilaire,Champagne-la-Montagne,Champagné,Champagné-Saint-Hilaire,Champagné-la-Montagne,Shampan'e-Sen-Iler,Shampane Sent Iler,shang pa ge sheng yi lai er,Шампаньє-Сен-Ілер,Шампање Сент Илер,尚帕格圣伊莱尔		75	86	862	86052
3027247	Champagne-Mouton	champagne-mouton	FR	16350	1013	Europe/Paris	45.99157	0.41095		Champagne-Mouton,Champanha Molton,Champanha de Moton,Shampan Muton,Shampan'-Muton,xiang bin mu tong,Шампань-Мутон,Шампањ Мутон,香槟穆通		75	16	163	16076
3027250	Champagné-les-Marais	champagne-les-marais	FR	85450	1412	Europe/Paris	46.38081	-1.12112		Champagne,Champagné		52	85	851	85049
3027251	Champagné-le-Sec	champagne-le-sec	FR	86510	211	Europe/Paris	46.19087	0.1907		Champagne,Champagne-le-Sec,Champagné,Champagné-le-Sec,Shampan'e-le-Sek,Shampane le Sek,shang pa ge lei sai,Шампаньє-ле-Сек,Шампање ле Сек,尚帕格勒塞		75	86	862	86051
3027252	Champagne	champagne	FR	07340	424	Europe/Paris	45.42208	0.31679		Champagne,Champagne-Fontaines,Champagne-et-Fontaine,Champanha e Fontanas,Shampan et Fonten,Shampan'-e-Fonten,xiang bin he feng tan,Шампань-е-Фонтен,Шампањ ет Фонтен,香槟和丰坦		75	24	243	24097
3027253	Champagne-en-Valromey	champagne-en-valromey	FR	01260	0	Europe/Paris	45.90548	5.67676		Champagne		84	01	011	01079
3027254	Champagne-Vigny	champagne-vigny	FR	16250	194	Europe/Paris	45.50868	0.03655		Champagne,Champagne-Vigny,Champagne-de-Blanzac,Shampan Vini,Shampan'-Vin'i,shang pa ni wei ni,Шампань-Виньи,Шампань-Віньї,Шампањ Вињи,尚帕尼维尼		75	16	162	16075
3027255	Champagne-au-Mont-d'Or	champagne-au-mont-d-or	FR	69410	5681	Europe/Paris	45.79475	4.79079		Champagne,Champagne au Mont D'Or,Champagne-au-Mont-d'Or		84	69	691	69040
3027259	Champagne	champagne	FR	07340	190	Europe/Paris	48.76417	1.56826		Champagne		24	28	283	28185
3027260	Champagné	champagne	FR	07340	3475	Europe/Paris	48.02185	0.33096				52	72	722	72054
3027261	Champagne	champagne	FR	07340	0	Europe/Paris	47.89792	-1.42942				53	35	351	35333
3027262	Champagne	champagne	FR	07340	0	Europe/Paris	47.38202	3.62405				27	58	582	58165
3027263	Champagne	champagne	FR	07340	0	Europe/Paris	46.74465	0.88222				24	36	361	36137
3027264	Champagne	champagne	FR	07340	690	Europe/Paris	46.24312	5.22108				84	01	012	01451
3027265	Champagne	champagne	FR	07340	576	Europe/Paris	45.83209	-0.90978		Champagne		75	17	172	17083
3027266	Champagne	champagne	FR	07340	513	Europe/Paris	45.27293	4.80048		Champagne		84	07	073	07051
3027267	Champagne	champagne	FR	07340	0	Europe/Paris	45.02116	1.84084				75	19	191	19019
3027268	Champagnat-le-Jeune	champagnat-le-jeune	FR	63580	99	Europe/Paris	45.44988	3.42667		Champagnat,Champagnat-le-Jeune		84	63	633	63079
3027269	Champagnat	champagnat	FR	23190	496	Europe/Paris	46.48302	5.38062		Champagnat		27	71	714	71079
3027270	Champagnat	champagnat	FR	23190	417	Europe/Paris	46.0181	2.28311		Champagnat		75	23	231	23048
3027271	Champagnac-le-Vieux	champagnac-le-vieux	FR	43440	248	Europe/Paris	45.3578	3.5028		Champagnac,Champagnac-le-Vieux		84	43	431	43052
3027272	Champagnac-la-Rivière	champagnac-la-riviere	FR	87150	589	Europe/Paris	45.71056	0.91343		Champagnac,Champagnac-la-Riviere,Champagnac-la-Rivière,Champanhac,Shampan'jak-la-Riv'er,Shampan'jak-la-River,Shampanak la Rivjer,shang pa ni ya ke la li wei ai,Шампаньяк-ла-Ривьер,Шампаньяк-ла-Ривєр,Шампањак ла Ривјер,尚帕尼亚克拉里维埃		75	87	873	87034
3027273	Champagnac-la-Prune	champagnac-la-prune	FR	19320	163	Europe/Paris	45.18577	1.95088		Champagnac,Champagnac-la-Prune		75	19	192	19040
3027274	Champagnac-la-Noaille	champagnac-la-noaille	FR	19320	195	Europe/Paris	45.30812	2.01751		Champagnac,Champagnac-la-Montagne,Champagnac-la-Noaille,Champagne-le-Doustre		75	19	193	19039
3027408	Chamblac	chamblac	FR	27270	399	Europe/Paris	48.98968	0.54382		Le Chamblac,Shamblak,shang bu la ke,Шамблак,尚布拉克		28	27	272	27138
3027275	Champagnac-de-Belair	champagnac-de-belair	FR	24530	747	Europe/Paris	45.39324	0.69929		Champagnac,Champagnac-de-Belair,Champagnac-de-Belaire,Champagnac-de-Bélair,Champagnac-de-Bélaire,Champanhac,Shampan'jak-de-Beler,Shampanak de Beler,shang pa ni ya ke-de bo lai er,Шампаньяк-де-Белер,Шампањак де Белер,尚帕尼亚克-德伯莱尔		75	24	242	24096
3027276	Champagnac	champagnac	FR	15350	0	Europe/Paris	45.62919	1.30977				75	87	872	87176
3027277	Champagnac	champagnac	FR	15350	502	Europe/Paris	45.42534	-0.38204		Champagnac		75	17	171	17082
3027278	Champagnac	champagnac	FR	15350	1201	Europe/Paris	45.3566	2.39942		Champagnac,Champagnac-les-Mines		84	15	152	15037
3027279	Champagnac	champagnac	FR	15350	0	Europe/Paris	45.13563	1.57049				75	19	191	19063
3027280	Champagnac	champagnac	FR	15350	0	Europe/Paris	44.95	1.41667				75	24	244	24050
3027288	Chamoy	chamoy	FR	10130	435	Europe/Paris	48.11865	3.96962		Chamoy		44	10	103	10074
3027289	Chamoux-sur-Gelon	chamoux-sur-gelon	FR	73390	736	Europe/Paris	45.53401	6.21385		Chamoux,Chamoux-sur-Gelon		84	73	732	73069
3027290	Chamoux	chamoux	FR	89660	86	Europe/Paris	47.45643	3.66238		Chamoux		27	89	892	89071
3027293	Chamousset	chamousset	FR	73390	410	Europe/Paris	45.55854	6.19886		Chamousset		84	73	732	73068
3027295	Chamouilley	chamouilley	FR	52410	876	Europe/Paris	48.60653	5.04565		Chamouilley		44	52	523	52099
3027296	Chamouille	chamouille	FR	02860	252	Europe/Paris	49.47392	3.66595		Chamouille,Shamuj,sha mu ye,Шамуй,Шамуј,沙穆耶		32	02	022	02158
3027297	Chamouillac	chamouillac	FR	17130	294	Europe/Paris	45.31336	-0.46609		Chamouillac		75	17	171	17081
3027301	Chamonix-Mont-Blanc	chamonix-mont-blanc	FR	74400	10614	Europe/Paris	45.92375	6.86933	1060	Chamonix,Chamonix-Mont-Blanc,Chamônix,Shamoni,Shamoni Mon Blan,shamoni=mon=buran,syamoni,xia mu ni,Шамони,Шамони Мон Блан,シャモニー＝モン＝ブラン,霞慕尼,샤모니		84	74	742	74056
3027303	Chamole	chamole	FR	39800	144	Europe/Paris	46.83922	5.72501		Chamole		27	39	391	39094
3027305	Chammes	chammes	FR	53270	338	Europe/Paris	48.07714	-0.37726		Chammes,Sham,Shamm,sha mei,Шам,Шамм,沙梅		52	53	533	53255
3027306	Chamilly	chamilly	FR	71510	121	Europe/Paris	46.86711	4.6844		Chamilly		27	71	712	71078
3027307	Chamigny	chamigny	FR	77260	1326	Europe/Paris	48.97242	3.15165		Chamigny		11	77	771	77078
3027308	Chameyrat	chameyrat	FR	19330	1603	Europe/Paris	45.23407	1.69811		Chameyrat		75	19	192	19038
3027312	Chamesson	chamesson	FR	21400	342	Europe/Paris	47.78999	4.54035		Chamesson,Shamson,Shamsson,sha mei song,Шамсон,Шамссон,沙梅松		27	21	213	21134
3027313	Chamesol	chamesol	FR	25190	342	Europe/Paris	47.34704	6.83457		Chamesol		27	25	252	25114
3027314	Chamesey	chamesey	FR	25380	107	Europe/Paris	47.23333	6.65				27	25	253	25113
3027315	Chamery	chamery	FR	51500	403	Europe/Paris	49.17339	3.95512		Chamery,Shameri,Shamri,sha mo li,Шамери,Шамрі,沙默里		44	51	513	51112
3027316	Chamery	chamery	FR	51500	0	Europe/Paris	47.27181	3.24095				27	58	584	58064
3027321	Chamelet	chamelet	FR	69620	614	Europe/Paris	45.98373	4.50974		Chamelet		84	69	692	69039
3027400	Chamblet	chamblet	FR	03170	971	Europe/Paris	46.33291	2.70239		Chamblet		84	03	031	03052
3027326	Chaméane	chameane	FR	63580	140	Europe/Paris	45.51343	3.45113		Chameane,Chaméane,Chasameana,Shamean,sha mei ang,Шамеан,沙梅昂		84	63	633	63448
3027328	Chambry	chambry	FR	02000	788	Europe/Paris	49.59262	3.65785		Chambry		32	02	022	02157
3027329	Chambry	chambry	FR	02000	921	Europe/Paris	48.99848	2.89404		Chambry		11	77	771	77077
3027332	Chambroncourt	chambroncourt	FR	52700	41	Europe/Paris	48.35289	5.4043		Chambroncourt		44	52	521	52097
3027333	Chambrey	chambrey	FR	57170	326	Europe/Paris	48.78741	6.45852		Chambrey,Shambre,shang bu lei,Шамбре,尚布雷		44	57	575	57126
3027335	Chambretaud	chambretaud	FR	85500	1377	Europe/Paris	46.92178	-0.96559		Chambretaud,Shambreto,shang bu lei tuo,Шамбрето,尚布雷托		52	85	852	85302
3027339	Chambrecy	chambrecy	FR	51170	74	Europe/Paris	49.18237	3.82262		Chambrecy		44	51	513	51111
3027343	Chambray-lès-Tours	chambray-les-tours	FR	37170	10910	Europe/Paris	47.33537	0.70286		Chambray,Chambray-les-Tours,Chambray-lès-Tours,Shambre le Tur,Shambre-le-Tur,shang bu lai lai tu er,Шамбре ле Тур,Шамбре-ле-Тур,尚布赖莱图尔		24	37	372	37050
3027345	Chambray	chambray	FR	27120	398	Europe/Paris	49.07588	1.3088		Chambray,Chambray-sur-Eure		28	27	271	27140
3027410	Chambilly	chambilly	FR	71110	498	Europe/Paris	46.27912	4.01218		Chambilly		27	71	713	71077
3027350	Chambourg-sur-Indre	chambourg-sur-indre	FR	37310	1257	Europe/Paris	47.18159	0.96863		Chambourg,Chambourg-sur-Indre,Shambur sir Endr,Shambur-sjur-Endr,an de er he pan shang bu er,Шамбур сир Ендр,Шамбур-сюр-Ендр,安德尔河畔尚布尔		24	37	373	37049
3027351	Chambourcy	chambourcy	FR	78240	5372	Europe/Paris	48.90655	2.041		Camburciacum,Chambourcy,Shambursi,Шамбурси,Шамбурсі		11	78	783	78133
3027353	Chamboulive	chamboulive	FR	19450	1169	Europe/Paris	45.43215	1.70441		Chamboliva,Chamboulive,Shambuliv,shang bu li fu,Шамбулив,Шамбулів,尚布利夫		75	19	192	19037
3027355	Chambost-Longessaigne	chambost-longessaigne	FR	69770	760	Europe/Paris	45.77273	4.3693		Chambost,Chambost-Longessaigne		84	69	691	69038
3027356	Chambost-Allières	chambost-allieres	FR	69870	663	Europe/Paris	46.01834	4.49854		Beauchamp,Chambost-Allieres,Chambost-Allières		84	69	692	69037
3027357	Chambors	chambors	FR	60240	316	Europe/Paris	49.26056	1.81727		Chambors		32	60	601	60140
3027359	Chambornay-lès-Pin	chambornay-les-pin	FR	70150	348	Europe/Paris	47.33694	5.90687		Chambornay,Chambornay-les Pins,Chambornay-les-Pin,Chambornay-lès Pins,Chambornay-lès-Pin		27	70	702	70119
3027360	Chambornay-lès-Bellevaux	chambornay-les-bellevaux	FR	70190	145	Europe/Paris	47.38333	6.1		Chambornay,Shamborne le Belvo,Shamborne-le-Bel'vo,Шамборне ле Белво,Шамборне-ле-Бельво		27	70	702	70118
3027361	Chamborigaud	chamborigaud	FR	30530	803	Europe/Paris	44.30166	3.97694		Chambonrigaud,Chamborigaud,Shamborigo,shang bo li ge,Шамбориго,尚博里戈		76	30	301	30080
3027362	Chamboret	chamboret	FR	87140	733	Europe/Paris	46.00555	1.13769		Chamboret		75	87	871	87033
3027364	Chambord	chambord	FR	27250	209	Europe/Paris	48.88928	0.60882		Chambord		28	27	272	27139
3027365	Chambord	chambord	FR	27250	208	Europe/Paris	47.6162	1.51667		Bordchamp,Chambord,Shambor,syangboleu,Шамбор,샹보르		24	41	411	41034
3027366	Chamborand	chamborand	FR	23240	238	Europe/Paris	46.15629	1.57177		Chamboran,Chamborand,Shamboran,shang bo lang,Шамборан,尚博朗		75	23	232	23047
3027367	Chambon-sur-Voueize	chambon-sur-voueize	FR	23170	1007	Europe/Paris	46.18996	2.42488		Chambon,Chambon-sur-Voueize,Lo Chambon de Sent Sarnin,Shambon sir Vuez,Shambon-sjur-Vuehz,Shambon-sjur-Vuez,wu ai ci he pan shang bang,Шамбон сир Вуез,Шамбон-сюр-Вуез,Шамбон-сюр-Вуэз,武埃兹河畔尚邦		75	23	231	23045
3027368	Chambon-sur-Lac	chambon-sur-lac	FR	63790	392	Europe/Paris	45.5713	2.89684		Chambon,Chambon-sur-Lac,Lac Chambon		84	63	633	63077
3027369	Chambon-sur-Dolore	chambon-sur-dolore	FR	63980	190	Europe/Paris	45.49699	3.6128		Chambon,Chambon-sur-Dolore		84	63	631	63076
3027370	Chambon-sur-Cisse	chambon-sur-cisse	FR	41190	808	Europe/Paris	47.56243	1.21544		Chambon,Chambon-sur-Cisse		24	41	411	41142
3027371	Chambon-Sainte-Croix	chambon-sainte-croix	FR	23220	87	Europe/Paris	46.35542	1.77437		Chambon,Chambon Senta Crotz,Chambon-Sainte-Croix,Lo Chambon de Senta Crotz,Shambon Sent Kroa,Shambon-Sent-Krua,shang bang sheng ke lu wa,Шамбон Сент Кроа,Шамбон-Сент-Круа,尚邦圣克鲁瓦		75	23	232	23044
3027373	Chambon-le-Château	chambon-le-chateau	FR	48600	323	Europe/Paris	44.85329	3.65955		Chambon,Chambon-le-Chateau,Chambon-le-Château		76	48	482	48038
3027374	Chambon-la-Forêt	chambon-la-foret	FR	45340	668	Europe/Paris	48.05653	2.29508		Chambon,Chambon-la-Foret,Chambon-la-Forêt,Shambon la Fore,Shambon-la-Fore,shang bang la fu lei,Шамбон ла Форе,Шамбон-ла-Форе,尚邦拉福雷		24	45	453	45069
3027375	Chambonchard	chambonchard	FR	23110	81	Europe/Paris	46.17573	2.55218				75	23	231	23046
3027376	Chambonas	chambonas	FR	07140	591	Europe/Paris	44.41713	4.12882		Chambonas		84	07	071	07050
3027382	Chambon	chambon	FR	17290	0	Europe/Paris	47.12695	1.64228				24	36	364	36162
3027383	Chambon	chambon	FR	17290	0	Europe/Paris	46.97802	2.51881		Chambon		24	18	181	18218
3027384	Chambon	chambon	FR	17290	0	Europe/Paris	46.86119	1.50813				24	36	362	36241
3027385	Chambon	chambon	FR	17290	305	Europe/Paris	46.84182	0.81132		Chambon		24	37	373	37048
3027386	Chambon	chambon	FR	17290	0	Europe/Paris	46.7878	2.3255		Chambon		24	18	182	18046
3027387	Chambon	chambon	FR	17290	0	Europe/Paris	46.77067	3.0499				27	58	583	58144
3027388	Chambon	chambon	FR	17290	792	Europe/Paris	46.12676	-0.84948		Chambon		75	17	172	17080
3027389	Chambon	chambon	FR	17290	0	Europe/Paris	45.1848	1.65353				75	19	192	19211
3027390	Chambon	chambon	FR	17290	257	Europe/Paris	44.30212	4.01788		Chambon,Le Chambon		76	30	301	30079
3027391	Chambolle-Musigny	chambolle-musigny	FR	21220	322	Europe/Paris	47.18607	4.9521		Chambolle,Chambolle-Musigny		27	21	211	21133
3027392	Chambois	chambois	FR	27240	479	Europe/Paris	48.80409	0.106		Chambois		28	61	612	61474
3027393	Chambois	chambois	FR	27240	0	Europe/Paris	45.7931	2.8841				84	63	633	63219
3027395	Chambœuf	chamb-uf	FR	21220	284	Europe/Paris	47.23333	4.9				27	21	211	21132
3027397	Chambly	chambly	FR	60230	9506	Europe/Paris	49.16667	2.25		Chambly		32	60	604	60139
3027399	Chambley	chambley	FR	54890	430	Europe/Paris	49.04853	5.8984		Chambley,Chambley-Bussieres,Chambley-Bussières		44	54	541	54112
3027401	Chambles	chambles	FR	42170	777	Europe/Paris	45.44532	4.2339		Chambles		84	42	421	42042
3027403	Chamblay	chamblay	FR	39380	0	Europe/Paris	48.36713	1.53762				24	28	281	28035
3027404	Chamblay	chamblay	FR	39380	401	Europe/Paris	46.99778	5.70508		Chamblay		27	39	391	39093
3027407	Chamblanc	chamblanc	FR	21250	534	Europe/Paris	47.019	5.15064		Chamblanc		27	21	211	21131
3027413	Chambezon	chambezon	FR	43410	97	Europe/Paris	45.37935	3.24281		Chambezon		84	43	431	43050
3027419	Chambeugle	chambeugle	FR	89120	51	Europe/Paris	47.86059	3.04122		Chambeugle,Shambegl,Shambegl',shang bo ge lei,Шамбегл,Шамбегль,尚伯格勒		27	89	891	89086
3027422	Chambéry	chambery	FR	73000	61640	Europe/Paris	45.56628	5.92079		CMF,Camberiacum,Chamberi,Chambery,Chambery-le-Vieux,Chamberí,Chambèri,Chambéry,Chambéry-le-Vieux,Samberi,Shamberi,Shambery,shambry,shambyry,shanberi,shang bei li,syangbeli,Šamberi,Шамбери,Шамберы,Шамбері,שאמברי,شامبری,شامبيري,شامبیری,シャンベリ,尚贝里,샹베리	73	84	73	732	73065
3027425	Chambéria	chamberia	FR	39270	159	Europe/Paris	46.46429	5.56054		Chamberia,Chambéria		27	39	392	39092
3027426	Chamberet	chamberet	FR	19370	1330	Europe/Paris	45.58345	1.7198		Chambaret,Chamberet,Shambere,Shambre,shang bo lei,Шамбере,Шамбре,尚伯雷		75	19	192	19036
3027427	Chamberaud	chamberaud	FR	23480	120	Europe/Paris	46.04935	2.04574		Chamberaud		75	23	232	23043
3027428	Chambérat	chamberat	FR	03370	321	Europe/Paris	46.41889	2.4131		Chamberat,Chambérat		84	03	031	03051
3027429	Chambéon	chambeon	FR	42110	380	Europe/Paris	45.69398	4.17378		Chambeon,Chambéon		84	42	421	42041
3027430	Chambellay	chambellay	FR	49220	314	Europe/Paris	47.68978	-0.68424		Chambellay,Shambelle,Shamble,shang bei lai,Шамбелле,Шамбле,尚贝莱		52	49	494	49064
3027431	Chambeire	chambeire	FR	21110	240	Europe/Paris	47.28089	5.26541		Chambeire		27	21	212	21130
3027440	Chambain	chambain	FR	21290	40	Europe/Paris	47.79723	4.92125		Chambain		27	21	213	21129
3027444	Chamaret	chamaret	FR	26230	527	Europe/Paris	44.39725	4.88143		Chamaret		84	26	262	26070
3027445	Chamarandes-Choignes	chamarandes-choignes	FR	52000	1196	Europe/Paris	48.08333	5.15				44	52	521	52125
3027446	Chamarande	chamarande	FR	91730	1075	Europe/Paris	48.51715	2.2171		Bonne-Commune,Chamarande,Shamarand,sha ma lang de,Шамаранд,沙马朗德		11	91	911	91132
3027447	Chamant	chamant	FR	60300	1023	Europe/Paris	49.2199	2.61176		Chamant,Shaman,sha mang,Шаман,沙芒		32	60	604	60138
3027451	Chamaloc	chamaloc	FR	26150	107	Europe/Paris	44.7993	5.38558		Chamalic,Chamaloc		84	26	261	26069
3027452	Chamalières-sur-Loire	chamalieres-sur-loire	FR	43800	429	Europe/Paris	45.20107	3.98561		Chamaleiras,Chamalieres,Chamalieres-sur-Loire,Chamalières,Chamalières-sur-Loire,Shamal'er-sjur-Luar,Shamalijer na Loari,lu wa er he pan sha ma li ai,shamarieru=shuru=rowaru,Шамалијер на Лоари,Шамальер-сюр-Луар,Шамальєр-сюр-Луар,シャマリエール＝シュル＝ロワール,卢瓦尔河畔沙马利埃		84	43	432	43049
3027453	Chamalières	chamalieres	FR	63400	20298	Europe/Paris	45.77364	3.06703		Chamaleira,Chamaleiras,Chamalieres,Chamalières,Chamalèira,Shamal'er,Shamalijer,sha ma li ai,shamarieru,Шамалијер,Шамальер,Шамальєр,シャマリエール,沙马利埃		84	63	632	63075
3027456	Chamagnieu	chamagnieu	FR	38460	1278	Europe/Paris	45.68249	5.16947		Chamagnieu		84	38	382	38067
3027457	Chamagne	chamagne	FR	88130	419	Europe/Paris	48.40825	6.28001		Chamagne,Shaman,Shaman',sha ma ni,Шамань,Шамањ,沙马尼		44	88	881	88084
3027458	Chamadelle	chamadelle	FR	33230	610	Europe/Paris	45.10353	-0.0768		Chamadelle		75	33	335	33124
3027461	Chalvraines	chalvraines	FR	52700	179	Europe/Paris	48.24141	5.47769		Chalvraines		44	52	521	52095
3027464	Chalvignac	chalvignac	FR	15200	500	Europe/Paris	45.24069	2.24679		Chalvignac		84	15	152	15036
3027470	Châlus	chalus	FR	63340	1867	Europe/Paris	45.65493	0.98032		Caluca,Chalus,Chasluc,Chasluç,Châlus,Shali,Shalju,sha lu,shalw,Шали,Шалю,شالو,沙吕		75	87	872	87032
3027471	Chalus	chalus	FR	63340	0	Europe/Paris	45.46643	3.20961		Chalus		84	63	633	63074
3027472	Chalus	chalus	FR	63340	0	Europe/Paris	45.38236	3.55076				84	43	431	43226
3027473	Chaltrait	chaltrait	FR	51130	89	Europe/Paris	48.93084	3.89833		Chaltrait		44	51	512	51110
3027528	Chalèze	chaleze	FR	25220	395	Europe/Paris	47.26753	6.08854		Chaleze,Chalèze,Shalez,sha lai ci,Шалез,沙莱兹		27	25	251	25111
3027477	Chalou-Moulineux	chalou-moulineux	FR	91740	394	Europe/Paris	48.3839	2.02165		Chalou,Chalou-Moulineux,Shalu Muline,Shalu-Muline,sha lu mu li na,Шалу Мулине,Шалу-Мулине,Шалу-Муліне,沙卢穆利纳		11	91	911	91131
3027480	Chalo-Saint-Mars	chalo-saint-mars	FR	91780	1163	Europe/Paris	48.42328	2.06491		Chalo-Saint-Marc,Chalo-la-Raison,Châlo-Saint-Marc,Shalo Sen Mar,Shalo-Sen-Mars,sha luo sheng ma er,Шало Сен Мар,Шало-Сен-Марс,沙洛圣马尔		11	91	911	91130
3027482	Châlonvillars	chalonvillars	FR	70400	1195	Europe/Paris	47.64055	6.78407		Chalonvillars,Châlonvillars		27	70	701	70117
3027484	Chalon-sur-Saône	chalon-sur-saone	FR	71100	47251	Europe/Paris	46.78112	4.85372		Cabillonum,Chalon,Chalon-sur-Saone,Chalon-sur-Saône,Chalons,Chalons sur Saone,Chalons sur Saône,Come-la-Montagne,Côme-la-Montagne,La Montagne,Montagne-les-Chalon,Montagne-lès-Chalon,Port-la-Montagne,Rochefort-des-Vignes,Rochefort-la-Vigne,Shalon sir Saon,Shalon-sjur-Son,sharon=shuru=sonu,shlwn swr sywn,shlwn-swr-swn,suo en he pan sha long,syallongswileuson,Шалон сир Саон,Шалон-сюр-Сон,שאלון-סור-סון,شلون سور سئون,شلون-سور-سون,シャロン＝シュル＝ソーヌ,索恩河畔沙隆,샬롱쉬르손	712	27	71	712	71076
3027485	Châlons-sur-Vesle	chalons-sur-vesle	FR	51140	163	Europe/Paris	49.28928	3.91786		Chalons,Chalons-sur-Vesle,Châlons,Châlons-sur-Vesle		44	51	513	51109
3027487	Châlons-en-Champagne	chalons-en-champagne	FR	51000	51257	Europe/Paris	48.95393	4.36724		Chalons,Chalons-en-Champagne,Chalons-sur-Marne,Châlons,Châlons-en-Champagne,Châlons-sur-Marne,Durocatalaunum,Salon an Sampayn,Sampanes Salonas,Shalon an Shampan,Shalon-an-Shampan',cha lng-x xng-ch xng pay,salo-am-sampena,shalwn-an-shampany,sharon=an=shanpanyu,shlwnzan shampayn,shylwnz ayn shympayn,syallong-angsyangpanyu,xiang bin sha long,Šampanės Šalonas,Шалон ан Шампањ,Шалон-ан-Шампань,Շալոն ան Շամպայն,שאלון-אן-שמפאן,شالون-آن-شامپانی,شلونزان شامپاین,شیلونز این شیمپائن,शालो-आं-शाँपेन,ชาลง-อ็อง-ช็องปาญ,შალონ-ან-შამპანი,シャロン＝アン＝シャンパーニュ,香槟沙隆,샬롱앙샹파뉴	51	44	51	511	51108
3027488	Châlons-du-Maine	chalons-du-maine	FR	53470	450	Europe/Paris	48.16318	-0.64349		Chalons,Chalons-du-Maine,Châlons,Châlons-du-Maine		52	53	532	53049
3027490	Chalon	chalon	FR	38122	175	Europe/Paris	45.44953	4.94135		Chalon,Chalons,Châlons		84	38	383	38066
3027491	Chalonnes-sur-Loire	chalonnes-sur-loire	FR	49290	5950	Europe/Paris	47.35075	-0.76411		Chalonnes,Chalonnes-sur-Loire,Shalon na Loari,Shalonn-sjur-Luar,lu wa er he pan sha luo nei,Шалон на Лоари,Шалонн-сюр-Луар,卢瓦尔河畔沙洛内		52	49	491	49063
3027492	Chalonnes-sous-le-Lude	chalonnes-sous-le-lude	FR	49490	142	Europe/Paris	47.55913	0.17306		Chalonnes,Chalonnes-sous-le-Lude,Shalon su le Lid,Shalonn-su-le-Ljud,sha luo nei su si-er lu de,Шалон су ле Лид,Шалонн-су-ле-Люд,沙洛内苏斯-尔吕德		52	49	493	49228
3027495	Chalmoux	chalmoux	FR	71140	780	Europe/Paris	46.59917	3.84785		Chalmoux		27	71	713	71075
3027496	Vals-des-Tilles	vals-des-tilles	FR	52160	0	Europe/Paris	47.7	5.06667		Chalmessin		44	52	522	52094
3027498	Chalmazel	chalmazel	FR	42920	473	Europe/Paris	45.70388	3.85178		Chalmazel,Chalmazelle,Shal'mazel',Shalmazel,sha er ma ze,Шалмазел,Шальмазель,沙尔马泽		84	42	421	42039
3027499	Chalmaison	chalmaison	FR	77650	756	Europe/Paris	48.48233	3.25131		Chalmaison		11	77	773	77076
3027501	Challuy	challuy	FR	58000	1675	Europe/Paris	46.94971	3.14807		Challuy,Chaluy		27	58	583	58051
3027503	Challonges	challonges	FR	74910	373	Europe/Paris	46.01913	5.8308		Challonges		84	74	743	74055
3027504	Challignac	challignac	FR	16300	297	Europe/Paris	45.41629	-0.07919		Challignac,Shalinak,Shallin'jak,sha li ni ya ke,Шалињак,Шаллиньяк,Шалліньяк,沙利尼亚克		75	16	162	16074
3027505	Challex	challex	FR	01630	1158	Europe/Paris	46.18458	5.97639		Challeux,Challex,Challez		84	01	013	01078
3027506	Challet	challet	FR	28300	408	Europe/Paris	48.55445	1.43461		Challet		24	28	281	28068
3027507	Challes-les-Eaux	challes-les-eaux	FR	73190	4436	Europe/Paris	45.54685	5.98098		Challes,Challes-les-Eaux,Shal le O,Shal'-lez-O,Шал ле О,Шаль-лез-О		84	73	732	73064
3027508	Challes	challes	FR	72250	1149	Europe/Paris	47.93074	0.41389		Challes		52	72	723	72053
3027509	Challes-la-Montagne	challes-la-montagne	FR	01450	218	Europe/Paris	46.13333	5.46667				84	01	014	01077
3027510	Challerange	challerange	FR	08400	462	Europe/Paris	49.30975	4.74639		Challerange		44	08	084	08097
3027511	Challement	challement	FR	58420	55	Europe/Paris	47.31453	3.58714		Challement		27	58	582	58050
3027513	Challans	challans	FR	85300	18947	Europe/Paris	46.8458	-1.87942		Challans,Shalan,Shallan,sha lang,shalan,Шалан,Шаллан,شالان,沙朗		52	85	853	85047
3027515	Challain-la-Potherie	challain-la-potherie	FR	49440	833	Europe/Paris	47.63514	-1.0464		Challain,Challain-la-Potherie,Shalen la Poteri,Shallen-la-Potri,sha lan la bo te li ye,Шален ла Потери,Шаллен-ла-Потрі,沙兰拉波特里耶		52	49	494	49061
3027516	Chalivoy-Milon	chalivoy-milon	FR	18130	417	Europe/Paris	46.86031	2.705		Chalivoy-Milon		24	18	182	18045
3027519	Chalindrey	chalindrey	FR	52600	2654	Europe/Paris	47.80308	5.42797		Chalindrey		44	52	522	52093
3027520	Chalinargues	chalinargues	FR	15170	433	Europe/Paris	45.15489	2.93219		Chalinargues		84	15	153	15141
3027521	Chaligny	chaligny	FR	54230	3002	Europe/Paris	48.62422	6.08262		Chaligny,Shalin'i,Shalini,sha li ni,Шалиньи,Шалињи,Шаліньї,沙利尼		44	54	543	54111
3027524	Chalifert	chalifert	FR	77144	1157	Europe/Paris	48.88993	2.77339		Chalifert,Shalifer,Шалифер,Шаліфер		11	77	775	77075
3027525	Chaliers	chaliers	FR	15320	183	Europe/Paris	44.95674	3.22774		Chaliers		84	15	153	15034
3027527	Chalezeule	chalezeule	FR	25220	985	Europe/Paris	47.25839	6.07541		Chalezeule		27	25	251	25112
3027529	Chaley	chaley	FR	01230	115	Europe/Paris	45.95382	5.53109		Chaley		84	01	011	01076
3027530	Chalette-sur-Voire	chalette-sur-voire	FR	10500	136	Europe/Paris	48.4448	4.42629		Catalacta,Chalette,Shalet sir Voar,Shalet-sjur-Vuar,Shalett-sjur-Vuar,wa er he pan sha lai te,Шалет сир Воар,Шалет-сюр-Вуар,Шалетт-сюр-Вуар,瓦尔河畔沙莱特		44	10	101	10073
3027531	Châlette-sur-Loing	chalette-sur-loing	FR	45120	14268	Europe/Paris	48.01337	2.73587		Chalette,Chalette-sur-Loing,Châlette,Châlette-sur-Loing,Shalet sir Loan,Shalett-sjur-Luen,lu wan he pan sha lai te,Шалет сир Лоан,Шалетт-сюр-Луен,卢万河畔沙莱特		24	45	451	45068
3027547	Chalencon	chalencon	FR	07240	314	Europe/Paris	44.87772	4.57443		Chalencon,Chalencon-Beauvene,Chalencon-Beauvène		84	07	072	07048
3027550	Chalais	chalais	FR	16210	461	Europe/Paris	45.50814	0.92766		Chalais,Chaleix		75	24	242	24095
3027551	Chaleins	chaleins	FR	01480	1113	Europe/Paris	46.03165	4.80789		Chaleins		84	01	012	01075
3027553	Chalaux	chalaux	FR	58140	68	Europe/Paris	47.33952	3.9131		Chalaux		27	58	581	58049
3027554	Chalaux	chalaux	FR	58140	0	Europe/Paris	45.40536	1.71525				75	19	192	19037
3027556	Chalautre-la-Petite	chalautre-la-petite	FR	77160	635	Europe/Paris	48.52941	3.31222		Chalautre,Chalautre-la-Petite		11	77	773	77073
3027557	Chalautre-la-Grande	chalautre-la-grande	FR	77171	669	Europe/Paris	48.54166	3.46034		Chalautre,Chalautre-la-Grande,Shalotr la Grand,Shalotr-la-Grand,Шалотр ла Гранд,Шалотр-ла-Гранд		11	77	773	77072
3027562	Chalandry-Elaire	chalandry-elaire	FR	08160	564	Europe/Paris	49.71667	4.75		Chalandry		44	08	081	08096
3027563	Chalandry	chalandry	FR	02270	223	Europe/Paris	49.67655	3.64273		Chalandry		32	02	022	02156
3027565	Chalandray	chalandray	FR	86190	756	Europe/Paris	46.66142	-0.00254		Chalandray		75	86	863	86050
3027567	Chalancon	chalancon	FR	26340	60	Europe/Paris	44.50935	5.34675		Chalancon,Chalançon		84	26	261	26067
3027568	Chalancey	chalancey	FR	52160	127	Europe/Paris	47.67719	5.1397		Chalancey		44	52	522	52092
3027570	Chalampé	chalampe	FR	68490	1018	Europe/Paris	47.82019	7.54113		Chalampe,Chalampé,Eichwald,Shalampe,sha lang pei,Шалампе,沙朗佩		44	68	684	68064
3027572	Chalamont	chalamont	FR	01320	1807	Europe/Paris	45.99734	5.16865		Chalamont		84	01	012	01074
3027574	Chalais	chalais	FR	16210	599	Europe/Paris	46.97164	0.08754		Chalais		75	86	861	86049
3027575	Chalais	chalais	FR	16210	163	Europe/Paris	46.53646	1.19711		Chalais		24	36	361	36036
3027576	Chalais	chalais	FR	16210	1986	Europe/Paris	45.27338	0.0388		Chalais		75	16	161	16073
3027577	Chalain-le-Comtal	chalain-le-comtal	FR	42600	462	Europe/Paris	45.64611	4.16897		Chalain,Chalain-le-Comtal		84	42	421	42038
3027578	Chalaines	chalaines	FR	55140	308	Europe/Paris	48.60329	5.68093		Chalaines		44	55	552	55097
3027579	Chalain-d'Uzore	chalain-d-uzore	FR	42600	0	Europe/Paris	45.67262	4.07008		Chalain,Chalain-d'Uzore		84	42	421	42037
3027581	Chalagnac	chalagnac	FR	24380	361	Europe/Paris	45.09264	0.67721		Chalagnac,Chalanhac,Shalan'jak,Shalanak,sha la ni ya ke,Шаланьяк,Шалањак,沙拉尼亚克		75	24	243	24094
3027582	Chalabre	chalabre	FR	11230	1251	Europe/Paris	42.98401	2.00611		Chalabre,Eissalabra,Shalabr,sha la bu er,Шалабр,沙拉布尔		76	11	112	11091
3027586	Chaix	chaix	FR	85200	407	Europe/Paris	46.43317	-0.85278		Chaix		52	85	851	85009
3027589	Chaise-Dieu-du-Theil	chaise-dieu-du-theil	FR	27580	270	Europe/Paris	48.76859	0.76206		Chaise-Dieu,Chaise-Dieu-du-Theil,Chaise-du-Theil		28	27	272	27137
3027592	Chaintrix-Bierges	chaintrix-bierges	FR	51130	233	Europe/Paris	48.90203	4.10698		Chaintrix,Chaintrix-Bierges		44	51	512	51107
3027593	Chaintreaux	chaintreaux	FR	77460	863	Europe/Paris	48.19881	2.82028		Chaintreaux		11	77	774	77071
3027595	Chaintré	chaintre	FR	71570	0	Europe/Paris	47.22546	-0.04755				52	49	493	49328
3027596	Chaintré	chaintre	FR	71570	517	Europe/Paris	46.26028	4.75957		Chaintre,Chaintré		27	71	715	71074
3027598	Chaingy	chaingy	FR	45380	3077	Europe/Paris	47.88326	1.77059		Chaingy,Shenzhi,shang ji,Шенжи,Шенжі,尚吉		24	45	452	45067
3027600	Chaînée-des-Coupis	chainee-des-coupis	FR	39120	154	Europe/Paris	46.92873	5.44023		Chainee-des-Coupis,Chaînée-des-Coupis,La Chainee des Coupis,La Chaînée des Coupis		27	39	391	39090
3027604	Chainaz-les-Frasses	chainaz-les-frasses	FR	74540	578	Europe/Paris	45.77335	5.99626		Chainaz,Chainaz-les-Frasses		84	74	741	74054
3027605	Chailly-sur-Armançon	chailly-sur-armancon	FR	21320	207	Europe/Paris	47.27214	4.4869		Chailly,Chailly-sur-Armancon,Chailly-sur-Armançon		27	21	211	21128
3027606	Chailly-lès-Ennery	chailly-les-ennery	FR	57365	278	Europe/Paris	49.20812	6.23491		Chailly,Chailly-les-Ennery,Chailly-lès-Ennery		44	57	579	57125
3027607	Chailly-en-Gâtinais	chailly-en-gatinais	FR	45260	597	Europe/Paris	47.94694	2.54335		Chailly,Chailly-en-Gatinais,Chailly-en-Gâtinais,Shai-an-Gatine,Shaji an Gatine,jia di nai de qu xie li,Шаї-ан-Гатіне,Шаји ан Гатине,加蒂奈地区谢利		24	45	451	45066
3027608	Chailly-en-Brie	chailly-en-brie	FR	77120	1485	Europe/Paris	48.79006	3.12453		Chailly,Chailly-en-Brie		11	77	771	77070
3027609	Chailly-en-Bière	chailly-en-biere	FR	77930	2334	Europe/Paris	48.46701	2.60785		Chailly,Chailly-en-Biere,Chailly-en-Bière,Shai-an-B'er,Shai-an-Ber,Shaji an Bjer,shaii=an=bieru,Шаи-ан-Бьер,Шаї-ан-Бєр,Шаји ан Бјер,シャイイ＝アン＝ビエール		11	77	774	77069
3027612	Chailloué	chailloue	FR	61240	475	Europe/Paris	48.6512	0.19576		Chailloue,Chailloué		28	61	611	61081
3027616	Chaillon	chaillon	FR	55210	110	Europe/Paris	48.94761	5.63958		Chaillon		44	55	552	55096
3027619	Chailley	chailley	FR	89770	639	Europe/Paris	48.08294	3.70159		Chailley,Shae,Shaje,xie lai,Шае,Шає,Шаје,谢莱		27	89	891	89069
3027620	Chaillevois	chaillevois	FR	02000	176	Europe/Paris	49.51322	3.52535		Chaillevois,Shajvoa,Shajvua,sha ye wa,Шайвуа,Шајвоа,沙耶瓦		32	02	022	02155
3027621	Chaillevette	chaillevette	FR	17890	1241	Europe/Paris	45.73087	-1.05839		Chaillevette,Shajvet,Shajvett,xie lei wei te,Шайвет,Шайветт,Шајвет,谢勒韦特		75	17	172	17079
3027625	Chailles	chailles	FR	41120	2106	Europe/Paris	47.5416	1.3122		Chailles,Shaj,xie lai,Шай,Шај,谢莱		24	41	411	41032
3027626	Chailles	chailles	FR	41120	0	Europe/Paris	45.47132	5.73502		Chaille,Chailles		84	38	381	38236
3027627	Chaillé-les-Marais	chaille-les-marais	FR	85450	1707	Europe/Paris	46.39657	-1.02331		Chaille,Chaille-les-Marais,Chaillé,Chaillé-les-Marais		52	85	851	85042
3027629	Chailland	chailland	FR	53420	1176	Europe/Paris	48.22431	-0.87326		Chailland,Shajan,Shajjan,xie lang,Шайян,Шајан,谢朗		52	53	533	53048
3027630	Chailland	chailland	FR	53420	0	Europe/Paris	44.97349	4.39308				84	07	073	07248
3027631	Chaillac-sur-Vienne	chaillac-sur-vienne	FR	87200	989	Europe/Paris	45.87914	0.87248		Chaillac,Chaillac-sur-Vienne		75	87	873	87030
3027632	Chaillac	chaillac	FR	36310	1172	Europe/Paris	46.43382	1.29889		Chaillac,Chalhac e Brossa,Chalhac e Bròssa,Shajak,xie la ke,Шайак,Шаяк,Шајак,谢拉克		24	36	361	36035
3027633	Chail	chail	FR	79500	459	Europe/Paris	46.2091	-0.09223		Chail		75	79	792	79064
3027635	Chaignes	chaignes	FR	27120	270	Europe/Paris	49.01631	1.43993		Chaignes		28	27	271	27136
3027636	Chaignay	chaignay	FR	21120	450	Europe/Paris	47.47614	5.07093		Chaignay		27	21	212	21127
3027638	Chahains	chahains	FR	61320	92	Europe/Paris	48.56246	-0.114		Chahains		28	61	611	61080
3027639	Chahaignes	chahaignes	FR	72340	787	Europe/Paris	47.74176	0.51429		Chahaignes		52	72	721	72052
3027641	Chagny	chagny	FR	08430	163	Europe/Paris	49.57518	4.70321		Chagny		44	08	081	08095
3027642	Chagny	chagny	FR	08430	5684	Europe/Paris	46.90953	4.7519		Chagny		27	71	712	71073
3027643	Chagnon	chagnon	FR	42800	418	Europe/Paris	45.53471	4.55385		Chagnon		84	42	423	42036
3027645	Chagey	chagey	FR	70400	679	Europe/Paris	47.61249	6.7336		Chagey,Chagey-et-Genechier		27	70	701	70116
3027646	Chaffois	chaffois	FR	25300	756	Europe/Paris	46.91236	6.27334				27	25	253	25110
3027647	Le Chaffaut-Saint-Jurson	le-chaffaut-saint-jurson	FR	04510	0	Europe/Paris	44.03889	6.15083		Chaffaut,Chaffaut-Lagremuse,Chaffaut-Saint-Jurson,Le-Shaffo-Sen-Zhjurson,Le-Shaffo-Sen-Zhurson,Lo Chafauc e Sant Jurson,Shafo Sen Zhirson,lei sha fu sheng rui er song,Ле-Шаффо-Сен-Журсон,Ле-Шаффо-Сен-Жюрсон,Шафо Сен Жирсон,勒沙福圣瑞尔松		93	04	043	04046
3027650	Chadurie	chadurie	FR	16250	496	Europe/Paris	45.49553	0.13739		Chadurie,Shadiri,Shadjuri,sha di li ye,Шадири,Шадюри,Шадюрі,沙迪里耶		75	16	161	16072
3027651	Chadron	chadron	FR	43150	216	Europe/Paris	44.96094	3.93514		Chadron		84	43	432	43047
3027653	Chadrac	chadrac	FR	43770	3220	Europe/Paris	45.06181	3.90261		Chadrac		84	43	432	43046
3027660	Chadenet	chadenet	FR	48190	103	Europe/Paris	44.51951	3.63427		Chadenet		76	48	482	48037
3027661	Chadenac	chadenac	FR	17800	422	Europe/Paris	45.54195	-0.44262		Chadenac		75	17	171	17078
3027662	Chadenac	chadenac	FR	17800	0	Europe/Paris	44.89534	4.35377				84	07	073	07150
3027663	Chadeleuf	chadeleuf	FR	63320	312	Europe/Paris	45.58697	3.17927		Chadeleuf		84	63	633	63073
3027667	Chacrise	chacrise	FR	02200	308	Europe/Paris	49.30464	3.40428		Chacrise		32	02	024	02154
3027669	Chacenay	chacenay	FR	10110	60	Europe/Paris	48.11541	4.52747		Chacenay		44	10	103	10071
3027670	Chacé	chace	FR	49400	1301	Europe/Paris	47.21435	-0.07179		Shase,sha sai,Шасе,沙塞		52	49	493	49060
3027673	Chabris	chabris	FR	36210	2668	Europe/Paris	47.25343	1.65181		Chabris,Shabri,sha bu li,Шабри,Шабрі,沙布里		24	36	364	36034
3027675	Chabrillan	chabrillan	FR	26400	655	Europe/Paris	44.72295	4.94028		Chabrillan		84	26	261	26065
3027676	Chabrignac	chabrignac	FR	19350	475	Europe/Paris	45.31627	1.34061		Chabrignac		75	19	191	19035
3027680	Chabrières	chabrieres	FR	04270	0	Europe/Paris	44.00994	6.68565				93	04	042	04090
3027681	Chabrières	chabrieres	FR	04270	0	Europe/Paris	44.00595	6.26559		Chabrieres,Chabrières		93	04	043	04028
3027687	Chabreloche	chabreloche	FR	63250	1312	Europe/Paris	45.879	3.69664		Chabreloche		84	63	635	63072
3027692	Chabrac	chabrac	FR	16150	476	Europe/Paris	45.93312	0.73872		Chabrac,Shabrak,sha bu la ke,Шабрак,沙布拉克		75	16	163	16071
3027693	Chabournay	chabournay	FR	86380	769	Europe/Paris	46.71704	0.2578		Chabournay		75	86	863	86048
3027695	Chabottes	chabottes	FR	05260	655	Europe/Paris	44.65459	6.17624		Chabotas,Chabottes,Chabòtas,Shabot,Shabott,sha bo tai,Шабот,Шаботт,沙博泰		93	05	052	05029
3027696	Châbons	chabons	FR	38690	1609	Europe/Paris	45.44282	5.42542		Chabons,Châbons		84	38	382	38065
3027699	Chablis	chablis	FR	89800	2758	Europe/Paris	47.81386	3.79835		Chablis,shaburi,シャブリ		27	89	891	89068
3027705	Chabeuil	chabeuil	FR	26120	6302	Europe/Paris	44.89843	5.01438		Chabeuil,Chabuelh,Shabej,VAF,sha bo yi,Шабей,Шабеј,沙伯伊		84	26	263	26064
3027709	Chabestan	chabestan	FR	05400	134	Europe/Paris	44.478	5.78316		Chabestan,Laric		93	05	052	05028
3027723	Chabanais	chabanais	FR	16150	1889	Europe/Paris	45.87565	0.71978		Chabanais,Chabanes,Chabanès,Chabanés,Shabane,sha ba nai,Шабане,沙巴奈		75	16	163	16070
3027726	Cézy	cezy	FR	89410	1089	Europe/Paris	47.99265	3.34067		Cezy,Cézy,Sezi,sai qi,Сези,Сезі,塞齐		27	89	893	89067
3027728	Cézia	cezia	FR	39240	66	Europe/Paris	46.36274	5.57522		Cezia,Cézia		27	39	392	39137
3027731	Cézens	cezens	FR	15230	266	Europe/Paris	44.98386	2.85587		Cezens,Cézens		84	15	153	15033
3027734	Cezay	cezay	FR	42130	201	Europe/Paris	45.80242	3.96851		Cezay		84	42	421	42035
3027736	Cézan	cezan	FR	32410	155	Europe/Paris	43.81248	0.49943		Cezan,Cézan		76	32	322	32102
3027737	Cézac	cezac	FR	33620	1850	Europe/Paris	45.09019	-0.41963				75	33	331	33123
3027738	Cézac	cezac	FR	33620	160	Europe/Paris	44.34027	1.34183		Cezac,Cézac		76	46	461	46069
3027739	Ceyzérieu	ceyzerieu	FR	01350	889	Europe/Paris	45.83514	5.72649				84	01	011	01073
3027740	Ceyzériat	ceyzeriat	FR	01250	2639	Europe/Paris	46.18126	5.31977		Ceyzeriat,Ceyzériat,Sejzerja,Sezer'ja,Sezeria,Sezerja,sai ze li ya,syzryat,syzyryat,Сезерья,Сезерја,Сейзеря,Սեզերիա,سيزيريات,سیزریات,塞泽里亚		84	01	012	01072
3027741	Ceyssat	ceyssat	FR	63210	0	Europe/Paris	45.7657	2.89654		Ceyssat		84	63	633	63071
3027742	Ceyssat	ceyssat	FR	63210	491	Europe/Paris	45.71152	3.27294		Ceyssat		84	63	632	63350
3027743	Ceyssac	ceyssac	FR	43000	434	Europe/Paris	45.03894	3.83473		Ceyssac,Ceyssac-la-Roche		84	43	432	43045
3027744	Ceyroux	ceyroux	FR	23210	123	Europe/Paris	46.07137	1.66559		Ceyroux		75	23	232	23042
3027745	Ceyreste	ceyreste	FR	13600	3798	Europe/Paris	43.21352	5.62946		Ceiresta,Ceyreste,Sejrest,Serest,sai lei si te,Сейрест,Серест,塞雷斯特		93	13	133	13023
3027746	Ceyrat	ceyrat	FR	63122	5880	Europe/Paris	45.73265	3.06323		Ceirac,Ceirat,Ceyrat,Sejra,Sera,sai la,Сейра,Сера,塞拉		84	63	632	63070
3027747	Ceyrat	ceyrat	FR	63122	0	Europe/Paris	45.30332	1.41688				75	19	191	19288
3027751	Cevins	cevins	FR	73730	747	Europe/Paris	45.59138	6.45437		Cevins,La Roche,Seven,Севен		84	73	731	73063
3027757	Cette-Eygun	cette-eygun	FR	64490	0	Europe/Paris	42.93584	-0.589		Ceta e Eigun,Cette,Cette-Eygun,Cèta e Eigun,Set Ezhen,Set-Ehgjon,Seta,Sett-Egen,sai te ai gan,Сет Ежен,Сет-Эгён,Сетт-Еген,塞特埃甘		75	64	642	64185
3027758	Ceton	ceton	FR	61260	1955	Europe/Paris	48.22631	0.74968		Ceton		28	61	613	61079
3027762	Cestayrols	cestayrols	FR	81150	474	Europe/Paris	43.98069	1.98392		Cestayrols		76	81	811	81067
3027763	Cestas	cestas	FR	33610	18036	Europe/Paris	44.74471	-0.68194		Cestas,Cestàs,Sesta,Sestas,sai si ta,Сеста,Сестас,塞斯塔		75	33	332	33122
3027764	Cessy-les-Bois	cessy-les-bois	FR	58220	108	Europe/Paris	47.33723	3.20781		Cessy,Cessy-les-Bois		27	58	584	58048
3027765	Cessy	cessy	FR	01170	2513	Europe/Paris	46.32032	6.07477		Cessy,Sesi,Sessi,sai xi,sysy,Сеси,Сесси,Сессі,Սեսսի,سيسي,塞西		84	01	013	01071
3027766	Cessoy-en-Montois	cessoy-en-montois	FR	77520	208	Europe/Paris	48.50461	3.14654		Cessoy,Cessoy-en-Montois		11	77	773	77068
3027767	Cesson-Sévigné	cesson-sevigne	FR	35236 CEDEX	16222	Europe/Paris	48.1212	-1.603		Cesson-Sevigne,Cesson-Sévigné,Cessonium,Saozon-Sevigneg,Seson Sevin,Sesson-Sevin'e,se song sai wei nie,Сесон Севињ,Сессон-Севинье,Сессон-Севіньє,瑟松塞维涅		53	35	353	35051
3027768	Cesson	cesson	FR	77240	7557	Europe/Paris	48.56204	2.60816		Cesson,Seson,Sesson,Сесон,Сессон		11	77	772	77067
3027769	Cesson	cesson	FR	77240	0	Europe/Paris	48.5226	-2.72446				53	22	224	22278
3027770	Cessieu	cessieu	FR	38110	2292	Europe/Paris	45.56371	5.37607		Cessieu		84	38	382	38064
3027771	Cessières	cessieres	FR	02320	452	Europe/Paris	49.55822	3.49594		Cessieres,Cessières		32	02	022	02153
3027773	Cessey-sur-Tille	cessey-sur-tille	FR	21110	467	Europe/Paris	47.28061	5.22108		Cessey,Cessey-sur-Tille		27	21	212	21126
3027775	Cessey	cessey	FR	25440	0	Europe/Paris	47.60452	4.61024				27	21	213	21326
3027776	Cessey	cessey	FR	25440	319	Europe/Paris	47.10764	5.91388		Cessey		27	25	251	25109
3027777	Cesseville	cesseville	FR	27110	344	Europe/Paris	49.18094	0.97794		Cesseville		28	27	272	27135
3027778	Cesset	cesset	FR	03500	358	Europe/Paris	46.29508	3.21586		Cesset		84	03	032	03049
3027779	Cesseras	cesseras	FR	34210	455	Europe/Paris	43.32454	2.71557		Cesseras,Sesera,Sesserac,Sesseras,Sesseraç,se se la,Сесера,Сессерас,瑟瑟拉		76	34	341	34075
3027781	Cessens	cessens	FR	73410	354	Europe/Paris	45.79929	5.88291		Cessens		84	73	732	73010
3027783	Cessenon-sur-Orb	cessenon-sur-orb	FR	34460	1966	Europe/Paris	43.45011	3.05154		Cecenon,Sesnon sir Orb,Sessenon-sjur-Orb,ao er he pan se sang weng,Сеснон сир Орб,Сессенон-сюр-Орб,奥尔河畔瑟桑翁		76	34	341	34074
3027787	Cesse	cesse	FR	55700	130	Europe/Paris	49.51284	5.15928		Cesse		44	55	553	55095
3027788	Cessales	cessales	FR	31290	140	Europe/Paris	43.45732	1.74147		Cessales		76	31	313	31137
3027789	Cessac	cessac	FR	33760	0	Europe/Paris	46.2369	1.71442				75	23	232	23036
3027790	Cessac	cessac	FR	33760	182	Europe/Paris	44.74273	-0.17777		Cessac		75	33	333	33121
3027791	Cessac	cessac	FR	33760	0	Europe/Paris	44.47686	1.36723				76	46	461	46088
3027792	Cesny-Bois-Halbout	cesny-bois-halbout	FR	14220	659	Europe/Paris	48.98913	-0.39512		Cesny,Cesny-Bois-Halbout		28	14	142	14150
3027793	Cesny-aux-Vignes	cesny-aux-vignes	FR	14270	0	Europe/Paris	49.08911	-0.11892		Cesny,Cesny-aux-Vignes		28	14	142	14149
3027794	Cescau	cescau	FR	09800	377	Europe/Paris	43.41084	-0.50016		Cescau		75	64	643	64184
3027795	Cescau	cescau	FR	09800	110	Europe/Paris	42.93135	1.03872		Cescau		76	09	093	09095
3027796	Césarville-Dossainville	cesarville-dossainville	FR	45300	266	Europe/Paris	48.26667	2.26667		Sezarvil Dosenvil,Sezarvil'-Dossenvil',sai sa er wei er duo sang wei er,Сезарвил Досенвил,Сезарвіль-Доссенвіль,塞萨尔维尔多桑维尔		24	45	453	45065
3027797	Césarches	cesarches	FR	73200	388	Europe/Paris	45.70454	6.41146		Cap-d'Arly,Cesarches,Césarches		84	73	731	73061
3027800	Cesancey	cesancey	FR	39570	345	Europe/Paris	46.63333	5.5		Val-d'Or		27	39	392	39088
3027801	Cerzat	cerzat	FR	43380	0	Europe/Paris	45.20133	3.42098		Cerzat,Cerzat du Dragon		84	43	431	43222
3027802	Cerzat	cerzat	FR	43380	211	Europe/Paris	45.16149	3.47966			43044	84	43	431	43044
3027803	Cervon	cervon	FR	58800	676	Europe/Paris	47.24071	3.75571		Cervon,Servon,sai er weng,Сервон,塞尔翁		27	58	582	58047
3027804	Cervione	cervione	FR	20221	1589	Europe/Paris	42.32835	9.49343		Cervione,Cervioni,Chervione,Chervjone,Servion,Сервион,Червионе,Червйоне		94	2B	2B3	2B087
3027805	Cerville	cerville	FR	54420	556	Europe/Paris	48.69639	6.31236		Cercueil,Cerville,Huviller		44	54	543	54110
3027806	Cervières	cervieres	FR	05100	122	Europe/Paris	45.84753	3.77211		Cervieres,Cervières,La Montagne-de-Cervieres,La Montagne-de-Cervières		84	42	421	42034
3027807	Cervières	cervieres	FR	05100	128	Europe/Paris	44.87038	6.72299				93	05	051	05027
3027810	Cervens	cervens	FR	74550	807	Europe/Paris	46.28601	6.43999		Cervens		84	74	744	74053
3027816	Certines	certines	FR	01240	1413	Europe/Paris	46.13244	5.26525		Certines		84	01	012	01069
3027817	Certilleux	certilleux	FR	88300	255	Europe/Paris	48.31087	5.72781		Certilleux		44	88	882	88083
3027821	Cersot	cersot	FR	71390	104	Europe/Paris	46.71023	4.62274		Cersot		27	71	712	71072
3027822	Cerseuil	cerseuil	FR	02220	85	Europe/Paris	49.32453	3.51893		Cerseuil		32	02	024	02152
3027823	Cersay	cersay	FR	79290	974	Europe/Paris	47.04559	-0.35388		Cersay		75	79	791	79063
3027824	Cers	cers	FR	34420	2037	Europe/Paris	43.32345	3.30474		Cers		76	34	341	34073
3027825	Cerre-lès-Noroy	cerre-les-noroy	FR	70000	171	Europe/Paris	47.60082	6.31554		Cerre,Cerre-les-Noroy,Cerre-lès-Noroy,Ser le Noroa,Ser-le-Norua,Serr-le-Norua,Сер ле Нороа,Сер-ле-Норуа,Серр-ле-Норуа		27	70	702	70115
3027826	Cerqueux	cerqueux	FR	14290	104	Europe/Paris	48.99519	0.36481		Cerqueux		28	14	143	14371
3027830	Cérons	cerons	FR	33720	1461	Europe/Paris	44.63122	-0.33701		Cerons,Cérons		75	33	333	33120
3027831	Céron	ceron	FR	71110	270	Europe/Paris	46.28088	3.9471		Ceron,Céron		27	71	713	71071
3027832	Céron	ceron	FR	71110	0	Europe/Paris	45.32903	1.73425				75	19	192	19146
3027834	Cerny-lès-Bucy	cerny-les-bucy	FR	02870	114	Europe/Paris	49.57834	3.54797		Cerny,Cerny-les-Bucy,Cerny-lès-Bucy		32	02	022	02151
3027835	Cerny-en-Laonnois	cerny-en-laonnois	FR	02860	54	Europe/Paris	49.44274	3.66893		Cerny,Cerny-en-Laonnois		32	02	022	02150
3027836	Cerny	cerny	FR	91590	3365	Europe/Paris	48.47796	2.32815		Cerny		11	91	911	91129
3027837	Cernusson	cernusson	FR	49310	273	Europe/Paris	47.17566	-0.48422		Cernusson,Kernison,Sernjusson,sai er ni song,Кернисон,Сернюссон,塞尔尼松		52	49	492	49057
3027838	Cernoy-en-Berry	cernoy-en-berry	FR	45360	0	Europe/Paris	47.54047	2.66067		Cernoy,Cernoy-en-Berry,Sernoaj an Beri,Sernua-an-Berri,bei er li de qu sai er nu wa,Серноај ан Бери,Сернуа-ан-Беррі,贝尔里地区塞尔努瓦		24	45	451	45064
3027839	Cernoy	cernoy	FR	60190	218	Europe/Paris	49.43968	2.54185		Cernoy		32	60	602	60137
3027841	Cernon	cernon	FR	39240	0	Europe/Paris	48.84055	4.34517		Cernon		44	51	511	51106
3027842	Cernon	cernon	FR	39240	240	Europe/Paris	46.40348	5.64886		Cernon		27	39	392	39086
3027843	Cernon	cernon	FR	39240	0	Europe/Paris	45.47118	5.98792		Cernon		84	38	381	38075
3027845	Cernion	cernion	FR	08260	0	Europe/Paris	49.7979	4.4315				44	08	081	08094
3027846	Cerniébaud	cerniebaud	FR	39250	55	Europe/Paris	46.73241	6.10358		Cerniebaud,Cerniébaud		27	39	392	39085
3027847	Cernex	cernex	FR	74350	828	Europe/Paris	46.06274	6.04933		Cernex		84	74	743	74052
3027848	Cerneux	cerneux	FR	77320	304	Europe/Paris	48.69374	3.34467		Cerneux		11	77	773	77066
3027850	Cernay-lès-Reims	cernay-les-reims	FR	51420	1233	Europe/Paris	49.26375	4.10216		Cernay,Cernay-les-Reims,Cernay-lez-Reims,Cernay-lès-Reims		44	51	513	51105
3027851	Cernay-l'Église	cernay-l-eglise	FR	25120	0	Europe/Paris	47.25781	6.83148		Cernay,Cernay-l'Eglise,Cernay-l'Église		27	25	252	25108
3027852	Cernay-la-Ville	cernay-la-ville	FR	78720	1841	Europe/Paris	48.67324	1.97422		Cernay,Cernay-la-Ville,Serne la Vil,Serne-la-Vil',Серне ла Вил,Серне-ла-Виль,Серне-ла-Віль		11	78	782	78128
3027853	Cernay-en-Dormois	cernay-en-dormois	FR	51800	149	Europe/Paris	49.22611	4.76507		Cernay,Cernay-en-Dormois		44	51	511	51104
3027855	Cernay	cernay	FR	14290	119	Europe/Paris	49.02028	0.32377		Cernay		28	14	143	14147
3027856	Cernay	cernay	FR	14290	72	Europe/Paris	48.38364	1.23761		Cernay		24	28	281	28067
3027857	Cernay	cernay	FR	14290	11127	Europe/Paris	47.8097	7.17699		Cernay,Sennheim		44	68	686	68063
3027858	Cernay	cernay	FR	14290	0	Europe/Paris	46.85635	2.84614				24	18	182	18195
3027859	Cernay	cernay	FR	14290	407	Europe/Paris	46.8336	0.30395		Cernay		75	86	861	86047
3027860	Cernans	cernans	FR	39110	119	Europe/Paris	46.93121	5.93106		Cernans		27	39	391	39084
3027863	Cerizy	cerizy	FR	02240	50	Europe/Paris	49.76104	3.32699		Cerizy		32	02	023	02149
3027864	Cérizols	cerizols	FR	09230	147	Europe/Paris	43.12843	1.06072		Cerisols,Cerizols,Cérisols,Cérizols		76	09	093	09094
3027865	Cerisières	cerisieres	FR	52320	0	Europe/Paris	48.31667	5.08333		Ceriziere,Cerizière		44	52	523	52091
3027866	Cerizay	cerizay	FR	79140	4777	Europe/Paris	46.8215	-0.66492		Cerizay		75	79	791	79062
3027867	Cerisy-la-Salle	cerisy-la-salle	FR	50210	1024	Europe/Paris	49.02622	-1.28283		Cerisy,Cerisy-la-Salle		28	50	503	50111
3027868	Cerisy-la-Forêt	cerisy-la-foret	FR	50680	853	Europe/Paris	49.19477	-0.93678		Cerisy,Cerisy la foret,Cerisy la forêt,Cerisy-la-Foret,Cerisy-la-Forêt,Serizi la Fore,Serizi-la-Fore,se li xi la fu lei,Серизи ла Форе,Серизи-ла-Форе,Серизі-ла-Форе,瑟里西拉福雷		28	50	504	50110
3027869	Cerisy	cerisy	FR	80800	0	Europe/Paris	49.9	2.63333		Crisin,Serizi,se li xi,Çrisin,Серизи,Серизі,瑟里西		32	80	802	80184
3027870	Cerisy-Buleux	cerisy-buleux	FR	80140	264	Europe/Paris	49.98333	1.73333		Crisin-Buleux,Serisi-Bulo,Serizi-Bjule,se li xi bi lei,Çrisin-Buleux,Серизі-Бюле,Сериси-Було,瑟里西比勒		32	80	802	80183
3027873	Cerisiers	cerisiers	FR	89320	887	Europe/Paris	48.13339	3.4851		Cerisiers		27	89	893	89066
3027874	Cerisy-Belle-Étoile	cerisy-belle-etoile	FR	61100	0	Europe/Paris	48.8	-0.61667		Cerisi,Cerisy-Belle-Etoile,Cérisi,Serizi Bel Etoal,Serizi-Bel'-Etual',se li xi bei er ai tu wa er,Серизи Бел Етоал,Серизи-Бель-Етуаль,Серизі-Бель-Етуаль,瑟里西贝尔埃图瓦尔		28	61	612	61078
3027875	Cerisé	cerise	FR	61000	808	Europe/Paris	48.45	0.13333				28	61	611	61077
3027878	Cérilly	cerilly	FR	03350	55	Europe/Paris	48.18198	3.62258		Cerilly,Cérilly		27	89	893	89065
3027879	Cérilly	cerilly	FR	03350	241	Europe/Paris	47.86609	4.49574		Cerilly,Cérilly		27	21	213	21125
3027880	Cérilly	cerilly	FR	03350	1597	Europe/Paris	46.61791	2.8208		Cerilly,Cérilly		84	03	031	03048
3027883	Cergy	cergy	FR	95000	57576	Europe/Paris	49.03645	2.07613		Cergeium,Cergy,Serzhi,sai er ji,seleuji,seruji,srzhy,syrjy,Сержи,Сержі,سرژی,سيرجي,セルジー,塞尔吉,세르지	95	11	95	953	95127
3027885	Cerfontaine	cerfontaine	FR	59680	0	Europe/Paris	50.26015	4.02702		Cerfontaine		32	59	591	59142
3027888	Ceret	ceret	FR	66400	8171	Europe/Paris	42.48533	2.74804		Ceret,Céret	661	76	66	661	66049
3027889	Céreste	cereste	FR	04280	1213	Europe/Paris	43.8558	5.58685		Ceiresta,Ceirèsta,Cereste,Céreste,Serest,sai lei si te,Серест,塞雷斯特		93	04	044	04045
3027891	Cérences	cerences	FR	50510	1802	Europe/Paris	48.91667	-1.4347		Serans,Serens,sai lang sai,Серанс,Серенс,塞朗塞		28	50	501	50109
3027893	Cerelles	cerelles	FR	37390	1196	Europe/Paris	47.50168	0.68333		Cerelles,Serel,Serel',se lei lai,Серел,Серель,瑟雷莱		24	37	371	37047
3027894	Céré-la-Ronde	cere-la-ronde	FR	37460	464	Europe/Paris	47.26122	1.19002		Cere,Cere-la-Ronde,Céré,Céré-la-Ronde		24	37	373	37046
3027896	Céré	cere	FR	40090	0	Europe/Paris	46.86933	1.72066				24	36	362	36057
3027897	Cère	cere	FR	40090	297	Europe/Paris	43.99183	-0.53284				75	40	402	40081
3027898	Cerdon	cerdon	FR	01450	1068	Europe/Paris	47.63571	2.36277		Cerdon		24	45	452	45063
3027899	Cerdon	cerdon	FR	01450	734	Europe/Paris	46.08066	5.46601		Cerdon		84	01	014	01068
3027900	Cercy-la-Tour	cercy-la-tour	FR	58340	2111	Europe/Paris	46.86203	3.64652		Cercy,Cercy-la-Tour,Cercy-sur-Aron,Cerey-la-Tour,Sersi la Tur,Sersi-la-Tur,sai er xi la tu,Серси ла Тур,Серси-ла-Тур,Серсі-ла-Тур,塞尔西拉图		27	58	581	58046
3027902	Cercoux	cercoux	FR	17270	1132	Europe/Paris	45.12954	-0.20571		Cercoux		75	17	171	17077
3027903	Cercottes	cercottes	FR	45520	773	Europe/Paris	47.98642	1.88304		Cercottes,Serkot,Serkott,sai er ke tai,Серкот,Серкотт,塞尔科泰		24	45	452	45062
3027904	Cercles	cercles	FR	24320	181	Europe/Paris	45.36393	0.46106		Cercle,Cercles,Serkl,Serkl',sai er ke lai,Серкл,Серкль,塞尔克莱		75	24	243	24554
3027905	Cercier	cercier	FR	74350	571	Europe/Paris	46.02578	6.04899		Cercier		84	74	743	74051
3027906	Cercié	cercie	FR	69220	923	Europe/Paris	46.1197	4.67067		Cercie,Cercié		84	69	692	69036
3027912	Cerbois	cerbois	FR	18120	361	Europe/Paris	47.11362	2.09267		Cerbois		24	18	183	18044
3027915	Cervera de la Marenda	cervera-de-la-marenda	FR	66290	1628	Europe/Paris	42.44094	3.16518		Cerbere,Cerbère,Cervera,Cervera de la Marenda		76	66	661	66048
3027918	Cérans-Foulletourte	cerans-foulletourte	FR	72330	2561	Europe/Paris	47.82742	0.07549		Cerans,Cerans-Fouilletourte,Cerans-Foulletourte,Cérans,Cérans-Fouilletourte,Cérans-Foulletourte		52	72	721	72051
3027919	Céran	ceran	FR	32500	157	Europe/Paris	43.81743	0.68714		Ceran,Céran		76	32	322	32101
3027923	Cepoy	cepoy	FR	45120	2236	Europe/Paris	48.04795	2.73782		Cepoy,Sepoa,Sepua,se pu wa,Сепоа,Сепуа,瑟普瓦		24	45	451	45061
3027925	Cépie	cepie	FR	11300	578	Europe/Paris	43.10502	2.24413		Cepie,Cépie		76	11	112	11090
3027927	Cépet	cepet	FR	31620	1471	Europe/Paris	43.74979	1.43089		Cepet,Cépet		76	31	313	31136
3027931	Cenves	cenves	FR	69840	354	Europe/Paris	46.26814	4.64968		Cenves		84	69	692	69035
3027934	Centuri	centuri	FR	20238	214	Europe/Paris	42.96591	9.35185	5	Centuri		94	2B	2B2	2B086
3027936	Centrès	centres	FR	12120	620	Europe/Paris	44.16416	2.40886		Centres,Centrès		76	12	123	12065
3027943	Censy	censy	FR	89310	52	Europe/Paris	47.69668	4.04222		Censy		27	89	892	89064
3027945	Censerey	censerey	FR	21430	176	Europe/Paris	47.20285	4.35369		Censerey		27	21	211	21124
3027946	Censeau	censeau	FR	39250	301	Europe/Paris	46.81339	6.06756		Censeau		27	39	392	39083
3027949	Cenon-sur-Vienne	cenon-sur-vienne	FR	86530	1835	Europe/Paris	46.77409	0.53663		Cenon,Cenon-sur-Vienne,Senon sir Vjen,Senon-sjur-Venn,wei ai na he pan kang weng,Сенон сир Вјен,Сенон-сюр-Вєнн,维埃纳河畔康翁		75	86	861	86046
3027950	Cenon	cenon	FR	33150	22393	Europe/Paris	44.85614	-0.53355		Cenon,Senon,se nong,seunong,snwn,sunon,Сенон,سنون,スノン,瑟农,스농		75	33	332	33119
3028033	Céaux	ceaux	FR	50220	393	Europe/Paris	48.63098	-1.38756		Ceaux,Céaux		28	50	501	50108
3028034	Ceaux	ceaux	FR	50220	0	Europe/Paris	45.17036	1.79123				75	19	192	19098
3027952	Cenne-Monestiés	cenne-monesties	FR	11170	334	Europe/Paris	43.33184	2.11717		Cena Monestiers,Cena Monestièrs,Cena e Monestiers,Cena e Monestièrs,Cenne,Cenne-Monesties,Cenne-Monestiès,Cenne-Monestiés,Cenne-Monnesties,Cenne-Monnestiès,San Monetje,Sen-Monest'e,Senn-Monest'e,sang mo nei si di ai,Сан Монетје,Сен-Монестье,Сенн-Монестье,Сенн-Монестьє,桑莫内斯蒂埃		76	11	111	11089
3027955	Cénevières	cenevieres	FR	46330	175	Europe/Paris	44.46283	1.747		Cenevieres,Cénevières,Genevieres,Genevières		76	46	461	46068
3027958	Cendrieux	cendrieux	FR	24380	590	Europe/Paris	44.99624	0.82384		Cendrieux,Sandrie,Sendrije,Sendrius,sang de li e,Сандрие,Сандріє,Сендрије,桑德里厄		75	24	243	24362
3027959	Cendrey	cendrey	FR	25640	196	Europe/Paris	47.40371	6.24528		Cendrey,Sandre,sang de lei,Сандре,桑德雷		27	25	251	25107
3027960	Cendrecourt	cendrecourt	FR	70500	216	Europe/Paris	47.8435	5.92657		Cendrecourt		27	70	702	70114
3027961	Cendras	cendras	FR	30480	2155	Europe/Paris	44.15	4.06667		Cendras		76	30	301	30077
3027963	Cenans	cenans	FR	70230	148	Europe/Paris	47.43096	6.19465		Cenans		27	70	702	70113
3027965	Cénac	cenac	FR	33360	1133	Europe/Paris	44.79982	1.20431		Cenac,Cenac-et-Saint-Julien,Cénac,Cénac-et-Saint-Julien,Senac e Sent Julian,Senak et Sen Zhilijen,Senak-e-Sen-Zhul'en,sai na ke he sheng rui li an,Сенак ет Сен Жилијен,Сенак-е-Сен-Жульен,Сенак-е-Сен-Жульєн,塞纳克和圣瑞利安		75	24	244	24091
3027966	Cenac	cenac	FR	33360	0	Europe/Paris	45.30629	3.52002		Cenac		84	43	431	43178
3027967	Cénac	cenac	FR	33360	1854	Europe/Paris	44.77977	-0.4605		Cenac,Cénac		75	33	332	33118
3027968	Cempuis	cempuis	FR	60210	556	Europe/Paris	49.65947	1.99112		Cempuis,Sampjui,Sempis,Сампюї,Семпис		32	60	601	60136
3027969	Cemboing	cemboing	FR	70500	223	Europe/Paris	47.84209	5.85549		Cemboing		27	70	702	70112
3027970	Cély	cely	FR	77930	1086	Europe/Paris	48.45959	2.53245		Cely-en-Biere,Cély-en-Bière		11	77	774	77065
3027972	Celsoy	celsoy	FR	52600	91	Europe/Paris	47.86027	5.47779		Celsoy		44	52	522	52090
3027975	Celoux	celoux	FR	15500	88	Europe/Paris	45.14507	3.2641		Celoux		84	15	153	15032
3027976	Celon	celon	FR	36200	0	Europe/Paris	46.89636	2.43305				24	18	182	18212
3027977	Celon	celon	FR	36200	376	Europe/Paris	46.51667	1.5				24	36	362	36033
3027978	Cellule	cellule	FR	63200	702	Europe/Paris	45.94732	3.14055		Cellule		84	63	634	63244
3027980	Cellieu	cellieu	FR	42320	1513	Europe/Paris	45.51866	4.54332		Cellieu,Sel'e,Selije,sai li e,Селије,Сельє,塞利厄		84	42	423	42032
3027983	Cellier-du-Luc	cellier-du-luc	FR	07590	109	Europe/Paris	44.67964	3.90122		Cellier,Cellier-de-Luc		84	07	071	07047
3027984	Cellettes	cellettes	FR	16230	2199	Europe/Paris	47.52758	1.38102		Cellettes		24	41	411	41031
3027985	Cellettes	cellettes	FR	16230	431	Europe/Paris	45.86367	0.14745		Cellettes		75	16	163	16069
3027986	Celles-sur-Plaine	celles-sur-plaine	FR	88110	851	Europe/Paris	48.45383	6.94984		Celles,Celles-sur-Plaine		44	88	883	88082
3027987	Celles-sur-Ource	celles-sur-ource	FR	10110	471	Europe/Paris	48.07681	4.40148		Celles,Celles-sur-Ource		44	10	103	10070
3027988	Celles-sur-Durolle	celles-sur-durolle	FR	63250	2011	Europe/Paris	45.85829	3.6354		Celles,Celles-sur-Durolle		84	63	635	63066
3027989	Celles-sur-Belle	celles-sur-belle	FR	79370	3600	Europe/Paris	46.26183	-0.2118		Celles,Celles-sur-Belle,Sel sir Bel,Sel'-sjur-Bel',Сел сир Бел,Сель-сюр-Бель		75	79	792	79061
3027990	Celles-sur-Aisne	celles-sur-aisne	FR	02370	206	Europe/Paris	49.40418	3.48155		Celles,Celles-sur-Aisne		32	02	024	02148
3027991	Celles-lès-Condé	celles-les-conde	FR	02330	80	Europe/Paris	49.01096	3.57154		Celles,Celles-les-Conde,Celles-lès-Condé,Vallon-Libre		32	02	021	02146
3027992	Celles-en-Bassigny	celles-en-bassigny	FR	52360	80	Europe/Paris	47.91518	5.54301		Celles,Celles-en-Bassigny		44	52	522	52089
3027993	Celles	celles	FR	09000	276	Europe/Paris	45.60476	-0.3715		Celles		75	17	171	17076
3027994	Celles	celles	FR	09000	579	Europe/Paris	45.29695	0.41255		Celles		75	24	243	24090
3027995	Celles	celles	FR	09000	239	Europe/Paris	45.12073	2.96014		Celles		84	15	153	15141
3027996	Celles	celles	FR	09000	26	Europe/Paris	43.66164	3.34068		Celles		76	34	342	34072
3027997	Celles	celles	FR	09000	141	Europe/Paris	42.91689	1.6873		Celles		76	09	091	09093
3027999	Celle-Lévescault	celle-levescault	FR	86600	1139	Europe/Paris	46.42358	0.18733		Celle,Celle-Levescault,Celle-Lévescault,Celle-lEvescault,Celle-lÉvescault,Sel Levko,Sel'-Levesko,sai lei lai fu si ke er,Сел Левко,Сель-Левеско,塞勒莱弗斯科尔		75	86	863	86045
3028000	Cellefrouin	cellefrouin	FR	16260	499	Europe/Paris	45.89102	0.3905		Cela Froin,Cela Froïn,Celafroin,Cellefrouin,Sel'fruehn,Sel'fruen,Selfruen,se lai fu lu an,Селфруен,Сельфруен,Сельфруэн,瑟莱夫鲁安		75	16	163	16068
3028003	Cellé	celle	FR	41360	282	Europe/Paris	47.83301	0.78102		Celle,Cellé		24	41	412	41030
3028004	Celle	celle	FR	41360	0	Europe/Paris	45.58875	2.0649				75	19	193	19136
3028012	Ceintrey	ceintrey	FR	54134	759	Europe/Paris	48.5248	6.16331		Ceintrey		44	54	543	54109
3028013	Ceilloux	ceilloux	FR	63520	157	Europe/Paris	45.65244	3.51482		Ceilloux		84	63	631	63065
3028016	Ceillac	ceillac	FR	05600	303	Europe/Paris	44.66804	6.77891		Celhac,Sejak,sai la ke,Сейак,Сеяк,Сејак,塞拉克		93	05	051	05026
3028018	Ceignes	ceignes	FR	01430	283	Europe/Paris	46.12104	5.49844		Ceignes,Sen,Sen',sai ni,synyh,Сень,Сењ,Սեն,سينيه,塞尼		84	01	014	01067
3028020	Ceffonds	ceffonds	FR	52220	569	Europe/Paris	48.47097	4.76399		Ceffonds		44	52	523	52088
3028028	Cébazat	cebazat	FR	63118	8114	Europe/Paris	45.8314	3.09992		Cebasac,Cebazat,Cébazat,Sebaza,sai ba zha,Себаза,塞巴扎		84	63	632	63063
3028029	Cébazan	cebazan	FR	34360	387	Europe/Paris	43.40574	2.97289		Cebazan,Cébazan		76	34	341	34070
3028030	Ceaux-en-Loudun	ceaux-en-loudun	FR	86200	621	Europe/Paris	47.02596	0.23852		Ceaux,Ceaux-en-Loudun,So an Luden,So-an-Luden,lu dan de qu ke,Со ан Луден,Со-ан-Луден,卢丹地区科		75	86	861	86044
3028031	Ceaux-en-Couhé	ceaux-en-couhe	FR	86700	532	Europe/Paris	46.31667	0.23333		Ceaux,Céaux,So-an-Kue,Soks an Kue,ku e de qu ke,Со-ан-Куе,Сокс ан Куе,库厄地区科		75	86	862	86082
3028032	Céaux-d'Allègre	ceaux-d-allegre	FR	43270	0	Europe/Paris	45.18106	3.74732		Ceaux,Ceaux-d'Allegre,Céaux,Céaux-d'Allègre		84	43	432	43043
3028035	Ceaux	ceaux	FR	50220	0	Europe/Paris	45.09083	3.99731				84	43	432	43181
3028036	Ceaulmont	ceaulmont	FR	36200	656	Europe/Paris	46.52323	1.5757		Ceaulmont,Sol'mon,Solmon,suo er meng,Солмон,Сольмон,索尔蒙		24	36	362	36032
3028037	Ceaucé	ceauce	FR	61330	1279	Europe/Paris	48.49436	-0.62526				28	61	611	61075
3028039	Cazouls-lès-Béziers	cazouls-les-beziers	FR	34370	3837	Europe/Paris	43.39236	3.10114		Cazouls,Cazouls-les-Beziers,Cazouls-lès-Béziers		76	34	341	34069
3028040	Cazouls-d'Hérault	cazouls-d-herault	FR	34120	0	Europe/Paris	43.50658	3.45668		Cazouls,Cazouls-d'Herault,Cazouls-d'Hérault		76	34	341	34068
3028041	Cazoulès	cazoules	FR	24370	0	Europe/Paris	44.88244	1.43379		Casoles,Casolés,Cazoules,Cazoulès,Kazule,ka zu lai,Казуле,卡祖莱		75	24	244	24089
3028043	Cazillac	cazillac	FR	46600	368	Europe/Paris	44.99943	1.6134		Cazillac		76	46	463	46232
3028044	Cazilhac	cazilhac	FR	11570	1257	Europe/Paris	43.92379	3.70145		Cazilhac		76	34	342	34067
3028045	Cazilhac	cazilhac	FR	11570	1545	Europe/Paris	43.18365	2.36241		Cazilhac		76	11	111	11088
3028046	Cazideroque	cazideroque	FR	47370	274	Europe/Paris	44.39853	0.92891		Cazideroque		75	47	473	47064
3028047	Cazevieille	cazevieille	FR	34270	133	Europe/Paris	43.76953	3.78778		Cazevieille		76	34	342	34066
3028048	Cazes-Mondenard	cazes-mondenard	FR	82110	1318	Europe/Paris	44.22726	1.2018		Cases e Montdenard,Cazes-Mondenard,Kaz-Mondnar,Kaze Mondnar,ka ze meng dai na er,Каз-Монднар,Казе Монднар,卡泽蒙代纳尔		76	82	821	82042
3028049	Cazères-sur-l'Adour	cazeres-sur-l-adour	FR	40270	1129	Europe/Paris	43.76088	-0.31702		Cazeres,Cazeres-sur-l'Adour,Cazères,Cazères-sur-l'Adour		75	40	402	40080
3028050	Cazères	cazeres	FR	31220	3769	Europe/Paris	43.20718	1.08578		Caseras,Casèras,Cazeres,Cazères,Kazer,ka ze lei,Казер,卡泽雷		76	31	311	31135
3028051	Cazeneuve-Montaut	cazeneuve-montaut	FR	31420	58	Europe/Paris	43.18257	0.85831		Cazeneuve,Cazeneuve-Montaut		76	31	312	31134
3028052	Cazeneuve	cazeneuve	FR	32800	128	Europe/Paris	43.88598	0.16171		Cazeneuve		76	32	322	32100
3028054	Cazenave-Serres-et-Allens	cazenave-serres-et-allens	FR	09400	54	Europe/Paris	42.83333	1.66667		Cazenave		76	09	091	09092
3028057	Cazedarnes	cazedarnes	FR	34460	442	Europe/Paris	43.42384	3.02786		Cazedarnes		76	34	341	34065
3028058	Cazeaux-de-Larboust	cazeaux-de-larboust	FR	31110	0	Europe/Paris	42.80622	0.53029		Cazaux-de Larboust,Cazeaux,Cazeaux-de-Larboust		76	31	312	31133
3028060	Cazavet	cazavet	FR	09160	185	Europe/Paris	43.0028	1.0442		Cazavet		76	09	093	09091
3028061	Cazaux-Villecomtal	cazaux-villecomtal	FR	32230	87	Europe/Paris	43.45321	0.17368		Cazaux,Cazaux-Villecomtal		76	32	323	32099
3028062	Cazaux-Savès	cazaux-saves	FR	32130	145	Europe/Paris	43.5417	0.98167		Cazaux,Cazaux-Saves,Cazaux-Savès		76	32	321	32098
3028063	Cazaux-Layrisse	cazaux-layrisse	FR	31440	0	Europe/Paris	42.87309	0.60767		Cazaux,Cazaux-Layrisse		76	31	312	31132
3028064	Cazaux-Fréchet-Anéran-Camors	cazaux-frechet-aneran-camors	FR	65240	45	Europe/Paris	42.83333	0.41667		Cadau,Cadaus Dessus,Cadaus Dessús,Cazaux,Kazo Freshet Aneran Kamor,Kazo-Freshe-Aneran-Kamor,Kazo-Freshet-Aneran-Kamor,ka zuo fu lei xie te-a nei lang kang ao er,Казо Фрешет Анеран Камор,Казо-Фреше-Анеран-Камор,Казо-Фрешет-Анеран-Камор,卡佐弗雷谢特-阿内朗康奥尔		76	65	652	65141
3028065	Cazaux-Debat	cazaux-debat	FR	65590	12	Europe/Paris	42.88876	0.38464		Cazaux,Cazaux-Debat		76	65	652	65140
3028066	Cazaux-d'Anglès	cazaux-d-angles	FR	32190	0	Europe/Paris	43.65796	0.26021		Cazaux,Cazaux-d'Angles,Cazaux-d'Anglès		76	32	321	32097
3028068	Cazaux	cazaux	FR	09120	0	Europe/Paris	44.5389	-1.14301		Cazaux,Lac de Cazaux		75	33	336	33529
3028069	Cazaux	cazaux	FR	09120	46	Europe/Paris	43.05257	1.51181		Cazaux		76	09	091	09090
3028070	Cazaunous	cazaunous	FR	31160	53	Europe/Paris	42.98605	0.7341		Cazaunous		76	31	312	31131
3028071	Cazaugitat	cazaugitat	FR	33790	255	Europe/Paris	44.71464	0.00627		Cazaugitat		75	33	333	33117
3028072	Cazaubon	cazaubon	FR	32150	1628	Europe/Paris	43.93475	-0.07209		Casaubon,Cazaubon,Kazobon,Kozobon,ka zuo bang,Казобон,Козобон,卡佐邦		76	32	322	32096
3028073	Cazats	cazats	FR	33430	240	Europe/Paris	44.48333	-0.21667		Cazats		75	33	333	33116
3028074	Cazaril-Tambourès	cazaril-tamboures	FR	31580	0	Europe/Paris	43.18518	0.54578		Cazaril,Cazaril-Tamboures,Cazaril-Tambourès,Cazaril-Temboures,Cazaril-Tembourès		76	31	312	31130
3028075	Cazarilh-Laspènes	cazarilh-laspenes	FR	31110	0	Europe/Paris	42.79896	0.57832		Cazaril,Cazaril-Laspenes,Cazaril-Laspènes,Cazarilh-Laspenes,Cazarilh-Laspènes		76	31	312	31129
3028076	Cazarilh	cazarilh	FR	65370	34	Europe/Paris	42.95757	0.58167		Cazarilh		76	65	652	65139
3028078	Cazals-des-Baylès	cazals-des-bayles	FR	09500	37	Europe/Paris	43.08734	1.94749		Cazals,Cazals-des-Bayles,Cazals-des-Baylès		76	09	092	09089
3028079	Cazals	cazals	FR	46250	613	Europe/Paris	44.64354	1.22561		Cazals		76	46	463	46066
3028080	Cazals	cazals	FR	46250	180	Europe/Paris	44.12213	1.71653		Casals,Cazals		76	82	822	82041
3028081	Cazalrenoux	cazalrenoux	FR	11270	91	Europe/Paris	43.19849	1.94948		Cazalrenoux		76	11	111	11087
3028083	Cazalis	cazalis	FR	33113	204	Europe/Paris	44.34276	-0.38109		Cazalis		75	33	333	33115
3028084	Cazalis	cazalis	FR	33113	131	Europe/Paris	43.62512	-0.66145		Cazalis		75	40	402	40079
3028088	Cayrols	cayrols	FR	15290	229	Europe/Paris	44.8315	2.2329		Cayrols		84	15	151	15030
3028089	Cayriech	cayriech	FR	82240	221	Europe/Paris	44.21888	1.61078		Cariech,Carièch,Cayriech,Keresh,Kerijesh,kai li ye ke,Керијеш,Керєш,凯里耶克		76	82	822	82040
3028090	Cayres	cayres	FR	43510	644	Europe/Paris	44.92543	3.80705		Cayres		84	43	432	43042
3028091	Cayrac	cayrac	FR	82440	427	Europe/Paris	44.10585	1.49539		Cayrac		76	82	822	82039
3028092	Caylus	caylus	FR	82160	1550	Europe/Paris	44.23646	1.77105		Caylus		76	82	822	82038
3028095	Cayeux-sur-Mer	cayeux-sur-mer	FR	80410	2820	Europe/Paris	50.182	1.494	6	Cayeux,Kaje na Moru,Kajjo-sjur-Mer,Kajo-sjur-Mer,Tcheyeu,Tchéyeu,bin hai ka yue,kaiyu=shuru=meru,Кайо-сюр-Мер,Кайё-сюр-Мер,Каје на Мору,カイユー＝シュル＝メール,滨海卡约		32	80	801	80182
3028096	Cayeux-en-Santerre	cayeux-en-santerre	FR	80800	78	Europe/Paris	49.82143	2.59972		Cayeux,Cayeux-en-Santerre		32	80	803	80181
3028098	Caychax	caychax	FR	09250	19	Europe/Paris	42.79263	1.71887		Caychax		76	09	091	09088
3028099	Cavron-Saint-Martin	cavron-saint-martin	FR	62140	416	Europe/Paris	50.41418	1.99534		Cavron,Cavron-Saint-Martin,Cavron-l'Unite,Cavron-l'Unité		32	62	624	62220
3028103	Cavillon	cavillon	FR	80310	99	Europe/Paris	49.92144	2.08352		Cavillon,Cavion,Kavijon,Kavillon,ka wei yong,Кавијон,Кавіллон,卡维永		32	80	802	80180
3028104	Cavillargues	cavillargues	FR	30330	713	Europe/Paris	44.1148	4.5222		Cavillargues		76	30	302	30076
3028106	Cavigny	cavigny	FR	50620	252	Europe/Paris	49.19322	-1.10987		Cavigny,Kavin'i,Kavini,ka wei ni,Кавиньи,Кавињи,Кавіньї,卡维尼		28	50	504	50106
3028107	Cavignac	cavignac	FR	33620	1296	Europe/Paris	45.10062	-0.38967		Cavignac		75	33	331	33114
3028109	Caves	caves	FR	11510	658	Europe/Paris	42.93167	2.97471		Caves		76	11	113	11086
3028110	Caveirac	caveirac	FR	30820	3502	Europe/Paris	43.82437	4.26664		Cavairac,Caveirac,Kaverak,ka wei la ke,Каверак,卡韦拉克		76	30	302	30075
3028116	Cavarc	cavarc	FR	47330	152	Europe/Paris	44.68953	0.64167		Cavarc		75	47	473	47063
3028117	Cavanac	cavanac	FR	11570	796	Europe/Paris	43.17002	2.32292		Cavanac		76	11	111	11085
3028118	Cavan	cavan	FR	22140	1184	Europe/Paris	48.67216	-3.34616		Cavan,Kawan		53	22	223	22034
3028129	Cavalaire-sur-Mer	cavalaire-sur-mer	FR	83240	5670	Europe/Paris	43.17261	6.52959		Cavalaira,Cavalaira de Mar,Cavalaire,Cavalaire-sur-Mer,Heraclea Cacabaria,Kavaler na Moru,Kavaler-sjur-Mer,bin hai ka wa lai lei,Кавалер на Мору,Кавалер-сюр-Мер,滨海卡瓦莱勒		93	83	831	83036
3028134	Cavaillon	cavaillon	FR	84300	26689	Europe/Paris	43.83125	5.03586		Cabellio,Cavaillon,Cavalhon,Kavajon,ka wa yong,kabayong,kavu~aiyon,kwywn,Кавайон,Кавајон,کویون,カヴァイヨン,卡瓦永,카바용		93	84	841	84035
3028135	Cavagnac	cavagnac	FR	46110	0	Europe/Paris	45.009	1.6406				76	46	463	46065
3028136	Cavagnac	cavagnac	FR	46110	0	Europe/Paris	44.50986	1.03448				76	46	461	46307
3028138	Caux-et-Sauzens	caux-et-sauzens	FR	11170	802	Europe/Paris	43.22521	2.25593		Caus e Sausens,Caus e Saussens,Caux,Caux-et-Sauzens,Ko e Sozan,Ko-e-Sozan,Ko-eh-Sozan,ke he suo cang,Ко е Созан,Ко-е-Созан,Ко-э-Созан,科和索藏		76	11	111	11084
3028140	Caux	caux	FR	34720	0	Europe/Paris	46.43276	2.5557				84	03	031	03055
3028141	Caux	caux	FR	34720	0	Europe/Paris	45.72646	2.04727				75	19	193	19164
3028142	Caux	caux	FR	34720	0	Europe/Paris	45.45892	2.68627				84	63	633	63336
3028143	Caux	caux	FR	34720	2210	Europe/Paris	43.50754	3.3675		Caux		76	34	341	34063
3028144	Cauville-sur-Mer	cauville-sur-mer	FR	76930	1360	Europe/Paris	49.6	0.13333		L'Unite-Nationale,L'Unité-Nationale,Saint-Pierre-de-Bonsecours		28	76	762	76167
3028145	Cauville	cauville	FR	14770	164	Europe/Paris	48.94729	-0.57241		Cauville		28	14	142	14146
3028146	Cauvigny	cauvigny	FR	60730	1251	Europe/Paris	49.3018	2.24844		Cauvigny,Kovin'i,Kovini,ke wei ni,Ковињи,Ковіньї,科维尼		32	60	601	60135
3028147	Cauvignac	cauvignac	FR	33690	115	Europe/Paris	44.41799	-0.07952		Cauvignac		75	33	333	33113
3028148	Cauvicourt	cauvicourt	FR	14190	412	Europe/Paris	49.04646	-0.26426		Cauvicourt		28	14	142	14145
3028149	Cauverville-en-Roumois	cauverville-en-roumois	FR	27350	179	Europe/Paris	49.35028	0.65097		Cauverville,Cauverville-en-Roumois		28	27	272	27134
3028152	Cauterets	cauterets	FR	65110	1080	Europe/Paris	42.8892	-0.11412	850	Cautares,Cautarès,Cautarés,Cauterets,Koterets,Kotre,Kotret,ke te lei te,Котеретс,Котре,Котрет,科特雷特		76	65	651	65138
3028153	Caussou	caussou	FR	09250	87	Europe/Paris	42.76899	1.80582		Caussou		76	09	091	09087
3028154	Caussiniojouls	caussiniojouls	FR	34600	111	Europe/Paris	43.55168	3.15219		Caussiniojouls		76	34	341	34062
3028155	Causses-et-Veyran	causses-et-veyran	FR	34490	619	Europe/Paris	43.47414	3.08573		Causses e Vairan,Causses-et-Veyran,Koss-e-Vejran,Koz et Veran,ke sai he wei lang,Коз ет Веран,Косс-е-Вейран,科塞和韦朗		76	34	341	34061
3028157	Caussens	caussens	FR	32100	584	Europe/Paris	43.94303	0.42398		Caussens		76	32	322	32095
3028158	Causse-de-la-Selle	causse-de-la-selle	FR	34380	331	Europe/Paris	43.80427	3.64804		Causse,Causse-de-la-Selle,Le Causse-de-la-Selle		76	34	342	34060
3028159	Causse-Bégon	causse-begon	FR	30750	0	Europe/Paris	44.06195	3.36052		Causse-Begon,Causse-Bégon		76	30	303	30074
3028160	Caussade-Rivière	caussade-riviere	FR	65700	108	Europe/Paris	43.51523	0.01721		Caussade,Caussade-Riviere,Caussade-Rivière		76	65	653	65137
3028162	Caussade	caussade	FR	82300	6333	Europe/Paris	44.16125	1.53691		Caussade,XCS		76	82	822	82037
3028163	Cause-de-Clérans	cause-de-clerans	FR	24150	326	Europe/Paris	44.86298	0.6664		Cause,Cause de Clarenc,Cause de Clarenç,Cause-de-Clerans,Cause-de-Clérans,Koz-de-Kleran,ke si de ke lai lang,Коз-де-Клеран,科斯德克莱朗		75	24	241	24088
3028165	Cauroy-lès-Hermonville	cauroy-les-hermonville	FR	51220	376	Europe/Paris	49.34988	3.92369		Cauroy,Cauroy-les-Hermonville,Cauroy-lez Hermonville,Cauroy-lès-Hermonville,Koroa lez Ermonvil,Korua-le-Ermonvil',ke lu wa lai ai er meng wei er,Короа лез Ермонвил,Коруа-ле-Ермонвіль,科鲁瓦莱埃尔蒙维尔		44	51	513	51102
3028168	Cauroir	cauroir	FR	59400	529	Europe/Paris	50.17303	3.30253		Cauroir		32	59	592	59141
3028169	Cauro	cauro	FR	20117	1123	Europe/Paris	41.91756	8.9148		Cauro		94	2A	2A1	2A085
3028173	Caurel	caurel	FR	22530	662	Europe/Paris	49.30393	4.15305		Caurel		44	51	513	51101
3028174	Caurel	caurel	FR	22530	402	Europe/Paris	48.21609	-3.03881		Caurel,Kaorel		53	22	224	22033
3028175	Caupenne-d'Armagnac	caupenne-d-armagnac	FR	32110	0	Europe/Paris	43.78795	-0.06721		Caupenne,Caupenne-d'Armagnac		76	32	322	32094
3028176	Caupenne	caupenne	FR	40250	393	Europe/Paris	43.68435	-0.74646		Caupenne		75	40	401	40078
3028177	Caunette-sur-Lauquet	caunette-sur-lauquet	FR	11250	4	Europe/Paris	43.02988	2.41286		Caunette,Caunette-sur-Lauquet		76	11	112	11082
3028178	Caunettes-en-Val	caunettes-en-val	FR	11220	38	Europe/Paris	43.06329	2.55382		Caunettes,Caunettes-en-Val		76	11	111	11083
3028179	Caunes-Minervois	caunes-minervois	FR	11160	1593	Europe/Paris	43.32771	2.52679		Caunas de Menerbes,Caunas de Menerbés,Caunes,Caunes-Minervois,Kon Minervoa,Kon-Minervua,ke nei mi nei er wa,Кон Минервоа,Кон-Минервуа,Кон-Мінервуа,科内米内尔瓦		76	11	111	11081
3028180	Cauneille	cauneille	FR	40300	767	Europe/Paris	43.54661	-1.06367		Cauneille		75	40	401	40077
3028181	Caunay	caunay	FR	79190	177	Europe/Paris	46.19967	0.08818		Caunay		75	79	792	79060
3028182	Cauna	cauna	FR	40500	419	Europe/Paris	43.78208	-0.63837		Cauna		75	40	402	40076
3028183	Caumont-sur-Orne	caumont-sur-orne	FR	14220	78	Europe/Paris	48.95674	-0.47826		Caumont,Caumont-sur-Orne		28	14	142	14689
3028184	Caumont-sur-Garonne	caumont-sur-garonne	FR	47430	575	Europe/Paris	44.43879	0.18144		Alout-sur-Garonne,Caumont,Caumont-sur-Garonne,Mont-Calvat		75	47	472	47061
3028185	Caumont-sur-Durance	caumont-sur-durance	FR	84510	4472	Europe/Paris	43.89356	4.94745		Caumont,Caumont de Durenca,Caumont de Durença,Caumont-sur-Durance,Komon sir Dirans,Komon-sjur-Djurans,di lang se he pan ke meng,Комон сир Диранс,Комон-сюр-Дюранс,迪朗瑟河畔科蒙		93	84	842	84034
3028186	Caumont-l'Éventé	caumont-l-evente	FR	14240	1348	Europe/Paris	49.09017	-0.80501		Caumont,Caumont-l'Evente,Caumont-l'Éventé		28	14	144	14143
3028187	Caumont	caumont	FR	02300	210	Europe/Paris	50.28861	2.03095		Caumont		32	62	624	62219
3028188	Caumont	caumont	FR	02300	0	Europe/Paris	50.03896	1.80823				32	80	801	80444
3028189	Caumont	caumont	FR	02300	478	Europe/Paris	49.63164	3.1742		Caumont		32	02	022	02145
3028190	Caumont	caumont	FR	02300	1043	Europe/Paris	49.36642	0.89591		Caumont		28	27	272	27133
3028191	Caumont	caumont	FR	02300	133	Europe/Paris	44.69517	-0.00596		Caumont		75	33	333	33112
3028192	Caumont	caumont	FR	02300	279	Europe/Paris	44.01901	1.00097		Caumont		76	82	821	82035
3028193	Caumont	caumont	FR	02300	0	Europe/Paris	43.69137	-0.10403		Caumont		76	32	323	32093
3028194	Caumont	caumont	FR	02300	329	Europe/Paris	43.03041	1.08527		Caumont		76	09	093	09086
3028198	Caulnes	caulnes	FR	22350	2320	Europe/Paris	48.28893	-2.15444		Caulnes,Kaon		53	22	221	22032
3028199	Caullery	caullery	FR	59191	461	Europe/Paris	50.08476	3.37292		Caullery		32	59	592	59140
3028200	Caulières	caulieres	FR	80290	190	Europe/Paris	49.77948	1.88964		Caulieres,Caulières		32	80	802	80179
3028201	Caulaincourt	caulaincourt	FR	02490	112	Europe/Paris	49.86404	3.10745		Caulaincourt		32	02	023	02144
3028202	Caujac	caujac	FR	31190	492	Europe/Paris	43.29933	1.4702		Caujac		76	31	311	31128
3028203	Caugé	cauge	FR	27180	789	Europe/Paris	49.02448	1.03378		Cauge,Caugé		28	27	273	27132
3028204	Cauffry	cauffry	FR	60290	2257	Europe/Paris	49.31978	2.44581		Cauffry,Koffri,Kofri,ke fu li,Кофри,Коффрі,科夫里		32	60	602	60134
3028205	Caudry	caudry	FR	59540	13862	Europe/Paris	50.1249	3.41186		Caudry,Kodri,ke de li,Кодри,Кодрі,科德里		32	59	592	59139
3028206	Caudrot	caudrot	FR	33490	945	Europe/Paris	44.57739	-0.14385		Cauc Drot,Caucdrot,Caudrot,Cauç Dròt,Cauçdròt,Kodro,Kodrot,ke de luo,Кодро,Кодрот,科德罗		75	33	333	33111
3028207	Caudiès-de-Fenouillèdes	caudies-de-fenouilledes	FR	66220	658	Europe/Paris	42.81202	2.37588		Cauders de Fenollet,Caudiers de Fenolhet,Caudies,Caudies-de-Fenouilledes,Caudies-de-Fenouillet,Caudièrs de Fenolhet,Caudiès,Caudiès-de-Fenouillèdes		76	66	663	66046
3028208	Caudiès-de-Conflent	caudies-de-conflent	FR	66360	6	Europe/Paris	42.56667	2.15		Caudies-de Mont-Louis,Caudiès-de Mont-Louis		76	66	663	66047
3028209	Caudeval	caudeval	FR	11230	163	Europe/Paris	43.07576	1.9758		Caudavalh,Caudeval,Kodval,Kodval',ke de wa,Кодвал,Кодваль,科德瓦		76	11	112	11080
3028211	Caudecoste	caudecoste	FR	47220	912	Europe/Paris	44.11641	0.73682		Caudecoste		75	47	471	47060
3028212	Caudebronde	caudebronde	FR	11390	159	Europe/Paris	43.3788	2.31013		Caudebronde		76	11	111	11079
3028214	Caudebec-lès-Elbeuf	caudebec-les-elbeuf	FR	76320	10104	Europe/Paris	49.28082	1.02195		Caudebec,Caudebec-les-Elbeuf,Caudebec-lès-Elbeuf,Kodbek lez Elbef,Kodbek-lez-El'bef,Кодбек лез Елбеф,Кодбек-лез-Ельбеф		28	76	763	76165
3028215	Caudebec-en-Caux	caudebec-en-caux	FR	76490	2408	Europe/Paris	49.52577	0.72561		Caudebec,Caudebec-en-Caux,Kodbek an Ko,Kodbek-an-Ko,QUX,Кодбек ан Ко,Кодбек-ан-Ко		28	76	763	76164
3028217	Caudan	caudan	FR	56850	7241	Europe/Paris	47.80995	-3.34255		Caudan,Kaodan,Kodan,ke dang,Кодан,科当		53	56	561	56036
3028218	Caucourt	caucourt	FR	62150	284	Europe/Paris	50.40106	2.57187		Caucourt		32	62	622	62218
3028273	Castillon-en-Auge	castillon-en-auge	FR	14140	136	Europe/Paris	49.0311	0.09504		Castillon,Castillon-en-Auge		28	14	143	14141
3028219	Cauchy-à-la-Tour	cauchy-a-la-tour	FR	62260	2920	Europe/Paris	50.50394	2.44606		Cauchy,Cauchy-a-la-Tour,Cauchy-à-la-Tour,El-Cauchie-a-lTour,El-Cauchie-à-lTour,Koshi a la Tur,Koshi-a-la-Tur,kawtshy la twr,ke xi la tu er,Коши а ла Тур,Коши-а-ла-Тур,Коші-а-ла-Тур,كاوتشي لا تور,科希拉图尔		32	62	622	62217
3028220	Caucalières	caucalieres	FR	81200	313	Europe/Paris	43.522	2.31135		Caucalieira,Caucalieres,Caucalièira,Caucalières,Kokal'er,Kokalijer,ke ka li ai,Кокалијер,Кокальер,Кокальєр,科卡利埃		76	81	812	81066
3028221	Caubous	caubous	FR	31110	13	Europe/Paris	43.24687	0.47968		Caubous		76	65	653	65136
3028222	Caubous	caubous	FR	31110	0	Europe/Paris	42.85084	0.52234		Caubous		76	31	312	31127
3028223	Caubon-Saint-Sauveur	caubon-saint-sauveur	FR	47120	255	Europe/Paris	44.5931	0.17531		Caubon,Caubon-Saint-Sauveur		75	47	472	47059
3028225	Caubios-Loos	caubios-loos	FR	64230	457	Europe/Paris	43.41634	-0.40494		Caubios,Caubios-Loos,Cauvios e Los,Cauviòs e Lòs,Kob'os-Loos,Kobio Lo,Kobios-Loos,ke bi ou lu,Кобио Ло,Кобиос-Лоос,Кобьос-Лоос,Кобіос-Лоос,科比欧陆		75	64	643	64183
3028226	Caubiac	caubiac	FR	31480	215	Europe/Paris	43.71414	1.08444		Caubiac		76	31	313	31126
3028227	Caubeyres	caubeyres	FR	47160	139	Europe/Paris	44.2577	0.20192		Caubeyres		75	47	474	47058
3028229	Catz	catz	FR	50500	113	Europe/Paris	49.31072	-1.17976		Catz,Ka,Kac,ka te,Ка,Кац,卡特		28	50	504	50099
3028230	Catus	catus	FR	46150	0	Europe/Paris	44.67787	0.5934				75	47	473	47272
3028231	Catus	catus	FR	46150	968	Europe/Paris	44.55633	1.33639		Catus		76	46	461	46064
3028232	Catteville	catteville	FR	50390	0	Europe/Paris	49.94804	1.27009				28	76	761	76618
3028233	Catteville	catteville	FR	50390	0	Europe/Paris	49.82734	1.07229				28	76	761	76405
3028234	Catteville	catteville	FR	50390	108	Europe/Paris	49.35642	-1.57059		Catteville		28	50	502	50105
3028236	Cattenom	cattenom	FR	57570	2417	Europe/Paris	49.40627	6.24297		Cattenom,Katenom,Kattenhofen,Kattenom,Kettenuewen,ka tang weng,katanwm,Катеном,Каттеном,کاتانوم,卡唐翁		44	57	577	57124
3028237	Cattenières	cattenieres	FR	59217	692	Europe/Paris	50.13459	3.3345		Cattenieres,Cattenières		32	59	592	59138
3028240	Catonvielle	catonvielle	FR	32200	67	Europe/Paris	43.65881	0.96238		Catonvielle		76	32	322	32092
3028242	Catllar	catllar	FR	66500	713	Europe/Paris	42.63415	2.42176		Catlla,Catlla de Conflent,Catllar,Catllà,Catllà de Conflent,Katlar,Katllar,Катлар,Катллар		76	66	663	66045
3028243	Catillon-sur-Sambre	catillon-sur-sambre	FR	59360	867	Europe/Paris	50.07329	3.64254		Catillon,Catillon-sur-Sambre,Egalite-sur-Sambre,Egalité-sur-Sambre,Katijon na Sambri,Katijon-sjur-Sambr,sang bu er he pan ka di yong,Катийон-сюр-Самбр,Катијон на Самбри,Катійон-сюр-Самбр,桑布尔河畔卡蒂永		32	59	592	59137
3028244	Catillon-Fumechon	catillon-fumechon	FR	60130	541	Europe/Paris	49.51667	2.36667		Catillon-Fumechon		32	60	602	60133
3028245	Catigny	catigny	FR	60640	0	Europe/Paris	50.1381	1.61544		Cafigny,Catigny		32	80	801	80029
3028246	Catigny	catigny	FR	60640	191	Europe/Paris	49.63676	2.93613		Catigny		32	60	603	60132
3028248	Catheux	catheux	FR	60360	120	Europe/Paris	49.65311	2.11775		Catheux		32	60	601	60131
3028250	Cathervielle	cathervielle	FR	31110	0	Europe/Paris	42.81095	0.50616		Cathervieille,Cathervielle		76	31	312	31125
3028251	Cateri	cateri	FR	20225	243	Europe/Paris	42.57176	8.89108		Cateri,I Catari,I Càtari,Kateri,Катери,Катері		94	2B	2B5	2B084
3028253	Catenoy	catenoy	FR	60840	1172	Europe/Paris	49.36824	2.51054		Catenoy,Katenua,Katnoa,ka tang wa,Катенуа,Катноа,卡唐瓦		32	60	602	60130
3028254	Catenay	catenay	FR	76116	663	Europe/Paris	49.51295	1.32782		Catenay		28	76	763	76163
3028258	Castries	castries	FR	34160	5790	Europe/Paris	43.67972	3.98222		Castias,Castries,Càstias,Kastri,Kastrij,ka si te li ye,Кастри,Кастрий,Кастрій,卡斯特里耶		76	34	343	34058
3028259	Castres-Gironde	castres-gironde	FR	33640	1642	Europe/Paris	44.69675	-0.44487		Castres,Castres-Gironde		75	33	332	33109
3028261	Castres	castres	FR	02680	167	Europe/Paris	49.80361	3.23909		Castres,Castries		32	02	023	02142
3028262	Castres	castres	FR	02680	0	Europe/Paris	47.6679	-1.83371		Castres		52	44	445	44067
3028263	Castres	castres	FR	02680	47275	Europe/Paris	43.60527	2.24088		Castra Albigensium,Castras,Castres,Castres-sur-l'Agout,DCM,Kastr,ka si te er,kaseuteuleu,kastr,kasutoru,kstr,Кастр,كاستر,کستر,カストル,卡斯特爾,카스트르	812	76	81	812	81065
3028264	Castirla	castirla	FR	20236	166	Europe/Paris	42.37249	9.14408		Castirla		94	2B	2B3	2B083
3028265	Castineta	castineta	FR	20218	57	Europe/Paris	42.42284	9.29875		Castineta,Kastineta,Кастинета,Кастінета		94	2B	2B3	2B082
3028266	Castin	castin	FR	32810	280	Europe/Paris	43.69066	0.54564		Castin		76	32	321	32091
3028267	Castilly	castilly	FR	14330	259	Europe/Paris	49.27167	-1.01489		Castilly,Castilly-la-Foret,Castilly-la-Forêt		28	14	141	14342
3028268	Castillon-Savès	castillon-saves	FR	32490	214	Europe/Paris	43.56932	0.9861		Castillon,Castillon-Saves,Castillon-Savès		76	32	321	32090
3028269	Castillonnès	castillonnes	FR	47330	1526	Europe/Paris	44.65254	0.59171		Castilhones,Castilhonés,Castillonnes,Castillonnès,Kastijone,Kastijonnes,ka si di luo nei,Кастийоннес,Кастијоне,Кастійоннес,卡斯蒂洛内		75	47	473	47057
3028270	Castillon-Massas	castillon-massas	FR	32360	208	Europe/Paris	43.71933	0.54368		Castillon,Castillon-Massas		76	32	321	32089
3028271	Castillon-la-Bataille	castillon-la-bataille	FR	33350	3203	Europe/Paris	44.85308	-0.04506		Castellio,Castilhon de Dordonha,Castilhon de la Batalha,Castillon,Castillon et Capitourlan,Castillon-Capitoulan,Castillon-la-Bataille,Kastijon la Bataj,Kastijon-la-Bataj,ka si di long la ba tai er,Кастийон-ла-Батай,Кастијон ла Батај,Кастійон-ла-Батай,カスティヨン・ラ・バタイユ,卡斯蒂隆拉巴泰尔		75	33	335	33108
3028272	Castillon-en-Couserans	castillon-en-couserans	FR	09800	448	Europe/Paris	42.92101	1.03168		Castillon,Castillon-en-Couserans		76	09	093	09085
3028428	Casson	casson	FR	44390	1432	Europe/Paris	47.38647	-1.55809		Casson,Kazon		52	44	445	44027
3028274	Castillon-du-Gard	castillon-du-gard	FR	30210	1078	Europe/Paris	43.96991	4.55445		Castillon,Castillon-du-Gard		76	30	302	30073
3028275	Castillon-de-Saint-Martory	castillon-de-saint-martory	FR	31360	291	Europe/Paris	43.1344	0.85879		Castillon,Castillon-de-Saint-Martory		76	31	312	31124
3028276	Castillon-de-Larboust	castillon-de-larboust	FR	31110	0	Europe/Paris	42.8058	0.53432		Castillon,Castillon-de-Larboust		76	31	312	31123
3028278	Castillon-de-Castets	castillon-de-castets	FR	33210	222	Europe/Paris	44.54984	-0.11565		Castillon,Castillon-de-Castets		75	33	333	33106
3028279	Castillon-Debats	castillon-debats	FR	32190	320	Europe/Paris	43.72942	0.21686		Castillon-Debats,Castillon-sur-Gelise,Castillon-sur-Gélise		76	32	321	32088
3028282	Castillon	castillon	FR	06500	323	Europe/Paris	49.20155	-0.79726		Castillon		28	14	141	14140
3028283	Castillon	castillon	FR	06500	292	Europe/Paris	43.83351	7.47191		Castillon,Castillon-Neuf		93	06	062	06036
3028284	Castillon(Canton de Lembeye)	castillon-canton-de-lembeye	FR	64350	0	Europe/Paris	43.48333	-0.13333		Castillon-de-Lembeye		75	64	643	64182
3028285	Castillon(Canton d'Arthez-de-Béarn)	castillon-canton-d-arthez-de-bearn	FR	64370	0	Europe/Paris	43.46667	-0.56667		Castillon-d'Arthez		75	64	643	64181
3028286	Castillon	castillon	FR	06500	100	Europe/Paris	43.08939	0.21475				76	65	652	65135
3028289	Castiglione	castiglione	FR	20218	27	Europe/Paris	42.4178	9.12788		Castiglione		94	2B	2B3	2B081
3028290	Castifao	castifao	FR	20218	165	Europe/Paris	42.50366	9.11249		Castifao,Castifau,Kastifao,Кастифао,Кастіфао		94	2B	2B3	2B080
3028291	Casties-Labrande	casties-labrande	FR	31430	109	Europe/Paris	43.3292	1.01126		Casties,Casties-Labrande,Casties-la Braude		76	31	311	31122
3028292	Castex-d'Armagnac	castex-d-armagnac	FR	32240	0	Europe/Paris	43.85	-0.16667				76	32	322	32087
3028293	Castex	castex	FR	09350	0	Europe/Paris	43.37582	0.31		Castex		76	32	323	32086
3028294	Castex	castex	FR	09350	96	Europe/Paris	43.16658	1.31255		Castex		76	09	093	09084
3028295	Castets-en-Dorthe	castets-en-dorthe	FR	33210	1219	Europe/Paris	44.56171	-0.15293		Casteths Andorta,Casteths dAndorta,Castets,Castets-en-Dorthe,Castèths Andòrta,Castèths dAndòrta,Kastet an Dort,Kastets-an-Dort,duo er te de qu ka si tai te,Кастет ан Дорт,Кастетс-ан-Дорт,多尔特地区卡斯泰特		75	33	333	33106
3028296	Castets	castets	FR	40260	1973	Europe/Paris	43.88258	-1.14741		Cap-de-la-Cote-Verte,Cap-de-la-Côte-Verte,Castets,Castets-des-Landes,Rameau-Vert		75	40	401	40075
3028297	Castetpugon	castetpugon	FR	64330	180	Europe/Paris	43.56135	-0.23002		Castethpugor,Castetpugon,Castèthpugor,Castètpugon,Kastetpjugon,Katetpizhon,ka si tai te pi gong,Кастетпюгон,Катетпижон,卡斯泰特皮贡		75	64	643	64180
3028298	Castetner	castetner	FR	64300	160	Europe/Paris	43.44462	-0.74698		Castethner,Castetner,Castèthner,Castètner,Kastetne,Kastetner,Katetne,ka si tai te nei,Кастетне,Кастетнер,Катетне,卡斯泰特内		75	64	643	64179
3028299	Castetnau-Camblong	castetnau-camblong	FR	64190	390	Europe/Paris	43.32679	-0.78219		Castethnau e Camplonc,Castethnau e Camplong,Castetnau,Castetnau-Camblong,Castèthnau e Camplonc,Castèthnau e Camplong,Castètnau-Camblong,Gazteluberri Bearno,Kastetno-Kamblon,Kateno Kamblon,ka si tai te nuo kang bu long,Кастетно-Камблон,Катено Камблон,卡斯泰特诺康布隆		75	64	642	64178
3028300	Castétis	castetis	FR	64300	724	Europe/Paris	43.46906	-0.71385		Castethins,Castetis,Castétis,Kastetis,Katetis,ka si tai di,Кастетис,Кастетіс,Катетис,卡斯泰蒂		75	64	643	64177
3028301	Castetbon	castetbon	FR	64190	168	Europe/Paris	43.38535	-0.7888		Castetbon,Castethbon,Castèthbon,Kastetbon,Katebon,ka si tai te bang,Кастетбон,Катебон,卡斯泰特邦		75	64	642	64176
3028302	Castet-Arrouy	castet-arrouy	FR	32340	177	Europe/Paris	43.97975	0.71494		Castet-Arrouy		76	32	322	32085
3028303	Castet	castet	FR	64260	167	Europe/Paris	43.06915	-0.41703				75	64	642	64175
3028304	Castéron	casteron	FR	32380	74	Europe/Paris	43.89257	0.86311		Casteron,Castéron		76	32	322	32084
3028305	Casterets	casterets	FR	65230	5	Europe/Paris	43.313	0.56253		Casterets		76	65	653	65134
3028306	Castéra-Vignoles	castera-vignoles	FR	31350	52	Europe/Paris	43.27423	0.7787		Castera,Castera-Vignoles,Castera-Vignolles,Castéra,Castéra-Vignoles,Castéra-Vignolles		76	31	312	31121
3028307	Castéra-Verduzan	castera-verduzan	FR	32410	864	Europe/Paris	43.80554	0.43061		Castera,Castéra		76	32	321	32083
3028308	Castéra-Bouzet	castera-bouzet	FR	82120	0	Europe/Paris	44.0006	0.91942		Castera-Bouzet,Casterat,Casterat-Bouzet,Castéra-Bouzet,Castérat,Castérat-Bouzet		76	82	821	82034
3028309	Castéras	casteras	FR	09130	33	Europe/Paris	43.12925	1.39982		Casteras,Casteres,Castéras		76	09	093	09083
3028310	Castéra-Loubix	castera-loubix	FR	64460	53	Europe/Paris	43.40238	-0.03401		Castera,Castera-Loubix,Casterar e Lobish,Casterar-Lobish,Castéra-Loubix,Kastera Lubiks,Kastera-Lubiks,Lo Casterar e Lobish,ka si tai la lu bi ke si,Кастера Лубикс,Кастера-Лубикс,Кастера-Лубікс,卡斯泰拉卢比科斯		75	64	643	64174
3028311	Castéra-Lou	castera-lou	FR	65350	160	Europe/Paris	43.32266	0.14652		Castera-Lou,Castéra-Lou		76	65	653	65133
3028312	Castéra-Lectourois	castera-lectourois	FR	32700	311	Europe/Paris	43.97546	0.61003		Castera,Castera-Lectourois,Castéra,Castéra-Lectourois		76	32	322	32082
3028313	Castéra-Lanusse	castera-lanusse	FR	65190	33	Europe/Paris	43.16667	0.28333		Castera		76	65	653	65132
3028315	Castelviel	castelviel	FR	33540	204	Europe/Paris	44.66792	-0.15277		Castelvieil,Castelviel,Casteth Vielh,Castethvielh,Castèth Vièlh,Castèthvièlh,Kastel'v'el',Kastel'vel',Kastelvjel,ka si tai er wei ye,Кастелвјел,Кастельвьель,Кастельвєль,卡斯泰尔维耶		75	33	333	33105
3028317	Castelvieilh	castelvieilh	FR	65350	202	Europe/Paris	43.28515	0.19648		Castelvieil,Castelvieilh		76	65	653	65131
3028320	Castel-Sarrazin	castel-sarrazin	FR	40330	426	Europe/Paris	43.61963	-0.78021		Castel-Sarrazin		75	40	401	40074
3028322	Castelsarrasin	castelsarrasin	FR	82100	13260	Europe/Paris	44.04042	1.10666		Castellum Sarracenum,Castelsarrasin,Kastel'sarrazen,Kastelsarazen,Los Sarrasins,Mont-Sarrazin,ka si te er sa la sang,kasuterusarazan,Кастелсаразен,Кастельсарразен,カステルサラザン,卡斯特尔萨拉桑	821	76	82	821	82033
3028323	Castelsagrat	castelsagrat	FR	82400	551	Europe/Paris	44.18377	0.94684		Castelsagrat,Chene-Vert,Chêne-Vert,La Montagne-de-Traverse		76	82	821	82032
3028324	Castels	castels	FR	24220	475	Europe/Paris	44.87362	1.05596		Castel,Castels,Castèl,Castèls,Kastel,Kastel',ka si tai er,Кастел,Кастель,卡斯泰尔		75	24	244	24087
3028325	Castelreng	castelreng	FR	11300	181	Europe/Paris	43.02817	2.13758		Castelreng		76	11	112	11078
3028327	Castelnou	castelnou	FR	66300	382	Europe/Paris	42.61973	2.70315		Castellnou dels Aspres,Castelnou		76	66	661	66044
3028328	Castelner	castelner	FR	40700	110	Europe/Paris	43.55312	-0.58267		Castelner		75	40	402	40073
3028329	Castelnavet	castelnavet	FR	32290	164	Europe/Paris	43.67367	0.13009		Castelnavet		76	32	323	32081
3028330	Castelnau-Tursan	castelnau-tursan	FR	40320	204	Europe/Paris	43.65794	-0.40787				75	40	402	40072
3028331	Castelnau-sur-l'Auvignon	castelnau-sur-l-auvignon	FR	32100	0	Europe/Paris	43.97194	0.45717		Castelnau,Castelnau-sur-l'Auvignon		76	32	322	32080
3028332	Castelnau-sur-Gupie	castelnau-sur-gupie	FR	47180	784	Europe/Paris	44.55892	0.13355		Castelnaud-sur-Gupie		75	47	472	47056
3028333	Castelnau-Rivière-Basse	castelnau-riviere-basse	FR	65700	693	Europe/Paris	43.58096	-0.02887		Castelnau,Castelnau-Riviere-Basse,Castelnau-Rivière-Basse,Castethnau dArribera,Castethnau de Ribera Baisha,Castèthnau dArribèra,Castèthnau de Ribèra Baisha,Kastel'no-Riv'er-Bas,Kastel'no-River-Bass,Kastelno Rivjer Bas,Mont-Louet,ka si tai er nuo li wei ai ba si,Кастелно Ривјер Бас,Кастельно-Ривьер-Бас,Кастельно-Ривєр-Басс,卡斯泰尔诺里维埃巴斯		76	65	653	65130
3028334	Castelnau-Picampeau	castelnau-picampeau	FR	31430	188	Europe/Paris	43.30618	1.01819		Castelnau,Castelnau-Picampeau		76	31	311	31119
3028335	Castelnau-Pégayrols	castelnau-pegayrols	FR	12620	299	Europe/Paris	44.12971	2.93166		Castelnau,Castelnau-Pegayroles,Castelnau-Pegayrols,Castelnau-Pégayrols		76	12	121	12062
3028336	Castelnau-Magnoac	castelnau-magnoac	FR	65230	790	Europe/Paris	43.29461	0.50688		Castelnac-Magnoac,Castelnau,Castelnau-Magnoac		76	65	653	65129
3028337	Castelnau-le-Lez	castelnau-le-lez	FR	34170	18011	Europe/Paris	43.63605	3.90137		Castelnau,Castelnau-le-Lez,Castelnou de Les,Castèlnòu de Les,Kastel'no-le-Lez,Kastelno l Le,ka si tai er nuo lai lai,Кастелно л Ле,Кастельно-ле-Лез,卡斯泰尔诺莱莱		76	34	343	34057
3028338	Castelnau-Durban	castelnau-durban	FR	09420	446	Europe/Paris	43.00082	1.34131		Castelnau,Castelnau-Durban,Castelnau-Durban-Cert		76	09	093	09082
3028392	Castelculier	castelculier	FR	47240	1793	Europe/Paris	44.1757	0.69116		Castelculher,Castelculhèr,Castelculier,Castèlculhèr,Kastel'kjul'e,Kastelkilije,ka si tai er qu li ye,Кастелкилије,Кастелькюлье,Кастелькюльє,卡斯泰尔屈利耶		75	47	471	47051
3028339	Castelnaud-la-Chapelle	castelnaud-la-chapelle	FR	24250	452	Europe/Paris	44.81399	1.1512		Castelnaud,Castelnaud-et-Fayrac,Castelnou e La Capela,Castelnou e la Capela,Castelnòu e La Capèla,Castèlnòu e la Capèla,Kastel'no-la-Shapel',Kastelno la Shapel,ka si tai er nuo la sha pei er,Кастелно ла Шапел,Кастельно-ла-Шапель,کیسٹلناڈ لا شیپل,卡斯泰尔诺拉沙佩尔		75	24	244	24086
3028340	Castelnau-d'Estrétefonds	castelnau-d-estretefonds	FR	31620	3155	Europe/Paris	43.78367	1.35904		Castelnau,Castelnau-d'Estretefonds,Castelnau-d'Estrétefonds,Castelnau-d’Estrétefonds,Kastel'no-d'Ehstretefon,Кастельно-д’Эстретефон		76	31	313	31118
3028341	Castelnau-Montratier	castelnau-montratier	FR	46170	1871	Europe/Paris	44.26872	1.35302		Castelnau,Castelnau-Montratier,Castelnau-de-Montratier,Castelnau-la-Montagne,Castelnau-le-Montratier		76	46	461	46063
3028342	Castelnau-de-Montmiral	castelnau-de-montmiral	FR	81140	953	Europe/Paris	43.9659	1.82041		Castelnau,Castelnau-de Montmirail,Castelnau-de-Montmiral		76	81	811	81064
3028343	Castelnau-de-Médoc	castelnau-de-medoc	FR	33480	3457	Europe/Paris	45.02695	-0.79906		Castelnau,Castelnau-de-Medoc,Castelnau-de-Médoc		75	33	334	33104
3028344	Castelnau-de-Mandailles	castelnau-de-mandailles	FR	12500	560	Europe/Paris	44.536	2.88595		Castelnau,Castelnau-de-Mandailles,Castelnau-de-Rive-d'Olt		76	12	122	12061
3028345	Castelnau-de-Lévis	castelnau-de-levis	FR	81150	1496	Europe/Paris	43.93975	2.08491		Castelnau,Castelnau-de-Levis,Castelnau-de-Lévis		76	81	811	81063
3028346	Castelnau-de-Guers	castelnau-de-guers	FR	34120	1013	Europe/Paris	43.43505	3.43786		Castelnau,Castelnau-de-Guers		76	34	341	34056
3028347	Castelnau-de-Brassac	castelnau-de-brassac	FR	81260	843	Europe/Paris	43.64885	2.51376		Castelnau,Castelnau-de-Brassac		76	81	812	81062
3028348	Castelnaud-de-Gratecambe	castelnaud-de-gratecambe	FR	47290	546	Europe/Paris	44.49744	0.66766		Castelnaud,Castelnaud-de-Gratecambe		75	47	473	47055
3028349	Castelnau d'Auzan	castelnau-d-auzan	FR	32440	0	Europe/Paris	43.94831	0.08561		Castelnau,Castelnau d'Auzan,Castelnau-d'Auzan		76	32	322	32079
3028350	Castelnau-d'Aude	castelnau-d-aude	FR	11700	0	Europe/Paris	43.23187	2.67372		Castelnau,Castelnau-d'Aude		76	11	113	11077
3028351	Castelnaudary	castelnaudary	FR	11400	12432	Europe/Paris	43.31814	1.95339		Castel Nou d'Arri,Castellnou dArri,Castellum Novum Arri,Castelnaudary,Castelnou dArri,Castèl Nòu d'Arri,Castèlnòu dArri,Kastel'nodari,Kastelnodari,ka si tai er nuo da li,kasuterunodari,Кастелнодари,Кастельнодари,Кастельнодарі,カステルノーダリ,卡斯泰尔诺达里		76	11	111	11076
3028352	Castelnau-d'Arbieu	castelnau-d-arbieu	FR	32500	0	Europe/Paris	43.88304	0.70478		Castelnau,Castelnau-d'Arbieu		76	32	322	32078
3028353	Castelnau-d'Anglès	castelnau-d-angles	FR	32320	0	Europe/Paris	43.60856	0.29537		Castelnau,Castelnau-d'Angles,Castelnau-d'Anglès,Montagnon		76	32	323	32077
3028354	Castelnau-Chalosse	castelnau-chalosse	FR	40360	525	Europe/Paris	43.66456	-0.84381		Castelnau,Castelnau-Chalosse		75	40	401	40071
3028355	Castelnau-Barbarens	castelnau-barbarens	FR	32450	480	Europe/Paris	43.57451	0.72337		Castelnau,Castelnau-Barbarens,Mont-Franc,Mont-Joly,Mont-d'Arrast		76	32	321	32076
3028359	Castelmoron-sur-Lot	castelmoron-sur-lot	FR	47260	1757	Europe/Paris	44.39719	0.49485		Castel Moron dOlt,Castelmoron,Castelmoron-sur-Lot,Castèl Moron dÒlt,Castèlmoron,Kastel'moron-sjur-Lot,Kastelmoron sir Lot,luo te he pan ka si tai er mo long,Кастелморон сир Лот,Кастельморон-сюр-Лот,洛特河畔卡斯泰尔莫龙		75	47	472	47054
3028360	Castelmoron-d'Albret	castelmoron-d-albret	FR	33540	0	Europe/Paris	44.67944	-0.01145		Castel-Marat,Castelmoron,Castelmoron-d'Albret,Castelmoron-d’Albret		75	33	333	33103
3028362	Castelmayran	castelmayran	FR	82210	872	Europe/Paris	44.02876	1.03892		Castelmayran		76	82	821	82031
3028363	Castelmary	castelmary	FR	12800	124	Europe/Paris	44.18269	2.2463		Castelmary		76	12	123	12060
3028431	Cassis	cassis	FR	13260	8361	Europe/Paris	43.21571	5.53855		Cassis		93	13	133	13022
3028433	Cassignas	cassignas	FR	47340	143	Europe/Paris	44.3	0.8		Cassignas		75	47	471	47050
3028368	Castello-di-Rostino	castello-di-rostino	FR	20235	0	Europe/Paris	42.4638	9.3149		Castello di Rostino,Castellu di Rustinu,Kastello-di-Rostino,Kastelo di Rostino,Кастелло-ди-Ростино,Кастелло-ді-Ростіно,Кастело ди Ростино		94	2B	2B3	2B079
3028372	Val-de-Chalvagne	val-de-chalvagne	FR	04320	0	Europe/Paris	43.91667	6.8		Castellet-Saint-Cassien,Val'-de-Shal'van',Vau de Chalvanha,wa de sha er wa ni,Валь-де-Шальвань,瓦德沙尔瓦尼		93	04	042	04043
3028373	Castellet-lès-Sausses	castellet-les-sausses	FR	04320	115	Europe/Paris	43.99447	6.76301		Castelet de Saussas,Castellet,Castellet-les-Sausses,Castellet-lès-Sausses,Kastele le Sos,Kastelle-le-Sos,Kastelle-le-Soss,ka si tai lai lai suo sai,Кастеле ле Сос,Кастелле-ле-Сос,Кастелле-ле-Сосс,卡斯泰莱莱索塞		93	04	042	04042
3028376	Castellare-di-Mercurio	castellare-di-mercurio	FR	20212	36	Europe/Paris	42.31052	9.24696		Castellare,Castellare-di-Mercurio		94	2B	2B3	2B078
3028377	Castellare-di-Casinca	castellare-di-casinca	FR	20213	558	Europe/Paris	42.46763	9.47419		Castellare,Castellare di Casinca,Castellare-di-Casinca,Kastelare di Kazinka,Kastellare-di-Kazinka,U Castella di Casinca,U Castellà di Casinca,Кастеларе ди Казинка,Кастелларе-ди-Казинка,Кастелларе-ді-Казінка		94	2B	2B3	2B077
3028380	Castellar	castellar	FR	06500	861	Europe/Paris	43.80414	7.49661		Castellar		93	06	062	06035
3028382	Castellane	castellane	FR	04120	1612	Europe/Paris	43.84707	6.51283		Castelana,Castellane,Kastelan,Kastelanas,Kastellan,ka si tai lang,kastlan,kasuteranu,Кастелан,Кастеллан,کاستلان,カステラーヌ,卡斯泰朗	042	93	04	042	04039
3028384	Castella	castella	FR	47340	325	Europe/Paris	44.31349	0.68378		Castella		75	47	471	47053
3028387	Casteljaloux	casteljaloux	FR	47700	5056	Europe/Paris	44.3147	0.08767		Castelgelos,Casteljaloux,Castèlgelós,Kastel'zhalu,Kastelzhalu,ka si tai er ya lu,Кастелжалу,Кастельжалу,卡斯泰尔雅卢		75	47	474	47052
3028388	Castelginest	castelginest	FR	31780	8709	Europe/Paris	43.69382	1.4344		Castelginest		76	31	313	31116
3028389	Castelgaillard	castelgaillard	FR	31230	53	Europe/Paris	43.35441	0.90048		Castelgaillard		76	31	312	31115
3028390	Castelfranc	castelfranc	FR	46140	434	Europe/Paris	44.5014	1.22276		Castelfranc		76	46	461	46062
3028394	Castelbiague	castelbiague	FR	31160	231	Europe/Paris	43.03575	0.92404		Castelbiague		76	31	312	31114
3028395	Castelbajac	castelbajac	FR	65330	139	Europe/Paris	43.18274	0.35614		Castelbajac		76	65	652	65128
3028400	Casteil	casteil	FR	66820	145	Europe/Paris	42.53126	2.3938		Casteil,Castell de Vernet,Kastej,ka si tai,Кастей,Кастеј,卡斯泰		76	66	663	66043
3028401	Casteide-Doat	casteide-doat	FR	64460	140	Europe/Paris	43.3733	-0.0135		Casteida e Doat,Casteida-Doat,Casteide,Casteide-Doat,Castèida e Doat,Castèida-Doat,Kasted-Doa,Kasted-Doat,Kated Doa,ka si tai de duo a,Кастед-Доа,Кастед-Доат,Катед Доа,卡斯泰德多阿		75	64	643	64173
3028402	Casteide-Candau	casteide-candau	FR	64370	191	Europe/Paris	43.51509	-0.5621		Casteide,Casteide-Candau		75	64	643	64172
3028403	Casteide-Cami	casteide-cami	FR	64170	184	Europe/Paris	43.42353	-0.51932		Casteda deu Cami,Casteida deu Camin,Casteide,Casteide-Cami,Casteide-Camy,Castèida deu Camin,Kasted-Kami,Kated Kami,ka si tai de ka mi,Кастед-Ками,Кастед-Камі,Катед Ками,卡斯泰德卡米		75	64	643	64171
3028404	Castans	castans	FR	11160	119	Europe/Paris	43.40612	2.48608		Castans		76	11	111	11075
3028409	Castanet-Tolosan	castanet-tolosan	FR	31320	11561	Europe/Paris	43.5159	1.4986		Castanet,Castanet Tolosan,Castanet-Tolosan,Castanet-Tolozan,Kastane Tolozan,Kastane-Tolozan,ka si ta nei tuo luo sang,Кастане Толозан,Кастане-Толозан,卡斯塔内托洛桑		76	31	313	31113
3028410	Castanet-le-Haut	castanet-le-haut	FR	34610	186	Europe/Paris	43.66788	2.97262		Castanet,Castanet lo Naut,Castanet-le-Haut,Kastane lO,Kastane-le-O,ka si ta nei lai ao,Кастане лО,Кастане-ле-О,卡斯塔内莱奥		76	34	341	34055
3028411	Castanet	castanet	FR	12240	0	Europe/Paris	44.27835	2.29022		Castanet		76	12	123	12059
3028412	Castanet	castanet	FR	12240	0	Europe/Paris	44.26685	1.95026		Castanet		76	82	822	82029
3028413	Castanet	castanet	FR	12240	173	Europe/Paris	43.97488	2.02905		Castanet		76	81	811	81061
3028414	Castandet	castandet	FR	40270	456	Europe/Paris	43.81211	-0.35146		Castandet		75	40	402	40070
3028415	Castaignos-Souslens	castaignos-souslens	FR	40700	384	Europe/Paris	43.58617	-0.65098		Castaignos,Castaignos-Soulens,Castaignos-Souslens,Castaignos-Souslenx,Casteignos-Souslens		75	40	401	40069
3028418	Castagniers	castagniers	FR	06670	1407	Europe/Paris	43.79134	7.23162		Castagniers		93	06	062	06034
3028420	Castagnède	castagnede	FR	31260	197	Europe/Paris	43.45458	-0.99423		Castagnede,Castagnède		75	64	642	64170
3028421	Castagnède	castagnede	FR	31260	214	Europe/Paris	43.05364	0.97408		Castagnede,Castagnède		76	31	312	31112
3028422	Castagnac	castagnac	FR	31310	229	Europe/Paris	43.22816	1.35324		Castagnac,Kastanak,Кастањак		76	31	311	31111
3028425	Cast	cast	FR	29150	1469	Europe/Paris	48.15819	-4.1392		Cast,Kast		53	29	292	29025
3028427	Cassuéjouls	cassuejouls	FR	12210	162	Europe/Paris	44.72608	2.81725		Cassuejouls,Cassuéjouls		76	12	122	12058
3028435	Casseuil	casseuil	FR	33190	406	Europe/Paris	44.58559	-0.11444		Casseuil,Cassulh,Kasej,Kassej,ka se yi,Касеј,Кассей,卡瑟伊		75	33	333	33102
3028437	Casseneuil	casseneuil	FR	47440	2476	Europe/Paris	44.44285	0.6214		Casseneuil		75	47	473	47049
3028438	Cassen	cassen	FR	40380	403	Europe/Paris	43.76163	-0.86094		Cassen		75	40	401	40068
3028440	Cassel	cassel	FR	59670	2438	Europe/Paris	50.80109	2.48527		Cassel,Kassel		32	59	594	59135
3028443	Cassaniouze	cassaniouze	FR	15340	522	Europe/Paris	44.69105	2.38313		Cassaniouse,Cassaniouze		84	15	151	15029
3028444	Cassaignes	cassaignes	FR	11190	53	Europe/Paris	42.94581	2.29846		Cassaignes		76	11	112	11073
3028445	Cassaigne	cassaigne	FR	32100	193	Europe/Paris	43.90811	0.33549		Cassaigne		76	32	322	32075
3028446	Cassagnoles	cassagnoles	FR	30350	0	Europe/Paris	43.38628	2.61929		Cassagnoles,Cassagnolles		76	34	341	34054
3028447	Cassagnoles	cassagnoles	FR	30350	262	Europe/Paris	44.02226	4.13082		Cassagnoles		76	30	303	30071
3028448	Cassagnes-Bégonhès	cassagnes-begonhes	FR	12120	1032	Europe/Paris	44.16885	2.53013		Cassagnes,Cassagnes-Begonhes,Cassagnes-Begonnes,Cassagnes-Bégonhès,Cassagnes-Bégonnès,Cassanhas de Begonhes,Cassanhas de Begonhés,Kasan Begon,Kasan'-Begones,Kassan'-Begone,ka sa gai bei ge nei,Касань-Бегонес,Касањ Бегон,Кассань-Бегоне,卡萨盖贝戈内		76	12	123	12057
3028449	Cassagnes	cassagnes	FR	46700	203	Europe/Paris	44.55891	1.13834		Cassagnes		76	46	461	46061
3028450	Cassagnes	cassagnes	FR	46700	218	Europe/Paris	42.74065	2.61106		Cassagnes,Cassanyes		76	66	662	66042
3028451	Cassagne	cassagne	FR	31260	613	Europe/Paris	43.12353	0.98899		Cassagne		76	31	312	31110
3028452	Cassagnas	cassagnas	FR	48400	120	Europe/Paris	44.27095	3.74638		Cassagnas		76	48	481	48036
3028453	Cassagnabère-Tournas	cassagnabere-tournas	FR	31420	444	Europe/Paris	43.2278	0.7909		Cassagnabere,Cassagnabere-Tournas,Cassagnabère,Cassagnabère-Tournas,Rame-Libre		76	31	312	31109
3028457	Casevecchie	casevecchie	FR	20270	0	Europe/Paris	42.9601	9.36788		Casevecchie		94	2B	2B2	2B086
3028458	Casevecchie	casevecchie	FR	20270	0	Europe/Paris	42.7093	9.4316		Casevecchie		94	2B		
3028459	Casevecchie	casevecchie	FR	20270	0	Europe/Paris	42.14292	9.3617		Casevecchie,Casevocchie		94	2B	2B3	2B075
3028460	Casevecchie	casevecchie	FR	20270	0	Europe/Paris	42.13333	9.35		Casevechje,Kazevekije,Kazevekk'e,Kazevekke,Казевекије,Казевеккье,Казевеккє	2B075	94	2B	2B3	2B075
3028461	Cases-de-Pène	cases-de-pene	FR	66600	610	Europe/Paris	42.77898	2.78634		Cases,Cases-de-Pene,Cases-de-Pène,Kaz de Pen,Kaz-de-Pen,Les Cases de Pena,ka sai de pei en,Каз де Пен,Каз-де-Пен,卡塞德佩恩		76	66	662	66041
3028462	Caseneuve	caseneuve	FR	84750	383	Europe/Paris	43.88692	5.48397		Canova,Canòva,Caseneuve,Kasnev,Kaznev,Kaznjov,ka se na wo,Казнев,Казнёв,Каснев,卡瑟纳沃		93	84	841	84032
3028464	Casefabre	casefabre	FR	66130	37	Europe/Paris	42.61573	2.61401		Casafabre,Casefabre,Kasfabr,Kazfabr,ka sai fa bu er,Казфабр,Касфабр,卡塞法布尔		76	66	663	66040
3028467	Cascastel-des-Corbières	cascastel-des-corbieres	FR	11360	210	Europe/Paris	42.98513	2.75928		Caccastel,Caccastel de las Corbieras,Cascastel,Cascastel-des-Corbieres,Cascastel-des-Corbières,Caçcastèl,Caçcastèl de las Corbièras,Kakastel de Korbjer,Kakastel'-de-Korb'er,Kakastel'-de-Korber,ka si ka si tai dai ke er bi ai,Какастел де Корбјер,Какастель-де-Корбьер,Какастель-де-Корбєр,卡斯卡斯泰代科尔比埃		76	11	113	11071
3028473	Casanova	casanova	FR	20250	291	Europe/Paris	42.2541	9.17479		Casanova		94	2B	2B3	2B074
3028558	Carnoules	carnoules	FR	83660	2810	Europe/Paris	43.30187	6.18733		Carnolas,Carnoules,Karnul,Karnul',ka er nu lai,karnwlys,Карнул,Карнуль,كارنوليس,卡尔努莱		93	83	833	83033
3028476	Casamaccioli	casamaccioli	FR	20224	108	Europe/Paris	42.31757	9.00151		Casamacciol,Casamaccioli,Casamacciuli,Casamàcciuli,Casamácciol,Kazamachcholi,Kazamacholi,kazamachiuri,Казамачоли,Казамаччоли,Казамаччолі,カザマーチウリ		94	2B	2B3	2B073
3028478	Casalta	casalta	FR	20215	40	Europe/Paris	42.44203	9.40925		A Casalta dAmpugnani,Casalta,Kazal'ta,Kazalta,Казалта,Казальта		94	2B	2B3	2B072
3028480	Casalabriva	casalabriva	FR	20140	189	Europe/Paris	41.75323	8.93804		Casalabriva		94	2A	2A4	2A071
3028481	Casaglione	casaglione	FR	20111	301	Europe/Paris	42.06827	8.78841		Casaglione		94	2A	2A1	2A070
3028484	Casabianca	casabianca	FR	20237	73	Europe/Paris	42.44629	9.36341		Casabianca		94	2B	2B3	2B069
3028485	Casabianca	casabianca	FR	20237	0	Europe/Paris	41.64683	9.0275		Casabianca		94	2A	2A4	2A308
3028486	Carvin	carvin	FR	62211 CEDEX	18561	Europe/Paris	50.49235	2.95815		Karven,ka er wan,karfayn,karwyn,Карвен,كارفاين,کاروین,卡尔万		32	62	627	62215
3028487	Carville-Pot-de-Fer	carville-pot-de-fer	FR	76560	116	Europe/Paris	49.71572	0.72586		Carville,Carville-Pot-de-Fer		28	76	763	76161
3028488	Carville-la-Folletière	carville-la-folletiere	FR	76190	228	Europe/Paris	49.55865	0.81585		Carville,Carville-la-Folletiere,Carville-la-Folletière		28	76	763	76160
3028489	Carville	carville	FR	14350	313	Europe/Paris	48.92977	-0.85881		Carville		28	14	144	14061
3028490	Carves	carves	FR	24170	117	Europe/Paris	44.78665	1.06513		Carvas,Carves,Carvès,Karv,ka er wei,Карв,卡尔韦		75	24	244	24084
3028491	Cartigny-l'Épinay	cartigny-l-epinay	FR	14330	0	Europe/Paris	49.23916	-1.01047		Cartigny,Cartigny-l'Epinay,Cartigny-l'Épinay		28	14	141	14138
3028492	Cartigny	cartigny	FR	80200	644	Europe/Paris	49.91215	3.01265		Cartigny		32	80	804	80177
3028493	Cartignies	cartignies	FR	59244	1170	Europe/Paris	50.0929	3.84473		Cartignies		32	59	591	59134
3028494	Carticasi	carticasi	FR	20244	28	Europe/Paris	42.35689	9.29069		Carticasi,Kartikazi,Картикази,Картіказі		94	2B	2B3	2B068
3028501	Cartelègue	cartelegue	FR	33390	965	Europe/Paris	45.18525	-0.5802		Cartelegue,Cartelègue		75	33	331	33101
3028503	Carspach	carspach	FR	68130	1773	Europe/Paris	47.61608	7.21018		Carspach,Karspach,Karspak,Karspakh,ka er si pa ke,Карспак,Карспах,卡尔斯帕克		44	68	681	68062
3028504	Carsix	carsix	FR	27300	298	Europe/Paris	49.1375	0.67077		Carsix,Karsi,ka er xi,Карси,Карсі,卡尔西		28	27	272	27425
3028505	Carsan	carsan	FR	30130	637	Europe/Paris	44.23747	4.59409		Carsan		76	30	302	30070
3028506	Carsac-de-Gurson	carsac-de-gurson	FR	24610	201	Europe/Paris	44.94714	0.09004		Carsac,Carsac-de Villefranche,Carsac-de-Gurson		75	24	241	24083
3028507	Carsac-Aillac	carsac-aillac	FR	24200	1451	Europe/Paris	44.84001	1.27539		Carsac,Carsac e Alhac,Carsac-Aillac,Carsac-de-Carlux,Karsak Ajak,Karsak-Ajak,ka er sa ke ai la ke,Карсак Ајак,Карсак-Аяк,卡尔萨克艾拉克		75	24	244	24082
3028510	Carry-le-Rouet	carry-le-rouet	FR	13620	6434	Europe/Paris	43.33139	5.15237		Carri lo Roet,Carry,Carry-le-Rouet,Kari l'o Rue,Kari le Rue,Karri-le-Rue,Karri-le-Rueh,ka li lei lu ai,Кари ле Руе,Кари льо Руе,Карри-ле-Руэ,Каррі-ле-Руе,קארי-לה-רואה,卡里勒鲁埃		93	13	134	13021
3028512	Carrouges	carrouges	FR	61320	758	Europe/Paris	48.56743	-0.14564		Carrouges		28	61	611	61074
3028513	Carros	carros	FR	06510	10883	Europe/Paris	43.79246	7.18745		Carroc,Carros,Carròs,Carròç,Karo,Karro,Karros,ka er luo,karws,Каро,Карро,Каррос,كاروس,卡尔罗		93	06	061	06033
3028520	Carrières-sur-Seine	carrieres-sur-seine	FR	78420	12829	Europe/Paris	48.90687	2.1792		Carrieres,Carrieres-sur-Seine,Carrières,Carrières-sur-Seine,Karjer na Seni,Karr'er-sjur-Sen,Karrer-sjur-Sen,Каррьер-сюр-Сен,Каррєр-сюр-Сен,Карјер на Сени		11	78	783	78124
3028521	Carrières-sous-Poissy	carrieres-sous-poissy	FR	78955	15465	Europe/Paris	48.94952	2.04068		Carrieres,Carrieres sur Poissy,Carrieres-sous-Poissy,Carrières,Carrières-sous-Poissy,Karjer su Poasi,Karr'er-su-Puassi,Karrer-su-Puassi,Каррьер-су-Пуасси,Каррєр-су-Пуассі,Карјер су Поаси		11	78	783	78123
3028523	Carresse-Cassaber	carresse-cassaber	FR	64270	502	Europe/Paris	43.48333	-1		Caresse,Carressa,Carressa e Cassabe,Carressa e Cassabè,Kares Kasabe,Karres-Kasaber,Karress-Kassabe,ka er lei si ka sa bei,Карес Касабе,Каррес-Касабер,Карресс-Кассабе,卡尔雷斯卡萨贝		75	64	642	64168
3028524	Carrère	carrere	FR	64160	181	Europe/Paris	43.46667	-0.28333		Carrere,Carrère		75	64	643	64167
3028525	Carrépuis	carrepuis	FR	80700	223	Europe/Paris	49.70495	2.82242		Carrepuis,Carrépuis		32	80	803	80176
3028534	Carqueiranne	carqueiranne	FR	83320	9175	Europe/Paris	43.09495	6.07349	19	Carcairana,Carqueirana,Carqueiranne,Carquieranne,Karkeran,Karkerann,Karkjeran,ka er qu ai la na,Каркеран,Каркеранн,Каркјеран,卡尔屈埃拉纳		93	83	832	83034
3028535	Carquefou	carquefou	FR	44470	18056	Europe/Paris	47.29722	-1.4921		Carcafagus,Carquefou,Kark'ofu,Karkfu,Kerc'hfaou,Kerchfaou,ka er qu ai fu,Каркфу,Каркьофу,卡尔屈埃富		52	44	442	44026
3028536	Carquebut	carquebut	FR	50480	297	Europe/Paris	49.37214	-1.32941		Carquebut,Karkbi,Karkebju,ka er qu ai bi,Каркби,Каркебю,卡尔屈埃比		28	50	502	50523
3028537	Carpiquet	carpiquet	FR	14650	2040	Europe/Paris	49.18522	-0.44623		Carpiquet		28	14	142	14137
3028539	Carpineto	carpineto	FR	20229	12	Europe/Paris	42.35506	9.37993		Carpineto,Carpinetu,Karpineto,Карпинето,Карпінето		94	2B	2B3	2B067
3028542	Carpentras	carpentras	FR	84200	29709	Europe/Paris	44.05507	5.04813		Carpentoracte,Carpentras,Carpentràs,Karpantra,Karpantras,ka pang te la,kaleupangteula,karupantora,krpantrh,Карпантра,Карпантрас,کرپانتره,ཁར་པེན་ཏྲ།,カルパントラ,卡庞特拉,카르팡트라	843	93	84	843	84031
3028551	Caromb	caromb	FR	84330	3309	Europe/Paris	44.11106	5.10738		Caromb,Karom,Karomb,Karon,ka long,Каром,Каромб,Карон,卡龙		93	84	843	84030
3028552	Carolles	carolles	FR	50740	558	Europe/Paris	48.75069	-1.5606		Carolles,Karol',ka luo lai,Кароль,卡罗莱		28	50	501	50102
3028554	Caro	caro	FR	56140	1164	Europe/Paris	47.86426	-2.31942		Caro,Karozh		53	56	563	56035
3028555	Caro	caro	FR	56140	159	Europe/Paris	43.1478	-1.21763		Caro,Zaro,Çaro		75	64	641	64166
3028556	Carnoy	carnoy	FR	80300	85	Europe/Paris	49.98489	2.7558		Carnoy		32	80	804	80505
3028557	Carnoulès	carnoules	FR	83660	0	Europe/Paris	44.11814	3.99402				76	30	301	30298
3028561	Carnoët	carnoet	FR	22160	755	Europe/Paris	48.36796	-3.52141		Carnoet,Carnoetum,Carnoët,Carnoëtum,Karnoe,Karnoed,Karnoeht,ka er nuo e,Карное,Карноэт,卡尔诺厄		53	22	222	22031
3028563	Carnin	carnin	FR	59112	993	Europe/Paris	50.51914	2.96099		Carnin		32	59	595	59133
3028564	Carnières	carnieres	FR	59217	926	Europe/Paris	50.16824	3.3474		Carnieres,Carnières		32	59	592	59132
3028565	Carneville	carneville	FR	50330	232	Europe/Paris	49.66566	-1.45027		Carneville,Karnevil,Karnevil',ka er na wei er,Карневил,Карневиль,Карневіль,卡尔纳维尔		28	50	502	50101
3028567	Carnetin	carnetin	FR	77400	430	Europe/Paris	48.90102	2.70588		Carnetin		11	77	775	77062
3028568	Carnet	carnet	FR	50240	445	Europe/Paris	48.50956	-1.35737		Carnet,Carret		28	50	501	50487
3028572	Carnas	carnas	FR	30260	384	Europe/Paris	43.8311	3.98689		Carnac,Carnas,Carnaç,Karna,Karnas,Карна,Карнас		76	30	303	30069
3028573	Carnac	carnac	FR	56340	243	Europe/Paris	44.41371	1.23158		Carnac,Carnac-Rouffiac		76	46	461	46060
3028575	Carnac	carnac	FR	56340	4777	Europe/Paris	47.58433	-3.07872		Alineamientos de Carnac,Carnac,Karnag,Karnak,ka er na ke,karnak karkal,karunakku,Карнак,கர்னாக் கற்கள்,カルナック,卡尔纳克		53	56	561	56034
3028576	Carnac	carnac	FR	56340	0	Europe/Paris	44.28163	3.36403				76	48	481	48141
3028580	Carmaux	carmaux	FR	81400	10413	Europe/Paris	44.04963	2.1581		Carmauc,Carmaux,Carmauç,Karmo,ka er mo,Кармо,卡尔莫		76	81	811	81060
3028583	Carly	carly	FR	62830	535	Europe/Paris	50.65165	1.70259		Carly		32	62	623	62214
3028584	Carlux	carlux	FR	24370	663	Europe/Paris	44.88415	1.35324		Carluc,Carlux,Carluç,Karliks,Karljuks,Карликс,Карлюкс		75	24	244	24081
3028585	Carlus	carlus	FR	81990	631	Europe/Paris	43.88787	2.10886		Carlus		76	81	811	81059
3028586	Carlucet	carlucet	FR	46500	216	Europe/Paris	44.72131	1.61285		Carlucet		76	46	463	46059
3028589	Carlipa	carlipa	FR	11170	264	Europe/Paris	43.30692	2.12621		Carlipa		76	11	111	11070
3028590	Carling	carling	FR	57490	3858	Europe/Paris	49.16635	6.71563		Carling		44	57	573	57123
3028591	Carlepont	carlepont	FR	60170	1436	Europe/Paris	49.51438	3.02327		Carlepont		32	60	603	60129
3028592	Carlencas-et-Levas	carlencas-et-levas	FR	34600	99	Europe/Paris	43.63076	3.22405		Carlencas,Carlencas-et-Levas		76	34	341	34053
3028593	Carlat	carlat	FR	15130	312	Europe/Paris	44.8893	2.56677		Carlat		84	15	151	15028
3028595	Carla-de-Roquefort	carla-de-roquefort	FR	09300	169	Europe/Paris	42.97488	1.76676		Carla,Carla-de-Roquefort,Carla-le-Peuple,Carlat-le-Peuple		76	09	092	09080
3028596	Carla-Bayle	carla-bayle	FR	09130	738	Europe/Paris	43.15013	1.39359		Carla-Bayle		76	09	093	09079
3028598	Carisey	carisey	FR	89360	332	Europe/Paris	47.92394	3.84645		Carisey		27	89	891	89062
3028600	Carignan	carignan	FR	08110	3249	Europe/Paris	49.63159	5.16796		Carignan,Ivoy		44	08	083	08090
3028601	Carignan-de-Bordeaux	carignan-de-bordeaux	FR	33360	3343	Europe/Paris	44.8	-0.48333		Carinhan,Carinhan de Bordeu,Carinhan de Bordèu,Karin'jan-de-Bordo,Karinan de Bordo,ka li ni ang de bo er duo,Кариньян-де-Бордо,Карињан де Бордо,卡里尼昂德博尔多		75	33	332	33099
3028603	Carhaix-Plouguer	carhaix-plouguer	FR	29270	8270	Europe/Paris	48.27594	-3.57326		Carhaix,Carhaix-Plouguer,Carophesium,Karaez,Karaez-Plouger,Karaez-Plougêr,Kare Pluger,Kare-Pluge,Kare-Pluger,ka lai pu lu gai,kare=purugeru,karh-plwgh,Каре Плугер,Каре-Плуге,Каре-Плугер,کاره-پلوگه,カレ＝プルゲール,卡赖普卢盖		53	29	292	29024
3028604	Cargiaca	cargiaca	FR	20164	51	Europe/Paris	41.73118	9.04795		Carghjaca,Cargiaca,Kardzhaka,Карджака,Карђака		94	2A	2A4	2A066
3028606	Cargèse	cargese	FR	20130	1032	Europe/Paris	42.13629	8.59586	87	Cargese,Carghjese,Cargèse,Karnkeze,Karzhez,Karđeze,Le Village de Cargese,Le Village de Cargèse,Καργκέζε,Каржез,Карђезе		94	2A	2A1	2A065
3028608	Carentoir	carentoir	FR	56910	2752	Europe/Paris	47.81718	-2.13489		Carentoir,Karantoar,Karantoer,Karantuar,Plebs Carentorensis,ka lang tu wa,Карантоар,Карантуар,卡朗图瓦		53	56	563	56033
3028610	Carentan	carentan	FR	50500	6950	Europe/Paris	49.30312	-1.24806		Carantan,Carentan,Carenton,Karantan,ka lang tang,karantan,kerantan,qrntn,Καραντάν,Карантан,קרנטן,கேரன்டான்,ካረንታን,カランタン,卡朗唐		28	50	504	50099
3028611	Carennac	carennac	FR	46110	394	Europe/Paris	44.91844	1.73207		Carennac,Karanak,Karennak,ka lei na ke,Каранак,Кареннак,卡雷纳克		76	46	463	46058
3028612	Carency	carency	FR	62144	707	Europe/Paris	50.37891	2.70439		Carency		32	62	627	62213
3028613	Carelles	carelles	FR	53120	338	Europe/Paris	48.38223	-0.90497		Carelles		52	53	533	53047
3028616	Cardroc	cardroc	FR	35190	441	Europe/Paris	48.28558	-1.88946		Cardroc,Kerdreg		53	35	354	35050
3028617	Cardo-Torgia	cardo-torgia	FR	20190	39	Europe/Paris	41.8684	8.97888		Cardo-Torgia,Cardu e Turghja,Cardu è Turghjà,Kardo-Tordzha,Кардо Торђа,Кардо-Торджа		94	2A	2A1	2A064
3028618	Cardonville	cardonville	FR	14230	81	Europe/Paris	49.3451	-1.06458		Cardonville		28	14	141	14136
3028619	Cardonnette	cardonnette	FR	80260	423	Europe/Paris	49.95266	2.35917		Cardonnette		32	80	802	80173
3028627	Cardet	cardet	FR	30350	704	Europe/Paris	44.0263	4.08005		Cardet		76	30	303	30068
3028628	Cardesse	cardesse	FR	64360	278	Europe/Paris	43.26303	-0.58858		Cardessa,Cardesse,Kardes,Kardess,ka er dai si,Кардес,Кардесс,卡尔代斯		75	64	643	64165
3028629	Cardeilhac	cardeilhac	FR	31350	258	Europe/Paris	43.19862	0.6839		Cardeilhac		76	31	312	31108
3028630	Cardan	cardan	FR	33410	404	Europe/Paris	44.68225	-0.33784		Cardan		75	33	333	33098
3028632	Cardaillac	cardaillac	FR	46100	560	Europe/Paris	44.67981	1.99662		Cardaillac		76	46	462	46057
3028636	Carcheto-Brustico	carcheto-brustico	FR	20229	0	Europe/Paris	42.36667	9.36667				94	2B	2B3	2B063
3028637	Carcès	carces	FR	83570	2767	Europe/Paris	43.47585	6.18257		Carcers,Carces,Carcès,Karse,Karses,ka er sai,Карсе,Карсес,卡尔塞		93	83	833	83032
3028638	Carcen-Ponson	carcen-ponson	FR	40400	622	Europe/Paris	43.88192	-0.80736		Carcen,Carcen-Ponson		75	40	401	40067
3028745	Capbreton	capbreton	FR	40130	7387	Europe/Paris	43.64238	-1.43123		Cap Berton,Capberton,Capbreton,Capbrutus,Kabreton,Kapbreton,ka pu bu lei tong,kappuburuton,Кабретон,Капбретон,カップブルトン,卡普布雷通		75	40	401	40065
3028834	Canens	canens	FR	31310	77	Europe/Paris	43.216	1.33093		Canens		76	31	311	31103
3028641	Carcassonne	carcassonne	FR	11000	49600	Europe/Paris	43.21649	2.34863		CCF,Carcaso,Carcasona,Carcasonne,Carcassona,Carcassonne,Karkason,Karkasona,Karkasonas,Karkasson,Karkassonn,Karkasuno,ka er ka song,kaleukason,kar ka sxn,karkaswn,karukason'nu,qrqshwnt,qrqswn,Καρκασσόν,Каркасон,Каркассонн,קרקסון,قرقشونة,کارکاسون,การ์กาซอน,カルカソンヌ,卡尔卡松,카르카손	11	76	11	111	11069
3028642	Carcarès-Sainte-Croix	carcares-sainte-croix	FR	40400	472	Europe/Paris	43.84134	-0.78981		Carcares,Carcarès		75	40	401	40066
3028647	Carcans	carcans	FR	33121	1700	Europe/Paris	45.07852	-1.04479		Carcan,Carcans,Karkan,ka er kang,Каркан,卡尔康		75	33	334	33097
3028648	Carcanières	carcanieres	FR	09460	49	Europe/Paris	42.71455	2.10808		Carcanieres,Carcanières		76	09	091	09078
3028650	Carcagny	carcagny	FR	14740	292	Europe/Paris	49.23778	-0.61987		Carcagny		28	14	141	14135
3028651	Carbuccia	carbuccia	FR	20133	266	Europe/Paris	42.04053	8.95299		Carbuccia,Karbucha,Karbuchcha,Карбуча,Карбучча		94	2A	2A1	2A062
3028652	Carbonne	carbonne	FR	31390	4215	Europe/Paris	43.29723	1.2191		Carbona,Carbonne,Karbon,Karbonn,ka er bang,Карбон,Карбонн,卡尔邦		76	31	311	31107
3028653	Carbon-Blanc	carbon-blanc	FR	33560	6760	Europe/Paris	44.89501	-0.50175		Carbon Blanc,Carbon-Blanc,Karbon Blan,Karbon-Blan,Lo Carbon Blanc,ka er bang bu lang ke,Карбон Блан,Карбон-Блан,卡尔邦布朗克		75	33	332	33096
3028656	Carbini	carbini	FR	20170	101	Europe/Paris	41.67876	9.14685		Carbini		94	2A	2A4	2A061
3028657	Carbes	carbes	FR	81570	193	Europe/Paris	43.63524	2.13839		Carbes		76	81	812	81058
3028659	Carbay	carbay	FR	49420	223	Europe/Paris	47.73223	-1.21924		Carbay,Karbe,ka er bai,Карбе,卡尔拜		52	49	494	49056
3028663	Carayac	carayac	FR	46160	88	Europe/Paris	44.5476	1.92364		Carayac		76	46	462	46056
3028666	Carantilly	carantilly	FR	50570	540	Europe/Paris	49.06566	-1.24068		Carantilly,Karantii,Karantiji,ka lang di li,Карантии,Карантији,Карантії,卡朗蒂利		28	50	504	50098
3028667	Carantec	carantec	FR	29660	2904	Europe/Paris	48.6677	-3.91416		Carantec,Karanteg,Karantek,ka lang tai ke,karantekku,Карантек,カランテック,卡朗泰克		53	29	293	29023
3028672	Caramany	caramany	FR	66720	183	Europe/Paris	42.73522	2.57078		Caramanh,Caramany,Karamani,ka la ma ni,karamani,Карамани,Карамані,カラマニー,卡拉马尼		76	66	663	66039
3028674	Caraman	caraman	FR	31460	2195	Europe/Paris	43.52994	1.75765		Caraman,Floreal,Floréal		76	31	313	31106
3028676	Caragoudes	caragoudes	FR	31460	244	Europe/Paris	43.49947	1.70173		Caragoudes		76	31	313	31105
3028680	Capvern	capvern	FR	65130	1126	Europe/Paris	43.1022	0.31651		Capvern,Capvèrn,Kapvern,ka pu wei er en,Капверн,卡普韦尔恩		76	65	652	65127
3028684	Captieux	captieux	FR	33840	1416	Europe/Paris	44.2924	-0.26196		Capsiuts,Captieux,Kapt'e,Katje,ka pu di e,Каптье,Каптьє,Катје,卡普蒂厄		75	33	333	33095
3028689	Cappy	cappy	FR	80340	491	Europe/Paris	49.92542	2.75768		Cappy		32	80	804	80172
3028690	Cappelle-la-Grande	cappelle-la-grande	FR	59180	8293	Europe/Paris	50.99979	2.35848		Cappelle,Cappelle-la-Grand,Cappelle-la-Grande,Kapel la Grand,Kapelle,Kappel'-la-Grand,da ka pei lei,Капел ла Гранд,Каппель-ла-Гранд,大卡佩勒		32	59	594	59131
3028691	Cappelle-en-Pévèle	cappelle-en-pevele	FR	59242	1997	Europe/Paris	50.51011	3.17133		Cappelle,Cappelle-en-Pevele,Cappelle-en-Pévèle,Kapel an Pevel,Kappel'-an-Pevel',ka pei lei ang pei wei lei,Капел ан Певел,Каппель-ан-Певель,卡佩勒昂佩韦勒		32	59	595	59129
3028692	Cappelle-Brouck	cappelle-brouck	FR	59630	0	Europe/Paris	50.9	2.21667				32	59	594	59130
3028693	Cappel	cappel	FR	57450	746	Europe/Paris	49.07212	6.84792		Cappel		44	57	573	57122
3028695	Capoulet-et-Junac	capoulet-et-junac	FR	09400	203	Europe/Paris	42.79429	1.58367		Capoulet,Capoulet-et-Junac		76	09	091	09077
3028701	Caplong	caplong	FR	33220	0	Europe/Paris	44.77739	0.13716		Caplong		75	33	335	33094
3028709	Capinghem	capinghem	FR	59160	1557	Europe/Paris	50.64551	2.96193		Capinghem,Kapengem,Kapingam,ka pan gai mu,Капенгем,Капингам,卡潘盖姆		32	59	595	59128
3028714	Capian	capian	FR	33550	675	Europe/Paris	44.71098	-0.33124		Capian		75	33	333	33093
3028720	Capestang	capestang	FR	34310	3392	Europe/Paris	43.3288	3.04466		Cabestanh,Capestang,Capestanh,Kapestan,ka pei si tang,Капестан,卡佩斯唐		76	34	341	34052
3028721	Capens	capens	FR	31410	319	Europe/Paris	43.33718	1.25885		Capens		76	31	311	31104
3028722	Capendu	capendu	FR	11700	1525	Europe/Paris	43.18704	2.55618		Campendut,Camppendut,Capendu,Kapandi,Kapandju,ka pang di,Капанди,Капандю,卡庞迪		76	11	111	11068
3028723	Capdenac	capdenac	FR	46100	0	Europe/Paris	44.58126	2.06992		Capdenac,Capdenac-le-Haut,Capendac,Capendac-Village		76	46	462	46055
3028725	Capelle-lès-Hesdin	capelle-les-hesdin	FR	62140	416	Europe/Paris	50.33333	2		Capelle,Kapel lez Eden,Kapel'-lez-Eden,ka pei lei lai sai si dan,kabyl lyh hysdyn,Капел лез Еден,Капель-лез-Еден,كابيل ليه هيسدين,卡佩勒莱塞斯丹		32	62	624	62212
3028726	Capelle-les-Grands	capelle-les-grands	FR	27270	373	Europe/Paris	49.04447	0.47401		Capelle,Capelle-les-Grands,Capelles-les Grands,Capelles-les-Patriotes		28	27	272	27130
3028727	Capelle-Fermont	capelle-fermont	FR	62690	132	Europe/Paris	50.35274	2.62075		Capelle-Fermont,Kapel Fermon,Kapel'-Fermon,ka pei lei fei er meng,kabyl fyrmwnt,Капел Фермон,Капель-Фермон,كابيل فيرمونت,卡佩勒费尔蒙		32	62	621	62211
3028729	Capelle	capelle	FR	59213	0	Europe/Paris	50.47029	1.64472				32	62	624	62752
3028730	Capelle	capelle	FR	59213	154	Europe/Paris	50.23968	3.54745		Capela,Capelle,Capelle-sur-Ecaillon,Cappella,Kapel,Kapell,Kapelle,Kapelo,chaperu,チャペル		32	59	592	59127
3028735	Capdrot	capdrot	FR	24540	533	Europe/Paris	44.68144	0.92209		Cap Drot,Cap Dròt,Capdrot,Capdròt,Kapdro,ka pu de luo,Капдро,卡普德罗		75	24	241	24080
3028738	Capdenac	capdenac	FR	46100	0	Europe/Paris	44.58333	2.06667		Capdenac-le-Haut,Kadnak,Kapdenak,ka pu de na ke,Каднак,Капденак,卡普德纳克		76	46	462	46055
3028739	Capdenac-Gare	capdenac-gare	FR	12700	1075	Europe/Paris	44.57567	2.08079		Capdenac,Capdenac-Gara,Capdenac-Gare,Kadenak-Gar,Kapdenak Gar,Kapdenak-Gar,Sent Julian dEmpara e Livinhac lo Baish,ka pu de na ke jia er,Каденак-Гар,Капденак Гар,Капденак-Гар,卡普德纳克加尔		76	12	123	12052
3028742	Cap-d'Ail	cap-d-ail	FR	06320	4997	Europe/Paris	43.72126	7.40556		Cap-d'Ail		93	06	062	06032
3028749	Caours	caours	FR	80132	619	Europe/Paris	50.12967	1.88676		Caours,Cœu,Kaur,ke er,Каур,科尔		32	80	801	80171
3028750	Caouënnec-Lanvézéac	caouennec-lanvezeac	FR	22300	662	Europe/Paris	48.7	-3.36667				53	22	223	22030
3028752	Caorches-Saint-Nicolas	caorches-saint-nicolas	FR	27300	600	Europe/Paris	49.08333	0.55				28	27	272	27129
3028754	Cany-Barville	cany-barville	FR	76450	3463	Europe/Paris	49.78885	0.63704		Cany,Cany-Barville		28	76	761	76159
3028755	Canville-les-Deux-Églises	canville-les-deux-eglises	FR	76560	303	Europe/Paris	49.76753	0.84012		Canville,Canville-les-Deux-Eglises,Canville-les-Deux-Églises,Kanvil le Deks Egliz,Kanvil'-le-Dez-Egliz,Канвил ле Декс Еглиз,Канвиль-ле-Дез-Еглиз,Канвіль-ле-Дез-Егліз		28	76	763	76158
3028756	Canville-la-Rocque	canville-la-rocque	FR	50580	132	Europe/Paris	49.34095	-1.63865		Canville,Canville-la-Rocque		28	50	502	50097
3028763	Cantois	cantois	FR	33760	205	Europe/Paris	44.69366	-0.23129		Cantois,Cantòis,Kantoa,Kantua,kang tu wa,Кантоа,Кантуа,康图瓦		75	33	333	33008
3028765	Cantoin	cantoin	FR	12420	329	Europe/Paris	44.83663	2.81267		Cantoin		76	12	122	12051
3028767	Cantin	cantin	FR	59169	1455	Europe/Paris	50.30885	3.12765		Cantin,Kanten,kang tan,Кантен,康坦		32	59	593	59126
3028768	Cantillac	cantillac	FR	24530	177	Europe/Paris	45.39541	0.63898		Cantilhac,Cantillac,Kantijak,kang di la ke,Кантийак,Кантияк,Кантијак,Кантіяк,康蒂拉克		75	24	242	24064
3028769	Cantigny	cantigny	FR	80500	130	Europe/Paris	49.66367	2.49149		Cantigny		32	80	803	80170
3028770	Cantiers	cantiers	FR	27420	214	Europe/Paris	49.23453	1.58381		Cantiers		28	27	271	27213
3028773	Cantenay-Épinard	cantenay-epinard	FR	49460	1986	Europe/Paris	47.53346	-0.56879		Cantenay,Cantenay-Epinard,Cantenay-Épinard,Epinard Cantenay,Kantene-Epinar,Kantne Epinar,kang te nai ai pi na er,Кантене-Епінар,Кантне Епинар,康特奈埃皮纳尔		52	49	491	49055
3028774	Cantenac	cantenac	FR	33460	1272	Europe/Paris	45.02867	-0.65443		Cantenac		75	33	334	33268
3028776	Canteloup	canteloup	FR	14370	178	Europe/Paris	49.64462	-1.35147		Canteloup		28	50	502	50096
3028777	Canteloup	canteloup	FR	14370	0	Europe/Paris	49.2482	1.51151				28	27	271	27315
3028778	Canteloup	canteloup	FR	14370	172	Europe/Paris	49.13198	-0.13168		Canteloup		28	14	142	14134
3028779	Canteleu	canteleu	FR	76380	15742	Europe/Paris	49.44065	1.02459		Canteleu,Kantele,Кантеле		28	76	763	76157
3028782	Canté	cante	FR	09700	185	Europe/Paris	43.25466	1.53142		Cante,Canté		76	09	092	09076
3028783	Cantaron	cantaron	FR	06340	1308	Europe/Paris	43.76203	7.31756		Cantaron		93	06	062	06031
3028792	Cantaing-sur-Escaut	cantaing-sur-escaut	FR	59267	431	Europe/Paris	50.14867	3.1675		Cantaing,Cantaing-sur-Escaut		32	59	592	59125
3028794	Canouville	canouville	FR	76450	259	Europe/Paris	49.80713	0.59883		Canouville		28	76	761	76156
3028797	Canohès	canohes	FR	66680	4780	Europe/Paris	42.65192	2.83418		Canoes,Canohes,Canohès,Cànoes,Kanoe,Kanoes,kang ao ai,Каное,Каноес,康奥埃		76	66	662	66038
3028798	Canny-sur-Thérain	canny-sur-therain	FR	60220	153	Europe/Paris	49.60144	1.71631		Canny,Canny-sur-Therain,Canny-sur-Thérain,Kani sir Teren,Kanni-sjur-Teren,tai lan he pan ka ni,Кани сир Терен,Канні-сюр-Терен,泰兰河畔卡尼		32	60	601	60128
3028799	Canny-sur-Matz	canny-sur-matz	FR	60310	284	Europe/Paris	49.60241	2.80102		Canny,Canny-sur-Matz		32	60	603	60127
3028803	Cannet	cannet	FR	32400	60	Europe/Paris	43.6118	-0.06348		Cannet		76	32	323	32344
3028804	Cannessières	cannessieres	FR	80140	93	Europe/Paris	49.93859	1.76593		Cannessieres,Cannessières		32	80	802	80169
3028805	Cannes-et-Clairan	cannes-et-clairan	FR	30260	336	Europe/Paris	43.90082	4.08171		Cannes,Cannes-Clairan,Cannes-et-Clairan		76	30	302	30066
3028806	Cannes-Écluse	cannes-ecluse	FR	77130	2842	Europe/Paris	48.36303	2.98748		Cannes-Ecluse,Cannes-Écluse,Kan Ekliz,Kann-Ekljuz,Кан Еклиз,Канн-Еклюз		11	77	773	77061
3028808	Cannes	cannes	FR	06150	70011	Europe/Paris	43.55135	7.01275	0	CEQ,Canas,Canes,Cannes,Canua,Chalier,Châlier,Kan,Kanai,Kann,Kannad,Kannas,Kannash,Kannes,Kanni,Kanntae,Kanny,Kany,jia na,kaina,kan,kan'nu,kana,kang cheng,kn,Κάννες,Кан,Канн,Каннаш,Канни,Каннтæ,Канны,Каны,Կանն,קאן,كان,کان,کن,कान,कैन,ਕੈਨ,கான்,กาน,კანი,カンヌ,康城,戛纳,칸		93	06	061	06029
3028810	Cannelle	cannelle	FR	20151	33	Europe/Paris	42.04923	8.82134		Cannelle		94	2A	2A1	2A060
3028811	Cannectancourt	cannectancourt	FR	60310	516	Europe/Paris	49.55711	2.90241		Cannectancourt,Kanektankur,Kannektankur,ka nei ke tang ku er,Канектанкур,Каннектанкур,卡内克唐库尔		32	60	603	60126
3028815	Canly	canly	FR	60680	722	Europe/Paris	49.38612	2.70825		Canly,Kanli,kang li,Канли,Канлі,康利		32	60	603	60125
3028816	Canlers	canlers	FR	62310	178	Europe/Paris	50.4824	2.14441		Canlers		32	62	624	62209
3028819	Canisy	canisy	FR	50750	963	Europe/Paris	49.07572	-1.17595		Canisy,Kanizi,ka ni xi,Канизи,Канізі,卡尼西		28	50	504	50095
3028820	Canilhac	canilhac	FR	48500	131	Europe/Paris	44.42389	3.15059		Canilhac		76	48	482	48017
3028821	Canihuel	canihuel	FR	22480	429	Europe/Paris	48.33897	-3.10635		Canihuel,Kanuhel		53	22	222	22029
3028823	Caniac-du-Causse	caniac-du-causse	FR	46240	270	Europe/Paris	44.62134	1.64279		Caniac,Caniac-du-Causse		76	46	463	46054
3028824	Cangey	cangey	FR	37530	1034	Europe/Paris	47.46718	1.06051		Cangey		24	37	373	37043
3028825	Canettemont	canettemont	FR	62270	64	Europe/Paris	50.27857	2.36496		Canettemont,Kanetmon,Kanettmon,ka nei te meng,kanytymwnt,Канетмон,Канеттмон,كانيتيمونت,卡内特蒙		32	62	621	62208
3028827	Canet-de-Salars	canet-de-salars	FR	12290	390	Europe/Paris	44.23532	2.75332		Canet,Canet-de-Salars		76	12	121	12050
3028830	Canet	canet	FR	11200	0	Europe/Paris	43.60189	3.49072		Canet		76	34	342	34051
3028831	Canet	canet	FR	11200	1801	Europe/Paris	43.22842	2.8469		Canet		76	11	113	11067
3028832	Canet-en-Roussillon	canet-en-roussillon	FR	66140	11148	Europe/Paris	42.7	3.01667		Canet de Rosselhon,Canet de Rossello,Canet de Rosselló,Canet-en-Roussillon,Canetum,Kane-an-Russijon,Kanet an Rusijon,kane=tan=rushiyon,lu xi long de qu ka nei,Кане-ан-Руссийон,Кане-ан-Руссійон,Канет ан Русијон,カネ＝タン＝ルシヨン,鲁西隆地区卡内		76	66	662	66037
3028833	Canenx-et-Réaut	canenx-et-reaut	FR	40090	150	Europe/Paris	44.00603	-0.44306				75	40	402	40064
3028838	Canéjan	canejan	FR	33610	5513	Europe/Paris	44.763	-0.65443		Canejan,Canejean,Canéjan,Canéjean,Kanezhan,ka nei rang,Канежан,卡内让		75	33	332	33090
3028839	Canehan	canehan	FR	76260	316	Europe/Paris	49.9782	1.34548		Canehan		28	76	761	76155
3028840	Candresse	candresse	FR	40180	622	Europe/Paris	43.7128	-0.98029		Candresse		75	40	401	40063
3028843	Candor	candor	FR	60310	268	Europe/Paris	49.62733	2.89501		Candor		32	60	603	60124
3028844	Candillargues	candillargues	FR	34130	1273	Europe/Paris	43.62049	4.06832		Candillargues,Come-de-la-Palus,Côme-de-la-Palus		76	34	343	34050
3028846	Candé-sur-Beuvron	cande-sur-beuvron	FR	41120	1258	Europe/Paris	47.49499	1.25937		Cande,Cande-sur-Beuvron,Candé,Candé-sur-Beuvron,Kande na Bevronu,Kande-sjur-Bevron,bo fu luo ne he pan kang dai,Канде на Беврону,Канде-сюр-Беврон,伯夫罗讷河畔康代		24	41	411	41029
3028847	Candes-Saint-Martin	candes-saint-martin	FR	37500	0	Europe/Paris	47.21122	0.07381		Candes,Kand Sen Marten,Kand-Sen-Marten,kando=san=marutan,kang dai sheng ma er tan,Канд Сен Мартен,Канд-Сен-Мартен,カンド＝サン＝マルタン,康代圣马尔坦		24	37	371	37042
3028851	Candé	cande	FR	49440	2755	Europe/Paris	47.56077	-1.03739		Cande,Candé,Kande,Канде		52	49	494	49054
3028852	Candas	candas	FR	80750	899	Europe/Paris	50.10715	2.25944		Candas		32	80	802	80168
3028853	Candas	candas	FR	80750	0	Europe/Paris	44.07398	2.92585				76	12	121	12153
3028856	Cancon	cancon	FR	47290	1356	Europe/Paris	44.53602	0.62512		Cancon,Cancor,Kankon,kang kong,Канкон,康孔		75	47	473	47048
3028857	Canchy	canchy	FR	14230	310	Europe/Paris	50.18688	1.876		Canchy		32	80	801	80167
3028858	Canchy	canchy	FR	14230	0	Europe/Paris	49.66667	1.43333				28	76	761	76578
3028859	Canchy	canchy	FR	14230	195	Europe/Paris	49.32687	-0.98313		Canchy		28	14	141	14132
3028868	Cancale	cancale	FR	35260	5751	Europe/Paris	48.6766	-1.85216	10	Cancale,Kankal,Kankal',Kankaven,kang ka er,kankaru,Канкал,Канкаль,カンカル,康卡尔		53	35	354	35049
3028869	Canaveilles	canaveilles	FR	66360	63	Europe/Paris	42.53635	2.24974		Canaveilles,Canavelles		76	66	663	66036
3028871	Canavaggia	canavaggia	FR	20235	106	Europe/Paris	42.50441	9.26105		Canavaggia		94	2B	2B3	2B059
3029059	Cambayrac	cambayrac	FR	46140	129	Europe/Paris	44.4273	1.28552		Cambayrac		76	46	461	46050
3028872	Canaules-et-Argentières	canaules-et-argentieres	FR	30350	368	Europe/Paris	43.98111	4.05207		Canaules-et Argentiere,Canaules-et Argentière,Canaules-et-Argentieres,Canaules-et-Argentières		76	30	303	30065
3028875	Canari	canari	FR	20217	354	Europe/Paris	42.85	9.35		Canari		94	2B	2B2	2B058
3028877	Canapville	canapville	FR	14800	0	Europe/Paris	49.3163	0.13623		Canapville		28	14	143	14131
3028878	Canapville	canapville	FR	14800	214	Europe/Paris	48.95296	0.26697		Canapville		28	61	613	61072
3028879	Canappeville	canappeville	FR	27400	608	Europe/Paris	49.15647	1.0994		Canappeville		28	27	272	27127
3028880	Canaples	canaples	FR	80670	608	Europe/Paris	50.05605	2.21878		Canaples		32	80	802	80166
3028881	Canals	canals	FR	82170	569	Europe/Paris	43.85155	1.29175		Canals		76	82	822	82028
3028883	Canale-di-Verde	canale-di-verde	FR	20230	364	Europe/Paris	42.27706	9.4748		Canale-di-Verde		94	2B	2B3	2B057
3028896	Camurac	camurac	FR	11340	141	Europe/Paris	42.79857	1.91554		Camurac,Kamirak,Kamjurak,ka mi la ke,Камирак,Камюрак,卡米拉克		76	11	112	11066
3028898	Campuzan	campuzan	FR	65230	172	Europe/Paris	43.27221	0.42572				76	65	653	65126
3028899	Campugnan	campugnan	FR	33390	452	Europe/Paris	45.17802	-0.56435		Campugnan		75	33	331	33089
3028900	Campuac	campuac	FR	12580	460	Europe/Paris	44.5695	2.59007		Campuac		76	12	122	12049
3028901	Camps-sur-l'Agly	camps-sur-l-agly	FR	11190	0	Europe/Paris	42.85969	2.43394		Camps,Camps-sur-l'Agly		76	11	112	11065
3028902	Camps-la-Source	camps-la-source	FR	83170	1390	Europe/Paris	43.38626	6.09607		Camps,Camps les Brignols,Camps-la-Source,Kam-la-Surs,Kan la Surs,kang pu la su er si,Кам-ла-Сурс,Кан ла Сурс,康普拉苏尔斯		93	83	833	83030
3028904	Camps-en-Amiénois	camps-en-amienois	FR	80540	168	Europe/Paris	49.87999	1.9696		Camp-in-Anmienoe,Camp-in-Anmiénoé,Camps,Camps-en-Amienois,Camps-en-Amiénois,Kam-an-Amenua,Kans an Amjenoa,kang ang na mi ye nu wa,Кам-ан-Амєнуа,Канс ан Амјеноа,康昂纳米耶努瓦		32	80	802	80165
3028905	Campsegret	campsegret	FR	24140	391	Europe/Paris	44.93421	0.55968		Campsegret		75	24	243	24077
3028908	Campsas	campsas	FR	82370	1043	Europe/Paris	43.89591	1.32677		Campsas		76	82	822	82027
3028910	Camps-sur-l'Isle	camps-sur-l-isle	FR	33660	413	Europe/Paris	45.01667	-0.03333				75	33	335	33088
3028911	Camps-Saint-Mathurin-Léobazel	camps-saint-mathurin-leobazel	FR	19430	0	Europe/Paris	44.98333	2				75	19	192	19034
3028912	Camprond	camprond	FR	50210	324	Europe/Paris	49.08833	-1.34833		Camprond		28	50	503	50094
3028915	Campremy	campremy	FR	60480	348	Europe/Paris	49.57062	2.31078		Campremy		32	60	602	60123
3028916	Campoussy	campoussy	FR	66730	38	Europe/Paris	42.7101	2.45885		Camporsin,Campossi,Campossin,Campossí,Campoussy,Kampusi,Kampussi,kang pu xi,Кампуси,Кампусси,Кампуссі,康普西		76	66	663	66035
3028917	Campouriez	campouriez	FR	12140	407	Europe/Paris	44.68977	2.60702		Campouries,Campouriez		76	12	122	12048
3028922	Campôme	campome	FR	66500	119	Europe/Paris	42.65064	2.37602		Campome,Campôme,Kampom,campome,kang peng,Кампом,康蓬		76	66	663	66034
3028930	Campo	campo	FR	20142	80	Europe/Paris	41.89159	9.00388		Campo		94	2A	2A1	2A056
3028931	Campneuseville	campneuseville	FR	76340	0	Europe/Paris	49.86104	1.65786		Campneuseville		28	76	761	76154
3028932	Camplong-d'Aude	camplong-d-aude	FR	11200	0	Europe/Paris	43.12895	2.65102		Camplong,Camplong-d'Aude		76	11	113	11064
3028933	Camplong	camplong	FR	34260	210	Europe/Paris	43.67291	3.11819		Camplong		76	34	341	34049
3028935	Campitello	campitello	FR	20252	113	Europe/Paris	42.52861	9.31776		Campitello,Campitellu,Kampitello,Kampitelo,Кампителло,Кампитело,Кампітелло		94	2B	2B3	2B055
3028936	Campistrous	campistrous	FR	65300	310	Europe/Paris	43.15171	0.37669		Campistrous		76	65	652	65125
3028939	Campile	campile	FR	20290	218	Europe/Paris	42.49245	9.35337		Campile		94	2B	2B3	2B054
3028940	Campigny	campigny	FR	14490	846	Europe/Paris	49.31024	0.55402		Campigny		28	27	272	27126
3028941	Campigny	campigny	FR	14490	165	Europe/Paris	49.24254	-0.80947		Campigny		28	14	141	14130
3028943	Campigneulles-les-Petites	campigneulles-les-petites	FR	62170	539	Europe/Paris	50.44379	1.73478		Campigneulles-les-Petites,Campignole-les-Petites,Campignole-lès-Pétites,Kampin'el'-le-Petit,Kampinel le Ptit,kambyjnwlys lyh bytyts,xiao kang pi ni e lei,Кампиньель-ле-Петит,Кампињел ле Птит,Кампіньєль-ле-Петіт,كامبيجنوليس ليه بيتيتس,小康皮尼厄勒		32	62	624	62207
3028944	Campigneulles-les-Grandes	campigneulles-les-grandes	FR	62170	266	Europe/Paris	50.43468	1.71305		Campigneulles-les-Grandes		32	62	624	62206
3028945	Campi	campi	FR	20270	30	Europe/Paris	42.27144	9.42362		Campi		94	2B	2B3	2B053
3028946	Camphin-en-Pévèle	camphin-en-pevele	FR	59780	1605	Europe/Paris	50.59561	3.26082		Camphin,Camphin-Pevele,Camphin-Pevèle,Camphin-en-Pevele,Camphin-en-Pévèle		32	59	595	59124
3028947	Camphin-en-Carembault	camphin-en-carembault	FR	59133	1574	Europe/Paris	50.51196	2.9871		Camphin,Camphin-en-Carembault		32	59	595	59123
3028949	Campet-et-Lamolère	campet-et-lamolere	FR	40090	290	Europe/Paris	43.91774	-0.60529		Campet,Campet-et-Lamolere,Campet-et-Lamolère		75	40	402	40062
3028954	Campénéac	campeneac	FR	56800	1564	Europe/Paris	47.95808	-2.29479		Campaniacum,Campeneac,Campénéac,Kampeneak,Kempenieg,kang pei nei a ke,Кампенеак,康佩内阿克		53	56	562	56032
3028955	Campel	campel	FR	35330	439	Europe/Paris	47.93628	-2.00895		Campel,Kempel		53	35	352	35168
3028957	Campeaux	campeaux	FR	14350	457	Europe/Paris	49.6193	1.75479		Campeaux		32	60	601	60122
3028958	Campeaux	campeaux	FR	14350	523	Europe/Paris	48.95048	-0.93143		Campeaux		28	14	144	14061
3028966	Campbon	campbon	FR	44750	3327	Europe/Paris	47.41208	-1.96972		Cambidonnum,Campbon,Kambon,kang pu bang,Камбон,康普邦		52	44	443	44025
3028971	Camparan	camparan	FR	65170	55	Europe/Paris	42.83822	0.35421		Camparan		76	65	652	65124
3028974	Campandré-Valcongrain	campandre-valcongrain	FR	14260	90	Europe/Paris	48.97762	-0.58631		Campandre,Campandre-Valcongrain,Campandré,Campandré-Valcongrain,Kampandre Valkongren,Kampandre-Val'kongren,kang pang de lei wa er kong ge lan,kanpandore=vu~arukonguran,Кампандре Валконгрен,Кампандре-Вальконгрен,カンパンドレ＝ヴァルコングラン,康庞德雷瓦尔孔格兰		28	14	144	14027
3028975	Campana	campana	FR	20229	26	Europe/Paris	42.38874	9.35339		Campana		94	2B	2B3	2B052
3028976	Campan	campan	FR	65710	1585	Europe/Paris	43.01676	0.17741		Campan,Kampan,kang pang,Кампан,康庞		76	65	652	65123
3028977	Campagnolles	campagnolles	FR	14500	408	Europe/Paris	48.89059	-0.92392		Campagnolles		28	14	144	14127
3028980	Campagne-sur-Aude	campagne-sur-aude	FR	11260	625	Europe/Paris	42.91602	2.20669	251	Campagne,Campagne-sur-Aude,Kampan'-sjur-Od,Кампань-сюр-Од		76	11	112	11063
3028981	Campagne-sur-Arize	campagne-sur-arize	FR	09350	266	Europe/Paris	43.12796	1.33846		Campagne,Campagne-sur-Arize,Campanha dArisa,Kampan sir Ariz,Kampan'-sjur-Ariz,a li ci he pan kang pa ni,Кампань-сюр-Ариз,Кампањ сир Ариз,阿里兹河畔康帕尼		76	09	093	09075
3028982	Campagne-lès-Wardrecques	campagne-les-wardrecques	FR	62120	990	Europe/Paris	50.71915	2.33364		Campagne,Campagne-les-Wardrecques,Campagne-les-Werdrecque,Campagne-lès-Wardrecques,Campagne-lès-Wérdrecque,Kampan le Vardrek,Kampan'-le-Vardrek,kambajny lyh wardryskwys,kang pa nie lai wa er de lei ke,Кампань-ле-Вардрек,Кампањ ле Вардрек,كامباجني ليه واردريسكويس,康帕涅莱瓦尔德雷克		32	62	625	62205
3028983	Campagne-lès-Hesdin	campagne-les-hesdin	FR	62870	1732	Europe/Paris	50.39724	1.87494		Campagne,Campagne-les-Hesdin,Campagne-lès-Hesdin,Le Pelletier-sur-Canche,Lepelletier-sur-Canche		32	62	624	62204
3028984	Campagne-lès-Guines	campagne-les-guines	FR	62340	467	Europe/Paris	50.83333	1.9		Campagne,Campagne-les-Guinne,Campagne-lès-Guinne,Kampan le Gen,Kampan'-le-Gin,kambajny lyh jwynys,kang pa nie lai ji ne,Кампань-ле-Гин,Кампань-ле-Гін,Кампањ ле Ген,كامباجني ليه جوينيس,康帕涅莱吉讷		32	62	626	62203
3028985	Campagne-lès-Boulonnais	campagne-les-boulonnais	FR	62650	579	Europe/Paris	50.61305	1.99492		Campagne,Campagne-les-Boulonnais,Campagne-les-Boulonne,Campagne-lez-Boulonnais,Campagne-lès-Boulonnais,Campagne-lès-Boulonné,Kampan le Bulone,Kampan'-le-Bulonne,kambajny lyh bwlwnys,kang pa nie lai bu luo nai,Кампань-ле-Булонне,Кампањ ле Булоне,كامباجني ليه بولونيس,康帕涅莱布洛奈		32	62	624	62202
3028986	Campagne-d'Armagnac	campagne-d-armagnac	FR	32800	0	Europe/Paris	43.86409	-0.00121		Campagne,Campagne-d'Armagnac		76	32	322	32073
3028987	Campagne	campagne	FR	24260	0	Europe/Paris	50.1011	1.67266				32	80	801	80654
3028988	Campagne	campagne	FR	24260	140	Europe/Paris	49.64615	2.96096		Campagne		32	60	603	60121
3028989	Campagne	campagne	FR	24260	325	Europe/Paris	44.90733	0.96718		Campagne		75	24	244	24076
3028990	Campagne	campagne	FR	24260	912	Europe/Paris	43.86528	-0.63945		Campagne		75	40	402	40061
3028991	Campagne	campagne	FR	24260	266	Europe/Paris	43.78863	4.02846		Campagne		76	34	343	34048
3028992	Campagnan	campagnan	FR	34230	444	Europe/Paris	43.53717	3.49811		Campagnan		76	34	342	34047
3028993	Campagna-de-Sault	campagna-de-sault	FR	11140	17	Europe/Paris	42.75978	2.05362		Campagna,Campagna-de-Sault		76	11	112	11062
3028994	Campagnac-lès-Quercy	campagnac-les-quercy	FR	24550	312	Europe/Paris	44.69451	1.1733		Campagnac,Campagnac-les-Quercy,Campagnac-lès-Quercy		75	24	244	24075
3028995	Campagnac	campagnac	FR	12560	0	Europe/Paris	44.41748	3.08669		Campagnac		76	12	122	12047
3028996	Campagnac	campagnac	FR	12560	118	Europe/Paris	44.03051	1.84478		Campagnac		76	81	811	81056
3028998	Camous	camous	FR	65410	17	Europe/Paris	42.94531	0.37593		Camous		76	65	652	65092
3029002	Camors	camors	FR	56330	2508	Europe/Paris	47.84764	-3.00017		Camors,Kamor,Kamorzh,kang ao er,Камор,康奥尔		53	56	561	56031
3029003	Camon	camon	FR	09500	4411	Europe/Paris	49.88764	2.34486		Camon		32	80	802	80164
3029004	Camon	camon	FR	09500	160	Europe/Paris	43.02154	1.96664		Camon		76	09	092	09074
3029006	Camoël	camoel	FR	56130	696	Europe/Paris	47.48156	-2.39569		Camoel,Camoël,Kamoel		53	56	563	56030
3029008	Camlez	camlez	FR	22450	733	Europe/Paris	48.7781	-3.30426		Camlez,Kamlez		53	22	223	22028
3029009	Camjac	camjac	FR	12800	572	Europe/Paris	44.18066	2.37862		Camjac		76	12	123	12046
3029010	Camiran	camiran	FR	33190	479	Europe/Paris	44.6288	-0.07		Camiran		75	33	333	33087
3029012	Camiers	camiers	FR	62176	2325	Europe/Paris	50.57153	1.61325		Camie,Camiers,Camié,Kam'e,Kame,Kamijer,ka mi ye,kamyyrs,Камијер,Камье,Камє,كامييرس,卡米耶		32	62	624	62201
3029013	Camiac-et-Saint-Denis	camiac-et-saint-denis	FR	33420	273	Europe/Paris	44.79547	-0.27524		Camiac,Camiac-et-Saint-Denis		75	33	335	33086
3029015	Cametours	cametours	FR	50570	381	Europe/Paris	49.06797	-1.28155		Cametours		28	50	503	50093
3029019	Camembert	camembert	FR	61120	200	Europe/Paris	48.89488	0.1736		Camembert,Kamamber,kamanberu,kamangbeleu,Камамбер,カマンベール,카망베르		28	61	613	61071
3029020	Camélas	camelas	FR	66300	434	Europe/Paris	42.62949	2.68365		Camelas,Cameles,Camélas		76	66	661	66033
3029021	Came	came	FR	64520	743	Europe/Paris	43.47342	-1.11075		Akamarre,Came		75	64	641	64161
3029022	Camburat	camburat	FR	46100	260	Europe/Paris	44.64345	1.99756		Camburat		76	46	462	46053
3029023	Cambronne-lès-Ribécourt	cambronne-les-ribecourt	FR	60170	2064	Europe/Paris	49.50711	2.89797		Cambronne,Cambronne-les-Ribecourt,Cambronne-lès-Ribécourt,Kambron le Ribekur,Kambronn-le-Ribekur,kang bu long lai li bei ku er,Камброн ле Рибекур,Камбронн-ле-Рибекур,康布龙莱里贝库尔		32	60	603	60119
3029024	Cambronne-lès-Clermont	cambronne-les-clermont	FR	60290	1034	Europe/Paris	49.33022	2.39928		Cambronne,Cambronne-le-Mont-Brutus,Cambronne-les-Clermont,Cambronne-lès-Clermont,Kambron le Klermon,Kambronn-le-Klermon,kang bu long lai ke lai meng,Камброн ле Клермон,Камбронн-ле-Клермон,康布龙莱克莱蒙		32	60	602	60120
3029025	Cambron	cambron	FR	80132	725	Europe/Paris	50.1108	1.77021		Cambron		32	80	801	80163
3029026	Cambrin	cambrin	FR	62149	977	Europe/Paris	50.5097	2.74082		Cambrin,Kambren,kambryn,kang bu lan,Камбрен,كامبرين,康布兰		32	62	622	62200
3029027	Cambremer	cambremer	FR	14340	1165	Europe/Paris	49.15192	0.0476		Cambremer		28	14	143	14126
3029030	Cambrai	cambrai	FR	59341 CEDEX	36492	Europe/Paris	50.17596	3.23472		Cambrai,Cambria,Cameracum,Kambre,Kambreh,Kambrė,Kimbre,Kimbré,XCB,kambryh,kanbure,kang bu lei,kangbeule,kmbrh,qmbrh,Камбре,Камбрэ,קמברה,كامبريه,کمبره,ካምብሬ,カンブレー,康布雷,캉브레	592	32	59	592	59122
3029031	Cambounet-sur-le-Sor	cambounet-sur-le-sor	FR	81580	671	Europe/Paris	43.57695	2.11241		Cambounet,Cambounet-sur-le-Sor		76	81	812	81054
3029032	Cambounès	cambounes	FR	81260	371	Europe/Paris	43.58617	2.4403		Cambounes,Cambounès		76	81	812	81053
3029033	Camboulit	camboulit	FR	46100	241	Europe/Paris	44.59974	1.94998		Camboulit		76	46	462	46052
3029034	Camboulazet	camboulazet	FR	12160	320	Europe/Paris	44.22847	2.44291		Camboulazet		76	12	123	12045
3029038	Cambon	cambon	FR	81990	99	Europe/Paris	43.61825	2.85791		Cambon,Cambon-et-Salvergues		76	34	341	34046
3029039	Cambon	cambon	FR	81990	0	Europe/Paris	43.91323	2.2128		Cambon		76	81	811	81052
3029040	Cambon-lès-Lavaur	cambon-les-lavaur	FR	81470	0	Europe/Paris	43.58333	1.86667				76	81	812	81050
3029041	Cambo-les-Bains	cambo-les-bains	FR	64250	4800	Europe/Paris	43.35798	-1.40174		Cambo,Cambo-les-Bains,Cambon,Kambo le Ben,Kambo-le-Ben,Kanbo,La Montagne,kanbo=re=ban,kang bo lai ban,Камбо ле Бен,Камбо-ле-Бен,カンボ＝レ＝バン,康博莱班		75	64	641	64160
3029043	Cambligneul	cambligneul	FR	62690	336	Europe/Paris	50.38147	2.61558		Cambligneul		32	62	621	62198
3029045	Camblain-l'Abbé	camblain-l-abbe	FR	62690	0	Europe/Paris	50.37363	2.63629		Camblain,Camblain-l'Abbe,Camblain-l'Abbé,Camblain-lAbbe,Camblain-lAbbé,kang bu lan la bei,康布兰拉贝		32	62	621	62199
3029046	Camblain-Châtelain	camblain-chatelain	FR	62470	1614	Europe/Paris	50.48355	2.45521		Camblain-Chatelain,Camblain-Châtelain		32	62	622	62197
3029047	Cambieure	cambieure	FR	11240	231	Europe/Paris	43.1268	2.13296		Cambieure		76	11	112	11061
3029049	Cambiac	cambiac	FR	31460	179	Europe/Paris	43.48894	1.7925		Cambiac		76	31	313	31102
3029050	Cambia	cambia	FR	20244	86	Europe/Paris	42.3636	9.29382		Cambia		94	2B	2B3	2B051
3029051	Cambes-en-Plaine	cambes-en-plaine	FR	14610	1550	Europe/Paris	49.23161	-0.3854		Cambes,Cambes-en-Plaine		28	14	142	14125
3029052	Cambes	cambes	FR	33880	1234	Europe/Paris	44.7319	-0.46292		Cambes		75	33	332	33084
3029053	Cambes	cambes	FR	33880	309	Europe/Paris	44.61498	1.94141		Cambes		76	46	462	46051
3029054	Cambes	cambes	FR	33880	168	Europe/Paris	44.59541	0.2887		Cambes		75	47	472	47047
3029056	Cambernon	cambernon	FR	50200	711	Europe/Paris	49.08024	-1.38524		Cambernon,Kambernon,kang bei er nong,Камбернон,康贝尔农		28	50	503	50092
3029057	Cambernard	cambernard	FR	31470	413	Europe/Paris	43.47457	1.18057		Cambernard		76	31	311	31101
3029062	Camarsac	camarsac	FR	33750	831	Europe/Paris	44.83237	-0.364		Camarsac		75	33	332	33083
3029068	Camaret-sur-Mer	camaret-sur-mer	FR	29570	2612	Europe/Paris	48.27497	-4.59615		Camaret,Camaret-sur-Mer,Kamare na Moru,Kamare-sjur-Mer,Kameled,bin hai ka ma lei,kamare=shuru=meru,Камаре на Мору,Камаре-сюр-Мер,カマレ＝シュル＝メール,滨海卡马雷		53	29	292	29022
3029069	Camaret-sur-Aigues	camaret-sur-aigues	FR	84850	3788	Europe/Paris	44.16375	4.8731		Camaret,Camaret dEgues,Camaret-sur-Aigues,Camaret-sur-Eygues,Kamare sir Eg,Kamare-sjur-Eg,Kamare-sjur-Ehg,ai ju e he pan ka ma lei,Камаре сир Ег,Камаре-сюр-Ег,Камаре-сюр-Эг,艾居厄河畔卡马勒		93	84	843	84029
3029071	Camarès	camares	FR	12360	1057	Europe/Paris	43.82208	2.88005		Camares,Camares-sur-Dourdon,Camarès		76	12	121	12044
3029073	Camarade	camarade	FR	09290	166	Europe/Paris	43.08579	1.28621		Camarade		76	09	093	09073
3029075	Camalès	camales	FR	65500	407	Europe/Paris	43.36036	0.07459		Camales,Camalès		76	65	653	65121
3029078	Calzan	calzan	FR	09120	27	Europe/Paris	43.03826	1.73755		Calzan		76	09	091	09072
3029080	Calvisson	calvisson	FR	30420	3890	Europe/Paris	43.78696	4.19626		Calvisson,Cauvicon,Cauviçon,Kal'visson,Kalvison,ka er wei song,Калвисон,Кальвиссон,Кальвіссон,卡尔维松		76	30	302	30062
3029081	Calvinet	calvinet	FR	15340	432	Europe/Paris	44.71905	2.357		Calvinet		84	15	151	15027
3029082	Calvignac	calvignac	FR	46160	205	Europe/Paris	44.46429	1.77869		Calvignac,Calvinhac,Kal'vin'jak,Kalvinak,ka er wei ni ya ke,Калвињак,Кальвіньяк,卡尔维尼亚克		76	46	462	46049
3029084	Calviac	calviac	FR	46190	215	Europe/Paris	44.92222	2.04782		Calviac		76	46	462	46311
3029085	Calviac-en-Périgord	calviac-en-perigord	FR	24370	0	Europe/Paris	44.85	1.33333				75	24	244	24074
3029086	Calviac	calviac	FR	46190	0	Europe/Paris	44.50827	0.75818				75	47	473	47175
3029090	Calvi	calvi	FR	20260	5477	Europe/Paris	42.56604	8.75713		CLY,Calvi,Calvi - Korsika,Kal'vi,Kalvi,ka er wei,Калви,Кальви,卡尔维	2B5	94	2B	2B5	2B050
3029096	Caluire-et-Cuire	caluire-et-cuire	FR	69300	42763	Europe/Paris	45.79462	4.8464		Caluire,Caluire et Cuire,Caluire-et-Cuire,Kalir e Kir,Kaljuir-e-Kjuir,Scevola,Scévola,kallileuekileu,karyuiru=e=kyuiru,klwyyr akwyyr,Калир е Кир,Калюїр-е-Кюїр,کلوئیر اکوئیر,カリュイール＝エ＝キュイール,칼리르에키르		84	69	691	69034
3029098	Calonne-sur-la-Lys	calonne-sur-la-lys	FR	62350	1556	Europe/Paris	50.62292	2.61664		Calonne,Calonne-su-el-Lys,Calonne-sur-la-Lys,Kalon sir la Lis,Kalonn-sjur-la-Li,Kalonn-sjur-la-Lis,kalwny swr la lys,li si he pan ka luo ne,Калон сир ла Лис,Калонн-сюр-ла-Ли,Калонн-сюр-ла-Ліс,كالوني سور لا ليس,利斯河畔卡洛讷		32	62	622	62195
3029099	Calonne-Ricouart	calonne-ricouart	FR	62470	6099	Europe/Paris	50.48504	2.47335		Calonne,Calonne-Ricouart,Kalon Rikuar,Kalonn-Rikuar,ka luo ne li ku a er,kalwny rykwrt,Калон Рикуар,Калонн-Рикуар,كالوني ريكورت,卡洛讷里库阿尔		32	62	622	62194
3029102	Calonges	calonges	FR	47430	547	Europe/Paris	44.37407	0.24065		Calonges,Calonjas,Kalonzh,ka long re,Калонж,卡隆热		75	47	472	47046
3029103	Caloire	caloire	FR	42240	276	Europe/Paris	45.42177	4.2408		Caloire		84	42	423	42031
3029104	Calmoutier	calmoutier	FR	70240	232	Europe/Paris	47.64479	6.27888		Calmoutier		27	70	702	70111
3029106	Calmont	calmont	FR	12450	0	Europe/Paris	49.88838	1.11183				28	76	761	76026
3029107	Calmont	calmont	FR	12450	1787	Europe/Paris	44.24883	2.51201		Calmont		76	12	123	12043
3029108	Calmont	calmont	FR	12450	1810	Europe/Paris	43.28655	1.63308		Calmont,Culmont		76	31	313	31100
3029110	Calmels-et-le-Viala	calmels-et-le-viala	FR	12400	214	Europe/Paris	43.95	2.75		Calmels,Calmels-et-le-Viala		76	12	121	12042
3029112	Calmeilles	calmeilles	FR	66400	47	Europe/Paris	42.55215	2.67469		Calmeilles,Calmella		76	66	661	66032
3029118	Callian	callian	FR	32190	2641	Europe/Paris	43.6221	6.75269		Callian		93	83	831	83029
3029119	Callian	callian	FR	32190	52	Europe/Paris	43.6287	0.27728		Callian		76	32	321	32072
3029120	Calleville-les-Deux-Églises	calleville-les-deux-eglises	FR	76890	303	Europe/Paris	49.70607	1.02273		Calleville,Calleville-les-Deux-Eglises,Calleville-les-Deux-Églises		28	76	761	76153
3029121	Calleville	calleville	FR	27800	555	Europe/Paris	49.19153	0.75739		Calleville,Kal'vil',Kalvil,ka lei wei er,Калвил,Кальвиль,Кальвіль,卡勒维尔		28	27	272	27125
3029123	Callen	callen	FR	40430	163	Europe/Paris	44.29904	-0.47791		Callen		75	40	402	40060
3029125	Callas	callas	FR	83830	1497	Europe/Paris	43.59284	6.5384		Callas		93	83	831	83028
3029126	Callac	callac	FR	22160	2564	Europe/Paris	48.4044	-3.42834		Callac,Callacum,Kalak,Kallag,Kallak,ka la ke,Калак,Каллак,卡拉克		53	22	222	22025
3029127	Callac	callac	FR	22160	0	Europe/Paris	48.18644	-3.57499				53	29	292	29250
3029128	Callac	callac	FR	22160	0	Europe/Paris	47.42404	-2.14178				52	44	443	44129
3029130	Caligny	caligny	FR	61100	894	Europe/Paris	48.80822	-0.59488		Caligny,Kalin'i,Kalini,ka li ni,Калиньи,Калињи,Каліньї,卡利尼		28	61	612	61070
3029131	Calignac	calignac	FR	47600	393	Europe/Paris	44.13379	0.41494		Calignac		75	47	474	47045
3029136	Calès	cales	FR	24150	322	Europe/Paris	44.85621	0.81243		Cales,Calès		75	24	241	24073
3029137	Calès	cales	FR	24150	124	Europe/Paris	44.81276	1.5378		Cales,Calès		76	46	463	46047
3029140	Calenzana	calenzana	FR	20214	1882	Europe/Paris	42.50855	8.85538		Calenzana,Kalencana,Каленцана		94	2B	2B5	2B049
3029144	Calce	calce	FR	66600	201	Europe/Paris	42.75872	2.75433		Calca,Calce,Calça,Kal's,Kals,ka er ke,Калс,Кальс,卡尔克		76	66	662	66030
3029145	Calcatoggio	calcatoggio	FR	20111	522	Europe/Paris	42.02843	8.76784		Calcatoggio,Calcatoghju,Kal'katodzho,Калкатођо,Калькатоджо		94	2A	2A1	2A048
3029146	Calavanté	calavante	FR	65190	192	Europe/Paris	43.2047	0.1617		Calavante,Calavanté		76	65	653	65120
3029152	Calanhel	calanhel	FR	22160	0	Europe/Paris	48.43598	-3.47975		Calanhel,Kalanel		53	22	222	22024
3029155	Calan	calan	FR	56240	773	Europe/Paris	47.87589	-3.32277		Calan,Kalann		53	56	561	56029
3029158	Calamane	calamane	FR	46150	408	Europe/Paris	44.52588	1.39087		Calamane		76	46	461	46046
3029162	Calais	calais	FR	62100	74433	Europe/Paris	50.95194	1.85635		CQF,Calais,Cales,Calesium,Calés,Kalai,Kale,Kale shaary,Kales,Kalē,Kalė,jia lai,kale,kalh,kalle,kalyh,kare,Καλαί,Кале,Кале шаары,Կալե,קאלה,كاليه,کاله,کالے,கலே,กาแล,カレー,加来,加莱,칼레	626	32	62	626	62193
3029163	Calais	calais	FR	62100	0	Europe/Paris	44.97814	0.98308				75	24	244	24183
3029166	Calacuccia	calacuccia	FR	20224	374	Europe/Paris	42.3353	9.01623		Calacuccia,Kalakucha,Kalakuchcha,ka la ku qia,Калакуча,Калакучча,卡拉庫恰		94	2B	2B3	2B047
3029168	Cajarc	cajarc	FR	46160	1219	Europe/Paris	44.48546	1.84261		Cajarc,Kazhar,Kazhark,ka ya ke,Кажар,Кажарк,卡雅克		76	46	462	46045
3029169	Caixon	caixon	FR	65500	403	Europe/Paris	43.41033	0.02603		Caixon		76	65	653	65119
3029170	Caixas	caixas	FR	66300	102	Europe/Paris	42.5814	2.68108		Caixas		76	66	661	66029
3029171	Caix	caix	FR	80170	717	Europe/Paris	49.81723	2.64674		Caix		32	80	804	80162
3029172	Caix	caix	FR	80170	0	Europe/Paris	44.49111	1.29614				76	46	461	46182
3029174	Caissargues	caissargues	FR	30132	3858	Europe/Paris	43.79573	4.37842		Caissargues,Kesarg,Kessarg,kai sa er gai,Кесарг,Кессарг,凯萨尔盖		76	30	302	30060
3029175	Caisnes	caisnes	FR	60400	440	Europe/Paris	49.52174	3.07339		Caisnes		32	60	603	60118
3029178	Cairon	cairon	FR	14610	1674	Europe/Paris	49.24017	-0.45046		Cairon,Keron,kai long,Керон,凯龙		28	14	142	14123
3029182	Cairanne	cairanne	FR	84290	912	Europe/Paris	44.23307	4.93272		Cairana,Cairanne,Keran,Kerann,kai la na,Керан,Керанн,凯拉纳		93	84	843	84028
3029183	Cailly-sur-Eure	cailly-sur-eure	FR	27490	246	Europe/Paris	49.11574	1.21232		Cailly,Cailly-sur-Eure		28	27	271	27124
3029185	Cailly	cailly	FR	76690	0	Europe/Paris	49.5801	1.23034		Cailly		28	76	763	76152
3029186	Cailloux-sur-Fontaines	cailloux-sur-fontaines	FR	69270	2269	Europe/Paris	45.85259	4.87473		Cailloux,Cailloux-sur-Fontaines		84	69	691	69033
3029187	Caillouet-Orgeville	caillouet-orgeville	FR	27120	407	Europe/Paris	49.00807	1.30694		Caillouet,Caillouet-Orgeville		28	27	271	27123
3029188	Caillouël-Crépigny	caillouel-crepigny	FR	02300	439	Europe/Paris	49.62073	3.12893		Caillouel,Caillouel-Crepigny,Caillouël,Caillouël-Crépigny		32	02	022	02139
3029190	Cailleville	cailleville	FR	76460	234	Europe/Paris	49.83162	0.73404		Cailleville		28	76	761	76151
3029192	Caille	caille	FR	06750	230	Europe/Paris	43.77972	6.73139		Caille		93	06	061	06028
3029193	Caillavet	caillavet	FR	32190	182	Europe/Paris	43.71235	0.33218		Caillavet		76	32	321	32071
3029201	Caillac	caillac	FR	46140	578	Europe/Paris	44.48811	1.35659		Caillac		76	46	461	46044
3029202	Cailla	cailla	FR	11140	0	Europe/Paris	42.81481	2.19708		Cailla		76	11	112	11060
3029203	Cailhavel	cailhavel	FR	11240	118	Europe/Paris	43.16256	2.1268		Cailhavel		76	11	112	11059
3029204	Cailhau	cailhau	FR	11240	246	Europe/Paris	43.14841	2.13701		Cailhau,Calhau,Kajo,kai yue,Кайо,Кајо,凯约		76	11	112	11058
3029205	Caignac	caignac	FR	31560	212	Europe/Paris	43.32165	1.71107		Caignac		76	31	313	31099
3029206	Cahuzac-sur-Vère	cahuzac-sur-vere	FR	81140	1084	Europe/Paris	43.9829	1.91029		Cahusac-sur-Vere,Cahusac-sur-Vère,Cahuzac,Cahuzac-sur-Vere,Cahuzac-sur-Vère,Cuhuzac-sur-Vere		76	81	811	81051
3029207	Cahuzac	cahuzac	FR	11420	296	Europe/Paris	44.65983	0.55934		Cahuzac		75	47	473	47044
3029208	Cahuzac-sur-Adour	cahuzac-sur-adour	FR	32400	221	Europe/Paris	43.63333	-0.01667				76	32	323	32070
3029209	Cahuzac	cahuzac	FR	11420	282	Europe/Paris	43.4709	2.07776		Cahuzac		76	81	812	81049
3029210	Cahuzac	cahuzac	FR	11420	40	Europe/Paris	43.19238	1.8506		Cahuzac		76	11	111	11057
3029211	Cahus	cahus	FR	46130	190	Europe/Paris	44.95648	1.91909		Cahus		76	46	462	46043
3029213	Cahors	cahors	FR	46000	23331	Europe/Paris	44.4491	1.43663		Cadurcum,Cahors,Caors,Kaor,ZAO,ka ao er,kaoleu,kaoru,kywr,Каор,קאור,کئور,カオール,卡奥尔,카오르	46	76	46	461	46042
3029214	Cahon	cahon	FR	80132	231	Europe/Paris	50.12131	1.72437		Cahon,Kaon,ka weng,Каон,卡翁		32	80	801	80161
3029216	Caharet	caharet	FR	65190	27	Europe/Paris	43.1448	0.31709		Caharet		76	65	653	65118
3029218	Cahan	cahan	FR	61430	189	Europe/Paris	48.85832	-0.44275		Cahan		28	61	612	61069
3029219	Cahaignes	cahaignes	FR	27420	336	Europe/Paris	49.20887	1.59988		Cahaignes		28	27	271	27213
3029220	Cahagnolles	cahagnolles	FR	14490	186	Europe/Paris	49.1569	-0.75934		Cahagnolles		28	14	141	14121
3029221	Cahagnes	cahagnes	FR	14240	1117	Europe/Paris	49.06631	-0.76869		Cahagnes,Kaan',Kan,ka a gai,Каань,Кањ,卡阿盖		28	14	144	14120
3029222	Cagny	cagny	FR	14630	1427	Europe/Paris	49.86217	2.34266		Cagny		32	80	802	80160
3029223	Cagny	cagny	FR	14630	1653	Europe/Paris	49.1458	-0.2563		Cagny		28	14	142	14119
3029224	Cagnotte	cagnotte	FR	40300	573	Europe/Paris	43.5954	-1.06825		Cagnotte		75	40	401	40059
3029225	Cagnoncles	cagnoncles	FR	59161	498	Europe/Paris	50.19162	3.31065		Cagnoncles		32	59	592	59121
3029226	Cagnicourt	cagnicourt	FR	62182	396	Europe/Paris	50.21162	3.00119		Cagnicourt		32	62	621	62192
3029227	Cagnes-sur-Mer	cagnes-sur-mer	FR	06800	46923	Europe/Paris	43.66352	7.1479		Cagnes,Cagnes-sur-Mer,Canha de Mar,Kan na Moru,Kan sjur Mer,Kan'-sjur-Mer,XCG,ka nie,kajnys swr myr,kanyu=shuru=meru,kanyuswileumeleu,kny swr mrn,Кан сюр Мер,Кань-сюр-Мер,Кањ на Мору,كاجنيس سور مير,کنی سور مرن,カーニュ＝シュル＝メール,卡涅,카뉴쉬르메르		93	06	061	06027
3029229	Cagnac-les-Mines	cagnac-les-mines	FR	81130	2195	Europe/Paris	43.9852	2.14131		Bon-Air,Cagnac,Cagnac-les-Mines,Roc-la-Montagne		76	81	811	81048
3029233	Caffiers	caffiers	FR	62132	0	Europe/Paris	50.83985	1.81159		Caffiers		32	62	626	62191
3029234	Caëstre	caestre	FR	59190	1734	Europe/Paris	50.75838	2.60274		Caestre,Caëstre		32	59	594	59120
3029241	Caen	caen	FR	14000	110624	Europe/Paris	49.18585	-0.35912		CFR,Caam,Cadomum,Cadum,Cadumum,Caem,Caen,Cahem,Can,Canz,Caon,Cathim,Catomum,Caën,Caðum,Chaam,Chaem,Cham,Kadunum,Kaen,Kan,Kana,Kanas,Kāna,Quaam,k xng,ka ang,kam,kan,kang,kayn,kyn,qn,Καέν,Кан,Կան,קן,كاين,کان,کین,कां,கன்,ก็อง,კანი,ካየን,カーン,卡昂,캉	14	28	14	142	14118
3029244	Cadrieu	cadrieu	FR	46160	151	Europe/Paris	44.49161	1.87976		Cadrieu		76	46	462	46041
3029245	Cadours	cadours	FR	31480	791	Europe/Paris	43.72856	1.05057		Cadours		76	31	313	31098
3029248	Cadolive	cadolive	FR	13950	2165	Europe/Paris	43.39694	5.54526		Ca dOliva,Cadolive,Kadoliv,ka duo li wei,Кадолив,Кадолів,卡多利韦		93	13	133	13020
3029250	Cadix	cadix	FR	81340	239	Europe/Paris	43.97614	2.47698		Cadix		76	81	811	81047
3029251	Cadillon	cadillon	FR	64330	98	Europe/Paris	43.52718	-0.15727		Cadilhon,Cadillon,Kadijon,ka di weng,Кадийон,Кадијон,Кадійон,卡迪翁		75	64	643	64159
3029252	Cadillac-en-Fronsadais	cadillac-en-fronsadais	FR	33240	962	Europe/Paris	44.96709	-0.37333		Cadillac,Cadillac-en-Fronsadais		75	33	335	33082
3029253	Cadillac	cadillac	FR	33410	2568	Europe/Paris	44.63641	-0.31855		Cadilhac,Cadillac		75	33	333	33081
3029254	Caderousse	caderousse	FR	84860	2663	Europe/Paris	44.10327	4.75672		Caderousse		93	84	843	84027
3029255	Cadenet	cadenet	FR	84160	0	Europe/Paris	44.47365	3.19302				76	48	482	48156
3029256	Cadenet	cadenet	FR	84160	4150	Europe/Paris	43.735	5.37339		Cadenet,Kadene,Kadne,ka dai na,kadone,Кадене,Кадне,カドネ,卡代纳		93	84	841	84026
3029257	Caden	caden	FR	56220	1521	Europe/Paris	47.63147	-2.28776		Caden,Kadan,Kaden,ka dang,Кадан,卡当		53	56	563	56028
3029258	Cademène	cademene	FR	25290	87	Europe/Paris	47.10097	6.02819		Cademene,Cademène		27	25	251	25106
3029260	Cadeillan	cadeillan	FR	32220	75	Europe/Paris	43.42079	0.84726		Cadeillan		76	32	321	32069
3029261	Cadeilhan-Trachère	cadeilhan-trachere	FR	65170	51	Europe/Paris	42.81624	0.31448		Cadeilhan		76	65	652	65117
3029262	Cadeilhan	cadeilhan	FR	32380	105	Europe/Paris	43.82905	0.77107		Cadeilhan		76	32	322	32068
3029263	Cadéac	cadeac	FR	65240	229	Europe/Paris	42.8894	0.34997		Cadeac,Cadéac		76	65	652	65116
3029265	Cadaujac	cadaujac	FR	33140	4826	Europe/Paris	44.75523	-0.53023		Cadaujac,Kadozhak,ka duo ya ke,Кадожак,卡多雅克		75	33	332	33080
3029266	Cadarsac	cadarsac	FR	33750	267	Europe/Paris	44.86057	-0.28569		Cadarsac		75	33	335	33079
3029268	Cadarcet	cadarcet	FR	09240	221	Europe/Paris	43.01379	1.50019		Cadarcet		76	09	093	09071
3029271	Cadalen	cadalen	FR	81600	1266	Europe/Paris	43.84982	1.98096		Cadalen		76	81	811	81046
3029273	Cachy	cachy	FR	80800	228	Europe/Paris	49.85208	2.48063		Cachy		32	80	802	80159
3029274	Cachen	cachen	FR	40120	234	Europe/Paris	44.07034	-0.43017		Cachen		75	40	402	40058
3029276	Cachan	cachan	FR	94230	26540	Europe/Paris	48.79632	2.33661		Cachan,Cachon,Caticantus,Kashan,ka shang,kashan,kasyang,kshan,Кашан,کشان,カシャン,卡尚,카샹		11	94	943	94016
3029277	Cachan	cachan	FR	94230	0	Europe/Paris	43.49635	0.74093		Cachan		76	32	321	32428
3029282	Cabris	cabris	FR	06530	1549	Europe/Paris	43.65617	6.87358		Cabris,Kabri,Kabris,ka bu li,kabrys  alalb aljblyt,Кабри,Кабрис,Кабрі,كابريس، الألب الجبلية,卡布里		93	06	061	06026
3029283	Cabriès	cabries	FR	13480	8122	Europe/Paris	43.44127	5.37884		Cabries,Cabriès,Cabriés,Kabrie,Kabries,Kabrije,ka bu lie si,Кабриес,Кабрије,Кабріє,卡布列斯		93	13	131	13019
3029284	Cabrières-d'Avignon	cabrieres-d-avignon	FR	84220	0	Europe/Paris	43.89187	5.14977		Cabrieres-d'Avignon,Cabrières-d'Avignon		93	84	841	84025
3029285	Cabrières-d'Aigues	cabrieres-d-aigues	FR	84240	0	Europe/Paris	43.78381	5.49767		Cabrieres,Cabrieres-d'Aigues,Cabrières,Cabrières-d'Aigues		93	84	841	84024
3029286	Cabrières	cabrieres	FR	30210	1215	Europe/Paris	43.90445	4.47189		Cabrieres,Cabrières		76	30	302	30057
3029287	Cabrières	cabrieres	FR	30210	386	Europe/Paris	43.57653	3.36231		Cabrieres,Cabrières		76	34	342	34045
3029290	Cabrespine	cabrespine	FR	11160	207	Europe/Paris	43.36312	2.46057		Cabrespina,Cabrespine,Kabrepen,Kabrepin,Kabrespin,ka bu lei si pan,Кабрепен,Кабрепин,Кабреспин,Кабреспін,卡布雷斯潘		76	11	111	11056
3029291	Cabrerolles	cabrerolles	FR	34480	303	Europe/Paris	43.54534	3.12525		Cabrerolles		76	34	341	34044
3029292	Cabrerets	cabrerets	FR	46330	214	Europe/Paris	44.50596	1.65472		Cabrerets		76	46	461	46040
3029297	Cabourg	cabourg	FR	14390	3686	Europe/Paris	49.2911	-0.1133		Kabur,Kabura,Kabūra,ka bu er,kabuleu,kaburu,Кабур,カブール,卡布尔,카부르		28	14	143	14117
3029300	Cabidos	cabidos	FR	64410	145	Europe/Paris	43.5412	-0.46422		Cabidos,Cabidòs,Kabido,Kabidos,ka bi duo,Кабидо,Кабидос,Кабідос,卡比多		75	64	643	64158
3029302	Cabestany	cabestany	FR	66330	9103	Europe/Paris	42.68141	2.9409		Cabestany,Kabestani,ka bei si ta ni,kabstany,Кабестани,Кабестані,کابستانی,کابستانے,卡贝斯塔尼		76	66	662	66028
3029306	Cabasse	cabasse	FR	83340	1390	Europe/Paris	43.42646	6.21917		Cabasse		93	83	833	83026
3029308	Cabas-Loumassès	cabas-loumasses	FR	32140	0	Europe/Paris	43.35397	0.59842		Cabas,Cabas-Loumasses,Cabas-Loumassès		76	32	323	32067
3029309	Cabariot	cabariot	FR	17430	1158	Europe/Paris	45.92553	-0.85743		Cabariot,Cabarrot,Kabar'o,Kabario,Kabarjo,ka ba li ao,Кабарио,Кабарйо,Кабарьо,Կաբարիո,卡巴里奥		75	17	172	17075
3029310	Cabara	cabara	FR	33420	362	Europe/Paris	44.82715	-0.15966		Cabara		75	33	335	33078
3029311	Cabannes	cabannes	FR	13440	0	Europe/Paris	44.51752	0.51234				75	47	473	47182
3029312	Cabannes	cabannes	FR	13440	4295	Europe/Paris	43.86015	4.95192		Cabannes		93	13	132	13018
3029313	Cabannes	cabannes	FR	13440	0	Europe/Paris	43.72852	2.76891				76	81	812	81188
3029317	Cabanès	cabanes	FR	12800	0	Europe/Paris	44.18543	2.30582		Cabanes,Cabanès		76	12	123	12041
3029318	Cabanès	cabanes	FR	12800	0	Europe/Paris	43.73104	1.94733		Cabanes,Cabanès		76	81	812	81044
3029319	Cabanac-Séguenville	cabanac-seguenville	FR	31480	145	Europe/Paris	43.79477	1.03546		Cabanac-Seguenville,Cabanac-Séguenville		76	31	313	31096
3029320	Cabanac-et-Villagrains	cabanac-et-villagrains	FR	33650	1548	Europe/Paris	44.6	-0.55		Cabanac e Vilagrans,Cabanac-et-Villagrains,Kabanak e Vilagren,Kabanak-e-Villagren,Kabanak-eh-Villagren,ka ba na ke he wei la ge lan,Кабанак е Вилагрен,Кабанак-е-Виллагрен,Кабанак-е-Віллагрен,Кабанак-э-Виллагрен,卡巴纳克和维拉格兰		75	33	332	33077
3029321	Cabanac-Cazaux	cabanac-cazaux	FR	31160	122	Europe/Paris	43.03396	0.7394		Cabanac-Cazaux,Cabanac-Cazeaux		76	31	312	31095
3029322	Cabanac	cabanac	FR	65350	216	Europe/Paris	43.27097	0.22964		Cabanac		76	65	653	65115
3029328	Byans-sur-Doubs	byans-sur-doubs	FR	25320	677	Europe/Paris	47.11486	5.8546		Bian-sjur-Du,Bjan sir Du,Byans,Byans-sur-Doubs,du bu he pan bi ang,Біан-сюр-Ду,Бјан сир Ду,杜布河畔比昂		27	25	251	25105
3029330	By	by	FR	25440	86	Europe/Paris	47.0131	5.88893		By		27	25	251	25104
3029331	Buzy-Darmont	buzy-darmont	FR	55400	563	Europe/Paris	49.16667	5.7				44	55	553	55094
3029332	Buzy	buzy	FR	64260	0	Europe/Paris	47.37124	3.33419				27	58	582	58058
3029333	Buzy	buzy	FR	64260	866	Europe/Paris	43.133	-0.4595		Buzy		75	64	642	64157
3029334	Buzon	buzon	FR	65140	0	Europe/Paris	47.85147	5.31424				44	52	522	52269
3029335	Buzon	buzon	FR	65140	76	Europe/Paris	43.44407	0.14217		Buzon		76	65	653	65114
3029336	Buzignargues	buzignargues	FR	34160	222	Europe/Paris	43.77111	4.00556		Buzignargues		76	34	342	34043
3029337	Buziet	buziet	FR	64680	396	Europe/Paris	43.13832	-0.47626		Bizje,Bjuz'e,Bjuz'et,Busiet,Buziet,bi qi ye,Бизје,Бюзье,Бюзьет,Бюзьє,比齐耶		75	64	642	64156
3029338	Buzet-sur-Tarn	buzet-sur-tarn	FR	31660	1820	Europe/Paris	43.77977	1.63301		Bize sir Tarn,Bjuze-sjur-Tarn,Bjuzet-sjur-Tarn,Buset de Tarn,Buzet,Buzet-sur-Tarn,ta er en he pan bi ze,Бизе сир Тарн,Бюзе-сюр-Тарн,Бюзет-сюр-Тарн,塔尔恩河畔比泽		76	31	313	31094
3029339	Buzet-sur-Baïse	buzet-sur-baise	FR	47160	1307	Europe/Paris	44.25816	0.29889		Bize sir Bais,Bjuze-sjur-Baiz,Buseth,Busèth,Buzet,Buzet-sur-Baise,Buzet-sur-Baïse,bai si he pan bi ze,byuze=shuru=baizu,Бизе сир Баис,Бюзе-сюр-Баиз,Бюзе-сюр-Баїз,ビュゼ＝シュル＝バイズ,拜斯河畔比泽		75	47	474	47043
3029342	Buzeins	buzeins	FR	12150	210	Europe/Paris	44.3738	2.97011		Buzeins		76	12	122	12270
3029343	Buzancy	buzancy	FR	02200	386	Europe/Paris	49.42635	4.95585		Buzancy		44	08	084	08089
3029344	Buzancy	buzancy	FR	02200	169	Europe/Paris	49.31334	3.34798		Bizansi,Bjuzansi,Buzancy,Byuzansi,bi cang xi,Бизанси,Бюзанси,Бюзансі,Բյուզանսի,比藏西		32	02	024	02138
3029345	Buzançais	buzancais	FR	36500	4600	Europe/Paris	46.88877	1.4195		Bizanse,Bjuzanse,Buzancais,Buzançais,La Fraternite-sur-Indre,La Fraternité-sur-Indre,bi cang sai,Бизансе,Бюзансе,比藏赛		24	36	362	36031
3029346	Buzan	buzan	FR	09800	46	Europe/Paris	42.9428	0.9639		Buzan		76	09	093	09069
3029347	Buysscheure	buysscheure	FR	59285	473	Europe/Paris	50.80362	2.33313		Buysscheure		32	59	594	59119
3029350	Buxy	buxy	FR	71390	2171	Europe/Paris	46.71369	4.70427		Biksi,Bjuksi,Buxy,Buxy-le-National,Grand-Buxy,Бикси,Бюкси,Бюксі		27	71	712	71070
3029351	Buxières-sur-Arce	buxieres-sur-arce	FR	10110	149	Europe/Paris	48.1251	4.45695		Buxieres,Buxieres-sur-Arce,Buxières,Buxières-sur-Arce		44	10	103	10069
3029352	Buxières-sous-Montaigut	buxieres-sous-montaigut	FR	63700	253	Europe/Paris	46.20298	2.84773		Buxieres,Buxieres-sous-Montaigut,Buxières,Buxières-sous-Montaigut		84	63	634	63062
3029353	Buxières-sous-les-Côtes	buxieres-sous-les-cotes	FR	55300	283	Europe/Paris	48.91524	5.67102		Buxieres,Buxieres-sous-les-Cotes,Buxières,Buxières-sous-les-Côtes		44	55	552	55093
3029354	Buxières-lès-Villiers	buxieres-les-villiers	FR	52000	224	Europe/Paris	48.10544	5.03655		Buxieres,Buxieres-les-Villiers,Buxières,Buxières-lès-Villiers		44	52	521	52087
3029355	Buxières-les-Mines	buxieres-les-mines	FR	03440	1200	Europe/Paris	46.46807	2.95994		Buxieres,Buxieres-les-Mines,Buxières-les-Mines,Buxiéres		84	03	032	03046
3029357	Buxières-lès-Clefmont	buxieres-les-clefmont	FR	52240	24	Europe/Paris	48.09434	5.46		Buxieres,Buxieres-les-Clefmont,Buxières,Buxières-lès-Clefmont		44	52	521	52085
3029358	Buxières-d'Aillac	buxieres-d-aillac	FR	36230	0	Europe/Paris	46.63847	1.75333		Buxiere-d'Aillac,Buxieres,Buxieres-d'Aiilac,Buxieres-d'Aillac,Buxière-d'Aillac,Buxières,Buxières-d'Aiilac,Buxières-d'Aillac		24	36	363	36030
3029360	Buxeuil	buxeuil	FR	10110	147	Europe/Paris	48.05461	4.3949		Buxeuil		44	10	103	10068
3029361	Buxeuil	buxeuil	FR	10110	226	Europe/Paris	47.13333	1.68657		Buxeuil		24	36	364	36029
3029362	Buxeuil	buxeuil	FR	10110	0	Europe/Paris	46.97588	0.67448		Buxeuil		75	86	861	86042
3029364	Buxerolles	buxerolles	FR	21290	38	Europe/Paris	47.80666	4.93195		Buxerolles		27	21	213	21123
3029365	Buxerolles	buxerolles	FR	21290	9415	Europe/Paris	46.61667	0.48333		Buxerolles		75	86	863	86041
3029368	Buvilly	buvilly	FR	39800	351	Europe/Paris	46.86821	5.7182		Buvilly		27	39	391	39081
3029370	Buverchy	buverchy	FR	80400	45	Europe/Paris	49.73075	2.96984		Buverchy		32	80	804	80158
3029373	Butten	butten	FR	67430	721	Europe/Paris	48.97064	7.22262		Butten		44	67	674	67072
3029375	Butteaux	butteaux	FR	89360	0	Europe/Paris	48.31239	2.54857				11	77	774	77088
3029376	Butteaux	butteaux	FR	89360	269	Europe/Paris	47.97787	3.80893		Butteaux		27	89	891	89061
3029377	Butry-sur-Oise	butry-sur-oise	FR	95430	2108	Europe/Paris	49.08837	2.19916		Bitri sir Oaz,Bjutri-sjur-Uaz,Butry,Butry-sur-Oise,wa ci he pan bi te li,Битри сир Оаз,Бютри-сюр-Уаз,Бютрі-сюр-Уаз,瓦兹河畔比特里		11	95	953	95120
3029378	Butot-Vénesville	butot-venesville	FR	76450	274	Europe/Paris	49.81667	0.6		Butot-en-Caux		28	76	761	76732
3029379	Butot	butot	FR	76890	278	Europe/Paris	49.61547	1.02638		Butot,Butot-pres-Pavilly,Butot-près-Pavilly		28	76	763	76149
3029381	Buthiers	buthiers	FR	70190	704	Europe/Paris	48.28712	2.43163		Buthiers		11	77	774	77060
3029382	Buthiers	buthiers	FR	70190	299	Europe/Paris	47.34621	6.03486		Buthiers		27	70	702	70109
3029385	Busy	busy	FR	25320	503	Europe/Paris	47.16727	5.9482		Busy		27	25	251	25103
3029386	Buswiller	buswiller	FR	67350	207	Europe/Paris	48.81964	7.55868		Bueswiller		44	67	674	67068
3029387	Bustince-Iriberry	bustince-iriberry	FR	64220	103	Europe/Paris	43.17756	-1.1876		Bustince,Bustince-Iriberry,Buztintze,Buztintze-Iriberri		75	64	641	64155
3029388	Bustanico	bustanico	FR	20212	83	Europe/Paris	42.32167	9.30034		Bustanico,Bustanicu,Bustaniko,Bustànicu,Бустанико,Бустаніко		94	2B	2B3	2B045
3029390	Bust	bust	FR	67320	451	Europe/Paris	48.82982	7.23518		Bust		44	67	674	67071
3029391	Bussy-Saint-Martin	bussy-saint-martin	FR	77600	629	Europe/Paris	48.84898	2.69044		Bisi Sen Marten,Bjussi-Sen-Marten,Bussy-Saint-Martin,Montagne,bi xi sheng ma dan,Биси Сен Мартен,Бюсси-Сен-Мартен,Бюссі-Сен-Мартен,比西圣马丹		11	77	775	77059
3029392	Bussy-Saint-Georges	bussy-saint-georges	FR	77600	10043	Europe/Paris	48.84099	2.70165		Bisi Sen Zhorzh,Bjussi-Sen-Zhorzh,Bussi Sen Zorz,Bussy-Saint-Georges,bi xi sheng qiao zhi,Биси Сен Жорж,Бюсси-Сен-Жорж,Бюссі-Сен-Жорж,Բուսսի Սեն Ժորժ,比西圣乔治		11	77	775	77058
3029393	Bussy-Lettrée	bussy-lettree	FR	51320	279	Europe/Paris	48.80524	4.25919		Bisi Letre,Bjussi-Lettre,Bussy,Bussy-Lettree,Bussy-Lettrée,bi xi lai te lei ai,Биси Летре,Бюссі-Леттре,比西莱特雷埃		44	51	511	51099
3029394	Bussy-lès-Poix	bussy-les-poix	FR	80290	91	Europe/Paris	49.81997	2.01868		Bussy,Bussy-les-Poix,Bussy-lès-Poix		32	80	802	80157
3029395	Bussy-lès-Daours	bussy-les-daours	FR	80800	335	Europe/Paris	49.9099	2.43191		Bussy,Bussy-les-Daours,Bussy-lès-Daours		32	80	802	80156
3029396	Bussy-le-Repos	bussy-le-repos	FR	51330	107	Europe/Paris	48.8996	4.75932		Bussy,Bussy-le-Repos		44	51	514	51098
3029397	Bussy-le-Repos	bussy-le-repos	FR	51330	363	Europe/Paris	48.05	3.23333		Bussy		27	89	893	89060
3029398	Bussy-le-Grand	bussy-le-grand	FR	21150	265	Europe/Paris	47.57489	4.51512		Bussy,Bussy-le-Grand		27	21	213	21122
3029399	Bussy-le-Château	bussy-le-chateau	FR	51600	168	Europe/Paris	49.06325	4.54273		Bisi le Shato,Bjussi-le-Shato,Bussy,Bussy-le-Chateau,Bussy-le-Château,Bussy-les-Mottes,bi xi lai sha tuo,Биси ле Шато,Бюссі-ле-Шато,比西莱沙托		44	51	511	51097
3029400	Bussy-la-Pesle	bussy-la-pesle	FR	21540	51	Europe/Paris	47.36726	4.70559		Bussy,Bussy-la-Pesle		27	21	212	21121
3029401	Bussy-la-Pesle	bussy-la-pesle	FR	21540	48	Europe/Paris	47.26488	3.47434		Bussy,Bussy-la-Pesle		27	58	582	58043
3029403	Bussy-en-Othe	bussy-en-othe	FR	89400	771	Europe/Paris	48.01942	3.51372		Bussy,Bussy-en-Othe		27	89	893	89059
3029405	Bussy-Albieux	bussy-albieux	FR	42260	457	Europe/Paris	45.79407	4.03288		Bussy,Bussy-Albieu,Bussy-Albieux		84	42	421	42030
3029408	Bussy	bussy	FR	18130	261	Europe/Paris	49.62534	2.98232		Bussy		32	60	603	60117
3029409	Bussy	bussy	FR	18130	0	Europe/Paris	47.40381	2.886				24	18	181	18020
3029410	Bussy	bussy	FR	18130	0	Europe/Paris	46.90364	2.62148		Bussy		24	18	182	18040
3029412	Bussus-Bussuel	bussus-bussuel	FR	80135	252	Europe/Paris	50.11088	1.99914		Bussus,Bussus-Bussuel		32	80	801	80155
3029415	Bussu	bussu	FR	80200	216	Europe/Paris	49.93333	2.96667		Bussu		32	80	804	80154
3029416	Busson	busson	FR	52700	43	Europe/Paris	48.32604	5.35896		Busson		44	52	521	52084
3029420	Bussières-et-Pruns	bussieres-et-pruns	FR	63260	125	Europe/Paris	46.00637	3.23189		Bussieres,Bussieres-et-Pruns,Bussières,Bussières-et-Pruns		84	63	634	63061
3029421	Bussière-Saint-Georges	bussiere-saint-georges	FR	23600	185	Europe/Paris	46.40239	2.13426		Bisjer Sen Zhorzh,Bjus'er-Sen-Zhorzh,Bussiera de Nosarinas,Bussiere,Bussiere Sent Jorge,Bussiere-Nouvelle,Bussiere-Saint-Georges,Bussière,Bussière-Nouvelle,Bussière-Saint-Georges,Bussiére Sent Jòrge,bi xi ai sheng ruo er re,Бисјер Сен Жорж,Бюсьер-Сен-Жорж,Бюсьєр-Сен-Жорж,比西埃圣若尔热		75	23	231	23038
3029422	Bussières	bussieres	FR	21580	489	Europe/Paris	48.9228	3.23448		Bussieres,Bussières		11	77	771	77057
3029423	Bussières	bussieres	FR	21580	51	Europe/Paris	47.66279	4.96537		Bussieres,Bussières		27	21	212	21119
3029424	Bussières	bussieres	FR	21580	114	Europe/Paris	47.42637	4.06212		Bussieres,Bussières		27	89	892	89058
3029425	Bussières	bussieres	FR	21580	291	Europe/Paris	47.33801	5.974		Bussieres,Bussières		27	70	702	70107
3029426	Bussières	bussieres	FR	21580	560	Europe/Paris	46.33753	4.70824		Bussieres,Bussières		27	71	715	71069
3029427	Bussières	bussieres	FR	21580	0	Europe/Paris	46.0704	2.63318		Bussieres,Bussieres-pres-Pionsat,Bussières,Bussières-près-Pionsat		84	63	634	63060
3029428	Bussières	bussieres	FR	21580	1326	Europe/Paris	45.8357	4.27123		Bussieres,Bussières		84	42	422	42029
3029429	Bussière-Poitevine	bussiere-poitevine	FR	87320	1007	Europe/Paris	46.23537	0.90481		Bussiere,Bussiere-Poitevine,Bussiere-Portevine,Bussiere-l'Egalite,Bussière,Bussière-Poitevine,Bussière-Portevine,Bussière-l'Egalité		75	87	871	87028
3029430	Bussière-Nouvelle	bussiere-nouvelle	FR	23700	108	Europe/Paris	46.01956	2.42712		Bussiere,Bussiere-Nouvelle,Bussière,Bussière-Nouvelle		75	23	231	23037
3029432	Bussière-Galant	bussiere-galant	FR	87230	1426	Europe/Paris	45.6269	1.03636		Bisjer Galan,Bjus'er-Galan,Bussiera Galand,Bussiera e Sent Nicolau,Bussiere-Galant,Bussière-Galant,bi xi ai jia lang,Бисјер Галан,Бюсьер-Галан,Бюсьєр-Галан,比西埃加朗		75	87	872	87027
3029433	Bussière-Dunoise	bussiere-dunoise	FR	23320	1095	Europe/Paris	46.25845	1.76228		Bussiere,Bussiere-Dunoise,Bussière,Bussière-Dunoise		75	23	232	23036
3029434	Bussière-Boffy	bussiere-boffy	FR	87330	348	Europe/Paris	46.05054	0.8544		Bussiere,Bussiere-Boffy,Bussière,Bussière-Boffy		75	87	871	87097
3029435	Bussière-Badil	bussiere-badil	FR	24360	516	Europe/Paris	45.65135	0.60517		Bisjer Badij,Bjus'er-Badij,Bjus'er-Badil',Bussiera Badiu,Bussiera de Badiu,Bussiere-Badil,Bussieres-Badil,Bussière-Badil,bi xi ai ba di,Бисјер Бадиј,Бюсьер-Бадий,Бюсьер-Бадиль,Бюсьєр-Бадій,比西埃巴迪		75	24	242	24071
3029443	Bussiares	bussiares	FR	02810	102	Europe/Paris	49.09047	3.25607		Bussiares		32	02	021	02137
3029446	Busset	busset	FR	03270	878	Europe/Paris	46.06185	3.51262		Bise,Bjusse,Bocac dArona,Boçac dArona,Busset,bi sai,Бисе,Бюссе,比塞		84	03	033	03045
3029448	Busserotte-et-Montenaille	busserotte-et-montenaille	FR	21580	31	Europe/Paris	47.66292	4.97721		Busserotte,Busserotte-et-Montenaille		27	21	212	21118
3029449	Busserolles	busserolles	FR	24360	547	Europe/Paris	45.67656	0.64209		Biserol,Bjusrol',Bjusserol',Bussairola,Bussairòla,Busserolles,bi se luo lai,Бисерол,Бюсроль,Бюссероль,比瑟罗莱		75	24	242	24070
3029451	Busséol	busseol	FR	63270	198	Europe/Paris	45.69078	3.25394		Busseol,Busséol		84	63	632	63059
3029456	Busseaut	busseaut	FR	21510	56	Europe/Paris	47.7369	4.64845		Busseaut		27	21	213	21117
3029462	Bussang	bussang	FR	88540	1803	Europe/Paris	47.88449	6.85272		Bisan,Bjussan,Bussang,bi sang,Бисан,Бюссан,比桑		44	88	881	88081
3029463	Bus-Saint-Rémy	bus-saint-remy	FR	27630	291	Europe/Paris	49.14664	1.62158		Bus,Bus-Saint-Remy,Bus-Saint-Rémy		28	27	271	27213
3029464	Bussac-Forêt	bussac-foret	FR	17210	933	Europe/Paris	45.21276	-0.37017		Bussac,Bussac-Foret,Bussac-Forêt		75	17	171	17074
3029465	Bussac-sur-Charente	bussac-sur-charente	FR	17100	1215	Europe/Paris	45.78333	-0.63333		Bisak sir Sharant,Bjussak-sjur-Sharant,Byusak syur Sarant,sha lang te he pan bi sa ke,Бисак сир Шарант,Бюссак-сюр-Шарант,Բյուսակ սյուր Շարանտ,沙朗特河畔比萨克		75	17	174	17073
3029466	Bussac	bussac	FR	24350	0	Europe/Paris	45.2617	3.17523				84	15	153	15119
3029467	Bussac	bussac	FR	24350	342	Europe/Paris	45.27253	0.6071		Bussac		75	24	242	24069
3029468	Bussac	bussac	FR	24350	0	Europe/Paris	45.10515	3.63381				84	43	431	43239
3029469	Bussac	bussac	FR	24350	0	Europe/Paris	44.46667	0.76667				75	47	473	47175
3029470	Busque	busque	FR	81300	617	Europe/Paris	43.78223	1.9598				76	81	812	81043
3029473	Busnes	busnes	FR	62350	1335	Europe/Paris	50.58781	2.51827		Beunes,Bin,Bjun,bi ne,bwsnys,Бин,Бюн,بوسنيس,比讷		32	62	622	62190
3029475	Busloup	busloup	FR	41160	397	Europe/Paris	47.89437	1.13229		Buloup,Busloup		24	41	412	41028
3029476	Bus-la-Mésière	bus-la-mesiere	FR	80700	129	Europe/Paris	49.63689	2.71578		Bus,Bus-la-Mesiere,Bus-la-Mésière		32	80	803	80152
3029477	Busigny	busigny	FR	59137	2489	Europe/Paris	50.03424	3.46713		Bizini,Bjuzin'i,Busigny,bi xi ni,Бизињи,Бюзиньи,Бюзіньї,比西尼		32	59	592	59118
3029478	Buschwiller	buschwiller	FR	68220	924	Europe/Paris	47.55879	7.50744		Buschwiller		44	68	684	68061
3029480	Bus	bus	FR	62124	108	Europe/Paris	50.06401	2.96583		Bus		32	62	621	62189
3029481	Burzy	burzy	FR	71460	63	Europe/Paris	46.59703	4.58179		Burzy		27	71	715	71068
3029482	Burzet	burzet	FR	07450	517	Europe/Paris	44.73985	4.24446		Birze,Bjurze,Burzet,bi er ze,Бирзе,Бюрзе,比尔泽		84	07	071	07045
3029483	Bury	bury	FR	60250	3027	Europe/Paris	49.31307	2.34401		Bury		32	60	602	60116
3029486	Burtoncourt	burtoncourt	FR	57220	179	Europe/Paris	49.22428	6.41305		Burtoncourt		44	57	579	57121
3029488	Burthecourt-aux-Chênes	burthecourt-aux-chenes	FR	54210	96	Europe/Paris	48.58486	6.24787		Burthecourt,Burthecourt-aux-Chenes,Burthecourt-aux-Chênes		44	54	543	54108
3029489	Bursard	bursard	FR	61500	197	Europe/Paris	48.5381	0.21256		Bursard		28	61	611	61068
3029491	Burret	burret	FR	09000	25	Europe/Paris	42.95399	1.47958		Burret		76	09	091	09068
3029570	Bully	bully	FR	42260	1906	Europe/Paris	45.85113	4.58328		Bully		84	69	692	69032
3029571	Bullou	bullou	FR	28160	213	Europe/Paris	48.24033	1.25041		Bullou		24	28	282	28127
3029493	Burosse-Mendousse	burosse-mendousse	FR	64330	78	Europe/Paris	43.51667	-0.21667		Biros Mandus,Bjuros-Mandus,Bjuross-Manduss,Burossa e Mendossa,Burossa-Mendossa,Burosse,Burosse-Mandousse,Burosse-Mendousse,Buròssa e Mendossa,Buròssa-Mendossa,bi luo si mang du si,Бирос Мандус,Бюрос-Мандус,Бюросс-Мандусс,比罗斯芒杜斯		75	64	643	64153
3029494	Buros	buros	FR	64160	1528	Europe/Paris	43.35256	-0.30959		Biro,Bjuros,Buros,Buròs,Биро,Бюрос		75	64	643	64152
3029498	Burnhaupt-le-Haut	burnhaupt-le-haut	FR	68520	1562	Europe/Paris	47.73162	7.14437		Bjurno-le-O,Burnhaupt-le-Haut,Burnkhaupt le O,Oberburnhaupt,bi er nuo pu lai ao,Бурнхаупт ле О,Бюрно-ле-О,比尔诺普莱奥		44	68	686	68060
3029499	Burnhaupt-le-Bas	burnhaupt-le-bas	FR	68520	1298	Europe/Paris	47.71764	7.16148		Bjurno-le-Ba,Burnhaupt,Burnhaupt-le-Bas,Burnkhaupt le Bas,Niederburnhaupt,bi er nuo pu lai ba,Бурнхаупт ле Бас,Бюрно-ле-Ба,比尔诺普莱巴		44	68	686	68059
3029500	Burnevillers	burnevillers	FR	25470	43	Europe/Paris	47.3295	7.00733		Burnevillers		27	25	252	25102
3029502	Burnand	burnand	FR	71460	126	Europe/Paris	46.59405	4.62988		Burnand		27	71	712	71067
3029503	Burlats	burlats	FR	81100	1938	Europe/Paris	43.63641	2.31818		Burlats		76	81	812	81042
3029504	Buriville	buriville	FR	54450	40	Europe/Paris	48.53939	6.70886		Buriville		44	54	542	54107
3029505	Burie	burie	FR	17770	1355	Europe/Paris	45.77273	-0.42289		Biri,Bjuri,Byuri,bi li ye,Бири,Бюри,Бюрі,Բյուրի,比里耶		75	17	174	17072
3029507	Burgy	burgy	FR	71260	89	Europe/Paris	46.46401	4.8323		Burgy		27	71	715	71066
3029509	Burgnac	burgnac	FR	87800	558	Europe/Paris	45.72593	1.15113		Burgnac		75	87	872	87025
3029510	Burgille	burgille	FR	25170	342	Europe/Paris	47.26756	5.77541		Burgille		27	25	251	25101
3029512	Burgaronne	burgaronne	FR	64390	0	Europe/Paris	43.4124	-0.9082		Bergarona,Birgaron,Bjurgaron,Bjurgaronn,bi er jia long,Биргарон,Бюргарон,Бюргаронн,比尔加龙		75	64	642	64151
3029514	Burgalays	burgalays	FR	31440	133	Europe/Paris	42.89282	0.62907		Burgalays		76	31	312	31092
3029516	Burg	burg	FR	65190	284	Europe/Paris	43.18976	0.32583		Burg		76	65	653	65113
3029517	Burey-la-Côte	burey-la-cote	FR	55140	73	Europe/Paris	48.50292	5.70054		Burey,Burey-la-Cote,Burey-la-Côte		44	55	552	55089
3029518	Burey-en-Vaux	burey-en-vaux	FR	55140	125	Europe/Paris	48.56283	5.66938		Bjure-an-Vo,Burej an Vo,Burey,Burey-en-Vaux,wo de qu bi lei,Буреј ан Во,Бюре-ан-Во,沃地区比雷		44	55	552	55088
3029519	Burey	burey	FR	27190	303	Europe/Paris	48.98453	0.95168		Burey		28	27	273	27120
3029522	Bures-sur-Yvette	bures-sur-yvette	FR	91440	10411	Europe/Paris	48.69981	2.17064		Bir sir Ivet,Bjur-sjur-Ivett,Bures,Bures-Orsay,Bures-sur-Yvette,yi wei te he pan bi er,Бир сир Ивет,Бюр-сюр-Іветт,Бюр-сюр-Иветт,伊维特河畔比尔		11	91	913	91122
3029524	Bures-les-Monts	bures-les-monts	FR	14350	114	Europe/Paris	48.94953	-0.96774		Bures,Bures-les-Monts		28	14	144	14061
3029525	Bures-en-Bray	bures-en-bray	FR	76660	272	Europe/Paris	49.77829	1.33452		Bures,Bures-en-Bray		28	76	761	76148
3029526	Bures	bures	FR	54370	52	Europe/Paris	48.69368	6.5757		Bures		44	54	542	54106
3029527	Bures	bures	FR	54370	148	Europe/Paris	48.56303	0.39874		Bures		28	61	611	61067
3029529	Burelles	burelles	FR	02140	156	Europe/Paris	49.78216	3.8972		Birel,Bjurel',Burelles,bi lei lei,Бирел,Бюрель,比雷勒		32	02	025	02136
3029530	Bure-les-Templiers	bure-les-templiers	FR	21290	158	Europe/Paris	47.73739	4.89627		Bir le Templije,Bjur-le-Tamplie,Bure,Bure-les-Templiers,bi er lai tang pu li ye er,byuru=re=tanpurie,Бир ле Темплије,Бюр-ле-Тамплие,Бюр-ле-Тампліє,ビュル＝レ＝タンプリエ,比尔莱唐普利耶尔		27	21	213	21116
3029540	Buré	bure	FR	55290	103	Europe/Paris	48.5172	0.40635		Bure,Buré,bwry,بوري		28	61	611	61066
3029541	Bure	bure	FR	55290	86	Europe/Paris	48.504	5.35704		Bure		44	55	551	55087
3029543	Burdignin	burdignin	FR	74420	660	Europe/Paris	46.22142	6.42352		Birdinen,Bjurdin'en,Bordegnin,Burdeninum,Burdignin,Bôrdegnin,Бирдињен,Бюрдіньєн		84	74	744	74050
3029544	Burdignes	burdignes	FR	42220	345	Europe/Paris	45.2695	4.56339		Burdignes		84	42	423	42028
3029545	Burcy	burcy	FR	14410	365	Europe/Paris	48.86715	-0.8025		Burcy		28	14	144	14726
3029546	Burcy	burcy	FR	14410	196	Europe/Paris	48.23799	2.52283		Burcy		11	77	774	77056
3029547	Burcin	burcin	FR	38690	399	Europe/Paris	45.43115	5.43704		Burcin		84	38	382	38063
3029548	Burbure	burbure	FR	62151	2898	Europe/Paris	50.53663	2.46897		Birbir,Bjurbjur,Burbure,bi er bi er,bwrbwry,Бирбир,Бюрбюр,بوربوري,比尔比尔		32	62	622	62188
3029550	Burbach	burbach	FR	67260	330	Europe/Paris	48.90145	7.11214		Burbach		44	67	674	67070
3029552	Buoux	buoux	FR	84480	123	Europe/Paris	43.83126	5.37721		Biju,Bjuu,Buous,Buoux,Buòus,bi wu,Бију,Бюу,比乌		93	84	841	84023
3029553	Bunzac	bunzac	FR	16110	320	Europe/Paris	45.70126	0.35149		Benzak,Binzak,Bjonzak,Bunzac,ban zha ke,Бензак,Бинзак,Бёнзак,班扎克		75	16	161	16067
3029554	Bunus	bunus	FR	64120	148	Europe/Paris	43.20976	-1.06938		Bini,Bjunjus,Bunus,Bunuze,bi ni,Бини,Бюнюс,比尼		75	64	641	64150
3029556	Buno-Bonnevaux	buno-bonnevaux	FR	91720	546	Europe/Paris	48.35625	2.38677		Bino Bonvo,Bjuno-Bonnvo,Buno,Buno-Bonnevaux,bi nuo bo na wo,Бино Бонво,Бюно-Боннво,比诺博纳沃		11	91	912	91121
3029558	Buneville	buneville	FR	62130	144	Europe/Paris	50.32474	2.35795		Buneville		32	62	621	62187
3029559	Buncey	buncey	FR	21400	398	Europe/Paris	47.82231	4.56336		Buncey		27	21	213	21115
3029562	Bun	bun	FR	65400	126	Europe/Paris	42.97533	-0.15757		Bun		76	65	651	65112
3029563	Bult	bult	FR	88700	245	Europe/Paris	48.29418	6.60627		Bult		44	88	881	88080
3029564	Bulson	bulson	FR	08450	123	Europe/Paris	49.6272	4.91633		Bulson		44	08	083	08088
3029566	Bully-les-Mines	bully-les-mines	FR	62160	11975	Europe/Paris	50.4438	2.72703		Bili le Men,Bjulli-le-Min,Bully,Bully-les-Mines,bi li lai mi ne,bwly lyh mynys,Били ле Мен,Бюлли-ле-Мин,Бюллі-ле-Мін,بولي ليه مينيس,比利莱米讷		32	62	627	62186
3029567	Bully	bully	FR	42260	811	Europe/Paris	49.72679	1.36952		Bully		28	76	761	76147
3029568	Bully	bully	FR	42260	1175	Europe/Paris	49.10155	-0.40825		Bully		28	14	142	14266
3029569	Bully	bully	FR	42260	0	Europe/Paris	45.92689	4.00285		Bully		84	42	422	42027
3029572	Bullion	bullion	FR	78830	1931	Europe/Paris	48.62285	1.99024		Bullion		11	78	782	78120
3029573	Bulligny	bulligny	FR	54113	485	Europe/Paris	48.57625	5.85143		Bilini,Bjullin'i,Bulligny,bi li ni,Билињи,Бюллиньи,Бюлліньї,比利尼		44	54	544	54105
3029575	Bulles	bulles	FR	60130	924	Europe/Paris	49.45948	2.32566		Bulles		32	60	602	60115
3029576	Bullecourt	bullecourt	FR	62128	256	Europe/Paris	50.19125	2.92814		Bilkur,Bjullekur,Bullecourt,bi lei ku er,bwlykwrt,Билкур,Бюллекур,بوليكورت,比勒库尔		32	62	621	62185
3029577	Bulle	bulle	FR	25560	357	Europe/Paris	46.89451	6.2235				27	25	253	25100
3029578	Bullainville	bullainville	FR	28800	86	Europe/Paris	48.17084	1.50977		Bullainville		24	28	282	28065
3029579	Bulhon	bulhon	FR	63350	375	Europe/Paris	45.8945	3.38522		Bulhon		84	63	635	63058
3029580	Bulgnéville	bulgneville	FR	88140	1433	Europe/Paris	48.20694	5.8343		Bjul'n'evil',Bulgneville,Bulgnéville,Bulnevil,bi er ge wei er,Булњевил,Бюльньевиль,Бюльньєвіль,比尔格维尔		44	88	882	88079
3029582	Buléon	buleon	FR	56420	452	Europe/Paris	47.93462	-2.67673		Buelion,Buleon,Buléon		53	56	562	56027
3029583	Bulcy	bulcy	FR	58400	138	Europe/Paris	47.24229	3.02857		Bulcy		27	58	584	58042
3029584	Bulat-Pestivien	bulat-pestivien	FR	22160	453	Europe/Paris	48.42827	-3.33067		Bjula-Pestiv'jan,Bjula-Pestivjan,Bjulat-Pestiv'en,Brila Pestivjen,Bulad-Pestivien,Bulat,Bulat-Pestivien,bi la pei si di wei an,Брила Пестивјен,Бюла-Пестивьян,Бюла-Пестівян,Бюлат-Пестивьен,比拉佩斯蒂维安		53	22	222	22023
3029585	Bulan	bulan	FR	65130	86	Europe/Paris	43.03978	0.27889		Bulan		76	65	652	65111
3029587	Bujaleuf	bujaleuf	FR	87460	969	Europe/Paris	45.79673	1.62828		Bujaleuf		75	87	872	87024
3029590	Buissy	buissy	FR	62860	232	Europe/Paris	50.20599	3.03941		Buissy		32	62	621	62184
3029595	Buissoncourt	buissoncourt	FR	54110	194	Europe/Paris	48.67723	6.34508		Buissoncourt		44	54	543	54104
3029596	Buisson	buisson	FR	84110	0	Europe/Paris	47.55977	4.0044				27	89	892	89008
3029597	Buisson	buisson	FR	84110	0	Europe/Paris	45.56444	3.52286				84	63	631	63142
3029598	Buisson	buisson	FR	84110	0	Europe/Paris	45.10636	4.55334				84	07	073	07309
3029599	Buisson	buisson	FR	84110	285	Europe/Paris	44.28011	4.99776		Buisson		93	84	843	84022
3029741	Brusque	brusque	FR	12360	380	Europe/Paris	43.76826	2.94976		Brusque		76	12	121	12039
3029602	Buissard	buissard	FR	05500	110	Europe/Paris	44.65708	6.14537		Bisar,Bjuissar,Boissard,Buissard,bi yi sa er,Бисар,Бюиссар,Бюїссар,比伊萨尔		93	05	052	05025
3029603	Buis-les-Baronnies	buis-les-baronnies	FR	26170	2497	Europe/Paris	44.27647	5.27187		Bi le Baroni,Bjui-le-Baronni,Buis,Buis-les-Baronnies,Le Buis-les-Baronnies,Lo Bois,Lo Bois dei Baronias,Lo Bois dei Baroniás,bi yi lai ba luo nie,Би ле Барони,Бюї-ле-Баронні,比伊莱巴罗涅		84	26	262	26063
3029606	Buironfosse	buironfosse	FR	02620	1209	Europe/Paris	49.96659	3.83587		Bironfos,Bjuironfos,Bjuironfoss,Buironfosse,bi long fu si,Биронфос,Бюиронфос,Бюїронфосс,比龙福斯		32	02	025	02135
3029607	Buire-sur-l'Ancre	buire-sur-l-ancre	FR	80300	0	Europe/Paris	49.96517	2.59152		Buire,Buire-sur-l'Ancre		32	80	804	80151
3029608	Buire-le-Sec	buire-le-sec	FR	62870	803	Europe/Paris	50.3843	1.83251		Bir le Sek,Bjuir-le-Sek,Buire,Buire-lSe,Buire-lSé,Buire-le-Sec,bi er lei sai ke,bywry ly syk,Бир ле Сек,Бюир-ле-Сек,Бюїр-ле-Сек,بيوري لي سيك,比尔勒塞克		32	62	624	62183
3029609	Buire-Courcelles	buire-courcelles	FR	80200	293	Europe/Paris	49.92699	3.0146		Buire,Buire-Courcelles		32	80	804	80150
3029610	Buire-au-Bois	buire-au-bois	FR	62390	215	Europe/Paris	50.26243	2.15114		Buire,Buire-au-Bois		32	62	621	62182
3029611	Buire	buire	FR	02500	904	Europe/Paris	49.90301	4.05499		Buire		32	02	025	02134
3029612	Buigny-Saint-Maclou	buigny-saint-maclou	FR	80132	534	Europe/Paris	50.15526	1.81349		Buigny,Buigny-Saint-Maclou		32	80	801	80149
3029613	Buigny-lès-Gamaches	buigny-les-gamaches	FR	80220	400	Europe/Paris	50.024	1.56691		Bini le Gamash,Bjuin'i-le-Gamash,Boegny-les-Gamache,Boégny-lès-Gamache,Buigny,Buigny-les-Gamaches,Buigny-lès-Gamaches,bi ni lai jia ma shen,Бињи ле Гамаш,Бюїньї-ле-Гамаш,比尼莱加马什		32	80	801	80148
3029614	Buigny-l'Abbé	buigny-l-abbe	FR	80132	0	Europe/Paris	50.09849	1.93651		Buigny,Buigny-l'Abbe,Buigny-l'Abbé		32	80	801	80147
3029615	Buicourt	buicourt	FR	60380	139	Europe/Paris	49.54088	1.82074		Buicourt		32	60	601	60114
3029616	Buhy	buhy	FR	95770	283	Europe/Paris	49.19341	1.69148		Biji,Bjui,Buhy,bi yi,Бији,Бюи,Бюї,比伊		11	95	953	95119
3029618	Buhl-Lorraine	buhl-lorraine	FR	57400	0	Europe/Paris	48.72517	7.08481		Buhl,Buhl-Lorraine		44	57	575	57119
3029619	Buhl	buhl	FR	67470	0	Europe/Paris	48.91652	8.00577				44	67	672	67069
3029620	Buhl	buhl	FR	67470	3223	Europe/Paris	47.92806	7.18719		Buhl		44	68	686	68058
3029623	Bugny	bugny	FR	25520	121	Europe/Paris	46.9954	6.35068		Bugny		27	25	253	25099
3029625	Bugnières	bugnieres	FR	52210	151	Europe/Paris	47.94319	5.10172		Bugnieres,Bugnières		44	52	521	52082
3029626	Bugnicourt	bugnicourt	FR	59151	899	Europe/Paris	50.29143	3.15524		Bugnicourt		32	59	593	59117
3029627	Bugnein	bugnein	FR	64190	262	Europe/Paris	43.35259	-0.78231		Binen,Bjun'en,Bugnein,Bunhenh,bi nian,Бињен,Бюньен,Бюньєн,比年		75	64	642	64149
3029637	Bugeat	bugeat	FR	19170	1014	Europe/Paris	45.59809	1.92727		Bizha,Bjuzha,Bugeat,Bujac,bi ya,Бижа,Бюжа,比雅		75	19	193	19033
3029639	Bugard	bugard	FR	65220	85	Europe/Paris	43.25838	0.3136		Bugard		76	65	653	65110
3029641	Bugarach	bugarach	FR	11190	186	Europe/Paris	42.87714	2.3505		Bigarash,Bjugarash,Bugarach,Burgarag,bi jia la shen,bwgharash,byugarasshu,Бигараш,Бюгараш,بوغاراش,ビュガラッシュ,比加拉什		76	11	112	11055
3029642	Buffon	buffon	FR	21500	175	Europe/Paris	47.65125	4.27647		Buffon		27	21	213	21114
3029643	Buffignécourt	buffignecourt	FR	70500	130	Europe/Paris	47.81261	6.01758		Buffignecourt,Buffignécourt		27	70	702	70106
3029644	Buffières	buffieres	FR	71250	236	Europe/Paris	46.42969	4.53778		Buffieres,Buffières		27	71	715	71065
3029648	Buffard	buffard	FR	25440	138	Europe/Paris	47.03625	5.8247		Buffard		27	25	251	25098
3029652	Buethwiller	buethwiller	FR	68210	234	Europe/Paris	47.6563	7.14927		Buethwiller		44	68	681	68057
3029736	Brusson	brusson	FR	51300	177	Europe/Paris	48.74885	4.70287		Brusson		44	51	514	51094
3029654	Buellas	buellas	FR	01310	1594	Europe/Paris	46.2111	5.1322		Bijela,Bjuehlla,Bjuella,Buellas,Byuella,bu ai la si,bwylas,Бијела,Бюелла,Бюэлла,Բյուելլա,بويلاس,布埃拉斯		84	01	012	01065
3029655	Bueil	bueil	FR	27730	1480	Europe/Paris	48.93189	1.44257		Bueil		28	27	271	27119
3029656	Bueil	bueil	FR	27730	0	Europe/Paris	48.36306	0.84223				28	61	613	61116
3029660	Bué	bue	FR	18300	351	Europe/Paris	47.3099	2.79239		Bue,Bué		24	18	181	18039
3029661	Budos	budos	FR	33720	657	Europe/Paris	44.53359	-0.38573		Bido,Bjudos,Budos,Budòs,bi duo,Бидо,Бюдос,比多		75	33	333	33076
3029662	Budling	budling	FR	57970	160	Europe/Paris	49.34717	6.35497		Budling		44	57	577	57118
3029663	Buding	buding	FR	57920	485	Europe/Paris	49.33344	6.32158		Buding		44	57	577	57117
3029664	Budelière	budeliere	FR	23170	752	Europe/Paris	46.22026	2.46803		Budeliere,Budelière		75	23	231	23035
3029666	Bucy-Saint-Liphard	bucy-saint-liphard	FR	45140	229	Europe/Paris	47.93569	1.76493		Bisi Sen Lifar,Bjusi-Sen-Lifar,Bucy,Bucy-Saint-Liphard,bi xi sheng li fa er,Биси Сен Лифар,Бюсі-Сен-Ліфар,比西圣利法尔		24	45	452	45059
3029667	Bucy-lès-Pierrepont	bucy-les-pierrepont	FR	02350	421	Europe/Paris	49.64667	3.90214		Bucy,Bucy-les-Pierrepont,Bucy-lès-Pierrepont		32	02	022	02133
3029668	Bucy-lès-Cerny	bucy-les-cerny	FR	02870	172	Europe/Paris	49.58202	3.51702		Bucy,Bucy-les-Cerny,Bucy-lès-Cerny		32	02	022	02132
3029669	Bucy-le-Roi	bucy-le-roi	FR	45410	186	Europe/Paris	48.06099	1.91496		Bisi le Roa,Bjusi-le-Rua,Bucy,Bucy-la-Republique,Bucy-la-République,Bucy-le-Roi,bi xi lai lu wa,Биси ле Роа,Бюсі-ле-Руа,比西莱鲁瓦		24	45	452	45058
3029670	Bucy-le-Long	bucy-le-long	FR	02880	1996	Europe/Paris	49.39072	3.39582		Bucy,Bucy-le-Long		32	02	024	02131
3029673	Bucquoy	bucquoy	FR	62116	1297	Europe/Paris	50.13973	2.71036				32	62	621	62181
3029674	Bucilly	bucilly	FR	02500	242	Europe/Paris	49.87788	4.09307		Bucilly		32	02	025	02130
3029677	Buchy	buchy	FR	57420	1267	Europe/Paris	49.58513	1.35852		Buchy		28	76	763	76146
3029678	Buchy	buchy	FR	57420	78	Europe/Paris	48.979	6.27865		Buchy		44	57	579	57116
3029682	Buchères	bucheres	FR	10800	1375	Europe/Paris	48.23508	4.1131		Bucheres,Buchères		44	10	103	10067
3029684	Buchelay	buchelay	FR	78200	2325	Europe/Paris	48.97926	1.67026		Bishle,Bjushle,Buchelay,Бишле,Бюшле		11	78	781	78118
3029686	Bucey-lès-Traves	bucey-les-traves	FR	70360	95	Europe/Paris	47.62601	5.98189		Bucey,Bucey-les-Traves,Bucey-lès-Traves		27	70	702	70105
3029687	Bucey-lès-Gy	bucey-les-gy	FR	70700	610	Europe/Paris	47.42293	5.84281		Bucey,Bucey-les-Gy,Bucey-lès-Gy		27	70	702	70104
3029688	Bucey-en-Othe	bucey-en-othe	FR	10190	344	Europe/Paris	48.25789	3.86959		Bisej an Ot,Bjuse-an-Ot,Bucey,Bucey-en-Othe,ao te de qu bi sai,Бисеј ан От,Бюсе-ан-От,奥特地区比塞		44	10	103	10066
3029690	Bucéels	buceels	FR	14250	369	Europe/Paris	49.19113	-0.63858		Buceels,Bucéels		28	14	141	14111
3029692	Bucamps	bucamps	FR	60480	133	Europe/Paris	49.52446	2.31978		Bucamps		32	60	602	60113
3029695	Buc	buc	FR	78530	6120	Europe/Paris	48.77627	2.12577				11	78	784	78117
3029696	Buc	buc	FR	78530	329	Europe/Paris	47.61489	6.786		Buc		27	90	901	90020
3029697	Bubry	bubry	FR	56310	2523	Europe/Paris	47.96345	-3.17347		Bibri,Bjubri,Bubri,Bubry,bi bu li,Бибри,Бюбри,Бюбрі,比布里		53	56	561	56026
3029701	Bubertré	bubertre	FR	61190	147	Europe/Paris	48.59663	0.60131		Bubertre,Bubertré		28	61	613	61491
3029702	Buanes	buanes	FR	40320	215	Europe/Paris	43.71052	-0.42161		Buanes		75	40	402	40057
3029704	Buais	buais	FR	50640	626	Europe/Paris	48.52284	-0.97015		Buais		28	50	501	50090
3029705	Bû	bu	FR	28410	1790	Europe/Paris	48.79705	1.49702		Bi,Bju,Bu,Bû,bi zhen,Би,Бю,比镇		24	28	283	28064
3029706	Bry-sur-Marne	bry-sur-marne	FR	94360	16226	Europe/Paris	48.83811	2.52488		Bri na Marni,Bri-sjur-Marn,Bry,Bry-sur-Marne,ma en he pan bu li,Бри на Марни,Бри-сюр-Марн,Брі-сюр-Марн,برے-سر-مرنے,马恩河畔布里		11	94	942	94015
3029708	Brias	brias	FR	62130	242	Europe/Paris	50.4097	2.3799		Brija,Brios,Bryas,bryas,bu li ya,Брия,Брија,Брія,برياس,布里亚		32	62	621	62180
3029709	Bry	bry	FR	59144	356	Europe/Paris	50.31962	3.67628		Bry		32	59	591	59116
3029712	Gilhac-et-Bruzac	gilhac-et-bruzac	FR	07800	122	Europe/Paris	44.85903	4.75287				84	07	072	07094
3029713	Bruz	bruz	FR	35170	14533	Europe/Paris	48.02459	-1.74709		Briz,Brju,Brjuz,Bruxa,Bruz,Бриз,Брю,Брюз		53	35	353	35047
3029714	Bruys	bruys	FR	02220	19	Europe/Paris	49.27012	3.56429		Bruys		32	02	024	02129
3029715	Bruyères-sur-Oise	bruyeres-sur-oise	FR	95820	3619	Europe/Paris	49.15756	2.32577		Brijer sir Oaz,Brjuer-sjur-Uaz,Bruyeres,Bruyeres-sur-Oise,Bruyères,Bruyères-sur-Oise,wa ci he pan bu lu yi ai lei,Бријер сир Оаз,Брюер-сюр-Уаз,Брюєр-сюр-Уаз,瓦兹河畔布吕伊埃雷		11	95	953	95116
3029716	Bruyères-sur-Fère	bruyeres-sur-fere	FR	02130	221	Europe/Paris	49.18904	3.44297		Bruyeres,Bruyeres-sur-Fere,Bruyères,Bruyères-sur-Fère		32	02	021	02127
3029717	Bruyères-le-Châtel	bruyeres-le-chatel	FR	91680	3184	Europe/Paris	48.58868	2.18991		Brijer le Shatel,Brjuer-le-Shatel',Bruyeres,Bruyeres-Libre,Bruyeres-le-Chatel,Bruyères,Bruyères-Libre,Bruyères-le-Châtel,bu lu yi ai lei lei sha te,Бријер ле Шател,Брюер-ле-Шатель,Брюєр-ле-Шатель,布吕伊埃雷勒沙特		11	91	913	91115
3029718	Bruyères-et-Montbérault	bruyeres-et-montberault	FR	02860	1558	Europe/Paris	49.52535	3.66369		Brijer e Monbero,Brjuer-e-Monbero,Brjujer-eh-Monbero,Bruyeres,Bruyeres e Montberault,Bruyeres-et-Montberault,Bruyères,Bruyères e Montbérault,Bruyères-et-Montbérault,bu lu ye er he meng bei luo,Бријер е Монберо,Брюйер-э-Монберо,Брюєр-е-Монберо,布吕耶尔和蒙贝罗		32	02	022	02128
3029725	Bruyères	bruyeres	FR	88600	3423	Europe/Paris	48.20709	6.71845		Brijer,Brjuer,Bruerium,Bruyeres,Bruyères,bu lu yi ai lei,Бријер,Брюер,Брюєр,布吕伊埃雷		44	88	881	88078
3029726	Bruyères	bruyeres	FR	88600	0	Europe/Paris	46.01903	1.38105				75	87	872	87183
3029730	Brux	brux	FR	86510	721	Europe/Paris	46.23593	0.19306		Brux		75	86	862	86039
3029731	Bruville	bruville	FR	54800	191	Europe/Paris	49.13041	5.91624		Bruville		44	54	541	54103
3029733	Brutelles	brutelles	FR	80230	183	Europe/Paris	50.14155	1.5241		Brutelles		32	80	801	80146
3029734	Brusvily	brusvily	FR	22100	831	Europe/Paris	48.39042	-2.12741		Brusvily,Bruzivili		53	22	221	22021
3029737	Brussieu	brussieu	FR	69690	969	Europe/Paris	45.74819	4.5245		Brussieu		84	69	691	69031
3029739	Brussey	brussey	FR	70150	220	Europe/Paris	47.30087	5.81095		Brussey		27	70	702	70102
3029744	Brunvillers-la-Motte	brunvillers-la-motte	FR	60130	352	Europe/Paris	49.55	2.45		Brunvillers,Brunvillers-la-Motte		32	60	602	60112
3029745	Brunville	brunville	FR	76630	220	Europe/Paris	49.96606	1.26887		Brunville		28	76	761	76618
3029746	Brunstatt	brunstatt	FR	68350	5816	Europe/Paris	47.72131	7.32009		Brjonstat,Brjunstat,Brunshtat,Brunstatt,bu lan si ta,Брунштат,Брюнстат,Брёнстат,布兰斯塔		44	68	684	68056
3029748	Brunoy	brunoy	FR	91800	24096	Europe/Paris	48.6942	2.49223		Brinoa,Brinoj,Brjunua,Brunoy,beulwinua,brwnwa,bu lu nu wa,buryunowa,Бриноа,Бриној,Брюнуа,برونوآ,ブリュノワ,布吕努瓦,브뤼누아		11	91	912	91114
3029750	Bruniquel	bruniquel	FR	82800	598	Europe/Paris	44.05484	1.66391		Borniquel,Borniquèl,Brinikel,Brjunikel',Bruniquel,bu lu ni qu e,Бриникел,Брюнікель,布吕尼屈厄		76	82	822	82026
3029754	Brunet	brunet	FR	04210	0	Europe/Paris	43.13333	5.96667				93	83	832	83137
3029755	Brunet	brunet	FR	04210	232	Europe/Paris	43.89412	6.02995				93	04	044	04035
3029756	Brunémont	brunemont	FR	59151	416	Europe/Paris	50.27276	3.13845		Brunemont,Brunémont		32	59	593	59115
3029757	Brunembert	brunembert	FR	62240	290	Europe/Paris	50.71222	1.89348		Brenamber,Brjunamber,Brunembert,Brunimbert,brwnymbyrt,bu lu nan bei er,Бренамбер,Брюнамбер,برونيمبيرت,布吕南贝尔		32	62	623	62179
3029758	Brunelles	brunelles	FR	28400	507	Europe/Paris	48.3242	0.89335		Brinel,Brjunel',Brunelles,bu lu nei lai,Бринел,Брюнель,布吕内莱		24	28	284	28236
3029760	Brunehamel	brunehamel	FR	02360	513	Europe/Paris	49.77004	4.182		Brunehamel		32	02	025	02126
3029770	Brumetz	brumetz	FR	02810	184	Europe/Paris	49.1019	3.16003		Brumetz		32	02	021	02125
3029771	Brumath	brumath	FR	67170	9459	Europe/Paris	48.73398	7.71095		Brjumat,Broeoemt,Brumat,Brumath,Bröömt,brwmath,bu lu ma,buryumato,Брумат,Брюмат,ברימאט,بروماث,ብሩማት,ブリュマト,布吕马		44	67	672	67067
3029775	Brûlon	brulon	FR	72350	1427	Europe/Paris	47.9686	-0.23484		Brjulon,Brulon,Brûlon,Брулон,Брюлон		52	72	721	72050
3029776	Brullioles	brullioles	FR	69690	610	Europe/Paris	45.7612	4.4992		Brullioles		84	69	691	69030
3029777	Brullemail	brullemail	FR	61390	98	Europe/Paris	48.65628	0.32758		Brullemail		28	61	611	61064
3029778	Bruley	bruley	FR	54200	599	Europe/Paris	48.70677	5.85252		Bruley		44	54	544	54102
3029786	Brulange	brulange	FR	57340	110	Europe/Paris	48.97015	6.5496		Brulange		44	57	573	57115
3029787	Brûlain	brulain	FR	79230	557	Europe/Paris	46.20193	-0.32044		Brulain,Brûlain		75	79	792	79058
3029789	Bruis	bruis	FR	05150	77	Europe/Paris	44.46817	5.51211		Bruis		93	05	052	05024
3029790	Bruille-Saint-Amand	bruille-saint-amand	FR	59199	1499	Europe/Paris	50.46605	3.50013		Bruille,Bruille-Saint-Amand		32	59	596	59114
3029791	Bruille-lez-Marchiennes	bruille-lez-marchiennes	FR	59490	1233	Europe/Paris	50.36068	3.24424		Brije le Marshijen,Brjuj-le-Marsh'enn,Brjuj-le-Marshenn,Bruille,Bruille-les-Marchiennes,Bruille-lez-Marchiennes,bu lu ye lai ma er xie ne,Брије ле Маршијен,Брюй-ле-Маршьенн,Брюй-ле-Маршєнн,布吕耶莱马尔谢讷		32	59	593	59113
3029793	Bruguières	bruguieres	FR	31150	4340	Europe/Paris	43.7272	1.40762		Brigjer,Brjug'er,Brjugier,Bruguieras,Bruguieres,Bruguièras,Bruguières,bu lu ji ai,Бригјер,Брюгьер,Брюгіер,布吕吉埃		76	31	313	31091
3029794	Brugny-Vaudancourt	brugny-vaudancourt	FR	51530	393	Europe/Paris	48.99941	3.88702		Brugny,Brugny-Vaudancourt		44	51	512	51093
3029795	Brugnens	brugnens	FR	32500	262	Europe/Paris	43.84038	0.72886		Brugnens		76	32	322	32066
3029796	Brugnac	brugnac	FR	47260	177	Europe/Paris	44.44848	0.43812		Brugnac		75	47	472	47042
3029797	Brugheas	brugheas	FR	03700	1271	Europe/Paris	46.07676	3.3678		Briga,Brjugea,Brojac,Brugeacum,Brugheas,Brujat,bu lu ya,Брига,Брюгеа,布吕雅		84	03	033	03044
3029799	Bruges	bruges	FR	33520	12650	Europe/Paris	44.88287	-0.61222		Bruges		75	33	332	33075
3029800	Bruges-Capbis-Mifaget	bruges-capbis-mifaget	FR	64800	981	Europe/Paris	43.13333	-0.3		Brizh Kabi Mifazhe,Brjuzh-Kapbis-Mifazhet,Brutges,Brutges-Capbis-Mieihaget,Brutges-Capbís-Mieihaget,bu lu re ka pu bi mi fa re,Бриж Каби Мифаже,Брюж-Капбис-Мифажет,Брюж-Капбіс-Міфажет,布吕热卡普比米法热		75	64	643	64148
3029805	Brugairolles	brugairolles	FR	11300	208	Europe/Paris	43.12471	2.15776		Brugairolles		76	11	112	11053
3029806	Bruère-Allichamps	bruere-allichamps	FR	18200	591	Europe/Paris	46.76848	2.43258		Brijer Alishan,Brjuehr-Allishan,Brjuer-Allisham,Bruere,Bruere-Allichamps,Bruère,Bruère-Allichamps,bu lu ai er a li shang pu,Бријер Алишан,Брюер-Аллішам,Брюэр-Аллишан,布吕埃尔阿利尚普		24	18	182	18038
3029808	Bruebach	bruebach	FR	68440	999	Europe/Paris	47.70069	7.35903		Bruebach		44	68	684	68055
3029809	Brue-Auriac	brue-auriac	FR	83119	959	Europe/Paris	43.52906	5.94257		Bri Orijak,Brju-Or'jak,Brju-Oriak,Brua Auriac,Brua e Auriac,Brue-Auriac,bu lu e ao li a,Бри Оријак,Брю-Орьяк,Брю-Оріак,布吕厄奥里阿		93	83	833	83025
3029812	Bruc-sur-Aff	bruc-sur-aff	FR	35550	856	Europe/Paris	47.81471	-2.01964		Brik sir Af,Brjuk-sjur-Aff,Bruc,Bruc-sur-Aff,Bruccum,Brug,a he pan bu lu ke,Брик сир Аф,Брюк-сюр-Афф,阿河畔布吕克		53	35	352	35045
3029814	Brucourt	brucourt	FR	14160	126	Europe/Paris	49.24946	-0.10595		Brikur,Brjukur,Brucourt,bu lu ku er,Брикур,Брюкур,布吕库尔		28	14	143	14110
3029815	Brucheville	brucheville	FR	50480	148	Europe/Paris	49.3598	-1.19777		Brucheville		28	50	504	50099
3029821	Bruch	bruch	FR	47130	755	Europe/Paris	44.20496	0.41158		Bruch		75	47	474	47041
3029822	Brucamps	brucamps	FR	80690	110	Europe/Paris	50.07425	2.05685		Brikan,Brjukam,Brucamp,Brucamps,bu lu kang,Брикан,Брюкам,布吕康		32	80	801	80145
3029824	Bruay-sur-l'Escaut	bruay-sur-l-escaut	FR	59860	11690	Europe/Paris	50.39918	3.54379		Bruay,Bruay-sur-l'Escaut		32	59	596	59112
3029899	Brou	brou	FR	28160	0	Europe/Paris	45.63333	2.31667		Bron,Brou		75	19	193	19238
3029901	Brotte-lès-Ray	brotte-les-ray	FR	70180	68	Europe/Paris	47.6054	5.73653		Brotte,Brotte-les-Ray,Brotte-lès-Ray		27	70	702	70099
3029902	Brotte-lès-Luxeuil	brotte-les-luxeuil	FR	70300	223	Europe/Paris	47.75611	6.34783		Brotte,Brotte-les-Luxeuil,Brotte-lès-Luxeuil		27	70	701	70098
3029825	Bruay-la-Buissière	bruay-la-buissiere	FR	62700	24474	Europe/Paris	50.48333	2.55		Brije la Bisjer,Brjue-la-Bjuis'er,Brjueh-la-Bjuis'er,Brouay-lBussiere,Brouay-lBussière,Bruay-en-Artois,beulwielabisieleu,brway la bwysyr,brwy lbwyysyr,brwyh-la-bwyysyyr,bu lu ai la bi xi ai,buryue=ra=byuishieru,Брије ла Бисјер,Брюе-ла-Бюисьер,Брюе-ла-Бюїсьєр,Брюэ-ла-Бюисьер,بروئه-لا-بوئیسییر,برواي لا بويسير,بروی لبوئیسیر,ブリュエ＝ラ＝ビュイシエール,布律埃拉比西埃,브뤼에라비시에르		32	62	622	62178
3029828	Bruailles	bruailles	FR	71500	852	Europe/Paris	46.5959	5.23555		Brijaj,Brjuaj,Bruailles,Buraij,bu lu ai er,Бријај,Брюай,Бураиј,布魯艾爾		27	71	714	71064
3029829	Bruailles	bruailles	FR	71500	0	Europe/Paris	45.34217	4.14863				84	43	433	43127
3029831	Brû	bru	FR	88700	571	Europe/Paris	48.34777	6.68248		Bru,Brû		44	88	881	88077
3029832	Bru	bru	FR	88700	0	Europe/Paris	45.41082	1.96711				75	19	193	19251
3029834	Broze	broze	FR	81600	98	Europe/Paris	43.95307	1.89145		Broze		76	81	811	81041
3029835	Broyes	broyes	FR	51120	132	Europe/Paris	49.6283	2.45491		Broyes		32	60	602	60111
3029836	Broyes	broyes	FR	51120	379	Europe/Paris	48.75778	3.76261		Broyes		44	51	512	51092
3029837	Broye-Aubigney-Montseugny	broye-aubigney-montseugny	FR	70140	0	Europe/Paris	47.31667	5.51667		Broaj Obine Monseni,Broye-les-Pesmes,Broye-lès-Pesmes,Brua-Obin'e-Monsen'i,Brua-Obin'e-Monsjon'i,Броај Обиње Монсењи,Бруа-Обинье-Монсёньи,Бруа-Обіньє-Монсеньї		27	70	702	70101
3029838	Broye-les-Loups-et-Verfontaine	broye-les-loups-et-verfontaine	FR	70100	84	Europe/Paris	47.46352	5.42413		Broye-et-Verfontaine,Broye-les-Loups,Broye-les-Loups-et-Verfontaine		27	70	702	70100
3029839	Broye	broye	FR	71190	695	Europe/Paris	46.87184	4.29054		Broye		27	71	711	71063
3029840	Broxeele	broxeele	FR	59470	280	Europe/Paris	50.82982	2.31987		Broxeele		32	59	594	59111
3029842	Brouzet-lès-Alès	brouzet-les-ales	FR	30580	535	Europe/Paris	44.13683	4.24573		Brouzet,Brouzet-les-Ales,Brouzet-lès-Alès		76	30	301	30055
3029843	Brouzet-lès-Quissac	brouzet-les-quissac	FR	30260	249	Europe/Paris	43.85	3.98333				76	30	303	30054
3029845	Brouy	brouy	FR	91150	120	Europe/Paris	48.31606	2.27869		Brouy,Bru,Brui,bu lu yi,Бру,Бруи,Бруї,布鲁伊		11	91	911	91112
3029847	Brouviller	brouviller	FR	57635	404	Europe/Paris	48.76577	7.15779		Brouviller		44	57	575	57114
3029849	Brouville	brouville	FR	54120	0	Europe/Paris	48.49757	6.75033		Brouville		44	54	542	54101
3029850	Brouville	brouville	FR	54120	0	Europe/Paris	44.03223	5.4581				93	84	843	84123
3029851	Brouvelieures	brouvelieures	FR	88600	525	Europe/Paris	48.23691	6.73108		Beronis Villa,Brouvelieures,Bruvel'er,Bruvlijer,bu lu wo e er,Брувельер,Брувельєр,Брувлијер,布鲁沃略尔		44	88	883	88076
3029852	Broût-Vernet	brout-vernet	FR	03110	1124	Europe/Paris	46.18756	3.27324		Brot e Vernet,Brot e lo Vernet,Brout-Vernet,Broût-Vernet,Bru Verne,Bru-Verne,bu lu wei er nei,Бру Верне,Бру-Верне,布鲁韦尔内		84	03	033	03043
3029855	Brou-sur-Chantereine	brou-sur-chantereine	FR	77177	4682	Europe/Paris	48.88333	2.63333		Brou,Brou-sur-Chantereine,Bru sir Shantren,Bru-sjur-Shanteren,Бру сир Шантрен,Бру-сюр-Шантерен		11	77	775	77055
3029856	Broussy-le-Petit	broussy-le-petit	FR	51230	141	Europe/Paris	48.79227	3.82608		Broussy-le-Petit		44	51	512	51091
3029857	Broussy-le-Grand	broussy-le-grand	FR	51230	266	Europe/Paris	48.78821	3.87917		Broussy-le-Grand		44	51	512	51090
3029859	Broussey-Raulecourt	broussey-raulecourt	FR	55200	217	Europe/Paris	48.81667	5.7		Broussey-en-Woevre,Broussey-en-Woëvre,Bruse Rolkur,Brusse-Rolekur,bu lu sai luo lai ku er,Брусе Ролкур,Бруссе-Ролекур,布鲁塞罗莱库尔		44	55	552	55085
3029860	Broussey-en-Blois	broussey-en-blois	FR	55190	62	Europe/Paris	48.63937	5.54858		Broussey,Broussey-en-Blois		44	55	552	55084
3029861	Brousseval	brousseval	FR	52130	811	Europe/Paris	48.48978	4.9669		Brousseval		44	52	523	52079
3029863	Brousses-et-Villaret	brousses-et-villaret	FR	11390	324	Europe/Paris	43.34299	2.25634		Brossas e Vilaret,Brousse,Brousses-et-Villaret,Brus et Vilare,Brus-eh-Villare,Bruss-e-Villare,bu lu sai he wei la lei,Брус ет Виларе,Брус-э-Вилларе,Брусс-е-Вилларе,Брусс-е-Вілларе,布鲁塞和维拉雷		76	11	111	11052
3029865	Brousse-le-Château	brousse-le-chateau	FR	12480	180	Europe/Paris	43.99806	2.62367		Brousse,Brousse-le-Chateau,Brousse-le-Château		76	12	121	12038
3029867	Brousse	brousse	FR	23700	35	Europe/Paris	45.972	2.45502		Brousse		75	23	231	23034
3029868	Brousse	brousse	FR	23700	0	Europe/Paris	45.60155	3.45884		Brousse		84	63	631	63056
3029869	Brousse	brousse	FR	23700	0	Europe/Paris	45.26013	3.21516				84	15	153	15119
3029870	Brousse	brousse	FR	23700	0	Europe/Paris	44.60262	0.60262				75	47	473	47152
3029871	Brousse	brousse	FR	23700	286	Europe/Paris	43.71809	2.0723		Brousse		76	81	812	81040
3029872	Brouqueyran	brouqueyran	FR	33124	163	Europe/Paris	44.48381	-0.17546		Brouqueyran		75	33	333	33074
3029880	Brouillet	brouillet	FR	51170	84	Europe/Paris	49.22607	3.73964		Brouillet		44	51	513	51089
3029883	Brouilla	brouilla	FR	66620	687	Europe/Paris	42.56701	2.90299		Brouilla,Brulla,Brullà		76	66	661	66026
3029885	Brouennes	brouennes	FR	55700	163	Europe/Paris	49.51607	5.264		Brouennes		44	55	553	55083
3029888	Broué	broue	FR	28410	784	Europe/Paris	48.74871	1.52347		Broue,Broué		24	28	283	28062
3029889	Brouderdorff	brouderdorff	FR	57565	758	Europe/Paris	48.69725	7.10153		Brouderdorff		44	57	575	57113
3029890	Brouckerque	brouckerque	FR	59630	1208	Europe/Paris	50.95476	2.29378		Broekkerke,Brouckercque,Brouckerque,Brukerk,bu lu kai er ke,Брукерк,布鲁凯尔克		32	59	594	59110
3029891	Brouck	brouck	FR	57220	69	Europe/Paris	49.12892	6.50466		Brouck		44	57	573	57112
3029892	Brouchy	brouchy	FR	80400	598	Europe/Paris	49.71667	3.1		Brouchy		32	80	804	80144
3029893	Brouchaud	brouchaud	FR	24210	188	Europe/Paris	45.20556	0.99827		Brochau,Brouchaud,Brusho,bu lu shao,Брушо,布鲁绍		75	24	242	24066
3029894	Brouay	brouay	FR	14250	335	Europe/Paris	49.21221	-0.56159		Brouay		28	14	142	14098
3029896	Broualan	broualan	FR	35120	316	Europe/Paris	48.4738	-1.65018		Broualan,Brualan,bu lu a lang,Бруалан,布鲁阿朗		53	35	354	35044
3029898	Brou	brou	FR	28160	3848	Europe/Paris	48.21719	1.16539		Brou		24	28	282	28061
3029906	Brosville	brosville	FR	27930	644	Europe/Paris	49.1	1.11667		Brosville		28	27	272	27118
3029915	Brosses	brosses	FR	89660	259	Europe/Paris	47.5369	3.69095		Brosses		27	89	892	89057
3029918	Brossay	brossay	FR	49700	0	Europe/Paris	47.34702	-1.93607				52	44	443	44195
3029919	Brossay	brossay	FR	49700	271	Europe/Paris	47.1644	-0.21158		Brossay		52	49	493	49053
3029920	Brossainc	brossainc	FR	07340	172	Europe/Paris	45.33024	4.6791		Brossainc,Brossaine,Brossaing		84	07	073	07044
3029921	Brossac	brossac	FR	16480	546	Europe/Paris	45.33031	-0.04519		Brosak,Brossac,Brossak,bu luo sa ke,Бросак,Броссак,布罗萨克		75	16	162	16066
3029922	Broquiès	broquies	FR	12480	710	Europe/Paris	44.00505	2.69602		Broquies,Broquiès		76	12	121	12037
3029923	Broquiers	broquiers	FR	60220	232	Europe/Paris	49.65864	1.83154		Broke,Brokje,Broquiers,bu luo qu ye er,Брокє,Брокје,布罗屈耶尔		32	60	601	60110
3029925	Broons	broons	FR	22250	2542	Europe/Paris	48.31721	-2.26054		Broenisis,Bron,Bronn,Broon,Broons,bu luo weng,Брон,Броон,布罗翁		53	22	221	22020
3029927	Bronvaux	bronvaux	FR	57535	569	Europe/Paris	49.19597	6.08677		Bronvaux		44	57	579	57111
3029931	Bron	bron	FR	69500	37825	Europe/Paris	45.73865	4.91303		Bron,beulong,brwn,buron,Брон,برون,ブロン,브롱		84	69	691	69029
3029932	Bron	bron	FR	69500	0	Europe/Paris	48.01483	-3.81867				53	29	294	29281
3029933	Bron	bron	FR	69500	0	Europe/Paris	47.17565	-0.12404				52	49	493	49112
3029934	Bromont-Lamothe	bromont-lamothe	FR	63230	0	Europe/Paris	45.84036	2.81914		Bromont,Bromont-Lamothe		84	63	634	63055
3029937	Brommat	brommat	FR	12600	814	Europe/Paris	44.83002	2.68456		Brommat		76	12	122	12036
3029938	Bromeilles	bromeilles	FR	45390	304	Europe/Paris	48.1866	2.49702		Bromeilles,Bromej,bu luo mei lai,Бромей,Бромеј,布罗梅莱		24	45	453	45056
3029939	Brombos	brombos	FR	60210	228	Europe/Paris	49.64581	1.88717		Brombos		32	60	601	60109
3029943	Broissia	broissia	FR	39320	39	Europe/Paris	46.35931	5.43042		Broissia		27	39	392	39080
3029944	Broindon	broindon	FR	21220	62	Europe/Paris	47.1979	5.04362		Broindon		27	21	211	21113
3029945	Broin	broin	FR	21250	332	Europe/Paris	47.08069	5.1082		Broin		27	21	211	21112
3029947	Brognon	brognon	FR	08380	125	Europe/Paris	49.9294	4.2889		Brognon		44	08	081	08087
3029948	Brognon	brognon	FR	08380	222	Europe/Paris	47.40322	5.16559		Brognon		27	21	212	21111
3029949	Brognard	brognard	FR	25600	437	Europe/Paris	47.53093	6.86576		Brognard		27	25	252	25097
3029951	Broglie	broglie	FR	27270	1190	Europe/Paris	49.00911	0.52915		Broglie,Chambrois		28	27	272	27117
3029955	Brocourt-en-Argonne	brocourt-en-argonne	FR	55120	0	Europe/Paris	49.11482	5.16582		Brocourt,Brocourt-en-Argonne		44	55	553	55082
3029956	Brocourt	brocourt	FR	80430	106	Europe/Paris	49.85468	1.82132		Brocourt		32	80	802	80143
3029958	Brochon	brochon	FR	21220	858	Europe/Paris	47.23839	4.96906		Brochon,Broshon,bu luo xiong,Брошон,布罗雄		27	21	211	21110
3029960	Brocas	brocas	FR	40420	765	Europe/Paris	44.04429	-0.53232		Brocars,Broka,Brokas,bu luo ka,Брока,Брокас,布罗卡		75	40	402	40056
3029961	Broc	broc	FR	49490	330	Europe/Paris	47.57999	0.16677		Broc		52	49	493	49228
3029962	Brizon	brizon	FR	74130	420	Europe/Paris	46.04841	6.44399		Brison,Brizon		84	74	742	74049
3029963	Brizeaux	brizeaux	FR	55250	54	Europe/Paris	49.00601	5.05929		Brizeaux		44	55	551	55081
3029964	Brizay	brizay	FR	37220	294	Europe/Paris	47.10235	0.40235		Brizay		24	37	371	37040
3029965	Brizambourg	brizambourg	FR	17770	825	Europe/Paris	45.82016	-0.47829		Brizambourg		75	17	175	17070
3029966	Brixey-aux-Chanoines	brixey-aux-chanoines	FR	55140	80	Europe/Paris	48.47353	5.71395		Brixey,Brixey-aux-Chanoines		44	55	552	55080
3029967	Brix	brix	FR	50700	1984	Europe/Paris	49.54512	-1.58012		Brix		28	50	502	50087
3029968	Brivezac	brivezac	FR	19120	201	Europe/Paris	45.02566	1.84044		Brivezac		75	19	191	19019
3029969	Brives-sur-Charente	brives-sur-charente	FR	17800	211	Europe/Paris	45.67264	-0.46236		Briv sir Sharant,Briv syur Sarant,Briv-sjur-Sharant,Brives,Brives-sur-Charente,sha lang te he pan bu li wei,Брив сир Шарант,Брив-сюр-Шарант,Բրիվ սյուր Շարանտ,沙朗特河畔布里韦		75	17	171	17069
3029970	Brives-Charensac	brives-charensac	FR	43700	4721	Europe/Paris	45.0478	3.92878		Brives,Brives-Charensac		84	43	432	43041
3029971	Brives	brives	FR	36100	0	Europe/Paris	48.31769	-0.60128		Brives		52	53	533	53147
3029972	Brives	brives	FR	36100	197	Europe/Paris	46.84424	1.94616		Brives		24	36	364	36027
3029974	Brive-la-Gaillarde	brive-la-gaillarde	FR	19100	53466	Europe/Paris	45.1589	1.53326		BVE,Briv la Gajar,Briv-la-Gajard,Briva,Brive,Brive-la-Gaillarde,beulibeulagayaleudeu,bryw lgyrd,bryw-la-gyard,bu li fu la gai ya er de,burivu=ra=gaiyarudo,Брив ла Гајар,Брив-ла-Гайард,Брив-ла-Гаярд,Бриве-ла-Гаилларде,بریو لگیرد,بریو-لا-گیارد,ブリーヴ＝ラ＝ガイヤルド,布里夫拉盖亚尔德,브리브라가야르드	191	75	19	191	19031
3029979	Brissay-Choigny	brissay-choigny	FR	02240	312	Europe/Paris	49.72009	3.3786		Brissay-Choigny		32	02	023	02123
3029980	Brissarthe	brissarthe	FR	49330	564	Europe/Paris	47.70052	-0.44875		Brisart,Brissart,Brissarthe,bu li sa er te,Брисарт,Бриссарт,布里萨尔特		52	49	494	49080
3029984	Brissac-Quincé	brissac-quince	FR	49320	2531	Europe/Paris	47.35575	-0.44924		Brisak Kense,Brissak-Kense,bu li sa ke qu an sai,Брисак Кенсе,Бриссак-Кенсе,布里萨克屈安塞		52	49	491	49050
3029985	Brissac	brissac	FR	34190	581	Europe/Paris	43.87884	3.70188		Brissac		76	34	342	34042
3029986	Brison-Saint-Innocent	brison-saint-innocent	FR	73100	2023	Europe/Paris	45.7244	5.88895		Brison,Brison-Saint-Innocent,Brizon sent Enosent,Brizon-Sent-Innosan,Бризон сент Еносент,Бризон-Сент-Інносан		84	73	732	73059
3029987	Briscous	briscous	FR	64240	2160	Europe/Paris	43.46028	-1.33394		Beskoitze,Briscos,Briscous,Briscós,Brisku,Briskus,Hiribery,bu li si ku,Бриску,Брискус,布里斯库		75	64	641	64147
3029988	Briquenay	briquenay	FR	08240	113	Europe/Paris	49.40558	4.87874		Briquenay		44	08	084	08086
3029989	Briquemesnil-Floxicourt	briquemesnil-floxicourt	FR	80540	157	Europe/Paris	49.88455	2.087		Briquemesnil,Briquemesnil-Floxicourt		32	80	802	80142
3029991	Briouze	briouze	FR	61220	1597	Europe/Paris	48.69848	-0.36806		Brijuz,Briouze-Saint-Gervais,Briuz,bu li wu ci,Бриуз,Бријуз,Бріуз,布里乌兹		28	61	612	61063
3029992	Brioux-sur-Boutonne	brioux-sur-boutonne	FR	79170	1487	Europe/Paris	46.14206	-0.22259		Brioux,Brioux-sur-Boutonne		75	79	792	79057
3029995	Brioude	brioude	FR	43100	7451	Europe/Paris	45.29419	3.38423		Brijud,Brioude,Briud,Briude,Brivas,bu li wu de,buriudo,Бриуд,Бријуд,Бріуд,ブリウド,布里乌德	431	84	43	431	43040
3029997	Briou	briou	FR	41370	104	Europe/Paris	47.81463	1.48084		Briou		24	41	411	41027
3029999	Briot	briot	FR	60210	274	Europe/Paris	49.6494	1.92362		Briot		32	60	601	60108
3030000	Briosne-lès-Sables	briosne-les-sables	FR	72110	371	Europe/Paris	48.16667	0.4				52	72	722	72048
3030001	Briord	briord	FR	01470	747	Europe/Paris	45.78604	5.45657		Briord		84	01	011	01064
3030002	Brion-sur-Ource	brion-sur-ource	FR	21570	234	Europe/Paris	47.9154	4.66148		Brion,Brion sir Urs,Brion-sjur-Urs,Brion-sur-Ource,wu er ke he pan bu li weng,Брион сир Урс,Брион-сюр-Урс,Бріон-сюр-Урс,乌尔克河畔布里翁		27	21	213	21109
3030004	Brion-près-Thouet	brion-pres-thouet	FR	79290	742	Europe/Paris	47.05264	-0.1868		Brion,Brion-pres-Thouet,Brion-près-Thouet		75	79	791	79056
3030007	Brionne	brionne	FR	27800	4288	Europe/Paris	49.19553	0.7151		Brion,Brionn,Brionne,bu li weng,Брион,Брионн,Бріонн,布里翁		28	27	272	27116
3030010	Brion	brion	FR	01460	625	Europe/Paris	47.99606	3.48008		Brion		27	89	893	89056
3030011	Brion	brion	FR	01460	1085	Europe/Paris	47.44121	-0.15616		Brion		52	49	493	49138
3030012	Brion	brion	FR	01460	441	Europe/Paris	46.95704	1.72762		Brion		24	36	362	36026
3030013	Brion	brion	FR	01460	377	Europe/Paris	46.90892	4.21108		Brion		27	71	711	71062
3030014	Brion	brion	FR	01460	217	Europe/Paris	46.35515	0.46135		Brion		75	86	862	86038
3030015	Brion	brion	FR	01460	627	Europe/Paris	46.17297	5.55129		Brion		84	01	014	01063
3030016	Brion	brion	FR	01460	0	Europe/Paris	45.41494	2.95794				84	63	633	63117
3030017	Brion	brion	FR	01460	148	Europe/Paris	45.29265	5.33866		Brion		84	38	383	38060
3030018	Brion	brion	FR	01460	117	Europe/Paris	44.75446	3.07121		Brion		76	48	482	48031
3030020	Briollay	briollay	FR	49125	2416	Europe/Paris	47.56446	-0.50805		Briole,Briollay,Briolle,bu li ao lai,Бриоле,Бріолле,布里奥莱		52	49	491	49048
3030021	Briod	briod	FR	39570	174	Europe/Paris	46.66023	5.62291		Briod		27	39	392	39079
3030023	Brin-sur-Seille	brin-sur-seille	FR	54280	605	Europe/Paris	48.77986	6.35462		Brin,Brin-sur-Seille		44	54	543	54100
3030024	Brinon-sur-Sauldre	brinon-sur-sauldre	FR	18410	1094	Europe/Paris	47.566	2.25647		Brinon,Brinon-sur-Sauldre		24	18	183	18037
3030025	Brinon-sur-Beuvron	brinon-sur-beuvron	FR	58420	213	Europe/Paris	47.28084	3.49048		Brinon,Brinon-le-Franc,Brinon-sur-Beuvron		27	58	582	58041
3030027	Bringolo	bringolo	FR	22170	319	Europe/Paris	48.57615	-3.00321		Brengolou,Brengoloù,Bringolo		53	22	222	22019
3030029	Brindas	brindas	FR	69126	4859	Europe/Paris	45.72111	4.69349		Brenda,Brindas,Brindas-sur-Roches,Бренда		84	69	691	69028
3030030	Brinckheim	brinckheim	FR	68870	344	Europe/Paris	47.62607	7.45833		Brinckheim		44	68	684	68054
3030031	Brinay	brinay	FR	18120	478	Europe/Paris	47.17713	2.12648		Brinay		24	18	183	18036
3030032	Brinay	brinay	FR	18120	135	Europe/Paris	47.0069	3.69584		Brinay		27	58	581	58040
3030034	Brimont	brimont	FR	51220	460	Europe/Paris	49.34107	4.02479		Brimon,Brimont,bu li meng,Бримон,布里蒙		44	51	513	51088
3030035	Brimeux	brimeux	FR	62170	717	Europe/Paris	50.44348	1.83489		Brime,Brimeux,brymwks,bu li mo,Бриме,بريموكس,ብሪሜ,布里默		32	62	624	62177
3030036	Brillon-en-Barrois	brillon-en-barrois	FR	55000	601	Europe/Paris	48.71209	5.0951		Brillon,Brillon-en-Barrois		44	55	551	55079
3030037	Brillon	brillon	FR	59178	719	Europe/Paris	50.435	3.32891		Brillon		32	59	596	59109
3030038	Brillevast	brillevast	FR	50330	305	Europe/Paris	49.62967	-1.41615		Brijva,Brillevast,Brilvast,bu li lei wa si,Брийва,Брилваст,布里勒瓦斯		28	50	502	50086
3030039	Brillecourt	brillecourt	FR	10240	82	Europe/Paris	48.47205	4.36761		Brillecourt		44	10	103	10065
3030040	Brillac	brillac	FR	16500	0	Europe/Paris	47.54091	-2.81667				53	56	563	56240
3030041	Brillac	brillac	FR	16500	683	Europe/Paris	46.06084	0.77733		Brijak,Brilhac,Brillac,bu li la ke,Брийак,Бријак,Бріяк,布里拉克		75	16	163	16065
3030044	Briis-sous-Forges	briis-sous-forges	FR	91640	3391	Europe/Paris	48.62399	2.12112		Bri su Forzh,Bri-su-Forzh,Brii-su-Forzh,Briis,Briis-sous-Forges,bu li yi su fu er re,Бри су Форж,Брии-су-Форж,Брі-су-Форж,布里伊苏福尔热		11	91	913	91111
3030047	Brigueuil	brigueuil	FR	16420	1044	Europe/Paris	45.95342	0.86032		Brigej,Brigjoj,Briguelh,Brigueuil,bu li gai yu yi,Бригей,Бригеј,Бригёй,布里盖于伊		75	16	163	16064
3030048	Brigueil-le-Chantre	brigueil-le-chantre	FR	86290	636	Europe/Paris	46.39575	1.08752		Brigej le Shantr,Brigej-le-Shantr,Brigueil-le-Chantre,Brigueuil,Brigueuil-le-Chantre,bu li ju ai lei shang te lei,Бригей-ле-Шантр,Бригеј ле Шантр,布里居埃勒尚特勒		75	86	862	86037
3030052	Brignoud	brignoud	FR	38190	0	Europe/Paris	45.25821	5.90841		Brignoud		84	38	381	38547
3030055	Brignon	brignon	FR	30190	717	Europe/Paris	43.98905	4.21342		Brignon		76	30	301	30053
3030057	Brignoles	brignoles	FR	83170	15027	Europe/Paris	43.4058	6.06172		Brignoles,Brin'jol',Brin'ol',Brinhola,Brinholà,Brinhòla,Brinol,bu li ni ao lei,burinyoru,Бриньйоль,Бриньоль,Брињол,ブリニョール,布里尼奥勒	833	93	83	833	83023
3030060	Brignemont	brignemont	FR	31480	331	Europe/Paris	43.78051	0.9898		Brignemont		76	31	313	31090
3030061	Brigné	brigne	FR	49700	330	Europe/Paris	47.24169	-0.38416		Brigne,Brigné,Brin'e,Brine,bu li nie,Бриньє,Бриње,布里涅		52	49	493	49125
3030062	Brignancourt	brignancourt	FR	95640	217	Europe/Paris	49.13621	1.94509		Brignancourt,Brin'jankur,Brinankur,bu li ni ang ku er,Бриньянкур,Брињанкур,布里尼昂库尔		11	95	953	95110
3030063	Brignais	brignais	FR	69530	12427	Europe/Paris	45.67383	4.75418		Brignais,Brin'e,Brine,Brinhai,Бриньє,Бриње		84	69	691	69027
3030064	Brignac-la-Plaine	brignac-la-plaine	FR	19310	771	Europe/Paris	45.18886	1.33907		Brignac,Brignac-la-Plaine		75	19	191	19030
3030065	Brignac	brignac	FR	34800	237	Europe/Paris	48.12141	-2.38809		Brennieg,Brignac		53	56	562	56025
3030066	Brignac	brignac	FR	34800	387	Europe/Paris	43.62328	3.47249		Brignac		76	34	342	34041
3030068	Briffons	briffons	FR	63820	356	Europe/Paris	45.69881	2.65652		Briffon,Briffons,Brifon,Brifont,bu li feng,Брифон,Бриффон,布里丰		84	63	634	63053
3030071	Briey	briey	FR	54150	5200	Europe/Paris	49.2492	5.93975		Briey	541	44	54	541	54099
3030072	Brieux	brieux	FR	61160	94	Europe/Paris	48.83909	-0.08386		Brieux		28	61	612	61062
3030074	Brieulles-sur-Meuse	brieulles-sur-meuse	FR	55110	331	Europe/Paris	49.33543	5.17929		Brieulles,Brieulles-sur-Meuse		44	55	553	55078
3030075	Brieulles-sur-Bar	brieulles-sur-bar	FR	08240	204	Europe/Paris	49.47641	4.85302		Brieulles,Brieulles-sur-Bar		44	08	084	08085
3030076	Brieuil-sur-Chizé	brieuil-sur-chize	FR	79170	71	Europe/Paris	46.11803	-0.32261		Brieuil,Brieuil-sur-Chize,Brieuil-sur-Chizé		75	79	792	79055
3030079	Brie-sous-Mortagne	brie-sous-mortagne	FR	17120	261	Europe/Paris	45.4944	-0.74362		Brie,Brie-sous-Mortagne		75	17	174	17068
3030080	Brie-sous-Matha	brie-sous-matha	FR	17160	180	Europe/Paris	45.81929	-0.24983		Brie,Brie-sous-Matha		75	17	175	17067
3030081	Brie-sous-Chalais	brie-sous-chalais	FR	16210	162	Europe/Paris	45.31508	0.00655		Bri su Shale,Bri-su-Shale,Brie,Brie-sous-Chalais,Montlauzance,bu li ye su sha lai,Бри су Шале,Бри-су-Шале,Брі-су-Шале,布里耶苏沙莱		75	16	161	16063
3030202	Breuil-le-Vert	breuil-le-vert	FR	60600	3074	Europe/Paris	49.36176	2.43633		Brej le Ver,Brej-le-Ver,Breuil,Breuil-le-Vert,bu lei yi lai wei er,Брей-ле-Вер,Бреј ле Вер,布勒伊莱韦尔		32	60	602	60107
3030082	Brie-sous-Barbezieux	brie-sous-barbezieux	FR	16300	128	Europe/Paris	45.42551	-0.04041		Bri Su Barbezje,Bri-su-Barbez'e,Bri-su-Barbez'jo,Brie,Brie-sous-Barbezieux,bu li ye su ba er bei qi e,Бри Су Барбезје,Бри-су-Барбезьё,Брі-су-Барбезьє,布里耶苏巴尔贝齐厄		75	16	162	16062
3030083	Brie-sous-Archiac	brie-sous-archiac	FR	17520	268	Europe/Paris	45.47333	-0.30158		Brie,Brie-sous-Archiac		75	17	171	17066
3030085	Brières-les-Scellés	brieres-les-scelles	FR	91150	891	Europe/Paris	48.45648	2.13712		Brier-le-Selle,Brieres,Brieres-les-Scelles,Brijer le Skele,Brières,Brières-les-Scellés,bu li ai lai si sai lai,Бриер-ле-Селле,Бријер ле Скеле,Брієр-ле-Селле,布里埃莱斯塞莱		11	91	911	91109
3030090	Brienon-sur-Armançon	brienon-sur-armancon	FR	89210	3366	Europe/Paris	47.99009	3.61628		Brienon,Brienon-sjur-Armanson,Brienon-sur-Armancon,Brienon-sur-Armançon,Brijenon sir Armanson,a er mang song he pan bu li ye nong,Бриенон-сюр-Армансон,Бријенон сир Армансон,Брієнон-сюр-Армансон,阿尔芒松河畔布里耶农		27	89	891	89055
3030091	Briennon	briennon	FR	42720	1711	Europe/Paris	46.15127	4.0769		Briennon		84	42	422	42026
3030092	Brienne-sur-Aisne	brienne-sur-aisne	FR	08190	162	Europe/Paris	49.43346	4.05279		Brienne,Brienne-sur-Aisne		44	08	082	08084
3030093	Brienne-le-Château	brienne-le-chateau	FR	10500	3473	Europe/Paris	48.39319	4.52637		Breonna,Brien-le-Shato,Brienn-le-Shato,Brienne-le-Bourg,Brienne-le-Chateau,Brienne-le-Château,Brijen le Shato,bu li an lai sha tuo,Бриен-ле-Шато,Бријен ле Шато,Брієнн-ле-Шато,布里安莱沙托		44	10	101	10064
3030094	Brienne-la-Vieille	brienne-la-vieille	FR	10500	435	Europe/Paris	48.37415	4.52911		Brienne		44	10	101	10063
3030097	Brienne	brienne	FR	71290	318	Europe/Paris	46.55743	5.02031		Brienne		27	71	714	71061
3030098	Briel-sur-Barse	briel-sur-barse	FR	10140	162	Europe/Paris	48.20942	4.35609		Briel,Briel-sur-Barse		44	10	103	10062
3030099	Brielles	brielles	FR	35370	563	Europe/Paris	48.00879	-1.08985		Brielles,Briellou,Brielloù		53	35	351	35042
3030100	Brié-et-Angonnes	brie-et-angonnes	FR	38320	1965	Europe/Paris	45.12418	5.78374		Brie Augonnes,Brie-et-Angonnes,Brie-et-Augonnes,Brié Augonnes,Brié-et-Angonnes,Brié-et-Augonnes		84	38	381	38059
3030101	Brie-Comte-Robert	brie-comte-robert	FR	77170	15892	Europe/Paris	48.69247	2.6109		Bri Kont Rober,Bri-Kont-Rober,Brie-Comte-Robert,Brie-Libre,Brie-la-Ville,Brie-sur-Hieres,Brie-sur-Hières,Бри Конт Робер,Бри-Конт-Робер,Брі-Конт-Робер		11	77	775	77053
3030102	Briec	briec	FR	29510	4880	Europe/Paris	48.10184	-3.99915		Briec,Briec-de-l'Odet,Briec-de-lOdet,Brieg,Briek,Brijek,Brithiacum,bu li ye ke,buriekku,Бриек,Бријек,Брієк,ブリエック,布里耶克		53	29	294	29020
3030104	Brie	brie	FR	02870	308	Europe/Paris	49.87503	2.93253		Brie		32	80	804	80141
3030105	Brie	brie	FR	02870	69	Europe/Paris	49.6	3.48333		Brie		32	02	022	02122
3030106	Brie	brie	FR	02870	723	Europe/Paris	47.95107	-1.53774		Brie		53	35	351	35041
3030107	Brie	brie	FR	02870	183	Europe/Paris	46.9202	-0.03981		Brie		75	79	791	79196
3030108	Brie	brie	FR	02870	3490	Europe/Paris	45.73812	0.24077		ANG,Brie		75	16	161	16061
3030109	Brie	brie	FR	02870	158	Europe/Paris	43.20541	1.51819		Brie		76	09	092	09067
3030110	Bridoré	bridore	FR	37600	502	Europe/Paris	47.02799	1.08299		Bridore,Bridore-et-Martin,Bridoré,Bridoré-et-Martin,Cercay-Bridore,Cerçay-Bridoré		24	37	373	37039
3030112	Brides-les-Bains	brides-les-bains	FR	73570	646	Europe/Paris	45.453	6.56832		Brid le Ben,Brid-le-Ben,Brides,Брид ле Бен,Брид-ле-Бен		84	73	731	73057
3030114	Bricy	bricy	FR	45310	1082	Europe/Paris	47.99847	1.77937		Briarres-sur-Essonne,Bricy,Brisi,bu li xi,Бриси,Брисі,布里西		24	45	452	45055
3030116	Bricqueville-sur-Mer	bricqueville-sur-mer	FR	50290	928	Europe/Paris	48.91331	-1.52101		Bricqueville,Bricqueville-sur-Mer,Brikvil na Moru,Brikvil'-sjur-Mer,bin hai bu li qu ai wei er,Бриквил на Мору,Бриквиль-сюр-Мер,Бриквіль-сюр-Мер,滨海布里屈埃维尔		28	50	501	50085
3030117	Bricqueville-la-Blouette	bricqueville-la-blouette	FR	50200	561	Europe/Paris	49.03393	-1.47903		Bricqueville,Bricqueville-la-Blouette		28	50	503	50084
3030118	Bricqueville	bricqueville	FR	14710	115	Europe/Paris	49.28964	-0.96167		Bricqueville		28	14	141	14107
3030119	Bricquebosq	bricquebosq	FR	50340	454	Europe/Paris	49.5344	-1.71928		Bricqueboscq,Bricquebosq		28	50	502	50083
3030120	Bricquebec	bricquebec	FR	50260	4475	Europe/Paris	49.47008	-1.63254		Bricquebec,Brikebek,bu li qu ai bei ke,Брикебек,布里屈埃贝克		28	50	502	50082
3030122	Briconville	briconville	FR	28300	116	Europe/Paris	48.52791	1.38793		Briconville		24	28	281	28060
3030123	Bricon	bricon	FR	52120	443	Europe/Paris	48.08041	4.97877		Bricon		44	52	521	52076
3030125	Briaucourt	briaucourt	FR	52700	196	Europe/Paris	48.20791	5.18872		Briaucourt		44	52	521	52075
3030126	Briaucourt	briaucourt	FR	52700	259	Europe/Paris	47.81667	6.25		Briaucourt		27	70	701	70097
3030127	Briatexte	briatexte	FR	81390	1761	Europe/Paris	43.75237	1.90879		Briatexte		76	81	812	81039
3030128	Briastre	briastre	FR	59730	630	Europe/Paris	50.161	3.48518		Briastre		32	59	592	59108
3030130	Briarres-sur-Essonne	briarres-sur-essonne	FR	45390	565	Europe/Paris	48.23333	2.41667		Briarr-sjur-Essonn,Briarres,Brijar sir Eson,ai song he pan bu li a er lei,Бријар сир Есон,Бріарр-сюр-Ессонн,埃松河畔布里阿尔雷		24	45	453	45054
3030132	Briare	briare	FR	45250	6455	Europe/Paris	47.63343	2.7438		Briar,Briare,Brijar,bu li a er,Бријар,Бріар,布里阿尔		24	45	451	45053
3030133	Briantes	briantes	FR	36400	554	Europe/Paris	46.55742	2.02181		Briant,Briantas,Briantes,Brijant,bu li ang tai,Бриант,Бријант,Бріант,布里昂泰		24	36	363	36025
3030135	Briant	briant	FR	71110	215	Europe/Paris	46.30015	4.14916		Briant		27	71	713	71060
3030136	Brianny	brianny	FR	21390	104	Europe/Paris	47.41215	4.37416		Brianny		27	21	213	21108
3030139	Briançonnet	brianconnet	FR	06850	178	Europe/Paris	43.86468	6.75807		Brianconet,Brianconnet,Briansonne,Briançonet,Briançonnet,Brijansone,bryankwnyt,bu li ang suo nei,Бриансонне,Бријансоне,Бріансонне,بريانكونيت,布里昂索内		93	06	061	06024
3030141	Briançon	briancon	FR	05100	0	Europe/Paris	47.1481	0.31402				24	37	371	37089
3030142	Briançon	briancon	FR	05100	11577	Europe/Paris	44.89978	6.64201		Briancon,Brianson,Briançon,Brigantium,Brijanson,XBC,bu li ang song,burianson,Μπριανσόν,Бриансон,Бријансон,Бріансон,ブリアンソン,布里昂松	051	93	05	051	05023
3030146	Brezons	brezons	FR	15230	212	Europe/Paris	44.96837	2.8073		Brenzon,Breson,Brezon,Brezons,bu lei zong,Брезон,Брењзон,布雷宗		84	15	153	15026
3030147	Brezolles	brezolles	FR	28270	1762	Europe/Paris	48.69033	1.07404		Brezol,Brezol',Brezolles,Brézolles,bu lei zuo lai,Брезол,Брезоль,布雷佐莱		24	28	283	28059
3030148	Brézins	brezins	FR	38590	1441	Europe/Paris	45.35213	5.30539		Brezins,Brézins		84	38	383	38058
3030150	Brézilhac	brezilhac	FR	11270	127	Europe/Paris	43.169	2.07873		Brezilhac,Brézilhac		76	11	111	11051
3030151	Bréziers	breziers	FR	05190	134	Europe/Paris	44.4265	6.19983		Brezier,Breziers,Brézier,Bréziers		93	05	052	05022
3030155	Brézé	breze	FR	49260	1382	Europe/Paris	47.17266	-0.06132		Breze,Brézé		52	49	493	49060
3030157	Brey-et-Maison-du-Bois	brey-et-maison-du-bois	FR	25240	106	Europe/Paris	46.73839	6.22898		Bre-e-Mezon-dju-Bua,Brej et Mezon di Boa,Brey-et-Maison-du-Bois,Le Brey et Maison du Bois,bu lei he mai song-di-bu wa,Бре-е-Мезон-дю-Буа,Бреј ет Мезон ди Боа,布雷和迈松-迪-布瓦		27	25	253	25096
3030158	Bréxent-Énocq	brexent-enocq	FR	62170	598	Europe/Paris	50.51025	1.73095		Brexent,Brexent-Enocq,Bréxent,Bréxent-Énocq		32	62	624	62176
3030159	Brévonnes	brevonnes	FR	10220	594	Europe/Paris	48.35899	4.39951		Brevonne,Brévonne		44	10	103	10061
3030164	Brévilly	brevilly	FR	08140	377	Europe/Paris	49.66321	5.07763		Brevilly,Brévilly		44	08	083	08083
3030165	Brevilliers	brevilliers	FR	70400	577	Europe/Paris	47.58226	6.7897		Brevilliers		27	70	701	70096
3030166	Bréville-sur-Mer	breville-sur-mer	FR	50290	801	Europe/Paris	48.86551	-1.55645		Brevil sir Mer,Brevil'-sjur-Mer,Breville,Breville-sur-Mer,Brville-sur-Mer,Bréville,Bréville-sur-Mer,bin hai bu lei wei er,Бревил сир Мер,Бревиль-сюр-Мер,Бревіль-сюр-Мер,滨海布雷维尔		28	50	501	50081
3030167	Brévillers	brevillers	FR	62140	109	Europe/Paris	50.34731	2.01708		Brevillers,Brévillers		32	62	624	62175
3030168	Brévillers	brevillers	FR	62140	87	Europe/Paris	50.21612	2.37554		Brevillers,Brévillers		32	80	802	80140
3030169	Bréville-les-Monts	breville-les-monts	FR	14860	702	Europe/Paris	49.23333	-0.23333		Brevil,Brevil'-le-Mon,Breville,Bréville,bu lei wei er lai meng te,Бревил,Бревиль-ле-Мон,Бревіль-ле-Мон,布雷维尔莱蒙特		28	14	143	14106
3030170	Bréville	breville	FR	16370	531	Europe/Paris	45.79664	-0.2623		Breville,Bréville		75	16	162	16060
3030171	Bréviandes	breviandes	FR	10450	2093	Europe/Paris	48.25693	4.09531		Breviande,Breviandes,Bréviande,Bréviandes		44	10	103	10060
3030174	Brèves	breves	FR	58530	313	Europe/Paris	47.41774	3.60654		Breves,Brèves		27	58	582	58039
3030177	Brevans	brevans	FR	39100	674	Europe/Paris	47.09698	5.5248		Brevans		27	39	391	39078
3030179	Brévands	brevands	FR	50500	325	Europe/Paris	49.33083	-1.19073		Brevan,Brevand,Brevands,Brévands,bu lei wang de,Бреван,Бреванд,布雷旺德		28	50	504	50099
3030180	Bréval	breval	FR	78980	1735	Europe/Paris	48.94545	1.53309		Breval,Breval',Bréval,Бревал,Бреваль		11	78	781	78107
3030181	Brévainville	brevainville	FR	41160	172	Europe/Paris	47.95324	1.28301		Brevain-Commune,Brevainville,Brevenvil,Brevenvil',Brévain-Commune,Brévainville,bu lei wan wei er,Бревенвил,Бревенвіль,布雷万维尔		24	41	412	41026
3030183	Breux-sur-Avre	breux-sur-avre	FR	27570	304	Europe/Paris	48.75983	1.08498		Breux,Breux-sur-Avre		28	27	272	27115
3030184	Breux-Jouy	breux-jouy	FR	91650	0	Europe/Paris	48.56025	2.1565		Bre Zhu,Bre-Zhui,Breux,Breux-Saint-Yon,bu lei ru yi,Бре Жу,Бре-Жуи,Бре-Жуї,布勒茹伊		11	91	911	91106
3030185	Breux	breux	FR	55600	179	Europe/Paris	49.5842	5.3917		Bre,Breux,Бре		44	55	553	55077
3030186	Breux	breux	FR	55600	0	Europe/Paris	46.32687	3.29931				84	03	032	03254
3030187	Breuville	breuville	FR	50260	362	Europe/Paris	49.53803	-1.6745		Breuville		28	50	502	50079
3030188	Breuvery-sur-Coole	breuvery-sur-coole	FR	51240	202	Europe/Paris	48.85982	4.31321		Breuvery,Breuvery-sur-Coole,Breveri sir Kol,Breveri-sjur-Kool',ke ao er he pan bu lei wei li,Бревери сир Кол,Бревері-сюр-Кооль,科奥尔河畔布勒韦里		44	51	511	51087
3030189	Breuvannes-en-Bassigny	breuvannes-en-bassigny	FR	52240	757	Europe/Paris	48.1	5.61667				44	52	521	52074
3030191	Breuschwickersheim	breuschwickersheim	FR	67112	1155	Europe/Paris	48.58007	7.60159				44	67	678	67065
3030192	Breurey-lès-Faverney	breurey-les-faverney	FR	70160	525	Europe/Paris	47.75548	6.13109		Breurey,Breurey-les-Faverney,Breurey-lès-Faverney		27	70	702	70095
3030193	Breuil	breuil	FR	51140	352	Europe/Paris	49.31667	3.76667		Breuil-sur-Vesle		44	51	513	51086
3030195	Breuilpont	breuilpont	FR	27640	1173	Europe/Paris	48.96398	1.42919		Brejpon,Breuilpont,bu lei yi er peng,Брейпон,Брејпон,布勒伊尔蓬		28	27	271	27114
3030266	Bretignolles	bretignolles	FR	79140	624	Europe/Paris	46.86305	-0.60699		Bretignolle,Bretignolles,Brétignolle		75	79	791	79050
3030197	Breuil-Magné	breuil-magne	FR	17870	1324	Europe/Paris	45.98387	-0.95885		Brej Mane,Brej-Man'e,Breuil-Magne,Breuil-Magné,Brjoj-Man'e,Bryoy Mane,bu lei yi ma nie,Брей-Маньє,Бреј Мање,Брёй-Манье,Բրյոյ Մանե,布勒伊马涅		75	17	172	17065
3030203	Breuillet	breuillet	FR	17920	7755	Europe/Paris	48.57064	2.17424		Breuillet		11	91	913	91105
3030204	Breuillet	breuillet	FR	17920	2349	Europe/Paris	45.69155	-1.0548		Breuillet		75	17	172	17064
3030205	Breuil-le-Sec	breuil-le-sec	FR	60840	2178	Europe/Paris	49.37135	2.45084		Brej le Sek,Brej-le-Sek,Breuil,Breuil-le-Sec,bu lei yi lai sai ke,Брей-ле-Сек,Бреј ле Сек,布勒伊莱塞克		32	60	602	60106
3030207	Breuil-la-Réorte	breuil-la-reorte	FR	17700	336	Europe/Paris	46.06412	-0.69588		Breuil,Breuil-la-Reorte,Breuil-la-Réorte		75	17	172	17063
3030208	Breuilh	breuilh	FR	24380	209	Europe/Paris	45.05739	0.75404		Breuilh		75	24	243	24312
3030210	Brueil-en-Vexin	brueil-en-vexin	FR	78440	559	Europe/Paris	49.03333	1.81667		Brej an Veksen,Brjuej-an-Veksen,Brueil,Бреј ан Вексен,Брюей-ан-Вексен		11	78	781	78113
3030213	Breuil-Bois-Robert	breuil-bois-robert	FR	78930	701	Europe/Paris	48.94557	1.71703		Breuil,Breuil-Bois-Robert,le Breuil-Bois Robert		11	78	781	78104
3030214	Breuil-Barret	breuil-barret	FR	85120	668	Europe/Paris	46.65241	-0.68241		Breuil-Barret		52	85	851	85037
3030215	Breuilaufa	breuilaufa	FR	87300	129	Europe/Paris	46.04186	1.10602		Breuilaufa		75	87	871	87022
3030222	Breuil	breuil	FR	51140	67	Europe/Paris	49.73786	2.95571		Breuil		32	80	804	80139
3030223	Breuil	breuil	FR	51140	0	Europe/Paris	49.55503	1.00335		Breuil,Le Breuil		28	76	763	76287
3030224	Breuil	breuil	FR	51140	0	Europe/Paris	49.21655	1.72386				11	95	953	95541
3030225	Breuil	breuil	FR	51140	0	Europe/Paris	46.28866	1.92879				75	23	232	23101
3030227	Breugnon	breugnon	FR	58460	157	Europe/Paris	47.42834	3.45167		Breugnon		27	58	582	58038
3030228	Breuchotte	breuchotte	FR	70280	302	Europe/Paris	47.84078	6.46955		Breuchatte,Breuchotte		27	70	701	70094
3030230	Breuches	breuches	FR	70300	774	Europe/Paris	47.79909	6.32861		Breuches,Breuches-les-Luxeuil		27	70	701	70093
3030231	Bretx	bretx	FR	31530	400	Europe/Paris	43.70759	1.1994		Bretx		76	31	313	31089
3030232	Brettnach	brettnach	FR	57320	373	Europe/Paris	49.25679	6.563		Brettnach		44	57	573	57110
3030233	Bretteville-sur-Odon	bretteville-sur-odon	FR	14760	4320	Europe/Paris	49.16627	-0.41662		Bretteville,Bretteville-sur-Odon,Brettvil'-sjur-Odon,Bretvil sir Odon,Bretvil'-sjur-Odon,ao dong he pan bu lei te wei er,Бретвил сир Одон,Бретвиль-сюр-Одон,Бреттвиль-сюр-Одон,Бреттвіль-сюр-Одон,奥东河畔布雷特维尔		28	14	142	14101
3030234	Bretteville-sur-Laize	bretteville-sur-laize	FR	14680	1572	Europe/Paris	49.04466	-0.32639		Bretteville,Bretteville-sur-Laize,Brettvil'-sjur-Lez,Bretvil sir Lez,Bretvil'-sjur-Lez,lai ci he pan bu lei te wei er,Бретвил сир Лез,Бретвиль-сюр-Лез,Бреттвиль-сюр-Лез,Бреттвіль-сюр-Лез,莱兹河畔布雷特维尔		28	14	142	14100
3030235	Bretteville-sur-Dives	bretteville-sur-dives	FR	14170	296	Europe/Paris	49.03825	-0.02021		Bretteville,Bretteville-sur-Dives		28	14	143	14654
3030236	Bretteville-sur-Ay	bretteville-sur-ay	FR	50430	323	Europe/Paris	49.26	-1.63237		Bretteville,Bretteville-sur-Ay		28	50	503	50078
3030237	Bretteville-Saint-Laurent	bretteville-saint-laurent	FR	76560	186	Europe/Paris	49.76048	0.87637		Bretteville,Bretteville-Saint-Laurent		28	76	763	76144
3030238	Bretteville-l'Orgueilleuse	bretteville-l-orgueilleuse	FR	14740	2298	Europe/Paris	49.21189	-0.51428		Bretteville,Bretteville-l'Orgueilleuse		28	14	142	14098
3030239	Bretteville-le-Rabet	bretteville-le-rabet	FR	14190	200	Europe/Paris	49.02516	-0.25942		Bretteville,Bretteville-la-Rabet,Bretteville-le-Rabet,Brettvil'-le-Rabe,Bretvil le Rabe,Bretvil'-le-Rabe,bu lei te wei er lai la bei,Бретвил ле Рабе,Бретвиль-ле-Рабе,Бреттвиль-ле-Рабе,Бреттвіль-ле-Рабе,布雷特维尔莱拉贝		28	14	142	14097
3030240	Bretteville-du-Grand-Caux	bretteville-du-grand-caux	FR	76110	1271	Europe/Paris	49.66667	0.4		Bretteville,La Nativite,La Nativité		28	76	762	76143
3030241	Bretteville	bretteville	FR	50110	0	Europe/Paris	49.66451	1.02626				28	76	761	76721
3030242	Bretteville	bretteville	FR	50110	1036	Europe/Paris	49.6544	-1.52884		Bretteville		28	50	502	50077
3030243	Brettes	brettes	FR	16240	192	Europe/Paris	46.00553	0.0413		Bret,Brett,Brettes,bu lei tai,Брет,Бретт,布雷泰		75	16	163	16059
3030244	Bretten	bretten	FR	68780	109	Europe/Paris	47.70133	7.06952		Bretten		44	68	681	68052
3030245	Brette-les-Pins	brette-les-pins	FR	72250	1618	Europe/Paris	47.91158	0.33637		Brette,Brette-les-Pins		52	72	723	72047
3030247	Brette	brette	FR	26340	34	Europe/Paris	44.58582	5.31911		Brette		84	26	261	26062
3030250	Bretonvillers	bretonvillers	FR	25380	252	Europe/Paris	47.21876	6.63494		Bretonvillers		27	25	253	25095
3030254	Bretoncelles	bretoncelles	FR	61110	1367	Europe/Paris	48.43122	0.88775		Bretoncelles		28	61	613	61061
3030257	Brétigny-sur-Orge	bretigny-sur-orge	FR	91220	24317	Europe/Paris	48.61135	2.30593		Bretigny,Bretigny-sur-Orge,Bretin'i-sjur-Orzh,Bretini sir Orz,Brétigny-sur-Orge,ao er ri he pan bu lei di ni,beuletiniswileuoleuju,brtyny-swr-arzh,brwtny swr awrzh,buretini=shuru=oruju,Бретиньи-сюр-Орж,Бретињи сир Орж,Бретіньї-сюр-Орж,برتینی-سور-ارژ,بروتنی سور اورژ,ブレティニー＝シュル＝オルジュ,奥尔日河畔布雷蒂尼,브레티니쉬르오르주		11	91	913	91103
3030259	Brétigny	bretigny	FR	21490	0	Europe/Paris	49.91777	1.32147				28	76	761	76054
3030260	Brétigny	bretigny	FR	21490	351	Europe/Paris	49.56755	3.11142		Bretigny,Brétigny		32	60	603	60105
3030261	Brétigny	bretigny	FR	21490	174	Europe/Paris	49.21462	0.67834		Bretigny,Brétigny		28	27	272	27113
3030262	Brétigny	bretigny	FR	21490	0	Europe/Paris	48.42062	1.57044				24	28	281	28380
3030263	Bretigny	bretigny	FR	21490	808	Europe/Paris	47.4	5.1		Bretin'i,bu lei di ni,Бретиньи,布雷蒂尼		27	21	212	21107
3030338	Brens	brens	FR	01300	1786	Europe/Paris	43.88725	1.90716		Brens		76	81	811	81038
3030264	Bretignolles-sur-Mer	bretignolles-sur-mer	FR	85470	3293	Europe/Paris	46.62774	-1.85675		Bretignolles,Bretignolles-sur-Mer,Bretin'ol'-sjur-Mer,Bretinol na Moru,Brétignolles-sur-Mer,bin hai bu lei di ni ao lei,Бретињол на Мору,Бретіньоль-сюр-Мер,滨海布雷蒂尼奥勒		52	85	853	85035
3030669	Bouzonville	bouzonville	FR	57320	0	Europe/Paris	49.153	5.77504				44	54	541	54440
3030267	Bretigney-Notre-Dame	bretigney-notre-dame	FR	25110	108	Europe/Paris	47.31667	6.3		Bretigney,Brétigney		27	25	251	25094
3030268	Bretigney	bretigney	FR	25250	77	Europe/Paris	47.48577	6.63636		Bretigney		27	25	252	25093
3030273	Brethenay	brethenay	FR	52000	366	Europe/Paris	48.15298	5.1319		Brethenay		44	52	521	52072
3030274	Brethel	brethel	FR	61270	119	Europe/Paris	48.71667	0.53333				28	61	613	61060
3030275	Breteuil	breteuil	FR	27160	3714	Europe/Paris	48.83333	0.91667		Breteuil-sur-Iton		28	27	272	27112
3030276	Breteuil	breteuil	FR	27160	4436	Europe/Paris	49.63357	2.29509		Breteuil,Breteuil-sur-Noye		32	60	602	60104
3030278	Bretenoux	bretenoux	FR	46130	1346	Europe/Paris	44.91513	1.83814		Bertenons,Bertenor,Bretenoux,Bretenu,Bretnu,bu lei te nu,Бретену,Бретну,布雷特努		76	46	462	46038
3030279	Bretenières	bretenieres	FR	39120	32	Europe/Paris	46.91789	5.54222		Bretenieres,Bretenières		27	39	391	39077
3030280	Bretenière	breteniere	FR	21110	796	Europe/Paris	47.24067	5.11443		Breten'er,Breteniere,Bretenieres,Bretenière,Bretenières,Bretnijer,bu lei tai ni ai,Бретеньер,Бретеньєр,Бретнијер,布雷泰尼埃		27	21	212	21106
3030283	Breteil	breteil	FR	35160	3242	Europe/Paris	48.1452	-1.89864		Breteil,Bretej,Bretolium,Brezhiel,bu lei tai,Бретей,Бретеј,布雷泰		53	35	353	35040
3030284	Breteau	breteau	FR	45250	88	Europe/Paris	47.68286	2.89343		Breteau,Breto,Брето		24	45	451	45052
3030285	Brêteau	breteau	FR	45250	0	Europe/Paris	46.93922	1.38007		Breteau,Brêteau		24	36	362	36243
3030286	Bretagne-de-Marsan	bretagne-de-marsan	FR	40280	997	Europe/Paris	43.8475	-0.46473		Bretagne,Bretagne-de-Marsan		75	40	402	40055
3030287	Bretagne-d'Armagnac	bretagne-d-armagnac	FR	32800	0	Europe/Paris	43.8862	0.13786		Bretagne,Bretagne-d'Armagnac		76	32	322	32064
3030289	Bretagne	bretagne	FR	36110	197	Europe/Paris	47.59535	6.9977		Bretagne,Bretan',Бретань		27	90	901	90019
3030290	Bretagne	bretagne	FR	36110	0	Europe/Paris	47.00343	1.68135		Bretagne,Bretan',Бретань		24	36	362	36024
3030291	Bretagne	bretagne	FR	36110	0	Europe/Paris	46.67962	2.05904		Bretagne		24	36	363	36017
3030292	Bretagne	bretagne	FR	36110	0	Europe/Paris	45.91371	0.94368		Bretagne,Bretan',La Bretagne,Бретань		75	87	873	87154
3030294	Brestot	brestot	FR	27350	423	Europe/Paris	49.3523	0.68517		Brestot		28	27	272	27110
3030300	Brest	brest	FR	29200	144899	Europe/Paris	48.39029	-4.48628		BES,Brest,Brestia,braista,bu lei si te,buresuto,Брест,ब्रैस्त,ブレスト,布雷斯特	291	53	29	291	29019
3030303	Bressuire	bressuire	FR	79300	20743	Europe/Paris	46.84158	-0.49042		Berceorium,Bresir,Bressjuir,Bressuire,Givre-en-Mai,bu lei xu er,bureshuiru,Бресир,Брессюир,Брессюїр,ブレシュイール,布雷敘爾	791	75	79	791	79049
3030307	Bresson	bresson	FR	38320	808	Europe/Paris	45.13729	5.74767		Bresson		84	38	381	38057
3030308	Bressols	bressols	FR	82710	2862	Europe/Paris	43.96807	1.33753		Brecols,Bresol,Bressol',Bressols,Bressòls,Breçòls,bu lei suo er,Бресол,Брессоль,布雷索尔		76	82	822	82025
3030309	Bressolles	bressolles	FR	01360	991	Europe/Paris	46.53089	3.31654		Bressolles		84	03	032	03040
3030310	Bressolles	bressolles	FR	01360	642	Europe/Paris	45.8678	5.0961		Bressolles		84	01	012	01062
3030313	Bressieux	bressieux	FR	38870	86	Europe/Paris	45.32251	5.27412		Bressieux		84	38	383	38056
3030314	Bressey-sur-Tille	bressey-sur-tille	FR	21560	565	Europe/Paris	47.30824	5.183		Bressey,Bressey-sur-Tille		27	21	212	21105
3030315	Bresse-sur-Grosne	bresse-sur-grosne	FR	71460	180	Europe/Paris	46.59285	4.7356		Bresse,Bresse-sur-Grosne		27	71	712	71058
3030320	Bresolettes	bresolettes	FR	61190	21	Europe/Paris	48.63333	0.63333				28	61	613	61491
3030322	Bresnay	bresnay	FR	03210	383	Europe/Paris	46.442	3.24938		Bresnay		84	03	032	03039
3030323	Bresles	bresles	FR	60510	3934	Europe/Paris	49.41044	2.25024		Brel,Brel',Brele,Bresles,Brèle,bu lei si lai,Брел,Брель,布雷斯莱		32	60	601	60103
3030325	Bresle	bresle	FR	80300	90	Europe/Paris	49.98338	2.55705		Bresle		32	80	802	80138
3030327	Bresilley	bresilley	FR	70140	153	Europe/Paris	47.25	5.65				27	70	702	70092
3030328	Bresdon	bresdon	FR	17490	301	Europe/Paris	45.87643	-0.15967		Bresdon		75	17	175	17062
3030331	Bréry	brery	FR	39230	204	Europe/Paris	46.78361	5.57857		Brery,Bréry		27	39	392	39199
3030334	Breny	breny	FR	02210	244	Europe/Paris	49.18333	3.35		Breni,bu lei ni,Брени,Брені,Բրենի,布雷尼		32	02	024	02121
3030335	Brenthonne	brenthonne	FR	74890	742	Europe/Paris	46.27201	6.397		Brenthonne		84	74	744	74048
3030336	Brens	brens	FR	01300	0	Europe/Paris	46.26617	6.34409				84	74	744	74043
3030337	Brens	brens	FR	01300	805	Europe/Paris	45.73032	5.69132		Brens		84	01	011	01061
3030339	Brenoux	brenoux	FR	48000	326	Europe/Paris	44.48389	3.53278		Brenosc,Brenoux,Brenu,bu lei nu,Брену,布雷努		76	48	482	48030
3030340	Brenouille	brenouille	FR	60870	2316	Europe/Paris	49.30551	2.54437		Brenouille,Brenuj,bu lei nu yi er,Бренуй,Бренуј,布雷努伊尔		32	60	602	60102
3030342	Brenon	brenon	FR	83840	27	Europe/Paris	43.76931	6.5419		Brenon		93	83	831	83022
3030343	Brénod	brenod	FR	01110	463	Europe/Paris	46.05926	5.60558		Breno,Brenod,Brénod,brnwd,brynwd,bu lei nuo,Брено,Բրենո,برنود,برينود,برینود,布雷诺		84	01	014	01060
3030345	Brennilis	brennilis	FR	29690	485	Europe/Paris	48.35761	-3.85123		Braniji,Bren'i,Brennilis,Brenniliz,bu lei ni li,buren'nirisu,Бранији,Бреннилис,Бреньи,Бреньї,ブレンニリス,布雷尼利		53	29	292	29018
3030347	Brennes	brennes	FR	52200	147	Europe/Paris	47.79639	5.28024		Brennes		44	52	522	52070
3030354	Brengues	brengues	FR	46320	186	Europe/Paris	44.57843	1.8318		Brengues		76	46	462	46039
3030357	Brenelle	brenelle	FR	02220	190	Europe/Paris	49.36607	3.54237		Brenelle		32	02	024	02120
3030360	Brénaz	brenaz	FR	01260	113	Europe/Paris	45.94817	5.72319		Brenaz,Brénaz		84	01	011	01453
3030361	Brenat	brenat	FR	63500	491	Europe/Paris	45.55208	3.3092		Brena,Brenat,Брена		84	63	633	63051
3030362	Brenas	brenas	FR	34650	28	Europe/Paris	43.65325	3.25669		Brenas		76	34	341	34040
3030363	Brenac	brenac	FR	11500	0	Europe/Paris	45.04788	1.15323				75	24	244	24291
3030364	Brenac	brenac	FR	11500	214	Europe/Paris	42.89021	2.15233		Brenac		76	11	112	11304
3030844	Bousignies	bousignies	FR	59178	272	Europe/Paris	50.43438	3.34649		Bousignies		32	59	596	59100
3030365	Bren	bren	FR	26260	503	Europe/Paris	45.13727	4.94676		Bren,Brengun,Karabin maszynowy Bren,beulen gyeong-gigwanchong,brn,bu lang shi qing ji qiang,bu lun shi qing ji qiang,buren,Брен,ברן,ブレン,布伦式轻机枪,布朗式轻机枪,브렌 경기관총		84	26	263	26061
3030366	Brémur-et-Vaurois	bremur-et-vaurois	FR	21400	86	Europe/Paris	47.73321	4.60416		Bremur,Bremur-et-Vaurois,Brémur,Brémur-et-Vaurois		27	21	213	21104
3030367	Brémoy	bremoy	FR	14260	234	Europe/Paris	48.99041	-0.78054		Bremoa,Bremoy,Bremua,Brémoy,bu lei mu wa,Бремоа,Бремуа,布雷穆瓦		28	14	144	14096
3030368	Brémontier-Merval	bremontier-merval	FR	76220	491	Europe/Paris	49.50299	1.61068		Bremontier,Bremontier-Merval,Brémontier,Brémontier-Merval		28	76	761	76142
3030370	Bremondans	bremondans	FR	25530	82	Europe/Paris	47.23333	6.4				27	25	253	25089
3030371	Brémoncourt	bremoncourt	FR	54290	155	Europe/Paris	48.48925	6.35281		Bremoncourt,Brémoncourt		44	54	542	54098
3030372	Brémoncourt	bremoncourt	FR	54290	0	Europe/Paris	47.34635	7.04777				27	25	252	25386
3030374	Brêmes	bremes	FR	62610	1356	Europe/Paris	50.85483	1.97687		Bremes,Brêmes		32	62	626	62174
3030375	Bréménil	bremenil	FR	54540	0	Europe/Paris	48.5234	6.91932		Bremenil,Bréménil		44	54	542	54097
3030377	La Crèche	la-creche	FR	79260	4883	Europe/Paris	46.36667	-0.3		Breloux,Creche,Crèche,Kresh,La-Kresh,Креш,Ла-Креш		75	79	792	79048
3030378	Brélidy	brelidy	FR	22140	352	Europe/Paris	48.66205	-3.21929		Brelidi,Brelidy,Brélidy		53	22	222	22018
3030381	Brélès	breles	FR	29810	786	Europe/Paris	48.47805	-4.71402		Breles,Brelez,Brélès		53	29	291	29017
3030383	Breitenbach-Haut-Rhin	breitenbach-haut-rhin	FR	68380	887	Europe/Paris	48.02342	7.1018		Breitenbach,Breitenbach-Haut-Rhin		44	68	682	68051
3030384	Breitenbach	breitenbach	FR	67220	701	Europe/Paris	48.36441	7.28995		Breitenbach		44	67	675	67063
3030385	Breitenau	breitenau	FR	67220	273	Europe/Paris	48.323	7.29052		Brajtenau,Breitenau,Breteno,Брајтенау,Бретено		44	67	675	67062
3030386	Breistroff-la-Grande	breistroff-la-grande	FR	57570	428	Europe/Paris	49.45649	6.21823		Breistroff,Breistroff-la-Grande		44	57	577	57109
3030387	Breil-sur-Roya	breil-sur-roya	FR	06540	2138	Europe/Paris	43.93755	7.51472		Breil,Breil-sur-Roya,Brej sir Roaja,Brej sir Roja,Brej sla Roya,Brej-sjur-Ruaja,Brej-sjur-Ruajja,Brelh,Brelh de Roia,Brelh de Ròia,Brelium,bryl swr rwya,lu wa a he pan bu lei,Брей-сюр-Руайя,Брей-сюр-Руая,Бреј сир Роаја,Бреј сир Роја,بريل سور رويا,鲁瓦阿河畔布雷		93	06	062	06023
3030388	Breilly	breilly	FR	80470	467	Europe/Paris	49.93498	2.17994		Brei,Breilly,Breji,bu lei yi,Бреї,Бреји,布雷伊		32	80	802	80137
3030390	Breil	breil	FR	49490	327	Europe/Paris	47.47512	0.15751		Breil		52	49	493	49228
3030391	Breil	breil	FR	49490	0	Europe/Paris	44.71465	0.682				75	24	241	24441
3030392	Breidenbach	breidenbach	FR	57720	357	Europe/Paris	49.13577	7.42263		Breidenbach		44	57	576	57108
3030394	Bréhéville	breheville	FR	55150	208	Europe/Paris	49.3828	5.32976		Breheville,Bréhéville		44	55	553	55076
3030395	Bréhémont	brehemont	FR	37130	821	Europe/Paris	47.29499	0.35916		Brehemont,Bréhémont		24	37	372	37038
3030401	Île-de-Bréhat	ile-de-brehat	FR	22870	0	Europe/Paris	48.84592	-3.00053		Brehat,Bréhat,Enez Vriad,Enez-Vriad,Il'-de-Brea,Ile de Brehat,Ile-de-Brehat,Insula Brihiacum,Le Bourg,ayl-dw-brya,yi er de bu lei a,Île de Bréhat,Île-de-Bréhat,Іль-де-Бреа,Иль-де-Бреа,ایل-دو-برئا,伊尔德布雷阿		53	22	224	22016
3030402	Bréhan	brehan	FR	56580	0	Europe/Paris	48.06082	-2.68779		Brean,Brehan,Brehan Loudeac,Brehan-Loudeac,Brehant-Loudieg,Bréhan,Bréhan Loudéac,Bréhan-Loudéac,bu lei ang,Бреан,布雷昂		53	56	562	56024
3030403	Bréhand	brehand	FR	22510	1321	Europe/Paris	48.40257	-2.57375		Brean,Brehand,Brehant-Monkontour,Bréhand,bu lei ang,Бреан,布雷昂		53	22	224	22015
3030405	Bréhal	brehal	FR	50290	2669	Europe/Paris	48.89915	-1.51225		Breal,Breal',Brehal,Brhal,Bréhal,bu lei a,Бреал,Бреаль,布雷阿		28	50	501	50076
3030540	Bransat	bransat	FR	03500	517	Europe/Paris	46.32209	3.22921		Bransat,Branssat		84	03	032	03038
3030406	Bréhain-la-Ville	brehain-la-ville	FR	54190	236	Europe/Paris	49.43829	5.88119		Brehain,Brehain-Bas,Brehain-la-Ville,Bréhain,Bréhain-la-Ville		44	54	541	54096
3030407	Bréhain	brehain	FR	57340	76	Europe/Paris	48.91013	6.53925		Breehn,Breen,Brehain,Brejen,Bréhain,brhn,bu lei an,Бреен,Бреэн,Брејен,برهن,布雷安		44	57	575	57107
3030408	Brégy	bregy	FR	60440	502	Europe/Paris	49.08219	2.8654		Bregy,Brégy		32	60	604	60101
3030411	Brégnier-Cordon	bregnier-cordon	FR	01300	615	Europe/Paris	45.64155	5.62417		Bregnier,Bregnier-Cordon,Bren'e-Kordon,Brenie Kordon,Brenije Kordon,Brégnier,Brégnier-Cordon,brynyyr-kwrdwn,bu lei nie-ke er dong,Бренье-Кордон,Бреньє-Кордон,Брењије Кордон,Բրենիե Կորդոն,برينيير-كوردون,布雷涅－科尔东		84	01	011	01058
3030417	Bréel	breel	FR	61100	131	Europe/Paris	48.81277	-0.39042		Breel,Bréel		28	61	612	61007
3030418	Brée	bree	FR	53150	484	Europe/Paris	48.15075	-0.51923		Bre,Bree,Brée,bu lei ai,Бре,布雷埃		52	53	533	53043
3030424	Brécy-Brières	brecy-brieres	FR	08400	85	Europe/Paris	49.3228	4.76712		Brecy,Brecy-Brieres,Brécy,Brécy-Brières		44	08	084	08082
3030425	Brécy	brecy	FR	02210	0	Europe/Paris	49.26411	-0.57395				28	14	141	14200
3030426	Brécy	brecy	FR	02210	321	Europe/Paris	49.14715	3.42905		Brecy,Brécy		32	02	021	02119
3030427	Brécy	brecy	FR	02210	0	Europe/Paris	47.48916	4.03928				27	89	892	89333
3030428	Brécy	brecy	FR	02210	713	Europe/Paris	47.124	2.62		Brecy,Brécy		24	18	181	18035
3030429	Brectouville	brectouville	FR	50160	160	Europe/Paris	49.02265	-1.02173		Brectouville,Brektuvil,Brektuvil',bu lei ke tu wei er,Бректувил,Бректувиль,Бректувіль,布雷克图维尔		28	50	504	50601
3030431	Breconchaux	breconchaux	FR	25640	80	Europe/Paris	47.33333	6.26667				27	25	251	25088
3030433	Brèches	breches	FR	37330	271	Europe/Paris	47.56971	0.38866		Breches,Brèches		24	37	371	37037
3030434	Brèches	breches	FR	37330	0	Europe/Paris	47.21964	3.54321				27	58	582	58266
3030436	Bréchaumont	brechaumont	FR	68210	360	Europe/Paris	47.66907	7.0669		Brechaumont,Bréchaumont		44	68	681	68050
3030437	Bréchamps	brechamps	FR	28210	316	Europe/Paris	48.67236	1.52189		Brechamps,Bréchamps		24	28	283	28058
3030438	Brechainville	brechainville	FR	88350	46	Europe/Paris	48.36667	5.48333				44	88	882	88074
3030440	Brech	brech	FR	56400	5071	Europe/Paris	47.72075	-2.99708		Brec'h,Brech,Bresh,Бреш		53	56	561	56023
3030442	Brécey	brecey	FR	50370	2336	Europe/Paris	48.72413	-1.16647		Brcey,Brecey,Brese,Brécey,bu lei sai,Бресе,布雷塞		28	50	501	50074
3030443	Brecé	brece	FR	35530	816	Europe/Paris	48.39822	-0.78965		Brece,Brecé,Brécé		52	53	533	53042
3030444	Brécé	brece	FR	35530	1572	Europe/Paris	48.10904	-1.48308		Brec'heg,Brece,Brécé		53	35	353	35039
3030445	Brebotte	brebotte	FR	90140	270	Europe/Paris	47.57836	6.97213		Brebotte		27	90	901	90018
3030446	Brebières	brebieres	FR	62117	4522	Europe/Paris	50.33333	3.01667		Breb'er,Breber,Brebjer,brybyrys,bu lei bi ye er,Бребьер,Бребєр,Бребјер,بريبيريس,布勒比耶尔		32	62	621	62173
3030447	Bréban	breban	FR	51320	91	Europe/Paris	48.57772	4.40477		Breban,Bréban		44	51	514	51084
3030448	Bréauté	breaute	FR	76110	1125	Europe/Paris	49.62805	0.40005		Breaute,Bréauté,Le Bourg-Libre		28	76	762	76141
3030451	Bréau	breau	FR	77720	448	Europe/Paris	43.989	3.57226		Breau,Breau-et-Salagosse,Bréau,Bréau-et-Salagosse		76	30	303	30052
3030454	Bréançon	breancon	FR	95640	356	Europe/Paris	49.14245	2.02182		Breancon,Breanson,Bréançon,bu lei ang song,Бреансон,布雷昂松		11	95	953	95102
3030455	Bréal-sous-Vitré	breal-sous-vitre	FR	35370	579	Europe/Paris	48.10363	-1.06123		Breal,Breal-Gwitreg,Breal-sous-Vitre,Bréal,Bréal-sous-Vitré		53	35	351	35038
3030456	Bréal-sous-Montfort	breal-sous-montfort	FR	35310	4168	Europe/Paris	48.04798	-1.86716		Breal,Breal su Monfor,Breal'-su-Monfor,Breal-Monforzh,Breal-Moñforzh,Breal-sous-Montfort,Breallum Monteforti,Bréal,Bréal-sous-Montfort,bu lei a su meng te fu er,Бреал су Монфор,Бреаль-су-Монфор,布雷阿苏蒙特福尔		53	35	353	35037
3030457	Brazey-en-Plaine	brazey-en-plaine	FR	21470	2555	Europe/Paris	47.13784	5.21538		Brazey,Brazey-en-Plaine		27	21	211	21103
3030458	Brazey-en-Morvan	brazey-en-morvan	FR	21430	163	Europe/Paris	47.17417	4.29155		Brazey,Brazey-en-Morvan,Brazey-en-Morvand		27	21	211	21102
3030459	Bray-sur-Somme	bray-sur-somme	FR	80340	1360	Europe/Paris	49.94085	2.71847		Bray,Bray-su-Sonme,Bray-sur-Somme,Bre na Somi,Bre-sjur-Somm,suo mu he pan bu lai,Бре на Соми,Бре-сюр-Сомм,索姆河畔布赖		32	80	804	80136
3030460	Bray-sur-Seine	bray-sur-seine	FR	77480	2135	Europe/Paris	48.41371	3.23852		Bray,Bray-sur-Seine,Bre na Seni,Bre-sjur-Sen,Бре на Сени,Бре-сюр-Сен		11	77	773	77051
3030462	Bray-Saint-Christophe	bray-saint-christophe	FR	02480	71	Europe/Paris	49.77056	3.14388		Bray,Bray-Saint-Christophe		32	02	023	02117
3030463	Bray-lès-Mareuil	bray-les-mareuil	FR	80580	235	Europe/Paris	50.05367	1.85312		Bray,Bray-les-Mareuil,Bray-lès-Mareuil		32	80	801	80135
3030465	Bray-et-Lû	bray-et-lu	FR	95710	796	Europe/Paris	49.13801	1.65587		Bray,Bray-Lu,Bray-Lû,Bray-et-Lu,Bray-et-Lû		11	95	953	95101
3030466	Braye-sur-Maulne	braye-sur-maulne	FR	37330	216	Europe/Paris	47.55528	0.24929		Braye,Braye-sur-Maulne		24	37	371	37036
3030467	Braye-sous-Faye	braye-sous-faye	FR	37120	384	Europe/Paris	46.99177	0.34711		Braye,Braye-sous-Faye		24	37	371	37035
3030468	Bray-en-Val	bray-en-val	FR	45460	1102	Europe/Paris	47.82856	2.36644		Bray,Bray-en-Val,Bre-an-Val',Brej an Val,wa de qu bu lai,Бре-ан-Валь,Бреј ан Вал,瓦地区布赖		24	45	452	45051
3030469	Braye-en-Thiérache	braye-en-thierache	FR	02140	154	Europe/Paris	49.77917	3.95962		Braye,Braye-en-Thierache,Braye-en-Thiérache		32	02	025	02116
3030470	Braye-en-Laonnois	braye-en-laonnois	FR	02000	194	Europe/Paris	49.43964	3.60929		Braye,Braye-en-Laonnois		32	02	022	02115
3030472	Braye	braye	FR	02880	130	Europe/Paris	49.4231	3.37131		Braye		32	02	024	02118
3030473	Bray-Dunes	bray-dunes	FR	59123	4681	Europe/Paris	51.07786	2.51673		Bray,Bray-Dunes,Bray-Duunn,Brayduinen,Bre Din,Bre-Djun,bu lai di ne,Бре Дин,Бре-Дюн,布赖迪讷		32	59	594	59107
3030477	Bray	bray	FR	27170	0	Europe/Paris	50.33801	2.69109				32	62	621	62589
3030478	Bray	bray	FR	27170	0	Europe/Paris	49.9086	1.28272		Brais,Bray		28	76	761	76235
3030479	Bray	bray	FR	27170	258	Europe/Paris	49.10677	0.84266		Bray		28	27	272	27109
3030480	Bray	bray	FR	27170	0	Europe/Paris	48.46639	0.51465				28	61	613	61411
3030481	Bray	bray	FR	27170	0	Europe/Paris	48.18864	4.13172				44	10	103	10049
3030482	Bray	bray	FR	27170	0	Europe/Paris	46.7	3.61667				84	03	032	03119
3030483	Bray	bray	FR	27170	129	Europe/Paris	46.50492	4.72198		Bray		27	71	715	71057
3030484	Brax	brax	FR	31490	1694	Europe/Paris	44.20282	0.5513		Brax		75	47	471	47040
3030485	Brax	brax	FR	31490	2314	Europe/Paris	43.61793	1.23957		Brax		76	31	313	31088
3030489	Braux-Saint-Remy	braux-saint-remy	FR	51800	75	Europe/Paris	49.01667	4.86667		Braux,Braux-Ceres,Braux-Cérès,Braux-Val-Ceres,Braux-Val-Cérès		44	51	511	51083
3030490	Braux-Sainte-Cohière	braux-sainte-cohiere	FR	51800	73	Europe/Paris	49.09116	4.83016		Braux,Braux-Sainte-Cohiere,Braux-Sainte-Cohière,Braux-sous-Valmy,Mont-Braux		44	51	511	51082
3030492	Braux-le-Châtel	braux-le-chatel	FR	52120	126	Europe/Paris	48.09907	4.94445		Braux,Braux-le-Chatel,Braux-le-Châtel		44	52	521	52069
3030493	Braux	braux	FR	04240	0	Europe/Paris	49.84929	4.7671				44	08	081	08081
3030494	Braux	braux	FR	04240	123	Europe/Paris	48.48322	4.47216		Braux,Braux-sur-Ravet		44	10	101	10059
3030495	Braux	braux	FR	04240	172	Europe/Paris	47.4081	4.42608		Braux		27	21	213	21101
3030496	Braux	braux	FR	04240	125	Europe/Paris	43.98589	6.70009		Braux		93	04	042	04032
3030497	Brauvilliers	brauvilliers	FR	55170	150	Europe/Paris	48.58096	5.15115		Brauvilliers		44	55	551	55075
3030503	Braud-et-Saint-Louis	braud-et-saint-louis	FR	33820	1424	Europe/Paris	45.24781	-0.62576		Braud,Braud-et-Saint-Louis		75	33	331	33073
3030505	Bratte	bratte	FR	54610	31	Europe/Paris	48.81452	6.21614		Bratte		44	54	543	54095
3030507	Brassy	brassy	FR	58140	54	Europe/Paris	49.72914	2.04209		Brassy		32	80	802	80134
3030508	Brassy	brassy	FR	58140	630	Europe/Paris	47.26203	3.93476		Brassy		27	58	581	58037
3030509	Bras-sur-Meuse	bras-sur-meuse	FR	55100	650	Europe/Paris	49.20998	5.37766		Bras,Bras-sur-Meuse		44	55	553	55073
3030511	Brasseuse	brasseuse	FR	60810	142	Europe/Paris	49.25664	2.68067		Brasez,Brasseuse,Brassez,bu la se si,Брасез,Брассез,布拉瑟斯		32	60	604	60100
3030673	Bouzincourt	bouzincourt	FR	80300	505	Europe/Paris	50.02557	2.61029		Bouzincourt,Buzenkur,bu zan ku er,Бузенкур,布赞库尔		32	80	804	80129
3030513	Brassempouy	brassempouy	FR	40330	287	Europe/Paris	43.63231	-0.69436		Brasempu,Brassampui,Brassempoi,Brassempouy,Brassempui,bu la sang pu yi,Брасемпу,Брассампуи,Брассампуї,Брассемпуи,布拉桑普伊		75	40	401	40054
3030517	Brassac-les-Mines	brassac-les-mines	FR	63570	3570	Europe/Paris	45.41407	3.329		Bracac,Brasak le Men,Brassac,Brassac-les-Mines,Brassak-le-Min,Braçac,bu la sa ke lai mi nei,burasakku=re=minu,Брасак ле Мен,Брассак-ле-Мин,Брассак-ле-Мін,ブラサック＝レ＝ミーヌ,布拉萨克莱米内		84	63	633	63050
3030519	Brassac	brassac	FR	09000	262	Europe/Paris	44.21492	0.97302		Brassac		76	82	821	82024
3030520	Brassac	brassac	FR	09000	1431	Europe/Paris	43.63	2.4984		Brassac		76	81	812	81037
3030521	Brassac	brassac	FR	09000	610	Europe/Paris	42.94621	1.53767		Brassac		76	09	091	09066
3030522	Brasparts	brasparts	FR	29190	1071	Europe/Paris	48.30129	-3.95546		Brapart,Braspar,Brasparts,Brasparzh,bu la si pa er te,Брапарт,Браспар,布拉斯帕尔特		53	29	292	29016
3030523	Braslou	braslou	FR	37120	339	Europe/Paris	47.00018	0.39228		Braslou		24	37	371	37034
3030524	Brasles	brasles	FR	02400	1255	Europe/Paris	49.0481	3.43		Brasles		32	02	021	02114
3030526	Bras-d'Asse	bras-d-asse	FR	04270	574	Europe/Paris	43.92538	6.1253		Bra-d'Ass,Bras,Bras-d'Asse,Bras-dAsse,bu la da si,Бра-д’Асс,布拉达斯		93	04	043	04031
3030527	Brasc	brasc	FR	12550	180	Europe/Paris	43.97836	2.57338		Brasc		76	12	121	12035
3030529	Bras	bras	FR	83149	1888	Europe/Paris	43.47163	5.95486		Bras		93	83	833	83021
3030530	Braquis	braquis	FR	55400	82	Europe/Paris	49.15525	5.62543		Braquis		44	55	553	55072
3030532	Branville-Hague	branville-hague	FR	50440	109	Europe/Paris	49.65488	-1.78619		Branville,Branville-Hague		28	50	502	50041
3030533	Branville	branville	FR	14430	152	Europe/Paris	49.27113	0.0259		Branville		28	14	143	14093
3030534	Brantôme	brantome	FR	24310	2150	Europe/Paris	45.36409	0.64927		Brantome,Brantôme		75	24	242	24064
3030535	Brantigny	brantigny	FR	88130	0	Europe/Paris	48.37461	4.35745				44	10	103	10287
3030536	Brantigny	brantigny	FR	88130	151	Europe/Paris	48.34282	6.27805		Brantigny		44	88	881	88073
3030537	Brantes	brantes	FR	84390	71	Europe/Paris	44.19408	5.33397		Brant,Brantas,Brantes,bu lang te,Брант,布朗特		93	84	843	84021
3030538	Bransles	bransles	FR	77620	511	Europe/Paris	48.15305	2.83195		Bransles		11	77	774	77050
3030539	Branscourt	branscourt	FR	51140	262	Europe/Paris	49.27047	3.82202		Branscourt		44	51	513	51081
3030541	Brans	brans	FR	39290	202	Europe/Paris	47.2319	5.56718		Brans		27	39	391	39074
3030542	Branoux-les-Taillades	branoux-les-taillades	FR	30110	1392	Europe/Paris	44.22056	3.99019		Branos e las Talhadas,Branoux,Branoux-les-Taillades,Branu le Tajad,Branu-le-Tajad,Branós e las Talhadas,bu la nu lai tai la dai,Брану ле Тајад,Брану-ле-Таяд,布拉努莱泰拉代		76	30	301	30051
3030543	Brannens	brannens	FR	33124	186	Europe/Paris	44.52076	-0.15285		Brannens		75	33	333	33072
3030545	Branne	branne	FR	25340	174	Europe/Paris	47.37608	6.47228		Branne		27	25	252	25087
3030546	Branne	branne	FR	25340	1052	Europe/Paris	44.83053	-0.18663		Branne		75	33	335	33071
3030547	Brannay	brannay	FR	89150	519	Europe/Paris	48.23003	3.1171		Brannay		27	89	893	89054
3030550	Brangues	brangues	FR	38510	508	Europe/Paris	45.69377	5.53137		Brangues		84	38	382	38055
3030552	Branges	branges	FR	71500	0	Europe/Paris	49.26464	3.5025		Branges		32	02	024	02022
3030553	Branges	branges	FR	71500	2098	Europe/Paris	46.64441	5.18465		Branges		27	71	714	71056
3030556	Brandonvillers	brandonvillers	FR	51290	150	Europe/Paris	48.59341	4.55967				44	51	514	51080
3030558	Brandonnet	brandonnet	FR	12350	335	Europe/Paris	44.38763	2.13504		Brandonnet		76	12	123	12034
3030560	Brandon	brandon	FR	71520	250	Europe/Paris	46.36854	4.5682		Brandon		27	71	715	71134
3030561	Brando	brando	FR	20222	1682	Europe/Paris	42.76667	9.45		Brando		94	2B	2B2	2B043
3030562	Brandivy	brandivy	FR	56390	987	Europe/Paris	47.77395	-2.94508		Brandevi,Brandivy		53	56	563	56022
3030564	Brandeville	brandeville	FR	55150	144	Europe/Paris	49.39499	5.30529		Brandeville		44	55	553	55071
3030565	Brandérion	branderion	FR	56700	1030	Europe/Paris	47.79384	-3.19449		Branderion,Branderjon,Brandérion,Praedium Annae,Prederion,bu lang dai li weng,Брандерион,Брандерйон,布朗代里翁		53	56	561	56021
3030568	Brancourt-le-Grand	brancourt-le-grand	FR	02110	642	Europe/Paris	49.97644	3.38202		Brancourt,Brancourt-le-Grand		32	02	023	02112
3030569	Brancourt-en-Laonnois	brancourt-en-laonnois	FR	02320	683	Europe/Paris	49.51441	3.41881		Brancourt,Brancourt-en-Laonnois		32	02	022	02111
3030571	Branches	branches	FR	89113	408	Europe/Paris	47.88356	3.48136		Branches		27	89	891	89053
3030573	Branceilles	branceilles	FR	19500	242	Europe/Paris	45.01144	1.71017		Branceilles		75	19	191	19029
3030574	Bran	bran	FR	17210	124	Europe/Paris	45.34922	-0.26362		Bran,bu lang,Бран,布朗		75	17	171	17061
3030579	Bramevaque	bramevaque	FR	65370	25	Europe/Paris	42.97766	0.57464		Bramevaque,Bramvak,Brauvaca,bu la mo wa qu ai,Брамвак,布拉默瓦屈埃		76	65	652	65109
3030580	Brametot	brametot	FR	76740	178	Europe/Paris	49.78462	0.86598		Brametot		28	76	761	76140
3030587	Bramans	bramans	FR	73500	432	Europe/Paris	45.22843	6.78081		Braman,Bramans,Bramovicum,Браман		84	73	733	73290
3030589	Bram	bram	FR	11150	3255	Europe/Paris	43.24376	2.11341				76	11	111	11049
3030590	Bralleville	bralleville	FR	54740	170	Europe/Paris	48.4045	6.19044		Bralleville		44	54	543	54094
3030591	Braize	braize	FR	03360	259	Europe/Paris	46.66712	2.64965		Braize,Brez,bu lai ci,Брез,布赖兹		84	03	031	03037
3030592	Braisnes-sur-Aronde	braisnes-sur-aronde	FR	60113	190	Europe/Paris	49.47724	2.77504		Braisnes		32	60	603	60099
3030594	Brainville-sur-Meuse	brainville-sur-meuse	FR	52150	81	Europe/Paris	48.17719	5.58694		Brainville,Brainville-sur-Meuse		44	52	521	52067
3030595	Brainville	brainville	FR	50200	143	Europe/Paris	49.12875	5.80467		Brainville,Brainville-en-Woevre,Brainville-en-Woëvre		44	54	541	54093
3030596	Brainville	brainville	FR	50200	121	Europe/Paris	49.08496	-1.504		Brainville		28	50	503	50072
3030674	Bouzin	bouzin	FR	31420	84	Europe/Paris	43.19215	0.88426		Bouzin		76	31	312	31086
3030754	Boutigny-Prouais	boutigny-prouais	FR	28410	0	Europe/Paris	48.75	1.58333		Boutigny-sur-Opton		24	28	283	28056
3030598	Brain-sur-Longuenée	brain-sur-longuenee	FR	49220	807	Europe/Paris	47.58476	-0.76158		Brain,Brain-sur-Longuenee,Brain-sur-Longuenée,Bren sir Longne,Bren-sjur-Longne,long gai nei ai he pan bu lan,Брен сир Лонгне,Брен-сюр-Лонгне,隆盖内埃河畔布兰		52	49	494	49367
3030599	Brain-sur-l'Authion	brain-sur-l-authion	FR	49800	0	Europe/Paris	47.44559	-0.4113		Brain,Brain-sur-l'Authion,Brain-sur-lAuthion,Brain-sur-l’Authion		52	49	491	49307
3030600	Brain-sur-Allonnes	brain-sur-allonnes	FR	49650	1826	Europe/Paris	47.30263	0.06574		Brain,Brain-sur-Allonnes,Bren sir Alon,Bren-sjur-Allonn,a luo nei he pan bu lan,Брен сир Алон,Брен-сюр-Аллонн,阿洛内河畔布兰		52	49	493	49041
3030601	Brains-sur-les-Marches	brains-sur-les-marches	FR	53350	234	Europe/Paris	47.88627	-1.18156		Brains,Brains-sur-les-Marches		52	53	531	53041
3030602	Brains-sur-Gée	brains-sur-gee	FR	72550	481	Europe/Paris	48.0161	-0.02622		Brains,Brains-sur-Gee,Brains-sur-Gée		52	72	721	72045
3030603	Brains	brains	FR	44830	2325	Europe/Paris	47.16915	-1.72283		Brains,Brenn		52	44	442	44024
3030604	Braine	braine	FR	02220	2094	Europe/Paris	49.34261	3.53262		Braine,Braisne		32	02	024	02110
3030605	Brainans	brainans	FR	39800	171	Europe/Paris	46.8706	5.62276		Brainans		27	39	391	39073
3030606	Brain	brain	FR	21350	29	Europe/Paris	47.46322	4.50607		Brain		27	21	213	21100
3030607	Brain	brain	FR	21350	0	Europe/Paris	46.81827	3.4975				27	58	583	58095
3030608	Brailly-Cornehotte	brailly-cornehotte	FR	80150	245	Europe/Paris	50.21777	1.96006		Brailly-Cornehotte		32	80	801	80133
3030609	Braillans	braillans	FR	25640	104	Europe/Paris	47.30946	6.09072		Braillans		27	25	251	25086
3030613	Bragny-sur-Saône	bragny-sur-saone	FR	71350	474	Europe/Paris	46.91014	5.03123		Bragny,Bragny-sur-Saone,Bragny-sur-Saône		27	71	712	71054
3030615	Bragelogne-Beauvoir	bragelogne-beauvoir	FR	10340	0	Europe/Paris	47.96667	4.26667		Brazhelon'-Bovuar,Brazhlon Bovoar,bu la re luo ni bo wa,Бражелонь-Бовуар,Бражлоњ Бовоар,布拉热洛尼博瓦		44	10	103	10058
3030616	Brageac	brageac	FR	15700	66	Europe/Paris	45.20414	2.28811		Brageac,Brajac,Brazhak,bu la ya ke,Бражак,布拉雅克		84	15	152	15024
3030617	Bragayrac	bragayrac	FR	31470	282	Europe/Paris	43.48245	1.06969		Bragayrac		76	31	311	31087
3030618	Bragassargues	bragassargues	FR	30260	101	Europe/Paris	43.91692	4.051		Bragassargues		76	30	303	30050
3030619	Braffais	braffais	FR	50870	166	Europe/Paris	48.75654	-1.26185		Braffais		28	50	501	50535
3030620	Bradiancourt	bradiancourt	FR	76680	140	Europe/Paris	49.656	1.38908		Bradiancourt,Bradionkur,Bradjankur,Брадионкур,Брадјанкур		28	76	761	76139
3030621	Bracquetuit	bracquetuit	FR	76850	308	Europe/Paris	49.66559	1.1681		Bracquetuit,Brakti,Braktjui,Бракти,Брактюи,Брактюї		28	76	761	76138
3030622	Bracquemont	bracquemont	FR	76370	851	Europe/Paris	49.93973	1.14523		Bracquemont		28	76	761	76618
3030627	Bracon	bracon	FR	39110	349	Europe/Paris	46.93073	5.88165		Bracon		27	39	391	39072
3030628	Bracieux	bracieux	FR	41250	1203	Europe/Paris	47.54895	1.5412		Bracieux,Bras'e,Brasje,bu la xi e,Брасьє,Брасје,布拉西厄		24	41	411	41025
3030629	Brachy	brachy	FR	76730	705	Europe/Paris	49.81667	0.95		Brachy		28	76	761	76136
3030630	Braches	braches	FR	80110	204	Europe/Paris	49.73285	2.50636		Braches		32	80	803	80132
3030632	Brachay	brachay	FR	52110	60	Europe/Paris	48.38333	5.03333		Brachay		44	52	523	52066
3030634	Brach	brach	FR	33480	258	Europe/Paris	45.04185	-0.93869		Brach		75	33	334	33070
3030637	Brabant-sur-Meuse	brabant-sur-meuse	FR	55100	91	Europe/Paris	49.27233	5.31037		Brabant,Brabant-sur-Meuse		44	55	553	55070
3030638	Brabant-le-Roi	brabant-le-roi	FR	55800	240	Europe/Paris	48.84523	4.9814		Brabant,Brabant-le-Roi		44	55	551	55069
3030639	Brabant-en-Argonne	brabant-en-argonne	FR	55120	0	Europe/Paris	49.12384	5.13676		Brabant,Brabant-en-Argonne		44	55	553	55068
3030640	Bozouls	bozouls	FR	12340	2429	Europe/Paris	44.47202	2.72534		Boason,Bozouls,Bozul,Bozul',bo zu er,Бозул,Бозуль,博祖尔		76	12	122	12033
3030641	Bozel	bozel	FR	73350	2028	Europe/Paris	45.44288	6.64896		Bosel,Bosél,Bozel,Bozel',Frutitidor,Бозел,Бозель		84	73	731	73055
3030644	Boz	boz	FR	01190	391	Europe/Paris	46.4069	4.91168		Boz		84	01	012	01057
3030645	Boynes	boynes	FR	45300	1098	Europe/Paris	48.11822	2.36006		Boan,Boynes,Buan,bu wa nei,Боан,Буан,布瓦内		24	45	453	45050
3030649	Boyer	boyer	FR	42460	0	Europe/Paris	48.22086	-0.89556				52	53	533	53048
3030650	Boyer	boyer	FR	42460	656	Europe/Paris	46.59219	4.88378		Boyer		27	71	712	71052
3030651	Boyer	boyer	FR	42460	161	Europe/Paris	46.09756	4.20971		Boyer		84	42	422	42025
3030652	Boyer	boyer	FR	42460	0	Europe/Paris	44.73333	6.15				93	05	052	05090
3030653	Boyelles	boyelles	FR	62128	240	Europe/Paris	50.20226	2.81642		Boeyelle,Bojel,Boyelles,Buael',Böyelle,bo ye lei,bwylys bad kalyh,Бојел,Буаель,Буаєль,بويليس،باد كاليه,博耶勒		32	62	621	62172
3030655	Boyaval	boyaval	FR	62134	119	Europe/Paris	50.47439	2.30483		Boajaval,Boyaval,Boyavo,Buajaval',bu wa ya wa er,bwyafal bad kalyh,Боајавал,Буаяваль,بويافال،باد كاليه,布瓦亚瓦尔		32	62	621	62171
3030658	Boviolles	boviolles	FR	55500	90	Europe/Paris	48.64785	5.41684		Boviol,Boviolles,Bovjol',bo wei ao lai,Бовиол,Бовйоль,博维奥莱		44	55	552	55067
3030659	Boves	boves	FR	80440	2826	Europe/Paris	49.84645	2.39605		Boves		32	80	802	80131
3030660	Bovelles	bovelles	FR	80540	366	Europe/Paris	49.88232	2.1459		Bovel,Bovel',Bovelle,Bovelles,bo wei lei,Бовел,Бовель,博韦勒		32	80	802	80130
3030661	Bovel	bovel	FR	35330	359	Europe/Paris	47.95023	-1.97727		Bovel		53	35	352	35035
3030662	Bovée-sur-Barboure	bovee-sur-barboure	FR	55190	121	Europe/Paris	48.64425	5.51199		Bovee,Bovee-sur-Barboure,Bovée,Bovée-sur-Barboure		44	55	552	55066
3030663	Bouzy-la-Forêt	bouzy-la-foret	FR	45460	1059	Europe/Paris	47.8512	2.37773		Bouzy,Bouzy-la-Foret,Bouzy-la-Forêt,Buzi la Fore,Buzi-la-Fore,bu qi la fu lei,Бузи ла Форе,Бузі-ла-Форе,布齐拉福雷		24	45	452	45049
3030664	Bouzy	bouzy	FR	51150	963	Europe/Paris	49.07978	4.14772		Bouzy,Buzi,bu qi,Бузи,Бузі,布齐		44	51	512	51079
3030668	Bouzonville	bouzonville	FR	57320	4293	Europe/Paris	49.29188	6.53386		Bouzanville,Bouzonville,Busendorf,Buzonvil',bu zong wei er,Бузонвиль,Бузонвіль,布宗维尔		44	57	573	57106
3030675	Bouzillé	bouzille	FR	49530	1353	Europe/Paris	47.3375	-1.11143		Bouzille,Bouzillé,Buzie,Buzije,bu qi lai,Бузије,Бузіє,布齐莱		52	49	492	49069
3030676	Bouzigues	bouzigues	FR	34140	1352	Europe/Paris	43.44843	3.65761		Bosiga,Bosigas,Bouzigues,Buzig,bu qi gai,Бузиг,Бузіг,布齐盖		76	34	343	34039
3030679	Bouziès	bouzies	FR	46330	72	Europe/Paris	44.48447	1.64184		Bouzies,Bouziès		76	46	461	46037
3030680	Bouzic	bouzic	FR	24250	138	Europe/Paris	44.72671	1.2196		Bouzic		75	24	244	24063
3030681	Bouzeron	bouzeron	FR	71150	153	Europe/Paris	46.88967	4.72673		Bouzeron,Buzeron,bu si hong,buzuron,Бузерон,ブズロン,布司虹		27	71	712	71051
3030682	Bouzonville-aux-Bois	bouzonville-aux-bois	FR	45300	0	Europe/Paris	48.1	2.23333		Buzonvil o Boa,Buzonvil'-o-Bua,bu zong wei er ao bu wa,Бузонвил о Боа,Бузонвіль-о-Буа,布宗维尔奥布瓦		24	45	453	45047
3030683	Bouzemont	bouzemont	FR	88270	44	Europe/Paris	48.24896	6.23441		Bouzemont		44	88	881	88071
3030684	Bouze-lès-Beaune	bouze-les-beaune	FR	21200	309	Europe/Paris	47.05167	4.77131		Bouze,Bouze-les-Beaune,Bouze-lès-Beaune		27	21	211	21099
3030685	Bouzel	bouzel	FR	63910	536	Europe/Paris	45.77723	3.31716		Bouzel		84	63	632	63049
3030687	Bouzanville	bouzanville	FR	54930	66	Europe/Paris	48.37394	6.1018		Bouzanville		44	54	543	54092
3030689	Bouzancourt	bouzancourt	FR	52110	71	Europe/Paris	48.31446	4.95058		Bouzancourt		44	52	523	52065
3030691	Bouzais	bouzais	FR	18200	258	Europe/Paris	46.70533	2.47382		Bouzais,Buze,Бузе		24	18	182	18034
3030693	Bouy-sur-Orvin	bouy-sur-orvin	FR	10400	68	Europe/Paris	48.41252	3.4986		Bouy,Bouy-sur-Orvin		44	10	102	10057
3030701	Bouyon	bouyon	FR	06510	0	Europe/Paris	46.4081	2.39663				84	03	031	03051
3030702	Bouyon	bouyon	FR	06510	368	Europe/Paris	43.82488	7.12305		Bouyon		93	06	061	06022
3030703	Bouy-Luxembourg	bouy-luxembourg	FR	10220	165	Europe/Paris	48.37801	4.25745		Bouy-Luxembourg		44	10	103	10056
3030705	Bouy	bouy	FR	51400	428	Europe/Paris	49.08627	4.34943		Bouy		44	51	511	51078
3030707	Bouy	bouy	FR	51400	0	Europe/Paris	45.65	3.6				84	63	631	63434
3030708	Bouxwiller	bouxwiller	FR	67330	3994	Europe/Paris	48.82495	7.48117		Bouksviler,Bouxwiller,Buchsweiler,Buksvile,Боуксвилер,Буксвиље		44	67	674	67061
3030709	Bouxwiller	bouxwiller	FR	67330	432	Europe/Paris	47.50573	7.34539		Bouksviler,Bouxwiller,Buchsweiler,Боуксвилер		44	68	681	68049
3030710	Bouxurulles	bouxurulles	FR	88130	154	Europe/Paris	48.33453	6.23579		Bouxurulles,Buksiril,Buksjurjul',bu ke xu lu lai,Буксирил,Буксюрюль,布克叙吕莱		44	88	881	88070
3030711	Boux-sous-Salmaise	boux-sous-salmaise	FR	21690	154	Europe/Paris	47.47309	4.63785		Boux,Boux-sous-Salmaise		27	21	213	21098
3030712	Bouxières-sous-Froidmont	bouxieres-sous-froidmont	FR	54700	269	Europe/Paris	48.95534	6.09137		Bouxieres,Bouxieres-sous-Froidmont,Bouxières,Bouxières-sous-Froidmont		44	54	543	54091
3030713	Bouxières-aux-Dames	bouxieres-aux-dames	FR	54136	4205	Europe/Paris	48.75441	6.16294		Bouxieres,Bouxieres-aux-Dames,Bouxieres-sur-Mont,Bouxières,Bouxières-aux-Dames,Bouxières-sur-Mont,Buks'er-o-Dam,Buksjer o Dam,bu ke xi ai ao da mei,Буксьер-о-Дам,Буксьєр-о-Дам,Буксјер о Дам,布克西埃奥达梅		44	54	543	54090
3030714	Bouxières-aux-Chênes	bouxieres-aux-chenes	FR	54770	1343	Europe/Paris	48.77215	6.26152		Bouxieres,Bouxieres-aux-Chenes,Bouxières,Bouxières-aux-Chênes,Buks'er-o-Shen,Buksjer o Shen,bu ke xi ai ao xie nei,Буксьер-о-Шен,Буксьєр-о-Шен,Буксјер о Шен,布克西埃奥谢内		44	54	543	54089
3030715	Bouxières-aux-Bois	bouxieres-aux-bois	FR	88270	0	Europe/Paris	48.26297	6.3171		Bouxieres,Bouxieres-aux-Bois,Bouxières,Bouxières-aux-Bois		44	88	881	88069
3030717	Bouvron	bouvron	FR	44130	196	Europe/Paris	48.74168	5.87968		Bouvron		44	54	544	54088
3030718	Bouvron	bouvron	FR	44130	2618	Europe/Paris	47.41774	-1.84938		Bolvronn,Bouvron,Bouyron		52	44	445	44023
3030719	Bouvresse	bouvresse	FR	60220	170	Europe/Paris	49.65299	1.75395		Bouvreche,Bouvresse,Bouvrèche,Buvres,Buvress,bu fu lei si,Буврес,Бувресс,布夫雷斯		32	60	601	60098
3030721	Bouvines	bouvines	FR	59830	793	Europe/Paris	50.57855	3.18881		Bouvines,Buven,Buvin,bu wen,buvu~inu,Бувен,Бувин,Бувін,ブーヴィーヌ,布汶		32	59	595	59106
3030722	Bouvincourt-en-Vermandois	bouvincourt-en-vermandois	FR	80200	141	Europe/Paris	49.89226	3.04123		Bouvincourt,Bouvincourt-en-Vermandois		32	80	804	80128
3030723	Bouville	bouville	FR	28800	1018	Europe/Paris	49.56193	0.89514		Bouville		28	76	763	76135
3030724	Bouville	bouville	FR	28800	658	Europe/Paris	48.56642	2.07115		Bouville		11	91	911	91630
3030725	Bouville	bouville	FR	28800	0	Europe/Paris	48.43157	2.28444		Bouville		11	91	911	91100
3030726	Bouville	bouville	FR	28800	431	Europe/Paris	48.25979	1.37582		Bouville		24	28	282	28057
3030727	Bouvigny-Boyeffles	bouvigny-boyeffles	FR	62172	2607	Europe/Paris	50.42146	2.67209		Bouvigny,Bouvigny-Boyeffle,Bouvigny-Boyeffles,Buvin'i-Buaeffl',Buvini Bojefl,bu wei ni bu wa ye fu lei,bwfyjny bwyflys,Бувиньи-Буаеффль,Бувињи Бојефл,Бувіньї-Буаєффль,بوفيجني بويفليس,布维尼布瓦耶夫勒		32	62	627	62170
3030728	Bouvignies	bouvignies	FR	59870	1561	Europe/Paris	50.43627	3.24361		Bouvignies		32	59	593	59105
3030729	Bouvières	bouvieres	FR	26460	171	Europe/Paris	44.51648	5.21429		Bouvieres,Bouvières		84	26	262	26060
3030732	Bouvesse-Quirieu	bouvesse-quirieu	FR	38390	1056	Europe/Paris	45.7931	5.41496		Bouvesse,Bouvesse-Quirieu		84	38	382	38054
3030733	Bouverans	bouverans	FR	25560	288	Europe/Paris	46.85428	6.20822		Bouverans,Buveran,bu wei lang,Буверан,布韦朗		27	25	253	25085
3030735	Bouvellemont	bouvellemont	FR	08430	79	Europe/Paris	49.58375	4.66193		Bouvellemont		44	08	081	08080
3030736	Bouvelinghem	bouvelinghem	FR	62380	154	Europe/Paris	50.73313	2.03168		Bouvelinghem		32	62	625	62169
3030738	Bouvancourt	bouvancourt	FR	51140	161	Europe/Paris	49.33833	3.83631		Bouvancourt		44	51	513	51077
3030739	Bouvaincourt-sur-Bresle	bouvaincourt-sur-bresle	FR	80220	707	Europe/Paris	50.03015	1.49181		Bouvaincourt,Bouvaincourt-sur-Bresle		32	80	801	80127
3030740	Boutx	boutx	FR	31160	296	Europe/Paris	42.91807	0.71642		Boutx		76	31	312	31085
3030741	Boutteville	boutteville	FR	50480	62	Europe/Paris	49.3888	-1.2594		Boutteville		28	50	502	50070
3030742	Bouttencourt	bouttencourt	FR	80220	1036	Europe/Paris	49.93725	1.63431		Bouttencourt		32	80	801	80126
3030755	Boutigny-sur-Essonne	boutigny-sur-essonne	FR	91820	3171	Europe/Paris	48.43333	2.38333		Boutigny,Butin'i-sjur-Ehssonna,Butin'i-sjur-Essonn,Butini sir Eson,ai song he pan bu di ni,Бутиньи-сюр-Эссонна,Бутињи сир Есон,Бутіньї-сюр-Ессонн,埃松河畔布蒂尼		11	91	911	91099
3030756	Boutigny	boutigny	FR	77470	896	Europe/Paris	48.92047	2.93003		Boutigny		11	77	771	77049
3030757	Boutiers-Saint-Trojan	boutiers-saint-trojan	FR	16100	1430	Europe/Paris	45.71297	-0.29912		Boutiers,Boutiers-Saint-Trojan,But'e-Sen-Trozhan,Butje Sen Trozhan,bu di ye er sheng te luo rang,Бутье-Сен-Трожан,Бутьє-Сен-Трожан,Бутје Сен Трожан,布蒂耶尔圣特罗让		75	16	162	16058
3030761	Bouteville	bouteville	FR	16120	341	Europe/Paris	45.59963	-0.13734		Bouteville,Butvil,Butvil',bu te wei er,Бутвил,Бутвиль,Бутвіль,布特维尔		75	16	162	16057
3030762	Boutervilliers	boutervilliers	FR	91150	311	Europe/Paris	48.45272	2.05572		Boutervilliers,Butervil'e,Butervilije,bu tai er wei li ye er,Бутервилије,Бутервилье,Бутервільє,布泰尔维利耶尔		11	91	911	91098
3030764	Boutencourt	boutencourt	FR	60590	212	Europe/Paris	49.31955	1.85803		Boutencourt		32	60	601	60097
3030765	Boutenac-Touvent	boutenac-touvent	FR	17120	0	Europe/Paris	45.5	-0.7625		Boutenac-Touvent		75	17	174	17060
3030766	Boutenac	boutenac	FR	11200	646	Europe/Paris	43.14758	2.79107		Botenac,Boutenac,Butenak,Butnak,bu te na ke,Бутенак,Бутнак,布特纳克		76	11	113	11048
3030769	Bouteilles-Saint-Sébastien	bouteilles-saint-sebastien	FR	24320	197	Europe/Paris	45.33333	0.3		Botelha e Sent Sabastian,Botelha e Sent Sabàstian,Botelha e Sent Sebastian,Bouteilles-Saint-Sebastien,Bouteilles-Saint-Sébastien,Butej Sen Sebastjen,Butej-Sen-Sebast'jan,bu tai lai sheng sai ba si di an,Бутей-Сен-Себастьян,Бутеј Сен Себастјен,布泰莱圣塞巴斯蒂安		75	24	243	24062
3030772	Bout-du-Pont-de-Larn	bout-du-pont-de-larn	FR	81660	1138	Europe/Paris	43.50072	2.40417		Bout-du-Pont-de-Larn		76	81	812	81036
3030779	Boutavent	boutavent	FR	60220	0	Europe/Paris	49.64173	1.75743		Boutavent,Butavan,bu ta wang,Бутаван,布塔旺		32	60	601	60245
3030780	Boutavent	boutavent	FR	60220	83	Europe/Paris	49.59281	1.79916			60214	32	60	601	60214
3030783	Boutancourt	boutancourt	FR	08160	297	Europe/Paris	49.68478	4.76852		Boutancourt		44	08	081	08173
3030785	Boustroff	boustroff	FR	57380	120	Europe/Paris	49.00024	6.62321		Boustroff		44	57	573	57105
3030786	Boust	boust	FR	57570	746	Europe/Paris	49.43561	6.1917		Boust		44	57	577	57104
3030787	Boussy-Saint-Antoine	boussy-saint-antoine	FR	91800	6786	Europe/Paris	48.69101	2.5306		Boussy-Saint-Antoine,Boussy-sous-Senart,Boussy-sous-Sénart,Busi Sent Antoan,Bussi-Sent-Antuan,bu xi sheng ang tu wa en,Буси Сент Антоан,Бусси-Сент-Антуан,Буссі-Сент-Антуан,布西圣昂图瓦恩		11	91	912	91097
3030788	Boussy	boussy	FR	74150	378	Europe/Paris	45.85499	5.98243		Boussy		84	74	741	74046
3030799	Boussois	boussois	FR	59168	3553	Europe/Paris	50.28907	4.04117		Busoa,Bussua,bu su wa,Бусоа,Буссуа,布苏瓦		32	59	591	59104
3030801	Boussières-sur-Sambre	boussieres-sur-sambre	FR	59330	444	Europe/Paris	50.23782	3.88169		Boussieres,Boussières		32	59	591	59103
3030802	Boussières-en-Cambrésis	boussieres-en-cambresis	FR	59217	416	Europe/Paris	50.16674	3.36823		Boussieres,Boussieres-en-Cambresis,Boussières,Boussières-en-Cambrésis		32	59	592	59102
3030803	Boussières	boussieres	FR	25320	1065	Europe/Paris	47.15866	5.90314		Boussieres,Boussières		27	25	251	25084
3030805	Boussicourt	boussicourt	FR	80500	53	Europe/Paris	49.70383	2.57579		Boussicourt		32	80	803	80125
3030806	Boussey	boussey	FR	21350	47	Europe/Paris	47.37238	4.55357		Boussey		27	21	213	21097
3030807	Bousseviller	bousseviller	FR	57230	158	Europe/Paris	49.12094	7.46456		Bousseviller,Boussewiller		44	57	576	57103
3030808	Boussès	bousses	FR	47420	0	Europe/Paris	44.14587	0.09427		Bousses,Boussès		75	47	474	47039
3030812	Bousseraucourt	bousseraucourt	FR	70500	51	Europe/Paris	47.96072	5.93005		Bousseraucourt		27	70	702	70091
3030813	Boussens	boussens	FR	31360	956	Europe/Paris	43.17609	0.97249		Boussens		76	31	311	31084
3030814	Boussenois	boussenois	FR	21260	128	Europe/Paris	47.62907	5.20952		Boussenois		27	21	212	21096
3030815	Boussenac	boussenac	FR	09320	196	Europe/Paris	42.90024	1.3405		Boussenac		76	09	093	09065
3030818	Bousselange	bousselange	FR	21250	70	Europe/Paris	46.98927	5.25918		Bousselange		27	21	211	21095
3030819	Bousse	bousse	FR	57310	2306	Europe/Paris	49.27786	6.19672		Bousse		44	57	577	57102
3030820	Bousse	bousse	FR	57310	406	Europe/Paris	47.7696	-0.05859		Bousse		52	72	721	72044
3030822	Boussay	boussay	FR	37290	2553	Europe/Paris	47.04389	-1.18697		Beuzid-Klison,Boussay		52	44	442	44022
3030823	Boussay	boussay	FR	37290	285	Europe/Paris	46.84123	0.88832		Boussay		24	37	373	37033
3030824	Boussan	boussan	FR	31420	212	Europe/Paris	43.24359	0.88886		Boussan		76	31	312	31083
3030825	Boussais	boussais	FR	79600	405	Europe/Paris	46.82962	-0.24781		Boussais		75	79	793	79047
3030826	Boussais	boussais	FR	79600	0	Europe/Paris	46.75693	0.28668				75	86	863	86281
3030830	Boussac-Bourg	boussac-bourg	FR	23600	800	Europe/Paris	46.36086	2.23425		Boussac-Bourg,Boussac-le-Bourg		75	23	231	23032
3030831	Boussac	boussac	FR	12160	0	Europe/Paris	46.52414	0.82108				75	86	862	86006
3030832	Boussac	boussac	FR	12160	1380	Europe/Paris	46.34836	2.22027		Boussac,Boussac-Ville,Boussac-la-Montagne		75	23	231	23031
3030833	Boussac	boussac	FR	12160	0	Europe/Paris	46.2876	3.02271				84	03	033	03277
3030834	Boussac	boussac	FR	12160	0	Europe/Paris	45.86778	1.83461		Boussac		75	23	232	23216
3030835	Boussac	boussac	FR	12160	0	Europe/Paris	45.39767	3.36823		Boussac,Roussac		84	43	431	43016
3030836	Boussac	boussac	FR	12160	0	Europe/Paris	44.96836	2.53119				84	15	151	15215
3030837	Boussac	boussac	FR	12160	0	Europe/Paris	44.60074	1.91871		Boussac		76	46	462	46035
3030838	Boussac	boussac	FR	12160	0	Europe/Paris	44.51911	1.01277				76	46	461	46307
3030839	Boussac	boussac	FR	12160	0	Europe/Paris	44.27952	2.36793		Boussac		76	12	123	12032
3030843	Bousignies-sur-Roc	bousignies-sur-roc	FR	59149	0	Europe/Paris	50.26322	4.18206		Bousignies,Bousignies-sur-Roc,Buzini sir Rok,Buzini-sjur-Rok,luo ke he pan bu xi ni,Бузини-сюр-Рок,Бузињи сир Рок,Бузіні-сюр-Рок,罗克河畔布西尼		32	59	591	59101
3030845	Bousies	bousies	FR	59222	1722	Europe/Paris	50.15097	3.61752		Bousies,Busje,Buzi,bu xi,Бузи,Бузі,Бусје,布西		32	59	591	59099
3030847	Bousbecque	bousbecque	FR	59166	4245	Europe/Paris	50.77123	3.08459		Bousbecque,Bousbecques,Bubek,Busbek,Busbeke,bu si bei ke,Бубек,Бусбек,布斯贝克		32	59	595	59098
3030848	Bousbach	bousbach	FR	57460	993	Europe/Paris	49.14936	6.95017		Bousbach		44	57	573	57101
3030851	Boury-en-Vexin	boury-en-vexin	FR	60240	322	Europe/Paris	49.2404	1.73778		Boury,Boury-en-Vexin,Buri an Veksen,Buri-an-Veksen,wei ke sang de qu bu li,Бури ан Вексен,Бурі-ан-Вексен,韦克桑地区布里		32	60	601	60095
3030853	Bourville	bourville	FR	76740	323	Europe/Paris	49.7943	0.82227		Bourville		28	76	761	76134
3030856	Bourthes	bourthes	FR	62650	553	Europe/Paris	50.60559	1.93385		Bourthes,bu er te,布尔特		32	62	624	62168
3030857	Bourth	bourth	FR	27580	1219	Europe/Paris	48.76846	0.80911		Bourth,Burt,Бурт		28	27	272	27108
3030858	Boursonne	boursonne	FR	60141	260	Europe/Paris	49.20241	3.04683		Boursonne		32	60	604	60094
3030859	Boursin	boursin	FR	62132	186	Europe/Paris	50.77646	1.83457		Boursin		32	62	626	62167
3030860	Boursies	boursies	FR	59400	290	Europe/Paris	50.13898	3.03241		Boursies		32	59	592	59097
3030861	Boursières	boursieres	FR	70000	63	Europe/Paris	47.60831	6.04359		Boursieres,Boursières		27	70	702	70090
3030862	Bourseville	bourseville	FR	80130	724	Europe/Paris	50.10562	1.52624		Borseville,Borséville,Bourseville,Bursvil',Burvil,bu er sai wei er,Бурвил,Бурсвіль,布尔塞维尔		32	80	801	80124
3030863	Bourseul	bourseul	FR	22130	962	Europe/Paris	48.48687	-2.25929		Boursaout,Bourseul		53	22	221	22014
3030865	Bourscheid	bourscheid	FR	57370	371	Europe/Paris	48.77067	7.19145		Bourscheid		44	57	575	57100
3030866	Boursay	boursay	FR	41270	209	Europe/Paris	48.01923	0.97036		Boursay,Burse,bu er sai,Бурсе,布尔赛		24	41	412	41024
3030867	Boursault	boursault	FR	51480	511	Europe/Paris	49.06059	3.84524		Boursault		44	51	512	51076
3030869	Bours	bours	FR	62550	518	Europe/Paris	50.45362	2.40922		Bours		32	62	621	62166
3030870	Bours	bours	FR	62550	724	Europe/Paris	43.2771	0.09283		Bours		76	65	653	65108
3030874	Bourrouillan	bourrouillan	FR	32370	178	Europe/Paris	43.81994	-0.01427		Bourrouillan		76	32	322	32062
3030875	Bourrou	bourrou	FR	24110	159	Europe/Paris	45.04493	0.59713		Borron,Bourrou,Burru,Buru,bu er lu,Бурру,Буру,布尔鲁		75	24	243	24061
3030876	Bourron-Marlotte	bourron-marlotte	FR	77780	3061	Europe/Paris	48.34051	2.70041		Bourron,Buron Marlot,Burron-Marlott,Бурон Марлот,Буррон-Марлотт		11	77	774	77048
3030877	Bourriot-Bergonce	bourriot-bergonce	FR	40120	334	Europe/Paris	44.1274	-0.2508		Bourriot,Bourriot-Bergonce		75	40	402	40053
3030878	Bourret	bourret	FR	82700	593	Europe/Paris	43.94385	1.16772		Bourret		76	82	822	82023
3030881	Bourréac	bourreac	FR	65100	73	Europe/Paris	43.10298	0.00111		Borriac,Bourreac,Bourriac,Bourréac,Bureak,Burreak,bu er lei a ke,Буреак,Бурреак,布尔雷阿克		76	65	651	65107
3030882	Bourré	bourre	FR	41400	702	Europe/Paris	47.3476	1.22691		Bourre,Bourré		24	41	413	41151
3030884	Bourran	bourran	FR	47320	609	Europe/Paris	44.34258	0.39363		Bourran		75	47	471	47038
3030891	Bourogne	bourogne	FR	90140	2105	Europe/Paris	47.56307	6.91654		Bourogne		27	90	901	90017
3030892	Bournos	bournos	FR	64450	281	Europe/Paris	43.43989	-0.38748		Bornos,Bornòs,Bournos,Burno,Burnos,Бурно,Бурнос		75	64	643	64146
3030893	Bournonville	bournonville	FR	62240	214	Europe/Paris	50.70559	1.85052		Bournonville		32	62	623	62165
3030894	Bournonville	bournonville	FR	62240	0	Europe/Paris	48.9787	4.92091				44	51	511	51397
3030895	Bournoncle-Saint-Pierre	bournoncle-saint-pierre	FR	43360	1016	Europe/Paris	45.34351	3.3183		Bornoncle de Sant Peire,Bornoncle de Sant Pèire,Bournoncle,Bournoncle-Saint-Pierre,Burnonkl Sen Pjer,Burnonkl'-Sen-P'err,Burnonkl'-Sen-Perr,bu er nong ke er sheng pi ye er,Бурнонкл Сен Пјер,Бурнонкль-Сен-Пьерр,Бурнонкль-Сен-Пєрр,布尔农克尔圣皮耶尔		84	43	431	43038
3030899	Bournois	bournois	FR	25250	219	Europe/Paris	47.49862	6.49715		Bournois		27	25	252	25083
3030901	Bourniquel	bourniquel	FR	24150	63	Europe/Paris	44.8	0.85		Borniquel,Borniquèl,Bourniquel,Burnikel,Burnikel',bu er ni qu ai,Бурникел,Бурникель,Бурнікель,布尔尼屈埃		75	24	241	24060
3030902	Bournezeau	bournezeau	FR	85480	2755	Europe/Paris	46.6356	-1.17222		Bournezeau		52	85	852	85034
3030903	Bourneville	bourneville	FR	27500	774	Europe/Paris	49.39076	0.61742		Bourneville		28	27	272	27107
3030904	Bourneville	bourneville	FR	27500	0	Europe/Paris	48.09258	1.62412				24	28	282	28190
3030905	Bournel	bournel	FR	47210	225	Europe/Paris	44.61968	0.67065		Bournel		75	47	473	47037
3030906	Bourneau	bourneau	FR	85200	673	Europe/Paris	46.53961	-0.81746		Bourneau		52	85	851	85033
3030908	Bournazel	bournazel	FR	12390	0	Europe/Paris	44.81624	0.67557				75	24	241	24228
3030909	Bournazel	bournazel	FR	12390	0	Europe/Paris	44.4609	2.2994				76	12	123	12031
3030910	Bournazel	bournazel	FR	12390	169	Europe/Paris	44.09264	1.96818		Bournazel		76	81	811	81035
3030912	Bournand	bournand	FR	86120	0	Europe/Paris	47.08768	0.07795		Bournand,Burnan,bu er nan,Бурнан,布尔南		75	86	861	86036
3030913	Bournan	bournan	FR	37240	236	Europe/Paris	47.06197	0.72881		Bournan,Bournant		24	37	373	37032
3030914	Bournainville-Faverolles	bournainville-faverolles	FR	27230	366	Europe/Paris	49.12765	0.48778				28	27	272	27106
3030917	Bourmont	bourmont	FR	52150	602	Europe/Paris	48.19334	5.58991		Bourmont		44	52	521	52064
3030919	Bourlon	bourlon	FR	62860	1276	Europe/Paris	50.17692	3.11425		Bourlon,Burlon,bu er long,bwrlwn,Бурлон,بورلون,布尔隆		32	62	621	62164
3030920	Bourlens	bourlens	FR	47370	372	Europe/Paris	44.41886	0.9716		Bourlens		75	47	473	47036
3030925	Bourisp	bourisp	FR	65170	114	Europe/Paris	42.82861	0.33812		Bourisp		76	65	652	65106
3030927	Bourigeole	bourigeole	FR	11300	47	Europe/Paris	42.9888	2.13334		Bourigeole		76	11	112	11046
3030928	Bouriège	bouriege	FR	11300	149	Europe/Paris	42.98588	2.16601		Bouriege,Bouriège		76	11	112	11045
3030929	Bourideys	bourideys	FR	33113	85	Europe/Paris	44.36927	-0.45456		Borideirs,Boridèirs,Bourideys,Buride,Buridej,bu li dai,Буриде,Буридей,布里代		75	33	333	33068
3030933	Bourgvilain	bourgvilain	FR	71520	335	Europe/Paris	46.3694	4.63188		Bourgvilain		27	71	715	71050
3030934	Bourguignon-sous-Montbavin	bourguignon-sous-montbavin	FR	02000	123	Europe/Paris	49.52846	3.53977		Bourguignon-sous-Montbavin		32	02	022	02108
3030935	Bourguignon-sous-Coucy	bourguignon-sous-coucy	FR	02300	84	Europe/Paris	49.5441	3.15848		Bourguignon,Bourguignon-sous-Coucy		32	02	022	02107
3030937	Bourguignons	bourguignons	FR	10110	283	Europe/Paris	48.13157	4.3595		Bourguignons		44	10	103	10055
3030938	Bourguignon-lès-Morey	bourguignon-les-morey	FR	70120	56	Europe/Paris	47.70956	5.70362		Bourguignon,Bourguignon-les-Morey,Bourguignon-lès-Morey		27	70	702	70089
3030939	Bourguignon-lès-la-Charité	bourguignon-les-la-charite	FR	70190	128	Europe/Paris	47.50574	5.96851		Bourguignon,Bourguignon-les-la-Charite,Bourguignon-lès-la-Charité		27	70	702	70088
3030940	Bourguignon-lès-Conflans	bourguignon-les-conflans	FR	70800	108	Europe/Paris	47.80556	6.16355		Bourguignon,Bourguignon-les-Conflans,Bourguignon-lès-Conflans		27	70	702	70087
3030941	Bourguignon	bourguignon	FR	25150	944	Europe/Paris	47.41423	6.77952		Bourguignon		27	25	252	25082
3030943	Bourguenolles	bourguenolles	FR	50800	258	Europe/Paris	48.8044	-1.29714		Bourguenolles		28	50	504	50069
3030944	Bourgueil	bourgueil	FR	37140	4359	Europe/Paris	47.28333	0.16612		Bourgueil,Burgej,Burgolium,bu er gai,buruguiyu,Бургей,Бургеј,ブルグイユ,布尔盖		24	37	371	37031
3030945	Bourguébus	bourguebus	FR	14540	1118	Europe/Paris	49.12187	-0.29786		Bourguebus,Bourguébus		28	14	142	14092
3030946	Bourgtheroulde-Infreville	bourgtheroulde-infreville	FR	27520	2969	Europe/Paris	49.3	0.88333		Burgterul'd-Enfrevil',Burterold Enfrvil,Burterul'd-Enfrevil',bu er ge te lu er de an fu lei wei er,Бургтерульд-Енфревиль,Буртеролд Енфрвил,Буртерульд-Енфревіль,布尔格特鲁尔德安夫勒维尔		28	27	272	27105
3030947	Bourg	bourg	FR	33710	2323	Europe/Paris	45.04062	-0.55893		Bourg-sur-Gironde		75	33	331	33067
3030948	Bourg-sous-Châtelet	bourg-sous-chatelet	FR	90110	131	Europe/Paris	47.70227	6.94785		Bourg,Bourg-sous-Chatelet,Bourg-sous-Châtelet		27	90	901	90016
3030949	Bourg-Saint-Maurice	bourg-saint-maurice	FR	73700	8114	Europe/Paris	45.61463	6.76845		Bourg-Saint-Maurice,Bur Sen Moris,Bur-Sen-Moris,Burgus Sancti Mauritii,Le Borg,Le Bôrg,Nargue-Sarde,Pente-Rude,buru=san=morisu,bwrg-sn-mwrys,Бур Сен Морис,Бур-Сен-Морис,بورگ-سن-موریس,ブール＝サン＝モーリス		84	73	731	73054
3030950	Bourg-Sainte-Marie	bourg-sainte-marie	FR	52150	108	Europe/Paris	48.17951	5.557		Bourg,Bourg-Sainte-Marie		44	52	521	52063
3030951	Bourg-Saint-Christophe	bourg-saint-christophe	FR	01800	908	Europe/Paris	45.88732	5.1501		Bourg,Bourg-Saint-Christophe,Bourg-sans-Fontaine		84	01	011	01054
3030952	Bourg-Saint-Bernard	bourg-saint-bernard	FR	31570	870	Europe/Paris	43.60216	1.71266		Borg de Sant Bernat,Bourg-Saint-Bernard,Bourg-la-Loy,Bur Sen Bernar,Bur-Sen-Bernar,Le Borg de Sant Bernat,bu er sheng bei er na er,Бур Сен Бернар,Бур-Сен-Бернар,布尔圣贝尔纳尔		76	31	313	31082
3030953	Bourg-Saint-Andéol	bourg-saint-andeol	FR	07700	8301	Europe/Paris	44.37338	4.64413		Bourg-Saint-Andeol,Bourg-Saint-Andéol,Bourg-sur-Rhone,Bourg-sur-Rhône,Bur Sent Andeol,Bur-Sent-Andeol',Commune-Libre,Lo Borg Sant Andiou,Lo Borg Sant Andiòu,Lo Borg de Sant Andiou,Lo Borg de Sant Andiòu,bu er sheng ang dai ao,Бур Сент Андеол,Бур-Сент-Андеоль,布尔圣昂代奥		84	07	072	07042
3030955	Bourgougnague	bourgougnague	FR	47410	348	Europe/Paris	44.61669	0.4162		Bourgougnague		75	47	472	47035
3030958	Bourgon	bourgon	FR	53410	612	Europe/Paris	48.16719	-1.06727		Bourgon,Burgon,bu er gong,Бургон,布尔贡		52	53	532	53040
3030959	Bourgon	bourgon	FR	53410	0	Europe/Paris	48.14209	-1.49648				53	35	353	35001
3030965	Bourgogne	bourgogne	FR	51110	1018	Europe/Paris	49.34962	4.07111		Bourgogne,Burgundija,Бургундия		44	51	513	51075
3030966	Bourgogne	bourgogne	FR	51110	0	Europe/Paris	48.93569	5.10697				44	55	551	55532
3030970	Bourgneuf-en-Retz	bourgneuf-en-retz	FR	44580	2591	Europe/Paris	47.04294	-1.95292		Bourc'hnevez-Raez,Bourchnevez-Raez,Bourgneuf,Bourgneuf-en-Retz,Burgum ad Ligerim,Burnef an Rec,Burnef-an-Re,lei te de qu bu er gai yu,Бурнеф-ан-Ре,Бурњеф ан Рец,雷特地区布尔盖于		52	44	443	44021
3030971	Bourgneuf-en-Mauges	bourgneuf-en-mauges	FR	49290	732	Europe/Paris	47.3125	-0.83524		Bourgneuf,Bourgneuf-en-Mauges,Burnef an Mozh,Burnef-an-Mozh,mo re de qu bu er gai yu,Бурнеф ан Мож,Бурнеф-ан-Мож,莫热地区布尔盖于		52	49	492	49244
3030973	Bourgneuf	bourgneuf	FR	17220	0	Europe/Paris	48.60067	2.00367				11	78	782	78522
3030975	Bourgneuf	bourgneuf	FR	17220	0	Europe/Paris	47.75	2.01667				24	45	452	45193
3030976	Bourgneuf	bourgneuf	FR	17220	0	Europe/Paris	47.61452	-0.32565		Bourgneuf		52	49	491	49076
3030978	Bourgneuf	bourgneuf	FR	17220	0	Europe/Paris	47.18076	2.33514				24	18	181	18206
3030979	Bourgneuf	bourgneuf	FR	17220	1120	Europe/Paris	46.16676	-1.02444		Bourgneuf		75	17	173	17059
3030980	Bourgneuf	bourgneuf	FR	17220	427	Europe/Paris	45.55153	6.21531		Bourgneuf		84	73	732	73053
3030982	Bourgnac	bourgnac	FR	24400	309	Europe/Paris	45.01671	0.40195		Bourgnac		75	24	243	24059
3030983	la Guingueta d'Ix	la-guingueta-d-ix	FR	66760	1206	Europe/Paris	42.43416	1.94391		Bourg-Madame,Bur-Madam,la Guingueta,la Guingueta d'Ix,Бур-Мадам		76	66	663	66025
3030984	Bourg-l'Évêque	bourg-l-eveque	FR	49520	0	Europe/Paris	47.736	-1.01296		Bourg-l'Eveque,Bourg-l'Évêque		52	49	494	49038
3031032	Bourganeuf	bourganeuf	FR	23400	3406	Europe/Paris	45.95369	1.75574		Borgon Nuou,Borgon Nuòu,Borgonnuou,Borgonnuòu,Bourganeuf,Burganef,Burganjof,bu er jia na,buruganufu,Бурганеф,Бурганёф,ブルガヌフ,布尔加纳		75	23	232	23030
3030985	Bourg-lès-Valence	bourg-les-valence	FR	26500	19770	Europe/Paris	44.94703	4.89463		Bourg,Bourg-les-Valence,Bourg-lès-Valence,Bur le Valans,Bur-le-Valans,Lo Borg,Lo Borg de Valenca,Lo Borg de Valença,bu er lai wa lang ke,Бур ле Валанс,Бур-ле-Валанс,布尔莱瓦朗克		84	26	263	26058
3030986	Bourg-le-Roi	bourg-le-roi	FR	72610	326	Europe/Paris	48.34561	0.13292		Bourg,Bourg-la-Loi,Bourg-le-Roi		52	72	722	72043
3030987	Bourg-le-Comte	bourg-le-comte	FR	71110	206	Europe/Paris	46.30537	3.98065		Basses-Marches-du-Bourbonnais,Bourg,Bourg-le-Comte,Bourg-le-Mont		27	71	713	71048
3030989	Bourg-Lastic	bourg-lastic	FR	63760	930	Europe/Paris	45.64729	2.55835		Bourg-Lastic		84	63	634	63048
3030990	Bourg-la-Reine	bourg-la-reine	FR	92340	18870	Europe/Paris	48.77888	2.31781		Bourg la Reine,Bourg-Egalite,Bourg-Egalité,Bourg-la-Reine,Bourge la Reine,Bur la Ren,Bur-la-Ren,buru=ra=renu,bwr-lh-rn,huang hou zhen,Бур ла Рен,Бур-ла-Рен,בור-לה-רן,ブール＝ラ＝レーヌ,皇后镇		11	92	921	92014
3030994	Bourghelles	bourghelles	FR	59830	1676	Europe/Paris	50.56501	3.24447		Bourghelles		32	59	595	59096
3030995	Bourgheim	bourgheim	FR	67140	433	Europe/Paris	48.41969	7.49379		Burgheim		44	67	675	67060
3030996	Bourg-Fidèle	bourg-fidele	FR	08230	757	Europe/Paris	49.89209	4.54053		Bourg-Fidele,Bourg-Fidèle		44	08	081	08078
3030998	Bourget-en-Huile	bourget-en-huile	FR	73110	137	Europe/Paris	45.48606	6.20123		Bourget,Bourget-en-Huile		84	73	732	73052
3030999	Bourg-et-Comin	bourg-et-comin	FR	02160	678	Europe/Paris	49.39691	3.6544		Bourg,Bourg-et-Comin		32	02	022	02106
3031002	Le Bourget	le-bourget	FR	93350	0	Europe/Paris	45.2137	6.69564		Bourget,Le Bourget		84	73	733	73322
3031005	Bourges	bourges	FR	18000	67987	Europe/Paris	47.08333	2.4		Avaricum Biturigum,BOU,Borges,Bourges,Bourz,Burza,Burzas,Burzh,Burža,Buržas,bu er ri,buleuju,buruju,bwrjyz,bwrz,bwrzh,Μπουρζ,Бурж,בורז,بورجيز,بورژ,ቡርዥ,ブールジュ,布尔日,부르주	18	24	18	181	18033
3031009	Bourg-en-Bresse	bourg-en-bresse	FR	01000	45340	Europe/Paris	46.20574	5.2258		Borg,Borg de Bressa,Bourg,Bourg-Regenere,Bourg-Regénéré,Bourg-en-Bresse,Burg an Bres,Burg-an-Bress,Burganbresa,Burgus Bressiae,Burk an Bres,Burk-an-Bres,Bôrg,Epi-d'Ain,Epi-d'Or,XBK,bu lei si de qu bu er ge,buleukangbeuleseu,buru=gan=buresu,bwran brs,bwrg-an-brs,bwrgh awn brys,Бург ан Брес,Бург-ан-Бресс,Бурк-ан-Брес,Բուրկ ան Բրես,بوران برس,بورغ أون بريس,بورگ-آن-برس,ブール＝ガン＝ブレス,布雷斯地区布尔格,부르캉브레스	01	84	01	012	01053
3031010	Bourgeauville	bourgeauville	FR	14430	160	Europe/Paris	49.27175	0.0576		Bourgeauville		28	14	143	14091
3031013	Bourg-du-Bost	bourg-du-bost	FR	24600	209	Europe/Paris	45.27134	0.25666		Bourg,Bourg-du-Bost		75	24	243	24058
3031014	Bourg-d'Oueil	bourg-d-oueil	FR	31110	0	Europe/Paris	42.85905	0.49879		Bourg-d'Oueil		76	31	312	31081
3031015	Le Bourg-d'Iré	le-bourg-d-ire	FR	49520	0	Europe/Paris	47.68333	-0.96667		Le Bourg-d'Ire,Le Bourg-d'Iré,Le Bourg-dIre,Le Bourg-dIré		52	49	494	49331
3031016	Bourg-de-Visa	bourg-de-visa	FR	82190	459	Europe/Paris	44.26286	0.95803		Bien-Avisat,Bourg,Bourg-de-Visa		76	82	821	82022
3031017	Bourg-de-Thizy	bourg-de-thizy	FR	69240	2863	Europe/Paris	46.03371	4.29904		Bourg,Bourg-de-Thizy,Bur de Tizi,Bur-de-Tizi,Бур де Тизи,Бур-де-Тізі		84	69	692	69248
3031018	Bourg-des-Maisons	bourg-des-maisons	FR	24320	83	Europe/Paris	45.33781	0.4354		Borg de Maisons,Bourg-des-Maisons,Bur de Mezon,Bur-de-Mezon,Lo Borg dau Chapduelh,bu er dai mai song,Бур де Мезон,Бур-де-Мезон,布尔代迈松		75	24	243	24057
3031019	Bourg-des-Comptes	bourg-des-comptes	FR	35890	2188	Europe/Paris	47.92955	-1.74298		Bourg-des-Comptes,Bourg-la-Montagne,Gwikomm		53	35	352	35033
3031020	Bourg-de-Péage	bourg-de-peage	FR	26300	10090	Europe/Paris	45.03151	5.04993		Bourg-de-Peage,Bourg-de-Péage,Bur de Peazh,Bur-de-Peazh,Le Bourg-de-Peage,Le Bourg-du-Peage,Le Bourg-du-Péage,Lo Borg dau Peatge,Lo Peatge de Pisancon,Lo Peatge de Pisançon,Unite-sur-Isere,Unité-sur-Isère,bu er de pei a ge,Бур де Пеаж,Бур-де-Пеаж,布尔德佩阿格		84	26	263	26057
3031025	Bourg-Charente	bourg-charente	FR	16200	776	Europe/Paris	45.67325	-0.22106		Bourg,Bourg-Charente,Bur Sharant,Bur-Sharant,bu er sha lang te,Бур Шарант,Бур-Шарант,布尔沙朗特		75	16	162	16056
3031026	Bourg-Bruche	bourg-bruche	FR	67420	401	Europe/Paris	48.3583	7.13695		Bourg-Bruche,Bur-Brjush,Bur-Brush,bu er bu lu ke,bwrg-brwsh,bwrgh brwtsh,Бур-Бруш,Бур-Брюш,بورغ بروتش,بورگ-بروش,布尔布吕克		44	67	673	67059
3031027	Bourg-Blanc	bourg-blanc	FR	29860	3231	Europe/Paris	48.49875	-4.50621		Ar Vourc'h-Wenn,Ar Vourch-Wenn,Bourg-Blanc,Bur Blan,Bur-Blan,bu er bu lang ke,buru=buran,Бур Блан,Бур-Блан,ブール＝ブラン,布尔布朗克		53	29	291	29015
3031028	Bourg-Beaudouin	bourg-beaudouin	FR	27380	706	Europe/Paris	49.38657	1.30923		Bourg-Beaudouin		28	27	271	27104
3031029	Bourgbarré	bourgbarre	FR	35230	2521	Europe/Paris	47.99508	-1.61529		Bourgbarre,Bourgbarré,Bourvarred		53	35	353	35032
3031030	Bourg-Argental	bourg-argental	FR	42220	2835	Europe/Paris	45.29899	4.5683		Borg-Argental,Bourg-Argental,Bur-Arzhantal',Burg Arzhantal,Bôrg-Argental,Lo Borg dArgentau,bu er a er rang ta,Бур-Аржанталь,Бург Аржантал,布尔阿尔让塔		84	42	423	42023
3031031	Bourg-Archambault	bourg-archambault	FR	86390	208	Europe/Paris	46.38235	1.0053		Bourg-Archambault,Bur-Arshambo,Burg Arshambo,bu er a er shang bo er,Бур-Аршамбо,Бург Аршамбо,布尔阿尔尚博尔		75	86	862	86035
3031034	Bourgaltroff	bourgaltroff	FR	57260	248	Europe/Paris	48.86889	6.75968		Bourgaltroff		44	57	575	57098
3031035	Bourg-Achard	bourg-achard	FR	27310	2652	Europe/Paris	49.35322	0.81623		Bourg-Achard		28	27	272	27103
3031037	Bourg	bourg	FR	33710	153	Europe/Paris	47.79399	5.31195		Bourg		44	52	522	52062
3031038	Bourg-de-Bigorre	bourg-de-bigorre	FR	65130	187	Europe/Paris	43.1	0.26667				76	65	652	65105
3031040	Boureuilles	boureuilles	FR	55270	121	Europe/Paris	49.19771	5.04144		Boureuilles		44	55	553	55065
3031041	Bouresse	bouresse	FR	86410	608	Europe/Paris	46.36315	0.60722		Bouresse,Bures,Buress,bu lei si,Бурес,Буресс,布雷斯		75	86	862	86034
3031042	Bouresches	bouresches	FR	02400	183	Europe/Paris	49.06322	3.30976		Bouresches		32	02	021	02105
3031043	Bourecq	bourecq	FR	62190	528	Europe/Paris	50.57187	2.43232		Bourecq,Bouretz,Burek,bu lei ke,bwryyskyw,Бурек,بورييسكيو,布雷克		32	62	622	62162
3031047	Bourdons-sur-Rognon	bourdons-sur-rognon	FR	52700	287	Europe/Paris	48.16667	5.35		Bourdons,Bourdons-sur-Rognon		44	52	521	52061
3031049	Bourdonné	bourdonne	FR	78113	446	Europe/Paris	48.7574	1.66389		Bourdonne,Bourdonné,Burdone,Burdonne,Бурдоне,Бурдонне		11	78	781	78096
3031050	Bourdonnay	bourdonnay	FR	57810	243	Europe/Paris	48.71973	6.72844		Bourdonnay		44	57	575	57099
3031054	Bourdon	bourdon	FR	80310	378	Europe/Paris	49.98893	2.07455		Bourdon		32	80	802	80123
3031055	Bourdon	bourdon	FR	80310	0	Europe/Paris	49.36901	0.52793				28	27	272	27385
3031060	Bourdic	bourdic	FR	30190	291	Europe/Paris	43.98336	4.33084		Bourdic		76	30	302	30049
3031062	Bourdettes	bourdettes	FR	64800	345	Europe/Paris	43.19606	-0.2748		Bordetas,Bourdettes,Burdet,Burdett,bu er dai te,Бурдет,Бурдетт,布尔代特		75	64	643	64145
3031064	Bourdenay	bourdenay	FR	10290	123	Europe/Paris	48.35872	3.58747		Bourdenay		44	10	102	10054
3031065	Bourdelles	bourdelles	FR	33190	115	Europe/Paris	44.55378	0.00023		Bourdelles,Burdel,Бурдел		75	33	333	33066
3031068	Bourdeilles	bourdeilles	FR	24310	786	Europe/Paris	45.32191	0.58624		Bordelha,Bourdeilles,Burdej,bu er dai lai,Бурдей,Бурдеј,布尔代莱		75	24	242	24055
3031069	Bourdeaux	bourdeaux	FR	26460	601	Europe/Paris	44.58582	5.13611		Bourdeaux		84	26	262	26056
3031070	Bourdeau	bourdeau	FR	73370	0	Europe/Paris	46.50285	2.19876				24	18	182	18234
3031071	Bourdeau	bourdeau	FR	73370	495	Europe/Paris	45.67986	5.85436		Bourdeau		84	73	732	73050
3031073	Bourdalat	bourdalat	FR	40190	200	Europe/Paris	43.83912	-0.20863		Bourdalat		75	40	402	40052
3031074	Bourdainville	bourdainville	FR	76760	387	Europe/Paris	49.67505	0.94533		Bourdainville		28	76	763	76132
3031075	Bourcq	bourcq	FR	08400	61	Europe/Paris	49.38485	4.63249		Bourcq		44	08	084	08077
3031077	Bourcia	bourcia	FR	39320	115	Europe/Paris	46.35327	5.40819		Bourcia,Bursija,Bursja,bu er xi ya,Бурсія,Бурсја,布尔西亚		27	39	392	39485
3031080	Bourcefranc-le-Chapus	bourcefranc-le-chapus	FR	17560	3275	Europe/Paris	45.85	-1.15		Bursfran le Sapyu,Bursfran le Shapi,Bursfran-le-Shapju,bu er sai fu lang ke lai sha pi,Бурсфран ле Шапи,Бурсфран-ле-Шапю,Բուրսֆրան լե Շապյու,布尔塞夫朗克莱沙皮		75	17	172	17058
3031081	Bourbriac	bourbriac	FR	22390	2349	Europe/Paris	48.47511	-3.18745		Boulvriag,Bourbriac,Burbriak,Burbrijak,Burgobriacum,bu er bu li a ke,Бурбриак,Бурбријак,Бурбріак,布尔布里阿克		53	22	222	22013
3031085	Bourbourg	bourbourg	FR	59630	7059	Europe/Paris	50.94783	2.19576		Bourbourg,Broekburg,Burbur,Burgus in Broco,bu er bao,Бурбур,布尔堡		32	59	594	59094
3031086	Bourbonne-les-Bains	bourbonne-les-bains	FR	52400	2239	Europe/Paris	47.95305	5.74801		Bourbonne,Bourbonne-les-Bains,Burbon le Ben,Burbonn-le-Ben,bu er bang lai ban,Бурбон ле Бен,Бурбонн-ле-Бен,布尔邦莱班		44	52	522	52060
3031089	Bourbon-l'Archambault	bourbon-l-archambault	FR	03160	2559	Europe/Paris	46.58324	3.05652		Bourbon,Bourbon-l'Archambault,Burges-les-Bains,burubon=rarushanbo,ブルボン＝ラルシャンボー		84	03	032	03036
3031090	Bourbon-Lancy	bourbon-lancy	FR	71140	5484	Europe/Paris	46.62214	3.76953		Bellevue-les-Bains,Bourbon-Lancy,Burbo Ancelli,Burbon Lansi,Burbon-Lansi,bwrbwn-lansy,Бурбон Ланси,Бурбон-Ланси,Бурбон-Лансі,بوربون-لانسی		27	71	713	71047
3031094	Bourbévelle	bourbevelle	FR	70500	83	Europe/Paris	47.92373	5.94039		Bourbevelle,Bourbévelle		27	70	702	70086
3031095	Bourberain	bourberain	FR	21610	287	Europe/Paris	47.50044	5.29695		Bourberain		27	21	212	21094
3031096	Bourbach-le-Haut	bourbach-le-haut	FR	68290	338	Europe/Paris	47.79546	7.02902				44	68	686	68046
3031097	Bourbach-le-Bas	bourbach-le-bas	FR	68290	588	Europe/Paris	47.77481	7.05872				44	68	686	68045
3031098	Bouray-sur-Juine	bouray-sur-juine	FR	91850	1950	Europe/Paris	48.51981	2.30001		Bouray,Bouray-sur-Juine,Bure sir Zhijen,Bure-sjur-Zhuin,rui ne he pan bu lai,Буре сир Жијен,Буре-сюр-Жуин,Буре-сюр-Жуїн,瑞讷河畔布赖		11	91	911	91095
3031100	Bouranton	bouranton	FR	10270	462	Europe/Paris	48.31224	4.18025		Bouranton		44	10	103	10053
3031102	Bouqueval	bouqueval	FR	95720	303	Europe/Paris	49.0241	2.42578		Bouqueval,Bukval,Bukval',bu qu ai wa,Буквал,Букваль,布屈埃瓦		11	95	952	95094
3031103	Bouquetot	bouquetot	FR	27310	883	Europe/Paris	49.36257	0.78277		Bouquetot		28	27	272	27102
3031105	Bouquet	bouquet	FR	30580	156	Europe/Paris	44.16399	4.2828		Bouquet		76	30	301	30048
3031106	Bouquemont	bouquemont	FR	55300	108	Europe/Paris	48.99072	5.45164		Bouquemont		44	55	552	55064
3031107	Bouquemaison	bouquemaison	FR	80600	496	Europe/Paris	50.21282	2.34122		Bouquemaison		32	80	802	80122
3031108	Bouquelon	bouquelon	FR	27500	311	Europe/Paris	49.3958	0.49127		Bouquelon		28	27	272	27101
3031109	Bouquehault	bouquehault	FR	62340	629	Europe/Paris	50.82577	1.90276		Boucault,Bouquehault,Buko,bu kai ou er,bwkywhawlt,Буко,بوكيوهاولت,布凯欧尔		32	62	626	62161
3031111	Bouniagues	bouniagues	FR	24560	511	Europe/Paris	44.75889	0.52622		Bouniagues		75	24	241	24054
3031112	Boumourt	boumourt	FR	64370	135	Europe/Paris	43.44333	-0.52147		Bomort,Boumourt,Bumur,Bumurt,bu mu er,Бумур,Бумурт,布穆尔		75	64	643	64144
3031113	Boulzicourt	boulzicourt	FR	08410	999	Europe/Paris	49.69562	4.69623		Boulzicourt		44	08	081	08076
3031115	Boult-sur-Suippe	boult-sur-suippe	FR	51110	1366	Europe/Paris	49.37149	4.14632		Boult,Boult-sur-Suippe,Bu sir Sip,Bul't-sjur-Sjuipp,xu yi pu he pan bu er,Бу сир Сип,Бульт-сюр-Сюїпп,叙伊普河畔布尔		44	51	513	51074
3031116	Boult-aux-Bois	boult-aux-bois	FR	08240	148	Europe/Paris	49.43028	4.84372		Boult,Boult-aux-Bois		44	08	084	08075
3031118	Boult	boult	FR	70190	531	Europe/Paris	47.38118	6.00104		Boult		27	70	702	70085
3031125	Boulot	boulot	FR	70190	432	Europe/Paris	47.34723	5.9595		Boulot		27	70	702	70084
3031127	Boulon	boulon	FR	14220	574	Europe/Paris	49.04728	-0.39345		Boulon		28	14	142	14090
3031128	Boulon	boulon	FR	14220	0	Europe/Paris	43.42048	5.89303				93	83	833	83140
3031129	Bouloire	bouloire	FR	72440	2029	Europe/Paris	47.97375	0.5477		Bouloire		52	72	722	72042
3031133	Boulogne-sur-Mer	boulogne-sur-mer	FR	62200	47013	Europe/Paris	50.72571	1.61392		Bolonha de Mar,Bolonha-sobre-o-Mar,Bonen,Bononia,Boulogne,Boulogne-sur-Mer,Boulonne,Bulon na Moru,Bulon sjur Mer,Bulon'-sjur-Mehr,Bulon'-sjur-Mer,Bulona,Bulonjo,Bulonjo-ce-Maro,Bulonjo-sur-Maro,Bulonjo-ĉe-Maro,Buloņa,Gesoriacum,Itius Portus,Pajurio Bulone,Pajūrio Bulonė,Port-de-l'Union,Portus Itius,Vouloni,XBS,bin hai bu luo nie,bullonyuswileumeleu,buronyu=shuru=meru,bwlwn-swr-mr,bwlwny swr mr,bwlwny swr myr,polon,Βουλώνη,Булон сюр Мер,Булонь-сюр-Мер,Булонь-сюр-Мэр,Булоњ на Мору,בולון-סור-מר,بولون-سور-مر,بولوني سور مير,بولونی سور مر,போலோன்,ブローニュ＝シュル＝メール,滨海布洛涅,불로뉴쉬르메르	623	32	62	623	62160
3031134	Boulogne-sur-Helpe	boulogne-sur-helpe	FR	59440	328	Europe/Paris	50.07867	3.89371		Boulogne,Boulogne-sur-Helpe		32	59	591	59093
3031135	Boulogne-sur-Gesse	boulogne-sur-gesse	FR	31350	1662	Europe/Paris	43.28825	0.64797		Boulogne,Boulogne-sur-Geese,Boulogne-sur-Gesse		76	31	312	31080
3031136	Boulogne-la-Grasse	boulogne-la-grasse	FR	60490	304	Europe/Paris	49.6118	2.70525		Boulogne,Boulogne-la-Grasse		32	60	603	60093
3031233	Bouillon	bouillon	FR	64410	0	Europe/Paris	48.77074	-1.5458				28	50	501	50066
3031234	Bouillon	bouillon	FR	64410	107	Europe/Paris	43.49422	-0.50117		Bouillon		75	64	643	64143
3031137	Boulogne-Billancourt	boulogne-billancourt	FR	92100	108782	Europe/Paris	48.83545	2.24128		Billancourt,Bononia ad Sequanam,Boulogne,Boulogne e Billancourt,Boulogne-Billancourt,Boulogne-sur-Seine,Bulon Bijankur,Bulon'-Bijankur,Bulona-Bijankura,Bulone-Bijankuras,Bulonė-Bijankūras,Buloņa-Bijankūra,XBT,bu luo nie-bi yang gu,bullonyubiyangkuleu,buronyu=biyankuru,bwlwn-blankwr,bwlwn-byankwr,bwlwny byankwr,bwlwny-byankwr,Булон Биянкур,Булонь-Бийанкур,Булонь-Биянкур,Булонь-Біянкур,Булоњ Бијанкур,بولون-بلانکور,بولون-بيانكور,بولونی بیانکور,بولونی-بیانکور,ბულონ-ბიანკური,ブローニュ＝ビヤンクール,布洛涅-比扬古,불로뉴비양쿠르	923	11	92	923	92012
3031141	Boulogne	boulogne	FR	85140	585	Europe/Paris	46.79346	-1.3194		Boulogne		52	85	852	85084
3031143	Bouloc	bouloc	FR	31620	0	Europe/Paris	44.15317	2.86701		Bouloc		76	12	121	12253
3031144	Bouloc	bouloc	FR	31620	3280	Europe/Paris	43.78163	1.40522		Bouloc		76	31	313	31079
3031145	Boulleville	boulleville	FR	27210	832	Europe/Paris	49.37157	0.39069		Boulleville		28	27	272	27100
3031146	Boulleret	boulleret	FR	18240	1420	Europe/Paris	47.42419	2.87343		Boulleret		24	18	181	18032
3031148	Boullay-les-Troux	boullay-les-troux	FR	91470	612	Europe/Paris	48.67884	2.04892		Boullay,Boullay-les-Troux,Bule le Tru,Bulle-le-Tru,bu lai lai te lu,Буле ле Тру,Булле-ле-Тру,布莱莱特鲁		11	91	913	91093
3031149	Le Boullay-les-Deux-Églises	le-boullay-les-deux-eglises	FR	28170	0	Europe/Paris	48.63333	1.33333		Boullay		24	28	283	28053
3031151	Boullarre	boullarre	FR	60620	237	Europe/Paris	49.13054	3.00474		Boullarre		32	60	604	60092
3031157	Boulin	boulin	FR	65350	300	Europe/Paris	43.25179	0.13744		Boulin		76	65	653	65104
3031158	Bouligny	bouligny	FR	55240	2758	Europe/Paris	49.29189	5.74248		Bouligny		44	55	553	55063
3031159	Bouligney	bouligney	FR	70800	441	Europe/Paris	47.8947	6.24093		Bouligney		27	70	701	70083
3031160	Bouligneux	bouligneux	FR	01330	319	Europe/Paris	46.02197	4.99117		Bouligneux		84	01	012	01052
3031161	Boulieu-lès-Annonay	boulieu-les-annonay	FR	07100	2222	Europe/Paris	45.27065	4.66645		Bonluec,Boulieu,Boulieu dAnonai,Boulieu-les-Annonay,Boulieu-lès-Annonay,Bul'e-lez-Annone,Bul'jo-lez-Annone,Bulije lez Anone,bu li e lai a nuo nai,Булије лез Аноне,Бульё-лез-Анноне,Бульє-лез-Анноне,布利厄莱阿诺奈		84	07	073	07041
3031164	Bouliac	bouliac	FR	33270	3558	Europe/Paris	44.8193	-0.50265		Boliac,Bouliac,Bul'jak,Bulijak,bu li a ke,Булијак,Бульяк,布利阿克		75	33	332	33065
3031166	Bouleuse	bouleuse	FR	51170	161	Europe/Paris	49.22464	3.83976		Bouleuse		44	51	513	51073
3031167	Bouleurs	bouleurs	FR	77580	1358	Europe/Paris	48.88181	2.90728		Bouleurs		11	77	771	77047
3031169	Bouleternère	bouleternere	FR	66130	704	Europe/Paris	42.6503	2.58662		Bouleternere,Bouleternère,Bula d'Avall,Bula de Terranera,Bulaternera,Buleterner,Bulterner,bu lei tai er nei er,Булетернер,Бултернер,布勒泰尔内尔		76	66	663	66023
3031174	Boule-d'Amont	boule-d-amont	FR	66130	0	Europe/Paris	42.5795	2.61375		Boule-d'Amont,Boule-dAmont,Boule-d’Amont,Bula d'Amunt		76	66	663	66022
3031177	Boulc	boulc	FR	26410	111	Europe/Paris	44.64738	5.56702		Boulc,Boule		84	26	261	26055
3031178	Boulbon	boulbon	FR	13150	1587	Europe/Paris	43.86232	4.69391		Boul-la-Montagne,Boulbon,Bourg-Montagne		93	13	132	13017
3031179	Boulazac	boulazac	FR	24750	0	Europe/Paris	45.17166	0.77305		Bolasac,Boulazac,Bulazak,bu la zha ke,Булазак,布拉扎克		75	24	243	24053
3031180	Boulazac	boulazac	FR	24750	6680	Europe/Paris	45.11667	0.75			24053	75	24	243	24053
3031182	Boulay-Moselle	boulay-moselle	FR	57220	4583	Europe/Paris	49.18333	6.5		Bolchen,Boulay,Bule Mozel,Bule-Mozel',bu lai mo ze er,bure=mozeru,Буле Мозел,Буле-Мозель,ブレ＝モゼル,布莱摩泽尔	573	44	57	573	57097
3031183	Boulay-les-Barres	boulay-les-barres	FR	45140	571	Europe/Paris	47.9839	1.78243		Boulay,Boulay-les-Barres,Boullay-les-Barres,Bule le Bar,Bule-le-Barr,bu lai lai ba er lei,Буле ле Бар,Буле-ле-Барр,布莱莱巴尔雷		24	45	452	45046
3031186	Boulay-les-Ifs	boulay-les-ifs	FR	53370	175	Europe/Paris	48.41667	-0.13333				52	53	533	53038
3031188	Boulaur	boulaur	FR	32450	133	Europe/Paris	43.54118	0.77304		Boulaur		76	32	321	32061
3031191	Boulange	boulange	FR	57655	1844	Europe/Paris	49.38229	5.95		Boulange,Bulanzh,bu lang ge,bwlanzh,Буланж,بولانژ,布朗格		44	57	577	57096
3031192	Boulancourt	boulancourt	FR	77760	0	Europe/Paris	48.45669	4.64466				44	52	523	52411
3031193	Boulancourt	boulancourt	FR	77760	358	Europe/Paris	48.25814	2.43395		Boulancourt,Bulankur,Буланкур		11	77	774	77046
3031199	Boulaincourt	boulaincourt	FR	88500	37	Europe/Paris	48.37163	6.08252		Boulaincourt		44	88	882	88066
3031201	Boulages	boulages	FR	10380	223	Europe/Paris	48.58018	3.91446		Boulages		44	10	102	10052
3031205	Boujan-sur-Libron	boujan-sur-libron	FR	34760	3011	Europe/Paris	43.37082	3.24749		Boujan,Boujan-sur-Libron		76	34	341	34037
3031207	Boujailles	boujailles	FR	25560	387	Europe/Paris	46.8874	6.08056		Boujailles,Buzhaj,bu re lai,Бужай,Бужај,布热莱		27	25	253	25079
3031208	Bouix	bouix	FR	21330	191	Europe/Paris	47.88711	4.48443		Bouix		27	21	213	21093
3031211	Bouisse	bouisse	FR	11330	90	Europe/Paris	42.9869	2.4527		Bouisse		76	11	113	11044
3031221	Bouin-Plumoison	bouin-plumoison	FR	62140	523	Europe/Paris	50.38333	1.98333		Boen Plemoazon,Buen-Pljumuazon,bu an pu lu mu wa song,bwyn blwmwyswn,Боен Племоазон,Буен-Плюмуазон,بوين بلومويسون,布安普吕穆瓦松		32	62	624	62661
3031222	Bouin	bouin	FR	79110	2385	Europe/Paris	46.97417	-1.99846		Bonn,Bouin		52	85	853	85029
3031223	Bouin	bouin	FR	79110	144	Europe/Paris	46.08505	-0.01495		Bouin		75	79	792	79140
3031224	Bouilly-en-Gâtinais	bouilly-en-gatinais	FR	45300	318	Europe/Paris	48.09494	2.28439		Bouilly,Bouilly-en-Gatinais,Bouilly-en-Gâtinais,Bui-an-Gatine,Buji an Gatine,jia di nai de qu bu yi li,Буї-ан-Гатіне,Буји ан Гатине,加蒂奈地区布伊利		24	45	453	45045
3031225	Bouilly	bouilly	FR	10320	154	Europe/Paris	49.19905	3.88881		Bouilly		44	51	513	51072
3031226	Bouilly	bouilly	FR	10320	1144	Europe/Paris	48.19674	4.00011		Bouilly		44	10	103	10051
3031227	Bouilly	bouilly	FR	10320	0	Europe/Paris	48.07417	1.95778				24	45	452	45330
3031228	Bouilly	bouilly	FR	10320	0	Europe/Paris	47.95939	3.67045		Bouilly		27	89	891	89439
3031230	Bouillonville	bouillonville	FR	54470	93	Europe/Paris	48.94497	5.841		Bouillonville		44	54	544	54087
3031236	Bouillé-Saint-Paul	bouille-saint-paul	FR	79290	459	Europe/Paris	47.02536	-0.34609		Bouille,Bouille-Saint-Paul,Bouillé,Bouillé-Saint-Paul		75	79	791	79063
3031237	Bouillé-Ménard	bouille-menard	FR	49520	683	Europe/Paris	47.74171	-0.96829		Bouille-Menard,Bouillé-Ménard,Bue-Menar,Buje Menar,bu yi lai mei na er,Бує-Менар,Бује Менар,布伊莱梅纳尔		52	49	494	49036
3031238	Bouillé-Loretz	bouille-loretz	FR	79290	1103	Europe/Paris	47.07911	-0.27178		Bouille-Loretz,Bouillé-Loretz,Bue-Lore,Buje Lorec,Бує-Лоре,Бује Лорец		75	79	791	79014
3031239	Bouillé-Courdault	bouille-courdault	FR	85420	465	Europe/Paris	46.39124	-0.68998		Bouille,Bouille-Courdault,Bouillé,Bouillé-Courdault		52	85	851	85028
3031240	Bouillargues	bouillargues	FR	30230	5714	Europe/Paris	43.80013	4.42753		Bolhargues,Bouillargues,Bujarg,bu yi la er gai,Буярг,Бујарг,布伊拉尔盖		76	30	302	30047
3031242	Bouilland	bouilland	FR	21420	175	Europe/Paris	47.1325	4.7762		Bouilland		27	21	211	21092
3031243	Bouillancy	bouillancy	FR	60620	378	Europe/Paris	49.11489	2.93079		Bouillancy		32	60	604	60091
3031244	Bouillancourt-la-Bataille	bouillancourt-la-bataille	FR	80500	109	Europe/Paris	49.69485	2.53201		Bouillancourt,Bouillancourt-la-Bataille		32	80	803	80121
3031245	Bouillancourt-en-Séry	bouillancourt-en-sery	FR	80220	498	Europe/Paris	49.96141	1.62918		Bouillancourt-en Sery,Bouillancourt-en Séry,Bouillancourt-en-Sery,Bouillancourt-en-Séry		32	80	801	80120
3031247	Bouillac	bouillac	FR	12300	0	Europe/Paris	45.12373	1.26894				75	24	244	24547
3031248	Bouillac	bouillac	FR	12300	0	Europe/Paris	44.76	0.91828		Bouillac		75	24	241	24052
3031249	Bouillac	bouillac	FR	12300	0	Europe/Paris	44.57543	2.16311		Bouillac		76	12	123	12030
3031250	Bouillac	bouillac	FR	12300	468	Europe/Paris	43.84406	1.12009		Bouillac		76	82	822	82020
3031251	Bouilh-Péreuilh	bouilh-pereuilh	FR	65350	89	Europe/Paris	43.30693	0.1877		Bouilh,Bouilh-Pereuilh,Bouilh-Péreuilh		76	65	653	65103
3031252	Bouilhonnac	bouilhonnac	FR	11800	231	Europe/Paris	43.2326	2.43957		Bouilhonnac		76	11	111	11043
3031253	Bouilh-Devant	bouilh-devant	FR	65140	25	Europe/Paris	43.3304	0.25985		Bouilh,Bouilh-Devant		76	65	653	65102
3031256	Bouhy	bouhy	FR	58310	471	Europe/Paris	47.48583	3.16572		Bouhy		27	58	584	58036
3031259	Bouhey	bouhey	FR	21360	53	Europe/Paris	47.20036	4.66857		Bouhey		27	21	211	21091
3031260	Bouhet	bouhet	FR	17540	434	Europe/Paris	46.1653	-0.85933		Bouhet		75	17	172	17057
3031261	Bouhans-lès-Montbozon	bouhans-les-montbozon	FR	70230	92	Europe/Paris	47.48116	6.2859		Bouhans,Bouhans-les-Montbozon,Bouhans-lès-Montbozon		27	70	702	70082
3031262	Bouhans-lès-Lure	bouhans-les-lure	FR	70200	220	Europe/Paris	47.69497	6.4229		Bouhans,Bouhans-les-Lure,Bouhans-lès-Lure		27	70	701	70081
3031263	Bouhans-et-Feurg	bouhans-et-feurg	FR	70100	246	Europe/Paris	47.47777	5.50603		Bouhans,Bouhans-et-Feurg		27	70	702	70080
3031264	Bouhans	bouhans	FR	71330	155	Europe/Paris	46.77167	5.29649		Bouhans,Buan,Буан		27	71	714	71045
3031265	Bougy-lez-Neuville	bougy-lez-neuville	FR	45170	188	Europe/Paris	48.04065	2.02585		Bougy,Bougy-lez-Neuville,Bugi le Nevil,Buzhi-lez-Nevil',bu ji lai na wei er,Буги ле Невил,Бужі-лез-Невіль,布吉莱纳维尔		24	45	452	45044
3031267	Bougy	bougy	FR	14210	267	Europe/Paris	49.11033	-0.52477		Bougy		28	14	142	14089
3031268	Bouguenais	bouguenais	FR	44340	16824	Europe/Paris	47.17941	-1.62468		Bougenais,Bouguenais,Bugene,Castrum Bogenis,Kervegon,bu gai nai,bugene,Бугене,ブゲネ,布盖奈		52	44	442	44020
3031269	Bougue	bougue	FR	40090	583	Europe/Paris	43.8901	-0.39308		Bougue		75	40	402	40051
3031271	Bougon	bougon	FR	79800	215	Europe/Paris	46.36863	-0.06623		Bougon		75	79	792	79042
3031272	Bougnon	bougnon	FR	70170	456	Europe/Paris	47.69111	6.10866		Bougnon		27	70	702	70079
3031273	Bougneau	bougneau	FR	17800	461	Europe/Paris	45.59741	-0.5154		Bougneau		75	17	171	17056
3031274	Bouglon	bouglon	FR	47250	580	Europe/Paris	44.39336	0.09688		Boglon,Bouglon,Buglon,bu ge long,Буглон,布格隆		75	47	472	47034
3031275	Bougligny	bougligny	FR	77570	707	Europe/Paris	48.19653	2.65828		Bougligny		11	77	774	77045
3031276	Bouglainval	bouglainval	FR	28130	767	Europe/Paris	48.5631	1.51055		Bouglainval		24	28	281	28052
3031277	Bougival	bougival	FR	78380	8895	Europe/Paris	48.86223	2.14148		Bougivais,Bougival,Burgivallis,Buzhival,Buzhival',bujivu~aru,Буживал,Буживаль,ブージヴァル		11	78	784	78092
3031279	Bougey	bougey	FR	70500	93	Europe/Paris	47.7814	5.8614		Bougey		27	70	702	70078
3031281	Bouges-le-Château	bouges-le-chateau	FR	36110	267	Europe/Paris	47.03333	1.66667		Buzh le Shato,Buzh-le-Shato,Fonds-Coeur,bu re lai sha tuo,Буж ле Шато,Буж-ле-Шато,布热莱沙托		24	36	362	36023
3031284	Bougé-Chambalud	bouge-chambalud	FR	38150	992	Europe/Paris	45.33057	4.89976		Bouge,Bouge-Chambalud,Bougé,Bougé-Chambalud		84	38	383	38051
3031288	Bougarber	bougarber	FR	64230	700	Europe/Paris	43.39816	-0.4727		Borg Garber,Borg Garbèr,Bougarber,Bugarbe,Bugarber,bu jia er bei,Бугарбе,Бугарбер,布加尔贝		75	64	643	64142
3031289	Bougainville	bougainville	FR	80540	417	Europe/Paris	49.8707	2.04305		Bougainville		32	80	802	80119
3031290	Bouffry	bouffry	FR	41270	163	Europe/Paris	48.00727	1.09765		Bouffry		24	41	412	41022
3031291	Boufflers	boufflers	FR	80150	102	Europe/Paris	50.2646	2.01598		Boufflers		32	80	801	80118
3031292	Bouffignereux	bouffignereux	FR	02160	114	Europe/Paris	49.37285	3.84536		Bouffignereux		32	02	022	02104
3031293	Boufféré	bouffere	FR	85600	1892	Europe/Paris	46.96179	-1.33965		Bouffere,Boufféré		52	85	852	85146
3031294	Bouffémont	bouffemont	FR	95570	5652	Europe/Paris	49.04377	2.29796		Bouffemont,Bouffémont,Bufemon,Buffemon,bu fei meng,Буфемон,Буффемон,布费蒙		11	95	952	95091
3031298	Bouëx	bouex	FR	16410	835	Europe/Paris	45.61604	0.31861		Bois,Bouex,Bouëx,Bue,Bueh,bu e,Буе,Буэ,布厄		75	16	161	16055
3031301	Bouesse	bouesse	FR	36200	402	Europe/Paris	46.61572	1.68647		Bouesse,Buehs,Bues,Buess,bu ai si,Буес,Буесс,Буэс,布埃斯		24	36	362	36022
3031302	Bouesse	bouesse	FR	36200	0	Europe/Paris	46.57643	0.92554				75	86	862	86223
3031303	Bouesse	bouesse	FR	36200	0	Europe/Paris	46.43333	2.43333				84	03	031	03051
3031304	Bouessay	bouessay	FR	53290	597	Europe/Paris	47.87539	-0.39314		Bouessay		52	53	531	53037
3031307	Bouère	bouere	FR	53290	925	Europe/Paris	47.86383	-0.47883		Bouere,Bouère,Buehr,Buer,bu ai er,Буер,Буэр,布埃尔		52	53	531	53036
3031308	Bouër	bouer	FR	72390	186	Europe/Paris	48.08236	0.63057		Bouer,Bouër		52	72	722	72041
3031310	Bouelles	bouelles	FR	76270	253	Europe/Paris	49.71613	1.49554		Bouelles		28	76	761	76130
3031397	Boubiers	boubiers	FR	60240	389	Europe/Paris	49.2217	1.86918		Boubiers		32	60	601	60089
3031312	Boueilh-Boueilho-Lasque	boueilh-boueilho-lasque	FR	64330	338	Europe/Paris	43.55	-0.31667		Boueilh,Boueilh-Boueilho-Lasque,Buehj-Buehjo-Lask,Buej Buejo Lak,Buej-Buejo-Lask,Buelh,bu ai yi bu ai luo la si ke,Буей-Буейо-Ласк,Буеј Буејо Лак,Буэй-Буэйо-Ласк,布埃伊布埃洛拉斯克		75	64	643	64141
3031313	Bouée	bouee	FR	44260	713	Europe/Paris	47.32023	-1.91014		Bouee,Bouée,Bozeg		52	44	443	44019
3031315	Boué	boue	FR	02450	1300	Europe/Paris	50.01141	3.69608		Boue,Boué		32	02	025	02103
3031316	Boudy-de-Beauregard	boudy-de-beauregard	FR	47290	376	Europe/Paris	44.53333	0.66667				75	47	473	47033
3031319	Boudreville	boudreville	FR	21520	80	Europe/Paris	47.93493	4.82744		Boudreville		27	21	213	21090
3031320	Boudrac	boudrac	FR	31580	109	Europe/Paris	43.19093	0.52697		Boudrac		76	31	312	31078
3031323	Boudou	boudou	FR	82200	612	Europe/Paris	44.09621	1.01375		Boudou		76	82	821	82019
3031327	Boudeville	boudeville	FR	76560	185	Europe/Paris	49.72449	0.87758		Boudeville		28	76	763	76129
3031329	Boudes	boudes	FR	63340	263	Europe/Paris	45.45893	3.18475		Bodas,Boudes,Bud,bu dai,Буд,布代		84	63	633	63046
3031332	Boucq	boucq	FR	54200	341	Europe/Paris	48.74894	5.76213		Boucq,Buk,bu zhen,Бук,布镇		44	54	544	54086
3031333	Bouconville-Vauclair	bouconville-vauclair	FR	02860	0	Europe/Paris	49.46667	3.75		Bukonvil Vokler,Bukonvil'-Vokler,bu kong wei er-wo ke lai er,Буконвил Воклер,Буконвиль-Воклер,Буконвіль-Воклер,Բուկոնվիլ Վոկլեր,布孔维尔-沃克莱尔		32	02	022	02102
3031334	Bouconville-sur-Madt	bouconville-sur-madt	FR	55300	85	Europe/Paris	48.84267	5.71817		Bouconville,Bouconville-sur-Madt		44	55	552	55062
3031335	Bouconvillers	bouconvillers	FR	60240	383	Europe/Paris	49.17542	1.90299		Bouconvillers		32	60	601	60090
3031336	Bouconville	bouconville	FR	08250	55	Europe/Paris	49.25424	4.76286		Bouconville		44	08	084	08074
3031337	Bouconville	bouconville	FR	08250	0	Europe/Paris	48.59442	1.45083				24	28	283	28374
3031340	Bouclans	bouclans	FR	25360	887	Europe/Paris	47.24567	6.23796		Bouclans		27	25	251	25078
3031341	Bouchy-Saint-Genest	bouchy-saint-genest	FR	51310	166	Europe/Paris	48.65	3.51667		Bouchy-le-Repos		44	51	512	51071
3031344	Bouchon	bouchon	FR	80830	0	Europe/Paris	46.41902	3.1126				84	03	032	03292
3031345	Bouchoir	bouchoir	FR	80910	232	Europe/Paris	49.74797	2.67217		Bouchoer,Bouchoir,Bouchoèr,Bushoar,Bushuar,bu shu wa er,Бушоар,Бушуар,布舒瓦尔		32	80	804	80116
3031350	Bouchevilliers	bouchevilliers	FR	27150	54	Europe/Paris	49.40288	1.71689		Bouchevilliers		28	27	271	27098
3031357	Bouchet	bouchet	FR	26790	0	Europe/Paris	47.28895	2.97		Bouchet,Bouchot		27	58	584	58215
3031358	Bouchet	bouchet	FR	26790	738	Europe/Paris	44.29941	4.87414		Bouchet		84	26	262	26054
3031364	Boucheporn	boucheporn	FR	57220	576	Europe/Paris	49.14059	6.60833		Boucheporn		44	57	573	57095
3031368	Bouchemaine	bouchemaine	FR	49080	6534	Europe/Paris	47.42234	-0.60888		Bushmen,bu xie man,Бушмен,布谢曼		52	49	491	49035
3031371	Bouchavesnes-Bergen	bouchavesnes-bergen	FR	80200	360	Europe/Paris	49.9859	2.92034		Bouchavene-Bergen,Bouchavesnes-Bergen,Bouchavène-Bergen,Bushaven Berzhan,Bushaven-Berzhan,bu sha wei ne bei er rang,Бушавен Бержан,Бушавен-Бержан,布沙韦讷贝尔让		32	80	804	80115
3031378	Bouchamps-lès-Craon	bouchamps-les-craon	FR	53800	542	Europe/Paris	47.81464	-0.99277		Bouchamps,Bouchamps-les-Craon,Bouchamps-lès-Craon		52	53	531	53035
3031380	Bouchain	bouchain	FR	59111	4377	Europe/Paris	50.28519	3.31491		Bouchain		32	59	596	59092
3031384	Boucé	bouce	FR	03150	629	Europe/Paris	48.64657	-0.09013		Bouce,Boucé		28	61	612	61055
3031385	Boucé	bouce	FR	03150	0	Europe/Paris	46.31771	3.4931		Bouce,Boucé		84	03	033	03034
3031386	Bouce	bouce	FR	03150	0	Europe/Paris	46.2218	2.98763				84	03	033	03152
3031387	Bouc-Bel-Air	bouc-bel-air	FR	13320	13184	Europe/Paris	43.45217	5.413		Boc Bel Er,Boc Bel Erm,Boc Bèl Èr,Boc Bèl Èrm,Boc de Gardana,Bouc,Bouc-Bel-Air,Buk Bel Er,Buk-Bel'-Ehr,Buk-Bel'-Er,bu ke bei ai,Бук Бел Ер,Бук-Бель-Ер,Бук-Бель-Эр,布克贝艾		93	13	131	13015
3031389	Boucau	boucau	FR	64340	7532	Europe/Paris	43.5277	-1.46556		Bokale,Boucau,Buko,Le Boucau,Lo Bocau,Буко		75	64	641	64140
3031393	Boucagnères	boucagneres	FR	32550	150	Europe/Paris	43.56242	0.61377		Boucagneres,Boucagnères		76	32	323	32060
3031399	Boubers-sur-Canche	boubers-sur-canche	FR	62270	624	Europe/Paris	50.29018	2.23627		Bober sir Kansh,Boubers,Boubers-sur-Canche,Bube-sjur-Kansh,bwbyrs swr kantsh,kang shen he pan bu bei er,Бобер сир Канш,Бубе-сюр-Канш,بوبيرس سور كانتش,康什河畔布贝尔		32	62	621	62158
3031400	Boubers-lès-Hesmond	boubers-les-hesmond	FR	62990	78	Europe/Paris	50.47277	1.95248		Bober lez Emon,Boubers,Boubers-les-Hesmond,Boubers-lez-Hesmond,Boubers-lès-Hesmond,Bube-lez-Emon,bu bei er lai ai si meng,bwbyrs lyh hysmwnd,Бобер лез Емон,Бубе-лез-Емон,بوبيرس ليه هيسموند,布贝尔莱埃斯蒙		32	62	624	62157
3031403	Bouaye	bouaye	FR	44830	5673	Europe/Paris	47.14343	-1.68902		Bouaye,Bouez,Bue,bu ai ai,Буе,布艾埃		52	44	442	44018
3031407	Bouan	bouan	FR	09310	34	Europe/Paris	42.80021	1.64752		Bouan		76	09	091	09064
3031408	Bouafles	bouafles	FR	27700	655	Europe/Paris	49.21307	1.38801		Bouafles		28	27	271	27097
3031409	Bouafle	bouafle	FR	78410	2115	Europe/Paris	48.96463	1.9012		Bouafle,Buafl,Buafl',Буафл,Буафль		11	78	781	78090
3031410	Bou	bou	FR	45430	922	Europe/Paris	47.87428	2.04747		Bou,Bu,bu zhen,bw,Бу,بو,布镇		24	45	452	45043
3031411	Botz-en-Mauges	botz-en-mauges	FR	49110	712	Europe/Paris	47.3069	-1.00119		Bo-an-Mozh,Boc an Mozh,Botz,Botz-en-Mauges,mo re de qu bo te,Бо-ан-Мож,Боц ан Мож,莫热地区博特		52	49	492	49244
3031416	Botsorhel	botsorhel	FR	29650	510	Europe/Paris	48.52673	-3.64115		Bodsorc'hel,Bodsorchel,Bosorel,Botsorel',Botsorhel,bo te suo lei,Босорел,Ботсорель,博特索雷		53	29	293	29014
3031419	Botmeur	botmeur	FR	29690	230	Europe/Paris	48.38355	-3.91552		Boneur,Botmer,Botmeur,Botmjor,bo te mo,Ботмер,Ботмёр,博特默		53	29	292	29013
3031429	Botans	botans	FR	90400	283	Europe/Paris	47.59672	6.84935		Botans		27	90	901	90015
3031430	Bosville	bosville	FR	76450	526	Europe/Paris	49.75506	0.68809		Bosville		28	76	761	76128
3031433	Bostens	bostens	FR	40090	161	Europe/Paris	43.97155	-0.36029		Bostens		75	40	402	40050
3031437	Bost	bost	FR	03300	0	Europe/Paris	46.33743	2.87349				84	03	031	03219
3031438	Bost	bost	FR	03300	0	Europe/Paris	46.17894	3.51849		Bost		84	03	033	03033
3031439	Bossus-lès-Rumigny	bossus-les-rumigny	FR	08290	94	Europe/Paris	49.839	4.25636		Bossus,Bossus-les-Rumigny,Bossus-lès-Rumigny		44	08	081	08073
3031440	Bossugan	bossugan	FR	33350	60	Europe/Paris	44.79152	-0.04528		Bossugan		75	33	335	33064
3031442	Bossieu	bossieu	FR	38260	302	Europe/Paris	45.42076	5.15269		Bossieu,Bossieux		84	38	383	38049
3031445	Bossey	bossey	FR	74160	606	Europe/Paris	46.14979	6.15769		Bossey		84	74	743	74044
3031446	Bosseval-et-Briancourt	bosseval-et-briancourt	FR	08350	403	Europe/Paris	49.75	4.86667		Bosseval,Bosséval		44	08	083	08491
3031447	Bosset	bosset	FR	24130	217	Europe/Paris	44.95148	0.35371		Bosset		75	24	241	24051
3031448	Bossendorf	bossendorf	FR	67270	296	Europe/Paris	48.78102	7.56057				44	67	674	67058
3031450	Bosselshausen	bosselshausen	FR	67330	726	Europe/Paris	48.80511	7.50941				44	67	674	67057
3031451	Bossée	bossee	FR	37240	353	Europe/Paris	47.11212	0.72945		Bossee,Bossée		24	37	373	37029
3031452	Bossay-sur-Claise	bossay-sur-claise	FR	37290	827	Europe/Paris	46.83177	0.96162		Bossay,Bossay-sur-Claise,Bosse-sjur-Klez,ke lai si he pan bo sai,Боссе-сюр-Клез,克莱斯河畔博赛		24	37	373	37028
3031453	Bossancourt	bossancourt	FR	10140	241	Europe/Paris	48.28264	4.60343		Bossancourt		44	10	101	10050
3031454	Bosrobert	bosrobert	FR	27800	395	Europe/Paris	49.22348	0.75309		Bosrobert		28	27	272	27095
3031455	Bosquentin	bosquentin	FR	27480	71	Europe/Paris	49.41355	1.58669		Bosquentin		28	27	271	27094
3031459	Bosnormand	bosnormand	FR	27670	288	Europe/Paris	49.28119	0.90528		Bosnormand		28	27	272	27090
3031460	Bosmoreau-les-Mines	bosmoreau-les-mines	FR	23400	247	Europe/Paris	46.00091	1.75558		Bosmoreau,Bosmoreau-les-Mines		75	23	232	23027
3031461	Bosmont-sur-Serre	bosmont-sur-serre	FR	02250	191	Europe/Paris	49.73181	3.85867		Bosmont,Bosmont-sur-Serre		32	02	022	02101
3031462	Bosmie-l'Aiguille	bosmie-l-aiguille	FR	87110	2300	Europe/Paris	45.75	1.2		Bosmic		75	87	872	87021
3031463	Bosjean	bosjean	FR	71330	289	Europe/Paris	46.76138	5.3349		Bosjean,Bozhan,Божан		27	71	714	71044
3031464	Bosguérard-de-Marcouville	bosguerard-de-marcouville	FR	27520	506	Europe/Paris	49.27067	0.83536		Bosguerard,Bosguerard-de-Marcouville,Bosguérard,Bosguérard-de-Marcouville		28	27	272	27062
3031465	Bosgouet	bosgouet	FR	27310	580	Europe/Paris	49.3538	0.85628		Bosgouet		28	27	272	27091
3031758	Bonnefont	bonnefont	FR	65220	0	Europe/Paris	44.95235	3.78941				84	43	432	43238
3031469	Bosdarros	bosdarros	FR	64290	1016	Europe/Paris	43.20996	-0.36168		Bodaro,Bosc dArros,Bosdarros,Bòsc dArròs,Lo Bosc dArros,Lo Bòsc dArròs,bo si da luo,Бодаро,Босдаррос,博斯达罗		75	64	643	64139
3031470	Bosc-Roger-sur-Buchy	bosc-roger-sur-buchy	FR	76750	0	Europe/Paris	49.58297	1.38752		Bosc-Roger,Bosc-Roger-sur-Buchy		28	76	763	76146
3031472	Bosc-Renoult-en-Ouche	bosc-renoult-en-ouche	FR	27330	146	Europe/Paris	48.94951	0.70836		Bosc Renoult,Le Bosc-Renould		28	27	272	27049
3031475	Bosc-Renoult-en-Roumois	bosc-renoult-en-roumois	FR	27520	0	Europe/Paris	49.3	0.76667		Boscregnoult		28	27	272	27089
3031478	Bosc-Mesnil	bosc-mesnil	FR	76680	220	Europe/Paris	49.66187	1.34808		Bosc-Mesnil		28	76	761	76126
3031479	Bosc-le-Hard	bosc-le-hard	FR	76850	1445	Europe/Paris	49.62734	1.17483		Bosc,Bosc-le-Hard,Bosk lAr,Bosk-le-Ard,Боск лАр,Боск-ле-Ард		28	76	763	76125
3031483	Bosc-Hyons	bosc-hyons	FR	76220	0	Europe/Paris	49.44736	1.6584		Bosc-Hyons		28	76	761	76124
3031485	Bosc-Guérard-Saint-Adrien	bosc-guerard-saint-adrien	FR	76710	788	Europe/Paris	49.54149	1.11655		Bosc Guerard,Bosc-Guerard-Saint-Adrien,Bosc-Guérard-Saint-Adrien		28	76	763	76123
3031486	Callengeville	callengeville	FR	76270	0	Europe/Paris	49.83333	1.51667		Bosc-Geffroy		28	76	761	76122
3031487	Bosc-Édeline	bosc-edeline	FR	76750	0	Europe/Paris	49.57038	1.42626		Bosc-Edeline,Bosc-Édeline		28	76	763	76121
3031488	Bosc-Bordel	bosc-bordel	FR	76750	448	Europe/Paris	49.59269	1.4096		Bosc-Bordel		28	76	763	76120
3031489	Bosc-Bérenger	bosc-berenger	FR	76680	179	Europe/Paris	49.63513	1.25276		Bosc-Berenger,Bosc-Bérenger,Le Bosc-Berenger,Le Bosc-Bérenger		28	76	761	76119
3031490	Bosc-Bénard-Crescy	bosc-benard-crescy	FR	27310	349	Europe/Paris	49.32242	0.80817		Bosc-Benard-Crescy,Bosc-Bénard-Crescy		28	27	272	27085
3031491	Bosc-Bénard-Commin	bosc-benard-commin	FR	27520	311	Europe/Paris	49.31767	0.84197		Bosbenard,Bosc-Benard-Commin,Bosc-Bénard-Commin		28	27	272	27105
3031493	Boscamnant	boscamnant	FR	17360	373	Europe/Paris	45.19752	-0.06925		Boscamnant		75	17	171	17055
3031496	Bozas	bozas	FR	07410	0	Europe/Paris	45.0551	4.65091		Bosas,Bozas		84	07	073	07039
3031498	Borville	borville	FR	54290	0	Europe/Paris	48.60959	1.46616		Borville		24	28	283	28374
3031499	Borville	borville	FR	54290	96	Europe/Paris	48.44744	6.394		Borville		44	54	542	54085
3031500	Bort-l'Étang	bort-l-etang	FR	63190	0	Europe/Paris	45.78304	3.42774		Bort,Bort-l'Etang,Bort-l'Étang		84	63	635	63045
3031501	Bort-les-Orgues	bort-les-orgues	FR	19110	3703	Europe/Paris	45.3998	2.49579		Bor lez Org,Bor-lez-Org,Bort,Bort-les-Orgues,Bòrt,bo er lai ao er gai,Бор лез Орг,Бор-лез-Орг,博尔莱奥尔盖		75	19	193	19028
3031503	Bors(Canton de Montmoreau-Saint-Cybard)	bors-canton-de-montmoreau-saint-cybard	FR	16190	0	Europe/Paris	45.34334	0.16788		Bors,Bors (Canton de Montmoreau-Saint-Cybard),Bors-de-Montmoreau		75	16	161	16052
3031504	Bors(Canton de Baignes-Sainte-Radegonde)	bors-canton-de-baignes-sainte-radegonde	FR	16360	0	Europe/Paris	45.32735	-0.19355		Bors (Canton de Baignes-Sainte-Radegonde),Bors-de-Baignes		75	16	162	16053
3031506	Borrèze	borreze	FR	24590	316	Europe/Paris	44.95435	1.38812		Borreze,Borrèze		75	24	244	24050
3031508	Borre	borre	FR	59190	557	Europe/Paris	50.7311	2.58482		Borre		32	59	594	59091
3031512	Boron	boron	FR	90100	366	Europe/Paris	47.5603	7.01053		Boron		27	90	901	90014
3031516	Bornel	bornel	FR	60540	3433	Europe/Paris	49.1982	2.20912		Bornel,Bornel',Борнел,Борнель		32	60	601	60088
3031520	Borne	borne	FR	07590	374	Europe/Paris	45.09991	3.7989		Borne		84	43	432	43036
3031521	Borne	borne	FR	07590	0	Europe/Paris	44.71439	5.58747				84	26	261	26142
3031523	Bornay	bornay	FR	39570	190	Europe/Paris	46.61317	5.5564		Bornay		27	39	392	39066
3031525	Bornambusc	bornambusc	FR	76110	250	Europe/Paris	49.62678	0.35458		Bornambusc,L'Union		28	76	762	76118
3031532	Bormes-les-Mimosas	bormes-les-mimosas	FR	83230	6857	Europe/Paris	43.15169	6.3422		Borm le Mimoza,Borm-le-Mimoza,Borma dei Mimosas,Bormas,Bormes,Bormes-les-Mimosas,Bòrma dei Mimòsas,Bòrmas,bo er mo lei mi mo sa,Борм ле Мимоза,Борм-ле-Мимоза,Борм-ле-Мімоза,博尔默勒米莫萨		93	83	832	83019
3031537	Borgo	borgo	FR	20290	5538	Europe/Paris	42.55488	9.42636				94	2B	2B2	2B042
3031543	Borey	borey	FR	70110	205	Europe/Paris	47.59314	6.35712		Bore,Borey,Боре		27	70	702	70077
3031544	Bor-et-Bar	bor-et-bar	FR	12270	192	Europe/Paris	44.19774	2.08131		Bor,Bor-et-Bar		76	12	123	12029
3031545	Borest	borest	FR	60300	342	Europe/Paris	49.18046	2.6699		Bore,Borest,bo lei si,Боре,Борест,博雷斯		32	60	604	60087
3031549	Borée	boree	FR	07310	147	Europe/Paris	44.89828	4.24015		Boree,Borée		84	07	071	07037
3031551	Bord-Saint-Georges	bord-saint-georges	FR	23230	361	Europe/Paris	46.26009	2.29846		Bord,Bord-Saint-Georges		75	23	231	23026
3031552	Bords	bords	FR	17430	1209	Europe/Paris	45.89697	-0.7952		Bor,Bord,Bords,bo er de,Бор,Борд,博尔德		75	17	175	17053
3031556	Bordezac	bordezac	FR	30160	407	Europe/Paris	44.31453	4.07641		Bordesac,Bordezac,Bordezak,bo er de zha ke,Бордезак,博尔德扎克		76	30	301	30045
3031561	Bordes-de-Rivière	bordes-de-riviere	FR	31210	428	Europe/Paris	43.1067	0.63301		Bordes,Bordes-de-Riviere,Bordes-de-Rivière		76	31	312	31076
3031567	Bordes	bordes	FR	64510	2093	Europe/Paris	43.23572	-0.28233		Bordes		75	64	643	64138
3031568	Bordes	bordes	FR	64510	607	Europe/Paris	43.20127	0.22491		Bordes		76	65	653	65101
3031571	Bordères-sur-l'Échez	borderes-sur-l-echez	FR	65320	0	Europe/Paris	43.2592	0.04887		Borderes,Borderes-sur-l'Echez,Bordères,Bordères-sur-l'Échez		76	65	653	65100
3031572	Bordères-Louron	borderes-louron	FR	65590	154	Europe/Paris	42.87213	0.39504		Border Luron,Border-Luron,Borderas de Loron,Borderes,Borderes-Louron,Borderes-Louron Ilhan,Bordèras de Loron,Bordères,Bordères-Louron,Bordères-Louron Ilhan,bo er dai lei lu long,Бордер Лурон,Бордер-Лурон,博尔代雷卢龙		76	65	652	65099
3031573	Bordères	borderes	FR	64800	371	Europe/Paris	43.77399	-0.3646		Borderes,Borderes-et-Lamensans,Bordères,Bordères-et-Lamensans		75	40	402	40049
3031574	Bordères	borderes	FR	64800	669	Europe/Paris	43.20349	-0.22092		Border,Borderas,Borderes,Bordèras,Bordères,bo er dai er,Бордер,博尔代尔		75	64	643	64137
3031578	Bordeaux-Saint-Clair	bordeaux-saint-clair	FR	76790	582	Europe/Paris	49.70103	0.25361		Bordeaux-Saint-Clair,La Trinite,La Trinité		28	76	762	76117
3031579	Bordeaux-en-Gâtinais	bordeaux-en-gatinais	FR	45340	128	Europe/Paris	48.0987	2.52687		Bordeaux,Bordeaux-en-Gatinais,Bordeaux-en-Gâtinais,Bordo an Gatine,Bordo-an-Gatine,jia di nai de qu bo er duo,Бордо ан Гатине,Бордо-ан-Гатіне,加蒂奈地区博尔多		24	45	453	45041
3031582	Bordeaux	bordeaux	FR	33000	231844	Europe/Paris	44.84044	-0.5805		BOD,Bardo,Bordeaux,Bordele,Bordeos,Bordeu,Bordeus,Bordo,Bordox,Bordozo,Bordèu,Bordéus,Bordò,Bordôx,Bornto,Bourdel,Burdeos,Burdeus,Burdigala,bo er duo,boleudo,borado,bordo,bordu,borudo,bwrdw,bwrڈw,bxr do,porto,Μπορντό,Бардо,Бордо,Բորդո,בארדא,בורדו,بوردو,بورڈو,बोर्दू,बोर्दो,ਬੋਰਦੋ,பொர்தோ,บอร์โด,ບອກໂດ,ბორდო,ቦርዶ,ボルドー,波尔多,波爾多,보르도	75	75	33	332	33063
3031604	Borce	borce	FR	64490	0	Europe/Paris	42.90908	-0.57278		Borca,Borce,Bors,Borza,Bòrça,bo er si,Борс,博尔斯		75	64	642	64136
3031605	Boran-sur-Oise	boran-sur-oise	FR	60820	2203	Europe/Paris	49.16715	2.35803		Boran,Boran sir Oaz,Boran-sjur-Uaz,Boran-sur-Oise,wa si he pan bo lang,Боран сир Оаз,Боран-сюр-Уаз,瓦斯河畔博朗		32	60	604	60086
3031609	Boqueho	boqueho	FR	22170	884	Europe/Paris	48.48309	-2.96061		Boqueho,Boskazou		53	22	222	22011
3031610	Bootzheim	bootzheim	FR	67390	479	Europe/Paris	48.18824	7.57396				44	67	675	67056
3031611	Boô-Silhen	boo-silhen	FR	65400	285	Europe/Paris	43.01667	-0.06667				76	65	651	65098
3031612	Boos	boos	FR	40370	3028	Europe/Paris	49.38849	1.20348		Boos		28	76	763	76116
3031613	Boos	boos	FR	40370	207	Europe/Paris	43.89155	-0.99333		Boos		75	40	401	40243
3031616	Boofzheim	boofzheim	FR	67860	1100	Europe/Paris	48.33186	7.68071		Bofckhajm,Bofze,Boofzajm,Boofzheim,bftshaym,bo ao fu zan,bwfzhym,Боофзайм,Бофцхајм,بفتسهایم,بوفزهيم,博奥夫赞		44	67	675	67055
3031618	Bonzée	bonzee	FR	55160	358	Europe/Paris	49.1	5.6		Bonzee-en-Woevre,Bonzée-en-Woëvre		44	55	553	55060
3031619	Bonzac	bonzac	FR	33910	674	Europe/Paris	45.00757	-0.22286		Bonzac		75	33	335	33062
3031620	Bony	bony	FR	02420	114	Europe/Paris	49.98628	3.22385		Bony		32	02	023	02100
3031623	Bonvillers	bonvillers	FR	60120	202	Europe/Paris	49.58956	2.35395		Bonvillers		32	60	602	60085
3031624	Bonviller	bonviller	FR	54300	177	Europe/Paris	48.6341	6.49653		Bonviller		44	54	542	54083
3031626	Bonvillaret	bonvillaret	FR	73220	89	Europe/Paris	45.56286	6.30031		Bonvillaret		84	73	733	73049
3031627	Bonvillard	bonvillard	FR	73460	0	Europe/Paris	45.58602	6.30565		Bonvillard		84	73	731	73048
3031628	Bonvillard	bonvillard	FR	73460	0	Europe/Paris	45.36573	6.36245				84	73	733	73235
3031629	Bonvillard	bonvillard	FR	73460	0	Europe/Paris	45.23438	6.35421				84	73	733	73012
3031630	Bonvillard	bonvillard	FR	73460	0	Europe/Paris	45.21287	6.55772				84	73	733	73194
3031637	Bons-Tassilly	bons-tassilly	FR	14420	403	Europe/Paris	48.96667	-0.23333				28	14	142	14088
3031639	Bonson	bonson	FR	06830	3881	Europe/Paris	45.52291	4.2127		Bonson		84	42	421	42022
3031640	Bonson	bonson	FR	06830	623	Europe/Paris	43.8627	7.18955		Bonson		93	06	062	06021
3031642	Bonsmoulins	bonsmoulins	FR	61380	218	Europe/Paris	48.65104	0.53499		Bonsmoulins		28	61	613	61053
3031644	Bons-en-Chablais	bons-en-chablais	FR	74890	4408	Europe/Paris	46.26486	6.37129		Bon-an-Shable,Bons,Bons-en-Chablais,Bontium,Bonz an Shable,Бон-ан-Шабле,Бонз ан Шабле		84	74	744	74043
3031645	Bonrepos-sur-Aussonnelle	bonrepos-sur-aussonnelle	FR	31470	651	Europe/Paris	43.54627	1.1493		Bonrepos,Bonrepos-sur-Aussonnelle		76	31	311	31075
3031646	Bonrepos-Riquet	bonrepos-riquet	FR	31590	229	Europe/Paris	43.67706	1.6237		Bonrepos-Riquet		76	31	313	31074
3031647	Bonrepos	bonrepos	FR	65330	197	Europe/Paris	43.19273	0.3751		Bonrepos,Bourrepaux		76	65	652	65097
3031652	Bono	bono	FR	56400	0	Europe/Paris	47.6406	-2.9494				53	56	563	56262
3031655	Bono	bono	FR	56400	0	Europe/Paris	47.31776	0.92626				24	37	373	37008
3031656	Bonny-sur-Loire	bonny-sur-loire	FR	45420	2025	Europe/Paris	47.56172	2.83933		Boni na Loari,Bonni-sjur-Luar,Bonny,Bonny-sur-Loire,lu wa er he pan bo ni,Бони на Лоари,Бонні-сюр-Луар,卢瓦尔河畔博尼		24	45	451	45040
3031657	Bonnut	bonnut	FR	64300	725	Europe/Paris	43.54845	-0.76419		Boni,Bonnjut,Bonnut,Бони,Боннют		75	64	643	64135
3031659	Bonnœuvre	bonn-uvre	FR	44540	548	Europe/Paris	47.53333	-1.23333		Banvre,Bonnevr,Bonnoeuvre,Bonoevr,bang ao e fu er,Бонневр,Боноевр,邦奥厄夫尔		52	44	445	44180
3031661	Bonningues-lès-Calais	bonningues-les-calais	FR	62340	584	Europe/Paris	50.89047	1.77402		Bonningues,Bonningues-les-Calais,Bonningues-lès-Calais		32	62	626	62156
3031662	Bonningues-lès-Ardres	bonningues-les-ardres	FR	62890	609	Europe/Paris	50.79271	2.01501		Bonenzh lez Ardr,Bonneng-lez-Ardr,Bonningues,Bonningues-les-Ardres,Bonningues-lès-Ardres,Bonnink-les-Arde,Bonnink-lès-Arde,bo ni ge lai sa er de er,bwnynjwys lyh ardys,Боненж лез Ардр,Бонненг-лез-Ардр,بونينجويس ليه أرديس,博尼格莱萨尔德尔		32	62	625	62155
3031665	Bonnieux	bonnieux	FR	84480	1356	Europe/Paris	43.82396	5.30759		Bon'e,Bonije,Bonius,Bonn'jo,Bonnieux,bo ni yue,Боније,Бонньё,Боньє,博尼约		93	84	841	84020
3031667	Bonnières-sur-Seine	bonnieres-sur-seine	FR	78270	4187	Europe/Paris	49.03525	1.5783		Bon'er-sjur-Sen,Bonijer na Seni,Bonnieres,Bonnieres-sur-Seine,Bonnières,Bonnières-sur-Seine,Бонијер на Сени,Боньер-сюр-Сен,Боньєр-сюр-Сен		11	78	781	78089
3031668	Bonnières	bonnieres	FR	60112	626	Europe/Paris	50.24327	2.26051		Bonnieres,Bonnières		32	62	621	62154
3031669	Bonnières	bonnieres	FR	60112	169	Europe/Paris	49.5108	1.96487		Bonnieres,Bonnières		32	60	601	60084
3031672	Bonneville-sur-Touques	bonneville-sur-touques	FR	14800	369	Europe/Paris	49.34192	0.12169		Bonneville,Bonneville-sur-Touques		28	14	143	14086
3031673	Bonneville-la-Louvet	bonneville-la-louvet	FR	14130	696	Europe/Paris	49.27203	0.33201		Bonneville,Bonneville-la-Louvet		28	14	143	14085
3031674	Bonneville-et-Saint-Avit-de-Fumadières	bonneville-et-saint-avit-de-fumadieres	FR	24230	229	Europe/Paris	44.86667	0.1		Bonneville,Bonneville-et Saint-Avit,Bonneville-et-Saint-Avit-de-Fumadieres,Bonneville-et-Saint-Avit-de-Fumadières		75	24	241	24048
3031675	Bonneville-Aptot	bonneville-aptot	FR	27290	175	Europe/Paris	49.25806	0.76219		Bonneville,Bonneville-Aptot		28	27	272	27083
3031677	Bonneville	bonneville	FR	16170	353	Europe/Paris	50.08223	2.24927		Bonneville		32	80	802	80113
3031678	Bonneville	bonneville	FR	16170	0	Europe/Paris	48.55678	2.28289				11	91	913	91156
3031679	Bonneville	bonneville	FR	16170	11722	Europe/Paris	46.0802	6.40726		Bonneville,Mont-Mole,Mont-Molez	742	84	74	742	74042
3031680	Bonneville	bonneville	FR	16170	0	Europe/Paris	46.01667	1.8				75	23	232	23253
3031681	Bonneville	bonneville	FR	16170	159	Europe/Paris	45.83763	-0.04006		Bonneville		75	16	162	16339
3031683	Bonnevent-Velloreille	bonnevent-velloreille	FR	70700	0	Europe/Paris	47.4	5.93333		Bonnevent		27	70	702	70076
3031686	Bonneveau	bonneveau	FR	41800	493	Europe/Paris	47.81257	0.74892		Bonneveau		24	41	412	41020
3031759	Bonnefont	bonnefont	FR	65220	325	Europe/Paris	43.25062	0.34611		Bonnefont		76	65	653	65095
3031687	Bonnevaux-le-Prieuré	bonnevaux-le-prieure	FR	25620	95	Europe/Paris	47.13279	6.16826		Bonnevaux,Bonnevaux-le-Prieure,Bonnevaux-le-Prieuré		27	25	251	25434
3031688	Bonnevaux	bonnevaux	FR	25560	112	Europe/Paris	44.36804	4.031		Bonnevaux-et-Hiverne		76	30	301	30044
3031693	Bonnevaux	bonnevaux	FR	25560	0	Europe/Paris	48.37903	2.38997				11	91	912	91121
3031694	Bonnevaux	bonnevaux	FR	25560	285	Europe/Paris	46.80737	6.18404		Bonnevaux		27	25	253	25075
3031695	Bonnevaux	bonnevaux	FR	25560	267	Europe/Paris	46.29578	6.67078		Bonnevaux		84	74	744	74041
3031697	Bonneval-sur-Arc	bonneval-sur-arc	FR	73480	261	Europe/Paris	45.37159	7.04623		Bonneval,Bonneval-sur-Arc,Bonnevallee,Bonnevallée,Bonnval'-sjur-Ark,Bonval sir Ark,Бонвал сир Арк,Боннваль-сюр-Арк		84	73	733	73047
3031702	Bonneval	bonneval	FR	28800	4213	Europe/Paris	48.18312	1.38524		Bonneval		24	28	282	28051
3031703	Bonneval	bonneval	FR	28800	0	Europe/Paris	45.65395	6.7874		Bonneval,Bonneval-les-Bains		84	73	731	73054
3031704	Bonneval	bonneval	FR	28800	0	Europe/Paris	45.52249	6.45478		Bonneval		84	73	731	73187
3031705	Bonneval	bonneval	FR	28800	110	Europe/Paris	45.31171	3.74131		Bonneval		84	43	431	43035
3031706	Bonneval	bonneval	FR	28800	0	Europe/Paris	45.12482	0.99318		Bonneval		75	24	244	24188
3031707	Bonneval	bonneval	FR	28800	0	Europe/Paris	44.56667	2.8				76	12	122	12074
3031709	Bonneuil-sur-Marne	bonneuil-sur-marne	FR	94380	18723	Europe/Paris	48.7695	2.4793		Bonneuil,Bonneuil-sur-Marne		11	94	941	94011
3031710	Bonneuil-Matours	bonneuil-matours	FR	86210	1927	Europe/Paris	46.6819	0.56968		Bonej Matur,Bonnej-Matur,Bonneuil-Matouis,Bonneuil-Matours,bo na yi ma tu er,Бонеј Матур,Бонней-Матур,博纳伊马图尔		75	86	861	86032
3031711	Bonneuil-les-Eaux	bonneuil-les-eaux	FR	60120	788	Europe/Paris	49.67866	2.23705		Bonej lez O,Bonnej-lez-O,Bonneuil,Bonneuil-les-Eaux,bo na yi lai ao,Бонеј лез О,Бонней-лез-О,博纳伊莱奥		32	60	602	60082
3031712	Bonneuil-en-Valois	bonneuil-en-valois	FR	60123	961	Europe/Paris	49.28508	2.99167		Bonej an Valoa,Bonnej-an-Valua,Bonneuil,wa lu wa de qu bo na yi,Бонеј ан Валоа,Бонней-ан-Валуа,瓦卢瓦地区博纳伊		32	60	604	60083
3031713	Bonneuil-en-France	bonneuil-en-france	FR	95500	818	Europe/Paris	48.97445	2.43154		Bonej an Frans,Bonnej-an-Frans,Bonneuil,Bonneuil-en-France,Bonnjoj-an-Frans,fa lan xi bo na yi,Бонеј ан Франс,Бонней-ан-Франс,Боннёй-ан-Франс,法蘭西博納依		11	95	952	95088
3031714	Bonneuil	bonneuil	FR	16120	83	Europe/Paris	46.37445	1.23111		Bonneuil		24	36	361	36020
3031715	Bonneuil	bonneuil	FR	16120	0	Europe/Paris	46.10097	2.96927				84	63	634	63286
3031716	Bonneuil	bonneuil	FR	16120	252	Europe/Paris	45.5757	-0.14111		Bonneuil		75	16	162	16050
3031828	Boncourt-sur-Meuse	boncourt-sur-meuse	FR	55200	347	Europe/Paris	48.8035	5.57331		Boncourt,Boncourt-sur-Meuse		44	55	552	55058
3031719	Bonnetan	bonnetan	FR	33370	796	Europe/Paris	44.82113	-0.41183		Bonetan,Bonnetan,Bonntan,Bontan,bo nei tang,Боннтан,Бонтан,博内唐		75	33	332	33061
3031721	Bonnétage	bonnetage	FR	25210	723	Europe/Paris	47.2	6.7		Bonnetage,Bonnétage		27	25	253	25074
3031723	Bonnétable	bonnetable	FR	72110	4198	Europe/Paris	48.17902	0.4258		Bonetabl,Bonnetabl',Bonnetable,Bonnétable,Бонетабл,Боннетабль		52	72	722	72039
3031725	Bonnet	bonnet	FR	55130	199	Europe/Paris	48.52258	5.43741		Bonnet		44	55	552	55059
3031726	Bonnet	bonnet	FR	55130	0	Europe/Paris	46.71114	1.84657				24	36	362	36005
3031727	Bonnet	bonnet	FR	55130	0	Europe/Paris	44.95	4.5				84	07	073	07290
3031728	Bonnesvalyn	bonnesvalyn	FR	02400	201	Europe/Paris	49.12178	3.31774		Bonnesvalyn		32	02	021	02099
3031729	Bonne	bonne	FR	74380	2481	Europe/Paris	46.17207	6.32443		Bonne,Bonne-sur-Menoge,Bonne-sur-Ménoge		84	74	743	74040
3031732	Bonnes	bonnes	FR	16390	1573	Europe/Paris	46.60451	0.5954		Bonnes		75	86	863	86031
3031733	Bonnes	bonnes	FR	16390	0	Europe/Paris	45.5	2.28333				75	19	193	19180
3031734	Bonnes	bonnes	FR	16390	349	Europe/Paris	45.24023	0.14999		Bonnes		75	16	161	16049
3031739	Bonnencontre	bonnencontre	FR	21250	374	Europe/Paris	47.08413	5.14645		Bonnencontre		27	21	211	21089
3031740	Bonnemazon	bonnemazon	FR	65130	74	Europe/Paris	43.10379	0.26997		Bonnemazon		76	65	652	65096
3031742	Bonnemaison	bonnemaison	FR	14260	344	Europe/Paris	49.01134	-0.58396		Bonnemaison		28	14	144	14084
3031743	Bonnemain	bonnemain	FR	35270	1249	Europe/Paris	48.46675	-1.76731		Bonmaen,Bonmen,Bonnemain,Bonnmen,bo nei man,Бонмен,Боннмен,博内曼		53	35	354	35029
3031744	Bonnelles	bonnelles	FR	78830	2064	Europe/Paris	48.61816	2.02922		Bonel,Bonnel',Bonnelles,Бонел,Боннель		11	78	782	78087
3031748	Bonneil	bonneil	FR	02400	378	Europe/Paris	49.00738	3.34917		Bonneil		32	02	021	02098
3031751	Bonnegarde	bonnegarde	FR	40330	302	Europe/Paris	43.568	-0.70385		Bonnegarde		75	40	401	40047
3031755	Bonnefontaine	bonnefontaine	FR	39800	87	Europe/Paris	46.72778	5.7471		Bonnefontaine		27	39	392	39065
3031756	Bonnefont	bonnefont	FR	65220	0	Europe/Paris	46.03333	1.78333		Bonnefond,Bonnefont		75	23	232	23099
3031757	Bonnefont	bonnefont	FR	65220	0	Europe/Paris	45.34058	3.77889				84	43	432	43228
3031763	Bonnefond	bonnefond	FR	19170	0	Europe/Paris	46.45057	2.96477				84	03	032	03046
3031764	Bonnefond	bonnefond	FR	19170	0	Europe/Paris	46.08387	2.57192				84	63	634	63377
3031765	Bonnefond	bonnefond	FR	19170	136	Europe/Paris	45.53175	1.98373		Bonafont,Bonfon,Bonnefond,Bonnfon,bo nei feng,Боннфон,Бонфон,博内丰		75	19	192	19027
3031766	Bonnefond	bonnefond	FR	19170	0	Europe/Paris	45.26606	3.67682		Bonnefond,Bonnefons		84	43	431	43237
3031767	Bonnefoi	bonnefoi	FR	61270	131	Europe/Paris	48.66797	0.56428		Bonnefoi		28	61	613	61052
3031769	Bonnefamille	bonnefamille	FR	38090	1052	Europe/Paris	45.59956	5.12489		Bonnefamille		84	38	382	38048
3031771	Bonnée	bonnee	FR	45460	704	Europe/Paris	47.79617	2.38382		Bonne,Bonnee,Bonnée,bo nei ai,Бонне,博内埃		24	45	452	45039
3031772	Bonnecourt	bonnecourt	FR	52360	122	Europe/Paris	47.95206	5.47469		Bonnecourt		44	52	522	52059
3031775	Bonnebosq	bonnebosq	FR	14340	690	Europe/Paris	49.20353	0.07788		Bonnebosq		28	14	143	14083
3031779	Bonnay	bonnay	FR	25870	262	Europe/Paris	49.93771	2.5094		Bonnay		32	80	802	80112
3031780	Bonnay	bonnay	FR	25870	671	Europe/Paris	47.33333	6.05		Bonnay		27	25	251	25073
3031781	Bonnay	bonnay	FR	25870	290	Europe/Paris	46.55024	4.62095		Bonnay,Mont-Verrier		27	71	715	71042
3031782	Bonnaud	bonnaud	FR	39190	31	Europe/Paris	46.61814	5.42709		Bonnaud		27	39	392	39576
3031783	Bonnat	bonnat	FR	23220	1293	Europe/Paris	46.32781	1.90417		Bonnat		75	23	232	23025
3031784	Bonnard	bonnard	FR	89400	814	Europe/Paris	47.92446	3.52662		Bonnard		27	89	891	89050
3031787	Bonnal	bonnal	FR	25680	28	Europe/Paris	47.50628	6.35583		Bonnal		27	25	251	25072
3031789	Bonnac-la-Côte	bonnac-la-cote	FR	87270	1372	Europe/Paris	45.94146	1.28471		Bonac,Bonak la Kot,Bonnac,Bonnac-la-Cote,Bonnac-la-Côte,Bonnak-la-Kot,bo na ke la ke te,Бонак ла Кот,Боннак-ла-Кот,博纳克拉科特		75	87	872	87020
3031790	Bonnac	bonnac	FR	09100	159	Europe/Paris	45.2079	3.15829		Bonnac		84	15	153	15022
3031791	Bonnac	bonnac	FR	09100	697	Europe/Paris	43.16573	1.59244		Bonnac		76	09	092	09060
3031792	Bonloc	bonloc	FR	64240	305	Europe/Paris	43.36873	-1.26689		Bonloc,Bonlok,Bonlòc,Lekuine,bang luo ke,Бонлок,邦洛克		75	64	641	64134
3031793	Bonlieu-sur-Roubion	bonlieu-sur-roubion	FR	26160	406	Europe/Paris	44.59563	4.88112		Bonlieu,Bonlieu-sur-Roubion		84	26	262	26052
3031795	Bonlieu	bonlieu	FR	39130	230	Europe/Paris	46.59763	5.85423		Bonlieu		27	39	392	39063
3031797	Bonlier	bonlier	FR	60510	403	Europe/Paris	49.47063	2.15012		Bonlier		32	60	601	60081
3031801	Bonifacio	bonifacio	FR	20169	2781	Europe/Paris	41.38723	9.15667	61	Bonifacho,Bonifacio,Bonifaziu,Bunifaziu,La Ville de Bonifacio,Бонифачо		94	2A	2A4	2A041
3031807	Bongheat	bongheat	FR	63160	253	Europe/Paris	45.72698	3.42663		Bongheat		84	63	632	63044
3031813	Bon-Encontre	bon-encontre	FR	47240	6076	Europe/Paris	44.186	0.67134		Bon Ankontr,Bon-Ankontr,Bon-Encontre,Bonencontre,bang ang kong te er,Бон Анконтр,Бон-Анконтр,邦昂孔特尔		75	47	471	47032
3031815	Bondy	bondy	FR	93140	48268	Europe/Paris	48.9018	2.48931		Bondi,Bondy,bang di,bondi,bongdi,bwndy,Бонди,Бонді,بوندي,بوندی,ボンディ,邦迪,봉디		11	93	931	93010
3031816	Bondy	bondy	FR	93140	0	Europe/Paris	45.88333	1.13333				75	87	872	87143
3031817	Bondues	bondues	FR	59587 CEDEX	11285	Europe/Paris	50.70196	3.09497		Bondi,Bondju,Bondues,Bonduwe,bang di ai,Бонди,Бондю,邦迪埃		32	59	595	59090
3031818	Bondoufle	bondoufle	FR	91070	9619	Europe/Paris	48.61294	2.37775		Bondoufle,Bondufl,Bondufl',bang du fu er,Бондуфл,Бондуфль,邦杜夫尔		11	91	912	91086
3031820	Bondigoux	bondigoux	FR	31340	360	Europe/Paris	43.84084	1.54075		Bondigoux		76	31	313	31073
3031823	Bondeval	bondeval	FR	25230	463	Europe/Paris	47.44372	6.84746		Bondeval		27	25	252	25071
3031827	Bondaroy	bondaroy	FR	45300	386	Europe/Paris	48.17704	2.27886		Bondaroa,Bondaroy,Bondarua,bang da lu wa,Бондароа,Бондаруа,邦达鲁瓦		24	45	453	45038
3031971	Boissay	boissay	FR	76750	0	Europe/Paris	48.07818	1.55517				24	28	282	28028
3031829	Boncourt-le-Bois	boncourt-le-bois	FR	21700	219	Europe/Paris	47.13589	4.99431		Boncourt,Boncourt-le-Bois		27	21	211	21088
3031830	Boncourt	boncourt	FR	02350	0	Europe/Paris	50.55235	2.28113				32	62	625	62336
3031831	Boncourt	boncourt	FR	02350	235	Europe/Paris	49.61595	3.94476		Boncourt		32	02	022	02097
3031832	Boncourt	boncourt	FR	02350	199	Europe/Paris	49.16925	5.82807		Boncourt		44	54	541	54082
3031833	Boncourt	boncourt	FR	02350	131	Europe/Paris	49.02666	1.30838		Boncourt		28	27	273	27081
3031834	Boncourt	boncourt	FR	02350	259	Europe/Paris	48.84613	1.46278		Boncourt		24	28	283	28050
3031835	Bonchamp-lès-Laval	bonchamp-les-laval	FR	53960	5094	Europe/Paris	48.07379	-0.70195		Bonchamp,Bonchamp-les-Laval,Bonchamp-lès-Laval,Bonsham-le-Laval',Bonshan le Laval,bang shang lai la wa,Боншам-ле-Лаваль,Боншан ле Лавал,邦尚莱拉瓦		52	53	532	53034
3031837	Boncé	bonce	FR	28150	198	Europe/Paris	48.30756	1.50391		Bonce,Boncé		24	28	281	28049
3031838	Bonboillon	bonboillon	FR	70150	109	Europe/Paris	47.33797	5.70318		Bonboillon		27	70	702	70075
3031840	Bonas	bonas	FR	32410	131	Europe/Paris	43.77953	0.4132		Bonas		76	32	321	32059
3031843	Bonac-Irazein	bonac-irazein	FR	09800	101	Europe/Paris	42.88333	0.96667		Bonac-sur-Lez		76	09	093	09059
3031844	Bona	bona	FR	58330	321	Europe/Paris	47.06077	3.42304		Bona		27	58	583	58035
3031845	Bomy	bomy	FR	62960	621	Europe/Paris	50.5737	2.23471		Biomy,Bomi,Bomy,bo mi,bwmy,Боми,Бомі,بومي,博米		32	62	625	62153
3031847	Bompas	bompas	FR	09400	211	Europe/Paris	42.8658	1.61472		Bompas,Bonpas		76	09	091	09058
3031848	Bompas	bompas	FR	09400	7619	Europe/Paris	42.73099	2.93325		Bompas,Bompàs		76	66	662	66021
3031850	Bommiers	bommiers	FR	36120	0	Europe/Paris	47.07872	0.59825				24	37	371	37226
3031851	Bommiers	bommiers	FR	36120	275	Europe/Paris	46.79496	1.98476		Bom'e,Bomje,Bomme,Bommiers,bo mi ye er,Боммє,Бомье,Бомје,博米耶尔		24	36	364	36019
3031852	Bommes	bommes	FR	33210	569	Europe/Paris	44.54681	-0.35741		Bommes		75	33	333	33060
3031855	Bombon	bombon	FR	77720	991	Europe/Paris	48.5718	2.86079		Bombon		11	77	772	77044
3031858	Bolsenheim	bolsenheim	FR	67150	458	Europe/Paris	48.42071	7.61018				44	67	675	67054
3031859	Bolquère	bolquere	FR	66210	790	Europe/Paris	42.50314	2.07557		Bol'ker,Bolker,Bolquera,Bolquere,Bolquère,bo er qu ai er,Болкер,Болькер,博尔屈埃尔		76	66	663	66020
3031860	Bolozon	bolozon	FR	01450	104	Europe/Paris	46.19284	5.47462		Boloson,Bolozon,bo luo zong,bwlwzwn,Болозон,Բոլոզոն,بولوزون,博洛宗		84	01	014	01051
3031862	Bologne	bologne	FR	52310	1897	Europe/Paris	48.20005	5.14209		Bologne		44	52	521	52058
3031864	Bollwiller	bollwiller	FR	68540	3592	Europe/Paris	47.85832	7.26179		Bol'viller,Bollweiler,Bolviler,bo er wei lai,Болвилер,Больвиллер,Больвіллер,博尔维莱		44	68	684	68043
3031865	Bollezeele	bollezeele	FR	59470	1376	Europe/Paris	50.86687	2.34751		Bollezeel',Bollezeele,Bollezele,Bolzel,bo lai ze lei,Болзел,Боллезеель,博莱泽勒		32	59	594	59089
3031866	Bolleville	bolleville	FR	50250	518	Europe/Paris	49.59963	0.56489		Bolleville		28	76	762	76115
3031867	Bolleville	bolleville	FR	50250	385	Europe/Paris	49.30071	-1.57491		Bolleville		28	50	503	50236
3031868	Bollène	bollene	FR	84500	14703	Europe/Paris	44.28124	4.74891		Bolen,Bolena,Bollen,Bollene,Bollène,bo lai na,Болен,Боллен,博莱纳		93	84	843	84019
3031871	Bolbec	bolbec	FR	76210	13133	Europe/Paris	49.57321	0.47339		Bol'bek,Bolbec,Bolbek,Болбек,Больбек		28	76	762	76114
3031872	Bolazec	bolazec	FR	29640	205	Europe/Paris	48.44418	-3.58459		Bolazec,Bolazeg,Bolazek,bo la ze ke,Болазек,博拉泽克		53	29	292	29012
3031873	Bolandoz	bolandoz	FR	25330	314	Europe/Paris	47.01796	6.11252		Bolandoz,bo lang duo,Боландоз,博朗多		27	25	251	25070
3031878	Boitron	boitron	FR	61500	372	Europe/Paris	48.89798	3.26119		Boitron		11	77	773	77043
3031879	Boitron	boitron	FR	61500	221	Europe/Paris	48.55915	0.2602		Boitron		28	61	611	61051
3031883	Boisyvon	boisyvon	FR	50800	108	Europe/Paris	48.805	-1.12881		Boisyvon		28	50	501	50062
3031885	Boisville-la-Saint-Père	boisville-la-saint-pere	FR	28150	726	Europe/Paris	48.3289	1.69269		Boisville,Boisville-la-Saint-Pere,Boisville-la-Saint-Père		24	28	281	28047
3031891	Boistrudan	boistrudan	FR	35150	540	Europe/Paris	47.96969	-1.40133		Boistrudan,Koetruzan		53	35	351	35028
3031895	Buis-sur-Damville	buis-sur-damville	FR	27240	0	Europe/Paris	48.83333	1.11667		Boissy-sur-Damville		28	27	272	27198
3031896	Boissy-sous-Saint-Yon	boissy-sous-saint-yon	FR	91790	3762	Europe/Paris	48.55379	2.21212		Boasi su Sen Jon,Boissy,Boissy-la-Montagne,Boissy-sous-Saint-Yon,Buassi-su-Sent-Ion,bu wa xi su sheng yi weng,Боаси су Сен Јон,Буасси-су-Сент-Ион,Буассі-су-Сент-Іон,布瓦西苏圣伊翁		11	91	911	91085
3031897	Boissy-sans-Avoir	boissy-sans-avoir	FR	78490	545	Europe/Paris	48.81667	1.8		Boasi sans Avoar,Boissy,Boissy-sans-Avoir,Buassi-sans-Avuar,Боаси санс Авоар,Буасси-санс-Авуар,Буассі-санс-Авуар		11	78	782	78084
3031898	Boissy-Saint-Léger	boissy-saint-leger	FR	94470	15877	Europe/Paris	48.75149	2.51163		Boissy,Boissy-Saint-Leger,Boissy-Saint-Léger,Boissy-la-Montagne		11	94	941	94004
3031899	Boissy-Mauvoisin	boissy-mauvoisin	FR	78200	599	Europe/Paris	48.96319	1.57818		Boasi Movoazen,Boissy,Boissy-Mauvoisin,Buassi-Movuazen,Боаси Мовоазен,Буасси-Мовуазен,Буассі-Мовуазен		11	78	781	78082
3031900	Boissy-Maugis	boissy-maugis	FR	61110	425	Europe/Paris	48.44128	0.71312		Boissy-Maugis		28	61	613	61050
3031901	Boissy-lès-Perche	boissy-les-perche	FR	28340	558	Europe/Paris	48.68525	0.88926		Boasi le Persh,Boissy,Boissy-les-Perche,Boissy-lès-Perche,Buassi-le-Persh,bu wa xi lai pei er ke,Боаси ле Перш,Буассі-ле-Перш,布瓦西莱佩尔克		24	28	283	28046
3031952	Boisse-Penchot	boisse-penchot	FR	12300	525	Europe/Paris	44.59233	2.20722		Boisse-Penchot		76	12	123	12028
3031902	Boissy-le-Sec	boissy-le-sec	FR	91870	662	Europe/Paris	48.47859	2.09		Boasi le Sek,Boissy,Boissy-le-Sec,Buassi-le-Sek,bu wa xi lei sai ke,Боаси ле Сек,Буасси-ле-Сек,Буассі-ле-Сек,布瓦西勒塞克		11	91	911	91081
3031903	Boissy-le-Repos	boissy-le-repos	FR	51210	185	Europe/Paris	48.84655	3.6494		Boissy,Boissy-le-Repos		44	51	512	51070
3031972	Boissay	boissay	FR	76750	0	Europe/Paris	47.62791	-1.47457				52	44	445	44075
3031905	Boissy-le-Cutté	boissy-le-cutte	FR	91590	1258	Europe/Paris	48.4702	2.28326		Boasi le Kite,Boissy,Boissy-le-Cutte,Boissy-le-Cutté,Buassi-le-Kjutte,bu wa xi lei qu te,Боаси ле Ките,Буасси-ле-Кютте,Буассі-ле-Кютте,布瓦西勒屈特		11	91	911	91080
3031906	Boissy-le-Châtel	boissy-le-chatel	FR	77169	2926	Europe/Paris	48.82073	3.13651		Boasi le Shatel,Boissy,Boissy-le-Chatel,Boissy-le-Châtel,Buassi-le-Shatel',Боаси ле Шател,Буасси-ле-Шатель,Буассі-ле-Шатель		11	77	771	77042
3031908	Boissy-le-Bois	boissy-le-bois	FR	60240	171	Europe/Paris	49.27878	1.94197		Boissy,Boissy-le-Bois		32	60	601	60209
3031909	Boissy-la-Rivière	boissy-la-riviere	FR	91690	0	Europe/Paris	48.37317	2.1451		Boasi la Rivjer,Boissy,Boissy-la-Riviere,Boissy-la-Rivière,Buassi-la-Riv'er,Buassi-la-River,bu wa xi la li wei ai,Боаси ла Ривјер,Буасси-ла-Ривьер,Буассі-ла-Ривєр,布瓦西拉里维埃		11	91	911	91079
3031910	Boissy-Lamberville	boissy-lamberville	FR	27300	291	Europe/Paris	49.16694	0.57798		Boasi Lambervil,Boissy,Boissy-Lamberville,Buassi-Lambervil',bu wa xi lang bei er wei er,Боаси Ламбервил,Буасси-Ламбервиль,Буассі-Ламбервіль,布瓦西朗贝尔维尔		28	27	272	27079
3031911	Boissy-l'Aillerie	boissy-l-aillerie	FR	95650	0	Europe/Paris	49.07865	2.03058		Boissy,Boissy-l'Aillerie		11	95	953	95078
3031912	Boissy-Fresnoy	boissy-fresnoy	FR	60440	827	Europe/Paris	49.16438	2.87022		Boissy-Fresnoy		32	60	604	60079
3031913	Boissy-en-Drouais	boissy-en-drouais	FR	28500	247	Europe/Paris	48.72893	1.26276		Boasi an Drue,Boissy,Boissy-en-Drouais,Buassi-an-Drue,de lu ai de qu bu wa xi,Боаси ан Друе,Буассі-ан-Друе,德鲁艾地区布瓦西		24	28	283	28045
3031914	Boissy-aux-Cailles	boissy-aux-cailles	FR	77760	297	Europe/Paris	48.31937	2.4996		Boasi o Kaje,Boissy,Boissy-aux-Cailles,Buassi-o-Kaj,Боаси о Каје,Буасси-о-Кай,Буассі-о-Кай		11	77	774	77041
3031917	Boissise-le-Roi	boissise-le-roi	FR	77310	4021	Europe/Paris	48.52479	2.56971		Boasiz le Roa,Boissise-la-Nation,Boissise-le-Roi,Buassiz-le-Rua,Боасиз ле Роа,Буассиз-ле-Руа,Буассіз-ле-Руа		11	77	772	77040
3031918	Boissise-la-Bertrand	boissise-la-bertrand	FR	77350	973	Europe/Paris	48.52849	2.58943				11	77	772	77039
3031920	Boissières	boissieres	FR	30114	0	Europe/Paris	45.59361	2.96301				84	63	633	63380
3031921	Boissières	boissieres	FR	30114	0	Europe/Paris	45.25169	2.35717				84	15	152	15079
3031922	Boissières	boissieres	FR	30114	335	Europe/Paris	44.54343	1.40027		Boissieres,Boissières		76	46	461	46032
3031923	Boissières	boissieres	FR	30114	519	Europe/Paris	43.77488	4.23424		Boissieres,Boissières		76	30	302	30043
3031924	Boissezon	boissezon	FR	81490	417	Europe/Paris	43.57558	2.37997		Boissezon		76	81	812	81034
3031926	Boissey-le-Châtel	boissey-le-chatel	FR	27520	724	Europe/Paris	49.27108	0.78391		Boissey,Boissey-le-Chatel,Boissey-le-Châtel		28	27	272	27077
3031927	Boissey	boissey	FR	01190	164	Europe/Paris	49.01946	0.04767		Boissey		28	14	143	14654
3031928	Boissey	boissey	FR	01190	219	Europe/Paris	46.38281	4.99694		Boissey		84	01	012	01050
3031929	Boisseuilh	boisseuilh	FR	24390	118	Europe/Paris	45.28808	1.17779		Boisseuilh		75	24	244	24046
3031930	Boisseuil	boisseuil	FR	87220	2066	Europe/Paris	45.77003	1.33124		Boisseuil		75	87	872	87019
3031934	Boissettes	boissettes	FR	77350	472	Europe/Paris	48.5195	2.60651		Boissettes		11	77	772	77038
3031935	Boisset-Saint-Priest	boisset-saint-priest	FR	42560	990	Europe/Paris	45.5131	4.10388		Boisset,Boisset-Saint-Priest		84	42	421	42021
3031936	Boissets	boissets	FR	78910	228	Europe/Paris	48.86144	1.58375		Boaset,Boissets,Buasse,Боасет,Буассе		11	78	781	78076
3031937	Boissets	boissets	FR	78910	0	Europe/Paris	44.37414	3.43557				76	48	481	48146
3031938	Boisset-les-Prévanches	boisset-les-prevanches	FR	27120	0	Europe/Paris	48.97122	1.32816		Boisset,Boisset-les-Prevanches,Boisset-les-Prévanches		28	27	271	27076
3031939	Boisset-lès-Montrond	boisset-les-montrond	FR	42210	841	Europe/Paris	45.62695	4.21314		Boisset,Boisset-les-Montrond,Boisset-lès-Montrond		84	42	421	42020
3031941	Boisset	boisset	FR	15600	2181	Europe/Paris	44.0476	4.00908		Boisset,Boisset-et-Gaujac		76	30	301	30042
3031943	Boisset	boisset	FR	15600	235	Europe/Paris	45.32391	3.98275		Boisset		84	43	433	43034
3031944	Boisset	boisset	FR	15600	0	Europe/Paris	45.03333	0.96667				75	24	244	24356
3031945	Boisset	boisset	FR	15600	656	Europe/Paris	44.78255	2.25361		Boisset		84	15	151	15021
3031946	Boisset	boisset	FR	15600	0	Europe/Paris	44.73333	1.86667				76	46	462	46242
3031947	Boisset	boisset	FR	15600	0	Europe/Paris	43.98333	4.5				76	30	302	30013
3031948	Boisset	boisset	FR	15600	33	Europe/Paris	43.40205	2.70513				76	34	341	34034
3031949	Boisseron	boisseron	FR	34160	1315	Europe/Paris	43.75795	4.0797		Boaseron,Boisseron,Buasseron,Castrum de Boisedono,bu wa se long,Боасерон,Буассерон,布瓦瑟龙		76	34	343	34033
3031950	Boisserolles	boisserolles	FR	79360	68	Europe/Paris	46.11392	-0.47091		Boisserolles		75	79	792	79078
3031957	Boissei-la-Lande	boissei-la-lande	FR	61570	116	Europe/Paris	48.68279	0.06273		Boissei,Boissei-la-Lande		28	61	611	61049
3031958	Boissède	boissede	FR	31230	81	Europe/Paris	43.4074	0.82356		Boissede,Boissède		76	31	312	31072
3031960	Boisseaux	boisseaux	FR	45480	266	Europe/Paris	48.25615	1.98641		Boaso,Boisseaux,Buasso,bu wa suo,Боасо,Буассо,布瓦索		24	45	453	45037
3031961	Boisseau	boisseau	FR	41290	88	Europe/Paris	47.77288	1.29712		Boisseau,Bushel,bussheru,ブッシェル		24	41	411	41019
3031962	Boissé	boisse	FR	24560	0	Europe/Paris	48.60532	0.5511				28	61	613	61373
3031963	Boisse	boisse	FR	24560	209	Europe/Paris	44.71577	0.65403		Boisse		75	24	241	24045
3031964	Boissay	boissay	FR	76750	0	Europe/Paris	49.83932	1.37082				28	76	761	76392
3031965	Boissay	boissay	FR	76750	0	Europe/Paris	49.52002	1.35695		Boissay		28	76	763	76113
3031966	Boissay	boissay	FR	76750	0	Europe/Paris	48.47304	1.30222				24	28	281	28154
3031967	Boissay	boissay	FR	76750	0	Europe/Paris	48.23754	1.82849				24	28	281	28189
3031968	Boissay	boissay	FR	76750	0	Europe/Paris	48.19013	1.92283		Boissay,Grand Boissay		24	28	281	28391
3031969	Boissay	boissay	FR	76750	0	Europe/Paris	48.17249	1.58273				24	28	282	28364
3031970	Boissay	boissay	FR	76750	0	Europe/Paris	48.08577	1.81224				24	28	282	28303
3031973	Bois-Sainte-Marie	bois-sainte-marie	FR	71800	194	Europe/Paris	46.32977	4.35566		Bois-Marie,Bois-Sainte-Marie,Le Bois-Sainte-Marie		27	71	713	71041
3031979	Boisroger	boisroger	FR	50200	0	Europe/Paris	49.09167	-1.54274		Boisroger		28	50	503	50215
3031984	Boisredon	boisredon	FR	17150	635	Europe/Paris	45.31449	-0.53886		Boisredon		75	17	171	17052
3031987	Bois-Normand-près-Lyre	bois-normand-pres-lyre	FR	27330	321	Europe/Paris	48.89876	0.69979		Bois-Normand,Bois-Normand-pres-Lyre,Bois-Normand-près-Lyre,Le Bois-Normand pres-Lyre,Le Bois-Normand près-Lyre		28	27	272	27075
3031989	Boisney	boisney	FR	27800	320	Europe/Paris	49.15402	0.65595		Boane,Boisney,Buane,bu wa si nei,Боане,Буане,布瓦斯内		28	27	272	27074
3031993	Boismorand	boismorand	FR	45290	626	Europe/Paris	47.7859	2.71876		Boamoran,Boismorand,Buamoran,bu wa si mo lang,Боаморан,Буаморан,布瓦斯莫朗		24	45	451	45036
3031994	Boismont	boismont	FR	54620	510	Europe/Paris	50.15208	1.68529		Boismont		32	80	801	80110
3031995	Boismont	boismont	FR	54620	455	Europe/Paris	49.40613	5.7393		Boismont		44	54	541	54081
3031998	Boismé	boisme	FR	79300	1123	Europe/Paris	46.77472	-0.43573		Boame,Boisme,Boismé,Bomniacum,Buame,Боаме,Буаме		75	79	791	79038
3032002	Bois-l'Évêque	bois-l-eveque	FR	76160	0	Europe/Paris	49.45455	1.26595		Bois-l'Eveque,Bois-l'Evêque,Bois-l'Évêque		28	76	763	76111
3032003	Boisleux-Saint-Marc	boisleux-saint-marc	FR	62175	212	Europe/Paris	50.21254	2.79945		Boale Sen Mark,Boisleux-Saint-Marc,Bouilleul-Saint-Marc,Buale-Sen-Mark,Leanette,Liauwette,Léanette,Saint-Marc,bu wa lei sheng ma ke,bwyslyks san mark,Боале Сен Марк,Буале-Сен-Марк,بويسليكس سان مارك,布瓦勒圣马克		32	62	621	62152
3032004	Boisleux-au-Mont	boisleux-au-mont	FR	62175	0	Europe/Paris	50.2094	2.7825		Boisleux-au-Mont		32	62	621	62151
3032006	Bois-lès-Pargny	bois-les-pargny	FR	02270	172	Europe/Paris	49.73126	3.64987		Bois,Bois-les-Pargny,Bois-lès-Pargny		32	02	022	02096
3032007	Bois-le-Roi	bois-le-roi	FR	27220	860	Europe/Paris	48.86223	1.34329		Bois,Bois-le-Roi,Bois-le-Roy		28	27	273	27073
3032008	Bois-le-Roi	bois-le-roi	FR	27220	5903	Europe/Paris	48.47348	2.70464		Bois-la-Nation,Bois-le-Roi		11	77	774	77037
3032009	Bois-le-Roi	bois-le-roi	FR	27220	0	Europe/Paris	48.06145	2.83148				24	45	451	45161
3032016	Bois-Jérôme-Saint-Ouen	bois-jerome-saint-ouen	FR	27620	721	Europe/Paris	49.10385	1.53477		Bois-Jerome-Saint-Ouen,Bois-Jérôme-Saint-Ouen		28	27	271	27072
3032018	Boisjean	boisjean	FR	62170	0	Europe/Paris	50.4	1.78333		Boazhan,Bos-Jean,Buazhan,bu wa re ang,bwysjyan,Боажан,Буажан,بويسجيان,布瓦热昂		32	62	624	62150
3032021	Bois-Himont	bois-himont	FR	76190	403	Europe/Paris	49.58152	0.701		Bois-Himont		28	76	763	76110
3032022	Bois-Herpin	bois-herpin	FR	91150	74	Europe/Paris	48.37054	2.23571		Boaz Erpen,Bois-Herpin,Bua-Erpen,bu wa ai er pan,Боаз Ерпен,Буа-Ерпен,布瓦埃尔潘		11	91	911	91075
3032023	Bois-Héroult	bois-heroult	FR	76750	144	Europe/Paris	49.56367	1.40719		Bois-Heroult,Bois-Héroult		28	76	763	76109
3032025	Bois-Guillaume	bois-guillaume	FR	76230	13711	Europe/Paris	49.4602	1.12219		Boa Gijom,Bois-Guillaume,Bua-Gijom,Боа Гијом,Буа-Гийом,Буа-Гійом		28	76	763	76108
3032026	Bois-Guilbert	bois-guilbert	FR	76750	194	Europe/Paris	49.54856	1.4199		Bois-Guilbert		28	76	763	76107
3032027	Bois-Grenier	bois-grenier	FR	59280	1491	Europe/Paris	50.64985	2.87409		Bois-Grenier		32	59	595	59088
3032033	Boisgervilly	boisgervilly	FR	35360	1350	Europe/Paris	48.16688	-2.06436		Boazherviji,Boisgervilly,Boscus Gervili,Buazhervilli,Koad-Yarnvili,bu wa si re er wei li,Боажервији,Буажервилли,Буажервіллі,布瓦斯热尔维利		53	35	353	35027
3032035	Boisgasson	boisgasson	FR	28220	0	Europe/Paris	48.48694	1.7761				24	28	281	28015
3032036	Boisgasson	boisgasson	FR	28220	117	Europe/Paris	48.04906	1.15135		Boisgasson		24	28	282	28012
3032042	Boisemont	boisemont	FR	27150	710	Europe/Paris	49.28765	1.49988		Boisemont		28	27	271	27070
3032043	Boisemont	boisemont	FR	27150	738	Europe/Paris	49.02493	2.00575		Boisemont		11	95	953	95074
3032047	Boisdon	boisdon	FR	77970	82	Europe/Paris	48.68507	3.22479				11	77	773	77036
3032048	Boisdinghem	boisdinghem	FR	62500	202	Europe/Paris	50.74969	2.09565		Boadengam,Bodinghin,Boisdinghem,Buadengem,bu wa dan gai mu,bwysdynhym,Боаденгам,Буаденгем,بويسدينهيم,布瓦丹盖姆		32	62	625	62149
3032051	Bois-d'Ennebourg	bois-d-ennebourg	FR	76160	0	Europe/Paris	49.42878	1.25527		Bois-d'Ennebourg		28	76	763	76106
3032057	Bois-de-la-Pierre	bois-de-la-pierre	FR	31390	349	Europe/Paris	43.34369	1.14996		Bois,Bois-de-la-Pierre		76	31	311	31071
3032060	Bois-de-Gand	bois-de-gand	FR	39230	63	Europe/Paris	46.82804	5.50154		Bois,Bois-de-Gand		27	39	392	39060
3032062	Bois-de-Céné	bois-de-cene	FR	85710	1364	Europe/Paris	46.93769	-1.8861		Bois-de-Cene,Bois-de-Cené,Bois-de-Céné,Koed-Keneg		52	85	853	85024
3032064	Bois-d'Arcy	bois-d-arcy	FR	78390	13475	Europe/Paris	48.79966	2.02325		Bois-d'Arcy		11	78	784	78073
3032065	Bois-d'Arcy	bois-d-arcy	FR	78390	0	Europe/Paris	47.54679	3.71631		Bois-d'Arcy		27	89	892	89049
3032067	Bois-d'Amont	bois-d-amont	FR	39220	1665	Europe/Paris	46.5328	6.1375		Boa d'Amon,Boa-d'Amon,Bois-d'Amont,Боа д'Амон,Боа-д'Амон		27	39	393	39059
3032069	Boiscommun	boiscommun	FR	45340	1104	Europe/Paris	48.03576	2.38333		Boakomen,Boiscommun,Buakommen,bu wa si ke man,Боакомен,Буакоммен,布瓦斯科曼		24	45	453	45035
3032070	Bois-Colombes	bois-colombes	FR	92270	24300	Europe/Paris	48.91936	2.27485		Boa Kolomb,Boa Kolon,Bois-Colombes,Bua-Kolomb,bai ge lin,bowa=koronbu,buakollongbeu,bwa kwlmb,bwa-klmb,Боа Коломб,Боа Колон,Буа-Коломб,بوآ کولمب,بوآ-کلمب,ボワ＝コロンブ,白鸽林,부아콜롱브		11	92	922	92009
3032077	Boisbreteau	boisbreteau	FR	16480	120	Europe/Paris	45.32316	-0.15233		Boabreto,Boisbreteau,Buabreto,Buasbreto,bu wa si bu lei tuo,Боабрето,Буабрето,Буасбрето,布瓦斯布雷托		75	16	162	16048
3032083	Bois-Bernard	bois-bernard	FR	62320	861	Europe/Paris	50.38147	2.91149		Boa Bernar,Bois-Bernard,Bos-Bena,Bos-Béna,Bua-Bernar,bu wa bei er na er,bwys brnard,Боа Бернар,Буа-Бернар,بويس برنارد,布瓦贝尔纳尔		32	62	627	62148
3032084	Boisbergues	boisbergues	FR	80600	76	Europe/Paris	50.15367	2.22948		Boisbergues		32	80	802	80108
3032094	Bois-Arnault	bois-arnault	FR	27250	665	Europe/Paris	48.81468	0.7305		Bois-Arnault		28	27	272	27069
3032095	Bois-Anzeray	bois-anzeray	FR	27330	162	Europe/Paris	48.9261	0.685		Bois-Anzeray,Le Bois Anzeray		28	27	272	27068
3032104	Bois	bois	FR	17240	450	Europe/Paris	45.48876	-0.59895		Bois,Bois-Saint-Genis		75	17	171	17050
3032105	Boiry-Saint-Martin	boiry-saint-martin	FR	62175	0	Europe/Paris	50.20085	2.76121		Boari Sen Marten,Boiry-Saint-Martin,Boiry-la-Montagne,Buari-Sen-Marten,bu wa li sheng ma dan,bwyry san martn,Боари Сен Мартен,Буари-Сен-Мартен,Буарі-Сен-Мартен,بويري سان مارتن,布瓦里圣马丹		32	62	621	62146
3032106	Boiry-Sainte-Rictrude	boiry-sainte-rictrude	FR	62175	0	Europe/Paris	50.20336	2.75467		Boiry-Sainte-Rictrude,Boiry-l'Egalite,Boiry-l'Egalité,Sainte-Rictrude		32	62	621	62147
3032107	Boiry-Notre-Dame	boiry-notre-dame	FR	62156	428	Europe/Paris	50.27277	2.94352		Boari Notr Dam,Boiry,Boiry-Notre-Dame,Boury-Note-Dame,Buari-Notr-Dam,bu wa li nuo te er da mu,bwyry nwtr dam,Боари Нотр Дам,Буари-Нотр-Дам,Буарі-Нотр-Дам,بويري نوتر دام,布瓦里诺特尔达姆		32	62	621	62145
3032108	Boiry-Becquerelle	boiry-becquerelle	FR	62128	433	Europe/Paris	50.21469	2.81367		Boari Bekerel,Boiry-Becquerelle,Boury-Becquerelle,Buari-Bekerel',bu wa li bei ke lei lei,bwyry byskywryl,Боари Бекерел,Буари-Бекерель,Буарі-Бекерель,بويري بيسكيوريل,布瓦里贝克雷勒		32	62	621	62144
3032111	Boinvilliers	boinvilliers	FR	78200	293	Europe/Paris	48.91763	1.66115		Boanvilije,Boinvilliers,Buenvil'e,Боанвилије,Буенвилье,Буенвільє		11	78	781	78072
3032112	Boinville-le-Gaillard	boinville-le-gaillard	FR	78660	0	Europe/Paris	48.49421	1.87234		Boanvil le Gajar,Boinville,Boinville-le-Gaillard,Buenvil'-le-Gajar,Боанвил ле Гајар,Буенвиль-ле-Гаяр,Буенвіль-ле-Гаяр		11	78	782	78071
3032113	Boinville-en-Woëvre	boinville-en-woevre	FR	55400	67	Europe/Paris	49.18515	5.67187		Boinville,Boinville-en-Woevre,Boinville-en-Woëvre		44	55	553	55057
3032114	Boinville-en-Mantois	boinville-en-mantois	FR	78930	311	Europe/Paris	48.93034	1.75672		Boinville,Boinville-en-Mantois		11	78	781	78070
3032118	Boigny-sur-Bionne	boigny-sur-bionne	FR	45760	2107	Europe/Paris	47.93333	2.01667		Boani sir Bion,Boigny,Buan'i-sjur-Bionn,bi weng he pan bu wa ni,Боањи сир Бион,Буаньї-сюр-Біонн,比翁河畔布瓦尼		24	45	452	45034
3032121	Boigneville	boigneville	FR	91720	493	Europe/Paris	48.33662	2.37445		Boanvil,Boigneville,Buan'evil',bu wa nie wei er,Боањвил,Буаньевиль,Буаньєвіль,布瓦涅维尔		11	91	912	91069
3032124	Bohas-Meyriat-Rignat	bohas-meyriat-rignat	FR	01250	803	Europe/Paris	46.15971	5.38854		Boa Meria Rinia,Boa Merja Rina,Boa-Mejrja-Rin'ja,Boa-Mer'ja-Rin'ja,bo a si-mei li ya-li ni ya,bwhas-myryat-rynyat,Боа Мерја Риња,Боа-Мейря-Ринья,Боа-Мерья-Ринья,Բոա Մերիա Ռինիա,بوهاس-ميريات-رينيات,博阿斯－梅里亚－里尼亚		84	01	012	01245
3032125	Bohars	bohars	FR	29820	3350	Europe/Paris	48.42917	-4.51424		Boar,Boc'harzh,Bocharzh,Bohars,boaru,Боар,ボアール		53	29	291	29011
3032126	Bohal	bohal	FR	56140	540	Europe/Paris	47.78083	-2.43881		Boal,Boal',Bohal,bo a,Боал,Боаль,博阿		53	56	563	56020
3032127	Bohain-en-Vermandois	bohain-en-vermandois	FR	02110	6299	Europe/Paris	49.9873	3.453		Boehn-an-Vermandua,Boen an Vermandoa,Boen an Vermandua,Boen-an-Vermandua,Bohain,Bohain-en-Vermandois,Bohain-in-Vermindos,Bohain-in-Vérmindos,bo an ang wei er mang duo wa,Боен ан Вермандоа,Боен-ан-Вермандуа,Боэн-ан-Вермандуа,Բոեն ան Վերմանդուա,博安昂韦尔芒多瓦		32	02	023	02095
3032128	Bogy	bogy	FR	07340	285	Europe/Paris	45.28301	4.76108		Bogy		84	07	073	07036
3032130	Bogève	bogeve	FR	74250	921	Europe/Paris	46.19322	6.42091		Bogeva,Bogeve,Bogève,Bogéva,Bozhev,Bugeva,Божев		84	74	744	74038
3032132	Boffres	boffres	FR	07440	535	Europe/Paris	44.92059	4.703		Boffres		84	07	073	07035
3032133	Boffles	boffles	FR	62390	35	Europe/Paris	50.25452	2.20367		Boffl',Boffle,Boffles,Bofl,bo fu lei,bwflyh,Бофл,Боффль,بوفليه,博夫勒		32	62	621	62143
3032141	Boëssé-le-Sec	boesse-le-sec	FR	72400	617	Europe/Paris	48.13469	0.56361		Boesse,Boesse-le-Sec,Boëssé,Boëssé-le-Sec		52	72	722	72038
3032142	Boësses	boesses	FR	45390	369	Europe/Paris	48.15	2.45		Boes,Boess,Boesse,Boësse,bo e sai,Боес,Боесс,博厄塞		24	45	453	45033
3032145	Boëseghem	boeseghem	FR	59189	0	Europe/Paris	50.66667	2.45				32	59	594	59087
3032146	Boeschepe	boeschepe	FR	59299	2067	Europe/Paris	50.8	2.7				32	59	594	59086
3032151	Boën-sur-Lignon	boen-sur-lignon	FR	42130	3163	Europe/Paris	45.75114	4.00725		Boen,Boen-sur-Lignon,Boën,Boën-sur-Lignon,bo e en,Боен,博厄恩		84	42	421	42019
3032153	Boeil-Bezing	boeil-bezing	FR	64510	1013	Europe/Paris	43.22154	-0.2667		Bej Bezen,Boehj-Bezen,Boeil,Boeil-Bezing,Boej-Bezen,Buelh e Vesinc,Buelh-Vesing,Bœil-Bezing,bo ai yi bo jin,Беј Безен,Боей-Безен,Боэй-Безен,博埃伊伯金		75	64	643	64133
3032154	Boëge	boege	FR	74420	1574	Europe/Paris	46.20711	6.40428		Boege,Boezh,Bouejo,Bouèjo,Bovitium,Boëge,Боеж		84	74	744	74037
3032155	Boëcé	boece	FR	61560	105	Europe/Paris	48.51653	0.45893		Boece,Boëcé		28	61	613	61048
3032156	Boé	boe	FR	47550	4746	Europe/Paris	44.1602	0.6281		Boe,Boer,Boèr,Boé,Бое		75	47	471	47031
3032160	Bodilis	bodilis	FR	29400	1439	Europe/Paris	48.52986	-4.11658		Bodilis,Bodiliz		53	29	293	29010
3032169	Bocquencé	bocquence	FR	61550	142	Europe/Paris	48.8338	0.46584		Bocquence,Bocquencé		28	61	613	61167
3032170	Bocquegney	bocquegney	FR	88270	106	Europe/Paris	48.22067	6.30469		Bocquegney		44	88	881	88063
3032171	Bocognano	bocognano	FR	20136	357	Europe/Paris	42.08084	9.05698		Bocognano,Bokon'jano,Bokonano,Bucugna,Bucugnà,Боконьяно,Бокоњано		94	2A	2A1	2A040
3032173	Bocé	boce	FR	49150	532	Europe/Paris	47.50678	-0.0821		Boce,Bocé,Bose,bo sai,Босе,博塞		52	49	493	49018
3032176	Le Bocasse	le-bocasse	FR	76690	742	Europe/Paris	49.6	1.08333				28	76	763	76105
3032178	Bobital	bobital	FR	22100	931	Europe/Paris	48.41356	-2.10421		Bobital,Bowidel		53	22	221	22008
3032179	Bobigny	bobigny	FR	93000	44962	Europe/Paris	48.90982	2.45012		Bobigny,Bobin'i,Bobinhy,Bobini,bo bi ni,bobini,bwbyny,Бобини,Бобиньи,Бобињи,Бобіньї,بوبيني,بوبینی,ボビニー,博比尼,보비니	93	11	93	931	93008
3032181	Blyes	blyes	FR	01150	767	Europe/Paris	45.84832	5.25179		Blye,Blyes		84	01	011	01047
3032182	Blye	blye	FR	39130	119	Europe/Paris	46.62362	5.70439		Blye		27	39	392	39058
3032184	Blussans	blussans	FR	25250	185	Europe/Paris	47.42619	6.60621		Blussans		27	25	252	25067
3032185	Blussangeaux	blussangeaux	FR	25250	79	Europe/Paris	47.43257	6.61377		Blussangeaux		27	25	252	25066
3032187	Blumeray	blumeray	FR	52110	105	Europe/Paris	48.36542	4.85816		Blumeray,Blumerey		44	52	523	52057
3032188	Bluffy	bluffy	FR	74290	318	Europe/Paris	45.87495	6.21587		Bluffy		84	74	741	74036
3032190	Bloye	bloye	FR	74150	471	Europe/Paris	45.82552	5.94476		Bloye		84	74	741	74035
3032193	Blou	blou	FR	49160	918	Europe/Paris	47.3625	-0.03735		Blou,Blu,bu lu,Блу,布卢		52	49	493	49030
3032194	Blotzheim	blotzheim	FR	68730	3623	Europe/Paris	47.6026	7.49654		Blocajm,Blockhajm,Blotzajm,Blotzheim,bu luo te zan,Блотзайм,Блоцайм,Блоцхајм,布洛特赞		44	68	684	68042
3032195	Blot-l'Église	blot-l-eglise	FR	63440	0	Europe/Paris	46.03744	2.95489		Blot,Blot-l'Eglise,Blot-l'Église		84	63	634	63043
3032197	Blosville	blosville	FR	50480	212	Europe/Paris	49.37226	-1.28845		Blosville		28	50	502	50059
3032198	Bonsecours	bonsecours	FR	76240	285	Europe/Paris	49.42734	1.12722		Blosseville,Blosseville-Bonsecours,Blosseville-la-Montagne,Bonsecours		28	76	763	76103
3032199	Blosseville	blosseville	FR	76460	0	Europe/Paris	49.85171	0.80304		Blosseville,Blosseville-sur-Mer		28	76	761	76104
3032202	Blonville-sur-Mer	blonville-sur-mer	FR	14910	1412	Europe/Paris	49.33709	0.02709		Blonvil na Moru,Blonvil'-sjur-Mer,Blonville,Blonville-sur-Mer,bin hai bu long wei er,Блонвил на Мору,Блонвиль-сюр-Мер,Блонвіль-сюр-Мер,滨海布隆维尔		28	14	143	14079
3032203	Blondefontaine	blondefontaine	FR	70500	225	Europe/Paris	47.87786	5.86752		Blondefontaine		27	70	702	70074
3032206	Blond	blond	FR	87300	737	Europe/Paris	46.04466	1.01829		Blond		75	87	871	87018
3032207	Blombay	blombay	FR	08260	91	Europe/Paris	49.82375	4.45272		Blombay		44	08	081	08071
3032208	Blomard	blomard	FR	03390	211	Europe/Paris	46.28933	2.97709		Blomard,La Blomard		84	03	031	03032
3032209	Blomac	blomac	FR	11700	211	Europe/Paris	43.20411	2.5967		Blomac		76	11	111	11042
3032210	Blois-sur-Seille	blois-sur-seille	FR	39210	88	Europe/Paris	46.74903	5.66954		Blois,Blois-sur-Seille		27	39	392	39057
3032213	Blois	blois	FR	41000	53660	Europe/Paris	47.59432	1.32912		Bleaz,Bles,Blesae,Bloa,Blois,Bloua,Blua,XBQ,beullua,blaw,blwa,bu lu wa,burowa,Μπλουά,Блоа,Блуа,Բլոիս,بلوآ,بلوا,บลัว,ブロワ,布卢瓦,블루아	41	24	41	411	41018
3032214	Blodelsheim	blodelsheim	FR	68740	1468	Europe/Paris	47.88538	7.53635		Blodelsheim		44	68	682	68041
3032218	Blismes	blismes	FR	58120	158	Europe/Paris	47.1319	3.81964		Blismes		27	58	581	58034
3032280	Blémerey	blemerey	FR	54450	0	Europe/Paris	48.3603	6.04875				44	88	882	88060
3032347	Blangy-Tronville	blangy-tronville	FR	80440	564	Europe/Paris	49.87902	2.42263		Blangy-Tronville		32	80	802	80107
3032220	Blis-et-Born	blis-et-born	FR	24330	352	Europe/Paris	45.18133	0.90636		Blic e Born,Blis-e-Born,Blis-eh-Born,Blis-et-Born,Bliz et Born,Bliç e Bòrn,En Born,En Bòrn,bu li he bo er en,Близ ет Борн,Блис-е-Борн,Блис-э-Борн,Бліс-е-Борн,布利和博尔恩		75	24	243	24026
3032222	Blingel	blingel	FR	62770	121	Europe/Paris	50.41181	2.14741		Blingel		32	62	624	62142
3032225	Blincourt	blincourt	FR	60190	79	Europe/Paris	49.38333	2.61667		Blenkur,Blincourt,Бленкур		32	60	602	60078
3032226	Bligny-sur-Ouche	bligny-sur-ouche	FR	21360	820	Europe/Paris	47.10595	4.66905		Bligny,Bligny-sur-Ouche,Blin'i-sjur-Ush,Blini sir Ush,blyny-swr-awsh,wu ke he pan bu li ni,Блиньи-сюр-Уш,Блињи сир Уш,Бліньї-сюр-Уш,بلینی-سور-اوش,乌克河畔布利尼		27	21	211	21087
3032227	Bligny-le-Sec	bligny-le-sec	FR	21440	131	Europe/Paris	47.44368	4.74214		Bligny,Bligny-le-Sec		27	21	212	21085
3032228	Bligny-lès-Beaune	bligny-les-beaune	FR	21200	1230	Europe/Paris	46.98631	4.8262		Bligny,Bligny-les-Beaune,Bligny-lès-Beaune		27	21	211	21086
3032231	Bligny	bligny	FR	10200	105	Europe/Paris	49.19559	3.86048		Bligny		44	51	513	51069
3032232	Bligny	bligny	FR	10200	215	Europe/Paris	48.17301	4.61723		Bligny		44	10	101	10048
3032233	Bligny	bligny	FR	10200	0	Europe/Paris	47.04105	3.38171				27	58	583	58239
3032234	Blignicourt	blignicourt	FR	10500	56	Europe/Paris	48.46143	4.53203				44	10	101	10047
3032235	Blieux	blieux	FR	04330	63	Europe/Paris	43.87259	6.37093		Blie,Blieus,Blieux,Blije,Blijo,bu li e,Блиё,Блије,Бліє,布利厄		93	04	042	04030
3032236	Blies-Guersviller	blies-guersviller	FR	57200	688	Europe/Paris	49.14854	7.08261		Blies-Guersviller,Bliesgersviller		44	57	576	57093
3032237	Blies-Ébersing	blies-ebersing	FR	57200	541	Europe/Paris	49.12355	7.14523				44	57	576	57092
3032238	Bliesbruck	bliesbruck	FR	57200	1024	Europe/Paris	49.11543	7.18112		Blibrjuk,Bliesbauchen,Bliesbruck,Bliesbrucken,Bliesbrücken,Blizbruk,blysbrwk,bu li ye si bu lu,Блибрюк,Близбрук,Блібрюк,بلیسبروک,布利耶斯布吕		44	57	576	57091
3032239	Blienschwiller	blienschwiller	FR	67650	286	Europe/Paris	48.34119	7.4174		Bleschwiller,Blienschweiler,Blinshviler,Blinshviller,blynshwylr,blynstshwylyr,bu li an si ke wei lai,Блиншвилер,Блиншвиллер,Бліншвіллер,بلينستشويلير,بلینشویلر,布利安斯克维莱		44	67	675	67051
3032240	Blicourt	blicourt	FR	60860	309	Europe/Paris	49.55671	2.05755		Blicourt		32	60	601	60077
3032245	Blèves	bleves	FR	72600	105	Europe/Paris	48.45642	0.34711		Bleves,Blèves		52	72	722	72037
3032246	Blevaincourt	blevaincourt	FR	88320	139	Europe/Paris	48.12509	5.68101		Blevaincourt		44	88	882	88062
3032247	Bleury	bleury	FR	28700	462	Europe/Paris	48.51982	1.74834		Bleri,Bleury,bu lei li,Блери,Блері,布勒里		24	28	281	28015
3032248	Bleury	bleury	FR	28700	0	Europe/Paris	47.84247	3.39452				27	89	891	89304
3032249	Bleurville	bleurville	FR	88410	366	Europe/Paris	48.06186	5.96418		Blervil,Blervil',Bleurville,bu lei er wei er,Блервил,Блервиль,Блервіль,布勒尔维尔		44	88	882	88061
3032251	Bletterans	bletterans	FR	39140	1427	Europe/Paris	46.74673	5.45444		Betterans,Bletran,Bletteran,Bletterans,bu lei te lang,Блетран,Блеттеран,布勒特朗		27	39	392	39056
3032253	Blet	blet	FR	18350	630	Europe/Paris	46.89479	2.73212		Blet		24	18	182	18031
3032254	Blessy	blessy	FR	62120	653	Europe/Paris	50.61639	2.33182		Blessy		32	62	622	62141
3032255	Blessonville	blessonville	FR	52120	190	Europe/Paris	48.06041	5.00535		Blessonville		44	52	521	52056
3032257	Source-Seine	source-seine	FR	21690	29	Europe/Paris	47.48333	4.68333		Blessey		27	21	213	21084
3032259	Blessac	blessac	FR	23200	515	Europe/Paris	45.95896	2.12533		Blessac		75	23	231	23024
3032260	Blesmes	blesmes	FR	02400	390	Europe/Paris	49.03785	3.45059		Blesmes		32	02	021	02094
3032261	Blesme	blesme	FR	51340	164	Europe/Paris	48.7254	4.77304		Blesmes		44	51	514	51068
3032262	Blesle	blesle	FR	43450	717	Europe/Paris	45.31882	3.17052		Blel,Blel',Blela,Blesle,blysl,bu lai si er,Блел,Блель,بلیسل,布莱斯尔		84	43	431	43033
3032263	Blésignac	blesignac	FR	33670	270	Europe/Paris	44.77651	-0.25774		Blesignac,Blezignac,Blésignac,Blézignac		75	33	332	33059
3032265	Bléruais	bleruais	FR	35750	80	Europe/Paris	48.11129	-2.126		Blerije,Blerjue,Bleruais,Blerwaz,Bléruais,bu lai lu ai,Блерије,Блерюе,布莱吕艾		53	35	353	35026
3032267	Bléré	blere	FR	37150	4794	Europe/Paris	47.32738	0.99186		Blere,Bléré,bu lai lei,Блере,布莱雷		24	37	373	37027
3032269	Blérancourt	blerancourt	FR	02300	1257	Europe/Paris	49.51667	3.15		Blerancourt,Blerankur,Blérancourt,Dlerancourt,Dlérancourt,bu lai lang ku er,Блеранкур,布莱朗库尔		32	02	022	02093
3032271	Bléquin	blequin	FR	62380	347	Europe/Paris	50.66284	1.9884		Blequin,Bléquin		32	62	625	62140
3032274	Blénod-lès-Toul	blenod-les-toul	FR	54113	1033	Europe/Paris	48.59882	5.83685		Blenod,Blenod-les-Toul,Blénod,Blénod-lès-Toul		44	54	544	54080
3032275	Blénod-lès-Pont-à-Mousson	blenod-les-pont-a-mousson	FR	54700	5014	Europe/Paris	48.88487	6.04844		Blenod,Blenod-les-Pont-a-Mousson,Blénod,Blénod-lès-Pont-à-Mousson,Les-Pont-a-Mousson,Les-Pont-à-Mousson		44	54	543	54079
3032276	Blennes	blennes	FR	77940	526	Europe/Paris	48.25769	3.02299		Blen,Blenn,Blennes,Блен,Бленн		11	77	773	77035
3032278	Bléneau	bleneau	FR	89220	1500	Europe/Paris	47.7	2.95		Bleneau,Bléneau		27	89	891	89046
3032279	Blendecques	blendecques	FR	62575	5331	Europe/Paris	50.71843	2.28601		Blandek,Blendecques,Blendeke,Blindecques,blyndyskyws,bu lang dai ke,Бландек,بلينديسكيوس,布朗代克		32	62	625	62139
3032281	Blémerey	blemerey	FR	54450	0	Europe/Paris	48.5839	6.735		Blemere,Blemerej,Blemerey,Blemre,Blémerey,Блемере,Блемерей,Блемре		44	54	542	54078
3032284	Bleigny-le-Carreau	bleigny-le-carreau	FR	89230	308	Europe/Paris	47.83497	3.68268		Bleigny,Bleigny-le-Carreau		27	89	891	89045
3032287	Blécourt	blecourt	FR	52300	361	Europe/Paris	50.21943	3.21262		Blecourt,Blécourt		32	59	592	59085
3032288	Blécourt	blecourt	FR	52300	116	Europe/Paris	48.38	5.08367		Blecourt,Blécourt		44	52	523	52055
3032290	Blaziert	blaziert	FR	32100	134	Europe/Paris	43.93418	0.47688		Blaziert		76	32	322	32057
3032291	Blaymont	blaymont	FR	47470	217	Europe/Paris	44.30318	0.86354		Blaymont		75	47	471	47030
3032292	Blaye-les-Mines	blaye-les-mines	FR	81400	3282	Europe/Paris	44.03072	2.13129		Blaia,Blaia de las Minas,Blaj-le-Min,Blaye,Blaye-les-Mines,Ble le Men,Ble-le-Min,bu lai e lai mi na,Блай-ле-Мин,Бле ле Мен,Бле-ле-Мін,布莱厄莱米纳		76	81	811	81033
3032295	Blay	blay	FR	14400	281	Europe/Paris	49.2706	-0.83968		Blay		28	14	141	14078
3032296	Blavozy	blavozy	FR	43700	1411	Europe/Paris	45.0572	3.97993		Blavozy		84	43	432	43032
3032298	Blavignac	blavignac	FR	48200	245	Europe/Paris	44.88617	3.28704		Blavignac		76	48	482	48026
3032305	Blauzac	blauzac	FR	30700	0	Europe/Paris	44.19131	2.20559		Blauzac		76	12	123	12258
3032306	Blauzac	blauzac	FR	30700	1031	Europe/Paris	43.96305	4.36749		Blausac,Blauzac,Blozak,bu luo zha ke,Блозак,布洛扎克		76	30	302	30041
3032307	Blauvac	blauvac	FR	84570	361	Europe/Paris	44.03165	5.19735		Blauvac,Blovak,bu luo wa ke,Бловак,布洛瓦克		93	84	843	84018
3032308	Blausasc	blausasc	FR	06440	1302	Europe/Paris	43.80572	7.36477		Blausaccum,Blausasc,Blozak,Blozask,blwsask,bu luo sa si ke,Блозак,Блозаск,بلوساسك,布洛萨斯克		93	06	062	06019
3032311	Blaudeix	blaudeix	FR	23140	104	Europe/Paris	46.23068	2.0837		Blaudeix		75	23	231	23023
3032314	Blassac	blassac	FR	43380	127	Europe/Paris	45.17021	3.39973		Blassac		84	43	431	43031
3032315	Blaslay	blaslay	FR	86170	477	Europe/Paris	46.73645	0.24531		Blalay,Blale,Blaslay,bu la si lai,Блале,布拉斯莱		75	86	863	86281
3032316	Blasimon	blasimon	FR	33540	777	Europe/Paris	44.74917	-0.07442		Bladimons,Blasimon,Blasimont,Blazimon,bu la xi meng,Блазимон,Блазімон,布拉西蒙		75	33	333	33057
3032317	Blaru	blaru	FR	78270	849	Europe/Paris	49.04808	1.4795		Blari,Blarju,Blaru,Блари,Бларю		11	78	781	78068
3032318	Blars	blars	FR	46330	130	Europe/Paris	44.56642	1.71945		Blars		76	46	463	46031
3032319	Blaringhem	blaringhem	FR	59173	2063	Europe/Paris	50.6911	2.40321		Blarengem,Blaringam,Blaringem,Blaringhem,Bloaringem,bu la lan gai mu,Бларенгем,Бларингам,布拉兰盖姆		32	59	594	59084
3032320	Blarians	blarians	FR	25640	43	Europe/Paris	47.41194	6.17972		Blarians		27	25	251	25065
3032321	Blargies	blargies	FR	60220	467	Europe/Paris	49.67158	1.76583		Blargies,Blarzhi,bu la er bi ye,Бларжи,Бларжі,布拉尔比耶		32	60	601	60076
3032324	Blanzy-lès-Fismes	blanzy-les-fismes	FR	02160	97	Europe/Paris	49.33785	3.67392		Blanzy,Blanzy-les-Fismes,Blanzy-lès-Fismes		32	02	024	02091
3032325	Blanzy-la-Salonnaise	blanzy-la-salonnaise	FR	08190	306	Europe/Paris	49.48686	4.17382		Blanzy,Blanzy-la-Salonnaise		44	08	082	08070
3032326	Blanzy	blanzy	FR	71450	7312	Europe/Paris	46.70012	4.38833		Blanzi,Blanzy,Blanzy-sur-Bourbince,Бланзи,Бланзі		27	71	711	71040
3032327	Blanzée	blanzee	FR	55400	0	Europe/Paris	49.15984	5.53817		Blanzee,Blanzée		44	55	553	55055
3032328	Blanzay-sur-Boutonne	blanzay-sur-boutonne	FR	17470	92	Europe/Paris	46.04894	-0.42976		Blanzay,Blanzay-sur-Boutonne		75	17	175	17049
3032329	Blanzay	blanzay	FR	86400	841	Europe/Paris	46.20171	0.25542		Blanzay,Blanze,bu lang ze,Бланзе,布朗泽		75	86	862	86029
3032330	Blanzat	blanzat	FR	63112	0	Europe/Paris	46.2595	3.20333				84	03	032	03059
3032331	Blanzat	blanzat	FR	63112	4096	Europe/Paris	45.82975	3.07794		Blanza,Blanzac,Blanzat,bu lang zha,Бланза,布朗扎		84	63	632	63042
3032332	Blanzaguet-Saint-Cybard	blanzaguet-saint-cybard	FR	16320	220	Europe/Paris	45.46667	0.31667		Blanzage Sen Sibar,Blanzage-Sen-Sibar,Blanzaguet,Blanzaguet-Saint-Cybard-le-Peyrat,bu lang zha gai sheng xi ba er,Бланзаге Сен Сибар,Бланзаге-Сен-Сибар,Бланзаге-Сен-Сібар,布朗扎盖圣西巴尔		75	16	161	16047
3032334	Blanzac-lès-Matha	blanzac-les-matha	FR	17160	320	Europe/Paris	45.87293	-0.35195		Blanzac,Blanzac-les-Matha,Blanzac-lès-Matha		75	17	175	17048
3032335	Blanzac	blanzac	FR	43350	435	Europe/Paris	46.13368	1.11333		Blanzac		75	87	871	87017
3032336	Blanzac-Porcheresse	blanzac-porcheresse	FR	16250	836	Europe/Paris	45.48333	0.03333		Blanzak Porsheres,Blanzak-Porsheress,Blanzak-Porshres,bu lang zha ke bo er xie lei si,Бланзак Поршерес,Бланзак-Поршересс,Бланзак-Поршрес,布朗扎克波尔谢雷斯		75	16	162	16046
3032337	Blanzac	blanzac	FR	43350	0	Europe/Paris	45.18787	0.86832				75	24	243	24026
3032338	Blanzac	blanzac	FR	43350	289	Europe/Paris	45.10873	3.84134		Blanzac		84	43	432	43030
3032339	Blanquefort-sur-Briolance	blanquefort-sur-briolance	FR	47500	520	Europe/Paris	44.60011	0.96961		Blancafort,Blancafort de Briolance,Blancafòrt,Blancafòrt de Briolance,Blankefor-sjur-Brijolans,Blankfor sir Briolans,Blanquefort,Blanquefort-sur-Briolance,bu li ao lang ke he pan bu lang qu ai fu er,Бланкефор-сюр-Брийоланс,Бланкефор-сюр-Брійоланс,Бланкфор сир Бриоланс,布里奥朗克河畔布朗屈埃福尔		75	47	473	47029
3032340	Blanquefort	blanquefort	FR	32270	16636	Europe/Paris	44.91065	-0.63758		Blanquefort		75	33	332	33056
3032341	Blanquefort	blanquefort	FR	32270	45	Europe/Paris	43.67453	0.81655		Blanquefort		76	32	321	32056
3032343	Blanot	blanot	FR	21430	155	Europe/Paris	47.17131	4.23405		Blanot		27	21	211	21083
3032344	Blanot	blanot	FR	21430	147	Europe/Paris	46.47343	4.7336		Blanot		27	71	715	71039
3032345	Blannay	blannay	FR	89200	123	Europe/Paris	47.52846	3.78143		Blannay		27	89	892	89044
3032348	Blangy-sur-Ternoise	blangy-sur-ternoise	FR	62770	761	Europe/Paris	50.4215	2.16874		Blangy,Blangy-sur-Ternoise		32	62	624	62138
3032349	Blangy-sur-Bresle	blangy-sur-bresle	FR	76340	3527	Europe/Paris	49.93211	1.62514		Blangy,Blangy-sur-Bresle,Blanzhi sir Brel,Blanzhi-sjur-Brel',Бланжи сир Брел,Бланжи-сюр-Брель,Бланжі-сюр-Брель		28	76	761	76101
3032350	Blangy-sous-Poix	blangy-sous-poix	FR	80290	161	Europe/Paris	49.76722	2.00119		Blangy,Blangy-sous-Poix		32	80	802	80106
3032351	Blangy-le-Château	blangy-le-chateau	FR	14130	851	Europe/Paris	49.24303	0.27339		Blangy,Blangy-le-Chateau,Blangy-le-Château,Blanzhi le Shato,Blanzhi-le-Shato,bu lang ji lai sha tuo,Бланжи ле Шато,Бланжи-ле-Шато,Бланжі-ле-Шато,布朗吉莱沙托		28	14	143	14077
3032356	Blangerval-Blangermont	blangerval-blangermont	FR	62270	0	Europe/Paris	50.31667	2.23333		Blangervo-Blangermont,Blangérvo-Blangérmont,Blanzherval Blanzhermon,Blanzherval'-Blanzhermon,blajyrfal blanjyrmwn,bu lang re wa er bu lang re meng,Бланжервал Бланжермон,Бланжерваль-Бланжермон,بلاجيرفال بلانجيرمون,布朗热瓦尔布朗热蒙		32	62	621	62137
3032358	Blandy	blandy	FR	77115	785	Europe/Paris	48.56718	2.78178		Blandy,Blandy-les-Tours		11	77	772	77034
3032359	Blandy	blandy	FR	77115	109	Europe/Paris	48.31422	2.25726		Blandy		11	91	911	91067
3032360	Blandy	blandy	FR	77115	0	Europe/Paris	47.68505	3.03999				27	89	891	89352
3032362	Blandouet	blandouet	FR	53270	171	Europe/Paris	48.05114	-0.32818		Blandouet,Blandue,bu lang du ai,Бландуе,布朗杜埃		52	53	533	53228
3032363	Blandin	blandin	FR	38730	133	Europe/Paris	45.47	5.44788		Blandin		84	38	382	38047
3032366	Blandas	blandas	FR	30770	0	Europe/Paris	43.91188	3.51263		Blandas		76	30	303	30040
3032368	Blandainville	blandainville	FR	28120	207	Europe/Paris	48.3088	1.29062		Blandainville		24	28	281	28041
3032379	Blancherupt	blancherupt	FR	67130	32	Europe/Paris	48.40943	7.19259		Blancherupt		44	67	673	67050
3032381	Blanchefosse-et-Bay	blanchefosse-et-bay	FR	08290	0	Europe/Paris	49.76667	4.21667				44	08	081	08069
3032386	Blanche-Église	blanche-eglise	FR	57260	118	Europe/Paris	48.79262	6.67402		Blanche-Eglise,Blanche-Église		44	57	575	57090
3032399	Blancfossé	blancfosse	FR	60120	125	Europe/Paris	49.65851	2.19533		Blancfosse,Blancfossé		32	60	601	60075
3032400	Blancey	blancey	FR	21320	62	Europe/Paris	47.30547	4.46631		Blancey		27	21	211	21082
3032403	Blancafort	blancafort	FR	18410	1024	Europe/Paris	47.53219	2.52981		Blancafort		24	18	183	18030
3032427	Blan	blan	FR	81700	787	Europe/Paris	43.52776	2.00794		Blan		76	81	812	81032
3032429	Blâmont	blamont	FR	25310	0	Europe/Paris	48.5906	6.84338		Blamon,Blamont,Blâmont,bu la meng,Бламон,布拉蒙		44	54	542	54077
3032430	Blamont	blamont	FR	25310	1121	Europe/Paris	47.38513	6.848		Blamon,Blamont,bu la meng,Бламон,布拉蒙		27	25	252	25063
3032433	Blajan	blajan	FR	31350	533	Europe/Paris	43.25979	0.64294		Blajan		76	31	312	31070
3032435	Blaisy-Haut	blaisy-haut	FR	21540	107	Europe/Paris	47.36249	4.76023		Blaisy-Haut		27	21	212	21081
3032436	Blaisy-Bas	blaisy-bas	FR	21540	607	Europe/Paris	47.37107	4.73845		Blaisy-Bas		27	21	212	21080
3032438	Blaisy	blaisy	FR	52330	77	Europe/Paris	48.17293	4.99616		Blaisy		44	52	521	52053
3032439	Blaisy	blaisy	FR	52330	0	Europe/Paris	47.63333	4.3				27	21	213	21568
3032440	Blaison-Gohier	blaison-gohier	FR	49320	1014	Europe/Paris	47.39951	-0.37723		Blezon Goje,Blezon-Goe,bu lai song gua,Блезон Гоје,Блезон-Гоє,布莱松瓜		52	49	491	49029
3032442	Blaise-sous-Arzillières	blaise-sous-arzillieres	FR	51300	403	Europe/Paris	48.67037	4.58524		Blaise,Blaise-sous-Arzillieres,Blaise-sous-Arzillières		44	51	514	51066
3032450	Blairville	blairville	FR	62173	307	Europe/Paris	50.21667	2.71667		Blairville		32	62	621	62135
3032452	Blainville-sur-Orne	blainville-sur-orne	FR	14550	4598	Europe/Paris	49.22913	-0.30061		Blainville,Blainville-sur-Orne,Blenvil sir Orn,Blenvil'-sjur-Orn,ao er en he pan bu lan wei er,Бленвил сир Орн,Бленвиль-сюр-Орн,Бленвіль-сюр-Орн,奥尔恩河畔布兰维尔		28	14	142	14076
3032453	Blainville-sur-Mer	blainville-sur-mer	FR	50560	1350	Europe/Paris	49.06599	-1.5834		Blainville,Blainville-sur-Mer,Blenvil na Moru,Blenvil'-sjur-Mer,bin hai bu lan wei er,Бленвил на Мору,Бленвиль-сюр-Мер,Бленвіль-сюр-Мер,滨海布兰维尔		28	50	503	50058
3032454	Blainville-sur-l'Eau	blainville-sur-l-eau	FR	54360	0	Europe/Paris	48.55689	6.40389		Blainville,Blainville-sur-l'Eau		44	54	542	54076
3032455	Blainville-Crevon	blainville-crevon	FR	76116	1143	Europe/Paris	49.50395	1.29952		Blainville,Blainville-Crevon,Blenvil Krevon,Blenvil'-Krevon,bu lan wei er-ke lei weng,Бленвил Кревон,Бленвиль-Кревон,Бленвіль-Кревон,布兰维尔-克勒翁		28	76	763	76100
3032460	Blaincourt-sur-Aube	blaincourt-sur-aube	FR	10500	90	Europe/Paris	48.39007	4.45404		Blaincourt,Blaincourt-sur-Aube		44	10	101	10046
3032461	Blaincourt-lès-Précy	blaincourt-les-precy	FR	60460	1229	Europe/Paris	49.23333	2.35		Blenkur le Presi,Blenkur-le-Presi,bu lan ku er lai pu lei xi,Бленкур ле Преси,Бленкур-ле-Пресі,布兰库尔莱普雷西		32	60	604	60074
3032462	Blain	blain	FR	44130	8274	Europe/Paris	47.47563	-1.76449		Blaen,Blain		52	44	445	44015
3032463	Blaignan	blaignan	FR	33340	257	Europe/Paris	45.31981	-0.85647		Blaignan		75	33	334	33055
3032464	Blaignac	blaignac	FR	33190	238	Europe/Paris	44.55233	-0.05722		Blaignac		75	33	333	33054
3032467	Blagny-sur-Vingeanne	blagny-sur-vingeanne	FR	21310	117	Europe/Paris	47.43744	5.36897		Blagny,Blagny-sur-Vingeanne		27	21	212	21079
3032468	Blagny	blagny	FR	08110	1267	Europe/Paris	49.62167	5.19194		Blagny		44	08	083	08067
3032469	Blagnac	blagnac	FR	31700	24263	Europe/Paris	43.63675	1.38971		Blagnac,Blan'jak,Blanak,Blanhac,beullanyakeu,blnyk,bu la ni ya ke,buranyakku,Бланьяк,Блањак,بلنیک,ブラニャック,布拉尼亚克,블라냐크		76	31	313	31069
3032470	Blaesheim	blaesheim	FR	67113	1443	Europe/Paris	48.50648	7.60923		Blaesheim		44	67	678	67049
3032472	Blacy	blacy	FR	51300	616	Europe/Paris	48.72504	4.5545		Blacy		44	51	514	51065
3032473	Blacy	blacy	FR	51300	94	Europe/Paris	47.57214	4.04417		Blacy		27	89	892	89043
3032474	Blacqueville	blacqueville	FR	76190	548	Europe/Paris	49.56203	0.86714		Blacqueville,Blakvil,Blakvil',Блаквил,Блаквиль,Блаквіль		28	76	763	76099
3032476	Blacourt	blacourt	FR	60650	430	Europe/Paris	49.46439	1.86068		Blacourt		32	60	601	60073
3032481	Blacé	blace	FR	69460	1290	Europe/Paris	46.03152	4.64448		Blace,Blacé		84	69	692	69023
3032485	Bizous	bizous	FR	65150	105	Europe/Paris	43.06863	0.4421		Bizous		76	65	652	65094
3032486	Bizou	bizou	FR	61290	118	Europe/Paris	48.49487	0.75058		Bizou		28	61	613	61046
3032487	Bizonnes	bizonnes	FR	38690	677	Europe/Paris	45.45274	5.37949		Bizonnes		84	38	382	38046
3032490	Biziat	biziat	FR	01290	703	Europe/Paris	46.21735	4.94304		Biziat		84	01	012	01046
3032491	Bizeneuille	bizeneuille	FR	03170	300	Europe/Paris	46.40785	2.73727		Bizeneuille		84	03	031	03031
3032492	Bize-Minervois	bize-minervois	FR	11120	1055	Europe/Paris	43.31843	2.87078		Bisa,Biz Minervoa,Biz-Minervua,Bize,Bize-Minervois,bi ci mi nei er wa,Биз Минервоа,Биз-Минервуа,Біз-Мінервуа,比兹米内尔瓦		76	11	113	11041
3032494	Bize	bize	FR	52500	69	Europe/Paris	47.83848	5.63383		Bize		44	52	522	52051
3032495	Bize	bize	FR	52500	198	Europe/Paris	43.04245	0.47064		Bize,Bize-Nistos,Bize-et-Nistos		76	65	652	65093
3032496	Bizanos	bizanos	FR	64320	5055	Europe/Paris	43.28753	-0.35164		Bizano,Bizanons,Bizanos,Visanos,Visanòs,bi zha nuo,Бизано,Бизанос,Бізанос,比扎诺		75	64	643	64132
3032497	Bizanet	bizanet	FR	11200	1158	Europe/Paris	43.16498	2.87046		Bizanet		76	11	113	11040
3032499	Bivilliers	bivilliers	FR	61190	79	Europe/Paris	48.57963	0.61902		Bivilliers		28	61	613	61491
3032500	Biville-sur-Mer	biville-sur-mer	FR	76630	0	Europe/Paris	49.98101	1.25371		Biville,Biville-sur-Mer		28	76	761	76618
3032501	Biville-la-Rivière	biville-la-riviere	FR	76730	109	Europe/Paris	49.78333	0.93333		Biville,Biville-la-Riviere,Biville-la-Rivière		28	76	761	76097
3032502	Biville-la-Baignarde	biville-la-baignarde	FR	76890	528	Europe/Paris	49.72214	1.04857		Biville,Biville-la-Baignarde		28	76	761	76096
3032503	Biville	biville	FR	50440	0	Europe/Paris	49.70425	0.52807				28	76	762	76755
3032504	Biville	biville	FR	50440	421	Europe/Paris	49.61337	-1.82095		Biville		28	50	502	50041
3032505	Biviers	biviers	FR	38330	2622	Europe/Paris	45.23333	5.8		Biv'e,Bive,Biviers,Bivje,bi wei ye er,Бивье,Бивје,Бівє,比维耶尔		84	38	381	38045
3032507	Bivès	bives	FR	32380	135	Europe/Paris	43.83363	0.80498		Bives,Bivès		76	32	322	32055
3032509	Bitschwiller-lès-Thann	bitschwiller-les-thann	FR	68620	2213	Europe/Paris	47.82969	7.07911		Bischiville,Bitschwiller,Bitschwiller-les-Thann,Bitschwiller-lès-Thann		44	68	686	68040
3032510	Bitschhoffen	bitschhoffen	FR	67350	446	Europe/Paris	48.85822	7.6181		Bitschhoffen,Bitschoffen,Bittschoffen		44	67	672	67048
3032511	Bitry	bitry	FR	58310	321	Europe/Paris	49.41286	3.07927		Bitry		32	60	603	60072
3032512	Bitry	bitry	FR	58310	0	Europe/Paris	48.20666	2.19183				24	45	453	45162
3032513	Bitry	bitry	FR	58310	312	Europe/Paris	47.49035	3.07941		Bitry		27	58	584	58033
3032518	Bitche	bitche	FR	57230	5668	Europe/Paris	49.05232	7.42992		Bich,Bitche,Bitsch,Bitsche,bi te ke,Бич,Біч,比特克		44	57	576	57089
3032520	Bistroff	bistroff	FR	57660	308	Europe/Paris	48.99188	6.71586		Bistroff		44	57	573	57088
3032521	Bisten-en-Lorraine	bisten-en-lorraine	FR	57220	261	Europe/Paris	49.16399	6.599		Bisten,Bisten-en-Lorraine		44	57	573	57087
3032522	Bissy-sur-Fley	bissy-sur-fley	FR	71460	93	Europe/Paris	46.66286	4.61928		Bissy,Bissy-sur-Fley		27	71	712	71037
3032523	Bissy-sous-Uxelles	bissy-sous-uxelles	FR	71460	59	Europe/Paris	46.56869	4.71988		Bissy,Bissy-sous-Uxelles		27	71	712	71036
3032524	Bissy-la-Mâconnaise	bissy-la-maconnaise	FR	71260	167	Europe/Paris	46.48141	4.78703		Bissy,Bissy-la-Maconnaise,Bissy-la-Mâconnaise		27	71	715	71035
3032527	Bissières	bissieres	FR	14370	164	Europe/Paris	49.11366	-0.09184		Bissieres,Bissières		28	14	143	14410
3032528	Bissezeele	bissezeele	FR	59380	182	Europe/Paris	50.91149	2.40953		Bissezeele		32	59	594	59083
3032529	Bissey-sous-Cruchaud	bissey-sous-cruchaud	FR	71390	338	Europe/Paris	46.73536	4.68726		Bissey,Bissey-sous-Cruchaud		27	71	712	71034
3032530	Bissey-la-Pierre	bissey-la-pierre	FR	21330	90	Europe/Paris	47.84861	4.42633		Bissey,Bissey-la-Pierre		27	21	213	21078
3032531	Bissey-la-Côte	bissey-la-cote	FR	21520	124	Europe/Paris	47.91333	4.70975		Bissey,Bissey-la-Cote,Bissey-la-Côte		27	21	213	21077
3032533	Bisseuil	bisseuil	FR	51150	645	Europe/Paris	49.04619	4.08803		Bisej,Bissej,Bisseuil,bi se yi,Бисеј,Біссей,比瑟伊		44	51	512	51030
3032534	Bissert	bissert	FR	67260	168	Europe/Paris	48.94212	7.02456		Bissert		44	67	674	67047
3032539	Bislée	bislee	FR	55300	68	Europe/Paris	48.86881	5.49579		Bislee,Bislée		44	55	552	55054
3032540	Bisinchi	bisinchi	FR	20235	189	Europe/Paris	42.4775	9.32417		Bisinchi,Bizinki,Бизинки,Бізінкі		94	2B	2B3	2B039
3032543	Bisel	bisel	FR	68580	586	Europe/Paris	47.53527	7.2183		Bisel		44	68	681	68039
3032711	Biesles	biesles	FR	52340	1398	Europe/Paris	48.08597	5.29409		Biesles		44	52	521	52050
3032544	Bischwiller	bischwiller	FR	67240	12308	Europe/Paris	48.76826	7.85406		Bischweiler,Bischwiller,Bishviler,Bishviller,Bíschwiller,bi si ke wei lai,bishuvu~ireru,bystshwylyr,Бишвилер,Бишвиллер,Бішвіллер,بيستشويلير,ビシュヴィレール,比斯克维莱		44	67	672	67046
3032545	Bischwihr	bischwihr	FR	68320	919	Europe/Paris	48.0971	7.43719		Bischwihr		44	68	682	68038
3032549	Bischoffsheim	bischoffsheim	FR	67870	3131	Europe/Paris	48.48703	7.48967		Bischoffsheim,Bischofsheim,Bishoffsajm,Bishofskhajm,bi si shao fu sang,bystshwfshym,Бишофсхајм,Бишоффсайм,Бішоффсайм,بيستشوفشيم,比斯绍夫桑		44	67	673	67045
3032550	Bischholtz	bischholtz	FR	67340	272	Europe/Paris	48.89311	7.53963		Bischoltz		44	67	674	67044
3032551	Bischheim	bischheim	FR	67800	17434	Europe/Paris	48.61612	7.75343		Bischheim		44	67	678	67043
3032556	Biscarrosse	biscarrosse	FR	40115 AIR	10716	Europe/Paris	44.39454	-1.16721		Biscarosse,Biscarrossa,Biscarrosse,Biscarrosse-Bourg,Biscarròssa,Biskaros,Biskarross,bi si ka er luo si,bisukarossu,Бискарос,Бискарросс,Біскарросс,ビスカロッス,比斯卡尔罗斯		75	40	402	40046
3032561	Biron	biron	FR	17800	252	Europe/Paris	45.56902	-0.47792		Biron,Boron,Борон		75	17	171	17047
3032562	Biron	biron	FR	17800	146	Europe/Paris	44.63147	0.87179		Biron,Boron,Mont-Rouge,Борон		75	24	241	24043
3032563	Biron	biron	FR	17800	546	Europe/Paris	43.46246	-0.73526		Biron,Boron,Борон		75	64	643	64131
3032565	Birkenwald	birkenwald	FR	67440	267	Europe/Paris	48.65962	7.34427				44	67	674	67004
3032566	Birieux	birieux	FR	01330	158	Europe/Paris	45.9532	5.03918		Birieux		84	01	012	01045
3032567	Biriatou	biriatou	FR	64700	898	Europe/Paris	43.33333	-1.74335		Bir'jatu,Biriatou,Biriatu,Birijatu,Birjatu,bi li a tu,Биријату,Бирьяту,Біряту,比里阿图		75	64	641	64130
3032568	Biras	biras	FR	24310	387	Europe/Paris	45.2874	0.63886		Bira,Biras,Biràs,Бира,Бирас,Біра		75	24	242	24042
3032569	Biran	biran	FR	32350	365	Europe/Paris	43.69595	0.4184		Biran		76	32	321	32054
3032571	Birac-sur-Trec	birac-sur-trec	FR	47200	710	Europe/Paris	44.48592	0.26479		Birac,Birac-sur-Trec		75	47	472	47028
3032572	Birac	birac	FR	16120	227	Europe/Paris	45.56038	-0.06359		Birac		75	16	162	16045
3032573	Birac	birac	FR	16120	195	Europe/Paris	44.41758	-0.13771		Birac		75	33	333	33053
3032574	Biozat	biozat	FR	03800	685	Europe/Paris	46.07688	3.27243		B'oza,Biausac,Bioza,Biozat,Bjoza,bi ao zha,Биоза,Бйоза,Бьоза,比奥扎		84	03	033	03030
3032575	Bioussac	bioussac	FR	16700	236	Europe/Paris	46.03138	0.2744		B'jussak,Bioussac,Bjusak,bi wu sa ke,Бьюссак,Бјусак,比乌萨克		75	16	163	16044
3032577	Bioule	bioule	FR	82800	827	Europe/Paris	44.08953	1.53859		Bioule		76	82	822	82018
3032579	Biot	biot	FR	06410	7737	Europe/Paris	43.62852	7.0953		Biot		93	06	061	06018
3032580	Bionville-sur-Nied	bionville-sur-nied	FR	57220	372	Europe/Paris	49.10501	6.47932		Bionville,Bionville-sur-Nied		44	57	573	57085
3032581	Bionville	bionville	FR	54540	0	Europe/Paris	48.4854	7.00897		B'onvil',Bionvil,Bionville,Bjonvil',bi weng wei er,Бионвил,Бйонвиль,Бйонвіль,Бьонвиль,比翁维尔		44	54	542	54075
3032588	Bioncourt	bioncourt	FR	57170	315	Europe/Paris	48.79387	6.3625		Bioncourt		44	57	575	57084
3032589	Bion	bion	FR	50140	452	Europe/Paris	48.61948	-0.91985		Bion		28	50	501	50359
3032591	Biollet	biollet	FR	63640	378	Europe/Paris	45.99343	2.68249		Biole,Biolet,Biollet,Bjolle,bi ao lai,Биоле,Бйолле,比奥莱		84	63	634	63041
3032592	Bio	bio	FR	46500	275	Europe/Paris	44.78312	1.78433		Bio		76	46	463	46030
3032593	Binson-et-Orquigny	binson-et-orquigny	FR	51700	155	Europe/Paris	49.09237	3.7875		Binson-et-Orquigny		44	51	512	51063
3032594	Binos	binos	FR	31440	20	Europe/Paris	42.90041	0.61697		Binos		76	31	312	31590
3032596	Biniville	biniville	FR	50390	91	Europe/Paris	49.42762	-1.47834		Biniville		28	50	502	50055
3032598	Bining	bining	FR	57410	1192	Europe/Paris	49.03729	7.25273		Binen,Bining,Bining-les-Rohrbach,Bining-lès-Rohrbach,Biningen,bi nan,bynyng,Бинен,Бининг,Бінен,بینینگ,比南		44	57	576	57083
3032600	Binic	binic	FR	22520	3272	Europe/Paris	48.60074	-2.82602		Binic,Binig,Binik,bi ni ke,Биник,Бінік,比尼克		53	22	224	22055
3032601	Binges	binges	FR	21270	600	Europe/Paris	47.32957	5.26732		Binges		27	21	212	21076
3032602	Bindernheim	bindernheim	FR	67600	791	Europe/Paris	48.28342	7.60786		Bendernajm,Bindernheim,Bindernkhajm,Bindre,Bíndre,ban dai er nan,byndyrnhym,Бендернайм,Биндернхајм,بينديرنهيم,班代尔南		44	67	675	67040
3032605	Binas	binas	FR	41240	612	Europe/Paris	47.90424	1.46194		Bina,Binas,bi na,Бина,Біна,比纳		24	41	411	41017
3032606	Binas	binas	FR	41240	0	Europe/Paris	45.06667	4.43333				84	07	073	07192
3032607	Binarville	binarville	FR	51800	126	Europe/Paris	49.24088	4.8947		Binarville		44	51	511	51062
3032609	Bimont	bimont	FR	62650	123	Europe/Paris	50.54255	1.90403		Bemon,Bimon,Bimont,bi meng,bymwnt,Бемон,Бимон,Бімон,بيمونت,比蒙		32	62	624	62134
3032610	Bilwisheim	bilwisheim	FR	67170	414	Europe/Paris	48.70948	7.66065				44	67	672	67039
3032611	Biltzheim	biltzheim	FR	68127	349	Europe/Paris	47.95815	7.38831				44	68	686	68037
3032613	Billy-sur-Ourcq	billy-sur-ourcq	FR	02210	204	Europe/Paris	49.2169	3.30226		Billy,Billy-sur-Ourcq		32	02	024	02090
3032614	Billy-sur-Oisy	billy-sur-oisy	FR	58500	399	Europe/Paris	47.48024	3.41227		Billy,Billy-sur-Oisy		27	58	582	58032
3032615	Billy-sur-Aisne	billy-sur-aisne	FR	02200	1203	Europe/Paris	49.35632	3.38357		Billy,Billy-sur-Aisne		32	02	024	02089
3032616	Billy-sous-Mangiennes	billy-sous-mangiennes	FR	55230	300	Europe/Paris	49.33221	5.57362		Billy,Billy-sous-Mangiennes		44	55	553	55053
3032618	Billy-Montigny	billy-montigny	FR	62420	8533	Europe/Paris	50.41711	2.90286		Bii-Montin'i,Biji Montini,Biji-Montin'i,Bili-Montini,Billy,Billy-Montigny,bi yi meng di ni,byly mwntyjny,Бии-Монтиньи,Бийи-Монтиньи,Бији Монтињи,Бії-Монтіньї,بيلي مونتيجني,比伊蒙蒂尼		32	62	627	62133
3032619	Billy-lès-Chanceaux	billy-les-chanceaux	FR	21450	83	Europe/Paris	47.54642	4.70845		Bii-le-Shanso,Biji le Shanso,Biji-le-Shanso,Billy,Billy-les-Chanceaux,Billy-lès-Chanceaux,bi li lai shang suo,Бии-ле-Шансо,Бийи-ле-Шансо,Бији ле Шансо,Бії-ле-Шансо,比利莱尚索		27	21	213	21075
3032879	Beylongue	beylongue	FR	40370	324	Europe/Paris	43.92293	-0.82878		Beylongue		75	40	401	40040
3032620	Billy-le-Grand	billy-le-grand	FR	51400	103	Europe/Paris	49.10818	4.23205		Bii-le-Gran,Biji le Gran,Billy,Billy-le-Grand,da bi li,Бији ле Гран,Бії-ле-Гран,大比利		44	51	513	51061
3032621	Billy-Chevannes	billy-chevannes	FR	58270	276	Europe/Paris	47.01399	3.45428		Billy,Billy-Chevannes		27	58	583	58031
3032622	Billy-Berclau	billy-berclau	FR	62138	4338	Europe/Paris	50.51783	2.86613		Bii-Berklo,Biji Berklo,Biji-Berklo,Bili-Berclo,Bili-Bérclo,Billy-Berclau,bi yi bei er ke luo,byly byrslaw,Бии-Беркло,Бийи-Беркло,Бији Беркло,Бії-Беркло,بيلي بيرسلاو,比伊贝尔克洛		32	62	622	62132
3032623	Billy	billy	FR	03260	331	Europe/Paris	49.09156	-0.19301		Billy		28	14	142	14005
3032624	Billy	billy	FR	03260	833	Europe/Paris	47.31242	1.5393		Billy		24	41	413	41016
3032625	Billy	billy	FR	03260	942	Europe/Paris	46.23649	3.42909		Billy		84	03	033	03029
3032629	Billom	billom	FR	63160	4466	Europe/Paris	45.72267	3.33869		Bijom,Bilhom,Billom,Billomagus,bi long,biyomu,Бийом,Бијом,Бійом,ビヨム,比隆		84	63	632	63040
3032630	Billio	billio	FR	56420	337	Europe/Paris	47.86876	-2.63309		Biliou,Bilioù,Billio		53	56	562	56019
3032633	Billiers	billiers	FR	56190	769	Europe/Paris	47.5321	-2.49013		Beler,Bije,Bilije,Billiers,bi li ye er,Бийе,Билије,Бійє,比利耶尔		53	56	563	56018
3032634	Billière	billiere	FR	31110	0	Europe/Paris	42.81144	0.52774		Billiere,Billière		76	31	312	31068
3032635	Billième	billieme	FR	73170	295	Europe/Paris	45.72058	5.81059		Billieme,Billième		84	73	732	73042
3032636	Billiat	billiat	FR	01200	452	Europe/Paris	46.07691	5.78499		Billiat		84	01	014	01044
3032637	Billezois	billezois	FR	03120	356	Europe/Paris	46.21003	3.57236		Billezois		84	03	033	03028
3032638	Billey	billey	FR	21130	217	Europe/Paris	47.14447	5.43096		Billey		27	21	212	21074
3032639	Billère	billere	FR	64140	14914	Europe/Paris	43.30264	-0.39733		Bier,Bijer,Billere,Billère,Vilhera,Vilhèra,bi ye er,Биер,Бийер,Бијер,Бієр,比耶尔		75	64	643	64129
3032641	Billecul	billecul	FR	39250	35	Europe/Paris	46.75553	6.05151		Billecul		27	39	392	39055
3032642	Billé	bille	FR	35133	915	Europe/Paris	48.28823	-1.24559		Bilieg,Bille,Billé		53	35	351	35025
3032643	Bille	bille	FR	35133	0	Europe/Paris	45.17061	4.70609				84	07	073	07292
3032645	Billancourt	billancourt	FR	80190	157	Europe/Paris	49.73646	2.89412		Billancourt		32	80	804	80105
3032646	Billancelles	billancelles	FR	28190	245	Europe/Paris	48.48684	1.21412		Billancelles		24	28	281	28040
3032647	Bilhac	bilhac	FR	19120	201	Europe/Paris	44.94348	1.77397		Bilhac,Billac		75	19	191	19026
3032648	Bilieu	bilieu	FR	38850	1066	Europe/Paris	45.44809	5.54268		Bilieu,Billieu		84	38	382	38043
3032650	Bilia	bilia	FR	20100	43	Europe/Paris	41.62502	8.90699		Bilia		94	2A	2A4	2A038
3032653	Bilhères	bilheres	FR	64260	173	Europe/Paris	43.05868	-0.44874		Bijer,Biler,Bilheres,Bilhères,Billieres,Billières,Vilheras,Vilheras dAussau,Vilhèras,Vilhèras dAussau,bi lei er,Бийер,Билер,Бијер,Білер,比雷尔		75	64	642	64128
3032654	Bilhac	bilhac	FR	19120	0	Europe/Paris	45.08134	3.85082				84	43	432	43152
3032660	Bihucourt	bihucourt	FR	62121	315	Europe/Paris	50.12352	2.798		Bihucourt		32	62	621	62131
3032661	Bihorel	bihorel	FR	76420	0	Europe/Paris	49.75071	1.44556		Bihorel,Le Bihorel		28	76	761	76462
3032662	Bihorel	bihorel	FR	76420	8589	Europe/Paris	49.45468	1.1223		Bihorel,Biorel,Biorel',Биорел,Биорель,Біорель		28	76	763	76108
3032668	Biguglia	biguglia	FR	20620	5552	Europe/Paris	42.62692	9.42018		Biguglia,Bigul'ja,Bigula,Бигулья,Бигуља,Бігулья		94	2B	2B2	2B037
3032674	Bigorno	bigorno	FR	20252	85	Europe/Paris	42.5273	9.29902		Bigorno,Bigornu,Бигорно,Бігорно		94	2B	2B3	2B036
3032678	Bignoux	bignoux	FR	86800	1052	Europe/Paris	46.59969	0.46943		Bignoux,Binju,Binu,bi niu,Бињу,Біню,比纽		75	86	863	86028
3032681	Bignicourt-sur-Saulx	bignicourt-sur-saulx	FR	51340	173	Europe/Paris	48.76495	4.77299		Bignicourt,Bignicourt-sur-Saulx		44	51	514	51060
3032682	Bignicourt-sur-Marne	bignicourt-sur-marne	FR	51300	381	Europe/Paris	48.68036	4.61083		Bignicourt,Bignicourt-sur-Marne		44	51	514	51059
3032683	Bignicourt	bignicourt	FR	08310	65	Europe/Paris	49.39904	4.42579		Bignicourt		44	08	082	08066
3032684	Bignay	bignay	FR	17400	344	Europe/Paris	45.91696	-0.60164		Bignay		75	17	175	17046
3032685	Bignan	bignan	FR	56500	2532	Europe/Paris	47.87889	-2.77432		Begnen,Bignan,Bin'jan,Binan,bi ni ang,Биньян,Бињан,Біньян,比尼昂		53	56	562	56017
3032686	Bignac	bignac	FR	16170	204	Europe/Paris	45.79686	0.06253		Bignac,Bin'jak,Binak,bi ni ya ke,Биньяк,Бињак,Біньяк,比尼亚克		75	16	162	16148
3032688	Biganos	biganos	FR	33380	7521	Europe/Paris	44.64425	-0.97841		Bigano,Biganos,Viganos,Viganòs,bi gang ao,Бигано,Биганос,Біганос,比冈奥		75	33	336	33051
3032690	Biffontaine	biffontaine	FR	88430	402	Europe/Paris	48.21117	6.80539		Biffontaine		44	88	883	88059
3032693	Bièvres	bievres	FR	02860	70	Europe/Paris	49.5575	5.26556		Bievres,Bièvres		44	08	083	08065
3032694	Bièvres	bievres	FR	02860	80	Europe/Paris	49.49357	3.71226		Bievres,Bièvres		32	02	022	02088
3032695	Bièvres	bievres	FR	02860	4310	Europe/Paris	48.75772	2.21881		Bievre,Bievre-la-Montagne,Bievres,Bièvre,Bièvre-la-Montagne,Bièvres		11	91	913	91064
3032701	Biéville-Beuville	bieville-beuville	FR	14112	2533	Europe/Paris	49.24293	-0.32762		B'evil'-Bevil',B'evil'-Bjovil',Bevil'-Bevil',Bjevil Bevil,bi ai wei er bo wei er,Бьевиль-Бевиль,Бьевиль-Бёвиль,Бєвіль-Бевіль,Бјевил Бевил,比埃维尔伯维尔		28	14	142	14068
3032702	Biéville-Quétiéville	bieville-quetieville	FR	14270	0	Europe/Paris	49.10388	-0.0406		Bieville,Bieville-en-Auge,Biéville,Biéville-en-Auge		28	14	143	14527
3032703	Biéville	bieville	FR	50160	148	Europe/Paris	49.08399	-0.88933		Bieville,Biéville		28	50	504	50054
3032704	Bieuzy	bieuzy	FR	56310	761	Europe/Paris	47.98463	-3.06346		B'ezi,Bezi,Bieuzhi-an-Dour,Bieuzy,Bieuzy-les Eaux,Bizhui-an-Dour,Bjezi,Sanctus Bilcus,bi ye yu qi,Бьези,Бєзі,Бјези,比耶于齐		53	56	562	56173
3032705	Bieuxy	bieuxy	FR	02290	24	Europe/Paris	49.44679	3.26227		Bieuxy		32	02	024	02087
3032706	Bieujac	bieujac	FR	33210	454	Europe/Paris	44.53923	-0.15544		Bieujac		75	33	333	33050
3032708	Bietlenheim	bietlenheim	FR	67720	271	Europe/Paris	48.71886	7.78257		Bietlenheim		44	67	672	67038
3032712	Biesheim	biesheim	FR	68600	2424	Europe/Paris	48.04118	7.54474		Biesheim,Bisajm,Bishajm,Biskhajm,bi ye sang,Бисайм,Бисхајм,Бишайм,Бісайм,比耶桑		44	68	682	68036
3032713	Bierville	bierville	FR	76750	266	Europe/Paris	49.53908	1.27206		Bierville		28	76	763	76094
3032714	Bierville	bierville	FR	76750	0	Europe/Paris	48.38007	2.14551				11	91	911	91533
3032715	Bierville	bierville	FR	76750	0	Europe/Paris	48.33231	1.9332				24	28	281	28183
3032716	Biert	biert	FR	09320	298	Europe/Paris	42.89861	1.31558		Biert		76	09	093	09057
3032717	Bierry-les-Belles-Fontaines	bierry-les-belles-fontaines	FR	89420	219	Europe/Paris	47.59595	4.18191		Bierry,Bierry-les-Belles-Fontaines		27	89	892	89042
3032722	Bierre-lès-Semur	bierre-les-semur	FR	21390	90	Europe/Paris	47.41869	4.29988		Bierre,Bierre-les-Semur,Bierre-lès-Semur		27	21	213	21272
3032726	Bierne	bierne	FR	53290	1781	Europe/Paris	50.96232	2.40963		B'ern,Bern,Bieren,Bierne,Bjern,bi ye er ne,Бьерн,Бєрн,Бјерн,比耶尔讷		32	59	594	59082
3032727	Bierne	bierne	FR	53290	0	Europe/Paris	48.20689	4.08219				44	10	103	10416
3032728	Bierné	bierne	FR	53290	678	Europe/Paris	47.81027	-0.543		Bierne,Bierné		52	53	531	53029
3032729	Biermont	biermont	FR	60490	146	Europe/Paris	49.58333	2.73333		Biermont		32	60	603	60071
3032730	Biermes	biermes	FR	08300	244	Europe/Paris	49.48603	4.38666		Biermes		44	08	082	08064
3032734	Bienvillers-au-Bois	bienvillers-au-bois	FR	62111	0	Europe/Paris	50.17188	2.61608		B'janville-o-Bua,Bienvillers,Bienvillers-au-Bois,Binviler-au-Bos,Binvilèr-au-Bos,Bjanville-o-Bua,Bjenvijer o Boa,bi an wei lai er ou bu wa,byfylyrs aw bwys,Бьянвилле-о-Буа,Бянвілле-о-Буа,Бјенвијер о Боа,بيفيليرس أو بويس,比安维莱尔欧布瓦		32	62	621	62130
3032735	Bienville-la-Petite	bienville-la-petite	FR	54300	26	Europe/Paris	48.63787	6.50922		Bienville,Bienville-la-Petite		44	54	542	54074
3032736	Bienville	bienville	FR	60280	455	Europe/Paris	49.44949	2.82915		Bienville		32	60	603	60070
3032737	Bienville	bienville	FR	60280	2042	Europe/Paris	48.57582	5.04579		Bienville		44	52	523	52194
3032744	Biencourt-sur-Orge	biencourt-sur-orge	FR	55290	166	Europe/Paris	48.56357	5.34874		Biencourt,Biencourt-sur-Orge		44	55	551	55051
3032745	Biencourt	biencourt	FR	80140	0	Europe/Paris	49.97413	1.69132		Biencourt		32	80	801	80104
3032750	Bielle	bielle	FR	64260	476	Europe/Paris	43.0544	-0.43302		Viela,Vièla		75	64	642	64127
3032752	Biefvillers-lès-Bapaume	biefvillers-les-bapaume	FR	62450	85	Europe/Paris	50.11561	2.8217		B'eville-le-Bapom,Beville-le-Bapom,Biefvillers,Biefvillers-les-Bapaume,Biefvillers-lès-Bapaume,Bjevijer le Bapom,bi ye fu wei lai er lai ba bo mu,byfylyrs lyh babwmy,Бьевилле-ле-Бапом,Бєвілле-ле-Бапом,Бјевијер ле Бапом,بيفيليرس ليه بابومي,比耶夫维莱尔莱巴波姆		32	62	621	62129
3032753	Biefmorin	biefmorin	FR	39800	68	Europe/Paris	46.9016	5.5578		Biefmorin		27	39	391	39054
3032754	Bief-du-Fourg	bief-du-fourg	FR	39250	139	Europe/Paris	46.81667	6.11667		Bjef di Furzh,Бјеф ди Фурж		27	39	392	39053
3032755	Bief-des-Maisons	bief-des-maisons	FR	39150	87	Europe/Paris	46.70606	6.0393		Bief,Bief-des-Maisons		27	39	392	39052
3032757	Bief	bief	FR	25190	130	Europe/Paris	47.32473	6.76583		Bief		27	25	252	25061
3032758	Biederthal	biederthal	FR	68480	322	Europe/Paris	47.47005	7.4472		Biederthal		44	68	681	68035
3032759	Biécourt	biecourt	FR	88170	109	Europe/Paris	48.32294	5.95403		Biecourt,Biécourt		44	88	882	88058
3032764	Bidon	bidon	FR	07700	118	Europe/Paris	44.36592	4.53524		Bidon		84	07	072	07034
3032765	Biding	biding	FR	57660	326	Europe/Paris	49.05953	6.78653		Biding		44	57	573	57082
3032766	Bidestroff	bidestroff	FR	57260	148	Europe/Paris	48.84909	6.78747		Bidestroff		44	57	575	57081
3032767	Bidart	bidart	FR	64210	5021	Europe/Paris	43.43698	-1.59294		Bidar,Bidart,Bidarte,Бидар,Бидарт,Бідар		75	64	641	64125
3032768	Bidarray	bidarray	FR	64780	698	Europe/Paris	43.26673	-1.34522		Bidare,Bidarrai,Bidarray,Bidarre,bi da lai,Бидаре,Бидарре,Бідарре,比达莱		75	64	641	64124
3032771	Bidache	bidache	FR	64520	1152	Europe/Paris	43.48317	-1.1413		Bidache,Bidaishe,Bidaixon,Bidash,Bidaxune,bi da xu,Бидаш,Бідаш,比达许		75	64	641	64123
3032772	Bicqueley	bicqueley	FR	54200	870	Europe/Paris	48.62615	5.91178		Bicqueley		44	54	544	54073
3032773	Bickenholtz	bickenholtz	FR	57635	64	Europe/Paris	48.80439	7.16573		Bickenholtz		44	57	575	57080
3032774	Biches	biches	FR	58110	290	Europe/Paris	47.00726	3.64976		Biches,Bish,bi xie,Биш,Біш,比谢		27	58	581	58030
3032781	Bichancourt	bichancourt	FR	02300	935	Europe/Paris	49.57953	3.21781		Bichancourt		32	02	022	02086
3032783	Bibost	bibost	FR	69690	422	Europe/Paris	45.79753	4.54603		Bibost		84	69	692	69022
3032784	Biblisheim	biblisheim	FR	67360	395	Europe/Paris	48.90027	7.79205		Biblisajm,Biblisheim,Bibliskhajm,Biwelse,Bíwelse,bi bu li sang,byblyshaym,byblyshym,Библисайм,Библисхајм,Біблісайм,بيبليشيم,بیبلیسهایم,比布利桑		44	67	672	67037
3032786	Bibiche	bibiche	FR	57320	367	Europe/Paris	49.32963	6.47619		Bibiche		44	57	573	57079
3032790	Biaudos	biaudos	FR	40390	692	Europe/Paris	43.55123	-1.30567		Biaudos		75	40	401	40044
3032791	Bias	bias	FR	40170	3090	Europe/Paris	44.41595	0.66933		Bias		75	47	473	47027
3032792	Bias	bias	FR	40170	557	Europe/Paris	44.14508	-1.21819				75	40	402	40043
3032794	Biars-sur-Cère	biars-sur-cere	FR	46130	2165	Europe/Paris	44.92831	1.8465		Biars,Biars-sur-Cere,Biars-sur-Cère		76	46	462	46029
3032795	Biarrotte	biarrotte	FR	40390	243	Europe/Paris	43.561	-1.27187		Biarotte,Biarrotte		75	40	401	40042
3032797	Biarritz	biarritz	FR	64200	33188	Europe/Paris	43.48055	-1.55684		BIQ,Biarica,Biarric,Biarritz,Biarriz,Bijaric,Bijaryc,Biàrritz,Lungsod ng Biarritz,Miarritze,bi ya li ci,bialicheu,biarittsu,byarts,byarytz,Биарриц,Бијариц,Біарріц,Біярыц,ביאריץ,بيارتس,بياريتز,بیاریتز,ビアリッツ,比亚里茨,비아리츠		75	64	641	64122
3032798	Biarre	biarre	FR	80190	71	Europe/Paris	49.7225	2.88012		Biarre		32	80	803	80103
3032799	Biarne	biarne	FR	39290	370	Europe/Paris	47.14558	5.45713		Biarne,Bjarn,bi a er en,Бярн,Бјарн,比阿尔恩		27	39	391	39051
3032801	Biard	biard	FR	86580	0	Europe/Paris	47.22619	1.14041				24	37	373	37046
3032802	Biard	biard	FR	86580	1676	Europe/Paris	46.57726	0.30554		Biar,Biard,Bjar,bi ya er,Біар,Бјар,比亞爾		75	86	863	86027
3032805	Bians-les-Usiers	bians-les-usiers	FR	25520	523	Europe/Paris	46.96444	6.27486		Bians,Bians-les-Usiers		27	25	253	25060
3032815	Biache-Saint-Vaast	biache-saint-vaast	FR	62118	4007	Europe/Paris	50.30869	2.94777		B'jash-Sen-Va,B'jash-Sen-Vaast,Biache-Saint-Waast,Biache-sous-Scarpe,Bjash Sen Vast,Bjash-Sen-Vaast,bi ya shen sheng wa si te,byatsh san fast,Бьяш-Сен-Ва,Бьяш-Сен-Вааст,Бяш-Сен-Вааст,Бјаш Сен Васт,بياتش سان فاست,比亚什圣瓦斯特		32	62	621	62128
3032816	Biaches	biaches	FR	80200	428	Europe/Paris	49.92502	2.90697		Biaches		32	80	804	80102
3032817	Bézu-Saint-Germain	bezu-saint-germain	FR	02400	486	Europe/Paris	49.10809	3.40976		Bezu-Saint-Germain,Bezu-le-Grand,Bézu-Saint-Germain,Bézu-le-Grand		32	02	021	02085
3032818	Bézu-Saint-Éloi	bezu-saint-eloi	FR	27660	1225	Europe/Paris	49.29524	1.70404		Bezu,Bezu-Saint-Eloi,Bézu-Saint-Éloi		28	27	271	27067
3032819	Bézu-le-Guéry	bezu-le-guery	FR	02310	207	Europe/Paris	49.00791	3.22623		Bezu,Bezu-le-Guery,Bézu,Bézu-le-Guéry		32	02	021	02084
3032820	Bézu-la-Forêt	bezu-la-foret	FR	27480	198	Europe/Paris	49.40552	1.62291		Bezu,Bezu-la-Foret,Bézu-la-Forêt		28	27	271	27066
3032821	Bézues-Bajon	bezues-bajon	FR	32140	188	Europe/Paris	43.38464	0.59945		Bezues,Bezues-Bajon,Bézues,Bézues-Bajon		76	32	323	32053
3032822	Bézouotte	bezouotte	FR	21310	222	Europe/Paris	47.3827	5.33333		Bezouotte,Bézouotte		27	21	212	21072
3032823	Bezouce	bezouce	FR	30320	2116	Europe/Paris	43.8819	4.49034		Besoca,Besoça,Bezouce,Bezus,bo zu ke,Безус,伯祖克		76	30	302	30039
3032824	Bezons	bezons	FR	95870	27570	Europe/Paris	48.92426	2.2128		Bezon,Bezons,bei zong,beujong,buzon,bzwn,Безон,بزون,ブゾン,贝宗,브종		11	95	951	95063
3032826	Bezolles	bezolles	FR	32310	160	Europe/Paris	43.82285	0.35066		Bezolles		76	32	321	32052
3032828	Bezins-Garraux	bezins-garraux	FR	31440	43	Europe/Paris	42.93333	0.7		Bezins		76	31	312	31067
3032829	Bezinghem	bezinghem	FR	62650	306	Europe/Paris	50.59503	1.82608		Bezinghem		32	62	624	62127
3032833	Béziers	beziers	FR	34500	74081	Europe/Paris	43.34122	3.21402		BZR,Baeterrae,Besers,Besiers,Besièrs,Bez'e,Bezie,Beziers,Bezije,Bezje,Bezjė,Béziers,bei ji ye,bejie,byzyyh,bzyh,bzyyh,Μπεζιέ,Безие,Безије,Безье,Безьє,Безје,בזייה,بزیه,بيزييه,ベジエ,贝济耶,베지에	341	76	34	341	34032
3032834	Bez-et-Esparon	bez-et-esparon	FR	30120	330	Europe/Paris	43.97211	3.53115		Bez,Bez-et-Esparon		76	30	303	30038
3032835	Bézéril	bezeril	FR	32130	96	Europe/Paris	43.54346	0.87738		Bezeril,Bézéril		76	32	321	32051
3032836	Bézenet	bezenet	FR	03170	987	Europe/Paris	46.32902	2.84495		Besenac,Besenet,Bezene,Bezenet,Bezne,Bézenet,bei ze nei,Безене,Безне,贝泽内		84	03	031	03027
3032839	Bézenac	bezenac	FR	24220	126	Europe/Paris	44.84442	1.08864		Bezenac,Bézenac		75	24	244	24087
3032842	Bèze	beze	FR	21310	661	Europe/Paris	47.46794	5.27119		Besua,Bez,Beze,Bèze,bei ci,Без,贝兹		27	21	212	21071
3032843	Bezaumont	bezaumont	FR	54380	256	Europe/Paris	48.85334	6.11164		Bezaumont		44	54	543	54072
3032844	Bézaudun-sur-Bîne	bezaudun-sur-bine	FR	26460	60	Europe/Paris	44.60762	5.1798		Bezaudun,Bezaudun-sur-Bine,Bézaudun-sur-Bîne		84	26	262	26051
3032845	Bézaudun-les-Alpes	bezaudun-les-alpes	FR	06510	148	Europe/Paris	43.80778	7.09593		Bezaudun,Bezaudun-les-Alpes,Bézaudun-les-Alpes		93	06	061	06017
3032847	Bezannes	bezannes	FR	51430	1286	Europe/Paris	49.22339	3.98892		Bezannes,Bezannes-les-Reims		44	51	513	51058
3032848	Bezange-la-Petite	bezange-la-petite	FR	57630	105	Europe/Paris	48.7296	6.61325		Bezange,Bezange-la-Petite		44	57	575	57077
3032850	Bezange-la-Grande	bezange-la-grande	FR	54370	187	Europe/Paris	48.74686	6.47342		Bezange,Bezange-la-Grande		44	54	542	54071
3032851	Bézancourt	bezancourt	FR	76220	0	Europe/Paris	49.44329	1.62483		Bezancourt,Bézancourt		28	76	761	76093
3032853	Bezalles	bezalles	FR	77970	177	Europe/Paris	48.679	3.24397				11	77	773	77033
3032855	Bézac	bezac	FR	09100	239	Europe/Paris	43.14816	1.57499		Bezac,Bézac		76	09	092	09056
3032859	Bey-sur-Seille	bey-sur-seille	FR	54760	171	Europe/Paris	48.8041	6.34218		Bey,Bey-sur-Seille		44	54	543	54070
3032860	Beyssenac	beyssenac	FR	19230	364	Europe/Paris	45.40407	1.28609		Beyssenac		75	19	191	19025
3032861	Beyssac	beyssac	FR	19230	794	Europe/Paris	45.37131	1.40387		Beyssac		75	19	191	19024
3032862	Beyssac	beyssac	FR	19230	0	Europe/Paris	45.24874	3.72582				84	43	432	43138
3032863	Beyssac	beyssac	FR	19230	0	Europe/Paris	45.06128	3.67806				84	43	432	43197
3032864	Beyries	beyries	FR	40700	93	Europe/Paris	43.57083	-0.6371		Beyries		75	40	401	40041
3032865	Beyrie-en-Béarn	beyrie-en-bearn	FR	64230	0	Europe/Paris	43.37517	-0.46572		Beri an Bearn,Beri-an-Bearn,Beyrie,Beyrie-en-Bearn,Beyrie-en-Béarn,Sent Andreu de la Veiria,Veiria,bei a er en de qu bei li ye,Бери ан Беарн,Бери-ан-Беарн,Бері-ан-Беарн,贝阿尔恩地区贝里耶		75	64	643	64121
3032866	Beyrie-sur-Joyeuse	beyrie-sur-joyeuse	FR	64120	502	Europe/Paris	43.31667	-1.06667		Bejri sir Zhoajez,Beri-sjur-Zhuaez,Beri-sjur-Zhuajjoz,Bithirina,Bithiriña,Veiria,le he pan bei li,Бери-сюр-Жуаез,Бери-сюр-Жуайёз,Бері-сюр-Жуаєз,Бејри сир Жоајез,乐河畔贝里		75	64	641	64120
3032867	Beyren-lès-Sierck	beyren-les-sierck	FR	57570	442	Europe/Paris	49.47135	6.28668		Beyren,Beyren-les-Sierck,Beyren-lès-Sierck		44	57	577	57076
3032869	Beynost	beynost	FR	01700	4182	Europe/Paris	45.83569	4.9991		Beynost		84	01	012	01043
3032872	Beynes	beynes	FR	04270	7914	Europe/Paris	48.85626	1.87261		Beynes		11	78	782	78062
3032873	Beynes	beynes	FR	04270	122	Europe/Paris	43.99083	6.22328		Beynes		93	04	043	04028
3032874	Beynat	beynat	FR	19190	0	Europe/Paris	45.53985	2.06597				75	19	193	19008
3032875	Beynat	beynat	FR	19190	1233	Europe/Paris	45.12444	1.72323		Bejna,Beynat,Бейна		75	19	191	19023
3032934	Beurey-sur-Saulx	beurey-sur-saulx	FR	55000	502	Europe/Paris	48.75734	5.0265		Beurey,Beurey-sur-Saulx		44	55	551	55049
3032876	Beynac-et-Cazenac	beynac-et-cazenac	FR	24220	535	Europe/Paris	44.83965	1.14387		Bainac e Casenac,Benak et Kaznak,Benak-e-Kaznak,Benak-eh-Kaznak,Beynac-et-Cazenac,bei na ke he ka ze na ke,Бенак ет Казнак,Бенак-е-Казнак,Бенак-э-Казнак,بناک اٹ کازناک,แบนาเกกาเซอนัก,贝纳克和卡泽纳克		75	24	244	24040
3032877	Beynac	beynac	FR	87700	646	Europe/Paris	45.76698	1.16798		Beynac		75	87	872	87015
3032878	Beynac	beynac	FR	87700	0	Europe/Paris	45.09478	2.93955		Beinac,Beynac		84	15	153	15141
3032881	Bey	bey	FR	01290	636	Europe/Paris	46.81985	4.96764		Bey		27	71	712	71033
3032882	Bey	bey	FR	01290	246	Europe/Paris	46.22037	4.84372		Bey		84	01	012	01042
3032883	Bévy	bevy	FR	21220	98	Europe/Paris	47.17844	4.85506		Bevy,Bévy		27	21	211	21070
3032884	Bevons	bevons	FR	04200	217	Europe/Paris	44.16967	5.88968		Bevon,Bevonc,Bevons,Bevonç,bo weng,Бевон,伯翁		93	04	044	04027
3032886	Bévillers	bevillers	FR	59217	576	Europe/Paris	50.15738	3.3901		Bevillers,Bévillers		32	59	592	59081
3032887	Béville-le-Comte	beville-le-comte	FR	28700	1388	Europe/Paris	48.43558	1.71305		Beville,Beville-la-Fontaine,Beville-le-Comte,Béville,Béville-le-Comte		24	28	281	28039
3032888	Beveuge	beveuge	FR	70110	96	Europe/Paris	47.55802	6.48216		Beveuge		27	70	701	70072
3032889	Bévenais	bevenais	FR	38690	798	Europe/Paris	45.39664	5.39401		Bevenais,Bévenais		84	38	382	38042
3032890	Beuzevillette	beuzevillette	FR	76210	667	Europe/Paris	49.57127	0.5371		Beuzevillette		28	76	762	76092
3032891	Beuzeville-la-Guérard	beuzeville-la-guerard	FR	76450	154	Europe/Paris	49.71475	0.61168		Beuzeville,Beuzeville-la-Guerard,Beuzeville-la-Guérard		28	76	761	76091
3032892	Beuzeville-la-Grenier	beuzeville-la-grenier	FR	76210	1067	Europe/Paris	49.59157	0.42684		Beuzeville,Beuzeville-la-Grenier,L'Ingenue,L'Ingénue,Saint-Martin-le-Genereux,Saint-Martin-le-Généreux		28	76	762	76090
3032894	Beuzeville-la-Bastille	beuzeville-la-bastille	FR	50360	165	Europe/Paris	49.3525	-1.36536		Beuzeville,Beuzeville-la-Bastille,Bezvil la Bastij,Bezvil'-la-Bastij,bo ze wei er la ba si di er,Безвил ла Бастиј,Безвиль-ла-Бастий,Безвіль-ла-Бастій,伯泽维尔拉巴斯蒂尔		28	50	502	50052
3032895	Beuzeville-au-Plain	beuzeville-au-plain	FR	50480	46	Europe/Paris	49.43072	-1.28596		Beuzeville,Beuzeville-au-Plain		28	50	502	50523
3032896	Beuzeville	beuzeville	FR	27210	3257	Europe/Paris	49.34483	0.34254		Beuzeville,Bezvil,Bezvil',Bjozvil',bo ze wei er,Безвил,Безвиль,Безвіль,Бёзвиль,伯泽维尔		28	27	272	27065
3032898	Beuzec-Cap-Sizun	beuzec-cap-sizun	FR	29790	1097	Europe/Paris	48.07556	-4.51189		Beuzec,Beuzec-Cap-Sizun,Beuzeg-ar-C'hab,Beuzeg-ar-Chab,Bezek Kap Sizen,Bezek-Kap-Sizen,Bjozek-Kap-Sizjon,bo ze ke ka xi zan,buzekku=kappu=shizan,Безек Кап Сизен,Безек-Кап-Сизен,Безек-Кап-Сізен,Бёзек-Кап-Сизён,ブゼック＝カップ＝シザン,伯泽克卡西赞		53	29	294	29008
3032899	Beuxes	beuxes	FR	86120	514	Europe/Paris	47.094	0.17944		Beks,Beuxes,bo ke sai,Бекс,伯克塞		75	86	861	86026
3032900	Beux	beux	FR	57580	195	Europe/Paris	49.00017	6.31718		Beux		44	57	579	57075
3032901	Beuvry-la-Forêt	beuvry-la-foret	FR	59310	0	Europe/Paris	50.45	3.28333		Beuvry,Beuvry-Nord,Beuvry-les-Orehies		32	59	593	59080
3032903	Beuvry	beuvry	FR	62660	9052	Europe/Paris	50.51674	2.68541		Beuvry,Bevri,Bjovri,bo fu li,bywfry,Беври,Беврі,Бёври,بيوفري,伯夫里		32	62	622	62126
3032905	Beuvron-en-Auge	beuvron-en-auge	FR	14430	245	Europe/Paris	49.18816	-0.04592		Beuvron,Beuvron-en-Auge		28	14	143	14070
3032909	Beuvron	beuvron	FR	58210	93	Europe/Paris	47.35905	3.49322		Beuvron		27	58	582	58029
3032910	Beuvrigny	beuvrigny	FR	50420	101	Europe/Paris	48.96881	-1.00167		Beuvrigny,Bevrin'i,Bovrini,bo fu li ni,Бевриньи,Бевриньї,Боврињи,伯夫里尼		28	50	504	50050
3032911	Beuvrequen	beuvrequen	FR	62250	396	Europe/Paris	50.80145	1.66522		Beuverguin,Beuvrequen,Bevrekan,Bevreken,bo fu lei kang,bywfrykwyn,Беврекан,Беврекен,بيوفريكوين,伯夫雷康		32	62	623	62125
3032914	Beuvraignes	beuvraignes	FR	80700	709	Europe/Paris	49.64607	2.76933		Beuvraignes,Bevren',Bovren,Buvrainne,bo fu lai nie,Беврень,Боврењ,伯夫赖涅		32	80	803	80101
3032915	Beuvrages	beuvrages	FR	59192	7834	Europe/Paris	50.38414	3.4942		Beuvrages,Bevrazh,Bjovrazh,bo fu la ri,Бевраж,Бёвраж,伯夫拉日		32	59	596	59079
3032916	Beuvillers	beuvillers	FR	14100	322	Europe/Paris	49.38476	5.9161		Beuvillers		44	54	541	54069
3032917	Beuvillers	beuvillers	FR	14100	1130	Europe/Paris	49.12961	0.25492		Beuvillers		28	14	143	14069
3032920	Beuvezin	beuvezin	FR	54115	111	Europe/Paris	48.37908	5.95904		Beuvezin		44	54	544	54068
3032921	Beuveille	beuveille	FR	54620	531	Europe/Paris	49.43351	5.68901		Beuveille		44	54	541	54067
3032923	Beuvardes	beuvardes	FR	02130	642	Europe/Paris	49.14191	3.48928		Beuvardes		32	02	021	02083
3032925	Beutin	beutin	FR	62170	383	Europe/Paris	50.49109	1.72763		Beutin		32	62	624	62124
3032926	Beutal	beutal	FR	25250	206	Europe/Paris	47.47122	6.63931		Beutal		27	25	252	25059
3032928	Beuste	beuste	FR	64800	595	Europe/Paris	43.21843	-0.23116		Best,Bet,Beuste,Bjost,bo si te,Бест,Бет,Бёст,伯斯特		75	64	643	64119
3032929	Beussent	beussent	FR	62170	448	Europe/Paris	50.54683	1.79214		Beussent		32	62	624	62123
3032930	Beurville	beurville	FR	52110	109	Europe/Paris	48.31856	4.83347		Beurville		44	52	523	52047
3032931	Beurières	beurieres	FR	63220	0	Europe/Paris	45.43944	3.77454		Beurieres,Beurières,Beurrieres,Beurrières		84	63	631	63039
3032932	Beurlay	beurlay	FR	17250	815	Europe/Paris	45.86098	-0.83714		Beurlay		75	17	174	17045
3032933	Beurizot	beurizot	FR	21350	114	Europe/Paris	47.3525	4.49429		Beurizot		27	21	213	21069
3032935	Beurey-Bauguay	beurey-bauguay	FR	21320	93	Europe/Paris	47.23238	4.42382		Beurey,Beurey-Bauguay,Beurey-Beauguay		27	21	211	21068
3032936	Beurey	beurey	FR	10140	179	Europe/Paris	48.18389	4.46808		Beurey		44	10	101	10045
3032937	Beurey	beurey	FR	10140	0	Europe/Paris	47.33333	4.5				27	21	213	21298
3032939	Beure	beure	FR	25720	1430	Europe/Paris	47.2069	6.00548		Ber,Beure,Бер		27	25	251	25058
3032942	Beulotte-Saint-Laurent	beulotte-saint-laurent	FR	70310	69	Europe/Paris	47.8603	6.67737		Beulotte-Saint-Laurent		27	70	701	70071
3032945	Beuil	beuil	FR	06470	486	Europe/Paris	44.09503	6.98699		Bej,Beuil,Bjoj,Boleum,Buei,Buelh,Buèi,bo yi,bywyl,Бей,Беј,Бёй,بيويل,伯伊		93	06	062	06016
3032946	Beugny	beugny	FR	62124	317	Europe/Paris	50.12096	2.93474		Beugny		32	62	621	62122
3032948	Beugnon	beugnon	FR	89570	0	Europe/Paris	48.01829	3.80496		Beugnon		27	89	891	89041
3032949	Beugnon	beugnon	FR	89570	0	Europe/Paris	47.62219	3.78498		Beugnon,Brugnon,Le Beugnon		27	89	892	89015
3032950	Beugnies	beugnies	FR	59216	0	Europe/Paris	50.16207	4.01592		Beni,Beugnies,Bjon'i,bo ni,Бени,Бені,Бењи,Бёньи,伯尼		32	59	591	59078
3032951	Beugneux	beugneux	FR	02210	85	Europe/Paris	49.23476	3.41381		Beugneux		32	02	024	02082
3032952	Beugnâtre	beugnatre	FR	62450	126	Europe/Paris	50.1309	2.87752		Beugnatre,Beugnâtre		32	62	621	62121
3032953	Beugin	beugin	FR	62150	439	Europe/Paris	50.44294	2.5153		Beugin,Bezhen,bo ran,bywjyn,Бежен,بيوجين,伯然		32	62	622	62120
3032955	Betz-le-Château	betz-le-chateau	FR	37600	626	Europe/Paris	46.99167	0.91942		Betz,Betz-le-Chateau,Betz-le-Château		24	37	373	37026
3032957	Betz	betz	FR	60620	1014	Europe/Paris	49.15558	2.95584		Betz		32	60	604	60069
3032958	Betz	betz	FR	60620	0	Europe/Paris	48.48333	0.18333				28	61	611	61224
3032959	Bettwiller	bettwiller	FR	67320	352	Europe/Paris	48.88659	7.17944		Bettwiller		44	67	674	67036
3032960	Bettviller	bettviller	FR	57410	770	Europe/Paris	49.07927	7.28372		Bettviller,Bettweiler,Bettwiller,Betviler,bei te wei lai,Бетвилер,Беттвиллер,Беттвіллер,贝特维莱		44	57	576	57074
3032961	Bettrechies	bettrechies	FR	59570	254	Europe/Paris	50.32497	3.74308				32	59	591	59077
3032963	Bettoncourt	bettoncourt	FR	88500	126	Europe/Paris	48.3496	6.16337		Betonkur,Bettoncourt,Bettonkur,bei tong ku er,Бетонкур,Беттонкур,贝通库尔		44	88	881	88056
3032964	Betton-Bettonet	betton-bettonet	FR	73390	218	Europe/Paris	45.53155	6.18771		Betton-Bettonet,Betton-Bettonnet		84	73	732	73041
3032965	Betton	betton	FR	35830	9343	Europe/Paris	48.1827	-1.6448		Betton,Bezhon		53	35	353	35024
3032966	Bettlach	bettlach	FR	68480	298	Europe/Paris	47.50925	7.41461		Betlakh,Bettlach,Бетлах		44	68	681	68034
3032967	Betting	betting	FR	57800	935	Europe/Paris	49.12677	6.81647		Betting,Betting-les-Saint-Avold,Betting-lès-Saint-Avold		44	57	573	57073
3032968	Bettignies	bettignies	FR	59600	0	Europe/Paris	50.33401	3.9731		Betini,Bettini,bei di ni,Бетињи,Беттини,Беттіні,贝蒂尼		32	59	591	59076
3032969	Betteville	betteville	FR	76190	498	Europe/Paris	49.55114	0.79337		Betteville		28	76	763	76289
3032970	Bettes	bettes	FR	65130	67	Europe/Paris	43.07842	0.21338				76	65	652	65091
3032971	Bettendorf	bettendorf	FR	68560	450	Europe/Paris	47.58389	7.27632		Bettendorf		44	68	681	68033
3032972	Bettencourt-Saint-Ouen	bettencourt-saint-ouen	FR	80610	415	Europe/Paris	50.02593	2.11318		Bettencourt,Bettencourt-Saint-Ouen		32	80	802	80100
3032973	Bettencourt-Rivière	bettencourt-riviere	FR	80270	216	Europe/Paris	49.99923	1.98012		Bettencourt,Bettencourt-Riviere,Bettencourt-Rivière		32	80	801	80099
3032974	Bettembos	bettembos	FR	80290	99	Europe/Paris	49.8044	1.87957		Bettembos		32	80	802	80098
3032975	Bettelainville	bettelainville	FR	57640	616	Europe/Paris	49.23509	6.30031		Betelenvil,Bettelainville,Bettelenvil',Bettlainville,bei tai lan wei er,Бетеленвил,Беттеленвиль,Беттеленвіль,贝泰兰维尔		44	57	577	57072
3032976	Bettegney-Saint-Brice	bettegney-saint-brice	FR	88450	114	Europe/Paris	48.29874	6.30674		Bettegney,Bettegney-Saint-Brice		44	88	881	88055
3032977	Bettborn	bettborn	FR	57930	373	Europe/Paris	48.80151	7.02238		Bettborn		44	57	575	57071
3032978	Bettant	bettant	FR	01500	750	Europe/Paris	45.94417	5.35902		Bettant		84	01	011	01041
3032979	Bettange	bettange	FR	57220	182	Europe/Paris	49.23665	6.48158		Bettange		44	57	573	57070
3032980	Bettancourt-la-Longue	bettancourt-la-longue	FR	51330	74	Europe/Paris	48.82902	4.88919		Bettancourt,Bettancourt-la-Longue		44	51	514	51057
3032981	Bettancourt-la-Ferrée	bettancourt-la-ferree	FR	52100	2033	Europe/Paris	48.64898	4.96971		Bettancourt,Bettancourt-la-Ferree,Bettancourt-la-Ferrée		44	52	523	52045
3032982	Bettainvillers	bettainvillers	FR	54640	160	Europe/Paris	49.29988	5.90565		Bettainvillers		44	54	541	54066
3032987	Bétracq	betracq	FR	64350	50	Europe/Paris	43.51293	-0.05582		Betracq,Betrak,Bétracq,Vetrac,Бетрак		75	64	643	64118
3032988	Betpouy	betpouy	FR	65230	76	Europe/Paris	43.27621	0.45885		Betpouy		76	65	653	65090
3032989	Betpouey	betpouey	FR	65120	133	Europe/Paris	42.88173	0.03314		Betpouey		76	65	651	65089
3032990	Betplan	betplan	FR	32730	140	Europe/Paris	43.41327	0.19924		Betplan		76	32	323	32050
3032991	Bétous	betous	FR	32110	89	Europe/Paris	43.71701	0.02565		Betous,Bétous		76	32	322	32049
3032993	Betoncourt-sur-Mance	betoncourt-sur-mance	FR	70500	52	Europe/Paris	47.831	5.75612		Betoncourt,Betoncourt-sur-Mance		27	70	702	70070
3032994	Betoncourt-Saint-Pancras	betoncourt-saint-pancras	FR	70210	69	Europe/Paris	47.91815	6.17183		Betoncourt,Betoncourt-Saint-Pancras		27	70	701	70069
3032996	Betoncourt-lès-Brotte	betoncourt-les-brotte	FR	70300	62	Europe/Paris	47.74136	6.34126		Betoncourt,Betoncourt-les-Brotte,Betoncourt-lès-Brotte		27	70	701	70067
3032997	Beton-Bazoches	beton-bazoches	FR	77320	770	Europe/Paris	48.70076	3.2448		Beton-Bazoches		11	77	773	77032
3032999	Bétignicourt	betignicourt	FR	10500	37	Europe/Paris	48.44617	4.45564				44	10	101	10044
3033002	Béthune	bethune	FR	62400	31568	Europe/Paris	50.52965	2.64003		Beten,Bethune,Bethunia,Betin,Betjun,Betunne,Béthune,Bétunne,bei di ne,bete~yunu,betwin,btwwn,bythwn,Бетен,Бетин,Бетюн,بتوون,بيثون,ベテューヌ,贝蒂讷,베튄	622	32	62	622	62119
3033003	Béthonvilliers	bethonvilliers	FR	28330	140	Europe/Paris	48.22102	0.90937		Bethonvilliers,Béthonvilliers		24	28	284	28038
3033004	Bethonvilliers	bethonvilliers	FR	28330	254	Europe/Paris	47.68086	6.96421		Bethonvilliers		27	90	901	90013
3033005	Béthonsart	bethonsart	FR	62690	133	Europe/Paris	50.37595	2.55067		Bethonsart,Betonsar,Béthonsart,bei tong sa er,bythwnsart,Бетонсар,بيثونسارت,贝通萨尔		32	62	621	62118
3033006	Bethoncourt	bethoncourt	FR	25200	7182	Europe/Paris	47.53512	6.80504		Bethoncourt,Betonkur,Béthoncourt,Бетонкур		27	25	252	25057
3033007	Bethon	bethon	FR	51260	279	Europe/Paris	48.61325	3.6149		Bethon		44	51	512	51056
3033008	Béthon	bethon	FR	51260	293	Europe/Paris	48.3602	0.08771		Bethon,Béthon		52	72	722	72036
3033009	Bethmale	bethmale	FR	09800	86	Europe/Paris	42.86812	1.08613		Bethmale		76	09	093	09055
3033010	Béthisy-Saint-Pierre	bethisy-saint-pierre	FR	60320	3272	Europe/Paris	49.30482	2.79636		Bethisy-Saint-Pierre,Bethisy-la-Butte,Betizi Sen Pjer,Betizi-Sen-Perr,Béthisy-Saint-Pierre,Béthisy-la-Butte,bei di xi sheng pi ye er,Бетизи Сен Пјер,Бетізі-Сен-Пєрр,贝蒂西圣皮耶尔		32	60	604	60068
3033139	Berville-en-Roumois	berville-en-roumois	FR	27520	698	Europe/Paris	49.29599	0.82338		Bervil an Rmoa,Bervil'-an-Rumua,Berville,Berville-en-Roumois,lu mu wa de qu bei er wei er,Бервил ан Рмоа,Бервиль-ан-Румуа,Бервіль-ан-Румуа,鲁穆瓦地区贝尔维尔		28	27	272	27062
3033011	Béthisy-Saint-Martin	bethisy-saint-martin	FR	60320	1184	Europe/Paris	49.2948	2.81743		Bethisy-Saint-Martin,Bethisy-sur-Autonne,Betizi Sen Marten,Betizi-Sen-Marten,Béthisy-Saint-Martin,Béthisy-sur-Autonne,bei di xi sheng ma er tan,Бетизи Сен Мартен,Бетізі-Сен-Мартен,贝蒂西圣马尔坦		32	60	604	60067
3033012	Béthines	bethines	FR	86310	551	Europe/Paris	46.54719	0.97587		Beten,Bethines,Betin,Béthines,bei di na,Бетен,Бетін,贝蒂纳		75	86	862	86025
3033013	Béthincourt	bethincourt	FR	55270	35	Europe/Paris	49.25228	5.23163		Bethincourt,Béthincourt		44	55	553	55048
3033014	Bétheny	betheny	FR	51450	6002	Europe/Paris	49.28498	4.05495		Betheny,Bétheny		44	51	513	51055
3033015	Bétheniville	betheniville	FR	51490	873	Europe/Paris	49.2919	4.36897		Betheniville,Bétheniville		44	51	513	51054
3033017	Béthencourt-sur-Somme	bethencourt-sur-somme	FR	80190	114	Europe/Paris	49.79407	2.96411		Bethencourt,Bethencourt-sur-Somme,Béthencourt,Béthencourt-sur-Somme		32	80	804	80097
3033018	Béthencourt-sur-Mer	bethencourt-sur-mer	FR	80130	1020	Europe/Paris	50.07756	1.50348		Betankur na Moru,Betankur-sjur-Mer,Bethencourt,Bethencourt-sur-Mer,Betincourt-su-Mer,Béthencourt,Béthencourt-sur-Mer,Bétincourt-su-Mér,bin hai bei dang ku er,Бетанкур на Мору,Бетанкур-сюр-Мер,滨海贝当库尔		32	80	801	80096
3033019	Béthencourt	bethencourt	FR	59540	0	Europe/Paris	50.35758	2.51255				32	62	621	62820
3033020	Béthencourt	bethencourt	FR	59540	738	Europe/Paris	50.13642	3.43308		Betankur,Bethencourt,Béthencourt,bei dang ku er,Бетанкур,贝当库尔		32	59	592	59075
3033021	Béthencourt	bethencourt	FR	59540	0	Europe/Paris	49.90379	1.52058				28	76	761	76211
3033022	Béthencourt	bethencourt	FR	59540	0	Europe/Paris	49.55635	1.49004				28	76	761	76676
3033023	Béthemont-la-Forêt	bethemont-la-foret	FR	95840	483	Europe/Paris	49.05443	2.25192		Bethemont,Bethemont-la-Foret,Betmon la Fore,Betmon-la-Fore,Béthemont,Béthemont-la-Forêt,bei tai meng la fu lei,Бетмон ла Форе,Бетмон-ла-Форе,贝泰蒙拉福雷		11	95	953	95061
3033024	Béthelainville	bethelainville	FR	55100	188	Europe/Paris	49.16729	5.23482		Betelenvil',Bethelainville,Betlenvil,Béthelainville,bei tai lan wei er,Бетеленвиль,Бетеленвіль,Бетленвил,贝泰兰维尔		44	55	553	55047
3033025	Béthancourt-en-Vaux	bethancourt-en-vaux	FR	02300	374	Europe/Paris	49.62936	3.14784		Bethancourt,Bethancourt-en-Vaux,Béthancourt,Béthancourt-en-Vaux		32	02	022	02081
3033026	Béthancourt-en-Valois	bethancourt-en-valois	FR	60129	261	Europe/Paris	49.2855	2.87704		Betankurt an Valoa,Betankurt-an-Valua,Bethancourt,Béthancourt,wa lu wa de qu bei tang ku er,Бетанкурт ан Валоа,Бетанкурт-ан-Валуа,瓦卢瓦地区贝唐库尔		32	60	604	60066
3033027	Bétête	betete	FR	23270	428	Europe/Paris	46.35939	2.07783		Betete,Bétête		75	23	231	23022
3033028	Betchat	betchat	FR	09160	303	Europe/Paris	43.09196	1.01153		Betchat		76	09	093	09054
3033029	Betcave-Aguin	betcave-aguin	FR	32420	84	Europe/Paris	43.44163	0.69117		Betcave-Aguin		76	32	321	32048
3033030	Betbezer-d'Armagnac	betbezer-d-armagnac	FR	40240	114	Europe/Paris	43.96667	-0.16667				75	40	402	40039
3033031	Betbèze	betbeze	FR	65230	43	Europe/Paris	43.28576	0.57335		Betbeze,Betbèze		76	65	653	65088
3033032	Betaucourt	betaucourt	FR	70500	175	Europe/Paris	47.86667	5.91667				27	70	702	70066
3033033	Bétaille	betaille	FR	46110	0	Europe/Paris	45.17307	1.90915				75	19	192	19186
3033034	Bétaille	betaille	FR	46110	933	Europe/Paris	44.94389	1.73337		Betaille,Bétaille		76	46	463	46028
3033036	Bestiac	bestiac	FR	09250	12	Europe/Paris	42.76755	1.78684		Bestiac		76	09	091	09053
3033038	Bessy-sur-Cure	bessy-sur-cure	FR	89270	127	Europe/Paris	47.62112	3.7411		Bessy,Bessy-sur-Cure		27	89	891	89040
3033040	Bessuéjouls	bessuejouls	FR	12500	235	Europe/Paris	44.52129	2.72543		Bessuejouls,Bessuéjouls		76	12	122	12027
3033044	Bessonies	bessonies	FR	46210	131	Europe/Paris	44.81083	2.15027		Bessonies,Bessonnies		76	46	462	46338
3033045	Bessoncourt	bessoncourt	FR	90160	976	Europe/Paris	47.64511	6.93211		Bessoncourt		27	90	901	90012
3033046	Besson	besson	FR	03210	788	Europe/Paris	46.46995	3.26399		Besson		84	03	032	03026
3033051	Bessins	bessins	FR	38160	117	Europe/Paris	45.20254	5.2638		Bessins		84	38	381	38041
3033052	Bessines-sur-Gartempe	bessines-sur-gartempe	FR	87250	2836	Europe/Paris	46.10888	1.36831		Becinas,Besin sir Gartan,Bessin-sjur-Gartamp,Bessines,Bessines-sur-Gartempe,jia er tang pu he pan bei xi na,Бесин сир Гартан,Бессин-сюр-Гартамп,Бессін-сюр-Гартамп,加尔唐普河畔贝西纳		75	87	871	87014
3033053	Bessines	bessines	FR	79000	1421	Europe/Paris	46.30207	-0.51628		Bessines		75	79	792	79034
3033056	Bessières	bessieres	FR	31660	2685	Europe/Paris	43.79861	1.60624		Bessieres,Bessières		76	31	313	31066
3033059	Bessey-lès-Citeaux	bessey-les-citeaux	FR	21110	493	Europe/Paris	47.15564	5.15989		Bessey,Bessey-les-Citeaux,Bessey-lès-Citeaux		27	21	212	21067
3033060	Bessey-la-Cour	bessey-la-cour	FR	21360	81	Europe/Paris	47.09822	4.61274		Bessey,Bessey-la-Cour,Bessey-la-Fontaine		27	21	211	21066
3033061	Bessey-en-Chaume	bessey-en-chaume	FR	21360	99	Europe/Paris	47.0806	4.74285		Bessey,Bessey-en-Chaume		27	21	211	21065
3033062	Bessey	bessey	FR	42520	386	Europe/Paris	45.38482	4.69537		Bessey		84	42	423	42018
3033064	Besset	besset	FR	09500	138	Europe/Paris	43.07831	1.83609		Besset		76	09	092	09052
3033065	Besse-sur-Issole	besse-sur-issole	FR	83890	1923	Europe/Paris	43.34892	6.17656		Beca,Bes sir Izol,Bes-sjur-Isol',Bess-sjur-Issol',Bessa dIssola,Bessa dIssòla,Besse,Besse-sur-Issole,Beça,yi suo er he pan bei si,Бес сир Изол,Бес-сюр-Исоль,Бесс-сюр-Іссоль,伊索尔河畔贝斯		93	83	833	83018
3033066	Bessé-sur-Braye	besse-sur-braye	FR	72310	2745	Europe/Paris	47.83355	0.74962		Besse,Besse-sur-Braye,Bessé,Bessé-sur-Braye		52	72	722	72035
3033070	Bessens	bessens	FR	82170	708	Europe/Paris	43.87859	1.25381		Bessens		76	82	822	82017
3033071	Bessenay	bessenay	FR	69690	2138	Europe/Paris	45.77661	4.55441		Bessenay		84	69	692	69021
3033073	Bessèges	besseges	FR	30160	3406	Europe/Paris	44.29174	4.1004		Besezh,Besseges,Besseja,Bessezh,Bessèges,Bessèja,bei sai ri,Бесеж,Бессеж,贝塞日		76	30	301	30037
3033140	Berville	berville	FR	76560	0	Europe/Paris	49.70945	0.83797		Berville,Berville-en-Caux		28	76	763	76087
3033141	Berville	berville	FR	76560	0	Europe/Paris	49.55089	0.33232				28	76	762	76239
3033074	Besse-et-Saint-Anastaise	besse-et-saint-anastaise	FR	63610	1636	Europe/Paris	45.51667	2.93333		Beca e Sant Anastasi,Bes e Sent Anastez,Bess-e-Sent-Anastez,Bessa,Bessa e Sant Anastasia,Bessa e Sant Anastasía,Besse,Besse-en-Chandesse,Beça e Sant Anastasi,bei si he sheng a na si tai si,besu=e=santanasutezu,Бес е Сент Анастез,Бесс-е-Сент-Анастез,ベス＝エ＝サンタナステーズ,贝斯和圣阿纳斯泰斯		84	63	633	63038
3033075	Bessède-de-Sault	bessede-de-sault	FR	11140	55	Europe/Paris	42.78908	2.125		Bessede,Bessede-de-Sault,Bessedes,Bessède,Bessède-de-Sault,Bessèdes		76	11	112	11038
3033079	Bessé	besse	FR	15140	0	Europe/Paris	46.67057	2.25724				24	18	182	18230
3033080	Bessé	besse	FR	15140	156	Europe/Paris	45.95569	0.07444		Bese,Besse,Bessé,bei sai,Бесе,Бессе,贝塞		75	16	163	16042
3033081	Besse	besse	FR	15140	0	Europe/Paris	45.36703	3.27779				84	43	431	43120
3033082	Besse	besse	FR	15140	0	Europe/Paris	45.33616	3.05953				84	63	633	63006
3033083	Besse	besse	FR	15140	135	Europe/Paris	45.3027	3.14168				84	43	431	43182
3033084	Besse	besse	FR	15140	0	Europe/Paris	45.24477	3.98909				84	43	433	43240
3033085	Besse	besse	FR	15140	0	Europe/Paris	45.09605	2.34935		Besse		84	15	151	15269
3033086	Besse	besse	FR	15140	139	Europe/Paris	45.07197	6.17073		Besse		84	38	381	38040
3033087	Besse	besse	FR	15140	169	Europe/Paris	44.66864	1.10621		Besse		75	24	244	24039
3033088	Bessay-sur-Allier	bessay-sur-allier	FR	03340	1414	Europe/Paris	46.44199	3.36257		Bese sir Alije,Bessay,Bessay-sur-Allier,Besse-sjur-Al'e,a li ye he pan bei sai,Бесе сир Алије,Бессе-сюр-Алье,Бессе-сюр-Альє,阿利耶河畔贝赛		84	03	032	03025
3033089	Bessay	bessay	FR	85320	0	Europe/Paris	48.23496	1.5746				24	28	281	28406
3033090	Bessay	bessay	FR	85320	0	Europe/Paris	46.60381	3.26229				84	03	032	03184
3033091	Bessay	bessay	FR	85320	387	Europe/Paris	46.53726	-1.15384		Bessay		52	85	851	85023
3033094	Bessas	bessas	FR	07150	172	Europe/Paris	44.34472	4.30261		Bessas		84	07	071	07033
3033097	Bessans	bessans	FR	73480	343	Europe/Paris	45.32086	6.99361		Besan,Bessan,Bessans,Bessansi vald,Bèssans,Бесан,Бессан		84	73	733	73040
3033098	Bessancourt	bessancourt	FR	95550	8026	Europe/Paris	49.03765	2.20936		Besankur,Bessancourt,Bessankur,bei sang ku er,Бесанкур,Бессанкур,贝桑库尔		11	95	951	95060
3033099	Bessan	bessan	FR	34550	4531	Europe/Paris	43.36138	3.4219		Becan,Besan,Bessan,Beçan,bei sang,Бесан,Бессан,贝桑		76	34	341	34031
3033100	Bessais-le-Fromental	bessais-le-fromental	FR	18210	325	Europe/Paris	46.74593	2.76333		Bessais,Bessais-le-Fromental		24	18	182	18029
3033103	Bessac	bessac	FR	16250	135	Europe/Paris	45.43333	-0.03333		Besak,Bessac,Bessak,bei sa ke,Бесак,Бессак,贝萨克		75	16	161	16041
3033105	Besny-et-Loizy	besny-et-loizy	FR	02870	364	Europe/Paris	49.59952	3.58202		Besny-et-Loizy		32	02	022	02080
3033107	Besneville	besneville	FR	50390	529	Europe/Paris	49.36774	-1.62726		Besneville		28	50	502	50049
3033108	Besné	besne	FR	44160	2212	Europe/Paris	47.39738	-2.09137		Bene,Besne,Besné,Gwennenid,Vinduneta,bei si nei,Бене,贝斯内		52	44	443	44013
3033110	Besnans	besnans	FR	70230	56	Europe/Paris	47.45016	6.2603		Besnans		27	70	702	70065
3033111	Besmont	besmont	FR	02500	146	Europe/Paris	49.8371	4.12352		Besmont		32	02	025	02079
3033112	Besmé	besme	FR	02300	132	Europe/Paris	49.53904	3.16311		Besme,Besmé		32	02	022	02078
3033113	Beslon	beslon	FR	50800	502	Europe/Paris	48.84893	-1.15155		Belon,Beslon,bei si long,Белон,贝斯隆		28	50	504	50048
3033114	Beslon	beslon	FR	50800	0	Europe/Paris	47.29373	-2.39184				52	44	443	44069
3033116	Bésingrand	besingrand	FR	64150	138	Europe/Paris	43.37196	-0.56827		Besingrand,Bezengran,Bésingrand,Vesingran,bei sang ge lang,Безенгран,贝桑格朗		75	64	643	64117
3033118	Bésignan	besignan	FR	26110	73	Europe/Paris	44.31963	5.3263		Besignan,Bésignan		84	26	262	26050
3033119	Bescat	bescat	FR	64260	255	Europe/Paris	43.12528	-0.42729		Beka,Bescat,Beska,Beskat,bei si ka,Бека,Беска,Бескат,贝斯卡		75	64	642	64116
3033121	Bésayes	besayes	FR	26300	982	Europe/Paris	44.96609	5.07638		Besayes,Bésayes		84	26	263	26049
3033123	Besançon	besancon	FR	25000	128426	Europe/Paris	47.24878	6.01815		Becoinson,Beisangsong,Besancao,Besancon,Besanson,Besanzon,Besanzone,Besanzón,Besançon,Besanção,Besontio,Bezanson,Bezansona,Bezansonas,Bezansono,Bisanz,Bisontion,Bysantium,Bèisāngsōng,Chrysopolis,Vesancao,Vesanção,Vesontio,Vesuntio,bei sang song,bejhamsom,beujangsong,bexs xngsng,bezansoni,buzanson,byzanswn,byznswn,bzanswn,Μπεζανσόν,Безансон,Бесансон,Բեզանսոն,בזאנסון,בעזאנסאן,بزانسون,بيزنسون,بیزانسون,بیسانکاں,बेझाँसों,เบอซ็องซง,ბეზანსონი,ブザンソン,贝桑松,브장송	25	27	25	251	25056
3033124	Besain	besain	FR	39800	184	Europe/Paris	46.78533	5.7947		Besain		27	39	391	39050
3033128	Berzy-le-Sec	berzy-le-sec	FR	02200	405	Europe/Paris	49.33286	3.31215		Berzy,Berzy-le-Sec		32	02	024	02077
3033129	Berzieux	berzieux	FR	51800	84	Europe/Paris	49.16405	4.79785		Berzieux		44	51	511	51053
3033132	Berzème	berzeme	FR	07580	122	Europe/Paris	44.65177	4.56493		Berzeme,Berzème		84	07	071	07032
3033133	Berzé-le-Châtel	berze-le-chatel	FR	71960	70	Europe/Paris	46.38512	4.6906		Berze-le-Chatel,Berzé-le-Châtel		27	71	715	71031
3033134	Berzé-la-Ville	berze-la-ville	FR	71960	548	Europe/Paris	46.36322	4.70386		Berze-la-Ville,Berzé-la-Ville		27	71	715	71032
3033135	Berville-sur-Seine	berville-sur-seine	FR	76480	565	Europe/Paris	49.47173	0.90272		Berville,Berville-en Roumois,Berville-sur-Seine		28	76	763	76088
3033136	Berville-sur-Mer	berville-sur-mer	FR	27210	492	Europe/Paris	49.43012	0.3653		Bervil na Moru,Bervil'-sjur-Mer,Berville,Berville-sur-Mer,bin hai bei er wei er,Бервил на Мору,Бервиль-сюр-Мер,Бервіль-сюр-Мер,滨海贝尔维尔		28	27	272	27064
3033137	Berviller-en-Moselle	berviller-en-moselle	FR	57550	461	Europe/Paris	49.27149	6.64563		Bervije an Mozel,Berviller,Berviller-an-Mozel',Berviller-en-Moselle,Berweiller,brwylr-an-mwzl,mo sai er de qu bei er wei lai,Бервиллер-ан-Мозель,Бервије ан Мозел,Бервіллер-ан-Мозель,برویلر-آن-موزل,莫塞尔地区贝尔维莱		44	57	573	57069
3033138	Berville-la-Campagne	berville-la-campagne	FR	27170	118	Europe/Paris	49.02663	0.90124		Berville,Berville-la-Campagne		28	27	272	27063
3033142	Berville	berville	FR	76560	390	Europe/Paris	49.18932	2.07482		Berville		11	95	953	95059
3033143	Berville	berville	FR	76560	0	Europe/Paris	49.00507	-0.01022		Berville		28	14	143	14654
3033145	Bérus	berus	FR	72610	383	Europe/Paris	48.37432	0.05102		Berus,Bérus		52	72	722	72034
3033146	Bérulle	berulle	FR	10160	244	Europe/Paris	48.17714	3.66246		Berulle,Berulles,Bérulle,Bérulles,Seant-en-Othe,Séant-en-Othe		44	10	103	10042
3033147	Béruges	beruges	FR	86190	1177	Europe/Paris	46.56715	0.20735		Berizh,Berjuzh,Beruges,Béruges,bei lu re,Бериж,Берюж,贝吕热		75	86	863	86024
3033148	Béru	beru	FR	89700	80	Europe/Paris	47.80087	3.88921		Beru,Béru		27	89	891	89039
3033149	Bertry	bertry	FR	59980	2312	Europe/Paris	50.08718	3.44298		Bertri,Bertry,bei er te li,Бертри,Бертрі,贝尔特里		32	59	592	59074
3033152	Bertrimoutier	bertrimoutier	FR	88520	347	Europe/Paris	48.27044	7.05246		Bertrimoutier,Bertrimut'e,Bertrimutje,bei er te li mu di ye,Бертримутье,Бертримутьє,Бертримутје,贝尔特里穆蒂耶		44	88	883	88054
3033153	Bertrimont	bertrimont	FR	76890	198	Europe/Paris	49.66667	1		Bertrimont		28	76	761	76086
3033154	Bertricourt	bertricourt	FR	02190	70	Europe/Paris	49.39514	4.0099		Bertricourt		32	02	022	02076
3033155	Bertrichamps	bertrichamps	FR	54120	0	Europe/Paris	48.42925	6.79378		Bertrichamps		44	54	542	54065
3033156	Bertric-Burée	bertric-buree	FR	24320	413	Europe/Paris	45.30524	0.35742		Bertric,Bertric e Bureia,Bertric e Burèia,Bertric-Buree,Bertric-Burée,Bertrik Bire,Bertrik-Bjure,bei er te li ke bi lei ai,Бертрик Бире,Бертрик-Бюре,贝尔特里克比雷埃		75	24	243	24038
3033157	Bertreville-Saint-Ouen	bertreville-saint-ouen	FR	76590	296	Europe/Paris	49.80917	1.05685		Bertrevil'-Sent-Uan,Bertreville,Bertreville-Saint-Ouen,Bertrvil Sent Uan,Бертрвил Сент Уан,Бертревиль-Сент-Уан,Бертревіль-Сент-Уан		28	76	761	76085
3033158	Bertreville	bertreville	FR	76450	96	Europe/Paris	49.76916	0.58151		Bertreville		28	76	761	76084
3033159	Bertren	bertren	FR	65370	202	Europe/Paris	42.99997	0.61834		Bertren		76	65	652	65087
3033160	Bertre	bertre	FR	81700	74	Europe/Paris	43.60144	1.93936		Bertre		76	81	812	81030
3033163	Bertrange	bertrange	FR	57310	2092	Europe/Paris	49.31368	6.19208		Bertrange		44	57	577	57067
3033168	Bertrancourt	bertrancourt	FR	80560	230	Europe/Paris	50.09298	2.55829		Bertrancourt,Bertrankur,Betrancourt,Bétrancourt,bei er te lang ku er,Бертранкур,贝尔特朗库尔		32	80	804	80095
3033170	Bertrambois	bertrambois	FR	54480	0	Europe/Paris	48.60402	6.98633		Bertrambois		44	54	542	54064
3033173	Bertoncourt	bertoncourt	FR	08300	147	Europe/Paris	49.5358	4.40049		Bertoncourt		44	08	082	08062
3033176	Bertincourt	bertincourt	FR	62124	903	Europe/Paris	50.08579	2.98137		Bertincourt,Ossimont		32	62	621	62117
3033179	Bertignolles	bertignolles	FR	10110	66	Europe/Paris	48.12879	4.5182		Bertignolles		44	10	103	10041
3033180	Bertignolles	bertignolles	FR	10110	0	Europe/Paris	47.22473	0.11291				24	37	371	37242
3033183	Bertignat	bertignat	FR	63480	520	Europe/Paris	45.61762	3.68069		Bertignat		84	63	631	63037
3033186	Berthouville	berthouville	FR	27800	277	Europe/Paris	49.17968	0.63412		Berthouville,Bertuvil,Bertuvil',bei er tu wei er,Бертувил,Бертувиль,Бертувіль,贝尔图维尔		28	27	272	27061
3033188	Bertholène	bertholene	FR	12310	967	Europe/Paris	44.39441	2.77836		Bertholene,Bertholène		76	12	122	12026
3033189	Berthez	berthez	FR	33124	0	Europe/Paris	44.4852	-0.1342		Berthes		75	33	333	33048
3033191	Berthenonville	berthenonville	FR	27630	223	Europe/Paris	49.18309	1.6608		Berthenonville		28	27	271	27213
3033192	Berthenicourt	berthenicourt	FR	02240	209	Europe/Paris	49.77168	3.38149		Bertenikur,Berthenicourt,Bertnikur,bei tai ni ku er,Бертеникур,Бертенікур,Бертникур,Բերտենիկուր,贝泰尼库尔		32	02	023	02075
3033193	Berthenay	berthenay	FR	37510	695	Europe/Paris	47.36335	0.52553		Berthenay		24	37	372	37025
3033194	Berthen	berthen	FR	59270	533	Europe/Paris	50.78305	2.69505		Bertan,Berten,Berthen,Bertn,bei er te,Бертан,Бертен,贝尔特		32	59	594	59073
3033197	Berthelming	berthelming	FR	57930	535	Europe/Paris	48.81661	7.00615		Berthelming		44	57	575	57066
3033198	Berthelange	berthelange	FR	25410	215	Europe/Paris	47.19739	5.78		Berthelange		27	25	251	25055
3033199	Berthegon	berthegon	FR	86420	317	Europe/Paris	46.89792	0.26447		Bertegon,Bertgon,Berthegon,bei er tai gong,Бертгон,Бертегон,贝尔泰贡		75	86	861	86023
3033200	Berthecourt	berthecourt	FR	60370	1416	Europe/Paris	49.35097	2.22471		Bertekur,Berthecourt,Bertkur,bei er tai ku er,Бертекур,Берткур,贝尔泰库尔		32	60	601	60065
3033201	Bertheauville	bertheauville	FR	76450	0	Europe/Paris	49.84702	0.64744		Bertheauville		28	76	761	76493
3033202	Bertheauville	bertheauville	FR	76450	89	Europe/Paris	49.75489	0.60194		Bertheauville	76083	28	76	761	76083
3033207	Berteaucourt-lès-Thennes	berteaucourt-les-thennes	FR	80110	434	Europe/Paris	49.81347	2.46578		Berteaucourt,Berteaucourt-les-Thennes,Berteaucourt-lès-Thennes,Berteucourt-Teinne,Bertokur le Ten,Bertokur-le-Tenn,Bérteucourt-Teinne,bei er tuo ku er lai tai ne,Бертокур ле Тен,Бертокур-ле-Тенн,贝尔托库尔莱泰讷		32	80	803	80094
3033208	Berteaucourt-les-Dames	berteaucourt-les-dames	FR	80850	1123	Europe/Paris	50.04697	2.1575		Berteaucourt,Berteaucourt-les-Dames		32	80	802	80093
3033210	Bertaucourt-Epourdon	bertaucourt-epourdon	FR	02800	533	Europe/Paris	49.61667	3.38333		Bertaucourt,Bertokur Epurdon,Bertokur-Ehpurdon,Bertokur-Epurdon,bei tuo ku er-ai pu er tong,Бертокур Епурдон,Бертокур-Епурдон,Бертокур-Эпурдон,Բերտոկուր Էպուրդոն,贝托库尔-埃普尔通		32	02	022	02074
3033211	Bertangles	bertangles	FR	80260	665	Europe/Paris	49.96997	2.29892		Bertangl,Bertangl',Bertangles,Bertangue,Bèrtangue,bei er tang ge lei,Бертангл,Бертангль,贝尔唐格勒		32	80	802	80092
3033215	Bert	bert	FR	03130	0	Europe/Paris	47.31854	-2.20872				52	44	443	44210
3033216	Bert	bert	FR	03130	278	Europe/Paris	46.32455	3.7071		Bert		84	03	033	03024
3033217	Bert	bert	FR	03130	0	Europe/Paris	45.10461	4.78029				84	07	073	07140
3033218	Berstheim	berstheim	FR	67170	379	Europe/Paris	48.79194	7.67438		Barschem,Berstajm,Berstkhajm,bei er si tan,brsthaym,byrsthym,Берстайм,Берстхајм,برستهایم,بيرسثيم,贝尔斯坦		44	67	672	67035
3033219	Berstett	berstett	FR	67370	1998	Europe/Paris	48.679	7.65721				44	67	674	67034
3033220	Berson	berson	FR	33390	1658	Europe/Paris	45.10803	-0.58684		Berson		75	33	331	33047
3033221	Bersillies	bersillies	FR	59600	0	Europe/Paris	50.32196	4.00598		Bersii,Bersili,bei er xi li,Берсии,Берсили,Берсії,贝尔西利		32	59	591	59072
3033222	Bersée	bersee	FR	59235	2178	Europe/Paris	50.47978	3.14765		Bersee,Bersée		32	59	595	59071
3033223	Bersaillin	bersaillin	FR	39800	286	Europe/Paris	46.85977	5.60073		Bersaillin		27	39	391	39049
3033224	Bersac-sur-Rivalier	bersac-sur-rivalier	FR	87370	649	Europe/Paris	46.08093	1.42646		Barcac,Barçac,Bersac,Bersac-sur-Rivalier,Bersak sir Rivalije,Bersak-sjur-Rival'e,li wa li ye he pan bei er sa ke,Берсак сир Ривалије,Берсак-сюр-Ривалье,Берсак-сюр-Ривальє,里瓦利耶河畔贝尔萨克		75	87	872	87013
3033228	Berry-Bouy	berry-bouy	FR	18500	950	Europe/Paris	47.10981	2.28886		Beri Buj,Berry-Bouy,Бери Буј		24	18	183	18028
3033229	Berry-au-Bac	berry-au-bac	FR	02190	526	Europe/Paris	49.40345	3.90143		Beri o Bak,Berri o Bak,Berri-o-Bak,Berry,Berry-au-Bac,bei li ou ba ke,Бери о Бак,Берри-о-Бак,Беррі-о-Бак,Բերրի օ Բակ,贝里欧巴克		32	02	022	02073
3033232	Berrwiller	berrwiller	FR	68500	1109	Europe/Paris	47.84984	7.21922		Berrwiller		44	68	684	68032
3033233	Berru	berru	FR	51420	461	Europe/Paris	49.27225	4.15368		Berru		44	51	513	51052
3033235	Berrieux	berrieux	FR	02820	161	Europe/Paris	49.48881	3.84845		Berrieux		32	02	022	02072
3033236	Berrien	berrien	FR	29690	1012	Europe/Paris	48.40342	-3.7518		Berrien		53	29	292	29007
3033237	Berrie	berrie	FR	86120	269	Europe/Paris	47.06753	-0.0679		Berrie		75	86	861	86022
3033238	Berric	berric	FR	56230	1100	Europe/Paris	47.63244	-2.52499		Berik,Berric,Berrig,Berrik,bei er li ke,Берик,Беррик,贝尔里克		53	56	563	56015
3033239	Berrias-et-Casteljau	berrias-et-casteljau	FR	07460	600	Europe/Paris	44.36667	4.2				84	07	071	07031
3033240	Berriac	berriac	FR	11000	673	Europe/Paris	43.217	2.41333		Berriac		76	11	111	11037
3033241	Berre-l'Étang	berre-l-etang	FR	13130	14062	Europe/Paris	43.47809	5.17044		Berre,Berre-l'Etang,Berre-l'Étang		93	13	134	13014
3033242	Berre-les-Alpes	berre-les-alpes	FR	06390	1284	Europe/Paris	43.83052	7.32877		Ber dez Alp,Ber-lez-Al'p,Berr-lez-Al'p,Berra,Berre,Berre-des-Alpes,Berre-les Alpes,Berre-les-Alpes,Bèrra,Castrum Berrae,bei er lai a er pei,byry lyh alb,Бер дез Алп,Бер-лез-Альп,Берр-лез-Альп,بيري ليه ألب,贝尔莱阿尔佩		93	06	062	06015
3033249	Berrac	berrac	FR	32480	85	Europe/Paris	44.01313	0.54912		Berrac		76	32	322	32047
3033252	Bérou-la-Mulotière	berou-la-mulotiere	FR	28270	309	Europe/Paris	48.74561	1.04895		Berou,Berou-la-Mulotiere,Berou-la-Mulottiere,Bérou,Bérou-la-Mulotière,Bérou-la-Mulottiere		24	28	283	28037
3033257	Berny-Rivière	berny-riviere	FR	02290	584	Europe/Paris	49.40804	3.14061		Berny-Riviere,Berny-Rivière		32	02	024	02071
3033258	Berny-en-Santerre	berny-en-santerre	FR	80200	137	Europe/Paris	49.86656	2.8516		Berny,Berny-en-Santerre		32	80	804	80090
3033260	Bernwiller	bernwiller	FR	68210	616	Europe/Paris	47.691	7.18935		Bernwiller		44	68	681	68006
3033261	Bernouville	bernouville	FR	27660	368	Europe/Paris	49.28643	1.69101		Bernouville		28	27	271	27059
3033262	Bernouil	bernouil	FR	89360	113	Europe/Paris	47.90003	3.8953		Bernouil		27	89	892	89038
3033263	Bernot	bernot	FR	02120	455	Europe/Paris	49.86624	3.49917		Bernot		32	02	025	02070
3033264	Bernos-Beaulac	bernos-beaulac	FR	33430	0	Europe/Paris	44.38333	-0.25		Berno Bolak,Bernos e Baulac,Bernos-Bolak,Bernòs e Baulac,bei er nuo bo la ke,Берно Болак,Бернос-Болак,贝尔诺博拉克		75	33	333	33046
3033265	Bernon	bernon	FR	10130	197	Europe/Paris	47.98755	3.99639		Bernon		44	10	103	10040
3033267	Bernolsheim	bernolsheim	FR	67170	524	Europe/Paris	48.75573	7.68949		Bernolsheim		44	67	672	67033
3033268	Bernis	bernis	FR	30620	2882	Europe/Paris	43.76557	4.28619		Bernis		76	30	302	30036
3033269	Bernin	bernin	FR	38190	3129	Europe/Paris	45.26772	5.86457		Bernin		84	38	381	38039
3033270	Bernieulles	bernieulles	FR	62170	213	Europe/Paris	50.55455	1.77381		Bern'el',Bernieulle,Bernieulles,Bernijel,Bérnieulle,bei er e lei,byrnywlyh,Бернијел,Берньель,Берньєль,بيرنيوليه,贝尔略勒		32	62	624	62116
3033271	Bernières-sur-Seine	bernieres-sur-seine	FR	27700	260	Europe/Paris	49.23321	1.34101		Bernieres,Bernieres-sur-Seine,Bernières,Bernières-sur-Seine		28	27	271	27676
3033272	Bernières-sur-Mer	bernieres-sur-mer	FR	14990	1972	Europe/Paris	49.33057	-0.42299		Bern'er-sjur-Mer,Bernieres,Bernieres-sur-Mer,Bernijer na Moru,Bernières,Bernières-sur-Mer,bin hai bei er ni ai,Бернијер на Мору,Берньер-сюр-Мер,Берньєр-сюр-Мер,滨海贝尔尼埃		28	14	142	14066
3033273	Bernières-le-Patry	bernieres-le-patry	FR	14410	525	Europe/Paris	48.81417	-0.7369		Bern'er-le-Patri,Berniere,Bernieres,Bernieres-le-Patry,Berniers,Bernijer le Patri,Bernières,Bernières-le-Patry,bei er ni ai lai pa te li,Бернијер ле Патри,Берньер-ле-Патри,Берньєр-ле-Патрі,贝尔尼埃莱帕特里		28	14	144	14726
3033274	Bernières-d'Ailly	bernieres-d-ailly	FR	14170	0	Europe/Paris	48.961	-0.08909		Bernieres,Bernieres-d'Ailly,Bernières,Bernières-d'Ailly		28	14	142	14064
3033277	Bernières	bernieres	FR	76210	566	Europe/Paris	49.62174	0.47852		Bernieres,Bernières		28	76	762	76082
3033281	Bernienville	bernienville	FR	27180	262	Europe/Paris	49.08285	1.01704		Bernienville		28	27	272	27057
3033283	Bernex	bernex	FR	74500	947	Europe/Paris	46.36195	6.67789		Bernex		84	74	744	74033
3033284	Berneville	berneville	FR	62123	498	Europe/Paris	50.2664	2.67126		Bernevil',Bernevile,Berneville,Bernvil,Bérnevile,bei nei wei er,byrnyfyl,Бернвил,Берневиль,Берневіль,بيرنيفيل,贝内维尔		32	62	621	62115
3033285	Berneval-le-Grand	berneval-le-grand	FR	76370	1089	Europe/Paris	49.95328	1.18755		Berneval,Berneval le Gran,Berneval'-le-Gran,Berneval-le-Grand,Берневал ле Гран,Берневаль-ле-Гран		28	76	761	76618
3033287	Berneuil-sur-Aisne	berneuil-sur-aisne	FR	60350	970	Europe/Paris	49.41514	3.00918		Berneuil,Berneuil-sur-Aisne		32	60	603	60064
3033288	Berneuil-en-Bray	berneuil-en-bray	FR	60390	784	Europe/Paris	49.35	2.06667		Berneuil,Berneuil-en-Bray		32	60	601	60063
3033289	Berneuil	berneuil	FR	16480	216	Europe/Paris	50.09422	2.17244		Berneuil		32	80	802	80089
3033290	Berneuil	berneuil	FR	16480	449	Europe/Paris	46.06886	1.10588		Berneuil		75	87	871	87012
3033291	Berneuil	berneuil	FR	16480	0	Europe/Paris	45.64348	-0.60119		Berneuil		75	17	174	17044
3033292	Berneuil	berneuil	FR	16480	325	Europe/Paris	45.39333	-0.07415		Berneuil		75	16	162	16040
3033294	Bernes-sur-Oise	bernes-sur-oise	FR	95340	2414	Europe/Paris	49.16128	2.3		Bernes,Bernes-sur-Oise		11	95	953	95058
3033295	Bernesq	bernesq	FR	14710	163	Europe/Paris	49.27297	-0.94261		Bernesq		28	14	141	14063
3033296	Bernes	bernes	FR	80240	0	Europe/Paris	50.83933	1.69545				32	62	623	62505
3033297	Bernes	bernes	FR	80240	339	Europe/Paris	49.90979	3.09975		Bernes,Bernes-Fechin,Bernes-Féchin		32	80	804	80088
3033298	Bernes	bernes	FR	80240	0	Europe/Paris	45.00738	-0.62761				75	33	332	33262
3033299	Bernes	bernes	FR	80240	0	Europe/Paris	43.51667	6.36667				93	83	831	83058
3033300	Bernède	bernede	FR	32400	217	Europe/Paris	43.66989	-0.22124		Bernede,Bernède		76	32	323	32046
3033301	Bernécourt	bernecourt	FR	54470	189	Europe/Paris	48.84388	5.84456		Bernecourt,Bernécourt		44	54	544	54063
3033303	Berné	berne	FR	56240	1327	Europe/Paris	47.9953	-3.39208		Berne,Berné,bei er nei,Берне,贝尔内		53	56	562	56014
3033305	Bernay-en-Ponthieu	bernay-en-ponthieu	FR	80120	203	Europe/Paris	50.26956	1.74269		Berna-in-Pontiu,Bernaj an Pontje,Bernay,Bernay-en-Ponthieu,Berne-an-Pont'e,Bèrna-in-Pontiu,bei er nai ang peng di e,Бернај ан Понтје,Берне-ан-Понтьє,贝尔奈昂蓬蒂厄		32	80	801	80087
3033306	Bernay-Vilbert	bernay-vilbert	FR	77540	857	Europe/Paris	48.67657	2.93713		Bernay,Bernay-en Brie,Berne Vilber,Berne-Vil'ber,Берне Вилбер,Берне-Вильбер,Берне-Вільбер		11	77	773	77031
3033308	Bernay	bernay	FR	27300	12399	Europe/Paris	49.08888	0.59858		Bernay,Bernay-de-l'Eure	272	28	27	272	27056
3033309	Bernay-en-Champagne	bernay-en-champagne	FR	72240	644	Europe/Paris	48.06667	-0.06667				52	72	722	72219
3033310	Bernay	bernay	FR	27300	0	Europe/Paris	46.99238	3.70024				27	58	581	58040
3033311	Bernay-Saint-Martin	bernay-saint-martin	FR	17330	694	Europe/Paris	46.06667	-0.61667				75	17	175	17043
3033312	Bernaville	bernaville	FR	80370	1012	Europe/Paris	50.13232	2.163		Bernavil,Bernavil',Bernaville,Bérnaville,bei er na wei er,Бернавил,Бернавиль,Бернавіль,贝尔纳维尔		32	80	802	80086
3033314	Bernâtre	bernatre	FR	80370	49	Europe/Paris	50.19739	2.09152		Bernatre,Bernâtre		32	80	802	80085
3033315	Bernardvillé	bernardville	FR	67140	210	Europe/Paris	48.37022	7.40256		Bernardville,Bernardvillé		44	67	675	67032
3033316	Bernardswiller	bernardswiller	FR	67210	1296	Europe/Paris	48.45035	7.46238		Batschwiller,Bernardsviler,Bernardsviller,Bernardswiller,Bernhardsweiler,bei er na er de si wei lai,brnardswylr,byrnardswylyr,Бернардсвилер,Бернардсвиллер,Бернардсвіллер,برناردسویلر,بيرناردسويلير,贝尔纳尔德斯维莱		44	67	675	67031
3033324	Bernadets-Dessus	bernadets-dessus	FR	65190	159	Europe/Paris	43.21647	0.30584		Bernadets,Bernadets-Dessus		76	65	653	65086
3033325	Bernadets-Debat	bernadets-debat	FR	65220	114	Europe/Paris	43.35407	0.31635		Bernadets,Bernadets-Debat		76	65	653	65085
3033326	Bernadets	bernadets	FR	64160	557	Europe/Paris	43.37529	-0.28898		Bernadet,Bernadets,Vernadeths,Vernadèths,bei er na dai,Бернадет,Бернадетс,贝尔纳黛		75	64	643	64114
3033327	Bernac-Dessus	bernac-dessus	FR	65360	336	Europe/Paris	43.16029	0.11464		Bernac-Dessus		76	65	653	65084
3033328	Bernac-Debat	bernac-debat	FR	65360	600	Europe/Paris	43.16695	0.10874		Bernac-Debat		76	65	653	65083
3033329	Bernac	bernac	FR	16700	407	Europe/Paris	46.04413	0.16776		Bernac		75	16	163	16039
3033330	Bernac	bernac	FR	16700	0	Europe/Paris	44.72188	0.32922				75	47	472	47151
3033331	Bernac	bernac	FR	16700	166	Europe/Paris	43.95841	2.01977		Bernac		76	81	811	81029
3033332	Bermonville	bermonville	FR	76640	377	Europe/Paris	49.63934	0.63427		Bermonville		28	76	762	76258
3033334	Bermont	bermont	FR	90400	284	Europe/Paris	47.58063	6.85308		Bermont		27	90	901	90011
3033335	Bermicourt	bermicourt	FR	62130	132	Europe/Paris	50.40949	2.23057		Bermicourt		32	62	621	62114
3033336	Bermering	bermering	FR	57340	230	Europe/Paris	48.93227	6.70896		Bermering		44	57	575	57065
3033337	Bermeries	bermeries	FR	59570	316	Europe/Paris	50.28634	3.75511		Bermeri,Bermeries,bei er mei li,Бермери,Бермері,贝尔梅里		32	59	591	59070
3033338	Berméricourt	bermericourt	FR	51220	107	Europe/Paris	49.35673	3.99019		Bermericourt,Bermerikur,Berméricourt,bei er mei li ku er,Бермерикур,贝尔梅里库尔		44	51	513	51051
3033339	Bermerain	bermerain	FR	59213	661	Europe/Paris	50.25245	3.53201		Bermerain,Bermeren,bei er mei lan,Бермерен,贝尔梅兰		32	59	592	59069
3033341	Berlou	berlou	FR	34360	186	Europe/Paris	43.49002	2.95601		Berlou		76	34	341	34030
3033342	Berlise	berlise	FR	02340	104	Europe/Paris	49.66413	4.10766		Berlise		32	02	025	02069
3033343	Berling	berling	FR	57370	255	Europe/Paris	48.80157	7.24202		Berling		44	57	575	57064
3033344	Berles-Monchel	berles-monchel	FR	62690	449	Europe/Paris	50.34341	2.53886		Berles,Berles-Monchel		32	62	621	62113
3033345	Berles-au-Bois	berles-au-bois	FR	62123	496	Europe/Paris	50.19772	2.62818		Berl o Boa,Berl'-o-Bua,Berles,Berles-au-Bois,Birle-Bos,bei er lei ou bu wa,byrlyh aw bwys,Берл о Боа,Берль-о-Буа,بيرليه أو بويس,贝尔勒欧布瓦		32	62	621	62112
3033346	Berlencourt-le-Cauroy	berlencourt-le-cauroy	FR	62810	261	Europe/Paris	50.28163	2.42738		Berlencourt,Berlencourt-le-Cauroy		32	62	621	62111
3033352	Berlats	berlats	FR	81260	114	Europe/Paris	43.69657	2.5649		Berlats		76	81	812	81028
3033353	Berlancourt	berlancourt	FR	02250	0	Europe/Paris	49.77868	3.75728		Berlancourt		32	02	025	02068
3033354	Berlancourt	berlancourt	FR	02250	305	Europe/Paris	49.67187	3.06832		Berlancourt		32	60	603	60062
3033355	Berlaimont	berlaimont	FR	59145	3314	Europe/Paris	50.20155	3.81343		Berlaimont,Berlemon,bei er lai meng,Берлемон,贝尔莱蒙		32	59	591	59068
3033356	Berjou	berjou	FR	61430	515	Europe/Paris	48.84934	-0.48106		Berjou		28	61	612	61044
3033357	Bérig-Vintrange	berig-vintrange	FR	57660	215	Europe/Paris	48.96943	6.69693		Berig,Berig-Vintrange,Bérig,Bérig-Vintrange		44	57	573	57063
3033358	Bérigny	berigny	FR	50810	377	Europe/Paris	49.14298	-0.94107		Berigny,Bérigny		28	50	504	50046
3033359	Berhet	berhet	FR	22140	219	Europe/Paris	48.69615	-3.30385		Berc'hed,Berhet		53	22	223	22006
3033361	Bergues-sur-Sambre	bergues-sur-sambre	FR	02450	198	Europe/Paris	50.03386	3.70546		Bergues,Bergues-sur-Sambre		32	02	025	02067
3033363	Bergues	bergues	FR	59380	4355	Europe/Paris	50.96882	2.43242		Berg,Bergn,Bergues,Bergues-sur-Colme,Berzh,Sint-Winoksbergen,bei er ge,Берг,Берж,贝尔格		32	59	594	59067
3033364	Bergueneuse	bergueneuse	FR	62134	245	Europe/Paris	50.46915	2.25497		Bergueneuse		32	62	621	62109
3033365	Berg-sur-Moselle	berg-sur-moselle	FR	57570	383	Europe/Paris	49.43247	6.30999		Berg,Berg-sur-Moselle		44	57	577	57062
3033366	Bergouey	bergouey	FR	40250	0	Europe/Paris	43.66909	-0.72088		Bergouey		75	40	401	40038
3033367	Bergouey-Viellenave	bergouey-viellenave	FR	64270	120	Europe/Paris	43.41667	-1.05		Berge Vjelnav,Bergouey,Bergue-V'ellenav,Bergue-Vellenav,Bergueh-V'el'nav,Burgue,Burgue-Erreiti,Vergueei e Vielanava,Vergueei-Vielanava,Vergüei e Vièlanava,Vergüei-Vièlanava,bei er gui wei lei na fu,Берге Вјелнав,Бергуе-Вьелленав,Бергуе-Вєлленав,Бергуэ-Вьельнав,贝尔桂维勒纳夫		75	64	641	64113
3033370	Bergonne	bergonne	FR	63500	382	Europe/Paris	45.50571	3.22039		Bergonne		84	63	633	63036
3033373	Bergnicourt	bergnicourt	FR	08300	154	Europe/Paris	49.41893	4.25491		Bergnicourt		44	08	082	08060
3033375	Bergicourt	bergicourt	FR	80290	137	Europe/Paris	49.74724	2.02421		Bergicourt		32	80	802	80083
3033379	Bergholtzzell	bergholtzzell	FR	68500	0	Europe/Paris	47.93006	7.23463		Bergholz-Zell,Bergholzzell,Bergkhol'ccel',Bergkholcel,Bergol'czel',bei er ge er te ci ze,Бергольцзель,Бергхолцел,Бергхольццель,贝尔戈尔特兹泽		44	68	686	68030
3033380	Bergholtz	bergholtz	FR	68500	1069	Europe/Paris	47.9167	7.24651		Bergholtz		44	68	686	68029
3033382	Bergheim	bergheim	FR	68750	1857	Europe/Paris	48.2054	7.36299		Bergem,Bergheim,Bergkhajm,Бергем,Бергхајм		44	68	682	68028
3033383	Bergesserin	bergesserin	FR	71250	330	Europe/Paris	46.4014	4.56152		Bergesserin		27	71	715	71030
3033387	Bergères-sous-Montmirail	bergeres-sous-montmirail	FR	51210	141	Europe/Paris	48.84442	3.58988		Bergeres,Bergeres-sous-Montmirail,Bergères,Bergères-sous-Montmirail		44	51	512	51050
3033388	Bergères-lès-Vertus	bergeres-les-vertus	FR	51130	533	Europe/Paris	48.87991	4.00558		Bergeres,Bergeres-les-Vertus,Bergères,Bergères-lès-Vertus,Berzher le Vertis,Berzher-le-Vertju,Mont-Aime,Mont-Aimé,bei er re lei lai wei er di,Бержер ле Вертис,Бержер-ле-Вертю,贝尔热雷莱韦尔蒂		44	51	512	51049
3033389	Bergères	bergeres	FR	10200	118	Europe/Paris	48.18439	4.66696		Bergeres,Bergères		44	10	101	10039
3033391	Bergerac	bergerac	FR	24100	28317	Europe/Paris	44.85157	0.48171		Bergerac,Berzherak,Brageirac,EGC,Бержерак	241	75	24	241	24037
3033394	Bergbieten	bergbieten	FR	67310	548	Europe/Paris	48.57627	7.45697				44	67	673	67030
3033396	Berganty	berganty	FR	46090	100	Europe/Paris	44.4438	1.64683		Berganty		76	46	461	46027
3033399	Berg	berg	FR	67320	393	Europe/Paris	48.89597	7.15457		Ber,Berg,Бер,Берг		44	67	674	67029
3033400	Berfay	berfay	FR	72320	364	Europe/Paris	47.99446	0.76426		Berfay		52	72	722	72032
3033401	Béréziat	bereziat	FR	01340	369	Europe/Paris	46.36947	5.04556		Bereyziat,Bereziat,Béréziat		84	01	012	01040
3033402	Bérenx	berenx	FR	64300	518	Europe/Paris	43.50277	-0.85699		Beran,Berencs,Berenks,Berenx,Bérenx,bei lang,Беран,Беренкс,贝朗		75	64	642	64112
3033403	Berentzwiller	berentzwiller	FR	68130	325	Europe/Paris	47.58614	7.3843		Berentzwiller		44	68	681	68027
3033404	Bérengeville-la-Campagne	berengeville-la-campagne	FR	27110	272	Europe/Paris	49.11426	1.06655		Berangeville-la Campagne,Berengeville,Berengeville-la-Campagne,Bérangeville-la Campagne,Bérengeville,Bérengeville-la-Campagne		28	27	272	27055
3033405	Bérelles	berelles	FR	59740	0	Europe/Paris	50.21667	4.1				32	59	591	59066
3033407	Berdoues	berdoues	FR	32300	374	Europe/Paris	43.48243	0.40701		Berdoues		76	32	323	32045
3033408	Berd'huis	berd-huis	FR	61340	0	Europe/Paris	48.34563	0.74363		Berd'huis		28	61	613	61043
3033413	Bercloux	bercloux	FR	17770	350	Europe/Paris	45.8354	-0.47107		Bercloux		75	17	175	17042
3033415	Berck	berck	FR	62600	15609	Europe/Paris	50.4	1.6		Berck-sur-Mer		32	62	624	62108
3033421	Berchères-sur-Vesgre	bercheres-sur-vesgre	FR	28260	742	Europe/Paris	48.84253	1.54409		Bercheres,Bercheres-sur-Vesgre,Bercheres-sur-Vesgres,Berchères,Berchères-sur-Vesgre,Berchères-sur-Vesgres,Rougemont,Ville-la-Cote,Ville-la-Côte		24	28	283	28036
3033495	Benet	benet	FR	85490	3471	Europe/Paris	46.36776	-0.59756		Benet		52	85	851	85020
3033422	Berchères-les-Pierres	bercheres-les-pierres	FR	28630	950	Europe/Paris	48.38517	1.55448		Bercheres,Bercheres-les-Pierres,Berchères,Berchères-les-Pierres,Bersher le Pjer,Bersher-le-Perr,bei er xie lei lai pi ye er lei,Бершер ле Пјер,Бершер-ле-Пєрр,贝尔谢雷莱皮耶尔雷		24	28	281	28035
3033424	Berche	berche	FR	25420	434	Europe/Paris	47.47242	6.74165		Berche		27	25	252	25054
3033426	Bercenay-le-Hayer	bercenay-le-hayer	FR	10290	135	Europe/Paris	48.34313	3.59291		Bercenay,Bercenay-le-Hayer,Bersene-le-Ae,Bersene-le-Aje,bei er se nai lai ai ai,Берсене-ле-Айе,Берсене-ле-Ає,贝尔瑟奈莱艾埃		44	10	102	10038
3033427	Bercenay-en-Othe	bercenay-en-othe	FR	10190	390	Europe/Paris	48.20881	3.89305		Bercenay,Bercenay-en-Othe,Bersenaj an Ot,Bersene-an-Ot,ao te de qu bei er se nai,Берсенај ан От,Берсене-ан-От,奥特地区贝尔瑟奈		44	10	103	10037
3033430	Berbiguières	berbiguieres	FR	24220	194	Europe/Paris	44.83384	1.04153		Berbig'er,Berbiger,Berbigjer,Berbiguieras,Berbiguièras,bei er bi ji ai,Бербигьер,Бербигјер,Бербігєр,贝尔比吉埃		75	24	244	24036
3033431	Berbezit	berbezit	FR	43160	61	Europe/Paris	45.28475	3.59502		Berbezit		84	43	431	43027
3033432	Berbérust-Lias	berberust-lias	FR	65100	45	Europe/Paris	43.03333	-0.03333		Berberust,Berberust-Lias,Berbérust-Lias		76	65	651	65082
3033433	Béraut	beraut	FR	32100	335	Europe/Paris	43.91502	0.40237		Beraut,Béraut		76	32	322	32044
3033435	Bérat	berat	FR	31370	1589	Europe/Paris	43.37772	1.17589		Berat,Bérat		76	31	311	31065
3033443	Béost	beost	FR	64440	215	Europe/Paris	42.99297	-0.41456		Beo,Beost,Biost,bei ao,Бео,Беост,贝奥		75	64	642	64110
3033446	Béon	beon	FR	01350	496	Europe/Paris	47.95725	3.3237		Beon,Béon		27	89	893	89037
3033447	Béon	beon	FR	01350	403	Europe/Paris	45.85391	5.75606				84	01	011	01039
3033448	Béon	beon	FR	01350	0	Europe/Paris	43.03525	-0.41838				75	64	642	64069
3033449	Bény-sur-Mer	beny-sur-mer	FR	14440	332	Europe/Paris	49.28998	-0.43417		Beny,Beny-sur-Mer,Bény,Bény-sur-Mer		28	14	141	14062
3033450	Bény	beny	FR	01370	677	Europe/Paris	46.32385	5.28669		Beny,Bény		84	01	012	01038
3033453	Benquet	benquet	FR	40280	1409	Europe/Paris	43.82967	-0.50171		Benke,Benquet,bang qu ai,Бенке,邦屈埃		75	40	402	40037
3033454	Benque-Dessous-et-Dessus	benque-dessous-et-dessus	FR	31110	0	Europe/Paris	42.81573	0.55458		Benque,Benque-Dessous-et-Dessus,Benque-Dessus-et-Dessous		76	31	312	31064
3033455	Benque	benque	FR	31420	172	Europe/Paris	43.26006	0.91928		Benque		76	31	312	31063
3033456	Benqué	benque	FR	31420	54	Europe/Paris	43.09458	0.28241		Benque,Benqué		76	65	652	65081
3033457	Bénouville	benouville	FR	14970	131	Europe/Paris	49.71753	0.25416		Benouville,Benuvil,Bénouville,Бенувил		28	76	762	76079
3033458	Bénouville	benouville	FR	14970	1828	Europe/Paris	49.24151	-0.28246		Benouville,Benuvil,Bénouville,Бенувил		28	14	142	14060
3033459	Bénonces	benonces	FR	01470	268	Europe/Paris	45.82704	5.47126		Benonces,Bénonces		84	01	011	01037
3033462	Benon	benon	FR	17170	548	Europe/Paris	46.2041	-0.8175		Benon,bang weng,Бенон,Բենոն,邦翁		75	17	173	17041
3033463	Benoîtville	benoitville	FR	50340	539	Europe/Paris	49.52738	-1.78119		Benoitville,Benoîtville		28	50	502	50045
3033467	Benoisey	benoisey	FR	21500	78	Europe/Paris	47.5781	4.39762		Benoisey		27	21	213	21064
3033470	Bénodet	benodet	FR	29950	2898	Europe/Paris	47.87531	-4.1058		Benode,Benoded,Benodet,Bénodet,bei nuo dai,Беноде,贝诺代		53	29	294	29006
3033471	Bennwihr	bennwihr	FR	68126	1177	Europe/Paris	48.14456	7.32445		Bennvir,Bennweier,Benvir,bang wei,Бенвир,Беннвир,Беннвір,邦维		44	68	682	68026
3033474	Benney	benney	FR	54740	530	Europe/Paris	48.51355	6.21901		Benney		44	54	543	54062
3033475	Bennetôt	bennetot	FR	76640	0	Europe/Paris	49.7412	1.05654				28	76	761	76063
3033476	Bennetot	bennetot	FR	76640	0	Europe/Paris	49.67086	0.55444		Bennetot		28	76	762	76258
3033477	Bennecourt	bennecourt	FR	78270	1877	Europe/Paris	49.04148	1.55469		Benkur,Bennecourt,Bennkur,Бенкур,Беннкур		11	78	781	78057
3033479	Bénivay-Ollon	benivay-ollon	FR	26170	61	Europe/Paris	44.29741	5.19008		Benivay,Benivay-Ollon,Bénivay-Ollon		84	26	262	26048
3033481	Béning-lès-Saint-Avold	bening-les-saint-avold	FR	57800	1232	Europe/Paris	49.13504	6.83902		Bening,Bening-les-Saint-Avold,Béning-lès-Saint-Avold		44	57	573	57061
3033485	Bénifontaine	benifontaine	FR	62410	281	Europe/Paris	50.48507	2.81819		Benifontaine,Bénifontaine		32	62	627	62107
3033487	Bengy-sur-Craon	bengy-sur-craon	FR	18520	674	Europe/Paris	47.00114	2.74648		Bengy,Bengy-sur-Craon		24	18	181	18027
3033488	Benfeld	benfeld	FR	67230	5199	Europe/Paris	48.37062	7.5937		Banfald,Benfel'd,Benfeld,bang fu er,benferudo,bynfyld,Бенфелд,Бенфельд,بينفيلد,ベンフェルド,邦弗尔		44	67	675	67028
3033489	Beney-en-Woëvre	beney-en-woevre	FR	55210	136	Europe/Paris	48.96286	5.82606		Beney,Beney-en-Woevre,Beney-en-Woëvre		44	55	552	55046
3033491	Bénévent-l'Abbaye	benevent-l-abbaye	FR	23210	846	Europe/Paris	46.11782	1.62757		Benevent,Benevent-l'Abbaye,Bénévent,Bénévent-l'Abbaye		75	23	232	23021
3033492	Beneuvre	beneuvre	FR	21290	105	Europe/Paris	47.69163	4.94233		Beneuvre		27	21	213	21063
3033496	Bénesville	benesville	FR	76560	147	Europe/Paris	49.75576	0.83608		Benesville,Bénesville		28	76	763	76077
3033498	Bénestroff	benestroff	FR	57670	533	Europe/Paris	48.90433	6.75882		Benestroff,Bensdorf,Bénestroff		44	57	575	57060
3033499	Benest	benest	FR	16350	391	Europe/Paris	46.03833	0.45223		Benaiac,Benais,Bene,Benes,Benest,bo nei si,Бене,Бенес,Бенест,伯内斯		75	16	163	16038
3033500	Bénesse-Maremne	benesse-maremne	FR	40230	1931	Europe/Paris	43.63474	-1.36174		Benesse,Benesse-Maremne,Benesse-Marenne,Bénesse-Maremne		75	40	401	40036
3033501	Bénesse-lès-Dax	benesse-les-dax	FR	40180	500	Europe/Paris	43.64228	-1.03479		Benesse,Benesse-les-Dax,Benesse-lez Dax,Benesse-lès-Dax,Bénesse-lès-Dax		75	40	401	40035
3033502	Benerville-sur-Mer	benerville-sur-mer	FR	14910	536	Europe/Paris	49.35	0.03333		Benerville,Bénerville		28	14	143	14059
3033504	Bénéjacq	benejacq	FR	64800	1724	Europe/Paris	43.1919	-0.21343		Benejac,Benejacq,Benezhak,Bénéjacq,bei nei ya ke,Бенежак,贝内雅克		75	64	643	64109
3033508	Bendorf	bendorf	FR	68480	230	Europe/Paris	47.48645	7.2815		Bendorf,Bendorff,Бендорф		44	68	681	68025
3033510	Bendejun	bendejun	FR	06390	876	Europe/Paris	43.83634	7.29416		Bandezhen,Bandzhen,Bendejun,Bendezhjon,Bendéjun,bang de ran,byndyjwn,Бандежен,Банджен,Бендежён,بينديجون,邦德然		93	06	062	06014
3033511	Benayes	benayes	FR	19510	294	Europe/Paris	45.51982	1.47097		Benayes		75	19	191	19022
3033512	Benay	benay	FR	02440	190	Europe/Paris	49.76066	3.30512		Benay		32	02	023	02066
3033520	Benassay	benassay	FR	86470	930	Europe/Paris	46.55899	0.0475		Benase,Benassay,Benasse,bei na sai,Бенасе,Бенассе,贝纳赛		75	86	863	86123
3033521	Bénarville	benarville	FR	76110	203	Europe/Paris	49.67276	0.49291		Benarville,Bénarville		28	76	762	76076
3033523	Bénaménil	benamenil	FR	54450	512	Europe/Paris	48.57052	6.6708		Benamenil,Bénaménil		44	54	542	54061
3033525	Bénaix	benaix	FR	09300	148	Europe/Paris	42.90703	1.85981		Benaix,Bénaix		76	09	092	09051
3033527	Benais	benais	FR	37140	910	Europe/Paris	47.29554	0.21703		Benais		24	37	371	37024
3033528	Benagues	benagues	FR	09100	353	Europe/Paris	43.07626	1.61072		Benagues,Bénagues		76	09	092	09050
3033529	Bénac	benac	FR	09000	508	Europe/Paris	43.15373	0.02581		Benac,Bénac		76	65	653	65080
3033530	Bénac	benac	FR	09000	162	Europe/Paris	42.95486	1.53114		Benac,Bénac		76	09	091	09049
3033532	Bémécourt	bemecourt	FR	27160	477	Europe/Paris	48.84389	0.87579		Bemecourt,Bémécourt		28	27	272	27054
3033534	Belz	belz	FR	56550	3523	Europe/Paris	47.67643	-3.1701		Belz		53	56	561	56013
3033535	Belvoir	belvoir	FR	25430	100	Europe/Paris	47.31805	6.60364				27	25	252	25053
3033536	Belvis	belvis	FR	11340	182	Europe/Paris	42.85044	2.07492		Belvis		76	11	112	11036
3033537	Belvianes-et-Cavirac	belvianes-et-cavirac	FR	11500	357	Europe/Paris	42.85308	2.20039		Belvianes-et-Cavirac		76	11	112	11035
3033538	Belvezet	belvezet	FR	30580	0	Europe/Paris	44.94306	3.72781				84	43	432	43198
3033539	Belvezet	belvezet	FR	30580	86	Europe/Paris	44.56371	3.74637		Belvezet		76	48	482	48027
3033673	Bellengreville	bellengreville	FR	14370	1468	Europe/Paris	49.12425	-0.20961		Bellengreville		28	14	142	14057
3033540	Belvézet	belvezet	FR	30580	226	Europe/Paris	44.08476	4.36498		Bel'veze,Belveze,Belvezet,Belvézet,Beuveser,Bèuveser,bei er wei ze,Белвезе,Бельвезе,贝尔韦泽		76	30	302	30035
3033541	Belvezet	belvezet	FR	30580	0	Europe/Paris	43.94216	3.28405		Belvezer,Belvezet		76	12	121	12082
3033542	Belvèze-du-Razès	belveze-du-razes	FR	11240	745	Europe/Paris	43.12462	2.09487		Belveze,Belveze-du-Razes,Belvèze,Belvèze-du-Razès		76	11	112	11034
3033543	Belvèze	belveze	FR	82150	218	Europe/Paris	44.32994	1.09081		Belveze,Belvèze		76	82	821	82016
3033545	Belvès-de-Castillon	belves-de-castillon	FR	33350	319	Europe/Paris	44.87859	-0.03101		Belves,Belves-de-Castillon,Belvès,Belvès-de-Castillon		75	33	335	33045
3033546	Belvès	belves	FR	24170	1494	Europe/Paris	44.77635	1.00721		Bel've,Bel'ves,Bellumvidere,Belve,Belves,Belvès,Belvés,bei er wei,bylws,Белве,Бельве,Бельвес,بیلوس,贝尔韦		75	24	244	24035
3033547	Belverne	belverne	FR	70400	134	Europe/Paris	47.63183	6.6502		Bel'vern,Belvern,Belverne,Белверн,Бельверн		27	70	701	70064
3033549	Belvédère	belvedere	FR	06450	519	Europe/Paris	44.01498	7.32081		Balver,Balvèr,Barver,Bel'veder,Bellumviderium Nicaeensium,Belveder,Belvedere,Belvédère,bei er wei dai er,bylfydyr,Белведер,Бельведер,بيلفيدير,贝尔韦代尔		93	06	062	06013
3033550	Belvédère-Campomoro	belvedere-campomoro	FR	20110	0	Europe/Paris	41.6277	8.8154		Belvedere-Campomaro,Belvedere-Campomoro,Belvedère-Campomaro,Belvedère-Campomoro		94	2A	2A4	2A035
3033551	Belval-sous-Châtillon	belval-sous-chatillon	FR	51480	157	Europe/Paris	49.12333	3.85321		Belval,Belval-sous-Chatillon,Belval-sous-Châtillon,Beval-sous-Chatillon,Beval-sous-Châtillon		44	51	512	51048
3033552	Belval-en-Argonne	belval-en-argonne	FR	51330	61	Europe/Paris	48.94879	5.00372		Bel'val'-an-Argonn,Belval,Belval an Argon,Belval-en-Argonne,a ge ne de qu bei er wa,Белвал ан Аргон,Бельваль-ан-Аргонн,阿戈讷地区贝尔瓦		44	51	511	51047
3033553	Belval-Bois-des-Dames	belval-bois-des-dames	FR	08240	50	Europe/Paris	49.46963	5.03577		Belval,Belval-Bois-des-Dames,Bois-Libre		44	08	084	08059
3033556	Belval	belval	FR	08090	197	Europe/Paris	49.77618	4.63483		Belval		44	08	081	08058
3033557	Belval	belval	FR	08090	279	Europe/Paris	49.04001	-1.36342		Belval		28	50	503	50044
3033558	Belval	belval	FR	08090	163	Europe/Paris	48.40859	7.05193		Belval		44	88	883	88053
3033559	Bélus	belus	FR	40300	469	Europe/Paris	43.5919	-1.10877		Belus,Bélus		75	40	401	40034
3033560	Belrupt-en-Verdunois	belrupt-en-verdunois	FR	55100	486	Europe/Paris	49.14226	5.44354		Belrupt,Belrupt-en-Verdunois		44	55	553	55045
3033561	Belrupt	belrupt	FR	88260	112	Europe/Paris	48.0872	6.09143		Bel'rju,Belrup,Belrupt,bei er lu pu,Белруп,Бельрю,贝尔吕普		44	88	882	88052
3033563	Belrain	belrain	FR	55260	31	Europe/Paris	48.86332	5.30722		Bel'ren,Belrain,Belren,bei er lan,Белрен,Бельрен,贝尔兰		44	55	552	55044
3033565	Belpech	belpech	FR	11420	1237	Europe/Paris	43.19817	1.75201		Bel'pesh,Belpech,Belpesh,Belpueg,Bèlpuèg,bei er pei ke,Белпеш,Бельпеш,贝尔佩克		76	11	111	11033
3033568	Belonchamp	belonchamp	FR	70270	222	Europe/Paris	47.76867	6.60848		Belonchamp		27	70	701	70063
3033572	Belmont-Tramonet	belmont-tramonet	FR	73330	439	Europe/Paris	45.559	5.68147		Belmont,Belmont-Tramonet		84	73	732	73039
3033573	Belmont-sur-Vair	belmont-sur-vair	FR	88800	125	Europe/Paris	48.25583	5.90618		Belmont		44	88	882	88051
3033574	Belmont-sur-Rance	belmont-sur-rance	FR	12370	1041	Europe/Paris	43.81812	2.7543		Bel'mon-sjur-Rans,Belmon sir Rans,Belmont,Belmont de Rance,Belmont-sur-Rance,Bèlmont de Rance,lang ke he pan bei er meng,Белмон сир Ранс,Бельмон-сюр-Ранс,朗克河畔贝尔蒙		76	12	121	12025
3033575	Belmont-sur-Buttant	belmont-sur-buttant	FR	88600	260	Europe/Paris	48.22494	6.76488		Belmont,Belmont-sur-Bullane,Belmont-sur-Buttant		44	88	883	88050
3033576	Belmont-Sainte-Foi	belmont-sainte-foi	FR	46230	111	Europe/Paris	44.28241	1.63273		Belmont,Belmont-Sainte-Foi		76	46	461	46026
3033577	Belmont-lès-Darney	belmont-les-darney	FR	88260	115	Europe/Paris	48.08333	6.01667		Belmont		44	88	882	88049
3033578	Belmontet	belmontet	FR	46800	160	Europe/Paris	44.36597	1.15356		Belmontet		76	46	461	46201
3033579	Belmont-de-la-Loire	belmont-de-la-loire	FR	42670	1528	Europe/Paris	46.16596	4.34737		Belmont,Belmont-de-la-Loire		84	42	422	42015
3033580	Belmont-Bretenoux	belmont-bretenoux	FR	46130	346	Europe/Paris	44.88961	1.88027		Belmont,Belmont-Bretenoux		76	46	462	46024
3033581	Belmont	belmont	FR	25530	158	Europe/Paris	48.40844	7.23792		Bellmont,Belmont		44	67	673	67027
3033582	Belmont	belmont	FR	25530	0	Europe/Paris	47.7883	6.50392		Belmont		27	70	701	70062
3033583	Belmont	belmont	FR	25530	48	Europe/Paris	47.7231	5.54626		Belmont		44	52	522	52043
3033584	Belmont	belmont	FR	25530	62	Europe/Paris	47.2201	6.36611		Belmont		27	25	253	25052
3033585	Belmont	belmont	FR	25530	269	Europe/Paris	47.01521	5.59495		Belmont		27	39	391	39048
3033586	Belmont	belmont	FR	25530	437	Europe/Paris	45.87937	5.66053				84	01	011	01036
3033587	Belmont	belmont	FR	25530	0	Europe/Paris	45.76676	5.17909		Belmont		84	38	382	38097
3033588	Belmont	belmont	FR	25530	0	Europe/Paris	45.47392	5.3637		Belmont		84	38	382	38038
3033589	Belmont	belmont	FR	25530	0	Europe/Paris	45.12067	5.82966				84	38	381	38529
3033590	Belmont	belmont	FR	25530	158	Europe/Paris	43.68957	0.23983		Belmont		76	32	321	32043
3033591	Belmesnil	belmesnil	FR	76590	438	Europe/Paris	49.77082	1.05012		Belmesnil		28	76	761	76075
3033595	Belluire	belluire	FR	17800	210	Europe/Paris	45.53606	-0.56041		Belluire		75	17	171	17039
3033596	Belloy-Saint-Léonard	belloy-saint-leonard	FR	80270	104	Europe/Paris	49.73333	1.91667		Belloy,Belloy-Saint-Leonard,Belloy-Saint-Léonard		32	80	802	80081
3033597	Belloy-en-Santerre	belloy-en-santerre	FR	80200	171	Europe/Paris	49.88293	2.85517		Belloy,Belloy-en-Santerre		32	80	804	80080
3033598	Belloy-en-France	belloy-en-france	FR	95270	1629	Europe/Paris	49.08837	2.37159		Belloy,Belloy-en-France,Bellua-an-Frans,Beloaj an Frans,fu lang si de qu bei lu wa,Беллуа-ан-Франс,Белоај ан Франс,弗朗斯地区贝卢瓦		11	95	952	95056
3033600	Belloy	belloy	FR	60490	801	Europe/Paris	50.09486	1.5403		Belloy,Belloy sur Mer		32	80	801	80368
3033601	Belloy	belloy	FR	60490	76	Europe/Paris	49.53585	2.65479		Belloy		32	60	603	60061
3033674	Bellenglise	bellenglise	FR	02420	416	Europe/Paris	49.92054	3.24648		Bellenglise		32	02	023	02063
3033602	Bellou-sur-Huisne	bellou-sur-huisne	FR	61110	460	Europe/Paris	48.4252	0.76601		Bellou,Bellou-sur-Huine,Bellou-sur-Huisne,Bellu-sjur-Juin,Belu sir In,yu yi si en he pan bei lu,Беллу-сюр-Юин,Беллу-сюр-Юїн,Белу сир Ин,于伊斯恩河畔贝卢		28	61	613	61345
3033603	Bellou-le-Trichard	bellou-le-trichard	FR	61130	204	Europe/Paris	48.267	0.54681		Bellou,Bellou-le-Trichard		28	61	613	61041
3033604	Bellou-en-Houlme	bellou-en-houlme	FR	61220	971	Europe/Paris	48.69029	-0.44203		Bellou		28	61	612	61040
3033605	Bellou	bellou	FR	14140	143	Europe/Paris	48.98327	0.22783		Bellou		28	14	143	14371
3033606	Bellot	bellot	FR	77510	771	Europe/Paris	48.85666	3.31857		Bellot		11	77	773	77030
3033610	Bellonne	bellonne	FR	62490	259	Europe/Paris	50.30262	3.04345		Bellonne		32	62	621	62106
3033612	Bellon	bellon	FR	16210	186	Europe/Paris	45.3031	0.11966		Bellon		75	16	161	16037
3033613	Belloc-Saint-Clamens	belloc-saint-clamens	FR	32300	152	Europe/Paris	43.45696	0.4352		Belloc,Belloc-Saint-Clamens		76	32	323	32042
3033614	Bellocq	bellocq	FR	64270	811	Europe/Paris	43.51664	-0.91656		Bailoc,Bailòc,Bellocq,Bellok,Belok,Betloc,Bètlòc,bei luo ke,Беллок,Белок,贝洛可		75	64	643	64108
3033615	Belloc	belloc	FR	09600	66	Europe/Paris	43.01315	1.92997		Belloc		76	09	092	09048
3033617	Bellignies	bellignies	FR	59570	852	Europe/Paris	50.32672	3.76883		Belini,Bellini,bei li ni,Белињи,Беллини,Белліні,贝利尼		32	59	591	59065
3033618	Belligné	belligne	FR	44370	1690	Europe/Paris	47.46774	-1.0278		Belenieg,Beline,Beliniacum,Belligne,Belligné,Bellin'e,bei li nie,Белиње,Белліньє,贝利涅		52	44	445	44213
3033619	Bellignat	bellignat	FR	01100	4128	Europe/Paris	46.24237	5.62843		Belignat,Belina,Belinya,Bellignat,Bellin'ja,bei li ni ya,bylynyat,Белиња,Беллинья,Беллінья,Բելինյա,بيلينيات,贝利尼亚		84	01	014	01031
3033621	Bellicourt	bellicourt	FR	02420	682	Europe/Paris	49.96189	3.23542		Bellicourt		32	02	023	02065
3033622	Belleydoux	belleydoux	FR	01130	303	Europe/Paris	46.25383	5.77847		Belleydoux		84	01	014	01035
3033624	Belley	belley	FR	01300	0	Europe/Paris	48.30219	4.14501		Belley		44	10	103	10412
3033769	Bélis	belis	FR	40120	149	Europe/Paris	44.06298	-0.46207		Beli,Belis,Belís,Bélis,Бели,Белис,Беліс		75	40	402	40033
3033625	Belley	belley	FR	01300	9145	Europe/Paris	45.75917	5.68813		Bele,Belle,Belley,Bellicium,Bèlê,bei lai,belle,bere,bly,byly,Беле,Белле,Բելլե,بلی,بلے,بيلي,ベレー,贝莱,벨레	011	84	01	011	01034
3033626	Bellevue-la-Montagne	bellevue-la-montagne	FR	43350	510	Europe/Paris	45.22067	3.82003		Bellevue,Bellevue-la-Montagne		84	43	432	43026
3033635	Belleville-sur-Vie	belleville-sur-vie	FR	85170	3200	Europe/Paris	46.7829	-1.4307		Bel'vil'-sjur-Vi,Belevil sir Vie,Belleville,Belleville-sur-Vie,Belvil sir Vi,wei ye he pan bei lei wei lei,Белвил сир Ви,Белевил сир Вие,Бельвіль-сюр-Ві,维耶河畔贝勒维勒		52	85	852	85019
3033636	Belleville	belleville	FR	54940	6299	Europe/Paris	46.10867	4.7492		Bel'vil',Belleville,Belleville sobre Saona,Belleville-sur-Saone,Belleville-sur-Saône,Belvil,bylyfyl,Белвил,Бельвіль,بيليفيل		84	69	692	69019
3033637	Belleville-sur-Meuse	belleville-sur-meuse	FR	55430	3202	Europe/Paris	49.17863	5.3719		Belleville,Belleville-sur-Meuse		44	55	553	55043
3033638	Belleville-sur-Mer	belleville-sur-mer	FR	76370	841	Europe/Paris	49.94927	1.16263		Belleville,Belleville-sur-Mer		28	76	761	76618
3033639	Belleville-et-Châtillon-sur-Bar	belleville-et-chatillon-sur-bar	FR	08240	415	Europe/Paris	49.45	4.83333		Belleville		44	08	084	08057
3033640	Belleville-en-Caux	belleville-en-caux	FR	76890	366	Europe/Paris	49.70759	0.98762		Belleville,Belleville-en-Caux		28	76	761	76072
3033643	Belleville	belleville	FR	54940	0	Europe/Paris	48.87166	2.38197		Bel'vil',Quartier de Belleville,mei li cheng,Бельвиль,Бельвіль,美丽城		11	75	751	75056
3033644	Belleville	belleville	FR	54940	0	Europe/Paris	49.68333	1.76667				32	60	601	60076
3033645	Belleville	belleville	FR	54940	1306	Europe/Paris	48.81817	6.10294		Belleville		44	54	543	54060
3033646	Belleville	belleville	FR	54940	0	Europe/Paris	48.37703	3.77722				44	10	102	10308
3033647	Belleville-sur-Loire	belleville-sur-loire	FR	18240	1094	Europe/Paris	47.5	2.85				24	18	181	18026
3033648	Belleville	belleville	FR	54940	0	Europe/Paris	47.00484	-0.21583				75	79	791	79300
3033649	Belleville	belleville	FR	54940	0	Europe/Paris	46.12655	-0.49933		Belleville		75	79	792	79078
3033650	Belleville	belleville	FR	54940	0	Europe/Paris	45.77133	6.62173				84	73	731	73132
3033652	Bellevesvre	bellevesvre	FR	71270	247	Europe/Paris	46.84119	5.36442		Bel'vevr,Bellevesvre,Bellevesvres,Belvevr,Белвевр,Бельвевр		27	71	714	71029
3033653	Bellevaux	bellevaux	FR	74470	1273	Europe/Paris	46.25875	6.53351		Bellevaux		84	74	744	74032
3033654	Bellevaux	bellevaux	FR	74470	0	Europe/Paris	45.64583	6.21921		Bellevaux,Bellevaux-Derriere,Bellevaux-Derrière,Monastere de Bellevaux,Monastère de Bellevaux		84	73	732	73139
3033656	Belleuse	belleuse	FR	80160	281	Europe/Paris	49.70671	2.11619		Belleuse		32	80	802	80079
3033657	Belleu	belleu	FR	02200	4071	Europe/Paris	49.35917	3.33556		Belleu		32	02	024	02064
3033660	Bellesserre	bellesserre	FR	31480	56	Europe/Paris	43.79018	1.10825		Bellesserre		76	31	313	31062
3033661	Belleserre	belleserre	FR	81540	142	Europe/Paris	43.4895	2.05566		Belleserre		76	81	812	81027
3033665	Belleroche	belleroche	FR	42670	249	Europe/Paris	46.16809	4.41079		Belleroche		84	42	422	42014
3033666	Bellerive-sur-Allier	bellerive-sur-allier	FR	03700	8841	Europe/Paris	46.11652	3.40406		Bel'riv-sjur-Al'e,Bellerive,Bellerive-sur-Allier,Belriv sir Alije,Vaissa,a li ye he pan bei lei li fu,Белрив сир Алије,Бельрив-сюр-Алье,Бельрив-сюр-Альє,阿利耶河畔贝勒里夫		84	03	033	03023
3033667	Belleray	belleray	FR	55100	450	Europe/Paris	49.1306	5.39833		Belleray		44	55	553	55042
3033669	Bellentre	bellentre	FR	73210	857	Europe/Paris	45.56963	6.71378		Bellentre,Entree-Belle,Entrée-Belle		84	73	731	73150
3033670	Bellenot-sous-Pouilly	bellenot-sous-pouilly	FR	21320	210	Europe/Paris	47.28333	4.55		Bellenot,Bellenot-sous-Pouilly		27	21	211	21062
3033671	Bellenod-sur-Seine	bellenod-sur-seine	FR	21510	0	Europe/Paris	47.69762	4.64643		Bellenod-sur-Seine,Bellenot-sous Origny,Bellenot-sur-Seine		27	21	213	21061
3033672	Bellengreville	bellengreville	FR	14370	410	Europe/Paris	49.90721	1.21801		Bellengreville		28	76	761	76071
3033675	Belleneuve	belleneuve	FR	21310	1448	Europe/Paris	47.36224	5.26393		Belleneuve		27	21	212	21060
3033676	Bellencombre	bellencombre	FR	76680	673	Europe/Paris	49.7075	1.22596		Belencombre,Bellencombre		28	76	761	76070
3033677	Bellenaves	bellenaves	FR	03330	1027	Europe/Paris	46.20045	3.07995		Balanava,Balanavia,Bel'nav,Bellenaves,Belnav,bei lei na wei,Белнав,Бельнав,贝勒纳韦		84	03	033	03022
3033679	Bellême	belleme	FR	61130	1803	Europe/Paris	48.37329	0.57005		Belem,Belismum,Bellem,Belleme,Bellême,bei lai mu,Белем,Беллем,贝莱姆		28	61	613	61038
3033680	Bellemagny	bellemagny	FR	68210	184	Europe/Paris	47.68859	7.06419		Bellemagny		44	68	681	68024
3033681	Belle-Isle-en-Terre	belle-isle-en-terre	FR	22810	1139	Europe/Paris	48.54477	-3.39583		Bel Il an Ter,Bel'-Il'-an-Ter,Bel'-Il'-an-Terr,Bella Insula,Belle-Isle,Belle-Isle-en-Terre,Benac'h,Benach,tai er de qu bei lai-yi si er,Бел Ил ан Тер,Бель-Іль-ан-Терр,Бель-Иль-ан-Тер,Бель-Иль-ан-Терр,泰尔地区贝莱-伊斯尔		53	22	222	22005
3033683	Belleherbe	belleherbe	FR	25380	597	Europe/Paris	47.26486	6.65841		Belleherbe		27	25	252	25051
3033685	Bellegarde-sur-Valserine	bellegarde-sur-valserine	FR	01200	11699	Europe/Paris	46.10787	5.82421		Bel'gard-sjur-Val'serin,Belgard sir Valserin,Bellegarde,berugarudo=shuru=vu~arusurinu,blgard-swr-walzryn,bylyghard-swr-falsyryn,wa er se li en he pan bei lei jia er de,Белгард сир Валсерин,Бельгард-сюр-Вальсерин,بلگارد-سور-والزرین,بيليغارد-سور-فالسيرين,ベルガルド＝シュル＝ヴァルスリーヌ,瓦尔瑟里恩河畔贝勒加尔德		84	01	014	01033
3033686	Bellegarde-Poussieu	bellegarde-poussieu	FR	38270	902	Europe/Paris	45.37572	4.95248		Bellegarde-Poussieu		84	38	383	38037
3033687	Bellegarde-en-Marche	bellegarde-en-marche	FR	23190	431	Europe/Paris	45.98177	2.29529		Bellegarde,Bellegarde-en-Marche		75	23	231	23020
3033688	Bellegarde-en-Forez	bellegarde-en-forez	FR	42210	1490	Europe/Paris	45.64469	4.29721		Bellegarde,Bellegarde-en-Forez		84	42	421	42013
3033689	Bellegarde-en-Diois	bellegarde-en-diois	FR	26470	66	Europe/Paris	44.53782	5.42769		Bellegarde,Bellegarde-en-Diois		84	26	261	26047
3033690	Bellegarde-du-Razès	bellegarde-du-razes	FR	11240	199	Europe/Paris	43.10949	2.04381		Bellegarde,Bellegarde-du-Razes,Bellegarde-du-Razès		76	11	112	11032
3033691	Bellegarde	bellegarde	FR	30127	1703	Europe/Paris	47.98333	2.43333		Bellegarde-du-Loiret		24	45	451	45031
3033692	Bellegarde	bellegarde	FR	30127	0	Europe/Paris	43.41667	0.61667		Bellegarde-Adoulins		76	32	323	32041
3033695	Bellegarde	bellegarde	FR	30127	0	Europe/Paris	45.86834	1.17719				75	87	872	87085
3033696	Bellegarde	bellegarde	FR	30127	0	Europe/Paris	43.95259	6.16798				93	04	043	04084
3033697	Bellegarde	bellegarde	FR	30127	0	Europe/Paris	43.90723	2.27262		Bellegarde,Bellegarde-Foncouverte		76	81	811	81026
3033698	Bellegarde	bellegarde	FR	30127	5340	Europe/Paris	43.75401	4.51372		Bellegarde		76	30	302	30034
3033699	Bellegarde	bellegarde	FR	30127	0	Europe/Paris	43.71567	2.37946		Bellegarde		76	81	812	81182
3033700	Bellegarde-Sainte-Marie	bellegarde-sainte-marie	FR	31530	201	Europe/Paris	43.68333	1.11667				76	31	313	31061
3033703	Bellefosse	bellefosse	FR	67130	141	Europe/Paris	48.40293	7.21571		Bel'foss,Belfos,Bellefosse,bei lai fu si,bylyfwst,Белфос,Бельфосс,بيليفوست,贝莱福斯		44	67	673	67026
3033705	Bellefontaine	bellefontaine	FR	39400	513	Europe/Paris	49.09784	2.46631		Bellefontaine		11	95	952	95055
3033706	Bellefontaine	bellefontaine	FR	39400	0	Europe/Paris	49.07426	5.01799				44	55	553	55202
3033707	Bellefontaine	bellefontaine	FR	39400	141	Europe/Paris	48.68749	-0.97457		Bellefontaine		28	50	501	50260
3033708	Bellefontaine	bellefontaine	FR	39400	880	Europe/Paris	48.01301	6.44346		Bellefontaine		44	88	881	88048
3033709	Bellefontaine	bellefontaine	FR	39400	471	Europe/Paris	46.55767	6.06383		Bellefontaine		27	39	393	39047
3033712	Bellefonds	bellefonds	FR	86210	223	Europe/Paris	46.64675	0.59187		Bel'fon,Belfon,Bellefonds,bei lai feng de,Белфон,Бельфон,贝莱丰德		75	86	861	86020
3033713	Bellefond	bellefond	FR	21490	751	Europe/Paris	47.37972	5.06842		Bellefond		27	21	212	21059
3033714	Bellefond	bellefond	FR	21490	227	Europe/Paris	44.76625	-0.17082		Bellefond		75	33	333	33044
3033720	Belle-et-Houllefort	belle-et-houllefort	FR	62142	544	Europe/Paris	50.74434	1.75877		Bel et Ulfor,Bel'-e-Ullefor,Belle,Belle-et-Houllefort,Belle-pi-Houllefort,bei lei wu lai fu er,byly at hwlyfwrt,Бел ет Улфор,Бель-е-Уллефор,بيلي إت هوليفورت,贝勒乌莱福尔		32	62	623	62105
3033721	Belle-Église	belle-eglise	FR	60540	583	Europe/Paris	49.19245	2.21894		Bel Egliz,Bel'-Egliz,Belle-Eglise,Belle-Montagne,Belle-Église,bei er ai ge li si,Бел Еглиз,Бель-Егліз,贝尔埃格利斯		32	60	604	60060
3033727	Bellecombe-Tarendol	bellecombe-tarendol	FR	26110	81	Europe/Paris	44.35273	5.35218		Bellecombe,Bellecombe-Tarendol		84	26	262	26046
3033728	Bellecombe-en-Bauges	bellecombe-en-bauges	FR	73340	488	Europe/Paris	45.73848	6.1417		Bellecombe,Bellecombe-en Bauges,Bellecombe-en-Bauges,Bellecombe-en-Beauges		84	73	732	73036
3033729	Bellecombe	bellecombe	FR	39310	0	Europe/Paris	45.50683	6.49704		Bellecombe-Tarentaise		84	73	731	73003
3033732	Bellechaume	bellechaume	FR	89210	457	Europe/Paris	48.04268	3.60815		Bellechaume		27	89	891	89035
3033736	Bellechassagne	bellechassagne	FR	19290	84	Europe/Paris	45.64486	2.22564		Bellechassagne		75	19	193	19021
3033738	Bellebrune	bellebrune	FR	62142	317	Europe/Paris	50.72671	1.77526		Bel'brjun,Belbren,Bellebronne,Bellebrune,bei lei bu lu ne,bylybrwn,Белбрен,Бельбрюн,بيليبرون,贝勒布吕讷		32	62	623	62104
3033742	Bellebat	bellebat	FR	33760	153	Europe/Paris	44.73919	-0.21656		Bellebat		75	33	333	33043
3033745	Belleau	belleau	FR	02400	135	Europe/Paris	49.08322	3.29274		Belleau		32	02	021	02062
3033746	Belleau	belleau	FR	02400	722	Europe/Paris	48.83002	6.1839		Belleau		44	54	543	54059
3033752	Bellavilliers	bellavilliers	FR	61360	176	Europe/Paris	48.42238	0.49803		Bellavilliers		28	61	613	61037
3033758	Bellange	bellange	FR	57340	46	Europe/Paris	48.90134	6.57807		Bellange		44	57	575	57059
3033759	Bellancourt	bellancourt	FR	80132	440	Europe/Paris	50.09116	1.9075		Bellancourt		32	80	801	80078
3033760	Bellaing	bellaing	FR	59135	1338	Europe/Paris	50.36811	3.42515		Bellaing		32	59	596	59064
3033856	Behonne	behonne	FR	55000	798	Europe/Paris	48.7935	5.18258		Behonne,Beon,Beonn,Беон,Беонн		44	55	551	55041
3033761	Bellaffaire	bellaffaire	FR	04250	151	Europe/Paris	44.41946	6.17685		Bel'affer,Belafaire,Belafer,Bellafaire,Bellaffaire,Bellaffer,bei la fei er,Белафер,Беллаффер,Бельаффер,贝拉费尔		93	04	044	04026
3033766	Bellac	bellac	FR	87300	4973	Europe/Paris	46.1221	1.04927		Belac,Belak,Bellac,Bellak,bei la ke,berakku,Белак,Беллак,ベラック,贝拉克	871	75	87	871	87011
3033773	Belin-Béliet	belin-beliet	FR	33830	2991	Europe/Paris	44.5	-0.78333		Belen Belije,Belen-Bel'e,Belin e Beliet,bei lan bei li ye,Белен Белије,Белен-Белье,Белен-Бельє,贝兰贝利耶		75	33	336	33042
3033775	Béligneux	beligneux	FR	01360	2809	Europe/Paris	45.86775	5.12747		Beligneux,Béligneux		84	01	012	01032
3033779	Belhomert-Guéhouville	belhomert-guehouville	FR	28240	780	Europe/Paris	48.50526	1.0586		Belhomert,Belhomert-Guehouville,Belhomert-Guéhouville		24	28	284	28033
3033781	Belhade	belhade	FR	40410	143	Europe/Paris	44.37927	-0.68261		Belhade		75	40	402	40032
3033783	Belgodère	belgodere	FR	20226	413	Europe/Paris	42.58554	9.0179		Bargude,Bargudè,Bel'goder,Belgoder,Belgodere,Belgodère,Белгодер,Бельгодер		94	2B	2B5	2B034
3033784	Belgentier	belgentier	FR	83210	1867	Europe/Paris	43.24535	5.99933		Bel'zhant'e,Belgentier,Belzhantje,Beujancia,Beujanciá,bei er gang di ye,Белжантје,Бельжантье,Бельжантьє,贝尔冈蒂耶		93	83	832	83017
3033785	Belgeard	belgeard	FR	53440	351	Europe/Paris	48.25461	-0.54932		Belgeard		52	53	533	53028
3033786	Belfort-sur-Rebenty	belfort-sur-rebenty	FR	11140	40	Europe/Paris	42.82563	2.04745		Belfort,Belfort-sur-Rebenty,Belfort-sur-Rébenty		76	11	112	11031
3033787	Belfort-du-Quercy	belfort-du-quercy	FR	46230	503	Europe/Paris	44.26825	1.54358		Belfort,Belfort-du-Quercy		76	46	461	46023
3033791	Belfort	belfort	FR	90000	54562	Europe/Paris	47.64218	6.85385		BOR,Beffert,Bel'for,Belfor,Belfort,Belfortium,Belfòrt,bei er fu,belpoleu,beruforu,blfwr,Μπελφόρ,Белфор,Бельфор,بلفور,แบลฟอร์,ベルフォール,贝尔福,벨포르	90	27	90	901	90010
3033792	Belfonds	belfonds	FR	61500	220	Europe/Paris	48.61035	0.11797		Belfonds,La Liberte-sur-Orne,La Liberté-sur-Orne,Liberte,Liberté		28	61	611	61036
3033793	Belflou	belflou	FR	11410	86	Europe/Paris	43.31782	1.78627		Belflou		76	11	111	11030
3033794	Belfays	belfays	FR	25470	86	Europe/Paris	47.25976	6.8958		Belfays		27	25	252	25049
3033795	Belfahy	belfahy	FR	70290	67	Europe/Paris	47.78312	6.73046		Belfahy		27	70	701	70061
3033796	Beleymas	beleymas	FR	24140	233	Europe/Paris	44.99332	0.50574		Beleymas		75	24	243	24034
3033797	Bélesta-en-Lauragais	belesta-en-lauragais	FR	31540	93	Europe/Paris	43.44157	1.82227		Belesta,Belesta-de Lauragais,Belesta-en-Lauragais,Bélesta,Bélesta-de Lauragais,Bélesta-en-Lauragais		76	31	313	31060
3033799	Bélesta	belesta	FR	09300	1237	Europe/Paris	42.90396	1.93412		Belesta,Bélesta		76	09	092	09047
3033800	Bélesta	belesta	FR	09300	236	Europe/Paris	42.71738	2.60667		Belesta,Bellestar,Bélesta		76	66	663	66019
3033803	Belcodène	belcodene	FR	13720	1533	Europe/Paris	43.42612	5.58878		Belcodene,Belcodène		93	13	133	13013
3033805	Belcastel-et-Buc	belcastel-et-buc	FR	11580	62	Europe/Paris	43.02969	2.3566		Belcastel,Belcastel-et-Buc		76	11	112	11029
3033806	Belcastel	belcastel	FR	12390	240	Europe/Paris	44.38822	2.33606		Belcastel		76	12	123	12024
3033807	Belcastel	belcastel	FR	12390	186	Europe/Paris	43.6496	1.75527		Belcastel		76	81	812	81025
3033808	Belcaire	belcaire	FR	11340	418	Europe/Paris	42.8158	1.95704		Belcaire		76	11	112	11028
3033809	Belbèze-en-Comminges	belbeze-en-comminges	FR	31260	132	Europe/Paris	43.13268	1.0258		Belbeze,Belbeze-Escoulis,Belbeze-en-Comminges,Belbèze,Belbèze-Escoulis,Belbèze-en-Comminges		76	31	312	31059
3033810	Belbèze-de-Lauragais	belbeze-de-lauragais	FR	31450	92	Europe/Paris	43.44104	1.55543		Belbeze,Belbeze-de-Lauragais,Belbèze,Belbèze-de-Lauragais		76	31	313	31058
3033811	Belbeuf	belbeuf	FR	76240	2077	Europe/Paris	49.38766	1.14245		Belbeuf		28	76	763	76069
3033812	Belbèze-en-Lomagne	belbeze-en-lomagne	FR	82500	64	Europe/Paris	43.90156	1.07056		Belbese,Belbeze,Belbeze-en-Lomagne,Belbèse,Belbèze,Belbèze-en-Lomagne		76	82	821	82015
3033813	Belberaud	belberaud	FR	31450	1271	Europe/Paris	43.50768	1.56907		Belberaud		76	31	313	31057
3033815	Bélaye	belaye	FR	46140	221	Europe/Paris	44.46495	1.19276		Belaiga,Belaye,Bele,Bélaye,bei lai ai,Беле,贝莱埃		76	46	461	46022
3033816	Bélarga	belarga	FR	34230	291	Europe/Paris	43.55251	3.48704		Belarga,Bélarga		76	34	342	34029
3033818	Belan-sur-Ource	belan-sur-ource	FR	21570	307	Europe/Paris	47.94464	4.65362		Belan,Belan-sur-Ource		27	21	213	21058
3033839	Bélâbre	belabre	FR	36370	1042	Europe/Paris	46.55121	1.15791		Belabr,Belabre,Bélâbre,bei la bu er,Белабр,贝拉布尔		24	36	361	36016
3033842	Beissat	beissat	FR	23260	0	Europe/Paris	45.82961	2.80104				84	63	634	63055
3033843	Beissat	beissat	FR	23260	30	Europe/Paris	45.77307	2.2767		Beissat		75	23	231	23019
3033844	Beire-le-Fort	beire-le-fort	FR	21110	258	Europe/Paris	47.23091	5.25351		Beire,Beire-le-Fort		27	21	212	21057
3033845	Beire-le-Châtel	beire-le-chatel	FR	21310	667	Europe/Paris	47.41316	5.20488		Beire,Beire-le-Chatel,Beire-le-Châtel,Beire-le-Grand		27	21	212	21056
3033846	Beinheim	beinheim	FR	67930	0	Europe/Paris	48.86255	8.08478		Bajnkhajm,Beinheim,Бајнхајм		44	67	672	67025
3033847	Beine-Nauroy	beine-nauroy	FR	51490	836	Europe/Paris	49.24923	4.21598		Beine,Beine-Nauroy		44	51	513	51046
3033848	Beine	beine	FR	89800	485	Europe/Paris	47.81875	3.72242		Beine,Ben,ban zhen,Бен,班镇		27	89	891	89034
3033849	Beillé	beille	FR	72160	410	Europe/Paris	48.08316	0.5092		Beille,Beillé		52	72	722	72031
3033851	Beignon	beignon	FR	56380	1074	Europe/Paris	47.97062	-2.17155		Beignon,Ben'on,Benion,Benon,Bidainonum,bei ni weng,Беньон,Бењон,贝尼翁		53	56	563	56012
3033852	Béhuard	behuard	FR	49170	117	Europe/Paris	47.38002	-0.64373		Bejar,Bejuar,bei yu a er,Беюар,Бејар,贝于阿尔		52	49	491	49028
3033853	Behren-lès-Forbach	behren-les-forbach	FR	57460	10225	Europe/Paris	49.16949	6.93933		Behren,Behren-les-Forbach,Behren-lès-Forbach		44	57	573	57058
3033854	Béhoust	behoust	FR	78910	392	Europe/Paris	48.83027	1.72134		Behoust,Beust,Béhoust,Беуст		11	78	782	78053
3033855	Béhorléguy	behorleguy	FR	64220	77	Europe/Paris	43.12866	-1.11854		Behorlegi,Behorleguy,Beorlegi,Beorlegjui,Beorlezhi,Béhorléguy,bei ao er lai ji,Беорлеги,Беорлегюи,Беорлегюї,Беорлежи,贝奥尔莱吉		75	64	641	64107
3033860	Béhéricourt	behericourt	FR	60400	223	Europe/Paris	49.59618	3.06361		Behericourt,Béhéricourt		32	60	603	60059
3033861	Béhencourt	behencourt	FR	80260	358	Europe/Paris	49.97252	2.45205		Behencourt,Béhencourt		32	80	802	80077
3033862	Béhen	behen	FR	80870	451	Europe/Paris	50.05685	1.75391		Behen,Béhen		32	80	801	80076
3033863	Béhasque-Lapiste	behasque-lapiste	FR	64120	460	Europe/Paris	43.32438	-1.01068		Beask Lapit,Beask-Lapist,Behaskane,Behaskane-Laphizketa,Behasque,Behasque-Lapiste,Béhasque-Lapiste,bei a si ke la pi si te,Беаск Лапит,Беаск-Лапист,Беаск-Лапіст,贝阿斯克拉皮斯特		75	64	641	64106
3033866	Béhagnies	behagnies	FR	62121	129	Europe/Paris	50.14179	2.83399		Beani,Behagnies,Béhagnies,bei a ni,byhajnys,Беани,Беані,Беањи,بيهاجنيس,贝阿尼		32	62	621	62103
3033867	Béguios	beguios	FR	64120	333	Europe/Paris	43.35946	-1.08673		Begio,Begios,Beguios,Beguiòs,Behauze,Béguios,bei ji ao,Бегио,Бегиос,Бегіос,贝吉奥		75	64	641	64105
3033868	Béguey	beguey	FR	33410	996	Europe/Paris	44.64311	-0.32332		Bege,Begei,Beguey,Béguey,Vegueir,Veguèir,bei gai,Беге,Бегеи,Бегеї,贝盖		75	33	333	33040
3033869	Bègues	begues	FR	03800	204	Europe/Paris	46.12759	3.15593		Begues,Bègues		84	03	033	03021
3033870	Bégrolles-en-Mauges	begrolles-en-mauges	FR	49122	1617	Europe/Paris	47.14102	-0.93991		Begrol an Mozh,Begrol'-an-Mozh,Begrolles,Begrolles-en-Mauges,Bégrolles,Bégrolles-en-Mauges,beguroru=an=moju,mo re de qu bei ge luo lai,Бегрол ан Мож,Бегроль-ан-Мож,ベグロル＝アン＝モージュ,莫热地区贝格罗莱		52	49	492	49027
3033874	Bégole	begole	FR	65190	183	Europe/Paris	43.15646	0.32795		Begole,Bégole		76	65	653	65079
3033876	Begnécourt	begnecourt	FR	88270	141	Europe/Paris	48.20554	6.15889		Begnecourt,Begnécourt		44	88	881	88047
3033881	Bègles	begles	FR	33130	23504	Europe/Paris	44.80759	-0.55144		Begl,Begl',Begla,Begles,Beglese,Bègles,begeul,beguru,bei ge lai,bgl,Бегл,Беглесе,Бегль,بگل,ベグル,贝格莱,베글		75	33	332	33039
3033884	Bégard	begard	FR	22140	4779	Europe/Paris	48.62766	-3.30178		Bear,Begar,Begard,Begard / Bear,Begardum,Bégard,Bégard / Bear,Prajou,bei jia er,Бегар,贝加尔		53	22	222	22004
3033885	Béganne	beganne	FR	56350	1407	Europe/Paris	47.59622	-2.24125		Began,Begann,Beganne,Begaon,Bekamne plebs,Béganne,bei gang,Беган,Беганн,贝冈		53	56	563	56011
3033886	Bégadan	begadan	FR	33340	950	Europe/Paris	45.35678	-0.89362		Begadan,Bégadan		75	33	334	33038
3033887	Bégaar	begaar	FR	40400	1018	Europe/Paris	43.82363	-0.84904				75	40	401	40031
3033888	Beffu-et-le-Morthomme	beffu-et-le-morthomme	FR	08250	75	Europe/Paris	49.367	4.9016		Beffju-e-le-Mortomm,Beffju-eh-le-Mortom,Beffu,Beffu e Le Morthomme,Beffu-et-le-Morthomme,Befi et le Mortom,bei fei lei mo er duo mu,Бефи ет ле Мортом,Беффю-е-ле-Мортомм,Беффю-э-ле-Мортом,贝菲勒莫尔多姆		44	08	084	08056
3033891	Beffia	beffia	FR	39270	82	Europe/Paris	46.52598	5.54681		Beffia		27	39	392	39045
3033892	Beffes	beffes	FR	18320	686	Europe/Paris	47.09438	3.00869		Beffes		24	18	181	18025
3033895	Béduer	beduer	FR	46100	671	Europe/Paris	44.5809	1.94794		Bedije,Bedjue,Beduer,Beduèr,Béduer,bei di ai,Бедије,Бедюе,贝迪埃		76	46	462	46021
3033896	Bedous	bedous	FR	64490	630	Europe/Paris	42.99982	-0.60035		Bedos,Bedous,Bedu,Bedus,Bedós,bo du,Беду,Бедус,伯杜		75	64	642	64104
3033898	Bédouès	bedoues	FR	48400	315	Europe/Paris	44.34085	3.60495		Bedoues,Bédouès		76	48	481	48050
3033900	Bédoin	bedoin	FR	84410	3016	Europe/Paris	44.12432	5.1804		Bedoen,Bedoin,Bedouin-l'Aneanti,Beduehn,Beduen,Bédoin,Bédouin-l'Anéanti,bei duan,Бедоен,Бедуен,Бедуэн,贝端		93	84	843	84017
3033903	Bedenac	bedenac	FR	17210	537	Europe/Paris	45.16794	-0.30162		Bedenac,Bédenac		75	17	171	17038
3033905	Bédeille	bedeille	FR	09230	199	Europe/Paris	43.34801	-0.10107		Bedeille,Bédeille		75	64	643	64103
3033906	Bédeille	bedeille	FR	09230	76	Europe/Paris	43.08735	1.10354		Bedeille,Bédeille		76	09	093	09046
3034033	Beaussais	beaussais	FR	79370	362	Europe/Paris	46.29129	-0.1538		Beaussais		75	79	792	79030
3033907	Bédeilhac-et-Aynat	bedeilhac-et-aynat	FR	09400	166	Europe/Paris	42.88523	1.54876		Bedeilhac,Bedeilhac-Aynat,Bedeilhac-et-Aynat,Bedejak et Ena,Bedejak-e-Ena,Bedejak-eh-Ehna,Bédeilhac,Bédeilhac-Aynat,Bédeilhac-et-Aynat,Vedelhac e Ainat,bei dai ya ke he ai na,Бедейак-э-Эна,Бедеяк-е-Ена,Бедејак ет Ена,贝代亚克和艾纳		76	09	091	09045
3033908	Bédée	bedee	FR	35137	3478	Europe/Paris	48.17999	-1.94469		Bede,Bedee,Bediscum,Bezeg,Bédée,bei dai ai,Беде,贝代埃		53	35	353	35023
3033909	Bédéchan	bedechan	FR	32450	125	Europe/Paris	43.57275	0.79979		Bedechan,Bédéchan		76	32	321	32040
3033910	Beddes	beddes	FR	18370	94	Europe/Paris	46.6059	2.21447		Beddes		24	18	182	18024
3033912	Bédarrides	bedarrides	FR	84370	5014	Europe/Paris	44.04022	4.89819		Bedarid,Bedarrid,Bedarrida,Bedarrides,Bédarrides,bei da er li dai,Бедарид,Бедаррид,贝达尔里代		93	84	842	84016
3033913	Bédarieux	bedarieux	FR	34600	6907	Europe/Paris	43.61602	3.15892		Bedar'e,Bedare,Bedarieux,Bedarius,Bedarje,Bédarieux,bei da li yue,Бедарье,Бедарє,Бедарје,贝达里约		76	34	341	34028
3033919	Becquigny	becquigny	FR	02110	274	Europe/Paris	50.01708	3.47332		Becquigny		32	02	023	02061
3033920	Becquigny	becquigny	FR	02110	100	Europe/Paris	49.69629	2.62242		Becquigny		32	80	803	80074
3033921	Becquigny	becquigny	FR	02110	0	Europe/Paris	49.5988	0.93489		Becquigny,Bequigny		28	76	763	76385
3033923	Bécourt	becourt	FR	62240	277	Europe/Paris	50.63747	1.91149		Becourt,Bécourt		32	62	624	62102
3033925	Bécordel-Bécourt	becordel-becourt	FR	80300	166	Europe/Paris	49.98689	2.68529		Becordel,Becordel-Becourt,Bekordel Bekur,Bekordel'-Bekur,Bécordel,Bécordel-Bécourt,bei ke dai er bei ku er,Бекордел Бекур,Бекордель-Бекур,贝科代尔贝库尔		32	80	804	80073
3033927	Bécon-les-Granits	becon-les-granits	FR	49370	2525	Europe/Paris	47.50255	-0.80162		Becon,Becon-les-Granits,Bekon le Granit,Bekon-le-Grani,Bécon,Bécon-les-Granits,bei kong lai ge la ni te,Бекон ле Гранит,Бекон-ле-Грані,贝孔莱格拉尼特		52	49	494	49026
3033931	Béchy	bechy	FR	57580	517	Europe/Paris	48.98584	6.37956		Bechy,Béchy		44	57	579	57057
3033936	Bécheresse	becheresse	FR	16250	211	Europe/Paris	45.49952	0.0835		Becheresse,Beshres,Beshress,Bresheres,Bécheresse,bei xie lei si,Бешрес,Бешресс,Брешерес,贝谢雷斯		75	16	162	16036
3034080	Beauregard	beauregard	FR	01480	0	Europe/Paris	48.44577	0.34641				52	72	722	72015
3033937	Bécherel	becherel	FR	35190	723	Europe/Paris	48.29617	-1.94535		Becherel,Begerel,Bécherel		53	35	353	35022
3033939	Béchamps	bechamps	FR	54800	83	Europe/Paris	49.21038	5.73979		Bechamps,Béchamps		44	54	541	54058
3033941	Béceleuf	beceleuf	FR	79160	620	Europe/Paris	46.47137	-0.50697		Beceleuf,Béceleuf		75	79	793	79032
3033944	Bec-de-Mortagne	bec-de-mortagne	FR	76110	629	Europe/Paris	49.70133	0.44901		Bec-de-Mortagne,Bek de Mortan,Bek-de-Mortan',Les Trois-Moulins,Бек де Мортањ,Бек-де-Мортань		28	76	762	76068
3033948	Beccas	beccas	FR	32730	89	Europe/Paris	43.43005	0.15395		Beccas		76	32	323	32039
3033950	Beblenheim	beblenheim	FR	68980	986	Europe/Paris	48.15721	7.32711		Bebelnheim,Beblenajm,Beblenkhajm,bei bu lei nan,Бебленайм,Бебленхайм,Бебленхајм,贝布勒南		44	68	682	68023
3033951	Bébing	bebing	FR	57830	176	Europe/Paris	48.71067	6.99623		Bebing,Bébing		44	57	575	57056
3033952	Beauziac	beauziac	FR	47700	226	Europe/Paris	44.33333	0.05		Beauziac,Boz'jak,Bozjak,Veusiac,bo qi a ke,Бозьяк,Бозјак,博齐阿克		75	47	474	47026
3033953	Beauzelle	beauzelle	FR	31700	6043	Europe/Paris	43.66713	1.37518		Beauzelle		76	31	313	31056
3033954	Beausite	beausite	FR	55250	0	Europe/Paris	48.96667	5.2		Beauzee-sur-Aire,Beauzée-sur-Aire		44	55	551	55040
3033955	Beauzac	beauzac	FR	43590	2162	Europe/Paris	45.25913	4.09874		Bauzac,Beauzac		84	43	433	43025
3033956	Beaux	beaux	FR	43200	676	Europe/Paris	45.1869	4.0931		Beaux		84	43	433	43024
3033957	Beauvoisin	beauvoisin	FR	26170	0	Europe/Paris	46.9273	5.36795		Beauvoisin		27	39	391	39022
3033958	Beauvoisin	beauvoisin	FR	26170	99	Europe/Paris	44.30077	5.21034		Beauvoisin		84	26	262	26043
3033959	Beauvoisin	beauvoisin	FR	26170	3426	Europe/Paris	43.71869	4.32298		Beauvoisin		76	30	302	30033
3033961	Beauvois-en-Vermandois	beauvois-en-vermandois	FR	02590	306	Europe/Paris	49.84011	3.10383		Beauvois,Beauvois-en-Vermandois		32	02	023	02060
3033962	Beauvois-en-Cambrésis	beauvois-en-cambresis	FR	59157	2047	Europe/Paris	50.13735	3.3787		Beauvois,Beauvois-en-Cambresis,Beauvois-en-Cambrésis,Bovoa an Kambrezi,Bovua-an-Kambrezi,bo wa ang kang bu lei xi,Бовоа ан Камбрези,Бовуа-ан-Камбрези,Бовуа-ан-Камбрезі,博瓦昂康布雷西		32	59	592	59063
3033963	Beauvois	beauvois	FR	62130	128	Europe/Paris	50.37486	2.23199		Beauvois		32	62	621	62101
3033964	Beauvois	beauvois	FR	62130	0	Europe/Paris	48.27054	1.83215				24	28	281	28164
3033967	Beauvoir-sur-Niort	beauvoir-sur-niort	FR	79360	1377	Europe/Paris	46.18198	-0.47396		Beauvoir,Beauvoir-sur-Niort		75	79	792	79031
3033968	Beauvoir-sur-Mer	beauvoir-sur-mer	FR	85230	3625	Europe/Paris	46.91506	-2.04085		Beauvoir,Beauvoir-sur-Mer,Bovoa na Moru,Bovoa sir Mer,Bovuar-sjur-Mer,bin hai bo wa,bovu~owaru=shuru=meru,Бовоа на Мору,Бовоа сир Мер,Бовуар-сюр-Мер,ボーヴォワール＝シュル＝メール,滨海博瓦		52	85	853	85018
3034105	Beaurain	beaurain	FR	59730	177	Europe/Paris	50.17995	3.5526		Beaurain		32	59	592	59060
3033969	Beauvoir-Wavans	beauvoir-wavans	FR	62390	415	Europe/Paris	50.21668	2.17117		Beauvoir,Beauvoir-Riviere,Beauvoir-Rivière,Biavouet-Wavans,Bovoar Vavan,Bovuar-Vavan,bo wa er wa wang,bwfwar wafans,Бовоар Ваван,Бовуар-Ваван,بوفوار وافانس,博瓦尔瓦旺		32	62	621	62881
3033970	Beauvoir-en-Lyons	beauvoir-en-lyons	FR	76220	486	Europe/Paris	49.50323	1.58702		Beauvoir,Beauvoir-en-Lyons		28	76	761	76067
3033971	Beauvoir-de-Marc	beauvoir-de-marc	FR	38440	1028	Europe/Paris	45.52009	5.07906		Beauvoir,Beauvoir-de-Marc		84	38	383	38035
3033974	Beauvoir	beauvoir	FR	50170	227	Europe/Paris	49.60323	2.3271		Beauvoir		32	60	602	60058
3033975	Beauvoir	beauvoir	FR	50170	211	Europe/Paris	48.6445	2.86357		Beauvoir		11	77	772	77029
3033976	Beauvoir	beauvoir	FR	50170	424	Europe/Paris	48.59665	-1.50524		Beauvoir		28	50	501	50042
3033977	Beauvoir	beauvoir	FR	50170	0	Europe/Paris	48.4128	0.33693				52	72	722	72091
3033978	Beauvoir	beauvoir	FR	50170	0	Europe/Paris	48.28725	1.43777				24	28	282	28419
3033979	Beauvoir	beauvoir	FR	50170	0	Europe/Paris	48.1312	1.21147				24	28	282	28012
3033980	Beauvoir	beauvoir	FR	50170	311	Europe/Paris	47.79571	3.37264		Beauvoir		27	89	891	89033
3033981	Beauvoir	beauvoir	FR	50170	0	Europe/Paris	46.8222	2.20317				24	18	182	18283
3033982	Beauvoir	beauvoir	FR	50170	0	Europe/Paris	46.60937	0.26649				75	86	863	86297
3033983	Beauvoir	beauvoir	FR	50170	0	Europe/Paris	45.42819	6.12337				84	38	381	38078
3033984	Beauvoir-en-Royans	beauvoir-en-royans	FR	38160	76	Europe/Paris	45.11667	5.33333				84	38	381	38036
3033985	Beauvilliers	beauvilliers	FR	28150	0	Europe/Paris	47.83	1.25				24	41	411	41171
3033986	Beauvilliers	beauvilliers	FR	28150	0	Europe/Paris	48.70351	1.02684				24	28	283	28151
3033987	Beauvilliers	beauvilliers	FR	28150	0	Europe/Paris	48.29701	1.6561		Beauvilliers		24	28	281	28032
3033988	Beauvilliers	beauvilliers	FR	28150	93	Europe/Paris	47.41429	4.04142		Beauvilliers		27	89	892	89032
3033989	Beauville	beauville	FR	31460	589	Europe/Paris	44.27699	0.88208		Beauville		75	47	471	47025
3033990	Beauville	beauville	FR	31460	118	Europe/Paris	43.47379	1.77477		Beauville		76	31	313	31055
3033992	Beauvezer	beauvezer	FR	04370	302	Europe/Paris	44.14309	6.59085		Beauvezer,Beuveser,Boveze,Bovze,Brauvezer,Bèuveser,Bèuvéser,bo wei ze,Бовезе,Бовзе,博韦泽		93	04	042	04025
3033994	Beauvernois	beauvernois	FR	71270	83	Europe/Paris	46.83452	5.44423		Beauvernois,Bovernoa,Bovernua,Боверноа,Бовернуа		27	71	714	71028
3033996	Beauvène	beauvene	FR	07190	236	Europe/Paris	44.87695	4.50978		Beauvene,Beauvène		84	07	072	07030
3033998	Beauvau	beauvau	FR	49140	220	Europe/Paris	47.58039	-0.2546		Beauvau		52	49	491	49163
3033999	Beauvallon	beauvallon	FR	26800	1818	Europe/Paris	44.85593	4.90756		Beauvallon		84	26	263	26042
3034000	Beauvallon	beauvallon	FR	26800	0	Europe/Paris	43.29747	6.6				93	83	831	83068
3034001	Beauval	beauval	FR	80630	2277	Europe/Paris	50.10789	2.33269		Beauval		32	80	802	80071
3034002	Beauval-en-Caux	beauval-en-caux	FR	76890	450	Europe/Paris	49.74495	1.01769				28	76	761	76063
3034003	Beauvais-sur-Tescou	beauvais-sur-tescou	FR	81630	214	Europe/Paris	43.91079	1.56878		Beauvais,Beauvais-sur-Tescou		76	81	811	81024
3034081	Beauregard	beauregard	FR	01480	0	Europe/Paris	48.13858	3.67652				27	89	893	89048
3034004	Beauvais-sur-Matha	beauvais-sur-matha	FR	17490	665	Europe/Paris	45.88284	-0.18914		Beauvais,Beauvais-sur-Matha,Bove sir Mata,Bove syur Mata,Bove-sjur-Mata,ma ta he pan bo wei,Бове сир Мата,Бове-сюр-Мата,Բովե սյուր Մատա,马塔河畔博韦		75	17	175	17037
3034006	Beauvais	beauvais	FR	60000	53393	Europe/Paris	49.43333	2.08333		Beauvais,Bellovacum,Bieuvais,Bove,Bovoa,Bovė,Duthil-la-Montagne,La Chaussee-de-la-Montagne,La Chaussée-de-la-Montagne,bo wei,bobe,bovu~e,bwwh,Бове,Бовоа,בווה,بووه,ቦቬ,ボーヴェ,博韦,보베	60	32	60	601	60057
3034007	Beauvais	beauvais	FR	60000	0	Europe/Paris	48.73701	3.61096				44	51	512	51407
3034008	Beauvais	beauvais	FR	60000	0	Europe/Paris	48.71661	0.8982				28	27	272	27679
3034009	Beauvais	beauvais	FR	60000	0	Europe/Paris	48.53621	2.05074				11	91	911	91525
3034010	Beauvais	beauvais	FR	60000	0	Europe/Paris	48.49613	2.46799				11	91	912	91135
3034011	Beauvais	beauvais	FR	60000	0	Europe/Paris	48.12628	-1.44157				53	35	353	35327
3034012	Beauvais	beauvais	FR	60000	0	Europe/Paris	47.21819	2.54486				24	18	181	18176
3034013	Beauvais	beauvais	FR	60000	0	Europe/Paris	47.20233	0.86628				24	37	373	37254
3034014	Beauvais	beauvais	FR	60000	0	Europe/Paris	46.84591	2.90733				24	18	182	18242
3034015	Beauvais	beauvais	FR	60000	0	Europe/Paris	46.58486	0.67586				75	86	863	86070
3034016	Beauvais	beauvais	FR	60000	0	Europe/Paris	46.34191	3.07181				84	03	032	03319
3034017	Beauvais	beauvais	FR	60000	0	Europe/Paris	45.9	1.65				75	23	232	23181
3034018	Beauvais	beauvais	FR	60000	0	Europe/Paris	45.86346	1.19859		Beauvais,Beu Ves,Beu Vés		75	87	872	87085
3034020	Beauvain	beauvain	FR	61600	262	Europe/Paris	48.60691	-0.30811				28	61	611	61035
3034021	Beautot	beautot	FR	76890	0	Europe/Paris	49.77787	0.98015		Beautot		28	76	761	76380
3034022	Beautot	beautot	FR	76890	0	Europe/Paris	49.64281	1.03705		Beautot		28	76	761	76066
3034023	Beautor	beautor	FR	02800	3005	Europe/Paris	49.65214	3.34475		Beautor		32	02	022	02059
3034024	Beautiran	beautiran	FR	33640	2202	Europe/Paris	44.70366	-0.45234		Bautiran,Beautiran,Botiran,bo di lang,Ботиран,Ботіран,博蒂朗		75	33	332	33037
3034026	Beautheil	beautheil	FR	77120	613	Europe/Paris	48.76307	3.08739		Beautheil		11	77	771	77433
3034027	Beauteville	beauteville	FR	31290	136	Europe/Paris	43.34733	1.73747		Beauteville		76	31	313	31054
3034029	Beausse	beausse	FR	49410	382	Europe/Paris	47.32035	-0.92726		Beausse,Bos,Boss,bo si,Бос,Босс,博斯		52	49	492	49244
3034030	Beaussault	beaussault	FR	76870	376	Europe/Paris	49.68524	1.56286		Beaussault		28	76	761	76065
3034032	Beaussais	beaussais	FR	79370	0	Europe/Paris	48.57628	-2.17522		Beaussais		53	22	221	22209
3034035	Beaussac	beaussac	FR	24340	199	Europe/Paris	45.49443	0.49657		Baussat,Beaussac,Bosak,Bossak,bo sa ke,Босак,Боссак,博萨克		75	24	242	24253
3034036	Beaussac	beaussac	FR	24340	0	Europe/Paris	44.69753	1.64375				76	46	463	46059
3034040	Beausoleil	beausoleil	FR	06240	0	Europe/Paris	46.27822	1.81661				75	23	232	23039
3034041	Beausoleil	beausoleil	FR	06240	13376	Europe/Paris	43.74311	7.4225	48	Beausoleil		93	06	062	06012
3034044	Beausemblant	beausemblant	FR	26240	1246	Europe/Paris	45.21706	4.83241		Beausemblant		84	26	263	26041
3034048	Beauronne	beauronne	FR	24400	323	Europe/Paris	45.09523	0.38168		Beauronne		75	24	243	24032
3034050	Beaurieux	beaurieux	FR	02160	0	Europe/Paris	50.17849	4.1264		Beaurieux		32	59	591	59062
3034051	Beaurieux	beaurieux	FR	02160	708	Europe/Paris	49.39322	3.73988		Beaurieux		32	02	022	02058
3034052	Beaurières	beaurieres	FR	26310	70	Europe/Paris	44.5703	5.55967		Baurieras,Baurièras,Beaurieres,Beaurières,Borer,Borijer,bo li ai,Боријер,Борєр,博里埃		84	26	261	26040
3034054	Beaurevoir	beaurevoir	FR	02110	1511	Europe/Paris	49.99714	3.30855		Beaurevoir,Borevoar,Borevuar,bo lei wa er,Боревоар,Боревуар,Բորևուար,博雷瓦尔		32	02	023	02057
3034055	Beaurepaire-sur-Sambre	beaurepaire-sur-sambre	FR	59550	247	Europe/Paris	50.06134	3.79644		Beaurepaire,Beaurepaire-sur-Sambre		32	59	591	59061
3034056	Beaurepaire-en-Bresse	beaurepaire-en-bresse	FR	71580	519	Europe/Paris	46.66851	5.3883		Beaurepaire,Beaurepaire-en-Bresse,Boreper an Bres,Boreper-an-Bress,Борепер ан Брес,Борепер-ан-Бресс		27	71	714	71027
3034057	Beaurepaire	beaurepaire	FR	38270	0	Europe/Paris	49.75084	1.82266				32	80	802	80340
3034058	Beaurepaire	beaurepaire	FR	38270	418	Europe/Paris	49.66597	0.22112		Beaurepaire		28	76	762	76064
3034059	Beaurepaire	beaurepaire	FR	38270	0	Europe/Paris	49.34817	4.81353				44	08	084	08333
3034060	Beaurepaire	beaurepaire	FR	38270	61	Europe/Paris	49.2976	2.565		Beaurepaire		32	60	604	60056
3034061	Beaurepaire	beaurepaire	FR	38270	0	Europe/Paris	48.39025	1.08884				24	28	284	28071
3034062	Beaurepaire	beaurepaire	FR	38270	1676	Europe/Paris	46.91047	-1.08936		Beaurepaire		52	85	852	85017
3034063	Beaurepaire	beaurepaire	FR	38270	0	Europe/Paris	46.69857	3.53619				27	58	583	58146
3034064	Beaurepaire	beaurepaire	FR	38270	4213	Europe/Paris	45.33658	5.04878		Beaurepaire		84	38	383	38034
3034066	Beauregard-Vendon	beauregard-vendon	FR	63460	904	Europe/Paris	45.95952	3.11038		Beauregard,Beauregard-Vendon		84	63	634	63035
3034067	Beauregard-l'Évêque	beauregard-l-eveque	FR	63116	0	Europe/Paris	45.81086	3.29943		Beauregard,Beauregard-l'Eveque,Beauregard-l'Évêque		84	63	632	63034
3034068	Beauregard-et-Bassac	beauregard-et-bassac	FR	24140	207	Europe/Paris	44.98781	0.64165		Beauregard,Beauregard-et-Bassac,Beuregard e Bassac,Boregar-e-Bassak,Boregard et Basak,bo lei jia er he ba sa ke,Борегар-е-Бассак,Борегард ет Басак,博雷加尔和巴萨克		75	24	243	24031
3034069	Beauregard-de-Terrasson	beauregard-de-terrasson	FR	24120	690	Europe/Paris	45.14801	1.23141		Beauregard,Beauregard-de-Terrasson,Beuregard de Terrasson,Boregar de Terason,Boregar-de-Terrason,Boregar-de-Terrasson,bo lei jia er de tai er la song,Борегар де Терасон,Борегар-де-Террасон,Борегар-де-Террассон,博雷加尔德泰尔拉松		75	24	244	24030
3034070	Beauregard	beauregard	FR	01480	587	Europe/Paris	44.99676	5.18673		Beauregard,Beauregard-Baret,Beuregard,Boregar-Bare,Borgar Bare,Bèuregard,bo lei jia er ba lei,Боргар Баре,Борегар-Баре,博雷加尔巴雷		84	26	263	26039
3034079	Beauregard	beauregard	FR	01480	0	Europe/Paris	48.66115	3.24635				11	77	773	77033
3034082	Beauregard	beauregard	FR	01480	0	Europe/Paris	47.44322	4.23976				27	21	213	21635
3034083	Beauregard	beauregard	FR	01480	0	Europe/Paris	47.23133	2.91003				24	18	181	18110
3034084	Beauregard	beauregard	FR	01480	0	Europe/Paris	47.21619	3.09924				27	58	584	58302
3034085	Beauregard	beauregard	FR	01480	0	Europe/Paris	47.16277	1.82457				24	18	183	18103
3034086	Beauregard	beauregard	FR	01480	0	Europe/Paris	46.42002	1.86502				75	23	232	23112
3034087	Beauregard	beauregard	FR	01480	0	Europe/Paris	46.34541	0.63643				75	86	862	86203
3034088	Beauregard	beauregard	FR	01480	0	Europe/Paris	46.29915	2.25348				75	23	231	23104
3034089	Beauregard	beauregard	FR	01480	0	Europe/Paris	46.28333	2.61667				84	03	031	03314
3034090	Beauregard	beauregard	FR	01480	909	Europe/Paris	45.99928	4.7542		Beauregard		84	01	012	01030
3034092	Beauregard	beauregard	FR	01480	0	Europe/Paris	45.11981	3.68926				84	43	432	43254
3034093	Beauregard	beauregard	FR	01480	0	Europe/Paris	45.02102	5.03288				84	26	263	26084
3034094	Beauregard	beauregard	FR	01480	0	Europe/Paris	44.72859	3.22045				76	48	482	48009
3034095	Beauregard	beauregard	FR	01480	244	Europe/Paris	44.34562	1.79277		Beauregard		76	46	461	46020
3034099	Beaurecueil	beaurecueil	FR	13100	598	Europe/Paris	43.5119	5.54569		Beaurecueil		93	13	131	13012
3034101	Beaurainville	beaurainville	FR	62990	2062	Europe/Paris	50.42432	1.89938		Beaurain-sur-Canche,Beaurainville,Biaurinville,Borenvil,Borenvil',bo lan wei er,bywraynfyl,Боренвил,Боренвиль,Боренвіль,بيوراينفيل,博兰维尔		32	62	624	62100
3034102	Beaurains-lès-Noyon	beaurains-les-noyon	FR	60400	283	Europe/Paris	49.61134	2.97111		Beaurains,Beaurains-les-Noyon,Beaurains-lès-Noyon		32	60	603	60055
3034103	Beaurains	beaurains	FR	62217	4801	Europe/Paris	50.26599	2.79467		Beaurains,Biaurins,Boren,bo lan,bywrayns,Борен,بيوراينس,博兰		32	62	621	62099
3034106	Beauquesne	beauquesne	FR	80600	1273	Europe/Paris	50.08526	2.39276		Beauquesne		32	80	802	80070
3034107	Beaupuy	beaupuy	FR	31850	1095	Europe/Paris	44.53549	0.149				75	47	472	47024
3034108	Beaupuy	beaupuy	FR	31850	182	Europe/Paris	43.82313	1.11872		Beaupuy		76	82	822	82014
3034109	Beaupuy	beaupuy	FR	31850	1227	Europe/Paris	43.64713	1.55517		Beaupuy		76	31	313	31053
3034110	Beaupuy	beaupuy	FR	31850	0	Europe/Paris	43.64421	1.00654				76	32	321	32038
3034111	Beaupréau	beaupreau	FR	49600	6932	Europe/Paris	47.20214	-0.99471		Beaupreau,Beaupréau,Bopreo,Bopro,bo pu lei ao,bopureo,Бопрео,Бопро,ボープレオ,博普雷奥		52	49	492	49023
3034115	Beaupouyet	beaupouyet	FR	24400	431	Europe/Paris	44.9975	0.27242		Beaupouyet,Bellum Fodium,Beupoiet,Bopuie,Bopuje,bo pu yi ai,Бопуие,Бопуїе,Бопује,博普伊埃		75	24	243	24029
3034117	Beaupont	beaupont	FR	01270	536	Europe/Paris	46.41002	5.26169		Beaupont		84	01	012	01029
3034119	Beaunotte	beaunotte	FR	21510	29	Europe/Paris	47.67869	4.70643		Beaunotte		27	21	213	21055
3034120	Beaune-sur-Arzon	beaune-sur-arzon	FR	43500	202	Europe/Paris	45.2798	3.81573		Beaune,Beaune-sur-Arzon		84	43	432	43023
3034122	Beaune-la-Rolande	beaune-la-rolande	FR	45340	2462	Europe/Paris	48.07124	2.4314		Beaune,Beaune-la-Rolande,Bon la Roland,Bon-la-Roland,bo en la luo lang de,Бон ла Роланд,Бон-ла-Роланд,博恩拉罗朗德		24	45	453	45030
3034123	Beaune-d'Allier	beaune-d-allier	FR	03390	0	Europe/Paris	46.28097	2.885		Beaune,Beaune-d'Allier		84	03	031	03020
3034126	Beaune	beaune	FR	21200	24162	Europe/Paris	47.02413	4.83887		Beaune,Belna,Bon,Bonas,bo ne,bon,bonu,bu meng,bwn,Бон,بون,ボーヌ,博讷,布蒙,본	211	27	21	211	21054
3034127	Beaune	beaune	FR	21200	0	Europe/Paris	45.72673	2.99061				84	63	632	63345
3034128	Beaune	beaune	FR	21200	0	Europe/Paris	45.7	2.18333				75	19	193	19261
3034129	Beaune	beaune	FR	21200	0	Europe/Paris	45.58989	2.91832				84	63	633	63247
3034130	Beaune	beaune	FR	21200	0	Europe/Paris	45.25056	6.47189		Beaune		84	73	733	73261
3034131	Beaune	beaune	FR	21200	0	Europe/Paris	45.08024	3.56319				84	43	431	43167
3034132	Beaunay	beaunay	FR	51270	0	Europe/Paris	49.74477	1.01786				28	76	761	76063
3034133	Beaunay	beaunay	FR	51270	116	Europe/Paris	48.88321	3.87869		Beaunay		44	51	512	51045
3034135	Beaumotte-lès-Pin	beaumotte-les-pin	FR	70150	248	Europe/Paris	47.31638	5.83181		Beaumotte,Beaumotte-les-Pin,Beaumotte-lès-Pin		27	70	702	70060
3034136	Beaumotte-Aubertans	beaumotte-aubertans	FR	70190	0	Europe/Paris	47.41667	6.18333		Beaumotte-les-Montbozon,Beaumotte-lès-Montbozon		27	70	702	70059
3034137	Beaumont-Village	beaumont-village	FR	37460	254	Europe/Paris	47.17771	1.20705		Beaumont,Beaumont-Village		24	37	373	37023
3034138	Beaumont-sur-Vingeanne	beaumont-sur-vingeanne	FR	21310	168	Europe/Paris	47.46542	5.36252		Beaumont,Beaumont-sur-Vingeanne		27	21	212	21053
3034139	Beaumont-sur-Vesle	beaumont-sur-vesle	FR	51360	753	Europe/Paris	49.1741	4.18706		Beaumont,Beaumont-sur-Vesle		44	51	513	51044
3034140	Beaumont-sur-Sarthe	beaumont-sur-sarthe	FR	72170	2080	Europe/Paris	48.22747	0.12923		Beaumont,Beaumont-le-Vicomte,Beaumont-sur-Sarthe,Bomon sir Sart,Bomon-sjur-Sart,Бомон сир Сарт,Бомон-сюр-Сарт		52	72	722	72029
3034141	Beaumont-sur-Oise	beaumont-sur-oise	FR	95260	9011	Europe/Paris	49.14232	2.28705		Beaumont,Beaumont-sur-Oise,Bomon sir Oaz,Bomon-sjur-Uaz,wa ci he pan bo meng,Бомон сир Оаз,Бомон-сюр-Уаз,瓦兹河畔博蒙		11	95	953	95052
3034142	Beaumont-sur-Lèze	beaumont-sur-leze	FR	31870	1590	Europe/Paris	43.38056	1.35733		Beaumont,Beaumont-sur-Leze,Beaumont-sur-Lèze		76	31	311	31052
3034143	Beaumont-sur-Grosne	beaumont-sur-grosne	FR	71240	272	Europe/Paris	46.66612	4.85893		Beaumont,Beaumont-sur-Grosne		27	71	712	71026
3034144	Beaumont-sur-Dême	beaumont-sur-deme	FR	72340	358	Europe/Paris	47.69425	0.56906		Beaumont,Beaumont-la-Chartre,Beaumont-sur-Deme,Beaumont-sur-Dême		52	72	721	72027
3034145	Beaumont-Sardolles	beaumont-sardolles	FR	58270	106	Europe/Paris	46.92619	3.39943		Beaumont,Beaumont-Sardolles		27	58	583	58028
3034146	Beaumont-Pied-de-Boeuf	beaumont-pied-de-boeuf	FR	53290	200	Europe/Paris	47.90463	-0.43289		Beaumont,Beaumont-Pied-de-Boeuf,Beaumont-Pied-de-Bœuf		52	53	531	53027
3034147	Beaumont-Pied-de-Boeuf	beaumont-pied-de-boeuf	FR	53290	499	Europe/Paris	47.76076	0.40166		Beaumont,Beaumont-Pied-de-Boeuf,Beaumont-Pied-de-Bœuf		52	72	721	72028
3034263	Beaulieu	beaulieu	FR	07460	34	Europe/Paris	47.72691	4.72846		Beaulieu		27	21	213	21052
3034148	Beaumont-Monteux	beaumont-monteux	FR	26600	1016	Europe/Paris	45.0198	4.91883		Beaumont,Beaumont-Monteux		84	26	263	26038
3034149	Beaumont-lès-Valence	beaumont-les-valence	FR	26760	3982	Europe/Paris	44.86203	4.94309		Beaumont,Beaumont-les-Valence,Beaumont-lès-Valence,Beumont de Valenca,Bomon le Valans,Bomon-le-Valans,Bèumont de Valença,bo meng lai wa lang ke,Бомон ле Валанс,Бомон-ле-Валанс,博蒙莱瓦朗克		84	26	263	26037
3034150	Beaumont-lès-Randan	beaumont-les-randan	FR	63310	203	Europe/Paris	45.99689	3.38451		Beaumont,Beaumont-les-Randan,Beaumont-lès-Randan		84	63	634	63033
3034151	Beaumont-les-Nonains	beaumont-les-nonains	FR	60390	335	Europe/Paris	49.32806	2.00803		Beaumont,Beaumont-les-Nonains		32	60	601	60054
3034152	Beaumont-les-Autels	beaumont-les-autels	FR	28480	534	Europe/Paris	48.25795	0.95944		Beaumont,Beaumont-le-Chartif,Beaumont-les-Autels		24	28	284	28031
3034153	Beaumont-le-Roger	beaumont-le-roger	FR	27170	2981	Europe/Paris	49.07839	0.78081		Beaumont,Beaumont-le-Roger,Bomon le Rozhe,Bomon-le-Rozhe,bo meng lai luo re,Бомон ле Роже,Бомон-ле-Роже,博蒙莱罗热		28	27	272	27051
3034154	Beaumont-le-Hareng	beaumont-le-hareng	FR	76850	195	Europe/Paris	49.66954	1.22242		Beaumont,Beaumont-le-Hareng		28	76	763	76062
3034155	Beaumont-la-Ronce	beaumont-la-ronce	FR	37360	1034	Europe/Paris	47.56948	0.67017		Beaumont,Beaumont-la-Ronce		24	37	371	37021
3034156	Beaumont-la-Ferrière	beaumont-la-ferriere	FR	58700	143	Europe/Paris	47.19038	3.22561		Beaumont,Beaumont-la-Ferriere,Beaumont-la-Ferrière		27	58	584	58027
3034157	Beaumont-Hamel	beaumont-hamel	FR	80300	226	Europe/Paris	50.08429	2.65746		Beaumont,Beaumont-Hamel,Bieumont-Hame,Bieumont-Hamé,Bomon-Amel',Bomont Amel,bo meng a mei er,Бомон-Амель,Бомонт Амел,博蒙阿梅尔		32	80	804	80069
3034158	Beaumont-Hague	beaumont-hague	FR	50440	1413	Europe/Paris	49.66387	-1.83822		Beaumont,Beaumont-Hague		28	50	502	50041
3034159	Beaumont-en-Véron	beaumont-en-veron	FR	37420	2933	Europe/Paris	47.19397	0.18436	40	Beaumont		24	37	371	37022
3034160	Beaumont-du-Gâtinais	beaumont-du-gatinais	FR	77890	1088	Europe/Paris	48.1386	2.47913		Beaumont		11	77	774	77027
3034161	Beaumont-en-Diois	beaumont-en-diois	FR	26310	82	Europe/Paris	44.56888	5.4761		Beaumont,Beaumont le Vialard,Beaumont-en-Diois,Beumont de Dies,Bomon-an-Djua,Bomont an Dioa,Bèumont de Diés,di wa de qu bo meng,Бомон-ан-Дюа,Бомонт ан Диоа,迪瓦地区博蒙		84	26	261	26036
3034162	Beaumont-en-Cambrésis	beaumont-en-cambresis	FR	59540	432	Europe/Paris	50.12407	3.45561		Beaumont,Beaumont-en-Cambresis,Beaumont-en-Cambrésis		32	59	592	59059
3034163	Beaumont-en-Beine	beaumont-en-beine	FR	02300	140	Europe/Paris	49.68896	3.13156		Beaumont,Beaumont-en-Beine		32	02	022	02056
3034164	Beaumont-en-Auge	beaumont-en-auge	FR	14950	528	Europe/Paris	49.27818	0.11046		Beaumont,Beaumont-en-Auge,Bomon-an-Ozh,Bomont an Ozh,ao ge de qu bo meng,Бомон-ан-Ож,Бомонт ан Ож,奥格地区博蒙		28	14	143	14055
3034165	Beaumont-en-Argonne	beaumont-en-argonne	FR	08210	443	Europe/Paris	49.53804	5.05783		Beaumont,Beaumont-en-Argonne		44	08	083	08055
3034166	Beaumontel	beaumontel	FR	27170	749	Europe/Paris	49.08294	0.76223		Beaumontel		28	27	272	27050
3034167	Beaumont-du-Ventoux	beaumont-du-ventoux	FR	84340	304	Europe/Paris	44.18377	5.16549		Beaumont,Beaumont-du-Ventoux,Beumont dau Ventor,Beumont de Ventor,Bomon di Vantu,Bomon-dju-Vantu,Bèumont dau Ventor,Bèumont de Ventor,bo meng di wang tu,Бомон ди Ванту,Бомон-дю-Ванту,博蒙迪旺图		93	84	843	84015
3034168	Beaumont-du-Périgord	beaumont-du-perigord	FR	24440	1222	Europe/Paris	44.76988	0.76728		Beaumont,Beaumont-du-Perigord,Beaumont-du-Périgord,Belli Mons,Belmont,Belmont de Perigord,Bomon di Perigor,Bomon-dju-Perigor,Bèlmont,Bèlmont de Perigòrd,bo meng di pei li ge er,Бомон ди Перигор,Бомон-дю-Перигор,博蒙迪佩里戈尔		75	24	241	24028
3034169	Beaumont-de-Pertuis	beaumont-de-pertuis	FR	84120	1008	Europe/Paris	43.73737	5.68959		Beaumont,Beaumont-de-Pertuis,Beumont dAte,Beumont de Pertus,Beumont de Pertús,Bomon de Perti,Bomon-de-Pertjui,Bèumont de Pertús,bo meng de pei er di yi,Бомон де Перти,Бомон-де-Пертюи,Бомон-де-Пертюї,博蒙德佩尔蒂伊		93	84	841	84014
3034170	Beaumont-de-Lomagne	beaumont-de-lomagne	FR	82500	3655	Europe/Paris	43.88303	0.98768		Beaumont,Beaumont-de-Lomagne,Beumont de Lomanha,Bomon de Loman,Bomon-de-Loman',Bèumont de Lomanha,bo meng de luo ma ge,Бомон де Ломањ,Бомон-де-Ломань,博蒙德洛马格		76	82	821	82013
3034181	Beaumont	beaumont	FR	07110	0	Europe/Paris	50.3898	2.97011				32	62	627	62427
3034182	Beaumont	beaumont	FR	07110	0	Europe/Paris	50.03174	1.44336				28	76	761	76255
3034183	Beaumont	beaumont	FR	07110	0	Europe/Paris	49.72501	1.00369				28	76	761	76063
3034184	Beaumont	beaumont	FR	07110	0	Europe/Paris	49.65999	0.84672				28	76	763	76198
3034185	Beaumont	beaumont	FR	07110	0	Europe/Paris	49.61367	1.31834				28	76	761	76532
3034186	Beaumont	beaumont	FR	07110	68	Europe/Paris	48.85213	5.78826		Beaumont		44	54	544	54057
3034187	Beaumont	beaumont	FR	07110	0	Europe/Paris	48.63333	-2.43333				53	22	224	22054
3034188	Beaumont	beaumont	FR	07110	0	Europe/Paris	48.40907	2.04324				11	91	911	91130
3034189	Beaumont	beaumont	FR	07110	0	Europe/Paris	48.31238	3.14434				27	89	893	89074
3034190	Beaumont	beaumont	FR	07110	0	Europe/Paris	47.91945	3.56052		Beaumont		27	89	891	89031
3034191	Beaumont	beaumont	FR	07110	0	Europe/Paris	47.21322	3.57036				27	58	582	58132
3034192	Beaumont	beaumont	FR	07110	1636	Europe/Paris	46.73696	0.42967		Beaumont		75	86	863	86019
3034193	Beaumont	beaumont	FR	07110	0	Europe/Paris	46.71667	3				84	03	032	03210
3034194	Beaumont	beaumont	FR	07110	0	Europe/Paris	46.35264	2.5025				84	03	031	03128
3034195	Beaumont	beaumont	FR	07110	1432	Europe/Paris	46.10403	6.12074		Beaumont		84	74	743	74031
3034196	Beaumont	beaumont	FR	07110	0	Europe/Paris	45.96667	1.83333				75	23	232	23173
3034197	Beaumont-du-Lac	beaumont-du-lac	FR	87120	0	Europe/Paris	45.76667	1.83333		Beu Mont,Beumont,Bomon di Lak,Bomon-dju-Lak,Bèumont,bo meng di la,Бомон ди Лак,Бомон-дю-Лак,博蒙迪拉		75	87	872	87009
3034198	Beaumont	beaumont	FR	07110	12295	Europe/Paris	45.75165	3.08294		Beaumont,Bourg-Montagne		84	63	632	63032
3034199	Beaumont	beaumont	FR	07110	137	Europe/Paris	45.74004	1.45232				75	87	872	87174
3034200	Beaumont	beaumont	FR	07110	0	Europe/Paris	45.3209	3.76507				84	43	432	43228
3034201	Beaumont	beaumont	FR	07110	0	Europe/Paris	45.31327	3.34148		Beaumont		84	43	431	43022
3034202	Beaumont	beaumont	FR	07110	205	Europe/Paris	44.53791	4.16696		Beaumont,Chabreilles		84	07	071	07029
3034203	Beaumont	beaumont	FR	07110	100	Europe/Paris	43.94628	0.28563		Beaumont		76	32	322	32037
3034204	Beaumont	beaumont	FR	07110	0	Europe/Paris	43.31091	5.4342				93	13	133	13055
3034210	Beaumetz-lès-Loges	beaumetz-les-loges	FR	62123	1010	Europe/Paris	50.23897	2.65818				32	62	621	62097
3034211	Beaumetz-lès-Cambrai	beaumetz-les-cambrai	FR	62124	550	Europe/Paris	50.12204	2.98413		Beaumetz,Beaumetz-les-Cambrai,Beaumetz-lès-Cambrai		32	62	621	62096
3034212	Beaumetz-lès-Aire	beaumetz-les-aire	FR	62960	243	Europe/Paris	50.54023	2.22851		Beaumetz,Beaumetz-les-Aire,Beaumetz-lès-Aire		32	62	625	62095
3034213	Beaumetz	beaumetz	FR	80370	173	Europe/Paris	50.14067	2.11862		Beaumetz		32	80	802	80068
3034214	Beaumettes	beaumettes	FR	84220	208	Europe/Paris	43.85862	5.20157		Beaumettes,Bomet,Bomett,Lei Baumetas,bo mo te,Бомет,Бометт,博默特		93	84	841	84013
3034215	Beaumesnil	beaumesnil	FR	14380	0	Europe/Paris	49.65006	0.17818				28	76	762	76595
3034216	Beaumesnil	beaumesnil	FR	14380	670	Europe/Paris	49.01113	0.70553				28	27	272	27049
3034217	Beaumesnil	beaumesnil	FR	14380	197	Europe/Paris	48.89322	-0.98286		Beaumesnil		28	14	144	14054
3034218	Beaumes-de-Venise	beaumes-de-venise	FR	84190	2182	Europe/Paris	44.12227	5.03065		Baumas,Baumas de Venisa,Beaumes,Beaumes-de-Venise,Bom de Veniz,Bom-de-Veniz,bo mo de fu ni se,Бом де Вениз,Бом-де-Вениз,Бом-де-Веніз,博默德弗尼瑟		93	84	843	84012
3034282	Beaulandais	beaulandais	FR	61140	143	Europe/Paris	48.54448	-0.54425				28	61	611	61211
3034285	Beaujeu-Saint-Vallier-Pierrejux-et-Quitteur	beaujeu-saint-vallier-pierrejux-et-quitteur	FR	70100	760	Europe/Paris	47.5	5.68333		Beaujeu		27	70	702	70058
3034221	Beaumerie-Saint-Martin	beaumerie-saint-martin	FR	62170	328	Europe/Paris	50.45497	1.79948		Beaumerie,Beaumerie-Saint-Martin,Beaumeries-Saint-Martin,Bieumerie-Saint-Martin,Bomeri Sen Marten,Bomeri-Sen-Marten,bo mei li sheng ma dan,bywyry san martn,Бомери Сен Мартен,Бомери-Сен-Мартен,Бомері-Сен-Мартен,بيويري سان مارتن,博梅里圣马丹		32	62	624	62094
3034222	Beauménil	beaumenil	FR	88600	143	Europe/Paris	48.18065	6.72776		Beaumenil,Beauménil		44	88	881	88046
3034226	Beaumé	beaume	FR	02500	118	Europe/Paris	49.83754	4.1493		Beaume,Beaumé,Bome,bo mei,bwmh,bwmy,Боме,Բոմե,بومه,بومي,博梅		32	02	025	02055
3034227	Beaumat	beaumat	FR	46240	67	Europe/Paris	44.65955	1.51937		Beaumat		76	46	463	46138
3034229	Beaumarchés	beaumarches	FR	32160	655	Europe/Paris	43.58608	0.0904		Beaumarches,Beaumarchès,Beaumarchés		76	32	323	32036
3034231	Beaumais	beaumais	FR	14620	0	Europe/Paris	49.85128	1.14204				28	76	761	76413
3034232	Beaumais	beaumais	FR	14620	175	Europe/Paris	48.895	-0.07434		Beaumais		28	14	142	14053
3034234	Beaulon	beaulon	FR	03230	1581	Europe/Paris	46.60156	3.67314		Beaulon		84	03	032	03019
3034236	Beaulieu-sur-Sonnette	beaulieu-sur-sonnette	FR	16450	279	Europe/Paris	45.92455	0.38337		Beaulieu,Beaulieu-sur-Sonnette,Beuluec,Bol'e-sjur-Sonnett,Bol'jo-sjur-Sonnet,Bolije sir Sonet,suo nei te he pan bo li e,Болије сир Сонет,Больё-сюр-Соннет,Больє-сюр-Соннетт,索内特河畔博利厄		75	16	163	16035
3034237	Beaulieu-sur-Oudon	beaulieu-sur-oudon	FR	53320	420	Europe/Paris	48.00412	-0.99418		Beaulieu,Beaulieu-sur-Oudon		52	53	532	53026
3034238	Beaulieu-sur-Mer	beaulieu-sur-mer	FR	06310	3824	Europe/Paris	43.70692	7.33135		Beaulieu,Beaulieu-sur-Mer,Bellus Locus,Beuluec de Mar,Bol'e-sjur-Mer,Bol'jo-sjur-Mer,Bolije na Moru,Bèuluec de Mar,XBM,bin hai bo e,boryu=shuru=meru,bywlyw swr myr,Болије на Мору,Больё-сюр-Мер,Больє-сюр-Мер,بيوليو سور مير,ボーリュー＝シュル＝メール,滨海博略		93	06	062	06011
3034239	Beaulieu-sur-Loire	beaulieu-sur-loire	FR	45630	0	Europe/Paris	47.54323	2.81619		Beaulieu,Beaulieu-sur-Loire,Bol'e-sjur-Luar,Bolije na Loari,lu wa er he pan bo li e,Болије на Лоари,Больє-сюр-Луар,卢瓦尔河畔博利厄		24	45	451	45029
3034240	Beaulieu-sur-Layon	beaulieu-sur-layon	FR	49750	1126	Europe/Paris	47.31094	-0.59017		Beaulieu,Beaulieu-sur-Layon,Bol'e-sjur-Lejon,Bolije sir Lajon,lai weng he pan bo li e,Болије сир Лајон,Больє-сюр-Лейон,莱翁河畔博利厄		52	49	491	49022
3034241	Beaulieu-sur-Dordogne	beaulieu-sur-dordogne	FR	19120	1326	Europe/Paris	44.97832	1.83834		Beaulieu,Beaulieu-sur-Dordogne,Bel Luec,Belluec,Bellus Locus ad Duranium,Bol'e-sjur-Dordon',Bol'jo-sjur-Dordon',Bolije na Dordoni,Bèlluèc,Bél Luéc,bo li yex-sur-d xrdxy,boryu=shuru=dorudonyu,duo er duo ni he pan bo li e,Болије на Дордоњи,Болье-сюр-Дордонь,Больё-сюр-Дордонь,Больє-сюр-Дордонь,โบลีเยอ-ซูร์-ดอร์ดอญ,ボーリュー＝シュル＝ドルドーニュ,多尔多尼河畔博利厄		75	19	191	19019
3034242	Beaulieu-sous-Parthenay	beaulieu-sous-parthenay	FR	79420	652	Europe/Paris	46.5764	-0.23473		Beaulieu,Beaulieu-sous-Parthenay,Bellus Locus,Bol'e-su-Partene,Bolije su Partne,Болије су Партне,Больє-су-Партене		75	79	793	79029
3034243	Beaulieu-sous-la-Roche	beaulieu-sous-la-roche	FR	85190	1843	Europe/Paris	46.67706	-1.61073		Beaulieu,Beaulieu-sous-la-Roche,Bol'e-su-la-Rosh,Bolije su la Rosh,bo li e su si-la luo she,Болије су ла Рош,Больє-су-ла-Рош,博利厄苏斯-拉罗舍		52	85	853	85016
3034245	Beaulieu-lès-Loches	beaulieu-les-loches	FR	37600	1824	Europe/Paris	47.12526	1.01585		Beaulieu,Beaulieu-les-Loches,Beaulieu-lès-Loches		24	37	373	37020
3034246	Beaulieu-les-Fontaines	beaulieu-les-fontaines	FR	60310	581	Europe/Paris	49.66015	2.91248		Beaulieu,Beaulieu-les-Fontaines,Bol'e-le-Fonten,Bolije le Fonten,bo li e lai feng tai nei,Болије ле Фонтен,Больє-ле-Фонтен,博利厄莱丰泰内		32	60	603	60053
3034247	Beaulieu-en-Argonne	beaulieu-en-argonne	FR	55250	31	Europe/Paris	49.03213	5.06679		Beaulieu,Beaulieu-en-Argonne		44	55	551	55038
3034257	Beaulieu	beaulieu	FR	07460	0	Europe/Paris	49.89931	4.34541		Beaulieu		44	08	081	08319
3034258	Beaulieu	beaulieu	FR	07460	0	Europe/Paris	49.5795	1.8392				32	60	601	60623
3034259	Beaulieu	beaulieu	FR	07460	0	Europe/Paris	49.40864	0.92206				28	76	763	76056
3034260	Beaulieu	beaulieu	FR	07460	167	Europe/Paris	48.90965	-0.81905		Beaulieu		28	14	144	14061
3034261	Beaulieu	beaulieu	FR	07460	0	Europe/Paris	48.67975	0.7436		Beaulieu,Bol'e,Bolije,bo li e,Болије,Болье,Больє,博利厄		28	61	613	61034
3034262	Beaulieu	beaulieu	FR	07460	0	Europe/Paris	48.49449	3.45692				44	10	102	10231
3034264	Beaulieu	beaulieu	FR	07460	44	Europe/Paris	47.25654	3.52703		Beaulieu		27	58	582	58026
3034265	Beaulieu	beaulieu	FR	07460	0	Europe/Paris	46.65352	2.1781				24	18	182	18193
3034266	Beaulieu	beaulieu	FR	07460	0	Europe/Paris	46.38688	1.3075		Beaulieu		24	36	361	36015
3034267	Beaulieu	beaulieu	FR	07460	0	Europe/Paris	46.29011	3.44406				84	03	033	03215
3034268	Beaulieu	beaulieu	FR	07460	0	Europe/Paris	45.55	0.33333				75	16	161	16285
3034269	Beaulieu	beaulieu	FR	07460	0	Europe/Paris	45.457	2.51518		Beaulieu		84	15	152	15020
3034270	Beaulieu	beaulieu	FR	07460	425	Europe/Paris	45.44497	3.28546		Beaulieu		84	63	633	63031
3034271	Beaulieu	beaulieu	FR	07460	555	Europe/Paris	45.17894	5.39452		Beaulieu		84	38	381	38033
3034272	Beaulieu	beaulieu	FR	07460	0	Europe/Paris	45.12801	3.9419		Baulieu,Beaulieu		84	43	432	43021
3034273	Beaulieu	beaulieu	FR	07460	421	Europe/Paris	44.36086	4.2337		Beaulieu,Union-Bel-Air		84	07	071	07028
3034274	Beaulieu	beaulieu	FR	07460	1573	Europe/Paris	43.72861	4.02194		Beaulieu		76	34	343	34027
3034275	Beaulieu	beaulieu	FR	07460	0	Europe/Paris	43.13333	5.96667				93	83	832	83137
3034281	Beaulencourt	beaulencourt	FR	62450	195	Europe/Paris	50.06667	2.86667		Biaulincourt,Bolankur,bo lang ku er,bylynkwrt,Боланкур,بيلينكورت,博朗库尔		32	62	621	62093
3034287	Beaujeu	beaujeu	FR	04420	2027	Europe/Paris	46.15428	4.58826		Beaujeu,Bojor,Bôjor		84	69	692	69018
3034288	Beaujeu	beaujeu	FR	04420	163	Europe/Paris	44.20298	6.37129		Beaujeu		93	04	043	04024
3034294	Beaugies-sous-Bois	beaugies-sous-bois	FR	60640	86	Europe/Paris	49.63765	3.10317		Beaugies,Beaugies-sous-Bois		32	60	603	60052
3034297	Beaugency	beaugency	FR	45190	7659	Europe/Paris	47.78019	1.62705		Balgentiacum,Beaugency,Bozhansi,bo rang xi,Божанси,Божансі,博让西		24	45	452	45028
3034298	Beaugeay	beaugeay	FR	17620	500	Europe/Paris	45.8736	-1.00018		Beaugeay		75	17	172	17036
3034300	Beaugas	beaugas	FR	47290	367	Europe/Paris	44.50706	0.59551		Beaugas		75	47	473	47023
3034303	Beaufremont	beaufremont	FR	88300	72	Europe/Paris	48.25612	5.75393		Beaufremont,Bofremon,bo fu lei meng,Бофремон,博夫雷蒙		44	88	882	88045
3034305	Beaufour-Druval	beaufour-druval	FR	14340	378	Europe/Paris	49.21378	0.02592				28	14	143	14231
3034306	Beaufou	beaufou	FR	85170	0	Europe/Paris	47.44057	2.75886				24	18	181	18014
3034307	Beaufort-sur-Gervanne	beaufort-sur-gervanne	FR	26400	332	Europe/Paris	44.77726	5.14004		Beaufort,Beaufort-sur Gervane,Beaufort-sur-Gervanne		84	26	261	26035
3034309	Beaufort-en-Vallée	beaufort-en-vallee	FR	49250	5677	Europe/Paris	47.44006	-0.21655		Beaufort,Beaufort-en-Vallee,Beaufort-en-Vallée,Bofor an Vale,Bofor-an-Valle,wa lai ai de qu bo fu er,Бофор ан Вале,Бофор-ан-Валле,瓦莱埃地区博福尔		52	49	493	49021
3034310	Beaufort-en-Santerre	beaufort-en-santerre	FR	80170	140	Europe/Paris	49.77611	2.66809		Beaufort,Beaufort-en-Santerre,Bieufort-in-Santerre,Bieufort-in-Santérre,Bofort an Santer,Bofort-an-Santerr,bo fu er ang sang tai er,Бофорт ан Сантер,Бофорт-ан-Сантерр,博福尔昂桑泰尔		32	80	804	80067
3034311	Beaufort-en-Argonne	beaufort-en-argonne	FR	55700	172	Europe/Paris	49.47218	5.11356		Beaufort,Beaufort-en-Argonne		44	55	553	55037
3034312	Beaufort-Blavincourt	beaufort-blavincourt	FR	62810	392	Europe/Paris	50.2795	2.49739		Beaufort-Blavincourt		32	62	621	62092
3034314	Beaufort	beaufort	FR	31370	0	Europe/Paris	50.21594	3.96331		Beaufort		32	59	591	59058
3034315	Beaufort	beaufort	FR	31370	1000	Europe/Paris	46.57356	5.43873		Beaufort,Beaufort-du Jura		27	39	392	39043
3034316	Beaufort	beaufort	FR	31370	2170	Europe/Paris	45.71915	6.57331		Beaufort,Beaufort-sur-Doron,Mont-Grand		84	73	731	73034
3034317	Beaufort	beaufort	FR	31370	447	Europe/Paris	45.32512	5.12124		Beaufort		84	38	383	38032
3034318	Beaufort	beaufort	FR	31370	0	Europe/Paris	45.06667	0.4				75	24	243	24543
3034319	Beaufort	beaufort	FR	31370	276	Europe/Paris	43.45922	1.11239		Beaufort		76	31	311	31051
3034320	Beaufort	beaufort	FR	31370	175	Europe/Paris	43.29803	2.75826		Beaufort		76	34	341	34026
3034321	Beaufin	beaufin	FR	38970	0	Europe/Paris	44.78879	5.96082		Beaufin		84	38	381	38031
3034322	Beauficel-en-Lyons	beauficel-en-lyons	FR	27480	196	Europe/Paris	49.40695	1.52327		Beauficel,Beauficel-en-Lyons		28	27	271	27048
3034323	Beauficel	beauficel	FR	50150	166	Europe/Paris	48.74007	-0.97615		Beauficel		28	50	501	50040
3034325	Beaufay	beaufay	FR	72110	1305	Europe/Paris	48.14715	0.36192		Beaufay		52	72	723	72026
3034326	Beaufai	beaufai	FR	61270	322	Europe/Paris	48.74896	0.51453		Beaufai		28	61	613	61032
3034330	Beaudricourt	beaudricourt	FR	62810	94	Europe/Paris	50.24829	2.40738		Beaudricourt		32	62	621	62091
3034334	Beaudignies	beaudignies	FR	59530	556	Europe/Paris	50.23673	3.5932		Beaudignies,Bodini,bo di ni,Бодини,Бодињи,Бодіні,博迪尼		32	59	591	59057
3034336	Beaudéduit	beaudeduit	FR	60210	179	Europe/Paris	49.6795	2.06319		Beaudeduit,Beaudéduit		32	60	601	60051
3034337	Beaudéan	beaudean	FR	65710	396	Europe/Paris	43.02803	0.16813		Baudean,Beaudean,Beaudéan		76	65	652	65078
3034338	Beaucroissant	beaucroissant	FR	38140	1348	Europe/Paris	45.34276	5.47102		Beaucroissant		84	38	381	38030
3034339	Beaucouzé	beaucouze	FR	49070	4534	Europe/Paris	47.47514	-0.63219		Beaucouze,Beaucouzé,Bokuze,bo ku ze,Бокузе,博库泽		52	49	491	49020
3034340	Beaucourt-sur-l'Hallue	beaucourt-sur-l-hallue	FR	80260	0	Europe/Paris	49.98982	2.44402		Beaucourt,Beaucourt-sur-l'Hallue		32	80	802	80066
3034341	Beaucourt-sur-l'Ancre	beaucourt-sur-l-ancre	FR	80300	0	Europe/Paris	50.08091	2.68675		Beaucourt,Beaucourt-sur Ancre,Beaucourt-sur-l'Ancre		32	80	804	80065
3034342	Beaucourt-en-Santerre	beaucourt-en-santerre	FR	80110	116	Europe/Paris	49.7918	2.58514		Beaucourt,Beaucourt-en-Santerre		32	80	803	80064
3034343	Beaucourt	beaucourt	FR	90500	5565	Europe/Paris	47.48878	6.92214		Beaucourt,Bokur,bo ku er,Бокур,博库尔		27	90	901	90009
3034344	Beaucoudray	beaucoudray	FR	50420	134	Europe/Paris	48.95774	-1.14273		Beaucoubray,Beaucoudray		28	50	504	50039
3034346	Beauclair	beauclair	FR	55700	86	Europe/Paris	49.45829	5.11597		Beauclair		44	55	553	55036
3034349	Beauchery-Saint-Martin	beauchery-saint-martin	FR	77560	404	Europe/Paris	48.61667	3.4				11	77	773	77026
3034352	Beauchêne	beauchene	FR	41170	0	Europe/Paris	49.56421	0.50819				28	76	762	76114
3034353	Beauchêne	beauchene	FR	41170	0	Europe/Paris	48.71626	1.56024				24	28	283	28056
3034354	Beauchêne	beauchene	FR	41170	211	Europe/Paris	48.68333	-0.71667		Beauchene,Beauchêne		28	61	612	61486
3034355	Beauchêne	beauchene	FR	41170	0	Europe/Paris	48.43106	1.18845				24	28	281	28099
3034356	Beauchêne	beauchene	FR	41170	0	Europe/Paris	48.16196	3.61107				27	89	893	89120
3034357	Beauchêne	beauchene	FR	41170	146	Europe/Paris	47.93925	0.96989		Beauchene,Beauchêne		24	41	412	41014
3034358	Beauchêne	beauchene	FR	41170	0	Europe/Paris	47.68442	-1.34192				52	44	445	44054
3034360	Beauchemin	beauchemin	FR	52260	106	Europe/Paris	47.90575	5.24133		Beauchemin		44	52	522	52042
3034361	Beauche	beauche	FR	28270	322	Europe/Paris	48.68462	0.96581		Beauche		24	28	283	28030
3034362	Beauché	beauche	FR	28270	0	Europe/Paris	46.81667	1.33333				24	36	362	36232
3034363	Beauchastel	beauchastel	FR	07800	1614	Europe/Paris	44.82587	4.80305		Beauchastel		84	07	072	07027
3034365	Beauchamps-sur-Huillard	beauchamps-sur-huillard	FR	45270	357	Europe/Paris	47.9378	2.45428		Beauchamps,Beauchamps-sur-Huillard,Bosham-sjur-Juijar,Boshan sir Ijar,yu yi la er he pan bo shang pu,Бошам-сюр-Юіяр,Бошан сир Ијар,于伊拉尔河畔博尚普		24	45	451	45027
3034366	Beauchamps	beauchamps	FR	50320	1020	Europe/Paris	50.01202	1.51764		Beauchamps		32	80	801	80063
3034367	Beauchamps	beauchamps	FR	50320	362	Europe/Paris	48.83238	-1.36		Beauchamps		28	50	501	50038
3034369	Beauchamp	beauchamp	FR	95250	9532	Europe/Paris	49.01667	2.2		Beauchamp		11	95	951	95051
3034371	Beauchalot	beauchalot	FR	31360	445	Europe/Paris	43.10831	0.86801		Beauchalot,Boshalo,Vauchalot,Vauchalòt,bo sha luo,Бошало,博沙洛		76	31	312	31050
3034372	Beaucens	beaucens	FR	65400	366	Europe/Paris	42.97655	-0.06056		Beaucens		76	65	651	65077
3034374	Beaucé	beauce	FR	35133	1178	Europe/Paris	48.33852	-1.15722		Beauce,Beaucé,Belzeg		53	35	351	35021
3034375	Beaucamps-Ligny	beaucamps-ligny	FR	59134	979	Europe/Paris	50.60563	2.91588		Beaucamps-Ligny		32	59	595	59056
3034376	Beaucamps-le-Vieux	beaucamps-le-vieux	FR	80430	1411	Europe/Paris	49.84642	1.78272		Beaucamps-le-Vieu,Beaucamps-le-Vieux		32	80	802	80062
3034377	Beaucamps-le-Jeune	beaucamps-le-jeune	FR	80430	190	Europe/Paris	49.81618	1.77278		Beaucamps,Beaucamps-le-Jeune		32	80	802	80061
3034380	Beaucaire	beaucaire	FR	30300	0	Europe/Paris	46.36819	2.99906				84	03	032	03099
3034381	Beaucaire	beaucaire	FR	30300	293	Europe/Paris	43.83756	0.38448		Beaucaire,Beaucaire-sur-Baise,Beaucaire-sur-Baïse		76	32	322	32035
3034382	Beaucaire	beaucaire	FR	30300	14766	Europe/Paris	43.80806	4.64417		Beaucaire,Bellcaire,Beucaire,Boker,Bèucaire,Castrum Bellicadri,Pont-National,bo kai er,bokeru,Бокер,ボーケール,博凯尔		76	30	302	30032
3034385	Beaubray	beaubray	FR	27190	279	Europe/Paris	48.91451	0.90756		Beaubray		28	27	273	27047
3034386	Baubigny	baubigny	FR	21340	169	Europe/Paris	49.42917	-1.8203		Baubigny		28	50	502	50033
3034390	Beaubery	beaubery	FR	71220	338	Europe/Paris	46.4024	4.39832		Beaubery		27	71	713	71025
3034391	Beaubec-la-Rosière	beaubec-la-rosiere	FR	76440	401	Europe/Paris	49.64509	1.53273		Beaubec,Beaubec-la-Rosiere,Beaubec-la-Rosière		28	76	761	76060
3034398	Béard	beard	FR	58160	169	Europe/Paris	46.86286	3.32553		Beard,Béard		27	58	583	58025
3034403	Béalencourt	bealencourt	FR	62770	138	Europe/Paris	50.43571	2.12122		Bealankur,Bealencourt,Béalencourt,bei a lang ku er,byalynkwrt,Беаланкур,بيالينكورت,贝阿朗库尔		32	62	624	62090
3034404	Béalcourt	bealcourt	FR	80370	108	Europe/Paris	50.20422	2.1848		Bealcourt,Béalcourt		32	80	802	80060
3034406	Bazus-Neste	bazus-neste	FR	65250	49	Europe/Paris	43.0353	0.38075		Bazus,Bazus-Neste		76	65	652	65076
3034407	Bazus-Aure	bazus-aure	FR	65170	125	Europe/Paris	42.85584	0.34926		Bazus,Bazus-Aure		76	65	652	65075
3034408	Bazus	bazus	FR	31380	599	Europe/Paris	43.73555	1.51631		Bazus		76	31	313	31049
3034409	Bazugues	bazugues	FR	32170	58	Europe/Paris	43.44816	0.34407		Bazugues		76	32	323	32034
3034410	Bazuel	bazuel	FR	59360	590	Europe/Paris	50.0911	3.59143		Basuel,Bazuel		32	59	592	59055
3034411	Bazouges-sur-le-Loir	bazouges-sur-le-loir	FR	72200	1197	Europe/Paris	47.68928	-0.16883		Bazouges,Bazuzh na Loari,Bazuzh-sjur-le-Luar,Базуж на Лоари,Базуж-сюр-ле-Луар		52	72	721	72025
3034413	Bazouges-la-Pérouse	bazouges-la-perouse	FR	35560	1849	Europe/Paris	48.42614	-1.57439		Bazeleg-ar-Veineg,Bazogiae Petrosae,Bazouges,Bazouges-la-Perouse,Bazouges-la-Pérouse,Bazuzh la Peruz,Bazuzh-la-Peruz,ba zu re la pei lu si,Базуж ла Перуз,Базуж-ла-Перуз,巴祖热拉佩鲁斯		53	35	351	35019
3034415	Bazougers	bazougers	FR	53170	981	Europe/Paris	48.01695	-0.58156		Bazougers		52	53	531	53025
3034416	Bazordan	bazordan	FR	65670	166	Europe/Paris	43.22329	0.55156		Bazordan		76	65	653	65074
3034417	Bazoques	bazoques	FR	27230	142	Europe/Paris	49.17108	0.55241		Bazok,Bazoques,ba zuo qu ai,Базок,巴佐屈埃		28	27	272	27046
3034418	Bazoncourt	bazoncourt	FR	57530	481	Europe/Paris	49.05176	6.36729		Bazoncourt,Bazonkur,ba zong ku er,bazwnkwr,Базонкур,بازونکور,巴宗库尔		44	57	579	57055
3034419	Bazolles	bazolles	FR	58110	266	Europe/Paris	47.1421	3.61605				27	58	583	58024
3034420	Bazoilles-sur-Meuse	bazoilles-sur-meuse	FR	88300	648	Europe/Paris	48.30473	5.65823		Bazoilles,Bazoilles-sur-Meuse		44	88	882	88044
3034421	Bazoilles-et-Ménil	bazoilles-et-menil	FR	88500	124	Europe/Paris	48.25891	6.10474		Bazoilles,Bazoilles-et-Menil,Bazoilles-et-Ménil		44	88	882	88043
3034422	Bazoges-en-Pareds	bazoges-en-pareds	FR	85390	1127	Europe/Paris	46.65697	-0.9183		Bazoges,Bazoges en Pareds,Bazoges-en-Pareds		52	85	851	85014
3034423	Bazoges-en-Paillers	bazoges-en-paillers	FR	85130	898	Europe/Paris	46.90861	-1.13678		Bazoges,Bazoges-en-Paillers		52	85	852	85013
3034424	Bazoches-sur-Vesles	bazoches-sur-vesles	FR	02220	383	Europe/Paris	49.31667	3.61667		Bazoches,Bazoches-sur-Vesle,Bazos syur Vel,Bazosh sir Vel,Bazosh-sjur-Vel',bazwsh-swr-wsl,wei lei he pan ba zuo shen,Базош сир Вел,Базош-сюр-Вель,Բազոշ սյուր Վել,بازوش-سور-وسل,韦勒河畔巴佐什		32	02	024	02054
3034425	Bazoches-sur-le-Betz	bazoches-sur-le-betz	FR	45210	709	Europe/Paris	48.13298	2.98831		Bazoches,Bazoches-sur-le-Betz,Bazosh sir le Bec,Bazosh-sjur-le-Be,lai-bei te he pan ba er zuo xie,Базош сир ле Бец,Базош-сюр-ле-Бе,莱-贝特河畔巴尔佐谢		24	45	451	45026
3034426	Bazoches-sur-Hoëne	bazoches-sur-hoene	FR	61560	931	Europe/Paris	48.55184	0.47475		Bazoches,Bazoches-sur-Hoene,Bazoches-sur-Hoëne		28	61	613	61029
3034427	Bazoches-sur-Guyonne	bazoches-sur-guyonne	FR	78490	507	Europe/Paris	48.77829	1.85543		Bazoches,Bazoches-sur-Guyonne,Bazosh sir Gijon,Bazosh-sjur-Gvionn,Базош сир Гијон,Базош-сюр-Гвионн,Базош-сюр-Гвіонн		11	78	782	78050
3034428	Bazoches-les-Hautes	bazoches-les-hautes	FR	28140	301	Europe/Paris	48.15176	1.79957		Bazoches,Bazoches-les-Hautes		24	28	282	28029
3034429	Bazoches-les-Gallerandes	bazoches-les-gallerandes	FR	45480	1428	Europe/Paris	48.1654	2.04319		Bazoches,Bazoches-les-Gallerandes,Bazosh le Galarand,Bazosh-le-Gallerand,ba zuo xie lai jia lei lang dai,Базош ле Галаранд,Базош-ле-Галлеранд,巴佐谢莱加勒朗代		24	45	453	45025
3034430	Bazoches-lès-Bray	bazoches-les-bray	FR	77118	782	Europe/Paris	48.39866	3.18834		Bazoches,Bazoches-les-Bray,Bazoches-lès-Bray,Bazosh le Bre,Bazosh-le-Bre,Базош ле Бре,Базош-ле-Бре		11	77	773	77025
3034431	Bazoches-en-Dunois	bazoches-en-dunois	FR	28140	250	Europe/Paris	48.10426	1.5668		Bazoches,Bazoches-en-Dunois,Bazoches-le-Plaisant		24	28	282	28028
3034432	Bazoches-au-Houlme	bazoches-au-houlme	FR	61210	345	Europe/Paris	48.81783	-0.24052		Bazoches,Bazoches-au-Houlme		28	61	612	61028
3034433	Bazoches	bazoches	FR	58190	199	Europe/Paris	47.37786	3.785		Bazoches		27	58	581	58023
3034434	Bazinval	bazinval	FR	76340	307	Europe/Paris	49.95872	1.55465		Bazinval		28	76	761	76059
3034436	Bazinghen	bazinghen	FR	62250	350	Europe/Paris	50.82464	1.6616		Bazengan,Bazingen,Bazinghen,Bazinghin,ba zan gang,bazynhm,Базенган,Базинген,بازينهم,巴赞冈		32	62	623	62089
3034437	Bazincourt-sur-Saulx	bazincourt-sur-saulx	FR	55170	140	Europe/Paris	48.67557	5.13884		Bazincourt,Bazincourt-sur-Saulx		44	55	551	55035
3034438	Bazincourt-sur-Epte	bazincourt-sur-epte	FR	27140	609	Europe/Paris	49.31271	1.76619		Bazincourt,Bazincourt-sur-Epte		28	27	271	27045
3034440	Bazillac	bazillac	FR	65140	318	Europe/Paris	43.35472	0.09969		Bazillac		76	65	653	65073
3034441	Bazien	bazien	FR	88700	85	Europe/Paris	48.41111	6.67599		Bazien		44	88	881	88042
3034442	Baziège	baziege	FR	31450	2468	Europe/Paris	43.45494	1.61386		Basieja,Basièja,Baz'ezh,Baziege,Baziège,Bazjezh,ba qi ye ge,Базьеж,Базьєж,Базјеж,巴齐耶格		76	31	313	31048
3034443	Bazicourt	bazicourt	FR	60700	304	Europe/Paris	49.34317	2.6235		Bazicourt,Bazikur,ba qi ku er,Базикур,Базікур,巴齐库尔		32	60	602	60050
3034444	Bazian	bazian	FR	32320	105	Europe/Paris	43.66916	0.32235		Bazian		76	32	321	32033
3034445	Bazet	bazet	FR	65460	0	Europe/Paris	44.82852	0.54648				75	24	241	24140
3034446	Bazet	bazet	FR	65460	1331	Europe/Paris	43.29081	0.07146		Bazet		76	65	653	65072
3034448	Bazenville	bazenville	FR	14480	150	Europe/Paris	49.30392	-0.58678		Bazenville		28	14	141	14049
3034449	Bazentin	bazentin	FR	80300	68	Europe/Paris	50.03183	2.76246		Bazanten,Bazentin,Bazintin,Bezanten,ba cang dan,Базантен,Безантен,巴藏丹		32	80	804	80059
3034450	Bazens	bazens	FR	47130	508	Europe/Paris	44.26339	0.42262		Bazens		75	47	471	47022
3034451	Bazemont	bazemont	FR	78580	1610	Europe/Paris	48.92726	1.86651		Bazemon,Bazemont,Bazmon,Баземон,Базмон		11	78	783	78049
3034452	Bazelat	bazelat	FR	23160	283	Europe/Paris	46.35215	1.53848		Bazelat		75	23	232	23018
3034453	Bazeilles-sur-Othain	bazeilles-sur-othain	FR	55600	92	Europe/Paris	49.49772	5.42868		Bazeilles,Bazeilles-sur-Othain		44	55	553	55034
3034454	Bazeilles	bazeilles	FR	08140	2108	Europe/Paris	49.6765	4.97752		Bazeilles,Bazej,ba ze ye,Базей,Базеј,巴泽耶		44	08	083	08053
3034456	Bazegney	bazegney	FR	88270	83	Europe/Paris	48.26584	6.22691		Bazegney,Bazen'e,Bazene,ba ze gai yi,Базенье,Базеньє,Базење,巴泽盖伊		44	88	881	88041
3034457	Bazauges	bazauges	FR	17490	139	Europe/Paris	45.91994	-0.17462		Bazauges		75	17	175	17035
3034458	Bazas	bazas	FR	33430	5131	Europe/Paris	44.43161	-0.21337		Basatum,Baza,Bazas,Vasats,bazasu,База,Базас,バザス		75	33	333	33036
3034459	Bazarnes	bazarnes	FR	89460	410	Europe/Paris	47.65967	3.66365		Bazarnes		27	89	891	89030
3034460	Bazancourt	bazancourt	FR	51110	159	Europe/Paris	49.55315	1.73468		Bazancourt		32	60	601	60049
3034461	Bazancourt	bazancourt	FR	51110	1954	Europe/Paris	49.36562	4.17051		Bazancourt		44	51	513	51043
3034463	Bazainville	bazainville	FR	78550	1304	Europe/Paris	48.80435	1.66732		Bazainville,Bazenvil,Bazenvil',Базенвил,Базенвиль,Базенвіль		11	78	781	78048
3034464	Bazaiges	bazaiges	FR	36270	231	Europe/Paris	46.49879	1.53333		Bazaiges		24	36	362	36014
3034465	Bazac	bazac	FR	16210	154	Europe/Paris	45.23153	0.04978		Bazac,Bazak,ba zha ke,Базак,巴扎克		75	16	161	16034
3034466	Bay-sur-Aube	bay-sur-aube	FR	52160	54	Europe/Paris	47.81667	5.06667		Bay		44	52	522	52040
3034469	Bayonville-sur-Mad	bayonville-sur-mad	FR	54890	312	Europe/Paris	49.01398	5.99121		Bayonville,Bayonville-sur-Mad		44	54	544	54055
3034470	Bayonvillers	bayonvillers	FR	80170	350	Europe/Paris	49.86136	2.62873		Bayonvillers		32	80	804	80058
3034471	Bayonville	bayonville	FR	08240	104	Europe/Paris	49.4	5		Bajonvil,Bajonvil',Bayonville,Bayonville-et-Chennery,Beonvil',ba yong wei er,Байонвиль,Бајонвил,Беонвіль,巴永维尔		44	08	084	08052
3034472	Bayons	bayons	FR	04250	262	Europe/Paris	44.33868	6.16369		Baions,Bajon,Bayons,Bejon,ba yong,Байон,Бајон,Бейон,巴永		93	04	044	04023
3034550	Baugy	baugy	FR	18800	0	Europe/Paris	46.82	3.39534				27	58	583	58020
3034475	Bayonne	bayonne	FR	64100	44396	Europe/Paris	43.49316	-1.473		Baiona,Bajon,Bajona,Bajonna,Bajono,Bayona,Bayonne,XBY,ba yue ne,ba yxn,baiyon'nu,bayon,baywn,Байон,Байонна,Баёна,Бајон,באיון,بايون,بایون,บายอน,バイヨンヌ,巴约讷,바욘	641	75	64	641	64102
3034476	Bayon	bayon	FR	54290	1438	Europe/Paris	48.47425	6.31631		Bayon		44	54	542	54054
3034477	Bayon-sur-Gironde	bayon-sur-gironde	FR	33710	723	Europe/Paris	45.05	-0.58333				75	33	331	33035
3034483	Bayeux	bayeux	FR	14400	15963	Europe/Paris	49.27732	-0.7039		Bagie,Baiocae,Baius,Baje,Bajjo,Bajo,Bayeux,ba yue,baiyu,baye'uksa,bayw,bayw  frans,bayw  fransh,Μπαγιέ,Байо,Байё,Баје,באייה,بايو,بایو، فرانس,بایو، فرانسه,বায়েউক্স,バイユー,巴约	141	28	14	141	14047
3034484	Bayet	bayet	FR	03500	651	Europe/Paris	46.24847	3.26893		Bae,Baiac,Baiet,Baje,Bayet,bai ai,Бае,Байе,Бає,Баје,拜埃		84	03	032	03018
3034485	Bayers	bayers	FR	16460	122	Europe/Paris	45.9215	0.22914		Baje,Bajer,Bayers,Bee,bai ai er,Байе,Бајер,Беє,拜埃尔		75	16	163	16023
3034486	Bayenghem-lès-Seninghem	bayenghem-les-seninghem	FR	62380	320	Europe/Paris	50.70031	2.07681		Bayenghem,Bayenghem-les-Seninghem,Bayenghem-lès-Seninghem		32	62	625	62088
3034487	Bayenghem-lès-Éperlecques	bayenghem-les-eperlecques	FR	62910	901	Europe/Paris	50.80814	2.1208		Baengem-lez-Eperlek,Bajangam lez Eperlek,Bayenghem,Bayenghem-les-Eperlecques,Bayenghem-lès-Eperlecques,Bayenghem-lès-Éperlecques,Bayinghin-les-Epalecques,Bayinghin-lès-Épalecques,bai yang gai lai ai pei lai ke,baynhym lyh aybrlyhkyws,Баенгем-лез-Еперлек,Баєнгем-лез-Еперлек,Бајангам лез Еперлек,باينهيم ليه إيبرليهكيوس,拜扬盖莱埃佩莱克		32	62	625	62087
3034488	Bayencourt	bayencourt	FR	80560	70	Europe/Paris	50.13198	2.57477		Bayencourt		32	80	804	80057
3034489	Bayel	bayel	FR	10310	873	Europe/Paris	48.19799	4.77767		Bayel		44	10	101	10035
3034490	Bayecourt	bayecourt	FR	88150	274	Europe/Paris	48.26624	6.48727		Bayecourt		44	88	881	88040
3034492	Baye	baye	FR	29300	376	Europe/Paris	48.85369	3.76357		Baye		44	51	512	51042
3034493	Baye	baye	FR	29300	977	Europe/Paris	47.85739	-3.60528		Baye,Bei		53	29	294	29005
3034495	Bayas	bayas	FR	33230	458	Europe/Paris	45.06131	-0.20703		Bayas		75	33	335	33034
3034499	Bayac	bayac	FR	24150	376	Europe/Paris	44.80405	0.72609		Baiac,Bajak,Bayac,Bayacum,bai a ke,Баяк,Бајак,拜阿克		75	24	241	24027
3034501	Bay	bay	FR	70150	79	Europe/Paris	47.289	5.71856		Bay		27	70	702	70057
3034502	Bax	bax	FR	31310	91	Europe/Paris	43.22637	1.28818		Bax		76	31	311	31047
3034504	Bavincourt	bavincourt	FR	62158	354	Europe/Paris	50.22573	2.56723		Bavenkur,Bavincourt,ba wan ku er,bafynkwrt,Бавенкур,بافينكورت,巴万库尔		32	62	621	62086
3034505	Bavinchove	bavinchove	FR	59670	984	Europe/Paris	50.78618	2.45704		Bavenshov,Bavinchove,Bavinkhove,Boavinkove,Bovinchon,Ravinchove,ba wan shen wo,Бавеншов,巴万什沃		32	59	594	59054
3034506	Bavilliers	bavilliers	FR	90800	4807	Europe/Paris	47.62235	6.83543		Bavije,Bavil'e,Bavilliers,ba wei li ye er,Бавије,Бавільє,巴维利耶尔		27	90	901	90008
3034507	Baverans	baverans	FR	39100	343	Europe/Paris	47.10078	5.53825		Baverans		27	39	391	39042
3034509	Bavent	bavent	FR	14860	1795	Europe/Paris	49.22996	-0.18675		Bavan,Bavent,ba wang,Баван,巴旺		28	14	143	14046
3034511	Bavelincourt	bavelincourt	FR	80260	86	Europe/Paris	49.9853	2.45427		Bavelincourt		32	80	802	80056
3034514	Bavay	bavay	FR	59570	3414	Europe/Paris	50.29828	3.79372		Bagacum,Bavai,Bave,ba wei,Баве,巴韦		32	59	591	59053
3034515	Bavans	bavans	FR	25550	4108	Europe/Paris	47.48528	6.73324		Bavans		27	25	252	25048
3034516	Bauzy	bauzy	FR	41250	265	Europe/Paris	47.53556	1.60814		Bauzy		24	41	411	41013
3034519	Bauzemont	bauzemont	FR	54370	132	Europe/Paris	48.67399	6.52828		Bauzemont		44	54	542	54053
3034521	Bauvin	bauvin	FR	59221	5426	Europe/Paris	50.51714	2.89404				32	59	595	59052
3034524	Baurech	baurech	FR	33880	753	Europe/Paris	44.72541	-0.43956		Baurech,Beaurech		75	33	332	33033
3034525	Bauquay	bauquay	FR	14260	173	Europe/Paris	49.03417	-0.61548		Bauquay,Beauquay,Boke,bo qu ai,Боке,博屈艾		28	14	144	14027
3034526	Baupte	baupte	FR	50500	414	Europe/Paris	49.30803	-1.36142		Baupte		28	50	503	50036
3034529	Bauné	baune	FR	49140	1384	Europe/Paris	47.49954	-0.31906		Baune,Bauné		52	49	491	49307
3034534	Baume-les-Messieurs	baume-les-messieurs	FR	39210	201	Europe/Paris	46.70718	5.64754		Baume,Baume-le-Jura,Baume-les-Messieurs,Bom le Mesje,Bom-le-Mes'er,bo mu lai mei xie yu er,Бом ле Месје,Бом-ле-Месьєр,博姆莱梅谢于尔		27	39	392	39041
3034535	Baume-les-Dames	baume-les-dames	FR	25110	5759	Europe/Paris	47.35295	6.36117		Baume,Baume-sur-le-Doubs,Bom le Dam,Bom-le-Dam,bo mu lai da mei,Бом ле Дам,Бом-ле-Дам,博姆莱达梅		27	25	251	25047
3034537	Baulou	baulou	FR	09000	152	Europe/Paris	43.0128	1.5416		Baulou		76	09	091	09044
3034538	Baulon	baulon	FR	35580	1491	Europe/Paris	47.98519	-1.93198		Baulon,Beloen,Bolon,Bulon,bo long,Болон,Булон,博隆		53	35	352	35016
3034539	Baulny	baulny	FR	55270	14	Europe/Paris	49.2616	5.0133		Baulny		44	55	553	55033
3034540	Baulne-en-Brie	baulne-en-brie	FR	02330	243	Europe/Paris	48.9869	3.61488		Baulne,Baulne-en-Brie		32	02	021	02053
3034541	Baulne	baulne	FR	91590	1453	Europe/Paris	48.49303	2.3623		Baulne,Bol'n,Buln,bo er en,Больн,Булн,博尔恩		11	91	911	91047
3034542	Baulme-la-Roche	baulme-la-roche	FR	21410	123	Europe/Paris	47.34643	4.79881		Baulme,Baulme-la-Roche		27	21	212	21051
3034543	Baule	baule	FR	45130	1802	Europe/Paris	47.81084	1.67259		Baule,Bol,Bol',Бол,Боль		24	45	452	45024
3034546	Baulay	baulay	FR	70160	308	Europe/Paris	47.78655	6.00977		Baulay		27	70	702	70056
3034547	Baugy	baugy	FR	18800	274	Europe/Paris	49.46273	2.75178		Baugy		32	60	603	60048
3034548	Baugy	baugy	FR	18800	1145	Europe/Paris	47.08181	2.72848		Baugy		24	18	181	18023
3034549	Baugy	baugy	FR	18800	0	Europe/Paris	47.03895	3.2838				27	58	583	58176
3034551	Baugy	baugy	FR	18800	479	Europe/Paris	46.29754	4.02817		Baugy		27	71	713	71024
3034554	Baugé-en-Anjou	bauge-en-anjou	FR	49150	3403	Europe/Paris	47.54447	-0.10653		Bauge,Baugé		52	49	493	49018
3034556	Bauduen	bauduen	FR	83630	299	Europe/Paris	43.73381	6.17538		Bauduen,Bodjan,Bodjuan,Bodjuehn,bo di ang,Бодюан,Бодюэн,Бодјан,博迪昂		93	83	833	83015
3034558	Baudrières	baudrieres	FR	71370	808	Europe/Paris	46.67289	5.01124		Baudrieres,Baudrières		27	71	714	71023
3034559	Baudricourt	baudricourt	FR	88500	287	Europe/Paris	48.31313	6.05339		Baudricourt		44	88	882	88039
3034561	Baudreville	baudreville	FR	28310	88	Europe/Paris	49.30495	-1.63157		Baudreville		28	50	503	50236
3034562	Baudreville	baudreville	FR	28310	0	Europe/Paris	48.3326	1.90432		Baudreville		24	28	281	28026
3034563	Baudreville	baudreville	FR	28310	284	Europe/Paris	48.23826	2.00534				24	45	453	45135
3034564	Baudres	baudres	FR	36110	501	Europe/Paris	47.05783	1.57816		Baudres,Bodr,Budre,bo de lei,Бодр,Будре,博德雷		24	36	362	36013
3034565	Baudrémont	baudremont	FR	55260	44	Europe/Paris	48.84027	5.38744		Baudremont,Baudrémont		44	55	552	55032
3034566	Baudreix	baudreix	FR	64800	625	Europe/Paris	43.20402	-0.25807		Baudreish,Baudreix,Beaudreix,Bedreks,Bodre,Bodreks,bo de lei,Бедрекс,Бодре,Бодрекс,博德雷	64101	75	64	643	64101
3034567	Baudrecourt	baudrecourt	FR	52110	177	Europe/Paris	48.96305	6.45563		Baudrecourt		44	57	575	57054
3034568	Baudrecourt	baudrecourt	FR	52110	101	Europe/Paris	48.39501	4.96019		Baudrecourt		44	52	523	52039
3034569	Baudre	baudre	FR	50000	373	Europe/Paris	49.08944	-1.07254		Baudre,Bodr,Budr,bo de er,Бодр,Будр,博德尔		28	50	504	50034
3034570	Baudonvilliers	baudonvilliers	FR	55170	481	Europe/Paris	48.68755	5.01703		Baudonvilliers		44	55	551	55031
3034571	Baudoncourt	baudoncourt	FR	70300	534	Europe/Paris	47.77855	6.34553		Baudoncourt		27	70	701	70055
3034573	Baudinard-sur-Verdon	baudinard-sur-verdon	FR	83630	131	Europe/Paris	43.71667	6.13333		Beudinar-sus-Verdoun,Beudinard-sus-Vardon,Beudiran,Bodinar sir Verdon,Bodinar-sjur-Verdon,Bèudinar-sus-Verdoun,Bèudiran,fu er dong he pan bo di na er,Бодинар сир Вердон,Бодинар-сюр-Вердон,Бодінар-сюр-Вердон,弗尔东河畔博迪纳尔		93	83	833	83014
3034574	Baudignécourt	baudignecourt	FR	55130	100	Europe/Paris	48.56932	5.46187		Baudignecourt,Baudignécourt		44	55	552	55150
3034575	Baudignan	baudignan	FR	40310	45	Europe/Paris	44.09001	0.05179		Baudignan		75	40	402	40030
3034578	Baudemont	baudemont	FR	71800	0	Europe/Paris	48.06243	3.31635				27	89	893	89464
3034579	Baudemont	baudemont	FR	71800	690	Europe/Paris	46.28797	4.28663		Baudemont,Bodmon,Бодмон		27	71	713	71022
3034580	Baudement	baudement	FR	51260	114	Europe/Paris	48.57538	3.77452		Baudement		44	51	512	51041
3034582	Baud	baud	FR	56150	5206	Europe/Paris	47.8759	-3.01926		Baod,Baud		53	56	562	56010
3034584	Baubigny	baubigny	FR	21340	263	Europe/Paris	46.96976	4.68381		Baubigny		27	21	211	21050
3034585	Batz-sur-Mer	batz-sur-mer	FR	44740	3243	Europe/Paris	47.27732	-2.48048		Ba-sjur-Mer,Bac na Moru,Batz,Batz-sur-Mer,Bourc'h-Baz,Bourch-Baz,bin hai ba te,Ба-сюр-Мер,Бац на Мору,滨海巴特		52	44	443	44010
3034586	Batzendorf	batzendorf	FR	67500	922	Europe/Paris	48.78324	7.7064		Bacendorf,Batzendorf,Бацендорф		44	67	672	67023
3034587	Île-de-Batz	ile-de-batz	FR	29253	540	Europe/Paris	48.75	-4.01667		Batz,Enez-Vaz,Ile de Batz,Île de Batz		53	29	293	29082
3034592	Battrans	battrans	FR	70100	215	Europe/Paris	47.4282	5.63794		Batran,Battran,Battrans,Батран,Баттран		27	70	702	70054
3034593	Battigny	battigny	FR	54115	92	Europe/Paris	48.44782	5.97943		Battigny		44	54	544	54052
3034594	Battexey	battexey	FR	88130	30	Europe/Paris	48.38909	6.18068		Battexey		44	88	881	88038
3034595	Battenheim	battenheim	FR	68390	1382	Europe/Paris	47.81999	7.3817		Batenkhajm,Battenajm,Battenheim,ba te nan,Батенхајм,Баттенайм,巴特南		44	68	684	68022
3034596	Battenans-les-Mines	battenans-les-mines	FR	25640	58	Europe/Paris	47.40981	6.2686		Battenans,Battenans-les-Mines		27	25	251	25045
3034598	Batsère	batsere	FR	65130	42	Europe/Paris	43.06165	0.28903		Batsere,Batsère		76	65	652	65071
3034599	Bats	bats	FR	40320	254	Europe/Paris	43.65856	-0.45954				75	40	402	40029
3034606	Batilly-en-Puisaye	batilly-en-puisaye	FR	45420	102	Europe/Paris	47.6121	2.88371		Batii-an-Pjuize,Batiji an Pizej,Batilly,Batilly-en Pinsaye,Batilly-en-Puisaye,Batilly-sur-Loire,batly an bwsy,pi yi sai ai de qu ba di li,Батији ан Пизеј,Батії-ан-Пюїзе,باتلي إن بوسي,皮伊赛埃地区巴蒂利		24	45	451	45023
3034607	Batilly-en-Gâtinais	batilly-en-gatinais	FR	45340	368	Europe/Paris	48.07351	2.38121		Batii-an-Gatine,Batiji an Gatine,Batilly-en-Gatinais,Batilly-en-Gâtinais,jia di nai de qu ba di li,Батији ан Гатине,Батії-ан-Гатіне,加蒂奈地区巴蒂利		24	45	453	45022
3034608	Batilly	batilly	FR	54980	1157	Europe/Paris	49.17372	5.96869		Batilly		44	54	541	54051
3034609	Batilly	batilly	FR	54980	151	Europe/Paris	48.71855	-0.19273		Batilly		28	61	612	61153
3034612	Bathernay	bathernay	FR	26260	218	Europe/Paris	45.18004	4.9938		Bathernay		84	26	263	26028
3034613	Bathelémont	bathelemont	FR	54370	66	Europe/Paris	48.69166	6.52558		Bathelemont,Bathelemont-les-Bauzemont,Bathelémont,Bathelémont-lès-Bauzemont,Batlemon,ba tai lai meng lai bo ze meng,Батлемон,巴泰莱蒙莱博泽蒙		44	54	542	54050
3034629	Basville	basville	FR	23260	196	Europe/Paris	45.87159	2.39706		Basvila,Basville,Bavil,Bavil',ba si wei er,Бавил,Бавиль,Бавіль,巴斯维尔		75	23	231	23017
3034640	Bastia	bastia	FR	20200	41001	Europe/Paris	42.70278	9.45		BIA,Bastia,Bastija,Bastja,Bastyja,Bastìa,Mantinum,ba si di ya,baseutia,bastiya,bastya,basutia,bstya,Μπαστιά,Бастия,Бастија,Бастыя,Бастія,باستيا,باستیا,بستیا,बास्तिया,バスティア,巴斯蒂亚,바스티아	2B	94	2B	2B2	2B033
3034641	Bastennes	bastennes	FR	40360	259	Europe/Paris	43.65081	-0.78483		Bastennes		75	40	401	40028
3034642	Bastelica	bastelica	FR	20119	542	Europe/Paris	42.00339	9.05417		Bastelica,Bastelika,Бастелика,Бастеліка		94	2A	2A1	2A031
3034645	Bastanès	bastanes	FR	64190	100	Europe/Paris	43.34758	-0.77015		Bastanes,Bastanès,Batane,ba si ta nei,Бастанес,Батане,巴斯塔内		75	64	642	64099
3034648	Bassy	bassy	FR	74910	411	Europe/Paris	45.98189	5.82996		Bassy		84	74	743	74029
3034649	Bassussarry	bassussarry	FR	64200	2429	Europe/Paris	43.44658	-1.51181		Basisari,Basjusarri,Bassjussarri,Bassussarri,Bassussarry,Bassussary,Basusarri,ba xu sa li,Басисари,Бассюссарри,Бассюссаррі,Басюсарри,巴叙萨里		75	64	641	64100
3034650	Bassurels	bassurels	FR	48400	50	Europe/Paris	44.17933	3.6251		Bassurels		76	48	481	48020
3034652	Bassuet	bassuet	FR	51300	350	Europe/Paris	48.79745	4.66919		Bassuet		44	51	514	51040
3034653	Bassu	bassu	FR	51300	135	Europe/Paris	48.83175	4.69376		Bassu		44	51	514	51039
3034655	Bassoues	bassoues	FR	32320	393	Europe/Paris	43.5793	0.24549		Bassoas,Bassoues,Bassoues d'Armagnac,Bassu,Basu,ba su ai,Бассу,Басу,巴苏埃		76	32	323	32032
3034656	Bassou	bassou	FR	89400	792	Europe/Paris	47.92419	3.51382		Bassou		27	89	891	89029
3034657	Bassoncourt	bassoncourt	FR	52240	70	Europe/Paris	48.06779	5.55905		Bassoncourt		44	52	521	52038
3034660	Bassoles-Aulers	bassoles-aulers	FR	02380	146	Europe/Paris	49.52441	3.38524		Bassoles-Aulers		32	02	022	02052
3034661	Bassing	bassing	FR	57260	147	Europe/Paris	48.86905	6.80069		Bassing		44	57	575	57053
3034664	Bassillon-Vauzé	bassillon-vauze	FR	64350	77	Europe/Paris	43.45647	-0.07525		Basijon Voze,Basijon-Voze,Bassijon-Voze,Bassilhon e Bauser,Bassilhon e Bausèr,Bassilhon-Bauser,Bassilhon-Bausèr,Bassillon,Bassillon-Vauze,Bassillon-Vauzé,ba xiong wo ze,Басийон-Возе,Басијон Возе,Бассийон-Возе,Бассійон-Возе,巴匈沃泽		75	64	643	64098
3034665	Bassillac	bassillac	FR	24330	1876	Europe/Paris	45.19086	0.81332		Basijak,Basilak,Bassijak,Bassilac,Bassilhac,Bassiliacum,Bassillac,ba xi la ke,basyak,Басийак,Басилак,Бассияк,Бассіяк,باسیاک,巴西拉克		75	24	243	24026
3034666	Bassigney	bassigney	FR	70800	120	Europe/Paris	47.81558	6.18025		Bassigney		27	70	701	70052
3034667	Bassignac-le-Haut	bassignac-le-haut	FR	19220	179	Europe/Paris	45.21139	2.07175		Bassignac,Bassignac-le-Haut		75	19	192	19018
3034668	Bassignac-le-Bas	bassignac-le-bas	FR	19430	93	Europe/Paris	45.01924	1.85269		Bassignac,Bassignac-le-Bas		75	19	192	19017
3034669	Bassignac	bassignac	FR	15240	234	Europe/Paris	45.32064	2.40585		Bassignac		84	15	152	15019
3034673	Yutz	yutz	FR	57970	0	Europe/Paris	49.35628	6.1891		Basse-Yutz,Niederjentz,Niederjeutz,Yutz,Yutz-Basse		44	57	577	57757
3034674	Bassevelle	bassevelle	FR	77750	389	Europe/Paris	48.92726	3.28762		Bassevel',Bassevelle,Basvel,Басвел,Бассевель		11	77	771	77024
3034676	Basseux	basseux	FR	62123	153	Europe/Paris	50.22689	2.64496		Baso,Basse,ba se,basywks,Басо,Бассе,باسيوكس,巴瑟		32	62	621	62085
3034679	Basse-sur-le-Rupt	basse-sur-le-rupt	FR	88120	844	Europe/Paris	47.98582	6.75652		Bas sir le Rip,Bass-sjur-le-Rju,Basse-sur-le-Rupt,lai lu pu he pan ba sai,Бас сир ле Рип,Басс-сюр-ле-Рю,莱吕普河畔巴塞		44	88	881	88037
3034683	Basses	basses	FR	86200	392	Europe/Paris	47.03703	0.11841		Basses		75	86	861	86018
3034684	Basse-Rentgen	basse-rentgen	FR	57570	315	Europe/Paris	49.48325	6.20294		Bas Rangan,Bass-Ranzhan,Basse-Rentgan,Basse-Rentgen,Nieder-Rentgen,Rentgen-Basse,ba si lang te rang,bas-rntgn,Бас Ранган,Басс-Ранжан,باس-رنتگن,巴斯朗特让		44	57	577	57574
3034685	Bassercles	bassercles	FR	40700	106	Europe/Paris	43.55186	-0.62319		Bassercles		75	40	401	40027
3034690	Bassens	bassens	FR	33530	4012	Europe/Paris	45.57555	5.939		Bassens		84	73	732	73031
3034691	Bassens	bassens	FR	33530	7521	Europe/Paris	44.90353	-0.517		Bassens		75	33	332	33032
3034694	Basseneville	basseneville	FR	14670	273	Europe/Paris	49.20093	-0.13352		Basseneville		28	14	143	14045
3034695	Bassemberg	bassemberg	FR	67220	246	Europe/Paris	48.33454	7.28312		Basemberg,Bassemberg,ba sang bei er,basmbrg,basymbyrgh,Басемберг,Бассемберг,باسمبرگ,باسيمبيرغ,巴桑贝尔		44	67	675	67022
3034697	Indre	indre	FR	44610	3897	Europe/Paris	47.2	-1.66667		Antr,Basse-Indre,Ehndr,Indre,La Basse-Indre,Эндр		52	44	442	44074
3034698	Basse-Ham	basse-ham	FR	57970	1940	Europe/Paris	49.38626	6.2418		Basse-Ham		44	57	577	57287
3034699	Basse-Goulaine	basse-goulaine	FR	44115	8160	Europe/Paris	47.2151	-1.46598		Bas Gulen,Bass-Gulen,Basse-Goulaine,Goueled-Goulen,Sanctus Bricius de Golena,ba si gu lan,Бас Гулен,Басс-Гулен,巴斯古兰		52	44	442	44009
3034712	Bassanne	bassanne	FR	33190	95	Europe/Paris	44.55967	-0.08977		Bassanne		75	33	333	33031
3034713	Bassan	bassan	FR	34290	1660	Europe/Paris	43.41126	3.25312		Bassan,Bessan		76	34	341	34025
3034714	Bassac	bassac	FR	16120	479	Europe/Paris	45.66397	-0.10686		Bassac		75	16	162	16032
3034715	Bassac	bassac	FR	16120	0	Europe/Paris	44.99554	0.62664				75	24	243	24031
3034733	Basly	basly	FR	14610	688	Europe/Paris	49.27861	-0.42321		Basly		28	14	142	14044
3034735	Baslieux-sous-Châtillon	baslieux-sous-chatillon	FR	51700	174	Europe/Paris	49.12285	3.79964		Bal'e-su-Shatijon,Balije su Shatijon,Baslieux,Baslieux-sous-Chatillon,Baslieux-sous-Châtillon,ba si li e su sha di long,Балије су Шатијон,Бальє-су-Шатійон,巴斯利厄苏沙蒂隆		44	51	512	51038
3034736	Baslieux-lès-Fismes	baslieux-les-fismes	FR	51170	191	Europe/Paris	49.325	3.71215		Baslieux,Baslieux-les-Fismes,Baslieux-lès-Fismes		44	51	513	51037
3034737	Baslieux	baslieux	FR	54620	546	Europe/Paris	49.43364	5.75852		Baslieux		44	54	541	54049
3034738	Bas-Lieu	bas-lieu	FR	59440	0	Europe/Paris	50.13296	3.94107		Ba Lije,Ba-L'e,Ba-L'jo,Bas-Lieu,ba e,Ба Лије,Ба-Лье,Ба-Льё,Ба-Льє,巴略		32	59	591	59050
3034745	Bas-et-Lezat	bas-et-lezat	FR	63310	221	Europe/Paris	46.02461	3.30014		Ba-e-Luza,Bas,Bas-et-Lezat,Baz et Leza,Ба-е-Луза,Баз ет Леза		84	63	634	63030
3034746	Bas-en-Basset	bas-en-basset	FR	43210	3506	Europe/Paris	45.30599	4.10912		Ba-an-Basse,Bas,Bas de Basses,Bas de Bassès,Bas-en-Basset,Baz an Base,ba sai de qu ba,bazan=base,Ба-ан-Бассе,Баз ан Басе,バザン＝バセ,巴塞地区巴		84	43	433	43020
3034753	Bascous	bascous	FR	32190	159	Europe/Paris	43.79687	0.14447		Bascous		76	32	322	32031
3034754	Bascons	bascons	FR	40090	955	Europe/Paris	43.82215	-0.41861		Bascons		75	40	402	40025
3034759	Bouvante	bouvante	FR	26190	0	Europe/Paris	44.96667	5.28333		Bouvante-le-Bas		84	26	261	26059
3034777	Barzy-sur-Marne	barzy-sur-marne	FR	02850	384	Europe/Paris	49.08595	3.55357		Barzy,Barzy-sur-Marne		32	02	021	02051
3034778	Barzy-en-Thiérache	barzy-en-thierache	FR	02170	318	Europe/Paris	50.04216	3.74918		Barzi an Tjerash,Barzi-an-T'erash,Barzy,Barzy-en-Thierache,Barzy-en-Thiérache,ba er ji ang di ye la shen,Барзи ан Тјераш,Барзи-ан-Тьераш,Барзі-ан-Тьєраш,Բարզի ան Թիերաշ,巴尔济昂蒂耶拉什		32	02	025	02050
3034779	Barzun	barzun	FR	64530	498	Europe/Paris	43.21388	-0.12935		Barzun		75	64	643	64097
3034781	Barzan	barzan	FR	17120	455	Europe/Paris	45.52571	-0.85557		Barzan		75	17	174	17034
3034782	Barville-en-Gâtinais	barville-en-gatinais	FR	45340	263	Europe/Paris	48.11256	2.40278		Barvil an Gatine,Barvil'-an-Gatine,Barville,Barville-en-Gatinais,Barville-en-Gâtinais,jia di nai de qu ba er wei er,Барвил ан Гатине,Барвіль-ан-Гатіне,加蒂奈地区巴尔维尔		24	45	453	45021
3034783	Barville	barville	FR	27230	0	Europe/Paris	49.77097	0.64109				28	76	761	76159
3034784	Barville	barville	FR	27230	63	Europe/Paris	49.15718	0.47739		Barville		28	27	272	27042
3034785	Barville	barville	FR	27230	156	Europe/Paris	48.48287	0.34204		Barville		28	61	611	61026
3034786	Barville	barville	FR	27230	72	Europe/Paris	48.3834	5.78838		Barville		44	88	882	88036
3034787	Bartrès	bartres	FR	65100	377	Europe/Paris	43.12336	-0.0467		Bartres,Bartrès		76	65	651	65070
3034792	Bartherans	bartherans	FR	25440	54	Europe/Paris	47.04188	5.92819		Bartherans		27	25	251	25044
3034794	Barthe	barthe	FR	65230	0	Europe/Paris	44.33179	-0.63357				75	40	402	40307
3034795	Barthe	barthe	FR	65230	17	Europe/Paris	43.28208	0.4719		Barthe		76	65	653	65068
3034894	Barnas	barnas	FR	07330	215	Europe/Paris	44.66807	4.16976		Barnas		84	07	071	07025
3034797	Bartenheim	bartenheim	FR	68870	3038	Europe/Paris	47.63364	7.47951		Bartenheim,Bartenkhajm,Бартенхајм		44	68	684	68021
3034798	Bart	bart	FR	25420	1949	Europe/Paris	47.48861	6.7709		Bart		27	25	252	25043
3034799	Bart	bart	FR	25420	0	Europe/Paris	45.84474	0.94887				75	87	873	87164
3034800	Bar-sur-Seine	bar-sur-seine	FR	10110	3838	Europe/Paris	48.11295	4.37656		Bar,Bar sir Sen,Bar-sur-Seine,Бар сир Сен		44	10	103	10034
3034802	Bar-sur-Aube	bar-sur-aube	FR	10200	5387	Europe/Paris	48.23315	4.7064		Aebura,Bar,Bar sir Ob,Bar-sjur-Ob,Bar-sur-Aube,Barium ad Albam,ao bu he pan ba er,baru=shuru=obu,Бар сир Об,Бар-сюр-Об,バール＝シュル＝オーブ,奥布河畔巴尔	101	44	10	101	10033
3034803	Barst	barst	FR	57450	512	Europe/Paris	49.06838	6.83336		Barst,Barst-Marienthal		44	57	573	57052
3034806	Barsac	barsac	FR	26150	149	Europe/Paris	44.73132	5.29112		Barsac		84	26	261	26027
3034807	Barsac	barsac	FR	26150	2123	Europe/Paris	44.60777	-0.31673		Barsac		75	33	333	33030
3034808	Bars	bars	FR	24210	227	Europe/Paris	45.09976	1.06277		Bars		75	24	244	24025
3034809	Bars	bars	FR	24210	0	Europe/Paris	44.7755	2.66942				76	12	122	12118
3034810	Bars	bars	FR	24210	132	Europe/Paris	43.51165	0.29446		Bars		76	32	323	32030
3034811	Barry-d'Islemade	barry-d-islemade	FR	82290	0	Europe/Paris	44.07461	1.24641		Barry,Barry-d'Islemade		76	82	821	82011
3034814	Barry	barry	FR	65380	0	Europe/Paris	44.96775	3.11317				84	15	153	15002
3034815	Barry	barry	FR	65380	0	Europe/Paris	44.31667	4.76667				93	84	843	84019
3034816	Barry	barry	FR	65380	116	Europe/Paris	43.14622	0.02257		Barry		76	65	653	65067
3034818	Barrou	barrou	FR	37350	512	Europe/Paris	46.86644	0.76942		Barrou		24	37	373	37019
3034819	Barrou	barrou	FR	37350	0	Europe/Paris	44.45631	0.98619				75	47	473	47185
3034822	Barro	barro	FR	16700	304	Europe/Paris	46.00046	0.22683		Barro		75	16	163	16031
3034829	Barriac-les-Bosquets	barriac-les-bosquets	FR	15700	185	Europe/Paris	45.14367	2.25938		Barriac,Barriac-les-Bosquets		84	15	152	15018
3034833	Barret-sur-Méouge	barret-sur-meouge	FR	05300	0	Europe/Paris	44.26322	5.73458		Bare le Ba,Barre-sjur-Meuzh,Barret,Barret sus Meueja,Barret sus Meüja,Barret-le-Bas,Barret-sur-Meouge,Barret-sur-Méouge,mei wu ge he pan ba er lei,Баре ле Ба,Барре-сюр-Меуж,梅乌格河畔巴尔雷		93	05	052	05014
3034834	Barret-de-Lioure	barret-de-lioure	FR	26570	51	Europe/Paris	44.18587	5.49274		Bare de Lijur,Barre-de-Liur,Barret,Barret de Liure,Barret-de-Lioure,Barrèt de Liure,ba er lei de li wu er,Баре де Лијур,Барре-де-Ліур,巴尔雷德利乌尔		84	26	262	26026
3034835	Barretaine	barretaine	FR	39800	205	Europe/Paris	46.8204	5.70936		Barretaine		27	39	391	39040
3034836	Barret	barret	FR	16300	866	Europe/Paris	45.48861	-0.20175		Barret		75	16	162	16030
3034842	Barrême	barreme	FR	04330	511	Europe/Paris	43.95339	6.36849		Barem,Barrem,Barrema,Barreme,Barrême,ba er lei mu,Барем,Баррем,巴尔雷姆		93	04	042	04022
3034843	Barrême	barreme	FR	04330	0	Europe/Paris	43.45452	5.38607				93	13	131	13019
3034847	Barre-des-Cévennes	barre-des-cevennes	FR	48400	198	Europe/Paris	44.24492	3.65346		Barre,Barre-des-Cevennes,Barre-des-Cévennes		76	48	481	48019
3034849	Barre	barre	FR	81320	227	Europe/Paris	43.75164	2.82578		Barre		76	81	812	81023
3034851	Barraux	barraux	FR	38530	1585	Europe/Paris	45.43176	5.97964		Baro,Barraux,Barro,ba er luo,Баро,Барро,巴尔罗		84	38	381	38027
3034852	Barraute-Camu	barraute-camu	FR	64390	175	Europe/Paris	43.38762	-0.89614		Barot Kami,Barraute,Barraute-Camu,Barrot-Kamju,Berrauta e Camun,Berrauta-Camun,ba er luo te ka mi,Барот Ками,Баррот-Камю,巴尔罗特卡米		75	64	642	64096
3034856	Barras	barras	FR	04380	129	Europe/Paris	44.10367	6.11355		Barras		93	04	043	04021
3034858	Barrancoueu	barrancoueu	FR	65240	38	Europe/Paris	42.90988	0.33549		Barrancoueu		76	65	652	65066
3034859	Barran	barran	FR	32350	710	Europe/Paris	43.61724	0.44261		Baran,Barran,ba er lang,Баран,Барран,巴尔朗		76	32	323	32029
3034863	Barrais-Bussolles	barrais-bussolles	FR	03120	208	Europe/Paris	46.29106	3.7155		Barrais,Barrais-Bussolles		84	03	033	03017
3034868	Barr	barr	FR	67140	6343	Europe/Paris	48.40755	7.44873		Bar,Barr,Bàrr,ba er,bar,bar  ba-rn,baru,Бар,Барр,بار,بار، با-رن,バール,巴尔		44	67	675	67021
3034870	Barquet	barquet	FR	27170	380	Europe/Paris	49.04575	0.85697		Barquet		28	27	272	27040
3034871	Barou-en-Auge	barou-en-auge	FR	14620	84	Europe/Paris	48.93054	-0.0427		Barou,Barou-en-Auge,Baru-an-Ozh,Batu an Ozh,ao ge de qu ba lu,Бару-ан-Ож,Бату ан Ож,奥格地区巴鲁		28	14	142	14043
3034872	Baronville	baronville	FR	57340	357	Europe/Paris	48.93405	6.60948		Baronville		44	57	573	57051
3034873	Baron-sur-Odon	baron-sur-odon	FR	14210	683	Europe/Paris	49.13221	-0.47795		Baron,Baron sir Odon,Baron-sjur-Odon,Baron-sur-Odon,ao dong he pan ba er long,Барон сир Одон,Барон-сюр-Одон,奥东河畔巴尔龙		28	14	142	14042
3034877	Baron	baron	FR	30700	819	Europe/Paris	49.17301	2.73054		Bar-sur-Nonette,Baron,La Montagne-des-Piques		32	60	604	60047
3034878	Baron	baron	FR	30700	216	Europe/Paris	46.49314	4.28115		Baron		27	71	713	71021
3034879	Baron	baron	FR	30700	938	Europe/Paris	44.82191	-0.31282		Baron		75	33	335	33028
3034880	Baron	baron	FR	30700	248	Europe/Paris	44.04923	4.28321		Dere-la-Montagne,Dère-la-Montagne,Union		76	30	302	30030
3034881	Baromesnil	baromesnil	FR	76260	246	Europe/Paris	49.98297	1.41275		Baromesnil		28	76	761	76058
3034885	Barneville-sur-Seine	barneville-sur-seine	FR	27310	466	Europe/Paris	49.38073	0.84541		Barneville,Barneville-sur-Seine		28	27	272	27039
3034886	Barneville-Carteret	barneville-carteret	FR	50270	2282	Europe/Paris	49.38333	-1.75		Barnevil'-Kartere,Barneville,Barneville-sur-Mer,Barnvil Kartere,Carteret,ba er na wei er ka er te lei,Барнвил Картере,Барневиль-Картере,Барневіль-Картере,巴尔纳维尔卡尔特雷		28	50	502	50031
3034888	Barneville-la-Bertran	barneville-la-bertran	FR	14600	144	Europe/Paris	49.38333	0.18333		Barnevil'-la-Bertran,Barneville,Barnvil la Bertran,ba er na wei er la bei er te lang,Барнвил ла Бертран,Барневиль-ла-Бертран,Барневіль-ла-Бертран,巴尔纳维尔拉贝尔特朗		28	14	143	14041
3034891	Barnay	barnay	FR	71540	115	Europe/Paris	47.08881	4.33881		Barnay,Barne,Barnej,Барне,Барнеј		27	71	711	71020
3034892	Barnave	barnave	FR	26310	165	Europe/Paris	44.6598	5.36914		Barnave		84	26	261	26025
3034899	Barmainville	barmainville	FR	28310	124	Europe/Paris	48.26465	1.96543		Barmainville,Barmanvij,Barmenvil,Барманвиј,Барменвил		24	28	281	28025
3034900	Barly	barly	FR	62810	276	Europe/Paris	50.25035	2.54621		Barly		32	62	621	62084
3034901	Barly	barly	FR	62810	175	Europe/Paris	50.20027	2.27244		Barly		32	80	802	80055
3034903	Barlin	barlin	FR	62620	7734	Europe/Paris	50.45238	2.61955		Barlen,Barlin,ba lan,barlyn,Барлен,بارلين,巴兰		32	62	622	62083
3034904	Barlieu	barlieu	FR	18260	366	Europe/Paris	47.4879	2.62953		Barlieu,Barlije,Barliju,Барлије,Барлију		24	18	181	18022
3034905	Barleux	barleux	FR	80200	301	Europe/Paris	49.89719	2.89118		Barleux		32	80	804	80054
3034907	Barlest	barlest	FR	65100	258	Europe/Paris	43.15091	-0.0921		Barlest		76	65	651	65065
3034908	Bar-lès-Buzancy	bar-les-buzancy	FR	08240	96	Europe/Paris	49.43292	4.94182		Bar,Bar le Bizansi,Bar-les-Buzancy,Bar-lès-Buzancy,Бар ле Бизанси		44	08	084	08049
3034909	Barles	barles	FR	04140	120	Europe/Paris	44.26334	6.26816		Barl,Barl',Barles,ba er lai,Барл,Барль,巴尔莱		93	04	043	04020
3034911	Bar-le-Duc	bar-le-duc	FR	55000	18595	Europe/Paris	48.77275	5.16108		Bar,Bar le Dik,Bar-le-Djuk,Bar-le-Duc,Bar-sur-Meurthe,Bar-sur-Ornain,Barrum,XBD,ba lei di ke,baleuleudwikeu,bar lw dwk,bar-lw-dwk,baru=ru=de~yukku,br-lh-dwq,Бар ле Дик,Бар-ле-Дюк,בר-לה-דוק,بار لو دوك,بار-لو-دوک,バル＝ル＝デュック,巴勒迪克,바르르뒤크	55	44	55	551	55029
3034915	Barjouville	barjouville	FR	28630	1473	Europe/Paris	48.41002	1.47639		Barjouville,Barzhuvij,Barzhuvil,Баржувил,Баржувиј		24	28	281	28024
3034917	Barjon	barjon	FR	21580	38	Europe/Paris	47.61125	4.95798		Barjon,Barzhon,ba er rong,Баржон,巴尔容		27	21	212	21049
3034918	Barjols	barjols	FR	83670	2619	Europe/Paris	43.55805	6.00752		Barjols,Barjous,Barjòus,Barzhol,Barzhol',ba er ruo er,Баржол,Баржоль,巴尔若尔		93	83	833	83012
3034920	Barjac	barjac	FR	09230	629	Europe/Paris	44.5042	3.4105		Barjac		76	48	482	48018
3034921	Barjac	barjac	FR	09230	1503	Europe/Paris	44.30841	4.34774		Barjac		76	30	301	30029
3034922	Barjac	barjac	FR	09230	38	Europe/Paris	43.06506	1.13424		Barjac		76	09	093	09037
3034923	Barizey	barizey	FR	71640	131	Europe/Paris	46.7894	4.67976		Barize,Barizej,Barizey,Баризе,Баризеј		27	71	712	71019
3034925	Barisis	barisis	FR	02700	680	Europe/Paris	49.58333	3.33333		Barisis-aux-Bois,Barizi,ba li xi,Баризи,Баризі,Բարիզի,巴里西		32	02	022	02049
3034926	Barisey-la-Côte	barisey-la-cote	FR	54170	166	Europe/Paris	48.54395	5.84279		Barisey-la-Cote,Barisey-la-Côte,Barizey-la-Cote,Barizey-la-Côte		44	54	544	54047
3034927	Barisey-au-Plain	barisey-au-plain	FR	54170	334	Europe/Paris	48.52477	5.84242		Barisey-au-Plain,Barize-o-Plen,Barizej o Plen,Barizey-au-Plain,ba li sai ao pu lan,Баризе-о-Плен,Баризеј о Плен,巴里塞奥普兰		44	54	544	54046
3034929	Barinque	barinque	FR	64160	522	Europe/Paris	43.40632	-0.27194		Barenk,Barinco,Barink,Barinque,ba lan ke,Баренк,Баринк,巴兰克		75	64	643	64095
3034930	Barie	barie	FR	33190	285	Europe/Paris	44.57066	-0.11522		Bari,Barie,Varia,Varía,ba li ye,Бари,Барі,巴里耶		75	33	333	33027
3034934	Bargny	bargny	FR	60620	225	Europe/Paris	49.17788	2.95626		Bargny		32	60	604	60046
3034936	Barges	barges	FR	21910	93	Europe/Paris	47.86285	5.8468		Barges		27	70	702	70049
3034937	Barges	barges	FR	21910	347	Europe/Paris	47.21235	5.06093		Barges		27	21	211	21048
3034938	Barges	barges	FR	21910	83	Europe/Paris	44.83638	3.8946		Barges		84	43	432	43019
3034939	Bargemon	bargemon	FR	83830	1316	Europe/Paris	43.61899	6.54957		Barjamon,Barzhemon,ba er re meng,Баржемон,巴尔热蒙		93	83	831	83011
3034940	Bargème	bargeme	FR	83840	125	Europe/Paris	43.72997	6.573		Bargema,Bargeme,Bargème,Barzhem,ba er re mo,Баржем,巴尔热默		93	83	831	83010
3034944	Barfleur	barfleur	FR	50760	655	Europe/Paris	49.66931	-1.26524		Barbatus Fluctus,Barfler,Barfleur,Barfljor,Barflleu,ba er fu lei,barufururu,Μπαρφλέρ,Барфлер,Барфлёр,バルフルール,巴尔夫勒		28	50	502	50030
3034946	Barésia-sur-l'Ain	baresia-sur-l-ain	FR	39130	0	Europe/Paris	46.54912	5.71126		Baresia,Baresia-sur-l'Ain,Barésia,Barésia-sur-l'Ain		27	39	392	39038
3034947	Barenton-sur-Serre	barenton-sur-serre	FR	02270	109	Europe/Paris	49.67012	3.68262		Barenton,Barenton-sur-Serre		32	02	022	02048
3034948	Barenton-Cel	barenton-cel	FR	02000	135	Europe/Paris	49.6425	3.65237		Barenton-Cel		32	02	022	02047
3034949	Barenton-Bugny	barenton-bugny	FR	02000	539	Europe/Paris	49.63333	3.65143		Barenton-Bugny		32	02	022	02046
3034950	Barenton	barenton	FR	50720	1426	Europe/Paris	48.60027	-0.83258		Baranton,Barenton,Barentonium,Larenton,ba lang tong,Барантон,巴朗通		28	50	501	50029
3034951	Barentin	barentin	FR	76360	13441	Europe/Paris	49.54533	0.95515		Baranten,Barentin,Барантен,Барентин		28	76	763	76057
3034953	Baren	baren	FR	31440	9	Europe/Paris	42.86888	0.61883		Baren		76	31	312	31046
3034954	Barembach	barembach	FR	67130	896	Europe/Paris	48.47837	7.22935		Barambak,Barembach,Barembakh,ba lang ba ke,barmbakh,barmbatsh,Барамбак,Барембах,بارمباتش,بارمباخ,巴朗巴克		44	67	673	67020
3034956	Bareilles	bareilles	FR	65240	0	Europe/Paris	42.8966	0.42379		Bareilles		76	65	652	65064
3034962	Bardouville	bardouville	FR	76480	589	Europe/Paris	49.43489	0.92626		Bardouville,Barduvil,Бардувил		28	76	763	76056
3034963	Bardou	bardou	FR	24560	34	Europe/Paris	44.73771	0.68407		Bardou,Bardu,Барду		75	24	241	24024
3034964	Bardos	bardos	FR	64520	1453	Europe/Paris	43.47511	-1.20354		Bardos,Bardoze		75	64	641	64094
3034965	Bard-lès-Pesmes	bard-les-pesmes	FR	70140	99	Europe/Paris	47.27193	5.63341		Bar le Pem,Bar-le-Pem,Bard,Bard-les-Pesmes,Bard-lès-Pesmes,Бар ле Пем,Бар-ле-Пем		27	70	702	70048
3034966	Bard-lès-Époisses	bard-les-epoisses	FR	21460	70	Europe/Paris	47.53146	4.21542		Bard,Bard-les-Epoisses,Bard-lès-Époisses		27	21	213	21047
3034967	Bard-le-Régulier	bard-le-regulier	FR	21430	79	Europe/Paris	47.14678	4.3156		Bar le Regilije,Bar-le-Regjul'e,Bar-le-Regulier,Bar-le-Régulier,Bard,Bard-le-Regulier,Bard-le-Régulier,ba er lai lei ju li ye,bar-l-rgwlyh,Бар ле Регилије,Бар-ле-Регюлье,Бар-ле-Регюльє,بار-ل-رگولیه,巴尔莱雷居利耶		27	21	211	21046
3034968	Bardigues	bardigues	FR	82340	232	Europe/Paris	44.04182	0.88989		Bardigues		76	82	821	82010
3035051	Barbas	barbas	FR	54450	0	Europe/Paris	44.54643	0.70832				75	47	473	47241
3034970	Bardenac	bardenac	FR	16210	244	Europe/Paris	45.30055	-0.01495		Bardenac,Bardenak,Bardnak,ba er de na ke,Барденак,Барднак,巴尔德纳克		75	16	161	16029
3034971	Bardenac	bardenac	FR	16210	0	Europe/Paris	44.95	1.1				75	24	244	24255
3034977	Bard	bard	FR	42600	618	Europe/Paris	45.58806	4.01039		Bard		84	42	421	42012
3034978	Bard	bard	FR	42600	0	Europe/Paris	45.44528	3.17773				84	63	633	63046
3034979	Bard	bard	FR	42600	0	Europe/Paris	45.33731	3.3362				84	43	431	43038
3034980	Bard	bard	FR	42600	0	Europe/Paris	45.08333	4.61667				84	07	073	07236
3034981	Bard	bard	FR	42600	0	Europe/Paris	44.91667	4.56667				84	07	072	07244
3034982	Bard	bard	FR	42600	0	Europe/Paris	44.78333	1.23333				75	24	244	24152
3034983	Barcy	barcy	FR	77910	236	Europe/Paris	49.01819	2.88041		Barcy		11	77	771	77023
3034984	Barcus	barcus	FR	64130	843	Europe/Paris	43.1884	-0.77215		Barcus,Barkjus,Barkoxe,Barsi,ba er qu,Баркюс,Барси,巴尔屈		75	64	642	64093
3034985	Barcugnan	barcugnan	FR	32170	149	Europe/Paris	43.37907	0.40669		Barcugnan,Barcunhan,Barengnan,Barkjun'jan,Barsinan,ba er qu ni ang,Баркюньян,Барсињан,巴尔屈尼昂		76	32	323	32028
3034986	Barcillonnette	barcillonnette	FR	05110	111	Europe/Paris	44.43397	5.91906		Barcillonnette		93	05	052	05013
3034989	Barchain	barchain	FR	57830	103	Europe/Paris	48.70773	6.96138		Barchain		44	57	575	57050
3034991	Barcelonnette	barcelonnette	FR	04400	3487	Europe/Paris	44.38691	6.65179		BAE,Barceloneta,Barcelonnette,Barcilona de Provenca,Barcilona de Provença,Barselonet,Barselonnet,Barselonnett,ba er se luo nei te,barslwnt,baruseronetto,barusuronetto,Барселонет,Барселоннет,Барселоннетт,بارسلونت,バルスロネット,バルセロネット,巴尔瑟洛内特	041	93	04	041	04019
3034992	Barcelonne-du-Gers	barcelonne-du-gers	FR	32720	1379	Europe/Paris	43.70334	-0.23632		Barcalona,Barcalona de Gerc,Barcalona de Gers,Barcelonne,Barcelonne-du-Gers,Barselon di Zher,Barselon-dju-Zher,Barselonn-dju-Zher,Barçalona,Barçalona de Gers,Barçalona de Gèrç,ba er se long di re er,baruseron'nu=de~yu=jeru,Барселон ди Жер,Барселон-дю-Жер,Барселонн-дю-Жер,バルセロンヌ＝デュ＝ジェール,巴尔瑟隆迪热尔		76	32	323	32027
3034993	Barcelonne	barcelonne	FR	26120	399	Europe/Paris	44.86762	5.05156		Barcelonne		84	26	263	26024
3034996	Barc	barc	FR	27170	811	Europe/Paris	49.06879	0.82212		Barc,Bark,Барк		28	27	272	27037
3034997	Barby	barby	FR	08300	353	Europe/Paris	49.52126	4.31306		Babri,Barbi,Barby,ba er bi,Бабри,Барби,Барбі,巴尔比		44	08	082	08048
3034998	Barby	barby	FR	08300	3360	Europe/Paris	45.5681	5.97966		Babri,Barby,Бабри		84	73	732	73030
3035000	Barbuise	barbuise	FR	10400	348	Europe/Paris	48.55035	3.57842		Barbuise		44	10	102	10031
3035006	Barbonville	barbonville	FR	54360	340	Europe/Paris	48.55471	6.34376		Barbonville		44	54	542	54045
3035008	Barbonne-Fayel	barbonne-fayel	FR	51120	510	Europe/Paris	48.65616	3.69453		Barbon Fajel,Barbonn-Fael',Barbonne,Barbonne-Fayel,ba er bang fei ai,Барбон Фајел,Барбонн-Фаєль,巴尔邦费埃		44	51	512	51036
3035009	Barbizon	barbizon	FR	77630	1629	Europe/Paris	48.44346	2.60313		Barbison,Barbizon,barbyzwn,barubizon,brbyzwn,Барбизон,Барбізон,ברביזון,باربیزون,バルビゾン		11	77	774	77022
3035010	Barbirey-sur-Ouche	barbirey-sur-ouche	FR	21410	231	Europe/Paris	47.25262	4.75512		Barbire sir Ush,Barbire-sjur-Ush,Barbirey,Barbirey-sur-Ouche,wu ke he pan ba er bi lei,Барбире сир Уш,Барбире-сюр-Уш,Барбіре-сюр-Уш,乌克河畔巴尔比雷		27	21	212	21045
3035014	Barbières	barbieres	FR	26300	699	Europe/Paris	44.95789	5.13865		Barbieres,Barbières		84	26	263	26023
3035016	Barbezieux-Saint-Hilaire	barbezieux-saint-hilaire	FR	16300	5184	Europe/Paris	45.47265	-0.15218		Barbesillum,Barbez'e-Sen-Iler,Barbez'jo-Sent-Iler,Barbezje Sent Iler,ba er bei qi e sheng yi lai er,Барбезьё-Сент-Илер,Барбезьє-Сен-Ілер,Барбезје Сент Илер,巴尔贝齐厄圣伊莱尔		75	16	162	16028
3035017	Barbezières	barbezieres	FR	16140	132	Europe/Paris	45.91104	-0.09134		Barbez'er,Barbezieres,Barbezières,Barbezjer,ba er bei qi ai,Барбезьер,Барбезьєр,Барбезјер,巴尔贝齐埃		75	16	163	16027
3035018	Barbey-Seroux	barbey-seroux	FR	88640	120	Europe/Paris	48.13333	6.83333		Barbe Seru,Barbe-Seru,ba er bei sai lu,Барбе Серу,Барбе-Серу,巴尔贝塞鲁		44	88	883	88035
3035020	Barbey	barbey	FR	77130	163	Europe/Paris	48.36662	3.0541		Barbey		11	77	773	77021
3035021	Barbeville	barbeville	FR	14400	181	Europe/Paris	49.27503	-0.74836		Barbeville		28	14	141	14040
3035024	Barbery	barbery	FR	14220	552	Europe/Paris	49.2223	2.66763		Barbery		32	60	604	60045
3035025	Barbery	barbery	FR	14220	554	Europe/Paris	49.00967	-0.3535		Barberi,Barbery,ba er bo li,Барбери,Барбері,巴尔伯里		28	14	142	14039
3035026	Barbery	barbery	FR	14220	0	Europe/Paris	46.32555	3.24426				84	03	032	03038
3035030	Barberier	barberier	FR	03140	120	Europe/Paris	46.21435	3.25242		Barberier,Barberir,Barberje,Барберир,Барберје		84	03	032	03016
3035031	Barberey-Saint-Sulpice	barberey-saint-sulpice	FR	10600	781	Europe/Paris	48.33861	4.0325		Barberey,Barberey-Saint-Sulpice,Barbery,Barbery-Saint Sulpice		44	10	103	10030
3035033	Barberaz	barberaz	FR	73000	5059	Europe/Paris	45.56179	5.94306		Barbera,Barberaz,Barberiacum,Барбера,Барбераз		84	73	732	73029
3035036	Barbentane	barbentane	FR	13570	3916	Europe/Paris	43.89939	4.74756		Barbantan,Barbentana,Barbentane,Barbontan,ba bang ta na,Барбантан,Барбонтан,巴邦塔纳		93	13	132	13010
3035040	Barbechat	barbechat	FR	44450	1140	Europe/Paris	47.2775	-1.28524		Barbechat,Barbesha,Barbsha,Bargazh,ba er bei sha,barubusha,Барбеша,Барбша,バルブシャ,巴尔贝沙		52	44	442	44029
3035043	Barbazan-Dessus	barbazan-dessus	FR	65360	143	Europe/Paris	43.16437	0.14163		Barbazan-Dessus		76	65	653	65063
3035044	Barbazan-Debat	barbazan-debat	FR	65690	3399	Europe/Paris	43.1958	0.1206		Barbadan Devath,Barbazan Deba,Barbazan-Deba,Barbazan-Debat,ba er ba cang dai ba,Барбазан Деба,Барбазан-Деба,Барбазан-Дебат,巴尔巴藏代巴		76	65	653	65062
3035045	Barbazan	barbazan	FR	31510	433	Europe/Paris	43.0328	0.62283		Barbazan		76	31	312	31045
3035046	Barbâtre	barbatre	FR	85630	1517	Europe/Paris	46.94359	-2.17981		Barbatre,Barbâtre		52	85	853	85011
3035049	Barbaste	barbaste	FR	47230	1605	Europe/Paris	44.1693	0.28603		Barbaste		75	47	474	47021
3035050	Barbas	barbas	FR	54450	0	Europe/Paris	48.57322	6.84749		Barbas		44	54	542	54044
3035056	Barbaise	barbaise	FR	08430	106	Europe/Paris	49.66436	4.58112		Barbaise		44	08	081	08047
3035057	Barbaira	barbaira	FR	11800	596	Europe/Paris	43.1849	2.51155		Barbaira,Barbairan,Barbera,ba er bai la,Барбера,巴尔拜拉		76	11	111	11027
3035058	Barbachen	barbachen	FR	65140	44	Europe/Paris	43.4344	0.12518		Barbachen,Barbashan,Barbashen,ba er ba shang,Барбашан,巴尔巴尚		76	65	653	65061
3035060	Baratier	baratier	FR	05200	496	Europe/Paris	44.53837	6.4958	840	Barat'e,Baratje,ba la di ye,Баратье,Баратьє,Баратје,巴拉蒂耶		93	05	052	05012
3035062	Barastre	barastre	FR	62124	238	Europe/Paris	50.07638	2.93241		Barastre		32	62	621	62082
3035065	Baraqueville	baraqueville	FR	12160	2782	Europe/Paris	44.27655	2.43184		Barakevil',Barakvil,Barakvil',Baraque de Fraysse,La Barraca de Fraisse,ba la qu ai wei er,Бараквил,Бараквиль,Баракевіль,巴拉屈埃维尔		76	12	123	12056
3035069	Baralle	baralle	FR	62860	496	Europe/Paris	50.21093	3.0572		Baral,Baral',Baralle,ba la lei,baral,Барал,Бараль,بارال,巴拉勒		32	62	621	62081
3035072	Baraize	baraize	FR	36270	298	Europe/Paris	46.48885	1.56172		Baraize,Barez,ba lai ci,Барез,巴赖兹		24	36	362	36012
3035074	Baraigne	baraigne	FR	11410	135	Europe/Paris	43.3307	1.82506		Baraigne,Baranha,Baren,Baren',Varanha,ba lai ni,Барень,Барењ,巴赖尼		76	11	111	11026
3035082	Baracé	barace	FR	49430	337	Europe/Paris	47.64027	-0.35898		Barace,Baracé		52	49	491	49017
3035086	Bar	bar	FR	19800	325	Europe/Paris	45.34515	1.81444		Bar		75	19	192	19016
3035088	Bapaume	bapaume	FR	62450	4157	Europe/Paris	50.10379	2.84966		Bapalma,Bapaume,Bapom,ba bo mu,babwm,Бапом,بابوم,巴波姆		32	62	621	62080
3035090	Baons-le-Comte	baons-le-comte	FR	76190	370	Europe/Paris	49.64088	0.77677		Baon le Kont,Baons,Baons-le-Comte,Баон ле Конт		28	76	763	76055
3035091	Baon	baon	FR	89430	76	Europe/Paris	47.85889	4.13307		Baon		27	89	892	89028
3035092	Banyuls de la Marenda	banyuls-de-la-marenda	FR	66650	5006	Europe/Paris	42.48375	3.12897		Banyuls,Banyuls de la Marenda,Banyuls-sur-Mer		76	66	661	66016
3035093	Banyuls-dels-Aspres	banyuls-dels-aspres	FR	66300	1100	Europe/Paris	42.56611	2.86607		Banijul'-del'-Aspr,Banjil dels Apr,Banyuls,Banyuls dels Aspres,Banyuls-dels-Aspres,ba ni yu er dai er a si pu lei,Баниюль-дель-Аспр,Баніюль-дель-Аспр,Банјил делс Апр,巴尼于尔代尔阿斯普雷		76	66	661	66015
3035095	Banvou	banvou	FR	61450	464	Europe/Paris	48.66536	-0.55238		Banvu,bang wu,Банву,邦武		28	61	612	61024
3035097	Banville	banville	FR	14480	610	Europe/Paris	49.31273	-0.48655		Banvil,Banvil',Banville,Банвил,Банвиль,Банвіль		28	14	141	14038
3035098	Banvillars	banvillars	FR	90800	254	Europe/Paris	47.59241	6.81496		Banvillars		27	90	901	90007
3035099	Bantzenheim	bantzenheim	FR	68490	1649	Europe/Paris	47.82452	7.51445		Bancenkhajm,Bantzenheim,Банценхајм		44	68	684	68020
3035100	Bantouzelle	bantouzelle	FR	59266	399	Europe/Paris	50.06074	3.20585		Bantouzelle		32	59	592	59049
3035101	Bantigny	bantigny	FR	59554	486	Europe/Paris	50.22945	3.23032		Bantigny,Bantin'i,Bantini,bang di ni,Бантиньи,Бантињи,Бантіньї,邦蒂尼		32	59	592	59048
3035102	Bantheville	bantheville	FR	55110	140	Europe/Paris	49.35582	5.0907		Bantheville		44	55	553	55028
3035103	Banthelu	banthelu	FR	95420	124	Europe/Paris	49.12614	1.81487		Banteli,Banthelu,Bantlju,bang tai lu,Бантели,Бантлю,邦泰吕		11	95	953	95046
3035104	Banteux	banteux	FR	59266	370	Europe/Paris	50.06226	3.19941		Banteux		32	59	592	59047
3035105	Bantanges	bantanges	FR	71500	454	Europe/Paris	46.60719	5.10713		Bantanges,Bantanzh,Бантанж		27	71	714	71018
3035108	Bansat	bansat	FR	63570	212	Europe/Paris	45.48415	3.344		Bansat		84	63	633	63029
3035112	Bans	bans	FR	39380	146	Europe/Paris	46.98181	5.58136		Bans		27	39	391	39037
3035113	Bans	bans	FR	39380	0	Europe/Paris	45.56941	4.79418				84	69	691	69091
3035114	Banos	banos	FR	40500	255	Europe/Paris	43.737	-0.62553				75	40	402	40024
3035116	Banon	banon	FR	04150	941	Europe/Paris	44.03793	5.62813		Banon,bang weng,Банон,邦翁		93	04	044	04018
3035117	Banogne-Recouvrance	banogne-recouvrance	FR	08220	137	Europe/Paris	49.57263	4.12796		Bannogne,Banogne,Banogne-Recouvrance,Banon Rekuvrans,Баноњ Рекувранс		44	08	082	08046
3035119	Bannost-Villegagnon	bannost-villegagnon	FR	77970	529	Europe/Paris	48.67827	3.19179				11	77	773	77020
3035120	Bannoncourt	bannoncourt	FR	55300	183	Europe/Paris	48.95855	5.49983		Bannoncourt,Bannonkur,Banonkur,bang weng ku er,Баннонкур,Банонкур,邦翁库尔		44	55	552	55027
3035122	Bannières	bannieres	FR	81500	139	Europe/Paris	43.62562	1.75153		Banieres,Banières,Bannieres,Bannières		76	81	812	81022
3035123	Banneville-sur-Ajon	banneville-sur-ajon	FR	14260	410	Europe/Paris	49.06298	-0.56988		Banneville,Banneville-sur-Ajon		28	14	144	14037
3035124	Banneville-la-Campagne	banneville-la-campagne	FR	14940	91	Europe/Paris	49.17198	-0.22533		Banneville,Banneville-la-Campagne,Bannvil'-la-Kampan',Banvil la Kampan,Banvil'-la-Kampan',ba na wei er la kang pa ni,Банвил ла Кампањ,Банвиль-ла-Кампань,Баннвиль-ла-Кампань,Баннвіль-ла-Кампань,巴纳维尔拉康帕尼		28	14	142	14036
3035126	Bannes	bannes	FR	46400	213	Europe/Paris	48.80167	3.9169		Bannes		44	51	512	51035
3035127	Bannes	bannes	FR	46400	125	Europe/Paris	47.98157	-0.35126		Bannes		52	53	531	53019
3035128	Bannes	bannes	FR	46400	392	Europe/Paris	47.90327	5.39755		Bannes		44	52	522	52037
3035129	Bannes	bannes	FR	46400	180	Europe/Paris	44.81051	1.90994		Bannes		76	46	462	46017
3035131	Bannegon	bannegon	FR	18210	253	Europe/Paris	46.80123	2.71372		Bangon,Bannegon,Бангон		24	18	182	18021
3035134	Banne	banne	FR	07460	590	Europe/Paris	44.36678	4.15553		Ban,Bana,Bann,Banne,bang zhen,Бан,Банн,邦镇		84	07	071	07024
3035135	Bannay	bannay	FR	18300	73	Europe/Paris	49.12694	6.4676		Bane,Bannay,Бане		44	57	573	57048
3035136	Bannay	bannay	FR	18300	27	Europe/Paris	48.85953	3.72465		Bane,Bannay,Бане		44	51	512	51034
3035137	Bannay	bannay	FR	18300	737	Europe/Paris	47.3879	2.88381		Bane,Bannay,Бане		24	18	181	18020
3035139	Bannalec	bannalec	FR	29380	5068	Europe/Paris	47.93236	-3.69835		Banaleg,Banalek,Bannalec,Bannalek,ba na lai ke,Баналек,Банналек,巴纳莱克		53	29	294	29004
3035141	Banize	banize	FR	23120	0	Europe/Paris	45.93131	1.99754		Banhesa,Banisa,Baniz,Banize,ba ni ci,Баниз,Баніз,巴尼兹		75	23	232	23016
3035142	Banize	banize	FR	23120	164	Europe/Paris	45.87479	2.06168			23016	75	23	232	23016
3035143	Banios	banios	FR	65200	44	Europe/Paris	43.04465	0.23416		Banios		76	65	652	65060
3035146	Bangor	bangor	FR	56360	782	Europe/Paris	47.31439	-3.18879		Bangor,bang ge,Бангор,邦戈		53	56	561	56009
3035149	Baneuil	baneuil	FR	24150	364	Europe/Paris	44.85285	0.68926		Banej,Baneuil,Banolium,Banuelh,Banuèlh,ba na yi,Баней,Банеј,巴纳伊		75	24	241	24023
3035151	Baneins	baneins	FR	01990	580	Europe/Paris	46.11059	4.90349		Baneins		84	01	012	01028
3035156	Bandol	bandol	FR	83150	8546	Europe/Paris	43.14247	5.74718	0	Bandol,Bandol AOC,Bandol',Bandou,Bandòu,XBZ,bang duo,Бандол,Бандоль,邦多		93	83	832	83009
3035160	Ban-de-Laveline	ban-de-laveline	FR	88520	1234	Europe/Paris	48.24498	7.06593		Ban de Lavlen,Ban-de-Laveline,Ban-de-Lavlin,Laveline,bang de la fu li na,Бан де Лавлен,Бан-де-Лавлин,Бан-де-Лавлін,邦德拉弗利纳		44	88	883	88032
3035164	Bancourt	bancourt	FR	62450	96	Europe/Paris	50.10153	2.89004		Bancourt,Bankur,bang ku er,bankwrt,Банкур,بانكورت,邦库尔		32	62	621	62079
3035165	Bancigny	bancigny	FR	02140	33	Europe/Paris	49.80091	4.0335		Bancigny,Bansin'i,Bansini,bang xi ni,Бансиньи,Бансињи,Бансіньї,Բանսինի,邦西尼		32	02	025	02044
3035169	Banca	banca	FR	64430	396	Europe/Paris	43.12591	-1.37438		Banca,Banka		75	64	641	64092
3035173	Banassac	banassac	FR	48500	869	Europe/Paris	44.43616	3.20046		Banassac		76	48	482	48017
3035178	Bambiderstroff	bambiderstroff	FR	57690	937	Europe/Paris	49.10311	6.59232		Bambiderstroff		44	57	573	57047
3035179	Bambecque	bambecque	FR	59470	667	Europe/Paris	50.90165	2.5486		Bambecque		32	59	594	59046
3035181	Balzac	balzac	FR	16430	1284	Europe/Paris	45.70893	0.14599		Bal'zak,Balzac,Balzak,Балзак,Бальзак		75	16	161	16026
3035183	Baltzenheim	baltzenheim	FR	68320	518	Europe/Paris	48.09348	7.55524		Baltzenheim		44	68	682	68019
3035184	Balsièges	balsieges	FR	48000	546	Europe/Paris	44.48081	3.45821		Balsiege,Balsieges,Balsiège,Balsièges		76	48	482	48016
3035185	Balschwiller	balschwiller	FR	68210	800	Europe/Paris	47.67096	7.16913		Balschwiller		44	68	681	68018
3035186	Balsac	balsac	FR	12510	525	Europe/Paris	44.40316	2.44549		Balsac		76	12	122	12090
3035188	Balot	balot	FR	21330	99	Europe/Paris	47.81667	4.43333		Balo,Бало		27	21	213	21044
3035190	Balogna	balogna	FR	20160	179	Europe/Paris	42.17797	8.77959		Balogna,Balon'ja,Balona,Palanta,Балонья,Балоња		94	2A	2A1	2A028
3035191	Balnot-sur-Laignes	balnot-sur-laignes	FR	10110	165	Europe/Paris	48.03166	4.36496		Balnot,Balnot-sur-Laignes		44	10	103	10029
3035192	Balnot-la-Grange	balnot-la-grange	FR	10210	163	Europe/Paris	47.98425	4.19669		Balnot,Balnot-la-Grange,Balnot-sur-Laigues		44	10	103	10028
3035204	Balma	balma	FR	31130	15553	Europe/Paris	43.61111	1.49944		Bal'ma,Balma,Balmar,ba er ma,baruma,Балма,Бальма,バルマ,巴尔马		76	31	313	31044
3035205	Balloy	balloy	FR	77118	389	Europe/Paris	48.39738	3.14681		Balloy		11	77	773	77019
3035206	Ballots	ballots	FR	53350	1089	Europe/Paris	47.89494	-1.04738		Ballots		52	53	531	53018
3035208	Ballore	ballore	FR	71220	85	Europe/Paris	46.53488	4.3681		Ballore		27	71	713	71017
3035209	Ballons	ballons	FR	26560	73	Europe/Paris	44.25585	5.64429		Ballons		84	26	262	26022
3035211	Ballon	ballon	FR	17290	1445	Europe/Paris	48.1755	0.23488		Ballon		52	72	723	72023
3035212	Ballon	ballon	FR	17290	0	Europe/Paris	47.04452	1.11641				24	37	373	37221
3035213	Ballon	ballon	FR	17290	562	Europe/Paris	46.0575	-0.952		Ballon		75	17	172	17032
3035214	Balléville	balleville	FR	88170	110	Europe/Paris	48.33031	5.84842		Balleville,Balléville		44	88	882	88031
3035216	Ballersdorf	ballersdorf	FR	68210	747	Europe/Paris	47.62382	7.16117		Badricourt,Ballersdorf,Ballesdorf		44	68	681	68017
3035217	Balleroy	balleroy	FR	14490	871	Europe/Paris	49.18119	-0.83785		Bal'rua,Bal-sur-Drome,Bal-sur-Drôme,Balleroy,Ballerua,Balroa,ba lei lu wa,Баллеруа,Балроа,Бальруа,巴勒鲁瓦		28	14	141	14035
3035218	Balleray	balleray	FR	58130	223	Europe/Paris	47.076	3.2801		Balleray,Balore,Balre,Балоре,Балре		27	58	583	58204
3035220	Ballée	ballee	FR	53340	731	Europe/Paris	47.93274	-0.41647		Bale,Balle,Ballee,Ballée,ba lai ai,Бале,Балле,巴莱埃		52	53	531	53017
3035221	Balledent	balledent	FR	87290	210	Europe/Paris	46.11088	1.20896		Baladent,Baldan,Baledon,Balledent,Балдан,Баледон		75	87	871	87007
3035223	Ballay	ballay	FR	08400	245	Europe/Paris	49.43051	4.7497		Bale,Ballay,Бале		44	08	084	08045
3035224	Ballay	ballay	FR	08400	0	Europe/Paris	45.52591	3.8121				84	63	631	63374
3035225	Ballans	ballans	FR	17160	233	Europe/Paris	45.81446	-0.2213		Balan,Ballan,Ballans,ba lang,Балан,Баллан,Բալլան,巴朗		75	17	175	17031
3035226	Ballan-Miré	ballan-mire	FR	37510	7398	Europe/Paris	47.34057	0.61466		Balan Mire,Ballan,Ballan-Mire,Ballan-Miré,ba lang mi lei,Балан Мире,Баллан-Міре,巴朗米雷		24	37	372	37018
3035228	Ballancourt-sur-Essonne	ballancourt-sur-essonne	FR	91610	7001	Europe/Paris	48.52525	2.38604		Balankur sir Eson,Ballankur-sjur-Ehssonna,Ballankur-sjur-Essonn,ai song he pan ba lang ku er,Баланкур сир Есон,Балланкур-сюр-Ессонн,Балланкур-сюр-Эссонна,埃松河畔巴朗库尔		11	91	912	91045
3035229	Ballaison	ballaison	FR	74140	1207	Europe/Paris	46.29842	6.32765		Ballaison		84	74	744	74025
3035230	Ballainvilliers	ballainvilliers	FR	91160	2907	Europe/Paris	48.67481	2.30057		Balenvije,Ballainvilliers,Ballenvil'e,ba lan wei li ye er,Баленвије,Балленвилье,Балленвільє,巴兰维利耶尔		11	91	913	91044
3035232	Balizac	balizac	FR	33730	345	Europe/Paris	44.48744	-0.44451		Balisac,Balizac,Balizak,ba li zha ke,Бализак,Балізак,巴利扎克		75	33	333	33026
3035234	Baliros	baliros	FR	64510	407	Europe/Paris	43.22768	-0.30624		Baliro,Baliros,Valiros,Valiròs,ba li luo,Балиро,Балирос,Баліро,巴利罗		75	64	643	64091
3035235	Baliracq-Maumusson	baliracq-maumusson	FR	64330	122	Europe/Paris	43.54569	-0.25483		Baliracq,Baliracq-Maumusson,Balirak Momison,Balirak-Momjuson,Balirak-Momjusson,Valirac,Valirac e Maumosson,ba li la mo mi song,Балирак Момисон,Балирак-Момюсон,Балирак-Момюссон,Балірак-Момюссон,巴利拉莫米松		75	64	643	64090
3035439	Bagat-en-Quercy	bagat-en-quercy	FR	46800	206	Europe/Paris	44.38333	1.26667				76	46	461	46263
3035237	Balinghem	balinghem	FR	62610	838	Europe/Paris	50.86073	1.94365		Balengem,Balingam,Balinghem,Balinghin,ba lan gai mu,balynhym,Баленгем,Балингам,بالينهيم,巴兰盖姆		32	62	626	62078
3035239	Balignicourt	balignicourt	FR	10330	98	Europe/Paris	48.51548	4.46208		Balignicourt,Balin'ikur,Balinikur,ba li ni ku er,Балиньикур,Балињикур,Баліньїкур,巴利尼库尔		44	10	101	10027
3035240	Balignac	balignac	FR	82120	29	Europe/Paris	43.956	0.8777		Balignac		76	82	821	82009
3035242	Balham	balham	FR	08190	124	Europe/Paris	49.49132	4.16101		Balham		44	08	082	08044
3035243	Balgau	balgau	FR	68740	739	Europe/Paris	47.92833	7.53896		Balgau		44	68	682	68016
3035244	Baleyssagues	baleyssagues	FR	47120	186	Europe/Paris	44.68493	0.15437		Baleyssagues		75	47	472	47020
3035246	Balesta	balesta	FR	31580	171	Europe/Paris	43.20038	0.56742		Balesta		76	31	312	31043
3035247	Balesmes-sur-Marne	balesmes-sur-marne	FR	52200	242	Europe/Paris	47.82058	5.37369		Balesmes,Balesmes-sur-Marne		44	52	522	52449
3035250	Baleix	baleix	FR	64460	128	Europe/Paris	43.37798	-0.13013		Bale,Baleish,Baleix,Baleks,Balèish,Бале,Балекс		75	64	643	64089
3035254	Baldersheim	baldersheim	FR	68390	2318	Europe/Paris	47.80136	7.38078		Baldersheim		44	68	684	68015
3035255	Baldenheim	baldenheim	FR	67600	988	Europe/Paris	48.23782	7.53971		Bal'denajm,Baldelheim,Baldene,Baldenkhajm,Bàldene,ba er de nan,baldnhaym,baldynhym,Балденхајм,Бальденайм,بالدنهایم,بالدينهيم,巴尔德南		44	67	675	67019
3035259	Balbins	balbins	FR	38260	404	Europe/Paris	45.39451	5.23256		Balbin,Balbins		84	38	383	38284
3035260	Balbigny	balbigny	FR	42510	2583	Europe/Paris	45.81913	4.1903		Bal'bin'i,Balbigny,Balbini,ba er bi ni,Балбињи,Бальбіньї,巴尔比尼		84	42	422	42011
3035262	Balazuc	balazuc	FR	07120	353	Europe/Paris	44.50863	4.37262		Baladuc,Balasuc,Balazik,Balazjuk,Balazuc,ba la ju ke,balazwk,barajukku,Балазик,Балазюк,بالازوک,バラジュック,巴拉聚克		84	07	071	07023
3035263	Balazé	balaze	FR	35500	2101	Europe/Paris	48.16923	-1.1924		Balaze,Balazeium,Balazé,Belezeg,ba la ze,Балазе,巴拉泽		53	35	351	35015
3035265	Balâtre	balatre	FR	80700	54	Europe/Paris	49.70969	2.8654		Balatre,Balâtre		32	80	803	80053
3035267	Balaruc-le-Vieux	balaruc-le-vieux	FR	34540	2016	Europe/Paris	43.4614	3.6853		Balarik le Vje,Balarjuk-le-V'e,Balarjuk-le-Ve,Balaruc,Balaruc Vielh,Balaruc Vièlh,Balaruc-le-Vieux,ba la lu ke lai fu yue,Баларик ле Вје,Баларюк-ле-Вье,Баларюк-ле-Вє,巴拉吕克莱弗约		76	34	343	34024
3035268	Balaruc-les-Bains	balaruc-les-bains	FR	34540	6387	Europe/Paris	43.4417	3.6778		Balarik le Ben,Balarjuk-le-Ben,Balaruc-les-Bains,Los Banhs de Balaruc,ba la lu ke lai ban,balarwk ly bayn,Баларик ле Бен,Баларюк-ле-Бен,بالاروك لي باين,巴拉吕克莱班		76	34	343	34023
3035270	Balanzac	balanzac	FR	17600	374	Europe/Paris	45.74216	-0.83768		Balanzac		75	17	174	17030
3035271	Balansun	balansun	FR	64300	229	Europe/Paris	43.49135	-0.69873		Balansen,Balansjon,Balansun,Valancun,Valançun,Valensun,ba lang sang,Балансен,Балансён,巴朗桑		75	64	643	64088
3035272	Balanod	balanod	FR	39160	303	Europe/Paris	46.45714	5.35506		Balanod		27	39	392	39035
3035278	Balan	balan	FR	01360	1621	Europe/Paris	49.68881	4.96478		Balan,Балан		44	08	083	08043
3035279	Balan	balan	FR	01360	2610	Europe/Paris	45.83416	5.0993		Balan,Балан		84	01	012	01027
3035280	Balaives-et-Butz	balaives-et-butz	FR	08160	233	Europe/Paris	49.6724	4.73375		Balaives,Balaives-et-Butz		44	08	081	08173
3035281	Balaiseaux	balaiseaux	FR	39120	194	Europe/Paris	46.96379	5.46729		Balaiseaux		27	39	391	39034
3035282	Balaguier-sur-Rance	balaguier-sur-rance	FR	12380	102	Europe/Paris	43.89677	2.57824		Balaguier,Balaguier-sur-Rance		76	12	121	12019
3035283	Balaguier-d'Olt	balaguier-d-olt	FR	12260	0	Europe/Paris	44.52478	1.97265		Balaguier,Balaguier-d'Olt		76	12	123	12018
3035285	Balaguères	balagueres	FR	09800	201	Europe/Paris	42.96516	1.02187		Balager,Balagueras,Balagueres,Balaguèras,Balaguères,ba la gai lei,Балагер,巴拉盖雷		76	09	093	09035
3035286	Balagny-sur-Thérain	balagny-sur-therain	FR	60250	1492	Europe/Paris	49.29605	2.33645		Balagny,Balagny-sur-Therain,Balagny-sur-Thérain,Balan'i-sjur-Teren,Balani sir Teren,tai lan he pan ba er la ni,Баланьї-сюр-Терен,Балањи сир Терен,泰兰河畔巴尔拉尼		32	60	604	60044
3035289	Baladou	baladou	FR	46600	391	Europe/Paris	44.92312	1.55574		Baladou,Creysse-et-Baladou		76	46	463	46016
3035290	Balacet	balacet	FR	09800	25	Europe/Paris	42.88395	0.98147		Balacet		76	09	093	09034
3035291	Bajus	bajus	FR	62150	284	Europe/Paris	50.4207	2.47775		Bajus		32	62	622	62077
3035293	Bajonnette	bajonnette	FR	32120	98	Europe/Paris	43.8088	0.76866		Bajonnette		76	32	322	32026
3035294	Baizieux	baizieux	FR	80300	217	Europe/Paris	49.99293	2.51777		Baizieux,Bez'e,Bezje,Boaiziu,bai qi e,Безьє,Безје,拜齐厄		32	80	802	80052
3035295	Baixas	baixas	FR	66390	2419	Europe/Paris	42.75005	2.80911		Baixas,Baixàs,Beksa,Beksas,bai ke sa,Бекса,Бексас,拜克萨		76	66	662	66014
3035296	Baix	baix	FR	07210	864	Europe/Paris	44.71238	4.76403		Bais,Baix,Be,bai zhen,Бе,拜镇		84	07	072	07022
3035298	Baives	baives	FR	59132	0	Europe/Paris	50.06328	4.20138		Baives,Bev,bai fu,Бев,拜弗		32	59	591	59045
3035300	Baissey	baissey	FR	52250	196	Europe/Paris	47.75193	5.25226		Baissey		44	52	522	52035
3035304	Baisieux	baisieux	FR	59780	4110	Europe/Paris	50.60841	3.25251		Baisieux,Baizieux		32	59	595	59044
3035308	Bais	bais	FR	35680	1568	Europe/Paris	48.25334	-0.36549		Bais		52	53	533	53016
3035309	Bais	bais	FR	35680	2109	Europe/Paris	48.01071	-1.29047		Baez,Bais		53	35	351	35014
3035311	Bairols	bairols	FR	06420	108	Europe/Paris	43.98175	7.12722		Bairols,Bairòls,Bariolum Nicaeensium,Berol,Berol',bai luo er,bayrwls,Берол,Бероль,بايرولس,拜罗尔		93	06	062	06009
3035313	Bainville-sur-Madon	bainville-sur-madon	FR	54550	1195	Europe/Paris	48.58725	6.0958		Bainville,Bainville-sur-Madon		44	54	543	54043
3035314	Bainville-aux-Saules	bainville-aux-saules	FR	88270	114	Europe/Paris	48.20662	6.13779		Bainville,Bainville-aux-Saules		44	88	881	88030
3035315	Bainville-aux-Miroirs	bainville-aux-miroirs	FR	54290	332	Europe/Paris	48.43917	6.27743		Bainville,Bainville-aux-Miroirs		44	54	543	54042
3035440	Bagas	bagas	FR	33190	188	Europe/Paris	44.62498	-0.0552		Baga,Bagas,Бага		75	33	333	33024
3035316	Bains-sur-Oust	bains-sur-oust	FR	35600	3317	Europe/Paris	47.70335	-2.07199		Baen-Ballon,Bains,Bains-sur-Oust,Balneum,Ben sir Ust,Ben-sjur-Ust,wu si he pan ban,Бен сир Уст,Бен-сюр-Уст,乌斯河畔班		53	35	352	35013
3035317	Bains-les-Bains	bains-les-bains	FR	88240	1597	Europe/Paris	48.00113	6.26492		Bains,Bains-les-Bains,Ben le Ben,Ben-le-Ben,ban lai ban,Бен ле Бен,Бен-ле-Бен,班莱班		44	88	881	88029
3035322	Bains	bains	FR	43370	1256	Europe/Paris	45.00956	3.77503		Bains		84	43	432	43018
3035323	Bainghen	bainghen	FR	62850	146	Europe/Paris	50.75248	1.90735		Bainghen		32	62	626	62076
3035324	Bain-de-Bretagne	bain-de-bretagne	FR	35470	6098	Europe/Paris	47.84687	-1.68579		Baen-Veur,Bain,Bain-de-Bretagne,Baionum,Ben de Bretan,Ben-de-Bretan',ban de bu lei ta ni,Бен де Бретањ,Бен-де-Бретань,班德布雷塔尼		53	35	352	35012
3035325	Baincthun	baincthun	FR	62360	1340	Europe/Paris	50.70994	1.68075		Baincthun,Benkten,ban ke tan,baynsthwn,Бенктен,باينسثون,班克坦		32	62	623	62075
3035329	Bailly-Romainvilliers	bailly-romainvilliers	FR	77700	3692	Europe/Paris	48.84729	2.82352		Bai-Romenvil'e,Bailly-Romainvilliers,Baji Romenvilije,Баи-Роменвилье,Баї-Роменвільє,Баји Роменвилије		11	77	775	77018
3035330	Bailly-le-Franc	bailly-le-franc	FR	10330	36	Europe/Paris	48.52183	4.65408		Bai-le-Fran,Bailly,Baji le Fran,Baji-le-Fran,bai li lai fu lang ke,Байи-ле-Фран,Баї-ле-Фран,Баји ле Фран,拜利莱弗朗克		44	10	101	10026
3035331	Bailly-en-Rivière	bailly-en-riviere	FR	76630	511	Europe/Paris	49.9119	1.33679		Bailly,Bailly-en-Riviere,Bailly-en-Rivière,Baji an Rivjer,Баји ан Ривјер		28	76	761	76054
3035335	Bailly-aux-Forges	bailly-aux-forges	FR	52130	122	Europe/Paris	48.45983	4.91592		Bailly,Bailly-aux-Forges		44	52	523	52034
3035339	Bailly	bailly	FR	60170	614	Europe/Paris	49.49569	2.96971		Bailly		32	60	603	60043
3035340	Bailly	bailly	FR	60170	4300	Europe/Paris	48.84168	2.07673		Bailly		11	78	784	78043
3035341	Bailly	bailly	FR	60170	0	Europe/Paris	48.02531	3.52284		Bailly		27	89	893	89059
3035342	Bailly	bailly	FR	60170	0	Europe/Paris	47.72474	3.62317				27	89	891	89337
3035344	Baillou	baillou	FR	41170	238	Europe/Paris	47.96688	0.84206		Baiju,Baillou,Baju,Баију,Бају		24	41	412	41012
3035347	Baillolet	baillolet	FR	76660	131	Europe/Paris	49.79295	1.43761		Baijole,Baillolet,Bajole,Баијоле,Бајоле		28	76	761	76053
3035349	Bailleval	bailleval	FR	60140	1489	Europe/Paris	49.34605	2.45695		Bailleval,Bajval,Bajval',bai lei wa,Байваль,Бајвал,拜勒瓦		32	60	602	60042
3035350	Bailleulval	bailleulval	FR	62123	280	Europe/Paris	50.22148	2.63375		Bailleulval		32	62	621	62074
3035351	Bailleul-sur-Thérain	bailleul-sur-therain	FR	60930	2045	Europe/Paris	49.38526	2.22279		Bailleul,Bailleul-sur-Therain,Bailleul-sur-Thérain		32	60	601	60041
3035352	Bailleul-Sir-Berthoult	bailleul-sir-berthoult	FR	62580	1199	Europe/Paris	50.33752	2.85129		Bailleul,Bailleul-Sir-Berthoult,Bailleul-la-Liberte,Bailleul-la-Liberté		32	62	621	62073
3035353	Bailleul-Neuville	bailleul-neuville	FR	76660	187	Europe/Paris	49.80734	1.42315		Bailleul,Bailleul-Neuville,Bajel Nevil,Бајел Невил		28	76	761	76052
3035354	Bailleulmont	bailleulmont	FR	62123	262	Europe/Paris	50.21556	2.61433		Bailleulmont		32	62	621	62072
3035355	Bailleul-lès-Pernes	bailleul-les-pernes	FR	62550	338	Europe/Paris	50.50973	2.38758		Bailleul,Bailleul-les-Pernes,Bailleul-lès-Pernes		32	62	621	62071
3035356	Bailleul-le-Soc	bailleul-le-soc	FR	60190	675	Europe/Paris	49.41667	2.57722		Bael'-le-Sok,Bailleul,Bailleul-le-Soc,Bajel le Zok,bai lei lai suo ke,Баєль-ле-Сок,Бајел ле Зок,拜勒莱索克		32	60	602	60040
3035357	Bailleul-la-Vallée	bailleul-la-vallee	FR	27260	132	Europe/Paris	49.20171	0.43313		Bailleul,Bailleul-la-Vallee,Bailleul-la-Vallée,Bajel la Vale,Бајел ла Вале		28	27	272	27035
3035358	Bailleul-aux-Cornailles	bailleul-aux-cornailles	FR	62127	237	Europe/Paris	50.37172	2.44399		Bailleul,Bailleul-aux-Cornailles		32	62	621	62070
3035359	Bailleul	bailleul	FR	59270	14884	Europe/Paris	50.73592	2.73594		Bailleul,Bajel,Belle,Бајел		32	59	594	59043
3035360	Bailleul	bailleul	FR	59270	236	Europe/Paris	50.02881	1.84902		Bailleul		32	80	801	80051
3035361	Bailleul	bailleul	FR	59270	621	Europe/Paris	48.80053	-0.00296		Bailleul		28	61	612	61023
3035362	Baillet-en-France	baillet-en-france	FR	95560	1805	Europe/Paris	49.06187	2.2988		Bae-an-Frans,Baillet,Baillet-en-France,Baje-an-Frans,Bajet an Frans,fu lang si de qu bai lei,Бае-ан-Франс,Байе-ан-Франс,Бає-ан-Франс,Бајет ан Франс,弗朗斯地区拜勒		11	95	952	95042
3035363	Baillestavy	baillestavy	FR	66320	65	Europe/Paris	42.56463	2.52533		Baillestavy,Bajstavi,Vallestavia,Vallestàvia,bai lai si ta wei,Байстави,Байставі,Бајстави,拜莱斯塔维		76	66	663	66013
3035364	Bailleau-Armenonville	bailleau-armenonville	FR	28320	0	Europe/Paris	48.53333	1.65		Bailleau,Bailleau-sous-Gallardon		24	28	281	28023
3035365	Bailleau-l'Évêque	bailleau-l-eveque	FR	28300	1103	Europe/Paris	48.4896	1.39665		Bailleau,Bailleau-l'Eveque,Bailleau-l'Evêque,Bailleau-l'Évêque,Bailleau-les-Bois,Bajo l'Evek,Бајо л'Евек		24	28	281	28022
3035366	Bailleau-le-Pin	bailleau-le-pin	FR	28120	1508	Europe/Paris	48.36698	1.32948		Bailleau,Bailleau-le-Pin,Bajo le Pen,Бајо ле Пен		24	28	281	28021
3035368	Baillé	baille	FR	35460	341	Europe/Paris	48.35957	-1.38015		Baille,Baillé,Balieg		53	35	351	35292
3035370	Baillargues	baillargues	FR	34670	6570	Europe/Paris	43.66126	4.01283		Baillargues,Bajarg,Balhargues,bai la er gai,Баярг,Бајарг,拜拉尔盖		76	34	343	34022
3035372	Baigts-de-Béarn	baigts-de-bearn	FR	64300	781	Europe/Paris	43.51269	-0.83922		Bach-de-Bearn,Baigts,Baigts-de-Bearn,Baigts-de-Béarn,Beg de Bearn,Beg-de-Bearn,Vaths,Vaths de Bearn,bai ge te de bei a er en,Бач-де-Беарн,Бег де Беарн,Бег-де-Беарн,拜格特德贝阿尔恩		75	64	643	64087
3035373	Baigts	baigts	FR	40380	330	Europe/Paris	43.68691	-0.7918		Baigts,Batsh,Beg,Vaths,Vaths de Monthort,Vaths de Monthòrt,bai ge te,Батш,Бег,拜格特		75	40	401	40023
3035374	Baignolet	baignolet	FR	28150	120	Europe/Paris	48.17397	1.62224		Baignolet		24	28	281	28406
3035375	Baigneux-les-Juifs	baigneux-les-juifs	FR	21450	329	Europe/Paris	47.59968	4.64904		Baigneux,Baigneux-les-Juifs,Ben'e-le-Zhuif,Ben'jo-le-Zhjuif,Bene le Zhif,bai gai yu lai rui yi fu,Бенье-ле-Жуиф,Беньё-ле-Жюиф,Беньє-ле-Жуїф,Бење ле Жиф,拜盖于莱瑞伊夫		27	21	213	21043
3035441	Bagard	bagard	FR	30140	2200	Europe/Paris	44.07281	4.05137		Bagard		76	30	301	30027
3035376	Baignes-Sainte-Radegonde	baignes-sainte-radegonde	FR	16360	1279	Europe/Paris	45.38451	-0.23625		Baignes,Baignes-Sainte-Radegonde,Ben Sent Radgon,Ben'-Sent-Radegond,Ben'-Sent-Radgond,bai gai sheng la dai gong de,Бень-Сент-Радгонд,Бень-Сент-Радегонд,Бењ Сент Радгон,拜盖圣拉代贡德		75	16	162	16025
3035377	Baignes	baignes	FR	70000	95	Europe/Paris	47.58513	6.05029		Baignes		27	70	702	70047
3035379	Baigneaux	baigneaux	FR	28140	0	Europe/Paris	48.33698	1.62084				24	28	281	28383
3035380	Baigneaux	baigneaux	FR	28140	0	Europe/Paris	48.18409	1.60872		Baigneaux		24	28	282	28019
3035381	Baigneaux	baigneaux	FR	28140	0	Europe/Paris	48.13333	1.81667			28019	24	28	282	28019
3035382	Baigneaux	baigneaux	FR	28140	48	Europe/Paris	47.78289	1.25333		Baigneaux		24	41	411	41171
3035383	Baigneaux	baigneaux	FR	28140	266	Europe/Paris	44.72307	-0.19767		Baigneaux		75	33	333	33025
3035386	Bahus-Soubiran	bahus-soubiran	FR	40320	341	Europe/Paris	43.67382	-0.35635		Bahus-Soubiran		75	40	402	40022
3035388	Baho	baho	FR	66540	2727	Europe/Paris	42.70084	2.8222		Baho,Bao,Baó,bo zhen,Бао,博镇		76	66	662	66012
3035389	Baguer-Pican	baguer-pican	FR	35120	1080	Europe/Paris	48.55252	-1.69927		Bagar-Bihan,Baguer-Pican		53	35	354	35010
3035390	Baguer-Morvan	baguer-morvan	FR	35120	1465	Europe/Paris	48.52475	-1.77454		Bagar-Morvan,Bage Morvan,Bage-Morvan,Baguer,Baguer-Morvan,ba gai mo er wang,Баге Морван,Баге-Морван,巴盖莫尔旺		53	35	354	35009
3035395	Bagnot	bagnot	FR	21700	128	Europe/Paris	47.05971	5.07365		Bagnot,Ban'o,Bano,ba ni ao,banyw,Баньо,Бањо,بانیو,巴尼奥		27	21	211	21042
3035396	Bagnols-sur-Cèze	bagnols-sur-ceze	FR	30200	19640	Europe/Paris	44.16259	4.61974		Bagnols,Bagnols-sur-Ceze,Bagnols-sur-Cèze,Ban'ol'-sjur-Sez,Banhous,Banhous de Ceser,Banhòus,Banhòus de Céser,Banol sir Sez,banyoru=shuru=sezu,sai ci he pan ba er ni ao er,Баньоль-сюр-Сез,Бањол сир Сез,バニョール＝シュル＝セーズ,塞兹河畔巴尔尼奥尔		76	30	302	30028
3035397	Bagnols-les-Bains	bagnols-les-bains	FR	48190	246	Europe/Paris	44.50619	3.66275		Bagnols,Bagnols-les-Bains,Ban'ol'-le-Ben,Banhou,Banhòu,Banol le Ben,ba ni ao er lai ban,Баньоль-ле-Бен,Бањол ле Бен,巴尼奥尔莱班		76	48	482	48027
3035398	Bagnols-en-Forêt	bagnols-en-foret	FR	83600	1810	Europe/Paris	43.53752	6.69814		Bagnols,Bagnols-en-Foret,Bagnols-en-Forêt,Ban'ol'-an-Fore,Banhous,Banhòus,Banol an Fore,fu lei de qu ba ni ao er,Баньоль-ан-Форе,Бањол ан Форе,福雷地区巴尼奥尔		93	83	831	83008
3035400	Bagnols	bagnols	FR	63810	748	Europe/Paris	45.91749	4.60743		Bagnols		84	69	692	69017
3035401	Bagnols	bagnols	FR	63810	0	Europe/Paris	45.50039	2.63215		Bagnols,Banol,Бањол		84	63	633	63028
3035403	Bagnolet	bagnolet	FR	93170	33504	Europe/Paris	48.86667	2.41667		Bagnolet,Ban'ole,Banole,ba ni ao lei,banyolle,banyore,bnywlh,Баньоле,Бањоле,بنیوله,バニョレ,巴尼奥雷,바뇰레		11	93	931	93006
3035404	Bagnoles-de-l'Orne	bagnoles-de-l-orne	FR	61140	2454	Europe/Paris	48.5572	-0.41383		Bagnoles		28	61	611	61483
3035406	Bagnizeau	bagnizeau	FR	17160	202	Europe/Paris	45.88855	-0.31275		Bagnizeau		75	17	175	17029
3035407	Bagneux-la-Fosse	bagneux-la-fosse	FR	10340	203	Europe/Paris	47.99303	4.29713		Bagneux,Bagneux-la-Fosse		44	10	103	10025
3035408	Bagneux	bagneux	FR	02290	74	Europe/Paris	49.45715	3.27786		Bagneux,Ban'e,Ban'jo,Bano,Banyo,ba nie,Баньё,Баньє,Бањо,Բանյո,巴涅		32	02	024	02043
3035409	Bagneux	bagneux	FR	02290	38900	Europe/Paris	48.79565	2.30796		Bagneux,Bano,Бањо		11	92	921	92007
3035410	Bagneux	bagneux	FR	02290	464	Europe/Paris	48.55879	3.82735		Bagneux		44	51	512	51032
3035411	Bagneux	bagneux	FR	02290	138	Europe/Paris	48.55851	5.88272		Bagneux		44	54	544	54041
3035412	Bagneux	bagneux	FR	02290	0	Europe/Paris	47.25	-0.08333				52	49	493	49328
3035413	Bagneux	bagneux	FR	02290	172	Europe/Paris	47.18324	1.75314		Bagneux		24	36	364	36011
3035414	Bagneux	bagneux	FR	02290	0	Europe/Paris	47.0774	-0.21943		Bagneux		75	79	791	79014
3035415	Bagneux	bagneux	FR	02290	261	Europe/Paris	46.65777	3.20551		Bagneux,Ban'e,Ban'jo,Bano,ba gai yu,Банье,Баньё,Баньє,Бањо,巴盖于		84	03	032	03015
3035416	Bagnères-de-Luchon	bagneres-de-luchon	FR	31110	3380	Europe/Paris	42.79079	0.59341		Bagneres de Luchon,Bagneres-de-Luchon,Bagnères de Luchon,Bagnères-de-Luchon,Balneum Lixonense,Ban'er-de-Ljushon,Baner de Lison,Banheras de Luishon,Banhèras de Luishon,Banyeras de Luixon,Banyeras de Luixón,Luchon,ba nie er-de lu xiong,Баньер-де-Люшон,Баньєр-де-Люшон,Бањер де Лишон,巴涅尔-德吕雄		76	31	312	31042
3035418	Bagnères-de-Bigorre	bagneres-de-bigorre	FR	65200	8967	Europe/Paris	43.06497	0.14876		Bagneres,Bagneres-de-Bigorre,Bagnères,Bagnères-de-Bigorre,Ban'er-de-Bigor,Ban'er-de-Bigorr,Baner de Bigor,Banheras,Banheras de Bigorra,Banhèras de Bigòrra,Banyeras de Bigorra,Vicus Aquensis,ba nie er-de bi ge er,banyeru=do=bigoru,Баньер-де-Бигор,Баньєр-де-Бігорр,Бањер де Бигор,バニェール＝ド＝ビゴール,巴涅尔-德比戈尔	652	76	65	652	65059
3035419	Bagneaux-sur-Loing	bagneaux-sur-loing	FR	77167	1569	Europe/Paris	48.2331	2.70675		Bagneaux,Bagneaux-sur-Loing,Ban'o-sjur-Luen,Bano sir Loan,Баньо-сюр-Луен,Бањо сир Лоан		11	77	774	77016
3035421	Bagneaux	bagneaux	FR	89190	0	Europe/Paris	48.6004	2.93663				11	77	773	77010
3035422	Bagneaux	bagneaux	FR	89190	221	Europe/Paris	48.23341	3.59305		Bagneaux,Ban'o,Bano,ba ge ao,Баньо,Бањо,巴格奥		27	89	893	89027
3035426	Bagnac-sur-Célé	bagnac-sur-cele	FR	46270	1562	Europe/Paris	44.66667	2.16667				76	46	462	46015
3035427	Bagiry	bagiry	FR	31510	93	Europe/Paris	42.97716	0.62613		Bagiri,Bagiry,Bazhiri,ba ji li,Бажири,Бажирі,巴吉里		76	31	312	31041
3035431	Bages	bages	FR	11100	803	Europe/Paris	43.12325	2.99131		Bages,Bajas,Bazh,ba ri,Баж,巴日		76	11	113	11024
3035432	Bages	bages	FR	11100	3636	Europe/Paris	42.60603	2.89348		Bages,Bages del Rossello,Bages del Rosselló		76	66	661	66011
3035433	Bagert	bagert	FR	09230	57	Europe/Paris	43.07789	1.08222		Bagert		76	09	093	09033
3035436	Bâgé-le-Châtel	bage-le-chatel	FR	01380	815	Europe/Paris	46.30938	4.93187		Bage,Bage-le-Chatel,Bâgé,Bâgé-le-Châtel		84	01	012	01026
3035437	Bâgé-la-Ville	bage-la-ville	FR	01380	2581	Europe/Paris	46.31567	4.94086		Bage-la-Ville,Bagie-la-Vela,Baze la Vil,Bazhe la Vil,Bazhe-la-Vil',Bâgiê-la-Vela,Bâgé-la-Ville,ba re la wei ye,baj-la-fyl,bajelabil,Баже ла Вил,Баже-ла-Виль,Баже-ла-Віль,Բաժե լա Վիլ,باج-لا-فيل,巴热拉维耶,바제라빌		84	01	012	01025
3035444	Baffie	baffie	FR	63600	107	Europe/Paris	45.47197	3.82723		Baffie,Bafi,Бафи		84	63	631	63027
3035445	Baerenthal	baerenthal	FR	57230	723	Europe/Paris	48.97519	7.51911		Baerenthal,Bajerental,Barenthal,Berantal',Bärenthal,Bærenthal,ba ai lang ta,Бајерентал,Беранталь,巴埃朗塔		44	57	576	57046
3035446	Baerendorf	baerendorf	FR	67320	325	Europe/Paris	48.83814	7.08486		Baerendorf		44	67	674	67017
3035448	Badonvilliers-Gérauvilliers	badonvilliers-gerauvilliers	FR	55130	134	Europe/Paris	48.55	5.58333				44	55	552	55026
3035449	Badonviller	badonviller	FR	54540	1617	Europe/Paris	48.50116	6.89218		Badonvil',Badonvile,Badonviller,ba dong wei lai,Бадонвиле,Бадонвиллер,Бадонвиль,Бадонвіль,巴东维莱		44	54	542	54040
3035452	Badménil-aux-Bois	badmenil-aux-bois	FR	88330	134	Europe/Paris	48.30238	6.51938		Badmenil,Badmenil-aux-Bois,Badménil,Badménil-aux-Bois		44	88	881	88027
3035453	Badinières	badinieres	FR	38300	531	Europe/Paris	45.50796	5.30303		Badiniere,Badinieres,Badinière,Badinières		84	38	382	38152
3035456	Badevel	badevel	FR	25490	759	Europe/Paris	47.49849	6.94106		Badevel,Badevel',Badvel,ba de wei,Бадвел,Бадевель,巴德韦		27	25	252	25040
3035458	Badens	badens	FR	11800	777	Europe/Paris	43.21904	2.50843		Badan,Badens,ba dang,Бадан,巴当		76	11	111	11023
3035459	Baden	baden	FR	56870	3611	Europe/Paris	47.6185	-2.9199		Baden		53	56	563	56008
3035461	Badefols-sur-Dordogne	badefols-sur-dordogne	FR	24150	203	Europe/Paris	44.84318	0.79112		Badafol de Dordonha,Badafou de Dordonha,Badafòl de Dordonha,Badafòu de Dordonha,Badefols,Badefols-de-Cadouin,Badefols-sur-Dordogne,Badfol na Dordoni,Badfol'-sjur-Dordon',duo er duo ni he pan ba er dai fu er,Бадфол на Дордоњи,Бадфоль-сюр-Дордонь,多尔多尼河畔巴尔代福尔		75	24	241	24022
3035462	Badefols-d'Ans	badefols-d-ans	FR	24390	0	Europe/Paris	45.22965	1.19672		Badefols-d'Ans,Badfol d'An,Бадфол д'Ан		75	24	244	24021
3035463	Badecon-le-Pin	badecon-le-pin	FR	36200	691	Europe/Paris	46.54115	1.59504		Badecon-le-Pin,Badekon-le-Pen,Badkon le Pen,ba dai kong lai pan,Бадекон-ле-Пен,Бадкон ле Пен,巴代孔莱潘		24	36	362	36158
3035466	Badaroux	badaroux	FR	48000	913	Europe/Paris	44.53671	3.54941		Badaroux		76	48	482	48013
3035470	Badailhac	badailhac	FR	15800	126	Europe/Paris	44.91907	2.62459		Badailhac,Badajak,Badelak,Бадајак,Баделак		84	15	151	15017
3035471	Bacqueville-en-Caux	bacqueville-en-caux	FR	76730	1799	Europe/Paris	49.78761	0.99927		Bacqueville,Bacqueville-en-Caux,Bakvil an Ko,Bakvil'-an-Ko,Баквил ан Ко,Баквиль-ан-Ко,Баквіль-ан-Ко		28	76	761	76051
3035473	Bacqueville	bacqueville	FR	27440	420	Europe/Paris	49.31283	1.37122		Bacqueville,Bakavij,Bakvil,Бакавиј,Баквил		28	27	271	27034
3035474	Bacquepuis	bacquepuis	FR	27930	313	Europe/Paris	49.09292	1.04353		Bacquepuis,Bakapui,Bakpi,Бакапуи,Бакпи		28	27	272	27033
3035475	Bacourt	bacourt	FR	57590	115	Europe/Paris	48.92689	6.4071		Bacourt		44	57	575	57045
3035476	Bacouel-sur-Selle	bacouel-sur-selle	FR	80480	584	Europe/Paris	49.83003	2.22502		Bacouel,Bacouel-sur Celle,Bacouel-sur-Selle		32	80	802	80050
3035477	Bacouël	bacouel	FR	60120	403	Europe/Paris	49.61727	2.38046		Bacouel,Bacouël,Bakuel,Bakuel',ba ku e,Бакуел,Бакуель,巴库厄		32	60	602	60039
3035479	Baconnes	baconnes	FR	51400	174	Europe/Paris	49.15963	4.33812		Baconnes,Bakon,Bakonn,ba ke nei,Бакон,Баконн,巴科内		44	51	511	51031
3035481	Bacilly	bacilly	FR	50530	680	Europe/Paris	48.70102	-1.44089		Bacilly,Basii,Basiji,Басии,Басији,Басії		28	50	501	50027
3035482	Bachy	bachy	FR	59830	1363	Europe/Paris	50.55079	3.25976		Bachy		32	59	595	59042
3035483	Bachos	bachos	FR	31440	32	Europe/Paris	42.89721	0.61797		Bachos		76	31	312	31040
3035484	Bachivillers	bachivillers	FR	60240	362	Europe/Paris	49.29028	1.96343		Bachivillers		32	60	601	60256
3035491	Bachas	bachas	FR	31420	83	Europe/Paris	43.24414	0.93763		Bachas		76	31	312	31039
3035492	Bachant	bachant	FR	59138	2415	Europe/Paris	50.2154	3.86835		Bachant		32	59	591	59041
3035493	Bach	bach	FR	46230	154	Europe/Paris	44.35049	1.67183		Bach		76	46	461	46013
3035496	Baccon	baccon	FR	45130	633	Europe/Paris	47.89142	1.62858		Baccon,Bakkon,Bakon,ba kong,Баккон,Бакон,巴孔		24	45	452	45019
3035498	Baccarat	baccarat	FR	54120	4871	Europe/Paris	48.44984	6.73946		Baccarat,Bakara,Bakkara,ba ka la,bakara,byakareta,Бакара,Баккара,ब्याकारेट,バカラ,巴卡拉		44	54	542	54039
3035501	Baby	baby	FR	77480	73	Europe/Paris	48.39719	3.34111		Baby		11	77	773	77015
3035505	Baboeuf	baboeuf	FR	60400	483	Europe/Paris	49.58803	3.08511		Baboeuf,Babœuf		32	60	603	60037
3035511	Baâlon	baalon	FR	55700	275	Europe/Paris	49.48842	5.23945		Baalon,Baâlon		44	55	553	55025
3035513	Azzana	azzana	FR	20121	60	Europe/Paris	42.11686	8.92327		Accana,Azana,Azzana,Азана,Аццана		94	2A	2A1	2A027
3035514	Azy-sur-Marne	azy-sur-marne	FR	02400	388	Europe/Paris	49.00202	3.36786		Azy,Azy-sur-Marne		32	02	021	02042
3035515	Azy-le-Vif	azy-le-vif	FR	58240	225	Europe/Paris	46.78619	3.22953		Azi le Vif,Azy,Azy-le-Vif,Ази ле Виф		27	58	583	58021
3035516	Azy	azy	FR	18220	437	Europe/Paris	47.18333	2.70703		Azi,Azy,Ази		24	18	181	18019
3035517	Azy	azy	FR	18220	0	Europe/Paris	47.0478	3.1141				27	58	583	58121
3035519	Azur	azur	FR	40140	488	Europe/Paris	43.79959	-1.30212		Azur		75	40	401	40021
3035521	Azoudange	azoudange	FR	57810	109	Europe/Paris	48.73909	6.81165		Azoudange		44	57	575	57044
3035522	Azolette	azolette	FR	69790	122	Europe/Paris	46.19313	4.41856		Azolette		84	69	692	69016
3035523	Azincourt	azincourt	FR	62310	279	Europe/Paris	50.46263	2.12888		Asincurtis,Azenkur,Azincourt,a zan ku er,azankuru,azynkwrt,Азенкур,أزينكورت,ازینکورت,アザンクール,阿赞库尔		32	62	624	62069
3035524	Azilone-Ampaza	azilone-ampaza	FR	20190	96	Europe/Paris	41.8633	9.01546		Azilone,Azilone-Ampaza		94	2A	2A1	2A026
3035525	Azille	azille	FR	11700	1086	Europe/Paris	43.27843	2.65935		Asilha,Azij,Azilhan lo Comtal,Azille,a qi er,Азий,Азиј,Азій,阿齐尔		76	11	111	11022
3035526	Azillanet	azillanet	FR	34210	403	Europe/Paris	43.32471	2.7375		Azillanet		76	34	341	34020
3035531	Azeville	azeville	FR	50310	80	Europe/Paris	49.45893	-1.3131		Azeville		28	50	502	50026
3035532	Azet	azet	FR	65170	150	Europe/Paris	42.81051	0.35268		Adet,Aze,Azet,a ze,Àdet,Азе,Азет,阿泽		76	65	652	65058
3035534	Azereix	azereix	FR	65380	948	Europe/Paris	43.20898	-0.00801		Asereish,Azereix,Azereks,Azreks,a ze lei,Азерекс,Азрекс,阿泽雷		76	65	653	65057
3035660	Avocourt	avocourt	FR	55270	112	Europe/Paris	49.20706	5.14503				44	55	553	55023
3035535	Azérat	azerat	FR	24210	294	Europe/Paris	45.36218	3.38246		Aserac,Azera,Azerat,Azérat,a ze la,Азера,阿泽拉		84	43	431	43017
3035536	Azerat	azerat	FR	24210	429	Europe/Paris	45.15051	1.124		Aserac,Aseracum,Aserat,Azera,Azerat,Azra,a ze la,Азера,Азра,阿泽拉		75	24	244	24019
3035537	Azerailles	azerailles	FR	54122	839	Europe/Paris	48.48864	6.6948		Azerailles		44	54	542	54038
3035538	Azerables	azerables	FR	23160	856	Europe/Paris	46.35392	1.47377		Azerables		75	23	232	23015
3035540	Azelot	azelot	FR	54210	368	Europe/Paris	48.58862	6.23405		Azelot		44	54	543	54037
3035541	Azé	aze	FR	41100	1022	Europe/Paris	47.85141	0.99829		Aze,Azé		24	41	412	41010
3035542	Azé	aze	FR	41100	3336	Europe/Paris	47.8222	-0.68333		Aze,Azé		52	53	531	53062
3035544	Azé	aze	FR	41100	990	Europe/Paris	46.43149	4.76147		Aze,Azé		27	71	715	71016
3035545	Azay-sur-Thouet	azay-sur-thouet	FR	79130	978	Europe/Paris	46.62476	-0.35099		Azay,Azay-sur-Thouet		75	79	793	79025
3035546	Azay-sur-Indre	azay-sur-indre	FR	37310	371	Europe/Paris	47.20923	0.94462		Asiacus ad Andram,Azay,Azay-sur-Indre,Aze sir Endr,Aze-sjur-Ehndr,Aze-sjur-Endr,an de er he pan a ze,Азе сир Ендр,Азе-сюр-Ендр,Азе-сюр-Эндр,安德尔河畔阿泽		24	37	373	37016
3035547	Azay-sur-Cher	azay-sur-cher	FR	37270	2873	Europe/Paris	47.34966	0.84562		Azay,Azay-sur-Cher,Aze sir Sher,Азе сир Шер		24	37	372	37015
3035548	Azay-le-Rideau	azay-le-rideau	FR	37190	3275	Europe/Paris	47.26405	0.47132		Asiacus Ridelli,Azay,Azay-le-Rideau,Aze le Rido,Aze-le-Rido,Azeh-ljo-Rido,Castello di Azay-le-Rideau,Castillo de Azay-le-Rideau,Chateau d'Azay-le-Rideau,Château d'Azay-le-Rideau,Kasteel van Azay-le-Rideau,Schloss Azay-le-Rideau,Slottet i Azay-le-Rideau,a ze lai li duo,ajeleulido,aze=ru=rido cheng,Азе ле Ридо,Азе-ле-Ридо,Азэ-лё-Ридо,アゼ＝ル＝リドー城,阿泽莱里多,아제르리도		24	37	372	37014
3035549	Azay-le-Ferron	azay-le-ferron	FR	36290	1001	Europe/Paris	46.85097	1.07084		Azay,Azay-le-Feron,Azay-le-Ferron,Aze le Feron,Aze-le-Ferron,a ze lai fu er long,Азе ле Ферон,Азе-ле-Феррон,阿泽莱弗尔龙		24	36	361	36010
3035550	Azay-le-Brûlé	azay-le-brule	FR	79400	1604	Europe/Paris	46.40117	-0.24711		Azay,Azay-le-Brule,Azay-le-Brûlé		75	79	792	79024
3035551	Azat-le-Ris	azat-le-ris	FR	87360	306	Europe/Paris	46.31949	1.05882		Azat-le-Ris,Azat-le-Riz		75	87	871	87006
3035552	Azat-Châtenet	azat-chatenet	FR	23210	136	Europe/Paris	46.07652	1.75976		Azat,Azat-Chatenet,Azat-Châtenet		75	23	232	23014
3035554	Azas	azas	FR	31380	466	Europe/Paris	43.72555	1.67366		Azas		76	31	313	31038
3035556	Azannes-et-Soumazannes	azannes-et-soumazannes	FR	55150	179	Europe/Paris	49.29119	5.46607		Azannes,Azannes-et-Soumazannes		44	55	553	55024
3035558	Ayzieu	ayzieu	FR	32800	155	Europe/Paris	43.84962	-0.01736		Ayzieu		76	32	322	32025
3035559	Ayzac-Ost	ayzac-ost	FR	65400	405	Europe/Paris	43.0238	-0.09636		Ayzac,Ayzac-Ost		76	65	651	65056
3035560	Aytré	aytre	FR	17440	8335	Europe/Paris	46.13417	-1.11826		Aytre,Aytré,Ehtre,Ejtre,Etre,ai te lei,Ейтре,Етре,Этре,艾特雷		75	17	173	17028
3035561	Ay-sur-Moselle	ay-sur-moselle	FR	57300	1563	Europe/Paris	49.24326	6.20627		Ay,Ay-sur-Moselle		44	57	579	57043
3035562	Ayssènes	ayssenes	FR	12430	238	Europe/Paris	44.06907	2.7795		Aissenas,Ayssenes,Ayssenes-la-Bacaresse,Ayssènes,Ayssènes-la-Bacaresse,Ehsen,Esen,Essen,ai sai nei,Есен,Ессен,Эсен,艾塞内		76	12	121	12017
3035563	Ayse	ayse	FR	74130	2024	Europe/Paris	46.08135	6.4455		Ayse,Ayze		84	74	742	74024
3035565	Ayros-Arbouix	ayros-arbouix	FR	65400	243	Europe/Paris	43.00517	-0.06507		Ayros,Ayros-Arbouix		76	65	651	65055
3035566	Ayron	ayron	FR	86190	1014	Europe/Paris	46.66004	0.07501		Ayron,Eron,ai long,Ерон,艾龙		75	86	863	86017
3035568	Ayrens	ayrens	FR	15250	531	Europe/Paris	44.98472	2.32696		Ajron,Ayrens,Eran,Ајрон,Еран		84	15	151	15016
3035571	Aynac	aynac	FR	46120	566	Europe/Paris	44.78465	1.85105		Ainac,Aynac,Enak,ai na ke,Енак,艾纳克		76	46	462	46012
3035572	Ayn	ayn	FR	73470	299	Europe/Paris	45.57426	5.75052		Ayn		84	73	732	73027
3035575	Ayherre	ayherre	FR	64240	909	Europe/Paris	43.3924	-1.25389		Aiherra,Ajer,Ayherre,Eerr,ai ai er,Айер,Ајер,Еерр,艾埃尔		75	64	641	64086
3035576	Ayguesvives	ayguesvives	FR	31450	2030	Europe/Paris	43.43733	1.59771		Aigas Vivas,Aigasvivas,Aiguesvives,Ayguesvives,Egviv,Ehgviv,ai gai si wei wei,Егвив,Егвів,Эгвив,艾盖斯维韦		76	31	313	31004
3035577	Ayguemorte-les-Graves	ayguemorte-les-graves	FR	33640	1057	Europe/Paris	44.71091	-0.47645		Aiguemorte-les Graves,Ayguemorte,Ayguemorte-les-Graves		75	33	332	33023
3035578	Ayguatébia-Talau	ayguatebia-talau	FR	66360	50	Europe/Paris	42.56667	2.18333		Aiguatebia,Aiguatebia i Talau,Aiguatèbia,Aiguatèbia i Talau,Ayguatebia,Ayguatébia,Egateb'ja-Talo,Egatebja Talo,Egatebja-Talo,ai ju a tai bi a ta luo,Егатебья-Тало,Егатебя-Тало,Егатебја Тало,艾居阿泰比阿塔洛		76	66	663	66010
3035580	Ayette	ayette	FR	62116	342	Europe/Paris	50.17403	2.73461		Ayette		32	62	621	62068
3035583	Ayencourt	ayencourt	FR	80500	201	Europe/Paris	49.62709	2.55564		Ayencourt		32	80	803	80049
3035584	Ayen	ayen	FR	19310	679	Europe/Paris	45.24704	1.32717		Aient,Ajan,Ajen,Ajon,Ayen,Ejan,ai ang,ayan,Айен,Ајан,Ајон,Еян,アヤン,艾昂		75	19	191	19015
3035585	Aydoilles	aydoilles	FR	88600	1095	Europe/Paris	48.21026	6.57389		Aydoilles		44	88	881	88026
3035586	Aydius	aydius	FR	64490	89	Europe/Paris	43.00145	-0.54108		Aidius,Edi,Edijus,Ehd'jus,ai di yu,Еди,Едиюс,Едіюс,Эдьюс,艾迪于		75	64	642	64085
3035587	Aydie	aydie	FR	64330	148	Europe/Paris	43.56951	-0.10477		Aidia,Aydie,Edi,Ehdi,ai di ye,Еди,Еді,Эди,艾迪耶		75	64	643	64084
3035589	Aydat	aydat	FR	63970	1714	Europe/Paris	45.66022	2.97316		Ajda,Aydat,Eda,Ајда,Еда		84	63	632	63026
3035591	Ayat-sur-Sioule	ayat-sur-sioule	FR	63390	132	Europe/Paris	46.0502	2.89		Ayat,Ayat-sur-Sioule		84	63	634	63025
3035594	Ay	ay	FR	51160	4362	Europe/Paris	49.05457	4.00343		Ay,Aÿ,E,Е		44	51	512	51030
3035595	Ax-les-Thermes	ax-les-thermes	FR	09110	1510	Europe/Paris	42.72016	1.83937		Acs,Aks,Aks le Term,Aks-le-Term,Ax,Ax-les-Thermes,XLT,a ke si lai tai er mu,akusu=re=terumu,Акс,Акс ле Терм,Акс-ле-Терм,アクス＝レ＝テルム,阿克斯莱泰尔姆		76	09	091	09032
3035596	Axiat	axiat	FR	09250	36	Europe/Paris	42.78348	1.75659		Axiat		76	09	091	09031
3035597	Axat	axat	FR	11140	915	Europe/Paris	42.80408	2.23484		Aksa,Aksat,Atsat,Axat,a ke sa,Акса,Аксат,阿克萨		76	11	112	11021
3035598	Awoingt	awoingt	FR	59400	574	Europe/Paris	50.15548	3.28157		Awoingt		32	59	592	59039
3035599	Avy	avy	FR	17800	515	Europe/Paris	45.55326	-0.50932		Avy		75	17	171	17027
3035601	Avroult	avroult	FR	62560	520	Europe/Paris	50.63302	2.147		Avroult,Avru,a fu lu,afrwlt,Авру,أفرولت,阿夫鲁		32	62	625	62067
3035604	Avril-sur-Loire	avril-sur-loire	FR	58300	234	Europe/Paris	46.81971	3.35829		Avril,Avril-sur-Loire		27	58	583	58020
3035607	Avrilly	avrilly	FR	03130	344	Europe/Paris	48.92986	1.14425		Avriji,Avrilly,Аврији		28	27	272	27032
3035608	Avrilly	avrilly	FR	03130	139	Europe/Paris	48.53948	-0.61481				28	61	612	61021
3035609	Avrilly	avrilly	FR	03130	173	Europe/Paris	46.33329	3.9809		Avrilly		84	03	033	03014
3035611	Avrillé-les-Ponceaux	avrille-les-ponceaux	FR	37340	454	Europe/Paris	47.39402	0.28638		Avrille,Avrille-les-Ponceaux,Avrillé,Avrillé-les-Ponceaux		24	37	371	37013
3035612	Avrillé	avrille	FR	49240	13723	Europe/Paris	47.50663	-0.58955		Avrille,Avrillé		52	49	491	49015
3035613	Avrillé	avrille	FR	49240	1075	Europe/Paris	46.46921	-1.4927		Avrille,Avrillé		52	85	853	85010
3035615	Avril	avril	FR	54150	608	Europe/Paris	49.28762	5.96499		Avril		44	54	541	54036
3035616	Avrigny	avrigny	FR	60190	337	Europe/Paris	49.38166	2.57974		Avrigny,Avrin'i,Avrini,a fu li ni,Авриньї,Аврињи,阿夫里尼		32	60	602	60036
3035617	Avrigny	avrigny	FR	60190	0	Europe/Paris	47.49095	3.63214				27	89	892	89020
3035618	Avrigny	avrigny	FR	60190	0	Europe/Paris	46.89242	0.40819				75	86	861	86224
3035620	Avrigney-Virey	avrigney-virey	FR	70150	338	Europe/Paris	47.33333	5.78333				27	70	702	70045
3035621	Avrieux	avrieux	FR	73500	356	Europe/Paris	45.21525	6.7211		Auriacum,Avrie,Avrieux,Avrije,Аврије,Авріє		84	73	733	73026
3035623	Avricourt	avricourt	FR	54450	227	Europe/Paris	49.65343	2.8607		Avricourt,Avrikur,Аврикур		32	60	603	60035
3035624	Avricourt	avricourt	FR	54450	669	Europe/Paris	48.65	6.8		Avricourt,Avrikur,Аврикур		44	57	575	57042
3035627	Avreuil	avreuil	FR	10130	170	Europe/Paris	48.04653	3.99782		Avrej,Avreuil,Avrjoj,a fu lei yi,Аврей,Авреј,Аврёй,阿夫勒伊		44	10	103	10024
3035628	Avressieux	avressieux	FR	73240	441	Europe/Paris	45.5725	5.69453		Avressieux		84	73	732	73025
3035629	Avremesnil	avremesnil	FR	76730	900	Europe/Paris	49.85025	0.92869		Avremesnij,Avremesnil,Avrmenij,Авремесниј,Аврмениј		28	76	761	76050
3035632	Avrée	avree	FR	58170	99	Europe/Paris	46.81833	3.86964		Avree,Avrée		27	58	581	58019
3035633	Avrecourt	avrecourt	FR	52140	0	Europe/Paris	47.96329	5.53699		Avrecourt	52033	44	52	522	52033
3035634	Avrechy	avrechy	FR	60130	1112	Europe/Paris	49.44796	2.4271		Avrechy,Avreshi,Avrshi,a fu lei xi,Авреші,Аврши,阿夫雷希		32	60	602	60034
3035637	Avranville	avranville	FR	88630	65	Europe/Paris	48.42282	5.52701		Avranville		44	88	882	88025
3035639	Avranches	avranches	FR	50300	9295	Europe/Paris	48.68436	-1.35686		Avranches,Avrans,Avransh,Avrincae,a fu lang shen,avuranshu,Αβράνς,Авранш,アヴランシュ,阿夫朗什	501	28	50	501	50025
3035640	Avrainville	avrainville	FR	54385	176	Europe/Paris	48.77259	5.9387		Avrainville		44	54	544	54034
3035641	Avrainville	avrainville	FR	54385	685	Europe/Paris	48.56289	2.24553		Avrainville		11	91	913	91041
3035642	Avrainville	avrainville	FR	54385	0	Europe/Paris	48.5316	5.04776		Avrainville		44	52	523	52497
3035643	Avrainville	avrainville	FR	54385	74	Europe/Paris	48.37464	6.21169		Avrainville		44	88	881	88024
3035644	Avoudrey	avoudrey	FR	25690	745	Europe/Paris	47.13731	6.43368		Avoudrey		27	25	253	25039
3035646	Avot	avot	FR	21580	131	Europe/Paris	47.61898	5.01478		Avot		27	21	212	21041
3035647	Avosnes	avosnes	FR	21350	76	Europe/Paris	47.3656	4.64155		Avon,Avosnes,a wo si nei,Авон,阿沃斯内		27	21	213	21040
3035649	Avord	avord	FR	18520	2957	Europe/Paris	47.03514	2.65295		Avor,Avord,Авор		24	18	181	18018
3035650	Avon-les-Roches	avon-les-roches	FR	37220	578	Europe/Paris	47.15678	0.44855		Avon,Avon le Rosh,Avon-les-Roches,Авон ле Рош		24	37	371	37012
3035651	Avon-la-Pèze	avon-la-peze	FR	10290	118	Europe/Paris	48.38704	3.65306		Avon,Avon la Pez,Avon-la-Pez,Avon-la-Peze,Avon-la-Pèze,a weng la pei ci,Авон ла Пез,Авон-ла-Пез,阿翁拉佩兹		44	10	102	10023
3035652	Avondance	avondance	FR	62310	33	Europe/Paris	50.47733	2.09948		Avondance		32	62	624	62066
3035654	Avon	avon	FR	77210	15009	Europe/Paris	48.40219	2.72022		Avon		11	77	774	77014
3035655	Avon	avon	FR	77210	78	Europe/Paris	46.38278	-0.00632		Avon		75	79	792	79023
3035656	Avolsheim	avolsheim	FR	67120	695	Europe/Paris	48.56173	7.50006		Afolskhajm,Avelse,Avol'sajm,Avolsheim,Avolshem,a wo er sang,afwlshym,awlshaym,Àvelse,Аволшем,Авольсайм,Афолсхајм,آولسهایم,أفولشيم,阿沃尔桑		44	67	673	67016
3035657	Avoise	avoise	FR	72430	528	Europe/Paris	47.86589	-0.20675		Avoise		52	72	721	72021
3035658	Avoine	avoine	FR	37420	239	Europe/Paris	48.67112	-0.09541		Avoen,Avoine,Avoines,Авоен		28	61	612	61020
3035659	Avoine	avoine	FR	37420	1886	Europe/Paris	47.20533	0.18253		Avoen,Avoine,Авоен		24	37	371	37011
3035661	Avize	avize	FR	51190	1848	Europe/Paris	48.97352	4.01438		Aviz,Avize,a wei ci,Αβίζ,Авиз,Авіз,阿维兹		44	51	512	51029
3035663	Aviron	aviron	FR	27930	1279	Europe/Paris	49.05	1.11667		Aviron,Авирон		28	27	273	27031
3035664	Avirey-Lingey	avirey-lingey	FR	10340	212	Europe/Paris	48.02603	4.30055		Avire Lenzhe,Avire-Lenzhe,Avirey,Avirey-Lingey,a wei lei lan re,Авире Ленже,Авире-Ленже,Авіре-Ленже,阿维雷兰热		44	10	103	10022
3035665	Aviré	avire	FR	49500	448	Europe/Paris	47.7066	-0.79466		Avire,Aviré,a wei lei,Авире,Авіре,阿维雷		52	49	494	49331
3035666	Avioth	avioth	FR	55600	116	Europe/Paris	49.56679	5.39029		Avioth		44	55	553	55022
3035667	Avion	avion	FR	62210	18470	Europe/Paris	50.41038	2.83053		Avion		32	62	627	62065
3035669	Avilly-Saint-Léonard	avilly-saint-leonard	FR	60300	1016	Europe/Paris	49.19449	2.54148		Aviji Sen Leonar,Avilli-Sen-Leonar,Avilly-Saint-Leonard,Avilly-Saint-Léonard,a wei li sheng lai ao na er,Авији Сен Леонар,Авіллі-Сен-Леонар,阿维利圣莱奥纳尔		32	60	604	60033
3035670	Avilley	avilley	FR	25680	138	Europe/Paris	47.42528	6.26824		Avilley		27	25	251	25038
3035671	Avillers-Sainte-Croix	avillers-sainte-croix	FR	55210	72	Europe/Paris	49.0326	5.70082		Avillers,Avillers-Sainte-Croix		44	55	553	55021
3035672	Avillers	avillers	FR	54490	81	Europe/Paris	49.32357	5.73537		Avillers		44	54	541	54033
3035673	Avillers	avillers	FR	54490	91	Europe/Paris	48.31193	6.20958		Avillers		44	88	881	88023
3035675	Avignonet-Lauragais	avignonet-lauragais	FR	31290	1201	Europe/Paris	43.36672	1.78619		Avignonet,Avignonet-Lauragais,Avignonet-de-Lauragais		76	31	313	31037
3035676	Avignonet	avignonet	FR	38650	224	Europe/Paris	44.95525	5.68725		Avignonet		84	38	381	38023
3035680	Avignon-lès-Saint-Claude	avignon-les-saint-claude	FR	39200	343	Europe/Paris	46.39034	5.84571				27	39	393	39032
3035681	Avignon	avignon	FR	84000	89769	Europe/Paris	43.94834	4.80892		AVN,Abinion,Avennio,Avignon,Avignone,Avignuni,Avin'jon,Avin'on,Avinhao,Avinhon,Avinhão,Avinjonas,Avinjono,Avinon,Avinon - Avignon,Avinona,Avinyo,Avinyon,Avinyó,Avinyón,Aviñón,Aviñón - Avignon,Aviņona,Awinion,abinyong,afynywn,avhiyom,avinioni,avu~inyon,awynywn,xa wiyng,ya wei nong,Αβινιόν,Авиньон,Авињон,Авіньйон,Авіньён,Ավինյոն,אביניון,آوینیون,أفينيون,اوینیون,ایوگناں,आव्हियों,อาวีญง,ཨ་ཝི་ཉོང་།,ავინიონი,アヴィニョン,亞維農,아비뇽	84	93	84	842	84007
3035684	Aviernoz	aviernoz	FR	74570	750	Europe/Paris	45.97828	6.22837		Aviernoz		84	74	741	74282
3035685	Avezé	aveze	FR	30120	762	Europe/Paris	48.22698	0.67875		Aveze,Avezé		52	72	722	72020
3035686	Avèze	aveze	FR	30120	0	Europe/Paris	45.59927	2.59898		Aveze,Avèze		84	63	633	63024
3035687	Avèze	aveze	FR	30120	1117	Europe/Paris	43.97165	3.6002		Aveze,Avèze		76	30	303	30026
3035688	Avezan	avezan	FR	32380	88	Europe/Paris	43.87592	0.79627		Avezan		76	32	322	32023
3035689	Avezac-Prat-Lahitte	avezac-prat-lahitte	FR	65130	551	Europe/Paris	43.06667	0.33333		Avesac,Avesac-Prat-Era Hita,Avezac,Avezak-Prat-Lait,Avezak-Prat-Laitt,Avzak Pra Lait,a wei zha ke pu la lai te,Авезак-Прат-Лаит,Авезак-Прат-Лаїтт,Авзак Пра Лаит,阿韦扎克普拉莱特		76	65	652	65054
3035694	Aveux	aveux	FR	65370	0	Europe/Paris	43.00766	0.57129				76	65	652	65053
3035695	Avessé	avesse	FR	72350	321	Europe/Paris	47.95454	-0.25004		Avese,Avesse,Avessé,Авесе,Авессе		52	72	721	72019
3035696	Avessac	avessac	FR	44460	2346	Europe/Paris	47.65341	-1.9895		Avessac,Avezeg		52	44	445	44007
3035698	Avesnes-sur-Helpe	avesnes-sur-helpe	FR	59361 CEDEX	7	Europe/Paris	50.12372	3.9257		Aven-sjur-Ehl'p,Aven-sjur-El'p,Aven-syr-Elp,Avesnes,Avesnes-sur-Helpe,Avne sir Elp,ai er pu he pan a wei ne,avu~enu=shuru=erupu,Αβέν-συρ-Ελπ,Авен-сюр-Ельп,Авен-сюр-Эльп,Авне сир Елп,アヴェーヌ＝シュル＝エルプ,埃尔普河畔阿韦讷	591	32	59	591	59036
3035699	Avesnes-le-Sec	avesnes-le-sec	FR	59296	1309	Europe/Paris	50.251	3.37768		Avesnes,Avesnes-le-Sec		32	59	596	59038
3035700	Avesnes-lès-Bapaume	avesnes-les-bapaume	FR	62450	168	Europe/Paris	50.10547	2.83728		Aven-le-Bapom,Avesne-les-Nonnains,Avesne-lès-Nonnains,Avesnes,Avesnes-les-Bapaume,Avesnes-lès-Bapaume,Avne le Bapom,a wei ne lai ba bo mu,afysnys lyh bakwmy,Авен-ле-Бапом,Авне ле Бапом,أفيسنيس ليه باكومي,阿韦讷莱巴波姆		32	62	621	62064
3035701	Avesnes-les-Aubert	avesnes-les-aubert	FR	59129	3665	Europe/Paris	50.2	3.38333		Aven-lez-Ober,Aven-lez-Omper,Avesnes,Avesnes-lez-Aubert,Avne lez Ober,a wei ne lai suo bei er,Αβέν-λεζ-Ωμπέρ,Авен-лез-Обер,Авне лез Обер,阿韦讷莱索贝尔		32	59	592	59037
3035702	Avesnes-le-Comte	avesnes-le-comte	FR	62810	2039	Europe/Paris	50.27767	2.52957		Avesne-l'Egalite,Avesne-l'Egalité,Avesnes-le-Comte		32	62	621	62063
3035703	Avesnes-en-Val	avesnes-en-val	FR	76630	276	Europe/Paris	49.91972	1.39865		Avesnes,Avesnes-en-Val,Avnez an Val,Авнез ан Вал		28	76	761	76049
3035704	Avesnes-en-Bray	avesnes-en-bray	FR	76220	0	Europe/Paris	49.46972	1.67098		Avesnes,Avesnes-en-Bray,Avnez an Bre,Авнез ан Бре		28	76	761	76048
3035705	Avesnes-Chaussoy	avesnes-chaussoy	FR	80140	54	Europe/Paris	49.90086	1.87364		Avesnes,Avesnes-Chaussoy		32	80	802	80048
3035706	Avesnes	avesnes	FR	62650	48	Europe/Paris	50.54845	1.97256		Aven,Avesnes,Avinne,a wei ne,afysnys,Авен,أفيسنيس,阿韦讷		32	62	624	62062
3035707	Avesnelles	avesnelles	FR	59440	2643	Europe/Paris	50.11782	3.94674		Avenel,Avenel',Avesnelles,a wei ne lei,Авенел,Авенель,阿韦讷勒		32	59	591	59035
3035708	Averton	averton	FR	53700	652	Europe/Paris	48.3323	-0.22587		Averton		52	53	533	53013
3035712	Avéron-Bergelle	averon-bergelle	FR	32290	182	Europe/Paris	43.74502	0.06948		Averon-Bergelle,Avéron-Bergelle		76	32	323	32022
3035715	Avernes-sous-Exmes	avernes-sous-exmes	FR	61310	76	Europe/Paris	48.8	0.21667		Avern suz Eksm,Avern-su-Eksm,Avernes,Avernes-sous-Exmes,a wei er nei su ai ke si mei,Аверн суз Ексм,Аверн-су-Ексм,阿韦尔内苏埃克斯梅		28	61	612	61474
3035848	Auxant	auxant	FR	21360	53	Europe/Paris	47.1225	4.62333		Auxan,Auxant		27	21	211	21036
3035716	Avernes-Saint-Gourgon	avernes-saint-gourgon	FR	61470	63	Europe/Paris	48.93944	0.31798		Avern Sen Gurgon,Avern-Sen-Gurgon,Avernes,Avernes-Saint-Gourgon,a wei er nei sheng gu er gong,Аверн Сен Гургон,Аверн-Сен-Гургон,阿韦尔内圣古尔贡		28	61	613	61018
3035718	Avernes	avernes	FR	95450	827	Europe/Paris	49.08573	1.87266		Avern,Avernes,a fu er na,Аверн,阿弗尔纳		11	95	953	95040
3035719	Avermes	avermes	FR	03000	3833	Europe/Paris	46.58774	3.3072		Averm,Averme,Avermes,a wei er mei,Аверм,Аверме,阿韦尔梅		84	03	032	03013
3035721	Averdon	averdon	FR	41330	669	Europe/Paris	47.68387	1.29453		Averdon,Averdu,Авердон,Аверду		24	41	411	41009
3035722	Averdoingt	averdoingt	FR	62127	256	Europe/Paris	50.34447	2.44194		Averdoingt		32	62	621	62061
3035723	Averan	averan	FR	65380	67	Europe/Paris	43.13742	0.00579		Averan		76	65	653	65052
3035725	Aventignan	aventignan	FR	65660	189	Europe/Paris	43.0682	0.52082		Aventignan		76	65	652	65051
3035727	Avensan	avensan	FR	33480	1911	Europe/Paris	45.03632	-0.75751		Avensan		75	33	334	33022
3035728	Avensac	avensac	FR	32120	60	Europe/Paris	43.83146	0.90215		Avensac		76	32	322	32021
3035734	Avène	avene	FR	34260	310	Europe/Paris	43.75731	3.09913		Avene,Avène		76	34	341	34019
3035735	Avenay-Val-d'Or	avenay-val-d-or	FR	51160	920	Europe/Paris	49.06997	4.04797		Avenay,Avenay-Val-d'Or,Avne Val d'Or,Авне Вал д'Ор		44	51	512	51028
3035736	Avenay	avenay	FR	14210	423	Europe/Paris	49.10037	-0.46528		Avenay,Avene,Avne,a wei nai,Авене,Авне,阿韦奈		28	14	142	14034
3035737	Avenas	avenas	FR	69430	115	Europe/Paris	46.19483	4.60513		Avenas		84	69	692	69135
3035741	Aveluy	aveluy	FR	80300	500	Europe/Paris	50.02314	2.65808		Aveljui,Aveluy,Avlij,Avluy,a fu lu yi,Авелюї,Авлиј,阿弗吕伊		32	80	804	80047
3035743	Avelin	avelin	FR	59710	2348	Europe/Paris	50.53968	3.08222		Avelin		32	59	595	59034
3035744	Avelesges	avelesges	FR	80270	59	Europe/Paris	49.91654	1.9366		Avelesges		32	80	802	80046
3035746	Avelanges	avelanges	FR	21120	47	Europe/Paris	47.58539	5.02484		Avelanges		27	21	212	21039
3035748	Aveizieux	aveizieux	FR	42330	1292	Europe/Paris	45.565	4.37071		Aveizieux		84	42	421	42010
3035749	Aveize	aveize	FR	69610	1005	Europe/Paris	45.68243	4.47786		Aveize		84	69	691	69014
3035752	Avaux	avaux	FR	08190	447	Europe/Paris	49.45647	4.08409		Avaux,Avaux-le-Chateau,Avo,Avu,Аво,Аву		44	08	082	08039
3035754	Avaray	avaray	FR	41500	597	Europe/Paris	47.72255	1.56445		Avaray,Avare,Аваре		24	41	411	41008
3035755	Avapessa	avapessa	FR	20225	70	Europe/Paris	42.56107	8.89527		Avapesa,Avapessa,Avepesa,Авапеса,Авапесса,Авепеса		94	2B	2B5	2B025
3035756	Avanton	avanton	FR	86170	1502	Europe/Paris	46.66295	0.30327		Avanton,a wang tong,Авантон,阿旺通		75	86	863	86016
3035757	Avant-lès-Ramerupt	avant-les-ramerupt	FR	10240	169	Europe/Paris	48.44731	4.28702		Avan le Ramri,Avan-le-Ramerju,Avan-le-Ramrju,Avant,Avant-le-Ramerupt,Avant-les-Ramerupt,Avant-lès-Ramerupt,a wang lai la mo lu pu,Аван ле Рамри,Аван-ле-Рамерю,Аван-ле-Рамрю,阿旺莱拉默吕普		44	10	103	10021
3035758	Avant-lès-Marcilly	avant-les-marcilly	FR	10400	471	Europe/Paris	48.42342	3.57077		Avan le Marsiji,Avan-le-Marsii,Avan-le-Marsiji,Avant,Avant-les-Marcilly,Avant-lès-Marcilly,a wang lai ma er xi li,Аван ле Марсији,Аван-ле-Марсийи,Аван-ле-Марсії,阿旺莱马尔西利		44	10	102	10020
3035761	Avanne-Aveney	avanne-aveney	FR	25720	1975	Europe/Paris	47.2	5.96667		Avan Avne,Avann-Avene,a wang a wei nei,Аван Авне,Аванн-Авене,阿旺阿韦内		27	25	251	25036
3035763	Avançon	avancon	FR	05230	301	Europe/Paris	49.47531	4.24533		Avancon,Avançon		44	08	082	08038
3035764	Avançon	avancon	FR	05230	351	Europe/Paris	44.52539	6.1853		Avancon,Avançon		93	05	052	05011
3035768	Avallon	avallon	FR	89200	8740	Europe/Paris	47.49002	3.90832		Aballo,Avallon,Avalon,Avalun,a wa long,aballong,avu~aron,Αβαλόν,Аваллон,Авалон,Авалун,アヴァロン,阿瓦隆,아발롱	892	27	89	892	89025
3035771	Avajan	avajan	FR	65240	73	Europe/Paris	42.84243	0.40734		Avajan		76	65	652	65050
3035773	Availles-Thouarsais	availles-thouarsais	FR	79600	228	Europe/Paris	46.85965	-0.1424		Availles,Availles-Thouarsais		75	79	793	79022
3035774	Availles-sur-Seiche	availles-sur-seiche	FR	35130	559	Europe/Paris	47.96063	-1.19666		Availles,Availles-sur-Seiche,Avaj sir Sesh,Avaj-sjur-Sesh,Avaleia,Avallod-ar-Sec'h,Avallod-ar-Sech,sai shen he pan a wa ye,Авай-сюр-Сеш,Авај сир Сеш,塞什河畔阿瓦耶		53	35	351	35008
3035776	Availles-Limouzine	availles-limouzine	FR	86460	1399	Europe/Paris	46.12112	0.65529		Availles,Availles-Limouzine,Availles-la-Montagne,Avaj Limuzen,Avaj-Limuzin,Avalha Lemosina,Avalhas Lemosinas,a wei lei li mu qi na,Авай-Лімузін,Авај Лимузен,阿韦勒利穆齐纳		75	86	862	86015
3035777	Availles-en-Châtellerault	availles-en-chatellerault	FR	86530	0	Europe/Paris	46.75	0.56667		Availles-de-Vouneuil,Avaj an Shatlero,Avaj-an-Shatel'ro,sha tai lei luo de qu a wei lei,Авай-ан-Шательро,Авај ан Шатлеро,沙泰勒罗地区阿韦勒		75	86	861	86014
3035782	Auzouville-sur-Saâne	auzouville-sur-saane	FR	76730	142	Europe/Paris	49.74465	0.9369		Auzouville,Auzouville-sur-Saane,Auzouville-sur-Saâne,Ozovil sir San,Озовил сир Сан		28	76	761	76047
3035783	Auzouville-sur-Ry	auzouville-sur-ry	FR	76116	590	Europe/Paris	49.4422	1.31092		Auzouville,Auzouville-sur-Ry,Ozovil sir Ri,Озовил сир Ри		28	76	763	76046
3035784	Auzouville-l'Esneval	auzouville-l-esneval	FR	76760	0	Europe/Paris	49.64329	0.88542		Auzouville,Auzouville-l'Esneval,Auzouville-la-Section,Auzouville-sur-Motteville,Ozovil l Enval,Озовил л Енвал		28	76	763	76045
3035785	Auzouville-Auberbosc	auzouville-auberbosc	FR	76640	270	Europe/Paris	49.62695	0.57061		Auzouville,Auzouville-Auberbosc,Ozovil Oberbosk,Озовил Обербоск		28	76	762	76258
3035786	Auzouer-en-Touraine	auzouer-en-touraine	FR	37110	1459	Europe/Paris	47.5423	0.92067		Auzouer,Auzouer-en-Touraine		24	37	373	37010
3035787	Val-d'Auzon	val-d-auzon	FR	10220	0	Europe/Paris	48.41667	4.36667		Auzon-les-Marais		44	10	103	10019
3035793	Auzon	auzon	FR	43390	876	Europe/Paris	45.39218	3.37349		Auzon		84	43	431	43016
3035794	Auzon	auzon	FR	43390	0	Europe/Paris	44.20052	4.23452				76	30	301	30008
3035797	Auzits	auzits	FR	12390	910	Europe/Paris	44.50612	2.32872		Ausits,Auzits,Ozi,Ozits,ao qi te,Ози,Озітс,奥齐特		76	12	123	12016
3035801	Auzielle	auzielle	FR	31650	1756	Europe/Paris	43.54203	1.56589		Auzielle		76	31	313	31036
3035802	Auzeville-Tolosane	auzeville-tolosane	FR	31320	2933	Europe/Paris	43.52822	1.48321		Auzeville,Auzeville-Tolosane		76	31	313	31035
3035804	Auzet	auzet	FR	04140	95	Europe/Paris	44.29358	6.31603		Auset,Auzet,Oze,Озе		93	04	043	04017
3035805	Auzers	auzers	FR	15240	222	Europe/Paris	45.26546	2.46051		Auzers		84	15	152	15015
3035806	Auzelles	auzelles	FR	63590	343	Europe/Paris	45.60195	3.50957		Auzelles		84	63	631	63023
3035808	Auzebosc	auzebosc	FR	76190	1242	Europe/Paris	49.59565	0.7285		Auzebosc		28	76	763	76043
3035811	Auzay	auzay	FR	85200	559	Europe/Paris	46.44198	-0.86791		Auzay		52	85	851	85009
3035812	Auzat-la-Combelle	auzat-la-combelle	FR	63570	2036	Europe/Paris	45.45224	3.31825		Auzat,Auzat-la-Combelle,Auzat-sur-Allier		84	63	633	63022
3035813	Auzat	auzat	FR	09220	0	Europe/Paris	45.18555	3.3866				84	43	431	43264
3035814	Auzat	auzat	FR	09220	708	Europe/Paris	42.76635	1.481		Ausat,Auzat,Oza,Ozat,ao zha,Оза,Озат,奥扎		76	09	091	09030
3035815	Auzas	auzas	FR	31360	148	Europe/Paris	43.16891	0.88236		Auzas		76	31	312	31034
3035816	Auzances	auzances	FR	23700	1435	Europe/Paris	46.02859	2.50073		Auzances		75	23	231	23013
3035819	Auzainvilliers	auzainvilliers	FR	88140	214	Europe/Paris	48.23657	5.84103		Auzainvilliers		44	88	882	88022
3035822	Auxy	auxy	FR	45340	0	Europe/Paris	48.29943	2.4432				11	77	774	77060
3035823	Auxy	auxy	FR	45340	901	Europe/Paris	48.11833	2.47417		Auxy		24	45	453	45018
3035824	Auxy	auxy	FR	45340	1059	Europe/Paris	46.9494	4.4044		Auxy		27	71	711	71015
3035828	Auxonne	auxonne	FR	21130	7958	Europe/Paris	47.19255	5.38726		Auxona,Auxonne,Oson,Osonn,Ukson,aksn,ao ke song,Осон,Осонн,Уксон,اکسن,奥克松		27	21	212	21038
3035829	Auxon-Dessus	auxon-dessus	FR	25870	777	Europe/Paris	47.29723	5.9556		Auxon-Dessus,Okson Desi,Оксон Деси		27	25	251	25035
3035830	Auxon-Dessous	auxon-dessous	FR	25870	1131	Europe/Paris	47.3	5.95		Auxon-Dessous,Okson Desu,Оксон Десу		27	25	251	25035
3035832	Auxon	auxon	FR	10130	938	Europe/Paris	48.10464	3.91797		Auxon,Okson,Oson,ao ke song,Оксон,Осон,奥克松		44	10	103	10018
3035833	Auxon	auxon	FR	10130	407	Europe/Paris	47.68238	6.16483		Auxon		27	70	702	70044
3035834	Auxon	auxon	FR	10130	0	Europe/Paris	47.41643	3.97107				27	89	892	89336
3035836	Aux Marais	aux-marais	FR	60000	720	Europe/Paris	49.415	2.04173		Aux Marais,Marais		32	60	601	60703
3035838	Auxi-le-Château	auxi-le-chateau	FR	62390	2969	Europe/Paris	50.23101	2.11593		Aussi-ch'Catiau,Aussi-ch’Catiau,Auxi,Auxi-le-Chateau,Auxi-le-Château,Auxy-la-Reunion,Auxy-la-Réunion,Oksi le Shato,Oksi-le-Shato,Osi-le-Shato,awksy ly shatw,ou ke xi bao,Окси ле Шато,Окси-ле-Шато,Оксі-ле-Шато,Оси-ле-Шато,أوكسي لي شاتو,欧克西堡		32	62	621	62060
3035841	Auxey-Duresses	auxey-duresses	FR	21190	339	Europe/Paris	46.98617	4.74858		Auxey,Auxey-Duresses,Okse-Dires,Okse-Djures,Okse-Djuress,ao ke sai di lei sai,ao xi dou ha si,awksy-dwrs,osei=de~yuresu,Оксе-Дирес,Оксе-Дюрес,Оксе-Дюресс,اوکسی-دورس,オーセイ＝デュレス,奥克塞迪雷塞,奧西都哈斯		27	21	211	21037
3035843	Auxerre	auxerre	FR	89000	41516	Europe/Paris	47.7996	3.57033		AUF,Antissiodorum,Aser,Ausserra,Aussèrra,Auxerre,Okser,Oksera,Oksēra,Oser,Oseras,agzr,awksar,oseleu,oseru,ou sai er,Οσέρ,Асер,Оксер,Осер,אוסר,أوكسار,اگزر,โอแซร์,オセール,欧塞尔,오세르	89	27	89	891	89024
3035845	Auxelles-Haut	auxelles-haut	FR	90200	321	Europe/Paris	47.74368	6.7733		Auxelles-Haut,Oksel Ot,Oksel'-O,shang ao ke sai lai,Оксел От,Оксель-О,上奥克塞莱		27	90	901	90006
3035846	Auxelles-Bas	auxelles-bas	FR	90200	479	Europe/Paris	47.7342	6.78034		Auxelles-Bas		27	90	901	90005
3035847	Aux-Aussat	aux-aussat	FR	32170	211	Europe/Paris	43.43587	0.27072		Aux,Aux-Aussat,Aux-et-Aussat		76	32	323	32020
3035849	Auxange	auxange	FR	39700	148	Europe/Paris	47.17327	5.6498		Auxange		27	39	391	39031
3035852	Auxais	auxais	FR	50500	140	Europe/Paris	49.21881	-1.29868		Auxais,Auxais-Le		28	50	503	50024
3035853	Auvilliers-en-Gâtinais	auvilliers-en-gatinais	FR	45270	342	Europe/Paris	47.96314	2.49969		Auvilliers,Auvilliers-en-Gatinais,Auvilliers-en-Gâtinais,Ovijer an Gatine,Ovil'e-an-Gatine,jia di nai de qu ao wei li ye er,Овијер ан Гатине,Овільє-ан-Гатіне,加蒂奈地区奥维利耶尔		24	45	451	45017
3035854	Auvilliers	auvilliers	FR	76270	108	Europe/Paris	49.75982	1.57771		Auvilliers,Ovije,Овије		28	76	761	76042
3035855	Auvilliers	auvilliers	FR	76270	0	Europe/Paris	48.26428	1.49553				24	28	282	28246
3035856	Auvillers-les-Forges	auvillers-les-forges	FR	08260	823	Europe/Paris	49.86361	4.35861		Auvillers,Auvillers-les-Forges,Ovije le Forzh,Oville-le-Forzh,Oviller-le-Forzh,ou wei lai er-lai fu ri,Овиллер-ле-Форж,Овије ле Форж,Овілле-ле-Форж,欧维莱尔-莱福日		44	08	081	08037
3035857	Auvillars-sur-Saône	auvillars-sur-saone	FR	21250	223	Europe/Paris	47.06276	5.10293		Auvillars,Auvillars-sur-Saone,Auvillars-sur-Saône,Ovijar na Saoni,Ovillar-sjur-Son,awyar-swr-sayn,suo en he pan ao wei la er,Овиллар-сюр-Сон,Овијар на Саони,Овіллар-сюр-Сон,اویار-سور-سائن,索恩河畔奥维拉尔		27	21	211	21035
3035858	Auvillars	auvillars	FR	14340	187	Europe/Paris	49.19741	0.06609		Auvillars,Ovijar,Ovillar,ao wei la er,Овиллар,Овијар,Овіллар,奥维拉尔		28	14	143	14033
3035859	Auvillar	auvillar	FR	82340	1019	Europe/Paris	44.06946	0.89965		Autvilar,Auvillar,Ovija,Ovillar,ao wei la,Овија,Овіллар,奥维拉		76	82	821	82008
3035863	Auvet-et-la-Chapelotte	auvet-et-la-chapelotte	FR	70100	268	Europe/Paris	47.50842	5.51676		Auvet,Auvet-et-la-Chapelotte		27	70	702	70043
3035864	Auvers-sur-Oise	auvers-sur-oise	FR	95430	6972	Europe/Paris	49.07158	2.16978		Auvers,Auvers-sur-Oise,Over sir Oaz,Over syur Owaz,Over-sjur-Uaz,awr swr awaz,ovu~eru=shuru=owazu,wa ci he pan ou wei,Овер сир Оаз,Овер-сюр-Уаз,Օվեր սյուր Ուազ,اور سور اواز,โอแวร์ซูว์รวซ,オーヴェル＝シュル＝オワーズ,瓦兹河畔欧韦		11	95	953	95039
3035865	Auvers-sous-Montfaucon	auvers-sous-montfaucon	FR	72540	195	Europe/Paris	48.00649	-0.0709		Auvers,Auvers-sous-Montfaucon		52	72	721	72017
3035866	Auvers-Saint-Georges	auvers-saint-georges	FR	91580	1116	Europe/Paris	48.49276	2.22045		Auvers,Auvers-Saint-Georges,Over Sen Zhorzh,Over-Sen-Zhorzh,ao wei er sheng re ao er ri,Овер Сен Жорж,Овер-Сен-Жорж,奥韦尔圣热奥尔日		11	91	911	91038
3035867	Auvers-le-Hamon	auvers-le-hamon	FR	72300	1445	Europe/Paris	47.90181	-0.35195		Auvers,Auvers-l'Union,Auvers-le-Hamon		52	72	721	72016
3035868	Auverse	auverse	FR	49490	411	Europe/Paris	47.51819	0.05304		Auverse,Overs,ao wei er si,Оверс,奥韦尔斯		52	49	493	49228
3035869	Auvers	auvers	FR	43300	594	Europe/Paris	49.2992	-1.32113		Auvers,Over,Овер		28	50	504	50023
3035870	Auvers	auvers	FR	43300	0	Europe/Paris	48.37546	2.48048				11	77	774	77339
3035871	Auvers	auvers	FR	43300	71	Europe/Paris	44.99603	3.40222		Auvers,Over,Овер		84	43	431	43015
3035872	Auvernaux	auvernaux	FR	91830	273	Europe/Paris	48.52817	2.49377		Auvernaux,Overno,ao wei er nuo,Оверно,奥韦尔诺		11	91	912	91037
3035878	Auve	auve	FR	51800	304	Europe/Paris	49.03347	4.69663		Auve		44	51	511	51027
3035879	Auvare	auvare	FR	06260	46	Europe/Paris	43.98821	6.90846		Aquaria,Auvara,Auvare,Ovar,ao wa er,awfar,Овар,أوفار,奥瓦尔		93	06	062	06008
3035880	Auty	auty	FR	82220	133	Europe/Paris	44.19053	1.46765		Auty,Uti,Ути		76	82	822	82007
3035883	Autun	autun	FR	71400	18283	Europe/Paris	46.95104	4.29869		Augustodunum,Autun,Bibracte,Ciutat dAutun,Oten,Otjon,awtn,otan,ou tan,xo teing,Отен,Отён,אוטן,اوتن,โอเติง,オータン,歐坦	711	27	71	711	71014
3035886	Autry-le-Châtel	autry-le-chatel	FR	45500	1093	Europe/Paris	47.59886	2.602		Autry,Autry-le-Chatel,Autry-le-Châtel,Otri le Shatel,Otri-le-Shatel',ao te li lai sha tai,Отри ле Шател,Отрі-ле-Шатель,奥特里莱沙泰		24	45	451	45016
3035887	Autry-Issards	autry-issards	FR	03210	323	Europe/Paris	46.54871	3.13568		Autriacum,Autry-Issards,Otri Isar,Otri-Issar,ao te li yi sa er de,Отри Исар,Отри-Иссар,Отрі-Іссар,奥特里伊萨尔德		84	03	032	03012
3035889	Autry	autry	FR	08250	126	Europe/Paris	49.26829	4.83435		Autry		44	08	084	08036
3035890	Autry	autry	FR	08250	0	Europe/Paris	47.19848	2.05267				24	18	183	18148
3035891	Autruy-sur-Juine	autruy-sur-juine	FR	45480	857	Europe/Paris	48.27638	2.10106		Autruy,Autruy-sur-Juine,Otrjui-sjur-Zhuin,rui an he pan ao te lu yi,Отрюї-сюр-Жуїн,瑞安河畔奥特吕伊		24	45	453	45015
3035892	Autruche	autruche	FR	08240	46	Europe/Paris	49.45396	4.90014		Autruche		44	08	084	08035
3035894	Autricourt	autricourt	FR	21570	138	Europe/Paris	47.9977	4.61998		Autricourt,Otrikur,ao te li ku er,Отрикур,奥特里库尔		27	21	213	21034
3035895	Autrey-le-Vay	autrey-le-vay	FR	70110	73	Europe/Paris	47.53819	6.40264		Autrey-le-Vay		27	70	701	70042
3035896	Autrey-lès-Gray	autrey-les-gray	FR	70100	470	Europe/Paris	47.48537	5.49101		Autrey,Autrey-les-Gray,Autrey-lès-Gray		27	70	702	70041
3035897	Autrey-lès-Cerre	autrey-les-cerre	FR	70110	157	Europe/Paris	47.60853	6.34829		Autrey-les-Cerre,Autrey-lès-Cerre		27	70	702	70040
3035899	Autrey	autrey	FR	54160	158	Europe/Paris	48.53076	6.1303		Autrey		44	54	543	54032
3035900	Autrey	autrey	FR	54160	339	Europe/Paris	48.29644	6.68906		Autrey		44	88	881	88021
3035901	Autreville-sur-Moselle	autreville-sur-moselle	FR	54380	257	Europe/Paris	48.82279	6.11571		Autreville,Autreville-sur-Moselle		44	54	543	54031
3035902	Autreville-sur-la-Renne	autreville-sur-la-renne	FR	52120	462	Europe/Paris	48.11684	4.97865		Autreville,Autreville-sur-la-Renne		44	52	521	52031
3035903	Autréville-Saint-Lambert	autreville-saint-lambert	FR	55700	46	Europe/Paris	49.56163	5.12748		Autreville,Autreville-Saint-Lambert,Autréville,Autréville-Saint-Lambert		44	55	553	55018
3035904	Autreville	autreville	FR	02300	777	Europe/Paris	49.58488	3.24071		Autreville		32	02	022	02041
3035905	Autreville	autreville	FR	02300	124	Europe/Paris	48.48345	5.84932		Autreville		44	88	882	88020
3035906	Autretot	autretot	FR	76190	640	Europe/Paris	49.65107	0.73059		Autretot		28	76	763	76041
3035907	Autreppes	autreppes	FR	02580	142	Europe/Paris	49.90422	3.85574		Autreppe,Autreppes,Otrep,Otrepp,ou te lei pu,Отреп,Отрепп,欧特雷普		32	02	025	02040
3035908	Autrepierre	autrepierre	FR	54450	0	Europe/Paris	48.61129	6.80199		Autrepierre		44	54	542	54030
3035909	Autremencourt	autremencourt	FR	02250	163	Europe/Paris	49.70406	3.7868		Autremencourt,Otremankur,ou te lei mang ku er,Отреманкур,欧特勒芒库尔		32	02	022	02039
3035910	Autrécourt-sur-Aire	autrecourt-sur-aire	FR	55120	112	Europe/Paris	49.03333	5.13333		Autrecourt,Autrécourt		44	55	551	55017
3035911	Autrecourt-et-Pourron	autrecourt-et-pourron	FR	08210	346	Europe/Paris	49.61259	5.03063		Autrecourt,Autrecourt-et-Pourron,Otrkur e Puron,Отркур е Пурон		44	08	083	08034
3035914	Autrêches	autreches	FR	60350	703	Europe/Paris	49.44454	3.12492		Autreches,Autrêches		32	60	603	60032
3035915	Autrèche	autreche	FR	37110	418	Europe/Paris	47.5254	0.99545		Autreche,Autrèche		24	37	373	37009
3035916	Autrans	autrans	FR	38880	1756	Europe/Paris	45.17605	5.54271		Autrans,Otran,Otron,ao te lang,Отран,Отрон,奥特朗		84	38	381	38225
3035918	Autrac	autrac	FR	43450	76	Europe/Paris	45.32988	3.13251		Autrac,Otrak,Отрак		84	43	431	43014
3035919	Autouillet	autouillet	FR	78770	447	Europe/Paris	48.84813	1.80374		Autouillet,Otue,Otuje,Отуе,Отує,Отује		11	78	782	78036
3035920	Autoreille	autoreille	FR	70700	272	Europe/Paris	47.36901	5.8101		Autoreille		27	70	702	70039
3035922	Autoire	autoire	FR	46400	335	Europe/Paris	44.85442	1.8212		Autoire		76	46	462	46011
3035925	Autingues	autingues	FR	62610	264	Europe/Paris	50.83995	1.97368		Autingue,Autingues,Otange,Oteng,awtynjwys,ou tan ge,Отанге,Отенг,أوتينجويس,欧坦格		32	62	626	62059
3035926	Autigny-le-Petit	autigny-le-petit	FR	52300	54	Europe/Paris	48.48356	5.13876		Autigny-le-Petit		44	52	523	52030
3035927	Autigny-le-Grand	autigny-le-grand	FR	52300	205	Europe/Paris	48.47327	5.136		Autigny-le-Grand		44	52	523	52029
3035928	Autigny-la-Tour	autigny-la-tour	FR	88300	156	Europe/Paris	48.39926	5.75913		Autigny,Autigny-la-Tour		44	88	882	88019
3035929	Autigny	autigny	FR	76740	233	Europe/Paris	49.79535	0.85774		Autigny		28	76	761	76040
3035930	Autignac	autignac	FR	34480	830	Europe/Paris	43.49924	3.16929		Autignac		76	34	341	34018
3035931	Autichamp	autichamp	FR	26400	129	Europe/Paris	44.68385	4.96551		Autichamp		84	26	261	26021
3035932	Authumes	authumes	FR	71270	200	Europe/Paris	46.89015	5.30211		Authumes,Otim,Otjum,Отим,Отюм		27	71	714	71013
3035933	Authume	authume	FR	39100	800	Europe/Paris	47.1274	5.50189		Authume		27	39	391	39030
3035934	Authuille	authuille	FR	80300	170	Europe/Paris	50.04312	2.66834		Authuille		32	80	804	80045
3035936	Authou	authou	FR	27290	337	Europe/Paris	49.22959	0.69367		Authou,Otu,ao tu,Оту,奥图		28	27	272	27028
3035937	Authon-la-Plaine	authon-la-plaine	FR	91410	325	Europe/Paris	48.45024	1.95746		Authon,Authon-la-Plaine,Oton la Plen,Oton-la-Plen,ao tong la pu lan,Отон ла Плен,Отон-ла-Плен,奥通拉普兰		11	91	911	91035
3035938	Authon-du-Perche	authon-du-perche	FR	28330	1268	Europe/Paris	48.19615	0.89189		Aothoun,Authon,Authon-du-Perche,Cinq-Fonds,Oton di Persh,Oton-dju-Persh,Oton-nty-Pers,ao tong di pei er ke,Âothoun,Ωτόν-ντυ-Περς,Отон ди Перш,Отон-дю-Перш,奥通迪佩尔克		24	28	284	28018
3035939	Authon	authon	FR	04200	724	Europe/Paris	47.64476	0.89599		Authon,Oton,Отон		24	41	412	41007
3035940	Authon-Ébéon	authon-ebeon	FR	17770	435	Europe/Paris	45.83333	-0.41667		Authon-Ebeon,Authon-Ebéon,Oton Ebeon,Oton-Ebeon,Oton-Ehbeon,ao tong ai bei weng,Отон Ебеон,Отон-Ебеон,Отон-Эбеон,奥通埃贝翁		75	17	175	17026
3035941	Authon	authon	FR	04200	36	Europe/Paris	44.23852	6.12674		Authon,Oton,Отон		93	04	044	04016
3035942	Authoison	authoison	FR	70190	221	Europe/Paris	47.4881	6.14807		Authoison		27	70	702	70038
3035943	Authiou	authiou	FR	58700	33	Europe/Paris	47.27152	3.41638		Authiou		27	58	582	58018
3035946	Authieux-Ratiéville	authieux-ratieville	FR	76690	348	Europe/Paris	49.60671	1.15479		Authieux,Authieux-Ratieville,Authieux-Ratiéville,Les Authieux		28	76	763	76038
3035947	Authieule	authieule	FR	80600	338	Europe/Paris	50.14149	2.37098		Authieule		32	80	802	80044
3035950	Authie	authie	FR	14280	258	Europe/Paris	50.11984	2.4906		Authie		32	80	804	80043
3035951	Authie	authie	FR	14280	1034	Europe/Paris	49.20615	-0.43191		Authie,Oti,ao di ye,Оти,Оті,奥蒂耶		28	14	142	14030
3035952	Authezat	authezat	FR	63114	518	Europe/Paris	45.6315	3.18474		Authezat,Authézat		84	63	632	63021
3035953	Authevernes	authevernes	FR	27420	378	Europe/Paris	49.21811	1.63917		Authevernes		28	27	271	27026
3035954	Autheux	autheux	FR	80600	109	Europe/Paris	50.14204	2.23067		Autheux		32	80	802	80042
3035955	Autheuil-en-Valois	autheuil-en-valois	FR	60890	245	Europe/Paris	49.17212	3.06108		Autheuil,Autheuil-en-Valois		32	60	604	60031
3035956	Autheuil-Authouillet	autheuil-authouillet	FR	27490	808	Europe/Paris	49.1	1.28333				28	27	271	27025
3035957	Autheuil	autheuil	FR	28220	127	Europe/Paris	48.57205	0.67065		Autheuil		28	61	613	61491
3035958	Autheuil	autheuil	FR	28220	229	Europe/Paris	48.00761	1.29126		Autheuil		24	28	282	28103
3035960	Authe	authe	FR	08240	94	Europe/Paris	49.45885	4.87917		Authe		44	08	084	08033
3035963	Auteuil	auteuil	FR	60390	559	Europe/Paris	49.34221	2.08729		Auteuil,Auteuil-sans-Culottes		32	60	601	60030
3035964	Auteuil	auteuil	FR	60390	911	Europe/Paris	48.84101	1.81751		Auteuil,Auteuil-le-Roi		11	78	782	78034
3035965	Autet	autet	FR	70180	257	Europe/Paris	47.54281	5.6948		Autet		27	70	702	70037
3035966	Auterrive	auterrive	FR	64270	153	Europe/Paris	43.46658	-0.99899		Auta-riba,Autarriba,Auterrive,Oteriv,Oterriv,ao tai er li fu,Отерив,Отеррив,奥泰尔里夫		75	64	642	64082
3035968	Auterive	auterive	FR	31190	54	Europe/Paris	43.86028	0.96697		Auterive		76	82	821	82006
3035969	Auterive	auterive	FR	31190	518	Europe/Paris	43.58306	0.61385		Auterive,Auterrive		76	32	321	32019
3035970	Auterive	auterive	FR	31190	7369	Europe/Paris	43.35079	1.47464		Auterive		76	31	311	31033
3035971	Autechaux-Roide	autechaux-roide	FR	25150	575	Europe/Paris	47.39201	6.81424		Autechaux,Autechaux-Roide		27	25	252	25033
3035972	Autechaux	autechaux	FR	25110	281	Europe/Paris	47.37812	6.38398		Autechaux		27	25	251	25032
3035978	Autainville	autainville	FR	41240	331	Europe/Paris	47.88177	1.41661		Autainville		24	41	411	41006
3035980	Aussurucq	aussurucq	FR	64130	274	Europe/Paris	43.14926	-0.93398		Altzueruekue,Altzürükü,Aussuruc,Aussurucq,Osirik,Osjurjuk,Ossjurjuk,ao xu lu,Осирик,Оссюрюк,Осюрюк,奥叙吕		75	64	642	64081
3035983	Aussos	aussos	FR	32140	80	Europe/Paris	43.37505	0.65273		Aussos		76	32	323	32468
3035985	Aussonne	aussonne	FR	31840	4749	Europe/Paris	43.68392	1.31926		Aussonne		76	31	313	31032
3035986	Aussonce	aussonce	FR	08310	155	Europe/Paris	49.34982	4.32319		Aussonce		44	08	082	08032
3035987	Ausson	ausson	FR	31210	614	Europe/Paris	43.08254	0.59461		Ausson		76	31	312	31031
3035989	Aussois	aussois	FR	73500	686	Europe/Paris	45.22854	6.74212		Aussois		84	73	733	73023
3035991	Aussillon	aussillon	FR	81200	7309	Europe/Paris	43.49897	2.36313		Aussillon		76	81	812	81021
3035992	Aussevielle	aussevielle	FR	64230	519	Europe/Paris	43.35518	-0.48159		Aussaviela,Aussavièla,Aussevielle,Osevjel,Ossev'el',Ossevel',Osv'el',ao se wei ye er,Освьель,Осевјел,Оссевьель,Оссевєль,奥瑟维耶尔		75	64	643	64080
3035993	Ausseing	ausseing	FR	31260	69	Europe/Paris	43.15231	1.01768		Ausseing		76	31	312	31030
3035994	Aussac-Vadalle	aussac-vadalle	FR	16560	402	Europe/Paris	45.81667	0.2		Osak-Vadal,Ossak-Vadal',ao sa ke wa da er,Осак-Вадал,Оссак-Вадаль,奥萨克瓦达尔		75	16	163	16024
3035999	Auroux	auroux	FR	48600	404	Europe/Paris	44.75285	3.72702		Auroux		76	48	482	48010
3036000	Aurouër	aurouer	FR	03460	0	Europe/Paris	46.68703	3.29945		Aurouer,Aurouër		84	03	032	03011
3036002	Auros	auros	FR	33124	717	Europe/Paris	44.49539	-0.14556		Auros,Auròs,Oros,Oru,ao luo,Орос,Ору,奥罗		75	33	333	33021
3036003	Aurons	aurons	FR	13121	541	Europe/Paris	43.66506	5.15747		Aurons,Oron,Orons,ao long,Орон,Оронс,奥龙		93	13	131	13008
3036006	Auris	auris	FR	38142	232	Europe/Paris	45.04592	6.08649		Auris		84	38	381	38020
3036008	Aurions-Idernes	aurions-idernes	FR	64350	127	Europe/Paris	43.53795	-0.1385		Aurions e Idernas,Aurions e Idèrnas,Aurions-Idernas,Aurions-Idernes,Aurions-Idèrnas,Or'on-Idern,Orion-Iderne,Orions-Idern,ao li weng yi dai er nei,Орион-Идерне,Орионс-Идерн,Орьон-Идерн,Оріонс-Ідерн,奥里翁伊代尔内		75	64	643	64079
3036009	Auriolles	auriolles	FR	33790	129	Europe/Paris	44.74168	0.0499		Aurioles,Auriolles		75	33	333	33020
3036010	Auriolles	auriolles	FR	33790	0	Europe/Paris	44.43609	4.31824		Auriolles		84	07	071	07207
3036012	Auriol	auriol	FR	13390	9872	Europe/Paris	43.37161	5.6341		Auriol,Auriou,Auriòu,Or'ol',Oriol,Orjol',ao li ao er,Ориол,Орйоль,Орьоль,奥里奥尔		93	13	133	13007
3036013	Aurin	aurin	FR	31570	249	Europe/Paris	43.53786	1.68379		Aurin		76	31	313	31029
3036014	Aurimont	aurimont	FR	32450	132	Europe/Paris	43.57282	0.8211		Aurimont		76	32	321	32018
3036016	Aurillac	aurillac	FR	15000	34724	Europe/Paris	44.92539	2.43983		AUR,Aureliacum,Aurillac,Orijak,Orilak,Orlhac,awryak,oliyakeu,oriyakku,ou li ya ke,xo ri yak,Орийак,Орияк,Оријак,Ориљак,Оріяк,אוריאק,اوریاک,โอรียัก,オーリヤック,欧里亚克,오리야크	15	84	15	151	15014
3036017	Aurignac	aurignac	FR	31420	0	Europe/Paris	44.2925	1.0225				76	82	821	82117
3036018	Aurignac	aurignac	FR	31420	1209	Europe/Paris	43.21722	0.88168		Aurignac,Aurinhac,Orin'jak,Orinak,ao li ni ya ke,Ориньяк,Орињак,奥里尼亚克		76	31	312	31028
3036019	Aurières	aurieres	FR	63210	292	Europe/Paris	45.68344	2.90596		Aurieres,Aurières		84	63	633	63020
3036020	Auriébat	auriebat	FR	65700	293	Europe/Paris	43.49504	0.08795		Auriebat,Auriébat		76	65	653	65049
3036021	Aurice	aurice	FR	40500	683	Europe/Paris	43.81428	-0.60444		Aurica,Aurice,Auriça,Oris,Орис		75	40	402	40020
3036022	Auribeau-sur-Siagne	auribeau-sur-siagne	FR	06810	2736	Europe/Paris	43.60063	6.90992		Auribeau,Auribeau-sur-Siagne,Auribeu,Auribeu de Sianha,Auribèu,Auribèu de Sianha,Oribo sir Sjan,Oribo-sjur-S'jan',awrybyw swrsyajn,oribo=shuru=shianyu,xi ya ni he pan ao li bo,Орибо сир Сјањ,Орибо-сюр-Сьянь,أوريبيو سورسياجن,オリボー＝シュル＝シアーニュ,西亚尼河畔奥里博		93	06	061	06007
3036023	Auribeau	auribeau	FR	84400	0	Europe/Paris	44.2	6.16667		Auribeau		93	04	043	04177
3036024	Auribeau	auribeau	FR	84400	63	Europe/Paris	43.83624	5.45868		Auribeau,Auribeu,Auribèu,Oribo,ao li bo,Орибо,奥里博		93	84	841	84006
3036025	Auribail	auribail	FR	31190	183	Europe/Paris	43.35211	1.38186		Auribail		76	31	311	31027
3036026	Auriat	auriat	FR	23400	116	Europe/Paris	45.87359	1.64443		Auriat		75	23	232	23012
3036027	Auriac-sur-Vendinelle	auriac-sur-vendinelle	FR	31460	1082	Europe/Paris	43.52379	1.82661		Auriac,Auriac-sur-Vendinelle		76	31	313	31026
3036028	Auriac-sur-Dropt	auriac-sur-dropt	FR	47120	193	Europe/Paris	44.64875	0.24564		Auriac,Auriac-sur-Dropt		75	47	472	47018
3036029	Auriac-l'Église	auriac-l-eglise	FR	15500	0	Europe/Paris	45.26456	3.12686		Auriac,Auriac-l'Eglise,Auriac-l'Église		84	15	153	15013
3036030	Auriac-Lagast	auriac-lagast	FR	12120	293	Europe/Paris	44.14648	2.58075		Auriac,Auriac-Lagast		76	12	121	12015
3036101	Aumont-en-Halatte	aumont-en-halatte	FR	60300	528	Europe/Paris	49.23333	2.55		Omon an Alat,Omon-an-Alatt,a la te de qu ao meng,Омон ан Алат,Омон-ан-Алатт,阿拉特地区奥蒙		32	60	604	60028
3036102	Aumont	aumont	FR	39800	420	Europe/Paris	46.91076	5.63333		Aumont		27	39	391	39028
3036031	Auriac-du-Périgord	auriac-du-perigord	FR	24290	403	Europe/Paris	45.10629	1.13638		Auriac,Auriac de Perigord,Auriac de Perigòrd,Auriac-du-Perigord,Auriac-du-Périgord,Or'jak-dju-Perigor,Oriak-dju-Perigor,Orijak di Perigor,ao li a ke di pei li ge er,Ориак-дю-Перигор,Оријак ди Перигор,Орьяк-дю-Перигор,Оріак-дю-Перигор,奥里阿克迪佩里戈尔		75	24	244	24018
3036033	Auriac	auriac	FR	11330	222	Europe/Paris	45.20389	2.14799		Auriac,Or'jak,Oriak,Orijak,ao li a ke,Ориак,Оријак,Орьяк,Оріак,奥里阿克		75	19	192	19014
3036034	Auriac	auriac	FR	11330	0	Europe/Paris	44.9334	3.11723				84	15	153	15108
3036035	Auriac	auriac	FR	11330	0	Europe/Paris	44.70475	2.80284				76	12	122	12119
3036036	Auriac	auriac	FR	11330	224	Europe/Paris	43.45535	-0.31601		Auriac,Or'jak,Oriak,Orijak,ao li a ke,Ориак,Оријак,Орьяк,Оріак,奥里阿克		75	64	643	64078
3036037	Auriac	auriac	FR	11330	38	Europe/Paris	42.93161	2.49239		Auriac,Or'jak,Oriak,Orijak,ao li a ke,Ориак,Оријак,Орьяк,Оріак,奥里阿克		76	11	113	11020
3036039	Aureville	aureville	FR	31320	611	Europe/Paris	43.48155	1.45239		Aureville		76	31	313	31025
3036041	Aurensan	aurensan	FR	32400	0	Europe/Paris	43.61817	-0.20421		Aurensan		76	32	323	32017
3036042	Aurensan	aurensan	FR	32400	688	Europe/Paris	43.30648	0.08622		Aurensan		76	65	653	65048
3036043	Aurelle-Verlac	aurelle-verlac	FR	12130	221	Europe/Paris	44.53333	2.98333		Aurela e Verlac,Aurelle,Aurelle-Verlac,Aurèla e Verlac,Orel,Orel'-Verlak,ao lei er wei er la ke,Орел,Орель-Верлак,奥雷尔韦尔拉克		76	12	122	12187
3036045	Aurel	aurel	FR	26340	217	Europe/Paris	44.69484	5.29891		Aurel		84	26	261	26019
3036046	Aurel	aurel	FR	26340	182	Europe/Paris	44.12984	5.42762		Aurel		93	84	843	84005
3036048	Aureille	aureille	FR	13930	1435	Europe/Paris	43.70821	4.94728		Aureille,Aurelha,Orej,ao lei ye,Орей,Ореј,奥雷耶		93	13	132	13006
3036051	Aureilhan	aureilhan	FR	40200	703	Europe/Paris	44.21789	-1.19662		Au Meoule,Aureilhan		75	40	402	40019
3036052	Aureilhan	aureilhan	FR	40200	7859	Europe/Paris	43.24372	0.09593		Aureilhan		76	65	653	65047
3036053	Aureil	aureil	FR	87220	816	Europe/Paris	45.80587	1.39181		Aureil,Aurelh,Aurèlh		75	87	872	87005
3036054	Aurec-sur-Loire	aurec-sur-loire	FR	43110	5226	Europe/Paris	45.36908	4.20161		Aurec,Aurec de Leir,Aurec de Lèir,Aurec-sur-Loire,Orek na Loari,Orek-sjur-Luar,lu wa er he pan ao lei ke,Орек на Лоари,Орек-сюр-Луар,卢瓦尔河畔奥雷克		84	43	433	43012
3036057	Aure	aure	FR	08400	65	Europe/Paris	49.27394	4.63682		Aure		44	08	084	08031
3036059	Auray	auray	FR	56400	12269	Europe/Paris	47.66692	-2.98421		Alraium,An Alre,Auray,Ore,XUY,ole,ore,Оре,オーレー,오레		53	56	561	56007
3036060	Auragne	auragne	FR	31190	351	Europe/Paris	43.39006	1.50776		Auragne		76	31	311	31024
3036061	Auradou	auradou	FR	47140	293	Europe/Paris	44.33476	0.81016		Auradou		75	47	473	47017
3036062	Auradé	aurade	FR	32600	526	Europe/Paris	43.56627	1.05781		Aurade,Auradé		76	32	321	32016
3036063	Auquemesnil	auquemesnil	FR	76630	252	Europe/Paris	49.94597	1.33284		Auquemesnil		28	76	761	76618
3036065	Auquainville	auquainville	FR	14140	271	Europe/Paris	49.05851	0.2405		Auquainville,Okenvil,Okenvil',ao qu an wei er,Окенвил,Окенвиль,Окенвіль,奥屈安维尔		28	14	143	14371
3036067	Aups	aups	FR	83630	2113	Europe/Paris	43.62841	6.22477	505	Aups,Op,Ops,Up,Zaups,ao pu,Оп,Опс,Уп,奥普		93	83	833	83007
3036068	Auppegard	auppegard	FR	76730	649	Europe/Paris	49.82942	1.02783		Auppegard		28	76	761	76036
3036070	Aunou-sur-Orne	aunou-sur-orne	FR	61500	263	Europe/Paris	48.61154	0.23123		Aunou,Aunou-sur-Orne		28	61	611	61015
3036071	Aunou-le-Faucon	aunou-le-faucon	FR	61200	257	Europe/Paris	48.73013	0.0395		Aunou,Aunou-le-Faucon		28	61	612	61014
3036074	Auneuil	auneuil	FR	60390	2891	Europe/Paris	49.37026	1.99712		Ainej,Auneuil,Onej,Onjoj,ao na yi,Аинеј,Оней,Онёй,奥纳伊		32	60	601	60029
3036079	Auneau	auneau	FR	28700	4007	Europe/Paris	48.46361	1.77263		Auneau,Ono,Onu,ou nuo,Оно,Ону,欧诺		24	28	281	28015
3036081	Aunay-sur-Odon	aunay-sur-odon	FR	14260	3038	Europe/Paris	49.02012	-0.63238		Aunay,Aunay-sur-Odon,One sir Odon,One-sjur-Odon,ao dong he pan ao nai,awny-swr-adwn,Оне сир Одон,Оне-сюр-Одон,اونی-سور-ادون,奥东河畔奥奈		28	14	144	14027
3036082	Aunay-sous-Crécy	aunay-sous-crecy	FR	28500	666	Europe/Paris	48.66959	1.30285		Aunay,Aunay-sous-Crecy,Aunay-sous-Crécy,One su Kresi,One-su-Kresi,ao nai su ke lei xi,Оне су Креси,Оне-су-Кресі,奥奈苏克雷西		24	28	283	28014
3036083	Aunay-sous-Auneau	aunay-sous-auneau	FR	28700	1378	Europe/Paris	48.4414	1.81094		Aunay,Aunay-sous-Auneau		24	28	281	28013
3036084	Aunay-les-Bois	aunay-les-bois	FR	61500	145	Europe/Paris	48.54033	0.28566		Aunay-les-Bois		28	61	611	61013
3036085	Aunay-en-Bazois	aunay-en-bazois	FR	58110	292	Europe/Paris	47.11667	3.7		Aunay,Aunay-en-Bazois		27	58	581	58017
3036088	Aunat	aunat	FR	11140	55	Europe/Paris	42.79369	2.09556		Aunat,Ona,Onat,ao na,Она,Онат,奥纳		76	11	112	11019
3036092	Aunac	aunac	FR	16460	311	Europe/Paris	45.91741	0.24155		Aunac,Onak,Unak,ao na ke,Онак,Унак,奥纳克		75	16	163	16023
3036093	Aunac	aunac	FR	16460	0	Europe/Paris	44.58417	2.83572				76	12	122	12074
3036094	Aumur	aumur	FR	39410	359	Europe/Paris	47.05885	5.34761		Aumur		27	39	391	39029
3036096	Aumontzey	aumontzey	FR	88640	446	Europe/Paris	48.16673	6.77573		Aumontzey		44	88	883	88218
3036097	Aumont-Aubrac	aumont-aubrac	FR	48130	1106	Europe/Paris	44.72237	3.28385		Aumont,Aumont-Aubrac,Auroux,Autmont dAubrac,Omon Obrak,Omon-Obrak,ao meng ao bu la ke,Омон Обрак,Омон-Обрак,奥蒙奥布拉克		76	48	482	48009
3036100	Aumont	aumont	FR	39800	119	Europe/Paris	49.88431	1.92743		Aumont		32	80	802	80041
3036103	Aumont	aumont	FR	39800	0	Europe/Paris	45.55545	0.7269				75	24	242	24525
3036104	Aumont	aumont	FR	39800	0	Europe/Paris	45.43333	2.18333				75	19	193	19157
3036106	Aumeville-Lestre	aumeville-lestre	FR	50630	143	Europe/Paris	49.54	-1.32157		Aumeville,Aumeville-Lestre		28	50	502	50022
3036107	Aumetz	aumetz	FR	57710	2293	Europe/Paris	49.41787	5.94418		Aumetz,Omec,Umetz,Омец,Уметз		44	57	577	57041
3036108	Aumessas	aumessas	FR	30770	0	Europe/Paris	43.99108	3.50359		Aumessac,Aumessas,Aumessaç,Omessas,Umesa,ao mei sa,Омессас,Умеса,奥梅萨		76	30	303	30025
3036109	Aumes	aumes	FR	34530	350	Europe/Paris	43.46619	3.46326		Aumes		76	34	341	34017
3036110	Aumerval	aumerval	FR	62550	197	Europe/Paris	50.50704	2.4031		Aumerval		32	62	621	62058
3036112	Auménancourt	aumenancourt	FR	51110	0	Europe/Paris	49.38333	4.06667		Aumenancourt-le-Grand,Auménancourt-le-Grand		44	51	513	51025
3036114	Aumâtre	aumatre	FR	80140	199	Europe/Paris	49.91972	1.77319		Aumatre,Aumâtre		32	80	802	80040
3036117	Aumale	aumale	FR	76390	2705	Europe/Paris	49.76985	1.75587		Aumale,Omal,Омал		28	76	761	76035
3036118	Aumagne	aumagne	FR	17770	655	Europe/Paris	45.87461	-0.40361		Aumagne		75	17	175	17025
3036120	Aulx-lès-Cromary	aulx-les-cromary	FR	70190	139	Europe/Paris	47.37337	6.11119		Aulx,Aulx-les-Cromary,Aulx-lès-Cromary		27	70	702	70036
3036121	Aulus-les-Bains	aulus-les-bains	FR	09140	201	Europe/Paris	42.79094	1.3374		Aulus,Aulus-les-Bains		76	09	093	09029
3036122	Ault	ault	FR	80460	1914	Europe/Paris	50.10404	1.45		Ault,Bourg d'Ault		32	80	801	80039
3036126	Aulos	aulos	FR	09310	62	Europe/Paris	42.79222	1.67522		Aulos		76	09	091	09296
3036127	Aulon	aulon	FR	23210	184	Europe/Paris	46.08234	1.69015		Aulon,Aulong		75	23	232	23011
3036128	Aulon	aulon	FR	23210	395	Europe/Paris	43.191	0.81958		Aulon		76	31	312	31023
3036129	Aulon	aulon	FR	23210	86	Europe/Paris	42.85131	0.29599		Aulon		76	65	652	65046
3036131	Aulnoy-sur-Aube	aulnoy-sur-aube	FR	52160	60	Europe/Paris	47.83306	5.03287		Aulnoy,Aulnoy-sur-Aube		44	52	522	52028
3036132	Aulnoye-Aymeries	aulnoye-aymeries	FR	59620	9242	Europe/Paris	50.20141	3.83844		Alniaco-Ameria,Aulnoye,Aulnoye-Aymeries,Ol'nua-Emeri,Olnoa Emeri,Onua-Ehmeri,XOY,ou nu wa ai mu li,Олноа Емери,Ольнуа-Емери,Ольнуа-Емері,Онуа-Эмери,欧努瓦艾姆里		32	59	591	59033
3036133	Aulnoy-lez-Valenciennes	aulnoy-lez-valenciennes	FR	59300	8172	Europe/Paris	50.33333	3.53333		Auno,Ol'nua-le-Valans'en,Ol'nua-le-Valans'enn,Olnoa le Valansijen,ou nu wa lai wa lang xie ne,Олноа ле Валансијен,Ольнуа-ле-Валансьен,Ольнуа-ле-Валансьенн,Ольнуа-ле-Валансьєнн,欧努瓦莱瓦朗谢讷		32	59	596	59032
3036134	Aulnoy	aulnoy	FR	77120	400	Europe/Paris	48.84099	3.0967		Aulnoy		11	77	771	77013
3036135	Aulnois-sur-Seille	aulnois-sur-seille	FR	57590	255	Europe/Paris	48.86782	6.31544		Aulnois,Aulnois-sur-Seille		44	57	575	57040
3036137	Aulnois-sous-Laon	aulnois-sous-laon	FR	02000	1320	Europe/Paris	49.61429	3.60547		Aulnois,Aulnois-sous-Laon		32	02	022	02037
3036138	Aulnois-en-Perthois	aulnois-en-perthois	FR	55170	428	Europe/Paris	48.6345	5.1291		Aulnois,Aulnois-en-Perthois		44	55	551	55015
3036139	Aulnois	aulnois	FR	88300	132	Europe/Paris	48.25684	5.78472		Aulnois		44	88	882	88017
3036142	Aulnay-sur-Mauldre	aulnay-sur-mauldre	FR	78126	1160	Europe/Paris	48.9295	1.84113		Aulnay,Aulnay-sur-Mauldre,Ol'ne-sjur-Mol'dr,Olne sir Moldr,Олне сир Молдр,Ольне-сюр-Мольдр		11	78	781	78033
3036143	Aulnay-sur-Marne	aulnay-sur-marne	FR	51150	217	Europe/Paris	49.00712	4.20408		Aulnay,Aulnay-sur-Marne		44	51	511	51023
3036144	Aulnay-sur-Iton	aulnay-sur-iton	FR	27180	603	Europe/Paris	48.99605	1.05935		Aulnay,Aulnay-sur-Iton		28	27	273	27023
3036145	Aulnay-sous-Bois	aulnay-sous-bois	FR	93600	80615	Europe/Paris	48.93814	2.49402		Aulnay,Aulnay-sous-Bois,Ol'ne-su-Bua,Olne su Boa,One-su-Bua,ao nai cong lin,awlnh sw bwa,awlnyh sw bwa,olne su boa,olnesubua,orune=su=bowa,Олне су Боа,Ольне-су-Буа,Оне-су-Буа,أولنيه سو بوا,اولنه سو بوآ,オルネー＝スー＝ボワ,奧奈叢林,올네수부아		11	93	932	93005
3036146	Aulnay-la-Rivière	aulnay-la-riviere	FR	45390	529	Europe/Paris	48.19046	2.36749		Aulnay-la-Riviere,Aulnay-la-Rivière,Ol'ne-la-River,Olne la Rivijer,ao er nai la li wei ai,Олне ла Ривијер,Ольне-ла-Ривєр,奥尔奈拉里维埃		24	45	453	45014
3036147	Aulnay-l'Aître	aulnay-l-aitre	FR	51240	0	Europe/Paris	48.82301	4.56074		Aulnay-l'Aitre,Aulnay-l'Aître		44	51	514	51022
3036150	Aulnay	aulnay	FR	10240	0	Europe/Paris	48.73574	3.51311				44	51	512	51402
3036151	Aulnay	aulnay	FR	10240	118	Europe/Paris	48.47158	4.40488		Aulnay		44	10	101	10017
3036152	Aulnay	aulnay	FR	10240	143	Europe/Paris	46.90594	0.09219		Aulnay		75	86	861	86013
3036153	Aulnay	aulnay	FR	10240	1620	Europe/Paris	46.0209	-0.34677		Aulnay,Aulnay-de-Saintonge		75	17	175	17024
3036154	Aulnat	aulnat	FR	63510	4662	Europe/Paris	45.79929	3.16743		Aulnac,Aulnat,Ol'na,Olna,Олна,Ольна		84	63	632	63019
3036155	Aulnat	aulnat	FR	63510	0	Europe/Paris	45.53333	2.61667				84	63	633	63028
3036156	Aullène	aullene	FR	20116	192	Europe/Paris	41.77201	9.0815		Audde,Auddè,Aullena,Aullene,Aullène,Olen,Ollen,Олен,Оллен		94	2A	2A4	2A024
3036159	Aulas	aulas	FR	30120	449	Europe/Paris	44.0005	3.58643		Aulac,Aulas,Aulaç,Olas,Ula,Олас,Ула		76	30	303	30024
3036162	Aulan	aulan	FR	26570	5	Europe/Paris	44.22236	5.42816		Aulan		84	26	262	26018
3036169	Aujols	aujols	FR	46090	273	Europe/Paris	44.4082	1.54899		Aujols		76	46	461	46010
3036170	Aujeurres	aujeurres	FR	52190	93	Europe/Paris	47.74071	5.1832		Aujeurres		44	52	522	52027
3036171	Aujargues	aujargues	FR	30250	784	Europe/Paris	43.79006	4.12245		Aujargues		76	30	302	30023
3036172	Aujan-Mournède	aujan-mournede	FR	32300	111	Europe/Paris	43.38223	0.50248		Aujan,Aujan-Mournede,Aujan-Mournède		76	32	323	32015
3036173	Aujac	aujac	FR	17770	344	Europe/Paris	45.84461	-0.39608		Aujac		75	17	175	17023
3036174	Aujac	aujac	FR	17770	183	Europe/Paris	44.34942	4.01451		Aujac		76	30	301	30022
3036175	Augy-sur-Aubois	augy-sur-aubois	FR	18600	292	Europe/Paris	46.78451	2.84465		Augy,Augy-sur-Aubois		24	18	182	18017
3036177	Augy	augy	FR	02220	0	Europe/Paris	49.33904	3.51405		Augy,Ozhi,ou ji,Ожи,Ожі,欧吉		32	02	024	02036
3036178	Augy	augy	FR	02220	1182	Europe/Paris	47.7664	3.61051		Augy		27	89	891	89023
3036180	Auguaise	auguaise	FR	61270	122	Europe/Paris	48.7013	0.5539		Auguaise		28	61	613	61012
3036184	Augny	augny	FR	57685	2615	Europe/Paris	49.0611	6.1182		Augny,On'i,Oni,ao ni,awgny,Оньи,Оньї,Оњи,آوگنی,奥尼		44	57	579	57039
3036185	Augne	augne	FR	87120	128	Europe/Paris	45.78392	1.70465		Augne		75	87	872	87004
3036186	Augnax	augnax	FR	32120	58	Europe/Paris	43.72302	0.77461		Augnax		76	32	321	32014
3036187	Augnat	augnat	FR	63340	149	Europe/Paris	45.41157	3.18207		Augnat		84	63	633	63017
3036188	Augisey	augisey	FR	39270	214	Europe/Paris	46.55303	5.49295		Augisey		27	39	392	39027
3036189	Augirein	augirein	FR	09800	77	Europe/Paris	42.9313	0.91754		Augirein		76	09	093	09027
3036190	Augignac	augignac	FR	24300	833	Europe/Paris	45.59152	0.70052		Augignac,Auginhac,Auguilhacum,Ozhin'jak,Ozinak,ao ji ni ya ke,Ожиньяк,Ожињак,奥吉尼亚克		75	24	242	24016
3036191	Augicourt	augicourt	FR	70500	144	Europe/Paris	47.77367	5.89728		Augicourt		27	70	702	70035
3036196	Augerville-la-Rivière	augerville-la-riviere	FR	45330	224	Europe/Paris	48.2514	2.43722		Augerville,Augerville-la-Riviere,Augerville-la-Rivière,Ozhervil la Rivijer,Ozhervil'-la-River,ao re er wei er la li wei ai,Ожервил ла Ривијер,Ожервіль-ла-Ривєр,奥热尔维尔拉里维埃		24	45	453	45013
3036197	Augers-en-Brie	augers-en-brie	FR	77560	285	Europe/Paris	48.67978	3.35635		Augers,Augers-en-Brie		11	77	773	77012
3036198	Auger-Saint-Vincent	auger-saint-vincent	FR	60800	458	Europe/Paris	49.21908	2.80965		Auger,Auger-Saint-Vincent,Ozh Sen Vensan,Ozhe-Sen-Vensan,ao re sheng wan sang,Ож Сен Венсан,Оже-Сен-Венсан,奥热圣万桑		32	60	604	60027
3036199	Augerolles	augerolles	FR	63930	931	Europe/Paris	45.7227	3.61686		Augerolles		84	63	635	63016
3036200	Augerolles	augerolles	FR	63930	0	Europe/Paris	45.6	2.58333				84	63	633	63024
3036202	Augères	augeres	FR	23210	149	Europe/Paris	46.08854	1.73053		Augeres,Augères		75	23	232	23010
3036203	Augères	augeres	FR	23210	0	Europe/Paris	45.43333	2.26667				75	19	193	19148
3036207	Augerans	augerans	FR	39380	146	Europe/Paris	47.02043	5.57726		Augerans		27	39	391	39026
3036209	Augea	augea	FR	39190	286	Europe/Paris	46.55258	5.40872		Augea		27	39	392	39025
3036211	Auge	auge	FR	08380	0	Europe/Paris	49.85934	4.27259		Auge		44	08	081	08030
3036212	Augé	auge	FR	08380	817	Europe/Paris	46.43963	-0.28773		Auge,Augé		75	79	792	79020
3036213	Auge	auge	FR	08380	110	Europe/Paris	46.24211	2.32341		Auge		75	23	231	23009
3036214	Auge-Saint-Médard	auge-saint-medard	FR	16170	326	Europe/Paris	45.85045	-0.09553		Ozh Sen Medar,Ozh-Sen-Medar,ao ge sheng mei da er,Ож Сен Медар,Ож-Сен-Медар,奥格圣梅达尔		75	16	162	16339
3036215	Augan	augan	FR	56800	1374	Europe/Paris	47.9191	-2.27947		Algam,Augan,Ogan,ao gang,Оган,奥冈		53	56	563	56006
3036216	Auga	auga	FR	64450	146	Europe/Paris	43.47714	-0.38168		Auga,Augar,Oga,Oge,ao jia,Ога,Оге,奥加		75	64	643	64077
3036217	Auflance	auflance	FR	08370	89	Europe/Paris	49.61727	5.28863		Auflance		44	08	083	08029
3036218	Auffreville-Brasseuil	auffreville-brasseuil	FR	78930	602	Europe/Paris	48.95407	1.70996		Auffreville,Auffreville-Brasseuil,Offrevil'-Brassej,Ofrvil Brasej,Офрвил Брасеј,Оффревиль-Брассей,Оффревіль-Брассей		11	78	781	78031
3036219	Aufferville	aufferville	FR	77570	0	Europe/Paris	48.30916	1.36946				24	28	281	28222
3036220	Aufferville	aufferville	FR	77570	488	Europe/Paris	48.2151	2.60973		Aufferville,Ofervij,Offervil',Офервиј,Оффервиль,Оффервіль		11	77	774	77011
3036221	Auffay	auffay	FR	76720	0	Europe/Paris	49.7254	0.68696				28	76	761	76483
3036222	Auffay	auffay	FR	76720	1826	Europe/Paris	49.71881	1.09911		Auffay		28	76	761	76034
3036223	Auffargis	auffargis	FR	78610	1983	Europe/Paris	48.70049	1.88696		Auffargis,Ofarzhi,Offarzhis,Офаржи,Оффаржис		11	78	782	78030
3036225	Auenheim	auenheim	FR	67480	0	Europe/Paris	48.81512	8.00663		Auenem,Auenheim,Auenkhajm,Oenajm,Uenem,ao ai nan,awnhaym,awynhym,Ауенхајм,Оенайм,Уенем,آونهایم,أوينهيم,奥埃南		44	67	672	67418
3036226	Audun-le-Tiche	audun-le-tiche	FR	57390	5935	Europe/Paris	49.47217	5.9555		Audun,Audun-le-Tiche,Daeitsch-Oth,Däitsch-Oth,Oden le Tish,Oden-le-Tish,adn-lw-tysh,ao dan lai di ke,Оден ле Тиш,Оден-ле-Тиш,Оден-ле-Тіш,ادن-لو-تیش,奥丹莱蒂克		44	57	577	57038
3036227	Audun-le-Roman	audun-le-roman	FR	54560	2122	Europe/Paris	49.36977	5.89545		Audun,Audun-le-Roman		44	54	541	54029
3036229	Audruicq	audruicq	FR	62370	4680	Europe/Paris	50.87795	2.07975		Audruicq,Odrjuik,Odruig,Ouderwijk,awdrwysk,ou de lu ke,Одруиг,Одрюик,Одрюїк,أودرويسك,欧德吕克		32	62	626	62057
3036230	Audrix	audrix	FR	24260	248	Europe/Paris	44.88068	0.94716		Audriacum,Audrics,Audrix,Odriks,ao de li,Одрикс,奥德里		75	24	244	24015
3036231	Audrieu	audrieu	FR	14250	825	Europe/Paris	49.20846	-0.59429		Audrieu,Odrie,Odrijo,Odriju,ao de li e,Одрие,Одриё,Одрију,Одріє,奥德里厄		28	14	141	14026
3036233	Audresselles	audresselles	FR	62164	692	Europe/Paris	50.82481	1.59422		Auderselle,Audrecelles,Audreselles,Odresel,Odressel',awdrysylyh,ou de lei sai lei,Одресел,Одрессель,أودريسيليه,欧德雷塞勒		32	62	623	62056
3036234	Audressein	audressein	FR	09800	112	Europe/Paris	42.92881	1.02329		Audressein,Audressenh,Odresan,Odressen,ao de lei sang,Одресан,Одрессен,奥德雷桑		76	09	093	09026
3036236	Audouville-la-Hubert	audouville-la-hubert	FR	50480	71	Europe/Paris	49.4205	-1.21821		Audouville,Audouville-la-Hubert		28	50	502	50021
3036237	Audon	audon	FR	40400	334	Europe/Paris	43.80009	-0.82191				75	40	401	40018
3036238	Audinghen	audinghen	FR	62179	556	Europe/Paris	50.85178	1.61288		Audinghen,Audinghin,Odengan,Odingon,awdynjyn,ou dan gang,Оденган,Одингон,أودينجين,欧丹冈		32	62	623	62054
3036313	Auboué	auboue	FR	54580	2890	Europe/Paris	49.21198	5.97663		Auboue,Auboué		44	54	541	54028
3036239	Audincthun	audincthun	FR	62560	591	Europe/Paris	50.58333	2.13333		Audincthin,Audincthun,Odanktan,Odenkten,awdynsthwn,ou dan ke tan,Оданктан,Оденктен,أودينسثون,欧丹克坦		32	62	625	62053
3036240	Audincourt	audincourt	FR	25400	15577	Europe/Paris	47.48327	6.85341		Audincourt,Odankur,Odenkur,ao dan ku er,odankuru,Оданкур,Оденкур,オダンクール,奥丹库尔		27	25	252	25031
3036241	Audigny	audigny	FR	02120	228	Europe/Paris	49.86968	3.64678		Audigny,Odin'i,Odini,ou di ni,Одиньи,Одињи,Одіньї,欧迪尼		32	02	025	02035
3036242	Audignon	audignon	FR	40500	355	Europe/Paris	43.72223	-0.60459				75	40	402	40017
3036243	Audignies	audignies	FR	59570	271	Europe/Paris	50.28572	3.81397		Odini,ou di ni,Одини,Одињи,Одіні,欧迪尼		32	59	591	59031
3036244	Audignicourt	audignicourt	FR	02300	97	Europe/Paris	49.47876	3.13397		Audignicourt		32	02	024	02034
3036247	Audierne	audierne	FR	29770	2601	Europe/Paris	48.0164	-4.53838		Audierne,Gwaien,Od'ern,Odjerne,ao di ye er en,odierunu,Одьерн,Одьєрн,Одјерне,オディエルヌ,奥迪耶尔恩		53	29	294	29003
3036250	Audeville	audeville	FR	45300	170	Europe/Paris	48.27886	2.23827		Audeville,Odevij,Odvil',ao de wei er,Одвіль,Одевиј,奥德维尔		24	45	453	45012
3036251	Audeux	audeux	FR	25170	343	Europe/Paris	47.26095	5.87131		Audeux		27	25	251	25030
3036253	Audes	audes	FR	03190	0	Europe/Paris	46.82295	3.06286		Aude,Audes		27	58	583	58138
3036254	Audes	audes	FR	03190	460	Europe/Paris	46.45782	2.5582		Audes		84	03	031	03010
3036255	Auderville	auderville	FR	50440	293	Europe/Paris	49.71182	-1.93104		Auderville,Odervij,Odervil',ao dai er wei er,Одервиль,Одервиј,Одервіль,奥代尔维尔		28	50	502	50041
3036256	Audenge	audenge	FR	33980	5522	Europe/Paris	44.68368	-1.01344		Audenge,Audenja,Odnzh,Odonzh,ao dang ge,Однж,Одонж,奥当格		75	33	336	33019
3036259	Audembert	audembert	FR	62250	364	Europe/Paris	50.86067	1.69328		Audembert		32	62	623	62052
3036260	Audeloncourt	audeloncourt	FR	52240	96	Europe/Paris	48.1105	5.52233		Audeloncourt		44	52	521	52025
3036261	Audelange	audelange	FR	39700	217	Europe/Paris	47.13461	5.586		Audelange		27	39	391	39024
3036266	Audaux	audaux	FR	64190	364	Europe/Paris	43.35843	-0.7921		Audaus,Audaux,Odo,Odu,ao duo,Одо,Оду,奥多		75	64	642	64075
3036267	Aucun	aucun	FR	65400	219	Europe/Paris	42.97358	-0.19278		Aucun,Oken,Okjon,ao kan,Окен,Окён,奥坎		76	65	651	65045
3036269	Auchy-lez-Orchies	auchy-lez-orchies	FR	59310	0	Europe/Paris	50.48333	3.2		Auchy		32	59	593	59029
3036270	Auchy-les-Mines	auchy-les-mines	FR	62138	4534	Europe/Paris	50.51349	2.78283		Auchy,Auchy-les-Mines		32	62	622	62051
3036271	Auchy-lès-Hesdin	auchy-les-hesdin	FR	62770	1804	Europe/Paris	50.40114	2.10145		Auchy,Auchy-les-Hesdin,Auchy-lès-Hesdin,Oshi lez Eden,Oshi-le-Eden,awtshy lyh hysdyn,ou xi lai sai si dan,Оши лез Еден,Оши-ле-Еден,Оші-ле-Еден,أوتشي ليه هيسدين,欧希莱塞斯丹		32	62	624	62050
3036272	Auchy-la-Montagne	auchy-la-montagne	FR	60360	458	Europe/Paris	49.57471	2.11846		Auchy,Auchy-la-Montagne		32	60	601	60026
3036274	Auchy-au-Bois	auchy-au-bois	FR	62190	397	Europe/Paris	50.55403	2.37174		Auchy,Auchy-Bos,Auchy-au-Bois,Oshi o Boa,Oshi-o-Bua,awnshy aw bwys,ou xi ou bu wa,Оши о Боа,Оши-о-Буа,Оші-о-Буа,أونشي أو بويس,欧希欧布瓦		32	62	622	62049
3036275	Auchonvillers	auchonvillers	FR	80560	150	Europe/Paris	50.08114	2.63063		Auchonvillers		32	80	804	80038
3036278	Auchel	auchel	FR	62260	11419	Europe/Paris	50.50345	2.47346		Auchel,Auchez,Oshel',Ushel,awshyl,ou xie lei,Ошель,Ушел,أوشيل,欧谢勒		32	62	622	62048
3036281	Auch	auch	FR	32000	24494	Europe/Paris	43.64561	0.58856		Auch,Augusta Auscorum,Aush,Auski,Osh,Ush,ash  fransh,oshu,osyu,ou shen,Ош,Уш,אוש,اش، فرانسه,オーシュ,欧什,오슈	32	76	32	321	32013
3036282	Aucey-la-Plaine	aucey-la-plaine	FR	50170	373	Europe/Paris	48.52718	-1.4787		Aucey,Aucey-la-Plaine,Ose le Plen,Ose-la-Plen,ao sai la pu lan,Осе ле Плен,Осе-ла-Плен,奥塞拉普兰		28	50	501	50019
3036284	Aucelon	aucelon	FR	26340	43	Europe/Paris	44.62444	5.34478		Aucelon		84	26	261	26017
3036285	Aucazein	aucazein	FR	09800	61	Europe/Paris	42.9356	0.97454		Aucazein		76	09	093	09025
3036286	Aucamville	aucamville	FR	31140	846	Europe/Paris	43.80324	1.21476		Aucamville		76	82	822	82005
3036287	Aucamville	aucamville	FR	31140	6202	Europe/Paris	43.67053	1.42766		Aucamville		76	31	313	31022
3036288	Aucaleuc	aucaleuc	FR	22100	863	Europe/Paris	48.45604	-2.12974		Aucaleuc,Oskaleg		53	22	221	22003
3036289	Auby	auby	FR	59950	7836	Europe/Paris	50.41457	3.05396		Auby,Auby-lez-Douai,Obi,ou bi,Оби,Обі,欧比		32	59	593	59028
3036290	Aubvillers	aubvillers	FR	80110	99	Europe/Paris	49.71367	2.48202		Aubvillers		32	80	803	80037
3036291	Aubusson-d'Auvergne	aubusson-d-auvergne	FR	63120	0	Europe/Paris	45.75527	3.61818		Aubusson,Aubusson-d'Auvergne		84	63	635	63015
3036294	Aubusson	aubusson	FR	23200	347	Europe/Paris	48.78369	-0.55155		Aubusson,Obison,Обисон		28	61	612	61011
3036295	Aubusson	aubusson	FR	23200	4907	Europe/Paris	45.95486	2.16724		Aubusson,Lo Bucon,Lo Buçon,Obison,Обисон	231	75	23	231	23008
3036296	Aubussargues	aubussargues	FR	30190	260	Europe/Paris	44.00709	4.32533		Aubussargues		76	30	302	30021
3036297	Aubure	aubure	FR	68150	424	Europe/Paris	48.19759	7.22158		Altweier,Obir,Objur,ao bi er,Обир,Обюр,奥比尔		44	68	682	68014
3036298	Aubry-le-Panthou	aubry-le-panthou	FR	61120	94	Europe/Paris	48.85325	0.23907		Aubry,Aubry-le-Panthou		28	61	613	61010
3036299	Aubry-en-Exmes	aubry-en-exmes	FR	61160	250	Europe/Paris	48.7967	0.07375		Aubry,Aubry-en-Exmes		28	61	612	61474
3036300	Aubry-du-Hainaut	aubry-du-hainaut	FR	59494	1480	Europe/Paris	50.36667	3.46667		Obri di Eno,Obri-dju-Eno,ou bu li di ai nuo,Обри ди Ено,Обри-дю-Ено,Обрі-дю-Ено,欧布里迪埃诺		32	59	596	59027
3036301	Aubrometz	aubrometz	FR	62390	142	Europe/Paris	50.30501	2.17734		Aubrometz		32	62	621	62047
3036302	Aubrives	aubrives	FR	08320	945	Europe/Paris	50.10252	4.76309		Aubrives,Obriv,ou bu li fu,Обрив,欧布里弗		44	08	081	08028
3036303	Aubréville	aubreville	FR	55120	386	Europe/Paris	49.14443	5.08228		Aubreville,Aubréville		44	55	553	55014
3036304	Aubres	aubres	FR	26110	370	Europe/Paris	44.37601	5.16952		Aubres		84	26	262	26016
3036312	Aubous	aubous	FR	64330	58	Europe/Paris	43.57488	-0.13293		Aubons,Aubous,Obu,Obus,ao bu,Обу,Обус,奥布		75	64	643	64074
3036314	Aubord	aubord	FR	30620	2089	Europe/Paris	43.75698	4.31301		Aubord,Auborn,Aubòrn,Obor,ao bo er,Обор,奥博尔		76	30	302	30020
3036315	Aubonne	aubonne	FR	25520	259	Europe/Paris	47.03635	6.32744		Aubonne		27	25	253	25029
3036316	Auboncourt-Vauzelles	auboncourt-vauzelles	FR	08270	83	Europe/Paris	49.55171	4.49316		Auboncourt,Auboncourt-Vauzelles		44	08	082	08027
3036318	Aubin-Saint-Vaast	aubin-saint-vaast	FR	62140	774	Europe/Paris	50.39503	1.97288		Aubin,Aubin-Marat,Aubin-Saint-Vaast,Oben Sen Vast,Oben-Sen-Vaast,awbyn san fas,ou ban sheng wa si te,Обен Сен Васт,Обен-Сен-Вааст,أوبين سان فاس,欧班圣瓦斯特		32	62	624	62046
3036319	Aubinges	aubinges	FR	18220	331	Europe/Paris	47.22238	2.58219		Aubinges,Obanzh,Obenzh,Обанж,Обенж		24	18	181	18016
3036322	Aubin	aubin	FR	12110	0	Europe/Paris	48.50974	2.35918		Aubin,Saint-Aubin		11	91	911	91315
3036323	Aubin	aubin	FR	12110	4735	Europe/Paris	44.52809	2.24439		Aubin,Aubinh,Oben,ao ban,Обен,奥班		76	12	123	12013
3036324	Aubin	aubin	FR	12110	221	Europe/Paris	43.44018	-0.41463		Aubin,Oben,ao ban,Обен,奥班		75	64	643	64073
3036325	Aubilly	aubilly	FR	51170	53	Europe/Paris	49.2131	3.8581		Aubilly		44	51	513	51020
3036326	Aubigny-sur-Nère	aubigny-sur-nere	FR	18700	5984	Europe/Paris	47.48819	2.43895		Aubigny,Aubigny-Ville,Aubigny-sur-Nere,Aubigny-sur-Nère,Obin'i-sjur-Ner,Obini sir Ner,nei er he pan ao bi ni,obini=shuru=neru,Обиньи-сюр-Нер,Обињи сир Нер,Обіньї-сюр-Нер,オービニー＝シュル＝ネール,内尔河畔奥比尼		24	18	183	18015
3036328	Aubigny-lès-Sombernon	aubigny-les-sombernon	FR	21540	124	Europe/Paris	47.30428	4.6431		Aubigny,Aubigny-les-Sombernon,Aubigny-lès-Sombernon,Obin'i-le-Sombernon,Obini le Sombernon,ao bi ni lai song bei er nong,Обиньи-ле-Сомбернон,Обињи ле Сомбернон,Обіньї-ле-Сомбернон,奥比尼莱松贝尔农		27	21	212	21033
3036329	Aubigny-les-Pothées	aubigny-les-pothees	FR	08150	315	Europe/Paris	49.77658	4.43638		Aubigny,Aubigny-les-Pothees,Aubigny-les-Pothées		44	08	081	08026
3036331	Aubigny-la-Ronce	aubigny-la-ronce	FR	21340	146	Europe/Paris	46.98702	4.61048		Aubigny,Aubigny-la-Ronce,Obin'i-la-Rons,Obini la Rons,abyny-la-rns,ao bi ni la long ke,Обиньи-ла-Ронс,Обињи ла Ронс,Обіньї-ла-Ронс,ابینی-لا-رنس,奥比尼拉龙克		27	21	211	21032
3036332	Aubigny-en-Plaine	aubigny-en-plaine	FR	21170	333	Europe/Paris	47.1315	5.17657		Aubigny,Aubigny-en-Plaine		27	21	211	21031
3036333	Aubigny-en-Laonnois	aubigny-en-laonnois	FR	02820	114	Europe/Paris	49.49738	3.79227		Anbigny,Aubigny,Aubigny-en-Laonnois		32	02	022	02033
3036334	Aubigny-aux-Kaisnes	aubigny-aux-kaisnes	FR	02590	272	Europe/Paris	49.77363	3.11768		Aubigny,Aubigny-aux-Kaisnes		32	02	023	02032
3036335	Aubigny-au-Bac	aubigny-au-bac	FR	59265	1041	Europe/Paris	50.2637	3.16448		Aubigny,Aubigny-au-Bac		32	59	593	59026
3036338	Aubigny-en-Artois	aubigny-en-artois	FR	62690	1412	Europe/Paris	50.35	2.58333				32	62	621	62045
3036339	Aubigny	aubigny	FR	03460	544	Europe/Paris	49.90181	2.48192		Aubigny		32	80	802	80036
3036340	Aubigny	aubigny	FR	03460	0	Europe/Paris	49.1801	1.58855				28	27	271	27213
3036341	Aubigny	aubigny	FR	03460	335	Europe/Paris	48.91822	-0.21194		Albiniacum,Aubigny,Obin'i,Obini,ao bi ni,Обиньи,Обињи,Обіньї,奥比尼		28	14	142	14025
3036342	Aubigny	aubigny	FR	03460	0	Europe/Paris	48.59687	2.68614				11	77	772	77306
3036343	Aubigny	aubigny	FR	03460	146	Europe/Paris	48.52963	4.24946				44	10	103	10174
3036344	Aubigny	aubigny	FR	03460	0	Europe/Paris	47.5981	3.42465				27	89	891	89405
3036345	Aubigny	aubigny	FR	03460	0	Europe/Paris	47.20059	3.43655				27	58	584	58174
3036346	Aubigny	aubigny	FR	03460	188	Europe/Paris	46.74112	-0.11918		Aubigny		75	79	793	79019
3036347	Aubigny	aubigny	FR	03460	192	Europe/Paris	46.68211	3.16595		Aubigny		84	03	032	03009
3036348	Aubigny	aubigny	FR	03460	2508	Europe/Paris	46.59805	-1.45409		Aubigny		52	85	852	85008
3036349	Aubignosc	aubignosc	FR	04200	556	Europe/Paris	44.12965	5.96861		Aubignosc,Aubignose,Aubinhosc,Aubinhòsc,Obin'osk,Ubinosk,ao bi ni ao si ke,Обиньоск,Обіньоск,Убињоск,奥比尼奥斯克		93	04	044	04013
3036352	Aubigné-Racan	aubigne-racan	FR	72800	2211	Europe/Paris	47.69096	0.26726		Aubigne,Aubigne-Racan,Aubigné,Aubigné-Racan		52	72	721	72013
3036353	Aubigné	aubigne	FR	35250	260	Europe/Paris	48.29439	-1.63528		Aubigne,Aubigné,Elvinieg		53	35	353	35007
3036354	Aubigné-sur-Layon	aubigne-sur-layon	FR	49540	353	Europe/Paris	47.2124	-0.46185		Aubigne-Briand,Aubigné-Briand,Obin'e-sjur-Lejon,Obine sir Lajon,lai weng he pan ao bi nie,Обиње сир Лајон,Обіньє-сюр-Лейон,莱翁河畔奥比涅		52	49	491	49012
3036355	Aubigné	aubigne	FR	35250	220	Europe/Paris	46.05621	-0.14212		Aubigne,Aubigné		75	79	792	79018
3036358	Aubignas	aubignas	FR	07400	354	Europe/Paris	44.58826	4.63401		Aubignas,Aubinhas,Aubinhàs,Obin'ja,Ubina,ao bi ni ya,Обинья,Обінья,Убиња,奥比尼亚		84	07	072	07020
3036359	Aubignan	aubignan	FR	84810	4336	Europe/Paris	44.09971	5.02526		Albinianus,Aubignan,Aubinhan,Obin'jan,Obinon,ao bi ni ang,Обиньян,Обињон,Обіньян,奥比尼昂		93	84	843	84004
3036363	Aubiet	aubiet	FR	32270	1046	Europe/Paris	43.64607	0.78385		Aubiet		76	32	321	32012
3036364	Aubière	aubiere	FR	63170	11054	Europe/Paris	45.75082	3.11078		Aubeira,Aubiera,Aubiere,Aubièra,Aubière,Aubèira,Ober,Obijer,ao bi ai,Обијер,Обєр,奥比埃		84	63	632	63014
3036366	Aubiat	aubiat	FR	63260	0	Europe/Paris	45.97776	3.16758		Aubiat		84	63	634	63013
3036367	Aubiat	aubiat	FR	63260	0	Europe/Paris	45.46559	3.34155				84	63	633	63022
3036368	Aubiac	aubiac	FR	33430	0	Europe/Paris	44.80467	1.86349				76	46	462	46012
3036369	Aubiac	aubiac	FR	33430	283	Europe/Paris	44.48333	-0.25		Aubiac		75	33	333	33017
3036370	Aubiac	aubiac	FR	33430	955	Europe/Paris	44.1414	0.56108		Aubiac		75	47	471	47016
3036371	Aubevoye	aubevoye	FR	27940	4030	Europe/Paris	49.17097	1.33537		Aubevoie,Aubevoye,Obevej,Obevua,Obvua,ao bo wa ai,Обвуа,Обевеј,Обевуа,奥伯瓦埃		28	27	271	27022
3036372	Aubeville	aubeville	FR	16250	144	Europe/Paris	45.5	-0.01667		Aubeville,Obvij,Obvil',ao bo wei er,Обвиль,Обвиј,Обвіль,奥伯维尔		75	16	162	16175
3036441	Attilly	attilly	FR	02490	402	Europe/Paris	49.85664	3.16713		Attilly		32	02	023	02029
3036442	Attilly	attilly	FR	02490	0	Europe/Paris	45.68402	6.11857				84	73	732	73081
3036378	Aubeterre-sur-Dronne	aubeterre-sur-dronne	FR	16390	373	Europe/Paris	45.27139	0.16998		Aubaterra,Aubatèrra,Aubeterre,Aubeterre-sur-Dronne,Obter sir Dron,Obter-sjur-Dron,Obterr-sjur-Dronn,de luo ne he pan ao bei tai er,Обтер сир Дрон,Обтер-сюр-Дрон,Обтерр-сюр-Дронн,德罗讷河畔奥贝泰尔		75	16	161	16020
3036379	Aubeterre	aubeterre	FR	10150	169	Europe/Paris	48.43003	4.12165		Aubeterre		44	10	103	10015
3036386	Aubervilliers	aubervilliers	FR	93300	70914	Europe/Paris	48.91667	2.38333		Aubervilles,Aubervilliers,Obervil'e,Obervilije,ao bei wei ai,awbarfylyyh,awbrwyh,awbrwylyh,obeleubillie,oberuvu~irie,Обервилије,Обервилье,Обервільє,أوبارفيلييه,اوبرویلیه,اوبرویه,オーベルヴィリエ,奥贝维埃,오베르빌리에		11	93	933	93001
3036387	Auberville-la-Renault	auberville-la-renault	FR	76110	356	Europe/Paris	49.68109	0.36427		Auberville,Auberville-la-Renault,La Reunion,La Réunion,Saint-Maclou-la-Montagne		28	76	762	76033
3036388	Auberville-la-Manuel	auberville-la-manuel	FR	76450	104	Europe/Paris	49.82811	0.58898		Auberville,Auberville-la-Manuel		28	76	761	76032
3036389	Auberville-la-Campagne	auberville-la-campagne	FR	76170	578	Europe/Paris	49.53314	0.59969		Auberville,Auberville-la-Campagne		28	76	762	76476
3036390	Auberville	auberville	FR	14640	0	Europe/Paris	49.88908	1.27979				28	76	761	76235
3036391	Auberville	auberville	FR	14640	229	Europe/Paris	49.30618	-0.0269		Auberville		28	14	143	14024
3036392	Aubertin	aubertin	FR	64290	629	Europe/Paris	43.27375	-0.4839		Aubertin,Oberten,Ubertan,shang tan,Обертен,Убертан,上坦		75	64	643	64072
3036394	Aubers	aubers	FR	59249	1634	Europe/Paris	50.59543	2.82666		Aubers,Obe,Ube,ou bei,Обе,Убе,欧贝		32	59	595	59025
3036395	Aubermesnil-Beaumais	aubermesnil-beaumais	FR	76550	425	Europe/Paris	49.84376	1.11676		Aubermesnil,Aubermesnil-Beaumais		28	76	761	76030
3036396	Aubermesnil-aux-Érables	aubermesnil-aux-erables	FR	76340	0	Europe/Paris	49.83333	1.56667				28	76	761	76029
3036398	Aubérive	auberive	FR	51600	184	Europe/Paris	49.2	4.41667		Auberive-sur-Suippe,Aubérive-sur-Suippe		44	51	513	51019
3036399	Auberives-sur-Varèze	auberives-sur-vareze	FR	38550	1393	Europe/Paris	45.4208	4.81914		Auberives,Auberives-sur-Vareze,Auberives-sur-Varèze,Aubérives-sur-Varèze		84	38	383	38019
3036400	Auberives-en-Royans	auberives-en-royans	FR	38680	355	Europe/Paris	45.06417	5.30056		Auberives,Auberives-en-Royans		84	38	381	38018
3036401	Auberive	auberive	FR	51600	202	Europe/Paris	47.78649	5.06169		Auberive		44	52	522	52023
3036402	Aubergenville	aubergenville	FR	78410	11934	Europe/Paris	48.95996	1.85467		Aubergenville,Oberzhanvil',Uberzhenvij,oberujan'vu~iru,Обержанвиль,Обержанвіль,Уберженвиј,オーベルジャンヴィル		11	78	781	78029
3036405	Aubercourt	aubercourt	FR	80110	43	Europe/Paris	49.82705	2.5483		Aubercourt		32	80	803	80035
3036406	Auberchicourt	auberchicourt	FR	59165	4659	Europe/Paris	50.33333	3.23333		Auberchicourt,Obershikur,Ubershikur,ou bei er xi ku er,Обершикур,Убершикур,欧贝尔希库尔		32	59	593	59024
3036410	Aubepierre-sur-Aube	aubepierre-sur-aube	FR	52210	213	Europe/Paris	47.91488	4.93509		Aubepierre,Aubepierre-sur-Aube,Obeperr-sjur-Ob,Obpjer sir Ob,ao bu he pan ao bo pi ye er,Обепєрр-сюр-Об,Обпјер сир Об,奥布河畔奥伯皮耶尔		44	52	521	52022
3036412	Aubepierre-Ozouer-le-Repos	aubepierre-ozouer-le-repos	FR	77720	949	Europe/Paris	48.63333	2.88333				11	77	773	77010
3036413	Aubenton	aubenton	FR	02500	652	Europe/Paris	49.83708	4.20447		Albentonum,Aubenton,Obanton,Ubonton,ou bang tong,Обантон,Убонтон,欧邦通		32	02	025	02031
3036414	Aubencheul-aux-Bois	aubencheul-aux-bois	FR	02420	275	Europe/Paris	50.02833	3.26721		Aubencheul,Aubencheul-aux-Bois,Obanshel'-o-Bua,Obanshjol'-o-Bua,Obenshel o Boa,ou bang she luo bu wa,Обаншель-о-Буа,Обаншёль-о-Буа,Обеншел о Боа,欧邦舍洛布瓦		32	02	023	02030
3036415	Aubencheul-au-Bac	aubencheul-au-bac	FR	59265	516	Europe/Paris	50.25663	3.15801		Aubencheul,Aubencheul-au-Bac		32	59	592	59023
3036416	Aubenasson	aubenasson	FR	26340	34	Europe/Paris	44.68333	5.15		Aubenasson		84	26	261	26015
3036417	Aubenas-les-Alpes	aubenas-les-alpes	FR	04110	66	Europe/Paris	43.93073	5.6808		Aubenac,Aubenas,Aubenas deis Aups,Aubenas-les-Alpes,Aubenaç,Aubenàs deis Aups,Obena-lez-Al'p,Obna lez Alp,Obna-lez-Al'p,ao bo na lai a er pei,Обена-лез-Альп,Обна лез Алп,Обна-лез-Альп,奥伯纳莱阿尔佩		93	04	044	04012
3036418	Aubenas	aubenas	FR	07200	13134	Europe/Paris	44.61975	4.39033		Aubenas,Aubenàs,OBS,Obena,ao bo na,awbnas,obuna,Обена,اوبناس,オーブナ,奥伯纳		84	07	071	07019
3036419	Aubéguimont	aubeguimont	FR	76390	0	Europe/Paris	49.80795	1.67119		Aubeguimont,Aubéguimont		28	76	761	76028
3036422	Aube	aube	FR	57580	207	Europe/Paris	49.02723	6.33805		Aube,Ob,Об		44	57	579	57037
3036423	Aubazine	aubazine	FR	19190	751	Europe/Paris	45.17495	1.67313		Aubazine,Aubazines,Obasina,Obazen,Obazin,ao ba qi nei,Обазен,Обазин,Обазін,奥巴齐内		75	19	191	19013
3036424	Aubazat	aubazat	FR	43380	178	Europe/Paris	45.13924	3.43778		Aubazat		84	43	431	43011
3036426	Aubas	aubas	FR	24290	520	Europe/Paris	45.08203	1.19085		Albacium,Aubas,Aubàs,Oba,Uba,ao ba,Оба,Уба,奥巴		75	24	244	24014
3036428	Aubarède	aubarede	FR	65350	230	Europe/Paris	43.27185	0.23783		Aubarede,Aubarède		76	65	653	65044
3036430	Aubais	aubais	FR	30250	2165	Europe/Paris	43.75524	4.14733		Aubais,Obe,Ube,ao bai,Обе,Убе,奥拜		76	30	302	30019
3036431	Aubaine	aubaine	FR	21360	60	Europe/Paris	47.13845	4.72154		Aubaine,Oben,Uben,Обен,Убен		27	21	211	21030
3036433	Aubagne	aubagne	FR	13400	44844	Europe/Paris	43.29276	5.57067		Albania,Aubagne,Aubagne en Provence,Aubanha,JAH,Oban,Oban',Obane,Obanė,Ubane,awban,awbany,awbanyy,awbny,obanyu,ou ba nie,Обан,Обань,Обањ,Убање,أوبان,أوباني,أوبانيي,اوبنی,オーバーニュ,欧巴涅,오바뉴		93	13	133	13005
3036434	Aubagnan	aubagnan	FR	40700	254	Europe/Paris	43.66787	-0.48958				75	40	402	40016
3036436	Atur	atur	FR	24750	1588	Europe/Paris	45.14086	0.74701		Atir,Atur,Атир		75	24	243	24053
3036437	Attricourt	attricourt	FR	70100	41	Europe/Paris	47.4831	5.38982		Attricourt		27	70	702	70032
3036438	Attray	attray	FR	45170	210	Europe/Paris	48.12274	2.11213		Atre,Attray,Attre,Otrej,a te lai,Атре,Аттре,Отреј,阿特赖		24	45	453	45011
3036439	Atton	atton	FR	54700	708	Europe/Paris	48.89113	6.08926		Atton		44	54	543	54027
3036440	Attin	attin	FR	62170	708	Europe/Paris	50.48706	1.74586		Attin		32	62	624	62044
3036443	Attilloncourt	attilloncourt	FR	57170	93	Europe/Paris	48.78598	6.37996		Attilloncourt		44	57	575	57036
3036444	Attigny	attigny	FR	08130	1206	Europe/Paris	49.47846	4.57803		Atini,Atinji,Attigny,Attin'i,Vieux-Pont,a di ni,Атињи,Аттиньи,Аттіньї,阿蒂尼		44	08	084	08025
3036445	Attigny	attigny	FR	08130	286	Europe/Paris	48.06449	6.03605		Attigny		44	88	882	88016
3036447	Attignéville	attigneville	FR	88300	258	Europe/Paris	48.38582	5.80821		Atinevil,Attigneville,Attignéville,Attin'evil',a di ge wei er,Атињевил,Аттиньевиль,Аттіньєвіль,阿蒂格维尔		44	88	882	88015
3036448	Attignat-Oncin	attignat-oncin	FR	73610	521	Europe/Paris	45.50849	5.77681		Attignat,Attignat-Oncin		84	73	732	73022
3036449	Attignat	attignat	FR	01340	2114	Europe/Paris	46.28562	5.16164		Atina,Attignat,Атиња		84	01	012	01024
3036450	Attichy	attichy	FR	60350	1954	Europe/Paris	49.41121	3.04949		Atishi,Attichy,Attishi,a di xi,Атиши,Аттиши,Аттіші,阿蒂希		32	60	603	60025
3036451	Attiches	attiches	FR	59551	2269	Europe/Paris	50.5222	3.06222		Attiches		32	59	595	59022
3036453	Attenschwiller	attenschwiller	FR	68220	882	Europe/Paris	47.56699	7.46309		Atanshvije,Atenshviler,Attenschwiller,Атаншвије,Атеншвилер		44	68	684	68013
3036454	Attancourt	attancourt	FR	52130	237	Europe/Paris	48.5253	4.92996		Attancourt		44	52	523	52021
3036456	Attainville	attainville	FR	95570	1834	Europe/Paris	49.05779	2.34497		Atenvil,Attainville,Attenvil',a tan wei er,Атенвил,Аттенвиль,Аттенвіль,阿坦维尔		11	95	952	95028
3036458	Athose	athose	FR	25580	124	Europe/Paris	47.07759	6.30868		Athose		27	25	253	25424
3036528	Assainvillers	assainvillers	FR	80500	160	Europe/Paris	49.6211	2.61054		Assainvillers		32	80	803	80032
3036460	Athis-Mons	athis-mons	FR	91200	31225	Europe/Paris	48.70522	2.39147		Athis,Athis-Mons,Ati Mon,Atis-Mons,a di si meng si,atiseumongseu,atisu=monsu,aty mwn,Ати Мон,Атис-Монс,Атіс-Монс,اتی مون,アティス＝モンス,阿蒂斯蒙斯,아티스몽스		11	91	913	91027
3036461	Athis	athis	FR	51150	774	Europe/Paris	49.01641	4.12813		Athis		44	51	512	51018
3036462	Athis-de-l'Orne	athis-de-l-orne	FR	61430	2605	Europe/Paris	48.81667	-0.5		Athis-de-l'Orne,Athis-de-lOrne,Athis-de-l’Orne		28	61	612	61007
3036463	Athis	athis	FR	51150	0	Europe/Paris	48.45724	3.39002				11	77	773	77522
3036464	Athies-sous-Laon	athies-sous-laon	FR	02840	2160	Europe/Paris	49.57369	3.68417		Athies,Athies-sous-Laon		32	02	022	02028
3036465	Athies	athies	FR	62223	950	Europe/Paris	50.30171	2.83763		Athies		32	62	621	62042
3036466	Athies	athies	FR	62223	661	Europe/Paris	49.8539	2.98272		Athies		32	80	804	80034
3036467	Athienville	athienville	FR	54370	181	Europe/Paris	48.71573	6.49057		At'janvil',Athienville,Atjenvil,a di an wei er,Атьянвиль,Атьянвіль,Атјенвил,阿蒂安维尔		44	54	542	54026
3036468	Athie	athie	FR	21500	97	Europe/Paris	47.56595	4.25476		Athie,Athie-sous-Reome,Athie-sous-Réome		27	21	213	21029
3036469	Athie	athie	FR	21500	0	Europe/Paris	47.53881	3.99035		Athie		27	89	892	89022
3036470	Athesans-Étroitefontaine	athesans-etroitefontaine	FR	70110	643	Europe/Paris	47.6	6.51667		Atesan Etroatfonten,Atesans Etroafonten,Atezan-Ehtruatfonten,Atezan-Etruatfonten,Athesans-Etroitefontaine,Atzan-Etroatfonten,Атезан-Етруатфонтен,Атезан-Этруатфонтен,Атесан Етроатфонтен,Атесанс Етроафонтен,Атзан-Етроатфонтен,Атъꙁанъ Єтрватъфѫтєнъ		27	70	701	70031
3036471	Athée-sur-Cher	athee-sur-cher	FR	37270	2114	Europe/Paris	47.32023	0.91659		Athee,Athee-sur-Cher,Athée,Athée-sur-Cher		24	37	373	37008
3036472	Athée	athee	FR	21130	514	Europe/Paris	47.88712	-0.95061		Athee,Athée		52	53	531	53012
3036473	Athée	athee	FR	21130	0	Europe/Paris	47.37119	3.84869				27	58	581	58229
3036474	Athée	athee	FR	21130	715	Europe/Paris	47.23003	5.37258		Athee,Athée		27	21	212	21028
3036476	Astugue	astugue	FR	65200	226	Europe/Paris	43.09361	0.07222		Astugue		76	65	652	65043
3036481	Aston	aston	FR	09310	236	Europe/Paris	42.775	1.67334		Aston		76	09	091	09024
3036484	Astis	astis	FR	64450	283	Europe/Paris	43.44097	-0.32821		Asti,Astis,Astís,Асти,Астис,Астіс		75	64	643	64070
3036486	Astillé	astille	FR	53230	575	Europe/Paris	47.96282	-0.85213		Astille,Astillé		52	53	531	53011
3036488	Astet	astet	FR	07330	54	Europe/Paris	44.68483	4.05997		Astet		84	07	071	07018
3036489	Aste-Béon	aste-beon	FR	64260	249	Europe/Paris	43.01952	-0.41594		Ast-Beon,Asta e Bion,Asta-Bion,Aste,Aste Beon,a si te bei weng,Аст-Беон,Асте Беон,阿斯特贝翁		75	64	642	64069
3036491	Asté	aste	FR	65200	513	Europe/Paris	43.04112	0.16807		Aste,Asté		76	65	652	65042
3036494	Astaillac	astaillac	FR	19120	230	Europe/Paris	44.95148	1.83145		Astaillac		75	19	191	19012
3036495	Astaffort	astaffort	FR	47220	2020	Europe/Paris	44.06337	0.6512		Astaffort		75	47	471	47015
3036496	Asswiller	asswiller	FR	67320	244	Europe/Paris	48.88076	7.22009		Assviller,Assweiler,Asswiller,Asvile,Asviler,Aßweiler,a si wei lai,aswylr,aswylyr,Àsswiller,Асвилер,Асвиље,Ассвиллер,Ассвіллер,آسویلر,أسويلير,阿斯维莱		44	67	674	67013
3036502	Asson	asson	FR	64800	1810	Europe/Paris	43.1407	-0.25562		Ason,Asson,Асон,Ассон		75	64	643	64068
3036503	Assis-sur-Serre	assis-sur-serre	FR	02270	0	Europe/Paris	49.6879	3.55855		Assis,Assis-sur-Serre		32	02	022	02027
3036505	Assigny	assigny	FR	18260	312	Europe/Paris	49.98651	1.29315		Assigny		28	76	761	76618
3036506	Assigny	assigny	FR	18260	172	Europe/Paris	47.4281	2.75514		Assigny		24	18	181	18014
3036507	Assignan	assignan	FR	34360	187	Europe/Paris	43.39762	2.88824		Assignan		76	34	341	34015
3036508	Assieu	assieu	FR	38150	962	Europe/Paris	45.40497	4.85975		Assieu		84	38	383	38017
3036509	Assier	assier	FR	46320	582	Europe/Paris	44.67546	1.87662		As'e,Asje,Assier,Assièr,a xie,Асьє,Асје,阿谢		76	46	462	46009
3036510	Assevillers	assevillers	FR	80200	238	Europe/Paris	49.89746	2.83617		Assevillers		32	80	804	80033
3036511	Assevent	assevent	FR	59600	0	Europe/Paris	50.28632	4.01276				32	59	591	59021
3036512	Assérac	asserac	FR	44410	1466	Europe/Paris	47.42925	-2.39062		Aserak,Asserac,Asserak,Assérac,Azereg,a sai la ke,Асерак,Ассерак,阿塞拉克		52	44	443	44006
3036513	Assenoncourt	assenoncourt	FR	57260	122	Europe/Paris	48.7712	6.79575		Assenoncourt		44	57	575	57035
3036514	Assencières	assencieres	FR	10220	147	Europe/Paris	48.35786	4.19907		Asansjer,Assans'er,Assencieres,Assencières,a sang xi ai,Асансјер,Ассансьер,Ассансьєр,阿桑西埃		44	10	103	10014
3036515	Assenay	assenay	FR	10320	96	Europe/Paris	48.1828	4.05825		Assenay		44	10	103	10013
3036516	Assé-le-Riboul	asse-le-riboul	FR	72170	474	Europe/Paris	48.19475	0.08567		Asse,Asse-le-Riboul,Assé,Assé-le-Riboul		52	72	722	72012
3036517	Assé-le-Boisne	asse-le-boisne	FR	72130	864	Europe/Paris	48.32291	-0.00795		Ase le Boan,Asse,Asse-la-Boisne,Asse-le-Boisne,Asse-le-Buan,Assé,Assé-le-Boisne,Асе ле Боан,Ассе-ле-Буан		52	72	722	72011
3036518	Assé-le-Bérenger	asse-le-berenger	FR	53600	342	Europe/Paris	48.15526	-0.32169		Asse,Asse-le-Berenger,Assé,Assé-le-Bérenger		52	53	533	53010
3036520	Assay	assay	FR	37120	0	Europe/Paris	47.56267	2.78905				24	45	451	45029
3036521	Assay	assay	FR	37120	185	Europe/Paris	47.07433	0.29052		Assay		24	37	371	37007
3036522	Assat	assat	FR	64510	1592	Europe/Paris	43.24923	-0.30018		Asa,Asat,Assat,a sa,Аса,Асат,Ассат,阿萨		75	64	643	64067
3036523	Assas	assas	FR	34820	0	Europe/Paris	48.09658	1.8968				24	45	452	45266
3036524	Assas	assas	FR	34820	1471	Europe/Paris	43.70278	3.9		Asa,Assa,Assas,Assats,Assàs,a sa,Аса,Асса,阿萨		76	34	342	34014
3036527	Assais-les-Jumeaux	assais-les-jumeaux	FR	79600	823	Europe/Paris	46.78333	-0.05				75	79	793	79016
3036530	Asquins	asquins	FR	89450	293	Europe/Paris	47.48179	3.75523		Asken,Asquins,a si qu an,Аскен,阿斯屈安		27	89	892	89021
3036532	Asques	asques	FR	33240	517	Europe/Paris	44.9519	-0.41222		Asques		75	33	335	33016
3036533	Asques	asques	FR	33240	143	Europe/Paris	43.98849	0.94929		Asques		76	82	821	82004
3036534	Asque	asque	FR	65130	112	Europe/Paris	43.0437	0.25608		Asque		76	65	652	65041
3036536	Aspret-Sarrat	aspret-sarrat	FR	31800	111	Europe/Paris	43.06744	0.71691		Aspret,Aspret-Sarrat		76	31	312	31021
3036537	Aspres-sur-Buëch	aspres-sur-buech	FR	05140	720	Europe/Paris	44.52235	5.75268		Aspres,Aspres-sur-Buech,Aspres-sur-Buëch		93	05	052	05010
3036538	Aspres-lès-Corps	aspres-les-corps	FR	05800	127	Europe/Paris	44.80172	5.98185		Aspres,Aspres-les-Corps,Aspres-lès-Corps,Mont-Libre		93	05	052	05009
3036539	Aspremont	aspremont	FR	05140	254	Europe/Paris	44.4926	5.72795		Aspremon,Aspremont,Аспремон		93	05	052	05008
3036540	Aspremont	aspremont	FR	05140	2074	Europe/Paris	43.78342	7.24406		Aprmon,Aspremon,Aspremont,Апрмон,Аспремон		93	06	062	06006
3036544	Aspiran	aspiran	FR	34800	1311	Europe/Paris	43.56586	3.45031				76	34	342	34013
3036545	Aspin-en-Lavedan	aspin-en-lavedan	FR	65100	237	Europe/Paris	43.07514	-0.04739		Aspin,Aspin-en-Lavedan,Aspin-ez-Angles		76	65	651	65040
3036546	Aspin-Aure	aspin-aure	FR	65240	44	Europe/Paris	42.93141	0.34041		Aspin,Aspin-Aure		76	65	652	65039
3036548	Aspet	aspet	FR	31160	1154	Europe/Paris	43.01487	0.80088		Aspet		76	31	312	31020
3036550	Asperjoc	asperjoc	FR	07600	377	Europe/Paris	44.6972	4.36012		Asperjoc		84	07	071	07011
3036551	Aspères	asperes	FR	30250	381	Europe/Paris	43.8092	4.0403		Asper,Asperas,Asperes,Asperes en Languedoc,Aspèras,Aspères,Aspères en Languedoc,a si pei lei,Аспер,阿斯佩雷		76	30	302	30018
3036553	Aspach-le-Haut	aspach-le-haut	FR	68700	1180	Europe/Paris	47.77653	7.13145		Aspach,Aspach-le-Haut,Aspak-le-O,Aspash lO,Oberaspach,a si pa ke lai ao,Аспак-ле-О,Аспаш лО,阿斯帕克莱奥		44	68	686	68012
3036554	Aspach-le-Bas	aspach-le-bas	FR	68700	1131	Europe/Paris	47.76135	7.15104		Aspach,Aspach-le-Bas		44	68	686	68011
3036555	Aspach	aspach	FR	57790	37	Europe/Paris	48.65453	6.96253		Aspach		44	57	575	57034
3036556	Aspach	aspach	FR	57790	1030	Europe/Paris	47.64234	7.23353		Aspach		44	68	681	68010
3036557	Asnois	asnois	FR	58190	170	Europe/Paris	47.39762	3.59572		Asnois		27	58	582	58016
3036558	Asnois	asnois	FR	58190	163	Europe/Paris	46.11201	0.41186				75	86	862	86012
3036560	Asnières-sur-Vègre	asnieres-sur-vegre	FR	72430	391	Europe/Paris	47.88828	-0.23418		Asnieres,Asnieres-sur-Vegre,Asnières,Asnières-sur-Vègre		52	72	721	72010
3036561	Asnières-sur-Saône	asnieres-sur-saone	FR	01570	90	Europe/Paris	46.38417	4.88368		Asnieres,Asnieres-sur-Saone,Asnières,Asnières-sur-Saône		84	01	012	01023
3036562	Asnières-sur-Oise	asnieres-sur-oise	FR	95270	2631	Europe/Paris	49.13369	2.35551		An'er-sjur-Uaz,Anijer sir Oaz,Asnieres,Asnieres-sur-Oise,Asnières,Asnières-sur-Oise,wa ci he pan a nie er,Анијер сир Оаз,Аньер-сюр-Уаз,Аньєр-сюр-Уаз,瓦兹河畔阿涅尔		11	95	952	95026
3036563	Asnières-sur-Nouère	asnieres-sur-nouere	FR	16290	1052	Europe/Paris	45.71075	0.04729		An'er-sjur-Nuehr,An'er-sjur-Nuer,Anijer sir Nuer,Asnieres,Asnieres-sur-Nouere,Asnières,Asnières-sur-Nouère,nu ai er he pan a si ni ai,Анијер сир Нуер,Аньер-сюр-Нуэр,Аньєр-сюр-Нуер,努埃尔河畔阿斯尼埃		75	16	161	16019
3036564	Asnières-sur-Blour	asnieres-sur-blour	FR	86430	204	Europe/Paris	46.16406	0.79995		An'er-sjur-Blur,Anijer sir Blur,Asnieras,Asnieres,Asnieres-sur-Blour,Asnières,Asnières-sur-Blour,bu lu he pan a si ni ai,Анијер сир Блур,Аньєр-сюр-Блур,布卢河畔阿斯尼埃		75	86	862	86011
3036565	Asnières-sous-Bois	asnieres-sous-bois	FR	89660	139	Europe/Paris	47.48131	3.64738		Asnieres,Asnieres-sous-Bois,Asnières,Asnières-sous-Bois		27	89	892	89020
3036566	Asnières-lès-Dijon	asnieres-les-dijon	FR	21380	831	Europe/Paris	47.38333	5.03333		An'er-le-Dizhon,Anijer le Dizhon,Asinariae ad Divionem,Asnieres,Asnieres-les-Dijon,Asnières,Asnières-lès-Dijon,a si ni ai lai di rong,Анијер ле Дижон,Аньер-ле-Дижон,Аньєр-ле-Діжон,阿斯尼埃莱迪容		27	21	212	21027
3036567	Asnières-la-Giraud	asnieres-la-giraud	FR	17400	942	Europe/Paris	45.88991	-0.52155		Asnieres,Asnieres-la-Giraud,Asnières-la-Giraud		75	17	175	17022
3036568	Asnières-en-Poitou	asnieres-en-poitou	FR	79170	191	Europe/Paris	46.10331	-0.19854		Asnieres,Asnieres-en-Poitou,Asnières,Asnières-en-Poitou		75	79	792	79015
3036569	Asnières-en-Montagne	asnieres-en-montagne	FR	21500	195	Europe/Paris	47.71889	4.27549		An'er-an-Montan',Anijer an Montan,Asnieres,Asnieres-en-Montagne,Asnières,Asnières-en-Montagne,meng ta ni de qu a si ni ai,Анијер ан Монтањ,Аньер-ан-Монтань,Аньєр-ан-Монтань,蒙塔尼地区阿斯尼埃		27	21	213	21026
3036570	Asnières-en-Bessin	asnieres-en-bessin	FR	14710	59	Europe/Paris	49.36573	-0.93875		Asnieres,Asnieres-en-Bessin,Asnières,Asnières-en-Bessin		28	14	141	14023
3036766	Arrembécourt	arrembecourt	FR	10330	42	Europe/Paris	48.54309	4.59829				44	10	101	10010
3036571	Asnières	asnieres	FR	27260	218	Europe/Paris	49.19533	0.39779		Anijer,Asnieres,Asnijer,Asnières,Анијер,Аснијер		28	27	272	27021
3036572	Asnières-sur-Seine	asnieres-sur-seine	FR	92600	86742	Europe/Paris	48.91667	2.28333		An'er-sjur-Sen,Anier sjur Sen,Anijer na Seni,Asinariae,Asnieres,Asnieres sur Seine,Asnières,Asnières sur Seine,anieleuswileusen,anieru=shuru=senu,anyar swr syn,anyyr-swr-sn,aznyr swr sn,sai na he pan a nie lei,Аниер сюр Сен,Анијер на Сени,Аньер-сюр-Сен,Аньєр-сюр-Сен,أنيار سور سين,ازنیر سور سن,انییر-سور-سن,アニエール＝シュル＝セーヌ,塞纳河畔阿涅勒,아니에르쉬르센		11	92	922	92004
3036573	Asnières	asnieres	FR	27260	0	Europe/Paris	47.80281	3.07044				27	89	891	89073
3036574	Asnières	asnieres	FR	27260	0	Europe/Paris	47.12276	2.41115		Asnieres,Asnieres-les-Bourges,Asnieres-lès-Bourges,Asnières		24	18	181	18033
3036576	Asnelles	asnelles	FR	14960	599	Europe/Paris	49.33969	-0.58302		Anel,Anel',Asnelles,Asnelles-la-Belle-Plage,Asnelles-sur-Mer,a si nei lai,asnl,Анел,Анель,أسنل,阿斯内莱		28	14	141	14022
3036577	Asnans-Beauvoisin	asnans-beauvoisin	FR	39120	560	Europe/Paris	46.95	5.41667				27	39	391	39022
3036578	Asnan	asnan	FR	58420	146	Europe/Paris	47.3087	3.55428		Anan,Asnan,Asno,a si nan,asnan,Анан,Асно,آسنان,阿斯南		27	58	582	58015
3036579	Aslonnes	aslonnes	FR	86340	931	Europe/Paris	46.4	0.33333		Alon,Aslonn,Aslonnes,a si luo na,Алон,Аслонн,阿斯洛纳		75	86	863	86010
3036582	Asfeld	asfeld	FR	08190	983	Europe/Paris	49.46984	4.11743		Asfel'd,Asfeld,Asfeld-la-Ville,Ecry-le-Franc,Escry-le-Franc,a si fei er de,Асфелд,Асфельд,阿斯费尔德		44	08	082	08024
3036583	Ascros	ascros	FR	06260	155	Europe/Paris	43.92134	7.01277		Als Cros,Als Cròs,Ascros,Ascrotum,Askro,Aus Cros,Aus Cròs,a si ke luo,askrws,Аскро,أسكروس,阿斯克罗		93	06	062	06005
3036585	Ascoux	ascoux	FR	45300	843	Europe/Paris	48.12861	2.25415		Ascoux,Asku,a si ku,Аску,阿斯库		24	45	453	45010
3036586	Ascou	ascou	FR	09110	112	Europe/Paris	42.72142	1.86191		Ascou		76	09	091	09023
3036588	Asco	asco	FR	20276	131	Europe/Paris	42.45396	9.03376		Asco,Ascu,Asko,Аско		94	2B	2B3	2B023
3036590	Aschères-le-Marché	ascheres-le-marche	FR	45170	1166	Europe/Paris	48.11008	2.00725		Ascheres,Ascheres-le-Marche,Aschères,Aschères-le-Marché,Asher le Marshe,Assher-le-Marshe,a si xie lei lai ma er xie,Асшер-ле-Марше,Ашер ле Марше,阿斯谢雷莱马尔谢		24	45	453	45009
3036592	Aschbach	aschbach	FR	67250	0	Europe/Paris	48.93504	7.98232		Aschbach,Ashbak,Ashbakh,Ashbash,a si ke ba ke,astshbatsh,Àschbàch,Ашбак,Ашбах,Ашбаш,أستشباتش,阿斯克巴克		44	67	672	67012
3036595	Ascarat	ascarat	FR	64220	293	Europe/Paris	43.17025	-1.25556		Ascarat,Askara,Askarat,Azkarate,a si ka la,Аскара,Аскарат,阿斯卡拉		75	64	641	64066
3036596	Ascain	ascain	FR	64310	3365	Europe/Paris	43.34595	-1.62118		Ascain,Asken,Azkaine,a si kan,Аскен,阿斯坎		75	64	641	64065
3036597	Asasp-Arros	asasp-arros	FR	64660	518	Europe/Paris	43.11667	-0.61667		Asasp e Arros,Asasp e Arròs,Asasp-Arros,Asasp-Arròs,Azap Aro,Azas-Arros,a sa si a er luo,Азап Аро,Азас-Аррос,阿萨斯阿尔罗		75	64	642	64064
3036599	Arzviller	arzviller	FR	57405	538	Europe/Paris	48.71838	7.16515		Arzchviller,Arzchwiller,Arzviller,Arzwiller		44	57	575	57033
3036601	Arzon	arzon	FR	56640	2193	Europe/Paris	47.54943	-2.89588		Arzhon-Rewiz,Arzo,Arzon,a er zong,aruzon,Арзон,アルゾン,阿尔宗		53	56	563	56005
3036602	Arzon	arzon	FR	56640	0	Europe/Paris	45.23597	3.85556				84	43	432	43071
3036603	Arzillières-Neuville	arzillieres-neuville	FR	51290	0	Europe/Paris	48.65	4.58333		Arzijer Nevil,Arzijer-Nevil',a er qi li ai na wei er,Арзијер Невил,Арзійєр-Невіль,阿尔齐利埃纳维尔		44	51	514	51017
3036604	Arzens	arzens	FR	11290	1074	Europe/Paris	43.19947	2.20962		Arzan,Arzens,a er cang,Арзан,阿尔藏		76	11	111	11018
3036605	Arzenc-de-Randon	arzenc-de-randon	FR	48170	204	Europe/Paris	44.66212	3.6321		Arzenc,Arzenc-de-Randon		76	48	482	48008
3036606	Arzenc-d'Apcher	arzenc-d-apcher	FR	48310	0	Europe/Paris	44.85551	3.09825		Arzenc,Arzenc-d'Apcher		76	48	482	48007
3036607	Arzembouy	arzembouy	FR	58700	90	Europe/Paris	47.24543	3.36752		Arzambuj,Arzembouy,Arzonbui,Арзамбуј,Арзонбуи		27	58	584	58014
3036608	Arzay	arzay	FR	38260	186	Europe/Paris	45.42567	5.17173		Arzay		84	38	383	38479
3036609	Arzano	arzano	FR	29300	1398	Europe/Paris	47.90116	-3.4404		An Arzhanaou,Arzano		53	29	294	29002
3036610	Arzal	arzal	FR	56190	986	Europe/Paris	47.51662	-2.37665		Arzal,Arzhal		53	56	563	56004
3036611	Arzacq-Arraziguet	arzacq-arraziguet	FR	64410	997	Europe/Paris	43.53591	-0.41245		Arsac,Arsac e Arrasiguet,Arzacq,Arzacq-Arraziguet,Arzacq-Arraziquet,Arzak Arazig,Arzak-Arrazige,a er zha a er la qi gai,Арзак Аразиг,Арзак-Арразиге,Арзак-Арразіге,阿尔扎阿尔拉齐盖		75	64	643	64063
3036615	Arx	arx	FR	40310	62	Europe/Paris	44.10767	0.07538		Arx		75	40	402	40015
3036616	Arvillers	arvillers	FR	80910	662	Europe/Paris	49.74544	2.64641		Arvillers		32	80	803	80031
3036617	Arville	arville	FR	41170	132	Europe/Paris	48.18834	2.54968		Arvil,Arville,Арвил		11	77	774	77009
3036618	Arville	arville	FR	41170	111	Europe/Paris	48.06296	0.94814		Arvij,Arvil,Arville,Арвил,Арвиј		24	41	412	41248
3036619	Arvillard	arvillard	FR	73110	765	Europe/Paris	45.44256	6.11803		Arvijar,Arvillar,Arvillard,Arvillare,Арвијар,Арвіллар		84	73	732	73021
3036620	Arvigna	arvigna	FR	09100	164	Europe/Paris	43.06124	1.73562		Arvigna,Arvin'ja,Arvina,Arvinhan,a er wei ni ya,Арвинья,Арвиња,Арвінья,阿尔维尼亚		76	09	092	09022
3036621	Arvieux	arvieux	FR	05350	381	Europe/Paris	44.76721	6.73853		Arv'jo,Arve,Arvieus,Arvieux,Arvje,a er wei e,Арвьё,Арвє,Арвје,阿尔维厄		93	05	051	05007
3036622	Arvieu	arvieu	FR	12120	933	Europe/Paris	44.19089	2.66152		Arv'jo,Arve,Arvieu,Arviu,Arvje,a er wei e,Арвьё,Арвє,Арвје,阿尔维厄		76	12	121	12011
3036625	Arveyres	arveyres	FR	33500	1793	Europe/Paris	44.88399	-0.284		Arveyres		75	33	335	33015
3036628	Arvert	arvert	FR	17530	3112	Europe/Paris	45.7406	-1.12793		Arve,Arver,Arvert,a er wei er,Арве,Арвер,Արվե,阿尔韦尔		75	17	172	17021
3036632	Arue	arue	FR	40120	307	Europe/Paris	44.06317	-0.35362				75	40	402	40014
3036633	Arudy	arudy	FR	64260	2417	Europe/Paris	43.1064	-0.43333		Aridi,Arjudi,Arudi,Arudy,a lu di,Ариди,Арюди,Арюді,阿吕迪		75	64	642	64062
3036634	Artzenheim	artzenheim	FR	68320	648	Europe/Paris	48.11603	7.54117				44	68	682	68009
3036637	Art-sur-Meurthe	art-sur-meurthe	FR	54510	1660	Europe/Paris	48.6575	6.26708		Art,Art-sur-Meurthe		44	54	543	54025
3036638	Artres	artres	FR	59269	1092	Europe/Paris	50.29482	3.54013		Artres		32	59	596	59019
3036640	Artonne	artonne	FR	63460	807	Europe/Paris	46.00328	3.14399		Arton,Artonne,Артон		84	63	634	63012
3036641	Artonges	artonges	FR	02330	148	Europe/Paris	48.92929	3.55357		Artonges		32	02	021	02458
3036643	Artolsheim	artolsheim	FR	67390	776	Europe/Paris	48.20786	7.57267		Artelse,Artol'sajm,Artolsheim,Artolshem,Artolskhajm,a er tuo er sang,artlshaym,artwlshym,Àrtelse,Артолсхајм,Артолшем,Артольсайм,آرتلسهایم,أرتولشيم,阿尔托尔桑		44	67	675	67011
3036645	Artix	artix	FR	09120	0	Europe/Paris	44.59214	1.62204				76	46	463	46303
3036646	Artix	artix	FR	09120	3356	Europe/Paris	43.39667	-0.57256		Arti,Artics,Artiks,Artix,a er di,Арти,Артикс,Артікс,阿尔蒂		75	64	643	64061
3036647	Artix	artix	FR	09120	96	Europe/Paris	43.06848	1.56378		Artix		76	09	091	09021
3036651	Artins	artins	FR	41800	285	Europe/Paris	47.74567	0.73941		Artan,Arten,Artins,Артан,Артен		24	41	412	41004
3036655	Artigues-près-Bordeaux	artigues-pres-bordeaux	FR	33370	6582	Europe/Paris	44.85887	-0.49718		Artig pre Bordo,Artig-pre-Bordo,Artigas de Bordeu,Artigas de Bordèu,Artigues,Artigues-pres-Bordeaux,Artigues-près-Bordeaux,Artisii,a er di gai pu lei bo er duo,Артиг пре Бордо,Артиг-пре-Бордо,Артіг-пре-Бордо,阿尔蒂盖普雷博尔多		75	33	332	33013
3036657	Artigues	artigues	FR	09460	207	Europe/Paris	43.59328	5.81106		Artigues		93	83	833	83006
3036658	Artigues	artigues	FR	09460	0	Europe/Paris	43.07479	0.00257		Artigues		76	65	651	65038
3036659	Artigues	artigues	FR	09460	0	Europe/Paris	42.93051	0.20524		Artigue,Artigues,Lartigue		76	65	652	65123
3036660	Artigues	artigues	FR	09460	88	Europe/Paris	42.80367	2.21253		Artigues		76	11	112	11017
3036661	Artigues	artigues	FR	09460	0	Europe/Paris	42.71786	2.06947		Artigues		76	09	091	09020
3036662	Artiguemy	artiguemy	FR	65130	73	Europe/Paris	43.12682	0.24621		Artiguemy		76	65	652	65037
3036663	Artiguelouve	artiguelouve	FR	64230	1346	Europe/Paris	43.31754	-0.47557		Artigaloba,Artigluv,Artiguelouve,a er di gai lu fu,Артиглув,Артіглув,阿尔蒂盖卢夫		75	64	643	64060
3036664	Artigueloutan	artigueloutan	FR	64420	775	Europe/Paris	43.27483	-0.24618		Artigalotan,Artiglutan,Artigluton,Artigueloutan,a er di gai lu tang,Артиглутан,Артиглутон,Артіглутан,阿尔蒂盖卢唐		75	64	643	64059
3036669	Artigue	artigue	FR	31110	0	Europe/Paris	42.83245	0.6194		Artigue,Artigues		76	31	312	31019
3036670	Artignosc-sur-Verdon	artignosc-sur-verdon	FR	83630	241	Europe/Paris	43.70407	6.09003		Artignosc,Artignosc-sur-Verdon,Artin'osk-sjur-Verdon,Artinhosc,Artinhòsc,Artinok sir Verdon,fu er dong he pan a er di ni ao si,Артиньоск-сюр-Вердон,Артињок сир Вердон,Артіньоск-сюр-Вердон,弗尔东河畔阿尔蒂尼奥斯		93	83	833	83005
3036674	Artigat	artigat	FR	09130	526	Europe/Paris	43.13611	1.44019		Artigat		76	09	093	09019
3036677	Arthun	arthun	FR	42130	475	Europe/Paris	45.7733	4.03318		Arthun		84	42	421	42009
3036678	Arthonnay	arthonnay	FR	89740	189	Europe/Paris	47.93264	4.22982		Arthonnay		27	89	892	89019
3036679	Arthon-en-Retz	arthon-en-retz	FR	44320	2888	Europe/Paris	47.11655	-1.9392		Arthon,Arthon-en-Retz,Arton an Rec,Arton-an-Re,Arzhon-Raez,aruton=an=re,lei te de qu a er tong,Артон ан Рец,Артон-ан-Ре,アルトン＝アン＝レ,雷特地区阿尔通		52	44	443	44005
3036680	Arthon	arthon	FR	36330	1002	Europe/Paris	46.69361	1.69857		Arthon,Arton,a er tong,Артон,阿尔通		24	36	362	36009
3036682	Arthies	arthies	FR	95420	285	Europe/Paris	49.09473	1.78968		Arthies,Arti,a er di ye,Арти,Арті,阿尔蒂耶		11	95	953	95024
3036683	Arthezé	artheze	FR	72270	325	Europe/Paris	47.78789	-0.12022		Arteze,Artheze,Arthezé,Артезе		52	72	721	72009
3036684	Arthez-de-Béarn	arthez-de-bearn	FR	64370	1599	Europe/Paris	43.46455	-0.61535		Artes,Artes de Biarn,Artes-de-Bearn,Artez de Bearn,Artez-de-Bearn,Arthez,Arthez-de-Bearn,Arthez-de-Béarn,Artés,Artés de Biarn,a er tai de bei a er en,Артез де Беарн,Артез-де-Беарн,Артес-де-Беарн,阿尔泰德贝阿尔恩		75	64	643	64057
3036685	Arthez-d'Asson	arthez-d-asson	FR	64800	543	Europe/Paris	43.08911	-0.25275		Arthez,Arthez-d'Asson		75	64	643	64058
3036686	Arthez-d'Armagnac	arthez-d-armagnac	FR	40190	0	Europe/Paris	43.89528	-0.25888		Arthez,Arthez-d'Armagnac		75	40	402	40013
3036687	Arthès	arthes	FR	81160	2301	Europe/Paris	43.95592	2.20796		Arthes,Arthès		76	81	811	81018
3036688	Arthenas	arthenas	FR	39270	148	Europe/Paris	46.58476	5.52865		Arthenas		27	39	392	39021
3036689	Arthenac	arthenac	FR	17520	333	Europe/Paris	45.51515	-0.31467		Arthenac		75	17	171	17020
3036690	Arthémonay	arthemonay	FR	26260	397	Europe/Paris	45.14237	5.05495		Arthemonay,Arthémonay		84	26	263	26014
3036692	Arthel	arthel	FR	58700	70	Europe/Paris	47.24513	3.40496		Artel,Artel',Arthel,a er tai,Артел,Артель,阿尔泰		27	58	584	58013
3036693	Arthaz-Pont-Notre-Dame	arthaz-pont-notre-dame	FR	74380	1294	Europe/Paris	46.15941	6.26598		Arta-Pon-Notr-Dam,Artaz Pon Notre Dam,Arthaz,Арта-Пон-Нотр-Дам,Артаз Пон Нотре Дам		84	74	743	74021
3036694	Artenay	artenay	FR	45410	1855	Europe/Paris	48.08246	1.88098		Artenay,Artene,Artne,a er te nai,Артене,Артне,阿尔特奈		24	45	452	45008
3036696	Artemps	artemps	FR	02480	342	Europe/Paris	49.7645	3.19098		Artemps		32	02	023	02025
3036697	Artemare	artemare	FR	01510	1081	Europe/Paris	45.87441	5.69366		Artemar,Artemare,Artmar,a er te ma er,aleuteumaleu,artmar,artymyr,Артемар,Артмар,Արտեմար,آرتمار,أرتيمير,阿尔特马尔,아르트마르		84	01	011	01022
3036699	Artassenx	artassenx	FR	40090	267	Europe/Paris	43.84275	-0.3994		Artassenx		75	40	402	40012
3036700	Artas	artas	FR	38440	1446	Europe/Paris	45.53717	5.16352		Artas		84	38	383	38015
3036701	Artannes-sur-Thouet	artannes-sur-thouet	FR	49260	421	Europe/Paris	47.20371	-0.09192		Artan sir Tue,Artann-sjur-Tue,Artannes,tu ai he pan a er ta nei,Артан сир Туе,Артанн-сюр-Туе,图埃河畔阿尔塔内		52	49	493	49011
3036761	Arrentières	arrentieres	FR	10200	240	Europe/Paris	48.26267	4.74316		Arantjer,Arrant'er,Arrentieres,Arrentières,a er lang di ai,Арантјер,Аррантьер,Аррантьєр,阿尔朗蒂埃		44	10	101	10011
3037218	Archamps	archamps	FR	74160	1368	Europe/Paris	46.13195	6.12551		Archamps		84	74	743	74016
3036702	Artannes-sur-Indre	artannes-sur-indre	FR	37260	2283	Europe/Paris	47.27451	0.60036		Artan sir Endr,Artann-sjur-Endr,Artannes,Artannes-sur-Indre,an de er he pan a er ta nei,Артан сир Ендр,Артанн-сюр-Ендр,安德尔河畔阿尔塔内		24	37	372	37006
3036705	Artaix	artaix	FR	71110	337	Europe/Paris	46.24597	4.01082		Artaix		27	71	713	71012
3036706	Artaise-le-Vivier	artaise-le-vivier	FR	08390	56	Europe/Paris	49.57799	4.89395		Artaise,Artaise-le-Vivier		44	08	083	08023
3036707	Artagnan	artagnan	FR	65500	455	Europe/Paris	43.40269	0.0756		Artagnan,Artagnon		76	65	653	65035
3036709	Arsy	arsy	FR	60190	969	Europe/Paris	49.40076	2.68993		Arsy		32	60	603	60024
3036710	Arsure-Arsurette	arsure-arsurette	FR	39250	89	Europe/Paris	46.72172	6.08205		Arsure,Arsure-Arsurette		27	39	392	39020
3036711	Ars-sur-Moselle	ars-sur-moselle	FR	57130	5116	Europe/Paris	49.07791	6.0742		Ar sir Mozel,Ars,Ars-sjur-Mozel',Ars-sur-Moselle,ar-swr-mwzl,mo sai er he pan a er,Ар сир Мозел,Арс-сюр-Мозель,آر-سور-موزل,莫塞尔河畔阿尔		44	57	579	57032
3036712	Ars-sur-Formans	ars-sur-formans	FR	01480	1209	Europe/Paris	45.99491	4.81986		Ar sir Forman,Ar syur Forman,Ar-sjur-Forman,Ars,Ars-sjur-Forman,Ars-sur-Formans,Arsa,aleuswileupoleumang,ar-swr-frman,ars-swr-fwrmans,fu er mang he pan a er si,Ар сир Форман,Ар-сюр-Форман,Арс-сюр-Форман,Ար սյուր Ֆորման,آر-سور-فرمان,أرس-سور-فورمانس,福尔芒河畔阿尔斯,아르쉬르포르망		84	01	012	01021
3036713	Arsonval	arsonval	FR	10200	329	Europe/Paris	48.26826	4.64914		Arsonval		44	10	101	10012
3036714	Ars-les-Favets	ars-les-favets	FR	63700	225	Europe/Paris	46.19366	2.75539		Ars,Ars-les-Favets		84	63	634	63011
3036715	Ars-Laquenexy	ars-laquenexy	FR	57530	773	Europe/Paris	49.09377	6.26989		Ar Lakneksi,Ars,Ars-Lakneksi,Ars-Laquenexy,a er la qu ai na ke xi,ars-laknksy,Ар Лакнекси,Арс-Лакнекси,Арс-Лакнексі,آرس-لاکنکسی,阿尔拉屈埃纳克西		44	57	579	57031
3036719	Ars-en-Ré	ars-en-re	FR	17590	1444	Europe/Paris	46.20799	-1.51595		Ars,Ars an Re,Ars-an-Re,Ars-en-Re,Ars-en-Ré,Il'de Re,Ile-Republicaine,Ile-Républicaine,La Concorde,lei de qu a er,Арс ан Ре,Арс-ан-Ре,Иль де Ре,Արս ան Ռե,雷地区阿尔		75	17	173	17019
3036720	Arsans	arsans	FR	70100	47	Europe/Paris	47.36575	5.62894		Arsans		27	70	702	70030
3036722	Arsague	arsague	FR	40330	303	Europe/Paris	43.58056	-0.79569		Arsagne,Arsague		75	40	401	40011
3036723	Arsac-en-Velay	arsac-en-velay	FR	43700	975	Europe/Paris	44.99073	3.94336		Arsac,Arsac-en-Velay,Arsak an Vele,Арсак ан Веле		84	43	432	43010
3036724	Arsac	arsac	FR	33460	3059	Europe/Paris	44.99725	-0.68892		Arsac		75	33	334	33012
3036726	Ars	ars	FR	16130	248	Europe/Paris	46.00443	2.07816		Ars		75	23	232	23007
3036727	Ars	ars	FR	16130	783	Europe/Paris	45.64312	-0.38264		Ars		75	16	162	16018
3036728	Ars	ars	FR	16130	0	Europe/Paris	45.60422	2.00683				75	19	193	19160
3036729	Arry	arry	FR	57680	166	Europe/Paris	50.27754	1.7208		Arry		32	80	801	80030
3036730	Arry	arry	FR	57680	418	Europe/Paris	48.99585	6.05826		Arry		44	57	579	57030
3036734	Arrout	arrout	FR	09800	66	Europe/Paris	42.94556	1.02861		Arrout		76	09	093	09018
3036735	Arrouède	arrouede	FR	32140	80	Europe/Paris	43.3596	0.58575		Arrouede,Arrouède		76	32	323	32010
3036736	Arrou	arrou	FR	28290	1830	Europe/Paris	48.09768	1.12851		Arrou,Arru,Aru,a er lu,Арру,Ару,阿尔鲁		24	28	282	28012
3036737	Arrosès	arroses	FR	64350	152	Europe/Paris	43.54145	-0.11179		Arroses,Arrosès,Arrosés		75	64	643	64056
3036739	Arros-de-Nay	arros-de-nay	FR	64800	792	Europe/Paris	43.19958	-0.28695		Aro de Ne,Arros,Arros de Nai,Arros-de-Nay,Arros-de-Ne,Arròs de Nai,a er luo de nai,Аро де Не,Аррос-де-Не,阿尔罗德奈		75	64	643	64054
3036741	Arronville	arronville	FR	95810	669	Europe/Paris	49.1801	2.1139		Aronvil,Arronvil',Arronville,a long wei er,Аронвил,Арронвиль,Арронвіль,阿龙维尔		11	95	953	95023
3036742	Arronnes	arronnes	FR	03250	336	Europe/Paris	46.05838	3.56875		Aron,Arona,Arron,Arronn,Arronnes,a er luo nei,Арон,Аррон,Арронн,阿尔罗内		84	03	033	03008
3036744	Arromanches-les-Bains	arromanches-les-bains	FR	14117	583	Europe/Paris	49.33823	-0.62479		Aromansh le Ben,Arremancia,Arromanches,Arromanches-les-Bains,Arromans,Arromansh-le-Ben,a er luo mang xie lai ban,Αρρομάνς,Ароманш ле Бен,Арроманш-ле-Бен,阿尔罗芒谢莱班		28	14	141	14021
3036745	Arrodets-ez-Angles	arrodets-ez-angles	FR	65100	83	Europe/Paris	43.075	0.0392		Arodet ez Angl,Arrode-e-Angl',Arrode-eh-Angl',Arrodet,Arrodeth,Arrodets,Arrodets-Lourdes,Arrodets-ez-Angles,Arrodèth,a er luo dai te ai ang ge lai,Ародет ез Англ,Арроде-е-Англь,Арроде-э-Англь,阿尔罗代特埃昂格莱		76	65	651	65033
3036746	Arrodets	arrodets	FR	65130	19	Europe/Paris	43.03057	0.28333		Arrodets,Arrodets-la-Barthe		76	65	652	65034
3036748	Arro	arro	FR	20151	54	Europe/Paris	42.09293	8.81219		Aro,Arro,Arru,Aru,Аро,Арро,Ару		94	2A	2A1	2A022
3036751	Arrigny	arrigny	FR	51290	265	Europe/Paris	48.62326	4.70816				44	51	514	51016
3036752	Arrigas	arrigas	FR	30770	0	Europe/Paris	43.98901	3.4808		Ariga,Arrigas,Arrigàs,a er li jia,Арига,Арригас,阿尔里加		76	30	303	30017
3036753	Arrien-en-Bethmale	arrien-en-bethmale	FR	09800	115	Europe/Paris	42.89664	1.04139		Arrien,Arrien-en-Bethmale		76	09	093	09017
3036754	Arrien	arrien	FR	64420	144	Europe/Paris	43.31029	-0.1557		Arijan,Arr'en,Arrian,Arrien,a er li an,Аријан,Арриан,Аррьен,Арріан,阿尔里安		75	64	643	64053
3036755	Arricau-Bordes	arricau-bordes	FR	64350	112	Europe/Paris	43.5	-0.13333		Ariku Bord,Arrica-Bordas,Arrica-Bòrdas,Arricau e Bordas,Arricau e Bòrdas,Arriko-Bord,a er li ke bo er dai,Арику Борд,Аррико-Борд,阿尔里科博尔代		75	64	643	64052
3036756	Arriance	arriance	FR	57580	236	Europe/Paris	49.01865	6.49649		Arriance		44	57	573	57029
3036757	Arreux	arreux	FR	08090	318	Europe/Paris	49.82643	4.65112		Are,Arreux,Aru,Аре,Ару		44	08	081	08022
3036759	Arrest	arrest	FR	80820	841	Europe/Paris	50.13076	1.61532		Arrest		32	80	801	80029
3036762	Arrentès-de-Corcieux	arrentes-de-corcieux	FR	88430	185	Europe/Paris	48.14361	6.86873		Arrentes,Arrentes-de-Corcieux,Arrentès,Arrentès-de-Corcieux,Libre-Forge		44	88	883	88014
3036764	Arrens-Marsous	arrens-marsous	FR	65400	744	Europe/Paris	42.95	-0.21667				76	65	651	65032
3036765	Arrènes	arrenes	FR	23210	253	Europe/Paris	46.07226	1.57036		Arrenes,Arrènes		75	23	232	23006
3036767	Arrelles	arrelles	FR	10340	76	Europe/Paris	48.04905	4.27567		Arel,Arrel',Arrelles,a er lei lai,Арел,Аррель,阿尔雷莱		44	10	103	10009
3036770	Arreau	arreau	FR	65240	866	Europe/Paris	42.90458	0.3604		Aro,Arreu,Arro,a er luo,Àrreu,Аро,Арро,阿尔罗		76	65	652	65031
3036773	Arre	arre	FR	30120	0	Europe/Paris	43.96659	3.51878		Arre		76	30	303	30016
3036774	Arrayou-Lahitte	arrayou-lahitte	FR	65100	95	Europe/Paris	43.09327	0.04025				76	65	651	65247
3036775	Arraye	arraye	FR	54760	339	Europe/Paris	48.83912	6.29066		Arraye,Arraye-et-Han		44	54	543	54024
3036776	Arraute-Charritte	arraute-charritte	FR	64120	349	Europe/Paris	43.39869	-1.10686		Aro Sharit,Arrauta-Sharrita,Arraute,Arraute-Charritte,Arrot-Sharrit,Arrot-Sharritt,Arrueta-Sarrikota,Arruta,Arruta-Sarrikota-Amikuze,a er luo te sha er li te,Аро Шарит,Аррот-Шаррит,Аррот-Шарритт,阿尔罗特沙尔里特		75	64	641	64051
3036780	Arrast-Larrebieu	arrast-larrebieu	FR	64130	103	Europe/Paris	43.29323	-0.85031		Ara Sen Larbje,ArraSaint-Larrebieu,Arrast,Arrast-Larreb'e,Arrast-Larreb'jo,Arrast-Larrebe,Arrast-Larrebieu,Arrast-Larrebiu,UErruestoi,UErruestoi-Larrabile,a er la si la er lei bi e,Ürrüstoi,Ürrüstoi-Larrabile,Ара Сен Ларбје,Арраст-Ларребье,Арраст-Ларребьё,Арраст-Ларребє,阿尔拉斯拉尔雷比厄		75	64	642	64050
3036781	Arras-sur-Rhône	arras-sur-rhone	FR	07370	466	Europe/Paris	45.14175	4.80724		Airas,Airàs,Aras sir Ron,Arras,Arras-sjur-Ron,Arras-sur-Rhone,Arras-sur-Rhône,luo ne he pan a er la,Арас сир Рон,Аррас-сюр-Рон,罗讷河畔阿尔拉		84	07	073	07015
3036782	Arras-en-Lavedan	arras-en-lavedan	FR	65400	516	Europe/Paris	42.992	-0.12697		Arras,Arras-en-Lavedan		76	65	651	65029
3036784	Arras	arras	FR	62000	47052	Europe/Paris	50.29301	2.78186		Aras,Arasas,Aro,Arras,Arrasa,Arràs,Arrás,Atrecht,Nemetacum,QRV,a la si,alaseu,ar,aras,arasu,xa ras,Арас,Аррас,אראס,آراس,أراس,ار,அராஸ்,อารัส,アラス,阿拉斯,아라스	62	32	62	621	62041
3036785	Arrans	arrans	FR	21500	67	Europe/Paris	47.69653	4.31913		Arrans		27	21	213	21025
3036786	Arrancy-sur-Crusne	arrancy-sur-crusne	FR	55230	328	Europe/Paris	49.41667	5.65		Aransi sir Krin,Arrancy,Arransi-sjur-Krjun,ke lu si en he pan a er lang xi,Аранси сир Крин,Арранси-сюр-Крюн,Аррансі-сюр-Крюн,克吕斯恩河畔阿尔朗西		44	55	553	55013
3036787	Arrancy	arrancy	FR	02860	50	Europe/Paris	49.4919	3.75476		Aransi,Arrancy,Arransi,a lang xi,Аранси,Арранси,Аррансі,Արանսի,阿朗西		32	02	022	02024
3036788	Arrancourt	arrancourt	FR	91690	139	Europe/Paris	48.34214	2.16152		Arankur,Arrancourt,Arrankur,Аранкур,Арранкур		11	91	911	91022
3036789	Arraincourt	arraincourt	FR	57380	117	Europe/Paris	48.97326	6.53345		Arraincourt		44	57	573	57027
3036791	Arradon	arradon	FR	56610	5206	Europe/Paris	47.62616	-2.82288		Aradon,Arradon,a er la dong,Арадон,Аррадон,阿尔拉东		53	56	563	56003
3036792	Arracourt	arracourt	FR	54370	239	Europe/Paris	48.72466	6.53575		Arracourt,Haraucourt		44	54	542	54023
3036794	Arquian	arquian	FR	58310	617	Europe/Paris	47.54201	2.9879		Argion,Arkijan,Arquian,Аргион,Аркијан		27	58	584	58012
3036795	Arquèves	arqueves	FR	80560	145	Europe/Paris	50.0734	2.46746		Arqueves,Arquèves		32	80	804	80028
3036796	Arquettes-en-Val	arquettes-en-val	FR	11220	94	Europe/Paris	43.1	2.5		Arket an Val,Arket-an-Val',Arkett-an-Val',Arquetas,wa de qu a er qu ai tai,Аркет ан Вал,Аркет-ан-Валь,Аркетт-ан-Валь,瓦地区阿尔屈埃泰		76	11	111	11016
3036797	Arques-la-Bataille	arques-la-bataille	FR	76880	2594	Europe/Paris	49.88122	1.12875		Ark la Bataj,Ark-la-Bataj,Arques,Arques-la-Bataille,Арк ла Батај,Арк-ла-Батай		28	76	761	76026
3036800	Arques	arques	FR	11190	9551	Europe/Paris	50.73375	2.30237		Arques		32	62	625	62040
3036801	Arques	arques	FR	11190	131	Europe/Paris	44.31677	2.80014		Arcas,Ark,Arques,a er qu ai,Арк,阿尔屈埃		76	12	121	12010
3036802	Arques	arques	FR	11190	213	Europe/Paris	42.95263	2.37528		Arcas,Ark,Arques,a er qu ai,Арк,阿尔屈埃		76	11	112	11015
3036803	Arquenay	arquenay	FR	53170	533	Europe/Paris	47.98593	-0.57047		Arkene,Arkne,Arquenay,a er qu ai nai,Аркене,Аркне,阿尔屈埃奈		52	53	531	53009
3036809	Arphy	arphy	FR	30120	190	Europe/Paris	44.02845	3.59231		Arfi,Arphy,Sablono:TabelKapoLauCarta,Ŝablono:TabelKapoLaŭĈarta,Арфи		76	30	303	30015
3036810	Arpheuilles-Saint-Priest	arpheuilles-saint-priest	FR	03420	317	Europe/Paris	46.22476	2.67781		Arfej Sen Prijest,Arfej-Sen-Priest,Arfjoj-Sen-Priest,Arfuelha e Sant Prich,Arpheuilles,Arpheuilles-Saint-Priest,a er fu yi lai sheng pu li ye si,Арфей-Сен-Приест,Арфей-Сен-Прієст,Арфеј Сен Пријест,Арфёй-Сен-Приест,阿尔弗伊莱圣普里耶斯		84	03	031	03007
3036812	Arpheuilles	arpheuilles	FR	18200	257	Europe/Paris	46.90097	1.27724		Arpheuilles		24	36	362	36008
3036813	Arpheuilles	arpheuilles	FR	18200	348	Europe/Paris	46.78258	2.55987		Arpheuilles		24	18	182	18013
3036817	Arpenans	arpenans	FR	70200	194	Europe/Paris	47.61558	6.40419		Arpenan,Arpenans,Arpnan,Арпенан,Арпнан		27	70	701	70029
3036819	Arpavon	arpavon	FR	26110	64	Europe/Paris	44.37018	5.26735		Arpavon		84	26	262	26013
3036822	Arpajon-sur-Cère	arpajon-sur-cere	FR	15130	5744	Europe/Paris	44.90391	2.45664		Arpaionum super Ceram,Arpajon,Arpajon de Cera,Arpajon-sur-Cere,Arpajon-sur-Cère,Arpazhon sir Ser,Arpazhon-sjur-Ser,Lo Pajon dOrlhac,arupajon=shuru=seru,sai er he pan a er pa rong,Арпажон сир Сер,Арпажон-сюр-Сер,アルパジョン＝シュル＝セール,塞尔河畔阿尔帕容		84	15	151	15012
3036823	Arpajon	arpajon	FR	91290	9742	Europe/Paris	48.58875	2.24672		Arpaionum,Arpajon,Arpazhon,a er pa rong,Арпажон,阿尔帕容		11	91	913	91021
3036824	Arpaillargues-et-Aureillac	arpaillargues-et-aureillac	FR	30700	857	Europe/Paris	44.0006	4.37223		Arpaillargues,Arpaillargues-et-Aureillac		76	30	302	30014
3036825	Aroz	aroz	FR	70360	158	Europe/Paris	47.61154	6.00175		Aro,Aroz,Aruz,Аро,Ароз,Аруз		27	70	702	70028
3036828	Aroue-Ithorots-Olhaïby	aroue-ithorots-olhaiby	FR	64120	249	Europe/Paris	43.31667	-0.91667		Aru Itorot Olajbi,Aru-Itorots-Olaibi,Aruee-Ithorrotze-Olhaibi,Arüe-Ithorrotze-Olhaibi,a lu ai yi tuo luo te ao ye bi,Ару Иторот Олајби,Ару-Іторотс-Олаїбі,Ару-Иторотс-Олаиби,阿鲁埃伊托罗特奥耶比		75	64	641	64049
3036838	Aromas	aromas	FR	39240	508	Europe/Paris	46.29331	5.48053		Aromas		27	39	392	39018
3036840	Aroffe	aroffe	FR	88170	85	Europe/Paris	48.4	5.9		Arof,Aroff,Aroffe,a luo fu,Ароф,Арофф,阿罗夫		44	88	882	88013
3036842	Arnouville-lès-Mantes	arnouville-les-mantes	FR	78790	779	Europe/Paris	48.9101	1.73105		Arnouville,Arnuvil le Mant,Arnuvil'-le-Mant,Арнувил ле Мант,Арнувиль-ле-Мант,Арнувіль-ле-Мант		11	78	781	78020
3036843	Arnouville	arnouville	FR	95400	12783	Europe/Paris	48.98333	2.41667		Arnouville,Arnouville-les-Gonesse,Arnouville-lès-Gonesse,Arnuvil,Arnuvil',a nu wei er,Арнувил,Арнувиль,Арнувіль,阿努维尔		11	95	952	95019
3036844	Arnouville	arnouville	FR	95400	0	Europe/Paris	48.32105	1.94854				24	28	281	28183
3036847	Arnos	arnos	FR	64370	72	Europe/Paris	43.45739	-0.53284		Arno,Arnos,Arnós,a er nuo,Арно,Арнос,阿尔诺		75	64	643	64048
3036850	Arnières-sur-Iton	arnieres-sur-iton	FR	27180	1607	Europe/Paris	48.99678	1.10384		Armeres,Armères,Arnieres,Arnieres-sur-Iton,Arnières,Arnières-sur-Iton		28	27	273	27020
3036851	Arnicourt	arnicourt	FR	08300	138	Europe/Paris	49.55495	4.34844		Arnicourt		44	08	082	08021
3036856	Arnèke	arneke	FR	59285	1517	Europe/Paris	50.83219	2.40943		Arneke,Arnèke		32	59	594	59018
3036857	Arnéguy	arneguy	FR	64220	303	Europe/Paris	43.1086	-1.28181		Arnegi,Arnegjui,Arneguy,Arnéguy,a er nei ji,Арнеги,Арнегюи,Арнегюї,阿尔内吉		75	64	641	64047
3036859	Arné	arne	FR	65670	192	Europe/Paris	43.18607	0.50519		Arne,Arné		76	65	652	65028
3036860	Arnay-sous-Vitteaux	arnay-sous-vitteaux	FR	21350	131	Europe/Paris	47.44563	4.49688		Arnay,Arnay-sous-Vitteaux		27	21	213	21024
3036861	Arnayon	arnayon	FR	26470	37	Europe/Paris	44.49755	5.31291		Arnayon		84	26	261	26012
3036862	Arnay-le-Duc	arnay-le-duc	FR	21230	1986	Europe/Paris	47.13202	4.48595		Arnay,Arnay-le-Duc,Arnay-sur-Arroux,Arne le Dik,Arne-le-Djuk,Arnetium,a er nai lai di ke,arny-l-dwk,Арне ле Дик,Арне-ле-Дюк,آرنی-ل-دوک,آرنے-ل-دوک,阿尔奈莱迪克		27	21	211	21023
3036863	Arnaville	arnaville	FR	54530	619	Europe/Paris	49.01133	6.03007		Arnavij,Arnavil,Arnaville,Арнавил,Арнавиј		44	54	544	54022
3036864	Arnave	arnave	FR	09400	212	Europe/Paris	42.85361	1.64771		Arnave		76	09	091	09016
3036866	Arnaud-Guilhem	arnaud-guilhem	FR	31360	188	Europe/Paris	43.14258	0.89705		Arnaud-Guilhem,Mont-Raisin		76	31	312	31018
3036870	Arnas	arnas	FR	69400	3332	Europe/Paris	46.02361	4.7083		Arna,Arnas,Арна		84	69	692	69013
3036872	Arnancourt	arnancourt	FR	52110	124	Europe/Paris	48.3523	4.92031		Arnancourt		44	52	523	52019
3036876	Arnage	arnage	FR	72230	5991	Europe/Paris	47.92619	0.18726		Arnage		52	72	723	72008
3036877	Arnac-sur-Dourdou	arnac-sur-dourdou	FR	12360	32	Europe/Paris	43.72653	2.93252		Arnac,Arnac de Dordon,Arnac-sur-Dourdou,Arnak sir Durdu,Arnak-sjur-Durdu,du er du he pan a er na ke,Арнак сир Дурду,Арнак-сюр-Дурду,杜尔杜河畔阿尔纳克		76	12	121	12009
3036878	Arnac-Pompadour	arnac-pompadour	FR	19230	1273	Europe/Paris	45.40975	1.36993		Arnac,Arnac e Pompador,Arnac-Pompadour,Arnac-la-Prairie,Arnak Pompadur,Arnak-Pompadur,a er na ke peng pa du,arunakku=ponpado~uru,Арнак Помпадур,Арнак-Помпадур,アルナック＝ポンパドゥール,阿尔纳克蓬帕杜		75	19	191	19011
3036879	Arnac-la-Poste	arnac-la-poste	FR	87160	1021	Europe/Paris	46.26609	1.37338		Arnac,Arnac la Poste,Arnac la Pòste,Arnac-la-Poste,Arnak la Post,Arnak-la-Post,a er na ke la bo si te,xar nak-la-pxst,Арнак ла Пост,Арнак-ла-Пост,อาร์นัก-ลา-ป็อสต์,阿尔纳克拉波斯特		75	87	871	87003
3036880	Arnac	arnac	FR	15150	181	Europe/Paris	45.059	2.234		Arnac		84	15	151	15011
3036881	Armoy	armoy	FR	74200	1049	Europe/Paris	46.35079	6.51703		Armoa,Armoj,Armoy,Армоа,Армој		84	74	744	74020
3036882	Armous-et-Cau	armous-et-cau	FR	32230	92	Europe/Paris	43.56241	0.17214		Armous,Armous-et-Cau		76	32	323	32009
3036892	Armix	armix	FR	01510	17	Europe/Paris	45.84952	5.5862		Armix		84	01	011	01019
3036893	Armissan	armissan	FR	11110	1309	Europe/Paris	43.18778	3.0966		Armican,Armisan,Armissan,Armiçan,a er mi sang,Армисан,Армиссан,Арміссан,阿尔米桑		76	11	113	11014
3036894	Armillac	armillac	FR	47800	146	Europe/Paris	44.55763	0.38607		Armillac		75	47	472	47014
3036897	Armes	armes	FR	58500	278	Europe/Paris	47.45908	3.54705		Arm,Arme,Armes,Арм,Арме		27	58	582	58011
3036898	Armentieux	armentieux	FR	32230	75	Europe/Paris	43.51265	0.09825		Armentieux		76	32	323	32008
3036900	Armentières-sur-Ourcq	armentieres-sur-ourcq	FR	02210	104	Europe/Paris	49.18345	3.38583		Armentieres,Armentieres-sur-Ourcq,Armentières,Armentières-sur-Ourcq		32	02	021	02023
3036901	Armentières-sur-Avre	armentieres-sur-avre	FR	27820	166	Europe/Paris	48.68404	0.81603		Armantijer sir Avr,Armantjer sir Avr,Armentieres,Armentieres-sur-Avre,Armentières,Armentières-sur-Avre,Армантијер сир Авр,Армантјер сир Авр		28	27	272	27019
3036902	Armentières-en-Brie	armentieres-en-brie	FR	77440	1321	Europe/Paris	48.97775	3.02073		Armentieres,Armentieres-en-Brie,Armentières,Armentières-en-Brie		11	77	771	77008
3036903	Armentières	armentieres	FR	59280	26646	Europe/Paris	50.68568	2.88214		Armant'er,Armantier,Armantjer,Armantjeras,Armentieres,Armentiers,Armentières,Armintire,Armintîre,Armontijer,Ermentiers,a er mang di ye er,aleumangtieleu,armantyr,arumantieru,Αρμαντιέρ,Армантьер,Армантьєр,Армантјер,Армонтијер,ارمانتیر,アルマンティエール,阿尔芒蒂耶尔,아르망티에르		32	59	595	59017
3036904	Armenteule	armenteule	FR	65240	0	Europe/Paris	42.81651	0.41395		Armenteule		76	65	652	65282
3036906	Armendarits	armendarits	FR	64640	383	Europe/Paris	43.30144	-1.17311		Armandari,Armandarits,Armendarits,Armendaritze,a er mang da li te,Армандари,Армандаритс,Արմենդարից,阿尔芒达里特		75	64	641	64046
3036913	Armbouts-Cappel	armbouts-cappel	FR	59380	2762	Europe/Paris	50.97682	2.35352		Armbouts-Cappel		32	59	594	59016
3036914	Armaucourt	armaucourt	FR	54760	242	Europe/Paris	48.81565	6.30377		Armaucourt		44	54	543	54021
3036915	Armancourt	armancourt	FR	60880	21	Europe/Paris	49.67775	2.71146		Armancourt		32	80	803	80027
3036916	Armancourt	armancourt	FR	60880	561	Europe/Paris	49.37293	2.76578		Armancourt		32	60	603	60023
3036925	Armaillé	armaille	FR	49420	296	Europe/Paris	47.71444	-1.12846		Armaille,Armaillé,Armaje,Armee,a er mai lai,Армаје,Армеє,阿尔迈莱		52	49	494	49010
3036929	Arlos	arlos	FR	31440	103	Europe/Paris	42.89162	0.70265		Arlos		76	31	312	31017
3036931	Arleux-en-Gohelle	arleux-en-gohelle	FR	62580	730	Europe/Paris	50.36321	2.87207		Arleux,Arleux-en-Gohelle		32	62	621	62039
3036932	Arleux	arleux	FR	59151	2637	Europe/Paris	50.28037	3.10448		Arle,Arleux,Arleux-du-Nord,Arljo,Арле,Арлё		32	59	593	59015
3036933	Arleuf	arleuf	FR	58430	801	Europe/Paris	47.04417	4.02273		Arlef,Arleuf,arlf,Арлеуф,Арлеф,آرلف		27	58	581	58010
3036934	Arlet	arlet	FR	43380	21	Europe/Paris	45.11621	3.4192		Aclet,Arle,Arlet,a er lai,Арле,阿尔莱		84	43	431	43009
3036935	Arles	arles	FR	13104	3028	Europe/Paris	42.45654	2.63457		Arl',Arles,Arles-sur-Tech,Арль		76	66	661	66009
3036938	Arles	arles	FR	13104	53431	Europe/Paris	43.67681	4.63031		Arelate,Arl,Arl',Arla,Arle,Arles,Arles-Trinquetaille,Arles-sur-Rhone,Arles-sur-Rhône,Arlet,Arlis,Arlés,a er lei,aleul,arl,arli,aruru,Αρλ,Арл,Арль,Առլ,ארל,آرل,ارل,არლი,アルル,阿爾勒,아를	132	93	13	132	13004
3036940	Arlempdes	arlempdes	FR	43490	122	Europe/Paris	44.86526	3.92303		Arlamd,Arland,Arlanda,Arlempdes,a er lang pu dai,arurando,Арламд,Арланд,ارلمپڈس,アルランド,阿尔朗普代		84	43	432	43008
3036941	Arlebosc	arlebosc	FR	07410	340	Europe/Paris	45.03627	4.65141		Arlabosc,Arlbok,Arlebosc,Arlebose,Arlebosk,a er lei bo si ke,Арлбок,Арлебоск,阿尔勒博斯克		84	07	073	07014
3036942	Arlay	arlay	FR	39140	744	Europe/Paris	46.76107	5.52988		Arlay,Arle,a er lai,Арле,阿尔莱		27	39	392	39017
3036946	Arlanc	arlanc	FR	63220	1895	Europe/Paris	45.41389	3.72528		Arlan,Arlanc,Arlank,Arlantium,Arlon,a er lang,aruran,Арлан,Арланк,Арлон,アルラン,阿尔朗		84	63	631	63010
3036947	Arjuzanx	arjuzanx	FR	40110	238	Europe/Paris	44.01405	-0.8553				75	40	402	40197
3036955	Arith	arith	FR	73340	366	Europe/Paris	45.71498	6.08744		Arith		84	73	732	73020
3036957	Arinthod	arinthod	FR	39240	1273	Europe/Paris	46.39339	5.56616		Arinthod		27	39	392	39016
3036959	Arignac	arignac	FR	09400	616	Europe/Paris	42.87081	1.59997		Arignac		76	09	091	09015
3036960	Arifat	arifat	FR	81360	168	Europe/Paris	43.77228	2.32991		Arifat		76	81	812	81017
3036962	Aries-Espénan	aries-espenan	FR	65230	67	Europe/Paris	43.27636	0.53049		Aries,Aries-Espenan,Aries-Espénan		76	65	653	65026
3036969	Arhansus	arhansus	FR	64120	87	Europe/Paris	43.25758	-1.03554		Aransi,Aransjus,Arhansus,Arhantsusi,a lang xu,Аранси,Арансюс,阿朗叙		75	64	641	64045
3036970	Argy	argy	FR	36500	620	Europe/Paris	46.94083	1.43823		Argy,Arzhi,a er ji,Аржи,Аржі,阿尔吉		24	36	362	36007
3036972	Argut-Dessous	argut-dessous	FR	31440	38	Europe/Paris	42.889	0.71779		Argut,Argut-Dessous		76	31	312	31015
3036977	Arguenos	arguenos	FR	31160	63	Europe/Paris	42.97071	0.72409		Arguenos		76	31	312	31014
3036981	Arguel	arguel	FR	25720	35	Europe/Paris	49.86862	1.79841		Arguel		32	80	802	80026
3036982	Arguel	arguel	FR	25720	233	Europe/Paris	47.19745	6.00149		Arguel		27	25	251	25245
3036983	Argueil	argueil	FR	76780	374	Europe/Paris	49.54172	1.51451		Argej,Argoj,Argueil,Аргеј,Аргој		28	76	761	76025
3036984	Argoules	argoules	FR	80120	343	Europe/Paris	50.34214	1.83388		Argoules		32	80	801	80025
3036985	Argouges	argouges	FR	50240	553	Europe/Paris	48.50227	-1.39682		Argouges		28	50	501	50487
3036987	Argonay	argonay	FR	74370	0	Europe/Paris	45.94482	6.14436		Argone,Argonna,Аргоне		84	74	741	74019
3036991	Argol	argol	FR	29560	842	Europe/Paris	48.24562	-4.3162		Argol		53	29	292	29001
3036992	Argoeuves	argoeuves	FR	80470	564	Europe/Paris	49.9299	2.22782		Argœuves		32	80	802	80024
3037064	Argelos	argelos	FR	40700	0	Europe/Paris	43.58262	-0.6295		Argelos		75	40	401	40007
3036994	Argiusta-Moriccio	argiusta-moriccio	FR	20140	79	Europe/Paris	41.81565	9.02532		Ardzhusta-Morichcho,Arghjusta e Muricciu,Arghjusta è Muricciu,Argiusta-Moriccio,Arzhista Moriksio,Арджуста-Мориччо,Аржиста Мориксио		94	2A	2A4	2A021
3036995	Argis	argis	FR	01230	435	Europe/Paris	45.93371	5.49052		Argis		84	01	011	01017
3036998	Argilly	argilly	FR	21700	434	Europe/Paris	47.06831	5.01146		Argilly,QZY		27	21	211	21022
3036999	Argilliers	argilliers	FR	30210	282	Europe/Paris	43.97957	4.49532		Argiliers,Argilliers,Arzhije,a er ji li ye er,Аржийе,Аржије,Аржійє,阿尔吉利耶尔		76	30	302	30013
3037000	Argillières	argillieres	FR	70600	67	Europe/Paris	47.66658	5.63639		Argillieres,Argillières		27	70	702	70027
3037002	Argiésans	argiesans	FR	90800	399	Europe/Paris	47.6045	6.82382		Argesians,Argiesans,Argiésans,Argésians		27	90	901	90004
3037008	Arget	arget	FR	64410	90	Europe/Paris	43.54312	-0.52842		Arget,Arzhe,Arzhet,a er re,Арже,Аржет,阿尔热		75	64	643	64044
3037009	Argers	argers	FR	51800	74	Europe/Paris	49.06826	4.85475		Argers		44	51	511	51015
3037012	Argenvilliers	argenvilliers	FR	28480	369	Europe/Paris	48.26027	0.95776		Argenvillier,Argenvilliers,Arzhanvilije,Arzonvile,Аржанвилије,Аржонвиље		24	28	284	28010
3037013	Argenvières	argenvieres	FR	18140	413	Europe/Paris	47.13703	3.00594		Argenvieres,Argenvières,Arzhanvjer,Arzhonvijer,Аржанвјер,Аржонвијер		24	18	181	18012
3037015	Argent-sur-Sauldre	argent-sur-sauldre	FR	18410	2522	Europe/Paris	47.55847	2.4441		Argent,Argent-sur-Sauldre,Arzhan sir Soldr,Arzhan-sjur-Sodr,Arzhan-sjur-Sol'dr,suo er de er he pan a er rang,Аржан сир Солдр,Аржан-сюр-Содр,Аржан-сюр-Сольдр,索尔德尔河畔阿尔让		24	18	183	18011
3037016	Argentré-du-Plessis	argentre-du-plessis	FR	35370	4007	Europe/Paris	48.05697	-1.14601		Argantred-ar-Genkiz,Argantreg-ar-Genkiz,Argentre,Argentre-du-Plessis,Argentreium Plessiaci,Argentré,Argentré-du-Plessis,Arzhantre di Plesi,Arzhantre-dju-Plessi,a rang te lei-di pu lai xi,Аржантре ди Плеси,Аржантре-дю-Плесси,Аржантре-дю-Плессі,阿让特雷-迪普莱西		53	35	351	35006
3037017	Argentré	argentre	FR	53210	2462	Europe/Paris	48.08435	-0.64106		Argentre,Argentré		52	53	532	53007
3037018	Argenton-sur-Creuse	argenton-sur-creuse	FR	36200	5335	Europe/Paris	46.58997	1.51981		Argentomagus,Argenton,Argenton-sur-Creuse,Arzhanton sir Krez,Arzhanton-sjur-Krez,Arzhanton-sjur-Krjoz,ke lei si he pan a er rang tong,Аржантон сир Крез,Аржантон-сюр-Крез,Аржантон-сюр-Крёз,አርዠንቶን-ሱር-ክሮይዝ,克勒斯河畔阿尔让通		24	36	362	36006
3037019	Argenton-Notre-Dame	argenton-notre-dame	FR	53290	192	Europe/Paris	47.77994	-0.58895		Argenton,Argenton-Notre-Dame,Arzhanton Notre Dam,Arzhanton-Notr-Dam,a er rang tong nuo te er dang,Аржантон Нотре Дам,Аржантон-Нотр-Дам,阿尔让通诺特尔当		52	53	531	53029
3037316	Araules	araules	FR	43200	635	Europe/Paris	45.08981	4.17322		Araules		84	43	433	43007
3037020	Argenton-l'Église	argenton-l-eglise	FR	79290	0	Europe/Paris	47.0448	-0.26223		Argenton,Argenton-l'Eglise,Argenton-l'Église,Argenton-lEglise,Argenton-lÉglise,Argenton-l’Église		75	79	791	79014
3037021	Argenton-les-Vallées	argenton-les-vallees	FR	79150	1076	Europe/Paris	46.9852	-0.44988		Argenton,Argenton-Chateau,Argenton-Château,Argenton-le-Peuple,Argenton-les-Vallees,Argenton-les-Vallées,Argentonium,Arzhanton-le-Valle,Аржантон-ле-Валле		75	79	791	79013
3037024	Argenton	argenton	FR	47250	0	Europe/Paris	48.52125	-4.756		Argenton		53	29	291	29109
3037025	Argenton	argenton	FR	47250	263	Europe/Paris	44.38487	0.09423		Argenton		75	47	472	47013
3037026	Argenton	argenton	FR	47250	0	Europe/Paris	44.0218	6.68743				93	04	042	04090
3037031	Argentine	argentine	FR	73220	0	Europe/Paris	46.87615	-0.16019				75	79	791	79252
3037032	Argentine	argentine	FR	73220	831	Europe/Paris	45.49404	6.31286		Argentine		84	73	733	73019
3037033	Argentières	argentieres	FR	77390	361	Europe/Paris	48.65341	2.86757		Argentieres,Argentières,Arzhant'er,Arzhantjer,Аржантьер,Аржантьєр,Аржантјер		11	77	772	77007
3037034	Argentières	argentieres	FR	77390	0	Europe/Paris	46.40353	2.56191				84	03	031	03301
3037035	Argentières	argentieres	FR	77390	0	Europe/Paris	45.28701	3.82409				84	43	432	43023
3037043	Argenteuil-sur-Armançon	argenteuil-sur-armancon	FR	89160	263	Europe/Paris	47.75585	4.11		Argenteuil,Argenteuil-sur-Armancon,Argenteuil-sur-Armançon		27	89	892	89017
3037044	Argenteuil	argenteuil	FR	95100	101475	Europe/Paris	48.94788	2.24744		Argenteuil,Arzhantej,Arzhentoj,arujanto~uiyu,Аржантей,Аржантеј,Аржентој,アルジャントゥイユ	951	11	95	951	95018
3037045	Argentenay	argentenay	FR	89160	91	Europe/Paris	47.81503	4.112		Argentenay		27	89	892	89016
3037049	Argentat	argentat	FR	19400	3112	Europe/Paris	45.09325	1.93778		Argentat,Arzhanta,Arzhenta,a er rang ta,arujanta,Аржанта,Аржента,アルジャンタ,阿尔让塔		75	19	192	19010
3037051	Argentan	argentan	FR	61200	18230	Europe/Paris	48.74441	-0.02023		Argentan,Arzantan,Arzantana,Arzhantan,Aržantāna,a er rang tang,arujantan,Αρζαντάν,Аржантан,アルジャンタン,阿尔让唐	612	28	61	612	61006
3037059	Argences	argences	FR	14370	3405	Europe/Paris	49.12635	-0.16644		Argences,Arzhans,a er rang sai,Аржанс,阿尔让塞		28	14	142	14020
3037063	Argelouse	argelouse	FR	40430	61	Europe/Paris	44.36588	-0.64579		Argelouse		75	40	402	40008
3037065	Argelos	argelos	FR	40700	0	Europe/Paris	43.45156	-0.34788		Argelos,Argelòs,Arzhelo,Arzhelos,a er re luo,Аржело,Аржелос,阿尔热洛		75	64	643	64043
3037066	Argelliers	argelliers	FR	34380	783	Europe/Paris	43.69834	3.67298		Argelliers		76	34	342	34012
3037067	Argeliers	argeliers	FR	11120	1321	Europe/Paris	43.3118	2.91016		Argeliers,Argelièrs,Arzhel'e,Arzhelije,a er re li ye er,Аржелије,Аржелье,Аржельє,阿尔热利耶尔		76	11	113	11012
3037070	Argelès-Gazost	argeles-gazost	FR	65400	3516	Europe/Paris	43.00271	-0.09914		Argelers,Argelers de Gasost,Argeles,Argeles-Gazost,Argelèrs,Argelèrs de Gasòst,Argelès,Argelès-Gazost,Argilers,Argilèrs,Arzhele Gazo,Arzhele-Gazost,Arzheles-Gazost,a er re lai jia zuo si,arujuresu=gazosuto,Аржеле Газо,Аржеле-Газост,Аржелес-Газост,アルジュレス＝ガゾスト,阿尔热莱加佐斯	651	76	65	651	65025
3037071	Argelès-Bagnères	argeles-bagneres	FR	65200	146	Europe/Paris	43.08914	0.19767				76	65	652	65024
3037072	Argein	argein	FR	09800	157	Europe/Paris	42.93137	0.99242		Argein,Argenh,Arzhen,a er ran,Аржен,阿尔然		76	09	093	09014
3037075	Argancy	argancy	FR	57640	1130	Europe/Paris	49.19543	6.20157		Argancy,Argansi,a er gang xi,Арганси,Аргансі,阿尔冈西		44	57	579	57028
3037076	Argançon	argancon	FR	10140	113	Europe/Paris	48.25303	4.60428		Argancon,Arganson,Argançon,a er gang song,Аргансон,阿尔冈松		44	10	101	10008
3037077	Arganchy	arganchy	FR	14400	216	Europe/Paris	49.23587	-0.74158		Arganchy		28	14	141	14019
3037080	Argagnon	argagnon	FR	64300	766	Europe/Paris	43.45658	-0.68249		Argagnon,Argan'on,Arganhon,Arganon,a er jia ni weng,Арганьон,Аргањон,阿尔加尼翁		75	64	643	64042
3037081	Arfons	arfons	FR	81110	188	Europe/Paris	43.43003	2.16799		Arfons		76	81	812	81016
3037082	Arfeuilles	arfeuilles	FR	03120	719	Europe/Paris	46.15611	3.72758		Afoij,Arfej,Arfeuilles,Arfjoj,Arfuelha,a er fu yi lai,Арфей,Арфеј,Арфёй,Афоиј,阿尔弗伊莱		84	03	033	03006
3037083	Arfeuilles	arfeuilles	FR	03120	0	Europe/Paris	45.75583	2.65889				84	63	634	63289
3037084	Arfeuille-Châtain	arfeuille-chatain	FR	23700	168	Europe/Paris	46.06541	2.43692		Arfeuille-Chatain,Arfeuille-Châtain		75	23	231	23005
3037089	Arette	arette	FR	64570	1185	Europe/Paris	43.09529	-0.71711		Aret,Areta,Arett,Arette,Ereta,a lei te,Арет,Аретт,阿雷特		75	64	642	64040
3037091	Aressy	aressy	FR	64320	552	Europe/Paris	43.2765	-0.32425		Aresi,Aressi,Aressy,Arèssi,Ареси,Аресси,Арессі		75	64	643	64041
3037094	Aresches	aresches	FR	39110	55	Europe/Paris	46.90192	5.91074		Aresches		27	39	391	39586
3037095	Arès	ares	FR	33740	5081	Europe/Paris	44.76576	-1.13421		Are,Ares,Arès,Arés,Аре,Арес		75	33	336	33011
3037096	Arenthon	arenthon	FR	74800	1271	Europe/Paris	46.10697	6.33316		Arenthon		84	74	742	74018
3037098	Arengosse	arengosse	FR	40110	736	Europe/Paris	44.00442	-0.78844				75	40	402	40006
3037105	Aren	aren	FR	64400	193	Europe/Paris	43.26087	-0.68851		Aran,Aren,a lang,arn,Аран,آرن,阿朗		75	64	642	64039
3037107	Areines	areines	FR	41100	848	Europe/Paris	47.80284	1.09524		Areines,Aren,Арен		24	41	412	41003
3037108	Aregno	aregno	FR	20220	615	Europe/Paris	42.581	8.89421		Arano,Aregno,Aregnu,Aren'o,Areno,Арањо,Ареньо,Арењо		94	2B	2B5	2B020
3037113	Ardres	ardres	FR	62610	4240	Europe/Paris	50.85786	1.98168		Aarden,Arde,Ardr,Ardres,a de er,ardrys,Ардр,أردريس,阿德尔		32	62	626	62038
3037115	Ardouval	ardouval	FR	76680	169	Europe/Paris	49.74655	1.27488		Ardouval		28	76	761	76024
3037119	Ardon	ardon	FR	39300	920	Europe/Paris	47.77934	1.87419		Ardon		24	45	452	45006
3037120	Ardon	ardon	FR	39300	117	Europe/Paris	46.77403	5.88751		Ardon		27	39	392	39015
3037121	Ardoix	ardoix	FR	07290	817	Europe/Paris	45.18681	4.73633		Ardoa,Ardois,Ardoix,Ardua,Ardòis,a er du wa,Ардоа,Ардуа,阿尔杜瓦		84	07	073	07013
3037122	Ardizas	ardizas	FR	32430	125	Europe/Paris	43.71637	1.00147		Ardizas		76	32	322	32007
3037123	Ardin	ardin	FR	79160	1185	Europe/Paris	46.47417	-0.5577		Ardin		75	79	793	79012
3037125	Ardillières	ardillieres	FR	17290	777	Europe/Paris	46.05862	-0.89227		Ardijer,Ardillieres,Ardillières,Ardiyer,a er di li ai,Ардийер,Ардијер,Ардійєр,Արդիյեր,阿尔迪利埃		75	17	172	17018
3037126	Ardilleux	ardilleux	FR	79110	150	Europe/Paris	46.09721	-0.04436		Ardilleux		75	79	792	79140
3037128	Ardiège	ardiege	FR	31210	365	Europe/Paris	43.06922	0.64245		Ardiege,Ardiège		76	31	312	31013
3037131	Ardeuil-et-Montfauxelles	ardeuil-et-montfauxelles	FR	08400	77	Europe/Paris	49.26814	4.70782		Ardeuil,Ardeuil-et-Montfauxelles		44	08	084	08018
3037132	Ardes	ardes	FR	63420	589	Europe/Paris	45.40368	3.12645		Ard,Arde,Ardes,Ardes-sur-Couze,Ард,Арде		84	63	633	63009
3037133	Ardentes	ardentes	FR	36120	3356	Europe/Paris	46.74191	1.83428		Ardant,Ardentes,Ardentes-les-Bois,Ardon,a er dang tai,Ардант,Ардон,阿尔当泰		24	36	362	36005
3037139	Ardengost	ardengost	FR	65240	16	Europe/Paris	42.92518	0.40396		Ardengost		76	65	652	65023
3037140	Ardenay-sur-Mérize	ardenay-sur-merize	FR	72370	450	Europe/Paris	47.9959	0.42445		Ardenay,Ardenay-sur-Merize,Ardenay-sur-Mérize		52	72	722	72007
3037142	Ardenais	ardenais	FR	18170	0	Europe/Paris	46.82948	2.80271				24	18	182	18102
3037143	Ardenais	ardenais	FR	18170	0	Europe/Paris	46.65181	2.37		Ardenais		24	18	182	18010
3037144	Ardelu	ardelu	FR	28700	83	Europe/Paris	48.35427	1.91156		Ardelu		24	28	281	28009
3037145	Ardelles	ardelles	FR	28170	166	Europe/Paris	48.54529	1.17309		Ardelles		24	28	283	28008
3037151	Arcy-sur-Cure	arcy-sur-cure	FR	89270	473	Europe/Paris	47.6025	3.75559		Arcy,Arcy-sur-Cure		27	89	892	89015
3037152	Arcy-Sainte-Restitue	arcy-sainte-restitue	FR	02130	373	Europe/Paris	49.25238	3.46417		Arcy,Arcy-Sainte-Restitue,Arsi Sen Restiti,Arsi-Sent-Restitju,a er xi sheng lei si di di,arsy-snt-rstytw,Арси Сен Рестити,Арси-Сент-Реститю,Арсі-Сент-Рестітю,Արսի Սենտ Ռեսթիտյու,آرسی-سنت-رستیتو,阿尔西圣雷斯蒂蒂		32	02	024	02022
3037157	Arcueil	arcueil	FR	94110	17308	Europe/Paris	48.79993	2.33256		Arcueil,Arkej,aleukei,arukuiyu,ya jie,Аркей,Аркеј,アルクイユ,亚捷,아르케이		11	94	943	94003
3037158	Arc-sur-Tille	arc-sur-tille	FR	21560	2412	Europe/Paris	47.34349	5.18666		Arc,Arc-sur-Tille,Ark sir Til,Ark sjur Tij,Ark-sjur-Tij,ark-swr-ty,di er he pan a er ke,Арк сир Тил,Арк сюр Тий,Арк-сюр-Тий,Арк-сюр-Тій,آرک-سور-تی,蒂尔河畔阿尔克		27	21	212	21021
3037159	Arc-sous-Montenot	arc-sous-montenot	FR	25270	231	Europe/Paris	46.9124	6.00076		Arc,Arc-sous-Montenot		27	25	253	25026
3037160	Arc-sous-Cicon	arc-sous-cicon	FR	25520	556	Europe/Paris	47.05105	6.37985		Arc,Arc-sous-Cicon		27	25	253	25025
3037165	Arconville	arconville	FR	10200	153	Europe/Paris	48.16149	4.72386		Arconville,Arkonvil,Arkonvil',a er kong wei er,Арконвил,Арконвиль,Арконвіль,阿尔孔维尔		44	10	101	10007
3037166	Arconville	arconville	FR	10200	0	Europe/Paris	48.08727	2.37165				24	45	453	45022
3037167	Arconsat	arconsat	FR	63250	663	Europe/Paris	45.88889	3.71307		Arconsat		84	63	635	63008
3037168	Arçonnay	arconnay	FR	72610	2166	Europe/Paris	48.39716	0.08743		Arconnay,Arçonnay		52	72	722	72006
3037169	Arconcey	arconcey	FR	21320	176	Europe/Paris	47.21857	4.455		Arconcey,Arconsey,Arkonse,a er kong sai,arknsy,Арконсе,آرکنسی,阿尔孔塞		27	21	211	21020
3037172	Arçon	arcon	FR	25300	0	Europe/Paris	47.35487	5.28258				27	21	212	21060
3037173	Arçon	arcon	FR	25300	731	Europe/Paris	46.94882	6.37809		Arcon,Arçon		27	25	253	25024
3037174	Arcon	arcon	FR	25300	0	Europe/Paris	46.13127	3.10646				84	03	033	03311
3037175	Arcon	arcon	FR	25300	109	Europe/Paris	46.01035	3.88737		Arcon		84	42	422	42008
3037176	Arcomps	arcomps	FR	18200	289	Europe/Paris	46.67705	2.42429		Arcomps,Arkom,Arkomp,Arkon,a er kong pu,Арком,Аркомп,Аркон,阿尔孔普		24	18	182	18009
3037182	Arcizans-Dessus	arcizans-dessus	FR	65400	101	Europe/Paris	42.9835	-0.16033		Arcizans,Arcizans-Dessus		76	65	651	65022
3037183	Arcizans-Avant	arcizans-avant	FR	65400	311	Europe/Paris	42.9874	-0.10637		Arcizans,Arcizans-Avant		76	65	651	65021
3037184	Arcizac-ez-Angles	arcizac-ez-angles	FR	65100	199	Europe/Paris	43.09319	0.01077		Arcizac,Arcizac-ez-Angles		76	65	651	65020
3037185	Arcizac-Adour	arcizac-adour	FR	65360	496	Europe/Paris	43.15634	0.09934		Arcizac,Arcizac-Adour		76	65	653	65019
3037186	Arcis-sur-Aube	arcis-sur-aube	FR	10700	2948	Europe/Paris	48.53387	4.14085		Arcis,Arcis-sur-Aube,Arsi sir Ob,Arsi-sjur-Ob,Artiaca,ao bu he pan a er xi,Арси сир Об,Арси-сюр-Об,Арсі-сюр-Об,奥布河畔阿尔西		44	10	103	10006
3037189	Arcis-le-Ponsart	arcis-le-ponsart	FR	51170	263	Europe/Paris	49.23488	3.69536		Arcis,Arcis-le-Ponsart,Arsi le Ponsar,Arsi-le-Ponsar,a er xi lai peng sa er,Арси ле Понсар,Арсі-ле-Понсар,阿尔西莱蓬萨尔		44	51	513	51014
3037190	Arcins	arcins	FR	33460	326	Europe/Paris	45.07375	-0.72456		Arcins		75	33	334	33010
3037192	Arcinges	arcinges	FR	42460	136	Europe/Paris	46.13782	4.28249		Arcinges		84	42	422	42007
3037195	Archon	archon	FR	02360	85	Europe/Paris	49.73959	4.11769		Archon		32	02	025	02021
3037197	Archingeay	archingeay	FR	17380	560	Europe/Paris	45.93137	-0.70557		Archingeay		75	17	175	17017
3037199	Archigny	archigny	FR	86210	1054	Europe/Paris	46.67323	0.65218		Archigny,Archinniacum,Arshin'i,Arshini,a er xi ni,Аршиньї,Аршињи,阿尔希尼		75	86	861	86009
3037200	Archignat	archignat	FR	03380	348	Europe/Paris	46.37222	2.42426		Archignat,Archinhac,Archinhat,Arshin'ja,Arshina,a er xi ni ya,Аршинья,Аршиња,阿尔希尼亚		84	03	031	03005
3037201	Archignac	archignac	FR	24590	318	Europe/Paris	45.01098	1.31233		Archignac,Archinhac,Arshin'jak,Arshinak,a er xi ni ya ke,Аршиньяк,Аршињак,阿尔希尼亚克		75	24	244	24012
3037205	Archiac	archiac	FR	17520	817	Europe/Paris	45.52248	-0.30157		Archiac,Arsh'jak,Arshiak,Arshijak,Arsiak,a er xi a ke,Аршијак,Аршьяк,Аршіак,Արշիակ,阿尔希阿克		75	17	171	17016
3037206	Archettes	archettes	FR	88380	1046	Europe/Paris	48.1232	6.53723		Archettes,Arshet,Arshett,a er she te,Аршет,Аршетт,阿尔舍特		44	88	881	88012
3037209	Arches	arches	FR	15200	1815	Europe/Paris	48.11856	6.52806		Arches		44	88	881	88011
3037210	Arches	arches	FR	15200	183	Europe/Paris	45.30586	2.32763		Arches		84	15	152	15010
3037213	Archelange	archelange	FR	39290	223	Europe/Paris	47.14754	5.51477		Archelange		27	39	391	39014
3037220	Archail	archail	FR	04420	7	Europe/Paris	44.12143	6.33435		Archail,Archalh,Arshaj,a er xie,Аршай,Аршај,阿尔谢		93	04	043	04009
3037222	Arcey	arcey	FR	21410	40	Europe/Paris	47.27596	4.82702		Arcey		27	21	212	21018
3037224	Arc-et-Senans	arc-et-senans	FR	25610	1417	Europe/Paris	47.03127	5.77027		Arc,Arc-et-Senans,Ark e Senan,Ark-e-Senan,a er ke he se nan,Арк е Сенан,Арк-е-Сенан,阿尔克和瑟南		27	25	251	25021
3037225	Arces	arces	FR	17120	596	Europe/Paris	45.55414	-0.86072		Arces,Arces-sur-Gironde		75	17	174	17015
3037227	Arces-Dilo	arces-dilo	FR	89320	620	Europe/Paris	48.08333	3.6				27	89	893	89014
3037228	Arcens	arcens	FR	07310	482	Europe/Paris	44.90015	4.32843		Arcens,Arsan,a er sang,Арсан,阿尔桑		84	07	073	07012
3037229	Arc-en-Barrois	arc-en-barrois	FR	52210	873	Europe/Paris	47.94766	5.00807		Arc,Arc-en-Barrois,Ark an Baroa,Ark-an-Barrua,ba er lu wa de qu a er ke,Арк ан Бароа,Арк-ан-Барруа,巴尔鲁瓦地区阿尔克		44	52	521	52017
3037231	Arcenant	arcenant	FR	21700	469	Europe/Paris	47.13935	4.845		Arcenant		27	21	211	21017
3037237	Arceau	arceau	FR	21310	590	Europe/Paris	47.38489	5.19026		Arceau		27	21	212	21016
3037242	Arçay	arcay	FR	18340	433	Europe/Paris	46.96916	0.01368		Arcay,Arçay		75	86	861	86008
3037243	Arçay	arcay	FR	18340	429	Europe/Paris	46.94879	2.33994		Arcay,Arçay		24	18	181	18008
3037245	Arcangues	arcangues	FR	64200	2947	Europe/Paris	43.43684	-1.52138		Arcangos,Arcangues,Arcangós,Arkang,Arrangoitze,a er kang gai,Арканг,阿尔康盖		75	64	641	64038
3037247	Arcambal	arcambal	FR	46090	842	Europe/Paris	44.45662	1.51388		Arcambal		76	46	461	46007
3037249	Arçais	arcais	FR	79210	646	Europe/Paris	46.29694	-0.69158		Arcais,Arçais		75	79	792	79010
3037253	Arcachon	arcachon	FR	33120	12321	Europe/Paris	44.66126	-1.17255		Arcachon,Arcachón,Arcaishon,Arkashon,Arkasonas,Arkašonas,Commune-Franklin,XAC,a er ka xiong,arkashon,arkashwn,arukashon,Аркашон,آرکاشون,アルカション,阿尔卡雄	336	75	33	336	33009
3037263	Arc-lès-Gray	arc-les-gray	FR	70100	2986	Europe/Paris	47.45701	5.58547		Ark le Gre,Ark-le-Gre,Арк ле Гре,Арк-ле-Гре		27	70	702	70026
3037264	Arbusigny	arbusigny	FR	74930	843	Europe/Paris	46.09316	6.21859		Arbusigny		84	74	743	74015
3037265	Arbus	arbus	FR	64230	1107	Europe/Paris	43.33314	-0.50562		Arbi,Arbjus,Arbus,Arbús,a er bi,Арби,Арбюс,阿尔比		75	64	643	64037
3037267	Arbrissel	arbrissel	FR	35130	262	Europe/Paris	47.92663	-1.3047		Arbrisel,Arbrissel,Arbrissel',Arbrissellum,Ervrezhell,a er bei sai lei,Арбрисел,Арбриссель,阿尔贝赛勒		53	35	351	35005
3037271	Arboussols	arboussols	FR	66320	105	Europe/Paris	42.66407	2.48494		Arbocols,Arbossols,Arbossòls,Arboussols,Arboçols,Arbusol,Arbussol',Arbussols,a er bu suo er,Арбусол,Арбуссоль,阿尔布索尔		76	66	663	66007
3037273	Arbourse	arbourse	FR	58350	121	Europe/Paris	47.24867	3.22724		Arbourse,Arbur,Arburs,Арбур,Арбурс		27	58	584	58009
3037275	Arbouet-Sussaute	arbouet-sussaute	FR	64120	243	Europe/Paris	43.37026	-1.00127		Arboet-Sussauta,Arboti,Arboti-Zobota,Arboti-Zohota,Arbouet,Arbouet-Sussaute,Arbue Siso,Arbue-Sjussot,Arbueht-Sjusot,a er bu ai xu suo te,Арбуе Сисо,Арбуе-Сюссот,Арбуэт-Сюсот,阿尔布埃叙索特		75	64	641	64036
3037276	Arboucave	arboucave	FR	40320	211	Europe/Paris	43.61272	-0.435		Arboucave		75	40	402	40005
3037277	Arbouans	arbouans	FR	25400	1009	Europe/Paris	47.49944	6.79505		Arbouans		27	25	252	25020
3037278	Arbot	arbot	FR	52160	80	Europe/Paris	47.85	5.00986		Arbot		44	52	522	52016
3037279	Arbori	arbori	FR	20160	68	Europe/Paris	42.12832	8.79713		Arbori,Arburi,Арбори,Арборі		94	2A	2A1	2A019
3037280	Arboras	arboras	FR	34150	86	Europe/Paris	43.71086	3.48544		Arboras		76	34	342	34011
3037281	Arbonne-la-Forêt	arbonne-la-foret	FR	77630	1036	Europe/Paris	48.41405	2.56677		Arbon la Fore,Arbonn-la-Fore,Арбон ла Форе,Арбонн-ла-Форе		11	77	774	77006
3037282	Arbonne	arbonne	FR	64210	1479	Europe/Paris	43.4322	-1.55149		Arbon,Arbona,Arbonn,Arbonne,Constante,a er bang,Арбон,Арбонн,阿尔邦		75	64	641	64035
3037284	Arbon	arbon	FR	31160	87	Europe/Paris	43.00105	0.74602		Arbon		76	31	312	31012
3037287	Arbois	arbois	FR	39600	4007	Europe/Paris	46.90311	5.77454		Arboa,Arbois,Arbosia,Arbua,a er bu wa,arbwyys,Арбоа,Арбуа,اربوئیس,阿尔布瓦		27	39	391	39013
3037289	Arblade-le-Haut	arblade-le-haut	FR	32110	288	Europe/Paris	43.74683	-0.06216		Arblade,Arblade-le-Haut		76	32	322	32005
3037290	Arblade-le-Bas	arblade-le-bas	FR	32720	120	Europe/Paris	43.70703	-0.17766		Arblade,Arblade-le-Bas		76	32	323	32004
3037295	Arbis	arbis	FR	33760	268	Europe/Paris	44.67838	-0.24633		Arbi,Arbis,Arbís,a er bi,Арби,Арбис,Арбіс,阿尔比		75	33	333	33008
3037297	Arbin	arbin	FR	73800	779	Europe/Paris	45.51164	6.07089		Arbin		84	73	732	73018
3037298	Arbigny-sous-Varennes	arbigny-sous-varennes	FR	52500	97	Europe/Paris	47.85804	5.61422		Arbigny,Arbigny-sous-Varennes		44	52	522	52015
3037299	Arbigny	arbigny	FR	01190	370	Europe/Paris	46.47095	4.96328		Arbigny		84	01	012	01016
3037300	Arbignieu	arbignieu	FR	01300	469	Europe/Paris	45.72846	5.6496		Arbigieu,Arbignieu		84	01	011	01015
3037301	Arbérats-Sillègue	arberats-sillegue	FR	64120	290	Europe/Paris	43.34152	-0.99605		Arbera Sjeg,Arberas-Silego,Arberats,Arberats-Sieg,Arberats-Sijeg,Arberats-Sillegue,Arberats-Sillègue,Arberatze,Arberatze-Zilhekoa,Arberàs-Silego,Arbérats-Sillègue,a er bei la te xi lai gai,Арбера Сјег,Арбератс-Сиег,Арбератс-Сийег,Арбератс-Сієг,阿尔贝拉特西莱盖		75	64	641	64034
3037302	Arbéost	arbeost	FR	65560	115	Europe/Paris	42.99812	-0.28634		Arbeost,Arbiost,Arbéost,a er bei ao si,Арбеост,阿尔贝奥斯		76	65	651	65018
3037303	Arbent	arbent	FR	01100	3986	Europe/Paris	46.29221	5.6789		Arb,Arban,Arbent,a er bang,aleubang,arbynt,Арб,Арбан,Արբան,أربينت,阿尔邦,아르방		84	01	014	01014
3037305	Arbellara	arbellara	FR	20110	130	Europe/Paris	41.68163	8.9901		Arbelara,Arbellara,Arbiddali,Арбелара,Арбеллара		94	2A	2A4	2A018
3037306	Arbecey	arbecey	FR	70120	245	Europe/Paris	47.73913	5.92824		Arbecey		27	70	702	70025
3037310	Arbas	arbas	FR	31160	0	Europe/Paris	42.99579	0.90718		Arbas		76	31	312	31011
3037311	Arbanats	arbanats	FR	33640	895	Europe/Paris	44.67537	-0.39558		Arbana,Arbanats,a er ba na te,Арбана,Арбанатс,阿尔巴纳特		75	33	333	33007
3037315	Araux	araux	FR	64190	119	Europe/Paris	43.35227	-0.8077		Araus,Araux,Aro,a luo,Аро,阿罗		75	64	642	64033
3037317	Araujuzon	araujuzon	FR	64190	199	Europe/Paris	43.35983	-0.81851		Araujuzon,Arozhizon,Arozhjuzon,Arozhuzon,Lajuson,a luo rui zong,Арожизон,Арожузон,Арожюзон,阿罗瑞宗		75	64	642	64032
3037326	Arandon	arandon	FR	38510	440	Europe/Paris	45.71166	5.43219		Arandon		84	38	382	38297
3037327	Arandas	arandas	FR	01230	152	Europe/Paris	45.89577	5.48658		Arandas		84	01	011	01013
3037328	Arancou	arancou	FR	64270	91	Europe/Paris	43.44389	-1.05059		Arancon,Arancou,Aranku,Erango,a lang ku,Аранку,阿朗库		75	64	641	64031
3037330	Aranc	aranc	FR	01110	305	Europe/Paris	46.00328	5.50876		Arak,Aran,Aranc,Arang,Arank,a lang ke,alang,arank,Арак,Аран,Аранк,Արանկ,آرانک,أرانك,阿朗克,아랑		84	01	011	01012
3037331	Aramon	aramon	FR	30390	4101	Europe/Paris	43.89113	4.68058		Aramon		76	30	302	30012
3037332	Aramits	aramits	FR	64570	698	Europe/Paris	43.12114	-0.72742		Arami,Aramits,Aramitze,Aràmits,a la mi te,Арами,Арамитс,Арамітс,阿拉米特		75	64	642	64029
3037339	Aragon	aragon	FR	11600	489	Europe/Paris	43.29628	2.31437		Aragon,Argon,Арагон		76	11	111	11011
3037340	Aragnouet	aragnouet	FR	65170	270	Europe/Paris	42.78433	0.2091		Aragnouet,Aran'jueht,Aranhoet,Aranjue,Aranu,Aranyonet,a la niu ai,Араньюэт,Аранюе,Арању,阿拉纽埃		76	65	652	65017
3037345	Arâches-la-Frasse	araches-la-frasse	FR	74300	1879	Europe/Paris	46.04297	6.63145		Araches,Arachium,Arash,Arash-la-Frass,Arâches,Араш,Араш-ла-Фрасс		84	74	742	74014
3037347	Arabaux	arabaux	FR	09000	58	Europe/Paris	42.98479	1.64268		Arabaux		76	09	091	09013
3037352	Apt	apt	FR	84400	11609	Europe/Paris	43.87638	5.39635		Apt	841	93	84	841	84003
3037354	Aprey	aprey	FR	52250	191	Europe/Paris	47.76667	5.23333		Apre,Aprey,a pu lei,Апре,阿普雷		44	52	522	52014
3037355	Apremont-la-Forêt	apremont-la-foret	FR	55300	342	Europe/Paris	48.85413	5.64001		Apremont,Apremont-la-Foret,Apremont-la-Forêt		44	55	552	55012
3037360	Apremont	apremont	FR	01100	130	Europe/Paris	49.26886	4.9876		Apremont,Apremont-sur-Aire		44	08	084	08017
3037361	Apremont	apremont	FR	01100	861	Europe/Paris	49.22387	2.50804		Apremont		32	60	604	60022
3037362	Apremont	apremont	FR	01100	0	Europe/Paris	48.98154	1.61691				11	78	781	78484
3037363	Apremont	apremont	FR	01100	403	Europe/Paris	47.3938	5.54287		Apremont		27	70	702	70024
3037364	Apremont-sur-Allier	apremont-sur-allier	FR	18150	86	Europe/Paris	46.9	3.05		Apremon-sjur-Al'e,Aprmon sir Aje,a li ye he pan a pu lei meng,Апремон-сюр-Алье,Апремон-сюр-Альє,Апрмон сир Аје,阿利耶河畔阿普雷蒙		24	18	182	18007
3037365	Apremont	apremont	FR	01100	1199	Europe/Paris	46.75009	-1.74082		Apremont		52	85	852	85006
3037366	Apremont	apremont	FR	01100	944	Europe/Paris	45.5	5.95		Apremont		84	73	732	73017
3037367	Appy	appy	FR	09250	9	Europe/Paris	42.79035	1.73306		Appy		76	09	091	09012
3037368	Apprieu	apprieu	FR	38140	2854	Europe/Paris	45.39591	5.49993		Apprieu		84	38	382	38013
3037370	Appoigny	appoigny	FR	89380	3137	Europe/Paris	47.87467	3.52524		Apoani,Appoigny,Appuan'i,a pu wa ni,Апоањи,Аппуаньи,Аппуаньї,阿普瓦尼		27	89	891	89013
3037371	Appilly	appilly	FR	60400	524	Europe/Paris	49.58333	3.11667		Appilly		32	60	603	60021
3037372	Appietto	appietto	FR	20167	1218	Europe/Paris	42.01426	8.76855		Apieto,Apjeto,App'etto,Appetto,Appieto,Appietto,Appiettu,Апието,Аппьетто,Аппєтто,Апјето		94	2A	2A1	2A017
3037374	Appeville-Annebault	appeville-annebault	FR	27290	864	Europe/Paris	49.31031	0.6486		Appeville,Appeville-Annebault,Apvil Anbo,Apvil-Anbo,Апвил Анбо,Апвил-Анбо		28	27	272	27018
3037375	Appeville	appeville	FR	50500	228	Europe/Paris	49.32184	-1.3427		Appeville		28	50	503	50016
3037376	Appenwihr	appenwihr	FR	68280	466	Europe/Paris	48.02696	7.43963		Apenvir,Appenvir,Appenweiher,a pang wei,Апенвир,Аппенвир,Аппенвір,阿庞维		44	68	682	68008
3037377	Appenai-sous-Bellême	appenai-sous-belleme	FR	61130	225	Europe/Paris	48.34446	0.55796		Appenai,Appenai-sous-Belleme,Appenai-sous-Bellême		28	61	613	61005
3037379	Appelle	appelle	FR	81700	74	Europe/Paris	43.58164	1.95352		Appelle		76	81	812	81015
3037381	Apinac	apinac	FR	42550	313	Europe/Paris	45.38142	3.99644		Apinac,Apinak,a pi na ke,Апинак,Апінак,阿皮纳克		84	42	421	42006
3037383	Apchon	apchon	FR	15400	242	Europe/Paris	45.24919	2.69391		Apchon		84	15	152	15009
3037386	Apchat	apchat	FR	63420	216	Europe/Paris	45.38945	3.14594		Apchat		84	63	633	63007
3037388	Apach	apach	FR	57480	835	Europe/Paris	49.46101	6.37422		Apach,Apash,Opech,Апаш		44	57	577	57026
3037389	Aouze	aouze	FR	88170	204	Europe/Paris	48.37493	5.86982		Aouze		44	88	882	88010
3037390	Aouste-sur-Sye	aouste-sur-sye	FR	26400	2145	Europe/Paris	44.71813	5.05422		Aosta,AouSainte-sur-Sye,Aouste,Aouste-sur-Sye,AuSen sir Si,Aust-sjur-Si,xi ai he pan a wu si te,АуСен сир Си,Ауст-сюр-Сі,西埃河畔阿乌斯特		84	26	261	26011
3037391	Aouste	aouste	FR	08290	205	Europe/Paris	49.79848	4.31818		Aouste,Aus,Aust,Аус,Ауст		44	08	081	08016
3037392	Aougny	aougny	FR	51170	57	Europe/Paris	49.18167	3.72667		Aougny		44	51	513	51013
3037393	Aoste	aoste	FR	38490	1958	Europe/Paris	45.59423	5.60712		Aost,Aosta,Aoste,ao si te,Аост,奥斯特		84	38	382	38012
3037394	Anzy-le-Duc	anzy-le-duc	FR	71110	479	Europe/Paris	46.31951	4.05919		Anzi le Dik,Anzi-le-Djuk,Anzy,Anzy-le-Duc,Анзи ле Дик,Анзи-ле-Дюк,Анзі-ле-Дюк		27	71	713	71011
3037396	Anzin-Saint-Aubin	anzin-saint-aubin	FR	62223	2586	Europe/Paris	50.31313	2.74732		Anzen Sent Oben,Anzen-Sent-Oben,Anzin,Anzin-Saint-Aubin,Aubin-la-Fontaine,Commune-des-Freres-Unis,Commune-des-Frères-Unis,Mesnil-Marat,ang zan sheng ou ban,anzn-sn-abn,anzyn san awbyn,Анзен Сент Обен,Анзен-Сент-Обен,آنزن-سن-ابن,أنزين سان أوبين,昂赞圣欧班		32	62	621	62037
3037397	Anzin	anzin	FR	59410	14443	Europe/Paris	50.37201	3.50387		Anzen,Anzin,Onzan,ang zan,Анзен,Онзан,昂赞		32	59	596	59014
3037398	Anzex	anzex	FR	47700	266	Europe/Paris	44.28387	0.16565		Anzex		75	47	474	47012
3037399	Anzême	anzeme	FR	23000	540	Europe/Paris	46.26678	1.86366		Anzem,Anzema,Anzeme,Anzesme,Anzème,Anzême,Auzeme,Auzème,Onzem,ang ze mu,Анзем,Онзем,昂泽姆		75	23	232	23004
3037401	Anzeling	anzeling	FR	57320	392	Europe/Paris	49.26402	6.4641		Anzeling		44	57	573	57025
3037483	Ansost	ansost	FR	65140	68	Europe/Paris	43.43295	0.11075		Ansost		76	65	653	65013
3037403	Any-Martin-Rieux	any-martin-rieux	FR	02500	512	Europe/Paris	49.88194	4.22166		Ani Marten Rije,Ani Marten Riyo,Ani-Marten-R'jo,Ani-Marten-Rie,Any,Any-Martin-Rieux,a ni ma dan e,Ани Мартен Рије,Ани-Мартен-Рьё,Ані-Мартен-Ріє,Անի Մարտեն Ռիյո,阿尼马丹略		32	02	025	02020
3037406	Anvin	anvin	FR	62134	759	Europe/Paris	50.44641	2.25386		Anven,Anvin,Onvan,anfyn,ang wan,Анвен,Онван,أنفين,昂万		32	62	621	62036
3037407	Anville	anville	FR	16170	159	Europe/Paris	45.82769	-0.10918		Anville		75	16	162	16339
3037408	Anvéville	anveville	FR	76560	252	Europe/Paris	49.69862	0.73806		Anveville,Anvéville		28	76	763	76023
3037411	Antully	antully	FR	71400	864	Europe/Paris	46.90357	4.41024		Antully		27	71	711	71010
3037412	Antugnac	antugnac	FR	11190	283	Europe/Paris	42.95522	2.22463		Antugnac		76	11	112	11010
3037413	Antrenas	antrenas	FR	48100	321	Europe/Paris	44.58108	3.26508		Antrenas		76	48	482	48005
3037415	Antras	antras	FR	09800	59	Europe/Paris	43.72746	0.44889		Antras		76	32	321	32003
3037416	Antras	antras	FR	09800	63	Europe/Paris	42.88171	0.94305		Antras		76	09	093	09011
3037417	Antran	antran	FR	86100	1133	Europe/Paris	46.85489	0.54141		Antran,Intra Amnem,ang te lang,Антран,昂特朗		75	86	861	86007
3037418	Antrain	antrain	FR	35560	1523	Europe/Paris	48.46037	-1.48463		Antrain,Antrain-sur-Couesnon,Antren,Entraven,Intramnum,Ontran,ang te lan,Антрен,Онтран,昂特兰		53	35	351	35004
3037419	Antraigues-sur-Volane	antraigues-sur-volane	FR	07530	523	Europe/Paris	44.71814	4.35822		Antreg-sjur-Volan,Antrek sir Volan,Entraigas,wo lang he pan ang te lai gai,Антрег-сюр-Волан,Антрек сир Волан,沃朗河畔昂特赖盖		84	07	071	07011
3037423	Antony	antony	FR	92160	59845	Europe/Paris	48.75329	2.29668		Antony,Ontoni,Онтони	921	11	92	921	92002
3037427	Antonaves	antonaves	FR	05300	167	Europe/Paris	44.26628	5.80425		Antonaves		93	05	052	05118
3037428	Antoingt	antoingt	FR	63340	349	Europe/Paris	45.50053	3.1737		Antoingt		84	63	633	63005
3037429	Antoigny	antoigny	FR	61410	120	Europe/Paris	48.52436	-0.36495				28	61	612	61168
3037430	Antoigné	antoigne	FR	49260	437	Europe/Paris	47.08438	-0.11262		Antoane,Antoigne,Antoigné,Antuan'e,ang tu wa nie,Антоање,Антуаньє,昂图瓦涅		52	49	493	49009
3037431	Antoigné	antoigne	FR	49260	0	Europe/Paris	46.8305	0.5724				75	86	861	86066
3037432	Antogny le Tillac	antogny-le-tillac	FR	37800	0	Europe/Paris	46.97814	0.5785				24	37	371	37005
3037433	Antist	antist	FR	65200	110	Europe/Paris	43.11769	0.12696		Antist		76	65	652	65016
3037434	Antisanti	antisanti	FR	20270	459	Europe/Paris	42.16665	9.34707		Antisanti,Antizanti,Ontisonti,Антизанти,Антисанти,Антізанті,Онтисонти		94	2B	2B3	2B016
3037437	Antin	antin	FR	65220	141	Europe/Paris	43.33399	0.28932		Antin		76	65	653	65015
3037438	Antilly	antilly	FR	57640	111	Europe/Paris	49.19572	6.24872		Antilly		44	57	579	57024
3037439	Antilly	antilly	FR	57640	324	Europe/Paris	49.15266	2.98384		Antilly		32	60	604	60020
3037440	Antilly	antilly	FR	57640	0	Europe/Paris	47.07884	4.98678				27	21	211	21022
3037441	Antigny-la-Ville	antigny-la-ville	FR	21230	107	Europe/Paris	47.10178	4.55916		Antigny,Antigny-la-Montagne,Antigny-la-Ville,Antigny-sous-le-Mont		27	21	211	21015
3037442	Antigny	antigny	FR	85120	1218	Europe/Paris	46.61989	-0.7692		Antigny		52	85	851	85005
3037443	Antigny	antigny	FR	85120	638	Europe/Paris	46.53506	0.85366		Antigny		75	86	862	86006
3037445	Antignac	antignac	FR	15240	0	Europe/Paris	45.49862	-0.46767		Antignac		75	17	171	17332
3037446	Antignac	antignac	FR	15240	294	Europe/Paris	45.34223	2.54536		Antignac,Antin'jak,Antinak,Antinhac,ang di ni ya ke,Антиньяк,Антињак,Антіньяк,昂蒂尼亚克		84	15	152	15008
3037447	Antignac	antignac	FR	15240	0	Europe/Paris	45.08109	1.70646				75	19	191	19099
3037448	Antignac	antignac	FR	15240	0	Europe/Paris	42.82585	0.59997		Antignac		76	31	312	31010
3037452	Antichan-de-Frontignes	antichan-de-frontignes	FR	31510	96	Europe/Paris	42.97326	0.66606		Antichan,Antichan-de-Frontignes		76	31	312	31009
3037453	Antichan	antichan	FR	65370	29	Europe/Paris	42.99473	0.5819		Antichan		76	65	652	65014
3037456	Antibes	antibes	FR	06160	76393	Europe/Paris	43.58579	7.10831		Antib,Antiba,Antibas,Antibes,Antibol,Antipolis,Antíbol,XAT,amtiba,ang di bu,angtibeu,antibu,antyb,Αντίμπ,Антиб,Антіб,Անթիբ,אנטיב,آنتیب,أنتيب,अँतिब,アンティーブ,昂蒂布,앙티브		93	06	061	06004
3037457	Anthy-sur-Léman	anthy-sur-leman	FR	74200	1879	Europe/Paris	46.35534	6.42735				84	74	744	74013
3037459	Anthon	anthon	FR	38280	993	Europe/Paris	45.7908	5.17052		Anthon		84	38	382	38011
3037461	Anthien	anthien	FR	58800	173	Europe/Paris	47.31293	3.73939				27	58	582	58008
3037462	Antheuil-Portes	antheuil-portes	FR	60162	431	Europe/Paris	49.49556	2.75533		Antheuil,Antheuil-Portes		32	60	603	60019
3037463	Antheuil	antheuil	FR	21360	68	Europe/Paris	47.1725	4.7456		Antheuil		27	21	211	21014
3037465	Antheny	antheny	FR	08260	107	Europe/Paris	49.8483	4.3133		Anteni,Antheny,Onteni,ang te ni,Антени,Антені,Онтени,昂特尼		44	08	081	08015
3037466	Anthenay	anthenay	FR	51700	52	Europe/Paris	49.14227	3.73583		Anthenay		44	51	513	51012
3037467	Anthelupt	anthelupt	FR	54110	442	Europe/Paris	48.60764	6.41306		Anthelupt		44	54	542	54020
3037468	Anthé	anthe	FR	47370	214	Europe/Paris	44.37158	0.95989		Anthe,Anthé		75	47	473	47011
3037469	Antezant-la-Chapelle	antezant-la-chapelle	FR	17400	363	Europe/Paris	45.98271	-0.45585		Antezan la Sapel,Antezan la Shapel,Antezan-la-Shapel',ang te cang la sha pei er,Антезан ла Шапел,Антезан-ла-Шапель,Անտեզան լա Շապել,昂特藏拉沙佩尔		75	17	175	17013
3037470	Anteuil	anteuil	FR	25340	471	Europe/Paris	47.38761	6.56142		Antej,Anteuil,Onteij,ang te yi,Антей,Онтеиј,昂特伊		27	25	252	25018
3037471	Anterrieux	anterrieux	FR	15110	131	Europe/Paris	44.83557	3.04399		Anterrieux		84	15	153	15007
3037480	Antagnac	antagnac	FR	47700	193	Europe/Paris	44.35222	0.00891		Antagnac		75	47	472	47010
3037481	Anstaing	anstaing	FR	59152	1205	Europe/Paris	50.60473	3.19079		Anstaing,Ansten,Onsta,ang si tan,Анстен,Онста,昂斯坦		32	59	595	59013
3037482	Ansouis	ansouis	FR	84240	1114	Europe/Paris	43.73771	5.46356		Ansois,Ansouis,Ansoís,Ansui,Onsui,ang su yi,ansuu~i,Ансуи,Ансуї,Онсуи,アンスウィ,昂苏伊		93	84	841	84002
3037486	Ansignan	ansignan	FR	66220	216	Europe/Paris	42.76082	2.51593		Ansignan,Ansin'jan,Ansinhan,Ansinya,Ansinyà,Onsinon,ang xi ni ang,Ансиньян,Ансіньян,Онсињон,昂西尼昂		76	66	663	66006
3037487	Anserville	anserville	FR	60540	451	Europe/Paris	49.2259	2.20864		Anserville		32	60	601	60088
3037489	Anse	anse	FR	69480	5099	Europe/Paris	45.93553	4.71933		Anse		84	69	692	69009
3037490	Ansauvillers	ansauvillers	FR	60120	1098	Europe/Paris	49.56523	2.38742		Ansauvillers,Ansovile,Ansoville,Ansovilé,Onsovije,ang suo wei lai er,Ансовілле,Онсовије,昂索维莱尔		32	60	602	60017
3037491	Ansauville	ansauville	FR	54470	80	Europe/Paris	48.82159	5.82679		Ansauville		44	54	544	54019
3037492	Ansan	ansan	FR	32270	87	Europe/Paris	43.69033	0.77392		Ansan		76	32	321	32002
3037494	Ansac-sur-Vienne	ansac-sur-vienne	FR	16500	903	Europe/Paris	45.99366	0.64649		Ancac,Ansac,Ansac-sur-Vienne,Ansak sir Vjen,Ansak-sjur-V'en,Ansak-sjur-Venn,Ançac,wei an he pan ang sa ke,Ансак сир Вјен,Ансак-сюр-Вьен,Ансак-сюр-Вєнн,维安河畔昂萨克		75	16	163	16016
3037495	Ansacq	ansacq	FR	60250	278	Europe/Paris	49.34449	2.35924		Ansacq,Ansak,Onsag,ang sa,Ансак,Онсаг,昂萨		32	60	602	60016
3037497	Anrosey	anrosey	FR	52500	138	Europe/Paris	47.83616	5.67252		Anrosey		44	52	522	52013
3037499	Anquetierville	anquetierville	FR	76490	350	Europe/Paris	49.53102	0.63484		Anquetierville		28	76	763	76022
3037500	Anoye	anoye	FR	64350	156	Europe/Paris	43.39489	-0.13783		Anoa,Anoja,Anoye,Anua,a nu wa ai,Аноа,Ануа,阿努瓦埃		75	64	643	64028
3037501	Anoux	anoux	FR	54150	296	Europe/Paris	49.27563	5.86918		Anoux		44	54	541	54018
3037502	Anould	anould	FR	88650	3029	Europe/Paris	48.18526	6.94597		Anould,Anu,a nu er,Ану,阿努尔		44	88	883	88009
3037504	Anost	anost	FR	71550	671	Europe/Paris	47.07726	4.0994		Ano,Anost,Ано,Аност		27	71	711	71009
3037505	Anos	anos	FR	64160	160	Europe/Paris	43.39847	-0.29266		Ano,Anos,Anòs,a nuo,Ано,Анос,阿诺		75	64	643	64027
3037506	Anor	anor	FR	59186	3195	Europe/Paris	49.98999	4.10049		Anor,a nuo er,Анор,阿诺尔		32	59	591	59012
3037509	Annoville	annoville	FR	50660	557	Europe/Paris	48.96627	-1.53611		Annovil',Annoville,Anovil,a nuo wei er,Анновиль,Анновіль,Ановил,阿诺维尔		28	50	503	50015
3037510	Annoux	annoux	FR	89440	86	Europe/Paris	47.6251	4.05085		Annoux		27	89	892	89012
3037511	Annouville-Vilmesnil	annouville-vilmesnil	FR	76110	394	Europe/Paris	49.67806	0.43299		Annouville,Annouville-Vilmesnil		28	76	762	76021
3037512	Annot	annot	FR	04240	1073	Europe/Paris	43.96528	6.66879		Anno,Annot,Ano,Anot,Anu,Anòt,a nuo,Анно,Ано,Ану,阿诺		93	04	042	04008
3037513	Annonville	annonville	FR	52230	33	Europe/Paris	48.38428	5.26924		Annonville		44	52	523	52012
3037514	Annonay	annonay	FR	07100	18423	Europe/Paris	45.23992	4.6707		Annonay,Annone,Anonai,Anone,Anonė,a nuo nai,anwny,Анноне,Аноне,آنونی,阿诺奈		84	07	073	07010
3037515	Annoix	annoix	FR	18340	234	Europe/Paris	46.95828	2.53672		Annoix,Anoa,Аноа		24	18	181	18006
3037518	Annois	annois	FR	02480	388	Europe/Paris	49.72263	3.17821		Annois		32	02	023	02019
3037519	Annoire	annoire	FR	39120	425	Europe/Paris	46.9571	5.27684		Annoire		27	39	391	39011
3037520	Annoeullin	annoeullin	FR	59112	10528	Europe/Paris	50.52925	2.9318		Annellen,Annjollen,Annoeullin,Annœullin,Anoelen,a ne lan,Аннеллен,Аннёллен,Аноелен,阿讷兰		32	59	595	59011
3037521	Annezin	annezin	FR	62232	5672	Europe/Paris	50.53192	2.61785		Ann'zin,Annezen,Annezin,Annezin-les-Bethune,Annezin-lès-Béthune,Annzen,Ann’zin,Anzen,a ne zan,anyzyn,Анзен,Аннезен,Аннзен,أنيزين,阿讷赞		32	62	622	62035
3037522	Annezay	annezay	FR	17380	184	Europe/Paris	46.0091	-0.71346		Annezay		75	17	175	17012
3037523	Anneyron	anneyron	FR	26140	3697	Europe/Paris	45.2722	4.88626		Anneyron		84	26	263	26010
3037524	Anneville-Ambourville	anneville-ambourville	FR	76480	969	Europe/Paris	49.46103	0.8865		Anneville,Anneville-Ambourville,Anneville-sur-Seine,Annvil'-Amburvil',Anvil Amburvil,Anvil-Amburvil,Анвил Амбурвил,Анвил-Амбурвил,Аннвиль-Амбурвиль,Аннвіль-Амбурвіль		28	76	763	76020
3037525	Anneville-sur-Scie	anneville-sur-scie	FR	76590	444	Europe/Paris	49.82912	1.08645		Anneville,Anneville-sur-Scie		28	76	761	76019
3037526	Anneville-sur-Mer	anneville-sur-mer	FR	50560	198	Europe/Paris	49.12067	-1.58188		Anneville,Anneville-sur-Mer		28	50	503	50215
3037527	Annéville-la-Prairie	anneville-la-prairie	FR	52310	81	Europe/Paris	48.1966	5.08432		Anneville,Anneville-la-Prairie,Annéville,Annéville-la-Prairie		44	52	521	52011
3037528	Anneville-en-Saire	anneville-en-saire	FR	50760	330	Europe/Paris	49.6356	-1.28685		Anneville,Anneville-en-Saire,Annvil'-an-Ser,Anvil an Ser,sai er de qu a na wei er,Анвил ан Сер,Аннвиль-ан-Сер,Аннвіль-ан-Сер,赛尔地区阿纳维尔		28	50	502	50013
3037530	Anneux	anneux	FR	59400	244	Europe/Paris	50.1548	3.12741		Anneux		32	59	592	59010
3037531	Annet-sur-Marne	annet-sur-marne	FR	77410	2759	Europe/Paris	48.92669	2.71959		Annet,Annet-sur-Marne		11	77	771	77005
3037532	Annesse-et-Beaulieu	annesse-et-beaulieu	FR	24430	1349	Europe/Paris	45.16416	0.57193		Anes e Bolije,Anessa e Beuluoc,Anessa e Beuluòc,Annes-eh-Bol'jo,Annesse-e-Bol'e,Annesse-et-Baulieu,Annesse-et-Beaulieu,a nei si he bo li e,Анес е Болије,Аннес-э-Больё,Аннессе-е-Болье,Аннессе-е-Больє,阿内斯和博利厄		75	24	243	24010
3037534	Annequin	annequin	FR	62149	2198	Europe/Paris	50.50525	2.72019		Annequin		32	62	622	62034
3037535	Annepont	annepont	FR	17350	264	Europe/Paris	45.84484	-0.61483		Annepont,Annpon,Anpon,a nei peng,Аннпон,Анпон,Անպոն,阿内蓬		75	17	175	17011
3037536	Annéot	anneot	FR	89200	111	Europe/Paris	47.52122	3.88083		Anneot,Annéot		27	89	892	89011
3037538	Annemasse	annemasse	FR	74100	28275	Europe/Paris	46.19439	6.23775		Anemasse,Anemâsse,Annemasse,Annimassia,Annmass,QNJ,an na ma si,anmas,anmaseu,anumassu,anwms,an‌ms,Анмас,Аннмасс,انومس,ان‌مس,アヌマッス,安纳马斯,안마스		84	74	743	74012
3037539	Annelles	annelles	FR	08310	118	Europe/Paris	49.4278	4.41866		Anel,Annelles,Анел		44	08	082	08014
3037540	Annecy-le-Vieux	annecy-le-vieux	FR	74940	21521	Europe/Paris	45.91971	6.14393		Anesi le Vje,Annecium Vetus,Annecy-le-Vieux,Annesi-le-V'e,Annesi-le-Ve,Анеси ле Вје,Аннеси-ле-Вье,Аннесі-ле-Вє		84	74	741	74010
3037754	Ancy-sur-Moselle	ancy-sur-moselle	FR	57130	1455	Europe/Paris	49.05689	6.05775		Ancy,Ancy-sur-Moselle		44	57	579	57021
3037543	Annecy	annecy	FR	74000	49232	Europe/Paris	45.90878	6.12565		Aneci,Anecí,Annecium,Annecy,Annesi,Ansi,Ansī,Eneci,NCY,a ne xi,ansi,ansy,anushi,anwsy,Èneci,Аннесі,Анси,Ансі,آنسي,انسی,انوسی,アヌシー,阿讷西,안시	74	84	74	741	74010
3037545	Annebault	annebault	FR	14430	397	Europe/Paris	49.2524	0.05935		Anbo,Anebul,Annebault,Анбо,Анебул		28	14	143	14016
3037546	Annay-sur-Serein	annay-sur-serein	FR	89310	283	Europe/Paris	47.72924	3.96028		Annay,Annay-sur-Serein		27	89	892	89010
3037547	Annay-la-Côte	annay-la-cote	FR	89200	354	Europe/Paris	47.53571	3.88571		Annay,Annay-la-Cote,Annay-la-Côte		27	89	892	89009
3037548	Annay	annay	FR	58450	4797	Europe/Paris	50.46303	2.88122		Annay,Annay-sous-Lens		32	62	627	62033
3037549	Annay	annay	FR	58450	271	Europe/Paris	47.53586	2.93275				27	58	584	58007
3037553	Anlhiac	anlhiac	FR	24160	317	Europe/Paris	45.32151	1.12603		Anl'jak,Anlhac,Anlhiac,Anliak,Onijak,ang yi a ke,Анлиак,Анльяк,Анліак,Онијак,昂伊阿克		75	24	242	24009
3037555	Anlezy	anlezy	FR	58270	309	Europe/Paris	46.95764	3.50558				27	58	583	58006
3037556	Anla	anla	FR	65370	0	Europe/Paris	43.0026	0.58167		Anla		76	65	652	65012
3037557	Anjoutey	anjoutey	FR	90170	609	Europe/Paris	47.7009	6.93284		Anjoutey		27	90	901	90003
3037558	Anjouin	anjouin	FR	36210	337	Europe/Paris	47.18963	1.80142		Anjouin,Anzhuehn,Anzhuen,Onzhuan,ang ru an,Анжуен,Анжуэн,Онжуан,昂茹安		24	36	364	36004
3037562	Anjou	anjou	FR	38150	924	Europe/Paris	45.34869	4.88436		Anjou,Anzhu,ang ru,Анжу,昂茹		84	38	383	38009
3037563	Anjeux	anjeux	FR	70800	171	Europe/Paris	47.88149	6.20761		Anjeux		27	70	701	70023
3037564	Anizy-le-Château	anizy-le-chateau	FR	02320	1917	Europe/Paris	49.50678	3.45119		Anisy-la-Riviere,Anisy-la-Rivière,Anizy,Anizy-le-Chateau,Anizy-le-Château		32	02	022	02018
3037565	Anisy	anisy	FR	14610	679	Europe/Paris	49.25069	-0.39116		Anisy		28	14	142	14015
3037571	Aniche	aniche	FR	59580	10108	Europe/Paris	50.32995	3.25346		Aniche,Aniches		32	59	593	59008
3037572	Aniane	aniane	FR	34150	2362	Europe/Paris	43.68561	3.5863		An'jan,Aniana,Aniane,Anijan,Kamuna An'jan,Nhana,a ni ang,Анијан,Аньян,Камуна Аньян,אניאן,阿尼昂		76	34	342	34010
3037574	Anhiers	anhiers	FR	59194	1004	Europe/Paris	50.40737	3.15512		Anhiers		32	59	593	59007
3037575	Anhaux	anhaux	FR	64220	270	Europe/Paris	43.16925	-1.29116		Anhaux,Anhauze,Ano,a nuo,Ано,阿诺		75	64	641	64026
3037576	Angy	angy	FR	60250	1229	Europe/Paris	49.32975	2.32854		Angy,Anzhi,ang ji,Анжи,Анжі,昂吉		32	60	602	60015
3037577	Angy	angy	FR	60250	0	Europe/Paris	47.81987	4.04334				27	89	892	89223
3037581	Anguilcourt-le-Sart	anguilcourt-le-sart	FR	02800	272	Europe/Paris	49.68942	3.43409		Anguilcourt,Anguilcourt-le-Sart,Sericourt,Serre-y-Court,Serricourt,Séricourt		32	02	022	02017
3037582	Anguerny	anguerny	FR	14610	757	Europe/Paris	49.26662	-0.40143		Anguerny		28	14	142	14014
3037583	Angrie	angrie	FR	49440	712	Europe/Paris	47.57032	-0.97445		Angri,Angrie,Ongri,ang ge li ye,Ангрі,Онгри,昂格里耶		52	49	494	49008
3037584	Angresse	angresse	FR	40150	1207	Europe/Paris	43.65862	-1.37242		Angresse		75	40	401	40004
3037585	Angres	angres	FR	62143	4553	Europe/Paris	50.40572	2.76054		Angr,Angres,Anques,ang ge er,anjrys,Ангр,أنجريس,昂格尔		32	62	627	62032
3037586	Angoville-sur-Ay	angoville-sur-ay	FR	50430	236	Europe/Paris	49.25292	-1.54925		Angoville,Angoville-sur-Ay		28	50	503	50267
3037588	Angoville-au-Plain	angoville-au-plain	FR	50480	53	Europe/Paris	49.34845	-1.25381		Angoville,Angoville-au-Plain		28	50	504	50099
3037589	Angoville	angoville	FR	14220	32	Europe/Paris	48.94477	-0.37927		Angoville		28	14	142	14150
3037592	Angostrina	angostrina	FR	66760	658	Europe/Paris	42.48291	1.95941		Angostrina,Angoustrine		76	66	663	66005
3037593	Angous	angous	FR	64190	118	Europe/Paris	43.2938	-0.81318		Angastue,Angos,Angous,Angu,Angus,Angós,ang gu,Ангу,Ангус,昂古		75	64	642	64025
3037595	Angoumé	angoume	FR	40990	196	Europe/Paris	43.68812	-1.13644		Angoume,Angoumé		75	40	401	40003
3037596	Angoulins	angoulins	FR	17690	3682	Europe/Paris	46.10526	-1.10713		Angoulins-sur-Mer,Angulen,Ongula,ang gu lan,Ангулен,Онгула,Անգուլեն,昂古兰		75	17	173	17010
3037598	Angoulême	angouleme	FR	16000	49468	Europe/Paris	45.64997	0.15345		ANG,An'nkoulem,Angouleme,Angoulême,Angulem,Angulema,Angulemas,Angulemo,Engoleime,Engolesme,Engolisma,Montagne-Charente,Ongulem,ang gu lai mu,ang-gullem,anghwlym,anguremu,angwlm,Ανγκουλέμ,Ангулем,Онгулем,אנגולם,آنگولم,أنغوليم,アングレーム,昂古莱姆,앙굴렘	16	75	16	161	16015
3037599	Angos	angos	FR	65690	216	Europe/Paris	43.19408	0.1508		Angos		76	65	653	65010
3037601	Angomont	angomont	FR	54540	0	Europe/Paris	48.51553	6.94838		Angomont		44	54	542	54017
3037602	Angoisse	angoisse	FR	24270	604	Europe/Paris	45.42715	1.13715		Angoisse		75	24	242	24008
3037604	Angluzelles-et-Courcelles	angluzelles-et-courcelles	FR	51230	146	Europe/Paris	48.65756	3.88011		Anglizel e Kursel,Angljuzel'-e-Kursel',Angluzelles,Angluzelles-et-Courcelles,ang ge lu ze lai he ku er se lai,Англизел е Курсел,Англюзель-е-Курсель,昂格吕泽莱和库尔瑟莱		44	51	512	51010
3037606	Anglure-sous-Dun	anglure-sous-dun	FR	71170	149	Europe/Paris	46.23257	4.36205		Anglure,Anglure-sous-Dun		27	71	713	71008
3037607	Anglure	anglure	FR	51260	880	Europe/Paris	48.58602	3.81423		Angledura,Angljur,Anglure,Onglu,ang ge lu er,Англюр,Онгљу,昂格吕尔		44	51	512	51009
3037610	Angliers	angliers	FR	17540	662	Europe/Paris	46.94642	0.11621		Angliers		75	86	861	86005
3037611	Angliers	angliers	FR	17540	391	Europe/Paris	46.21344	-0.95377		Anglie,Angliers,Anglije,Англие,Англије,Англіє,Անգլիե		75	17	173	17009
3037612	Anglet	anglet	FR	64600	40658	Europe/Paris	43.48921	-1.51921		Angelu,Angl,Angle,Anglet,ang ge lai,ang-geulleteu,anglh,anguretto,Англ,Англе,Англет,آنگله,アングレット,昂格莱,앙글레트		75	64	641	64024
3037613	Angles-sur-l'Anglin	angles-sur-l-anglin	FR	86260	391	Europe/Paris	46.69553	0.88431		Angl'-sjur-l'Anglen,Angles,Angles-sur-l'Anglin,Angles-sur-lAnglin,Angles-sur-l’Anglin,lang ge lan he pan ang ge lei,Англь-сюр-л'Англен,朗格兰河畔昂格勒		75	86	861	86004
3037614	Val-de-Saâne	val-de-saane	FR	76890	0	Europe/Paris	49.7	0.96667		Anglesqueville-sur-Saane,Anglesqueville-sur-Saâne		28	76	761	76018
3037615	Anglesqueville-l'Esneval	anglesqueville-l-esneval	FR	76280	0	Europe/Paris	49.63251	0.23651		Anglesqueville,Anglesqueville-l'Esneval		28	76	762	76017
3037616	Anglesqueville-la-Bras-Long	anglesqueville-la-bras-long	FR	76740	134	Europe/Paris	49.78127	0.78265		Angleskvij-la-Bra-Lon,Anglesqueville,Anglesqueville-la-Bras-Long,Anglesqueville-la-Reunie,Anglesqueville-la-Réunie,Anglkvil la Bra Lon,Англесквиј-ла-Бра-Лон,Англквил ла Бра Лон		28	76	761	76016
3037618	Angles	angles	FR	04170	1858	Europe/Paris	46.40818	-1.40362		Angles		52	85	853	85004
3037619	Angles	angles	FR	04170	72	Europe/Paris	43.94278	6.55797		Angl,Angl',Angles,ang ge lai,Англ,Англь,昂格莱		93	04	042	04007
3037620	Anglès	angles	FR	04170	592	Europe/Paris	43.56405	2.56059		Angles,Angles-du-Tarn,Anglès,Anglès-du-Tarn,Belle-Montagne		76	81	812	81014
3037621	Anglemont	anglemont	FR	88700	170	Europe/Paris	48.38007	6.66602		Anglemont		44	88	881	88008
3037623	Anglefort	anglefort	FR	01350	844	Europe/Paris	45.91144	5.80896		Anglefort,Onglefor,Онглефор		84	01	011	01010
3037627	Anglars	anglars	FR	46120	598	Europe/Paris	44.42327	2.21841		Anglar Sen Feliks,Anglar-Sen-Feli,Anglar-Sen-Feliks,Anglars,Anglars de Rinhac,Anglars e Sent Felitz,Anglars-Saint-Felix,Anglars-Saint-Félix,ang ge la er sheng fei li,Англар Сен Феликс,Англар-Сен-Фели,Англар-Сен-Фелікс,昂格拉尔圣费利		76	12	123	12008
3037628	Anglars-Nozac	anglars-nozac	FR	46300	277	Europe/Paris	44.78116	1.41494		Anglars-Nozac		76	46	463	46006
3037629	Anglars	anglars	FR	46120	344	Europe/Paris	44.49598	1.20845		Anglars,Anglars-Juillac		76	46	461	46005
3037630	Anglars	anglars	FR	46120	178	Europe/Paris	44.73964	1.90571		Anglars		76	46	462	46004
3037631	Anglards-de-Salers	anglards-de-salers	FR	15380	764	Europe/Paris	45.20464	2.43996		Anglar de Saler,Anglar-de-Saler,Anglards,Anglards-de-Salers,Anglars de Salern,Anglars de Salèrn,ang ge la er de de sa lai er,Англар де Салер,Англар-де-Салер,昂格拉尔德德萨莱尔		84	15	152	15006
3037632	Anglards-de-Saint-Flour	anglards-de-saint-flour	FR	15100	286	Europe/Paris	44.98106	3.15361		Anglards,Anglards-de-Saint-Flour,Ongla-d-Sant-Flur,Онгла-д-Сант-Флур		84	15	153	15005
3037638	Anglade	anglade	FR	33390	835	Europe/Paris	45.21134	-0.6368		Anglade		75	33	331	33006
3037639	Angivillers	angivillers	FR	60130	210	Europe/Paris	49.48629	2.50178		Angivillers		32	60	602	60014
3037640	Angirey	angirey	FR	70700	127	Europe/Paris	47.45467	5.7674		Angirey		27	70	702	70022
3037641	Angiens	angiens	FR	76740	641	Europe/Paris	49.82706	0.79017		Angiens		28	76	761	76015
3037642	Angicourt	angicourt	FR	60940	1601	Europe/Paris	49.31175	2.50419		Angicourt,Angiscurtis,Anzhikur,Onzhikur,ang ji ku er,Анжикур,Онжикур,昂吉库尔		32	60	602	60013
3037643	Angey	angey	FR	50530	211	Europe/Paris	48.74944	-1.49095		Angey		28	50	501	50565
3037644	Angevillers	angevillers	FR	57440	1227	Europe/Paris	49.38815	6.0443		Angevillers,Anzhville,Arsweiler,Onzhevije,ang re wei lai er,anzhwylh,Анжвилле,Анжвілле,Онжевије,آنژویله,昂热维莱尔		44	57	577	57022
3037645	Angeville	angeville	FR	82210	182	Europe/Paris	44.00084	1.02739		Angeville		76	82	821	82003
3037648	Angervilliers	angervilliers	FR	91470	1458	Europe/Paris	48.59263	2.06541		Angervilliers,Anzhervil'e,Onzhervile,ang re wei li ye er,Анжервилье,Анжервільє,Онжервиље,昂热维利耶尔		11	91	913	91017
3037649	Angerville-l'Orcher	angerville-l-orcher	FR	76280	1451	Europe/Paris	49.58833	0.28191		Angerville,Angerville-l'Orcher,L'Egalite,L'Egalité		28	76	762	76014
3037650	Angerville-la-Martel	angerville-la-martel	FR	76540	689	Europe/Paris	49.76168	0.50307		Angerville,Angerville-la-Martel		28	76	762	76013
3037651	Angerville-la-Campagne	angerville-la-campagne	FR	27930	0	Europe/Paris	48.99959	1.16489		Angerville		28	27	273	27017
3037652	Angerville-Bailleul	angerville-bailleul	FR	76110	188	Europe/Paris	49.66748	0.45394		Angerville,Angerville-Bailleul,La Plantee,La Plantée,Saint-Medard,Saint-Médard		28	76	762	76012
3037653	Angerville	angerville	FR	14430	127	Europe/Paris	49.2438	-0.02826		Angerville		28	14	143	14012
3037654	Angerville	angerville	FR	14430	3457	Europe/Paris	48.31354	1.99935		Angerville		11	91	911	91016
3037656	Angers	angers	FR	49000	168279	Europe/Paris	47.47156	-0.55202		ANE,Andecavis,Angero,Angers,Angieus,Anje,Anze,Anzhe,Anzheh,Anzier,Anĝero,Anžē,Anžė,Añje,Bonne-Terre,Fruits-Sucres,Fruits-Sucrés,amji,ang re,angje,anje,anjyh,anzhe,anzhh,anzhw,ayngrz,x xngche,ʼnzh,Ανζέ,Анже,Анжэ,אנזה,آنژه,آنژو,آنژہ,أنجيه,اینگرز,अँजी,อ็องเฌ,ანჟე,አንዤ,アンジェ,昂热,앙제	49	52	49	491	49007
3037658	Angeot	angeot	FR	90150	290	Europe/Paris	47.69632	7.01384		Angeot		27	90	901	90002
3037660	Angely	angely	FR	89440	150	Europe/Paris	47.56464	4.02107		Angely		27	89	892	89008
3037664	Angeduc	angeduc	FR	16300	97	Europe/Paris	45.47408	-0.05067		Angeduc,Anzhdjuk,Anzhedjuk,Onzhedik,ang re di ke,Анждюк,Анжедюк,Онжедик,昂热迪克		75	16	162	16014
3037665	Angecourt	angecourt	FR	08450	346	Europe/Paris	49.63418	4.9798		Angecourt		44	08	083	08013
3037666	Angeac-Charente	angeac-charente	FR	16120	414	Europe/Paris	45.63066	-0.07512		Angeac,Angeac-Charente,Anzhak-Sharant,Onzhak-Sharon,ang ya ke sha lang te,Анжак-Шарант,Онжак-Шарон,昂雅克沙朗特		75	16	162	16013
3037667	Angeac-Champagne	angeac-champagne	FR	16130	501	Europe/Paris	45.60746	-0.29734		Angeac,Angeac-Champagne,Anzhak-Shampan',Onzhak-Shampane,ang ya ke shang pa ni,Анжак-Шампань,Онжак-Шампање,昂雅克尚帕尼		75	16	162	16012
3037670	Angé	ange	FR	41400	785	Europe/Paris	47.33156	1.24467		Ange,Angé		24	41	413	41002
3037671	Angaïs	angais	FR	64510	800	Europe/Paris	43.23749	-0.25277		Angais,Angaj,Angaïs,ang gai,Ангаис,Ангаїс,Ангај,昂盖		75	64	643	64023
3037672	Anetz	anetz	FR	44150	1468	Europe/Paris	47.38059	-1.10583		Ane,Anec,Anetz,Arned,a nei te,Ане,Анец,阿内特		52	44	445	44163
3037673	Anet	anet	FR	28260	2833	Europe/Paris	48.85642	1.43981		Ane,Anet,Ане		24	28	283	28007
3037675	Anères	aneres	FR	65150	152	Europe/Paris	43.06874	0.46465		Aneres,Anères		76	65	652	65009
3037682	Anduze	anduze	FR	30140	3295	Europe/Paris	44.055	3.98495		Andjuz,Andusa,Anduze,Ondiz,ang di ci,Андюз,Ондиз,昂迪兹		76	30	301	30010
3037685	Andryes	andryes	FR	89480	463	Europe/Paris	47.51893	3.48571		Andryes		27	89	891	89007
3037748	Andancette	andancette	FR	26140	1229	Europe/Paris	45.24858	4.8086		Andancette,Andanset,Andansett,andanst,ang dang sai te,Андансет,Андансетт,اندانست,昂当塞特		84	26	263	26009
3037836	Amondans	amondans	FR	25330	98	Europe/Paris	47.06932	6.03988		Amondans		27	25	251	25017
3037689	Andrézieux-Bouthéon	andrezieux-boutheon	FR	42160	9452	Europe/Paris	45.52625	4.26021		Andrez'e-Buteon,Andrezieux,Andrezje-Buteon,Andrézieux,ang de lei qi e bu tai weng,Андрезьє-Бутеон,Андрезје-Бутеон,昂德雷齐厄布泰翁		84	42	423	42005
3037690	Andrezel	andrezel	FR	77390	399	Europe/Paris	48.61051	2.81379		Andrezel		11	77	772	77004
3037691	Andrezé	andreze	FR	49600	1905	Europe/Paris	47.17155	-0.95239		Andreze,Andrezé,Ondroze,andoruze,ang de lei ze,Андрезе,Ондрозе,アンドルゼ,昂德雷泽		52	49	492	49023
3037692	Andrésy	andresy	FR	78570	12929	Europe/Paris	48.98235	2.05687		Andresy,Andrezi,Andrésy,Ondrezi,Андрези,Андрезі,Ондрези		11	78	783	78015
3037693	Andrest	andrest	FR	65390	1284	Europe/Paris	43.31683	0.0612		Andres,Andrest,Ondrest,ang de lei si,Андрес,Андрест,Ондрест,昂德雷斯		76	65	653	65007
3037694	Andres	andres	FR	62340	1476	Europe/Paris	50.86556	1.92094		Andres		32	62	626	62031
3037696	Andrein	andrein	FR	64390	122	Europe/Paris	43.39198	-0.90012		Andrein,Andren,Andrenh,Андрен		75	64	642	64022
3037699	Andouillé-Neuville	andouille-neuville	FR	35250	548	Europe/Paris	48.29281	-1.58964		Andolieg-Kernevez,Andouille,Andouille-Neuville,Andouillé,Andouillé-Neuville		53	35	353	35003
3037701	Andouillé	andouille	FR	53240	2177	Europe/Paris	48.17686	-0.78434		Andoliacum,Andouille,Andouillé,Andue,Anduje,ang du yi lai,Андує,Андује,昂杜伊莱		52	53	533	53005
3037702	Andornay	andornay	FR	70200	149	Europe/Paris	47.65606	6.59409		Andornay,Andorne,Ondorne,Андорне,Ондорне		27	70	701	70021
3037703	Andonville	andonville	FR	45480	228	Europe/Paris	48.27084	2.0311		Andonvil',Andonville,Ondonvij,ang dong wei er,Андонвіль,Ондонвиј,昂东维尔		24	45	453	45005
3037705	Andon	andon	FR	06750	352	Europe/Paris	43.7742	6.7872		Andon,Ondo,Ондо		93	06	061	06003
3037706	Andolsheim	andolsheim	FR	68280	2107	Europe/Paris	48.06179	7.41637				44	68	682	68007
3037707	Andoins	andoins	FR	64420	572	Europe/Paris	43.30445	-0.22878		Andoen,Andoins,Andonsh,Anduehn,Anduen,ang duan,Андоен,Андуен,Андуэн,昂端		75	64	643	64021
3037708	Andlau	andlau	FR	67140	1819	Europe/Paris	48.38607	7.41697		Andlau,Andlo,Andloei,andlaw,ang de luo,Àndlöi,Андлау,Андло,آندلاو,أندلاو,昂德洛		44	67	675	67010
3037710	Andiran	andiran	FR	47170	236	Europe/Paris	44.09739	0.27753		Andiran		75	47	474	47009
3037711	Andilly-en-Bassigny	andilly-en-bassigny	FR	52360	101	Europe/Paris	47.92287	5.5247		Andilly,Andilly-en-Bassigny		44	52	522	52009
3037713	Andilly	andilly	FR	17230	2138	Europe/Paris	49.00935	2.3024		Andilly		11	95	952	95014
3037714	Andilly	andilly	FR	17230	228	Europe/Paris	48.76593	5.88077		Andilly		44	54	544	54016
3037715	Andilly	andilly	FR	17230	1838	Europe/Paris	46.2533	-1.02736		Andilly,Andilly-les-Marais		75	17	173	17008
3037716	Andilly	andilly	FR	17230	656	Europe/Paris	46.05844	6.06539		Andilly		84	74	743	74009
3037718	Andillac	andillac	FR	81140	105	Europe/Paris	43.99896	1.89096		Andillac		76	81	811	81012
3037720	Andigné	andigne	FR	49220	275	Europe/Paris	47.66694	-0.77736		Andigne,Andigné,Andin'e,Ondine,ang di nie,Андіньє,Ондиње,昂迪涅		52	49	494	49176
3037721	Andeville	andeville	FR	60570	3113	Europe/Paris	49.26078	2.16427		Andevil',Andeville,Ondevij,ang de wei er,Андевиль,Андевіль,Ондевиј,昂德维尔		32	60	601	60012
3037722	Andeville	andeville	FR	60570	0	Europe/Paris	48.28452	1.4903				24	28	282	28246
3037724	Andert-et-Condon	andert-et-condon	FR	01300	301	Europe/Paris	45.79442	5.65569		Ander-e-Kondon,Ander-eh-Kondon,Andert,Andert-Condon,Andert-et-Condon,Onder-e-Kondon,andyrt-ayh-kwndwn  ayn,ang de er he kong dong,angdeuleuteukongtong,Андер-е-Кондон,Андер-э-Кондон,Ондер-е-Кондон,أنديرت-أيه-كوندون، أين,昂德尔和孔东,앙드르트콩통		84	01	011	01009
3037725	Anderny	anderny	FR	54560	229	Europe/Paris	49.33608	5.88079		Anderny		44	54	541	54015
3037726	Andernos-les-Bains	andernos-les-bains	FR	33510	10236	Europe/Paris	44.74572	-1.10355	4	Anderno le Ben,Andernos,Andernos-le-Ben,Andernos-les-Bains,Endarnos,Endarnòs,andrnas-l-bnz,ang dai er nuo lai ban,Андерно ле Бен,Андернос-ле-Бен,اندرناس-ل-بنز,昂代尔诺莱班		75	33	336	33005
3037727	Andernay	andernay	FR	55800	233	Europe/Paris	48.79075	4.95333		Andernay		44	55	551	55011
3037731	Andelu	andelu	FR	78770	390	Europe/Paris	48.8813	1.82577		Andelju,Andelu,Ondelu,andlw,Анделю,Онделу,اندلو		11	78	783	78013
3037732	Andelot-Morval	andelot-morval	FR	39320	83	Europe/Paris	46.4252	5.41712		Andelot-les-Saint-Amour,Andelot-lès-Saint-Amour		27	39	392	39010
3037733	Andelot-en-Montagne	andelot-en-montagne	FR	39110	565	Europe/Paris	46.85258	5.93368		Andelot,Andelot-en-Montagne		27	39	392	39009
3037735	Andelot-Blancheville	andelot-blancheville	FR	52700	984	Europe/Paris	48.25	5.3				44	52	521	52008
3037736	Andelnans	andelnans	FR	90400	1250	Europe/Paris	47.60267	6.86621		Andelnans		27	90	901	90001
3037738	Andelat	andelat	FR	15100	394	Europe/Paris	45.06066	3.0615		Andelat		84	15	153	15004
3037739	Andelarrot	andelarrot	FR	70000	169	Europe/Paris	47.5806	6.10433		Andelarrot		27	70	702	70020
3037740	Andelarre	andelarre	FR	70000	133	Europe/Paris	47.58992	6.09696		Andelarr,Andelarre,Andlar,Ondlar,andlar,Анделарр,Андлар,Ондлар,اندلار		27	70	702	70019
3037741	Andelaroche	andelaroche	FR	03120	269	Europe/Paris	46.25565	3.74925		Andelaroche,Andlarosh,Ondlarosh,Villafranca de Anda,andlarwchy,ang dai la luo ke,Андларош,Ондљарош,اندلاروچی,昂代拉罗克		84	03	033	03004
3037742	Andelain	andelain	FR	02800	172	Europe/Paris	49.64214	3.36952		Andelain,Andlen,Ondlan,andlayn,ang de lan,Андлен,Ондљан,Անդլեն,اندلاین,昂德兰		32	02	022	02016
3037743	Andel	andel	FR	22400	961	Europe/Paris	48.49073	-2.56487		Andel		53	22	224	22002
3037744	Andechy	andechy	FR	80700	233	Europe/Paris	49.71438	2.70893		Andechy		32	80	803	80023
3037745	Andé	ande	FR	27430	1043	Europe/Paris	49.23163	1.24088		Ande,Andé		28	27	271	27015
3037747	Andard	andard	FR	49800	2302	Europe/Paris	47.45659	-0.39752		Andar,Ondar,andrd,ang da er,Андар,Ондар,اندرد,昂达尔		52	49	491	49307
3037749	Andance	andance	FR	07340	1036	Europe/Paris	45.24059	4.79916		Andanca,Andance,Andans,Andança,andansy,ang dang ke,Анданс,اندانسی,昂当克		84	07	073	07009
3037751	Andainville	andainville	FR	80140	203	Europe/Paris	49.89254	1.78602		Andainville		32	80	802	80022
3037755	Ancy-le-Libre	ancy-le-libre	FR	89160	187	Europe/Paris	47.80259	4.12251		Ancy-le-Libre		27	89	892	89006
3037757	Ancy-le-Franc	ancy-le-franc	FR	89160	1089	Europe/Paris	47.77586	4.16361		Ancy-le-Franc		27	89	892	89005
3037758	Ancy	ancy	FR	69490	510	Europe/Paris	45.83735	4.50766		Ancy		84	69	692	69008
3037759	Anctoville-sur-Boscq	anctoville-sur-boscq	FR	50400	427	Europe/Paris	48.84342	-1.53216		Anctoville		28	50	501	50008
3037760	Anctoville	anctoville	FR	14240	946	Europe/Paris	49.10535	-0.70654		Anctoville,Anktovil',Onktovij,ang ke tuo wei er,anktwwyl,Анктовиль,Анктовіль,Онктовиј,انکتوویل,昂克托维尔		28	14	144	14011
3037761	Ancteville	ancteville	FR	50200	200	Europe/Paris	49.10278	-1.47879		Ancteville,Anktevil',Onktevil,ang ke te wei er,Анктевиль,Анктевіль,Онктевил,انکت‌ویل,昂克特维尔		28	50	503	50550
3037762	Ancretteville-sur-Mer	ancretteville-sur-mer	FR	76540	177	Europe/Paris	49.78842	0.50842		Ancretteville,Ancretteville-sur-Mer		28	76	762	76011
3037763	Ancretiéville-Saint-Victor	ancretieville-saint-victor	FR	76760	278	Europe/Paris	49.65276	0.96942		Ancretieville,Ancretieville-Saint-Victor,Ancretiéville-Saint-Victor		28	76	763	76010
3037767	Ancourteville-sur-Héricourt	ancourteville-sur-hericourt	FR	76560	220	Europe/Paris	49.69603	0.66118		Ancourteville,Ancourteville-sur-Hericourt,Ancourteville-sur-Héricourt		28	76	761	76009
3037768	Ancourt	ancourt	FR	76370	704	Europe/Paris	49.90917	1.18284		Ancourt		28	76	761	76008
3037770	Ancône	ancone	FR	26200	1042	Europe/Paris	44.58107	4.72711		Ancone,Ancône		84	26	262	26008
3037772	Ancizan	ancizan	FR	65440	271	Europe/Paris	42.8733	0.33886		Ancida,Ancizan,Ansizan,Onsizon,ang xi cang,ansyzan,Ансизан,Ансізан,Онсизон,انسیزان,昂西藏		76	65	652	65006
3037775	Ancinnes	ancinnes	FR	72610	948	Europe/Paris	48.36829	0.17663		Ancinnes		52	72	722	72005
3037776	Ancier	ancier	FR	70100	439	Europe/Paris	47.4473	5.6305		Ancier		27	70	702	70018
3037777	Ancienville	ancienville	FR	02600	78	Europe/Paris	49.21794	3.21451		Ancienville,Ans'envil',Ans'janvil',Ansenvil,Ansjenvil,ang xi an wei er,Ансьенвиль,Ансьянвіль,Ансјенвил,Անսենվիլ,انسین‌ویل,昂西安维尔		32	02	024	02015
3037779	Anceins	anceins	FR	61550	0	Europe/Paris	48.86667	0.5				28	61	613	61167
3037785	Anchenoncourt-et-Chazel	anchenoncourt-et-chazel	FR	70210	231	Europe/Paris	47.86518	6.11491		Anchenoncourt,Anchenoncourt-et-Chazel		27	70	701	70017
3037786	Anché	anche	FR	37500	381	Europe/Paris	47.13571	0.31011		Anche,Anché		24	37	371	37004
3037787	Anché	anche	FR	37500	0	Europe/Paris	46.34375	0.26452		Anche,Anché		75	86	862	86003
3037789	Anchamps	anchamps	FR	08500	191	Europe/Paris	49.92901	4.6764		Anchamps,Ansham,Anshan,Onshomp,anchamps,ang shang,Аншам,Аншан,Оншомп,انچامپس,昂尚		44	08	081	08011
3037790	Ancey	ancey	FR	21410	378	Europe/Paris	47.32929	4.82679		Ancey,Anse,Onsi,ang sai,Ансе,Онси,昂塞		27	21	212	21013
3037792	Ancerviller	ancerviller	FR	54450	0	Europe/Paris	48.53188	6.83261		Ancerviller		44	54	542	54014
3037793	Ancerville	ancerville	FR	55170	274	Europe/Paris	49.0305	6.38724		Ancerville,Ancerville-sur-Nied		44	57	579	57020
3037794	Ancerville	ancerville	FR	55170	2771	Europe/Paris	48.63574	5.02091		Ancerville,Ancerville-Gue,Ancerville-Güe		44	55	551	55010
3037797	Ancenis	ancenis	FR	44150	7840	Europe/Paris	47.36667	-1.16667		Ancenesium,Ancenis,Ankiniz,Anseni,ang se ni,ansuni,ansynys,Ансени,Ансені,انسینیس,アンスニ,昂瑟尼	445	52	44	445	44003
3037798	Ancemont	ancemont	FR	55320	598	Europe/Paris	49.06842	5.40784		Ancemont		44	55	553	55009
3037800	Ancelle	ancelle	FR	05260	664	Europe/Paris	44.62328	6.20625		Ancelle		93	05	052	05004
3037801	Anceaumeville	anceaumeville	FR	76710	727	Europe/Paris	49.57147	1.05072		Anceaumeville,Ansomvil',Onseumvij,Ансомвиль,Ансомвіль,Онсеумвиј,انشیم‌ویل		28	76	763	76007
3037804	Ance	ance	FR	64570	233	Europe/Paris	43.14528	-0.6915		Ance		75	64	642	64225
3037805	Anan	anan	FR	31230	264	Europe/Paris	43.35572	0.81461		Anan		76	31	312	31008
3037806	Anais	anais	FR	16560	252	Europe/Paris	46.1872	-0.90811		Anais		75	17	172	17007
3037807	Anais	anais	FR	16560	515	Europe/Paris	45.77393	0.20873		Anais		75	16	163	16011
3037809	Amy	amy	FR	60310	367	Europe/Paris	49.65571	2.82546		Amy,Omi,ami,Оми,アミー		32	60	603	60011
3037810	Amuré	amure	FR	79210	333	Europe/Paris	46.26538	-0.62786		Amure,Amuré		75	79	792	79009
3037812	Ampus	ampus	FR	83111	832	Europe/Paris	43.60706	6.38176		Ampjus,Ampus,Empus,Empús,Ompi,ang pi,Ампюс,Омпи,昂皮		93	83	831	83003
3037813	Ampuis	ampuis	FR	69420	2311	Europe/Paris	45.48925	4.81001		Ampi,Ampjui,Ampuis,ampwys,Ампи,Ампюї,امپویس		84	69	691	69007
3037814	Ampriani	ampriani	FR	20272	15	Europe/Paris	42.25416	9.35754		Ampriani,Omprijani,ampryana,Амприани,Ампріані,Омпријани,امپریانا		94	2B	2B3	2B015
3037815	Amponville	amponville	FR	77760	332	Europe/Paris	48.27807	2.52927		Amponvil',Amponville,Omponvij,Ампонвиль,Ампонвіль,Омпонвиј,امپان‌ویل		11	77	774	77003
3037816	Ampoigné	ampoigne	FR	53200	446	Europe/Paris	47.81119	-0.82571		Ampoigne,Ampoigné		52	53	531	53124
3037817	Amplier	amplier	FR	62760	281	Europe/Paris	50.13737	2.39973		Ampl'e,Amplier,Omplije,amblyr,amplyr,ang pu li ye,Амплье,Ампльє,Омплије,أمبلير,امپلیر,昂普利耶		32	62	621	62030
3037818	Amplepuis	amplepuis	FR	69550	5261	Europe/Paris	45.9726	4.3303		Amplepi,Amplepjui,Amplepuis,amplypwyy,amplypwyys,Амплепи,Амплепуис,Амплепюї,آمپلیپوئی,امپلیپوئیس		84	69	692	69006
3037821	Ampilly-le-Sec	ampilly-le-sec	FR	21400	401	Europe/Paris	47.80904	4.53166		Ampii-le-Sek,Ampiji le Sek,Ampiji-le-Sek,Ampilly,Ampilly-le-Sec,ampyly-lw-sk,ang pi li lai sai ke,Ампии-ле-Сек,Ампийи-ле-Сек,Ампији ле Сек,Ампії-ле-Сек,امپیلی-لو-سک,昂皮利莱塞克		27	21	213	21012
3037822	Ampilly-les-Bordes	ampilly-les-bordes	FR	21450	66	Europe/Paris	47.63262	4.62941		Ampii-le-Bord,Ampiji le Bord,Ampiji-le-Bord,Ampilly-les-Bordes,ampyly-l-bwrds,ang pi li lai bo er dai,Ампии-ле-Борд,Ампийи-ле-Борд,Ампији ле Борд,Ампії-ле-Борд,امپیلی-ل-بوردس,昂皮利莱博尔代		27	21	213	21011
3037829	Amou	amou	FR	40330	1587	Europe/Paris	43.59292	-0.74714		Amou		75	40	401	40002
3037835	Amont-et-Effreney	amont-et-effreney	FR	70310	0	Europe/Paris	47.8755	6.5753				27	70	701	70016
3037837	Amoncourt	amoncourt	FR	70170	309	Europe/Paris	47.73611	6.06367		Amoncourt		27	70	702	70015
3037838	Amnéville	amneville	FR	57360	10162	Europe/Paris	49.25671	6.13414		Amnevij,Amnevil,Amnevil',Amneville,Amnéville,amnwyl,ang nei wei er,Амневил,Амневиль,Амневиј,Амневіль,آمنویل,昂内维尔		44	57	579	57019
3037839	Amné	amne	FR	72540	348	Europe/Paris	48.03333	-0.06667		Amne,Amné		52	72	721	72004
3037841	Ammertzwiller	ammertzwiller	FR	68210	307	Europe/Paris	47.6892	7.16821		Ammertzwiller,Ammerzwiller		44	68	681	68006
3037842	Ammerschwihr	ammerschwihr	FR	68410	2009	Europe/Paris	48.12548	7.28282		Amershvir,Ammerschweier,Ammerschweir,Ammershvir,a mei er si ke wei,amrshwyr,Амершвир,Аммершвир,Аммершвір,آمرشویر,阿梅尔斯克维		44	68	682	68005
3037843	Amirat	amirat	FR	06910	25	Europe/Paris	43.89025	6.82617		Amira,Amirat,amira,amyrat,Амира,Аміра,أميرات,امیرات,アミラ		93	06	061	06002
3037844	Amions	amions	FR	42260	241	Europe/Paris	45.87835	4.03406		Amions		84	42	422	42268
3037845	Amilly	amilly	FR	28300	1942	Europe/Paris	48.44333	1.39349		Amilly		24	28	281	28006
3037846	Amilly	amilly	FR	28300	13106	Europe/Paris	47.97281	2.77186		Amilly		24	45	451	45004
3037847	Amillis	amillis	FR	77120	750	Europe/Paris	48.74082	3.12889		Amillis		11	77	771	77002
3037848	Amigny-Rouy	amigny-rouy	FR	02700	635	Europe/Paris	49.60988	3.30428		Amigny-Rouy,Amin'i-Rui,Amini Rui,Amini Ruj,a mi ni lu yi,amygny-rwy,Аминьи-Руи,Амињи Руј,Аміньї-Руї,Ամինի Ռուի,امیگنی-روی,阿米尼鲁伊		32	02	022	02014
3037849	Amigny	amigny	FR	50620	143	Europe/Paris	49.15522	-1.17927		Amigny		28	50	504	50006
3037850	Amigny	amigny	FR	50620	0	Europe/Paris	47.32684	2.80129				24	18	181	18241
3037852	Amifontaine	amifontaine	FR	02190	0	Europe/Paris	49.48333	3.91667		Amifontaine		32	02	022	02013
3037854	Amiens	amiens	FR	80000	143086	Europe/Paris	49.9	2.3		Am'en,Amen,Amian,Amians,Amien,Amiens,Amijen,Amjen,Amjena,Amjenas,Amjēna,Amyen,Anmyin,QAM,Samarobriva,amiaeng,amian,amieni,amiyam,amyan,xa meiyng,ya mian,Αμιάν,Амен,Амиен,Амијен,Амьен,Амєн,Амјен,Ամյեն,אמיין,آمیاں,أميان,امیان,आमियां,อาเมียง,ამიენი,アミアン,亞眠,아미앵	80	32	80	802	80021
3037855	Amfroipret	amfroipret	FR	59144	160	Europe/Paris	50.27995	3.73878		Amfroipret		32	59	591	59006
3037856	Amfreville-sur-Iton	amfreville-sur-iton	FR	27400	757	Europe/Paris	49.14677	1.15132		Amfrevij sir Iton,Amfrevil sir Iton,Amfreville,Amfreville-sur-Iton,Амфревил сир Итон,Амфревиј сир Итон		28	27	271	27014
3037857	Amfreville-sous-les-Monts	amfreville-sous-les-monts	FR	27380	498	Europe/Paris	49.30503	1.2602		Amfrevij su le Mon,Amfrevil su le Mon,Amfreville,Amfreville-sous-les-Monts,Амфревил су ле Мон,Амфревиј су ле Мон		28	27	271	27013
3037858	Amfreville-les-Champs	amfreville-les-champs	FR	27380	101	Europe/Paris	49.7	0.81667		Amfrevil le Shan,Amfreville,Amfreville-les-Champs,Амфревил ле Шан		28	76	763	76006
3037859	Amfreville-les-Champs	amfreville-les-champs	FR	27380	395	Europe/Paris	49.3102	1.3193		Amfrevij le Shan,Amfrevil le Shan,Amfreville,Amfreville-les-Champs,Амфревил ле Шан,Амфревиј ле Шан		28	27	271	27012
3037860	Amfreville-la-Mi-Voie	amfreville-la-mi-voie	FR	76920	2927	Europe/Paris	49.40755	1.13871		Amfrevil la Mi Voa,Amfrevil'-la-Mi-Vua,Amfreville,Amfreville-la-Mi-Voie,amfrwyl-la-my-wya,Амфревил ла Ми Воа,Амфревиль-ла-Ми-Вуа,Амфревіль-ла-Мі-Вуа,امفرویل-لا-می-ویا		28	76	763	76005
3037861	Amfreville-la-Campagne	amfreville-la-campagne	FR	27370	913	Europe/Paris	49.21271	0.93191		Amfrevij la Kampan,Amfrevil la Kampan,Amfreville,Amfreville-la-Campagne,Amfreville-la-camp,Амфревил ла Кампањ,Амфревиј ла Кампањ		28	27	272	27011
3037862	Amfreville	amfreville	FR	14860	0	Europe/Paris	49.40834	-1.3919		Amfreville		28	50	502	50400
3037863	Amfreville	amfreville	FR	14860	1198	Europe/Paris	49.25	-0.23333				28	14	143	14009
3037865	Ameuvelle	ameuvelle	FR	88410	89	Europe/Paris	47.9423	5.9463		Ameuvelle		44	88	882	88007
3037866	Ameugny	ameugny	FR	71460	163	Europe/Paris	46.52586	4.67739		Ameni,Ameugny,Amni,Амењи,Амњи		27	71	715	71007
3037867	Amettes	amettes	FR	62260	486	Europe/Paris	50.53075	2.39348		Amet,Amett,Amette,Amettes,a mei te,amts,amytys,Амет,Аметт,أميتيس,امتس,阿梅特		32	62	622	62029
3037869	Ames	ames	FR	62190	533	Europe/Paris	50.54079	2.41512		Ames		32	62	622	62028
3037870	Amenucourt	amenucourt	FR	95510	186	Europe/Paris	49.10659	1.64293		Amanikur,Amenjukur,Amenucourt,a mo ni ku er,amnwkwrt,Аманикур,Аменюкур,امنوکورت,阿默尼库尔		11	95	953	95012
3037871	Amenoncourt	amenoncourt	FR	54450	0	Europe/Paris	48.62757	6.78858		Amenoncourt		44	54	542	54013
3037874	Amel-sur-l'Étang	amel-sur-l-etang	FR	55230	0	Europe/Paris	49.26667	5.65		Amel		44	55	553	55008
3037875	els Banys d'Arles	els-banys-d-arles	FR	66110	3829	Europe/Paris	42.47289	2.66916		Ameli le Ben,Amelie-les Bains,Amelie-les-Bains,Amélie-les Bains,Amélie-les-Bains,els Banys,els Banys d'Arles,Амели ле Бен		76	66	661	66003
3037876	Amelécourt	amelecourt	FR	57170	127	Europe/Paris	48.83811	6.50082				44	57	575	57018
3037877	Amécourt	amecourt	FR	27140	150	Europe/Paris	49.3801	1.73178		Amecourt,Amécourt		28	27	271	27010
3037879	Ambutrix	ambutrix	FR	01500	641	Europe/Paris	45.93779	5.33924		Ambjutri,Ambutriacum,Ambutrix,Ambyutri,Ombutriks,ambwtryks,ang bi te li,angbwiteuligseu,Амбютри,Амбютрі,Омбутрикс,Ամբյուտրի,آمبوتریکس,أمبوتريكس,امبوتریکس,昂比特里,앙뷔트릭스		84	01	011	01008
3037880	Ambrus	ambrus	FR	47160	76	Europe/Paris	44.22829	0.2435		Ambrus,Ombru,Омбру		75	47	474	47008
3037881	Ambrumesnil	ambrumesnil	FR	76550	466	Europe/Paris	49.85777	0.99459		Ambrjumenij,Ambrumesnil,Ombrumesnil,ambramsnyl,Амбрюмений,Амбрюменій,Омбрумеснил,امبرامسنیل		28	76	761	76004
3037882	Ambrugeat	ambrugeat	FR	19250	224	Europe/Paris	45.52662	2.11782		Ambrizhea,Ambrjuzha,Ambrugeat,Ambrujac,ambrwgyt,ang bu lu ya,Амбрижеа,Амбрюжа,امبروگیت,昂布吕雅		75	19	193	19008
3037884	Ambronay	ambronay	FR	01500	2238	Europe/Paris	46.00467	5.36273		Ambronay,Ambrone,Ambroniacum,Ambronê,Ombrone,ambrwnay,ang bu luo nei,angbeulone,Амброне,Омброне,Ամբրոնե,آمبرونے,أمبروناي,امبرونای,昂布罗内,앙브로네		84	01	011	01007
3037885	Ambrines	ambrines	FR	62127	174	Europe/Paris	50.31024	2.46787		Ambrines		32	62	621	62027
3037886	Ambrières-les-Vallées	ambrieres-les-vallees	FR	53300	2786	Europe/Paris	48.40214	-0.63108		Ambrier-le-Valle,Ambrieres,Ambrieres-le Grand,Ambrieres-le-Grand,Ambrieres-les-Vallees,Ambrijer le Vale,Ambrières,Ambrières-le Grand,Ambrières-le-Grand,Ambrières-les-Vallées,ambryrz-l-wls,ang bu li ai lai wa lai ai,Амбријер ле Вале,Амбрієр-ле-Валле,امبریرز-ل-ولس,昂布里埃莱瓦莱埃		52	53	533	53003
3037887	Ambrières	ambrieres	FR	51290	234	Europe/Paris	48.63444	4.83758		Ambrieres,Ambrières		44	51	514	51008
3037888	Ambrief	ambrief	FR	02200	70	Europe/Paris	49.31857	3.40155		Ambrief		32	02	024	02012
3037889	Ambricourt	ambricourt	FR	62310	107	Europe/Paris	50.47122	2.17754		Ambricourt,Ambrikur,Ombrikur,ambrykwrt,ang bu li ku er,Амбрикур,Омбрикур,أمبريكورت,امبریکورت,昂布里库尔		32	62	624	62026
3037891	Ambres	ambres	FR	81500	773	Europe/Paris	43.73203	1.81334		Ambres		76	81	812	81011
3037892	Ambrault	ambrault	FR	36120	711	Europe/Paris	46.78371	1.95896		Ambrault,Ambro,Ombrult,ambraywlt,ang bu luo er,Амбро,Омбрулт,امبرائولت,昂布罗尔		24	36	364	36003
3037895	Ambonville	ambonville	FR	52110	80	Europe/Paris	48.31176	5.01575		Ambonville		44	52	523	52007
3037897	Ambonnay	ambonnay	FR	51150	941	Europe/Paris	49.07713	4.17284		Ambonnay		44	51	512	51007
3037898	Ambonil	ambonil	FR	26800	109	Europe/Paris	44.7942	4.90767		Ambonil		84	26	263	26007
3037899	Ambon	ambon	FR	56190	1341	Europe/Paris	47.55416	-2.55655		Ambon		53	56	563	56002
3037900	Ambon	ambon	FR	56190	0	Europe/Paris	46.25849	3.32319				84	03	032	03148
3037902	Amboise	amboise	FR	37400	12685	Europe/Paris	47.41249	0.98266		Ambacia,Amboaz,Amboise,Ambosa,Ambuaz,Ambuazas,Saint-Denis-Hors,XAM,ambwz,anbowazu,ang bu wa si,Амбоаз,Амбуаз,Ամբուազ,امبوز,アンボワーズ,昂布瓦斯		24	37	373	37003
3037904	Ambly-sur-Meuse	ambly-sur-meuse	FR	55300	264	Europe/Paris	49.01952	5.44233		Ambly,Ambly-sur-Meuse		44	55	553	55007
3037905	Ambly-Fleury	ambly-fleury	FR	08130	151	Europe/Paris	49.48678	4.4843		Ambly,Ambly-Fleury		44	08	082	08010
3037907	Ambloy	ambloy	FR	41310	152	Europe/Paris	47.71242	0.96692		Ambloy		24	41	412	41001
3037910	Amblimont	amblimont	FR	08210	140	Europe/Paris	49.62843	5.06112		Amblimont		44	08	083	08311
3037911	Amblie	amblie	FR	14480	305	Europe/Paris	49.29171	-0.48735		Ambli,Amblie,Ombli,ang bu li ye,Амбли,Амблі,Омбли,昂布利耶		28	14	141	14355
3037912	Ambleville	ambleville	FR	16300	372	Europe/Paris	49.14844	1.69617		Ambleville		11	95	953	95011
3037913	Ambleville	ambleville	FR	16300	221	Europe/Paris	45.55277	-0.22131		Amblevil',Ambleville,Amblvil,Амблвил,Амблевиль,Амблевіль,امبل‌ویل، چارنت		75	16	162	16010
3037915	Ambleteuse	ambleteuse	FR	62164	2023	Europe/Paris	50.80729	1.60388		Ambletez,Imbelteuse,Ombletez,ambltyws,amblytyws,ang bu lei te si,Амблетез,Омблетез,أمبليتيوس,امبلتئوس,昂布勒特斯		32	62	623	62025
3037918	Ambléon	ambleon	FR	01300	93	Europe/Paris	45.74847	5.60091		Amblao,Ambleon,Ambléon,Ombleon,amblywn  ayn,ang bu lai weng,angbeulle-ong,Амблеон,Омблеон,أمبليون، أين,昂布莱翁,앙블레옹		84	01	011	01006
3037919	Ambleny	ambleny	FR	02290	1208	Europe/Paris	49.38079	3.18447		Ambleni,Ambleny,Ombleni,amblny,ang bu lei ni,Амблени,Амблені,Омблени,Ամբլենի,امبلنی,昂布勒尼		32	02	024	02011
3037920	Amblans-et-Velotte	amblans-et-velotte	FR	70200	297	Europe/Paris	47.67914	6.4095		Amblans,Amblans-et-Velotte		27	70	701	70014
3037921	Amblainville	amblainville	FR	60110	1757	Europe/Paris	49.20443	2.12242		Amblainville,Amblenvil',Omblanvij,amblaynwyl,ang bu lan wei er,Амбленвіль,Омбланвиј,امبلاینویل,昂布兰维尔		32	60	601	60010
3037925	Ambillou-Château	ambillou-chateau	FR	49700	902	Europe/Paris	47.26229	-0.34368		Ambiju-Shato,Ambillou,Ambillou-Chateau,Ambillou-Château,Ambillou-la-Gresille,Ambillou-la-Grésille,ambylw-shtw,ang bi lu sha tuo,Амбију-Шато,Амбію-Шато,امبیلو-شتو,昂比卢沙托		52	49	493	49003
3037927	Ambillou	ambillou	FR	37340	1359	Europe/Paris	47.451	0.4473		Ambillou		24	37	371	37002
3037928	Ambiévillers	ambievillers	FR	70210	112	Europe/Paris	47.97522	6.16124		Ambievillers,Ambiévillers		27	70	701	70013
3037929	Ambierle	ambierle	FR	42820	1767	Europe/Paris	46.10558	3.89323		Amberl',Ambierle,Embierle,Embièrle,Ombjerl,ambyrl,ang bi ye er,Амбєрль,Омбјерл,امبیرل,昂比耶尔		84	42	422	42003
3037930	Ambiegna	ambiegna	FR	20151	44	Europe/Paris	42.0838	8.79224		Amb'en'ja,Amben'ja,Ambiegna,Ombjena,ambynya,Амбьенья,Амбєнья,Омбјења,آمبینیا		94	2A	2A1	2A014
3037932	Ambialet	ambialet	FR	81430	448	Europe/Paris	43.94708	2.37889		Ambialet		76	81	811	81010
3037933	Ambeyrac	ambeyrac	FR	12260	199	Europe/Paris	44.50976	1.94419		Ambayrac,Ambeyrac		76	12	123	12007
3037935	Ambès	ambes	FR	33810	3058	Europe/Paris	45.01127	-0.53219		Ambes,Ambés,Ombe,Sent Jacme dAmbes,Sent Jacme dAmbés,ambs,ang bei,Амбес,Омбе,امبس,昂贝		75	33	332	33004
3037937	Ambert	ambert	FR	63600	7901	Europe/Paris	45.54944	3.74164		Amber,Ambert,Amberta,Embert,Embèrt,ambrt,anberu,ang bei er,Амбер,امبرت,アンベール,昂贝尔	631	84	63	631	63003
3037939	Amberre	amberre	FR	86110	456	Europe/Paris	46.76487	0.16285		Amberr,Amberra,Amberre,Omber,ambr,ang bei er,Амберр,Омбер,امبر,昂贝尔		75	86	863	86002
3037940	Ambernac	ambernac	FR	16490	390	Europe/Paris	45.98018	0.54144		Ambernac,Ambernak,Ombernak,ambrnak,ang bei er na ke,Амбернак,Омбернак,امبرناک,昂贝尔纳克		75	16	163	16009
3037941	Ambérieux-en-Dombes	amberieux-en-dombes	FR	01330	1529	Europe/Paris	45.99894	4.90126		Amberieux,Amberieux-en-Dombes,Ambérieux,Ambérieux-en-Dombes		84	01	012	01005
3037943	Ambérieu-en-Bugey	amberieu-en-bugey	FR	01500	13260	Europe/Paris	45.95932	5.3516		Amber'jo-an-Bjuzhe,Ambere-an-Bjuzhe,Amberieu,Amberieu-en-Bugey,Amberioex,Amberyo an Byuze,Ambèriœx,Ambérieu,Ambérieu-en-Bugey,Omberju-on-Buzhi,Saint-Amberieu,Saint-Ambérieu,ambryw-an-bwgy,ambyryw-awn-bwghy,ang bei e ang bi re,angbelioeangbwije,Амберьё-ан-Бюже,Амберє-ан-Бюже,Омберју-он-Бужи,Ամբերյո ան Բյուժե,آمبریو-آں-بوژے,أمبيريو-أون-بوغي,امبریو-ان-بوگی,昂贝略昂比热,앙베리외앙뷔제		84	01	011	01004
3037944	Ambérieux	amberieux	FR	69480	453	Europe/Paris	45.9268	4.73528		Amberieu,Ambérieu		84	69	692	69005
3037946	Ambérac	amberac	FR	16140	351	Europe/Paris	45.85275	0.06567		Amberac,Amberak,Ambérac,Omberak,ambrak,ang bei la ke,Амберак,Омберак,امبراک,昂贝拉克		75	16	163	16008
3037948	Ambenay	ambenay	FR	27250	484	Europe/Paris	48.83628	0.73169		Ambenay		28	27	272	27009
3037951	Ambel	ambel	FR	38970	23	Europe/Paris	44.80527	5.93024		Ambe,Ambel,Ambel',Embeu,Embèu,Ombel,ambl  asrayyl,ang bei,Амбель,Омбел,امبل، اسرائیل,昂贝		84	38	381	38008
3037954	Ambazac	ambazac	FR	87240	5004	Europe/Paris	45.95733	1.39975		Ambazac,Ambazak,Embasac,ambazak,ang ba zha ke,x xng ba sak,Амбазак,امبازاک,อ็องบาซัก,昂巴扎克		75	87	872	87002
3037955	Ambax	ambax	FR	31230	82	Europe/Paris	43.3678	0.9356		Ambax		76	31	312	31007
3037956	Ambarès-et-Lagrave	ambares-et-lagrave	FR	33440	12955	Europe/Paris	44.92737	-0.49141		Ambares e La Grava,Ambares e la Grava,Ambares-e-Lagrav,Ambares-et-La Grave,Ambares-et-Lagrave,Ambarez-e-Lagrav,Ambarès-et-La Grave,Ambarès-et-Lagrave,Ambarés e La Grava,Ambarés e la Grava,Amoares,Amoarès,ambars-at-lagrawa,ang ba lei he la ge la fu,Амбарез-е-Лаграв,Амбарес-е-Лаграв,امبارس-ات-لاگراوا,昂巴雷和拉格拉夫		75	33	332	33003
3037957	Ambacourt	ambacourt	FR	88500	282	Europe/Paris	48.34611	6.14131		Ambacourt		44	88	882	88006
3037959	Amazy	amazy	FR	58190	244	Europe/Paris	47.37551	3.57794				27	58	582	58005
3037960	Amayé-sur-Seulles	amaye-sur-seulles	FR	14310	172	Europe/Paris	49.07983	-0.71488		Amaye,Amaye-sur-Seulles,Amayé,Amayé-sur-Seulles		28	14	144	14007
3037961	Amayé-sur-Orne	amaye-sur-orne	FR	14210	730	Europe/Paris	49.08541	-0.43882		Amaye,Amaye-sur-Orne,Amayé-sur-Orne		28	14	142	14006
3037962	Amathay-Vésigneux	amathay-vesigneux	FR	25330	136	Europe/Paris	47.02147	6.19983		Amathay,Amathay-Vesigneux,Amathay-Vésigneux		27	25	251	25016
3037964	Amarens	amarens	FR	81170	82	Europe/Paris	44.03812	1.91405		Amarens		76	81	811	81009
3037966	Amanzé	amanze	FR	71800	205	Europe/Paris	46.33187	4.24126		Amanze,Amanzé,Amonze,Аманзе,Амонзе		27	71	713	71006
3037967	Amanvillers	amanvillers	FR	57865	1981	Europe/Paris	49.16784	6.04367		Amanvije,Amanville,Amanviller,Amanvillers,a mang wei lai er,amanwylrs,Аманвилле,Аманвиллер,Аманвије,Аманвілле,آمانویلرس,阿芒维莱尔		44	57	579	57017
3037968	Amanty	amanty	FR	55130	54	Europe/Paris	48.51868	5.61066		Amanty		44	55	552	55005
3037969	Amanlis	amanlis	FR	35150	1568	Europe/Paris	48.00627	-1.47642		Amanli,Amanlis,Amanlix,Amanliz,a mang li,amanlys,Аманли,Аманлі,امانلیس,阿芒利		53	35	351	35002
3037970	Amange	amange	FR	39700	365	Europe/Paris	47.16475	5.56477		Amange		27	39	391	39008
3037971	Amancy	amancy	FR	74800	1949	Europe/Paris	46.07294	6.3289		Amancy		84	74	742	74007
3037972	Amancey	amancey	FR	25330	647	Europe/Paris	47.03761	6.07174		Amancey		27	25	251	25015
3037974	Amance	amance	FR	10140	307	Europe/Paris	48.75453	6.28071		Amance		44	54	543	54012
3037975	Amance	amance	FR	10140	253	Europe/Paris	48.29483	4.5158		Amance,Amans,a mang ke,amans  aywb,Аманс,امانس، ائوب,阿芒克		44	10	101	10005
3037976	Amance	amance	FR	10140	782	Europe/Paris	47.80082	6.05897		Amance		27	70	702	70012
3037979	Amailloux	amailloux	FR	79350	744	Europe/Paris	46.74684	-0.31639		Amailloux		75	79	793	79008
3037980	Amagney	amagney	FR	25220	704	Europe/Paris	47.30517	6.15082		Amagney		27	25	251	25014
3037981	Amagne	amagne	FR	08300	709	Europe/Paris	49.51716	4.50373		Amagne,Aman,Amane,Амањ,Амање		44	08	082	08008
3037982	Amage	amage	FR	70280	347	Europe/Paris	47.83724	6.48914		Amage		27	70	701	70011
3037984	Alzonne	alzonne	FR	11170	1308	Europe/Paris	43.25379	2.17577		Al'zon,Al'zonn,Alzon,Alzona,Alzonne,a er zong,alzwny,Алзон,Альзон,Альзонн,الزونی,阿尔宗		76	11	111	11009
3038133	Alleuze	alleuze	FR	15100	201	Europe/Paris	44.95	3.1		Alez,Alleuze,Aluz,Алез,Алуз		84	15	153	15002
3037988	Alzon	alzon	FR	30770	0	Europe/Paris	43.96695	3.43916		Al'zon,Alzon,a er zong,alzwn,Алзон,Альзон,الزون,阿尔宗		76	30	303	30009
3037989	Alzing	alzing	FR	57320	415	Europe/Paris	49.27895	6.55274		Alzing		44	57	573	57016
3037991	Alzi	alzi	FR	20212	18	Europe/Paris	42.30361	9.3025		Alzi		94	2B	2B3	2B013
3037993	Alzen	alzen	FR	09240	172	Europe/Paris	42.98832	1.4724		Alzen		76	09	093	09009
3037997	Alvimare	alvimare	FR	76640	474	Europe/Paris	49.6052	0.63045		Alvemar,Alvimar,Alvimare,Алвемар,Алвимар		28	76	762	76002
3037998	Alvignac	alvignac	FR	46500	645	Europe/Paris	44.82697	1.69263		Al'vin'jak,Albinhac,Alvignac,Alvignac-les-Eaux,Alvinak,a er wei ni ya ke,alwynyak,Алвињак,Альвіньяк,آلوینیاک,阿尔维尼亚克		76	46	463	46003
3038000	Aluze	aluze	FR	71510	252	Europe/Paris	46.84732	4.68619		Aliz,Aluz,Aluze,Ализ,Алуз		27	71	712	71005
3038003	Altwiller	altwiller	FR	67260	425	Europe/Paris	48.92915	6.98044		Al'tviller,Altvije,Altviler,Altviller,Altweiler,Altwiller,a er te wei lai,altwylyr,Àltwiller,Алтвилер,Алтвије,Альтвиллер,Альтвіллер,ألتويلير,阿尔特维莱		44	67	674	67009
3038005	Altviller	altviller	FR	57730	556	Europe/Paris	49.07386	6.73184		Al'tviller,Altviller,Altweiler,Altwiller,Altziller,Alvije,a er te wei lai,altwylr,Алвије,Альтвиллер,Альтвіллер,آلتویلر,阿尔特维莱		44	57	573	57015
3038007	Altrippe	altrippe	FR	57660	422	Europe/Paris	49.02928	6.81762		Altrippe		44	57	573	57014
3038008	Altorf	altorf	FR	67120	1165	Europe/Paris	48.52166	7.52787		Al'torf,Aldorf,Altdorf,Altorf,a er tuo er,altarf,altwrf,Àldorf,Алторф,Альторф,ألتورف,التارف,阿尔托尔		44	67	673	67008
3038012	Altkirch	altkirch	FR	68130	5564	Europe/Paris	47.62417	7.23954		Al'tkirsh,Altkirch,Altkirkh,Altkirsh,a er te ji ke,arutokirushu,Алткирх,Алткирш,Альткирш,Альткірш,آلت‌کیرش,アルトキルシュ,阿尔特基克	681	44	68	681	68004
3038013	Altillac	altillac	FR	19120	826	Europe/Paris	44.97767	1.84828		Al'tijak,Altijak,Altilhac,Altillac,a er di la ke,altylak,Алтијак,Альтийак,Альтияк,Альтіяк,التیلاک,阿尔蒂拉克		75	19	191	19007
3038015	Altier	altier	FR	48800	217	Europe/Paris	44.47428	3.86146		Altier		76	48	482	48004
3038017	Altiani	altiani	FR	20251	105	Europe/Paris	42.23696	9.29131		Al'tiani,Altiani,Altijani,altyany,Алтиани,Алтијани,Альтиани,Альтіані,التیانی		94	2B	2B3	2B012
3038158	Allègre-les-Fumades	allegre-les-fumades	FR	30500	712	Europe/Paris	44.19968	4.24536		Alegr,Alegre,Allegr-le-Fjumad,Allegre,Allègre,Alègre,a lai ge er lai fei ma dai,alygr-l-fwmads,Алегр,Аллегр-ле-Фюмад,الیگر-ل-فومادس,阿莱格尔莱菲马代		76	30	301	30008
3038020	Althen-des-Paluds	althen-des-paluds	FR	84210	2125	Europe/Paris	44.00405	4.95861		Al'tan-de-Palju,Al'tan-de-Paljud,Altan de Pali,Althen,Althen-des-Paluds,Althen-les-Paluds,Alton-des-Pali,Lei Palus,Lei Palús,a er tang dai pa lu de,altyn-d-palwdz,Алтан де Пали,Алтон-дес-Пали,Альтан-де-Палю,Альтан-де-Палюд,التین-د-پالودز,阿尔唐代帕吕德		93	84	843	84001
3038022	Altenheim	altenheim	FR	67490	227	Europe/Paris	48.71962	7.46272		Al'tenajm,Altene,Altenem,Altenheim,Altenkhajm,a er te nan,altnhym,altynhym,Àltene,Алтенем,Алтенхајм,Альтенайм,ألتينهيم,التنهیم,阿尔特南		44	67	674	67006
3038024	Altenach	altenach	FR	68210	358	Europe/Paris	47.60607	7.11218		Altenach		44	68	681	68002
3038026	Alteckendorf	alteckendorf	FR	67270	789	Europe/Paris	48.79166	7.59705		Al'tekendorf,Altackedorf,Alteckendorf,Altekendorf,Altekondorf,a er tai kang duo er,altchndraf,altskyndwrt,Àltackedorf,Алтекендорф,Алтекондорф,Альтекендорф,ألتسكيندورت,التچندراف,阿尔泰康多尔		44	67	674	67005
3038027	Altagène	altagene	FR	20112	0	Europe/Paris	41.70615	9.07088		Altagene,Altagène		94	2A	2A4	2A011
3038029	Alsting	alsting	FR	57515	2744	Europe/Paris	49.18175	6.99255		Al'sten,Alsting,Alstingen,a er si tan,alstyng,Алстинг,Альстен,آلستینگ,阿尔斯坦		44	57	573	57013
3038035	Alrance	alrance	FR	12430	384	Europe/Paris	44.13143	2.68325		Alrance		76	12	121	12006
3038036	Alquines	alquines	FR	62850	839	Europe/Paris	50.7411	1.99317		Alquines		32	62	625	62024
3038037	Alpuech	alpuech	FR	12210	87	Europe/Paris	44.76236	2.84777		Al'pjuesh,Al'pjush,Alpijesh,Alpuech,Alpueg,Alpuèg,Altpueg,Altpuèg,a er pi ai ke,alpwych,Алпијеш,Альпюеш,Альпюш,الپویچ,阿尔皮埃克		76	12	122	12223
3038051	Aloxe-Corton	aloxe-corton	FR	21420	183	Europe/Paris	47.06665	4.85955		Aloks Korton,Aloks-Korton,Aloxe-Corton,a luo ke si ke er tong,a luo si ge tong,alwks-kwrtwn,Алокс Кортон,Алокс-Кортон,الوکس-کورتون,アロース・コルトン,阿洛克斯科尔通,阿洛斯歌通		27	21	211	21010
3038053	Alos-Sibas-Abense	alos-sibas-abense	FR	64470	341	Europe/Paris	43.11667	-0.86667		Alo Sibaz Aban,Alos,Alos-Sibas-Abans,Alos-Sibas-Abense,Alos-Sibas-Albense-de Haut,Alos-Sibas-Avensa,Aloze-Ziboze-Onizegaine,Alòs-Sibàs-Avensa,a luo xi ba a bang si,alas-sybas-abns,Ало Сибаз Абан,Алос-Сибас-Абанс,Алос-Сібас-Абанс,الاس-سیباس-ابنس,阿洛西巴阿邦斯		75	64	642	64017
3038055	Alos	alos	FR	09200	124	Europe/Paris	44.02414	1.87714		Alos		76	81	811	81007
3038056	Alos	alos	FR	09200	119	Europe/Paris	42.90828	1.14477		Alos		76	09	093	09008
3038062	Almont-les-Junies	almont-les-junies	FR	12300	0	Europe/Paris	44.59756	2.2928		Almont		76	12	123	12004
3038064	Almenêches	almeneches	FR	61570	664	Europe/Paris	48.69709	0.11008		Almeneches,Almenêches		28	61	611	61002
3038065	Almayrac	almayrac	FR	81190	289	Europe/Paris	44.10122	2.16682		Almayrac		76	81	811	81008
3038067	Ally	ally	FR	15700	186	Europe/Paris	45.15964	3.31419		Ali,Ally,Али		84	43	431	43006
3038068	Ally	ally	FR	15700	0	Europe/Paris	45.17421	2.31539		Ali,Ally,Али		84	15	152	15003
3038069	Alluyes	alluyes	FR	28800	712	Europe/Paris	48.22955	1.3617		Alij,Alluyes,Aluij,Алиј,Алуиј		24	28	282	28005
3038070	Alluy	alluy	FR	58110	402	Europe/Paris	47.03392	3.64128				27	58	581	58004
3038072	Allouville-Bellefosse	allouville-bellefosse	FR	76190	0	Europe/Paris	49.59674	0.67745		Allouville,Allouville e Bellefosse,Allouville-Bellefosse,Alluvil'-Bel'foss,Aluvil Belfos,alwywyl-blfas,Аллувиль-Бельфосс,Аллувіль-Бельфосс,Алувил Белфос,الویویل-بلفاس		28	76	763	76001
3038073	Allouis	allouis	FR	18500	776	Europe/Paris	47.16533	2.22753		Allouis,Alui,Aluj,Алуи,Алуј		24	18	183	18005
3038074	Alloue	alloue	FR	16490	505	Europe/Paris	46.02756	0.51492		Alauda,Alloue,Alloué,Allu,Alu,a lu ai,Аллу,Алу,阿卢埃		75	16	163	16007
3038075	Allouagne	allouagne	FR	62157	3132	Europe/Paris	50.53167	2.51194		Allouagne,Allouanne,Alluan',Aluan,a lu nie,alwagny,alwajn,Аллуань,Алуањ,ألواجن,الواگنی,阿卢涅		32	62	622	62023
3038079	Allos	allos	FR	04260	677	Europe/Paris	44.24111	6.62861		Allo,Allos,Alo,Alos,Alòs,a luo,alas,Алло,Аллос,Ало,الاس,阿洛		93	04	042	04006
3038080	Allonzier-la-Caille	allonzier-la-caille	FR	74350	1188	Europe/Paris	46.00117	6.11865		Allonz'e-la-Kaj,Allonzier-la-Caille,Alonzje la Kaj,Cura de Alonzie,alwnzyr-la-kayl,Аллонзьє-ла-Кай,Алонзје ла Кај,الونزیر-لا-کایل		84	74	743	74006
3038081	Allonville	allonville	FR	80260	582	Europe/Paris	49.94039	2.3633		Allonvil',Allonville,Alonvil,Alonville,a long wei er,alwnwyl,Аллонвіль,Алонвил,Ալոնվիլ,الونویل,阿隆维尔		32	80	802	80020
3038082	Allonville	allonville	FR	80260	0	Europe/Paris	48.17873	1.5286				24	28	282	28277
3038083	Allons	allons	FR	04170	180	Europe/Paris	44.20099	-0.05437		Allons,Alon,Alun,Алон,Алун		75	47	474	47007
3038084	Allons	allons	FR	04170	86	Europe/Paris	43.9775	6.59505		Allons,Alon,Алон		93	04	042	04005
3038085	Allonnes	allonnes	FR	28150	295	Europe/Paris	48.33056	1.65612		Allonnes		24	28	281	28004
3038086	Allonnes	allonnes	FR	28150	11949	Europe/Paris	47.96744	0.16023		Allones,Allonnes		52	72	723	72003
3038087	Allonnes	allonnes	FR	28150	2761	Europe/Paris	47.29339	0.02277		Allonnes		52	49	493	49002
3038088	Allonne	allonne	FR	60000	1332	Europe/Paris	49.40863	2.11427		Allonne		32	60	601	60009
3038089	Allonne	allonne	FR	60000	671	Europe/Paris	46.58229	-0.38258		Allonne		75	79	793	79007
3038090	Allondrelle	allondrelle	FR	54260	526	Europe/Paris	49.51168	5.56248		Allondrelle,Allondrelle-la-Malmaison		44	54	541	54011
3038091	Allondaz	allondaz	FR	73200	194	Europe/Paris	45.70593	6.37058		Allonda,Allondatium,Allondaz,Alondaz,alwndaz,Аллонда,Алондаз,الونداز		84	73	731	73014
3038092	Allondans	allondans	FR	25550	198	Europe/Paris	47.51928	6.74802		Allondans		27	25	252	25013
3038094	Allogny	allogny	FR	18110	900	Europe/Paris	47.22542	2.32009		Allogny,Allon'i,Aloni,a luo ni,alagny,Аллоньи,Аллоньї,Алоњи,الاگنی,阿洛尼		24	18	181	18004
3038099	Allinges	allinges	FR	74200	3355	Europe/Paris	46.33547	6.4635		Alenzh,Allenzh,Allinges,Allingiae-Mesingiae,alyngz,Аленж,Алленж,الینگز		84	74	744	74005
3038100	Allineuc	allineuc	FR	22460	515	Europe/Paris	48.31159	-2.87279		Alineg,Alinek,Alinuk,Allineuc,Алинек,Алинук		53	22	224	22001
3038102	Alligny-en-Morvan	alligny-en-morvan	FR	58230	651	Europe/Paris	47.19974	4.17729		Aligneium,Alini an Morvan,Alligny,Alligny-en-Morvand,Allin'i-an-Morvan,alygny-an-marwan,mo er wang de qu a li ni,Алињи ан Морван,Аллиньи-ан-Морван,Алліньї-ан-Морван,الیگنی-ان-ماروان,莫尔旺地区阿利尼		27	58	581	58003
3038103	Alligny-Cosne	alligny-cosne	FR	58200	831	Europe/Paris	47.4538	3.06012		Alligny		27	58	584	58002
3038107	Allières	allieres	FR	09240	69	Europe/Paris	43.0361	1.36543		Ailleres,Aillères,Allieres,Allières		76	09	093	09007
3038114	Allier	allier	FR	65360	0	Europe/Paris	44.9985	0.78352				75	24	243	24576
3038115	Allier	allier	FR	65360	353	Europe/Paris	43.17728	0.12255		Al'e,Allier,Алье		76	65	653	65005
3038117	Allichamps	allichamps	FR	52130	388	Europe/Paris	48.5614	4.89392		Allichamps		44	52	523	52006
3038118	Allichamps	allichamps	FR	52130	0	Europe/Paris	46.78333	2.43333				24	18	182	18038
3038119	Allibaudières	allibaudieres	FR	10700	286	Europe/Paris	48.58474	4.11302		Alibodjer,Allibaudieres,Allibaudières,Allibod'er,a li bo di ai,alybawdyrz,Алибодјер,Аллибодьер,Аллібодьєр,الیباودیرز,阿利博迪埃		44	10	103	10004
3038120	Alliat	alliat	FR	09400	0	Europe/Paris	45.56762	5.1863				84	38	382	38172
3038121	Alliat	alliat	FR	09400	66	Europe/Paris	42.81726	1.58645		Alliat		76	09	091	09006
3038122	Alliancelles	alliancelles	FR	51250	141	Europe/Paris	48.81007	4.88112		Al'jansel',Alijansel,Alliancelles,a li ang se lai,alyansls,Алијансел,Альянсель,الیانسلس,阿利昂瑟莱		44	51	514	51006
3038123	Allez-et-Cazeneuve	allez-et-cazeneuve	FR	47110	622	Europe/Paris	44.4	0.61667		Ale-e-Kazenov,Alez e Kaznev,Allez-et-Cazeneuve,Але-е-Казенов,Алез е Казнев		75	47	473	47006
3038124	Alleyrat	alleyrat	FR	19200	168	Europe/Paris	45.98916	2.14545		Alleyrat		75	23	231	23003
3038125	Alleyrat	alleyrat	FR	19200	101	Europe/Paris	45.57683	2.21473		Alairac,Alera,Allejra,Allera,Alleyrat,a lai la,alyrat  kwrz,Алера,Аллейра,Аллера,الیرات، کورز,阿莱拉		75	19	193	19006
3038126	Alleyras	alleyras	FR	43580	178	Europe/Paris	44.90649	3.68247		Alairas,Alairàs,Aleira,Alera,Allejra,Alleyras,a lai la,alyras,Алеира,Алера,Аллейра,الیراس,阿莱拉		84	43	432	43005
3038127	Alleyrac	alleyrac	FR	43150	127	Europe/Paris	44.89032	3.98641		Alairac,Alejark,Alerak,Allejrak,Alleyrac,a lai la ke,Алерак,Алејарк,Аллейрак,阿莱拉克		84	43	432	43004
3038128	Allex	allex	FR	26400	2245	Europe/Paris	44.76765	4.89837		Allex		84	26	261	26006
3038131	Allèves	alleves	FR	74540	290	Europe/Paris	45.75195	6.07911		Alev,Allev,Allevae,Alleves,Allèves,Алев,Аллев		84	74	741	74004
3038132	Allevard	allevard	FR	38580	3783	Europe/Paris	45.39449	6.07519	399	Al'var,Alevard,Alevârd,Allevar,Allevard,Allevard-les-Bains,Alvar,a lei wa er,alywrd,Алвар,Аллевар,Альвар,الیورد,阿勒瓦尔		84	38	381	38006
3038134	Alles-sur-Dordogne	alles-sur-dordogne	FR	24480	340	Europe/Paris	44.85919	0.86753		Al na Dordoni,Al sir Dordon,Al'-sjur-Dordon',Alans,Ales,Alles,Alles-sur-Dordogne,Allès-sur-Dordogne,alys-swr-dwrdagn,duo er duo ni he pan a lai,Àlans,Ал на Дордоњи,Ал сир Дордоњ,Аль-сюр-Дордонь,الیس-سور-دورداگن,多尔多尼河畔阿莱		75	24	241	24005
3038135	Allery	allery	FR	80270	766	Europe/Paris	49.96398	1.89829		Allery		32	80	801	80019
3038136	Allériot	alleriot	FR	71380	824	Europe/Paris	46.81424	4.94592		Alleriot,Allériot		27	71	712	71004
3038137	Allerey	allerey	FR	21230	0	Europe/Paris	47.45048	4.34453				27	21	213	21272
3038138	Allerey	allerey	FR	21230	0	Europe/Paris	47.18952	4.44202		Allerey		27	21	211	21009
3038139	Allerey-sur-Saône	allerey-sur-saone	FR	71350	617	Europe/Paris	46.90525	4.98299		Alere sir Saon,Allere-sjur-Son,alyry-swr-sawna,Алере сир Саон,Аллере-сюр-Сон,الیری-سور-ساونا		27	71	712	71003
3038141	Allenwiller	allenwiller	FR	67310	485	Europe/Paris	48.65491	7.37552		Alenviler,Allenviller,Allenweiler,Allenwiller,Allewiller,Alonvije,a lang wei lai,alynwylyr,Àllewiller,Аленвилер,Алленвиллер,Алленвіллер,Алонвије,ألينويلير,الین‌ویلر,阿朗维莱		44	67	674	67004
3038142	Allennes-les-Marais	allennes-les-marais	FR	59251	3488	Europe/Paris	50.53754	2.95361		Alen le Mare,Allenn-le-Mare,Allennes,a lai ne lai ma lai,alyns-l-marays,Ален ле Маре,Алленн-ле-Маре,الینس-ل-مارایس,阿莱讷莱马赖		32	59	595	59005
3038143	Allenjoie	allenjoie	FR	25490	649	Europe/Paris	47.53491	6.89735		Allenjoie		27	25	252	25011
3038144	Allenc	allenc	FR	48190	202	Europe/Paris	44.54126	3.66158		Allenc		76	48	482	48003
3038145	Allenay	allenay	FR	80130	283	Europe/Paris	50.08645	1.4911		Allenay		32	80	801	80018
3038146	Allemond	allemond	FR	38114	827	Europe/Paris	45.12924	6.03707		Al'mon,Allemon,Allemond,Allemont,Almon,a lai meng,alymwnd,Аллемон,Алмон,Альмон,الیموند,阿莱蒙		84	38	381	38005
3038148	Allemant	allemant	FR	02320	117	Europe/Paris	49.46155	3.45404		Allemant		32	02	024	02010
3038149	Allemant	allemant	FR	02320	150	Europe/Paris	48.7602	3.80013		Allemant		44	51	512	51005
3038150	Allemant	allemant	FR	02320	0	Europe/Paris	48.74353	1.61018				24	28	283	28056
3038151	Allemans-du-Dropt	allemans-du-dropt	FR	47800	450	Europe/Paris	44.62745	0.28914		Allemans,Allemans-du-Dropt,Alman di Dro,Almon-di-Dropt,Алман ди Дро,Алмон-ди-Дропт		75	47	472	47005
3038152	Allemans	allemans	FR	24600	570	Europe/Paris	45.28778	0.30911		Allemans,Alman,Almon,Алман,Алмон		75	24	243	24007
3038153	Allemans	allemans	FR	24600	0	Europe/Paris	44.53666	0.4437				75	47	473	47309
3038154	Allemanche-Launay-et-Soyer	allemanche-launay-et-soyer	FR	51260	117	Europe/Paris	48.6054	3.7877		Allemanche,Allemanche-Launay-et-Soyer		44	51	512	51004
3038155	Allemagne-en-Provence	allemagne-en-provence	FR	04500	404	Europe/Paris	43.7819	6.007		Al'man'-an-Provans,Alemanha,Alemanha de Provenca,Alemanha de Provença,Allemagne,Allemagne-de-Provence,Allemagne-en-Provence,Alman an Provans,alymagn-an-prawyns,pu luo wang si de qu a lai ma ni,Алмањ ан Прованс,Альмань-ан-Прованс,الیماگن-ان-پراوینس,普罗旺斯地区阿莱马尼		93	04	044	04004
3038156	Alleins	alleins	FR	13980	2176	Europe/Paris	43.70387	5.16203		Alen,Alleins,Allen,a lan,alynz,Ален,Аллен,الینز,阿兰		93	13	131	13003
3038157	Allègre	allegre	FR	43270	1070	Europe/Paris	45.19959	3.71174		Alegr,Alegre,Allegr,Allegre,Allègre,Alègre,a lai ge er,Алегр,Аллегр,阿莱格尔		84	43	432	43003
3038159	Allauch	allauch	FR	13190	21406	Europe/Paris	43.33573	5.48201		Alaug,Allauch,Allo,Allosh,Alosh,a luo,alawch,Алло,Аллош,Алош,الاوچ,阿洛		93	13	133	13002
3038160	Allassac	allassac	FR	19240	3476	Europe/Paris	45.2584	1.4755		Alacac,Alasak,Alaçac,Allassac,Allassak,a la sa ke,alasak,arasakku,Аласак,Аллассак,الاساک,アラサック,阿拉萨克		75	19	191	19005
3038161	Allas-les-Mines	allas-les-mines	FR	24220	237	Europe/Paris	44.8334	1.07217		Ala le Men,Ala-les-Min,Alas,Alas de Berbiguieras,Alla-le-Min,Allas,Allas-l'Egalite,Allas-l'Egalité,Allas-la-Liberte,Allas-la-Liberté,Allas-les-Mines,Alàs,Alàs de Berbiguièras,a la lai mi nei,alas-l-mayns,Ала ле Мен,Ала-лес-Мин,Алла-ле-Мин,Алла-ле-Мін,الاس-ل-ماینس,阿拉莱米内		75	24	244	24006
3038162	Allas-Champagne	allas-champagne	FR	17500	198	Europe/Paris	45.47065	-0.33511		Allas,Allas-Champagne		75	17	171	17006
3038163	Allas-Bocage	allas-bocage	FR	17150	163	Europe/Paris	45.38374	-0.49193		Ala Bokazh,Alla-Bokazh,Allas,Allas Bokaz,Allas-Bocage,Allas-Bokazh,a la bo ka ge,alas-bwkazh,Ала Бокаж,Алла-Бокаж,Аллас-Бокаж,Ալլաս Բոկաժ,آلاس-بوکاژ,阿拉博卡格		75	17	171	17005
3038164	Allarmont	allarmont	FR	88110	273	Europe/Paris	48.4819	7.01295		Alarmon,Allarmon,Allarmont,a la er meng,alarmant,Алармон,Аллармон,الارمانت,阿拉尔蒙		44	88	883	88005
3038167	Alland'Huy-et-Sausseuil	alland-huy-et-sausseuil	FR	08130	0	Europe/Paris	49.51256	4.55615		Alandij e Sosej,Alijan'Khu-e-Susej,Alland'Huy-et-Sausseuil,Alland'huy,Аландиј е Сосеј,Алијан'Ху-е-Сусеј		44	08	084	08006
3038169	Allanche	allanche	FR	15160	1122	Europe/Paris	45.22907	2.93449		Alancha,Alansh,Allancha,Allanche,Allanches,Allansh,Alonsh,a lang ke,alanchh,Аланш,Алланш,Алонш,الانچه,阿朗克		84	15	153	15001
3038173	Allan	allan	FR	26780	1517	Europe/Paris	44.49713	4.79068		Allan		84	26	262	26005
3038174	Allamps	allamps	FR	54112	530	Europe/Paris	48.54692	5.80947		Allamps		44	54	544	54010
3038175	Allamont	allamont	FR	54800	111	Europe/Paris	49.12318	5.76242		Allamont		44	54	541	54009
3038176	Allaire	allaire	FR	56350	3427	Europe/Paris	47.63726	-2.16514		Alaer,Allaire		53	56	563	56001
3038178	Allainville	allainville	FR	28500	0	Europe/Paris	48.72232	1.30237		Alanvij,Alenvil,Allainville,Аланвиј,Аленвил		24	28	283	28003
3038179	Allainville	allainville	FR	28500	0	Europe/Paris	48.4569	1.89584		Allainville,Allainville-aux-Bois,Franciade-Libre		11	78	782	78009
3038180	Allaines	allaines	FR	80200	412	Europe/Paris	49.96323	2.94579		Allaines		32	80	804	80017
3038181	Allaines-Mervilliers	allaines-mervilliers	FR	28310	288	Europe/Paris	48.2	1.83333				24	28	281	28199
3038183	Allain	allain	FR	54170	400	Europe/Paris	48.54904	5.9091		Alen,Allain,Allen,a lan,alayn,Ален,Аллен,الاین,阿兰		44	54	544	54008
3038185	Alizay	alizay	FR	27460	1327	Europe/Paris	49.32158	1.17854		Alizay,Alize,a li ze,alyzay,Ализе,Алізе,الیزای,阿利泽		28	27	271	27008
3038186	Alixan	alixan	FR	26300	2229	Europe/Paris	44.97426	5.0285		Alexianum,Aliksan,Alixan,Les Aleissans,Los Aleissans,a li ke sang,alksan,Аликсан,Аліксан,الکسان,阿利克桑		84	26	263	26004
3038187	Alix	alix	FR	69380	735	Europe/Paris	45.91266	4.65407		Alix		84	69	692	69004
3038188	Alix	alix	FR	69380	0	Europe/Paris	44.92835	0.38793				75	24	241	24246
3038190	Alissas	alissas	FR	07210	1101	Europe/Paris	44.71253	4.62936		Alissas		84	07	072	07008
3038193	Alise-Sainte-Reine	alise-sainte-reine	FR	21150	701	Europe/Paris	47.53785	4.48595		Alexia,Alise,Alise-Sainte-Reine,Aliz-Sant-Ren,Aliz-Sent-Ren,Alize Sen Ren,Petite-Alise,a li si sheng lan,alys-saynt-ryn,Ализ-Сант-Рен,Ализ-Сент-Рен,Ализе Сен Рен,Аліз-Сент-Рен,الیس-ساینت-رین,阿利斯圣兰		27	21	213	21008
3038195	Alincthun	alincthun	FR	62142	350	Europe/Paris	50.73095	1.80217		Alenkten,Alincthun,Alingetin,a lan ke tan,alynktan,alynsthwn,Аленктен,ألينسثون,الینکتان,阿兰克坦		32	62	623	62022
3038196	Alincourt	alincourt	FR	08310	104	Europe/Paris	49.40381	4.34545		Alankur,Alenkur,Alincourt,Аланкур,Аленкур		44	08	082	08005
3038197	Alignan-du-Vent	alignan-du-vent	FR	34290	1293	Europe/Paris	43.4702	3.34148		Alignan,Alignan-du-Vent		76	34	341	34009
3038198	Alièze	alieze	FR	39270	148	Europe/Paris	46.58751	5.57701		Alieze,Alièze		27	39	392	39007
3038204	Algrange	algrange	FR	57440	6375	Europe/Paris	49.36276	6.05094		Algrange		44	57	577	57012
3038205	Algolsheim	algolsheim	FR	68600	1084	Europe/Paris	48.00629	7.55945		Algolsheim,Algolshem,Алголшем		44	68	682	68001
3038206	Algans	algans	FR	81470	210	Europe/Paris	43.59742	1.8926		Al'gan,Algan,Algans,Algans e Lastens,a er gang,algans,Алган,Альган,الگانس,阿尔冈		76	81	812	81006
3038208	Algajola	algajola	FR	20220	242	Europe/Paris	42.6079	8.86252		Al'gajola,Algaghjola,Algajola,Algazhola,Village d'Algajula,algajwla,Алгажола,Альгайола,الگاجولا		94	2B	2B5	2B010
3038213	Alfortville	alfortville	FR	94140	37290	Europe/Paris	48.80575	2.4204		Al'forvil',Alfortvij,Alfortville,Alforvil,Alforvilis,Alforvill,a er fu wei er,alfwrwyl,alpoleubil,aruforuvu~iru,Алфорвил,Алфортвиј,Альфорвиль,Альфорвіль,Ալֆորվիլլ,آلفورویل,الفورویل,アルフォールヴィル,阿爾福維爾,알포르빌		11	94	941	94002
3038214	Aleyrac	aleyrac	FR	26770	39	Europe/Paris	44.49947	4.93947		Aleyrac		84	26	262	26003
3038216	Alexain	alexain	FR	53240	421	Europe/Paris	48.22933	-0.76798		Aleksen,Alexain,a lei ke sang,Алексен,阿勒克桑		52	53	533	53002
3038217	Alex	alex	FR	74290	874	Europe/Paris	45.89024	6.23591		Aleks,Alex,Алекс		84	74	741	74003
3038218	Aleu	aleu	FR	09320	129	Europe/Paris	42.89303	1.26622		Aleu		76	09	093	09005
3038219	Alette	alette	FR	62650	259	Europe/Paris	50.51801	1.82836		Ailette,Ailetten,Alet,Alette,Алет		32	62	624	62021
3038220	Alet-les-Bains	alet-les-bains	FR	11580	503	Europe/Paris	42.99448	2.25621		Alet,Alet-les-Bains		76	11	112	11008
3038224	Alès	ales	FR	30100	42410	Europe/Paris	44.12489	4.08082		Alais,Ale,Ales,Alesas,Alest,Alestum,Alès,Alèst,Auxon,Pont-Auzon,XAS,a lai,alh,alleseu,als,aresu,Але,Алес,آلس,اله,อาแล็ส,アレス,阿莱,알레스	301	76	30	301	30007
3038225	Aléria	aleria	FR	20270	2163	Europe/Paris	42.10431	9.51265		Alalia,Aleria,Alerija,Aleryja,Aléria,a lai li ya,alarya,Алерия,Алерија,Алерыя,Алерія,الاریا,علالية,阿萊里亞		94	2B	2B3	2B009
3232746	Île-d'Aix	ile-d-aix	FR	17123	0	Europe/Paris	46.01232	-1.17483		Ile d'Aix,Ile-d'Aix,Île d'Aix,Île-d'Aix		75	17	172	17004
3038226	Alénya	alenya	FR	66200	2532	Europe/Paris	42.63978	2.98127		Alenija,Alenya,Alenyà,Alonya,Alénya,Alónya,Аленија		76	66	661	66002
3038230	Alençon	alencon	FR	61000	30786	Europe/Paris	48.43476	0.09311		Alanson,Alansonas,Alencon,Alenconium,Alenson,Alenzon,Alenzón,Alençon,XAN,a lang song,alanswn,allangsong,alnswn,aranson,xa l xngsng,Алансон,Аленсон,אלנסון,الانسون,النسون,อาล็องซง,アランソン,阿朗松,알랑송	61	28	61	611	61001
3038231	Alembon	alembon	FR	62850	481	Europe/Paris	50.78471	1.88871		Alembon		32	62	626	62020
3038233	Aldudes	aldudes	FR	64430	421	Europe/Paris	43.09606	-1.42588		Al'djud,Aldid,Aldudas,Aldude,Aldudes,Les Aldudes,a er di dai,aldads,Алдид,Альдюд,الدادس,阿尔迪代		75	64	641	64016
3038236	Alby-sur-Chéran	alby-sur-cheran	FR	74540	1924	Europe/Paris	45.81667	6.01667		Al'bi-sjur-Sheran,Albi sir Sheran,Albium Annecensium,Arbi,alby-sw-chran,Алби сир Шеран,Альбі-сюр-Шеран,البی-سو-چران		84	74	741	74002
3038237	Albussac	albussac	FR	19380	688	Europe/Paris	45.13815	1.83568		Albussac		75	19	192	19004
3038239	Alboussière	alboussiere	FR	07440	807	Europe/Paris	44.94405	4.72879		Alboussiere,Alboussière		84	07	073	07007
3038240	Albon-d'Ardèche	albon-d-ardeche	FR	07190	0	Europe/Paris	44.82128	4.42794		Albon,Albon-d'Ardeche,Albon-d'Ardèche		84	07	073	07006
3038241	Albon	albon	FR	26140	175	Europe/Paris	45.24607	4.84926		La Tour d'Albon		84	26	263	26002
3038244	Albitreccia	albitreccia	FR	20128	1322	Europe/Paris	41.86301	8.94262		Al'bitrechcha,Albitreccia,Albitreksija,albytrsya,Албитрексија,Альбитречча,Альбітречча,البیترسیا		94	2A	2A1	2A008
3038247	Albine	albine	FR	81240	541	Europe/Paris	43.45947	2.53945		Albine		76	81	812	81005
3038249	Albigny-sur-Saône	albigny-sur-saone	FR	69250	2814	Europe/Paris	45.86667	4.83333		Al'bin'i-sjur-Son,Albigny-sur-Saone,Albini na Saoni,albygny-sw-sawn,Албињи на Саони,Альбіньї-сюр-Сон,البیگنی-سو-ساون		84	69	691	69003
3038251	Albignac	albignac	FR	19190	266	Europe/Paris	45.1391	1.67794		Al'bin'jak,Albignac,Albinak,Albinhac,a er bi ni ya ke,albygnak,Албињак,Альбиньяк,Альбіньяк,البیگناک,阿尔比尼亚克		75	19	191	19003
3038252	Albiez-Montrond	albiez-montrond	FR	73300	62	Europe/Paris	45.21667	6.35		Al'b'e-Monron,Al'be-Monron,Albiae-Mons Rotundus,Albje Monron,albyz-mwntrand,Албје Монрон,Альбье-Монрон,Альбє-Монрон,البیز-مونتراند		84	73	733	73013
3038254	Albiès	albies	FR	09310	165	Europe/Paris	42.77558	1.70298		Albies,Albiès		76	09	091	09004
3038256	Albières	albieres	FR	11330	84	Europe/Paris	42.94685	2.47785		Albieres,Albières		76	11	113	11007
3038257	Albias	albias	FR	82350	2528	Europe/Paris	44.08983	1.449		Albias		76	82	822	82002
3038258	Albiac	albiac	FR	31460	71	Europe/Paris	44.76603	1.8109		Albiac		76	46	462	46002
3038259	Albiac	albiac	FR	31460	177	Europe/Paris	43.5524	1.78052		Albiac		76	31	313	31006
3038261	Albi	albi	FR	81000	52409	Europe/Paris	43.9298	2.148		Al'bi,Albi,Albia,Alby,Albí,Albī,Almpi,LBI,a er bi,albi,alby,arubi,xa lbi,Αλμπί,Алби,Альби,Альбі,אלבי,ألبي,البی,ಆಲ್ಬಿ,อาลบี,ཨཱལ་ཕི།,ალბი,アルビ,阿尔比,알비	81	76	81	811	81004
3038263	Albestroff	albestroff	FR	57670	689	Europe/Paris	48.93282	6.85587		Albesdorf,Albestroff		44	57	575	57011
3038266	Albertville	albertville	FR	73200	19113	Europe/Paris	45.67452	6.39061		Al'bervil',Albertopolis,Albertville,Albervij,Albervil,Albervila,Albervilis,Albērvila,Arbertvela,Arbèrtvela,Roc-Libre,Valbeau,XAV,a er bei wei er,albeleubil,albyrfyl,albyrwyl,aruberuvu~iru,Албервил,Албервиј,Альбервиль,Альбервіль,آلبرت‌ویل,آلبیرویل,ألبيرفيل,アルベールヴィル,阿尔贝维尔,알베르빌	731	84	73	731	73011
3038269	Albertacce	albertacce	FR	20224	218	Europe/Paris	42.32702	8.98418		Al'bertachche,Albertacce,Albertaks,albrtyk,Албертакс,Альбертачче,البرتیک		94	2B	2B3	2B007
3038271	Albert	albert	FR	80300	10588	Europe/Paris	50.00091	2.65096		Al'ber,Albert,Almper,BYF,a er bei,albrt  sam,Αλμπέρ,Альбер,البرت، سام,阿尔贝		32	80	804	80016
3038274	Albepierre-Bredons	albepierre-bredons	FR	15300	242	Europe/Paris	45.07636	2.83439		Al'bep'er-Bredon,Al'bep'err-Bredon,Al'beperr-Bredon,Alba Peira e Bredom,Alba Petra-Bredonium,Alba Pèira e Bredòm,Albapeira e Bredom,Albapèira e Bredòm,Albepierre-Bredons,Albepjer-Bredon,Bredons,a er bo pi ye er bu lei dong,Албепјер-Бредон,Альбепьер-Бредон,Альбепьерр-Бредон,Альбепєрр-Бредон,البی‌پیر-بردانس,阿尔伯皮耶尔布雷东		84	15	153	15025
3038276	Albens	albens	FR	73410	2854	Europe/Paris	45.78786	5.94528		Al'ban,Alban,Albenis,Albens,Arbens,albns,Албан,Альбан,البنس		84	73	732	73010
3038278	Albefeuille-Lagarde	albefeuille-lagarde	FR	82290	694	Europe/Paris	44.04792	1.26193		Albefeuille,Albefeuille et Lagarde,Albefeuille-Lagarde		76	82	821	82001
3038282	Albé	albe	FR	67220	488	Europe/Paris	48.35672	7.31842		Al'be,Albe,Albi,Albé,Erlebach,Erlebàch,Erlenbach,ailabe,alby,Албе,Алби,Альбе,ألبي,ایلبے,ਐਲਬੇ		44	67	675	67003
3038284	Albas	albas	FR	11360	581	Europe/Paris	44.46833	1.23656		Albas		76	46	461	46001
3038285	Albas	albas	FR	11360	79	Europe/Paris	43.00654	2.73407		Al'bas,Alba,Albars,Albas,Albàs,a er ba,albas  awd,Алба,Альбас,الباس، اود,阿尔巴		76	11	113	11006
3038289	Albaret-Sainte-Marie	albaret-sainte-marie	FR	48200	479	Europe/Paris	44.88964	3.26317		Albaret,Albaret-Sainte-Marie		76	48	482	48002
3038291	Albaret-le-Comtal	albaret-le-comtal	FR	48310	211	Europe/Paris	44.87505	3.12694		Albaret,Albaret-le-Comptal,Albaret-le-Comtal		76	48	482	48001
3038299	Alban	alban	FR	81250	928	Europe/Paris	43.88796	2.46116		Alban		76	81	811	81003
3038302	Alba-la-Romaine	alba-la-romaine	FR	07400	1194	Europe/Paris	44.55537	4.59846		Al'ba-la-Romen,Alba la Romen,Alban,a er ba la luo man,alba-la-rmayn,Алба ла Ромен,Альба-ла-Ромен,البا-لا-رماین,阿尔巴拉罗曼		84	07	072	07005
3038305	Alata	alata	FR	20167	2584	Europe/Paris	41.97636	8.74208		Alata,alata  kras-dw-swd,Алата,الاتا، کراس-دو-سود		94	2A	2A1	2A006
3038307	Alando	alando	FR	20212	24	Europe/Paris	42.30642	9.29051		Alando,Alandu,Alondo,Аландо,Алондо		94	2B	2B3	2B005
3038308	Alan	alan	FR	31420	338	Europe/Paris	43.22982	0.93941		Alan		76	31	312	31005
3038311	Alairac	alairac	FR	11290	755	Europe/Paris	43.1849	2.24138		Alairac,Alerak,a lai la ke,alayrak,Алерак,الایراک,阿莱拉克		76	11	111	11005
3038312	Alaincourt-la-Côte	alaincourt-la-cote	FR	57590	94	Europe/Paris	48.89915	6.3423		Alaincourt,Alaincourt-la-Cote,Alaincourt-la-Côte		44	57	575	57010
3038313	Alaincourt	alaincourt	FR	02240	476	Europe/Paris	49.76548	3.37644		Alaincourt		32	02	023	02009
3038314	Alaincourt	alaincourt	FR	02240	93	Europe/Paris	47.94187	6.10131		Alaincourt		27	70	701	70010
3038316	Alaigne	alaigne	FR	11240	321	Europe/Paris	43.1016	2.0915		Alaigne,Alanha,Alen,Alen',a lai nie,alayyn,Алень,Алењ,الایین,阿莱涅		76	11	112	11004
3038320	Ajoux	ajoux	FR	07000	90	Europe/Paris	44.76532	4.50053		Ajon,Ajoux,Azhu,a ru,ajwks,Ажу,اجوکس,阿茹		84	07	072	07004
3038322	Ajou	ajou	FR	27410	227	Europe/Paris	48.97811	0.78121		Ajou,Azhu,Ажу		28	27	272	27049
3038323	Ajoncourt	ajoncourt	FR	57590	96	Europe/Paris	48.84553	6.28961		Ajoncourt		44	57	575	57009
3038326	Ajat	ajat	FR	24210	299	Europe/Paris	45.15633	1.01625		Abzacum,Ajac dAuba Rocha,Ajac dAuba Ròcha,Ajac dAuba-rocha,Ajac dAuba-ròcha,Ajat,Azha,a ya,ajat,Ажа,اجات,阿雅		75	24	244	24004
3038334	Ajaccio	ajaccio	FR	20000	54364	Europe/Paris	41.91886	8.73812	0	AJA,Adiacium,Aiacciu,Ajacas,Ajaccio,Ajacciu,Ajacha,Ajachcho,Ajacho,Ajacio,Ajaçio,Ajačas,Azaksjo,Azaxio,Azhaksio,Ažaksjo,a ya ke xiao,aiacho,ajagsio,ajaksyw,ajakushio,ajakyw,ajhaksiyo,azhaksy aw,azhaksyw,ʼzʼqsyw,Αζαξιό,Ажаксио,Аяча,Аячо,Аяччо,Ајачо,Այաչչո,אזאקסיו,آژاکسیو,أجاكسيو,اجاکیو,اژاکسی او,अझाक्सियो,ཨ་ཇཀ་སིའོ།,აიაჩო,アジャクシオ,阿雅克肖,아작시오	94	94	2A	2A1	2A004
3038336	Ajac	ajac	FR	11300	210	Europe/Paris	43.04823	2.13744		Ajac,Azhak,a ya ke,ajk,Ажак,اجک,阿雅克		76	11	112	11003
3038337	Aizy-Jouy	aizy-jouy	FR	02370	242	Europe/Paris	49.43333	3.51667		Aizy e Jouy,Ehzi-Zhui,Ezi Zhuj,Ezi-Zhui,ai ji ru yi,ayzy-jwy,Ези Жуј,Езі-Жуї,Эзи-Жуи,ایزی-جوی,艾济茹伊		32	02	024	02008
3038339	Aizier	aizier	FR	27500	137	Europe/Paris	49.4302	0.6282		Aizier,Azie,Ezje,Азие,Езје		28	27	272	27006
3038340	Aizier	aizier	FR	27500	0	Europe/Paris	46.12947	2.73657				84	63	634	63293
3038341	Aizenay	aizenay	FR	85190	6531	Europe/Paris	46.74048	-1.60911		Aizenaj,Aizenay,Alzenay,Ezene,ai ze nai,ayznay,Аизенај,Езене,ایزنای,艾泽奈		52	85	852	85003
3038342	Aizelles	aizelles	FR	02820	94	Europe/Paris	49.48881	3.81143		Aizelles		32	02	022	02007
3038344	Aizecourt-le-Haut	aizecourt-le-haut	FR	80200	103	Europe/Paris	49.96342	2.98327		Aizecourt,Aizecourt-le-Haut		32	80	804	80015
3038345	Aizecourt-le-Bas	aizecourt-le-bas	FR	80240	61	Europe/Paris	49.98051	3.033		Aizecourt,Aizecourt-le-Bas		32	80	804	80014
3038346	Aize	aize	FR	36150	129	Europe/Paris	47.10381	1.70181		Aize,Az,Ehz,Ez,ai ci,ayzh,Аз,Ез,Эз,ایزه,艾兹		24	36	364	36002
3038347	Aizanville	aizanville	FR	52120	24	Europe/Paris	48.10718	4.89556		Aizanville		44	52	521	52005
3038348	Aizac	aizac	FR	07530	177	Europe/Paris	44.71968	4.33631		Aizac		84	07	071	07003
3038349	Aix-Noulette	aix-noulette	FR	62160	3717	Europe/Paris	50.42568	2.70554		Aix,Aix-Noulette		32	62	627	62019
3038350	Aix-les-Bains	aix-les-bains	FR	73100	27651	Europe/Paris	45.69173	5.90863		Aix-le-Bain,Aix-les-Bains,Aquae Sabaudiae,CMF,Ehks-le-Ben,Eks le Ben,Eks le Benas,Eks-le-Ben,Eks-les-Bjan,Ex-los-Bens,XAI,aks lbn,aks-lh-bn,egseulebaeng,ekusu=re=ban,Èx-los-Bens,ʼqs-lh-bn,Αιξ-λε-Μπαιν,Екс ле Бен,Екс-ле-Бен,Екс-лес-Бјан,Экс-ле-Бен,אקס-לה-בן,اکس لبن,اکس-له-بن,エクス＝レ＝バン,엑스레뱅		84	73	732	73008
3038351	Aix-la-Fayette	aix-la-fayette	FR	63980	103	Europe/Paris	45.51689	3.52141		Aix,Aix-la-Fayette		84	63	631	63002
3038352	Aixe-sur-Vienne	aixe-sur-vienne	FR	87700	5661	Europe/Paris	45.79663	1.13581		Aissa,Aixe,Aixe-sur-Vienna,Aixe-sur-Vienne,Ehks-sjur-V'en,Eks sir Vijen,Eks-sjur-V'enn,Eks-sjur-Venn,ayksh-sw-wyyn,wei ai na he pan ai ke si,Екс сир Вијен,Екс-сюр-Вьенн,Екс-сюр-Вєнн,Экс-сюр-Вьен,ایکسه-سو-ویین,แอ็กซ์-ซูร์-เวียน,维埃纳河畔艾克斯		75	87	872	87001
3038354	Aix-en-Provence	aix-en-provence	FR	13080	146821	Europe/Paris	43.5283	5.44973		AEx-in-Profentse,Aikso Provenca,Ais de Provenca,Ais de Provença,Aix,Aix-an-Provans,Aix-en-Provence,Aquae Sextiae,Ehks-an-Provans,Eks an Provans,Eks-an-Provans,Eksanprovansa,Provanso Eksas,QXB,aks awn brwfans,aks-an-prwans,ayks ayn prwns,egsangpeulobangseu,ekusu=an=purovu~ansu,pu luo wang si de qu ai ke si,ya sang pu fang,Æx-in-Profentse,Ēksanprovansa,Αιξ-αν-Προβάνς,Екс ан Прованс,Екс-ан-Прованс,Экс-ан-Прованс,Էքս-ան-Պրովանս,אקס-אן-פרובאנס,آكس أون بروفانس,اکس-آن-پروانس,ایکس این پرونس,ཨེག་སི་-ཨེན་-ཕོ་རོའོ་ཝང་སི།,ექს-ან-პროვანსი,エクス＝アン＝プロヴァンス,亞桑蒲坊,普罗旺斯地区艾克斯,엑상프로방스	131	93	13	131	13001
3038355	Aix-en-Othe	aix-en-othe	FR	10160	2167	Europe/Paris	48.22391	3.73425		Aix,Aix-en-Othe,Ehks-an-Ot,Eks-an-Ot,Eks-on-Ot,ao te de qu ai ke si,ayks-an-awth,Екс-ан-От,Екс-он-От,Экс-ан-От,ایکس-ان-اوته,奥特地区艾克斯		44	10	103	10003
3038356	Aix-en-Issart	aix-en-issart	FR	62170	219	Europe/Paris	50.47619	1.85828		Aix,Aix-en-Issart		32	62	624	62018
3038357	Aix-en-Ergny	aix-en-ergny	FR	62650	126	Europe/Paris	50.58385	1.99959		Aix-en-Ergny,Eks an Erni,Eks-an-Ern'i,Es-in-Erny,ai ke si ang ai er ni,ayks an yrjny,ayks-an-arzhny,És-in-Érny,Екс ан Ерњи,Екс-ан-Ерньи,Екс-ан-Ерньї,إيكس إن يرجني,ایکس-ان-ارژنی,艾克斯昂埃尔尼		32	62	624	62017
3038358	Aix-en-Diois	aix-en-diois	FR	26150	270	Europe/Paris	44.70833	5.41909		Aix,Aix-en-Diois		84	26	261	26001
3038363	Aix	aix	FR	19200	0	Europe/Paris	49.25348	5.75965				44	54	541	54231
3038364	Aix	aix	FR	19200	318	Europe/Paris	45.61604	2.38255		Ais,Aix,Ehks,Eks,ai ke si,ayks  kwrz,Екс,Экс,ایکس، کورز,艾克斯		75	19	193	19002
3038368	Aiton	aiton	FR	73220	1260	Europe/Paris	45.56123	6.25955		Aiton		84	73	733	73007
3038369	Aiti	aiti	FR	20244	30	Europe/Paris	42.39908	9.24417		Aidi,Aiti,Ati,Eti,Àiti,Аити,Ати,Аїді,Ети		94	2B	2B3	2B003
3038370	Aisy-sur-Armançon	aisy-sur-armancon	FR	89390	262	Europe/Paris	47.66763	4.22552		Aisy,Aisy-sur-Armancon,Aisy-sur-Armançon		27	89	892	89004
3038371	Aisy-sous-Thil	aisy-sous-thil	FR	21390	281	Europe/Paris	47.3931	4.28678		Aisy,Aisy-sous-Thil		27	21	213	21007
3038435	Aillon-le-Vieux	aillon-le-vieux	FR	73340	181	Europe/Paris	45.65173	6.09517		Aillon,Aillon-le-Vieux,Ajon le Vje,Ajon-le-Ve,Allio Vetus,aylwn-lw-wywy,Айон-ле-Вє,Ајон ле Вје,ایلون-لو-ویوی		84	73	732	73005
3038373	Aisonville-et-Bernoville	aisonville-et-bernoville	FR	02110	302	Europe/Paris	49.93377	3.52392		Aisonville e Bernoville,Aisonville-et-Bernoville,Ehzonvil'-eh-Bernovil',Ezonvil e Bernovil,Ezonvil'-e-Bernovil',ai song wei er-bei nuo wei er,aysanwyl-a-brnwwyl,Езонвил е Берновил,Езонвіль-е-Берновіль,Эзонвиль-э-Берновиль,ایسانویل-ا-برنوویل,艾松维尔-贝诺维尔		32	02	025	02006
3038379	Aisey-sur-Seine	aisey-sur-seine	FR	21400	233	Europe/Paris	47.75059	4.58072		Aisey,Aisey-le-Duc,Aisey-sur-Seine,Ehze-sjur-Sen,Eze na Seni,Eze-sjur-Sen,ayzy-sw-syyn,sai na he pan ai sai,Езе на Сени,Езе-сюр-Сен,Эзе-сюр-Сен,ایزی-سو-سیین,塞纳河畔艾塞		27	21	213	21006
3038380	Aisey-et-Richecourt	aisey-et-richecourt	FR	70500	143	Europe/Paris	47.88947	5.95468		Aisey,Aisey-et-Richecourt		27	70	702	70009
3038381	Aiserey	aiserey	FR	21110	1180	Europe/Paris	47.17229	5.1626		Aiserey		27	21	212	21005
3038384	Airvault	airvault	FR	79600	3221	Europe/Paris	46.82698	-0.13791		Airvault,Aurea Vallis,Ervo,Ervuel,ayrwalt,Ерво,Ервуел,ایروالت		75	79	793	79005
3038385	Airoux	airoux	FR	11320	0	Europe/Paris	46.31379	0.41319				75	86	862	86097
3038386	Airoux	airoux	FR	11320	138	Europe/Paris	43.36404	1.86652		Airos,Airoux,Airós,Ehru,Ero,Eru,ai lu,ayrwks,Еро,Еру,Эру,ایروکس,艾鲁		76	11	111	11002
3038388	Airon-Saint-Vaast	airon-saint-vaast	FR	62180	230	Europe/Paris	50.43209	1.66667		Airon-Saint-Vaast,Airon-la-Republique,Airon-la-République,Eron-Sant-Vast,Eron-Sen-Vaast,a long sheng wa si te,ayrwn san fast,ayrwn-sant-wast,Ерон-Сант-Васт,Ерон-Сен-Вааст,أيرون سان فاست,ایرون-سانت-واست,阿龙圣瓦斯特		32	62	624	62016
3038389	Airon-Notre-Dame	airon-notre-dame	FR	62180	190	Europe/Paris	50.43602	1.65963		Airon-Note-Dame,Airon-Notre-Dame,Airon-les-Lois,Eron-Notr-Dam,a long nuo te er da mu,ayrwn nwtr dam,ayrwn-nwtr-dam,Ерон-Нотр-Дам,أيرون نوتر دام,ایرون-نوتر-دام,阿龙诺特尔达姆		32	62	624	62015
3038392	Airion	airion	FR	60600	717	Europe/Paris	49.42531	2.41715		Airion,Erijon,Erion,ai li weng,ayrywn,Ерион,Ерійон,ایریون,艾里翁		32	60	602	60008
3038393	Aire-sur-la-Lys	aire-sur-la-lys	FR	62120	10397	Europe/Paris	50.63871	2.39876		Aire,Aire-su-la-Lys,Aire-sur-la-Lys,Aria super Legia,Arien,Arien-aan-de-Leie,Ariën,Ariën-aan-de-Leie,Ehr-sjur-la-Lis,Er sir la Lis,Er-sjur-la-Li,Er-sjur-la-Lis,Morin-la-Montagne,ayr swr la lyz,ayry-sw-la-lys,li si he pan ai er,Ер сир ла Лис,Ер-сюр-ла-Ли,Ер-сюр-ла-Ліс,Эр-сюр-ла-Лис,أير سور لا ليز,ایری-سو-لا-لیس,利斯河畔艾尔		32	62	625	62014
3038394	Aire-sur-l'Adour	aire-sur-l-adour	FR	40800	0	Europe/Paris	43.70251	-0.26276		Aire,Aire-sur-l'Adour		75	40	402	40001
3038395	Airel	airel	FR	50680	494	Europe/Paris	49.21872	-1.07889		Airel,Erel,Erel',ai lei lei,ayrl,Ерел,Ерель,ایرل,艾雷勒		28	50	504	50004
3038398	Aire	aire	FR	08190	204	Europe/Paris	49.48091	4.16219		Aire,Ehr,Er,ayry  ardns,Ер,Эр,ایری، اردنس		44	08	082	08004
3038399	Airan	airan	FR	14370	728	Europe/Paris	49.10098	-0.15203		Airan,Ehran,Eran,ai lang,Еран,Эран,艾朗		28	14	142	14005
3038400	Airaines	airaines	FR	80270	2132	Europe/Paris	49.96826	1.94266		Airaines,Araine,Ehren,Eren,ai lai ne,ayrayns,Ерен,Эрен,Էրեն,ایراینس,艾赖讷		32	80	802	80013
3038402	Ainvelle	ainvelle	FR	70800	149	Europe/Paris	47.99658	5.8284		Ainvelle		44	88	882	88004
3038403	Ainvelle	ainvelle	FR	70800	173	Europe/Paris	47.84634	6.25033		Ainvelle		27	70	701	70008
3038406	Ainhoa	ainhoa	FR	64250	662	Europe/Paris	43.3069	-1.49883		Ainhoa,Ainoa,Aïnhoa,Ehnoa,Enoa,Mendiate,ai nuo a,aynhwa  pyrns-atlantyk,Еноа,Эноа,اینهوا، پیرنس-اتلانتیک,اینہوا,艾诺阿		75	64	641	64014
3038408	Ainharp	ainharp	FR	64130	152	Europe/Paris	43.26053	-0.93061		Ainharbe,Ainharp,Ain·harp,Aïnharp,Ehnar,Enap,Enar,ai na er,aynharp,Енап,Енар,Энар,اینهارپ,艾纳尔		75	64	642	64012
3038409	Aingoulaincourt	aingoulaincourt	FR	52230	10	Europe/Paris	48.45541	5.28674		Aingoulaincourt		44	52	523	52004
3038410	Aingeville	aingeville	FR	88140	72	Europe/Paris	48.20622	5.7694		Aingeville,Angeville		44	88	882	88003
3038411	Aingeray	aingeray	FR	54460	602	Europe/Paris	48.73867	6.00245		Aingeray		44	54	544	54007
3038414	Aincreville	aincreville	FR	55110	86	Europe/Paris	49.36837	5.12139		Aincreville		44	55	553	55004
3038415	Aincourt	aincourt	FR	95510	921	Europe/Paris	49.07242	1.77303		Aincourt,Ehnkur,Enkur,an ku er,aynkwrt,Енкур,Энкур,اینکورت,安库尔		11	95	953	95008
3038416	Aincille	aincille	FR	64220	121	Europe/Paris	43.14474	-1.19566		Aincille,Aintzila,Ehnsij,Ensij,an xi ye,aynsyl,Енсий,Енсиј,Енсій,Энсий,اینسیل,安西耶		75	64	641	64011
3038418	Ainay-le-Vieil	ainay-le-vieil	FR	18200	199	Europe/Paris	46.66661	2.55203		Ainay-le-Vieil		24	18	182	18002
3038419	Ainay-le-Château	ainay-le-chateau	FR	03360	1191	Europe/Paris	46.71125	2.69238		Ainay,Ainay-le-Chateau,Ainay-le-Château,Ainay-sur-Sologne,Ehne-le-Shato,Ene le Shato,Ene-le-Shato,ai nai bao,aynay-lw-shtw,Ене ле Шато,Ене-ле-Шато,Эне-ле-Шато,اینای-لو-شتو,艾奈堡		84	03	031	03003
3038426	Aime	aime	FR	73210	3507	Europe/Paris	45.55559	6.65042		Axima,Cime-Belle,Ehm,Em,Les Antiquites,Les Antiquités,QAI,Ем,Эм		84	73	731	73006
3038427	Aimargues	aimargues	FR	30470	4233	Europe/Paris	43.68536	4.20774		Aimargues,Emarg,Emarge,ai ma er ge,aymargwys,Емарг,Емарге,ایمارگوئس,艾马尔格		76	30	302	30006
3038428	Ailly-sur-Somme	ailly-sur-somme	FR	80470	3360	Europe/Paris	49.92886	2.19615		Ai-sjur-Somm,Ailly,Ailly-su-Sonme,Ailly-sur-Somme,Aji na Somi,Aji-sjur-Som,Eyi syur Som,ayly-sw-sam,suo mu he pan a yi,Айи-сюр-Сом,Аї-сюр-Сомм,Аји на Соми,Էյի սյուր Սոմ,ایلی-سو-سام,索姆河畔阿伊		32	80	802	80011
3038429	Ailly-sur-Noye	ailly-sur-noye	FR	80250	2691	Europe/Paris	49.75707	2.36367		Ai-sjur-Nua,Ailly,Ailly-su-Noee,Ailly-su-Noée,Ailly-sur-Noye,Aji sir Noa,Aji-sjur-Nua,Ayi syur Nua,ayly-sw-nwy,nu wa he pan a yi,Айи-сюр-Нуа,Аї-сюр-Нуа,Аји сир Ноа,Այի սյուր Նուա,ایلی-سو-نوی,努瓦河畔阿伊		32	80	803	80010
3038431	Ailly-le-Haut-Clocher	ailly-le-haut-clocher	FR	80690	859	Europe/Paris	50.0793	1.99438		Ai-le-O-Kloshe,Ailly,Ailly-lclotcher,Ailly-le-Haut-Clocher,Aji l o Klosher,Aji-le-O-Kloshe,a yi lei ou ke luo xie,ayly-lw-aw-klashr,Айи-ле-О-Клоше,Аї-ле-О-Клоше,Аји л о Клошер,Այի լը Օ Կլոշե,ایلی-لو-او-کلاشر,阿伊勒欧克洛谢		32	80	801	80009
3038530	Aigneville	aigneville	FR	80210	675	Europe/Paris	50.03456	1.62082		Aigneville		32	80	801	80008
3038531	Aigneville	aigneville	FR	80210	0	Europe/Paris	48.22198	1.47864				24	28	282	28306
3038436	Aillon-le-Jeune	aillon-le-jeune	FR	73340	364	Europe/Paris	45.61876	6.08125		Aillon,Aillon-le-Jeune,Ajon le Zhen,Ajon-le-Zhen,Allio Novus,aylwn-lw-zhan,Айон-ле-Жен,Ајон ле Жен,ایلون-لو-ژان		84	73	732	73004
3038437	Ailloncourt	ailloncourt	FR	70300	229	Europe/Paris	47.7553	6.38788		Ailloncourt		27	70	701	70007
3038439	Aillières-Beauvoir	aillieres-beauvoir	FR	72600	246	Europe/Paris	48.40539	0.32461				52	72	722	72002
3038440	Aillianville	aillianville	FR	52700	167	Europe/Paris	48.34223	5.47821		Aillianville		44	52	521	52003
3038441	Aillevillers-et-Lyaumont	aillevillers-et-lyaumont	FR	70320	1651	Europe/Paris	47.92033	6.33775		Aillevillers,Aillevillers-et-Lyaumont,Ajavije-e-LJumon,Ajvijers et Liomon,Ајавије-е-Љумон,Ајвијерс ет Лиомон		27	70	701	70006
3038442	Ailleville	ailleville	FR	10200	279	Europe/Paris	48.25231	4.68138		Ailleville,Ajvil,Ajvil',a ye wei er,aylwyl,Айвиль,Айвіль,Ајвил,ایلویل,阿耶维尔		44	10	101	10002
3038443	Aillevans	aillevans	FR	70110	135	Europe/Paris	47.59072	6.41567		Aillevans		27	70	701	70005
3038444	Ailleux	ailleux	FR	42130	147	Europe/Paris	45.80387	3.94335		Ailleux		84	42	421	42002
3038448	Aillas	aillas	FR	33124	733	Europe/Paris	44.47407	-0.07469		Aillas,Aja,Ajjas,Alhas,Alhàs,Aliardum,aylas,Айяс,Аја,ایلاس		75	33	333	33002
3038449	Aillant-sur-Tholon	aillant-sur-tholon	FR	89110	1530	Europe/Paris	47.87426	3.35049		Aillant,Aillant-sur-Tholon		27	89	891	89003
3038450	Aillant-sur-Milleron	aillant-sur-milleron	FR	45230	380	Europe/Paris	47.79229	2.93028		Aillant,Aillant-sur-Milleron,Ajan sir Mijeron,Ajan-sjur-Mil'ron,Ajon-sur-Mileron,aylant-sw-mylrwn,mi lei luo ne he pan a yang,Аян-сюр-Мільрон,Ајан сир Мијерон,Ајон-сур-Милерон,ایلانت-سو-میلرون,米勒罗讷河畔阿扬		24	45	451	45002
3038458	Aigurande	aigurande	FR	36140	1689	Europe/Paris	46.43397	1.83026		Agiron,Aigurande,Egiran,Egjurand,Ehgjurand,ai ju lang de,aygwrand,egurando,Агирон,Егиран,Егюранд,Эгюранд,ایگوراند,エグランド,艾居朗德		24	36	363	36001
3038459	Aiguines	aiguines	FR	83630	237	Europe/Paris	43.77601	6.24278		Aiguina,Aiguines,Egen,Egin,Ehgin,ai ju yi na,aygwynz,Еген,Егін,Эгин,ایگوینز,艾居伊纳		93	83	833	83002
3038466	Aiguillon	aiguillon	FR	47190	4576	Europe/Paris	44.29919	0.33943		Agvijon,Aiguillon,Egijon,Агвијон,Егијон		75	47	471	47004
3038473	Aiguilles	aiguilles	FR	05470	472	Europe/Paris	44.78157	6.8682		Aiguilles,Aiguilles-en-Queyras		93	05	051	05003
3038483	Aiguèze	aigueze	FR	30760	222	Europe/Paris	44.30295	4.55599		Aiguesa,Aigueze,Aiguèze,Egez,ai gai ci,aygwyz,Егез,ایگوئز,艾盖兹		76	30	302	30005
3038487	Ayguetinte	ayguetinte	FR	32410	0	Europe/Paris	43.8345	0.42743		Aiguetinte,Auguetinte,Ayguetinte		76	32	321	32024
3038488	Aigues-Vives	aigues-vives	FR	09600	2525	Europe/Paris	43.7397	4.17976		Aigues-Vives		76	30	302	30004
3038489	Aigues-Vives	aigues-vives	FR	09600	0	Europe/Paris	43.33781	2.81715		Aigues-Vives		76	34	341	34007
3038490	Aigues-Vives	aigues-vives	FR	09600	0	Europe/Paris	43.23071	2.53432		Aigas Vivas,Aigasvivas,Aigues-Vives,Eg-Viv,Egu Viv,Ehg-Viv,ai ge wei wo,aygws-wywz  aywd,Ег-Вив,Ег-Вів,Егу Вив,Эг-Вив,ایگوس-ویوز، ائود,艾格维沃		76	11	111	11001
3038491	Aigues-Vives	aigues-vives	FR	09600	510	Europe/Paris	42.99662	1.87559		Aigues-Vives		76	09	092	09002
3038493	Aigues-Mortes	aigues-mortes	FR	30220	6526	Europe/Paris	43.56683	4.19068		Aigas Mortas,Aigas Mòrtas,Aigasmortas,Aigasmòrtas,Aigueesmortes,Aigues-Mortes,Aigüesmortes,Aquae Mortuae,Eg-Mort,Egiu Mortas,Ehg-Mort,Fort-Peletier,ai ge mo er te,aygws-mwrts,egu=moruto,Ėgiu Mortas,Ег-Морт,Эг-Морт,ایگوس-مورتس,エーグ＝モルト,艾格莫尔特		76	30	302	30003
3038494	Aigues-Juntes	aigues-juntes	FR	09240	51	Europe/Paris	43.05	1.46667		Aigasjuntas,Aigues-Juntes,Eg-Zhent,Egu-Zhuant,Ehg-Zhjont,ai ge ran te,ayg-zhwnt,aygws-jants,Ег-Жент,Егу-Жуант,Эг-Жёнт,ایگ-ژونت,ایگوس-جانتس,艾格然特		76	09	093	09001
3038497	Aigueperse	aigueperse	FR	63260	244	Europe/Paris	46.27705	4.43406		Aigueperse,Egeper,Егепер		84	69	692	69002
3038498	Aigueperse	aigueperse	FR	63260	2614	Europe/Paris	46.02255	3.20228		Aigueperse,Egeper,Егепер		84	63	634	63001
3038499	Aigueperse	aigueperse	FR	63260	0	Europe/Paris	45.73333	1.5				75	87	872	87138
3038502	Aiguefonde	aiguefonde	FR	81200	2786	Europe/Paris	43.49419	2.31651		Aiguefonde		76	81	812	81002
3038505	Aigueblanche	aigueblanche	FR	73260	2919	Europe/Paris	45.50455	6.50184		Aigueblanche,Aquae Albae,Blanches-Eaux,Egblansh,Le Torrent,Sur-Vignes,aygwblanch,Егбланш,ایگوبلانچ		84	73	731	73003
3038507	Aiguebelle	aiguebelle	FR	73220	969	Europe/Paris	45.54393	6.30381		Aiguebelle		84	73	733	73212
3038509	Aiguebelette-le-Lac	aiguebelette-le-lac	FR	73610	204	Europe/Paris	45.53937	5.816		Aiguebelette,Aiguebelette-le-Lac,Aquae Bellae Cameriorum,Egbelet le Lak,Egbelett-le-Lak,Egouabeleta,aygablt-lw-lak,Égouabelèta,Егбелет ле Лак,Егбелетт-ле-Лак,ایگابلت-لو-لاک		84	73	732	73001
3038516	Aigremont	aigremont	FR	30350	930	Europe/Paris	48.90447	2.01922		Aigremont		11	78	783	78007
3038517	Aigremont	aigremont	FR	30350	23	Europe/Paris	48.01667	5.71667		Aigremont		44	52	522	52002
3038518	Aigremont	aigremont	FR	30350	78	Europe/Paris	47.7188	3.89249		Aigremont		27	89	891	89002
3038519	Aigremont	aigremont	FR	30350	486	Europe/Paris	43.96581	4.12277		Aigremont		76	30	303	30002
3038520	Aigrefeuille-sur-Maine	aigrefeuille-sur-maine	FR	44140	2355	Europe/Paris	47.08008	-1.40419		Acrifolium,Aigrefeuille,Aigrefeuille-sur-Maine,Egrefej-sjur-Men,Egrfej sir Men,Kelenneg-ar-Mewan,aygrfwyl-sw-mayn,man en he pan ai ge er fu ye,Егрефей-сюр-Мен,Егрфеј сир Мен,ایگرفویل-سو-ماین,曼恩河畔艾格尔弗耶		52	44	442	44002
3038521	Aigrefeuille-d'Aunis	aigrefeuille-d-aunis	FR	17290	0	Europe/Paris	46.11631	-0.93446		Aigrefeuille,Aigrefeuille-d'Aunis		75	17	172	17003
3038522	Aigrefeuille	aigrefeuille	FR	31280	645	Europe/Paris	43.56775	1.58882		Aigrefeuille,Crefuelha,Crefuèlha,Egrefej,Egrfej,Ehgrefjoj,agrfwyy,ai ge lei fu yi er,Егрефей,Егрфеј,Эгрефёй,اگرفویی,艾格雷弗伊尔		76	31	313	31003
3038524	Aigre	aigre	FR	16140	1180	Europe/Paris	45.89151	0.00824		Aigre,Egr,Ehgr,agr  shrant,ai ge er,Егр,Эгр,اگر، شرانت,艾格尔		75	16	163	16005
3038527	Aigonnay	aigonnay	FR	79370	459	Europe/Paris	46.32948	-0.2606		Aigonnay		75	79	792	79185
3038528	Aigny	aigny	FR	51150	216	Europe/Paris	49.03564	4.20931		Aigny,En'i,Eni,ai ni,aygny,Ени,Еньї,ایگنی,艾尼		44	51	511	51003
3038532	Aignes-et-Puypéroux	aignes-et-puyperoux	FR	16190	276	Europe/Paris	45.45	0.15		Aignes,Aignes-et-Puyperoux,Aignes-et-Puypéroux,Ehn'-eh-Pjuiperu,En'-e-Pjuiperu,En-e-Pujpero,ai gai he pi yi pei lu,aygns-a-pwypraks,Ень-е-Пюїперу,Ењ-е-Пујперо,Энь-э-Пюиперу,ایگنس-ا-پویپراکس,艾盖和皮伊佩鲁		75	16	161	16230
3038533	Aignes	aignes	FR	31550	225	Europe/Paris	43.32031	1.58852		Aignes		76	31	313	31002
3038534	Aignerville	aignerville	FR	14710	129	Europe/Paris	49.32083	-0.92036		Aignerville		28	14	141	14281
3038535	Aigné	aigne	FR	34210	1411	Europe/Paris	48.06719	0.11926		Aigne,Aigné		52	72	723	72001
3038536	Aigne	aigne	FR	34210	262	Europe/Paris	43.3326	2.79702		Aigne		76	34	341	34006
3038537	Aignay-le-Duc	aignay-le-duc	FR	21510	392	Europe/Paris	47.6656	4.73324		Aignay,Aignay-Cote-d'Or,Aignay-Côte-d'Or,Aignay-le-Duc,Ehn'e-le-Djuk,En'e-le-Djuk,Enej-le-Dik,ai nie lai di ke,aygnay-lw-dak,Енье-ле-Дюк,Еньє-ле-Дюк,Ењеј-ле-Дик,Энье-ле-Дюк,ایگنای-لو-داک,艾涅莱迪克		27	21	213	21004
3038538	Aignan	aignan	FR	32290	949	Europe/Paris	43.69773	0.08307		Aignan		76	32	323	32001
3038540	Aiglun	aiglun	FR	04510	110	Europe/Paris	43.85746	6.91463		Aiglun,Eglen,Ehgljon,ai ge lan,ayglan  alps-marytms,ayjlwn,eguran,Еглен,Эглён,إيجلون,ایگلان، الپس-ماریتمس,エグラン,艾格兰		93	06	061	06001
3038541	Aigleville	aigleville	FR	27120	257	Europe/Paris	49.00786	1.4237		Aigleville,Ajglevij,Eglvil,Ајглевиј,Еглвил		28	27	271	27004
3038545	Aiglepierre	aiglepierre	FR	39110	355	Europe/Paris	46.95271	5.81743		Aiglepierre		27	39	391	39006
3038546	Aiglemont	aiglemont	FR	08090	1725	Europe/Paris	49.78031	4.76483		Aiglemont,Ajglemon,Eglemon,Eglmon,Ehglemon,ai ge lei meng,ayglmant,Ајглемон,Еглемон,Еглмон,Эглемон,ایگلمانت,艾格勒蒙		44	08	081	08003
3038554	Aigaliers	aigaliers	FR	30700	418	Europe/Paris	44.05907	4.32091		Aigaliers,Egal'e,Egalije,aaygalyrz,ai jia li ye er,Егалије,Егалье,Егальє,اایگالیرز,艾加利耶尔		76	30	302	30001
3038555	Aiffres	aiffres	FR	79230	4815	Europe/Paris	46.28873	-0.41466		Aiffres		75	79	792	79003
3038558	Aïcirits-Camou-Suhast	aicirits-camou-suhast	FR	64120	605	Europe/Paris	43.33667	-1.02353		Aicirits,Aicirits-Camon-Suhast,Aisirits-Kamu-Sjuast,Aiziritze,Aiziritze-Gamue-Zohazti,Ajsiri Kamu Sija,ai xi li te kang wu xu a si,Аисиритс-Каму-Сюаст,Аїсіритс-Каму-Сюаст,Ајсири Каму Сија,艾西里特康乌叙阿斯		75	64	641	64010
3038559	Aibre	aibre	FR	25750	477	Europe/Paris	47.55137	6.6965		Aibre		27	25	252	25008
3038560	Aibes	aibes	FR	59149	0	Europe/Paris	50.23569	4.09555		Aibes,Eb,ai bo,aybz,Еб,ایبز,艾伯		32	59	591	59003
3038561	Ahuy	ahuy	FR	21121	1408	Europe/Paris	47.36944	5.02089		Ahuy,Ajuj,ahwy,Аюй,اهوی		27	21	212	21003
3038562	Ahun	ahun	FR	23150	1583	Europe/Paris	46.08578	2.04489		Aehn,Aen,Ahun,Aiun,Auen,Aün,a an,Аен,Аэн,阿安		75	23	232	23001
3038563	Ahuillé	ahuille	FR	53940	1451	Europe/Paris	48.02076	-0.87071		Ahuille,Ahuillé,Aije,Ajuie,ahwyly,ao yi lai,Аије,Аюїє,اهویلی,奥伊莱		52	53	532	53001
3038564	Ahéville	aheville	FR	88500	68	Europe/Paris	48.28417	6.19459		Aheville,Ahéville		44	88	881	88002
3038565	Ahetze	ahetze	FR	64210	1422	Europe/Paris	43.40561	-1.57138		Aec,Aehc,Ahetze,a ai te ci,ahtz,Аец,Аэц,اهتز,اہتز,阿埃特兹		75	64	641	64009
3038567	Agy	agy	FR	14400	298	Europe/Paris	49.23977	-0.76437		Agy		28	14	141	14003
3038568	Aguts	aguts	FR	81470	196	Europe/Paris	43.5305	1.92043		Aguts,Aguts-Rousseau		76	81	812	81001
3038573	Aguilcourt	aguilcourt	FR	02190	365	Europe/Paris	49.40558	3.96692		Aguilcourt		32	02	022	02005
3038574	Aguessac	aguessac	FR	12520	874	Europe/Paris	44.1567	3.09795		Agacac,Agaçac,Agesak,Agessak,Aguessac,a gai sa ke,agwsak,Агесак,Агессак,اگوساک,阿盖萨克		76	12	121	12002
3038575	Agudelle	agudelle	FR	17500	134	Europe/Paris	45.38455	-0.47246		Agidel,Agjudel',Agudelle,Agyudel,a ju dai er,agwdl,Агидел,Агюдель,Ագյուդել,آگودل,اگودل,阿居代尔		75	17	171	17002
3038580	Agris	agris	FR	16110	740	Europe/Paris	45.77437	0.33395		Agri,Agris,Agrís,a ge li,agrys,Агри,Агрі,اگریس,阿格里		75	16	161	16003
3038588	Agonges	agonges	FR	03210	363	Europe/Paris	46.60609	3.15849		Agonges,Agonzh,a gong re,agwngs,Агонж,اگونگس,阿贡热		84	03	032	03002
3038589	Agonès	agones	FR	34190	205	Europe/Paris	43.90367	3.72748		Agaunicum,Agone,Agones,Agonès,Agonés,a ge nei,agwns,Агоне,Агонес,اگونس,اگونے,阿戈内		76	34	342	34005
3038590	Agon-Coutainville	agon-coutainville	FR	50230	2826	Europe/Paris	49.04167	-1.575		Agon Kutenvil,Agon-Kutenvil',a gong ku tan wei er,agwn-kwtan wyl,Агон Кутенвил,Агон-Кутенвиль,Агон-Кутенвіль,اگون-کاتان‌ویل,اگون-کوتان ویل,阿贡库坦维尔		28	50	503	50003
3038591	Agonac	agonac	FR	24460	1575	Europe/Paris	45.29256	0.74968		Agonac,Agonacum,Agonak,a ge na ke,agwnak,Агонак,اگوناک,阿戈纳克		75	24	243	24002
3038592	Agny	agny	FR	62217	2018	Europe/Paris	50.25914	2.76002		Agny,Aigny,An'i,Ani,a ni,ajny,Аньи,Аньї,Ањи,أجني,اگنے,阿尼		32	62	621	62013
3038594	Agnos	agnos	FR	64400	806	Europe/Paris	43.16315	-0.61906		Agnos,An'os,Anhos,Anhòs,Ano,a ni ao,agnas,agnws,Аньос,Ањо,اگناس,اگنوس,阿尼奥		75	64	642	64007
3038596	Agnin	agnin	FR	38150	855	Europe/Paris	45.34016	4.85324		Agnin		84	38	383	38003
3038597	Agnières-en-Dévoluy	agnieres-en-devoluy	FR	05250	224	Europe/Paris	44.69423	5.88181		Agnieres,Agnieres-en-Devoluy,Agnières,Agnières-en-Dévoluy,An'er-an-Devoljui,Anhera de Devolui,Anhera-en-Devolui,Anhera-en-Devoluí,Anijer an Devoli,agnyrz-an-dwlwy,dai wo lu yi de qu a ni ai,Аньер-ан-Деволюи,Аньєр-ан-Деволюї,Ањијер ан Деволи,اگنیرز-ان-دولوی,اگنیرے-آں-دیوولے,代沃吕伊地区阿尼埃		93	05	052	05139
3038599	Agnières	agnieres	FR	62690	155	Europe/Paris	50.35478	2.60614		Agnieres,Agnières		32	62	621	62012
3038600	Agnières	agnieres	FR	62690	0	Europe/Paris	49.7193	1.90288		Agnieres,Agnières		32	80	802	80436
3038602	Agnicourt-et-Séchelles	agnicourt-et-sechelles	FR	02340	210	Europe/Paris	49.71603	3.95406		Agnicourt,Agnicourt-et-Sechelles,Agnicourt-et-Séchelles		32	02	022	02004
3038603	Agnez-lès-Duisans	agnez-les-duisans	FR	62161	669	Europe/Paris	50.30779	2.6579		Agnez,Agnez-les-Duisans,Agnez-lès-Duisans		32	62	621	62011
3038604	Agnetz	agnetz	FR	60600	2840	Europe/Paris	49.38118	2.38621		Agnetz		32	60	602	60007
3232764	La Noue	la-noue	FR	51310	0	Europe/Paris	46.15624	-1.33115				75	17	173	17360
3038611	Agneaux	agneaux	FR	50180	5017	Europe/Paris	49.11905	-1.1061		Agneaux,An'o,Ano,a gai ao,agnyw,agnywks,Аньо,Ањо,اگنیو,اگنیوکس,阿盖奥		28	50	504	50002
3038612	Agnat	agnat	FR	43100	220	Europe/Paris	45.34336	3.44903		Agna,Agnat,Agnater,Agnaty,An'ja,Ana,Anhac,agnat,anya,Агнаты,Агња,Анья,Ања,آنیا,اگنات		84	43	431	43001
3038613	Agnac	agnac	FR	47800	413	Europe/Paris	44.6537	0.37173		Agnac,Agnak,Anak,Агњак,Ањак		75	47	472	47003
3038614	Agnac	agnac	FR	47800	0	Europe/Paris	44.57506	2.27108				76	12	123	12101
3038615	Agmé	agme	FR	47350	101	Europe/Paris	44.49095	0.34703		Agme,Agmé		75	47	472	47002
3038624	Agincourt	agincourt	FR	54770	409	Europe/Paris	48.73348	6.23748		Agincourt,Azhenkur,Azhionkur,Аженкур,Ажионкур		44	54	543	54006
3038625	Aghione	aghione	FR	20270	267	Europe/Paris	42.1113	9.40013		Ag'one,Aghione,Aghjone,Agion,Agjone,aqywn,Агион,Агйоне,Агьоне,اقیون		94	2B	2B3	2B002
3038626	Agey	agey	FR	21410	269	Europe/Paris	47.28405	4.76369		Agey,Azhe,a re,ayjy,Аже,ایجی,ایجے,阿热		27	21	212	21002
3038628	Ageville	ageville	FR	52340	287	Europe/Paris	48.11034	5.35487		Ageville		44	52	521	52001
3038629	Agenvillers	agenvillers	FR	80150	186	Europe/Paris	50.17853	1.91826		Agenvillers		32	80	801	80006
3038630	Agenville	agenville	FR	80370	91	Europe/Paris	50.1652	2.10257		Agenville		32	80	802	80005
3038631	Agen-d'Aveyron	agen-d-aveyron	FR	12630	0	Europe/Paris	44.35712	2.67981		Agen,Agen-dAveyron,Azhan-d'Averon,a rang da wei long,Ажан-д’Аверон,阿让达韦龙		76	12	121	12001
3038632	Agencourt	agencourt	FR	21700	490	Europe/Paris	47.12782	4.98181		Agencourt		27	21	211	21001
3038634	Agen	agen	FR	47000	34367	Europe/Paris	44.20199	0.62055		AGF,Agen,Aginnum,Agén,Azenas,Azhan,Azhen,Aženas,a rang,ajaeng,ajan,azhan,azheni,azhn,Ажан,Ажен,אזן,أجان,اژان,اژن,อาแฌ็ง,აჟენი,アジャン,阿让,아쟁	47	75	47	471	47001
3038636	Agel	agel	FR	34210	186	Europe/Paris	43.33822	2.8532		Agel		76	34	341	34004
3038638	Agde	agde	FR	34300	23001	Europe/Paris	43.31083	3.47583		Agatha,Agd,Agde,Agdei vald,XAG,a ge de,agd,ageudeu,aghd,aghdy,agudo,ajdy,aqd,Агд,أجدي,أغد,أغدي,اقد,اگد,アグド,阿格德,아그드		76	34	341	34003
3038641	Agassac	agassac	FR	31230	136	Europe/Paris	43.37132	0.88894		Agacac,Agasak,Agassac,Agassak,Agaçac,a jia sa ke,agsak,Агасак,Агассак,اگساک,阿加萨克		76	31	312	31001
3038644	Affringues	affringues	FR	62380	211	Europe/Paris	50.68964	2.07556		Affringues		32	62	625	62010
3038645	Affracourt	affracourt	FR	54740	100	Europe/Paris	48.4618	6.17089		Affracourt		44	54	543	54005
3038646	Affoux	affoux	FR	69170	260	Europe/Paris	45.84489	4.40332		Affoux		84	69	692	69001
3038648	Affléville	affleville	FR	54800	203	Europe/Paris	49.27031	5.76335		Affleville,Affléville		44	54	541	54004
3038649	Affieux	affieux	FR	19260	358	Europe/Paris	45.51762	1.76707		Af'jo,Aff'e,Affe,Affieux,Afieu,Afiu,Afièu,Afje,a fei e,Аффье,Аффє,Афьё,Афје,阿菲厄		75	19	192	19001
3038653	Afa	afa	FR	20167	2157	Europe/Paris	41.98396	8.79833		Afa,Afà,Афа		94	2A	2A1	2A001
3038654	Adriers	adriers	FR	86430	858	Europe/Paris	46.25716	0.79925		Adre,Adrerium,Adriers,Adrije,a de li ye,Адрије,Адрє,阿德里耶		75	86	862	86001
3038656	Adon	adon	FR	45230	0	Europe/Paris	49.63449	4.26968				44	08	082	08113
3038657	Adon	adon	FR	45230	175	Europe/Paris	47.76372	2.79562		Adon		24	45	451	45001
3038658	Adissan	adissan	FR	34230	826	Europe/Paris	43.53511	3.42787		Adican,Adisan,Adissan,Adiçan,a di sang,adysan,Адисан,Адиссан,Адіссан,ادیسان,阿迪桑		76	34	341	34002
3038659	Adinfer	adinfer	FR	62116	216	Europe/Paris	50.19393	2.70867		Adenfer,Adinfer,Andinfer,a dan fu,adynfr,adynfyr,Аденфер,أدينفير,ادینفر,阿丹弗		32	62	621	62009
3038660	Adilly	adilly	FR	79200	302	Europe/Paris	46.69131	-0.31145		Adilly		75	79	793	79002
3038661	Adervielle-Pouchergues	adervielle-pouchergues	FR	65240	85	Europe/Paris	42.81933	0.40478		Aderv'el'-Pusherg,Adervel'-Pusherg,Aderviela e Pocieures,Aderviela e Poshergas,Adervièla e Pocieures,Adervièla e Poshèrgas,Adervjel Pusherg,a dai er wei ye er pu xie er gai,adrwyl-pwchrgs,Адервьель-Пушерг,Адервєль-Пушерг,Адервјел Пушерг,ادرویل-پوچرگس,阿代尔维耶尔普谢尔盖		76	65	652	65003
3038662	Adelans-et-le-Val-de-Bithaine	adelans-et-le-val-de-bithaine	FR	70200	255	Europe/Paris	47.7097	6.39782		Adelan-e-le-Val'-de-Biten,Adelan-eh-le-Val'-de-Biten,Adlan e le Val de Biten,adwlan-a-lw-wl-dw-bytn,Аделан-е-ле-Валь-де-Бітен,Аделан-э-ле-Валь-де-Битен,Адлан е ле Вал де Битен,آدولان-ا-لو-ول-دو-بیتن		27	70	701	70004
3038663	Adelange	adelange	FR	57380	214	Europe/Paris	49.00485	6.61359		Adelange		44	57	573	57008
3038665	Adé	ade	FR	65100	719	Europe/Paris	43.13388	-0.02772		Ade,Adé		76	65	651	65002
3038666	Adast	adast	FR	65260	242	Europe/Paris	42.97388	-0.07832		Adast,a da si,adast,Адаст,اداست,阿达斯		76	65	651	65001
3038668	Adamswiller	adamswiller	FR	67320	494	Europe/Paris	48.90472	7.20391		Adamsvije,Adamsviler,Adamsviller,Adamsweiler,Adamswiller,a dang si wei lai,adamswylyr,admzwylr,Àdàmswiller,Адамсвилер,Адамсвиллер,Адамсвије,Адамсвіллер,أدامسويلير,ادمزویلر,阿当斯维莱		44	67	674	67002
3038669	Adam-lès-Vercel	adam-les-vercel	FR	25530	79	Europe/Paris	47.16838	6.39257		Adam,Adam-les-Vercel,Adam-lez-Vercel,Adam-lès-Vercel		27	25	253	25007
3038670	Adam-lès-Passavant	adam-les-passavant	FR	25360	81	Europe/Paris	47.29728	6.36031		Adam		27	25	251	25006
3038671	Adainville	adainville	FR	78113	773	Europe/Paris	48.72332	1.6532		Adainville,Adenvil,Adenvil',adynwyl,Аденвил,Аденвиль,Аденвіль,ادینویل		11	78	781	78006
3038672	Adaincourt	adaincourt	FR	57580	112	Europe/Paris	49.00647	6.43693		Adaincourt		44	57	573	57007
3038673	Acy-Romance	acy-romance	FR	08300	505	Europe/Paris	49.50112	4.34203		Acy,Acy-Romance,Asi Romans,Asi-Romans,Asi-Romons,a xi luo mang si,asy-rmans,Аси Романс,Аси-Романс,Аси-Ромонс,Асі-Романс,آسی-رمانس,阿西罗芒斯		44	08	082	08001
3038674	Acy-en-Multien	acy-en-multien	FR	60620	785	Europe/Paris	49.10419	2.95537		Acy,Acy-en-Multien,Asi an Miltjen,Asi-an-Mjul't'jan,asy-an-maltyn,mi er di an de qu a xi,Аси ан Милтјен,Асі-ан-Мюльтьян,آسی-ان-مالتین,米尔蒂安地区阿西		32	60	604	60005
3038675	Acy	acy	FR	02200	964	Europe/Paris	49.34524	3.41167		Achy,Aciacum,Acy,Asi,a xi,asy  ayzn,Аси,Асі,Ասի,آسی، ایزن,阿西		32	02	024	02003
3038680	Acquin-Westbécourt	acquin-westbecourt	FR	62380	643	Europe/Paris	50.7276	2.08989		Acuin-Westboucourt,Aken Vebekur,Aken-Vestbekur,a ke kan wei si te bei ku er,asykwyn wystbykwrt,Акен Вебекур,Акен-Вестбекур,أسيكوين ويستبيكورت,اکوین-وست‌بیکورت,阿克坎韦斯特贝库尔		32	62	625	62008
3038681	Acquigny	acquigny	FR	27400	1544	Europe/Paris	49.1735	1.1765		Acquigny,Akin'i,Akini,Akuini,a ji ni,akwygny,Акиньи,Акињи,Акуини,Акіньї,اکویگنی,阿基尼		28	27	271	27003
3038682	Acqueville	acqueville	FR	14220	672	Europe/Paris	49.6088	-1.74956		Acqueville		28	50	502	50041
3038683	Acqueville	acqueville	FR	14220	187	Europe/Paris	48.97207	-0.36739		Acqueville		28	14	142	14150
3038693	Acq	acq	FR	62144	521	Europe/Paris	50.34724	2.65741		Acq,Ak,a ke,asyk,Ак,أسيك,阿克		32	62	621	62007
3038695	Acon	acon	FR	27570	435	Europe/Paris	48.76594	1.10201		Acon,Akon,Akun,Акон,Акун		28	27	273	27002
3038697	Aclou	aclou	FR	27800	237	Europe/Paris	49.17139	0.70401		Aclou		28	27	272	27001
3038698	Acigné	acigne	FR	35690	5746	Europe/Paris	48.13538	-1.5337		Acigne,Acigneium,Acigné,Asin'e,Asine,Egineg,a xi nie,asyn,Асинье,Асиње,Асіньє,اسین,阿西涅		53	35	353	35001
3038699	Achy	achy	FR	60690	301	Europe/Paris	49.55672	1.97924		Achy		32	60	601	60004
3038700	Achun	achun	FR	58110	169	Europe/Paris	47.12423	3.67965				27	58	581	58001
3038701	Achiet-le-Petit	achiet-le-petit	FR	62121	0	Europe/Paris	50.12403	2.75272		Achiet-le-Petit,Ash'e-le-Peti,Ashe-le-Peti,Ashje le Pti,Tchou-Achiet,ashyt-lw-ptyt,atshyt lw bytyt,xiao a xie,Ашье-ле-Пети,Ашє-ле-Петі,Ашје ле Пти,أتشيت لو بيتيت,اشیت-لو-پتیت,小阿谢		32	62	621	62006
3038702	Achiet-le-Grand	achiet-le-grand	FR	62121	1031	Europe/Paris	50.13067	2.78119		Achiet-Grand,Achiet-le-Grand,Ash'e-le-Gran,Ashe-le-Gran,Ashje le Gran,ashyt-lw-grnd,atshyt lw jrand,da a xie,Ашье-ле-Гран,Ашє-ле-Гран,Ашје ле Гран,أتشيت لو جراند,اشیت-لو-گرند,大阿谢		32	62	621	62005
3038761	Ablancourt	ablancourt	FR	51240	174	Europe/Paris	48.81018	4.52304		Ablancourt,Ablankur,a bu lang ku er,ablankwrt,aburankuru,Абланкур,ابلانکورت,アブランクール,阿布朗库尔		44	51	514	51001
3038703	Achicourt	achicourt	FR	62217	7683	Europe/Paris	50.27429	2.75779		Achicourt,Ashikur,Hachicourt,a xi ku er,achykwrt,atshykwrt,xa chi kur,Ашикур,أتشيكورت,اچیکورت,อาชีกูร์,阿希库尔		32	62	621	62004
3038704	Achey	achey	FR	70180	55	Europe/Paris	47.57392	5.60841		Achey		27	70	702	70003
3038705	Acheville	acheville	FR	62320	613	Europe/Paris	50.384	2.88267		Acheville,Ashevil',Ashvil,a she wei er,akwyl,atshyfyly,Ашвил,Ашевиль,Ашевіль,أتشيفيلي,اکویل,阿舍维尔		32	62	627	62003
3038706	Acheux-en-Vimeu	acheux-en-vimeu	FR	80210	513	Europe/Paris	50.0652	1.67612		Acheux,Acheux-en-Vimeu,Acheux-in-Vimeu,Ashe-an-Vime,Asheks an Vime,Asyo an Vime,a she ang wei mo,akwks-an-wymyw,Аше-ан-Віме,Ашекс ан Виме,Աշյո ան Վիմե,اکوکس-ان-ویمئو,阿舍昂维默		32	80	801	80004
3038707	Acheux-en-Amiénois	acheux-en-amienois	FR	80560	525	Europe/Paris	50.07279	2.53201		Acheux,Acheux-in-Anmienoe,Acheux-in-Anmiénoé,Ashe-an-Amenua,Asheks an Amjenoa,Ashjo-an-Am'enua,Asyo an Amenua,a she ang na mi ye nu wa,akwks-an-amynwas,Аше-ан-Амєнуа,Ашекс ан Амјеноа,Ашё-ан-Амьенуа,Աշյո ան Ամենուա,اکوکس-ان-امینواس,阿舍昂纳米耶努瓦		32	80	804	80003
3038710	Achery	achery	FR	02800	549	Europe/Paris	49.69374	3.3898		Achery		32	02	022	02002
3038711	Achères-la-Forêt	acheres-la-foret	FR	77760	1149	Europe/Paris	48.35458	2.57035		Acheres,Acheres-la-Foret,Achères,Achères-la-Forêt,Asher la Fore,Asher-la-Fore,ashr-la-fwrh,Ашер ла Форе,Ашер-ла-Форе,اشر-لا-فوره		11	77	774	77001
3038712	Achères	acheres	FR	18250	22555	Europe/Paris	48.96115	2.06882		Acheres,Achères		11	78	783	78005
3038713	Achères	acheres	FR	18250	0	Europe/Paris	48.5817	1.37549				24	28	283	28393
3038714	Achères	acheres	FR	18250	356	Europe/Paris	47.27914	2.45001		Acheres,Achères		24	18	181	18001
3038715	Achenheim	achenheim	FR	67204	2303	Europe/Paris	48.5807	7.62803		Achene,Achenheim,Ashenajm,Ashenkhajm,Ashenkhem,a shang an,aknhym,atshynhym,Àchene,Ашенайм,Ашенхајм,Ашенхем,أتشينهيم,اکنهیم,阿尚安		44	67	678	67001
3038717	Achen	achen	FR	57412	972	Europe/Paris	49.04529	7.18211		Achen		44	57	576	57006
3038721	Achain	achain	FR	57340	90	Europe/Paris	48.9139	6.59244		Achain,Ashan,Ashen,Ашан,Ашен		44	57	575	57004
3038723	Accous	accous	FR	64490	472	Europe/Paris	42.97457	-0.59948		Accous,Acos,Acós,Akkus,Akus,a ku si,akas,Аккус,Акус,اکاس,阿库斯		75	64	642	64006
3038724	Accons	accons	FR	07160	450	Europe/Paris	44.88622	4.38704		Accons		84	07	073	07001
3038725	Accolay	accolay	FR	89460	446	Europe/Paris	47.66123	3.70889		Accolay		27	89	891	89130
3038726	Accolans	accolans	FR	25250	95	Europe/Paris	47.4946	6.53221		Accolans		27	25	252	25005
3038729	Abzac	abzac	FR	16500	490	Europe/Paris	46.10272	0.70341		Abzac		75	16	163	16001
3038730	Abzac	abzac	FR	16500	1732	Europe/Paris	45.01611	-0.12883		Abzac		75	33	335	33001
3038731	Abscon	abscon	FR	59215	4204	Europe/Paris	50.33333	3.3		Abscon,Absconium,Abskon,a pu si kong,abskan,Абскон,ابسکان,阿普斯孔		32	59	596	59002
3038734	Abriès	abries	FR	05460	384	Europe/Paris	44.79426	6.92697		Abrie,Abriers,Abries,Abrije,Abrièrs,a bu lie,abrys,Абриес,Абрије,Абріє,ابریس,阿布列		93	05	051	05001
3038735	Abrest	abrest	FR	03200	2503	Europe/Paris	46.09859	3.44461		Abrest,Abret,Abrèt,a bu lei si,abrst,Абрест,ابرست,阿布雷斯		84	03	033	03001
3038738	Abreschviller	abreschviller	FR	57560	1332	Europe/Paris	48.63698	7.09607		Abreschviller,Abreschwiller,Abreshvije,Abreshviller,a bu lei shen wei lai,abrshwylr,Абрешвиллер,Абрешвије,Абрешвіллер,آبرشویلر,阿布雷什维莱		44	57	575	57003
3038741	Abos	abos	FR	64360	519	Europe/Paris	43.35831	-0.56314		Abos		75	64	643	64005
3038744	Abondant	abondant	FR	28410	1807	Europe/Paris	48.7859	1.44006		Abondan,Abondant,a bang dang,abandant,Абондан,اباندانت,阿邦当		24	28	283	28001
3038745	Abondance	abondance	FR	74360	1498	Europe/Paris	46.27874	6.72105		Abondance		84	74	744	74001
3038801	Abbans-Dessous	abbans-dessous	FR	25320	181	Europe/Paris	47.13382	5.87439		Aban Desu,Abban-Dessu,Abbans-Dessous,a bang dai su,abans-dsws,Абан Десу,Аббан-Дессу,ابانس-دسوس,阿邦代苏		27	25	251	25001
3038746	Aboncourt-sur-Seille	aboncourt-sur-seille	FR	57590	66	Europe/Paris	48.81602	6.33972		Aboncourt,Aboncourt-sur-Seille,Abonkur sir Sej,Abonkur-sjur-Sej,Abonkur-sur-Seij,abwnkwr-swr-sy,sai er he pan a bang ku er,Абонкур сир Сеј,Абонкур-сур-Сеиј,Абонкур-сюр-Сей,آبونکور-سور-سی,塞尔河畔阿邦库尔		44	57	575	57002
3038747	Aboncourt	aboncourt	FR	54115	125	Europe/Paris	48.35844	5.96731		Aboncourt,Aboncourt-en-Vosges,Abonkur,Абонкур		44	54	544	54003
3038748	Aboncourt	aboncourt	FR	54115	353	Europe/Paris	49.25985	6.34755		Aboncourt,Abonkur,Абонкур		44	57	577	57001
3038749	Aboncourt-Gesincourt	aboncourt-gesincourt	FR	70500	211	Europe/Paris	47.77175	5.9733				27	70	702	70002
3038751	Aboën	aboen	FR	42380	235	Europe/Paris	45.41354	4.13222		Aboan,Aboen,Aboën,a bo e en,Абоен,阿博厄恩		84	42	421	42001
3038754	Ablon-sur-Seine	ablon-sur-seine	FR	94480	5174	Europe/Paris	48.72732	2.42686		Ablon,Ablon na Seni,Ablon-sjur-Sen,Ablon-sur-Seine,ablwn-sw-syyn,sai na he pan a bu long,Аблон на Сени,Аблон-сюр-Сен,ابلون-سو-سیین,塞纳河畔阿布隆		11	94	943	94001
3038755	Ablon	ablon	FR	14600	1094	Europe/Paris	49.39214	0.29584		Ablon,a bu long,Аблон,阿布隆		28	14	143	14001
3038756	Ablis	ablis	FR	78660	2845	Europe/Paris	48.5172	1.83624		Abli,Ablis,a bu li,Абли,Аблі,阿布利		11	78	782	78003
3038759	Ableiges	ableiges	FR	95450	1024	Europe/Paris	49.08932	1.98154		Ableiges,Ablezh,a bu lai re,ablygs,Аблеж,ابلیگس,阿布莱热		11	95	953	95002
3038762	Ablainzevelle	ablainzevelle	FR	62116	178	Europe/Paris	50.15268	2.73319		Ablainzevelle,Ablenzevel,Ablenzevel',a bu lan ze wei er,ablanzwl,ablaynzyfyly,Аблензевел,Аблензевель,أبلاينزيفيلي,ابلانزول,阿布兰泽韦尔		32	62	621	62002
3038763	Ablain-Saint-Nazaire	ablain-saint-nazaire	FR	62153	1891	Europe/Paris	50.3932	2.7088		Abla-Sant-Nazer,Ablain,Ablain-Saint-Nazaire,Ablain-Saint-Nazart,Ablain-la-Montagne,Ablen Sen Nazer,Ablen-Sen-Nazer,a bu lan sheng na ze er,ablayn san nazyr,ablyan-saynt-nzayr,Абла-Сант-Назер,Аблен Сен Назер,Аблен-Сен-Назер,أبلاين سان نازير,ابلیان-ساینت-نزایر,阿布兰圣纳泽尔		32	62	627	62001
3038764	Ablaincourt-Pressoir	ablaincourt-pressoir	FR	80320	236	Europe/Paris	49.84009	2.82237		Ablaincourt-Pressor,Ablenkur Presoa,Ablenkur Presuar,Ablenkur-Pressuar,a bu lan ku er pu lei su wa er,ablankwrt-prswar,Абленкур Пресоа,Абленкур-Прессуар,Աբլենկուր Պրեսուար,ابلانکورت-پرسوار,阿布兰库尔普雷苏瓦尔		32	80	804	80002
3038765	Abjat-sur-Bandiat	abjat-sur-bandiat	FR	24300	662	Europe/Paris	45.58479	0.75831		Abiacum,Abzha sir Bandja,Abzha-sjur-Band'ja,Ajac de Bandiat,abjat-sw-bandyat,bang di a he pan a bu ya,Абжа сир Бандја,Абжа-сюр-Бандья,ابجات-سو-باندیات,邦迪阿河畔阿布雅		75	24	242	24001
3038766	Abitain	abitain	FR	64390	120	Europe/Paris	43.42076	-0.98806		Abitain,Abitaine,Abiten,Avitenh,a bi tan,abytyan,Абитен,Абітен,ابیتیان,阿比坦		75	64	642	64004
3038768	Abilly	abilly	FR	37160	1158	Europe/Paris	46.93333	0.73333		Abii,Abiji,Abili,Abilly,Abilly-sur-Claise,a bi yi,abyly,Абийи,Абили,Абији,Абії,ابیلی,阿比伊		24	37	373	37001
3038769	Abidos	abidos	FR	64150	216	Europe/Paris	43.39841	-0.62421		Abidos		75	64	643	64003
3038771	Abergement-lès-Thésy	abergement-les-thesy	FR	39110	55	Europe/Paris	46.91787	5.93953		Abergement,Abergement-les-Thesy,Abergement-lès-Thésy,L'Abergement-les-Thesy,L'Abergement-les-Thésy		27	39	391	39004
3038772	Abergement-le-Petit	abergement-le-petit	FR	39800	45	Europe/Paris	46.90244	5.69518		Abergement-le-Petit		27	39	391	39003
3038773	Abergement-le-Grand	abergement-le-grand	FR	39600	43	Europe/Paris	46.91409	5.6808		Abergement-le-Grand		27	39	391	39002
3038774	Abergement-la-Ronce	abergement-la-ronce	FR	39500	763	Europe/Paris	47.069	5.37133		Abergement,Abergement-la-Ronce,Aberzheman la Rons,Aberzhman-la-Rons,a bei er re mang la long ke,abrjmnt-la-ransy,Абержеман ла Ронс,Абержман-ла-Ронс,ابرجمنت-لا-رانسی,阿贝尔热芒拉龙克		27	39	391	39001
3038775	Abère	abere	FR	64160	143	Europe/Paris	43.3897	-0.17563		Aber,Abere,Abère,Avera,abrh,Абер,ابره		75	64	643	64002
3038779	Abelcourt	abelcourt	FR	70300	319	Europe/Paris	47.78858	6.27784		Abelcourt		27	70	701	70001
3038782	Abeilhan	abeilhan	FR	34290	1201	Europe/Paris	43.4499	3.29488		Abeilhan,Abejan,Abelhan,a bei yang,abyhan,Абеян,Абејан,ابیهان,阿贝扬		76	34	341	34001
3038783	Abbeville-Saint-Lucien	abbeville-saint-lucien	FR	60480	567	Europe/Paris	49.51643	2.16906		Abbevil'-Sen-Ljus'jan,Abbeville,Abbeville-Saint-Lucien,Abevil Sen Lisjen,a bo wei er sheng lu xi an,abwyl-sant-lwshn,Аббевіль-Сен-Люсьян,Абевил Сен Лисјен,ابویل-سانت-لوشن,阿伯维尔圣吕西安		32	60	602	60003
3038784	Abbévillers	abbevillers	FR	25310	999	Europe/Paris	47.43205	6.91651		Abbevillers,Abbévillers		27	25	252	25004
3038785	Abbéville-lès-Conflans	abbeville-les-conflans	FR	54800	235	Europe/Paris	49.19762	5.84389		Abbeville,Abbeville-les-Conflans,Abbéville-lès-Conflans		44	54	541	54002
3038786	Abbéville-la-Rivière	abbeville-la-riviere	FR	91150	286	Europe/Paris	48.34683	2.16594		Abbevil'-la-Riv'er,Abbevil'-la-River,Abbeville,Abbeville-la-Riviere,Abbéville,Abbéville-la-Rivière,Abevil la Rivjer,a bei wei er la li wei ai,abwyl-la-rywr,Аббевиль-ла-Ривьер,Аббевіль-ла-Ривєр,Абевил ла Ривјер,ابویل-لا-ریور,阿贝维尔拉里维埃		11	91	911	91001
3038789	Abbeville	abbeville	FR	80100	26461	Europe/Paris	50.10521	1.83547		Abbatis Villa,Abbevil',Abbeville,Abbéville,Abevil,Abeville,Abvij,Abvil,Abvil',Abvilis,Advile,XAB,a bu wei er,abeubil,abfyl,abuvu~iru,abvili,abwwyl,abwyl,Аббевіль,Абвил,Абвиль,Абвиј,Абевил,Աբեվիլ,أبفيل,ابوویل,ابویل,აბვილი,アブヴィル,阿布维尔,아브빌	801	32	80	801	80001
3038792	Abbenans	abbenans	FR	25340	343	Europe/Paris	47.5	6.45		Abbenans		27	25	251	25003
3038793	Abbécourt	abbecourt	FR	02300	453	Europe/Paris	49.59924	3.17585		Abbecourt,Abbekur,Abbécourt,Abekur,a bei ku er,abykwrt,Аббекур,Абекур,Աբեկուր,ابیکورت,阿贝库尔		32	02	022	02001
3038794	Abbecourt	abbecourt	FR	02300	0	Europe/Paris	49.35876	2.15647		Abbecourt		32	60	601	60002
3038799	Abbaretz	abbaretz	FR	44170	1627	Europe/Paris	47.55254	-1.53301		Abarec,Abarrez,Abbare,Abbaretiacum,Abbaretz,a ba lei te,abartz,Абарец,Аббаре,ابارتز,阿巴雷特		52	44	445	44001
3038800	Abbans-Dessus	abbans-dessus	FR	25440	285	Europe/Paris	47.12055	5.88188		Aban Desi,Abban-Dessju,Abbans-Dessus,a bang dai xu,Абан Деси,Аббан-Дессю,阿邦代叙		27	25	251	25002
3038802	Abaucourt-Hautecourt	abaucourt-hautecourt	FR	55400	115	Europe/Paris	49.2	5.53333		Abaucourt,Abaucourt-les-Souppleville,Abaucourt-lès-Souppleville		44	55	553	55002
3038803	Abaucourt	abaucourt	FR	54610	323	Europe/Paris	48.89745	6.2582		Abaucourt		44	54	543	54001
3038805	Abancourt	abancourt	FR	59268	447	Europe/Paris	50.23469	3.21265		Abacourt,Abancourt		32	59	592	59001
3038806	Abancourt	abancourt	FR	59268	592	Europe/Paris	49.69607	1.76512		Abancourt,Abancourt-la-Montagne		32	60	601	60001
3038807	Abancourt	abancourt	FR	59268	0	Europe/Paris	49.591	1.62327				28	76	761	76666
3038808	Abainville	abainville	FR	55130	322	Europe/Paris	48.53052	5.49446		Abainville,Abenvil,Abenvil',a ban wei er,Абенвил,Абенвиль,Абенвіль,آبین‌ویل,阿班维尔		44	55	552	55001
3038809	Aast	aast	FR	64460	204	Europe/Paris	43.28916	-0.09044		Aast		75	64	643	64001
3212672	Mausoleo	mausoleo	FR	20259	0	Europe/Paris	42.77721	9.46657		Mausoleo		94	2B	2B2	2B043
3213088	Saint-Joseph	saint-joseph	FR	42800	0	Europe/Paris	42.68986	9.44615		Saint-Joseph		94	2B	2B2	2B033
3213093	Saint-Antoine	saint-antoine	FR	15220	0	Europe/Paris	42.69605	9.44609		Saint-Antoine		94	2B	2B2	2B033
3225068	Mortagne	mortagne	FR	88600	0	Europe/Paris	45.47083	-0.81389				75	17	174	17248
3225225	Plagne	plagne	FR	01130	0	Europe/Paris	44.99072	-0.46595				75	33	331	33366
3225295	Mugron	mugron	FR	40250	0	Europe/Paris	45.0162	-0.51354				75	33	331	33339
3225303	Marchais	marchais	FR	02350	0	Europe/Paris	45.04895	-0.58298				75	33	331	33475
3225308	Le Port	le-port	FR	09320	0	Europe/Paris	45.0126	-0.60343				75	33	332	33262
3225334	La Marche	la-marche	FR	58400	0	Europe/Paris	44.92222	-0.28333				75	33	335	33174
3225344	Lugon-et-l'Île-du-Carnay	lugon-et-l-ile-du-carnay	FR	33240	1060	Europe/Paris	44.95556	-0.33611				75	33	335	33259
3225362	Labrousse	labrousse	FR	15130	0	Europe/Paris	45.14881	-0.6481				75	33	331	33441
3225363	Segonzac	segonzac	FR	16130	0	Europe/Paris	45.15448	-0.65702				75	33	331	33405
3225388	Saint-Julien-Beychevelle	saint-julien-beychevelle	FR	33250	736	Europe/Paris	45.16667	-0.74167		Saint-Julien-Beychevelle		75	33	334	33423
3225417	Saint-Lambert	saint-lambert	FR	14570	0	Europe/Paris	45.18393	-0.75371				75	33	334	33314
3225460	Saint-Nicolas	saint-nicolas	FR	62223	0	Europe/Paris	45.41148	-0.72271				75	17	171	17325
3225487	By	by	FR	25440	0	Europe/Paris	45.37302	-0.86443				75	33	334	33038
3225505	Dignac	dignac	FR	16410	0	Europe/Paris	45.4147	-0.94706		Dignac		75	33	334	33208
3225745	Saint-Antoine	saint-antoine	FR	15220	0	Europe/Paris	43.72619	7.41174				93	06	062	06032
3226740	Ancone	ancone	FR	26200	0	Europe/Paris	42.03863	8.72597		Ancone		94	2A	2A1	2A048
3227084	Perelli	perelli	FR	20234	0	Europe/Paris	41.58702	9.33696		Perela,Perelli,Perrelli		94	2A	2A4	2A247
3227189	Saint-Joseph	saint-joseph	FR	42800	0	Europe/Paris	41.9315	8.75928		Saint-Joseph		94	2A	2A1	2A004
3228467	L'Étoile	l-etoile	FR	39570	0	Europe/Paris	50.98837	2.0824				32	62	626	62645
3231117	Sainte-Anne	sainte-anne	FR	25270	0	Europe/Paris	49.65642	-1.6678				28	50	502	50129
3231118	Saint-Sauveur	saint-sauveur	FR	05200	0	Europe/Paris	49.63333	-1.63333				28	50	502	50129
3231239	Saint-Fiacre	saint-fiacre	FR	22720	0	Europe/Paris	48.28194	-4.53401				53	29	292	29042
3231244	Cléguer	cleguer	FR	56620	0	Europe/Paris	48.28245	-4.53057				53	29	292	29042
3231324	La Villeneuve	la-villeneuve	FR	23260	0	Europe/Paris	48.28242	-4.48049				53	29	292	29120
3231375	La Montagne	la-montagne	FR	44620	0	Europe/Paris	48.39613	-4.45905				53	29	291	29019
3231381	Marais-Vernier	marais-vernier	FR	27680	479	Europe/Paris	49.42383	0.4542		Marais-Vernier		28	27	272	27388
3231412	Les Granges	les-granges	FR	10210	0	Europe/Paris	49.40919	0.54166				28	27	272	27263
3231429	Les Haies	les-haies	FR	69420	0	Europe/Paris	49.48753	0.59642				28	76	762	76476
3231435	La Neuville	la-neuville	FR	59239	0	Europe/Paris	49.47563	0.67817				28	76	763	76727
3231436	La Vallée	la-vallee	FR	17250	0	Europe/Paris	49.47798	0.68667				28	76	763	76727
3231442	Gauville	gauville	FR	61550	0	Europe/Paris	49.50096	0.78871				28	76	763	76164
3231447	Le Passage	le-passage	FR	38490	0	Europe/Paris	49.42722	0.80633				28	76	763	76378
3231463	Saint-Sever	saint-sever	FR	40500	0	Europe/Paris	49.41667	1.08333				28	76	763	76681
3231522	Amfréville	amfreville	FR	14860	0	Europe/Paris	49.66138	-1.71339				28	50	502	50129
3231563	Bourbourg	bourbourg	FR	59630	0	Europe/Paris	49.64824	-1.5744				28	50	502	50129
3231632	Fontenailles	fontenailles	FR	77370	0	Europe/Paris	49.32958	-0.68				28	14	141	14377
3231633	Saint-Sulpice	saint-sulpice	FR	01340	0	Europe/Paris	49.29574	-0.66442				28	14	141	14663
3231650	Cully	cully	FR	14480	179	Europe/Paris	49.25001	-0.52948		Cully		28	14	141	14406
3231651	Pierrepont	pierrepont	FR	02350	0	Europe/Paris	49.27444	-0.49943				28	14	141	14355
3231671	Gonneville-en-Auge	gonneville-en-auge	FR	14810	371	Europe/Paris	49.25982	-0.19087		Gonneville-en-Auge		28	14	143	14306
3231689	Montmorency	montmorency	FR	95160	0	Europe/Paris	49.19396	-0.31651				28	14	142	14327
3231698	Longueval	longueval	FR	80360	0	Europe/Paris	49.21737	-0.28897				28	14	143	14530
3231702	Le Parc	le-parc	FR	50870	0	Europe/Paris	49.23408	-0.28684				28	14	142	14060
3231704	Le Port	le-port	FR	09320	0	Europe/Paris	49.24636	-0.27621				28	14	142	14060
3232324	Sainte-Catherine	sainte-catherine	FR	62223	0	Europe/Paris	47.72216	-3.34468				53	56	561	56118
3232380	Locqueltas	locqueltas	FR	56390	0	Europe/Paris	47.75606	-2.76735				53	56	563	56120
3232414	La Perrière	la-perriere	FR	61360	0	Europe/Paris	47.73361	-3.36167				53	56	561	56121
3232432	Merville	merville	FR	31330	0	Europe/Paris	47.74389	-3.37361				53	56	561	56121
3232676	Saint-Maurice	saint-maurice	FR	52200	0	Europe/Paris	46.16528	-1.18056				75	17	173	17300
3232678	Vendôme	vendome	FR	41100	0	Europe/Paris	46.175	-1.15833				75	17	173	17200
3232687	Saint-Eloi	saint-eloi	FR	01800	0	Europe/Paris	46.17917	-1.13611				75	17	173	17291
3232711	La Courbe	la-courbe	FR	61150	0	Europe/Paris	46.1408	-1.12989				75	17	173	17028
3232731	Bretagne	bretagne	FR	36110	0	Europe/Paris	45.98705	-1.31041				75	17	172	17337
3232801	Saint-Etienne	saint-etienne	FR	42000	0	Europe/Paris	43.50556	-1.46667				75	64	641	64102
3232802	Saint-Bernard	saint-bernard	FR	01600	0	Europe/Paris	43.50725	-1.48491				75	64	641	64102
3232826	La Tuilière	la-tuiliere	FR	42830	0	Europe/Paris	45.02738	-0.52397				75	33	331	33067
3232828	Mirambeau	mirambeau	FR	17150	0	Europe/Paris	45.02509	-0.56639				75	33	332	33004
3232834	Sainte-Barbe	sainte-barbe	FR	57640	0	Europe/Paris	44.98744	-0.53889				75	33	332	33004
3232845	Antony	antony	FR	92160	0	Europe/Paris	44.95628	-0.53341				75	33	332	33434
3233299	Saint-Colomban	saint-colomban	FR	44310	0	Europe/Paris	47.57264	-3.09552				53	56	561	56034
3233438	Sainte-Marguerite	sainte-marguerite	FR	43230	0	Europe/Paris	47.27778	-2.30833				52	44	443	44132
3233448	Tréveneuc	treveneuc	FR	22410	0	Europe/Paris	47.32488	-2.105				52	44	443	44052
3233467	La Verrière	la-verriere	FR	78320	0	Europe/Paris	47.27726	-2.01635				52	44	443	44192
3233497	Neuvillette	neuvillette	FR	02390	0	Europe/Paris	47.22318	-2.16553		La Neuvillette,Neuvillette		52	44	443	44154
3233507	Plaisance	plaisance	FR	12550	0	Europe/Paris	47.26654	-2.23707				52	44	443	44184
3233577	Verdun	verdun	FR	09310	0	Europe/Paris	47.25033	-2.28692				52	44	443	44184
3233580	Saint-Sébastien	saint-sebastien	FR	23160	0	Europe/Paris	47.25533	-2.31926				52	44	443	44132
3233987	Saint-Jacques	saint-jacques	FR	04330	0	Europe/Paris	47.19404	-1.53619				52	44	442	44109
3237321	Conteville	conteville	FR	14540	0	Europe/Paris	49.84925	0.62966				28	76	761	76493
3281895	Les Salles	les-salles	FR	42440	0	Europe/Paris	47.7053	-3.32149				53	56	561	56193
3281918	Le Bonhomme	le-bonhomme	FR	68650	0	Europe/Paris	47.76557	-3.29714				53	56	561	56094
3281936	Saint-Caradec	saint-caradec	FR	22600	0	Europe/Paris	47.80622	-3.28335				53	56	561	56083
3295275	Noirval	noirval	FR	08400	0	Europe/Paris	50.71361	1.5897				32	62	623	62667
3295309	Henriville	henriville	FR	57450	0	Europe/Paris	50.71871	1.58319				32	62	623	62667
3295318	Beaurepaire	beaurepaire	FR	38270	0	Europe/Paris	50.73509	1.6132				32	62	623	62160
3295335	La Madeleine	la-madeleine	FR	59110	0	Europe/Paris	50.7141	1.6266				32	62	623	62758
6324454	Sant Joan d'Albera	sant-joan-d-albera	FR	66480	0	Europe/Paris	42.48343	2.89298		Sant Joan d'Albera		76	66	661	66001
6452922	Anthon	anthon	FR	38280	0	Europe/Paris	46.13109	6.50719	650			84	74	742	74183
6452924	Ley	ley	FR	57810	0	Europe/Paris	46.14422	6.5003				84	74	742	74183
6452925	Quincy	quincy	FR	18120	0	Europe/Paris	46.1532	6.49374				84	74	742	74183
6452926	Messy	messy	FR	77410	0	Europe/Paris	46.14648	6.51227				84	74	742	74183
6457349	La Varenne-Saint-Hilaire	la-varenne-saint-hilaire	FR	94210	0	Europe/Paris	48.79479	2.51271				11	94	942	94068
6543862	Villeneuve-d'Ascq	villeneuve-d-ascq	FR	59491	62400	Europe/Paris	50.61669	3.16664		Neuvile-Ask,Vil'nev-d'Ask,Vil'njov-d'Ask,Villeneuve d'Ascq,Villeneuve-d'Ascq,Villeneuve-d’Ascq,Villenyev d'Ask,Viln'ov d'Ask,Vilnev d'Ask,Vilnev d'Askas,Vilneva d'Aska,Vilnēva d'Aska,a si ke xin cheng,fylynwf dask,vu~irunuvu=dasuku,wynw dsk,Вилнев д’Аск,Вилньов д'Аск,Вильнев-д'Аск,Вильнёв-д’Аск,Вільнев-д'Аск,וילנב-ד'אסק,فيلينوف داسك,وینو دسک,ヴィルヌーヴ＝ダスク,阿斯克新城		32	59	595	59009
6543968	Lyon 02	lyon-02	FR	69002	0	Europe/Paris	45.75423	4.83089		2eme,2ème		84	69	691	69123
6543969	Lyon 03	lyon-03	FR	69003	0	Europe/Paris	45.76124	4.85184		3eme,3ème		84	69	691	69123
6543970	Lyon 04	lyon-04	FR	69004	0	Europe/Paris	45.77507	4.82712				84	69	691	69123
6543971	Lyon 05	lyon-05	FR	69005	0	Europe/Paris	45.76106	4.82677		5eme,5ème		84	69	691	69123
6543972	Lyon 06	lyon-06	FR	69006	0	Europe/Paris	45.76788	4.85064		6eme,6ème		84	69	691	69123
6543973	Lyon 07	lyon-07	FR	69007	0	Europe/Paris	45.74525	4.84197				84	69	691	69123
6543974	Lyon 08	lyon-08	FR	69008	0	Europe/Paris	45.73626	4.86866		8eme,8ème		84	69	691	69123
6543975	Lyon 09	lyon-09	FR	69009	0	Europe/Paris	45.77255	4.80326		9eme,9ème		84	69	691	69123
6544325	Barèges	bareges	FR	65120	0	Europe/Paris	42.89676	0.06469		Bareges,Baretge,Barezh,Barèges,Barètge,Varetja,Varètja,XBA,ba lei re,Бареж,巴雷热		76	65	651	65481
6544981	Egletons	egletons	FR	19300	0	Europe/Paris	45.40602	2.04545				75	19	193	19073
6545038	La Palme	la-palme	FR	11480	1517	Europe/Paris	42.97518	2.99243				76	11	113	11188
6545275	Auteuil	auteuil	FR	60390	0	Europe/Paris	48.84694	2.26366				11	75	751	75056
6547129	Balbronn	balbronn	FR	67310	0	Europe/Paris	48.58376	7.43671		Bal'bronn,Balbron,Balwere,Bàlwere,ba er bu long,balbrwn,Балброн,Бальбронн,بالبرون,巴尔布龙		44	67	673	67018
6559500	Roquefort-les-Pins	roquefort-les-pins	FR	06330	0	Europe/Paris	43.67265	7.05652		Rocafort,Rocafort lei Pins,Rokfor-le-Pen,Ròcafòrt,Ròcafòrt lei Pins,luo qu ai fu er lai pan,rokkuforu=re=pan,rwkywfwrt,Рокфор-ле-Пен,روكيوفورت,ロックフォール＝レ＝パン,罗屈埃福尔莱潘		93	06	061	06105
6559670	Pont-d'Ouilly	pont-d-ouilly	FR	14690	1019	Europe/Paris	48.8759	-0.40221				28	14	142	14764
6615316	Pont-de-Beauvoisin	pont-de-beauvoisin	FR	38480	0	Europe/Paris	45.535	5.67111	277			84	38	382	38315
6615334	Avricourt	avricourt	FR	54450	0	Europe/Paris	48.64499	6.80667	293			44	54	542	54035
6615358	Le Mont-Saint-Michel	le-mont-saint-michel	FR	50170	80	Europe/Paris	48.63603	-1.51208		Le Mon-Sain-Misel,Le Mont-Saint-Michel,Mon Sen Misel,Mon-Sen-Mishel',Mont-Libre,Mont-Michel,Monte Saint-Michel,jbl alqdys myshyl,mng-sæng-mi chæl,mon-sen-misheli,mongsaengmisyelseom,mwn sn-myshl,mwn-sn-mysl,punita mikkel malai  nomanti,ru・mon=san=misheru,sheng mi xie er shan,Λε Μον-Σαιν-Μισέλ,Мон-Сен-Мишель,Мон-Сен-Мішель,Մոն Սեն Միշել,מון-סן-מישל,جبل القديس ميشيل,مون سن-میشل,புனித மிக்கேல் மலை  நோமண்டி,มง-แซ็ง-มีแชล,მონ-სენ-მიშელი,ル・モン＝サン＝ミシェル,聖米歇爾山,몽생미셸섬		28	50	501	50353
6615509	Castelmaurou	castelmaurou	FR	31180	3261	Europe/Paris	43.67778	1.53222	132	Castelmauron,Castèlmauron,Kastel'moru,Kastelmoru,ka si tai er mo lu,Кастелмору,Кастельмору,卡斯泰尔莫鲁		76	31	313	31117
6615510	Geneston	geneston	FR	44140	2217	Europe/Paris	47.05639	-1.51139	14	Banaleg-ar-Gevred,Genestonium,Zheneston,re nei si tong,Женестон,热内斯通		52	44	442	44223
6615511	Le Ban Saint-Martin	le-ban-saint-martin	FR	57050	4332	Europe/Paris	49.1225	6.15111	165			44	57	579	57049
6615512	Izeste	izeste	FR	64260	458	Europe/Paris	43.09278	-0.42472	441	Isesta,Iseste,Izest,yi ze si te,Ізест,Изест,伊泽斯特		75	64	642	64280
6615521	Sacé	sace	FR	53470	0	Europe/Paris	48.18595	-0.71342				52	53	533	53195
6615523	Le Sequestre	le-sequestre	FR	81990	1336	Europe/Paris	43.91076	2.11804	162			76	81	811	81284
6615524	Saint-Martin-de-Gurson	saint-martin-de-gurson	FR	24610	555	Europe/Paris	44.95333	0.10778	31	Sen-Marten-de-Gjurson,Sent Martin de Gurcon,Sent Martin de Gurçon,sheng ma dan de ju er song,Сен-Мартен-де-Гюрсон,سینٹ-مارٹن-دے-گرسوں,圣马丹德居尔松		75	24	241	24454
6615536	Les Ulis	les-ulis	FR	91940	25785	Europe/Paris	48.68167	2.16944	87	Lez Ili,Lez-Julis,le suw lis,lewilliseu,lzwly,yu li si,Лез Или,Лез-Юлис,Лез-Юліс,לז אוליס,لزولی,เลซูว์ลิส,レ・ジュリス,于利斯,레윌리스		11	91	913	91692
6615537	Carnoux-en-Provence	carnoux-en-provence	FR	13470	7042	Europe/Paris	43.25639	5.56444	180	Carnos de Provenca,Carnós de Provença,Karnu-an-Provans,Karnuks an Provans,pu luo wang si de qu ka nu,Карну-ан-Прованс,Карнукс ан Прованс,普罗旺斯地区卡努		93	13	133	13119
6615538	Saint-Manvieu-Norrey	saint-manvieu-norrey	FR	14740	1417	Europe/Paris	49.18139	-0.5	89			28	14	142	14610
6615539	Bourgoin-Jallieu	bourgoin-jallieu	FR	38300	23517	Europe/Paris	45.58611	5.27361	210	Bourgoin-Jallieu,Burgoan Zhalije,Burguen-Zhal'e,Burguin-Zhall'jo,bu er guan ya li e,buleugoangjallioe,burugowan=jaiyu,bwrghwan-jalyw,bwrgwan zhlyw,bwrgwan-zhlyw,Бургоан Жалије,Бургуен-Жальє,Бургуин-Жалльё,بورغوان-جاليو,بورگوآن ژلیو,بورگوآن-ژلیو,ブルゴワン＝ジャイユー,布尔关雅利厄,부르고앙잘리외	38053	84	38	382	38053
6619290	Château-l'Hermitage	chateau-l-hermitage	FR	72510	0	Europe/Paris	47.80359	0.18127				52	72	721	72072
6619291	Le Fresne-sur-Loire	le-fresne-sur-loire	FR	49123	700	Europe/Paris	47.40091	-0.92834		La Rue-du-Fresne,Le-Fren-sjur-Luar,Runonn,lu wa er he pan lei fu lei si en,Ле-Френ-сюр-Луар,ル・フレンヌ＝シュル＝ロワール,卢瓦尔河畔勒夫雷斯恩		52	49	491	49160
6619292	Avesnes-en-Saosnois	avesnes-en-saosnois	FR	72260	117	Europe/Paris	48.26337	0.37096				52	72	722	72018
6619296	Clos-Fontaine	clos-fontaine	FR	77370	270	Europe/Paris	48.60766	3.01583				11	77	773	77119
6619297	Bréau	breau	FR	77720	343	Europe/Paris	48.56147	2.87863				11	77	773	77052
6619383	Aumelas	aumelas	FR	34230	0	Europe/Paris	43.60302	3.59768				76	34	342	34016
6619384	Aussac	aussac	FR	81600	0	Europe/Paris	43.86517	2.04045				76	81	811	81020
6619385	Baâlons	baalons	FR	08430	0	Europe/Paris	49.5948	4.66953		Baalon,Balon,ba long,Баалон,Балон,巴隆		44	08	081	08041
6619386	Bagnoles	bagnoles	FR	11600	0	Europe/Paris	43.27117	2.43669				76	11	111	11025
6619421	Ornes	ornes	FR	55150	0	Europe/Paris	49.25332	5.47252		Orn,ao er nei,Орн,奥尔内		44	55	553	55394
6619422	Bezonvaux	bezonvaux	FR	55100	0	Europe/Paris	49.23688	5.46724		Bezonvo,bo zong wo,Безонво,伯宗沃		44	55	553	55050
6619423	Beaumont-en-Verdunois	beaumont-en-verdunois	FR	55100	0	Europe/Paris	49.25839	5.40699		Bomon-an-Verdenua,Bomont an Verdenoa,wei er dan wa de qu bo meng,Бомон-ан-Верденуа,Бомонт ан Верденоа,韦尔丹瓦地区博蒙		44	55	553	55039
6619424	Cumières-le-Mort-Homme	cumieres-le-mort-homme	FR	55100	0	Europe/Paris	49.23262	5.28254		Kimjer le Mor Om,Kjumer-le-Mor-Omm,qu mi ai lai-mo er weng,Кимјер ле Мор Ом,Кюмєр-ле-Мор-Омм,屈米埃莱-莫尔翁		44	55	553	55139
6619425	Douaumont	douaumont	FR	55100	0	Europe/Paris	49.21978	5.4324		Duomon,du ao meng,Дуомон,杜奥蒙		44	55	553	55537
6619426	Fleury-devant-Douaumont	fleury-devant-douaumont	FR	55100	0	Europe/Paris	49.19505	5.43574		Fleri-devan-Duomon,fu lei li de wang du ao meng,Флері-деван-Дуомон,弗勒里德旺杜奥蒙		44	55	553	55189
6619427	Haumont-près-Samogneux	haumont-pres-samogneux	FR	55100	0	Europe/Paris	49.2729	5.35378		Omon pre Samone,Omon-pre-Samon'e,ao meng pu lei sang ao gai yu,Омон пре Самоње,Омон-пре-Самоньє,奥蒙普雷桑奥盖于		44	55	553	55239
6619428	Louvemont-Côte-du-Poivre	louvemont-cote-du-poivre	FR	55100	0	Europe/Paris	49.23789	5.39892		Luvmon-Kot-dju-Puavr,lu wei meng ke tai-di pu wa fu er,Лувмон-Кот-дю-Пуавр,卢韦蒙科泰-迪普瓦夫尔		44	55	553	55307
6619492	Esserval-Combe	esserval-combe	FR	39250	0	Europe/Paris	46.80065	6.04111				27	39	392	39329
6619493	Félines-sur-Rimandoule	felines-sur-rimandoule	FR	26160	0	Europe/Paris	44.58423	5.05423				84	26	261	26134
6619494	Fay	fay	FR	61390	0	Europe/Paris	48.00773	0.07038				52	72	723	72130
6619495	Ferrières	ferrieres	FR	17170	0	Europe/Paris	48.54389	-0.95753				28	50	501	50591
6619496	Flavigny	flavigny	FR	18350	0	Europe/Paris	46.96831	2.80031				24	18	182	18095
6619497	Fort-du-Plasne	fort-du-plasne	FR	39150	0	Europe/Paris	46.61855	5.99133				27	39	393	39232
6619498	Fourcatier-et-Maison-Neuve	fourcatier-et-maison-neuve	FR	25370	0	Europe/Paris	46.76238	6.31808				27	25	253	25252
6619499	Fournets-Luisans	fournets-luisans	FR	25390	0	Europe/Paris	47.11167	6.56201				27	25	253	25288
6619500	Frénouville	frenouville	FR	14630	0	Europe/Paris	49.13747	-0.24462				28	14	142	14287
6619501	Gardefort	gardefort	FR	18300	0	Europe/Paris	47.26863	2.83035				24	18	181	18098
6619502	Gasques	gasques	FR	82400	0	Europe/Paris	44.15425	0.91796				76	82	821	82065
6619503	Gerbamont	gerbamont	FR	88120	0	Europe/Paris	48.0044	6.75556				44	88	881	88197
6619507	Gremilly	gremilly	FR	55150	0	Europe/Paris	49.27643	5.47583				44	55	553	55218
6619510	Guéhébert	guehebert	FR	50210	0	Europe/Paris	48.97019	-1.37415				28	50	503	50419
6619516	Hautepierre-le-Châtelet	hautepierre-le-chatelet	FR	25580	0	Europe/Paris	47.04802	6.28796				27	25	253	25424
6619517	Hautes-Duyes	hautes-duyes	FR	04380	0	Europe/Paris	44.1806	6.15784		Duias Autas,Ot Dij,Ot-Djui,ao tai di yi ai,От Диј,От-Дюи,От-Дюї,奥泰迪伊埃		93	04	043	04177
6619518	Haut-Lieu	haut-lieu	FR	59440	0	Europe/Paris	50.1012	3.91182		O Lije,O-L'e,ou e,О Лије,О-Лье,О-Льє,欧略		32	59	591	59290
6619519	Haut-Loquin	haut-loquin	FR	62850	0	Europe/Paris	50.74069	1.9669		O-Loken,Ot Loken,hwt lwkywn,shang luo kan,О-Локен,От Локен,هوت لوكيون,上洛坎		32	62	625	62419
6619520	Jaunac	jaunac	FR	07160	0	Europe/Paris	44.91987	4.39968				84	07	073	07108
6619521	Jetterswiller	jetterswiller	FR	67440	0	Europe/Paris	48.67011	7.4144				44	67	673	67229
6619522	Klang	klang	FR	57920	0	Europe/Paris	49.31964	6.36967				44	57	577	57367
6619523	La Chevillotte	la-chevillotte	FR	25620	0	Europe/Paris	47.22085	6.16436				27	25	251	25152
6619524	La Favière	la-faviere	FR	39250	0	Europe/Paris	46.75315	6.03321				27	39	392	39221
6619525	La Grande-Fosse	la-grande-fosse	FR	88490	0	Europe/Paris	48.33936	7.06962				44	88	883	88213
6619526	La Haye-Bellefond	la-haye-bellefond	FR	50410	0	Europe/Paris	48.98416	-1.18532		E Belfon,Haye-Bellefond,La-E-Bel'fon,la ai ai bei lai feng,Е Белфон,Ла-Е-Бельфон,لا ہائے-بیلیفونڈ,拉艾埃贝莱丰		28	50	504	50234
6619527	La Petite-Fosse	la-petite-fosse	FR	88490	0	Europe/Paris	48.32145	7.05339				44	88	883	88345
6619528	La Réunion	la-reunion	FR	47700	0	Europe/Paris	44.29707	0.11776				75	47	474	47222
6619529	La Roche-Rigault	la-roche-rigault	FR	86200	0	Europe/Paris	46.96936	0.18059		La-Rosh-Rigo,la luo shen li ge,Ла-Рош-Риго,لا روشے-ریگولٹ,拉罗什里戈		75	86	861	86079
6619530	La Tuilière	la-tuiliere	FR	42830	0	Europe/Paris	45.94458	3.80161				84	42	422	42314
6619531	Labarrère	labarrere	FR	32250	0	Europe/Paris	43.95946	0.14814				76	32	322	32079
6619532	Labeaume	labeaume	FR	07120	0	Europe/Paris	44.44971	4.30561				84	07	071	07115
6619533	Lac-des-Rouges-Truites	lac-des-rouges-truites	FR	39150	0	Europe/Paris	46.60747	5.99596				27	39	393	39271
6619534	Lafarre	lafarre	FR	07520	0	Europe/Paris	44.84273	3.98967				84	43	432	43109
6619535	Lamontélarié	lamontelarie	FR	81260	0	Europe/Paris	43.62365	2.60273				76	81	812	81134
6619536	Larbroye	larbroye	FR	60400	0	Europe/Paris	49.5731	2.96459				32	60	603	60348
6619537	Larra	larra	FR	31330	0	Europe/Paris	43.73848	1.23064				76	31	313	31592
6619538	Lasfaillades	lasfaillades	FR	81260	0	Europe/Paris	43.57442	2.49372				76	81	812	81137
6619539	Lassicourt	lassicourt	FR	10500	0	Europe/Paris	48.4431	4.48792				44	10	101	10189
6619540	Le Bois-d'Oingt	le-bois-d-oingt	FR	69620	2161	Europe/Paris	45.91718	4.58259		Le Bois-d'Oingt,Le Bois-dOingt,Le Bois-d’Oingt		84	69	692	69024
6619541	Le Burgaud	le-burgaud	FR	31330	0	Europe/Paris	43.7947	1.16206		Birgo,Burgaud,Le Burgau,Le-Bjurgo,lei bi er ge,Бирго,Ле-Бюрго,勒比尔戈		76	31	313	31093
6619542	Le Cormier	le-cormier	FR	27120	0	Europe/Paris	48.97627	1.30703				28	27	271	27171
6619543	Le Favril	le-favril	FR	27230	0	Europe/Paris	49.18305	0.53215				28	27	272	27237
6619544	Le Fel	le-fel	FR	12140	0	Europe/Paris	44.65254	2.50711				76	12	122	12093
6619545	Le Grez	le-grez	FR	72140	0	Europe/Paris	48.19047	-0.15381				52	72	722	72145
6619546	Le Lac-d'Issarlès	le-lac-d-issarles	FR	07470	0	Europe/Paris	44.82215	4.05996				84	07	071	07119
6619547	Le Louverot	le-louverot	FR	39210	0	Europe/Paris	46.73045	5.58277				27	39	392	39304
6619548	Le Malzieu-Forain	le-malzieu-forain	FR	48140	0	Europe/Paris	44.85417	3.32817				76	48	482	48089
6619549	Le Margnès	le-margnes	FR	81260	0	Europe/Paris	43.64204	2.6005				76	81	812	81062
6619550	Le Mont-Dieu	le-mont-dieu	FR	08390	0	Europe/Paris	49.54738	4.86471				44	08	083	08300
6619551	Le Plessis-Lastelle	le-plessis-lastelle	FR	50250	0	Europe/Paris	49.28192	-1.42736				28	50	503	50405
6619552	Le Reposoir	le-reposoir	FR	74950	0	Europe/Paris	46.0133	6.53395		Le-Repozuar,lw rwbwzwar,Ле-Репозуар,لو روبوزوار		84	74	742	74221
6619553	Le Tablier	le-tablier	FR	85310	0	Europe/Paris	46.5755	-1.34445				52	85	852	85285
6619554	Le Thuel	le-thuel	FR	02340	0	Europe/Paris	49.64963	4.07627				32	02	025	02743
6619555	Lecci	lecci	FR	20137	0	Europe/Paris	41.68009	9.31572				94	2A	2A4	2A139
6619556	Lent	lent	FR	01240	0	Europe/Paris	46.74504	5.97776				27	39	392	39292
6619557	Les Adjots	les-adjots	FR	16700	0	Europe/Paris	46.07811	0.20479		Adjots,Adzho,Lez-Adzho,lai sa de ruo te,Аджо,Лез-Аджо,莱萨德若特		75	16	163	16002
6619558	Les Côtes-d'Arey	les-cotes-d-arey	FR	38138	1927	Europe/Paris	45.4564	4.8666				84	38	383	38131
6619559	Les Côtes-de-Corps	les-cotes-de-corps	FR	38970	0	Europe/Paris	44.83274	5.92266				84	38	381	38132
6619560	Les Chalesmes	les-chalesmes	FR	39150	0	Europe/Paris	46.69008	6.03699				27	39	392	39091
6619561	Les Deux-Villes	les-deux-villes	FR	08110	0	Europe/Paris	49.65051	5.22984				44	08	083	08138
6619562	Les Fessey	les-fessey	FR	70310	0	Europe/Paris	47.82099	6.51712				27	70	701	70233
6619563	Les Molunes	les-molunes	FR	39310	0	Europe/Paris	46.34551	5.92283				27	39	393	39510
6619564	Les Monts-Verts	les-monts-verts	FR	48200	0	Europe/Paris	44.85769	3.20457				76	48	482	48012
6619565	Les Noës	les-noes	FR	42370	0	Europe/Paris	46.04202	3.85036				84	42	422	42158
6619566	Les Places	les-places	FR	27230	0	Europe/Paris	49.15308	0.41302				28	27	272	27459
6619567	Les Tourrettes	les-tourrettes	FR	26740	0	Europe/Paris	44.66133	4.79313				84	26	262	26353
6619569	Les Vastres	les-vastres	FR	43430	0	Europe/Paris	44.98993	4.25978				84	43	432	43253
6619570	Lorp-Sentaraille	lorp-sentaraille	FR	09190	0	Europe/Paris	43.00892	1.10782				76	09	093	09289
6619571	Mézières-au-Perche	mezieres-au-perche	FR	28160	0	Europe/Paris	48.25051	1.27338				24	28	282	28127
6619572	Mandres-aux-Quatre-Tours	mandres-aux-quatre-tours	FR	54470	0	Europe/Paris	48.84179	5.79786				44	54	544	54343
6619573	Marimont-lès-Bénestroff	marimont-les-benestroff	FR	57670	0	Europe/Paris	48.88989	6.78543		Marimon-le-Benestroff,ma li meng lai bei nei si te luo,marymwn-lh-bnstrf,Маримон-ле-Бенестрофф,ماریمون-له-بنسترف,马里蒙莱贝内斯特罗		44	57	575	57446
6619574	Marollette	marollette	FR	72600	0	Europe/Paris	48.37039	0.35036				52	72	722	72188
6619575	Mercuer	mercuer	FR	07200	0	Europe/Paris	44.63202	4.35677				84	07	071	07155
6619576	Mercurey	mercurey	FR	71640	1310	Europe/Paris	46.84035	4.71743		Merkjure,merukyure,Меркюре,メルキュレ		27	71	712	71294
6619577	Messanges	messanges	FR	21220	0	Europe/Paris	47.16276	4.87192				27	21	211	21407
6619578	Millery	millery	FR	21140	0	Europe/Paris	47.5172	4.31368				27	21	213	21413
6619599	L'Île-d'Yeu	l-ile-d-yeu	FR	85350	0	Europe/Paris	46.72515	-2.34936				52	85	853	85113
6619600	Les Arsures	les-arsures	FR	39600	0	Europe/Paris	46.94979	5.78911				27	39	391	39019
6619601	Montamel	montamel	FR	46310	0	Europe/Paris	44.60672	1.44848				76	46	463	46196
6619602	Montastruc	montastruc	FR	47380	0	Europe/Paris	44.10139	1.29364				76	82	822	82120
6619603	Montauriol	montauriol	FR	11410	0	Europe/Paris	44.08389	2.32121				76	81	811	81172
6619604	Montbras	montbras	FR	55140	0	Europe/Paris	48.52854	5.69281				44	55	552	55344
6619605	Montlaux	montlaux	FR	04230	0	Europe/Paris	44.04713	5.84464		Monlo,Montlaur,meng te luo,Монло,蒙特洛		93	04	044	04130
6619606	Montmarlon	montmarlon	FR	39110	0	Europe/Paris	46.87609	5.96249				27	39	391	39359
6619607	Montonvillers	montonvillers	FR	80260	0	Europe/Paris	49.99417	2.29494				32	80	802	80565
6619608	Montoy-Flanville	montoy-flanville	FR	57645	0	Europe/Paris	49.12175	6.27954		Montua-Flanvil',meng tu wa fu lang wei er,Монтуа-Фланвиль,Монтуа-Фланвіль,蒙图瓦弗朗维尔		44	57	579	57482
6619609	Montroty	montroty	FR	76220	0	Europe/Paris	49.43956	1.66512				28	76	761	76450
6619610	Mormaison	mormaison	FR	85260	0	Europe/Paris	46.90783	-1.45071				52	85	852	85197
6619611	Neufbosc	neufbosc	FR	76680	0	Europe/Paris	49.64562	1.36351				28	76	761	76461
6619612	Neyron	neyron	FR	01700	0	Europe/Paris	45.81444	4.932		Nejron,nei long,nyrwn  ayn,Нейрон,نيرون، أين,内龙		84	01	012	01275
6619613	Nistos	nistos	FR	65150	0	Europe/Paris	43.01714	0.47894				76	65	652	65329
6619614	Nochize	nochize	FR	71600	0	Europe/Paris	46.39584	4.17274				27	71	713	71331
6619615	Nossage-et-Bénévent	nossage-et-benevent	FR	05700	0	Europe/Paris	44.31501	5.74808				93	05	052	05094
6619616	Pied-de-Borne	pied-de-borne	FR	48800	0	Europe/Paris	44.47569	3.98435				76	48	482	48015
6619617	Plaisance	plaisance	FR	12550	0	Europe/Paris	44.70447	0.56331				75	24	241	24168
6619618	Prignac	prignac	FR	17160	0	Europe/Paris	45.83035	-0.35757				75	17	175	17290
6619619	Pys	pys	FR	80300	0	Europe/Paris	50.08766	2.75585		Pis,Py,pi cun,Піс,皮村		32	80	804	80648
6619620	Échallon	echallon	FR	01130	0	Europe/Paris	46.21524	5.73864		Ehshallon,Esalon,Eshallon,ai sha long,ayshalw,Ешаллон,Эшаллон,Էշալոն,أيشالو,埃沙隆		84	01	014	01152
6619621	Renédale	renedale	FR	25520	0	Europe/Paris	47.01935	6.27697				27	25	253	25487
6619622	Sai	sai	FR	61200	0	Europe/Paris	48.74402	0.02661				28	61	612	61358
6619623	Saint-Bernard	saint-bernard	FR	01600	0	Europe/Paris	45.94554	4.73614				84	01	012	01339
6619625	Saint-Césaire	saint-cesaire	FR	17770	0	Europe/Paris	45.75411	-0.5064				75	17	174	17314
6619626	Saint-Cirgues-de-Prades	saint-cirgues-de-prades	FR	07380	0	Europe/Paris	44.6242	4.27076				84	07	071	07223
6619627	Saint-Clair	saint-clair	FR	07430	0	Europe/Paris	44.16398	0.9462				76	82	821	82160
6619633	Saint-Hilaire-la-Gérard	saint-hilaire-la-gerard	FR	61500	0	Europe/Paris	48.6017	0.06008				28	61	611	61294
6619637	Saint-Jean-Lagineste	saint-jean-lagineste	FR	46400	0	Europe/Paris	44.82386	1.86029				76	46	462	46339
6619638	Saint-Jean-Mirabel	saint-jean-mirabel	FR	46270	0	Europe/Paris	44.62096	2.1085				76	46	462	46272
6619639	Saint-Juire-Champgillon	saint-juire-champgillon	FR	85210	0	Europe/Paris	46.57857	-1.02705				52	85	851	85235
6619643	Saint-Marc-la-Lande	saint-marc-la-lande	FR	79310	0	Europe/Paris	46.52072	-0.37971				75	79	793	79271
6619652	Vinezac	vinezac	FR	07110	0	Europe/Paris	44.53947	4.32449		Vinesac,Vinzak,wei nei zha ke,Винзак,Вінзак,Վինզակ,维内扎克		84	07	071	07343
6619653	Vitot	vitot	FR	27110	0	Europe/Paris	49.1642	0.89968				28	27	272	27698
6619656	Uz	uz	FR	65400	0	Europe/Paris	42.96679	-0.08617				76	65	651	65458
6619659	Val-de-Reuil	val-de-reuil	FR	27100	13824	Europe/Paris	49.27385	1.21021		Le Vaudreuil-Ville Nouvelle,Val'-de-Rej,Val'-de-Rjoj,Val-de-Reuil,wa de lei yi,Валь-де-Рей,Валь-де-Рёй,瓦德勒伊		28	27	271	27701
6619684	Château-Chinon(Campagne)	chateau-chinon-campagne	FR	58120	613	Europe/Paris	47.04972	3.94289		Chateau-Chinon-Campagne,Château-Chinon-Campagne		27	58	581	58063
6619685	Seur	seur	FR	41120	0	Europe/Paris	47.50271	1.33381		Ser,se zhen,Сер,瑟镇		24	41	411	41246
6619686	Warneton	warneton	FR	59560	0	Europe/Paris	50.74773	2.95236				32	59	595	59643
6619687	Île-Molène	ile-molene	FR	29259	0	Europe/Paris	48.39656	-4.95578		Molene,Molenez,Molène		53	29	291	29084
6620007	Apremont	apremont	FR	01100	0	Europe/Paris	46.2069	5.6573				84	01	014	01011
6620008	Dommartin	dommartin	FR	01380	0	Europe/Paris	46.3374	4.9904				84	01	012	01025
6620009	Camelin	camelin	FR	02300	0	Europe/Paris	49.5252	3.1346		Kamelen,Kamlen,ka mo lan,Камелен,Камлен,卡默兰		32	02	022	02140
6620011	Crouttes-sur-Marne	crouttes-sur-marne	FR	02310	0	Europe/Paris	48.9798	3.2408				32	02	021	02242
6620012	Mons-en-Laonnois	mons-en-laonnois	FR	02000	0	Europe/Paris	49.5378	3.554				32	02	022	02497
6620014	La Beaume	la-beaume	FR	05140	0	Europe/Paris	44.5527	5.6375		Beaume,Bom,La Bauma,La-Bom,la bo mu,la bywmy,Бом,Ла-Бом,لا بیومی,拉博姆		93	05	052	05019
6620015	Bénévent-et-Charbillac	benevent-et-charbillac	FR	05500	0	Europe/Paris	44.6976	6.0866		Benevan-e-Sharbijak,Benevan-eh-Sharbijak,Benevant e Sharbijak,Benevent e Charbilhac,bei nei wang he sha er bi la ke,Беневан-е-Шарбіяк,Беневан-э-Шарбийак,Беневант е Шарбијак,贝内旺和沙尔比拉克		93	05	052	05132
6620017	Pelvoux	pelvoux	FR	05340	0	Europe/Paris	44.88044	6.4888				93	05	051	05101
6620018	Caussols	caussols	FR	06460	0	Europe/Paris	43.7418	6.9002		Caussous,Caussòus,Caussóus,Kosol,Kossol',kawswls,ke suo er,kosoru,Косол,Коссоль,كاوسولس,コソル,科索尔		93	06	061	06037
6620019	Valdeblore	valdeblore	FR	06420	0	Europe/Paris	44.0712	7.172		Val de Blora,Val'deblor,Valdeblorei vald,Vallis Blorae,Vaudeblora,Vaudeblòra,faldyblwr,wa er dai bu luo er,Вальдеблор,فالديبلور,瓦尔代布洛尔		93	06	062	06153
6620020	Ailhon	ailhon	FR	07200	0	Europe/Paris	44.5977	4.3424		Ajon,Alhon,ai yong,aylhan,Айон,Ајон,ایلهان,艾永		84	07	071	07002
6620021	Borne	borne	FR	07590	0	Europe/Paris	44.6148	4.0157				84	07	071	07038
6620022	Bozas	bozas	FR	07410	0	Europe/Paris	45.0549	4.6511				84	07	073	07039
6620023	Boucieu-le-Roi	boucieu-le-roi	FR	07270	0	Europe/Paris	45.036	4.6826		Bociu,Bouciu,Bus'e-le-Rua,Bus'jo-le-Rua,Busje le Roa,bu xi e lai lu wa,Бусьё-ле-Руа,Бусьє-ле-Руа,Бусје ле Роа,布西厄莱鲁瓦		84	07	073	07040
6620024	Champis	champis	FR	07440	0	Europe/Paris	44.9604	4.7339				84	07	073	07052
6620025	Gourdon	gourdon	FR	06620	0	Europe/Paris	44.7309	4.4486				84	07	072	07098
6620026	Saint-Maurice-en-Chalencon	saint-maurice-en-chalencon	FR	07190	0	Europe/Paris	44.84902	4.59098				84	07	072	07274
6620027	Ucel	ucel	FR	07200	0	Europe/Paris	44.6265	4.3964				84	07	071	07325
6620028	Bogny-sur-Meuse	bogny-sur-meuse	FR	08120	0	Europe/Paris	49.85376	4.73288		Bon'i-sjur-Mez,Bon'i-sjur-Mjoz,Boni sir Mez,mo ci he pan bo ni,Боньи-сюр-Мёз,Боньї-сюр-Мез,Боњи сир Мез,默兹河畔博尼		44	08	081	08081
6620029	Mazerny	mazerny	FR	08430	0	Europe/Paris	49.6098	4.6142				44	08	081	08283
6620031	Sury	sury	FR	08090	0	Europe/Paris	49.7655	4.6097				44	08	081	08432
6620032	Vaux-lès-Rubigny	vaux-les-rubigny	FR	08220	0	Europe/Paris	49.6908	4.1858				44	08	082	08465
6620033	Vaux-Montreuil	vaux-montreuil	FR	08270	0	Europe/Paris	49.5774	4.5638				44	08	082	08467
6620034	Villers-sur-Bar	villers-sur-bar	FR	08350	0	Europe/Paris	49.68	4.85		Viller-sjur-Bar,Виллер-сюр-Бар,Віллер-сюр-Бар		44	08	083	08481
6620035	Encourtiech	encourtiech	FR	09200	0	Europe/Paris	42.9597	1.1825				76	09	093	09110
6620036	Baroville	baroville	FR	10200	0	Europe/Paris	48.1923	4.7222		Barovil,Barovil',ba luo wei er,Баровил,Баровиль,Баровіль,巴罗维尔		44	10	101	10032
6620037	Bessy	bessy	FR	10170	0	Europe/Paris	48.5469	4.0238				44	10	102	10043
6620038	Argens-Minervois	argens-minervois	FR	11200	0	Europe/Paris	43.2423	2.7665		Argenc de Menerbes,Argens de Menerbes,Argens de Menerbés,Argenç de Menerbés,Arzhan Minervoa,Arzhan-Minervua,a er rang mi nei er wa,Аржан Минервоа,Аржан-Минервуа,Аржан-Мінервуа,阿尔让米内尔瓦		76	11	113	11013
6620039	Routier	routier	FR	11240	0	Europe/Paris	43.1073	2.1275				76	11	112	11328
6620040	Asprières	asprieres	FR	12700	0	Europe/Paris	44.5455	2.1455				76	12	123	12012
6620041	Causse-et-Diège	causse-et-diege	FR	12700	0	Europe/Paris	44.53225	2.05612				76	12	123	12257
6620042	L'Oudon	l-oudon	FR	14170	0	Europe/Paris	48.99706	0.00966				28	14	143	14654
6620043	Crandelles	crandelles	FR	15250	0	Europe/Paris	44.9586	2.3498				84	15	151	15056
6620044	Fridefont	fridefont	FR	15110	0	Europe/Paris	44.901	3.0869				84	15	153	15073
6620045	Vebret	vebret	FR	15240	0	Europe/Paris	45.3393	2.5208		Vebre,wbrt,wei bu lei,Вебре,وبرت,韦布雷		84	15	152	15250
6620046	Vézac	vezac	FR	15130	0	Europe/Paris	44.8929	2.5199				84	15	151	15255
6620047	Courcelles	courcelles	FR	17400	0	Europe/Paris	45.9531	-0.4726				75	17	175	17125
6620048	Beaumont	beaumont	FR	07110	0	Europe/Paris	45.4221	1.8035				75	19	192	19020
6620049	Darnets	darnets	FR	19300	0	Europe/Paris	45.4266	2.1122				75	19	193	19070
6620050	Semezanges	semezanges	FR	21220	0	Europe/Paris	47.2149	4.859				27	21	211	21601
6620051	Calorguen	calorguen	FR	22100	0	Europe/Paris	48.4101	-2.0278				53	22	221	22026
6620052	Bosroger	bosroger	FR	23200	0	Europe/Paris	45.9945	2.2508				75	23	231	23028
6620053	Temple-Laguyon	temple-laguyon	FR	24390	0	Europe/Paris	45.234	1.1006				75	24	244	24546
6620054	Appenans	appenans	FR	25250	0	Europe/Paris	47.4426	6.5654				27	25	252	25019
6620055	Battenans-Varin	battenans-varin	FR	25380	0	Europe/Paris	47.2491	6.7121				27	25	252	25046
6620056	Brères	breres	FR	25440	0	Europe/Paris	47.0592	5.8607				27	25	251	25090
6620057	Châteauvieux-les-Fossés	chateauvieux-les-fosses	FR	25840	0	Europe/Paris	47.0637	6.2027				27	25	251	25130
6620058	Châtillon-sur-Lison	chatillon-sur-lison	FR	25440	0	Europe/Paris	47.088	5.9849				27	25	251	25134
6620059	Cussey-sur-Lison	cussey-sur-lison	FR	25440	0	Europe/Paris	47.0601	5.9561				27	25	251	25185
6620060	Magny-Châtelard	magny-chatelard	FR	25360	0	Europe/Paris	47.2275	6.3224				27	25	253	25355
6620061	Roset-Fluans	roset-fluans	FR	25410	0	Europe/Paris	47.1636	5.8265		Roze-Fljuan,luo sai fu lu ang,Розе-Флюан,罗塞弗吕昂		27	25	251	25502
6620062	Sarrageois	sarrageois	FR	25240	0	Europe/Paris	46.7253	6.2171				27	25	253	25534
6620063	Vennes	vennes	FR	25390	0	Europe/Paris	47.1528	6.5474				27	25	253	25600
6620064	Verrières-du-Grosbois	verrieres-du-grosbois	FR	25580	0	Europe/Paris	47.2005	6.2774				27	25	253	25222
6620065	Condorcet	condorcet	FR	26110	0	Europe/Paris	44.40748	5.19937			26103	84	26	262	26103
6620066	Marsaz	marsaz	FR	26260	0	Europe/Paris	45.117	4.9436				84	26	263	26177
6620067	Pommerol	pommerol	FR	26470	0	Europe/Paris	44.4465	5.453				84	26	262	26245
6620068	Rochefort-en-Valdaine	rochefort-en-valdaine	FR	26160	0	Europe/Paris	44.5158	4.8608				84	26	262	26272
6620069	Romeyer	romeyer	FR	26150	0	Europe/Paris	44.7795	5.4098				84	26	261	26282
6620070	Treschenu-Creyers	treschenu-creyers	FR	26410	0	Europe/Paris	44.7318	5.5412				84	26	261	26086
6620071	Ailly	ailly	FR	27600	0	Europe/Paris	49.1607	1.2473				28	27	271	27005
6620072	Bâlines	balines	FR	27130	0	Europe/Paris	48.7431	0.9773				28	27	272	27036
6620073	Bretagnolles	bretagnolles	FR	27220	0	Europe/Paris	48.9519	1.3535				28	27	273	27111
6620075	Duranville	duranville	FR	27230	0	Europe/Paris	49.149	0.5102				28	27	272	27208
6620076	Martagny	martagny	FR	27150	0	Europe/Paris	49.3947	1.6604				28	27	271	27392
6620077	Ménesqueville	menesqueville	FR	27850	0	Europe/Paris	49.3632	1.4111				28	27	271	27396
6620078	Saint-Philbert-sur-Boissey	saint-philbert-sur-boissey	FR	27520	0	Europe/Paris	49.2552	0.7847				28	27	272	27586
6620079	Serez	serez	FR	27220	0	Europe/Paris	48.9339	1.3643				28	27	273	27621
6620080	Sylvains-les-Moulins	sylvains-les-moulins	FR	27240	0	Europe/Paris	48.9195	1.0907				28	27	272	27693
6620081	Berchères-Saint-Germain	bercheres-saint-germain	FR	28300	0	Europe/Paris	48.5361	1.4795				24	28	281	28034
6620083	Ouessant	ouessant	FR	29242	883	Europe/Paris	48.45969	-5.08615				53	29	291	29155
6620085	Sainte-Anastasie	sainte-anastasie	FR	15170	0	Europe/Paris	43.9353	4.3226				76	30	302	30228
6620086	Saint-Jean-du-Pin	saint-jean-du-pin	FR	30140	0	Europe/Paris	44.1162	4.0508				76	30	301	30270
6620087	Pins-Justaret	pins-justaret	FR	31860	0	Europe/Paris	43.4799	1.3841				76	31	311	31421
6620088	Roques	roques	FR	31120	0	Europe/Paris	43.501	1.3714				76	31	311	31460
6620089	Villate	villate	FR	31860	0	Europe/Paris	43.47	1.3796				76	31	311	31580
6620090	Escoulis	escoulis	FR	31260	0	Europe/Paris	43.1118	1.0313				76	31	312	31591
6620091	Cazac	cazac	FR	31230	0	Europe/Paris	43.3467	0.9449				76	31	312	31593
6620092	Saint-Pey-d'Armens	saint-pey-d-armens	FR	33330	0	Europe/Paris	44.856	-0.1126				75	33	335	33459
6620093	Ceyras	ceyras	FR	34800	0	Europe/Paris	43.6446	3.4586				76	34	342	34076
6620094	Rouet	rouet	FR	34380	0	Europe/Paris	43.812	3.8132				76	34	342	34236
6620095	Viols-en-Laval	viols-en-laval	FR	34380	0	Europe/Paris	43.7535	3.725				76	34	342	34342
6620096	Domloup	domloup	FR	35410	0	Europe/Paris	48.0618	-1.522		Domlu,Domlup,dong lu,Домлу,Домлуп,东卢		53	35	353	35099
6620097	Pont-Péan	pont-pean	FR	35131	0	Europe/Paris	48.0132	-1.7038		Pon-Pean,Pont-Pagan,peng pei ang,Пон-Пеан,蓬佩昂		53	35	353	35363
6620098	Lys-Saint-Georges	lys-saint-georges	FR	36230	0	Europe/Paris	46.6416	1.8242				24	36	363	36108
6620099	Bueil-en-Touraine	bueil-en-touraine	FR	37370	0	Europe/Paris	47.6451	0.5507				24	37	371	37041
6620100	Biol	biol	FR	38690	1343	Europe/Paris	45.4914	5.3855				84	38	382	38044
6620101	Chantelouve	chantelouve	FR	38740	0	Europe/Paris	44.9838	5.9687				84	38	381	38073
6620102	Serre-Nerpol	serre-nerpol	FR	38470	0	Europe/Paris	45.2583	5.3756				84	38	381	38275
6620103	Sousville	sousville	FR	38350	0	Europe/Paris	44.9136	5.8076				84	38	381	38497
6620104	Susville	susville	FR	38350	0	Europe/Paris	44.9154	5.7806				84	38	381	38499
6620105	Bellecombe	bellecombe	FR	39310	0	Europe/Paris	46.314	5.9075				27	39	393	39046
6620106	Boissia	boissia	FR	39130	0	Europe/Paris	46.5921	5.7356				27	39	392	39061
6620107	Bourg-de-Sirod	bourg-de-sirod	FR	39300	0	Europe/Paris	46.7289	5.9579				27	39	392	39070
6620108	Grande-Rivière	grande-riviere	FR	39150	0	Europe/Paris	46.5408	5.9138				27	39	393	39258
6620109	Molpré	molpre	FR	39250	0	Europe/Paris	46.7874	6.0677		Mol'pre,mo er pu lei,Мольпре,莫尔普雷		27	39	392	39329
6620110	Bas-Mauco	bas-mauco	FR	40500	0	Europe/Paris	43.7967	-0.5545		Ba Moko,Ba-Moko,Mau Corn Baish,Mau Còrn Baish,Maucorn lo Baish,Maucòrn lo Baish,ba mo ke,Ба Моко,Ба-Моко,巴莫科		75	40	402	40026
6620111	Genilac	genilac	FR	42800	0	Europe/Paris	45.5319	4.5827		Zhen'jak,re ni la ke,Женьяк,热尼拉克		84	42	423	42225
6620112	Aiguilhe	aiguilhe	FR	43000	0	Europe/Paris	45.05033	3.88199		Agulha,Agulha de Velai,Egij,ai ji er,aygwylhy,egiru,Егий,Егиј,Егій,ایگویلهی,エギル,艾吉尔		84	43	432	43002
6620113	Bessamorel	bessamorel	FR	43200	0	Europe/Paris	45.1206	4.0877				84	43	433	43028
6620114	Ouvrouer-les-Champs	ouvrouer-les-champs	FR	45150	0	Europe/Paris	47.8323	2.1788		Uvrue-le-Sham,wu fu lu ai lai shang pu,Увруе-ле-Шам,乌夫鲁埃莱尚普		24	45	452	45241
6620115	Lissac-et-Mouret	lissac-et-mouret	FR	46100	0	Europe/Paris	44.6265	1.9889				76	46	462	46175
6620116	Saint-Laurent-Lolmie	saint-laurent-lolmie	FR	46800	0	Europe/Paris	44.2917	1.2293				76	46	461	46262
6620117	Saint-Paul-de-Loubressac	saint-paul-de-loubressac	FR	46170	0	Europe/Paris	44.2971	1.4489				76	46	461	46103
6620118	Bajamont	bajamont	FR	47480	0	Europe/Paris	44.2656	0.7073				75	47	471	47019
6620119	Madaillan	madaillan	FR	47360	0	Europe/Paris	44.2773	0.575		Madajan,Madalhan,ma dai lang,Мадаян,میڈایلان,马代朗		75	47	471	47155
6620120	Moissac-Vallée-Française	moissac-vallee-francaise	FR	48110	0	Europe/Paris	44.163	3.7853		Moissac de Valfrancesca,Muassak-Valle-Fransez,mu wa sa ke wa lai ai fu lang sai si,Муассак-Валле-Франсез,穆瓦萨克瓦莱埃弗朗赛斯		76	48	481	48097
6620121	Pelouse	pelouse	FR	48000	0	Europe/Paris	44.5689	3.617				76	48	482	48111
6620122	Sainte-Hélène	sainte-helene	FR	33480	0	Europe/Paris	44.5194	3.6035				76	48	482	48157
6620123	Brouains	brouains	FR	50150	0	Europe/Paris	48.7215	-0.9667		Bruen,bu lu an,Бруен,布鲁安		28	50	501	50088
6620124	Saint-Pierre-de-Coutances	saint-pierre-de-coutances	FR	50200	0	Europe/Paris	49.0356	-1.4482				28	50	503	50537
6620125	Courtagnon	courtagnon	FR	51480	0	Europe/Paris	49.1445	3.9464				44	51	513	51190
6620126	Champsevraine	champsevraine	FR	52500	0	Europe/Paris	47.7468	5.5502				44	52	522	52083
6620127	Domblain	domblain	FR	52130	0	Europe/Paris	48.4704	4.994				44	52	523	52169
6620128	Bayard-sur-Marne	bayard-sur-marne	FR	52170	1480	Europe/Paris	48.5541	5.0768				44	52	523	52265
6620129	Mathons	mathons	FR	52300	0	Europe/Paris	48.4182	5.0444		Maton,ma tong,Матон,马通		44	52	523	52316
6620130	Le Châtelet-sur-Meuse	le-chatelet-sur-meuse	FR	52400	0	Europe/Paris	47.9808	5.6294				44	52	522	52400
6620131	Terre-Natale	terre-natale	FR	52400	0	Europe/Paris	47.8971	5.6249				44	52	522	52504
6620132	Bazailles	bazailles	FR	54620	0	Europe/Paris	49.4082	5.7662				44	54	541	54056
6620133	Dommartin-sous-Amance	dommartin-sous-amance	FR	54770	0	Europe/Paris	48.7413	6.2558				44	54	543	54168
6620134	Les Trois-Domaines	les-trois-domaines	FR	55220	0	Europe/Paris	48.9672	5.2874				44	55	551	55254
6620135	Geville	geville	FR	55200	0	Europe/Paris	48.77588	5.70843		Zhevil,Zhevil',re wei er,Жевил,Жевиль,Жевіль,热维尔		44	55	552	55258
6620136	Chanteraine	chanteraine	FR	55500	0	Europe/Paris	48.681	5.3711				44	55	551	55358
6620137	Saint-Pierrevillers	saint-pierrevillers	FR	55230	0	Europe/Paris	49.3776	5.6843				44	55	553	55464
6620138	Seuil-d'Argonne	seuil-d-argonne	FR	55250	503	Europe/Paris	48.9789	5.0624				44	55	551	55517
6620139	Île-aux-Moines	ile-aux-moines	FR	56780	601	Europe/Paris	47.5965	-2.8441		Crialeis insula,Enizenach,Il'-o-Muan,Illa dos Monxes,iru=o=mowan'nu,yi er ao mu wa nei,Іль-о-Муан,Иль-о-Муан,イル＝オー＝モワンヌ,伊尔奥穆瓦内		53	56	563	56087
6620140	Île-d'Arz	ile-d-arz	FR	56840	0	Europe/Paris	47.5902	-2.8018				53	56	563	56088
6620141	Belles-Forêts	belles-forets	FR	57930	0	Europe/Paris	48.8052	6.893				44	57	575	57086
6620142	Burlioncourt	burlioncourt	FR	57170	0	Europe/Paris	48.861	6.5798				44	57	575	57120
6620143	Lorry-lès-Metz	lorry-les-metz	FR	57050	0	Europe/Paris	49.1418	6.1217				44	57	579	57415
6620144	Mondorff	mondorff	FR	57570	0	Europe/Paris	49.5036	6.2711				44	57	577	57475
6620145	Turquestein-Blancrupt	turquestein-blancrupt	FR	57560	0	Europe/Paris	48.5694	7.0973				44	57	575	57623
6620146	Zetting	zetting	FR	57905	0	Europe/Paris	49.0806	7.1306				44	57	576	57760
6620147	Potelle	potelle	FR	59530	0	Europe/Paris	50.2344	3.6638				32	59	591	59468
6620148	Gouy-les-Groseillers	gouy-les-groseillers	FR	60120	0	Europe/Paris	49.6935	2.2184				32	60	602	60283
6620149	Saint-Pierre-es-Champs	saint-pierre-es-champs	FR	60850	0	Europe/Paris	49.4316	1.7279				32	60	601	60592
6620150	Aube	aube	FR	57580	0	Europe/Paris	48.7395	0.5471		Ob,Об		28	61	613	61008
6620152	Canteleux	canteleux	FR	62270	0	Europe/Paris	50.21618	2.30846		Kantele,Kantle,kang tai lei,kantylwks,Кантеле,Кантле,كانتيلوكس,康泰勒		32	62	621	62154
6620153	Neuville-Bourjonval	neuville-bourjonval	FR	62124	0	Europe/Paris	50.0688	3.0221		Nevil'-Burzhonval',ne wei er bu er rong wa er,nwfyl bwrjwnfal,Невиль-Буржонваль,Невіль-Буржонваль,نوفيل بورجونفال,讷维尔布尔容瓦尔		32	62	621	62608
6620155	Saulty	saulty	FR	62158	0	Europe/Paris	50.2128	2.5307		Sol'ti,Souty,salty,Сольти,Сольті,سالتي		32	62	621	62784
6620156	Chaumont-le-Bourg	chaumont-le-bourg	FR	63220	0	Europe/Paris	45.45	3.7718				84	63	631	63105
6620157	Espinchal	espinchal	FR	63850	0	Europe/Paris	45.3942	2.8817				84	63	633	63153
6620158	Bidos	bidos	FR	64400	0	Europe/Paris	43.1784	-0.6049		Bido,Bidos,Bidòs,bi duo,Бидо,Бидос,Бідос,比多		75	64	642	64126
6620159	Cantaous	cantaous	FR	65150	0	Europe/Paris	43.1028	0.4436				76	65	652	65482
6620160	Crastatt	crastatt	FR	67310	0	Europe/Paris	48.6585	7.4276				44	67	673	67078
6620161	Ranrupt	ranrupt	FR	67420	0	Europe/Paris	48.375	7.199		Ranrju,lang lu pu,ranrwbt,Ранрю,رانروبت,朗吕普		44	67	673	67384
6620162	Gildwiller	gildwiller	FR	68210	0	Europe/Paris	47.6892	7.1342				44	68	681	68105
6620163	Lucelle	lucelle	FR	68480	0	Europe/Paris	47.4228	7.2476		Ljusel',Lucelle JU,lu sai er,Люсель,吕塞尔		44	68	681	68190
6620164	Mittlach	mittlach	FR	68380	0	Europe/Paris	48.0042	7.0307				44	68	682	68210
6620165	Belmont-d'Azergues	belmont-d-azergues	FR	69380	0	Europe/Paris	45.8685	4.67				84	69	692	69020
6620166	Hautefond	hautefond	FR	71600	0	Europe/Paris	46.4382	4.1939				27	71	713	71232
6620167	Lux	lux	FR	21120	0	Europe/Paris	46.7541	4.8473				27	71	712	71269
6620168	Marcilly-lès-Buxy	marcilly-les-buxy	FR	71390	0	Europe/Paris	46.7181	4.5962				27	71	712	71277
6620169	Saint-Léger-lès-Paray	saint-leger-les-paray	FR	71600	0	Europe/Paris	46.4733	4.0895				27	71	713	71439
6620170	Champrond	champrond	FR	72320	0	Europe/Paris	48.078	0.746				52	72	722	72057
6620171	Poncé-sur-le-Loir	ponce-sur-le-loir	FR	72340	0	Europe/Paris	47.7621	0.656				52	72	721	72262
6620172	Saint-Pavace	saint-pavace	FR	72190	0	Europe/Paris	48.0384	0.1889				52	72	723	72310
6620173	Albiez-le-Jeune	albiez-le-jeune	FR	73300	0	Europe/Paris	45.2448	6.3521				84	73	733	73012
6620174	Villaroux	villaroux	FR	73110	0	Europe/Paris	45.4581	6.0758				84	73	732	73324
6620175	Ambilly	ambilly	FR	74100	0	Europe/Paris	46.1952	6.2243		Ambelyi,Ambii,Ambiliacum,Ombiji,ambyly,Амбії,Омбији,امبیلی		84	74	743	74008
6620176	Bonne	bonne	FR	74380	0	Europe/Paris	46.1682	6.3215				84	74	743	74040
6620177	Demi-Quartier	demi-quartier	FR	74120	0	Europe/Paris	45.8568	6.6185				84	74	742	74173
6620178	Croisy-sur-Andelle	croisy-sur-andelle	FR	76780	0	Europe/Paris	49.4604	1.3976				28	76	761	76201
6620179	Ernemont-la-Villette	ernemont-la-villette	FR	76220	0	Europe/Paris	49.4613	1.6973				28	76	761	76242
6620180	Salles	salles	FR	33770	0	Europe/Paris	46.3851	-0.0991				75	79	792	79303
6620181	Belloy-sur-Somme	belloy-sur-somme	FR	80310	0	Europe/Paris	49.9653	2.1338				32	80	802	80082
6620182	Bermesnil	bermesnil	FR	80140	0	Europe/Paris	49.8987	1.736				32	80	802	80084
6620183	Bosquel	bosquel	FR	80160	0	Europe/Paris	49.7394	2.2184				32	80	802	80114
6620184	Bouchon	bouchon	FR	80830	0	Europe/Paris	50.0346	2.0303				32	80	802	80117
6620185	Bus-lès-Artois	bus-les-artois	FR	80560	0	Europe/Paris	50.1039	2.5424		Beu-les-Artoe,Beu-lès-Artoé,Bi lez Artoa,Bjus-lez-Artua,bi lai sa tu wa,Би лез Артоа,Бюс-лез-Артуа,比莱萨图瓦		32	80	804	80153
6620186	Erches	erches	FR	80500	0	Europe/Paris	49.7223	2.6711				32	80	803	80278
6620187	Andouque	andouque	FR	81350	0	Europe/Paris	44.0226	2.3048				76	81	811	81013
6620188	Livers-Cazelles	livers-cazelles	FR	81170	0	Europe/Paris	44.0523	1.9988				76	81	811	81146
6620189	Saint-Lieux-Lafenasse	saint-lieux-lafenasse	FR	81120	0	Europe/Paris	43.78504	2.24078				76	81	811	81233
6620190	Terre-Clapier	terre-clapier	FR	81120	0	Europe/Paris	43.8543	2.3012				76	81	811	81233
6620191	Castelferrus	castelferrus	FR	82100	0	Europe/Paris	44.0091	1.088				76	82	821	82030
6620192	L'Honor-de-Cos	l-honor-de-cos	FR	82130	0	Europe/Paris	44.1225	1.3499				76	82	822	82076
6620193	Tourrettes	tourrettes	FR	83440	0	Europe/Paris	43.623	6.7031				93	83	831	83138
6620194	Saint-Antonin-du-Var	saint-antonin-du-var	FR	83510	0	Europe/Paris	43.5069	6.2873		Sant Antonin,Sant Antonin dau Var,Sent-Antonen-dju-Var,sheng ang tuo nan di wa,Сент-Антонен-дю-Вар,سینٹ-انٹونیں -دو-ور,圣昂托南迪瓦		93	83	831	83154
6620195	Beaufou	beaufou	FR	85170	0	Europe/Paris	46.8234	-1.5301				52	85	852	85015
6620196	Cezais	cezais	FR	85410	0	Europe/Paris	46.5894	-0.8182				52	85	851	85041
6620197	Chaillé-sous-les-Ormeaux	chaille-sous-les-ormeaux	FR	85310	0	Europe/Paris	46.5831	-1.3681				52	85	852	85213
6620198	Dercé	derce	FR	86420	0	Europe/Paris	46.9413	0.2177		Derse,de er se,Дерсе,德尔瑟		75	86	861	86093
6620199	Quinçay	quincay	FR	86190	0	Europe/Paris	46.6065	0.2375		Kense,Quinciacum,qu an sai,Кенсе,屈安赛		75	86	863	86204
6620200	Raslay	raslay	FR	86120	0	Europe/Paris	47.1123	-0.0019				75	86	861	86206
6620201	Ban-de-Sapt	ban-de-sapt	FR	88210	0	Europe/Paris	48.3426	7.0145		Ban de Sapt,Ban-de-Sat,bang de sa pu,Бан де Сапт,Бан-де-Сат,邦德萨普		44	88	883	88033
6620202	Bois-de-Champ	bois-de-champ	FR	88600	0	Europe/Paris	48.2553	6.7913				44	88	883	88064
6620203	Bonvillet	bonvillet	FR	88260	0	Europe/Paris	48.0996	6.0569				44	88	882	88065
6620204	Cleurie	cleurie	FR	88120	0	Europe/Paris	48.051	6.6761		Kleri,ke lai li ye,Клери,Клері,克莱里耶		44	88	881	88109
6620205	Renauvoid	renauvoid	FR	88390	0	Europe/Paris	48.1437	6.3836				44	88	881	88388
6620206	Les Vallois	les-vallois	FR	88260	0	Europe/Paris	48.1581	6.1181				44	88	882	88491
6620207	Charmoy	charmoy	FR	10290	0	Europe/Paris	47.9412	3.4928				27	89	891	89085
6620208	Riervescemont	riervescemont	FR	90200	0	Europe/Paris	47.7657	6.8813				27	90	901	90085
6620209	Bastelicaccia	bastelicaccia	FR	20129	0	Europe/Paris	41.922	8.8289				94	2A	2A1	2A032
6620210	Figari	figari	FR	20114	0	Europe/Paris	41.4882	9.1295		FSC		94	2A	2A4	2A114
6620211	Barbaggio	barbaggio	FR	20253	0	Europe/Paris	42.6897	9.3779		Barbadzho,Barbaghju,Barbazhio,Барбаджо,Барбажио		94	2B	2B5	2B029
6620212	Barrettali	barrettali	FR	20228	0	Europe/Paris	42.8769	9.3554		Baretali,Barrettali,Barrèttali,Баретали,Барреттали,Барретталі		94	2B	2B2	2B030
6620213	Cagnano	cagnano	FR	20228	0	Europe/Paris	42.87829	9.45374		Cagnanu,Kan'jano,Kanano,Каньяно,Кањано		94	2B	2B2	2B046
6620214	Ersa	ersa	FR	20275	0	Europe/Paris	42.975	9.3806				94	2B	2B2	2B107
6620215	Gavignano	gavignano	FR	20218	0	Europe/Paris	42.4179	9.2879				94	2B	2B3	2B122
6620217	Luri	luri	FR	20228	676	Europe/Paris	42.8967	9.4058				94	2B	2B2	2B152
6620218	Montegrosso	montegrosso	FR	20214	0	Europe/Paris	42.5421	8.8865		Montegrosso,Montegrossu,Монтегроссо		94	2B	2B5	2B167
6620219	Morsiglia	morsiglia	FR	20238	0	Europe/Paris	42.9453	9.3653		Morsil'ja,Mursiglia,Морсилья,Морсілья		94	2B	2B2	2B170
6620220	Olcani	olcani	FR	20217	0	Europe/Paris	42.8103	9.3707		Ol'kani,Olcani,Òlcani,Олькани,Олькані		94	2B	2B2	2B184
6620221	Olmeta-di-Capocorso	olmeta-di-capocorso	FR	20217	0	Europe/Paris	42.7689	9.3716		Ol'meta-di-Kapokorso,Olmeta di Capicorsu,Olmeta di Capocorso,Ольмета-ди-Капокорсо,Ольмета-ді-Капокорсо		94	2B	2B2	2B187
6620222	Patrimonio	patrimonio	FR	20253	665	Europe/Paris	42.6978	9.3626		Patrimon'jo,Patrimonio,Patrimoniu,Patrimônio,patorimonio,Патримонио,Патримоньйо,パトリモニオ		94	2B	2B5	2B205
6620223	Pietracorbara	pietracorbara	FR	20233	0	Europe/Paris	42.8463	9.4301		A Petra Curbara,P'etrakorbara,Petrakorbara,Пьетракорбара,Пєтракорбара		94	2B	2B2	2B224
6620225	Rogliano	rogliano	FR	20247	561	Europe/Paris	42.9561	9.4184				94	2B	2B2	2B261
6620226	Serra-di-Fiumorbo	serra-di-fiumorbo	FR	20243	0	Europe/Paris	41.985	9.3365				94	2B	2B3	2B277
6620227	Sant'Andréa-di-Bozio	sant-andrea-di-bozio	FR	20212	0	Europe/Paris	42.2973	9.3032		Sant'Andrea-di-Bozio,Sant-Andrea-di-Bocio,SantAndrea-di-Bozio,SantAndréa-di-Bozio,Sant’Andréa-di-Bozio,Сант-Андреа-ди-Боцио		94	2B	2B3	2B292
6620228	San-Gavino-d'Ampugnani	san-gavino-d-ampugnani	FR	20213	0	Europe/Paris	42.4125	9.4229				94	2B	2B3	2B299
6620229	Tomino	tomino	FR	20248	0	Europe/Paris	42.9462	9.4427		Tomino,Tuminu,Томино,Томіно		94	2B	2B2	2B327
6620230	Valle-d'Alesani	valle-d-alesani	FR	20234	0	Europe/Paris	42.3261	9.4157				94	2B	2B3	2B334
6620231	Ville-di-Pietrabugno	ville-di-pietrabugno	FR	20200	0	Europe/Paris	42.7131	9.431		E Ville di Petrabugnu,Ville di Pietrabugno,Ville-di-P'etrabun'jo,Ville-di-P'etrabun'o,Ville-di-Petrabun'jo,Вилле-ди-Пьетрабуньйо,Вилле-ди-Пьетрабуньо,Вілле-ді-Пєтрабуньйо		94	2B	2B2	2B353
6620533	Goulien	goulien	FR	29770	0	Europe/Paris	48.24198	-4.53991				53	29	292	29042
6620551	Tréflez	treflez	FR	29430	0	Europe/Paris	48.22802	-4.50954				53	29	292	29042
6620658	Pont Scorff	pont-scorff	FR	56620	0	Europe/Paris	48.31928	-4.54667				53	29	292	29238
6621429	Les-Granges	les-granges	FR	10210	0	Europe/Paris	48.21728	-3.10864				53	22	222	22107
6640252	Sophia Antipolis	sophia-antipolis	FR	06901 CEDEX	0	Europe/Paris	43.62235	7.04721		Garbejaire,Haut Sartoux,SXD,Sofija Antipolis,Sofija-Antipolis,Sophia Antipolis,Sophia Antípolis,Sophia-Antipolis,fa guo suo fei ya ke ji yuan,sopiaangtipolliseu,swfya antybwlys,София-Антиполис,Софія Антиполіс,صوفيا أنتيبوليس,ソフィア・アンティポリス,法国索菲亚科技园,소피아앙티폴리스		93	06	061	06152
6693610	Saint-Germain-des-Prés	saint-germain-des-pres	FR	24160	0	Europe/Paris	48.85377	2.33331		Quartier Saint-Germain-des-Pres,Quartier Saint-Germain-des-Prés,Saint-Germain des Pres,Saint-Germain des Prés,saengjeleumaengdepeule,san=jeruman=de=pure,sheng ri er man de pei qu,サン＝ジェルマン＝デ＝プレ,圣日耳曼德佩区,생제르맹데프레		11	75	751	75056
6697188	Bourguignon	bourguignon	FR	25150	0	Europe/Paris	43.58882	0.41413				76	32	323	32159
6697594	La Croix Blanche	la-croix-blanche	FR	47340	0	Europe/Paris	48.91156	0.42001				28	27	272	27680
6698339	Pyla sur Mer	pyla-sur-mer	FR	33115	0	Europe/Paris	44.63495	-1.20122				75	33	336	33529
6930865	Le Mée	le-mee	FR	28220	0	Europe/Paris	46.97548	2.81735	207			24	18	182	18260
6942422	Orval	orval	FR	18200	0	Europe/Paris	46.1118	4.44819	650			84	69	692	69229
6946563	Le Cros	le-cros	FR	34520	0	Europe/Paris	44.66221	3.9584				84	07	071	07232
6946564	Le Bez	le-bez	FR	81260	0	Europe/Paris	44.63846	4.05087				84	07	071	07232
6947192	Le Monteil	le-monteil	FR	15240	0	Europe/Paris	44.70061	3.84165				76	48	482	48080
6947195	Barret	barret	FR	16300	0	Europe/Paris	44.70932	3.8356				76	48	482	48080
6947203	Beauregard	beauregard	FR	01480	0	Europe/Paris	44.7371	3.83878				76	48	482	48080
6947216	Concoules	concoules	FR	30450	0	Europe/Paris	44.70993	3.87221				84	07	071	07142
6947225	Le Martinet	le-martinet	FR	30960	0	Europe/Paris	44.73035	3.90564				84	07	071	07206
6947236	Le Sap	le-sap	FR	61470	0	Europe/Paris	44.68268	3.94743				84	07	071	07175
6947417	L'Herm	l-herm	FR	09000	0	Europe/Paris	44.68522	3.82622		Lherm		76	48	482	48150
6947504	Serres	serres	FR	05700	0	Europe/Paris	44.61998	3.92011				84	07	071	07136
6949674	Lyon 01	lyon-01	FR	69001	0	Europe/Paris	45.76758	4.8345				84	69	691	69123
6956845	Plaisance	plaisance	FR	12550	30	Europe/Paris	43.67195	3.0044	600			76	34	341	34257
7117438	Les Halles	les-halles	FR	69610	0	Europe/Paris	48.86201	2.34694		Hallarna,Halles de Paris,Halles de París,Khalite,Le-Al',Les Halles de Paris,Quartier des Halles,ba li da tang,Ле-Аль,Халите,לה אל,محله له‌ال,巴黎大堂		11	75	751	75056
7284882	Marseille 01	marseille-01	FR	13001	40919	Europe/Paris	43.29814	5.38407				93	13	133	13055
11971672	Xousse	xousse	FR	54370	0	Europe/Paris	48.6572	6.70976				44			
7284883	Marseille 02	marseille-02	FR	13002	25779	Europe/Paris	43.29664	5.37034				93	13	133	13055
7284884	Marseille 03	marseille-03	FR	13003	45414	Europe/Paris	43.30257	5.37583				93	13	133	13055
7284885	Marseille 04	marseille-04	FR	13004	47193	Europe/Paris	43.30213	5.40141				93	13	133	13055
7284886	Marseille 05	marseille-05	FR	13005	44583	Europe/Paris	43.29551	5.40055				93	13	133	13055
7284887	Marseille 06	marseille-06	FR	13006	43360	Europe/Paris	43.28764	5.37918				93	13	133	13055
7284888	Marseille 07	marseille-07	FR	13007	35981	Europe/Paris	43.28289	5.36021		Marseille 07,Marseille 7e arrondissement		93	13	133	13055
7284889	Marseille 08	marseille-08	FR	13008	78837	Europe/Paris	43.27083	5.3821				93	13	133	13055
7284890	Marseille 10	marseille-10	FR	13010	51299	Europe/Paris	43.27889	5.41523		Marseille 10,Marseille 10e arrondissement,Masalia,Massalia,Massilia,Μασσαλία		93	13	133	13055
7284891	Marseille 09	marseille-09	FR	13009	76868	Europe/Paris	43.25433	5.4057				93	13	133	13055
7284892	Marseille 11	marseille-11	FR	13011	56792	Europe/Paris	43.2907	5.4384				93	13	133	13055
7284893	Marseille 12	marseille-12	FR	13012	58734	Europe/Paris	43.29614	5.43617				93	13	133	13055
7284894	Marseille 13	marseille-13	FR	13013	89316	Europe/Paris	43.31856	5.40836				93	13	133	13055
7284895	Marseille 14	marseille-14	FR	13014	61920	Europe/Paris	43.34447	5.38004				93	13	133	13055
7284896	Marseille 15	marseille-15	FR	13015	77770	Europe/Paris	43.37224	5.35386				93	13	133	13055
7284897	Marseille 16	marseille-16	FR	13016	17630	Europe/Paris	43.35982	5.33421				93	13	133	13055
7289505	Courchevel 1550	courchevel-1550	FR	73120	0	Europe/Paris	45.42177	6.6439		Courchevel 1550		84	73	731	73227
7289506	Courchevel 1650	courchevel-1650	FR	73120	0	Europe/Paris	45.41683	6.65068		Courchevel Moriond		84	73	731	73227
7626699	Camp de la Valbonne	camp-de-la-valbonne	FR	01365 CEDEX	0	Europe/Paris	45.84584	5.12564				84	01	012	01027
7626917	Brou	brou	FR	28160	0	Europe/Paris	46.19766	5.23576				84	01	012	01053
7627010	Montblanc	montblanc	FR	34290	0	Europe/Paris	43.88929	6.75093				93	04	042	04043
7627118	Rocheville	rocheville	FR	50260	0	Europe/Paris	43.57293	7.00404				93	06	061	06030
7645153	Montredon	montredon	FR	46270	0	Europe/Paris	43.22938	2.38751				76	11	111	11069
7645798	Combes	combes	FR	34240	0	Europe/Paris	44.54103	2.26855				76	12	123	12013
7646791	Roquefort	roquefort	FR	32390	0	Europe/Paris	43.25164	5.62397				93	13	133	13085
7669422	La Ferrière	la-ferriere	FR	22210	0	Europe/Paris	46.74483	6.3805	840			27	25	253	25318
7729941	Auge	auge	FR	08380	0	Europe/Paris	45.85056	-0.09737				75	16	162	16339
7838666	Meudon-la-Forêt	meudon-la-foret	FR	92360	0	Europe/Paris	48.78404	2.22507				11	92	923	92048
7910365	Lacave	lacave	FR	09160	0	Europe/Paris	44.24505	1.5353				76	46	461	46023
8125771	La Source	la-source	FR	45900 CEDEX 9	0	Europe/Paris	47.82952	1.92724				24	45	452	45234
8125778	Canjuers	canjuers	FR	83998 CEDEX	0	Europe/Paris	43.64275	6.47704		Camp de Canjuers		93	83	831	83082
8125788	Tanneries	tanneries	FR	67831 CEDEX	0	Europe/Paris	48.56098	7.69599				44	67	678	67267
8259932	Bay	bay	FR	70150	0	Europe/Paris	49.76642	4.25225				44	08	081	08069
8260354	Coutures	coutures	FR	24320	0	Europe/Paris	48.82102	6.48455				44	57	575	57132
8260664	Le Val	le-val	FR	83143	0	Europe/Paris	48.36378	0.26702				52	72	722	72317
8285548	Lannes	lannes	FR	47170	0	Europe/Paris	43.71553	-0.85144		Elanes		75	40	401	40104
8299346	Le Plan	le-plan	FR	31220	0	Europe/Paris	45.72203	6.58705	1000			84	73	731	73034
8354555	Villard	villard	FR	23800	0	Europe/Paris	46.21037	1.83352				75	23	232	23245
8354563	La Bussière	la-bussiere	FR	45230	0	Europe/Paris	46.1954	1.85472				75	23	232	23245
8379045	Saint Antoine	saint-antoine	FR	15220	0	Europe/Paris	48.85184	2.37391				11	75	751	75056
8393993	La Chassagne	la-chassagne	FR	39230	0	Europe/Paris	46.25436	2.19881				75	23	231	23243
8436312	Roquetaillade	roquetaillade	FR	11300	20	Europe/Paris	44.49259	-0.26968		Zamok Roktajjad,Замок Роктайяд		75	33	333	33279
8449424	Bessé	besse	FR	15140	0	Europe/Paris	47.16659	0.25619				24	37	371	37072
8449475	Parfondeval	parfondeval	FR	02360	0	Europe/Paris	49.83834	1.44547				28	76	761	76635
8449807	Murat	murat	FR	03390	0	Europe/Paris	46.03591	2.18805				75	23	231	23220
8449811	Plagne	plagne	FR	01130	0	Europe/Paris	46.01736	2.19193				75	23	231	23220
8449812	Empeaux	empeaux	FR	31470	0	Europe/Paris	46.01071	2.17577				75	23	231	23220
8449821	Fourneaux	fourneaux	FR	42470	0	Europe/Paris	46.02487	2.13568				75	23	231	23220
8468642	Le Bourg	le-bourg	FR	46120	0	Europe/Paris	44.22205	3.13282				76	12	121	12200
8504425	Roissy Charles de Gaulle	roissy-charles-de-gaulle	FR	95701 CEDEX 1	0	Europe/Paris	48.98371	2.52518		Roissy-Charles de Gaulle		11	93	932	93073
8504889	Framont	framont	FR	70600	0	Europe/Paris	48.48555	7.16628				44	67	673	67448
8521454	La Plaine	la-plaine	FR	49360	0	Europe/Paris	44.82286	4.66385	135			84	07	072	07083
8531763	Le Val	le-val	FR	83143	0	Europe/Paris	48.64076	-1.97968	12			53	35	354	35288
8531772	Saint-Vincent	saint-vincent	FR	31290	0	Europe/Paris	48.67317	-1.95162	28			53	35	354	35263
8533870	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	FR	78051 CEDEX	146598	Europe/Paris	48.77186	2.01891		Communaute d'agglomeration de Saint-Quentin-en-Yvelines,Communauté d’agglomération de Saint-Quentin-en-Yvelines,Saint-Quentin-en-Yvelines		11	78	784	78423
8555643	Cergy-Pontoise	cergy-pontoise	FR	95001 CEDEX	183430	Europe/Paris	49.03894	2.07805		Cergy-Pontoise		11	95	953	95127
8616879	Varennes	varennes	FR	24150	0	Europe/Paris	46.8151	2.27245				24	18	182	18152
8714940	Glatigny	glatigny	FR	50250	0	Europe/Paris	48.05762	0.85661				24	41	412	41248
9179505	Les Granges	les-granges	FR	10210	0	Europe/Paris	45.36134	6.52287				84	73	731	73257
9609485	Rouet	rouet	FR	34380	12178	Europe/Paris	43.27808	5.39158				93	13	133	13055
11002172	Saint Denis	saint-denis	FR	11310	0	Europe/Paris	48.86607	2.35348	0			11	75	751	75056
11002919	Obersteigen	obersteigen	FR	67710	0	Europe/Paris	48.64141	7.30656				44	67	673	67122
11126184	Saint-Christophe	saint-christophe	FR	03120	0	Europe/Paris	49.26002	2.59724				32	60	604	60238
11152654	Les Bordes	les-bordes	FR	36100	0	Europe/Paris	45.84635	1.86004				75	23	232	23165
11238097	La Plagne Tarentaise	la-plagne-tarentaise	FR	73210	0	Europe/Paris	45.56007	6.73799				84	73	731	73150
11525024	Saint-Roch	saint-roch	FR	37390	0	Europe/Paris	45.41358	5.69109				84	38	381	38236
11548453	Saint-Philibert	saint-philibert	FR	21220	0	Europe/Paris	45.37997	5.8491				84	38	381	38446
11548513	Saint-André	saint-andre	FR	31420	0	Europe/Paris	45.49089	5.97729				84	73	732	73151
11548520	Les Granges	les-granges	FR	10210	0	Europe/Paris	45.46082	6.05166				84	73	732	73159
11548525	Saint-Maurice	saint-maurice	FR	52200	0	Europe/Paris	45.46456	6.11226				84	73	732	73215
11548535	Le Puiset	le-puiset	FR	28310	0	Europe/Paris	45.50893	6.10445				84	73	732	73200
11548903	Les Grangettes	les-grangettes	FR	25160	0	Europe/Paris	45.56689	6.1329				84	73	732	73247
11548904	Les Allues	les-allues	FR	73550	0	Europe/Paris	45.56989	6.14406				84	73	732	73270
11548905	Le Mas	le-mas	FR	06910	0	Europe/Paris	45.56701	6.15337				84	73	732	73270
11548941	Le Perrier	le-perrier	FR	85300	0	Europe/Paris	45.67344	6.0569				84	73	732	73192
11548958	L'Aiguillon	l-aiguillon	FR	09300	0	Europe/Paris	45.39963	6.27997				84	73	733	73083
11548967	Le Crozet	le-crozet	FR	42310	0	Europe/Paris	45.40041	6.05819				84	38	381	38006
11548973	Les Granges	les-granges	FR	10210	0	Europe/Paris	45.44607	6.09364				84	73	732	73099
11549341	Montfort	montfort	FR	04600	0	Europe/Paris	45.53738	6.3307				84	73	733	73212
11549346	Chantemerle	chantemerle	FR	51260	0	Europe/Paris	45.55253	6.30864				84	73	733	73212
11549357	La Muraz	la-muraz	FR	74560	0	Europe/Paris	45.56286	6.27482				84	73	733	73007
11549372	La Perrière	la-perriere	FR	61360	0	Europe/Paris	45.60605	6.318				84	73	731	73241
11549495	Le Châtelard	le-chatelard	FR	73630	0	Europe/Paris	45.60536	6.32482				84	73	731	73241
11550220	La Chapelle	la-chapelle	FR	03300	0	Europe/Paris	45.64966	6.3798				84	73	731	73130
11550444	Clermont	clermont	FR	09420	0	Europe/Paris	45.63763	6.2853				84	73	731	73086
11670041	Haucourt	haucourt	FR	54860	0	Europe/Paris	49.23807	5.1832	220			44	55	553	55313
11811452	Beaulieu	beaulieu	FR	07460	0	Europe/Paris	44.38298	4.24356				84	07	071	07028
11812030	Argences en Aubrac	argences-en-aubrac	FR	12210	0	Europe/Paris	44.78793	2.79722				76	12	122	12223
11819276	Borgo	borgo	FR	20290	0	Europe/Paris	42.3948	9.28061				94	2B	2B3	2B304
11839649	Vincelles	vincelles	FR	39190	0	Europe/Paris	46.62987	4.82409				27	71	712	71328
11839653	Corlay	corlay	FR	22320	0	Europe/Paris	46.60368	4.83109				27	71	712	71328
11878410	Willer	willer	FR	68960	0	Europe/Paris	48.93638	7.04685				44			
11880049	Rosenwiller	rosenwiller	FR	67560	0	Europe/Paris	48.76851	7.45158				44			
11897800	Ricarville	ricarville	FR	76640	0	Europe/Paris	48.56334	7.10307				44			
11897915	Saint-Léon	saint-leon	FR	03220	0	Europe/Paris	48.63868	7.14791				44			
11911147	Bure	bure	FR	55290	0	Europe/Paris	49.41528	5.99557				44			
11911280	Saint-Louis	saint-louis	FR	57820	0	Europe/Paris	49.37562	6.23912				44			
11915563	Mancy	mancy	FR	51530	0	Europe/Paris	49.24778	6.29458				44			
11915582	Betting	betting	FR	57800	0	Europe/Paris	49.41626	6.50713				44			
11915631	Gondreville	gondreville	FR	45490	0	Europe/Paris	49.20346	6.36146				44			
11915662	Lue	lue	FR	40210	0	Europe/Paris	49.16133	6.38387				44			
11917240	Flavigny	flavigny	FR	18350	0	Europe/Paris	49.08706	5.96225				44			
11919714	Thiers	thiers	FR	63300	5314	Europe/Paris	43.29748	5.38198				93	13	133	13055
11919718	Noailles	noailles	FR	19600	4863	Europe/Paris	43.29604	5.37959				93	13	133	13055
11919743	La Villette	la-villette	FR	14570	8309	Europe/Paris	43.31181	5.37391				93	13	133	13055
11919751	Baille	baille	FR	35460	11527	Europe/Paris	43.2877	5.39804				93	13	133	13055
11919752	Castellane	castellane	FR	04120	7169	Europe/Paris	43.28587	5.38277				93	13	133	13055
11919757	Saint-Lambert	saint-lambert	FR	14570	9456	Europe/Paris	43.28606	5.36				93	13	133	13055
11919769	Montolivet	montolivet	FR	77320	12310	Europe/Paris	43.31715	5.4235				93	13	133	13055
11919779	Saint-Barthélémy	saint-barthelemy	FR	38270	18655	Europe/Paris	43.33105	5.40241				93	13	133	13055
11919780	Saint-Joseph	saint-joseph	FR	42800	5246	Europe/Paris	43.34617	5.37976				93	13	133	13055
11919821	Saint-Pierre	saint-pierre	FR	06260	8836	Europe/Paris	43.29282	5.40682				93	13	133	13055
11958996	Vaudreville	vaudreville	FR	50310	0	Europe/Paris	49.12588	6.33187				44			
11958997	Landremont	landremont	FR	54380	0	Europe/Paris	49.11465	6.35609				44			
11959000	Mont	mont	FR	64300	0	Europe/Paris	49.09392	6.36813				44			
11959001	Chevillon	chevillon	FR	52170	0	Europe/Paris	49.09656	6.39455				44			
11959101	Moulin Neuf	moulin-neuf	FR	09500	0	Europe/Paris	49.10878	6.74188				44			
11959364	Steinbach	steinbach	FR	68700	0	Europe/Paris	48.98454	6.94581				44			
11959730	Port Sainte-Marie	port-sainte-marie	FR	47130	0	Europe/Paris	48.68515	6.77918				44			
11961657	Chaunac	chaunac	FR	17130	0	Europe/Paris	45.27983	1.72034				75	19	192	19146
11962308	Crépy	crepy	FR	02870	0	Europe/Paris	47.33988	4.1612				27	21	213	21525
11962337	Lugny	lugny	FR	02140	0	Europe/Paris	47.79721	4.83896				27	21	213	21346
11968855	Saint-Jean	saint-jean	FR	31240	0	Europe/Paris	47.84627	7.36038				44			
11969150	Saint-Léger	saint-leger	FR	06260	0	Europe/Paris	47.61222	7.10092				44			
11969323	Saint-Blaise	saint-blaise	FR	06670	0	Europe/Paris	47.50099	7.40307				44			
11971094	Villers aux Bois	villers-aux-bois	FR	51130	0	Europe/Paris	49.11543	5.98111				44			
11971120	Saint-Jean	saint-jean	FR	31240	0	Europe/Paris	48.85324	5.93726				44			
11971129	Saint-Georges	saint-georges	FR	15100	0	Europe/Paris	48.79881	6.04629				44			
11971500	Écuelle	ecuelle	FR	70600	0	Europe/Paris	48.77706	6.26922				44			
11971540	La Folie	la-folie	FR	14710	0	Europe/Paris	48.61658	6.11326				44			
11971559	Puxe	puxe	FR	54800	0	Europe/Paris	48.46357	6.01165				44			
11971781	La Vacherie	la-vacherie	FR	27400	0	Europe/Paris	48.49937	6.51338				44			
11971935	Norroy	norroy	FR	88800	0	Europe/Paris	48.54855	6.96828				44			
12008853	Saint-Nicolas	saint-nicolas	FR	62223	0	Europe/Paris	47.74836	6.93781				27			
12024200	Pieve	pieve	FR	20246	0	Europe/Paris	42.8455	9.32989		Pieve		94			
12024202	Ortale	ortale	FR	20234	0	Europe/Paris	42.87579	9.4308		Ortale		94			
12024239	Lumio	lumio	FR	20260	0	Europe/Paris	42.6629	9.31558		Lumio		94			
12024292	Venzolasca	venzolasca	FR	20215	0	Europe/Paris	42.3773	9.49165		Venzolasca		94			
12024301	Favalello	favalello	FR	20212	0	Europe/Paris	42.31429	9.49051		Favalello		94			
12024786	Ogliastro	ogliastro	FR	20217	0	Europe/Paris	42.65468	9.06749		Ogliastro		94			
12025160	Monte	monte	FR	20290	0	Europe/Paris	41.591	8.89277		Monte		94			
12025762	Pieve	pieve	FR	20246	0	Europe/Paris	42.45911	8.73544		Pieve		94			
12035622	Les Bordes	les-bordes	FR	36100	0	Europe/Paris	45.93694	1.06195				75	87	873	87110
12036777	Saint-Martin	saint-martin	FR	32300	0	Europe/Paris	42.18932	8.8496		Saint-Martin		94			
12036778	Saint-Roch	saint-roch	FR	37390	0	Europe/Paris	42.19161	8.84574		Saint-Roch		94			
12038483	La Serre	la-serre	FR	12380	0	Europe/Paris	45.4926	2.31071		La Serre		75			
12038486	Brach	brach	FR	33480	0	Europe/Paris	45.31675	1.88877		Brach		75			
12040953	Malpas	malpas	FR	25160	0	Europe/Paris	44.98988	3.87111		Malpas		84			
12041149	La Peyratte	la-peyratte	FR	79200	0	Europe/Paris	44.87288	4.67746		La Peyratte		84			
12041176	La Grange	la-grange	FR	25380	0	Europe/Paris	44.85764	4.73368		La Grange		84			
12041186	Les Molières	les-molieres	FR	91470	0	Europe/Paris	44.64948	4.62283		Les Molieres,Les Molières		84			
12044540	Loctudy	loctudy	FR	29750	0	Europe/Paris	47.35099	-3.17188		Loctudy		53			
12044874	Locqueltas	locqueltas	FR	56390	0	Europe/Paris	47.35285	-3.21404		Locqueltas		53			
12045424	Vix	vix	FR	21400	0	Europe/Paris	41.95503	9.39453		Vix		94			
12047719	Genêts	genets	FR	50530	0	Europe/Paris	45.75028	4.90281				84	69	691	69029
12047729	Saint Clair	saint-clair	FR	07430	0	Europe/Paris	45.78619	4.85158				84	69	691	69034
12047733	Aragon	aragon	FR	11600	0	Europe/Paris	45.69947	4.83174				84	69	691	69152
12047777	Gerland	gerland	FR	21700	0	Europe/Paris	45.72841	4.83421				84	69	691	69123
12047792	Saint-Exupéry	saint-exupery	FR	33190	0	Europe/Paris	45.69388	4.8626				84	69	691	69259
12047815	Razes	razes	FR	87640	0	Europe/Paris	45.66682	4.84906				84	69	691	69276
12047834	Le Bourg	le-bourg	FR	46120	0	Europe/Paris	45.79848	4.8431				84	69	691	69034
12047838	Saint-Jean	saint-jean	FR	31240	0	Europe/Paris	45.78149	4.90121				84	69	691	69266
12047867	Le Plan	le-plan	FR	31220	0	Europe/Paris	45.6587	4.9346				84	69	691	69283
12047871	Chassagnes	chassagnes	FR	43230	0	Europe/Paris	45.72056	4.80882				84	69	691	69149
12047883	Le Perron	le-perron	FR	50160	0	Europe/Paris	45.70042	4.81511				84	69	691	69152
12054814	Vareilles	vareilles	FR	23300	0	Europe/Paris	45.41884	4.24243		Vareilles		84			
12055025	Saint-Maurice	saint-maurice	FR	52200	0	Europe/Paris	45.0382	5.20206		Saint-Maurice		84			
12055031	Talon	talon	FR	58190	0	Europe/Paris	44.63613	5.02571		Talon		84			
12055034	Lambres	lambres	FR	62120	0	Europe/Paris	44.70314	5.00463		Lambres		84			
12055038	Le Temple	le-temple	FR	33680	0	Europe/Paris	44.712	5.24789		Le Temple		84			
12055047	Le Monestier	le-monestier	FR	63890	0	Europe/Paris	44.58784	5.31048		Le Monestier		84			
12055243	Bagnols	bagnols	FR	63810	0	Europe/Paris	44.27447	5.50222		Bagnols		84			
12055245	Le Plan	le-plan	FR	31220	0	Europe/Paris	44.23104	5.57079		Le Plan		84			
12055380	Les Prés	les-pres	FR	26310	0	Europe/Paris	45.40642	5.9458		Les Pres,Les Prés		84			
12055459	Le Gua	le-gua	FR	17600	0	Europe/Paris	45.19295	5.39127		Le Gua		84			
12055997	La Chapelle	la-chapelle	FR	03300	0	Europe/Paris	45.6868	6.1687		La Chapelle		84			
12056074	Saint-Laurent	saint-laurent	FR	08090	0	Europe/Paris	45.52368	6.08864		Saint-Laurent		84			
12056095	Épernay	epernay	FR	51200	0	Europe/Paris	45.45199	5.88342		Epernay,Épernay		84			
12056096	La Corbière	la-corbiere	FR	70300	0	Europe/Paris	45.47173	6.28192		La Corbiere,La Corbière		84			
12056386	Beaumont	beaumont	FR	07110	0	Europe/Paris	46.06739	5.81619		Beaumont		84			
12056387	Mons	mons	FR	16140	0	Europe/Paris	46.02937	5.88795		Mons		84			
12056389	Saint-Symphorien	saint-symphorien	FR	18190	0	Europe/Paris	46.05605	6.0639		Saint-Symphorien		84			
12056532	Miribel	miribel	FR	01700	0	Europe/Paris	46.21718	5.73805		Miribel		84			
12070544	Torigny-les-Villes	torigny-les-villes	FR	50160	0	Europe/Paris	49.03259	-0.97802		Torigny-les-Villes		28	50	504	50601
12072019	Saint-Pons	saint-pons	FR	04400	0	Europe/Paris	43.67436	7.00573		Saint-Pons		93			
12072122	La Rivière	la-riviere	FR	33126	0	Europe/Paris	44.02296	6.37837		La Riviere,La Rivière		93			
12087207	Saint-Sulpice-les-Champs	saint-sulpice-les-champs	FR	23480	0	Europe/Paris	45.99555	2.02185		Saint-Sulpice-les-Champs		75			
12087210	Le Theil	le-theil	FR	03240	0	Europe/Paris	45.99615	2.46159		Le Theil		75			
12088398	Saint-Antoine	saint-antoine	FR	15220	0	Europe/Paris	45.84875	1.42984		Saint-Antoine		75			
12088549	Bourg l'Évêque	bourg-l-eveque	FR	49520	0	Europe/Paris	47.0409	0.12071		Bourg l'Eveque,Bourg l'Évêque		75			
12088550	Nouzilly	nouzilly	FR	37380	0	Europe/Paris	46.9798	0.10078		Nouzilly		75			
12088571	Le Breuil	le-breuil	FR	03120	0	Europe/Paris	46.38379	-0.33867		Le Breuil		75			
12088574	Le Breuil	le-breuil	FR	03120	0	Europe/Paris	46.39743	-0.13526		Le Breuil		75			
12088575	Thorigné	thorigne	FR	79370	0	Europe/Paris	46.37744	0.01955		Thorigne,Thorigné		75			
12092860	La Salle	la-salle	FR	71260	0	Europe/Paris	45.89645	0.22312		La Salle		75			
12092864	Vignolles	vignolles	FR	16300	0	Europe/Paris	45.77674	-0.34368		Vignolles		75			
12092866	Coursac	coursac	FR	24430	0	Europe/Paris	45.70484	-0.16597		Coursac		75			
12092990	Le Bourg	le-bourg	FR	46120	0	Europe/Paris	45.42978	-0.01943		Le Bourg		75			
12102603	Tournay	tournay	FR	65190	0	Europe/Paris	46.03932	-0.62917		Tournay		75			
12102608	La Jarrie	la-jarrie	FR	17220	0	Europe/Paris	45.95138	-0.75347		La Jarrie		75			
12102610	Courgeon	courgeon	FR	61400	0	Europe/Paris	45.94044	-0.39074		Courgeon		75			
12102615	Le Temple	le-temple	FR	33680	0	Europe/Paris	45.9038	-0.2732		Le Temple		75			
12103716	La Chapelle	la-chapelle	FR	03300	0	Europe/Paris	45.39735	1.20971		La Chapelle		75			
12104185	Saussay	saussay	FR	28260	0	Europe/Paris	48.06556	0.38913				52	72	722	72241
12119928	Canteloup	canteloup	FR	14370	0	Europe/Paris	45.25959	-0.7721		Canteloup		75			
12119934	Troubat	troubat	FR	65370	0	Europe/Paris	45.03402	-0.49391		Troubat		75			
12119948	Mondon	mondon	FR	25680	0	Europe/Paris	44.76895	-0.27247		Mondon		75			
12119951	Saint-Avit-de-Soulège	saint-avit-de-soulege	FR	33220	0	Europe/Paris	44.81323	0.12523		Saint-Avit-de-Soulege,Saint-Avit-de-Soulège		75			
12120397	Brèze	breze	FR	49260	0	Europe/Paris	44.55838	-0.16761		Breze,Brèze		75			
12122142	Bouchet	bouchet	FR	26790	0	Europe/Paris	44.32178	0.04649		Bouchet		75			
12122148	Fongrave	fongrave	FR	47260	0	Europe/Paris	44.39637	0.53387		Fongrave		75			
12122151	Mirande	mirande	FR	32300	0	Europe/Paris	44.29729	0.11726		Mirande		75			
12122153	Fraisse	fraisse	FR	24130	0	Europe/Paris	44.27648	0.57353		Fraisse		75			
12122157	Tours	tours	FR	37000	0	Europe/Paris	44.29983	0.78847		Tours		75			
12122172	Saint-Cricq	saint-cricq	FR	32430	0	Europe/Paris	43.94502	0.01324		Saint-Cricq		75			
12122179	Sainte-Marie-de-Gosse	sainte-marie-de-gosse	FR	40390	0	Europe/Paris	43.55663	-1.23859		Sainte-Marie-de-Gosse		75			
12127560	Campagne	campagne	FR	24260	0	Europe/Paris	43.35649	-0.89471		Campagne		75			
12127562	Saint-Martin	saint-martin	FR	32300	0	Europe/Paris	43.24983	-1.12457		Saint-Martin		75			
12127610	La Chapelotte	la-chapelotte	FR	18250	0	Europe/Paris	43.17126	-0.33173		La Chapelotte		75			
12128558	Avranches	avranches	FR	50300	0	Europe/Paris	47.11685	1.2342	108	Avranches		24	37	373	37133
12128562	Roche	roche	FR	38090	0	Europe/Paris	47.10892	1.24117	125	Roche		24	37	373	37133
12128566	Orsay	orsay	FR	91400	0	Europe/Paris	47.10073	1.25154	126	Orsay		24	37	373	37133
12128568	Le Coudray	le-coudray	FR	28630	0	Europe/Paris	47.09646	1.14187	128	Le Coudray		24	37	373	37133
12128593	Aubigny	aubigny	FR	03460	0	Europe/Paris	47.1099	1.16505	120	Aubigny		24	37	373	37133
12128663	Bray	bray	FR	27170	0	Europe/Paris	47.05975	1.27434	138	Bray		24	37	373	37275
12128664	La Porcherie	la-porcherie	FR	87380	0	Europe/Paris	47.05936	1.2839	139	La Porcherie		24	37	373	37275
12128670	La Touche	la-touche	FR	26160	0	Europe/Paris	47.0561	1.25572	128	La Touche		24	37	373	37275
12128710	La Rivière	la-riviere	FR	33126	0	Europe/Paris	47.13025	1.27069	127	La Riviere,La Rivière		24	37	373	37173
12128781	Neuillé	neuille	FR	49680	0	Europe/Paris	47.15528	1.30097	135	Neuille,Neuillé		24	37	373	37173
12128808	Les Touches	les-touches	FR	44390	0	Europe/Paris	47.13587	1.32524	138	Les Touches		24	37	373	37173
12128833	Villeneuve	villeneuve	FR	01480	0	Europe/Paris	47.11103	1.28103	135	Villeneuve		24	37	373	37277
12128856	Le Coudray	le-coudray	FR	28630	0	Europe/Paris	47.12261	1.24976	113	Le Coudray		24	37	373	37277
12128863	Les Villettes	les-villettes	FR	43600	0	Europe/Paris	47.13096	1.23562	119	Les Villettes		24	37	373	37277
12128896	Beauvais	beauvais	FR	60000	0	Europe/Paris	47.1316	1.2218	121	Beauvais		24	37	373	37277
12128898	La Motte	la-motte	FR	22600	0	Europe/Paris	47.13445	1.2252	102	La Motte		24	37	373	37277
12128899	La Grange	la-grange	FR	25380	0	Europe/Paris	47.13579	1.21766	118	La Grange		24	37	373	37277
12128903	La Houssaye	la-houssaye	FR	27410	0	Europe/Paris	47.13879	1.19854	130	La Houssaye		24	37	373	37277
12129106	Le Breuil	le-breuil	FR	03120	0	Europe/Paris	47.14999	1.22011	132	Le Breuil		24	37	373	37277
12150258	Saint-Amand	saint-amand	FR	23200	0	Europe/Paris	43.80968	0.85167		Saint-Amand		76			
12150262	Villeneuve	villeneuve	FR	01480	0	Europe/Paris	43.74694	-0.11107		Villeneuve		76			
12150267	Lasserre	lasserre	FR	09230	0	Europe/Paris	43.7498	0.1136		Lasserre		76			
12150268	Saint-André	saint-andre	FR	31420	0	Europe/Paris	43.727	0.27653		Saint-Andre,Saint-André		76			
12150278	Castex	castex	FR	09350	0	Europe/Paris	43.53612	0.0579		Castex		76			
12150285	Lamarque	lamarque	FR	33460	0	Europe/Paris	43.50706	0.24976		Lamarque		76			
12156596	Le Theil	le-theil	FR	03240	0	Europe/Paris	46.15456	1.88792		La Faye		75	23	232	23193
12156698	La Faye	la-faye	FR	16700	0	Europe/Paris	46.15196	1.88848				75	23	232	23193
12164186	Tajan	tajan	FR	65300	0	Europe/Paris	43.30362	0.81849		Tajan		76			
12164202	Le Fossat	le-fossat	FR	09130	0	Europe/Paris	43.68807	1.50512		Le Fossat		76			
12164236	Lannes	lannes	FR	47170	0	Europe/Paris	43.0305	0.89414		Lannes		76			
12164395	Cazals	cazals	FR	46250	0	Europe/Paris	43.00898	1.67521		Cazals		76			
12164396	Saint-Martin	saint-martin	FR	32300	0	Europe/Paris	43.00588	1.7309		Saint-Martin		76			
12164399	La Serre	la-serre	FR	12380	0	Europe/Paris	43.01146	1.49948		La Serre		76			
12164411	Saint-Lizier	saint-lizier	FR	09190	0	Europe/Paris	42.79866	1.26374		Saint-Lizier		76			
12164899	Lamothe	lamothe	FR	40250	0	Europe/Paris	44.08264	2.3219		Lamothe		76			
12164904	La Salle	la-salle	FR	71260	0	Europe/Paris	44.04224	2.36361		La Salle		76			
12164905	Albignac	albignac	FR	19190	0	Europe/Paris	44.01775	2.47548		Albignac		76			
12164910	Fontvieille	fontvieille	FR	13990	0	Europe/Paris	43.97114	2.50997		Fontvieille		76			
12164911	Saint-Maurice	saint-maurice	FR	52200	0	Europe/Paris	43.80408	1.89838		Saint-Maurice		76			
12164918	Saint-Sauveur	saint-sauveur	FR	05200	0	Europe/Paris	43.65235	1.84041		Saint-Sauveur		76			
12164919	Saint-Martin	saint-martin	FR	32300	0	Europe/Paris	43.69648	2.02951		Saint-Martin		76			
12164924	Cadix	cadix	FR	81340	0	Europe/Paris	43.56886	1.88289		Cadix		76			
12164927	La Réunion	la-reunion	FR	47700	0	Europe/Paris	43.48994	1.98063		La Reunion,La Réunion		76			
12165191	Saint-Georges	saint-georges	FR	15100	0	Europe/Paris	44.22063	1.09294		Saint-Georges		76			
12170901	Belcastel	belcastel	FR	12390	0	Europe/Paris	44.34001	1.33607		Belcastel		76			
12171169	Lavernhe	lavernhe	FR	12150	0	Europe/Paris	44.16975	2.25281		Lavernhe		76			
12171171	Saint-Martial	saint-martial	FR	07310	0	Europe/Paris	44.15458	2.33588		Saint-Martial		76			
12171196	Montchamp	montchamp	FR	14350	0	Europe/Paris	44.8518	3.11833		Montchamp		76			
12171205	Le Truel	le-truel	FR	12430	0	Europe/Paris	44.19974	3.25844		Le Truel		76			
12171232	Beaulieu	beaulieu	FR	07460	0	Europe/Paris	44.0209	3.6259		Beaulieu		76			
12171240	Le Puech	le-puech	FR	34700	0	Europe/Paris	44.15957	4.28972		Le Puech		76			
12171241	Saint-Nabor	saint-nabor	FR	67530	0	Europe/Paris	44.2183	4.48615		Saint-Nabor		76			
12171382	Villesèque	villeseque	FR	46090	0	Europe/Paris	43.97189	3.99254		Villeseque,Villesèque		76			
12171504	Les Salces	les-salces	FR	48100	0	Europe/Paris	43.7549	3.43606		Les Salces		76			
12173302	La Trinité	la-trinite	FR	06340	0	Europe/Paris	42.56216	2.6256		Belpuig,La Trinite,La Trinité		76			
12175782	Le Bourg	le-bourg	FR	46120	0	Europe/Paris	47.63893	-3.45527		Le Bourg		53			
12175783	Le Bourg	le-bourg	FR	46120	0	Europe/Paris	47.59024	-2.80308		Le Bourg		53			
12179079	Confort	confort	FR	01200	0	Europe/Paris	48.69578	-3.31542		Confort		53			
12181947	Trévien	trevien	FR	81190	0	Europe/Paris	47.63925	-2.66912				53	56	563	56251
12182158	Meudon	meudon	FR	92190	0	Europe/Paris	47.66701	-2.69532				53	56	563	56260
12196475	Les Prés	les-pres	FR	26310	0	Europe/Paris	48.467	-2.62892				53	22	224	22246
12199853	La Motte	la-motte	FR	22600	0	Europe/Paris	48.47429	-2.63443				53	22	224	22246
12216867	Pierrefitte	pierrefitte	FR	19450	0	Europe/Paris	48.81126	-0.11742				28	61	612	61352
12253606	Les Hayes	les-hayes	FR	41800	0	Europe/Paris	47.17432	-0.93766		Les Haies-Gasselin		52	49	492	49023
\.


--
-- Data for Name: postal; Type: TABLE DATA; Schema: fr; Owner: g5
--

COPY fr.postal (postal_code, place_name, place_slug, admin_code1, admin_code2, admin_code3, latitude, longitude, accuracy) FROM stdin;
75000	Paris	paris	11	75		48.8534	2.3488	5
75001	Paris 01	paris-01	11	75	751	48.8592	2.3417	5
75001	Paris	paris	11	75		48.8534	2.3488	5
75002	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75002	Paris	paris	11	75		48.8534	2.3488	5
75003	Paris 03	paris-03	11	75	751	48.8637	2.3615	5
75003	Paris	paris	11	75		48.8534	2.3488	5
75004	Paris 04	paris-04	11	75	751	48.8601	2.3507	5
75004	Paris	paris	11	75		48.8534	2.3488	5
75005	Paris 05	paris-05	11	75	751	48.8448	2.3471	5
75005	Paris	paris	11	75		48.8534	2.3488	5
75006	Paris 06	paris-06	11	75	751	48.8493	2.33	5
75006	Paris	paris	11	75		48.8534	2.3488	5
75007	Paris 07	paris-07	11	75	751	48.8565	2.321	5
75007	Paris	paris	11	75		48.8534	2.3488	5
75008	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75008	Paris	paris	11	75		48.8534	2.3488	5
75009	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75009	Paris	paris	11	75		48.8534	2.3488	5
75010	Paris 10	paris-10	11	75	751	48.8709	2.3561	5
75010	Paris	paris	11	75		48.8534	2.3488	5
75011	Paris 11	paris-11	11	75	751	48.8574	2.3795	5
75011	Paris	paris	11	75		48.8534	2.3488	5
75012	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75012	Paris	paris	11	75		48.8534	2.3488	5
75013	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75013	Paris	paris	11	75		48.8534	2.3488	5
75014	Paris 14	paris-14	11	75	751	48.8331	2.3264	5
75014	Paris	paris	11	75		48.8534	2.3488	5
75015	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75015	Paris	paris	11	75		48.8534	2.3488	5
75016	Paris 16	paris-16	11	75	751	48.8637	2.2769	5
75016	Paris	paris	11	75		48.8534	2.3488	5
75017	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75017	Paris	paris	11	75		48.8534	2.3488	5
75018	Paris 18	paris-18	11	75	751	48.8925	2.3444	5
75018	Paris	paris	11	75		48.8534	2.3488	5
75019	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75019	Paris	paris	11	75		48.8534	2.3488	5
75020	Paris 20	paris-20	11	75	751	48.8646	2.3984	5
75020	Paris	paris	11	75		48.8534	2.3488	5
75021 CEDEX 01	Paris 01	paris-01	11	75	751	48.8592	2.3417	5
75023 CEDEX 01	Paris 01	paris-01	11	75	751	48.8592	2.3417	5
75024 CEDEX 01	Paris 01	paris-01	11	75	751	48.8592	2.3417	5
75026 CEDEX 01	Paris 01	paris-01	11	75	751	48.8592	2.3417	5
75028 CEDEX 01	Paris 01	paris-01	11	75	751	48.8592	2.3417	5
75029 CEDEX 01	Paris 01	paris-01	11	75	751	48.8592	2.3417	5
75030 CEDEX 01	Paris 01	paris-01	11	75	751	48.8592	2.3417	5
75031 CEDEX 01	Paris 01	paris-01	11	75	751	48.8592	2.3417	5
75032 CEDEX 01	Paris 01	paris-01	11	75	751	48.8592	2.3417	5
75033 CEDEX 01	Paris 01	paris-01	11	75	751	48.8592	2.3417	5
75034 CEDEX 01	Paris 01	paris-01	11	75	751	48.8592	2.3417	5
75035 CEDEX 01	Paris 01	paris-01	11	75	751	48.8592	2.3417	5
75036 CEDEX 01	Paris 01	paris-01	11	75	751	48.8592	2.3417	5
75038 CEDEX 01	Paris 01	paris-01	11	75	751	48.8592	2.3417	5
75039 CEDEX 01	Paris 01	paris-01	11	75	751	48.8592	2.3417	5
75040 CEDEX 01	Paris 01	paris-01	11	75	751	48.8592	2.3417	5
75041 CEDEX 01	Paris 01	paris-01	11	75	751	48.8592	2.3417	5
75042 CEDEX 01	Paris 01	paris-01	11	75	751	48.8592	2.3417	5
75043 CEDEX 01	Paris 01	paris-01	11	75	751	48.8592	2.3417	5
75044 CEDEX 01	Paris 01	paris-01	11	75	751	48.8592	2.3417	5
75045 CEDEX 01	Paris 01	paris-01	11	75	751	48.8592	2.3417	5
75046 CEDEX 01	Paris 01	paris-01	11	75	751	48.8592	2.3417	5
75047 CEDEX 01	Paris 01	paris-01	11	75	751	48.8592	2.3417	5
75048 CEDEX 01	Paris 01	paris-01	11	75	751	48.8592	2.3417	5
75049 CEDEX 01	Paris 01	paris-01	11	75	751	48.8592	2.3417	5
75051 CEDEX 01	Paris 01	paris-01	11	75	751	48.8592	2.3417	5
75052 CEDEX 01	Paris 01	paris-01	11	75	751	48.8592	2.3417	5
75053 CEDEX 01	Paris 01	paris-01	11	75	751	48.8592	2.3417	5
75054 CEDEX 01	Paris 01	paris-01	11	75	751	48.8592	2.3417	5
75055 CEDEX 01	Paris 01	paris-01	11	75	751	48.8592	2.3417	5
75056 CEDEX 01	Paris 01	paris-01	11	75	751	48.8592	2.3417	5
75058 CEDEX 01	Paris 01	paris-01	11	75	751	48.8592	2.3417	5
75059 CEDEX 01	Paris 01	paris-01	11	75	751	48.8592	2.3417	5
75060 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75061 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75062 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75063 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75064 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75065 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75066 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75067 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75068 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75069 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75072 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75073 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75074 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75075 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75076 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75077 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75078 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75079 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75080 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75081 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75082 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75083 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75084 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75085 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75086 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75087 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75088 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75089 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75090 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75092 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75093 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75094 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75095 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75096 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75097 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75100 CEDEX 01	Paris 01	paris-01	11	75	751	48.8592	2.3417	5
75101 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75102 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75103 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75104 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75105 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75106 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75107 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75108 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75109 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75110 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75111 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75112 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75113 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75114 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75115 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75116	Paris 16	paris-16	11	75	751	48.8637	2.2769	5
75118 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75119 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75120 CEDEX 02	Paris 02	paris-02	11	75	751	48.8655	2.3426	5
75122 CEDEX 03	Paris 03	paris-03	11	75	751	48.8637	2.3615	5
75123 CEDEX 03	Paris 03	paris-03	11	75	751	48.8637	2.3615	5
75124 CEDEX 03	Paris 03	paris-03	11	75	751	48.8637	2.3615	5
75125 CEDEX 11	Paris 11	paris-11	11	75	751	48.8574	2.3795	5
75126 CEDEX 11	Paris 11	paris-11	11	75	751	48.8574	2.3795	5
75127 CEDEX 11	Paris 11	paris-11	11	75	751	48.8574	2.3795	5
75128 CEDEX 11	Paris 11	paris-11	11	75	751	48.8574	2.3795	5
75129 CEDEX 11	Paris 11	paris-11	11	75	751	48.8574	2.3795	5
75130 CEDEX 11	Paris 11	paris-11	11	75	751	48.8574	2.3795	5
75131 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75134 CEDEX 11	Paris 11	paris-11	11	75	751	48.8574	2.3795	5
75138 CEDEX 07	Paris 07	paris-07	11	75	751	48.8565	2.321	5
75139 CEDEX 03	Paris 03	paris-03	11	75	751	48.8637	2.3615	5
75140 CEDEX 03	Paris 03	paris-03	11	75	751	48.8637	2.3615	5
75141 CEDEX 03	Paris 03	paris-03	11	75	751	48.8637	2.3615	5
75142 CEDEX 03	Paris 03	paris-03	11	75	751	48.8637	2.3615	5
75144 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75150 CEDEX 03	Paris 03	paris-03	11	75	751	48.8637	2.3615	5
75151 CEDEX 03	Paris 03	paris-03	11	75	751	48.8637	2.3615	5
75152 CEDEX 03	Paris 03	paris-03	11	75	751	48.8637	2.3615	5
75153 CEDEX 03	Paris 03	paris-03	11	75	751	48.8637	2.3615	5
75154 CEDEX 03	Paris 03	paris-03	11	75	751	48.8637	2.3615	5
75155 CEDEX 03	Paris 03	paris-03	11	75	751	48.8637	2.3615	5
75156 CEDEX 03	Paris 03	paris-03	11	75	751	48.8637	2.3615	5
75157 CEDEX 03	Paris 03	paris-03	11	75	751	48.8637	2.3615	5
75158 CEDEX 14	Paris 14	paris-14	11	75	751	48.8331	2.3264	5
75159 CEDEX 14	Paris 14	paris-14	11	75	751	48.8331	2.3264	5
75161 CEDEX 04	Paris 04	paris-04	11	75	751	48.8601	2.3507	5
75162 CEDEX 04	Paris 04	paris-04	11	75	751	48.8601	2.3507	5
75163 CEDEX 04	Paris 04	paris-04	11	75	751	48.8601	2.3507	5
75164 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75165 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75166 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75167 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75168 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75169 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75170 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75171 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75172 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75174 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75176 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75177 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75179 CEDEX 16	Paris 16	paris-16	11	75	751	48.8637	2.2769	5
75180 CEDEX 04	Paris 04	paris-04	11	75	751	48.8601	2.3507	5
75181 CEDEX 04	Paris 04	paris-04	11	75	751	48.8601	2.3507	5
75182 CEDEX 04	Paris 04	paris-04	11	75	751	48.8601	2.3507	5
75184 CEDEX 04	Paris 04	paris-04	11	75	751	48.8601	2.3507	5
75186 CEDEX 04	Paris 04	paris-04	11	75	751	48.8601	2.3507	5
75188 CEDEX 04	Paris 04	paris-04	11	75	751	48.8601	2.3507	5
75189 CEDEX 04	Paris 04	paris-04	11	75	751	48.8601	2.3507	5
75191 CEDEX 04	Paris 04	paris-04	11	75	751	48.8601	2.3507	5
75192 CEDEX 04	Paris 04	paris-04	11	75	751	48.8601	2.3507	5
75194 CEDEX 04	Paris 04	paris-04	11	75	751	48.8601	2.3507	5
75195 CEDEX 04	Paris 04	paris-04	11	75	751	48.8601	2.3507	5
75196 CEDEX 04	Paris 04	paris-04	11	75	751	48.8601	2.3507	5
75197 CEDEX 04	Paris 04	paris-04	11	75	751	48.8601	2.3507	5
75198 CEDEX 04	Paris 04	paris-04	11	75	751	48.8601	2.3507	5
75201 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75202 CEDEX 16	Paris 16	paris-16	11	75	751	48.8637	2.2769	5
75203 CEDEX 16	Paris 16	paris-16	11	75	751	48.8637	2.2769	5
75204 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75205 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75206 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75207 CEDEX 16	Paris 16	paris-16	11	75	751	48.8637	2.2769	5
75208 CEDEX 16	Paris 16	paris-16	11	75	751	48.8637	2.2769	5
75209 CEDEX 16	Paris 16	paris-16	11	75	751	48.8637	2.2769	5
75210 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75211 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75212 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75213 CEDEX 16	Paris 16	paris-16	11	75	751	48.8637	2.2769	5
75214 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75215 CEDEX 16	Paris 16	paris-16	11	75	751	48.8637	2.2769	5
75216 CEDEX 16	Paris 16	paris-16	11	75	751	48.8637	2.2769	5
75217 CEDEX 16	Paris 16	paris-16	11	75	751	48.8637	2.2769	5
75218 CEDEX 16	Paris 16	paris-16	11	75	751	48.8637	2.2769	5
75219 CEDEX 16	Paris 16	paris-16	11	75	751	48.8637	2.2769	5
75220 CEDEX 16	Paris 16	paris-16	11	75	751	48.8637	2.2769	5
75221 CEDEX 05	Paris 05	paris-05	11	75	751	48.8448	2.3471	5
75222 CEDEX 05	Paris 05	paris-05	11	75	751	48.8448	2.3471	5
75223 CEDEX 05	Paris 05	paris-05	11	75	751	48.8448	2.3471	5
75224 CEDEX 05	Paris 05	paris-05	11	75	751	48.8448	2.3471	5
75226 CEDEX 05	Paris 05	paris-05	11	75	751	48.8448	2.3471	5
75227 CEDEX 05	Paris 05	paris-05	11	75	751	48.8448	2.3471	5
75228 CEDEX 05	Paris 05	paris-05	11	75	751	48.8448	2.3471	5
75229 CEDEX 05	Paris 05	paris-05	11	75	751	48.8448	2.3471	5
75230 CEDEX 05	Paris 05	paris-05	11	75	751	48.8448	2.3471	5
75231 CEDEX 05	Paris 05	paris-05	11	75	751	48.8448	2.3471	5
75232 CEDEX 05	Paris 05	paris-05	11	75	751	48.8448	2.3471	5
75233 CEDEX 05	Paris 05	paris-05	11	75	751	48.8448	2.3471	5
75234 CEDEX 05	Paris 05	paris-05	11	75	751	48.8448	2.3471	5
75235 CEDEX 05	Paris 05	paris-05	11	75	751	48.8448	2.3471	5
75236 CEDEX 05	Paris 05	paris-05	11	75	751	48.8448	2.3471	5
75237 CEDEX 05	Paris 05	paris-05	11	75	751	48.8448	2.3471	5
75238 CEDEX 05	Paris 05	paris-05	11	75	751	48.8448	2.3471	5
75239 CEDEX 05	Paris 05	paris-05	11	75	751	48.8448	2.3471	5
75240 CEDEX 05	Paris 05	paris-05	11	75	751	48.8448	2.3471	5
75241 CEDEX 05	Paris 05	paris-05	11	75	751	48.8448	2.3471	5
75243 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75244 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75248 CEDEX 05	Paris 05	paris-05	11	75	751	48.8448	2.3471	5
75250 CEDEX 05	Paris 05	paris-05	11	75	751	48.8448	2.3471	5
75252 CEDEX 05	Paris 05	paris-05	11	75	751	48.8448	2.3471	5
75253 CEDEX 05	Paris 05	paris-05	11	75	751	48.8448	2.3471	5
75256 CEDEX 05	Paris 05	paris-05	11	75	751	48.8448	2.3471	5
75260 CEDEX 06	Paris 06	paris-06	11	75	751	48.8493	2.33	5
75261 CEDEX 06	Paris 06	paris-06	11	75	751	48.8493	2.33	5
75262 CEDEX 06	Paris 06	paris-06	11	75	751	48.8493	2.33	5
75263 CEDEX 06	Paris 06	paris-06	11	75	751	48.8493	2.33	5
75264 CEDEX 06	Paris 06	paris-06	11	75	751	48.8493	2.33	5
75265 CEDEX 06	Paris 06	paris-06	11	75	751	48.8493	2.33	5
75266 CEDEX 06	Paris 06	paris-06	11	75	751	48.8493	2.33	5
75269 CEDEX 06	Paris 06	paris-06	11	75	751	48.8493	2.33	5
75270 CEDEX 06	Paris 06	paris-06	11	75	751	48.8493	2.33	5
75272 CEDEX 06	Paris 06	paris-06	11	75	751	48.8493	2.33	5
75275 CEDEX 06	Paris 06	paris-06	11	75	751	48.8493	2.33	5
75278 CEDEX 06	Paris 06	paris-06	11	75	751	48.8493	2.33	5
75279 CEDEX 06	Paris 06	paris-06	11	75	751	48.8493	2.33	5
75280 CEDEX 06	Paris 06	paris-06	11	75	751	48.8493	2.33	5
75281 CEDEX 06	Paris 06	paris-06	11	75	751	48.8493	2.33	5
75282 CEDEX 06	Paris 06	paris-06	11	75	751	48.8493	2.33	5
75283 CEDEX 06	Paris 06	paris-06	11	75	751	48.8493	2.33	5
75284 CEDEX 06	Paris 06	paris-06	11	75	751	48.8493	2.33	5
75288 CEDEX 06	Paris 06	paris-06	11	75	751	48.8493	2.33	5
75290 CEDEX 06	Paris 06	paris-06	11	75	751	48.8493	2.33	5
75291 CEDEX 06	Paris 06	paris-06	11	75	751	48.8493	2.33	5
75292 CEDEX 06	Paris 06	paris-06	11	75	751	48.8493	2.33	5
75294 CEDEX 06	Paris 06	paris-06	11	75	751	48.8493	2.33	5
75295 CEDEX 06	Paris 06	paris-06	11	75	751	48.8493	2.33	5
75298 CEDEX 06	Paris 06	paris-06	11	75	751	48.8493	2.33	5
75299 CEDEX 06	Paris 06	paris-06	11	75	751	48.8493	2.33	5
75302 CEDEX 07	Paris 07	paris-07	11	75	751	48.8565	2.321	5
75303 SP 07	Paris 07	paris-07	11	75	751	48.8565	2.321	5
75304 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75305 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75306 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75307 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75308 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75309 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75310 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75311 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75312 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75313 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75314 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75315 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75317 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75318 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75319 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75320 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75321 CEDEX 07	Paris 07	paris-07	11	75	751	48.8565	2.321	5
75322 CEDEX 07	Paris 07	paris-07	11	75	751	48.8565	2.321	5
75323 CEDEX 07	Paris 07	paris-07	11	75	751	48.8565	2.321	5
75324 CEDEX 07	Paris 07	paris-07	11	75	751	48.8565	2.321	5
75325 CEDEX 07	Paris 07	paris-07	11	75	751	48.8565	2.321	5
75326 CEDEX 07	Paris 07	paris-07	11	75	751	48.8565	2.321	5
75327 CEDEX 07	Paris 07	paris-07	11	75	751	48.8565	2.321	5
75328 CEDEX 07	Paris 07	paris-07	11	75	751	48.8565	2.321	5
75329 CEDEX 07	Paris 07	paris-07	11	75	751	48.8565	2.321	5
75330 CEDEX 07	Paris 07	paris-07	11	75	751	48.8565	2.321	5
75333 CEDEX 07	Paris 07	paris-07	11	75	751	48.8565	2.321	5
75335 CEDEX 07	Paris 07	paris-07	11	75	751	48.8565	2.321	5
75337 CEDEX 07	Paris 07	paris-07	11	75	751	48.8565	2.321	5
75338 CEDEX 07	Paris 07	paris-07	11	75	751	48.8565	2.321	5
75339 CEDEX 07	Paris 07	paris-07	11	75	751	48.8565	2.321	5
75340 CEDEX 07	Paris 07	paris-07	11	75	751	48.8565	2.321	5
75341 CEDEX 07	Paris 07	paris-07	11	75	751	48.8565	2.321	5
75342 CEDEX 07	Paris 07	paris-07	11	75	751	48.8565	2.321	5
75343 CEDEX 07	Paris 07	paris-07	11	75	751	48.8565	2.321	5
75344 CEDEX 07	Paris 07	paris-07	11	75	751	48.8565	2.321	5
75345 CEDEX 07	Paris 07	paris-07	11	75	751	48.8565	2.321	5
75348 SP 07	Paris 07	paris-07	11	75	751	48.8565	2.321	5
75349 SP 07	Paris 07	paris-07	11	75	751	48.8565	2.321	5
75350 SP 07	Paris 07	paris-07	11	75	751	48.8565	2.321	5
75352 SP 07	Paris 07	paris-07	11	75	751	48.8565	2.321	5
75353 SP 07	Paris 07	paris-07	11	75	751	48.8565	2.321	5
75355 SP 07	Paris 07	paris-07	11	75	751	48.8565	2.321	5
75356 SP 07	Paris 07	paris-07	11	75	751	48.8565	2.321	5
75357 SP 07	Paris 07	paris-07	11	75	751	48.8565	2.321	5
75358 SP 07	Paris 07	paris-07	11	75	751	48.8565	2.321	5
75359 SP 07	Paris 07	paris-07	11	75	751	48.8565	2.321	5
75360 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75361 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75362 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75363 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75364 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75365 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75366 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75367 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75370 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75371 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75372 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75373 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75374 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75375 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75376 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75378 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75379 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75380 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75381 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75382 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75383 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75384 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75385 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75386 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75387 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75388 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75389 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75390 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75391 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75392 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75394 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75395 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75396 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75397 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75398 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75399 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75400 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75401 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75402 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75403 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75405 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75406 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75407 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75408 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75410 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75411 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75412 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75413 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75415 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75416 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75417 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75418 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75419 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75420 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75421 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75422 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75423 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75424 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75425 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75426 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75427 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75428 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75429 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75430 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75431 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75432 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75434 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75435 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75436 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75437 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75438 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75439 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75440 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75441 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75442 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75443 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75444 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75445 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75446 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75447 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75449 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75450 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75451 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75452 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75453 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75454 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75455 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75456 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75457 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75458 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75459 CEDEX 09	Paris 09	paris-09	11	75	751	48.8718	2.3399	5
75460 CEDEX 10	Paris 10	paris-10	11	75	751	48.8709	2.3561	5
75462 CEDEX 10	Paris 10	paris-10	11	75	751	48.8709	2.3561	5
75463 CEDEX 10	Paris 10	paris-10	11	75	751	48.8709	2.3561	5
75464 CEDEX 10	Paris 10	paris-10	11	75	751	48.8709	2.3561	5
75465 CEDEX 10	Paris 10	paris-10	11	75	751	48.8709	2.3561	5
75466 CEDEX 10	Paris 10	paris-10	11	75	751	48.8709	2.3561	5
75467 CEDEX 10	Paris 10	paris-10	11	75	751	48.8709	2.3561	5
75468 CEDEX 10	Paris 10	paris-10	11	75	751	48.8709	2.3561	5
75470 CEDEX 10	Paris 10	paris-10	11	75	751	48.8709	2.3561	5
75471 CEDEX 10	Paris 10	paris-10	11	75	751	48.8709	2.3561	5
75472 CEDEX 10	Paris 10	paris-10	11	75	751	48.8709	2.3561	5
75473 CEDEX 10	Paris 10	paris-10	11	75	751	48.8709	2.3561	5
75474 CEDEX 10	Paris 10	paris-10	11	75	751	48.8709	2.3561	5
75475 CEDEX 10	Paris 10	paris-10	11	75	751	48.8709	2.3561	5
75476 CEDEX 10	Paris 10	paris-10	11	75	751	48.8709	2.3561	5
75477 CEDEX 10	Paris 10	paris-10	11	75	751	48.8709	2.3561	5
75478 CEDEX 10	Paris 10	paris-10	11	75	751	48.8709	2.3561	5
75479 CEDEX 10	Paris 10	paris-10	11	75	751	48.8709	2.3561	5
75480 CEDEX 10	Paris 10	paris-10	11	75	751	48.8709	2.3561	5
75481 CEDEX 10	Paris 10	paris-10	11	75	751	48.8709	2.3561	5
75482 CEDEX 10	Paris 10	paris-10	11	75	751	48.8709	2.3561	5
75483 CEDEX 10	Paris 10	paris-10	11	75	751	48.8709	2.3561	5
75484 CEDEX 10	Paris 10	paris-10	11	75	751	48.8709	2.3561	5
75485 CEDEX 10	Paris 10	paris-10	11	75	751	48.8709	2.3561	5
75486 CEDEX 10	Paris 10	paris-10	11	75	751	48.8709	2.3561	5
75487 CEDEX 10	Paris 10	paris-10	11	75	751	48.8709	2.3561	5
75488 CEDEX 10	Paris 10	paris-10	11	75	751	48.8709	2.3561	5
75490 CEDEX 10	Paris 10	paris-10	11	75	751	48.8709	2.3561	5
75491 CEDEX 10	Paris 10	paris-10	11	75	751	48.8709	2.3561	5
75492 CEDEX 10	Paris 10	paris-10	11	75	751	48.8709	2.3561	5
75493 CEDEX 10	Paris 10	paris-10	11	75	751	48.8709	2.3561	5
75495 CEDEX 10	Paris 10	paris-10	11	75	751	48.8709	2.3561	5
75496 CEDEX 10	Paris 10	paris-10	11	75	751	48.8709	2.3561	5
75497 CEDEX 10	Paris 10	paris-10	11	75	751	48.8709	2.3561	5
75498 CEDEX 10	Paris 10	paris-10	11	75	751	48.8709	2.3561	5
75499 CEDEX 10	Paris 10	paris-10	11	75	751	48.8709	2.3561	5
75502 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75503 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75504 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75505 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75506 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75507 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75508 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75509 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75510 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75511 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75512 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75521 CEDEX 11	Paris 11	paris-11	11	75	751	48.8574	2.3795	5
75522 CEDEX 11	Paris 11	paris-11	11	75	751	48.8574	2.3795	5
75523 CEDEX 11	Paris 11	paris-11	11	75	751	48.8574	2.3795	5
75524 CEDEX 11	Paris 11	paris-11	11	75	751	48.8574	2.3795	5
75525 CEDEX 11	Paris 11	paris-11	11	75	751	48.8574	2.3795	5
75526 CEDEX 11	Paris 11	paris-11	11	75	751	48.8574	2.3795	5
75527 CEDEX 11	Paris 11	paris-11	11	75	751	48.8574	2.3795	5
75528 CEDEX 11	Paris 11	paris-11	11	75	751	48.8574	2.3795	5
75533 CEDEX 11	Paris 11	paris-11	11	75	751	48.8574	2.3795	5
75534 CEDEX 11	Paris 11	paris-11	11	75	751	48.8574	2.3795	5
75535 CEDEX 11	Paris 11	paris-11	11	75	751	48.8574	2.3795	5
75536 CEDEX 11	Paris 11	paris-11	11	75	751	48.8574	2.3795	5
75537 CEDEX 11	Paris 11	paris-11	11	75	751	48.8574	2.3795	5
75538 CEDEX 11	Paris 11	paris-11	11	75	751	48.8574	2.3795	5
75540 CEDEX 11	Paris 11	paris-11	11	75	751	48.8574	2.3795	5
75541 CEDEX 11	Paris 11	paris-11	11	75	751	48.8574	2.3795	5
75542 CEDEX 11	Paris 11	paris-11	11	75	751	48.8574	2.3795	5
75543 CEDEX 11	Paris 11	paris-11	11	75	751	48.8574	2.3795	5
75544 CEDEX 11	Paris 11	paris-11	11	75	751	48.8574	2.3795	5
75545 CEDEX 11	Paris 11	paris-11	11	75	751	48.8574	2.3795	5
75546 CEDEX 11	Paris 11	paris-11	11	75	751	48.8574	2.3795	5
75547 CEDEX 11	Paris 11	paris-11	11	75	751	48.8574	2.3795	5
75548 CEDEX 11	Paris 11	paris-11	11	75	751	48.8574	2.3795	5
75550 CEDEX 11	Paris 11	paris-11	11	75	751	48.8574	2.3795	5
75551 CEDEX 11	Paris 11	paris-11	11	75	751	48.8574	2.3795	5
75552 CEDEX 11	Paris 11	paris-11	11	75	751	48.8574	2.3795	5
75553 CEDEX 11	Paris 11	paris-11	11	75	751	48.8574	2.3795	5
75554 CEDEX 11	Paris 11	paris-11	11	75	751	48.8574	2.3795	5
75555 CEDEX 11	Paris 11	paris-11	11	75	751	48.8574	2.3795	5
75556 CEDEX 11	Paris 11	paris-11	11	75	751	48.8574	2.3795	5
75557 CEDEX 11	Paris 11	paris-11	11	75	751	48.8574	2.3795	5
75558 CEDEX 11	Paris 11	paris-11	11	75	751	48.8574	2.3795	5
75560 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75561 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75562 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75563 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75564 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75565 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75566 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75567 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75568 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75569 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75570 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75571 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75572 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75573 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75574 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75575 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75576 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75577 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75578 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75579 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75580 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75581 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75582 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75583 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75584 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75585 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75586 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75587 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75588 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75589 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75591 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75592 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75593 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75594 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75595 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75596 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75597 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75598 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75599 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75600 CEDEX 14	Paris 14	paris-14	11	75	751	48.8331	2.3264	5
75601 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75602 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75603 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75604 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75605 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75606 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75607 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75608 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75609 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75610 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75611 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75612 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75613 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75614 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75616 CEDEX 12	Paris 12	paris-12	11	75	751	48.8412	2.3876	5
75617 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75618 CEDEX 14	Paris 14	paris-14	11	75	751	48.8331	2.3264	5
75619 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75620 CEDEX 14	Paris 14	paris-14	11	75	751	48.8331	2.3264	5
75621 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75622 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75623 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75624 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75625 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75626 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75627 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75628 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75629 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75630 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75631 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75632 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75633 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75634 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75635 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75636 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75637 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75638 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75639 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75640 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75641 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75642 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75643 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75644 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75646 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75647 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75648 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75649 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75650 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75651 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75652 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75653 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75654 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75655 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75656 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75657 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75658 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75659 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75660 CEDEX 14	Paris 14	paris-14	11	75	751	48.8331	2.3264	5
75661 CEDEX 14	Paris 14	paris-14	11	75	751	48.8331	2.3264	5
75662 CEDEX 14	Paris 14	paris-14	11	75	751	48.8331	2.3264	5
75663 CEDEX 14	Paris 14	paris-14	11	75	751	48.8331	2.3264	5
75664 CEDEX 14	Paris 14	paris-14	11	75	751	48.8331	2.3264	5
75665 CEDEX 14	Paris 14	paris-14	11	75	751	48.8331	2.3264	5
75667 CEDEX 14	Paris 14	paris-14	11	75	751	48.8331	2.3264	5
75668 CEDEX 14	Paris 14	paris-14	11	75	751	48.8331	2.3264	5
75669 CEDEX 14	Paris 14	paris-14	11	75	751	48.8331	2.3264	5
75670 CEDEX 14	Paris 14	paris-14	11	75	751	48.8331	2.3264	5
75671 CEDEX 14	Paris 14	paris-14	11	75	751	48.8331	2.3264	5
75673 CEDEX 14	Paris 14	paris-14	11	75	751	48.8331	2.3264	5
75674 CEDEX 14	Paris 14	paris-14	11	75	751	48.8331	2.3264	5
75675 CEDEX 14	Paris 14	paris-14	11	75	751	48.8331	2.3264	5
75677 CEDEX 14	Paris 14	paris-14	11	75	751	48.8331	2.3264	5
75678 CEDEX 14	Paris 14	paris-14	11	75	751	48.8331	2.3264	5
75679 CEDEX 14	Paris 14	paris-14	11	75	751	48.8331	2.3264	5
75680 CEDEX 14	Paris 14	paris-14	11	75	751	48.8331	2.3264	5
75681 CEDEX 14	Paris 14	paris-14	11	75	751	48.8331	2.3264	5
75682 CEDEX 14	Paris 14	paris-14	11	75	751	48.8331	2.3264	5
75683 CEDEX 14	Paris 14	paris-14	11	75	751	48.8331	2.3264	5
75685 CEDEX 14	Paris 14	paris-14	11	75	751	48.8331	2.3264	5
75687 CEDEX 14	Paris 14	paris-14	11	75	751	48.8331	2.3264	5
75688 CEDEX 14	Paris 14	paris-14	11	75	751	48.8331	2.3264	5
75689 CEDEX 14	Paris 14	paris-14	11	75	751	48.8331	2.3264	5
75690 CEDEX 14	Paris 14	paris-14	11	75	751	48.8331	2.3264	5
75691 CEDEX 14	Paris 14	paris-14	11	75	751	48.8331	2.3264	5
75692 CEDEX 14	Paris 14	paris-14	11	75	751	48.8331	2.3264	5
75693 CEDEX 14	Paris 14	paris-14	11	75	751	48.8331	2.3264	5
75694 CEDEX 14	Paris 14	paris-14	11	75	751	48.8331	2.3264	5
75696 CEDEX 14	Paris 14	paris-14	11	75	751	48.8331	2.3264	5
75697 CEDEX 14	Paris 14	paris-14	11	75	751	48.8331	2.3264	5
75698 CEDEX 14	Paris 14	paris-14	11	75	751	48.8331	2.3264	5
75699 CEDEX 14	Paris 14	paris-14	11	75	751	48.8331	2.3264	5
75700 SP 07	Paris 07	paris-07	11	75	751	48.8565	2.321	5
75701 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75702 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75703 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75705 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75706 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75707 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75708 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75709 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75710 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75712 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75713 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75714 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75715 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75716 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75717 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75718 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75719 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75720 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75721 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75722 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75723 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75724 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75725 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75726 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75727 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75729 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75730 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75731 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75732 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75734 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75737 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75738 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75739 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75740 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75741 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75742 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75743 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75745 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75747 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75748 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75749 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75750 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75753 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75754 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75755 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75756 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75757 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75759 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75761 CEDEX 16	Paris 16	paris-16	11	75	751	48.8637	2.2769	5
75762 CEDEX 16	Paris 16	paris-16	11	75	751	48.8637	2.2769	5
75763 CEDEX 16	Paris 16	paris-16	11	75	751	48.8637	2.2769	5
75764 CEDEX 16	Paris 16	paris-16	11	75	751	48.8637	2.2769	5
75765 CEDEX 16	Paris 16	paris-16	11	75	751	48.8637	2.2769	5
75766 CEDEX 16	Paris 16	paris-16	11	75	751	48.8637	2.2769	5
75767 CEDEX 16	Paris 16	paris-16	11	75	751	48.8637	2.2769	5
75768 CEDEX 16	Paris 16	paris-16	11	75	751	48.8637	2.2769	5
75769 CEDEX 16	Paris 16	paris-16	11	75	751	48.8637	2.2769	5
75770 CEDEX 16	Paris 16	paris-16	11	75	751	48.8637	2.2769	5
75771 CEDEX 16	Paris 16	paris-16	11	75	751	48.8637	2.2769	5
75772 CEDEX 16	Paris 16	paris-16	11	75	751	48.8637	2.2769	5
75773 CEDEX 16	Paris 16	paris-16	11	75	751	48.8637	2.2769	5
75775 CEDEX 16	Paris 16	paris-16	11	75	751	48.8637	2.2769	5
75778 CEDEX 16	Paris 16	paris-16	11	75	751	48.8637	2.2769	5
75780 CEDEX 16	Paris 16	paris-16	11	75	751	48.8637	2.2769	5
75781 CEDEX 16	Paris 16	paris-16	11	75	751	48.8637	2.2769	5
75782 CEDEX 16	Paris 16	paris-16	11	75	751	48.8637	2.2769	5
75783 CEDEX 16	Paris 16	paris-16	11	75	751	48.8637	2.2769	5
75784 CEDEX 16	Paris 16	paris-16	11	75	751	48.8637	2.2769	5
75785 CEDEX 16	Paris 16	paris-16	11	75	751	48.8637	2.2769	5
75786 CEDEX 16	Paris 16	paris-16	11	75	751	48.8637	2.2769	5
75789 CEDEX 16	Paris 16	paris-16	11	75	751	48.8637	2.2769	5
75790 CEDEX 16	Paris 16	paris-16	11	75	751	48.8637	2.2769	5
75794 CEDEX 16	Paris 16	paris-16	11	75	751	48.8637	2.2769	5
75796 CEDEX 16	Paris 16	paris-16	11	75	751	48.8637	2.2769	5
75798 CEDEX 16	Paris 16	paris-16	11	75	751	48.8637	2.2769	5
75799 CEDEX 16	Paris 16	paris-16	11	75	751	48.8637	2.2769	5
75800 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75802 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75803 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75804 CEDEX 08	Paris 08	paris-08	11	75	751	48.8763	2.3183	5
75805 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75806 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75807 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75808 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75809 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75812 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75813 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75815 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75817 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75818 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75819 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75820 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75821 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75822 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75823 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75824 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75825 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75826 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75827 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75828 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75829 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75830 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75831 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75832 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75833 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75834 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75835 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75836 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75837 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75838 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75839 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75840 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75841 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75843 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75844 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75845 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75846 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75847 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75848 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75849 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75850 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75851 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75852 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75853 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75854 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75855 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75857 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75858 CEDEX 17	Paris 17	paris-17	11	75	751	48.8835	2.3219	5
75860 CEDEX 18	Paris 18	paris-18	11	75	751	48.8925	2.3444	5
75861 CEDEX 18	Paris 18	paris-18	11	75	751	48.8925	2.3444	5
75862 CEDEX 18	Paris 18	paris-18	11	75	751	48.8925	2.3444	5
75863 CEDEX 18	Paris 18	paris-18	11	75	751	48.8925	2.3444	5
75864 CEDEX 18	Paris 18	paris-18	11	75	751	48.8925	2.3444	5
75865 CEDEX 18	Paris 18	paris-18	11	75	751	48.8925	2.3444	5
75866 CEDEX 18	Paris 18	paris-18	11	75	751	48.8925	2.3444	5
75867 CEDEX 18	Paris 18	paris-18	11	75	751	48.8925	2.3444	5
75868 CEDEX 18	Paris 18	paris-18	11	75	751	48.8925	2.3444	5
75869 CEDEX 18	Paris 18	paris-18	11	75	751	48.8925	2.3444	5
75870 CEDEX 18	Paris 18	paris-18	11	75	751	48.8925	2.3444	5
75871 CEDEX 18	Paris 18	paris-18	11	75	751	48.8925	2.3444	5
75872 CEDEX 18	Paris 18	paris-18	11	75	751	48.8925	2.3444	5
75874 CEDEX 18	Paris 18	paris-18	11	75	751	48.8925	2.3444	5
75875 CEDEX 18	Paris 18	paris-18	11	75	751	48.8925	2.3444	5
75876 CEDEX 18	Paris 18	paris-18	11	75	751	48.8925	2.3444	5
75877 CEDEX 18	Paris 18	paris-18	11	75	751	48.8925	2.3444	5
75878 CEDEX 18	Paris 18	paris-18	11	75	751	48.8925	2.3444	5
75879 CEDEX 18	Paris 18	paris-18	11	75	751	48.8925	2.3444	5
75880 CEDEX 18	Paris 18	paris-18	11	75	751	48.8925	2.3444	5
75881 CEDEX 18	Paris 18	paris-18	11	75	751	48.8925	2.3444	5
75882 CEDEX 18	Paris 18	paris-18	11	75	751	48.8925	2.3444	5
75883 CEDEX 18	Paris 18	paris-18	11	75	751	48.8925	2.3444	5
75884 CEDEX 18	Paris 18	paris-18	11	75	751	48.8925	2.3444	5
75885 CEDEX 18	Paris 18	paris-18	11	75	751	48.8925	2.3444	5
75886 CEDEX 18	Paris 18	paris-18	11	75	751	48.8925	2.3444	5
75887 CEDEX 18	Paris 18	paris-18	11	75	751	48.8925	2.3444	5
75889 CEDEX 18	Paris 18	paris-18	11	75	751	48.8925	2.3444	5
75890 CEDEX 18	Paris 18	paris-18	11	75	751	48.8925	2.3444	5
75891 CEDEX 18	Paris 18	paris-18	11	75	751	48.8925	2.3444	5
75892 CEDEX 18	Paris 18	paris-18	11	75	751	48.8925	2.3444	5
75893 CEDEX 18	Paris 18	paris-18	11	75	751	48.8925	2.3444	5
75894 CEDEX 18	Paris 18	paris-18	11	75	751	48.8925	2.3444	5
75895 CEDEX 18	Paris 18	paris-18	11	75	751	48.8925	2.3444	5
75897 CEDEX 18	Paris 18	paris-18	11	75	751	48.8925	2.3444	5
75898 CEDEX 18	Paris 18	paris-18	11	75	751	48.8925	2.3444	5
75899 CEDEX 18	Paris 18	paris-18	11	75	751	48.8925	2.3444	5
75900 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75901 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75902 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75903 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75904 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75905 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75907 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75908 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75909 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75911 CEDEX 15	Paris 15	paris-15	11	75	751	48.8412	2.3003	5
75913 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75914 CEDEX 13	Paris 13	paris-13	11	75	751	48.8322	2.3561	5
75915 CEDEX 04	Paris 04	paris-04	11	75	751	48.8601	2.3507	5
75916 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75917 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75918 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75919 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75920 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75921 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75922 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75923 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75924 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75925 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75926 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75927 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75928 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75929 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75930 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75931 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75932 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75933 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75934 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75935 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75936 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75937 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75938 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75939 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75940 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75941 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75942 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75943 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75944 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75945 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75946 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75947 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75948 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75949 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75950 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75951 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75952 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75953 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75954 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75955 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75956 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75957 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75958 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75959 CEDEX 19	Paris 19	paris-19	11	75	751	48.8817	2.3822	5
75960 CEDEX 20	Paris 20	paris-20	11	75	751	48.8646	2.3984	5
75961 CEDEX 20	Paris 20	paris-20	11	75	751	48.8646	2.3984	5
75962 CEDEX 20	Paris 20	paris-20	11	75	751	48.8646	2.3984	5
75965 CEDEX 20	Paris 20	paris-20	11	75	751	48.8646	2.3984	5
75966 CEDEX 20	Paris 20	paris-20	11	75	751	48.8646	2.3984	5
75967 CEDEX 20	Paris 20	paris-20	11	75	751	48.8646	2.3984	5
75969 CEDEX 20	Paris 20	paris-20	11	75	751	48.8646	2.3984	5
75970 CEDEX 20	Paris 20	paris-20	11	75	751	48.8646	2.3984	5
75971 CEDEX 20	Paris 20	paris-20	11	75	751	48.8646	2.3984	5
75972 CEDEX 20	Paris 20	paris-20	11	75	751	48.8646	2.3984	5
75973 CEDEX 20	Paris 20	paris-20	11	75	751	48.8646	2.3984	5
75974 CEDEX 20	Paris 20	paris-20	11	75	751	48.8646	2.3984	5
75975 CEDEX 20	Paris 20	paris-20	11	75	751	48.8646	2.3984	5
75976 CEDEX 20	Paris 20	paris-20	11	75	751	48.8646	2.3984	5
75977 CEDEX 20	Paris 20	paris-20	11	75	751	48.8646	2.3984	5
75978 CEDEX 20	Paris 20	paris-20	11	75	751	48.8646	2.3984	5
75979 CEDEX 20	Paris 20	paris-20	11	75	751	48.8646	2.3984	5
75980 CEDEX 20	Paris 20	paris-20	11	75	751	48.8646	2.3984	5
75981 CEDEX 20	Paris 20	paris-20	11	75	751	48.8646	2.3984	5
75983 CEDEX 20	Paris 20	paris-20	11	75	751	48.8646	2.3984	5
75984 CEDEX 20	Paris 20	paris-20	11	75	751	48.8646	2.3984	5
75985 CEDEX 20	Paris 20	paris-20	11	75	751	48.8646	2.3984	5
75986 CEDEX 20	Paris 20	paris-20	11	75	751	48.8646	2.3984	5
75987 CEDEX 20	Paris 20	paris-20	11	75	751	48.8646	2.3984	5
75988 CEDEX 20	Paris 20	paris-20	11	75	751	48.8646	2.3984	5
75989 CEDEX 20	Paris 20	paris-20	11	75	751	48.8646	2.3984	5
75990 CEDEX 20	Paris 20	paris-20	11	75	751	48.8646	2.3984	5
75991 CEDEX 20	Paris 20	paris-20	11	75	751	48.8646	2.3984	5
75993 CEDEX 14	Paris 14	paris-14	11	75	751	48.8331	2.3264	5
75994 CEDEX 14	Paris 14	paris-14	11	75	751	48.8331	2.3264	5
75995 CEDEX 14	Paris 14	paris-14	11	75	751	48.8331	2.3264	5
75996 CEDEX 14	Paris 14	paris-14	11	75	751	48.8331	2.3264	5
75997 CEDEX 14	Paris 14	paris-14	11	75	751	48.8331	2.3264	5
75998 CEDEX 14	Paris 14	paris-14	11	75	751	48.8331	2.3264	5
77000	La Rochette	la-rochette	11	77	772	48.5088	2.6636	5
77000	Melun	melun	11	77	772	48.5457	2.6536	5
77000	Vaux-le-Pénil	vaux-le-penil	11	77	772	48.528	2.6917	5
77000	Livry-sur-Seine	livry-sur-seine	11	77	772	48.5177	2.6788	5
77001 CEDEX	Melun	melun	11	77	772	48.5457	2.6536	5
77002 CEDEX	Melun	melun	11	77	772	48.5457	2.6536	5
77003 CEDEX	Melun	melun	11	77	772	48.5457	2.6536	5
77004 CEDEX	Melun	melun	11	77	772	48.5457	2.6536	5
77005 CEDEX	Melun	melun	11	77	772	48.5457	2.6536	5
77006 CEDEX	Melun	melun	11	77	772	48.5457	2.6536	5
77007 CEDEX	Melun	melun	11	77	772	48.5457	2.6536	5
77008 CEDEX	Melun	melun	11	77	772	48.5457	2.6536	5
77009 CEDEX	Melun	melun	11	77	772	48.5457	2.6536	5
77010 CEDEX	Melun	melun	11	77	772	48.5457	2.6536	5
77011 CEDEX	Melun	melun	11	77	772	48.5457	2.6536	5
77012 CEDEX	Melun	melun	11	77	772	48.5457	2.6536	5
77013 CEDEX	Melun	melun	11	77	772	48.5457	2.6536	5
77014 CEDEX	Melun	melun	11	77	772	48.5457	2.6536	5
77015 CEDEX	Melun	melun	11	77	772	48.5457	2.6536	5
77016 CEDEX	Melun	melun	11	77	772	48.5457	2.6536	5
77017 CEDEX	Melun	melun	11	77	772	48.5457	2.6536	5
77018 CEDEX	Melun	melun	11	77	772	48.5457	2.6536	5
77019 CEDEX	Melun	melun	11	77	772	48.5457	2.6536	5
77020 CEDEX	Melun	melun	11	77	772	48.5457	2.6536	5
77021 CEDEX	Melun	melun	11	77	772	48.5457	2.6536	5
77023 CEDEX	Melun	melun	11	77	772	48.5457	2.6536	5
77024 CEDEX	Melun	melun	11	77	772	48.5457	2.6536	5
77025 CEDEX	Melun	melun	11	77	772	48.5457	2.6536	5
77026 CEDEX	Melun	melun	11	77	772	48.5457	2.6536	5
77027 CEDEX	Melun	melun	11	77	772	48.5457	2.6536	5
77028 CEDEX	Melun	melun	11	77	772	48.5457	2.6536	5
77039 CEDEX 9	Melun	melun	11	77	772	48.5457	2.6536	5
77040 CEDEX 9	Lognes	lognes	11	77	775	48.8354	2.63	5
77041 CEDEX 9	Lognes	lognes	11	77	775	48.8354	2.63	5
77042 CEDEX 9	Lognes	lognes	11	77	775	48.8354	2.63	5
77043 CEDEX 9	Lognes	lognes	11	77	775	48.8354	2.63	5
77050 CEDEX	Melun	melun	11	77	772	48.5457	2.6536	5
77051 CEDEX	Melun	melun	11	77	772	48.5457	2.6536	5
77052 CEDEX	Melun	melun	11	77	772	48.5457	2.6536	5
77090	Collégien	collegien	11	77	775	48.8357	2.6736	5
77100	Mareuil-lès-Meaux	mareuil-les-meaux	11	77	771	48.9265	2.8613	5
77100	Nanteuil-lès-Meaux	nanteuil-les-meaux	11	77	771	48.9294	2.8959	5
77100	Meaux	meaux	11	77	771	48.9601	2.8788	5
77101 CEDEX	Meaux	meaux	11	77	771	48.9601	2.8788	5
77102 CEDEX	Meaux	meaux	11	77	771	48.9601	2.8788	5
77103 CEDEX	Meaux	meaux	11	77	771	48.9601	2.8788	5
77104 CEDEX	Meaux	meaux	11	77	771	48.9601	2.8788	5
77105 CEDEX	Meaux	meaux	11	77	771	48.9601	2.8788	5
77106 CEDEX	Meaux	meaux	11	77	771	48.9601	2.8788	5
77107 CEDEX	Meaux	meaux	11	77	771	48.9601	2.8788	5
77108 CEDEX	Meaux	meaux	11	77	771	48.9601	2.8788	5
77109 CEDEX	Meaux	meaux	11	77	771	48.9601	2.8788	5
77110 CEDEX	Melun	melun	11	77	772	48.5457	2.6536	5
77111	Soignolles-en-Brie	soignolles-en-brie	11	77	772	48.6535	2.6997	5
77111	Solers	solers	11	77	772	48.6592	2.7162	5
77112 CEDEX	Roissy-en-Brie	roissy-en-brie	11	77	775	48.7916	2.6475	5
77113 CEDEX	Roissy-en-Brie	roissy-en-brie	11	77	775	48.7916	2.6475	5
77114	Gouaix	gouaix	11	77	773	48.4854	3.2934	5
77114	Noyen-sur-Seine	noyen-sur-seine	11	77	773	48.4529	3.3509	5
77114	Hermé	herme	11	77	773	48.4844	3.3463	5
77114	Villiers-sur-Seine	villiers-sur-seine	11	77	773	48.4552	3.3761	5
77115	Sivry-Courtry	sivry-courtry	11	77	772	48.5283	2.7546	5
77115	Blandy	blandy	11	77	772	48.5672	2.7818	5
77118	Balloy	balloy	11	77	773	48.3974	3.1468	5
77118	Gravon	gravon	11	77	773	48.4004	3.1189	5
77118	Bazoches-lès-Bray	bazoches-les-bray	11	77	773	48.3987	3.1883	5
77120	Saints	saints	11	77	771	48.7607	3.0464	5
77120	Chailly-en-Brie	chailly-en-brie	11	77	771	48.7901	3.1245	5
77120	Coulommiers	coulommiers	11	77	771	48.8145	3.085	5
77120	Mouroux	mouroux	11	77	771	48.8226	3.0388	5
77120	Amillis	amillis	11	77	771	48.7408	3.1289	5
77120	Mauperthuis	mauperthuis	11	77	771	48.7682	3.0387	5
77120	Aulnoy	aulnoy	11	77	771	48.841	3.0967	5
77120	Giremoutiers	giremoutiers	11	77	771	48.8421	3.0293	5
77120	Marolles-en-Brie	marolles-en-brie	11	77	771	48.7767	3.1634	5
77120	Beautheil	beautheil	11	77	771	48.7631	3.0874	5
77122	Monthyon	monthyon	11	77	771	49.0075	2.8261	5
77123	Le Vaudoué	le-vaudoue	11	77	774	48.357	2.5184	5
77123	Noisy-sur-École	noisy-sur-ecole	11	77	774	48.367	2.508	5
77123	Tousson	tousson	11	77	774	48.3467	2.4592	5
77124	Villenoy	villenoy	11	77	771	48.9411	2.8602	5
77124	Chauconin-Neufmontiers	chauconin-neufmontiers	11	77	771	48.9667	2.85	5
77124	Crégy-lès-Meaux	cregy-les-meaux	11	77	771	48.9765	2.8748	5
77124	Penchard	penchard	11	77	771	48.9865	2.861	5
77126	Châtenay-sur-Seine	chatenay-sur-seine	11	77	773	48.4184	3.0947	5
77126	Courcelles-en-Bassée	courcelles-en-bassee	11	77	773	48.4106	3.0545	5
77126	Égligny	egligny	11	77	773	48.4272	3.1198	5
77127	Lieusaint	lieusaint	11	77	772	48.6348	2.5481	5
77130	Varennes-sur-Seine	varennes-sur-seine	11	77	773	48.373	2.9257	5
77130	Ville-Saint-Jacques	ville-saint-jacques	11	77	774	48.343	2.8987	5
77130	Forges	forges	11	77	773	48.4195	2.9603	5
77130	La Tombe	la-tombe	11	77	773	48.3877	3.0871	5
77130	Montereau-Fault-Yonne	montereau-fault-yonne	11	77	773	48.3833	2.95	5
77130	Cannes-Écluse	cannes-ecluse	11	77	773	48.363	2.9875	5
77130	Dormelles	dormelles	11	77	774	48.3148	2.8992	5
77130	Barbey	barbey	11	77	773	48.3666	3.0541	5
77130	Saint-Germain-Laval	saint-germain-laval	11	77	773	48.3997	2.9978	5
77130	La Grande-Paroisse	la-grande-paroisse	11	77	773	48.3868	2.9016	5
77130	Misy-sur-Yonne	misy-sur-yonne	11	77	773	48.3607	3.0898	5
77130	Marolles-sur-Seine	marolles-sur-seine	11	77	773	48.3866	3.0356	5
77131	Pézarches	pezarches	11	77	771	48.7371	2.9922	5
77131	Touquin	touquin	11	77	771	48.735	3.0122	5
77133	Machault	machault	11	77	772	48.4555	2.8314	5
77133	Féricy	fericy	11	77	772	48.4604	2.8008	5
77134	Les Ormes-sur-Voulzie	les-ormes-sur-voulzie	11	77	773	48.4636	3.2296	5
77135	Pontcarré	pontcarre	11	77	773	48.7977	2.7051	5
77138	Luzancy	luzancy	11	77	771	48.9725	3.1821	5
77139	Marcilly	marcilly	11	77	771	49.0365	2.878	5
77139	Douy-la-Ramée	douy-la-ramee	11	77	771	49.0667	2.8833	5
77139	Puisieux	puisieux	11	77	771	49.0667	2.9167	5
77139	Étrépilly	etrepilly	11	77	771	49.0349	2.9313	5
77139	Vincy-Manœuvre	vincy-man-uvre	11	77	771	49.0833	2.9667	5
77140	Montcourt-Fromonville	montcourt-fromonville	11	77	774	48.3067	2.7046	5
77140	Saint-Pierre-lès-Nemours	saint-pierre-les-nemours	11	77	774	48.2673	2.6797	5
77140	Nemours	nemours	11	77	774	48.2751	2.6908	5
77140	Nonville	nonville	11	77	774	48.2825	2.7931	5
77140	Darvault	darvault	11	77	774	48.2697	2.7308	5
77141	Vaudoy-en-Brie	vaudoy-en-brie	11	77	773	48.6888	3.08	5
77144	Montévrain	montevrain	11	77	775	48.8742	2.7511	5
77144	Chalifert	chalifert	11	77	775	48.8899	2.7734	5
77145	May-en-Multien	may-en-multien	11	77	771	49.0723	3.0233	5
77148	Salins	salins	11	77	773	48.4216	3.0213	5
77148	Laval-en-Brie	laval-en-brie	11	77	773	48.4256	2.997	5
77150	Lésigny	lesigny	11	77	775	48.7437	2.6152	5
77150	Férolles-Attilly	ferolles-attilly	11	77	775	48.7318	2.6309	5
77151	Montceaux-lès-Provins	montceaux-les-provins	11	77	773	48.6942	3.4394	5
77154	Coutençon	coutencon	11	77	773	48.4713	2.9959	5
77154	Villeneuve-les-Bordes	villeneuve-les-bordes	11	77	773	48.4831	3.0492	5
77157	Everly	everly	11	77	773	48.4667	3.25	5
77160	Poigny	poigny	11	77	773	48.5402	3.2838	5
77160	Provins	provins	11	77	773	48.55	3.3	5
77160	La Chapelle-Saint-Sulpice	la-chapelle-saint-sulpice	11	77	773	48.5543	3.1786	5
77160	Rouilly	rouilly	11	77	773	48.5918	3.2777	5
77160	Saint-Hilliers	saint-hilliers	11	77	773	48.6214	3.2577	5
77160	Chenoise	chenoise	11	77	773	48.6146	3.1946	5
77160	Vulaines-lès-Provins	vulaines-les-provins	11	77	773	48.5601	3.2195	5
77160	Saint-Brice	saint-brice	11	77	773	48.5676	3.3241	5
77160	Cucharmoy	cucharmoy	11	77	773	48.5829	3.1934	5
77160	Chalautre-la-Petite	chalautre-la-petite	11	77	773	48.5294	3.3122	5
77160	Mortery	mortery	11	77	773	48.5996	3.2612	5
77163	Dammartin-sur-Tigeaux	dammartin-sur-tigeaux	11	77	771	48.8193	2.9191	5
77163	Mortcerf	mortcerf	11	77	773	48.7888	2.9169	5
77163	Tigeaux	tigeaux	11	77	771	48.8257	2.9022	5
77164	Ferrières-en-Brie	ferrieres-en-brie	11	77	773	48.8235	2.7066	5
77165	Saint-Soupplets	saint-soupplets	11	77	771	49.0387	2.8072	5
77165	Iverny	iverny	11	77	771	49.001	2.7893	5
77165	Forfry	forfry	11	77	771	49.0572	2.8481	5
77165	Gesvres-le-Chapitre	gesvres-le-chapitre	11	77	771	49.044	2.8518	5
77165	Le Plessis-l'Évêque	le-plessis-l-eveque	11	77	771	49	2.7833	5
77165	Le Plessis-aux-Bois	le-plessis-aux-bois	11	77	771	49.0033	2.7691	5
77165	Cuisy	cuisy	11	77	771	49.0198	2.7731	5
77166	Grisy-Suisnes	grisy-suisnes	11	77	772	48.6854	2.6678	5
77166	Évry-Grégy-sur-Yerre	evry-gregy-sur-yerre	11	77	772	48.6667	2.6167	5
77167	Châtenoy	chatenoy	11	77	774	48.2341	2.6262	5
77167	Ormesson	ormesson	11	77	774	48.2444	2.6541	5
77167	Poligny	poligny	11	77	774	48.2242	2.7445	5
77167	Bagneaux-sur-Loing	bagneaux-sur-loing	11	77	774	48.2331	2.7067	5
77167	Faÿ-lès-Nemours	fay-les-nemours	11	77	774	48.2333	2.6667	5
77169	Chauffry	chauffry	11	77	771	48.8113	3.1813	5
77169	Boissy-le-Châtel	boissy-le-chatel	11	77	771	48.8207	3.1365	5
77169	Saint-Siméon	saint-simeon	11	77	773	48.7986	3.2032	5
77169	Saint-Germain-sous-Doue	saint-germain-sous-doue	11	77	773	48.8508	3.1444	5
77170	Servon	servon	11	77	775	48.7166	2.5874	5
77170	Coubert	coubert	11	77	772	48.6719	2.6973	5
77170	Brie-Comte-Robert	brie-comte-robert	11	77	775	48.6925	2.6109	5
77171	Léchelle	lechelle	11	77	773	48.5781	3.388	5
77171	Melz-sur-Seine	melz-sur-seine	11	77	773	48.4982	3.4177	5
77171	Chalautre-la-Grande	chalautre-la-grande	11	77	773	48.5417	3.4603	5
77171	Sourdun	sourdun	11	77	773	48.5369	3.352	5
77173	Chevry-Cossigny	chevry-cossigny	11	77	775	48.7246	2.6611	5
77174	Villeneuve-Saint-Denis	villeneuve-saint-denis	11	77	773	48.8158	2.7935	5
77174	Villeneuve-le-Comte	villeneuve-le-comte	11	77	773	48.8141	2.8295	5
77176	Savigny-le-Temple	savigny-le-temple	11	77	772	48.5741	2.5829	5
77176	Nandy	nandy	11	77	772	48.583	2.5629	5
77177	Brou-sur-Chantereine	brou-sur-chantereine	11	77	775	48.8833	2.6333	5
77178	Saint-Pathus	saint-pathus	11	77	771	49.0714	2.7989	5
77178	Oissery	oissery	11	77	771	49.0705	2.8182	5
77181	Courtry	courtry	11	77	775	48.9191	2.6043	5
77181	Le Pin	le-pin	11	77	771	48.9152	2.6284	5
77183	Croissy-Beaubourg	croissy-beaubourg	11	77	775	48.8283	2.6696	5
77184	Émerainville	emerainville	11	77	775	48.8128	2.6214	5
77185	Lognes	lognes	11	77	775	48.8354	2.63	5
77186	Noisiel	noisiel	11	77	775	48.8487	2.6243	5
77187 CEDEX	Dammarie-les-Lys	dammarie-les-lys	11	77	772	48.5167	2.65	5
77190	Villiers-en-Bière	villiers-en-biere	11	77	772	48.494	2.5983	5
77190	Dammarie-les-Lys	dammarie-les-lys	11	77	772	48.5167	2.65	5
77191 CEDEX	Dammarie-les-Lys	dammarie-les-lys	11	77	772	48.5167	2.65	5
77192 CEDEX	Dammarie-les-Lys	dammarie-les-lys	11	77	772	48.5167	2.65	5
77193 CEDEX	Dammarie-les-Lys	dammarie-les-lys	11	77	772	48.5167	2.65	5
77194 CEDEX	Dammarie-les-Lys	dammarie-les-lys	11	77	772	48.5167	2.65	5
77195 CEDEX	Dammarie-les-Lys	dammarie-les-lys	11	77	772	48.5167	2.65	5
77196 CEDEX	Dammarie-les-Lys	dammarie-les-lys	11	77	772	48.5167	2.65	5
77197 CEDEX	Dammarie-les-Lys	dammarie-les-lys	11	77	772	48.5167	2.65	5
77198 CEDEX	Dammarie-les-Lys	dammarie-les-lys	11	77	772	48.5167	2.65	5
77199 CEDEX	Dammarie-les-Lys	dammarie-les-lys	11	77	772	48.5167	2.65	5
77200	Torcy	torcy	11	77	775	48.85	2.65	5
77201 CEDEX 1	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77202 CEDEX 1	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77203 CEDEX 1	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77204 CEDEX 1	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77205 CEDEX 1	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77206 CEDEX 1	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77207 CEDEX 1	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77208 CEDEX 1	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77209 CEDEX 1	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77210	Avon	avon	11	77	774	48.4022	2.7202	5
77210	Samoreau	samoreau	11	77	774	48.4295	2.7559	5
77211 CEDEX	Avon	avon	11	77	774	48.4022	2.7202	5
77212 CEDEX	Avon	avon	11	77	774	48.4022	2.7202	5
77213 CEDEX	Avon	avon	11	77	774	48.4022	2.7202	5
77214 CEDEX	Avon	avon	11	77	774	48.4022	2.7202	5
77215 CEDEX	Avon	avon	11	77	774	48.4022	2.7202	5
77216 CEDEX	Avon	avon	11	77	774	48.4022	2.7202	5
77217 CEDEX	Avon	avon	11	77	774	48.4022	2.7202	5
77218 CEDEX	Avon	avon	11	77	774	48.4022	2.7202	5
77219 CEDEX	Avon	avon	11	77	774	48.4022	2.7202	5
77220	Favières	favieres	11	77	773	48.7632	2.7747	5
77220	Liverdy-en-Brie	liverdy-en-brie	11	77	773	48.6999	2.7761	5
77220	Gretz-Armainvilliers	gretz-armainvilliers	11	77	775	48.7412	2.731	5
77220	Presles-en-Brie	presles-en-brie	11	77	773	48.7153	2.7411	5
77220	Tournan-en-Brie	tournan-en-brie	11	77	775	48.7415	2.772	5
77221 CEDEX	Tournan-en-Brie	tournan-en-brie	11	77	775	48.7415	2.772	5
77222 CEDEX	Tournan-en-Brie	tournan-en-brie	11	77	775	48.7415	2.772	5
77223 CEDEX	Tournan-en-Brie	tournan-en-brie	11	77	775	48.7415	2.772	5
77224 CEDEX	Tournan-en-Brie	tournan-en-brie	11	77	775	48.7415	2.772	5
77225 CEDEX	Tournan-en-Brie	tournan-en-brie	11	77	775	48.7415	2.772	5
77229 CEDEX	Tournan-en-Brie	tournan-en-brie	11	77	775	48.7415	2.772	5
77230	Rouvres	rouvres	11	77	771	49.0624	2.7171	5
77230	Thieux	thieux	11	77	771	49.0077	2.6721	5
77230	Longperrier	longperrier	11	77	771	49.0484	2.6657	5
77230	Villeneuve-sous-Dammartin	villeneuve-sous-dammartin	11	77	771	49.035	2.641	5
77230	Moussy-le-Vieux	moussy-le-vieux	11	77	771	49.0471	2.6249	5
77230	Montgé-en-Goële	montge-en-goele	11	77	771	49.0333	2.75	5
77230	Marchémoret	marchemoret	11	77	771	49.0505	2.7703	5
77230	Nantouillet	nantouillet	11	77	771	49.0019	2.7036	5
77230	Dammartin-en-Goële	dammartin-en-goele	11	77	771	49.0542	2.6778	5
77230	Vinantes	vinantes	11	77	771	49.0104	2.7349	5
77230	Juilly	juilly	11	77	771	49.0137	2.7056	5
77230	Moussy-le-Neuf	moussy-le-neuf	11	77	771	49.0643	2.6025	5
77230	Saint-Mard	saint-mard	11	77	771	49.037	2.6964	5
77231 CEDEX	Dammartin-en-Goële	dammartin-en-goele	11	77	771	49.0542	2.6778	5
77232 CEDEX	Dammartin-en-Goële	dammartin-en-goele	11	77	771	49.0542	2.6778	5
77234 CEDEX	Dammartin-en-Goële	dammartin-en-goele	11	77	771	49.0542	2.6778	5
77239 CEDEX	Dammartin-en-Goële	dammartin-en-goele	11	77	771	49.0542	2.6778	5
77240	Cesson	cesson	11	77	772	48.562	2.6082	5
77240	Seine-Port	seine-port	11	77	772	48.5574	2.5532	5
77240	Vert-Saint-Denis	vert-saint-denis	11	77	772	48.5682	2.6201	5
77241 CEDEX	Cesson	cesson	11	77	772	48.562	2.6082	5
77242 CEDEX	Cesson	cesson	11	77	772	48.562	2.6082	5
77243 CEDEX	Cesson	cesson	11	77	772	48.562	2.6082	5
77246 CEDEX	Cesson	cesson	11	77	772	48.562	2.6082	5
77247 CEDEX	Cesson	cesson	11	77	772	48.562	2.6082	5
77248 CEDEX	Cesson	cesson	11	77	772	48.562	2.6082	5
77249 CEDEX	Cesson	cesson	11	77	772	48.562	2.6082	5
77250	Écuelles	ecuelles	11	77	774	48.3564	2.8234	5
77250	Villecerf	villecerf	11	77	774	48.3278	2.8472	5
77250	Moret-sur-Loing	moret-sur-loing	11	77	774	48.3724	2.8171	5
77250	Veneux-les-Sablons	veneux-les-sablons	11	77	774	48.3787	2.795	5
77250	Moret-Loing-et-Orvanne	moret-loing-et-orvanne	11	77	774	48.3736	2.8142	5
77250	Épisy	episy	11	77	774	48.3345	2.7863	5
77250	Montarlot	montarlot	11	77	774	48.3497	2.849	5
77250	Villemer	villemer	11	77	774	48.301	2.8242	5
77251 CEDEX	Brie-Comte-Robert	brie-comte-robert	11	77	775	48.6925	2.6109	5
77252 CEDEX	Brie-Comte-Robert	brie-comte-robert	11	77	775	48.6925	2.6109	5
77253 CEDEX	Brie-Comte-Robert	brie-comte-robert	11	77	775	48.6925	2.6109	5
77254 CEDEX	Brie-Comte-Robert	brie-comte-robert	11	77	775	48.6925	2.6109	5
77255 CEDEX	Brie-Comte-Robert	brie-comte-robert	11	77	775	48.6925	2.6109	5
77257 CEDEX	Brie-Comte-Robert	brie-comte-robert	11	77	775	48.6925	2.6109	5
77259 CEDEX	Brie-Comte-Robert	brie-comte-robert	11	77	775	48.6925	2.6109	5
77260	La Ferté-sous-Jouarre	la-ferte-sous-jouarre	11	77	771	48.9514	3.1272	5
77260	Sainte-Aulde	sainte-aulde	11	77	771	48.9934	3.1724	5
77260	Chamigny	chamigny	11	77	771	48.9724	3.1517	5
77260	Sept-Sorts	sept-sorts	11	77	771	48.9374	3.1023	5
77260	Sammeron	sammeron	11	77	771	48.9472	3.0833	5
77260	Ussy-sur-Marne	ussy-sur-marne	11	77	771	48.9566	3.0727	5
77260	Reuil-en-Brie	reuil-en-brie	11	77	771	48.9603	3.1471	5
77261 CEDEX	La Ferté-sous-Jouarre	la-ferte-sous-jouarre	11	77	771	48.9514	3.1272	5
77262 CEDEX	La Ferté-sous-Jouarre	la-ferte-sous-jouarre	11	77	771	48.9514	3.1272	5
77263 CEDEX	La Ferté-sous-Jouarre	la-ferte-sous-jouarre	11	77	771	48.9514	3.1272	5
77264 CEDEX	La Ferté-sous-Jouarre	la-ferte-sous-jouarre	11	77	771	48.9514	3.1272	5
77266 CEDEX	Brie-Comte-Robert	brie-comte-robert	11	77	775	48.6925	2.6109	5
77270	Villeparisis	villeparisis	11	77	771	48.9421	2.6146	5
77271 CEDEX	Villeparisis	villeparisis	11	77	771	48.9421	2.6146	5
77272 CEDEX	Villeparisis	villeparisis	11	77	771	48.9421	2.6146	5
77280	Othis	othis	11	77	771	49.0739	2.675	5
77281 CEDEX	Avon	avon	11	77	774	48.4022	2.7202	5
77282 CEDEX	Avon	avon	11	77	774	48.4022	2.7202	5
77290	Mitry-Mory	mitry-mory	11	77	771	48.9833	2.6167	5
77290	Compans	compans	11	77	771	48.9946	2.6645	5
77291 CEDEX	Mitry-Mory	mitry-mory	11	77	771	48.9833	2.6167	5
77292 CEDEX	Mitry-Mory	mitry-mory	11	77	771	48.9833	2.6167	5
77293 CEDEX	Mitry-Mory	mitry-mory	11	77	771	48.9833	2.6167	5
77294 CEDEX	Mitry-Mory	mitry-mory	11	77	771	48.9833	2.6167	5
77295 CEDEX	Mitry-Mory	mitry-mory	11	77	771	48.9833	2.6167	5
77296 CEDEX	Mitry-Mory	mitry-mory	11	77	771	48.9833	2.6167	5
77297 CEDEX	Mitry-Mory	mitry-mory	11	77	771	48.9833	2.6167	5
77298 CEDEX	Mitry-Mory	mitry-mory	11	77	771	48.9833	2.6167	5
77299 CEDEX	Mitry-Mory	mitry-mory	11	77	771	48.9833	2.6167	5
77300	Fontainebleau	fontainebleau	11	77	774	48.4	2.7	5
77301 CEDEX	Fontainebleau	fontainebleau	11	77	774	48.4	2.7	5
77302 CEDEX	Fontainebleau	fontainebleau	11	77	774	48.4	2.7	5
77303 CEDEX	Fontainebleau	fontainebleau	11	77	774	48.4	2.7	5
77304 CEDEX	Fontainebleau	fontainebleau	11	77	774	48.4	2.7	5
77305 CEDEX	Fontainebleau	fontainebleau	11	77	774	48.4	2.7	5
77307 CEDEX	Fontainebleau	fontainebleau	11	77	774	48.4	2.7	5
77308 CEDEX	Fontainebleau	fontainebleau	11	77	774	48.4	2.7	5
77309 CEDEX	Fontainebleau	fontainebleau	11	77	774	48.4	2.7	5
77310	Saint-Fargeau-Ponthierry	saint-fargeau-ponthierry	11	77	772	48.5571	2.5284	5
77310	Boissise-le-Roi	boissise-le-roi	11	77	772	48.5248	2.5697	5
77310	Pringy	pringy	11	77	772	48.5182	2.5633	5
77311 CEDEX 2	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77312 CEDEX 2	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77313 CEDEX 2	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77314 CEDEX 2	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77315 CEDEX 2	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77316 CEDEX 2	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77318 CEDEX 2	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77319 CEDEX 2	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77320	Saint-Mars-Vieux-Maisons	saint-mars-vieux-maisons	11	77	773	48.7422	3.3207	5
77320	Saint-Martin-du-Boschet	saint-martin-du-boschet	11	77	773	48.7359	3.4283	5
77320	Saint-Barthélemy	saint-barthelemy	11	77	773	48.817	3.3616	5
77320	Montenils	montenils	11	77	773	48.842	3.4773	5
77320	Frétoy	fretoy	11	77	773	48.7051	3.1972	5
77320	Saint-Martin-des-Champs	saint-martin-des-champs	11	77	773	48.7785	3.3346	5
77320	Jouy-sur-Morin	jouy-sur-morin	11	77	773	48.795	3.2724	5
77320	Saint-Rémy-la-Vanne	saint-remy-la-vanne	11	77	773	48.7918	3.2327	5
77320	Cerneux	cerneux	11	77	773	48.6937	3.3447	5
77320	Montolivet	montolivet	11	77	773	48.8296	3.44	5
77320	La Ferté-Gaucher	la-ferte-gaucher	11	77	773	48.7831	3.3068	5
77320	Meilleray	meilleray	11	77	773	48.7884	3.4271	5
77320	La Chapelle-Moutils	la-chapelle-moutils	11	77	773	48.775	3.3919	5
77320	Chartronges	chartronges	11	77	773	48.7465	3.269	5
77320	Beton-Bazoches	beton-bazoches	11	77	773	48.7008	3.2448	5
77320	Montdauphin	montdauphin	11	77	773	48.8519	3.4286	5
77320	Chevru	chevru	11	77	771	48.7368	3.1957	5
77320	Leudon-en-Brie	leudon-en-brie	11	77	773	48.7335	3.2734	5
77320	Sancy-lès-Provins	sancy-les-provins	11	77	773	48.6966	3.3925	5
77320	Dagny	dagny	11	77	771	48.7174	3.1714	5
77320	Lescherolles	lescherolles	11	77	773	48.7628	3.3474	5
77320	Choisy-en-Brie	choisy-en-brie	11	77	773	48.7587	3.217	5
77327 CEDEX 2	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77330	Ozoir-la-Ferrière	ozoir-la-ferriere	11	77	775	48.767	2.6687	5
77331 CEDEX	Meaux	meaux	11	77	771	48.9601	2.8788	5
77332 CEDEX	Meaux	meaux	11	77	771	48.9601	2.8788	5
77333 CEDEX	Meaux	meaux	11	77	771	48.9601	2.8788	5
77334 CEDEX	Meaux	meaux	11	77	771	48.9601	2.8788	5
77335 CEDEX	Meaux	meaux	11	77	771	48.9601	2.8788	5
77337 CEDEX	Meaux	meaux	11	77	771	48.9601	2.8788	5
77340	Pontault-Combault	pontault-combault	11	77	775	48.7981	2.6068	5
77341 CEDEX	Pontault-Combault	pontault-combault	11	77	775	48.7981	2.6068	5
77342 CEDEX	Pontault-Combault	pontault-combault	11	77	775	48.7981	2.6068	5
77343 CEDEX	Pontault-Combault	pontault-combault	11	77	775	48.7981	2.6068	5
77344 CEDEX	Pontault-Combault	pontault-combault	11	77	775	48.7981	2.6068	5
77346 CEDEX	Pontault-Combault	pontault-combault	11	77	775	48.7981	2.6068	5
77347 CEDEX	Pontault-Combault	pontault-combault	11	77	775	48.7981	2.6068	5
77348 CEDEX	Pontault-Combault	pontault-combault	11	77	775	48.7981	2.6068	5
77349 CEDEX	Pontault-Combault	pontault-combault	11	77	775	48.7981	2.6068	5
77350	Boissise-la-Bertrand	boissise-la-bertrand	11	77	772	48.5285	2.5894	5
77350	Le Mée-sur-Seine	le-mee-sur-seine	11	77	772	48.5316	2.6283	5
77350	Boissettes	boissettes	11	77	772	48.5195	2.6065	5
77351 CEDEX	Meaux	meaux	11	77	771	48.9601	2.8788	5
77352 CEDEX	Meaux	meaux	11	77	771	48.9601	2.8788	5
77353 CEDEX	Meaux	meaux	11	77	771	48.9601	2.8788	5
77360	Vaires-sur-Marne	vaires-sur-marne	11	77	775	48.8765	2.6398	5
77370	Maison-Rouge	maison-rouge	11	77	773	48.5588	3.1507	5
77370	La Croix-en-Brie	la-croix-en-brie	11	77	773	48.5939	3.0767	5
77370	Clos-Fontaine	clos-fontaine	11	77	773	48.6077	3.0158	5
77370	Fontains	fontains	11	77	773	48.5265	3.001	5
77370	Nangis	nangis	11	77	773	48.5554	3.0131	5
77370	La Chapelle-Rablais	la-chapelle-rablais	11	77	773	48.5112	2.9718	5
77370	Saint-Just-en-Brie	saint-just-en-brie	11	77	773	48.6136	3.1169	5
77370	Châteaubleau	chateaubleau	11	77	773	48.5891	3.1062	5
77370	Vieux-Champagne	vieux-champagne	11	77	773	48.5803	3.1381	5
77370	Fontenailles	fontenailles	11	77	773	48.5522	2.9523	5
77370	Gastins	gastins	11	77	773	48.6293	3.0201	5
77370	Vanvillé	vanville	11	77	773	48.5541	3.106	5
77370	Rampillon	rampillon	11	77	773	48.5504	3.0662	5
77380	Combs-la-Ville	combs-la-ville	11	77	772	48.665	2.5696	5
77381 CEDEX	Combs-la-Ville	combs-la-ville	11	77	772	48.665	2.5696	5
77382 CEDEX	Combs-la-Ville	combs-la-ville	11	77	772	48.665	2.5696	5
77384 CEDEX	Combs-la-Ville	combs-la-ville	11	77	772	48.665	2.5696	5
77385 CEDEX	Combs-la-Ville	combs-la-ville	11	77	772	48.665	2.5696	5
77388 CEDEX	Combs-la-Ville	combs-la-ville	11	77	772	48.665	2.5696	5
77389 CEDEX	Combs-la-Ville	combs-la-ville	11	77	772	48.665	2.5696	5
77390	Champdeuil	champdeuil	11	77	772	48.6207	2.7286	5
77390	Ozouer-le-Voulgis	ozouer-le-voulgis	11	77	772	48.6601	2.7741	5
77390	Beauvoir	beauvoir	11	77	772	48.6445	2.8636	5
77390	Chaumes-en-Brie	chaumes-en-brie	11	77	772	48.6685	2.8401	5
77390	Argentières	argentieres	11	77	772	48.6534	2.8676	5
77390	Guignes	guignes	11	77	772	48.6333	2.8	5
77390	Verneuil-l’Étang	verneuil-l-etang	11	77	773	48.6445	2.8368	5
77390	Crisenoy	crisenoy	11	77	772	48.5955	2.7418	5
77390	Andrezel	andrezel	11	77	772	48.6105	2.8138	5
77390	Fouju	fouju	11	77	772	48.5858	2.7779	5
77390	Courquetaine	courquetaine	11	77	772	48.6779	2.7462	5
77390	Yèbles	yebles	11	77	772	48.6364	2.7681	5
77390	Courtomer	courtomer	11	77	773	48.6529	2.9044	5
77400	Carnetin	carnetin	11	77	775	48.901	2.7059	5
77400	Saint-Thibault-des-Vignes	saint-thibault-des-vignes	11	77	775	48.8711	2.6804	5
77400	Gouvernes	gouvernes	11	77	775	48.8601	2.6907	5
77400	Dampmart	dampmart	11	77	775	48.8885	2.7409	5
77400	Lagny-sur-Marne	lagny-sur-marne	11	77	775	48.8667	2.7167	5
77400	Thorigny-sur-Marne	thorigny-sur-marne	11	77	775	48.8869	2.7181	5
77400	Pomponne	pomponne	11	77	775	48.8813	2.6823	5
77401 CEDEX	Lagny-sur-Marne	lagny-sur-marne	11	77	775	48.8667	2.7167	5
77402 CEDEX	Lagny-sur-Marne	lagny-sur-marne	11	77	775	48.8667	2.7167	5
77403 CEDEX	Lagny-sur-Marne	lagny-sur-marne	11	77	775	48.8667	2.7167	5
77404 CEDEX	Lagny-sur-Marne	lagny-sur-marne	11	77	775	48.8667	2.7167	5
77405 CEDEX	Lagny-sur-Marne	lagny-sur-marne	11	77	775	48.8667	2.7167	5
77406 CEDEX	Lagny-sur-Marne	lagny-sur-marne	11	77	775	48.8667	2.7167	5
77407 CEDEX	Lagny-sur-Marne	lagny-sur-marne	11	77	775	48.8667	2.7167	5
77409 CEDEX	Lagny-sur-Marne	lagny-sur-marne	11	77	775	48.8667	2.7167	5
77410	Annet-sur-Marne	annet-sur-marne	11	77	771	48.9267	2.7196	5
77410	Messy	messy	11	77	771	48.9667	2.7	5
77410	Charmentray	charmentray	11	77	771	48.9453	2.7765	5
77410	Saint-Mesmes	saint-mesmes	11	77	771	48.9846	2.6948	5
77410	Gressy	gressy	11	77	771	48.9649	2.6735	5
77410	Fresnes-sur-Marne	fresnes-sur-marne	11	77	771	48.9396	2.7413	5
77410	Villevaudé	villevaude	11	77	771	48.9175	2.6523	5
77410	Villeroy	villeroy	11	77	771	48.983	2.7818	5
77410	Charny	charny	11	77	771	48.971	2.7612	5
77410	Précy-sur-Marne	precy-sur-marne	11	77	771	48.9308	2.7744	5
77410	Claye-Souilly	claye-souilly	11	77	771	48.9449	2.6857	5
77411 CEDEX	Claye-Souilly	claye-souilly	11	77	771	48.9449	2.6857	5
77412 CEDEX	Claye-Souilly	claye-souilly	11	77	771	48.9449	2.6857	5
77413 CEDEX	Claye-Souilly	claye-souilly	11	77	771	48.9449	2.6857	5
77414 CEDEX	Claye-Souilly	claye-souilly	11	77	771	48.9449	2.6857	5
77415 CEDEX	Claye-Souilly	claye-souilly	11	77	771	48.9449	2.6857	5
77416 CEDEX	Claye-Souilly	claye-souilly	11	77	771	48.9449	2.6857	5
77417 CEDEX	Claye-Souilly	claye-souilly	11	77	771	48.9449	2.6857	5
77419 CEDEX	Claye-Souilly	claye-souilly	11	77	771	48.9449	2.6857	5
77420	Champs-sur-Marne	champs-sur-marne	11	77	775	48.85	2.6	5
77421 CEDEX 2	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77422 CEDEX 2	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77423 CEDEX 2	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77424 CEDEX 2	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77425 CEDEX 2	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77426 CEDEX 2	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77427 CEDEX 2	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77429 CEDEX 2	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77430	Champagne-sur-Seine	champagne-sur-seine	11	77	774	48.3979	2.7978	5
77431 CEDEX 2	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77432 CEDEX 2	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77433 CEDEX 2	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77434 CEDEX 2	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77435 CEDEX 2	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77436 CEDEX 2	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77437 CEDEX 2	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77439 CEDEX 2	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77440	Armentières-en-Brie	armentieres-en-brie	11	77	771	48.9777	3.0207	5
77440	Vendrest	vendrest	11	77	771	49.0464	3.0939	5
77440	Congis-sur-Thérouanne	congis-sur-therouanne	11	77	771	49	2.9833	5
77440	Le Plessis-Placy	le-plessis-placy	11	77	771	49.0579	2.9892	5
77440	Isles-les-Meldeuses	isles-les-meldeuses	11	77	771	48.9995	3.0061	5
77440	Mary-sur-Marne	mary-sur-marne	11	77	771	49.0159	3.0279	5
77440	Jaignes	jaignes	11	77	771	48.9919	3.0552	5
77440	Dhuisy	dhuisy	11	77	771	49.0389	3.1608	5
77440	Trocy-en-Multien	trocy-en-multien	11	77	771	49.0421	2.962	5
77440	Cocherel	cocherel	11	77	771	49.0214	3.103	5
77440	Lizy-sur-Ourcq	lizy-sur-ourcq	11	77	771	49.0245	3.0218	5
77440	Tancrou	tancrou	11	77	771	49.0027	3.0506	5
77440	Ocquerre	ocquerre	11	77	771	49.0383	3.0571	5
77441 CEDEX 2	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77442 CEDEX 2	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77443 CEDEX 2	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77444 CEDEX 2	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77445 CEDEX 2	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77446 CEDEX 2	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77447 CEDEX 2	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77448 CEDEX 2	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77450	Condé-Sainte-Libiaire	conde-sainte-libiaire	11	77	771	48.897	2.839	5
77450	Trilbardou	trilbardou	11	77	771	48.9425	2.8062	5
77450	Isles-lès-Villenoy	isles-les-villenoy	11	77	771	48.9125	2.8272	5
77450	Vignely	vignely	11	77	771	48.931	2.8084	5
77450	Lesches	lesches	11	77	775	48.9095	2.7824	5
77450	Esbly	esbly	11	77	771	48.9052	2.8124	5
77450	Montry	montry	11	77	771	48.8841	2.8291	5
77450	Jablines	jablines	11	77	775	48.9177	2.7635	5
77451 CEDEX 2	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77452 CEDEX 2	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77453 CEDEX 2	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77454 CEDEX 2	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77455 CEDEX 2	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77458 CEDEX 2	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77460	Souppes-sur-Loing	souppes-sur-loing	11	77	774	48.183	2.7352	5
77460	Chaintreaux	chaintreaux	11	77	774	48.1988	2.8203	5
77462 CEDEX	Lagny-sur-Marne	lagny-sur-marne	11	77	775	48.8667	2.7167	5
77463 CEDEX	Lagny-sur-Marne	lagny-sur-marne	11	77	775	48.8667	2.7167	5
77464 CEDEX	Lagny-sur-Marne	lagny-sur-marne	11	77	775	48.8667	2.7167	5
77465 CEDEX	Lagny-sur-Marne	lagny-sur-marne	11	77	775	48.8667	2.7167	5
77467 CEDEX	Lagny-sur-Marne	lagny-sur-marne	11	77	775	48.8667	2.7167	5
77468 CEDEX	Souppes-sur-Loing	souppes-sur-loing	11	77	774	48.183	2.7352	5
77469 CEDEX	Souppes-sur-Loing	souppes-sur-loing	11	77	774	48.183	2.7352	5
77470	Villemareuil	villemareuil	11	77	771	48.9212	2.9714	5
77470	Saint-Fiacre	saint-fiacre	11	77	771	48.9233	2.9556	5
77470	Montceaux-lès-Meaux	montceaux-les-meaux	11	77	771	48.9416	2.9901	5
77470	Poincy	poincy	11	77	771	48.9696	2.9364	5
77470	Fublaines	fublaines	11	77	771	48.9382	2.9365	5
77470	Trilport	trilport	11	77	771	48.9569	2.9508	5
77470	Boutigny	boutigny	11	77	771	48.9205	2.93	5
77480	Baby	baby	11	77	773	48.3972	3.3411	5
77480	Fontaine-Fourches	fontaine-fourches	11	77	773	48.4141	3.3903	5
77480	Villenauxe-la-Petite	villenauxe-la-petite	11	77	773	48.4081	3.3098	5
77480	Passy-sur-Seine	passy-sur-seine	11	77	773	48.4257	3.3472	5
77480	Mouy-sur-Seine	mouy-sur-seine	11	77	773	48.4204	3.2426	5
77480	Saint-Sauveur-lès-Bray	saint-sauveur-les-bray	11	77	773	48.4397	3.2089	5
77480	Mousseaux-lès-Bray	mousseaux-les-bray	11	77	773	48.4147	3.2283	5
77480	Grisy-sur-Seine	grisy-sur-seine	11	77	773	48.4392	3.3187	5
77480	Bray-sur-Seine	bray-sur-seine	11	77	773	48.4137	3.2385	5
77480	Villuis	villuis	11	77	773	48.4107	3.3587	5
77480	Jaulnes	jaulnes	11	77	773	48.4178	3.2735	5
77480	Montigny-le-Guesdier	montigny-le-guesdier	11	77	773	48.3832	3.2544	5
77481 CEDEX	Provins	provins	11	77	773	48.55	3.3	5
77482 CEDEX	Provins	provins	11	77	773	48.55	3.3	5
77483 CEDEX	Provins	provins	11	77	773	48.55	3.3	5
77484 CEDEX	Provins	provins	11	77	773	48.55	3.3	5
77486 CEDEX	Provins	provins	11	77	773	48.55	3.3	5
77487 CEDEX	Provins	provins	11	77	773	48.55	3.3	5
77488 CEDEX	Provins	provins	11	77	773	48.55	3.3	5
77489 CEDEX	Provins	provins	11	77	773	48.55	3.3	5
77500	Chelles	chelles	11	77	775	48.8811	2.5929	5
77501 CEDEX	Chelles	chelles	11	77	775	48.8811	2.5929	5
77502 CEDEX	Chelles	chelles	11	77	775	48.8811	2.5929	5
77503 CEDEX	Chelles	chelles	11	77	775	48.8811	2.5929	5
77504 CEDEX	Chelles	chelles	11	77	775	48.8811	2.5929	5
77505 CEDEX	Chelles	chelles	11	77	775	48.8811	2.5929	5
77506 CEDEX	Chelles	chelles	11	77	775	48.8811	2.5929	5
77507 CEDEX	Chelles	chelles	11	77	775	48.8811	2.5929	5
77508 CEDEX	Chelles	chelles	11	77	775	48.8811	2.5929	5
77509 CEDEX	Chelles	chelles	11	77	775	48.8811	2.5929	5
77510	Verdelot	verdelot	11	77	773	48.8754	3.3658	5
77510	Hondevilliers	hondevilliers	11	77	773	48.8999	3.3104	5
77510	Doue	doue	11	77	773	48.8664	3.1627	5
77510	Saint-Léger	saint-leger	11	77	773	48.839	3.2554	5
77510	Villeneuve-sur-Bellot	villeneuve-sur-bellot	11	77	773	48.862	3.3414	5
77510	Bellot	bellot	11	77	773	48.8567	3.3186	5
77510	Saint-Denis-lès-Rebais	saint-denis-les-rebais	11	77	773	48.8355	3.2102	5
77510	Rebais	rebais	11	77	773	48.8472	3.2323	5
77510	Sablonnières	sablonnieres	11	77	773	48.8757	3.297	5
77510	La Trétoire	la-tretoire	11	77	773	48.8735	3.2517	5
77515	Hautefeuille	hautefeuille	11	77	771	48.7655	2.9681	5
77515	Pommeuse	pommeuse	11	77	771	48.8167	3.0167	5
77515	Faremoutiers	faremoutiers	11	77	771	48.7996	2.9961	5
77515	La Celle-sur-Morin	la-celle-sur-morin	11	77	771	48.8115	2.9692	5
77515	Saint-Augustin	saint-augustin	11	77	771	48.7833	3.0302	5
77520	Montigny-Lencoup	montigny-lencoup	11	77	773	48.4516	3.065	5
77520	Vimpelles	vimpelles	11	77	773	48.4397	3.1654	5
77520	Paroy	paroy	11	77	773	48.4789	3.1992	5
77520	Luisetaines	luisetaines	11	77	773	48.4675	3.1806	5
77520	Mons-en-Montois	mons-en-montois	11	77	773	48.49	3.1477	5
77520	Meigneux	meigneux	11	77	773	48.5121	3.1045	5
77520	Sognolles-en-Montois	sognolles-en-montois	11	77	773	48.5123	3.1669	5
77520	Donnemarie-Dontilly	donnemarie-dontilly	11	77	773	48.4772	3.1316	5
77520	Gurcy-le-Châtel	gurcy-le-chatel	11	77	773	48.4702	3.0865	5
77520	Cessoy-en-Montois	cessoy-en-montois	11	77	773	48.5046	3.1465	5
77520	Sigy	sigy	11	77	773	48.4784	3.1823	5
77520	Thénisy	thenisy	11	77	773	48.4903	3.175	5
77521 CEDEX	Coulommiers	coulommiers	11	77	771	48.8145	3.085	5
77522 CEDEX	Coulommiers	coulommiers	11	77	771	48.8145	3.085	5
77523 CEDEX	Coulommiers	coulommiers	11	77	771	48.8145	3.085	5
77524 CEDEX	Coulommiers	coulommiers	11	77	771	48.8145	3.085	5
77525 CEDEX	Coulommiers	coulommiers	11	77	771	48.8145	3.085	5
77526 CEDEX	Coulommiers	coulommiers	11	77	771	48.8145	3.085	5
77527 CEDEX	Coulommiers	coulommiers	11	77	771	48.8145	3.085	5
77528 CEDEX	Coulommiers	coulommiers	11	77	771	48.8145	3.085	5
77529 CEDEX	Coulommiers	coulommiers	11	77	771	48.8145	3.085	5
77540	Rozay-en-Brie	rozay-en-brie	11	77	773	48.6833	2.9582	5
77540	Bernay-Vilbert	bernay-vilbert	11	77	773	48.6766	2.9371	5
77540	Courpalay	courpalay	11	77	773	48.6495	2.9612	5
77540	Le Plessis-Feu-Aussoux	le-plessis-feu-aussoux	11	77	773	48.7167	3.0333	5
77540	Voinsles	voinsles	11	77	773	48.6913	3.0047	5
77540	Lumigny-Nesles-Ormeaux	lumigny-nesles-ormeaux	11	77	773	48.7333	2.95	5
77540	La Chapelle-Iger	la-chapelle-iger	11	77	773	48.6538	2.9933	5
77541 CEDEX	Savigny-le-Temple	savigny-le-temple	11	77	772	48.5741	2.5829	5
77542 CEDEX	Savigny-le-Temple	savigny-le-temple	11	77	772	48.5741	2.5829	5
77543 CEDEX	Savigny-le-Temple	savigny-le-temple	11	77	772	48.5741	2.5829	5
77544 CEDEX	Savigny-le-Temple	savigny-le-temple	11	77	772	48.5741	2.5829	5
77545 CEDEX	Savigny-le-Temple	savigny-le-temple	11	77	772	48.5741	2.5829	5
77546 CEDEX	Savigny-le-Temple	savigny-le-temple	11	77	772	48.5741	2.5829	5
77547 CEDEX	Savigny-le-Temple	savigny-le-temple	11	77	772	48.5741	2.5829	5
77548 CEDEX	Savigny-le-Temple	savigny-le-temple	11	77	772	48.5741	2.5829	5
77549 CEDEX	Savigny-le-Temple	savigny-le-temple	11	77	772	48.5741	2.5829	5
77550	Limoges-Fourches	limoges-fourches	11	77	772	48.628	2.6655	5
77550	Lissy	lissy	11	77	772	48.6265	2.6965	5
77550	Réau	reau	11	77	772	48.6102	2.624	5
77550	Moissy-Cramayel	moissy-cramayel	11	77	772	48.6261	2.6012	5
77551 CEDEX	Moissy-Cramayel	moissy-cramayel	11	77	772	48.6261	2.6012	5
77552 CEDEX	Moissy-Cramayel	moissy-cramayel	11	77	772	48.6261	2.6012	5
77553 CEDEX	Moissy-Cramayel	moissy-cramayel	11	77	772	48.6261	2.6012	5
77554 CEDEX	Moissy-Cramayel	moissy-cramayel	11	77	772	48.6261	2.6012	5
77555 CEDEX	Moissy-Cramayel	moissy-cramayel	11	77	772	48.6261	2.6012	5
77556 CEDEX	Moissy-Cramayel	moissy-cramayel	11	77	772	48.6261	2.6012	5
77557 CEDEX	Moissy-Cramayel	moissy-cramayel	11	77	772	48.6261	2.6012	5
77558 CEDEX	Moissy-Cramayel	moissy-cramayel	11	77	772	48.6261	2.6012	5
77559 CEDEX	Moissy-Cramayel	moissy-cramayel	11	77	772	48.6261	2.6012	5
77560	Villiers-Saint-Georges	villiers-saint-georges	11	77	773	48.65	3.4075	5
77560	Rupéreux	rupereux	11	77	773	48.6351	3.3326	5
77560	Les Marêts	les-marets	11	77	773	48.6667	3.3167	5
77560	Voulton	voulton	11	77	773	48.6175	3.3342	5
77560	Courtacon	courtacon	11	77	773	48.6968	3.2925	5
77560	Champcenest	champcenest	11	77	773	48.6711	3.2821	5
77560	Louan-Villegruis-Fontaine	louan-villegruis-fontaine	11	77	773	48.6263	3.4768	5
77560	Courchamp	courchamp	11	77	773	48.6364	3.2861	5
77560	Augers-en-Brie	augers-en-brie	11	77	773	48.6798	3.3563	5
77560	Beauchery-Saint-Martin	beauchery-saint-martin	11	77	773	48.6167	3.4	5
77561 CEDEX	Lieusaint	lieusaint	11	77	772	48.6348	2.5481	5
77562 CEDEX	Lieusaint	lieusaint	11	77	772	48.6348	2.5481	5
77563 CEDEX	Lieusaint	lieusaint	11	77	772	48.6348	2.5481	5
77564 CEDEX	Lieusaint	lieusaint	11	77	772	48.6348	2.5481	5
77565 CEDEX	Lieusaint	lieusaint	11	77	772	48.6348	2.5481	5
77566 CEDEX	Lieusaint	lieusaint	11	77	772	48.6348	2.5481	5
77567 CEDEX	Lieusaint	lieusaint	11	77	772	48.6348	2.5481	5
77568 CEDEX	Lieusaint	lieusaint	11	77	772	48.6348	2.5481	5
77569 CEDEX	Lieusaint	lieusaint	11	77	772	48.6348	2.5481	5
77570	Château-Landon	chateau-landon	11	77	774	48.1472	2.6975	5
77570	Mondreville	mondreville	11	77	774	48.1415	2.6087	5
77570	Chenou	chenou	11	77	774	48.1654	2.6592	5
77570	La Madeleine-sur-Loing	la-madeleine-sur-loing	11	77	774	48.2	2.8667	5
77570	Maisoncelles-en-Gâtinais	maisoncelles-en-gatinais	11	77	774	48.1877	2.6253	5
77570	Aufferville	aufferville	11	77	774	48.2151	2.6097	5
77570	Bougligny	bougligny	11	77	774	48.1965	2.6583	5
77580	Maisoncelles-en-Brie	maisoncelles-en-brie	11	77	771	48.866	2.9923	5
77580	Coulommes	coulommes	11	77	771	48.8914	2.9289	5
77580	Vaucourtois	vaucourtois	11	77	771	48.8958	2.9519	5
77580	Crécy-la-Chapelle	crecy-la-chapelle	11	77	771	48.8592	2.9074	5
77580	Voulangis	voulangis	11	77	771	48.8525	2.8956	5
77580	Bouleurs	bouleurs	11	77	771	48.8818	2.9073	5
77580	Villiers-sur-Morin	villiers-sur-morin	11	77	771	48.861	2.8777	5
77580	Pierre-Levée	pierre-levee	11	77	771	48.8996	3.0384	5
77580	Guérard	guerard	11	77	771	48.8209	2.9597	5
77580	Coutevroult	coutevroult	11	77	771	48.8622	2.8527	5
77580	Sancy	sancy	11	77	771	48.8833	2.9667	5
77580	La Haute-Maison	la-haute-maison	11	77	771	48.8816	3.002	5
77581 CEDEX	Savigny-le-Temple	savigny-le-temple	11	77	772	48.5741	2.5829	5
77582 CEDEX	Savigny-le-Temple	savigny-le-temple	11	77	772	48.5741	2.5829	5
77583 CEDEX	Savigny-le-Temple	savigny-le-temple	11	77	772	48.5741	2.5829	5
77585 CEDEX	Savigny-le-Temple	savigny-le-temple	11	77	772	48.5741	2.5829	5
77590	Fontaine-le-Port	fontaine-le-port	11	77	772	48.4857	2.7653	5
77590	Bois-le-Roi	bois-le-roi	11	77	774	48.4735	2.7046	5
77590	Chartrettes	chartrettes	11	77	774	48.4881	2.7008	5
77600	Guermantes	guermantes	11	77	775	48.853	2.705	5
77600	Bussy-Saint-Martin	bussy-saint-martin	11	77	775	48.849	2.6904	5
77600	Bussy-Saint-Georges	bussy-saint-georges	11	77	775	48.841	2.7016	5
77600	Jossigny	jossigny	11	77	775	48.8376	2.7543	5
77600	Chanteloup-en-Brie	chanteloup-en-brie	11	77	775	48.8548	2.7393	5
77600	Conches-sur-Gondoire	conches-sur-gondoire	11	77	775	48.8562	2.7178	5
77601 CEDEX 3	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77602 CEDEX 3	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77603 CEDEX 3	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77604 CEDEX 3	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77605 CEDEX 3	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77606 CEDEX 3	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77607 CEDEX 3	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77608 CEDEX 3	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77609 CEDEX 3	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77610	Châtres	chatres	11	77	773	48.7102	2.8097	5
77610	La Houssaye-en-Brie	la-houssaye-en-brie	11	77	773	48.7538	2.8655	5
77610	Crèvecœur-en-Brie	crevec-ur-en-brie	11	77	773	48.75	2.9	5
77610	Les Chapelles-Bourbon	les-chapelles-bourbon	11	77	773	48.742	2.8404	5
77610	Marles-en-Brie	marles-en-brie	11	77	773	48.7278	2.88	5
77610	Fontenay-Trésigny	fontenay-tresigny	11	77	773	48.7065	2.8705	5
77610	Neufmoutiers-en-Brie	neufmoutiers-en-brie	11	77	773	48.7688	2.8316	5
77611 CEDEX 3	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77612 CEDEX 3	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77614 CEDEX 3	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77615 CEDEX 3	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77616 CEDEX 3	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77617 CEDEX 3	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77620	Bransles	bransles	11	77	774	48.153	2.8319	5
77620	Égreville	egreville	11	77	774	48.1761	2.8728	5
77630	Saint-Martin-en-Bière	saint-martin-en-biere	11	77	774	48.4366	2.5668	5
77630	Arbonne-la-Forêt	arbonne-la-foret	11	77	774	48.414	2.5668	5
77630	Barbizon	barbizon	11	77	774	48.4435	2.6031	5
77640	Signy-Signets	signy-signets	11	77	771	48.9277	3.0665	5
77640	Jouarre	jouarre	11	77	771	48.9266	3.1317	5
77641 CEDEX	Chelles	chelles	11	77	775	48.8811	2.5929	5
77645 CEDEX	Chelles	chelles	11	77	775	48.8811	2.5929	5
77646 CEDEX	Chelles	chelles	11	77	775	48.8811	2.5929	5
77649 CEDEX	Chelles	chelles	11	77	775	48.8811	2.5929	5
77650	Longueville	longueville	11	77	773	48.515	3.2468	5
77650	Savins	savins	11	77	773	48.5089	3.2022	5
77650	Lizines	lizines	11	77	773	48.5264	3.1778	5
77650	Soisy-Bouy	soisy-bouy	11	77	773	48.5118	3.295	5
77650	Jutigny	jutigny	11	77	773	48.4983	3.2319	5
77650	Chalmaison	chalmaison	11	77	773	48.4823	3.2513	5
77650	Sainte-Colombe	sainte-colombe	11	77	773	48.5305	3.2552	5
77650	Saint-Loup-de-Naud	saint-loup-de-naud	11	77	773	48.5333	3.2	5
77660	Changis-sur-Marne	changis-sur-marne	11	77	771	48.9582	3.0219	5
77660	Saint-Jean-les-Deux-Jumeaux	saint-jean-les-deux-jumeaux	11	77	771	48.9514	3.0196	5
77670	Saint-Mammès	saint-mammes	11	77	774	48.3846	2.8158	5
77670	Vernou-la-Celle-sur-Seine	vernou-la-celle-sur-seine	11	77	774	48.3879	2.8472	5
77680	Roissy-en-Brie	roissy-en-brie	11	77	775	48.7916	2.6475	5
77690	Montigny-sur-Loing	montigny-sur-loing	11	77	774	48.3357	2.7442	5
77690	La Genevraye	la-genevraye	11	77	774	48.3203	2.7455	5
77700	Chessy	chessy	11	77	775	48.8833	2.7667	5
77700	Bailly-Romainvilliers	bailly-romainvilliers	11	77	775	48.8473	2.8235	5
77700	Magny-le-Hongre	magny-le-hongre	11	77	775	48.8632	2.8155	5
77700	Coupvray	coupvray	11	77	775	48.8929	2.7967	5
77700	Serris	serris	11	77	775	48.8453	2.7861	5
77701 CEDEX 4	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77702 CEDEX 4	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77703 CEDEX 4	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77704 CEDEX 4	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77705 CEDEX 4	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77706 CEDEX 4	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77708 CEDEX 4	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77709 CEDEX 4	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77710	Chevry-en-Sereine	chevry-en-sereine	11	77	773	48.2539	2.9424	5
77710	Vaux-sur-Lunain	vaux-sur-lunain	11	77	774	48.2272	2.9369	5
77710	Nanteau-sur-Lunain	nanteau-sur-lunain	11	77	774	48.2567	2.8114	5
77710	Remauville	remauville	11	77	774	48.2126	2.824	5
77710	Villemaréchal	villemarechal	11	77	774	48.267	2.8669	5
77710	Lorrez-le-Bocage-Préaux	lorrez-le-bocage-preaux	11	77	774	48.2333	2.9	5
77710	Villebéon	villebeon	11	77	774	48.2106	2.9403	5
77710	Treuzy-Levelay	treuzy-levelay	11	77	774	48.2779	2.802	5
77710	Paley	paley	11	77	774	48.2425	2.8596	5
77710	Saint-Ange-le-Viel	saint-ange-le-viel	11	77	774	48.2667	2.9	5
77711 CEDEX 4	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77714 CEDEX 4	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77715 CEDEX 4	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77716 CEDEX 4	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77717 CEDEX 4	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77720	Saint-Ouen-en-Brie	saint-ouen-en-brie	11	77	773	48.5584	2.9194	5
77720	Saint-Méry	saint-mery	11	77	772	48.5774	2.8258	5
77720	Grandpuits-Bailly-Carrois	grandpuits-bailly-carrois	11	77	773	48.5833	2.9667	5
77720	Quiers	quiers	11	77	773	48.6069	2.9695	5
77720	Bréau	breau	11	77	773	48.5615	2.8786	5
77720	Bombon	bombon	11	77	772	48.5718	2.8608	5
77720	Mormant	mormant	11	77	773	48.609	2.8903	5
77720	Aubepierre-Ozouer-le-Repos	aubepierre-ozouer-le-repos	11	77	773	48.6333	2.8833	5
77720	La Chapelle-Gauthier	la-chapelle-gauthier	11	77	773	48.5495	2.8978	5
77720	Champeaux	champeaux	11	77	772	48.5846	2.8066	5
77721 CEDEX	Mormant	mormant	11	77	773	48.609	2.8903	5
77722 CEDEX	Mormant	mormant	11	77	773	48.609	2.8903	5
77723 CEDEX	Mormant	mormant	11	77	773	48.609	2.8903	5
77730	Méry-sur-Marne	mery-sur-marne	11	77	771	48.9649	3.2001	5
77730	Saâcy-sur-Marne	saacy-sur-marne	11	77	771	48.9621	3.2108	5
77730	Citry	citry	11	77	771	48.9682	3.2398	5
77730	Nanteuil-sur-Marne	nanteuil-sur-marne	11	77	771	48.9783	3.2202	5
77750	Bassevelle	bassevelle	11	77	771	48.9273	3.2876	5
77750	Saint-Ouen-sur-Morin	saint-ouen-sur-morin	11	77	773	48.902	3.2015	5
77750	Bussières	bussieres	11	77	771	48.9228	3.2345	5
77750	Boitron	boitron	11	77	773	48.898	3.2612	5
77750	Saint-Cyr-sur-Morin	saint-cyr-sur-morin	11	77	773	48.9066	3.1802	5
77750	Orly-sur-Morin	orly-sur-morin	11	77	773	48.9038	3.2307	5
77760	Villiers-sous-Grez	villiers-sous-grez	11	77	774	48.3187	2.6482	5
77760	Recloses	recloses	11	77	774	48.3466	2.643	5
77760	Amponville	amponville	11	77	774	48.2781	2.5293	5
77760	Nanteau-sur-Essonne	nanteau-sur-essonne	11	77	774	48.3167	2.4167	5
77760	La Chapelle-la-Reine	la-chapelle-la-reine	11	77	774	48.3181	2.5715	5
77760	Ury	ury	11	77	774	48.344	2.603	5
77760	Guercheville	guercheville	11	77	774	48.2592	2.5575	5
77760	Rumont	rumont	11	77	774	48.2637	2.4994	5
77760	Fromont	fromont	11	77	774	48.2548	2.5003	5
77760	Boulancourt	boulancourt	11	77	774	48.2581	2.4339	5
77760	Larchant	larchant	11	77	774	48.2848	2.5944	5
77760	Burcy	burcy	11	77	774	48.238	2.5228	5
77760	Buthiers	buthiers	11	77	774	48.2871	2.4316	5
77760	Boissy-aux-Cailles	boissy-aux-cailles	11	77	774	48.3194	2.4996	5
77760	Chevrainvilliers	chevrainvilliers	11	77	774	48.2451	2.6159	5
77760	Achères-la-Forêt	acheres-la-foret	11	77	774	48.3546	2.5704	5
77771 CEDEX 4	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77772 CEDEX 4	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77776 CEDEX 4	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77777 CEDEX 4	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77778 CEDEX 4	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77779 CEDEX 4	Marne-la-Vallée	marne-la-vallee	11	77		48.8333	2.6333	5
77780	Bourron-Marlotte	bourron-marlotte	11	77	774	48.3405	2.7004	5
77791 CEDEX	Nemours	nemours	11	77	774	48.2751	2.6908	5
77792 CEDEX	Nemours	nemours	11	77	774	48.2751	2.6908	5
77793 CEDEX	Nemours	nemours	11	77	774	48.2751	2.6908	5
77794 CEDEX	Nemours	nemours	11	77	774	48.2751	2.6908	5
77795 CEDEX	Nemours	nemours	11	77	774	48.2751	2.6908	5
77796 CEDEX	Nemours	nemours	11	77	774	48.2751	2.6908	5
77798 CEDEX	Nemours	nemours	11	77	774	48.2751	2.6908	5
77799 CEDEX	Nemours	nemours	11	77	774	48.2751	2.6908	5
77810	Thomery	thomery	11	77	774	48.4072	2.7885	5
77811 CEDEX	Moret-sur-Loing	moret-sur-loing	11	77	774	48.3724	2.8171	5
77813 CEDEX	Moret-sur-Loing	moret-sur-loing	11	77	774	48.3724	2.8171	5
77814 CEDEX	Moret-sur-Loing	moret-sur-loing	11	77	774	48.3724	2.8171	5
77815 CEDEX	Moret-sur-Loing	moret-sur-loing	11	77	774	48.3724	2.8171	5
77816 CEDEX	Moret-sur-Loing	moret-sur-loing	11	77	774	48.3724	2.8171	5
77817 CEDEX	Moret-sur-Loing	moret-sur-loing	11	77	774	48.3724	2.8171	5
77818 CEDEX	Moret-sur-Loing	moret-sur-loing	11	77	774	48.3724	2.8171	5
77819 CEDEX	Moret-sur-Loing	moret-sur-loing	11	77	774	48.3724	2.8171	5
77820	Les Écrennes	les-ecrennes	11	77	772	48.5048	2.8584	5
77820	Châtillon-la-Borde	chatillon-la-borde	11	77	772	48.5426	2.8089	5
77820	Le Châtelet-en-Brie	le-chatelet-en-brie	11	77	772	48.5069	2.7916	5
77830	Pamfou	pamfou	11	77	772	48.4611	2.8702	5
77830	Valence-en-Brie	valence-en-brie	11	77	772	48.4428	2.8902	5
77830	Échouboulains	echouboulains	11	77	772	48.4638	2.9453	5
77831 CEDEX	Ozoir-la-Ferrière	ozoir-la-ferriere	11	77	775	48.767	2.6687	5
77832 CEDEX	Ozoir-la-Ferrière	ozoir-la-ferriere	11	77	775	48.767	2.6687	5
77833 CEDEX	Ozoir-la-Ferrière	ozoir-la-ferriere	11	77	775	48.767	2.6687	5
77834 CEDEX	Ozoir-la-Ferrière	ozoir-la-ferriere	11	77	775	48.767	2.6687	5
77835 CEDEX	Ozoir-la-Ferrière	ozoir-la-ferriere	11	77	775	48.767	2.6687	5
77837 CEDEX	Ozoir-la-Ferrière	ozoir-la-ferriere	11	77	775	48.767	2.6687	5
77838 CEDEX	Ozoir-la-Ferrière	ozoir-la-ferriere	11	77	775	48.767	2.6687	5
77839 CEDEX	Ozoir-la-Ferrière	ozoir-la-ferriere	11	77	775	48.767	2.6687	5
77840	Crouy-sur-Ourcq	crouy-sur-ourcq	11	77	771	49.0898	3.0753	5
77840	Coulombs-en-Valois	coulombs-en-valois	11	77	771	49.0667	3.1333	5
77840	Germigny-sous-Coulombs	germigny-sous-coulombs	11	77	771	49.0644	3.1591	5
77850	Héricy	hericy	11	77	774	48.4485	2.7644	5
77860	Saint-Germain-sur-Morin	saint-germain-sur-morin	11	77	771	48.8826	2.8513	5
77860	Quincy-Voisins	quincy-voisins	11	77	771	48.9011	2.8756	5
77860	Couilly-Pont-aux-Dames	couilly-pont-aux-dames	11	77	771	48.8847	2.8568	5
77870	Vulaines-sur-Seine	vulaines-sur-seine	11	77	774	48.4319	2.7648	5
77871 CEDEX	Montereau-Fault-Yonne	montereau-fault-yonne	11	77	773	48.3833	2.95	5
77872 CEDEX	Montereau-Fault-Yonne	montereau-fault-yonne	11	77	773	48.3833	2.95	5
77873 CEDEX	Montereau-Fault-Yonne	montereau-fault-yonne	11	77	773	48.3833	2.95	5
77875 CEDEX	Montereau-Fault-Yonne	montereau-fault-yonne	11	77	773	48.3833	2.95	5
77876 CEDEX	Montereau-Fault-Yonne	montereau-fault-yonne	11	77	773	48.3833	2.95	5
77879 CEDEX	Montereau-Fault-Yonne	montereau-fault-yonne	11	77	773	48.3833	2.95	5
77880	Grez-sur-Loing	grez-sur-loing	11	77	774	48.3175	2.6885	5
77890	Beaumont-du-Gâtinais	beaumont-du-gatinais	11	77	774	48.1386	2.4791	5
77890	Arville	arville	11	77	774	48.1883	2.5497	5
77890	Garentreville	garentreville	11	77	774	48.2361	2.5494	5
77890	Ichy	ichy	11	77	774	48.2026	2.5471	5
77890	Obsonville	obsonville	11	77	774	48.217	2.5613	5
77890	Gironville	gironville	11	77	774	48.1862	2.5277	5
77910	Chambry	chambry	11	77	771	48.9985	2.894	5
77910	Germigny-l’Evêque	germigny-l-eveque	11	77	771	48.9916	2.9443	5
77910	Varreddes	varreddes	11	77	771	49.003	2.9279	5
77910	Barcy	barcy	11	77	771	49.0182	2.8804	5
77920	Samois-sur-Seine	samois-sur-seine	11	77	774	48.4525	2.7504	5
77923 CEDEX	Mitry-Mory	mitry-mory	11	77	771	48.9833	2.6167	5
77930	Fleury-en-Bière	fleury-en-biere	11	77	774	48.4459	2.5487	5
77930	Chailly-en-Bière	chailly-en-biere	11	77	774	48.467	2.6078	5
77930	Saint-Germain-sur-École	saint-germain-sur-ecole	11	77	774	48.4742	2.5079	5
77930	Saint-Sauveur-sur-École	saint-sauveur-sur-ecole	11	77	774	48.4975	2.5471	5
77930	Cély	cely	11	77	774	48.4596	2.5324	5
77930	Perthes	perthes	11	77	774	48.4782	2.5551	5
77931 CEDEX	Perthes	perthes	11	77	774	48.4782	2.5551	5
77932 CEDEX	Perthes	perthes	11	77	774	48.4782	2.5551	5
77933 CEDEX	Perthes	perthes	11	77	774	48.4782	2.5551	5
77939 CEDEX	Perthes	perthes	11	77	774	48.4782	2.5551	5
77940	Diant	diant	11	77	773	48.283	2.9932	5
77940	Esmans	esmans	11	77	773	48.346	2.9762	5
77940	Thoury-Férottes	thoury-ferottes	11	77	773	48.2942	2.9415	5
77940	Blennes	blennes	11	77	773	48.2577	3.023	5
77940	Noisy-Rudignon	noisy-rudignon	11	77	773	48.3355	2.9304	5
77940	Montmachoux	montmachoux	11	77	773	48.3185	2.9929	5
77940	Flagy	flagy	11	77	774	48.3123	2.9221	5
77940	La Brosse-Montceaux	la-brosse-montceaux	11	77	773	48.3451	3.0195	5
77940	Voulx	voulx	11	77	773	48.282	2.9675	5
77950	Rubelles	rubelles	11	77	772	48.5533	2.6759	5
77950	Moisenay	moisenay	11	77	772	48.5627	2.7353	5
77950	Saint-Germain-Laxis	saint-germain-laxis	11	77	772	48.5821	2.7104	5
77950	Voisenon	voisenon	11	77	772	48.5717	2.6648	5
77950	Montereau-sur-le-Jard	montereau-sur-le-jard	11	77	772	48.5914	2.6684	5
77950	Maincy	maincy	11	77	772	48.5498	2.7002	5
77951 CEDEX	Maincy	maincy	11	77	772	48.5498	2.7002	5
77961 CEDEX	Moret-sur-Loing	moret-sur-loing	11	77	774	48.3724	2.8171	5
77970	Pécy	pecy	11	77	773	48.6555	3.0822	5
77970	Bannost-Villegagnon	bannost-villegagnon	11	77	773	48.6783	3.1918	5
77970	Jouy-le-Châtel	jouy-le-chatel	11	77	773	48.6665	3.1304	5
77970	Boisdon	boisdon	11	77	773	48.6851	3.2248	5
77970	Bezalles	bezalles	11	77	773	48.679	3.244	5
77981 CEDEX	Saint-Fargeau-Ponthierry	saint-fargeau-ponthierry	11	77	772	48.5571	2.5284	5
77982 CEDEX	Saint-Fargeau-Ponthierry	saint-fargeau-ponthierry	11	77	772	48.5571	2.5284	5
77983 CEDEX	Saint-Fargeau-Ponthierry	saint-fargeau-ponthierry	11	77	772	48.5571	2.5284	5
77986 CEDEX	Saint-Fargeau-Ponthierry	saint-fargeau-ponthierry	11	77	772	48.5571	2.5284	5
77989 CEDEX	Saint-Fargeau-Ponthierry	saint-fargeau-ponthierry	11	77	772	48.5571	2.5284	5
77990	Mauregard	mauregard	11	77	771	49.0342	2.5806	5
77990	Le Mesnil-Amelot	le-mesnil-amelot	11	77	771	49.0179	2.5942	5
78000	Versailles	versailles	11	78	784	48.8036	2.1342	5
78001 CEDEX	Versailles	versailles	11	78	784	48.8036	2.1342	5
78002 CEDEX	Versailles	versailles	11	78	784	48.8036	2.1342	5
78003 CEDEX	Versailles	versailles	11	78	784	48.8036	2.1342	5
78004 CEDEX	Versailles	versailles	11	78	784	48.8036	2.1342	5
78005 CEDEX	Versailles	versailles	11	78	784	48.8036	2.1342	5
78006 CEDEX	Versailles	versailles	11	78	784	48.8036	2.1342	5
78007 CEDEX	Versailles	versailles	11	78	784	48.8036	2.1342	5
78008 CEDEX	Versailles	versailles	11	78	784	48.8036	2.1342	5
78009 CEDEX	Versailles	versailles	11	78	784	48.8036	2.1342	5
78010 CEDEX	Versailles	versailles	11	78	784	48.8036	2.1342	5
78011 CEDEX	Versailles	versailles	11	78	784	48.8036	2.1342	5
78012 CEDEX	Versailles	versailles	11	78	784	48.8036	2.1342	5
78013 CEDEX	Versailles	versailles	11	78	784	48.8036	2.1342	5
78014 CEDEX	Versailles	versailles	11	78	784	48.8036	2.1342	5
78015 CEDEX	Versailles	versailles	11	78	784	48.8036	2.1342	5
78017 CEDEX	Versailles	versailles	11	78	784	48.8036	2.1342	5
78018 CEDEX	Versailles	versailles	11	78	784	48.8036	2.1342	5
78019 CEDEX	Versailles	versailles	11	78	784	48.8036	2.1342	5
78020 CEDEX	Versailles	versailles	11	78	784	48.8036	2.1342	5
78021 CEDEX	Versailles	versailles	11	78	784	48.8036	2.1342	5
78022 CEDEX	Versailles	versailles	11	78	784	48.8036	2.1342	5
78024 CEDEX	Versailles	versailles	11	78	784	48.8036	2.1342	5
78026 CEDEX	Versailles	versailles	11	78	784	48.8036	2.1342	5
78027 CEDEX	Versailles	versailles	11	78	784	48.8036	2.1342	5
78028 CEDEX	Versailles	versailles	11	78	784	48.8036	2.1342	5
78029 CEDEX	Versailles	versailles	11	78	784	48.8036	2.1342	5
78030 CEDEX	Versailles	versailles	11	78	784	48.8036	2.1342	5
78032 CEDEX	Versailles	versailles	11	78	784	48.8036	2.1342	5
78033 CEDEX	Versailles	versailles	11	78	784	48.8036	2.1342	5
78034 CEDEX	Versailles	versailles	11	78	784	48.8036	2.1342	5
78035 CEDEX	Versailles	versailles	11	78	784	48.8036	2.1342	5
78041 CEDEX	Guyancourt	guyancourt	11	78	784	48.7733	2.0739	5
78042 CEDEX	Guyancourt	guyancourt	11	78	784	48.7733	2.0739	5
78043 CEDEX	Guyancourt	guyancourt	11	78	784	48.7733	2.0739	5
78044 CEDEX	Guyancourt	guyancourt	11	78	784	48.7733	2.0739	5
78045 CEDEX	Guyancourt	guyancourt	11	78	784	48.7733	2.0739	5
78046 CEDEX	Guyancourt	guyancourt	11	78	784	48.7733	2.0739	5
78047 CEDEX	Guyancourt	guyancourt	11	78	784	48.7733	2.0739	5
78048 CEDEX	Guyancourt	guyancourt	11	78	784	48.7733	2.0739	5
78049 CEDEX	Guyancourt	guyancourt	11	78	784	48.7733	2.0739	5
78051 CEDEX	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78052 CEDEX	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78053 CEDEX	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78054 CEDEX	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78055 CEDEX	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78056 CEDEX	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78057 CEDEX	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78059 CEDEX	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78060 CEDEX	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78061 CEDEX	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78062 CEDEX	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78064 CEDEX	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78065 CEDEX	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78066 CEDEX	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78067 CEDEX	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78071 CEDEX	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78078 CITYSSIMO	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78079 CEDEX	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78081 CEDEX 9	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78082 CEDEX 9	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78083 CEDEX 9	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78084 CEDEX 9	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78085 CEDEX 9	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78086 CEDEX 9	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78087 CEDEX 9	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78088 CEDEX 9	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78089 CEDEX 9	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78091 CEDEX 9	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78092 CEDEX 9	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78093 CEDEX 9	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78094 CEDEX 9	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78095 CEDEX 9	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78096 CEDEX 9	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78099 CEDEX 9	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78100	Saint-Germain-en-Laye	saint-germain-en-laye	11	78	783	48.9	2.0833	5
78101 CEDEX	Saint-Germain-en-Laye	saint-germain-en-laye	11	78	783	48.9	2.0833	5
78102 CEDEX	Saint-Germain-en-Laye	saint-germain-en-laye	11	78	783	48.9	2.0833	5
78104 CEDEX	Saint-Germain-en-Laye	saint-germain-en-laye	11	78	783	48.9	2.0833	5
78105 CEDEX	Saint-Germain-en-Laye	saint-germain-en-laye	11	78	783	48.9	2.0833	5
78106 CEDEX	Saint-Germain-en-Laye	saint-germain-en-laye	11	78	783	48.9	2.0833	5
78108 CEDEX	Saint-Germain-en-Laye	saint-germain-en-laye	11	78	783	48.9	2.0833	5
78109 CEDEX	Saint-Germain-en-Laye	saint-germain-en-laye	11	78	783	48.9	2.0833	5
78110	Le Vésinet	le-vesinet	11	78	783	48.8928	2.1331	5
78111	Dammartin-en-Serve	dammartin-en-serve	11	78	781	48.9032	1.6195	5
78112	Fourqueux	fourqueux	11	78	783	48.8869	2.0637	5
78113	Bourdonné	bourdonne	11	78	781	48.7574	1.6639	5
78113	La Hauteville	la-hauteville	11	78	781	48.706	1.6211	5
78113	Le Tartre-Gaudran	le-tartre-gaudran	11	78	781	48.6999	1.5967	5
78113	Grandchamp	grandchamp	11	78	781	48.719	1.62	5
78113	Adainville	adainville	11	78	781	48.7233	1.6532	5
78113	Condé-sur-Vesgre	conde-sur-vesgre	11	78	781	48.742	1.6607	5
78114	Magny-les-Hameaux	magny-les-hameaux	11	78	782	48.7435	2.0615	5
78115 CEDEX	Le Vésinet	le-vesinet	11	78	783	48.8928	2.1331	5
78116 CEDEX	Le Vésinet	le-vesinet	11	78	783	48.8928	2.1331	5
78117	Toussus-le-Noble	toussus-le-noble	11	78	784	48.7493	2.1134	5
78117	Châteaufort	chateaufort	11	78	784	48.7358	2.0905	5
78118 CEDEX	Le Vésinet	le-vesinet	11	78	783	48.8928	2.1331	5
78119 CEDEX	Le Vésinet	le-vesinet	11	78	783	48.8928	2.1331	5
78120	Clairefontaine-en-Yvelines	clairefontaine-en-yvelines	11	78	782	48.6167	1.9167	5
78120	Sonchamp	sonchamp	11	78	782	48.5759	1.8775	5
78120	Rambouillet	rambouillet	11	78	782	48.65	1.8333	5
78121	Crespières	crespieres	11	78	783	48.8832	1.9215	5
78122 CEDEX	Saint-Germain-en-Laye	saint-germain-en-laye	11	78	783	48.9	2.0833	5
78124	Montainville	montainville	11	78	783	48.8825	1.8608	5
78124	Mareil-sur-Mauldre	mareil-sur-mauldre	11	78	783	48.8952	1.8687	5
78125	Émancé	emance	11	78	782	48.5905	1.7312	5
78125	Orphin	orphin	11	78	782	48.5783	1.7807	5
78125	La Boissière-École	la-boissiere-ecole	11	78	782	48.6804	1.6513	5
78125	Poigny-la-Forêt	poigny-la-foret	11	78	782	48.68	1.7557	5
78125	Hermeray	hermeray	11	78	782	48.6376	1.6756	5
78125	Saint-Hilarion	saint-hilarion	11	78	782	48.6205	1.7337	5
78125	Vieille-Église-en-Yvelines	vieille-eglise-en-yvelines	11	78	782	48.6666	1.8768	5
78125	Gazeran	gazeran	11	78	782	48.6326	1.7715	5
78125	Raizeux	raizeux	11	78	782	48.6245	1.6834	5
78125	Mittainville	mittainville	11	78	782	48.6707	1.6462	5
78125	Orcemont	orcemont	11	78	782	48.5879	1.8105	5
78126	Aulnay-sur-Mauldre	aulnay-sur-mauldre	11	78	781	48.9295	1.8411	5
78129 CEDEX	Vélizy-Villacoublay	velizy-villacoublay	11	78	784	48.782	2.1939	5
78130	Chapet	chapet	11	78	781	48.9667	1.9333	5
78130	Les Mureaux	les-mureaux	11	78	781	48.9917	1.9097	5
78131 CEDEX	Les Mureaux	les-mureaux	11	78	781	48.9917	1.9097	5
78132 CEDEX	Les Mureaux	les-mureaux	11	78	781	48.9917	1.9097	5
78133 CEDEX	Les Mureaux	les-mureaux	11	78	781	48.9917	1.9097	5
78134 CEDEX	Les Mureaux	les-mureaux	11	78	781	48.9917	1.9097	5
78135 CEDEX	Les Mureaux	les-mureaux	11	78	781	48.9917	1.9097	5
78139 CEDEX	Les Mureaux	les-mureaux	11	78	781	48.9917	1.9097	5
78140	Vélizy-Villacoublay	velizy-villacoublay	11	78	784	48.782	2.1939	5
78141 CEDEX	Vélizy-Villacoublay	velizy-villacoublay	11	78	784	48.782	2.1939	5
78142 CEDEX	Vélizy-Villacoublay	velizy-villacoublay	11	78	784	48.782	2.1939	5
78143 CEDEX	Vélizy-Villacoublay	velizy-villacoublay	11	78	784	48.782	2.1939	5
78145 CEDEX	Vélizy-Villacoublay	velizy-villacoublay	11	78	784	48.782	2.1939	5
78146 CEDEX	Vélizy-Villacoublay	velizy-villacoublay	11	78	784	48.782	2.1939	5
78147 CEDEX	Vélizy-Villacoublay	velizy-villacoublay	11	78	784	48.782	2.1939	5
78148 CEDEX	Vélizy-Villacoublay	velizy-villacoublay	11	78	784	48.782	2.1939	5
78149 CEDEX	Vélizy-Villacoublay	velizy-villacoublay	11	78	784	48.782	2.1939	5
78150	Le Chesnay	le-chesnay	11	78	784	48.8222	2.1221	5
78150	Rocquencourt	rocquencourt	11	78	784	48.8378	2.1023	5
78151 CEDEX	Le Chesnay	le-chesnay	11	78	784	48.8222	2.1221	5
78152 CEDEX	Le Chesnay	le-chesnay	11	78	784	48.8222	2.1221	5
78153 CEDEX	Le Chesnay	le-chesnay	11	78	784	48.8222	2.1221	5
78154 CEDEX	Le Chesnay	le-chesnay	11	78	784	48.8222	2.1221	5
78155 CEDEX	Le Chesnay	le-chesnay	11	78	784	48.8222	2.1221	5
78157 CEDEX	Le Chesnay	le-chesnay	11	78	784	48.8222	2.1221	5
78158 CEDEX	Le Chesnay	le-chesnay	11	78	784	48.8222	2.1221	5
78159 CEDEX	Le Chesnay	le-chesnay	11	78	784	48.8222	2.1221	5
78160	Marly-le-Roi	marly-le-roi	11	78	783	48.8667	2.0833	5
78162 CEDEX	Marly-le-Roi	marly-le-roi	11	78	783	48.8667	2.0833	5
78163 CEDEX	Marly-le-Roi	marly-le-roi	11	78	783	48.8667	2.0833	5
78164 CEDEX	Marly-le-Roi	marly-le-roi	11	78	783	48.8667	2.0833	5
78165 CEDEX	Marly-le-Roi	marly-le-roi	11	78	783	48.8667	2.0833	5
78166 CEDEX	Marly-le-Roi	marly-le-roi	11	78	783	48.8667	2.0833	5
78167 CEDEX	Marly-le-Roi	marly-le-roi	11	78	783	48.8667	2.0833	5
78169 CEDEX	Marly-le-Roi	marly-le-roi	11	78	783	48.8667	2.0833	5
78170	La Celle-Saint-Cloud	la-celle-saint-cloud	11	78	784	48.8503	2.1452	5
78171 CEDEX	La Celle-Saint-Cloud	la-celle-saint-cloud	11	78	784	48.8503	2.1452	5
78172 CEDEX	La Celle-Saint-Cloud	la-celle-saint-cloud	11	78	784	48.8503	2.1452	5
78173 CEDEX	La Celle-Saint-Cloud	la-celle-saint-cloud	11	78	784	48.8503	2.1452	5
78174 CEDEX	Saint-Germain-en-Laye	saint-germain-en-laye	11	78	783	48.9	2.0833	5
78177 CITYSSIMO	Saint-Germain-en-Laye	saint-germain-en-laye	11	78	783	48.9	2.0833	5
78179 CEDEX	La Celle-Saint-Cloud	la-celle-saint-cloud	11	78	784	48.8503	2.1452	5
78180	Montigny-le-Bretonneux	montigny-le-bretonneux	11	78	784	48.7664	2.0341	5
78181 CEDEX	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78182 CEDEX	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78183 CEDEX	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78184 CEDEX	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78185 CEDEX	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78186 CEDEX	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78188 CEDEX	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78189 CEDEX	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78190	Trappes	trappes	11	78	784	48.7741	2.0178	5
78191 CEDEX	Trappes	trappes	11	78	784	48.7741	2.0178	5
78192 CEDEX	Trappes	trappes	11	78	784	48.7741	2.0178	5
78193 CEDEX	Trappes	trappes	11	78	784	48.7741	2.0178	5
78194 CEDEX	Trappes	trappes	11	78	784	48.7741	2.0178	5
78195 CEDEX	Trappes	trappes	11	78	784	48.7741	2.0178	5
78196 CEDEX	Trappes	trappes	11	78	784	48.7741	2.0178	5
78197 CEDEX	Trappes	trappes	11	78	784	48.7741	2.0178	5
78198 CEDEX	Trappes	trappes	11	78	784	48.7741	2.0178	5
78199 CEDEX	Trappes	trappes	11	78	784	48.7741	2.0178	5
78200	Fontenay-Mauvoisin	fontenay-mauvoisin	11	78	781	48.9651	1.6529	5
78200	Flacourt	flacourt	11	78	781	48.9278	1.6469	5
78200	Mantes-la-Jolie	mantes-la-jolie	11	78	781	48.9833	1.7167	5
78200	Magnanville	magnanville	11	78	781	48.968	1.6784	5
78200	Favrieux	favrieux	11	78	781	48.9435	1.6429	5
78200	Buchelay	buchelay	11	78	781	48.9793	1.6703	5
78200	Boissy-Mauvoisin	boissy-mauvoisin	11	78	781	48.9632	1.5782	5
78200	Soindres	soindres	11	78	781	48.9579	1.6754	5
78200	Boinvilliers	boinvilliers	11	78	781	48.9176	1.6612	5
78200	Ménerville	menerville	11	78	781	48.9542	1.6029	5
78200	Perdreauville	perdreauville	11	78	781	48.9646	1.6293	5
78200	Jouy-Mauvoisin	jouy-mauvoisin	11	78	781	48.9759	1.6482	5
78201 CEDEX	Mantes-la-Jolie	mantes-la-jolie	11	78	781	48.9833	1.7167	5
78202 CEDEX	Mantes-la-Jolie	mantes-la-jolie	11	78	781	48.9833	1.7167	5
78203 CEDEX	Mantes-la-Jolie	mantes-la-jolie	11	78	781	48.9833	1.7167	5
78204 CEDEX	Mantes-la-Jolie	mantes-la-jolie	11	78	781	48.9833	1.7167	5
78205 CEDEX	Mantes-la-Jolie	mantes-la-jolie	11	78	781	48.9833	1.7167	5
78206 CEDEX	Mantes-la-Jolie	mantes-la-jolie	11	78	781	48.9833	1.7167	5
78207 CEDEX	Mantes-la-Jolie	mantes-la-jolie	11	78	781	48.9833	1.7167	5
78208 CEDEX	Mantes-la-Jolie	mantes-la-jolie	11	78	781	48.9833	1.7167	5
78209 CEDEX	Mantes-la-Jolie	mantes-la-jolie	11	78	781	48.9833	1.7167	5
78210	Saint-Cyr-l’École	saint-cyr-l-ecole	11	78	784	48.7987	2.0681	5
78212 CEDEX	Saint-Cyr-l’École	saint-cyr-l-ecole	11	78	784	48.7987	2.0681	5
78214 CEDEX	Saint-Cyr-l’École	saint-cyr-l-ecole	11	78	784	48.7987	2.0681	5
78219 CEDEX	Saint-Cyr-l’École	saint-cyr-l-ecole	11	78	784	48.7987	2.0681	5
78220	Viroflay	viroflay	11	78	784	48.8008	2.1618	5
78221 CEDEX	Viroflay	viroflay	11	78	784	48.8008	2.1618	5
78222 CEDEX	Viroflay	viroflay	11	78	784	48.8008	2.1618	5
78223 CEDEX	Viroflay	viroflay	11	78	784	48.8008	2.1618	5
78229 CEDEX	Viroflay	viroflay	11	78	784	48.8008	2.1618	5
78230	Le Pecq	le-pecq	11	78	783	48.8932	2.1037	5
78231 CEDEX	Le Pecq	le-pecq	11	78	783	48.8932	2.1037	5
78232 CEDEX	Le Pecq	le-pecq	11	78	783	48.8932	2.1037	5
78233 CEDEX	Le Pecq	le-pecq	11	78	783	48.8932	2.1037	5
78234 CEDEX	Le Pecq	le-pecq	11	78	783	48.8932	2.1037	5
78239 CEDEX	Le Pecq	le-pecq	11	78	783	48.8932	2.1037	5
78240	Aigremont	aigremont	11	78	783	48.9045	2.0192	5
78240	Chambourcy	chambourcy	11	78	783	48.9066	2.041	5
78241 CEDEX	Chambourcy	chambourcy	11	78	783	48.9066	2.041	5
78242 CEDEX	Chambourcy	chambourcy	11	78	783	48.9066	2.041	5
78243 CEDEX	Chambourcy	chambourcy	11	78	783	48.9066	2.041	5
78244 CEDEX	Chambourcy	chambourcy	11	78	783	48.9066	2.041	5
78249 CEDEX	Chambourcy	chambourcy	11	78	783	48.9066	2.041	5
78250	Oinville-sur-Montcient	oinville-sur-montcient	11	78	781	49.0272	1.8493	5
78250	Tessancourt-sur-Aubette	tessancourt-sur-aubette	11	78	781	49.0229	1.9222	5
78250	Gaillon-sur-Montcient	gaillon-sur-montcient	11	78	781	49.0333	1.9	5
78250	Meulan-en-Yvelines	meulan-en-yvelines	11	78	781	49.0077	1.906	5
78250	Hardricourt	hardricourt	11	78	781	49.0078	1.8939	5
78250	Mézy-sur-Seine	mezy-sur-seine	11	78	781	49	1.8833	5
78260	Achères	acheres	11	78	783	48.9612	2.0688	5
78270	Blaru	blaru	11	78	781	49.0481	1.4795	5
78270	La Villeneuve-en-Chevrie	la-villeneuve-en-chevrie	11	78	781	49.0147	1.5267	5
78270	Bonnières-sur-Seine	bonnieres-sur-seine	11	78	781	49.0352	1.5783	5
78270	Chaufour-lès-Bonnières	chaufour-les-bonnieres	11	78	781	49.0167	1.4833	5
78270	Limetz-Villez	limetz-villez	11	78	781	49.0667	1.55	5
78270	Port-Villez	port-villez	11	78	781	49.0622	1.5231	5
78270	Bennecourt	bennecourt	11	78	781	49.0415	1.5547	5
78270	Rolleboise	rolleboise	11	78	781	49.0193	1.6078	5
78270	Cravent	cravent	11	78	781	48.9911	1.4894	5
78270	Lommoye	lommoye	11	78	781	48.9937	1.513	5
78270	Méricourt	mericourt	11	78	781	49.0358	1.6255	5
78270	Gommecourt	gommecourt	11	78	781	49.0833	1.6	5
78270	Mousseaux-sur-Seine	mousseaux-sur-seine	11	78	781	49.0441	1.6472	5
78270	Jeufosse	jeufosse	11	78	781	49.0356	1.5452	5
78280	Guyancourt	guyancourt	11	78	784	48.7733	2.0739	5
78281 CEDEX	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78282 CEDEX	Guyancourt	guyancourt	11	78	784	48.7733	2.0739	5
78283 CEDEX	Guyancourt	guyancourt	11	78	784	48.7733	2.0739	5
78284 CEDEX	Guyancourt	guyancourt	11	78	784	48.7733	2.0739	5
78285 CEDEX	Guyancourt	guyancourt	11	78	784	48.7733	2.0739	5
78286 CEDEX	Guyancourt	guyancourt	11	78	784	48.7733	2.0739	5
78287 CEDEX	Guyancourt	guyancourt	11	78	784	48.7733	2.0739	5
78288 CEDEX	Guyancourt	guyancourt	11	78	784	48.7733	2.0739	5
78289 CEDEX	Guyancourt	guyancourt	11	78	784	48.7733	2.0739	5
78290	Croissy-sur-Seine	croissy-sur-seine	11	78	783	48.8792	2.1384	5
78291 CEDEX	Croissy-sur-Seine	croissy-sur-seine	11	78	783	48.8792	2.1384	5
78292 CEDEX	Croissy-sur-Seine	croissy-sur-seine	11	78	783	48.8792	2.1384	5
78293 CEDEX	Croissy-sur-Seine	croissy-sur-seine	11	78	783	48.8792	2.1384	5
78294 CEDEX	Croissy-sur-Seine	croissy-sur-seine	11	78	783	48.8792	2.1384	5
78299 CEDEX	Croissy-sur-Seine	croissy-sur-seine	11	78	783	48.8792	2.1384	5
78300	Poissy	poissy	11	78	783	48.929	2.0495	5
78301 CEDEX	Poissy	poissy	11	78	783	48.929	2.0495	5
78302 CEDEX	Poissy	poissy	11	78	783	48.929	2.0495	5
78303 CEDEX	Poissy	poissy	11	78	783	48.929	2.0495	5
78304 CEDEX	Poissy	poissy	11	78	783	48.929	2.0495	5
78306 CEDEX	Poissy	poissy	11	78	783	48.929	2.0495	5
78307 CEDEX	Poissy	poissy	11	78	783	48.929	2.0495	5
78308 CEDEX	Poissy	poissy	11	78	783	48.929	2.0495	5
78309 CEDEX	Poissy	poissy	11	78	783	48.929	2.0495	5
78310	Maurepas	maurepas	11	78	782	48.7649	1.9292	5
78310	Coignières	coignieres	11	78	782	48.7501	1.9208	5
78311 CEDEX	Maurepas	maurepas	11	78	782	48.7649	1.9292	5
78312 CEDEX	Maurepas	maurepas	11	78	782	48.7649	1.9292	5
78313 CEDEX	Maurepas	maurepas	11	78	782	48.7649	1.9292	5
78314 CEDEX	Maurepas	maurepas	11	78	782	48.7649	1.9292	5
78315 CEDEX	Maurepas	maurepas	11	78	782	48.7649	1.9292	5
78316 CEDEX	Maurepas	maurepas	11	78	782	48.7649	1.9292	5
78317 CEDEX	Maurepas	maurepas	11	78	782	48.7649	1.9292	5
78319 CEDEX	Maurepas	maurepas	11	78	782	48.7649	1.9292	5
78320	La Verrière	la-verriere	11	78	782	48.752	1.9465	5
78320	Lévis-Saint-Nom	levis-saint-nom	11	78	782	48.7167	1.95	5
78320	Le Mesnil-Saint-Denis	le-mesnil-saint-denis	11	78	782	48.7449	1.9559	5
78321 CEDEX	Le Mesnil-Saint-Denis	le-mesnil-saint-denis	11	78	782	48.7449	1.9559	5
78322 CEDEX	Le Mesnil-Saint-Denis	le-mesnil-saint-denis	11	78	782	48.7449	1.9559	5
78330	Fontenay-le-Fleury	fontenay-le-fleury	11	78	784	48.8125	2.0486	5
78331 CEDEX	Fontenay-le-Fleury	fontenay-le-fleury	11	78	784	48.8125	2.0486	5
78339 CEDEX	Fontenay-le-Fleury	fontenay-le-fleury	11	78	784	48.8125	2.0486	5
78340	Les Clayes-sous-Bois	les-clayes-sous-bois	11	78	784	48.8221	1.9868	5
78341 CEDEX	Les Clayes-sous-Bois	les-clayes-sous-bois	11	78	784	48.8221	1.9868	5
78342 CEDEX	Les Clayes-sous-Bois	les-clayes-sous-bois	11	78	784	48.8221	1.9868	5
78344 CEDEX	Les Clayes-sous-Bois	les-clayes-sous-bois	11	78	784	48.8221	1.9868	5
78345 CEDEX	Les Clayes-sous-Bois	les-clayes-sous-bois	11	78	784	48.8221	1.9868	5
78346 CEDEX	Les Clayes-sous-Bois	les-clayes-sous-bois	11	78	784	48.8221	1.9868	5
78349 CEDEX	Les Clayes-sous-Bois	les-clayes-sous-bois	11	78	784	48.8221	1.9868	5
78350	Jouy-en-Josas	jouy-en-josas	11	78	784	48.7591	2.1697	5
78350	Les Loges-en-Josas	les-loges-en-josas	11	78	784	48.7638	2.14	5
78351 CEDEX	Jouy-en-Josas	jouy-en-josas	11	78	784	48.7591	2.1697	5
78352 CEDEX	Jouy-en-Josas	jouy-en-josas	11	78	784	48.7591	2.1697	5
78353 CEDEX	Jouy-en-Josas	jouy-en-josas	11	78	784	48.7591	2.1697	5
78354 CEDEX	Jouy-en-Josas	jouy-en-josas	11	78	784	48.7591	2.1697	5
78355 CEDEX	Jouy-en-Josas	jouy-en-josas	11	78	784	48.7591	2.1697	5
78356 CEDEX	Jouy-en-Josas	jouy-en-josas	11	78	784	48.7591	2.1697	5
78359 CEDEX	Jouy-en-Josas	jouy-en-josas	11	78	784	48.7591	2.1697	5
78360	Montesson	montesson	11	78	783	48.9092	2.1375	5
78361 CEDEX	Montesson	montesson	11	78	783	48.9092	2.1375	5
78362 CEDEX	Montesson	montesson	11	78	783	48.9092	2.1375	5
78363 CEDEX	Montesson	montesson	11	78	783	48.9092	2.1375	5
78364 CEDEX	Montesson	montesson	11	78	783	48.9092	2.1375	5
78368 CEDEX	Montesson	montesson	11	78	783	48.9092	2.1375	5
78370	Plaisir	plaisir	11	78	784	48.8232	1.9541	5
78371 CEDEX	Plaisir	plaisir	11	78	784	48.8232	1.9541	5
78372 CEDEX	Plaisir	plaisir	11	78	784	48.8232	1.9541	5
78373 CEDEX	Plaisir	plaisir	11	78	784	48.8232	1.9541	5
78374 CEDEX	Plaisir	plaisir	11	78	784	48.8232	1.9541	5
78375 CEDEX	Plaisir	plaisir	11	78	784	48.8232	1.9541	5
78376 CEDEX	Plaisir	plaisir	11	78	784	48.8232	1.9541	5
78377 CEDEX	Plaisir	plaisir	11	78	784	48.8232	1.9541	5
78378 CEDEX	Plaisir	plaisir	11	78	784	48.8232	1.9541	5
78379 CEDEX	Plaisir	plaisir	11	78	784	48.8232	1.9541	5
78380	Bougival	bougival	11	78	784	48.8622	2.1415	5
78390	Bois-d’Arcy	bois-d-arcy	11	78	784	48.7997	2.0232	5
78391 CEDEX	Bois-d’Arcy	bois-d-arcy	11	78	784	48.7997	2.0232	5
78395 CEDEX	Bois-d’Arcy	bois-d-arcy	11	78	784	48.7997	2.0232	5
78400	Chatou	chatou	11	78	783	48.8898	2.1586	5
78401 CEDEX	Chatou	chatou	11	78	783	48.8898	2.1586	5
78402 CEDEX	Chatou	chatou	11	78	783	48.8898	2.1586	5
78403 CEDEX	Chatou	chatou	11	78	783	48.8898	2.1586	5
78404 CEDEX	Chatou	chatou	11	78	783	48.8898	2.1586	5
78409 CEDEX	Chatou	chatou	11	78	783	48.8898	2.1586	5
78410	Flins-sur-Seine	flins-sur-seine	11	78	781	48.9652	1.8731	5
78410	Bouafle	bouafle	11	78	781	48.9646	1.9012	5
78410	La Falaise	la-falaise	11	78	781	48.9436	1.8299	5
78410	Nézel	nezel	11	78	781	48.9445	1.8392	5
78410	Aubergenville	aubergenville	11	78	781	48.96	1.8547	5
78411 CEDEX	Aubergenville	aubergenville	11	78	781	48.96	1.8547	5
78412 CEDEX	Aubergenville	aubergenville	11	78	781	48.96	1.8547	5
78413 CEDEX	Aubergenville	aubergenville	11	78	781	48.96	1.8547	5
78415 CEDEX	Aubergenville	aubergenville	11	78	781	48.96	1.8547	5
78416 CEDEX	Aubergenville	aubergenville	11	78	781	48.96	1.8547	5
78417 CEDEX	Aubergenville	aubergenville	11	78	781	48.96	1.8547	5
78419 CEDEX	Aubergenville	aubergenville	11	78	781	48.96	1.8547	5
78420	Carrières-sur-Seine	carrieres-sur-seine	11	78	783	48.9069	2.1792	5
78421 CEDEX	Carrières-sur-Seine	carrieres-sur-seine	11	78	783	48.9069	2.1792	5
78422 CEDEX	Carrières-sur-Seine	carrieres-sur-seine	11	78	783	48.9069	2.1792	5
78423 CEDEX	Carrières-sur-Seine	carrieres-sur-seine	11	78	783	48.9069	2.1792	5
78424 CEDEX	Carrières-sur-Seine	carrieres-sur-seine	11	78	783	48.9069	2.1792	5
78429 CEDEX	Carrières-sur-Seine	carrieres-sur-seine	11	78	783	48.9069	2.1792	5
78430	Louveciennes	louveciennes	11	78	783	48.8612	2.1146	5
78431 CEDEX	Louveciennes	louveciennes	11	78	783	48.8612	2.1146	5
78439 CEDEX	Louveciennes	louveciennes	11	78	783	48.8612	2.1146	5
78440	Guitrancourt	guitrancourt	11	78	781	49.0095	1.7765	5
78440	Fontenay-Saint-Père	fontenay-saint-pere	11	78	781	49.0247	1.7578	5
78440	Drocourt	drocourt	11	78	781	49.0571	1.7669	5
78440	Gargenville	gargenville	11	78	781	48.988	1.8118	5
78440	Sailly	sailly	11	78	781	49.0412	1.8011	5
78440	Issou	issou	11	78	781	48.9899	1.7929	5
78440	Lainville-en-Vexin	lainville-en-vexin	11	78	781	49.0667	1.8167	5
78440	Montalet-le-Bois	montalet-le-bois	11	78	781	49.0466	1.8265	5
78440	Brueil-en-Vexin	brueil-en-vexin	11	78	781	49.0333	1.8167	5
78440	Porcheville	porcheville	11	78	781	48.9725	1.7797	5
78440	Jambville	jambville	11	78	781	49.0457	1.8528	5
78450	Villepreux	villepreux	11	78	784	48.8281	1.9976	5
78450	Chavenay	chavenay	11	78	783	48.8544	1.9916	5
78451 CEDEX	Vélizy-Villacoublay	velizy-villacoublay	11	78	784	48.782	2.1939	5
78457 CEDEX	Vélizy-Villacoublay	velizy-villacoublay	11	78	784	48.782	2.1939	5
78458 CEDEX	Vélizy-Villacoublay	velizy-villacoublay	11	78	784	48.782	2.1939	5
78460	Choisel	choisel	11	78	782	48.6877	2.0182	5
78460	Chevreuse	chevreuse	11	78	782	48.7066	2.0333	5
78470	Milon-la-Chapelle	milon-la-chapelle	11	78	782	48.7264	2.0493	5
78470	Saint-Lambert	saint-lambert	11	78	782	48.7318	2.0197	5
78470	Saint-Rémy-lès-Chevreuse	saint-remy-les-chevreuse	11	78	782	48.7071	2.0769	5
78471 CEDEX	Saint-Rémy-lès-Chevreuse	saint-remy-les-chevreuse	11	78	782	48.7071	2.0769	5
78472 CEDEX	Saint-Rémy-lès-Chevreuse	saint-remy-les-chevreuse	11	78	782	48.7071	2.0769	5
78479 CEDEX	Saint-Rémy-lès-Chevreuse	saint-remy-les-chevreuse	11	78	782	48.7071	2.0769	5
78480	Verneuil-sur-Seine	verneuil-sur-seine	11	78	783	48.9739	1.9648	5
78490	Vicq	vicq	11	78	782	48.8148	1.8354	5
78490	Méré	mere	11	78	782	48.7845	1.8125	5
78490	Boissy-sans-Avoir	boissy-sans-avoir	11	78	782	48.8167	1.8	5
78490	Mareil-le-Guyon	mareil-le-guyon	11	78	782	48.7896	1.8522	5
78490	Bazoches-sur-Guyonne	bazoches-sur-guyonne	11	78	782	48.7783	1.8554	5
78490	Gambaiseuil	gambaiseuil	11	78	782	48.7567	1.7321	5
78490	Galluis	galluis	11	78	782	48.7966	1.7941	5
78490	Grosrouvre	grosrouvre	11	78	782	48.7821	1.7617	5
78490	Montfort-l’Amaury	montfort-l-amaury	11	78	782	48.7728	1.8131	5
78490	Le Tremblay-sur-Mauldre	le-tremblay-sur-mauldre	11	78	782	48.7782	1.8778	5
78490	Les Mesnuls	les-mesnuls	11	78	782	48.7565	1.8446	5
78500	Sartrouville	sartrouville	11	78	783	48.9482	2.1917	5
78501 CEDEX	Sartrouville	sartrouville	11	78	783	48.9482	2.1917	5
78502 CEDEX	Sartrouville	sartrouville	11	78	783	48.9482	2.1917	5
78503 CEDEX	Sartrouville	sartrouville	11	78	783	48.9482	2.1917	5
78504 CEDEX	Sartrouville	sartrouville	11	78	783	48.9482	2.1917	5
78505 CEDEX	Sartrouville	sartrouville	11	78	783	48.9482	2.1917	5
78506 CEDEX	Sartrouville	sartrouville	11	78	783	48.9482	2.1917	5
78507 CEDEX	Sartrouville	sartrouville	11	78	783	48.9482	2.1917	5
78509 CEDEX	Sartrouville	sartrouville	11	78	783	48.9482	2.1917	5
78510	Triel-sur-Seine	triel-sur-seine	11	78	783	48.9782	2.0074	5
78511 CEDEX	Rambouillet	rambouillet	11	78	782	48.65	1.8333	5
78512 CEDEX	Rambouillet	rambouillet	11	78	782	48.65	1.8333	5
78513 CEDEX	Rambouillet	rambouillet	11	78	782	48.65	1.8333	5
78514 CEDEX	Rambouillet	rambouillet	11	78	782	48.65	1.8333	5
78515 CEDEX	Rambouillet	rambouillet	11	78	782	48.65	1.8333	5
78519 CEDEX	Rambouillet	rambouillet	11	78	782	48.65	1.8333	5
78520	Limay	limay	11	78	781	48.9955	1.7408	5
78520	Guernes	guernes	11	78	781	49.0112	1.6368	5
78520	Saint-Martin-la-Garenne	saint-martin-la-garenne	11	78	781	49.041	1.6893	5
78520	Follainville-Dennemont	follainville-dennemont	11	78	781	49.0219	1.7133	5
78530	Buc	buc	11	78	784	48.7763	2.1258	5
78531 CEDEX	Buc	buc	11	78	784	48.7763	2.1258	5
78532 CEDEX	Buc	buc	11	78	784	48.7763	2.1258	5
78533 CEDEX	Buc	buc	11	78	784	48.7763	2.1258	5
78534 CEDEX	Buc	buc	11	78	784	48.7763	2.1258	5
78535 CEDEX	Buc	buc	11	78	784	48.7763	2.1258	5
78536 CEDEX	Buc	buc	11	78	784	48.7763	2.1258	5
78539 CEDEX	Buc	buc	11	78	784	48.7763	2.1258	5
78540	Vernouillet	vernouillet	11	78	783	48.9715	1.9808	5
78550	Bazainville	bazainville	11	78	781	48.8044	1.6673	5
78550	Maulette	maulette	11	78	781	48.7929	1.6215	5
78550	Dannemarie	dannemarie	11	78	781	48.7614	1.6084	5
78550	Houdan	houdan	11	78	781	48.7904	1.6001	5
78550	Gressey	gressey	11	78	781	48.8353	1.6091	5
78550	Richebourg	richebourg	11	78	781	48.8244	1.6404	5
78560	Le Port-Marly	le-port-marly	11	78	783	48.8902	2.1114	5
78570	Chanteloup-les-Vignes	chanteloup-les-vignes	11	78	783	48.9761	2.0326	5
78570	Andrésy	andresy	11	78	783	48.9823	2.0569	5
78580	Maule	maule	11	78	783	48.9106	1.8526	5
78580	Bazemont	bazemont	11	78	783	48.9273	1.8665	5
78580	Jumeauville	jumeauville	11	78	781	48.911	1.7874	5
78580	Herbeville	herbeville	11	78	783	48.9064	1.8874	5
78580	Les Alluets-le-Roi	les-alluets-le-roi	11	78	783	48.9138	1.9181	5
78590	Noisy-le-Roi	noisy-le-roi	11	78	784	48.8445	2.0634	5
78590	Rennemoulin	rennemoulin	11	78	784	48.8341	2.0445	5
78591 CEDEX	Noisy-le-Roi	noisy-le-roi	11	78	784	48.8445	2.0634	5
78592 CEDEX	Noisy-le-Roi	noisy-le-roi	11	78	784	48.8445	2.0634	5
78599 CEDEX	Noisy-le-Roi	noisy-le-roi	11	78	784	48.8445	2.0634	5
78600	Maisons-Laffitte	maisons-laffitte	11	78	783	48.9526	2.1452	5
78600	Le Mesnil-le-Roi	le-mesnil-le-roi	11	78	783	48.9382	2.1255	5
78601 CEDEX	Maisons-Laffitte	maisons-laffitte	11	78	783	48.9526	2.1452	5
78602 CEDEX	Maisons-Laffitte	maisons-laffitte	11	78	783	48.9526	2.1452	5
78603 CEDEX	Maisons-Laffitte	maisons-laffitte	11	78	783	48.9526	2.1452	5
78604 CEDEX	Maisons-Laffitte	maisons-laffitte	11	78	783	48.9526	2.1452	5
78605 CEDEX	Maisons-Laffitte	maisons-laffitte	11	78	783	48.9526	2.1452	5
78606 CEDEX	Maisons-Laffitte	maisons-laffitte	11	78	783	48.9526	2.1452	5
78609 CEDEX	Maisons-Laffitte	maisons-laffitte	11	78	783	48.9526	2.1452	5
78610	Les Bréviaires	les-breviaires	11	78	782	48.7077	1.8138	5
78610	Le Perray-en-Yvelines	le-perray-en-yvelines	11	78	782	48.6944	1.8564	5
78610	Saint-Léger-en-Yvelines	saint-leger-en-yvelines	11	78	782	48.7217	1.7664	5
78610	Auffargis	auffargis	11	78	782	48.7005	1.887	5
78612 CEDEX	Le Perray-en-Yvelines	le-perray-en-yvelines	11	78	782	48.6944	1.8564	5
78619 CEDEX	Le Perray-en-Yvelines	le-perray-en-yvelines	11	78	782	48.6944	1.8564	5
78620	L’Étang-la-Ville	l-etang-la-ville	11	78	783	48.8695	2.0573	5
78630	Morainvilliers	morainvilliers	11	78	783	48.929	1.9362	5
78630	Orgeval	orgeval	11	78	783	48.9216	1.9779	5
78640	Neauphle-le-Vieux	neauphle-le-vieux	11	78	782	48.8155	1.862	5
78640	Saint-Germain-de-la-Grange	saint-germain-de-la-grange	11	78	782	48.8344	1.8988	5
78640	Neauphle-le-Château	neauphle-le-chateau	11	78	782	48.8142	1.9057	5
78640	Villiers-Saint-Fréderic	villiers-saint-frederic	11	78	782	48.8167	1.8833	5
78650	Beynes	beynes	11	78	782	48.8563	1.8726	5
78650	Saulx-Marchais	saulx-marchais	11	78	782	48.838	1.8376	5
78660	Prunay-en-Yvelines	prunay-en-yvelines	11	78	782	48.5333	1.8	5
78660	Saint-Martin-de-Bréthencourt	saint-martin-de-brethencourt	11	78	782	48.5097	1.9283	5
78660	Paray-Douaville	paray-douaville	11	78	782	48.4637	1.8775	5
78660	Orsonville	orsonville	11	78	782	48.4764	1.8364	5
78660	Ablis	ablis	11	78	782	48.5172	1.8362	5
78660	Boinville-le-Gaillard	boinville-le-gaillard	11	78	782	48.4942	1.8723	5
78660	Allainville	allainville	11	78	782	48.4569	1.8958	5
78670	Villennes-sur-Seine	villennes-sur-seine	11	78	783	48.9414	1.9914	5
78670	Médan	medan	11	78	783	48.9554	1.9949	5
78680	Épône	epone	11	78	781	48.9548	1.8223	5
78690	Les Essarts-le-Roi	les-essarts-le-roi	11	78	782	48.7167	1.9009	5
78690	Saint-Rémy-l’Honoré	saint-remy-l-honore	11	78	782	48.7563	1.8808	5
78700	Conflans-Sainte-Honorine	conflans-sainte-honorine	11	78	783	49.0016	2.0969	5
78701 CEDEX	Conflans-Sainte-Honorine	conflans-sainte-honorine	11	78	783	49.0016	2.0969	5
78702 CEDEX	Conflans-Sainte-Honorine	conflans-sainte-honorine	11	78	783	49.0016	2.0969	5
78703 CEDEX	Conflans-Sainte-Honorine	conflans-sainte-honorine	11	78	783	49.0016	2.0969	5
78705 CEDEX	Conflans-Sainte-Honorine	conflans-sainte-honorine	11	78	783	49.0016	2.0969	5
78709 CEDEX	Conflans-Sainte-Honorine	conflans-sainte-honorine	11	78	783	49.0016	2.0969	5
78710	Rosny-sur-Seine	rosny-sur-seine	11	78	781	48.9981	1.6313	5
78711	Mantes-la-Ville	mantes-la-ville	11	78	781	48.9737	1.7025	5
78712 CEDEX	Mantes-la-Jolie	mantes-la-jolie	11	78	781	48.9833	1.7167	5
78713 CEDEX	Mantes-la-Jolie	mantes-la-jolie	11	78	781	48.9833	1.7167	5
78714 CEDEX	Mantes-la-Jolie	mantes-la-jolie	11	78	781	48.9833	1.7167	5
78715 CEDEX	Mantes-la-Jolie	mantes-la-jolie	11	78	781	48.9833	1.7167	5
78718 CEDEX	Mantes-la-Jolie	mantes-la-jolie	11	78	781	48.9833	1.7167	5
78720	La Celle-les-Bordes	la-celle-les-bordes	11	78	782	48.6357	1.9532	5
78720	Cernay-la-Ville	cernay-la-ville	11	78	782	48.6732	1.9742	5
78720	Dampierre-en-Yvelines	dampierre-en-yvelines	11	78	782	48.7	1.9833	5
78720	Senlisse	senlisse	11	78	782	48.6883	1.9819	5
78720	Saint-Forget	saint-forget	11	78	782	48.7	2	5
78730	Ponthévrard	ponthevrard	11	78	782	48.5519	1.9105	5
78730	Sainte-Mesme	sainte-mesme	11	78	782	48.5304	1.9557	5
78730	Rochefort-en-Yvelines	rochefort-en-yvelines	11	78	782	48.5852	1.9877	5
78730	Saint-Arnoult-en-Yvelines	saint-arnoult-en-yvelines	11	78	782	48.5711	1.9395	5
78730	Longvilliers	longvilliers	11	78	782	48.5788	1.9907	5
78740	Évecquemont	evecquemont	11	78	781	49.0144	1.9442	5
78740	Vaux-sur-Seine	vaux-sur-seine	11	78	781	49.0127	1.9694	5
78750	Mareil-Marly	mareil-marly	11	78	783	48.8821	2.0735	5
78760	Jouars-Pontchartrain	jouars-pontchartrain	11	78	782	48.7889	1.899	5
78770	Autouillet	autouillet	11	78	782	48.8481	1.8037	5
78770	Andelu	andelu	11	78	783	48.8813	1.8258	5
78770	Goupillières	goupillieres	11	78	782	48.8806	1.7656	5
78770	Thoiry	thoiry	11	78	782	48.8671	1.7976	5
78770	Marcq	marcq	11	78	782	48.8586	1.8251	5
78770	Auteuil	auteuil	11	78	782	48.841	1.8175	5
78770	Villiers-le-Mahieu	villiers-le-mahieu	11	78	782	48.8607	1.7718	5
78771 CEDEX	Magny-les-Hameaux	magny-les-hameaux	11	78	782	48.7435	2.0615	5
78778 CEDEX	Magny-les-Hameaux	magny-les-hameaux	11	78	782	48.7435	2.0615	5
78779 CEDEX	Magny-les-Hameaux	magny-les-hameaux	11	78	782	48.7435	2.0615	5
78780	Maurecourt	maurecourt	11	78	783	48.9961	2.0615	5
78790	Septeuil	septeuil	11	78	781	48.8925	1.6836	5
78790	Flins-Neuve-Église	flins-neuve-eglise	11	78	781	48.8914	1.5792	5
78790	Courgent	courgent	11	78	781	48.8951	1.6584	5
78790	Saint-Martin-des-Champs	saint-martin-des-champs	11	78	781	48.8817	1.7168	5
78790	Hargeville	hargeville	11	78	781	48.8902	1.7402	5
78790	Mulcent	mulcent	11	78	781	48.8787	1.6519	5
78790	Montchauvet	montchauvet	11	78	781	48.8913	1.6313	5
78790	Arnouville-lès-Mantes	arnouville-les-mantes	11	78	781	48.9101	1.7311	5
78790	Rosay	rosay	11	78	781	48.9171	1.6783	5
78790	Tilly	tilly	11	78	781	48.8824	1.5767	5
78800	Houilles	houilles	11	78	783	48.9216	2.1926	5
78801 CEDEX	Houilles	houilles	11	78	783	48.9216	2.1926	5
78802 CEDEX	Houilles	houilles	11	78	783	48.9216	2.1926	5
78803 CEDEX	Houilles	houilles	11	78	783	48.9216	2.1926	5
78804 CEDEX	Houilles	houilles	11	78	783	48.9216	2.1926	5
78805 CEDEX	Houilles	houilles	11	78	783	48.9216	2.1926	5
78806 CEDEX	Houilles	houilles	11	78	783	48.9216	2.1926	5
78809 CEDEX	Houilles	houilles	11	78	783	48.9216	2.1926	5
78810	Davron	davron	11	78	783	48.8655	1.9471	5
78810	Feucherolles	feucherolles	11	78	783	48.87	1.974	5
78820	Juziers	juziers	11	78	781	48.9914	1.8476	5
78830	Bullion	bullion	11	78	782	48.6229	1.9902	5
78830	Bonnelles	bonnelles	11	78	782	48.6182	2.0292	5
78840	Moisson	moisson	11	78	781	49.0735	1.6687	5
78840	Freneuse	freneuse	11	78	781	49.0483	1.6017	5
78850	Thiverval-Grignon	thiverval-grignon	11	78	782	48.8496	1.9173	5
78851 CEDEX	Élancourt	elancourt	11	78	782	48.7842	1.9552	5
78852 CEDEX	Élancourt	elancourt	11	78	782	48.7842	1.9552	5
78854 CEDEX	Élancourt	elancourt	11	78	782	48.7842	1.9552	5
78859 CEDEX	Élancourt	elancourt	11	78	782	48.7842	1.9552	5
78860	Saint-Nom-la-Bretêche	saint-nom-la-breteche	11	78	783	48.8594	2.0223	5
78870	Bailly	bailly	11	78	784	48.8417	2.0767	5
78881 CEDEX	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78882 CEDEX	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78883 CEDEX	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78884 CEDEX	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78885 CEDEX	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78886 CEDEX	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78890	Garancières	garancieres	11	78	782	48.8227	1.7551	5
78897 CEDEX	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78910	Osmoy	osmoy	11	78	781	48.8634	1.7171	5
78910	Orvilliers	orvilliers	11	78	781	48.86	1.6476	5
78910	Orgerus	orgerus	11	78	781	48.8385	1.7013	5
78910	Prunay-le-Temple	prunay-le-temple	11	78	781	48.8614	1.674	5
78910	Tacoignières	tacoignieres	11	78	781	48.8362	1.675	5
78910	Civry-la-Forêt	civry-la-foret	11	78	781	48.8656	1.6109	5
78910	Boissets	boissets	11	78	781	48.8614	1.5837	5
78910	Béhoust	behoust	11	78	782	48.8303	1.7213	5
78910	Flexanville	flexanville	11	78	782	48.8534	1.7378	5
78915 CEDEX	Poissy	poissy	11	78	783	48.929	2.0495	5
78920	Ecquevilly	ecquevilly	11	78	781	48.9519	1.9234	5
78921 CEDEX 9	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78922 CEDEX 9	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78923 CEDEX 9	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78924 CEDEX 9	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78925 CEDEX 9	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78926 CEDEX 9	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78927 CEDEX 9	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78928 CEDEX 9	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78929 CEDEX 9	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78930	Guerville	guerville	11	78	781	48.9439	1.7343	5
78930	Boinville-en-Mantois	boinville-en-mantois	11	78	781	48.9303	1.7567	5
78930	Vert	vert	11	78	781	48.9429	1.6922	5
78930	Villette	villette	11	78	781	48.9277	1.6921	5
78930	Breuil-Bois-Robert	breuil-bois-robert	11	78	781	48.9456	1.717	5
78930	Goussonville	goussonville	11	78	781	48.9201	1.7644	5
78930	Auffreville-Brasseuil	auffreville-brasseuil	11	78	781	48.9541	1.71	5
78931 CEDEX	Septeuil	septeuil	11	78	781	48.8925	1.6836	5
78940	Millemont	millemont	11	78	782	48.8094	1.7446	5
78940	La Queue-les-Yvelines	la-queue-les-yvelines	11	78	782	48.8	1.7667	5
78941 CEDEX	Vélizy-Villacoublay	velizy-villacoublay	11	78	784	48.782	2.1939	5
78942 CEDEX	Vélizy-Villacoublay	velizy-villacoublay	11	78	784	48.782	2.1939	5
78943 CEDEX	Vélizy-Villacoublay	velizy-villacoublay	11	78	784	48.782	2.1939	5
78944 CEDEX	Vélizy-Villacoublay	velizy-villacoublay	11	78	784	48.782	2.1939	5
78945 CEDEX	Vélizy-Villacoublay	velizy-villacoublay	11	78	784	48.782	2.1939	5
78946 CEDEX	Vélizy-Villacoublay	velizy-villacoublay	11	78	784	48.782	2.1939	5
78948 CEDEX 9	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78949 CEDEX 9	Saint-Quentin-en-Yvelines	saint-quentin-en-yvelines	11	78		48.7732	2.0191	5
78950	Gambais	gambais	11	78	782	48.7735	1.672	5
78955	Carrières-sous-Poissy	carrieres-sous-poissy	11	78	783	48.9495	2.0407	5
78960	Voisins-le-Bretonneux	voisins-le-bretonneux	11	78	782	48.7579	2.0514	5
78970	Mézières-sur-Seine	mezieres-sur-seine	11	78	781	48.9613	1.7925	5
78980	Saint-Illiers-le-Bois	saint-illiers-le-bois	11	78	781	48.959	1.506	5
78980	Mondreville	mondreville	11	78	781	48.9029	1.5524	5
78980	Le Tertre-Saint-Denis	le-tertre-saint-denis	11	78	781	48.9382	1.6067	5
78980	Longnes	longnes	11	78	781	48.92	1.587	5
78980	Bréval	breval	11	78	781	48.9454	1.5331	5
78980	Saint-Illiers-la-Ville	saint-illiers-la-ville	11	78	781	48.9765	1.5395	5
78980	Neauphlette	neauphlette	11	78	781	48.9314	1.5261	5
78990	Élancourt	elancourt	11	78	782	48.7842	1.9552	5
78995 CEDEX	Élancourt	elancourt	11	78	782	48.7842	1.9552	5
78996 CEDEX	Élancourt	elancourt	11	78	782	48.7842	1.9552	5
78997 CEDEX	Élancourt	elancourt	11	78	782	48.7842	1.9552	5
91000	Évry	evry	11	91	912	48.6328	2.4405	5
91001 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91002 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91003 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91004 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91005 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91006 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91007 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91008 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91009 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91010 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91011 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91012 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91013 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91014 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91015 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91016 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91017 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91018 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91019 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91020 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91021 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91022 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91023 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91024 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91025 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91026 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91027 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91028 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91029 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91030 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91031 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91032 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91033 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91034 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91035 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91036 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91037 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91038 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91039 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91040 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91041 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91042 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91043 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91044 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91045 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91046 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91047 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91048 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91049 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91050 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91051 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91052 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91053 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91054 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91055 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91056 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91057 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91058 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91059 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91070	Bondoufle	bondoufle	11	91	912	48.6129	2.3777	5
91071 CEDEX	Bondoufle	bondoufle	11	91	912	48.6129	2.3777	5
91072 CEDEX	Bondoufle	bondoufle	11	91	912	48.6129	2.3777	5
91074 CEDEX	Bondoufle	bondoufle	11	91	912	48.6129	2.3777	5
91077 CEDEX	Bondoufle	bondoufle	11	91	912	48.6129	2.3777	5
91078 CEDEX	Bondoufle	bondoufle	11	91	912	48.6129	2.3777	5
91079 CEDEX	Bondoufle	bondoufle	11	91	912	48.6129	2.3777	5
91080	Courcouronnes	courcouronnes	11	91	912	48.6143	2.4076	5
91090	Lisses	lisses	11	91	912	48.6022	2.4225	5
91097 CEDEX	Évry	evry	11	91	912	48.6328	2.4405	5
91100	Corbeil-Essonnes	corbeil-essonnes	11	91	912	48.606	2.4876	5
91100	Villabé	villabe	11	91	912	48.5895	2.451	5
91101 CEDEX	Corbeil-Essonnes	corbeil-essonnes	11	91	912	48.606	2.4876	5
91102 CEDEX	Corbeil-Essonnes	corbeil-essonnes	11	91	912	48.606	2.4876	5
91103 CEDEX	Corbeil-Essonnes	corbeil-essonnes	11	91	912	48.606	2.4876	5
91104 CEDEX	Corbeil-Essonnes	corbeil-essonnes	11	91	912	48.606	2.4876	5
91105 CEDEX	Corbeil-Essonnes	corbeil-essonnes	11	91	912	48.606	2.4876	5
91106 CEDEX	Corbeil-Essonnes	corbeil-essonnes	11	91	912	48.606	2.4876	5
91107 CEDEX	Corbeil-Essonnes	corbeil-essonnes	11	91	912	48.606	2.4876	5
91108 CEDEX	Corbeil-Essonnes	corbeil-essonnes	11	91	912	48.606	2.4876	5
91109 CEDEX	Corbeil-Essonnes	corbeil-essonnes	11	91	912	48.606	2.4876	5
91120	Palaiseau	palaiseau	11	91	913	48.7167	2.25	5
91121 CEDEX	Palaiseau	palaiseau	11	91	913	48.7167	2.25	5
91122 CEDEX	Palaiseau	palaiseau	11	91	913	48.7167	2.25	5
91123 CEDEX	Palaiseau	palaiseau	11	91	913	48.7167	2.25	5
91124 CEDEX	Palaiseau	palaiseau	11	91	913	48.7167	2.25	5
91125 CEDEX	Palaiseau	palaiseau	11	91	913	48.7167	2.25	5
91126 CEDEX	Palaiseau	palaiseau	11	91	913	48.7167	2.25	5
91127 CEDEX	Palaiseau	palaiseau	11	91	913	48.7167	2.25	5
91128 CEDEX	Palaiseau	palaiseau	11	91	913	48.7167	2.25	5
91129 CEDEX	Palaiseau	palaiseau	11	91	913	48.7167	2.25	5
91130	Ris-Orangis	ris-orangis	11	91	912	48.6511	2.4141	5
91131 CEDEX	Ris-Orangis	ris-orangis	11	91	912	48.6511	2.4141	5
91132 CEDEX	Ris-Orangis	ris-orangis	11	91	912	48.6511	2.4141	5
91133 CEDEX	Ris-Orangis	ris-orangis	11	91	912	48.6511	2.4141	5
91135 CEDEX	Ris-Orangis	ris-orangis	11	91	912	48.6511	2.4141	5
91136 CEDEX	Ris-Orangis	ris-orangis	11	91	912	48.6511	2.4141	5
91137 CEDEX	Ris-Orangis	ris-orangis	11	91	912	48.6511	2.4141	5
91140	Villebon-sur-Yvette	villebon-sur-yvette	11	91	913	48.7059	2.2402	5
91140	Villejust	villejust	11	91	913	48.683	2.2361	5
91141 CEDEX	Villebon-sur-Yvette	villebon-sur-yvette	11	91	913	48.7059	2.2402	5
91142 CEDEX	Villebon-sur-Yvette	villebon-sur-yvette	11	91	913	48.7059	2.2402	5
91146 CEDEX	Villebon-sur-Yvette	villebon-sur-yvette	11	91	913	48.7059	2.2402	5
91149 CEDEX	Villebon-sur-Yvette	villebon-sur-yvette	11	91	913	48.7059	2.2402	5
91150	Boutervilliers	boutervilliers	11	91	911	48.4527	2.0557	5
91150	Morigny-Champigny	morigny-champigny	11	91	911	48.4468	2.1835	5
91150	Blandy	blandy	11	91	911	48.3142	2.2573	5
91150	Mespuits	mespuits	11	91	911	48.3568	2.2724	5
91150	Abbéville-la-Rivière	abbeville-la-riviere	11	91	911	48.3468	2.1659	5
91150	Ormoy-la-Rivière	ormoy-la-riviere	11	91	911	48.405	2.1498	5
91150	Marolles-en-Beauce	marolles-en-beauce	11	91	911	48.3748	2.2005	5
91150	Brières-les-Scellés	brieres-les-scelles	11	91	911	48.4565	2.1371	5
91150	Roinvilliers	roinvilliers	11	91	911	48.3562	2.2431	5
91150	Brouy	brouy	11	91	911	48.3161	2.2787	5
91150	Champmotteux	champmotteux	11	91	911	48.3433	2.3195	5
91150	La Forêt-Sainte-Croix	la-foret-sainte-croix	11	91	911	48.3843	2.2309	5
91150	Puiselet-le-Marais	puiselet-le-marais	11	91	911	48.4058	2.2626	5
91150	Bois-Herpin	bois-herpin	11	91	911	48.3705	2.2357	5
91150	Étampes	etampes	11	91	911	48.4333	2.15	5
91151 CEDEX	Étampes	etampes	11	91	911	48.4333	2.15	5
91152 CEDEX	Étampes	etampes	11	91	911	48.4333	2.15	5
91153 CEDEX	Étampes	etampes	11	91	911	48.4333	2.15	5
91154 CEDEX	Étampes	etampes	11	91	911	48.4333	2.15	5
91156 CEDEX	Étampes	etampes	11	91	911	48.4333	2.15	5
91157 CEDEX	Étampes	etampes	11	91	911	48.4333	2.15	5
91158 CEDEX	Étampes	etampes	11	91	911	48.4333	2.15	5
91159 CEDEX	Étampes	etampes	11	91	911	48.4333	2.15	5
91160	Ballainvilliers	ballainvilliers	11	91	913	48.6748	2.3006	5
91160	Saulx-les-Chartreux	saulx-les-chartreux	11	91	913	48.6906	2.2673	5
91160	Longjumeau	longjumeau	11	91	913	48.695	2.3074	5
91160	Champlan	champlan	11	91	913	48.7082	2.2797	5
91161 CEDEX	Longjumeau	longjumeau	11	91	913	48.695	2.3074	5
91162 CEDEX	Longjumeau	longjumeau	11	91	913	48.695	2.3074	5
91163 CEDEX	Longjumeau	longjumeau	11	91	913	48.695	2.3074	5
91164 CEDEX	Longjumeau	longjumeau	11	91	913	48.695	2.3074	5
91165 CEDEX	Longjumeau	longjumeau	11	91	913	48.695	2.3074	5
91166 CEDEX	Longjumeau	longjumeau	11	91	913	48.695	2.3074	5
91167 CEDEX	Longjumeau	longjumeau	11	91	913	48.695	2.3074	5
91168 CEDEX	Longjumeau	longjumeau	11	91	913	48.695	2.3074	5
91169 CEDEX	Longjumeau	longjumeau	11	91	913	48.695	2.3074	5
91170	Viry-Châtillon	viry-chatillon	11	91	912	48.6721	2.3932	5
91171 CEDEX	Viry-Châtillon	viry-chatillon	11	91	912	48.6721	2.3932	5
91172 CEDEX	Viry-Châtillon	viry-chatillon	11	91	912	48.6721	2.3932	5
91173 CEDEX	Viry-Châtillon	viry-chatillon	11	91	912	48.6721	2.3932	5
91174 CEDEX	Viry-Châtillon	viry-chatillon	11	91	912	48.6721	2.3932	5
91177 CEDEX	Viry-Châtillon	viry-chatillon	11	91	912	48.6721	2.3932	5
91178 CEDEX	Viry-Châtillon	viry-chatillon	11	91	912	48.6721	2.3932	5
91179 CEDEX	Viry-Châtillon	viry-chatillon	11	91	912	48.6721	2.3932	5
91180	Saint-Germain-lès-Arpajon	saint-germain-les-arpajon	11	91	913	48.5973	2.2648	5
91190	Villiers-le-Bâcle	villiers-le-bacle	11	91	913	48.7282	2.1193	5
91190	Saint-Aubin	saint-aubin	11	91	913	48.7133	2.1412	5
91190	Gif-sur-Yvette	gif-sur-yvette	11	91	913	48.6833	2.1333	5
91191 CEDEX	Gif-sur-Yvette	gif-sur-yvette	11	91	913	48.6833	2.1333	5
91192 CEDEX	Gif-sur-Yvette	gif-sur-yvette	11	91	913	48.6833	2.1333	5
91193 CEDEX	Gif-sur-Yvette	gif-sur-yvette	11	91	913	48.6833	2.1333	5
91194 CEDEX	Gif-sur-Yvette	gif-sur-yvette	11	91	913	48.6833	2.1333	5
91195 CEDEX	Gif-sur-Yvette	gif-sur-yvette	11	91	913	48.6833	2.1333	5
91196 CEDEX	Gif-sur-Yvette	gif-sur-yvette	11	91	913	48.6833	2.1333	5
91197 CEDEX	Gif-sur-Yvette	gif-sur-yvette	11	91	913	48.6833	2.1333	5
91198 CEDEX	Gif-sur-Yvette	gif-sur-yvette	11	91	913	48.6833	2.1333	5
91199 CEDEX	Gif-sur-Yvette	gif-sur-yvette	11	91	913	48.6833	2.1333	5
91200	Athis-Mons	athis-mons	11	91	913	48.7052	2.3915	5
91201 CEDEX	Athis-Mons	athis-mons	11	91	913	48.7052	2.3915	5
91204 CEDEX	Athis-Mons	athis-mons	11	91	913	48.7052	2.3915	5
91205 CEDEX	Athis-Mons	athis-mons	11	91	913	48.7052	2.3915	5
91207 CEDEX	Athis-Mons	athis-mons	11	91	913	48.7052	2.3915	5
91209 CEDEX	Athis-Mons	athis-mons	11	91	913	48.7052	2.3915	5
91210	Draveil	draveil	11	91	912	48.6847	2.4142	5
91211 CEDEX	Draveil	draveil	11	91	912	48.6847	2.4142	5
91213 CEDEX	Draveil	draveil	11	91	912	48.6847	2.4142	5
91214 CEDEX	Draveil	draveil	11	91	912	48.6847	2.4142	5
91220	Le Plessis-Pâté	le-plessis-pate	11	91	913	48.6108	2.3232	5
91220	Brétigny-sur-Orge	bretigny-sur-orge	11	91	913	48.6113	2.3059	5
91221 CEDEX	Brétigny-sur-Orge	bretigny-sur-orge	11	91	913	48.6113	2.3059	5
91222 CEDEX	Brétigny-sur-Orge	bretigny-sur-orge	11	91	913	48.6113	2.3059	5
91223 CEDEX	Brétigny-sur-Orge	bretigny-sur-orge	11	91	913	48.6113	2.3059	5
91224 CEDEX	Brétigny-sur-Orge	bretigny-sur-orge	11	91	913	48.6113	2.3059	5
91225 CEDEX	Brétigny-sur-Orge	bretigny-sur-orge	11	91	913	48.6113	2.3059	5
91226 CEDEX	Brétigny-sur-Orge	bretigny-sur-orge	11	91	913	48.6113	2.3059	5
91227 CEDEX	Brétigny-sur-Orge	bretigny-sur-orge	11	91	913	48.6113	2.3059	5
91228 CEDEX	Brétigny-sur-Orge	bretigny-sur-orge	11	91	913	48.6113	2.3059	5
91229 CEDEX	Brétigny-sur-Orge	bretigny-sur-orge	11	91	913	48.6113	2.3059	5
91230	Montgeron	montgeron	11	91	912	48.7054	2.4504	5
91240	Saint-Michel-sur-Orge	saint-michel-sur-orge	11	91	913	48.6348	2.3083	5
91241 CEDEX	Saint-Michel-sur-Orge	saint-michel-sur-orge	11	91	913	48.6348	2.3083	5
91250	Saint-Germain-lès-Corbeil	saint-germain-les-corbeil	11	91	912	48.6221	2.4878	5
91250	Tigery	tigery	11	91	912	48.6426	2.5078	5
91250	Saintry-sur-Seine	saintry-sur-seine	11	91	912	48.5964	2.4951	5
91250	Morsang-sur-Seine	morsang-sur-seine	11	91	912	48.5705	2.4981	5
91260	Juvisy-sur-Orge	juvisy-sur-orge	11	91	913	48.6833	2.3833	5
91261 CEDEX	Juvisy-sur-Orge	juvisy-sur-orge	11	91	913	48.6833	2.3833	5
91262 CEDEX	Juvisy-sur-Orge	juvisy-sur-orge	11	91	913	48.6833	2.3833	5
91263 CEDEX	Juvisy-sur-Orge	juvisy-sur-orge	11	91	913	48.6833	2.3833	5
91265 CEDEX	Juvisy-sur-Orge	juvisy-sur-orge	11	91	913	48.6833	2.3833	5
91266 CEDEX	Juvisy-sur-Orge	juvisy-sur-orge	11	91	913	48.6833	2.3833	5
91267 CEDEX	Juvisy-sur-Orge	juvisy-sur-orge	11	91	913	48.6833	2.3833	5
91268 CEDEX	Juvisy-sur-Orge	juvisy-sur-orge	11	91	913	48.6833	2.3833	5
91269 CEDEX	Juvisy-sur-Orge	juvisy-sur-orge	11	91	913	48.6833	2.3833	5
91270	Vigneux-sur-Seine	vigneux-sur-seine	11	91	912	48.7029	2.4136	5
91280	Saint-Pierre-du-Perray	saint-pierre-du-perray	11	91	912	48.6106	2.4943	5
91290	La Norville	la-norville	11	91	913	48.5824	2.2618	5
91290	Arpajon	arpajon	11	91	913	48.5888	2.2467	5
91291 CEDEX	Arpajon	arpajon	11	91	913	48.5888	2.2467	5
91292 CEDEX	Arpajon	arpajon	11	91	913	48.5888	2.2467	5
91294 CEDEX	Arpajon	arpajon	11	91	913	48.5888	2.2467	5
91295 CEDEX	Arpajon	arpajon	11	91	913	48.5888	2.2467	5
91296 CEDEX	Arpajon	arpajon	11	91	913	48.5888	2.2467	5
91297 CEDEX	Arpajon	arpajon	11	91	913	48.5888	2.2467	5
91298 CEDEX	Arpajon	arpajon	11	91	913	48.5888	2.2467	5
91299 CEDEX	Arpajon	arpajon	11	91	913	48.5888	2.2467	5
91300	Massy	massy	11	91	913	48.7269	2.283	5
91301 CEDEX	Massy	massy	11	91	913	48.7269	2.283	5
91302 CEDEX	Massy	massy	11	91	913	48.7269	2.283	5
91303 CEDEX	Massy	massy	11	91	913	48.7269	2.283	5
91304 CEDEX	Massy	massy	11	91	913	48.7269	2.283	5
91305 CEDEX	Massy	massy	11	91	913	48.7269	2.283	5
91306 CEDEX	Massy	massy	11	91	913	48.7269	2.283	5
91307 CEDEX	Massy	massy	11	91	913	48.7269	2.283	5
91308 CEDEX	Massy	massy	11	91	913	48.7269	2.283	5
91309 CEDEX	Massy	massy	11	91	913	48.7269	2.283	5
91310	Montlhéry	montlhery	11	91	913	48.64	2.2747	5
91310	Leuville-sur-Orge	leuville-sur-orge	11	91	913	48.6173	2.2668	5
91310	Longpont-sur-Orge	longpont-sur-orge	11	91	913	48.6417	2.2928	5
91310	Linas	linas	11	91	913	48.6304	2.2627	5
91311 CEDEX	Montlhéry	montlhery	11	91	913	48.64	2.2747	5
91312 CEDEX	Montlhéry	montlhery	11	91	913	48.64	2.2747	5
91314 CEDEX	Montlhéry	montlhery	11	91	913	48.64	2.2747	5
91315 CEDEX	Montlhéry	montlhery	11	91	913	48.64	2.2747	5
91320	Wissous	wissous	11	91	913	48.7335	2.3234	5
91321 CEDEX	Wissous	wissous	11	91	913	48.7335	2.3234	5
91322 CEDEX	Wissous	wissous	11	91	913	48.7335	2.3234	5
91323 CEDEX	Wissous	wissous	11	91	913	48.7335	2.3234	5
91324 CEDEX	Wissous	wissous	11	91	913	48.7335	2.3234	5
91325 CEDEX	Wissous	wissous	11	91	913	48.7335	2.3234	5
91328 CEDEX	Wissous	wissous	11	91	913	48.7335	2.3234	5
91329 CEDEX	Wissous	wissous	11	91	913	48.7335	2.3234	5
91330	Yerres	yerres	11	91	912	48.7179	2.4934	5
91331 CEDEX	Yerres	yerres	11	91	912	48.7179	2.4934	5
91332 CEDEX	Yerres	yerres	11	91	912	48.7179	2.4934	5
91333 CEDEX	Yerres	yerres	11	91	912	48.7179	2.4934	5
91334 CEDEX	Yerres	yerres	11	91	912	48.7179	2.4934	5
91335 CEDEX	Yerres	yerres	11	91	912	48.7179	2.4934	5
91339 CEDEX	Yerres	yerres	11	91	912	48.7179	2.4934	5
91340	Ollainville	ollainville	11	91	913	48.5908	2.2194	5
91341 CEDEX	Massy	massy	11	91	913	48.7269	2.283	5
91342 CEDEX	Massy	massy	11	91	913	48.7269	2.283	5
91343 CEDEX	Massy	massy	11	91	913	48.7269	2.283	5
91344 CEDEX	Massy	massy	11	91	913	48.7269	2.283	5
91345 CEDEX	Massy	massy	11	91	913	48.7269	2.283	5
91346 CEDEX	Massy	massy	11	91	913	48.7269	2.283	5
91347 CEDEX	Massy	massy	11	91	913	48.7269	2.283	5
91348 CEDEX	Massy	massy	11	91	913	48.7269	2.283	5
91349 CEDEX	Massy	massy	11	91	913	48.7269	2.283	5
91350	Grigny	grigny	11	91	912	48.6541	2.3934	5
91351 CEDEX	Grigny	grigny	11	91	912	48.6541	2.3934	5
91353 CEDEX	Grigny	grigny	11	91	912	48.6541	2.3934	5
91354 CEDEX	Grigny	grigny	11	91	912	48.6541	2.3934	5
91355 CEDEX	Grigny	grigny	11	91	912	48.6541	2.3934	5
91359 CEDEX	Grigny	grigny	11	91	912	48.6541	2.3934	5
91360	Villemoisson-sur-Orge	villemoisson-sur-orge	11	91	913	48.6663	2.3366	5
91360	Épinay-sur-Orge	epinay-sur-orge	11	91	913	48.6734	2.3107	5
91370	Verrières-le-Buisson	verrieres-le-buisson	11	91	913	48.7457	2.268	5
91371 CEDEX	Verrières-le-Buisson	verrieres-le-buisson	11	91	913	48.7457	2.268	5
91374 CEDEX	Verrières-le-Buisson	verrieres-le-buisson	11	91	913	48.7457	2.268	5
91380	Chilly-Mazarin	chilly-mazarin	11	91	913	48.7149	2.3164	5
91381 CEDEX	Chilly-Mazarin	chilly-mazarin	11	91	913	48.7149	2.3164	5
91382 CEDEX	Chilly-Mazarin	chilly-mazarin	11	91	913	48.7149	2.3164	5
91383 CEDEX	Chilly-Mazarin	chilly-mazarin	11	91	913	48.7149	2.3164	5
91384 CEDEX	Chilly-Mazarin	chilly-mazarin	11	91	913	48.7149	2.3164	5
91385 CEDEX	Chilly-Mazarin	chilly-mazarin	11	91	913	48.7149	2.3164	5
91386 CEDEX	Chilly-Mazarin	chilly-mazarin	11	91	913	48.7149	2.3164	5
91387 CEDEX	Chilly-Mazarin	chilly-mazarin	11	91	913	48.7149	2.3164	5
91388 CEDEX	Chilly-Mazarin	chilly-mazarin	11	91	913	48.7149	2.3164	5
91389 CEDEX	Chilly-Mazarin	chilly-mazarin	11	91	913	48.7149	2.3164	5
91390	Morsang-sur-Orge	morsang-sur-orge	11	91	912	48.6618	2.3534	5
91400	Orsay	orsay	11	91	913	48.6957	2.1873	5
91400	Saclay	saclay	11	91	913	48.7326	2.1692	5
91400	Gometz-la-Ville	gometz-la-ville	11	91	913	48.6722	2.1287	5
91401 CEDEX	Orsay	orsay	11	91	913	48.6957	2.1873	5
91402 CEDEX	Orsay	orsay	11	91	913	48.6957	2.1873	5
91403 CEDEX	Orsay	orsay	11	91	913	48.6957	2.1873	5
91404 CEDEX	Orsay	orsay	11	91	913	48.6957	2.1873	5
91405 CEDEX	Orsay	orsay	11	91	913	48.6957	2.1873	5
91406 CEDEX	Orsay	orsay	11	91	913	48.6957	2.1873	5
91407 CEDEX	Orsay	orsay	11	91	913	48.6957	2.1873	5
91409 CEDEX	Orsay	orsay	11	91	913	48.6957	2.1873	5
91410	Dourdan	dourdan	11	91	911	48.5277	2.0111	5
91410	Roinville	roinville	11	91	911	48.5313	2.0425	5
91410	Corbreuse	corbreuse	11	91	911	48.5007	1.9591	5
91410	Les Granges-le-Roi	les-granges-le-roi	11	91	911	48.5023	2.0195	5
91410	Saint-Cyr-sous-Dourdan	saint-cyr-sous-dourdan	11	91	911	48.5667	2.0333	5
91410	La Forêt-le-Roi	la-foret-le-roi	11	91	911	48.4791	2.0411	5
91410	Richarville	richarville	11	91	911	48.4719	2.0015	5
91410	Plessis-Saint-Benoist	plessis-saint-benoist	11	91	911	48.4451	2.0053	5
91410	Chatignonville	chatignonville	11	91	911	48.4684	1.9317	5
91410	Authon-la-Plaine	authon-la-plaine	11	91	911	48.4502	1.9575	5
91410	Saint-Escobille	saint-escobille	11	91	911	48.4333	1.9667	5
91412 CEDEX	Dourdan	dourdan	11	91	911	48.5277	2.0111	5
91414 CEDEX	Dourdan	dourdan	11	91	911	48.5277	2.0111	5
91415 CEDEX	Dourdan	dourdan	11	91	911	48.5277	2.0111	5
91416 CEDEX	Dourdan	dourdan	11	91	911	48.5277	2.0111	5
91417 CEDEX	Dourdan	dourdan	11	91	911	48.5277	2.0111	5
91418 CEDEX	Dourdan	dourdan	11	91	911	48.5277	2.0111	5
91420	Morangis	morangis	11	91	913	48.7038	2.3391	5
91421 CEDEX	Morangis	morangis	11	91	913	48.7038	2.3391	5
91422 CEDEX	Morangis	morangis	11	91	913	48.7038	2.3391	5
91423 CEDEX	Morangis	morangis	11	91	913	48.7038	2.3391	5
91424 CEDEX	Morangis	morangis	11	91	913	48.7038	2.3391	5
91425 CEDEX	Morangis	morangis	11	91	913	48.7038	2.3391	5
91426 CEDEX	Morangis	morangis	11	91	913	48.7038	2.3391	5
91427 CEDEX	Morangis	morangis	11	91	913	48.7038	2.3391	5
91428 CEDEX	Morangis	morangis	11	91	913	48.7038	2.3391	5
91429 CEDEX	Morangis	morangis	11	91	913	48.7038	2.3391	5
91430	Vauhallan	vauhallan	11	91	913	48.7335	2.2028	5
91430	Igny	igny	11	91	913	48.7444	2.2243	5
91440	Bures-sur-Yvette	bures-sur-yvette	11	91	913	48.6998	2.1706	5
91450	Étiolles	etiolles	11	91	912	48.6325	2.4823	5
91450	Soisy-sur-Seine	soisy-sur-seine	11	91	912	48.6488	2.4522	5
91460	Marcoussis	marcoussis	11	91	913	48.6403	2.2386	5
91461 CEDEX	Marcoussis	marcoussis	11	91	913	48.6403	2.2386	5
91462 CEDEX	Marcoussis	marcoussis	11	91	913	48.6403	2.2386	5
91463 CEDEX	Marcoussis	marcoussis	11	91	913	48.6403	2.2386	5
91470	Angervilliers	angervilliers	11	91	913	48.5926	2.0654	5
91470	Les Molières	les-molieres	11	91	913	48.6731	2.0696	5
91470	Limours	limours	11	91	913	48.6462	2.0769	5
91470	Pecqueuse	pecqueuse	11	91	913	48.6468	2.0479	5
91470	Boullay-les-Troux	boullay-les-troux	11	91	913	48.6788	2.0489	5
91470	Forges-les-Bains	forges-les-bains	11	91	913	48.6294	2.1026	5
91480	Quincy-sous-Sénart	quincy-sous-senart	11	91	912	48.6729	2.5342	5
91480	Varennes-Jarcy	varennes-jarcy	11	91	912	48.6791	2.5615	5
91490	Moigny-sur-École	moigny-sur-ecole	11	91	912	48.4326	2.458	5
91490	Milly-la-Forêt	milly-la-foret	11	91	912	48.404	2.4701	5
91490	Oncy-sur-École	oncy-sur-ecole	11	91	912	48.3833	2.4667	5
91490	Dannemois	dannemois	11	91	912	48.4544	2.4786	5
91490	Courances	courances	11	91	912	48.4407	2.4764	5
91510	Lardy	lardy	11	91	911	48.5185	2.2736	5
91510	Janville-sur-Juine	janville-sur-juine	11	91	911	48.5135	2.2706	5
91520	Égly	egly	11	91	913	48.5783	2.2242	5
91530	Saint-Chéron	saint-cheron	11	91	911	48.5543	2.124	5
91530	Le Val-Saint-Germain	le-val-saint-germain	11	91	911	48.566	2.0647	5
91530	Sermaise	sermaise	11	91	911	48.5354	2.0807	5
91530	Saint-Maurice-Montcouronne	saint-maurice-montcouronne	11	91	913	48.5829	2.125	5
91540	Écharcon	echarcon	11	91	912	48.5734	2.4104	5
91540	Ormoy	ormoy	11	91	912	48.5749	2.4521	5
91540	Mennecy	mennecy	11	91	912	48.569	2.4438	5
91540	Fontenay-le-Vicomte	fontenay-le-vicomte	11	91	912	48.5476	2.399	5
91541 CEDEX	Mennecy	mennecy	11	91	912	48.569	2.4438	5
91542 CEDEX	Mennecy	mennecy	11	91	912	48.569	2.4438	5
91549 CEDEX	Mennecy	mennecy	11	91	912	48.569	2.4438	5
91550	Paray-Vieille-Poste	paray-vieille-poste	11	91	913	48.714	2.3628	5
91551 CEDEX	Paray-Vieille-Poste	paray-vieille-poste	11	91	913	48.714	2.3628	5
91560	Crosne	crosne	11	91	912	48.7192	2.4573	5
91570	Bièvres	bievres	11	91	913	48.7577	2.2188	5
91571 CEDEX	Bièvres	bievres	11	91	913	48.7577	2.2188	5
91572 CEDEX	Bièvres	bievres	11	91	913	48.7577	2.2188	5
91573 CEDEX	Bièvres	bievres	11	91	913	48.7577	2.2188	5
91574 CEDEX	Massy	massy	11	91	913	48.7269	2.283	5
91578 CEDEX	Bièvres	bievres	11	91	913	48.7577	2.2188	5
91579 CEDEX	Bièvres	bievres	11	91	913	48.7577	2.2188	5
91580	Souzy-la-Briche	souzy-la-briche	11	91	911	48.5301	2.1488	5
91580	Étréchy	etrechy	11	91	911	48.4947	2.1949	5
91580	Villeneuve-sur-Auvers	villeneuve-sur-auvers	11	91	911	48.475	2.2482	5
91580	Villeconin	villeconin	11	91	911	48.5143	2.1254	5
91580	Auvers-Saint-Georges	auvers-saint-georges	11	91	911	48.4928	2.2204	5
91580	Chauffour-lès-Étréchy	chauffour-les-etrechy	11	91	911	48.5041	2.1696	5
91590	Cerny	cerny	11	91	911	48.478	2.3281	5
91590	La Ferté-Alais	la-ferte-alais	11	91	911	48.4831	2.348	5
91590	Guigneville-sur-Essonne	guigneville-sur-essonne	11	91	911	48.475	2.3545	5
91590	Baulne	baulne	11	91	911	48.493	2.3623	5
91590	Boissy-le-Cutté	boissy-le-cutte	11	91	911	48.4702	2.2833	5
91590	Orveau	orveau	11	91	911	48.4487	2.292	5
91590	D’Huison-Longueville	d-huison-longueville	11	91	911	48.4558	2.3404	5
91590	Mondeville	mondeville	11	91	911	48.4911	2.417	5
91600	Savigny-sur-Orge	savigny-sur-orge	11	91	913	48.6768	2.3484	5
91601 CEDEX	Savigny-sur-Orge	savigny-sur-orge	11	91	913	48.6768	2.3484	5
91602 CEDEX	Savigny-sur-Orge	savigny-sur-orge	11	91	913	48.6768	2.3484	5
91603 CEDEX	Savigny-sur-Orge	savigny-sur-orge	11	91	913	48.6768	2.3484	5
91605 CEDEX	Savigny-sur-Orge	savigny-sur-orge	11	91	913	48.6768	2.3484	5
91609 CEDEX	Savigny-sur-Orge	savigny-sur-orge	11	91	913	48.6768	2.3484	5
91610	Ballancourt-sur-Essonne	ballancourt-sur-essonne	11	91	912	48.5253	2.386	5
91612 CEDEX	Ballancourt-sur-Essonne	ballancourt-sur-essonne	11	91	912	48.5253	2.386	5
91613 CEDEX	Ballancourt-sur-Essonne	ballancourt-sur-essonne	11	91	912	48.5253	2.386	5
91619 CEDEX	Ballancourt-sur-Essonne	ballancourt-sur-essonne	11	91	912	48.5253	2.386	5
91620	Nozay	nozay	11	91	913	48.6592	2.2415	5
91620	La Ville-du-Bois	la-ville-du-bois	11	91	913	48.6552	2.2683	5
91625 CEDEX	La Ville-du-Bois	la-ville-du-bois	11	91	913	48.6552	2.2683	5
91630	Leudeville	leudeville	11	91	913	48.5659	2.3268	5
91630	Marolles-en-Hurepoix	marolles-en-hurepoix	11	91	913	48.5623	2.2989	5
91630	Avrainville	avrainville	11	91	913	48.5629	2.2455	5
91630	Cheptainville	cheptainville	11	91	913	48.5509	2.2766	5
91630	Guibeville	guibeville	11	91	913	48.5705	2.2713	5
91640	Janvry	janvry	11	91	913	48.6483	2.1529	5
91640	Fontenay-lès-Briis	fontenay-les-briis	11	91	913	48.6196	2.1528	5
91640	Vaugrigneuse	vaugrigneuse	11	91	913	48.6026	2.1222	5
91640	Briis-sous-Forges	briis-sous-forges	11	91	913	48.624	2.1211	5
91650	Breux-Jouy	breux-jouy	11	91	911	48.5602	2.1565	5
91650	Saint-Yon	saint-yon	11	91	911	48.5581	2.1908	5
91650	Breuillet	breuillet	11	91	913	48.5706	2.1742	5
91660	Estouches	estouches	11	91	911	48.3015	2.1341	5
91660	Méréville	mereville	11	91	911	48.3148	2.0861	5
91670	Angerville	angerville	11	91	911	48.3135	1.9994	5
91680	Courson-Monteloup	courson-monteloup	11	91	913	48.6003	2.1497	5
91680	Bruyères-le-Châtel	bruyeres-le-chatel	11	91	913	48.5887	2.1899	5
91690	Fontaine-la-Rivière	fontaine-la-riviere	11	91	911	48.3585	2.1549	5
91690	Saclas	saclas	11	91	911	48.3584	2.1235	5
91690	Saint-Cyr-la-Rivière	saint-cyr-la-riviere	11	91	911	48.3551	2.1474	5
91690	Boissy-la-Rivière	boissy-la-riviere	11	91	911	48.3732	2.1451	5
91690	Guillerval	guillerval	11	91	911	48.3646	2.1006	5
91690	Arrancourt	arrancourt	11	91	911	48.3421	2.1615	5
91691 CEDEX	Longjumeau	longjumeau	11	91	913	48.695	2.3074	5
91692 CEDEX	Longjumeau	longjumeau	11	91	913	48.695	2.3074	5
91693 CEDEX	Longjumeau	longjumeau	11	91	913	48.695	2.3074	5
91694 CEDEX	Longjumeau	longjumeau	11	91	913	48.695	2.3074	5
91695 CEDEX	Longjumeau	longjumeau	11	91	913	48.695	2.3074	5
91696 CEDEX	Longjumeau	longjumeau	11	91	913	48.695	2.3074	5
91697 CEDEX	Longjumeau	longjumeau	11	91	913	48.695	2.3074	5
91698 CEDEX	Longjumeau	longjumeau	11	91	913	48.695	2.3074	5
91699 CEDEX	Longjumeau	longjumeau	11	91	913	48.695	2.3074	5
91700	Fleury-Mérogis	fleury-merogis	11	91	912	48.6373	2.3638	5
91700	Villiers-sur-Orge	villiers-sur-orge	11	91	913	48.6595	2.3	5
91700	Sainte-Geneviève-des-Bois	sainte-genevieve-des-bois	11	91	913	48.6468	2.3197	5
91701 CEDEX	Sainte-Geneviève-des-Bois	sainte-genevieve-des-bois	11	91	913	48.6468	2.3197	5
91702 CEDEX	Sainte-Geneviève-des-Bois	sainte-genevieve-des-bois	11	91	913	48.6468	2.3197	5
91703 CEDEX	Sainte-Geneviève-des-Bois	sainte-genevieve-des-bois	11	91	913	48.6468	2.3197	5
91704 CEDEX	Sainte-Geneviève-des-Bois	sainte-genevieve-des-bois	11	91	913	48.6468	2.3197	5
91705 CEDEX	Sainte-Geneviève-des-Bois	sainte-genevieve-des-bois	11	91	913	48.6468	2.3197	5
91706 CEDEX	Sainte-Geneviève-des-Bois	sainte-genevieve-des-bois	11	91	913	48.6468	2.3197	5
91707 CEDEX	Sainte-Geneviève-des-Bois	sainte-genevieve-des-bois	11	91	913	48.6468	2.3197	5
91708 CEDEX	Sainte-Geneviève-des-Bois	sainte-genevieve-des-bois	11	91	913	48.6468	2.3197	5
91709 CEDEX	Sainte-Geneviève-des-Bois	sainte-genevieve-des-bois	11	91	913	48.6468	2.3197	5
91710	Vert-le-Petit	vert-le-petit	11	91	912	48.5516	2.3653	5
91711 CEDEX	Sainte-Geneviève-des-Bois	sainte-genevieve-des-bois	11	91	913	48.6468	2.3197	5
91712 CEDEX	Sainte-Geneviève-des-Bois	sainte-genevieve-des-bois	11	91	913	48.6468	2.3197	5
91713 CEDEX	Sainte-Geneviève-des-Bois	sainte-genevieve-des-bois	11	91	913	48.6468	2.3197	5
91720	Gironville-sur-Essonne	gironville-sur-essonne	11	91	912	48.3667	2.3833	5
91720	Courdimanche-sur-Essonne	courdimanche-sur-essonne	11	91	912	48.4167	2.3833	5
91720	Buno-Bonnevaux	buno-bonnevaux	11	91	912	48.3563	2.3868	5
91720	Maisse	maisse	11	91	912	48.3952	2.379	5
91720	Boigneville	boigneville	11	91	912	48.3366	2.3745	5
91720	Prunay-sur-Essonne	prunay-sur-essonne	11	91	912	48.35	2.3667	5
91720	Valpuiseaux	valpuiseaux	11	91	911	48.3932	2.3036	5
91730	Torfou	torfou	11	91	911	48.5306	2.2273	5
91730	Mauchamps	mauchamps	11	91	911	48.5303	2.1945	5
91730	Chamarande	chamarande	11	91	911	48.5172	2.2171	5
91740	Pussay	pussay	11	91	911	48.3491	1.9918	5
91740	Congerville-Thionville	congerville-thionville	11	91	911	48.3833	1.9833	5
91740	Chalou-Moulineux	chalou-moulineux	11	91	911	48.3839	2.0217	5
91741 CEDEX	Massy	massy	11	91	913	48.7269	2.283	5
91742 CEDEX	Massy	massy	11	91	913	48.7269	2.283	5
91743 CEDEX	Massy	massy	11	91	913	48.7269	2.283	5
91744 CEDEX	Massy	massy	11	91	913	48.7269	2.283	5
91745 CEDEX	Massy	massy	11	91	913	48.7269	2.283	5
91746 CEDEX	Massy	massy	11	91	913	48.7269	2.283	5
91747 CEDEX	Massy	massy	11	91	913	48.7269	2.283	5
91748 CEDEX	Massy	massy	11	91	913	48.7269	2.283	5
91749 CEDEX	Massy	massy	11	91	913	48.7269	2.283	5
91750	Chevannes	chevannes	11	91	912	48.5326	2.4439	5
91750	Champcueil	champcueil	11	91	912	48.5159	2.4467	5
91750	Nainville-les-Roches	nainville-les-roches	11	91	912	48.5056	2.4951	5
91760	Itteville	itteville	11	91	911	48.5154	2.3438	5
91761 CEDEX	Palaiseau	palaiseau	11	91	913	48.7167	2.25	5
91762 CEDEX	Palaiseau	palaiseau	11	91	913	48.7167	2.25	5
91763 CEDEX	Palaiseau	palaiseau	11	91	913	48.7167	2.25	5
91764 CEDEX	Palaiseau	palaiseau	11	91	913	48.7167	2.25	5
91767 CEDEX	Palaiseau	palaiseau	11	91	913	48.7167	2.25	5
91770	Saint-Vrain	saint-vrain	11	91	913	48.543	2.3333	5
91780	Saint-Hilaire	saint-hilaire	11	91	911	48.4336	2.078	5
91780	Chalo-Saint-Mars	chalo-saint-mars	11	91	911	48.4233	2.0649	5
91780	Mérobert	merobert	11	91	911	48.4157	2.0052	5
91781 CEDEX	Wissous	wissous	11	91	913	48.7335	2.3234	5
91783 CEDEX	Wissous	wissous	11	91	913	48.7335	2.3234	5
91790	Boissy-sous-Saint-Yon	boissy-sous-saint-yon	11	91	911	48.5538	2.2121	5
91791 CEDEX	Morangis	morangis	11	91	913	48.7038	2.3391	5
91792 CEDEX	Morangis	morangis	11	91	913	48.7038	2.3391	5
91800	Boussy-Saint-Antoine	boussy-saint-antoine	11	91	912	48.691	2.5306	5
91800	Brunoy	brunoy	11	91	912	48.6942	2.4922	5
91801 CEDEX	Brunoy	brunoy	11	91	912	48.6942	2.4922	5
91802 CEDEX	Brunoy	brunoy	11	91	912	48.6942	2.4922	5
91803 CEDEX	Brunoy	brunoy	11	91	912	48.6942	2.4922	5
91804 CEDEX	Brunoy	brunoy	11	91	912	48.6942	2.4922	5
91805 CEDEX	Brunoy	brunoy	11	91	912	48.6942	2.4922	5
91806 CEDEX	Brunoy	brunoy	11	91	912	48.6942	2.4922	5
91807 CEDEX	Brunoy	brunoy	11	91	912	48.6942	2.4922	5
91809 CEDEX	Brunoy	brunoy	11	91	912	48.6942	2.4922	5
91810	Vert-le-Grand	vert-le-grand	11	91	912	48.5717	2.3578	5
91811 CEDEX	Corbeil-Essonnes	corbeil-essonnes	11	91	912	48.606	2.4876	5
91812 CEDEX	Corbeil-Essonnes	corbeil-essonnes	11	91	912	48.606	2.4876	5
91813 CEDEX	Corbeil-Essonnes	corbeil-essonnes	11	91	912	48.606	2.4876	5
91814 CEDEX	Corbeil-Essonnes	corbeil-essonnes	11	91	912	48.606	2.4876	5
91815 CEDEX	Corbeil-Essonnes	corbeil-essonnes	11	91	912	48.606	2.4876	5
91820	Boutigny-sur-Essonne	boutigny-sur-essonne	11	91	911	48.4333	2.3833	5
91820	Vayres-sur-Essonne	vayres-sur-essonne	11	91	911	48.4333	2.35	5
91821 CEDEX	Longjumeau	longjumeau	11	91	913	48.695	2.3074	5
91830	Auvernaux	auvernaux	11	91	912	48.5282	2.4938	5
91830	Le Coudray-Montceaux	le-coudray-montceaux	11	91	912	48.5638	2.5001	5
91840	Soisy-sur-École	soisy-sur-ecole	11	91	912	48.4764	2.493	5
91841 CEDEX	Courtaboeuf	courtaboeuf	11	91	913	48.6848	2.2049	5
91849 CEDEX	Courtaboeuf	courtaboeuf	11	91	913	48.6848	2.2049	5
91850	Bouray-sur-Juine	bouray-sur-juine	11	91	911	48.5198	2.3	5
91851 CEDEX	Orsay	orsay	11	91	913	48.6957	2.1873	5
91852 CEDEX	Orsay	orsay	11	91	913	48.6957	2.1873	5
91855 CEDEX	Orsay	orsay	11	91	913	48.6957	2.1873	5
91860	Épinay-sous-Sénart	epinay-sous-senart	11	91	912	48.6897	2.5119	5
91861 CEDEX	Épinay-sous-Sénart	epinay-sous-senart	11	91	912	48.6897	2.5119	5
91870	Boissy-le-Sec	boissy-le-sec	11	91	911	48.4786	2.09	5
91871 CEDEX	Palaiseau	palaiseau	11	91	913	48.7167	2.25	5
91872 CEDEX	Palaiseau	palaiseau	11	91	913	48.7167	2.25	5
91873 CEDEX	Palaiseau	palaiseau	11	91	913	48.7167	2.25	5
91874 CEDEX	Palaiseau	palaiseau	11	91	913	48.7167	2.25	5
91875 CEDEX	Palaiseau	palaiseau	11	91	913	48.7167	2.25	5
91876 CEDEX	Palaiseau	palaiseau	11	91	913	48.7167	2.25	5
91877 CEDEX	Palaiseau	palaiseau	11	91	913	48.7167	2.25	5
91878 CEDEX	Palaiseau	palaiseau	11	91	913	48.7167	2.25	5
91879 CEDEX	Palaiseau	palaiseau	11	91	913	48.7167	2.25	5
91880	Bouville	bouville	11	91	911	48.4316	2.2844	5
91881 CEDEX	Massy	massy	11	91	913	48.7269	2.283	5
91882 CEDEX	Massy	massy	11	91	913	48.7269	2.283	5
91883 CEDEX	Massy	massy	11	91	913	48.7269	2.283	5
91884 CEDEX	Massy	massy	11	91	913	48.7269	2.283	5
91885 CEDEX	Massy	massy	11	91	913	48.7269	2.283	5
91886 CEDEX	Massy	massy	11	91	913	48.7269	2.283	5
91887 CEDEX	Massy	massy	11	91	913	48.7269	2.283	5
91889 CEDEX	Massy	massy	11	91	913	48.7269	2.283	5
91890	Videlles	videlles	11	91	911	48.465	2.4297	5
91891 CEDEX	Orsay	orsay	11	91	913	48.6957	2.1873	5
91892 CEDEX	Orsay	orsay	11	91	913	48.6957	2.1873	5
91893 CEDEX	Orsay	orsay	11	91	913	48.6957	2.1873	5
91894 CEDEX	Orsay	orsay	11	91	913	48.6957	2.1873	5
91895 CEDEX	Orsay	orsay	11	91	913	48.6957	2.1873	5
91896 CEDEX	Orsay	orsay	11	91	913	48.6957	2.1873	5
91898 CEDEX	Orsay	orsay	11	91	913	48.6957	2.1873	5
91899 CEDEX	Orsay	orsay	11	91	913	48.6957	2.1873	5
91910	Saint-Sulpice-de-Favières	saint-sulpice-de-favieres	11	91	911	48.5414	2.1814	5
91911 CEDEX 9	Évry	evry	11	91	912	48.6328	2.4405	5
91912 CEDEX 9	Évry	evry	11	91	912	48.6328	2.4405	5
91913 CEDEX 9	Évry	evry	11	91	912	48.6328	2.4405	5
91914 CEDEX 9	Évry	evry	11	91	912	48.6328	2.4405	5
91915 CEDEX 9	Évry	evry	11	91	912	48.6328	2.4405	5
91916 CEDEX 9	Évry	evry	11	91	912	48.6328	2.4405	5
91917 CEDEX 9	Évry	evry	11	91	912	48.6328	2.4405	5
91919 CEDEX	Bondoufle	bondoufle	11	91	912	48.6129	2.3777	5
91921 CEDEX	Bondoufle	bondoufle	11	91	912	48.6129	2.3777	5
91922 CEDEX	Bondoufle	bondoufle	11	91	912	48.6129	2.3777	5
91923 CEDEX	Bondoufle	bondoufle	11	91	912	48.6129	2.3777	5
91924 CEDEX	Bondoufle	bondoufle	11	91	912	48.6129	2.3777	5
91930	Monnerville	monnerville	11	91	911	48.3471	2.0447	5
91940	Les Ulis	les-ulis	11	91	913	48.6817	2.1694	5
91940	Saint-Jean-de-Beauregard	saint-jean-de-beauregard	11	91	913	48.6637	2.1696	5
91940	Gometz-le-Châtel	gometz-le-chatel	11	91	913	48.6784	2.1379	5
91941 CEDEX	Courtaboeuf	courtaboeuf	11	91	913	48.6848	2.2049	5
91942 CEDEX	Courtaboeuf	courtaboeuf	11	91	913	48.6848	2.2049	5
91943 CEDEX	Courtaboeuf	courtaboeuf	11	91	913	48.6848	2.2049	5
91944 CEDEX	Courtaboeuf	courtaboeuf	11	91	913	48.6848	2.2049	5
91945 CEDEX	Courtaboeuf	courtaboeuf	11	91	913	48.6848	2.2049	5
91946 CEDEX	Courtaboeuf	courtaboeuf	11	91	913	48.6848	2.2049	5
91947 CEDEX	Courtaboeuf	courtaboeuf	11	91	913	48.6848	2.2049	5
91948 CEDEX	Courtaboeuf	courtaboeuf	11	91	913	48.6848	2.2049	5
91949 CEDEX	Courtaboeuf	courtaboeuf	11	91	913	48.6848	2.2049	5
91951 CEDEX	Courtaboeuf	courtaboeuf	11	91	913	48.6848	2.2049	5
91952 CEDEX	Courtaboeuf	courtaboeuf	11	91	913	48.6848	2.2049	5
91953 CEDEX	Courtaboeuf	courtaboeuf	11	91	913	48.6848	2.2049	5
91954 CEDEX	Courtaboeuf	courtaboeuf	11	91	913	48.6848	2.2049	5
91955 CEDEX	Courtaboeuf	courtaboeuf	11	91	913	48.6848	2.2049	5
91956 CEDEX	Courtaboeuf	courtaboeuf	11	91	913	48.6848	2.2049	5
91957 CEDEX	Courtaboeuf	courtaboeuf	11	91	913	48.6848	2.2049	5
91958 CEDEX	Courtaboeuf	courtaboeuf	11	91	913	48.6848	2.2049	5
91959 CEDEX	Courtaboeuf	courtaboeuf	11	91	913	48.6848	2.2049	5
91961 CEDEX	Courtaboeuf	courtaboeuf	11	91	913	48.6848	2.2049	5
91962 CEDEX	Courtaboeuf	courtaboeuf	11	91	913	48.6848	2.2049	5
91963 CEDEX	Courtaboeuf	courtaboeuf	11	91	913	48.6848	2.2049	5
91964 CEDEX	Courtaboeuf	courtaboeuf	11	91	913	48.6848	2.2049	5
91965 CEDEX	Courtaboeuf	courtaboeuf	11	91	913	48.6848	2.2049	5
91966 CEDEX	Courtaboeuf	courtaboeuf	11	91	913	48.6848	2.2049	5
91967 CEDEX	Courtaboeuf	courtaboeuf	11	91	913	48.6848	2.2049	5
91968 CEDEX	Courtaboeuf	courtaboeuf	11	91	913	48.6848	2.2049	5
91969 CEDEX	Courtaboeuf	courtaboeuf	11	91	913	48.6848	2.2049	5
91971 CEDEX	Courtaboeuf	courtaboeuf	11	91	913	48.6848	2.2049	5
91972 CEDEX	Courtaboeuf	courtaboeuf	11	91	913	48.6848	2.2049	5
91973 CEDEX	Courtaboeuf	courtaboeuf	11	91	913	48.6848	2.2049	5
91974 CEDEX	Courtaboeuf	courtaboeuf	11	91	913	48.6848	2.2049	5
91975 CEDEX	Courtaboeuf	courtaboeuf	11	91	913	48.6848	2.2049	5
91976 CEDEX	Courtaboeuf	courtaboeuf	11	91	913	48.6848	2.2049	5
91977 CEDEX	Courtaboeuf	courtaboeuf	11	91	913	48.6848	2.2049	5
91978 CEDEX	Courtaboeuf	courtaboeuf	11	91	913	48.6848	2.2049	5
91979 CEDEX	Courtaboeuf	courtaboeuf	11	91	913	48.6848	2.2049	5
91981 CEDEX 9	Évry	evry	11	91	912	48.6328	2.4405	5
91982 CEDEX 9	Évry	evry	11	91	912	48.6328	2.4405	5
91983 CEDEX 9	Évry	evry	11	91	912	48.6328	2.4405	5
91984 CEDEX 9	Évry	evry	11	91	912	48.6328	2.4405	5
91985 CEDEX 9	Évry	evry	11	91	912	48.6328	2.4405	5
91986 CEDEX 9	Évry	evry	11	91	912	48.6328	2.4405	5
91988 CEDEX 9	Évry	evry	11	91	912	48.6328	2.4405	5
94390	Paray-Vieille-Poste	paray-vieille-poste	11	91	913	48.714	2.3628	5
92000	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92001 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92002 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92003 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92004 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92005 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92006 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92007 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92008 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92009 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92010 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92011 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92012 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92013 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92014 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92015 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92016 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92017 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92018 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92019 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92020 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92021 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92022 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92023 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92024 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92025 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92026 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92027 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92028 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92029 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92033 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92034 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92035 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92036 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92037 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92038 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92039 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92040 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92041 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92042 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92043 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92044 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92045 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92046 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92047 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92048 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92049 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92050 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92051 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92052 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92053 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92054 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92055 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92056 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92057 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92058 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92059 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92060 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92061 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92063 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92064 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92065 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92066 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92067 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92068 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92069 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92070 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92071 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92072 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92073 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92074 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92075 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92076 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92077 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92078 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92079 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92081 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92082 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92083 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92084 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92085 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92086 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92087 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92088 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92089 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92092 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92093 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92095 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92096 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92097 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92098 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92099 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92100	Boulogne-Billancourt	boulogne-billancourt	11	92	923	48.8333	2.25	5
92101 CEDEX	Boulogne-Billancourt	boulogne-billancourt	11	92	923	48.8333	2.25	5
92102 CEDEX	Boulogne-Billancourt	boulogne-billancourt	11	92	923	48.8333	2.25	5
92103 CEDEX	Boulogne-Billancourt	boulogne-billancourt	11	92	923	48.8333	2.25	5
92104 CEDEX	Boulogne-Billancourt	boulogne-billancourt	11	92	923	48.8333	2.25	5
92105 CEDEX	Boulogne-Billancourt	boulogne-billancourt	11	92	923	48.8333	2.25	5
92106 CEDEX	Boulogne-Billancourt	boulogne-billancourt	11	92	923	48.8333	2.25	5
92108 CEDEX	Boulogne-Billancourt	boulogne-billancourt	11	92	923	48.8333	2.25	5
92109 CEDEX	Boulogne-Billancourt	boulogne-billancourt	11	92	923	48.8333	2.25	5
92110	Clichy	clichy	11	92	922	48.9002	2.3095	5
92111 CEDEX	Clichy	clichy	11	92	922	48.9002	2.3095	5
92112 CEDEX	Clichy	clichy	11	92	922	48.9002	2.3095	5
92113 CEDEX	Clichy	clichy	11	92	922	48.9002	2.3095	5
92114 CEDEX	Clichy	clichy	11	92	922	48.9002	2.3095	5
92115 CEDEX	Clichy	clichy	11	92	922	48.9002	2.3095	5
92116 CEDEX	Clichy	clichy	11	92	922	48.9002	2.3095	5
92117 CEDEX	Clichy	clichy	11	92	922	48.9002	2.3095	5
92118 CEDEX	Clichy	clichy	11	92	922	48.9002	2.3095	5
92119 CEDEX	Clichy	clichy	11	92	922	48.9002	2.3095	5
92120	Montrouge	montrouge	11	92	921	48.8162	2.3139	5
92121 CEDEX	Montrouge	montrouge	11	92	921	48.8162	2.3139	5
92122 CEDEX	Montrouge	montrouge	11	92	921	48.8162	2.3139	5
92123 CEDEX	Montrouge	montrouge	11	92	921	48.8162	2.3139	5
92124 CEDEX	Montrouge	montrouge	11	92	921	48.8162	2.3139	5
92125 CEDEX	Montrouge	montrouge	11	92	921	48.8162	2.3139	5
92126 CEDEX	Montrouge	montrouge	11	92	921	48.8162	2.3139	5
92127 CEDEX	Montrouge	montrouge	11	92	921	48.8162	2.3139	5
92128 CEDEX	Montrouge	montrouge	11	92	921	48.8162	2.3139	5
92129 CEDEX	Montrouge	montrouge	11	92	921	48.8162	2.3139	5
92130	Issy-les-Moulineaux	issy-les-moulineaux	11	92	923	48.821	2.2772	5
92131 CEDEX	Issy-les-Moulineaux	issy-les-moulineaux	11	92	923	48.821	2.2772	5
92132 CEDEX	Issy-les-Moulineaux	issy-les-moulineaux	11	92	923	48.821	2.2772	5
92133 CEDEX	Issy-les-Moulineaux	issy-les-moulineaux	11	92	923	48.821	2.2772	5
92134 CEDEX	Issy-les-Moulineaux	issy-les-moulineaux	11	92	923	48.821	2.2772	5
92135 CEDEX	Issy-les-Moulineaux	issy-les-moulineaux	11	92	923	48.821	2.2772	5
92136 CEDEX	Issy-les-Moulineaux	issy-les-moulineaux	11	92	923	48.821	2.2772	5
92137 CEDEX	Issy-les-Moulineaux	issy-les-moulineaux	11	92	923	48.821	2.2772	5
92138 CEDEX	Issy-les-Moulineaux	issy-les-moulineaux	11	92	923	48.821	2.2772	5
92139 CEDEX	Issy-les-Moulineaux	issy-les-moulineaux	11	92	923	48.821	2.2772	5
92140	Clamart	clamart	11	92	921	48.803	2.2669	5
92141 CEDEX	Clamart	clamart	11	92	921	48.803	2.2669	5
92142 CEDEX	Clamart	clamart	11	92	921	48.803	2.2669	5
92143 CEDEX	Clamart	clamart	11	92	921	48.803	2.2669	5
92144 CEDEX	Clamart	clamart	11	92	921	48.803	2.2669	5
92145 CEDEX	Clamart	clamart	11	92	921	48.803	2.2669	5
92146 CEDEX	Clamart	clamart	11	92	921	48.803	2.2669	5
92147 CEDEX	Clamart	clamart	11	92	921	48.803	2.2669	5
92148 CEDEX	Clamart	clamart	11	92	921	48.803	2.2669	5
92149 CEDEX	Clamart	clamart	11	92	921	48.803	2.2669	5
92150	Suresnes	suresnes	11	92	922	48.8714	2.2293	5
92151 CEDEX	Suresnes	suresnes	11	92	922	48.8714	2.2293	5
92152 CEDEX	Suresnes	suresnes	11	92	922	48.8714	2.2293	5
92153 CEDEX	Suresnes	suresnes	11	92	922	48.8714	2.2293	5
92154 CEDEX	Suresnes	suresnes	11	92	922	48.8714	2.2293	5
92155 CEDEX	Suresnes	suresnes	11	92	922	48.8714	2.2293	5
92156 CEDEX	Suresnes	suresnes	11	92	922	48.8714	2.2293	5
92157 CEDEX	Suresnes	suresnes	11	92	922	48.8714	2.2293	5
92158 CEDEX	Suresnes	suresnes	11	92	922	48.8714	2.2293	5
92159 CEDEX	Suresnes	suresnes	11	92	922	48.8714	2.2293	5
92160	Antony	antony	11	92	921	48.75	2.3	5
92161 CEDEX	Antony	antony	11	92	921	48.75	2.3	5
92162 CEDEX	Antony	antony	11	92	921	48.75	2.3	5
92163 CEDEX	Antony	antony	11	92	921	48.75	2.3	5
92164 CEDEX	Antony	antony	11	92	921	48.75	2.3	5
92165 CEDEX	Antony	antony	11	92	921	48.75	2.3	5
92166 CEDEX	Antony	antony	11	92	921	48.75	2.3	5
92167 CEDEX	Antony	antony	11	92	921	48.75	2.3	5
92168 CEDEX	Antony	antony	11	92	921	48.75	2.3	5
92169 CEDEX	Antony	antony	11	92	921	48.75	2.3	5
92170	Vanves	vanves	11	92	923	48.8235	2.2903	5
92171 CEDEX	Vanves	vanves	11	92	923	48.8235	2.2903	5
92172 CEDEX	Vanves	vanves	11	92	923	48.8235	2.2903	5
92173 CEDEX	Vanves	vanves	11	92	923	48.8235	2.2903	5
92174 CEDEX	Vanves	vanves	11	92	923	48.8235	2.2903	5
92175 CEDEX	Vanves	vanves	11	92	923	48.8235	2.2903	5
92176 CEDEX	Vanves	vanves	11	92	923	48.8235	2.2903	5
92177 CEDEX	Vanves	vanves	11	92	923	48.8235	2.2903	5
92178 CEDEX	Vanves	vanves	11	92	923	48.8235	2.2903	5
92179 CEDEX	Vanves	vanves	11	92	923	48.8235	2.2903	5
92181 CEDEX	Antony	antony	11	92	921	48.75	2.3	5
92182 CEDEX	Antony	antony	11	92	921	48.75	2.3	5
92183 CEDEX	Antony	antony	11	92	921	48.75	2.3	5
92184 CEDEX	Antony	antony	11	92	921	48.75	2.3	5
92185 CEDEX	Antony	antony	11	92	921	48.75	2.3	5
92186 CEDEX	Antony	antony	11	92	921	48.75	2.3	5
92188 CEDEX	Antony	antony	11	92	921	48.75	2.3	5
92189 CEDEX	Antony	antony	11	92	921	48.75	2.3	5
92190	Meudon	meudon	11	92	923	48.8138	2.235	5
92191 CEDEX	Meudon	meudon	11	92	923	48.8138	2.235	5
92193 CEDEX	Meudon	meudon	11	92	923	48.8138	2.235	5
92194 CEDEX	Meudon	meudon	11	92	923	48.8138	2.235	5
92195 CEDEX	Meudon	meudon	11	92	923	48.8138	2.235	5
92196 CEDEX	Meudon	meudon	11	92	923	48.8138	2.235	5
92199 CEDEX	Meudon	meudon	11	92	923	48.8138	2.235	5
92200	Neuilly-sur-Seine	neuilly-sur-seine	11	92	922	48.8846	2.2697	5
92201 CEDEX	Neuilly-sur-Seine	neuilly-sur-seine	11	92	922	48.8846	2.2697	5
92202 CEDEX	Neuilly-sur-Seine	neuilly-sur-seine	11	92	922	48.8846	2.2697	5
92203 CEDEX	Neuilly-sur-Seine	neuilly-sur-seine	11	92	922	48.8846	2.2697	5
92204 CEDEX	Neuilly-sur-Seine	neuilly-sur-seine	11	92	922	48.8846	2.2697	5
92205 CEDEX	Neuilly-sur-Seine	neuilly-sur-seine	11	92	922	48.8846	2.2697	5
92206 CEDEX	Neuilly-sur-Seine	neuilly-sur-seine	11	92	922	48.8846	2.2697	5
92208 CEDEX	Neuilly-sur-Seine	neuilly-sur-seine	11	92	922	48.8846	2.2697	5
92209 CEDEX	Neuilly-sur-Seine	neuilly-sur-seine	11	92	922	48.8846	2.2697	5
92210	Saint-Cloud	saint-cloud	11	92	922	48.846	2.2029	5
92211 CEDEX	Saint-Cloud	saint-cloud	11	92	922	48.846	2.2029	5
92212 CEDEX	Saint-Cloud	saint-cloud	11	92	922	48.846	2.2029	5
92213 CEDEX	Saint-Cloud	saint-cloud	11	92	922	48.846	2.2029	5
92214 CEDEX	Saint-Cloud	saint-cloud	11	92	922	48.846	2.2029	5
92215 CEDEX	Saint-Cloud	saint-cloud	11	92	922	48.846	2.2029	5
92216 CEDEX	Saint-Cloud	saint-cloud	11	92	922	48.846	2.2029	5
92219 CEDEX	Saint-Cloud	saint-cloud	11	92	922	48.846	2.2029	5
92220	Bagneux	bagneux	11	92	921	48.7956	2.308	5
92221 CEDEX	Bagneux	bagneux	11	92	921	48.7956	2.308	5
92222 CEDEX	Bagneux	bagneux	11	92	921	48.7956	2.308	5
92223 CEDEX	Bagneux	bagneux	11	92	921	48.7956	2.308	5
92224 CEDEX	Bagneux	bagneux	11	92	921	48.7956	2.308	5
92225 CEDEX	Bagneux	bagneux	11	92	921	48.7956	2.308	5
92226 CEDEX	Bagneux	bagneux	11	92	921	48.7956	2.308	5
92227 CEDEX	Bagneux	bagneux	11	92	921	48.7956	2.308	5
92228 CEDEX	Bagneux	bagneux	11	92	921	48.7956	2.308	5
92229 CEDEX	Bagneux	bagneux	11	92	921	48.7956	2.308	5
92230	Gennevilliers	gennevilliers	11	92	922	48.9333	2.3	5
92231 CEDEX	Gennevilliers	gennevilliers	11	92	922	48.9333	2.3	5
92232 CEDEX	Gennevilliers	gennevilliers	11	92	922	48.9333	2.3	5
92233 CEDEX	Gennevilliers	gennevilliers	11	92	922	48.9333	2.3	5
92234 CEDEX	Gennevilliers	gennevilliers	11	92	922	48.9333	2.3	5
92235 CEDEX	Gennevilliers	gennevilliers	11	92	922	48.9333	2.3	5
92237 CEDEX	Gennevilliers	gennevilliers	11	92	922	48.9333	2.3	5
92238 CEDEX	Gennevilliers	gennevilliers	11	92	922	48.9333	2.3	5
92239 CEDEX	Gennevilliers	gennevilliers	11	92	922	48.9333	2.3	5
92240	Malakoff	malakoff	11	92	921	48.82	2.3	5
92241 CEDEX	Malakoff	malakoff	11	92	921	48.82	2.3	5
92242 CEDEX	Malakoff	malakoff	11	92	921	48.82	2.3	5
92243 CEDEX	Malakoff	malakoff	11	92	921	48.82	2.3	5
92244 CEDEX	Malakoff	malakoff	11	92	921	48.82	2.3	5
92245 CEDEX	Malakoff	malakoff	11	92	921	48.82	2.3	5
92246 CEDEX	Malakoff	malakoff	11	92	921	48.82	2.3	5
92247 CEDEX	Malakoff	malakoff	11	92	921	48.82	2.3	5
92249 CEDEX	Malakoff	malakoff	11	92	921	48.82	2.3	5
92250	La Garenne-Colombes	la-garenne-colombes	11	92	922	48.9047	2.2469	5
92251 CEDEX	La Garenne-Colombes	la-garenne-colombes	11	92	922	48.9047	2.2469	5
92252 CEDEX	La Garenne-Colombes	la-garenne-colombes	11	92	922	48.9047	2.2469	5
92253 CEDEX	La Garenne-Colombes	la-garenne-colombes	11	92	922	48.9047	2.2469	5
92254 CEDEX	La Garenne-Colombes	la-garenne-colombes	11	92	922	48.9047	2.2469	5
92256 CEDEX	La Garenne-Colombes	la-garenne-colombes	11	92	922	48.9047	2.2469	5
92257 CEDEX	La Garenne-Colombes	la-garenne-colombes	11	92	922	48.9047	2.2469	5
92258 CEDEX	La Garenne-Colombes	la-garenne-colombes	11	92	922	48.9047	2.2469	5
92259 CEDEX	La Garenne-Colombes	la-garenne-colombes	11	92	922	48.9047	2.2469	5
92260	Fontenay-aux-Roses	fontenay-aux-roses	11	92	921	48.7933	2.2927	5
92261 CEDEX	Fontenay-aux-Roses	fontenay-aux-roses	11	92	921	48.7933	2.2927	5
92262 CEDEX	Fontenay-aux-Roses	fontenay-aux-roses	11	92	921	48.7933	2.2927	5
92263 CEDEX	Fontenay-aux-Roses	fontenay-aux-roses	11	92	921	48.7933	2.2927	5
92266 CEDEX	Fontenay-aux-Roses	fontenay-aux-roses	11	92	921	48.7933	2.2927	5
92269 CEDEX	Fontenay-aux-Roses	fontenay-aux-roses	11	92	921	48.7933	2.2927	5
92270	Bois-Colombes	bois-colombes	11	92	922	48.9194	2.2748	5
92271 CEDEX	Bois-Colombes	bois-colombes	11	92	922	48.9194	2.2748	5
92272 CEDEX	Bois-Colombes	bois-colombes	11	92	922	48.9194	2.2748	5
92273 CEDEX	Bois-Colombes	bois-colombes	11	92	922	48.9194	2.2748	5
92274 CEDEX	Bois-Colombes	bois-colombes	11	92	922	48.9194	2.2748	5
92275 CEDEX	Bois-Colombes	bois-colombes	11	92	922	48.9194	2.2748	5
92279 CEDEX	Bois-Colombes	bois-colombes	11	92	922	48.9194	2.2748	5
92280 CEDEX	Suresnes	suresnes	11	92	922	48.8714	2.2293	5
92281 CEDEX	Suresnes	suresnes	11	92	922	48.8714	2.2293	5
92282 CEDEX	Suresnes	suresnes	11	92	922	48.8714	2.2293	5
92284 CEDEX	Suresnes	suresnes	11	92	922	48.8714	2.2293	5
92286 CEDEX	Suresnes	suresnes	11	92	922	48.8714	2.2293	5
92287 CEDEX	Suresnes	suresnes	11	92	922	48.8714	2.2293	5
92288 CEDEX	Suresnes	suresnes	11	92	922	48.8714	2.2293	5
92290	Châtenay-Malabry	chatenay-malabry	11	92	921	48.7651	2.2665	5
92291 CEDEX	Châtenay-Malabry	chatenay-malabry	11	92	921	48.7651	2.2665	5
92292 CEDEX	Châtenay-Malabry	chatenay-malabry	11	92	921	48.7651	2.2665	5
92293 CEDEX	Châtenay-Malabry	chatenay-malabry	11	92	921	48.7651	2.2665	5
92295 CEDEX	Châtenay-Malabry	chatenay-malabry	11	92	921	48.7651	2.2665	5
92296 CEDEX	Châtenay-Malabry	chatenay-malabry	11	92	921	48.7651	2.2665	5
92297 CEDEX	Châtenay-Malabry	chatenay-malabry	11	92	921	48.7651	2.2665	5
92298 CEDEX	Châtenay-Malabry	chatenay-malabry	11	92	921	48.7651	2.2665	5
92300	Levallois-Perret	levallois-perret	11	92	922	48.8939	2.2886	5
92301 CEDEX	Levallois-Perret	levallois-perret	11	92	922	48.8939	2.2886	5
92302 CEDEX	Levallois-Perret	levallois-perret	11	92	922	48.8939	2.2886	5
92303 CEDEX	Levallois-Perret	levallois-perret	11	92	922	48.8939	2.2886	5
92304 CEDEX	Levallois-Perret	levallois-perret	11	92	922	48.8939	2.2886	5
92305 CEDEX	Levallois-Perret	levallois-perret	11	92	922	48.8939	2.2886	5
92306 CEDEX	Levallois-Perret	levallois-perret	11	92	922	48.8939	2.2886	5
92307 CEDEX	Levallois-Perret	levallois-perret	11	92	922	48.8939	2.2886	5
92308 CEDEX	Levallois-Perret	levallois-perret	11	92	922	48.8939	2.2886	5
92309 CEDEX	Levallois-Perret	levallois-perret	11	92	922	48.8939	2.2886	5
92310	Sèvres	sevres	11	92	923	48.8229	2.2176	5
92311 CEDEX	Sèvres	sevres	11	92	923	48.8229	2.2176	5
92312 CEDEX	Sèvres	sevres	11	92	923	48.8229	2.2176	5
92313 CEDEX	Sèvres	sevres	11	92	923	48.8229	2.2176	5
92314 CEDEX	Sèvres	sevres	11	92	923	48.8229	2.2176	5
92316 CEDEX	Sèvres	sevres	11	92	923	48.8229	2.2176	5
92317 CEDEX	Sèvres	sevres	11	92	923	48.8229	2.2176	5
92318 CEDEX	Sèvres	sevres	11	92	923	48.8229	2.2176	5
92319 CEDEX	Sèvres	sevres	11	92	923	48.8229	2.2176	5
92320	Châtillon	chatillon	11	92	921	48.8024	2.2935	5
92321 CEDEX	Châtillon	chatillon	11	92	921	48.8024	2.2935	5
92322 CEDEX	Châtillon	chatillon	11	92	921	48.8024	2.2935	5
92323 CEDEX	Châtillon	chatillon	11	92	921	48.8024	2.2935	5
92324 CEDEX	Châtillon	chatillon	11	92	921	48.8024	2.2935	5
92325 CEDEX	Châtillon	chatillon	11	92	921	48.8024	2.2935	5
92326 CEDEX	Châtillon	chatillon	11	92	921	48.8024	2.2935	5
92327 CEDEX	Châtillon	chatillon	11	92	921	48.8024	2.2935	5
92328 CEDEX	Châtillon	chatillon	11	92	921	48.8024	2.2935	5
92329 CEDEX	Châtillon	chatillon	11	92	921	48.8024	2.2935	5
92330	Sceaux	sceaux	11	92	921	48.7764	2.2903	5
92331 CEDEX	Sceaux	sceaux	11	92	921	48.7764	2.2903	5
92332 CEDEX	Sceaux	sceaux	11	92	921	48.7764	2.2903	5
92333 CEDEX	Sceaux	sceaux	11	92	921	48.7764	2.2903	5
92337 CEDEX	Sceaux	sceaux	11	92	921	48.7764	2.2903	5
92339 CEDEX	Sceaux	sceaux	11	92	921	48.7764	2.2903	5
92340	Bourg-la-Reine	bourg-la-reine	11	92	921	48.7789	2.3178	5
92341 CEDEX	Bourg-la-Reine	bourg-la-reine	11	92	921	48.7789	2.3178	5
92342 CEDEX	Bourg-la-Reine	bourg-la-reine	11	92	921	48.7789	2.3178	5
92350	Le Plessis-Robinson	le-plessis-robinson	11	92	921	48.7889	2.2708	5
92351 CEDEX	Le Plessis-Robinson	le-plessis-robinson	11	92	921	48.7889	2.2708	5
92352 CEDEX	Le Plessis-Robinson	le-plessis-robinson	11	92	921	48.7889	2.2708	5
92353 CEDEX	Le Plessis-Robinson	le-plessis-robinson	11	92	921	48.7889	2.2708	5
92354 CEDEX	Le Plessis-Robinson	le-plessis-robinson	11	92	921	48.7889	2.2708	5
92355 CEDEX	Le Plessis-Robinson	le-plessis-robinson	11	92	921	48.7889	2.2708	5
92356 CEDEX	Le Plessis-Robinson	le-plessis-robinson	11	92	921	48.7889	2.2708	5
92357 CEDEX	Le Plessis-Robinson	le-plessis-robinson	11	92	921	48.7889	2.2708	5
92359 CEDEX	Le Plessis-Robinson	le-plessis-robinson	11	92	921	48.7889	2.2708	5
92360	Meudon-la-Forêt	meudon-la-foret	11	92	923	48.784	2.2251	5
92360	Meudon	meudon	11	92	923	48.8138	2.235	5
92361 CEDEX	Meudon-la-Forêt	meudon-la-foret	11	92	923	48.784	2.2251	5
92362 CEDEX	Meudon-la-Forêt	meudon-la-foret	11	92	923	48.784	2.2251	5
92363 CEDEX	Meudon-la-Forêt	meudon-la-foret	11	92	923	48.784	2.2251	5
92364 CEDEX	Meudon-la-Forêt	meudon-la-foret	11	92	923	48.784	2.2251	5
92365 CEDEX	Meudon-la-Forêt	meudon-la-foret	11	92	923	48.784	2.2251	5
92366 CEDEX	Meudon-la-Forêt	meudon-la-foret	11	92	923	48.784	2.2251	5
92369 CEDEX	Meudon-la-Forêt	meudon-la-foret	11	92	923	48.784	2.2251	5
92370	Chaville	chaville	11	92	923	48.8057	2.1886	5
92372 CEDEX	Chaville	chaville	11	92	923	48.8057	2.1886	5
92379 CEDEX	Chaville	chaville	11	92	923	48.8057	2.1886	5
92380	Garches	garches	11	92	922	48.8423	2.1823	5
92388 CEDEX	Villeneuve-la-Garenne	villeneuve-la-garenne	11	92	922	48.9394	2.3148	5
92390	Villeneuve-la-Garenne	villeneuve-la-garenne	11	92	922	48.9394	2.3148	5
92391 CEDEX	Villeneuve-la-Garenne	villeneuve-la-garenne	11	92	922	48.9394	2.3148	5
92392 CEDEX	Villeneuve-la-Garenne	villeneuve-la-garenne	11	92	922	48.9394	2.3148	5
92393 CEDEX	Villeneuve-la-Garenne	villeneuve-la-garenne	11	92	922	48.9394	2.3148	5
92394 CEDEX	Villeneuve-la-Garenne	villeneuve-la-garenne	11	92	922	48.9394	2.3148	5
92395 CEDEX	Villeneuve-la-Garenne	villeneuve-la-garenne	11	92	922	48.9394	2.3148	5
92396 CEDEX	Villeneuve-la-Garenne	villeneuve-la-garenne	11	92	922	48.9394	2.3148	5
92397 CEDEX	Villeneuve-la-Garenne	villeneuve-la-garenne	11	92	922	48.9394	2.3148	5
92398 CEDEX	Villeneuve-la-Garenne	villeneuve-la-garenne	11	92	922	48.9394	2.3148	5
92399 CEDEX	Villeneuve-la-Garenne	villeneuve-la-garenne	11	92	922	48.9394	2.3148	5
92400	Courbevoie	courbevoie	11	92	922	48.8967	2.2567	5
92401 CEDEX	Courbevoie	courbevoie	11	92	922	48.8967	2.2567	5
92402 CEDEX	Courbevoie	courbevoie	11	92	922	48.8967	2.2567	5
92403 CEDEX	Courbevoie	courbevoie	11	92	922	48.8967	2.2567	5
92404 CEDEX	Courbevoie	courbevoie	11	92	922	48.8967	2.2567	5
92405 CEDEX	Courbevoie	courbevoie	11	92	922	48.8967	2.2567	5
92406 CEDEX	Courbevoie	courbevoie	11	92	922	48.8967	2.2567	5
92407 CEDEX	Courbevoie	courbevoie	11	92	922	48.8967	2.2567	5
92408 CEDEX	Courbevoie	courbevoie	11	92	922	48.8967	2.2567	5
92409 CEDEX	Courbevoie	courbevoie	11	92	922	48.8967	2.2567	5
92410	Ville-d’Avray	ville-d-avray	11	92	923	48.8236	2.1931	5
92411 CEDEX	Courbevoie	courbevoie	11	92	922	48.8967	2.2567	5
92412 CEDEX	Courbevoie	courbevoie	11	92	922	48.8967	2.2567	5
92413 CEDEX	Courbevoie	courbevoie	11	92	922	48.8967	2.2567	5
92414 CEDEX	Courbevoie	courbevoie	11	92	922	48.8967	2.2567	5
92415 CEDEX	Courbevoie	courbevoie	11	92	922	48.8967	2.2567	5
92416 CEDEX	Courbevoie	courbevoie	11	92	922	48.8967	2.2567	5
92417 CEDEX	Courbevoie	courbevoie	11	92	922	48.8967	2.2567	5
92418 CEDEX	Courbevoie	courbevoie	11	92	922	48.8967	2.2567	5
92419 CEDEX	Courbevoie	courbevoie	11	92	922	48.8967	2.2567	5
92420	Vaucresson	vaucresson	11	92	922	48.8408	2.1565	5
92423 CEDEX	Vaucresson	vaucresson	11	92	922	48.8408	2.1565	5
92430	Marnes-la-Coquette	marnes-la-coquette	11	92	923	48.8273	2.1715	5
92438 CEDEX	Châtillon	chatillon	11	92	921	48.8024	2.2935	5
92441 CEDEX	Issy-les-Moulineaux	issy-les-moulineaux	11	92	923	48.821	2.2772	5
92442 CEDEX	Issy-les-Moulineaux	issy-les-moulineaux	11	92	923	48.821	2.2772	5
92443 CEDEX	Issy-les-Moulineaux	issy-les-moulineaux	11	92	923	48.821	2.2772	5
92444 CEDEX	Issy-les-Moulineaux	issy-les-moulineaux	11	92	923	48.821	2.2772	5
92445 CEDEX	Issy-les-Moulineaux	issy-les-moulineaux	11	92	923	48.821	2.2772	5
92447 CEDEX	Issy-les-Moulineaux	issy-les-moulineaux	11	92	923	48.821	2.2772	5
92448 CEDEX	Issy-les-Moulineaux	issy-les-moulineaux	11	92	923	48.821	2.2772	5
92454 CEDEX	Issy-les-Moulineaux	issy-les-moulineaux	11	92	923	48.821	2.2772	5
92499 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92500	Rueil-Malmaison	rueil-malmaison	11	92	922	48.8765	2.1897	5
92501 CEDEX	Rueil-Malmaison	rueil-malmaison	11	92	922	48.8765	2.1897	5
92502 CEDEX	Rueil-Malmaison	rueil-malmaison	11	92	922	48.8765	2.1897	5
92503 CEDEX	Rueil-Malmaison	rueil-malmaison	11	92	922	48.8765	2.1897	5
92504 CEDEX	Rueil-Malmaison	rueil-malmaison	11	92	922	48.8765	2.1897	5
92505 CEDEX	Rueil-Malmaison	rueil-malmaison	11	92	922	48.8765	2.1897	5
92506 CEDEX	Rueil-Malmaison	rueil-malmaison	11	92	922	48.8765	2.1897	5
92507 CEDEX	Rueil-Malmaison	rueil-malmaison	11	92	922	48.8765	2.1897	5
92508 CEDEX	Rueil-Malmaison	rueil-malmaison	11	92	922	48.8765	2.1897	5
92509 CEDEX	Rueil-Malmaison	rueil-malmaison	11	92	922	48.8765	2.1897	5
92511 CEDEX	Boulogne-Billancourt	boulogne-billancourt	11	92	923	48.8333	2.25	5
92513 CEDEX	Boulogne-Billancourt	boulogne-billancourt	11	92	923	48.8333	2.25	5
92514 CEDEX	Boulogne-Billancourt	boulogne-billancourt	11	92	923	48.8333	2.25	5
92516 CEDEX	Boulogne-Billancourt	boulogne-billancourt	11	92	923	48.8333	2.25	5
92517 CEDEX	Boulogne-Billancourt	boulogne-billancourt	11	92	923	48.8333	2.25	5
92518 CEDEX	Boulogne-Billancourt	boulogne-billancourt	11	92	923	48.8333	2.25	5
92519 CEDEX	Boulogne-Billancourt	boulogne-billancourt	11	92	923	48.8333	2.25	5
92521 CEDEX	Neuilly-sur-Seine	neuilly-sur-seine	11	92	922	48.8846	2.2697	5
92522 CEDEX	Neuilly-sur-Seine	neuilly-sur-seine	11	92	922	48.8846	2.2697	5
92523 CEDEX	Neuilly-sur-Seine	neuilly-sur-seine	11	92	922	48.8846	2.2697	5
92524 CEDEX	Neuilly-sur-Seine	neuilly-sur-seine	11	92	922	48.8846	2.2697	5
92525 CEDEX	Neuilly-sur-Seine	neuilly-sur-seine	11	92	922	48.8846	2.2697	5
92527 CEDEX	Neuilly-sur-Seine	neuilly-sur-seine	11	92	922	48.8846	2.2697	5
92528 CEDEX	Neuilly-sur-Seine	neuilly-sur-seine	11	92	922	48.8846	2.2697	5
92529 CEDEX	Neuilly-sur-Seine	neuilly-sur-seine	11	92	922	48.8846	2.2697	5
92531 CEDEX	Levallois-Perret	levallois-perret	11	92	922	48.8939	2.2886	5
92532 CEDEX	Levallois-Perret	levallois-perret	11	92	922	48.8939	2.2886	5
92533 CEDEX	Levallois-Perret	levallois-perret	11	92	922	48.8939	2.2886	5
92534 CEDEX	Levallois-Perret	levallois-perret	11	92	922	48.8939	2.2886	5
92535 CEDEX	Levallois-Perret	levallois-perret	11	92	922	48.8939	2.2886	5
92536 CEDEX	Levallois-Perret	levallois-perret	11	92	922	48.8939	2.2886	5
92537 CEDEX	Levallois-Perret	levallois-perret	11	92	922	48.8939	2.2886	5
92538 CEDEX	Levallois-Perret	levallois-perret	11	92	922	48.8939	2.2886	5
92541 CEDEX	Montrouge	montrouge	11	92	921	48.8162	2.3139	5
92542 CEDEX	Montrouge	montrouge	11	92	921	48.8162	2.3139	5
92543 CEDEX	Montrouge	montrouge	11	92	921	48.8162	2.3139	5
92544 CEDEX	Montrouge	montrouge	11	92	921	48.8162	2.3139	5
92545 CEDEX	Montrouge	montrouge	11	92	921	48.8162	2.3139	5
92546 CEDEX	Montrouge	montrouge	11	92	921	48.8162	2.3139	5
92552 CEDEX	Saint-Cloud	saint-cloud	11	92	922	48.846	2.2029	5
92553 CEDEX	Saint-Cloud	saint-cloud	11	92	922	48.846	2.2029	5
92555 CEDEX	Saint-Cloud	saint-cloud	11	92	922	48.846	2.2029	5
92561 CEDEX	Rueil-Malmaison	rueil-malmaison	11	92	922	48.8765	2.1897	5
92562 CEDEX	Rueil-Malmaison	rueil-malmaison	11	92	922	48.8765	2.1897	5
92563 CEDEX	Rueil-Malmaison	rueil-malmaison	11	92	922	48.8765	2.1897	5
92564 CEDEX	Rueil-Malmaison	rueil-malmaison	11	92	922	48.8765	2.1897	5
92565 CEDEX	Rueil-Malmaison	rueil-malmaison	11	92	922	48.8765	2.1897	5
92566 CEDEX	Rueil-Malmaison	rueil-malmaison	11	92	922	48.8765	2.1897	5
92567 CEDEX	Rueil-Malmaison	rueil-malmaison	11	92	922	48.8765	2.1897	5
92569 CEDEX	Rueil-Malmaison	rueil-malmaison	11	92	922	48.8765	2.1897	5
92571 CEDEX	Neuilly-sur-Seine	neuilly-sur-seine	11	92	922	48.8846	2.2697	5
92573 CEDEX	Neuilly-sur-Seine	neuilly-sur-seine	11	92	922	48.8846	2.2697	5
92574 CEDEX	Neuilly-sur-Seine	neuilly-sur-seine	11	92	922	48.8846	2.2697	5
92575 CEDEX	Neuilly-sur-Seine	neuilly-sur-seine	11	92	922	48.8846	2.2697	5
92576 CEDEX	Neuilly-sur-Seine	neuilly-sur-seine	11	92	922	48.8846	2.2697	5
92577 CEDEX	Neuilly-sur-Seine	neuilly-sur-seine	11	92	922	48.8846	2.2697	5
92578 CEDEX	Neuilly-sur-Seine	neuilly-sur-seine	11	92	922	48.8846	2.2697	5
92581 CEDEX	Clichy	clichy	11	92	922	48.9002	2.3095	5
92582 CEDEX	Clichy	clichy	11	92	922	48.9002	2.3095	5
92583 CEDEX	Clichy	clichy	11	92	922	48.9002	2.3095	5
92584 CEDEX	Clichy	clichy	11	92	922	48.9002	2.3095	5
92585 CEDEX	Clichy	clichy	11	92	922	48.9002	2.3095	5
92586 CEDEX	Clichy	clichy	11	92	922	48.9002	2.3095	5
92587 CEDEX	Clichy	clichy	11	92	922	48.9002	2.3095	5
92588 CEDEX	Clichy	clichy	11	92	922	48.9002	2.3095	5
92591 CEDEX	Levallois-Perret	levallois-perret	11	92	922	48.8939	2.2886	5
92592 CEDEX	Levallois-Perret	levallois-perret	11	92	922	48.8939	2.2886	5
92593 CEDEX	Levallois-Perret	levallois-perret	11	92	922	48.8939	2.2886	5
92594 CEDEX	Levallois-Perret	levallois-perret	11	92	922	48.8939	2.2886	5
92595 CEDEX	Levallois-Perret	levallois-perret	11	92	922	48.8939	2.2886	5
92596 CEDEX	Levallois-Perret	levallois-perret	11	92	922	48.8939	2.2886	5
92597 CEDEX	Levallois-Perret	levallois-perret	11	92	922	48.8939	2.2886	5
92598 CEDEX	Levallois-Perret	levallois-perret	11	92	922	48.8939	2.2886	5
92599 CEDEX	Levallois-Perret	levallois-perret	11	92	922	48.8939	2.2886	5
92600	Asnières-sur-Seine	asnieres-sur-seine	11	92	922	48.9167	2.2833	5
92601 CEDEX	Asnières-sur-Seine	asnieres-sur-seine	11	92	922	48.9167	2.2833	5
92602 CEDEX	Asnières-sur-Seine	asnieres-sur-seine	11	92	922	48.9167	2.2833	5
92603 CEDEX	Asnières-sur-Seine	asnieres-sur-seine	11	92	922	48.9167	2.2833	5
92604 CEDEX	Asnières-sur-Seine	asnieres-sur-seine	11	92	922	48.9167	2.2833	5
92605 CEDEX	Asnières-sur-Seine	asnieres-sur-seine	11	92	922	48.9167	2.2833	5
92606 CEDEX	Asnières-sur-Seine	asnieres-sur-seine	11	92	922	48.9167	2.2833	5
92607 CEDEX	Asnières-sur-Seine	asnieres-sur-seine	11	92	922	48.9167	2.2833	5
92609 CEDEX	Asnières-sur-Seine	asnieres-sur-seine	11	92	922	48.9167	2.2833	5
92611 CEDEX	Clichy	clichy	11	92	922	48.9002	2.3095	5
92613 CEDEX	Clichy	clichy	11	92	922	48.9002	2.3095	5
92614 CEDEX	Clichy	clichy	11	92	922	48.9002	2.3095	5
92615 CEDEX	Clichy	clichy	11	92	922	48.9002	2.3095	5
92616 CEDEX	Clichy	clichy	11	92	922	48.9002	2.3095	5
92622 CEDEX	Gennevilliers	gennevilliers	11	92	922	48.9333	2.3	5
92624 CEDEX	Gennevilliers	gennevilliers	11	92	922	48.9333	2.3	5
92631 CEDEX	Gennevilliers	gennevilliers	11	92	922	48.9333	2.3	5
92632 CEDEX	Gennevilliers	gennevilliers	11	92	922	48.9333	2.3	5
92633 CEDEX	Gennevilliers	gennevilliers	11	92	922	48.9333	2.3	5
92634 CEDEX	Gennevilliers	gennevilliers	11	92	922	48.9333	2.3	5
92635 CEDEX	Gennevilliers	gennevilliers	11	92	922	48.9333	2.3	5
92636 CEDEX	Gennevilliers	gennevilliers	11	92	922	48.9333	2.3	5
92637 CEDEX	Gennevilliers	gennevilliers	11	92	922	48.9333	2.3	5
92638 CEDEX	Gennevilliers	gennevilliers	11	92	922	48.9333	2.3	5
92641 CEDEX	Boulogne-Billancourt	boulogne-billancourt	11	92	923	48.8333	2.25	5
92642 CEDEX	Boulogne-Billancourt	boulogne-billancourt	11	92	923	48.8333	2.25	5
92643 CEDEX	Boulogne-Billancourt	boulogne-billancourt	11	92	923	48.8333	2.25	5
92645 CEDEX	Boulogne-Billancourt	boulogne-billancourt	11	92	923	48.8333	2.25	5
92649 CEDEX	Boulogne-Billancourt	boulogne-billancourt	11	92	923	48.8333	2.25	5
92650 CEDEX	Boulogne-Billancourt	boulogne-billancourt	11	92	923	48.8333	2.25	5
92651 CEDEX	Boulogne-Billancourt	boulogne-billancourt	11	92	923	48.8333	2.25	5
92653 CEDEX	Boulogne-Billancourt	boulogne-billancourt	11	92	923	48.8333	2.25	5
92654 CEDEX	Boulogne-Billancourt	boulogne-billancourt	11	92	923	48.8333	2.25	5
92655 CEDEX	Boulogne-Billancourt	boulogne-billancourt	11	92	923	48.8333	2.25	5
92656 CEDEX	Boulogne-Billancourt	boulogne-billancourt	11	92	923	48.8333	2.25	5
92658 CEDEX	Boulogne-Billancourt	boulogne-billancourt	11	92	923	48.8333	2.25	5
92659 CEDEX	Boulogne-Billancourt	boulogne-billancourt	11	92	923	48.8333	2.25	5
92660 CEDEX	Boulogne-Billancourt	boulogne-billancourt	11	92	923	48.8333	2.25	5
92665 CEDEX	Asnières-sur-Seine	asnieres-sur-seine	11	92	922	48.9167	2.2833	5
92671 CEDEX	Courbevoie	courbevoie	11	92	922	48.8967	2.2567	5
92672 CEDEX	Courbevoie	courbevoie	11	92	922	48.8967	2.2567	5
92675 CEDEX	Courbevoie	courbevoie	11	92	922	48.8967	2.2567	5
92677 CEDEX	Courbevoie	courbevoie	11	92	922	48.8967	2.2567	5
92679 CEDEX	Courbevoie	courbevoie	11	92	922	48.8967	2.2567	5
92682 CEDEX	Levallois-Perret	levallois-perret	11	92	922	48.8939	2.2886	5
92683 CEDEX	Levallois-Perret	levallois-perret	11	92	922	48.8939	2.2886	5
92684 CEDEX	Levallois-Perret	levallois-perret	11	92	922	48.8939	2.2886	5
92685 CEDEX	Levallois-Perret	levallois-perret	11	92	922	48.8939	2.2886	5
92686 CEDEX	Levallois-Perret	levallois-perret	11	92	922	48.8939	2.2886	5
92688 CEDEX	Levallois-Perret	levallois-perret	11	92	922	48.8939	2.2886	5
92689 CEDEX	Levallois-Perret	levallois-perret	11	92	922	48.8939	2.2886	5
92691 CEDEX	Levallois-Perret	levallois-perret	11	92	922	48.8939	2.2886	5
92693 CEDEX	Levallois-Perret	levallois-perret	11	92	922	48.8939	2.2886	5
92695 CEDEX	Levallois-Perret	levallois-perret	11	92	922	48.8939	2.2886	5
92698 CEDEX	Levallois-Perret	levallois-perret	11	92	922	48.8939	2.2886	5
92700	Colombes	colombes	11	92	922	48.9188	2.254	5
92701 CEDEX	Colombes	colombes	11	92	922	48.9188	2.254	5
92702 CEDEX	Colombes	colombes	11	92	922	48.9188	2.254	5
92703 CEDEX	Colombes	colombes	11	92	922	48.9188	2.254	5
92704 CEDEX	Colombes	colombes	11	92	922	48.9188	2.254	5
92705 CEDEX	Colombes	colombes	11	92	922	48.9188	2.254	5
92706 CEDEX	Colombes	colombes	11	92	922	48.9188	2.254	5
92707 CEDEX	Colombes	colombes	11	92	922	48.9188	2.254	5
92708 CEDEX	Colombes	colombes	11	92	922	48.9188	2.254	5
92709 CEDEX	Colombes	colombes	11	92	922	48.9188	2.254	5
92711 CEDEX	Colombes	colombes	11	92	922	48.9188	2.254	5
92712 CEDEX	Colombes	colombes	11	92	922	48.9188	2.254	5
92713 CEDEX	Colombes	colombes	11	92	922	48.9188	2.254	5
92714 CEDEX	Colombes	colombes	11	92	922	48.9188	2.254	5
92715 CEDEX	Colombes	colombes	11	92	922	48.9188	2.254	5
92721 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92722 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92725 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92726 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92727 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92728 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92729 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92730 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92735 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92736 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92737 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92738 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92739 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92741 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92742 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92743 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92744 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92745 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92747 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92748 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92751 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92752 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92755 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92756 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92758 CEDEX	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92761 CEDEX	Antony	antony	11	92	921	48.75	2.3	5
92762 CEDEX	Antony	antony	11	92	921	48.75	2.3	5
92763 CEDEX	Antony	antony	11	92	921	48.75	2.3	5
92764 CEDEX	Antony	antony	11	92	921	48.75	2.3	5
92766 CEDEX	Antony	antony	11	92	921	48.75	2.3	5
92767 CEDEX	Antony	antony	11	92	921	48.75	2.3	5
92768 CEDEX	Antony	antony	11	92	921	48.75	2.3	5
92772 CEDEX	Boulogne-Billancourt	boulogne-billancourt	11	92	923	48.8333	2.25	5
92773 CEDEX	Boulogne-Billancourt	boulogne-billancourt	11	92	923	48.8333	2.25	5
92774 CEDEX	Boulogne-Billancourt	boulogne-billancourt	11	92	923	48.8333	2.25	5
92776 CEDEX	Boulogne-Billancourt	boulogne-billancourt	11	92	923	48.8333	2.25	5
92779 CEDEX	Boulogne-Billancourt	boulogne-billancourt	11	92	923	48.8333	2.25	5
92781 CEDEX 9	Issy-les-Moulineaux	issy-les-moulineaux	11	92	923	48.821	2.2772	5
92782 CEDEX 9	Issy-les-Moulineaux	issy-les-moulineaux	11	92	923	48.821	2.2772	5
92783 CEDEX 9	Issy-les-Moulineaux	issy-les-moulineaux	11	92	923	48.821	2.2772	5
92784 CEDEX 9	Issy-les-Moulineaux	issy-les-moulineaux	11	92	923	48.821	2.2772	5
92785 CEDEX 9	Issy-les-Moulineaux	issy-les-moulineaux	11	92	923	48.821	2.2772	5
92786 CEDEX 9	Issy-les-Moulineaux	issy-les-moulineaux	11	92	923	48.821	2.2772	5
92787 CEDEX 9	Issy-les-Moulineaux	issy-les-moulineaux	11	92	923	48.821	2.2772	5
92788 CEDEX 9	Issy-les-Moulineaux	issy-les-moulineaux	11	92	923	48.821	2.2772	5
92789 CEDEX 9	Issy-les-Moulineaux	issy-les-moulineaux	11	92	923	48.821	2.2772	5
92791 CEDEX 9	Issy-les-Moulineaux	issy-les-moulineaux	11	92	923	48.821	2.2772	5
92792 CEDEX 9	Issy-les-Moulineaux	issy-les-moulineaux	11	92	923	48.821	2.2772	5
92793 CEDEX 9	Issy-les-Moulineaux	issy-les-moulineaux	11	92	923	48.821	2.2772	5
92794 CEDEX 9	Issy-les-Moulineaux	issy-les-moulineaux	11	92	923	48.821	2.2772	5
92795 CEDEX 9	Issy-les-Moulineaux	issy-les-moulineaux	11	92	923	48.821	2.2772	5
92796 CEDEX 9	Issy-les-Moulineaux	issy-les-moulineaux	11	92	923	48.821	2.2772	5
92797 CEDEX 9	Issy-les-Moulineaux	issy-les-moulineaux	11	92	923	48.821	2.2772	5
92798 CEDEX 9	Issy-les-Moulineaux	issy-les-moulineaux	11	92	923	48.821	2.2772	5
92799 CEDEX 9	Issy-les-Moulineaux	issy-les-moulineaux	11	92	923	48.821	2.2772	5
92800	Puteaux	puteaux	11	92	922	48.8834	2.2389	5
92801 CEDEX	Puteaux	puteaux	11	92	922	48.8834	2.2389	5
92802 CEDEX	Puteaux	puteaux	11	92	922	48.8834	2.2389	5
92803 CEDEX	Puteaux	puteaux	11	92	922	48.8834	2.2389	5
92804 CEDEX	Puteaux	puteaux	11	92	922	48.8834	2.2389	5
92805 CEDEX	Puteaux	puteaux	11	92	922	48.8834	2.2389	5
92806 CEDEX	Puteaux	puteaux	11	92	922	48.8834	2.2389	5
92807 CEDEX	Puteaux	puteaux	11	92	922	48.8834	2.2389	5
92808 CEDEX	Puteaux	puteaux	11	92	922	48.8834	2.2389	5
92809 CEDEX	Puteaux	puteaux	11	92	922	48.8834	2.2389	5
92811 CEDEX	Puteaux	puteaux	11	92	922	48.8834	2.2389	5
92813 CEDEX	Puteaux	puteaux	11	92	922	48.8834	2.2389	5
92815 CEDEX	Puteaux	puteaux	11	92	922	48.8834	2.2389	5
92816 CEDEX	Puteaux	puteaux	11	92	922	48.8834	2.2389	5
92817 CEDEX	Puteaux	puteaux	11	92	922	48.8834	2.2389	5
92818 CEDEX	Puteaux	puteaux	11	92	922	48.8834	2.2389	5
92819 CEDEX	Puteaux	puteaux	11	92	922	48.8834	2.2389	5
92820 CEDEX	Puteaux	puteaux	11	92	922	48.8834	2.2389	5
92821 CEDEX	Puteaux	puteaux	11	92	922	48.8834	2.2389	5
92822 CEDEX	Puteaux	puteaux	11	92	922	48.8834	2.2389	5
92823 CEDEX	Puteaux	puteaux	11	92	922	48.8834	2.2389	5
92824 CEDEX	Puteaux	puteaux	11	92	922	48.8834	2.2389	5
92842 CEDEX	Rueil-Malmaison	rueil-malmaison	11	92	922	48.8765	2.1897	5
92843 CEDEX	Rueil-Malmaison	rueil-malmaison	11	92	922	48.8765	2.1897	5
92844 CEDEX	Rueil-Malmaison	rueil-malmaison	11	92	922	48.8765	2.1897	5
92845 CEDEX	Rueil-Malmaison	rueil-malmaison	11	92	922	48.8765	2.1897	5
92846 CEDEX	Rueil-Malmaison	rueil-malmaison	11	92	922	48.8765	2.1897	5
92847 CEDEX	Rueil-Malmaison	rueil-malmaison	11	92	922	48.8765	2.1897	5
92848 CEDEX	Rueil-Malmaison	rueil-malmaison	11	92	922	48.8765	2.1897	5
92851 CEDEX	Rueil-Malmaison	rueil-malmaison	11	92	922	48.8765	2.1897	5
92852 CEDEX	Rueil-Malmaison	rueil-malmaison	11	92	922	48.8765	2.1897	5
92853 CEDEX	Rueil-Malmaison	rueil-malmaison	11	92	922	48.8765	2.1897	5
92854 CEDEX	Rueil-Malmaison	rueil-malmaison	11	92	922	48.8765	2.1897	5
92855 CEDEX	Rueil-Malmaison	rueil-malmaison	11	92	922	48.8765	2.1897	5
92856 CEDEX	Rueil-Malmaison	rueil-malmaison	11	92	922	48.8765	2.1897	5
92859 CEDEX	Rueil-Malmaison	rueil-malmaison	11	92	922	48.8765	2.1897	5
92861 CEDEX 9	Issy-les-Moulineaux	issy-les-moulineaux	11	92	923	48.821	2.2772	5
92862 CEDEX 9	Issy-les-Moulineaux	issy-les-moulineaux	11	92	923	48.821	2.2772	5
92863 CEDEX 9	Issy-les-Moulineaux	issy-les-moulineaux	11	92	923	48.821	2.2772	5
92864 CEDEX 9	Issy-les-Moulineaux	issy-les-moulineaux	11	92	923	48.821	2.2772	5
92865 CEDEX 9	Issy-les-Moulineaux	issy-les-moulineaux	11	92	923	48.821	2.2772	5
92866 CEDEX 9	Issy-les-Moulineaux	issy-les-moulineaux	11	92	923	48.821	2.2772	5
92867 CEDEX 9	Issy-les-Moulineaux	issy-les-moulineaux	11	92	923	48.821	2.2772	5
92881 CEDEX 9	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92882 CEDEX 9	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92883 CEDEX 9	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92884 CEDEX 9	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92885 CEDEX 9	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92886 CEDEX 9	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92887 CEDEX 9	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92889 CEDEX 9	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92891 CEDEX 9	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92892 CEDEX 9	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92893 CEDEX 9	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92894 CEDEX 9	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92895 CEDEX 9	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92896 CEDEX 9	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92897 CEDEX 9	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92898 CEDEX 9	Nanterre	nanterre	11	92	922	48.892	2.2067	5
92901 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92902 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92903 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92904 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92906 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92907 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92908 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92909 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92911 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92912 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92913 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92914 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92915 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92916 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92917 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92918 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92919 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92920 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92921 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92922 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92923 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92924 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92925 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92926 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92927 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92928 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92929 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92930 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92931 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92932 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92933 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92934 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92935 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92936 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92937 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92938 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92939 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92959 CEDEX	La Garenne-Colombes	la-garenne-colombes	11	92	922	48.9047	2.2469	5
92970 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92971 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92972 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92973 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92974 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92975 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92977 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92978 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92979 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92980 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92981 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92983 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92984 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92985 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92986 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92987 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92988 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92989 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
92999 CEDEX	Paris La Défense	paris-la-defense	11	92		48.8919	2.239	5
93000	Bobigny	bobigny	11	93	931	48.9098	2.4501	5
93001 CEDEX	Bobigny	bobigny	11	93	931	48.9098	2.4501	5
93002 CEDEX	Bobigny	bobigny	11	93	931	48.9098	2.4501	5
93003 CEDEX	Bobigny	bobigny	11	93	931	48.9098	2.4501	5
93005 CEDEX	Bobigny	bobigny	11	93	931	48.9098	2.4501	5
93006 CEDEX	Bobigny	bobigny	11	93	931	48.9098	2.4501	5
93007 CEDEX	Bobigny	bobigny	11	93	931	48.9098	2.4501	5
93008 CEDEX	Bobigny	bobigny	11	93	931	48.9098	2.4501	5
93009 CEDEX	Bobigny	bobigny	11	93	931	48.9098	2.4501	5
93011 CEDEX	Bobigny	bobigny	11	93	931	48.9098	2.4501	5
93012 CEDEX	Bobigny	bobigny	11	93	931	48.9098	2.4501	5
93013 CEDEX	Bobigny	bobigny	11	93	931	48.9098	2.4501	5
93014 CEDEX	Bobigny	bobigny	11	93	931	48.9098	2.4501	5
93016 CEDEX	Bobigny	bobigny	11	93	931	48.9098	2.4501	5
93017 CEDEX	Bobigny	bobigny	11	93	931	48.9098	2.4501	5
93018 CEDEX	Bobigny	bobigny	11	93	931	48.9098	2.4501	5
93021 CEDEX	Bobigny	bobigny	11	93	931	48.9098	2.4501	5
93022 CEDEX	Bobigny	bobigny	11	93	931	48.9098	2.4501	5
93024 CEDEX	Bobigny	bobigny	11	93	931	48.9098	2.4501	5
93100	Montreuil	montreuil	11	93	931	48.8642	2.4432	5
93101 CEDEX	Montreuil	montreuil	11	93	931	48.8642	2.4432	5
93102 CEDEX	Montreuil	montreuil	11	93	931	48.8642	2.4432	5
93103 CEDEX	Montreuil	montreuil	11	93	931	48.8642	2.4432	5
93104 CEDEX	Montreuil	montreuil	11	93	931	48.8642	2.4432	5
93105 CEDEX	Montreuil	montreuil	11	93	931	48.8642	2.4432	5
93106 CEDEX	Montreuil	montreuil	11	93	931	48.8642	2.4432	5
93107 CEDEX	Montreuil	montreuil	11	93	931	48.8642	2.4432	5
93108 CEDEX	Montreuil	montreuil	11	93	931	48.8642	2.4432	5
93110	Rosny-sous-Bois	rosny-sous-bois	11	93	932	48.8702	2.4991	5
93111 CEDEX	Rosny-sous-Bois	rosny-sous-bois	11	93	932	48.8702	2.4991	5
93112 CEDEX	Rosny-sous-Bois	rosny-sous-bois	11	93	932	48.8702	2.4991	5
93114 CEDEX	Rosny-sous-Bois	rosny-sous-bois	11	93	932	48.8702	2.4991	5
93115 CEDEX	Rosny-sous-Bois	rosny-sous-bois	11	93	932	48.8702	2.4991	5
93116 CEDEX	Rosny-sous-Bois	rosny-sous-bois	11	93	932	48.8702	2.4991	5
93117 CEDEX	Rosny-sous-Bois	rosny-sous-bois	11	93	932	48.8702	2.4991	5
93118 CEDEX	Rosny-sous-Bois	rosny-sous-bois	11	93	932	48.8702	2.4991	5
93120	La Courneuve	la-courneuve	11	93	933	48.928	2.3963	5
93121 CEDEX	La Courneuve	la-courneuve	11	93	933	48.928	2.3963	5
93122 CEDEX	La Courneuve	la-courneuve	11	93	933	48.928	2.3963	5
93123 CEDEX	La Courneuve	la-courneuve	11	93	933	48.928	2.3963	5
93126 CEDEX	La Courneuve	la-courneuve	11	93	933	48.928	2.3963	5
93127 CEDEX	La Courneuve	la-courneuve	11	93	933	48.928	2.3963	5
93130	Noisy-le-Sec	noisy-le-sec	11	93	931	48.8915	2.4645	5
93131 CEDEX	Noisy-le-Sec	noisy-le-sec	11	93	931	48.8915	2.4645	5
93133 CEDEX	Noisy-le-Sec	noisy-le-sec	11	93	931	48.8915	2.4645	5
93134 CEDEX	Noisy-le-Sec	noisy-le-sec	11	93	931	48.8915	2.4645	5
93135 CEDEX	Noisy-le-Sec	noisy-le-sec	11	93	931	48.8915	2.4645	5
93136 CEDEX	Noisy-le-Sec	noisy-le-sec	11	93	931	48.8915	2.4645	5
93140	Bondy	bondy	11	93	931	48.9018	2.4893	5
93141 CEDEX	Bondy	bondy	11	93	931	48.9018	2.4893	5
93142 CEDEX	Bondy	bondy	11	93	931	48.9018	2.4893	5
93143 CEDEX	Bondy	bondy	11	93	931	48.9018	2.4893	5
93144 CEDEX	Bondy	bondy	11	93	931	48.9018	2.4893	5
93145 CEDEX	Bondy	bondy	11	93	931	48.9018	2.4893	5
93146 CEDEX	Bondy	bondy	11	93	931	48.9018	2.4893	5
93147 CEDEX	Bondy	bondy	11	93	931	48.9018	2.4893	5
93148 CEDEX	Bondy	bondy	11	93	931	48.9018	2.4893	5
93149 CEDEX	Bondy	bondy	11	93	931	48.9018	2.4893	5
93150	Le Blanc-Mesnil	le-blanc-mesnil	11	93	932	48.9387	2.4614	5
93151 CEDEX	Le Blanc-Mesnil	le-blanc-mesnil	11	93	932	48.9387	2.4614	5
93152 CEDEX	Le Blanc-Mesnil	le-blanc-mesnil	11	93	932	48.9387	2.4614	5
93153 CEDEX	Le Blanc-Mesnil	le-blanc-mesnil	11	93	932	48.9387	2.4614	5
93154 CEDEX	Le Blanc-Mesnil	le-blanc-mesnil	11	93	932	48.9387	2.4614	5
93155 CEDEX	Le Blanc-Mesnil	le-blanc-mesnil	11	93	932	48.9387	2.4614	5
93156 CEDEX	Le Blanc-Mesnil	le-blanc-mesnil	11	93	932	48.9387	2.4614	5
93157 CEDEX	Le Blanc-Mesnil	le-blanc-mesnil	11	93	932	48.9387	2.4614	5
93158 CEDEX	Le Blanc-Mesnil	le-blanc-mesnil	11	93	932	48.9387	2.4614	5
93160	Noisy-le-Grand	noisy-le-grand	11	93	932	48.8498	2.5627	5
93161 CEDEX	Noisy-le-Grand	noisy-le-grand	11	93	932	48.8498	2.5627	5
93162 CEDEX	Noisy-le-Grand	noisy-le-grand	11	93	932	48.8498	2.5627	5
93163 CEDEX	Noisy-le-Grand	noisy-le-grand	11	93	932	48.8498	2.5627	5
93164 CEDEX	Noisy-le-Grand	noisy-le-grand	11	93	932	48.8498	2.5627	5
93165 CEDEX	Noisy-le-Grand	noisy-le-grand	11	93	932	48.8498	2.5627	5
93166 CEDEX	Noisy-le-Grand	noisy-le-grand	11	93	932	48.8498	2.5627	5
93167 CEDEX	Noisy-le-Grand	noisy-le-grand	11	93	932	48.8498	2.5627	5
93168 CEDEX	Noisy-le-Grand	noisy-le-grand	11	93	932	48.8498	2.5627	5
93169 CEDEX	Noisy-le-Grand	noisy-le-grand	11	93	932	48.8498	2.5627	5
93170	Bagnolet	bagnolet	11	93	931	48.8667	2.4167	5
93171 CEDEX	Bagnolet	bagnolet	11	93	931	48.8667	2.4167	5
93172 CEDEX	Bagnolet	bagnolet	11	93	931	48.8667	2.4167	5
93174 CEDEX	Bagnolet	bagnolet	11	93	931	48.8667	2.4167	5
93175 CEDEX	Bagnolet	bagnolet	11	93	931	48.8667	2.4167	5
93176 CEDEX	Bagnolet	bagnolet	11	93	931	48.8667	2.4167	5
93177 CEDEX	Bagnolet	bagnolet	11	93	931	48.8667	2.4167	5
93181 CEDEX	Montreuil	montreuil	11	93	931	48.8642	2.4432	5
93182 CEDEX	Montreuil	montreuil	11	93	931	48.8642	2.4432	5
93183 CEDEX	Montreuil	montreuil	11	93	931	48.8642	2.4432	5
93184 CEDEX	Montreuil	montreuil	11	93	931	48.8642	2.4432	5
93186 CEDEX	Montreuil	montreuil	11	93	931	48.8642	2.4432	5
93187 CEDEX	Montreuil	montreuil	11	93	931	48.8642	2.4432	5
93188 CEDEX	Montreuil	montreuil	11	93	931	48.8642	2.4432	5
93189 CEDEX	Montreuil	montreuil	11	93	931	48.8642	2.4432	5
93190	Livry-Gargan	livry-gargan	11	93	932	48.9193	2.5431	5
93191 CEDEX	Noisy-le-Grand	noisy-le-grand	11	93	932	48.8498	2.5627	5
93192 CEDEX	Noisy-le-Grand	noisy-le-grand	11	93	932	48.8498	2.5627	5
93193 CEDEX	Noisy-le-Grand	noisy-le-grand	11	93	932	48.8498	2.5627	5
93194 CEDEX	Noisy-le-Grand	noisy-le-grand	11	93	932	48.8498	2.5627	5
93195 CEDEX	Noisy-le-Grand	noisy-le-grand	11	93	932	48.8498	2.5627	5
93196 CEDEX	Noisy-le-Grand	noisy-le-grand	11	93	932	48.8498	2.5627	5
93197 CEDEX	Noisy-le-Grand	noisy-le-grand	11	93	932	48.8498	2.5627	5
93199 CEDEX	Noisy-le-Grand	noisy-le-grand	11	93	932	48.8498	2.5627	5
93200	Saint-Denis	saint-denis	11	93	933	48.9333	2.3667	5
93201 CEDEX	Saint-Denis	saint-denis	11	93	933	48.9333	2.3667	5
93202 CEDEX	Saint-Denis	saint-denis	11	93	933	48.9333	2.3667	5
93203 CEDEX	Saint-Denis	saint-denis	11	93	933	48.9333	2.3667	5
93204 CEDEX	Saint-Denis	saint-denis	11	93	933	48.9333	2.3667	5
93205 CEDEX	Saint-Denis	saint-denis	11	93	933	48.9333	2.3667	5
93206 CEDEX	Saint-Denis	saint-denis	11	93	933	48.9333	2.3667	5
93207 CEDEX	Saint-Denis	saint-denis	11	93	933	48.9333	2.3667	5
93208 CEDEX	Saint-Denis	saint-denis	11	93	933	48.9333	2.3667	5
93209 CEDEX	Saint-Denis	saint-denis	11	93	933	48.9333	2.3667	5
93210	Saint-Denis	saint-denis	11	93	933	48.9333	2.3667	5
93210 CEDEX	La Plaine-Saint-Denis	la-plaine-saint-denis	11	93	933	48.9085	2.3638	5
93401 CEDEX	Saint-Ouen	saint-ouen	11	93	933	48.9065	2.3334	5
93211 CEDEX	La Plaine-Saint-Denis	la-plaine-saint-denis	11	93	933	48.9085	2.3638	5
93212 CEDEX	La Plaine-Saint-Denis	la-plaine-saint-denis	11	93	933	48.9085	2.3638	5
93213 CEDEX	La Plaine-Saint-Denis	la-plaine-saint-denis	11	93	933	48.9085	2.3638	5
93214 CEDEX	La Plaine-Saint-Denis	la-plaine-saint-denis	11	93	933	48.9085	2.3638	5
93216 CEDEX	La Plaine-Saint-Denis	la-plaine-saint-denis	11	93	933	48.9085	2.3638	5
93217 CEDEX	La Plaine-Saint-Denis	la-plaine-saint-denis	11	93	933	48.9085	2.3638	5
93218 CEDEX	La Plaine-Saint-Denis	la-plaine-saint-denis	11	93	933	48.9085	2.3638	5
93219 CEDEX	La Plaine-Saint-Denis	la-plaine-saint-denis	11	93	933	48.9085	2.3638	5
93220	Gagny	gagny	11	93	932	48.8833	2.5333	5
93221 CEDEX	Gagny	gagny	11	93	932	48.8833	2.5333	5
93222 CEDEX	Gagny	gagny	11	93	932	48.8833	2.5333	5
93230	Romainville	romainville	11	93	931	48.8854	2.4348	5
93231 CEDEX	Romainville	romainville	11	93	931	48.8854	2.4348	5
93233 CEDEX	Romainville	romainville	11	93	931	48.8854	2.4348	5
93235 CEDEX	Romainville	romainville	11	93	931	48.8854	2.4348	5
93240	Stains	stains	11	93	933	48.95	2.3833	5
93241 CEDEX	Stains	stains	11	93	933	48.95	2.3833	5
93245 CEDEX	Stains	stains	11	93	933	48.95	2.3833	5
93250	Villemomble	villemomble	11	93	932	48.8833	2.5	5
93260	Les Lilas	les-lilas	11	93	931	48.8799	2.4206	5
93261 CEDEX	Les Lilas	les-lilas	11	93	931	48.8799	2.4206	5
93270	Sevran	sevran	11	93	932	48.9447	2.5275	5
93271 CEDEX	Sevran	sevran	11	93	932	48.9447	2.5275	5
93274 CEDEX	Sevran	sevran	11	93	932	48.9447	2.5275	5
93275 CEDEX	Sevran	sevran	11	93	932	48.9447	2.5275	5
93282 CEDEX	Saint-Denis	saint-denis	11	93	933	48.9333	2.3667	5
93283 CEDEX	Saint-Denis	saint-denis	11	93	933	48.9333	2.3667	5
93284 CEDEX	Saint-Denis	saint-denis	11	93	933	48.9333	2.3667	5
93285 CEDEX	Saint-Denis	saint-denis	11	93	933	48.9333	2.3667	5
93286 CEDEX	Saint-Denis	saint-denis	11	93	933	48.9333	2.3667	5
93290	Tremblay-en-France	tremblay-en-france	11	93	932	48.9496	2.5684	5
93294 CEDEX	Tremblay-en-France	tremblay-en-france	11	93	932	48.9496	2.5684	5
93297 CEDEX	Tremblay-en-France	tremblay-en-france	11	93	932	48.9496	2.5684	5
93300	Aubervilliers	aubervilliers	11	93	933	48.9167	2.3833	5
93301 CEDEX	Aubervilliers	aubervilliers	11	93	933	48.9167	2.3833	5
93302 CEDEX	Aubervilliers	aubervilliers	11	93	933	48.9167	2.3833	5
93303 CEDEX	Aubervilliers	aubervilliers	11	93	933	48.9167	2.3833	5
93304 CEDEX	Aubervilliers	aubervilliers	11	93	933	48.9167	2.3833	5
93305 CEDEX	Aubervilliers	aubervilliers	11	93	933	48.9167	2.3833	5
93306 CEDEX	Aubervilliers	aubervilliers	11	93	933	48.9167	2.3833	5
93307 CEDEX	Aubervilliers	aubervilliers	11	93	933	48.9167	2.3833	5
93308 CEDEX	Aubervilliers	aubervilliers	11	93	933	48.9167	2.3833	5
93310	Le Pré-Saint-Gervais	le-pre-saint-gervais	11	93	931	48.8855	2.4042	5
93311 CEDEX	Le Pré-Saint-Gervais	le-pre-saint-gervais	11	93	931	48.8855	2.4042	5
93315 CEDEX	Le Pré-Saint-Gervais	le-pre-saint-gervais	11	93	931	48.8855	2.4042	5
93320	Les Pavillons-sous-Bois	les-pavillons-sous-bois	11	93	932	48.9068	2.5065	5
93321 CEDEX	Aubervilliers	aubervilliers	11	93	933	48.9167	2.3833	5
93322 CEDEX	Aubervilliers	aubervilliers	11	93	933	48.9167	2.3833	5
93323 CEDEX	Aubervilliers	aubervilliers	11	93	933	48.9167	2.3833	5
93324 CEDEX	Aubervilliers	aubervilliers	11	93	933	48.9167	2.3833	5
93325 CEDEX	Aubervilliers	aubervilliers	11	93	933	48.9167	2.3833	5
93330	Neuilly-sur-Marne	neuilly-sur-marne	11	93	932	48.8537	2.549	5
93331 CEDEX	Neuilly-sur-Marne	neuilly-sur-marne	11	93	932	48.8537	2.549	5
93332 CEDEX	Neuilly-sur-Marne	neuilly-sur-marne	11	93	932	48.8537	2.549	5
93334 CEDEX	Neuilly-sur-Marne	neuilly-sur-marne	11	93	932	48.8537	2.549	5
93335 CEDEX	Neuilly-sur-Marne	neuilly-sur-marne	11	93	932	48.8537	2.549	5
93336 CEDEX	Neuilly-sur-Marne	neuilly-sur-marne	11	93	932	48.8537	2.549	5
93337 CEDEX	Neuilly-sur-Marne	neuilly-sur-marne	11	93	932	48.8537	2.549	5
93340	Le Raincy	le-raincy	11	93	932	48.9	2.5167	5
93341 CEDEX	Le Raincy	le-raincy	11	93	932	48.9	2.5167	5
93342 CEDEX	Le Raincy	le-raincy	11	93	932	48.9	2.5167	5
93343 CEDEX	Le Raincy	le-raincy	11	93	932	48.9	2.5167	5
93344 CEDEX	Le Raincy	le-raincy	11	93	932	48.9	2.5167	5
93345 CEDEX	Le Raincy	le-raincy	11	93	932	48.9	2.5167	5
93346 CEDEX	Le Raincy	le-raincy	11	93	932	48.9	2.5167	5
93348 CEDEX	Le Raincy	le-raincy	11	93	932	48.9	2.5167	5
93349 CEDEX	Le Raincy	le-raincy	11	93	932	48.9	2.5167	5
93350	Le Bourget	le-bourget	11	93	932	48.9341	2.4358	5
93351 CEDEX	Le Bourget	le-bourget	11	93	932	48.9341	2.4358	5
93352 CEDEX	Le Bourget	le-bourget	11	93	932	48.9341	2.4358	5
93360	Neuilly-Plaisance	neuilly-plaisance	11	93	932	48.8634	2.506	5
93361 CEDEX	Neuilly-Plaisance	neuilly-plaisance	11	93	932	48.8634	2.506	5
93362 CEDEX	Neuilly-Plaisance	neuilly-plaisance	11	93	932	48.8634	2.506	5
93363 CEDEX	Neuilly-Plaisance	neuilly-plaisance	11	93	932	48.8634	2.506	5
93364 CEDEX	Neuilly-Plaisance	neuilly-plaisance	11	93	932	48.8634	2.506	5
93365 CEDEX	Neuilly-Plaisance	neuilly-plaisance	11	93	932	48.8634	2.506	5
93366 CEDEX	Neuilly-Plaisance	neuilly-plaisance	11	93	932	48.8634	2.506	5
93370	Montfermeil	montfermeil	11	93	932	48.8982	2.5791	5
93380	Pierrefitte-sur-Seine	pierrefitte-sur-seine	11	93	933	48.9669	2.361	5
93381 CEDEX	Pierrefitte-sur-Seine	pierrefitte-sur-seine	11	93	933	48.9669	2.361	5
93382 CEDEX	Pierrefitte-sur-Seine	pierrefitte-sur-seine	11	93	933	48.9669	2.361	5
93390	Clichy-sous-Bois	clichy-sous-bois	11	93	932	48.9102	2.5532	5
93400	Saint-Ouen	saint-ouen	11	93	933	48.9065	2.3334	5
93402 CEDEX	Saint-Ouen	saint-ouen	11	93	933	48.9065	2.3334	5
93403 CEDEX	Saint-Ouen	saint-ouen	11	93	933	48.9065	2.3334	5
93404 CEDEX	Saint-Ouen	saint-ouen	11	93	933	48.9065	2.3334	5
93405 CEDEX	Saint-Ouen	saint-ouen	11	93	933	48.9065	2.3334	5
93406 CEDEX	Saint-Ouen	saint-ouen	11	93	933	48.9065	2.3334	5
93407 CEDEX	Saint-Ouen	saint-ouen	11	93	933	48.9065	2.3334	5
93408 CEDEX	Saint-Ouen	saint-ouen	11	93	933	48.9065	2.3334	5
93410	Vaujours	vaujours	11	93	932	48.9302	2.5711	5
93411 CEDEX	Saint-Denis	saint-denis	11	93	933	48.9333	2.3667	5
93412 CEDEX	Saint-Denis	saint-denis	11	93	933	48.9333	2.3667	5
93420	Villepinte	villepinte	11	93	932	48.962	2.5325	5
93421 CEDEX	Villepinte	villepinte	11	93	932	48.962	2.5325	5
93422 CEDEX	Villepinte	villepinte	11	93	932	48.962	2.5325	5
93423 CEDEX	Villepinte	villepinte	11	93	932	48.962	2.5325	5
93424 CEDEX	Villepinte	villepinte	11	93	932	48.962	2.5325	5
93430	Villetaneuse	villetaneuse	11	93	933	48.9583	2.3417	5
93431 CEDEX	Villetaneuse	villetaneuse	11	93	933	48.9583	2.3417	5
93436 CEDEX	Villetaneuse	villetaneuse	11	93	933	48.9583	2.3417	5
93437 CEDEX	Villetaneuse	villetaneuse	11	93	933	48.9583	2.3417	5
93440	Dugny	dugny	11	93	932	48.9537	2.4173	5
93441 CEDEX	Dugny	dugny	11	93	932	48.9537	2.4173	5
93450	L’Île-Saint-Denis	l-ile-saint-denis	11	93	933	48.9367	2.3394	5
93451 CEDEX	L’Île-Saint-Denis	l-ile-saint-denis	11	93	933	48.9367	2.3394	5
93453 CEDEX	La Plaine-Saint-Denis	la-plaine-saint-denis	11	93	933	48.9085	2.3638	5
93454 CEDEX	La Plaine-Saint-Denis	la-plaine-saint-denis	11	93	933	48.9085	2.3638	5
93455 CEDEX	La Plaine-Saint-Denis	la-plaine-saint-denis	11	93	933	48.9085	2.3638	5
93456 CEDEX	La Plaine-Saint-Denis	la-plaine-saint-denis	11	93	933	48.9085	2.3638	5
93457 CEDEX	La Plaine-Saint-Denis	la-plaine-saint-denis	11	93	933	48.9085	2.3638	5
93458 CEDEX	La Plaine-Saint-Denis	la-plaine-saint-denis	11	93	933	48.9085	2.3638	5
93460	Gournay-sur-Marne	gournay-sur-marne	11	93	932	48.8622	2.5845	5
93461 CEDEX	Noisy-le-Grand	noisy-le-grand	11	93	932	48.8498	2.5627	5
93462 CEDEX	Noisy-le-Grand	noisy-le-grand	11	93	932	48.8498	2.5627	5
93463 CEDEX	Noisy-le-Grand	noisy-le-grand	11	93	932	48.8498	2.5627	5
93464 CEDEX	Noisy-le-Grand	noisy-le-grand	11	93	932	48.8498	2.5627	5
93465 CEDEX	Noisy-le-Grand	noisy-le-grand	11	93	932	48.8498	2.5627	5
93470	Coubron	coubron	11	93	932	48.9167	2.5833	5
93472 CEDEX	Neuilly-sur-Marne	neuilly-sur-marne	11	93	932	48.8537	2.549	5
93473 CEDEX	Neuilly-sur-Marne	neuilly-sur-marne	11	93	932	48.8537	2.549	5
93479 CEDEX	Neuilly-sur-Marne	neuilly-sur-marne	11	93	932	48.8537	2.549	5
93481 CEDEX	Saint-Ouen	saint-ouen	11	93	933	48.9065	2.3334	5
93482 CEDEX	Saint-Ouen	saint-ouen	11	93	933	48.9065	2.3334	5
93483 CEDEX	Saint-Ouen	saint-ouen	11	93	933	48.9065	2.3334	5
93484 CEDEX	Saint-Ouen	saint-ouen	11	93	933	48.9065	2.3334	5
93485 CEDEX 9	Bobigny	bobigny	11	93	931	48.9098	2.4501	5
93486 CEDEX	Saint-Ouen	saint-ouen	11	93	933	48.9065	2.3334	5
93487 CEDEX	Saint-Ouen	saint-ouen	11	93	933	48.9065	2.3334	5
93489 CEDEX	Saint-Ouen	saint-ouen	11	93	933	48.9065	2.3334	5
93493 CEDEX	Montreuil	montreuil	11	93	931	48.8642	2.4432	5
93500	Pantin	pantin	11	93	931	48.8944	2.4093	5
93501 CEDEX	Pantin	pantin	11	93	931	48.8944	2.4093	5
93502 CEDEX	Pantin	pantin	11	93	931	48.8944	2.4093	5
93503 CEDEX	Pantin	pantin	11	93	931	48.8944	2.4093	5
93504 CEDEX	Pantin	pantin	11	93	931	48.8944	2.4093	5
93505 CEDEX	Pantin	pantin	11	93	931	48.8944	2.4093	5
93506 CEDEX	Pantin	pantin	11	93	931	48.8944	2.4093	5
93507 CEDEX	Pantin	pantin	11	93	931	48.8944	2.4093	5
93508 CEDEX	Pantin	pantin	11	93	931	48.8944	2.4093	5
93511 CEDEX	Montreuil	montreuil	11	93	931	48.8642	2.4432	5
93512 CEDEX	Montreuil	montreuil	11	93	931	48.8642	2.4432	5
93513 CEDEX	Montreuil	montreuil	11	93	931	48.8642	2.4432	5
93514 CEDEX	Montreuil	montreuil	11	93	931	48.8642	2.4432	5
93515 CEDEX	Montreuil	montreuil	11	93	931	48.8642	2.4432	5
93516 CEDEX	Montreuil	montreuil	11	93	931	48.8642	2.4432	5
93517 CEDEX	Montreuil	montreuil	11	93	931	48.8642	2.4432	5
93518 CEDEX	Montreuil	montreuil	11	93	931	48.8642	2.4432	5
93521 CEDEX	Saint-Denis	saint-denis	11	93	933	48.9333	2.3667	5
93522 CEDEX	Saint-Denis	saint-denis	11	93	933	48.9333	2.3667	5
93523 CEDEX	Saint-Denis	saint-denis	11	93	933	48.9333	2.3667	5
93524 CEDEX	Saint-Denis	saint-denis	11	93	933	48.9333	2.3667	5
93526 CEDEX	Saint-Denis	saint-denis	11	93	933	48.9333	2.3667	5
93527 CEDEX	Saint-Denis	saint-denis	11	93	933	48.9333	2.3667	5
93528 CEDEX	Saint-Denis	saint-denis	11	93	933	48.9333	2.3667	5
93531 CEDEX	Aubervilliers	aubervilliers	11	93	933	48.9167	2.3833	5
93532 CEDEX	Aubervilliers	aubervilliers	11	93	933	48.9167	2.3833	5
93533 CEDEX	Aubervilliers	aubervilliers	11	93	933	48.9167	2.3833	5
93534 CEDEX	La Plaine-Saint-Denis	la-plaine-saint-denis	11	93	933	48.9085	2.3638	5
93535 CEDEX	Aubervilliers	aubervilliers	11	93	933	48.9167	2.3833	5
93536 CEDEX	La Plaine-Saint-Denis	la-plaine-saint-denis	11	93	933	48.9085	2.3638	5
93537 CEDEX	Aubervilliers	aubervilliers	11	93	933	48.9167	2.3833	5
93538 CEDEX	La Plaine-Saint-Denis	la-plaine-saint-denis	11	93	933	48.9085	2.3638	5
93539 CEDEX	La Plaine-Saint-Denis	la-plaine-saint-denis	11	93	933	48.9085	2.3638	5
93541 CEDEX	Bagnolet	bagnolet	11	93	931	48.8667	2.4167	5
93544 CEDEX	Bagnolet	bagnolet	11	93	931	48.8667	2.4167	5
93545 CEDEX	Bagnolet	bagnolet	11	93	931	48.8667	2.4167	5
93547 CEDEX	Bagnolet	bagnolet	11	93	931	48.8667	2.4167	5
93554 CEDEX	Montreuil	montreuil	11	93	931	48.8642	2.4432	5
93555 CEDEX	Montreuil	montreuil	11	93	931	48.8642	2.4432	5
93556 CEDEX	Montreuil	montreuil	11	93	931	48.8642	2.4432	5
93558 CEDEX	Montreuil	montreuil	11	93	931	48.8642	2.4432	5
93561 CEDEX	Rosny-sous-Bois	rosny-sous-bois	11	93	932	48.8702	2.4991	5
93562 CEDEX	Rosny-sous-Bois	rosny-sous-bois	11	93	932	48.8702	2.4991	5
93563 CEDEX	Rosny-sous-Bois	rosny-sous-bois	11	93	932	48.8702	2.4991	5
93564 CEDEX	Rosny-sous-Bois	rosny-sous-bois	11	93	932	48.8702	2.4991	5
93571 CEDEX	La Plaine-Saint-Denis	la-plaine-saint-denis	11	93	933	48.9085	2.3638	5
93574 CEDEX	La Plaine-Saint-Denis	la-plaine-saint-denis	11	93	933	48.9085	2.3638	5
93575 CEDEX	La Plaine-Saint-Denis	la-plaine-saint-denis	11	93	933	48.9085	2.3638	5
93576 CEDEX	La Plaine-Saint-Denis	la-plaine-saint-denis	11	93	933	48.9085	2.3638	5
93577 CEDEX	La Plaine-Saint-Denis	la-plaine-saint-denis	11	93	933	48.9085	2.3638	5
93578 CEDEX	La Plaine-Saint-Denis	la-plaine-saint-denis	11	93	933	48.9085	2.3638	5
93581 CEDEX	Saint-Ouen	saint-ouen	11	93	933	48.9065	2.3334	5
93582 CEDEX	Saint-Ouen	saint-ouen	11	93	933	48.9065	2.3334	5
93583 CEDEX	Saint-Ouen	saint-ouen	11	93	933	48.9065	2.3334	5
93584 CEDEX	Saint-Ouen	saint-ouen	11	93	933	48.9065	2.3334	5
93585 CEDEX	Saint-Ouen	saint-ouen	11	93	933	48.9065	2.3334	5
93586 CEDEX	Saint-Ouen	saint-ouen	11	93	933	48.9065	2.3334	5
93587 CEDEX	Saint-Ouen	saint-ouen	11	93	933	48.9065	2.3334	5
93588 CEDEX	Saint-Ouen	saint-ouen	11	93	933	48.9065	2.3334	5
93589 CEDEX	Saint-Ouen	saint-ouen	11	93	933	48.9065	2.3334	5
93591 CEDEX	Le Blanc-Mesnil	le-blanc-mesnil	11	93	932	48.9387	2.4614	5
93593 CEDEX	Le Blanc-Mesnil	le-blanc-mesnil	11	93	932	48.9387	2.4614	5
93600	Aulnay-sous-Bois	aulnay-sous-bois	11	93	932	48.9381	2.494	5
93601 CEDEX	Aulnay-sous-Bois	aulnay-sous-bois	11	93	932	48.9381	2.494	5
93602 CEDEX	Aulnay-sous-Bois	aulnay-sous-bois	11	93	932	48.9381	2.494	5
93603 CEDEX	Aulnay-sous-Bois	aulnay-sous-bois	11	93	932	48.9381	2.494	5
93604 CEDEX	Aulnay-sous-Bois	aulnay-sous-bois	11	93	932	48.9381	2.494	5
93605 CEDEX	Aulnay-sous-Bois	aulnay-sous-bois	11	93	932	48.9381	2.494	5
93606 CEDEX	Aulnay-sous-Bois	aulnay-sous-bois	11	93	932	48.9381	2.494	5
93608 CEDEX	Aulnay-sous-Bois	aulnay-sous-bois	11	93	932	48.9381	2.494	5
93609 CEDEX	Aulnay-sous-Bois	aulnay-sous-bois	11	93	932	48.9381	2.494	5
93611 CEDEX	Aulnay-sous-Bois	aulnay-sous-bois	11	93	932	48.9381	2.494	5
93612 CEDEX	Aulnay-sous-Bois	aulnay-sous-bois	11	93	932	48.9381	2.494	5
93613 CEDEX	Aulnay-sous-Bois	aulnay-sous-bois	11	93	932	48.9381	2.494	5
93614 CEDEX	Aulnay-sous-Bois	aulnay-sous-bois	11	93	932	48.9381	2.494	5
93615 CEDEX	Aulnay-sous-Bois	aulnay-sous-bois	11	93	932	48.9381	2.494	5
93616 CEDEX	Aulnay-sous-Bois	aulnay-sous-bois	11	93	932	48.9381	2.494	5
93617 CEDEX	Aulnay-sous-Bois	aulnay-sous-bois	11	93	932	48.9381	2.494	5
93618 CEDEX	Aulnay-sous-Bois	aulnay-sous-bois	11	93	932	48.9381	2.494	5
93619 CEDEX	Aulnay-sous-Bois	aulnay-sous-bois	11	93	932	48.9381	2.494	5
93621 CEDEX	Aulnay-sous-Bois	aulnay-sous-bois	11	93	932	48.9381	2.494	5
93622 CEDEX	Aulnay-sous-Bois	aulnay-sous-bois	11	93	932	48.9381	2.494	5
93623 CEDEX	Aulnay-sous-Bois	aulnay-sous-bois	11	93	932	48.9381	2.494	5
93627 CEDEX	Aulnay-sous-Bois	aulnay-sous-bois	11	93	932	48.9381	2.494	5
93631 CEDEX	La Plaine-Saint-Denis	la-plaine-saint-denis	11	93	933	48.9085	2.3638	5
93691 CEDEX	Pantin	pantin	11	93	931	48.8944	2.4093	5
93692 CEDEX	Pantin	pantin	11	93	931	48.8944	2.4093	5
93693 CEDEX	Pantin	pantin	11	93	931	48.8944	2.4093	5
93694 CEDEX	Pantin	pantin	11	93	931	48.8944	2.4093	5
93695 CEDEX	Pantin	pantin	11	93	931	48.8944	2.4093	5
93696 CEDEX	Pantin	pantin	11	93	931	48.8944	2.4093	5
93697 CEDEX	Pantin	pantin	11	93	931	48.8944	2.4093	5
93698 CEDEX	Pantin	pantin	11	93	931	48.8944	2.4093	5
93699 CEDEX	Pantin	pantin	11	93	931	48.8944	2.4093	5
93700	Drancy	drancy	11	93	932	48.9258	2.4453	5
93701 CEDEX	Drancy	drancy	11	93	932	48.9258	2.4453	5
93705 CEDEX	Drancy	drancy	11	93	932	48.9258	2.4453	5
93711 CEDEX	Drancy	drancy	11	93	932	48.9258	2.4453	5
93712 CEDEX	Drancy	drancy	11	93	932	48.9258	2.4453	5
93719 CEDEX	Drancy	drancy	11	93	932	48.9258	2.4453	5
93731 CEDEX 9	Bobigny	bobigny	11	93	931	48.9098	2.4501	5
93733 CEDEX 9	Bobigny	bobigny	11	93	931	48.9098	2.4501	5
93734 CEDEX 9	Bobigny	bobigny	11	93	931	48.9098	2.4501	5
93736 CEDEX 9	Bobigny	bobigny	11	93	931	48.9098	2.4501	5
93737 CEDEX 9	Bobigny	bobigny	11	93	931	48.9098	2.4501	5
93738 CEDEX 9	Bobigny	bobigny	11	93	931	48.9098	2.4501	5
93761 CEDEX	Pantin	pantin	11	93	931	48.8944	2.4093	5
93800	Épinay-sur-Seine	epinay-sur-seine	11	93	933	48.9535	2.3151	5
93801 CEDEX	Épinay-sur-Seine	epinay-sur-seine	11	93	933	48.9535	2.3151	5
93802 CEDEX	Épinay-sur-Seine	epinay-sur-seine	11	93	933	48.9535	2.3151	5
93806 CEDEX	Épinay-sur-Seine	epinay-sur-seine	11	93	933	48.9535	2.3151	5
93807 CEDEX	Épinay-sur-Seine	epinay-sur-seine	11	93	933	48.9535	2.3151	5
93812 CEDEX 9	Bobigny	bobigny	11	93	931	48.9098	2.4501	5
93813 CEDEX 9	Bobigny	bobigny	11	93	931	48.9098	2.4501	5
93814 CEDEX 9	Bobigny	bobigny	11	93	931	48.9098	2.4501	5
93815 CEDEX 9	Bobigny	bobigny	11	93	931	48.9098	2.4501	5
93816 CEDEX 9	Bobigny	bobigny	11	93	931	48.9098	2.4501	5
93881 CEDEX	Noisy-le-Grand	noisy-le-grand	11	93	932	48.8498	2.5627	5
93883 CEDEX	Noisy-le-Grand	noisy-le-grand	11	93	932	48.8498	2.5627	5
93884 CEDEX	Noisy-le-Grand	noisy-le-grand	11	93	932	48.8498	2.5627	5
93885 CEDEX	Noisy-le-Grand	noisy-le-grand	11	93	932	48.8498	2.5627	5
93887 CEDEX	Noisy-le-Grand	noisy-le-grand	11	93	932	48.8498	2.5627	5
93891 CEDEX	Livry-Gargan	livry-gargan	11	93	932	48.9193	2.5431	5
93899 CEDEX	Livry-Gargan	livry-gargan	11	93	932	48.9193	2.5431	5
93901 CEDEX 9	Bobigny	bobigny	11	93	931	48.9098	2.4501	5
93907 CEDEX 9	Bobigny	bobigny	11	93	931	48.9098	2.4501	5
93908 CEDEX 9	Bobigny	bobigny	11	93	931	48.9098	2.4501	5
93909 CEDEX 9	Bobigny	bobigny	11	93	931	48.9098	2.4501	5
94000	Créteil	creteil	11	94	941	48.7927	2.4657	5
94001 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94002 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94003 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94004 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94005 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94006 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94007 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94008 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94009 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94010 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94011 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94012 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94013 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94014 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94015 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94016 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94017 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94018 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94019 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94020 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94021 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94022 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94023 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94024 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94025 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94026 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94027 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94028 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94029 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94030 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94031 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94032 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94033 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94034 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94035 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94036 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94037 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94038 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94039 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94040 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94041 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94042 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94043 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94044 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94045 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94046 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94047 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94048 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94049 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94051 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94052 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94053 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94054 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94055 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94094 CEDEX	Créteil	creteil	11	94	941	48.7927	2.4657	5
94100	Saint-Maur-des-Fossés	saint-maur-des-fosses	11	94	942	48.7939	2.4932	5
94101 CEDEX	Saint-Maur-des-Fossés	saint-maur-des-fosses	11	94	942	48.7939	2.4932	5
94102 CEDEX	Saint-Maur-des-Fossés	saint-maur-des-fosses	11	94	942	48.7939	2.4932	5
94103 CEDEX	Saint-Maur-des-Fossés	saint-maur-des-fosses	11	94	942	48.7939	2.4932	5
94104 CEDEX	Saint-Maur-des-Fossés	saint-maur-des-fosses	11	94	942	48.7939	2.4932	5
94105 CEDEX	Saint-Maur-des-Fossés	saint-maur-des-fosses	11	94	942	48.7939	2.4932	5
94106 CEDEX	Saint-Maur-des-Fossés	saint-maur-des-fosses	11	94	942	48.7939	2.4932	5
94107 CEDEX	Saint-Maur-des-Fossés	saint-maur-des-fosses	11	94	942	48.7939	2.4932	5
94108 CEDEX	Saint-Maur-des-Fossés	saint-maur-des-fosses	11	94	942	48.7939	2.4932	5
94109 CEDEX	Saint-Maur-des-Fossés	saint-maur-des-fosses	11	94	942	48.7939	2.4932	5
94110	Arcueil	arcueil	11	94	943	48.7999	2.3326	5
94111 CEDEX	Arcueil	arcueil	11	94	943	48.7999	2.3326	5
94112 CEDEX	Arcueil	arcueil	11	94	943	48.7999	2.3326	5
94113 CEDEX	Arcueil	arcueil	11	94	943	48.7999	2.3326	5
94114 CEDEX	Arcueil	arcueil	11	94	943	48.7999	2.3326	5
94115 CEDEX	Arcueil	arcueil	11	94	943	48.7999	2.3326	5
94116 CEDEX	Arcueil	arcueil	11	94	943	48.7999	2.3326	5
94117 CEDEX	Arcueil	arcueil	11	94	943	48.7999	2.3326	5
94118 CEDEX	Arcueil	arcueil	11	94	943	48.7999	2.3326	5
94119 CEDEX	Arcueil	arcueil	11	94	943	48.7999	2.3326	5
94120	Fontenay-sous-Bois	fontenay-sous-bois	11	94	942	48.8544	2.4827	5
94121 CEDEX	Fontenay-sous-Bois	fontenay-sous-bois	11	94	942	48.8544	2.4827	5
94122 CEDEX	Fontenay-sous-Bois	fontenay-sous-bois	11	94	942	48.8544	2.4827	5
94123 CEDEX	Fontenay-sous-Bois	fontenay-sous-bois	11	94	942	48.8544	2.4827	5
94124 CEDEX	Fontenay-sous-Bois	fontenay-sous-bois	11	94	942	48.8544	2.4827	5
94125 CEDEX	Fontenay-sous-Bois	fontenay-sous-bois	11	94	942	48.8544	2.4827	5
94126 CEDEX	Fontenay-sous-Bois	fontenay-sous-bois	11	94	942	48.8544	2.4827	5
94127 CEDEX	Fontenay-sous-Bois	fontenay-sous-bois	11	94	942	48.8544	2.4827	5
94128 CEDEX	Fontenay-sous-Bois	fontenay-sous-bois	11	94	942	48.8544	2.4827	5
94129 CEDEX	Fontenay-sous-Bois	fontenay-sous-bois	11	94	942	48.8544	2.4827	5
94130	Nogent-sur-Marne	nogent-sur-marne	11	94	942	48.8333	2.4833	5
94131 CEDEX	Fontenay-sous-Bois	fontenay-sous-bois	11	94	942	48.8544	2.4827	5
94132 CEDEX	Fontenay-sous-Bois	fontenay-sous-bois	11	94	942	48.8544	2.4827	5
94133 CEDEX	Fontenay-sous-Bois	fontenay-sous-bois	11	94	942	48.8544	2.4827	5
94134 CEDEX	Fontenay-sous-Bois	fontenay-sous-bois	11	94	942	48.8544	2.4827	5
94135 CEDEX	Fontenay-sous-Bois	fontenay-sous-bois	11	94	942	48.8544	2.4827	5
94136 CEDEX	Fontenay-sous-Bois	fontenay-sous-bois	11	94	942	48.8544	2.4827	5
94137 CEDEX	Fontenay-sous-Bois	fontenay-sous-bois	11	94	942	48.8544	2.4827	5
94138 CEDEX	Fontenay-sous-Bois	fontenay-sous-bois	11	94	942	48.8544	2.4827	5
94139 CEDEX	Fontenay-sous-Bois	fontenay-sous-bois	11	94	942	48.8544	2.4827	5
94140	Alfortville	alfortville	11	94	941	48.8058	2.4204	5
94141 CEDEX	Alfortville	alfortville	11	94	941	48.8058	2.4204	5
94142 CEDEX	Alfortville	alfortville	11	94	941	48.8058	2.4204	5
94143 CEDEX	Alfortville	alfortville	11	94	941	48.8058	2.4204	5
94144 CEDEX	Alfortville	alfortville	11	94	941	48.8058	2.4204	5
94145 CEDEX	Alfortville	alfortville	11	94	941	48.8058	2.4204	5
94146 CEDEX	Alfortville	alfortville	11	94	941	48.8058	2.4204	5
94147 CEDEX	Alfortville	alfortville	11	94	941	48.8058	2.4204	5
94148 CEDEX	Alfortville	alfortville	11	94	941	48.8058	2.4204	5
94149 CEDEX	Alfortville	alfortville	11	94	941	48.8058	2.4204	5
94150	Rungis	rungis	11	94	943	48.7461	2.3527	5
94151 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94152 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94153 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94154 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94155 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94156 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94157 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94158 CEDEX	Chevilly-Larue	chevilly-larue	11	94	943	48.7648	2.3503	5
94159 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94160	Saint-Mandé	saint-mande	11	94	942	48.8386	2.4158	5
94161 CEDEX	Saint-Mandé	saint-mande	11	94	942	48.8386	2.4158	5
94162 CEDEX	Saint-Mandé	saint-mande	11	94	942	48.8386	2.4158	5
94163 CEDEX	Saint-Mandé	saint-mande	11	94	942	48.8386	2.4158	5
94164 CEDEX	Saint-Mandé	saint-mande	11	94	942	48.8386	2.4158	5
94165 CEDEX	Saint-Mandé	saint-mande	11	94	942	48.8386	2.4158	5
94166 CEDEX	Saint-Mandé	saint-mande	11	94	942	48.8386	2.4158	5
94169 CEDEX	Saint-Mandé	saint-mande	11	94	942	48.8386	2.4158	5
94170	Le Perreux-sur-Marne	le-perreux-sur-marne	11	94	942	48.85	2.5	5
94171 CEDEX	Le Perreux-sur-Marne	le-perreux-sur-marne	11	94	942	48.85	2.5	5
94172 CEDEX	Le Perreux-sur-Marne	le-perreux-sur-marne	11	94	942	48.85	2.5	5
94173 CEDEX	Le Perreux-sur-Marne	le-perreux-sur-marne	11	94	942	48.85	2.5	5
94174 CEDEX	Le Perreux-sur-Marne	le-perreux-sur-marne	11	94	942	48.85	2.5	5
94175 CEDEX	Le Perreux-sur-Marne	le-perreux-sur-marne	11	94	942	48.85	2.5	5
94190	Villeneuve-Saint-Georges	villeneuve-saint-georges	11	94	943	48.7322	2.4493	5
94191 CEDEX	Villeneuve-Saint-Georges	villeneuve-saint-georges	11	94	943	48.7322	2.4493	5
94192 CEDEX	Villeneuve-Saint-Georges	villeneuve-saint-georges	11	94	943	48.7322	2.4493	5
94193 CEDEX	Villeneuve-Saint-Georges	villeneuve-saint-georges	11	94	943	48.7322	2.4493	5
94194 CEDEX	Villeneuve-Saint-Georges	villeneuve-saint-georges	11	94	943	48.7322	2.4493	5
94195 CEDEX	Villeneuve-Saint-Georges	villeneuve-saint-georges	11	94	943	48.7322	2.4493	5
94196 CEDEX	Villeneuve-Saint-Georges	villeneuve-saint-georges	11	94	943	48.7322	2.4493	5
94197 CEDEX	Villeneuve-Saint-Georges	villeneuve-saint-georges	11	94	943	48.7322	2.4493	5
94199 CEDEX	Villeneuve-Saint-Georges	villeneuve-saint-georges	11	94	943	48.7322	2.4493	5
94200	Ivry-sur-Seine	ivry-sur-seine	11	94	943	48.8157	2.3849	5
94201 CEDEX	Ivry-sur-Seine	ivry-sur-seine	11	94	943	48.8157	2.3849	5
94202 CEDEX	Ivry-sur-Seine	ivry-sur-seine	11	94	943	48.8157	2.3849	5
94203 CEDEX	Ivry-sur-Seine	ivry-sur-seine	11	94	943	48.8157	2.3849	5
94204 CEDEX	Ivry-sur-Seine	ivry-sur-seine	11	94	943	48.8157	2.3849	5
94205 CEDEX	Ivry-sur-Seine	ivry-sur-seine	11	94	943	48.8157	2.3849	5
94206 CEDEX	Ivry-sur-Seine	ivry-sur-seine	11	94	943	48.8157	2.3849	5
94207 CEDEX	Ivry-sur-Seine	ivry-sur-seine	11	94	943	48.8157	2.3849	5
94208 CEDEX	Ivry-sur-Seine	ivry-sur-seine	11	94	943	48.8157	2.3849	5
94209 CEDEX	Ivry-sur-Seine	ivry-sur-seine	11	94	943	48.8157	2.3849	5
94210	La Varenne-Saint-Hilaire	la-varenne-saint-hilaire	11	94	942	48.7948	2.5127	5
94210	Saint-Maur-des-Fossés	saint-maur-des-fosses	11	94	942	48.7939	2.4932	5
94211 CEDEX	La Varenne-Saint-Hilaire	la-varenne-saint-hilaire	11	94	942	48.7948	2.5127	5
94214 CEDEX	La Varenne-Saint-Hilaire	la-varenne-saint-hilaire	11	94	942	48.7948	2.5127	5
94219 CEDEX	La Varenne-Saint-Hilaire	la-varenne-saint-hilaire	11	94	942	48.7948	2.5127	5
94220	Charenton-le-Pont	charenton-le-pont	11	94	942	48.8221	2.4122	5
94221 CEDEX	Charenton-le-Pont	charenton-le-pont	11	94	942	48.8221	2.4122	5
94222 CEDEX	Charenton-le-Pont	charenton-le-pont	11	94	942	48.8221	2.4122	5
94223 CEDEX	Charenton-le-Pont	charenton-le-pont	11	94	942	48.8221	2.4122	5
94224 CEDEX	Charenton-le-Pont	charenton-le-pont	11	94	942	48.8221	2.4122	5
94225 CEDEX	Charenton-le-Pont	charenton-le-pont	11	94	942	48.8221	2.4122	5
94226 CEDEX	Charenton-le-Pont	charenton-le-pont	11	94	942	48.8221	2.4122	5
94227 CEDEX	Charenton-le-Pont	charenton-le-pont	11	94	942	48.8221	2.4122	5
94228 CEDEX	Charenton-le-Pont	charenton-le-pont	11	94	942	48.8221	2.4122	5
94229 CEDEX	Charenton-le-Pont	charenton-le-pont	11	94	942	48.8221	2.4122	5
94230	Cachan	cachan	11	94	943	48.7963	2.3366	5
94231 CEDEX	Cachan	cachan	11	94	943	48.7963	2.3366	5
94232 CEDEX	Cachan	cachan	11	94	943	48.7963	2.3366	5
94233 CEDEX	Cachan	cachan	11	94	943	48.7963	2.3366	5
94234 CEDEX	Cachan	cachan	11	94	943	48.7963	2.3366	5
94235 CEDEX	Cachan	cachan	11	94	943	48.7963	2.3366	5
94236 CEDEX	Cachan	cachan	11	94	943	48.7963	2.3366	5
94237 CEDEX	Cachan	cachan	11	94	943	48.7963	2.3366	5
94238 CEDEX	Cachan	cachan	11	94	943	48.7963	2.3366	5
94239 CEDEX	Cachan	cachan	11	94	943	48.7963	2.3366	5
94240	L'Haÿ-les-Roses	l-hay-les-roses	11	94	943	48.7833	2.3333	5
94241 CEDEX	L'Haÿ-les-Roses	l-hay-les-roses	11	94	943	48.7833	2.3333	5
94242 CEDEX	L'Haÿ-les-Roses	l-hay-les-roses	11	94	943	48.7833	2.3333	5
94243 CEDEX	L'Haÿ-les-Roses	l-hay-les-roses	11	94	943	48.7833	2.3333	5
94244 CEDEX	L'Haÿ-les-Roses	l-hay-les-roses	11	94	943	48.7833	2.3333	5
94246 CEDEX	L'Haÿ-les-Roses	l-hay-les-roses	11	94	943	48.7833	2.3333	5
94247 CEDEX	L'Haÿ-les-Roses	l-hay-les-roses	11	94	943	48.7833	2.3333	5
94249 CEDEX	L'Haÿ-les-Roses	l-hay-les-roses	11	94	943	48.7833	2.3333	5
94250	Gentilly	gentilly	11	94	943	48.8129	2.3417	5
94251 CEDEX	Gentilly	gentilly	11	94	943	48.8129	2.3417	5
94252 CEDEX	Gentilly	gentilly	11	94	943	48.8129	2.3417	5
94253 CEDEX	Gentilly	gentilly	11	94	943	48.8129	2.3417	5
94254 CEDEX	Gentilly	gentilly	11	94	943	48.8129	2.3417	5
94255 CEDEX	Gentilly	gentilly	11	94	943	48.8129	2.3417	5
94256 CEDEX	Gentilly	gentilly	11	94	943	48.8129	2.3417	5
94257 CEDEX	Gentilly	gentilly	11	94	943	48.8129	2.3417	5
94258 CEDEX	Gentilly	gentilly	11	94	943	48.8129	2.3417	5
94259 CEDEX	Gentilly	gentilly	11	94	943	48.8129	2.3417	5
94260	Fresnes	fresnes	11	94	943	48.7557	2.3224	5
94261 CEDEX	Fresnes	fresnes	11	94	943	48.7557	2.3224	5
94262 CEDEX	Fresnes	fresnes	11	94	943	48.7557	2.3224	5
94263 CEDEX	Fresnes	fresnes	11	94	943	48.7557	2.3224	5
94264 CEDEX	Fresnes	fresnes	11	94	943	48.7557	2.3224	5
94265 CEDEX	Fresnes	fresnes	11	94	943	48.7557	2.3224	5
94266 CEDEX	Fresnes	fresnes	11	94	943	48.7557	2.3224	5
94267 CEDEX	Fresnes	fresnes	11	94	943	48.7557	2.3224	5
94268 CEDEX	Fresnes	fresnes	11	94	943	48.7557	2.3224	5
94269 CEDEX	Fresnes	fresnes	11	94	943	48.7557	2.3224	5
94270	Le Kremlin-Bicêtre	le-kremlin-bicetre	11	94	943	48.8147	2.3607	5
94271 CEDEX	Le Kremlin-Bicêtre	le-kremlin-bicetre	11	94	943	48.8147	2.3607	5
94272 CEDEX	Le Kremlin-Bicêtre	le-kremlin-bicetre	11	94	943	48.8147	2.3607	5
94273 CEDEX	Le Kremlin-Bicêtre	le-kremlin-bicetre	11	94	943	48.8147	2.3607	5
94274 CEDEX	Le Kremlin-Bicêtre	le-kremlin-bicetre	11	94	943	48.8147	2.3607	5
94275 CEDEX	Le Kremlin-Bicêtre	le-kremlin-bicetre	11	94	943	48.8147	2.3607	5
94276 CEDEX	Le Kremlin-Bicêtre	le-kremlin-bicetre	11	94	943	48.8147	2.3607	5
94277 CEDEX	Le Kremlin-Bicêtre	le-kremlin-bicetre	11	94	943	48.8147	2.3607	5
94278 CEDEX	Le Kremlin-Bicêtre	le-kremlin-bicetre	11	94	943	48.8147	2.3607	5
94279 CEDEX	Le Kremlin-Bicêtre	le-kremlin-bicetre	11	94	943	48.8147	2.3607	5
94281 CEDEX	Le Kremlin-Bicêtre	le-kremlin-bicetre	11	94	943	48.8147	2.3607	5
94290	Villeneuve-le-Roi	villeneuve-le-roi	11	94	943	48.7368	2.4008	5
94300	Vincennes	vincennes	11	94	942	48.8486	2.4377	5
94301 CEDEX	Vincennes	vincennes	11	94	942	48.8486	2.4377	5
94302 CEDEX	Vincennes	vincennes	11	94	942	48.8486	2.4377	5
94303 CEDEX	Vincennes	vincennes	11	94	942	48.8486	2.4377	5
94304 CEDEX	Vincennes	vincennes	11	94	942	48.8486	2.4377	5
94305 CEDEX	Vincennes	vincennes	11	94	942	48.8486	2.4377	5
94306 CEDEX	Vincennes	vincennes	11	94	942	48.8486	2.4377	5
94307 CEDEX	Vincennes	vincennes	11	94	942	48.8486	2.4377	5
94308 CEDEX	Vincennes	vincennes	11	94	942	48.8486	2.4377	5
94309 CEDEX	Vincennes	vincennes	11	94	942	48.8486	2.4377	5
94310	Orly	orly	11	94	943	48.7479	2.3925	5
94311 CEDEX	Orly	orly	11	94	943	48.7479	2.3925	5
94312 CEDEX	Orly	orly	11	94	943	48.7479	2.3925	5
94319 CEDEX	Orly	orly	11	94	943	48.7479	2.3925	5
94320	Thiais	thiais	11	94	943	48.765	2.3961	5
94321 CEDEX	Thiais	thiais	11	94	943	48.765	2.3961	5
94322 CEDEX	Thiais	thiais	11	94	943	48.765	2.3961	5
94324 CEDEX	Thiais	thiais	11	94	943	48.765	2.3961	5
94327 CEDEX	Thiais	thiais	11	94	943	48.765	2.3961	5
94340	Joinville-le-Pont	joinville-le-pont	11	94	942	48.8254	2.4746	5
94341 CEDEX	Joinville-le-Pont	joinville-le-pont	11	94	942	48.8254	2.4746	5
94342 CEDEX	Joinville-le-Pont	joinville-le-pont	11	94	942	48.8254	2.4746	5
94343 CEDEX	Joinville-le-Pont	joinville-le-pont	11	94	942	48.8254	2.4746	5
94344 CEDEX	Joinville-le-Pont	joinville-le-pont	11	94	942	48.8254	2.4746	5
94345 CEDEX	Joinville-le-Pont	joinville-le-pont	11	94	942	48.8254	2.4746	5
94349 CEDEX	Joinville-le-Pont	joinville-le-pont	11	94	942	48.8254	2.4746	5
94350	Villiers-sur-Marne	villiers-sur-marne	11	94	942	48.831	2.5484	5
94351 CEDEX	Villiers-sur-Marne	villiers-sur-marne	11	94	942	48.831	2.5484	5
94353 CEDEX	Villiers-sur-Marne	villiers-sur-marne	11	94	942	48.831	2.5484	5
94354 CEDEX	Villiers-sur-Marne	villiers-sur-marne	11	94	942	48.831	2.5484	5
94355 CEDEX	Villiers-sur-Marne	villiers-sur-marne	11	94	942	48.831	2.5484	5
94356 CEDEX	Villiers-sur-Marne	villiers-sur-marne	11	94	942	48.831	2.5484	5
94357 CEDEX	Villiers-sur-Marne	villiers-sur-marne	11	94	942	48.831	2.5484	5
94359 CEDEX	Villiers-sur-Marne	villiers-sur-marne	11	94	942	48.831	2.5484	5
94360	Bry-sur-Marne	bry-sur-marne	11	94	942	48.8381	2.5249	5
94361 CEDEX	Bry-sur-Marne	bry-sur-marne	11	94	942	48.8381	2.5249	5
94362 CEDEX	Bry-sur-Marne	bry-sur-marne	11	94	942	48.8381	2.5249	5
94363 CEDEX	Bry-sur-Marne	bry-sur-marne	11	94	942	48.8381	2.5249	5
94364 CEDEX	Bry-sur-Marne	bry-sur-marne	11	94	942	48.8381	2.5249	5
94365 CEDEX	Bry-sur-Marne	bry-sur-marne	11	94	942	48.8381	2.5249	5
94366 CEDEX	Bry-sur-Marne	bry-sur-marne	11	94	942	48.8381	2.5249	5
94368 CEDEX	Bry-sur-Marne	bry-sur-marne	11	94	942	48.8381	2.5249	5
94369 CEDEX	Bry-sur-Marne	bry-sur-marne	11	94	942	48.8381	2.5249	5
94370	Sucy-en-Brie	sucy-en-brie	11	94	941	48.7687	2.5347	5
94371 CEDEX	Sucy-en-Brie	sucy-en-brie	11	94	941	48.7687	2.5347	5
94372 CEDEX	Sucy-en-Brie	sucy-en-brie	11	94	941	48.7687	2.5347	5
94373 CEDEX	Sucy-en-Brie	sucy-en-brie	11	94	941	48.7687	2.5347	5
94374 CEDEX	Sucy-en-Brie	sucy-en-brie	11	94	941	48.7687	2.5347	5
94375 CEDEX	Sucy-en-Brie	sucy-en-brie	11	94	941	48.7687	2.5347	5
94376 CEDEX	Sucy-en-Brie	sucy-en-brie	11	94	941	48.7687	2.5347	5
94377 CEDEX	Sucy-en-Brie	sucy-en-brie	11	94	941	48.7687	2.5347	5
94378 CEDEX	Sucy-en-Brie	sucy-en-brie	11	94	941	48.7687	2.5347	5
94379 CEDEX	Sucy-en-Brie	sucy-en-brie	11	94	941	48.7687	2.5347	5
94380	Bonneuil-sur-Marne	bonneuil-sur-marne	11	94	941	48.7695	2.4793	5
94381 CEDEX	Bonneuil-sur-Marne	bonneuil-sur-marne	11	94	941	48.7695	2.4793	5
94382 CEDEX	Bonneuil-sur-Marne	bonneuil-sur-marne	11	94	941	48.7695	2.4793	5
94383 CEDEX	Bonneuil-sur-Marne	bonneuil-sur-marne	11	94	941	48.7695	2.4793	5
94384 CEDEX	Bonneuil-sur-Marne	bonneuil-sur-marne	11	94	941	48.7695	2.4793	5
94385 CEDEX	Bonneuil-sur-Marne	bonneuil-sur-marne	11	94	941	48.7695	2.4793	5
94386 CEDEX	Bonneuil-sur-Marne	bonneuil-sur-marne	11	94	941	48.7695	2.4793	5
94387 CEDEX	Bonneuil-sur-Marne	bonneuil-sur-marne	11	94	941	48.7695	2.4793	5
94388 CEDEX	Bonneuil-sur-Marne	bonneuil-sur-marne	11	94	941	48.7695	2.4793	5
94389 CEDEX	Bonneuil-sur-Marne	bonneuil-sur-marne	11	94	941	48.7695	2.4793	5
94400	Vitry-sur-Seine	vitry-sur-seine	11	94	943	48.7872	2.4033	5
94401 CEDEX	Vitry-sur-Seine	vitry-sur-seine	11	94	943	48.7872	2.4033	5
94402 CEDEX	Vitry-sur-Seine	vitry-sur-seine	11	94	943	48.7872	2.4033	5
94403 CEDEX	Vitry-sur-Seine	vitry-sur-seine	11	94	943	48.7872	2.4033	5
94404 CEDEX	Vitry-sur-Seine	vitry-sur-seine	11	94	943	48.7872	2.4033	5
94405 CEDEX	Vitry-sur-Seine	vitry-sur-seine	11	94	943	48.7872	2.4033	5
94406 CEDEX	Vitry-sur-Seine	vitry-sur-seine	11	94	943	48.7872	2.4033	5
94407 CEDEX	Vitry-sur-Seine	vitry-sur-seine	11	94	943	48.7872	2.4033	5
94408 CEDEX	Vitry-sur-Seine	vitry-sur-seine	11	94	943	48.7872	2.4033	5
94409 CEDEX	Vitry-sur-Seine	vitry-sur-seine	11	94	943	48.7872	2.4033	5
94410	Saint-Maurice	saint-maurice	11	94	942	48.8218	2.4272	5
94411 CEDEX	Saint-Maurice	saint-maurice	11	94	942	48.8218	2.4272	5
94412 CEDEX	Saint-Maurice	saint-maurice	11	94	942	48.8218	2.4272	5
94413 CEDEX	Saint-Maurice	saint-maurice	11	94	942	48.8218	2.4272	5
94414 CEDEX	Saint-Maurice	saint-maurice	11	94	942	48.8218	2.4272	5
94415 CEDEX	Saint-Maurice	saint-maurice	11	94	942	48.8218	2.4272	5
94417 CEDEX	Saint-Maurice	saint-maurice	11	94	942	48.8218	2.4272	5
94419 CEDEX	Saint-Maurice	saint-maurice	11	94	942	48.8218	2.4272	5
94420	Le Plessis-Trévise	le-plessis-trevise	11	94	941	48.8107	2.5736	5
94430	Chennevières-sur-Marne	chennevieres-sur-marne	11	94	941	48.797	2.5405	5
94431 CEDEX	Chennevières-sur-Marne	chennevieres-sur-marne	11	94	941	48.797	2.5405	5
94432 CEDEX	Chennevières-sur-Marne	chennevieres-sur-marne	11	94	941	48.797	2.5405	5
94433 CEDEX	Chennevières-sur-Marne	chennevieres-sur-marne	11	94	941	48.797	2.5405	5
94434 CEDEX	Chennevières-sur-Marne	chennevieres-sur-marne	11	94	941	48.797	2.5405	5
94435 CEDEX	Chennevières-sur-Marne	chennevieres-sur-marne	11	94	941	48.797	2.5405	5
94436 CEDEX	Chennevières-sur-Marne	chennevieres-sur-marne	11	94	941	48.797	2.5405	5
94437 CEDEX	Chennevières-sur-Marne	chennevieres-sur-marne	11	94	941	48.797	2.5405	5
94438 CEDEX	Chennevières-sur-Marne	chennevieres-sur-marne	11	94	941	48.797	2.5405	5
94439 CEDEX	Chennevières-sur-Marne	chennevieres-sur-marne	11	94	941	48.797	2.5405	5
94440	Santeny	santeny	11	94	941	48.7273	2.5735	5
94440	Villecresnes	villecresnes	11	94	941	48.72	2.5394	5
94440	Marolles-en-Brie	marolles-en-brie	11	94	941	48.7331	2.5513	5
94450	Limeil-Brévannes	limeil-brevannes	11	94	941	48.7448	2.487	5
94451 CEDEX	Limeil-Brévannes	limeil-brevannes	11	94	941	48.7448	2.487	5
94452 CEDEX	Limeil-Brévannes	limeil-brevannes	11	94	941	48.7448	2.487	5
94453 CEDEX	Limeil-Brévannes	limeil-brevannes	11	94	941	48.7448	2.487	5
94454 CEDEX	Limeil-Brévannes	limeil-brevannes	11	94	941	48.7448	2.487	5
94455 CEDEX	Limeil-Brévannes	limeil-brevannes	11	94	941	48.7448	2.487	5
94456 CEDEX	Limeil-Brévannes	limeil-brevannes	11	94	941	48.7448	2.487	5
94457 CEDEX	Limeil-Brévannes	limeil-brevannes	11	94	941	48.7448	2.487	5
94459 CEDEX	Limeil-Brévannes	limeil-brevannes	11	94	941	48.7448	2.487	5
94460	Valenton	valenton	11	94	943	48.7453	2.4647	5
94470	Boissy-Saint-Léger	boissy-saint-leger	11	94	941	48.7515	2.5116	5
94471 CEDEX	Boissy-Saint-Léger	boissy-saint-leger	11	94	941	48.7515	2.5116	5
94472 CEDEX	Boissy-Saint-Léger	boissy-saint-leger	11	94	941	48.7515	2.5116	5
94473 CEDEX	Boissy-Saint-Léger	boissy-saint-leger	11	94	941	48.7515	2.5116	5
94474 CEDEX	Boissy-Saint-Léger	boissy-saint-leger	11	94	941	48.7515	2.5116	5
94475 CEDEX	Boissy-Saint-Léger	boissy-saint-leger	11	94	941	48.7515	2.5116	5
94476 CEDEX	Boissy-Saint-Léger	boissy-saint-leger	11	94	941	48.7515	2.5116	5
94477 CEDEX	Boissy-Saint-Léger	boissy-saint-leger	11	94	941	48.7515	2.5116	5
94478 CEDEX	Boissy-Saint-Léger	boissy-saint-leger	11	94	941	48.7515	2.5116	5
94479 CEDEX	Boissy-Saint-Léger	boissy-saint-leger	11	94	941	48.7515	2.5116	5
94480	Ablon-sur-Seine	ablon-sur-seine	11	94	943	48.7273	2.4269	5
94490	Ormesson-sur-Marne	ormesson-sur-marne	11	94	941	48.7863	2.5447	5
94500	Champigny-sur-Marne	champigny-sur-marne	11	94	942	48.8164	2.4937	5
94501 CEDEX	Champigny-sur-Marne	champigny-sur-marne	11	94	942	48.8164	2.4937	5
94502 CEDEX	Champigny-sur-Marne	champigny-sur-marne	11	94	942	48.8164	2.4937	5
94503 CEDEX	Champigny-sur-Marne	champigny-sur-marne	11	94	942	48.8164	2.4937	5
94504 CEDEX	Champigny-sur-Marne	champigny-sur-marne	11	94	942	48.8164	2.4937	5
94505 CEDEX	Champigny-sur-Marne	champigny-sur-marne	11	94	942	48.8164	2.4937	5
94506 CEDEX	Champigny-sur-Marne	champigny-sur-marne	11	94	942	48.8164	2.4937	5
94507 CEDEX	Champigny-sur-Marne	champigny-sur-marne	11	94	942	48.8164	2.4937	5
94508 CEDEX	Champigny-sur-Marne	champigny-sur-marne	11	94	942	48.8164	2.4937	5
94509 CEDEX	Champigny-sur-Marne	champigny-sur-marne	11	94	942	48.8164	2.4937	5
94510	La Queue-en-Brie	la-queue-en-brie	11	94	941	48.7852	2.5811	5
94511 CEDEX	Thiais	thiais	11	94	943	48.765	2.3961	5
94512 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94513 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94514 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94515 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94516 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94517 CEDEX	Thiais	thiais	11	94	943	48.765	2.3961	5
94518 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94519 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94520	Périgny	perigny	11	94	941	48.6966	2.5554	5
94520	Mandres-les-Roses	mandres-les-roses	11	94	941	48.702	2.5466	5
94521 CEDEX	Thiais	thiais	11	94	943	48.765	2.3961	5
94522 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94523 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94524 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94525 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94526 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94527 CEDEX	Thiais	thiais	11	94	943	48.765	2.3961	5
94528 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94531 CEDEX	Thiais	thiais	11	94	943	48.765	2.3961	5
94532 CEDEX	Thiais	thiais	11	94	943	48.765	2.3961	5
94533 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94534 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94535 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94536 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94537 CEDEX	Orly	orly	11	94	943	48.7479	2.3925	5
94538 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94539 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94550	Chevilly-Larue	chevilly-larue	11	94	943	48.7648	2.3503	5
94561 CEDEX	Thiais	thiais	11	94	943	48.765	2.3961	5
94562 CEDEX 2	Rungis	rungis	11	94	943	48.7461	2.3527	5
94563 CEDEX 2	Rungis	rungis	11	94	943	48.7461	2.3527	5
94564 CEDEX 2	Rungis	rungis	11	94	943	48.7461	2.3527	5
94565 CEDEX 2	Rungis	rungis	11	94	943	48.7461	2.3527	5
94566 CEDEX 2	Rungis	rungis	11	94	943	48.7461	2.3527	5
94567 CEDEX	Orly	orly	11	94	943	48.7479	2.3925	5
94568 CEDEX 2	Rungis	rungis	11	94	943	48.7461	2.3527	5
94569 CEDEX 2	Rungis	rungis	11	94	943	48.7461	2.3527	5
94571 CEDEX 2	Rungis	rungis	11	94	943	48.7461	2.3527	5
94572 CEDEX 2	Rungis	rungis	11	94	943	48.7461	2.3527	5
94573 CEDEX 2	Rungis	rungis	11	94	943	48.7461	2.3527	5
94574 CEDEX 2	Rungis	rungis	11	94	943	48.7461	2.3527	5
94575 CEDEX 2	Rungis	rungis	11	94	943	48.7461	2.3527	5
94576 CEDEX 2	Rungis	rungis	11	94	943	48.7461	2.3527	5
94577 CEDEX	Orly	orly	11	94	943	48.7479	2.3925	5
94578 CEDEX 2	Rungis	rungis	11	94	943	48.7461	2.3527	5
94579 CEDEX 2	Rungis	rungis	11	94	943	48.7461	2.3527	5
94581 CEDEX 2	Rungis	rungis	11	94	943	48.7461	2.3527	5
94582 CEDEX 2	Rungis	rungis	11	94	943	48.7461	2.3527	5
94583 CEDEX 2	Rungis	rungis	11	94	943	48.7461	2.3527	5
94584 CEDEX 2	Rungis	rungis	11	94	943	48.7461	2.3527	5
94585 CEDEX 2	Rungis	rungis	11	94	943	48.7461	2.3527	5
94586 CEDEX 2	Rungis	rungis	11	94	943	48.7461	2.3527	5
94587 CEDEX 2	Rungis	rungis	11	94	943	48.7461	2.3527	5
94588 CEDEX 2	Rungis	rungis	11	94	943	48.7461	2.3527	5
94589 CEDEX 2	Rungis	rungis	11	94	943	48.7461	2.3527	5
94591 CEDEX 2	Rungis	rungis	11	94	943	48.7461	2.3527	5
94592 CEDEX 2	Rungis	rungis	11	94	943	48.7461	2.3527	5
94593 CEDEX 2	Rungis	rungis	11	94	943	48.7461	2.3527	5
94594 CEDEX 2	Rungis	rungis	11	94	943	48.7461	2.3527	5
94595 CEDEX 2	Rungis	rungis	11	94	943	48.7461	2.3527	5
94596 CEDEX 2	Rungis	rungis	11	94	943	48.7461	2.3527	5
94597 CEDEX 2	Rungis	rungis	11	94	943	48.7461	2.3527	5
94598 CEDEX 2	Rungis	rungis	11	94	943	48.7461	2.3527	5
94599 CEDEX 2	Rungis	rungis	11	94	943	48.7461	2.3527	5
94600	Choisy-le-Roi	choisy-le-roi	11	94	943	48.7685	2.4187	5
94601 CEDEX	Choisy-le-Roi	choisy-le-roi	11	94	943	48.7685	2.4187	5
94602 CEDEX	Choisy-le-Roi	choisy-le-roi	11	94	943	48.7685	2.4187	5
94603 CEDEX	Choisy-le-Roi	choisy-le-roi	11	94	943	48.7685	2.4187	5
94604 CEDEX	Choisy-le-Roi	choisy-le-roi	11	94	943	48.7685	2.4187	5
94606 CEDEX	Choisy-le-Roi	choisy-le-roi	11	94	943	48.7685	2.4187	5
94607 CEDEX	Choisy-le-Roi	choisy-le-roi	11	94	943	48.7685	2.4187	5
94609 CEDEX	Choisy-le-Roi	choisy-le-roi	11	94	943	48.7685	2.4187	5
94611 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94612 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94613 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94614 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94616 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94617 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94618 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94619 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94621 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94622 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94623 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94626 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94627 CEDEX	Thiais	thiais	11	94	943	48.765	2.3961	5
94628 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94631 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94632 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94633 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94634 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94635 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94636 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94637 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94638 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94639 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94641 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94642 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94643 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94644 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94645 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94647 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94648 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94651 CEDEX	Thiais	thiais	11	94	943	48.765	2.3961	5
94653 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94654 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94656 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94657 CEDEX	Thiais	thiais	11	94	943	48.765	2.3961	5
94658 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94659 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94661 CEDEX	Thiais	thiais	11	94	943	48.765	2.3961	5
94663 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94664 CEDEX 1	Rungis	rungis	11	94	943	48.7461	2.3527	5
94667 CEDEX	Orly	orly	11	94	943	48.7479	2.3925	5
94669 CEDEX	Chevilly-Larue	chevilly-larue	11	94	943	48.7648	2.3503	5
94671 CEDEX	Charenton-le-Pont	charenton-le-pont	11	94	942	48.8221	2.4122	5
94672 CEDEX	Charenton-le-Pont	charenton-le-pont	11	94	942	48.8221	2.4122	5
94673 CEDEX	Charenton-le-Pont	charenton-le-pont	11	94	942	48.8221	2.4122	5
94674 CEDEX	Charenton-le-Pont	charenton-le-pont	11	94	942	48.8221	2.4122	5
94675 CEDEX	Charenton-le-Pont	charenton-le-pont	11	94	942	48.8221	2.4122	5
94676 CEDEX	Charenton-le-Pont	charenton-le-pont	11	94	942	48.8221	2.4122	5
94677 CEDEX	Charenton-le-Pont	charenton-le-pont	11	94	942	48.8221	2.4122	5
94678 CEDEX	Charenton-le-Pont	charenton-le-pont	11	94	942	48.8221	2.4122	5
94679 CEDEX	Charenton-le-Pont	charenton-le-pont	11	94	942	48.8221	2.4122	5
94681 CEDEX	Vincennes	vincennes	11	94	942	48.8486	2.4377	5
94682 CEDEX	Vincennes	vincennes	11	94	942	48.8486	2.4377	5
94683 CEDEX	Vincennes	vincennes	11	94	942	48.8486	2.4377	5
94684 CEDEX	Vincennes	vincennes	11	94	942	48.8486	2.4377	5
94685 CEDEX	Vincennes	vincennes	11	94	942	48.8486	2.4377	5
94686 CEDEX	Vincennes	vincennes	11	94	942	48.8486	2.4377	5
94687 CEDEX	Vincennes	vincennes	11	94	942	48.8486	2.4377	5
94688 CEDEX	Vincennes	vincennes	11	94	942	48.8486	2.4377	5
94700	Maisons-Alfort	maisons-alfort	11	94	942	48.8117	2.4394	5
94701 CEDEX	Maisons-Alfort	maisons-alfort	11	94	942	48.8117	2.4394	5
94702 CEDEX	Maisons-Alfort	maisons-alfort	11	94	942	48.8117	2.4394	5
94703 CEDEX	Maisons-Alfort	maisons-alfort	11	94	942	48.8117	2.4394	5
94704 CEDEX	Maisons-Alfort	maisons-alfort	11	94	942	48.8117	2.4394	5
94706 CEDEX	Maisons-Alfort	maisons-alfort	11	94	942	48.8117	2.4394	5
94707 CEDEX	Maisons-Alfort	maisons-alfort	11	94	942	48.8117	2.4394	5
94709 CEDEX	Maisons-Alfort	maisons-alfort	11	94	942	48.8117	2.4394	5
94710 CEDEX	Maisons-Alfort	maisons-alfort	11	94	942	48.8117	2.4394	5
94711 CEDEX	Maisons-Alfort	maisons-alfort	11	94	942	48.8117	2.4394	5
94712 CEDEX	Maisons-Alfort	maisons-alfort	11	94	942	48.8117	2.4394	5
94713 CEDEX	Maisons-Alfort	maisons-alfort	11	94	942	48.8117	2.4394	5
94714 CEDEX	Maisons-Alfort	maisons-alfort	11	94	942	48.8117	2.4394	5
94715 CEDEX	Maisons-Alfort	maisons-alfort	11	94	942	48.8117	2.4394	5
94719 CEDEX	Maisons-Alfort	maisons-alfort	11	94	942	48.8117	2.4394	5
94721 CEDEX	Fontenay-sous-Bois	fontenay-sous-bois	11	94	942	48.8544	2.4827	5
94722 CEDEX	Fontenay-sous-Bois	fontenay-sous-bois	11	94	942	48.8544	2.4827	5
94723 CEDEX	Fontenay-sous-Bois	fontenay-sous-bois	11	94	942	48.8544	2.4827	5
94724 CEDEX	Fontenay-sous-Bois	fontenay-sous-bois	11	94	942	48.8544	2.4827	5
94725 CEDEX	Fontenay-sous-Bois	fontenay-sous-bois	11	94	942	48.8544	2.4827	5
94726 CEDEX	Fontenay-sous-Bois	fontenay-sous-bois	11	94	942	48.8544	2.4827	5
94727 CEDEX	Fontenay-sous-Bois	fontenay-sous-bois	11	94	942	48.8544	2.4827	5
94728 CEDEX	Fontenay-sous-Bois	fontenay-sous-bois	11	94	942	48.8544	2.4827	5
94729 CEDEX	Fontenay-sous-Bois	fontenay-sous-bois	11	94	942	48.8544	2.4827	5
94731 CEDEX	Nogent-sur-Marne	nogent-sur-marne	11	94	942	48.8333	2.4833	5
94732 CEDEX	Nogent-sur-Marne	nogent-sur-marne	11	94	942	48.8333	2.4833	5
94733 CEDEX	Nogent-sur-Marne	nogent-sur-marne	11	94	942	48.8333	2.4833	5
94734 CEDEX	Nogent-sur-Marne	nogent-sur-marne	11	94	942	48.8333	2.4833	5
94735 CEDEX	Nogent-sur-Marne	nogent-sur-marne	11	94	942	48.8333	2.4833	5
94736 CEDEX	Nogent-sur-Marne	nogent-sur-marne	11	94	942	48.8333	2.4833	5
94737 CEDEX	Nogent-sur-Marne	nogent-sur-marne	11	94	942	48.8333	2.4833	5
94738 CEDEX	Nogent-sur-Marne	nogent-sur-marne	11	94	942	48.8333	2.4833	5
94739 CEDEX	Nogent-sur-Marne	nogent-sur-marne	11	94	942	48.8333	2.4833	5
94741 CEDEX	Arcueil	arcueil	11	94	943	48.7999	2.3326	5
94742 CEDEX	Arcueil	arcueil	11	94	943	48.7999	2.3326	5
94743 CEDEX	Arcueil	arcueil	11	94	943	48.7999	2.3326	5
94744 CEDEX	Arcueil	arcueil	11	94	943	48.7999	2.3326	5
94745 CEDEX	Arcueil	arcueil	11	94	943	48.7999	2.3326	5
94748 CEDEX	Arcueil	arcueil	11	94	943	48.7999	2.3326	5
94749 CEDEX	Arcueil	arcueil	11	94	943	48.7999	2.3326	5
94761 CEDEX	Ivry-sur-Seine	ivry-sur-seine	11	94	943	48.8157	2.3849	5
94762 CEDEX	Ivry-sur-Seine	ivry-sur-seine	11	94	943	48.8157	2.3849	5
94763 CEDEX	Ivry-sur-Seine	ivry-sur-seine	11	94	943	48.8157	2.3849	5
94764 CEDEX	Ivry-sur-Seine	ivry-sur-seine	11	94	943	48.8157	2.3849	5
94765 CEDEX	Ivry-sur-Seine	ivry-sur-seine	11	94	943	48.8157	2.3849	5
94766 CEDEX	Ivry-sur-Seine	ivry-sur-seine	11	94	943	48.8157	2.3849	5
94767 CEDEX	Ivry-sur-Seine	ivry-sur-seine	11	94	943	48.8157	2.3849	5
94768 CEDEX	Ivry-sur-Seine	ivry-sur-seine	11	94	943	48.8157	2.3849	5
94781 CEDEX	Vitry-sur-Seine	vitry-sur-seine	11	94	943	48.7872	2.4033	5
94782 CEDEX	Vitry-sur-Seine	vitry-sur-seine	11	94	943	48.7872	2.4033	5
94783 CEDEX	Vitry-sur-Seine	vitry-sur-seine	11	94	943	48.7872	2.4033	5
94784 CEDEX	Vitry-sur-Seine	vitry-sur-seine	11	94	943	48.7872	2.4033	5
94785 CEDEX	Vitry-sur-Seine	vitry-sur-seine	11	94	943	48.7872	2.4033	5
94789 CEDEX	Vitry-sur-Seine	vitry-sur-seine	11	94	943	48.7872	2.4033	5
94800	Villejuif	villejuif	11	94	943	48.7939	2.3599	5
94801 CEDEX	Villejuif	villejuif	11	94	943	48.7939	2.3599	5
94802 CEDEX	Villejuif	villejuif	11	94	943	48.7939	2.3599	5
94803 CEDEX	Villejuif	villejuif	11	94	943	48.7939	2.3599	5
94804 CEDEX	Villejuif	villejuif	11	94	943	48.7939	2.3599	5
94805 CEDEX	Villejuif	villejuif	11	94	943	48.7939	2.3599	5
94806 CEDEX	Villejuif	villejuif	11	94	943	48.7939	2.3599	5
94807 CEDEX	Villejuif	villejuif	11	94	943	48.7939	2.3599	5
94808 CEDEX	Villejuif	villejuif	11	94	943	48.7939	2.3599	5
94809 CEDEX	Villejuif	villejuif	11	94	943	48.7939	2.3599	5
94811 CEDEX	Villejuif	villejuif	11	94	943	48.7939	2.3599	5
94812 CEDEX	Villejuif	villejuif	11	94	943	48.7939	2.3599	5
94813 CEDEX	Villejuif	villejuif	11	94	943	48.7939	2.3599	5
94814 CEDEX	Villejuif	villejuif	11	94	943	48.7939	2.3599	5
94815 CEDEX	Villejuif	villejuif	11	94	943	48.7939	2.3599	5
94816 CEDEX	Villejuif	villejuif	11	94	943	48.7939	2.3599	5
94817 CEDEX	Villejuif	villejuif	11	94	943	48.7939	2.3599	5
94818 CEDEX	Villejuif	villejuif	11	94	943	48.7939	2.3599	5
94819 CEDEX	Villejuif	villejuif	11	94	943	48.7939	2.3599	5
94831 CEDEX	Fresnes	fresnes	11	94	943	48.7557	2.3224	5
94832 CEDEX	Fresnes	fresnes	11	94	943	48.7557	2.3224	5
94833 CEDEX	Fresnes	fresnes	11	94	943	48.7557	2.3224	5
94839 CEDEX	Fresnes	fresnes	11	94	943	48.7557	2.3224	5
94851 CEDEX	Ivry-sur-Seine	ivry-sur-seine	11	94	943	48.8157	2.3849	5
94852 CEDEX	Ivry-sur-Seine	ivry-sur-seine	11	94	943	48.8157	2.3849	5
94853 CEDEX	Ivry-sur-Seine	ivry-sur-seine	11	94	943	48.8157	2.3849	5
94854 CEDEX	Ivry-sur-Seine	ivry-sur-seine	11	94	943	48.8157	2.3849	5
94855 CEDEX	Ivry-sur-Seine	ivry-sur-seine	11	94	943	48.8157	2.3849	5
94856 CEDEX	Ivry-sur-Seine	ivry-sur-seine	11	94	943	48.8157	2.3849	5
94857 CEDEX	Ivry-sur-Seine	ivry-sur-seine	11	94	943	48.8157	2.3849	5
94858 CEDEX	Ivry-sur-Seine	ivry-sur-seine	11	94	943	48.8157	2.3849	5
94859 CEDEX	Ivry-sur-Seine	ivry-sur-seine	11	94	943	48.8157	2.3849	5
94861 CEDEX	Bonneuil-sur-Marne	bonneuil-sur-marne	11	94	941	48.7695	2.4793	5
94862 CEDEX	Bonneuil-sur-Marne	bonneuil-sur-marne	11	94	941	48.7695	2.4793	5
94863 CEDEX	Bonneuil-sur-Marne	bonneuil-sur-marne	11	94	941	48.7695	2.4793	5
94864 CEDEX	Bonneuil-sur-Marne	bonneuil-sur-marne	11	94	941	48.7695	2.4793	5
94865 CEDEX	Bonneuil-sur-Marne	bonneuil-sur-marne	11	94	941	48.7695	2.4793	5
94866 CEDEX	Bonneuil-sur-Marne	bonneuil-sur-marne	11	94	941	48.7695	2.4793	5
94867 CEDEX	Bonneuil-sur-Marne	bonneuil-sur-marne	11	94	941	48.7695	2.4793	5
94869 CEDEX	Bonneuil-sur-Marne	bonneuil-sur-marne	11	94	941	48.7695	2.4793	5
94880	Noiseau	noiseau	11	94	941	48.7759	2.5489	5
94891 CEDEX	Sucy-en-Brie	sucy-en-brie	11	94	941	48.7687	2.5347	5
94892 CEDEX	Sucy-en-Brie	sucy-en-brie	11	94	941	48.7687	2.5347	5
94893 CEDEX	Sucy-en-Brie	sucy-en-brie	11	94	941	48.7687	2.5347	5
94894 CEDEX	Sucy-en-Brie	sucy-en-brie	11	94	941	48.7687	2.5347	5
94941 CEDEX 9	Créteil	creteil	11	94	941	48.7927	2.4657	5
94942 CEDEX 9	Créteil	creteil	11	94	941	48.7927	2.4657	5
94945 CEDEX 9	Créteil	creteil	11	94	941	48.7927	2.4657	5
94946 CEDEX 9	Créteil	creteil	11	94	941	48.7927	2.4657	5
94947 CEDEX 9	Créteil	creteil	11	94	941	48.7927	2.4657	5
94948 CEDEX 9	Créteil	creteil	11	94	941	48.7927	2.4657	5
94949 CEDEX 9	Créteil	creteil	11	94	941	48.7927	2.4657	5
94951 CEDEX 9	Créteil	creteil	11	94	941	48.7927	2.4657	5
94952 CEDEX 9	Créteil	creteil	11	94	941	48.7927	2.4657	5
94953 CEDEX 9	Créteil	creteil	11	94	941	48.7927	2.4657	5
94954 CEDEX 9	Créteil	creteil	11	94	941	48.7927	2.4657	5
94955 CEDEX 9	Créteil	creteil	11	94	941	48.7927	2.4657	5
94956 CEDEX 9	Créteil	creteil	11	94	941	48.7927	2.4657	5
94958 CEDEX 9	Créteil	creteil	11	94	941	48.7927	2.4657	5
94959 CEDEX 9	Créteil	creteil	11	94	941	48.7927	2.4657	5
94961 CEDEX 9	Créteil	creteil	11	94	941	48.7927	2.4657	5
94962 CEDEX 9	Créteil	creteil	11	94	941	48.7927	2.4657	5
94963 CEDEX 9	Créteil	creteil	11	94	941	48.7927	2.4657	5
94964 CEDEX 9	Créteil	creteil	11	94	941	48.7927	2.4657	5
94965 CEDEX 9	Créteil	creteil	11	94	941	48.7927	2.4657	5
94966 CEDEX 9	Créteil	creteil	11	94	941	48.7927	2.4657	5
94968 CEDEX 9	Créteil	creteil	11	94	941	48.7927	2.4657	5
94971 CEDEX 9	Créteil	creteil	11	94	941	48.7927	2.4657	5
94972 CEDEX 9	Créteil	creteil	11	94	941	48.7927	2.4657	5
94973 CEDEX 9	Créteil	creteil	11	94	941	48.7927	2.4657	5
94974 CEDEX 9	Créteil	creteil	11	94	941	48.7927	2.4657	5
94975 CEDEX 9	Créteil	creteil	11	94	941	48.7927	2.4657	5
94976 CEDEX 9	Créteil	creteil	11	94	941	48.7927	2.4657	5
94977 CEDEX 9	Créteil	creteil	11	94	941	48.7927	2.4657	5
94978 CEDEX 9	Créteil	creteil	11	94	941	48.7927	2.4657	5
95000	Cergy	cergy	11	95	953	49.0364	2.0761	5
95000	Boisemont	boisemont	11	95	953	49.0249	2.0058	5
95000	Pontoise	pontoise	11	95	953	49.05	2.1	5
95000	Neuville-sur-Oise	neuville-sur-oise	11	95	953	49.0167	2.0667	5
95001 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95002 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95003 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95004 CEDEX 1	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95005 CEDEX 1	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95006 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95007 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95008 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95010 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95011 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95012 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95013 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95014 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95015 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95016 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95017 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95018 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95019 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95020 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95021 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95022 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95023 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95024 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95025 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95027 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95028 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95029 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95030 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95031 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95032 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95033 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95034 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95035 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95036 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95037 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95038 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95040 CEDEX 1	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95041 CEDEX 1	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95042 CEDEX 1	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95046 CEDEX 1	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95050 CEDEX 1	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95051 CEDEX 1	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95052 CEDEX 1	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95053 CEDEX 1	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95054 CEDEX 1	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95055 CEDEX 1	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95056 CEDEX 1	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95059 CEDEX 1	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95060 CEDEX 1	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95061 CEDEX 1	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95062 CEDEX 1	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95063 CEDEX 1	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95064 CEDEX 1	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95065 CEDEX 1	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95066 CEDEX 9	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95067 CEDEX 1	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95069 CEDEX 1	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95070 CEDEX 1	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95071 CEDEX 1	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95072 CEDEX 1	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95073 CEDEX 1	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95074 CEDEX 1	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95075 CEDEX 1	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95076 CEDEX 1	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95077 CEDEX 1	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95078 CEDEX 1	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95079 CEDEX 1	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95090 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95091 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95092 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95093 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95094 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95095 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95096 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95097 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95098 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95100	Argenteuil	argenteuil	11	95	951	48.95	2.25	5
95101 CEDEX	Argenteuil	argenteuil	11	95	951	48.95	2.25	5
95102 CEDEX	Argenteuil	argenteuil	11	95	951	48.95	2.25	5
95103 CEDEX	Argenteuil	argenteuil	11	95	951	48.95	2.25	5
95104 CEDEX	Argenteuil	argenteuil	11	95	951	48.95	2.25	5
95105 CEDEX	Argenteuil	argenteuil	11	95	951	48.95	2.25	5
95106 CEDEX	Argenteuil	argenteuil	11	95	951	48.95	2.25	5
95107 CEDEX	Argenteuil	argenteuil	11	95	951	48.95	2.25	5
95108 CEDEX	Argenteuil	argenteuil	11	95	951	48.95	2.25	5
95109 CEDEX	Argenteuil	argenteuil	11	95	951	48.95	2.25	5
95110	Sannois	sannois	11	95	951	48.9667	2.25	5
95111 CEDEX	Sannois	sannois	11	95	951	48.9667	2.25	5
95112 CEDEX	Sannois	sannois	11	95	951	48.9667	2.25	5
95117 CEDEX	Sannois	sannois	11	95	951	48.9667	2.25	5
95118 CEDEX	Sannois	sannois	11	95	951	48.9667	2.25	5
95119 CEDEX	Sannois	sannois	11	95	951	48.9667	2.25	5
95120	Ermont	ermont	11	95	951	48.99	2.258	5
95121 CEDEX	Ermont	ermont	11	95	951	48.99	2.258	5
95122 CEDEX	Ermont	ermont	11	95	951	48.99	2.258	5
95123 CEDEX	Ermont	ermont	11	95	951	48.99	2.258	5
95124 CEDEX	Ermont	ermont	11	95	951	48.99	2.258	5
95125 CEDEX	Ermont	ermont	11	95	951	48.99	2.258	5
95126 CEDEX	Ermont	ermont	11	95	951	48.99	2.258	5
95127 CEDEX	Ermont	ermont	11	95	951	48.99	2.258	5
95129 CEDEX	Ermont	ermont	11	95	951	48.99	2.258	5
95130	Franconville	franconville	11	95	951	48.9833	2.2333	5
95130	Le Plessis-Bouchard	le-plessis-bouchard	11	95	951	49	2.2333	5
95131 CEDEX	Franconville	franconville	11	95	951	48.9833	2.2333	5
95132 CEDEX	Franconville	franconville	11	95	951	48.9833	2.2333	5
95133 CEDEX	Franconville	franconville	11	95	951	48.9833	2.2333	5
95134 CEDEX	Franconville	franconville	11	95	951	48.9833	2.2333	5
95135 CEDEX	Franconville	franconville	11	95	951	48.9833	2.2333	5
95137 CEDEX	Franconville	franconville	11	95	951	48.9833	2.2333	5
95139 CEDEX	Franconville	franconville	11	95	951	48.9833	2.2333	5
95140	Garges-lès-Gonesse	garges-les-gonesse	11	95	952	48.9679	2.3978	5
95141 CEDEX	Garges-lès-Gonesse	garges-les-gonesse	11	95	952	48.9679	2.3978	5
95142 CEDEX	Garges-lès-Gonesse	garges-les-gonesse	11	95	952	48.9679	2.3978	5
95143 CEDEX	Garges-lès-Gonesse	garges-les-gonesse	11	95	952	48.9679	2.3978	5
95144 CEDEX	Garges-lès-Gonesse	garges-les-gonesse	11	95	952	48.9679	2.3978	5
95145 CEDEX	Garges-lès-Gonesse	garges-les-gonesse	11	95	952	48.9679	2.3978	5
95146 CEDEX	Garges-lès-Gonesse	garges-les-gonesse	11	95	952	48.9679	2.3978	5
95150	Taverny	taverny	11	95	951	49.0254	2.2169	5
95151 CEDEX	Taverny	taverny	11	95	951	49.0254	2.2169	5
95152 CEDEX	Taverny	taverny	11	95	951	49.0254	2.2169	5
95153 CEDEX	Taverny	taverny	11	95	951	49.0254	2.2169	5
95154 CEDEX	Taverny	taverny	11	95	951	49.0254	2.2169	5
95155 CEDEX	Taverny	taverny	11	95	951	49.0254	2.2169	5
95157 CEDEX	Taverny	taverny	11	95	951	49.0254	2.2169	5
95158 CEDEX	Taverny	taverny	11	95	951	49.0254	2.2169	5
95159 CEDEX	Taverny	taverny	11	95	951	49.0254	2.2169	5
95160	Montmorency	montmorency	11	95	952	48.9883	2.3434	5
95161 CEDEX	Montmorency	montmorency	11	95	952	48.9883	2.3434	5
95162 CEDEX	Montmorency	montmorency	11	95	952	48.9883	2.3434	5
95165 CEDEX	Montmorency	montmorency	11	95	952	48.9883	2.3434	5
95169 CEDEX	Montmorency	montmorency	11	95	952	48.9883	2.3434	5
95170	Deuil-la-Barre	deuil-la-barre	11	95	952	48.9767	2.3272	5
95180	Menucourt	menucourt	11	95	953	49.0284	1.9805	5
95190	Fontenay-en-Parisis	fontenay-en-parisis	11	95	952	49.0537	2.4516	5
95190	Châtenay-en-France	chatenay-en-france	11	95	952	49.0662	2.4581	5
95190	Goussainville	goussainville	11	95	952	49.0137	2.4659	5
95191 CEDEX	Goussainville	goussainville	11	95	952	49.0137	2.4659	5
95192 CEDEX	Goussainville	goussainville	11	95	952	49.0137	2.4659	5
95193 CEDEX	Goussainville	goussainville	11	95	952	49.0137	2.4659	5
95194 CEDEX	Goussainville	goussainville	11	95	952	49.0137	2.4659	5
95195 CEDEX	Goussainville	goussainville	11	95	952	49.0137	2.4659	5
95196 CEDEX	Goussainville	goussainville	11	95	952	49.0137	2.4659	5
95197 CEDEX	Goussainville	goussainville	11	95	952	49.0137	2.4659	5
95198 CEDEX	Goussainville	goussainville	11	95	952	49.0137	2.4659	5
95199 CEDEX	Goussainville	goussainville	11	95	952	49.0137	2.4659	5
95200	Sarcelles	sarcelles	11	95	952	49	2.3833	5
95201 CEDEX	Sarcelles	sarcelles	11	95	952	49	2.3833	5
95202 CEDEX	Sarcelles	sarcelles	11	95	952	49	2.3833	5
95203 CEDEX	Sarcelles	sarcelles	11	95	952	49	2.3833	5
95204 CEDEX	Sarcelles	sarcelles	11	95	952	49	2.3833	5
95205 CEDEX	Sarcelles	sarcelles	11	95	952	49	2.3833	5
95206 CEDEX	Sarcelles	sarcelles	11	95	952	49	2.3833	5
95207 CEDEX	Sarcelles	sarcelles	11	95	952	49	2.3833	5
95209 CEDEX	Sarcelles	sarcelles	11	95	952	49	2.3833	5
95210	Saint-Gratien	saint-gratien	11	95	952	48.9735	2.2873	5
95211 CEDEX	Saint-Gratien	saint-gratien	11	95	952	48.9735	2.2873	5
95212 CEDEX	Saint-Gratien	saint-gratien	11	95	952	48.9735	2.2873	5
95213 CEDEX	Saint-Gratien	saint-gratien	11	95	952	48.9735	2.2873	5
95214 CEDEX	Saint-Gratien	saint-gratien	11	95	952	48.9735	2.2873	5
95215 CEDEX	Saint-Gratien	saint-gratien	11	95	952	48.9735	2.2873	5
95216 CEDEX	Saint-Gratien	saint-gratien	11	95	952	48.9735	2.2873	5
95217 CEDEX	Saint-Gratien	saint-gratien	11	95	952	48.9735	2.2873	5
95218 CEDEX	Saint-Gratien	saint-gratien	11	95	952	48.9735	2.2873	5
95219 CEDEX	Saint-Gratien	saint-gratien	11	95	952	48.9735	2.2873	5
95220	Pierrelaye	pierrelaye	11	95	951	49.0211	2.1548	5
95220	Herblay	herblay	11	95	951	48.9899	2.1699	5
95221 CEDEX	Herblay	herblay	11	95	951	48.9899	2.1699	5
95222 CEDEX	Herblay	herblay	11	95	951	48.9899	2.1699	5
95223 CEDEX	Herblay	herblay	11	95	951	48.9899	2.1699	5
95224 CEDEX	Herblay	herblay	11	95	951	48.9899	2.1699	5
95226 CEDEX	Herblay	herblay	11	95	951	48.9899	2.1699	5
95228 CEDEX	Herblay	herblay	11	95	951	48.9899	2.1699	5
95229 CEDEX	Herblay	herblay	11	95	951	48.9899	2.1699	5
95230	Soisy-sous-Montmorency	soisy-sous-montmorency	11	95	952	48.9881	2.3016	5
95231	Soisy-sous-Montmorency	soisy-sous-montmorency	11	95	952	48.9881	2.3016	5
95232	Soisy-sous-Montmorency	soisy-sous-montmorency	11	95	952	48.9881	2.3016	5
95233	Soisy-sous-Montmorency	soisy-sous-montmorency	11	95	952	48.9881	2.3016	5
95234	Soisy-sous-Montmorency	soisy-sous-montmorency	11	95	952	48.9881	2.3016	5
95239	Soisy-sous-Montmorency	soisy-sous-montmorency	11	95	952	48.9881	2.3016	5
95240	Cormeilles-en-Parisis	cormeilles-en-parisis	11	95	951	48.9711	2.2049	5
95250	Beauchamp	beauchamp	11	95	951	49.0167	2.2	5
95251 CEDEX	Taverny	taverny	11	95	951	49.0254	2.2169	5
95252 CEDEX	Taverny	taverny	11	95	951	49.0254	2.2169	5
95259 CEDEX	Taverny	taverny	11	95	951	49.0254	2.2169	5
95260	Beaumont-sur-Oise	beaumont-sur-oise	11	95	953	49.1423	2.287	5
95260	Mours	mours	11	95	953	49.1308	2.2676	5
95270	Seugy	seugy	11	95	952	49.1218	2.3938	5
95270	Luzarches	luzarches	11	95	952	49.1132	2.4223	5
95270	Asnières-sur-Oise	asnieres-sur-oise	11	95	952	49.1337	2.3555	5
95270	Le Plessis-Luzarches	le-plessis-luzarches	11	95	952	49.0956	2.4526	5
95270	Épinay-Champlâtreux	epinay-champlatreux	11	95	952	49.0861	2.415	5
95270	Viarmes	viarmes	11	95	952	49.1308	2.3707	5
95270	Chaumontel	chaumontel	11	95	952	49.1247	2.4324	5
95270	Belloy-en-France	belloy-en-france	11	95	952	49.0884	2.3716	5
95270	Bellefontaine	bellefontaine	11	95	952	49.0978	2.4663	5
95270	Saint-Martin-du-Tertre	saint-martin-du-tertre	11	95	952	49.1074	2.3453	5
95270	Lassy	lassy	11	95	952	49.0972	2.4453	5
95270	Noisy-sur-Oise	noisy-sur-oise	11	95	953	49.137	2.3305	5
95280	Jouy-le-Moutier	jouy-le-moutier	11	95	953	49.0107	2.0403	5
95290	L’Isle-Adam	l-isle-adam	11	95	953	49.1074	2.2282	5
95300	Hérouville	herouville	11	95	953	49.1013	2.1324	5
95300	Ennery	ennery	11	95	953	49.0751	2.106	5
95300	Livilliers	livilliers	11	95	953	49.0954	2.0954	5
95300	Pontoise	pontoise	11	95	953	49.05	2.1	5
95301 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95302 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95303 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95304 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95306 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95309 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95310	Saint-Ouen-l’Aumône	saint-ouen-l-aumone	11	95	953	49.0435	2.1213	5
95311 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95312 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95313 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95314 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95315 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95316 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95318 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95319 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95320	Saint-Leu-la-Forêt	saint-leu-la-foret	11	95	951	49.0167	2.25	5
95321 CEDEX	Saint-Leu-la-Forêt	saint-leu-la-foret	11	95	951	49.0167	2.25	5
95322 CEDEX	Saint-Leu-la-Forêt	saint-leu-la-foret	11	95	951	49.0167	2.25	5
95323 CEDEX	Saint-Leu-la-Forêt	saint-leu-la-foret	11	95	951	49.0167	2.25	5
95324 CEDEX	Saint-Leu-la-Forêt	saint-leu-la-foret	11	95	951	49.0167	2.25	5
95328 CEDEX	Saint-Leu-la-Forêt	saint-leu-la-foret	11	95	951	49.0167	2.25	5
95329 CEDEX	Saint-Leu-la-Forêt	saint-leu-la-foret	11	95	951	49.0167	2.25	5
95330	Domont	domont	11	95	952	49.0278	2.3264	5
95331 CEDEX	Domont	domont	11	95	952	49.0278	2.3264	5
95332 CEDEX	Domont	domont	11	95	952	49.0278	2.3264	5
95333 CEDEX	Domont	domont	11	95	952	49.0278	2.3264	5
95334 CEDEX	Domont	domont	11	95	952	49.0278	2.3264	5
95335 CEDEX	Domont	domont	11	95	952	49.0278	2.3264	5
95340	Persan	persan	11	95	953	49.1534	2.2722	5
95340	Bernes-sur-Oise	bernes-sur-oise	11	95	953	49.1613	2.3	5
95340	Ronquerolles	ronquerolles	11	95	953	49.1667	2.2235	5
95350	Piscop	piscop	11	95	952	49.0122	2.3454	5
95350	Saint-Brice-sous-Forêt	saint-brice-sous-foret	11	95	952	49.0013	2.3536	5
95351 CEDEX	Domont	domont	11	95	952	49.0278	2.3264	5
95355 CEDEX	Domont	domont	11	95	952	49.0278	2.3264	5
95360	Montmagny	montmagny	11	95	952	48.9734	2.3469	5
95370	Montigny-lès-Cormeilles	montigny-les-cormeilles	11	95	951	48.982	2.2003	5
95379 CEDEX	Herblay	herblay	11	95	951	48.9899	2.1699	5
95380	Épiais-lès-Louvres	epiais-les-louvres	11	95	952	49.0313	2.558	5
95380	Villeron	villeron	11	95	952	49.0577	2.5424	5
95380	Chennevières-lès-Louvres	chennevieres-les-louvres	11	95	952	49.0446	2.5518	5
95380	Louvres	louvres	11	95	952	49.0446	2.5048	5
95380	Puiseux-en-France	puiseux-en-france	11	95	952	49.0555	2.5003	5
95390	Saint-Prix	saint-prix	11	95	952	49.0167	2.2667	5
95400	Arnouville	arnouville	11	95	952	48.9833	2.4167	5
95400	Villiers-le-Bel	villiers-le-bel	11	95	952	49.0087	2.3982	5
95410	Groslay	groslay	11	95	952	48.9856	2.3474	5
95411 CEDEX	Groslay	groslay	11	95	952	48.9856	2.3474	5
95412 CEDEX	Groslay	groslay	11	95	952	48.9856	2.3474	5
95419 CEDEX	Groslay	groslay	11	95	952	48.9856	2.3474	5
95420	Arthies	arthies	11	95	953	49.0947	1.7897	5
95420	Cléry-en-Vexin	clery-en-vexin	11	95	953	49.1282	1.8391	5
95420	Ambleville	ambleville	11	95	953	49.1486	1.6958	5
95420	Wy-dit-Joli-Village	wy-dit-joli-village	11	95	953	49.1	1.8333	5
95420	Hodent	hodent	11	95	953	49.145	1.7674	5
95420	Saint-Gervais	saint-gervais	11	95	953	49.1706	1.7706	5
95420	Charmont	charmont	11	95	953	49.1358	1.7902	5
95420	Genainville	genainville	11	95	953	49.1333	1.75	5
95420	Omerville	omerville	11	95	953	49.1408	1.7187	5
95420	La Chapelle-en-Vexin	la-chapelle-en-vexin	11	95	953	49.1844	1.7313	5
95420	Maudétour-en-Vexin	maudetour-en-vexin	11	95	953	49.0996	1.7751	5
95420	Banthelu	banthelu	11	95	953	49.1261	1.8149	5
95420	Nucourt	nucourt	11	95	953	49.1589	1.8534	5
95420	Magny-en-Vexin	magny-en-vexin	11	95	953	49.1552	1.7867	5
95430	Butry-sur-Oise	butry-sur-oise	11	95	953	49.0884	2.1992	5
95430	Auvers-sur-Oise	auvers-sur-oise	11	95	953	49.0716	2.1698	5
95440	Écouen	ecouen	11	95	952	49.0206	2.3831	5
95441 CEDEX	Domont	domont	11	95	952	49.0278	2.3264	5
95445 CEDEX	Domont	domont	11	95	952	49.0278	2.3264	5
95450	Guiry-en-Vexin	guiry-en-vexin	11	95	953	49.1093	1.8507	5
95450	Seraincourt	seraincourt	11	95	953	49.0357	1.867	5
95450	Commeny	commeny	11	95	953	49.1265	1.8909	5
95450	Longuesse	longuesse	11	95	953	49.0616	1.9315	5
95450	Ableiges	ableiges	11	95	953	49.0893	1.9815	5
95450	Avernes	avernes	11	95	953	49.0857	1.8727	5
95450	Le Perchay	le-perchay	11	95	953	49.1106	1.933	5
95450	Vigny	vigny	11	95	953	49.079	1.9281	5
95450	Théméricourt	themericourt	11	95	953	49.0862	1.897	5
95450	Sagy	sagy	11	95	953	49.0499	1.9522	5
95450	Gadancourt	gadancourt	11	95	953	49.096	1.8576	5
95450	Frémainville	fremainville	11	95	953	49.0667	1.8667	5
95450	Us	us	11	95	953	49.1	1.9667	5
95450	Gouzangrez	gouzangrez	11	95	953	49.113	1.9079	5
95450	Condécourt	condecourt	11	95	953	49.0404	1.942	5
95460	Ézanville	ezanville	11	95	952	49.0279	2.3679	5
95461 CEDEX	Domont	domont	11	95	952	49.0278	2.3264	5
95470	Saint-Witz	saint-witz	11	95	952	49.091	2.5712	5
95470	Fosses	fosses	11	95	952	49.0981	2.5096	5
95470	Vémars	vemars	11	95	952	49.0694	2.5664	5
95470	Survilliers	survilliers	11	95	952	49.0971	2.5445	5
95471 CEDEX	Fosses	fosses	11	95	952	49.0981	2.5096	5
95472 CEDEX	Fosses	fosses	11	95	952	49.0981	2.5096	5
95473 CEDEX	Fosses	fosses	11	95	952	49.0981	2.5096	5
95474 CEDEX	Fosses	fosses	11	95	952	49.0981	2.5096	5
95475 CEDEX	Fosses	fosses	11	95	952	49.0981	2.5096	5
95476 CEDEX	Fosses	fosses	11	95	952	49.0981	2.5096	5
95477 CEDEX	Fosses	fosses	11	95	952	49.0981	2.5096	5
95478 CEDEX	Fosses	fosses	11	95	952	49.0981	2.5096	5
95479 CEDEX	Fosses	fosses	11	95	952	49.0981	2.5096	5
95480	Pierrelaye	pierrelaye	11	95	951	49.0211	2.1548	5
95490	Vauréal	vaureal	11	95	953	49.0333	2.0333	5
95500	Le Thillay	le-thillay	11	95	952	49.0066	2.4722	5
95500	Vaudherland	vaudherland	11	95	952	49.002	2.4879	5
95500	Gonesse	gonesse	11	95	952	48.9869	2.4489	5
95500	Bonneuil-en-France	bonneuil-en-france	11	95	952	48.9745	2.4315	5
95501 CEDEX	Gonesse	gonesse	11	95	952	48.9869	2.4489	5
95502 CEDEX	Gonesse	gonesse	11	95	952	48.9869	2.4489	5
95503 CEDEX	Gonesse	gonesse	11	95	952	48.9869	2.4489	5
95504 CEDEX	Gonesse	gonesse	11	95	952	48.9869	2.4489	5
95505 CEDEX	Gonesse	gonesse	11	95	952	48.9869	2.4489	5
95506 CEDEX	Gonesse	gonesse	11	95	952	48.9869	2.4489	5
95507 CEDEX	Gonesse	gonesse	11	95	952	48.9869	2.4489	5
95508 CEDEX	Gonesse	gonesse	11	95	952	48.9869	2.4489	5
95509 CEDEX	Gonesse	gonesse	11	95	952	48.9869	2.4489	5
95510	Amenucourt	amenucourt	11	95	953	49.1066	1.6429	5
95510	Saint-Cyr-en-Arthies	saint-cyr-en-arthies	11	95	953	49.0597	1.7419	5
95510	Vétheuil	vetheuil	11	95	953	49.062	1.7035	5
95510	Aincourt	aincourt	11	95	953	49.0724	1.773	5
95510	Vienne-en-Arthies	vienne-en-arthies	11	95	953	49.0667	1.7333	5
95510	Chérence	cherence	11	95	953	49.0899	1.6775	5
95510	Villers-en-Arthies	villers-en-arthies	11	95	953	49.0902	1.7261	5
95520	Osny	osny	11	95	953	49.0701	2.0628	5
95521 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95522 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95523 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95524 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95525 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95526 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95527 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95528 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95529 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95530	La Frette-sur-Seine	la-frette-sur-seine	11	95	951	48.9806	2.1787	5
95540	Méry-sur-Oise	mery-sur-oise	11	95	953	49.0588	2.1911	5
95550	Bessancourt	bessancourt	11	95	951	49.0376	2.2094	5
95551 CEDEX	Taverny	taverny	11	95	951	49.0254	2.2169	5
95559 CEDEX	Taverny	taverny	11	95	951	49.0254	2.2169	5
95560	Baillet-en-France	baillet-en-france	11	95	952	49.0619	2.2988	5
95560	Chauvry	chauvry	11	95	953	49.0544	2.2669	5
95560	Maffliers	maffliers	11	95	952	49.0776	2.3077	5
95560	Montsoult	montsoult	11	95	952	49.0694	2.3197	5
95570	Bouffémont	bouffemont	11	95	952	49.0438	2.298	5
95570	Moisselles	moisselles	11	95	952	49.05	2.336	5
95570	Attainville	attainville	11	95	952	49.0578	2.345	5
95570	Villaines-sous-Bois	villaines-sous-bois	11	95	952	49.0764	2.358	5
95571 CEDEX	Domont	domont	11	95	952	49.0278	2.3264	5
95573 CEDEX	Domont	domont	11	95	952	49.0278	2.3264	5
95580	Andilly	andilly	11	95	952	49.0093	2.3024	5
95580	Margency	margency	11	95	952	49	2.3	5
95590	Nointel	nointel	11	95	953	49.1284	2.2907	5
95590	Nerville-la-Forêt	nerville-la-foret	11	95	953	49.0908	2.2818	5
95590	Presles	presles	11	95	953	49.1131	2.289	5
95600	Eaubonne	eaubonne	11	95	951	48.9971	2.2825	5
95601 CEDEX	Eaubonne	eaubonne	11	95	951	48.9971	2.2825	5
95602 CEDEX	Eaubonne	eaubonne	11	95	951	48.9971	2.2825	5
95603 CEDEX	Eaubonne	eaubonne	11	95	951	48.9971	2.2825	5
95604 CEDEX	Eaubonne	eaubonne	11	95	951	48.9971	2.2825	5
95605 CEDEX	Eaubonne	eaubonne	11	95	951	48.9971	2.2825	5
95609 CEDEX	Eaubonne	eaubonne	11	95	951	48.9971	2.2825	5
95610	Éragny	eragny	11	95	953	49.0167	2.1	5
95611 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95612 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95613 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95614 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95615 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95616 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95617 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95618 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95619 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95620	Parmain	parmain	11	95	953	49.1125	2.2149	5
95630	Mériel	meriel	11	95	953	49.0761	2.2105	5
95640	Neuilly-en-Vexin	neuilly-en-vexin	11	95	953	49.1686	1.9755	5
95640	Santeuil	santeuil	11	95	953	49.1257	1.9516	5
95640	Marines	marines	11	95	953	49.1448	1.9823	5
95640	Brignancourt	brignancourt	11	95	953	49.1362	1.9451	5
95640	Haravilliers	haravilliers	11	95	953	49.1733	2.0548	5
95640	Moussy	moussy	11	95	953	49.1376	1.9089	5
95640	Bréançon	breancon	11	95	953	49.1425	2.0218	5
95640	Le Heaulme	le-heaulme	11	95	953	49.1667	2	5
95650	Montgeroult	montgeroult	11	95	953	49.082	2.0052	5
95650	Boissy-l’Aillerie	boissy-l-aillerie	11	95	953	49.0786	2.0306	5
95650	Puiseux-Pontoise	puiseux-pontoise	11	95	953	49.0565	2.0192	5
95650	Génicourt	genicourt	11	95	953	49.0888	2.068	5
95650	Courcelles-sur-Viosne	courcelles-sur-viosne	11	95	953	49.0784	2.0029	5
95651 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95652 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95659 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95660	Champagne-sur-Oise	champagne-sur-oise	11	95	953	49.1405	2.2423	5
95670	Marly-la-Ville	marly-la-ville	11	95	952	49.082	2.5035	5
95680	Montlignon	montlignon	11	95	952	49.0064	2.287	5
95690	Nesles-la-Vallée	nesles-la-vallee	11	95	953	49.132	2.171	5
95690	Hédouville	hedouville	11	95	953	49.1547	2.1692	5
95690	Frouville	frouville	11	95	953	49.15	2.15	5
95690	Labbeville	labbeville	11	95	953	49.136	2.1441	5
95691 CEDEX	Goussainville	goussainville	11	95	952	49.0137	2.4659	5
95692 CEDEX	Goussainville	goussainville	11	95	952	49.0137	2.4659	5
95693 CEDEX	Goussainville	goussainville	11	95	952	49.0137	2.4659	5
95696 CEDEX	Goussainville	goussainville	11	95	952	49.0137	2.4659	5
95697 CEDEX	Goussainville	goussainville	11	95	952	49.0137	2.4659	5
95700	Roissy-en-France	roissy-en-france	11	95	952	49.0044	2.517	5
95710	Bray-et-Lû	bray-et-lu	11	95	953	49.138	1.6559	5
95710	Ambleville	ambleville	11	95	953	49.1484	1.6962	5
95710	Chaussy	chaussy	11	95	953	49.1219	1.6915	5
95720	Villiers-le-Sec	villiers-le-sec	11	95	952	49.0723	2.3898	5
95720	Le Plessis-Gassot	le-plessis-gassot	11	95	952	49.0338	2.4148	5
95720	Le Mesnil-Aubry	le-mesnil-aubry	11	95	952	49.0519	2.3988	5
95720	Bouqueval	bouqueval	11	95	952	49.0241	2.4258	5
95740	Frépillon	frepillon	11	95	951	49.0522	2.2053	5
95750	Le Bellay-en-Vexin	le-bellay-en-vexin	11	95	953	49.1517	1.8868	5
95750	Chars	chars	11	95	953	49.1603	1.9367	5
95760	Valmondois	valmondois	11	95	953	49.0973	2.19	5
95770	Montreuil-sur-Epte	montreuil-sur-epte	11	95	953	49.1769	1.6876	5
95770	Buhy	buhy	11	95	953	49.1934	1.6915	5
95770	Saint-Clair-sur-Epte	saint-clair-sur-epte	11	95	953	49.2078	1.6812	5
95780	La Roche-Guyon	la-roche-guyon	11	95	953	49.0814	1.63	5
95780	Haute-Isle	haute-isle	11	95	953	49.0849	1.6543	5
95800	Cergy	cergy	11	95	953	49.0364	2.0761	5
95800	Courdimanche	courdimanche	11	95	953	49.0351	2.001	5
95801 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95802 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95803 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95804 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95805 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95806 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95807 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95808 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95809 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95810	Épiais-Rhus	epiais-rhus	11	95	953	49.1223	2.0621	5
95810	Arronville	arronville	11	95	953	49.1801	2.1139	5
95810	Berville	berville	11	95	953	49.1893	2.0748	5
95810	Grisy-les-Plâtres	grisy-les-platres	11	95	953	49.1318	2.0501	5
95810	Vallangoujard	vallangoujard	11	95	953	49.1374	2.114	5
95810	Menouville	menouville	11	95	953	49.15	2.1	5
95810	Theuville	theuville	11	95	953	49.1541	2.0722	5
95811 CEDEX	Argenteuil	argenteuil	11	95	951	48.95	2.25	5
95812 CEDEX	Argenteuil	argenteuil	11	95	951	48.95	2.25	5
95813 CEDEX	Argenteuil	argenteuil	11	95	951	48.95	2.25	5
95814 CEDEX	Argenteuil	argenteuil	11	95	951	48.95	2.25	5
95815 CEDEX	Argenteuil	argenteuil	11	95	951	48.95	2.25	5
95816 CEDEX	Argenteuil	argenteuil	11	95	951	48.95	2.25	5
95820	Bruyères-sur-Oise	bruyeres-sur-oise	11	95	953	49.1576	2.3258	5
95830	Frémécourt	fremecourt	11	95	953	49.1197	2.0013	5
95830	Cormeilles-en-Vexin	cormeilles-en-vexin	11	95	953	49.1159	2.0194	5
95840	Béthemont-la-Forêt	bethemont-la-foret	11	95	953	49.0544	2.2519	5
95840	Villiers-Adam	villiers-adam	11	95	953	49.0643	2.2343	5
95842 CEDEX	Sarcelles	sarcelles	11	95	952	49	2.3833	5
95843 CEDEX	Sarcelles	sarcelles	11	95	952	49	2.3833	5
95844 CEDEX	Sarcelles	sarcelles	11	95	952	49	2.3833	5
95850	Jagny-sous-Bois	jagny-sous-bois	11	95	952	49.0788	2.4434	5
95850	Mareil-en-France	mareil-en-france	11	95	952	49.0695	2.4255	5
95861 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95862 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95863 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95864 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95865 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95866 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95868 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95870	Bezons	bezons	11	95	951	48.9243	2.2128	5
95871 CEDEX	Bezons	bezons	11	95	951	48.9243	2.2128	5
95872 CEDEX	Bezons	bezons	11	95	951	48.9243	2.2128	5
95873 CEDEX	Bezons	bezons	11	95	951	48.9243	2.2128	5
95874 CEDEX	Bezons	bezons	11	95	951	48.9243	2.2128	5
95875 CEDEX	Bezons	bezons	11	95	951	48.9243	2.2128	5
95876 CEDEX	Bezons	bezons	11	95	951	48.9243	2.2128	5
95877 CEDEX	Bezons	bezons	11	95	951	48.9243	2.2128	5
95879 CEDEX	Bezons	bezons	11	95	951	48.9243	2.2128	5
95880	Enghien-les-Bains	enghien-les-bains	11	95	952	48.9667	2.3167	5
95891 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95892 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95897 CEDEX	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95901 CEDEX 9	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95902 CEDEX 9	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95905 CEDEX 9	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95907 CEDEX 9	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
95908 CEDEX 9	Cergy-Pontoise	cergy-pontoise	11	95	953	49.0389	2.077	5
94391 CEDEX	Orly aérogare	orly-aerogare	11			48.744	2.3694	5
94392 CEDEX	Orly aérogare	orly-aerogare	11			48.744	2.3694	5
94393 CEDEX	Orly aérogare	orly-aerogare	11			48.744	2.3694	5
94394 CEDEX	Orly aérogare	orly-aerogare	11			48.744	2.3694	5
94395 CEDEX	Orly aérogare	orly-aerogare	11			48.744	2.3694	5
94396 CEDEX	Orly aérogare	orly-aerogare	11			48.744	2.3694	5
94398 CEDEX	Orly aérogare	orly-aerogare	11			48.744	2.3694	5
94399 CEDEX	Orly aérogare	orly-aerogare	11			48.744	2.3694	5
94541 CEDEX	Orly aérogare	orly-aerogare	11			48.744	2.3694	5
94542 CEDEX	Orly aérogare	orly-aerogare	11			48.744	2.3694	5
94543 CEDEX	Orly aérogare	orly-aerogare	11			48.744	2.3694	5
94544 CEDEX	Orly aérogare	orly-aerogare	11			48.744	2.3694	5
94546 CEDEX	Orly aérogare	orly-aerogare	11			48.744	2.3694	5
94547 CEDEX	Orly aérogare	orly-aerogare	11			48.744	2.3694	5
94548 CEDEX	Orly aérogare	orly-aerogare	11			48.744	2.3694	5
94549 CEDEX	Orly aérogare	orly-aerogare	11			48.744	2.3694	5
94551 CEDEX	Orly aérogare	orly-aerogare	11			48.744	2.3694	5
94552 CEDEX	Orly aérogare	orly-aerogare	11			48.744	2.3694	5
94553 CEDEX	Orly aérogare	orly-aerogare	11			48.744	2.3694	5
95701 CEDEX 1	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95702 CEDEX 1	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95703 CEDEX 1	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95704 CEDEX 1	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95705 CEDEX 1	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95706 CEDEX 1	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95707 CEDEX 1	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95708 CEDEX 1	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95709 CEDEX 1	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95711 CEDEX 1	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95712 CEDEX 1	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95713 CEDEX 1	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95715 CEDEX 1	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95716 CEDEX 1	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95719 CEDEX 1	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95721 CEDEX 1	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95722 CEDEX 1	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95723 CEDEX 1	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95724 CEDEX 1	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95725 CEDEX 1	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95726 CEDEX 1	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95727 CEDEX 1	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95731 CEDEX 1	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95732 CEDEX 1	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95733 CEDEX 1	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95734 CEDEX 1	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95741 CEDEX 1	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95742 CEDEX 1	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95747 CEDEX 1	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95761 CEDEX 1	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95769 CEDEX 1	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95911 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95912 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95913 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95915 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95916 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95919 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95920 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95921 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95922 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95923 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95924 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95925 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95926 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95927 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95928 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95930 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95931 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95932 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95933 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95934 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95940 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95941 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95942 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95943 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95944 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95945 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95946 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95947 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95948 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95949 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95950 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95951 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95952 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95953 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95954 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95956 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95957 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95958 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95959 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95970 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95971 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95972 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95973 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95974 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95975 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95976 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95977 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
95978 CEDEX 2	Roissy Charles-de-Gaulle	roissy-charles-de-gaulle	11			48.9836	2.5256	5
18000	Bourges	bourges	24	18	181	47.0833	2.4	5
18001 CEDEX	Bourges	bourges	24	18	181	47.0833	2.4	5
18002 CEDEX	Bourges	bourges	24	18	181	47.0833	2.4	5
18003 CEDEX	Bourges	bourges	24	18	181	47.0833	2.4	5
18004 CEDEX	Bourges	bourges	24	18	181	47.0833	2.4	5
18005 CEDEX	Bourges	bourges	24	18	181	47.0833	2.4	5
18006 CEDEX	Bourges	bourges	24	18	181	47.0833	2.4	5
18007 CEDEX	Bourges	bourges	24	18	181	47.0833	2.4	5
18012 CEDEX	Bourges	bourges	24	18	181	47.0833	2.4	5
18013 CEDEX	Bourges	bourges	24	18	181	47.0833	2.4	5
18014 CEDEX	Bourges	bourges	24	18	181	47.0833	2.4	5
18015 CEDEX	Bourges	bourges	24	18	181	47.0833	2.4	5
18016 CEDEX	Bourges	bourges	24	18	181	47.0833	2.4	5
18019 CEDEX	Bourges	bourges	24	18	181	47.0833	2.4	5
18020 CEDEX	Bourges	bourges	24	18	181	47.0833	2.4	5
18021 CEDEX	Bourges	bourges	24	18	181	47.0833	2.4	5
18022 CEDEX	Bourges	bourges	24	18	181	47.0833	2.4	5
18023 CEDEX	Bourges	bourges	24	18	181	47.0833	2.4	5
18024 CEDEX	Bourges	bourges	24	18	181	47.0833	2.4	5
18025 CEDEX	Bourges	bourges	24	18	181	47.0833	2.4	5
18026 CEDEX	Bourges	bourges	24	18	181	47.0833	2.4	5
18027 CEDEX	Bourges	bourges	24	18	181	47.0833	2.4	5
18028 CEDEX	Bourges	bourges	24	18	181	47.0833	2.4	5
18029 CEDEX	Bourges	bourges	24	18	181	47.0833	2.4	5
18030 CEDEX 9	Bourges	bourges	24	18	181	47.0833	2.4	5
18031 CEDEX 9	Bourges	bourges	24	18	181	47.0833	2.4	5
18032 CEDEX 9	Bourges	bourges	24	18	181	47.0833	2.4	5
18033 CEDEX 9	Bourges	bourges	24	18	181	47.0833	2.4	5
18034 CEDEX 9	Bourges	bourges	24	18	181	47.0833	2.4	5
18035 CEDEX	Bourges	bourges	24	18	181	47.0833	2.4	5
18036 CEDEX	Bourges	bourges	24	18	181	47.0833	2.4	5
18037 CEDEX	Bourges	bourges	24	18	181	47.0833	2.4	5
18039 CEDEX	Bourges	bourges	24	18	181	47.0833	2.4	5
18100	Saint-Georges-sur-la-Prée	saint-georges-sur-la-pree	24	18	183	47.2263	1.9358	5
18100	Thénioux	thenioux	24	18	183	47.2561	1.9357	5
18100	Saint-Hilaire-de-Court	saint-hilaire-de-court	24	18	183	47.2056	2.0196	5
18100	Vierzon	vierzon	24	18	183	47.2167	2.0833	5
18100	Méry-sur-Cher	mery-sur-cher	24	18	183	47.2463	1.9884	5
18101 CEDEX	Vierzon	vierzon	24	18	183	47.2167	2.0833	5
18102 CEDEX	Vierzon	vierzon	24	18	183	47.2167	2.0833	5
18103 CEDEX	Vierzon	vierzon	24	18	183	47.2167	2.0833	5
18104 CEDEX	Vierzon	vierzon	24	18	183	47.2167	2.0833	5
18105 CEDEX	Vierzon	vierzon	24	18	183	47.2167	2.0833	5
18106 CEDEX	Vierzon	vierzon	24	18	183	47.2167	2.0833	5
18107 CEDEX	Vierzon	vierzon	24	18	183	47.2167	2.0833	5
18108 CEDEX	Vierzon	vierzon	24	18	183	47.2167	2.0833	5
18109 CEDEX	Vierzon	vierzon	24	18	183	47.2167	2.0833	5
18110	Saint-Georges-sur-Moulon	saint-georges-sur-moulon	24	18	181	47.1906	2.4233	5
18110	Quantilly	quantilly	24	18	181	47.2241	2.4455	5
18110	Saint-Martin-d’Auxigny	saint-martin-d-auxigny	24	18	181	47.2037	2.4155	5
18110	Vignoux-sous-les-Aix	vignoux-sous-les-aix	24	18	181	47.1884	2.4649	5
18110	Saint-Éloy-de-Gy	saint-eloy-de-gy	24	18	181	47.1555	2.3427	5
18110	Saint-Palais	saint-palais	24	18	181	47.2327	2.4195	5
18110	Vasselay	vasselay	24	18	181	47.1569	2.3896	5
18110	Fussy	fussy	24	18	181	47.1437	2.4295	5
18110	Pigny	pigny	24	18	181	47.1758	2.4399	5
18110	Allogny	allogny	24	18	181	47.2254	2.3201	5
18120	Lazenay	lazenay	24	18	183	47.0717	2.06	5
18120	Preuilly	preuilly	24	18	183	47.0951	2.1747	5
18120	Lury-sur-Arnon	lury-sur-arnon	24	18	183	47.1272	2.0572	5
18120	Brinay	brinay	24	18	183	47.1771	2.1265	5
18120	Chéry	chery	24	18	183	47.1211	2.0461	5
18120	Quincy	quincy	24	18	183	47.1328	2.1571	5
18120	Massay	massay	24	18	183	47.1532	1.9933	5
18120	Cerbois	cerbois	24	18	183	47.1136	2.0927	5
18120	Limeux	limeux	24	18	183	47.0749	2.1084	5
18120	Méreau	mereau	24	18	183	47.163	2.0509	5
18130	Osmery	osmery	24	18	182	46.9354	2.6562	5
18130	Contres	contres	24	18	182	46.8688	2.489	5
18130	Chalivoy-Milon	chalivoy-milon	24	18	182	46.8603	2.705	5
18130	Raymond	raymond	24	18	182	46.9719	2.6858	5
18130	Cogny	cogny	24	18	182	46.8456	2.6328	5
18130	Dun-sur-Auron	dun-sur-auron	24	18	182	46.8849	2.5734	5
18130	Lantan	lantan	24	18	182	46.9067	2.662	5
18130	Vornay	vornay	24	18	181	46.9733	2.5828	5
18130	Saint-Denis-de-Palin	saint-denis-de-palin	24	18	182	46.9397	2.5392	5
18130	Bussy	bussy	24	18	182	46.9036	2.6215	5
18130	Parnay	parnay	24	18	182	46.8489	2.5713	5
18130	Jussy-Champagne	jussy-champagne	24	18	181	46.9859	2.6427	5
18140	Saint-Léger-le-Petit	saint-leger-le-petit	24	18	181	47.1228	3.0021	5
18140	Groises	groises	24	18	181	47.2092	2.8104	5
18140	Saint-Martin-des-Champs	saint-martin-des-champs	24	18	181	47.1566	2.9178	5
18140	Jussy-le-Chaudrier	jussy-le-chaudrier	24	18	181	47.1275	2.9343	5
18140	Sancergues	sancergues	24	18	181	47.1539	2.9137	5
18140	Herry	herry	24	18	181	47.2167	2.9539	5
18140	Charentonnay	charentonnay	24	18	181	47.1448	2.8737	5
18140	Garigny	garigny	24	18	181	47.0869	2.8876	5
18140	La Chapelle-Montlinard	la-chapelle-montlinard	24	18	181	47.1667	2.9833	5
18140	Lugny-Champagne	lugny-champagne	24	18	181	47.1862	2.8209	5
18140	Précy	precy	24	18	181	47.0997	2.9289	5
18140	Chaumoux-Marcilly	chaumoux-marcilly	24	18	181	47.1249	2.7777	5
18140	Couy	couy	24	18	181	47.1175	2.8262	5
18140	Sévry	sevry	24	18	181	47.1333	2.8167	5
18140	Argenvières	argenvieres	24	18	181	47.137	3.0059	5
18150	Cuffy	cuffy	24	18	182	46.9628	3.0524	5
18150	Germigny-l’Exempt	germigny-l-exempt	24	18	182	46.919	2.8988	5
18150	Apremont-sur-Allier	apremont-sur-allier	24	18	182	46.9	3.05	5
18150	Le Chautay	le-chautay	24	18	182	46.9768	2.9668	5
18150	La Chapelle-Hugon	la-chapelle-hugon	24	18	182	46.9052	2.9452	5
18150	La Guerche-sur-l’Aubois	la-guerche-sur-l-aubois	24	18	182	46.9489	2.9452	5
18160	Saint-Hilaire-en-Lignières	saint-hilaire-en-lignieres	24	18	182	46.7261	2.1729	5
18160	Saint-Baudel	saint-baudel	24	18	182	46.8386	2.208	5
18160	La Celle-Condé	la-celle-conde	24	18	182	46.7937	2.1842	5
18160	Montlouis	montlouis	24	18	182	46.8139	2.2401	5
18160	Villecelin	villecelin	24	18	182	46.8261	2.1828	5
18160	Ineuil	ineuil	24	18	182	46.7775	2.2898	5
18160	Chezal-Benoît	chezal-benoit	24	18	182	46.8245	2.1131	5
18160	Touchay	touchay	24	18	182	46.7127	2.2133	5
18160	Lignières	lignieres	24	18	182	46.7515	2.1738	5
18170	Loye-sur-Arnon	loye-sur-arnon	24	18	182	46.653	2.387	5
18170	Marçais	marcais	24	18	182	46.6972	2.3695	5
18170	Saint-Pierre-les-Bois	saint-pierre-les-bois	24	18	182	46.6644	2.2787	5
18170	Le Châtelet	le-chatelet	24	18	182	46.6425	2.2823	5
18170	Ids-Saint-Roch	ids-saint-roch	24	18	182	46.7075	2.2408	5
18170	Maisonnais	maisonnais	24	18	182	46.6396	2.2152	5
18170	Rezay	rezay	24	18	182	46.6726	2.1782	5
18170	Ardenais	ardenais	24	18	182	46.6518	2.37	5
18170	Morlac	morlac	24	18	182	46.7196	2.3088	5
18190	Venesmes	venesmes	24	18	182	46.839	2.3123	5
18190	Uzay-le-Venon	uzay-le-venon	24	18	182	46.812	2.4612	5
18190	Châteauneuf-sur-Cher	chateauneuf-sur-cher	24	18	182	46.8578	2.3171	5
18190	Saint-Symphorien	saint-symphorien	24	18	182	46.8119	2.3118	5
18190	Chavannes	chavannes	24	18	182	46.85	2.3833	5
18190	Crézançay-sur-Cher	crezancay-sur-cher	24	18	182	46.813	2.3555	5
18190	Vallenay	vallenay	24	18	182	46.7845	2.3711	5
18190	Saint-Loup-des-Chaumes	saint-loup-des-chaumes	24	18	182	46.8244	2.3889	5
18190	Corquoy	corquoy	24	18	182	46.8881	2.2964	5
18190	Serruelles	serruelles	24	18	182	46.8875	2.3834	5
18190	Chambon	chambon	24	18	182	46.7878	2.3255	5
18200	Orcenais	orcenais	24	18	182	46.7192	2.4261	5
18200	Colombiers	colombiers	24	18	182	46.7006	2.5394	5
18200	Orval	orval	24	18	182	46.7258	2.4714	5
18200	Ainay-le-Vieil	ainay-le-vieil	24	18	182	46.6666	2.552	5
18200	La Perche	la-perche	24	18	182	46.6446	2.5738	5
18200	Meillant	meillant	24	18	182	46.7822	2.5052	5
18200	Saint-Amand-Montrond	saint-amand-montrond	24	18	182	46.7167	2.5167	5
18200	Saint-Georges-de-Poisieux	saint-georges-de-poisieux	24	18	182	46.6865	2.4785	5
18200	Farges-Allichamps	farges-allichamps	24	18	182	46.7594	2.4022	5
18200	La Celle	la-celle	24	18	182	46.7692	2.445	5
18200	Drevant	drevant	24	18	182	46.6934	2.525	5
18200	La Groutte	la-groutte	24	18	182	46.6872	2.5099	5
18200	Bruère-Allichamps	bruere-allichamps	24	18	182	46.7685	2.4326	5
18200	Arpheuilles	arpheuilles	24	18	182	46.7826	2.5599	5
18200	Nozières	nozieres	24	18	182	46.7339	2.4346	5
18200	Bouzais	bouzais	24	18	182	46.7053	2.4738	5
18200	Arcomps	arcomps	24	18	182	46.6771	2.4243	5
18201 CEDEX	Saint-Amand-Montrond	saint-amand-montrond	24	18	182	46.7167	2.5167	5
18202 CEDEX	Saint-Amand-Montrond	saint-amand-montrond	24	18	182	46.7167	2.5167	5
18203 CEDEX	Saint-Amand-Montrond	saint-amand-montrond	24	18	182	46.7167	2.5167	5
18204 CEDEX	Saint-Amand-Montrond	saint-amand-montrond	24	18	182	46.7167	2.5167	5
18205 CEDEX	Saint-Amand-Montrond	saint-amand-montrond	24	18	182	46.7167	2.5167	5
18206 CEDEX	Saint-Amand-Montrond	saint-amand-montrond	24	18	182	46.7167	2.5167	5
18207 CEDEX	Saint-Amand-Montrond	saint-amand-montrond	24	18	182	46.7167	2.5167	5
18210	Bannegon	bannegon	24	18	182	46.8012	2.7137	5
18210	Le Pondy	le-pondy	24	18	182	46.8042	2.6495	5
18210	Thaumiers	thaumiers	24	18	182	46.8219	2.6548	5
18210	Verneuil	verneuil	24	18	182	46.8162	2.6063	5
18210	Saint-Pierre-les-Étieux	saint-pierre-les-etieux	24	18	182	46.7343	2.6229	5
18210	Bessais-le-Fromental	bessais-le-fromental	24	18	182	46.7459	2.7633	5
18210	Charenton-du-Cher	charenton-du-cher	24	18	182	46.7301	2.6444	5
18210	Coust	coust	24	18	182	46.6929	2.598	5
18210	Vernais	vernais	24	18	182	46.7655	2.7132	5
18220	Parassy	parassy	24	18	181	47.2335	2.5478	5
18220	Soulangis	soulangis	24	18	181	47.187	2.5182	5
18220	Sainte-Solange	sainte-solange	24	18	181	47.1363	2.5502	5
18220	Azy	azy	24	18	181	47.1833	2.707	5
18220	Rians	rians	24	18	181	47.1787	2.6136	5
18220	Les Aix-d’Angillon	les-aix-d-angillon	24	18	181	47.1965	2.5651	5
18220	Morogues	morogues	24	18	181	47.2408	2.5985	5
18220	Saint-Céols	saint-ceols	24	18	181	47.222	2.6305	5
18220	Brécy	brecy	24	18	181	47.124	2.62	5
18220	Aubinges	aubinges	24	18	181	47.2224	2.5822	5
18230	Saint-Doulchard	saint-doulchard	24	18	181	47.1037	2.352	5
18240	Sury-près-Léré	sury-pres-lere	24	18	181	47.4847	2.8674	5
18240	Boulleret	boulleret	24	18	181	47.4242	2.8734	5
18240	Sainte-Gemme-en-Sancerrois	sainte-gemme-en-sancerrois	24	18	181	47.4	2.8167	5
18240	Santranges	santranges	24	18	181	47.4992	2.7712	5
18240	Savigny-en-Sancerre	savigny-en-sancerre	24	18	181	47.4414	2.8095	5
18240	Léré	lere	24	18	181	47.4687	2.8698	5
18240	Belleville-sur-Loire	belleville-sur-loire	24	18	181	47.5	2.85	5
18250	Neuilly-en-Sancerre	neuilly-en-sancerre	24	18	181	47.303	2.6871	5
18250	Humbligny	humbligny	24	18	181	47.2542	2.6608	5
18250	Achères	acheres	24	18	181	47.2791	2.45	5
18250	La Chapelotte	la-chapelotte	24	18	181	47.3531	2.5908	5
18250	Henrichemont	henrichemont	24	18	181	47.3033	2.5246	5
18250	Montigny	montigny	24	18	181	47.2397	2.683	5
18250	Neuvy-Deux-Clochers	neuvy-deux-clochers	24	18	181	47.2785	2.7004	5
18260	Le Noyer	le-noyer	24	18	181	47.3841	2.6806	5
18260	Thou	thou	24	18	181	47.4267	2.6602	5
18260	Dampierre-en-Crot	dampierre-en-crot	24	18	181	47.4604	2.5835	5
18260	Concressault	concressault	24	18	181	47.4899	2.5762	5
18260	Barlieu	barlieu	24	18	181	47.4879	2.6295	5
18260	Villegenon	villegenon	24	18	181	47.4271	2.6043	5
18260	Jars	jars	24	18	181	47.3955	2.6821	5
18260	Subligny	subligny	24	18	181	47.403	2.755	5
18260	Sury-ès-Bois	sury-es-bois	24	18	181	47.4646	2.7039	5
18260	Vailly-sur-Sauldre	vailly-sur-sauldre	24	18	181	47.4592	2.6499	5
18260	Assigny	assigny	24	18	181	47.4281	2.7551	5
18270	Culan	culan	24	18	182	46.5486	2.3496	5
18270	Sidiailles	sidiailles	24	18	182	46.5066	2.3197	5
18270	Reigny	reigny	24	18	182	46.5766	2.3527	5
18270	Saint-Maur	saint-maur	24	18	182	46.5805	2.299	5
18270	Saint-Christophe-le-Chaudry	saint-christophe-le-chaudry	24	18	182	46.5813	2.3689	5
18290	Saint-Ambroix	saint-ambroix	24	18	181	46.9318	2.1195	5
18290	Civray	civray	24	18	181	46.9665	2.1739	5
18290	Saugy	saugy	24	18	181	46.9702	2.1165	5
18290	Mareuil-sur-Arnon	mareuil-sur-arnon	24	18	181	46.8805	2.1605	5
18290	Chârost	charost	24	18	181	46.9939	2.1164	5
18290	Plou	plou	24	18	181	47.0324	2.1317	5
18290	Poisieux	poisieux	24	18	181	47.0296	2.0996	5
18300	Saint-Satur	saint-satur	24	18	181	47.3391	2.8373	5
18300	Bué	bue	24	18	181	47.3099	2.7924	5
18300	Ménétréol-sous-Sancerre	menetreol-sous-sancerre	24	18	181	47.3179	2.8559	5
18300	Couargues	couargues	24	18	181	47.2923	2.9146	5
18300	Thauvenay	thauvenay	24	18	181	47.3085	2.8633	5
18300	Vinon	vinon	24	18	181	47.2854	2.8239	5
18300	Sancerre	sancerre	24	18	181	47.3289	2.8345	5
18300	Menetou-Râtel	menetou-ratel	24	18	181	47.3515	2.7549	5
18300	Jalognes	jalognes	24	18	181	47.2352	2.7845	5
18300	Crézancy-en-Sancerre	crezancy-en-sancerre	24	18	181	47.3	2.75	5
18300	Saint-Bouize	saint-bouize	24	18	181	47.2856	2.8847	5
18300	Gardefort	gardefort	24	18	181	47.2686	2.8304	5
18300	Feux	feux	24	18	181	47.2301	2.8591	5
18300	Sury-en-Vaux	sury-en-vaux	24	18	181	47.368	2.8042	5
18300	Veaugues	veaugues	24	18	181	47.2574	2.7569	5
18300	Bannay	bannay	24	18	181	47.3879	2.8838	5
18300	Verdigny	verdigny	24	18	181	47.3466	2.8081	5
18300	Sens-Beaujeu	sens-beaujeu	24	18	181	47.3269	2.7087	5
18310	Dampierre-en-Graçay	dampierre-en-gracay	24	18	183	47.18	1.9431	5
18310	Saint-Outrille	saint-outrille	24	18	183	47.1438	1.8408	5
18310	Genouilly	genouilly	24	18	183	47.1911	1.8864	5
18310	Nohant-en-Graçay	nohant-en-gracay	24	18	183	47.1369	1.8936	5
18310	Graçay	gracay	24	18	183	47.1437	1.8473	5
18320	Beffes	beffes	24	18	181	47.0944	3.0087	5
18320	Marseilles-lès-Aubigny	marseilles-les-aubigny	24	18	181	47.0667	3.0118	5
18320	Jouet-sur-l'Aubois	jouet-sur-l-aubois	24	18	182	47.0456	2.9873	5
18320	Saint-Hilaire-de-Gondilly	saint-hilaire-de-gondilly	24	18	182	47.049	2.8868	5
18320	Menetou-Couture	menetou-couture	24	18	182	47.0453	2.9137	5
18320	Cours-les-Barres	cours-les-barres	24	18	182	47.0251	3.0317	5
18320	Torteron	torteron	24	18	182	47.0228	2.9661	5
18330	Saint-Laurent	saint-laurent	24	18	183	47.2254	2.202	5
18330	Vouzeron	vouzeron	24	18	183	47.26	2.222	5
18330	Neuvy-sur-Barangeon	neuvy-sur-barangeon	24	18	183	47.315	2.2534	5
18330	Nançay	nancay	24	18	183	47.3501	2.1929	5
18340	Saint-Germain-des-Bois	saint-germain-des-bois	24	18	182	46.9124	2.4452	5
18340	Annoix	annoix	24	18	181	46.9583	2.5367	5
18340	Senneçay	sennecay	24	18	181	46.9512	2.4367	5
18340	Vorly	vorly	24	18	181	46.9455	2.4653	5
18340	Saint-Just	saint-just	24	18	181	46.9938	2.5082	5
18340	Sainte-Lunaise	sainte-lunaise	24	18	182	46.9201	2.3494	5
18340	Soye-en-Septaine	soye-en-septaine	24	18	181	47.0271	2.4887	5
18340	Crosses	crosses	24	18	181	47.0105	2.5821	5
18340	Lapan	lapan	24	18	181	46.923	2.2993	5
18340	Levet	levet	24	18	181	46.9261	2.4073	5
18340	Arçay	arcay	24	18	181	46.9488	2.3399	5
18340	Plaimpied-Givaudins	plaimpied-givaudins	24	18	181	46.998	2.4543	5
18340	Lissay-Lochy	lissay-lochy	24	18	181	46.9725	2.4102	5
18350	Lugny-Bourbonnais	lugny-bourbonnais	24	18	182	46.9317	2.7049	5
18350	Tendron	tendron	24	18	182	46.9731	2.8437	5
18350	Charly	charly	24	18	182	46.8994	2.7482	5
18350	Mornay-Berry	mornay-berry	24	18	182	47.0491	2.8709	5
18350	Ourouer-les-Bourdelins	ourouer-les-bourdelins	24	18	182	46.9167	2.8167	5
18350	Croisy	croisy	24	18	182	46.9385	2.8094	5
18350	Chaumont	chaumont	24	18	182	46.8453	2.7534	5
18350	Saint-Hilaire-de-Gondilly	saint-hilaire-de-gondilly	24	18	182	47.0494	2.8861	5
18350	Cornusse	cornusse	24	18	182	46.9546	2.7308	5
18350	Ignol	ignol	24	18	182	46.9666	2.8459	5
18350	Flavigny	flavigny	24	18	182	46.9683	2.8003	5
18350	Blet	blet	24	18	182	46.8948	2.7321	5
18350	Nérondes	nerondes	24	18	182	46.9976	2.8183	5
18360	Saulzais-le-Potier	saulzais-le-potier	24	18	182	46.5992	2.4964	5
18360	Saint-Vitte	saint-vitte	24	18	182	46.5468	2.5339	5
18360	Vesdun	vesdun	24	18	182	46.5393	2.4288	5
18360	La Celette	la-celette	24	18	182	46.6516	2.5216	5
18360	Épineuil-le-Fleuriel	epineuil-le-fleuriel	24	18	182	46.5588	2.5831	5
18360	Faverdines	faverdines	24	18	182	46.6433	2.4705	5
18370	Châteaumeillant	chateaumeillant	24	18	182	46.5622	2.1951	5
18370	Saint-Priest-la-Marche	saint-priest-la-marche	24	18	182	46.4494	2.1762	5
18370	Beddes	beddes	24	18	182	46.6059	2.2145	5
18370	Saint-Jeanvrin	saint-jeanvrin	24	18	182	46.5957	2.2338	5
18370	Préveranges	preveranges	24	18	182	46.4329	2.2549	5
18370	Saint-Saturnin	saint-saturnin	24	18	182	46.5078	2.2372	5
18380	Presly	presly	24	18	183	47.3875	2.3589	5
18380	La Chapelle-d’Angillon	la-chapelle-d-angillon	24	18	183	47.3629	2.4328	5
18380	Ivoy-le-Pré	ivoy-le-pre	24	18	183	47.3448	2.4861	5
18380	Méry-ès-Bois	mery-es-bois	24	18	183	47.3146	2.3629	5
18380	Ennordres	ennordres	24	18	183	47.43	2.383	5
18390	Saint-Germain-du-Puy	saint-germain-du-puy	24	18	181	47.1	2.4833	5
18390	Nohant-en-Goût	nohant-en-gout	24	18	181	47.099	2.5703	5
18390	Osmoy	osmoy	24	18	181	47.0728	2.5227	5
18390	Moulins-sur-Yèvre	moulins-sur-yevre	24	18	181	47.0834	2.5177	5
18390	Saint-Michel-de-Volangis	saint-michel-de-volangis	24	18	181	47.1482	2.4888	5
18390	Savigny-en-Septaine	savigny-en-septaine	24	18	181	47.044	2.5599	5
18400	Villeneuve-sur-Cher	villeneuve-sur-cher	24	18	181	47.029	2.2234	5
18400	Lunery	lunery	24	18	181	46.9357	2.269	5
18400	Saint-Caprais	saint-caprais	24	18	181	46.9684	2.2933	5
18400	Saint-Florent-sur-Cher	saint-florent-sur-cher	24	18	181	46.9955	2.2508	5
18400	Primelles	primelles	24	18	181	46.9033	2.2127	5
18410	Argent-sur-Sauldre	argent-sur-sauldre	24	18	183	47.5585	2.4441	5
18410	Clémont	clemont	24	18	183	47.568	2.3059	5
18410	Brinon-sur-Sauldre	brinon-sur-sauldre	24	18	183	47.566	2.2565	5
18410	Blancafort	blancafort	24	18	183	47.5322	2.5298	5
18500	Foëcy	foecy	24	18	183	47.1762	2.1626	5
18500	Berry-Bouy	berry-bouy	24	18	183	47.1098	2.2889	5
18500	Allouis	allouis	24	18	183	47.1653	2.2275	5
18500	Vignoux-sur-Barangeon	vignoux-sur-barangeon	24	18	183	47.2007	2.1726	5
18500	Marmagne	marmagne	24	18	181	47.1	2.2833	5
18500	Sainte-Thorette	sainte-thorette	24	18	183	47.0816	2.1988	5
18500	Mehun-sur-Yèvre	mehun-sur-yevre	24	18	183	47.1378	2.2111	5
18510	Menetou-Salon	menetou-salon	24	18	181	47.2317	2.4872	5
18520	Bengy-sur-Craon	bengy-sur-craon	24	18	181	47.0011	2.7465	5
18520	Avord	avord	24	18	181	47.0351	2.653	5
18570	Le Subdray	le-subdray	24	18	181	47.0121	2.2948	5
18570	Trouy	trouy	24	18	181	47.0115	2.3602	5
18570	Morthomiers	morthomiers	24	18	181	47.0374	2.2746	5
18570	La Chapelle-Saint-Ursin	la-chapelle-saint-ursin	24	18	181	47.0625	2.3245	5
18600	Augy-sur-Aubois	augy-sur-aubois	24	18	182	46.7845	2.8446	5
18600	Vereaux	vereaux	24	18	182	46.8797	2.8787	5
18600	Saint-Aignan-des-Noyers	saint-aignan-des-noyers	24	18	182	46.7653	2.8162	5
18600	Sagonne	sagonne	24	18	182	46.8505	2.8252	5
18600	Neuvy-le-Barrois	neuvy-le-barrois	24	18	182	46.8651	3.0377	5
18600	Neuilly-en-Dun	neuilly-en-dun	24	18	182	46.7988	2.7808	5
18600	Grossouvre	grossouvre	24	18	182	46.8798	2.9362	5
18600	Sancoins	sancoins	24	18	182	46.8331	2.9224	5
18600	Givardon	givardon	24	18	182	46.8403	2.818	5
18600	Mornay-sur-Allier	mornay-sur-allier	24	18	182	46.8211	3.0308	5
18700	Sainte-Montaine	sainte-montaine	24	18	183	47.4902	2.3197	5
18700	Aubigny-sur-Nère	aubigny-sur-nere	24	18	183	47.4882	2.4389	5
18700	Oizon	oizon	24	18	183	47.476	2.5133	5
18700	Ménétréol-sur-Sauldre	menetreol-sur-sauldre	24	18	183	47.4483	2.3072	5
18800	Gron	gron	24	18	181	47.1211	2.7411	5
18800	Baugy	baugy	24	18	181	47.0818	2.7285	5
18800	Saligny-le-Vif	saligny-le-vif	24	18	181	47.0455	2.7668	5
18800	Chassy	chassy	24	18	181	47.042	2.8363	5
18800	Villabon	villabon	24	18	181	47.0964	2.6747	5
18800	Villequiers	villequiers	24	18	181	47.0706	2.804	5
18800	Laverdines	laverdines	24	18	181	47.0343	2.7875	5
18800	Farges-en-Septaine	farges-en-septaine	24	18	181	47.0737	2.6503	5
18800	Étréchy	etrechy	24	18	181	47.1617	2.7248	5
18910 CEDEX 9	Bourges	bourges	24	18	181	47.0833	2.4	5
18911 CEDEX 9	Bourges	bourges	24	18	181	47.0833	2.4	5
18920 CEDEX 9	Bourges	bourges	24	18	181	47.0833	2.4	5
18922 CEDEX 9	Bourges	bourges	24	18	181	47.0833	2.4	5
18923 CEDEX 9	Bourges	bourges	24	18	181	47.0833	2.4	5
18924 CEDEX 9	Bourges	bourges	24	18	181	47.0833	2.4	5
18934 CEDEX 9	Bourges	bourges	24	18	181	47.0833	2.4	5
18935 CEDEX 9	Bourges	bourges	24	18	181	47.0833	2.4	5
18939 CEDEX 9	Bourges	bourges	24	18	181	47.0833	2.4	5
18940 CEDEX 9	Bourges	bourges	24	18	181	47.0833	2.4	5
18941 CEDEX 9	Bourges	bourges	24	18	181	47.0833	2.4	5
18945 CEDEX 9	Bourges	bourges	24	18	181	47.0833	2.4	5
18998 CEDEX	Avord	avord	24	18	181	47.0351	2.653	5
28000	Chartres	chartres	24	28	281	48.4469	1.4892	5
28001 CEDEX	Chartres	chartres	24	28	281	48.4469	1.4892	5
28002 CEDEX	Chartres	chartres	24	28	281	48.4469	1.4892	5
28003 CEDEX	Chartres	chartres	24	28	281	48.4469	1.4892	5
28004 CEDEX	Chartres	chartres	24	28	281	48.4469	1.4892	5
28005 CEDEX	Chartres	chartres	24	28	281	48.4469	1.4892	5
28006 CEDEX	Chartres	chartres	24	28	281	48.4469	1.4892	5
28007 CEDEX	Chartres	chartres	24	28	281	48.4469	1.4892	5
28008 CEDEX	Chartres	chartres	24	28	281	48.4469	1.4892	5
28009 CEDEX	Chartres	chartres	24	28	281	48.4469	1.4892	5
28011 CEDEX	Chartres	chartres	24	28	281	48.4469	1.4892	5
28018 CEDEX	Chartres	chartres	24	28	281	48.4469	1.4892	5
28019 CEDEX	Chartres	chartres	24	28	281	48.4469	1.4892	5
28023 CEDEX	Chartres	chartres	24	28	281	48.4469	1.4892	5
28024 CEDEX	Chartres	chartres	24	28	281	48.4469	1.4892	5
28025 CEDEX	Chartres	chartres	24	28	281	48.4469	1.4892	5
28026 CEDEX	Chartres	chartres	24	28	281	48.4469	1.4892	5
28029 CEDEX	Chartres	chartres	24	28	281	48.4469	1.4892	5
28033 CEDEX	Chartres	chartres	24	28	281	48.4469	1.4892	5
28034 CEDEX	Chartres	chartres	24	28	281	48.4469	1.4892	5
28035 CEDEX	Chartres	chartres	24	28	281	48.4469	1.4892	5
28036 CEDEX	Chartres	chartres	24	28	281	48.4469	1.4892	5
28037 CEDEX	Chartres	chartres	24	28	281	48.4469	1.4892	5
28038 CEDEX	Chartres	chartres	24	28	281	48.4469	1.4892	5
28039 CEDEX	Chartres	chartres	24	28	281	48.4469	1.4892	5
28040 CEDEX	Chartres	chartres	24	28	281	48.4469	1.4892	5
28044 CEDEX 9	Chartres	chartres	24	28	281	48.4469	1.4892	5
28080 CEDEX	Chartres	chartres	24	28	281	48.4469	1.4892	5
28088 CEDEX	Chartres	chartres	24	28	281	48.4469	1.4892	5
28100	Dreux	dreux	24	28	283	48.7333	1.3667	5
28101 CEDEX	Dreux	dreux	24	28	283	48.7333	1.3667	5
28102 CEDEX	Dreux	dreux	24	28	283	48.7333	1.3667	5
28103 CEDEX	Dreux	dreux	24	28	283	48.7333	1.3667	5
28104 CEDEX	Dreux	dreux	24	28	283	48.7333	1.3667	5
28105 CEDEX	Dreux	dreux	24	28	283	48.7333	1.3667	5
28106 CEDEX	Dreux	dreux	24	28	283	48.7333	1.3667	5
28108 CEDEX	Dreux	dreux	24	28	283	48.7333	1.3667	5
28109 CEDEX	Dreux	dreux	24	28	283	48.7333	1.3667	5
28110	Lucé	luce	24	28	281	48.4369	1.4636	5
28111 CEDEX	Lucé	luce	24	28	281	48.4369	1.4636	5
28112 CEDEX	Lucé	luce	24	28	281	48.4369	1.4636	5
28113 CEDEX	Lucé	luce	24	28	281	48.4369	1.4636	5
28114 CEDEX	Lucé	luce	24	28	281	48.4369	1.4636	5
28119 CEDEX	Lucé	luce	24	28	281	48.4369	1.4636	5
28120	Montigny-le-Chartif	montigny-le-chartif	24	28	284	48.2863	1.1539	5
28120	Nogent-sur-Eure	nogent-sur-eure	24	28	281	48.3897	1.3631	5
28120	Les Châtelliers-Notre-Dame	les-chatelliers-notre-dame	24	28	281	48.3473	1.2037	5
28120	Ermenonville-la-Petite	ermenonville-la-petite	24	28	281	48.296	1.3516	5
28120	Chauffours	chauffours	24	28	281	48.3953	1.3464	5
28120	Bailleau-le-Pin	bailleau-le-pin	24	28	281	48.367	1.3295	5
28120	Nonvilliers-Grandhoux	nonvilliers-grandhoux	24	28	284	48.343	1.1728	5
28120	Ermenonville-la-Grande	ermenonville-la-grande	24	28	281	48.336	1.3829	5
28120	Ollé	olle	24	28	281	48.3889	1.2969	5
28120	Charonville	charonville	24	28	281	48.2809	1.3041	5
28120	Saint-Avit-les-Guespières	saint-avit-les-guespieres	24	28	282	48.2707	1.271	5
28120	Illiers-Combray	illiers-combray	24	28	281	48.3	1.25	5
28120	Blandainville	blandainville	24	28	281	48.3088	1.2906	5
28120	Meslay-le-Grenet	meslay-le-grenet	24	28	281	48.3671	1.3814	5
28120	Sandarville	sandarville	24	28	281	48.3479	1.3511	5
28120	Cernay	cernay	24	28	281	48.3836	1.2376	5
28120	Méréglise	mereglise	24	28	281	48.2895	1.185	5
28120	Vieuvicq	vieuvicq	24	28	282	48.264	1.2134	5
28120	Épeautrolles	epeautrolles	24	28	281	48.3104	1.3273	5
28120	Marchéville	marcheville	24	28	281	48.3674	1.2524	5
28120	Saint-Éman	saint-eman	24	28	281	48.3218	1.2186	5
28120	Magny	magny	24	28	281	48.35	1.2614	5
28130	Villiers-le-Morhier	villiers-le-morhier	24	28	283	48.6202	1.5635	5
28130	Bouglainval	bouglainval	24	28	281	48.5631	1.5105	5
28130	Yermenonville	yermenonville	24	28	281	48.5571	1.62	5
28130	Chartainvilliers	chartainvilliers	24	28	281	48.5441	1.5542	5
28130	Mévoisins	mevoisins	24	28	281	48.5513	1.5934	5
28130	Soulaires	soulaires	24	28	281	48.517	1.5875	5
28130	Pierres	pierres	24	28	281	48.5921	1.5644	5
28130	Maintenon	maintenon	24	28	281	48.587	1.5785	5
28130	Hanches	hanches	24	28	281	48.6012	1.6514	5
28130	Houx	houx	24	28	281	48.5666	1.6183	5
28130	Saint-Piat	saint-piat	24	28	281	48.5467	1.5836	5
28130	Saint-Martin-de-Nigelles	saint-martin-de-nigelles	24	28	281	48.6123	1.6092	5
28131 CEDEX	Pierres	pierres	24	28	281	48.5921	1.5644	5
28132 CEDEX	Pierres	pierres	24	28	281	48.5921	1.5644	5
28133 CEDEX	Pierres	pierres	24	28	281	48.5921	1.5644	5
28140	Cormainville	cormainville	24	28	282	48.1374	1.6053	5
28140	Orgères-en-Beauce	orgeres-en-beauce	24	28	282	48.1464	1.6838	5
28140	Varize	varize	24	28	282	48.096	1.5153	5
28140	Courbehaye	courbehaye	24	28	282	48.1591	1.6091	5
28140	Tillay-le-Péneux	tillay-le-peneux	24	28	282	48.1608	1.774	5
28140	Bazoches-en-Dunois	bazoches-en-dunois	24	28	282	48.1043	1.5668	5
28140	Guillonville	guillonville	24	28	282	48.0909	1.6629	5
28140	Péronville	peronville	24	28	282	48.0669	1.5872	5
28140	Germignonville	germignonville	24	28	281	48.1933	1.7391	5
28140	Dambron	dambron	24	28	282	48.1137	1.8701	5
28140	Éole-en-Beauce	eole-en-beauce	24	28	281	48.2167	1.7025	5
28140	Terminiers	terminiers	24	28	282	48.0827	1.7411	5
28140	Poupry	poupry	24	28	282	48.0998	1.8371	5
28140	Fontenay-sur-Conie	fontenay-sur-conie	24	28	282	48.1651	1.6678	5
28140	Bazoches-les-Hautes	bazoches-les-hautes	24	28	282	48.1518	1.7996	5
28140	Nottonville	nottonville	24	28	282	48.1132	1.5068	5
28140	Baigneaux	baigneaux	24	28	282	48.1841	1.6087	5
28140	Lumeau	lumeau	24	28	282	48.1162	1.7879	5
28140	Loigny-la-Bataille	loigny-la-bataille	24	28	282	48.1232	1.734	5
28150	Villars	villars	24	28	281	48.2315	1.5493	5
28150	Villeau	villeau	24	28	281	48.2394	1.6017	5
28150	Louville-la-Chenard	louville-la-chenard	24	28	281	48.3254	1.7871	5
28150	Fains-la-Folie	fains-la-folie	24	28	281	48.2237	1.6388	5
28150	Ymonville	ymonville	24	28	281	48.2614	1.7512	5
28150	Montainville	montainville	24	28	281	48.2711	1.5451	5
28150	Ouarville	ouarville	24	28	281	48.3548	1.7741	5
28150	Villeneuve-Saint-Nicolas	villeneuve-saint-nicolas	24	28	281	48.2886	1.5664	5
28150	Moutiers	moutiers	24	28	281	48.2973	1.7761	5
28150	Voves	voves	24	28	281	48.2714	1.6258	5
28150	Réclainville	reclainville	24	28	281	48.3393	1.7478	5
28150	Les Villages Vovéens	les-villages-voveens	24	28	281	48.2719	1.6264	5
28150	Éole-en-Beauce	eole-en-beauce	24	28	281	48.2167	1.7025	5
28150	Prasville	prasville	24	28	281	48.2766	1.7095	5
28150	Pézy	pezy	24	28	281	48.318	1.5736	5
28150	Allonnes	allonnes	24	28	281	48.3306	1.6561	5
28150	Theuville	theuville	24	28	281	48.3353	1.6003	5
28150	Viabon	viabon	24	28	281	48.2167	1.7051	5
28150	Baignolet	baignolet	24	28	281	48.174	1.6222	5
28150	Rouvray-Saint-Florentin	rouvray-saint-florentin	24	28	281	48.2582	1.5663	5
28150	Boisville-la-Saint-Père	boisville-la-saint-pere	24	28	281	48.3289	1.6927	5
28150	Beauvilliers	beauvilliers	24	28	281	48.297	1.6561	5
28150	Boncé	bonce	24	28	281	48.3076	1.5039	5
28160	Moulhard	moulhard	24	28	284	48.2087	1.0439	5
28160	Frazé	fraze	24	28	284	48.2611	1.1003	5
28160	Bullou	bullou	24	28	282	48.2403	1.2504	5
28160	Unverre	unverre	24	28	282	48.1983	1.0921	5
28160	Yèvres	yevres	24	28	282	48.2108	1.1872	5
28160	Dampierre-sous-Brou	dampierre-sous-brou	24	28	282	48.214	1.1136	5
28160	Gohory	gohory	24	28	282	48.1662	1.2285	5
28160	Mézières-au-Perche	mezieres-au-perche	24	28	282	48.2505	1.2734	5
28160	Dangeau	dangeau	24	28	282	48.2083	1.286	5
28160	Mottereau	mottereau	24	28	282	48.2549	1.1765	5
28160	Brou	brou	24	28	282	48.2172	1.1654	5
28170	Châteauneuf-en-Thymerais	chateauneuf-en-thymerais	24	28	283	48.5811	1.2408	5
28170	Maillebois	maillebois	24	28	283	48.6303	1.1489	5
28170	Thimert-Gâtelles	thimert-gatelles	24	28	283	48.5667	1.25	5
28170	Saint-Sauveur-Marville	saint-sauveur-marville	24	28	283	48.6	1.2833	5
28170	Saint-Ange-et-Torçay	saint-ange-et-torcay	24	28	283	48.6503	1.2149	5
28170	Saint-Jean-de-Rebervilliers	saint-jean-de-rebervilliers	24	28	283	48.6115	1.2528	5
28170	Fontaine-les-Ribouts	fontaine-les-ribouts	24	28	283	48.6543	1.255	5
28170	Ardelles	ardelles	24	28	283	48.5453	1.1731	5
28170	Saint-Maixme-Hauterive	saint-maixme-hauterive	24	28	283	48.5882	1.1819	5
28170	Favières	favieres	24	28	283	48.531	1.2269	5
28170	Serazereux	serazereux	24	28	283	48.5977	1.4342	5
28170	Le Boullay-les-Deux-Églises	le-boullay-les-deux-eglises	24	28	283	48.6333	1.3333	5
28170	Puiseux	puiseux	24	28	283	48.6367	1.3754	5
28170	Tremblay-les-Villages	tremblay-les-villages	24	28	283	48.6	1.3833	5
28190	Mittainvilliers-Vérigny	mittainvilliers-verigny	24	28	281	48.4983	1.31	5
28190	Mittainvilliers	mittainvilliers	24	28	281	48.4983	1.31	5
28190	Fruncé	frunce	24	28	281	48.4044	1.2242	5
28190	Villebon	villebon	24	28	281	48.392	1.2078	5
28190	Orrouer	orrouer	24	28	281	48.4167	1.2833	5
28190	Saint-Georges-sur-Eure	saint-georges-sur-eure	24	28	281	48.4187	1.3546	5
28190	Dangers	dangers	24	28	281	48.5093	1.3508	5
28190	Chuisnes	chuisnes	24	28	281	48.4465	1.207	5
28190	Billancelles	billancelles	24	28	281	48.4868	1.2141	5
28190	Saint-Arnoult-des-Bois	saint-arnoult-des-bois	24	28	281	48.4917	1.2633	5
28190	Fontaine-la-Guyon	fontaine-la-guyon	24	28	281	48.4727	1.3142	5
28190	Pontgouin	pontgouin	24	28	281	48.4817	1.1601	5
28190	Courville-sur-Eure	courville-sur-eure	24	28	281	48.449	1.2409	5
28190	Le Favril	le-favril	24	28	281	48.4692	1.153	5
28190	Vérigny	verigny	24	28	281	48.5197	1.3231	5
28190	Saint-Germain-le-Gaillard	saint-germain-le-gaillard	24	28	281	48.4217	1.2594	5
28190	Saint-Luperce	saint-luperce	24	28	281	48.4357	1.3158	5
28190	Landelles	landelles	24	28	281	48.4675	1.1975	5
28200	Donnemain-Saint-Mamès	donnemain-saint-mames	24	28	282	48.1062	1.3692	5
28200	Lutz-en-Dunois	lutz-en-dunois	24	28	282	48.0599	1.4158	5
28200	Jallans	jallans	24	28	282	48.0745	1.3686	5
28200	Civry	civry	24	28	282	48.0911	1.4903	5
28200	Logron	logron	24	28	282	48.1469	1.2649	5
28200	Conie-Molitard	conie-molitard	24	28	282	48.1148	1.4437	5
28200	Lanneray	lanneray	24	28	282	48.0864	1.2414	5
28200	Saint-Denis-les-Ponts	saint-denis-les-ponts	24	28	282	48.0669	1.2976	5
28200	Ozoir-le-Breuil	ozoir-le-breuil	24	28	282	48.0136	1.4797	5
28200	Villampuy	villampuy	24	28	282	48.0372	1.5099	5
28200	La Chapelle-du-Noyer	la-chapelle-du-noyer	24	28	282	48.0319	1.3095	5
28200	Saint-Christophe	saint-christophe	24	28	282	48.127	1.3662	5
28200	Châteaudun	chateaudun	24	28	282	48.0833	1.3333	5
28200	Marboué	marboue	24	28	282	48.1138	1.3321	5
28200	Saint-Cloud-en-Dunois	saint-cloud-en-dunois	24	28	282	48.0333	1.4667	5
28200	Moléans	moleans	24	28	282	48.1178	1.389	5
28200	Thiville	thiville	24	28	282	48.026	1.3747	5
28201 CEDEX	Châteaudun	chateaudun	24	28	282	48.0833	1.3333	5
28202 CEDEX	Châteaudun	chateaudun	24	28	282	48.0833	1.3333	5
28203 CEDEX	Châteaudun	chateaudun	24	28	282	48.0833	1.3333	5
28205 CEDEX	Châteaudun	chateaudun	24	28	282	48.0833	1.3333	5
28207 CEDEX	Châteaudun	chateaudun	24	28	282	48.0833	1.3333	5
28209 CEDEX	Châteaudun	chateaudun	24	28	282	48.0833	1.3333	5
28210	Lormaye	lormaye	24	28	283	48.6493	1.5339	5
28210	Les Pinthières	les-pinthieres	24	28	283	48.702	1.5693	5
28210	Croisilles	croisilles	24	28	283	48.6915	1.5006	5
28210	Le Boullay-Thierry	le-boullay-thierry	24	28	283	48.6392	1.4299	5
28210	Bréchamps	brechamps	24	28	283	48.6724	1.5219	5
28210	Senantes	senantes	24	28	283	48.6667	1.5667	5
28210	Le Boullay-Mivoye	le-boullay-mivoye	24	28	283	48.6477	1.4042	5
28210	Coulombs	coulombs	24	28	283	48.6525	1.5465	5
28210	Ormoy	ormoy	24	28	283	48.6223	1.4744	5
28210	Saint-Laurent-la-Gâtine	saint-laurent-la-gatine	24	28	283	48.7015	1.5412	5
28210	Néron	neron	24	28	283	48.6018	1.5139	5
28210	Nogent-le-Roi	nogent-le-roi	24	28	283	48.6478	1.5293	5
28210	Saint-Lucien	saint-lucien	24	28	283	48.6476	1.6244	5
28210	Villemeux-sur-Eure	villemeux-sur-eure	24	28	283	48.6726	1.4647	5
28210	Faverolles	faverolles	24	28	283	48.6875	1.579	5
28210	Chaudon	chaudon	24	28	283	48.6628	1.4967	5
28211 CEDEX	Pierres	pierres	24	28	281	48.5921	1.5644	5
28220	Romilly-sur-Aigre	romilly-sur-aigre	24	28	282	47.9823	1.2828	5
28220	Cloyes-sur-le-Loir	cloyes-sur-le-loir	24	28	282	47.9973	1.2371	5
28220	Boisgasson	boisgasson	24	28	282	48.0491	1.1514	5
28220	Montigny-le-Gannelon	montigny-le-gannelon	24	28	282	48.0142	1.2335	5
28220	Douy	douy	24	28	282	48.0359	1.2683	5
28220	Langey	langey	24	28	282	48.045	1.1882	5
28220	Charray	charray	24	28	282	47.9709	1.3263	5
28220	La Ferté-Villeneuil	la-ferte-villeneuil	24	28	282	47.9832	1.3446	5
28220	Autheuil	autheuil	24	28	282	48.0076	1.2913	5
28220	Le Mée	le-mee	24	28	282	47.9857	1.4163	5
28220	Saint-Hilaire-sur-Yerre	saint-hilaire-sur-yerre	24	28	282	48.0273	1.2576	5
28230	Épernon	epernon	24	28	281	48.6103	1.6722	5
28230	Droue-sur-Drouette	droue-sur-drouette	24	28	281	48.6005	1.7011	5
28231 CEDEX	Épernon	epernon	24	28	281	48.6103	1.6722	5
28232 CEDEX	Épernon	epernon	24	28	281	48.6103	1.6722	5
28234 CEDEX	Épernon	epernon	24	28	281	48.6103	1.6722	5
28240	Champrond-en-Gâtine	champrond-en-gatine	24	28	284	48.4025	1.0753	5
28240	Saint-Denis-des-Puits	saint-denis-des-puits	24	28	281	48.3925	1.1742	5
28240	Le Thieulin	le-thieulin	24	28	284	48.4074	1.1332	5
28240	La Loupe	la-loupe	24	28	284	48.4732	1.0158	5
28240	Vaupillon	vaupillon	24	28	284	48.4602	0.9947	5
28240	Saint-Éliph	saint-eliph	24	28	284	48.4508	1.0255	5
28240	Friaize	friaize	24	28	284	48.4314	1.1345	5
28240	Manou	manou	24	28	284	48.5195	0.98	5
28240	Belhomert-Guéhouville	belhomert-guehouville	24	28	284	48.5053	1.0586	5
28240	Saint-Maurice-Saint-Germain	saint-maurice-saint-germain	24	28	284	48.4972	1.0777	5
28240	Les Corvées-les-Yys	les-corvees-les-yys	24	28	284	48.362	1.1397	5
28240	Montireau	montireau	24	28	284	48.4086	1.027	5
28240	Montlandon	montlandon	24	28	284	48.3925	1.0239	5
28240	Meaucé	meauce	24	28	284	48.4866	1.0032	5
28240	Saint-Victor-de-Buthon	saint-victor-de-buthon	24	28	284	48.4103	0.9683	5
28240	Fontaine-Simon	fontaine-simon	24	28	284	48.5042	1.0192	5
28250	Digny	digny	24	28	283	48.5363	1.1536	5
28250	Jaudrais	jaudrais	24	28	283	48.578	1.1275	5
28250	Senonches	senonches	24	28	283	48.56	1.0307	5
28250	Louvilliers-lès-Perche	louvilliers-les-perche	24	28	283	48.6225	1.0802	5
28250	Le Mesnil-Thomas	le-mesnil-thomas	24	28	283	48.5996	1.0961	5
28250	La Framboisière	la-framboisiere	24	28	283	48.5944	1.0139	5
28250	La Puisaye	la-puisaye	24	28	283	48.6083	0.9582	5
28250	La Saucelle	la-saucelle	24	28	283	48.6306	1.0288	5
28260	Gilles	gilles	24	28	283	48.9124	1.5148	5
28260	Oulins	oulins	24	28	283	48.8645	1.4704	5
28260	Guainville	guainville	24	28	283	48.9169	1.491	5
28260	La Chaussée-d’Ivry	la-chaussee-d-ivry	24	28	283	48.8824	1.4794	5
28260	Anet	anet	24	28	283	48.8564	1.4398	5
28260	Sorel-Moussel	sorel-moussel	24	28	283	48.8339	1.367	5
28260	Saussay	saussay	24	28	283	48.8557	1.4089	5
28260	Boncourt	boncourt	24	28	283	48.8461	1.4628	5
28260	Rouvres	rouvres	24	28	283	48.8398	1.4858	5
28260	Saint-Ouen-Marchefroy	saint-ouen-marchefroy	24	28	283	48.8462	1.5268	5
28260	Le Mesnil-Simon	le-mesnil-simon	24	28	283	48.8962	1.5376	5
28260	Berchères-sur-Vesgre	bercheres-sur-vesgre	24	28	283	48.8425	1.5441	5
28270	Les Châtelets	les-chatelets	24	28	283	48.6507	1.0118	5
28270	Laons	laons	24	28	283	48.7046	1.1767	5
28270	Bérou-la-Mulotière	berou-la-mulotiere	24	28	283	48.7456	1.0489	5
28270	Rueil-la-Gadelière	rueil-la-gadeliere	24	28	283	48.7196	0.9725	5
28270	Crucey-Villages	crucey-villages	24	28	283	48.6667	1.0833	5
28270	Saint-Lubin-de-Cravant	saint-lubin-de-cravant	24	28	283	48.7113	1.0892	5
28270	Brezolles	brezolles	24	28	283	48.6903	1.074	5
28270	Châtaincourt	chataincourt	24	28	283	48.6957	1.225	5
28270	Prudemanche	prudemanche	24	28	283	48.7159	1.1355	5
28270	Montigny-sur-Avre	montigny-sur-avre	24	28	283	48.7293	1.0214	5
28270	Escorpain	escorpain	24	28	283	48.7218	1.2087	5
28270	Fessanvilliers-Mattanvilliers	fessanvilliers-mattanvilliers	24	28	283	48.7123	1.0466	5
28270	La Mancelière	la-manceliere	24	28	283	48.6454	0.9794	5
28270	Revercourt	revercourt	24	28	283	48.7211	1.0844	5
28270	Beauche	beauche	24	28	283	48.6846	0.9658	5
28290	Saint-Pellerin	saint-pellerin	24	28	282	48.0701	1.141	5
28290	Courtalain	courtalain	24	28	282	48.0811	1.1407	5
28290	Chapelle-Royale	chapelle-royale	24	28	284	48.1449	1.0444	5
28290	Châtillon-en-Dunois	chatillon-en-dunois	24	28	282	48.1164	1.1859	5
28290	Arrou	arrou	24	28	282	48.0977	1.1285	5
28300	Bailleau-l’Évêque	bailleau-l-eveque	24	28	281	48.4896	1.3967	5
28300	Amilly	amilly	24	28	281	48.4433	1.3935	5
28300	Briconville	briconville	24	28	281	48.5279	1.3879	5
28300	Berchères-Saint-Germain	bercheres-saint-germain	24	28	281	48.5361	1.4795	5
28300	Lèves	leves	24	28	281	48.4707	1.4819	5
28300	Coltainville	coltainville	24	28	281	48.4875	1.5878	5
28300	Fresnay-le-Gilmert	fresnay-le-gilmert	24	28	281	48.5141	1.4183	5
28300	Jouy	jouy	24	28	281	48.51	1.545	5
28300	Saint-Prest	saint-prest	24	28	281	48.4911	1.5303	5
28300	Gasville-Oisème	gasville-oiseme	24	28	281	48.4697	1.5384	5
28300	Saint-Aubin-des-Bois	saint-aubin-des-bois	24	28	281	48.4655	1.3578	5
28300	Champhol	champhol	24	28	281	48.4681	1.5028	5
28300	Mainvilliers	mainvilliers	24	28	281	48.45	1.4561	5
28300	Poisvilliers	poisvilliers	24	28	281	48.5084	1.4689	5
28300	Clévilliers	clevilliers	24	28	281	48.5437	1.3861	5
28300	Challet	challet	24	28	281	48.5545	1.4346	5
28300	Cintray	cintray	24	28	281	48.4488	1.3661	5
28301 CEDEX	Mainvilliers	mainvilliers	24	28	281	48.45	1.4561	5
28302 CEDEX	Mainvilliers	mainvilliers	24	28	281	48.45	1.4561	5
28303 CEDEX	Mainvilliers	mainvilliers	24	28	281	48.45	1.4561	5
28304 CEDEX	Mainvilliers	mainvilliers	24	28	281	48.45	1.4561	5
28305 CEDEX	Mainvilliers	mainvilliers	24	28	281	48.45	1.4561	5
28309 CEDEX	Mainvilliers	mainvilliers	24	28	281	48.45	1.4561	5
28310	Poinville	poinville	24	28	281	48.1786	1.9012	5
28310	Santilly	santilly	24	28	281	48.1467	1.8717	5
28310	Intréville	intreville	24	28	281	48.297	1.9364	5
28310	Allaines-Mervilliers	allaines-mervilliers	24	28	281	48.2	1.8333	5
28310	Mérouville	merouville	24	28	281	48.2962	1.8979	5
28310	Guilleville	guilleville	24	28	281	48.225	1.8128	5
28310	Neuvy-en-Beauce	neuvy-en-beauce	24	28	281	48.2681	1.8775	5
28310	Fresnay-l’Évêque	fresnay-l-eveque	24	28	281	48.2665	1.8235	5
28310	Oinville-Saint-Liphard	oinville-saint-liphard	24	28	281	48.2346	1.9171	5
28310	Toury	toury	24	28	281	48.194	1.9348	5
28310	Le Puiset	le-puiset	24	28	281	48.209	1.8645	5
28310	Trancrainville	trancrainville	24	28	281	48.2386	1.8592	5
28310	Gommerville	gommerville	24	28	281	48.3458	1.9449	5
28310	Gouillons	gouillons	24	28	281	48.3438	1.8396	5
28310	Barmainville	barmainville	24	28	281	48.2647	1.9654	5
28310	Baudreville	baudreville	24	28	281	48.3326	1.9043	5
28310	Janville	janville	24	28	281	48.2028	1.8802	5
28310	Levesville-la-Chenard	levesville-la-chenard	24	28	281	48.3021	1.8251	5
28310	Rouvray-Saint-Denis	rouvray-saint-denis	24	28	281	48.278	1.9436	5
28320	Gallardon	gallardon	24	28	281	48.5262	1.6931	5
28320	Gas	gas	24	28	281	48.5667	1.6667	5
28320	Écrosnes	ecrosnes	24	28	281	48.5464	1.7291	5
28320	Ymeray	ymeray	24	28	281	48.51	1.7003	5
28320	Bailleau-Armenonville	bailleau-armenonville	24	28	281	48.5333	1.65	5
28330	Les Autels-Villevillon	les-autels-villevillon	24	28	284	48.1728	0.9976	5
28330	Béthonvilliers	bethonvilliers	24	28	284	48.221	0.9094	5
28330	Les Étilleux	les-etilleux	24	28	284	48.2322	0.8192	5
28330	Authon-du-Perche	authon-du-perche	24	28	284	48.1962	0.8919	5
28330	Charbonnières	charbonnieres	24	28	284	48.1904	0.9524	5
28330	Soizé	soize	24	28	284	48.1653	0.8888	5
28330	Coudray-au-Perche	coudray-au-perche	24	28	284	48.232	0.8563	5
28330	La Bazoche-Gouet	la-bazoche-gouet	24	28	284	48.1399	0.9816	5
28330	Chapelle-Guillaume	chapelle-guillaume	24	28	284	48.1138	0.9072	5
28330	Saint-Bomer	saint-bomer	24	28	284	48.1957	0.8278	5
28340	Les Ressuintes	les-ressuintes	24	28	283	48.5951	0.9386	5
28340	Rohaire	rohaire	24	28	283	48.6699	0.8503	5
28340	Morvilliers	morvilliers	24	28	283	48.6446	0.9384	5
28340	La Chapelle-Fortin	la-chapelle-fortin	24	28	283	48.6458	0.8637	5
28340	Boissy-lès-Perche	boissy-les-perche	24	28	283	48.6852	0.8893	5
28340	Lamblore	lamblore	24	28	283	48.6251	0.9182	5
28340	La Ferté-Vidame	la-ferte-vidame	24	28	283	48.6116	0.9013	5
28350	Saint-Lubin-des-Joncherets	saint-lubin-des-joncherets	24	28	283	48.7667	1.2167	5
28350	Dampierre-sur-Avre	dampierre-sur-avre	24	28	283	48.7625	1.1493	5
28360	Vitray-en-Beauce	vitray-en-beauce	24	28	282	48.276	1.4208	5
28360	Luplanté	luplante	24	28	281	48.3003	1.3991	5
28360	Theuville	theuville	24	28	281	48.3356	1.5998	5
28360	La Bourdinière-Saint-Loup	la-bourdiniere-saint-loup	24	28	281	48.3167	1.4333	5
28360	Dammarie	dammarie	24	28	281	48.3431	1.4944	5
28360	Fresnay-le-Comte	fresnay-le-comte	24	28	281	48.3023	1.4769	5
28360	Meslay-le-Vidame	meslay-le-vidame	24	28	282	48.2801	1.4597	5
28360	Prunay-le-Gillon	prunay-le-gillon	24	28	281	48.364	1.6355	5
28380	Saint-Rémy-sur-Avre	saint-remy-sur-avre	24	28	283	48.7614	1.2453	5
28400	Souancé-au-Perche	souance-au-perche	24	28	284	48.267	0.8553	5
28400	Saint-Jean-Pierre-Fixte	saint-jean-pierre-fixte	24	28	284	48.2907	0.8312	5
28400	Brunelles	brunelles	24	28	284	48.3242	0.8934	5
28400	La Gaudaine	la-gaudaine	24	28	284	48.3023	0.9284	5
28400	Coudreceau	coudreceau	24	28	284	48.3468	0.9204	5
28400	Margon	margon	24	28	284	48.3357	0.8345	5
28400	Marolles-les-Buis	marolles-les-buis	24	28	284	48.3615	0.9274	5
28400	Nogent-le-Rotrou	nogent-le-rotrou	24	28	284	48.3167	0.8333	5
28400	Trizay-Coutretot-Saint-Serge	trizay-coutretot-saint-serge	24	28	284	48.2924	0.8667	5
28400	Champrond-en-Perchet	champrond-en-perchet	24	28	284	48.3167	0.8667	5
28401 CEDEX	Nogent-le-Rotrou	nogent-le-rotrou	24	28	284	48.3167	0.8333	5
28402 CEDEX	Nogent-le-Rotrou	nogent-le-rotrou	24	28	284	48.3167	0.8333	5
28403 CEDEX	Nogent-le-Rotrou	nogent-le-rotrou	24	28	284	48.3167	0.8333	5
28404 CEDEX	Nogent-le-Rotrou	nogent-le-rotrou	24	28	284	48.3167	0.8333	5
28409 CEDEX	Nogent-le-Rotrou	nogent-le-rotrou	24	28	284	48.3167	0.8333	5
28410	Serville	serville	24	28	283	48.769	1.4859	5
28410	Havelu	havelu	24	28	283	48.7876	1.5351	5
28410	Marchezais	marchezais	24	28	283	48.7719	1.5093	5
28410	Goussainville	goussainville	24	28	283	48.7767	1.5554	5
28410	Bû	bu	24	28	283	48.797	1.497	5
28410	Boutigny-Prouais	boutigny-prouais	24	28	283	48.75	1.5833	5
28410	Saint-Lubin-de-la-Haye	saint-lubin-de-la-haye	24	28	283	48.8188	1.5722	5
28410	Abondant	abondant	24	28	283	48.7859	1.4401	5
28410	Broué	broue	24	28	283	48.7487	1.5235	5
28410	Champagne	champagne	24	28	283	48.7642	1.5683	5
28480	Miermaigne	miermaigne	24	28	284	48.2466	0.9918	5
28480	Combres	combres	24	28	284	48.3251	1.0631	5
28480	Thiron Gardais	thiron-gardais	24	28	284	48.3167	0.9833	5
28480	Vichères	vicheres	24	28	284	48.2688	0.9125	5
28480	Argenvilliers	argenvilliers	24	28	284	48.2603	0.9578	5
28480	Luigny	luigny	24	28	284	48.2405	1.0247	5
28480	Chassant	chassant	24	28	284	48.2953	1.0639	5
28480	Frétigny	fretigny	24	28	284	48.3732	0.97	5
28480	Happonvilliers	happonvilliers	24	28	284	48.3249	1.1122	5
28480	La Croix-du-Perche	la-croix-du-perche	24	28	284	48.2746	1.0497	5
28480	Saint-Denis-d’Authou	saint-denis-d-authou	24	28	284	48.3449	0.9856	5
28480	Beaumont-les-Autels	beaumont-les-autels	24	28	284	48.2579	0.9594	5
28481 CEDEX	Thiron Gardais	thiron-gardais	24	28	284	48.3167	0.9833	5
28489 CEDEX	Thiron Gardais	thiron-gardais	24	28	284	48.3167	0.9833	5
28500	Garnay	garnay	24	28	283	48.7049	1.3371	5
28500	Louvilliers-en-Drouais	louvilliers-en-drouais	24	28	283	48.7323	1.2843	5
28500	Cherisy	cherisy	24	28	283	48.75	1.4333	5
28500	Allainville	allainville	24	28	283	48.7223	1.3024	5
28500	Boissy-en-Drouais	boissy-en-drouais	24	28	283	48.7289	1.2628	5
28500	Sainte-Gemme-Moronval	sainte-gemme-moronval	24	28	283	48.7384	1.4145	5
28500	Luray	luray	24	28	283	48.7204	1.3989	5
28500	Mézières-en-Drouais	mezieres-en-drouais	24	28	283	48.7241	1.4244	5
28500	Ouerre	ouerre	24	28	283	48.7007	1.4655	5
28500	Vernouillet	vernouillet	24	28	283	48.7209	1.3695	5
28500	Montreuil	montreuil	24	28	283	48.7774	1.3697	5
28500	Germainville	germainville	24	28	283	48.7418	1.4822	5
28500	Saulnières	saulnieres	24	28	283	48.6595	1.272	5
28500	La Chapelle-Forainvilliers	la-chapelle-forainvilliers	24	28	283	48.7295	1.5016	5
28500	Garancières-en-Drouais	garancieres-en-drouais	24	28	283	48.7015	1.2851	5
28500	Vert-en-Drouais	vert-en-drouais	24	28	283	48.7603	1.2946	5
28500	Crécy-Couvé	crecy-couve	24	28	283	48.6711	1.2827	5
28500	Marville-Moutiers-Brûlé	marville-moutiers-brule	24	28	283	48.6667	1.4	5
28500	Écluzelles	ecluzelles	24	28	283	48.7099	1.4246	5
28500	Charpont	charpont	24	28	283	48.6991	1.4361	5
28500	Aunay-sous-Crécy	aunay-sous-crecy	24	28	283	48.6696	1.3029	5
28500	Tréon	treon	24	28	283	48.6771	1.3267	5
28501 CEDEX	Vernouillet	vernouillet	24	28	283	48.7209	1.3695	5
28600	Luisant	luisant	24	28	281	48.4295	1.4738	5
28630	Morancez	morancez	24	28	281	48.4005	1.4939	5
28630	Nogent-le-Phaye	nogent-le-phaye	24	28	281	48.4453	1.5778	5
28630	Gellainville	gellainville	24	28	281	48.4087	1.5297	5
28630	Le Coudray	le-coudray	24	28	281	48.4211	1.5006	5
28630	Corancez	corancez	24	28	281	48.3667	1.5167	5
28630	Barjouville	barjouville	24	28	281	48.41	1.4764	5
28630	Sours	sours	24	28	281	48.4104	1.5989	5
28630	Berchères-les-Pierres	bercheres-les-pierres	24	28	281	48.3852	1.5545	5
28630	Mignières	mignieres	24	28	281	48.3593	1.4253	5
28630	Thivars	thivars	24	28	281	48.3785	1.4515	5
28630	Fontenay-sur-Eure	fontenay-sur-eure	24	28	281	48.3957	1.4118	5
28630	Ver-lès-Chartres	ver-les-chartres	24	28	281	48.3833	1.4833	5
28631 CEDEX	Gellainville	gellainville	24	28	281	48.4087	1.5297	5
28632 CEDEX	Gellainville	gellainville	24	28	281	48.4087	1.5297	5
28633 CEDEX	Gellainville	gellainville	24	28	281	48.4087	1.5297	5
28636 CEDEX	Gellainville	gellainville	24	28	281	48.4087	1.5297	5
28637 CEDEX	Gellainville	gellainville	24	28	281	48.4087	1.5297	5
28639 CEDEX	Gellainville	gellainville	24	28	281	48.4087	1.5297	5
28700	Léthuin	lethuin	24	28	281	48.3687	1.8689	5
28700	Houville-la-Branche	houville-la-branche	24	28	281	48.4441	1.6411	5
28700	Morainville	morainville	24	28	281	48.3796	1.8278	5
28700	Voise	voise	24	28	281	48.3996	1.7078	5
28700	Denonville	denonville	24	28	281	48.391	1.8122	5
28700	Le Gué-de-Longroi	le-gue-de-longroi	24	28	281	48.5012	1.72	5
28700	Saint-Léger-des-Aubées	saint-leger-des-aubees	24	28	281	48.412	1.7395	5
28700	Aunay-sous-Auneau	aunay-sous-auneau	24	28	281	48.4414	1.8109	5
28700	Champseru	champseru	24	28	281	48.4919	1.6574	5
28700	Moinville-la-Jeulin	moinville-la-jeulin	24	28	281	48.3801	1.6989	5
28700	Oinville-sous-Auneau	oinville-sous-auneau	24	28	281	48.4662	1.7267	5
28700	Ardelu	ardelu	24	28	281	48.3543	1.9116	5
28700	Gommerville	gommerville	24	28	281	48.3453	1.9447	5
28700	Auneau-Bleury-Saint-Symphorien	auneau-bleury-saint-symphorien	24	28	281	48.4623	1.7738	5
28700	Roinville	roinville	24	28	281	48.4447	1.7494	5
28700	Auneau	auneau	24	28	281	48.4636	1.7726	5
28700	Orlu	orlu	24	28	281	48.3711	1.9189	5
28700	Béville-le-Comte	beville-le-comte	24	28	281	48.4356	1.7131	5
28700	Umpeau	umpeau	24	28	281	48.4771	1.673	5
28700	Bleury	bleury	24	28	281	48.5198	1.7483	5
28700	Francourville	francourville	24	28	281	48.4059	1.66	5
28700	La Chapelle-d’Aunainville	la-chapelle-d-aunainville	24	28	281	48.4248	1.8132	5
28700	Sainville	sainville	24	28	281	48.4148	1.8796	5
28700	Châtenay	chatenay	24	28	281	48.3588	1.8836	5
28700	Mondonville-Saint-Jean	mondonville-saint-jean	24	28	281	48.3638	1.8254	5
28700	Vierville	vierville	24	28	281	48.3849	1.9152	5
28700	Garancières-en-Beauce	garancieres-en-beauce	24	28	281	48.4365	1.9208	5
28700	Maisons	maisons	24	28	281	48.4087	1.8437	5
28700	Oysonville	oysonville	24	28	281	48.3936	1.9572	5
28700	Saint-Symphorien-le-Château	saint-symphorien-le-chateau	24	28	281	48.5172	1.7612	5
28700	Levainville	levainville	24	28	281	48.4938	1.7386	5
28700	Santeuil	santeuil	24	28	281	48.3876	1.7333	5
28701 CEDEX	Auneau	auneau	24	28	281	48.4636	1.7726	5
28702 CEDEX	Auneau	auneau	24	28	281	48.4636	1.7726	5
28703 CEDEX	Auneau	auneau	24	28	281	48.4636	1.7726	5
28707 CEDEX	Auneau	auneau	24	28	281	48.4636	1.7726	5
28709 CEDEX	Auneau	auneau	24	28	281	48.4636	1.7726	5
28800	Villiers-Saint-Orien	villiers-saint-orien	24	28	282	48.1326	1.4864	5
28800	Neuvy-en-Dunois	neuvy-en-dunois	24	28	282	48.2079	1.5388	5
28800	Bonneval	bonneval	24	28	282	48.1831	1.3852	5
28800	Pré-Saint-Évroult	pre-saint-evroult	24	28	282	48.1851	1.4675	5
28800	Saumeray	saumeray	24	28	282	48.2526	1.3164	5
28800	Sancheville	sancheville	24	28	282	48.1928	1.5778	5
28800	Bouville	bouville	24	28	282	48.2598	1.3758	5
28800	Dancy	dancy	24	28	282	48.1507	1.4639	5
28800	Trizay-lès-Bonneval	trizay-les-bonneval	24	28	282	48.1997	1.3354	5
28800	Bullainville	bullainville	24	28	282	48.1708	1.5098	5
28800	Le Gault-Saint-Denis	le-gault-saint-denis	24	28	282	48.2333	1.4833	5
28800	Montharville	montharville	24	28	282	48.1839	1.3303	5
28800	Flacey	flacey	24	28	282	48.1474	1.3506	5
28800	Pré-Saint-Martin	pre-saint-martin	24	28	282	48.2129	1.4665	5
28800	Montboissier	montboissier	24	28	282	48.2159	1.4001	5
28800	Saint-Maur-sur-le-Loir	saint-maur-sur-le-loir	24	28	282	48.1531	1.4197	5
28800	Moriers	moriers	24	28	282	48.217	1.4392	5
28800	Alluyes	alluyes	24	28	282	48.2296	1.3617	5
28901 CEDEX 9	Chartres	chartres	24	28	281	48.4469	1.4892	5
28910 CEDEX 9	Chartres	chartres	24	28	281	48.4469	1.4892	5
28920 CEDEX 9	Chartres	chartres	24	28	281	48.4469	1.4892	5
28930 CEDEX 9	Chartres	chartres	24	28	281	48.4469	1.4892	5
28931 CEDEX 9	Chartres	chartres	24	28	281	48.4469	1.4892	5
28932 CEDEX 9	Chartres	chartres	24	28	281	48.4469	1.4892	5
28933 CEDEX 9	Chartres	chartres	24	28	281	48.4469	1.4892	5
28935 CEDEX 9	Chartres	chartres	24	28	281	48.4469	1.4892	5
28944 CEDEX 9	Chartres	chartres	24	28	281	48.4469	1.4892	5
28950 CEDEX 9	Chartres	chartres	24	28	281	48.4469	1.4892	5
36000	Châteauroux	chateauroux	24	36	362	46.8125	1.6936	5
36001 CEDEX	Châteauroux	chateauroux	24	36	362	46.8125	1.6936	5
36002 CEDEX	Châteauroux	chateauroux	24	36	362	46.8125	1.6936	5
36003 CEDEX	Châteauroux	chateauroux	24	36	362	46.8125	1.6936	5
36004 CEDEX	Châteauroux	chateauroux	24	36	362	46.8125	1.6936	5
36005 CEDEX	Châteauroux	chateauroux	24	36	362	46.8125	1.6936	5
36006 CEDEX	Châteauroux	chateauroux	24	36	362	46.8125	1.6936	5
36007 CEDEX	Châteauroux	chateauroux	24	36	362	46.8125	1.6936	5
36008 CEDEX	Châteauroux	chateauroux	24	36	362	46.8125	1.6936	5
36009 CEDEX	Châteauroux	chateauroux	24	36	362	46.8125	1.6936	5
36010 CEDEX	Châteauroux	chateauroux	24	36	362	46.8125	1.6936	5
36011 CEDEX	Châteauroux	chateauroux	24	36	362	46.8125	1.6936	5
36012 CEDEX	Châteauroux	chateauroux	24	36	362	46.8125	1.6936	5
36013 CEDEX	Châteauroux	chateauroux	24	36	362	46.8125	1.6936	5
36014 CEDEX	Châteauroux	chateauroux	24	36	362	46.8125	1.6936	5
36015 CEDEX	Châteauroux	chateauroux	24	36	362	46.8125	1.6936	5
36016 CEDEX	Châteauroux	chateauroux	24	36	362	46.8125	1.6936	5
36017 CEDEX	Châteauroux	chateauroux	24	36	362	46.8125	1.6936	5
36018 CEDEX	Châteauroux	chateauroux	24	36	362	46.8125	1.6936	5
36019 CEDEX	Châteauroux	chateauroux	24	36	362	46.8125	1.6936	5
36020 CEDEX	Châteauroux	chateauroux	24	36	362	46.8125	1.6936	5
36021 CEDEX	Châteauroux	chateauroux	24	36	362	46.8125	1.6936	5
36022 CEDEX	Châteauroux	chateauroux	24	36	362	46.8125	1.6936	5
36023 CEDEX	Châteauroux	chateauroux	24	36	362	46.8125	1.6936	5
36024 CEDEX	Châteauroux	chateauroux	24	36	362	46.8125	1.6936	5
36025 CEDEX	Châteauroux	chateauroux	24	36	362	46.8125	1.6936	5
36026 CEDEX	Châteauroux	chateauroux	24	36	362	46.8125	1.6936	5
36027 CEDEX	Châteauroux	chateauroux	24	36	362	46.8125	1.6936	5
36028 CEDEX	Châteauroux	chateauroux	24	36	362	46.8125	1.6936	5
36029 CEDEX	Châteauroux	chateauroux	24	36	362	46.8125	1.6936	5
36032 CEDEX	Châteauroux	chateauroux	24	36	362	46.8125	1.6936	5
36033 CEDEX	Châteauroux	chateauroux	24	36	362	46.8125	1.6936	5
36100	Les Bordes	les-bordes	24	36	364	46.9811	1.9738	5
36100	Vouillon	vouillon	24	36	364	46.8221	1.9262	5
36100	Lizeray	lizeray	24	36	364	46.9667	1.9	5
36100	Brives	brives	24	36	364	46.8442	1.9462	5
36100	Meunet-Planches	meunet-planches	24	36	364	46.8375	1.9568	5
36100	Neuvy-Pailloux	neuvy-pailloux	24	36	364	46.8849	1.8615	5
36100	Chouday	chouday	24	36	364	46.9106	2.0647	5
36100	Condé	conde	24	36	364	46.8788	1.9865	5
36100	La Champenoise	la-champenoise	24	36	364	46.9403	1.8014	5
36100	Issoudun	issoudun	24	36	364	46.95	2	5
36100	Sainte-Fauste	sainte-fauste	24	36	364	46.8575	1.8649	5
36100	Ségry	segry	24	36	364	46.8909	2.0819	5
36100	Saint-Aubin	saint-aubin	24	36	364	46.8515	2.0246	5
36100	Thizay	thizay	24	36	364	46.8977	1.9107	5
36100	Saint-Valentin	saint-valentin	24	36	364	46.9516	1.8643	5
36100	Saint-Aoustrille	saint-aoustrille	24	36	364	46.9392	1.9212	5
36100	Saint-Georges-sur-Arnon	saint-georges-sur-arnon	24	36	364	46.999	2.0925	5
36101 CEDEX	Issoudun	issoudun	24	36	364	46.95	2	5
36102 CEDEX	Issoudun	issoudun	24	36	364	46.95	2	5
36103 CEDEX	Issoudun	issoudun	24	36	364	46.95	2	5
36104 CEDEX	Issoudun	issoudun	24	36	364	46.95	2	5
36105 CEDEX	Issoudun	issoudun	24	36	364	46.95	2	5
36107 CEDEX	Issoudun	issoudun	24	36	364	46.95	2	5
36109 CEDEX	Issoudun	issoudun	24	36	364	46.95	2	5
36110	Baudres	baudres	24	36	362	47.0578	1.5782	5
36110	Saint-Martin-de-Lamps	saint-martin-de-lamps	24	36	362	46.9898	1.525	5
36110	Vineuil	vineuil	24	36	362	46.9004	1.6354	5
36110	Bretagne	bretagne	24	36	362	47.0034	1.6813	5
36110	Rouvres-les-Bois	rouvres-les-bois	24	36	362	47.0724	1.6553	5
36110	Francillon	francillon	24	36	362	46.9833	1.55	5
36110	Bouges-le-Château	bouges-le-chateau	24	36	362	47.0333	1.6667	5
36110	Levroux	levroux	24	36	362	46.9786	1.6124	5
36110	Moulins-sur-Céphons	moulins-sur-cephons	24	36	362	47.0104	1.5595	5
36110	Brion	brion	24	36	362	46.957	1.7276	5
36110	Saint-Pierre-de-Lamps	saint-pierre-de-lamps	24	36	362	46.9712	1.513	5
36110	Villegongis	villegongis	24	36	362	46.9131	1.5956	5
36120	Sassierges-Saint-Germain	sassierges-saint-germain	24	36	362	46.7688	1.8933	5
36120	Mâron	maron	24	36	362	46.8082	1.8634	5
36120	Bommiers	bommiers	24	36	364	46.795	1.9848	5
36120	Jeu-les-Bois	jeu-les-bois	24	36	362	46.6732	1.7946	5
36120	Ambrault	ambrault	24	36	364	46.7837	1.959	5
36120	Pruniers	pruniers	24	36	364	46.7891	2.0506	5
36120	Étrechet	etrechet	24	36	362	46.7794	1.784	5
36120	Ardentes	ardentes	24	36	362	46.7419	1.8343	5
36120	Saint-Août	saint-aout	24	36	363	46.7314	1.9653	5
36130	Montierchaume	montierchaume	24	36	362	46.8636	1.7718	5
36130	Diors	diors	24	36	362	46.8275	1.8282	5
36130	Coings	coings	24	36	362	46.8863	1.7151	5
36130	Déols	deols	24	36	362	46.8293	1.7043	5
36131 CEDEX	Déols	deols	24	36	362	46.8293	1.7043	5
36140	Crevant	crevant	24	36	363	46.4879	1.9454	5
36140	Lourdoueix-Saint-Michel	lourdoueix-saint-michel	24	36	363	46.426	1.7292	5
36140	La Buxerette	la-buxerette	24	36	363	46.4951	1.8025	5
36140	Aigurande	aigurande	24	36	363	46.434	1.8303	5
36140	Crozon-sur-Vauvre	crozon-sur-vauvre	24	36	363	46.489	1.8699	5
36140	Montchevrier	montchevrier	24	36	363	46.4806	1.7425	5
36150	Saint-Florentin	saint-florentin	24	36	364	47.0782	1.8007	5
36150	Fontenay	fontenay	24	36	364	47.0611	1.7441	5
36150	La Chapelle-Saint-Laurian	la-chapelle-saint-laurian	24	36	364	47.0621	1.7831	5
36150	Meunet-sur-Vatan	meunet-sur-vatan	24	36	364	47.0798	1.8662	5
36150	Luçay-le-Libre	lucay-le-libre	24	36	364	47.0867	1.9054	5
36150	Liniez	liniez	24	36	364	47.0241	1.7514	5
36150	Guilly	guilly	24	36	364	47.0819	1.7249	5
36150	Vatan	vatan	24	36	364	47.0745	1.8101	5
36150	Aize	aize	24	36	364	47.1038	1.7018	5
36150	Ménétréols-sous-Vatan	menetreols-sous-vatan	24	36	364	47.0156	1.8432	5
36150	Giroux	giroux	24	36	364	47.0663	1.912	5
36150	Buxeuil	buxeuil	24	36	364	47.1333	1.6866	5
36150	Reboursin	reboursin	24	36	364	47.1069	1.8209	5
36160	Pouligny-Saint-Martin	pouligny-saint-martin	24	36	363	46.5162	2.0143	5
36160	Vijon	vijon	24	36	363	46.4297	2.1181	5
36160	Urciers	urciers	24	36	363	46.8667	2.1167	5
36160	Vigoulant	vigoulant	24	36	363	46.4381	2.0716	5
36160	Champillet	champillet	24	36	363	46.5491	2.1115	5
36160	Lignerolles	lignerolles	24	36	363	46.4959	2.1438	5
36160	Sainte-Sévère-sur-Indre	sainte-severe-sur-indre	24	36	363	46.4867	2.0707	5
36160	Pérassay	perassay	24	36	363	46.4721	2.1471	5
36160	Feusines	feusines	24	36	363	46.5225	2.1014	5
36160	La Motte-Feuilly	la-motte-feuilly	24	36	363	46.5436	2.0889	5
36160	Sazeray	sazeray	24	36	363	46.429	2.0535	5
36160	Pouligny-Notre-Dame	pouligny-notre-dame	24	36	363	46.4833	2.0167	5
36170	La Châtre-Langlin	la-chatre-langlin	24	36	361	46.4087	1.3895	5
36170	Parnac	parnac	24	36	361	46.4535	1.4426	5
36170	Saint-Gilles	saint-gilles	24	36	361	46.4792	1.4582	5
36170	Chazelet	chazelet	24	36	361	46.5099	1.4432	5
36170	Saint-Civran	saint-civran	24	36	361	46.4965	1.3905	5
36170	Sacierges-Saint-Martin	sacierges-saint-martin	24	36	361	46.4948	1.3663	5
36170	Saint-Benoît-du-Sault	saint-benoit-du-sault	24	36	361	46.4404	1.3908	5
36170	Vigoux	vigoux	24	36	361	46.5103	1.4875	5
36170	Mouhet	mouhet	24	36	361	46.3831	1.4335	5
36170	Roussines	roussines	24	36	361	46.4688	1.3895	5
36180	Frédille	fredille	24	36	362	47	1.4667	5
36180	Heugnes	heugnes	24	36	362	47	1.4	5
36180	Pellevoisin	pellevoisin	24	36	362	46.9833	1.4167	5
36180	Selles-sur-Nahon	selles-sur-nahon	24	36	362	47	1.45	5
36190	Orsennes	orsennes	24	36	363	46.4765	1.683	5
36190	Gargilesse-Dampierre	gargilesse-dampierre	24	36	362	46.5139	1.5977	5
36190	Saint-Plantaire	saint-plantaire	24	36	363	46.4571	1.6712	5
36190	Cuzion	cuzion	24	36	362	46.4792	1.6069	5
36190	Pommiers	pommiers	24	36	362	46.5236	1.656	5
36200	Le Menoux	le-menoux	24	36	362	46.5545	1.5692	5
36200	Mosnay	mosnay	24	36	362	46.6225	1.6301	5
36200	Le Pêchereau	le-pechereau	24	36	362	46.5768	1.5474	5
36200	Argenton-sur-Creuse	argenton-sur-creuse	24	36	362	46.59	1.5198	5
36200	Saint-Marcel	saint-marcel	24	36	362	46.6019	1.5132	5
36200	Ceaulmont	ceaulmont	24	36	362	46.5232	1.5757	5
36200	Celon	celon	24	36	362	46.5167	1.5	5
36200	Chavin	chavin	24	36	362	46.5615	1.6111	5
36200	Tendu	tendu	24	36	362	46.6443	1.5599	5
36200	Bouesse	bouesse	24	36	362	46.6157	1.6865	5
36200	Badecon-le-Pin	badecon-le-pin	24	36	362	46.5412	1.595	5
36210	Saint-Christophe-en-Bazelle	saint-christophe-en-bazelle	24	36	364	47.1913	1.7119	5
36210	Sembleçay	semblecay	24	36	364	47.2208	1.6828	5
36210	Varennes-sur-Fouzon	varennes-sur-fouzon	24	36	364	47.2129	1.6055	5
36210	Menetou-sur-Nahon	menetou-sur-nahon	24	36	364	47.2185	1.649	5
36210	Chabris	chabris	24	36	364	47.2534	1.6518	5
36210	Sainte-Cécile	sainte-cecile	24	36	364	47.1871	1.6705	5
36210	Parpeçay	parpecay	24	36	364	47.2082	1.6518	5
36210	Val-Fouzon	val-fouzon	24	36	364	47.2131	1.6058	5
36210	Dun-le-Poëlier	dun-le-poelier	24	36	364	47.2047	1.753	5
36210	Orville	orville	24	36	364	47.1528	1.7908	5
36210	Poulaines	poulaines	24	36	364	47.152	1.663	5
36210	Bagneux	bagneux	24	36	364	47.1832	1.7531	5
36210	Anjouin	anjouin	24	36	364	47.1896	1.8014	5
36220	Fontgombault	fontgombault	24	36	361	46.6737	0.9862	5
36220	Tournon-Saint-Martin	tournon-saint-martin	24	36	361	46.7342	0.9551	5
36220	Lurais	lurais	24	36	361	46.7045	0.9509	5
36220	Martizay	martizay	24	36	361	46.8077	1.0432	5
36220	Preuilly-la-Ville	preuilly-la-ville	24	36	361	46.6969	0.968	5
36220	Sauzelles	sauzelles	24	36	361	46.6641	1.0037	5
36220	Lingé	linge	24	36	361	46.7548	1.0838	5
36220	Mérigny	merigny	24	36	361	46.6307	0.9271	5
36220	Néons-sur-Creuse	neons-sur-creuse	24	36	361	46.7456	0.9296	5
36220	Lureuil	lureuil	24	36	361	46.7447	1.0421	5
36230	Gournay	gournay	24	36	363	46.583	1.7315	5
36230	Lys-Saint-Georges	lys-saint-georges	24	36	363	46.6416	1.8242	5
36230	Mers-sur-Indre	mers-sur-indre	24	36	363	46.6589	1.8808	5
36230	Neuvy-Saint-Sépulchre	neuvy-saint-sepulchre	24	36	363	46.5978	1.806	5
36230	Tranzault	tranzault	24	36	363	46.6306	1.8507	5
36230	Buxières-d’Aillac	buxieres-d-aillac	24	36	363	46.6385	1.7533	5
36230	Sarzay	sarzay	24	36	363	46.602	1.9051	5
36230	Montipouret	montipouret	24	36	363	46.65	1.9	5
36230	Saint-Denis-de-Jouhet	saint-denis-de-jouhet	24	36	363	46.5309	1.8687	5
36230	Fougerolles	fougerolles	24	36	363	46.5634	1.8678	5
36240	Préaux	preaux	24	36	362	47.0204	1.2915	5
36240	Écueillé	ecueille	24	36	362	47.0846	1.3467	5
36240	Jeu-Maloches	jeu-maloches	24	36	362	47.0365	1.4583	5
36240	Gehée	gehee	24	36	362	47.0467	1.5011	5
36250	Saint-Maur	saint-maur	24	36	362	46.8066	1.639	5
36250	Niherne	niherne	24	36	362	46.8277	1.5638	5
36250	Villers-les-Ormes	villers-les-ormes	24	36	362	46.8695	1.6315	5
36255 CEDEX	Saint-Maur	saint-maur	24	36	362	46.8066	1.639	5
36260	Saint-Pierre-de-Jards	saint-pierre-de-jards	24	36	364	47.0978	1.9665	5
36260	Diou	diou	24	36	364	47.0455	2.026	5
36260	Reuilly	reuilly	24	36	364	47.0848	2.0431	5
36260	Sainte-Lizaigne	sainte-lizaigne	24	36	364	47.0069	2.0227	5
36260	Paudy	paudy	24	36	364	47.0389	1.9184	5
36260	Migny	migny	24	36	364	47.0251	2.0678	5
36270	Éguzon-Chantôme	eguzon-chantome	24	36	362	46.45	1.5833	5
36270	Bazaiges	bazaiges	24	36	362	46.4988	1.5333	5
36270	Baraize	baraize	24	36	362	46.4889	1.5617	5
36290	Obterre	obterre	24	36	361	46.915	1.0367	5
36290	Saulnay	saulnay	24	36	361	46.8688	1.2689	5
36290	Paulnay	paulnay	24	36	361	46.8505	1.1478	5
36290	Azay-le-Ferron	azay-le-ferron	24	36	361	46.851	1.0708	5
36290	Saint-Michel-en-Brenne	saint-michel-en-brenne	24	36	361	46.8055	1.1578	5
36290	Mézières-en-Brenne	mezieres-en-brenne	24	36	361	46.8198	1.2112	5
36290	Villiers	villiers	24	36	361	46.8876	1.1849	5
36300	Saint-Aigny	saint-aigny	24	36	361	46.645	1.0269	5
36300	Ruffec	ruffec	24	36	361	46.6296	1.1703	5
36300	Ciron	ciron	24	36	361	46.6273	1.2453	5
36300	Ingrandes	ingrandes	24	36	361	46.5971	0.9621	5
36300	Pouligny-Saint-Pierre	pouligny-saint-pierre	24	36	361	46.681	1.0388	5
36300	Douadic	douadic	24	36	361	46.7052	1.1118	5
36300	Concremiers	concremiers	24	36	361	46.5967	1.0167	5
36300	Rosnay	rosnay	24	36	361	46.701	1.2148	5
36300	Le Blanc	le-blanc	24	36	361	46.6333	1.0667	5
36301 CEDEX	Le Blanc	le-blanc	24	36	361	46.6333	1.0667	5
36310	Dunet	dunet	24	36	361	46.4681	1.2916	5
36310	Beaulieu	beaulieu	24	36	361	46.3869	1.3075	5
36310	Tilly	tilly	24	36	361	46.4065	1.2022	5
36310	Bonneuil	bonneuil	24	36	361	46.3744	1.2311	5
36310	Chaillac	chaillac	24	36	361	46.4338	1.2989	5
36320	Villedieu-sur-Indre	villedieu-sur-indre	24	36	362	46.846	1.5397	5
36330	Velles	velles	24	36	362	46.689	1.6493	5
36330	Le Poinçonnet	le-poinconnet	24	36	362	46.7641	1.7179	5
36330	Arthon	arthon	24	36	362	46.6936	1.6986	5
36340	Malicornay	malicornay	24	36	363	46.5757	1.6469	5
36340	Cluis	cluis	24	36	363	46.5449	1.7493	5
36340	Mouhers	mouhers	24	36	363	46.5644	1.7772	5
36340	Maillet	maillet	24	36	363	46.5735	1.6788	5
36350	Luant	luant	24	36	362	46.733	1.5579	5
36350	La Pérouille	la-perouille	24	36	361	46.704	1.5165	5
36360	Faverolles	faverolles	24	36	362	47.172	1.4089	5
36360	Luçay-le-Mâle	lucay-le-male	24	36	362	47.13	1.4417	5
36370	Bélâbre	belabre	24	36	361	46.5512	1.1579	5
36370	Saint-Hilaire-sur-Benaize	saint-hilaire-sur-benaize	24	36	361	46.5667	1.0833	5
36370	Mauvières	mauvieres	24	36	361	46.5778	1.0813	5
36370	Lignac	lignac	24	36	361	46.4658	1.2184	5
36370	Prissac	prissac	24	36	361	46.5104	1.3089	5
36370	Chalais	chalais	24	36	361	46.5365	1.1971	5
36400	Saint-Chartier	saint-chartier	24	36	363	46.649	1.9773	5
36400	Thevet-Saint-Julien	thevet-saint-julien	24	36	363	46.6372	2.0676	5
36400	Briantes	briantes	24	36	363	46.5574	2.0218	5
36400	La Berthenoux	la-berthenoux	24	36	363	46.6613	2.0619	5
36400	Le Magny	le-magny	24	36	363	46.568	1.956	5
36400	Montlevicq	montlevicq	24	36	363	46.5833	2.0667	5
36400	Vicq-Exemplet	vicq-exemplet	24	36	363	46.6285	2.1426	5
36400	Montgivray	montgivray	24	36	363	46.6032	1.9816	5
36400	Verneuil-sur-Igneraie	verneuil-sur-igneraie	24	36	363	46.6553	2.0107	5
36400	Nohant-Vic	nohant-vic	24	36	363	46.6333	1.9833	5
36400	Saint-Christophe-en-Boucherie	saint-christophe-en-boucherie	24	36	363	46.6786	2.123	5
36400	Lourouer-Saint-Laurent	lourouer-saint-laurent	24	36	363	46.6238	2.0118	5
36400	Néret	neret	24	36	363	46.5676	2.1506	5
36400	La Châtre	la-chatre	24	36	363	46.5833	1.9833	5
36400	Chassignolles	chassignolles	24	36	363	46.5411	1.9395	5
36400	Lacs	lacs	24	36	363	46.5858	2.0249	5
36500	Buzançais	buzancais	24	36	362	46.8888	1.4195	5
36500	Sainte-Gemme	sainte-gemme	24	36	361	46.8524	1.34	5
36500	Argy	argy	24	36	362	46.9408	1.4382	5
36500	Méobecq	meobecq	24	36	362	46.7373	1.4125	5
36500	Palluau-sur-Indre	palluau-sur-indre	24	36	362	46.9426	1.3127	5
36500	Saint-Lactencin	saint-lactencin	24	36	362	46.898	1.4935	5
36500	Saint-Genou	saint-genou	24	36	362	46.9295	1.3368	5
36500	Sougé	souge	24	36	362	46.9643	1.4871	5
36500	Villegouin	villegouin	24	36	362	46.9642	1.3735	5
36500	Neuillay-les-Bois	neuillay-les-bois	24	36	362	46.7659	1.4759	5
36500	Vendœuvres	vend-uvres	24	36	362	46.8	1.35	5
36500	La Chapelle-Orthemale	la-chapelle-orthemale	24	36	362	46.8427	1.4524	5
36500	Chezelles	chezelles	24	36	362	46.8833	1.5667	5
36501 CEDEX	Buzançais	buzancais	24	36	362	46.8888	1.4195	5
36505 CEDEX	Buzançais	buzancais	24	36	362	46.8888	1.4195	5
36600	Fontguenand	fontguenand	24	36	362	47.2183	1.5376	5
36600	Villentrois	villentrois	24	36	362	47.1944	1.4629	5
36600	Vicq-sur-Nahon	vicq-sur-nahon	24	36	362	47.1062	1.5386	5
36600	Lye	lye	24	36	362	47.228	1.474	5
36600	Langé	lange	24	36	362	47.0742	1.5141	5
36600	Valençay	valencay	24	36	362	47.1621	1.5685	5
36600	Veuil	veuil	24	36	362	47.121	1.5253	5
36600	La Vernelle	la-vernelle	24	36	362	47.2485	1.5427	5
36700	Fléré-la-Rivière	flere-la-riviere	24	36	362	47.0201	1.1079	5
36700	Murs	murs	24	36	362	46.9144	1.1617	5
36700	Le Tranger	le-tranger	24	36	362	46.9569	1.2403	5
36700	Cléré-du-Bois	clere-du-bois	24	36	362	46.9231	1.1022	5
36700	Saint-Médard	saint-medard	24	36	362	47	1.25	5
36700	Clion	clion	24	36	362	46.9409	1.2321	5
36700	Saint-Cyran-du-Jambot	saint-cyran-du-jambot	24	36	362	47.0174	1.1382	5
36700	Châtillon-sur-Indre	chatillon-sur-indre	24	36	362	46.9874	1.1722	5
36700	Arpheuilles	arpheuilles	24	36	362	46.901	1.2772	5
36800	Chasseneuil	chasseneuil	24	36	362	46.6468	1.4966	5
36800	Nuret-le-Ferron	nuret-le-ferron	24	36	361	46.6847	1.433	5
36800	Thenay	thenay	24	36	361	46.6306	1.4275	5
36800	Oulches	oulches	24	36	361	46.6147	1.2964	5
36800	Le Pont-Chrétien-Chabenet	le-pont-chretien-chabenet	24	36	362	46.6167	1.4667	5
36800	Rivarennes	rivarennes	24	36	361	46.6359	1.3865	5
36800	Migné	migne	24	36	361	46.7167	1.3175	5
36800	Chitray	chitray	24	36	361	46.6353	1.3602	5
36800	Luzeret	luzeret	24	36	361	46.5421	1.3925	5
36800	Saint-Gaultier	saint-gaultier	24	36	361	46.6352	1.4129	5
36910 CEDEX 9	Châteauroux	chateauroux	24	36	362	46.8125	1.6936	5
36915 CEDEX 9	Châteauroux	chateauroux	24	36	362	46.8125	1.6936	5
37000	Tours	tours	24	37	372	47.3948	0.704	5
37008 CEDEX 1	Tours	tours	24	37	372	47.3948	0.704	5
37009 CEDEX 1	Tours	tours	24	37	372	47.3948	0.704	5
37010 CEDEX 1	Tours	tours	24	37	372	47.3948	0.704	5
37011 CEDEX 1	Tours	tours	24	37	372	47.3948	0.704	5
37012 CEDEX 1	Tours	tours	24	37	372	47.3948	0.704	5
37013 CEDEX 1	Tours	tours	24	37	372	47.3948	0.704	5
37014 CEDEX 1	Tours	tours	24	37	372	47.3948	0.704	5
37015 CEDEX 1	Tours	tours	24	37	372	47.3948	0.704	5
37016 CEDEX 1	Tours	tours	24	37	372	47.3948	0.704	5
37017 CEDEX 1	Tours	tours	24	37	372	47.3948	0.704	5
37018 CEDEX 1	Tours	tours	24	37	372	47.3948	0.704	5
37019 CEDEX 1	Tours	tours	24	37	372	47.3948	0.704	5
37020 CEDEX 1	Tours	tours	24	37	372	47.3948	0.704	5
37025 CEDEX 1	Tours	tours	24	37	372	47.3948	0.704	5
37026 CEDEX 1	Tours	tours	24	37	372	47.3948	0.704	5
37027 CEDEX 1	Tours	tours	24	37	372	47.3948	0.704	5
37028 CEDEX 1	Tours	tours	24	37	372	47.3948	0.704	5
37029 CEDEX 1	Tours	tours	24	37	372	47.3948	0.704	5
37032 CEDEX 1	Tours	tours	24	37	372	47.3948	0.704	5
37033 CEDEX 1	Tours	tours	24	37	372	47.3948	0.704	5
37034 CEDEX 1	Tours	tours	24	37	372	47.3948	0.704	5
37035 CEDEX 9	Tours	tours	24	37	372	47.3948	0.704	5
37038 CEDEX 1	Tours	tours	24	37	372	47.3948	0.704	5
37039 CEDEX 1	Tours	tours	24	37	372	47.3948	0.704	5
37040 CEDEX 9	Tours	tours	24	37	372	47.3948	0.704	5
37041 CEDEX 1	Tours	tours	24	37	372	47.3948	0.704	5
37042 CEDEX 1	Tours	tours	24	37	372	47.3948	0.704	5
37043 CEDEX 1	Tours	tours	24	37	372	47.3948	0.704	5
37044 CEDEX 9	Tours	tours	24	37	372	47.3948	0.704	5
37045 CEDEX 9	Tours	tours	24	37	372	47.3948	0.704	5
37047 CEDEX 1	Tours	tours	24	37	372	47.3948	0.704	5
37048 CEDEX 1	Tours	tours	24	37	372	47.3948	0.704	5
37049 CEDEX 1	Tours	tours	24	37	372	47.3948	0.704	5
37058 CEDEX 1	Tours	tours	24	37	372	47.3948	0.704	5
37059 CEDEX 1	Tours	tours	24	37	372	47.3948	0.704	5
37060 CEDEX 9	Tours	tours	24	37	372	47.3948	0.704	5
37061 CEDEX 1	Tours	tours	24	37	372	47.3948	0.704	5
37071 CEDEX 2	Tours	tours	24	37	372	47.3948	0.704	5
37072 CEDEX 2	Tours	tours	24	37	372	47.3948	0.704	5
37073 CEDEX 2	Tours	tours	24	37	372	47.3948	0.704	5
37074 CEDEX 2	Tours	tours	24	37	372	47.3948	0.704	5
37075 CEDEX 2	Tours	tours	24	37	372	47.3948	0.704	5
37076 CEDEX 2	Tours	tours	24	37	372	47.3948	0.704	5
37077 CEDEX 2	Tours	tours	24	37	372	47.3948	0.704	5
37078 CEDEX 2	Tours	tours	24	37	372	47.3948	0.704	5
37079 CEDEX 2	Tours	tours	24	37	372	47.3948	0.704	5
37080 CEDEX 2	Tours	tours	24	37	372	47.3948	0.704	5
37081 CEDEX 2	Tours	tours	24	37	372	47.3948	0.704	5
37082 CEDEX 2	Tours	tours	24	37	372	47.3948	0.704	5
37089 CEDEX 2	Tours	tours	24	37	372	47.3948	0.704	5
37095 CEDEX 2	Tours	tours	24	37	372	47.3948	0.704	5
37096 CEDEX 2	Tours	tours	24	37	372	47.3948	0.704	5
37097 CEDEX 2	Tours	tours	24	37	372	47.3948	0.704	5
37098 CEDEX 2	Tours	tours	24	37	372	47.3948	0.704	5
37099 CEDEX 2	Tours	tours	24	37	372	47.3948	0.704	5
37100	Tours	tours	24	37	372	47.3948	0.704	5
37110	Saint-Nicolas-des-Motets	saint-nicolas-des-motets	24	37	373	47.5855	1.0377	5
37110	Saunay	saunay	24	37	373	47.6033	0.9707	5
37110	Villedômer	villedomer	24	37	373	47.5465	0.8877	5
37110	Le Boulay	le-boulay	24	37	373	47.6058	0.8585	5
37110	Auzouer-en-Touraine	auzouer-en-touraine	24	37	373	47.5423	0.9207	5
37110	Morand	morand	24	37	373	47.5629	1.0097	5
37110	Autrèche	autreche	24	37	373	47.5254	0.9955	5
37110	Les Hermites	les-hermites	24	37	373	47.6647	0.7536	5
37110	La Ferrière	la-ferriere	24	37	373	47.6287	0.7476	5
37110	Neuville-sur-Brenne	neuville-sur-brenne	24	37	373	47.6167	0.9167	5
37110	Dame-Marie-les-Bois	dame-marie-les-bois	24	37	373	47.5402	1.0319	5
37110	Monthodon	monthodon	24	37	373	47.6498	0.837	5
37110	Château-Renault	chateau-renault	24	37	373	47.5919	0.9114	5
37120	Braslou	braslou	24	37	371	47.0002	0.3923	5
37120	Chaveignes	chaveignes	24	37	371	47.0384	0.3497	5
37120	Razines	razines	24	37	371	46.9756	0.3778	5
37120	Jaulnay	jaulnay	24	37	371	46.9485	0.4141	5
37120	La Tour-Saint-Gelin	la-tour-saint-gelin	24	37	371	47.0494	0.403	5
37120	Courcoué	courcoue	24	37	371	47.0337	0.3957	5
37120	Richelieu	richelieu	24	37	371	47.0139	0.3241	5
37120	Verneuil-le-Château	verneuil-le-chateau	24	37	371	47.0394	0.4594	5
37120	Champigny-sur-Veude	champigny-sur-veude	24	37	371	47.0652	0.3287	5
37120	Braye-sous-Faye	braye-sous-faye	24	37	371	46.9918	0.3471	5
37120	Assay	assay	24	37	371	47.0743	0.2905	5
37120	Faye-la-Vineuse	faye-la-vineuse	24	37	371	46.9573	0.3407	5
37120	Lémeré	lemere	24	37	371	47.0831	0.3353	5
37120	Marigny-Marmande	marigny-marmande	24	37	371	46.9815	0.4894	5
37120	Luzé	luze	24	37	371	47.0236	0.4525	5
37130	Les Essards	les-essards	24	37	371	47.3488	0.3008	5
37130	La Chapelle-aux-Naux	la-chapelle-aux-naux	24	37	372	47.3176	0.4269	5
37130	Saint-Michel-sur-Loire	saint-michel-sur-loire	24	37	371	47.3077	0.3485	5
37130	Lignières-de-Touraine	lignieres-de-touraine	24	37	372	47.2975	0.4168	5
37130	Langeais	langeais	24	37	371	47.3259	0.4014	5
37130	Saint-Patrice	saint-patrice	24	37	371	47.2844	0.2941	5
37130	Cinq-Mars-la-Pile	cinq-mars-la-pile	24	37	371	47.3464	0.4587	5
37130	Bréhémont	brehemont	24	37	372	47.295	0.3592	5
37130	Mazières-de-Touraine	mazieres-de-touraine	24	37	371	47.3833	0.4255	5
37140	Chouzé-sur-Loire	chouze-sur-loire	24	37	371	47.2367	0.1236	5
37140	Saint-Nicolas-de-Bourgueil	saint-nicolas-de-bourgueil	24	37	371	47.2849	0.1273	5
37140	La Chapelle-sur-Loire	la-chapelle-sur-loire	24	37	371	47.2506	0.2189	5
37140	Ingrandes-de-Touraine	ingrandes-de-touraine	24	37	371	47.2833	0.2667	5
37140	Benais	benais	24	37	371	47.2955	0.217	5
37140	Restigné	restigne	24	37	371	47.2822	0.2279	5
37140	Bourgueil	bourgueil	24	37	371	47.2833	0.1661	5
37150	Francueil	francueil	24	37	373	47.3128	1.084	5
37150	Luzillé	luzille	24	37	373	47.2625	1.0606	5
37150	Chenonceaux	chenonceaux	24	37	373	47.3317	1.0672	5
37150	Chisseaux	chisseaux	24	37	373	47.3312	1.0921	5
37150	Civray-de-Touraine	civray-de-touraine	24	37	373	47.3325	1.0495	5
37150	Épeigné-les-Bois	epeigne-les-bois	24	37	373	47.2807	1.1115	5
37150	La Croix-en-Touraine	la-croix-en-touraine	24	37	373	47.3403	0.9902	5
37150	Bléré	blere	24	37	373	47.3274	0.9919	5
37150	Dierre	dierre	24	37	373	47.3451	0.9575	5
37152 CEDEX	Bléré	blere	24	37	373	47.3274	0.9919	5
37160	Marcé-sur-Esves	marce-sur-esves	24	37	373	47.031	0.6546	5
37160	Descartes	descartes	24	37	373	46.9667	0.7	5
37160	La Celle-Saint-Avant	la-celle-saint-avant	24	37	373	47.022	0.6049	5
37160	Neuilly-le-Brignon	neuilly-le-brignon	24	37	373	46.9744	0.7895	5
37160	Civray-sur-Esves	civray-sur-esves	24	37	373	47.0469	0.7103	5
37160	Abilly	abilly	24	37	373	46.9333	0.7333	5
37170	Chambray-lès-Tours	chambray-les-tours	24	37	372	47.3354	0.7029	5
37171 CEDEX	Chambray-lès-Tours	chambray-les-tours	24	37	372	47.3354	0.7029	5
37172 CEDEX	Chambray-lès-Tours	chambray-les-tours	24	37	372	47.3354	0.7029	5
37173 CEDEX	Chambray-lès-Tours	chambray-les-tours	24	37	372	47.3354	0.7029	5
37174 CEDEX	Chambray-lès-Tours	chambray-les-tours	24	37	372	47.3354	0.7029	5
37175 CEDEX	Chambray-lès-Tours	chambray-les-tours	24	37	372	47.3354	0.7029	5
37179 CEDEX	Chambray-lès-Tours	chambray-les-tours	24	37	372	47.3354	0.7029	5
37190	Saché	sache	24	37	372	47.2471	0.5446	5
37190	Neuil	neuil	24	37	371	47.1722	0.5116	5
37190	Cheillé	cheille	24	37	372	47.2611	0.4055	5
37190	Rivarennes	rivarennes	24	37	372	47.2669	0.3533	5
37190	Azay-le-Rideau	azay-le-rideau	24	37	372	47.2641	0.4713	5
37190	Villaines-les-Rochers	villaines-les-rochers	24	37	372	47.2216	0.4961	5
37190	Vallères	valleres	24	37	372	47.3115	0.474	5
37190	Druye	druye	24	37	372	47.3093	0.5382	5
37200	Tours	tours	24	37	372	47.3948	0.704	5
37204 CEDEX 3	Tours	tours	24	37	372	47.3948	0.704	5
37205 CEDEX 3	Tours	tours	24	37	372	47.3948	0.704	5
37206 CEDEX 3	Tours	tours	24	37	372	47.3948	0.704	5
37209 CEDEX 3	Tours	tours	24	37	372	47.3948	0.704	5
37210	Chançay	chancay	24	37	372	47.454	0.8745	5
37210	Vernou-sur-Brenne	vernou-sur-brenne	24	37	372	47.4194	0.8476	5
37210	Noizay	noizay	24	37	373	47.4219	0.892	5
37210	Rochecorbon	rochecorbon	24	37	372	47.4166	0.7552	5
37210	Parçay-Meslay	parcay-meslay	24	37	372	47.442	0.7485	5
37210	Vouvray	vouvray	24	37	372	47.4109	0.7989	5
37220	Chezelles	chezelles	24	37	371	47.05	0.4333	5
37220	L'Île-Bouchard	l-ile-bouchard	24	37	371	47.1167	0.4167	5
37220	Sazilly	sazilly	24	37	371	47.1347	0.3417	5
37220	Theneuil	theneuil	24	37	371	47.098	0.4383	5
37220	Tavant	tavant	24	37	371	47.1262	0.3887	5
37220	Rilly-sur-Vienne	rilly-sur-vienne	24	37	371	47.0572	0.492	5
37220	Crouzilles	crouzilles	24	37	371	47.1238	0.4598	5
37220	Avon-les-Roches	avon-les-roches	24	37	371	47.1568	0.4486	5
37220	Parçay-sur-Vienne	parcay-sur-vienne	24	37	371	47.1057	0.4766	5
37220	Brizay	brizay	24	37	371	47.1024	0.4024	5
37220	Crissay-sur-Manse	crissay-sur-manse	24	37	371	47.1493	0.4853	5
37220	Panzoult	panzoult	24	37	371	47.1458	0.4013	5
37220	Trogues	trogues	24	37	371	47.1149	0.498	5
37230	Fondettes	fondettes	24	37	372	47.4035	0.5969	5
37230	Luynes	luynes	24	37	372	47.3844	0.5547	5
37230	Saint-Étienne-de-Chigny	saint-etienne-de-chigny	24	37	372	47.3833	0.5333	5
37230	Pernay	pernay	24	37	371	47.4431	0.5	5
37240	Bossée	bossee	24	37	373	47.1121	0.7294	5
37240	Ligueil	ligueil	24	37	373	47.0421	0.8189	5
37240	Esves-le-Moutier	esves-le-moutier	24	37	373	47.0417	0.9071	5
37240	La Chapelle-Blanche-Saint-Martin	la-chapelle-blanche-saint-martin	24	37	373	47.0858	0.7918	5
37240	Le Louroux	le-louroux	24	37	373	47.1611	0.7863	5
37240	Ciran	ciran	24	37	373	47.0599	0.8729	5
37240	Manthelan	manthelan	24	37	373	47.1363	0.7932	5
37240	Vou	vou	24	37	373	47.0856	0.8595	5
37240	Cussay	cussay	24	37	373	47.0243	0.7885	5
37240	Bournan	bournan	24	37	373	47.062	0.7288	5
37250	Sorigny	sorigny	24	37	372	47.2433	0.6952	5
37250	Montbazon	montbazon	24	37	372	47.2835	0.6999	5
37250	Veigné	veigne	24	37	372	47.2856	0.7408	5
37260	Villeperdue	villeperdue	24	37	372	47.2022	0.635	5
37260	Pont-de-Ruan	pont-de-ruan	24	37	372	47.2616	0.5754	5
37260	Monts	monts	24	37	372	47.2772	0.6247	5
37260	Thilouze	thilouze	24	37	372	47.2242	0.5796	5
37260	Artannes-sur-Indre	artannes-sur-indre	24	37	372	47.2745	0.6004	5
37270	Saint-Martin-le-Beau	saint-martin-le-beau	24	37	373	47.3557	0.9095	5
37270	Larçay	larcay	24	37	372	47.3665	0.7814	5
37270	Montlouis-sur-Loire	montlouis-sur-loire	24	37	372	47.3885	0.8321	5
37270	Athée-sur-Cher	athee-sur-cher	24	37	373	47.3202	0.9166	5
37270	Azay-sur-Cher	azay-sur-cher	24	37	372	47.3497	0.8456	5
37270	Véretz	veretz	24	37	372	47.3571	0.8057	5
37290	Tournon-Saint-Pierre	tournon-saint-pierre	24	37	373	46.7393	0.9527	5
37290	Chambon	chambon	24	37	373	46.8418	0.8113	5
37290	Preuilly-sur-Claise	preuilly-sur-claise	24	37	373	46.8542	0.9295	5
37290	Charnizay	charnizay	24	37	373	46.9136	0.9863	5
37290	Bossay-sur-Claise	bossay-sur-claise	24	37	373	46.8318	0.9616	5
37290	Yzeures-sur-Creuse	yzeures-sur-creuse	24	37	373	46.7861	0.8717	5
37290	Boussay	boussay	24	37	373	46.8412	0.8883	5
37300	Joué-lès-Tours	joue-les-tours	24	37	372	47.3522	0.6691	5
37301 CEDEX	Joué-lès-Tours	joue-les-tours	24	37	372	47.3522	0.6691	5
37302 CEDEX	Joué-lès-Tours	joue-les-tours	24	37	372	47.3522	0.6691	5
37303 CEDEX	Joué-lès-Tours	joue-les-tours	24	37	372	47.3522	0.6691	5
37304 CEDEX	Joué-lès-Tours	joue-les-tours	24	37	372	47.3522	0.6691	5
37305 CEDEX	Joué-lès-Tours	joue-les-tours	24	37	372	47.3522	0.6691	5
37306 CEDEX	Joué-lès-Tours	joue-les-tours	24	37	372	47.3522	0.6691	5
37309 CEDEX	Joué-lès-Tours	joue-les-tours	24	37	372	47.3522	0.6691	5
37310	Courçay	courcay	24	37	373	47.2523	0.8761	5
37310	Azay-sur-Indre	azay-sur-indre	24	37	373	47.2092	0.9446	5
37310	Cigogné	cigogne	24	37	373	47.2602	0.9309	5
37310	Chédigny	chedigny	24	37	373	47.2099	0.9995	5
37310	Tauxigny	tauxigny	24	37	373	47.2134	0.8348	5
37310	Chambourg-sur-Indre	chambourg-sur-indre	24	37	373	47.1816	0.9686	5
37310	Sublaines	sublaines	24	37	373	47.2649	0.9911	5
37310	Dolus-le-Sec	dolus-le-sec	24	37	373	47.165	0.8941	5
37310	Saint-Quentin-sur-Indrois	saint-quentin-sur-indrois	24	37	373	47.2	1.0167	5
37310	Reignac-sur-Indre	reignac-sur-indre	24	37	373	47.2266	0.9159	5
37310	Saint-Bauld	saint-bauld	24	37	373	47.1799	0.8381	5
37320	Esvres	esvres	24	37	372	47.2854	0.7859	5
37320	Louans	louans	24	37	373	47.1845	0.7479	5
37320	Cormery	cormery	24	37	373	47.2681	0.8358	5
37320	Saint-Branchs	saint-branchs	24	37	372	47.2266	0.7731	5
37320	Truyes	truyes	24	37	372	47.273	0.8518	5
37321 CEDEX	Esvres	esvres	24	37	372	47.2854	0.7859	5
37330	Château-la-Vallière	chateau-la-valliere	24	37	371	47.5467	0.3246	5
37330	Brèches	breches	24	37	371	47.5697	0.3887	5
37330	Courcelles-de-Touraine	courcelles-de-touraine	24	37	371	47.4822	0.3081	5
37330	Lublé	luble	24	37	371	47.5152	0.2453	5
37330	Saint-Laurent-de-Lin	saint-laurent-de-lin	24	37	371	47.5077	0.2572	5
37330	Marcilly-sur-Maulne	marcilly-sur-maulne	24	37	371	47.5503	0.2412	5
37330	Couesmes	couesmes	24	37	371	47.564	0.3418	5
37330	Villiers-au-Bouin	villiers-au-bouin	24	37	371	47.5746	0.3132	5
37330	Channay-sur-Lathan	channay-sur-lathan	24	37	371	47.4791	0.2642	5
37330	Braye-sur-Maulne	braye-sur-maulne	24	37	371	47.5553	0.2493	5
37330	Souvigné	souvigne	24	37	371	47.5218	0.3972	5
37340	Ambillou	ambillou	24	37	371	47.451	0.4473	5
37340	Continvoir	continvoir	24	37	371	47.3882	0.2176	5
37340	Cléré-les-Pins	clere-les-pins	24	37	371	47.4255	0.3896	5
37340	Avrillé-les-Ponceaux	avrille-les-ponceaux	24	37	371	47.394	0.2864	5
37340	Gizeux	gizeux	24	37	371	47.3935	0.1945	5
37340	Hommes	hommes	24	37	371	47.4257	0.2961	5
37340	Savigné-sur-Lathan	savigne-sur-lathan	24	37	371	47.4448	0.3209	5
37340	Rillé	rille	24	37	371	47.4522	0.2487	5
37350	La Guerche	la-guerche	24	37	373	46.8838	0.7309	5
37350	Barrou	barrou	24	37	373	46.8664	0.7694	5
37350	Chaumussay	chaumussay	24	37	373	46.8705	0.8621	5
37350	Le Grand-Pressigny	le-grand-pressigny	24	37	373	46.9202	0.8038	5
37350	La Celle-Guenand	la-celle-guenand	24	37	373	46.9333	0.9	5
37350	Ferrière-Larçon	ferriere-larcon	24	37	373	46.9932	0.8819	5
37350	Paulmy	paulmy	24	37	373	46.9816	0.8391	5
37350	Le Petit-Pressigny	le-petit-pressigny	24	37	373	46.9218	0.9191	5
37360	Neuillé-Pont-Pierre	neuille-pont-pierre	24	37	371	47.5484	0.5496	5
37360	Saint-Antoine-du-Rocher	saint-antoine-du-rocher	24	37	371	47.4968	0.63	5
37360	Semblançay	semblancay	24	37	371	47.5	0.5833	5
37360	Rouziers-de-Touraine	rouziers-de-touraine	24	37	371	47.5172	0.6485	5
37360	Beaumont-la-Ronce	beaumont-la-ronce	24	37	371	47.5695	0.6702	5
37360	Sonzay	sonzay	24	37	371	47.5269	0.462	5
37370	Saint-Paterne-Racan	saint-paterne-racan	24	37	371	47.6021	0.4848	5
37370	Villebourg	villebourg	24	37	371	47.65	0.5297	5
37370	Chemillé-sur-Dême	chemille-sur-deme	24	37	371	47.6584	0.6481	5
37370	Louestault	louestault	24	37	371	47.6172	0.6505	5
37370	Bueil-en-Touraine	bueil-en-touraine	24	37	371	47.6451	0.5507	5
37370	Marray	marray	24	37	371	47.6208	0.7007	5
37370	Épeigné-sur-Dême	epeigne-sur-deme	24	37	371	47.6691	0.6136	5
37370	Saint-Christophe-sur-le-Nais	saint-christophe-sur-le-nais	24	37	371	47.6172	0.478	5
37370	Neuvy-le-Roi	neuvy-le-roi	24	37	371	47.6039	0.5947	5
37370	Saint-Aubin-le-Dépeint	saint-aubin-le-depeint	24	37	371	47.6353	0.3904	5
37380	Nouzilly	nouzilly	24	37	373	47.545	0.7462	5
37380	Monnaie	monnaie	24	37	372	47.5016	0.7887	5
37380	Reugny	reugny	24	37	372	47.4821	0.8847	5
37380	Neuillé-le-Lierre	neuille-le-lierre	24	37	373	47.5119	0.9105	5
37380	Crotelles	crotelles	24	37	373	47.5431	0.8384	5
37380	Saint-Laurent-en-Gâtines	saint-laurent-en-gatines	24	37	373	47.5866	0.7779	5
37390	Saint-Roch	saint-roch	24	37	371	47.4421	0.5849	5
37390	Cerelles	cerelles	24	37	371	47.5017	0.6833	5
37390	Chanceaux-sur-Choisille	chanceaux-sur-choisille	24	37	372	47.4714	0.7054	5
37390	La Membrolle-sur-Choisille	la-membrolle-sur-choisille	24	37	372	47.4372	0.6316	5
37390	Mettray	mettray	24	37	372	47.4525	0.6494	5
37390	Charentilly	charentilly	24	37	371	47.4698	0.609	5
37390	Notre-Dame-d’Oé	notre-dame-d-oe	24	37	372	47.4563	0.7079	5
37400	Lussault-sur-Loire	lussault-sur-loire	24	37	373	47.3947	0.9161	5
37400	Amboise	amboise	24	37	373	47.4125	0.9827	5
37401 CEDEX	Amboise	amboise	24	37	373	47.4125	0.9827	5
37402 CEDEX	Amboise	amboise	24	37	373	47.4125	0.9827	5
37403 CEDEX	Amboise	amboise	24	37	373	47.4125	0.9827	5
37404 CEDEX	Amboise	amboise	24	37	373	47.4125	0.9827	5
37409 CEDEX	Amboise	amboise	24	37	373	47.4125	0.9827	5
37420	Rigny-Ussé	rigny-usse	24	37	372	47.2523	0.2997	5
37420	Savigny-en-Véron	savigny-en-veron	24	37	371	47.2007	0.1446	5
37420	Avoine	avoine	24	37	371	47.2053	0.1825	5
37420	Beaumont-en-Véron	beaumont-en-veron	24	37	371	47.194	0.1844	5
37420	Huismes	huismes	24	37	371	47.2332	0.2512	5
37460	Chemillé-sur-Indrois	chemille-sur-indrois	24	37	373	47.1619	1.1674	5
37460	Orbigny	orbigny	24	37	373	47.2097	1.2349	5
37460	Loché-sur-Indrois	loche-sur-indrois	24	37	373	47.0921	1.2202	5
37460	Genillé	genille	24	37	373	47.1833	1.1	5
37460	Le Liège	le-liege	24	37	373	47.2294	1.1044	5
37460	Céré-la-Ronde	cere-la-ronde	24	37	373	47.2612	1.19	5
37460	Beaumont-Village	beaumont-village	24	37	373	47.1777	1.207	5
37460	Villeloin-Coulangé	villeloin-coulange	24	37	373	47.1407	1.2234	5
37460	Villedômain	villedomain	24	37	373	47.0544	1.2579	5
37460	Nouans-les-Fontaines	nouans-les-fontaines	24	37	373	47.1364	1.2985	5
37460	Montrésor	montresor	24	37	373	47.1558	1.2044	5
37500	Anché	anche	24	37	371	47.1357	0.3101	5
37500	Couziers	couziers	24	37	371	47.1575	0.0826	5
37500	Chinon	chinon	24	37	371	47.1667	0.25	5
37500	Cinais	cinais	24	37	371	47.148	0.1819	5
37500	Candes-Saint-Martin	candes-saint-martin	24	37	371	47.2112	0.0738	5
37500	Lerné	lerne	24	37	371	47.1358	0.1225	5
37500	Cravant-les-Coteaux	cravant-les-coteaux	24	37	371	47.1582	0.3464	5
37500	Saint-Benoît-la-Forêt	saint-benoit-la-foret	24	37	371	47.223	0.3227	5
37500	Seuilly	seuilly	24	37	371	47.1339	0.1717	5
37500	Ligré	ligre	24	37	371	47.1119	0.2756	5
37500	Saint-Germain-sur-Vienne	saint-germain-sur-vienne	24	37	371	47.1944	0.0981	5
37500	Marçay	marcay	24	37	371	47.0999	0.2182	5
37500	Rivière	riviere	24	37	371	47.1455	0.2783	5
37500	La Roche-Clermault	la-roche-clermault	24	37	371	47.1375	0.206	5
37500	Thizay	thizay	24	37	371	47.1675	0.1432	5
37501 CEDEX	Chinon	chinon	24	37	371	47.1667	0.25	5
37502 CEDEX	Chinon	chinon	24	37	371	47.1667	0.25	5
37509 CEDEX	Chinon	chinon	24	37	371	47.1667	0.25	5
37510	Villandry	villandry	24	37	372	47.3402	0.5105	5
37510	Berthenay	berthenay	24	37	372	47.3634	0.5255	5
37510	Ballan-Miré	ballan-mire	24	37	372	47.3406	0.6147	5
37510	Saint-Genouph	saint-genouph	24	37	372	47.3776	0.5985	5
37510	Savonnières	savonnieres	24	37	372	47.3477	0.5496	5
37520	La Riche	la-riche	24	37	372	47.39	0.6707	5
37521 CEDEX	La Riche	la-riche	24	37	372	47.39	0.6707	5
37530	Mosnes	mosnes	24	37	373	47.4559	1.0997	5
37530	Pocé-sur-Cisse	poce-sur-cisse	24	37	373	47.4433	0.9914	5
37530	Saint-Ouen-les-Vignes	saint-ouen-les-vignes	24	37	373	47.4675	0.9948	5
37530	Cangey	cangey	24	37	373	47.4672	1.0605	5
37530	Souvigny-de-Touraine	souvigny-de-touraine	24	37	373	47.4111	1.0899	5
37530	Chargé	charge	24	37	373	47.4327	1.0304	5
37530	Montreuil-en-Touraine	montreuil-en-touraine	24	37	373	47.4881	0.9488	5
37530	Saint-Règle	saint-regle	24	37	373	47.4083	1.0527	5
37530	Nazelles-Négron	nazelles-negron	24	37	373	47.4333	0.95	5
37530	Limeray	limeray	24	37	373	47.4594	1.0404	5
37540	Saint-Cyr-sur-Loire	saint-cyr-sur-loire	24	37	372	47.4	0.6667	5
37541 CEDEX	Saint-Cyr-sur-Loire	saint-cyr-sur-loire	24	37	372	47.4	0.6667	5
37542 CEDEX	Saint-Cyr-sur-Loire	saint-cyr-sur-loire	24	37	372	47.4	0.6667	5
37549 CEDEX	Saint-Cyr-sur-Loire	saint-cyr-sur-loire	24	37	372	47.4	0.6667	5
37550	Saint-Avertin	saint-avertin	24	37	372	47.3636	0.7399	5
37551 CEDEX	Saint-Avertin	saint-avertin	24	37	372	47.3636	0.7399	5
37552 CEDEX	Saint-Avertin	saint-avertin	24	37	372	47.3636	0.7399	5
37553 CEDEX	Saint-Avertin	saint-avertin	24	37	372	47.3636	0.7399	5
37554 CEDEX	Saint-Avertin	saint-avertin	24	37	372	47.3636	0.7399	5
37555 CEDEX	Saint-Avertin	saint-avertin	24	37	372	47.3636	0.7399	5
37556 CEDEX	Saint-Avertin	saint-avertin	24	37	372	47.3636	0.7399	5
37600	Ferrière-sur-Beaulieu	ferriere-sur-beaulieu	24	37	373	47.1375	1.0377	5
37600	Betz-le-Château	betz-le-chateau	24	37	373	46.9917	0.9194	5
37600	Saint-Flovier	saint-flovier	24	37	373	46.9685	1.0271	5
37600	Saint-Senoch	saint-senoch	24	37	373	47.0467	0.9686	5
37600	Bridoré	bridore	24	37	373	47.028	1.083	5
37600	Perrusson	perrusson	24	37	373	47.0987	1.0144	5
37600	Varennes	varennes	24	37	373	47.07	0.9158	5
37600	Verneuil-sur-Indre	verneuil-sur-indre	24	37	373	47.0555	1.0403	5
37600	Loches	loches	24	37	373	47.1333	1	5
37600	Mouzay	mouzay	24	37	373	47.0895	0.8921	5
37600	Saint-Hippolyte	saint-hippolyte	24	37	373	47.059	1.1001	5
37600	Beaulieu-lès-Loches	beaulieu-les-loches	24	37	373	47.1253	1.0159	5
37600	Chanceaux-près-Loches	chanceaux-pres-loches	24	37	373	47.15	0.9333	5
37600	Saint-Jean-Saint-Germain	saint-jean-saint-germain	24	37	373	47.0831	1.0353	5
37600	Sennevières	sennevieres	24	37	373	47.1062	1.1022	5
37601 CEDEX	Loches	loches	24	37	373	47.1333	1	5
37602 CEDEX	Loches	loches	24	37	373	47.1333	1	5
37609 CEDEX	Loches	loches	24	37	373	47.1333	1	5
37700	Saint-Pierre-des-Corps	saint-pierre-des-corps	24	37	372	47.3862	0.7485	5
37700	La Ville-aux-Dames	la-ville-aux-dames	24	37	372	47.3955	0.7684	5
37701 CEDEX	Saint-Pierre-des-Corps	saint-pierre-des-corps	24	37	372	47.3862	0.7485	5
37702 CEDEX	Saint-Pierre-des-Corps	saint-pierre-des-corps	24	37	372	47.3862	0.7485	5
37703 CEDEX	Saint-Pierre-des-Corps	saint-pierre-des-corps	24	37	372	47.3862	0.7485	5
37705 CEDEX	Saint-Pierre-des-Corps	saint-pierre-des-corps	24	37	372	47.3862	0.7485	5
37709 CEDEX	Saint-Pierre-des-Corps	saint-pierre-des-corps	24	37	372	47.3862	0.7485	5
37800	Maillé	maille	24	37	371	47.0538	0.5822	5
37800	Antogny le Tillac	antogny-le-tillac	24	37	371	46.9781	0.5785	5
37800	Sainte-Catherine-de-Fierbois	sainte-catherine-de-fierbois	24	37	372	47.1565	0.6556	5
37800	Pouzay	pouzay	24	37	371	47.0824	0.5329	5
37800	Saint-Épain	saint-epain	24	37	371	47.1448	0.5367	5
37800	Ports	ports	24	37	371	47.0158	0.554	5
37800	Pussigny	pussigny	24	37	371	46.9929	0.5703	5
37800	Nouâtre	nouatre	24	37	371	47.0505	0.5489	5
37800	Draché	drache	24	37	373	47.0549	0.6257	5
37800	Marcilly-sur-Vienne	marcilly-sur-vienne	24	37	371	47.0432	0.5399	5
37800	Noyant-de-Touraine	noyant-de-touraine	24	37	371	47.11	0.5595	5
37800	Sainte-Maure-de-Touraine	sainte-maure-de-touraine	24	37	371	47.1113	0.6224	5
37800	Sepmes	sepmes	24	37	373	47.068	0.6732	5
37910 CEDEX 9	Tours	tours	24	37	372	47.3948	0.704	5
37911 CEDEX 9	Tours	tours	24	37	372	47.3948	0.704	5
37912 CEDEX 9	Tours	tours	24	37	372	47.3948	0.704	5
37913 CEDEX 9	Tours	tours	24	37	372	47.3948	0.704	5
37915 CEDEX 9	Tours	tours	24	37	372	47.3948	0.704	5
37917 CEDEX 9	Tours	tours	24	37	372	47.3948	0.704	5
37921 CEDEX 9	Tours	tours	24	37	372	47.3948	0.704	5
37922 CEDEX 9	Tours	tours	24	37	372	47.3948	0.704	5
37924 CEDEX 9	Tours	tours	24	37	372	47.3948	0.704	5
37925 CEDEX 9	Tours	tours	24	37	372	47.3948	0.704	5
37926 CEDEX 9	Tours	tours	24	37	372	47.3948	0.704	5
37927 CEDEX 9	Tours	tours	24	37	372	47.3948	0.704	5
37928 CEDEX 9	Tours	tours	24	37	372	47.3948	0.704	5
37929 CEDEX 9	Tours	tours	24	37	372	47.3948	0.704	5
37931 CEDEX 9	Tours	tours	24	37	372	47.3948	0.704	5
37932 CEDEX 9	Tours	tours	24	37	372	47.3948	0.704	5
37941 CEDEX 9	Tours	tours	24	37	372	47.3948	0.704	5
37942 CEDEX 9	Tours	tours	24	37	372	47.3948	0.704	5
41000	Villerbon	villerbon	24	41	411	47.6626	1.3723	5
41000	Saint-Sulpice-de-Pommeray	saint-sulpice-de-pommeray	24	41	411	47.6	1.2667	5
41000	Saint-Denis-sur-Loire	saint-denis-sur-loire	24	41	411	47.6248	1.3876	5
41000	Blois	blois	24	41	411	47.5943	1.3291	5
41000	Villebarou	villebarou	24	41	411	47.6234	1.3225	5
41001 CEDEX	Blois	blois	24	41	411	47.5943	1.3291	5
41002 CEDEX	Blois	blois	24	41	411	47.5943	1.3291	5
41003 CEDEX	Blois	blois	24	41	411	47.5943	1.3291	5
41004 CEDEX	Blois	blois	24	41	411	47.5943	1.3291	5
41005 CEDEX	Blois	blois	24	41	411	47.5943	1.3291	5
41006 CEDEX	Blois	blois	24	41	411	47.5943	1.3291	5
41007 CEDEX	Blois	blois	24	41	411	47.5943	1.3291	5
41008 CEDEX	Blois	blois	24	41	411	47.5943	1.3291	5
41009 CEDEX	Blois	blois	24	41	411	47.5943	1.3291	5
41010 CEDEX	Blois	blois	24	41	411	47.5943	1.3291	5
41011 CEDEX	Blois	blois	24	41	411	47.5943	1.3291	5
41012 CEDEX	Blois	blois	24	41	411	47.5943	1.3291	5
41013 CEDEX	Blois	blois	24	41	411	47.5943	1.3291	5
41015 CEDEX	Blois	blois	24	41	411	47.5943	1.3291	5
41016 CEDEX	Blois	blois	24	41	411	47.5943	1.3291	5
41018 CEDEX	Blois	blois	24	41	411	47.5943	1.3291	5
41019 CEDEX	Blois	blois	24	41	411	47.5943	1.3291	5
41020 CEDEX	Blois	blois	24	41	411	47.5943	1.3291	5
41022 CEDEX	Blois	blois	24	41	411	47.5943	1.3291	5
41023 CEDEX	Blois	blois	24	41	411	47.5943	1.3291	5
41025 CEDEX	Blois	blois	24	41	411	47.5943	1.3291	5
41026 CEDEX	Blois	blois	24	41	411	47.5943	1.3291	5
41028 CEDEX	Blois	blois	24	41	411	47.5943	1.3291	5
41029 CEDEX	Blois	blois	24	41	411	47.5943	1.3291	5
41033 CEDEX	Blois	blois	24	41	411	47.5943	1.3291	5
41034 CEDEX	Blois	blois	24	41	411	47.5943	1.3291	5
41035 CEDEX	Blois	blois	24	41	411	47.5943	1.3291	5
41042 CEDEX	Blois	blois	24	41	411	47.5943	1.3291	5
41043 CEDEX	Blois	blois	24	41	411	47.5943	1.3291	5
41100	Villetrun	villetrun	24	41	412	47.7868	1.1597	5
41100	Villemardy	villemardy	24	41	412	47.7352	1.1897	5
41100	Rocé	roce	24	41	412	47.8071	1.1494	5
41100	Villiersfaux	villiersfaux	24	41	412	47.75	0.9877	5
41100	Lisle	lisle	24	41	412	47.8523	1.1174	5
41100	Villeromain	villeromain	24	41	412	47.7294	1.1436	5
41100	Mazangé	mazange	24	41	412	47.824	0.9459	5
41100	Thoré-la-Rochette	thore-la-rochette	24	41	412	47.7874	0.9636	5
41100	Azé	aze	24	41	412	47.8514	0.9983	5
41100	Sainte-Anne	sainte-anne	24	41	412	47.7577	1.0819	5
41100	Faye	faye	24	41	412	47.8009	1.1808	5
41100	Areines	areines	24	41	412	47.8028	1.0952	5
41100	Pezou	pezou	24	41	412	47.8674	1.1428	5
41100	Coulommiers-la-Tour	coulommiers-la-tour	24	41	412	47.784	1.1433	5
41100	Meslay	meslay	24	41	412	47.8109	1.0971	5
41100	Villerable	villerable	24	41	412	47.7577	1.0313	5
41100	Villiers-sur-Loir	villiers-sur-loir	24	41	412	47.8051	0.9977	5
41100	Saint-Ouen	saint-ouen	24	41	412	47.814	1.0807	5
41100	Vendôme	vendome	24	41	412	47.8	1.0667	5
41100	Renay	renay	24	41	412	47.8416	1.1659	5
41100	Périgny	perigny	24	41	412	47.7409	1.1501	5
41100	Selommes	selommes	24	41	412	47.7559	1.194	5
41100	Naveil	naveil	24	41	412	47.7958	1.0322	5
41100	Crucheray	crucheray	24	41	412	47.728	1.0882	5
41100	Saint-Firmin-des-Prés	saint-firmin-des-pres	24	41	412	47.8413	1.1144	5
41100	Marcilly-en-Beauce	marcilly-en-beauce	24	41	412	47.7633	1.0026	5
41101 CEDEX	Vendôme	vendome	24	41	412	47.8	1.0667	5
41102 CEDEX	Vendôme	vendome	24	41	412	47.8	1.0667	5
41103 CEDEX	Vendôme	vendome	24	41	412	47.8	1.0667	5
41105 CEDEX	Vendôme	vendome	24	41	412	47.8	1.0667	5
41106 CEDEX	Vendôme	vendome	24	41	412	47.8	1.0667	5
41109 CEDEX	Vendôme	vendome	24	41	412	47.8	1.0667	5
41110	Seigy	seigy	24	41	413	47.2569	1.3996	5
41110	Châteauvieux	chateauvieux	24	41	413	47.231	1.3828	5
41110	Pouillé	pouille	24	41	413	47.3174	1.2901	5
41110	Mareuil-sur-Cher	mareuil-sur-cher	24	41	413	47.2931	1.329	5
41110	Couffy	couffy	24	41	413	47.2477	1.4392	5
41110	Saint-Aignan	saint-aignan	24	41	413	47.2689	1.3761	5
41120	Ouchamps	ouchamps	24	41	413	47.4728	1.3083	5
41120	Chailles	chailles	24	41	411	47.5416	1.3122	5
41120	Monthou-sur-Bièvre	monthou-sur-bievre	24	41	411	47.4767	1.2951	5
41120	Fougères-sur-Bièvre	fougeres-sur-bievre	24	41	413	47.4487	1.3424	5
41120	Candé-sur-Beuvron	cande-sur-beuvron	24	41	411	47.495	1.2594	5
41120	Seur	seur	24	41	411	47.5027	1.3338	5
41120	Cormeray	cormeray	24	41	411	47.492	1.4061	5
41120	Feings	feings	24	41	413	47.4379	1.3536	5
41120	Sambin	sambin	24	41	411	47.4386	1.2968	5
41120	Chitenay	chitenay	24	41	411	47.4975	1.3714	5
41120	Les Montils	les-montils	24	41	411	47.495	1.2977	5
41120	Valaire	valaire	24	41	411	47.4702	1.2685	5
41120	Cellettes	cellettes	24	41	411	47.5276	1.381	5
41121 CEDEX	Candé-sur-Beuvron	cande-sur-beuvron	24	41	411	47.495	1.2594	5
41122 CEDEX	Candé-sur-Beuvron	cande-sur-beuvron	24	41	411	47.495	1.2594	5
41130	Châtillon-sur-Cher	chatillon-sur-cher	24	41	413	47.2757	1.4942	5
41130	Billy	billy	24	41	413	47.3124	1.5393	5
41130	Meusnes	meusnes	24	41	413	47.249	1.4969	5
41130	Selles-sur-Cher	selles-sur-cher	24	41	413	47.279	1.5539	5
41130	Gièvres	gievres	24	41	413	47.2785	1.6694	5
41140	Méhers	mehers	24	41	413	47.3288	1.4576	5
41140	Saint-Romain-sur-Cher	saint-romain-sur-cher	24	41	413	47.3188	1.3996	5
41140	Noyers-sur-Cher	noyers-sur-cher	24	41	413	47.277	1.4032	5
41140	Thésée	thesee	24	41	413	47.3235	1.3088	5
41150	Onzain	onzain	24	41	411	47.4996	1.177	5
41150	Rilly-sur-Loire	rilly-sur-loire	24	41	411	47.4666	1.1347	5
41150	Chaumont-sur-Loire	chaumont-sur-loire	24	41	411	47.4811	1.1893	5
41150	Veuves	veuves	24	41	411	47.472	1.1247	5
41150	Chouzy-sur-Cisse	chouzy-sur-cisse	24	41	411	47.5258	1.2466	5
41150	Seillac	seillac	24	41	411	47.5459	1.1568	5
41150	Mesland	mesland	24	41	411	47.5097	1.1226	5
41150	Coulanges	coulanges	24	41	411	47.5428	1.2237	5
41150	Monteaux	monteaux	24	41	411	47.4876	1.1131	5
41151 CEDEX	Candé-sur-Beuvron	cande-sur-beuvron	24	41	411	47.495	1.2594	5
41160	Saint-Jean-Froidmentel	saint-jean-froidmentel	24	41	412	47.9576	1.2396	5
41160	Busloup	busloup	24	41	412	47.8944	1.1323	5
41160	Morée	moree	24	41	412	47.904	1.2342	5
41160	Moisy	moisy	24	41	412	47.9153	1.316	5
41160	Fréteval	freteval	24	41	412	47.8901	1.2082	5
41160	Lignières	lignieres	24	41	412	47.8663	1.1839	5
41160	La Ville-aux-Clercs	la-ville-aux-clercs	24	41	412	47.9184	1.0852	5
41160	Saint-Hilaire-la-Gravelle	saint-hilaire-la-gravelle	24	41	412	47.9209	1.1991	5
41160	Semerville	semerville	24	41	411	47.9333	1.4	5
41160	La Colombe	la-colombe	24	41	411	47.8892	1.3712	5
41160	Rahart	rahart	24	41	412	47.8712	1.0681	5
41160	Beauce la Romaine	beauce-la-romaine	24	41	411	47.9111	1.5275	5
41160	Danzé	danze	24	41	412	47.8945	1.0257	5
41160	Ouzouer-le-Doyen	ouzouer-le-doyen	24	41	412	47.9412	1.3412	5
41160	Brévainville	brevainville	24	41	412	47.9532	1.283	5
41170	Cormenon	cormenon	24	41	412	47.9687	0.8925	5
41170	Choue	choue	24	41	412	48	0.9333	5
41170	Souday	souday	24	41	412	48.0368	0.8669	5
41170	Le Plessis-Dorin	le-plessis-dorin	24	41	412	48.0893	0.8651	5
41170	Saint-Agil	saint-agil	24	41	412	48.0342	0.9261	5
41170	Baillou	baillou	24	41	412	47.9669	0.8421	5
41170	Saint-Avit	saint-avit	24	41	412	48.0908	0.9162	5
41170	Oigny	oigny	24	41	412	48.064	0.9215	5
41170	Beauchêne	beauchene	24	41	412	47.9393	0.9699	5
41170	Mondoubleau	mondoubleau	24	41	412	47.9806	0.8978	5
41170	Le Temple	le-temple	24	41	412	47.9317	0.9353	5
41170	Arville	arville	24	41	412	48.063	0.9481	5
41170	Sargé-sur-Braye	sarge-sur-braye	24	41	412	47.9235	0.8534	5
41170	Saint-Marc-du-Cor	saint-marc-du-cor	24	41	412	47.9732	0.9535	5
41190	Tourailles	tourailles	24	41	412	47.6852	1.1584	5
41190	Saint-Étienne-des-Guérets	saint-etienne-des-guerets	24	41	411	47.599	1.0632	5
41190	Molineuf	molineuf	24	41	411	47.5769	1.2183	5
41190	Saint-Lubin-en-Vergonnois	saint-lubin-en-vergonnois	24	41	411	47.6135	1.2339	5
41190	Françay	francay	24	41	411	47.6176	1.1269	5
41190	Santenay	santenay	24	41	411	47.5667	1.1167	5
41190	Landes-le-Gaulois	landes-le-gaulois	24	41	411	47.6542	1.1844	5
41190	Herbault	herbault	24	41	411	47.605	1.1393	5
41190	Orchaise	orchaise	24	41	411	47.5909	1.1986	5
41190	Pray	pray	24	41	412	47.6761	1.1169	5
41190	Saint-Cyr-du-Gault	saint-cyr-du-gault	24	41	411	47.6211	1.0299	5
41190	Lancôme	lancome	24	41	411	47.6489	1.1228	5
41190	Valencisse	valencisse	24	41	411	47.5786	1.2156	5
41190	Chambon-sur-Cisse	chambon-sur-cisse	24	41	411	47.5624	1.2154	5
41200	Villefranche-sur-Cher	villefranche-sur-cher	24	41	413	47.3	1.7667	5
41200	Loreux	loreux	24	41	413	47.3989	1.8316	5
41200	Romorantin-Lanthenay	romorantin-lanthenay	24	41	413	47.3667	1.75	5
41200	Villeherviers	villeherviers	24	41	413	47.3667	1.8	5
41200	Millançay	millancay	24	41	413	47.447	1.7721	5
41200	Pruniers-en-Sologne	pruniers-en-sologne	24	41	413	47.3167	1.6667	5
41201 CEDEX	Romorantin-Lanthenay	romorantin-lanthenay	24	41	413	47.3667	1.75	5
41202 CEDEX	Romorantin-Lanthenay	romorantin-lanthenay	24	41	413	47.3667	1.75	5
41203 CEDEX	Romorantin-Lanthenay	romorantin-lanthenay	24	41	413	47.3667	1.75	5
41204 CEDEX	Romorantin-Lanthenay	romorantin-lanthenay	24	41	413	47.3667	1.75	5
41205 CEDEX	Romorantin-Lanthenay	romorantin-lanthenay	24	41	413	47.3667	1.75	5
41206 CEDEX	Romorantin-Lanthenay	romorantin-lanthenay	24	41	413	47.3667	1.75	5
41207 CEDEX	Romorantin-Lanthenay	romorantin-lanthenay	24	41	413	47.3667	1.75	5
41210	Neung-sur-Beuvron	neung-sur-beuvron	24	41	413	47.5349	1.8051	5
41210	Marcilly-en-Gault	marcilly-en-gault	24	41	413	47.4659	1.8744	5
41210	La Marolle-en-Sologne	la-marolle-en-sologne	24	41	413	47.5847	1.7785	5
41210	Saint-Viâtre	saint-viatre	24	41	413	47.5244	1.9328	5
41210	La Ferté-Beauharnais	la-ferte-beauharnais	24	41	413	47.542	1.8504	5
41210	Montrieux-en-Sologne	montrieux-en-sologne	24	41	413	47.5541	1.7259	5
41220	Thoury	thoury	24	41	411	47.6295	1.5966	5
41220	Villeny	villeny	24	41	413	47.623	1.7555	5
41220	Dhuizon	dhuizon	24	41	413	47.5872	1.6581	5
41220	La Ferté-Saint-Cyr	la-ferte-saint-cyr	24	41	411	47.656	1.6732	5
41220	Crouy-sur-Cosson	crouy-sur-cosson	24	41	411	47.6507	1.6101	5
41220	Saint-Laurent-Nouan	saint-laurent-nouan	24	41	411	47.7167	1.6	5
41230	Rougeou	rougeou	24	41	413	47.363	1.5363	5
41230	Mur-de-Sologne	mur-de-sologne	24	41	413	47.4124	1.6083	5
41230	Veilleins	veilleins	24	41	413	47.4212	1.6703	5
41230	Courmemin	courmemin	24	41	411	47.472	1.6275	5
41230	Gy-en-Sologne	gy-en-sologne	24	41	413	47.3444	1.5824	5
41230	Vernou-en-Sologne	vernou-en-sologne	24	41	413	47.501	1.6805	5
41230	Lassay-sur-Croisne	lassay-sur-croisne	24	41	413	47.3733	1.623	5
41230	Soings-en-Sologne	soings-en-sologne	24	41	413	47.4129	1.5245	5
41240	Verdes	verdes	24	41	411	47.9585	1.426	5
41240	Ouzouer-le-Marché	ouzouer-le-marche	24	41	411	47.9106	1.5261	5
41240	Binas	binas	24	41	411	47.9042	1.4619	5
41240	Tripleville	tripleville	24	41	411	47.9433	1.4848	5
41240	Villermain	villermain	24	41	411	47.8625	1.5298	5
41240	Prénouvellon	prenouvellon	24	41	411	47.9692	1.5388	5
41240	Membrolles	membrolles	24	41	411	47.9844	1.4675	5
41240	Autainville	autainville	24	41	411	47.8818	1.4166	5
41240	Beauce la Romaine	beauce-la-romaine	24	41	411	47.9111	1.5275	5
41240	Saint-Laurent-des-Bois	saint-laurent-des-bois	24	41	411	47.8523	1.4481	5
41250	Chambord	chambord	24	41	411	47.6162	1.5167	5
41250	Maslives	maslives	24	41	411	47.6335	1.4792	5
41250	Fontaines-en-Sologne	fontaines-en-sologne	24	41	411	47.5091	1.5504	5
41250	Bauzy	bauzy	24	41	411	47.5356	1.6081	5
41250	Mont-près-Chambord	mont-pres-chambord	24	41	411	47.5623	1.4571	5
41250	Tour-en-Sologne	tour-en-sologne	24	41	411	47.5401	1.5053	5
41250	Bracieux	bracieux	24	41	411	47.5489	1.5412	5
41250	Neuvy	neuvy	24	41	411	47.5629	1.6028	5
41260	La Chaussée-Saint-Victor	la-chaussee-saint-victor	24	41	411	47.6162	1.3676	5
41261 CEDEX	Blois	blois	24	41	411	47.5943	1.3291	5
41270	La Chapelle-Vicomtesse	la-chapelle-vicomtesse	24	41	412	47.99	1.0355	5
41270	Fontaine-Raoul	fontaine-raoul	24	41	412	47.99	1.1389	5
41270	La Fontenelle	la-fontenelle	24	41	412	48.0656	1.0309	5
41270	Boursay	boursay	24	41	412	48.0192	0.9704	5
41270	Droué	droue	24	41	412	48.0402	1.0753	5
41270	Ruan-sur-Egvonne	ruan-sur-egvonne	24	41	412	48.0167	1.15	5
41270	Le Poislay	le-poislay	24	41	412	48.0667	1.065	5
41270	Bouffry	bouffry	24	41	412	48.0073	1.0976	5
41270	Chauvigny-du-Perche	chauvigny-du-perche	24	41	412	47.957	1.0798	5
41270	Le Gault-Perche	le-gault-perche	24	41	412	48.1	0.9833	5
41270	Romilly	romilly	24	41	412	47.9486	1.0383	5
41270	Villebout	villebout	24	41	412	47.9899	1.177	5
41290	Oucques	oucques	24	41	411	47.8225	1.2938	5
41290	Conan	conan	24	41	411	47.7496	1.2863	5
41290	Boisseau	boisseau	24	41	411	47.7729	1.2971	5
41290	La Chapelle-Enchérie	la-chapelle-encherie	24	41	412	47.8267	1.2073	5
41290	Vievy-le-Rayé	vievy-le-raye	24	41	411	47.8667	1.3167	5
41290	Rhodon	rhodon	24	41	411	47.7529	1.2678	5
41290	Épiais	epiais	24	41	411	47.8063	1.2541	5
41290	Baigneaux	baigneaux	24	41	411	47.7829	1.2533	5
41290	Beauvilliers	beauvilliers	24	41	411	47.83	1.25	5
41290	Villeneuve-Frouville	villeneuve-frouville	24	41	411	47.7869	1.3099	5
41290	Sainte-Gemmes	sainte-gemmes	24	41	411	47.7932	1.27	5
41300	Selles-Saint-Denis	selles-saint-denis	24	41	413	47.3869	1.9229	5
41300	Orçay	orcay	24	41	413	47.2909	2.1116	5
41300	Pierrefitte-sur-Sauldre	pierrefitte-sur-sauldre	24	41	413	47.5125	2.1503	5
41300	Theillay	theillay	24	41	413	47.3143	2.0403	5
41300	Salbris	salbris	24	41	413	47.4242	2.0512	5
41300	La Ferté-Imbault	la-ferte-imbault	24	41	413	47.3847	1.9534	5
41300	Souesmes	souesmes	24	41	413	47.4564	2.1749	5
41310	Prunay-Cassereau	prunay-cassereau	24	41	412	47.6955	0.9198	5
41310	Lancé	lance	24	41	412	47.6929	1.0661	5
41310	Villechauve	villechauve	24	41	412	47.6497	0.9415	5
41310	Saint-Gourgon	saint-gourgon	24	41	412	47.6608	1.0173	5
41310	Nourray	nourray	24	41	412	47.7173	1.0588	5
41310	Ambloy	ambloy	24	41	412	47.7124	0.9669	5
41310	Saint-Amand-Longpré	saint-amand-longpre	24	41	412	47.6833	1.0167	5
41310	Authon	authon	24	41	412	47.6448	0.896	5
41310	Sasnières	sasnieres	24	41	412	47.7186	0.9324	5
41310	Gombergean	gombergean	24	41	412	47.65	1.0833	5
41310	Villeporcher	villeporcher	24	41	412	47.6408	0.9938	5
41310	Huisseau-en-Beauce	huisseau-en-beauce	24	41	412	47.7235	1.0094	5
41320	Maray	maray	24	41	413	47.2477	1.8851	5
41320	Mennetou-sur-Cher	mennetou-sur-cher	24	41	413	47.2694	1.8645	5
41320	Langon	langon	24	41	413	47.2842	1.826	5
41320	Saint-Julien-sur-Cher	saint-julien-sur-cher	24	41	413	47.2822	1.7741	5
41320	Châtres-sur-Cher	chatres-sur-cher	24	41	413	47.265	1.9059	5
41320	Saint-Loup	saint-loup	24	41	413	47.2651	1.8389	5
41320	La Chapelle-Montmartin	la-chapelle-montmartin	24	41	413	47.2667	1.7333	5
41330	Saint-Bohaire	saint-bohaire	24	41	411	47.6431	1.2634	5
41330	Fossé	fosse	24	41	411	47.6335	1.2839	5
41330	Champigny-en-Beauce	champigny-en-beauce	24	41	411	47.7124	1.2534	5
41330	La Chapelle-Vendômoise	la-chapelle-vendomoise	24	41	411	47.671	1.2389	5
41330	Marolles	marolles	24	41	411	47.6482	1.3066	5
41330	Averdon	averdon	24	41	411	47.6839	1.2945	5
41330	Villefrancœur	villefranc-ur	24	41	411	47.7	1.2167	5
41350	Vineuil	vineuil	24	41	411	47.5838	1.376	5
41350	Saint-Gervais-la-Forêt	saint-gervais-la-foret	24	41	411	47.5671	1.3549	5
41350	Saint-Claude-de-Diray	saint-claude-de-diray	24	41	411	47.6165	1.418	5
41350	Huisseau-sur-Cosson	huisseau-sur-cosson	24	41	411	47.5933	1.4533	5
41350	Montlivault	montlivault	24	41	411	47.6399	1.4449	5
41353 CEDEX	Vineuil	vineuil	24	41	411	47.5838	1.376	5
41354 CEDEX	Vineuil	vineuil	24	41	411	47.5838	1.376	5
41355 CEDEX	Vineuil	vineuil	24	41	411	47.5838	1.376	5
41357 CEDEX	Vineuil	vineuil	24	41	411	47.5838	1.376	5
41360	Cellé	celle	24	41	412	47.833	0.781	5
41360	Lunay	lunay	24	41	412	47.8086	0.915	5
41360	Savigny-sur-Braye	savigny-sur-braye	24	41	412	47.8792	0.8098	5
41360	Épuisay	epuisay	24	41	412	47.9007	0.9305	5
41360	Fortan	fortan	24	41	412	47.8444	0.9157	5
41370	Concriers	concriers	24	41	411	47.772	1.4747	5
41370	Lorges	lorges	24	41	411	47.8248	1.4986	5
41370	Saint-Léonard-en-Beauce	saint-leonard-en-beauce	24	41	411	47.8336	1.3808	5
41370	Le Plessis-l’Échelle	le-plessis-l-echelle	24	41	411	47.8138	1.4284	5
41370	Talcy	talcy	24	41	411	47.77	1.4457	5
41370	Josnes	josnes	24	41	411	47.7937	1.5257	5
41370	La Madeleine-Villefrouin	la-madeleine-villefrouin	24	41	411	47.7723	1.3955	5
41370	Roches	roches	24	41	411	47.7952	1.4492	5
41370	Marchenoir	marchenoir	24	41	411	47.8239	1.3959	5
41370	Briou	briou	24	41	411	47.8146	1.4808	5
41400	Angé	ange	24	41	413	47.3316	1.2447	5
41400	Saint-Georges-sur-Cher	saint-georges-sur-cher	24	41	413	47.33	1.1326	5
41400	Thenay	thenay	24	41	413	47.3875	1.291	5
41400	Faverolles-sur-Cher	faverolles-sur-cher	24	41	413	47.3173	1.1905	5
41400	Montrichard	montrichard	24	41	413	47.3431	1.1865	5
41400	Montrichard Val de Cher	montrichard-val-de-cher	24	41	413	47.3431	1.1833	5
41400	Bourré	bourre	24	41	413	47.3476	1.2269	5
41400	Chissay-en-Touraine	chissay-en-touraine	24	41	413	47.3375	1.1336	5
41400	Pontlevoy	pontlevoy	24	41	413	47.39	1.2547	5
41400	Vallières-les-Grandes	vallieres-les-grandes	24	41	413	47.4237	1.1472	5
41400	Saint-Julien-de-Chédon	saint-julien-de-chedon	24	41	413	47.3034	1.2038	5
41400	Monthou-sur-Cher	monthou-sur-cher	24	41	413	47.3483	1.2974	5
41401 CEDEX	Montrichard	montrichard	24	41	413	47.3431	1.1865	5
41402 CEDEX	Montrichard	montrichard	24	41	413	47.3431	1.1865	5
41406 CEDEX	Montrichard	montrichard	24	41	413	47.3431	1.1865	5
41500	Muides-sur-Loire	muides-sur-loire	24	41	411	47.6696	1.5269	5
41500	Suèvres	suevres	24	41	411	47.6666	1.4615	5
41500	Saint-Dyé-sur-Loire	saint-dye-sur-loire	24	41	411	47.656	1.4885	5
41500	Villexanton	villexanton	24	41	411	47.7419	1.422	5
41500	Courbouzon	courbouzon	24	41	411	47.7149	1.5435	5
41500	Cour-sur-Loire	cour-sur-loire	24	41	411	47.6506	1.4238	5
41500	Avaray	avaray	24	41	411	47.7225	1.5644	5
41500	Mulsans	mulsans	24	41	411	47.6963	1.3853	5
41500	La Chapelle-Saint-Martin-en-Plaine	la-chapelle-saint-martin-en-plaine	24	41	411	47.7172	1.4169	5
41500	Lestiou	lestiou	24	41	411	47.735	1.5891	5
41500	Séris	seris	24	41	411	47.7582	1.502	5
41500	Menars	menars	24	41	411	47.6427	1.4077	5
41500	Mer	mer	24	41	411	47.7055	1.5062	5
41500	Maves	maves	24	41	411	47.7429	1.3651	5
41600	Lamotte-Beuvron	lamotte-beuvron	24	41	413	47.602	2.0284	5
41600	Yvoy-le-Marron	yvoy-le-marron	24	41	413	47.6322	1.8528	5
41600	Chaon	chaon	24	41	413	47.6089	2.1729	5
41600	Chaumont-sur-Tharonne	chaumont-sur-tharonne	24	41	413	47.6104	1.9051	5
41600	Nouan-le-Fuzelier	nouan-le-fuzelier	24	41	413	47.536	2.0365	5
41600	Vouzon	vouzon	24	41	413	47.6451	2.0561	5
41600	Souvigny-en-Sologne	souvigny-en-sologne	24	41	413	47.6444	2.1641	5
41700	Cheverny	cheverny	24	41	411	47.5008	1.4595	5
41700	Choussy	choussy	24	41	413	47.3731	1.3464	5
41700	Contres	contres	24	41	413	47.4175	1.4285	5
41700	Couddes	couddes	24	41	413	47.3641	1.4044	5
41700	Sassay	sassay	24	41	413	47.3944	1.4414	5
41700	Fresnes	fresnes	24	41	413	47.4349	1.4122	5
41700	Cour-Cheverny	cour-cheverny	24	41	411	47.5103	1.4558	5
41700	Oisly	oisly	24	41	413	47.3902	1.3767	5
41700	Chémery	chemery	24	41	413	47.3468	1.479	5
41800	Les Roches-l’Évêque	les-roches-l-eveque	24	41	412	47.784	0.8951	5
41800	Les Essarts	les-essarts	24	41	412	47.7333	0.72	5
41800	Villedieu-le-Château	villedieu-le-chateau	24	41	412	47.7205	0.6472	5
41800	Houssay	houssay	24	41	412	47.7527	0.9383	5
41800	Bonneveau	bonneveau	24	41	412	47.8126	0.7489	5
41800	Villavard	villavard	24	41	412	47.759	0.9045	5
41800	Montoire-sur-le-Loir	montoire-sur-le-loir	24	41	412	47.7532	0.8653	5
41800	Sougé	souge	24	41	412	47.7698	0.7281	5
41800	Couture-sur-Loir	couture-sur-loir	24	41	412	47.7536	0.6869	5
41800	Saint-Rimay	saint-rimay	24	41	412	47.7637	0.9227	5
41800	Saint-Arnoult	saint-arnoult	24	41	412	47.7082	0.8716	5
41800	Ternay	ternay	24	41	412	47.731	0.7781	5
41800	Saint-Jacques-des-Guérets	saint-jacques-des-guerets	24	41	412	47.7667	0.8	5
41800	Fontaine-les-Coteaux	fontaine-les-coteaux	24	41	412	47.8	0.8333	5
41800	Troo	troo	24	41	412	47.7833	0.7833	5
41800	Saint-Martin-des-Bois	saint-martin-des-bois	24	41	412	47.724	0.8262	5
41800	Montrouveau	montrouveau	24	41	412	47.7148	0.7309	5
41800	Artins	artins	24	41	412	47.7457	0.7394	5
41800	Les Hayes	les-hayes	24	41	412	47.7156	0.777	5
41800	Tréhet	trehet	24	41	412	47.7337	0.6227	5
41800	Lavardin	lavardin	24	41	412	47.7418	0.8859	5
41901 CEDEX 9	Blois	blois	24	41	411	47.5943	1.3291	5
41903 CEDEX 9	Blois	blois	24	41	411	47.5943	1.3291	5
41904 CEDEX 9	Blois	blois	24	41	411	47.5943	1.3291	5
41905 CEDEX 9	Blois	blois	24	41	411	47.5943	1.3291	5
41906 CEDEX 9	Blois	blois	24	41	411	47.5943	1.3291	5
41908 CEDEX 9	Blois	blois	24	41	411	47.5943	1.3291	5
41909 CEDEX 9	Blois	blois	24	41	411	47.5943	1.3291	5
41910 CEDEX 9	Blois	blois	24	41	411	47.5943	1.3291	5
41913 CEDEX 9	Blois	blois	24	41	411	47.5943	1.3291	5
41914 CEDEX 9	Blois	blois	24	41	411	47.5943	1.3291	5
41915 CEDEX 9	Blois	blois	24	41	411	47.5943	1.3291	5
41918 CEDEX 9	Blois	blois	24	41	411	47.5943	1.3291	5
41919 CEDEX 9	Blois	blois	24	41	411	47.5943	1.3291	5
41921 CEDEX 9	Blois	blois	24	41	411	47.5943	1.3291	5
41924 CEDEX 9	Blois	blois	24	41	411	47.5943	1.3291	5
41925 CEDEX 9	Blois	blois	24	41	411	47.5943	1.3291	5
41930 CEDEX 9	Blois	blois	24	41	411	47.5943	1.3291	5
41931 CEDEX 9	Blois	blois	24	41	411	47.5943	1.3291	5
41932 CEDEX 9	Blois	blois	24	41	411	47.5943	1.3291	5
41933 CEDEX 9	Blois	blois	24	41	411	47.5943	1.3291	5
41936 CEDEX 9	Blois	blois	24	41	411	47.5943	1.3291	5
41941 CEDEX 9	Blois	blois	24	41	411	47.5943	1.3291	5
41942 CEDEX 9	Blois	blois	24	41	411	47.5943	1.3291	5
41943 CEDEX 9	Blois	blois	24	41	411	47.5943	1.3291	5
41945 CEDEX 9	Blois	blois	24	41	411	47.5943	1.3291	5
41948 CEDEX 9	Blois	blois	24	41	411	47.5943	1.3291	5
41949 CEDEX 9	Blois	blois	24	41	411	47.5943	1.3291	5
41950 CEDEX 9	Blois	blois	24	41	411	47.5943	1.3291	5
41951 CEDEX 9	Blois	blois	24	41	411	47.5943	1.3291	5
41958 CEDEX 9	Blois	blois	24	41	411	47.5943	1.3291	5
41960 CEDEX 9	Blois	blois	24	41	411	47.5943	1.3291	5
41963 CEDEX 9	Blois	blois	24	41	411	47.5943	1.3291	5
41964 CEDEX 9	Blois	blois	24	41	411	47.5943	1.3291	5
41965 CEDEX 9	Blois	blois	24	41	411	47.5943	1.3291	5
41966 CEDEX 9	Blois	blois	24	41	411	47.5943	1.3291	5
41967 CEDEX 9	Blois	blois	24	41	411	47.5943	1.3291	5
41968 CEDEX 9	Blois	blois	24	41	411	47.5943	1.3291	5
41970 CEDEX 9	Blois	blois	24	41	411	47.5943	1.3291	5
41971 CEDEX 9	Blois	blois	24	41	411	47.5943	1.3291	5
41972 CEDEX 9	Blois	blois	24	41	411	47.5943	1.3291	5
41973 CEDEX 9	Blois	blois	24	41	411	47.5943	1.3291	5
41974 CEDEX 9	Blois	blois	24	41	411	47.5943	1.3291	5
41975 CEDEX 9	Blois	blois	24	41	411	47.5943	1.3291	5
41976 CEDEX 9	Blois	blois	24	41	411	47.5943	1.3291	5
45000	Orléans	orleans	24	45	452	47.9029	1.9039	5
45001 CEDEX 1	Orléans	orleans	24	45	452	47.9029	1.9039	5
45002 CEDEX 1	Orléans	orleans	24	45	452	47.9029	1.9039	5
45003 CEDEX 1	Orléans	orleans	24	45	452	47.9029	1.9039	5
45004 CEDEX 1	Orléans	orleans	24	45	452	47.9029	1.9039	5
45005 CEDEX 1	Orléans	orleans	24	45	452	47.9029	1.9039	5
45006 CEDEX 1	Orléans	orleans	24	45	452	47.9029	1.9039	5
45007 CEDEX 1	Orléans	orleans	24	45	452	47.9029	1.9039	5
45008 CEDEX 1	Orléans	orleans	24	45	452	47.9029	1.9039	5
45009 CEDEX 1	Orléans	orleans	24	45	452	47.9029	1.9039	5
45010 CEDEX 1	Orléans	orleans	24	45	452	47.9029	1.9039	5
45011 CEDEX 1	Orléans	orleans	24	45	452	47.9029	1.9039	5
45012 CEDEX 1	Orléans	orleans	24	45	452	47.9029	1.9039	5
45015 CEDEX 1	Orléans	orleans	24	45	452	47.9029	1.9039	5
45016 CEDEX 1	Orléans	orleans	24	45	452	47.9029	1.9039	5
45017 CEDEX 1	Orléans	orleans	24	45	452	47.9029	1.9039	5
45019 CEDEX 1	Orléans	orleans	24	45	452	47.9029	1.9039	5
45021 CEDEX 1	Orléans	orleans	24	45	452	47.9029	1.9039	5
45023 CEDEX 1	Orléans	orleans	24	45	452	47.9029	1.9039	5
45025 CEDEX 1	Orléans	orleans	24	45	452	47.9029	1.9039	5
45028 CEDEX 1	Orléans	orleans	24	45	452	47.9029	1.9039	5
45029 CEDEX 1	Orléans	orleans	24	45	452	47.9029	1.9039	5
45030 CEDEX 1	Orléans	orleans	24	45	452	47.9029	1.9039	5
45031 CEDEX 1	Orléans	orleans	24	45	452	47.9029	1.9039	5
45032 CEDEX 1	Orléans	orleans	24	45	452	47.9029	1.9039	5
45033 CEDEX 1	Orléans	orleans	24	45	452	47.9029	1.9039	5
45034 CEDEX 1	Orléans	orleans	24	45	452	47.9029	1.9039	5
45035 CEDEX 1	Orléans	orleans	24	45	452	47.9029	1.9039	5
45038 CEDEX 1	Orléans	orleans	24	45	452	47.9029	1.9039	5
45040 CEDEX 1	Orléans	orleans	24	45	452	47.9029	1.9039	5
45041 CEDEX 1	Orléans	orleans	24	45	452	47.9029	1.9039	5
45042 CEDEX 1	Orléans	orleans	24	45	452	47.9029	1.9039	5
45043 CEDEX 1	Orléans	orleans	24	45	452	47.9029	1.9039	5
45044 CEDEX 1	Orléans	orleans	24	45	452	47.9029	1.9039	5
45045 CEDEX 1	Orléans	orleans	24	45	452	47.9029	1.9039	5
45046 CEDEX 1	Orléans	orleans	24	45	452	47.9029	1.9039	5
45052 CEDEX 1	Orléans	orleans	24	45	452	47.9029	1.9039	5
45053 CEDEX 1	Orléans	orleans	24	45	452	47.9029	1.9039	5
45056 CEDEX 1	Orléans	orleans	24	45	452	47.9029	1.9039	5
45057 CEDEX 1	Orléans	orleans	24	45	452	47.9029	1.9039	5
45058 CEDEX 1	Orléans	orleans	24	45	452	47.9029	1.9039	5
45060 CEDEX 2	Orléans	orleans	24	45	452	47.9029	1.9039	5
45061 CEDEX 2	Orléans	orleans	24	45	452	47.9029	1.9039	5
45062 CEDEX 2	Orléans	orleans	24	45	452	47.9029	1.9039	5
45063 CEDEX 2	Orléans	orleans	24	45	452	47.9029	1.9039	5
45064 CEDEX 2	Orléans	orleans	24	45	452	47.9029	1.9039	5
45065 CEDEX 2	Orléans	orleans	24	45	452	47.9029	1.9039	5
45067 CEDEX 2	Orléans	orleans	24	45	452	47.9029	1.9039	5
45068 CEDEX 2	Orléans	orleans	24	45	452	47.9029	1.9039	5
45069 CEDEX 2	Orléans	orleans	24	45	452	47.9029	1.9039	5
45071 CEDEX 2	Orléans	orleans	24	45	452	47.9029	1.9039	5
45072 CEDEX 2	Orléans	orleans	24	45	452	47.9029	1.9039	5
45073 CEDEX 2	Orléans	orleans	24	45	452	47.9029	1.9039	5
45074 CEDEX 2	Orléans	orleans	24	45	452	47.9029	1.9039	5
45075 CEDEX 2	Orléans	orleans	24	45	452	47.9029	1.9039	5
45077 CEDEX 2	Orléans	orleans	24	45	452	47.9029	1.9039	5
45078 CEDEX 2	Orléans	orleans	24	45	452	47.9029	1.9039	5
45079 CEDEX 2	Orléans	orleans	24	45	452	47.9029	1.9039	5
45081 CEDEX 2	Orléans	orleans	24	45	452	47.9029	1.9039	5
45082 CEDEX 2	Orléans	orleans	24	45	452	47.9029	1.9039	5
45087 CEDEX 2	Orléans	orleans	24	45	452	47.9029	1.9039	5
45088 CEDEX 2	Orléans	orleans	24	45	452	47.9029	1.9039	5
45100	Orléans	orleans	24	45	452	47.9029	1.9039	5
45110	Sigloy	sigloy	24	45	452	47.8338	2.2263	5
45110	Germigny-des-Prés	germigny-des-pres	24	45	452	47.8448	2.2695	5
45110	Saint-Martin-d’Abbat	saint-martin-d-abbat	24	45	452	47.8565	2.2653	5
45110	Châteauneuf-sur-Loire	chateauneuf-sur-loire	24	45	452	47.8657	2.219	5
45120	Châlette-sur-Loing	chalette-sur-loing	24	45	451	48.0134	2.7359	5
45120	Corquilleroy	corquilleroy	24	45	451	48.0421	2.7038	5
45120	Cepoy	cepoy	24	45	451	48.048	2.7378	5
45120	Girolles	girolles	24	45	451	48.0612	2.7153	5
45121 CEDEX	Châlette-sur-Loing	chalette-sur-loing	24	45	451	48.0134	2.7359	5
45122 CEDEX	Châlette-sur-Loing	chalette-sur-loing	24	45	451	48.0134	2.7359	5
45125 CEDEX	Châlette-sur-Loing	chalette-sur-loing	24	45	451	48.0134	2.7359	5
45129 CEDEX	Châlette-sur-Loing	chalette-sur-loing	24	45	451	48.0134	2.7359	5
45130	Huisseau-sur-Mauves	huisseau-sur-mauves	24	45	452	47.8932	1.7027	5
45130	Charsonville	charsonville	24	45	452	47.9282	1.5798	5
45130	Baule	baule	24	45	452	47.8108	1.6726	5
45130	Saint-Ay	saint-ay	24	45	452	47.8589	1.7514	5
45130	Le Bardon	le-bardon	24	45	452	47.8449	1.6523	5
45130	Meung-sur-Loire	meung-sur-loire	24	45	452	47.8312	1.6958	5
45130	Baccon	baccon	24	45	452	47.8914	1.6286	5
45130	Rozières-en-Beauce	rozieres-en-beauce	24	45	452	47.9422	1.7018	5
45130	Épieds-en-Beauce	epieds-en-beauce	24	45	452	47.9507	1.6173	5
45130	Coulmiers	coulmiers	24	45	452	47.9314	1.6646	5
45140	Saint-Jean-de-la-Ruelle	saint-jean-de-la-ruelle	24	45	452	47.9113	1.8648	5
45140	Ingré	ingre	24	45	452	47.92	1.8278	5
45140	Boulay-les-Barres	boulay-les-barres	24	45	452	47.9839	1.7824	5
45140	Ormes	ormes	24	45	452	47.9415	1.8182	5
45140	Bucy-Saint-Liphard	bucy-saint-liphard	24	45	452	47.9357	1.7649	5
45141 CEDEX	Saint-Jean-de-la-Ruelle	saint-jean-de-la-ruelle	24	45	452	47.9113	1.8648	5
45142 CEDEX	Saint-Jean-de-la-Ruelle	saint-jean-de-la-ruelle	24	45	452	47.9113	1.8648	5
45143 CEDEX	Saint-Jean-de-la-Ruelle	saint-jean-de-la-ruelle	24	45	452	47.9113	1.8648	5
45144 CEDEX	Saint-Jean-de-la-Ruelle	saint-jean-de-la-ruelle	24	45	452	47.9113	1.8648	5
45145 CEDEX	Saint-Jean-de-la-Ruelle	saint-jean-de-la-ruelle	24	45	452	47.9113	1.8648	5
45146 CEDEX	Saint-Jean-de-la-Ruelle	saint-jean-de-la-ruelle	24	45	452	47.9113	1.8648	5
45147 CEDEX	Saint-Jean-de-la-Ruelle	saint-jean-de-la-ruelle	24	45	452	47.9113	1.8648	5
45149 CEDEX	Saint-Jean-de-la-Ruelle	saint-jean-de-la-ruelle	24	45	452	47.9113	1.8648	5
45150	Ouvrouer-les-Champs	ouvrouer-les-champs	24	45	452	47.8323	2.1788	5
45150	Darvoy	darvoy	24	45	452	47.8584	2.1003	5
45150	Férolles	ferolles	24	45	452	47.8347	2.1111	5
45150	Jargeau	jargeau	24	45	452	47.8632	2.1265	5
45160	Saint-Hilaire-Saint-Mesmin	saint-hilaire-saint-mesmin	24	45	452	47.8661	1.8335	5
45160	Olivet	olivet	24	45	452	47.8622	1.8991	5
45160	Ardon	ardon	24	45	452	47.7793	1.8742	5
45161 CEDEX	Olivet	olivet	24	45	452	47.8622	1.8991	5
45162 CEDEX	Olivet	olivet	24	45	452	47.8622	1.8991	5
45163 CEDEX	Olivet	olivet	24	45	452	47.8622	1.8991	5
45164 CEDEX	Olivet	olivet	24	45	452	47.8622	1.8991	5
45165 CEDEX	Olivet	olivet	24	45	452	47.8622	1.8991	5
45166 CEDEX	Olivet	olivet	24	45	452	47.8622	1.8991	5
45168 CEDEX	Olivet	olivet	24	45	452	47.8622	1.8991	5
45169 CEDEX	Olivet	olivet	24	45	452	47.8622	1.8991	5
45170	Chilleurs-aux-Bois	chilleurs-aux-bois	24	45	453	48.0722	2.1354	5
45170	Montigny	montigny	24	45	452	48.1136	2.1149	5
45170	Attray	attray	24	45	453	48.1227	2.1121	5
45170	Santeau	santeau	24	45	453	48.0882	2.1589	5
45170	Saint-Lyé-la-Forêt	saint-lye-la-foret	24	45	452	48.0407	1.9826	5
45170	Bougy-lez-Neuville	bougy-lez-neuville	24	45	452	48.0407	2.0258	5
45170	Oison	oison	24	45	453	48.1381	1.9689	5
45170	Crottes-en-Pithiverais	crottes-en-pithiverais	24	45	453	48.1222	2.0664	5
45170	Aschères-le-Marché	ascheres-le-marche	24	45	453	48.1101	2.0073	5
45170	Villereau	villereau	24	45	452	48.0695	1.9885	5
45170	Neuville-aux-Bois	neuville-aux-bois	24	45	452	48.0681	2.0537	5
45170	Tivernon	tivernon	24	45	453	48.1561	1.9307	5
45190	Messas	messas	24	45	452	47.8073	1.6366	5
45190	Cravant	cravant	24	45	452	47.8286	1.5711	5
45190	Tavers	tavers	24	45	452	47.7592	1.6127	5
45190	Villorceau	villorceau	24	45	452	47.801	1.5971	5
45190	Beaugency	beaugency	24	45	452	47.7802	1.6271	5
45200	Montargis	montargis	24	45	451	48	2.75	5
45200	Paucourt	paucourt	24	45	451	48.0378	2.7953	5
45200	Amilly	amilly	24	45	451	47.9728	2.7719	5
45201 CEDEX	Montargis	montargis	24	45	451	48	2.75	5
45202 CEDEX	Montargis	montargis	24	45	451	48	2.75	5
45203 CEDEX	Montargis	montargis	24	45	451	48	2.75	5
45204 CEDEX	Montargis	montargis	24	45	451	48	2.75	5
45205 CEDEX	Montargis	montargis	24	45	451	48	2.75	5
45206 CEDEX	Montargis	montargis	24	45	451	48	2.75	5
45207 CEDEX	Montargis	montargis	24	45	451	48	2.75	5
45208 CEDEX	Montargis	montargis	24	45	451	48	2.75	5
45209 CEDEX	Montargis	montargis	24	45	451	48	2.75	5
45210	Le Grand-Ambreville	le-grand-ambreville	24	45	451	48.1101	2.8363	5
45210	Mérinville	merinville	24	45	451	48.0823	2.9425	5
45210	Nargis	nargis	24	45	451	48.1111	2.756	5
45210	Ferrières-en-Gâtinais	ferrieres-en-gatinais	24	45	451	48.0833	2.7833	5
45210	Chevannes	chevannes	24	45	451	48.1342	2.8584	5
45210	Pers-en-Gâtinais	pers-en-gatinais	24	45	451	48.1187	2.9045	5
45210	La Chapelle-Saint-Sépulcre	la-chapelle-saint-sepulcre	24	45	451	48.0182	2.8439	5
45210	Louzouer	louzouer	24	45	451	48.0392	2.8832	5
45210	La Selle-sur-le-Bied	la-selle-sur-le-bied	24	45	451	48.0639	2.8974	5
45210	Griselles	griselles	24	45	451	48.0831	2.8295	5
45210	Chevry-sous-le-Bignon	chevry-sous-le-bignon	24	45	451	48.1409	2.8983	5
45210	Fontenay-sur-Loing	fontenay-sur-loing	24	45	451	48.1036	2.7754	5
45210	Rozoy-le-Vieil	rozoy-le-vieil	24	45	451	48.1246	2.9452	5
45210	Le Bignon-Mirabeau	le-bignon-mirabeau	24	45	451	48.1481	2.9234	5
45210	Bazoches-sur-le-Betz	bazoches-sur-le-betz	24	45	451	48.133	2.9883	5
45210	Thorailles	thorailles	24	45	451	48.0235	2.8999	5
45210	La Selle-en-Hermoy	la-selle-en-hermoy	24	45	451	48.0116	2.8954	5
45210	Saint-Loup-de-Gonois	saint-loup-de-gonois	24	45	451	48.0577	2.9311	5
45211 CEDEX	Montargis	montargis	24	45	451	48	2.75	5
45212 CEDEX	Montargis	montargis	24	45	451	48	2.75	5
45213 CEDEX	Montargis	montargis	24	45	451	48	2.75	5
45214 CEDEX	Montargis	montargis	24	45	451	48	2.75	5
45220	Triguères	trigueres	24	45	451	47.9397	2.9857	5
45220	Douchy-Montcorbon	douchy-montcorbon	24	45	451	47.9433	3.0525	5
45220	Montcorbon	montcorbon	24	45	451	47.9696	3.0709	5
45220	Chuelles	chuelles	24	45	451	48.0026	2.9661	5
45220	Château-Renard	chateau-renard	24	45	451	47.9333	2.9333	5
45220	Saint-Firmin-des-Bois	saint-firmin-des-bois	24	45	451	47.9652	2.9119	5
45220	Melleroy	melleroy	24	45	451	47.895	2.9533	5
45220	Saint-Germain-des-Prés	saint-germain-des-pres	24	45	451	47.9538	2.8485	5
45220	Douchy	douchy	24	45	451	47.9428	3.0539	5
45220	Gy-les-Nonains	gy-les-nonains	24	45	451	47.947	2.8505	5
45230	Feins-en-Gâtinais	feins-en-gatinais	24	45	451	47.749	2.8403	5
45230	Dammarie-sur-Loing	dammarie-sur-loing	24	45	451	47.7833	2.8812	5
45230	La Chapelle-sur-Aveyron	la-chapelle-sur-aveyron	24	45	451	47.8661	2.8621	5
45230	La Bussière	la-bussiere	24	45	451	47.7461	2.7515	5
45230	Châtillon-Coligny	chatillon-coligny	24	45	451	47.8227	2.8456	5
45230	Le Charme	le-charme	24	45	451	47.8001	2.9936	5
45230	Montbouy	montbouy	24	45	451	47.8608	2.8198	5
45230	Sainte-Geneviève-des-Bois	sainte-genevieve-des-bois	24	45	451	47.8178	2.8165	5
45230	Adon	adon	24	45	451	47.7637	2.7956	5
45230	Saint-Maurice-sur-Aveyron	saint-maurice-sur-aveyron	24	45	451	47.8509	2.9266	5
45230	Aillant-sur-Milleron	aillant-sur-milleron	24	45	451	47.7923	2.9303	5
45240	Marcilly-en-Villette	marcilly-en-villette	24	45	452	47.765	2.0227	5
45240	Sennely	sennely	24	45	452	47.6782	2.1474	5
45240	La Ferté-Saint-Aubin	la-ferte-saint-aubin	24	45	452	47.717	1.939	5
45240	Ménestreau-en-Villette	menestreau-en-villette	24	45	452	47.6996	2.0233	5
45240	Ligny-le-Ribault	ligny-le-ribault	24	45	452	47.6842	1.7815	5
45250	Briare	briare	24	45	451	47.6334	2.7438	5
45250	Ouzouer-sur-Trézée	ouzouer-sur-trezee	24	45	451	47.6727	2.808	5
45250	Breteau	breteau	24	45	451	47.6829	2.8934	5
45250	Ousson-sur-Loire	ousson-sur-loire	24	45	451	47.5902	2.7873	5
45250	Escrignelles	escrignelles	24	45	451	47.715	2.8223	5
45260	Coudroy	coudroy	24	45	451	47.9067	2.4674	5
45260	Presnoy	presnoy	24	45	451	47.9569	2.5557	5
45260	Thimory	thimory	24	45	451	47.9225	2.6014	5
45260	La Cour-Marigny	la-cour-marigny	24	45	451	47.894	2.5949	5
45260	Chailly-en-Gâtinais	chailly-en-gatinais	24	45	451	47.9469	2.5434	5
45260	Vieilles-Maisons-sur-Joudry	vieilles-maisons-sur-joudry	24	45	451	47.8868	2.4443	5
45260	Montereau	montereau	24	45	451	47.8563	2.5734	5
45260	Châtenoy	chatenoy	24	45	451	47.9181	2.3987	5
45260	Lorris	lorris	24	45	451	47.8895	2.5148	5
45260	Noyers	noyers	24	45	451	47.9142	2.524	5
45270	Quiers-sur-Bézonde	quiers-sur-bezonde	24	45	451	47.9962	2.4414	5
45270	Ladon	ladon	24	45	451	48.0026	2.5372	5
45270	Bellegarde	bellegarde	24	45	451	47.9833	2.4333	5
45270	Chapelon	chapelon	24	45	451	48.037	2.5787	5
45270	Villemoutiers	villemoutiers	24	45	451	47.9953	2.5596	5
45270	Mézières-en-Gâtinais	mezieres-en-gatinais	24	45	451	48.036	2.4906	5
45270	Moulon	moulon	24	45	451	48.0209	2.5912	5
45270	Nesploy	nesploy	24	45	451	47.9975	2.3609	5
45270	Auvilliers-en-Gâtinais	auvilliers-en-gatinais	24	45	451	47.9631	2.4997	5
45270	Beauchamps-sur-Huillard	beauchamps-sur-huillard	24	45	451	47.9378	2.4543	5
45270	Ouzouer-sous-Bellegarde	ouzouer-sous-bellegarde	24	45	451	47.9931	2.4655	5
45270	Fréville-du-Gâtinais	freville-du-gatinais	24	45	451	48.024	2.4431	5
45290	Oussoy-en-Gâtinais	oussoy-en-gatinais	24	45	451	47.9071	2.6429	5
45290	Boismorand	boismorand	24	45	451	47.7859	2.7188	5
45290	Varennes-Changy	varennes-changy	24	45	451	47.8667	2.65	5
45290	Nogent-sur-Vernisson	nogent-sur-vernisson	24	45	451	47.846	2.7427	5
45290	Les Choux	les-choux	24	45	451	47.7977	2.6754	5
45290	Ouzouer-des-Champs	ouzouer-des-champs	24	45	451	47.8821	2.7074	5
45290	Langesse	langesse	24	45	451	47.8189	2.6579	5
45290	Le Moulinet-sur-Solin	le-moulinet-sur-solin	24	45	451	47.8333	2.6167	5
45290	Pressigny-les-Pins	pressigny-les-pins	24	45	451	47.8833	2.75	5
45300	Audeville	audeville	24	45	453	48.2789	2.2383	5
45300	Thignonville	thignonville	24	45	453	48.28	2.1734	5
45300	Escrennes	escrennes	24	45	453	48.1329	2.1883	5
45300	Vrigny	vrigny	24	45	453	48.0798	2.2502	5
45300	Yèvre-la-Ville	yevre-la-ville	24	45	453	48.1449	2.326	5
45300	Mareau-aux-Bois	mareau-aux-bois	24	45	453	48.1035	2.1885	5
45300	Morville-en-Beauce	morville-en-beauce	24	45	453	48.2508	2.1737	5
45300	Engenville	engenville	24	45	453	48.2384	2.2469	5
45300	Manchecourt	manchecourt	24	45	453	48.2384	2.3429	5
45300	Laas	laas	24	45	453	48.1202	2.2221	5
45300	Césarville-Dossainville	cesarville-dossainville	24	45	453	48.2667	2.2667	5
45300	Le Malesherbois	le-malesherbois	24	45	453	48.2964	2.4053	5
45300	Dadonville	dadonville	24	45	453	48.1578	2.2715	5
45300	Pannecières	pannecieres	24	45	453	48.2927	2.1465	5
45300	Intville-la-Guétard	intville-la-guetard	24	45	453	48.2608	2.2137	5
45300	Bondaroy	bondaroy	24	45	453	48.177	2.2789	5
45300	Pithiviers	pithiviers	24	45	453	48.1667	2.25	5
45300	Ascoux	ascoux	24	45	453	48.1286	2.2541	5
45300	Ramoulu	ramoulu	24	45	453	48.226	2.2918	5
45300	Givraines	givraines	24	45	453	48.1477	2.368	5
45300	Boynes	boynes	24	45	453	48.1182	2.3601	5
45300	Sermaises	sermaises	24	45	453	48.2965	2.2055	5
45300	Rouvres-Saint-Jean	rouvres-saint-jean	24	45	453	48.3228	2.2117	5
45300	Courcy-aux-Loges	courcy-aux-loges	24	45	453	48.0647	2.2136	5
45300	Pithiviers-le-Vieil	pithiviers-le-vieil	24	45	453	48.1631	2.2092	5
45300	Guigneville	guigneville	24	45	453	48.206	2.177	5
45300	Estouy	estouy	24	45	453	48.1871	2.3297	5
45300	Marsainvilliers	marsainvilliers	24	45	453	48.2198	2.2818	5
45300	Courcelles-Le-Roi	courcelles-le-roi	24	45	453	48.0973	2.3173	5
45300	Bouilly-en-Gâtinais	bouilly-en-gatinais	24	45	453	48.0949	2.2844	5
45300	Bouzonville-aux-Bois	bouzonville-aux-bois	24	45	453	48.1	2.2333	5
45302 CEDEX	Pithiviers	pithiviers	24	45	453	48.1667	2.25	5
45303 CEDEX	Pithiviers	pithiviers	24	45	453	48.1667	2.25	5
45304 CEDEX	Pithiviers	pithiviers	24	45	453	48.1667	2.25	5
45305 CEDEX	Pithiviers	pithiviers	24	45	453	48.1667	2.25	5
45306 CEDEX	Pithiviers	pithiviers	24	45	453	48.1667	2.25	5
45307 CEDEX	Pithiviers	pithiviers	24	45	453	48.1667	2.25	5
45308 CEDEX	Pithiviers	pithiviers	24	45	453	48.1667	2.25	5
45310	Patay	patay	24	45	452	48.0483	1.695	5
45310	Villeneuve-sur-Conie	villeneuve-sur-conie	24	45	452	48.0442	1.6519	5
45310	Saint-Péravy-la-Colombe	saint-peravy-la-colombe	24	45	452	47.9987	1.7014	5
45310	Coinces	coinces	24	45	452	48.011	1.7388	5
45310	Rouvray-Sainte-Croix	rouvray-sainte-croix	24	45	452	48.0589	1.7324	5
45310	Tournoisis	tournoisis	24	45	452	48.0078	1.6311	5
45310	Bricy	bricy	24	45	452	47.9985	1.7794	5
45310	Gémigny	gemigny	24	45	452	47.9646	1.695	5
45310	La Chapelle-Onzerain	la-chapelle-onzerain	24	45	452	48.0332	1.6122	5
45310	Saint-Sigismond	saint-sigismond	24	45	452	47.9808	1.6791	5
45310	Villamblain	villamblain	24	45	452	48.0111	1.5523	5
45312 CEDEX	Pithiviers	pithiviers	24	45	453	48.1667	2.25	5
45320	Foucherolles	foucherolles	24	45	451	48.0938	3.0117	5
45320	Courtenay	courtenay	24	45	451	48.039	3.0585	5
45320	Courtemaux	courtemaux	24	45	451	48.051	2.9364	5
45320	Saint-Hilaire-les-Andrésis	saint-hilaire-les-andresis	24	45	451	48.0525	3.0131	5
45320	Chantecoq	chantecoq	24	45	451	48.0537	2.9615	5
45320	Ervauville	ervauville	24	45	451	48.0902	2.9851	5
45330	Coudray	coudray	24	45	453	48.272	2.3679	5
45330	Orveau-Bellesauve	orveau-bellesauve	24	45	453	48.2825	2.3283	5
45330	Le Malesherbois	le-malesherbois	24	45	453	48.2964	2.4053	5
45330	Augerville-la-Rivière	augerville-la-riviere	24	45	453	48.2514	2.4372	5
45330	Malesherbes	malesherbes	24	45	453	48.2957	2.4093	5
45330	Labrosse	labrosse	24	45	453	48.2429	2.3926	5
45330	Mainvilliers	mainvilliers	24	45	453	48.3006	2.2816	5
45330	Nangeville	nangeville	24	45	453	48.3094	2.324	5
45331 CEDEX	Malesherbes	malesherbes	24	45	453	48.2957	2.4093	5
45340	Chambon-la-Forêt	chambon-la-foret	24	45	453	48.0565	2.2951	5
45340	Égry	egry	24	45	453	48.103	2.438	5
45340	Saint-Loup-des-Vignes	saint-loup-des-vignes	24	45	453	48.0409	2.4295	5
45340	Saint-Michel	saint-michel	24	45	453	48.0691	2.3781	5
45340	Bordeaux-en-Gâtinais	bordeaux-en-gatinais	24	45	453	48.0987	2.5269	5
45340	Auxy	auxy	24	45	453	48.1183	2.4742	5
45340	Gaubertin	gaubertin	24	45	453	48.1234	2.4203	5
45340	Nibelle	nibelle	24	45	453	48.0221	2.3278	5
45340	Montbarrois	montbarrois	24	45	453	48.046	2.4024	5
45340	Nancray-sur-Rimarde	nancray-sur-rimarde	24	45	453	48.0683	2.3324	5
45340	Batilly-en-Gâtinais	batilly-en-gatinais	24	45	453	48.0735	2.3812	5
45340	Boiscommun	boiscommun	24	45	453	48.0358	2.3833	5
45340	Montliard	montliard	24	45	453	48.023	2.3991	5
45340	Juranville	juranville	24	45	453	48.0544	2.4957	5
45340	Beaune-la-Rolande	beaune-la-rolande	24	45	453	48.0712	2.4314	5
45340	Barville-en-Gâtinais	barville-en-gatinais	24	45	453	48.1126	2.4028	5
45360	Châtillon-sur-Loire	chatillon-sur-loire	24	45	451	47.5911	2.7521	5
45360	Cernoy-en-Berry	cernoy-en-berry	24	45	451	47.5405	2.6607	5
45360	Pierrefitte-ès-Bois	pierrefitte-es-bois	24	45	451	47.5074	2.7164	5
45360	Saint-Firmin-sur-Loire	saint-firmin-sur-loire	24	45	451	47.6256	2.7327	5
45370	Cléry-Saint-André	clery-saint-andre	24	45	452	47.8222	1.7509	5
45370	Jouy-le-Potier	jouy-le-potier	24	45	452	47.7455	1.8111	5
45370	Mézières-lez-Cléry	mezieres-lez-clery	24	45	452	47.8163	1.804	5
45370	Mareau-aux-Prés	mareau-aux-pres	24	45	452	47.8667	1.7833	5
45370	Dry	dry	24	45	452	47.7961	1.7133	5
45380	Chaingy	chaingy	24	45	452	47.8833	1.7706	5
45380	La Chapelle-Saint-Mesmin	la-chapelle-saint-mesmin	24	45	452	47.8865	1.8345	5
45390	Grangermont	grangermont	24	45	453	48.1893	2.4249	5
45390	Aulnay-la-Rivière	aulnay-la-riviere	24	45	453	48.1905	2.3675	5
45390	Briarres-sur-Essonne	briarres-sur-essonne	24	45	453	48.2333	2.4167	5
45390	Orville	orville	24	45	453	48.2435	2.438	5
45390	Ondreville-sur-Essonne	ondreville-sur-essonne	24	45	453	48.2007	2.4073	5
45390	Boësses	boesses	24	45	453	48.15	2.45	5
45390	Bromeilles	bromeilles	24	45	453	48.1866	2.497	5
45390	La Neuville-sur-Essonne	la-neuville-sur-essonne	24	45	453	48.1873	2.3764	5
45390	Desmonts	desmonts	24	45	453	48.2273	2.4963	5
45390	Dimancheville	dimancheville	24	45	453	48.2361	2.4318	5
45390	Échilleuses	echilleuses	24	45	453	48.1643	2.4431	5
45390	Puiseaux	puiseaux	24	45	453	48.2048	2.4715	5
45400	Semoy	semoy	24	45	452	47.9333	1.95	5
45400	Fleury-les-Aubrais	fleury-les-aubrais	24	45	452	47.9333	1.9181	5
45400	Chanteau	chanteau	24	45	452	47.9665	1.9713	5
45401 CEDEX	Fleury-les-Aubrais	fleury-les-aubrais	24	45	452	47.9333	1.9181	5
45402 CEDEX	Fleury-les-Aubrais	fleury-les-aubrais	24	45	452	47.9333	1.9181	5
45403 CEDEX	Fleury-les-Aubrais	fleury-les-aubrais	24	45	452	47.9333	1.9181	5
45404 CEDEX	Fleury-les-Aubrais	fleury-les-aubrais	24	45	452	47.9333	1.9181	5
45406 CEDEX	Fleury-les-Aubrais	fleury-les-aubrais	24	45	452	47.9333	1.9181	5
45409 CEDEX	Fleury-les-Aubrais	fleury-les-aubrais	24	45	452	47.9333	1.9181	5
45410	Sougy	sougy	24	45	452	48.0533	1.787	5
45410	Artenay	artenay	24	45	452	48.0825	1.881	5
45410	Trinay	trinay	24	45	452	48.0854	1.9546	5
45410	Ruan	ruan	24	45	452	48.112	1.939	5
45410	Bucy-le-Roi	bucy-le-roi	24	45	452	48.061	1.915	5
45410	Lion-en-Beauce	lion-en-beauce	24	45	452	48.1351	1.935	5
45420	Batilly-en-Puisaye	batilly-en-puisaye	24	45	451	47.6121	2.8837	5
45420	Thou	thou	24	45	451	47.5801	2.9085	5
45420	Champoulet	champoulet	24	45	451	47.658	2.9192	5
45420	Faverelles	faverelles	24	45	451	47.5757	2.9301	5
45420	Dammarie-en-Puisaye	dammarie-en-puisaye	24	45	451	47.6264	2.8725	5
45420	Bonny-sur-Loire	bonny-sur-loire	24	45	451	47.5617	2.8393	5
45430	Chécy	checy	24	45	452	47.894	2.023	5
45430	Bou	bou	24	45	452	47.8743	2.0475	5
45430	Mardié	mardie	24	45	452	47.8862	2.0575	5
45431 CEDEX	Chécy	checy	24	45	452	47.894	2.023	5
45432 CEDEX	Chécy	checy	24	45	452	47.894	2.023	5
45433 CEDEX	Chécy	checy	24	45	452	47.894	2.023	5
45450	Sully-la-Chapelle	sully-la-chapelle	24	45	452	47.9756	2.1815	5
45450	Fay-aux-Loges	fay-aux-loges	24	45	452	47.9272	2.1401	5
45450	Ingrannes	ingrannes	24	45	452	47.991	2.2113	5
45450	Donnery	donnery	24	45	452	47.9149	2.103	5
45460	Bonnée	bonnee	24	45	452	47.7962	2.3838	5
45460	Les Bordes	les-bordes	24	45	452	47.8118	2.4028	5
45460	Saint-Aignan-des-Gués	saint-aignan-des-gues	24	45	452	47.8409	2.3184	5
45460	Bray-en-Val	bray-en-val	24	45	452	47.8286	2.3664	5
45460	Bouzy-la-Forêt	bouzy-la-foret	24	45	452	47.8512	2.3777	5
45470	Loury	loury	24	45	452	47.9994	2.0847	5
45470	Traînou	trainou	24	45	452	47.9735	2.104	5
45470	Rebréchien	rebrechien	24	45	452	47.9873	2.0443	5
45480	Châtillon-le-Roi	chatillon-le-roi	24	45	453	48.1618	2.1035	5
45480	Bazoches-les-Gallerandes	bazoches-les-gallerandes	24	45	453	48.1654	2.0432	5
45480	Andonville	andonville	24	45	453	48.2708	2.0311	5
45480	Chaussy	chaussy	24	45	453	48.1703	1.9809	5
45480	Autruy-sur-Juine	autruy-sur-juine	24	45	453	48.2764	2.1011	5
45480	Léouville	leouville	24	45	453	48.2239	2.088	5
45480	Boisseaux	boisseaux	24	45	453	48.2561	1.9864	5
45480	Jouy-en-Pithiverais	jouy-en-pithiverais	24	45	453	48.1417	2.1125	5
45480	Erceville	erceville	24	45	453	48.2411	2.036	5
45480	Outarville	outarville	24	45	453	48.2139	2.022	5
45480	Charmont-en-Beauce	charmont-en-beauce	24	45	453	48.2319	2.1057	5
45480	Greneville-en-Beauce	greneville-en-beauce	24	45	453	48.1822	2.1108	5
45490	Lorcy	lorcy	24	45	453	48.0543	2.5316	5
45490	Mignerette	mignerette	24	45	451	48.0561	2.6012	5
45490	Sceaux-du-Gâtinais	sceaux-du-gatinais	24	45	451	48.1059	2.5957	5
45490	Courtempierre	courtempierre	24	45	451	48.1039	2.6154	5
45490	Treilles-en-Gâtinais	treilles-en-gatinais	24	45	451	48.0788	2.6611	5
45490	Préfontaines	prefontaines	24	45	451	48.1095	2.69	5
45490	Gondreville	gondreville	24	45	451	48.0504	2.6543	5
45490	Mignères	migneres	24	45	451	48.0474	2.6269	5
45490	Corbeilles	corbeilles	24	45	451	48.072	2.5503	5
45500	Saint-Brisson-sur-Loire	saint-brisson-sur-loire	24	45	451	47.6469	2.6823	5
45500	Gien	gien	24	45	451	47.6933	2.6309	5
45500	Autry-le-Châtel	autry-le-chatel	24	45	451	47.5989	2.602	5
45500	Saint-Martin-sur-Ocre	saint-martin-sur-ocre	24	45	451	47.6594	2.6581	5
45500	Nevoy	nevoy	24	45	451	47.7159	2.5779	5
45500	Saint-Gondon	saint-gondon	24	45	451	47.6979	2.5422	5
45500	Poilly-lez-Gien	poilly-lez-gien	24	45	451	47.6772	2.5974	5
45501 CEDEX	Gien	gien	24	45	451	47.6933	2.6309	5
45502 CEDEX	Gien	gien	24	45	451	47.6933	2.6309	5
45503 CEDEX	Gien	gien	24	45	451	47.6933	2.6309	5
45504 CEDEX	Gien	gien	24	45	451	47.6933	2.6309	5
45510	Tigy	tigy	24	45	452	47.7937	2.1977	5
45510	Neuvy-en-Sullias	neuvy-en-sullias	24	45	452	47.7947	2.2444	5
45510	Vannes-sur-Cosson	vannes-sur-cosson	24	45	452	47.7133	2.2122	5
45510	Vienne-en-Val	vienne-en-val	24	45	452	47.8004	2.1346	5
45520	Huêtre	huetre	24	45	452	48.019	1.7961	5
45520	Chevilly	chevilly	24	45	452	48.0297	1.874	5
45520	Cercottes	cercottes	24	45	452	47.9864	1.883	5
45520	Gidy	gidy	24	45	452	47.9854	1.8382	5
45530	Sury-aux-Bois	sury-aux-bois	24	45	452	47.9668	2.3414	5
45530	Vitry-aux-Loges	vitry-aux-loges	24	45	452	47.9333	2.2667	5
45530	Combreux	combreux	24	45	452	47.9552	2.3023	5
45530	Seichebrières	seichebrieres	24	45	452	47.9692	2.2686	5
45550	Saint-Denis-de-l'Hôtel	saint-denis-de-l-hotel	24	45	452	47.8667	2.1167	5
45560	Saint-Denis-en-Val	saint-denis-en-val	24	45	452	47.8732	1.966	5
45570	Dampierre-en-Burly	dampierre-en-burly	24	45	452	47.7614	2.5196	5
45570	Ouzouer-sur-Loire	ouzouer-sur-loire	24	45	452	47.7664	2.4804	5
45590	Saint-Cyr-en-Val	saint-cyr-en-val	24	45	452	47.8318	1.9667	5
45600	Saint-Père-sur-Loire	saint-pere-sur-loire	24	45	452	47.7667	2.3667	5
45600	Sully-sur-Loire	sully-sur-loire	24	45	452	47.7637	2.3724	5
45600	Lion-en-Sullias	lion-en-sullias	24	45	452	47.7262	2.4896	5
45600	Saint-Florent	saint-florent	24	45	452	47.6833	2.4833	5
45600	Guilly	guilly	24	45	452	47.8042	2.2761	5
45600	Villemurlin	villemurlin	24	45	452	47.6857	2.3347	5
45600	Saint-Aignan-le-Jaillard	saint-aignan-le-jaillard	24	45	452	47.7431	2.4367	5
45600	Viglain	viglain	24	45	452	47.7283	2.3026	5
45620	Cerdon	cerdon	24	45	452	47.6357	2.3628	5
45620	Isdes	isdes	24	45	452	47.6713	2.2556	5
45630	Beaulieu-sur-Loire	beaulieu-sur-loire	24	45	451	47.5432	2.8162	5
45640	Sandillon	sandillon	24	45	452	47.8451	2.0316	5
45650	Saint-Jean-le-Blanc	saint-jean-le-blanc	24	45	452	47.8933	1.9154	5
45651 CEDEX	Saint-Jean-le-Blanc	saint-jean-le-blanc	24	45	452	47.8933	1.9154	5
45655 CEDEX	Saint-Jean-le-Blanc	saint-jean-le-blanc	24	45	452	47.8933	1.9154	5
45656 CEDEX	Saint-Jean-le-Blanc	saint-jean-le-blanc	24	45	452	47.8933	1.9154	5
45680	Dordives	dordives	24	45	451	48.1425	2.7678	5
45700	Solterre	solterre	24	45	451	47.9051	2.7416	5
45700	Saint-Hilaire-sur-Puiseaux	saint-hilaire-sur-puiseaux	24	45	451	47.904	2.7039	5
45700	Saint-Maurice-sur-Fessard	saint-maurice-sur-fessard	24	45	451	47.9923	2.6216	5
45700	Lombreuil	lombreuil	24	45	451	47.9407	2.6311	5
45700	Montcresson	montcresson	24	45	451	47.9056	2.808	5
45700	Vimory	vimory	24	45	451	47.9479	2.687	5
45700	Villevoques	villevoques	24	45	451	48.03	2.6274	5
45700	Chevillon-sur-Huillard	chevillon-sur-huillard	24	45	451	47.962	2.626	5
45700	Cortrat	cortrat	24	45	451	47.8968	2.7645	5
45700	Conflans-sur-Loing	conflans-sur-loing	24	45	451	47.9528	2.7886	5
45700	Pannes	pannes	24	45	451	48.0194	2.6676	5
45700	Villemandeur	villemandeur	24	45	451	47.987	2.718	5
45700	Mormant-sur-Vernisson	mormant-sur-vernisson	24	45	451	47.9482	2.7372	5
45701 CEDEX	Villemandeur	villemandeur	24	45	451	47.987	2.718	5
45702 CEDEX	Villemandeur	villemandeur	24	45	451	47.987	2.718	5
45709 CEDEX	Villemandeur	villemandeur	24	45	451	47.987	2.718	5
45720	Coullons	coullons	24	45	451	47.621	2.4926	5
45730	Saint-Benoît-sur-Loire	saint-benoit-sur-loire	24	45	452	47.8056	2.3127	5
45740	Lailly-en-Val	lailly-en-val	24	45	452	47.7696	1.6866	5
45750	Saint-Pryvé-Saint-Mesmin	saint-pryve-saint-mesmin	24	45	452	47.8818	1.8695	5
45760	Vennecy	vennecy	24	45	452	47.9546	2.0546	5
45760	Boigny-sur-Bionne	boigny-sur-bionne	24	45	452	47.9333	2.0167	5
45760	Marigny-les-Usages	marigny-les-usages	24	45	452	47.958	2.0146	5
45770	Saran	saran	24	45	452	47.9501	1.876	5
45771 CEDEX	Saran	saran	24	45	452	47.9501	1.876	5
45774 CEDEX	Saran	saran	24	45	452	47.9501	1.876	5
45775 CEDEX	Saran	saran	24	45	452	47.9501	1.876	5
45777 CEDEX	Saran	saran	24	45	452	47.9501	1.876	5
45800	Combleux	combleux	24	45	452	47.9	1.992	5
45800	Saint-Jean-de-Braye	saint-jean-de-braye	24	45	452	47.913	1.977	5
45801 CEDEX	Saint-Jean-de-Braye	saint-jean-de-braye	24	45	452	47.913	1.977	5
45802 CEDEX	Saint-Jean-de-Braye	saint-jean-de-braye	24	45	452	47.913	1.977	5
45803 CEDEX	Saint-Jean-de-Braye	saint-jean-de-braye	24	45	452	47.913	1.977	5
45804 CEDEX	Saint-Jean-de-Braye	saint-jean-de-braye	24	45	452	47.913	1.977	5
45805 CEDEX	Saint-Jean-de-Braye	saint-jean-de-braye	24	45	452	47.913	1.977	5
45806 CEDEX	Saint-Jean-de-Braye	saint-jean-de-braye	24	45	452	47.913	1.977	5
45807 CEDEX	Saint-Jean-de-Braye	saint-jean-de-braye	24	45	452	47.913	1.977	5
45808 CEDEX	Saint-Jean-de-Braye	saint-jean-de-braye	24	45	452	47.913	1.977	5
45809 CEDEX	Saint-Jean-de-Braye	saint-jean-de-braye	24	45	452	47.913	1.977	5
45811 CEDEX	Saint-Jean-de-Braye	saint-jean-de-braye	24	45	452	47.913	1.977	5
45900 CEDEX 9	La Source	la-source	24	45	452	47.8295	1.9272	5
45910 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45911 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45912 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45913 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45915 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45916 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45917 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45918 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45919 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45920 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45921 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45922 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45923 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45924 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45925 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45926 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45927 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45929 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45930 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45931 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45932 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45933 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45934 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45935 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45936 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45937 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45938 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45943 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45944 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45945 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45946 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45947 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45948 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45949 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45950 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45951 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45952 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45953 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45954 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45955 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45956 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45957 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45960 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45961 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45962 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45963 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45964 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45965 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45966 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45967 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45968 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45969 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45970 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45971 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45972 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45973 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45974 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45975 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45976 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45977 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45978 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45979 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
45980 CEDEX 9	Orléans	orleans	24	45	452	47.9029	1.9039	5
21000	Dijon	dijon	27	21	212	47.3167	5.0167	5
21001 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21002 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21003 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21004 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21005 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21006 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21007 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21008 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21009 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21010 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21011 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21012 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21013 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21014 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21015 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21016 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21017 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21018 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21019 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21021 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21022 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21023 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21024 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21025 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21026 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21027 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21028 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21029 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21030 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21031 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21032 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21033 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21034 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21035 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21036 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21037 CEDEX 9	Dijon	dijon	27	21	212	47.3167	5.0167	5
21038 CEDEX 9	Dijon	dijon	27	21	212	47.3167	5.0167	5
21039 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21040 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21041 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21042 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21043 CEDEX 9	Dijon	dijon	27	21	212	47.3167	5.0167	5
21044 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21045 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21046 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21047 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21048 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21049 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21051 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21052 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21053 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21054 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21055 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21056 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21057 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21058 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21059 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21060 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21061 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21062 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21063 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21065 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21066 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21067 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21068 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21069 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21070 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21071 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21072 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21073 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21074 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21075 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21076 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21077 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21078 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21079 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
21080 CEDEX 9	Dijon	dijon	27	21	212	47.3167	5.0167	5
21081 CEDEX 9	Dijon	dijon	27	21	212	47.3167	5.0167	5
21083 CEDEX 9	Dijon	dijon	27	21	212	47.3167	5.0167	5
21084 CEDEX 9	Dijon	dijon	27	21	212	47.3167	5.0167	5
21085 CEDEX 9	Dijon	dijon	27	21	212	47.3167	5.0167	5
21086 CEDEX 9	Dijon	dijon	27	21	212	47.3167	5.0167	5
21088 CEDEX 9	Dijon	dijon	27	21	212	47.3167	5.0167	5
21089 CEDEX 9	Dijon	dijon	27	21	212	47.3167	5.0167	5
21092 CEDEX 9	Dijon	dijon	27	21	212	47.3167	5.0167	5
21093 CEDEX 9	Dijon	dijon	27	21	212	47.3167	5.0167	5
21097 CEDEX 9	Dijon	dijon	27	21	212	47.3167	5.0167	5
21098 CEDEX 9	Dijon	dijon	27	21	212	47.3167	5.0167	5
21110	Longecourt-en-Plaine	longecourt-en-plaine	27	21	212	47.1978	5.1496	5
21110	Genlis	genlis	27	21	212	47.242	5.2242	5
21110	Rouvres-en-Plaine	rouvres-en-plaine	27	21	212	47.2393	5.1415	5
21110	Chambeire	chambeire	27	21	212	47.2809	5.2654	5
21110	Bessey-lès-Citeaux	bessey-les-citeaux	27	21	212	47.1556	5.1599	5
21110	Pluvet	pluvet	27	21	212	47.2039	5.2639	5
21110	Tart-l’Abbaye	tart-l-abbaye	27	21	212	47.1852	5.2419	5
21110	Longchamp	longchamp	27	21	212	47.2597	5.2869	5
21110	Fauverney	fauverney	27	21	212	47.2546	5.145	5
21110	Bretenière	breteniere	27	21	212	47.2407	5.1144	5
21110	Tart-le-Haut	tart-le-haut	27	21	212	47.2037	5.205	5
21110	Labergement-Foigney	labergement-foigney	27	21	212	47.2573	5.2506	5
21110	Varanges	varanges	27	21	212	47.2308	5.1951	5
21110	Collonges-lès-Premières	collonges-les-premieres	27	21	212	47.2244	5.2665	5
21110	Izier	izier	27	21	212	47.2813	5.1892	5
21110	Soirans	soirans	27	21	212	47.2	5.2833	5
21110	Pluvault	pluvault	27	21	212	47.2126	5.2541	5
21110	Marliens	marliens	27	21	212	47.2112	5.1839	5
21110	Magny-sur-Tille	magny-sur-tille	27	21	212	47.276	5.1717	5
21110	Izeure	izeure	27	21	212	47.1701	5.1381	5
21110	Beire-le-Fort	beire-le-fort	27	21	212	47.2309	5.2535	5
21110	Longeault	longeault	27	21	212	47.2206	5.2535	5
21110	Premières	premieres	27	21	212	47.2333	5.2833	5
21110	Thorey-en-Plaine	thorey-en-plaine	27	21	212	47.2162	5.1333	5
21110	Cessey-sur-Tille	cessey-sur-tille	27	21	212	47.2806	5.2211	5
21110	Aiserey	aiserey	27	21	212	47.1723	5.1626	5
21110	Tart-le-Bas	tart-le-bas	27	21	212	47.2059	5.2224	5
21110	Échigey	echigey	27	21	212	47.1829	5.1935	5
21120	Marcilly-sur-Tille	marcilly-sur-tille	27	21	212	47.517	5.1298	5
21120	Vernot	vernot	27	21	212	47.4919	4.974	5
21120	Courtivron	courtivron	27	21	212	47.5401	4.9666	5
21120	Frénois	frenois	27	21	212	47.5297	4.8919	5
21120	Diénay	dienay	27	21	212	47.5212	5.0657	5
21120	Spoy	spoy	27	21	212	47.4451	5.1898	5
21120	Gemeaux	gemeaux	27	21	212	47.4774	5.1363	5
21120	Til-Châtel	til-chatel	27	21	212	47.5154	5.1746	5
21120	Lux	lux	27	21	212	47.489	5.2099	5
21120	Avelanges	avelanges	27	21	212	47.5854	5.0248	5
21120	Moloy	moloy	27	21	212	47.5393	4.9335	5
21120	Échevannes	echevannes	27	21	212	47.5276	5.169	5
21120	Villecomte	villecomte	27	21	212	47.5096	5.0351	5
21120	Saulx-le-Duc	saulx-le-duc	27	21	212	47.5333	5.0167	5
21120	Chaignay	chaignay	27	21	212	47.4761	5.0709	5
21120	Poiseul-lès-Saulx	poiseul-les-saulx	27	21	212	47.5738	4.9908	5
21120	Villey-sur-Tille	villey-sur-tille	27	21	212	47.5636	5.1168	5
21120	Is-sur-Tille	is-sur-tille	27	21	212	47.5267	5.1065	5
21120	Marey-sur-Tille	marey-sur-tille	27	21	212	47.5989	5.0806	5
21120	Crécey-sur-Tille	crecey-sur-tille	27	21	212	47.5578	5.1283	5
21120	Tarsul	tarsul	27	21	212	47.5318	4.9846	5
21120	Pichanges	pichanges	27	21	212	47.4617	5.1504	5
21121	Hauteville-lès-Dijon	hauteville-les-dijon	27	21	212	47.366	4.9938	5
21121	Val-Suzon	val-suzon	27	21	212	47.4119	4.9026	5
21121	Étaules	etaules	27	21	212	47.4072	4.9446	5
21121	Ahuy	ahuy	27	21	212	47.3694	5.0209	5
21121	Darois	darois	27	21	212	47.3906	4.9383	5
21121	Fontaine-lès-Dijon	fontaine-les-dijon	27	21	212	47.3424	5.0201	5
21121	Daix	daix	27	21	212	47.3508	5.0005	5
21130	Les Maillys	les-maillys	27	21	212	47.1358	5.3395	5
21130	Labergement-lès-Auxonne	labergement-les-auxonne	27	21	212	47.1573	5.3815	5
21130	Champdôtre	champdotre	27	21	212	47.1817	5.3042	5
21130	Magny-Montarlot	magny-montarlot	27	21	212	47.25	5.35	5
21130	Tréclun	treclun	27	21	212	47.19	5.2904	5
21130	Villers-Rotin	villers-rotin	27	21	212	47.157	5.4065	5
21130	Pont	pont	27	21	212	47.1763	5.3158	5
21130	Flagey-lès-Auxonne	flagey-les-auxonne	27	21	212	47.146	5.3898	5
21130	Tillenay	tillenay	27	21	212	47.1789	5.3505	5
21130	Athée	athee	27	21	212	47.23	5.3726	5
21130	Villers-les-Pots	villers-les-pots	27	21	212	47.2167	5.35	5
21130	Auxonne	auxonne	27	21	212	47.1925	5.3873	5
21130	Billey	billey	27	21	212	47.1445	5.431	5
21130	Flammerans	flammerans	27	21	212	47.2292	5.4471	5
21130	Saint-Seine-en-Bâche	saint-seine-en-bache	27	21	211	47.1201	5.3711	5
21130	Poncey-lès-Athée	poncey-les-athee	27	21	212	47.2402	5.3895	5
21140	Vic-de-Chassenay	vic-de-chassenay	27	21	213	47.4733	4.2651	5
21140	Massingy-lès-Semur	massingy-les-semur	27	21	213	47.511	4.401	5
21140	Genay	genay	27	21	213	47.5257	4.2986	5
21140	Villars-et-Villenotte	villars-et-villenotte	27	21	213	47.5117	4.3775	5
21140	Courcelles-lès-Semur	courcelles-les-semur	27	21	213	47.4555	4.2994	5
21140	Millery	millery	27	21	213	47.5172	4.3137	5
21140	Saint-Euphrône	saint-euphrone	27	21	213	47.478	4.3798	5
21140	Juilly	juilly	27	21	213	47.4901	4.3989	5
21140	Souhey	souhey	27	21	213	47.4849	4.4188	5
21140	Montigny-sur-Armançon	montigny-sur-armancon	27	21	213	47.4337	4.3744	5
21140	Pont-et-Massène	pont-et-massene	27	21	213	47.4701	4.3576	5
21140	Flée	flee	27	21	213	47.4337	4.3296	5
21140	Semur-en-Auxois	semur-en-auxois	27	21	213	47.4833	4.3333	5
21140	Lantilly	lantilly	27	21	213	47.5445	4.3771	5
21140	Magny-la-Ville	magny-la-ville	27	21	213	47.4815	4.43	5
21140	Villeneuve-sous-Charigny	villeneuve-sous-charigny	27	21	213	47.4375	4.3943	5
21140	Charigny	charigny	27	21	213	47.431	4.4237	5
21150	Flavigny-sur-Ozerain	flavigny-sur-ozerain	27	21	213	47.512	4.531	5
21150	Venarey-les-Laumes	venarey-les-laumes	27	21	213	47.542	4.4602	5
21150	Gissey-sous-Flavigny	gissey-sous-flavigny	27	21	213	47.5124	4.59	5
21150	Seigny	seigny	27	21	213	47.5738	4.4338	5
21150	Ménétreux-le-Pitois	menetreux-le-pitois	27	21	213	47.5591	4.4708	5
21150	Jailly-les-Moulins	jailly-les-moulins	27	21	213	47.459	4.5974	5
21150	Pouillenay	pouillenay	27	21	213	47.5073	4.4682	5
21150	Grignon	grignon	27	21	213	47.5606	4.4095	5
21150	Frôlois	frolois	27	21	213	47.5298	4.6317	5
21150	Corpoyer-la-Chapelle	corpoyer-la-chapelle	27	21	213	47.5437	4.6104	5
21150	Chassey	chassey	27	21	213	47.477	4.446	5
21150	Alise-Sainte-Reine	alise-sainte-reine	27	21	213	47.5379	4.4859	5
21150	Hauteroche	hauteroche	27	21	213	47.5001	4.581	5
21150	Bussy-le-Grand	bussy-le-grand	27	21	213	47.5749	4.5151	5
21150	Marigny-le-Cahouet	marigny-le-cahouet	27	21	213	47.4638	4.4595	5
21150	Lucenay-le-Duc	lucenay-le-duc	27	21	213	47.6114	4.516	5
21150	Darcey	darcey	27	21	213	47.5515	4.5683	5
21150	Grésigny-Sainte-Reine	gresigny-sainte-reine	27	21	213	47.558	4.503	5
21150	La Roche-Vanneau	la-roche-vanneau	27	21	213	47.473	4.5269	5
21150	Mussy-la-Fosse	mussy-la-fosse	27	21	213	47.5217	4.4384	5
21150	Thenissey	thenissey	27	21	213	47.4958	4.6234	5
21160	Corcelles-les-Monts	corcelles-les-monts	27	21	212	47.2951	4.9403	5
21160	Couchey	couchey	27	21	211	47.2599	4.9826	5
21160	Perrigny-lès-Dijon	perrigny-les-dijon	27	21	212	47.2665	5.0063	5
21160	Flavignerot	flavignerot	27	21	212	47.2789	4.9178	5
21160	Marsannay-la-Côte	marsannay-la-cote	27	21	212	47.2709	4.9889	5
21170	Trouhans	trouhans	27	21	211	47.1486	5.2747	5
21170	Saint-Usage	saint-usage	27	21	211	47.1101	5.2604	5
21170	Esbarres	esbarres	27	21	211	47.0949	5.2158	5
21170	Laperrière-sur-Saône	laperriere-sur-saone	27	21	211	47.1116	5.3414	5
21170	Magny-lès-Aubigny	magny-les-aubigny	27	21	211	47.1096	5.1768	5
21170	Échenon	echenon	27	21	211	47.1167	5.2833	5
21170	Saint-Jean-de-Losne	saint-jean-de-losne	27	21	211	47.1025	5.2656	5
21170	Montot	montot	27	21	211	47.1404	5.2442	5
21170	Charrey-sur-Saône	charrey-sur-saone	27	21	211	47.0882	5.1623	5
21170	Franxault	franxault	27	21	211	47.0533	5.2753	5
21170	Saint-Symphorien-sur-Saône	saint-symphorien-sur-saone	27	21	211	47.1003	5.3005	5
21170	Aubigny-en-Plaine	aubigny-en-plaine	27	21	211	47.1315	5.1766	5
21170	Losne	losne	27	21	211	47.0985	5.2622	5
21170	Samerey	samerey	27	21	211	47.0916	5.3616	5
21190	Monthelie	monthelie	27	21	211	47	4.7667	5
21190	Mavilly-Mandelot	mavilly-mandelot	27	21	211	47.0486	4.7384	5
21190	Ébaty	ebaty	27	21	211	46.9296	4.7839	5
21190	Meloisey	meloisey	27	21	211	47.0324	4.7354	5
21190	Tailly	tailly	27	21	211	46.9695	4.8142	5
21190	Corpeau	corpeau	27	21	211	46.9292	4.7523	5
21190	Saint-Aubin	saint-aubin	27	21	211	46.9514	4.7156	5
21190	Saint-Romain	saint-romain	27	21	211	47.0007	4.7133	5
21190	Corcelles-les-Arts	corcelles-les-arts	27	21	211	46.9521	4.795	5
21190	Merceuil	merceuil	27	21	211	46.9499	4.8421	5
21190	Meursault	meursault	27	21	211	46.9782	4.7695	5
21190	Chassagne-Montrachet	chassagne-montrachet	27	21	211	46.9382	4.7299	5
21190	Puligny-Montrachet	puligny-montrachet	27	21	211	46.9462	4.753	5
21190	Nantoux	nantoux	27	21	211	47.0332	4.7604	5
21190	Volnay	volnay	27	21	211	47.0011	4.7818	5
21190	Auxey-Duresses	auxey-duresses	27	21	211	46.9862	4.7486	5
21200	Bligny-lès-Beaune	bligny-les-beaune	27	21	211	46.9863	4.8262	5
21200	Levernois	levernois	27	21	211	46.9942	4.8746	5
21200	Bouze-lès-Beaune	bouze-les-beaune	27	21	211	47.0517	4.7713	5
21200	Sainte-Marie-la-Blanche	sainte-marie-la-blanche	27	21	211	46.9776	4.8905	5
21200	Vignoles	vignoles	27	21	211	47.0293	4.8877	5
21200	Ruffey-lès-Beaune	ruffey-les-beaune	27	21	211	47.0187	4.9139	5
21200	Marigny-lès-Reullée	marigny-les-reullee	27	21	211	46.9977	4.9642	5
21200	Chorey-les-Beaune	chorey-les-beaune	27	21	211	47.05	4.8667	5
21200	Montagny-lès-Beaune	montagny-les-beaune	27	21	211	46.9916	4.8497	5
21200	Combertault	combertault	27	21	211	46.9926	4.8986	5
21200	Beaune	beaune	27	21	211	47.0333	4.8333	5
21200	Chevigny-en-Valière	chevigny-en-valiere	27	21	211	46.9672	4.9716	5
21200	Meursanges	meursanges	27	21	211	46.991	4.9437	5
21201 CEDEX	Beaune	beaune	27	21	211	47.0333	4.8333	5
21202 CEDEX	Beaune	beaune	27	21	211	47.0333	4.8333	5
21203 CEDEX	Beaune	beaune	27	21	211	47.0333	4.8333	5
21204 CEDEX	Beaune	beaune	27	21	211	47.0333	4.8333	5
21205 CEDEX	Beaune	beaune	27	21	211	47.0333	4.8333	5
21206 CEDEX	Beaune	beaune	27	21	211	47.0333	4.8333	5
21207 CEDEX	Beaune	beaune	27	21	211	47.0333	4.8333	5
21208 CEDEX	Beaune	beaune	27	21	211	47.0333	4.8333	5
21209 CEDEX	Beaune	beaune	27	21	211	47.0333	4.8333	5
21210	Thoisy-la-Berchère	thoisy-la-berchere	27	21	213	47.2621	4.3455	5
21210	Molphey	molphey	27	21	213	47.3442	4.211	5
21210	Missery	missery	27	21	213	47.3084	4.3717	5
21210	Juillenay	juillenay	27	21	213	47.3601	4.2757	5
21210	La Motte-Ternant	la-motte-ternant	27	21	213	47.324	4.3321	5
21210	Saint-Martin-de-la-Mer	saint-martin-de-la-mer	27	21	211	47.2369	4.2337	5
21210	Montlay-en-Auxois	montlay-en-auxois	27	21	213	47.3523	4.2819	5
21210	Saint-Didier	saint-didier	27	21	213	47.33	4.1826	5
21210	Saulieu	saulieu	27	21	213	47.2802	4.2286	5
21210	Lacour-d’Arcenay	lacour-d-arcenay	27	21	213	47.3621	4.253	5
21210	Villargoix	villargoix	27	21	213	47.2963	4.2907	5
21210	Champeau-en-Morvan	champeau-en-morvan	27	21	213	47.2667	4.15	5
21219 CEDEX	Beaune	beaune	27	21	211	47.0333	4.8333	5
21220	Brochon	brochon	27	21	211	47.2384	4.9691	5
21220	Curtil-Vergy	curtil-vergy	27	21	211	47.1694	4.889	5
21220	Fixin	fixin	27	21	211	47.2451	4.9733	5
21220	Messanges	messanges	27	21	211	47.1628	4.8719	5
21220	Chambolle-Musigny	chambolle-musigny	27	21	211	47.1861	4.9521	5
21220	Détain-et-Bruant	detain-et-bruant	27	21	211	47.1727	4.7918	5
21220	Clémencey	clemencey	27	21	211	47.2474	4.8824	5
21220	Urcy	urcy	27	21	211	47.2608	4.8525	5
21220	Segrois	segrois	27	21	211	47.1596	4.8927	5
21220	Chevannes	chevannes	27	21	211	47.1576	4.8482	5
21220	Bévy	bevy	27	21	211	47.1784	4.8551	5
21220	Ternant	ternant	27	21	211	47.2009	4.8543	5
21220	Gevrey-Chambertin	gevrey-chambertin	27	21	211	47.2261	4.9681	5
21220	Épernay-sous-Gevrey	epernay-sous-gevrey	27	21	211	47.1809	5.0333	5
21220	Saint-Philibert	saint-philibert	27	21	211	47.2051	5.0111	5
21220	Semezanges	semezanges	27	21	211	47.2149	4.859	5
21220	Morey-Saint-Denis	morey-saint-denis	27	21	211	47.1969	4.9627	5
21220	Chambœuf	chamb-uf	27	21	211	47.2333	4.9	5
21220	Reulle-Vergy	reulle-vergy	27	21	211	47.1864	4.8952	5
21220	Quemigny-Poisot	quemigny-poisot	27	21	211	47.2333	4.8667	5
21220	L’Étang-Vergy	l-etang-vergy	27	21	211	47.1776	4.8784	5
21220	Collonges-lès-Bévy	collonges-les-bevy	27	21	211	47.1694	4.852	5
21220	Broindon	broindon	27	21	211	47.1979	5.0436	5
21220	Curley	curley	27	21	211	47.2018	4.906	5
21230	Lacanche	lacanche	27	21	211	47.0751	4.5591	5
21230	Clomot	clomot	27	21	211	47.1901	4.4838	5
21230	Maligny	maligny	27	21	211	47.0851	4.5089	5
21230	Voudenay	voudenay	27	21	211	47.0909	4.3858	5
21230	Saint-Pierre-en-Vaux	saint-pierre-en-vaux	27	21	211	47.0557	4.5358	5
21230	Saint-Prix-lès-Arnay	saint-prix-les-arnay	27	21	211	47.1154	4.4961	5
21230	Allerey	allerey	27	21	211	47.1895	4.442	5
21230	Champignolles	champignolles	27	21	211	47.0543	4.5663	5
21230	Le Fête	le-fete	27	21	211	47.1835	4.5098	5
21230	Magnien	magnien	27	21	211	47.1038	4.4396	5
21230	Longecourt-lès-Culêtre	longecourt-les-culetre	27	21	211	47.1667	4.55	5
21230	Mimeure	mimeure	27	21	211	47.1515	4.4964	5
21230	Musigny	musigny	27	21	211	47.1629	4.52	5
21230	Viévy	vievy	27	21	211	47.0568	4.4527	5
21230	Culêtre	culetre	27	21	211	47.1474	4.5763	5
21230	Cussy-le-Châtel	cussy-le-chatel	27	21	211	47.166	4.5871	5
21230	Foissy	foissy	27	21	211	47.1221	4.5621	5
21230	Antigny-la-Ville	antigny-la-ville	27	21	211	47.1018	4.5592	5
21230	Jouey	jouey	27	21	211	47.1537	4.4487	5
21230	Arnay-le-Duc	arnay-le-duc	27	21	211	47.132	4.4859	5
21240	Talant	talant	27	21	212	47.3369	5.0089	5
21250	Corberon	corberon	27	21	211	47.0093	4.996	5
21250	Pagny-le-Château	pagny-le-chateau	27	21	211	47.0475	5.1948	5
21250	Jallanges	jallanges	27	21	211	46.9885	5.1499	5
21250	Montmain	montmain	27	21	211	47.03	5.063	5
21250	Lechâtelet	lechatelet	27	21	211	47.0605	5.1445	5
21250	Montagny-lès-Seurre	montagny-les-seurre	27	21	211	47.0235	5.2527	5
21250	Bonnencontre	bonnencontre	27	21	211	47.0841	5.1465	5
21250	Bousselange	bousselange	27	21	211	46.9893	5.2592	5
21250	Glanon	glanon	27	21	211	47.0409	5.1072	5
21250	Auvillars-sur-Saône	auvillars-sur-saone	27	21	211	47.0628	5.1029	5
21250	Villy-le-Moutier	villy-le-moutier	27	21	211	47.0381	4.9921	5
21250	Broin	broin	27	21	211	47.0807	5.1082	5
21250	Seurre	seurre	27	21	211	46.9992	5.1514	5
21250	Pouilly-sur-Saône	pouilly-sur-saone	27	21	211	47.0162	5.1211	5
21250	Tichey	tichey	27	21	211	47.0139	5.2836	5
21250	Grosbois-lès-Tichey	grosbois-les-tichey	27	21	211	47.0064	5.2398	5
21250	Trugny	trugny	27	21	211	46.981	5.1452	5
21250	Corgengoux	corgengoux	27	21	211	46.9905	4.9891	5
21250	Chamblanc	chamblanc	27	21	211	47.019	5.1506	5
21250	Lanthes	lanthes	27	21	211	46.9944	5.2044	5
21250	Pagny-la-Ville	pagny-la-ville	27	21	211	47.0627	5.1722	5
21250	Labruyère	labruyere	27	21	211	47.0442	5.1518	5
21260	Orville	orville	27	21	212	47.5639	5.2128	5
21260	Chazeuil	chazeuil	27	21	212	47.5597	5.2714	5
21260	Foncegrive	foncegrive	27	21	212	47.6118	5.1581	5
21260	Sacquenay	sacquenay	27	21	212	47.593	5.3232	5
21260	Selongey	selongey	27	21	212	47.5885	5.1848	5
21260	Boussenois	boussenois	27	21	212	47.6291	5.2095	5
21260	Vernois-lès-Vesvres	vernois-les-vesvres	27	21	212	47.6427	5.145	5
21260	Véronnes	veronnes	27	21	212	47.5333	5.2333	5
21261 CEDEX	Selongey	selongey	27	21	212	47.5885	5.1848	5
21262 CEDEX	Selongey	selongey	27	21	212	47.5885	5.1848	5
21270	Cléry	clery	27	21	212	47.2872	5.4969	5
21270	Marandeuil	marandeuil	27	21	212	47.3467	5.3472	5
21270	Saint-Léger-Triey	saint-leger-triey	27	21	212	47.3151	5.3646	5
21270	Soissons-sur-Nacey	soissons-sur-nacey	27	21	212	47.2585	5.4554	5
21270	Maxilly-sur-Saône	maxilly-sur-saone	27	21	212	47.3343	5.4285	5
21270	Heuilley-sur-Saône	heuilley-sur-saone	27	21	212	47.3289	5.4535	5
21270	Binges	binges	27	21	212	47.3296	5.2673	5
21270	Vielverge	vielverge	27	21	212	47.27	5.4509	5
21270	Pontailler-sur-Saône	pontailler-sur-saone	27	21	212	47.3046	5.4148	5
21270	Cirey-lès-Pontailler	cirey-les-pontailler	27	21	212	47.3089	5.2961	5
21270	Tellecey	tellecey	27	21	212	47.2935	5.281	5
21270	Montmançon	montmancon	27	21	212	47.3522	5.3789	5
21270	Talmay	talmay	27	21	212	47.3548	5.4389	5
21270	Étevaux	etevaux	27	21	212	47.3216	5.3173	5
21270	Drambon	drambon	27	21	212	47.3369	5.3616	5
21270	Saint-Sauveur	saint-sauveur	27	21	212	47.3581	5.4135	5
21270	Vonges	vonges	27	21	212	47.2915	5.3999	5
21270	Perrigny-sur-l’Ognon	perrigny-sur-l-ognon	27	21	212	47.3105	5.4484	5
21290	Lucey	lucey	27	21	213	47.8529	4.8619	5
21290	Leuglay	leuglay	27	21	213	47.8142	4.7922	5
21290	Buxerolles	buxerolles	27	21	213	47.8067	4.9319	5
21290	Voulaines-les-Templiers	voulaines-les-templiers	27	21	213	47.8167	4.7833	5
21290	Chambain	chambain	27	21	213	47.7972	4.9212	5
21290	Gurgy-la-Ville	gurgy-la-ville	27	21	213	47.8491	4.9413	5
21290	Essarois	essarois	27	21	213	47.7526	4.7843	5
21290	Beneuvre	beneuvre	27	21	213	47.6916	4.9423	5
21290	Faverolles-lès-Lucey	faverolles-les-lucey	27	21	213	47.8352	4.8621	5
21290	Recey-sur-Ource	recey-sur-ource	27	21	213	47.7795	4.8613	5
21290	Menesble	menesble	27	21	213	47.7728	4.897	5
21290	Saint-Broing-les-Moines	saint-broing-les-moines	27	21	213	47.6989	4.8423	5
21290	Chaugey	chaugey	27	21	213	47.7521	4.9503	5
21290	Montmoyen	montmoyen	27	21	213	47.7335	4.7914	5
21290	Terrefondrée	terrefondree	27	21	213	47.7299	4.8642	5
21290	Bure-les-Templiers	bure-les-templiers	27	21	213	47.7374	4.8963	5
21290	Gurgy-le-Château	gurgy-le-chateau	27	21	213	47.8265	4.9259	5
21300	Chenôve	chenove	27	21	212	47.2932	5.0046	5
21301 CEDEX	Chenôve	chenove	27	21	212	47.2932	5.0046	5
21302 CEDEX	Chenôve	chenove	27	21	212	47.2932	5.0046	5
21303 CEDEX	Chenôve	chenove	27	21	212	47.2932	5.0046	5
21304 CEDEX	Chenôve	chenove	27	21	212	47.2932	5.0046	5
21305 CEDEX	Chenôve	chenove	27	21	212	47.2932	5.0046	5
21309 CEDEX	Chenôve	chenove	27	21	212	47.2932	5.0046	5
21310	Champagne-sur-Vingeanne	champagne-sur-vingeanne	27	21	212	47.4459	5.3925	5
21310	Beire-le-Châtel	beire-le-chatel	27	21	212	47.4132	5.2049	5
21310	Dampierre-et-Flée	dampierre-et-flee	27	21	212	47.4738	5.3692	5
21310	Jancigny	jancigny	27	21	212	47.3837	5.4061	5
21310	Savolles	savolles	27	21	212	47.3759	5.2743	5
21310	Magny-Saint-Médard	magny-saint-medard	27	21	212	47.379	5.2532	5
21310	Blagny-sur-Vingeanne	blagny-sur-vingeanne	27	21	212	47.4374	5.369	5
21310	Bézouotte	bezouotte	27	21	212	47.3827	5.3333	5
21310	Oisilly	oisilly	27	21	212	47.4199	5.3667	5
21310	Cheuge	cheuge	27	21	212	47.3907	5.3932	5
21310	Belleneuve	belleneuve	27	21	212	47.3622	5.2639	5
21310	Mirebeau-sur-Bèze	mirebeau-sur-beze	27	21	212	47.3983	5.3209	5
21310	Beaumont-sur-Vingeanne	beaumont-sur-vingeanne	27	21	212	47.4654	5.3625	5
21310	Trochères	trocheres	27	21	212	47.3445	5.3054	5
21310	Noiron-sur-Bèze	noiron-sur-beze	27	21	212	47.4397	5.2975	5
21310	Cuiserey	cuiserey	27	21	212	47.3724	5.3224	5
21310	Bèze	beze	27	21	212	47.4679	5.2712	5
21310	Charmes	charmes	27	21	212	47.3767	5.3461	5
21310	Arceau	arceau	27	21	212	47.3849	5.1903	5
21310	Viévigne	vievigne	27	21	212	47.4347	5.2305	5
21310	Renève	reneve	27	21	212	47.4039	5.4061	5
21310	Tanay	tanay	27	21	212	47.4093	5.2761	5
21320	Bellenot-sous-Pouilly	bellenot-sous-pouilly	27	21	211	47.2833	4.55	5
21320	Pouilly-en-Auxois	pouilly-en-auxois	27	21	211	47.2624	4.5558	5
21320	Mont-Saint-Jean	mont-saint-jean	27	21	211	47.293	4.4027	5
21320	Éguilly	eguilly	27	21	211	47.3038	4.4999	5
21320	Arconcey	arconcey	27	21	211	47.2186	4.455	5
21320	Maconge	maconge	27	21	211	47.2206	4.5772	5
21320	Châteauneuf	chateauneuf	27	21	211	47.2186	4.641	5
21320	Martrois	martrois	27	21	211	47.3107	4.5367	5
21320	Civry-en-Montagne	civry-en-montagne	27	21	211	47.2902	4.6156	5
21320	Commarin	commarin	27	21	211	47.2561	4.6501	5
21320	Rouvres-sous-Meilly	rouvres-sous-meilly	27	21	211	47.212	4.5764	5
21320	Sainte-Sabine	sainte-sabine	27	21	211	47.1906	4.6244	5
21320	Meilly-sur-Rouvres	meilly-sur-rouvres	27	21	211	47.2054	4.562	5
21320	Créancey	creancey	27	21	211	47.2474	4.5851	5
21320	Semarey	semarey	27	21	211	47.2677	4.6335	5
21320	Vandenesse-en-Auxois	vandenesse-en-auxois	27	21	211	47.2199	4.6155	5
21320	Marcilly-Ogny	marcilly-ogny	27	21	211	47.2521	4.4061	5
21320	Châtellenot	chatellenot	27	21	211	47.2361	4.4889	5
21320	Essey	essey	27	21	211	47.2045	4.5225	5
21320	Beurey-Bauguay	beurey-bauguay	27	21	211	47.2324	4.4238	5
21320	Chailly-sur-Armançon	chailly-sur-armancon	27	21	211	47.2721	4.4869	5
21320	Blancey	blancey	27	21	211	47.3055	4.4663	5
21320	Chazilly	chazilly	27	21	211	47.1823	4.5815	5
21320	Thoisy-le-Désert	thoisy-le-desert	27	21	211	47.2464	4.5248	5
21330	Verdonnet	verdonnet	27	21	213	47.7365	4.3288	5
21330	Laignes	laignes	27	21	213	47.8428	4.3648	5
21330	Villedieu	villedieu	27	21	213	47.9164	4.3619	5
21330	Bissey-la-Pierre	bissey-la-pierre	27	21	213	47.8486	4.4263	5
21330	Vertault	vertault	27	21	213	47.9161	4.3514	5
21330	Poinçon-lès-Larrey	poincon-les-larrey	27	21	213	47.8827	4.4544	5
21330	Griselles	griselles	27	21	213	47.8691	4.353	5
21330	Larrey	larrey	27	21	213	47.8846	4.4358	5
21330	Channay	channay	27	21	213	47.8824	4.3315	5
21330	Marcenay	marcenay	27	21	213	47.8624	4.4044	5
21330	Molesme	molesme	27	21	213	47.9333	4.35	5
21330	Fontaines-les-Sèches	fontaines-les-seches	27	21	213	47.7786	4.3539	5
21330	Nesle-et-Massoult	nesle-et-massoult	27	21	213	47.7754	4.4311	5
21330	Balot	balot	27	21	213	47.8167	4.4333	5
21330	Nicey	nicey	27	21	213	47.8622	4.3154	5
21330	Cérilly	cerilly	27	21	213	47.8661	4.4957	5
21330	Bouix	bouix	27	21	213	47.8871	4.4844	5
21340	La Rochepot	la-rochepot	27	21	211	46.9579	4.6801	5
21340	Vauchignon	vauchignon	27	21	211	46.9761	4.6438	5
21340	Thury	thury	27	21	211	47.034	4.5251	5
21340	Aubigny-la-Ronce	aubigny-la-ronce	27	21	211	46.987	4.6105	5
21340	Cormot-le-Grand	cormot-le-grand	27	21	211	46.9624	4.6433	5
21340	Santosse	santosse	27	21	211	47.0055	4.6293	5
21340	Baubigny	baubigny	27	21	211	46.9698	4.6838	5
21340	Molinot	molinot	27	21	211	47.0127	4.5901	5
21340	Ivry-en-Montagne	ivry-en-montagne	27	21	211	47.0287	4.6368	5
21340	Jours-en-Vaux	jours-en-vaux	27	21	211	47.0432	4.5852	5
21340	Val-Mont	val-mont	27	21	211	47.0367	4.5782	5
21340	Nolay	nolay	27	21	211	46.952	4.634	5
21350	Velogny	velogny	27	21	213	47.4038	4.4627	5
21350	Sainte-Colombe-en-Auxois	sainte-colombe-en-auxois	27	21	213	47.4264	4.4574	5
21350	Massingy-lès-Vitteaux	massingy-les-vitteaux	27	21	213	47.3993	4.5805	5
21350	Brain	brain	27	21	213	47.4632	4.5061	5
21350	Villeferry	villeferry	27	21	213	47.4551	4.5152	5
21350	Boussey	boussey	27	21	213	47.3724	4.5536	5
21350	Dampierre-en-Montagne	dampierre-en-montagne	27	21	213	47.4331	4.5578	5
21350	Arnay-sous-Vitteaux	arnay-sous-vitteaux	27	21	213	47.4456	4.4969	5
21350	Villy-en-Auxois	villy-en-auxois	27	21	213	47.42	4.6349	5
21350	Charny	charny	27	21	213	47.3367	4.4277	5
21350	Posanges	posanges	27	21	213	47.4186	4.5258	5
21350	Soussey-sur-Brionne	soussey-sur-brionne	27	21	213	47.3255	4.5304	5
21350	Gissey-le-Vieil	gissey-le-vieil	27	21	213	47.3231	4.4837	5
21350	Villeberny	villeberny	27	21	213	47.4373	4.5988	5
21350	Vitteaux	vitteaux	27	21	213	47.3973	4.5419	5
21350	Saffres	saffres	27	21	213	47.3679	4.5698	5
21350	Marcellois	marcellois	27	21	213	47.3485	4.6129	5
21350	Saint-Thibault	saint-thibault	27	21	213	47.373	4.472	5
21350	Uncey-le-Franc	uncey-le-franc	27	21	213	47.3451	4.5724	5
21350	Beurizot	beurizot	27	21	213	47.3525	4.4943	5
21350	Thorey-sous-Charny	thorey-sous-charny	27	21	213	47.3237	4.4474	5
21350	Avosnes	avosnes	27	21	213	47.3656	4.6416	5
21350	Marcilly-et-Dracy	marcilly-et-dracy	27	21	213	47.4	4.5	5
21350	Vesvres	vesvres	27	21	213	47.3829	4.5313	5
21360	Aubaine	aubaine	27	21	211	47.1384	4.7215	5
21360	Écutigny	ecutigny	27	21	211	47.0849	4.622	5
21360	Chaudenay-la-Ville	chaudenay-la-ville	27	21	211	47.1636	4.649	5
21360	Veuvey-sur-Ouche	veuvey-sur-ouche	27	21	211	47.1852	4.7157	5
21360	Saussey	saussey	27	21	211	47.0705	4.6082	5
21360	Bouhey	bouhey	27	21	211	47.2004	4.6686	5
21360	Antheuil	antheuil	27	21	211	47.1725	4.7456	5
21360	Thorey-sur-Ouche	thorey-sur-ouche	27	21	211	47.1471	4.6971	5
21360	Colombier	colombier	27	21	211	47.1675	4.6719	5
21360	Lusigny-sur-Ouche	lusigny-sur-ouche	27	21	211	47.0912	4.6729	5
21360	Bessey-la-Cour	bessey-la-cour	27	21	211	47.0982	4.6127	5
21360	Cussy-la-Colonne	cussy-la-colonne	27	21	211	47.041	4.6412	5
21360	Veilly	veilly	27	21	211	47.1269	4.5992	5
21360	Thomirey	thomirey	27	21	211	47.0815	4.5913	5
21360	Crugey	crugey	27	21	211	47.1833	4.6833	5
21360	Painblanc	painblanc	27	21	211	47.1464	4.6276	5
21360	Bligny-sur-Ouche	bligny-sur-ouche	27	21	211	47.1059	4.669	5
21360	Vic-des-Prés	vic-des-pres	27	21	211	47.1043	4.6408	5
21360	Montceau-et-Écharnant	montceau-et-echarnant	27	21	211	47.0607	4.6583	5
21360	Auxant	auxant	27	21	211	47.1225	4.6233	5
21360	La Bussière-sur-Ouche	la-bussiere-sur-ouche	27	21	211	47.2163	4.7218	5
21360	Chaudenay-le-Château	chaudenay-le-chateau	27	21	211	47.1773	4.6449	5
21360	Bessey-en-Chaume	bessey-en-chaume	27	21	211	47.0806	4.7429	5
21370	Lantenay	lantenay	27	21	212	47.3421	4.8659	5
21370	Plombières-lès-Dijon	plombieres-les-dijon	27	21	212	47.3333	4.9667	5
21370	Velars-sur-Ouche	velars-sur-ouche	27	21	212	47.3196	4.9059	5
21370	Prenois	prenois	27	21	212	47.376	4.8966	5
21370	Pasques	pasques	27	21	212	47.3653	4.8603	5
21380	Savigny-le-Sec	savigny-le-sec	27	21	212	47.4321	5.053	5
21380	Asnières-lès-Dijon	asnieres-les-dijon	27	21	212	47.3833	5.0333	5
21380	Épagny	epagny	27	21	212	47.4487	5.0603	5
21380	Marsannay-le-Bois	marsannay-le-bois	27	21	212	47.4399	5.0955	5
21380	Curtil-Saint-Seine	curtil-saint-seine	27	21	212	47.4495	4.9277	5
21380	Saussy	saussy	27	21	212	47.4676	4.962	5
21380	Messigny-et-Vantoux	messigny-et-vantoux	27	21	212	47.4067	5.0171	5
21390	Précy-sous-Thil	precy-sous-thil	27	21	213	47.3898	4.308	5
21390	Fontangy	fontangy	27	21	213	47.3464	4.3556	5
21390	Bierre-lès-Semur	bierre-les-semur	27	21	213	47.4187	4.2999	5
21390	Nan-sous-Thil	nan-sous-thil	27	21	213	47.3741	4.3586	5
21390	Brianny	brianny	27	21	213	47.4121	4.3742	5
21390	Montigny-Saint-Barthélemy	montigny-saint-barthelemy	27	21	213	47.4248	4.2676	5
21390	Braux	braux	27	21	213	47.4081	4.4261	5
21390	Roilly	roilly	27	21	213	47.4188	4.3394	5
21390	Vic-sous-Thil	vic-sous-thil	27	21	213	47.3699	4.3091	5
21390	Marcigny-sous-Thil	marcigny-sous-thil	27	21	213	47.3902	4.384	5
21390	Aisy-sous-Thil	aisy-sous-thil	27	21	213	47.3931	4.2868	5
21390	Clamerey	clamerey	27	21	213	47.3868	4.4268	5
21390	Dompierre-en-Morvan	dompierre-en-morvan	27	21	213	47.3944	4.2332	5
21390	Noidan	noidan	27	21	213	47.3454	4.4088	5
21390	Normier	normier	27	21	213	47.3668	4.4355	5
21400	Vanvey	vanvey	27	21	213	47.8339	4.7084	5
21400	Aisey-sur-Seine	aisey-sur-seine	27	21	213	47.7506	4.5807	5
21400	Brémur-et-Vaurois	bremur-et-vaurois	27	21	213	47.7332	4.6042	5
21400	Étrochey	etrochey	27	21	213	47.8913	4.5249	5
21400	Villers-Patras	villers-patras	27	21	213	47.9302	4.541	5
21400	Villotte-sur-Ource	villotte-sur-ource	27	21	213	47.8637	4.6795	5
21400	Buncey	buncey	27	21	213	47.8223	4.5634	5
21400	Massingy	massingy	27	21	213	47.9069	4.5969	5
21400	Chaumont-le-Bois	chaumont-le-bois	27	21	213	47.9253	4.5784	5
21400	Ampilly-le-Sec	ampilly-le-sec	27	21	213	47.809	4.5317	5
21400	Prusly-sur-Ource	prusly-sur-ource	27	21	213	47.8707	4.6629	5
21400	Mosson	mosson	27	21	213	47.9188	4.6298	5
21400	Coulmier-le-Sec	coulmier-le-sec	27	21	213	47.75	4.4936	5
21400	Pothières	pothieres	27	21	213	47.9218	4.5207	5
21400	Puits	puits	27	21	213	47.7331	4.463	5
21400	Vannaire	vannaire	27	21	213	47.913	4.5689	5
21400	Villiers-le-Duc	villiers-le-duc	27	21	213	47.8208	4.7068	5
21400	Montliot-et-Courcelles	montliot-et-courcelles	27	21	213	47.8908	4.5598	5
21400	Nod-sur-Seine	nod-sur-seine	27	21	213	47.7667	4.5724	5
21400	Chamesson	chamesson	27	21	213	47.79	4.5404	5
21400	Maisey-le-Duc	maisey-le-duc	27	21	213	47.8462	4.6771	5
21400	Vix	vix	27	21	213	47.9062	4.5423	5
21400	Gomméville	gommeville	27	21	213	47.9611	4.4956	5
21400	Chemin-d’Aisey	chemin-d-aisey	27	21	213	47.7412	4.5648	5
21400	Charrey-sur-Seine	charrey-sur-seine	27	21	213	47.95	4.5167	5
21400	Sainte-Colombe-sur-Seine	sainte-colombe-sur-seine	27	21	213	47.8667	4.5333	5
21400	Châtillon-sur-Seine	chatillon-sur-seine	27	21	213	47.8585	4.5737	5
21400	Noiron-sur-Seine	noiron-sur-seine	27	21	213	47.95	4.4833	5
21400	Obtrée	obtree	27	21	213	47.9219	4.5557	5
21401 CEDEX	Châtillon-sur-Seine	chatillon-sur-seine	27	21	213	47.8585	4.5737	5
21402 CEDEX	Châtillon-sur-Seine	chatillon-sur-seine	27	21	213	47.8585	4.5737	5
21403 CEDEX	Châtillon-sur-Seine	chatillon-sur-seine	27	21	213	47.8585	4.5737	5
21409 CEDEX	Châtillon-sur-Seine	chatillon-sur-seine	27	21	213	47.8585	4.5737	5
21410	Arcey	arcey	27	21	212	47.276	4.827	5
21410	Fleurey-sur-Ouche	fleurey-sur-ouche	27	21	212	47.3118	4.8591	5
21410	Saint-Victor-sur-Ouche	saint-victor-sur-ouche	27	21	212	47.2351	4.7468	5
21410	Mâlain	malain	27	21	212	47.3263	4.7987	5
21410	Agey	agey	27	21	212	47.284	4.7637	5
21410	Gergueil	gergueil	27	21	212	47.2406	4.8183	5
21410	Barbirey-sur-Ouche	barbirey-sur-ouche	27	21	212	47.2526	4.7551	5
21410	Gissey-sur-Ouche	gissey-sur-ouche	27	21	212	47.2636	4.7687	5
21410	Prâlon	pralon	27	21	212	47.31	4.7754	5
21410	Ancey	ancey	27	21	212	47.3293	4.8268	5
21410	Sainte-Marie-sur-Ouche	sainte-marie-sur-ouche	27	21	212	47.2869	4.7965	5
21410	Saint-Jean-de-Bœuf	saint-jean-de-b-uf	27	21	212	47.2167	4.75	5
21410	Baulme-la-Roche	baulme-la-roche	27	21	212	47.3464	4.7988	5
21420	Aloxe-Corton	aloxe-corton	27	21	211	47.0666	4.8596	5
21420	Bouilland	bouilland	27	21	211	47.1325	4.7762	5
21420	Échevronne	echevronne	27	21	211	47.1046	4.8513	5
21420	Savigny-lès-Beaune	savigny-les-beaune	27	21	211	47.0636	4.8182	5
21420	Pernand-Vergelesses	pernand-vergelesses	27	21	211	47.0796	4.8503	5
21430	Sussey	sussey	27	21	211	47.2226	4.3632	5
21430	Liernais	liernais	27	21	211	47.2067	4.2815	5
21430	Blanot	blanot	27	21	211	47.1713	4.234	5
21430	Marcheseuil	marcheseuil	27	21	211	47.1437	4.3489	5
21430	Brazey-en-Morvan	brazey-en-morvan	27	21	211	47.1742	4.2916	5
21430	Vianges	vianges	27	21	211	47.1596	4.3269	5
21430	Ménessaire	menessaire	27	21	211	47.135	4.1487	5
21430	Censerey	censerey	27	21	211	47.2029	4.3537	5
21430	Savilly	savilly	27	21	211	47.1258	4.2804	5
21430	Manlay	manlay	27	21	211	47.1285	4.3416	5
21430	Villiers-en-Morvan	villiers-en-morvan	27	21	211	47.1462	4.2554	5
21430	Diancey	diancey	27	21	211	47.1819	4.3629	5
21430	Bard-le-Régulier	bard-le-regulier	27	21	211	47.1468	4.3156	5
21440	Bligny-le-Sec	bligny-le-sec	27	21	212	47.4437	4.7421	5
21440	Saint-Martin-du-Mont	saint-martin-du-mont	27	21	212	47.4335	4.7863	5
21440	Chanceaux	chanceaux	27	21	212	47.5182	4.7196	5
21440	Francheville	francheville	27	21	212	47.4538	4.8819	5
21440	Poiseul-la-Grange	poiseul-la-grange	27	21	212	47.5757	4.8042	5
21440	Lamargelle	lamargelle	27	21	212	47.5345	4.8388	5
21440	Léry	lery	27	21	212	47.5576	4.8374	5
21440	Trouhaut	trouhaut	27	21	212	47.3913	4.7561	5
21440	Saint-Seine-l’Abbaye	saint-seine-l-abbaye	27	21	212	47.4409	4.7904	5
21440	Pellerey	pellerey	27	21	212	47.5056	4.782	5
21440	Vaux-Saules	vaux-saules	27	21	212	47.4661	4.8051	5
21440	Poncey-sur-l’Ignon	poncey-sur-l-ignon	27	21	212	47.4946	4.7611	5
21440	Champagny	champagny	27	21	212	47.4574	4.7637	5
21450	Poiseul-la-Ville-et-Laperrière	poiseul-la-ville-et-laperriere	27	21	213	47.5589	4.6673	5
21450	Billy-lès-Chanceaux	billy-les-chanceaux	27	21	213	47.5464	4.7084	5
21450	Semond	semond	27	21	213	47.7189	4.5929	5
21450	Oigny	oigny	27	21	213	47.5698	4.7068	5
21450	Orret	orret	27	21	213	47.5974	4.6933	5
21450	Baigneux-les-Juifs	baigneux-les-juifs	27	21	213	47.5997	4.649	5
21450	La Villeneuve-les-Convers	la-villeneuve-les-convers	27	21	213	47.5742	4.5763	5
21450	Chaume-lès-Baigneux	chaume-les-baigneux	27	21	213	47.6276	4.5824	5
21450	Étormay	etormay	27	21	213	47.5968	4.5749	5
21450	Fontaines-en-Duesmois	fontaines-en-duesmois	27	21	213	47.649	4.5441	5
21450	Magny-Lambert	magny-lambert	27	21	213	47.6827	4.5742	5
21450	Ampilly-les-Bordes	ampilly-les-bordes	27	21	213	47.6326	4.6294	5
21450	Villaines-en-Duesmois	villaines-en-duesmois	27	21	213	47.6825	4.5269	5
21450	Jours-lès-Baigneux	jours-les-baigneux	27	21	213	47.6333	4.6	5
21450	Saint-Marc-sur-Seine	saint-marc-sur-seine	27	21	213	47.7002	4.6058	5
21460	Montberthault	montberthault	27	21	213	47.4681	4.1576	5
21460	Torcy-et-Pouligny	torcy-et-pouligny	27	21	213	47.4833	4.2167	5
21460	Corrombles	corrombles	27	21	213	47.5189	4.1992	5
21460	Forléans	forleans	27	21	213	47.4824	4.2023	5
21460	Bard-lès-Époisses	bard-les-epoisses	27	21	213	47.5315	4.2154	5
21460	Toutry	toutry	27	21	213	47.4989	4.1221	5
21460	Époisses	epoisses	27	21	213	47.5067	4.1743	5
21460	Courcelles-Frémoy	courcelles-fremoy	27	21	213	47.45	4.1714	5
21460	Jeux-lès-Bard	jeux-les-bard	27	21	213	47.5329	4.2512	5
21460	Thoste	thoste	27	21	213	47.436	4.2253	5
21460	Vieux-Château	vieux-chateau	27	21	213	47.4702	4.1342	5
21460	Corsaint	corsaint	27	21	213	47.5386	4.1989	5
21470	Brazey-en-Plaine	brazey-en-plaine	27	21	211	47.1378	5.2154	5
21490	Flacey	flacey	27	21	212	47.4297	5.1486	5
21490	Bellefond	bellefond	27	21	212	47.3797	5.0684	5
21490	Varois-et-Chaignot	varois-et-chaignot	27	21	212	47.3506	5.1284	5
21490	Orgeux	orgeux	27	21	212	47.3612	5.1533	5
21490	Brognon	brognon	27	21	212	47.4032	5.1656	5
21490	Norges-la-Ville	norges-la-ville	27	21	212	47.4074	5.0773	5
21490	Saint-Julien	saint-julien	27	21	212	47.4003	5.1416	5
21490	Bretigny	bretigny	27	21	212	47.4	5.1	5
21490	Clénay	clenay	27	21	212	47.4038	5.1222	5
21490	Ruffey-lès-Echirey	ruffey-les-echirey	27	21	212	47.3667	5.0833	5
21500	Asnières-en-Montagne	asnieres-en-montagne	27	21	213	47.7189	4.2755	5
21500	Rougemont	rougemont	27	21	213	47.6678	4.2441	5
21500	Touillon	touillon	27	21	213	47.6508	4.4252	5
21500	Saint-Germain-lès-Senailly	saint-germain-les-senailly	27	21	213	47.5976	4.2734	5
21500	Étais	etais	27	21	213	47.7076	4.4364	5
21500	Fresnes	fresnes	27	21	213	47.6076	4.4395	5
21500	Fain-lès-Moutiers	fain-les-moutiers	27	21	213	47.5835	4.2119	5
21500	Marmagne	marmagne	27	21	213	47.622	4.3683	5
21500	Fain-lès-Montbard	fain-les-montbard	27	21	213	47.6076	4.3993	5
21500	Montbard	montbard	27	21	213	47.6167	4.3333	5
21500	Planay	planay	27	21	213	47.7452	4.3775	5
21500	Athie	athie	27	21	213	47.566	4.2548	5
21500	Crépand	crepand	27	21	213	47.6117	4.3114	5
21500	Moutiers-Saint-Jean	moutiers-saint-jean	27	21	213	47.5619	4.2201	5
21500	Arrans	arrans	27	21	213	47.6965	4.3191	5
21500	Benoisey	benoisey	27	21	213	47.5781	4.3976	5
21500	Courcelles-lès-Montbard	courcelles-les-montbard	27	21	213	47.5939	4.3985	5
21500	Quincerot	quincerot	27	21	213	47.6112	4.2667	5
21500	Savoisy	savoisy	27	21	213	47.7288	4.4142	5
21500	Nogent-lès-Montbard	nogent-les-montbard	27	21	213	47.6083	4.382	5
21500	Viserny	viserny	27	21	213	47.5595	4.2795	5
21500	Montigny-Montfort	montigny-montfort	27	21	213	47.5777	4.3448	5
21500	Quincy-le-Vicomte	quincy-le-vicomte	27	21	213	47.6077	4.2546	5
21500	Saint-Rémy	saint-remy	27	21	213	47.6374	4.2975	5
21500	Buffon	buffon	27	21	213	47.6512	4.2765	5
21500	Champ-d'Oiseau	champ-d-oiseau	27	21	213	47.55	4.35	5
21500	Éringes	eringes	27	21	213	47.5919	4.4641	5
21500	Senailly	senailly	27	21	213	47.5842	4.2656	5
21500	Villaines-les-Prévôtes	villaines-les-prevotes	27	21	213	47.5541	4.3067	5
21501 CEDEX	Montbard	montbard	27	21	213	47.6167	4.3333	5
21502 CEDEX	Montbard	montbard	27	21	213	47.6167	4.3333	5
21506 CEDEX	Montbard	montbard	27	21	213	47.6167	4.3333	5
21509 CEDEX	Montbard	montbard	27	21	213	47.6167	4.3333	5
21510	Rochefort-sur-Brévon	rochefort-sur-brevon	27	21	213	47.7333	4.7	5
21510	Aignay-le-Duc	aignay-le-duc	27	21	213	47.6656	4.7332	5
21510	Saint-Germain-le-Rocheux	saint-germain-le-rocheux	27	21	213	47.7513	4.6687	5
21510	Échalot	echalot	27	21	213	47.6124	4.8375	5
21510	Quemigny-sur-Seine	quemigny-sur-seine	27	21	213	47.6624	4.668	5
21510	Bellenod-sur-Seine	bellenod-sur-seine	27	21	213	47.6976	4.6464	5
21510	Busseaut	busseaut	27	21	213	47.7369	4.6485	5
21510	Beaulieu	beaulieu	27	21	213	47.7269	4.7285	5
21510	Beaunotte	beaunotte	27	21	213	47.6787	4.7064	5
21510	Étalante	etalante	27	21	213	47.6408	4.7612	5
21510	Meulson	meulson	27	21	213	47.688	4.6983	5
21510	Duesme	duesme	27	21	213	47.6439	4.6837	5
21510	Minot	minot	27	21	213	47.6688	4.8762	5
21510	Origny	origny	27	21	213	47.7017	4.6386	5
21510	Moitron	moitron	27	21	213	47.6773	4.8206	5
21510	Mauvilly	mauvilly	27	21	213	47.708	4.6976	5
21520	Lignerolles	lignerolles	27	21	213	47.9015	4.8885	5
21520	Courban	courban	27	21	213	47.917	4.7358	5
21520	Boudreville	boudreville	27	21	213	47.9349	4.8274	5
21520	Louesme	louesme	27	21	213	47.8966	4.7591	5
21520	Veuxhaulles-sur-Aube	veuxhaulles-sur-aube	27	21	213	47.9452	4.8024	5
21520	La Chaume	la-chaume	27	21	213	47.8789	4.8389	5
21520	Gevrolles	gevrolles	27	21	213	47.9871	4.7783	5
21520	Montigny-sur-Aube	montigny-sur-aube	27	21	213	47.9534	4.7784	5
21520	Les Goulles	les-goulles	27	21	213	47.8822	4.9058	5
21520	Bissey-la-Côte	bissey-la-cote	27	21	213	47.9133	4.7097	5
21530	Saint-Germain-de-Modéon	saint-germain-de-modeon	27	21	213	47.3799	4.1412	5
21530	La Roche-en-Brenil	la-roche-en-brenil	27	21	213	47.3812	4.1789	5
21530	Sincey-lès-Rouvray	sincey-les-rouvray	27	21	213	47.4313	4.1316	5
21530	Rouvray	rouvray	27	21	213	47.4245	4.1046	5
21530	Saint-Andeux	saint-andeux	27	21	213	47.4004	4.0978	5
21540	Grosbois-en-Montagne	grosbois-en-montagne	27	21	212	47.3196	4.5968	5
21540	Montoillot	montoillot	27	21	212	47.2692	4.6577	5
21540	Panges	panges	27	21	212	47.3701	4.7988	5
21540	Blaisy-Bas	blaisy-bas	27	21	212	47.3711	4.7384	5
21540	Sombernon	sombernon	27	21	212	47.3099	4.7098	5
21540	Mesmont	mesmont	27	21	212	47.3127	4.7438	5
21540	Drée	dree	27	21	212	47.3493	4.6912	5
21540	Verrey-sous-Drée	verrey-sous-dree	27	21	212	47.366	4.6893	5
21540	Savigny-sous-Mâlain	savigny-sous-malain	27	21	212	47.332	4.7599	5
21540	Chevannay	chevannay	27	21	213	47.3961	4.6545	5
21540	Aubigny-lès-Sombernon	aubigny-les-sombernon	27	21	212	47.3043	4.6431	5
21540	Échannay	echannay	27	21	212	47.2815	4.6777	5
21540	Bussy-la-Pesle	bussy-la-pesle	27	21	212	47.3673	4.7056	5
21540	Vieilmoulin	vieilmoulin	27	21	212	47.3167	4.6667	5
21540	Blaisy-Haut	blaisy-haut	27	21	212	47.3625	4.7602	5
21540	Saint-Mesmin	saint-mesmin	27	21	213	47.3423	4.6525	5
21540	Turcey	turcey	27	21	212	47.4075	4.7164	5
21540	Grenant-lès-Sombernon	grenant-les-sombernon	27	21	212	47.2667	4.7167	5
21540	Saint-Anthot	saint-anthot	27	21	212	47.3155	4.6456	5
21540	Remilly-en-Montagne	remilly-en-montagne	27	21	212	47.2919	4.737	5
21550	Ladoix-Serrigny	ladoix-serrigny	27	21	211	47.0667	4.8833	5
21560	Arc-sur-Tille	arc-sur-tille	27	21	212	47.3435	5.1867	5
21560	Remilly-sur-Tille	remilly-sur-tille	27	21	212	47.3163	5.2078	5
21560	Couternon	couternon	27	21	212	47.3333	5.15	5
21560	Bressey-sur-Tille	bressey-sur-tille	27	21	212	47.3082	5.183	5
21570	Thoires	thoires	27	21	213	47.9353	4.6747	5
21570	Riel-les-Eaux	riel-les-eaux	27	21	213	47.9746	4.6744	5
21570	Brion-sur-Ource	brion-sur-ource	27	21	213	47.9154	4.6615	5
21570	Grancey-sur-Ource	grancey-sur-ource	27	21	213	48.0077	4.5875	5
21570	Belan-sur-Ource	belan-sur-ource	27	21	213	47.9446	4.6536	5
21570	Autricourt	autricourt	27	21	213	47.9977	4.62	5
21580	Busserotte-et-Montenaille	busserotte-et-montenaille	27	21	212	47.6629	4.9772	5
21580	Cussey-les-Forges	cussey-les-forges	27	21	212	47.6423	5.0783	5
21580	Grancey-le-Château-Neuvelle	grancey-le-chateau-neuvelle	27	21	212	47.6667	5.0333	5
21580	Salives	salives	27	21	212	47.6169	4.9176	5
21580	Bussières	bussieres	27	21	212	47.6628	4.9654	5
21580	Fraignot-et-Vesvrotte	fraignot-et-vesvrotte	27	21	212	47.6529	4.9375	5
21580	Barjon	barjon	27	21	212	47.6112	4.958	5
21580	Le Meix	le-meix	27	21	212	47.6	4.95	5
21580	Courlon	courlon	27	21	212	47.652	5.0053	5
21580	Avot	avot	27	21	212	47.619	5.0148	5
21590	Santenay	santenay	27	21	211	46.9129	4.6967	5
21600	Longvic	longvic	27	21	212	47.2875	5.0634	5
21600	Fénay	fenay	27	21	212	47.2319	5.0621	5
21600	Ouges	ouges	27	21	212	47.2616	5.0739	5
21601 CEDEX	Longvic	longvic	27	21	212	47.2875	5.0634	5
21602 CEDEX	Longvic	longvic	27	21	212	47.2875	5.0634	5
21603 CEDEX	Longvic	longvic	27	21	212	47.2875	5.0634	5
21604 CEDEX	Longvic	longvic	27	21	212	47.2875	5.0634	5
21609 CEDEX	Longvic	longvic	27	21	212	47.2875	5.0634	5
21610	Bourberain	bourberain	27	21	212	47.5004	5.297	5
21610	Saint-Maurice-sur-Vingeanne	saint-maurice-sur-vingeanne	27	21	212	47.5789	5.4089	5
21610	Montigny-Mornay-Villeneuve-sur-Vingeanne	montigny-mornay-villeneuve-sur-vingeanne	27	21	212	47.5667	5.4333	5
21610	Fontenelle	fontenelle	27	21	212	47.501	5.3742	5
21610	Licey-sur-Vingeanne	licey-sur-vingeanne	27	21	212	47.4807	5.3814	5
21610	Saint-Seine-sur-Vingeanne	saint-seine-sur-vingeanne	27	21	212	47.5171	5.4257	5
21610	Orain	orain	27	21	212	47.6083	5.4284	5
21610	Chaume-et-Courchamp	chaume-et-courchamp	27	21	212	47.5667	5.35	5
21610	Pouilly-sur-Vingeanne	pouilly-sur-vingeanne	27	21	212	47.5393	5.4324	5
21610	Fontaine-Française	fontaine-francaise	27	21	212	47.5164	5.3726	5
21630	Pommard	pommard	27	21	211	47.0096	4.7945	5
21640	Gilly-lès-Cîteaux	gilly-les-citeaux	27	21	211	47.1657	4.9808	5
21640	Vougeot	vougeot	27	21	211	47.1771	4.964	5
21640	Flagey-Echézeaux	flagey-echezeaux	27	21	211	47.1667	4.9833	5
21690	Saint-Hélier	saint-helier	27	21	213	47.3848	4.6823	5
21690	Salmaise	salmaise	27	21	213	47.4563	4.6624	5
21690	Boux-sous-Salmaise	boux-sous-salmaise	27	21	213	47.4731	4.6379	5
21690	Charencey	charencey	27	21	213	47.4214	4.6688	5
21690	Champrenault	champrenault	27	21	213	47.3995	4.6802	5
21690	Villotte-Saint-Seine	villotte-saint-seine	27	21	212	47.4289	4.7057	5
21690	Verrey-sous-Salmaise	verrey-sous-salmaise	27	21	213	47.4379	4.6663	5
21690	Source-Seine	source-seine	27	21	213	47.4833	4.6833	5
21700	Bagnot	bagnot	27	21	211	47.0597	5.0737	5
21700	Premeaux-Prissey	premeaux-prissey	27	21	211	47.1167	4.9333	5
21700	Meuilley	meuilley	27	21	211	47.1409	4.8778	5
21700	Quincey	quincey	27	21	211	47.1103	4.9711	5
21700	Comblanchien	comblanchien	27	21	211	47.1016	4.9213	5
21700	Magny-lès-Villers	magny-les-villers	27	21	211	47.0966	4.8755	5
21700	Chaux	chaux	27	21	211	47.1292	4.905	5
21700	Villars-Fontaine	villars-fontaine	27	21	211	47.1488	4.8913	5
21700	Saint-Bernard	saint-bernard	27	21	211	47.1591	5.0174	5
21700	Villers-la-Faye	villers-la-faye	27	21	211	47.1065	4.8783	5
21700	Nuits-Saint-Georges	nuits-saint-georges	27	21	211	47.1368	4.949	5
21700	Villebichot	villebichot	27	21	211	47.1389	5.0446	5
21700	Arcenant	arcenant	27	21	211	47.1394	4.845	5
21700	Boncourt-le-Bois	boncourt-le-bois	27	21	211	47.1359	4.9943	5
21700	Fussey	fussey	27	21	211	47.1181	4.8362	5
21700	Gerland	gerland	27	21	211	47.0945	5.0064	5
21700	Marey-lès-Fussey	marey-les-fussey	27	21	211	47.1187	4.8587	5
21700	Saint-Nicolas-lès-Cîteaux	saint-nicolas-les-citeaux	27	21	211	47.1148	5.055	5
21700	Corgoloin	corgoloin	27	21	211	47.0848	4.9127	5
21700	Vosne-Romanée	vosne-romanee	27	21	211	47.1602	4.9548	5
21700	Agencourt	agencourt	27	21	211	47.1278	4.9818	5
21700	Argilly	argilly	27	21	211	47.0683	5.0115	5
21701 CEDEX	Nuits-Saint-Georges	nuits-saint-georges	27	21	211	47.1368	4.949	5
21702 CEDEX	Nuits-Saint-Georges	nuits-saint-georges	27	21	211	47.1368	4.949	5
21703 CEDEX	Nuits-Saint-Georges	nuits-saint-georges	27	21	211	47.1368	4.949	5
21704 CEDEX	Nuits-Saint-Georges	nuits-saint-georges	27	21	211	47.1368	4.949	5
21705 CEDEX	Nuits-Saint-Georges	nuits-saint-georges	27	21	211	47.1368	4.949	5
21709 CEDEX	Nuits-Saint-Georges	nuits-saint-georges	27	21	211	47.1368	4.949	5
21719 CEDEX	Nuits-Saint-Georges	nuits-saint-georges	27	21	211	47.1368	4.949	5
21760	Lamarche-sur-Saône	lamarche-sur-saone	27	21	212	47.2695	5.3859	5
21800	Neuilly-lès-Dijon	neuilly-les-dijon	27	21	212	47.2794	5.1065	5
21800	Quetigny	quetigny	27	21	212	47.3167	5.1167	5
21800	Crimolois	crimolois	27	21	212	47.2735	5.1212	5
21800	Sennecey-lès-Dijon	sennecey-les-dijon	27	21	212	47.2898	5.1049	5
21800	Chevigny-Saint-Sauveur	chevigny-saint-sauveur	27	21	212	47.2991	5.1337	5
21801 CEDEX	Quetigny	quetigny	27	21	212	47.3167	5.1167	5
21802 CEDEX	Quetigny	quetigny	27	21	212	47.3167	5.1167	5
21803 CEDEX	Quetigny	quetigny	27	21	212	47.3167	5.1167	5
21806 CEDEX	Quetigny	quetigny	27	21	212	47.3167	5.1167	5
21809 CEDEX	Quetigny	quetigny	27	21	212	47.3167	5.1167	5
21820	Labergement-lès-Seurre	labergement-les-seurre	27	21	211	46.9981	5.0929	5
21820	Chivres	chivres	27	21	211	46.9758	5.0949	5
21850	Saint-Apollinaire	saint-apollinaire	27	21	212	47.3333	5.0833	5
21900 CEDEX 9	Dijon	dijon	27	21	212	47.3167	5.0167	5
21910	Barges	barges	27	21	211	47.2123	5.0609	5
21910	Noiron-sous-Gevrey	noiron-sous-gevrey	27	21	211	47.1941	5.079	5
21910	Saulon-la-Chapelle	saulon-la-chapelle	27	21	211	47.2146	5.089	5
21910	Saulon-la-Rue	saulon-la-rue	27	21	211	47.2216	5.0638	5
21910	Corcelles-lès-Cîteaux	corcelles-les-citeaux	27	21	211	47.1715	5.0813	5
21910	Savouges	savouges	27	21	211	47.1835	5.0609	5
21998 CEDEX	Dijon	dijon	27	21	212	47.3167	5.0167	5
25000	Besançon	besancon	27	25	251	47.2488	6.0182	5
25001 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25002 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25003 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25004 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25005 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25006 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25007 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25008 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25009 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25010 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25011 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25012 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25013 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25014 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25015 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25016 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25017 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25018 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25019 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25020 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25021 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25022 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25023 CEDEX 9	Besançon	besancon	27	25	251	47.2488	6.0182	5
25024 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25025 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25026 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25027 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25029 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25030 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25031 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25032 CEDEX 9	Besançon	besancon	27	25	251	47.2488	6.0182	5
25033 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25034 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25035 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25036 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25037 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25038 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25039 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25040 CEDEX 9	Besançon	besancon	27	25	251	47.2488	6.0182	5
25041 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25042 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25043 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25044 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25045 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25046 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25047 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25048 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25049 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25050 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25051 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25052 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25054 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25056 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25057 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25058 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25059 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25060 CEDEX 9	Besançon	besancon	27	25	251	47.2488	6.0182	5
25061 CEDEX 9	Besançon	besancon	27	25	251	47.2488	6.0182	5
25062 CEDEX 9	Besançon	besancon	27	25	251	47.2488	6.0182	5
25063 CEDEX 9	Besançon	besancon	27	25	251	47.2488	6.0182	5
25068 CEDEX 9	Besançon	besancon	27	25	251	47.2488	6.0182	5
25069 CEDEX 9	Besançon	besancon	27	25	251	47.2488	6.0182	5
25070 CEDEX 9	Besançon	besancon	27	25	251	47.2488	6.0182	5
25071 CEDEX 9	Besançon	besancon	27	25	251	47.2488	6.0182	5
25072 CEDEX 9	Besançon	besancon	27	25	251	47.2488	6.0182	5
25073 CEDEX 9	Besançon	besancon	27	25	251	47.2488	6.0182	5
25075 CEDEX 9	Besançon	besancon	27	25	251	47.2488	6.0182	5
25079 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25080 CEDEX 9	Besançon	besancon	27	25	251	47.2488	6.0182	5
25082 CEDEX 9	Besançon	besancon	27	25	251	47.2488	6.0182	5
25083 CEDEX 9	Besançon	besancon	27	25	251	47.2488	6.0182	5
25084 CEDEX 9	Besançon	besancon	27	25	251	47.2488	6.0182	5
25085 CEDEX 9	Besançon	besancon	27	25	251	47.2488	6.0182	5
25086 CEDEX 9	Besançon	besancon	27	25	251	47.2488	6.0182	5
25087 CEDEX 9	Besançon	besancon	27	25	251	47.2488	6.0182	5
25089 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25090 CEDEX 9	Besançon	besancon	27	25	251	47.2488	6.0182	5
25098 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25099 CEDEX	Besançon	besancon	27	25	251	47.2488	6.0182	5
25110	Luxiol	luxiol	27	25	251	47.3812	6.3476	5
25110	Cusance	cusance	27	25	251	47.3237	6.4232	5
25110	Séchin	sechin	27	25	251	47.3359	6.2847	5
25110	Verne	verne	27	25	251	47.3975	6.3522	5
25110	Autechaux	autechaux	27	25	251	47.3781	6.384	5
25110	Bretigney-Notre-Dame	bretigney-notre-dame	27	25	251	47.3167	6.3	5
25110	Dammartin-les-Templiers	dammartin-les-templiers	27	25	251	47.2912	6.2664	5
25110	Lomont-sur-Crête	lomont-sur-crete	27	25	251	47.3386	6.4316	5
25110	Rillans	rillans	27	25	251	47.4123	6.3642	5
25110	Fontenotte	fontenotte	27	25	251	47.376	6.32	5
25110	Guillon-les-Bains	guillon-les-bains	27	25	251	47.3189	6.3918	5
25110	Vergranne	vergranne	27	25	251	47.4083	6.3905	5
25110	Baume-les-Dames	baume-les-dames	27	25	251	47.353	6.3612	5
25110	Pont-les-Moulins	pont-les-moulins	27	25	251	47.3167	6.3667	5
25110	Grosbois	grosbois	27	25	251	47.3441	6.3055	5
25110	Silley-Bléfond	silley-blefond	27	25	251	47.3222	6.3236	5
25110	Hyèvre-Magny	hyevre-magny	27	25	251	47.366	6.4371	5
25110	Voillans	voillans	27	25	251	47.3866	6.412	5
25110	Esnans	esnans	27	25	251	47.3388	6.3233	5
25110	Hyèvre-Paroisse	hyevre-paroisse	27	25	251	47.3723	6.4299	5
25110	Montivernage	montivernage	27	25	251	47.3165	6.4283	5
25110	Fourbanne	fourbanne	27	25	251	47.3299	6.3019	5
25110	Villers-Saint-Martin	villers-saint-martin	27	25	251	47.3425	6.4094	5
25111	Montgesoye	montgesoye	27	25	251	47.0825	6.1917	5
25112 CEDEX	Baume-les-Dames	baume-les-dames	27	25	251	47.353	6.3612	5
25113	Sainte-Marie	sainte-marie	27	25	252	47.5082	6.6965	5
25114 CEDEX	Baume-les-Dames	baume-les-dames	27	25	251	47.353	6.3612	5
25115	Pouilley-les-Vignes	pouilley-les-vignes	27	25	251	47.2577	5.9358	5
25116 CEDEX	Baume-les-Dames	baume-les-dames	27	25	251	47.353	6.3612	5
25117 CEDEX	Baume-les-Dames	baume-les-dames	27	25	251	47.353	6.3612	5
25118 CEDEX	Baume-les-Dames	baume-les-dames	27	25	251	47.353	6.3612	5
25119 CEDEX	Baume-les-Dames	baume-les-dames	27	25	251	47.353	6.3612	5
25120	Les Bréseux	les-breseux	27	25	252	47.2711	6.8053	5
25120	Mancenans-Lizerne	mancenans-lizerne	27	25	252	47.2594	6.775	5
25120	Cernay-l’Église	cernay-l-eglise	27	25	252	47.2578	6.8315	5
25120	Maîche	maiche	27	25	252	47.2516	6.8031	5
25120	Mont-de-Vougney	mont-de-vougney	27	25	252	47.2372	6.7141	5
25120	Orgeans-Blanchefontaine	orgeans-blanchefontaine	27	25	252	47.2667	6.75	5
25130	Villers-le-Lac	villers-le-lac	27	25	253	47.0632	6.667	5
25140	Les Écorces	les-ecorces	27	25	252	47.2164	6.797	5
25140	Fournet-Blancheroche	fournet-blancheroche	27	25	252	47.1679	6.8221	5
25140	Charquemont	charquemont	27	25	252	47.2142	6.8198	5
25140	Frambouhans	frambouhans	27	25	252	47.2188	6.7646	5
25150	Villars-sous-Écot	villars-sous-ecot	27	25	252	47.4216	6.6984	5
25150	Neuchâtel-Urtière	neuchatel-urtiere	27	25	252	47.3755	6.7312	5
25150	Rémondans-Vaivre	remondans-vaivre	27	25	252	47.3833	6.7167	5
25150	Pont-de-Roide-Vermondans	pont-de-roide-vermondans	27	25	252	47.3847	6.77	5
25150	Écot	ecot	27	25	252	47.4249	6.7301	5
25150	Pont-de-Roide	pont-de-roide	27	25	252	47.3874	6.7684	5
25150	Goux-lès-Dambelin	goux-les-dambelin	27	25	252	47.3972	6.6695	5
25150	Dambelin	dambelin	27	25	252	47.3742	6.6744	5
25150	Bourguignon	bourguignon	27	25	252	47.4142	6.7795	5
25150	Autechaux-Roide	autechaux-roide	27	25	252	47.392	6.8142	5
25150	Écurcey	ecurcey	27	25	252	47.4063	6.8145	5
25160	Remoray-Boujeons	remoray-boujeons	27	25	253	46.7667	6.2333	5
25160	Malbuisson	malbuisson	27	25	253	46.7977	6.3037	5
25160	Oye-et-Pallet	oye-et-pallet	27	25	253	46.8491	6.3305	5
25160	La Planée	la-planee	27	25	253	46.8381	6.2789	5
25160	Vaux-et-Chantegrue	vaux-et-chantegrue	27	25	253	46.8083	6.245	5
25160	Les Grangettes	les-grangettes	27	25	253	46.8284	6.3131	5
25160	Malpas	malpas	27	25	253	46.8272	6.2893	5
25160	Montperreux	montperreux	27	25	253	46.8258	6.3425	5
25160	Labergement-Sainte-Marie	labergement-sainte-marie	27	25	253	46.7742	6.279	5
25160	Saint-Point-Lac	saint-point-lac	27	25	253	46.8133	6.303	5
25170	Franey	franey	27	25	251	47.2621	5.8172	5
25170	Chevigney-sur-l’Ognon	chevigney-sur-l-ognon	27	25	251	47.2991	5.8437	5
25170	Étrabonne	etrabonne	27	25	251	47.2341	5.743	5
25170	Champagney	champagney	27	25	251	47.2561	5.9064	5
25170	Champvans-les-Moulins	champvans-les-moulins	27	25	251	47.25	5.9167	5
25170	Villers-Buzon	villers-buzon	27	25	251	47.2274	5.8507	5
25170	Émagny	emagny	27	25	251	47.3118	5.8688	5
25170	Recologne	recologne	27	25	251	47.2726	5.8299	5
25170	Sauvagney	sauvagney	27	25	251	47.3246	5.9039	5
25170	Mazerolles-le-Salin	mazerolles-le-salin	27	25	251	47.2406	5.8703	5
25170	Jallerange	jallerange	27	25	251	47.2534	5.7163	5
25170	Placey	placey	27	25	251	47.2598	5.8467	5
25170	Ruffey-le-Château	ruffey-le-chateau	27	25	251	47.2869	5.7997	5
25170	Chaucenne	chaucenne	27	25	251	47.2843	5.898	5
25170	Noironte	noironte	27	25	251	47.2717	5.8763	5
25170	Burgille	burgille	27	25	251	47.2676	5.7754	5
25170	Lavernay	lavernay	27	25	251	47.2468	5.8184	5
25170	Le Moutherot	le-moutherot	27	25	251	47.2431	5.7331	5
25170	Audeux	audeux	27	25	251	47.2609	5.8713	5
25170	Lantenne-Vertière	lantenne-vertiere	27	25	251	47.2329	5.7802	5
25170	Moncley	moncley	27	25	251	47.3089	5.8922	5
25170	Courchapon	courchapon	27	25	251	47.2632	5.7472	5
25170	Pelousey	pelousey	27	25	251	47.2754	5.9226	5
25190	Saint-Hippolyte	saint-hippolyte	27	25	252	47.3188	6.8162	5
25190	Rosières-sur-Barbèche	rosieres-sur-barbeche	27	25	252	47.3147	6.6582	5
25190	Valoreille	valoreille	27	25	252	47.2985	6.7422	5
25190	Feule	feule	27	25	252	47.3455	6.7287	5
25190	Liebvillers	liebvillers	27	25	252	47.3341	6.7819	5
25190	Soulce-Cernay	soulce-cernay	27	25	252	47.3256	6.8549	5
25190	Fleurey	fleurey	27	25	252	47.3028	6.7759	5
25190	Villars-sous-Dampjoux	villars-sous-dampjoux	27	25	252	47.3508	6.7564	5
25190	Froidevaux	froidevaux	27	25	252	47.2991	6.6908	5
25190	Chamesol	chamesol	27	25	252	47.347	6.8346	5
25190	Noirefontaine	noirefontaine	27	25	252	47.3467	6.762	5
25190	Valonne	valonne	27	25	252	47.3424	6.659	5
25190	Montjoie-le-Château	montjoie-le-chateau	27	25	252	47.3485	6.9013	5
25190	Bief	bief	27	25	252	47.3247	6.7658	5
25190	Montancy	montancy	27	25	252	47.3638	7.0225	5
25190	Les Terres-de-Chaux	les-terres-de-chaux	27	25	252	47.3167	6.7333	5
25190	Solemont	solemont	27	25	252	47.3435	6.7024	5
25190	Péseux	peseux	27	25	252	47.3155	6.6787	5
25190	Montécheroux	montecheroux	27	25	252	47.3489	6.8061	5
25190	Glère	glere	27	25	252	47.3438	6.9938	5
25190	Vaufrey	vaufrey	27	25	252	47.3469	6.9231	5
25190	Dampjoux	dampjoux	27	25	252	47.3414	6.7574	5
25190	Montandon	montandon	27	25	252	47.3042	6.8395	5
25200	Grand-Charmont	grand-charmont	27	25	252	47.5267	6.826	5
25200	Montbéliard	montbeliard	27	25	252	47.5167	6.8	5
25200	Bethoncourt	bethoncourt	27	25	252	47.5351	6.805	5
25201 CEDEX	Montbéliard	montbeliard	27	25	252	47.5167	6.8	5
25202 CEDEX	Montbéliard	montbeliard	27	25	252	47.5167	6.8	5
25203 CEDEX	Montbéliard	montbeliard	27	25	252	47.5167	6.8	5
25204 CEDEX	Montbéliard	montbeliard	27	25	252	47.5167	6.8	5
25205 CEDEX	Montbéliard	montbeliard	27	25	252	47.5167	6.8	5
25206 CEDEX	Montbéliard	montbeliard	27	25	252	47.5167	6.8	5
25207 CEDEX	Montbéliard	montbeliard	27	25	252	47.5167	6.8	5
25208 CEDEX	Montbéliard	montbeliard	27	25	252	47.5167	6.8	5
25209 CEDEX	Montbéliard	montbeliard	27	25	252	47.5167	6.8	5
25210	Plaimbois-du-Miroir	plaimbois-du-miroir	27	25	253	47.1833	6.65	5
25210	Le Barboux	le-barboux	27	25	253	47.1203	6.7161	5
25210	Le Mémont	le-memont	27	25	253	47.15	6.6833	5
25210	Le Bizot	le-bizot	27	25	253	47.1345	6.6706	5
25210	Le Russey	le-russey	27	25	253	47.1605	6.7291	5
25210	Narbief	narbief	27	25	253	47.1299	6.6907	5
25210	Le Luhier	le-luhier	27	25	253	47.1681	6.6557	5
25210	Laval-le-Prieuré	laval-le-prieure	27	25	253	47.1868	6.6244	5
25210	Saint-Julien-lès-Russey	saint-julien-les-russey	27	25	253	47.2167	6.7333	5
25210	La Bosse	la-bosse	27	25	253	47.1379	6.6507	5
25210	Les Fontenelles	les-fontenelles	27	25	253	47.1986	6.7404	5
25210	Bonnétage	bonnetage	27	25	253	47.2	6.7	5
25210	Montbéliardot	montbeliardot	27	25	253	47.1749	6.6525	5
25210	Grand’Combe-des-Bois	grand-combe-des-bois	27	25	253	47.1374	6.791	5
25210	Mont-de-Laval	mont-de-laval	27	25	253	47.1699	6.6264	5
25211 CEDEX	Montbéliard	montbeliard	27	25	252	47.5167	6.8	5
25212 CEDEX	Montbéliard	montbeliard	27	25	252	47.5167	6.8	5
25213 CEDEX	Montbéliard	montbeliard	27	25	252	47.5167	6.8	5
25214 CEDEX	Montbéliard	montbeliard	27	25	252	47.5167	6.8	5
25215 CEDEX	Montbéliard	montbeliard	27	25	252	47.5167	6.8	5
25216 CEDEX	Montbéliard	montbeliard	27	25	252	47.5167	6.8	5
25217 CEDEX	Montbéliard	montbeliard	27	25	252	47.5167	6.8	5
25218 CEDEX	Montbéliard	montbeliard	27	25	252	47.5167	6.8	5
25219 CEDEX	Montbéliard	montbeliard	27	25	252	47.5167	6.8	5
25220	Novillars	novillars	27	25	251	47.2846	6.1288	5
25220	Thise	thise	27	25	251	47.2849	6.0813	5
25220	Amagney	amagney	27	25	251	47.3052	6.1508	5
25220	Chalezeule	chalezeule	27	25	251	47.2584	6.0754	5
25220	Roche-lez-Beaupré	roche-lez-beaupre	27	25	251	47.2833	6.1167	5
25220	Vaire-le-Petit	vaire-le-petit	27	25	251	47.2875	6.1459	5
25220	Vaire-Arcier	vaire-arcier	27	25	251	47.2833	6.15	5
25220	Chalèze	chaleze	27	25	251	47.2675	6.0885	5
25230	Seloncourt	seloncourt	27	25	252	47.4599	6.8554	5
25230	Dasle	dasle	27	25	252	47.4784	6.8973	5
25230	Bondeval	bondeval	27	25	252	47.4437	6.8475	5
25230	Vandoncourt	vandoncourt	27	25	252	47.4677	6.9024	5
25240	Gellin	gellin	27	25	253	46.7335	6.2396	5
25240	Reculfoz	reculfoz	27	25	253	46.7067	6.1487	5
25240	Chapelle-des-Bois	chapelle-des-bois	27	25	253	46.5981	6.1147	5
25240	Le Crouzet	le-crouzet	27	25	253	46.7023	6.1357	5
25240	Chaux-Neuve	chaux-neuve	27	25	253	46.6833	6.1333	5
25240	Les Villedieu	les-villedieu	27	25	253	46.7167	6.25	5
25240	Brey-et-Maison-du-Bois	brey-et-maison-du-bois	27	25	253	46.7384	6.229	5
25240	Petite-Chaux	petite-chaux	27	25	253	46.7	6.1667	5
25240	Rondefontaine	rondefontaine	27	25	253	46.7324	6.1816	5
25240	Châtelblanc	chatelblanc	27	25	253	46.6728	6.1161	5
25240	Les Pontets	les-pontets	27	25	253	46.7176	6.1706	5
25240	Sarrageois	sarrageois	27	25	253	46.7253	6.2171	5
25240	Mouthe	mouthe	27	25	253	46.7073	6.1886	5
25250	Lanthenans	lanthenans	27	25	252	47.3943	6.6265	5
25250	Médière	mediere	27	25	252	47.4562	6.6007	5
25250	La Prétière	la-pretiere	27	25	252	47.4442	6.6102	5
25250	Onans	onans	27	25	252	47.5023	6.6091	5
25250	Geney	geney	27	25	252	47.4857	6.5665	5
25250	Rang	rang	27	25	252	47.428	6.5624	5
25250	Faimbe	faimbe	27	25	252	47.4885	6.6132	5
25250	Marvelise	marvelise	27	25	252	47.5215	6.5923	5
25250	Blussans	blussans	27	25	252	47.4262	6.6062	5
25250	Beutal	beutal	27	25	252	47.4712	6.6393	5
25250	Soye	soye	27	25	252	47.4454	6.4987	5
25250	Bretigney	bretigney	27	25	252	47.4858	6.6364	5
25250	L’Isle-sur-le-Doubs	l-isle-sur-le-doubs	27	25	252	47.4463	6.5846	5
25250	Bournois	bournois	27	25	252	47.4986	6.4971	5
25250	Hyémondans	hyemondans	27	25	252	47.3879	6.65	5
25250	Appenans	appenans	27	25	252	47.4426	6.5654	5
25250	Blussangeaux	blussangeaux	27	25	252	47.4326	6.6138	5
25250	Mancenans	mancenans	27	25	252	47.4537	6.5418	5
25250	Accolans	accolans	27	25	252	47.4946	6.5322	5
25250	Sourans	sourans	27	25	252	47.4076	6.6318	5
25250	Étrappe	etrappe	27	25	252	47.4745	6.5793	5
25250	Gémonval	gemonval	27	25	252	47.5325	6.5889	5
25260	Saint-Maurice-Colombier	saint-maurice-colombier	27	25	252	47.45	6.65	5
25260	Étouvans	etouvans	27	25	252	47.4646	6.7202	5
25260	Colombier-Fontaine	colombier-fontaine	27	25	252	47.4522	6.6901	5
25260	Montenois	montenois	27	25	252	47.4922	6.6656	5
25260	Longevelle-sur-Doubs	longevelle-sur-doubs	27	25	252	47.4527	6.6517	5
25260	Lougres	lougres	27	25	252	47.4714	6.6878	5
25270	Crouzet-Migette	crouzet-migette	27	25	251	46.9572	6.0112	5
25270	Labergement-du-Navois	labergement-du-navois	27	25	253	46.9766	6.0799	5
25270	Villers-sous-Chalamont	villers-sous-chalamont	27	25	253	46.905	6.0414	5
25270	Arc-sous-Montenot	arc-sous-montenot	27	25	253	46.9124	6.0008	5
25270	Chapelle-d’Huin	chapelle-d-huin	27	25	253	46.9324	6.1665	5
25270	Villeneuve-d’Amont	villeneuve-d-amont	27	25	253	46.9393	6.031	5
25270	Septfontaines	septfontaines	27	25	253	46.9817	6.1851	5
25270	Montmahoux	montmahoux	27	25	251	46.9827	6.0329	5
25270	Sainte-Anne	sainte-anne	27	25	251	46.9546	5.987	5
25270	Levier	levier	27	25	253	46.953	6.1206	5
25270	Gevresin	gevresin	27	25	251	46.9672	6.0419	5
25290	Ornans	ornans	27	25	251	47.1075	6.1431	5
25290	Scey-Maisières	scey-maisieres	27	25	251	47.1	6.0833	5
25290	Épeugney	epeugney	27	25	251	47.117	6.0245	5
25290	Rurey	rurey	27	25	251	47.0963	6.0093	5
25290	Cademène	cademene	27	25	251	47.101	6.0282	5
25290	Chassagne-Saint-Denis	chassagne-saint-denis	27	25	251	47.0839	6.1142	5
25300	Les Fourgs	les-fourgs	27	25	253	46.8346	6.3995	5
25300	Granges-Narboz	granges-narboz	27	25	253	46.8819	6.3193	5
25300	Arçon	arcon	27	25	253	46.9488	6.3781	5
25300	Houtaud	houtaud	27	25	253	46.916	6.3107	5
25300	Sainte-Colombe	sainte-colombe	27	25	253	46.8788	6.2668	5
25300	Chaffois	chaffois	27	25	253	46.9124	6.2733	5
25300	Les Alliés	les-allies	27	25	253	46.948	6.446	5
25300	Dommartin	dommartin	27	25	253	46.9227	6.3074	5
25300	Doubs	doubs	27	25	253	46.9279	6.351	5
25300	Pontarlier	pontarlier	27	25	253	46.9035	6.3554	5
25300	La Cluse-et-Mijoux	la-cluse-et-mijoux	27	25	253	46.8833	6.3833	5
25300	Vuillecin	vuillecin	27	25	253	46.9392	6.322	5
25300	Verrières-de-Joux	verrieres-de-joux	27	25	253	46.9	6.45	5
25301 CEDEX	Pontarlier	pontarlier	27	25	253	46.9035	6.3554	5
25302 CEDEX	Pontarlier	pontarlier	27	25	253	46.9035	6.3554	5
25303 CEDEX	Pontarlier	pontarlier	27	25	253	46.9035	6.3554	5
25304 CEDEX	Pontarlier	pontarlier	27	25	253	46.9035	6.3554	5
25309 CEDEX	Pontarlier	pontarlier	27	25	253	46.9035	6.3554	5
25310	Dannemarie	dannemarie	27	25	252	47.3906	6.8954	5
25310	Hérimoncourt	herimoncourt	27	25	252	47.4428	6.8824	5
25310	Meslières	meslieres	27	25	252	47.4168	6.8893	5
25310	Pierrefontaine-lès-Blamont	pierrefontaine-les-blamont	27	25	252	47.375	6.8398	5
25310	Thulay	thulay	27	25	252	47.4241	6.8612	5
25310	Villars-lès-Blamont	villars-les-blamont	27	25	252	47.3729	6.8731	5
25310	Abbévillers	abbevillers	27	25	252	47.432	6.9165	5
25310	Blamont	blamont	27	25	252	47.3851	6.848	5
25310	Glay	glay	27	25	252	47.4057	6.8896	5
25310	Roches-lès-Blamont	roches-les-blamont	27	25	252	47.4084	6.8496	5
25320	Vorges-les-Pins	vorges-les-pins	27	25	251	47.1587	5.9289	5
25320	Rancenay	rancenay	27	25	251	47.1871	5.9492	5
25320	Thoraise	thoraise	27	25	251	47.1733	5.904	5
25320	Abbans-Dessous	abbans-dessous	27	25	251	47.1338	5.8744	5
25320	Grandfontaine	grandfontaine	27	25	251	47.1976	5.9008	5
25320	Busy	busy	27	25	251	47.1673	5.9482	5
25320	Osselle-Routelle	osselle-routelle	27	25	251	47.1431	5.8564	5
25320	Torpes	torpes	27	25	251	47.1672	5.8883	5
25320	Chemaudin	chemaudin	27	25	251	47.2239	5.8942	5
25320	Montferrand-le-Château	montferrand-le-chateau	27	25	251	47.1754	5.9153	5
25320	Byans-sur-Doubs	byans-sur-doubs	27	25	251	47.1149	5.8546	5
25320	Osselle	osselle	27	25	251	47.1435	5.857	5
25320	Boussières	boussieres	27	25	251	47.1587	5.9031	5
25330	Nans-sous-Sainte-Anne	nans-sous-sainte-anne	27	25	251	46.9773	6.0018	5
25330	Déservillers	deservillers	27	25	251	47.0033	6.0712	5
25330	Lizine	lizine	27	25	251	47.0554	5.9943	5
25330	Amondans	amondans	27	25	251	47.0693	6.0399	5
25330	Éternoz	eternoz	27	25	251	47.0076	6.0294	5
25330	Malans	malans	27	25	251	47.0486	6.0313	5
25330	Reugney	reugney	27	25	251	47.0141	6.1501	5
25330	Fertans	fertans	27	25	251	47.0514	6.0636	5
25330	Amathay-Vésigneux	amathay-vesigneux	27	25	251	47.0215	6.1998	5
25330	Flagey	flagey	27	25	251	47.0377	6.1206	5
25330	Amancey	amancey	27	25	251	47.0376	6.0717	5
25330	Saraz	saraz	27	25	251	46.9966	5.9818	5
25330	Chantrans	chantrans	27	25	251	47.0435	6.1497	5
25330	Cléron	cleron	27	25	251	47.0873	6.0608	5
25330	Silley-Amancey	silley-amancey	27	25	251	47.0331	6.1403	5
25330	Bolandoz	bolandoz	27	25	251	47.018	6.1125	5
25330	Longeville	longeville	27	25	251	47.0313	6.2278	5
25340	Chaux-lès-Clerval	chaux-les-clerval	27	25	252	47.3825	6.5091	5
25340	Saint-Georges-Armont	saint-georges-armont	27	25	252	47.3991	6.557	5
25340	Fontenelle-Montby	fontenelle-montby	27	25	251	47.4486	6.4146	5
25340	L'Hôpital-Saint-Lieffroy	l-hopital-saint-lieffroy	27	25	252	47.4	6.45	5
25340	Viéthorey	viethorey	27	25	251	47.4252	6.4308	5
25340	Clerval	clerval	27	25	252	47.3917	6.4992	5
25340	Abbenans	abbenans	27	25	251	47.5	6.45	5
25340	Fontaine-lès-Clerval	fontaine-les-clerval	27	25	252	47.4333	6.4667	5
25340	Crosey-le-Petit	crosey-le-petit	27	25	252	47.3517	6.4836	5
25340	Pompierre-sur-Doubs	pompierre-sur-doubs	27	25	252	47.4186	6.5233	5
25340	Santoche	santoche	27	25	252	47.3997	6.5021	5
25340	Uzelle	uzelle	27	25	251	47.4659	6.4362	5
25340	Roche-lès-Clerval	roche-les-clerval	27	25	252	47.3665	6.4802	5
25340	Gondenans-Montby	gondenans-montby	27	25	251	47.4331	6.4514	5
25340	Anteuil	anteuil	27	25	252	47.3876	6.5614	5
25340	Branne	branne	27	25	252	47.3761	6.4723	5
25340	Crosey-le-Grand	crosey-le-grand	27	25	252	47.3546	6.5237	5
25350	Mandeure	mandeure	27	25	252	47.4492	6.8076	5
25360	Bouclans	bouclans	27	25	251	47.2457	6.238	5
25360	Saint-Juan	saint-juan	27	25	251	47.2898	6.3559	5
25360	Aïssey	aissey	27	25	251	47.2667	6.3333	5
25360	Champlive	champlive	27	25	251	47.2882	6.2466	5
25360	Gonsans	gonsans	27	25	251	47.2316	6.2986	5
25360	Adam-lès-Passavant	adam-les-passavant	27	25	251	47.2973	6.3603	5
25360	Naisey-les-Granges	naisey-les-granges	27	25	251	47.2167	6.25	5
25360	Vauchamps	vauchamps	27	25	251	47.2706	6.2404	5
25360	Lanans	lanans	27	25	251	47.2969	6.4485	5
25360	Côtebrune	cotebrune	27	25	251	47.2538	6.3127	5
25360	Osse	osse	27	25	251	47.2674	6.2147	5
25360	Vaudrivillers	vaudrivillers	27	25	251	47.2813	6.4257	5
25360	Passavant	passavant	27	25	251	47.2754	6.3825	5
25360	Magny-Châtelard	magny-chatelard	27	25	253	47.2275	6.3224	5
25360	Glamondans	glamondans	27	25	251	47.2653	6.2786	5
25360	Nancray	nancray	27	25	251	47.2454	6.1828	5
25370	Métabief	metabief	27	25	253	46.7699	6.354	5
25370	Les Hôpitaux-Vieux	les-hopitaux-vieux	27	25	253	46.7888	6.3666	5
25370	Longevilles-Mont-d’Or	longevilles-mont-d-or	27	25	253	46.7519	6.3183	5
25370	Touillon-et-Loutelet	touillon-et-loutelet	27	25	253	46.7833	6.35	5
25370	Les Hôpitaux-Neufs	les-hopitaux-neufs	27	25	253	46.7783	6.3721	5
25370	Jougne	jougne	27	25	253	46.7629	6.3884	5
25370	Saint-Antoine	saint-antoine	27	25	253	46.7764	6.3341	5
25370	Rochejean	rochejean	27	25	253	46.745	6.2936	5
25370	Fourcatier-et-Maison-Neuve	fourcatier-et-maison-neuve	27	25	253	46.7624	6.3181	5
25380	Cour-Saint-Maurice	cour-saint-maurice	27	25	252	47.2542	6.6995	5
25380	Chamesey	chamesey	27	25	253	47.2333	6.65	5
25380	Vaucluse	vaucluse	27	25	252	47.257	6.6843	5
25380	Provenchère	provenchere	27	25	252	47.2895	6.6428	5
25380	Battenans-Varin	battenans-varin	27	25	252	47.2491	6.7121	5
25380	Vauclusotte	vauclusotte	27	25	252	47.2784	6.733	5
25380	Surmont	surmont	27	25	252	47.2784	6.6097	5
25380	La Grange	la-grange	27	25	252	47.2793	6.6626	5
25380	Rosureux	rosureux	27	25	253	47.2172	6.6856	5
25380	Bretonvillers	bretonvillers	27	25	253	47.2188	6.6349	5
25380	Longevelle-lès-Russey	longevelle-les-russey	27	25	253	47.2333	6.65	5
25380	Charmoille	charmoille	27	25	252	47.2448	6.6686	5
25380	Belleherbe	belleherbe	27	25	252	47.2649	6.6584	5
25390	Flangebouche	flangebouche	27	25	253	47.1396	6.4706	5
25390	Fuans	fuans	27	25	253	47.1298	6.5678	5
25390	Loray	loray	27	25	253	47.152	6.496	5
25390	Plaimbois-Vennes	plaimbois-vennes	27	25	253	47.184	6.5415	5
25390	Consolation-Maisonnettes	consolation-maisonnettes	27	25	253	47.1582	6.606	5
25390	Vennes	vennes	27	25	253	47.1528	6.5474	5
25390	Orchamps-Vennes	orchamps-vennes	27	25	253	47.1304	6.5247	5
25390	Fournets-Luisans	fournets-luisans	27	25	253	47.1117	6.562	5
25390	Guyans-Vennes	guyans-vennes	27	25	253	47.1567	6.5714	5
25400	Audincourt	audincourt	27	25	252	47.4833	6.8534	5
25400	Exincourt	exincourt	27	25	252	47.4947	6.8317	5
25400	Taillecourt	taillecourt	27	25	252	47.4952	6.8544	5
25400	Arbouans	arbouans	27	25	252	47.4994	6.7951	5
25401 CEDEX	Audincourt	audincourt	27	25	252	47.4833	6.8534	5
25402 CEDEX	Audincourt	audincourt	27	25	252	47.4833	6.8534	5
25403 CEDEX	Audincourt	audincourt	27	25	252	47.4833	6.8534	5
25404 CEDEX	Audincourt	audincourt	27	25	252	47.4833	6.8534	5
25405 CEDEX	Audincourt	audincourt	27	25	252	47.4833	6.8534	5
25406 CEDEX	Audincourt	audincourt	27	25	252	47.4833	6.8534	5
25409 CEDEX	Audincourt	audincourt	27	25	252	47.4833	6.8534	5
25410	Roset-Fluans	roset-fluans	27	25	251	47.1636	5.8265	5
25410	Osselle-Routelle	osselle-routelle	27	25	251	47.1431	5.8564	5
25410	Mercey-le-Grand	mercey-le-grand	27	25	251	47.2165	5.7384	5
25410	Corcondray	corcondray	27	25	251	47.2314	5.8256	5
25410	Corcelles-Ferrières	corcelles-ferrieres	27	25	251	47.227	5.8095	5
25410	Saint-Vit	saint-vit	27	25	251	47.1833	5.8167	5
25410	Villars-Saint-Georges	villars-saint-georges	27	25	251	47.1254	5.8267	5
25410	Routelle	routelle	27	25	251	47.1673	5.8501	5
25410	Pouilley-Français	pouilley-francais	27	25	251	47.2065	5.8454	5
25410	Dannemarie-sur-Crête	dannemarie-sur-crete	27	25	251	47.2049	5.8702	5
25410	Berthelange	berthelange	27	25	251	47.1974	5.78	5
25410	Velesmes-Essarts	velesmes-essarts	27	25	251	47.1914	5.8755	5
25410	Ferrières-les-Bois	ferrieres-les-bois	27	25	251	47.2053	5.8022	5
25420	Voujeaucourt	voujeaucourt	27	25	252	47.4751	6.7743	5
25420	Berche	berche	27	25	252	47.4724	6.7417	5
25420	Dampierre-sur-le-Doubs	dampierre-sur-le-doubs	27	25	252	47.4747	6.7312	5
25420	Courcelles-lès-Montbéliard	courcelles-les-montbeliard	27	25	252	47.5011	6.7846	5
25420	Bart	bart	27	25	252	47.4886	6.7709	5
25430	Vellevans	vellevans	27	25	252	47.3111	6.4976	5
25430	Vernois-lès-Belvoir	vernois-les-belvoir	27	25	252	47.3279	6.6385	5
25430	Vyt-lès-Belvoir	vyt-les-belvoir	27	25	252	47.3477	6.6205	5
25430	Sancey	sancey	27	25	252	47.2939	6.5822	5
25430	Randevillers	randevillers	27	25	252	47.3104	6.5228	5
25430	Chazot	chazot	27	25	252	47.3253	6.5442	5
25430	Belvoir	belvoir	27	25	252	47.3181	6.6036	5
25430	Servin	servin	27	25	251	47.3072	6.4632	5
25430	Vellerot-lès-Belvoir	vellerot-les-belvoir	27	25	252	47.3495	6.6001	5
25430	Rahon	rahon	27	25	252	47.324	6.5905	5
25430	Orve	orve	27	25	252	47.3256	6.5534	5
25430	Sancey-le-Grand	sancey-le-grand	27	25	252	47.2949	6.5829	5
25430	Sancey-le-Long	sancey-le-long	27	25	252	47.3054	6.6032	5
25440	Myon	myon	27	25	251	47.0247	5.942	5
25440	Quingey	quingey	27	25	251	47.1025	5.8831	5
25440	Ronchaux	ronchaux	27	25	251	47.0518	5.8983	5
25440	Échay	echay	27	25	251	47.0449	5.9479	5
25440	Samson	samson	27	25	251	47.0538	5.8789	5
25440	Charnay	charnay	27	25	251	47.1278	5.9546	5
25440	Buffard	buffard	27	25	251	47.0362	5.8247	5
25440	Chenecey-Buillon	chenecey-buillon	27	25	251	47.1407	5.9594	5
25440	Liesle	liesle	27	25	251	47.0618	5.8139	5
25440	Lavans-Quingey	lavans-quingey	27	25	251	47.0883	5.8767	5
25440	Cessey	cessey	27	25	251	47.1076	5.9139	5
25440	Chay	chay	27	25	251	47.036	5.8599	5
25440	Rouhe	rouhe	27	25	251	47.0833	5.9667	5
25440	Chouzelot	chouzelot	27	25	251	47.107	5.8926	5
25440	Mesmay	mesmay	27	25	251	47.0614	5.8512	5
25440	Paroy	paroy	27	25	251	47.0435	5.8808	5
25440	Abbans-Dessus	abbans-dessus	27	25	251	47.1206	5.8819	5
25440	Courcelles	courcelles	27	25	251	47.0943	5.9556	5
25440	Lombard	lombard	27	25	251	47.0768	5.8528	5
25440	Cussey-sur-Lison	cussey-sur-lison	27	25	251	47.0601	5.9561	5
25440	Palantine	palantine	27	25	251	47.0898	5.944	5
25440	Bartherans	bartherans	27	25	251	47.0419	5.9282	5
25440	Pointvillers	pointvillers	27	25	251	47.0632	5.9015	5
25440	Pessans	pessans	27	25	251	47.0698	5.8834	5
25440	Rennes-sur-Loue	rennes-sur-loue	27	25	251	47.0128	5.8527	5
25440	Châtillon-sur-Lison	chatillon-sur-lison	27	25	251	47.088	5.9849	5
25440	Brères	breres	27	25	251	47.0592	5.8607	5
25440	Fourg	fourg	27	25	251	47.0985	5.8111	5
25440	By	by	27	25	251	47.0131	5.8889	5
25440	Montfort	montfort	27	25	251	47.0581	5.9025	5
25440	Goux-sous-Landet	goux-sous-landet	27	25	251	47.0801	5.9338	5
25450	Damprichard	damprichard	27	25	252	47.2441	6.8812	5
25460	Étupes	etupes	27	25	252	47.5053	6.8707	5
25461 CEDEX	Étupes	etupes	27	25	252	47.5053	6.8707	5
25462 CEDEX	Étupes	etupes	27	25	252	47.5053	6.8707	5
25469 CEDEX	Étupes	etupes	27	25	252	47.5053	6.8707	5
25470	Charmauvillers	charmauvillers	27	25	252	47.2391	6.9191	5
25470	Goumois	goumois	27	25	252	47.2616	6.9493	5
25470	Indevillers	indevillers	27	25	252	47.3135	6.9578	5
25470	Trévillers	trevillers	27	25	252	47.2824	6.869	5
25470	Burnevillers	burnevillers	27	25	252	47.3295	7.0073	5
25470	Ferrières-le-Lac	ferrieres-le-lac	27	25	252	47.2666	6.8912	5
25470	Belfays	belfays	27	25	252	47.2598	6.8958	5
25470	Fessevillers	fessevillers	27	25	252	47.2785	6.9228	5
25470	Urtière	urtiere	27	25	252	47.2584	6.9256	5
25470	Les Plains-et-Grands-Essarts	les-plains-et-grands-essarts	27	25	252	47.3038	6.8928	5
25470	Thiébouhans	thiebouhans	27	25	252	47.2788	6.8456	5
25470	Courtefontaine	courtefontaine	27	25	252	47.3206	6.9081	5
25479 CEDEX	Audincourt	audincourt	27	25	252	47.4833	6.8534	5
25480	École-Valentin	ecole-valentin	27	25	251	47.2667	5.9833	5
25480	Pirey	pirey	27	25	251	47.2614	5.9647	5
25480	Miserey-Salines	miserey-salines	27	25	251	47.2864	5.9739	5
25490	Allenjoie	allenjoie	27	25	252	47.5349	6.8974	5
25490	Badevel	badevel	27	25	252	47.4985	6.9411	5
25490	Dampierre-les-Bois	dampierre-les-bois	27	25	252	47.5064	6.9128	5
25490	Fesches-le-Châtel	fesches-le-chatel	27	25	252	47.5242	6.9053	5
25500	Noël-Cerneux	noel-cerneux	27	25	253	47.1034	6.6617	5
25500	Montlebon	montlebon	27	25	253	47.0378	6.6111	5
25500	Morteau	morteau	27	25	253	47.0578	6.6072	5
25500	Le Bélieu	le-belieu	27	25	253	47.1197	6.6324	5
25500	Les Combes	les-combes	27	25	253	47.0667	6.55	5
25500	Les Fins	les-fins	27	25	253	47.0776	6.63	5
25500	La Chenalotte	la-chenalotte	27	25	253	47.1082	6.6825	5
25501 CEDEX	Morteau	morteau	27	25	253	47.0578	6.6072	5
25502 CEDEX	Morteau	morteau	27	25	253	47.0578	6.6072	5
25503 CEDEX	Morteau	morteau	27	25	253	47.0578	6.6072	5
25504 CEDEX	Morteau	morteau	27	25	253	47.0578	6.6072	5
25508 CEDEX	Morteau	morteau	27	25	253	47.0578	6.6072	5
25509 CEDEX	Morteau	morteau	27	25	253	47.0578	6.6072	5
25510	Pierrefontaine-les-Varans	pierrefontaine-les-varans	27	25	253	47.216	6.5403	5
25510	La Sommette	la-sommette	27	25	253	47.1923	6.5107	5
25510	Domprel	domprel	27	25	253	47.2004	6.4691	5
25510	Grandfontaine-sur-Creuse	grandfontaine-sur-creuse	27	25	253	47.1924	6.453	5
25510	Laviron	laviron	27	25	253	47.2566	6.552	5
25510	Villers-la-Combe	villers-la-combe	27	25	253	47.2349	6.454	5
25510	Germéfontaine	germefontaine	27	25	253	47.2252	6.4668	5
25520	Sombacour	sombacour	27	25	253	46.9523	6.258	5
25520	Goux-les-Usiers	goux-les-usiers	27	25	253	46.9731	6.2767	5
25520	Aubonne	aubonne	27	25	253	47.0364	6.3274	5
25520	Bugny	bugny	27	25	253	46.9954	6.3507	5
25520	Ouhans	ouhans	27	25	253	46.9984	6.2938	5
25520	Renédale	renedale	27	25	253	47.0194	6.277	5
25520	Évillers	evillers	27	25	253	47.0007	6.2276	5
25520	Bians-les-Usiers	bians-les-usiers	27	25	253	46.9644	6.2749	5
25520	Saint-Gorgon-Main	saint-gorgon-main	27	25	253	47.0223	6.3224	5
25520	Arc-sous-Cicon	arc-sous-cicon	27	25	253	47.051	6.3798	5
25530	Ouvans	ouvans	27	25	253	47.2768	6.4826	5
25530	Belmont	belmont	27	25	253	47.2201	6.3661	5
25530	Vercel-Villedieu-le-Camp	vercel-villedieu-le-camp	27	25	253	47.1832	6.4008	5
25530	Chaux-lès-Passavant	chaux-les-passavant	27	25	253	47.2358	6.3582	5
25530	Chevigney-lès-Vercel	chevigney-les-vercel	27	25	253	47.1667	6.3667	5
25530	Épenouse	epenouse	27	25	253	47.2144	6.4014	5
25530	Eysson	eysson	27	25	253	47.1999	6.4309	5
25530	Landresse	landresse	27	25	253	47.257	6.4655	5
25530	Adam-lès-Vercel	adam-les-vercel	27	25	253	47.1684	6.3926	5
25530	Villers-Chief	villers-chief	27	25	253	47.2267	6.4402	5
25530	Vellerot-lès-Vercel	vellerot-les-vercel	27	25	253	47.2417	6.4457	5
25530	Orsans	orsans	27	25	253	47.2475	6.3861	5
25530	Courtetain-et-Salans	courtetain-et-salans	27	25	253	47.2565	6.4166	5
25530	Bremondans	bremondans	27	25	253	47.2333	6.4	5
25550	Issans	issans	27	25	252	47.5274	6.7279	5
25550	Échenans	echenans	27	25	252	47.5264	6.6947	5
25550	Allondans	allondans	27	25	252	47.5193	6.748	5
25550	Dung	dung	27	25	252	47.503	6.7522	5
25550	Laire	laire	27	25	252	47.5504	6.7312	5
25550	Raynans	raynans	27	25	252	47.5329	6.7187	5
25550	Bavans	bavans	27	25	252	47.4853	6.7332	5
25550	Saint-Julien-lès-Montbéliard	saint-julien-les-montbeliard	27	25	252	47.5213	6.7108	5
25550	Présentevillers	presentevillers	27	25	252	47.5011	6.7303	5
25560	Bulle	bulle	27	25	253	46.8945	6.2235	5
25560	La Rivière-Drugeon	la-riviere-drugeon	27	25	253	46.8681	6.2178	5
25560	Bonnevaux	bonnevaux	27	25	253	46.8074	6.184	5
25560	Frasne	frasne	27	25	253	46.8564	6.1594	5
25560	Bannans	bannans	27	25	253	46.8867	6.2398	5
25560	Courvières	courvieres	27	25	253	46.8713	6.1086	5
25560	Dompierre-les-Tilleuls	dompierre-les-tilleuls	27	25	253	46.8721	6.1849	5
25560	Bouverans	bouverans	27	25	253	46.8543	6.2082	5
25560	Boujailles	boujailles	27	25	253	46.8874	6.0806	5
25570	Grand'Combe-Châteleu	grand-combe-chateleu	27	25	253	47.0167	6.5833	5
25580	Lavans-Vuillafans	lavans-vuillafans	27	25	251	47.0868	6.2437	5
25580	Nods	nods	27	25	253	47.0989	6.3374	5
25580	Fallerans	fallerans	27	25	253	47.1323	6.2897	5
25580	Échevannes	echevannes	27	25	251	47.0833	6.2333	5
25580	Chasnans	chasnans	27	25	253	47.0856	6.3128	5
25580	Saules	saules	27	25	251	47.1232	6.2002	5
25580	Athose	athose	27	25	253	47.0776	6.3087	5
25580	Étalans	etalans	27	25	253	47.1513	6.2731	5
25580	Vanclans	vanclans	27	25	253	47.0998	6.3636	5
25580	Hautepierre-le-Châtelet	hautepierre-le-chatelet	27	25	253	47.048	6.288	5
25580	Rantechaux	rantechaux	27	25	253	47.1146	6.3743	5
25580	Guyans-Durnes	guyans-durnes	27	25	251	47.1225	6.2435	5
25580	Verrières-du-Grosbois	verrieres-du-grosbois	27	25	253	47.2005	6.2774	5
25580	Voires	voires	27	25	251	47.0979	6.2486	5
25580	Les Premiers Sapins	les-premiers-sapins	27	25	253	47.0967	6.3378	5
25580	Vernierfontaine	vernierfontaine	27	25	253	47.1087	6.2997	5
25580	Durnes	durnes	27	25	251	47.1085	6.2313	5
25600	Sochaux	sochaux	27	25	252	47.5081	6.8275	5
25600	Nommay	nommay	27	25	252	47.5378	6.8422	5
25600	Dambenois	dambenois	27	25	252	47.5453	6.8677	5
25600	Brognard	brognard	27	25	252	47.5309	6.8658	5
25600	Vieux-Charmont	vieux-charmont	27	25	252	47.5219	6.8374	5
25601 CEDEX	Sochaux	sochaux	27	25	252	47.5081	6.8275	5
25602 CEDEX	Sochaux	sochaux	27	25	252	47.5081	6.8275	5
25603 CEDEX	Sochaux	sochaux	27	25	252	47.5081	6.8275	5
25604 CEDEX	Sochaux	sochaux	27	25	252	47.5081	6.8275	5
25605 CEDEX	Sochaux	sochaux	27	25	252	47.5081	6.8275	5
25606 CEDEX	Sochaux	sochaux	27	25	252	47.5081	6.8275	5
25607 CEDEX	Sochaux	sochaux	27	25	252	47.5081	6.8275	5
25608 CEDEX	Sochaux	sochaux	27	25	252	47.5081	6.8275	5
25609 CEDEX	Sochaux	sochaux	27	25	252	47.5081	6.8275	5
25610	Arc-et-Senans	arc-et-senans	27	25	251	47.0313	5.7703	5
25620	L’Hôpital-du-Grosbois	l-hopital-du-grosbois	27	25	251	47.1702	6.2199	5
25620	Malbrans	malbrans	27	25	251	47.1204	6.0811	5
25620	Villers-sous-Montrond	villers-sous-montrond	27	25	251	47.1448	6.0877	5
25620	Foucherans	foucherans	27	25	251	47.1582	6.1363	5
25620	Charbonnières-les-Sapins	charbonnieres-les-sapins	27	25	253	47.1465	6.2126	5
25620	Trépot	trepot	27	25	251	47.1667	6.15	5
25620	Le Gratteris	le-gratteris	27	25	251	47.1824	6.1358	5
25620	Ornans	ornans	27	25	251	47.1053	6.1431	5
25620	La Chevillotte	la-chevillotte	27	25	251	47.2209	6.1644	5
25620	Mamirolle	mamirolle	27	25	251	47.1986	6.1592	5
25620	Bonnevaux-le-Prieuré	bonnevaux-le-prieure	27	25	251	47.1328	6.1683	5
25620	Tarcenay	tarcenay	27	25	251	47.1576	6.1126	5
25630	Sainte-Suzanne	sainte-suzanne	27	25	252	47.5002	6.7678	5
25640	Battenans-les-Mines	battenans-les-mines	27	25	251	47.4098	6.2686	5
25640	Ollans	ollans	27	25	251	47.4172	6.2429	5
25640	Roulans	roulans	27	25	251	47.3155	6.229	5
25640	Corcelle-Mieslot	corcelle-mieslot	27	25	251	47.3603	6.1871	5
25640	Blarians	blarians	27	25	251	47.4119	6.1797	5
25640	Flagey-Rigney	flagey-rigney	27	25	251	47.4186	6.224	5
25640	Vennans	vennans	27	25	251	47.3292	6.2341	5
25640	Champoux	champoux	27	25	251	47.335	6.1356	5
25640	Val-de-Roulans	val-de-roulans	27	25	251	47.362	6.2722	5
25640	Saint-Hilaire	saint-hilaire	27	25	251	47.3342	6.2392	5
25640	La Bretenière	la-breteniere	27	25	251	47.3798	6.2732	5
25640	Braillans	braillans	27	25	251	47.3095	6.0907	5
25640	La Tour-de-Sçay	la-tour-de-scay	27	25	251	47.3841	6.225	5
25640	Breconchaux	breconchaux	27	25	251	47.3333	6.2667	5
25640	Villers-Grélot	villers-grelot	27	25	251	47.3557	6.2247	5
25640	Rougemontot	rougemontot	27	25	251	47.3959	6.2619	5
25640	L’Écouvotte	l-ecouvotte	27	25	251	47.3401	6.2497	5
25640	Ougney-Douvot	ougney-douvot	27	25	251	47.3233	6.2751	5
25640	Rigney	rigney	27	25	251	47.3884	6.1816	5
25640	Germondans	germondans	27	25	251	47.4088	6.1893	5
25640	Rignosot	rignosot	27	25	251	47.3877	6.1937	5
25640	Châtillon-Guyotte	chatillon-guyotte	27	25	251	47.3296	6.1688	5
25640	Le Puy	le-puy	27	25	251	47.3444	6.2249	5
25640	Cendrey	cendrey	27	25	251	47.4037	6.2453	5
25640	Marchaux	marchaux	27	25	251	47.3211	6.1315	5
25640	Pouligney-Lusans	pouligney-lusans	27	25	251	47.3333	6.2	5
25640	Chaudefontaine	chaudefontaine	27	25	251	47.3392	6.1597	5
25650	Hauterive-la-Fresse	hauterive-la-fresse	27	25	253	46.9682	6.4494	5
25650	Gilley	gilley	27	25	253	47.0474	6.4826	5
25650	Maisons-du-Bois-Lièvremont	maisons-du-bois-lievremont	27	25	253	46.9667	6.4167	5
25650	Montbenoît	montbenoit	27	25	253	46.9929	6.4641	5
25650	La Chaux	la-chaux	27	25	253	47.0228	6.4332	5
25650	La Longeville	la-longeville	27	25	253	47.0003	6.4711	5
25650	Ville-du-Pont	ville-du-pont	27	25	253	47.0029	6.4772	5
25650	Montflovin	montflovin	27	25	253	46.9873	6.4456	5
25660	Mérey-sous-Montrond	merey-sous-montrond	27	25	251	47.1523	6.0693	5
25660	La Vèze	la-veze	27	25	251	47.2111	6.0674	5
25660	Saône	saone	27	25	251	47.2231	6.1168	5
25660	Montfaucon	montfaucon	27	25	251	47.2356	6.0816	5
25660	Montrond-le-Château	montrond-le-chateau	27	25	251	47.1425	6.0466	5
25660	Morre	morre	27	25	251	47.2259	6.0751	5
25660	Fontain	fontain	27	25	251	47.1992	6.0251	5
25660	Gennes	gennes	27	25	251	47.25	6.1167	5
25680	Tressandans	tressandans	27	25	251	47.4995	6.3351	5
25680	Gondenans-les-Moulins	gondenans-les-moulins	27	25	251	47.4681	6.3814	5
25680	Cubry	cubry	27	25	251	47.4937	6.4225	5
25680	Rougemont	rougemont	27	25	251	47.4821	6.3557	5
25680	Cuse-et-Adrisans	cuse-et-adrisans	27	25	251	47.4793	6.3921	5
25680	Nans	nans	27	25	251	47.4765	6.4118	5
25680	Tournans	tournans	27	25	251	47.4132	6.3256	5
25680	Avilley	avilley	27	25	251	47.4253	6.2682	5
25680	Montussaint	montussaint	27	25	251	47.4325	6.2915	5
25680	Huanne-Montmartin	huanne-montmartin	27	25	251	47.4315	6.3416	5
25680	Trouvans	trouvans	27	25	251	47.4226	6.3471	5
25680	Gouhelans	gouhelans	27	25	251	47.4552	6.3521	5
25680	Puessans	puessans	27	25	251	47.4295	6.3211	5
25680	Romain	romain	27	25	251	47.4418	6.373	5
25680	Bonnal	bonnal	27	25	251	47.5063	6.3558	5
25680	Cubrial	cubrial	27	25	251	47.4954	6.4073	5
25680	Montagney-Servigney	montagney-servigney	27	25	251	47.4833	6.3	5
25680	Tallans	tallans	27	25	251	47.4192	6.2872	5
25680	Rognon	rognon	27	25	251	47.424	6.3107	5
25680	Mésandans	mesandans	27	25	251	47.4306	6.369	5
25680	Mondon	mondon	27	25	251	47.4406	6.3107	5
25690	Longechaux	longechaux	27	25	253	47.1633	6.4287	5
25690	Avoudrey	avoudrey	27	25	253	47.1373	6.4337	5
25690	Longemaison	longemaison	27	25	253	47.0818	6.459	5
25690	Passonfontaine	passonfontaine	27	25	253	47.1098	6.4237	5
25700	Valentigney	valentigney	27	25	252	47.4639	6.8317	5
25700	Mathay	mathay	27	25	252	47.439	6.7849	5
25701 CEDEX	Valentigney	valentigney	27	25	252	47.4639	6.8317	5
25702 CEDEX	Valentigney	valentigney	27	25	252	47.4639	6.8317	5
25706 CEDEX	Valentigney	valentigney	27	25	252	47.4639	6.8317	5
25707 CEDEX	Valentigney	valentigney	27	25	252	47.4639	6.8317	5
25708 CEDEX	Valentigney	valentigney	27	25	252	47.4639	6.8317	5
25709 CEDEX	Valentigney	valentigney	27	25	252	47.4639	6.8317	5
25720	Beure	beure	27	25	251	47.2069	6.0055	5
25720	Larnod	larnod	27	25	251	47.1837	5.9704	5
25720	Arguel	arguel	27	25	251	47.1975	6.0015	5
25720	Avanne-Aveney	avanne-aveney	27	25	251	47.2	5.9667	5
25720	Pugey	pugey	27	25	251	47.1847	5.9905	5
25750	Désandans	desandans	27	25	252	47.534	6.6766	5
25750	Arcey	arcey	27	25	252	47.5226	6.6622	5
25750	Semondans	semondans	27	25	252	47.5431	6.6932	5
25750	Le Vernoy	le-vernoy	27	25	252	47.5607	6.6748	5
25750	Aibre	aibre	27	25	252	47.5514	6.6965	5
25770	Serre-les-Sapins	serre-les-sapins	27	25	251	47.25	5.9333	5
25770	Vaux-les-Prés	vaux-les-pres	27	25	251	47.2333	5.8833	5
25770	Franois	franois	27	25	251	47.2306	5.9287	5
25790	Les Gras	les-gras	27	25	253	46.9951	6.5445	5
25800	Valdahon	valdahon	27	25	253	47.15	6.35	5
25800	Étray	etray	27	25	253	47.1232	6.3422	5
25800	Épenoy	epenoy	27	25	253	47.1307	6.367	5
25820	Laissey	laissey	27	25	251	47.2973	6.2282	5
25840	Châteauvieux-les-Fossés	chateauvieux-les-fosses	27	25	251	47.0637	6.2027	5
25840	Vuillafans	vuillafans	27	25	251	47.0648	6.2153	5
25870	Venise	venise	27	25	251	47.3474	6.1077	5
25870	Devecey	devecey	27	25	251	47.3217	6.019	5
25870	Bonnay	bonnay	27	25	251	47.3333	6.05	5
25870	Châtillon-le-Duc	chatillon-le-duc	27	25	251	47.3049	6.0079	5
25870	Auxon-Dessus	auxon-dessus	27	25	251	47.2972	5.9556	5
25870	Cussey-sur-l’Ognon	cussey-sur-l-ognon	27	25	251	47.339	5.9389	5
25870	Mérey-Vieilley	merey-vieilley	27	25	251	47.3322	6.0627	5
25870	Tallenay	tallenay	27	25	251	47.3053	6.0252	5
25870	Les Auxons	les-auxons	27	25	251	47.3014	5.9731	5
25870	Thurey-le-Mont	thurey-le-mont	27	25	251	47.3712	6.1209	5
25870	Moncey	moncey	27	25	251	47.3631	6.1201	5
25870	Valleroy	valleroy	27	25	251	47.3863	6.1156	5
25870	Geneuille	geneuille	27	25	251	47.3236	5.9698	5
25870	Auxon-Dessous	auxon-dessous	27	25	251	47.3	5.95	5
25870	Palise	palise	27	25	251	47.3723	6.0901	5
25870	Vieilley	vieilley	27	25	251	47.336	6.0801	5
25870	Chevroz	chevroz	27	25	251	47.3335	5.9977	5
25909 CEDEX 9	Besançon	besancon	27	25	251	47.2488	6.0182	5
25920	Mouthier-Haute-Pierre	mouthier-haute-pierre	27	25	251	47.0397	6.2751	5
25930	Lods	lods	27	25	251	47.045	6.2481	5
25931 CEDEX 9	Besançon	besancon	27	25	251	47.2488	6.0182	5
25932 CEDEX 9	Besançon	besancon	27	25	251	47.2488	6.0182	5
25933 CEDEX 9	Besançon	besancon	27	25	251	47.2488	6.0182	5
25960	Deluz	deluz	27	25	251	47.2939	6.2015	5
01410	Lajoux	lajoux	27	39	393	46.3744	5.9733	5
01590	Chancia	chancia	27	39	393	46.3459	5.6457	5
01590	Lavancia-Epercy	lavancia-epercy	27	39	393	46.3333	5.6833	5
39000	Lons-le-Saunier	lons-le-saunier	27	39	392	46.6754	5.5557	5
39001 CEDEX	Lons-le-Saunier	lons-le-saunier	27	39	392	46.6754	5.5557	5
39002 CEDEX	Lons-le-Saunier	lons-le-saunier	27	39	392	46.6754	5.5557	5
39003 CEDEX	Lons-le-Saunier	lons-le-saunier	27	39	392	46.6754	5.5557	5
39004 CEDEX	Lons-le-Saunier	lons-le-saunier	27	39	392	46.6754	5.5557	5
39005 CEDEX	Lons-le-Saunier	lons-le-saunier	27	39	392	46.6754	5.5557	5
39006 CEDEX	Lons-le-Saunier	lons-le-saunier	27	39	392	46.6754	5.5557	5
39007 CEDEX	Lons-le-Saunier	lons-le-saunier	27	39	392	46.6754	5.5557	5
39008 CEDEX	Lons-le-Saunier	lons-le-saunier	27	39	392	46.6754	5.5557	5
39009 CEDEX	Lons-le-Saunier	lons-le-saunier	27	39	392	46.6754	5.5557	5
39010 CEDEX	Lons-le-Saunier	lons-le-saunier	27	39	392	46.6754	5.5557	5
39015 CEDEX	Lons-le-Saunier	lons-le-saunier	27	39	392	46.6754	5.5557	5
39016 CEDEX	Lons-le-Saunier	lons-le-saunier	27	39	392	46.6754	5.5557	5
39021 CEDEX	Lons-le-Saunier	lons-le-saunier	27	39	392	46.6754	5.5557	5
39029 CEDEX	Lons-le-Saunier	lons-le-saunier	27	39	392	46.6754	5.5557	5
39030 CEDEX 9	Lons-le-Saunier	lons-le-saunier	27	39	392	46.6754	5.5557	5
39031 CEDEX 9	Lons-le-Saunier	lons-le-saunier	27	39	392	46.6754	5.5557	5
39032 CEDEX 9	Lons-le-Saunier	lons-le-saunier	27	39	392	46.6754	5.5557	5
39033 CEDEX 9	Lons-le-Saunier	lons-le-saunier	27	39	392	46.6754	5.5557	5
39034 CEDEX 9	Lons-le-Saunier	lons-le-saunier	27	39	392	46.6754	5.5557	5
39035 CEDEX 9	Lons-le-Saunier	lons-le-saunier	27	39	392	46.6754	5.5557	5
39036 CEDEX 9	Lons-le-Saunier	lons-le-saunier	27	39	392	46.6754	5.5557	5
39037 CEDEX 9	Lons-le-Saunier	lons-le-saunier	27	39	392	46.6754	5.5557	5
39038 CEDEX 9	Lons-le-Saunier	lons-le-saunier	27	39	392	46.6754	5.5557	5
39039 CEDEX 9	Lons-le-Saunier	lons-le-saunier	27	39	392	46.6754	5.5557	5
39100	Foucherans	foucherans	27	39	391	47.0809	5.455	5
39100	Choisey	choisey	27	39	391	47.0639	5.4591	5
39100	Dole	dole	27	39	391	47.1	5.5	5
39100	Gevry	gevry	27	39	391	47.0397	5.4437	5
39100	Authume	authume	27	39	391	47.1274	5.5019	5
39100	Brevans	brevans	27	39	391	47.097	5.5248	5
39100	Sampans	sampans	27	39	391	47.1262	5.4566	5
39100	Villette-lès-Dole	villette-les-dole	27	39	391	47.0458	5.4965	5
39100	Parcey	parcey	27	39	391	47.0216	5.4865	5
39100	Champvans	champvans	27	39	391	47.1047	5.4376	5
39100	Jouhe	jouhe	27	39	391	47.1406	5.4898	5
39100	Crissey	crissey	27	39	391	47.0679	5.4834	5
39100	Baverans	baverans	27	39	391	47.1008	5.5383	5
39100	Monnières	monnieres	27	39	391	47.1124	5.461	5
39101 CEDEX	Dole	dole	27	39	391	47.1	5.5	5
39102 CEDEX	Dole	dole	27	39	391	47.1	5.5	5
39103 CEDEX	Dole	dole	27	39	391	47.1	5.5	5
39104 CEDEX	Dole	dole	27	39	391	47.1	5.5	5
39105 CEDEX	Dole	dole	27	39	391	47.1	5.5	5
39106 CEDEX	Dole	dole	27	39	391	47.1	5.5	5
39107 CEDEX	Dole	dole	27	39	391	47.1	5.5	5
39108 CEDEX	Dole	dole	27	39	391	47.1	5.5	5
39109 CEDEX	Dole	dole	27	39	391	47.1	5.5	5
39110	Salins-les-Bains	salins-les-bains	27	39	391	46.9466	5.8776	5
39110	Aiglepierre	aiglepierre	27	39	391	46.9527	5.8174	5
39110	Clucy	clucy	27	39	391	46.946	5.9041	5
39110	Andelot-en-Montagne	andelot-en-montagne	27	39	392	46.8526	5.9337	5
39110	La Chapelle-sur-Furieuse	la-chapelle-sur-furieuse	27	39	391	46.9978	5.8568	5
39110	Chaux-Champagny	chaux-champagny	27	39	391	46.9	5.8833	5
39110	Saizenay	saizenay	27	39	391	46.9626	5.9149	5
39110	Aresches	aresches	27	39	391	46.9019	5.9107	5
39110	Marnoz	marnoz	27	39	391	46.9496	5.8319	5
39110	Lemuy	lemuy	27	39	391	46.8963	5.9674	5
39110	Dournon	dournon	27	39	391	46.9325	5.9659	5
39110	Ivory	ivory	27	39	391	46.9125	5.8586	5
39110	Thésy	thesy	27	39	391	46.9124	5.9236	5
39110	Chilly-sur-Salins	chilly-sur-salins	27	39	391	46.8897	5.8646	5
39110	Cernans	cernans	27	39	391	46.9312	5.9311	5
39110	Montmarlon	montmarlon	27	39	391	46.8761	5.9625	5
39110	Pont-d’Héry	pont-d-hery	27	39	391	46.8718	5.9001	5
39110	Ivrey	ivrey	27	39	391	46.9905	5.8938	5
39110	Geraise	geraise	27	39	391	46.9593	5.9491	5
39110	Abergement-lès-Thésy	abergement-les-thesy	27	39	391	46.9179	5.9395	5
39110	Saint-Thiébaud	saint-thiebaud	27	39	391	46.9717	5.8666	5
39110	Pretin	pretin	27	39	391	46.9362	5.8381	5
39110	Bracon	bracon	27	39	391	46.9307	5.8817	5
39120	Gatey	gatey	27	39	391	46.9465	5.4341	5
39120	Villers-les-Bois	villers-les-bois	27	39	391	46.9167	5.5833	5
39120	Séligney	seligney	27	39	391	46.9385	5.5387	5
39120	Le Deschaux	le-deschaux	27	39	391	46.9526	5.5016	5
39120	Balaiseaux	balaiseaux	27	39	391	46.9638	5.4673	5
39120	Villers-Robert	villers-robert	27	39	391	46.9529	5.519	5
39120	Bretenières	bretenieres	27	39	391	46.9179	5.5422	5
39120	Chaussin	chaussin	27	39	391	46.9661	5.4079	5
39120	Chêne-Bernard	chene-bernard	27	39	391	46.9204	5.4808	5
39120	Saint-Loup	saint-loup	27	39	391	47.0055	5.3094	5
39120	Rahon	rahon	27	39	391	46.9895	5.4557	5
39120	Saint-Baraing	saint-baraing	27	39	391	46.982	5.4305	5
39120	Chemin	chemin	27	39	391	46.9807	5.3142	5
39120	Sergenon	sergenon	27	39	392	46.9033	5.4562	5
39120	Annoire	annoire	27	39	391	46.9571	5.2768	5
39120	Tassenières	tassenieres	27	39	391	46.9217	5.5157	5
39120	Les Hays	les-hays	27	39	391	46.9028	5.3852	5
39120	Petit-Noir	petit-noir	27	39	391	46.9333	5.3333	5
39120	Asnans-Beauvoisin	asnans-beauvoisin	27	39	391	46.95	5.4167	5
39120	Neublans-Abergement	neublans-abergement	27	39	391	46.9167	5.3333	5
39120	Peseux	peseux	27	39	391	46.9918	5.367	5
39120	Les Essards-Taignevaux	les-essards-taignevaux	27	39	391	46.9107	5.4187	5
39120	Pleure	pleure	27	39	391	46.9172	5.4544	5
39120	Longwy-sur-le-Doubs	longwy-sur-le-doubs	27	39	391	46.9572	5.3746	5
39120	Chaînée-des-Coupis	chainee-des-coupis	27	39	391	46.9287	5.4402	5
39130	Cogna	cogna	27	39	392	46.5814	5.7586	5
39130	Charézier	charezier	27	39	392	46.611	5.7279	5
39130	Pont-de-Poitte	pont-de-poitte	27	39	392	46.5871	5.6913	5
39130	Saugeot	saugeot	27	39	392	46.6012	5.8022	5
39130	Patornay	patornay	27	39	392	46.5872	5.7064	5
39130	Uxelles	uxelles	27	39	392	46.6027	5.7878	5
39130	Étival	etival	27	39	393	46.5079	5.7932	5
39130	Denezières	denezieres	27	39	392	46.6107	5.8068	5
39130	Mesnois	mesnois	27	39	392	46.6022	5.6895	5
39130	Bonlieu	bonlieu	27	39	392	46.5976	5.8542	5
39130	Charcier	charcier	27	39	392	46.627	5.7511	5
39130	Saint-Maurice-Crillat	saint-maurice-crillat	27	39	392	46.5714	5.8304	5
39130	Clairvaux-les-Lacs	clairvaux-les-lacs	27	39	392	46.5747	5.7483	5
39130	Soucia	soucia	27	39	392	46.5421	5.7489	5
39130	La Frasnée	la-frasnee	27	39	392	46.5574	5.8114	5
39130	Thoiria	thoiria	27	39	392	46.5347	5.7354	5
39130	Chevrotaine	chevrotaine	27	39	392	46.657	5.8531	5
39130	Châtillon	chatillon	27	39	392	46.6597	5.7302	5
39130	Largillay-Marsonnay	largillay-marsonnay	27	39	392	46.5542	5.6749	5
39130	Hautecour	hautecour	27	39	392	46.5688	5.7669	5
39130	Songeson	songeson	27	39	392	46.6523	5.8204	5
39130	Menétrux-en-Joux	menetrux-en-joux	27	39	392	46.6167	5.8333	5
39130	Marigny	marigny	27	39	392	46.6821	5.7835	5
39130	Barésia-sur-l'Ain	baresia-sur-l-ain	27	39	392	46.5491	5.7113	5
39130	Blye	blye	27	39	392	46.6236	5.7044	5
39130	Saffloz	saffloz	27	39	392	46.6696	5.8498	5
39130	Le Frasnois	le-frasnois	27	39	392	46.6385	5.8997	5
39130	Fontenu	fontenu	27	39	392	46.6687	5.8225	5
39130	Châtel-de-Joux	chatel-de-joux	27	39	393	46.5273	5.7946	5
39130	Vertamboz	vertamboz	27	39	392	46.596	5.7407	5
39130	Doucier	doucier	27	39	392	46.6562	5.779	5
39130	Boissia	boissia	27	39	392	46.5921	5.7356	5
39140	Bletterans	bletterans	27	39	392	46.7467	5.4544	5
39140	Larnaud	larnaud	27	39	392	46.7111	5.4546	5
39140	Chapelle-Voland	chapelle-voland	27	39	392	46.802	5.3765	5
39140	Desnes	desnes	27	39	392	46.7643	5.4734	5
39140	Arlay	arlay	27	39	392	46.7611	5.5299	5
39140	Villevieux	villevieux	27	39	392	46.7372	5.4642	5
39140	Fontainebrux	fontainebrux	27	39	392	46.7035	5.4227	5
39140	Cosges	cosges	27	39	392	46.7478	5.4044	5
39140	Ruffey-sur-Seille	ruffey-sur-seille	27	39	392	46.7441	5.4951	5
39140	Relans	relans	27	39	392	46.7623	5.4466	5
39140	Commenailles	commenailles	27	39	392	46.8031	5.4528	5
39140	Les Repôts	les-repots	27	39	392	46.6822	5.4158	5
39140	Nance	nance	27	39	392	46.7396	5.4263	5
39150	Grande-Rivière	grande-riviere	27	39	393	46.5408	5.9138	5
39150	Fort-du-Plasne	fort-du-plasne	27	39	393	46.6186	5.9913	5
39150	Les Piards	les-piards	27	39	393	46.4957	5.8285	5
39150	Lac-des-Rouges-Truites	lac-des-rouges-truites	27	39	393	46.6075	5.996	5
39150	Nanchez	nanchez	27	39	393	46.5075	5.8669	5
39150	Saint-Pierre	saint-pierre	27	39	393	46.5673	5.9177	5
39150	Entre-deux-Monts	entre-deux-monts	27	39	392	46.65	5.9667	5
39150	La Chaux-du-Dombief	la-chaux-du-dombief	27	39	393	46.6024	5.9005	5
39150	Bief-des-Maisons	bief-des-maisons	27	39	392	46.7061	6.0393	5
39150	La Chaumusse	la-chaumusse	27	39	393	46.5853	5.9388	5
39150	Les Chalesmes	les-chalesmes	27	39	392	46.6901	6.037	5
39150	Prénovel	prenovel	27	39	393	46.5117	5.8395	5
39150	Les Planches-en-Montagne	les-planches-en-montagne	27	39	392	46.6543	6.0093	5
39150	Chaux-des-Prés	chaux-des-pres	27	39	393	46.5083	5.8673	5
39150	Chaux-des-Crotenay	chaux-des-crotenay	27	39	392	46.6579	5.9667	5
39150	Saint-Laurent-en-Grandvaux	saint-laurent-en-grandvaux	27	39	393	46.5833	5.95	5
39150	Château-des-Prés	chateau-des-pres	27	39	393	46.4992	5.8975	5
39160	L'Aubépin	l-aubepin	27	39	392	46.4395	5.3735	5
39160	Les Trois Châteaux	les-trois-chateaux	27	39	392	46.4229	5.3594	5
39160	Thoissia	thoissia	27	39	392	46.4228	5.3942	5
39160	Saint-Jean-d'Étreux	saint-jean-d-etreux	27	39	392	46.4046	5.3582	5
39160	Montagna-le-Reconduit	montagna-le-reconduit	27	39	392	46.4584	5.3862	5
39160	Nantey	nantey	27	39	392	46.4082	5.3988	5
39160	Val-d'Épy	val-d-epy	27	39	392	46.3833	5.4	5
39160	Véria	veria	27	39	392	46.4509	5.4226	5
39160	Senaud	senaud	27	39	392	46.3963	5.38	5
39160	Balanod	balanod	27	39	392	46.4571	5.3551	5
39160	Chazelles	chazelles	27	39	392	46.4047	5.3439	5
39160	Nanc-lès-Saint-Amour	nanc-les-saint-amour	27	39	392	46.4233	5.359	5
39160	Saint-Amour	saint-amour	27	39	392	46.4364	5.3442	5
39170	Leschères	lescheres	27	39	393	46.4531	5.8276	5
39170	Cuttura	cuttura	27	39	393	46.4157	5.8093	5
39170	Pratz	pratz	27	39	393	46.3774	5.7622	5
39170	Ponthoux	ponthoux	27	39	393	46.3964	5.811	5
39170	Ravilloles	ravilloles	27	39	393	46.4278	5.8025	5
39170	Saint-Lupicin	saint-lupicin	27	39	393	46.4003	5.7922	5
39170	Lavans-lès-Saint-Claude	lavans-les-saint-claude	27	39	393	46.3848	5.7817	5
39171 CEDEX	Saint-Lupicin	saint-lupicin	27	39	393	46.4003	5.7922	5
39180 CEDEX	Dole	dole	27	39	391	47.1	5.5	5
39181 CEDEX	Dole	dole	27	39	391	47.1	5.5	5
39189 CEDEX	Dole	dole	27	39	391	47.1	5.5	5
39190	Digna	digna	27	39	392	46.5172	5.3912	5
39190	Orbagna	orbagna	27	39	392	46.5805	5.4501	5
39190	Cousance	cousance	27	39	392	46.5332	5.3921	5
39190	Mallerey	mallerey	27	39	392	46.6313	5.4485	5
39190	Augea	augea	27	39	392	46.5526	5.4087	5
39190	Sainte-Agnès	sainte-agnes	27	39	392	46.6078	5.4715	5
39190	Maynal	maynal	27	39	392	46.5587	5.4229	5
39190	Gizia	gizia	27	39	392	46.5283	5.4218	5
39190	Vercia	vercia	27	39	392	46.5892	5.4559	5
39190	Chevreaux	chevreaux	27	39	392	46.5096	5.4051	5
39190	Rotalier	rotalier	27	39	392	46.5889	5.4746	5
39190	Beaufort	beaufort	27	39	392	46.5736	5.4387	5
39190	Grusse	grusse	27	39	392	46.5957	5.5019	5
39190	Cuisia	cuisia	27	39	392	46.5376	5.403	5
39190	Rosay	rosay	27	39	392	46.5311	5.4519	5
39190	Vincelles	vincelles	27	39	392	46.5988	5.4786	5
39190	Bonnaud	bonnaud	27	39	392	46.6181	5.4271	5
39200	Avignon-lès-Saint-Claude	avignon-les-saint-claude	27	39	393	46.3903	5.8457	5
39200	La Rixouse	la-rixouse	27	39	393	46.4667	5.8845	5
39200	Coyrière	coyriere	27	39	393	46.3432	5.8449	5
39200	Saint-Claude	saint-claude	27	39	393	46.3868	5.8647	5
39200	Coiserette	coiserette	27	39	393	46.3425	5.8342	5
39200	Villard-Saint-Sauveur	villard-saint-sauveur	27	39	393	46.3599	5.8617	5
39200	Villard-sur-Bienne	villard-sur-bienne	27	39	393	46.4765	5.899	5
39201 CEDEX	Saint-Claude	saint-claude	27	39	393	46.3868	5.8647	5
39202 CEDEX	Saint-Claude	saint-claude	27	39	393	46.3868	5.8647	5
39203 CEDEX	Saint-Claude	saint-claude	27	39	393	46.3868	5.8647	5
39204 CEDEX	Saint-Claude	saint-claude	27	39	393	46.3868	5.8647	5
39205 CEDEX	Saint-Claude	saint-claude	27	39	393	46.3868	5.8647	5
39206 CEDEX	Saint-Claude	saint-claude	27	39	393	46.3868	5.8647	5
39207 CEDEX	Saint-Claude	saint-claude	27	39	393	46.3868	5.8647	5
39208 CEDEX	Saint-Claude	saint-claude	27	39	393	46.3868	5.8647	5
39209 CEDEX	Saint-Claude	saint-claude	27	39	393	46.3868	5.8647	5
39210	Voiteur	voiteur	27	39	392	46.7544	5.6108	5
39210	Menétru-le-Vignoble	menetru-le-vignoble	27	39	392	46.7667	5.6167	5
39210	Hauteroche	hauteroche	27	39	392	46.6861	5.66	5
39210	Plasne	plasne	27	39	391	46.8012	5.6851	5
39210	La Marre	la-marre	27	39	392	46.7345	5.6983	5
39210	Ladoye-sur-Seille	ladoye-sur-seille	27	39	392	46.7612	5.6834	5
39210	Le Vernois	le-vernois	27	39	392	46.7308	5.5938	5
39210	Château-Chalon	chateau-chalon	27	39	392	46.7546	5.627	5
39210	Nevy-sur-Seille	nevy-sur-seille	27	39	392	46.7416	5.6299	5
39210	Blois-sur-Seille	blois-sur-seille	27	39	392	46.749	5.6695	5
39210	Arlay	arlay	27	39	392	46.7614	5.5289	5
39210	Plainoiseau	plainoiseau	27	39	392	46.7333	5.5569	5
39210	Frontenay	frontenay	27	39	392	46.7852	5.6137	5
39210	Le Pin	le-pin	27	39	392	46.7081	5.5694	5
39210	Baume-les-Messieurs	baume-les-messieurs	27	39	392	46.7072	5.6475	5
39210	Lavigny	lavigny	27	39	392	46.7155	5.5957	5
39210	Montain	montain	27	39	392	46.7198	5.5792	5
39210	Domblans	domblans	27	39	392	46.7637	5.5967	5
39210	Granges-sur-Baume	granges-sur-baume	27	39	392	46.7139	5.6447	5
39210	Saint-Germain-lès-Arlay	saint-germain-les-arlay	27	39	392	46.7597	5.5601	5
39210	Le Louverot	le-louverot	27	39	392	46.7304	5.5828	5
39211 CEDEX	Voiteur	voiteur	27	39	392	46.7544	5.6108	5
39219 CEDEX	Voiteur	voiteur	27	39	392	46.7544	5.6108	5
39220	Bois-d’Amont	bois-d-amont	27	39	393	46.5328	6.1375	5
39220	Prémanon	premanon	27	39	393	46.4628	6.019	5
39220	Les Rousses	les-rousses	27	39	393	46.4841	6.0633	5
39230	Chemenot	chemenot	27	39	392	46.8669	5.5328	5
39230	Chêne-Sec	chene-sec	27	39	392	46.8527	5.4435	5
39230	Bois-de-Gand	bois-de-gand	27	39	392	46.828	5.5015	5
39230	Darbonnay	darbonnay	27	39	391	46.8167	5.6042	5
39230	La Chassagne	la-chassagne	27	39	392	46.8647	5.4563	5
39230	Passenans	passenans	27	39	392	46.7983	5.6172	5
39230	Monay	monay	27	39	391	46.8366	5.5944	5
39230	Vers-sous-Sellières	vers-sous-sellieres	27	39	392	46.8245	5.5352	5
39230	Vincent	vincent	27	39	392	46.7846	5.4907	5
39230	Le Chateley	le-chateley	27	39	391	46.8833	5.55	5
39230	Vincent-Froideville	vincent-froideville	27	39	392	46.785	5.4911	5
39230	Sellières	sellieres	27	39	392	46.8276	5.5642	5
39230	Sergenaux	sergenaux	27	39	392	46.8873	5.4572	5
39230	Bréry	brery	27	39	392	46.7836	5.5786	5
39230	Toulouse-le-Château	toulouse-le-chateau	27	39	392	46.8222	5.5868	5
39230	Francheville	francheville	27	39	392	46.8387	5.4995	5
39230	Froideville	froideville	27	39	392	46.8091	5.4852	5
39230	Les Deux-Fays	les-deux-fays	27	39	392	46.8823	5.4814	5
39230	Rye	rye	27	39	392	46.8717	5.4305	5
39230	Lombard	lombard	27	39	392	46.7856	5.5068	5
39230	Saint-Lothain	saint-lothain	27	39	391	46.8249	5.6438	5
39230	Saint-Lamain	saint-lamain	27	39	392	46.7953	5.6021	5
39230	Le Villey	le-villey	27	39	392	46.8447	5.5082	5
39230	La Charme	la-charme	27	39	392	46.8443	5.5587	5
39230	Foulenay	foulenay	27	39	392	46.8664	5.4863	5
39230	La Chaux-en-Bresse	la-chaux-en-bresse	27	39	392	46.8257	5.4797	5
39230	Champrougier	champrougier	27	39	392	46.8716	5.5221	5
39230	Mantry	mantry	27	39	392	46.7966	5.5589	5
39230	Chaumergy	chaumergy	27	39	392	46.8462	5.4782	5
39230	Recanoz	recanoz	27	39	392	46.8167	5.5	5
39240	Thoirette	thoirette	27	39	392	46.27	5.5294	5
39240	Aromas	aromas	27	39	392	46.2933	5.4805	5
39240	Marigna-sur-Valouse	marigna-sur-valouse	27	39	392	46.447	5.5287	5
39240	Savigna	savigna	27	39	392	46.4413	5.5774	5
39240	Dramelay	dramelay	27	39	392	46.4066	5.5369	5
39240	Coisia	coisia	27	39	392	46.3061	5.5809	5
39240	Arinthod	arinthod	27	39	392	46.3934	5.5662	5
39240	Lavans-sur-Valouse	lavans-sur-valouse	27	39	392	46.3341	5.5559	5
39240	Valfin-sur-Valouse	valfin-sur-valouse	27	39	392	46.3699	5.5168	5
39240	Cernon	cernon	27	39	392	46.4035	5.6489	5
39240	Cornod	cornod	27	39	392	46.3131	5.5496	5
39240	Chisséria	chisseria	27	39	392	46.3791	5.5634	5
39240	Chemilla	chemilla	27	39	392	46.3572	5.5603	5
39240	Légna	legna	27	39	392	46.4269	5.596	5
39240	Charnod	charnod	27	39	392	46.3329	5.4889	5
39240	Genod	genod	27	39	392	46.3552	5.531	5
39240	Fétigny	fetigny	27	39	392	46.4418	5.6001	5
39240	Chatonnay	chatonnay	27	39	392	46.4249	5.5449	5
39240	La Boissière	la-boissiere	27	39	392	46.4221	5.5311	5
39240	Vosbles	vosbles	27	39	392	46.3403	5.5237	5
39240	Cézia	cezia	27	39	392	46.3627	5.5752	5
39240	Condes	condes	27	39	392	46.3371	5.6234	5
39240	Saint-Hymetière	saint-hymetiere	27	39	392	46.3593	5.5588	5
39240	Villeneuve-lès-Charnod	villeneuve-les-charnod	27	39	392	46.3364	5.4775	5
39240	Vescles	vescles	27	39	392	46.36	5.6143	5
39250	Communailles-en-Montagne	communailles-en-montagne	27	39	392	46.8003	6.0996	5
39250	Onglières	onglieres	27	39	392	46.7945	6.0111	5
39250	La Favière	la-faviere	27	39	392	46.7532	6.0332	5
39250	Mournans-Charbonny	mournans-charbonny	27	39	392	46.7667	5.9833	5
39250	Longcochon	longcochon	27	39	392	46.7757	6.0696	5
39250	Mièges	mieges	27	39	392	46.7823	6.0365	5
39250	Plénisette	plenisette	27	39	392	46.7998	6.0204	5
39250	Cerniébaud	cerniebaud	27	39	392	46.7324	6.1036	5
39250	Plénise	plenise	27	39	392	46.8061	6.0297	5
39250	Molpré	molpre	27	39	392	46.7874	6.0677	5
39250	Mignovillard	mignovillard	27	39	392	46.7914	6.126	5
39250	Fraroz	fraroz	27	39	392	46.7351	6.0902	5
39250	Nozeroy	nozeroy	27	39	392	46.7746	6.0364	5
39250	Gillois	gillois	27	39	392	46.735	6.0179	5
39250	Esserval-Combe	esserval-combe	27	39	392	46.8006	6.0411	5
39250	Bief-du-Fourg	bief-du-fourg	27	39	392	46.8167	6.1167	5
39250	Cuvier	cuvier	27	39	392	46.8268	6.0687	5
39250	Censeau	censeau	27	39	392	46.8134	6.0676	5
39250	Billecul	billecul	27	39	392	46.7555	6.0515	5
39250	Charency	charency	27	39	392	46.7703	5.9938	5
39250	Doye	doye	27	39	392	46.7667	6.0161	5
39250	La Latette	la-latette	27	39	392	46.7522	6.0897	5
39250	Arsure-Arsurette	arsure-arsurette	27	39	392	46.7217	6.082	5
39250	Rix	rix	27	39	392	46.7665	6.0525	5
39250	Esserval-Tartre	esserval-tartre	27	39	392	46.8093	6.045	5
39260	Crenans	crenans	27	39	393	46.4573	5.7347	5
39260	Charchilla	charchilla	27	39	393	46.4647	5.7129	5
39260	Moirans-en-Montagne	moirans-en-montagne	27	39	393	46.4338	5.7264	5
39260	Les Crozets	les-crozets	27	39	393	46.461	5.794	5
39260	Martigna	martigna	27	39	393	46.3888	5.6993	5
39260	Lect	lect	27	39	393	46.3896	5.6765	5
39260	Villards-d’Héria	villards-d-heria	27	39	393	46.4194	5.7335	5
39260	Coyron	coyron	27	39	393	46.511	5.7051	5
39260	Montcusel	montcusel	27	39	393	46.3516	5.6582	5
39260	Maisod	maisod	27	39	393	46.478	5.6882	5
39260	Meussia	meussia	27	39	393	46.4981	5.7252	5
39261 CEDEX	Moirans-en-Montagne	moirans-en-montagne	27	39	393	46.4338	5.7264	5
39270	Dompierre-sur-Mont	dompierre-sur-mont	27	39	392	46.5593	5.6094	5
39270	Nancuise	nancuise	27	39	392	46.467	5.5339	5
39270	Beffia	beffia	27	39	392	46.526	5.5468	5
39270	Alièze	alieze	27	39	392	46.5875	5.577	5
39270	Augisey	augisey	27	39	392	46.553	5.493	5
39270	Chavéria	chaveria	27	39	392	46.5069	5.5683	5
39270	Varessia	varessia	27	39	392	46.5587	5.5393	5
39270	Cressia	cressia	27	39	392	46.527	5.4815	5
39270	La Chailleuse	la-chailleuse	27	39	392	46.5858	5.53	5
39270	Écrille	ecrille	27	39	392	46.5058	5.6313	5
39270	Rothonay	rothonay	27	39	392	46.5246	5.532	5
39270	Sarrogna	sarrogna	27	39	392	46.4687	5.6119	5
39270	Arthenas	arthenas	27	39	392	46.5848	5.5287	5
39270	Marnézia	marnezia	27	39	392	46.5737	5.6402	5
39270	Pimorin	pimorin	27	39	392	46.5035	5.5042	5
39270	Mérona	merona	27	39	392	46.5547	5.636	5
39270	Plaisia	plaisia	27	39	392	46.5321	5.6319	5
39270	Moutonne	moutonne	27	39	392	46.5282	5.5605	5
39270	Onoz	onoz	27	39	392	46.4561	5.6529	5
39270	Présilly	presilly	27	39	392	46.5557	5.5859	5
39270	Orgelet	orgelet	27	39	392	46.521	5.6105	5
39270	Chambéria	chamberia	27	39	392	46.4643	5.5605	5
39270	La Tour-du-Meix	la-tour-du-meix	27	39	392	46.5263	5.6621	5
39270	Reithouse	reithouse	27	39	392	46.5589	5.5556	5
39270	Essia	essia	27	39	392	46.5851	5.5462	5
39290	Biarne	biarne	27	39	391	47.1456	5.4571	5
39290	Menotey	menotey	27	39	391	47.1633	5.4978	5
39290	Archelange	archelange	27	39	391	47.1475	5.5148	5
39290	Gredisans	gredisans	27	39	391	47.1568	5.5128	5
39290	Brans	brans	27	39	391	47.2319	5.5672	5
39290	Moissey	moissey	27	39	391	47.1968	5.5237	5
39290	Thervay	thervay	27	39	391	47.249	5.6152	5
39290	Dammartin-Marpain	dammartin-marpain	27	39	391	47.25	5.5333	5
39290	Mutigney	mutigney	27	39	391	47.277	5.5438	5
39290	Chevigny	chevigny	27	39	391	47.1769	5.4749	5
39290	Rainans	rainans	27	39	391	47.1576	5.4774	5
39290	Peintre	peintre	27	39	391	47.1934	5.4808	5
39290	Champagney	champagney	27	39	391	47.2595	5.5156	5
39290	Offlanges	offlanges	27	39	391	47.2086	5.5502	5
39290	Pointre	pointre	27	39	391	47.224	5.5007	5
39290	Frasne-les-Meulières	frasne-les-meulieres	27	39	391	47.2	5.5	5
39290	Montmirey-la-Ville	montmirey-la-ville	27	39	391	47.2172	5.5204	5
39290	Montmirey-le-Château	montmirey-le-chateau	27	39	391	47.2231	5.5346	5
39300	Supt	supt	27	39	392	46.8496	5.9578	5
39300	Loulle	loulle	27	39	392	46.7081	5.881	5
39300	Pont-du-Navoy	pont-du-navoy	27	39	392	46.7237	5.7766	5
39300	Équevillon	equevillon	27	39	392	46.7602	5.9401	5
39300	Pillemoine	pillemoine	27	39	392	46.7013	5.907	5
39300	Ardon	ardon	27	39	392	46.774	5.8875	5
39300	Lent	lent	27	39	392	46.745	5.9778	5
39300	Montrond	montrond	27	39	392	46.7985	5.8331	5
39300	Le Vaudioux	le-vaudioux	27	39	392	46.6927	5.9227	5
39300	Crotenay	crotenay	27	39	392	46.7528	5.813	5
39300	Valempoulières	valempoulieres	27	39	392	46.8263	5.8637	5
39300	Les Nans	les-nans	27	39	392	46.7908	5.9745	5
39300	Le Latet	le-latet	27	39	392	46.805	5.9345	5
39300	Vannoz	vannoz	27	39	392	46.7727	5.9169	5
39300	Monnet-la-Ville	monnet-la-ville	27	39	392	46.7196	5.7962	5
39300	Sirod	sirod	27	39	392	46.7328	5.984	5
39300	Le Pasquier	le-pasquier	27	39	392	46.8003	5.9049	5
39300	Conte	conte	27	39	392	46.7484	6.0005	5
39300	Mont-sur-Monnet	mont-sur-monnet	27	39	392	46.708	5.8366	5
39300	Montigny-sur-l’Ain	montigny-sur-l-ain	27	39	392	46.7095	5.7838	5
39300	Saint-Germain-en-Montagne	saint-germain-en-montagne	27	39	392	46.7782	5.9392	5
39300	Bourg-de-Sirod	bourg-de-sirod	27	39	392	46.7289	5.9579	5
39300	Syam	syam	27	39	392	46.6992	5.9509	5
39300	Crans	crans	27	39	392	46.7045	5.9724	5
39300	Champagnole	champagnole	27	39	392	46.7445	5.9135	5
39300	Chapois	chapois	27	39	392	46.8367	5.9614	5
39300	Sapois	sapois	27	39	392	46.7509	5.9434	5
39300	Ney	ney	27	39	392	46.7357	5.8861	5
39300	Le Larderet	le-larderet	27	39	392	46.8161	5.9483	5
39300	Vers-en-Montagne	vers-en-montagne	27	39	392	46.8153	5.9152	5
39300	Moutoux	moutoux	27	39	392	46.7914	5.9395	5
39300	Châtelneuf	chatelneuf	27	39	392	46.6745	5.915	5
39300	Cize	cize	27	39	392	46.7241	5.9189	5
39301 CEDEX	Champagnole	champagnole	27	39	392	46.7445	5.9135	5
39302 CEDEX	Champagnole	champagnole	27	39	392	46.7445	5.9135	5
39303 CEDEX	Champagnole	champagnole	27	39	392	46.7445	5.9135	5
39304 CEDEX	Champagnole	champagnole	27	39	392	46.7445	5.9135	5
39305 CEDEX	Champagnole	champagnole	27	39	392	46.7445	5.9135	5
39306 CEDEX	Champagnole	champagnole	27	39	392	46.7445	5.9135	5
39307 CEDEX	Champagnole	champagnole	27	39	392	46.7445	5.9135	5
39308 CEDEX	Champagnole	champagnole	27	39	392	46.7445	5.9135	5
39309 CEDEX	Champagnole	champagnole	27	39	392	46.7445	5.9135	5
39310	Septmoncel	septmoncel	27	39	393	46.3713	5.9132	5
39310	Les Moussières	les-moussieres	27	39	393	46.3262	5.8897	5
39310	Les Molunes	les-molunes	27	39	393	46.3455	5.9228	5
39310	Lamoura	lamoura	27	39	393	46.3958	5.9672	5
39310	Bellecombe	bellecombe	27	39	393	46.314	5.9075	5
39310	Lajoux	lajoux	27	39	393	46.3744	5.9733	5
39320	Montrevel	montrevel	27	39	392	46.4207	5.4862	5
39320	Lains	lains	27	39	392	46.3904	5.4864	5
39320	Val-d'Épy	val-d-epy	27	39	392	46.3824	5.399	5
39320	Loisia	loisia	27	39	392	46.4842	5.4616	5
39320	La Balme-d'Épy	la-balme-d-epy	27	39	392	46.3805	5.4162	5
39320	Graye-et-Charnay	graye-et-charnay	27	39	392	46.4681	5.4525	5
39320	Monnetay	monnetay	27	39	392	46.4522	5.5128	5
39320	Broissia	broissia	27	39	392	46.3593	5.4304	5
39320	Andelot-Morval	andelot-morval	27	39	392	46.4252	5.4171	5
39320	Gigny	gigny	27	39	392	46.4522	5.461	5
39320	Montfleur	montfleur	27	39	392	46.33	5.4362	5
39320	Florentia	florentia	27	39	392	46.3951	5.4253	5
39320	Saint-Julien	saint-julien	27	39	392	46.3944	5.4538	5
39320	Dessia	dessia	27	39	392	46.3845	5.5025	5
39320	Louvenne	louvenne	27	39	392	46.4215	5.4696	5
39320	Bourcia	bourcia	27	39	392	46.3533	5.4082	5
39320	Montagna-le-Templier	montagna-le-templier	27	39	392	46.3549	5.4539	5
39320	Villechantria	villechantria	27	39	392	46.3731	5.4404	5
39330	Pagnoz	pagnoz	27	39	391	46.9699	5.8177	5
39330	Mouchard	mouchard	27	39	391	46.9726	5.7963	5
39330	Port-Lesney	port-lesney	27	39	391	47.0005	5.8258	5
39350	Gendrey	gendrey	27	39	391	47.2029	5.6871	5
39350	Saligney	saligney	27	39	391	47.2201	5.6404	5
39350	Rouffange	rouffange	27	39	391	47.2238	5.707	5
39350	Pagney	pagney	27	39	391	47.2486	5.7022	5
39350	Louvatange	louvatange	27	39	391	47.1958	5.7172	5
39350	Romain	romain	27	39	391	47.2132	5.7202	5
39350	Taxenne	taxenne	27	39	391	47.2235	5.6798	5
39350	Ougney	ougney	27	39	391	47.2399	5.6676	5
39350	Le Petit-Mercey	le-petit-mercey	27	39	391	47.1931	5.7445	5
39350	Vitreux	vitreux	27	39	391	47.2458	5.687	5
39360	Chassal	chassal	27	39	393	46.3571	5.7839	5
39360	Molinges	molinges	27	39	393	46.3554	5.7651	5
39360	Larrivoire	larrivoire	27	39	393	46.3431	5.7874	5
39360	Rogna	rogna	27	39	393	46.3273	5.7482	5
39360	Jeurre	jeurre	27	39	393	46.368	5.7078	5
39360	Vulvoz	vulvoz	27	39	393	46.3278	5.7886	5
39360	Vaux-lès-Saint-Claude	vaux-les-saint-claude	27	39	393	46.3582	5.7373	5
39360	Viry	viry	27	39	393	46.2994	5.7378	5
39370	Choux	choux	27	39	393	46.305	5.7694	5
39370	La Pesse	la-pesse	27	39	393	46.2843	5.8478	5
39370	Les Bouchoux	les-bouchoux	27	39	393	46.2967	5.8191	5
39380	Belmont	belmont	27	39	391	47.0152	5.5949	5
39380	Mont-sous-Vaudrey	mont-sous-vaudrey	27	39	391	46.9787	5.603	5
39380	Montbarrey	montbarrey	27	39	391	47.0188	5.6411	5
39380	Chatelay	chatelay	27	39	391	47.0333	5.7	5
39380	Bans	bans	27	39	391	46.9818	5.5814	5
39380	La Loye	la-loye	27	39	391	47.0264	5.5573	5
39380	Nevy-lès-Dole	nevy-les-dole	27	39	391	47	5.5167	5
39380	Augerans	augerans	27	39	391	47.0204	5.5773	5
39380	Ounans	ounans	27	39	391	46.9945	5.6665	5
39380	La Vieille-Loye	la-vieille-loye	27	39	391	47.0384	5.6336	5
39380	Germigney	germigney	27	39	391	47.0264	5.6885	5
39380	Vaudrey	vaudrey	27	39	391	46.9776	5.6208	5
39380	Chamblay	chamblay	27	39	391	46.9978	5.7051	5
39380	Santans	santans	27	39	391	47.023	5.661	5
39380	Chissey-sur-Loue	chissey-sur-loue	27	39	391	47.0167	5.7167	5
39380	Souvans	souvans	27	39	391	46.9931	5.5565	5
39400	Longchaumois	longchaumois	27	39	393	46.4623	5.9305	5
39400	Morbier	morbier	27	39	393	46.5369	6.0153	5
39400	Morez	morez	27	39	393	46.5254	6.0259	5
39400	Les Rousses	les-rousses	27	39	393	46.4841	6.0633	5
39400	Hauts de Bienne	hauts-de-bienne	27	39	393	46.5219	6.0222	5
39400	La Mouille	la-mouille	27	39	393	46.5029	5.9784	5
39400	Bellefontaine	bellefontaine	27	39	393	46.5577	6.0638	5
39400	Lézat	lezat	27	39	393	46.4972	5.9355	5
39400	Prémanon	premanon	27	39	393	46.4628	6.019	5
39401 CEDEX	Morez	morez	27	39	393	46.5254	6.0259	5
39402 CEDEX	Morez	morez	27	39	393	46.5254	6.0259	5
39403 CEDEX	Morez	morez	27	39	393	46.5254	6.0259	5
39404 CEDEX	Morez	morez	27	39	393	46.5254	6.0259	5
39405 CEDEX	Morez	morez	27	39	393	46.5254	6.0259	5
39406 CEDEX	Morez	morez	27	39	393	46.5254	6.0259	5
39407 CEDEX	Morez	morez	27	39	393	46.5254	6.0259	5
39408 CEDEX	Morez	morez	27	39	393	46.5254	6.0259	5
39409 CEDEX	Morez	morez	27	39	393	46.5254	6.0259	5
39410	Aumur	aumur	27	39	391	47.0589	5.3476	5
39410	Saint-Aubin	saint-aubin	27	39	391	47.0334	5.3267	5
39460	Foncine-le-Haut	foncine-le-haut	27	39	392	46.6583	6.0705	5
39500	Champdivers	champdivers	27	39	391	47.0095	5.3846	5
39500	Abergement-la-Ronce	abergement-la-ronce	27	39	391	47.069	5.3713	5
39500	Tavaux	tavaux	27	39	391	47.0338	5.405	5
39500	Molay	molay	27	39	391	47.02	5.4189	5
39500	Damparis	damparis	27	39	391	47.0756	5.414	5
39501 CEDEX	Tavaux	tavaux	27	39	391	47.0338	5.405	5
39502 CEDEX	Tavaux	tavaux	27	39	391	47.0338	5.405	5
39520	Foncine-le-Bas	foncine-le-bas	27	39	392	46.6376	6.0318	5
39570	Geruge	geruge	27	39	392	46.6268	5.5286	5
39570	Macornay	macornay	27	39	392	46.646	5.542	5
39570	Mirebel	mirebel	27	39	392	46.6975	5.7277	5
39570	Pannessières	pannessieres	27	39	392	46.6975	5.5974	5
39570	Villeneuve-sous-Pymont	villeneuve-sous-pymont	27	39	392	46.6913	5.5502	5
39570	Crançot	crancot	27	39	392	46.6856	5.6597	5
39570	Moiron	moiron	27	39	392	46.6379	5.5619	5
39570	Publy	publy	27	39	392	46.6327	5.6429	5
39570	Quintigny	quintigny	27	39	392	46.7339	5.5253	5
39570	Montaigu	montaigu	27	39	392	46.6591	5.5672	5
39570	Briod	briod	27	39	392	46.6602	5.6229	5
39570	Hauteroche	hauteroche	27	39	392	46.6861	5.66	5
39570	Nogna	nogna	27	39	392	46.5991	5.6408	5
39570	Courlaoux	courlaoux	27	39	392	46.6698	5.4602	5
39570	Trenal	trenal	27	39	392	46.65	5.4667	5
39570	Conliège	conliege	27	39	392	46.6546	5.5988	5
39570	Chille	chille	27	39	392	46.6943	5.5745	5
39570	Vevy	vevy	27	39	392	46.6652	5.6502	5
39570	Poids-de-Fiole	poids-de-fiole	27	39	392	46.5947	5.63	5
39570	L’Étoile	l-etoile	27	39	392	46.7143	5.5347	5
39570	La Chailleuse	la-chailleuse	27	39	392	46.5858	5.53	5
39570	Frébuans	frebuans	27	39	392	46.6523	5.4859	5
39570	Montmorot	montmorot	27	39	392	46.6754	5.5228	5
39570	Chilly-le-Vignoble	chilly-le-vignoble	27	39	392	46.6575	5.4991	5
39570	Saint-Maur	saint-maur	27	39	392	46.6155	5.5872	5
39570	Baume-les-Messieurs	baume-les-messieurs	27	39	392	46.7072	5.6475	5
39570	Verges	verges	27	39	392	46.6532	5.6834	5
39570	Courlans	courlans	27	39	392	46.6746	5.4955	5
39570	Courbouzon	courbouzon	27	39	392	46.6508	5.5275	5
39570	Vernantois	vernantois	27	39	392	46.6282	5.575	5
39570	Perrigny	perrigny	27	39	392	46.6674	5.5846	5
39570	Condamine	condamine	27	39	392	46.6501	5.4404	5
39570	Cesancey	cesancey	27	39	392	46.6333	5.5	5
39570	Bornay	bornay	27	39	392	46.6132	5.5564	5
39570	Courbette	courbette	27	39	392	46.5958	5.5651	5
39570	Saint-Didier	saint-didier	27	39	392	46.7083	5.5095	5
39570	Saint-Laurent-la-Roche	saint-laurent-la-roche	27	39	392	46.5997	5.5157	5
39570	Messia-sur-Sorne	messia-sur-sorne	27	39	392	46.6618	5.5116	5
39570	Gevingey	gevingey	27	39	392	46.6366	5.5056	5
39570	Revigny	revigny	27	39	392	46.6345	5.6038	5
39600	Saint-Cyr-Montmalin	saint-cyr-montmalin	27	39	391	46.95	5.7333	5
39600	Molamboz	molamboz	27	39	391	46.94	5.6851	5
39600	Mathenay	mathenay	27	39	391	46.9321	5.6772	5
39600	Villeneuve-d’Aval	villeneuve-d-aval	27	39	391	46.9717	5.7483	5
39600	Pupillin	pupillin	27	39	391	46.8832	5.7604	5
39600	Champagne-sur-Loue	champagne-sur-loue	27	39	391	47.039	5.813	5
39600	Mesnay	mesnay	27	39	391	46.8991	5.8003	5
39600	Port-Lesney	port-lesney	27	39	391	47.0005	5.8258	5
39600	Villers-Farlay	villers-farlay	27	39	391	46.9986	5.7517	5
39600	La Châtelaine	la-chatelaine	27	39	391	46.8751	5.8181	5
39600	Cramans	cramans	27	39	391	47.012	5.7782	5
39600	Grange-de-Vaivre	grange-de-vaivre	27	39	391	47.0031	5.8414	5
39600	Villette-lès-Arbois	villette-les-arbois	27	39	391	46.9221	5.7536	5
39600	La Ferté	la-ferte	27	39	391	46.9427	5.6591	5
39600	Écleux	ecleux	27	39	391	46.9992	5.738	5
39600	Arbois	arbois	27	39	391	46.9031	5.7745	5
39600	Montigny-lès-Arsures	montigny-les-arsures	27	39	391	46.925	5.7868	5
39600	Vadans	vadans	27	39	391	46.9334	5.7021	5
39600	Abergement-le-Grand	abergement-le-grand	27	39	391	46.9141	5.6808	5
39600	Les Planches-près-Arbois	les-planches-pres-arbois	27	39	391	46.8785	5.8072	5
39600	Les Arsures	les-arsures	27	39	391	46.9498	5.7891	5
39601 CEDEX	Arbois	arbois	27	39	391	46.9031	5.7745	5
39602 CEDEX	Arbois	arbois	27	39	391	46.9031	5.7745	5
39603 CEDEX	Arbois	arbois	27	39	391	46.9031	5.7745	5
39605 CEDEX	Arbois	arbois	27	39	391	46.9031	5.7745	5
39609 CEDEX	Arbois	arbois	27	39	391	46.9031	5.7745	5
39700	Châtenois	chatenois	27	39	391	47.1472	5.5538	5
39700	Étrepigney	etrepigney	27	39	391	47.1333	5.7	5
39700	Rochefort-sur-Nenon	rochefort-sur-nenon	27	39	391	47.1251	5.562	5
39700	Romange	romange	27	39	391	47.1581	5.602	5
39700	Lavangeot	lavangeot	27	39	391	47.1513	5.6097	5
39700	Vriange	vriange	27	39	391	47.1801	5.5816	5
39700	Orchamps	orchamps	27	39	391	47.1475	5.6587	5
39700	Serre-les-Moulières	serre-les-moulieres	27	39	391	47.2035	5.6163	5
39700	Malange	malange	27	39	391	47.1766	5.6145	5
39700	La Bretenière	la-breteniere	27	39	391	47.1282	5.6595	5
39700	Lavans-lès-Dole	lavans-les-dole	27	39	391	47.1552	5.6266	5
39700	Monteplain	monteplain	27	39	391	47.1545	5.708	5
39700	Rans	rans	27	39	391	47.1422	5.7275	5
39700	Auxange	auxange	27	39	391	47.1733	5.6498	5
39700	Plumont	plumont	27	39	391	47.1247	5.7127	5
39700	Fraisans	fraisans	27	39	391	47.1486	5.7605	5
39700	Sermange	sermange	27	39	391	47.1926	5.6491	5
39700	La Barre	la-barre	27	39	391	47.1477	5.6838	5
39700	Dampierre	dampierre	27	39	391	47.155	5.7417	5
39700	Salans	salans	27	39	391	47.1657	5.7916	5
39700	Ranchot	ranchot	27	39	391	47.1503	5.723	5
39700	Amange	amange	27	39	391	47.1647	5.5648	5
39700	Évans	evans	27	39	391	47.1789	5.7681	5
39700	Our	our	27	39	391	47.1307	5.6504	5
39700	Éclans-Nenon	eclans-nenon	27	39	391	47.1167	5.6	5
39700	Audelange	audelange	27	39	391	47.1346	5.586	5
39700	Courtefontaine	courtefontaine	27	39	391	47.1292	5.8045	5
39700	Falletans	falletans	27	39	391	47.1026	5.5638	5
39800	Brainans	brainans	27	39	391	46.8706	5.6228	5
39800	Vaux-sur-Poligny	vaux-sur-poligny	27	39	391	46.8248	5.7232	5
39800	Molain	molain	27	39	391	46.8243	5.8064	5
39800	Aumont	aumont	27	39	391	46.9108	5.6333	5
39800	Besain	besain	27	39	391	46.7853	5.7947	5
39800	Bonnefontaine	bonnefontaine	27	39	392	46.7278	5.7471	5
39800	Biefmorin	biefmorin	27	39	391	46.9016	5.5578	5
39800	Villerserine	villerserine	27	39	391	46.85	5.65	5
39800	Barretaine	barretaine	27	39	391	46.8204	5.7094	5
39800	Neuvilley	neuvilley	27	39	391	46.898	5.5941	5
39800	Fay-en-Montagne	fay-en-montagne	27	39	391	46.7516	5.7247	5
39800	Villers-les-Bois	villers-les-bois	27	39	391	46.9167	5.5833	5
39800	Abergement-le-Petit	abergement-le-petit	27	39	391	46.9024	5.6952	5
39800	Oussières	oussieres	27	39	391	46.9072	5.5918	5
39800	Buvilly	buvilly	27	39	391	46.8682	5.7182	5
39800	Le Fied	le-fied	27	39	391	46.7708	5.7157	5
39800	Chaussenans	chaussenans	27	39	391	46.8303	5.7302	5
39800	Poligny	poligny	27	39	391	46.8371	5.705	5
39800	Chamole	chamole	27	39	391	46.8392	5.725	5
39800	Bersaillin	bersaillin	27	39	391	46.8598	5.6007	5
39800	Montholier	montholier	27	39	391	46.8981	5.6482	5
39800	Miéry	miery	27	39	391	46.8122	5.6742	5
39800	Tourmont	tourmont	27	39	391	46.8597	5.6812	5
39800	Colonne	colonne	27	39	391	46.8842	5.574	5
39800	Picarreau	picarreau	27	39	391	46.7545	5.7443	5
39800	Grozon	grozon	27	39	391	46.8883	5.6973	5
39800	Plasne	plasne	27	39	391	46.8012	5.6851	5
39801 CEDEX	Poligny	poligny	27	39	391	46.8371	5.705	5
39802 CEDEX	Poligny	poligny	27	39	391	46.8371	5.705	5
39803 CEDEX	Poligny	poligny	27	39	391	46.8371	5.705	5
39804 CEDEX	Poligny	poligny	27	39	391	46.8371	5.705	5
39805 CEDEX	Poligny	poligny	27	39	391	46.8371	5.705	5
39806 CEDEX	Poligny	poligny	27	39	391	46.8371	5.705	5
39807 CEDEX	Poligny	poligny	27	39	391	46.8371	5.705	5
39808 CEDEX	Poligny	poligny	27	39	391	46.8371	5.705	5
39809 CEDEX	Poligny	poligny	27	39	391	46.8371	5.705	5
58000	Saint-Éloi	saint-eloi	27	58	583	46.9734	3.2223	5
58000	Challuy	challuy	27	58	583	46.9497	3.1481	5
58000	Nevers	nevers	27	58	583	46.9896	3.159	5
58000	Sermoise-sur-Loire	sermoise-sur-loire	27	58	583	46.95	3.1833	5
58001 CEDEX	Nevers	nevers	27	58	583	46.9896	3.159	5
58002 CEDEX	Nevers	nevers	27	58	583	46.9896	3.159	5
58003 CEDEX	Nevers	nevers	27	58	583	46.9896	3.159	5
58004 CEDEX	Nevers	nevers	27	58	583	46.9896	3.159	5
58005 CEDEX	Nevers	nevers	27	58	583	46.9896	3.159	5
58006 CEDEX	Nevers	nevers	27	58	583	46.9896	3.159	5
58007 CEDEX	Nevers	nevers	27	58	583	46.9896	3.159	5
58008 CEDEX	Nevers	nevers	27	58	583	46.9896	3.159	5
58009 CEDEX	Nevers	nevers	27	58	583	46.9896	3.159	5
58013 CEDEX	Nevers	nevers	27	58	583	46.9896	3.159	5
58014 CEDEX	Nevers	nevers	27	58	583	46.9896	3.159	5
58015 CEDEX	Nevers	nevers	27	58	583	46.9896	3.159	5
58016 CEDEX	Nevers	nevers	27	58	583	46.9896	3.159	5
58017 CEDEX	Nevers	nevers	27	58	583	46.9896	3.159	5
58018 CEDEX	Nevers	nevers	27	58	583	46.9896	3.159	5
58019 CEDEX	Nevers	nevers	27	58	583	46.9896	3.159	5
58020 CEDEX	Nevers	nevers	27	58	583	46.9896	3.159	5
58022 CEDEX	Nevers	nevers	27	58	583	46.9896	3.159	5
58023 CEDEX	Nevers	nevers	27	58	583	46.9896	3.159	5
58024 CEDEX	Nevers	nevers	27	58	583	46.9896	3.159	5
58025 CEDEX	Nevers	nevers	27	58	583	46.9896	3.159	5
58026 CEDEX	Nevers	nevers	27	58	583	46.9896	3.159	5
58027 CEDEX	Nevers	nevers	27	58	583	46.9896	3.159	5
58028 CEDEX	Nevers	nevers	27	58	583	46.9896	3.159	5
58029 CEDEX	Nevers	nevers	27	58	583	46.9896	3.159	5
58033 CEDEX	Nevers	nevers	27	58	583	46.9896	3.159	5
58034 CEDEX	Nevers	nevers	27	58	583	46.9896	3.159	5
58036 CEDEX	Nevers	nevers	27	58	583	46.9896	3.159	5
58039 CEDEX	Nevers	nevers	27	58	583	46.9896	3.159	5
58110	Chougny	chougny	27	58	581	47.0882	3.7611	5
58110	Tintury	tintury	27	58	581	46.9977	3.5821	5
58110	Mont-et-Marré	mont-et-marre	27	58	581	47.0869	3.6408	5
58110	Ougny	ougny	27	58	581	47.0739	3.7138	5
58110	Brinay	brinay	27	58	581	47.0069	3.6958	5
58110	Bazolles	bazolles	27	58	583	47.1421	3.616	5
58110	Biches	biches	27	58	581	47.0073	3.6498	5
58110	Aunay-en-Bazois	aunay-en-bazois	27	58	581	47.1167	3.7	5
58110	Rouy	rouy	27	58	583	47.0259	3.5341	5
58110	Achun	achun	27	58	581	47.1242	3.6796	5
58110	Alluy	alluy	27	58	581	47.0339	3.6413	5
58110	Châtillon-en-Bazois	chatillon-en-bazois	27	58	581	47.0546	3.6589	5
58110	Saint-Péreuse	saint-pereuse	27	58	581	47.0687	3.804	5
58110	Tamnay-en-Bazois	tamnay-en-bazois	27	58	581	47.0548	3.7225	5
58110	Dun-sur-Grandry	dun-sur-grandry	27	58	581	47.0854	3.7898	5
58110	Montapas	montapas	27	58	581	47.0806	3.5958	5
58120	Saint-Léger-de-Fougeret	saint-leger-de-fougeret	27	58	581	47.0211	3.8976	5
58120	Montigny-en-Morvan	montigny-en-morvan	27	58	581	47.1446	3.8549	5
58120	Château-Chinon (Campagne)	chateau-chinon-campagne	27	58	581	47.0561	3.9411	5
58120	Saint-Hilaire-en-Morvan	saint-hilaire-en-morvan	27	58	581	47.0773	3.8886	5
58120	Blismes	blismes	27	58	581	47.1319	3.8196	5
58120	Château-Chinon(Ville)	chateau-chinon-ville	27	58	581	47.0667	3.9333	5
58120	Château-Chinon(Campagne)	chateau-chinon-campagne	27	58	581	47.0497	3.9429	5
58120	Corancy	corancy	27	58	581	47.1018	3.9485	5
58120	Dommartin	dommartin	27	58	581	47.0679	3.845	5
58120	Châtin	chatin	27	58	581	47.097	3.8734	5
58120	Chaumard	chaumard	27	58	581	47.1443	3.9127	5
58130	Poiseux	poiseux	27	58	583	47.1203	3.2318	5
58130	Guérigny	guerigny	27	58	583	47.087	3.2018	5
58130	Balleray	balleray	27	58	583	47.076	3.2801	5
58130	Montigny-aux-Amognes	montigny-aux-amognes	27	58	583	47.028	3.2909	5
58130	Saint-Martin-d’Heuille	saint-martin-d-heuille	27	58	583	47.055	3.2255	5
58130	Urzy	urzy	27	58	583	47.0488	3.2029	5
58130	Saint-Aubin-les-Forges	saint-aubin-les-forges	27	58	584	47.1412	3.2014	5
58130	Ourouër	ourouer	27	58	583	47.059	3.3053	5
58140	Empury	empury	27	58	581	47.3504	3.823	5
58140	Gâcogne	gacogne	27	58	582	47.2313	3.8683	5
58140	Saint-Martin-du-Puy	saint-martin-du-puy	27	58	581	47.3346	3.8679	5
58140	Marigny-l’Église	marigny-l-eglise	27	58	581	47.3552	3.9365	5
58140	Chalaux	chalaux	27	58	581	47.3395	3.9131	5
58140	Pouques-Lormes	pouques-lormes	27	58	582	47.3217	3.776	5
58140	Vauclaix	vauclaix	27	58	582	47.2321	3.8236	5
58140	Saint-André-en-Morvan	saint-andre-en-morvan	27	58	581	47.3927	3.8578	5
58140	Mhère	mhere	27	58	582	47.207	3.8571	5
58140	Lormes	lormes	27	58	581	47.2896	3.8171	5
58140	Brassy	brassy	27	58	581	47.262	3.9348	5
58150	Tracy-sur-Loire	tracy-sur-loire	27	58	584	47.3201	2.8878	5
58150	Saint-Laurent-l’Abbaye	saint-laurent-l-abbaye	27	58	584	47.3425	2.9903	5
58150	Saint-Quentin-sur-Nohain	saint-quentin-sur-nohain	27	58	584	47.35	3.0167	5
58150	Saint-Andelain	saint-andelain	27	58	584	47.3091	2.961	5
58150	Saint-Martin-sur-Nohain	saint-martin-sur-nohain	27	58	584	47.3615	2.9841	5
58150	Suilly-la-Tour	suilly-la-tour	27	58	584	47.3372	3.0642	5
58150	Pouilly-sur-Loire	pouilly-sur-loire	27	58	584	47.2838	2.9544	5
58150	Garchy	garchy	27	58	584	47.2631	3.0715	5
58150	Vielmanay	vielmanay	27	58	584	47.266	3.1134	5
58160	La Fermeté	la-fermete	27	58	583	46.9667	3.3333	5
58160	Saint-Ouen-sur-Loire	saint-ouen-sur-loire	27	58	583	46.8833	3.3	5
58160	Sauvigny-les-Bois	sauvigny-les-bois	27	58	583	46.9668	3.2719	5
58160	Druy-Parigny	druy-parigny	27	58	583	46.8702	3.3666	5
58160	Chevenon	chevenon	27	58	583	46.9201	3.2291	5
58160	Imphy	imphy	27	58	583	46.9362	3.2604	5
58160	Béard	beard	27	58	583	46.8629	3.3255	5
58170	Millay	millay	27	58	581	46.8421	4.0009	5
58170	Savigny-Poil-Fol	savigny-poil-fol	27	58	581	46.781	3.8565	5
58170	Luzy	luzy	27	58	581	46.7901	3.9704	5
58170	Fléty	flety	27	58	581	46.7894	3.9033	5
58170	Poil	poil	27	58	581	46.8672	4.0733	5
58170	Tazilly	tazilly	27	58	581	46.7658	3.9136	5
58170	Chiddes	chiddes	27	58	581	46.8609	3.9416	5
58170	Avrée	avree	27	58	581	46.8183	3.8696	5
58180	Marzy	marzy	27	58	583	46.9812	3.0935	5
58190	Metz-le-Comte	metz-le-comte	27	58	582	47.3911	3.6401	5
58190	Asnois	asnois	27	58	582	47.3976	3.5957	5
58190	Amazy	amazy	27	58	582	47.3755	3.5779	5
58190	Vignol	vignol	27	58	582	47.3619	3.6721	5
58190	Saizy	saizy	27	58	582	47.3584	3.7045	5
58190	Monceaux-le-Comte	monceaux-le-comte	27	58	582	47.329	3.662	5
58190	Nuars	nuars	27	58	582	47.3839	3.6919	5
58190	Tannay	tannay	27	58	582	47.3681	3.5911	5
58190	Neuffontaines	neuffontaines	27	58	582	47.3627	3.7462	5
58190	Teigny	teigny	27	58	582	47.3844	3.6729	5
58190	Saint-Didier	saint-didier	27	58	582	47.3494	3.62	5
58190	Flez-Cuzy	flez-cuzy	27	58	582	47.4073	3.4239	5
58190	La Maison-Dieu	la-maison-dieu	27	58	582	47.4135	3.6465	5
58190	Saint-Aubin-des-Chaumes	saint-aubin-des-chaumes	27	58	582	47.3873	3.7534	5
58190	Ruages	ruages	27	58	582	47.3167	3.6833	5
58190	Moissy-Moulinot	moissy-moulinot	27	58	582	47.3204	3.7007	5
58190	Bazoches	bazoches	27	58	581	47.3779	3.785	5
58190	Dirol	dirol	27	58	582	47.3163	3.6542	5
58190	Lys	lys	27	58	582	47.3469	3.6001	5
58190	Talon	talon	27	58	582	47.3337	3.5594	5
58200	Alligny-Cosne	alligny-cosne	27	58	584	47.4538	3.0601	5
58200	Pougny	pougny	27	58	584	47.3838	3.0025	5
58200	Saint-Père	saint-pere	27	58	584	47.4116	2.9601	5
58200	Cosne-Cours-sur-Loire	cosne-cours-sur-loire	27	58	584	47.411	2.9253	5
58200	Saint-Loup	saint-loup	27	58	584	47.4453	3.0027	5
58201 CEDEX	Cosne-Cours-sur-Loire	cosne-cours-sur-loire	27	58	584	47.411	2.9253	5
58202 CEDEX	Cosne-Cours-sur-Loire	cosne-cours-sur-loire	27	58	584	47.411	2.9253	5
58203 CEDEX	Cosne-Cours-sur-Loire	cosne-cours-sur-loire	27	58	584	47.411	2.9253	5
58204 CEDEX	Cosne-Cours-sur-Loire	cosne-cours-sur-loire	27	58	584	47.411	2.9253	5
58205 CEDEX	Cosne-Cours-sur-Loire	cosne-cours-sur-loire	27	58	584	47.411	2.9253	5
58206 CEDEX	Cosne-Cours-sur-Loire	cosne-cours-sur-loire	27	58	584	47.411	2.9253	5
58207 CEDEX	Cosne-Cours-sur-Loire	cosne-cours-sur-loire	27	58	584	47.411	2.9253	5
58208 CEDEX	Cosne-Cours-sur-Loire	cosne-cours-sur-loire	27	58	584	47.411	2.9253	5
58209 CEDEX	Cosne-Cours-sur-Loire	cosne-cours-sur-loire	27	58	584	47.411	2.9253	5
58210	Villiers-le-Sec	villiers-le-sec	27	58	582	47.3773	3.4295	5
58210	Champlemy	champlemy	27	58	584	47.2858	3.3505	5
58210	La Chapelle-Saint-André	la-chapelle-saint-andre	27	58	582	47.3942	3.3434	5
58210	Oudan	oudan	27	58	582	47.347	3.3491	5
58210	Parigny-la-Rose	parigny-la-rose	27	58	582	47.3279	3.4421	5
58210	Varzy	varzy	27	58	582	47.3581	3.3862	5
58210	Menou	menou	27	58	582	47.3687	3.2798	5
58210	Courcelles	courcelles	27	58	582	47.3967	3.3991	5
58210	Beuvron	beuvron	27	58	582	47.3591	3.4932	5
58210	Saint-Germain-des-Bois	saint-germain-des-bois	27	58	582	47.3776	3.5111	5
58210	Marcy	marcy	27	58	582	47.32	3.4083	5
58210	Saint-Pierre-du-Mont	saint-pierre-du-mont	27	58	582	47.3969	3.448	5
58210	Corvol-d’Embernard	corvol-d-embernard	27	58	582	47.2966	3.3991	5
58210	Cuncy-lès-Varzy	cuncy-les-varzy	27	58	582	47.3738	3.4591	5
58220	Cessy-les-Bois	cessy-les-bois	27	58	584	47.3372	3.2078	5
58220	Couloutre	couloutre	27	58	584	47.4081	3.2259	5
58220	Ciez	ciez	27	58	584	47.4414	3.1629	5
58220	Perroy	perroy	27	58	584	47.3986	3.1598	5
58220	Sainte-Colombe-des-Bois	sainte-colombe-des-bois	27	58	584	47.3167	3.15	5
58220	Donzy	donzy	27	58	584	47.3707	3.1255	5
58230	Ouroux-en-Morvan	ouroux-en-morvan	27	58	581	47.1833	3.95	5
58230	Gouloux	gouloux	27	58	581	47.2383	4.0752	5
58230	Moux-en-Morvan	moux-en-morvan	27	58	581	47.1667	4.15	5
58230	Montsauche-les-Settons	montsauche-les-settons	27	58	581	47.2167	4.0167	5
58230	Gien-sur-Cure	gien-sur-cure	27	58	581	47.1375	4.1	5
58230	Saint-Brisson	saint-brisson	27	58	581	47.2713	4.0905	5
58230	Lavault-de-Frétoy	lavault-de-fretoy	27	58	581	47.1055	4.0128	5
58230	Saint-Agnan	saint-agnan	27	58	581	47.3176	4.0952	5
58230	Planchez	planchez	27	58	581	47.1368	4.0162	5
58230	Alligny-en-Morvan	alligny-en-morvan	27	58	581	47.1997	4.1773	5
58230	Dun-les-Places	dun-les-places	27	58	581	47.2835	4.0063	5
58240	Toury-sur-Jour	toury-sur-jour	27	58	583	46.7287	3.2412	5
58240	Fleury-sur-Loire	fleury-sur-loire	27	58	583	46.8364	3.3197	5
58240	Langeron	langeron	27	58	583	46.8107	3.0841	5
58240	Livry	livry	27	58	583	46.7754	3.0747	5
58240	Mars-sur-Allier	mars-sur-allier	27	58	583	46.8592	3.0785	5
58240	Chantenay-Saint-Imbert	chantenay-saint-imbert	27	58	583	46.7333	3.1833	5
58240	Tresnay	tresnay	27	58	583	46.6964	3.1878	5
58240	Azy-le-Vif	azy-le-vif	27	58	583	46.7862	3.2295	5
58240	Luthenay-Uxeloup	luthenay-uxeloup	27	58	583	46.8506	3.2658	5
58240	Saint-Pierre-le-Moûtier	saint-pierre-le-moutier	27	58	583	46.7928	3.1166	5
58250	La Nocle-Maulaix	la-nocle-maulaix	27	58	581	46.7633	3.7813	5
58250	Thaix	thaix	27	58	581	46.8455	3.7096	5
58250	Montaron	montaron	27	58	581	46.8852	3.7492	5
58250	Saint-Seine	saint-seine	27	58	581	46.7333	3.8244	5
58250	Rémilly	remilly	27	58	581	46.8193	3.8146	5
58250	Fours	fours	27	58	581	46.8168	3.7214	5
58250	Montambert	montambert	27	58	581	46.7667	3.6667	5
58250	Lanty	lanty	27	58	581	46.8101	3.8396	5
58250	Ternant	ternant	27	58	581	46.7499	3.8392	5
58260	La Machine	la-machine	27	58	583	46.8923	3.4643	5
58260	Trois-Vêvres	trois-vevres	27	58	583	46.915	3.4192	5
58260	Thianges	thianges	27	58	583	46.9077	3.4963	5
58270	Saint-Sulpice	saint-sulpice	27	58	583	47.0553	3.3468	5
58270	Saint-Jean-aux-Amognes	saint-jean-aux-amognes	27	58	583	47.0154	3.3346	5
58270	Limon	limon	27	58	583	46.9693	3.3796	5
58270	Saint-Benin-d’Azy	saint-benin-d-azy	27	58	583	46.9991	3.3927	5
58270	Ville-Langy	ville-langy	27	58	583	46.9437	3.4998	5
58270	Saint-Firmin	saint-firmin	27	58	583	47.043	3.3927	5
58270	Frasnay-Reugny	frasnay-reugny	27	58	583	47	3.5113	5
58270	Beaumont-Sardolles	beaumont-sardolles	27	58	583	46.9262	3.3994	5
58270	Billy-Chevannes	billy-chevannes	27	58	583	47.014	3.4543	5
58270	Fertrève	fertreve	27	58	583	46.9687	3.5886	5
58270	Cizely	cizely	27	58	583	46.9884	3.4841	5
58270	Anlezy	anlezy	27	58	583	46.9576	3.5056	5
58290	Moulins-Engilbert	moulins-engilbert	27	58	581	46.9882	3.8108	5
58290	Maux	maux	27	58	581	47.0477	3.7823	5
58290	Sermages	sermages	27	58	581	47.0239	3.8436	5
58290	Limanton	limanton	27	58	581	46.989	3.7392	5
58290	Vandenesse	vandenesse	27	58	581	46.9129	3.761	5
58290	Isenay	isenay	27	58	581	46.9018	3.7055	5
58300	Charrin	charrin	27	58	581	46.7879	3.5982	5
58300	Cossaye	cossaye	27	58	583	46.7486	3.4848	5
58300	Saint-Parize-en-Viry	saint-parize-en-viry	27	58	583	46.7524	3.3553	5
58300	Saint-Hilaire-Fontaine	saint-hilaire-fontaine	27	58	581	46.7645	3.6269	5
58300	Neuville-lès-Decize	neuville-les-decize	27	58	583	46.7705	3.315	5
58300	Saint-Germain-Chassenay	saint-germain-chassenay	27	58	583	46.7762	3.3932	5
58300	Lamenay-sur-Loire	lamenay-sur-loire	27	58	583	46.7625	3.5717	5
58300	Saint-Léger-des-Vignes	saint-leger-des-vignes	27	58	583	46.8406	3.4549	5
58300	Sougy-sur-Loire	sougy-sur-loire	27	58	583	46.856	3.3913	5
58300	Verneuil	verneuil	27	58	583	46.8606	3.5588	5
58300	Toury-Lurcy	toury-lurcy	27	58	583	46.7386	3.4261	5
58300	Decize	decize	27	58	583	46.8285	3.4619	5
58300	Devay	devay	27	58	583	46.8058	3.5489	5
58300	Champvert	champvert	27	58	583	46.8414	3.5105	5
58300	Avril-sur-Loire	avril-sur-loire	27	58	583	46.8197	3.3583	5
58301 CEDEX	Decize	decize	27	58	583	46.8285	3.4619	5
58302 CEDEX	Decize	decize	27	58	583	46.8285	3.4619	5
58310	Dampierre-sous-Bouhy	dampierre-sous-bouhy	27	58	584	47.4987	3.1351	5
58310	Saint-Amand-en-Puisaye	saint-amand-en-puisaye	27	58	584	47.5291	3.074	5
58310	Bouhy	bouhy	27	58	584	47.4858	3.1657	5
58310	Arquian	arquian	27	58	584	47.542	2.9879	5
58310	Bitry	bitry	27	58	584	47.4904	3.0794	5
58310	Saint-Vérain	saint-verain	27	58	584	47.4808	3.0552	5
58320	Germigny-sur-Loire	germigny-sur-loire	27	58	583	47.0833	3.0333	5
58320	Parigny-les-Vaux	parigny-les-vaux	27	58	583	47.0915	3.1491	5
58320	Pougues-les-Eaux	pougues-les-eaux	27	58	583	47.0752	3.1015	5
58330	Sainte-Marie	sainte-marie	27	58	583	47.1168	3.4377	5
58330	Saint-Maurice	saint-maurice	27	58	583	47.106	3.5682	5
58330	Jailly	jailly	27	58	583	47.0946	3.4786	5
58330	Crux-la-Ville	crux-la-ville	27	58	583	47.1614	3.521	5
58330	Saint-Franchy	saint-franchy	27	58	583	47.1395	3.4609	5
58330	Saint-Benin-des-Bois	saint-benin-des-bois	27	58	583	47.1167	3.4167	5
58330	Saint-Saulge	saint-saulge	27	58	583	47.1048	3.5128	5
58330	Saxi-Bourdon	saxi-bourdon	27	58	583	47.0572	3.4888	5
58330	Bona	bona	27	58	583	47.0608	3.423	5
58340	Cercy-la-Tour	cercy-la-tour	27	58	581	46.862	3.6465	5
58340	Diennes-Aubigny	diennes-aubigny	27	58	583	46.9208	3.5813	5
58340	Saint-Gratien-Savigny	saint-gratien-savigny	27	58	581	46.9013	3.6573	5
58340	Montigny-sur-Canne	montigny-sur-canne	27	58	581	46.9327	3.6557	5
58350	Dompierre-sur-Nièvre	dompierre-sur-nievre	27	58	584	47.2385	3.2505	5
58350	Saint-Malo-en-Donziois	saint-malo-en-donziois	27	58	584	47.3126	3.2678	5
58350	Chasnay	chasnay	27	58	584	47.2455	3.1843	5
58350	Châteauneuf-Val-de-Bargis	chateauneuf-val-de-bargis	27	58	584	47.2823	3.2265	5
58350	Arbourse	arbourse	27	58	584	47.2487	3.2272	5
58350	Nannay	nannay	27	58	584	47.2621	3.1911	5
58350	Colméry	colmery	27	58	584	47.3474	3.2501	5
58360	Préporché	preporche	27	58	581	46.9218	3.8507	5
58360	Sémelay	semelay	27	58	581	46.8517	3.8508	5
58360	Saint-Honoré-les-Bains	saint-honore-les-bains	27	58	581	46.9	3.8333	5
58370	Onlay	onlay	27	58	581	46.9656	3.8961	5
58370	Glux-en-Glenne	glux-en-glenne	27	58	581	46.9561	4.031	5
58370	Villapourçon	villapourcon	27	58	581	46.9493	3.9592	5
58370	Larochemillay	larochemillay	27	58	581	46.8768	4.0027	5
58380	Lucenay-lès-Aix	lucenay-les-aix	27	58	583	46.7027	3.4831	5
58390	Dornes	dornes	27	58	583	46.716	3.3534	5
58400	Tronsanges	tronsanges	27	58	584	47.1124	3.0509	5
58400	Bulcy	bulcy	27	58	584	47.2423	3.0286	5
58400	Chaulgnes	chaulgnes	27	58	584	47.1289	3.1035	5
58400	Narcy	narcy	27	58	584	47.2371	3.0692	5
58400	La Marche	la-marche	27	58	584	47.1397	3.034	5
58400	Varennes-lès-Narcy	varennes-les-narcy	27	58	584	47.2319	3.0631	5
58400	Raveau	raveau	27	58	584	47.1863	3.0769	5
58400	Champvoux	champvoux	27	58	584	47.1355	3.076	5
58400	La Charité-sur-Loire	la-charite-sur-loire	27	58	584	47.1833	3.0167	5
58400	Mesves-sur-Loire	mesves-sur-loire	27	58	584	47.2427	2.9919	5
58401 CEDEX	La Charité-sur-Loire	la-charite-sur-loire	27	58	584	47.1833	3.0167	5
58402 CEDEX	La Charité-sur-Loire	la-charite-sur-loire	27	58	584	47.1833	3.0167	5
58403 CEDEX	La Charité-sur-Loire	la-charite-sur-loire	27	58	584	47.1833	3.0167	5
58404 CEDEX	La Charité-sur-Loire	la-charite-sur-loire	27	58	584	47.1833	3.0167	5
58405 CEDEX	La Charité-sur-Loire	la-charite-sur-loire	27	58	584	47.1833	3.0167	5
58410	Entrains-sur-Nohain	entrains-sur-nohain	27	58	582	47.4644	3.2567	5
58410	Menestreau	menestreau	27	58	584	47.4167	3.25	5
58420	Beaulieu	beaulieu	27	58	582	47.2565	3.527	5
58420	Guipy	guipy	27	58	582	47.2289	3.5801	5
58420	Dompierre-sur-Héry	dompierre-sur-hery	27	58	582	47.2644	3.5658	5
58420	Neuilly	neuilly	27	58	582	47.2396	3.5036	5
58420	Taconnay	taconnay	27	58	582	47.3073	3.4934	5
58420	Brinon-sur-Beuvron	brinon-sur-beuvron	27	58	582	47.2808	3.4905	5
58420	Vitry-Laché	vitry-lache	27	58	582	47.1999	3.5645	5
58420	Champallement	champallement	27	58	582	47.2323	3.4893	5
58420	Grenois	grenois	27	58	582	47.3204	3.5269	5
58420	Chevannes-Changy	chevannes-changy	27	58	582	47.2895	3.4517	5
58420	Saint-Révérien	saint-reverien	27	58	582	47.211	3.5054	5
58420	Moraches	moraches	27	58	582	47.2789	3.5474	5
58420	Challement	challement	27	58	582	47.3145	3.5871	5
58420	Michaugues	michaugues	27	58	582	47.268	3.5208	5
58420	Asnan	asnan	27	58	582	47.3087	3.5543	5
58420	Bussy-la-Pesle	bussy-la-pesle	27	58	582	47.2649	3.4743	5
58430	Fâchin	fachin	27	58	581	47.0049	3.9686	5
58430	Arleuf	arleuf	27	58	581	47.0442	4.0227	5
58440	Myennes	myennes	27	58	584	47.446	2.9336	5
58440	La Celle-sur-Loire	la-celle-sur-loire	27	58	584	47.4721	2.929	5
58450	Neuvy-sur-Loire	neuvy-sur-loire	27	58	584	47.5232	2.8833	5
58450	Annay	annay	27	58	584	47.5359	2.9327	5
58460	Trucy-l’Orgueilleux	trucy-l-orgueilleux	27	58	582	47.4466	3.4125	5
58460	Breugnon	breugnon	27	58	582	47.4283	3.4517	5
58460	Corvol-l’Orgueilleux	corvol-l-orgueilleux	27	58	582	47.4312	3.4036	5
58470	Gimouille	gimouille	27	58	583	46.9422	3.0859	5
58470	Saincaize-Meauce	saincaize-meauce	27	58	583	46.9076	3.0841	5
58470	Magny-Cours	magny-cours	27	58	583	46.8833	3.15	5
58490	Saint-Parize-le-Châtel	saint-parize-le-chatel	27	58	583	46.8545	3.1827	5
58500	Oisy	oisy	27	58	582	47.4725	3.4467	5
58500	Villiers-sur-Yonne	villiers-sur-yonne	27	58	582	47.4107	3.5756	5
58500	Pousseaux	pousseaux	27	58	582	47.5137	3.5271	5
58500	Chevroches	chevroches	27	58	582	47.4495	3.5454	5
58500	Clamecy	clamecy	27	58	582	47.45	3.5167	5
58500	Rix	rix	27	58	582	47.4313	3.498	5
58500	Armes	armes	27	58	582	47.4591	3.5471	5
58500	Ouagne	ouagne	27	58	582	47.3974	3.4958	5
58500	Surgy	surgy	27	58	582	47.5095	3.5152	5
58500	Billy-sur-Oisy	billy-sur-oisy	27	58	582	47.4802	3.4123	5
58501 CEDEX	Clamecy	clamecy	27	58	582	47.45	3.5167	5
58502 CEDEX	Clamecy	clamecy	27	58	582	47.45	3.5167	5
58503 CEDEX	Clamecy	clamecy	27	58	582	47.45	3.5167	5
58508 CEDEX	Clamecy	clamecy	27	58	582	47.45	3.5167	5
58530	Dornecy	dornecy	27	58	582	47.4361	3.5848	5
58530	Brèves	breves	27	58	582	47.4177	3.6065	5
58600	Garchizy	garchizy	27	58	583	47.0479	3.0963	5
58600	Fourchambault	fourchambault	27	58	583	47.0167	3.0833	5
58640	Varennes-Vauzelles	varennes-vauzelles	27	58	583	47.0168	3.1404	5
58641 CEDEX	Varennes-Vauzelles	varennes-vauzelles	27	58	583	47.0168	3.1404	5
58642 CEDEX	Varennes-Vauzelles	varennes-vauzelles	27	58	583	47.0168	3.1404	5
58643 CEDEX	Varennes-Vauzelles	varennes-vauzelles	27	58	583	47.0168	3.1404	5
58649 CEDEX	Varennes-Vauzelles	varennes-vauzelles	27	58	583	47.0168	3.1404	5
58660	Coulanges-lès-Nevers	coulanges-les-nevers	27	58	583	47.0051	3.1876	5
58700	Murlin	murlin	27	58	584	47.2048	3.1817	5
58700	Giry	giry	27	58	584	47.2207	3.365	5
58700	Arzembouy	arzembouy	27	58	584	47.2454	3.3675	5
58700	Champlin	champlin	27	58	582	47.2412	3.4451	5
58700	La Celle-sur-Nièvre	la-celle-sur-nievre	27	58	584	47.2051	3.219	5
58700	Moussy	moussy	27	58	584	47.1924	3.4526	5
58700	Beaumont-la-Ferrière	beaumont-la-ferriere	27	58	584	47.1904	3.2256	5
58700	Oulon	oulon	27	58	584	47.1995	3.3974	5
58700	Arthel	arthel	27	58	584	47.2451	3.405	5
58700	Saint-Bonnot	saint-bonnot	27	58	584	47.2434	3.3131	5
58700	Nolay	nolay	27	58	583	47.1224	3.3227	5
58700	Montenoison	montenoison	27	58	584	47.2156	3.4271	5
58700	Lurcy-le-Bourg	lurcy-le-bourg	27	58	584	47.1611	3.3865	5
58700	Prémery	premery	27	58	584	47.1695	3.3274	5
58700	Sichamps	sichamps	27	58	584	47.1559	3.2776	5
58700	Authiou	authiou	27	58	582	47.2715	3.4164	5
58700	Chazeuil	chazeuil	27	58	582	47.2754	3.4014	5
58800	Pazy	pazy	27	58	582	47.2329	3.6276	5
58800	Cervon	cervon	27	58	582	47.2407	3.7557	5
58800	Epiry	epiry	27	58	582	47.1833	3.7167	5
58800	Montreuillon	montreuillon	27	58	582	47.1746	3.7889	5
58800	Héry	hery	27	58	582	47.2625	3.5808	5
58800	Chaumot	chaumot	27	58	582	47.2558	3.6418	5
58800	Corbigny	corbigny	27	58	582	47.2568	3.6828	5
58800	La Collancelle	la-collancelle	27	58	582	47.1751	3.6403	5
58800	Marigny-sur-Yonne	marigny-sur-yonne	27	58	582	47.2811	3.6502	5
58800	Mouron-sur-Yonne	mouron-sur-yonne	27	58	582	47.1904	3.7402	5
58800	Germenay	germenay	27	58	582	47.281	3.5981	5
58800	Sardy-lès-Épiry	sardy-les-epiry	27	58	582	47.1931	3.701	5
58800	Anthien	anthien	27	58	582	47.3129	3.7394	5
58800	Chitry-les-Mines	chitry-les-mines	27	58	582	47.2602	3.651	5
58800	Magny-Lormes	magny-lormes	27	58	582	47.3042	3.7575	5
70000	Montigny-lès-Vesoul	montigny-les-vesoul	27	70	702	47.6381	6.0721	5
70000	Dampvalley-lès-Colombe	dampvalley-les-colombe	27	70	702	47.6283	6.2453	5
70000	Neurey-lès-la-Demie	neurey-les-la-demie	27	70	702	47.5767	6.1938	5
70000	Échenoz-la-Méline	echenoz-la-meline	27	70	702	47.6009	6.1354	5
70000	Boursières	boursieres	27	70	702	47.6083	6.0436	5
70000	Charmoille	charmoille	27	70	702	47.6634	6.108	5
70000	Mont-le-Vernois	mont-le-vernois	27	70	702	47.6044	6.0603	5
70000	Velle-le-Châtel	velle-le-chatel	27	70	702	47.6018	6.045	5
70000	La Demie	la-demie	27	70	702	47.586	6.1738	5
70000	Cerre-lès-Noroy	cerre-les-noroy	27	70	702	47.6008	6.3155	5
70000	Montcey	montcey	27	70	702	47.6563	6.2372	5
70000	Raze	raze	27	70	702	47.5828	6.0109	5
70000	Frotey-lès-Vesoul	frotey-les-vesoul	27	70	702	47.6208	6.1883	5
70000	Flagy	flagy	27	70	702	47.6991	6.19	5
70000	Rosey	rosey	27	70	702	47.5645	6.0284	5
70000	Velleguindry-et-Levrecey	velleguindry-et-levrecey	27	70	702	47.5583	6.0976	5
70000	Coulevon	coulevon	27	70	702	47.6396	6.1696	5
70000	Andelarre	andelarre	27	70	702	47.5899	6.097	5
70000	Chariez	chariez	27	70	702	47.6196	6.0862	5
70000	Villeparois	villeparois	27	70	702	47.6558	6.1817	5
70000	Pusey	pusey	27	70	702	47.6524	6.1262	5
70000	Colombe-lès-Vesoul	colombe-les-vesoul	27	70	702	47.6133	6.2123	5
70000	Vaivre-et-Montoille	vaivre-et-montoille	27	70	702	47.6302	6.1036	5
70000	Pusy-et-Épenoux	pusy-et-epenoux	27	70	702	47.6678	6.1492	5
70000	Noidans-lès-Vesoul	noidans-les-vesoul	27	70	702	47.613	6.1257	5
70000	Vallerois-Lorioz	vallerois-lorioz	27	70	702	47.5634	6.1512	5
70000	Noroy-le-Bourg	noroy-le-bourg	27	70	702	47.6142	6.3056	5
70000	Le Magnoray	le-magnoray	27	70	702	47.5282	6.1006	5
70000	Andelarrot	andelarrot	27	70	702	47.5806	6.1043	5
70000	Baignes	baignes	27	70	702	47.5851	6.0503	5
70000	Comberjon	comberjon	27	70	702	47.6471	6.2003	5
70000	Auxon	auxon	27	70	702	47.6824	6.1648	5
70000	Villers-le-Sec	villers-le-sec	27	70	702	47.5991	6.2201	5
70000	Colombier	colombier	27	70	702	47.6632	6.2101	5
70000	Clans	clans	27	70	702	47.6024	6.0397	5
70000	Échenoz-le-Sec	echenoz-le-sec	27	70	702	47.5378	6.1181	5
70000	Mailley-et-Chazelot	mailley-et-chazelot	27	70	702	47.5386	6.0522	5
70000	Navenne	navenne	27	70	702	47.6087	6.1618	5
70000	Vallerois-le-Bois	vallerois-le-bois	27	70	702	47.5488	6.2889	5
70000	Quincey	quincey	27	70	702	47.6117	6.1856	5
70000	Vesoul	vesoul	27	70	702	47.626	6.1425	5
70000	Vellefaux	vellefaux	27	70	702	47.553	6.1397	5
70001 CEDEX	Vesoul	vesoul	27	70	702	47.626	6.1425	5
70002 CEDEX	Vesoul	vesoul	27	70	702	47.626	6.1425	5
70003 CEDEX	Vesoul	vesoul	27	70	702	47.626	6.1425	5
70004 CEDEX	Vesoul	vesoul	27	70	702	47.626	6.1425	5
70005 CEDEX	Vesoul	vesoul	27	70	702	47.626	6.1425	5
70006 CEDEX	Vesoul	vesoul	27	70	702	47.626	6.1425	5
70007 CEDEX	Vesoul	vesoul	27	70	702	47.626	6.1425	5
70013 CEDEX	Vesoul	vesoul	27	70	702	47.626	6.1425	5
70014 CEDEX	Vesoul	vesoul	27	70	702	47.626	6.1425	5
70019 CEDEX	Vesoul	vesoul	27	70	702	47.626	6.1425	5
70020 CEDEX	Vesoul	vesoul	27	70	702	47.626	6.1425	5
70021 CEDEX	Vesoul	vesoul	27	70	702	47.626	6.1425	5
70022 CEDEX	Vesoul	vesoul	27	70	702	47.626	6.1425	5
70030 CEDEX	Vesoul	vesoul	27	70	702	47.626	6.1425	5
70100	Broye-les-Loups-et-Verfontaine	broye-les-loups-et-verfontaine	27	70	702	47.4635	5.4241	5
70100	Montureux-et-Prantigny	montureux-et-prantigny	27	70	702	47.5015	5.6379	5
70100	Velet	velet	27	70	702	47.4274	5.5669	5
70100	Ancier	ancier	27	70	702	47.4473	5.6305	5
70100	Saint-Broing	saint-broing	27	70	702	47.4477	5.6972	5
70100	Champtonnay	champtonnay	27	70	702	47.3797	5.6686	5
70100	Attricourt	attricourt	27	70	702	47.4831	5.3898	5
70100	Auvet-et-la-Chapelotte	auvet-et-la-chapelotte	27	70	702	47.5084	5.5168	5
70100	Le Tremblois	le-tremblois	27	70	702	47.3844	5.5773	5
70100	Chargey-lès-Gray	chargey-les-gray	27	70	702	47.4851	5.5787	5
70100	Cresancey	cresancey	27	70	702	47.4	5.65	5
70100	Nantilly	nantilly	27	70	702	47.4584	5.5269	5
70100	Apremont	apremont	27	70	702	47.3938	5.5429	5
70100	Gray-la-Ville	gray-la-ville	27	70	702	47.4393	5.5725	5
70100	Bouhans-et-Feurg	bouhans-et-feurg	27	70	702	47.4778	5.506	5
70100	Germigney	germigney	27	70	702	47.3763	5.5494	5
70100	Arc-lès-Gray	arc-les-gray	27	70	702	47.457	5.5855	5
70100	Autrey-lès-Gray	autrey-les-gray	27	70	702	47.4854	5.491	5
70100	Velesmes-Échevanne	velesmes-echevanne	27	70	702	47.4167	5.7	5
70100	Gray	gray	27	70	702	47.4458	5.5922	5
70100	Sauvigney-lès-Gray	sauvigney-les-gray	27	70	702	47.45	5.7333	5
70100	Arsans	arsans	27	70	702	47.3657	5.6289	5
70100	Essertenne-et-Cecey	essertenne-et-cecey	27	70	702	47.3989	5.4754	5
70100	Beaujeu-Saint-Vallier-Pierrejux-et-Quitteur	beaujeu-saint-vallier-pierrejux-et-quitteur	27	70	702	47.5047	5.6771	5
70100	Battrans	battrans	27	70	702	47.4282	5.6379	5
70100	Noiron	noiron	27	70	702	47.3835	5.6279	5
70100	Champvans	champvans	27	70	702	47.3935	5.5766	5
70100	Fahy-lès-Autrey	fahy-les-autrey	27	70	702	47.5122	5.4819	5
70100	Lœuilley	l-uilley	27	70	702	47.4611	5.3898	5
70100	Onay	onay	27	70	702	47.385	5.6873	5
70100	Beaujeu-Saint-Vallier-Pierrejux-et-Quitteur	beaujeu-saint-vallier-pierrejux-et-quitteur	27	70	702	47.5	5.6833	5
70100	Venère	venere	27	70	702	47.3606	5.6754	5
70100	Mantoche	mantoche	27	70	702	47.419	5.5306	5
70100	Rigny	rigny	27	70	702	47.4717	5.6307	5
70100	Saint-Loup-Nantouard	saint-loup-nantouard	27	70	702	47.4254	5.7246	5
70100	Poyans	poyans	27	70	702	47.4465	5.4699	5
70100	Esmoulins	esmoulins	27	70	702	47.4054	5.5675	5
70101 CEDEX	Gray	gray	27	70	702	47.4458	5.5922	5
70102 CEDEX	Gray	gray	27	70	702	47.4458	5.5922	5
70103 CEDEX	Gray	gray	27	70	702	47.4458	5.5922	5
70104 CEDEX	Gray	gray	27	70	702	47.4458	5.5922	5
70110	Villersexel	villersexel	27	70	701	47.5507	6.4327	5
70110	Autrey-lès-Cerre	autrey-les-cerre	27	70	702	47.6085	6.3483	5
70110	Grammont	grammont	27	70	701	47.5142	6.5166	5
70110	Saint-Sulpice	saint-sulpice	27	70	701	47.566	6.4472	5
70110	Aillevans	aillevans	27	70	701	47.5907	6.4157	5
70110	Athesans-Étroitefontaine	athesans-etroitefontaine	27	70	701	47.6	6.5167	5
70110	Montjustin-et-Velotte	montjustin-et-velotte	27	70	702	47.6167	6.3833	5
70110	Saint-Ferjeux	saint-ferjeux	27	70	701	47.5442	6.5095	5
70110	Autrey-le-Vay	autrey-le-vay	27	70	701	47.5382	6.4026	5
70110	Beveuge	beveuge	27	70	701	47.558	6.4822	5
70110	Marast	marast	27	70	701	47.5569	6.3821	5
70110	Moimay	moimay	27	70	701	47.5527	6.4069	5
70110	Gouhenans	gouhenans	27	70	701	47.6071	6.4691	5
70110	Courchaton	courchaton	27	70	701	47.5175	6.5412	5
70110	Villers-la-Ville	villers-la-ville	27	70	701	47.5484	6.4613	5
70110	Les Magny	les-magny	27	70	701	47.5287	6.4501	5
70110	Georfans	georfans	27	70	701	47.5361	6.5116	5
70110	Villargent	villargent	27	70	701	47.5423	6.4859	5
70110	Longevelle	longevelle	27	70	701	47.5905	6.448	5
70110	Mélecey	melecey	27	70	701	47.5184	6.4898	5
70110	Oricourt	oricourt	27	70	701	47.595	6.393	5
70110	Fallon	fallon	27	70	701	47.5079	6.4805	5
70110	Pont-sur-l’Ognon	pont-sur-l-ognon	27	70	701	47.5215	6.3866	5
70110	Borey	borey	27	70	702	47.5931	6.3571	5
70110	Senargent-Mignafans	senargent-mignafans	27	70	701	47.5667	6.5333	5
70110	Oppenans	oppenans	27	70	701	47.5892	6.3823	5
70110	Villafans	villafans	27	70	701	47.5811	6.4718	5
70110	Esprels	esprels	27	70	701	47.5361	6.3726	5
70110	Vellechevreux-et-Courbenans	vellechevreux-et-courbenans	27	70	701	47.5391	6.5372	5
70120	Oigney	oigney	27	70	702	47.7608	5.8547	5
70120	La Rochelle	la-rochelle	27	70	702	47.748	5.733	5
70120	Confracourt	confracourt	27	70	702	47.6659	5.8757	5
70120	Villers-Vaudey	villers-vaudey	27	70	702	47.6724	5.7593	5
70120	Vauconcourt-Nervezain	vauconcourt-nervezain	27	70	702	47.6667	5.8333	5
70120	Melin	melin	27	70	702	47.7406	5.827	5
70120	La Quarte	la-quarte	27	70	702	47.7739	5.6954	5
70120	Lavoncourt	lavoncourt	27	70	702	47.6247	5.7854	5
70120	Tincey-et-Pontrebeau	tincey-et-pontrebeau	27	70	702	47.6059	5.7926	5
70120	Molay	molay	27	70	702	47.7329	5.7414	5
70120	Semmadon	semmadon	27	70	702	47.7393	5.8713	5
70120	La Roche-Morey	la-roche-morey	27	70	702	47.7	5.7333	5
70120	Fédry	fedry	27	70	702	47.6164	5.8783	5
70120	Mont-Saint-Léger	mont-saint-leger	27	70	702	47.6302	5.7895	5
70120	Bourguignon-lès-Morey	bourguignon-les-morey	27	70	702	47.7096	5.7036	5
70120	Renaucourt	renaucourt	27	70	702	47.6373	5.7735	5
70120	Grandecourt	grandecourt	27	70	702	47.6325	5.8576	5
70120	Cintrey	cintrey	27	70	702	47.7498	5.7548	5
70120	Gourgeon	gourgeon	27	70	702	47.7187	5.845	5
70120	Malvillers	malvillers	27	70	702	47.7309	5.7869	5
70120	Lavigney	lavigney	27	70	702	47.7126	5.8091	5
70120	Combeaufontaine	combeaufontaine	27	70	702	47.7097	5.8913	5
70120	Charmes-Saint-Valbert	charmes-saint-valbert	27	70	702	47.7287	5.7087	5
70120	Fleurey-lès-Lavoncourt	fleurey-les-lavoncourt	27	70	702	47.6585	5.7844	5
70120	Arbecey	arbecey	27	70	702	47.7391	5.9282	5
70120	Cornot	cornot	27	70	702	47.6931	5.8336	5
70120	Theuley	theuley	27	70	702	47.6225	5.8011	5
70120	Preigney	preigney	27	70	702	47.7625	5.7753	5
70120	Vy-lès-Rupt	vy-les-rupt	27	70	702	47.6397	5.8953	5
70130	Seveux	seveux	27	70	702	47.5567	5.7492	5
70130	Recologne	recologne	27	70	702	47.5819	5.7763	5
70130	Ray-sur-Saône	ray-sur-saone	27	70	702	47.5858	5.826	5
70130	La Romaine	la-romaine	27	70	702	47.5356	5.9217	5
70130	Soing-Cubry-Charentenay	soing-cubry-charentenay	27	70	702	47.5833	5.8833	5
70130	Greucourt	greucourt	27	70	702	47.5329	5.8633	5
70130	Vezet	vezet	27	70	702	47.5371	5.8836	5
70130	Le Pont-de-Planches	le-pont-de-planches	27	70	702	47.5354	5.9217	5
70130	Noidans-le-Ferroux	noidans-le-ferroux	27	70	702	47.57	5.9549	5
70130	Savoyeux	savoyeux	27	70	702	47.5472	5.747	5
70130	La Vernotte	la-vernotte	27	70	702	47.5082	5.8683	5
70130	Fresne-Saint-Mamès	fresne-saint-mames	27	70	702	47.5459	5.8609	5
70130	Ferrières-lès-Ray	ferrieres-les-ray	27	70	702	47.5799	5.8031	5
70130	Neuvelle-lès-la-Charité	neuvelle-les-la-charite	27	70	702	47.5385	5.953	5
70130	Les Bâties	les-baties	27	70	702	47.5071	5.8935	5
70130	Fretigney-et-Velloreille	fretigney-et-velloreille	27	70	702	47.4833	5.9333	5
70130	Vellexon-Queutrey-et-Vaudey	vellexon-queutrey-et-vaudey	27	70	702	47.5667	5.8	5
70130	Vy-le-Ferroux	vy-le-ferroux	27	70	702	47.5883	5.9732	5
70130	Saint-Gand	saint-gand	27	70	702	47.5167	5.85	5
70130	Mercey-sur-Saône	mercey-sur-saone	27	70	702	47.5369	5.7273	5
70130	Vanne	vanne	27	70	702	47.6041	5.8396	5
70130	Motey-sur-Saône	motey-sur-saone	27	70	702	47.5251	5.7423	5
70140	Montagney	montagney	27	70	702	47.2864	5.6603	5
70140	Chancey	chancey	27	70	702	47.3204	5.6827	5
70140	Bard-lès-Pesmes	bard-les-pesmes	27	70	702	47.2719	5.6334	5
70140	Chaumercenne	chaumercenne	27	70	702	47.2998	5.6287	5
70140	Lieucourt	lieucourt	27	70	702	47.3499	5.6227	5
70140	La Grande-Résie	la-grande-resie	27	70	702	47.3356	5.5717	5
70140	La Résie-Saint-Martin	la-resie-saint-martin	27	70	702	47.3118	5.6076	5
70140	Bresilley	bresilley	27	70	702	47.25	5.65	5
70140	Valay	valay	27	70	702	47.3382	5.6379	5
70140	Vadans	vadans	27	70	702	47.3473	5.5874	5
70140	Chevigney	chevigney	27	70	702	47.3344	5.5907	5
70140	Broye-Aubigney-Montseugny	broye-aubigney-montseugny	27	70	702	47.3167	5.5167	5
70140	Malans	malans	27	70	702	47.2635	5.5947	5
70140	Sauvigney-lès-Pesmes	sauvigney-les-pesmes	27	70	702	47.3004	5.5705	5
70140	Pesmes	pesmes	27	70	702	47.2801	5.567	5
70140	Motey-Besuche	motey-besuche	27	70	702	47.2976	5.6678	5
70150	Cult	cult	27	70	702	47.3137	5.7381	5
70150	Sornay	sornay	27	70	702	47.2776	5.6979	5
70150	Étuz	etuz	27	70	702	47.3495	5.9401	5
70150	Hugier	hugier	27	70	702	47.3141	5.7082	5
70150	Chenevrey-et-Morogne	chenevrey-et-morogne	27	70	702	47.2826	5.743	5
70150	Beaumotte-lès-Pin	beaumotte-les-pin	27	70	702	47.3164	5.8318	5
70150	Tromarey	tromarey	27	70	702	47.3376	5.7191	5
70150	Brussey	brussey	27	70	702	47.3009	5.811	5
70150	Marnay	marnay	27	70	702	47.2909	5.7728	5
70150	Avrigney-Virey	avrigney-virey	27	70	702	47.3333	5.7833	5
70150	Vregille	vregille	27	70	702	47.3167	5.9	5
70150	Chambornay-lès-Pin	chambornay-les-pin	27	70	702	47.3369	5.9069	5
70150	Bonboillon	bonboillon	27	70	702	47.338	5.7032	5
70150	Pin	pin	27	70	702	47.3167	5.8667	5
70150	Bay	bay	27	70	702	47.289	5.7186	5
70150	Courcuire	courcuire	27	70	702	47.3424	5.8241	5
70160	Baulay	baulay	27	70	702	47.7865	6.0098	5
70160	Senoncourt	senoncourt	27	70	702	47.8297	6.0637	5
70160	Amance	amance	27	70	702	47.8008	6.059	5
70160	Le Val-Saint-Éloi	le-val-saint-eloi	27	70	702	47.7333	6.1833	5
70160	Mersuay	mersuay	27	70	702	47.7808	6.138	5
70160	Breurey-lès-Faverney	breurey-les-faverney	27	70	702	47.7555	6.1311	5
70160	Cubry-lès-Faverney	cubry-les-faverney	27	70	702	47.8138	6.1309	5
70160	Purgerot	purgerot	27	70	702	47.7492	5.9988	5
70160	Saint-Remy	saint-remy	27	70	702	47.8333	6.1	5
70160	Fouchécourt	fouchecourt	27	70	702	47.7889	5.9955	5
70160	Fleurey-lès-Faverney	fleurey-les-faverney	27	70	702	47.7447	6.086	5
70160	La Villedieu-en-Fontenette	la-villedieu-en-fontenette	27	70	701	47.7718	6.1974	5
70160	Neurey-en-Vaux	neurey-en-vaux	27	70	702	47.7464	6.2045	5
70160	Faverney	faverney	27	70	702	47.7671	6.1043	5
70160	Contréglise	contreglise	27	70	702	47.8255	6.0363	5
70160	Équevilley	equevilley	27	70	702	47.7692	6.1834	5
70160	Menoux	menoux	27	70	702	47.8087	6.1027	5
70170	Chaux-lès-Port	chaux-les-port	27	70	702	47.7152	6.0363	5
70170	Bougnon	bougnon	27	70	702	47.6911	6.1087	5
70170	Port-sur-Saône	port-sur-saone	27	70	702	47.6877	6.0501	5
70170	Chargey-lès-Port	chargey-les-port	27	70	702	47.7371	6.0002	5
70170	Provenchère	provenchere	27	70	702	47.7214	6.1248	5
70170	Villers-sur-Port	villers-sur-port	27	70	702	47.7127	6.0773	5
70170	Vauchoux	vauchoux	27	70	702	47.6621	6.0278	5
70170	Grattery	grattery	27	70	702	47.6705	6.079	5
70170	Conflandey	conflandey	27	70	702	47.7287	6.0456	5
70170	Amoncourt	amoncourt	27	70	702	47.7361	6.0637	5
70170	Scye	scye	27	70	702	47.6557	6.0556	5
70180	Denèvre	denevre	27	70	702	47.5685	5.6444	5
70180	Roche-et-Raucourt	roche-et-raucourt	27	70	702	47.6199	5.7077	5
70180	Autet	autet	27	70	702	47.5428	5.6948	5
70180	Membrey	membrey	27	70	702	47.5909	5.7432	5
70180	Vaite	vaite	27	70	702	47.5833	5.7333	5
70180	Brotte-lès-Ray	brotte-les-ray	27	70	702	47.6054	5.7365	5
70180	Vereux	vereux	27	70	702	47.5167	5.65	5
70180	Francourt	francourt	27	70	702	47.6502	5.7438	5
70180	Achey	achey	27	70	702	47.5739	5.6084	5
70180	Volon	volon	27	70	702	47.6226	5.7268	5
70180	Dampierre-sur-Salon	dampierre-sur-salon	27	70	702	47.5572	5.6797	5
70180	Montot	montot	27	70	702	47.5643	5.6216	5
70180	Delain	delain	27	70	702	47.5814	5.6365	5
70190	Chaux-la-Lotière	chaux-la-lotiere	27	70	702	47.3826	5.9802	5
70190	Bourguignon-lès-la-Charité	bourguignon-les-la-charite	27	70	702	47.5057	5.9685	5
70190	Neuvelle-lès-Cromary	neuvelle-les-cromary	27	70	702	47.3976	6.0753	5
70190	Villers-Pater	villers-pater	27	70	702	47.4676	6.1611	5
70190	Cromary	cromary	27	70	702	47.3631	6.0772	5
70190	Recologne-lès-Rioz	recologne-les-rioz	27	70	702	47.4732	5.9856	5
70190	Rioz	rioz	27	70	702	47.4252	6.066	5
70190	Trésilley	tresilley	27	70	702	47.4512	6.0312	5
70190	Boult	boult	27	70	702	47.3812	6.001	5
70190	Hyet	hyet	27	70	702	47.4759	6.0919	5
70190	Ruhans	ruhans	27	70	702	47.4588	6.1354	5
70190	Beaumotte-Aubertans	beaumotte-aubertans	27	70	702	47.4167	6.1833	5
70190	Grandvelle-et-le-Perrenot	grandvelle-et-le-perrenot	27	70	702	47.5	5.9833	5
70190	Montarlot-lès-Rioz	montarlot-les-rioz	27	70	702	47.4187	5.9958	5
70190	La Malachère	la-malachere	27	70	702	47.4519	6.074	5
70190	Villers-Bouton	villers-bouton	27	70	702	47.4503	5.9785	5
70190	Aulx-lès-Cromary	aulx-les-cromary	27	70	702	47.3734	6.1112	5
70190	Lieffrans	lieffrans	27	70	702	47.5184	5.9699	5
70190	Perrouse	perrouse	27	70	702	47.3616	6.0516	5
70190	Quenoche	quenoche	27	70	702	47.4697	6.1043	5
70190	Bussières	bussieres	27	70	702	47.338	5.974	5
70190	Buthiers	buthiers	27	70	702	47.3462	6.0349	5
70190	Fondremand	fondremand	27	70	702	47.4744	6.0269	5
70190	Cirey	cirey	27	70	702	47.3966	6.1338	5
70190	Boulot	boulot	27	70	702	47.3472	5.9595	5
70190	Sorans-lès-Breurey	sorans-les-breurey	27	70	702	47.397	6.0506	5
70190	Pennesières	pennesieres	27	70	702	47.4847	6.0992	5
70190	Maizières	maizieres	27	70	702	47.4935	6.0113	5
70190	Cordonnet	cordonnet	27	70	702	47.4167	5.9667	5
70190	Authoison	authoison	27	70	702	47.4881	6.1481	5
70190	Traitiéfontaine	traitiefontaine	27	70	702	47.4151	6.09	5
70190	Chambornay-lès-Bellevaux	chambornay-les-bellevaux	27	70	702	47.3833	6.1	5
70190	Voray-sur-l'Ognon	voray-sur-l-ognon	27	70	702	47.3333	6.0167	5
70190	La Barre	la-barre	27	70	702	47.4033	6.1812	5
70190	Vandelans	vandelans	27	70	702	47.3932	6.1633	5
70200	Saint-Germain	saint-germain	27	70	701	47.725	6.5312	5
70200	Magny-Jobert	magny-jobert	27	70	701	47.6488	6.5958	5
70200	Franchevelle	franchevelle	27	70	701	47.7405	6.462	5
70200	Quers	quers	27	70	701	47.7351	6.4256	5
70200	Clairegoutte	clairegoutte	27	70	701	47.6649	6.6159	5
70200	Bouhans-lès-Lure	bouhans-les-lure	27	70	701	47.695	6.4229	5
70200	Vouhenans	vouhenans	27	70	701	47.65	6.4833	5
70200	Magny-Vernois	magny-vernois	27	70	701	47.67	6.4755	5
70200	Lyoffans	lyoffans	27	70	701	47.648	6.5803	5
70200	Rignovelle	rignovelle	27	70	701	47.7671	6.4804	5
70200	La Vergenne	la-vergenne	27	70	701	47.6132	6.5286	5
70200	Magny-Danigon	magny-danigon	27	70	701	47.6667	6.6	5
70200	Amblans-et-Velotte	amblans-et-velotte	27	70	701	47.6791	6.4095	5
70200	Frédéric-Fontaine	frederic-fontaine	27	70	701	47.6561	6.6276	5
70200	Lure	lure	27	70	701	47.6833	6.5	5
70200	Faymont	faymont	27	70	701	47.6091	6.5919	5
70200	Froideterre	froideterre	27	70	701	47.7076	6.5311	5
70200	Dambenoît-lès-Colombe	dambenoit-les-colombe	27	70	701	47.7167	6.3833	5
70200	Arpenans	arpenans	27	70	701	47.6156	6.4042	5
70200	Palante	palante	27	70	701	47.6577	6.587	5
70200	Andornay	andornay	27	70	701	47.6561	6.5941	5
70200	La Côte	la-cote	27	70	701	47.6868	6.5727	5
70200	Linexert	linexert	27	70	701	47.7463	6.4818	5
70200	Lantenot	lantenot	27	70	701	47.7517	6.4939	5
70200	La Neuvelle-lès-Lure	la-neuvelle-les-lure	27	70	701	47.7167	6.5532	5
70200	Roye	roye	27	70	701	47.67	6.5414	5
70200	Adelans-et-le-Val-de-Bithaine	adelans-et-le-val-de-bithaine	27	70	701	47.7097	6.3978	5
70200	Lomont	lomont	27	70	701	47.6234	6.6125	5
70200	Frotey-lès-Lure	frotey-les-lure	27	70	701	47.6552	6.5529	5
70200	Vy-lès-Lure	vy-les-lure	27	70	701	47.6453	6.4446	5
70200	Malbouhans	malbouhans	27	70	701	47.712	6.58	5
70200	Moffans-et-Vacheresse	moffans-et-vacheresse	27	70	701	47.6298	6.5512	5
70200	Les Aynans	les-aynans	27	70	701	47.6223	6.4534	5
70200	Le Val-de-Gouhenans	le-val-de-gouhenans	27	70	701	47.6202	6.4845	5
70201 CEDEX	Lure	lure	27	70	701	47.6833	6.5	5
70202 CEDEX	Lure	lure	27	70	701	47.6833	6.5	5
70203 CEDEX	Lure	lure	27	70	701	47.6833	6.5	5
70204 CEDEX	Lure	lure	27	70	701	47.6833	6.5	5
70210	Hurecourt	hurecourt	27	70	701	47.903	6.0653	5
70210	Melincourt	melincourt	27	70	701	47.889	6.1277	5
70210	Demangevelle	demangevelle	27	70	701	47.9262	6.0355	5
70210	Montdoré	montdore	27	70	701	47.9191	6.0797	5
70210	Pont-du-Bois	pont-du-bois	27	70	701	47.971	6.126	5
70210	Polaincourt-et-Clairefontaine	polaincourt-et-clairefontaine	27	70	702	47.8819	6.0698	5
70210	Alaincourt	alaincourt	27	70	701	47.9419	6.1013	5
70210	Mailleroncourt-Saint-Pancras	mailleroncourt-saint-pancras	27	70	701	47.9201	6.1316	5
70210	Saponcourt	saponcourt	27	70	702	47.8709	6.0259	5
70210	Anchenoncourt-et-Chazel	anchenoncourt-et-chazel	27	70	701	47.8652	6.1149	5
70210	Dampvalley-Saint-Pancras	dampvalley-saint-pancras	27	70	701	47.9094	6.1967	5
70210	Vauvillers	vauvillers	27	70	701	47.9216	6.0977	5
70210	Passavant-la-Rochère	passavant-la-rochere	27	70	701	47.9683	6.0357	5
70210	Girefontaine	girefontaine	27	70	701	47.8969	6.1766	5
70210	Fontenois-la-Ville	fontenois-la-ville	27	70	701	47.9322	6.1657	5
70210	Ambiévillers	ambievillers	27	70	701	47.9752	6.1612	5
70210	Betoncourt-Saint-Pancras	betoncourt-saint-pancras	27	70	701	47.9182	6.1718	5
70210	Selles	selles	27	70	701	47.9633	6.0887	5
70210	La Basse-Vaivre	la-basse-vaivre	27	70	701	47.9497	6.0533	5
70220	Fougerolles	fougerolles	27	70	701	47.8854	6.4045	5
70230	Maussans	maussans	27	70	702	47.4283	6.2504	5
70230	Fontenois-lès-Montbozon	fontenois-les-montbozon	27	70	702	47.4854	6.2349	5
70230	Chassey-lès-Montbozon	chassey-les-montbozon	27	70	702	47.5167	6.3333	5
70230	Roche-sur-Linotte-et-Sorans-les-Cordiers	roche-sur-linotte-et-sorans-les-cordiers	27	70	702	47.4717	6.2026	5
70230	Montbozon	montbozon	27	70	702	47.4662	6.2572	5
70230	Loulans-Verchamp	loulans-verchamp	27	70	702	47.45	6.2167	5
70230	Thiénans	thienans	27	70	702	47.4678	6.27	5
70230	Filain	filain	27	70	702	47.5167	6.1833	5
70230	Cognières	cognieres	27	70	702	47.4904	6.2933	5
70230	Cenans	cenans	27	70	702	47.431	6.1947	5
70230	Bouhans-lès-Montbozon	bouhans-les-montbozon	27	70	702	47.4812	6.2859	5
70230	Besnans	besnans	27	70	702	47.4502	6.2603	5
70230	Thieffrans	thieffrans	27	70	702	47.5028	6.318	5
70230	Roche-sur-Linotte-et-Sorans-les-Cordiers	roche-sur-linotte-et-sorans-les-cordiers	27	70	702	47.4731	6.2031	5
70230	Larians-et-Munans	larians-et-munans	27	70	702	47.4162	6.2363	5
70230	Vy-lès-Filain	vy-les-filain	27	70	702	47.5131	6.1959	5
70230	Ormenans	ormenans	27	70	702	47.4518	6.2044	5
70230	Dampierre-sur-Linotte	dampierre-sur-linotte	27	70	702	47.5106	6.2326	5
70240	Varogne	varogne	27	70	702	47.7152	6.2052	5
70240	Vilory	vilory	27	70	702	47.7235	6.2319	5
70240	Vellefrie	vellefrie	27	70	702	47.7052	6.22	5
70240	Colombotte	colombotte	27	70	702	47.6623	6.2847	5
70240	Liévans	lievans	27	70	702	47.6367	6.347	5
70240	Creveney	creveney	27	70	701	47.6844	6.2911	5
70240	Châteney	chateney	27	70	701	47.6922	6.315	5
70240	Velleminfroy	velleminfroy	27	70	701	47.6628	6.3169	5
70240	Servigney	servigney	27	70	701	47.7239	6.3001	5
70240	Mailleroncourt-Charette	mailleroncourt-charette	27	70	701	47.7269	6.2593	5
70240	Calmoutier	calmoutier	27	70	702	47.6448	6.2789	5
70240	Genevreuille	genevreuille	27	70	701	47.6721	6.3772	5
70240	Saulx	saulx	27	70	701	47.7	6.2833	5
70240	La Creuse	la-creuse	27	70	701	47.6753	6.348	5
70240	La Villeneuve-Bellenoye-et-la-Maize	la-villeneuve-bellenoye-et-la-maize	27	70	702	47.7078	6.2506	5
70240	La Villeneuve-Bellenoye-et-la-Maize	la-villeneuve-bellenoye-et-la-maize	27	70	702	47.7079	6.2521	5
70240	Pomoy	pomoy	27	70	701	47.6626	6.3525	5
70240	Mollans	mollans	27	70	701	47.6494	6.3686	5
70240	Châtenois	chatenois	27	70	701	47.6836	6.3135	5
70240	Genevrey	genevrey	27	70	701	47.7246	6.3225	5
70250	Ronchamp	ronchamp	27	70	701	47.7006	6.6359	5
70270	Montessaux	montessaux	27	70	701	47.75	6.5667	5
70270	Belonchamp	belonchamp	27	70	701	47.7687	6.6085	5
70270	Ternuay-Melay-et-Saint-Hilaire	ternuay-melay-et-saint-hilaire	27	70	701	47.7861	6.6327	5
70270	La Lanterne-et-les-Armonts	la-lanterne-et-les-armonts	27	70	701	47.7965	6.528	5
70270	Écromagny	ecromagny	27	70	701	47.7938	6.564	5
70270	Saint-Barthélemy	saint-barthelemy	27	70	701	47.7501	6.5838	5
70270	Belmont	belmont	27	70	701	47.7883	6.5039	5
70270	Fresse	fresse	27	70	701	47.7625	6.6328	5
70270	Mélisey	melisey	27	70	701	47.7523	6.5801	5
70280	La Bruyère	la-bruyere	27	70	701	47.8323	6.4848	5
70280	Amage	amage	27	70	701	47.8372	6.4891	5
70280	Saint-Bresson	saint-bresson	27	70	701	47.8696	6.5089	5
70280	Raddon-et-Chapendu	raddon-et-chapendu	27	70	701	47.8447	6.4739	5
70280	Breuchotte	breuchotte	27	70	701	47.8408	6.4695	5
70290	Plancher-Bas	plancher-bas	27	70	701	47.7198	6.7304	5
70290	Belfahy	belfahy	27	70	701	47.7831	6.7305	5
70290	Champagney	champagney	27	70	701	47.705	6.6817	5
70290	Plancher-les-Mines	plancher-les-mines	27	70	701	47.7615	6.7431	5
70300	La Corbière	la-corbiere	27	70	701	47.7954	6.4907	5
70300	Luxeuil-les-Bains	luxeuil-les-bains	27	70	701	47.8171	6.365	5
70300	Velorcey	velorcey	27	70	701	47.779	6.2512	5
70300	Ailloncourt	ailloncourt	27	70	701	47.7553	6.3879	5
70300	Froideconche	froideconche	27	70	701	47.8212	6.4152	5
70300	Sainte-Marie-en-Chaux	sainte-marie-en-chaux	27	70	701	47.792	6.3128	5
70300	Saint-Sauveur	saint-sauveur	27	70	701	47.8053	6.3858	5
70300	La Chapelle-lès-Luxeuil	la-chapelle-les-luxeuil	27	70	701	47.774	6.368	5
70300	Brotte-lès-Luxeuil	brotte-les-luxeuil	27	70	701	47.7561	6.3478	5
70300	Ormoiche	ormoiche	27	70	701	47.8078	6.3123	5
70300	Magnivray	magnivray	27	70	701	47.7823	6.4718	5
70300	Citers	citers	27	70	701	47.7419	6.4092	5
70300	Villers-lès-Luxeuil	villers-les-luxeuil	27	70	701	47.7712	6.2869	5
70300	Breuches	breuches	27	70	701	47.7991	6.3286	5
70300	Saint-Valbert	saint-valbert	27	70	701	47.8554	6.3964	5
70300	Visoncourt	visoncourt	27	70	701	47.753	6.316	5
70300	Esboz-Brest	esboz-brest	27	70	701	47.8088	6.4491	5
70300	Abelcourt	abelcourt	27	70	701	47.7886	6.2778	5
70300	Baudoncourt	baudoncourt	27	70	701	47.7785	6.3455	5
70300	Betoncourt-lès-Brotte	betoncourt-les-brotte	27	70	701	47.7414	6.3413	5
70300	Meurcourt	meurcourt	27	70	701	47.7721	6.2321	5
70300	Éhuns	ehuns	27	70	701	47.7722	6.3135	5
70301 AIR	Luxeuil-les-Bains	luxeuil-les-bains	27	70	701	47.8171	6.365	5
70302 CEDEX	Luxeuil-les-Bains	luxeuil-les-bains	27	70	701	47.8171	6.365	5
70303 CEDEX	Luxeuil-les-Bains	luxeuil-les-bains	27	70	701	47.8171	6.365	5
70304 CEDEX	Luxeuil-les-Bains	luxeuil-les-bains	27	70	701	47.8171	6.365	5
70306 CEDEX	Luxeuil-les-Bains	luxeuil-les-bains	27	70	701	47.8171	6.365	5
70310	Faucogney-et-la-Mer	faucogney-et-la-mer	27	70	701	47.8414	6.5636	5
70310	La Voivre	la-voivre	27	70	701	47.8227	6.5378	5
70310	Sainte-Marie-en-Chanois	sainte-marie-en-chanois	27	70	701	47.8356	6.5136	5
70310	Beulotte-Saint-Laurent	beulotte-saint-laurent	27	70	701	47.8603	6.6774	5
70310	Les Fessey	les-fessey	27	70	701	47.821	6.5171	5
70310	La Longine	la-longine	27	70	701	47.8826	6.5867	5
70310	La Proiselière-et-Langle	la-proiseliere-et-langle	27	70	701	47.8288	6.5048	5
70310	La Rosière	la-rosiere	27	70	701	47.9064	6.6196	5
70310	La Montagne	la-montagne	27	70	701	47.9176	6.5883	5
70310	Corravillers	corravillers	27	70	701	47.9	6.6333	5
70310	Amont-et-Effreney	amont-et-effreney	27	70	701	47.8755	6.5753	5
70310	Esmoulières	esmoulieres	27	70	701	47.853	6.6147	5
70320	La Vaivre	la-vaivre	27	70	701	47.9174	6.3677	5
70320	Aillevillers-et-Lyaumont	aillevillers-et-lyaumont	27	70	701	47.9203	6.3377	5
70320	Corbenay	corbenay	27	70	701	47.8927	6.3305	5
70360	Ferrières-lès-Scey	ferrieres-les-scey	27	70	702	47.6549	6.0047	5
70360	Chantes	chantes	27	70	702	47.633	5.9316	5
70360	Bucey-lès-Traves	bucey-les-traves	27	70	702	47.626	5.9819	5
70360	Scey-sur-Saône-et-Saint-Albin	scey-sur-saone-et-saint-albin	27	70	702	47.664	5.9745	5
70360	Rupt-sur-Saône	rupt-sur-saone	27	70	702	47.646	5.9325	5
70360	La Neuvelle-lès-Scey	la-neuvelle-les-scey	27	70	702	47.695	5.9314	5
70360	Traves	traves	27	70	702	47.6116	5.9715	5
70360	Chassey-lès-Scey	chassey-les-scey	27	70	702	47.6432	5.978	5
70360	Pontcey	pontcey	27	70	702	47.63	6.0289	5
70360	Chemilly	chemilly	27	70	702	47.6485	6.0237	5
70360	Aroz	aroz	27	70	702	47.6115	6.0018	5
70360	Ovanches	ovanches	27	70	702	47.63	5.954	5
70400	Courmont	courmont	27	70	701	47.6119	6.6287	5
70400	Chavanne	chavanne	27	70	701	47.5583	6.658	5
70400	Vyans-le-Val	vyans-le-val	27	70	701	47.55	6.7667	5
70400	Couthenans	couthenans	27	70	701	47.5904	6.7247	5
70400	Granges-le-Bourg	granges-le-bourg	27	70	701	47.5646	6.5841	5
70400	Luze	luze	27	70	701	47.5972	6.7395	5
70400	Héricourt	hericourt	27	70	701	47.573	6.7614	5
70400	Châlonvillars	chalonvillars	27	70	701	47.6406	6.7841	5
70400	Échenans-sous-Mont-Vaudois	echenans-sous-mont-vaudois	27	70	701	47.6	6.7667	5
70400	Mignavillers	mignavillers	27	70	701	47.5811	6.5518	5
70400	Coisevaux	coisevaux	27	70	701	47.5816	6.7044	5
70400	Errevet	errevet	27	70	701	47.6855	6.7752	5
70400	Granges-la-Ville	granges-la-ville	27	70	701	47.5673	6.572	5
70400	Tavey	tavey	27	70	701	47.5654	6.7392	5
70400	Mandrevillars	mandrevillars	27	70	701	47.6129	6.7778	5
70400	Chagey	chagey	27	70	701	47.6125	6.7336	5
70400	Échavanne	echavanne	27	70	701	47.6568	6.7322	5
70400	Brevilliers	brevilliers	27	70	701	47.5823	6.7897	5
70400	Trémoins	tremoins	27	70	701	47.5632	6.7058	5
70400	Étobon	etobon	27	70	701	47.6442	6.6762	5
70400	Verlans	verlans	27	70	701	47.5716	6.719	5
70400	Crevans-et-la-Chapelle-lès-Granges	crevans-et-la-chapelle-les-granges	27	70	701	47.5528	6.5811	5
70400	Belverne	belverne	27	70	701	47.6318	6.6502	5
70400	Chenebier	chenebier	27	70	701	47.6437	6.7202	5
70400	Frahier-et-Chatebier	frahier-et-chatebier	27	70	701	47.6667	6.75	5
70400	Saulnot	saulnot	27	70	701	47.5619	6.6306	5
70400	Secenans	secenans	27	70	701	47.5519	6.586	5
70400	Champey	champey	27	70	701	47.5853	6.6793	5
70400	Villers-sur-Saulnot	villers-sur-saulnot	27	70	701	47.5481	6.6471	5
70440	Haut-du-Them-Château-Lambert	haut-du-them-chateau-lambert	27	70	701	47.8431	6.7229	5
70440	Miellin	miellin	27	70	701	47.8091	6.7366	5
70440	Servance	servance	27	70	701	47.8144	6.6833	5
70440	Haut-du-Them	haut-du-them	27	70	701	47.8431	6.7223	5
70500	Vitrey-sur-Mance	vitrey-sur-mance	27	70	702	47.8167	5.75	5
70500	Jonvelle	jonvelle	27	70	702	47.9374	5.9208	5
70500	Raincourt	raincourt	27	70	702	47.8594	5.8853	5
70500	Tartécourt	tartecourt	27	70	702	47.8398	5.981	5
70500	Blondefontaine	blondefontaine	27	70	702	47.8779	5.8675	5
70500	Magny-lès-Jussey	magny-les-jussey	27	70	702	47.8553	5.9777	5
70500	Gevigney-et-Mercey	gevigney-et-mercey	27	70	702	47.7988	5.9323	5
70500	Cendrecourt	cendrecourt	27	70	702	47.8435	5.9266	5
70500	Vougécourt	vougecourt	27	70	702	47.9428	5.9946	5
70500	Corre	corre	27	70	702	47.919	5.9918	5
70500	Chauvirey-le-Vieil	chauvirey-le-vieil	27	70	702	47.785	5.7561	5
70500	Rosières-sur-Mance	rosieres-sur-mance	27	70	702	47.8362	5.7967	5
70500	Bougey	bougey	27	70	702	47.7814	5.8614	5
70500	Ouge	ouge	27	70	702	47.7953	5.704	5
70500	Aisey-et-Richecourt	aisey-et-richecourt	27	70	702	47.8895	5.9547	5
70500	Aboncourt-Gesincourt	aboncourt-gesincourt	27	70	702	47.7718	5.9733	5
70500	Bousseraucourt	bousseraucourt	27	70	702	47.9607	5.93	5
70500	Jussey	jussey	27	70	702	47.8254	5.9019	5
70500	Villars-le-Pautel	villars-le-pautel	27	70	702	47.8944	5.9336	5
70500	Augicourt	augicourt	27	70	702	47.7737	5.8973	5
70500	Buffignécourt	buffignecourt	27	70	702	47.8126	6.0176	5
70500	Bourbévelle	bourbevelle	27	70	702	47.9237	5.9404	5
70500	Betaucourt	betaucourt	27	70	702	47.8667	5.9167	5
70500	Betoncourt-sur-Mance	betoncourt-sur-mance	27	70	702	47.831	5.7561	5
70500	Cemboing	cemboing	27	70	702	47.8421	5.8555	5
70500	Chauvirey-le-Châtel	chauvirey-le-chatel	27	70	702	47.7914	5.7536	5
70500	Venisey	venisey	27	70	702	47.8303	5.9938	5
70500	Montigny-lès-Cherlieu	montigny-les-cherlieu	27	70	702	47.7983	5.8111	5
70500	Vernois-sur-Mance	vernois-sur-mance	27	70	702	47.8451	5.7842	5
70500	Ranzevelle	ranzevelle	27	70	702	47.9074	5.985	5
70500	Montureux-lès-Baulay	montureux-les-baulay	27	70	702	47.8182	5.9803	5
70500	Barges	barges	27	70	702	47.8628	5.8468	5
70500	Lambrey	lambrey	27	70	702	47.7646	5.9274	5
70500	Ormoy	ormoy	27	70	702	47.8903	5.9803	5
70500	Saint-Marcel	saint-marcel	27	70	702	47.8252	5.8253	5
70500	Montcourt	montcourt	27	70	702	47.9294	5.9572	5
70600	Pierrecourt	pierrecourt	27	70	702	47.6449	5.5898	5
70600	Écuelle	ecuelle	27	70	702	47.55	5.55	5
70600	Percey-le-Grand	percey-le-grand	27	70	702	47.6086	5.39	5
70600	Fouvent-Saint-Andoche	fouvent-saint-andoche	27	70	702	47.65	5.6667	5
70600	Champlitte	champlitte	27	70	702	47.6167	5.5167	5
70600	Larret	larret	27	70	702	47.6333	5.6333	5
70600	Argillières	argillieres	27	70	702	47.6666	5.6364	5
70600	Courtesoult-et-Gatey	courtesoult-et-gatey	27	70	702	47.6184	5.6208	5
70600	Vars	vars	27	70	702	47.5333	5.5333	5
70600	Framont	framont	27	70	702	47.5833	5.5833	5
70600	Oyrières	oyrieres	27	70	702	47.5317	5.5637	5
70700	Oiselay-et-Grachaux	oiselay-et-grachaux	27	70	702	47.4198	5.9342	5
70700	Villefrancon	villefrancon	27	70	702	47.4051	5.7436	5
70700	Choye	choye	27	70	702	47.3912	5.7591	5
70700	Montboillon	montboillon	27	70	702	47.3721	5.9236	5
70700	Velloreille-lès-Choye	velloreille-les-choye	27	70	702	47.3927	5.7347	5
70700	Charcenne	charcenne	27	70	702	47.3724	5.7778	5
70700	Autoreille	autoreille	27	70	702	47.369	5.8101	5
70700	Frasne-le-Château	frasne-le-chateau	27	70	702	47.4652	5.8957	5
70700	Angirey	angirey	27	70	702	47.4547	5.7674	5
70700	Cugney	cugney	27	70	702	47.3658	5.7191	5
70700	Gézier-et-Fontenelay	gezier-et-fontenelay	27	70	702	47.3569	5.8972	5
70700	Villers-Chemin-et-Mont-lès-Étrelles	villers-chemin-et-mont-les-etrelles	27	70	702	47.4431	5.8688	5
70700	Vaux-le-Moncelot	vaux-le-moncelot	27	70	702	47.4713	5.9016	5
70700	Étrelles-et-la-Montbleuse	etrelles-et-la-montbleuse	27	70	702	47.4591	5.8617	5
70700	Vellefrey-et-Vellefrange	vellefrey-et-vellefrange	27	70	702	47.4292	5.8302	5
70700	Sainte-Reine	sainte-reine	27	70	702	47.4967	5.7793	5
70700	Bonnevent-Velloreille	bonnevent-velloreille	27	70	702	47.4	5.9333	5
70700	La Chapelle-Saint-Quillain	la-chapelle-saint-quillain	27	70	702	47.4758	5.8148	5
70700	Igny	igny	27	70	702	47.4783	5.7633	5
70700	Velleclaire	velleclaire	27	70	702	47.4305	5.8608	5
70700	Gy	gy	27	70	702	47.4059	5.8123	5
70700	Vellemoz	vellemoz	27	70	702	47.4729	5.7949	5
70700	Vantoux-et-Longevelle	vantoux-et-longevelle	27	70	702	47.4343	5.8466	5
70700	Citey	citey	27	70	702	47.4299	5.7869	5
70700	Bucey-lès-Gy	bucey-les-gy	27	70	702	47.4229	5.8428	5
70800	Fleurey-lès-Saint-Loup	fleurey-les-saint-loup	27	70	701	47.9161	6.2936	5
70800	Ainvelle	ainvelle	27	70	701	47.8463	6.2503	5
70800	Magnoncourt	magnoncourt	27	70	701	47.8941	6.2851	5
70800	Cuve	cuve	27	70	701	47.9026	6.2215	5
70800	Anjeux	anjeux	27	70	701	47.8815	6.2076	5
70800	Bouligney	bouligney	27	70	701	47.8947	6.2409	5
70800	Briaucourt	briaucourt	27	70	701	47.8167	6.25	5
70800	Dampierre-lès-Conflans	dampierre-les-conflans	27	70	701	47.8481	6.183	5
70800	Conflans-sur-Lanterne	conflans-sur-lanterne	27	70	701	47.8167	6.2167	5
70800	Saint-Loup-sur-Semouse	saint-loup-sur-semouse	27	70	701	47.8835	6.2753	5
70800	Bourguignon-lès-Conflans	bourguignon-les-conflans	27	70	702	47.8056	6.1636	5
70800	Francalmont	francalmont	27	70	701	47.8408	6.2668	5
70800	Hautevelle	hautevelle	27	70	701	47.8443	6.2854	5
70800	Jasney	jasney	27	70	701	47.8724	6.1842	5
70800	La Pisseure	la-pisseure	27	70	701	47.8634	6.2267	5
70800	Plainemont	plainemont	27	70	701	47.8557	6.2173	5
70800	Fontaine-lès-Luxeuil	fontaine-les-luxeuil	27	70	701	47.8559	6.3348	5
70800	Bassigney	bassigney	27	70	701	47.8156	6.1803	5
70807 CEDEX	Saint-Loup-sur-Semouse	saint-loup-sur-semouse	27	70	701	47.8835	6.2753	5
21340	Change	change	27	71	712	46.9289	4.6317	5
71000	Mâcon	macon	27	71	715	46.3141	4.8282	5
71000	Varennes-lès-Mâcon	varennes-les-macon	27	71	715	46.2714	4.8014	5
71000	Sancé	sance	27	71	715	46.3393	4.8305	5
71001 CEDEX	Mâcon	macon	27	71	715	46.3141	4.8282	5
71002 CEDEX	Mâcon	macon	27	71	715	46.3141	4.8282	5
71003 CEDEX	Mâcon	macon	27	71	715	46.3141	4.8282	5
71004 CEDEX	Mâcon	macon	27	71	715	46.3141	4.8282	5
71005 CEDEX	Mâcon	macon	27	71	715	46.3141	4.8282	5
71006 CEDEX	Mâcon	macon	27	71	715	46.3141	4.8282	5
71007 CEDEX	Mâcon	macon	27	71	715	46.3141	4.8282	5
71008 CEDEX	Mâcon	macon	27	71	715	46.3141	4.8282	5
71009 CEDEX	Mâcon	macon	27	71	715	46.3141	4.8282	5
71010 CEDEX	Mâcon	macon	27	71	715	46.3141	4.8282	5
71011 CEDEX	Mâcon	macon	27	71	715	46.3141	4.8282	5
71012 CEDEX	Charnay-lès-Mâcon	charnay-les-macon	27	71	715	46.3075	4.7848	5
71017 CEDEX	Mâcon	macon	27	71	715	46.3141	4.8282	5
71018 CEDEX	Mâcon	macon	27	71	715	46.3141	4.8282	5
71019 CEDEX	Mâcon	macon	27	71	715	46.3141	4.8282	5
71020 CEDEX 9	Mâcon	macon	27	71	715	46.3141	4.8282	5
71021 CEDEX 9	Mâcon	macon	27	71	715	46.3141	4.8282	5
71022 CEDEX 9	Mâcon	macon	27	71	715	46.3141	4.8282	5
71023 CEDEX 9	Mâcon	macon	27	71	715	46.3141	4.8282	5
71024 CEDEX 9	Mâcon	macon	27	71	715	46.3141	4.8282	5
71025 CEDEX 9	Mâcon	macon	27	71	715	46.3141	4.8282	5
71026 CEDEX 9	Mâcon	macon	27	71	715	46.3141	4.8282	5
71027 CEDEX 9	Mâcon	macon	27	71	715	46.3141	4.8282	5
71028 CEDEX 9	Mâcon	macon	27	71	715	46.3141	4.8282	5
71029 CEDEX	Mâcon	macon	27	71	715	46.3141	4.8282	5
71031 CEDEX	Mâcon	macon	27	71	715	46.3141	4.8282	5
71040 CEDEX 9	Mâcon	macon	27	71	715	46.3141	4.8282	5
71049 CEDEX 9	Mâcon	macon	27	71	715	46.3141	4.8282	5
71100	Sevrey	sevrey	27	71	712	46.7382	4.8403	5
71100	Lux	lux	27	71	712	46.7541	4.8473	5
71100	La Charmée	la-charmee	27	71	712	46.72	4.7957	5
71100	Chalon-sur-Saône	chalon-sur-saone	27	71	712	46.7833	4.85	5
71100	Saint-Rémy	saint-remy	27	71	712	46.7633	4.8393	5
71101 CEDEX	Chalon-sur-Saône	chalon-sur-saone	27	71	712	46.7833	4.85	5
71102 CEDEX	Chalon-sur-Saône	chalon-sur-saone	27	71	712	46.7833	4.85	5
71103 CEDEX	Chalon-sur-Saône	chalon-sur-saone	27	71	712	46.7833	4.85	5
71104 CEDEX	Chalon-sur-Saône	chalon-sur-saone	27	71	712	46.7833	4.85	5
71105 CEDEX	Chalon-sur-Saône	chalon-sur-saone	27	71	712	46.7833	4.85	5
71106 CEDEX	Chalon-sur-Saône	chalon-sur-saone	27	71	712	46.7833	4.85	5
71107 CEDEX	Chalon-sur-Saône	chalon-sur-saone	27	71	712	46.7833	4.85	5
71108 CEDEX	Chalon-sur-Saône	chalon-sur-saone	27	71	712	46.7833	4.85	5
71109 CEDEX	Chalon-sur-Saône	chalon-sur-saone	27	71	712	46.7833	4.85	5
71110	Baugy	baugy	27	71	713	46.2975	4.0282	5
71110	Céron	ceron	27	71	713	46.2809	3.9471	5
71110	Varenne-l’Arconce	varenne-l-arconce	27	71	713	46.3386	4.1586	5
71110	Artaix	artaix	27	71	713	46.246	4.0108	5
71110	Versaugues	versaugues	27	71	713	46.3619	4.0636	5
71110	Semur-en-Brionnais	semur-en-brionnais	27	71	713	46.2663	4.0947	5
71110	Marcigny	marcigny	27	71	713	46.2763	4.0396	5
71110	Bourg-le-Comte	bourg-le-comte	27	71	713	46.3054	3.9806	5
71110	Ligny-en-Brionnais	ligny-en-brionnais	27	71	713	46.2389	4.189	5
71110	Sainte-Foy	sainte-foy	27	71	713	46.278	4.1291	5
71110	Saint-Martin-du-Lac	saint-martin-du-lac	27	71	713	46.2533	4.0446	5
71110	Briant	briant	27	71	713	46.3002	4.1492	5
71110	Saint-Didier-en-Brionnais	saint-didier-en-brionnais	27	71	713	46.3373	4.1266	5
71110	Chambilly	chambilly	27	71	713	46.2791	4.0122	5
71110	Sarry	sarry	27	71	713	46.3108	4.1166	5
71110	Saint-Julien-de-Jonzy	saint-julien-de-jonzy	27	71	713	46.2365	4.1442	5
71110	Anzy-le-Duc	anzy-le-duc	27	71	713	46.3195	4.0592	5
71110	Vindecy	vindecy	27	71	713	46.3526	4.01	5
71110	Montceaux-l’Étoile	montceaux-l-etoile	27	71	713	46.3514	4.0449	5
71118	Saint-Martin-Belle-Roche	saint-martin-belle-roche	27	71	715	46.3831	4.8554	5
71120	Champlecy	champlecy	27	71	713	46.47	4.2445	5
71120	Ozolles	ozolles	27	71	713	46.3824	4.3504	5
71120	Baron	baron	27	71	713	46.4931	4.2811	5
71120	Changy	changy	27	71	713	46.4146	4.2365	5
71120	Vendenesse-lès-Charolles	vendenesse-les-charolles	27	71	713	46.4429	4.3373	5
71120	Charolles	charolles	27	71	713	46.4333	4.2833	5
71120	Viry	viry	27	71	713	46.4733	4.3335	5
71120	Marcilly-la-Gueurce	marcilly-la-gueurce	27	71	713	46.4003	4.2994	5
71120	Vaudebarrier	vaudebarrier	27	71	713	46.4135	4.3072	5
71120	Fontenay	fontenay	27	71	713	46.4764	4.2983	5
71120	Lugny-lès-Charolles	lugny-les-charolles	27	71	713	46.4117	4.2109	5
71130	Neuvy-Grandchamp	neuvy-grandchamp	27	71	713	46.5894	3.9351	5
71130	Curdin	curdin	27	71	713	46.5967	3.9953	5
71130	Uxeau	uxeau	27	71	713	46.6629	4.0245	5
71130	Chassy	chassy	27	71	713	46.5881	4.1113	5
71130	Clessy	clessy	27	71	713	46.5579	4.0877	5
71130	Gueugnon	gueugnon	27	71	713	46.6036	4.0629	5
71130	La Chapelle-au-Mans	la-chapelle-au-mans	27	71	713	46.6198	3.969	5
71130	Vendenesse-sur-Arroux	vendenesse-sur-arroux	27	71	713	46.6277	4.065	5
71140	Lesme	lesme	27	71	713	46.6515	3.7149	5
71140	Maltat	maltat	27	71	713	46.6813	3.8179	5
71140	Bourbon-Lancy	bourbon-lancy	27	71	713	46.6221	3.7695	5
71140	Saint-Aubin-sur-Loire	saint-aubin-sur-loire	27	71	713	46.5693	3.7461	5
71140	Cronat	cronat	27	71	713	46.7221	3.6858	5
71140	Chalmoux	chalmoux	27	71	713	46.5992	3.8478	5
71140	Vitry-sur-Loire	vitry-sur-loire	27	71	713	46.6811	3.7079	5
71140	Mont	mont	27	71	713	46.6259	3.8304	5
71150	Chaudenay	chaudenay	27	71	712	46.9167	4.7862	5
71150	Farges-lès-Chalon	farges-les-chalon	27	71	712	46.834	4.8077	5
71150	Rully	rully	27	71	712	46.875	4.7432	5
71150	Cheilly-lès-Maranges	cheilly-les-maranges	27	71	712	46.896	4.669	5
71150	Remigny	remigny	27	71	712	46.9076	4.7224	5
71150	Demigny	demigny	27	71	712	46.9305	4.8338	5
71150	Sampigny-lès-Maranges	sampigny-les-maranges	27	71	712	46.9058	4.6529	5
71150	Chassey-le-Camp	chassey-le-camp	27	71	712	46.8871	4.6975	5
71150	Dezize-lès-Maranges	dezize-les-maranges	27	71	712	46.9118	4.6565	5
71150	Paris-l’Hôpital	paris-l-hopital	27	71	712	46.915	4.6337	5
71150	Chagny	chagny	27	71	712	46.9095	4.7519	5
71150	Bouzeron	bouzeron	27	71	712	46.8897	4.7267	5
71150	Fontaines	fontaines	27	71	712	46.849	4.7704	5
71160	Gilly-sur-Loire	gilly-sur-loire	27	71	713	46.5381	3.7798	5
71160	La Motte-Saint-Jean	la-motte-saint-jean	27	71	713	46.4959	3.964	5
71160	Rigny-sur-Arroux	rigny-sur-arroux	27	71	713	46.5326	4.028	5
71160	Digoin	digoin	27	71	713	46.4812	3.9795	5
71160	Saint-Agnan	saint-agnan	27	71	713	46.5	3.8667	5
71160	Les Guerreaux	les-guerreaux	27	71	713	46.5333	4.2833	5
71160	Perrigny-sur-Loire	perrigny-sur-loire	27	71	713	46.5392	3.8383	5
71170	Mussy-sous-Dun	mussy-sous-dun	27	71	713	46.2344	4.3317	5
71170	Saint-Igny-de-Roche	saint-igny-de-roche	27	71	713	46.1942	4.2931	5
71170	Chassigny-sous-Dun	chassigny-sous-dun	27	71	713	46.2397	4.294	5
71170	Coublanc	coublanc	27	71	713	46.1747	4.2733	5
71170	Chauffailles	chauffailles	27	71	713	46.2073	4.3393	5
71170	Anglure-sous-Dun	anglure-sous-dun	27	71	713	46.2326	4.3621	5
71190	Étang-sur-Arroux	etang-sur-arroux	27	71	711	46.8656	4.1899	5
71190	Broye	broye	27	71	711	46.8718	4.2905	5
71190	Uchon	uchon	27	71	711	46.8125	4.2523	5
71190	Mesvres	mesvres	27	71	711	46.8637	4.2418	5
71190	La Chapelle-sous-Uchon	la-chapelle-sous-uchon	27	71	711	46.8359	4.2342	5
71190	La Tagnière	la-tagniere	27	71	711	46.789	4.2163	5
71190	Thil-sur-Arroux	thil-sur-arroux	27	71	711	46.8023	4.0935	5
71190	Saint-Didier-sur-Arroux	saint-didier-sur-arroux	27	71	711	46.8332	4.1135	5
71190	Brion	brion	27	71	711	46.9089	4.2111	5
71190	Laizy	laizy	27	71	711	46.9075	4.1993	5
71190	Saint-Nizier-sur-Arroux	saint-nizier-sur-arroux	27	71	711	46.804	4.1396	5
71190	Dettey	dettey	27	71	711	46.7637	4.1817	5
71200	Le Creusot	le-creusot	27	71	711	46.8071	4.4163	5
71200	Saint-Sernin-du-Bois	saint-sernin-du-bois	27	71	711	46.8407	4.4327	5
71201 CEDEX	Le Creusot	le-creusot	27	71	711	46.8071	4.4163	5
71202 CEDEX	Le Creusot	le-creusot	27	71	711	46.8071	4.4163	5
71203 CEDEX	Le Creusot	le-creusot	27	71	711	46.8071	4.4163	5
71204 CEDEX	Le Creusot	le-creusot	27	71	711	46.8071	4.4163	5
71205 CEDEX	Le Creusot	le-creusot	27	71	711	46.8071	4.4163	5
71206 CEDEX	Le Creusot	le-creusot	27	71	711	46.8071	4.4163	5
71209 CEDEX	Le Creusot	le-creusot	27	71	711	46.8071	4.4163	5
71210	Saint-Eusèbe	saint-eusebe	27	71	711	46.7135	4.462	5
71210	Écuisses	ecuisses	27	71	711	46.7563	4.5384	5
71210	Torcy	torcy	27	71	711	46.7686	4.4533	5
71210	Saint-Julien-sur-Dheune	saint-julien-sur-dheune	27	71	711	46.7726	4.5451	5
71210	Saint-Laurent-d’Andenay	saint-laurent-d-andenay	27	71	711	46.7374	4.5145	5
71210	Montchanin	montchanin	27	71	711	46.7496	4.4707	5
71220	Pressy-sous-Dondin	pressy-sous-dondin	27	71	715	46.4755	4.5154	5
71220	Passy	passy	27	71	715	46.5398	4.5351	5
71220	Ballore	ballore	27	71	713	46.5349	4.3681	5
71220	Chiddes	chiddes	27	71	715	46.4561	4.5153	5
71220	Martigny-le-Comte	martigny-le-comte	27	71	713	46.5289	4.332	5
71220	Sivignon	sivignon	27	71	715	46.427	4.4987	5
71220	Beaubery	beaubery	27	71	713	46.4024	4.3983	5
71220	Le Rousset-Marizy	le-rousset-marizy	27	71	713	46.5672	4.4086	5
71220	Saint-André-le-Désert	saint-andre-le-desert	27	71	715	46.4946	4.5302	5
71220	Chevagny-sur-Guye	chevagny-sur-guye	27	71	715	46.5386	4.5077	5
71220	Mornay	mornay	27	71	713	46.5066	4.3789	5
71220	Marizy	marizy	27	71	713	46.5668	4.4076	5
71220	Verosvres	verosvres	27	71	715	46.4	4.4333	5
71220	Saint-Martin-de-Salencey	saint-martin-de-salencey	27	71	715	46.5223	4.5027	5
71220	Saint-Bonnet-de-Joux	saint-bonnet-de-joux	27	71	713	46.4825	4.4383	5
71220	La Guiche	la-guiche	27	71	715	46.5454	4.4523	5
71220	Suin	suin	27	71	713	46.4331	4.4716	5
71220	Le Rousset	le-rousset	27	71	713	46.5719	4.4648	5
71230	Saint-Vallier	saint-vallier	27	71	711	46.6411	4.3711	5
71230	Pouilloux	pouilloux	27	71	711	46.6076	4.3595	5
71230	Saint-Romain-sous-Gourdon	saint-romain-sous-gourdon	27	71	711	46.6224	4.4032	5
71240	Saint-Ambreuil	saint-ambreuil	27	71	712	46.6911	4.8591	5
71240	Étrigny	etrigny	27	71	712	46.5904	4.8038	5
71240	Sennecey-le-Grand	sennecey-le-grand	27	71	712	46.6414	4.8671	5
71240	Gigny-sur-Saône	gigny-sur-saone	27	71	712	46.6621	4.9454	5
71240	Mancey	mancey	27	71	712	46.575	4.8325	5
71240	Marnay	marnay	27	71	712	46.703	4.9193	5
71240	Lalheue	lalheue	27	71	712	46.6475	4.7933	5
71240	Jugy	jugy	27	71	712	46.6045	4.8646	5
71240	Saint-Cyr	saint-cyr	27	71	712	46.6826	4.89	5
71240	Beaumont-sur-Grosne	beaumont-sur-grosne	27	71	712	46.6661	4.8589	5
71240	La Chapelle-de-Bragny	la-chapelle-de-bragny	27	71	712	46.6333	4.7667	5
71240	Montceaux-Ragny	montceaux-ragny	27	71	712	46.6213	4.844	5
71240	Vers	vers	27	71	712	46.5837	4.8569	5
71240	Varennes-le-Grand	varennes-le-grand	27	71	712	46.7187	4.8687	5
71240	Saint-Loup-de-Varennes	saint-loup-de-varennes	27	71	712	46.7167	4.8667	5
71240	Laives	laives	27	71	712	46.6443	4.8442	5
71240	Nanton	nanton	27	71	712	46.6202	4.8167	5
71250	Lournand	lournand	27	71	715	46.4569	4.6484	5
71250	Cortambert	cortambert	27	71	715	46.4782	4.7129	5
71250	Massy	massy	27	71	715	46.4854	4.6044	5
71250	Massilly	massilly	27	71	715	46.4892	4.6706	5
71250	Donzy-le-Pertuis	donzy-le-pertuis	27	71	715	46.4504	4.7204	5
71250	Jalogny	jalogny	27	71	715	46.4192	4.6297	5
71250	Cluny	cluny	27	71	715	46.4332	4.6585	5
71250	Buffières	buffieres	27	71	715	46.4297	4.5378	5
71250	Flagy	flagy	27	71	715	46.5001	4.639	5
71250	Saint-Vincent-des-Prés	saint-vincent-des-pres	27	71	715	46.4741	4.5612	5
71250	Chérizet	cherizet	27	71	715	46.5175	4.5677	5
71250	Sailly	sailly	27	71	715	46.5356	4.5664	5
71250	Bergesserin	bergesserin	27	71	715	46.4014	4.5615	5
71250	Blanot	blanot	27	71	715	46.4734	4.7336	5
71250	Sigy-le-Châtel	sigy-le-chatel	27	71	715	46.5546	4.5744	5
71250	Salornay-sur-Guye	salornay-sur-guye	27	71	715	46.5203	4.5968	5
71250	Donzy-le-National	donzy-le-national	27	71	715	46.4535	4.5648	5
71250	La Vineuse	la-vineuse	27	71	715	46.473	4.597	5
71250	Château	chateau	27	71	715	46.4274	4.6012	5
71250	Mazille	mazille	27	71	715	46.3833	4.6	5
71250	Sainte-Cécile	sainte-cecile	27	71	715	46.3885	4.6224	5
71250	Vitry-lès-Cluny	vitry-les-cluny	27	71	715	46.4905	4.5884	5
71250	Taizé	taize	27	71	715	46.5131	4.6776	5
71250	Bray	bray	27	71	715	46.5049	4.722	5
71260	La Salle	la-salle	27	71	715	46.4075	4.8655	5
71260	Azé	aze	27	71	715	46.4315	4.7615	5
71260	Clessé	clesse	27	71	715	46.4157	4.8156	5
71260	Burgy	burgy	27	71	715	46.464	4.8323	5
71260	Montbellet	montbellet	27	71	715	46.476	4.8734	5
71260	Charbonnières	charbonnieres	27	71	715	46.3891	4.8335	5
71260	Viré	vire	27	71	715	46.4502	4.843	5
71260	Saint-Albain	saint-albain	27	71	715	46.428	4.8757	5
71260	Péronne	peronne	27	71	715	46.4386	4.8102	5
71260	Bissy-la-Mâconnaise	bissy-la-maconnaise	27	71	715	46.4814	4.787	5
71260	Fleurville	fleurville	27	71	715	46.4481	4.8807	5
71260	Saint-Maurice-de-Satonnay	saint-maurice-de-satonnay	27	71	715	46.4141	4.7843	5
71260	Cruzille	cruzille	27	71	715	46.5061	4.7969	5
71260	Saint-Gengoux-de-Scissé	saint-gengoux-de-scisse	27	71	715	46.4639	4.7751	5
71260	Lugny	lugny	27	71	715	46.4722	4.81	5
71260	Senozan	senozan	27	71	715	46.3959	4.8627	5
71270	Pourlans	pourlans	27	71	714	46.9574	5.2397	5
71270	Bellevesvre	bellevesvre	27	71	714	46.8412	5.3644	5
71270	Torpes	torpes	27	71	714	46.8415	5.3378	5
71270	Lays-sur-le-Doubs	lays-sur-le-doubs	27	71	714	46.9231	5.2472	5
71270	Pierre-de-Bresse	pierre-de-bresse	27	71	714	46.8833	5.25	5
71270	La Villeneuve	la-villeneuve	27	71	712	46.9576	5.1727	5
71270	Clux	clux	27	71	712	46.9573	5.1858	5
71270	Clux-Villeneuve	clux-villeneuve	27	71	712	46.9578	5.1722	5
71270	Navilly	navilly	27	71	712	46.9347	5.145	5
71270	Authumes	authumes	27	71	714	46.8901	5.3021	5
71270	Mouthier-en-Bresse	mouthier-en-bresse	27	71	714	46.8591	5.3887	5
71270	Fretterans	fretterans	27	71	714	46.9211	5.2888	5
71270	Longepierre	longepierre	27	71	712	46.9356	5.2095	5
71270	Mont-lès-Seurre	mont-les-seurre	27	71	712	46.9465	5.1216	5
71270	Beauvernois	beauvernois	27	71	714	46.8345	5.4442	5
71270	Frontenard	frontenard	27	71	714	46.913	5.1576	5
71270	Pontoux	pontoux	27	71	712	46.9239	5.111	5
71270	Charette-Varennes	charette-varennes	27	71	714	46.9167	5.2	5
71290	Ratenelle	ratenelle	27	71	714	46.5264	5.0145	5
71290	Huilly-sur-Seille	huilly-sur-seille	27	71	714	46.5916	5.052	5
71290	Rancy	rancy	27	71	714	46.597	5.0921	5
71290	L’Abergement-de-Cuisery	l-abergement-de-cuisery	27	71	714	46.578	4.9575	5
71290	Brienne	brienne	27	71	714	46.5574	5.0203	5
71290	Loisy	loisy	27	71	714	46.5811	5.0271	5
71290	La Genête	la-genete	27	71	714	46.55	5.0437	5
71290	Simandre	simandre	27	71	714	46.6236	4.9878	5
71290	Préty	prety	27	71	715	46.5427	4.9424	5
71290	Ormes	ormes	27	71	714	46.6346	4.9651	5
71290	Cuisery	cuisery	27	71	714	46.557	4.998	5
71290	La Truchère	la-truchere	27	71	715	46.5162	4.9522	5
71290	Jouvençon	jouvencon	27	71	714	46.5754	5.0553	5
71300	Montceau-les-Mines	montceau-les-mines	27	71	711	46.6667	4.3667	5
71300	Mont-Saint-Vincent	mont-saint-vincent	27	71	711	46.631	4.478	5
71300	Saint-Berain-sous-Sanvignes	saint-berain-sous-sanvignes	27	71	711	46.7068	4.2941	5
71300	Marigny	marigny	27	71	711	46.679	4.4589	5
71300	Gourdon	gourdon	27	71	711	46.6415	4.4462	5
71300	Mary	mary	27	71	711	46.6182	4.4999	5
71301 CEDEX	Montceau-les-Mines	montceau-les-mines	27	71	711	46.6667	4.3667	5
71302 CEDEX	Montceau-les-Mines	montceau-les-mines	27	71	711	46.6667	4.3667	5
71303 CEDEX	Montceau-les-Mines	montceau-les-mines	27	71	711	46.6667	4.3667	5
71304 CEDEX	Montceau-les-Mines	montceau-les-mines	27	71	711	46.6667	4.3667	5
71305 CEDEX	Montceau-les-Mines	montceau-les-mines	27	71	711	46.6667	4.3667	5
71306 CEDEX	Montceau-les-Mines	montceau-les-mines	27	71	711	46.6667	4.3667	5
71307 CEDEX	Montceau-les-Mines	montceau-les-mines	27	71	711	46.6667	4.3667	5
71308 CEDEX	Montceau-les-Mines	montceau-les-mines	27	71	711	46.6667	4.3667	5
71309 CEDEX	Montceau-les-Mines	montceau-les-mines	27	71	711	46.6667	4.3667	5
71310	Dampierre-en-Bresse	dampierre-en-bresse	27	71	714	46.827	5.1988	5
71310	Mervans	mervans	27	71	714	46.7992	5.1843	5
71310	Saint-Bonnet-en-Bresse	saint-bonnet-en-bresse	27	71	714	46.8541	5.1708	5
71310	Serrigny-en-Bresse	serrigny-en-bresse	27	71	714	46.8171	5.1175	5
71310	Serley	serley	27	71	714	46.7831	5.2162	5
71310	La Racineuse	la-racineuse	27	71	714	46.8356	5.1523	5
71310	La Chapelle-Saint-Sauveur	la-chapelle-saint-sauveur	27	71	714	46.8461	5.2704	5
71310	La Chaux	la-chaux	27	71	714	46.8287	5.2602	5
71310	Montjay	montjay	27	71	714	46.8089	5.3112	5
71320	La Boulaye	la-boulaye	27	71	711	46.7457	4.1274	5
71320	Charbonnat	charbonnat	27	71	711	46.7895	4.1162	5
71320	Cuzy	cuzy	27	71	713	46.7601	4.0315	5
71320	Montmort	montmort	27	71	713	46.733	4.0923	5
71320	Sainte-Radegonde	sainte-radegonde	27	71	713	46.6831	4.0696	5
71320	Saint-Eugène	saint-eugene	27	71	711	46.7375	4.1959	5
71320	Toulon-sur-Arroux	toulon-sur-arroux	27	71	713	46.6934	4.1387	5
71321 CEDEX	Chalon-sur-Saône	chalon-sur-saone	27	71	712	46.7833	4.85	5
71322 CEDEX	Chalon-sur-Saône	chalon-sur-saone	27	71	712	46.7833	4.85	5
71323 CEDEX	Chalon-sur-Saône	chalon-sur-saone	27	71	712	46.7833	4.85	5
71324 CEDEX	Chalon-sur-Saône	chalon-sur-saone	27	71	712	46.7833	4.85	5
71325 CEDEX	Chalon-sur-Saône	chalon-sur-saone	27	71	712	46.7833	4.85	5
71326 CEDEX	Chalon-sur-Saône	chalon-sur-saone	27	71	712	46.7833	4.85	5
71327 CEDEX	Chalon-sur-Saône	chalon-sur-saone	27	71	712	46.7833	4.85	5
71328 CEDEX	Chalon-sur-Saône	chalon-sur-saone	27	71	712	46.7833	4.85	5
71330	Bosjean	bosjean	27	71	714	46.7614	5.3349	5
71330	Frangy-en-Bresse	frangy-en-bresse	27	71	714	46.7333	5.3333	5
71330	Le Tartre	le-tartre	27	71	714	46.7417	5.3623	5
71330	Saint-Germain-du-Bois	saint-germain-du-bois	27	71	714	46.7529	5.2453	5
71330	Le Planois	le-planois	27	71	714	46.7874	5.3276	5
71330	Devrouze	devrouze	27	71	714	46.7636	5.1586	5
71330	Simard	simard	27	71	714	46.7197	5.1807	5
71330	Diconne	diconne	27	71	714	46.774	5.135	5
71330	Bouhans	bouhans	27	71	714	46.7717	5.2965	5
71330	Sens-sur-Seille	sens-sur-seille	27	71	714	46.75	5.3167	5
71331 CEDEX	Chalon-sur-Saône	chalon-sur-saone	27	71	712	46.7833	4.85	5
71332 CEDEX	Chalon-sur-Saône	chalon-sur-saone	27	71	712	46.7833	4.85	5
71333 CEDEX	Chalon-sur-Saône	chalon-sur-saone	27	71	712	46.7833	4.85	5
71334 CEDEX	Chalon-sur-Saône	chalon-sur-saone	27	71	712	46.7833	4.85	5
71335 CEDEX	Chalon-sur-Saône	chalon-sur-saone	27	71	712	46.7833	4.85	5
71336 CEDEX	Chalon-sur-Saône	chalon-sur-saone	27	71	712	46.7833	4.85	5
71337 CEDEX	Chalon-sur-Saône	chalon-sur-saone	27	71	712	46.7833	4.85	5
71339 CEDEX	Chalon-sur-Saône	chalon-sur-saone	27	71	712	46.7833	4.85	5
71340	Mailly	mailly	27	71	713	46.2239	4.115	5
71340	Melay	melay	27	71	713	46.2167	4.0333	5
71340	Fleury-la-Montagne	fleury-la-montagne	27	71	713	46.205	4.1191	5
71340	Chenay-le-Châtel	chenay-le-chatel	27	71	713	46.2273	3.9395	5
71340	Saint-Bonnet-de-Cray	saint-bonnet-de-cray	27	71	713	46.2163	4.1406	5
71340	Iguerande	iguerande	27	71	713	46.2026	4.0815	5
71350	Saunières	saunieres	27	71	712	46.9015	5.0796	5
71350	Allerey-sur-Saône	allerey-sur-saone	27	71	712	46.9052	4.983	5
71350	Palleau	palleau	27	71	712	46.9577	5.0278	5
71350	Saint-Gervais-en-Vallière	saint-gervais-en-valliere	27	71	712	46.9392	4.9507	5
71350	Verdun-sur-le-Doubs	verdun-sur-le-doubs	27	71	712	46.8969	5.0213	5
71350	Bragny-sur-Saône	bragny-sur-saone	27	71	712	46.9101	5.0312	5
71350	Ciel	ciel	27	71	712	46.8825	5.0422	5
71350	Écuelles	ecuelles	27	71	712	46.9441	5.0609	5
71350	Toutenant	toutenant	27	71	712	46.8753	5.1126	5
71350	Charnay-lès-Chalon	charnay-les-chalon	27	71	712	46.9386	5.0936	5
71350	Saint-Martin-en-Gâtinois	saint-martin-en-gatinois	27	71	712	46.9425	5.0145	5
71350	Saint-Loup-Géanges	saint-loup-geanges	27	71	712	46.95	4.9	5
71350	Les Bordes	les-bordes	27	71	712	46.8959	5.0301	5
71350	Sermesse	sermesse	27	71	712	46.8999	5.0882	5
71360	Collonge-la-Madeleine	collonge-la-madeleine	27	71	711	46.9404	4.5223	5
71360	Saisy	saisy	27	71	711	46.9605	4.5488	5
71360	Épertully	epertully	27	71	711	46.9424	4.6057	5
71360	Épinac	epinac	27	71	711	46.9833	4.5167	5
71360	Morlet	morlet	27	71	711	46.9542	4.5098	5
71360	Saint-Léger-du-Bois	saint-leger-du-bois	27	71	711	47.0142	4.4466	5
71360	Sully	sully	27	71	711	47.0074	4.4733	5
71370	Baudrières	baudrieres	27	71	714	46.6729	5.0112	5
71370	Saint-Étienne-en-Bresse	saint-etienne-en-bresse	27	71	714	46.7062	5.051	5
71370	L’Abergement-Sainte-Colombe	l-abergement-sainte-colombe	27	71	714	46.7545	5.0035	5
71370	Saint-Christophe-en-Bresse	saint-christophe-en-bresse	27	71	714	46.7522	4.9877	5
71370	Saint-Germain-du-Plain	saint-germain-du-plain	27	71	714	46.6994	4.9851	5
71370	Ouroux-sur-Saône	ouroux-sur-saone	27	71	714	46.7215	4.9526	5
71380	Oslon	oslon	27	71	712	46.7837	4.9234	5
71380	Épervans	epervans	27	71	712	46.7525	4.8993	5
71380	Lans	lans	27	71	712	46.77	4.922	5
71380	Châtenoy-en-Bresse	chatenoy-en-bresse	27	71	712	46.7916	4.9124	5
71380	Saint-Marcel	saint-marcel	27	71	712	46.7737	4.8921	5
71380	Allériot	alleriot	27	71	712	46.8142	4.9459	5
71390	Marcilly-lès-Buxy	marcilly-les-buxy	27	71	712	46.7181	4.5962	5
71390	Saint-Martin-d’Auxy	saint-martin-d-auxy	27	71	712	46.7243	4.5508	5
71390	Bissey-sous-Cruchaud	bissey-sous-cruchaud	27	71	712	46.7354	4.6873	5
71390	Fley	fley	27	71	712	46.6698	4.6406	5
71390	Montagny-lès-Buxy	montagny-les-buxy	27	71	712	46.7062	4.6702	5
71390	Saint-Boil	saint-boil	27	71	712	46.6552	4.6824	5
71390	Sassangy	sassangy	27	71	712	46.7207	4.638	5
71390	Granges	granges	27	71	712	46.7438	4.7305	5
71390	Messey-sur-Grosne	messey-sur-grosne	27	71	712	46.6441	4.7431	5
71390	Saint-Privé	saint-prive	27	71	712	46.7057	4.5794	5
71390	Saint-Désert	saint-desert	27	71	712	46.7544	4.7107	5
71390	Chenôves	chenoves	27	71	712	46.6667	4.6667	5
71390	Rosey	rosey	27	71	712	46.7473	4.6963	5
71390	Villeneuve-en-Montagne	villeneuve-en-montagne	27	71	712	46.769	4.6086	5
71390	Jully-lès-Buxy	jully-les-buxy	27	71	712	46.6909	4.6957	5
71390	Saint-Germain-lès-Buxy	saint-germain-les-buxy	27	71	712	46.7095	4.7713	5
71390	Saules	saules	27	71	712	46.6562	4.672	5
71390	Moroges	moroges	27	71	712	46.751	4.6768	5
71390	Sainte-Hélène	sainte-helene	27	71	712	46.7575	4.6431	5
71390	Cersot	cersot	27	71	712	46.7102	4.6227	5
71390	Saint-Vallerin	saint-vallerin	27	71	712	46.6865	4.6739	5
71390	Buxy	buxy	27	71	712	46.7137	4.7043	5
71400	Tavernay	tavernay	27	71	711	47.0139	4.2344	5
71400	Autun	autun	27	71	711	46.95	4.3	5
71400	La Celle-en-Morvan	la-celle-en-morvan	27	71	711	47.0167	4.1667	5
71400	La Petite-Verrière	la-petite-verriere	27	71	711	47.0495	4.1597	5
71400	Antully	antully	27	71	711	46.9036	4.4102	5
71400	Saint-Forgeot	saint-forgeot	27	71	711	47.0038	4.3	5
71400	Monthelon	monthelon	27	71	711	46.958	4.2255	5
71400	Curgy	curgy	27	71	711	46.9871	4.3845	5
71400	Auxy	auxy	27	71	711	46.9494	4.4044	5
71400	Dracy-Saint-Loup	dracy-saint-loup	27	71	711	47.0162	4.343	5
71401 CEDEX	Autun	autun	27	71	711	46.95	4.3	5
71402 CEDEX	Autun	autun	27	71	711	46.95	4.3	5
71403 CEDEX	Autun	autun	27	71	711	46.95	4.3	5
71404 CEDEX	Autun	autun	27	71	711	46.95	4.3	5
71405 CEDEX	Autun	autun	27	71	711	46.95	4.3	5
71407 CEDEX	Autun	autun	27	71	711	46.95	4.3	5
71408 CEDEX	Autun	autun	27	71	711	46.95	4.3	5
71409 CEDEX	Autun	autun	27	71	711	46.95	4.3	5
71410	Sanvignes-les-Mines	sanvignes-les-mines	27	71	711	46.6644	4.2919	5
71420	Oudry	oudry	27	71	713	46.575	4.1575	5
71420	Marly-sur-Arroux	marly-sur-arroux	27	71	713	46.6186	4.1337	5
71420	Ciry-le-Noble	ciry-le-noble	27	71	711	46.6061	4.2987	5
71420	Dompierre-sous-Sanvignes	dompierre-sous-sanvignes	27	71	713	46.6518	4.2262	5
71420	Génelard	genelard	27	71	711	46.5812	4.2362	5
71420	Saint-Romain-sous-Versigny	saint-romain-sous-versigny	27	71	713	46.6475	4.1863	5
71420	Perrecy-les-Forges	perrecy-les-forges	27	71	711	46.6145	4.2138	5
71430	Saint-Bonnet-de-Vieille-Vigne	saint-bonnet-de-vieille-vigne	27	71	713	46.5223	4.2534	5
71430	Grandvaux	grandvaux	27	71	713	46.5062	4.1916	5
71430	Saint-Vincent-Bragny	saint-vincent-bragny	27	71	713	46.5351	4.1268	5
71430	Palinges	palinges	27	71	713	46.5536	4.2196	5
71430	Saint-Aubin-en-Charollais	saint-aubin-en-charollais	27	71	713	46.4965	4.2164	5
71440	La Frette	la-frette	27	71	714	46.6384	5.0502	5
71440	Savigny-sur-Seille	savigny-sur-seille	27	71	714	46.6233	5.1068	5
71440	Saint-Vincent-en-Bresse	saint-vincent-en-bresse	27	71	714	46.666	5.0604	5
71440	Montret	montret	27	71	714	46.6819	5.1147	5
71440	Tronchy	tronchy	27	71	714	46.7271	5.0717	5
71440	Vérissey	verissey	27	71	714	46.7119	5.1188	5
71440	Lessard-en-Bresse	lessard-en-bresse	27	71	714	46.7405	5.0935	5
71440	Juif	juif	27	71	714	46.6818	5.1593	5
71440	Saint-André-en-Bresse	saint-andre-en-bresse	27	71	714	46.6516	5.0922	5
71440	Thurey	thurey	27	71	714	46.7428	5.1231	5
71450	Blanzy	blanzy	27	71	711	46.7001	4.3883	5
71460	Saint-Gengoux-le-National	saint-gengoux-le-national	27	71	712	46.6148	4.6626	5
71460	Bissy-sur-Fley	bissy-sur-fley	27	71	712	46.6629	4.6193	5
71460	Saint-Maurice-des-Champs	saint-maurice-des-champs	27	71	712	46.6289	4.6199	5
71460	Germagny	germagny	27	71	712	46.6712	4.603	5
71460	Culles-les-Roches	culles-les-roches	27	71	712	46.6524	4.6535	5
71460	Saint-Clément-sur-Guye	saint-clement-sur-guye	27	71	715	46.618	4.581	5
71460	Curtil-sous-Burnand	curtil-sous-burnand	27	71	712	46.5826	4.6333	5
71460	Chapaize	chapaize	27	71	712	46.5574	4.7354	5
71460	Saint-Marcelin-de-Cray	saint-marcelin-de-cray	27	71	715	46.5598	4.5232	5
71460	Champagny-sous-Uxelles	champagny-sous-uxelles	27	71	712	46.5796	4.7419	5
71460	Bissy-sous-Uxelles	bissy-sous-uxelles	27	71	712	46.5687	4.7199	5
71460	Bonnay	bonnay	27	71	715	46.5502	4.6209	5
71460	Cortevaix	cortevaix	27	71	715	46.5365	4.6381	5
71460	Burnand	burnand	27	71	712	46.5941	4.6299	5
71460	Saint-Ythaire	saint-ythaire	27	71	715	46.5687	4.6095	5
71460	Bresse-sur-Grosne	bresse-sur-grosne	27	71	712	46.5929	4.7356	5
71460	Cormatin	cormatin	27	71	712	46.5462	4.6861	5
71460	Collonge-en-Charollais	collonge-en-charollais	27	71	712	46.6425	4.5396	5
71460	Saint-Micaud	saint-micaud	27	71	711	46.6879	4.5477	5
71460	Le Puley	le-puley	27	71	712	46.6782	4.5639	5
71460	Santilly	santilly	27	71	712	46.6157	4.6924	5
71460	Saint-Huruge	saint-huruge	27	71	715	46.5804	4.5686	5
71460	Vaux-en-Pré	vaux-en-pre	27	71	712	46.628	4.5985	5
71460	Saint-Martin-la-Patrouille	saint-martin-la-patrouille	27	71	715	46.5823	4.5538	5
71460	Genouilly	genouilly	27	71	712	46.6517	4.5733	5
71460	Burzy	burzy	27	71	715	46.597	4.5818	5
71460	Sercy	sercy	27	71	712	46.6036	4.6867	5
71460	Joncy	joncy	27	71	715	46.6127	4.557	5
71460	Saint-Martin-du-Tartre	saint-martin-du-tartre	27	71	712	46.6394	4.6135	5
71460	Ameugny	ameugny	27	71	715	46.5259	4.6774	5
71460	Malay	malay	27	71	712	46.5665	4.6814	5
71460	Savigny-sur-Grosne	savigny-sur-grosne	27	71	712	46.5821	4.6712	5
71460	Chissey-lès-Mâcon	chissey-les-macon	27	71	715	46.5252	4.7411	5
71460	Savianges	savianges	27	71	712	46.6915	4.6057	5
71470	Ménetreuil	menetreuil	27	71	714	46.5833	5.1	5
71470	La Chapelle-Thècle	la-chapelle-thecle	27	71	714	46.5573	5.116	5
71470	Montpont-en-Bresse	montpont-en-bresse	27	71	714	46.5563	5.1646	5
71470	Romenay	romenay	27	71	714	46.5021	5.069	5
71470	Sainte-Croix	sainte-croix	27	71	714	46.5716	5.2461	5
71480	Joudes	joudes	27	71	714	46.4677	5.3588	5
71480	Champagnat	champagnat	27	71	714	46.483	5.3806	5
71480	Varennes-Saint-Sauveur	varennes-saint-sauveur	27	71	714	46.4823	5.2435	5
71480	Cuiseaux	cuiseaux	27	71	714	46.4947	5.3893	5
71480	Dommartin-lès-Cuiseaux	dommartin-les-cuiseaux	27	71	714	46.4988	5.2994	5
71480	Condal	condal	27	71	714	46.4626	5.282	5
71480	Le Miroir	le-miroir	27	71	714	46.5356	5.3346	5
71490	Saint-Jean-de-Trézy	saint-jean-de-trezy	27	71	711	46.8362	4.5873	5
71490	Saint-Gervais-sur-Couches	saint-gervais-sur-couches	27	71	711	46.9211	4.5819	5
71490	Saint-Martin-de-Commune	saint-martin-de-commune	27	71	711	46.9	4.5167	5
71490	Dracy-lès-Couches	dracy-les-couches	27	71	711	46.8887	4.5773	5
71490	Couches	couches	27	71	711	46.8667	4.5667	5
71490	Saint-Maurice-lès-Couches	saint-maurice-les-couches	27	71	711	46.8802	4.5996	5
71490	Tintry	tintry	27	71	711	46.9311	4.4949	5
71490	Créot	creot	27	71	711	46.9179	4.6126	5
71490	Saint-Émiland	saint-emiland	27	71	711	46.9046	4.4842	5
71500	Branges	branges	27	71	714	46.6444	5.1847	5
71500	Bantanges	bantanges	27	71	714	46.6072	5.1071	5
71500	Louhans	louhans	27	71	714	46.6333	5.2167	5
71500	Ratte	ratte	27	71	714	46.6451	5.3023	5
71500	La Chapelle-Naude	la-chapelle-naude	27	71	714	46.5941	5.1927	5
71500	Montagny-près-Louhans	montagny-pres-louhans	27	71	714	46.6579	5.2695	5
71500	Bruailles	bruailles	27	71	714	46.5959	5.2355	5
71500	Montcony	montcony	27	71	714	46.6998	5.292	5
71500	Vincelles	vincelles	27	71	714	46.6591	5.2366	5
71500	Saint-Usuge	saint-usuge	27	71	714	46.679	5.2509	5
71500	Sornay	sornay	27	71	714	46.6302	5.18	5
71501 CEDEX	Louhans	louhans	27	71	714	46.6333	5.2167	5
71502 CEDEX	Louhans	louhans	27	71	714	46.6333	5.2167	5
71503 CEDEX	Louhans	louhans	27	71	714	46.6333	5.2167	5
71509 CEDEX	Louhans	louhans	27	71	714	46.6333	5.2167	5
71510	Dennevy	dennevy	27	71	712	46.8658	4.6485	5
71510	Saint-Bérain-sur-Dheune	saint-berain-sur-dheune	27	71	712	46.8167	4.6	5
71510	Chamilly	chamilly	27	71	712	46.8671	4.6844	5
71510	Charrecey	charrecey	27	71	712	46.8388	4.6677	5
71510	Aluze	aluze	27	71	712	46.8473	4.6862	5
71510	Essertenne	essertenne	27	71	711	46.8126	4.5452	5
71510	Saint-Sernin-du-Plain	saint-sernin-du-plain	27	71	712	46.8918	4.6161	5
71510	Châtel-Moron	chatel-moron	27	71	712	46.7935	4.6477	5
71510	Saint-Léger-sur-Dheune	saint-leger-sur-dheune	27	71	712	46.8455	4.6361	5
71510	Morey	morey	27	71	711	46.7667	4.8	5
71510	Perreuil	perreuil	27	71	711	46.8182	4.5681	5
71510	Saint-Gilles	saint-gilles	27	71	712	46.8779	4.6636	5
71520	Trivy	trivy	27	71	715	46.3865	4.4919	5
71520	Saint-Point	saint-point	27	71	715	46.3396	4.6168	5
71520	Matour	matour	27	71	715	46.3065	4.4818	5
71520	Trambly	trambly	27	71	715	46.328	4.5332	5
71520	Brandon	brandon	27	71	715	46.3685	4.5682	5
71520	Tramayes	tramayes	27	71	715	46.3046	4.6031	5
71520	Saint-Léger-sous-la-Bussière	saint-leger-sous-la-bussiere	27	71	715	46.3103	4.5548	5
71520	Dompierre-les-Ormes	dompierre-les-ormes	27	71	715	46.3605	4.4833	5
71520	Bourgvilain	bourgvilain	27	71	715	46.3694	4.6319	5
71520	Clermain	clermain	27	71	715	46.3655	4.5838	5
71520	Montagny-sur-Grosne	montagny-sur-grosne	27	71	715	46.356	4.5506	5
71520	Montmelard	montmelard	27	71	715	46.3312	4.4098	5
71520	La Chapelle-du-Mont-de-France	la-chapelle-du-mont-de-france	27	71	715	46.382	4.5355	5
71520	Saint-Pierre-le-Vieux	saint-pierre-le-vieux	27	71	715	46.2857	4.5359	5
71520	Germolles-sur-Grosne	germolles-sur-grosne	27	71	715	46.2799	4.5905	5
71520	Curtil-sous-Buffières	curtil-sous-buffieres	27	71	715	46.4016	4.528	5
71530	Lessard-le-National	lessard-le-national	27	71	712	46.8662	4.8379	5
71530	Crissey	crissey	27	71	712	46.8165	4.8819	5
71530	Fragnes	fragnes	27	71	712	46.8361	4.8445	5
71530	Virey-le-Grand	virey-le-grand	27	71	712	46.8333	4.8667	5
71530	Fragnes-La Loyère	fragnes-la-loyere	27	71	712	46.8342	4.8461	5
71530	La Loyère	la-loyere	27	71	712	46.8427	4.8119	5
71530	Sassenay	sassenay	27	71	712	46.8307	4.9252	5
71530	Champforgeuil	champforgeuil	27	71	712	46.8186	4.8336	5
71540	Sommant	sommant	27	71	711	47.0485	4.2181	5
71540	Igornay	igornay	27	71	711	47.0456	4.3777	5
71540	Barnay	barnay	27	71	711	47.0888	4.3388	5
71540	Chissey-en-Morvan	chissey-en-morvan	27	71	711	47.117	4.2251	5
71540	Cordesse	cordesse	27	71	711	47.0374	4.3394	5
71540	Reclesne	reclesne	27	71	711	47.0406	4.2702	5
71540	Lucenay-l’Évêque	lucenay-l-eveque	27	71	711	47.0808	4.2452	5
71550	Roussillon-en-Morvan	roussillon-en-morvan	27	71	711	47.0263	4.1199	5
71550	Cussy-en-Morvan	cussy-en-morvan	27	71	711	47.09	4.1638	5
71550	Anost	anost	27	71	711	47.0773	4.0994	5
71570	Pruzilly	pruzilly	27	71	715	46.2577	4.698	5
71570	Saint-Vérand	saint-verand	27	71	715	46.2545	4.7368	5
71570	Chaintré	chaintre	27	71	715	46.2603	4.7596	5
71570	La Chapelle-de-Guinchay	la-chapelle-de-guinchay	27	71	715	46.2084	4.7625	5
71570	Chânes	chanes	27	71	715	46.2515	4.7565	5
71570	Leynes	leynes	27	71	715	46.2697	4.7286	5
71570	Romanèche-Thorins	romaneche-thorins	27	71	715	46.184	4.7424	5
71570	Saint-Amour-Bellevue	saint-amour-bellevue	27	71	715	46.2455	4.7422	5
71570	Chasselas	chasselas	27	71	715	46.2757	4.7188	5
71570	Saint-Symphorien-d’Ancelles	saint-symphorien-d-ancelles	27	71	715	46.1985	4.7699	5
71580	Savigny-en-Revermont	savigny-en-revermont	27	71	714	46.6355	5.4202	5
71580	Frontenaud	frontenaud	27	71	714	46.5525	5.2923	5
71580	Saint-Martin-du-Mont	saint-martin-du-mont	27	71	714	46.6141	5.2941	5
71580	Saillenard	saillenard	27	71	714	46.6911	5.3713	5
71580	Sagy	sagy	27	71	714	46.6013	5.3105	5
71580	Beaurepaire-en-Bresse	beaurepaire-en-bresse	27	71	714	46.6685	5.3883	5
71580	Le Fay	le-fay	27	71	714	46.6673	5.3297	5
71580	Flacey-en-Bresse	flacey-en-bresse	27	71	714	46.6007	5.3939	5
71590	Verjux	verjux	27	71	712	46.8786	4.9635	5
71590	Gergy	gergy	27	71	712	46.8756	4.9453	5
71600	Vitry-en-Charollais	vitry-en-charollais	27	71	713	46.7833	4.05	5
71600	L’Hôpital-le-Mercier	l-hopital-le-mercier	27	71	713	46.3932	4.0155	5
71600	Saint-Yan	saint-yan	27	71	713	46.4115	4.0388	5
71600	Paray-le-Monial	paray-le-monial	27	71	713	46.4546	4.1158	5
71600	Poisson	poisson	27	71	713	46.3847	4.1294	5
71600	Saint-Léger-lès-Paray	saint-leger-les-paray	27	71	713	46.4733	4.0895	5
71600	Nochize	nochize	27	71	713	46.3958	4.1727	5
71600	Hautefond	hautefond	27	71	713	46.4382	4.1939	5
71600	Volesvres	volesvres	27	71	713	46.4719	4.1599	5
71600	Varenne-Saint-Germain	varenne-saint-germain	27	71	713	46.4333	4.0167	5
71601 CEDEX	Paray-le-Monial	paray-le-monial	27	71	713	46.4546	4.1158	5
71602 CEDEX	Paray-le-Monial	paray-le-monial	27	71	713	46.4546	4.1158	5
71603 CEDEX	Paray-le-Monial	paray-le-monial	27	71	713	46.4546	4.1158	5
71604 CEDEX	Paray-le-Monial	paray-le-monial	27	71	713	46.4546	4.1158	5
71609 CEDEX	Paray-le-Monial	paray-le-monial	27	71	713	46.4546	4.1158	5
71620	Montcoy	montcoy	27	71	712	46.8001	4.997	5
71620	Guerfand	guerfand	27	71	712	46.788	5.0271	5
71620	Saint-Martin-en-Bresse	saint-martin-en-bresse	27	71	712	46.8173	5.0603	5
71620	Bey	bey	27	71	712	46.8199	4.9676	5
71620	Damerey	damerey	27	71	712	46.8341	4.9902	5
71620	Saint-Maurice-en-Rivière	saint-maurice-en-riviere	27	71	712	46.8456	5.0061	5
71620	Villegaudin	villegaudin	27	71	712	46.7969	5.097	5
71620	Saint-Didier-en-Bresse	saint-didier-en-bresse	27	71	712	46.8537	5.0905	5
71640	Mercurey	mercurey	27	71	712	46.8404	4.7174	5
71640	Saint-Jean-de-Vaux	saint-jean-de-vaux	27	71	712	46.8087	4.6994	5
71640	Dracy-le-Fort	dracy-le-fort	27	71	712	46.7975	4.7621	5
71640	Barizey	barizey	27	71	712	46.7894	4.6798	5
71640	Saint-Mard-de-Vaux	saint-mard-de-vaux	27	71	712	46.813	4.6844	5
71640	Givry	givry	27	71	712	46.782	4.7426	5
71640	Saint-Denis-de-Vaux	saint-denis-de-vaux	27	71	712	46.7945	4.6983	5
71640	Jambles	jambles	27	71	712	46.7729	4.6944	5
71640	Mellecey	mellecey	27	71	712	46.8108	4.7282	5
71640	Saint-Martin-sous-Montaigu	saint-martin-sous-montaigu	27	71	712	46.8158	4.7135	5
71670	Saint-Pierre-de-Varennes	saint-pierre-de-varennes	27	71	711	46.842	4.4992	5
71670	Le Breuil	le-breuil	27	71	711	46.8065	4.4695	5
71670	Saint-Firmin	saint-firmin	27	71	711	46.8294	4.4689	5
71680	Crêches-sur-Saône	creches-sur-saone	27	71	715	46.2447	4.7868	5
71680	Vinzelles	vinzelles	27	71	715	46.2733	4.7683	5
71700	Ozenay	ozenay	27	71	715	46.543	4.8496	5
71700	Martailly-lès-Brancion	martailly-les-brancion	27	71	715	46.5314	4.802	5
71700	Grevilly	grevilly	27	71	715	46.5146	4.8179	5
71700	Farges-lès-Mâcon	farges-les-macon	27	71	715	46.5116	4.9014	5
71700	Plottes	plottes	27	71	715	46.5294	4.8739	5
71700	La Chapelle-sous-Brancion	la-chapelle-sous-brancion	27	71	715	46.5515	4.7915	5
71700	Royer	royer	27	71	715	46.5557	4.8239	5
71700	Uchizy	uchizy	27	71	715	46.5035	4.8858	5
71700	Le Villars	le-villars	27	71	715	46.5311	4.9304	5
71700	Tournus	tournus	27	71	715	46.5676	4.9057	5
71700	Chardonnay	chardonnay	27	71	715	46.51	4.8611	5
71700	Lacrost	lacrost	27	71	715	46.558	4.9323	5
71700	Boyer	boyer	27	71	712	46.5922	4.8838	5
71710	Saint-Symphorien-de-Marmagne	saint-symphorien-de-marmagne	27	71	711	46.839	4.3308	5
71710	Marmagne	marmagne	27	71	711	46.8367	4.3589	5
71710	Montcenis	montcenis	27	71	711	46.7879	4.3874	5
71710	Charmoy	charmoy	27	71	711	46.7564	4.3338	5
71710	Les Bizots	les-bizots	27	71	711	46.7508	4.3893	5
71740	Tancon	tancon	27	71	713	46.203	4.2655	5
71740	Saint-Edmond	saint-edmond	27	71	713	46.2032	4.2108	5
71740	Châteauneuf	chateauneuf	27	71	713	46.2125	4.2547	5
71740	Saint-Martin-de-Lixy	saint-martin-de-lixy	27	71	713	46.203	4.2444	5
71740	Saint-Maurice-lès-Châteauneuf	saint-maurice-les-chateauneuf	27	71	713	46.2163	4.253	5
71760	Issy-l’Évêque	issy-l-eveque	27	71	713	46.7076	3.9737	5
71760	Marly-sous-Issy	marly-sous-issy	27	71	713	46.7219	3.9279	5
71760	Cressy-sur-Somme	cressy-sur-somme	27	71	713	46.695	3.8681	5
71760	Grury	grury	27	71	713	46.6758	3.9106	5
71800	Amanzé	amanze	27	71	713	46.3319	4.2413	5
71800	Baudemont	baudemont	27	71	713	46.288	4.2866	5
71800	Saint-Symphorien-des-Bois	saint-symphorien-des-bois	27	71	713	46.3328	4.2817	5
71800	Châtenay	chatenay	27	71	713	46.2909	4.3836	5
71800	Curbigny	curbigny	27	71	713	46.3079	4.3104	5
71800	Vauban	vauban	27	71	713	46.2612	4.2234	5
71800	Oyé	oye	27	71	713	46.3236	4.191	5
71800	La Chapelle-sous-Dun	la-chapelle-sous-dun	27	71	713	46.2603	4.2951	5
71800	Gibles	gibles	27	71	713	46.3241	4.3777	5
71800	Saint-Laurent-en-Brionnais	saint-laurent-en-brionnais	27	71	713	46.2735	4.2586	5
71800	Ouroux-sous-le-Bois-Sainte-Marie	ouroux-sous-le-bois-sainte-marie	27	71	713	46.3588	4.3105	5
71800	Dyo	dyo	27	71	713	46.3592	4.2764	5
71800	Vareilles	vareilles	27	71	713	46.2979	4.2609	5
71800	Saint-Julien-de-Civry	saint-julien-de-civry	27	71	713	46.3663	4.2312	5
71800	Saint-Racho	saint-racho	27	71	713	46.2649	4.3675	5
71800	La Clayette	la-clayette	27	71	713	46.29	4.3042	5
71800	Colombier-en-Brionnais	colombier-en-brionnais	27	71	713	46.3558	4.3337	5
71800	Varennes-sous-Dun	varennes-sous-dun	27	71	713	46.2901	4.3328	5
71800	Saint-Germain-en-Brionnais	saint-germain-en-brionnais	27	71	713	46.3543	4.2649	5
71800	Prizy	prizy	27	71	713	46.3577	4.2263	5
71800	Bois-Sainte-Marie	bois-sainte-marie	27	71	713	46.3298	4.3557	5
71800	Saint-Christophe-en-Brionnais	saint-christophe-en-brionnais	27	71	713	46.2888	4.1772	5
71850	Charnay-lès-Mâcon	charnay-les-macon	27	71	715	46.3075	4.7848	5
71870	Hurigny	hurigny	27	71	715	46.3472	4.7968	5
71870	Laizé	laize	27	71	715	46.3949	4.8063	5
71880	Châtenoy-le-Royal	chatenoy-le-royal	27	71	712	46.798	4.8119	5
71960	Bussières	bussieres	27	71	715	46.3375	4.7082	5
71960	Serrières	serrieres	27	71	715	46.3127	4.6801	5
71960	Verzé	verze	27	71	715	46.3772	4.7357	5
71960	Vergisson	vergisson	27	71	715	46.3092	4.7126	5
71960	Sologny	sologny	27	71	715	46.3594	4.6819	5
71960	Chevagny-les-Chevrières	chevagny-les-chevrieres	27	71	715	46.3321	4.7714	5
71960	Milly-Lamartine	milly-lamartine	27	71	715	46.3474	4.6977	5
71960	Solutré-Pouilly	solutre-pouilly	27	71	715	46.3	4.7167	5
71960	Fuissé	fuisse	27	71	715	46.2809	4.7429	5
71960	Berzé-la-Ville	berze-la-ville	27	71	715	46.3632	4.7039	5
71960	Igé	ige	27	71	715	46.398	4.7412	5
71960	Berzé-le-Châtel	berze-le-chatel	27	71	715	46.3851	4.6906	5
71960	Pierreclos	pierreclos	27	71	715	46.3349	4.6861	5
71960	Prissé	prisse	27	71	715	46.3213	4.7447	5
71960	Davayé	davaye	27	71	715	46.3036	4.7433	5
71960	La Roche-Vineuse	la-roche-vineuse	27	71	715	46.3452	4.7202	5
71990	Saint-Léger-sous-Beuvray	saint-leger-sous-beuvray	27	71	711	46.9229	4.1012	5
71990	Saint-Prix	saint-prix	27	71	711	46.955	4.073	5
71990	La Comelle	la-comelle	27	71	711	46.8786	4.1118	5
71990	La Grande-Verrière	la-grande-verriere	27	71	711	46.9646	4.1404	5
89000	Auxerre	auxerre	27	89	891	47.7996	3.5703	5
89000	Saint-Georges-sur-Baulche	saint-georges-sur-baulche	27	89	891	47.8004	3.5314	5
89000	Perrigny	perrigny	27	89	891	47.8209	3.5366	5
89001 CEDEX	Auxerre	auxerre	27	89	891	47.7996	3.5703	5
89002 CEDEX	Auxerre	auxerre	27	89	891	47.7996	3.5703	5
89003 CEDEX	Auxerre	auxerre	27	89	891	47.7996	3.5703	5
89004 CEDEX	Auxerre	auxerre	27	89	891	47.7996	3.5703	5
89005 CEDEX	Auxerre	auxerre	27	89	891	47.7996	3.5703	5
89006 CEDEX	Auxerre	auxerre	27	89	891	47.7996	3.5703	5
89007 CEDEX	Auxerre	auxerre	27	89	891	47.7996	3.5703	5
89009 CEDEX	Auxerre	auxerre	27	89	891	47.7996	3.5703	5
89010 CEDEX	Auxerre	auxerre	27	89	891	47.7996	3.5703	5
89011 CEDEX	Auxerre	auxerre	27	89	891	47.7996	3.5703	5
89012 CEDEX	Auxerre	auxerre	27	89	891	47.7996	3.5703	5
89015 CEDEX	Auxerre	auxerre	27	89	891	47.7996	3.5703	5
89016 CEDEX	Auxerre	auxerre	27	89	891	47.7996	3.5703	5
89019 CEDEX	Auxerre	auxerre	27	89	891	47.7996	3.5703	5
89020 CEDEX	Auxerre	auxerre	27	89	891	47.7996	3.5703	5
89021 CEDEX	Auxerre	auxerre	27	89	891	47.7996	3.5703	5
89022 CEDEX	Auxerre	auxerre	27	89	891	47.7996	3.5703	5
89023 CEDEX	Auxerre	auxerre	27	89	891	47.7996	3.5703	5
89024 CEDEX	Auxerre	auxerre	27	89	891	47.7996	3.5703	5
89025 CEDEX	Auxerre	auxerre	27	89	891	47.7996	3.5703	5
89026 CEDEX	Auxerre	auxerre	27	89	891	47.7996	3.5703	5
89027 CEDEX	Auxerre	auxerre	27	89	891	47.7996	3.5703	5
89028 CEDEX	Auxerre	auxerre	27	89	891	47.7996	3.5703	5
89029 CEDEX	Auxerre	auxerre	27	89	891	47.7996	3.5703	5
89030 CEDEX	Auxerre	auxerre	27	89	891	47.7996	3.5703	5
89089 CEDEX	Auxerre	auxerre	27	89	891	47.7996	3.5703	5
89090 CEDEX	Sens	sens	27	89	893	48.2	3.2833	5
89091 CEDEX	Sens	sens	27	89	893	48.2	3.2833	5
89092 CEDEX	Sens	sens	27	89	893	48.2	3.2833	5
89093 CEDEX	Sens	sens	27	89	893	48.2	3.2833	5
89094 CEDEX	Sens	sens	27	89	893	48.2	3.2833	5
89095 CEDEX	Sens	sens	27	89	893	48.2	3.2833	5
89099 CEDEX	Sens	sens	27	89	893	48.2	3.2833	5
89100	Nailly	nailly	27	89	893	48.2234	3.2219	5
89100	Subligny	subligny	27	89	893	48.1678	3.2071	5
89100	Malay-le-Grand	malay-le-grand	27	89	893	48.1759	3.3419	5
89100	Villeroy	villeroy	27	89	893	48.1732	3.1859	5
89100	Saint-Clément	saint-clement	27	89	893	48.2172	3.2961	5
89100	Courtois-sur-Yonne	courtois-sur-yonne	27	89	893	48.227	3.255	5
89100	Fontaine-la-Gaillarde	fontaine-la-gaillarde	27	89	893	48.2199	3.3789	5
89100	Soucy	soucy	27	89	893	48.2496	3.3239	5
89100	Maillot	maillot	27	89	893	48.1756	3.3078	5
89100	Saint-Denis-lès-Sens	saint-denis-les-sens	27	89	893	48.2282	3.2662	5
89100	Collemiers	collemiers	27	89	893	48.156	3.2336	5
89100	Sens	sens	27	89	893	48.2	3.2833	5
89100	Malay-le-Petit	malay-le-petit	27	89	893	48.1731	3.3839	5
89100	Saligny	saligny	27	89	893	48.2139	3.352	5
89100	Paron	paron	27	89	893	48.1789	3.2508	5
89100	Gron	gron	27	89	893	48.1597	3.2635	5
89100	Rosoy	rosoy	27	89	893	48.151	3.311	5
89100	Saint-Martin-du-Tertre	saint-martin-du-tertre	27	89	893	48.2166	3.2615	5
89101 CEDEX	Sens	sens	27	89	893	48.2	3.2833	5
89102 CEDEX	Sens	sens	27	89	893	48.2	3.2833	5
89103 CEDEX	Sens	sens	27	89	893	48.2	3.2833	5
89104 CEDEX	Sens	sens	27	89	893	48.2	3.2833	5
89105 CEDEX	Sens	sens	27	89	893	48.2	3.2833	5
89106 CEDEX	Sens	sens	27	89	893	48.2	3.2833	5
89107 CEDEX	Sens	sens	27	89	893	48.2	3.2833	5
89108 CEDEX	Sens	sens	27	89	893	48.2	3.2833	5
89109 CEDEX	Sens	sens	27	89	893	48.2	3.2833	5
89110	Merry-la-Vallée	merry-la-vallee	27	89	891	47.7994	3.3322	5
89110	Laduz	laduz	27	89	891	47.882	3.412	5
89110	La Ferté-Loupière	la-ferte-loupiere	27	89	891	47.8978	3.2343	5
89110	Valravillon	valravillon	27	89	891	47.8935	3.4406	5
89110	Saint-Maurice-Thizouaille	saint-maurice-thizouaille	27	89	891	47.8333	3.362	5
89110	Aillant-sur-Tholon	aillant-sur-tholon	27	89	891	47.8743	3.3505	5
89110	Sommecaise	sommecaise	27	89	891	47.849	3.2316	5
89110	Chassy	chassy	27	89	891	47.8499	3.3489	5
89110	Saint-Maurice-le-Vieil	saint-maurice-le-vieil	27	89	891	47.8223	3.3522	5
89110	Les Ormes	les-ormes	27	89	891	47.8498	3.2661	5
89110	Saint-Martin-sur-Ocre	saint-martin-sur-ocre	27	89	891	47.8171	3.3412	5
89110	Poilly-sur-Tholon	poilly-sur-tholon	27	89	891	47.8653	3.3941	5
89110	Le Val d'Ocre	le-val-d-ocre	27	89	891	47.8236	3.31	5
89110	Villiers-sur-Tholon	villiers-sur-tholon	27	89	891	47.889	3.3348	5
89110	Saint-Aubin-Château-Neuf	saint-aubin-chateau-neuf	27	89	891	47.8221	3.3084	5
89113	Charbuy	charbuy	27	89	891	47.8228	3.4662	5
89113	Guerchy	guerchy	27	89	891	47.8912	3.4391	5
89113	Branches	branches	27	89	891	47.8836	3.4814	5
89113	Neuilly	neuilly	27	89	891	47.9164	3.4384	5
89113	Valravillon	valravillon	27	89	891	47.8935	3.4406	5
89113	Fleury-la-Vallée	fleury-la-vallee	27	89	891	47.8667	3.4491	5
89113	Villemer	villemer	27	89	891	47.9146	3.4739	5
89116	La Celle-Saint-Cyr	la-celle-saint-cyr	27	89	893	47.9736	3.2894	5
89116	Précy-sur-Vrin	precy-sur-vrin	27	89	893	47.9674	3.248	5
89116	Saint-Romain-le-Preux	saint-romain-le-preux	27	89	893	47.9342	3.2409	5
89116	Sépeaux	sepeaux	27	89	893	47.9417	3.2368	5
89116	Cudot	cudot	27	89	893	47.9844	3.1795	5
89116	Sépeaux-Saint Romain	sepeaux-saint-romain	27	89	893	47.9425	3.2356	5
89120	Villefranche	villefranche	27	89	891	47.9333	3.1333	5
89120	Saint-Martin-sur-Ouanne	saint-martin-sur-ouanne	27	89	891	47.8403	3.1033	5
89120	Saint-Denis-sur-Ouanne	saint-denis-sur-ouanne	27	89	891	47.8221	3.1303	5
89120	Prunoy	prunoy	27	89	891	47.9137	3.1297	5
89120	Fontenouilles	fontenouilles	27	89	891	47.89	3.0463	5
89120	Charny	charny	27	89	891	47.8866	3.0958	5
89120	Dicy	dicy	27	89	891	47.9334	3.1038	5
89120	Perreux	perreux	27	89	891	47.8585	3.1536	5
89120	Chevillon	chevillon	27	89	891	47.9207	3.1756	5
89120	Marchais-Beton	marchais-beton	27	89	891	47.8356	3.0479	5
89120	Chêne-Arnoult	chene-arnoult	27	89	891	47.9001	3.0655	5
89120	Chambeugle	chambeugle	27	89	891	47.8606	3.0412	5
89120	Malicorne	malicorne	27	89	891	47.8215	3.1024	5
89120	Charny Orée de Puisaye	charny-oree-de-puisaye	27	89	891	47.8858	3.0961	5
89130	Lalande	lalande	27	89	891	47.6814	3.321	5
89130	Leugny	leugny	27	89	891	47.6834	3.3755	5
89130	Villiers-Saint-Benoît	villiers-saint-benoit	27	89	891	47.7814	3.2092	5
89130	Fontaines	fontaines	27	89	891	47.6921	3.2592	5
89130	Toucy	toucy	27	89	891	47.736	3.295	5
89130	Dracy	dracy	27	89	891	47.75	3.25	5
89130	Moulins-sur-Ouanne	moulins-sur-ouanne	27	89	891	47.7073	3.337	5
89130	Mézilles	mezilles	27	89	891	47.7023	3.1754	5
89140	Cuy	cuy	27	89	893	48.2575	3.2661	5
89140	Saint-Sérotin	saint-serotin	27	89	893	48.2471	3.1593	5
89140	Compigny	compigny	27	89	893	48.365	3.2743	5
89140	Évry	evry	27	89	893	48.2649	3.2579	5
89140	Courlon-sur-Yonne	courlon-sur-yonne	27	89	893	48.3393	3.1666	5
89140	Pont-sur-Yonne	pont-sur-yonne	27	89	893	48.283	3.202	5
89140	Pailly	pailly	27	89	893	48.3522	3.3223	5
89140	Plessis-Saint-Jean	plessis-saint-jean	27	89	893	48.353	3.3049	5
89140	Sergines	sergines	27	89	893	48.342	3.2621	5
89140	Villenavotte	villenavotte	27	89	893	48.2488	3.2377	5
89140	Vinneuf	vinneuf	27	89	893	48.3479	3.1401	5
89140	Gisy-les-Nobles	gisy-les-nobles	27	89	893	48.282	3.2429	5
89140	Serbonnes	serbonnes	27	89	893	48.324	3.2076	5
89140	Michery	michery	27	89	893	48.3097	3.2331	5
89140	Villeperrot	villeperrot	27	89	893	48.2612	3.2226	5
89140	Lixy	lixy	27	89	893	48.238	3.097	5
89140	Villemanoche	villemanoche	27	89	893	48.3001	3.1806	5
89140	Villethierry	villethierry	27	89	893	48.2637	3.0741	5
89144	Ligny-le-Châtel	ligny-le-chatel	27	89	891	47.9002	3.7576	5
89144	Méré	mere	27	89	891	47.8994	3.823	5
89144	Varennes	varennes	27	89	891	47.9064	3.7861	5
89150	Courtoin	courtoin	27	89	893	48.1232	3.1082	5
89150	Savigny-sur-Clairis	savigny-sur-clairis	27	89	893	48.0758	3.0941	5
89150	Fouchères	foucheres	27	89	893	48.1681	3.14	5
89150	Domats	domats	27	89	893	48.1139	3.0668	5
89150	Villeneuve-la-Dondagre	villeneuve-la-dondagre	27	89	893	48.1361	3.1348	5
89150	Villebougis	villebougis	27	89	893	48.2037	3.1586	5
89150	Jouy	jouy	27	89	893	48.1675	2.9761	5
89150	La Belliole	la-belliole	27	89	893	48.145	3.0912	5
89150	Dollot	dollot	27	89	893	48.2102	3.0694	5
89150	Saint-Valérien	saint-valerien	27	89	893	48.1781	3.0952	5
89150	Montacher-Villegardin	montacher-villegardin	27	89	893	48.1667	3.0333	5
89150	Vallery	vallery	27	89	893	48.2392	3.0459	5
89150	Vernoy	vernoy	27	89	893	48.0952	3.1244	5
89150	Brannay	brannay	27	89	893	48.23	3.1171	5
89160	Villiers-les-Hauts	villiers-les-hauts	27	89	892	47.7254	4.1471	5
89160	Ancy-le-Libre	ancy-le-libre	27	89	892	47.8026	4.1225	5
89160	Jully	jully	27	89	892	47.7873	4.2736	5
89160	Argenteuil-sur-Armançon	argenteuil-sur-armancon	27	89	892	47.7559	4.11	5
89160	Argentenay	argentenay	27	89	892	47.815	4.112	5
89160	Chassignelles	chassignelles	27	89	892	47.7599	4.1773	5
89160	Sennevoy-le-Bas	sennevoy-le-bas	27	89	892	47.8055	4.2911	5
89160	Fulvy	fulvy	27	89	892	47.7417	4.1705	5
89160	Sennevoy-le-Haut	sennevoy-le-haut	27	89	892	47.8085	4.2811	5
89160	Lézinnes	lezinnes	27	89	892	47.8009	4.0878	5
89160	Vireaux	vireaux	27	89	892	47.7867	4.0483	5
89160	Pacy-sur-Armançon	pacy-sur-armancon	27	89	892	47.7774	4.093	5
89160	Stigny	stigny	27	89	892	47.7667	4.2333	5
89160	Gigny	gigny	27	89	892	47.816	4.2939	5
89160	Sambourg	sambourg	27	89	892	47.7676	4.0216	5
89160	Ancy-le-Franc	ancy-le-franc	27	89	892	47.7759	4.1636	5
89170	Saint-Martin-des-Champs	saint-martin-des-champs	27	89	891	47.6565	3.0343	5
89170	Ronchères	roncheres	27	89	891	47.6584	3.1168	5
89170	Saint-Fargeau	saint-fargeau	27	89	891	47.6413	3.0707	5
89170	Lavau	lavau	27	89	891	47.5955	2.9866	5
89190	Les Clérimois	les-clerimois	27	89	893	48.2293	3.4416	5
89190	Flacy	flacy	27	89	893	48.2267	3.604	5
89190	Bagneaux	bagneaux	27	89	893	48.2334	3.5931	5
89190	Les Sièges	les-sieges	27	89	893	48.1809	3.5169	5
89190	Les Vallées de la Vanne	les-vallees-de-la-vanne	27	89	893	48.1678	3.4294	5
89190	Villeneuve-l’Archevêque	villeneuve-l-archeveque	27	89	893	48.2349	3.5574	5
89190	Lailly	lailly	27	89	893	48.2438	3.5287	5
89190	Saint-Maurice-aux-Riches-Hommes	saint-maurice-aux-riches-hommes	27	89	893	48.3519	3.5155	5
89190	Pont-sur-Vanne	pont-sur-vanne	27	89	893	48.1844	3.4437	5
89190	Chigy	chigy	27	89	893	48.2001	3.4774	5
89190	Molinons	molinons	27	89	893	48.2311	3.5368	5
89190	Courgenay	courgenay	27	89	893	48.2859	3.5479	5
89190	Foissy-sur-Vanne	foissy-sur-vanne	27	89	893	48.2237	3.5044	5
89200	Givry	givry	27	89	892	47.5196	3.7976	5
89200	Vault-de-Lugny	vault-de-lugny	27	89	892	47.4985	3.8507	5
89200	Annéot	anneot	27	89	892	47.5212	3.8808	5
89200	Tharot	tharot	27	89	892	47.5287	3.8592	5
89200	Étaule	etaule	27	89	892	47.5211	3.9201	5
89200	Island	island	27	89	892	47.4707	3.848	5
89200	Domecy-sur-le-Vault	domecy-sur-le-vault	27	89	892	47.4908	3.8095	5
89200	Thory	thory	27	89	892	47.5641	3.9129	5
89200	Girolles	girolles	27	89	892	47.5346	3.8458	5
89200	Blannay	blannay	27	89	892	47.5285	3.7814	5
89200	Pontaubert	pontaubert	27	89	892	47.4893	3.8619	5
89200	Magny	magny	27	89	892	47.4814	3.9786	5
89200	Provency	provency	27	89	892	47.5466	3.9549	5
89200	Lucy-le-Bois	lucy-le-bois	27	89	892	47.5574	3.8908	5
89200	Avallon	avallon	27	89	892	47.4833	3.9	5
89200	Sermizelles	sermizelles	27	89	892	47.5373	3.7932	5
89200	Annay-la-Côte	annay-la-cote	27	89	892	47.5357	3.8857	5
89200	Sauvigny-le-Bois	sauvigny-le-bois	27	89	892	47.5137	3.9406	5
89201 CEDEX	Avallon	avallon	27	89	892	47.4833	3.9	5
89202 CEDEX	Avallon	avallon	27	89	892	47.4833	3.9	5
89203 CEDEX	Avallon	avallon	27	89	892	47.4833	3.9	5
89204 CEDEX	Avallon	avallon	27	89	892	47.4833	3.9	5
89205 CEDEX	Avallon	avallon	27	89	892	47.4833	3.9	5
89206 CEDEX	Avallon	avallon	27	89	892	47.4833	3.9	5
89207 CEDEX	Avallon	avallon	27	89	892	47.4833	3.9	5
89209 CEDEX	Avallon	avallon	27	89	892	47.4833	3.9	5
89210	Bellechaume	bellechaume	27	89	891	48.0427	3.6082	5
89210	Paroy-en-Othe	paroy-en-othe	27	89	891	48.0341	3.5719	5
89210	Brienon-sur-Armançon	brienon-sur-armancon	27	89	891	47.9901	3.6163	5
89210	Venizy	venizy	27	89	891	48.0349	3.7096	5
89210	Champlost	champlost	27	89	891	48.0249	3.6699	5
89210	Mercy	mercy	27	89	891	48.0304	3.63	5
89210	Esnon	esnon	27	89	891	47.9824	3.5742	5
89220	Champcevrais	champcevrais	27	89	891	47.7454	2.9566	5
89220	Saint-Privé	saint-prive	27	89	891	47.6833	3	5
89220	Rogny-les-Sept-Écluses	rogny-les-sept-ecluses	27	89	891	47.75	2.8833	5
89220	Bléneau	bleneau	27	89	891	47.7	2.95	5
89230	Pontigny	pontigny	27	89	891	47.9053	3.712	5
89230	Venouse	venouse	27	89	891	47.8958	3.6828	5
89230	Villeneuve-Saint-Salves	villeneuve-saint-salves	27	89	891	47.8547	3.6512	5
89230	Montigny-la-Resle	montigny-la-resle	27	89	891	47.8657	3.68	5
89230	Bleigny-le-Carreau	bleigny-le-carreau	27	89	891	47.835	3.6827	5
89230	Rouvray	rouvray	27	89	891	47.8964	3.6676	5
89240	Lindry	lindry	27	89	891	47.8005	3.4175	5
89240	Chevannes	chevannes	27	89	891	47.7517	3.4906	5
89240	Villefargeau	villefargeau	27	89	891	47.7804	3.5032	5
89240	Escamps	escamps	27	89	891	47.7292	3.4738	5
89240	Parly	parly	27	89	891	47.7648	3.3478	5
89240	Pourrain	pourrain	27	89	891	47.7562	3.4119	5
89240	Égleny	egleny	27	89	891	47.8081	3.3658	5
89240	Beauvoir	beauvoir	27	89	891	47.7957	3.3726	5
89240	Diges	diges	27	89	891	47.7286	3.3979	5
89250	Beaumont	beaumont	27	89	891	47.9194	3.5605	5
89250	Seignelay	seignelay	27	89	891	47.9054	3.6014	5
89250	Mont-Saint-Sulpice	mont-saint-sulpice	27	89	891	47.9533	3.6261	5
89250	Hauterive	hauterive	27	89	891	47.9242	3.6026	5
89250	Chemilly-sur-Yonne	chemilly-sur-yonne	27	89	891	47.8982	3.5614	5
89250	Gurgy	gurgy	27	89	891	47.8671	3.5634	5
89260	La Postolle	la-postolle	27	89	893	48.282	3.4445	5
89260	La Chapelle-sur-Oreuse	la-chapelle-sur-oreuse	27	89	893	48.2911	3.307	5
89260	Thorigny-sur-Oreuse	thorigny-sur-oreuse	27	89	893	48.293	3.4013	5
89260	Perceneige	perceneige	27	89	893	48.35	3.4	5
89260	Voisines	voisines	27	89	893	48.2517	3.3956	5
89270	Vermenton	vermenton	27	89	891	47.6646	3.735	5
89270	Voutenay-sur-Cure	voutenay-sur-cure	27	89	892	47.562	3.7857	5
89270	Saint-Moré	saint-more	27	89	892	47.5764	3.7761	5
89270	Lucy-sur-Cure	lucy-sur-cure	27	89	891	47.6292	3.7438	5
89270	Sery	sery	27	89	891	47.6176	3.6826	5
89270	Bessy-sur-Cure	bessy-sur-cure	27	89	891	47.6211	3.7411	5
89270	Mailly-la-Ville	mailly-la-ville	27	89	891	47.601	3.6823	5
89270	Arcy-sur-Cure	arcy-sur-cure	27	89	892	47.6025	3.7556	5
89270	Sacy	sacy	27	89	891	47.6668	3.8206	5
89290	Venoy	venoy	27	89	891	47.8052	3.6369	5
89290	Champs-sur-Yonne	champs-sur-yonne	27	89	891	47.7333	3.6	5
89290	Augy	augy	27	89	891	47.7664	3.6105	5
89290	Quenne	quenne	27	89	891	47.7769	3.6506	5
89290	Escolives-Sainte-Camille	escolives-sainte-camille	27	89	891	47.718	3.6079	5
89290	Vincelles	vincelles	27	89	891	47.7028	3.6333	5
89290	Auxerre	auxerre	27	89	891	47.7996	3.5703	5
89290	Irancy	irancy	27	89	891	47.7135	3.6649	5
89290	Vincelottes	vincelottes	27	89	891	47.7083	3.6402	5
89290	Jussy	jussy	27	89	891	47.7206	3.5826	5
89300	Champlay	champlay	27	89	893	47.9513	3.4385	5
89300	Saint-Aubin-sur-Yonne	saint-aubin-sur-yonne	27	89	893	48.0005	3.3461	5
89300	Chamvres	chamvres	27	89	893	47.957	3.3627	5
89300	Villecien	villecien	27	89	893	48.0063	3.33	5
89300	Joigny	joigny	27	89	893	47.9829	3.401	5
89300	Paroy-sur-Tholon	paroy-sur-tholon	27	89	893	47.9549	3.3723	5
89300	Looze	looze	27	89	893	47.9933	3.44	5
89301 CEDEX	Joigny	joigny	27	89	893	47.9829	3.401	5
89302 CEDEX	Joigny	joigny	27	89	893	47.9829	3.401	5
89303 CEDEX	Joigny	joigny	27	89	893	47.9829	3.401	5
89304 CEDEX	Joigny	joigny	27	89	893	47.9829	3.401	5
89305 CEDEX	Joigny	joigny	27	89	893	47.9829	3.401	5
89306 CEDEX	Joigny	joigny	27	89	893	47.9829	3.401	5
89307 CEDEX	Joigny	joigny	27	89	893	47.9829	3.401	5
89309 CEDEX	Joigny	joigny	27	89	893	47.9829	3.401	5
89310	Grimault	grimault	27	89	892	47.651	3.9862	5
89310	Moulins-en-Tonnerrois	moulins-en-tonnerrois	27	89	892	47.732	4.0351	5
89310	Annay-sur-Serein	annay-sur-serein	27	89	892	47.7292	3.9603	5
89310	Pasilly	pasilly	27	89	892	47.6969	4.0791	5
89310	Jouancy	jouancy	27	89	892	47.6827	4.0328	5
89310	Châtel-Gérard	chatel-gerard	27	89	892	47.6311	4.0967	5
89310	Sarry	sarry	27	89	892	47.6689	4.0726	5
89310	Fresnes	fresnes	27	89	892	47.7611	3.9922	5
89310	Poilly-sur-Serein	poilly-sur-serein	27	89	891	47.7641	3.8928	5
89310	Censy	censy	27	89	892	47.6967	4.0422	5
89310	Noyers	noyers	27	89	892	47.6954	3.995	5
89310	Sainte-Vertu	sainte-vertu	27	89	892	47.7492	3.9156	5
89310	Étivey	etivey	27	89	892	47.6773	4.1449	5
89310	Môlay	molay	27	89	892	47.7346	3.9395	5
89310	Nitry	nitry	27	89	891	47.6721	3.8779	5
89320	Vaudeurs	vaudeurs	27	89	893	48.1327	3.5505	5
89320	Vareilles	vareilles	27	89	893	48.1761	3.4705	5
89320	Theil-sur-Vanne	theil-sur-vanne	27	89	893	48.167	3.4263	5
89320	Noé	noe	27	89	893	48.1634	3.4032	5
89320	Fournaudin	fournaudin	27	89	893	48.1545	3.6405	5
89320	Arces-Dilo	arces-dilo	27	89	893	48.0833	3.6	5
89320	Vaumort	vaumort	27	89	893	48.1541	3.4413	5
89320	Les Vallées de la Vanne	les-vallees-de-la-vanne	27	89	893	48.1678	3.4294	5
89320	Cérilly	cerilly	27	89	893	48.182	3.6226	5
89320	Villiers-Louis	villiers-louis	27	89	893	48.1905	3.4041	5
89320	Cerisiers	cerisiers	27	89	893	48.1334	3.4851	5
89320	Coulours	coulours	27	89	893	48.164	3.5867	5
89320	Villechétive	villechetive	27	89	893	48.0952	3.514	5
89330	Saint-Martin-d’Ordon	saint-martin-d-ordon	27	89	893	48.0238	3.1749	5
89330	Verlin	verlin	27	89	893	48.0176	3.2318	5
89330	Piffonds	piffonds	27	89	893	48.0549	3.1486	5
89330	Saint-Julien-du-Sault	saint-julien-du-sault	27	89	893	48.0319	3.2956	5
89330	Saint-Loup-d’Ordon	saint-loup-d-ordon	27	89	893	48.0157	3.1635	5
89330	Villevallier	villevallier	27	89	893	48.0251	3.3152	5
89331 CEDEX	Saint-Julien-du-Sault	saint-julien-du-sault	27	89	893	48.0319	3.2956	5
89340	Villeneuve-la-Guyard	villeneuve-la-guyard	27	89	893	48.3409	3.0618	5
89340	Villeblevin	villeblevin	27	89	893	48.3245	3.0804	5
89340	Saint-Agnan	saint-agnan	27	89	893	48.3058	3.0512	5
89340	Champigny	champigny	27	89	893	48.3167	3.1333	5
89340	Chaumont	chaumont	27	89	893	48.3219	3.1058	5
89350	Champignelles	champignelles	27	89	891	47.7801	3.0746	5
89350	Grandchamp	grandchamp	27	89	891	47.8069	3.1541	5
89350	Tannerre-en-Puisaye	tannerre-en-puisaye	27	89	891	47.7344	3.1304	5
89350	Charny Orée de Puisaye	charny-oree-de-puisaye	27	89	891	47.8858	3.0961	5
89350	Villeneuve-les-Genêts	villeneuve-les-genets	27	89	891	47.7369	3.0909	5
89360	Bernouil	bernouil	27	89	892	47.9	3.8953	5
89360	Carisey	carisey	27	89	891	47.9239	3.8464	5
89360	Jaulges	jaulges	27	89	891	47.9621	3.7897	5
89360	Percey	percey	27	89	891	47.9631	3.8262	5
89360	Butteaux	butteaux	27	89	891	47.9779	3.8089	5
89360	Dyé	dye	27	89	892	47.8993	3.8686	5
89360	Flogny-la-Chapelle	flogny-la-chapelle	27	89	892	47.95	3.8667	5
89360	Villiers-Vineux	villiers-vineux	27	89	891	47.9422	3.8342	5
89380	Appoigny	appoigny	27	89	891	47.8747	3.5252	5
89390	Nuits	nuits	27	89	892	47.7333	4.2	5
89390	Perrigny-sur-Armançon	perrigny-sur-armancon	27	89	892	47.6885	4.2372	5
89390	Cry	cry	27	89	892	47.7073	4.239	5
89390	Ravières	ravieres	27	89	892	47.7348	4.2278	5
89390	Aisy-sur-Armançon	aisy-sur-armancon	27	89	892	47.6676	4.2255	5
89400	Bassou	bassou	27	89	891	47.9242	3.5138	5
89400	Ormoy	ormoy	27	89	891	47.9532	3.5736	5
89400	Brion	brion	27	89	893	47.9961	3.4801	5
89400	Migennes	migennes	27	89	891	47.9655	3.5179	5
89400	Laroche-Saint-Cydroine	laroche-saint-cydroine	27	89	891	47.968	3.4847	5
89400	Épineau-les-Voves	epineau-les-voves	27	89	891	47.9507	3.4816	5
89400	Cheny	cheny	27	89	891	47.9517	3.5334	5
89400	Chichery	chichery	27	89	891	47.9018	3.5097	5
89400	Bussy-en-Othe	bussy-en-othe	27	89	893	48.0194	3.5137	5
89400	Bonnard	bonnard	27	89	891	47.9245	3.5266	5
89400	Charmoy	charmoy	27	89	891	47.9412	3.4928	5
89410	Béon	beon	27	89	893	47.9573	3.3237	5
89410	Cézy	cezy	27	89	893	47.9927	3.3407	5
89420	Trévilly	trevilly	27	89	892	47.5296	4.06	5
89420	Cussy-les-Forges	cussy-les-forges	27	89	892	47.4707	4.0276	5
89420	Savigny-en-Terre-Plaine	savigny-en-terre-plaine	27	89	892	47.4967	4.0863	5
89420	Vassy-sous-Pisy	vassy-sous-pisy	27	89	892	47.5695	4.1687	5
89420	Montréal	montreal	27	89	892	47.545	4.0355	5
89420	Sauvigny-le-Beuréal	sauvigny-le-beureal	27	89	892	47.4873	4.1089	5
89420	Vignes	vignes	27	89	892	47.5248	4.1186	5
89420	Talcy	talcy	27	89	892	47.572	4.0688	5
89420	Santigny	santigny	27	89	892	47.5682	4.1207	5
89420	Pisy	pisy	27	89	892	47.5549	4.1421	5
89420	Bierry-les-Belles-Fontaines	bierry-les-belles-fontaines	27	89	892	47.596	4.1819	5
89420	Sainte-Magnance	sainte-magnance	27	89	892	47.4507	4.0746	5
89420	Cisery	cisery	27	89	892	47.5107	4.061	5
89420	Sceaux	sceaux	27	89	892	47.5294	4.021	5
89420	Marmeaux	marmeaux	27	89	892	47.5819	4.0973	5
89420	Saint-André-en-Terre-Plaine	saint-andre-en-terre-plaine	27	89	892	47.4802	4.0589	5
89420	Guillon	guillon	27	89	892	47.5135	4.0927	5
89420	Thizy	thizy	27	89	892	47.5701	4.0557	5
89430	Tanlay	tanlay	27	89	892	47.8449	4.085	5
89430	Baon	baon	27	89	892	47.8589	4.1331	5
89430	Thorey	thorey	27	89	892	47.9036	4.122	5
89430	Mélisey	melisey	27	89	892	47.9152	4.0784	5
89430	Trichey	trichey	27	89	892	47.9307	4.1409	5
89430	Rugny	rugny	27	89	892	47.8982	4.1477	5
89440	Angely	angely	27	89	892	47.5646	4.0211	5
89440	Athie	athie	27	89	892	47.5388	3.9904	5
89440	Massangis	massangis	27	89	892	47.6245	3.9749	5
89440	Annoux	annoux	27	89	892	47.6251	4.0509	5
89440	Précy-le-Sec	precy-le-sec	27	89	892	47.5929	3.8323	5
89440	L’Isle-sur-Serein	l-isle-sur-serein	27	89	892	47.5884	4.0045	5
89440	Coutarnoux	coutarnoux	27	89	892	47.5867	3.9651	5
89440	Dissangis	dissangis	27	89	892	47.5967	3.9826	5
89440	Sainte-Colombe	sainte-colombe	27	89	892	47.5669	3.97	5
89440	Blacy	blacy	27	89	892	47.5721	4.0442	5
89440	Joux-la-Ville	joux-la-ville	27	89	892	47.6224	3.8622	5
89450	Saint-Père	saint-pere	27	89	892	47.4601	3.7655	5
89450	Asquins	asquins	27	89	892	47.4818	3.7552	5
89450	Foissy-lès-Vézelay	foissy-les-vezelay	27	89	892	47.4361	3.7644	5
89450	Fontenay-près-Vézelay	fontenay-pres-vezelay	27	89	892	47.4143	3.7386	5
89450	Menades	menades	27	89	892	47.4441	3.8238	5
89450	Pierre-Perthuis	pierre-perthuis	27	89	892	47.4333	3.7833	5
89450	Domecy-sur-Cure	domecy-sur-cure	27	89	892	47.4056	3.7994	5
89450	Vézelay	vezelay	27	89	892	47.4657	3.7456	5
89450	Tharoiseau	tharoiseau	27	89	892	47.4623	3.8048	5
89460	Trucy-sur-Yonne	trucy-sur-yonne	27	89	891	47.6287	3.6588	5
89460	Cravant	cravant	27	89	891	47.6832	3.6908	5
89460	Accolay	accolay	27	89	891	47.6612	3.7089	5
89460	Prégilbert	pregilbert	27	89	891	47.6403	3.6667	5
89460	Sainte-Pallaye	sainte-pallaye	27	89	891	47.6491	3.6709	5
89460	Bazarnes	bazarnes	27	89	891	47.6597	3.6636	5
89470	Monéteau	moneteau	27	89	891	47.8492	3.5818	5
89480	Étais-la-Sauvin	etais-la-sauvin	27	89	891	47.5035	3.3454	5
89480	Festigny	festigny	27	89	891	47.5545	3.5384	5
89480	Crain	crain	27	89	891	47.5295	3.5554	5
89480	Andryes	andryes	27	89	891	47.5189	3.4857	5
89480	Coulanges-sur-Yonne	coulanges-sur-yonne	27	89	891	47.5267	3.5402	5
89480	Lucy-sur-Yonne	lucy-sur-yonne	27	89	891	47.524	3.5823	5
89500	Les Bordes	les-bordes	27	89	893	48.0979	3.3801	5
89500	Rousson	rousson	27	89	893	48.0955	3.2647	5
89500	Marsangy	marsangy	27	89	893	48.11	3.2577	5
89500	Égriselles-le-Bocage	egriselles-le-bocage	27	89	893	48.121	3.1823	5
89500	Bussy-le-Repos	bussy-le-repos	27	89	893	48.05	3.2333	5
89500	Dixmont	dixmont	27	89	893	48.0821	3.4142	5
89500	Chaumot	chaumot	27	89	893	48.0803	3.2183	5
89500	Armeau	armeau	27	89	893	48.0464	3.3217	5
89500	Cornant	cornant	27	89	893	48.1317	3.1845	5
89500	Villeneuve-sur-Yonne	villeneuve-sur-yonne	27	89	893	48.0825	3.2969	5
89510	Passy	passy	27	89	893	48.1106	3.3046	5
89510	Étigny	etigny	27	89	893	48.1396	3.2919	5
89510	Véron	veron	27	89	893	48.1285	3.3077	5
89515 CEDEX	Véron	veron	27	89	893	48.1285	3.3077	5
89520	Fontenoy	fontenoy	27	89	891	47.6488	3.3069	5
89520	Treigny	treigny	27	89	891	47.55	3.1833	5
89520	Sougères-en-Puisaye	sougeres-en-puisaye	27	89	891	47.5591	3.3291	5
89520	Saint-Sauveur-en-Puisaye	saint-sauveur-en-puisaye	27	89	891	47.6188	3.1981	5
89520	Thury	thury	27	89	891	47.5863	3.295	5
89520	Sainte-Colombe-sur-Loing	sainte-colombe-sur-loing	27	89	891	47.5696	3.2339	5
89520	Saints-en-Puisaye	saints-en-puisaye	27	89	891	47.621	3.2622	5
89520	Sainpuits	sainpuits	27	89	891	47.5188	3.2573	5
89520	Levis	levis	27	89	891	47.6532	3.3263	5
89520	Saints-en-Puisaye	saints-en-puisaye	27	89	891	47.6208	3.2617	5
89520	Lainsecq	lainsecq	27	89	891	47.5549	3.274	5
89520	Moutiers-en-Puisaye	moutiers-en-puisaye	27	89	891	47.6167	3.1833	5
89525 CEDEX	Véron	veron	27	89	893	48.1285	3.3077	5
89530	Saint-Bris-le-Vineux	saint-bris-le-vineux	27	89	891	47.744	3.6492	5
89530	Chitry	chitry	27	89	891	47.762	3.6993	5
89550	Héry	hery	27	89	891	47.9015	3.6287	5
89560	Ouanne	ouanne	27	89	891	47.6604	3.4183	5
89560	Druyes-les-Belles-Fontaines	druyes-les-belles-fontaines	27	89	891	47.5487	3.4218	5
89560	Courson-les-Carrières	courson-les-carrieres	27	89	891	47.6148	3.5004	5
89560	Sementron	sementron	27	89	891	47.6474	3.3578	5
89560	Fouronnes	fouronnes	27	89	891	47.6121	3.5672	5
89560	Fontenailles	fontenailles	27	89	891	47.6312	3.4656	5
89560	Taingy	taingy	27	89	891	47.6163	3.4039	5
89560	Merry-Sec	merry-sec	27	89	891	47.6565	3.485	5
89560	Molesmes	molesmes	27	89	891	47.6147	3.4662	5
89560	Mouffy	mouffy	27	89	891	47.6506	3.5192	5
89560	Lain	lain	27	89	891	47.6166	3.3448	5
89570	Lasson	lasson	27	89	891	48.0592	3.8165	5
89570	Soumaintrain	soumaintrain	27	89	891	48.021	3.8274	5
89570	Beugnon	beugnon	27	89	891	48.0183	3.805	5
89570	Turny	turny	27	89	891	48.035	3.7465	5
89570	Sormery	sormery	27	89	891	48.0877	3.7722	5
89570	Neuvy-Sautour	neuvy-sautour	27	89	891	48.0419	3.7947	5
89580	Vallan	vallan	27	89	891	47.7446	3.5391	5
89580	Gy-l’Évêque	gy-l-eveque	27	89	891	47.7211	3.5489	5
89580	Coulangeron	coulangeron	27	89	891	47.6811	3.4703	5
89580	Migé	mige	27	89	891	47.6751	3.5426	5
89580	Val-de-Mercy	val-de-mercy	27	89	891	47.6753	3.5886	5
89580	Coulanges-la-Vineuse	coulanges-la-vineuse	27	89	891	47.7008	3.5822	5
89580	Charentenay	charentenay	27	89	891	47.6496	3.5453	5
89600	Germigny	germigny	27	89	891	47.9951	3.7811	5
89600	Saint-Florentin	saint-florentin	27	89	891	48.0006	3.7249	5
89600	Vergigny	vergigny	27	89	891	47.9706	3.7186	5
89600	Chéu	cheu	27	89	891	47.9657	3.7635	5
89630	Quarré-les-Tombes	quarre-les-tombes	27	89	892	47.3688	3.9971	5
89630	Bussières	bussieres	27	89	892	47.4264	4.0621	5
89630	Chastellux-sur-Cure	chastellux-sur-cure	27	89	892	47.3914	3.8896	5
89630	Saint-Germain-des-Champs	saint-germain-des-champs	27	89	892	47.4104	3.9214	5
89630	Beauvilliers	beauvilliers	27	89	892	47.4143	4.0414	5
89630	Saint-Léger-Vauban	saint-leger-vauban	27	89	892	47.387	4.041	5
89630	Saint-Brancher	saint-brancher	27	89	892	47.4264	3.9967	5
89660	Brosses	brosses	27	89	892	47.5369	3.6909	5
89660	Merry-sur-Yonne	merry-sur-yonne	27	89	892	47.5627	3.6452	5
89660	Fontenay-sous-Fouronnes	fontenay-sous-fouronnes	27	89	891	47.6153	3.5964	5
89660	Châtel-Censoir	chatel-censoir	27	89	892	47.5334	3.6339	5
89660	Bois-d’Arcy	bois-d-arcy	27	89	892	47.5468	3.7163	5
89660	Montillot	montillot	27	89	892	47.5183	3.72	5
89660	Chamoux	chamoux	27	89	892	47.4564	3.6624	5
89660	Lichères-sur-Yonne	licheres-sur-yonne	27	89	892	47.5	3.6	5
89660	Mailly-le-Château	mailly-le-chateau	27	89	891	47.5967	3.6365	5
89660	Asnières-sous-Bois	asnieres-sous-bois	27	89	892	47.4813	3.6474	5
89690	Chéroy	cheroy	27	89	893	48.2008	3.0001	5
89700	Yrouerre	yrouerre	27	89	892	47.7938	3.9469	5
89700	Cheney	cheney	27	89	892	47.9069	3.9478	5
89700	Vézinnes	vezinnes	27	89	892	47.893	3.9439	5
89700	Molosmes	molosmes	27	89	892	47.8862	4.0443	5
89700	Serrigny	serrigny	27	89	892	47.835	3.9132	5
89700	Saint-Martin-sur-Armançon	saint-martin-sur-armancon	27	89	892	47.8728	4.0697	5
89700	Viviers	viviers	27	89	892	47.8038	3.921	5
89700	Tronchoy	tronchoy	27	89	892	47.9112	3.9434	5
89700	Tonnerre	tonnerre	27	89	892	47.8563	3.9737	5
89700	Collan	collan	27	89	892	47.8423	3.8761	5
89700	Junay	junay	27	89	892	47.8776	3.9472	5
89700	Roffey	roffey	27	89	892	47.9175	3.9215	5
89700	Tissey	tissey	27	89	892	47.8513	3.9017	5
89700	Vézannes	vezannes	27	89	892	47.8761	3.875	5
89700	Épineuil	epineuil	27	89	892	47.872	3.9789	5
89700	Dannemoine	dannemoine	27	89	892	47.8947	3.9565	5
89700	Béru	beru	27	89	891	47.8009	3.8892	5
89710	Senan	senan	27	89	891	47.9123	3.3591	5
89710	Champvallon	champvallon	27	89	891	47.9356	3.3445	5
89710	Volgré	volgre	27	89	891	47.9179	3.3276	5
89740	Arthonnay	arthonnay	27	89	892	47.9326	4.2298	5
89740	Cruzy-le-Châtel	cruzy-le-chatel	27	89	892	47.8564	4.2124	5
89740	Pimelles	pimelles	27	89	892	47.8371	4.1768	5
89740	Gland	gland	27	89	892	47.822	4.2182	5
89740	Quincerot	quincerot	27	89	892	47.941	4.163	5
89740	Villon	villon	27	89	892	47.91	4.1896	5
89770	Bœurs-en-Othe	b-urs-en-othe	27	89	893	48.1333	3.7167	5
89770	Chailley	chailley	27	89	891	48.0829	3.7016	5
89771 CEDEX	Chailley	chailley	27	89	891	48.0829	3.7016	5
89772 CEDEX	Chailley	chailley	27	89	891	48.0829	3.7016	5
89800	Maligny	maligny	27	89	891	47.8698	3.764	5
89800	Chemilly-sur-Serein	chemilly-sur-serein	27	89	891	47.771	3.8617	5
89800	Fleys	fleys	27	89	891	47.8149	3.862	5
89800	Fontenay-près-Chablis	fontenay-pres-chablis	27	89	891	47.8458	3.8101	5
89800	Chichée	chichee	27	89	891	47.793	3.8336	5
89800	La Chapelle-Vaupelteigne	la-chapelle-vaupelteigne	27	89	891	47.8456	3.7659	5
89800	Beine	beine	27	89	891	47.8187	3.7224	5
89800	Lichères-près-Aigremont	licheres-pres-aigremont	27	89	891	47.7282	3.8547	5
89800	Préhy	prehy	27	89	891	47.7588	3.7583	5
89800	Saint-Cyr-les-Colons	saint-cyr-les-colons	27	89	891	47.7419	3.7384	5
89800	Villy	villy	27	89	891	47.8681	3.7524	5
89800	Courgis	courgis	27	89	891	47.774	3.7549	5
89800	Lignorelles	lignorelles	27	89	891	47.8627	3.7278	5
89800	Chablis	chablis	27	89	891	47.8139	3.7984	5
89800	Aigremont	aigremont	27	89	891	47.7188	3.8925	5
90000	Belfort	belfort	27	90	901	47.6422	6.8539	5
90001 CEDEX	Belfort	belfort	27	90	901	47.6422	6.8539	5
90002 CEDEX	Belfort	belfort	27	90	901	47.6422	6.8539	5
90003 CEDEX	Belfort	belfort	27	90	901	47.6422	6.8539	5
90004 CEDEX	Belfort	belfort	27	90	901	47.6422	6.8539	5
90005 CEDEX	Belfort	belfort	27	90	901	47.6422	6.8539	5
90006 CEDEX	Belfort	belfort	27	90	901	47.6422	6.8539	5
90007 CEDEX	Belfort	belfort	27	90	901	47.6422	6.8539	5
90008 CEDEX	Belfort	belfort	27	90	901	47.6422	6.8539	5
90009 CEDEX	Belfort	belfort	27	90	901	47.6422	6.8539	5
90010 CEDEX	Belfort	belfort	27	90	901	47.6422	6.8539	5
90011 CEDEX	Belfort	belfort	27	90	901	47.6422	6.8539	5
90012 CEDEX	Belfort	belfort	27	90	901	47.6422	6.8539	5
90013 CEDEX	Belfort	belfort	27	90	901	47.6422	6.8539	5
90014 CEDEX	Belfort	belfort	27	90	901	47.6422	6.8539	5
90015 CEDEX	Belfort	belfort	27	90	901	47.6422	6.8539	5
90016 CEDEX	Belfort	belfort	27	90	901	47.6422	6.8539	5
90018 CEDEX	Belfort	belfort	27	90	901	47.6422	6.8539	5
90019 CEDEX	Belfort	belfort	27	90	901	47.6422	6.8539	5
90020 CEDEX	Belfort	belfort	27	90	901	47.6422	6.8539	5
90021 CEDEX	Belfort	belfort	27	90	901	47.6422	6.8539	5
90022 CEDEX	Belfort	belfort	27	90	901	47.6422	6.8539	5
90023 CEDEX	Belfort	belfort	27	90	901	47.6422	6.8539	5
90025 CEDEX	Belfort	belfort	27	90	901	47.6422	6.8539	5
90040 CEDEX	Belfort	belfort	27	90	901	47.6422	6.8539	5
90100	Chavanatte	chavanatte	27	90	901	47.5798	7.067	5
90100	Lepuix-Neuf	lepuix-neuf	27	90	901	47.5404	7.0992	5
90100	Thiancourt	thiancourt	27	90	901	47.523	6.9898	5
90100	Croix	croix	27	90	901	47.446	6.9545	5
90100	Grosne	grosne	27	90	901	47.5749	6.9989	5
90100	Courcelles	courcelles	27	90	901	47.4982	7.0777	5
90100	Lebetain	lebetain	27	90	901	47.4885	6.9758	5
90100	Delle	delle	27	90	901	47.508	6.9997	5
90100	Vellescot	vellescot	27	90	901	47.5724	7.0142	5
90100	Faverois	faverois	27	90	901	47.5218	7.0357	5
90100	Villars-le-Sec	villars-le-sec	27	90	901	47.4558	6.992	5
90100	Florimont	florimont	27	90	901	47.5128	7.0676	5
90100	Fêche-l’Église	feche-l-eglise	27	90	901	47.5052	6.9513	5
90100	Joncherey	joncherey	27	90	901	47.5289	7.0032	5
90100	Courtelevant	courtelevant	27	90	901	47.5178	7.081	5
90100	Suarce	suarce	27	90	901	47.5646	7.0822	5
90100	Boron	boron	27	90	901	47.5603	7.0105	5
90100	Saint-Dizier-l’Évêque	saint-dizier-l-eveque	27	90	901	47.4707	6.9604	5
90100	Chavannes-les-Grands	chavannes-les-grands	27	90	901	47.5911	7.0471	5
90101 CEDEX	Delle	delle	27	90	901	47.508	6.9997	5
90110	Rougemont-le-Château	rougemont-le-chateau	27	90	901	47.7353	6.9669	5
90110	Leval	leval	27	90	901	47.7286	6.9837	5
90110	Romagny-sous-Rougemont	romagny-sous-rougemont	27	90	901	47.7185	6.9688	5
90110	Saint-Germain-le-Châtelet	saint-germain-le-chatelet	27	90	901	47.6975	6.9585	5
90110	Felon	felon	27	90	901	47.7071	6.9755	5
90110	Bourg-sous-Châtelet	bourg-sous-chatelet	27	90	901	47.7023	6.9478	5
90120	Morvillars	morvillars	27	90	901	47.5485	6.9345	5
90120	Méziré	mezire	27	90	901	47.5334	6.9207	5
90130	Bretagne	bretagne	27	90	901	47.5953	6.9977	5
90130	Petit-Croix	petit-croix	27	90	901	47.6138	6.9722	5
90130	Montreux-Château	montreux-chateau	27	90	901	47.61	6.9992	5
90140	Autrechêne	autrechene	27	90	901	47.5833	6.9667	5
90140	Froidefontaine	froidefontaine	27	90	901	47.5651	6.9444	5
90140	Charmois	charmois	27	90	901	47.5746	6.9376	5
90140	Bourogne	bourogne	27	90	901	47.5631	6.9165	5
90140	Recouvrance	recouvrance	27	90	901	47.5739	6.9803	5
90140	Brebotte	brebotte	27	90	901	47.5784	6.9721	5
90150	Fontaine	fontaine	27	90	901	47.6609	6.9997	5
90150	Foussemagne	foussemagne	27	90	901	47.6359	7.005	5
90150	Frais	frais	27	90	901	47.6466	6.9857	5
90150	Vauthiermont	vauthiermont	27	90	901	47.6854	7.032	5
90150	Angeot	angeot	27	90	901	47.6963	7.0138	5
90150	Menoncourt	menoncourt	27	90	901	47.6705	6.9445	5
90150	Lacollonge	lacollonge	27	90	901	47.6648	6.9639	5
90150	Eguenigue	eguenigue	27	90	901	47.6708	6.9337	5
90150	Phaffans	phaffans	27	90	901	47.6603	6.9345	5
90150	Bethonvilliers	bethonvilliers	27	90	901	47.6809	6.9642	5
90150	Lagrange	lagrange	27	90	901	47.6809	6.9786	5
90150	Reppe	reppe	27	90	901	47.6621	7.0269	5
90150	Cunelières	cunelieres	27	90	901	47.6271	6.9978	5
90150	Larivière	lariviere	27	90	901	47.6764	6.9979	5
90160	Bessoncourt	bessoncourt	27	90	901	47.6451	6.9321	5
90160	Denney	denney	27	90	901	47.6596	6.9176	5
90160	Pérouse	perouse	27	90	901	47.6369	6.8917	5
90170	Étueffont	etueffont	27	90	901	47.7167	6.9167	5
90170	Anjoutey	anjoutey	27	90	901	47.7009	6.9328	5
90170	Petitmagny	petitmagny	27	90	901	47.7167	6.9	5
90170	Lamadeleine-Val-des-Anges	lamadeleine-val-des-anges	27	90	901	47.762	6.9137	5
90200	Rougegoutte	rougegoutte	27	90	901	47.7334	6.8504	5
90200	Grosmagny	grosmagny	27	90	901	47.7234	6.8857	5
90200	Giromagny	giromagny	27	90	901	47.7427	6.8273	5
90200	Vescemont	vescemont	27	90	901	47.744	6.8438	5
90200	Lepuix	lepuix	27	90	901	47.7605	6.8143	5
90200	Auxelles-Haut	auxelles-haut	27	90	901	47.7437	6.7733	5
90200	Auxelles-Bas	auxelles-bas	27	90	901	47.7342	6.7803	5
90200	Riervescemont	riervescemont	27	90	901	47.7657	6.8813	5
90300	Lachapelle-sous-Chaux	lachapelle-sous-chaux	27	90	901	47.7049	6.821	5
90300	Cravanche	cravanche	27	90	901	47.6535	6.832	5
90300	Offemont	offemont	27	90	901	47.6628	6.8776	5
90300	Éloie	eloie	27	90	901	47.6902	6.8735	5
90300	Sermamagny	sermamagny	27	90	901	47.691	6.8368	5
90300	Valdoie	valdoie	27	90	901	47.6704	6.842	5
90300	Vétrigne	vetrigne	27	90	901	47.6691	6.8964	5
90330	Chaux	chaux	27	90	901	47.7153	6.8352	5
90340	Fontenelle	fontenelle	27	90	901	47.6217	6.9566	5
90340	Novillard	novillard	27	90	901	47.6067	6.9702	5
90340	Chèvremont	chevremont	27	90	901	47.6291	6.9206	5
90350	Évette-Salbert	evette-salbert	27	90	901	47.6833	6.8	5
90360	Lachapelle-sous-Rougemont	lachapelle-sous-rougemont	27	90	901	47.7123	7.016	5
90360	Petitefontaine	petitefontaine	27	90	901	47.7226	7.0058	5
90370	Réchésy	rechesy	27	90	901	47.5085	7.1118	5
90380	Roppe	roppe	27	90	901	47.6696	6.9191	5
90400	Andelnans	andelnans	27	90	901	47.6027	6.8662	5
90400	Sevenans	sevenans	27	90	901	47.5868	6.8663	5
90400	Meroux	meroux	27	90	901	47.5957	6.8991	5
90400	Vézelois	vezelois	27	90	901	47.608	6.9152	5
90400	Bermont	bermont	27	90	901	47.5806	6.8531	5
90400	Danjoutin	danjoutin	27	90	901	47.6182	6.862	5
90400	Trévenans	trevenans	27	90	901	47.5667	6.8667	5
90400	Botans	botans	27	90	901	47.5967	6.8494	5
90400	Dorans	dorans	27	90	901	47.5885	6.8385	5
90400	Moval	moval	27	90	901	47.588	6.8846	5
90500	Montbouton	montbouton	27	90	901	47.4733	6.9181	5
90500	Beaucourt	beaucourt	27	90	901	47.4888	6.9221	5
90600	Grandvillars	grandvillars	27	90	901	47.5393	6.971	5
90700	Châtenois-les-Forges	chatenois-les-forges	27	90	901	47.5587	6.8487	5
90800	Buc	buc	27	90	901	47.6149	6.786	5
90800	Bavilliers	bavilliers	27	90	901	47.6224	6.8354	5
90800	Urcerey	urcerey	27	90	901	47.6088	6.809	5
90800	Argiésans	argiesans	27	90	901	47.6045	6.8238	5
90800	Banvillars	banvillars	27	90	901	47.5924	6.815	5
90850	Essert	essert	27	90	901	47.6334	6.817	5
14000	Caen	caen	28	14	142	49.1859	-0.3591	5
14005 CEDEX 1	Caen	caen	28	14	142	49.1859	-0.3591	5
14006 CEDEX 1	Caen	caen	28	14	142	49.1859	-0.3591	5
14007 CEDEX 1	Caen	caen	28	14	142	49.1859	-0.3591	5
14008 CEDEX 1	Caen	caen	28	14	142	49.1859	-0.3591	5
14009 CEDEX 1	Caen	caen	28	14	142	49.1859	-0.3591	5
14010 CEDEX 1	Caen	caen	28	14	142	49.1859	-0.3591	5
14011 CEDEX 1	Caen	caen	28	14	142	49.1859	-0.3591	5
14012 CEDEX 1	Caen	caen	28	14	142	49.1859	-0.3591	5
14013 CEDEX 1	Caen	caen	28	14	142	49.1859	-0.3591	5
14014 CEDEX 1	Caen	caen	28	14	142	49.1859	-0.3591	5
14015 CEDEX 1	Caen	caen	28	14	142	49.1859	-0.3591	5
14016 CEDEX 1	Caen	caen	28	14	142	49.1859	-0.3591	5
14017 CEDEX 2	Caen	caen	28	14	142	49.1859	-0.3591	5
14018 CEDEX 2	Caen	caen	28	14	142	49.1859	-0.3591	5
14019 CEDEX 2	Caen	caen	28	14	142	49.1859	-0.3591	5
14020 CEDEX 3	Caen	caen	28	14	142	49.1859	-0.3591	5
14023 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14024 CEDEX 5	Caen	caen	28	14	142	49.1859	-0.3591	5
14025 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14026 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14027 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14028 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14029 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14030 CEDEX 4	Caen	caen	28	14	142	49.1859	-0.3591	5
14031 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14032 CEDEX 5	Caen	caen	28	14	142	49.1859	-0.3591	5
14033 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14034 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14035 CEDEX 1	Caen	caen	28	14	142	49.1859	-0.3591	5
14036 CEDEX 1	Caen	caen	28	14	142	49.1859	-0.3591	5
14037 CEDEX 1	Caen	caen	28	14	142	49.1859	-0.3591	5
14038 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14039 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14040 CEDEX 4	Caen	caen	28	14	142	49.1859	-0.3591	5
14045 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14046 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14047 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14048 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14050 CEDEX 4	Caen	caen	28	14	142	49.1859	-0.3591	5
14051 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14052 CEDEX 4	Caen	caen	28	14	142	49.1859	-0.3591	5
14053 CEDEX 4	Caen	caen	28	14	142	49.1859	-0.3591	5
14054 CEDEX 4	Caen	caen	28	14	142	49.1859	-0.3591	5
14058 CEDEX 4	Caen	caen	28	14	142	49.1859	-0.3591	5
14059 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14061 CEDEX 4	Caen	caen	28	14	142	49.1859	-0.3591	5
14062 CEDEX 4	Caen	caen	28	14	142	49.1859	-0.3591	5
14063 CEDEX 4	Caen	caen	28	14	142	49.1859	-0.3591	5
14064 CEDEX 4	Caen	caen	28	14	142	49.1859	-0.3591	5
14065 CEDEX 4	Caen	caen	28	14	142	49.1859	-0.3591	5
14066 CEDEX 4	Caen	caen	28	14	142	49.1859	-0.3591	5
14067 CEDEX 4	Caen	caen	28	14	142	49.1859	-0.3591	5
14070 CEDEX 5	Caen	caen	28	14	142	49.1859	-0.3591	5
14074 CEDEX 5	Caen	caen	28	14	142	49.1859	-0.3591	5
14075 CEDEX 5	Caen	caen	28	14	142	49.1859	-0.3591	5
14076 CEDEX 5	Caen	caen	28	14	142	49.1859	-0.3591	5
14077 CEDEX 5	Caen	caen	28	14	142	49.1859	-0.3591	5
14078 CEDEX 5	Caen	caen	28	14	142	49.1859	-0.3591	5
14079 CEDEX 5	Caen	caen	28	14	142	49.1859	-0.3591	5
14081 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14082 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14083 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14084 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14085 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14086 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14089 CEDEX 6	Caen	caen	28	14	142	49.1859	-0.3591	5
14090 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14091 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14092 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14093 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14094 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14095 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14096 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14097 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14098 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14099 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14100	Fauguernon	fauguernon	28	14	143	49.1915	0.2732	5
14100	Ouilly-le-Vicomte	ouilly-le-vicomte	28	14	143	49.1827	0.2229	5
14100	Saint-Denis-de-Mailloc	saint-denis-de-mailloc	28	14	143	49.0924	0.3121	5
14100	Hermival-les-Vaux	hermival-les-vaux	28	14	143	49.1686	0.2814	5
14100	Marolles	marolles	28	14	143	49.1387	0.3726	5
14100	Saint-Désir	saint-desir	28	14	143	49.1406	0.214	5
14100	Le Mesnil-Guillaume	le-mesnil-guillaume	28	14	143	49.1047	0.2879	5
14100	Rocques	rocques	28	14	143	49.1711	0.2443	5
14100	Beuvillers	beuvillers	28	14	143	49.1296	0.2549	5
14100	Le Mesnil-Eudes	le-mesnil-eudes	28	14	143	49.0926	0.1818	5
14100	Les Monceaux	les-monceaux	28	14	143	49.1159	0.1246	5
14100	Lisieux	lisieux	28	14	143	49.1466	0.2293	5
14100	Courtonne-la-Meurdrac	courtonne-la-meurdrac	28	14	143	49.1255	0.3198	5
14100	Saint-Jean-de-Livet	saint-jean-de-livet	28	14	143	49.0967	0.2506	5
14100	Norolles	norolles	28	14	143	49.1993	0.2431	5
14100	Cordebugle	cordebugle	28	14	143	49.1143	0.3967	5
14100	Glos	glos	28	14	143	49.1217	0.2814	5
14100	Saint-Pierre-des-Ifs	saint-pierre-des-ifs	28	14	143	49.1089	0.1693	5
14100	Saint-Martin-de-la-Lieue	saint-martin-de-la-lieue	28	14	143	49.1125	0.2175	5
14100	L’Hôtellerie	l-hotellerie	28	14	143	49.142	0.4084	5
14100	Saint-Germain-de-Livet	saint-germain-de-livet	28	14	143	49.0761	0.2018	5
14100	Saint-Martin-de-Mailloc	saint-martin-de-mailloc	28	14	143	49.0923	0.3007	5
14100	Firfol	firfol	28	14	143	49.1541	0.3198	5
14101 CEDEX	Lisieux	lisieux	28	14	143	49.1466	0.2293	5
14102 CEDEX	Lisieux	lisieux	28	14	143	49.1466	0.2293	5
14103 CEDEX	Lisieux	lisieux	28	14	143	49.1466	0.2293	5
14104 CEDEX	Lisieux	lisieux	28	14	143	49.1466	0.2293	5
14105 CEDEX	Lisieux	lisieux	28	14	143	49.1466	0.2293	5
14106 CEDEX	Lisieux	lisieux	28	14	143	49.1466	0.2293	5
14107 CEDEX	Lisieux	lisieux	28	14	143	49.1466	0.2293	5
14108 CEDEX	Lisieux	lisieux	28	14	143	49.1466	0.2293	5
14109 CEDEX	Lisieux	lisieux	28	14	143	49.1466	0.2293	5
14110	Saint-Germain-du-Crioult	saint-germain-du-crioult	28	14	144	48.8564	-0.6044	5
14110	Condé-en-Normandie	conde-en-normandie	28	14	144	48.85	-0.55	5
14110	Condé-sur-Noireau	conde-sur-noireau	28	14	144	48.8488	-0.5521	5
14110	Proussy	proussy	28	14	144	48.8832	-0.5365	5
14110	Pontécoulant	pontecoulant	28	14	144	48.8776	-0.5888	5
14110	Saint-Denis-de-Méré	saint-denis-de-mere	28	14	144	48.8697	-0.5173	5
14111	Louvigny	louvigny	28	14	142	49.1572	-0.3938	5
14112	Biéville-Beuville	bieville-beuville	28	14	142	49.2429	-0.3276	5
14112	Périers-sur-le-Dan	periers-sur-le-dan	28	14	142	49.258	-0.3433	5
14113	Villerville	villerville	28	14	143	49.4005	0.1283	5
14113	Cricquebœuf	cricqueb-uf	28	14	143	49.4022	0.1456	5
14113	Criqueboeuf	criqueboeuf	28	14	143	49.4015	0.1468	5
14114	Ver-sur-Mer	ver-sur-mer	28	14	141	49.3299	-0.5312	5
14117	Tracy-sur-Mer	tracy-sur-mer	28	14	141	49.3367	-0.6423	5
14117	Arromanches-les-Bains	arromanches-les-bains	28	14	141	49.3382	-0.6248	5
14117	Manvieux	manvieux	28	14	141	49.337	-0.6558	5
14120	Mondeville	mondeville	28	14	142	49.175	-0.3224	5
14121	Sallenelles	sallenelles	28	14	143	49.2635	-0.2298	5
14123	Cormelles-le-Royal	cormelles-le-royal	28	14	142	49.154	-0.3306	5
14123	Fleury-sur-Orne	fleury-sur-orne	28	14	142	49.1485	-0.3751	5
14123	Ifs	ifs	28	14	142	49.14	-0.349	5
14125 CEDEX	Mondeville	mondeville	28	14	142	49.175	-0.3224	5
14126 CEDEX	Mondeville	mondeville	28	14	142	49.175	-0.3224	5
14127 CEDEX	Mondeville	mondeville	28	14	142	49.175	-0.3224	5
14128 CEDEX	Mondeville	mondeville	28	14	142	49.175	-0.3224	5
14130	Le Breuil-en-Auge	le-breuil-en-auge	28	14	143	49.2288	0.2248	5
14130	Saint-Hymer	saint-hymer	28	14	143	49.253	0.1738	5
14130	Quetteville	quetteville	28	14	143	49.3353	0.3076	5
14130	Le Brévedent	le-brevedent	28	14	143	49.2264	0.3003	5
14130	Vieux-Bourg	vieux-bourg	28	14	143	49.3115	0.2517	5
14130	Saint-Julien-sur-Calonne	saint-julien-sur-calonne	28	14	143	49.2915	0.2285	5
14130	Saint-Philbert-des-Champs	saint-philbert-des-champs	28	14	143	49.2087	0.2829	5
14130	Le Torquesne	le-torquesne	28	14	143	49.2176	0.1664	5
14130	Les Authieux-sur-Calonne	les-authieux-sur-calonne	28	14	143	49.295	0.2829	5
14130	Coquainvilliers	coquainvilliers	28	14	143	49.1977	0.2097	5
14130	Reux	reux	28	14	143	49.2763	0.1562	5
14130	Le Mesnil-sur-Blangy	le-mesnil-sur-blangy	28	14	143	49.2598	0.2619	5
14130	Coudray-Rabut	coudray-rabut	28	14	143	49.3036	0.1811	5
14130	Tourville-en-Auge	tourville-en-auge	28	14	143	49.3201	0.1913	5
14130	Saint-Gatien-des-Bois	saint-gatien-des-bois	28	14	143	49.35	0.1833	5
14130	Surville	surville	28	14	143	49.2999	0.2123	5
14130	Saint-André-d’Hébertot	saint-andre-d-hebertot	28	14	143	49.3123	0.2747	5
14130	Saint-Martin-aux-Chartrains	saint-martin-aux-chartrains	28	14	143	49.3133	0.1615	5
14130	Fierville-les-Parcs	fierville-les-parcs	28	14	143	49.2438	0.2307	5
14130	Pont-l’Évêque	pont-l-eveque	28	14	143	49.2891	0.1916	5
14130	Le Theil-en-Auge	le-theil-en-auge	28	14	143	49.3473	0.2476	5
14130	Le Faulq	le-faulq	28	14	143	49.2277	0.3211	5
14130	Pierrefitte-en-Auge	pierrefitte-en-auge	28	14	143	49.2595	0.2005	5
14130	Manneville-la-Pipard	manneville-la-pipard	28	14	143	49.2624	0.2198	5
14130	Blangy-le-Château	blangy-le-chateau	28	14	143	49.243	0.2734	5
14130	Bonneville-la-Louvet	bonneville-la-louvet	28	14	143	49.272	0.332	5
14130	Drubec	drubec	28	14	143	49.2466	0.1133	5
14130	Saint-Benoît-d'Hébertot	saint-benoit-d-hebertot	28	14	143	49.3167	0.2667	5
14130	Clarbec	clarbec	28	14	143	49.2504	0.1323	5
14140	Heurtevent	heurtevent	28	14	143	48.9851	0.1399	5
14140	Auquainville	auquainville	28	14	143	49.0585	0.2405	5
14140	La Brévière	la-breviere	28	14	143	48.9712	0.1659	5
14140	Grandchamp-le-Château	grandchamp-le-chateau	28	14	143	49.0833	0.0667	5
14140	La Chapelle-Haute-Grue	la-chapelle-haute-grue	28	14	143	48.9688	0.1436	5
14140	Prêtreville	pretreville	28	14	143	49.0731	0.256	5
14140	Bellou	bellou	28	14	143	48.9833	0.2278	5
14140	Val-de-Vie	val-de-vie	28	14	143	48.9606	0.1753	5
14140	Les Authieux-Papion	les-authieux-papion	28	14	143	49.0667	0.05	5
14140	Montviette	montviette	28	14	143	48.9989	0.0962	5
14140	Livarot-Pays-d'Auge	livarot-pays-d-auge	28	14	143	49.0067	0.1525	5
14140	Le Mesnil-Durand	le-mesnil-durand	28	14	143	49.0453	0.1397	5
14140	Saint-Ouen-le-Houx	saint-ouen-le-houx	28	14	143	48.9759	0.1901	5
14140	Saint-Germain-de-Montgommery	saint-germain-de-montgommery	28	14	143	48.9436	0.1718	5
14140	La Croupte	la-croupte	28	14	143	49.0232	0.2908	5
14140	Saint-Michel-de-Livet	saint-michel-de-livet	28	14	143	49.0197	0.1353	5
14140	Lessard-et-le-Chêne	lessard-et-le-chene	28	14	143	49.0724	0.1191	5
14140	Sainte-Marguerite-des-Loges	sainte-marguerite-des-loges	28	14	143	49.0187	0.2053	5
14140	Lécaude	lecaude	28	14	143	49.104	0.0737	5
14140	Fervaques	fervaques	28	14	143	49.0406	0.254	5
14140	Saint-Georges-en-Auge	saint-georges-en-auge	28	14	143	48.9894	0.0578	5
14140	Vieux-Pont-en-Auge	vieux-pont-en-auge	28	14	143	49.0333	0.0333	5
14140	Le Mesnil-Bacley	le-mesnil-bacley	28	14	143	48.9995	0.142	5
14140	Notre-Dame-de-Courson	notre-dame-de-courson	28	14	143	48.9899	0.2624	5
14140	Coupesarte	coupesarte	28	14	143	49.0583	0.1048	5
14140	Sainte-Marguerite-de-Viette	sainte-marguerite-de-viette	28	14	143	49.0123	0.0934	5
14140	Sainte-Foy-de-Montgommery	sainte-foy-de-montgommery	28	14	143	48.9587	0.1747	5
14140	Lisores	lisores	28	14	143	48.9609	0.2023	5
14140	Le Mesnil-Germain	le-mesnil-germain	28	14	143	49.0404	0.1966	5
14140	Tortisambert	tortisambert	28	14	143	48.9661	0.1172	5
14140	Cheffreville-Tonnencourt	cheffreville-tonnencourt	28	14	143	49.0318	0.2454	5
14140	Saint-Julien-le-Faucon	saint-julien-le-faucon	28	14	143	49.0701	0.0851	5
14140	Livarot	livarot	28	14	143	49.005	0.1502	5
14140	Saint-Martin-du-Mesnil-Oury	saint-martin-du-mesnil-oury	28	14	143	49.031	0.1226	5
14140	Les Moutiers-Hubert	les-moutiers-hubert	28	14	143	48.9768	0.2659	5
14140	Le Mesnil-Simon	le-mesnil-simon	28	14	143	49.0935	0.1053	5
14140	Castillon-en-Auge	castillon-en-auge	28	14	143	49.0311	0.095	5
14150	Ouistreham	ouistreham	28	14	142	49.2757	-0.2591	5
14160	Périers-en-Auge	periers-en-auge	28	14	143	49.2663	-0.0922	5
14160	Grangues	grangues	28	14	143	49.2691	-0.053	5
14160	Dives-sur-Mer	dives-sur-mer	28	14	143	49.2818	-0.1012	5
14160	Brucourt	brucourt	28	14	143	49.2495	-0.106	5
14161 CEDEX	Dives-sur-Mer	dives-sur-mer	28	14	143	49.2818	-0.1012	5
14162 CEDEX	Dives-sur-Mer	dives-sur-mer	28	14	143	49.2818	-0.1012	5
14165 CEDEX	Dives-sur-Mer	dives-sur-mer	28	14	143	49.2818	-0.1012	5
14168 CEDEX	Dives-sur-Mer	dives-sur-mer	28	14	143	49.2818	-0.1012	5
14170	Hiéville	hieville	28	14	143	49.0229	-0.0177	5
14170	Louvagny	louvagny	28	14	142	48.9455	-0.0444	5
14170	Jort	jort	28	14	142	48.9728	-0.0798	5
14170	Bernières-d’Ailly	bernieres-d-ailly	28	14	142	48.961	-0.0891	5
14170	Olendon	olendon	28	14	142	48.9686	-0.1717	5
14170	Perrières	perrieres	28	14	142	48.9591	-0.1365	5
14170	Thiéville	thieville	28	14	143	49.0377	-0.0263	5
14170	Courcy	courcy	28	14	142	48.9716	-0.043	5
14170	Bretteville-sur-Dives	bretteville-sur-dives	28	14	143	49.0382	-0.0202	5
14170	Sassy	sassy	28	14	142	48.9849	-0.139	5
14170	Boissey	boissey	28	14	143	49.0195	0.0477	5
14170	L'Oudon	l-oudon	28	14	143	48.9971	0.0097	5
14170	Saint-Pierre-sur-Dives	saint-pierre-sur-dives	28	14	143	49.0167	-0.0333	5
14170	Vaudeloges	vaudeloges	28	14	143	48.9436	-0.0061	5
14170	Vendeuvre	vendeuvre	28	14	142	48.9906	-0.0752	5
14170	Épaney	epaney	28	14	142	48.948	-0.1687	5
14170	Mittois	mittois	28	14	143	49.0093	0.0232	5
14170	Vicques	vicques	28	14	142	48.9477	-0.0764	5
14170	Ouville-la-Bien-Tournée	ouville-la-bien-tournee	28	14	143	49.0532	-0.0222	5
14190	Saint-Sylvain	saint-sylvain	28	14	142	49.0562	-0.2176	5
14190	Urville	urville	28	14	142	49.0257	-0.2964	5
14190	Fierville-Bray	fierville-bray	28	14	142	49.0667	-0.1833	5
14190	Cauvicourt	cauvicourt	28	14	142	49.0465	-0.2643	5
14190	Soignolles	soignolles	28	14	142	49.0292	-0.2116	5
14190	Rouvres	rouvres	28	14	142	49.004	-0.1733	5
14190	Saint-Germain-le-Vasson	saint-germain-le-vasson	28	14	142	49.002	-0.3013	5
14190	Maizières	maizieres	28	14	142	49.0168	-0.159	5
14190	Ouilly-le-Tesson	ouilly-le-tesson	28	14	142	48.9866	-0.2212	5
14190	Le Bû-sur-Rouvres	le-bu-sur-rouvres	28	14	142	49.0335	-0.1794	5
14190	Bretteville-le-Rabet	bretteville-le-rabet	28	14	142	49.0252	-0.2594	5
14190	Grainville-Langannerie	grainville-langannerie	28	14	142	49.0113	-0.2741	5
14190	Estrées-la-Campagne	estrees-la-campagne	28	14	142	49.0129	-0.2349	5
14190	Fontaine-le-Pin	fontaine-le-pin	28	14	142	48.9736	-0.2831	5
14200	Hérouville-Saint-Clair	herouville-saint-clair	28	14	142	49.2109	-0.3065	5
14201 CEDEX	Hérouville-Saint-Clair	herouville-saint-clair	28	14	142	49.2109	-0.3065	5
14202 CEDEX	Hérouville-Saint-Clair	herouville-saint-clair	28	14	142	49.2109	-0.3065	5
14203 CEDEX	Hérouville-Saint-Clair	herouville-saint-clair	28	14	142	49.2109	-0.3065	5
14204 CEDEX	Hérouville-Saint-Clair	herouville-saint-clair	28	14	142	49.2109	-0.3065	5
14205 CEDEX	Hérouville-Saint-Clair	herouville-saint-clair	28	14	142	49.2109	-0.3065	5
14207 CEDEX	Hérouville-Saint-Clair	herouville-saint-clair	28	14	142	49.2109	-0.3065	5
14208 CEDEX	Hérouville-Saint-Clair	herouville-saint-clair	28	14	142	49.2109	-0.3065	5
14209 CEDEX	Hérouville-Saint-Clair	herouville-saint-clair	28	14	142	49.2109	-0.3065	5
14210	Maisoncelles-sur-Ajon	maisoncelles-sur-ajon	28	14	144	49.0544	-0.5384	5
14210	Mondrainville	mondrainville	28	14	142	49.1394	-0.5133	5
14210	Sainte-Honorine-du-Fay	sainte-honorine-du-fay	28	14	142	49.0778	-0.4929	5
14210	Préaux-Bocage	preaux-bocage	28	14	142	49.0521	-0.5103	5
14210	Évrecy	evrecy	28	14	142	49.099	-0.5042	5
14210	Cheux	cheux	28	14	142	49.1661	-0.5254	5
14210	Le Locheur	le-locheur	28	14	144	49.104	-0.5525	5
14210	Amayé-sur-Orne	amaye-sur-orne	28	14	142	49.0854	-0.4388	5
14210	Gavrus	gavrus	28	14	142	49.1183	-0.5119	5
14210	Baron-sur-Odon	baron-sur-odon	28	14	142	49.1322	-0.478	5
14210	Bougy	bougy	28	14	142	49.1103	-0.5248	5
14210	Vacognes-Neuilly	vacognes-neuilly	28	14	142	49.0667	-0.5333	5
14210	Noyers-Bocage	noyers-bocage	28	14	144	49.1224	-0.5667	5
14210	Tourville-sur-Odon	tourville-sur-odon	28	14	142	49.1415	-0.5013	5
14210	Grainville-sur-Odon	grainville-sur-odon	28	14	142	49.1394	-0.5305	5
14210	Trois-Monts	trois-monts	28	14	142	49.0453	-0.4804	5
14210	Val d'Arry	val-d-arry	28	14	144	49.1229	-0.5662	5
14210	Maizet	maizet	28	14	142	49.0788	-0.4733	5
14210	Avenay	avenay	28	14	142	49.1004	-0.4653	5
14210	Montigny	montigny	28	14	142	49.0454	-0.5311	5
14210	Goupillières	goupillieres	28	14	142	49.0326	-0.4796	5
14210	Missy	missy	28	14	144	49.1205	-0.551	5
14210	La Caine	la-caine	28	14	142	49.0339	-0.5198	5
14210	Esquay-Notre-Dame	esquay-notre-dame	28	14	142	49.1116	-0.4724	5
14220	Moulines	moulines	28	14	142	48.9876	-0.3377	5
14220	Saint-Omer	saint-omer	28	14	142	48.9255	-0.4536	5
14220	Curcy-sur-Orne	curcy-sur-orne	28	14	142	49.0084	-0.5181	5
14220	Tournebu	tournebu	28	14	142	48.9694	-0.3405	5
14220	Barbery	barbery	28	14	142	49.0097	-0.3535	5
14220	Acqueville	acqueville	28	14	142	48.9721	-0.3674	5
14220	Croisilles	croisilles	28	14	142	48.9987	-0.4432	5
14220	Boulon	boulon	28	14	142	49.0473	-0.3934	5
14220	Combray	combray	28	14	142	48.9492	-0.4388	5
14220	Donnay	donnay	28	14	142	48.9546	-0.4169	5
14220	Hamars	hamars	28	14	142	48.9983	-0.5462	5
14220	Ouffières	ouffieres	28	14	142	49.0232	-0.4913	5
14220	Esson	esson	28	14	142	48.9647	-0.4544	5
14220	Martainville	martainville	28	14	142	48.946	-0.3528	5
14220	Culey-le-Patry	culey-le-patry	28	14	142	48.9516	-0.5313	5
14220	Cesny-Bois-Halbout	cesny-bois-halbout	28	14	142	48.9891	-0.3951	5
14220	Angoville	angoville	28	14	142	48.9448	-0.3793	5
14220	Mutrécy	mutrecy	28	14	142	49.0652	-0.4202	5
14220	Grimbosq	grimbosq	28	14	142	49.0435	-0.4518	5
14220	Placy	placy	28	14	142	48.9812	-0.4258	5
14220	Saint-Martin-de-Sallen	saint-martin-de-sallen	28	14	142	48.9672	-0.5226	5
14220	Les Moutiers-en-Cinglais	les-moutiers-en-cinglais	28	14	142	49.0254	-0.4422	5
14220	Saint-Laurent-de-Condel	saint-laurent-de-condel	28	14	142	49.0402	-0.4171	5
14220	Le Hom	le-hom	28	14	142	48.9839	-0.4742	5
14220	Caumont-sur-Orne	caumont-sur-orne	28	14	142	48.9567	-0.4783	5
14220	Meslay	meslay	28	14	142	48.9569	-0.3963	5
14220	Fresney-le-Vieux	fresney-le-vieux	28	14	142	49.0049	-0.3891	5
14220	Thury-Harcourt	thury-harcourt	28	14	142	48.9843	-0.4752	5
14220	Espins	espins	28	14	142	49.0012	-0.4128	5
14230	Neuilly-la-Forêt	neuilly-la-foret	28	14	141	49.2711	-1.0998	5
14230	Cardonville	cardonville	28	14	141	49.3451	-1.0646	5
14230	La Cambe	la-cambe	28	14	141	49.3435	-1.0058	5
14230	Les Oubeaux	les-oubeaux	28	14	141	49.287	-1.0666	5
14230	Géfosse-Fontenay	gefosse-fontenay	28	14	141	49.3667	-1.0833	5
14230	Saint-Germain-du-Pert	saint-germain-du-pert	28	14	141	49.3364	-1.0409	5
14230	Monfréville	monfreville	28	14	141	49.3092	-1.0393	5
14230	Osmanville	osmanville	28	14	141	49.3291	-1.0801	5
14230	Isigny-sur-Mer	isigny-sur-mer	28	14	141	49.316	-1.1038	5
14230	Vouilly	vouilly	28	14	141	49.2905	-1.0257	5
14230	Canchy	canchy	28	14	141	49.3269	-0.9831	5
14230	Longueville	longueville	28	14	141	49.341	-0.9668	5
14230	Deux-Jumeaux	deux-jumeaux	28	14	141	49.3486	-0.9622	5
14240	Sept-Vents	sept-vents	28	14	144	49.0764	-0.8198	5
14240	Sainte-Honorine-de-Ducy	sainte-honorine-de-ducy	28	14	141	49.1462	-0.7754	5
14240	La Lande-sur-Drôme	la-lande-sur-drome	28	14	144	49.0695	-0.8682	5
14240	Cahagnes	cahagnes	28	14	144	49.0663	-0.7687	5
14240	Cormolain	cormolain	28	14	141	49.1308	-0.8534	5
14240	Foulognes	foulognes	28	14	141	49.1409	-0.8188	5
14240	Saint-Germain-d’Ectot	saint-germain-d-ectot	28	14	144	49.1232	-0.7167	5
14240	Caumont-l'Éventé	caumont-l-evente	28	14	144	49.0902	-0.805	5
14240	Torteval-Quesnay	torteval-quesnay	28	14	144	49.1367	-0.7304	5
14240	La Vacquerie	la-vacquerie	28	14	144	49.0936	-0.859	5
14240	Livry	livry	28	14	144	49.1075	-0.7635	5
14240	Les Loges	les-loges	28	14	144	49.0428	-0.8067	5
14240	Sallen	sallen	28	14	141	49.1144	-0.8289	5
14240	Anctoville	anctoville	28	14	144	49.1054	-0.7065	5
14250	Bucéels	buceels	28	14	141	49.1911	-0.6386	5
14250	Vendes	vendes	28	14	141	49.1476	-0.5965	5
14250	Lingèvres	lingevres	28	14	141	49.1747	-0.6727	5
14250	Longraye	longraye	28	14	144	49.1565	-0.6987	5
14250	Chouain	chouain	28	14	141	49.2103	-0.6339	5
14250	Fontenay-le-Pesnel	fontenay-le-pesnel	28	14	141	49.1709	-0.5793	5
14250	Saint-Vaast-sur-Seulles	saint-vaast-sur-seulles	28	14	141	49.1424	-0.6321	5
14250	Tilly-sur-Seulles	tilly-sur-seulles	28	14	141	49.176	-0.626	5
14250	Tessel	tessel	28	14	141	49.1531	-0.5741	5
14250	Brouay	brouay	28	14	142	49.2122	-0.5616	5
14250	Ellon	ellon	28	14	141	49.2208	-0.6793	5
14250	Juaye-Mondaye	juaye-mondaye	28	14	141	49.213	-0.697	5
14250	Cristot	cristot	28	14	141	49.1942	-0.5803	5
14250	Loucelles	loucelles	28	14	141	49.2246	-0.5832	5
14250	Hottot-les-Bagues	hottot-les-bagues	28	14	141	49.1524	-0.6482	5
14250	Audrieu	audrieu	28	14	141	49.2085	-0.5943	5
14250	Ducy-Sainte-Marguerite	ducy-sainte-marguerite	28	14	141	49.2251	-0.6118	5
14250	Juvigny-sur-Seulles	juvigny-sur-seulles	28	14	141	49.1617	-0.6148	5
14260	Banneville-sur-Ajon	banneville-sur-ajon	28	14	144	49.063	-0.5699	5
14260	Jurques	jurques	28	14	144	49.0178	-0.7398	5
14260	Courvaudon	courvaudon	28	14	144	49.0333	-0.5833	5
14260	Roucamps	roucamps	28	14	144	48.9907	-0.6239	5
14260	Le Mesnil-au-Grain	le-mesnil-au-grain	28	14	144	49.0467	-0.5956	5
14260	Saint-Agnan-le-Malherbe	saint-agnan-le-malherbe	28	14	144	49.0435	-0.579	5
14260	Montamy	montamy	28	14	144	48.9719	-0.7651	5
14260	Campandré-Valcongrain	campandre-valcongrain	28	14	144	48.9776	-0.5863	5
14260	La Bigne	la-bigne	28	14	144	49.0121	-0.7225	5
14260	Bonnemaison	bonnemaison	28	14	144	49.0113	-0.584	5
14260	Souleuvre en Bocage	souleuvre-en-bocage	28	14	144	48.9369	-0.8392	5
14260	Brémoy	bremoy	28	14	144	48.9904	-0.7805	5
14260	Bauquay	bauquay	28	14	144	49.0342	-0.6155	5
14260	Seulline	seulline	28	14	144	49.0369	-0.6811	5
14260	Malherbe-sur-Ajon	malherbe-sur-ajon	28	14	144	49.0628	-0.5697	5
14260	Saint-Georges-d’Aunay	saint-georges-d-aunay	28	14	144	49.0371	-0.681	5
14260	Ondefontaine	ondefontaine	28	14	144	48.9962	-0.6849	5
14260	Le Mesnil-Auzouf	le-mesnil-auzouf	28	14	144	48.9804	-0.752	5
14260	Saint-Pierre-du-Fresne	saint-pierre-du-fresne	28	14	144	49.0351	-0.7617	5
14260	Aunay-sur-Odon	aunay-sur-odon	28	14	144	49.0201	-0.6324	5
14270	Magny-le-Freule	magny-le-freule	28	14	143	49.1001	-0.0703	5
14270	Cesny-aux-Vignes	cesny-aux-vignes	28	14	142	49.0891	-0.1189	5
14270	Condé-sur-Ifs	conde-sur-ifs	28	14	142	49.05	-0.1167	5
14270	Ernes	ernes	28	14	142	49.0163	-0.1239	5
14270	Le Mesnil-Mauger	le-mesnil-mauger	28	14	143	49.0841	0.0157	5
14270	Ouézy	ouezy	28	14	142	49.0836	-0.1021	5
14270	Magny-la-Campagne	magny-la-campagne	28	14	143	49.0486	-0.1038	5
14270	Monteille	monteille	28	14	143	49.1087	0.0461	5
14270	Percy-en-Auge	percy-en-auge	28	14	143	49.0531	-0.0635	5
14270	Biéville-Quétiéville	bieville-quetieville	28	14	143	49.1039	-0.0406	5
14270	Vieux-Fumé	vieux-fume	28	14	143	49.0565	-0.1178	5
14270	Mézidon-Canon	mezidon-canon	28	14	143	49.075	-0.069	5
14280	Saint-Germain-la-Blanche-Herbe	saint-germain-la-blanche-herbe	28	14	142	49.1833	-0.4043	5
14280	Saint-Contest	saint-contest	28	14	142	49.214	-0.4022	5
14280	Authie	authie	28	14	142	49.2062	-0.4319	5
14290	Friardel	friardel	28	14	143	49.0017	0.3904	5
14290	La Vespière-Friardel	la-vespiere-friardel	28	14	143	49.0112	0.4248	5
14290	Familly	familly	28	14	143	48.9624	0.354	5
14290	Meulles	meulles	28	14	143	48.9755	0.3313	5
14290	Livarot-Pays-d'Auge	livarot-pays-d-auge	28	14	143	49.0067	0.1525	5
14290	Orbec	orbec	28	14	143	49.0167	0.4167	5
14290	La Vespière	la-vespiere	28	14	143	49.0197	0.4125	5
14290	La Chapelle-Yvon	la-chapelle-yvon	28	14	143	49.0638	0.3395	5
14290	Préaux-Saint-Sébastien	preaux-saint-sebastien	28	14	143	48.9833	0.3	5
14290	Tordouet	tordouet	28	14	143	49.0484	0.3308	5
14290	Courtonne-les-Deux-Églises	courtonne-les-deux-eglises	28	14	143	49.0833	0.3667	5
14290	Saint-Cyr-du-Ronceray	saint-cyr-du-ronceray	28	14	143	49.053	0.2978	5
14290	Saint-Pierre-de-Mailloc	saint-pierre-de-mailloc	28	14	143	49.0664	0.322	5
14290	Cerqueux	cerqueux	28	14	143	48.9952	0.3648	5
14290	Valorbiquet	valorbiquet	28	14	143	49.0531	0.2978	5
14290	Saint-Martin-de-Bienfaite-la-Cressonnière	saint-martin-de-bienfaite-la-cressonniere	28	14	143	49.0446	0.3624	5
14290	La Folletière-Abenon	la-folletiere-abenon	28	14	143	48.9808	0.4272	5
14290	Cernay	cernay	28	14	143	49.0203	0.3238	5
14290	Saint-Julien-de-Mailloc	saint-julien-de-mailloc	28	14	143	49.0851	0.3193	5
14310	Tournay-sur-Odon	tournay-sur-odon	28	14	144	49.1048	-0.6002	5
14310	Monts-en-Bessin	monts-en-bessin	28	14	144	49.1144	-0.6037	5
14310	Landes-sur-Ajon	landes-sur-ajon	28	14	144	49.0762	-0.5788	5
14310	Maisoncelles-Pelvey	maisoncelles-pelvey	28	14	144	49.0569	-0.6728	5
14310	Longvillers	longvillers	28	14	144	49.0519	-0.6325	5
14310	Saint-Louet-sur-Seulles	saint-louet-sur-seulles	28	14	144	49.0967	-0.6671	5
14310	Seulline	seulline	28	14	144	49.0369	-0.6811	5
14310	Villers-Bocage	villers-bocage	28	14	144	49.0796	-0.6541	5
14310	Coulvain	coulvain	28	14	144	49.0484	-0.7259	5
14310	Villy-Bocage	villy-bocage	28	14	144	49.0957	-0.6431	5
14310	Épinay-sur-Odon	epinay-sur-odon	28	14	144	49.0764	-0.6207	5
14310	Tracy-Bocage	tracy-bocage	28	14	144	49.0731	-0.6909	5
14310	Amayé-sur-Seulles	amaye-sur-seulles	28	14	144	49.0798	-0.7149	5
14310	Parfouru-sur-Odon	parfouru-sur-odon	28	14	144	49.0911	-0.609	5
14320	Saint-André-sur-Orne	saint-andre-sur-orne	28	14	142	49.1174	-0.3823	5
14320	May-sur-Orne	may-sur-orne	28	14	142	49.1011	-0.3747	5
14320	Saint-Martin-de-Fontenay	saint-martin-de-fontenay	28	14	142	49.1152	-0.3739	5
14320	Laize-la-Ville	laize-la-ville	28	14	142	49.0813	-0.3814	5
14320	Fontenay-le-Marmion	fontenay-le-marmion	28	14	142	49.0935	-0.3529	5
14320	Feuguerolles-Bully	feuguerolles-bully	28	14	142	49.1167	-0.4	5
14320	Clinchamps-sur-Orne	clinchamps-sur-orne	28	14	142	49.0786	-0.4016	5
14330	Saint-Marcouf	saint-marcouf	28	14	141	49.2517	-0.9911	5
14330	Sainte-Marguerite-d’Elle	sainte-marguerite-d-elle	28	14	141	49.208	-1.0219	5
14330	Castilly	castilly	28	14	141	49.2717	-1.0149	5
14330	Le Breuil-en-Bessin	le-breuil-en-bessin	28	14	141	49.2574	-0.8618	5
14330	Saonnet	saonnet	28	14	141	49.2729	-0.8794	5
14330	Le Molay-Littry	le-molay-littry	28	14	141	49.2427	-0.8724	5
14330	Tournières	tournieres	28	14	141	49.2326	-0.9312	5
14330	Lison	lison	28	14	141	49.2477	-1.0456	5
14330	Saon	saon	28	14	141	49.27	-0.8583	5
14330	Cartigny-l’Épinay	cartigny-l-epinay	28	14	141	49.2392	-1.0105	5
14340	Montreuil-en-Auge	montreuil-en-auge	28	14	143	49.1665	0.066	5
14340	Beaufour-Druval	beaufour-druval	28	14	143	49.2138	0.0259	5
14340	Bonnebosq	bonnebosq	28	14	143	49.2035	0.0779	5
14340	Crevecoeur-en-Auge	crevecoeur-en-auge	28	14	143	49.1167	0.0167	5
14340	Notre-Dame-de-Livaye	notre-dame-de-livaye	28	14	143	49.1154	0.0399	5
14340	La Boissière	la-boissiere	28	14	143	49.1371	0.1316	5
14340	Rumesnil	rumesnil	28	14	143	49.1843	0.0277	5
14340	Formentin	formentin	28	14	143	49.197	0.1405	5
14340	La Houblonnière	la-houblonniere	28	14	143	49.1245	0.1044	5
14340	Manerbe	manerbe	28	14	143	49.1848	0.1741	5
14340	Valsemé	valseme	28	14	143	49.2373	0.0961	5
14340	Saint-Laurent-du-Mont	saint-laurent-du-mont	28	14	143	49.1454	0.0278	5
14340	Notre-Dame-d’Estrées	notre-dame-d-estrees	28	14	143	49.1422	0.0123	5
14340	Léaupartie	leaupartie	28	14	143	49.1835	0.0417	5
14340	Le Fournet	le-fournet	28	14	143	49.2011	0.1055	5
14340	Saint-Ouen-le-Pin	saint-ouen-le-pin	28	14	143	49.1476	0.1055	5
14340	Auvillars	auvillars	28	14	143	49.1974	0.0661	5
14340	Repentigny	repentigny	28	14	143	49.1919	0.0463	5
14340	Corbon	corbon	28	14	143	49.1463	-0.0082	5
14340	Cambremer	cambremer	28	14	143	49.1519	0.0476	5
14340	La Roque-Baignard	la-roque-baignard	28	14	143	49.1788	0.0998	5
14340	Le Pré-d’Auge	le-pre-d-auge	28	14	143	49.1554	0.1467	5
14340	Notre-Dame-d'Estrées-Corbon	notre-dame-d-estrees-corbon	28	14	143	49.1464	-0.0089	5
14340	Saint-Loup-de-Fribois	saint-loup-de-fribois	28	14	143	49.1128	0.0094	5
14350	Dampierre	dampierre	28	14	144	49.0438	-0.8683	5
14350	Saint-Ouen-des-Besaces	saint-ouen-des-besaces	28	14	144	49.0226	-0.8478	5
14350	Saint-Martin-des-Besaces	saint-martin-des-besaces	28	14	144	49.0109	-0.845	5
14350	La Ferrière-Harang	la-ferriere-harang	28	14	144	48.9749	-0.8907	5
14350	Le Bény-Bocage	le-beny-bocage	28	14	144	48.9365	-0.8389	5
14350	Mont-Bertrand	mont-bertrand	28	14	144	48.9662	-0.9165	5
14350	La Graverie	la-graverie	28	14	144	48.8941	-0.8813	5
14350	Saint-Jean-des-Essartiers	saint-jean-des-essartiers	28	14	144	49.0444	-0.8375	5
14350	Le Reculey	le-reculey	28	14	144	48.911	-0.8383	5
14350	Malloué	malloue	28	14	144	48.9432	-0.9563	5
14350	Saint-Denis-Maisoncelles	saint-denis-maisoncelles	28	14	144	48.9821	-0.8577	5
14350	Carville	carville	28	14	144	48.9298	-0.8588	5
14350	Le Tourneur	le-tourneur	28	14	144	48.9638	-0.8195	5
14350	Beaulieu	beaulieu	28	14	144	48.9096	-0.819	5
14350	Saint-Pierre-Tarentaine	saint-pierre-tarentaine	28	14	144	48.9648	-0.7934	5
14350	Sainte-Marie-Laumont	sainte-marie-laumont	28	14	144	48.9185	-0.8881	5
14350	Bures-les-Monts	bures-les-monts	28	14	144	48.9495	-0.9677	5
14350	Campeaux	campeaux	28	14	144	48.9505	-0.9314	5
14350	Saint-Charles-de-Percy	saint-charles-de-percy	28	14	144	48.9252	-0.7889	5
14350	Le Désert	le-desert	28	14	144	48.905	-0.812	5
14350	Valdallière	valdalliere	28	14	144	48.8525	-0.6761	5
14350	Étouvy	etouvy	28	14	144	48.8931	-0.8895	5
14350	Souleuvre en Bocage	souleuvre-en-bocage	28	14	144	48.9369	-0.8392	5
14350	Saint-Martin-Don	saint-martin-don	28	14	144	48.9275	-0.9443	5
14350	Montchauvet	montchauvet	28	14	144	48.9437	-0.7401	5
14350	Montchamp	montchamp	28	14	144	48.9211	-0.766	5
14360	Trouville-sur-Mer	trouville-sur-mer	28	14	143	49.3657	0.0804	5
14370	Vimont	vimont	28	14	142	49.1221	-0.1991	5
14370	Bellengreville	bellengreville	28	14	142	49.1242	-0.2096	5
14370	Canteloup	canteloup	28	14	142	49.132	-0.1317	5
14370	Billy	billy	28	14	142	49.0916	-0.193	5
14370	Méry-Corbon	mery-corbon	28	14	143	49.1355	-0.0827	5
14370	Argences	argences	28	14	142	49.1264	-0.1664	5
14370	Cléville	cleville	28	14	142	49.1545	-0.0908	5
14370	Moult	moult	28	14	142	49.1149	-0.1647	5
14370	Chicheboville	chicheboville	28	14	142	49.1095	-0.215	5
14370	Croissanville	croissanville	28	14	143	49.1195	-0.1016	5
14370	Airan	airan	28	14	142	49.101	-0.152	5
14370	Bissières	bissieres	28	14	143	49.1137	-0.0918	5
14380	Beaumesnil	beaumesnil	28	14	144	48.8932	-0.9829	5
14380	Landelles-et-Coupigny	landelles-et-coupigny	28	14	144	48.8875	-0.9982	5
14380	Fontenermont	fontenermont	28	14	144	48.8236	-1.105	5
14380	Saint-Sever-Calvados	saint-sever-calvados	28	14	144	48.8404	-1.0477	5
14380	Saint-Aubin-des-Bois	saint-aubin-des-bois	28	14	144	48.829	-1.1292	5
14380	Le Mesnil-Robert	le-mesnil-robert	28	14	144	48.8745	-0.9559	5
14380	Le Mesnil-Caussois	le-mesnil-caussois	28	14	144	48.8543	-1.0157	5
14380	Sept-Frères	sept-freres	28	14	144	48.8627	-1.03	5
14380	Saint-Manvieu-Bocage	saint-manvieu-bocage	28	14	144	48.8257	-0.9777	5
14380	Champ-du-Boult	champ-du-boult	28	14	144	48.7931	-1.0075	5
14380	Sainte-Marie-Outre-l’Eau	sainte-marie-outre-l-eau	28	14	144	48.9348	-1.0232	5
14380	Pont-Farcy	pont-farcy	28	14	144	48.9333	-1.0333	5
14380	Mesnil-Clinchamps	mesnil-clinchamps	28	14	144	48.8529	-0.9894	5
14380	Le Mesnil-Benoist	le-mesnil-benoist	28	14	144	48.8651	-0.988	5
14380	Courson	courson	28	14	144	48.855	-1.0789	5
14380	Pont-Bellanger	pont-bellanger	28	14	144	48.9333	-0.977	5
14380	Le Gast	le-gast	28	14	144	48.7951	-1.0757	5
14390	Petiville	petiville	28	14	143	49.2428	-0.1759	5
14390	Cabourg	cabourg	28	14	143	49.2911	-0.1133	5
14390	Varaville	varaville	28	14	143	49.2532	-0.1588	5
14400	Condé-sur-Seulles	conde-sur-seulles	28	14	141	49.2256	-0.6339	5
14400	Crouay	crouay	28	14	141	49.2675	-0.8071	5
14400	Nonant	nonant	28	14	141	49.2427	-0.6394	5
14400	Esquay-sur-Seulles	esquay-sur-seulles	28	14	141	49.2719	-0.62	5
14400	Monceaux-en-Bessin	monceaux-en-bessin	28	14	141	49.2486	-0.694	5
14400	Saint-Loup-Hors	saint-loup-hors	28	14	141	49.2652	-0.7127	5
14400	Cussy	cussy	28	14	141	49.2843	-0.7633	5
14400	Subles	subles	28	14	141	49.2403	-0.7514	5
14400	Saint-Vigor-le-Grand	saint-vigor-le-grand	28	14	141	49.2824	-0.6858	5
14400	Vienne-en-Bessin	vienne-en-bessin	28	14	141	49.2783	-0.6075	5
14400	Mosles	mosles	28	14	141	49.3082	-0.8193	5
14400	Tour-en-Bessin	tour-en-bessin	28	14	141	49.2977	-0.7779	5
14400	Sommervieu	sommervieu	28	14	141	49.293	-0.646	5
14400	Ryes	ryes	28	14	141	49.3131	-0.6288	5
14400	Vaucelles	vaucelles	28	14	141	49.2855	-0.7359	5
14400	Étréham	etreham	28	14	141	49.3167	-0.8	5
14400	Ranchy	ranchy	28	14	141	49.2539	-0.7569	5
14400	Maisons	maisons	28	14	141	49.3138	-0.7496	5
14400	Cottun	cottun	28	14	141	49.2716	-0.7902	5
14400	Le Manoir	le-manoir	28	14	141	49.2838	-0.594	5
14400	Longues-sur-Mer	longues-sur-mer	28	14	141	49.3378	-0.6931	5
14400	Blay	blay	28	14	141	49.2706	-0.8397	5
14400	Agy	agy	28	14	141	49.2398	-0.7644	5
14400	Magny-en-Bessin	magny-en-bessin	28	14	141	49.306	-0.6636	5
14400	Guéron	gueron	28	14	141	49.2494	-0.7123	5
14400	Saint-Martin-des-Entrées	saint-martin-des-entrees	28	14	141	49.2671	-0.6724	5
14400	Bayeux	bayeux	28	14	141	49.2773	-0.7039	5
14400	Vaux-sur-Seulles	vaux-sur-seulles	28	14	141	49.2607	-0.6285	5
14400	Sully	sully	28	14	141	49.299	-0.738	5
14400	Barbeville	barbeville	28	14	141	49.275	-0.7484	5
14400	Arganchy	arganchy	28	14	141	49.2359	-0.7416	5
14400	Vaux-sur-Aure	vaux-sur-aure	28	14	141	49.3043	-0.703	5
14401 CEDEX	Bayeux	bayeux	28	14	141	49.2773	-0.7039	5
14402 CEDEX	Bayeux	bayeux	28	14	141	49.2773	-0.7039	5
14403 CEDEX	Bayeux	bayeux	28	14	141	49.2773	-0.7039	5
14404 CEDEX	Bayeux	bayeux	28	14	141	49.2773	-0.7039	5
14405 CEDEX	Bayeux	bayeux	28	14	141	49.2773	-0.7039	5
14406 CEDEX	Bayeux	bayeux	28	14	141	49.2773	-0.7039	5
14407 CEDEX	Bayeux	bayeux	28	14	141	49.2773	-0.7039	5
14408 CEDEX	Bayeux	bayeux	28	14	141	49.2773	-0.7039	5
14409 CEDEX	Bayeux	bayeux	28	14	141	49.2773	-0.7039	5
14410	La Rocque	la-rocque	28	14	144	48.8863	-0.6699	5
14410	Valdallière	valdalliere	28	14	144	48.8525	-0.6761	5
14410	Vassy	vassy	28	14	144	48.8538	-0.6748	5
14410	Estry	estry	28	14	144	48.897	-0.7355	5
14410	Pierres	pierres	28	14	144	48.8706	-0.7352	5
14410	Burcy	burcy	28	14	144	48.8671	-0.8025	5
14410	Viessoix	viessoix	28	14	144	48.8394	-0.7998	5
14410	Rully	rully	28	14	144	48.8259	-0.7148	5
14410	Le Theil-Bocage	le-theil-bocage	28	14	144	48.8833	-0.7167	5
14410	Chênedollé	chenedolle	28	14	144	48.8551	-0.7617	5
14410	Bernières-le-Patry	bernieres-le-patry	28	14	144	48.8142	-0.7369	5
14410	Presles	presles	28	14	144	48.8773	-0.7824	5
14420	Bons-Tassilly	bons-tassilly	28	14	142	48.9667	-0.2333	5
14420	Ussy	ussy	28	14	142	48.9485	-0.2836	5
14420	Villers-Canivet	villers-canivet	28	14	142	48.9405	-0.2557	5
14420	Potigny	potigny	28	14	142	48.9692	-0.2417	5
14420	Soumont-Saint-Quentin	soumont-saint-quentin	28	14	142	48.9782	-0.2337	5
14430	Branville	branville	28	14	143	49.2711	0.0259	5
14430	Beuvron-en-Auge	beuvron-en-auge	28	14	143	49.1882	-0.0459	5
14430	Saint-Jouin	saint-jouin	28	14	143	49.2094	-0.0147	5
14430	Victot-Pontfol	victot-pontfol	28	14	143	49.1627	-0.0141	5
14430	Angerville	angerville	28	14	143	49.2438	-0.0283	5
14430	Douville-en-Auge	douville-en-auge	28	14	143	49.2608	-0.0234	5
14430	Goustranville	goustranville	28	14	143	49.2178	-0.0959	5
14430	Danestal	danestal	28	14	143	49.25	0.0167	5
14430	Gerrots	gerrots	28	14	143	49.1925	-0.0089	5
14430	Saint-Léger-Dubosq	saint-leger-dubosq	28	14	143	49.2248	-0.0289	5
14430	Cricqueville-en-Auge	cricqueville-en-auge	28	14	143	49.2409	-0.063	5
14430	Annebault	annebault	28	14	143	49.2524	0.0593	5
14430	Bourgeauville	bourgeauville	28	14	143	49.2718	0.0576	5
14430	Cresseveuille	cresseveuille	28	14	143	49.2388	0.0104	5
14430	Putot-en-Auge	putot-en-auge	28	14	143	49.2166	-0.0683	5
14430	Dozulé	dozule	28	14	143	49.2313	-0.0445	5
14430	Hotot-en-Auge	hotot-en-auge	28	14	143	49.1668	-0.0531	5
14430	Heuland	heuland	28	14	143	49.278	-0.0025	5
14440	Cresserons	cresserons	28	14	142	49.287	-0.3557	5
14440	Douvres-la-Délivrande	douvres-la-delivrande	28	14	142	49.2947	-0.3804	5
14440	Plumetot	plumetot	28	14	142	49.2791	-0.3567	5
14440	Bény-sur-Mer	beny-sur-mer	28	14	141	49.29	-0.4342	5
14450	Cricqueville-en-Bessin	cricqueville-en-bessin	28	14	141	49.3777	-1.0014	5
14450	Saint-Pierre-du-Mont	saint-pierre-du-mont	28	14	141	49.3877	-0.9771	5
14450	Grandcamp-Maisy	grandcamp-maisy	28	14	141	49.3833	-1.0333	5
14460	Colombelles	colombelles	28	14	142	49.2049	-0.2957	5
14461 CEDEX	Colombelles	colombelles	28	14	142	49.2049	-0.2957	5
14462 CEDEX	Colombelles	colombelles	28	14	142	49.2049	-0.2957	5
14469 CEDEX	Colombelles	colombelles	28	14	142	49.2049	-0.2957	5
14470	Graye-sur-Mer	graye-sur-mer	28	14	141	49.3283	-0.4736	5
14470	Reviers	reviers	28	14	142	49.3018	-0.4656	5
14470	Courseulles-sur-Mer	courseulles-sur-mer	28	14	142	49.3303	-0.4561	5
14480	Rucqueville	rucqueville	28	14	141	49.2567	-0.5826	5
14480	Banville	banville	28	14	141	49.3127	-0.4865	5
14480	Bazenville	bazenville	28	14	141	49.3039	-0.5868	5
14480	Amblie	amblie	28	14	141	49.2917	-0.4873	5
14480	Tierceville	tierceville	28	14	141	49.2932	-0.5321	5
14480	Cully	cully	28	14	141	49.25	-0.5295	5
14480	Creully	creully	28	14	141	49.2848	-0.5398	5
14480	Villiers-le-Sec	villiers-le-sec	28	14	141	49.2908	-0.5655	5
14480	Saint-Gabriel-Brécy	saint-gabriel-brecy	28	14	141	49.2767	-0.5643	5
14480	Sainte-Croix-sur-Mer	sainte-croix-sur-mer	28	14	141	49.3138	-0.511	5
14480	Le Fresne-Camilly	le-fresne-camilly	28	14	142	49.2596	-0.4877	5
14480	Lantheuil	lantheuil	28	14	141	49.2673	-0.5188	5
14480	Colombiers-sur-Seulles	colombiers-sur-seulles	28	14	141	49.2935	-0.5119	5
14480	Coulombs	coulombs	28	14	141	49.251	-0.5638	5
14480	Crépon	crepon	28	14	141	49.3162	-0.5506	5
14490	Balleroy	balleroy	28	14	141	49.1812	-0.8379	5
14490	Campigny	campigny	28	14	141	49.2425	-0.8095	5
14490	Montfiquet	montfiquet	28	14	141	49.1667	-0.8945	5
14490	Planquery	planquery	28	14	141	49.1553	-0.8388	5
14490	Noron-la-Poterie	noron-la-poterie	28	14	141	49.2266	-0.7747	5
14490	Litteau	litteau	28	14	141	49.153	-0.9055	5
14490	Castillon	castillon	28	14	141	49.2015	-0.7973	5
14490	Trungy	trungy	28	14	141	49.198	-0.7272	5
14490	Saint-Paul-du-Vernay	saint-paul-du-vernay	28	14	141	49.1885	-0.7616	5
14490	Cahagnolles	cahagnolles	28	14	141	49.1569	-0.7593	5
14490	Le Tronquay	le-tronquay	28	14	141	49.2257	-0.82	5
14490	La Bazoque	la-bazoque	28	14	141	49.1621	-0.8675	5
14490	Vaubadon	vaubadon	28	14	141	49.2063	-0.8381	5
14490	Balleroy-sur-Drôme	balleroy-sur-drome	28	14	141	49.1806	-0.8381	5
14500	Campagnolles	campagnolles	28	14	144	48.8906	-0.9239	5
14500	Roullours	roullours	28	14	144	48.8331	-0.8398	5
14500	Vire	vire	28	14	144	48.8333	-0.8833	5
14500	Truttemer-le-Petit	truttemer-le-petit	28	14	144	48.7718	-0.8151	5
14500	Maisoncelles-la-Jourdan	maisoncelles-la-jourdan	28	14	144	48.8012	-0.8499	5
14500	Truttemer-le-Grand	truttemer-le-grand	28	14	144	48.7813	-0.8182	5
14500	Vaudry	vaudry	28	14	144	48.8413	-0.8531	5
14500	Coulonces	coulonces	28	14	144	48.8741	-0.9139	5
14500	Vire Normandie	vire-normandie	28	14	144	48.8386	-0.8892	5
14500	Saint-Germain-de-Tallevende-la-Lande-Vaumont	saint-germain-de-tallevende-la-lande-vaumont	28	14	144	48.8	-0.9	5
14501 CEDEX	Vire	vire	28	14	144	48.8333	-0.8833	5
14502 CEDEX	Vire	vire	28	14	144	48.8333	-0.8833	5
14503 CEDEX	Vire	vire	28	14	144	48.8333	-0.8833	5
14504 CEDEX	Vire	vire	28	14	144	48.8333	-0.8833	5
14505 CEDEX	Vire	vire	28	14	144	48.8333	-0.8833	5
14508 CEDEX	Vire	vire	28	14	144	48.8333	-0.8833	5
14509 CEDEX	Vire	vire	28	14	144	48.8333	-0.8833	5
14510	Gonneville-sur-Mer	gonneville-sur-mer	28	14	143	49.28	-0.0407	5
14510	Houlgate	houlgate	28	14	143	49.299	-0.0815	5
14520	Port-en-Bessin-Huppain	port-en-bessin-huppain	28	14	141	49.3446	-0.7556	5
14520	Sainte-Honorine-des-Pertes	sainte-honorine-des-pertes	28	14	141	49.3482	-0.8067	5
14520	Commes	commes	28	14	141	49.3375	-0.7369	5
14530	Luc-sur-Mer	luc-sur-mer	28	14	142	49.3145	-0.355	5
14540	Hubert-Folie	hubert-folie	28	14	142	49.129	-0.3155	5
14540	Garcelles-Secqueville	garcelles-secqueville	28	14	142	49.0991	-0.2896	5
14540	Rocquancourt	rocquancourt	28	14	142	49.0937	-0.3215	5
14540	Soliers	soliers	28	14	142	49.1344	-0.2961	5
14540	Conteville	conteville	28	14	142	49.0889	-0.2368	5
14540	Tilly-la-Campagne	tilly-la-campagne	28	14	142	49.1103	-0.3067	5
14540	Saint-Aignan-de-Cramesnil	saint-aignan-de-cramesnil	28	14	142	49.0793	-0.278	5
14540	Poussy-la-Campagne	poussy-la-campagne	28	14	142	49.0805	-0.2241	5
14540	Grentheville	grentheville	28	14	142	49.148	-0.2872	5
14540	Bourguébus	bourguebus	28	14	142	49.1219	-0.2979	5
14550	Blainville-sur-Orne	blainville-sur-orne	28	14	142	49.2291	-0.3006	5
14570	La Villette	la-villette	28	14	144	48.9119	-0.5432	5
14570	Clécy	clecy	28	14	142	48.9172	-0.4804	5
14570	Saint-Rémy	saint-remy	28	14	142	48.9401	-0.5034	5
14570	Le Vey	le-vey	28	14	142	48.9184	-0.4713	5
14570	Saint-Lambert	saint-lambert	28	14	142	48.9371	-0.5485	5
14590	Ouilly-du-Houley	ouilly-du-houley	28	14	143	49.1681	0.3289	5
14590	Fumichon	fumichon	28	14	143	49.1732	0.3713	5
14590	Le Pin	le-pin	28	14	143	49.2112	0.3346	5
14590	Moyaux	moyaux	28	14	143	49.1951	0.356	5
14600	Genneville	genneville	28	14	143	49.3698	0.2754	5
14600	Fourneville	fourneville	28	14	143	49.3566	0.2404	5
14600	Ablon	ablon	28	14	143	49.3921	0.2958	5
14600	Gonneville-sur-Honfleur	gonneville-sur-honfleur	28	14	143	49.3844	0.245	5
14600	Pennedepie	pennedepie	28	14	143	49.4043	0.1679	5
14600	La Rivière-Saint-Sauveur	la-riviere-saint-sauveur	28	14	143	49.4082	0.2703	5
14600	Honfleur	honfleur	28	14	143	49.4199	0.2329	5
14600	Barneville-la-Bertran	barneville-la-bertran	28	14	143	49.3833	0.1833	5
14600	Équemauville	equemauville	28	14	143	49.3941	0.2076	5
14601 CEDEX	Honfleur	honfleur	28	14	143	49.4199	0.2329	5
14602 CEDEX	Honfleur	honfleur	28	14	143	49.4199	0.2329	5
14603 CEDEX	Honfleur	honfleur	28	14	143	49.4199	0.2329	5
14610	Villons-les-Buissons	villons-les-buissons	28	14	142	49.2405	-0.4096	5
14610	Épron	epron	28	14	142	49.2217	-0.3709	5
14610	Thaon	thaon	28	14	142	49.258	-0.4561	5
14610	Cairon	cairon	28	14	142	49.2402	-0.4505	5
14610	Anguerny	anguerny	28	14	142	49.2666	-0.4014	5
14610	Basly	basly	28	14	142	49.2786	-0.4232	5
14610	Anisy	anisy	28	14	142	49.2507	-0.3912	5
14610	Colomby-sur-Thaon	colomby-sur-thaon	28	14	142	49.2657	-0.4103	5
14610	Fontaine-Henry	fontaine-henry	28	14	141	49.2756	-0.4519	5
14610	Cambes-en-Plaine	cambes-en-plaine	28	14	142	49.2316	-0.3854	5
14610	Colomby-Anguerny	colomby-anguerny	28	14	142	49.2658	-0.3983	5
14620	Fourches	fourches	28	14	142	48.8604	-0.0787	5
14620	Barou-en-Auge	barou-en-auge	28	14	142	48.9305	-0.0427	5
14620	Norrey-en-Auge	norrey-en-auge	28	14	142	48.9128	-0.0148	5
14620	Damblainville	damblainville	28	14	142	48.9149	-0.1153	5
14620	Crocy	crocy	28	14	142	48.8801	-0.0661	5
14620	Le Marais-la-Chapelle	le-marais-la-chapelle	28	14	142	48.8849	-0.0247	5
14620	Morteaux-Coulibœuf	morteaux-coulib-uf	28	14	142	48.9333	-0.0667	5
14620	Beaumais	beaumais	28	14	142	48.895	-0.0743	5
14620	Les Moutiers-en-Auge	les-moutiers-en-auge	28	14	142	48.9009	-0.0108	5
14630	Cagny	cagny	28	14	142	49.1458	-0.2563	5
14630	Émiéville	emieville	28	14	142	49.1585	-0.2226	5
14630	Frénouville	frenouville	28	14	142	49.1375	-0.2446	5
14640	Saint-Vaast-en-Auge	saint-vaast-en-auge	28	14	143	49.2908	0.0035	5
14640	Auberville	auberville	28	14	143	49.3062	-0.0269	5
14640	Villers-sur-Mer	villers-sur-mer	28	14	143	49.3226	0.0003	5
14650	Carpiquet	carpiquet	28	14	142	49.1852	-0.4462	5
14651 CEDEX	Carpiquet	carpiquet	28	14	142	49.1852	-0.4462	5
14652 CEDEX	Carpiquet	carpiquet	28	14	142	49.1852	-0.4462	5
14653 CEDEX	Carpiquet	carpiquet	28	14	142	49.1852	-0.4462	5
14654 CEDEX	Carpiquet	carpiquet	28	14	142	49.1852	-0.4462	5
14659 CEDEX	Carpiquet	carpiquet	28	14	142	49.1852	-0.4462	5
14670	Saint-Pierre-du-Jonquet	saint-pierre-du-jonquet	28	14	142	49.169	-0.1265	5
14670	Saint-Samson	saint-samson	28	14	143	49.184	-0.1591	5
14670	Troarn	troarn	28	14	142	49.1783	-0.1817	5
14670	Saint-Ouen-du-Mesnil-Oger	saint-ouen-du-mesnil-oger	28	14	142	49.1579	-0.1195	5
14670	Janville	janville	28	14	142	49.1679	-0.167	5
14670	Basseneville	basseneville	28	14	143	49.2009	-0.1335	5
14670	Saline	saline	28	14	142	49.1817	-0.1844	5
14670	Saint-Pair	saint-pair	28	14	142	49.1684	-0.1853	5
14680	Cintheaux	cintheaux	28	14	142	49.0548	-0.291	5
14680	Gouvix	gouvix	28	14	142	49.0351	-0.3042	5
14680	Fresney-le-Puceux	fresney-le-puceux	28	14	142	49.0627	-0.3697	5
14680	Bretteville-sur-Laize	bretteville-sur-laize	28	14	142	49.0447	-0.3264	5
14690	Rapilly	rapilly	28	14	142	48.8566	-0.3347	5
14690	Cossesseville	cossesseville	28	14	142	48.8955	-0.4195	5
14690	Pont-d'Ouilly	pont-d-ouilly	28	14	142	48.8759	-0.4022	5
14690	Pierrefitte-en-Cinglais	pierrefitte-en-cinglais	28	14	142	48.9031	-0.3879	5
14690	Tréprel	treprel	28	14	142	48.8989	-0.3467	5
14690	Le Détroit	le-detroit	28	14	142	48.8686	-0.3514	5
14690	Les Isles-Bardel	les-isles-bardel	28	14	142	48.8457	-0.3384	5
14690	Le Mesnil-Villement	le-mesnil-villement	28	14	142	48.8502	-0.3684	5
14690	Le Bô	le-bo	28	14	142	48.8957	-0.449	5
14690	La Pommeraye	la-pommeraye	28	14	142	48.9089	-0.4251	5
14690	Pierrepont	pierrepont	28	14	142	48.8948	-0.3262	5
14700	Eraines	eraines	28	14	142	48.9	-0.1667	5
14700	Vignats	vignats	28	14	142	48.8544	-0.1042	5
14700	Falaise	falaise	28	14	142	48.8922	-0.1953	5
14700	Versainville	versainville	28	14	142	48.9169	-0.1765	5
14700	Saint-Pierre-du-Bû	saint-pierre-du-bu	28	14	142	48.8675	-0.2174	5
14700	Bonnœil	bonn-il	28	14	142	48.9167	-0.3667	5
14700	Saint-Germain-Langot	saint-germain-langot	28	14	142	48.9238	-0.3236	5
14700	Saint-Pierre-Canivet	saint-pierre-canivet	28	14	142	48.9295	-0.2206	5
14700	Cordey	cordey	28	14	142	48.8513	-0.229	5
14700	Aubigny	aubigny	28	14	142	48.9182	-0.2119	5
14700	Pertheville-Ners	pertheville-ners	28	14	142	48.8735	-0.1135	5
14700	Noron-l’Abbaye	noron-l-abbaye	28	14	142	48.8945	-0.2499	5
14700	Les Loges-Saulces	les-loges-saulces	28	14	142	48.8655	-0.3	5
14700	Fresné-la-Mère	fresne-la-mere	28	14	142	48.8934	-0.1215	5
14700	Villy-lez-Falaise	villy-lez-falaise	28	14	142	48.9	-0.1333	5
14700	Martigny-sur-l’Ante	martigny-sur-l-ante	28	14	142	48.8902	-0.2907	5
14700	Fourneaux-le-Val	fourneaux-le-val	28	14	142	48.8556	-0.2676	5
14700	Leffard	leffard	28	14	142	48.917	-0.3046	5
14700	Soulangy	soulangy	28	14	142	48.9424	-0.22	5
14700	La Hoguette	la-hoguette	28	14	142	48.8762	-0.1625	5
14700	Saint-Martin-de-Mieux	saint-martin-de-mieux	28	14	142	48.8711	-0.2297	5
14710	Trévières	trevieres	28	14	141	49.3087	-0.9043	5
14710	Bernesq	bernesq	28	14	141	49.273	-0.9426	5
14710	Aignerville	aignerville	28	14	141	49.3208	-0.9204	5
14710	Écrammeville	ecrammeville	28	14	141	49.3234	-0.9449	5
14710	Englesqueville-la-Percée	englesqueville-la-percee	28	14	141	49.3763	-0.9523	5
14710	Louvières	louvieres	28	14	141	49.3638	-0.9181	5
14710	Formigny	formigny	28	14	141	49.3369	-0.8989	5
14710	Colleville-sur-Mer	colleville-sur-mer	28	14	141	49.3479	-0.8466	5
14710	Bricqueville	bricqueville	28	14	141	49.2896	-0.9617	5
14710	Surrain	surrain	28	14	141	49.3269	-0.8626	5
14710	Russy	russy	28	14	141	49.3323	-0.8208	5
14710	Saint-Laurent-sur-Mer	saint-laurent-sur-mer	28	14	141	49.3596	-0.8778	5
14710	Mandeville-en-Bessin	mandeville-en-bessin	28	14	141	49.3014	-0.8787	5
14710	Colombières	colombieres	28	14	141	49.2955	-0.9814	5
14710	Vierville-sur-Mer	vierville-sur-mer	28	14	141	49.3724	-0.9071	5
14710	Saint-Martin-de-Blagny	saint-martin-de-blagny	28	14	141	49.2469	-0.9442	5
14710	Rubercy	rubercy	28	14	141	49.284	-0.8806	5
14710	La Folie	la-folie	28	14	141	49.2587	-0.9782	5
14710	Asnières-en-Bessin	asnieres-en-bessin	28	14	141	49.3657	-0.9388	5
14730	Giberville	giberville	28	14	142	49.1816	-0.2839	5
14740	Rosel	rosel	28	14	142	49.2286	-0.4586	5
14740	Le Mesnil-Patry	le-mesnil-patry	28	14	142	49.1951	-0.545	5
14740	Martragny	martragny	28	14	141	49.2513	-0.5976	5
14740	Saint-Manvieu-Norrey	saint-manvieu-norrey	28	14	142	49.1814	-0.5	5
14740	Putot-en-Bessin	putot-en-bessin	28	14	142	49.2122	-0.5411	5
14740	Sainte-Croix-Grand-Tonne	sainte-croix-grand-tonne	28	14	142	49.2315	-0.5628	5
14740	Bretteville-l’Orgueilleuse	bretteville-l-orgueilleuse	28	14	142	49.2119	-0.5143	5
14740	Lasson	lasson	28	14	142	49.2341	-0.4634	5
14740	Secqueville-en-Bessin	secqueville-en-bessin	28	14	142	49.2333	-0.5185	5
14740	Rots	rots	28	14	142	49.2078	-0.4778	5
14740	Carcagny	carcagny	28	14	141	49.2378	-0.6199	5
14750	Saint-Aubin-sur-Mer	saint-aubin-sur-mer	28	14	142	49.3279	-0.387	5
14760	Bretteville-sur-Odon	bretteville-sur-odon	28	14	142	49.1663	-0.4166	5
14770	Danvou-la-Ferrière	danvou-la-ferriere	28	14	144	48.95	-0.6667	5
14770	Condé-en-Normandie	conde-en-normandie	28	14	144	48.85	-0.55	5
14770	Lénault	lenault	28	14	144	48.9321	-0.6288	5
14770	Lassy	lassy	28	14	144	48.915	-0.6778	5
14770	La Chapelle-Engerbold	la-chapelle-engerbold	28	14	144	48.8926	-0.6089	5
14770	Cauville	cauville	28	14	142	48.9473	-0.5724	5
14770	Saint-Jean-le-Blanc	saint-jean-le-blanc	28	14	144	48.9356	-0.6532	5
14770	Le Plessis-Grimoult	le-plessis-grimoult	28	14	144	48.9616	-0.6104	5
14770	Saint-Vigor-des-Mézerets	saint-vigor-des-mezerets	28	14	144	48.9087	-0.641	5
14770	Périgny	perigny	28	14	144	48.9218	-0.6046	5
14770	Saint-Pierre-la-Vieille	saint-pierre-la-vieille	28	14	144	48.9192	-0.5763	5
14780	Lion-sur-Mer	lion-sur-mer	28	14	142	49.3002	-0.3216	5
14790	Mouen	mouen	28	14	142	49.147	-0.4837	5
14790	Verson	verson	28	14	142	49.1543	-0.4563	5
14790	Fontaine-Étoupefour	fontaine-etoupefour	28	14	142	49.146	-0.4552	5
14791 CEDEX	Verson	verson	28	14	142	49.1543	-0.4563	5
14800	Tourgeville	tourgeville	28	14	143	49.3213	0.0704	5
14800	Deauville	deauville	28	14	143	49.357	0.07	5
14800	Touques	touques	28	14	143	49.3444	0.1022	5
14800	Englesqueville-en-Auge	englesqueville-en-auge	28	14	143	49.3333	0.15	5
14800	Canapville	canapville	28	14	143	49.3163	0.1362	5
14800	Saint-Arnoult	saint-arnoult	28	14	143	49.3376	0.0904	5
14800	Vauville	vauville	28	14	143	49.3059	0.0633	5
14800	Bonneville-sur-Touques	bonneville-sur-touques	28	14	143	49.3419	0.1217	5
14801 CEDEX	Deauville	deauville	28	14	143	49.357	0.07	5
14802 CEDEX	Deauville	deauville	28	14	143	49.357	0.07	5
14803 CEDEX	Deauville	deauville	28	14	143	49.357	0.07	5
14804 CEDEX	Deauville	deauville	28	14	143	49.357	0.07	5
14805 CEDEX	Deauville	deauville	28	14	143	49.357	0.07	5
14806 CEDEX	Deauville	deauville	28	14	143	49.357	0.07	5
14807 CEDEX	Deauville	deauville	28	14	143	49.357	0.07	5
14808 CEDEX	Deauville	deauville	28	14	143	49.357	0.07	5
14809 CEDEX	Deauville	deauville	28	14	143	49.357	0.07	5
14810	Gonneville-en-Auge	gonneville-en-auge	28	14	143	49.2598	-0.1909	5
14810	Merville-Franceville-Plage	merville-franceville-plage	28	14	143	49.2722	-0.1962	5
14830	Langrune-sur-Mer	langrune-sur-mer	28	14	142	49.3235	-0.3735	5
14840	Démouville	demouville	28	14	142	49.18	-0.2695	5
14840	Cuverville	cuverville	28	14	142	49.19	-0.2647	5
14850	Hérouvillette	herouvillette	28	14	143	49.2213	-0.2435	5
14850	Escoville	escoville	28	14	143	49.2103	-0.2394	5
14860	Bavent	bavent	28	14	143	49.23	-0.1868	5
14860	Ranville	ranville	28	14	143	49.2307	-0.2556	5
14860	Amfreville	amfreville	28	14	143	49.25	-0.2333	5
14860	Bréville-les-Monts	breville-les-monts	28	14	143	49.2333	-0.2333	5
14880	Hermanville-sur-Mer	hermanville-sur-mer	28	14	142	49.2846	-0.3154	5
14880	Colleville-Montgomery	colleville-montgomery	28	14	142	49.2753	-0.3005	5
14901 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14902 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14903 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14904 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14905 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14906 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14907 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14908 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14909 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14910	Benerville-sur-Mer	benerville-sur-mer	28	14	143	49.35	0.0333	5
14910	Blonville-sur-Mer	blonville-sur-mer	28	14	143	49.3371	0.0271	5
14911 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14912 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14913 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14914 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14915 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14916 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14919 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14920	Mathieu	mathieu	28	14	142	49.2545	-0.3719	5
14921 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14922 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14923 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14924 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14925 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14926 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14930	Éterville	eterville	28	14	142	49.1442	-0.4251	5
14930	Vieux	vieux	28	14	142	49.1072	-0.4338	5
14930	Maltot	maltot	28	14	142	49.1278	-0.4227	5
14931 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14932 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14933 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14934 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14940	Banneville-la-Campagne	banneville-la-campagne	28	14	142	49.172	-0.2253	5
14940	Saline	saline	28	14	142	49.1817	-0.1844	5
14940	Sannerville	sannerville	28	14	142	49.1802	-0.2243	5
14940	Touffréville	touffreville	28	14	143	49.1899	-0.2241	5
14949 CEDEX 9	Caen	caen	28	14	142	49.1859	-0.3591	5
14950	Glanville	glanville	28	14	143	49.2737	0.0796	5
14950	Saint-Pierre-Azif	saint-pierre-azif	28	14	143	49.2943	0.0502	5
14950	Beaumont-en-Auge	beaumont-en-auge	28	14	143	49.2782	0.1105	5
14950	Saint-Étienne-la-Thillaye	saint-etienne-la-thillaye	28	14	143	49.29	0.1202	5
14960	Saint-Côme-de-Fresné	saint-come-de-fresne	28	14	141	49.3341	-0.6064	5
14960	Meuvaines	meuvaines	28	14	141	49.327	-0.565	5
14960	Asnelles	asnelles	28	14	141	49.3397	-0.583	5
14970	Bénouville	benouville	28	14	142	49.2415	-0.2825	5
14970	Saint-Aubin-d’Arquenay	saint-aubin-d-arquenay	28	14	142	49.2631	-0.2897	5
14980	Rots	rots	28	14	142	49.2123	-0.4732	5
14990	Bernières-sur-Mer	bernieres-sur-mer	28	14	142	49.3306	-0.423	5
27000	Évreux	evreux	28	27	273	49.0241	1.1508	5
27001 CEDEX	Évreux	evreux	28	27	273	49.0241	1.1508	5
27002 CEDEX	Évreux	evreux	28	27	273	49.0241	1.1508	5
27003 CEDEX	Évreux	evreux	28	27	273	49.0241	1.1508	5
27004 CEDEX	Évreux	evreux	28	27	273	49.0241	1.1508	5
27005 CEDEX	Évreux	evreux	28	27	273	49.0241	1.1508	5
27006 CEDEX	Évreux	evreux	28	27	273	49.0241	1.1508	5
27007 CEDEX	Évreux	evreux	28	27	273	49.0241	1.1508	5
27008 CEDEX	Évreux	evreux	28	27	273	49.0241	1.1508	5
27009 CEDEX	Évreux	evreux	28	27	273	49.0241	1.1508	5
27010 CEDEX	Évreux	evreux	28	27	273	49.0241	1.1508	5
27012 CEDEX	Évreux	evreux	28	27	273	49.0241	1.1508	5
27013 CEDEX	Évreux	evreux	28	27	273	49.0241	1.1508	5
27015 CEDEX	Évreux	evreux	28	27	273	49.0241	1.1508	5
27016 CEDEX	Évreux	evreux	28	27	273	49.0241	1.1508	5
27017 CEDEX	Évreux	evreux	28	27	273	49.0241	1.1508	5
27018 CEDEX	Évreux	evreux	28	27	273	49.0241	1.1508	5
27019 CEDEX	Évreux	evreux	28	27	273	49.0241	1.1508	5
27021 CEDEX	Évreux	evreux	28	27	273	49.0241	1.1508	5
27022 CEDEX	Évreux	evreux	28	27	273	49.0241	1.1508	5
27023 CEDEX	Évreux	evreux	28	27	273	49.0241	1.1508	5
27025 CEDEX	Évreux	evreux	28	27	273	49.0241	1.1508	5
27026 CEDEX	Évreux	evreux	28	27	273	49.0241	1.1508	5
27030 CEDEX	Évreux	evreux	28	27	273	49.0241	1.1508	5
27031 CEDEX	Évreux	evreux	28	27	273	49.0241	1.1508	5
27032 CEDEX	Évreux	evreux	28	27	273	49.0241	1.1508	5
27033 CEDEX	Évreux	evreux	28	27	273	49.0241	1.1508	5
27034 CEDEX	Évreux	evreux	28	27	273	49.0241	1.1508	5
27035 CEDEX	Évreux	evreux	28	27	273	49.0241	1.1508	5
27036 CEDEX	Évreux	evreux	28	27	273	49.0241	1.1508	5
27037 CEDEX	Évreux	evreux	28	27	273	49.0241	1.1508	5
27038 CEDEX	Évreux	evreux	28	27	273	49.0241	1.1508	5
27039 CEDEX	Évreux	evreux	28	27	273	49.0241	1.1508	5
27040 CEDEX	Évreux	evreux	28	27	273	49.0241	1.1508	5
27090 CEDEX 9	Évreux	evreux	28	27	273	49.0241	1.1508	5
27091 CEDEX 9	Évreux	evreux	28	27	273	49.0241	1.1508	5
27092 CEDEX 9	Évreux	evreux	28	27	273	49.0241	1.1508	5
27093 CEDEX 9	Évreux	evreux	28	27	273	49.0241	1.1508	5
27094 CEDEX 9	Évreux	evreux	28	27	273	49.0241	1.1508	5
27095 CEDEX 9	Évreux	evreux	28	27	273	49.0241	1.1508	5
27096 CEDEX 9	Évreux	evreux	28	27	273	49.0241	1.1508	5
27097 CEDEX 9	Évreux	evreux	28	27	273	49.0241	1.1508	5
27098 CEDEX 9	Évreux	evreux	28	27	273	49.0241	1.1508	5
27099 CEDEX 9	Évreux	evreux	28	27	273	49.0241	1.1508	5
27100	Le Vaudreuil	le-vaudreuil	28	27	271	49.2541	1.2096	5
27100	Val-de-Reuil	val-de-reuil	28	27	271	49.2739	1.2102	5
27100	Tournedos-sur-Seine	tournedos-sur-seine	28	27	271	49.2755	1.2601	5
27101 CEDEX	Val-de-Reuil	val-de-reuil	28	27	271	49.2739	1.2102	5
27102 CEDEX	Val-de-Reuil	val-de-reuil	28	27	271	49.2739	1.2102	5
27103 CEDEX	Val-de-Reuil	val-de-reuil	28	27	271	49.2739	1.2102	5
27104 CEDEX	Val-de-Reuil	val-de-reuil	28	27	271	49.2739	1.2102	5
27105 CEDEX	Val-de-Reuil	val-de-reuil	28	27	271	49.2739	1.2102	5
27106 CEDEX	Val-de-Reuil	val-de-reuil	28	27	271	49.2739	1.2102	5
27107 CEDEX	Val-de-Reuil	val-de-reuil	28	27	271	49.2739	1.2102	5
27108 CEDEX	Val-de-Reuil	val-de-reuil	28	27	271	49.2739	1.2102	5
27109 CEDEX	Val-de-Reuil	val-de-reuil	28	27	271	49.2739	1.2102	5
27110	Saint-Aubin-d’Écrosville	saint-aubin-d-ecrosville	28	27	272	49.1426	0.994	5
27110	Le Tremblay-Omonville	le-tremblay-omonville	28	27	272	49.1156	0.9112	5
27110	Villettes	villettes	28	27	272	49.1507	1.0434	5
27110	Feuguerolles	feuguerolles	28	27	272	49.1308	1.0439	5
27110	Sainte-Colombe-la-Commanderie	sainte-colombe-la-commanderie	28	27	272	49.1167	0.9333	5
27110	Épégard	epegard	28	27	272	49.1814	0.8791	5
27110	Le Tilleul-Lambert	le-tilleul-lambert	28	27	272	49.0861	0.9411	5
27110	Vitot	vitot	28	27	272	49.1642	0.8997	5
27110	Crestot	crestot	28	27	272	49.2056	0.9712	5
27110	Iville	iville	28	27	272	49.1771	0.9243	5
27110	Rouge-Perriers	rouge-perriers	28	27	272	49.1472	0.8341	5
27110	Hectomare	hectomare	28	27	272	49.1903	0.9512	5
27110	Quittebeuf	quittebeuf	28	27	272	49.1098	1.0158	5
27110	Cesseville	cesseville	28	27	272	49.1809	0.9779	5
27110	Le Troncq	le-troncq	28	27	272	49.1901	0.9163	5
27110	Criquebeuf-la-Campagne	criquebeuf-la-campagne	28	27	272	49.2019	1.0036	5
27110	Venon	venon	28	27	272	49.1724	1.0502	5
27110	Marbeuf	marbeuf	28	27	272	49.15	0.9667	5
27110	Écauville	ecauville	28	27	272	49.1254	0.9917	5
27110	Bérengeville-la-Campagne	berengeville-la-campagne	28	27	272	49.1143	1.0665	5
27110	Graveron-Sémerville	graveron-semerville	28	27	272	49.0944	0.9739	5
27110	Ecquetot	ecquetot	28	27	272	49.1697	1.0089	5
27110	Le Neubourg	le-neubourg	28	27	272	49.1505	0.9102	5
27110	Sainte-Opportune-du-Bosc	sainte-opportune-du-bosc	28	27	272	49.1606	0.8378	5
27110	Épreville-près-le-Neubourg	epreville-pres-le-neubourg	28	27	272	49.1334	0.8808	5
27110	Crosville-la-Vieille	crosville-la-vieille	28	27	272	49.1577	0.9336	5
27110	Villez-sur-le-Neubourg	villez-sur-le-neubourg	28	27	272	49.1514	0.8599	5
27110	Daubeuf-la-Campagne	daubeuf-la-campagne	28	27	272	49.1928	1.0301	5
27120	Villegats	villegats	28	27	271	49.0001	1.4634	5
27120	Le Val-David	le-val-david	28	27	273	48.9833	1.25	5
27120	Douains	douains	28	27	271	49.0407	1.4279	5
27120	Aigleville	aigleville	28	27	271	49.0079	1.4237	5
27120	Gadencourt	gadencourt	28	27	271	48.9858	1.4014	5
27120	Caillouet-Orgeville	caillouet-orgeville	28	27	271	49.0081	1.3069	5
27120	Hécourt	hecourt	28	27	271	48.9806	1.4239	5
27120	Chambray	chambray	28	27	271	49.0759	1.3088	5
27120	Pacy-sur-Eure	pacy-sur-eure	28	27	271	49.0167	1.3833	5
27120	Boisset-les-Prévanches	boisset-les-prevanches	28	27	271	48.9712	1.3282	5
27120	Vaux-sur-Eure	vaux-sur-eure	28	27	271	49.0422	1.3408	5
27120	Croisy-sur-Eure	croisy-sur-eure	28	27	271	49.029	1.3449	5
27120	Fains	fains	28	27	271	48.9979	1.3879	5
27120	Fontaine-sous-Jouy	fontaine-sous-jouy	28	27	271	49.0667	1.2922	5
27120	Chaignes	chaignes	28	27	271	49.0163	1.4399	5
27120	Saint-Aquilin-de-Pacy	saint-aquilin-de-pacy	28	27	271	49.0119	1.3613	5
27120	Rouvray	rouvray	28	27	271	49.0647	1.3403	5
27120	Le Plessis-Hébert	le-plessis-hebert	28	27	271	48.9891	1.3517	5
27120	Hardencourt-Cocherel	hardencourt-cocherel	28	27	271	49.0407	1.3164	5
27120	Jouy-sur-Eure	jouy-sur-eure	28	27	271	49.0516	1.3016	5
27120	Ménilles	menilles	28	27	271	49.0333	1.3667	5
27120	Houlbec-Cocherel	houlbec-cocherel	28	27	271	49.0735	1.3656	5
27120	Boncourt	boncourt	28	27	273	49.0267	1.3084	5
27120	Le Cormier	le-cormier	28	27	271	48.9763	1.307	5
27121 CEDEX	Pacy-sur-Eure	pacy-sur-eure	28	27	271	49.0167	1.3833	5
27122 CEDEX	Pacy-sur-Eure	pacy-sur-eure	28	27	271	49.0167	1.3833	5
27127 CEDEX	Pacy-sur-Eure	pacy-sur-eure	28	27	271	49.0167	1.3833	5
27130	Les Barils	les-barils	28	27	272	48.7312	0.8203	5
27130	Saint-Victor-sur-Avre	saint-victor-sur-avre	28	27	272	48.7024	0.8544	5
27130	Pullay	pullay	28	27	272	48.732	0.8769	5
27130	Verneuil-sur-Avre	verneuil-sur-avre	28	27	272	48.7395	0.9273	5
27130	Courteilles	courteilles	28	27	272	48.7345	1.0111	5
27130	Piseux	piseux	28	27	272	48.7733	0.9744	5
27130	Bâlines	balines	28	27	272	48.7431	0.9773	5
27130	Mandres	mandres	28	27	272	48.7527	0.8676	5
27131 CEDEX	Verneuil-sur-Avre	verneuil-sur-avre	28	27	272	48.7395	0.9273	5
27132 CEDEX	Verneuil-sur-Avre	verneuil-sur-avre	28	27	272	48.7395	0.9273	5
27133 CEDEX	Verneuil-sur-Avre	verneuil-sur-avre	28	27	272	48.7395	0.9273	5
27134 CEDEX	Verneuil-sur-Avre	verneuil-sur-avre	28	27	272	48.7395	0.9273	5
27135 CEDEX	Verneuil-sur-Avre	verneuil-sur-avre	28	27	272	48.7395	0.9273	5
27136 CEDEX	Verneuil-sur-Avre	verneuil-sur-avre	28	27	272	48.7395	0.9273	5
27137 CEDEX	Verneuil-sur-Avre	verneuil-sur-avre	28	27	272	48.7395	0.9273	5
27138 CEDEX	Verneuil-sur-Avre	verneuil-sur-avre	28	27	272	48.7395	0.9273	5
27140	Saint-Denis-le-Ferment	saint-denis-le-ferment	28	27	271	49.3302	1.7179	5
27140	Bazincourt-sur-Epte	bazincourt-sur-epte	28	27	271	49.3127	1.7662	5
27140	Amécourt	amecourt	28	27	271	49.3801	1.7318	5
27140	Gisors	gisors	28	27	271	49.2818	1.7801	5
27150	Longchamps	longchamps	28	27	271	49.3612	1.6252	5
27150	Hébécourt	hebecourt	28	27	271	49.3533	1.7269	5
27150	Hacqueville	hacqueville	28	27	271	49.282	1.5565	5
27150	Nojeon-en-Vexin	nojeon-en-vexin	28	27	271	49.3333	1.5667	5
27150	Farceaux	farceaux	28	27	271	49.2891	1.5187	5
27150	Gamaches-en-Vexin	gamaches-en-vexin	28	27	271	49.2701	1.6159	5
27150	Saussay-la-Campagne	saussay-la-campagne	28	27	271	49.3173	1.5132	5
27150	Boisemont	boisemont	28	27	271	49.2876	1.4999	5
27150	Le Thil	le-thil	28	27	271	49.3167	1.5667	5
27150	Étrépagny	etrepagny	28	27	271	49.3062	1.6114	5
27150	Doudeauville-en-Vexin	doudeauville-en-vexin	28	27	271	49.3333	1.5833	5
27150	Morgny	morgny	28	27	271	49.3829	1.5903	5
27150	Mesnil-sous-Vienne	mesnil-sous-vienne	28	27	271	49.3857	1.667	5
27150	Coudray	coudray	28	27	271	49.3374	1.5049	5
27150	Mainneville	mainneville	28	27	271	49.3733	1.6808	5
27150	Chauvincourt-Provemont	chauvincourt-provemont	28	27	271	49.2833	1.6333	5
27150	La Neuve-Grange	la-neuve-grange	28	27	271	49.3619	1.5546	5
27150	Sancourt	sancourt	28	27	271	49.3546	1.6863	5
27150	Bouchevilliers	bouchevilliers	28	27	271	49.4029	1.7169	5
27150	Sainte-Marie-de-Vatimesnil	sainte-marie-de-vatimesnil	28	27	271	49.2656	1.5677	5
27150	Puchay	puchay	28	27	271	49.3422	1.5336	5
27150	Martagny	martagny	28	27	271	49.3947	1.6604	5
27160	Dame-Marie	dame-marie	28	27	272	48.8062	0.9954	5
27160	Le Chesne	le-chesne	28	27	272	48.8913	0.9493	5
27160	Francheville	francheville	28	27	272	48.7865	0.8496	5
27160	Les Baux-de-Breteuil	les-baux-de-breteuil	28	27	272	48.8795	0.8113	5
27160	Saint-Denis-du-Béhélan	saint-denis-du-behelan	28	27	272	48.8687	0.9462	5
27160	Mesnils-sur-Iton	mesnils-sur-iton	28	27	272	48.8697	1.0747	5
27160	Bémécourt	bemecourt	28	27	272	48.8439	0.8758	5
27160	Breteuil	breteuil	28	27	272	48.8333	0.9167	5
27160	Le Lesme	le-lesme	28	27	272	48.9	0.8544	5
27160	La Guéroulde	la-gueroulde	28	27	272	48.8129	0.8889	5
27160	Guernanville	guernanville	28	27	272	48.8884	0.8433	5
27160	Marbois	marbois	28	27	272	48.8911	0.9494	5
27160	Saint-Ouen-d’Attez	saint-ouen-d-attez	28	27	272	48.8031	0.954	5
27160	Condé-sur-Iton	conde-sur-iton	28	27	272	48.8333	0.9667	5
27160	Cintray	cintray	28	27	272	48.7948	0.8937	5
27160	Saint-Nicolas-d’Attez	saint-nicolas-d-attez	28	27	272	48.8094	0.9338	5
27160	Sainte-Marie-d'Attez	sainte-marie-d-attez	28	27	272	48.8028	0.9539	5
27160	Sainte-Marguerite-de-l’Autel	sainte-marguerite-de-l-autel	28	27	272	48.9002	0.8547	5
27170	Barquet	barquet	28	27	272	49.0458	0.857	5
27170	Le Plessis-Sainte-Opportune	le-plessis-sainte-opportune	28	27	272	49.0634	0.8709	5
27170	Beaumontel	beaumontel	28	27	272	49.0829	0.7622	5
27170	Berville-la-Campagne	berville-la-campagne	28	27	272	49.0266	0.9012	5
27170	Tilleul-Dame-Agnès	tilleul-dame-agnes	28	27	273	49.0037	0.8904	5
27170	Grosley-sur-Risle	grosley-sur-risle	28	27	272	49.0455	0.8027	5
27170	Le Tilleul-Othon	le-tilleul-othon	28	27	272	49.115	0.7907	5
27170	Goupillières	goupillieres	28	27	272	49.1272	0.7616	5
27170	Perriers-la-Campagne	perriers-la-campagne	28	27	272	49.1433	0.7717	5
27170	Écardenville-la-Campagne	ecardenville-la-campagne	28	27	272	49.1188	0.8462	5
27170	Beaumont-le-Roger	beaumont-le-roger	28	27	272	49.0784	0.7808	5
27170	Barc	barc	28	27	272	49.0688	0.8221	5
27170	Romilly-la-Puthenaye	romilly-la-puthenaye	28	27	272	49.0028	0.8478	5
27170	Combon	combon	28	27	272	49.096	0.8912	5
27170	Bray	bray	28	27	272	49.1068	0.8427	5
27180	Caugé	cauge	28	27	273	49.0245	1.0338	5
27180	Parville	parville	28	27	273	49.0333	1.0922	5
27180	Saint-Sébastien-de-Morsent	saint-sebastien-de-morsent	28	27	273	49.011	1.0873	5
27180	Arnières-sur-Iton	arnieres-sur-iton	28	27	273	48.9968	1.1038	5
27180	Claville	claville	28	27	273	49.0484	1.0195	5
27180	Les Ventes	les-ventes	28	27	273	48.9496	1.087	5
27180	Aulnay-sur-Iton	aulnay-sur-iton	28	27	273	48.996	1.0593	5
27180	Le Plessis-Grohan	le-plessis-grohan	28	27	273	48.9472	1.1325	5
27180	Bernienville	bernienville	28	27	272	49.0829	1.017	5
27180	Les Baux-Sainte-Croix	les-baux-sainte-croix	28	27	273	48.9699	1.0961	5
27180	Tournedos-Bois-Hubert	tournedos-bois-hubert	28	27	272	49.0771	0.9814	5
27190	Faverolles-la-Campagne	faverolles-la-campagne	28	27	273	49.0096	0.9271	5
27190	Saint-Élier	saint-elier	28	27	273	48.9853	0.9637	5
27190	Conches-en-Ouche	conches-en-ouche	28	27	273	48.9577	0.9405	5
27190	Le Fidelaire	le-fidelaire	28	27	273	48.9495	0.8146	5
27190	Émanville	emanville	28	27	272	49.0613	0.9108	5
27190	Collandres-Quincarnon	collandres-quincarnon	28	27	273	48.9917	0.8447	5
27190	Champ-Dolent	champ-dolent	28	27	273	48.9618	1.0133	5
27190	La Croisille	la-croisille	28	27	273	48.9831	0.9764	5
27190	Le Fresne	le-fresne	28	27	273	48.9507	0.9751	5
27190	Portes	portes	28	27	273	49.0296	0.9522	5
27190	La Bonneville-sur-Iton	la-bonneville-sur-iton	28	27	273	49	1.0333	5
27190	Gaudreville-la-Rivière	gaudreville-la-riviere	28	27	273	48.965	1.0261	5
27190	Glisolles	glisolles	28	27	273	48.9847	1.0177	5
27190	Orvaux	orvaux	28	27	273	48.9375	1.0284	5
27190	Le Mesnil-Hardray	le-mesnil-hardray	28	27	273	48.9361	0.9905	5
27190	Ferrières-Haut-Clocher	ferrieres-haut-clocher	28	27	273	49.0211	0.9814	5
27190	Burey	burey	28	27	273	48.9845	0.9517	5
27190	Nogent-le-Sec	nogent-le-sec	28	27	273	48.9221	1.0041	5
27190	Sébécourt	sebecourt	28	27	273	48.9713	0.8364	5
27190	Louversey	louversey	28	27	273	48.9901	0.9217	5
27190	Beaubray	beaubray	28	27	273	48.9145	0.9076	5
27190	Ormes	ormes	28	27	273	49.0526	0.9628	5
27190	Nagel-Séez-Mesnil	nagel-seez-mesnil	28	27	273	48.9235	0.936	5
27190	Sainte-Marthe	sainte-marthe	28	27	273	48.9683	0.8788	5
27200	Vernon	vernon	28	27	271	49.0929	1.4633	5
27201 CEDEX	Vernon	vernon	28	27	271	49.0929	1.4633	5
27202 CEDEX	Vernon	vernon	28	27	271	49.0929	1.4633	5
27203 CEDEX	Vernon	vernon	28	27	271	49.0929	1.4633	5
27204 CEDEX	Vernon	vernon	28	27	271	49.0929	1.4633	5
27205 CEDEX	Vernon	vernon	28	27	271	49.0929	1.4633	5
27206 CEDEX	Vernon	vernon	28	27	271	49.0929	1.4633	5
27207 CEDEX	Vernon	vernon	28	27	271	49.0929	1.4633	5
27208 CEDEX	Vernon	vernon	28	27	271	49.0929	1.4633	5
27209 CEDEX	Vernon	vernon	28	27	271	49.0929	1.4633	5
27210	Fiquefleur-Équainville	fiquefleur-equainville	28	27	272	49.3977	0.3201	5
27210	Saint-Maclou	saint-maclou	28	27	272	49.3651	0.4094	5
27210	Saint-Sulpice-de-Grimbouville	saint-sulpice-de-grimbouville	28	27	272	49.3833	0.45	5
27210	Le Torpt	le-torpt	28	27	272	49.3332	0.3748	5
27210	Fatouville-Grestain	fatouville-grestain	28	27	272	49.405	0.3275	5
27210	Boulleville	boulleville	28	27	272	49.3716	0.3907	5
27210	Vannecrocq	vannecrocq	28	27	272	49.3065	0.4245	5
27210	La Lande-Saint-Léger	la-lande-saint-leger	28	27	272	49.3	0.3667	5
27210	Beuzeville	beuzeville	28	27	272	49.3448	0.3425	5
27210	Manneville-la-Raoult	manneville-la-raoult	28	27	272	49.3755	0.3161	5
27210	Conteville	conteville	28	27	272	49.4178	0.3965	5
27210	Foulbec	foulbec	28	27	272	49.3991	0.4251	5
27210	Martainville	martainville	28	27	272	49.3088	0.4086	5
27210	Berville-sur-Mer	berville-sur-mer	28	27	272	49.4301	0.3653	5
27210	Saint-Pierre-du-Val	saint-pierre-du-val	28	27	272	49.3963	0.3664	5
27210	Fort-Moville	fort-moville	28	27	272	49.3316	0.4152	5
27220	Fresney	fresney	28	27	273	48.9507	1.3034	5
27220	Bretagnolles	bretagnolles	28	27	273	48.9519	1.3535	5
27220	Champigny-la-Futelaye	champigny-la-futelaye	28	27	273	48.8642	1.2975	5
27220	Bois-le-Roi	bois-le-roi	28	27	273	48.8622	1.3433	5
27220	Coudres	coudres	28	27	273	48.8639	1.2453	5
27220	Foucrainville	foucrainville	28	27	273	48.9305	1.3233	5
27220	Quessigny	quessigny	28	27	273	48.9305	1.2702	5
27220	Garencières	garencieres	28	27	273	48.9559	1.2652	5
27220	Les Authieux	les-authieux	28	27	273	48.8997	1.2392	5
27220	Grossœuvre	gross-uvre	28	27	273	48.9374	1.2006	5
27220	Serez	serez	28	27	273	48.9339	1.3643	5
27220	Mousseaux-Neuville	mousseaux-neuville	28	27	273	48.9084	1.3471	5
27220	Saint-André-de-l’Eure	saint-andre-de-l-eure	28	27	273	48.9064	1.2752	5
27220	L’Habit	l-habit	28	27	273	48.8736	1.361	5
27220	Mouettes	mouettes	28	27	273	48.8963	1.3609	5
27220	Prey	prey	28	27	273	48.9634	1.209	5
27220	Chavigny-Bailleul	chavigny-bailleul	28	27	273	48.8881	1.2011	5
27220	Lignerolles	lignerolles	28	27	273	48.8476	1.2748	5
27220	La Baronnie	la-baronnie	28	27	273	48.9569	1.2653	5
27220	La Forêt-du-Parc	la-foret-du-parc	28	27	273	48.9231	1.2491	5
27220	La Boissière	la-boissiere	28	27	271	48.9456	1.3674	5
27220	Saint-Germain-de-Fresney	saint-germain-de-fresney	28	27	273	48.9605	1.2918	5
27220	Jumelles	jumelles	28	27	273	48.9149	1.2077	5
27220	Saint-Laurent-des-Bois	saint-laurent-des-bois	28	27	273	48.8448	1.3178	5
27230	Bazoques	bazoques	28	27	272	49.1711	0.5524	5
27230	La Chapelle-Hareng	la-chapelle-hareng	28	27	272	49.115	0.4139	5
27230	Saint-Mards-de-Fresne	saint-mards-de-fresne	28	27	272	49.0732	0.4636	5
27230	Heudreville-en-Lieuvin	heudreville-en-lieuvin	28	27	272	49.1951	0.5049	5
27230	Duranville	duranville	28	27	272	49.149	0.5102	5
27230	Le Planquay	le-planquay	28	27	272	49.0953	0.431	5
27230	Saint-Germain-la-Campagne	saint-germain-la-campagne	28	27	272	49.048	0.4058	5
27230	Saint-Vincent-du-Boulay	saint-vincent-du-boulay	28	27	272	49.1036	0.4907	5
27230	Les Places	les-places	28	27	272	49.1531	0.413	5
27230	Saint-Aubin-de-Scellon	saint-aubin-de-scellon	28	27	272	49.1718	0.4744	5
27230	Bournainville-Faverolles	bournainville-faverolles	28	27	272	49.1276	0.4878	5
27230	Thiberville	thiberville	28	27	272	49.1377	0.455	5
27230	Le Favril	le-favril	28	27	272	49.183	0.5322	5
27230	Folleville	folleville	28	27	272	49.1545	0.5054	5
27230	Fontaine-la-Louvet	fontaine-la-louvet	28	27	272	49.162	0.4499	5
27230	Barville	barville	28	27	272	49.1572	0.4774	5
27230	Drucourt	drucourt	28	27	272	49.1157	0.4657	5
27230	Piencourt	piencourt	28	27	272	49.1682	0.4009	5
27230	Le Theil-Nolent	le-theil-nolent	28	27	272	49.1551	0.531	5
27240	Sylvains-les-Moulins	sylvains-les-moulins	28	27	272	48.9195	1.0907	5
27240	Grandvilliers	grandvilliers	28	27	272	48.8144	1.06	5
27240	Roman	roman	28	27	272	48.85	1.05	5
27240	Mesnils-sur-Iton	mesnils-sur-iton	28	27	272	48.8697	1.0747	5
27240	Corneuil	corneuil	28	27	272	48.8817	1.1411	5
27240	Chanteloup	chanteloup	28	27	272	48.8835	1.0205	5
27240	Chambois	chambois	28	27	272	48.9303	1.1439	5
27240	Damville	damville	28	27	272	48.8693	1.0746	5
27240	Le Roncenay-Authenay	le-roncenay-authenay	28	27	272	48.8667	1.05	5
27240	Buis-sur-Damville	buis-sur-damville	28	27	272	48.8333	1.1167	5
27240	Avrilly	avrilly	28	27	272	48.9299	1.1442	5
27240	Marbois	marbois	28	27	272	48.8911	0.9494	5
27240	Thomer-la-Sôgne	thomer-la-sogne	28	27	272	48.91	1.1713	5
27240	Les Essarts	les-essarts	28	27	272	48.8896	0.9844	5
27240	Manthelon	manthelon	28	27	272	48.9116	1.047	5
27240	Villalet	villalet	28	27	272	48.9278	1.0549	5
27240	Le Sacq	le-sacq	28	27	272	48.8892	1.0706	5
27240	Gouville	gouville	28	27	272	48.8506	0.9914	5
27250	Bois-Arnault	bois-arnault	28	27	272	48.8147	0.7305	5
27250	Rugles	rugles	28	27	272	48.8221	0.7098	5
27250	Saint-Antonin-de-Sommaire	saint-antonin-de-sommaire	28	27	272	48.8331	0.6681	5
27250	Les Bottereaux	les-bottereaux	28	27	272	48.8726	0.6682	5
27250	Ambenay	ambenay	28	27	272	48.8363	0.7317	5
27250	Juignettes	juignettes	28	27	272	48.8437	0.6584	5
27250	Neaufles-Auvergny	neaufles-auvergny	28	27	272	48.8667	0.75	5
27250	Chéronvilliers	cheronvilliers	28	27	272	48.7888	0.7408	5
27250	Chambord	chambord	28	27	272	48.8893	0.6088	5
27260	Saint-Sylvestre-de-Cormeilles	saint-sylvestre-de-cormeilles	28	27	272	49.2443	0.4298	5
27260	Bailleul-la-Vallée	bailleul-la-vallee	28	27	272	49.2017	0.4331	5
27260	Saint-Pierre-de-Cormeilles	saint-pierre-de-cormeilles	28	27	272	49.2355	0.3836	5
27260	Cormeilles	cormeilles	28	27	272	49.248	0.3765	5
27260	Le Bois-Hellain	le-bois-hellain	28	27	272	49.2787	0.3904	5
27260	Fresne-Cauverville	fresne-cauverville	28	27	272	49.2014	0.4649	5
27260	Morainville-Jouveaux	morainville-jouveaux	28	27	272	49.2167	0.45	5
27260	Épaignes	epaignes	28	27	272	49.2795	0.4398	5
27260	La Chapelle-Bayvel	la-chapelle-bayvel	28	27	272	49.2727	0.402	5
27260	Asnières	asnieres	28	27	272	49.1953	0.3978	5
27270	Chamblac	chamblac	28	27	272	48.9897	0.5438	5
27270	Mesnil-en-Ouche	mesnil-en-ouche	28	27	272	49.0122	0.7061	5
27270	La Chapelle-Gauthier	la-chapelle-gauthier	28	27	272	48.9867	0.4615	5
27270	Saint-Jean-du-Thenney	saint-jean-du-thenney	28	27	272	49.0152	0.4662	5
27270	Saint-Quentin-des-Isles	saint-quentin-des-isles	28	27	272	49.0486	0.5802	5
27270	La Trinité-de-Réville	la-trinite-de-reville	28	27	272	48.9715	0.5114	5
27270	La Roussière	la-roussiere	28	27	272	48.9608	0.5801	5
27270	Ferrières-Saint-Hilaire	ferrieres-saint-hilaire	28	27	272	49.033	0.5682	5
27270	Broglie	broglie	28	27	272	49.0091	0.5291	5
27270	Saint-Aubin-du-Thenney	saint-aubin-du-thenney	28	27	272	49.0201	0.4903	5
27270	Capelle-les-Grands	capelle-les-grands	28	27	272	49.0445	0.474	5
27270	Grand-Camp	grand-camp	28	27	272	49.0454	0.5284	5
27290	Glos-sur-Risle	glos-sur-risle	28	27	272	49.2703	0.6803	5
27290	Écaquelon	ecaquelon	28	27	272	49.2908	0.7308	5
27290	Authou	authou	28	27	272	49.2296	0.6937	5
27290	Appeville-Annebault	appeville-annebault	28	27	272	49.3103	0.6486	5
27290	Montfort-sur-Risle	montfort-sur-risle	28	27	272	49.2958	0.6632	5
27290	Thierville	thierville	28	27	272	49.2667	0.725	5
27290	Freneuse-sur-Risle	freneuse-sur-risle	28	27	272	49.2522	0.6734	5
27290	Pont-Authou	pont-authou	28	27	272	49.2441	0.7129	5
27290	Bonneville-Aptot	bonneville-aptot	28	27	272	49.2581	0.7622	5
27290	Illeville-sur-Montfort	illeville-sur-montfort	28	27	272	49.3261	0.7263	5
27290	Condé-sur-Risle	conde-sur-risle	28	27	272	49.3162	0.6151	5
27290	Saint-Philbert-sur-Risle	saint-philbert-sur-risle	28	27	272	49.2961	0.6493	5
27290	Touville	touville	28	27	272	49.3	0.7667	5
27300	Bernay	bernay	28	27	272	49.0889	0.5986	5
27300	Menneval	menneval	28	27	272	49.1	0.6167	5
27300	Saint-Martin-du-Tilleul	saint-martin-du-tilleul	28	27	272	49.1104	0.5293	5
27300	Corneville-la-Fouquetière	corneville-la-fouquetiere	28	27	272	49.0654	0.7074	5
27300	Malouy	malouy	28	27	272	49.1285	0.5233	5
27300	Plainville	plainville	28	27	272	49.0849	0.4997	5
27300	Valailles	valailles	28	27	272	49.1214	0.6	5
27300	Saint-Léger-de-Rotes	saint-leger-de-rotes	28	27	272	49.1096	0.6476	5
27300	Saint-Clair-d’Arcey	saint-clair-d-arcey	28	27	272	49.0652	0.6649	5
27300	Saint-Aubin-le-Vertueux	saint-aubin-le-vertueux	28	27	272	49.0513	0.6073	5
27300	Boissy-Lamberville	boissy-lamberville	28	27	272	49.1669	0.578	5
27300	Caorches-Saint-Nicolas	caorches-saint-nicolas	28	27	272	49.0833	0.55	5
27300	Saint-Victor-de-Chrétienville	saint-victor-de-chretienville	28	27	272	49.0733	0.5152	5
27300	Carsix	carsix	28	27	272	49.1375	0.6708	5
27300	Plasnes	plasnes	28	27	272	49.1362	0.623	5
27300	Courbépine	courbepine	28	27	272	49.1265	0.5617	5
27301 CEDEX	Bernay	bernay	28	27	272	49.0889	0.5986	5
27302 CEDEX	Bernay	bernay	28	27	272	49.0889	0.5986	5
27303 CEDEX	Bernay	bernay	28	27	272	49.0889	0.5986	5
27304 CEDEX	Bernay	bernay	28	27	272	49.0889	0.5986	5
27305 CEDEX	Bernay	bernay	28	27	272	49.0889	0.5986	5
27306 CEDEX	Bernay	bernay	28	27	272	49.0889	0.5986	5
27307 CEDEX	Bernay	bernay	28	27	272	49.0889	0.5986	5
27308 CEDEX	Bernay	bernay	28	27	272	49.0889	0.5986	5
27309 CEDEX	Bernay	bernay	28	27	272	49.0889	0.5986	5
27310	Flancourt-Catelon	flancourt-catelon	28	27	272	49.3331	0.774	5
27310	Bourg-Achard	bourg-achard	28	27	272	49.3532	0.8162	5
27310	Caumont	caumont	28	27	272	49.3664	0.8959	5
27310	Épreville-en-Roumois	epreville-en-roumois	28	27	272	49.3241	0.7683	5
27310	La Trinité-de-Thouberville	la-trinite-de-thouberville	28	27	272	49.3625	0.8773	5
27310	Saint-Ouen-de-Thouberville	saint-ouen-de-thouberville	28	27	272	49.3573	0.8885	5
27310	Bosc-Bénard-Crescy	bosc-benard-crescy	28	27	272	49.3224	0.8082	5
27310	Honguemare-Guenouville	honguemare-guenouville	28	27	272	49.3704	0.8111	5
27310	Bouquetot	bouquetot	28	27	272	49.3626	0.7828	5
27310	Barneville-sur-Seine	barneville-sur-seine	28	27	272	49.3807	0.8454	5
27310	Flancourt-Crescy-en-Roumois	flancourt-crescy-en-roumois	28	27	272	49.3219	0.8081	5
27310	Bosgouet	bosgouet	28	27	272	49.3538	0.8563	5
27320	Moisville	moisville	28	27	273	48.8389	1.1659	5
27320	Nonancourt	nonancourt	28	27	273	48.7709	1.198	5
27320	Saint-Germain-sur-Avre	saint-germain-sur-avre	28	27	273	48.7647	1.2678	5
27320	Marcilly-la-Campagne	marcilly-la-campagne	28	27	273	48.8331	1.2016	5
27320	Courdemanche	courdemanche	28	27	273	48.8167	1.2833	5
27320	La Madeleine-de-Nonancourt	la-madeleine-de-nonancourt	28	27	273	48.773	1.2025	5
27320	Droisy	droisy	28	27	273	48.8065	1.1423	5
27330	La Neuve-Lyre	la-neuve-lyre	28	27	272	48.9079	0.7462	5
27330	Bois-Anzeray	bois-anzeray	28	27	272	48.9261	0.685	5
27330	Bois-Normand-près-Lyre	bois-normand-pres-lyre	28	27	272	48.8988	0.6998	5
27330	Épinay	epinay	28	27	272	48.9817	0.6412	5
27330	Bosc-Renoult-en-Ouche	bosc-renoult-en-ouche	28	27	272	48.9495	0.7084	5
27330	Thevray	thevray	28	27	272	48.977	0.7307	5
27330	Gisay-la-Coudre	gisay-la-coudre	28	27	272	48.95	0.6333	5
27330	Champignolles	champignolles	28	27	272	48.9549	0.7654	5
27330	Mesnil-en-Ouche	mesnil-en-ouche	28	27	272	49.0122	0.7061	5
27330	La Barre-en-Ouche	la-barre-en-ouche	28	27	272	48.9461	0.6654	5
27330	La Vieille-Lyre	la-vieille-lyre	28	27	272	48.9167	0.75	5
27330	La Haye-Saint-Sylvestre	la-haye-saint-sylvestre	28	27	272	48.9104	0.6088	5
27330	Saint-Pierre-du-Mesnil	saint-pierre-du-mesnil	28	27	272	48.9355	0.5755	5
27340	Pont-de-l’Arche	pont-de-l-arche	28	27	271	49.3032	1.1548	5
27340	Tostes	tostes	28	27	271	49.2597	1.1116	5
27340	Criquebeuf-sur-Seine	criquebeuf-sur-seine	28	27	271	49.3056	1.0996	5
27340	Martot	martot	28	27	271	49.2966	1.0651	5
27340	Les Damps	les-damps	28	27	271	49.3022	1.1776	5
27350	Étréville	etreville	28	27	272	49.3723	0.6488	5
27350	Rougemontiers	rougemontiers	28	27	272	49.3587	0.7217	5
27350	Hauville	hauville	28	27	272	49.3965	0.7723	5
27350	Le Landin	le-landin	28	27	272	49.4254	0.7845	5
27350	La Haye-Aubrée	la-haye-aubree	28	27	272	49.3878	0.6934	5
27350	Valletot	valletot	28	27	272	49.3623	0.6225	5
27350	La Haye-de-Routot	la-haye-de-routot	28	27	272	49.4049	0.7261	5
27350	Cauverville-en-Roumois	cauverville-en-roumois	28	27	272	49.3503	0.651	5
27350	Brestot	brestot	28	27	272	49.3523	0.6852	5
27350	Routot	routot	28	27	272	49.378	0.7335	5
27350	Éturqueraye	eturqueraye	28	27	272	49.3692	0.6951	5
27360	Pont-Saint-Pierre	pont-saint-pierre	28	27	271	49.3356	1.276	5
27370	Le Bec-Thomas	le-bec-thomas	28	27	272	49.2375	0.9821	5
27370	Vraiville	vraiville	28	27	272	49.2201	1.0393	5
27370	Houlbec-près-le-Gros-Theil	houlbec-pres-le-gros-theil	28	27	272	49.2539	0.837	5
27370	La Haye-du-Theil	la-haye-du-theil	28	27	272	49.2341	0.8744	5
27370	Amfreville-Saint-Amand	amfreville-saint-amand	28	27	272	49.2136	0.9292	5
27370	Saint-Meslin-du-Bosc	saint-meslin-du-bosc	28	27	272	49.2149	0.8797	5
27370	Le Thuit de l'Oison	le-thuit-de-l-oison	28	27	272	49.265	0.9397	5
27370	Saint-Pierre-du-Bosguérard	saint-pierre-du-bosguerard	28	27	272	49.263	0.8828	5
27370	Le Bosc du Theil	le-bosc-du-theil	28	27	272	49.2264	0.8419	5
27370	Tourville-la-Campagne	tourville-la-campagne	28	27	272	49.2263	0.9032	5
27370	La Harengère	la-harengere	28	27	272	49.2302	0.996	5
27370	Le Thuit-Simer	le-thuit-simer	28	27	272	49.2686	0.911	5
27370	Le Gros-Theil	le-gros-theil	28	27	272	49.2263	0.8419	5
27370	Le Thuit-Signol	le-thuit-signol	28	27	272	49.2649	0.9391	5
27370	Amfreville-la-Campagne	amfreville-la-campagne	28	27	272	49.2127	0.9319	5
27370	Saint-Germain-de-Pasquier	saint-germain-de-pasquier	28	27	272	49.246	1	5
27370	Mandeville	mandeville	28	27	272	49.2215	1.0115	5
27370	Saint-Didier-des-Bois	saint-didier-des-bois	28	27	272	49.238	1.0317	5
27370	Saint-Cyr-la-Campagne	saint-cyr-la-campagne	28	27	272	49.2534	1.0193	5
27370	La Pyle	la-pyle	28	27	272	49.1992	0.8939	5
27370	Saint-Ouen-de-Pontcheuil	saint-ouen-de-pontcheuil	28	27	272	49.2333	0.95	5
27370	Fouqueville	fouqueville	28	27	272	49.2193	0.9592	5
27370	Saint-Amand-des-Hautes-Terres	saint-amand-des-hautes-terres	28	27	272	49.2333	0.9333	5
27370	Le Thuit-Anger	le-thuit-anger	28	27	272	49.274	0.9693	5
27370	Saint-Pierre-des-Fleurs	saint-pierre-des-fleurs	28	27	272	49.25	0.9667	5
27370	La Saussaye	la-saussaye	28	27	272	49.2594	0.9809	5
27370	Saint-Nicolas-du-Bosc	saint-nicolas-du-bosc	28	27	272	49.2124	0.8701	5
27380	Amfreville-sous-les-Monts	amfreville-sous-les-monts	28	27	271	49.305	1.2602	5
27380	Charleval	charleval	28	27	271	49.3729	1.3837	5
27380	Grainville	grainville	28	27	271	49.3476	1.3668	5
27380	Amfreville-les-Champs	amfreville-les-champs	28	27	271	49.3102	1.3193	5
27380	Radepont	radepont	28	27	271	49.3514	1.3282	5
27380	Vandrimare	vandrimare	28	27	271	49.3793	1.3433	5
27380	Flipou	flipou	28	27	271	49.3151	1.2795	5
27380	Bourg-Beaudouin	bourg-beaudouin	28	27	271	49.3866	1.3092	5
27380	Douville-sur-Andelle	douville-sur-andelle	28	27	271	49.3378	1.2988	5
27380	Fleury-sur-Andelle	fleury-sur-andelle	28	27	271	49.3618	1.356	5
27390	Saint-Denis-d'Augerons	saint-denis-d-augerons	28	27	272	48.926	0.4712	5
27390	Mélicourt	melicourt	28	27	272	48.9147	0.5045	5
27390	La Goulafrière	la-goulafriere	28	27	272	48.9497	0.437	5
27390	Montreuil-l'Argillé	montreuil-l-argille	28	27	272	48.9391	0.4806	5
27390	Saint-Agnan-de-Cernières	saint-agnan-de-cernieres	28	27	272	48.9537	0.5169	5
27390	Saint-Laurent-du-Tencement	saint-laurent-du-tencement	28	27	272	48.8841	0.454	5
27390	Mesnil-Rousset	mesnil-rousset	28	27	272	48.8902	0.5522	5
27390	Notre-Dame-du-Hamel	notre-dame-du-hamel	28	27	272	48.886	0.5053	5
27390	Verneusses	verneusses	28	27	272	48.9026	0.45	5
27390	Saint-Pierre-de-Cernières	saint-pierre-de-cernieres	28	27	272	48.946	0.5138	5
27400	Houetteville	houetteville	28	27	272	49.1264	1.1095	5
27400	Surville	surville	28	27	271	49.1981	1.1036	5
27400	Louviers	louviers	28	27	271	49.2167	1.1667	5
27400	Amfreville-sur-Iton	amfreville-sur-iton	28	27	271	49.1468	1.1513	5
27400	Canappeville	canappeville	28	27	272	49.1565	1.0994	5
27400	Heudebouville	heudebouville	28	27	271	49.1946	1.2401	5
27400	Crasville	crasville	28	27	271	49.208	1.0754	5
27400	Le Mesnil-Jourdain	le-mesnil-jourdain	28	27	271	49.1771	1.1102	5
27400	Incarville	incarville	28	27	271	49.2378	1.1776	5
27400	Hondouville	hondouville	28	27	272	49.1381	1.1199	5
27400	Heudreville-sur-Eure	heudreville-sur-eure	28	27	271	49.1409	1.1881	5
27400	La Haye-le-Comte	la-haye-le-comte	28	27	271	49.2	1.15	5
27400	La Haye-Malherbe	la-haye-malherbe	28	27	271	49.2255	1.0677	5
27400	Surtauville	surtauville	28	27	271	49.2058	1.0553	5
27400	Pinterville	pinterville	28	27	271	49.1916	1.1753	5
27400	Montaure	montaure	28	27	271	49.2342	1.0884	5
27400	La Vacherie	la-vacherie	28	27	271	49.1307	1.129	5
27400	Quatremare	quatremare	28	27	271	49.1853	1.0811	5
27400	Vironvay	vironvay	28	27	271	49.206	1.2186	5
27400	Acquigny	acquigny	28	27	271	49.1735	1.1765	5
27401 CEDEX	Louviers	louviers	28	27	271	49.2167	1.1667	5
27402 CEDEX	Louviers	louviers	28	27	271	49.2167	1.1667	5
27403 CEDEX	Louviers	louviers	28	27	271	49.2167	1.1667	5
27404 CEDEX	Louviers	louviers	28	27	271	49.2167	1.1667	5
27405 CEDEX	Louviers	louviers	28	27	271	49.2167	1.1667	5
27406 CEDEX	Louviers	louviers	28	27	271	49.2167	1.1667	5
27407 CEDEX	Louviers	louviers	28	27	271	49.2167	1.1667	5
27409 CEDEX	Louviers	louviers	28	27	271	49.2167	1.1667	5
27410	Mesnil-en-Ouche	mesnil-en-ouche	28	27	272	49.0122	0.7061	5
27410	Landepéreuse	landepereuse	28	27	272	49.0056	0.6403	5
27410	Thevray	thevray	28	27	272	48.977	0.7307	5
27410	Jonquerets-de-Livet	jonquerets-de-livet	28	27	272	49.0214	0.6105	5
27410	Beaumesnil	beaumesnil	28	27	272	49.0111	0.7055	5
27410	Saint-Aubin-des-Hayes	saint-aubin-des-hayes	28	27	272	49.0092	0.6782	5
27410	Granchain	granchain	28	27	272	49.0383	0.6606	5
27410	Ajou	ajou	28	27	272	48.9781	0.7812	5
27410	Sainte-Marguerite-en-Ouche	sainte-marguerite-en-ouche	28	27	272	49.0239	0.6572	5
27410	La Houssaye	la-houssaye	28	27	272	48.9926	0.7999	5
27410	Saint-Aubin-le-Guichard	saint-aubin-le-guichard	28	27	272	49.0385	0.7014	5
27410	Gouttières	gouttieres	28	27	272	49.0244	0.7458	5
27410	Le Noyer-en-Ouche	le-noyer-en-ouche	28	27	272	49.0057	0.7724	5
27420	Richeville	richeville	28	27	271	49.2671	1.5351	5
27420	Cahaignes	cahaignes	28	27	271	49.2089	1.5999	5
27420	Vexin-sur-Epte	vexin-sur-epte	28	27	271	49.1589	1.6053	5
27420	Cantiers	cantiers	28	27	271	49.2345	1.5838	5
27420	Authevernes	authevernes	28	27	271	49.2181	1.6392	5
27420	Suzay	suzay	28	27	271	49.2739	1.5171	5
27420	Villers-en-Vexin	villers-en-vexin	28	27	271	49.2506	1.5884	5
27420	Les Thilliers-en-Vexin	les-thilliers-en-vexin	28	27	271	49.2367	1.6058	5
27420	Château-sur-Epte	chateau-sur-epte	28	27	271	49.1977	1.6619	5
27420	Mouflaines	mouflaines	28	27	271	49.246	1.5546	5
27430	Andé	ande	28	27	271	49.2316	1.2409	5
27430	Vatteville	vatteville	28	27	271	49.2754	1.298	5
27430	Connelles	connelles	28	27	271	49.2561	1.273	5
27430	Porte-Joie	porte-joie	28	27	271	49.246	1.2546	5
27430	Muids	muids	28	27	271	49.2231	1.2901	5
27430	Daubeuf-près-Vatteville	daubeuf-pres-vatteville	28	27	271	49.2661	1.3018	5
27430	Herqueville	herqueville	28	27	271	49.2453	1.2636	5
27430	Saint-Étienne-du-Vauvray	saint-etienne-du-vauvray	28	27	271	49.2416	1.2191	5
27430	Saint-Pierre-du-Vauvray	saint-pierre-du-vauvray	28	27	271	49.2321	1.2212	5
27440	Mesnil-Verclives	mesnil-verclives	28	27	271	49.3199	1.4689	5
27440	Gaillardbois-Cressenville	gaillardbois-cressenville	28	27	271	49.3435	1.4063	5
27440	Lisors	lisors	28	27	271	49.352	1.4723	5
27440	Écouis	ecouis	28	27	271	49.3107	1.4319	5
27440	Bacqueville	bacqueville	28	27	271	49.3128	1.3712	5
27440	Touffreville	touffreville	28	27	271	49.3517	1.4418	5
27440	Houville-en-Vexin	houville-en-vexin	28	27	271	49.2963	1.3567	5
27450	Saint-Georges-du-Vièvre	saint-georges-du-vievre	28	27	272	49.2436	0.5849	5
27450	Saint-Grégoire-du-Vièvre	saint-gregoire-du-vievre	28	27	272	49.2439	0.6348	5
27450	Saint-Étienne-l’Allier	saint-etienne-l-allier	28	27	272	49.264	0.5523	5
27450	Saint-Martin-Saint-Firmin	saint-martin-saint-firmin	28	27	272	49.2859	0.5529	5
27450	Saint-Christophe-sur-Condé	saint-christophe-sur-conde	28	27	272	49.289	0.599	5
27450	Saint-Benoît-des-Ombres	saint-benoit-des-ombres	28	27	272	49.2328	0.6239	5
27450	Saint-Pierre-des-Ifs	saint-pierre-des-ifs	28	27	272	49.2693	0.6208	5
27460	Igoville	igoville	28	27	271	49.3199	1.1483	5
27460	Alizay	alizay	28	27	271	49.3216	1.1785	5
27460	Le Manoir	le-manoir	28	27	271	49.3136	1.2046	5
27470	Launay	launay	28	27	272	49.102	0.7429	5
27470	Fontaine-l’Abbé	fontaine-l-abbe	28	27	272	49.0908	0.6945	5
27470	Serquigny	serquigny	28	27	272	49.1094	0.7102	5
27480	Bosquentin	bosquentin	28	27	271	49.4136	1.5867	5
27480	Beauficel-en-Lyons	beauficel-en-lyons	28	27	271	49.4069	1.5233	5
27480	Lyons-la-Forêt	lyons-la-foret	28	27	271	49.3989	1.4771	5
27480	Le Tronquay	le-tronquay	28	27	271	49.4263	1.4789	5
27480	Fleury-la-Forêt	fleury-la-foret	28	27	271	49.4197	1.5556	5
27480	Bézu-la-Forêt	bezu-la-foret	28	27	271	49.4055	1.6229	5
27480	Lorleau	lorleau	28	27	271	49.415	1.5024	5
27480	Lilly	lilly	28	27	271	49.4074	1.5656	5
27490	La Croix-Saint-Leufroy	la-croix-saint-leufroy	28	27	271	49.1092	1.2432	5
27490	Écardenville-sur-Eure	ecardenville-sur-eure	28	27	271	49.1016	1.2696	5
27490	Autheuil-Authouillet	autheuil-authouillet	28	27	271	49.1	1.2833	5
27490	Clef Vallée d'Eure	clef-vallee-d-eure	28	27	271	49.1092	1.2433	5
27490	Cailly-sur-Eure	cailly-sur-eure	28	27	271	49.1157	1.2123	5
27490	Fontaine-Heudebourg	fontaine-heudebourg	28	27	271	49.1305	1.2142	5
27500	Triqueville	triqueville	28	27	272	49.3368	0.4421	5
27500	Saint-Germain-Village	saint-germain-village	28	27	272	49.3491	0.5033	5
27500	Aizier	aizier	28	27	272	49.4302	0.6282	5
27500	Manneville-sur-Risle	manneville-sur-risle	28	27	272	49.3517	0.5453	5
27500	Corneville-sur-Risle	corneville-sur-risle	28	27	272	49.3413	0.5863	5
27500	Saint-Symphorien	saint-symphorien	28	27	272	49.314	0.4673	5
27500	Colletot	colletot	28	27	272	49.3528	0.6138	5
27500	Bouquelon	bouquelon	28	27	272	49.3958	0.4913	5
27500	Toutainville	toutainville	28	27	272	49.3647	0.4654	5
27500	Selles	selles	28	27	272	49.301	0.5035	5
27500	Bourneville-Sainte-Croix	bourneville-sainte-croix	28	27	272	49.3908	0.6208	5
27500	Campigny	campigny	28	27	272	49.3102	0.554	5
27500	Les Préaux	les-preaux	28	27	272	49.3232	0.476	5
27500	Sainte-Croix-sur-Aizier	sainte-croix-sur-aizier	28	27	272	49.4168	0.63	5
27500	Saint-Mards-de-Blacarville	saint-mards-de-blacarville	28	27	272	49.3705	0.521	5
27500	Fourmetot	fourmetot	28	27	272	49.3808	0.5722	5
27500	Pont-Audemer	pont-audemer	28	27	272	49.35	0.5167	5
27500	Bourneville	bourneville	28	27	272	49.3908	0.6174	5
27500	Tocqueville	tocqueville	28	27	272	49.4072	0.6102	5
27500	Tourville-sur-Pont-Audemer	tourville-sur-pont-audemer	28	27	272	49.3276	0.5144	5
27501 CEDEX	Pont-Audemer	pont-audemer	28	27	272	49.35	0.5167	5
27502 CEDEX	Pont-Audemer	pont-audemer	28	27	272	49.35	0.5167	5
27503 CEDEX	Pont-Audemer	pont-audemer	28	27	272	49.35	0.5167	5
27504 CEDEX	Pont-Audemer	pont-audemer	28	27	272	49.35	0.5167	5
27505 CEDEX	Pont-Audemer	pont-audemer	28	27	272	49.35	0.5167	5
27506 CEDEX	Pont-Audemer	pont-audemer	28	27	272	49.35	0.5167	5
27507 CEDEX	Pont-Audemer	pont-audemer	28	27	272	49.35	0.5167	5
27508 CEDEX	Pont-Audemer	pont-audemer	28	27	272	49.35	0.5167	5
27509 CEDEX	Pont-Audemer	pont-audemer	28	27	272	49.35	0.5167	5
27510	Tourny	tourny	28	27	271	49.1825	1.5453	5
27510	Tilly	tilly	28	27	271	49.1452	1.5285	5
27510	Pressagny-l'Orgueilleux	pressagny-l-orgueilleux	28	27	271	49.1333	1.45	5
27510	Forêt-la-Folie	foret-la-folie	28	27	271	49.2242	1.5297	5
27510	Mézières-en-Vexin	mezieres-en-vexin	28	27	271	49.1722	1.5038	5
27510	Fontenay	fontenay	28	27	271	49.2086	1.5699	5
27510	Panilleuse	panilleuse	28	27	271	49.1507	1.5026	5
27510	Guitry	guitry	28	27	271	49.2153	1.5526	5
27510	Vexin-sur-Epte	vexin-sur-epte	28	27	271	49.1589	1.6053	5
27520	Berville-en-Roumois	berville-en-roumois	28	27	272	49.296	0.8234	5
27520	Bosc-Renoult-en-Roumois	bosc-renoult-en-roumois	28	27	272	49.3	0.7667	5
27520	Grand Bourgtheroulde	grand-bourgtheroulde	28	27	272	49.2984	0.8738	5
27520	Theillement	theillement	28	27	272	49.2874	0.7967	5
27520	Saint-Léger-du-Gennetey	saint-leger-du-gennetey	28	27	272	49.2891	0.7509	5
27520	Boissey-le-Châtel	boissey-le-chatel	28	27	272	49.2711	0.7839	5
27520	Bourgtheroulde-Infreville	bourgtheroulde-infreville	28	27	272	49.3	0.8833	5
27520	Bosc-Bénard-Commin	bosc-benard-commin	28	27	272	49.3177	0.842	5
27520	Voiscreville	voiscreville	28	27	272	49.2812	0.7736	5
27520	Saint-Denis-des-Monts	saint-denis-des-monts	28	27	272	49.2624	0.8094	5
27520	Saint-Philbert-sur-Boissey	saint-philbert-sur-boissey	28	27	272	49.2552	0.7847	5
27520	Bosguérard-de-Marcouville	bosguerard-de-marcouville	28	27	272	49.2707	0.8354	5
27520	Thuit-Hébert	thuit-hebert	28	27	272	49.3207	0.8358	5
27530	Ézy-sur-Eure	ezy-sur-eure	28	27	273	48.8667	1.4167	5
27530	Croth	croth	28	27	273	48.8456	1.3786	5
27540	Ivry-la-Bataille	ivry-la-bataille	28	27	273	48.8833	1.4595	5
27550	Fontaine-la-Soret	fontaine-la-soret	28	27	272	49.1477	0.7149	5
27550	Nassandres	nassandres	28	27	272	49.1263	0.736	5
27560	Noards	noards	28	27	272	49.2113	0.5067	5
27560	La Noë-Poulain	la-noe-poulain	28	27	272	49.2661	0.5169	5
27560	Saint-Georges-du-Mesnil	saint-georges-du-mesnil	28	27	272	49.212	0.5601	5
27560	Saint-Siméon	saint-simeon	28	27	272	49.2847	0.5171	5
27560	Lieurey	lieurey	28	27	272	49.2302	0.4988	5
27560	Giverville	giverville	28	27	272	49.1962	0.569	5
27560	Saint-Jean-de-la-Léqueraye	saint-jean-de-la-lequeraye	28	27	272	49.2229	0.561	5
27560	La Poterie-Mathieu	la-poterie-mathieu	28	27	272	49.2579	0.5184	5
27560	Épreville-en-Lieuvin	epreville-en-lieuvin	28	27	272	49.2017	0.5367	5
27570	L’Hosmes	l-hosmes	28	27	272	48.7874	1.0358	5
27570	Tillières-sur-Avre	tillieres-sur-avre	28	27	272	48.7559	1.0539	5
27570	Breux-sur-Avre	breux-sur-avre	28	27	272	48.7598	1.085	5
27570	Acon	acon	28	27	273	48.7659	1.102	5
27580	Bourth	bourth	28	27	272	48.7685	0.8091	5
27580	Chaise-Dieu-du-Theil	chaise-dieu-du-theil	28	27	272	48.7686	0.7621	5
27580	Gournay-le-Guérin	gournay-le-guerin	28	27	272	48.7	0.7833	5
27590	Pîtres	pitres	28	27	271	49.3167	1.2333	5
27600	Saint-Pierre-la-Garenne	saint-pierre-la-garenne	28	27	271	49.1465	1.3962	5
27600	Ailly	ailly	28	27	271	49.1607	1.2473	5
27600	Sainte-Barbe-sur-Gaillon	sainte-barbe-sur-gaillon	28	27	271	49.1667	1.3167	5
27600	Gaillon	gaillon	28	27	271	49.161	1.3402	5
27600	Le Val d'Hazey	le-val-d-hazey	28	27	271	49.1742	1.3355	5
27600	Saint-Julien-de-la-Liègue	saint-julien-de-la-liegue	28	27	271	49.1374	1.2964	5
27600	Vieux-Villez	vieux-villez	28	27	271	49.1723	1.2885	5
27600	Heudebouville	heudebouville	28	27	271	49.1946	1.2401	5
27600	Champenard	champenard	28	27	271	49.1064	1.3349	5
27600	Saint-Aubin-sur-Gaillon	saint-aubin-sur-gaillon	28	27	271	49.147	1.3291	5
27600	Fontaine-Bellenger	fontaine-bellenger	28	27	271	49.1861	1.2616	5
27607 CEDEX	Gaillon	gaillon	28	27	271	49.161	1.3402	5
27610	Romilly-sur-Andelle	romilly-sur-andelle	28	27	271	49.3319	1.2613	5
27620	Giverny	giverny	28	27	271	49.0769	1.53	5
27620	Sainte-Geneviève-lès-Gasny	sainte-genevieve-les-gasny	28	27	271	49.0831	1.585	5
27620	Gasny	gasny	28	27	271	49.0918	1.6034	5
27620	Bois-Jérôme-Saint-Ouen	bois-jerome-saint-ouen	28	27	271	49.1038	1.5348	5
27630	Civières	civieres	28	27	271	49.171	1.5886	5
27630	Bus-Saint-Rémy	bus-saint-remy	28	27	271	49.1466	1.6216	5
27630	Vexin-sur-Epte	vexin-sur-epte	28	27	271	49.1589	1.6053	5
27630	Écos	ecos	28	27	271	49.1667	1.65	5
27630	Berthenonville	berthenonville	28	27	271	49.1831	1.6608	5
27630	Fours-en-Vexin	fours-en-vexin	28	27	271	49.1894	1.6018	5
27630	Heubécourt-Haricourt	heubecourt-haricourt	28	27	271	49.1333	1.5667	5
27630	Fourges	fourges	28	27	271	49.1212	1.6404	5
27630	Dampsmesnil	dampsmesnil	28	27	271	49.1675	1.6392	5
27640	Merey	merey	28	27	271	48.9683	1.405	5
27640	Breuilpont	breuilpont	28	27	271	48.964	1.4292	5
27640	Villiers-en-Désœuvre	villiers-en-des-uvre	28	27	271	48.95	1.5	5
27650	Louye	louye	28	27	273	48.7992	1.3209	5
27650	Mesnil-sur-l’Estrée	mesnil-sur-l-estree	28	27	273	48.7705	1.3014	5
27650	Muzy	muzy	28	27	273	48.7741	1.3477	5
27660	Bézu-Saint-Éloi	bezu-saint-eloi	28	27	271	49.2952	1.704	5
27660	Bernouville	bernouville	28	27	271	49.2864	1.691	5
27670	Bosroumois	bosroumois	28	27	272	49.2897	0.9242	5
27670	Le Bosc-Roger-en-Roumois	le-bosc-roger-en-roumois	28	27	272	49.2833	0.9333	5
27670	Bosnormand	bosnormand	28	27	272	49.2812	0.9053	5
27670	Saint-Ouen-du-Tilleul	saint-ouen-du-tilleul	28	27	272	49.2972	0.9476	5
27680	Marais-Vernier	marais-vernier	28	27	272	49.4238	0.4542	5
27680	Quillebeuf-sur-Seine	quillebeuf-sur-seine	28	27	272	49.4693	0.5279	5
27680	Trouville-la-Haule	trouville-la-haule	28	27	272	49.4193	0.5776	5
27680	Sainte-Opportune-la-Mare	sainte-opportune-la-mare	28	27	272	49.4168	0.5438	5
27680	Vieux-Port	vieux-port	28	27	272	49.4266	0.6104	5
27680	Saint-Aubin-sur-Quillebeuf	saint-aubin-sur-quillebeuf	28	27	272	49.4625	0.5265	5
27680	Saint-Samson-de-la-Roque	saint-samson-de-la-roque	28	27	272	49.4064	0.45	5
27680	Saint-Thurien	saint-thurien	28	27	272	49.407	0.5586	5
27680	Saint-Ouen-des-Champs	saint-ouen-des-champs	28	27	272	49.3844	0.5447	5
27690	Léry	lery	28	27	271	49.2858	1.2077	5
27700	Corny	corny	28	27	271	49.2826	1.4577	5
27700	Bernières-sur-Seine	bernieres-sur-seine	28	27	271	49.2332	1.341	5
27700	Tosny	tosny	28	27	271	49.2191	1.3739	5
27700	Cuverville	cuverville	28	27	271	49.2849	1.3736	5
27700	Bouafles	bouafles	28	27	271	49.2131	1.388	5
27700	Fresne-l’Archevêque	fresne-l-archeveque	28	27	271	49.2909	1.4054	5
27700	Heuqueville	heuqueville	28	27	271	49.2866	1.3394	5
27700	La Roquette	la-roquette	28	27	271	49.2517	1.3445	5
27700	Hennezis	hennezis	28	27	271	49.1933	1.4649	5
27700	Guiseniers	guiseniers	28	27	271	49.2146	1.4806	5
27700	Les Andelys	les-andelys	28	27	271	49.25	1.4167	5
27700	Vézillon	vezillon	28	27	271	49.2254	1.4039	5
27700	Le Thuit	le-thuit	28	27	271	49.2583	1.3603	5
27700	Harquency	harquency	28	27	271	49.2541	1.4843	5
27701 CEDEX	Les Andelys	les-andelys	28	27	271	49.25	1.4167	5
27702 CEDEX	Les Andelys	les-andelys	28	27	271	49.25	1.4167	5
27703 CEDEX	Les Andelys	les-andelys	28	27	271	49.25	1.4167	5
27705 CEDEX	Les Andelys	les-andelys	28	27	271	49.25	1.4167	5
27710	Saint-Georges-Motel	saint-georges-motel	28	27	273	48.7934	1.3659	5
27720	Dangu	dangu	28	27	271	49.2531	1.6954	5
27720	Noyers	noyers	28	27	271	49.2456	1.6791	5
27720	Guerny	guerny	28	27	271	49.2219	1.6784	5
27730	Épieds	epieds	28	27	273	48.9349	1.3992	5
27730	Neuilly	neuilly	28	27	271	48.9321	1.4206	5
27730	Bueil	bueil	28	27	271	48.9319	1.4426	5
27740	Poses	poses	28	27	271	49.3054	1.2435	5
27750	La Couture-Boussey	la-couture-boussey	28	27	273	48.8958	1.4049	5
27760	La Ferrière-sur-Risle	la-ferriere-sur-risle	28	27	273	48.9793	0.7874	5
27770	Illiers-l’Évêque	illiers-l-eveque	28	27	273	48.8211	1.2671	5
27780	Garennes-sur-Eure	garennes-sur-eure	28	27	273	48.9112	1.4384	5
27790	Rosay-sur-Lieure	rosay-sur-lieure	28	27	271	49.3733	1.4303	5
27800	Le Bec-Hellouin	le-bec-hellouin	28	27	272	49.2312	0.7213	5
27800	Hecmanville	hecmanville	28	27	272	49.1694	0.6669	5
27800	Morsan	morsan	28	27	272	49.1829	0.5916	5
27800	Notre-Dame-d’Épine	notre-dame-d-epine	28	27	272	49.1961	0.6011	5
27800	Aclou	aclou	28	27	272	49.1714	0.704	5
27800	Malleville-sur-le-Bec	malleville-sur-le-bec	28	27	272	49.2347	0.753	5
27800	La Haye-de-Calleville	la-haye-de-calleville	28	27	272	49.1833	0.7833	5
27800	Saint-Paul-de-Fourques	saint-paul-de-fourques	28	27	272	49.2211	0.796	5
27800	Bosrobert	bosrobert	28	27	272	49.2235	0.7531	5
27800	Boisney	boisney	28	27	272	49.154	0.656	5
27800	Berthouville	berthouville	28	27	272	49.1797	0.6341	5
27800	Saint-Cyr-de-Salerne	saint-cyr-de-salerne	28	27	272	49.1836	0.6587	5
27800	Saint-Victor-d’Épine	saint-victor-d-epine	28	27	272	49.2094	0.6075	5
27800	Franqueville	franqueville	28	27	272	49.1737	0.6891	5
27800	Harcourt	harcourt	28	27	272	49.1672	0.785	5
27800	Brionne	brionne	28	27	272	49.1955	0.7151	5
27800	Saint-Éloi-de-Fourques	saint-eloi-de-fourques	28	27	272	49.2312	0.7965	5
27800	Saint-Pierre-de-Salerne	saint-pierre-de-salerne	28	27	272	49.2027	0.6828	5
27800	Brétigny	bretigny	28	27	272	49.2146	0.6783	5
27800	Calleville	calleville	28	27	272	49.1915	0.7574	5
27800	Neuville-sur-Authou	neuville-sur-authou	28	27	272	49.2106	0.6395	5
27800	Thibouville	thibouville	28	27	272	49.1479	0.7911	5
27800	Livet-sur-Authou	livet-sur-authou	28	27	272	49.2276	0.668	5
27810	Marcilly-sur-Eure	marcilly-sur-eure	28	27	273	48.8257	1.3474	5
27820	Armentières-sur-Avre	armentieres-sur-avre	28	27	272	48.684	0.816	5
27820	Chennebrun	chennebrun	28	27	272	48.6794	0.7828	5
27820	Saint-Christophe-sur-Avre	saint-christophe-sur-avre	28	27	272	48.6994	0.8162	5
27830	Neaufles-Saint-Martin	neaufles-saint-martin	28	27	271	49.2765	1.7279	5
27850	Ménesqueville	menesqueville	28	27	271	49.3632	1.4111	5
27860	Heudicourt	heudicourt	28	27	271	49.337	1.6592	5
27870	Vesly	vesly	28	27	271	49.2429	1.6526	5
27890	La Neuville-du-Bosc	la-neuville-du-bosc	28	27	272	49.1928	0.8128	5
27909 CEDEX 9	Évreux	evreux	28	27	273	49.0241	1.1508	5
27910	Renneville	renneville	28	27	271	49.4024	1.3234	5
27910	Vascœuil	vasc-uil	28	27	271	49.45	1.3833	5
27910	Les Hogues	les-hogues	28	27	271	49.4257	1.3969	5
27910	Perruel	perruel	28	27	271	49.429	1.3741	5
27910	Letteguives	letteguives	28	27	271	49.4247	1.3288	5
27910	Perriers-sur-Andelle	perriers-sur-andelle	28	27	271	49.4149	1.371	5
27911 CEDEX 9	Évreux	evreux	28	27	273	49.0241	1.1508	5
27914 CEDEX 9	Évreux	evreux	28	27	273	49.0241	1.1508	5
27920	Saint-Étienne-sous-Bailleul	saint-etienne-sous-bailleul	28	27	271	49.1238	1.4079	5
27920	Saint-Pierre-de-Bailleul	saint-pierre-de-bailleul	28	27	271	49.1233	1.3921	5
27924 CEDEX 9	Évreux	evreux	28	27	273	49.0241	1.1508	5
27928 CEDEX 9	Évreux	evreux	28	27	273	49.0241	1.1508	5
27929 CEDEX 9	Évreux	evreux	28	27	273	49.0241	1.1508	5
27930	Sacquenville	sacquenville	28	27	273	49.0842	1.0728	5
27930	Aviron	aviron	28	27	273	49.05	1.1167	5
27930	La Trinité	la-trinite	28	27	273	48.9879	1.2356	5
27930	Irreville	irreville	28	27	273	49.0953	1.2064	5
27930	Guichainville	guichainville	28	27	273	49.0014	1.193	5
27930	Gauville-la-Campagne	gauville-la-campagne	28	27	273	49.0453	1.0897	5
27930	Le Boulay-Morin	le-boulay-morin	28	27	273	49.0833	1.1833	5
27930	Dardez	dardez	28	27	273	49.0832	1.2073	5
27930	Saint-Vigor	saint-vigor	28	27	273	49.0879	1.2667	5
27930	Bacquepuis	bacquepuis	28	27	272	49.0929	1.0435	5
27930	Émalleville	emalleville	28	27	273	49.0978	1.1603	5
27930	Huest	huest	28	27	273	49.0386	1.2055	5
27930	Brosville	brosville	28	27	272	49.1	1.1167	5
27930	Gravigny	gravigny	28	27	273	49.0531	1.1696	5
27930	Sassey	sassey	28	27	273	49.0517	1.2244	5
27930	Gauciel	gauciel	28	27	273	49.033	1.2421	5
27930	Reuilly	reuilly	28	27	273	49.0778	1.2246	5
27930	La Chapelle-du-Bois-des-Faulx	la-chapelle-du-bois-des-faulx	28	27	273	49.1115	1.1695	5
27930	Le Mesnil-Fuguet	le-mesnil-fuguet	28	27	273	49.0694	1.1055	5
27930	Saint-Martin-la-Campagne	saint-martin-la-campagne	28	27	273	49.0661	1.0712	5
27930	Normanville	normanville	28	27	273	49.0787	1.1592	5
27930	Fauville	fauville	28	27	273	49.0318	1.1964	5
27930	Angerville-la-Campagne	angerville-la-campagne	28	27	273	48.9996	1.1649	5
27930	Cierrey	cierrey	28	27	273	49.0068	1.2768	5
27930	Saint-Luc	saint-luc	28	27	273	48.9744	1.2374	5
27930	Miserey	miserey	28	27	273	49.0212	1.2701	5
27930	Le Vieil-Évreux	le-vieil-evreux	28	27	273	49.0045	1.2375	5
27930	Saint-Germain-des-Angles	saint-germain-des-angles	28	27	273	49.0916	1.1461	5
27930	Tourneville	tourneville	28	27	273	49.1	1.1167	5
27931 CEDEX	Gravigny	gravigny	28	27	273	49.0531	1.1696	5
27932 CEDEX	Gravigny	gravigny	28	27	273	49.0531	1.1696	5
27933 CEDEX	Gravigny	gravigny	28	27	273	49.0531	1.1696	5
27936 CEDEX	Gravigny	gravigny	28	27	273	49.0531	1.1696	5
27939 CEDEX	Gravigny	gravigny	28	27	273	49.0531	1.1696	5
27940	Notre-Dame-de-l’Isle	notre-dame-de-l-isle	28	27	271	49.1459	1.4302	5
27940	Venables	venables	28	27	271	49.1989	1.2948	5
27940	Courcelles-sur-Seine	courcelles-sur-seine	28	27	271	49.1829	1.3601	5
27940	Aubevoye	aubevoye	28	27	271	49.171	1.3354	5
27940	Le Val d'Hazey	le-val-d-hazey	28	27	271	49.1742	1.3355	5
27940	Villers-sur-le-Roule	villers-sur-le-roule	28	27	271	49.1965	1.3264	5
27940	Port-Mort	port-mort	28	27	271	49.1649	1.4151	5
27949 CEDEX 9	Évreux	evreux	28	27	273	49.0241	1.1508	5
27950	Villez-sous-Bailleul	villez-sous-bailleul	28	27	271	49.1111	1.3791	5
27950	Saint-Vincent-des-Bois	saint-vincent-des-bois	28	27	271	49.0719	1.4	5
27950	Saint-Pierre-d’Autils	saint-pierre-d-autils	28	27	271	49.1176	1.4362	5
27950	La Heunière	la-heuniere	28	27	271	49.0613	1.4163	5
27950	La Chapelle-Réanville	la-chapelle-reanville	28	27	271	49.0975	1.3821	5
27950	Mercey	mercey	28	27	271	49.0802	1.3947	5
27950	Sainte-Colombe-près-Vernon	sainte-colombe-pres-vernon	28	27	271	49.0946	1.3398	5
27950	Saint-Just	saint-just	28	27	271	49.1085	1.441	5
27950	Saint-Marcel	saint-marcel	28	27	271	49.1	1.45	5
50000	Baudre	baudre	28	50	504	49.0894	-1.0725	5
50000	Rampan	rampan	28	50	504	49.1349	-1.1388	5
50000	Saint-Georges-Montcocq	saint-georges-montcocq	28	50	504	49.1281	-1.0936	5
50000	Le Mesnil-Rouxelin	le-mesnil-rouxelin	28	50	504	49.1476	-1.0849	5
50000	Saint-Lô	saint-lo	28	50	504	49.1162	-1.0903	5
50001 CEDEX	Saint-Lô	saint-lo	28	50	504	49.1162	-1.0903	5
50002 CEDEX	Saint-Lô	saint-lo	28	50	504	49.1162	-1.0903	5
50003 CEDEX	Saint-Lô	saint-lo	28	50	504	49.1162	-1.0903	5
50004 CEDEX	Saint-Lô	saint-lo	28	50	504	49.1162	-1.0903	5
50005 CEDEX	Saint-Lô	saint-lo	28	50	504	49.1162	-1.0903	5
50006 CEDEX	Saint-Lô	saint-lo	28	50	504	49.1162	-1.0903	5
50007 CEDEX	Saint-Lô	saint-lo	28	50	504	49.1162	-1.0903	5
50008 CEDEX	Saint-Lô	saint-lo	28	50	504	49.1162	-1.0903	5
50009 CEDEX	Saint-Lô	saint-lo	28	50	504	49.1162	-1.0903	5
50010 CEDEX	Saint-Lô	saint-lo	28	50	504	49.1162	-1.0903	5
50011 CEDEX	Saint-Lô	saint-lo	28	50	504	49.1162	-1.0903	5
50012 CEDEX	Saint-Lô	saint-lo	28	50	504	49.1162	-1.0903	5
50013 CEDEX	Saint-Lô	saint-lo	28	50	504	49.1162	-1.0903	5
50014 CEDEX	Saint-Lô	saint-lo	28	50	504	49.1162	-1.0903	5
50015 CEDEX	Saint-Lô	saint-lo	28	50	504	49.1162	-1.0903	5
50016 CEDEX	Saint-Lô	saint-lo	28	50	504	49.1162	-1.0903	5
50050 CEDEX	Saint-Lô	saint-lo	28	50	504	49.1162	-1.0903	5
50100	Cherbourg-en-Cotentin	cherbourg-en-cotentin	28	50	502	49.6386	-1.6147	5
50100	Cherbourg-Octeville	cherbourg-octeville	28	50	502	49.6398	-1.6164	5
50101 CEDEX	Cherbourg-Octeville	cherbourg-octeville	28	50	502	49.6398	-1.6164	5
50102 CEDEX	Cherbourg-Octeville	cherbourg-octeville	28	50	502	49.6398	-1.6164	5
50103 CEDEX	Cherbourg-Octeville	cherbourg-octeville	28	50	502	49.6398	-1.6164	5
50104 CEDEX	Cherbourg-Octeville	cherbourg-octeville	28	50	502	49.6398	-1.6164	5
50105 CEDEX	Cherbourg-Octeville	cherbourg-octeville	28	50	502	49.6398	-1.6164	5
50106 CEDEX	Cherbourg-Octeville	cherbourg-octeville	28	50	502	49.6398	-1.6164	5
50107 CEDEX	Cherbourg-Octeville	cherbourg-octeville	28	50	502	49.6398	-1.6164	5
50108 CEDEX	Cherbourg-Octeville	cherbourg-octeville	28	50	502	49.6398	-1.6164	5
50109 CEDEX	Cherbourg-Octeville	cherbourg-octeville	28	50	502	49.6398	-1.6164	5
50110	Tourlaville	tourlaville	28	50	502	49.6383	-1.5664	5
50110	Digosville	digosville	28	50	502	49.631	-1.5263	5
50110	Bretteville	bretteville	28	50	502	49.6544	-1.5288	5
50110	Le Mesnil-au-Val	le-mesnil-au-val	28	50	502	49.6061	-1.5254	5
50110	Cherbourg-en-Cotentin	cherbourg-en-cotentin	28	50	502	49.6386	-1.6147	5
50113 CEDEX	Cherbourg-Octeville	cherbourg-octeville	28	50	502	49.6398	-1.6164	5
50114 CEDEX	Cherbourg-Octeville	cherbourg-octeville	28	50	502	49.6398	-1.6164	5
50115 CEDEX	Cherbourg-Octeville	cherbourg-octeville	28	50	502	49.6398	-1.6164	5
50120	Équeurdreville-Hainneville	equeurdreville-hainneville	28	50	502	49.6487	-1.6531	5
50120	Cherbourg-en-Cotentin	cherbourg-en-cotentin	28	50	502	49.6386	-1.6147	5
50130	Cherbourg-Octeville	cherbourg-octeville	28	50	502	49.6398	-1.6164	5
50130	Cherbourg-en-Cotentin	cherbourg-en-cotentin	28	50	502	49.6386	-1.6147	5
50131 CEDEX	Cherbourg-Octeville	cherbourg-octeville	28	50	502	49.6398	-1.6164	5
50140	Notre-Dame-du-Touchet	notre-dame-du-touchet	28	50	501	48.5827	-0.9567	5
50140	Fontenay	fontenay	28	50	501	48.628	-1.0299	5
50140	Le Neufbourg	le-neufbourg	28	50	501	48.6557	-0.9485	5
50140	Romagny	romagny	28	50	501	48.6393	-0.9661	5
50140	Villechien	villechien	28	50	501	48.5786	-0.9865	5
50140	Bion	bion	28	50	501	48.6195	-0.9198	5
50140	Saint-Barthélemy	saint-barthelemy	28	50	501	48.6811	-0.9537	5
50140	Romagny Fontenay	romagny-fontenay	28	50	501	48.64	-0.9661	5
50140	Mortain	mortain	28	50	501	48.6478	-0.9406	5
50140	Saint-Jean-du-Corail	saint-jean-du-corail	28	50	501	48.6088	-0.9102	5
50140	Saint-Clément-Rancoudray	saint-clement-rancoudray	28	50	501	48.6667	-0.8833	5
50140	Mortain-Bocage	mortain-bocage	28	50	501	48.6478	-0.9408	5
50150	Beauficel	beauficel	28	50	501	48.7401	-0.9761	5
50150	Gathemo	gathemo	28	50	501	48.765	-0.976	5
50150	Brouains	brouains	28	50	501	48.7215	-0.9667	5
50150	Perriers-en-Beauficel	perriers-en-beauficel	28	50	501	48.7367	-0.9958	5
50150	Vengeons	vengeons	28	50	501	48.7541	-0.9166	5
50150	Sourdeval	sourdeval	28	50	501	48.7231	-0.9222	5
50150	Chaulieu	chaulieu	28	50	501	48.7333	-0.8667	5
50160	Le Perron	le-perron	28	50	504	49.0528	-0.9014	5
50160	Lamberville	lamberville	28	50	504	49.0854	-0.9084	5
50160	Guilberville	guilberville	28	50	504	48.9888	-0.9436	5
50160	Torigni-sur-Vire	torigni-sur-vire	28	50	504	49.037	-0.9821	5
50160	Giéville	gieville	28	50	504	49.0145	-0.9778	5
50160	Placy-Montaigu	placy-montaigu	28	50	504	49.0309	-0.9053	5
50160	Saint-Amand	saint-amand	28	50	504	49.0434	-0.9649	5
50160	Biéville	bieville	28	50	504	49.084	-0.8893	5
50160	Brectouville	brectouville	28	50	504	49.0226	-1.0217	5
50160	Torigny-les-Villes	torigny-les-villes	28	50	504	49.0356	-0.9794	5
50170	Vessey	vessey	28	50	501	48.524	-1.4315	5
50170	Aucey-la-Plaine	aucey-la-plaine	28	50	501	48.5272	-1.4787	5
50170	Beauvoir	beauvoir	28	50	501	48.5967	-1.5052	5
50170	Huisnes-sur-Mer	huisnes-sur-mer	28	50	501	48.6084	-1.4513	5
50170	Pontorson	pontorson	28	50	501	48.5532	-1.5075	5
50170	Macey	macey	28	50	501	48.5619	-1.4354	5
50170	Sacey	sacey	28	50	501	48.5087	-1.4506	5
50170	Tanis	tanis	28	50	501	48.5833	-1.45	5
50170	Le Mont-Saint-Michel	le-mont-saint-michel	28	50	501	48.636	-1.5121	5
50170	Servon	servon	28	50	501	48.6006	-1.419	5
50180	Saint-Gilles	saint-gilles	28	50	504	49.1046	-1.1769	5
50180	Hébécrevon	hebecrevon	28	50	504	49.1271	-1.1664	5
50180	Agneaux	agneaux	28	50	504	49.1191	-1.1061	5
50180	Thèreval	thereval	28	50	504	49.1261	-1.1664	5
50190	Feugères	feugeres	28	50	503	49.1514	-1.3196	5
50190	Saint-Patrice-de-Claids	saint-patrice-de-claids	28	50	503	49.2308	-1.4258	5
50190	Millières	millieres	28	50	503	49.1869	-1.4607	5
50190	Gonfreville	gonfreville	28	50	503	49.2289	-1.4048	5
50190	Saint-Sébastien-de-Raids	saint-sebastien-de-raids	28	50	503	49.1902	-1.3712	5
50190	Nay	nay	28	50	503	49.2437	-1.3724	5
50190	Saint-Martin-d’Aubigny	saint-martin-d-aubigny	28	50	503	49.1651	-1.3498	5
50190	Périers	periers	28	50	503	49.1867	-1.4076	5
50190	La Feuillie	la-feuillie	28	50	503	49.1767	-1.4785	5
50190	Marchésieux	marchesieux	28	50	503	49.1882	-1.2903	5
50190	Saint-Germain-sur-Sèves	saint-germain-sur-seves	28	50	503	49.2221	-1.3694	5
50190	Gorges	gorges	28	50	503	49.2562	-1.4073	5
50200	Coutances	coutances	28	50	503	49.05	-1.4333	5
50200	Monthuchon	monthuchon	28	50	503	49.0807	-1.4238	5
50200	Heugueville-sur-Sienne	heugueville-sur-sienne	28	50	503	49.042	-1.5226	5
50200	Saussey	saussey	28	50	503	49.0092	-1.4332	5
50200	Tourville-sur-Sienne	tourville-sur-sienne	28	50	503	49.0459	-1.5484	5
50200	Boisroger	boisroger	28	50	503	49.0917	-1.5427	5
50200	La Vendelée	la-vendelee	28	50	503	49.0826	-1.4653	5
50200	Montsurvent	montsurvent	28	50	503	49.1148	-1.4989	5
50200	Saint-Pierre-de-Coutances	saint-pierre-de-coutances	28	50	503	49.0356	-1.4482	5
50200	Brainville	brainville	28	50	503	49.085	-1.504	5
50200	Gratot	gratot	28	50	503	49.0688	-1.481	5
50200	Ancteville	ancteville	28	50	503	49.1028	-1.4788	5
50200	Nicorps	nicorps	28	50	503	49.0262	-1.4213	5
50200	Gouville-sur-Mer	gouville-sur-mer	28	50	503	49.0972	-1.5806	5
50200	Cambernon	cambernon	28	50	503	49.0802	-1.3852	5
50200	Bricqueville-la-Blouette	bricqueville-la-blouette	28	50	503	49.0339	-1.479	5
50200	Servigny	servigny	28	50	503	49.0927	-1.4746	5
50200	Courcy	courcy	28	50	503	49.0411	-1.3926	5
50200	Saint-Malo-de-la-Lande	saint-malo-de-la-lande	28	50	503	49.0711	-1.5405	5
50201 CEDEX	Coutances	coutances	28	50	503	49.05	-1.4333	5
50202 CEDEX	Coutances	coutances	28	50	503	49.05	-1.4333	5
50203 CEDEX	Coutances	coutances	28	50	503	49.05	-1.4333	5
50204 CEDEX	Coutances	coutances	28	50	503	49.05	-1.4333	5
50205 CEDEX	Coutances	coutances	28	50	503	49.05	-1.4333	5
50206 CEDEX	Coutances	coutances	28	50	503	49.05	-1.4333	5
50207 CEDEX	Coutances	coutances	28	50	503	49.05	-1.4333	5
50208 CEDEX	Coutances	coutances	28	50	503	49.05	-1.4333	5
50209 CEDEX	Coutances	coutances	28	50	503	49.05	-1.4333	5
50210	Belval	belval	28	50	503	49.04	-1.3634	5
50210	Saint-Martin-de-Cenilly	saint-martin-de-cenilly	28	50	503	48.9821	-1.282	5
50210	Savigny	savigny	28	50	503	49.0501	-1.3388	5
50210	Cerisy-la-Salle	cerisy-la-salle	28	50	503	49.0262	-1.2828	5
50210	Guéhébert	guehebert	28	50	503	48.9702	-1.3741	5
50210	Notre-Dame-de-Cenilly	notre-dame-de-cenilly	28	50	503	48.9954	-1.258	5
50210	Ouville	ouville	28	50	503	49.0187	-1.362	5
50210	Roncey	roncey	28	50	503	48.9894	-1.3338	5
50210	Saint-Denis-le-Vêtu	saint-denis-le-vetu	28	50	503	48.9864	-1.4038	5
50210	Montpinchon	montpinchon	28	50	503	49.0215	-1.3102	5
50210	Camprond	camprond	28	50	503	49.0883	-1.3483	5
50211 CEDEX	Coutances	coutances	28	50	503	49.05	-1.4333	5
50220	Pontaubault	pontaubault	28	50	501	48.6293	-1.3516	5
50220	Juilley	juilley	28	50	501	48.5984	-1.3454	5
50220	Poilley	poilley	28	50	501	48.6179	-1.31	5
50220	Courtils	courtils	28	50	501	48.6278	-1.4095	5
50220	Les Chéris	les-cheris	28	50	501	48.6361	-1.2567	5
50220	Marcilly	marcilly	28	50	501	48.6482	-1.2525	5
50220	Ducey	ducey	28	50	501	48.6184	-1.2905	5
50220	Crollon	crollon	28	50	501	48.5856	-1.3834	5
50220	Ducey-Les Chéris	ducey-les-cheris	28	50	501	48.6192	-1.2892	5
50220	Saint-Quentin-sur-le-Homme	saint-quentin-sur-le-homme	28	50	501	48.6475	-1.3181	5
50220	Céaux	ceaux	28	50	501	48.631	-1.3876	5
50220	Précey	precey	28	50	501	48.6074	-1.3775	5
50220	Saint-Ovin	saint-ovin	28	50	501	48.6833	-1.2667	5
50220	Le Mesnil-Ozenne	le-mesnil-ozenne	28	50	501	48.6668	-1.2306	5
50230	Agon-Coutainville	agon-coutainville	28	50	503	49.0417	-1.575	5
50240	Carnet	carnet	28	50	501	48.5096	-1.3574	5
50240	Argouges	argouges	28	50	501	48.5023	-1.3968	5
50240	Vergoncey	vergoncey	28	50	501	48.5622	-1.3992	5
50240	Montanel	montanel	28	50	501	48.4947	-1.4203	5
50240	Montjoie-Saint-Martin	montjoie-saint-martin	28	50	501	48.5314	-1.291	5
50240	Saint-Aubin-de-Terregatte	saint-aubin-de-terregatte	28	50	501	48.576	-1.2999	5
50240	La Croix-Avranchin	la-croix-avranchin	28	50	501	48.5457	-1.3836	5
50240	Saint-James	saint-james	28	50	501	48.5218	-1.3263	5
50240	Saint-Senier-de-Beuvron	saint-senier-de-beuvron	28	50	501	48.5721	-1.3455	5
50240	Villiers-le-Pré	villiers-le-pre	28	50	501	48.5418	-1.4001	5
50240	Saint-Laurent-de-Terregatte	saint-laurent-de-terregatte	28	50	501	48.5717	-1.2592	5
50250	Houtteville	houtteville	28	50	502	49.3387	-1.3626	5
50250	La Haye	la-haye	28	50	503	49.29	-1.5422	5
50250	Montsenelle	montsenelle	28	50	503	49.3	-1.4833	5
50250	Saint-Symphorien-le-Valois	saint-symphorien-le-valois	28	50	503	49.294	-1.555	5
50250	Neufmesnil	neufmesnil	28	50	503	49.3123	-1.5352	5
50250	Vindefontaine	vindefontaine	28	50	502	49.3382	-1.419	5
50250	Doville	doville	28	50	503	49.3317	-1.5407	5
50250	Saint-Sauveur-de-Pierrepont	saint-sauveur-de-pierrepont	28	50	503	49.335	-1.5937	5
50250	Le Plessis-Lastelle	le-plessis-lastelle	28	50	503	49.2819	-1.4274	5
50250	Bolleville	bolleville	28	50	503	49.3007	-1.5749	5
50250	Saint-Jores	saint-jores	28	50	503	49.3029	-1.4219	5
50250	Surville	surville	28	50	503	49.2824	-1.6488	5
50250	Cretteville	cretteville	28	50	502	49.3432	-1.3877	5
50250	Prétot-Sainte-Suzanne	pretot-sainte-suzanne	28	50	503	49.3245	-1.4353	5
50250	Saint-Nicolas-de-Pierrepont	saint-nicolas-de-pierrepont	28	50	503	49.3234	-1.5878	5
50250	Glatigny	glatigny	28	50	503	49.277	-1.6303	5
50250	La Haye-du-Puits	la-haye-du-puits	28	50	503	49.2897	-1.5432	5
50250	Baudreville	baudreville	28	50	503	49.3049	-1.6316	5
50250	Picauville	picauville	28	50	502	49.3797	-1.4175	5
50250	Lithaire	lithaire	28	50	503	49.2997	-1.4835	5
50250	Coigny	coigny	28	50	503	49.3236	-1.3845	5
50250	Varenguebec	varenguebec	28	50	503	49.3379	-1.4976	5
50250	Neuville-en-Beaumont	neuville-en-beaumont	28	50	502	49.3475	-1.6014	5
50250	Mobecq	mobecq	28	50	503	49.2688	-1.5141	5
50250	Montgardon	montgardon	28	50	503	49.2817	-1.567	5
50260	Quettetot	quettetot	28	50	502	49.4874	-1.667	5
50260	Breuville	breuville	28	50	502	49.538	-1.6745	5
50260	Rauville-la-Bigot	rauville-la-bigot	28	50	502	49.5192	-1.6839	5
50260	Négreville	negreville	28	50	502	49.4939	-1.5481	5
50260	Saint-Martin-le-Hébert	saint-martin-le-hebert	28	50	502	49.5122	-1.6172	5
50260	Le Valdécie	le-valdecie	28	50	502	49.4167	-1.65	5
50260	Rocheville	rocheville	28	50	502	49.5044	-1.5954	5
50260	Bricquebec	bricquebec	28	50	502	49.4701	-1.6325	5
50260	Sottevast	sottevast	28	50	502	49.5237	-1.5917	5
50260	Magneville	magneville	28	50	502	49.4506	-1.5477	5
50260	L'Étang-Bertrand	l-etang-bertrand	28	50	502	49.4667	-1.5667	5
50260	Les Perques	les-perques	28	50	502	49.4458	-1.6585	5
50260	Le Vrétot	le-vretot	28	50	502	49.4517	-1.7105	5
50260	Bricquebec-en-Cotentin	bricquebec-en-cotentin	28	50	502	49.47	-1.6292	5
50270	Sénoville	senoville	28	50	502	49.4333	-1.7667	5
50270	Saint-Maurice-en-Cotentin	saint-maurice-en-cotentin	28	50	502	49.3895	-1.7064	5
50270	Saint-Pierre-d’Arthéglise	saint-pierre-d-artheglise	28	50	502	49.4136	-1.6924	5
50270	Barneville-Carteret	barneville-carteret	28	50	502	49.3833	-1.75	5
50270	Surtainville	surtainville	28	50	502	49.4598	-1.813	5
50270	Saint-Jean-de-la-Rivière	saint-jean-de-la-riviere	28	50	502	49.3689	-1.7365	5
50270	La Haye-d’Ectot	la-haye-d-ectot	28	50	502	49.3905	-1.7327	5
50270	Baubigny	baubigny	28	50	502	49.4292	-1.8203	5
50270	Saint-Georges-de-la-Rivière	saint-georges-de-la-riviere	28	50	502	49.3611	-1.724	5
50270	Les Moitiers-d’Allonne	les-moitiers-d-allonne	28	50	502	49.3996	-1.7788	5
50270	Sortosville-en-Beaumont	sortosville-en-beaumont	28	50	502	49.4311	-1.6917	5
50290	Bricqueville-sur-Mer	bricqueville-sur-mer	28	50	501	48.9133	-1.521	5
50290	Muneville-sur-Mer	muneville-sur-mer	28	50	501	48.9344	-1.491	5
50290	Coudeville-sur-Mer	coudeville-sur-mer	28	50	501	48.8815	-1.5274	5
50290	Longueville	longueville	28	50	501	48.8548	-1.548	5
50290	Bréville-sur-Mer	breville-sur-mer	28	50	501	48.8655	-1.5565	5
50290	Bréhal	brehal	28	50	501	48.8991	-1.5123	5
50300	Saint-Senier-sous-Avranches	saint-senier-sous-avranches	28	50	501	48.684	-1.3313	5
50300	Saint-Brice	saint-brice	28	50	501	48.6982	-1.3083	5
50300	Le Val-Saint-Père	le-val-saint-pere	28	50	501	48.6618	-1.3765	5
50300	La Godefroy	la-godefroy	28	50	501	48.6893	-1.2904	5
50300	Saint-Jean-de-la-Haize	saint-jean-de-la-haize	28	50	501	48.6985	-1.3618	5
50300	Avranches	avranches	28	50	501	48.6833	-1.3667	5
50300	Marcey-les-Grèves	marcey-les-greves	28	50	501	48.6967	-1.3916	5
50300	Saint-Loup	saint-loup	28	50	501	48.6679	-1.2957	5
50300	Vains	vains	28	50	501	48.6806	-1.4134	5
50300	Saint-Martin-des-Champs	saint-martin-des-champs	28	50	501	48.6684	-1.3339	5
50300	Ponts	ponts	28	50	501	48.7017	-1.3461	5
50300	La Gohannière	la-gohanniere	28	50	501	48.7064	-1.2552	5
50300	Saint-Ovin	saint-ovin	28	50	501	48.6833	-1.2667	5
50301 CEDEX	Avranches	avranches	28	50	501	48.6833	-1.3667	5
50302 CEDEX	Avranches	avranches	28	50	501	48.6833	-1.3667	5
50303 CEDEX	Avranches	avranches	28	50	501	48.6833	-1.3667	5
50304 CEDEX	Avranches	avranches	28	50	501	48.6833	-1.3667	5
50305 CEDEX	Avranches	avranches	28	50	501	48.6833	-1.3667	5
50306 CEDEX	Avranches	avranches	28	50	501	48.6833	-1.3667	5
50307 CEDEX	Avranches	avranches	28	50	501	48.6833	-1.3667	5
50308 CEDEX	Avranches	avranches	28	50	501	48.6833	-1.3667	5
50309 CEDEX	Avranches	avranches	28	50	501	48.6833	-1.3667	5
50310	Ozeville	ozeville	28	50	502	49.5	-1.3333	5
50310	Éroudeville	eroudeville	28	50	502	49.4762	-1.39	5
50310	Le Ham	le-ham	28	50	502	49.4455	-1.4077	5
50310	Écausseville	ecausseville	28	50	502	49.4612	-1.3758	5
50310	Saint-Martin-d’Audouville	saint-martin-d-audouville	28	50	502	49.5293	-1.3639	5
50310	Saint-Cyr	saint-cyr	28	50	502	49.4879	-1.4199	5
50310	Sortosville	sortosville	28	50	502	49.4799	-1.4332	5
50310	Quinéville	quineville	28	50	502	49.5156	-1.2928	5
50310	Joganville	joganville	28	50	502	49.4699	-1.3486	5
50310	Azeville	azeville	28	50	502	49.4589	-1.3131	5
50310	Saint-Marcouf	saint-marcouf	28	50	502	49.4733	-1.2889	5
50310	Émondeville	emondeville	28	50	502	49.4591	-1.3431	5
50310	Montebourg	montebourg	28	50	502	49.4877	-1.3804	5
50310	Fresville	fresville	28	50	502	49.4386	-1.3558	5
50310	Vaudreville	vaudreville	28	50	502	49.5165	-1.3708	5
50310	Fontenay-sur-Mer	fontenay-sur-mer	28	50	502	49.4896	-1.3163	5
50310	Saint-Floxel	saint-floxel	28	50	502	49.4913	-1.3517	5
50310	Lestre	lestre	28	50	502	49.526	-1.3355	5
50320	La Mouche	la-mouche	28	50	501	48.7925	-1.3498	5
50320	La Lucerne-d’Outremer	la-lucerne-d-outremer	28	50	501	48.7835	-1.4267	5
50320	Champcervon	champcervon	28	50	501	48.7767	-1.395	5
50320	Le Grippon	le-grippon	28	50	501	48.7775	-1.3953	5
50320	Beauchamps	beauchamps	28	50	501	48.8324	-1.36	5
50320	Équilly	equilly	28	50	501	48.8381	-1.3948	5
50320	Hocquigny	hocquigny	28	50	501	48.8147	-1.4073	5
50320	La Haye-Pesnel	la-haye-pesnel	28	50	501	48.7956	-1.3966	5
50320	Folligny	folligny	28	50	501	48.8244	-1.4111	5
50320	Saint-Jean-des-Champs	saint-jean-des-champs	28	50	501	48.828	-1.4649	5
50320	Le Tanu	le-tanu	28	50	501	48.8169	-1.3447	5
50320	Les Chambres	les-chambres	28	50	501	48.7668	-1.3877	5
50330	Cosqueville	cosqueville	28	50	502	49.6935	-1.4091	5
50330	Vicq-sur-Mer	vicq-sur-mer	28	50	502	49.6942	-1.4089	5
50330	Réthoville	rethoville	28	50	502	49.7	-1.35	5
50330	Canteloup	canteloup	28	50	502	49.6446	-1.3515	5
50330	Clitourps	clitourps	28	50	502	49.6564	-1.3739	5
50330	Varouville	varouville	28	50	502	49.6758	-1.3683	5
50330	Brillevast	brillevast	28	50	502	49.6297	-1.4162	5
50330	Saint-Pierre-Église	saint-pierre-eglise	28	50	502	49.6685	-1.4036	5
50330	Théville	theville	28	50	502	49.6523	-1.4228	5
50330	Tocqueville	tocqueville	28	50	502	49.6706	-1.3368	5
50330	Néville-sur-Mer	neville-sur-mer	28	50	502	49.6912	-1.3387	5
50330	Maupertus-sur-Mer	maupertus-sur-mer	28	50	502	49.657	-1.4838	5
50330	Gonneville-Le Theil	gonneville-le-theil	28	50	502	49.6386	-1.4658	5
50330	Gouberville	gouberville	28	50	502	49.6832	-1.3285	5
50330	Carneville	carneville	28	50	502	49.6657	-1.4503	5
50330	Gonneville	gonneville	28	50	502	49.6404	-1.4647	5
50330	Le Theil	le-theil	28	50	502	49.6099	-1.4703	5
50340	Helleville	helleville	28	50	502	49.5551	-1.7849	5
50340	Benoîtville	benoitville	28	50	502	49.5274	-1.7812	5
50340	Héauville	heauville	28	50	502	49.5813	-1.8007	5
50340	Saint-Germain-le-Gaillard	saint-germain-le-gaillard	28	50	502	49.486	-1.7823	5
50340	Flamanville	flamanville	28	50	502	49.5327	-1.8656	5
50340	Pierreville	pierreville	28	50	502	49.4741	-1.7803	5
50340	Le Rozel	le-rozel	28	50	502	49.4874	-1.828	5
50340	Grosville	grosville	28	50	502	49.5088	-1.7426	5
50340	Sotteville	sotteville	28	50	502	49.5386	-1.753	5
50340	Tréauville	treauville	28	50	502	49.5312	-1.8124	5
50340	Bricquebosq	bricquebosq	28	50	502	49.5344	-1.7193	5
50340	Les Pieux	les-pieux	28	50	502	49.5129	-1.8071	5
50340	Saint-Christophe-du-Foc	saint-christophe-du-foc	28	50	502	49.5573	-1.7393	5
50340	Siouville-Hague	siouville-hague	28	50	502	49.5585	-1.8389	5
50350	Donville-les-Bains	donville-les-bains	28	50	501	48.8461	-1.5831	5
50360	Étienville	etienville	28	50	502	49.3853	-1.4278	5
50360	La Bonneville	la-bonneville	28	50	502	49.3941	-1.4545	5
50360	Beuzeville-la-Bastille	beuzeville-la-bastille	28	50	502	49.3525	-1.3654	5
50360	Picauville	picauville	28	50	502	49.3781	-1.4005	5
50360	Crosville-sur-Douve	crosville-sur-douve	28	50	502	49.3833	-1.4833	5
50360	Les Moitiers-en-Bauptois	les-moitiers-en-bauptois	28	50	502	49.3613	-1.4272	5
50370	Le Petit-Celland	le-petit-celland	28	50	501	48.6961	-1.2103	5
50370	Brécey	brecey	28	50	501	48.7241	-1.1665	5
50370	Notre-Dame-de-Livoye	notre-dame-de-livoye	28	50	501	48.7434	-1.2054	5
50370	Vernix	vernix	28	50	501	48.7169	-1.2222	5
50370	Les Loges-sur-Brécey	les-loges-sur-brecey	28	50	501	48.767	-1.1764	5
50370	Saint-Georges-de-Livoye	saint-georges-de-livoye	28	50	501	48.7356	-1.2176	5
50370	La Chapelle-Urée	la-chapelle-uree	28	50	501	48.6704	-1.1628	5
50370	Le Grand-Celland	le-grand-celland	28	50	501	48.681	-1.1849	5
50370	La Chaise-Baudouin	la-chaise-baudouin	28	50	501	48.7667	-1.2333	5
50370	Saint-Jean-du-Corail-des-Bois	saint-jean-du-corail-des-bois	28	50	501	48.7667	-1.2	5
50370	Les Cresnays	les-cresnays	28	50	501	48.7195	-1.1223	5
50370	Saint-Nicolas-des-Bois	saint-nicolas-des-bois	28	50	501	48.7558	-1.1932	5
50380	Saint-Aubin-des-Préaux	saint-aubin-des-preaux	28	50	501	48.8047	-1.5082	5
50380	Saint-Pair-sur-Mer	saint-pair-sur-mer	28	50	501	48.8146	-1.5676	5
50390	Catteville	catteville	28	50	502	49.3564	-1.5706	5
50390	Biniville	biniville	28	50	502	49.4276	-1.4783	5
50390	Besneville	besneville	28	50	502	49.3677	-1.6273	5
50390	Rauville-la-Place	rauville-la-place	28	50	502	49.3888	-1.5033	5
50390	Néhou	nehou	28	50	502	49.4199	-1.5424	5
50390	Reigneville-Bocage	reigneville-bocage	28	50	502	49.4098	-1.4675	5
50390	Orglandes	orglandes	28	50	502	49.4223	-1.4502	5
50390	Hautteville-Bocage	hautteville-bocage	28	50	502	49.4311	-1.4726	5
50390	Taillepied	taillepied	28	50	502	49.3728	-1.5805	5
50390	Saint-Jacques-de-Néhou	saint-jacques-de-nehou	28	50	502	49.4175	-1.6138	5
50390	Saint-Sauveur-le-Vicomte	saint-sauveur-le-vicomte	28	50	502	49.3855	-1.5331	5
50390	Golleville	golleville	28	50	502	49.4364	-1.5161	5
50390	Sainte-Colombe	sainte-colombe	28	50	502	49.4213	-1.5219	5
50400	Anctoville-sur-Boscq	anctoville-sur-boscq	28	50	501	48.8434	-1.5322	5
50400	Granville	granville	28	50	501	48.8379	-1.5971	5
50400	Yquelon	yquelon	28	50	501	48.8481	-1.5561	5
50400	Saint-Planchers	saint-planchers	28	50	501	48.8227	-1.526	5
50401 CEDEX	Granville	granville	28	50	501	48.8379	-1.5971	5
50402 CEDEX	Granville	granville	28	50	501	48.8379	-1.5971	5
50403 CEDEX	Granville	granville	28	50	501	48.8379	-1.5971	5
50404 CEDEX	Granville	granville	28	50	501	48.8379	-1.5971	5
50405 CEDEX	Granville	granville	28	50	501	48.8379	-1.5971	5
50406 CEDEX	Granville	granville	28	50	501	48.8379	-1.5971	5
50407 CEDEX	Granville	granville	28	50	501	48.8379	-1.5971	5
50409 CEDEX	Granville	granville	28	50	501	48.8379	-1.5971	5
50410	Montbray	montbray	28	50	504	48.8802	-1.0957	5
50410	Maupertuis	maupertuis	28	50	504	48.9544	-1.2007	5
50410	Percy-en-Normandie	percy-en-normandie	28	50	504	48.9169	-1.1892	5
50410	La Haye-Bellefond	la-haye-bellefond	28	50	504	48.9842	-1.1853	5
50410	Villebaudon	villebaudon	28	50	504	48.9592	-1.1663	5
50410	Margueray	margueray	28	50	504	48.8962	-1.1415	5
50410	Le Chefresne	le-chefresne	28	50	504	48.903	-1.1546	5
50410	Morigny	morigny	28	50	504	48.8814	-1.0593	5
50410	Percy	percy	28	50	504	48.9171	-1.1892	5
50410	Le Guislain	le-guislain	28	50	504	48.9718	-1.229	5
50410	Montabot	montabot	28	50	504	48.9333	-1.1263	5
50420	Moyon Villages	moyon-villages	28	50	504	49.0008	-1.1186	5
50420	Tessy-sur-Vire	tessy-sur-vire	28	50	504	48.9738	-1.0609	5
50420	Domjean	domjean	28	50	504	48.9873	-1.0324	5
50420	Troisgots	troisgots	28	50	504	49.0115	-1.0741	5
50420	Le Mesnil-Raoult	le-mesnil-raoult	28	50	504	49.035	-1.0602	5
50420	Fourneaux	fourneaux	28	50	504	48.9647	-1.0349	5
50420	Saint-Louet-sur-Vire	saint-louet-sur-vire	28	50	504	48.9886	-0.9884	5
50420	Beaucoudray	beaucoudray	28	50	504	48.9577	-1.1427	5
50420	Fervaches	fervaches	28	50	504	48.9952	-1.0854	5
50420	Beuvrigny	beuvrigny	28	50	504	48.9688	-1.0017	5
50420	Gouvets	gouvets	28	50	504	48.932	-1.0958	5
50420	Saint-Vigor-des-Monts	saint-vigor-des-monts	28	50	504	48.9107	-1.0855	5
50420	Tessy-Bocage	tessy-bocage	28	50	504	48.9744	-1.0608	5
50420	Chevry	chevry	28	50	504	48.9685	-1.1193	5
50420	Condé-sur-Vire	conde-sur-vire	28	50	504	49.0522	-1.0372	5
50430	Lessay	lessay	28	50	503	49.217	-1.5309	5
50430	Saint-Germain-sur-Ay	saint-germain-sur-ay	28	50	503	49.2351	-1.5944	5
50430	Laulne	laulne	28	50	503	49.2495	-1.4709	5
50430	Bretteville-sur-Ay	bretteville-sur-ay	28	50	503	49.26	-1.6324	5
50430	Vesly	vesly	28	50	503	49.252	-1.5045	5
50430	Angoville-sur-Ay	angoville-sur-ay	28	50	503	49.2529	-1.5493	5
50440	Sainte-Croix-Hague	sainte-croix-hague	28	50	502	49.6384	-1.7729	5
50440	Vauville	vauville	28	50	502	49.6376	-1.8465	5
50440	Jobourg	jobourg	28	50	502	49.6829	-1.9042	5
50440	Auderville	auderville	28	50	502	49.7118	-1.931	5
50440	Biville	biville	28	50	502	49.6134	-1.821	5
50440	Acqueville	acqueville	28	50	502	49.6088	-1.7496	5
50440	Saint-Germain-des-Vaux	saint-germain-des-vaux	28	50	502	49.7146	-1.9198	5
50440	Gréville-Hague	greville-hague	28	50	502	49.6743	-1.8011	5
50440	Beaumont-Hague	beaumont-hague	28	50	502	49.6639	-1.8382	5
50440	Branville-Hague	branville-hague	28	50	502	49.6549	-1.7862	5
50440	Omonville-la-Rogue	omonville-la-rogue	28	50	502	49.704	-1.8436	5
50440	Omonville-la-Petite	omonville-la-petite	28	50	502	49.7	-1.8829	5
50440	Vasteville	vasteville	28	50	502	49.595	-1.7748	5
50440	Herqueville	herqueville	28	50	502	49.6688	-1.8787	5
50440	Digulleville	digulleville	28	50	502	49.6998	-1.859	5
50440	Éculleville	eculleville	28	50	502	49.6822	-1.8213	5
50441 CEDEX	Beaumont-Hague	beaumont-hague	28	50	502	49.6639	-1.8382	5
50442 CEDEX	Beaumont-Hague	beaumont-hague	28	50	502	49.6639	-1.8382	5
50444 CEDEX	Beaumont-Hague	beaumont-hague	28	50	502	49.6639	-1.8382	5
50445 CEDEX	Beaumont-Hague	beaumont-hague	28	50	502	49.6639	-1.8382	5
50446 CEDEX	Beaumont-Hague	beaumont-hague	28	50	502	49.6639	-1.8382	5
50447 CEDEX	Beaumont-Hague	beaumont-hague	28	50	502	49.6639	-1.8382	5
50448 CEDEX	Beaumont-Hague	beaumont-hague	28	50	502	49.6639	-1.8382	5
50449 CEDEX	Beaumont-Hague	beaumont-hague	28	50	502	49.6639	-1.8382	5
50450	Saint-Denis-le-Gast	saint-denis-le-gast	28	50	503	48.9402	-1.3293	5
50450	Hambye	hambye	28	50	503	48.948	-1.2642	5
50450	Le Mesnil-Rogues	le-mesnil-rogues	28	50	503	48.8632	-1.378	5
50450	Ver	ver	28	50	503	48.8937	-1.3923	5
50450	Gavray	gavray	28	50	503	48.9111	-1.3506	5
50450	Le Mesnil-Garnier	le-mesnil-garnier	28	50	503	48.865	-1.3098	5
50450	Lengronne	lengronne	28	50	503	48.9338	-1.3821	5
50450	Montaigu-les-Bois	montaigu-les-bois	28	50	503	48.8912	-1.2836	5
50450	Grimesnil	grimesnil	28	50	503	48.954	-1.3502	5
50450	La Baleine	la-baleine	28	50	503	48.9248	-1.3176	5
50450	Le Mesnil-Villeman	le-mesnil-villeman	28	50	503	48.8643	-1.3264	5
50450	Le Mesnil-Amand	le-mesnil-amand	28	50	503	48.8833	-1.3667	5
50450	Sourdeval-les-Bois	sourdeval-les-bois	28	50	503	48.9089	-1.2758	5
50460	Querqueville	querqueville	28	50	502	49.6625	-1.6912	5
50460	Cherbourg-en-Cotentin	cherbourg-en-cotentin	28	50	502	49.6386	-1.6147	5
50460	Tonneville	tonneville	28	50	502	49.6432	-1.7149	5
50460	Urville-Nacqueville	urville-nacqueville	28	50	502	49.6744	-1.7366	5
50470	Tollevast	tollevast	28	50	502	49.5744	-1.6275	5
50470	La Glacerie	la-glacerie	28	50	502	49.6052	-1.5819	5
50470	Cherbourg-en-Cotentin	cherbourg-en-cotentin	28	50	502	49.6386	-1.6147	5
50480	Boutteville	boutteville	28	50	502	49.3888	-1.2594	5
50480	Liesville-sur-Douve	liesville-sur-douve	28	50	502	49.3561	-1.3374	5
50480	Amfreville	amfreville	28	50	502	49.4083	-1.3919	5
50480	Picauville	picauville	28	50	502	49.3797	-1.4175	5
50480	Houesville	houesville	28	50	504	49.3509	-1.2873	5
50480	Beuzeville-au-Plain	beuzeville-au-plain	28	50	502	49.4307	-1.286	5
50480	Audouville-la-Hubert	audouville-la-hubert	28	50	502	49.4205	-1.2182	5
50480	Ravenoville	ravenoville	28	50	502	49.4567	-1.2707	5
50480	Vierville	vierville	28	50	504	49.3599	-1.2469	5
50480	Carentan-les-Marais	carentan-les-marais	28	50	504	49.3033	-1.2483	5
50480	Saint-Martin-de-Varreville	saint-martin-de-varreville	28	50	502	49.4261	-1.2367	5
50480	Saint-Germain-de-Varreville	saint-germain-de-varreville	28	50	502	49.4373	-1.2575	5
50480	Gourbesville	gourbesville	28	50	502	49.421	-1.4094	5
50480	Blosville	blosville	28	50	502	49.3723	-1.2884	5
50480	Écoqueneauville	ecoqueneauville	28	50	502	49.4019	-1.2914	5
50480	Sainte-Marie-du-Mont	sainte-marie-du-mont	28	50	502	49.3789	-1.2255	5
50480	Neuville-au-Plain	neuville-au-plain	28	50	502	49.4286	-1.3315	5
50480	Chef-du-Pont	chef-du-pont	28	50	502	49.3848	-1.3437	5
50480	Sainte-Mère-Église	sainte-mere-eglise	28	50	502	49.41	-1.3173	5
50480	Foucarville	foucarville	28	50	502	49.4423	-1.2561	5
50480	Hiesville	hiesville	28	50	502	49.3701	-1.2643	5
50480	Angoville-au-Plain	angoville-au-plain	28	50	504	49.3485	-1.2538	5
50480	Carquebut	carquebut	28	50	502	49.3721	-1.3294	5
50480	Sébeville	sebeville	28	50	502	49.3841	-1.2851	5
50480	Turqueville	turqueville	28	50	502	49.4061	-1.2776	5
50480	Brucheville	brucheville	28	50	504	49.3598	-1.1978	5
50490	Saint-Aubin-du-Perron	saint-aubin-du-perron	28	50	503	49.1434	-1.3697	5
50490	Vaudrimesnil	vaudrimesnil	28	50	503	49.1532	-1.4157	5
50490	Saint-Sauveur-Lendelin	saint-sauveur-lendelin	28	50	503	49.1299	-1.4141	5
50490	Le Mesnilbus	le-mesnilbus	28	50	503	49.1328	-1.3502	5
50490	Saint-Michel-de-la-Pierre	saint-michel-de-la-pierre	28	50	503	49.1351	-1.3844	5
50490	Muneville-le-Bingard	muneville-le-bingard	28	50	503	49.1206	-1.4799	5
50490	La Ronde-Haye	la-ronde-haye	28	50	503	49.1258	-1.444	5
50490	Montcuit	montcuit	28	50	503	49.1202	-1.3426	5
50500	Carentan-les-Marais	carentan-les-marais	28	50	504	49.3033	-1.2483	5
50500	Carentan	carentan	28	50	504	49.3031	-1.2481	5
50500	Saint-Pellerin	saint-pellerin	28	50	504	49.2927	-1.1913	5
50500	Saint-Côme-du-Mont	saint-come-du-mont	28	50	504	49.3359	-1.2729	5
50500	Auvers	auvers	28	50	504	49.2992	-1.3211	5
50500	Les Veys	les-veys	28	50	504	49.3155	-1.1521	5
50500	Saint-Georges-de-Bohon	saint-georges-de-bohon	28	50	504	49.2507	-1.2702	5
50500	Auxais	auxais	28	50	503	49.2188	-1.2987	5
50500	Sainteny	sainteny	28	50	504	49.2382	-1.3143	5
50500	Saint-André-de-Bohon	saint-andre-de-bohon	28	50	504	49.235	-1.2523	5
50500	Méautis	meautis	28	50	504	49.2776	-1.2994	5
50500	Catz	catz	28	50	504	49.3107	-1.1798	5
50500	Appeville	appeville	28	50	503	49.3218	-1.3427	5
50500	Baupte	baupte	28	50	503	49.308	-1.3614	5
50500	Brévands	brevands	28	50	504	49.3308	-1.1907	5
50500	Terre-et-Marais	terre-et-marais	28	50	504	49.2383	-1.3142	5
50500	Raids	raids	28	50	503	49.2165	-1.3442	5
50500	Saint-Hilaire-Petitville	saint-hilaire-petitville	28	50	504	49.3025	-1.2199	5
50510	Hudimesnil	hudimesnil	28	50	501	48.863	-1.4928	5
50510	Le Mesnil-Aubert	le-mesnil-aubert	28	50	501	48.9466	-1.4142	5
50510	La Meurdraquière	la-meurdraquiere	28	50	501	48.8492	-1.4089	5
50510	Le Loreur	le-loreur	28	50	501	48.8681	-1.4302	5
50510	Cérences	cerences	28	50	501	48.9167	-1.4347	5
50510	Saint-Sauveur-la-Pommeraye	saint-sauveur-la-pommeraye	28	50	501	48.8461	-1.4445	5
50510	Chanteloup	chanteloup	28	50	501	48.8988	-1.4863	5
50520	Juvigny-le-Tertre	juvigny-le-tertre	28	50	501	48.677	-1.0222	5
50520	Chasseguey	chasseguey	28	50	501	48.6475	-1.0788	5
50520	Reffuveille	reffuveille	28	50	501	48.6688	-1.1138	5
50520	Le Mesnil-Rainfray	le-mesnil-rainfray	28	50	501	48.6669	-1.0568	5
50520	Le Mesnil-Adelée	le-mesnil-adelee	28	50	501	48.6992	-1.0765	5
50520	La Bazoge	la-bazoge	28	50	501	48.6458	-1.029	5
50520	Bellefontaine	bellefontaine	28	50	501	48.6875	-0.9746	5
50520	Le Mesnil-Tôve	le-mesnil-tove	28	50	501	48.7008	-1.0231	5
50520	Chérencé-le-Roussel	cherence-le-roussel	28	50	501	48.7086	-1.0177	5
50530	Montviron	montviron	28	50	501	48.7372	-1.4203	5
50530	Saint-Jean-le-Thomas	saint-jean-le-thomas	28	50	501	48.7302	-1.5173	5
50530	Champeaux	champeaux	28	50	501	48.7379	-1.5315	5
50530	Saint-Pierre-Langers	saint-pierre-langers	28	50	501	48.7846	-1.4978	5
50530	Angey	angey	28	50	501	48.7494	-1.4909	5
50530	Bacilly	bacilly	28	50	501	48.701	-1.4409	5
50530	Lolif	lolif	28	50	501	48.7333	-1.3929	5
50530	La Rochelle-Normande	la-rochelle-normande	28	50	501	48.7647	-1.4346	5
50530	Sartilly-Baie-Bocage	sartilly-baie-bocage	28	50	501	48.7525	-1.4569	5
50530	Sartilly	sartilly	28	50	501	48.7524	-1.4568	5
50530	Dragey-Ronthon	dragey-ronthon	28	50	501	48.7167	-1.5	5
50530	Champcey	champcey	28	50	501	48.7255	-1.4477	5
50530	Genêts	genets	28	50	501	48.6841	-1.4768	5
50540	Isigny-le-Buat	isigny-le-buat	28	50	501	48.617	-1.1699	5
50550	Saint-Vaast-la-Hougue	saint-vaast-la-hougue	28	50	502	49.5884	-1.2693	5
50560	Anneville-sur-Mer	anneville-sur-mer	28	50	503	49.1207	-1.5819	5
50560	Blainville-sur-Mer	blainville-sur-mer	28	50	503	49.066	-1.5834	5
50560	Gouville-sur-Mer	gouville-sur-mer	28	50	503	49.0961	-1.5791	5
50560	Geffosses	geffosses	28	50	503	49.1315	-1.5588	5
50570	Marigny-Le-Lozon	marigny-le-lozon	28	50	504	49.0989	-1.2406	5
50570	Hauteville-la-Guichard	hauteville-la-guichard	28	50	503	49.1263	-1.3034	5
50570	Le Mesnil-Amey	le-mesnil-amey	28	50	504	49.1038	-1.2112	5
50570	Thèreval	thereval	28	50	504	49.1261	-1.1664	5
50570	La Chapelle-en-Juger	la-chapelle-en-juger	28	50	504	49.1276	-1.2149	5
50570	Marigny	marigny	28	50	504	49.0995	-1.2418	5
50570	Carantilly	carantilly	28	50	504	49.0657	-1.2407	5
50570	Le Mesnil-Eury	le-mesnil-eury	28	50	504	49.1513	-1.2373	5
50570	Cametours	cametours	28	50	503	49.068	-1.2815	5
50570	Remilly-sur-Lozon	remilly-sur-lozon	28	50	504	49.1801	-1.2569	5
50570	Lozon	lozon	28	50	504	49.1424	-1.2629	5
50570	Le Lorey	le-lorey	28	50	504	49.0935	-1.3071	5
50570	Le Mesnil-Vigot	le-mesnil-vigot	28	50	504	49.1558	-1.2819	5
50570	Montreuil-sur-Lozon	montreuil-sur-lozon	28	50	504	49.1369	-1.2366	5
50580	Denneville	denneville	28	50	502	49.3121	-1.6602	5
50580	Saint-Lô-d'Ourville	saint-lo-d-ourville	28	50	502	49.3333	-1.6667	5
50580	Canville-la-Rocque	canville-la-rocque	28	50	502	49.341	-1.6386	5
50580	Portbail	portbail	28	50	502	49.3357	-1.6956	5
50580	La Haye	la-haye	28	50	503	49.29	-1.5422	5
50580	Saint-Rémy-des-Landes	saint-remy-des-landes	28	50	503	49.301	-1.6575	5
50580	Fierville-les-Mines	fierville-les-mines	28	50	502	49.3906	-1.6698	5
50580	Le Mesnil	le-mesnil	28	50	502	49.3667	-1.7	5
50590	Hauteville-sur-Mer	hauteville-sur-mer	28	50	503	48.9771	-1.5414	5
50590	Montmartin-sur-Mer	montmartin-sur-mer	28	50	503	48.9886	-1.5253	5
50590	Regnéville-sur-Mer	regneville-sur-mer	28	50	503	49.0094	-1.5508	5
50600	Virey	virey	28	50	501	48.5841	-1.1325	5
50600	Saint-Hilaire-du-Harcouët	saint-hilaire-du-harcouet	28	50	501	48.577	-1.09	5
50600	Moulines	moulines	28	50	501	48.5451	-1.0317	5
50600	Les Loges-Marchis	les-loges-marchis	28	50	501	48.5413	-1.0875	5
50600	Parigny	parigny	28	50	501	48.5945	-1.0792	5
50600	Grandparigny	grandparigny	28	50	501	48.595	-1.0781	5
50600	Chèvreville	chevreville	28	50	501	48.6139	-1.0461	5
50600	Martigny	martigny	28	50	501	48.6148	-1.1055	5
50600	Lapenty	lapenty	28	50	501	48.5787	-1.0067	5
50600	Milly	milly	28	50	501	48.6015	-1.0199	5
50600	Le Mesnillard	le-mesnillard	28	50	501	48.627	-1.0727	5
50610	Jullouville	jullouville	28	50	501	48.7758	-1.5637	5
50620	Saint-Jean-de-Daye	saint-jean-de-daye	28	50	504	49.2285	-1.1361	5
50620	Saint-Fromond	saint-fromond	28	50	504	49.2207	-1.0898	5
50620	Le Dézert	le-dezert	28	50	504	49.204	-1.1652	5
50620	Cavigny	cavigny	28	50	504	49.1932	-1.1099	5
50620	Montmartin-en-Graignes	montmartin-en-graignes	28	50	504	49.2749	-1.148	5
50620	Les Champs-de-Losque	les-champs-de-losque	28	50	504	49.1826	-1.2302	5
50620	Le Hommet-d’Arthenay	le-hommet-d-arthenay	28	50	504	49.1899	-1.1883	5
50620	Amigny	amigny	28	50	504	49.1552	-1.1793	5
50620	Tribehou	tribehou	28	50	504	49.2124	-1.2432	5
50620	Graignes-Mesnil-Angot	graignes-mesnil-angot	28	50	504	49.25	-1.2	5
50620	Le Mesnil-Véneron	le-mesnil-veneron	28	50	504	49.2258	-1.1646	5
50630	Morsalines	morsalines	28	50	502	49.5723	-1.3113	5
50630	Videcosville	videcosville	28	50	502	49.5619	-1.3718	5
50630	Teurthéville-Bocage	teurtheville-bocage	28	50	502	49.5925	-1.3965	5
50630	Le Vast	le-vast	28	50	502	49.6223	-1.3578	5
50630	La Pernelle	la-pernelle	28	50	502	49.6188	-1.2999	5
50630	Octeville-l'Avenel	octeville-l-avenel	28	50	502	49.543	-1.353	5
50630	Aumeville-Lestre	aumeville-lestre	28	50	502	49.54	-1.3216	5
50630	Quettehou	quettehou	28	50	502	49.5931	-1.3035	5
50630	Crasville	crasville	28	50	502	49.5505	-1.3425	5
50640	Savigny-le-Vieux	savigny-le-vieux	28	50	501	48.5208	-1.049	5
50640	Husson	husson	28	50	501	48.5696	-0.892	5
50640	Buais	buais	28	50	501	48.5228	-0.9702	5
50640	Ferrières	ferrieres	28	50	501	48.5439	-0.9575	5
50640	Le Teilleul	le-teilleul	28	50	501	48.5376	-0.873	5
50640	Heussé	heusse	28	50	501	48.5067	-0.9004	5
50640	Buais-Les-Monts	buais-les-monts	28	50	501	48.5225	-0.9692	5
50640	Saint-Symphorien-des-Monts	saint-symphorien-des-monts	28	50	501	48.544	-1.0029	5
50640	Sainte-Marie-du-Bois	sainte-marie-du-bois	28	50	501	48.5624	-0.8917	5
50651 CEDEX	Cherbourg-Octeville	cherbourg-octeville	28	50	502	49.6398	-1.6164	5
50652 CEDEX	Cherbourg-Octeville	cherbourg-octeville	28	50	502	49.6398	-1.6164	5
50660	Orval	orval	28	50	503	49.0143	-1.4707	5
50660	Quettreville-sur-Sienne	quettreville-sur-sienne	28	50	503	48.968	-1.4678	5
50660	Trelly	trelly	28	50	503	48.96	-1.4268	5
50660	Montchaton	montchaton	28	50	503	49.0084	-1.4988	5
50660	Hyenville	hyenville	28	50	503	48.9942	-1.4665	5
50660	Annoville	annoville	28	50	503	48.9663	-1.5361	5
50660	Orval sur Sienne	orval-sur-sienne	28	50	503	49.0144	-1.4714	5
50660	Hérenguerville	herenguerville	28	50	503	48.9766	-1.5017	5
50660	Contrières	contrieres	28	50	503	48.9868	-1.4308	5
50660	Lingreville	lingreville	28	50	503	48.9511	-1.5273	5
50670	Saint-Michel-de-Montjoie	saint-michel-de-montjoie	28	50	501	48.7618	-1.03	5
50670	Le Mesnil-Gilbert	le-mesnil-gilbert	28	50	501	48.7144	-1.0646	5
50670	Saint-Laurent-de-Cuves	saint-laurent-de-cuves	28	50	501	48.7512	-1.1231	5
50670	Cuves	cuves	28	50	501	48.7185	-1.1069	5
50670	Lingeard	lingeard	28	50	501	48.7385	-1.0257	5
50670	Saint-Pois	saint-pois	28	50	501	48.75	-1.0667	5
50670	Coulouvray-Boisbenâtre	coulouvray-boisbenatre	28	50	501	48.7867	-1.1096	5
50680	Villiers-Fossard	villiers-fossard	28	50	504	49.157	-1.0604	5
50680	Saint-Jean-de-Savigny	saint-jean-de-savigny	28	50	504	49.1945	-0.992	5
50680	Saint-Clair-sur-l'Elle	saint-clair-sur-l-elle	28	50	504	49.1927	-1.0289	5
50680	Couvains	couvains	28	50	504	49.1655	-1.0073	5
50680	Cerisy-la-Forêt	cerisy-la-foret	28	50	504	49.1948	-0.9368	5
50680	La Luzerne	la-luzerne	28	50	504	49.1394	-1.0502	5
50680	Saint-Georges-d’Elle	saint-georges-d-elle	28	50	504	49.1485	-0.9702	5
50680	Airel	airel	28	50	504	49.2187	-1.0789	5
50680	Saint-André-de-l’Épine	saint-andre-de-l-epine	28	50	504	49.1388	-1.0126	5
50680	Moon-sur-Elle	moon-sur-elle	28	50	504	49.2067	-1.048	5
50690	Hardinvast	hardinvast	28	50	502	49.5782	-1.6487	5
50690	Teurthéville-Hague	teurtheville-hague	28	50	502	49.5826	-1.7286	5
50690	Saint-Martin-le-Gréard	saint-martin-le-greard	28	50	502	49.5565	-1.6487	5
50690	Virandeville	virandeville	28	50	502	49.5694	-1.7262	5
50690	Couville	couville	28	50	502	49.5523	-1.6862	5
50690	Flottemanville-Hague	flottemanville-hague	28	50	502	49.6215	-1.7224	5
50690	Sideville	sideville	28	50	502	49.5899	-1.682	5
50690	Nouainville	nouainville	28	50	502	49.621	-1.683	5
50690	Martinvast	martinvast	28	50	502	49.5961	-1.6643	5
50700	Lieusaint	lieusaint	28	50	502	49.4755	-1.4779	5
50700	Yvetot-Bocage	yvetot-bocage	28	50	502	49.4901	-1.5031	5
50700	Brix	brix	28	50	502	49.5451	-1.5801	5
50700	Tamerville	tamerville	28	50	502	49.5324	-1.453	5
50700	Hémevez	hemevez	28	50	502	49.4579	-1.4406	5
50700	Flottemanville	flottemanville	28	50	502	49.4732	-1.4544	5
50700	Saussemesnil	saussemesnil	28	50	502	49.5734	-1.4631	5
50700	Montaigu-la-Brisette	montaigu-la-brisette	28	50	502	49.5634	-1.4087	5
50700	Urville	urville	28	50	502	49.45	-1.4333	5
50700	Colomby	colomby	28	50	502	49.4565	-1.4926	5
50700	Huberville	huberville	28	50	502	49.5169	-1.4281	5
50700	Morville	morville	28	50	502	49.475	-1.5191	5
50700	Saint-Joseph	saint-joseph	28	50	502	49.5338	-1.531	5
50700	Valognes	valognes	28	50	502	49.5088	-1.4705	5
50700	Saint-Germain-de-Tournebut	saint-germain-de-tournebut	28	50	502	49.5353	-1.3948	5
50710	Créances	creances	28	50	503	49.1987	-1.5694	5
50720	Saint-Georges-de-Rouelley	saint-georges-de-rouelley	28	50	501	48.6035	-0.7684	5
50720	Saint-Cyr-du-Bailleul	saint-cyr-du-bailleul	28	50	501	48.566	-0.8	5
50720	Barenton	barenton	28	50	501	48.6003	-0.8326	5
50730	Saint-Martin-de-Landelles	saint-martin-de-landelles	28	50	501	48.5453	-1.1724	5
50730	Saint-Hilaire-du-Harcouët	saint-hilaire-du-harcouet	28	50	501	48.5778	-1.0919	5
50730	Saint-Brice-de-Landelles	saint-brice-de-landelles	28	50	501	48.5328	-1.1526	5
50730	Hamelin	hamelin	28	50	501	48.5431	-1.2086	5
50740	Carolles	carolles	28	50	501	48.7507	-1.5606	5
50740	Jullouville	jullouville	28	50	501	48.7758	-1.5637	5
50750	Canisy	canisy	28	50	504	49.0757	-1.1759	5
50750	Saint-Ébremond-de-Bonfossé	saint-ebremond-de-bonfosse	28	50	504	49.0676	-1.1501	5
50750	Le Mesnil-Herman	le-mesnil-herman	28	50	504	49.0274	-1.1447	5
50750	Gourfaleur	gourfaleur	28	50	504	49.082	-1.1122	5
50750	Saint-Samson-de-Bonfossé	saint-samson-de-bonfosse	28	50	504	49.0495	-1.1285	5
50750	Saint-Romphaire	saint-romphaire	28	50	504	49.0383	-1.1058	5
50750	Sainte-Suzanne-sur-Vire	sainte-suzanne-sur-vire	28	50	504	49.0621	-1.0594	5
50750	Saint-Martin-de-Bonfossé	saint-martin-de-bonfosse	28	50	504	49.0527	-1.1697	5
50750	Quibou	quibou	28	50	504	49.0667	-1.2	5
50750	La Mancellière-sur-Vire	la-mancelliere-sur-vire	28	50	504	49.069	-1.0706	5
50750	Bourgvallées	bourgvallees	28	50	504	49.0489	-1.1289	5
50750	Dangy	dangy	28	50	504	49.0446	-1.2241	5
50750	Soulles	soulles	28	50	504	49.0126	-1.1892	5
50760	Montfarville	montfarville	28	50	502	49.6548	-1.2714	5
50760	Réville	reville	28	50	502	49.6191	-1.2587	5
50760	Le Vicel	le-vicel	28	50	502	49.6341	-1.3138	5
50760	Valcanville	valcanville	28	50	502	49.6436	-1.3311	5
50760	Sainte-Geneviève	sainte-genevieve	28	50	502	49.6577	-1.3112	5
50760	Barfleur	barfleur	28	50	502	49.6693	-1.2652	5
50760	Gatteville-le-Phare	gatteville-le-phare	28	50	502	49.6866	-1.2846	5
50760	Anneville-en-Saire	anneville-en-saire	28	50	502	49.6356	-1.2869	5
50770	Pirou	pirou	28	50	503	49.1809	-1.5738	5
50800	La Colombe	la-colombe	28	50	504	48.8755	-1.181	5
50800	Villedieu-les-Poêles	villedieu-les-poeles	28	50	504	48.8333	-1.2167	5
50800	Fleury	fleury	28	50	504	48.8474	-1.2756	5
50800	La Chapelle-Cécelin	la-chapelle-cecelin	28	50	501	48.811	-1.1598	5
50800	Sainte-Cécile	sainte-cecile	28	50	504	48.8349	-1.19	5
50800	Saint-Maur-des-Bois	saint-maur-des-bois	28	50	501	48.8233	-1.1524	5
50800	La Bloutière	la-bloutiere	28	50	504	48.8743	-1.2382	5
50800	La Trinité	la-trinite	28	50	504	48.7914	-1.2356	5
50800	Villedieu-les-Poêles-Rouffigny	villedieu-les-poeles-rouffigny	28	50	504	48.8386	-1.2225	5
50800	Bourguenolles	bourguenolles	28	50	504	48.8044	-1.2971	5
50800	Rouffigny	rouffigny	28	50	504	48.8032	-1.2524	5
50800	La Lande-d’Airou	la-lande-d-airou	28	50	504	48.8165	-1.29	5
50800	Boisyvon	boisyvon	28	50	501	48.805	-1.1288	5
50800	Beslon	beslon	28	50	504	48.8489	-1.1515	5
50800	Chérencé-le-Héron	cherence-le-heron	28	50	504	48.8	-1.2	5
50800	Champrepus	champrepus	28	50	504	48.8333	-1.3167	5
50800	Saint-Martin-le-Bouillant	saint-martin-le-bouillant	28	50	501	48.7842	-1.176	5
50810	Montrabot	montrabot	28	50	504	49.1095	-0.8838	5
50810	Saint-Germain-d'Elle	saint-germain-d-elle	28	50	504	49.1222	-0.9192	5
50810	Précorbin	precorbin	28	50	504	49.0857	-0.9613	5
50810	Saint-Jean-d'Elle	saint-jean-d-elle	28	50	504	49.0931	-0.9742	5
50810	Saint-Jean-des-Baisants	saint-jean-des-baisants	28	50	504	49.0937	-0.9729	5
50810	Vidouville	vidouville	28	50	504	49.0988	-0.9001	5
50810	Saint-Pierre-de-Semilly	saint-pierre-de-semilly	28	50	504	49.1197	-1.0053	5
50810	La Barre-de-Semilly	la-barre-de-semilly	28	50	504	49.1123	-1.034	5
50810	Notre-Dame-d'Elle	notre-dame-d-elle	28	50	504	49.1111	-0.9605	5
50810	Bérigny	berigny	28	50	504	49.143	-0.9411	5
50810	Rouxeville	rouxeville	28	50	504	49.1026	-0.9453	5
50840	Fermanville	fermanville	28	50	502	49.6867	-1.4628	5
50850	Ger	ger	28	50	501	48.6812	-0.7885	5
50850	Le Fresne-Poret	le-fresne-poret	28	50	501	48.7098	-0.83	5
50860	Le Mesnil-Opac	le-mesnil-opac	28	50	504	49.013	-1.0977	5
50860	Moyon Villages	moyon-villages	28	50	504	49.0008	-1.1186	5
50860	Moyon	moyon	28	50	504	49.0004	-1.1186	5
50870	Plomb	plomb	28	50	501	48.7307	-1.3024	5
50870	Le Parc	le-parc	28	50	501	48.7638	-1.3015	5
50870	Tirepied	tirepied	28	50	501	48.7099	-1.2643	5
50870	Braffais	braffais	28	50	501	48.7565	-1.2618	5
50870	Le Luot	le-luot	28	50	501	48.7562	-1.3196	5
50870	Chavoy	chavoy	28	50	501	48.7271	-1.3346	5
50870	Subligny	subligny	28	50	501	48.7447	-1.3668	5
50870	Sainte-Pience	sainte-pience	28	50	501	48.7588	-1.3003	5
50880	La Meauffe	la-meauffe	28	50	504	49.1764	-1.1112	5
50880	Pont-Hébert	pont-hebert	28	50	504	49.1671	-1.1343	5
50890	Condé-sur-Vire	conde-sur-vire	28	50	504	49.05	-1.0333	5
50950 CEDEX 9	Saint-Lô	saint-lo	28	50	504	49.1162	-1.0903	5
50951 CEDEX 9	Saint-Lô	saint-lo	28	50	504	49.1162	-1.0903	5
50958 CEDEX 9	Saint-Lô	saint-lo	28	50	504	49.1162	-1.0903	5
14140	Les Autels-Saint-Bazile	les-autels-saint-bazile	28	61	613	48.9464	0.1198	5
61000	Cerisé	cerise	28	61	611	48.45	0.1333	5
61000	Saint-Germain-du-Corbéis	saint-germain-du-corbeis	28	61	611	48.4221	0.0619	5
61000	Alençon	alencon	28	61	611	48.4348	0.0931	5
61001 CEDEX	Alençon	alencon	28	61	611	48.4348	0.0931	5
61002 CEDEX	Alençon	alencon	28	61	611	48.4348	0.0931	5
61003 CEDEX	Alençon	alencon	28	61	611	48.4348	0.0931	5
61004 CEDEX	Alençon	alencon	28	61	611	48.4348	0.0931	5
61005 CEDEX	Alençon	alencon	28	61	611	48.4348	0.0931	5
61006 CEDEX	Alençon	alencon	28	61	611	48.4348	0.0931	5
61007 CEDEX	Alençon	alencon	28	61	611	48.4348	0.0931	5
61008 CEDEX	Alençon	alencon	28	61	611	48.4348	0.0931	5
61009 CEDEX	Alençon	alencon	28	61	611	48.4348	0.0931	5
61011 CEDEX	Alençon	alencon	28	61	611	48.4348	0.0931	5
61012 CEDEX	Alençon	alencon	28	61	611	48.4348	0.0931	5
61013 CEDEX	Alençon	alencon	28	61	611	48.4348	0.0931	5
61014 CEDEX	Alençon	alencon	28	61	611	48.4348	0.0931	5
61015 CEDEX	Alençon	alencon	28	61	611	48.4348	0.0931	5
61016 CEDEX	Alençon	alencon	28	61	611	48.4348	0.0931	5
61017 CEDEX	Alençon	alencon	28	61	611	48.4348	0.0931	5
61018 CEDEX	Alençon	alencon	28	61	611	48.4348	0.0931	5
61019 CEDEX	Alençon	alencon	28	61	611	48.4348	0.0931	5
61021 CEDEX	Alençon	alencon	28	61	611	48.4348	0.0931	5
61022 CEDEX	Alençon	alencon	28	61	611	48.4348	0.0931	5
61023 CEDEX	Alençon	alencon	28	61	611	48.4348	0.0931	5
61024 CEDEX	Alençon	alencon	28	61	611	48.4348	0.0931	5
61041 CEDEX	Alençon	alencon	28	61	611	48.4348	0.0931	5
61042 CEDEX	Alençon	alencon	28	61	611	48.4348	0.0931	5
61051 CEDEX	Alençon	alencon	28	61	611	48.4348	0.0931	5
61100	Landisacq	landisacq	28	61	612	48.7561	-0.6492	5
61100	La Lande-Patry	la-lande-patry	28	61	612	48.762	-0.5988	5
61100	Ronfeugerai	ronfeugerai	28	61	612	48.7815	-0.4767	5
61100	La Carneille	la-carneille	28	61	612	48.7833	-0.45	5
61100	Saint-Georges-des-Groseillers	saint-georges-des-groseillers	28	61	612	48.7699	-0.5677	5
61100	La Chapelle-au-Moine	la-chapelle-au-moine	28	61	612	48.7086	-0.5832	5
61100	Les Tourailles	les-tourailles	28	61	612	48.7543	-0.3992	5
61100	Flers	flers	28	61	612	48.7372	-0.5747	5
61100	Durcet	durcet	28	61	612	48.747	-0.438	5
61100	La Chapelle-Biche	la-chapelle-biche	28	61	612	48.7106	-0.63	5
61100	La Bazoque	la-bazoque	28	61	612	48.7945	-0.5993	5
61100	La Lande-Saint-Siméon	la-lande-saint-simeon	28	61	612	48.8227	-0.4344	5
61100	Sainte-Opportune	sainte-opportune	28	61	612	48.7418	-0.4161	5
61100	Saint-Paul	saint-paul	28	61	612	48.7423	-0.6327	5
61100	Ségrie-Fontaine	segrie-fontaine	28	61	612	48.8258	-0.4076	5
61100	Aubusson	aubusson	28	61	612	48.7837	-0.5515	5
61100	Caligny	caligny	28	61	612	48.8082	-0.5949	5
61100	Landigou	landigou	28	61	612	48.7458	-0.471	5
61100	Montilly-sur-Noireau	montilly-sur-noireau	28	61	612	48.815	-0.5707	5
61100	Cerisy-Belle-Étoile	cerisy-belle-etoile	28	61	612	48.8	-0.6167	5
61100	Bréel	breel	28	61	612	48.8128	-0.3904	5
61100	Athis-Val de Rouvre	athis-val-de-rouvre	28	61	612	48.8106	-0.5005	5
61100	Notre-Dame-du-Rocher	notre-dame-du-rocher	28	61	612	48.7972	-0.4074	5
61100	La Selle-la-Forge	la-selle-la-forge	28	61	612	48.733	-0.541	5
61100	Taillebois	taillebois	28	61	612	48.802	-0.4278	5
61101 CEDEX	Flers	flers	28	61	612	48.7372	-0.5747	5
61102 CEDEX	Flers	flers	28	61	612	48.7372	-0.5747	5
61103 CEDEX	Flers	flers	28	61	612	48.7372	-0.5747	5
61104 CEDEX	Flers	flers	28	61	612	48.7372	-0.5747	5
61105 CEDEX	Flers	flers	28	61	612	48.7372	-0.5747	5
61106 CEDEX	Flers	flers	28	61	612	48.7372	-0.5747	5
61107 CEDEX	Flers	flers	28	61	612	48.7372	-0.5747	5
61109 CEDEX	Flers	flers	28	61	612	48.7372	-0.5747	5
61110	Rémalard en Perche	remalard-en-perche	28	61	613	48.4289	0.7722	5
61110	Boissy-Maugis	boissy-maugis	28	61	613	48.4413	0.7131	5
61110	Saint-Maurice-sur-Huisne	saint-maurice-sur-huisne	28	61	613	48.4409	0.6998	5
61110	Sablons sur Huisne	sablons-sur-huisne	28	61	613	48.3806	0.8503	5
61110	Verrières	verrieres	28	61	613	48.3907	0.7643	5
61110	Condé-sur-Huisne	conde-sur-huisne	28	61	613	48.381	0.8509	5
61110	Coulonges-les-Sablons	coulonges-les-sablons	28	61	613	48.4025	0.8988	5
61110	Cour-Maugis sur Huisne	cour-maugis-sur-huisne	28	61	613	48.4411	0.7117	5
61110	Dorceau	dorceau	28	61	613	48.4235	0.8016	5
61110	Bellou-sur-Huisne	bellou-sur-huisne	28	61	613	48.4252	0.766	5
61110	Moutiers-au-Perche	moutiers-au-perche	28	61	613	48.4771	0.8461	5
61110	Condeau	condeau	28	61	613	48.3846	0.8324	5
61110	Rémalard	remalard	28	61	613	48.4287	0.7719	5
61110	La Madeleine-Bouvet	la-madeleine-bouvet	28	61	613	48.4716	0.9023	5
61110	Saint-Germain-des-Grois	saint-germain-des-grois	28	61	613	48.3986	0.83	5
61110	Maison-Maugis	maison-maugis	28	61	613	48.4517	0.7033	5
61110	Bretoncelles	bretoncelles	28	61	613	48.4312	0.8878	5
61120	Orville	orville	28	61	613	48.8901	0.268	5
61120	Roiville	roiville	28	61	613	48.8833	0.2333	5
61120	Crouttes	crouttes	28	61	613	48.9232	0.1403	5
61120	Pontchardon	pontchardon	28	61	613	48.9305	0.2658	5
61120	Champosoult	champosoult	28	61	613	48.8709	0.1674	5
61120	Vimoutiers	vimoutiers	28	61	613	48.9277	0.1984	5
61120	Neuville-sur-Touques	neuville-sur-touques	28	61	613	48.8581	0.283	5
61120	Canapville	canapville	28	61	613	48.953	0.267	5
61120	Le Renouard	le-renouard	28	61	613	48.9	0.1	5
61120	Fresnay-le-Samson	fresnay-le-samson	28	61	613	48.883	0.21	5
61120	Les Champeaux	les-champeaux	28	61	613	48.8947	0.1339	5
61120	Camembert	camembert	28	61	613	48.8949	0.1736	5
61120	Ticheville	ticheville	28	61	613	48.9086	0.264	5
61120	Sap-en-Auge	sap-en-auge	28	61	613	48.8943	0.3377	5
61120	Guerquesalles	guerquesalles	28	61	613	48.9038	0.2099	5
61120	Aubry-le-Panthou	aubry-le-panthou	28	61	613	48.8532	0.2391	5
61130	Saint-Germain-de-la-Coudre	saint-germain-de-la-coudre	28	61	613	48.281	0.605	5
61130	Origny-le-Roux	origny-le-roux	28	61	613	48.3445	0.4199	5
61130	Bellou-le-Trichard	bellou-le-trichard	28	61	613	48.267	0.5468	5
61130	Appenai-sous-Bellême	appenai-sous-belleme	28	61	613	48.3445	0.558	5
61130	Saint-Martin-du-Vieux-Bellême	saint-martin-du-vieux-belleme	28	61	613	48.3805	0.5434	5
61130	Vaunoise	vaunoise	28	61	613	48.3564	0.4844	5
61130	Gémages	gemages	28	61	613	48.2937	0.6174	5
61130	La Chapelle-Souëf	la-chapelle-souef	28	61	613	48.3234	0.5956	5
61130	Sérigny	serigny	28	61	613	48.3693	0.5748	5
61130	Bellême	belleme	28	61	613	48.3733	0.57	5
61130	Saint-Cyr-la-Rosière	saint-cyr-la-rosiere	28	61	613	48.3312	0.6414	5
61130	Pouvrai	pouvrai	28	61	613	48.2766	0.5183	5
61130	Saint-Fulgent-des-Ormes	saint-fulgent-des-ormes	28	61	613	48.318	0.4471	5
61130	Saint-Ouen-de-la-Cour	saint-ouen-de-la-cour	28	61	613	48.4167	0.5833	5
61130	Dame-Marie	dame-marie	28	61	613	48.3552	0.6154	5
61130	Le Gué-de-la-Chaîne	le-gue-de-la-chaine	28	61	613	48.374	0.5202	5
61130	Igé	ige	28	61	613	48.3246	0.5216	5
61130	Val-au-Perche	val-au-perche	28	61	613	48.2643	0.6884	5
61130	Origny-le-Butin	origny-le-butin	28	61	613	48.3723	0.4684	5
61140	Beaulandais	beaulandais	28	61	611	48.5445	-0.5443	5
61140	Rives d'Andaine	rives-d-andaine	28	61	611	48.5328	-0.4787	5
61140	Geneslay	geneslay	28	61	611	48.5109	-0.4815	5
61140	Juvigny-sous-Andaine	juvigny-sous-andaine	28	61	611	48.5519	-0.5088	5
61140	Bagnoles-de-l'Orne	bagnoles-de-l-orne	28	61	611	48.5572	-0.4138	5
61140	Bagnoles de l'Orne Normandie	bagnoles-de-l-orne-normandie	28	61	611	48.555	-0.4111	5
61140	Juvigny Val d'Andaine	juvigny-val-d-andaine	28	61	611	48.5508	-0.5075	5
61140	La Chapelle-d'Andaine	la-chapelle-d-andaine	28	61	611	48.5328	-0.4787	5
61150	Montgaroult	montgaroult	28	61	612	48.7479	-0.1314	5
61150	Saint-Brice-sous-Rânes	saint-brice-sous-ranes	28	61	612	48.6784	-0.1925	5
61150	Lougé-sur-Maire	louge-sur-maire	28	61	612	48.6933	-0.2246	5
61150	Sevrai	sevrai	28	61	612	48.7	-0.15	5
61150	Loucé	louce	28	61	612	48.7027	-0.1017	5
61150	Vieux-Pont	vieux-pont	28	61	612	48.6499	-0.1442	5
61150	Joué-du-Plain	joue-du-plain	28	61	612	48.6897	-0.1227	5
61150	Écouché	ecouche	28	61	612	48.7175	-0.1241	5
61150	Serans	serans	28	61	612	48.7167	-0.15	5
61150	Écouché-les-Vallées	ecouche-les-vallees	28	61	612	48.7178	-0.1247	5
61150	La Courbe	la-courbe	28	61	612	48.7439	-0.1911	5
61150	Rânes	ranes	28	61	612	48.6405	-0.2108	5
61150	Sentilly	sentilly	28	61	612	48.7654	-0.1157	5
61150	Goulet	goulet	28	61	612	48.7324	-0.0932	5
61150	Tanques	tanques	28	61	612	48.6867	-0.0733	5
61150	Saint-Ouen-sur-Maire	saint-ouen-sur-maire	28	61	612	48.704	-0.1789	5
61150	Batilly	batilly	28	61	612	48.7186	-0.1927	5
61150	Avoine	avoine	28	61	612	48.6711	-0.0954	5
61160	Bailleul	bailleul	28	61	612	48.8005	-0.003	5
61160	Neauphe-sur-Dive	neauphe-sur-dive	28	61	612	48.8493	0.0962	5
61160	Louvières-en-Auge	louvieres-en-auge	28	61	612	48.87	0.0305	5
61160	Tournai-sur-Dive	tournai-sur-dive	28	61	612	48.8167	0.05	5
61160	Rônai	ronai	28	61	612	48.8134	-0.1365	5
61160	Montabard	montabard	28	61	612	48.8141	-0.0847	5
61160	Fontaine-les-Bassets	fontaine-les-bassets	28	61	612	48.8579	0.0037	5
61160	Trun	trun	28	61	612	48.8427	0.0327	5
61160	Écorches	ecorches	28	61	612	48.8671	0.0925	5
61160	Coulonces	coulonces	28	61	612	48.8364	0.0065	5
61160	Saint-Lambert-sur-Dive	saint-lambert-sur-dive	28	61	612	48.8167	0.0833	5
61160	Ommoy	ommoy	28	61	612	48.8556	-0.0228	5
61160	Aubry-en-Exmes	aubry-en-exmes	28	61	612	48.7967	0.0737	5
61160	Saint-Gervais-des-Sablons	saint-gervais-des-sablons	28	61	612	48.9038	0.0754	5
61160	Mont-Ormel	mont-ormel	28	61	612	48.8299	0.1528	5
61160	Omméel	ommeel	28	61	612	48.8042	0.1676	5
61160	Merri	merri	28	61	612	48.852	-0.0422	5
61160	Chambois	chambois	28	61	612	48.8041	0.106	5
61160	Villedieu-lès-Bailleul	villedieu-les-bailleul	28	61	612	48.8135	0.0171	5
61160	Guêprei	gueprei	28	61	612	48.835	-0.0107	5
61160	Nécy	necy	28	61	612	48.8316	-0.116	5
61160	Fel	fel	28	61	612	48.8	0.1167	5
61160	Coudehard	coudehard	28	61	612	48.862	0.1425	5
61160	Montreuil-la-Cambe	montreuil-la-cambe	28	61	612	48.885	0.0383	5
61160	Brieux	brieux	28	61	612	48.8391	-0.0839	5
61170	Le Plantis	le-plantis	28	61	611	48.6013	0.3809	5
61170	Saint-Julien-sur-Sarthe	saint-julien-sur-sarthe	28	61	611	48.491	0.3583	5
61170	Laleu	laleu	28	61	611	48.5528	0.3788	5
61170	Buré	bure	28	61	611	48.5172	0.4063	5
61170	Le Ménil-Guyon	le-menil-guyon	28	61	611	48.5824	0.2951	5
61170	Sainte-Scolasse-sur-Sarthe	sainte-scolasse-sur-sarthe	28	61	611	48.5766	0.3933	5
61170	Les Ventes-de-Bourse	les-ventes-de-bourse	28	61	611	48.5117	0.2766	5
61170	Saint-Léger-sur-Sarthe	saint-leger-sur-sarthe	28	61	611	48.5038	0.3403	5
61170	Saint-Aubin-d’Appenai	saint-aubin-d-appenai	28	61	611	48.5362	0.3388	5
61170	Le Mêle-sur-Sarthe	le-mele-sur-sarthe	28	61	611	48.5126	0.355	5
61170	Barville	barville	28	61	611	48.4829	0.342	5
61170	Coulonges-sur-Sarthe	coulonges-sur-sarthe	28	61	611	48.5313	0.4005	5
61170	Saint-Agnan-sur-Sarthe	saint-agnan-sur-sarthe	28	61	611	48.6101	0.4263	5
61170	Marchemaisons	marchemaisons	28	61	611	48.523	0.3053	5
61170	Montchevrel	montchevrel	28	61	611	48.5715	0.3379	5
61170	Bures	bures	28	61	611	48.563	0.3987	5
61190	Tourouvre	tourouvre	28	61	613	48.5895	0.6525	5
61190	Normandel	normandel	28	61	613	48.6451	0.7141	5
61190	Lignerolles	lignerolles	28	61	613	48.5908	0.5836	5
61190	Bubertré	bubertre	28	61	613	48.5966	0.6013	5
61190	Bresolettes	bresolettes	28	61	613	48.6333	0.6333	5
61190	La Poterie-au-Perche	la-poterie-au-perche	28	61	613	48.6271	0.721	5
61190	Bivilliers	bivilliers	28	61	613	48.5796	0.619	5
61190	Champs	champs	28	61	613	48.5836	0.5583	5
61190	Tourouvre au Perche	tourouvre-au-perche	28	61	613	48.5903	0.6514	5
61190	Irai	irai	28	61	613	48.6704	0.6983	5
61190	Prépotin	prepotin	28	61	613	48.6138	0.5772	5
61190	Randonnai	randonnai	28	61	613	48.6491	0.6753	5
61190	Saint-Maurice-lès-Charencey	saint-maurice-les-charencey	28	61	613	48.6485	0.7578	5
61190	Autheuil	autheuil	28	61	613	48.5721	0.6707	5
61190	Moussonvilliers	moussonvilliers	28	61	613	48.6369	0.7941	5
61190	Beaulieu	beaulieu	28	61	613	48.6797	0.7436	5
61190	La Ventrouze	la-ventrouze	28	61	613	48.6107	0.6964	5
61200	Argentan	argentan	28	61	612	48.75	-0.0167	5
61200	Fleuré	fleure	28	61	612	48.6898	-0.0568	5
61200	Occagnes	occagnes	28	61	612	48.7802	-0.0718	5
61200	Aunou-le-Faucon	aunou-le-faucon	28	61	612	48.7301	0.0395	5
61200	Sarceaux	sarceaux	28	61	612	48.719	-0.0408	5
61200	Urou-et-Crennes	urou-et-crennes	28	61	612	48.7531	0.0179	5
61200	Juvigny-sur-Orne	juvigny-sur-orne	28	61	612	48.7314	0.0214	5
61200	Fontenai-sur-Orne	fontenai-sur-orne	28	61	612	48.7226	-0.0706	5
61200	Sévigny	sevigny	28	61	612	48.7805	-0.0166	5
61200	Sai	sai	28	61	612	48.744	0.0266	5
61200	Moulins-sur-Orne	moulins-sur-orne	28	61	612	48.758	-0.0726	5
61200	Commeaux	commeaux	28	61	612	48.7854	-0.1139	5
61201 CEDEX	Argentan	argentan	28	61	612	48.75	-0.0167	5
61202 CEDEX	Argentan	argentan	28	61	612	48.75	-0.0167	5
61203 CEDEX	Argentan	argentan	28	61	612	48.75	-0.0167	5
61204 CEDEX	Argentan	argentan	28	61	612	48.75	-0.0167	5
61205 CEDEX	Argentan	argentan	28	61	612	48.75	-0.0167	5
61206 CEDEX	Argentan	argentan	28	61	612	48.75	-0.0167	5
61208 CEDEX	Argentan	argentan	28	61	612	48.75	-0.0167	5
61209 CEDEX	Argentan	argentan	28	61	612	48.75	-0.0167	5
61210	Neuvy-au-Houlme	neuvy-au-houlme	28	61	612	48.817	-0.1996	5
61210	Rabodanges	rabodanges	28	61	612	48.8	-0.2833	5
61210	Ménil-Gondouin	menil-gondouin	28	61	612	48.7536	-0.2936	5
61210	Giel-Courteilles	giel-courteilles	28	61	612	48.7667	-0.2	5
61210	Habloville	habloville	28	61	612	48.7885	-0.1701	5
61210	Sainte-Honorine-la-Guillaume	sainte-honorine-la-guillaume	28	61	612	48.7804	-0.3792	5
61210	Ménil-Hermei	menil-hermei	28	61	612	48.8259	-0.3255	5
61210	Les Rotours	les-rotours	28	61	612	48.7828	-0.2628	5
61210	Putanges-Pont-Écrepin	putanges-pont-ecrepin	28	61	612	48.7667	-0.25	5
61210	Ri	ri	28	61	612	48.8	-0.1333	5
61210	La Fresnaye-au-Sauvage	la-fresnaye-au-sauvage	28	61	612	48.7376	-0.2601	5
61210	Les Yveteaux	les-yveteaux	28	61	612	48.7055	-0.273	5
61210	Putanges-le-Lac	putanges-le-lac	28	61	612	48.7638	-0.2458	5
61210	Ménil-Vin	menil-vin	28	61	612	48.8447	-0.3167	5
61210	Sainte-Croix-sur-Orne	sainte-croix-sur-orne	28	61	612	48.7792	-0.2924	5
61210	La Forêt-Auvray	la-foret-auvray	28	61	612	48.8116	-0.3419	5
61210	Montreuil-au-Houlme	montreuil-au-houlme	28	61	612	48.6865	-0.2634	5
61210	Bazoches-au-Houlme	bazoches-au-houlme	28	61	612	48.8178	-0.2405	5
61210	Chênedouit	chenedouit	28	61	612	48.7593	-0.3419	5
61210	Saint-Aubert-sur-Orne	saint-aubert-sur-orne	28	61	612	48.7897	-0.3397	5
61210	La Lande-de-Lougé	la-lande-de-louge	28	61	612	48.6922	-0.2494	5
61210	Ménil-Jean	menil-jean	28	61	612	48.7395	-0.2243	5
61210	Champcerie	champcerie	28	61	612	48.7988	-0.2238	5
61220	Pointel	pointel	28	61	612	48.7002	-0.3503	5
61220	Bellou-en-Houlme	bellou-en-houlme	28	61	612	48.6903	-0.442	5
61220	La Coulonche	la-coulonche	28	61	612	48.647	-0.4565	5
61220	Saires-la-Verrerie	saires-la-verrerie	28	61	612	48.686	-0.4971	5
61220	Saint-André-de-Briouze	saint-andre-de-briouze	28	61	612	48.7288	-0.3277	5
61220	Briouze	briouze	28	61	612	48.6985	-0.3681	5
61220	Le Ménil-de-Briouze	le-menil-de-briouze	28	61	612	48.6763	-0.3998	5
61220	Lignou	lignou	28	61	612	48.6706	-0.346	5
61220	Craménil	cramenil	28	61	612	48.75	-0.3833	5
61220	Saint-Hilaire-de-Briouze	saint-hilaire-de-briouze	28	61	612	48.7058	-0.3247	5
61230	Mardilly	mardilly	28	61	613	48.832	0.2814	5
61230	La Trinité-des-Laitiers	la-trinite-des-laitiers	28	61	613	48.7972	0.3782	5
61230	Croisilles	croisilles	28	61	613	48.7671	0.2636	5
61230	Saint-Evroult-de-Montfort	saint-evroult-de-montfort	28	61	613	48.8	0.3167	5
61230	Ménil-Hubert-en-Exmes	menil-hubert-en-exmes	28	61	613	48.815	0.2307	5
61230	Gacé	gace	28	61	613	48.7934	0.2962	5
61230	Cisai-Saint-Aubin	cisai-saint-aubin	28	61	613	48.7748	0.3432	5
61230	Résenlieu	resenlieu	28	61	613	48.7956	0.2799	5
61230	Orgères	orgeres	28	61	613	48.7634	0.3437	5
61230	Le Sap-André	le-sap-andre	28	61	613	48.8289	0.3829	5
61230	Chaumont	chaumont	28	61	613	48.8351	0.325	5
61230	Coulmer	coulmer	28	61	613	48.7732	0.2885	5
61230	La Fresnaie-Fayel	la-fresnaie-fayel	28	61	613	48.8341	0.2293	5
61240	Saint-Germain-de-Clairefeuille	saint-germain-de-clairefeuille	28	61	613	48.7128	0.2388	5
61240	Nonant-le-Pin	nonant-le-pin	28	61	613	48.7062	0.2203	5
61240	Les Authieux-du-Puits	les-authieux-du-puits	28	61	613	48.7123	0.3342	5
61240	Champ-Haut	champ-haut	28	61	613	48.7261	0.3253	5
61240	Godisson	godisson	28	61	613	48.6803	0.2528	5
61240	Le Ménil-Vicomte	le-menil-vicomte	28	61	613	48.7498	0.2989	5
61240	Chailloué	chailloue	28	61	611	48.6517	0.1975	5
61240	Le Merlerault	le-merlerault	28	61	613	48.7004	0.2857	5
61240	Ménil-Froger	menil-froger	28	61	613	48.7309	0.27	5
61240	Lignères	ligneres	28	61	613	48.7361	0.3109	5
61240	Marmouille	marmouille	28	61	611	48.6732	0.2042	5
61240	La Genevraie	la-genevraie	28	61	613	48.6833	0.3167	5
61250	Ménil-Erreux	menil-erreux	28	61	611	48.5091	0.1904	5
61250	Le Ménil-Brout	le-menil-brout	28	61	611	48.4826	0.2302	5
61250	Cuissai	cuissai	28	61	611	48.4705	0.016	5
61250	Colombiers	colombiers	28	61	611	48.4695	0.0533	5
61250	Radon	radon	28	61	611	48.5025	0.1028	5
61250	Forges	forges	28	61	611	48.4976	0.1184	5
61250	Lonrai	lonrai	28	61	611	48.4599	0.0399	5
61250	Valframbert	valframbert	28	61	611	48.4646	0.1083	5
61250	Héloup	heloup	28	61	611	48.3976	0.0264	5
61250	Saint-Nicolas-des-Bois	saint-nicolas-des-bois	28	61	611	48.4935	0.0159	5
61250	Larré	larre	28	61	611	48.4946	0.1647	5
61250	Neuilly-le-Bisson	neuilly-le-bisson	28	61	611	48.4997	0.2326	5
61250	Condé-sur-Sarthe	conde-sur-sarthe	28	61	611	48.432	0.034	5
61250	Damigny	damigny	28	61	611	48.45	0.0667	5
61250	Vingt-Hanaps	vingt-hanaps	28	61	611	48.5241	0.133	5
61250	Semallé	semalle	28	61	611	48.4755	0.1503	5
61250	Pacé	pace	28	61	611	48.4407	0.0015	5
61250	Saint-Céneri-le-Gérei	saint-ceneri-le-gerei	28	61	611	48.3814	-0.05	5
61250	Hauterive	hauterive	28	61	611	48.4771	0.2001	5
61250	Écouves	ecouves	28	61	611	48.5028	0.1025	5
61250	Mieuxcé	mieuxce	28	61	611	48.4004	0.0121	5
61260	L’Hermitière	l-hermitiere	28	61	613	48.2819	0.6449	5
61260	Ceton	ceton	28	61	613	48.2263	0.7497	5
61260	Val-au-Perche	val-au-perche	28	61	613	48.2643	0.6884	5
61260	La Rouge	la-rouge	28	61	613	48.2874	0.709	5
61260	Le Theil	le-theil	28	61	613	48.2667	0.7	5
61260	Mâle	male	28	61	613	48.2715	0.738	5
61270	Le Ménil-Bérard	le-menil-berard	28	61	613	48.7108	0.5116	5
61270	Aube	aube	28	61	613	48.7395	0.5471	5
61270	Bonnefoi	bonnefoi	28	61	613	48.668	0.5643	5
61270	Les Aspres	les-aspres	28	61	613	48.6833	0.6	5
61270	Rai	rai	28	61	613	48.75	0.5833	5
61270	Beaufai	beaufai	28	61	613	48.749	0.5145	5
61270	Les Genettes	les-genettes	28	61	613	48.6646	0.569	5
61270	La Chapelle-Viel	la-chapelle-viel	28	61	613	48.7017	0.619	5
61270	Auguaise	auguaise	28	61	613	48.7013	0.5539	5
61270	Saint-Hilaire-sur-Risle	saint-hilaire-sur-risle	28	61	613	48.7333	0.5	5
61270	Écorcei	ecorcei	28	61	613	48.7204	0.5794	5
61270	Brethel	brethel	28	61	613	48.7167	0.5333	5
61290	Saint-Victor-de-Réno	saint-victor-de-reno	28	61	613	48.5033	0.6993	5
61290	Longny-au-Perche	longny-au-perche	28	61	613	48.5298	0.7524	5
61290	Marchainville	marchainville	28	61	613	48.5851	0.8145	5
61290	Longny les Villages	longny-les-villages	28	61	613	48.5303	0.7519	5
61290	Neuilly-sur-Eure	neuilly-sur-eure	28	61	613	48.542	0.904	5
61290	Moulicent	moulicent	28	61	613	48.5625	0.7591	5
61290	La Lande-sur-Eure	la-lande-sur-eure	28	61	613	48.5569	0.8649	5
61290	Les Menus	les-menus	28	61	613	48.524	0.9341	5
61290	Le Pas-Saint-l’Homer	le-pas-saint-l-homer	28	61	613	48.4956	0.9324	5
61290	L’Hôme-Chamondot	l-home-chamondot	28	61	613	48.5878	0.7124	5
61290	Le Mage	le-mage	28	61	613	48.5085	0.8036	5
61290	Monceaux-au-Perche	monceaux-au-perche	28	61	613	48.4833	0.7	5
61290	Malétable	maletable	28	61	613	48.5654	0.7011	5
61290	Bizou	bizou	28	61	613	48.4949	0.7506	5
61300	L'Aigle	l-aigle	28	61	613	48.7622	0.6275	5
61300	Saint-Martin-d’Écublei	saint-martin-d-ecublei	28	61	613	48.7908	0.6797	5
61300	Vitrai-sous-Laigle	vitrai-sous-laigle	28	61	613	48.7167	0.7167	5
61300	Saint-Sulpice-sur-Risle	saint-sulpice-sur-risle	28	61	613	48.7806	0.6574	5
61300	Saint-Michel-Tubœuf	saint-michel-tub-uf	28	61	613	48.75	0.6833	5
61300	Chandai	chandai	28	61	613	48.7531	0.7402	5
61300	Crulai	crulai	28	61	613	48.7043	0.6675	5
61300	Saint-Symphorien-des-Bruyères	saint-symphorien-des-bruyeres	28	61	613	48.7884	0.5823	5
61300	Saint-Ouen-sur-Iton	saint-ouen-sur-iton	28	61	613	48.7354	0.6964	5
61301 CEDEX	L'Aigle	l-aigle	28	61	613	48.7622	0.6275	5
61302 CEDEX	L'Aigle	l-aigle	28	61	613	48.7622	0.6275	5
61303 CEDEX	L'Aigle	l-aigle	28	61	613	48.7622	0.6275	5
61304 CEDEX	L'Aigle	l-aigle	28	61	613	48.7622	0.6275	5
61305 CEDEX	L'Aigle	l-aigle	28	61	613	48.7622	0.6275	5
61306 CEDEX	L'Aigle	l-aigle	28	61	613	48.7622	0.6275	5
61310	Survie	survie	28	61	612	48.8449	0.1994	5
61310	Le Bourg-Saint-Léonard	le-bourg-saint-leonard	28	61	612	48.7667	0.1167	5
61310	La Cochère	la-cochere	28	61	612	48.7225	0.1401	5
61310	Villebadin	villebadin	28	61	612	48.7804	0.1528	5
61310	Silly-en-Gouffern	silly-en-gouffern	28	61	612	48.75	0.0667	5
61310	Saint-Pierre-la-Rivière	saint-pierre-la-riviere	28	61	612	48.8252	0.1981	5
61310	Courménil	courmenil	28	61	612	48.7784	0.2396	5
61310	Avernes-sous-Exmes	avernes-sous-exmes	28	61	612	48.8	0.2167	5
61310	Ginai	ginai	28	61	612	48.75	0.2167	5
61310	Le Pin-au-Haras	le-pin-au-haras	28	61	612	48.7429	0.1434	5
61310	Exmes	exmes	28	61	612	48.7602	0.1778	5
61320	Saint-Ellier-les-Bois	saint-ellier-les-bois	28	61	611	48.5139	-0.094	5
61320	Longuenoë	longuenoe	28	61	611	48.5176	-0.068	5
61320	La Lande-de-Goult	la-lande-de-goult	28	61	611	48.5854	-0.047	5
61320	Chahains	chahains	28	61	611	48.5625	-0.114	5
61320	Sainte-Marguerite-de-Carrouges	sainte-marguerite-de-carrouges	28	61	611	48.584	-0.1539	5
61320	Saint-Didier-sous-Écouves	saint-didier-sous-ecouves	28	61	611	48.5366	-0.0365	5
61320	Saint-Martin-l’Aiguillon	saint-martin-l-aiguillon	28	61	611	48.6161	-0.1741	5
61320	Rouperroux	rouperroux	28	61	611	48.5475	-0.0849	5
61320	Saint-Martin-des-Landes	saint-martin-des-landes	28	61	611	48.5412	-0.1341	5
61320	Ciral	ciral	28	61	611	48.4938	-0.1387	5
61320	Saint-Sauveur-de-Carrouges	saint-sauveur-de-carrouges	28	61	611	48.5857	-0.1071	5
61320	Le Ménil-Scelleur	le-menil-scelleur	28	61	611	48.6102	-0.1206	5
61320	Sainte-Marie-la-Robert	sainte-marie-la-robert	28	61	611	48.6223	-0.1551	5
61320	Joué-du-Bois	joue-du-bois	28	61	611	48.582	-0.2328	5
61320	Lalacelle	lalacelle	28	61	611	48.4756	-0.1435	5
61320	Carrouges	carrouges	28	61	611	48.5674	-0.1456	5
61320	Le Champ-de-la-Pierre	le-champ-de-la-pierre	28	61	611	48.6088	-0.2058	5
61330	Lucé	luce	28	61	611	48.5502	-0.5961	5
61330	Juvigny Val d'Andaine	juvigny-val-d-andaine	28	61	611	48.5508	-0.5075	5
61330	Ceaucé	ceauce	28	61	611	48.4944	-0.6253	5
61330	Loré	lore	28	61	611	48.4869	-0.5805	5
61330	Sept-Forges	sept-forges	28	61	611	48.492	-0.5392	5
61330	Torchamp	torchamp	28	61	611	48.5464	-0.6973	5
61330	Saint-Denis-de-Villenette	saint-denis-de-villenette	28	61	611	48.5144	-0.5401	5
61330	La Baroche-sous-Lucé	la-baroche-sous-luce	28	61	611	48.5423	-0.5792	5
61340	Saint-Pierre-la-Bruyère	saint-pierre-la-bruyere	28	61	613	48.3611	0.8064	5
61340	Val-au-Perche	val-au-perche	28	61	613	48.2643	0.6884	5
61340	Dancé	dance	28	61	613	48.3629	0.7596	5
61340	Saint-Hilaire-sur-Erre	saint-hilaire-sur-erre	28	61	613	48.3124	0.7392	5
61340	Nocé	noce	28	61	613	48.3791	0.6814	5
61340	Courcerault	courcerault	28	61	613	48.4381	0.6599	5
61340	Perche en Nocé	perche-en-noce	28	61	613	48.3795	0.6821	5
61340	Berd’huis	berd-huis	28	61	613	48.3456	0.7436	5
61340	Saint-Jean-de-la-Forêt	saint-jean-de-la-foret	28	61	613	48.3782	0.6361	5
61340	Colonard-Corubert	colonard-corubert	28	61	613	48.4091	0.6528	5
61340	Saint-Agnan-sur-Erre	saint-agnan-sur-erre	28	61	613	48.3193	0.7267	5
61340	Cour-Maugis sur Huisne	cour-maugis-sur-huisne	28	61	613	48.4411	0.7117	5
61340	Préaux-du-Perche	preaux-du-perche	28	61	613	48.3333	0.7167	5
61340	Saint-Aubin-des-Grois	saint-aubin-des-grois	28	61	613	48.3551	0.6442	5
61350	L'Épinay-le-Comte	l-epinay-le-comte	28	61	611	48.4683	-0.8109	5
61350	Saint-Roch-sur-Égrenne	saint-roch-sur-egrenne	28	61	611	48.5765	-0.7459	5
61350	Saint-Siméon	saint-simeon	28	61	611	48.4684	-0.7455	5
61350	Mantilly	mantilly	28	61	611	48.5206	-0.8014	5
61350	Passais Villages	passais-villages	28	61	611	48.519	-0.757	5
61350	Passais	passais	28	61	611	48.5167	-0.7667	5
61350	Saint-Fraimbault	saint-fraimbault	28	61	611	48.4833	-0.7	5
61350	Saint-Mars-d’Égrenne	saint-mars-d-egrenne	28	61	611	48.56	-0.7301	5
61360	Coulimer	coulimer	28	61	613	48.4741	0.4677	5
61360	Suré	sure	28	61	613	48.3693	0.3983	5
61360	Montgaudry	montgaudry	28	61	613	48.4059	0.4023	5
61360	La Perrière	la-perriere	28	61	613	48.3891	0.4427	5
61360	Chemilli	chemilli	28	61	613	48.3638	0.4435	5
61360	Vidai	vidai	28	61	611	48.4578	0.384	5
61360	Saint-Jouin-de-Blavou	saint-jouin-de-blavou	28	61	613	48.4522	0.4736	5
61360	Pervenchères	pervencheres	28	61	613	48.4383	0.4251	5
61360	Bellavilliers	bellavilliers	28	61	613	48.4224	0.498	5
61360	Saint-Quentin-de-Blavou	saint-quentin-de-blavou	28	61	611	48.4706	0.4176	5
61370	Échauffour	echauffour	28	61	613	48.7404	0.388	5
61370	Planches	planches	28	61	613	48.7017	0.3699	5
61370	Saint-Pierre-des-Loges	saint-pierre-des-loges	28	61	613	48.7496	0.4715	5
61370	Sainte-Gauburge-Sainte-Colombe	sainte-gauburge-sainte-colombe	28	61	613	48.7172	0.4313	5
61380	Soligny-la-Trappe	soligny-la-trappe	28	61	613	48.6143	0.5357	5
61380	La Ferrière-au-Doyen	la-ferriere-au-doyen	28	61	613	48.6635	0.4984	5
61380	Moulins-la-Marche	moulins-la-marche	28	61	613	48.6512	0.4753	5
61380	Saint-Martin-des-Pézerits	saint-martin-des-pezerits	28	61	613	48.6333	0.4833	5
61380	Sainte-Céronne-lès-Mortagne	sainte-ceronne-les-mortagne	28	61	613	48.5675	0.5336	5
61380	Mahéru	maheru	28	61	613	48.6581	0.4328	5
61380	Bonsmoulins	bonsmoulins	28	61	613	48.651	0.535	5
61380	Saint-Aquilin-de-Corbion	saint-aquilin-de-corbion	28	61	613	48.6359	0.5154	5
61390	Saint-Léonard-des-Parcs	saint-leonard-des-parcs	28	61	611	48.6425	0.2866	5
61390	Tellières-le-Plessis	tellieres-le-plessis	28	61	611	48.6256	0.3935	5
61390	Courtomer	courtomer	28	61	611	48.6276	0.3571	5
61390	Brullemail	brullemail	28	61	611	48.6563	0.3276	5
61390	Ferrières-la-Verrerie	ferrieres-la-verrerie	28	61	611	48.65	0.3833	5
61390	Gâprée	gapree	28	61	611	48.6219	0.2907	5
61390	Le Chalange	le-chalange	28	61	611	48.5935	0.3129	5
61390	Saint-Germain-le-Vieux	saint-germain-le-vieux	28	61	611	48.6114	0.3142	5
61390	Trémont	tremont	28	61	611	48.601	0.2725	5
61390	Fay	fay	28	61	613	48.6606	0.4072	5
61400	Mortagne-au-Perche	mortagne-au-perche	28	61	613	48.5167	0.55	5
61400	Courgeon	courgeon	28	61	613	48.4783	0.6133	5
61400	Loisail	loisail	28	61	613	48.501	0.5914	5
61400	Comblot	comblot	28	61	613	48.4613	0.5936	5
61400	La Chapelle-Montligeon	la-chapelle-montligeon	28	61	613	48.4823	0.6562	5
61400	Corbon	corbon	28	61	613	48.454	0.6276	5
61400	Saint-Mard-de-Réno	saint-mard-de-reno	28	61	613	48.5094	0.6341	5
61400	Saint-Denis-sur-Huisne	saint-denis-sur-huisne	28	61	613	48.4695	0.5433	5
61400	Saint-Langis-lès-Mortagne	saint-langis-les-mortagne	28	61	613	48.5153	0.5497	5
61400	Feings	feings	28	61	613	48.5453	0.6349	5
61400	Eperrais	eperrais	28	61	613	48.4167	0.55	5
61400	Le Pin-la-Garenne	le-pin-la-garenne	28	61	613	48.4431	0.5472	5
61400	Saint-Hilaire-le-Châtel	saint-hilaire-le-chatel	28	61	613	48.5627	0.5279	5
61400	Villiers-sous-Mortagne	villiers-sous-mortagne	28	61	613	48.5387	0.593	5
61400	Mauves-sur-Huisne	mauves-sur-huisne	28	61	613	48.4506	0.6205	5
61400	Parfondeval	parfondeval	28	61	613	48.4823	0.5062	5
61400	Réveillon	reveillon	28	61	613	48.4788	0.5597	5
61410	Rives d'Andaine	rives-d-andaine	28	61	611	48.5328	-0.4787	5
61410	Haleine	haleine	28	61	611	48.5167	-0.4427	5
61410	Saint-Ouen-le-Brisoult	saint-ouen-le-brisoult	28	61	611	48.5102	-0.3399	5
61410	La Ferté Macé	la-ferte-mace	28	61	612	48.5925	-0.3572	5
61410	Méhoudin	mehoudin	28	61	611	48.5017	-0.385	5
61410	Antoigny	antoigny	28	61	612	48.5244	-0.365	5
61410	Couterne	couterne	28	61	611	48.5132	-0.4154	5
61410	Tessé-Froulay	tesse-froulay	28	61	611	48.5272	-0.4318	5
61420	La Ferrière-Bochard	la-ferriere-bochard	28	61	611	48.4126	-0.0343	5
61420	Gandelain	gandelain	28	61	611	48.4796	-0.088	5
61420	Fontenai-les-Louvets	fontenai-les-louvets	28	61	611	48.5286	-0.0038	5
61420	Saint-Denis-sur-Sarthon	saint-denis-sur-sarthon	28	61	611	48.4532	-0.0472	5
61420	La Roche-Mabile	la-roche-mabile	28	61	611	48.4903	-0.0518	5
61420	Livaie	livaie	28	61	611	48.5141	-0.0317	5
61430	Athis-de-l'Orne	athis-de-l-orne	28	61	612	48.8167	-0.5	5
61430	Ménil-Hubert-sur-Orne	menil-hubert-sur-orne	28	61	612	48.8524	-0.4106	5
61430	Saint-Philbert-sur-Orne	saint-philbert-sur-orne	28	61	612	48.8398	-0.3781	5
61430	Berjou	berjou	28	61	612	48.8493	-0.4811	5
61430	Cahan	cahan	28	61	612	48.8583	-0.4428	5
61430	Athis-Val de Rouvre	athis-val-de-rouvre	28	61	612	48.8106	-0.5005	5
61430	Sainte-Honorine-la-Chardonne	sainte-honorine-la-chardonne	28	61	612	48.8244	-0.4857	5
61438 CEDEX	Flers	flers	28	61	612	48.7372	-0.5747	5
61440	Échalou	echalou	28	61	612	48.7273	-0.4925	5
61440	Saint-André-de-Messei	saint-andre-de-messei	28	61	612	48.6948	-0.5233	5
61440	Messei	messei	28	61	612	48.7116	-0.5374	5
61448 CEDEX	Flers	flers	28	61	612	48.7372	-0.5747	5
61450	Banvou	banvou	28	61	612	48.6654	-0.5524	5
61450	Le Châtellier	le-chatellier	28	61	612	48.676	-0.5815	5
61450	La Ferrière-aux-Étangs	la-ferriere-aux-etangs	28	61	612	48.6623	-0.5196	5
61458 CEDEX	Flers	flers	28	61	612	48.7372	-0.5747	5
61470	Saint-Aubin-de-Bonneval	saint-aubin-de-bonneval	28	61	613	48.9412	0.3788	5
61470	Heugon	heugon	28	61	613	48.8557	0.3971	5
61470	Avernes-Saint-Gourgon	avernes-saint-gourgon	28	61	613	48.9394	0.318	5
61470	La Ferté-en-Ouche	la-ferte-en-ouche	28	61	613	48.8417	0.5108	5
61470	Sap-en-Auge	sap-en-auge	28	61	613	48.8943	0.3377	5
61470	Monnai	monnai	28	61	613	48.8921	0.3975	5
61470	Saint-Germain-d'Aunay	saint-germain-d-aunay	28	61	613	48.9247	0.3786	5
61470	Le Bosc-Renoult	le-bosc-renoult	28	61	613	48.9165	0.3213	5
61470	Le Sap	le-sap	28	61	613	48.8943	0.3382	5
61490	Saint-Clair-de-Halouze	saint-clair-de-halouze	28	61	612	48.6791	-0.6272	5
61500	Macé	mace	28	61	611	48.6362	0.1421	5
61500	La Ferrière-Béchet	la-ferriere-bechet	28	61	611	48.5788	0.0729	5
61500	Bursard	bursard	28	61	611	48.5381	0.2126	5
61500	Saint-Hilaire-la-Gérard	saint-hilaire-la-gerard	28	61	611	48.6017	0.0601	5
61500	Le Bouillon	le-bouillon	28	61	611	48.563	0.1026	5
61500	Neuville-près-Sées	neuville-pres-sees	28	61	611	48.6478	0.2253	5
61500	Le Cercueil	le-cercueil	28	61	611	48.5972	0.0226	5
61500	La Chapelle-près-Sées	la-chapelle-pres-sees	28	61	611	48.5712	0.1617	5
61500	Tanville	tanville	28	61	611	48.5668	0.0069	5
61500	Aunou-sur-Orne	aunou-sur-orne	28	61	611	48.6115	0.2312	5
61500	Chailloué	chailloue	28	61	611	48.6512	0.1958	5
61500	Essay	essay	28	61	611	48.5415	0.2471	5
61500	Boitron	boitron	28	61	611	48.5591	0.2602	5
61500	Neauphe-sous-Essai	neauphe-sous-essai	28	61	611	48.5659	0.2106	5
61500	Belfonds	belfonds	28	61	611	48.6104	0.118	5
61500	Sées	sees	28	61	611	48.604	0.1724	5
61500	Saint-Gervais-du-Perron	saint-gervais-du-perron	28	61	611	48.5345	0.1484	5
61500	Aunay-les-Bois	aunay-les-bois	28	61	611	48.5403	0.2857	5
61550	Saint-Evroult-Notre-Dame-du-Bois	saint-evroult-notre-dame-du-bois	28	61	613	48.8	0.4667	5
61550	La Ferté-Frênel	la-ferte-frenel	28	61	613	48.8415	0.5107	5
61550	Saint-Nicolas-des-Laitiers	saint-nicolas-des-laitiers	28	61	613	48.8365	0.4213	5
61550	Bocquencé	bocquence	28	61	613	48.8338	0.4658	5
61550	Couvains	couvains	28	61	613	48.8605	0.5588	5
61550	La Gonfrière	la-gonfriere	28	61	613	48.8193	0.4698	5
61550	Villers-en-Ouche	villers-en-ouche	28	61	613	48.8611	0.4558	5
61550	Anceins	anceins	28	61	613	48.8667	0.5	5
61550	La Ferté-en-Ouche	la-ferte-en-ouche	28	61	613	48.8417	0.5108	5
61550	Glos-la-Ferrière	glos-la-ferriere	28	61	613	48.8569	0.6011	5
61550	Saint-Nicolas-de-Sommaire	saint-nicolas-de-sommaire	28	61	613	48.8126	0.6082	5
61550	Touquettes	touquettes	28	61	613	48.7978	0.423	5
61550	Gauville	gauville	28	61	613	48.8289	0.5544	5
61560	Saint-Germain-de-Martigny	saint-germain-de-martigny	28	61	613	48.5897	0.4647	5
61560	Bazoches-sur-Hoëne	bazoches-sur-hoene	28	61	613	48.5518	0.4748	5
61560	Boëcé	boece	28	61	613	48.5165	0.4589	5
61560	Courgeoût	courgeout	28	61	613	48.5	0.4833	5
61560	La Mesnière	la-mesniere	28	61	613	48.5333	0.4333	5
61560	Saint-Aubin-de-Courteraie	saint-aubin-de-courteraie	28	61	613	48.61	0.4395	5
61560	Saint-Ouen-de-Sécherouvre	saint-ouen-de-secherouvre	28	61	613	48.6	0.4833	5
61560	Champeaux-sur-Sarthe	champeaux-sur-sarthe	28	61	613	48.577	0.4426	5
61570	Vrigny	vrigny	28	61	612	48.671	-0.0198	5
61570	Saint-Loyer-des-Champs	saint-loyer-des-champs	28	61	612	48.6988	0.0172	5
61570	Saint-Christophe-le-Jajolet	saint-christophe-le-jajolet	28	61	612	48.6651	0.0097	5
61570	Boischampré	boischampre	28	61	612	48.6653	0.0081	5
61570	Boucé	bouce	28	61	612	48.6466	-0.0901	5
61570	La Bellière	la-belliere	28	61	611	48.6254	-0.0328	5
61570	Francheville	francheville	28	61	611	48.6373	-0.0581	5
61570	Almenêches	almeneches	28	61	611	48.6971	0.1101	5
61570	Montmerrei	montmerrei	28	61	611	48.6334	0.0427	5
61570	Boissei-la-Lande	boissei-la-lande	28	61	611	48.6828	0.0627	5
61570	Mortrée	mortree	28	61	611	48.639	0.0791	5
61570	Marcei	marcei	28	61	612	48.6624	0.0441	5
61570	Le Château-d’Almenêches	le-chateau-d-almeneches	28	61	611	48.6786	0.1225	5
61570	Médavy	medavy	28	61	611	48.6769	0.0872	5
61600	La Sauvagère	la-sauvagere	28	61	612	48.6235	-0.4163	5
61600	Bagnoles de l'Orne Normandie	bagnoles-de-l-orne-normandie	28	61	611	48.555	-0.4111	5
61600	Saint-Patrice-du-Désert	saint-patrice-du-desert	28	61	611	48.542	-0.3021	5
61600	Saint-Georges-d'Annebecq	saint-georges-d-annebecq	28	61	612	48.6331	-0.2655	5
61600	Le Grais	le-grais	28	61	612	48.6387	-0.3296	5
61600	Saint-Michel-des-Andaines	saint-michel-des-andaines	28	61	611	48.5798	-0.416	5
61600	Beauvain	beauvain	28	61	611	48.6069	-0.3081	5
61600	Saint-Maurice-du-Désert	saint-maurice-du-desert	28	61	612	48.6107	-0.3885	5
61600	Faverolles	faverolles	28	61	612	48.6681	-0.2988	5
61600	Les Monts d'Andaine	les-monts-d-andaine	28	61	612	48.6235	-0.4163	5
61600	La Motte-Fouquet	la-motte-fouquet	28	61	611	48.5681	-0.2868	5
61600	La Ferté-Macé	la-ferte-mace	28	61	612	48.59	-0.358	5
61600	La Chaux	la-chaux	28	61	611	48.6103	-0.2579	5
61600	Magny-le-Désert	magny-le-desert	28	61	611	48.5701	-0.3273	5
61600	Lonlay-le-Tesson	lonlay-le-tesson	28	61	612	48.6435	-0.3535	5
61700	Domfront en Poiraie	domfront-en-poiraie	28	61	612	48.5903	-0.6403	5
61700	Saint-Bômer-les-Forges	saint-bomer-les-forges	28	61	612	48.6441	-0.6329	5
61700	Champsecret	champsecret	28	61	612	48.6092	-0.5506	5
61700	Lonlay-l’Abbaye	lonlay-l-abbaye	28	61	612	48.6459	-0.7103	5
61700	Avrilly	avrilly	28	61	612	48.5395	-0.6148	5
61700	Dompierre	dompierre	28	61	612	48.6328	-0.5523	5
61700	Rouellé	rouelle	28	61	612	48.6	-0.7167	5
61700	Domfront	domfront	28	61	612	48.5921	-0.6459	5
61700	Perrou	perrou	28	61	611	48.5721	-0.5598	5
61700	Saint-Brice	saint-brice	28	61	612	48.5586	-0.6424	5
61700	Saint-Gilles-des-Marais	saint-gilles-des-marais	28	61	612	48.5829	-0.6939	5
61700	La Haute-Chapelle	la-haute-chapelle	28	61	612	48.6052	-0.67	5
61790	Saint-Pierre-du-Regard	saint-pierre-du-regard	28	61	612	48.8429	-0.5463	5
61800	Chanu	chanu	28	61	612	48.7291	-0.676	5
61800	Larchamp	larchamp	28	61	612	48.6943	-0.6845	5
61800	Clairefougère	clairefougere	28	61	612	48.8058	-0.6962	5
61800	Saint-Cornier-des-Landes	saint-cornier-des-landes	28	61	612	48.7173	-0.7197	5
61800	Moncy	moncy	28	61	612	48.8248	-0.686	5
61800	Saint-Christophe-de-Chaulieu	saint-christophe-de-chaulieu	28	61	612	48.7465	-0.8195	5
61800	Frênes	frenes	28	61	612	48.7846	-0.6819	5
61800	Montsecret-Clairefougère	montsecret-clairefougere	28	61	612	48.7971	-0.6751	5
61800	Saint-Quentin-les-Chardonnets	saint-quentin-les-chardonnets	28	61	612	48.7845	-0.7592	5
61800	Saint-Pierre-d’Entremont	saint-pierre-d-entremont	28	61	612	48.8102	-0.6494	5
61800	Beauchêne	beauchene	28	61	612	48.6833	-0.7167	5
61800	Le Ménil-Ciboult	le-menil-ciboult	28	61	612	48.7645	-0.7901	5
61800	Saint-Jean-des-Bois	saint-jean-des-bois	28	61	612	48.7215	-0.7933	5
61800	Montsecret	montsecret	28	61	612	48.7971	-0.6751	5
61800	Yvrandes	yvrandes	28	61	612	48.7194	-0.7514	5
61800	Tinchebray	tinchebray	28	61	612	48.7644	-0.7333	5
61800	Tinchebray-Bocage	tinchebray-bocage	28	61	612	48.7628	-0.7342	5
61891 CEDEX 9	Argentan	argentan	28	61	612	48.75	-0.0167	5
61961 CEDEX 9	Argentan	argentan	28	61	612	48.75	-0.0167	5
61984 CEDEX 9	Argentan	argentan	28	61	612	48.75	-0.0167	5
61992 CEDEX 9	Argentan	argentan	28	61	612	48.75	-0.0167	5
61994 CEDEX 9	Argentan	argentan	28	61	612	48.75	-0.0167	5
76000	Rouen	rouen	28	76	763	49.4431	1.0993	5
76001 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76002 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76003 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76004 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76005 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76006 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76007 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76008 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76011 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76012 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76017 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76018 CEDEX	Maromme	maromme	28	76	763	49.4792	1.0237	5
76019 CEDEX	Maromme	maromme	28	76	763	49.4792	1.0237	5
76020 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76021 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76022 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76024 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76025 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76026 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76028 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76029 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76030 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76031 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76032 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76033 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76035 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76036 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76037 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76038 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76039 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76040 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76041 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76042 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76043 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76044 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76045 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76046 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76047 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76049 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76050 CEDEX	Le Havre	le-havre	28	76	762	49.4938	0.1077	5
76051 CEDEX	Le Havre	le-havre	28	76	762	49.4938	0.1077	5
76052 CEDEX	Le Havre	le-havre	28	76	762	49.4938	0.1077	5
76053 CEDEX	Le Havre	le-havre	28	76	762	49.4938	0.1077	5
76054 CEDEX	Le Havre	le-havre	28	76	762	49.4938	0.1077	5
76055 CEDEX	Le Havre	le-havre	28	76	762	49.4938	0.1077	5
76056 CEDEX	Le Havre	le-havre	28	76	762	49.4938	0.1077	5
76057 CEDEX	Le Havre	le-havre	28	76	762	49.4938	0.1077	5
76058 CEDEX	Le Havre	le-havre	28	76	762	49.4938	0.1077	5
76059 CEDEX	Le Havre	le-havre	28	76	762	49.4938	0.1077	5
76060 CEDEX	Le Havre	le-havre	28	76	762	49.4938	0.1077	5
76061 CEDEX	Le Havre	le-havre	28	76	762	49.4938	0.1077	5
76062 CEDEX	Le Havre	le-havre	28	76	762	49.4938	0.1077	5
76063 CEDEX	Le Havre	le-havre	28	76	762	49.4938	0.1077	5
76064 CEDEX	Le Havre	le-havre	28	76	762	49.4938	0.1077	5
76065 CEDEX	Le Havre	le-havre	28	76	762	49.4938	0.1077	5
76066 CEDEX	Le Havre	le-havre	28	76	762	49.4938	0.1077	5
76067 CEDEX	Le Havre	le-havre	28	76	762	49.4938	0.1077	5
76068 CEDEX	Le Havre	le-havre	28	76	762	49.4938	0.1077	5
76069 CEDEX	Le Havre	le-havre	28	76	762	49.4938	0.1077	5
76070 CEDEX	Le Havre	le-havre	28	76	762	49.4938	0.1077	5
76071 CEDEX	Le Havre	le-havre	28	76	762	49.4938	0.1077	5
76072 CEDEX	Le Havre	le-havre	28	76	762	49.4938	0.1077	5
76074 CEDEX	Le Havre	le-havre	28	76	762	49.4938	0.1077	5
76079 CEDEX	Le Havre	le-havre	28	76	762	49.4938	0.1077	5
76080 CEDEX	Le Havre	le-havre	28	76	762	49.4938	0.1077	5
76083 CEDEX	Le Havre	le-havre	28	76	762	49.4938	0.1077	5
76084 CEDEX	Le Havre	le-havre	28	76	762	49.4938	0.1077	5
76085 CEDEX	Le Havre	le-havre	28	76	762	49.4938	0.1077	5
76086 CEDEX	Le Havre	le-havre	28	76	762	49.4938	0.1077	5
76087 CEDEX	Le Havre	le-havre	28	76	762	49.4938	0.1077	5
76092 CEDEX	Le Havre	le-havre	28	76	762	49.4938	0.1077	5
76093 CEDEX	Le Havre	le-havre	28	76	762	49.4938	0.1077	5
76094 CEDEX	Le Havre	le-havre	28	76	762	49.4938	0.1077	5
76095 CEDEX	Le Havre	le-havre	28	76	762	49.4938	0.1077	5
76096 CEDEX	Le Havre	le-havre	28	76	762	49.4938	0.1077	5
76097 CEDEX	Le Havre	le-havre	28	76	762	49.4938	0.1077	5
76098 CEDEX	Le Havre	le-havre	28	76	762	49.4938	0.1077	5
76099 CEDEX	Le Havre	le-havre	28	76	762	49.4938	0.1077	5
76100	Rouen	rouen	28	76	763	49.4431	1.0993	5
76101 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76107 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76108 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76109 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76110	Virville	virville	28	76	762	49.5913	0.3539	5
76110	Tocqueville-les-Murs	tocqueville-les-murs	28	76	762	49.6652	0.5073	5
76110	Auberville-la-Renault	auberville-la-renault	28	76	762	49.6811	0.3643	5
76110	Annouville-Vilmesnil	annouville-vilmesnil	28	76	762	49.6781	0.433	5
76110	Angerville-Bailleul	angerville-bailleul	28	76	762	49.6675	0.4539	5
76110	Saint-Sauveur-d’Émalleville	saint-sauveur-d-emalleville	28	76	762	49.6108	0.2992	5
76110	Bréauté	breaute	28	76	762	49.628	0.4001	5
76110	Gonfreville-Caillot	gonfreville-caillot	28	76	762	49.6512	0.4366	5
76110	Bénarville	benarville	28	76	762	49.6728	0.4929	5
76110	Sausseuzemare-en-Caux	sausseuzemare-en-caux	28	76	762	49.6656	0.3417	5
76110	Bretteville-du-Grand-Caux	bretteville-du-grand-caux	28	76	762	49.6667	0.4	5
76110	Manneville-la-Goupil	manneville-la-goupil	28	76	762	49.6103	0.3547	5
76110	Bornambusc	bornambusc	28	76	762	49.6268	0.3546	5
76110	Bec-de-Mortagne	bec-de-mortagne	28	76	762	49.7013	0.449	5
76110	Vattetot-sous-Beaumont	vattetot-sous-beaumont	28	76	762	49.625	0.4466	5
76110	Houquetot	houquetot	28	76	762	49.6041	0.3914	5
76110	Goderville	goderville	28	76	762	49.6457	0.3659	5
76110	Daubeuf-Serville	daubeuf-serville	28	76	762	49.6951	0.4767	5
76110	Mentheville	mentheville	28	76	762	49.6911	0.4107	5
76110	Grainville-Ymauville	grainville-ymauville	28	76	762	49.6585	0.4187	5
76110	Saint-Maclou-la-Brière	saint-maclou-la-briere	28	76	762	49.6534	0.4652	5
76110	Écrainville	ecrainville	28	76	762	49.6494	0.3249	5
76111	Yport	yport	28	76	762	49.7372	0.3154	5
76111	Vattetot-sur-Mer	vattetot-sur-mer	28	76	762	49.7276	0.2803	5
76111	Criquebeuf-en-Caux	criquebeuf-en-caux	28	76	762	49.7392	0.3342	5
76113	Hautot-sur-Seine	hautot-sur-seine	28	76	763	49.3609	0.9752	5
76113	Saint-Pierre-de-Manneville	saint-pierre-de-manneville	28	76	763	49.3932	0.9338	5
76113	Sahurs	sahurs	28	76	763	49.3586	0.9426	5
76116	Martainville-Épreville	martainville-epreville	28	76	763	49.4603	1.2929	5
76116	Blainville-Crevon	blainville-crevon	28	76	763	49.504	1.2995	5
76116	Auzouville-sur-Ry	auzouville-sur-ry	28	76	763	49.4422	1.3109	5
76116	Ry	ry	28	76	763	49.4714	1.3425	5
76116	Grainville-sur-Ry	grainville-sur-ry	28	76	763	49.4781	1.2982	5
76116	Servaville-Salmonville	servaville-salmonville	28	76	763	49.4759	1.2701	5
76116	Catenay	catenay	28	76	763	49.513	1.3278	5
76116	Saint-Denis-le-Thiboult	saint-denis-le-thiboult	28	76	763	49.4592	1.3636	5
76116	Saint-Aignan-sur-Ry	saint-aignan-sur-ry	28	76	763	49.5016	1.353	5
76117	Incheville	incheville	28	76	761	50.0124	1.4944	5
76119	Sainte-Marguerite-sur-Mer	sainte-marguerite-sur-mer	28	76	761	49.9093	0.9469	5
76119	Varengeville-sur-Mer	varengeville-sur-mer	28	76	761	49.9047	0.9948	5
76120	Le Grand-Quevilly	le-grand-quevilly	28	76	763	49.4008	1.0458	5
76121 CEDEX	Le Grand-Quevilly	le-grand-quevilly	28	76	763	49.4008	1.0458	5
76122 CEDEX	Le Grand-Quevilly	le-grand-quevilly	28	76	763	49.4008	1.0458	5
76123 CEDEX	Le Grand-Quevilly	le-grand-quevilly	28	76	763	49.4008	1.0458	5
76124 CEDEX	Le Grand-Quevilly	le-grand-quevilly	28	76	763	49.4008	1.0458	5
76125 CEDEX	Le Grand-Quevilly	le-grand-quevilly	28	76	763	49.4008	1.0458	5
76127 CEDEX	Le Grand-Quevilly	le-grand-quevilly	28	76	763	49.4008	1.0458	5
76129 CEDEX	Le Grand-Quevilly	le-grand-quevilly	28	76	763	49.4008	1.0458	5
76130	Mont-Saint-Aignan	mont-saint-aignan	28	76	763	49.4631	1.0936	5
76131 CEDEX	Mont-Saint-Aignan	mont-saint-aignan	28	76	763	49.4631	1.0936	5
76132 CEDEX	Mont-Saint-Aignan	mont-saint-aignan	28	76	763	49.4631	1.0936	5
76133	Épouville	epouville	28	76	762	49.5635	0.2237	5
76133	Notre-Dame-du-Bec	notre-dame-du-bec	28	76	762	49.5958	0.2129	5
76133	Rolleville	rolleville	28	76	762	49.5823	0.2118	5
76133	Manéglise	maneglise	28	76	762	49.5658	0.2557	5
76133	Saint-Martin-du-Bec	saint-martin-du-bec	28	76	762	49.602	0.2114	5
76134 CEDEX	Mont-Saint-Aignan	mont-saint-aignan	28	76	763	49.4631	1.0936	5
76135 CEDEX	Mont-Saint-Aignan	mont-saint-aignan	28	76	763	49.4631	1.0936	5
76136 CEDEX	Mont-Saint-Aignan	mont-saint-aignan	28	76	763	49.4631	1.0936	5
76137 CEDEX	Mont-Saint-Aignan	mont-saint-aignan	28	76	763	49.4631	1.0936	5
76138 CEDEX	Mont-Saint-Aignan	mont-saint-aignan	28	76	763	49.4631	1.0936	5
76139 CEDEX	Mont-Saint-Aignan	mont-saint-aignan	28	76	763	49.4631	1.0936	5
76140	Le Petit-Quevilly	le-petit-quevilly	28	76	763	49.4134	1.0615	5
76141 CEDEX	Le Petit-Quevilly	le-petit-quevilly	28	76	763	49.4134	1.0615	5
76142 CEDEX	Le Petit-Quevilly	le-petit-quevilly	28	76	763	49.4134	1.0615	5
76143 CEDEX	Le Petit-Quevilly	le-petit-quevilly	28	76	763	49.4134	1.0615	5
76144 CEDEX	Le Petit-Quevilly	le-petit-quevilly	28	76	763	49.4134	1.0615	5
76150	Saint-Jean-du-Cardonnay	saint-jean-du-cardonnay	28	76	763	49.5046	1.0114	5
76150	Maromme	maromme	28	76	763	49.4792	1.0237	5
76150	La Vaupalière	la-vaupaliere	28	76	763	49.4879	0.9963	5
76151 CEDEX	Maromme	maromme	28	76	763	49.4792	1.0237	5
76152 CEDEX	Maromme	maromme	28	76	763	49.4792	1.0237	5
76153 CEDEX	Maromme	maromme	28	76	763	49.4792	1.0237	5
76155 CEDEX	Maromme	maromme	28	76	763	49.4792	1.0237	5
76159 CEDEX	Maromme	maromme	28	76	763	49.4792	1.0237	5
76160	La Vieux-Rue	la-vieux-rue	28	76	763	49.4993	1.2466	5
76160	Saint-Martin-du-Vivier	saint-martin-du-vivier	28	76	763	49.4667	1.1667	5
76160	Roncherolles-sur-le-Vivier	roncherolles-sur-le-vivier	28	76	763	49.4667	1.1833	5
76160	Bois-d’Ennebourg	bois-d-ennebourg	28	76	763	49.4288	1.2553	5
76160	Saint-Léger-du-Bourg-Denis	saint-leger-du-bourg-denis	28	76	763	49.4335	1.158	5
76160	Fontaine-sous-Préaux	fontaine-sous-preaux	28	76	763	49.4841	1.1673	5
76160	Saint-Aubin-Épinay	saint-aubin-epinay	28	76	763	49.4167	1.1667	5
76160	Bois-l’Évêque	bois-l-eveque	28	76	763	49.4546	1.2659	5
76160	Préaux	preaux	28	76	763	49.4914	1.2158	5
76160	Darnétal	darnetal	28	76	763	49.4453	1.1514	5
76160	Saint-Jacques-sur-Darnétal	saint-jacques-sur-darnetal	28	76	763	49.4398	1.2036	5
76161 CEDEX	Darnétal	darnetal	28	76	763	49.4453	1.1514	5
76163 CEDEX	Darnétal	darnetal	28	76	763	49.4453	1.1514	5
76164 CEDEX	Darnétal	darnetal	28	76	763	49.4453	1.1514	5
76170	Grand-Camp	grand-camp	28	76	762	49.55	0.5833	5
76170	Auberville-la-Campagne	auberville-la-campagne	28	76	762	49.5331	0.5997	5
76170	La Frénaye	la-frenaye	28	76	762	49.5333	0.6	5
76170	Port-Jérôme-sur-Seine	port-jerome-sur-seine	28	76	762	49.4892	0.5711	5
76170	Lillebonne	lillebonne	28	76	762	49.5203	0.5362	5
76170	Touffreville-la-Cable	touffreville-la-cable	28	76	762	49.5208	0.6164	5
76170	Saint-Antoine-la-Forêt	saint-antoine-la-foret	28	76	762	49.5362	0.4743	5
76170	La Trinité-du-Mont	la-trinite-du-mont	28	76	762	49.5429	0.5531	5
76170	Saint-Nicolas-de-la-Taille	saint-nicolas-de-la-taille	28	76	762	49.5108	0.4741	5
76170	Mélamare	melamare	28	76	762	49.5369	0.4551	5
76170	Triquerville	triquerville	28	76	762	49.503	0.6277	5
76170	Saint-Jean-de-Folleville	saint-jean-de-folleville	28	76	762	49.5217	0.5055	5
76171 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76172 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76173 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76174 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76175 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76176 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76177 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76178 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76179 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76181 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76183 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76185 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76186 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76187 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76188 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76189 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76190	Veauville-lès-Baons	veauville-les-baons	28	76	763	49.65	0.7667	5
76190	Mont-de-l’If	mont-de-l-if	28	76	763	49.5833	0.8167	5
76190	La Folletière	la-folletiere	28	76	763	49.5667	0.8	5
76190	Allouville-Bellefosse	allouville-bellefosse	28	76	763	49.5967	0.6774	5
76190	Hautot-le-Vatois	hautot-le-vatois	28	76	763	49.646	0.689	5
76190	Fréville	freville	28	76	763	49.5678	0.8326	5
76190	Betteville	betteville	28	76	763	49.5511	0.7934	5
76190	Saint Martin de l'If	saint-martin-de-l-if	28	76	763	49.5669	0.8308	5
76190	Croix-Mare	croix-mare	28	76	763	49.5995	0.8528	5
76190	Valliquerville	valliquerville	28	76	763	49.6138	0.687	5
76190	Sainte-Marie-des-Champs	sainte-marie-des-champs	28	76	763	49.6212	0.779	5
76190	Carville-la-Folletière	carville-la-folletiere	28	76	763	49.5586	0.8158	5
76190	Saint-Aubin-de-Crétot	saint-aubin-de-cretot	28	76	763	49.5681	0.6371	5
76190	Yvetot	yvetot	28	76	763	49.6174	0.7581	5
76190	Écretteville-lès-Baons	ecretteville-les-baons	28	76	763	49.6273	0.683	5
76190	Blacqueville	blacqueville	28	76	763	49.562	0.8671	5
76190	Hautot-Saint-Sulpice	hautot-saint-sulpice	28	76	763	49.6815	0.7431	5
76190	Saint-Clair-sur-les-Monts	saint-clair-sur-les-monts	28	76	763	49.6075	0.7888	5
76190	Touffreville-la-Corbeline	touffreville-la-corbeline	28	76	763	49.5821	0.7634	5
76190	Étoutteville	etoutteville	28	76	763	49.6742	0.7798	5
76190	Auzebosc	auzebosc	28	76	763	49.5956	0.7285	5
76190	Écalles-Alix	ecalles-alix	28	76	763	49.6174	0.823	5
76190	Autretot	autretot	28	76	763	49.6511	0.7306	5
76190	Bois-Himont	bois-himont	28	76	763	49.5815	0.701	5
76190	Baons-le-Comte	baons-le-comte	28	76	763	49.6409	0.7768	5
76191 CEDEX	Yvetot	yvetot	28	76	763	49.6174	0.7581	5
76192 CEDEX	Yvetot	yvetot	28	76	763	49.6174	0.7581	5
76193 CEDEX	Yvetot	yvetot	28	76	763	49.6174	0.7581	5
76194 CEDEX	Yvetot	yvetot	28	76	763	49.6174	0.7581	5
76195 CEDEX	Yvetot	yvetot	28	76	763	49.6174	0.7581	5
76196 CEDEX	Yvetot	yvetot	28	76	763	49.6174	0.7581	5
76197 CEDEX	Yvetot	yvetot	28	76	763	49.6174	0.7581	5
76200	Dieppe	dieppe	28	76	761	49.9333	1.0833	5
76201 CEDEX	Dieppe	dieppe	28	76	761	49.9333	1.0833	5
76202 CEDEX	Dieppe	dieppe	28	76	761	49.9333	1.0833	5
76203 CEDEX	Dieppe	dieppe	28	76	761	49.9333	1.0833	5
76204 CEDEX	Dieppe	dieppe	28	76	761	49.9333	1.0833	5
76205 CEDEX	Dieppe	dieppe	28	76	761	49.9333	1.0833	5
76206 CEDEX	Dieppe	dieppe	28	76	761	49.9333	1.0833	5
76207 CEDEX	Dieppe	dieppe	28	76	761	49.9333	1.0833	5
76208 CEDEX	Dieppe	dieppe	28	76	761	49.9333	1.0833	5
76209 CEDEX	Dieppe	dieppe	28	76	761	49.9333	1.0833	5
76210	Lintot	lintot	28	76	762	49.563	0.5688	5
76210	Saint-Eustache-la-Forêt	saint-eustache-la-foret	28	76	762	49.5514	0.456	5
76210	Gruchet-le-Valasse	gruchet-le-valasse	28	76	762	49.5547	0.4868	5
76210	Beuzevillette	beuzevillette	28	76	762	49.5713	0.5371	5
76210	Beuzeville-la-Grenier	beuzeville-la-grenier	28	76	762	49.5916	0.4268	5
76210	Mirville	mirville	28	76	762	49.6089	0.4425	5
76210	Trouville	trouville	28	76	762	49.5727	0.6005	5
76210	Rouville	rouville	28	76	762	49.6174	0.4995	5
76210	Raffetot	raffetot	28	76	762	49.599	0.5117	5
76210	Saint-Jean-de-la-Neuville	saint-jean-de-la-neuville	28	76	762	49.5771	0.4211	5
76210	Parc-d’Anxtot	parc-d-anxtot	28	76	762	49.5818	0.3895	5
76210	Bernières	bernieres	28	76	762	49.6217	0.4785	5
76210	Lanquetot	lanquetot	28	76	762	49.5853	0.5264	5
76210	Bolbec	bolbec	28	76	762	49.5732	0.4734	5
76210	Bolleville	bolleville	28	76	762	49.5996	0.5649	5
76210	Nointot	nointot	28	76	762	49.5982	0.4767	5
76220	Montroty	montroty	28	76	761	49.4396	1.6651	5
76220	Gancourt-Saint-Étienne	gancourt-saint-etienne	28	76	761	49.5474	1.7082	5
76220	Ernemont-la-Villette	ernemont-la-villette	28	76	761	49.4613	1.6973	5
76220	Bosc-Hyons	bosc-hyons	28	76	761	49.4474	1.6584	5
76220	Dampierre-en-Bray	dampierre-en-bray	28	76	761	49.5333	1.6667	5
76220	Molagnies	molagnies	28	76	761	49.5208	1.7234	5
76220	Bézancourt	bezancourt	28	76	761	49.4433	1.6248	5
76220	Ferrières-en-Bray	ferrieres-en-bray	28	76	761	49.4828	1.7427	5
76220	Elbeuf-en-Bray	elbeuf-en-bray	28	76	761	49.4885	1.643	5
76220	Beauvoir-en-Lyons	beauvoir-en-lyons	28	76	761	49.5032	1.587	5
76220	Doudeauville	doudeauville	28	76	761	49.5724	1.705	5
76220	Cuy-Saint-Fiacre	cuy-saint-fiacre	28	76	761	49.5132	1.6983	5
76220	Brémontier-Merval	bremontier-merval	28	76	761	49.503	1.6107	5
76220	La Feuillie	la-feuillie	28	76	761	49.4642	1.5146	5
76220	Gournay-en-Bray	gournay-en-bray	28	76	761	49.4829	1.7247	5
76220	Avesnes-en-Bray	avesnes-en-bray	28	76	761	49.4697	1.671	5
76220	Neuf-Marché	neuf-marche	28	76	761	49.4239	1.7152	5
76220	Ménerval	menerval	28	76	761	49.5649	1.6584	5
76230	Bois-Guillaume	bois-guillaume	28	76	763	49.4602	1.1222	5
76230	Quincampoix	quincampoix	28	76	763	49.5271	1.1885	5
76230	Isneauville	isneauville	28	76	763	49.4983	1.1543	5
76231 CEDEX	Bois-Guillaume	bois-guillaume	28	76	763	49.4602	1.1222	5
76232 CEDEX	Bois-Guillaume	bois-guillaume	28	76	763	49.4602	1.1222	5
76233 CEDEX	Bois-Guillaume	bois-guillaume	28	76	763	49.4602	1.1222	5
76235 CEDEX	Bois-Guillaume	bois-guillaume	28	76	763	49.4602	1.1222	5
76236 CEDEX	Bois-Guillaume	bois-guillaume	28	76	763	49.4602	1.1222	5
76237 CEDEX	Bois-Guillaume	bois-guillaume	28	76	763	49.4602	1.1222	5
76238 CEDEX	Bois-Guillaume	bois-guillaume	28	76	763	49.4602	1.1222	5
76239 CEDEX	Bois-Guillaume	bois-guillaume	28	76	763	49.4602	1.1222	5
76240	Bonsecours	bonsecours	28	76	763	49.4273	1.1272	5
76240	Belbeuf	belbeuf	28	76	763	49.3877	1.1425	5
76240	Le Mesnil-Esnard	le-mesnil-esnard	28	76	763	49.4132	1.1452	5
76250	Déville-lès-Rouen	deville-les-rouen	28	76	763	49.4694	1.0521	5
76260	Canehan	canehan	28	76	761	49.9782	1.3455	5
76260	Monchy-sur-Eu	monchy-sur-eu	28	76	761	49.995	1.4542	5
76260	Longroy	longroy	28	76	761	49.9887	1.5401	5
76260	Melleville	melleville	28	76	761	49.9572	1.4742	5
76260	Saint-Pierre-en-Val	saint-pierre-en-val	28	76	761	50.0217	1.4471	5
76260	Ponts-et-Marais	ponts-et-marais	28	76	761	50.046	1.446	5
76260	Le Mesnil-Réaume	le-mesnil-reaume	28	76	761	49.9756	1.4412	5
76260	Millebosc	millebosc	28	76	761	49.9746	1.4919	5
76260	Baromesnil	baromesnil	28	76	761	49.983	1.4128	5
76260	Cuverville-sur-Yères	cuverville-sur-yeres	28	76	761	49.8	1.4	5
76260	Flocques	flocques	28	76	761	50.0366	1.3652	5
76260	Eu	eu	28	76	761	50.0461	1.4208	5
76260	Villy-sur-Yères	villy-sur-yeres	28	76	761	49.9333	1.45	5
76260	Étalondes	etalondes	28	76	761	50.0298	1.3874	5
76260	Saint-Martin-le-Gaillard	saint-martin-le-gaillard	28	76	761	49.978	1.3705	5
76260	Saint-Rémy-Boscrocourt	saint-remy-boscrocourt	28	76	761	50.0086	1.3955	5
76260	Sept-Meules	sept-meules	28	76	761	49.9545	1.4205	5
76270	Flamets-Frétils	flamets-fretils	28	76	761	49.733	1.5793	5
76270	Auvilliers	auvilliers	28	76	761	49.7598	1.5777	5
76270	Saint-Germain-sur-Eaulne	saint-germain-sur-eaulne	28	76	761	49.7647	1.5068	5
76270	Fresles	fresles	28	76	761	49.75	1.35	5
76270	Bully	bully	28	76	761	49.7268	1.3695	5
76270	Saint-Martin-l’Hortier	saint-martin-l-hortier	28	76	761	49.7427	1.4075	5
76270	Graval	graval	28	76	761	49.73	1.5418	5
76270	Nesle-Hodeng	nesle-hodeng	28	76	761	49.7062	1.5054	5
76270	Fesques	fesques	28	76	761	49.7894	1.4743	5
76270	Saint-Saire	saint-saire	28	76	761	49.6939	1.4934	5
76270	Vatierville	vatierville	28	76	761	49.7783	1.498	5
76270	Mesnières-en-Bray	mesnieres-en-bray	28	76	761	49.7617	1.3819	5
76270	Quièvrecourt	quievrecourt	28	76	761	49.7333	1.4167	5
76270	Sainte-Beuve-en-Rivière	sainte-beuve-en-riviere	28	76	761	49.7636	1.5284	5
76270	Esclavelles	esclavelles	28	76	761	49.7074	1.3887	5
76270	Massy	massy	28	76	761	49.6898	1.4043	5
76270	Lucy	lucy	28	76	761	49.7837	1.456	5
76270	Bouelles	bouelles	28	76	761	49.7161	1.4955	5
76270	Callengeville	callengeville	28	76	761	49.8333	1.5167	5
76270	Neuville-Ferrières	neuville-ferrieres	28	76	761	49.7118	1.4577	5
76270	Neufchâtel-en-Bray	neufchatel-en-bray	28	76	761	49.7332	1.4396	5
76270	Ménonval	menonval	28	76	761	49.7724	1.4933	5
76270	Mortemer	mortemer	28	76	761	49.7521	1.5513	5
76280	Pierrefiques	pierrefiques	28	76	762	49.6716	0.2333	5
76280	Turretot	turretot	28	76	762	49.6092	0.2342	5
76280	Beaurepaire	beaurepaire	28	76	762	49.666	0.2211	5
76280	Saint-Jouin-Bruneval	saint-jouin-bruneval	28	76	762	49.6428	0.164	5
76280	Vergetot	vergetot	28	76	762	49.6192	0.281	5
76280	Sainte-Marie-au-Bosc	sainte-marie-au-bosc	28	76	762	49.6653	0.2016	5
76280	Cuverville	cuverville	28	76	762	49.6639	0.2639	5
76280	Gonneville-la-Mallet	gonneville-la-mallet	28	76	762	49.6395	0.2225	5
76280	Heuqueville	heuqueville	28	76	762	49.6162	0.1455	5
76280	La Poterie-Cap-d’Antifer	la-poterie-cap-d-antifer	28	76	762	49.6719	0.1891	5
76280	Villainville	villainville	28	76	762	49.6604	0.2428	5
76280	Anglesqueville-l'Esneval	anglesqueville-l-esneval	28	76	762	49.6325	0.2365	5
76280	Angerville-l’Orcher	angerville-l-orcher	28	76	762	49.5883	0.2819	5
76280	Fongueusemare	fongueusemare	28	76	762	49.6787	0.3063	5
76280	Hermeville	hermeville	28	76	762	49.5976	0.2646	5
76280	Criquetot-l’Esneval	criquetot-l-esneval	28	76	762	49.6455	0.2657	5
76290	Montivilliers	montivilliers	28	76	762	49.5452	0.1877	5
76290	Fontenay	fontenay	28	76	762	49.5599	0.1839	5
76290	Mannevillette	mannevillette	28	76	762	49.5975	0.1758	5
76290	Saint-Martin-du-Manoir	saint-martin-du-manoir	28	76	762	49.5321	0.2376	5
76290	Fontaine-la-Mallet	fontaine-la-mallet	28	76	762	49.536	0.1462	5
76300	Sotteville-lès-Rouen	sotteville-les-rouen	28	76	763	49.4097	1.0901	5
76301 CEDEX	Sotteville-lès-Rouen	sotteville-les-rouen	28	76	763	49.4097	1.0901	5
76302 CEDEX	Sotteville-lès-Rouen	sotteville-les-rouen	28	76	763	49.4097	1.0901	5
76303 CEDEX	Sotteville-lès-Rouen	sotteville-les-rouen	28	76	763	49.4097	1.0901	5
76304 CEDEX	Sotteville-lès-Rouen	sotteville-les-rouen	28	76	763	49.4097	1.0901	5
76305 CEDEX	Sotteville-lès-Rouen	sotteville-les-rouen	28	76	763	49.4097	1.0901	5
76306 CEDEX	Sotteville-lès-Rouen	sotteville-les-rouen	28	76	763	49.4097	1.0901	5
76308 CEDEX	Sotteville-lès-Rouen	sotteville-les-rouen	28	76	763	49.4097	1.0901	5
76310	Sainte-Adresse	sainte-adresse	28	76	762	49.5089	0.0845	5
76320	Caudebec-lès-Elbeuf	caudebec-les-elbeuf	28	76	763	49.2808	1.0219	5
76320	Saint-Pierre-lès-Elbeuf	saint-pierre-les-elbeuf	28	76	763	49.279	1.0431	5
76330	Port-Jérôme-sur-Seine	port-jerome-sur-seine	28	76	762	49.4892	0.5711	5
76330	Norville	norville	28	76	762	49.4783	0.6416	5
76330	Saint-Maurice-d’Ételan	saint-maurice-d-etelan	28	76	762	49.4615	0.6176	5
76330	Petiville	petiville	28	76	762	49.4608	0.5874	5
76330	Notre-Dame-de-Gravenchon	notre-dame-de-gravenchon	28	76	762	49.4894	0.5719	5
76340	Monchaux-Soreng	monchaux-soreng	28	76	761	49.9494	1.5942	5
76340	Saint-Léger-aux-Bois	saint-leger-aux-bois	28	76	761	49.8328	1.6107	5
76340	Bazinval	bazinval	28	76	761	49.9587	1.5546	5
76340	Aubermesnil-aux-Érables	aubermesnil-aux-erables	28	76	761	49.8333	1.5667	5
76340	Foucarmont	foucarmont	28	76	761	49.8468	1.569	5
76340	Saint-Martin-au-Bosc	saint-martin-au-bosc	28	76	761	49.8306	1.6612	5
76340	Dancourt	dancourt	28	76	761	49.8929	1.5483	5
76340	Réalcamp	realcamp	28	76	761	49.8515	1.6235	5
76340	Rieux	rieux	28	76	761	49.9358	1.582	5
76340	Campneuseville	campneuseville	28	76	761	49.861	1.6579	5
76340	Rétonval	retonval	28	76	761	49.8208	1.593	5
76340	Villers-sous-Foucarmont	villers-sous-foucarmont	28	76	761	49.8397	1.564	5
76340	Hodeng-au-Bosc	hodeng-au-bosc	28	76	761	49.8626	1.7086	5
76340	Fallencourt	fallencourt	28	76	761	49.8679	1.5675	5
76340	Blangy-sur-Bresle	blangy-sur-bresle	28	76	761	49.9321	1.6251	5
76340	Pierrecourt	pierrecourt	28	76	761	49.8977	1.6608	5
76340	Guerville	guerville	28	76	761	49.9585	1.5153	5
76340	Nesle-Normandeuse	nesle-normandeuse	28	76	761	49.9071	1.6681	5
76340	Saint-Riquier-en-Rivière	saint-riquier-en-riviere	28	76	761	49.8909	1.5596	5
76350	Oissel	oissel	28	76	763	49.3331	1.0941	5
76360	Barentin	barentin	28	76	763	49.5453	0.9552	5
76360	Bouville	bouville	28	76	763	49.5619	0.8951	5
76360	Villers-Écalles	villers-ecalles	28	76	763	49.5414	0.9194	5
76360	Pissy-Pôville	pissy-poville	28	76	763	49.5299	0.9928	5
76370	Martin-Église	martin-eglise	28	76	761	49.9017	1.1412	5
76370	Rouxmesnil-Bouteilles	rouxmesnil-bouteilles	28	76	761	49.9063	1.0798	5
76370	Grèges	greges	28	76	761	49.9221	1.1477	5
76370	Derchigny	derchigny	28	76	761	49.9383	1.2101	5
76370	Ancourt	ancourt	28	76	761	49.9092	1.1828	5
76370	Saint-Martin-en-Campagne	saint-martin-en-campagne	28	76	761	49.9565	1.2223	5
76370	Belleville-sur-Mer	belleville-sur-mer	28	76	761	49.9493	1.1626	5
76370	Bracquemont	bracquemont	28	76	761	49.9397	1.1452	5
76370	Dieppe	dieppe	28	76	761	49.9333	1.0833	5
76370	Petit-Caux	petit-caux	28	76	761	49.9569	1.2217	5
76370	Berneval-le-Grand	berneval-le-grand	28	76	761	49.9533	1.1876	5
76379 CEDEX	Dieppe	dieppe	28	76	761	49.9333	1.0833	5
76380	Montigny	montigny	28	76	763	49.4596	1.0017	5
76380	Val-de-la-Haye	val-de-la-haye	28	76	763	49.3787	1.002	5
76380	Canteleu	canteleu	28	76	763	49.4407	1.0246	5
76390	Richemont	richemont	28	76	761	49.81	1.6439	5
76390	Morienne	morienne	28	76	761	49.7821	1.7113	5
76390	Landes-Vieilles-et-Neuves	landes-vieilles-et-neuves	28	76	761	49.7833	1.6333	5
76390	Ronchois	ronchois	28	76	761	49.7213	1.6282	5
76390	Nullemont	nullemont	28	76	761	49.7668	1.6382	5
76390	Aubéguimont	aubeguimont	28	76	761	49.8079	1.6712	5
76390	Conteville	conteville	28	76	761	49.6944	1.6342	5
76390	Criquiers	criquiers	28	76	761	49.6751	1.7083	5
76390	Aumale	aumale	28	76	761	49.7698	1.7559	5
76390	Haudricourt	haudricourt	28	76	761	49.7338	1.7051	5
76390	Vieux-Rouen-sur-Bresle	vieux-rouen-sur-bresle	28	76	761	49.8338	1.7198	5
76390	Marques	marques	28	76	761	49.7832	1.6898	5
76390	Ellecourt	ellecourt	28	76	761	49.7979	1.7148	5
76390	Le Caule-Sainte-Beuve	le-caule-sainte-beuve	28	76	761	49.768	1.5908	5
76390	Illois	illois	28	76	761	49.7508	1.6457	5
76400	Épreville	epreville	28	76	762	49.7065	0.3657	5
76400	Froberville	froberville	28	76	762	49.7222	0.3339	5
76400	Ganzeville	ganzeville	28	76	762	49.7332	0.4116	5
76400	Tourville-les-Ifs	tourville-les-ifs	28	76	762	49.7138	0.4002	5
76400	Toussaint	toussaint	28	76	762	49.7378	0.4241	5
76400	Colleville	colleville	28	76	762	49.7489	0.4584	5
76400	Fécamp	fecamp	28	76	762	49.7579	0.3746	5
76400	Sainte-Hélène-Bondeville	sainte-helene-bondeville	28	76	762	49.7745	0.4611	5
76400	Saint-Léonard	saint-leonard	28	76	762	49.7425	0.3591	5
76400	Contremoulins	contremoulins	28	76	762	49.7259	0.4278	5
76400	Senneville-sur-Fécamp	senneville-sur-fecamp	28	76	762	49.7718	0.416	5
76400	Maniquerville	maniquerville	28	76	762	49.6984	0.3474	5
76401 CEDEX	Fécamp	fecamp	28	76	762	49.7579	0.3746	5
76402 CEDEX	Fécamp	fecamp	28	76	762	49.7579	0.3746	5
76403 CEDEX	Fécamp	fecamp	28	76	762	49.7579	0.3746	5
76404 CEDEX	Fécamp	fecamp	28	76	762	49.7579	0.3746	5
76405 CEDEX	Fécamp	fecamp	28	76	762	49.7579	0.3746	5
76409 CEDEX	Fécamp	fecamp	28	76	762	49.7579	0.3746	5
76410	Saint-Aubin-lès-Elbeuf	saint-aubin-les-elbeuf	28	76	763	49.3036	1.0106	5
76410	Freneuse	freneuse	28	76	763	49.3167	1.0833	5
76410	Sotteville-sous-le-Val	sotteville-sous-le-val	28	76	763	49.3191	1.1239	5
76410	Tourville-la-Rivière	tourville-la-riviere	28	76	763	49.3278	1.1055	5
76410	Cléon	cleon	28	76	763	49.3124	1.0295	5
76418 CEDEX 9	Rouen	rouen	28	76	763	49.4431	1.0993	5
76419 CEDEX 9	Rouen	rouen	28	76	763	49.4431	1.0993	5
76420	Bihorel	bihorel	28	76	763	49.4547	1.1223	5
76430	La Cerlangue	la-cerlangue	28	76	762	49.5059	0.4133	5
76430	Oudalle	oudalle	28	76	762	49.5075	0.3016	5
76430	Épretot	epretot	28	76	762	49.5389	0.3167	5
76430	Tancarville	tancarville	28	76	762	49.4855	0.4577	5
76430	Saint-Gilles-de-la-Neuville	saint-gilles-de-la-neuville	28	76	762	49.5749	0.3754	5
76430	Sandouville	sandouville	28	76	762	49.4978	0.3175	5
76430	Étainhus	etainhus	28	76	762	49.5665	0.3129	5
76430	Sainneville	sainneville	28	76	762	49.556	0.2883	5
76430	Saint-Vigor-d’Ymonville	saint-vigor-d-ymonville	28	76	762	49.4942	0.361	5
76430	Saint-Vincent-Cramesnil	saint-vincent-cramesnil	28	76	762	49.5028	0.3603	5
76430	Gommerville	gommerville	28	76	762	49.5561	0.3684	5
76430	Saint-Romain-de-Colbosc	saint-romain-de-colbosc	28	76	762	49.5309	0.3572	5
76430	Saint-Aubin-Routot	saint-aubin-routot	28	76	762	49.5234	0.326	5
76430	Graimbouville	graimbouville	28	76	762	49.5754	0.3325	5
76430	La Remuée	la-remuee	28	76	762	49.5277	0.4028	5
76430	Les Trois-Pierres	les-trois-pierres	28	76	762	49.55	0.4167	5
76440	Rouvray-Catillon	rouvray-catillon	28	76	761	49.5736	1.4799	5
76440	Serqueux	serqueux	28	76	761	49.632	1.5401	5
76440	Saint-Michel-d’Halescourt	saint-michel-d-halescourt	28	76	761	49.6081	1.6658	5
76440	Roncherolles-en-Bray	roncherolles-en-bray	28	76	761	49.6172	1.4699	5
76440	Mauquenchy	mauquenchy	28	76	761	49.6037	1.4664	5
76440	Haussez	haussez	28	76	761	49.5821	1.6673	5
76440	Sommery	sommery	28	76	761	49.6345	1.441	5
76440	Sainte-Geneviève	sainte-genevieve	28	76	761	49.65	1.4333	5
76440	La Bellière	la-belliere	28	76	761	49.6013	1.6032	5
76440	Fontaine-en-Bray	fontaine-en-bray	28	76	761	49.6753	1.4193	5
76440	Le Thil-Riberpré	le-thil-riberpre	28	76	761	49.6409	1.5773	5
76440	Mesnil-Mauger	mesnil-mauger	28	76	761	49.6723	1.508	5
76440	La Ferté-Saint-Samson	la-ferte-saint-samson	28	76	761	49.5777	1.5242	5
76440	Haucourt	haucourt	28	76	761	49.6412	1.6598	5
76440	Beaubec-la-Rosière	beaubec-la-rosiere	28	76	761	49.6451	1.5327	5
76440	Compainville	compainville	28	76	761	49.6631	1.56	5
76440	Grumesnil	grumesnil	28	76	761	49.6094	1.6917	5
76440	Longmesnil	longmesnil	28	76	761	49.6146	1.6144	5
76440	Forges-les-Eaux	forges-les-eaux	28	76	761	49.6139	1.5445	5
76440	Le Fossé	le-fosse	28	76	761	49.6087	1.5711	5
76440	Saumont-la-Poterie	saumont-la-poterie	28	76	761	49.5787	1.6177	5
76440	Pommereux	pommereux	28	76	761	49.6007	1.6241	5
76450	Bertreville	bertreville	28	76	761	49.7692	0.5815	5
76450	Beuzeville-la-Guérard	beuzeville-la-guerard	28	76	761	49.7147	0.6117	5
76450	Ocqueville	ocqueville	28	76	761	49.8014	0.6885	5
76450	Canouville	canouville	28	76	761	49.8071	0.5988	5
76450	Cleuville	cleuville	28	76	761	49.7112	0.6331	5
76450	Butot-Vénesville	butot-venesville	28	76	761	49.8167	0.6	5
76450	Sasseville	sasseville	28	76	761	49.7888	0.6801	5
76450	Bertheauville	bertheauville	28	76	761	49.7549	0.6019	5
76450	Thiouville	thiouville	28	76	761	49.6945	0.618	5
76450	Malleville-les-Grès	malleville-les-gres	28	76	761	49.8297	0.607	5
76450	Ourville-en-Caux	ourville-en-caux	28	76	761	49.7285	0.6046	5
76450	Cany-Barville	cany-barville	28	76	761	49.7888	0.637	5
76450	Grainville-la-Teinturière	grainville-la-teinturiere	28	76	761	49.7477	0.6405	5
76450	Vittefleur	vittefleur	28	76	761	49.8214	0.6369	5
76450	Auberville-la-Manuel	auberville-la-manuel	28	76	761	49.8281	0.589	5
76450	Saint-Vaast-Dieppedalle	saint-vaast-dieppedalle	28	76	761	49.7528	0.7265	5
76450	Paluel	paluel	28	76	761	49.8318	0.6291	5
76450	Clasville	clasville	28	76	761	49.7925	0.6209	5
76450	Bosville	bosville	28	76	761	49.7551	0.6881	5
76450	Le Hanouard	le-hanouard	28	76	761	49.7322	0.6542	5
76450	Crasville-la-Mallet	crasville-la-mallet	28	76	761	49.8026	0.7146	5
76450	Veulettes-sur-Mer	veulettes-sur-mer	28	76	761	49.8516	0.5972	5
76450	Hautot-l’Auvray	hautot-l-auvray	28	76	761	49.7611	0.7509	5
76450	Saint-Martin-aux-Buneaux	saint-martin-aux-buneaux	28	76	761	49.8243	0.5563	5
76450	Ouainville	ouainville	28	76	761	49.7848	0.5905	5
76460	Blosseville	blosseville	28	76	761	49.8517	0.803	5
76460	Néville	neville	28	76	761	49.8247	0.7086	5
76460	Saint-Sylvain	saint-sylvain	28	76	761	49.8469	0.6743	5
76460	Pleine-Sève	pleine-seve	28	76	761	49.8179	0.7549	5
76460	Saint-Valery-en-Caux	saint-valery-en-caux	28	76	761	49.8667	0.7333	5
76460	Cailleville	cailleville	28	76	761	49.8316	0.734	5
76460	Le Mesnil-Durdent	le-mesnil-durdent	28	76	761	49.8159	0.7711	5
76460	Manneville-ès-Plains	manneville-es-plains	28	76	761	49.8519	0.7575	5
76460	Sainte-Colombe	sainte-colombe	28	76	761	49.7982	0.7638	5
76460	Ingouville	ingouville	28	76	761	49.8406	0.6894	5
76460	Drosay	drosay	28	76	761	49.793	0.7425	5
76460	Gueutteville-les-Grès	gueutteville-les-gres	28	76	761	49.842	0.7619	5
76460	Saint-Riquier-ès-Plains	saint-riquier-es-plains	28	76	761	49.8228	0.6663	5
76470	Le Tréport	le-treport	28	76	761	50.0598	1.3758	5
76480	Bardouville	bardouville	28	76	763	49.4349	0.9263	5
76480	Épinay-sur-Duclair	epinay-sur-duclair	28	76	763	49.5223	0.8331	5
76480	Saint-Pierre-de-Varengeville	saint-pierre-de-varengeville	28	76	763	49.5024	0.9312	5
76480	Yainville	yainville	28	76	763	49.4537	0.8292	5
76480	Jumièges	jumieges	28	76	763	49.4332	0.8192	5
76480	Berville-sur-Seine	berville-sur-seine	28	76	763	49.4717	0.9027	5
76480	Saint-Paër	saint-paer	28	76	763	49.5145	0.8794	5
76480	Anneville-Ambourville	anneville-ambourville	28	76	763	49.461	0.8865	5
76480	Roumare	roumare	28	76	763	49.5101	0.9742	5
76480	Duclair	duclair	28	76	763	49.4839	0.8762	5
76480	Sainte-Marguerite-sur-Duclair	sainte-marguerite-sur-duclair	28	76	763	49.5085	0.8436	5
76480	Le Mesnil-sous-Jumièges	le-mesnil-sous-jumieges	28	76	763	49.4111	0.8597	5
76490	Caudebec-en-Caux	caudebec-en-caux	28	76	763	49.5258	0.7256	5
76490	Rives-en-Seine	rives-en-seine	28	76	763	49.5264	0.7261	5
76490	Anquetierville	anquetierville	28	76	763	49.531	0.6348	5
76490	Louvetot	louvetot	28	76	763	49.5699	0.7142	5
76490	Saint-Arnoult	saint-arnoult	28	76	763	49.5268	0.6712	5
76490	Maulévrier-Sainte-Gertrude	maulevrier-sainte-gertrude	28	76	763	49.55	0.7333	5
76490	Saint-Wandrille-Rançon	saint-wandrille-rancon	28	76	763	49.5266	0.765	5
76490	Saint-Gilles-de-Crétot	saint-gilles-de-cretot	28	76	763	49.5582	0.6443	5
76490	Villequier	villequier	28	76	763	49.5127	0.6732	5
76490	Saint-Nicolas-de-la-Haie	saint-nicolas-de-la-haie	28	76	763	49.5558	0.6209	5
76500	Orival	orival	28	76	763	49.3128	0.9975	5
76500	La Londe	la-londe	28	76	763	49.3067	0.9539	5
76500	Elbeuf	elbeuf	28	76	763	49.2867	1.0029	5
76501 CEDEX	Elbeuf	elbeuf	28	76	763	49.2867	1.0029	5
76502 CEDEX	Elbeuf	elbeuf	28	76	763	49.2867	1.0029	5
76503 CEDEX	Elbeuf	elbeuf	28	76	763	49.2867	1.0029	5
76504 CEDEX	Elbeuf	elbeuf	28	76	763	49.2867	1.0029	5
76509 CEDEX	Elbeuf	elbeuf	28	76	763	49.2867	1.0029	5
76510	Notre-Dame-d’Aliermont	notre-dame-d-aliermont	28	76	761	49.8516	1.2951	5
76510	Dampierre-Saint-Nicolas	dampierre-saint-nicolas	28	76	761	49.8592	1.2011	5
76510	Saint-Aubin-le-Cauf	saint-aubin-le-cauf	28	76	761	49.8674	1.1849	5
76510	Ricarville-du-Val	ricarville-du-val	28	76	761	49.8096	1.2754	5
76510	Saint-Jacques-d’Aliermont	saint-jacques-d-aliermont	28	76	761	49.8485	1.258	5
76510	Meulers	meulers	28	76	761	49.8419	1.2263	5
76510	Freulleville	freulleville	28	76	761	49.8263	1.2358	5
76510	Saint-Vaast-d’Équiqueville	saint-vaast-d-equiqueville	28	76	761	49.8167	1.2667	5
76510	Saint-Nicolas-d’Aliermont	saint-nicolas-d-aliermont	28	76	761	49.8786	1.2249	5
76520	La Neuville-Chant-d'Oisel	la-neuville-chant-d-oisel	28	76	763	49.3667	1.2333	5
76520	Fresne-le-Plan	fresne-le-plan	28	76	763	49.412	1.2953	5
76520	Saint-Aubin-Celloville	saint-aubin-celloville	28	76	763	49.3637	1.1598	5
76520	Quévreville-la-Poterie	quevreville-la-poterie	28	76	763	49.3554	1.1899	5
76520	Gouy	gouy	28	76	763	49.3538	1.1491	5
76520	Les Authieux-sur-le-Port-Saint-Ouen	les-authieux-sur-le-port-saint-ouen	28	76	763	49.341	1.1347	5
76520	Montmain	montmain	28	76	763	49.41	1.2374	5
76520	Boos	boos	28	76	763	49.3885	1.2035	5
76520	Ymare	ymare	28	76	763	49.3506	1.1794	5
76520	Mesnil-Raoul	mesnil-raoul	28	76	763	49.3966	1.2748	5
76520	Franqueville-Saint-Pierre	franqueville-saint-pierre	28	76	763	49.401	1.1807	5
76530	Moulineaux	moulineaux	28	76	763	49.3432	0.9586	5
76530	Mauny	mauny	28	76	763	49.3842	0.8848	5
76530	La Bouille	la-bouille	28	76	763	49.35	0.9333	5
76530	Grand-Couronne	grand-couronne	28	76	763	49.3556	1.0065	5
76530	Yville-sur-Seine	yville-sur-seine	28	76	763	49.3994	0.8775	5
76540	Vinnemerville	vinnemerville	28	76	762	49.8051	0.555	5
76540	Riville	riville	28	76	762	49.7255	0.5622	5
76540	Saint-Pierre-en-Port	saint-pierre-en-port	28	76	762	49.8058	0.4974	5
76540	Angerville-la-Martel	angerville-la-martel	28	76	762	49.7617	0.5031	5
76540	Theuville-aux-Maillots	theuville-aux-maillots	28	76	762	49.7656	0.5467	5
76540	Saint-Martin-aux-Buneaux	saint-martin-aux-buneaux	28	76	761	49.8243	0.5563	5
76540	Limpiville	limpiville	28	76	762	49.6898	0.504	5
76540	Sassetot-le-Mauconduit	sassetot-le-mauconduit	28	76	762	49.8051	0.5272	5
76540	Gerponville	gerponville	28	76	762	49.7531	0.5637	5
76540	Sorquainville	sorquainville	28	76	762	49.7038	0.5512	5
76540	Thiétreville	thietreville	28	76	762	49.7178	0.5162	5
76540	Thérouldeville	therouldeville	28	76	762	49.7607	0.5188	5
76540	Ancretteville-sur-Mer	ancretteville-sur-mer	28	76	762	49.7884	0.5084	5
76540	Ypreville-Biville	ypreville-biville	28	76	762	49.6937	0.5343	5
76540	Thiergeville	thiergeville	28	76	762	49.7198	0.4939	5
76540	Écretteville-sur-Mer	ecretteville-sur-mer	28	76	762	49.791	0.4845	5
76540	Criquetot-le-Mauconduit	criquetot-le-mauconduit	28	76	762	49.7925	0.5608	5
76540	Valmont	valmont	28	76	762	49.7436	0.5129	5
76540	Életot	eletot	28	76	762	49.7883	0.4503	5
76550	Saint-Aubin-sur-Scie	saint-aubin-sur-scie	28	76	761	49.8716	1.0682	5
76550	Sauqueville	sauqueville	28	76	761	49.8572	1.0708	5
76550	Ambrumesnil	ambrumesnil	28	76	761	49.8578	0.9946	5
76550	Colmesnil-Manneville	colmesnil-manneville	28	76	761	49.8422	1.0376	5
76550	Tourville-sur-Arques	tourville-sur-arques	28	76	761	49.8593	1.1024	5
76550	Hautot-sur-Mer	hautot-sur-mer	28	76	761	49.8979	1.0288	5
76550	Aubermesnil-Beaumais	aubermesnil-beaumais	28	76	761	49.8438	1.1168	5
76550	Offranville	offranville	28	76	761	49.8721	1.0482	5
76560	Doudeville	doudeville	28	76	763	49.7227	0.7848	5
76560	Ancourteville-sur-Héricourt	ancourteville-sur-hericourt	28	76	761	49.696	0.6612	5
76560	Fultot	fultot	28	76	763	49.7582	0.7903	5
76560	Amfreville-les-Champs	amfreville-les-champs	28	76	763	49.7	0.8167	5
76560	Canville-les-Deux-Églises	canville-les-deux-eglises	28	76	763	49.7675	0.8401	5
76560	Oherville	oherville	28	76	761	49.7196	0.6736	5
76560	Carville-Pot-de-Fer	carville-pot-de-fer	28	76	763	49.7157	0.7259	5
76560	Le Torp-Mesnil	le-torp-mesnil	28	76	763	49.7171	0.9015	5
76560	Gonzeville	gonzeville	28	76	763	49.7619	0.8185	5
76560	Veauville-lès-Quelles	veauville-les-quelles	28	76	761	49.7378	0.7046	5
76560	Boudeville	boudeville	28	76	763	49.7245	0.8776	5
76560	Saint-Laurent-en-Caux	saint-laurent-en-caux	28	76	763	49.7509	0.8803	5
76560	Reuville	reuville	28	76	763	49.7512	0.8673	5
76560	Sommesnil	sommesnil	28	76	761	49.7132	0.6713	5
76560	Héricourt-en-Caux	hericourt-en-caux	28	76	763	49.6954	0.6966	5
76560	Anvéville	anveville	28	76	763	49.6986	0.7381	5
76560	Robertot	robertot	28	76	763	49.7188	0.6985	5
76560	Yvecrique	yvecrique	28	76	763	49.6893	0.8099	5
76560	Étalleville	etalleville	28	76	763	49.7389	0.827	5
76560	Prétot-Vicquemare	pretot-vicquemare	28	76	763	49.7319	0.8515	5
76560	Harcanville	harcanville	28	76	763	49.7157	0.7552	5
76560	Bénesville	benesville	28	76	763	49.7558	0.8361	5
76560	Routes	routes	28	76	763	49.7301	0.746	5
76560	Berville	berville	28	76	763	49.7094	0.838	5
76560	Bretteville-Saint-Laurent	bretteville-saint-laurent	28	76	763	49.7605	0.8764	5
76570	Pavilly	pavilly	28	76	763	49.567	0.9544	5
76570	Mesnil-Panneville	mesnil-panneville	28	76	763	49.5902	0.8924	5
76570	Hugleville-en-Caux	hugleville-en-caux	28	76	763	49.6345	0.9864	5
76570	Émanville	emanville	28	76	763	49.6223	0.96	5
76570	Fresquiennes	fresquiennes	28	76	763	49.5667	1.0167	5
76570	Goupillières	goupillieres	28	76	763	49.5861	0.9836	5
76570	Sainte-Austreberthe	sainte-austreberthe	28	76	763	49.5972	0.9754	5
76570	Limésy	limesy	28	76	763	49.6127	0.9248	5
76570	Cideville	cideville	28	76	763	49.617	0.898	5
76580	Le Trait	le-trait	28	76	763	49.4689	0.8163	5
76590	Lintot-les-Bois	lintot-les-bois	28	76	761	49.8	1.0733	5
76590	Torcy-le-Grand	torcy-le-grand	28	76	761	49.7992	1.1753	5
76590	Notre-Dame-du-Parc	notre-dame-du-parc	28	76	761	49.748	1.1263	5
76590	Criquetot-sur-Longueville	criquetot-sur-longueville	28	76	761	49.7765	1.074	5
76590	Saint-Germain-d’Étables	saint-germain-d-etables	28	76	761	49.8377	1.1813	5
76590	Le Bois-Robert	le-bois-robert	28	76	761	49.8362	1.1485	5
76590	Longueville-sur-Scie	longueville-sur-scie	28	76	761	49.7914	1.1101	5
76590	Manéhouville	manehouville	28	76	761	49.8347	1.0839	5
76590	Anneville-sur-Scie	anneville-sur-scie	28	76	761	49.8291	1.0865	5
76590	Crosville-sur-Scie	crosville-sur-scie	28	76	761	49.8246	1.0908	5
76590	Saint-Honoré	saint-honore	28	76	761	49.7847	1.1554	5
76590	Saint-Crespin	saint-crespin	28	76	761	49.7854	1.1124	5
76590	Bertreville-Saint-Ouen	bertreville-saint-ouen	28	76	761	49.8092	1.0568	5
76590	La Chaussée	la-chaussee	28	76	761	49.8246	1.1195	5
76590	La Chapelle-du-Bourgay	la-chapelle-du-bourgay	28	76	761	49.8215	1.1492	5
76590	Muchedent	muchedent	28	76	761	49.7716	1.1822	5
76590	Torcy-le-Petit	torcy-le-petit	28	76	761	49.8147	1.1728	5
76590	Le Catelier	le-catelier	28	76	761	49.7549	1.1498	5
76590	Dénestanville	denestanville	28	76	761	49.8134	1.0967	5
76590	Sainte-Foy	sainte-foy	28	76	761	49.7952	1.1346	5
76590	Les Cent-Acres	les-cent-acres	28	76	761	49.7659	1.1424	5
76590	Gonneville-sur-Scie	gonneville-sur-scie	28	76	761	49.7565	1.0735	5
76590	Belmesnil	belmesnil	28	76	761	49.7708	1.0501	5
76600	Le Havre	le-havre	28	76	762	49.4938	0.1077	5
76610	Le Havre	le-havre	28	76	762	49.4938	0.1077	5
76620	Le Havre	le-havre	28	76	762	49.4938	0.1077	5
76630	Auquemesnil	auquemesnil	28	76	761	49.946	1.3328	5
76630	Greny	greny	28	76	761	49.9493	1.3073	5
76630	Saint-Quentin-au-Bosc	saint-quentin-au-bosc	28	76	761	49.9381	1.3214	5
76630	Petit-Caux	petit-caux	28	76	761	49.9569	1.2217	5
76630	Tourville-la-Chapelle	tourville-la-chapelle	28	76	761	49.9449	1.2612	5
76630	Bailly-en-Rivière	bailly-en-riviere	28	76	761	49.9119	1.3368	5
76630	Saint-Ouen-sous-Bailly	saint-ouen-sous-bailly	28	76	761	49.9054	1.2977	5
76630	Glicourt	glicourt	28	76	761	49.9337	1.241	5
76630	Brunville	brunville	28	76	761	49.9661	1.2689	5
76630	Penly	penly	28	76	761	49.979	1.2311	5
76630	Bellengreville	bellengreville	28	76	761	49.9072	1.218	5
76630	Biville-sur-Mer	biville-sur-mer	28	76	761	49.981	1.2537	5
76630	Envermeu	envermeu	28	76	761	49.8956	1.2649	5
76630	Intraville	intraville	28	76	761	49.9316	1.2808	5
76630	Avesnes-en-Val	avesnes-en-val	28	76	761	49.9197	1.3987	5
76630	Les Ifs	les-ifs	28	76	761	49.8869	1.3957	5
76630	Guilmécourt	guilmecourt	28	76	761	49.9667	1.3022	5
76630	Gouchaupre	gouchaupre	28	76	761	49.9333	1.3	5
76630	Assigny	assigny	28	76	761	49.9865	1.2932	5
76630	Douvrend	douvrend	28	76	761	49.869	1.3227	5
76630	Sauchay	sauchay	28	76	761	49.9213	1.2014	5
76640	Hattenville	hattenville	28	76	762	49.6519	0.5372	5
76640	Rocquefort	rocquefort	28	76	763	49.6662	0.7045	5
76640	Auzouville-Auberbosc	auzouville-auberbosc	28	76	762	49.6269	0.5706	5
76640	Normanville	normanville	28	76	761	49.6948	0.5943	5
76640	Alvimare	alvimare	28	76	762	49.6052	0.6305	5
76640	Terres-de-Caux	terres-de-caux	28	76	762	49.6533	0.5914	5
76640	Ricarville	ricarville	28	76	762	49.6353	0.6073	5
76640	Bermonville	bermonville	28	76	762	49.6393	0.6343	5
76640	Foucart	foucart	28	76	762	49.6127	0.5966	5
76640	Cléville	cleville	28	76	762	49.621	0.6156	5
76640	Saint-Pierre-Lavis	saint-pierre-lavis	28	76	762	49.6562	0.6255	5
76640	Bennetot	bennetot	28	76	762	49.6709	0.5544	5
76640	Trémauville	tremauville	28	76	762	49.6674	0.5204	5
76640	Sainte-Marguerite-sur-Fauville	sainte-marguerite-sur-fauville	28	76	762	49.6679	0.6013	5
76640	Cliponville	cliponville	28	76	762	49.6886	0.682	5
76640	Yébleron	yebleron	28	76	762	49.6333	0.5375	5
76640	Envronville	envronville	28	76	762	49.6617	0.6687	5
76640	Fauville-en-Caux	fauville-en-caux	28	76	762	49.6526	0.592	5
76650	Petit-Couronne	petit-couronne	28	76	763	49.3833	1.0167	5
76660	Fresnoy-Folny	fresnoy-folny	28	76	761	49.8883	1.4282	5
76660	Osmoy-Saint-Valery	osmoy-saint-valery	28	76	761	49.7958	1.3238	5
76660	Londinières	londinieres	28	76	761	49.8319	1.4023	5
76660	Grandcourt	grandcourt	28	76	761	49.914	1.4919	5
76660	Bailleul-Neuville	bailleul-neuville	28	76	761	49.8073	1.4231	5
76660	Baillolet	baillolet	28	76	761	49.793	1.4376	5
76660	Wanchy-Capval	wanchy-capval	28	76	761	49.8586	1.3588	5
76660	Mesnil-Follemprise	mesnil-follemprise	28	76	761	49.7752	1.2969	5
76660	Croixdalle	croixdalle	28	76	761	49.8145	1.3645	5
76660	Preuseville	preuseville	28	76	761	49.8705	1.5151	5
76660	Smermesnil	smermesnil	28	76	761	49.8416	1.4742	5
76660	Puisenval	puisenval	28	76	761	49.8848	1.4714	5
76660	Bures-en-Bray	bures-en-bray	28	76	761	49.7783	1.3345	5
76660	Saint-Pierre-des-Jonquières	saint-pierre-des-jonquieres	28	76	761	49.8513	1.4521	5
76660	Fréauville	freauville	28	76	761	49.8249	1.4158	5
76660	Sainte-Agathe-d’Aliermont	sainte-agathe-d-aliermont	28	76	761	49.827	1.3315	5
76660	Clais	clais	28	76	761	49.8067	1.452	5
76680	Critot	critot	28	76	761	49.6137	1.2525	5
76680	Pommeréval	pommereval	28	76	761	49.7348	1.3098	5
76680	Mathonville	mathonville	28	76	761	49.6216	1.3851	5
76680	Bradiancourt	bradiancourt	28	76	761	49.656	1.3891	5
76680	Saint-Hellier	saint-hellier	28	76	761	49.7315	1.1902	5
76680	Rosay	rosay	28	76	761	49.6951	1.2449	5
76680	Montérolier	monterolier	28	76	761	49.6313	1.3464	5
76680	Bosc-Mesnil	bosc-mesnil	28	76	761	49.6619	1.3481	5
76680	Maucomble	maucomble	28	76	761	49.6833	1.3333	5
76680	Rocquemont	rocquemont	28	76	761	49.6036	1.2827	5
76680	Bellencombre	bellencombre	28	76	761	49.7075	1.226	5
76680	Saint-Saëns	saint-saens	28	76	761	49.673	1.2853	5
76680	Neufbosc	neufbosc	28	76	761	49.6456	1.3635	5
76680	Saint-Martin-Osmonville	saint-martin-osmonville	28	76	761	49.6387	1.2995	5
76680	Ventes-Saint-Rémy	ventes-saint-remy	28	76	761	49.7101	1.3054	5
76680	Bosc-Bérenger	bosc-berenger	28	76	761	49.6351	1.2528	5
76680	Ardouval	ardouval	28	76	761	49.7465	1.2749	5
76690	Fontaine-le-Bourg	fontaine-le-bourg	28	76	763	49.5645	1.1639	5
76690	Saint-Germain-sous-Cailly	saint-germain-sous-cailly	28	76	763	49.5787	1.2054	5
76690	Esteville	esteville	28	76	763	49.6071	1.2234	5
76690	Claville-Motteville	claville-motteville	28	76	763	49.5994	1.1902	5
76690	Mont-Cauvaire	mont-cauvaire	28	76	763	49.571	1.1094	5
76690	Authieux-Ratiéville	authieux-ratieville	28	76	763	49.6067	1.1548	5
76690	La Houssaye-Béranger	la-houssaye-beranger	28	76	763	49.6333	1.0833	5
76690	Le Bocasse	le-bocasse	28	76	763	49.6	1.0833	5
76690	Clères	cleres	28	76	763	49.6	1.1167	5
76690	La Rue-Saint-Pierre	la-rue-saint-pierre	28	76	763	49.5642	1.2463	5
76690	Saint-Georges-sur-Fontaine	saint-georges-sur-fontaine	28	76	763	49.5439	1.1801	5
76690	Yquebeuf	yquebeuf	28	76	763	49.5977	1.2544	5
76690	Frichemesnil	frichemesnil	28	76	763	49.623	1.1388	5
76690	Grugny	grugny	28	76	763	49.6235	1.1055	5
76690	Saint-André-sur-Cailly	saint-andre-sur-cailly	28	76	763	49.5469	1.2196	5
76690	Sierville	sierville	28	76	763	49.5896	1.0354	5
76690	Cailly	cailly	28	76	763	49.5801	1.2303	5
76700	Harfleur	harfleur	28	76	762	49.5066	0.1983	5
76700	Gainneville	gainneville	28	76	762	49.5184	0.2616	5
76700	Gonfreville-l’Orcher	gonfreville-l-orcher	28	76	762	49.505	0.2357	5
76700	Saint-Laurent-de-Brévedent	saint-laurent-de-brevedent	28	76	762	49.5256	0.2546	5
76700	Rogerville	rogerville	28	76	762	49.503	0.2652	5
76710	Anceaumeville	anceaumeville	28	76	763	49.5715	1.0507	5
76710	Eslettes	eslettes	28	76	763	49.5482	1.0552	5
76710	Montville	montville	28	76	763	49.55	1.0833	5
76710	Bosc-Guérard-Saint-Adrien	bosc-guerard-saint-adrien	28	76	763	49.5415	1.1165	5
76720	Heugleville-sur-Scie	heugleville-sur-scie	28	76	761	49.7326	1.0892	5
76720	Cropus	cropus	28	76	761	49.7398	1.1475	5
76720	Auffay	auffay	28	76	761	49.7188	1.0991	5
76720	Cressy	cressy	28	76	761	49.7249	1.1668	5
76721 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76723 CEDEX	Rouen	rouen	28	76	763	49.4431	1.0993	5
76730	Auppegard	auppegard	28	76	761	49.8294	1.0278	5
76730	Lestanville	lestanville	28	76	761	49.7479	0.9577	5
76730	Bacqueville-en-Caux	bacqueville-en-caux	28	76	761	49.7876	0.9993	5
76730	Gueures	gueures	28	76	761	49.8443	0.9619	5
76730	Brachy	brachy	28	76	761	49.8167	0.95	5
76730	Lammerville	lammerville	28	76	761	49.7965	0.9835	5
76730	Vénestanville	venestanville	28	76	761	49.7922	0.9047	5
76730	Biville-la-Rivière	biville-la-riviere	28	76	761	49.7833	0.9333	5
76730	Sassetot-le-Malgardé	sassetot-le-malgarde	28	76	761	49.7735	0.8983	5
76730	Omonville	omonville	28	76	761	49.7994	1.0538	5
76730	Lamberville	lamberville	28	76	761	49.7763	0.998	5
76730	Rainfreville	rainfreville	28	76	761	49.7917	0.9369	5
76730	Saâne-Saint-Just	saane-saint-just	28	76	761	49.7667	0.9333	5
76730	Saint-Mards	saint-mards	28	76	761	49.7597	1.0131	5
76730	Auzouville-sur-Saâne	auzouville-sur-saane	28	76	761	49.7446	0.9369	5
76730	Thil-Manneville	thil-manneville	28	76	761	49.841	0.9931	5
76730	Saint-Ouen-le-Mauger	saint-ouen-le-mauger	28	76	761	49.7597	0.9626	5
76730	Tocqueville-en-Caux	tocqueville-en-caux	28	76	761	49.7795	0.9078	5
76730	Hermanville	hermanville	28	76	761	49.8201	0.9886	5
76730	Gonnetot	gonnetot	28	76	761	49.7634	0.8985	5
76730	Royville	royville	28	76	761	49.7766	0.9575	5
76730	Avremesnil	avremesnil	28	76	761	49.8502	0.9287	5
76740	La Gaillarde	la-gaillarde	28	76	761	49.8383	0.8637	5
76740	Anglesqueville-la-Bras-Long	anglesqueville-la-bras-long	28	76	761	49.7813	0.7826	5
76740	La Chapelle-sur-Dun	la-chapelle-sur-dun	28	76	761	49.8621	0.8494	5
76740	Brametot	brametot	28	76	761	49.7846	0.866	5
76740	Le Bourg-Dun	le-bourg-dun	28	76	761	49.864	0.8873	5
76740	Crasville-la-Rocquefort	crasville-la-rocquefort	28	76	761	49.806	0.8792	5
76740	Saint-Pierre-le-Viger	saint-pierre-le-viger	28	76	761	49.8225	0.849	5
76740	Fontaine-le-Dun	fontaine-le-dun	28	76	761	49.8118	0.8509	5
76740	Houdetot	houdetot	28	76	761	49.8147	0.8043	5
76740	Sotteville-sur-Mer	sotteville-sur-mer	28	76	761	49.8802	0.8325	5
76740	Saint-Aubin-sur-Mer	saint-aubin-sur-mer	28	76	761	49.893	0.8722	5
76740	Bourville	bourville	28	76	761	49.7943	0.8223	5
76740	Saint-Pierre-le-Vieux	saint-pierre-le-vieux	28	76	761	49.8525	0.8714	5
76740	Ermenouville	ermenouville	28	76	761	49.7981	0.787	5
76740	Autigny	autigny	28	76	761	49.7953	0.8577	5
76740	Angiens	angiens	28	76	761	49.8271	0.7902	5
76740	Héberville	heberville	28	76	761	49.7767	0.8058	5
76750	Bosc-Roger-sur-Buchy	bosc-roger-sur-buchy	28	76	763	49.583	1.3875	5
76750	Ernemont-sur-Buchy	ernemont-sur-buchy	28	76	763	49.5392	1.361	5
76750	Pierreval	pierreval	28	76	763	49.5429	1.2561	5
76750	Bosc-Bordel	bosc-bordel	28	76	763	49.5927	1.4096	5
76750	Rebets	rebets	28	76	763	49.5111	1.3907	5
76750	Boissay	boissay	28	76	763	49.52	1.3569	5
76750	Morgny-la-Pommeraye	morgny-la-pommeraye	28	76	763	49.5112	1.2556	5
76750	Bois-Héroult	bois-heroult	28	76	763	49.5637	1.4072	5
76750	Saint-Germain-des-Essourts	saint-germain-des-essourts	28	76	763	49.5387	1.321	5
76750	Sainte-Croix-sur-Buchy	sainte-croix-sur-buchy	28	76	763	49.5646	1.3506	5
76750	Bois-Guilbert	bois-guilbert	28	76	763	49.5486	1.4199	5
76750	Bierville	bierville	28	76	763	49.5391	1.2721	5
76750	Bosc-Édeline	bosc-edeline	28	76	763	49.5704	1.4263	5
76750	Estouteville-Écalles	estouteville-ecalles	28	76	763	49.5904	1.3149	5
76750	Héronchelles	heronchelles	28	76	763	49.5297	1.3849	5
76750	Longuerue	longuerue	28	76	763	49.546	1.2951	5
76750	Buchy	buchy	28	76	763	49.5851	1.3585	5
76750	Vieux-Manoir	vieux-manoir	28	76	763	49.5686	1.2968	5
76760	Auzouville-l’Esneval	auzouville-l-esneval	28	76	763	49.6433	0.8854	5
76760	Criquetot-sur-Ouville	criquetot-sur-ouville	28	76	763	49.6736	0.8505	5
76760	Bourdainville	bourdainville	28	76	763	49.6751	0.9453	5
76760	Yerville	yerville	28	76	763	49.6672	0.8959	5
76760	Saussay	saussay	28	76	763	49.6347	0.9409	5
76760	Vibeuf	vibeuf	28	76	763	49.6926	0.9042	5
76760	Ectot-l’Auber	ectot-l-auber	28	76	763	49.6496	0.9291	5
76760	Lindebeuf	lindebeuf	28	76	763	49.7106	0.907	5
76760	Saint-Martin-aux-Arbres	saint-martin-aux-arbres	28	76	763	49.6491	0.896	5
76760	Ouville-l’Abbaye	ouville-l-abbaye	28	76	763	49.6946	0.8644	5
76760	Ancretiéville-Saint-Victor	ancretieville-saint-victor	28	76	763	49.6528	0.9694	5
76770	Le Houlme	le-houlme	28	76	763	49.5097	1.0354	5
76770	Malaunay	malaunay	28	76	763	49.5271	1.0429	5
76770	Houppeville	houppeville	28	76	763	49.5126	1.0796	5
76780	Saint-Lucien	saint-lucien	28	76	761	49.5089	1.4486	5
76780	Elbeuf-sur-Andelle	elbeuf-sur-andelle	28	76	763	49.4607	1.3958	5
76780	Le Mesnil-Lieubray	le-mesnil-lieubray	28	76	761	49.5	1.5167	5
76780	Mésangueville	mesangueville	28	76	761	49.5478	1.5585	5
76780	Nolléval	nolleval	28	76	761	49.4929	1.4838	5
76780	Sigy-en-Bray	sigy-en-bray	28	76	761	49.5462	1.489	5
76780	Croisy-sur-Andelle	croisy-sur-andelle	28	76	761	49.4604	1.3976	5
76780	La Haye	la-haye	28	76	761	49.4667	1.4333	5
76780	Fry	fry	28	76	761	49.5305	1.5264	5
76780	Hodeng-Hodenger	hodeng-hodenger	28	76	761	49.5281	1.5694	5
76780	La Chapelle-Saint-Ouen	la-chapelle-saint-ouen	28	76	761	49.5348	1.4344	5
76780	Argueil	argueil	28	76	761	49.5417	1.5145	5
76780	La Hallotière	la-hallotiere	28	76	761	49.5197	1.4699	5
76780	Le Héron	le-heron	28	76	761	49.4769	1.4062	5
76780	Morville-sur-Andelle	morville-sur-andelle	28	76	761	49.477	1.4275	5
76790	Le Tilleul	le-tilleul	28	76	762	49.6804	0.2111	5
76790	Bordeaux-Saint-Clair	bordeaux-saint-clair	28	76	762	49.701	0.2536	5
76790	Bénouville	benouville	28	76	762	49.7175	0.2542	5
76790	Gerville	gerville	28	76	762	49.697	0.3294	5
76790	Étretat	etretat	28	76	762	49.7067	0.2052	5
76790	Les Loges	les-loges	28	76	762	49.6986	0.284	5
76800	Saint-Étienne-du-Rouvray	saint-etienne-du-rouvray	28	76	763	49.3779	1.1047	5
76801 CEDEX	Saint-Étienne-du-Rouvray	saint-etienne-du-rouvray	28	76	763	49.3779	1.1047	5
76802 CEDEX	Saint-Étienne-du-Rouvray	saint-etienne-du-rouvray	28	76	763	49.3779	1.1047	5
76803 CEDEX	Saint-Étienne-du-Rouvray	saint-etienne-du-rouvray	28	76	763	49.3779	1.1047	5
76804 CEDEX	Saint-Étienne-du-Rouvray	saint-etienne-du-rouvray	28	76	763	49.3779	1.1047	5
76805 CEDEX	Saint-Étienne-du-Rouvray	saint-etienne-du-rouvray	28	76	763	49.3779	1.1047	5
76806 CEDEX	Saint-Étienne-du-Rouvray	saint-etienne-du-rouvray	28	76	763	49.3779	1.1047	5
76807 CEDEX	Saint-Étienne-du-Rouvray	saint-etienne-du-rouvray	28	76	763	49.3779	1.1047	5
76808 CEDEX	Saint-Étienne-du-Rouvray	saint-etienne-du-rouvray	28	76	763	49.3779	1.1047	5
76809 CEDEX	Saint-Étienne-du-Rouvray	saint-etienne-du-rouvray	28	76	763	49.3779	1.1047	5
76810	Luneray	luneray	28	76	761	49.828	0.9158	5
76810	Greuville	greuville	28	76	761	49.8103	0.911	5
76810	Gruchet-Saint-Siméon	gruchet-saint-simeon	28	76	761	49.8189	0.8939	5
76821 CEDEX	Mont-Saint-Aignan	mont-saint-aignan	28	76	763	49.4631	1.0936	5
76823 CEDEX	Mont-Saint-Aignan	mont-saint-aignan	28	76	763	49.4631	1.0936	5
76824 CEDEX	Mont-Saint-Aignan	mont-saint-aignan	28	76	763	49.4631	1.0936	5
76825 CEDEX	Mont-Saint-Aignan	mont-saint-aignan	28	76	763	49.4631	1.0936	5
76840	Quevillon	quevillon	28	76	763	49.4195	0.9538	5
76840	Hénouville	henouville	28	76	763	49.4789	0.9637	5
76840	Saint-Martin-de-Boscherville	saint-martin-de-boscherville	28	76	763	49.4438	0.9627	5
76850	Grigneuseville	grigneuseville	28	76	763	49.6531	1.1882	5
76850	Fresnay-le-Long	fresnay-le-long	28	76	761	49.6501	1.0938	5
76850	Beaumont-le-Hareng	beaumont-le-hareng	28	76	763	49.6695	1.2224	5
76850	La Crique	la-crique	28	76	761	49.6911	1.1963	5
76850	Bracquetuit	bracquetuit	28	76	761	49.6656	1.1681	5
76850	Bosc-le-Hard	bosc-le-hard	28	76	763	49.6273	1.1748	5
76850	Cottévrard	cottevrard	28	76	763	49.6332	1.2225	5
76850	Étaimpuis	etaimpuis	28	76	761	49.6451	1.1415	5
76850	Montreuil-en-Caux	montreuil-en-caux	28	76	761	49.6796	1.1484	5
76850	Sévis	sevis	28	76	761	49.7064	1.1632	5
76860	Saint-Denis-d’Aclon	saint-denis-d-aclon	28	76	761	49.8651	0.9573	5
76860	Longueil	longueil	28	76	761	49.8833	0.9667	5
76860	Ouville-la-Rivière	ouville-la-riviere	28	76	761	49.8737	0.9597	5
76860	Quiberville	quiberville	28	76	761	49.8984	0.9208	5
76870	Gaillefontaine	gaillefontaine	28	76	761	49.6537	1.6155	5
76870	Beaussault	beaussault	28	76	761	49.6852	1.5629	5
76880	Arques-la-Bataille	arques-la-bataille	28	76	761	49.8812	1.1287	5
76880	Martigny	martigny	28	76	761	49.8672	1.1507	5
76881 CEDEX	Dieppe	dieppe	28	76	761	49.9333	1.0833	5
76882 CEDEX	Dieppe	dieppe	28	76	761	49.9333	1.0833	5
76883 CEDEX	Dieppe	dieppe	28	76	761	49.9333	1.0833	5
76884 CEDEX	Dieppe	dieppe	28	76	761	49.9333	1.0833	5
76885 CEDEX	Dieppe	dieppe	28	76	761	49.9333	1.0833	5
76887 CEDEX	Dieppe	dieppe	28	76	761	49.9333	1.0833	5
76890	Imbleville	imbleville	28	76	761	49.7157	0.9523	5
76890	Butot	butot	28	76	763	49.6155	1.0264	5
76890	Saint-Denis-sur-Scie	saint-denis-sur-scie	28	76	761	49.7052	1.0949	5
76890	Saint-Ouen-du-Breuil	saint-ouen-du-breuil	28	76	761	49.6386	1.0103	5
76890	Tôtes	totes	28	76	761	49.6809	1.0465	5
76890	Saint-Victor-l’Abbaye	saint-victor-l-abbaye	28	76	761	49.6742	1.1203	5
76890	Val-de-Saâne	val-de-saane	28	76	761	49.7	0.9667	5
76890	Belleville-en-Caux	belleville-en-caux	28	76	761	49.7076	0.9876	5
76890	Beautot	beautot	28	76	761	49.6428	1.037	5
76890	Vassonville	vassonville	28	76	761	49.6946	1.0925	5
76890	Saint-Vaast-du-Val	saint-vaast-du-val	28	76	761	49.6892	1.0105	5
76890	Beauval-en-Caux	beauval-en-caux	28	76	761	49.7449	1.0177	5
76890	Gueutteville	gueutteville	28	76	761	49.6489	1.0032	5
76890	Bertrimont	bertrimont	28	76	761	49.6667	1	5
76890	Biville-la-Baignarde	biville-la-baignarde	28	76	761	49.7221	1.0486	5
76890	Saint-Maclou-de-Folleville	saint-maclou-de-folleville	28	76	761	49.6815	1.1063	5
76890	Calleville-les-Deux-Églises	calleville-les-deux-eglises	28	76	761	49.7061	1.0227	5
76890	La Fontelaye	la-fontelaye	28	76	761	49.6897	0.9395	5
76890	Varneville-Bretteville	varneville-bretteville	28	76	761	49.6523	1.0436	5
76890	Saint-Pierre-Bénouville	saint-pierre-benouville	28	76	761	49.741	0.9717	5
76900 CEDEX 9	Rouen	rouen	28	76	763	49.4431	1.0993	5
76902 CEDEX 9	Rouen	rouen	28	76	763	49.4431	1.0993	5
76910	Touffreville-sur-Eu	touffreville-sur-eu	28	76	761	50.0013	1.3246	5
76910	Criel-sur-Mer	criel-sur-mer	28	76	761	50.0151	1.3146	5
76910	Petit-Caux	petit-caux	28	76	761	49.9569	1.2217	5
76910	Tocqueville-sur-Eu	tocqueville-sur-eu	28	76	761	50.0024	1.2832	5
76914 CEDEX 9	Rouen	rouen	28	76	763	49.4431	1.0993	5
76915 CEDEX 9	Rouen	rouen	28	76	763	49.4431	1.0993	5
76917 CEDEX 9	Rouen	rouen	28	76	763	49.4431	1.0993	5
76920	Amfreville-la-Mi-Voie	amfreville-la-mi-voie	28	76	763	49.4075	1.1387	5
76925 CEDEX 9	Rouen	rouen	28	76	763	49.4431	1.0993	5
76926 CEDEX 9	Rouen	rouen	28	76	763	49.4431	1.0993	5
76927 CEDEX 9	Rouen	rouen	28	76	763	49.4431	1.0993	5
76929 CEDEX 9	Rouen	rouen	28	76	763	49.4431	1.0993	5
76930	Octeville-sur-Mer	octeville-sur-mer	28	76	762	49.555	0.1166	5
76930	Cauville-sur-Mer	cauville-sur-mer	28	76	762	49.6	0.1333	5
76934 CEDEX 9	Rouen	rouen	28	76	763	49.4431	1.0993	5
76935 CEDEX 9	Rouen	rouen	28	76	763	49.4431	1.0993	5
76940	Notre-Dame-de-Bliquetuit	notre-dame-de-bliquetuit	28	76	763	49.4921	0.7646	5
76940	Saint-Nicolas-de-Bliquetuit	saint-nicolas-de-bliquetuit	28	76	763	49.508	0.7321	5
76940	Arelaune-en-Seine	arelaune-en-seine	28	76	763	49.4822	0.7719	5
76940	Heurteauville	heurteauville	28	76	763	49.443	0.8114	5
76940	La Mailleraye-sur-Seine	la-mailleraye-sur-seine	28	76	763	49.4831	0.7703	5
76940	Vatteville-la-Rue	vatteville-la-rue	28	76	763	49.5	0.6833	5
76945 CEDEX 9	Rouen	rouen	28	76	763	49.4431	1.0993	5
76950	Les Grandes-Ventes	les-grandes-ventes	28	76	761	49.7854	1.2292	5
76960	Notre-Dame-de-Bondeville	notre-dame-de-bondeville	28	76	763	49.4833	1.05	5
76970	Ectot-lès-Baons	ectot-les-baons	28	76	763	49.643	0.805	5
76970	Grémonville	gremonville	28	76	763	49.6699	0.8271	5
76970	Motteville	motteville	28	76	763	49.6347	0.8526	5
76970	Flamanville	flamanville	28	76	763	49.63	0.8325	5
76980	Veules-les-Roses	veules-les-roses	28	76	761	49.8728	0.8	5
02000	Laniscourt	laniscourt	32	02	022	49.5492	3.5423	5
02000	Clacy-et-Thierret	clacy-et-thierret	32	02	022	49.5443	3.5714	5
02000	Chaillevois	chaillevois	32	02	022	49.5132	3.5254	5
02000	Laon	laon	32	02	022	49.5631	3.6271	5
02000	Montbavin	montbavin	32	02	022	49.5225	3.5282	5
02000	Pargny-Filain	pargny-filain	32	02	024	49.4635	3.5444	5
02000	Mons-en-Laonnois	mons-en-laonnois	32	02	022	49.5378	3.554	5
02000	Urcel	urcel	32	02	022	49.4923	3.5574	5
02000	Braye-en-Laonnois	braye-en-laonnois	32	02	022	49.4396	3.6093	5
02000	Barenton-Bugny	barenton-bugny	32	02	022	49.6333	3.6514	5
02000	Vaucelles-et-Beffecourt	vaucelles-et-beffecourt	32	02	022	49.5296	3.5555	5
02000	Bourguignon-sous-Montbavin	bourguignon-sous-montbavin	32	02	022	49.5285	3.5398	5
02000	Chavignon	chavignon	32	02	024	49.4793	3.5221	5
02000	Chambry	chambry	32	02	022	49.5926	3.6579	5
02000	Filain	filain	32	02	024	49.4585	3.5575	5
02000	Royaucourt-et-Chailvet	royaucourt-et-chailvet	32	02	022	49.5119	3.5336	5
02000	Étouvelles	etouvelles	32	02	022	49.5207	3.5808	5
02000	Merlieux-et-Fouquerolles	merlieux-et-fouquerolles	32	02	022	49.5185	3.5057	5
02000	Molinchart	molinchart	32	02	022	49.5616	3.5395	5
02000	Verneuil-sur-Serre	verneuil-sur-serre	32	02	022	49.6514	3.6721	5
02000	Aulnois-sous-Laon	aulnois-sous-laon	32	02	022	49.6143	3.6055	5
02000	Chevregny	chevregny	32	02	022	49.4719	3.5913	5
02000	Chivy-lès-Étouvelles	chivy-les-etouvelles	32	02	022	49.5289	3.5783	5
02000	Monampteuil	monampteuil	32	02	024	49.4758	3.5723	5
02000	Chéry-lès-Pouilly	chery-les-pouilly	32	02	022	49.6574	3.6039	5
02000	Barenton-Cel	barenton-cel	32	02	022	49.6425	3.6524	5
02001 CEDEX	Laon	laon	32	02	022	49.5631	3.6271	5
02002 CEDEX	Laon	laon	32	02	022	49.5631	3.6271	5
02003 CEDEX	Laon	laon	32	02	022	49.5631	3.6271	5
02004 CEDEX	Laon	laon	32	02	022	49.5631	3.6271	5
02005 CEDEX	Laon	laon	32	02	022	49.5631	3.6271	5
02006 CEDEX	Laon	laon	32	02	022	49.5631	3.6271	5
02007 CEDEX	Laon	laon	32	02	022	49.5631	3.6271	5
02008 CEDEX 9	Laon	laon	32	02	022	49.5631	3.6271	5
02009 CEDEX 9	Laon	laon	32	02	022	49.5631	3.6271	5
02010 CEDEX 9	Laon	laon	32	02	022	49.5631	3.6271	5
02011 CEDEX	Laon	laon	32	02	022	49.5631	3.6271	5
02012 CEDEX	Laon	laon	32	02	022	49.5631	3.6271	5
02013 CEDEX 9	Laon	laon	32	02	022	49.5631	3.6271	5
02014 CEDEX 9	Laon	laon	32	02	022	49.5631	3.6271	5
02015 CEDEX	Laon	laon	32	02	022	49.5631	3.6271	5
02016 CEDEX 9	Laon	laon	32	02	022	49.5631	3.6271	5
02017 CEDEX	Laon	laon	32	02	022	49.5631	3.6271	5
02018 CEDEX 9	Laon	laon	32	02	022	49.5631	3.6271	5
02019 CEDEX	Laon	laon	32	02	022	49.5631	3.6271	5
02020 CEDEX 9	Laon	laon	32	02	022	49.5631	3.6271	5
02025 CEDEX 9	Laon	laon	32	02	022	49.5631	3.6271	5
02100	Saint-Quentin	saint-quentin	32	02	023	49.8489	3.2876	5
02100	Remaucourt	remaucourt	32	02	023	49.8956	3.3438	5
02100	Essigny-le-Petit	essigny-le-petit	32	02	023	49.8977	3.3638	5
02100	Rouvroy	rouvroy	32	02	023	49.8546	3.3175	5
02100	Neuville-Saint-Amand	neuville-saint-amand	32	02	023	49.8258	3.334	5
02100	Morcourt	morcourt	32	02	023	49.8748	3.3228	5
02100	Fayet	fayet	32	02	023	49.8684	3.2521	5
02100	Gricourt	gricourt	32	02	023	49.8873	3.2438	5
02100	Lesdins	lesdins	32	02	023	49.8973	3.3306	5
02100	Harly	harly	32	02	023	49.8377	3.31	5
02100	Omissy	omissy	32	02	023	49.8776	3.3123	5
02101 CEDEX	Saint-Quentin	saint-quentin	32	02	023	49.8489	3.2876	5
02102 CEDEX	Saint-Quentin	saint-quentin	32	02	023	49.8489	3.2876	5
02103 CEDEX	Saint-Quentin	saint-quentin	32	02	023	49.8489	3.2876	5
02104 CEDEX	Saint-Quentin	saint-quentin	32	02	023	49.8489	3.2876	5
02105 CEDEX	Saint-Quentin	saint-quentin	32	02	023	49.8489	3.2876	5
02106 CEDEX	Saint-Quentin	saint-quentin	32	02	023	49.8489	3.2876	5
02107 CEDEX	Saint-Quentin	saint-quentin	32	02	023	49.8489	3.2876	5
02108 CEDEX	Saint-Quentin	saint-quentin	32	02	023	49.8489	3.2876	5
02109 CEDEX	Saint-Quentin	saint-quentin	32	02	023	49.8489	3.2876	5
02110	Brancourt-le-Grand	brancourt-le-grand	32	02	023	49.9764	3.382	5
02110	Prémont	premont	32	02	023	50.0152	3.3916	5
02110	Ribeauville	ribeauville	32	02	025	50.0429	3.5854	5
02110	Aisonville-et-Bernoville	aisonville-et-bernoville	32	02	025	49.9338	3.5239	5
02110	Ramicourt	ramicourt	32	02	023	49.959	3.3305	5
02110	Seboncourt	seboncourt	32	02	023	49.9527	3.4759	5
02110	Fontaine-Uterte	fontaine-uterte	32	02	023	49.921	3.3696	5
02110	Montbrehain	montbrehain	32	02	023	49.9667	3.3493	5
02110	Serain	serain	32	02	023	50.0282	3.3678	5
02110	Fieulaine	fieulaine	32	02	023	49.8987	3.4474	5
02110	La Vallée-Mulâtre	la-vallee-mulatre	32	02	025	50.0194	3.5577	5
02110	Bohain-en-Vermandois	bohain-en-vermandois	32	02	023	49.9873	3.453	5
02110	Vaux-Andigny	vaux-andigny	32	02	025	50.0229	3.517	5
02110	Fontaine-Notre-Dame	fontaine-notre-dame	32	02	023	49.8849	3.4324	5
02110	Montigny-en-Arrouaise	montigny-en-arrouaise	32	02	023	49.9055	3.4781	5
02110	Becquigny	becquigny	32	02	023	50.0171	3.4733	5
02110	Grougis	grougis	32	02	025	49.9451	3.5332	5
02110	Molain	molain	32	02	025	50.0318	3.5361	5
02110	Beaurevoir	beaurevoir	32	02	023	49.9971	3.3085	5
02110	Fonsomme	fonsomme	32	02	023	49.9	3.4	5
02110	Étaves-et-Bocquiaux	etaves-et-bocquiaux	32	02	023	49.9393	3.4564	5
02110	Saint-Martin-Rivière	saint-martin-riviere	32	02	025	50.0442	3.5399	5
02110	Croix-Fonsomme	croix-fonsomme	32	02	023	49.9167	3.4	5
02120	Marly-Gomont	marly-gomont	32	02	025	49.906	3.7912	5
02120	Le Hérie-la-Viéville	le-herie-la-vieville	32	02	025	49.822	3.6449	5
02120	Chigny	chigny	32	02	025	49.9182	3.7687	5
02120	Villers-lès-Guise	villers-les-guise	32	02	025	49.9194	3.6791	5
02120	Colonfay	colonfay	32	02	025	49.8596	3.7136	5
02120	Sains-Richaumont	sains-richaumont	32	02	025	49.8235	3.7096	5
02120	Flavigny-le-Grand-et-Beaurain	flavigny-le-grand-et-beaurain	32	02	025	49.8873	3.6623	5
02120	Romery	romery	32	02	025	49.8974	3.7228	5
02120	Audigny	audigny	32	02	025	49.8697	3.6468	5
02120	Bernot	bernot	32	02	025	49.8662	3.4992	5
02120	Crupilly	crupilly	32	02	025	49.926	3.7543	5
02120	Malzy	malzy	32	02	025	49.9074	3.7289	5
02120	Lesquielles-Saint-Germain	lesquielles-saint-germain	32	02	025	49.9322	3.6179	5
02120	Tupigny	tupigny	32	02	025	49.9568	3.6064	5
02120	Proisy	proisy	32	02	025	49.8982	3.7394	5
02120	Grand-Verly	grand-verly	32	02	025	49.9378	3.5843	5
02120	Monceau-sur-Oise	monceau-sur-oise	32	02	025	49.9018	3.6959	5
02120	Vadencourt	vadencourt	32	02	025	49.9333	3.5667	5
02120	Puisieux-et-Clanlieu	puisieux-et-clanlieu	32	02	025	49.8529	3.6784	5
02120	Wiège-Faty	wiege-faty	32	02	025	49.8823	3.7181	5
02120	Guise	guise	32	02	025	49.9005	3.628	5
02120	Proix	proix	32	02	025	49.9009	3.5678	5
02120	Macquigny	macquigny	32	02	025	49.8857	3.5502	5
02120	Landifay-et-Bertaignemont	landifay-et-bertaignemont	32	02	025	49.8165	3.6061	5
02120	Noyales	noyales	32	02	025	49.8973	3.5549	5
02120	Hauteville	hauteville	32	02	025	49.8792	3.5212	5
02130	Goussancourt	goussancourt	32	02	021	49.1669	3.6685	5
02130	Villers-Agron-Aiguizy	villers-agron-aiguizy	32	02	021	49.1608	3.6981	5
02130	Loupeigne	loupeigne	32	02	021	49.2489	3.5351	5
02130	Villeneuve-sur-Fère	villeneuve-sur-fere	32	02	021	49.1775	3.475	5
02130	Saponay	saponay	32	02	021	49.2142	3.4804	5
02130	Dravegny	dravegny	32	02	021	49.2301	3.6382	5
02130	Vézilly	vezilly	32	02	021	49.1808	3.6929	5
02130	Sergy	sergy	32	02	021	49.1833	3.5704	5
02130	Mareuil-en-Dôle	mareuil-en-dole	32	02	021	49.2408	3.557	5
02130	Cierges	cierges	32	02	021	49.1679	3.5992	5
02130	Beuvardes	beuvardes	32	02	021	49.1419	3.4893	5
02130	Arcy-Sainte-Restitue	arcy-sainte-restitue	32	02	024	49.2524	3.4642	5
02130	Seringes-et-Nesles	seringes-et-nesles	32	02	021	49.2015	3.5496	5
02130	Coulonges-Cohan	coulonges-cohan	32	02	021	49.2	3.6333	5
02130	Courmont	courmont	32	02	021	49.1487	3.5769	5
02130	Bruyères-sur-Fère	bruyeres-sur-fere	32	02	021	49.189	3.443	5
02130	Cramaille	cramaille	32	02	024	49.2296	3.4542	5
02130	Fère-en-Tardenois	fere-en-tardenois	32	02	021	49.2	3.5167	5
02130	Ronchères	roncheres	32	02	021	49.1443	3.6033	5
02130	Fresnes-en-Tardenois	fresnes-en-tardenois	32	02	021	49.1462	3.5548	5
02130	Villers-sur-Fère	villers-sur-fere	32	02	021	49.1786	3.5326	5
02140	Harcigny	harcigny	32	02	025	49.7961	3.9816	5
02140	Braye-en-Thiérache	braye-en-thierache	32	02	025	49.7792	3.9596	5
02140	Franqueville	franqueville	32	02	025	49.81	3.8098	5
02140	Gercy	gercy	32	02	025	49.8145	3.866	5
02140	Dagny-Lambercy	dagny-lambercy	32	02	025	49.7709	4.0436	5
02140	Haution	haution	32	02	025	49.8665	3.8397	5
02140	Saint-Pierre-lès-Franqueville	saint-pierre-les-franqueville	32	02	025	49.8185	3.8225	5
02140	Plomion	plomion	32	02	025	49.809	4.0204	5
02140	Thenailles	thenailles	32	02	025	49.8194	3.936	5
02140	Saint-Gobert	saint-gobert	32	02	025	49.8021	3.8165	5
02140	Marfontaine	marfontaine	32	02	025	49.8037	3.7695	5
02140	La Vallée-au-Blé	la-vallee-au-ble	32	02	025	49.8588	3.7902	5
02140	Rougeries	rougeries	32	02	025	49.801	3.7973	5
02140	Voulpaix	voulpaix	32	02	025	49.8399	3.8333	5
02140	Vervins	vervins	32	02	025	49.8333	3.9	5
02140	Landouzy-la-Cour	landouzy-la-cour	32	02	025	49.8474	3.9831	5
02140	Lemé	leme	32	02	025	49.8408	3.765	5
02140	Fontaine-lès-Vervins	fontaine-les-vervins	32	02	025	49.8528	3.9004	5
02140	Le Sourd	le-sourd	32	02	025	49.8596	3.7465	5
02140	Houry	houry	32	02	025	49.7827	3.8499	5
02140	Hary	hary	32	02	025	49.7857	3.9274	5
02140	Voharies	voharies	32	02	025	49.7884	3.794	5
02140	Jeantes	jeantes	32	02	025	49.8041	4.0555	5
02140	Bancigny	bancigny	32	02	025	49.8009	4.0335	5
02140	Rogny	rogny	32	02	025	49.7685	3.8124	5
02140	Burelles	burelles	32	02	025	49.7822	3.8972	5
02140	Nampcelles-la-Cour	nampcelles-la-cour	32	02	025	49.7787	4.0031	5
02140	Landouzy-la-Ville	landouzy-la-ville	32	02	025	49.8609	4.0466	5
02140	La Bouteille	la-bouteille	32	02	025	49.86	3.9752	5
02140	Lugny	lugny	32	02	025	49.781	3.8083	5
02140	Laigny	laigny	32	02	025	49.8579	3.8534	5
02140	Prisces	prisces	32	02	025	49.7791	3.8621	5
02140	Gronard	gronard	32	02	025	49.7931	3.8836	5
02150	Lappion	lappion	32	02	022	49.6083	3.964	5
02150	Sissonne	sissonne	32	02	022	49.5711	3.8937	5
02150	La Selve	la-selve	32	02	022	49.5705	3.9963	5
02150	Nizy-le-Comte	nizy-le-comte	32	02	022	49.5672	4.0546	5
02151 CEDEX	Sissonne	sissonne	32	02	022	49.5711	3.8937	5
02160	La Ville-aux-Bois-lès-Pontavert	la-ville-aux-bois-les-pontavert	32	02	022	49.427	3.8511	5
02160	Pont-Arcy	pont-arcy	32	02	024	49.3945	3.6306	5
02160	Glennes	glennes	32	02	024	49.3551	3.715	5
02160	Pargnan	pargnan	32	02	022	49.4011	3.6981	5
02160	Beaurieux	beaurieux	32	02	022	49.3932	3.7399	5
02160	Merval	merval	32	02	024	49.3505	3.6977	5
02160	Vauxcéré	vauxcere	32	02	024	49.3402	3.6377	5
02160	Oulches-la-Vallée-Foulon	oulches-la-vallee-foulon	32	02	022	49.428	3.7463	5
02160	Maizy	maizy	32	02	022	49.3767	3.7346	5
02160	Concevreux	concevreux	32	02	022	49.3764	3.7895	5
02160	Perles	perles	32	02	024	49.3254	3.655	5
02160	Vendresse-Beaulne	vendresse-beaulne	32	02	022	49.4277	3.6671	5
02160	Œuilly	uilly	32	02	022	49.3833	3.6833	5
02160	Guyencourt	guyencourt	32	02	022	49.3574	3.8379	5
02160	Serval	serval	32	02	024	49.3519	3.6829	5
02160	Villers-en-Prayères	villers-en-prayeres	32	02	024	49.3777	3.6763	5
02160	Chaudardes	chaudardes	32	02	022	49.3913	3.7909	5
02160	Viel-Arcy	viel-arcy	32	02	024	49.3818	3.6265	5
02160	Les Septvallons	les-septvallons	32	02	024	49.3596	3.653	5
02160	Révillon	revillon	32	02	024	49.3667	3.7	5
02160	Meurival	meurival	32	02	022	49.3579	3.7614	5
02160	Pontavert	pontavert	32	02	022	49.4066	3.8212	5
02160	Vassogne	vassogne	32	02	022	49.4215	3.7283	5
02160	Paissy	paissy	32	02	022	49.4254	3.6973	5
02160	Bourg-et-Comin	bourg-et-comin	32	02	022	49.3969	3.6544	5
02160	Moulins	moulins	32	02	022	49.4208	3.6858	5
02160	Soupir	soupir	32	02	024	49.4081	3.5967	5
02160	Craonne	craonne	32	02	022	49.4394	3.7871	5
02160	Bouffignereux	bouffignereux	32	02	022	49.3729	3.8454	5
02160	Craonnelle	craonnelle	32	02	022	49.4312	3.7693	5
02160	Blanzy-lès-Fismes	blanzy-les-fismes	32	02	024	49.3379	3.6739	5
02160	Moussy-Verneuil	moussy-verneuil	32	02	022	49.4161	3.6363	5
02160	Muscourt	muscourt	32	02	022	49.3644	3.7482	5
02160	Cuissy-et-Geny	cuissy-et-geny	32	02	022	49.41	3.702	5
02160	Cuiry-lès-Chaudardes	cuiry-les-chaudardes	32	02	022	49.3858	3.7708	5
02160	Jumigny	jumigny	32	02	022	49.4104	3.7167	5
02160	Roucy	roucy	32	02	022	49.3725	3.8151	5
02160	Longueval-Barbonval	longueval-barbonval	32	02	024	49.3667	3.65	5
02170	Esquéhéries	esqueheries	32	02	025	49.9839	3.7474	5
02170	Leschelle	leschelle	32	02	025	49.9667	3.7667	5
02170	Le Nouvion-en-Thiérache	le-nouvion-en-thierache	32	02	025	50.0162	3.7851	5
02170	Barzy-en-Thiérache	barzy-en-thierache	32	02	025	50.0422	3.7492	5
02170	Fontenelle	fontenelle	32	02	025	50.0299	3.8658	5
02190	Lor	lor	32	02	022	49.5309	4.0499	5
02190	Amifontaine	amifontaine	32	02	022	49.4833	3.9167	5
02190	Proviseux-et-Plesnoy	proviseux-et-plesnoy	32	02	022	49.4653	4.0094	5
02190	Évergnicourt	evergnicourt	32	02	022	49.4435	4.0406	5
02190	Bertricourt	bertricourt	32	02	022	49.3951	4.0099	5
02190	Berry-au-Bac	berry-au-bac	32	02	022	49.4034	3.9014	5
02190	Neufchâtel-sur-Aisne	neufchatel-sur-aisne	32	02	022	49.4313	4.0341	5
02190	Juvincourt-et-Damary	juvincourt-et-damary	32	02	022	49.4475	3.8948	5
02190	Condé-sur-Suippe	conde-sur-suippe	32	02	022	49.4204	3.9496	5
02190	Variscourt	variscourt	32	02	022	49.4172	3.9857	5
02190	Pignicourt	pignicourt	32	02	022	49.4144	4.0293	5
02190	Aguilcourt	aguilcourt	32	02	022	49.4056	3.9669	5
02190	Guignicourt	guignicourt	32	02	022	49.4371	3.9676	5
02190	Menneville	menneville	32	02	022	49.4197	4.006	5
02190	Prouvais	prouvais	32	02	022	49.4646	3.9761	5
02190	Orainville	orainville	32	02	022	49.3805	4.0223	5
02190	La Malmaison	la-malmaison	32	02	022	49.5158	3.9803	5
02200	Acy	acy	32	02	024	49.3452	3.4117	5
02200	Vauxbuin	vauxbuin	32	02	024	49.3587	3.2941	5
02200	Buzancy	buzancy	32	02	024	49.3133	3.348	5
02200	Noyant-et-Aconin	noyant-et-aconin	32	02	024	49.3337	3.3386	5
02200	Pernant	pernant	32	02	024	49.3813	3.2395	5
02200	Nampteuil-sous-Muret	nampteuil-sous-muret	32	02	024	49.3008	3.4251	5
02200	Chaudun	chaudun	32	02	024	49.3179	3.2652	5
02200	Villeneuve-Saint-Germain	villeneuve-saint-germain	32	02	024	49.3798	3.3595	5
02200	Soissons	soissons	32	02	024	49.3817	3.3236	5
02200	Berzy-le-Sec	berzy-le-sec	32	02	024	49.3329	3.3121	5
02200	Ploisy	ploisy	32	02	024	49.3321	3.292	5
02200	Cuisy-en-Almont	cuisy-en-almont	32	02	024	49.4182	3.2458	5
02200	Mercin-et-Vaux	mercin-et-vaux	32	02	024	49.377	3.2777	5
02200	Ambrief	ambrief	32	02	024	49.3186	3.4015	5
02200	Belleu	belleu	32	02	024	49.3592	3.3356	5
02200	Courmelles	courmelles	32	02	024	49.346	3.3121	5
02200	Pasly	pasly	32	02	024	49.4017	3.2963	5
02200	Pommiers	pommiers	32	02	024	49.3931	3.273	5
02200	Missy-aux-Bois	missy-aux-bois	32	02	024	49.3368	3.2505	5
02200	Vauxrezis	vauxrezis	32	02	024	49.4141	3.2796	5
02200	Septmonts	septmonts	32	02	024	49.3349	3.358	5
02200	Saconin-et-Breuil	saconin-et-breuil	32	02	024	49.356	3.2482	5
02200	Billy-sur-Aisne	billy-sur-aisne	32	02	024	49.3563	3.3836	5
02200	Venizel	venizel	32	02	024	49.3658	3.3932	5
02200	Chacrise	chacrise	32	02	024	49.3046	3.4043	5
02200	Rozières-sur-Crise	rozieres-sur-crise	32	02	024	49.3333	3.35	5
02201 CEDEX	Soissons	soissons	32	02	024	49.3817	3.3236	5
02202 CEDEX	Soissons	soissons	32	02	024	49.3817	3.3236	5
02203 CEDEX	Soissons	soissons	32	02	024	49.3817	3.3236	5
02204 CEDEX	Soissons	soissons	32	02	024	49.3817	3.3236	5
02205 CEDEX	Soissons	soissons	32	02	024	49.3817	3.3236	5
02206 CEDEX	Soissons	soissons	32	02	024	49.3817	3.3236	5
02207 CEDEX	Soissons	soissons	32	02	024	49.3817	3.3236	5
02208 CEDEX	Soissons	soissons	32	02	024	49.3817	3.3236	5
02209 CEDEX	Soissons	soissons	32	02	024	49.3817	3.3236	5
02210	Grand-Rozoy	grand-rozoy	32	02	024	49.235	3.3844	5
02210	Grisolles	grisolles	32	02	021	49.1405	3.3587	5
02210	Oulchy-le-Château	oulchy-le-chateau	32	02	024	49.2056	3.3697	5
02210	Breny	breny	32	02	024	49.1833	3.35	5
02210	Droizy	droizy	32	02	024	49.277	3.3934	5
02210	Villemontoire	villemontoire	32	02	024	49.3	3.3333	5
02210	Vierzy	vierzy	32	02	024	49.2927	3.2789	5
02210	Coincy	coincy	32	02	021	49.1604	3.422	5
02210	Armentières-sur-Ourcq	armentieres-sur-ourcq	32	02	021	49.1835	3.3858	5
02210	Le Plessier-Huleu	le-plessier-huleu	32	02	024	49.2394	3.3452	5
02210	Parcy-et-Tigny	parcy-et-tigny	32	02	024	49.2667	3.3167	5
02210	Nanteuil-Notre-Dame	nanteuil-notre-dame	32	02	021	49.192	3.41	5
02210	Billy-sur-Ourcq	billy-sur-ourcq	32	02	024	49.2169	3.3023	5
02210	Brécy	brecy	32	02	021	49.1471	3.4291	5
02210	Beugneux	beugneux	32	02	024	49.2348	3.4138	5
02210	Oulchy-la-Ville	oulchy-la-ville	32	02	024	49.2137	3.3505	5
02210	La Croix-sur-Ourcq	la-croix-sur-ourcq	32	02	021	49.1679	3.354	5
02210	Rozet-Saint-Albin	rozet-saint-albin	32	02	021	49.1944	3.2994	5
02210	Montgru-Saint-Hilaire	montgru-saint-hilaire	32	02	024	49.1899	3.3276	5
02210	Muret-et-Crouttes	muret-et-crouttes	32	02	024	49.2846	3.4167	5
02210	Hartennes-et-Taux	hartennes-et-taux	32	02	024	49.272	3.353	5
02210	Chouy	chouy	32	02	024	49.2074	3.2471	5
02210	Launoy	launoy	32	02	024	49.2637	3.401	5
02210	Saint-Rémy-Blanzy	saint-remy-blanzy	32	02	024	49.2412	3.3099	5
02210	Rocourt-Saint-Martin	rocourt-saint-martin	32	02	021	49.1511	3.3881	5
02210	Latilly	latilly	32	02	021	49.1544	3.3114	5
02210	Vichel-Nanteuil	vichel-nanteuil	32	02	021	49.1875	3.2888	5
02220	Paars	paars	32	02	024	49.3285	3.6018	5
02220	Vasseny	vasseny	32	02	024	49.3535	3.487	5
02220	Tannières	tannieres	32	02	024	49.2901	3.5521	5
02220	Lesges	lesges	32	02	024	49.3064	3.5086	5
02220	Dhuizel	dhuizel	32	02	024	49.3643	3.6174	5
02220	Ciry-Salsogne	ciry-salsogne	32	02	024	49.363	3.4621	5
02220	Saint-Thibaut	saint-thibaut	32	02	024	49.3	3.6167	5
02220	Brenelle	brenelle	32	02	024	49.3661	3.5424	5
02220	Cys-la-Commune	cys-la-commune	32	02	024	49.3926	3.5715	5
02220	Quincy-sous-le-Mont	quincy-sous-le-mont	32	02	024	49.3057	3.553	5
02220	Chéry-Chartreuve	chery-chartreuve	32	02	024	49.2621	3.6133	5
02220	Bazoches-sur-Vesles	bazoches-sur-vesles	32	02	024	49.3167	3.6167	5
02220	Serches	serches	32	02	024	49.3401	3.448	5
02220	Ville-Savoye	ville-savoye	32	02	024	49.2938	3.6412	5
02220	Cerseuil	cerseuil	32	02	024	49.3245	3.5189	5
02220	Saint-Mard	saint-mard	32	02	024	49.3865	3.583	5
02220	Mont-Saint-Martin	mont-saint-martin	32	02	024	49.2829	3.6392	5
02220	Maast-et-Violaine	maast-et-violaine	32	02	024	49.2819	3.4495	5
02220	Limé	lime	32	02	024	49.3225	3.5473	5
02220	Jouaignes	jouaignes	32	02	024	49.2966	3.5346	5
02220	Lhuys	lhuys	32	02	024	49.2782	3.5523	5
02220	Vauxtin	vauxtin	32	02	024	49.3499	3.6032	5
02220	Braine	braine	32	02	024	49.3426	3.5326	5
02220	Augy	augy	32	02	024	49.339	3.5141	5
02220	Mont-Notre-Dame	mont-notre-dame	32	02	024	49.296	3.5846	5
02220	Bruys	bruys	32	02	024	49.2701	3.5643	5
02220	Courcelles-sur-Vesle	courcelles-sur-vesle	32	02	024	49.3386	3.5712	5
02220	Cuiry-Housse	cuiry-housse	32	02	024	49.2966	3.4925	5
02220	Couvrelles	couvrelles	32	02	024	49.3394	3.4892	5
02220	Sermoise	sermoise	32	02	024	49.3734	3.4511	5
02230	Fresnoy-le-Grand	fresnoy-le-grand	32	02	023	49.9476	3.4184	5
02240	Ribemont	ribemont	32	02	023	49.7954	3.4589	5
02240	Surfontaine	surfontaine	32	02	023	49.7514	3.4646	5
02240	Séry-lès-Mézières	sery-les-mezieres	32	02	023	49.7735	3.4217	5
02240	Alaincourt	alaincourt	32	02	023	49.7655	3.3764	5
02240	Brissy-Hamégicourt	brissy-hamegicourt	32	02	023	49.75	3.3667	5
02240	Villers-le-Sec	villers-le-sec	32	02	023	49.7773	3.5001	5
02240	Pleine-Selve	pleine-selve	32	02	023	49.7915	3.5272	5
02240	Cerizy	cerizy	32	02	023	49.761	3.327	5
02240	Mézières-sur-Oise	mezieres-sur-oise	32	02	023	49.7833	3.4025	5
02240	Itancourt	itancourt	32	02	023	49.8066	3.3443	5
02240	Parpeville	parpeville	32	02	023	49.7832	3.5476	5
02240	Châtillon-sur-Oise	chatillon-sur-oise	32	02	023	49.7899	3.4206	5
02240	Brissay-Choigny	brissay-choigny	32	02	023	49.7201	3.3786	5
02240	Berthenicourt	berthenicourt	32	02	023	49.7717	3.3815	5
02240	Regny	regny	32	02	023	49.8301	3.4297	5
02240	Sissy	sissy	32	02	023	49.8018	3.427	5
02240	Renansart	renansart	32	02	023	49.7338	3.4648	5
02250	Bosmont-sur-Serre	bosmont-sur-serre	32	02	022	49.7318	3.8587	5
02250	Erlon	erlon	32	02	022	49.7292	3.7139	5
02250	La Neuville-Housset	la-neuville-housset	32	02	025	49.7921	3.728	5
02250	Thiernu	thiernu	32	02	022	49.7599	3.7881	5
02250	Berlancourt	berlancourt	32	02	025	49.7787	3.7573	5
02250	La Neuville-Bosmont	la-neuville-bosmont	32	02	022	49.713	3.84	5
02250	Saint-Pierremont	saint-pierremont	32	02	022	49.723	3.8807	5
02250	Toulis-et-Attencourt	toulis-et-attencourt	32	02	022	49.7002	3.7435	5
02250	Voyenne	voyenne	32	02	022	49.7245	3.7313	5
02250	Autremencourt	autremencourt	32	02	022	49.7041	3.7868	5
02250	Chevennes	chevennes	32	02	025	49.8148	3.733	5
02250	Marle	marle	32	02	022	49.7401	3.7706	5
02250	Montigny-sous-Marle	montigny-sous-marle	32	02	022	49.7481	3.7918	5
02250	Montigny-le-Franc	montigny-le-franc	32	02	022	49.689	3.9061	5
02250	Cilly	cilly	32	02	022	49.7378	3.8326	5
02250	Marcy-sous-Marle	marcy-sous-marle	32	02	022	49.739	3.7365	5
02250	Tavaux-et-Pontséricourt	tavaux-et-pontsericourt	32	02	022	49.7299	3.9064	5
02250	Housset	housset	32	02	025	49.7941	3.7074	5
02260	La Capelle	la-capelle	32	02	025	49.9667	3.9167	5
02260	Rocquigny	rocquigny	32	02	025	50.0233	3.9819	5
02260	Lerzy	lerzy	32	02	025	49.9431	3.8818	5
02260	Erloy	erloy	32	02	025	49.9	3.8167	5
02260	Gergny	gergny	32	02	025	49.914	3.9324	5
02260	Sommeron	sommeron	32	02	025	49.9512	3.9389	5
02260	Papleux	papleux	32	02	025	50.0207	3.8862	5
02260	Clairfontaine	clairfontaine	32	02	025	49.9833	3.9904	5
02260	Saint-Algis	saint-algis	32	02	025	49.8988	3.8256	5
02260	Englancourt	englancourt	32	02	025	49.9167	3.8013	5
02260	La Flamengrie	la-flamengrie	32	02	025	50.0018	3.9208	5
02260	Froidestrées	froidestrees	32	02	025	49.9421	3.9054	5
02270	Monceau-lès-Leups	monceau-les-leups	32	02	022	49.67	3.4919	5
02270	Monceau-le-Neuf-et-Faucouzy	monceau-le-neuf-et-faucouzy	32	02	025	49.7696	3.6161	5
02270	Chevresis-Monceau	chevresis-monceau	32	02	023	49.7541	3.5705	5
02270	Barenton-sur-Serre	barenton-sur-serre	32	02	022	49.6701	3.6826	5
02270	Mesbrecourt-Richecourt	mesbrecourt-richecourt	32	02	022	49.7027	3.5426	5
02270	Nouvion-et-Catillon	nouvion-et-catillon	32	02	022	49.7025	3.4838	5
02270	Couvron-et-Aumencourt	couvron-et-aumencourt	32	02	022	49.6448	3.5186	5
02270	Mortiers	mortiers	32	02	022	49.6876	3.6678	5
02270	Sons-et-Ronchères	sons-et-roncheres	32	02	022	49.7626	3.6743	5
02270	Pouilly-sur-Serre	pouilly-sur-serre	32	02	022	49.6814	3.5896	5
02270	Froidmont-Cohartille	froidmont-cohartille	32	02	022	49.6876	3.7091	5
02270	Dercy	dercy	32	02	022	49.7039	3.6855	5
02270	Pargny-les-Bois	pargny-les-bois	32	02	022	49.7167	3.6167	5
02270	Remies	remies	32	02	022	49.6792	3.5229	5
02270	La Ferté-Chevresis	la-ferte-chevresis	32	02	023	49.7373	3.5583	5
02270	Montigny-sur-Crécy	montigny-sur-crecy	32	02	022	49.7158	3.584	5
02270	Bois-lès-Pargny	bois-les-pargny	32	02	022	49.7313	3.6499	5
02270	Crécy-sur-Serre	crecy-sur-serre	32	02	022	49.6959	3.6245	5
02270	Châtillon-lès-Sons	chatillon-les-sons	32	02	022	49.7585	3.6837	5
02270	Chalandry	chalandry	32	02	022	49.6766	3.6427	5
02270	Assis-sur-Serre	assis-sur-serre	32	02	022	49.6879	3.5585	5
02290	Berny-Rivière	berny-riviere	32	02	024	49.408	3.1406	5
02290	Vic-sur-Aisne	vic-sur-aisne	32	02	024	49.4061	3.1122	5
02290	Ambleny	ambleny	32	02	024	49.3808	3.1845	5
02290	Vézaponin	vezaponin	32	02	024	49.4597	3.2283	5
02290	Osly-Courtil	osly-courtil	32	02	024	49.4016	3.2258	5
02290	Montigny-Lengrain	montigny-lengrain	32	02	024	49.3719	3.0982	5
02290	Ressons-le-Long	ressons-le-long	32	02	024	49.3878	3.1492	5
02290	Tartiers	tartiers	32	02	024	49.4348	3.2368	5
02290	Nouvron-Vingré	nouvron-vingre	32	02	024	49.4283	3.2	5
02290	Saint-Bandry	saint-bandry	32	02	024	49.3714	3.1716	5
02290	Morsain	morsain	32	02	024	49.4539	3.1809	5
02290	Bagneux	bagneux	32	02	024	49.4571	3.2779	5
02290	Bieuxy	bieuxy	32	02	024	49.4468	3.2623	5
02290	Saint-Christophe-à-Berry	saint-christophe-a-berry	32	02	024	49.423	3.1335	5
02290	Épagny	epagny	32	02	024	49.4612	3.2405	5
02290	Fontenoy	fontenoy	32	02	024	49.4071	3.2008	5
02290	Vassens	vassens	32	02	024	49.4678	3.1549	5
02300	Besmé	besme	32	02	022	49.539	3.1631	5
02300	Chauny	chauny	32	02	022	49.6151	3.2186	5
02300	Guivry	guivry	32	02	022	49.6454	3.1158	5
02300	La Neuville-en-Beine	la-neuville-en-beine	32	02	022	49.6757	3.1522	5
02300	Trosly-Loire	trosly-loire	32	02	022	49.5191	3.2285	5
02300	Ognes	ognes	32	02	022	49.6124	3.1934	5
02300	Manicamp	manicamp	32	02	022	49.5719	3.1698	5
02300	Autreville	autreville	32	02	022	49.5849	3.2407	5
02300	Guny	guny	32	02	022	49.519	3.269	5
02300	Ugny-le-Gay	ugny-le-gay	32	02	022	49.6593	3.1606	5
02300	Audignicourt	audignicourt	32	02	024	49.4788	3.134	5
02300	Caumont	caumont	32	02	022	49.6316	3.1742	5
02300	Neuflieux	neuflieux	32	02	022	49.6194	3.1603	5
02300	Pierremande	pierremande	32	02	022	49.5724	3.2499	5
02300	Villequier-Aumont	villequier-aumont	32	02	022	49.6577	3.2063	5
02300	Commenchon	commenchon	32	02	022	49.6411	3.1571	5
02300	Beaumont-en-Beine	beaumont-en-beine	32	02	022	49.689	3.1316	5
02300	Camelin	camelin	32	02	022	49.5252	3.1346	5
02300	Saint-Aubin	saint-aubin	32	02	022	49.5092	3.1893	5
02300	Béthancourt-en-Vaux	bethancourt-en-vaux	32	02	022	49.6294	3.1478	5
02300	Bichancourt	bichancourt	32	02	022	49.5795	3.2178	5
02300	Viry-Noureuil	viry-noureuil	32	02	022	49.6321	3.2432	5
02300	Selens	selens	32	02	022	49.501	3.2094	5
02300	Abbécourt	abbecourt	32	02	022	49.5992	3.1758	5
02300	Sinceny	sinceny	32	02	022	49.5962	3.2468	5
02300	Saint-Paul-aux-Bois	saint-paul-aux-bois	32	02	022	49.5326	3.2052	5
02300	Quierzy	quierzy	32	02	022	49.5712	3.1439	5
02300	Bourguignon-sous-Coucy	bourguignon-sous-coucy	32	02	022	49.5441	3.1585	5
02300	Caillouël-Crépigny	caillouel-crepigny	32	02	022	49.6207	3.1289	5
02300	Blérancourt	blerancourt	32	02	022	49.5167	3.15	5
02300	Marest-Dampcourt	marest-dampcourt	32	02	022	49.6006	3.152	5
02301 CEDEX	Chauny	chauny	32	02	022	49.6151	3.2186	5
02302 CEDEX	Chauny	chauny	32	02	022	49.6151	3.2186	5
02303 CEDEX	Chauny	chauny	32	02	022	49.6151	3.2186	5
02309 CEDEX	Chauny	chauny	32	02	022	49.6151	3.2186	5
02310	Bézu-le-Guéry	bezu-le-guery	32	02	021	49.0079	3.2262	5
02310	Romeny-sur-Marne	romeny-sur-marne	32	02	021	48.9767	3.3359	5
02310	Villiers-Saint-Denis	villiers-saint-denis	32	02	021	49	3.2667	5
02310	Crouttes-sur-Marne	crouttes-sur-marne	32	02	021	48.9798	3.2408	5
02310	Coupru	coupru	32	02	021	49.031	3.2718	5
02310	Nogent-l’Artaud	nogent-l-artaud	32	02	021	48.9656	3.3218	5
02310	Charly-sur-Marne	charly-sur-marne	32	02	021	48.9775	3.2846	5
02310	Saulchery	saulchery	32	02	021	48.9755	3.308	5
02310	Domptin	domptin	32	02	021	49.0164	3.2777	5
02310	Montreuil-aux-Lions	montreuil-aux-lions	32	02	021	49.0212	3.1954	5
02310	Pavant	pavant	32	02	021	48.9536	3.2858	5
02314 CEDEX	Saint-Quentin	saint-quentin	32	02	023	49.8489	3.2876	5
02315 CEDEX	Saint-Quentin	saint-quentin	32	02	023	49.8489	3.2876	5
02320	Allemant	allemant	32	02	024	49.4616	3.454	5
02320	Vauxaillon	vauxaillon	32	02	022	49.4766	3.4082	5
02320	Pinon	pinon	32	02	022	49.4892	3.447	5
02320	Prémontré	premontre	32	02	022	49.5402	3.4137	5
02320	Lizy	lizy	32	02	022	49.5136	3.4823	5
02320	Faucoucourt	faucoucourt	32	02	022	49.5333	3.4667	5
02320	Wissignicourt	wissignicourt	32	02	022	49.5227	3.4474	5
02320	Brancourt-en-Laonnois	brancourt-en-laonnois	32	02	022	49.5144	3.4188	5
02320	Suzy	suzy	32	02	022	49.55	3.4667	5
02320	Cessières	cessieres	32	02	022	49.5582	3.4959	5
02320	Anizy-le-Château	anizy-le-chateau	32	02	022	49.5068	3.4512	5
02320	Vaudesson	vaudesson	32	02	024	49.4707	3.4852	5
02321 CEDEX	Saint-Quentin	saint-quentin	32	02	023	49.8489	3.2876	5
02322 CEDEX	Saint-Quentin	saint-quentin	32	02	023	49.8489	3.2876	5
02323 CEDEX	Saint-Quentin	saint-quentin	32	02	023	49.8489	3.2876	5
02324 CEDEX	Saint-Quentin	saint-quentin	32	02	023	49.8489	3.2876	5
02325 CEDEX	Saint-Quentin	saint-quentin	32	02	023	49.8489	3.2876	5
02326 CEDEX	Soissons	soissons	32	02	024	49.3817	3.3236	5
02327 CEDEX	Soissons	soissons	32	02	024	49.3817	3.3236	5
02329 CEDEX	Soissons	soissons	32	02	024	49.3817	3.3236	5
02330	Monthurel	monthurel	32	02	021	49.0225	3.5467	5
02330	Pargny-la-Dhuys	pargny-la-dhuys	32	02	021	48.9533	3.5535	5
02330	Baulne-en-Brie	baulne-en-brie	32	02	021	48.9869	3.6149	5
02330	Dhuys et Morin-en-Brie	dhuys-et-morin-en-brie	32	02	021	48.8833	3.4833	5
02330	La Chapelle-Monthodon	la-chapelle-monthodon	32	02	021	49.0232	3.6359	5
02330	Artonges	artonges	32	02	021	48.9293	3.5536	5
02330	Condé-en-Brie	conde-en-brie	32	02	021	49.0045	3.5638	5
02330	Saint-Agnan	saint-agnan	32	02	021	49.0201	3.5938	5
02330	Vallées en Champagne	vallees-en-champagne	32	02	021	48.9872	3.6139	5
02330	Courboin	courboin	32	02	021	48.9939	3.505	5
02330	Celles-lès-Condé	celles-les-conde	32	02	021	49.011	3.5715	5
02330	Montlevon	montlevon	32	02	021	48.9651	3.5394	5
02330	Connigis	connigis	32	02	021	49.0333	3.5333	5
02330	Montigny-lès-Condé	montigny-les-conde	32	02	021	48.9857	3.5677	5
02330	Saint-Eugène	saint-eugene	32	02	021	49.0217	3.5298	5
02331 CEDEX	Soissons	soissons	32	02	024	49.3817	3.3236	5
02340	Montloué	montloue	32	02	025	49.6736	4.0724	5
02340	Chaourse	chaourse	32	02	025	49.7047	3.9991	5
02340	Dizy-le-Gros	dizy-le-gros	32	02	025	49.6291	4.0233	5
02340	Renneval	renneval	32	02	025	49.7409	4.0476	5
02340	Vigneux-Hocquet	vigneux-hocquet	32	02	025	49.7385	3.9893	5
02340	Agnicourt-et-Séchelles	agnicourt-et-sechelles	32	02	022	49.716	3.9541	5
02340	Sainte-Geneviève	sainte-genevieve	32	02	025	49.7203	4.0735	5
02340	Clermont-les-Fermes	clermont-les-fermes	32	02	025	49.6677	3.9376	5
02340	Soize	soize	32	02	025	49.7	4.0833	5
02340	Lislet	lislet	32	02	025	49.6855	4.0219	5
02340	Vincy-Reuil-et-Magny	vincy-reuil-et-magny	32	02	025	49.7145	4.0548	5
02340	Le Thuel	le-thuel	32	02	025	49.6496	4.0763	5
02340	Noircourt	noircourt	32	02	025	49.6691	4.0925	5
02340	Berlise	berlise	32	02	025	49.6641	4.1077	5
02340	Montcornet	montcornet	32	02	025	49.6953	4.0167	5
02340	La Ville-aux-Bois-lès-Dizy	la-ville-aux-bois-les-dizy	32	02	025	49.6618	3.992	5
02350	Pierrepont	pierrepont	32	02	022	49.6538	3.7925	5
02350	Grandlup-et-Fay	grandlup-et-fay	32	02	022	49.6581	3.737	5
02350	Boncourt	boncourt	32	02	022	49.616	3.9448	5
02350	Liesse-Notre-Dame	liesse-notre-dame	32	02	022	49.6167	3.8	5
02350	Vesles-et-Caumont	vesles-et-caumont	32	02	022	49.6693	3.7851	5
02350	Goudelancourt-lès-Pierrepont	goudelancourt-les-pierrepont	32	02	022	49.6677	3.854	5
02350	Bucy-lès-Pierrepont	bucy-les-pierrepont	32	02	022	49.6467	3.9021	5
02350	Ébouleau	ebouleau	32	02	022	49.6729	3.875	5
02350	Cuirieux	cuirieux	32	02	022	49.6812	3.8157	5
02350	Marchais	marchais	32	02	022	49.5833	3.8167	5
02350	Gizy	gizy	32	02	022	49.601	3.7743	5
02350	Sainte-Preuve	sainte-preuve	32	02	022	49.6185	3.9075	5
02350	Mâchecourt	machecourt	32	02	022	49.65	3.84	5
02350	Missy-lès-Pierrepont	missy-les-pierrepont	32	02	022	49.6332	3.7864	5
02350	Chivres-en-Laonnois	chivres-en-laonnois	32	02	022	49.6338	3.8413	5
02360	Brunehamel	brunehamel	32	02	025	49.77	4.182	5
02360	Cuiry-lès-Iviers	cuiry-les-iviers	32	02	025	49.7667	4.1	5
02360	Chéry-lès-Rozoy	chery-les-rozoy	32	02	025	49.7195	4.0941	5
02360	Dohis	dohis	32	02	025	49.7621	4.1411	5
02360	Rozoy-sur-Serre	rozoy-sur-serre	32	02	025	49.7096	4.129	5
02360	Rouvroy-sur-Serre	rouvroy-sur-serre	32	02	025	49.7206	4.176	5
02360	Coingt	coingt	32	02	025	49.792	4.0879	5
02360	Iviers	iviers	32	02	025	49.7835	4.1414	5
02360	Parfondeval	parfondeval	32	02	025	49.7412	4.1586	5
02360	Raillimont	raillimont	32	02	025	49.7061	4.1536	5
02360	Archon	archon	32	02	025	49.7396	4.1177	5
02360	Mont-Saint-Jean	mont-saint-jean	32	02	025	49.7891	4.2068	5
02360	Dolignon	dolignon	32	02	025	49.732	4.0827	5
02360	Saint-Clément	saint-clement	32	02	025	49.7758	4.0722	5
02360	Morgny-en-Thiérache	morgny-en-thierache	32	02	025	49.7599	4.0768	5
02360	Grandrieux	grandrieux	32	02	025	49.7299	4.1853	5
02360	Les Autels	les-autels	32	02	025	49.7639	4.2255	5
02360	Résigny	resigny	32	02	025	49.7361	4.207	5
02370	Ostel	ostel	32	02	024	49.4289	3.57	5
02370	Presles-et-Boves	presles-et-boves	32	02	024	49.3933	3.5594	5
02370	Condé-sur-Aisne	conde-sur-aisne	32	02	024	49.3979	3.4701	5
02370	Vailly-sur-Aisne	vailly-sur-aisne	32	02	024	49.4083	3.5163	5
02370	Chassemy	chassemy	32	02	024	49.3806	3.5069	5
02370	Celles-sur-Aisne	celles-sur-aisne	32	02	024	49.4042	3.4815	5
02370	Chavonne	chavonne	32	02	024	49.4051	3.5707	5
02370	Aizy-Jouy	aizy-jouy	32	02	024	49.4333	3.5167	5
02380	Quincy-Basse	quincy-basse	32	02	022	49.5156	3.3768	5
02380	Jumencourt	jumencourt	32	02	022	49.5093	3.3544	5
02380	Coucy-le-Château-Auffrique	coucy-le-chateau-auffrique	32	02	022	49.5208	3.3238	5
02380	Bassoles-Aulers	bassoles-aulers	32	02	022	49.5244	3.3852	5
02380	Crécy-au-Mont	crecy-au-mont	32	02	022	49.4886	3.3242	5
02380	Coucy-la-Ville	coucy-la-ville	32	02	022	49.5331	3.3294	5
02380	Landricourt	landricourt	32	02	022	49.5083	3.3664	5
02380	Fresnes	fresnes	32	02	022	49.55	3.3667	5
02380	Leuilly-sous-Coucy	leuilly-sous-coucy	32	02	022	49.4785	3.3588	5
02380	Pont-Saint-Mard	pont-saint-mard	32	02	022	49.5	3.2833	5
02380	Verneuil-sous-Coucy	verneuil-sous-coucy	32	02	022	49.5419	3.3143	5
02390	Neuvillette	neuvillette	32	02	023	49.8526	3.4827	5
02390	Mont-d’Origny	mont-d-origny	32	02	023	49.8418	3.4993	5
02390	Thenelles	thenelles	32	02	023	49.8299	3.4664	5
02390	Origny-Sainte-Benoite	origny-sainte-benoite	32	02	023	49.8333	3.5	5
02400	Bonnesvalyn	bonnesvalyn	32	02	021	49.1218	3.3177	5
02400	Azy-sur-Marne	azy-sur-marne	32	02	021	49.002	3.3679	5
02400	Étrépilly	etrepilly	32	02	021	49.085	3.3377	5
02400	Château-Thierry	chateau-thierry	32	02	021	49.05	3.4	5
02400	Étampes-sur-Marne	etampes-sur-marne	32	02	021	49.0346	3.4189	5
02400	Chartèves	charteves	32	02	021	49.0749	3.505	5
02400	Chierry	chierry	32	02	021	49.0394	3.4298	5
02400	Blesmes	blesmes	32	02	021	49.0379	3.4506	5
02400	Bonneil	bonneil	32	02	021	49.0074	3.3492	5
02400	Gland	gland	32	02	021	49.048	3.4644	5
02400	Nesles-la-Montagne	nesles-la-montagne	32	02	021	49.0196	3.4261	5
02400	Brasles	brasles	32	02	021	49.0481	3.43	5
02400	Bouresches	bouresches	32	02	021	49.0632	3.3098	5
02400	Monthiers	monthiers	32	02	021	49.1033	3.2992	5
02400	Nogentel	nogentel	32	02	021	49.0175	3.4025	5
02400	Épieds	epieds	32	02	021	49.1063	3.445	5
02400	Lucy-le-Bocage	lucy-le-bocage	32	02	021	49.057	3.2792	5
02400	Épaux-Bézu	epaux-bezu	32	02	021	49.1076	3.3483	5
02400	Mont-Saint-Père	mont-saint-pere	32	02	021	49.0745	3.4867	5
02400	Bézu-Saint-Germain	bezu-saint-germain	32	02	021	49.1081	3.4098	5
02400	Belleau	belleau	32	02	021	49.0832	3.2927	5
02400	Essômes-sur-Marne	essomes-sur-marne	32	02	021	49.0288	3.3757	5
02400	Verdilly	verdilly	32	02	021	49.0726	3.4243	5
02401 CEDEX	Château-Thierry	chateau-thierry	32	02	021	49.05	3.4	5
02402 CEDEX	Château-Thierry	chateau-thierry	32	02	021	49.05	3.4	5
02403 CEDEX	Château-Thierry	chateau-thierry	32	02	021	49.05	3.4	5
02404 CEDEX	Château-Thierry	chateau-thierry	32	02	021	49.05	3.4	5
02405 CEDEX	Château-Thierry	chateau-thierry	32	02	021	49.05	3.4	5
02406 CEDEX	Château-Thierry	chateau-thierry	32	02	021	49.05	3.4	5
02407 CEDEX	Château-Thierry	chateau-thierry	32	02	021	49.05	3.4	5
02409 CEDEX	Château-Thierry	chateau-thierry	32	02	021	49.05	3.4	5
02410	Saint-Nicolas-aux-Bois	saint-nicolas-aux-bois	32	02	022	49.6	3.4167	5
02410	Septvaux	septvaux	32	02	022	49.5699	3.3782	5
02410	Saint-Gobain	saint-gobain	32	02	022	49.5957	3.3775	5
02420	Levergies	levergies	32	02	023	49.926	3.3123	5
02420	Vendhuile	vendhuile	32	02	023	50.0108	3.2092	5
02420	Villeret	villeret	32	02	023	49.9533	3.1917	5
02420	Sequehart	sequehart	32	02	023	49.93	3.3352	5
02420	Gouy	gouy	32	02	023	50.0008	3.2556	5
02420	Lehaucourt	lehaucourt	32	02	023	49.9167	3.2833	5
02420	Bellenglise	bellenglise	32	02	023	49.9205	3.2465	5
02420	Bony	bony	32	02	023	49.9863	3.2239	5
02420	Nauroy	nauroy	32	02	023	49.9532	3.2552	5
02420	Estrées	estrees	32	02	023	49.9679	3.2885	5
02420	Hargicourt	hargicourt	32	02	023	49.9613	3.1791	5
02420	Lempire	lempire	32	02	023	49.9921	3.1731	5
02420	Magny-la-Fosse	magny-la-fosse	32	02	023	49.9325	3.2762	5
02420	Aubencheul-aux-Bois	aubencheul-aux-bois	32	02	023	50.0283	3.2672	5
02420	Bellicourt	bellicourt	32	02	023	49.9619	3.2354	5
02420	Le Catelet	le-catelet	32	02	023	50.0017	3.2446	5
02420	Joncourt	joncourt	32	02	023	49.956	3.3018	5
02430	Gauchy	gauchy	32	02	023	49.8276	3.2737	5
02440	Remigny	remigny	32	02	023	49.72	3.288	5
02440	Clastres	clastres	32	02	023	49.7463	3.2328	5
02440	Hinacourt	hinacourt	32	02	023	49.745	3.2949	5
02440	Gibercourt	gibercourt	32	02	023	49.7369	3.2845	5
02440	Benay	benay	32	02	023	49.7607	3.3051	5
02440	Montescourt-Lizerolles	montescourt-lizerolles	32	02	023	49.7383	3.2574	5
02440	Ly-Fontaine	ly-fontaine	32	02	023	49.7352	3.3074	5
02450	Bergues-sur-Sambre	bergues-sur-sambre	32	02	025	50.0339	3.7055	5
02450	Oisy	oisy	32	02	025	50.0208	3.6653	5
02450	La Neuville-lès-Dorengt	la-neuville-les-dorengt	32	02	025	49.9773	3.6717	5
02450	Lavaqueresse	lavaqueresse	32	02	025	49.949	3.7111	5
02450	Fesmy-le-Sart	fesmy-le-sart	32	02	025	50.0333	3.6667	5
02450	Boué	boue	32	02	025	50.0114	3.6961	5
02450	Dorengt	dorengt	32	02	025	49.9747	3.6829	5
02460	La Ferté-Milon	la-ferte-milon	32	02	024	49.1745	3.1288	5
02460	Silly-la-Poterie	silly-la-poterie	32	02	024	49.1958	3.1464	5
02460	Troësnes	troesnes	32	02	024	49.2	3.1667	5
02470	Macogny	macogny	32	02	024	49.1662	3.2291	5
02470	Marizy-Saint-Mard	marizy-saint-mard	32	02	024	49.1805	3.2231	5
02470	Passy-en-Valois	passy-en-valois	32	02	024	49.1676	3.1943	5
02470	Neuilly-Saint-Front	neuilly-saint-front	32	02	021	49.1701	3.2639	5
02470	Sommelans	sommelans	32	02	021	49.1376	3.2942	5
02470	Marizy-Sainte-Geneviève	marizy-sainte-genevieve	32	02	024	49.1824	3.2033	5
02470	Dammard	dammard	32	02	024	49.1452	3.1976	5
02470	Priez	priez	32	02	021	49.1371	3.2638	5
02470	Monnes	monnes	32	02	024	49.1478	3.22	5
02480	Jussy	jussy	32	02	023	49.7198	3.2327	5
02480	Sommette-Eaucourt	sommette-eaucourt	32	02	023	49.7404	3.1188	5
02480	Annois	annois	32	02	023	49.7226	3.1782	5
02480	Pithon	pithon	32	02	023	49.7536	3.0966	5
02480	Cugny	cugny	32	02	023	49.7076	3.1527	5
02480	Artemps	artemps	32	02	023	49.7645	3.191	5
02480	Dury	dury	32	02	023	49.7508	3.1302	5
02480	Ollezy	ollezy	32	02	023	49.7346	3.144	5
02480	Happencourt	happencourt	32	02	023	49.7766	3.1842	5
02480	Bray-Saint-Christophe	bray-saint-christophe	32	02	023	49.7706	3.1439	5
02490	Caulaincourt	caulaincourt	32	02	023	49.864	3.1075	5
02490	Pontru	pontru	32	02	023	49.9043	3.2161	5
02490	Pontruet	pontruet	32	02	023	49.909	3.2311	5
02490	Trefcon	trefcon	32	02	023	49.8575	3.0948	5
02490	Le Verguier	le-verguier	32	02	023	49.9244	3.1684	5
02490	Vendelles	vendelles	32	02	023	49.9103	3.136	5
02490	Maissemy	maissemy	32	02	023	49.894	3.1872	5
02490	Jeancourt	jeancourt	32	02	023	49.9262	3.1476	5
02490	Attilly	attilly	32	02	023	49.8566	3.1671	5
02490	Vermand	vermand	32	02	023	49.8755	3.1496	5
02500	La Hérie	la-herie	32	02	025	49.8836	4.0466	5
02500	Neuve-Maison	neuve-maison	32	02	025	49.9309	4.0326	5
02500	Buire	buire	32	02	025	49.903	4.055	5
02500	Aubenton	aubenton	32	02	025	49.8371	4.2045	5
02500	Wimy	wimy	32	02	025	49.9352	3.9967	5
02500	Luzoir	luzoir	32	02	025	49.9254	3.9642	5
02500	Bucilly	bucilly	32	02	025	49.8779	4.0931	5
02500	Any-Martin-Rieux	any-martin-rieux	32	02	025	49.8819	4.2217	5
02500	Hirson	hirson	32	02	025	49.9226	4.0826	5
02500	Leuze	leuze	32	02	025	49.8509	4.1611	5
02500	Logny-lès-Aubenton	logny-les-aubenton	32	02	025	49.827	4.2107	5
02500	Effry	effry	32	02	025	49.9235	3.9841	5
02500	Éparcy	eparcy	32	02	025	49.8754	4.0594	5
02500	Besmont	besmont	32	02	025	49.8371	4.1235	5
02500	Martigny	martigny	32	02	025	49.8588	4.1369	5
02500	Mondrepuis	mondrepuis	32	02	025	49.9636	4.0548	5
02500	Beaumé	beaume	32	02	025	49.8375	4.1493	5
02500	Ohis	ohis	32	02	025	49.9284	4.0095	5
02510	Étreux	etreux	32	02	025	49.9833	3.65	5
02510	Vénérolles	venerolles	32	02	025	49.9816	3.6399	5
02510	Iron	iron	32	02	025	49.9549	3.6595	5
02510	Hannapes	hannapes	32	02	025	49.9729	3.6241	5
02520	Flavy-le-Martel	flavy-le-martel	32	02	023	49.713	3.1915	5
02540	L’Épine-aux-Bois	l-epine-aux-bois	32	02	021	48.8959	3.4446	5
02540	Fontenelle-en-Brie	fontenelle-en-brie	32	02	021	48.9199	3.477	5
02540	Viels-Maisons	viels-maisons	32	02	021	48.8967	3.3964	5
02540	Montfaucon	montfaucon	32	02	021	48.9576	3.4251	5
02540	Rozoy-Bellevalle	rozoy-bellevalle	32	02	021	48.9221	3.4561	5
02540	Marchais-en-Brie	marchais-en-brie	32	02	021	48.8836	3.4855	5
02540	Vendières	vendieres	32	02	021	48.8718	3.4473	5
02540	La Celle-sous-Montmirail	la-celle-sous-montmirail	32	02	021	48.8635	3.4664	5
02540	Viffort	viffort	32	02	021	48.9601	3.4579	5
02540	Dhuys et Morin-en-Brie	dhuys-et-morin-en-brie	32	02	021	48.8833	3.4833	5
02550	Origny-en-Thiérache	origny-en-thierache	32	02	025	49.8933	4.0164	5
02570	Essises	essises	32	02	021	48.9623	3.4212	5
02570	Chézy-sur-Marne	chezy-sur-marne	32	02	021	48.9888	3.3679	5
02570	La Chapelle-sur-Chézy	la-chapelle-sur-chezy	32	02	021	48.947	3.3779	5
02580	Étréaupont	etreaupont	32	02	025	49.9044	3.9134	5
02580	Sorbais	sorbais	32	02	025	49.9087	3.8941	5
02580	Autreppes	autreppes	32	02	025	49.9042	3.8557	5
02590	Foreste	foreste	32	02	023	49.8082	3.1021	5
02590	Lanchy	lanchy	32	02	023	49.8266	3.0756	5
02590	Roupy	roupy	32	02	023	49.8109	3.1856	5
02590	Villers-Saint-Christophe	villers-saint-christophe	32	02	023	49.7805	3.0939	5
02590	Beauvois-en-Vermandois	beauvois-en-vermandois	32	02	023	49.8401	3.1038	5
02590	Étreillers	etreillers	32	02	023	49.8306	3.1603	5
02590	Douchy	douchy	32	02	023	49.7956	3.135	5
02590	Vaux-en-Vermandois	vaux-en-vermandois	32	02	023	49.8232	3.1415	5
02590	Fluquières	fluquieres	32	02	023	49.8029	3.1544	5
02590	Germaine	germaine	32	02	023	49.7833	3.1167	5
02590	Savy	savy	32	02	023	49.8306	3.1951	5
02590	Aubigny-aux-Kaisnes	aubigny-aux-kaisnes	32	02	023	49.7736	3.1177	5
02600	Corcy	corcy	32	02	024	49.2553	3.2162	5
02600	Ancienville	ancienville	32	02	024	49.2179	3.2145	5
02600	Vivières	vivieres	32	02	024	49.3013	3.1041	5
02600	Louâtre	louatre	32	02	024	49.2564	3.2461	5
02600	Faverolles	faverolles	32	02	024	49.224	3.1755	5
02600	Villers-Cotterêts	villers-cotterets	32	02	024	49.2531	3.09	5
02600	Villers-Hélon	villers-helon	32	02	024	49.2638	3.2624	5
02600	Puiseux-en-Retz	puiseux-en-retz	32	02	024	49.297	3.1304	5
02600	Haramont	haramont	32	02	024	49.2784	3.0615	5
02600	Laversine	laversine	32	02	024	49.3516	3.1709	5
02600	Dampleux	dampleux	32	02	024	49.2438	3.1528	5
02600	Taillefontaine	taillefontaine	32	02	024	49.3122	3.0424	5
02600	Coyolles	coyolles	32	02	024	49.2342	3.0429	5
02600	Saint-Pierre-Aigle	saint-pierre-aigle	32	02	024	49.3234	3.1841	5
02600	Soucy	soucy	32	02	024	49.3126	3.1267	5
02600	Largny-sur-Automne	largny-sur-automne	32	02	024	49.2603	3.0417	5
02600	Longpont	longpont	32	02	024	49.2731	3.2201	5
02600	Fleury	fleury	32	02	024	49.258	3.1591	5
02600	Oigny-en-Valois	oigny-en-valois	32	02	024	49.2197	3.1369	5
02600	Cœuvres-et-Valsery	c-uvres-et-valsery	32	02	024	49.3333	3.15	5
02600	Montgobert	montgobert	32	02	024	49.3085	3.1466	5
02600	Retheuil	retheuil	32	02	024	49.3221	3.0099	5
02600	Cutry	cutry	32	02	024	49.3468	3.1779	5
02600	Mortefontaine	mortefontaine	32	02	024	49.3317	3.0765	5
02600	Noroy-sur-Ourcq	noroy-sur-ourcq	32	02	024	49.2069	3.216	5
02600	Dommiers	dommiers	32	02	024	49.3276	3.2136	5
02601 CEDEX	Villers-Cotterêts	villers-cotterets	32	02	024	49.2531	3.09	5
02602 CEDEX	Villers-Cotterêts	villers-cotterets	32	02	024	49.2531	3.09	5
02603 CEDEX	Villers-Cotterêts	villers-cotterets	32	02	024	49.2531	3.09	5
02604 CEDEX	Villers-Cotterêts	villers-cotterets	32	02	024	49.2531	3.09	5
02609 CEDEX	Villers-Cotterêts	villers-cotterets	32	02	024	49.2531	3.09	5
02610	Moÿ-de-l'Aisne	moy-de-l-aisne	32	02	023	49.75	3.3667	5
02620	Buironfosse	buironfosse	32	02	025	49.9666	3.8359	5
02630	Wassigny	wassigny	32	02	025	50.0133	3.5999	5
02630	Mennevret	mennevret	32	02	025	49.9861	3.5552	5
02630	Petit-Verly	petit-verly	32	02	025	49.9717	3.558	5
02640	Saint-Simon	saint-simon	32	02	023	49.7459	3.1777	5
02640	Tugny-et-Pont	tugny-et-pont	32	02	023	49.7584	3.1558	5
02650	Crézancy	crezancy	32	02	021	49.0483	3.5105	5
02650	Fossoy	fossoy	32	02	021	49.0487	3.4836	5
02650	Mézy-Moulins	mezy-moulins	32	02	021	49.0675	3.5049	5
02670	Folembray	folembray	32	02	022	49.5433	3.2912	5
02670	Champs	champs	32	02	022	49.5408	3.2543	5
02680	Contescourt	contescourt	32	02	023	49.7935	3.2315	5
02680	Dallon	dallon	32	02	023	49.821	3.2411	5
02680	Grugies	grugies	32	02	023	49.8122	3.2682	5
02680	Fontaine-lès-Clercs	fontaine-les-clercs	32	02	023	49.8043	3.2221	5
02680	Castres	castres	32	02	023	49.8036	3.2391	5
02690	Essigny-le-Grand	essigny-le-grand	32	02	023	49.7786	3.2777	5
02690	Urvillers	urvillers	32	02	023	49.7899	3.3098	5
02700	Frières-Faillouël	frieres-faillouel	32	02	022	49.6881	3.2433	5
02700	Mennessis	mennessis	32	02	022	49.6939	3.2723	5
02700	Barisis	barisis	32	02	022	49.5833	3.3333	5
02700	Condren	condren	32	02	022	49.6294	3.2811	5
02700	Tergnier	tergnier	32	02	022	49.6561	3.3011	5
02700	Amigny-Rouy	amigny-rouy	32	02	022	49.6099	3.3043	5
02700	Servais	servais	32	02	022	49.621	3.3451	5
02700	Barisis-aux-Bois	barisis-aux-bois	32	02	022	49.5783	3.329	5
02700	Liez	liez	32	02	022	49.6906	3.2927	5
02700	Deuillet	deuillet	32	02	022	49.631	3.3615	5
02720	Homblières	homblieres	32	02	023	49.8503	3.3646	5
02720	Mesnil-Saint-Laurent	mesnil-saint-laurent	32	02	023	49.8294	3.3573	5
02720	Marcy	marcy	32	02	023	49.8504	3.4055	5
02760	Francilly-Selency	francilly-selency	32	02	023	49.8528	3.2249	5
02760	Holnon	holnon	32	02	023	49.8609	3.2151	5
02790	Seraucourt-le-Grand	seraucourt-le-grand	32	02	023	49.7833	3.2167	5
02800	La Fère	la-fere	32	02	022	49.6629	3.3663	5
02800	Travecy	travecy	32	02	022	49.6869	3.3588	5
02800	Charmes	charmes	32	02	022	49.6534	3.3786	5
02800	Bertaucourt-Epourdon	bertaucourt-epourdon	32	02	022	49.6167	3.3833	5
02800	Nouvion-le-Comte	nouvion-le-comte	32	02	022	49.6994	3.4648	5
02800	Courbes	courbes	32	02	022	49.6833	3.45	5
02800	Andelain	andelain	32	02	022	49.6421	3.3695	5
02800	Anguilcourt-le-Sart	anguilcourt-le-sart	32	02	022	49.6894	3.4341	5
02800	Mayot	mayot	32	02	022	49.7038	3.3851	5
02800	Achery	achery	32	02	022	49.6937	3.3898	5
02800	Fressancourt	fressancourt	32	02	022	49.6325	3.4257	5
02800	Beautor	beautor	32	02	022	49.6521	3.3448	5
02800	Rogécourt	rogecourt	32	02	022	49.6528	3.4286	5
02800	Versigny	versigny	32	02	022	49.6512	3.4367	5
02800	Danizy	danizy	32	02	022	49.6657	3.392	5
02800	Vendeuil	vendeuil	32	02	023	49.7154	3.3522	5
02810	Marigny-en-Orxois	marigny-en-orxois	32	02	021	49.0601	3.2282	5
02810	Veuilly-la-Poterie	veuilly-la-poterie	32	02	021	49.085	3.2139	5
02810	Saint-Gengoulph	saint-gengoulph	32	02	021	49.12	3.2182	5
02810	Brumetz	brumetz	32	02	021	49.1019	3.16	5
02810	Licy-Clignon	licy-clignon	32	02	021	49.0998	3.2745	5
02810	Gandelu	gandelu	32	02	021	49.0938	3.1843	5
02810	Torcy-en-Valois	torcy-en-valois	32	02	021	49.0879	3.2794	5
02810	Montigny-l’Allier	montigny-l-allier	32	02	021	49.1116	3.1041	5
02810	Bussiares	bussiares	32	02	021	49.0905	3.2561	5
02810	Hautevesnes	hautevesnes	32	02	021	49.1092	3.2322	5
02810	Courchamps	courchamps	32	02	021	49.1133	3.2644	5
02810	Chézy-en-Orxois	chezy-en-orxois	32	02	021	49.1234	3.183	5
02820	Corbeny	corbeny	32	02	022	49.4627	3.8231	5
02820	Courtrizy-et-Fussigny	courtrizy-et-fussigny	32	02	022	49.5199	3.7891	5
02820	Aubigny-en-Laonnois	aubigny-en-laonnois	32	02	022	49.4974	3.7923	5
02820	Goudelancourt-lès-Berrieux	goudelancourt-les-berrieux	32	02	022	49.5	3.85	5
02820	Montaigu	montaigu	32	02	022	49.5351	3.8312	5
02820	Berrieux	berrieux	32	02	022	49.4888	3.8485	5
02820	Mauregny-en-Haye	mauregny-en-haye	32	02	022	49.5319	3.7977	5
02820	Saint-Thomas	saint-thomas	32	02	022	49.4971	3.8208	5
02820	Sainte-Croix	sainte-croix	32	02	022	49.4815	3.7783	5
02820	Saint-Erme-Outre-et-Ramecourt	saint-erme-outre-et-ramecourt	32	02	022	49.5146	3.8406	5
02820	Aizelles	aizelles	32	02	022	49.4888	3.8114	5
02830	Watigny	watigny	32	02	025	49.8994	4.1999	5
02830	Saint-Michel	saint-michel	32	02	025	49.9195	4.1328	5
02840	Festieux	festieux	32	02	022	49.5227	3.7558	5
02840	Samoussy	samoussy	32	02	022	49.5833	3.7333	5
02840	Athies-sous-Laon	athies-sous-laon	32	02	022	49.5737	3.6842	5
02840	Parfondru	parfondru	32	02	022	49.5275	3.7112	5
02840	Coucy-lès-Eppes	coucy-les-eppes	32	02	022	49.5537	3.7726	5
02840	Monceau-le-Waast	monceau-le-waast	32	02	022	49.6196	3.7137	5
02840	Eppes	eppes	32	02	022	49.5573	3.7375	5
02840	Veslud	veslud	32	02	022	49.5333	3.7333	5
02850	Barzy-sur-Marne	barzy-sur-marne	32	02	021	49.0859	3.5536	5
02850	Reuilly-Sauvigny	reuilly-sauvigny	32	02	021	49.0588	3.5571	5
02850	Le Charmel	le-charmel	32	02	021	49.1124	3.5487	5
02850	Trélou-sur-Marne	trelou-sur-marne	32	02	021	49.0833	3.6	5
02850	Jaulgonne	jaulgonne	32	02	021	49.0888	3.5348	5
02850	Passy-sur-Marne	passy-sur-marne	32	02	021	49.0612	3.5714	5
02850	Courtemont-Varennes	courtemont-varennes	32	02	021	49.0736	3.5414	5
02860	Pancy-Courtecon	pancy-courtecon	32	02	022	49.4733	3.6542	5
02860	Cerny-en-Laonnois	cerny-en-laonnois	32	02	022	49.4427	3.6689	5
02860	Arrancy	arrancy	32	02	022	49.4919	3.7548	5
02860	Montchâlons	montchalons	32	02	022	49.5139	3.7273	5
02860	Bouconville-Vauclair	bouconville-vauclair	32	02	022	49.4667	3.75	5
02860	Monthenault	monthenault	32	02	022	49.4869	3.6668	5
02860	Orgeval	orgeval	32	02	022	49.5167	3.7	5
02860	Martigny-Courpierre	martigny-courpierre	32	02	022	49.4908	3.6802	5
02860	Bièvres	bievres	32	02	022	49.4936	3.7123	5
02860	Chermizy-Ailles	chermizy-ailles	32	02	022	49.4686	3.7262	5
02860	Bruyères-et-Montbérault	bruyeres-et-montberault	32	02	022	49.5254	3.6637	5
02860	Nouvion-le-Vineux	nouvion-le-vineux	32	02	022	49.503	3.6099	5
02860	Colligis-Crandelain	colligis-crandelain	32	02	022	49.4752	3.6407	5
02860	Chérêt	cheret	32	02	022	49.5167	3.6833	5
02860	Lierval	lierval	32	02	022	49.4833	3.6167	5
02860	Vorges	vorges	32	02	022	49.5187	3.6539	5
02860	Ployart-et-Vaurseine	ployart-et-vaurseine	32	02	022	49.4882	3.7452	5
02860	Presles-et-Thierny	presles-et-thierny	32	02	022	49.5077	3.6265	5
02860	Chamouille	chamouille	32	02	022	49.4739	3.666	5
02860	Neuville-sur-Ailette	neuville-sur-ailette	32	02	022	49.4667	3.7	5
02860	Trucy	trucy	32	02	022	49.4713	3.6129	5
02860	Laval-en-Laonnois	laval-en-laonnois	32	02	022	49.5014	3.5951	5
02870	Crépy	crepy	32	02	022	49.6	3.5167	5
02870	Besny-et-Loizy	besny-et-loizy	32	02	022	49.5995	3.582	5
02870	Bucy-lès-Cerny	bucy-les-cerny	32	02	022	49.582	3.517	5
02870	Vivaise	vivaise	32	02	022	49.6208	3.5612	5
02870	Cerny-lès-Bucy	cerny-les-bucy	32	02	022	49.5783	3.548	5
02870	Fourdrain	fourdrain	32	02	022	49.6108	3.4718	5
02870	Brie	brie	32	02	022	49.6	3.4833	5
02880	Nanteuil-la-Fosse	nanteuil-la-fosse	32	02	024	49.4359	3.4523	5
02880	Clamecy	clamecy	32	02	024	49.4285	3.3625	5
02880	Missy-sur-Aisne	missy-sur-aisne	32	02	024	49.3868	3.436	5
02880	Laffaux	laffaux	32	02	024	49.4487	3.4264	5
02880	Neuville-sur-Margival	neuville-sur-margival	32	02	024	49.4518	3.399	5
02880	Leury	leury	32	02	024	49.4304	3.3373	5
02880	Cuffies	cuffies	32	02	024	49.4036	3.3212	5
02880	Vregny	vregny	32	02	024	49.4082	3.4245	5
02880	Margival	margival	32	02	024	49.4349	3.402	5
02880	Juvigny	juvigny	32	02	024	49.4476	3.3182	5
02880	Braye	braye	32	02	024	49.4231	3.3713	5
02880	Bucy-le-Long	bucy-le-long	32	02	024	49.3907	3.3958	5
02880	Sancy-les-Cheminots	sancy-les-cheminots	32	02	024	49.4331	3.4719	5
02880	Chivres-Val	chivres-val	32	02	024	49.3956	3.4356	5
02880	Crouy	crouy	32	02	024	49.4027	3.3583	5
02880	Vuillery	vuillery	32	02	024	49.4305	3.3881	5
02880	Chavigny	chavigny	32	02	024	49.4256	3.3054	5
02880	Terny-Sorny	terny-sorny	32	02	024	49.4456	3.3624	5
02930 CEDEX 9	Laon	laon	32	02	022	49.5631	3.6271	5
02939 CEDEX 9	Laon	laon	32	02	022	49.5631	3.6271	5
59000	Lille	lille	32	59	595	50.633	3.0586	5
59001 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59002 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59003 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59004 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59005 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59006 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59007 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59008 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59009 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59010 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59011 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59012 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59013 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59014 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59015 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59016 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59017 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59018 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59019 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59020 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59021 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59022 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59023 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59024 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59025 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59026 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59027 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59028 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59029 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59030 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59031 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59032 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59033 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59034 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59035 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59036 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59037 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59038 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59039 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59040 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59041 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59042 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59043 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59044 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59045 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59046 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59047 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59048 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59049 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59051 CEDEX 1	Roubaix	roubaix	32	59	595	50.6942	3.1746	5
59052 CEDEX 1	Roubaix	roubaix	32	59	595	50.6942	3.1746	5
59053 CEDEX 1	Roubaix	roubaix	32	59	595	50.6942	3.1746	5
59054 CEDEX 1	Roubaix	roubaix	32	59	595	50.6942	3.1746	5
59055 CEDEX 1	Roubaix	roubaix	32	59	595	50.6942	3.1746	5
59056 CEDEX 1	Roubaix	roubaix	32	59	595	50.6942	3.1746	5
59057 CEDEX 1	Roubaix	roubaix	32	59	595	50.6942	3.1746	5
59058 CEDEX 1	Roubaix	roubaix	32	59	595	50.6942	3.1746	5
59059 CEDEX 1	Roubaix	roubaix	32	59	595	50.6942	3.1746	5
59060 CEDEX 1	Roubaix	roubaix	32	59	595	50.6942	3.1746	5
59061 CEDEX 1	Roubaix	roubaix	32	59	595	50.6942	3.1746	5
59062 CEDEX 1	Roubaix	roubaix	32	59	595	50.6942	3.1746	5
59063 CEDEX 1	Roubaix	roubaix	32	59	595	50.6942	3.1746	5
59065 CEDEX 1	Roubaix	roubaix	32	59	595	50.6942	3.1746	5
59066 CEDEX 1	Roubaix	roubaix	32	59	595	50.6942	3.1746	5
59069 CEDEX 1	Roubaix	roubaix	32	59	595	50.6942	3.1746	5
59070 CEDEX 1	Roubaix	roubaix	32	59	595	50.6942	3.1746	5
59071 CEDEX 1	Roubaix	roubaix	32	59	595	50.6942	3.1746	5
59072 CEDEX 1	Roubaix	roubaix	32	59	595	50.6942	3.1746	5
59073 CEDEX 1	Roubaix	roubaix	32	59	595	50.6942	3.1746	5
59074 CEDEX 1	Roubaix	roubaix	32	59	595	50.6942	3.1746	5
59078 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59079 CEDEX 2	Roubaix	roubaix	32	59	595	50.6942	3.1746	5
59080 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59081 CEDEX 2	Roubaix	roubaix	32	59	595	50.6942	3.1746	5
59082 CEDEX 2	Roubaix	roubaix	32	59	595	50.6942	3.1746	5
59083 CEDEX 2	Roubaix	roubaix	32	59	595	50.6942	3.1746	5
59084 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59086 CEDEX 2	Roubaix	roubaix	32	59	595	50.6942	3.1746	5
59087 CEDEX 2	Roubaix	roubaix	32	59	595	50.6942	3.1746	5
59088 CEDEX 2	Roubaix	roubaix	32	59	595	50.6942	3.1746	5
59091 CEDEX 2	Roubaix	roubaix	32	59	595	50.6942	3.1746	5
59092 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59097 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59100	Roubaix	roubaix	32	59	595	50.6942	3.1746	5
59108 CEDEX	Wambrechies	wambrechies	32	59	595	50.6828	3.0478	5
59110	La Madeleine	la-madeleine	32	59	595	50.646	3.0758	5
59111	Hordain	hordain	32	59	596	50.2631	3.3136	5
59111	Bouchain	bouchain	32	59	596	50.2852	3.3149	5
59111	Wavrechain-sous-Faulx	wavrechain-sous-faulx	32	59	596	50.2728	3.2867	5
59111	Lieu-Saint-Amand	lieu-saint-amand	32	59	596	50.2732	3.3462	5
59112	Annoeullin	annoeullin	32	59	595	50.5293	2.9318	5
59112	Carnin	carnin	32	59	595	50.5191	2.961	5
59113	Seclin	seclin	32	59	595	50.5487	3.0273	5
59114	Steenvoorde	steenvoorde	32	59	594	50.8105	2.5824	5
59114	Saint-Sylvestre-Cappel	saint-sylvestre-cappel	32	59	594	50.7763	2.5562	5
59114	Eecke	eecke	32	59	594	50.7786	2.5966	5
59114	Terdeghem	terdeghem	32	59	594	50.799	2.5395	5
59115	Leers	leers	32	59	595	50.6822	3.2443	5
59116	Houplines	houplines	32	59	595	50.695	2.9152	5
59117	Wervicq-Sud	wervicq-sud	32	59	595	50.7745	3.0421	5
59118	Wambrechies	wambrechies	32	59	595	50.6828	3.0478	5
59119	Waziers	waziers	32	59	593	50.3872	3.1149	5
59120	Loos	loos	32	59	595	50.6098	3.0187	5
59121	Haulchin	haulchin	32	59	596	50.3172	3.436	5
59121	Prouvy	prouvy	32	59	596	50.3179	3.451	5
59122	Ghyvelde	ghyvelde	32	59	594	51.0517	2.5272	5
59122	Hondschoote	hondschoote	32	59	594	50.978	2.5837	5
59122	Oost-Cappel	oost-cappel	32	59	594	50.9253	2.5983	5
59122	Killem	killem	32	59	594	50.9578	2.5607	5
59122	Rexpoëde	rexpoede	32	59	594	50.9393	2.5391	5
59122	Les Moëres	les-moeres	32	59	594	51.0144	2.5489	5
59123	Zuydcoote	zuydcoote	32	59	594	51.061	2.4934	5
59123	Bray-Dunes	bray-dunes	32	59	594	51.0779	2.5167	5
59124	Escaudain	escaudain	32	59	596	50.3331	3.3443	5
59125	Trith-Saint-Léger	trith-saint-leger	32	59	596	50.3167	3.4833	5
59126	Linselles	linselles	32	59	595	50.7371	3.0788	5
59127	Esnes	esnes	32	59	592	50.1009	3.3136	5
59127	Élincourt	elincourt	32	59	592	50.0447	3.3713	5
59127	Dehéries	deheries	32	59	592	50.0523	3.3412	5
59127	Walincourt-Selvigny	walincourt-selvigny	32	59	592	50.0667	3.3333	5
59127	Malincourt	malincourt	32	59	592	50.05	3.3167	5
59128	Flers-en-Escrebieux	flers-en-escrebieux	32	59	593	50.3979	3.0604	5
59129	Avesnes-les-Aubert	avesnes-les-aubert	32	59	592	50.2	3.3833	5
59130	Lambersart	lambersart	32	59	595	50.65	3.0333	5
59131	Rousies	rousies	32	59	591	50.2735	4.0038	5
59132	Eppe-Sauvage	eppe-sauvage	32	59	591	50.1189	4.1781	5
59132	Ohain	ohain	32	59	591	50.0403	4.1184	5
59132	Wallers-en-Fagne	wallers-en-fagne	32	59	591	50.0667	4.1667	5
59132	Glageon	glageon	32	59	591	50.0566	4.0745	5
59132	Moustier-en-Fagne	moustier-en-fagne	32	59	591	50.0954	4.1952	5
59132	Baives	baives	32	59	591	50.0633	4.2014	5
59132	Trélon	trelon	32	59	591	50.0581	4.102	5
59133	Phalempin	phalempin	32	59	595	50.5169	3.0158	5
59133	Camphin-en-Carembault	camphin-en-carembault	32	59	595	50.512	2.9871	5
59134	Fournes-en-Weppes	fournes-en-weppes	32	59	595	50.585	2.8879	5
59134	Wicres	wicres	32	59	595	50.5698	2.8645	5
59134	Beaucamps-Ligny	beaucamps-ligny	32	59	595	50.6056	2.9159	5
59134	Le Maisnil	le-maisnil	32	59	595	50.6151	2.8853	5
59134	Herlies	herlies	32	59	595	50.5775	2.8529	5
59135	Wallers	wallers	32	59	596	50.3743	3.3919	5
59135	Bellaing	bellaing	32	59	596	50.3681	3.4251	5
59136	Wavrin	wavrin	32	59	595	50.5739	2.9363	5
59137	Busigny	busigny	32	59	592	50.0342	3.4671	5
59138	Hargnies	hargnies	32	59	591	50.2564	3.8492	5
59138	Pont-sur-Sambre	pont-sur-sambre	32	59	591	50.222	3.8469	5
59138	Bachant	bachant	32	59	591	50.2154	3.8683	5
59138	Vieux-Mesnil	vieux-mesnil	32	59	591	50.253	3.8613	5
59139	Wattignies	wattignies	32	59	595	50.5864	3.0439	5
59139	Noyelles-lès-Seclin	noyelles-les-seclin	32	59	595	50.5764	3.0172	5
59140	Dunkerque	dunkerque	32	59	594	51.033	2.377	5
59141	Thun-l’Evêque	thun-l-eveque	32	59	592	50.2268	3.2879	5
59141	Thun-Saint-Martin	thun-saint-martin	32	59	592	50.2256	3.2981	5
59141	Iwuy	iwuy	32	59	592	50.233	3.3206	5
59142	Villers-Outréaux	villers-outreaux	32	59	592	50.0359	3.2995	5
59143	Saint-Momelin	saint-momelin	32	59	594	50.7901	2.2519	5
59143	Holque	holque	32	59	594	50.8545	2.2035	5
59143	Millam	millam	32	59	594	50.8547	2.2492	5
59143	Wulverdinghe	wulverdinghe	32	59	594	50.8314	2.2562	5
59143	Nieurlet	nieurlet	32	59	594	50.7885	2.2824	5
59143	Lederzeele	lederzeele	32	59	594	50.8203	2.3024	5
59143	Watten	watten	32	59	594	50.8369	2.2135	5
59144	Eth	eth	32	59	591	50.3253	3.6684	5
59144	Wargnies-le-Grand	wargnies-le-grand	32	59	591	50.3075	3.6604	5
59144	Jenlain	jenlain	32	59	591	50.3116	3.6287	5
59144	Gommegnies	gommegnies	32	59	591	50.2716	3.7063	5
59144	Amfroipret	amfroipret	32	59	591	50.2799	3.7388	5
59144	Bry	bry	32	59	591	50.3196	3.6763	5
59144	Wargnies-le-Petit	wargnies-le-petit	32	59	591	50.2933	3.6734	5
59144	Preux-au-Sart	preux-au-sart	32	59	591	50.2831	3.6867	5
59145	Sassegnies	sassegnies	32	59	591	50.1777	3.8021	5
59145	Berlaimont	berlaimont	32	59	591	50.2016	3.8134	5
59146	Pecquencourt	pecquencourt	32	59	593	50.3785	3.2128	5
59147	Gondecourt	gondecourt	32	59	595	50.5447	2.9838	5
59147	Chemy	chemy	32	59	595	50.5311	2.9886	5
59147	Herrin	herrin	32	59	595	50.5463	2.9657	5
59148	Flines-lez-Raches	flines-lez-raches	32	59	593	50.4167	3.1833	5
59149	Cousolre	cousolre	32	59	591	50.2461	4.1494	5
59149	Bousignies-sur-Roc	bousignies-sur-roc	32	59	591	50.2632	4.1821	5
59149	Aibes	aibes	32	59	591	50.2357	4.0956	5
59150	Wattrelos	wattrelos	32	59	595	50.7012	3.2181	5
59151	Estrées	estrees	32	59	593	50.3008	3.0698	5
59151	Hamel	hamel	32	59	593	50.2795	3.0742	5
59151	Bugnicourt	bugnicourt	32	59	593	50.2914	3.1552	5
59151	Arleux	arleux	32	59	593	50.2804	3.1045	5
59151	Brunémont	brunemont	32	59	593	50.2728	3.1385	5
59152	Chéreng	chereng	32	59	595	50.6106	3.2067	5
59152	Tressin	tressin	32	59	595	50.6175	3.1935	5
59152	Gruson	gruson	32	59	595	50.5958	3.2078	5
59152	Anstaing	anstaing	32	59	595	50.6047	3.1908	5
59153	Grand-Fort-Philippe	grand-fort-philippe	32	59	594	50.9996	2.1078	5
59154	Crespin	crespin	32	59	596	50.4211	3.6614	5
59155	Faches-Thumesnil	faches-thumesnil	32	59	595	50.5833	3.0667	5
59156	Lourches	lourches	32	59	596	50.3135	3.3526	5
59157	Fontaine-au-Pire	fontaine-au-pire	32	59	592	50.1325	3.3767	5
59157	Beauvois-en-Cambrésis	beauvois-en-cambresis	32	59	592	50.1373	3.3787	5
59158	Mortagne-du-Nord	mortagne-du-nord	32	59	596	50.5035	3.4535	5
59158	Maulde	maulde	32	59	596	50.5023	3.4337	5
59158	Thun-Saint-Amand	thun-saint-amand	32	59	596	50.4728	3.4512	5
59158	Flines-lès-Mortagne	flines-les-mortagne	32	59	596	50.5028	3.465	5
59159	Ribécourt-la-Tour	ribecourt-la-tour	32	59	592	50.1106	3.1308	5
59159	Noyelles-sur-Escaut	noyelles-sur-escaut	32	59	592	50.1333	3.1833	5
59159	Marcoing	marcoing	32	59	592	50.1211	3.1732	5
59160	Lille	lille	32	59	595	50.633	3.0586	5
59160	Capinghem	capinghem	32	59	595	50.6455	2.9619	5
59161	Escaudœuvres	escaud-uvres	32	59	592	50.2	3.2667	5
59161	Cagnoncles	cagnoncles	32	59	592	50.1916	3.3106	5
59161	Ramillies	ramillies	32	59	592	50.2054	3.2613	5
59161	Eswars	eswars	32	59	592	50.2181	3.2664	5
59161	Naves	naves	32	59	592	50.2029	3.3165	5
59162	Ostricourt	ostricourt	32	59	595	50.4515	3.0342	5
59163	Thivencelle	thivencelle	32	59	596	50.44	3.6339	5
59163	Condé-sur-l’Escaut	conde-sur-l-escaut	32	59	596	50.4544	3.5888	5
59163	Saint-Aybert	saint-aybert	32	59	596	50.4484	3.65	5
59164	Marpent	marpent	32	59	591	50.2925	4.0794	5
59165	Auberchicourt	auberchicourt	32	59	593	50.3333	3.2333	5
59166	Bousbecque	bousbecque	32	59	595	50.7712	3.0846	5
59167	Lallaing	lallaing	32	59	593	50.3901	3.1695	5
59168	Boussois	boussois	32	59	591	50.2891	4.0412	5
59169	Gœulzin	g-ulzin	32	59	593	50.3167	3.1	5
59169	Cantin	cantin	32	59	593	50.3088	3.1277	5
59169	Férin	ferin	32	59	593	50.3273	3.0741	5
59169	Erchin	erchin	32	59	593	50.3173	3.1667	5
59169	Roucourt	roucourt	32	59	593	50.3284	3.1481	5
59170	Croix	croix	32	59	595	50.6785	3.1493	5
59171	Hélesmes	helesmes	32	59	596	50.3704	3.3592	5
59171	Erre	erre	32	59	593	50.3625	3.3156	5
59171	Hornaing	hornaing	32	59	593	50.3684	3.3371	5
59172	Mastaing	mastaing	32	59	596	50.3061	3.3047	5
59172	Rœulx	r-ulx	32	59	596	50.3	3.3333	5
59173	Ebblinghem	ebblinghem	32	59	594	50.7322	2.4098	5
59173	Lynde	lynde	32	59	594	50.7128	2.4207	5
59173	Renescure	renescure	32	59	594	50.7275	2.368	5
59173	Blaringhem	blaringhem	32	59	594	50.6911	2.4032	5
59173	Sercus	sercus	32	59	594	50.7071	2.4562	5
59174	La Sentinelle	la-sentinelle	32	59	596	50.3512	3.4842	5
59175	Templemars	templemars	32	59	595	50.5739	3.0544	5
59175	Vendeville	vendeville	32	59	595	50.5769	3.0787	5
59176	Masny	masny	32	59	593	50.348	3.2017	5
59176	Écaillon	ecaillon	32	59	593	50.3503	3.2166	5
59177	Sains-du-Nord	sains-du-nord	32	59	591	50.0938	4.009	5
59177	Rainsars	rainsars	32	59	591	50.0707	3.9907	5
59177	Ramousies	ramousies	32	59	591	50.1173	4.0404	5
59178	Brillon	brillon	32	59	596	50.435	3.3289	5
59178	Hasnon	hasnon	32	59	596	50.4247	3.3866	5
59178	Bousignies	bousignies	32	59	596	50.4344	3.3465	5
59178	Millonfosse	millonfosse	32	59	596	50.4345	3.3975	5
59179	Fenain	fenain	32	59	593	50.3667	3.3	5
59180	Cappelle-la-Grande	cappelle-la-grande	32	59	594	50.9998	2.3585	5
59181	Steenwerck	steenwerck	32	59	594	50.702	2.7783	5
59182	Montigny-en-Ostrevent	montigny-en-ostrevent	32	59	593	50.3667	3.1833	5
59182	Loffre	loffre	32	59	593	50.3566	3.1711	5
59184	Sainghin-en-Weppes	sainghin-en-weppes	32	59	595	50.5641	2.898	5
59185	Provin	provin	32	59	595	50.5143	2.9079	5
59186	Anor	anor	32	59	591	49.99	4.1005	5
59187	Dechy	dechy	32	59	593	50.35	3.1167	5
59188	Villers-en-Cauchies	villers-en-cauchies	32	59	592	50.2257	3.4036	5
59188	Saint-Vaast-en-Cambrésis	saint-vaast-en-cambresis	32	59	592	50.2	3.4167	5
59188	Saint-Aubert	saint-aubert	32	59	592	50.208	3.4173	5
59189	Thiennes	thiennes	32	59	594	50.6515	2.4668	5
59189	Steenbecque	steenbecque	32	59	594	50.6742	2.4844	5
59189	Boëseghem	boeseghem	32	59	594	50.6667	2.45	5
59190	Staple	staple	32	59	594	50.7491	2.4543	5
59190	Caëstre	caestre	32	59	594	50.7584	2.6027	5
59190	Morbecque	morbecque	32	59	594	50.6937	2.5179	5
59190	Hazebrouck	hazebrouck	32	59	594	50.7237	2.5373	5
59190	Wallon-Cappel	wallon-cappel	32	59	594	50.7268	2.4741	5
59190	Borre	borre	32	59	594	50.7311	2.5848	5
59190	Hondeghem	hondeghem	32	59	594	50.7565	2.5208	5
59190	Pradelles	pradelles	32	59	594	50.7338	2.6043	5
59191	Haucourt-en-Cambrésis	haucourt-en-cambresis	32	59	592	50.1038	3.342	5
59191	Caullery	caullery	32	59	592	50.0848	3.3729	5
59191	Ligny-en-Cambrésis	ligny-en-cambresis	32	59	592	50.1012	3.3784	5
59192	Beuvrages	beuvrages	32	59	596	50.3841	3.4942	5
59193	Erquinghem-Lys	erquinghem-lys	32	59	595	50.676	2.8451	5
59194	Anhiers	anhiers	32	59	593	50.4074	3.1551	5
59194	Râches	raches	32	59	593	50.4171	3.1363	5
59195	Oisy	oisy	32	59	596	50.3593	3.438	5
59195	Hérin	herin	32	59	596	50.3556	3.4531	5
59198	Haspres	haspres	32	59	596	50.2583	3.417	5
59199	Hergnies	hergnies	32	59	596	50.4729	3.5261	5
59199	Bruille-Saint-Amand	bruille-saint-amand	32	59	596	50.4661	3.5001	5
59200	Tourcoing	tourcoing	32	59	595	50.7239	3.1612	5
59202 CEDEX	Tourcoing	tourcoing	32	59	595	50.7239	3.1612	5
59203 CEDEX	Tourcoing	tourcoing	32	59	595	50.7239	3.1612	5
59207 CEDEX	Tourcoing	tourcoing	32	59	595	50.7239	3.1612	5
59208 CEDEX	Tourcoing	tourcoing	32	59	595	50.7239	3.1612	5
59209 CEDEX	Tourcoing	tourcoing	32	59	595	50.7239	3.1612	5
59210	Coudekerque-Branche	coudekerque-branche	32	59	594	51.0229	2.3936	5
59211	Santes	santes	32	59	595	50.5932	2.9629	5
59212	Wignehies	wignehies	32	59	591	50.0155	4.0091	5
59213	Capelle	capelle	32	59	592	50.2397	3.5475	5
59213	Escarmain	escarmain	32	59	592	50.2287	3.5448	5
59213	Saint-Martin-sur-Écaillon	saint-martin-sur-ecaillon	32	59	592	50.2483	3.5269	5
59213	Sommaing	sommaing	32	59	592	50.2664	3.5004	5
59213	Bermerain	bermerain	32	59	592	50.2525	3.532	5
59213	Vendegies-sur-Écaillon	vendegies-sur-ecaillon	32	59	592	50.2622	3.5126	5
59214	Quiévy	quievy	32	59	592	50.168	3.4283	5
59215	Abscon	abscon	32	59	596	50.3333	3.3	5
59216	Beugnies	beugnies	32	59	591	50.1621	4.0159	5
59216	Sars-Poteries	sars-poteries	32	59	591	50.1693	4.0268	5
59216	Dimont	dimont	32	59	591	50.1824	4.0204	5
59217	Cattenières	cattenieres	32	59	592	50.1346	3.3345	5
59217	Boussières-en-Cambrésis	boussieres-en-cambresis	32	59	592	50.1667	3.3682	5
59217	Carnières	carnieres	32	59	592	50.1682	3.3474	5
59217	Bévillers	bevillers	32	59	592	50.1574	3.3901	5
59218	Vendegies-au-Bois	vendegies-au-bois	32	59	591	50.1784	3.5794	5
59218	Neuville-en-Avesnois	neuville-en-avesnois	32	59	591	50.1984	3.5809	5
59218	Salesches	salesches	32	59	591	50.2031	3.588	5
59218	Poix-du-Nord	poix-du-nord	32	59	591	50.1893	3.6096	5
59219	Floyon	floyon	32	59	591	50.0422	3.8867	5
59219	Étrœungt	etr-ungt	32	59	591	50.05	3.9333	5
59219	Larouillies	larouillies	32	59	591	50.0372	3.9243	5
59220	Wavrechain-sous-Denain	wavrechain-sous-denain	32	59	596	50.3322	3.4125	5
59220	Rouvignies	rouvignies	32	59	596	50.3229	3.4477	5
59220	Denain	denain	32	59	596	50.3293	3.3943	5
59221	Bauvin	bauvin	32	59	595	50.5171	2.894	5
59222	Bousies	bousies	32	59	591	50.151	3.6175	5
59222	Forest-en-Cambrésis	forest-en-cambresis	32	59	591	50.1403	3.5728	5
59222	Croix-Caluyau	croix-caluyau	32	59	591	50.148	3.5823	5
59223	Roncq	roncq	32	59	595	50.7533	3.1213	5
59224	Thiant	thiant	32	59	596	50.3048	3.448	5
59224	Monchaux-sur-Écaillon	monchaux-sur-ecaillon	32	59	596	50.2864	3.4561	5
59225	Clary	clary	32	59	592	50.0779	3.3994	5
59225	Montigny-en-Cambrésis	montigny-en-cambresis	32	59	592	50.0909	3.4123	5
59226	Rumegies	rumegies	32	59	596	50.4888	3.3513	5
59226	Lecelles	lecelles	32	59	596	50.4678	3.401	5
59227	Verchain-Maugré	verchain-maugre	32	59	596	50.2679	3.4771	5
59227	Montrécourt	montrecourt	32	59	592	50.2322	3.4511	5
59227	Saulzoir	saulzoir	32	59	592	50.2406	3.4443	5
59229	Téteghem-Coudekerque-Village	teteghem-coudekerque-village	32	59	594	51.0186	2.4439	5
59229	Uxem	uxem	32	59	594	51.0217	2.4838	5
59229	Téteghem	teteghem	32	59	594	51.0186	2.4445	5
59230	Château-l’Abbaye	chateau-l-abbaye	32	59	596	50.4878	3.4687	5
59230	Nivelle	nivelle	32	59	596	50.4667	3.4667	5
59230	Sars-et-Rosières	sars-et-rosieres	32	59	596	50.4445	3.3321	5
59230	Saint-Amand-les-Eaux	saint-amand-les-eaux	32	59	596	50.4472	3.4308	5
59230	Rosult	rosult	32	59	596	50.4589	3.359	5
59231	Gouzeaucourt	gouzeaucourt	32	59	592	50.0561	3.1235	5
59231	Villers-Plouich	villers-plouich	32	59	592	50.079	3.1342	5
59231	Gonnelieu	gonnelieu	32	59	592	50.0576	3.1542	5
59232	Vieux-Berquin	vieux-berquin	32	59	594	50.6949	2.6444	5
59233	Maing	maing	32	59	596	50.3079	3.4845	5
59234	Fressain	fressain	32	59	593	50.2873	3.1942	5
59234	Villers-au-Tertre	villers-au-tertre	32	59	593	50.3016	3.1818	5
59234	Monchecourt	monchecourt	32	59	593	50.3041	3.2103	5
59235	Bersée	bersee	32	59	595	50.4798	3.1477	5
59236	Frelinghien	frelinghien	32	59	595	50.7167	2.9333	5
59237	Verlinghem	verlinghem	32	59	595	50.6829	2.9991	5
59238	Maretz	maretz	32	59	592	50.0453	3.4181	5
59239	Thumeries	thumeries	32	59	595	50.4766	3.055	5
59239	La Neuville	la-neuville	32	59	595	50.493	3.048	5
59240	Dunkerque	dunkerque	32	59	594	51.033	2.377	5
59241	Masnières	masnieres	32	59	592	50.1149	3.2089	5
59242	Templeuve-en-Pévèle	templeuve-en-pevele	32	59	595	50.5267	3.175	5
59242	Genech	genech	32	59	595	50.5312	3.2165	5
59242	Templeuve	templeuve	32	59	595	50.5234	3.1781	5
59242	Cappelle-en-Pévèle	cappelle-en-pevele	32	59	595	50.5101	3.1713	5
59243	Quarouble	quarouble	32	59	596	50.3863	3.6231	5
59244	Cartignies	cartignies	32	59	591	50.0929	3.8447	5
59244	Grand-Fayt	grand-fayt	32	59	591	50.1129	3.8047	5
59244	Petit-Fayt	petit-fayt	32	59	591	50.1077	3.8143	5
59245	Recquignies	recquignies	32	59	591	50.284	4.0372	5
59246	Mons-en-Pévèle	mons-en-pevele	32	59	595	50.4793	3.0977	5
59247	Hem-Lenglet	hem-lenglet	32	59	592	50.2577	3.2286	5
59247	Féchain	fechain	32	59	593	50.2664	3.2102	5
59249	Aubers	aubers	32	59	595	50.5954	2.8267	5
59249	Fromelles	fromelles	32	59	595	50.607	2.8534	5
59250	Halluin	halluin	32	59	595	50.7863	3.1261	5
59251	Allennes-les-Marais	allennes-les-marais	32	59	595	50.5375	2.9536	5
59252	Wasnes-au-Bac	wasnes-au-bac	32	59	596	50.271	3.2601	5
59252	Marquette-en-Ostrevant	marquette-en-ostrevant	32	59	596	50.2833	3.2667	5
59252	Marcq-en-Ostrevent	marcq-en-ostrevent	32	59	593	50.2856	3.2381	5
59253	La Gorgue	la-gorgue	32	59	594	50.6379	2.715	5
59254	Ghyvelde	ghyvelde	32	59	594	51.0528	2.5264	5
59255	Haveluy	haveluy	32	59	596	50.3529	3.4039	5
59258	Lesdain	lesdain	32	59	592	50.0985	3.2679	5
59258	Crèvecœur-sur-l'Escaut	crevec-ur-sur-l-escaut	32	59	592	50.1	3.25	5
59258	Les Rues-des-Vignes	les-rues-des-vignes	32	59	592	50.0958	3.2385	5
59259	Lécluse	lecluse	32	59	593	50.2767	3.0405	5
59260	Lezennes	lezennes	32	59	595	50.6155	3.1135	5
59260	Lille	lille	32	59	595	50.633	3.0586	5
59261	Wahagnies	wahagnies	32	59	595	50.4866	3.0345	5
59262	Sainghin-en-Mélantois	sainghin-en-melantois	32	59	595	50.5884	3.1662	5
59263	Houplin-Ancoisne	houplin-ancoisne	32	59	595	50.5628	3.0025	5
59264	Onnaing	onnaing	32	59	596	50.3858	3.5996	5
59265	Aubencheul-au-Bac	aubencheul-au-bac	32	59	592	50.2566	3.158	5
59265	Aubigny-au-Bac	aubigny-au-bac	32	59	593	50.2637	3.1645	5
59266	Bantouzelle	bantouzelle	32	59	592	50.0607	3.2059	5
59266	Honnecourt-sur-Escaut	honnecourt-sur-escaut	32	59	592	50.0333	3.2	5
59266	Banteux	banteux	32	59	592	50.0623	3.1994	5
59267	Flesquières	flesquieres	32	59	592	50.1227	3.1159	5
59267	Cantaing-sur-Escaut	cantaing-sur-escaut	32	59	592	50.1487	3.1675	5
59267	Proville	proville	32	59	592	50.1614	3.2063	5
59268	Fressies	fressies	32	59	592	50.2559	3.1945	5
59268	Cuvillers	cuvillers	32	59	592	50.2229	3.2392	5
59268	Sancourt	sancourt	32	59	592	50.2166	3.1937	5
59268	Blécourt	blecourt	32	59	592	50.2194	3.2126	5
59268	Haynecourt	haynecourt	32	59	592	50.2086	3.1592	5
59268	Abancourt	abancourt	32	59	592	50.2347	3.2127	5
59269	Artres	artres	32	59	596	50.2948	3.5401	5
59269	Quérénaing	querenaing	32	59	596	50.2864	3.5132	5
59269	Sepmeries	sepmeries	32	59	591	50.2824	3.5637	5
59270	Godewaersvelde	godewaersvelde	32	59	594	50.794	2.6446	5
59270	Saint-Jans-Cappel	saint-jans-cappel	32	59	594	50.7639	2.7223	5
59270	Méteren	meteren	32	59	594	50.7333	2.7	5
59270	Strazeele	strazeele	32	59	594	50.7263	2.6309	5
59270	Merris	merris	32	59	594	50.7158	2.662	5
59270	Flêtre	fletre	32	59	594	50.7551	2.6451	5
59270	Berthen	berthen	32	59	594	50.7831	2.6951	5
59270	Bailleul	bailleul	32	59	594	50.7359	2.7359	5
59271	Viesly	viesly	32	59	592	50.1535	3.4624	5
59272	Don	don	32	59	595	50.5491	2.9182	5
59273	Fretin	fretin	32	59	595	50.5574	3.1367	5
59273	Péronne-en-Mélantois	peronne-en-melantois	32	59	595	50.5679	3.169	5
59274	Marquillies	marquillies	32	59	595	50.5558	2.8707	5
59275 CEDEX	Lesquin	lesquin	32	59	595	50.5823	3.119	5
59277	Rieux-en-Cambrésis	rieux-en-cambresis	32	59	592	50.2007	3.3523	5
59278	Escautpont	escautpont	32	59	596	50.4188	3.5534	5
59279	Craywick	craywick	32	59	594	50.971	2.2362	5
59279	Dunkerque	dunkerque	32	59	594	51.033	2.377	5
59279	Loon-Plage	loon-plage	32	59	594	50.9965	2.2177	5
59280	Armentières	armentieres	32	59	595	50.6857	2.8821	5
59280	Bois-Grenier	bois-grenier	32	59	595	50.6498	2.8741	5
59281	Rumilly-en-Cambrésis	rumilly-en-cambresis	32	59	592	50.1269	3.2187	5
59282	Douchy-les-Mines	douchy-les-mines	32	59	596	50.3008	3.3927	5
59282	Noyelles-sur-Selle	noyelles-sur-selle	32	59	596	50.2854	3.3867	5
59283	Raimbeaucourt	raimbeaucourt	32	59	593	50.4347	3.0933	5
59283	Moncheaux	moncheaux	32	59	595	50.4556	3.0837	5
59284	Pitgam	pitgam	32	59	594	50.9272	2.3303	5
59285	Buysscheure	buysscheure	32	59	594	50.8036	2.3331	5
59285	Arnèke	arneke	32	59	594	50.8322	2.4094	5
59285	Rubrouck	rubrouck	32	59	594	50.839	2.3565	5
59286	Roost-Warendin	roost-warendin	32	59	593	50.4192	3.1037	5
59287	Guesnain	guesnain	32	59	593	50.35	3.15	5
59287	Lewarde	lewarde	32	59	593	50.3417	3.1678	5
59288	Preux-au-Bois	preux-au-bois	32	59	591	50.1647	3.6582	5
59290	Wasquehal	wasquehal	32	59	595	50.6704	3.1338	5
59292	Saint-Hilaire-lez-Cambrai	saint-hilaire-lez-cambrai	32	59	592	50.1842	3.4133	5
59293	Neuville-sur-Escaut	neuville-sur-escaut	32	59	596	50.3	3.35	5
59294	Haussy	haussy	32	59	592	50.2183	3.4768	5
59295	Estrun	estrun	32	59	592	50.2489	3.2956	5
59295	Paillencourt	paillencourt	32	59	592	50.2469	3.2741	5
59296	Avesnes-le-Sec	avesnes-le-sec	32	59	596	50.251	3.3777	5
59297	Villers-Guislain	villers-guislain	32	59	592	50.0407	3.155	5
59299	Boeschepe	boeschepe	32	59	594	50.8	2.7	5
59300	Famars	famars	32	59	596	50.3174	3.5195	5
59300	Aulnoy-lez-Valenciennes	aulnoy-lez-valenciennes	32	59	596	50.3333	3.5333	5
59300	Valenciennes	valenciennes	32	59	596	50.35	3.5333	5
59301 CEDEX	Valenciennes	valenciennes	32	59	596	50.35	3.5333	5
59302 CEDEX	Valenciennes	valenciennes	32	59	596	50.35	3.5333	5
59303 CEDEX	Valenciennes	valenciennes	32	59	596	50.35	3.5333	5
59304 CEDEX	Valenciennes	valenciennes	32	59	596	50.35	3.5333	5
59305 CEDEX	Valenciennes	valenciennes	32	59	596	50.35	3.5333	5
59306 CEDEX	Valenciennes	valenciennes	32	59	596	50.35	3.5333	5
59307 CEDEX	Valenciennes	valenciennes	32	59	596	50.35	3.5333	5
59308 CEDEX	Valenciennes	valenciennes	32	59	596	50.35	3.5333	5
59309 CEDEX	Valenciennes	valenciennes	32	59	596	50.35	3.5333	5
59310	Aix	aix	32	59	593	50.4896	3.2953	5
59310	Mouchin	mouchin	32	59	595	50.5164	3.2963	5
59310	Nomain	nomain	32	59	593	50.4986	3.2499	5
59310	Saméon	sameon	32	59	593	50.4714	3.3354	5
59310	Faumont	faumont	32	59	593	50.4602	3.1371	5
59310	Landas	landas	32	59	593	50.4727	3.3037	5
59310	Auchy-lez-Orchies	auchy-lez-orchies	32	59	593	50.4833	3.2	5
59310	Coutiches	coutiches	32	59	593	50.4552	3.2038	5
59310	Orchies	orchies	32	59	593	50.4667	3.2333	5
59310	Beuvry-la-Forêt	beuvry-la-foret	32	59	593	50.45	3.2833	5
59311 CEDEX 9	Valenciennes	valenciennes	32	59	596	50.35	3.5333	5
59312 CEDEX 9	Valenciennes	valenciennes	32	59	596	50.35	3.5333	5
59313 CEDEX 9	Valenciennes	valenciennes	32	59	596	50.35	3.5333	5
59314 CEDEX 9	Valenciennes	valenciennes	32	59	596	50.35	3.5333	5
59315 CEDEX 9	Valenciennes	valenciennes	32	59	596	50.35	3.5333	5
59316 CEDEX 9	Valenciennes	valenciennes	32	59	596	50.35	3.5333	5
59317 CEDEX 9	Valenciennes	valenciennes	32	59	596	50.35	3.5333	5
59318 CEDEX 9	Valenciennes	valenciennes	32	59	596	50.35	3.5333	5
59319 CEDEX 9	Valenciennes	valenciennes	32	59	596	50.35	3.5333	5
59320	Englos	englos	32	59	595	50.6266	2.9572	5
59320	Emmerin	emmerin	32	59	595	50.5947	3.0012	5
59320	Erquinghem-le-Sec	erquinghem-le-sec	32	59	595	50.6134	2.9319	5
59320	Haubourdin	haubourdin	32	59	595	50.6083	2.9914	5
59320	Ennetières-en-Weppes	ennetieres-en-weppes	32	59	595	50.6353	2.9401	5
59320	Sequedin	sequedin	32	59	595	50.6258	2.9828	5
59320	Escobecques	escobecques	32	59	595	50.6223	2.93	5
59320	Hallennes-lez-Haubourdin	hallennes-lez-haubourdin	32	59	595	50.6167	2.9667	5
59320	Radinghem-en-Weppes	radinghem-en-weppes	32	59	595	50.6188	2.9092	5
59321 CEDEX	Valenciennes	valenciennes	32	59	596	50.35	3.5333	5
59322 CEDEX	Valenciennes	valenciennes	32	59	596	50.35	3.5333	5
59326 CEDEX	Valenciennes	valenciennes	32	59	596	50.35	3.5333	5
59328 CEDEX	Valenciennes	valenciennes	32	59	596	50.35	3.5333	5
59329 CEDEX	Valenciennes	valenciennes	32	59	596	50.35	3.5333	5
59330	Saint-Remy-du-Nord	saint-remy-du-nord	32	59	591	50.2333	3.9167	5
59330	Hautmont	hautmont	32	59	591	50.2508	3.9214	5
59330	Beaufort	beaufort	32	59	591	50.2159	3.9633	5
59330	Neuf-Mesnil	neuf-mesnil	32	59	591	50.2664	3.9066	5
59330	Boussières-sur-Sambre	boussieres-sur-sambre	32	59	591	50.2378	3.8817	5
59330	Limont-Fontaine	limont-fontaine	32	59	591	50.2084	3.9245	5
59330	Éclaibes	eclaibes	32	59	591	50.2028	3.9323	5
59331 CEDEX	Tourcoing	tourcoing	32	59	595	50.7239	3.1612	5
59332 CEDEX	Tourcoing	tourcoing	32	59	595	50.7239	3.1612	5
59333 CEDEX	Tourcoing	tourcoing	32	59	595	50.7239	3.1612	5
59334 CEDEX	Tourcoing	tourcoing	32	59	595	50.7239	3.1612	5
59335 CEDEX	Tourcoing	tourcoing	32	59	595	50.7239	3.1612	5
59336 CEDEX	Tourcoing	tourcoing	32	59	595	50.7239	3.1612	5
59337 CEDEX	Tourcoing	tourcoing	32	59	595	50.7239	3.1612	5
59338 CEDEX	Tourcoing	tourcoing	32	59	595	50.7239	3.1612	5
59339 CEDEX	Tourcoing	tourcoing	32	59	595	50.7239	3.1612	5
59341 CEDEX	Cambrai	cambrai	32	59	592	50.1667	3.2333	5
59345 CEDEX	Croix	croix	32	59	595	50.6785	3.1493	5
59346 CEDEX	Croix	croix	32	59	595	50.6785	3.1493	5
59349 CEDEX	Cambrai	cambrai	32	59	592	50.1667	3.2333	5
59350	Saint-André-lez-Lille	saint-andre-lez-lille	32	59	595	50.6667	3.05	5
59351 CEDEX	Douai	douai	32	59	593	50.3667	3.0667	5
59358 CEDEX	Orchies	orchies	32	59	593	50.4667	3.2333	5
59359 CEDEX	Douai	douai	32	59	593	50.3667	3.0667	5
59360	Ors	ors	32	59	592	50.1006	3.634	5
59360	Neuvilly	neuvilly	32	59	592	50.1429	3.5143	5
59360	Rejet-de-Beaulieu	rejet-de-beaulieu	32	59	592	50.042	3.6336	5
59360	La Groise	la-groise	32	59	592	50.0748	3.6808	5
59360	Montay	montay	32	59	592	50.1206	3.5395	5
59360	Saint-Souplet	saint-souplet	32	59	592	50.0564	3.5318	5
59360	Bazuel	bazuel	32	59	592	50.0911	3.5914	5
59360	Saint-Benin	saint-benin	32	59	592	50.0761	3.5278	5
59360	Le Cateau-Cambrésis	le-cateau-cambresis	32	59	592	50.1	3.55	5
59360	Catillon-sur-Sambre	catillon-sur-sambre	32	59	592	50.0733	3.6425	5
59360	Mazinghien	mazinghien	32	59	592	50.0506	3.6025	5
59360	Pommereuil	pommereuil	32	59	592	50.1123	3.5964	5
59361 CEDEX	Avesnes-sur-Helpe	avesnes-sur-helpe	32	59	591	50.1167	3.9333	5
59362 CEDEX	Avesnes-sur-Helpe	avesnes-sur-helpe	32	59	591	50.1167	3.9333	5
59363 CEDEX	Avesnes-sur-Helpe	avesnes-sur-helpe	32	59	591	50.1167	3.9333	5
59364 CEDEX	Avesnes-sur-Helpe	avesnes-sur-helpe	32	59	591	50.1167	3.9333	5
59365 CEDEX	Avesnes-sur-Helpe	avesnes-sur-helpe	32	59	591	50.1167	3.9333	5
59370	Mons-en-Barœul	mons-en-bar-ul	32	59	595	50.6333	3.1167	5
59373 CEDEX	Loos	loos	32	59	595	50.6098	3.0187	5
59374 CEDEX	Loos	loos	32	59	595	50.6098	3.0187	5
59375 CEDEX 1	Dunkerque	dunkerque	32	59	594	51.033	2.377	5
59376 CEDEX 1	Dunkerque	dunkerque	32	59	594	51.033	2.377	5
59377 CEDEX 1	Dunkerque	dunkerque	32	59	594	51.033	2.377	5
59378 CEDEX 1	Dunkerque	dunkerque	32	59	594	51.033	2.377	5
59379 CEDEX 1	Dunkerque	dunkerque	32	59	594	51.033	2.377	5
59380	Socx	socx	32	59	594	50.9357	2.4242	5
59380	Spycker	spycker	32	59	594	50.9691	2.3218	5
59380	Coudekerque-Village	coudekerque-village	32	59	594	51	2.4167	5
59380	Téteghem-Coudekerque-Village	teteghem-coudekerque-village	32	59	594	51.0186	2.4439	5
59380	Armbouts-Cappel	armbouts-cappel	32	59	594	50.9768	2.3535	5
59380	West-Cappel	west-cappel	32	59	594	50.9299	2.5057	5
59380	Quaëdypre	quaedypre	32	59	594	50.9353	2.4545	5
59380	Bissezeele	bissezeele	32	59	594	50.9115	2.4095	5
59380	Warhem	warhem	32	59	594	50.9759	2.493	5
59380	Crochte	crochte	32	59	594	50.9353	2.3871	5
59380	Steene	steene	32	59	594	50.9523	2.3681	5
59380	Bergues	bergues	32	59	594	50.9688	2.4324	5
59380	Wylder	wylder	32	59	594	50.9101	2.4944	5
59380	Bierne	bierne	32	59	594	50.9623	2.4096	5
59381 CEDEX 1	Dunkerque	dunkerque	32	59	594	51.033	2.377	5
59382 CEDEX 1	Dunkerque	dunkerque	32	59	594	51.033	2.377	5
59383 CEDEX 1	Dunkerque	dunkerque	32	59	594	51.033	2.377	5
59385 CEDEX 1	Dunkerque	dunkerque	32	59	594	51.033	2.377	5
59386 CEDEX 1	Dunkerque	dunkerque	32	59	594	51.033	2.377	5
59389 CEDEX 1	Dunkerque	dunkerque	32	59	594	51.033	2.377	5
59390	Toufflers	toufflers	32	59	595	50.6604	3.2336	5
59390	Lys-lez-Lannoy	lys-lez-lannoy	32	59	595	50.6667	3.2167	5
59390	Sailly-lez-Lannoy	sailly-lez-lannoy	32	59	595	50.65	3.2167	5
59390	Lannoy	lannoy	32	59	595	50.6667	3.2101	5
59391 CEDEX	Wattrelos	wattrelos	32	59	595	50.7012	3.2181	5
59392 CEDEX	Wattrelos	wattrelos	32	59	595	50.7012	3.2181	5
59393 CEDEX	Wattrelos	wattrelos	32	59	595	50.7012	3.2181	5
59399 CEDEX	Wattrelos	wattrelos	32	59	595	50.7012	3.2181	5
59400	Niergnies	niergnies	32	59	592	50.1476	3.2561	5
59400	Cauroir	cauroir	32	59	592	50.173	3.3025	5
59400	Anneux	anneux	32	59	592	50.1548	3.1274	5
59400	Wambaix	wambaix	32	59	592	50.1288	3.3056	5
59400	Doignies	doignies	32	59	592	50.1291	3.0149	5
59400	Boursies	boursies	32	59	592	50.14	3.0331	5
59400	Awoingt	awoingt	32	59	592	50.1555	3.2816	5
59400	Cambrai	cambrai	32	59	592	50.1667	3.2333	5
59400	Fontaine-Notre-Dame	fontaine-notre-dame	32	59	592	50.1668	3.1581	5
59400	Mœuvres	m-uvres	32	59	592	50.1633	3.0653	5
59400	Séranvillers-Forenville	seranvillers-forenville	32	59	592	50.1167	3.2833	5
59400	Estourmel	estourmel	32	59	592	50.1478	3.3217	5
59401 CEDEX	Cambrai	cambrai	32	59	592	50.1667	3.2333	5
59402 CEDEX	Cambrai	cambrai	32	59	592	50.1667	3.2333	5
59403 CEDEX	Cambrai	cambrai	32	59	592	50.1667	3.2333	5
59404 CEDEX	Cambrai	cambrai	32	59	592	50.1667	3.2333	5
59405 CEDEX	Cambrai	cambrai	32	59	592	50.1667	3.2333	5
59406 CEDEX	Cambrai	cambrai	32	59	592	50.1667	3.2333	5
59407 CEDEX	Cambrai	cambrai	32	59	592	50.1667	3.2333	5
59408 CEDEX	Cambrai	cambrai	32	59	592	50.1667	3.2333	5
59409 CEDEX	Cambrai	cambrai	32	59	592	50.1667	3.2333	5
59410	Anzin	anzin	32	59	596	50.372	3.5039	5
59411 CEDEX	Coudekerque-Branche	coudekerque-branche	32	59	594	51.0229	2.3936	5
59412 CEDEX	Coudekerque-Branche	coudekerque-branche	32	59	594	51.0229	2.3936	5
59413 CEDEX	Coudekerque-Branche	coudekerque-branche	32	59	594	51.0229	2.3936	5
59416 CEDEX	Anzin	anzin	32	59	596	50.372	3.5039	5
59419 CEDEX	Anzin	anzin	32	59	596	50.372	3.5039	5
59420	Mouvaux	mouvaux	32	59	595	50.6994	3.1343	5
59421 CEDEX	Armentières	armentieres	32	59	595	50.6857	2.8821	5
59422 CEDEX	Armentières	armentieres	32	59	595	50.6857	2.8821	5
59424 CEDEX	Armentières	armentieres	32	59	595	50.6857	2.8821	5
59425 CEDEX	Armentières	armentieres	32	59	595	50.6857	2.8821	5
59426 CEDEX	Armentières	armentieres	32	59	595	50.6857	2.8821	5
59427 CEDEX	Armentières	armentieres	32	59	595	50.6857	2.8821	5
59428 CEDEX	Armentières	armentieres	32	59	595	50.6857	2.8821	5
59429 CEDEX	Armentières	armentieres	32	59	595	50.6857	2.8821	5
59430	Dunkerque	dunkerque	32	59	594	51.0381	2.3768	5
59430	Fort-Mardyck	fort-mardyck	32	59	594	51.029	2.3072	5
59430	Saint-Pol-sur-Mer	saint-pol-sur-mer	32	59	594	51.0312	2.3398	5
59431 CEDEX	Halluin	halluin	32	59	595	50.7863	3.1261	5
59432 CEDEX	Halluin	halluin	32	59	595	50.7863	3.1261	5
59433 CEDEX	Halluin	halluin	32	59	595	50.7863	3.1261	5
59435 CEDEX	Roncq	roncq	32	59	595	50.7533	3.1213	5
59436 CEDEX	Roncq	roncq	32	59	595	50.7533	3.1213	5
59437 CEDEX	Roncq	roncq	32	59	595	50.7533	3.1213	5
59440	Dompierre-sur-Helpe	dompierre-sur-helpe	32	59	591	50.1424	3.8636	5
59440	Avesnelles	avesnelles	32	59	591	50.1178	3.9467	5
59440	Sémeries	semeries	32	59	591	50.1198	3.9985	5
59440	Boulogne-sur-Helpe	boulogne-sur-helpe	32	59	591	50.0787	3.8937	5
59440	Flaumont-Waudrechies	flaumont-waudrechies	32	59	591	50.1265	3.9675	5
59440	Haut-Lieu	haut-lieu	32	59	591	50.1012	3.9118	5
59440	Marbaix	marbaix	32	59	591	50.1288	3.8423	5
59440	Saint-Aubin	saint-aubin	32	59	591	50.1724	3.9198	5
59440	Avesnes-sur-Helpe	avesnes-sur-helpe	32	59	591	50.1167	3.9333	5
59440	Dourlers	dourlers	32	59	591	50.1755	3.9364	5
59440	Semousies	semousies	32	59	591	50.1603	3.9633	5
59440	Saint-Hilaire-sur-Helpe	saint-hilaire-sur-helpe	32	59	591	50.1318	3.9027	5
59440	Bas-Lieu	bas-lieu	32	59	591	50.133	3.9411	5
59440	Floursies	floursies	32	59	591	50.1817	3.9674	5
59441 CEDEX	Wasquehal	wasquehal	32	59	595	50.6704	3.1338	5
59442 CEDEX	Wasquehal	wasquehal	32	59	595	50.6704	3.1338	5
59443 CEDEX	Wasquehal	wasquehal	32	59	595	50.6704	3.1338	5
59444 CEDEX	Wasquehal	wasquehal	32	59	595	50.6704	3.1338	5
59445 CEDEX	Wasquehal	wasquehal	32	59	595	50.6704	3.1338	5
59446 CEDEX	Wasquehal	wasquehal	32	59	595	50.6704	3.1338	5
59447 CEDEX	Wasquehal	wasquehal	32	59	595	50.6704	3.1338	5
59448 CEDEX	Wasquehal	wasquehal	32	59	595	50.6704	3.1338	5
59449 CEDEX	Wasquehal	wasquehal	32	59	595	50.6704	3.1338	5
59450	Sin-le-Noble	sin-le-noble	32	59	593	50.3616	3.1311	5
59451 CEDEX	Lys-lez-Lannoy	lys-lez-lannoy	32	59	595	50.6667	3.2167	5
59452 CEDEX	Lys-lez-Lannoy	lys-lez-lannoy	32	59	595	50.6667	3.2167	5
59453 CEDEX	Lys-lez-Lannoy	lys-lez-lannoy	32	59	595	50.6667	3.2167	5
59455 CEDEX	Lomme	lomme	32	59	595	50.6436	2.9871	5
59456 CEDEX	Lys-lez-Lannoy	lys-lez-lannoy	32	59	595	50.6667	3.2167	5
59457 CEDEX	Lys-lez-Lannoy	lys-lez-lannoy	32	59	595	50.6667	3.2167	5
59458 CEDEX	Lomme	lomme	32	59	595	50.6436	2.9871	5
59460	Jeumont	jeumont	32	59	591	50.2966	4.1011	5
59461 CEDEX	Lomme	lomme	32	59	595	50.6436	2.9871	5
59462 CEDEX	Lomme	lomme	32	59	595	50.6436	2.9871	5
59463 CEDEX	Lomme	lomme	32	59	595	50.6436	2.9871	5
59464 CEDEX	Lomme	lomme	32	59	595	50.6436	2.9871	5
59465 CEDEX	Lomme	lomme	32	59	595	50.6436	2.9871	5
59466 CEDEX	Lomme	lomme	32	59	595	50.6436	2.9871	5
59467 CEDEX	Lomme	lomme	32	59	595	50.6436	2.9871	5
59468 CEDEX	Lomme	lomme	32	59	595	50.6436	2.9871	5
59470	Houtkerque	houtkerque	32	59	594	50.8771	2.5959	5
59470	Esquelbecq	esquelbecq	32	59	594	50.8869	2.4321	5
59470	Wormhout	wormhout	32	59	594	50.8813	2.469	5
59470	Bambecque	bambecque	32	59	594	50.9017	2.5486	5
59470	Volckerinckhove	volckerinckhove	32	59	594	50.8389	2.3055	5
59470	Eringhem	eringhem	32	59	594	50.8959	2.3417	5
59470	Merckeghem	merckeghem	32	59	594	50.8614	2.2967	5
59470	Bollezeele	bollezeele	32	59	594	50.8669	2.3475	5
59470	Ledringhem	ledringhem	32	59	594	50.8558	2.4418	5
59470	Zegerscappel	zegerscappel	32	59	594	50.8833	2.4	5
59470	Herzeele	herzeele	32	59	594	50.8858	2.5351	5
59470	Broxeele	broxeele	32	59	594	50.8298	2.3199	5
59471 CEDEX	Seclin	seclin	32	59	595	50.5487	3.0273	5
59472 CEDEX	Seclin	seclin	32	59	595	50.5487	3.0273	5
59473 CEDEX	Seclin	seclin	32	59	595	50.5487	3.0273	5
59474 CEDEX	Seclin	seclin	32	59	595	50.5487	3.0273	5
59475 CEDEX	Seclin	seclin	32	59	595	50.5487	3.0273	5
59476 CEDEX	Seclin	seclin	32	59	595	50.5487	3.0273	5
59478 CEDEX	Seclin	seclin	32	59	595	50.5487	3.0273	5
59479 CEDEX	Seclin	seclin	32	59	595	50.5487	3.0273	5
59480	La Bassée	la-bassee	32	59	595	50.5342	2.8062	5
59480	Illies	illies	32	59	595	50.5614	2.8301	5
59481 CEDEX	Haubourdin	haubourdin	32	59	595	50.6083	2.9914	5
59482 CEDEX	Haubourdin	haubourdin	32	59	595	50.6083	2.9914	5
59483 CEDEX	Haubourdin	haubourdin	32	59	595	50.6083	2.9914	5
59485 CEDEX	Wasquehal	wasquehal	32	59	595	50.6704	3.1338	5
59486 CEDEX	Armentières	armentieres	32	59	595	50.6857	2.8821	5
59487 CEDEX	Armentières	armentieres	32	59	595	50.6857	2.8821	5
59490	Somain	somain	32	59	593	50.3596	3.2811	5
59490	Bruille-lez-Marchiennes	bruille-lez-marchiennes	32	59	593	50.3607	3.2442	5
59491	Villeneuve-d'Ascq	villeneuve-d-ascq	32	59	595	50.6167	3.1666	5
59492	Hoymille	hoymille	32	59	594	50.9719	2.4474	5
59493	Villeneuve-d'Ascq	villeneuve-d-ascq	32	59	595	50.6167	3.1666	5
59494	Petite-Forêt	petite-foret	32	59	596	50.3667	3.4833	5
59494	Aubry-du-Hainaut	aubry-du-hainaut	32	59	596	50.3667	3.4667	5
59495	Leffrinckoucke	leffrinckoucke	32	59	594	51.0346	2.4645	5
59496	Salomé	salome	32	59	595	50.5335	2.8471	5
59496	Hantay	hantay	32	59	595	50.5337	2.8673	5
59497 CEDEX	Linselles	linselles	32	59	595	50.7371	3.0788	5
59500	Douai	douai	32	59	593	50.3667	3.0667	5
59501 CEDEX	Douai	douai	32	59	593	50.3667	3.0667	5
59502 CEDEX	Douai	douai	32	59	593	50.3667	3.0667	5
59503 CEDEX	Douai	douai	32	59	593	50.3667	3.0667	5
59504 CEDEX	Douai	douai	32	59	593	50.3667	3.0667	5
59505 CEDEX	Douai	douai	32	59	593	50.3667	3.0667	5
59506 CEDEX	Douai	douai	32	59	593	50.3667	3.0667	5
59507 CEDEX	Douai	douai	32	59	593	50.3667	3.0667	5
59508 CEDEX	Douai	douai	32	59	593	50.3667	3.0667	5
59509 CEDEX	Douai	douai	32	59	593	50.3667	3.0667	5
59510	Forest-sur-Marque	forest-sur-marque	32	59	595	50.6334	3.1894	5
59510	Hem	hem	32	59	595	50.6526	3.1868	5
59520	Marquette-lez-Lille	marquette-lez-lille	32	59	595	50.6763	3.0661	5
59522 CEDEX	Hazebrouck	hazebrouck	32	59	594	50.7237	2.5373	5
59523 CEDEX	Hazebrouck	hazebrouck	32	59	594	50.7237	2.5373	5
59524 CEDEX	Hazebrouck	hazebrouck	32	59	594	50.7237	2.5373	5
59529 CEDEX	Hazebrouck	hazebrouck	32	59	594	50.7237	2.5373	5
59530	Le Quesnoy	le-quesnoy	32	59	591	50.248	3.6366	5
59530	Potelle	potelle	32	59	591	50.2344	3.6638	5
59530	Jolimetz	jolimetz	32	59	591	50.2279	3.6772	5
59530	Raucourt-au-Bois	raucourt-au-bois	32	59	591	50.2097	3.6619	5
59530	Villers-Pol	villers-pol	32	59	591	50.2846	3.6145	5
59530	Ruesnes	ruesnes	32	59	591	50.2588	3.5836	5
59530	Hecq	hecq	32	59	591	50.1803	3.6518	5
59530	Englefontaine	englefontaine	32	59	591	50.1909	3.644	5
59530	Ghissignies	ghissignies	32	59	591	50.2269	3.6159	5
59530	Louvignies-Quesnoy	louvignies-quesnoy	32	59	591	50.2239	3.642	5
59530	Locquignol	locquignol	32	59	591	50.1987	3.7168	5
59530	Orsinval	orsinval	32	59	591	50.2728	3.6348	5
59530	Frasnoy	frasnoy	32	59	591	50.2691	3.6802	5
59530	Villereau	villereau	32	59	591	50.256	3.6647	5
59530	Beaudignies	beaudignies	32	59	591	50.2367	3.5932	5
59531 CEDEX	Neuville-en-Ferrain	neuville-en-ferrain	32	59	595	50.7484	3.1568	5
59532 CEDEX	Neuville-en-Ferrain	neuville-en-ferrain	32	59	595	50.7484	3.1568	5
59535 CEDEX	Neuville-en-Ferrain	neuville-en-ferrain	32	59	595	50.7484	3.1568	5
59536 CEDEX	Wavrin	wavrin	32	59	595	50.5739	2.9363	5
59537 CEDEX	Wavrin	wavrin	32	59	595	50.5739	2.9363	5
59540	Caudry	caudry	32	59	592	50.1249	3.4119	5
59540	Béthencourt	bethencourt	32	59	592	50.1364	3.4331	5
59540	Beaumont-en-Cambrésis	beaumont-en-cambresis	32	59	592	50.1241	3.4556	5
59540	Inchy	inchy	32	59	592	50.1225	3.4643	5
59541 CEDEX	Caudry	caudry	32	59	592	50.1249	3.4119	5
59542 CEDEX	Caudry	caudry	32	59	592	50.1249	3.4119	5
59543 CEDEX	Caudry	caudry	32	59	592	50.1249	3.4119	5
59544 CEDEX	Caudry	caudry	32	59	592	50.1249	3.4119	5
59550	Beaurepaire-sur-Sambre	beaurepaire-sur-sambre	32	59	591	50.0613	3.7964	5
59550	Noyelles-sur-Sambre	noyelles-sur-sambre	32	59	591	50.1572	3.7989	5
59550	Fontaine-au-Bois	fontaine-au-bois	32	59	591	50.1419	3.6475	5
59550	Robersart	robersart	32	59	591	50.1567	3.6421	5
59550	Maroilles	maroilles	32	59	591	50.1351	3.7613	5
59550	Taisnières-en-Thiérache	taisnieres-en-thierache	32	59	591	50.1479	3.8147	5
59550	Prisches	prisches	32	59	591	50.079	3.7684	5
59550	Le Favril	le-favril	32	59	591	50.104	3.7214	5
59550	Landrecies	landrecies	32	59	591	50.125	3.6917	5
59551	Attiches	attiches	32	59	595	50.5222	3.0622	5
59551	Tourmignies	tourmignies	32	59	595	50.5073	3.0842	5
59552	Lambres-lez-Douai	lambres-lez-douai	32	59	593	50.35	3.0667	5
59552	Courchelettes	courchelettes	32	59	593	50.3404	3.0594	5
59553	Cuincy	cuincy	32	59	593	50.3793	3.053	5
59553	Lauwin-Planque	lauwin-planque	32	59	593	50.3902	3.0451	5
59553	Esquerchin	esquerchin	32	59	593	50.3757	3.014	5
59554	Tilloy-lez-Cambrai	tilloy-lez-cambrai	32	59	592	50.2	3.2167	5
59554	Raillencourt-Sainte-Olle	raillencourt-sainte-olle	32	59	592	50.1833	3.1667	5
59554	Neuville-Saint-Rémy	neuville-saint-remy	32	59	592	50.1862	3.224	5
59554	Sailly-lez-Cambrai	sailly-lez-cambrai	32	59	592	50.1877	3.1821	5
59554	Bantigny	bantigny	32	59	592	50.2295	3.2303	5
59555 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59557 CEDEX	Comines	comines	32	59	595	50.7615	3.0106	5
59558 CEDEX	Comines	comines	32	59	595	50.7615	3.0106	5
59559 CEDEX	Comines	comines	32	59	595	50.7615	3.0106	5
59560	Warneton	warneton	32	59	595	50.7477	2.9524	5
59560	Comines	comines	32	59	595	50.7615	3.0106	5
59561 CEDEX	La Madeleine	la-madeleine	32	59	595	50.646	3.0758	5
59562 CEDEX	La Madeleine	la-madeleine	32	59	595	50.646	3.0758	5
59563 CEDEX	La Madeleine	la-madeleine	32	59	595	50.646	3.0758	5
59564 CEDEX	La Madeleine	la-madeleine	32	59	595	50.646	3.0758	5
59567 CEDEX	La Madeleine	la-madeleine	32	59	595	50.646	3.0758	5
59568 CEDEX	La Madeleine	la-madeleine	32	59	595	50.646	3.0758	5
59569 CEDEX	La Madeleine	la-madeleine	32	59	595	50.646	3.0758	5
59570	Taisnières-sur-Hon	taisnieres-sur-hon	32	59	591	50.3201	3.8348	5
59570	Bellignies	bellignies	32	59	591	50.3267	3.7688	5
59570	Bermeries	bermeries	32	59	591	50.2863	3.7551	5
59570	Houdain-lez-Bavay	houdain-lez-bavay	32	59	591	50.3144	3.7845	5
59570	Mecquignies	mecquignies	32	59	591	50.2771	3.7939	5
59570	Bavay	bavay	32	59	591	50.2983	3.7937	5
59570	La Longueville	la-longueville	32	59	591	50.2894	3.8567	5
59570	Bettrechies	bettrechies	32	59	591	50.325	3.7431	5
59570	Hon-Hergies	hon-hergies	32	59	591	50.3266	3.8181	5
59570	Obies	obies	32	59	591	50.2678	3.7853	5
59570	Saint-Waast	saint-waast	32	59	591	50.3	3.75	5
59570	Gussignies	gussignies	32	59	591	50.3369	3.7389	5
59570	Audignies	audignies	32	59	591	50.2857	3.814	5
59570	La Flamengrie	la-flamengrie	32	59	591	50.3148	3.7149	5
59571 CEDEX	Jeumont	jeumont	32	59	591	50.2966	4.1011	5
59572 CEDEX	Jeumont	jeumont	32	59	591	50.2966	4.1011	5
59573 CEDEX	Jeumont	jeumont	32	59	591	50.2966	4.1011	5
59580	Émerchicourt	emerchicourt	32	59	596	50.3079	3.2454	5
59580	Aniche	aniche	32	59	593	50.33	3.2535	5
59581 CEDEX	Marly	marly	32	59	596	50.3456	3.5496	5
59582 CEDEX	Marly	marly	32	59	596	50.3456	3.5496	5
59583 CEDEX	Marly	marly	32	59	596	50.3456	3.5496	5
59584 CEDEX	Marly	marly	32	59	596	50.3456	3.5496	5
59586 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59587 CEDEX	Bondues	bondues	32	59	595	50.702	3.095	5
59588 CEDEX	Bondues	bondues	32	59	595	50.702	3.095	5
59589 CEDEX	Bondues	bondues	32	59	595	50.702	3.095	5
59590	Raismes	raismes	32	59	596	50.3833	3.4833	5
59600	Mairieux	mairieux	32	59	591	50.315	3.9913	5
59600	Maubeuge	maubeuge	32	59	591	50.2788	3.9727	5
59600	Élesmes	elesmes	32	59	591	50.3086	4.0105	5
59600	Gognies-Chaussée	gognies-chaussee	32	59	591	50.3381	3.9443	5
59600	Bersillies	bersillies	32	59	591	50.322	4.006	5
59600	Assevent	assevent	32	59	591	50.2863	4.0128	5
59600	Bettignies	bettignies	32	59	591	50.334	3.9731	5
59600	Villers-Sire-Nicole	villers-sire-nicole	32	59	591	50.3391	4.0138	5
59600	Vieux-Reng	vieux-reng	32	59	591	50.3294	4.0468	5
59601 CEDEX	Maubeuge	maubeuge	32	59	591	50.2788	3.9727	5
59602 CEDEX	Maubeuge	maubeuge	32	59	591	50.2788	3.9727	5
59603 CEDEX	Maubeuge	maubeuge	32	59	591	50.2788	3.9727	5
59604 CEDEX	Maubeuge	maubeuge	32	59	591	50.2788	3.9727	5
59605 CEDEX	Maubeuge	maubeuge	32	59	591	50.2788	3.9727	5
59606 CEDEX	Maubeuge	maubeuge	32	59	591	50.2788	3.9727	5
59607 CEDEX	Maubeuge	maubeuge	32	59	591	50.2788	3.9727	5
59608 CEDEX	Maubeuge	maubeuge	32	59	591	50.2788	3.9727	5
59610	Féron	feron	32	59	591	50.0457	4.024	5
59610	Fourmies	fourmies	32	59	591	50.0153	4.0478	5
59611 CEDEX	Fourmies	fourmies	32	59	591	50.0153	4.0478	5
59612 CEDEX	Fourmies	fourmies	32	59	591	50.0153	4.0478	5
59613 CEDEX	Fourmies	fourmies	32	59	591	50.0153	4.0478	5
59618 CEDEX	Maubeuge	maubeuge	32	59	591	50.2788	3.9727	5
59620	Écuélin	ecuelin	32	59	591	50.2	3.9167	5
59620	Saint-Remy-Chaussée	saint-remy-chaussee	32	59	591	50.1691	3.8743	5
59620	Leval	leval	32	59	591	50.1811	3.8309	5
59620	Monceau-Saint-Waast	monceau-saint-waast	32	59	591	50.1704	3.8532	5
59620	Aulnoye-Aymeries	aulnoye-aymeries	32	59	591	50.2014	3.8384	5
59630	Brouckerque	brouckerque	32	59	594	50.9548	2.2938	5
59630	Bourbourg	bourbourg	32	59	594	50.9478	2.1958	5
59630	Saint-Pierre-Brouck	saint-pierre-brouck	32	59	594	50.8959	2.1866	5
59630	Drincham	drincham	32	59	594	50.9062	2.3095	5
59630	Cappelle-Brouck	cappelle-brouck	32	59	594	50.9	2.2167	5
59630	Looberghe	looberghe	32	59	594	50.9169	2.2744	5
59635 CEDEX	Wattignies	wattignies	32	59	595	50.5864	3.0439	5
59637 CEDEX	Wattignies	wattignies	32	59	595	50.5864	3.0439	5
59639 CEDEX	Wattignies	wattignies	32	59	595	50.5864	3.0439	5
59640	Dunkerque	dunkerque	32	59	594	51.033	2.377	5
59650	Villeneuve-d'Ascq	villeneuve-d-ascq	32	59	595	50.6167	3.1666	5
59651 CEDEX	Villeneuve-d'Ascq	villeneuve-d-ascq	32	59	595	50.6167	3.1666	5
59652 CEDEX	Villeneuve-d'Ascq	villeneuve-d-ascq	32	59	595	50.6167	3.1666	5
59653 CEDEX	Villeneuve-d'Ascq	villeneuve-d-ascq	32	59	595	50.6167	3.1666	5
59654 CEDEX	Villeneuve-d'Ascq	villeneuve-d-ascq	32	59	595	50.6167	3.1666	5
59655 CEDEX	Villeneuve-d'Ascq	villeneuve-d-ascq	32	59	595	50.6167	3.1666	5
59656 CEDEX	Villeneuve-d'Ascq	villeneuve-d-ascq	32	59	595	50.6167	3.1666	5
59657 CEDEX	Villeneuve-d'Ascq	villeneuve-d-ascq	32	59	595	50.6167	3.1666	5
59658 CEDEX	Villeneuve-d'Ascq	villeneuve-d-ascq	32	59	595	50.6167	3.1666	5
59659 CEDEX	Villeneuve-d'Ascq	villeneuve-d-ascq	32	59	595	50.6167	3.1666	5
59660	Haverskerque	haverskerque	32	59	594	50.6409	2.5416	5
59660	Merville	merville	32	59	594	50.6433	2.6413	5
59661 CEDEX	Villeneuve-d'Ascq	villeneuve-d-ascq	32	59	595	50.6167	3.1666	5
59662 CEDEX	Villeneuve-d'Ascq	villeneuve-d-ascq	32	59	595	50.6167	3.1666	5
59663 CEDEX	Villeneuve-d'Ascq	villeneuve-d-ascq	32	59	595	50.6167	3.1666	5
59664 CEDEX	Villeneuve-d'Ascq	villeneuve-d-ascq	32	59	595	50.6167	3.1666	5
59665 CEDEX	Villeneuve-d'Ascq	villeneuve-d-ascq	32	59	595	50.6167	3.1666	5
59666 CEDEX	Villeneuve-d'Ascq	villeneuve-d-ascq	32	59	595	50.6167	3.1666	5
59667 CEDEX	Villeneuve-d'Ascq	villeneuve-d-ascq	32	59	595	50.6167	3.1666	5
59669 CEDEX	Villeneuve-d'Ascq	villeneuve-d-ascq	32	59	595	50.6167	3.1666	5
59670	Cassel	cassel	32	59	594	50.8011	2.4853	5
59670	Hardifort	hardifort	32	59	594	50.8204	2.4853	5
59670	Oxelaere	oxelaere	32	59	594	50.7895	2.4761	5
59670	Zuytpeene	zuytpeene	32	59	594	50.7947	2.4303	5
59670	Bavinchove	bavinchove	32	59	594	50.7862	2.457	5
59670	Sainte-Marie-Cappel	sainte-marie-cappel	32	59	594	50.7845	2.5068	5
59670	Oudezeele	oudezeele	32	59	594	50.8381	2.5099	5
59670	Noordpeene	noordpeene	32	59	594	50.8068	2.4004	5
59670	Wemaers-Cappel	wemaers-cappel	32	59	594	50.8079	2.4405	5
59670	Winnezeele	winnezeele	32	59	594	50.841	2.5512	5
59670	Zermezeele	zermezeele	32	59	594	50.8248	2.4509	5
59670	Ochtezeele	ochtezeele	32	59	594	50.8171	2.4021	5
59671 CEDEX 1	Roubaix	roubaix	32	59	595	50.6942	3.1746	5
59672 CEDEX 1	Roubaix	roubaix	32	59	595	50.6942	3.1746	5
59673 CEDEX 1	Roubaix	roubaix	32	59	595	50.6942	3.1746	5
59677 CEDEX 2	Roubaix	roubaix	32	59	595	50.6942	3.1746	5
59680	Quiévelon	quievelon	32	59	591	50.2351	4.0737	5
59680	Ferrière-la-Grande	ferriere-la-grande	32	59	591	50.2552	3.9929	5
59680	Wattignies-la-Victoire	wattignies-la-victoire	32	59	591	50.2015	4.012	5
59680	Cerfontaine	cerfontaine	32	59	591	50.2601	4.027	5
59680	Ferrière-la-Petite	ferriere-la-petite	32	59	591	50.2398	4.0227	5
59680	Obrechies	obrechies	32	59	591	50.2199	4.0216	5
59680	Colleret	colleret	32	59	591	50.2569	4.0808	5
59680	Damousies	damousies	32	59	591	50.2196	4.0134	5
59681 CEDEX	Croix	croix	32	59	595	50.6785	3.1493	5
59682 CEDEX 2	Roubaix	roubaix	32	59	595	50.6942	3.1746	5
59683 CEDEX 2	Roubaix	roubaix	32	59	595	50.6942	3.1746	5
59685 CEDEX 2	Roubaix	roubaix	32	59	595	50.6942	3.1746	5
59686 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59687 CEDEX 2	Roubaix	roubaix	32	59	595	50.6942	3.1746	5
59689 CEDEX 2	Roubaix	roubaix	32	59	595	50.6942	3.1746	5
59690	Vieux-Condé	vieux-conde	32	59	596	50.4594	3.5674	5
59700	Marcq-en-Barœul	marcq-en-bar-ul	32	59	595	50.6667	3.0833	5
59701 CEDEX	Marcq-en-Barœul	marcq-en-bar-ul	32	59	595	50.6667	3.0833	5
59702 CEDEX	Marcq-en-Barœul	marcq-en-bar-ul	32	59	595	50.6667	3.0833	5
59703 CEDEX	Marcq-en-Barœul	marcq-en-bar-ul	32	59	595	50.6667	3.0833	5
59704 CEDEX	Marcq-en-Barœul	marcq-en-bar-ul	32	59	595	50.6667	3.0833	5
59705 CEDEX	Marcq-en-Barœul	marcq-en-bar-ul	32	59	595	50.6667	3.0833	5
59706 CEDEX	Marcq-en-Barœul	marcq-en-bar-ul	32	59	595	50.6667	3.0833	5
59707 CEDEX	Marcq-en-Barœul	marcq-en-bar-ul	32	59	595	50.6667	3.0833	5
59708 CEDEX	Marcq-en-Barœul	marcq-en-bar-ul	32	59	595	50.6667	3.0833	5
59709 CEDEX	Marcq-en-Barœul	marcq-en-bar-ul	32	59	595	50.6667	3.0833	5
59710	Avelin	avelin	32	59	595	50.5397	3.0822	5
59710	Ennevelin	ennevelin	32	59	595	50.5412	3.1297	5
59710	Mérignies	merignies	32	59	595	50.5061	3.1104	5
59710	Pont-à-Marcq	pont-a-marcq	32	59	595	50.5221	3.1144	5
59711 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59712 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59713 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59714 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59715 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59716 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59717 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59718 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59719 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59720	Louvroil	louvroil	32	59	591	50.2643	3.9627	5
59721 CEDEX	Denain	denain	32	59	596	50.3293	3.3943	5
59722 CEDEX	Denain	denain	32	59	596	50.3293	3.3943	5
59723 CEDEX	Denain	denain	32	59	596	50.3293	3.3943	5
59726 CEDEX	Wormhout	wormhout	32	59	594	50.8813	2.469	5
59727 CEDEX	Wormhout	wormhout	32	59	594	50.8813	2.469	5
59730	Vertain	vertain	32	59	592	50.2122	3.5247	5
59730	Beaurain	beaurain	32	59	592	50.1799	3.5526	5
59730	Solesmes	solesmes	32	59	592	50.1847	3.498	5
59730	Briastre	briastre	32	59	592	50.161	3.4852	5
59730	Saint-Python	saint-python	32	59	592	50.19	3.4803	5
59730	Romeries	romeries	32	59	592	50.2044	3.5297	5
59731 CEDEX	Saint-Amand-les-Eaux	saint-amand-les-eaux	32	59	596	50.4472	3.4308	5
59732 CEDEX	Saint-Amand-les-Eaux	saint-amand-les-eaux	32	59	596	50.4472	3.4308	5
59733 CEDEX	Saint-Amand-les-Eaux	saint-amand-les-eaux	32	59	596	50.4472	3.4308	5
59734 CEDEX	Saint-Amand-les-Eaux	saint-amand-les-eaux	32	59	596	50.4472	3.4308	5
59735 CEDEX	Saint-Amand-les-Eaux	saint-amand-les-eaux	32	59	596	50.4472	3.4308	5
59740	Willies	willies	32	59	591	50.1214	4.0976	5
59740	Dimechaux	dimechaux	32	59	591	50.1952	4.0401	5
59740	Choisies	choisies	32	59	591	50.214	4.0419	5
59740	Felleries	felleries	32	59	591	50.1472	4.0332	5
59740	Solre-le-Château	solre-le-chateau	32	59	591	50.1743	4.089	5
59740	Liessies	liessies	32	59	591	50.1183	4.0826	5
59740	Hestrud	hestrud	32	59	591	50.1993	4.152	5
59740	Eccles	eccles	32	59	591	50.205	4.1011	5
59740	Lez-Fontaine	lez-fontaine	32	59	591	50.1833	4.05	5
59740	Solrinnes	solrinnes	32	59	591	50.2066	4.0739	5
59740	Clairfayts	clairfayts	32	59	591	50.1569	4.123	5
59740	Beaurieux	beaurieux	32	59	591	50.1785	4.1264	5
59740	Bérelles	berelles	32	59	591	50.2167	4.1	5
59750	Feignies	feignies	32	59	591	50.2981	3.9153	5
59760	Grande-Synthe	grande-synthe	32	59	594	51.0154	2.2997	5
59770	Marly	marly	32	59	596	50.3456	3.5496	5
59777	Lille	lille	32	59	595	50.633	3.0586	5
59779 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59780	Camphin-en-Pévèle	camphin-en-pevele	32	59	595	50.5956	3.2608	5
59780	Willems	willems	32	59	595	50.6321	3.2384	5
59780	Baisieux	baisieux	32	59	595	50.6084	3.2525	5
59781 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59782 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59783 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59784 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59785 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59787 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59788 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59789 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59790	Ronchin	ronchin	32	59	595	50.5988	3.0906	5
59791 CEDEX	Grande-Synthe	grande-synthe	32	59	594	51.0154	2.2997	5
59792 CEDEX	Grande-Synthe	grande-synthe	32	59	594	51.0154	2.2997	5
59800	Lille	lille	32	59	595	50.633	3.0586	5
59810	Lesquin	lesquin	32	59	595	50.5823	3.119	5
59811 CEDEX	Lesquin	lesquin	32	59	595	50.5823	3.119	5
59812 CEDEX	Lesquin	lesquin	32	59	595	50.5823	3.119	5
59813 CEDEX	Lesquin	lesquin	32	59	595	50.5823	3.119	5
59814 CEDEX	Lesquin	lesquin	32	59	595	50.5823	3.119	5
59815 CEDEX	Lesquin	lesquin	32	59	595	50.5823	3.119	5
59816 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59817 CEDEX	Lesquin	lesquin	32	59	595	50.5823	3.119	5
59818 CEDEX	Lesquin	lesquin	32	59	595	50.5823	3.119	5
59820	Gravelines	gravelines	32	59	594	50.9865	2.1281	5
59820	Saint-Georges-sur-l’Aa	saint-georges-sur-l-aa	32	59	594	50.9695	2.1646	5
59830	Wannehain	wannehain	32	59	595	50.5685	3.2679	5
59830	Cobrieux	cobrieux	32	59	595	50.5424	3.2285	5
59830	Bouvines	bouvines	32	59	595	50.5785	3.1888	5
59830	Bourghelles	bourghelles	32	59	595	50.565	3.2445	5
59830	Bachy	bachy	32	59	595	50.5508	3.2598	5
59830	Louvil	louvil	32	59	595	50.5577	3.1936	5
59830	Cysoing	cysoing	32	59	595	50.5694	3.2163	5
59831 CEDEX	Lambersart	lambersart	32	59	595	50.65	3.0333	5
59832 CEDEX	Lambersart	lambersart	32	59	595	50.65	3.0333	5
59838 CEDEX	Lambersart	lambersart	32	59	595	50.65	3.0333	5
59839 CEDEX	Lambersart	lambersart	32	59	595	50.65	3.0333	5
59840	Prémesques	premesques	32	59	595	50.6557	2.9516	5
59840	Pérenchies	perenchies	32	59	595	50.6701	2.9702	5
59840	Lompret	lompret	32	59	595	50.6693	2.9897	5
59845 CEDEX	Marcq-en-Barœul	marcq-en-bar-ul	32	59	595	50.6667	3.0833	5
59847 CEDEX	Marcq-en-Barœul	marcq-en-bar-ul	32	59	595	50.6667	3.0833	5
59848 CEDEX	Marcq-en-Barœul	marcq-en-bar-ul	32	59	595	50.6667	3.0833	5
59849 CEDEX	Marcq-en-Barœul	marcq-en-bar-ul	32	59	595	50.6667	3.0833	5
59850	Nieppe	nieppe	32	59	594	50.7043	2.8351	5
59851 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59852 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59853 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59859 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
59860	Bruay-sur-l’Escaut	bruay-sur-l-escaut	32	59	596	50.3992	3.5438	5
59861 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59862 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59863 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59864 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59865 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59866 CEDEX	Villeneuve-d'Ascq	villeneuve-d-ascq	32	59	595	50.6167	3.1666	5
59867 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59868 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59869 CEDEX	Villeneuve-d'Ascq	villeneuve-d-ascq	32	59	595	50.6167	3.1666	5
59870	Vred	vred	32	59	593	50.3946	3.2303	5
59870	Tilloy-lez-Marchiennes	tilloy-lez-marchiennes	32	59	593	50.4204	3.3175	5
59870	Warlaing	warlaing	32	59	593	50.41	3.3252	5
59870	Marchiennes	marchiennes	32	59	593	50.4	3.2833	5
59870	Wandignies-Hamage	wandignies-hamage	32	59	593	50.3961	3.3145	5
59870	Bouvignies	bouvignies	32	59	593	50.4363	3.2436	5
59870	Rieulay	rieulay	32	59	593	50.3786	3.2528	5
59871 CEDEX	Saint-André-lez-Lille	saint-andre-lez-lille	32	59	595	50.6667	3.05	5
59872 CEDEX	Saint-André-lez-Lille	saint-andre-lez-lille	32	59	595	50.6667	3.05	5
59873 CEDEX	Wambrechies	wambrechies	32	59	595	50.6828	3.0478	5
59874 CEDEX	Wambrechies	wambrechies	32	59	595	50.6828	3.0478	5
59875 CEDEX	Saint-André-lez-Lille	saint-andre-lez-lille	32	59	595	50.6667	3.05	5
59876 CEDEX	Saint-André-lez-Lille	saint-andre-lez-lille	32	59	595	50.6667	3.05	5
59877 CEDEX	Wambrechies	wambrechies	32	59	595	50.6828	3.0478	5
59878 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59880	Saint-Saulve	saint-saulve	32	59	596	50.3714	3.5561	5
59881 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59882 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59883 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59884 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59885 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59887 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59889 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59890	Deûlémont	deulemont	32	59	595	50.7333	2.95	5
59890	Quesnoy-sur-Deûle	quesnoy-sur-deule	32	59	595	50.7136	3	5
59891 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59892 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59893 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59894 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59895 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59896 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59897 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59898 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59899 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59900 CEDEX 9	Lille	lille	32	59	595	50.633	3.0586	5
59910	Bondues	bondues	32	59	595	50.702	3.095	5
59920	Quiévrechain	quievrechain	32	59	596	50.3917	3.6681	5
59930	La Chapelle-d'Armentières	la-chapelle-d-armentieres	32	59	595	50.6833	2.9	5
59931 CEDEX	La Chapelle-d'Armentières	la-chapelle-d-armentieres	32	59	595	50.6833	2.9	5
59932 CEDEX	La Chapelle-d'Armentières	la-chapelle-d-armentieres	32	59	595	50.6833	2.9	5
59933 CEDEX	La Chapelle-d'Armentières	la-chapelle-d-armentieres	32	59	595	50.6833	2.9	5
59940	Le Doulieu	le-doulieu	32	59	594	50.6819	2.7174	5
59940	Neuf-Berquin	neuf-berquin	32	59	594	50.6607	2.6721	5
59940	Estaires	estaires	32	59	594	50.6457	2.7278	5
59941 CEDEX 2	Dunkerque	dunkerque	32	59	594	51.033	2.377	5
59942 CEDEX 2	Dunkerque	dunkerque	32	59	594	51.033	2.377	5
59943 CEDEX 2	Dunkerque	dunkerque	32	59	594	51.033	2.377	5
59944 CEDEX 2	Dunkerque	dunkerque	32	59	594	51.033	2.377	5
59948 CEDEX 2	Dunkerque	dunkerque	32	59	594	51.033	2.377	5
59950	Auby	auby	32	59	593	50.4146	3.054	5
59951 CEDEX 1	Dunkerque	dunkerque	32	59	594	51.033	2.377	5
59952 CEDEX 1	Dunkerque	dunkerque	32	59	594	51.033	2.377	5
59960	Neuville-en-Ferrain	neuville-en-ferrain	32	59	595	50.7484	3.1568	5
59961 CEDEX	Croix	croix	32	59	595	50.6785	3.1493	5
59962 CEDEX	Croix	croix	32	59	595	50.6785	3.1493	5
59963 CEDEX	Croix	croix	32	59	595	50.6785	3.1493	5
59964 CEDEX	Croix	croix	32	59	595	50.6785	3.1493	5
59965 CEDEX	Croix	croix	32	59	595	50.6785	3.1493	5
59967 CEDEX	Croix	croix	32	59	595	50.6785	3.1493	5
59970	Fresnes-sur-Escaut	fresnes-sur-escaut	32	59	596	50.4338	3.5775	5
59970	Odomez	odomez	32	59	596	50.4532	3.5235	5
59970	Vicq	vicq	32	59	596	50.4074	3.6035	5
59971 CEDEX	Tourcoing	tourcoing	32	59	595	50.7239	3.1612	5
59972 CEDEX	Tourcoing	tourcoing	32	59	595	50.7239	3.1612	5
59975 CEDEX	Tourcoing	tourcoing	32	59	595	50.7239	3.1612	5
59976 CEDEX	Tourcoing	tourcoing	32	59	595	50.7239	3.1612	5
59979 CEDEX	Tourcoing	tourcoing	32	59	595	50.7239	3.1612	5
59980	Troisvilles	troisvilles	32	59	592	50.105	3.47	5
59980	Reumont	reumont	32	59	592	50.0822	3.4837	5
59980	Honnechy	honnechy	32	59	592	50.0694	3.4712	5
59980	Maurois	maurois	32	59	592	50.0743	3.4666	5
59980	Bertry	bertry	32	59	592	50.0872	3.443	5
59981 CEDEX	Tourcoing	tourcoing	32	59	595	50.7239	3.1612	5
59984 CEDEX	Tourcoing	tourcoing	32	59	595	50.7239	3.1612	5
59990	Maresches	maresches	32	59	591	50.2929	3.5805	5
59990	Préseau	preseau	32	59	596	50.3112	3.5743	5
59990	Saultain	saultain	32	59	596	50.3368	3.5772	5
59990	Sebourg	sebourg	32	59	596	50.3425	3.6435	5
59990	Estreux	estreux	32	59	596	50.3512	3.5943	5
59990	Curgies	curgies	32	59	596	50.3298	3.603	5
59990	Rombies-et-Marchipont	rombies-et-marchipont	32	59	596	50.3645	3.6415	5
59998 CEDEX	Lille	lille	32	59	595	50.633	3.0586	5
62147	Boursies	boursies	32	59	592	50.139	3.0324	5
62147	Mœuvres	m-uvres	32	59	592	50.15	3.0667	5
62147	Doignies	doignies	32	59	592	50.1282	3.0135	5
60000	Beauvais	beauvais	32	60	601	49.4333	2.0833	5
60000	Saint-Martin-le-Nœud	saint-martin-le-n-ud	32	60	601	49.3965	2.0609	5
60000	Aux Marais	aux-marais	32	60	601	49.415	2.0417	5
60000	Fouquenies	fouquenies	32	60	601	49.4624	2.0492	5
60000	Goincourt	goincourt	32	60	601	49.4261	2.0362	5
60000	Tillé	tille	32	60	601	49.4642	2.1104	5
60000	Allonne	allonne	32	60	601	49.4086	2.1143	5
60000	Frocourt	frocourt	32	60	601	49.3827	2.0847	5
60002 CEDEX	Beauvais	beauvais	32	60	601	49.4333	2.0833	5
60004 CEDEX	Beauvais	beauvais	32	60	601	49.4333	2.0833	5
60005 CEDEX	Beauvais	beauvais	32	60	601	49.4333	2.0833	5
60006 CEDEX	Beauvais	beauvais	32	60	601	49.4333	2.0833	5
60007 CEDEX	Beauvais	beauvais	32	60	601	49.4333	2.0833	5
60008 CEDEX	Beauvais	beauvais	32	60	601	49.4333	2.0833	5
60009 CEDEX	Beauvais	beauvais	32	60	601	49.4333	2.0833	5
60010 CEDEX	Beauvais	beauvais	32	60	601	49.4333	2.0833	5
60011 CEDEX	Beauvais	beauvais	32	60	601	49.4333	2.0833	5
60012 CEDEX	Beauvais	beauvais	32	60	601	49.4333	2.0833	5
60013 CEDEX	Beauvais	beauvais	32	60	601	49.4333	2.0833	5
60014 CEDEX	Beauvais	beauvais	32	60	601	49.4333	2.0833	5
60015 CEDEX	Beauvais	beauvais	32	60	601	49.4333	2.0833	5
60016 CEDEX	Beauvais	beauvais	32	60	601	49.4333	2.0833	5
60017 CEDEX	Beauvais	beauvais	32	60	601	49.4333	2.0833	5
60018 CEDEX	Beauvais	beauvais	32	60	601	49.4333	2.0833	5
60019 CEDEX	Beauvais	beauvais	32	60	601	49.4333	2.0833	5
60021 CEDEX	Beauvais	beauvais	32	60	601	49.4333	2.0833	5
60022 CEDEX	Beauvais	beauvais	32	60	601	49.4333	2.0833	5
60023 CEDEX	Beauvais	beauvais	32	60	601	49.4333	2.0833	5
60024 CEDEX	Beauvais	beauvais	32	60	601	49.4333	2.0833	5
60025 CEDEX	Beauvais	beauvais	32	60	601	49.4333	2.0833	5
60026 CEDEX	Beauvais	beauvais	32	60	601	49.4333	2.0833	5
60027 CEDEX	Beauvais	beauvais	32	60	601	49.4333	2.0833	5
60028 CEDEX	Beauvais	beauvais	32	60	601	49.4333	2.0833	5
60029 CEDEX	Beauvais	beauvais	32	60	601	49.4333	2.0833	5
60031 CEDEX	Beauvais	beauvais	32	60	601	49.4333	2.0833	5
60035 CEDEX	Beauvais	beauvais	32	60	601	49.4333	2.0833	5
60100	Creil	creil	32	60	604	49.2567	2.4848	5
60101 CEDEX 1	Creil	creil	32	60	604	49.2567	2.4848	5
60102 CEDEX 3	Creil	creil	32	60	604	49.2567	2.4848	5
60103 CEDEX 1	Creil	creil	32	60	604	49.2567	2.4848	5
60104 CEDEX 1	Creil	creil	32	60	604	49.2567	2.4848	5
60105 CEDEX 1	Creil	creil	32	60	604	49.2567	2.4848	5
60106 CEDEX 1	Creil	creil	32	60	604	49.2567	2.4848	5
60107 CEDEX 1	Creil	creil	32	60	604	49.2567	2.4848	5
60108 CEDEX 1	Creil	creil	32	60	604	49.2567	2.4848	5
60109 CEDEX 1	Creil	creil	32	60	604	49.2567	2.4848	5
60110	Esches	esches	32	60	601	49.2209	2.1659	5
60110	Amblainville	amblainville	32	60	601	49.2044	2.1224	5
60110	Lormaison	lormaison	32	60	601	49.2565	2.1058	5
60110	Corbeil-Cerf	corbeil-cerf	32	60	601	49.2808	2.1028	5
60110	Méru	meru	32	60	601	49.2333	2.1333	5
60111 CEDEX	Méru	meru	32	60	601	49.2333	2.1333	5
60112	Haucourt	haucourt	32	60	601	49.5124	1.9382	5
60112	Verderel-lès-Sauqueuse	verderel-les-sauqueuse	32	60	601	49.5	2.1	5
60112	Troissereux	troissereux	32	60	601	49.48	2.0448	5
60112	Juvignies	juvignies	32	60	601	49.5194	2.0863	5
60112	Pierrefitte-en-Beauvaisis	pierrefitte-en-beauvaisis	32	60	601	49.4755	1.9817	5
60112	Herchies	herchies	32	60	601	49.488	2.0101	5
60112	Bonnières	bonnieres	32	60	601	49.5108	1.9649	5
60112	Martincourt	martincourt	32	60	601	49.523	1.8986	5
60112	La Neuville-Vault	la-neuville-vault	32	60	601	49.4869	1.9508	5
60112	Crillon	crillon	32	60	601	49.5201	1.9305	5
60112	Vrocourt	vrocourt	32	60	601	49.5293	1.886	5
60112	Maisoncelle-Saint-Pierre	maisoncelle-saint-pierre	32	60	601	49.5127	2.1277	5
60112	Milly-sur-Thérain	milly-sur-therain	32	60	601	49.5024	1.996	5
60113	Baugy	baugy	32	60	603	49.4627	2.7518	5
60113	Monchy-Humières	monchy-humieres	32	60	603	49.4707	2.7491	5
60113	Braisnes-sur-Aronde	braisnes-sur-aronde	32	60	603	49.4772	2.775	5
60114 CEDEX	Méru	meru	32	60	601	49.2333	2.1333	5
60115 CEDEX	Méru	meru	32	60	601	49.2333	2.1333	5
60116 CEDEX	Méru	meru	32	60	601	49.2333	2.1333	5
60117	Vauciennes	vauciennes	32	60	604	49.2356	3.0303	5
60117	Gondreville	gondreville	32	60	604	49.216	2.9552	5
60117	Vaumoise	vaumoise	32	60	604	49.2353	2.9808	5
60117	Russy-Bémont	russy-bemont	32	60	604	49.2433	2.9644	5
60117	Vez	vez	32	60	604	49.2649	3.0036	5
60118 CEDEX	Méru	meru	32	60	601	49.2333	2.1333	5
60119	Hénonville	henonville	32	60	601	49.2073	2.0526	5
60119	Neuville-Bosc	neuville-bosc	32	60	601	49.2002	2.0136	5
60119	Monts	monts	32	60	601	49.2167	2.0167	5
60120	Blancfossé	blancfosse	32	60	601	49.6585	2.1953	5
60120	Le Crocq	le-crocq	32	60	601	49.6278	2.1796	5
60120	La Hérelle	la-herelle	32	60	602	49.5911	2.4144	5
60120	Bonvillers	bonvillers	32	60	602	49.5896	2.354	5
60120	Villers-Vicomte	villers-vicomte	32	60	602	49.6434	2.2388	5
60120	Sérévillers	serevillers	32	60	602	49.6396	2.4302	5
60120	Chepoix	chepoix	32	60	602	49.6049	2.3783	5
60120	Lavacquerie	lavacquerie	32	60	601	49.6819	2.0922	5
60120	Troussencourt	troussencourt	32	60	602	49.6068	2.2544	5
60120	Ansauvillers	ansauvillers	32	60	602	49.5652	2.3874	5
60120	Le Mesnil-Saint-Firmin	le-mesnil-saint-firmin	32	60	602	49.6285	2.41	5
60120	Esquennoy	esquennoy	32	60	602	49.6579	2.2686	5
60120	Rouvroy-les-Merles	rouvroy-les-merles	32	60	602	49.6483	2.3592	5
60120	Cormeilles	cormeilles	32	60	601	49.641	2.1938	5
60120	Croissy-sur-Celle	croissy-sur-celle	32	60	601	49.6966	2.1714	5
60120	Breteuil	breteuil	32	60	602	49.6336	2.2951	5
60120	Mory-Montcrux	mory-montcrux	32	60	602	49.5916	2.3939	5
60120	Hardivillers	hardivillers	32	60	602	49.6168	2.2229	5
60120	Gannes	gannes	32	60	602	49.5693	2.4211	5
60120	Plainville	plainville	32	60	602	49.6143	2.4519	5
60120	Bacouël	bacouel	32	60	602	49.6173	2.3805	5
60120	Bonneuil-les-Eaux	bonneuil-les-eaux	32	60	602	49.6787	2.237	5
60120	Paillart	paillart	32	60	602	49.6671	2.3248	5
60120	Tartigny	tartigny	32	60	602	49.6339	2.3608	5
60120	Gouy-les-Groseillers	gouy-les-groseillers	32	60	602	49.6935	2.2184	5
60120	Beauvoir	beauvoir	32	60	602	49.6032	2.3271	5
60120	Fléchy	flechy	32	60	602	49.6595	2.2321	5
60120	Rocquencourt	rocquencourt	32	60	602	49.65	2.4167	5
60120	Vendeuil-Caply	vendeuil-caply	32	60	602	49.6193	2.3022	5
60120	Broyes	broyes	32	60	602	49.6283	2.4549	5
60121 CEDEX	Breteuil	breteuil	32	60	602	49.6336	2.2951	5
60122 CEDEX	Breteuil	breteuil	32	60	602	49.6336	2.2951	5
60123	Bonneuil-en-Valois	bonneuil-en-valois	32	60	604	49.2851	2.9917	5
60123	Éméville	emeville	32	60	604	49.2831	3.029	5
60126	Longueil-Sainte-Marie	longueil-sainte-marie	32	60	603	49.3572	2.7184	5
60126	Rivecourt	rivecourt	32	60	603	49.3478	2.7349	5
60127	Fresnoy-la-Rivière	fresnoy-la-riviere	32	60	604	49.2855	2.9172	5
60127	Morienval	morienval	32	60	604	49.2977	2.9208	5
60128	Plailly	plailly	32	60	604	49.1029	2.5855	5
60128	Mortefontaine	mortefontaine	32	60	604	49.1122	2.6	5
60129	Glaignes	glaignes	32	60	604	49.2714	2.8515	5
60129	Béthancourt-en-Valois	bethancourt-en-valois	32	60	604	49.2855	2.877	5
60129	Gilocourt	gilocourt	32	60	604	49.2923	2.8788	5
60129	Orrouy	orrouy	32	60	604	49.2908	2.8576	5
60130	Le Plessier-sur-Saint-Just	le-plessier-sur-saint-just	32	60	602	49.5118	2.4547	5
60130	Le Mesnil-sur-Bulles	le-mesnil-sur-bulles	32	60	602	49.4863	2.3457	5
60130	Nourard-le-Franc	nourard-le-franc	32	60	602	49.4995	2.371	5
60130	Quinquempoix	quinquempoix	32	60	602	49.5511	2.4261	5
60130	Wavignies	wavignies	32	60	602	49.5475	2.3603	5
60130	Fournival	fournival	32	60	602	49.4667	2.3833	5
60130	Ravenel	ravenel	32	60	602	49.5152	2.5019	5
60130	Saint-Just-en-Chaussée	saint-just-en-chaussee	32	60	602	49.505	2.4329	5
60130	Avrechy	avrechy	32	60	602	49.448	2.4271	5
60130	Cuignières	cuignieres	32	60	602	49.4515	2.473	5
60130	Lieuvillers	lieuvillers	32	60	602	49.4702	2.4977	5
60130	Noroy	noroy	32	60	602	49.4484	2.5026	5
60130	Le Plessier-sur-Bulles	le-plessier-sur-bulles	32	60	602	49.4953	2.3157	5
60130	Catillon-Fumechon	catillon-fumechon	32	60	602	49.5167	2.3667	5
60130	Valescourt	valescourt	32	60	602	49.4827	2.4362	5
60130	Brunvillers-la-Motte	brunvillers-la-motte	32	60	602	49.55	2.45	5
60130	Erquinvillers	erquinvillers	32	60	602	49.4582	2.4776	5
60130	Saint-Remy-en-l'Eau	saint-remy-en-l-eau	32	60	602	49.4833	2.4333	5
60130	Plainval	plainval	32	60	602	49.5288	2.4414	5
60130	Angivillers	angivillers	32	60	602	49.4863	2.5018	5
60130	Bulles	bulles	32	60	602	49.4595	2.3257	5
60131 CEDEX	Saint-Just-en-Chaussée	saint-just-en-chaussee	32	60	602	49.505	2.4329	5
60132 CEDEX	Saint-Just-en-Chaussée	saint-just-en-chaussee	32	60	602	49.505	2.4329	5
60134	Montreuil-sur-Thérain	montreuil-sur-therain	32	60	601	49.3812	2.1932	5
60134	Villers-Saint-Sépulcre	villers-saint-sepulcre	32	60	601	49.366	2.2155	5
60138	Chiry-Ourscamp	chiry-ourscamp	32	60	603	49.5438	2.9472	5
60140	Liancourt	liancourt	32	60	602	49.3303	2.4659	5
60140	Bailleval	bailleval	32	60	602	49.346	2.4569	5
60140	Rosoy	rosoy	32	60	602	49.3399	2.5011	5
60140	Mogneville	mogneville	32	60	602	49.3153	2.4717	5
60140	Labruyère	labruyere	32	60	602	49.3509	2.5097	5
60140	Verderonne	verderonne	32	60	602	49.3297	2.4982	5
60141	Boursonne	boursonne	32	60	604	49.2024	3.0468	5
60141	Ivors	ivors	32	60	604	49.201	3.0153	5
60149	Saint-Crépin-Ibouvillers	saint-crepin-ibouvillers	32	60	601	49.2628	2.0779	5
60150	Coudun	coudun	32	60	603	49.4615	2.8125	5
60150	Giraumont	giraumont	32	60	603	49.4716	2.8198	5
60150	Longueil-Annel	longueil-annel	32	60	603	49.4691	2.8646	5
60150	Mélicocq	melicocq	32	60	603	49.4942	2.8585	5
60150	Villers-sur-Coudun	villers-sur-coudun	32	60	603	49.4831	2.8046	5
60150	Machemont	machemont	32	60	603	49.4978	2.8686	5
60150	Montmacq	montmacq	32	60	603	49.4818	2.9026	5
60150	Chevincourt	chevincourt	32	60	603	49.5062	2.8439	5
60150	Janville	janville	32	60	603	49.4553	2.8608	5
60150	Le Plessis-Brion	le-plessis-brion	32	60	603	49.4642	2.891	5
60150	Thourotte	thourotte	32	60	603	49.4759	2.8821	5
60153	Rethondes	rethondes	32	60	603	49.4159	2.9392	5
60155	Saint-Léger-en-Bray	saint-leger-en-bray	32	60	601	49.3917	2.0252	5
60155	Rainvillers	rainvillers	32	60	601	49.4054	2.0079	5
60157	Élincourt-Sainte-Marguerite	elincourt-sainte-marguerite	32	60	603	49.5252	2.8169	5
60160	Thiverny	thiverny	32	60	604	49.2518	2.4361	5
60160	Montataire	montataire	32	60	604	49.259	2.4378	5
60162	Vignemont	vignemont	32	60	603	49.5034	2.7769	5
60162	Antheuil-Portes	antheuil-portes	32	60	603	49.4956	2.7553	5
60170	Saint-Crépin-aux-Bois	saint-crepin-aux-bois	32	60	603	49.4337	2.9786	5
60170	Cambronne-lès-Ribécourt	cambronne-les-ribecourt	32	60	603	49.5071	2.898	5
60170	Saint-Léger-aux-Bois	saint-leger-aux-bois	32	60	603	49.4832	2.9557	5
60170	Tracy-le-Val	tracy-le-val	32	60	603	49.488	3.0091	5
60170	Ribécourt-Dreslincourt	ribecourt-dreslincourt	32	60	603	49.5107	2.923	5
60170	Carlepont	carlepont	32	60	603	49.5144	3.0233	5
60170	Pimprez	pimprez	32	60	603	49.5149	2.9519	5
60170	Tracy-le-Mont	tracy-le-mont	32	60	603	49.4723	3.0094	5
60170	Bailly	bailly	32	60	603	49.4957	2.9697	5
60173	Ivry-le-Temple	ivry-le-temple	32	60	601	49.2287	2.0306	5
60175	Villeneuve-les-Sablons	villeneuve-les-sablons	32	60	601	49.2375	2.0778	5
60180	Nogent-sur-Oise	nogent-sur-oise	32	60	604	49.2716	2.4707	5
60181 CEDEX	Nogent-sur-Oise	nogent-sur-oise	32	60	604	49.2716	2.4707	5
60183 CEDEX	Nogent-sur-Oise	nogent-sur-oise	32	60	604	49.2716	2.4707	5
60184 CEDEX	Nogent-sur-Oise	nogent-sur-oise	32	60	604	49.2716	2.4707	5
60185 CEDEX	Nogent-sur-Oise	nogent-sur-oise	32	60	604	49.2716	2.4707	5
60190	Épineuse	epineuse	32	60	602	49.397	2.5541	5
60190	Hémévillers	hemevillers	32	60	603	49.4634	2.6745	5
60190	Estrées-Saint-Denis	estrees-saint-denis	32	60	603	49.426	2.6429	5
60190	Baugy	baugy	32	60	603	49.4627	2.7518	5
60190	Moyenneville	moyenneville	32	60	602	49.4902	2.6353	5
60190	Sacy-le-Petit	sacy-le-petit	32	60	602	49.3609	2.6294	5
60190	Fouilleuse	fouilleuse	32	60	602	49.4289	2.5362	5
60190	Arsy	arsy	32	60	603	49.4008	2.6899	5
60190	Francières	francieres	32	60	603	49.4487	2.6794	5
60190	Cernoy	cernoy	32	60	602	49.4397	2.5419	5
60190	Avrigny	avrigny	32	60	602	49.3817	2.5797	5
60190	Remy	remy	32	60	603	49.4333	2.7167	5
60190	Lachelle	lachelle	32	60	603	49.4442	2.7365	5
60190	Neufvy-sur-Aronde	neufvy-sur-aronde	32	60	603	49.4966	2.6618	5
60190	Montmartin	montmartin	32	60	603	49.4637	2.6933	5
60190	Grandvillers-aux-Bois	grandvillers-aux-bois	32	60	602	49.4569	2.6046	5
60190	Moyvillers	moyvillers	32	60	603	49.4149	2.6511	5
60190	Choisy-la-Victoire	choisy-la-victoire	32	60	602	49.3784	2.5858	5
60190	Cressonsacq	cressonsacq	32	60	602	49.4581	2.5665	5
60190	Blincourt	blincourt	32	60	602	49.3833	2.6167	5
60190	Pronleroy	pronleroy	32	60	602	49.4717	2.5522	5
60190	Bailleul-le-Soc	bailleul-le-soc	32	60	602	49.4167	2.5772	5
60190	Gournay-sur-Aronde	gournay-sur-aronde	32	60	603	49.4923	2.675	5
60190	Rouvillers	rouvillers	32	60	602	49.4522	2.6085	5
60190	Montiers	montiers	32	60	602	49.5	2.5833	5
60190	La Neuville-Roy	la-neuville-roy	32	60	602	49.4833	2.5833	5
60200	Compiègne	compiegne	32	60	603	49.4179	2.8261	5
60201 CEDEX	Compiègne	compiegne	32	60	603	49.4179	2.8261	5
60202 CEDEX	Compiègne	compiegne	32	60	603	49.4179	2.8261	5
60203 CEDEX	Compiègne	compiegne	32	60	603	49.4179	2.8261	5
60204 CEDEX	Compiègne	compiegne	32	60	603	49.4179	2.8261	5
60205 CEDEX	Compiègne	compiegne	32	60	603	49.4179	2.8261	5
60206 CEDEX	Compiègne	compiegne	32	60	603	49.4179	2.8261	5
60207 CEDEX	Compiègne	compiegne	32	60	603	49.4179	2.8261	5
60208 CEDEX	Compiègne	compiegne	32	60	603	49.4179	2.8261	5
60209 CEDEX	Compiègne	compiegne	32	60	603	49.4179	2.8261	5
60210	Halloy	halloy	32	60	601	49.6543	1.942	5
60210	Daméraucourt	dameraucourt	32	60	601	49.7	1.9167	5
60210	Le Hamel	le-hamel	32	60	601	49.6483	1.9918	5
60210	Grandvilliers	grandvilliers	32	60	601	49.6655	1.9409	5
60210	Hautbos	hautbos	32	60	601	49.6269	1.8728	5
60210	Sommereux	sommereux	32	60	601	49.6788	1.9911	5
60210	Saint-Maur	saint-maur	32	60	601	49.6161	1.9188	5
60210	Le Mesnil-Conteville	le-mesnil-conteville	32	60	601	49.6697	2.0592	5
60210	Cempuis	cempuis	32	60	601	49.6595	1.9911	5
60210	Sarcus	sarcus	32	60	601	49.685	1.8715	5
60210	Saint-Thibault	saint-thibault	32	60	601	49.7001	1.8452	5
60210	Thieuloy-Saint-Antoine	thieuloy-saint-antoine	32	60	601	49.6337	1.9462	5
60210	Élencourt	elencourt	32	60	601	49.698	1.8935	5
60210	Dargies	dargies	32	60	601	49.7018	1.9917	5
60210	Laverrière	laverriere	32	60	601	49.6868	2.0127	5
60210	Brombos	brombos	32	60	601	49.6458	1.8872	5
60210	Beaudéduit	beaudeduit	32	60	601	49.6795	2.0632	5
60210	Gaudechart	gaudechart	32	60	601	49.6158	1.9625	5
60210	Briot	briot	32	60	601	49.6494	1.9236	5
60210	Offoy	offoy	32	60	601	49.6968	2.0385	5
60210	Grez	grez	32	60	601	49.6391	1.9791	5
60210	Sarnois	sarnois	32	60	601	49.6784	1.9188	5
60220	Saint-Valery	saint-valery	32	60	601	49.7333	1.7167	5
60220	Blargies	blargies	32	60	601	49.6716	1.7658	5
60220	Escles-Saint-Pierre	escles-saint-pierre	32	60	601	49.7401	1.8036	5
60220	Boutavent	boutavent	32	60	601	49.6417	1.7574	5
60220	Abancourt	abancourt	32	60	601	49.6961	1.7651	5
60220	Gourchelles	gourchelles	32	60	601	49.7291	1.7802	5
60220	Formerie	formerie	32	60	601	49.6493	1.7311	5
60220	Canny-sur-Thérain	canny-sur-therain	32	60	601	49.6014	1.7163	5
60220	Campeaux	campeaux	32	60	601	49.6193	1.7548	5
60220	Moliens	moliens	32	60	601	49.6669	1.8102	5
60220	Monceaux-l’Abbaye	monceaux-l-abbaye	32	60	601	49.652	1.789	5
60220	Omécourt	omecourt	32	60	601	49.611	1.8487	5
60220	Romescamps	romescamps	32	60	601	49.7111	1.8052	5
60220	Mureaumont	mureaumont	32	60	601	49.6386	1.7854	5
60220	Saint-Arnoult	saint-arnoult	32	60	601	49.6317	1.821	5
60220	Saint-Samson-la-Poterie	saint-samson-la-poterie	32	60	601	49.6	1.75	5
60220	Bouvresse	bouvresse	32	60	601	49.653	1.754	5
60220	Lannoy-Cuillère	lannoy-cuillere	32	60	601	49.7062	1.7461	5
60220	Quincampoix-Fleuzy	quincampoix-fleuzy	32	60	601	49.7464	1.7727	5
60220	Fouilloy	fouilloy	32	60	601	49.7347	1.8255	5
60220	Broquiers	broquiers	32	60	601	49.6586	1.8315	5
60230	Chambly	chambly	32	60	604	49.1667	2.25	5
60240	Courcelles-lès-Gisors	courcelles-les-gisors	32	60	601	49.2596	1.7419	5
60240	Senots	senots	32	60	601	49.2646	1.9936	5
60240	Le Mesnil-Théribus	le-mesnil-theribus	32	60	601	49.3014	1.987	5
60240	Delincourt	delincourt	32	60	601	49.25	1.8333	5
60240	Bachivillers	bachivillers	32	60	601	49.2903	1.9634	5
60240	Lattainville	lattainville	32	60	601	49.2425	1.8136	5
60240	Bouconvillers	bouconvillers	32	60	601	49.1754	1.903	5
60240	Tourly	tourly	32	60	601	49.2239	1.9484	5
60240	Serans	serans	32	60	601	49.1864	1.8311	5
60240	Chambors	chambors	32	60	601	49.2606	1.8173	5
60240	Thibivillers	thibivillers	32	60	601	49.302	1.9008	5
60240	Boury-en-Vexin	boury-en-vexin	32	60	601	49.2404	1.7378	5
60240	Chaumont-en-Vexin	chaumont-en-vexin	32	60	601	49.2659	1.886	5
60240	Jaméricourt	jamericourt	32	60	601	49.3041	1.8787	5
60240	Jouy-sous-Thelle	jouy-sous-thelle	32	60	601	49.3336	1.9757	5
60240	Hadancourt-le-Haut-Clocher	hadancourt-le-haut-clocher	32	60	601	49.1855	1.8552	5
60240	Chavençon	chavencon	32	60	601	49.1873	1.994	5
60240	Fay-les-Étangs	fay-les-etangs	32	60	601	49.2463	1.9393	5
60240	Hardivillers-en-Vexin	hardivillers-en-vexin	32	60	601	49.305	1.9382	5
60240	Montagny-en-Vexin	montagny-en-vexin	32	60	601	49.1958	1.8004	5
60240	Loconville	loconville	32	60	601	49.2564	1.9188	5
60240	Énencourt-le-Sec	enencourt-le-sec	32	60	601	49.298	1.923	5
60240	Lavilletertre	lavilletertre	32	60	601	49.196	1.93	5
60240	Fresne-Léguillon	fresne-leguillon	32	60	601	49.25	1.9833	5
60240	Vaudancourt	vaudancourt	32	60	601	49.2342	1.7561	5
60240	Monneville	monneville	32	60	601	49.2071	1.9753	5
60240	Fresneaux-Montchevreuil	fresneaux-montchevreuil	32	60	601	49.2811	2.0035	5
60240	Boissy-le-Bois	boissy-le-bois	32	60	601	49.2788	1.942	5
60240	Liancourt-Saint-Pierre	liancourt-saint-pierre	32	60	601	49.2356	1.9094	5
60240	Lierville	lierville	32	60	601	49.1906	1.8808	5
60240	Montjavoult	montjavoult	32	60	601	49.2144	1.7845	5
60240	Reilly	reilly	32	60	601	49.2439	1.8468	5
60240	Parnes	parnes	32	60	601	49.204	1.7385	5
60240	Fleury	fleury	32	60	601	49.2437	1.9701	5
60240	Boubiers	boubiers	32	60	601	49.2217	1.8692	5
60250	Angy	angy	32	60	602	49.3298	2.3285	5
60250	Hondainville	hondainville	32	60	602	49.3407	2.302	5
60250	Foulangues	foulangues	32	60	604	49.2748	2.3151	5
60250	Balagny-sur-Thérain	balagny-sur-therain	32	60	604	49.296	2.3364	5
60250	Mouy	mouy	32	60	602	49.3153	2.3195	5
60250	Ansacq	ansacq	32	60	602	49.3445	2.3592	5
60250	Heilles	heilles	32	60	602	49.335	2.2659	5
60250	Bury	bury	32	60	602	49.3131	2.344	5
60250	Mouchy-le-Châtel	mouchy-le-chatel	32	60	601	49.3266	2.2492	5
60250	Thury-sous-Clermont	thury-sous-clermont	32	60	602	49.3576	2.329	5
60251 CEDEX	Mouy	mouy	32	60	602	49.3153	2.3195	5
60252 CEDEX	Mouy	mouy	32	60	602	49.3153	2.3195	5
60260	Lamorlaye	lamorlaye	32	60	604	49.1625	2.4469	5
60270	Gouvieux	gouvieux	32	60	604	49.187	2.4144	5
60271 CEDEX	Gouvieux	gouvieux	32	60	604	49.187	2.4144	5
60280	Margny-lès-Compiègne	margny-les-compiegne	32	60	603	49.4256	2.8181	5
60280	Clairoix	clairoix	32	60	603	49.4426	2.8463	5
60280	Venette	venette	32	60	603	49.417	2.8032	5
60280	Bienville	bienville	32	60	603	49.4495	2.8291	5
60281 CEDEX	Margny-lès-Compiègne	margny-les-compiegne	32	60	603	49.4256	2.8181	5
60290	Laigneville	laigneville	32	60	602	49.2915	2.4458	5
60290	Cambronne-lès-Clermont	cambronne-les-clermont	32	60	602	49.3302	2.3993	5
60290	Cauffry	cauffry	32	60	602	49.3198	2.4458	5
60290	Rantigny	rantigny	32	60	602	49.3276	2.4424	5
60290	Monchy-Saint-Éloi	monchy-saint-eloi	32	60	602	49.2904	2.4674	5
60290	Neuilly-sous-Clermont	neuilly-sous-clermont	32	60	602	49.3444	2.4103	5
60291 CEDEX	Rantigny	rantigny	32	60	602	49.3276	2.4424	5
60292 CEDEX	Rantigny	rantigny	32	60	602	49.3276	2.4424	5
60293 CEDEX	Rantigny	rantigny	32	60	602	49.3276	2.4424	5
60299 CEDEX	Rantigny	rantigny	32	60	602	49.3276	2.4424	5
60300	Senlis	senlis	32	60	604	49.2	2.5833	5
60300	Courteuil	courteuil	32	60	604	49.2	2.5333	5
60300	Avilly-Saint-Léonard	avilly-saint-leonard	32	60	604	49.1945	2.5415	5
60300	Apremont	apremont	32	60	604	49.2239	2.508	5
60300	Aumont-en-Halatte	aumont-en-halatte	32	60	604	49.2333	2.55	5
60300	Borest	borest	32	60	604	49.1805	2.6699	5
60300	Montlognon	montlognon	32	60	604	49.1655	2.6907	5
60300	Fontaine-Chaalis	fontaine-chaalis	32	60	604	49.1667	2.6833	5
60300	Chamant	chamant	32	60	604	49.2199	2.6118	5
60300	Baron	baron	32	60	604	49.173	2.7305	5
60300	Mont-l'Évêque	mont-l-eveque	32	60	604	49.2	2.6333	5
60301 CEDEX	Senlis	senlis	32	60	604	49.2	2.5833	5
60302 CEDEX	Senlis	senlis	32	60	604	49.2	2.5833	5
60303 CEDEX	Senlis	senlis	32	60	604	49.2	2.5833	5
60304 CEDEX	Senlis	senlis	32	60	604	49.2	2.5833	5
60305 CEDEX	Senlis	senlis	32	60	604	49.2	2.5833	5
60306 CEDEX	Senlis	senlis	32	60	604	49.2	2.5833	5
60307 CEDEX	Senlis	senlis	32	60	604	49.2	2.5833	5
60308 CEDEX	Senlis	senlis	32	60	604	49.2	2.5833	5
60309 CEDEX	Senlis	senlis	32	60	604	49.2	2.5833	5
60310	Plessis-de-Roye	plessis-de-roye	32	60	603	49.5781	2.8319	5
60310	Fresnières	fresnieres	32	60	603	49.6216	2.8134	5
60310	Cannectancourt	cannectancourt	32	60	603	49.5571	2.9024	5
60310	Lassigny	lassigny	32	60	603	49.5883	2.8429	5
60310	Évricourt	evricourt	32	60	603	49.567	2.9041	5
60310	Roye-sur-Matz	roye-sur-matz	32	60	603	49.5915	2.7746	5
60310	Margny-aux-Cerises	margny-aux-cerises	32	60	603	49.6738	2.8672	5
60310	Crapeaumesnil	crapeaumesnil	32	60	603	49.6407	2.7982	5
60310	Canny-sur-Matz	canny-sur-matz	32	60	603	49.6024	2.801	5
60310	Laberlière	laberliere	32	60	603	49.5808	2.765	5
60310	Gury	gury	32	60	603	49.5701	2.8013	5
60310	Amy	amy	32	60	603	49.6557	2.8255	5
60310	Candor	candor	32	60	603	49.6273	2.895	5
60310	Lagny	lagny	32	60	603	49.6135	2.9158	5
60310	Solente	solente	32	60	603	49.6995	2.8807	5
60310	Avricourt	avricourt	32	60	603	49.6534	2.8607	5
60310	Cuy	cuy	32	60	603	49.5851	2.9037	5
60310	Thiescourt	thiescourt	32	60	603	49.5667	2.8833	5
60310	Beaulieu-les-Fontaines	beaulieu-les-fontaines	32	60	603	49.6602	2.9125	5
60310	Dives	dives	32	60	603	49.5887	2.8882	5
60310	Ognolles	ognolles	32	60	603	49.693	2.9151	5
60310	Écuvilly	ecuvilly	32	60	603	49.6505	2.9206	5
60311 CEDEX 2	Creil	creil	32	60	604	49.2567	2.4848	5
60312 CEDEX 2	Creil	creil	32	60	604	49.2567	2.4848	5
60313 CEDEX 1	Creil	creil	32	60	604	49.2567	2.4848	5
60314 CEDEX 1	Creil	creil	32	60	604	49.2567	2.4848	5
60315 CEDEX 5	Creil	creil	32	60	604	49.2567	2.4848	5
60316 CEDEX 1	Creil	creil	32	60	604	49.2567	2.4848	5
60317 CEDEX 1	Creil	creil	32	60	604	49.2567	2.4848	5
60318 CEDEX 2	Creil	creil	32	60	604	49.2567	2.4848	5
60319 CEDEX 2	Creil	creil	32	60	604	49.2567	2.4848	5
60320	Béthisy-Saint-Martin	bethisy-saint-martin	32	60	604	49.2948	2.8174	5
60320	Saint-Sauveur	saint-sauveur	32	60	603	49.3186	2.7832	5
60320	Béthisy-Saint-Pierre	bethisy-saint-pierre	32	60	604	49.3048	2.7964	5
60320	Néry	nery	32	60	604	49.2821	2.7774	5
60321 CEDEX	Compiègne	compiegne	32	60	603	49.4179	2.8261	5
60323 CEDEX	Compiègne	compiegne	32	60	603	49.4179	2.8261	5
60329 CEDEX	Compiègne	compiegne	32	60	603	49.4179	2.8261	5
60330	Le Plessis-Belleville	le-plessis-belleville	32	60	604	49.095	2.7561	5
60330	Ève	eve	32	60	604	49.088	2.7028	5
60330	Silly-le-Long	silly-le-long	32	60	604	49.1075	2.7923	5
60330	Lagny-le-Sec	lagny-le-sec	32	60	604	49.0874	2.745	5
60332 CEDEX	Liancourt	liancourt	32	60	602	49.3303	2.4659	5
60340	Saint-Leu-d’Esserent	saint-leu-d-esserent	32	60	604	49.2167	2.4167	5
60340	Villers-sous-Saint-Leu	villers-sous-saint-leu	32	60	604	49.2124	2.3948	5
60350	Chelles	chelles	32	60	603	49.3547	3.0334	5
60350	Couloisy	couloisy	32	60	603	49.3996	3.0272	5
60350	Attichy	attichy	32	60	603	49.4112	3.0495	5
60350	Pierrefonds	pierrefonds	32	60	603	49.3488	2.9779	5
60350	Saint-Étienne-Roilaye	saint-etienne-roilaye	32	60	603	49.3531	3.0188	5
60350	Jaulzy	jaulzy	32	60	603	49.3958	3.0645	5
60350	Hautefontaine	hautefontaine	32	60	603	49.3651	3.0637	5
60350	Moulin-sous-Touvent	moulin-sous-touvent	32	60	603	49.45	3.0667	5
60350	Cuise-la-Motte	cuise-la-motte	32	60	603	49.3864	3.0059	5
60350	Trosly-Breuil	trosly-breuil	32	60	603	49.4	2.9667	5
60350	Saint-Pierre-lès-Bitry	saint-pierre-les-bitry	32	60	603	49.4269	3.0864	5
60350	Autrêches	autreches	32	60	603	49.4445	3.1249	5
60350	Vieux-Moulin	vieux-moulin	32	60	603	49.3928	2.9326	5
60350	Croutoy	croutoy	32	60	603	49.3864	3.0423	5
60350	Berneuil-sur-Aisne	berneuil-sur-aisne	32	60	603	49.4151	3.0092	5
60350	Saint-Jean-aux-Bois	saint-jean-aux-bois	32	60	603	49.3473	2.9052	5
60350	Bitry	bitry	32	60	603	49.4129	3.0793	5
60350	Courtieux	courtieux	32	60	603	49.3866	3.089	5
60360	Crèvecœur-le-Grand	crevec-ur-le-grand	32	60	601	49.6	2.0833	5
60360	Le Saulchoy	le-saulchoy	32	60	601	49.6333	2.15	5
60360	Doméliers	domeliers	32	60	601	49.6327	2.1644	5
60360	Le Gallet	le-gallet	32	60	601	49.6259	2.1126	5
60360	Prévillers	previllers	32	60	601	49.6092	1.9958	5
60360	Fontaine-Bonneleau	fontaine-bonneleau	32	60	601	49.6618	2.1478	5
60360	Lihus	lihus	32	60	601	49.6054	2.0434	5
60360	Luchy	luchy	32	60	601	49.5549	2.1186	5
60360	Auchy-la-Montagne	auchy-la-montagne	32	60	601	49.5747	2.1185	5
60360	Choqueuse-les-Bénards	choqueuse-les-benards	32	60	601	49.6526	2.0813	5
60360	Rotangy	rotangy	32	60	601	49.5833	2.0833	5
60360	Conteville	conteville	32	60	601	49.6505	2.0489	5
60360	Hétomesnil	hetomesnil	32	60	601	49.6259	2.0333	5
60360	Viefvillers	viefvillers	32	60	601	49.6151	2.1278	5
60360	Catheux	catheux	32	60	601	49.6531	2.1177	5
60370	Berthecourt	berthecourt	32	60	601	49.351	2.2247	5
60370	Hermes	hermes	32	60	601	49.3603	2.2446	5
60370	Saint-Félix	saint-felix	32	60	602	49.358	2.2829	5
60380	Ernemont-Boutavent	ernemont-boutavent	32	60	601	49.5884	1.8074	5
60380	Bazancourt	bazancourt	32	60	601	49.5531	1.7347	5
60380	Grémévillers	gremevillers	32	60	601	49.5647	1.895	5
60380	Villers-Vermont	villers-vermont	32	60	601	49.5764	1.7428	5
60380	Hécourt	hecourt	32	60	601	49.5199	1.7592	5
60380	Sully	sully	32	60	601	49.5592	1.7801	5
60380	Héricourt-sur-Thérain	hericourt-sur-therain	32	60	601	49.5811	1.7596	5
60380	Fontenay-Torcy	fontenay-torcy	32	60	601	49.5694	1.7669	5
60380	Gerberoy	gerberoy	32	60	601	49.5345	1.8502	5
60380	Thérines	therines	32	60	601	49.6035	1.8932	5
60380	Buicourt	buicourt	32	60	601	49.5409	1.8207	5
60380	Saint-Deniscourt	saint-deniscourt	32	60	601	49.605	1.8693	5
60380	Wambez	wambez	32	60	601	49.5272	1.8517	5
60380	Songeons	songeons	32	60	601	49.5492	1.8536	5
60380	Lachapelle-sous-Gerberoy	lachapelle-sous-gerberoy	32	60	601	49.5349	1.8691	5
60380	Morvillers	morvillers	32	60	601	49.5813	1.8712	5
60380	Escames	escames	32	60	601	49.5537	1.7995	5
60380	Saint-Quentin-des-Prés	saint-quentin-des-pres	32	60	601	49.5214	1.7531	5
60380	Loueuse	loueuse	32	60	601	49.5969	1.8254	5
60390	Auneuil	auneuil	32	60	601	49.3703	1.9971	5
60390	Troussures	troussures	32	60	601	49.3881	1.9707	5
60390	Porcheux	porcheux	32	60	601	49.3318	1.9242	5
60390	Auteuil	auteuil	32	60	601	49.3422	2.0873	5
60390	La Neuville-Garnier	la-neuville-garnier	32	60	601	49.333	2.0398	5
60390	Berneuil-en-Bray	berneuil-en-bray	32	60	601	49.35	2.0667	5
60390	La Houssoye	la-houssoye	32	60	601	49.3549	1.9426	5
60390	Villotran	villotran	32	60	601	49.3435	2.0194	5
60390	Beaumont-les-Nonains	beaumont-les-nonains	32	60	601	49.3281	2.008	5
60390	Le Vauroux	le-vauroux	32	60	601	49.3793	1.9243	5
60400	Caisnes	caisnes	32	60	603	49.5217	3.0734	5
60400	Mondescourt	mondescourt	32	60	603	49.5982	3.1129	5
60400	Nampcel	nampcel	32	60	603	49.4854	3.0985	5
60400	Béhéricourt	behericourt	32	60	603	49.5962	3.0636	5
60400	Baboeuf	baboeuf	32	60	603	49.588	3.0851	5
60400	Larbroye	larbroye	32	60	603	49.5731	2.9646	5
60400	Appilly	appilly	32	60	603	49.5833	3.1167	5
60400	Porquéricourt	porquericourt	32	60	603	49.5948	2.9584	5
60400	Morlincourt	morlincourt	32	60	603	49.5698	3.0363	5
60400	Genvry	genvry	32	60	603	49.6118	2.9912	5
60400	Crisolles	crisolles	32	60	603	49.6225	3.0145	5
60400	Beaurains-lès-Noyon	beaurains-les-noyon	32	60	603	49.6113	2.9711	5
60400	Ville	ville	32	60	603	49.5529	2.9393	5
60400	Grandrû	grandru	32	60	603	49.606	3.0879	5
60400	Passel	passel	32	60	603	49.5569	2.9627	5
60400	Sempigny	sempigny	32	60	603	49.5588	2.9947	5
60400	Salency	salency	32	60	603	49.5883	3.048	5
60400	Pont-l’Évêque	pont-l-eveque	32	60	603	49.5639	2.9888	5
60400	Sermaize	sermaize	32	60	603	49.6154	2.9595	5
60400	Vauchelles	vauchelles	32	60	603	49.5869	2.9646	5
60400	Brétigny	bretigny	32	60	603	49.5676	3.1114	5
60400	Pontoise-lès-Noyon	pontoise-les-noyon	32	60	603	49.5542	3.0464	5
60400	Bussy	bussy	32	60	603	49.6253	2.9823	5
60400	Suzoy	suzoy	32	60	603	49.5822	2.9461	5
60400	Varesnes	varesnes	32	60	603	49.5636	3.0593	5
60400	Noyon	noyon	32	60	603	49.5833	3	5
60400	Cuts	cuts	32	60	603	49.5316	3.0985	5
60401 CEDEX	Noyon	noyon	32	60	603	49.5833	3	5
60402 CEDEX	Noyon	noyon	32	60	603	49.5833	3	5
60403 CEDEX	Noyon	noyon	32	60	603	49.5833	3	5
60406 CEDEX	Noyon	noyon	32	60	603	49.5833	3	5
60409 CEDEX	Noyon	noyon	32	60	603	49.5833	3	5
60410	Roberval	roberval	32	60	604	49.2907	2.6885	5
60410	Rhuis	rhuis	32	60	604	49.307	2.6967	5
60410	Villeneuve-sur-Verberie	villeneuve-sur-verberie	32	60	604	49.2747	2.6899	5
60410	Saintines	saintines	32	60	604	49.308	2.7648	5
60410	Verberie	verberie	32	60	604	49.3111	2.7321	5
60410	Saint-Vaast-de-Longmont	saint-vaast-de-longmont	32	60	604	49.3032	2.7372	5
60420	Courcelles-Epayelles	courcelles-epayelles	32	60	602	49.5667	2.6167	5
60420	Royaucourt	royaucourt	32	60	602	49.6098	2.529	5
60420	Léglantiers	leglantiers	32	60	602	49.496	2.5345	5
60420	Ménévillers	menevillers	32	60	602	49.5218	2.605	5
60420	Saint-Martin-aux-Bois	saint-martin-aux-bois	32	60	602	49.5207	2.5706	5
60420	Wacquemoulin	wacquemoulin	32	60	602	49.503	2.6163	5
60420	Le Ployron	le-ployron	32	60	602	49.5854	2.5833	5
60420	Le Frestoy-Vaux	le-frestoy-vaux	32	60	602	49.5969	2.5994	5
60420	Sains-Morainvillers	sains-morainvillers	32	60	602	49.5737	2.4711	5
60420	Godenvillers	godenvillers	32	60	602	49.5886	2.5522	5
60420	Maignelay-Montigny	maignelay-montigny	32	60	602	49.55	2.5167	5
60420	Méry-la-Bataille	mery-la-bataille	32	60	602	49.5462	2.6288	5
60420	Domfront	domfront	32	60	602	49.6038	2.5529	5
60420	Montgérain	montgerain	32	60	602	49.5369	2.5754	5
60420	Coivrel	coivrel	32	60	602	49.5536	2.5552	5
60420	Tricot	tricot	32	60	602	49.5608	2.5879	5
60420	Crèvecœur-le-Petit	crevec-ur-le-petit	32	60	602	49.5833	2.5	5
60420	Ferrières	ferrieres	32	60	602	49.5896	2.5176	5
60420	Dompierre	dompierre	32	60	602	49.5941	2.5361	5
60420	Welles-Pérennes	welles-perennes	32	60	602	49.6072	2.4831	5
60430	Noailles	noailles	32	60	601	49.3287	2.2002	5
60430	Le Coudray-sur-Thelle	le-coudray-sur-thelle	32	60	601	49.3055	2.1245	5
60430	Saint-Sulpice	saint-sulpice	32	60	601	49.3505	2.1231	5
60430	Warluis	warluis	32	60	601	49.3887	2.1422	5
60430	Silly-Tillard	silly-tillard	32	60	601	49.3252	2.1584	5
60430	Ponchon	ponchon	32	60	601	49.3465	2.1968	5
60430	Abbecourt	abbecourt	32	60	601	49.3588	2.1565	5
60430	Hodenc-l'Evêque	hodenc-l-eveque	32	60	601	49.3392	2.1489	5
60431 CEDEX	Noailles	noailles	32	60	601	49.3287	2.2002	5
60432 CEDEX	Noailles	noailles	32	60	601	49.3287	2.2002	5
60433 CEDEX	Noailles	noailles	32	60	601	49.3287	2.2002	5
60434 CEDEX	Noailles	noailles	32	60	601	49.3287	2.2002	5
60435 CEDEX	Noailles	noailles	32	60	601	49.3287	2.2002	5
60436 CEDEX	Noailles	noailles	32	60	601	49.3287	2.2002	5
60437 CEDEX	Noailles	noailles	32	60	601	49.3287	2.2002	5
60440	Chèvreville	chevreville	32	60	604	49.1099	2.8495	5
60440	Ognes	ognes	32	60	604	49.0996	2.8278	5
60440	Nanteuil-le-Haudouin	nanteuil-le-haudouin	32	60	604	49.1408	2.8114	5
60440	Brégy	bregy	32	60	604	49.0822	2.8654	5
60440	Péroy-les-Gombries	peroy-les-gombries	32	60	604	49.1625	2.8456	5
60440	Versigny	versigny	32	60	604	49.1603	2.7628	5
60440	Rosières	rosieres	32	60	604	49.1883	2.7794	5
60440	Boissy-Fresnoy	boissy-fresnoy	32	60	604	49.1644	2.8702	5
60451 CEDEX	Senlis	senlis	32	60	604	49.2	2.5833	5
60460	Précy-sur-Oise	precy-sur-oise	32	60	604	49.2078	2.3727	5
60460	Blaincourt-lès-Précy	blaincourt-les-precy	32	60	604	49.2333	2.35	5
60476 CEDEX	Compiègne	compiegne	32	60	603	49.4179	2.8261	5
60477 CEDEX	Compiègne	compiegne	32	60	603	49.4179	2.8261	5
60480	Thieux	thieux	32	60	602	49.5427	2.3136	5
60480	Muidorge	muidorge	32	60	601	49.5314	2.1378	5
60480	Puits-la-Vallée	puits-la-vallee	32	60	602	49.5824	2.1932	5
60480	Maulers	maulers	32	60	601	49.5486	2.1653	5
60480	Maisoncelle-Tuilerie	maisoncelle-tuilerie	32	60	602	49.5904	2.2218	5
60480	Montreuil-sur-Brêche	montreuil-sur-breche	32	60	602	49.5083	2.2745	5
60480	Campremy	campremy	32	60	602	49.5706	2.3108	5
60480	La Neuville-Saint-Pierre	la-neuville-saint-pierre	32	60	602	49.5283	2.204	5
60480	Lachaussée-du-Bois-d'Écu	lachaussee-du-bois-d-ecu	32	60	601	49.5667	2.1667	5
60480	Abbeville-Saint-Lucien	abbeville-saint-lucien	32	60	602	49.5164	2.1691	5
60480	Francastel	francastel	32	60	601	49.5898	2.1499	5
60480	Froissy	froissy	32	60	602	49.5677	2.2223	5
60480	Noirémont	noiremont	32	60	602	49.551	2.2112	5
60480	Saint-André-Farivillers	saint-andre-farivillers	32	60	602	49.587	2.2914	5
60480	Le Quesnel-Aubry	le-quesnel-aubry	32	60	602	49.5091	2.3096	5
60480	Bucamps	bucamps	32	60	602	49.5245	2.3198	5
60480	Noyers-Saint-Martin	noyers-saint-martin	32	60	602	49.5534	2.2618	5
60480	Sainte-Eusoye	sainte-eusoye	32	60	602	49.5785	2.2451	5
60480	Fontaine-Saint-Lucien	fontaine-saint-lucien	32	60	601	49.5017	2.149	5
60480	Guignecourt	guignecourt	32	60	601	49.4818	2.128	5
60480	Oursel-Maison	oursel-maison	32	60	602	49.5965	2.1813	5
60480	Reuil-sur-Brêche	reuil-sur-breche	32	60	602	49.5206	2.2217	5
60490	Margny-sur-Matz	margny-sur-matz	32	60	603	49.5216	2.778	5
60490	Conchy-les-Pots	conchy-les-pots	32	60	603	49.6025	2.7246	5
60490	Vandélicourt	vandelicourt	32	60	603	49.5121	2.7925	5
60490	Marest-sur-Matz	marest-sur-matz	32	60	603	49.5087	2.825	5
60490	La Neuville-sur-Ressons	la-neuville-sur-ressons	32	60	603	49.55	2.75	5
60490	Orvillers-Sorel	orvillers-sorel	32	60	603	49.5781	2.7085	5
60490	Mareuil-la-Motte	mareuil-la-motte	32	60	603	49.5449	2.7897	5
60490	Lataule	lataule	32	60	603	49.54	2.6803	5
60490	Mortemer	mortemer	32	60	603	49.5702	2.6773	5
60490	Belloy	belloy	32	60	603	49.5358	2.6548	5
60490	Boulogne-la-Grasse	boulogne-la-grasse	32	60	603	49.6118	2.7052	5
60490	Cuvilly	cuvilly	32	60	603	49.5541	2.6947	5
60490	Ressons-sur-Matz	ressons-sur-matz	32	60	603	49.5386	2.7442	5
60490	Marquéglise	marqueglise	32	60	603	49.5168	2.7635	5
60490	Biermont	biermont	32	60	603	49.5833	2.7333	5
60490	Ricquebourg	ricquebourg	32	60	603	49.5599	2.7562	5
60490	Hainvillers	hainvillers	32	60	603	49.5927	2.6846	5
60500	Vineuil-Saint-Firmin	vineuil-saint-firmin	32	60	604	49.2002	2.4957	5
60500	Chantilly	chantilly	32	60	604	49.1946	2.4712	5
60501 CEDEX	Chantilly	chantilly	32	60	604	49.1946	2.4712	5
60503 CEDEX	Chantilly	chantilly	32	60	604	49.1946	2.4712	5
60504 CEDEX	Chantilly	chantilly	32	60	604	49.1946	2.4712	5
60506 CEDEX	Chantilly	chantilly	32	60	604	49.1946	2.4712	5
60508 CEDEX	Chantilly	chantilly	32	60	604	49.1946	2.4712	5
60509 CEDEX	Chantilly	chantilly	32	60	604	49.1946	2.4712	5
60510	Bonlier	bonlier	32	60	601	49.4706	2.1501	5
60510	Rochy-Condé	rochy-conde	32	60	601	49.4013	2.1848	5
60510	Le Fay-Saint-Quentin	le-fay-saint-quentin	32	60	601	49.4509	2.2519	5
60510	La Neuville-en-Hez	la-neuville-en-hez	32	60	602	49.4035	2.3258	5
60510	Therdonne	therdonne	32	60	601	49.4185	2.1584	5
60510	Lafraye	lafraye	32	60	601	49.4952	2.2124	5
60510	Litz	litz	32	60	602	49.4171	2.3312	5
60510	Oroër	oroer	32	60	601	49.496	2.1625	5
60510	Rémérangles	remerangles	32	60	602	49.4466	2.2855	5
60510	Haudivillers	haudivillers	32	60	601	49.4878	2.2435	5
60510	Fouquerolles	fouquerolles	32	60	601	49.4568	2.2152	5
60510	Essuiles	essuiles	32	60	602	49.4833	2.3	5
60510	La Rue-Saint-Pierre	la-rue-saint-pierre	32	60	602	49.4098	2.2956	5
60510	Bresles	bresles	32	60	601	49.4104	2.2502	5
60510	Laversines	laversines	32	60	601	49.4248	2.1976	5
60510	Nivillers	nivillers	32	60	601	49.457	2.1669	5
60510	Velennes	velennes	32	60	601	49.4734	2.1832	5
60520	Pontarmé	pontarme	32	60	604	49.1534	2.5502	5
60520	La Chapelle-en-Serval	la-chapelle-en-serval	32	60	604	49.1284	2.5341	5
60520	Thiers-sur-Thève	thiers-sur-theve	32	60	604	49.1525	2.5705	5
60530	Morangles	morangles	32	60	604	49.1963	2.2958	5
60530	Fresnoy-en-Thelle	fresnoy-en-thelle	32	60	604	49.2004	2.2695	5
60530	Neuilly-en-Thelle	neuilly-en-thelle	32	60	604	49.2245	2.2853	5
60530	Ercuis	ercuis	32	60	604	49.2347	2.3041	5
60530	Crouy-en-Thelle	crouy-en-thelle	32	60	604	49.2149	2.3215	5
60530	Le Mesnil-en-Thelle	le-mesnil-en-thelle	32	60	604	49.1783	2.2857	5
60530	Dieudonne	dieudonne	32	60	604	49.2299	2.2464	5
60540	Fosseuse	fosseuse	32	60	601	49.2128	2.1874	5
60540	Anserville	anserville	32	60	601	49.2259	2.2086	5
60540	Puiseux-le-Hauberger	puiseux-le-hauberger	32	60	604	49.2168	2.2367	5
60540	Bornel	bornel	32	60	601	49.1982	2.2091	5
60540	Belle-Église	belle-eglise	32	60	604	49.1925	2.2189	5
60541 CEDEX	Méru	meru	32	60	601	49.2333	2.1333	5
60542 CEDEX	Méru	meru	32	60	601	49.2333	2.1333	5
60543 CEDEX	Méru	meru	32	60	601	49.2333	2.1333	5
60544 CEDEX	Méru	meru	32	60	601	49.2333	2.1333	5
60550	Verneuil-en-Halatte	verneuil-en-halatte	32	60	604	49.2791	2.5241	5
60551 CEDEX	Chantilly	chantilly	32	60	604	49.1946	2.4712	5
60552 CEDEX	Chantilly	chantilly	32	60	604	49.1946	2.4712	5
60560	Orry-la-Ville	orry-la-ville	32	60	604	49.1335	2.5114	5
60570	Andeville	andeville	32	60	601	49.2608	2.1643	5
60570	Laboissière-en-Thelle	laboissiere-en-thelle	32	60	601	49.2933	2.1615	5
60570	Mortefontaine-en-Thelle	mortefontaine-en-thelle	32	60	601	49.264	2.1878	5
60580	Coye-la-Forêt	coye-la-foret	32	60	604	49.1423	2.4704	5
60590	Labosse	labosse	32	60	601	49.3462	1.8994	5
60590	Trie-Château	trie-chateau	32	60	601	49.2854	1.8213	5
60590	Talmontiers	talmontiers	32	60	601	49.3848	1.7427	5
60590	Villers-sur-Trie	villers-sur-trie	32	60	601	49.3	1.8333	5
60590	Lalande-en-Son	lalande-en-son	32	60	601	49.3917	1.7832	5
60590	Sérifontaine	serifontaine	32	60	601	49.3544	1.7687	5
60590	Boutencourt	boutencourt	32	60	601	49.3196	1.858	5
60590	Énencourt-Léage	enencourt-leage	32	60	601	49.3038	1.8459	5
60590	Flavacourt	flavacourt	32	60	601	49.335	1.8204	5
60590	Éragny-sur-Epte	eragny-sur-epte	32	60	601	49.3151	1.7752	5
60590	Le Vaumain	le-vaumain	32	60	601	49.3374	1.8679	5
60590	Trie-la-Ville	trie-la-ville	32	60	601	49.2902	1.8332	5
60600	Saint-Aubin-sous-Erquery	saint-aubin-sous-erquery	32	60	602	49.407	2.4847	5
60600	Étouy	etouy	32	60	602	49.4186	2.3634	5
60600	Lamécourt	lamecourt	32	60	602	49.4301	2.4659	5
60600	Erquery	erquery	32	60	602	49.4086	2.4573	5
60600	Airion	airion	32	60	602	49.4253	2.4171	5
60600	Rémécourt	remecourt	32	60	602	49.4289	2.4935	5
60600	Fitz-James	fitz-james	32	60	602	49.3911	2.4307	5
60600	Agnetz	agnetz	32	60	602	49.3812	2.3862	5
60600	Maimbeville	maimbeville	32	60	602	49.4161	2.5213	5
60600	Clermont	clermont	32	60	602	49.3833	2.4	5
60600	Breuil-le-Vert	breuil-le-vert	32	60	602	49.3618	2.4363	5
60602 CEDEX	Clermont	clermont	32	60	602	49.3833	2.4	5
60603 CEDEX	Clermont	clermont	32	60	602	49.3833	2.4	5
60607 CEDEX	Clermont	clermont	32	60	602	49.3833	2.4	5
60608 CEDEX	Clermont	clermont	32	60	602	49.3833	2.4	5
60609 CEDEX	Clermont	clermont	32	60	602	49.3833	2.4	5
60610	Lacroix-Saint-Ouen	lacroix-saint-ouen	32	60	603	49.3569	2.788	5
60611 CEDEX	Lacroix-Saint-Ouen	lacroix-saint-ouen	32	60	603	49.3569	2.788	5
60612 CEDEX	Lacroix-Saint-Ouen	lacroix-saint-ouen	32	60	603	49.3569	2.788	5
60617 CEDEX	Lacroix-Saint-Ouen	lacroix-saint-ouen	32	60	603	49.3569	2.788	5
60618 CEDEX	Lacroix-Saint-Ouen	lacroix-saint-ouen	32	60	603	49.3569	2.788	5
60619 CEDEX	Lacroix-Saint-Ouen	lacroix-saint-ouen	32	60	603	49.3569	2.788	5
60620	Étavigny	etavigny	32	60	604	49.1201	2.98	5
60620	Bargny	bargny	32	60	604	49.1779	2.9563	5
60620	Rouvres-en-Multien	rouvres-en-multien	32	60	604	49.1167	3.0333	5
60620	Bouillancy	bouillancy	32	60	604	49.1149	2.9308	5
60620	Rosoy-en-Multien	rosoy-en-multien	32	60	604	49.0956	2.9957	5
60620	Ormoy-le-Davien	ormoy-le-davien	32	60	604	49.1954	2.9594	5
60620	Villers-Saint-Genest	villers-saint-genest	32	60	604	49.142	2.907	5
60620	Acy-en-Multien	acy-en-multien	32	60	604	49.1042	2.9554	5
60620	Betz	betz	32	60	604	49.1556	2.9558	5
60620	Antilly	antilly	32	60	604	49.1527	2.9838	5
60620	Réez-Fosse-Martin	reez-fosse-martin	32	60	604	49.107	2.933	5
60620	Boullarre	boullarre	32	60	604	49.1305	3.0047	5
60620	Cuvergnon	cuvergnon	32	60	604	49.1743	2.9894	5
60631 CEDEX	Chantilly	chantilly	32	60	604	49.1946	2.4712	5
60632 CEDEX	Chantilly	chantilly	32	60	604	49.1946	2.4712	5
60633 CEDEX	Chantilly	chantilly	32	60	604	49.1946	2.4712	5
60634 CEDEX	Chantilly	chantilly	32	60	604	49.1946	2.4712	5
60635 CEDEX	Chantilly	chantilly	32	60	604	49.1946	2.4712	5
60637 CEDEX	Chantilly	chantilly	32	60	604	49.1946	2.4712	5
60638 CEDEX	Chantilly	chantilly	32	60	604	49.1946	2.4712	5
60639 CEDEX	Chantilly	chantilly	32	60	604	49.1946	2.4712	5
60640	Catigny	catigny	32	60	603	49.6368	2.9361	5
60640	Frétoy-le-Château	fretoy-le-chateau	32	60	603	49.661	2.9804	5
60640	Beaugies-sous-Bois	beaugies-sous-bois	32	60	603	49.6376	3.1032	5
60640	Golancourt	golancourt	32	60	603	49.7075	3.0645	5
60640	Le Plessis-Patte-d’Oie	le-plessis-patte-d-oie	32	60	603	49.6814	3.0701	5
60640	Villeselve	villeselve	32	60	603	49.6894	3.1102	5
60640	Campagne	campagne	32	60	603	49.6461	2.961	5
60640	Guiscard	guiscard	32	60	603	49.6566	3.0513	5
60640	Muirancourt	muirancourt	32	60	603	49.6443	3.0104	5
60640	Fréniches	freniches	32	60	603	49.6717	3.0037	5
60640	Libermont	libermont	32	60	603	49.694	2.9723	5
60640	Maucourt	maucourt	32	60	603	49.6358	3.0736	5
60640	Flavy-le-Meldeux	flavy-le-meldeux	32	60	603	49.6847	3.044	5
60640	Quesmy	quesmy	32	60	603	49.6339	3.0594	5
60640	Berlancourt	berlancourt	32	60	603	49.6719	3.0683	5
60643 CEDEX	Chantilly	chantilly	32	60	604	49.1946	2.4712	5
60646 CEDEX	Chantilly	chantilly	32	60	604	49.1946	2.4712	5
60647 CEDEX	Chantilly	chantilly	32	60	604	49.1946	2.4712	5
60648 CEDEX	Chantilly	chantilly	32	60	604	49.1946	2.4712	5
60649 CEDEX	Chantilly	chantilly	32	60	604	49.1946	2.4712	5
60650	Villers-sur-Auchy	villers-sur-auchy	32	60	601	49.4862	1.7954	5
60650	Senantes	senantes	32	60	601	49.4865	1.8356	5
60650	Villembray	villembray	32	60	601	49.4749	1.8689	5
60650	Le Mont-Saint-Adrien	le-mont-saint-adrien	32	60	601	49.4459	2.0047	5
60650	Espaubourg	espaubourg	32	60	601	49.4218	1.8662	5
60650	Hodenc-en-Bray	hodenc-en-bray	32	60	601	49.4669	1.8983	5
60650	Ons-en-Bray	ons-en-bray	32	60	601	49.4163	1.923	5
60650	Saint-Germain-la-Poterie	saint-germain-la-poterie	32	60	601	49.4453	1.9829	5
60650	Glatigny	glatigny	32	60	601	49.4965	1.8948	5
60650	Lachapelle-aux-Pots	lachapelle-aux-pots	32	60	601	49.4491	1.9023	5
60650	Saint-Aubin-en-Bray	saint-aubin-en-bray	32	60	601	49.4205	1.8778	5
60650	Hannaches	hannaches	32	60	601	49.4987	1.8077	5
60650	Blacourt	blacourt	32	60	601	49.4644	1.8607	5
60650	Villers-Saint-Barthélemy	villers-saint-barthelemy	32	60	601	49.3975	1.9493	5
60650	Hanvoile	hanvoile	32	60	601	49.5102	1.882	5
60650	Lhéraule	lheraule	32	60	601	49.4874	1.9303	5
60650	Saint-Paul	saint-paul	32	60	601	49.4296	2.0075	5
60650	Savignies	savignies	32	60	601	49.4651	1.9657	5
60660	Saint-Vaast-lès-Mello	saint-vaast-les-mello	32	60	604	49.2677	2.3911	5
60660	Maysel	maysel	32	60	604	49.2608	2.3748	5
60660	Rousseloy	rousseloy	32	60	602	49.2993	2.3941	5
60660	Cires-lès-Mello	cires-les-mello	32	60	604	49.2724	2.3584	5
60660	Cramoisy	cramoisy	32	60	604	49.2558	2.4018	5
60660	Mello	mello	32	60	604	49.2729	2.3645	5
60671 CEDEX	Le Plessis-Belleville	le-plessis-belleville	32	60	604	49.095	2.7561	5
60672 CEDEX	Le Plessis-Belleville	le-plessis-belleville	32	60	604	49.095	2.7561	5
60674 CEDEX	Le Plessis-Belleville	le-plessis-belleville	32	60	604	49.095	2.7561	5
60677 CEDEX	Clermont	clermont	32	60	602	49.3833	2.4	5
60680	Jonquières	jonquieres	32	60	603	49.3895	2.7321	5
60680	Canly	canly	32	60	603	49.3861	2.7082	5
60680	Grandfresnoy	grandfresnoy	32	60	603	49.3722	2.6522	5
60680	Le Fayel	le-fayel	32	60	603	49.3732	2.6977	5
60690	Fontaine-Lavaganne	fontaine-lavaganne	32	60	601	49.5978	1.9524	5
60690	Achy	achy	32	60	601	49.5567	1.9792	5
60690	Marseille-en-Beauvaisis	marseille-en-beauvaisis	32	60	601	49.5758	1.9549	5
60690	Rothois	rothois	32	60	601	49.5996	1.9941	5
60690	Roy-Boissy	roy-boissy	32	60	601	49.5827	1.9245	5
60690	Haute-Épine	haute-epine	32	60	601	49.5832	2.0114	5
60690	La Neuville-sur-Oudeuil	la-neuville-sur-oudeuil	32	60	601	49.5742	2.0084	5
60700	Saint-Martin-Longueau	saint-martin-longueau	32	60	602	49.3428	2.6028	5
60700	Sacy-le-Grand	sacy-le-grand	32	60	602	49.3548	2.5446	5
60700	Pont-Sainte-Maxence	pont-sainte-maxence	32	60	604	49.3017	2.6047	5
60700	Bazicourt	bazicourt	32	60	602	49.3432	2.6235	5
60700	Fleurines	fleurines	32	60	604	49.259	2.5838	5
60700	Les Ageux	les-ageux	32	60	602	49.3167	2.6	5
60700	Pontpoint	pontpoint	32	60	604	49.3	2.65	5
60700	Beaurepaire	beaurepaire	32	60	604	49.2976	2.565	5
60710	Chevrières	chevrieres	32	60	603	49.3464	2.6822	5
60710	Houdancourt	houdancourt	32	60	603	49.3441	2.6404	5
60711 CEDEX	Ribécourt-Dreslincourt	ribecourt-dreslincourt	32	60	603	49.5107	2.923	5
60721 CEDEX	Pont-Sainte-Maxence	pont-sainte-maxence	32	60	604	49.3017	2.6047	5
60722 CEDEX	Pont-Sainte-Maxence	pont-sainte-maxence	32	60	604	49.3017	2.6047	5
60723 CEDEX	Pont-Sainte-Maxence	pont-sainte-maxence	32	60	604	49.3017	2.6047	5
60729 CEDEX	Pont-Sainte-Maxence	pont-sainte-maxence	32	60	604	49.3017	2.6047	5
60730	Cauvigny	cauvigny	32	60	601	49.3018	2.2484	5
60730	Novillers	novillers	32	60	601	49.2667	2.2167	5
60730	Lachapelle-Saint-Pierre	lachapelle-saint-pierre	32	60	601	49.2694	2.2353	5
60730	Ully-Saint-Georges	ully-saint-georges	32	60	604	49.2791	2.2809	5
60730	Sainte-Geneviève	sainte-genevieve	32	60	601	49.2892	2.199	5
60731 CEDEX	Sainte-Geneviève	sainte-genevieve	32	60	601	49.2892	2.199	5
60732 CEDEX	Sainte-Geneviève	sainte-genevieve	32	60	601	49.2892	2.199	5
60734 CEDEX	Sainte-Geneviève	sainte-genevieve	32	60	601	49.2892	2.199	5
60740	Saint-Maximin	saint-maximin	32	60	604	49.2218	2.4536	5
60741 CEDEX	Saint-Maximin	saint-maximin	32	60	604	49.2218	2.4536	5
60742 CEDEX	Saint-Maximin	saint-maximin	32	60	604	49.2218	2.4536	5
60743 CEDEX	Saint-Maximin	saint-maximin	32	60	604	49.2218	2.4536	5
60744 CEDEX	Saint-Maximin	saint-maximin	32	60	604	49.2218	2.4536	5
60745 CEDEX	Saint-Maximin	saint-maximin	32	60	604	49.2218	2.4536	5
60749 CEDEX	Saint-Maximin	saint-maximin	32	60	604	49.2218	2.4536	5
60750	Choisy-au-Bac	choisy-au-bac	32	60	603	49.4378	2.8774	5
60751 CEDEX	Compiègne	compiegne	32	60	603	49.4179	2.8261	5
60761 CEDEX	Montataire	montataire	32	60	604	49.259	2.4378	5
60762 CEDEX	Montataire	montataire	32	60	604	49.259	2.4378	5
60765 CEDEX	Montataire	montataire	32	60	604	49.259	2.4378	5
60771 CEDEX	Ribécourt-Dreslincourt	ribecourt-dreslincourt	32	60	603	49.5107	2.923	5
60772 CEDEX	Ribécourt-Dreslincourt	ribecourt-dreslincourt	32	60	603	49.5107	2.923	5
60776 CEDEX	Thourotte	thourotte	32	60	603	49.4759	2.8821	5
60777 CEDEX	Thourotte	thourotte	32	60	603	49.4759	2.8821	5
60779 CEDEX	Thourotte	thourotte	32	60	603	49.4759	2.8821	5
60790	Saint-Crépin-Ibouvillers	saint-crepin-ibouvillers	32	60	601	49.2633	2.0725	5
60790	La Neuville-d’Aumont	la-neuville-d-aumont	32	60	601	49.311	2.1011	5
60790	Le Déluge	le-deluge	32	60	601	49.2966	2.1104	5
60790	Montherlant	montherlant	32	60	601	49.2782	2.049	5
60790	Valdampierre	valdampierre	32	60	601	49.304	2.0526	5
60790	Ressons-l’Abbaye	ressons-l-abbaye	32	60	601	49.3029	2.0888	5
60790	Pouilly	pouilly	32	60	601	49.2715	2.0299	5
60800	Lévignen	levignen	32	60	604	49.2	2.9167	5
60800	Rouville	rouville	32	60	604	49.2089	2.8723	5
60800	Rocquemont	rocquemont	32	60	604	49.2584	2.819	5
60800	Séry-Magneval	sery-magneval	32	60	604	49.2589	2.8543	5
60800	Crépy-en-Valois	crepy-en-valois	32	60	604	49.2336	2.8881	5
60800	Trumilly	trumilly	32	60	604	49.2428	2.8011	5
60800	Feigneux	feigneux	32	60	604	49.2587	2.9306	5
60800	Fresnoy-le-Luat	fresnoy-le-luat	32	60	604	49.2102	2.7684	5
60800	Duvy	duvy	32	60	604	49.2354	2.8577	5
60800	Auger-Saint-Vincent	auger-saint-vincent	32	60	604	49.2191	2.8096	5
60800	Ormoy-Villers	ormoy-villers	32	60	604	49.1963	2.8398	5
60801 CEDEX	Crépy-en-Valois	crepy-en-valois	32	60	604	49.2336	2.8881	5
60802 CEDEX	Crépy-en-Valois	crepy-en-valois	32	60	604	49.2336	2.8881	5
60803 CEDEX	Crépy-en-Valois	crepy-en-valois	32	60	604	49.2336	2.8881	5
60804 CEDEX	Crépy-en-Valois	crepy-en-valois	32	60	604	49.2336	2.8881	5
60805 CEDEX	Crépy-en-Valois	crepy-en-valois	32	60	604	49.2336	2.8881	5
60810	Montépilloy	montepilloy	32	60	604	49.2091	2.6976	5
60810	Ognon	ognon	32	60	604	49.236	2.6446	5
60810	Villers-Saint-Frambourg	villers-saint-frambourg	32	60	604	49.2549	2.6399	5
60810	Raray	raray	32	60	604	49.2597	2.7157	5
60810	Barbery	barbery	32	60	604	49.2223	2.6676	5
60810	Brasseuse	brasseuse	32	60	604	49.2566	2.6807	5
60810	Rully	rully	32	60	604	49.235	2.7276	5
60820	Boran-sur-Oise	boran-sur-oise	32	60	604	49.1671	2.358	5
60831 CEDEX 1	Creil	creil	32	60	604	49.2567	2.4848	5
60832 CEDEX 1	Creil	creil	32	60	604	49.2567	2.4848	5
60833 CEDEX 1	Creil	creil	32	60	604	49.2567	2.4848	5
60840	Catenoy	catenoy	32	60	602	49.3682	2.5105	5
60840	Breuil-le-Sec	breuil-le-sec	32	60	602	49.3714	2.4508	5
60840	Nointel	nointel	32	60	602	49.3745	2.4854	5
60850	Saint-Germer-de-Fly	saint-germer-de-fly	32	60	601	49.4428	1.7799	5
60850	Cuigy-en-Bray	cuigy-en-bray	32	60	601	49.4265	1.8266	5
60850	Lalandelle	lalandelle	32	60	601	49.4004	1.8761	5
60850	Le Coudray-Saint-Germer	le-coudray-saint-germer	32	60	601	49.412	1.8386	5
60850	Saint-Pierre-es-Champs	saint-pierre-es-champs	32	60	601	49.4316	1.7279	5
60850	Puiseux-en-Bray	puiseux-en-bray	32	60	601	49.414	1.7829	5
60860	Saint-Omer-en-Chaussée	saint-omer-en-chaussee	32	60	601	49.5314	2.0034	5
60860	Blicourt	blicourt	32	60	601	49.5567	2.0575	5
60860	Villers-sur-Bonnières	villers-sur-bonnieres	32	60	601	49.5382	1.9619	5
60860	Oudeuil	oudeuil	32	60	601	49.5475	2.0284	5
60860	Pisseleu	pisseleu	32	60	601	49.5333	2.0667	5
60870	Villers-Saint-Paul	villers-saint-paul	32	60	604	49.2888	2.4897	5
60870	Rieux	rieux	32	60	602	49.3	2.5167	5
60870	Brenouille	brenouille	32	60	602	49.3055	2.5444	5
60871 CEDEX	Rieux	rieux	32	60	602	49.3	2.5167	5
60872 CEDEX	Rieux	rieux	32	60	602	49.3	2.5167	5
60880	Armancourt	armancourt	32	60	603	49.3729	2.7658	5
60880	Le Meux	le-meux	32	60	603	49.3672	2.7437	5
60880	Jaux	jaux	32	60	603	49.3912	2.7781	5
60890	Mareuil-sur-Ourcq	mareuil-sur-ourcq	32	60	604	49.1375	3.0782	5
60890	Varinfroy	varinfroy	32	60	604	49.0997	3.0451	5
60890	Autheuil-en-Valois	autheuil-en-valois	32	60	604	49.1721	3.0611	5
60890	Neufchelles	neufchelles	32	60	604	49.116	3.0608	5
60890	La Villeneuve-sous-Thury	la-villeneuve-sous-thury	32	60	604	49.1565	3.0618	5
60890	Thury-en-Valois	thury-en-valois	32	60	604	49.157	3.0253	5
60890	Marolles	marolles	32	60	604	49.1703	3.1049	5
60902 CEDEX 9	Creil	creil	32	60	604	49.2567	2.4848	5
60903 CEDEX 9	Creil	creil	32	60	604	49.2567	2.4848	5
60908 CEDEX 9	Creil	creil	32	60	604	49.2567	2.4848	5
60909 CEDEX 9	Creil	creil	32	60	604	49.2567	2.4848	5
60911 CEDEX 9	Creil	creil	32	60	604	49.2567	2.4848	5
60912 CEDEX 9	Creil	creil	32	60	604	49.2567	2.4848	5
60921 CEDEX 9	Creil	creil	32	60	604	49.2567	2.4848	5
60922 CEDEX 9	Creil	creil	32	60	604	49.2567	2.4848	5
60923 CEDEX 9	Creil	creil	32	60	604	49.2567	2.4848	5
60924 CEDEX 9	Creil	creil	32	60	604	49.2567	2.4848	5
60930	Bailleul-sur-Thérain	bailleul-sur-therain	32	60	601	49.3853	2.2228	5
60931 CEDEX 9	Creil	creil	32	60	604	49.2567	2.4848	5
60932 CEDEX 9	Creil	creil	32	60	604	49.2567	2.4848	5
60940	Angicourt	angicourt	32	60	602	49.3118	2.5042	5
60940	Monceaux	monceaux	32	60	602	49.3185	2.5512	5
60940	Cinqueux	cinqueux	32	60	602	49.3174	2.53	5
60950	Ermenonville	ermenonville	32	60	604	49.1265	2.6977	5
60950	Ver-sur-Launette	ver-sur-launette	32	60	604	49.1049	2.6841	5
60950	Montagny-Sainte-Félicité	montagny-sainte-felicite	32	60	604	49.1302	2.738	5
60960	Feuquières	feuquieres	32	60	601	49.6468	1.8478	5
60981 CEDEX 9	Creil	creil	32	60	604	49.2567	2.4848	5
62000	Dainville	dainville	32	62	621	50.281	2.726	5
62000	Arras	arras	32	62	621	50.293	2.7819	5
62001 CEDEX	Arras	arras	32	62	621	50.293	2.7819	5
62002 CEDEX	Arras	arras	32	62	621	50.293	2.7819	5
62003 CEDEX	Arras	arras	32	62	621	50.293	2.7819	5
62004 CEDEX	Arras	arras	32	62	621	50.293	2.7819	5
62005 CEDEX	Arras	arras	32	62	621	50.293	2.7819	5
62007 CEDEX	Arras	arras	32	62	621	50.293	2.7819	5
62008 CEDEX	Arras	arras	32	62	621	50.293	2.7819	5
62009 CEDEX	Arras	arras	32	62	621	50.293	2.7819	5
62010 CEDEX	Arras	arras	32	62	621	50.293	2.7819	5
62011 CEDEX	Arras	arras	32	62	621	50.293	2.7819	5
62012 CEDEX	Arras	arras	32	62	621	50.293	2.7819	5
62013 CEDEX	Arras	arras	32	62	621	50.293	2.7819	5
62014 CEDEX	Arras	arras	32	62	621	50.293	2.7819	5
62015 CEDEX	Arras	arras	32	62	621	50.293	2.7819	5
62016 CEDEX	Arras	arras	32	62	621	50.293	2.7819	5
62017 CEDEX 9	Arras	arras	32	62	621	50.293	2.7819	5
62018 CEDEX 9	Arras	arras	32	62	621	50.293	2.7819	5
62019 CEDEX	Arras	arras	32	62	621	50.293	2.7819	5
62020 CEDEX 9	Arras	arras	32	62	621	50.293	2.7819	5
62021 CEDEX	Arras	arras	32	62	621	50.293	2.7819	5
62022 CEDEX	Arras	arras	32	62	621	50.293	2.7819	5
62023 CEDEX	Arras	arras	32	62	621	50.293	2.7819	5
62024 CEDEX	Arras	arras	32	62	621	50.293	2.7819	5
62025 CEDEX	Arras	arras	32	62	621	50.293	2.7819	5
62026 CEDEX	Arras	arras	32	62	621	50.293	2.7819	5
62027 CEDEX	Arras	arras	32	62	621	50.293	2.7819	5
62028 CEDEX	Arras	arras	32	62	621	50.293	2.7819	5
62029 CEDEX	Arras	arras	32	62	621	50.293	2.7819	5
62030 CEDEX	Arras	arras	32	62	621	50.293	2.7819	5
62031 CEDEX	Arras	arras	32	62	621	50.293	2.7819	5
62032 CEDEX	Arras	arras	32	62	621	50.293	2.7819	5
62033 CEDEX	Arras	arras	32	62	621	50.293	2.7819	5
62034 CEDEX	Arras	arras	32	62	621	50.293	2.7819	5
62036 CEDEX	Arras	arras	32	62	621	50.293	2.7819	5
62051 CEDEX	Saint-Laurent-Blangy	saint-laurent-blangy	32	62	621	50.2945	2.807	5
62052 CEDEX	Saint-Laurent-Blangy	saint-laurent-blangy	32	62	621	50.2945	2.807	5
62053 CEDEX	Saint-Laurent-Blangy	saint-laurent-blangy	32	62	621	50.2945	2.807	5
62054 CEDEX	Saint-Laurent-Blangy	saint-laurent-blangy	32	62	621	50.2945	2.807	5
62055 CEDEX	Saint-Laurent-Blangy	saint-laurent-blangy	32	62	621	50.2945	2.807	5
62059 CEDEX	Saint-Laurent-Blangy	saint-laurent-blangy	32	62	621	50.2945	2.807	5
62060 CEDEX 9	Arras	arras	32	62	621	50.293	2.7819	5
62061 CEDEX 9	Arras	arras	32	62	621	50.293	2.7819	5
62062 CEDEX 9	Arras	arras	32	62	621	50.293	2.7819	5
62063 CEDEX 9	Arras	arras	32	62	621	50.293	2.7819	5
62064 CEDEX 9	Arras	arras	32	62	621	50.293	2.7819	5
62065 CEDEX 9	Arras	arras	32	62	621	50.293	2.7819	5
62066 CEDEX 9	Arras	arras	32	62	621	50.293	2.7819	5
62067 CEDEX 9	Arras	arras	32	62	621	50.293	2.7819	5
62069 CEDEX 9	Arras	arras	32	62	621	50.293	2.7819	5
62070 CEDEX 9	Arras	arras	32	62	621	50.293	2.7819	5
62071 CEDEX 9	Arras	arras	32	62	621	50.293	2.7819	5
62072 CEDEX 9	Arras	arras	32	62	621	50.293	2.7819	5
62079 CEDEX 9	Arras	arras	32	62	621	50.293	2.7819	5
62080 CEDEX	Lestrem	lestrem	32	62	622	50.6199	2.6865	5
62081 CEDEX	Lestrem	lestrem	32	62	622	50.6199	2.6865	5
62089 CEDEX	Lestrem	lestrem	32	62	622	50.6199	2.6865	5
62090 CEDEX	Haisnes	haisnes	32	62	622	50.5078	2.7942	5
62091 CEDEX	Haisnes	haisnes	32	62	622	50.5078	2.7942	5
62092 CEDEX	Haisnes	haisnes	32	62	622	50.5078	2.7942	5
62100	Calais	calais	32	62	626	50.9519	1.8563	5
62101 CEDEX	Calais	calais	32	62	626	50.9519	1.8563	5
62102 CEDEX	Calais	calais	32	62	626	50.9519	1.8563	5
62103 CEDEX	Calais	calais	32	62	626	50.9519	1.8563	5
62104 CEDEX	Calais	calais	32	62	626	50.9519	1.8563	5
62105 CEDEX	Calais	calais	32	62	626	50.9519	1.8563	5
62106 CEDEX	Calais	calais	32	62	626	50.9519	1.8563	5
62107 CEDEX	Calais	calais	32	62	626	50.9519	1.8563	5
62108 CEDEX	Calais	calais	32	62	626	50.9519	1.8563	5
62109 CEDEX	Calais	calais	32	62	626	50.9519	1.8563	5
62110	Hénin-Beaumont	henin-beaumont	32	62	627	50.4136	2.9649	5
62111	Sailly-au-Bois	sailly-au-bois	32	62	621	50.1207	2.5957	5
62111	Bienvillers-au-Bois	bienvillers-au-bois	32	62	621	50.1719	2.6161	5
62111	Hannescamps	hannescamps	32	62	621	50.1667	2.639	5
62111	Souastre	souastre	32	62	621	50.1533	2.5664	5
62111	Monchy-au-Bois	monchy-au-bois	32	62	621	50.1805	2.6559	5
62111	Pommier	pommier	32	62	621	50.1842	2.5982	5
62111	Foncquevillers	foncquevillers	32	62	621	50.1472	2.6316	5
62111	Gommecourt	gommecourt	32	62	621	50.1333	2.65	5
62111	Hébuterne	hebuterne	32	62	621	50.127	2.6341	5
62112	Gouy-sous-Bellonne	gouy-sous-bellonne	32	62	621	50.3114	3.0566	5
62112	Corbehem	corbehem	32	62	621	50.3314	3.0499	5
62113	Labourse	labourse	32	62	622	50.4988	2.6812	5
62113	Verquigneul	verquigneul	32	62	622	50.5025	2.6663	5
62113	Sailly-Labourse	sailly-labourse	32	62	622	50.5012	2.6971	5
62114	Sains-en-Gohelle	sains-en-gohelle	32	62	627	50.4451	2.683	5
62116	Ablainzevelle	ablainzevelle	32	62	621	50.1527	2.7332	5
62116	Bucquoy	bucquoy	32	62	621	50.1397	2.7104	5
62116	Ayette	ayette	32	62	621	50.174	2.7346	5
62116	Puisieux	puisieux	32	62	621	50.1164	2.6944	5
62116	Adinfer	adinfer	32	62	621	50.1939	2.7087	5
62116	Douchy-lès-Ayette	douchy-les-ayette	32	62	621	50.1772	2.7194	5
62117	Brebières	brebieres	32	62	621	50.3333	3.0167	5
62118	Pelves	pelves	32	62	621	50.2905	2.9138	5
62118	Monchy-le-Preux	monchy-le-preux	32	62	621	50.2705	2.8932	5
62118	Rœux	r-ux	32	62	621	50.2953	2.9007	5
62118	Fampoux	fampoux	32	62	621	50.3017	2.8731	5
62118	Hamblain-les-Prés	hamblain-les-pres	32	62	621	50.2925	2.9613	5
62118	Plouvain	plouvain	32	62	621	50.3058	2.9249	5
62118	Biache-Saint-Vaast	biache-saint-vaast	32	62	621	50.3087	2.9478	5
62119	Dourges	dourges	32	62	627	50.4364	2.9859	5
62120	Rombly	rombly	32	62	622	50.599	2.3887	5
62120	Roquetoire	roquetoire	32	62	625	50.6703	2.3431	5
62120	Rebecques	rebecques	32	62	625	50.6456	2.3068	5
62120	Mametz	mametz	32	62	625	50.6349	2.3248	5
62120	Campagne-lès-Wardrecques	campagne-les-wardrecques	32	62	625	50.7191	2.3336	5
62120	Racquinghem	racquinghem	32	62	625	50.6924	2.3574	5
62120	Wittes	wittes	32	62	625	50.67	2.3914	5
62120	Mazinghem	mazinghem	32	62	622	50.6029	2.4053	5
62120	Blessy	blessy	32	62	622	50.6164	2.3318	5
62120	Witternesse	witternesse	32	62	622	50.6092	2.3606	5
62120	Linghem	linghem	32	62	622	50.5935	2.37	5
62120	Saint-Augustin	saint-augustin	32	62	625	50.6453	2.3064	5
62120	Saint-Hilaire-Cottes	saint-hilaire-cottes	32	62	622	50.5705	2.4128	5
62120	Wardrecques	wardrecques	32	62	625	50.7111	2.3448	5
62120	Quernes	quernes	32	62	622	50.6058	2.3679	5
62120	Aire-sur-la-Lys	aire-sur-la-lys	32	62	625	50.6387	2.3988	5
62120	Quiestède	quiestede	32	62	625	50.681	2.333	5
62120	Norrent-Fontes	norrent-fontes	32	62	622	50.5833	2.4	5
62120	Lambres	lambres	32	62	622	50.6177	2.3964	5
62120	Rely	rely	32	62	622	50.5728	2.3621	5
62121	Sapignies	sapignies	32	62	621	50.1337	2.8339	5
62121	Ervillers	ervillers	32	62	621	50.1612	2.8244	5
62121	Courcelles-le-Comte	courcelles-le-comte	32	62	621	50.1643	2.7779	5
62121	Moyenneville	moyenneville	32	62	621	50.1817	2.7806	5
62121	Béhagnies	behagnies	32	62	621	50.1418	2.834	5
62121	Achiet-le-Petit	achiet-le-petit	32	62	621	50.124	2.7527	5
62121	Hamelincourt	hamelincourt	32	62	621	50.1836	2.801	5
62121	Bihucourt	bihucourt	32	62	621	50.1235	2.798	5
62121	Gomiécourt	gomiecourt	32	62	621	50.1488	2.7989	5
62121	Achiet-le-Grand	achiet-le-grand	32	62	621	50.1307	2.7812	5
62122	Labeuvrière	labeuvriere	32	62	622	50.5192	2.5627	5
62122	Lapugnoy	lapugnoy	32	62	622	50.5163	2.5346	5
62123	Bailleulval	bailleulval	32	62	621	50.2215	2.6338	5
62123	Gouy-en-Artois	gouy-en-artois	32	62	621	50.2481	2.5945	5
62123	Montenescourt	montenescourt	32	62	621	50.2934	2.6239	5
62123	Noyellette	noyellette	32	62	621	50.3002	2.5954	5
62123	Wanquetin	wanquetin	32	62	621	50.2757	2.614	5
62123	Habarcq	habarcq	32	62	621	50.3051	2.6101	5
62123	Berles-au-Bois	berles-au-bois	32	62	621	50.1977	2.6282	5
62123	Basseux	basseux	32	62	621	50.2269	2.645	5
62123	Beaumetz-lès-Loges	beaumetz-les-loges	32	62	621	50.239	2.6582	5
62123	Bailleulmont	bailleulmont	32	62	621	50.2156	2.6143	5
62123	Berneville	berneville	32	62	621	50.2664	2.6713	5
62123	Simencourt	simencourt	32	62	621	50.258	2.6426	5
62123	Monchiet	monchiet	32	62	621	50.2404	2.629	5
62123	Warlus	warlus	32	62	621	50.2748	2.6687	5
62123	Gouves	gouves	32	62	621	50.2989	2.636	5
62124	Vélu	velu	32	62	621	50.107	2.973	5
62124	Ruyaulcourt	ruyaulcourt	32	62	621	50.0836	3.0123	5
62124	Neuville-Bourjonval	neuville-bourjonval	32	62	621	50.0688	3.0221	5
62124	Haplincourt	haplincourt	32	62	621	50.0896	2.9312	5
62124	Beaumetz-lès-Cambrai	beaumetz-les-cambrai	32	62	621	50.122	2.9841	5
62124	Morchies	morchies	32	62	621	50.1384	2.9546	5
62124	Bertincourt	bertincourt	32	62	621	50.0858	2.9814	5
62124	Léchelle	lechelle	32	62	621	50.0579	2.9753	5
62124	Beugny	beugny	32	62	621	50.121	2.9347	5
62124	Barastre	barastre	32	62	621	50.0764	2.9324	5
62124	Ytres	ytres	32	62	621	50.065	2.9926	5
62124	Bus	bus	32	62	621	50.064	2.9658	5
62124	Metz-en-Couture	metz-en-couture	32	62	621	50.0667	3.0643	5
62124	Lebucquière	lebucquiere	32	62	621	50.1124	2.9667	5
62126	Pernes-lès-Boulogne	pernes-les-boulogne	32	62	623	50.7513	1.7031	5
62126	Conteville-lès-Boulogne	conteville-les-boulogne	32	62	623	50.7443	1.7322	5
62126	Wimille	wimille	32	62	623	50.7642	1.6314	5
62126	Pittefaux	pittefaux	32	62	623	50.7568	1.6848	5
62127	Ligny-Saint-Flochel	ligny-saint-flochel	32	62	621	50.3593	2.4298	5
62127	Monchy-Breton	monchy-breton	32	62	621	50.4017	2.4458	5
62127	Penin	penin	32	62	621	50.3279	2.4834	5
62127	Villers-Sir-Simon	villers-sir-simon	32	62	621	50.3178	2.4916	5
62127	Bailleul-aux-Cornailles	bailleul-aux-cornailles	32	62	621	50.3717	2.444	5
62127	Ambrines	ambrines	32	62	621	50.3102	2.4679	5
62127	Gouy-en-Ternois	gouy-en-ternois	32	62	621	50.32	2.4114	5
62127	Averdoingt	averdoingt	32	62	621	50.3445	2.4419	5
62127	Marquay	marquay	32	62	621	50.3813	2.4217	5
62127	Ternas	ternas	32	62	621	50.3435	2.3969	5
62127	Tincques	tincques	32	62	621	50.359	2.4931	5
62127	Maizières	maizieres	32	62	621	50.3226	2.4467	5
62127	Magnicourt-en-Comte	magnicourt-en-comte	32	62	621	50.4	2.5	5
62127	Frévillers	frevillers	32	62	621	50.3978	2.5208	5
62127	Chelers	chelers	32	62	621	50.3752	2.4849	5
62128	Guémappe	guemappe	32	62	621	50.2543	2.8898	5
62128	Boyelles	boyelles	32	62	621	50.2023	2.8164	5
62128	Héninel	heninel	32	62	621	50.2381	2.8622	5
62128	Fontaine-lès-Croisilles	fontaine-les-croisilles	32	62	621	50.2189	2.9086	5
62128	Boiry-Becquerelle	boiry-becquerelle	32	62	621	50.2147	2.8137	5
62128	Bullecourt	bullecourt	32	62	621	50.1912	2.9281	5
62128	Croisilles	croisilles	32	62	621	50.1998	2.8793	5
62128	Écoust-Saint-Mein	ecoust-saint-mein	32	62	621	50.1801	2.9124	5
62128	Chérisy	cherisy	32	62	621	50.2331	2.9131	5
62128	Noreuil	noreuil	32	62	621	50.171	2.9345	5
62128	Wancourt	wancourt	32	62	621	50.2473	2.8694	5
62128	Saint-Léger	saint-leger	32	62	621	50.1852	2.8584	5
62128	Hénin-sur-Cojeul	henin-sur-cojeul	32	62	621	50.2243	2.8357	5
62128	Saint-Martin-sur-Cojeul	saint-martin-sur-cojeul	32	62	621	50.2322	2.8424	5
62129	Delettes	delettes	32	62	625	50.6178	2.2123	5
62129	Herbelles	herbelles	32	62	625	50.6567	2.223	5
62129	Saint-Augustin	saint-augustin	32	62	625	50.6453	2.3064	5
62129	Clarques	clarques	32	62	625	50.6453	2.2765	5
62129	Inghem	inghem	32	62	625	50.6671	2.2437	5
62129	Thérouanne	therouanne	32	62	625	50.637	2.2584	5
62129	Ecques	ecques	32	62	625	50.67	2.2863	5
62130	Framecourt	framecourt	32	62	621	50.3294	2.3059	5
62130	Foufflin-Ricametz	foufflin-ricametz	32	62	621	50.35	2.3833	5
62130	Monts-en-Ternois	monts-en-ternois	32	62	621	50.3213	2.3863	5
62130	Hernicourt	hernicourt	32	62	621	50.408	2.3057	5
62130	Maisnil	maisnil	32	62	621	50.3445	2.3651	5
62130	Croix-en-Ternois	croix-en-ternois	32	62	621	50.3833	2.2833	5
62130	Buneville	buneville	32	62	621	50.3247	2.3579	5
62130	Beauvois	beauvois	32	62	621	50.3749	2.232	5
62130	Héricourt	hericourt	32	62	621	50.3457	2.2549	5
62130	Brias	brias	32	62	621	50.4097	2.3799	5
62130	Wavrans-sur-Ternoise	wavrans-sur-ternoise	32	62	621	50.4132	2.3	5
62130	Croisette	croisette	32	62	621	50.3548	2.2604	5
62130	Bermicourt	bermicourt	32	62	621	50.4095	2.2306	5
62130	Saint-Michel-sur-Ternoise	saint-michel-sur-ternoise	32	62	621	50.377	2.3556	5
62130	Guinecourt	guinecourt	32	62	621	50.3488	2.2256	5
62130	Conteville-en-Ternois	conteville-en-ternois	32	62	621	50.4333	2.3167	5
62130	Saint-Pol-sur-Ternoise	saint-pol-sur-ternoise	32	62	621	50.3811	2.3341	5
62130	Troisvaux	troisvaux	32	62	621	50.4017	2.3431	5
62130	Pierremont	pierremont	32	62	621	50.3972	2.2635	5
62130	La Thieuloye	la-thieuloye	32	62	621	50.4137	2.4366	5
62130	Œuf-en-Ternois	uf-en-ternois	32	62	621	50.3588	2.2112	5
62130	Roëllecourt	roellecourt	32	62	621	50.3681	2.3868	5
62130	Humerœuille	humer-uille	32	62	621	50.4038	2.2128	5
62130	Herlin-le-Sec	herlin-le-sec	32	62	621	50.3553	2.3297	5
62130	Siracourt	siracourt	32	62	621	50.3727	2.2706	5
62130	Gauchin-Verloingt	gauchin-verloingt	32	62	621	50.3959	2.3119	5
62130	Ramecourt	ramecourt	32	62	621	50.3729	2.3152	5
62130	Huclier	huclier	32	62	621	50.4303	2.3555	5
62130	Hautecloque	hautecloque	32	62	621	50.3352	2.3045	5
62130	Ostreville	ostreville	32	62	621	50.3962	2.3952	5
62130	Neuville-au-Cornet	neuville-au-cornet	32	62	621	50.3358	2.3681	5
62130	Herlincourt	herlincourt	32	62	621	50.3456	2.3006	5
62130	Humières	humieres	32	62	621	50.3887	2.2082	5
62131	Vaudricourt	vaudricourt	32	62	622	50.5008	2.6251	5
62131	Drouvin-le-Marais	drouvin-le-marais	32	62	622	50.4833	2.6333	5
62131	Verquin	verquin	32	62	622	50.5024	2.6389	5
62132	Fiennes	fiennes	32	62	626	50.8274	1.8253	5
62132	Boursin	boursin	32	62	626	50.7765	1.8346	5
62132	Caffiers	caffiers	32	62	626	50.8399	1.8116	5
62132	Hardinghen	hardinghen	32	62	626	50.8041	1.8212	5
62132	Hermelinghen	hermelinghen	32	62	626	50.8014	1.8592	5
62134	Prédefin	predefin	32	62	621	50.5036	2.255	5
62134	Fontaine-lès-Boulans	fontaine-les-boulans	32	62	621	50.496	2.2752	5
62134	Monchy-Cayeux	monchy-cayeux	32	62	621	50.4389	2.2765	5
62134	Tilly-Capelle	tilly-capelle	32	62	621	50.4442	2.1985	5
62134	Fiefs	fiefs	32	62	621	50.5036	2.3226	5
62134	Lisbourg	lisbourg	32	62	621	50.507	2.2171	5
62134	Eps	eps	32	62	621	50.454	2.2954	5
62134	Heuchin	heuchin	32	62	621	50.4755	2.2696	5
62134	Teneur	teneur	32	62	621	50.4517	2.2191	5
62134	Équirre	equirre	32	62	621	50.4736	2.2351	5
62134	Bergueneuse	bergueneuse	32	62	621	50.4691	2.255	5
62134	Érin	erin	32	62	621	50.4401	2.2084	5
62134	Fleury	fleury	32	62	621	50.4229	2.2566	5
62134	Anvin	anvin	32	62	621	50.4464	2.2539	5
62134	Boyaval	boyaval	32	62	621	50.4744	2.3048	5
62136	Lestrem	lestrem	32	62	622	50.6199	2.6865	5
62136	La Couture	la-couture	32	62	622	50.5821	2.7071	5
62136	Vieille-Chapelle	vieille-chapelle	32	62	622	50.591	2.7007	5
62136	Richebourg	richebourg	32	62	622	50.5833	2.7333	5
62137	Coulogne	coulogne	32	62	626	50.9246	1.8814	5
62138	Auchy-les-Mines	auchy-les-mines	32	62	622	50.5135	2.7828	5
62138	Douvrin	douvrin	32	62	622	50.5092	2.8305	5
62138	Haisnes	haisnes	32	62	622	50.5078	2.7942	5
62138	Violaines	violaines	32	62	622	50.5416	2.7886	5
62138	Billy-Berclau	billy-berclau	32	62	622	50.5178	2.8661	5
62139 CEDEX	Haisnes	haisnes	32	62	622	50.5078	2.7942	5
62140	Huby-Saint-Leu	huby-saint-leu	32	62	624	50.382	2.0376	5
62140	Capelle-lès-Hesdin	capelle-les-hesdin	32	62	624	50.3333	2	5
62140	Raye-sur-Authie	raye-sur-authie	32	62	624	50.2975	1.9493	5
62140	Chériennes	cheriennes	32	62	624	50.3142	2.0357	5
62140	Regnauville	regnauville	32	62	624	50.3167	2.0167	5
62140	Le Quesnoy-en-Artois	le-quesnoy-en-artois	32	62	624	50.3331	2.0488	5
62140	Sainte-Austreberthe	sainte-austreberthe	32	62	624	50.3647	2.0449	5
62140	Cavron-Saint-Martin	cavron-saint-martin	32	62	624	50.4142	1.9953	5
62140	Guisy	guisy	32	62	624	50.3884	2.0027	5
62140	Brévillers	brevillers	32	62	624	50.3473	2.0171	5
62140	Marconnelle	marconnelle	32	62	624	50.3759	2.0111	5
62140	Wambercourt	wambercourt	32	62	624	50.4284	2.0235	5
62140	Caumont	caumont	32	62	624	50.2886	2.031	5
62140	Hesdin	hesdin	32	62	624	50.3735	2.0382	5
62140	Fressin	fressin	32	62	624	50.45	2.05	5
62140	Aubin-Saint-Vaast	aubin-saint-vaast	32	62	624	50.395	1.9729	5
62140	Mouriez	mouriez	32	62	624	50.339	1.9438	5
62140	Grigny	grigny	32	62	624	50.3854	2.0672	5
62140	Labroye	labroye	32	62	624	50.2784	1.9886	5
62140	La Loge	la-loge	32	62	624	50.4069	2.0329	5
62140	Vacqueriette-Erquières	vacqueriette-erquieres	32	62	624	50.3333	2.0833	5
62140	Tortefontaine	tortefontaine	32	62	624	50.3218	1.9201	5
62140	Bouin-Plumoison	bouin-plumoison	32	62	624	50.3833	1.9833	5
62140	Guigny	guigny	32	62	624	50.3302	1.9993	5
62140	Marconne	marconne	32	62	624	50.3714	2.0467	5
62141	Évin-Malmaison	evin-malmaison	32	62	627	50.4392	3.0314	5
62142	Bellebrune	bellebrune	32	62	623	50.7267	1.7753	5
62142	Henneveux	henneveux	32	62	623	50.7248	1.8502	5
62142	Nabringhen	nabringhen	32	62	623	50.7461	1.8645	5
62142	Le Wast	le-wast	32	62	623	50.7491	1.8013	5
62142	Belle-et-Houllefort	belle-et-houllefort	32	62	623	50.7443	1.7588	5
62142	Colembert	colembert	32	62	623	50.745	1.8441	5
62142	Alincthun	alincthun	32	62	623	50.731	1.8022	5
62142	Longueville	longueville	32	62	623	50.7333	1.8833	5
62143	Angres	angres	32	62	627	50.4057	2.7605	5
62144	Mont-Saint-Éloi	mont-saint-eloi	32	62	621	50.351	2.6925	5
62144	Acq	acq	32	62	621	50.3472	2.6574	5
62144	Carency	carency	32	62	627	50.3789	2.7044	5
62144	Haute-Avesnes	haute-avesnes	32	62	621	50.3333	2.6333	5
62144	Villers-au-Bois	villers-au-bois	32	62	627	50.3741	2.6716	5
62145	Enguinegatte	enguinegatte	32	62	625	50.6167	2.2667	5
62145	Estrée-Blanche	estree-blanche	32	62	622	50.5937	2.32	5
62145	Enquin-les-Mines	enquin-les-mines	32	62	625	50.5875	2.2828	5
62145	Liettres	liettres	32	62	622	50.5959	2.3423	5
62147	Havrincourt	havrincourt	32	62	621	50.1116	3.0864	5
62147	Graincourt-lès-Havrincourt	graincourt-les-havrincourt	32	62	621	50.1471	3.1089	5
62147	Trescault	trescault	32	62	621	50.0901	3.0914	5
62147	Hermies	hermies	32	62	621	50.1113	3.042	5
62149	Cuinchy	cuinchy	32	62	622	50.5175	2.7488	5
62149	Festubert	festubert	32	62	622	50.5425	2.7359	5
62149	Givenchy-lès-la-Bassée	givenchy-les-la-bassee	32	62	622	50.5333	2.7667	5
62149	Cambrin	cambrin	32	62	622	50.5097	2.7408	5
62149	Annequin	annequin	32	62	622	50.5052	2.7202	5
62150	Beugin	beugin	32	62	622	50.4429	2.5153	5
62150	Bajus	bajus	32	62	622	50.4207	2.4778	5
62150	Rebreuve-Ranchicourt	rebreuve-ranchicourt	32	62	622	50.4333	2.55	5
62150	Fresnicourt-le-Dolmen	fresnicourt-le-dolmen	32	62	622	50.4185	2.6003	5
62150	Caucourt	caucourt	32	62	622	50.4011	2.5719	5
62150	La Comté	la-comte	32	62	622	50.4256	2.4918	5
62150	Gauchin-Légal	gauchin-legal	32	62	622	50.417	2.5812	5
62150	Houdain	houdain	32	62	622	50.4504	2.5378	5
62150	Hermin	hermin	32	62	622	50.4182	2.5591	5
62151	Burbure	burbure	32	62	622	50.5366	2.469	5
62152	Nesles	nesles	32	62	623	50.6259	1.6564	5
62152	Neufchâtel-Hardelot	neufchatel-hardelot	32	62	623	50.6202	1.6422	5
62153	Ablain-Saint-Nazaire	ablain-saint-nazaire	32	62	627	50.3932	2.7088	5
62153	Souchez	souchez	32	62	627	50.3929	2.7398	5
62155	Merlimont	merlimont	32	62	624	50.4559	1.6131	5
62156	Étaing	etaing	32	62	621	50.2737	3	5
62156	Rémy	remy	32	62	621	50.2541	2.9552	5
62156	Vis-en-Artois	vis-en-artois	32	62	621	50.2478	2.9394	5
62156	Haucourt	haucourt	32	62	621	50.2478	2.9547	5
62156	Dury	dury	32	62	621	50.2469	3.0074	5
62156	Boiry-Notre-Dame	boiry-notre-dame	32	62	621	50.2728	2.9435	5
62156	Éterpigny	eterpigny	32	62	621	50.259	2.9796	5
62157	Allouagne	allouagne	32	62	622	50.5317	2.5119	5
62158	La Herlière	la-herliere	32	62	621	50.2098	2.5571	5
62158	Bavincourt	bavincourt	32	62	621	50.2257	2.5672	5
62158	Humbercamps	humbercamps	32	62	621	50.1861	2.5735	5
62158	Couturelle	couturelle	32	62	621	50.2086	2.5021	5
62158	Coullemont	coullemont	32	62	621	50.2158	2.476	5
62158	Saulty	saulty	32	62	621	50.2128	2.5307	5
62158	La Cauchie	la-cauchie	32	62	621	50.2015	2.5837	5
62159	Vaulx-Vraucourt	vaulx-vraucourt	32	62	621	50.1491	2.9083	5
62159	Mory	mory	32	62	621	50.1576	2.8537	5
62159	Lagnicourt-Marcel	lagnicourt-marcel	32	62	621	50.1587	2.9591	5
62160	Bully-les-Mines	bully-les-mines	32	62	627	50.4438	2.727	5
62160	Grenay	grenay	32	62	627	50.4496	2.7517	5
62160	Aix-Noulette	aix-noulette	32	62	627	50.4257	2.7055	5
62161	Agnez-lès-Duisans	agnez-les-duisans	32	62	621	50.3078	2.6579	5
62161	Duisans	duisans	32	62	621	50.3063	2.6865	5
62161	Marœuil	mar-uil	32	62	621	50.3252	2.705	5
62161	Étrun	etrun	32	62	621	50.3153	2.7026	5
62162	Saint-Omer-Capelle	saint-omer-capelle	32	62	626	50.9393	2.1023	5
62162	Vieille-Église	vieille-eglise	32	62	626	50.9282	2.0767	5
62164	Ambleteuse	ambleteuse	32	62	623	50.8073	1.6039	5
62164	Audresselles	audresselles	32	62	623	50.8248	1.5942	5
62165 CEDEX	Saint-Pol-sur-Ternoise	saint-pol-sur-ternoise	32	62	621	50.3811	2.3341	5
62166 CEDEX	Saint-Pol-sur-Ternoise	saint-pol-sur-ternoise	32	62	621	50.3811	2.3341	5
62169 CEDEX	Saint-Pol-sur-Ternoise	saint-pol-sur-ternoise	32	62	621	50.3811	2.3341	5
62170	Beutin	beutin	32	62	624	50.4911	1.7276	5
62170	Beaumerie-Saint-Martin	beaumerie-saint-martin	32	62	624	50.455	1.7995	5
62170	Neuville-sous-Montreuil	neuville-sous-montreuil	32	62	624	50.4747	1.7767	5
62170	Bréxent-Énocq	brexent-enocq	32	62	624	50.5103	1.731	5
62170	Montcavrel	montcavrel	32	62	624	50.515	1.8106	5
62170	Inxent	inxent	32	62	624	50.5356	1.7846	5
62170	Campigneulles-les-Petites	campigneulles-les-petites	32	62	624	50.4438	1.7348	5
62170	La Calotterie	la-calotterie	32	62	624	50.4755	1.7266	5
62170	Bernieulles	bernieulles	32	62	624	50.5546	1.7738	5
62170	Lépine	lepine	32	62	624	50.3771	1.7259	5
62170	La Madelaine-sous-Montreuil	la-madelaine-sous-montreuil	32	62	624	50.4681	1.7508	5
62170	Marant	marant	32	62	624	50.4653	1.8427	5
62170	Wailly-Beaucamp	wailly-beaucamp	32	62	624	50.4107	1.7262	5
62170	Aix-en-Issart	aix-en-issart	32	62	624	50.4762	1.8583	5
62170	Beussent	beussent	32	62	624	50.5468	1.7921	5
62170	Recques-sur-Course	recques-sur-course	32	62	624	50.5217	1.7849	5
62170	Sorrus	sorrus	32	62	624	50.4589	1.7205	5
62170	Saint-Aubin	saint-aubin	32	62	624	50.4565	1.6656	5
62170	Boisjean	boisjean	32	62	624	50.4	1.7833	5
62170	Écuires	ecuires	32	62	624	50.4487	1.763	5
62170	Estréelles	estreelles	32	62	624	50.5	1.7854	5
62170	Montreuil	montreuil	32	62	624	50.4667	1.7667	5
62170	Saint-Josse	saint-josse	32	62	624	50.468	1.6618	5
62170	Estrée	estree	32	62	624	50.4993	1.7917	5
62170	Marles-sur-Canche	marles-sur-canche	32	62	624	50.4587	1.8314	5
62170	Attin	attin	32	62	624	50.4871	1.7459	5
62170	Sempy	sempy	32	62	624	50.4931	1.8776	5
62170	Campigneulles-les-Grandes	campigneulles-les-grandes	32	62	624	50.4347	1.713	5
62170	Brimeux	brimeux	32	62	624	50.4435	1.8349	5
62172	Bouvigny-Boyeffles	bouvigny-boyeffles	32	62	627	50.4215	2.6721	5
62173	Blairville	blairville	32	62	621	50.2167	2.7167	5
62173	Rivière	riviere	32	62	621	50.2332	2.692	5
62173	Ficheux	ficheux	32	62	621	50.2265	2.7379	5
62173	Ransart	ransart	32	62	621	50.2083	2.6839	5
62175	Boiry-Saint-Martin	boiry-saint-martin	32	62	621	50.2009	2.7612	5
62175	Boisleux-Saint-Marc	boisleux-saint-marc	32	62	621	50.2125	2.7994	5
62175	Boisleux-au-Mont	boisleux-au-mont	32	62	621	50.2094	2.7825	5
62175	Boiry-Sainte-Rictrude	boiry-sainte-rictrude	32	62	621	50.2034	2.7547	5
62175	Hendecourt-lès-Ransart	hendecourt-les-ransart	32	62	621	50.2059	2.733	5
62176	Camiers	camiers	32	62	624	50.5715	1.6133	5
62179	Hervelinghen	hervelinghen	32	62	623	50.8813	1.7143	5
62179	Tardinghen	tardinghen	32	62	623	50.8665	1.6314	5
62179	Wissant	wissant	32	62	623	50.8853	1.6626	5
62179	Audinghen	audinghen	32	62	623	50.8518	1.6129	5
62179	Escalles	escalles	32	62	626	50.9173	1.7131	5
62180	Airon-Saint-Vaast	airon-saint-vaast	32	62	624	50.4321	1.6667	5
62180	Rang-du-Fliers	rang-du-fliers	32	62	624	50.4171	1.6443	5
62180	Verton	verton	32	62	624	50.4023	1.6477	5
62180	Conchil-le-Temple	conchil-le-temple	32	62	624	50.369	1.664	5
62180	Tigny-Noyelle	tigny-noyelle	32	62	624	50.3486	1.7001	5
62180	Nempont-Saint-Firmin	nempont-saint-firmin	32	62	624	50.3555	1.7332	5
62180	Airon-Notre-Dame	airon-notre-dame	32	62	624	50.436	1.6596	5
62180	Waben	waben	32	62	624	50.3792	1.6521	5
62180	Colline-Beaumont	colline-beaumont	32	62	624	50.3413	1.6871	5
62182	Riencourt-lès-Cagnicourt	riencourt-les-cagnicourt	32	62	621	50.1993	2.9602	5
62182	Cagnicourt	cagnicourt	32	62	621	50.2116	3.0012	5
62182	Hendecourt-lès-Cagnicourt	hendecourt-les-cagnicourt	32	62	621	50.2109	2.9515	5
62182	Villers-lès-Cagnicourt	villers-les-cagnicourt	32	62	621	50.2167	3.0167	5
62185	Saint-Tricat	saint-tricat	32	62	626	50.8933	1.8313	5
62185	Fréthun	frethun	32	62	626	50.9173	1.825	5
62185	Nielles-lès-Calais	nielles-les-calais	32	62	626	50.9077	1.8297	5
62187	Dannes	dannes	32	62	623	50.588	1.6138	5
62189 CEDEX	Lillers	lillers	32	62	622	50.5635	2.4804	5
62190	Auchy-au-Bois	auchy-au-bois	32	62	622	50.554	2.3717	5
62190	Bourecq	bourecq	32	62	622	50.5719	2.4323	5
62190	Lières	lieres	32	62	622	50.5541	2.4177	5
62190	Lespesses	lespesses	32	62	622	50.5626	2.4227	5
62190	Lillers	lillers	32	62	622	50.5635	2.4804	5
62190	Ham-en-Artois	ham-en-artois	32	62	622	50.5889	2.4583	5
62190	Ecquedecques	ecquedecques	32	62	622	50.5624	2.4519	5
62190	Ames	ames	32	62	622	50.5408	2.4151	5
62191 CEDEX	Lillers	lillers	32	62	622	50.5635	2.4804	5
62192 CEDEX	Lillers	lillers	32	62	622	50.5635	2.4804	5
62193 CEDEX	Lillers	lillers	32	62	622	50.5635	2.4804	5
62194 CEDEX	Lillers	lillers	32	62	622	50.5635	2.4804	5
62196	Hesdigneul-lès-Béthune	hesdigneul-les-bethune	32	62	622	50.5017	2.5895	5
62199	Gosnay	gosnay	32	62	622	50.5062	2.589	5
62200	Boulogne-sur-Mer	boulogne-sur-mer	32	62	623	50.7167	1.6167	5
62201 CEDEX	Boulogne-sur-Mer	boulogne-sur-mer	32	62	623	50.7167	1.6167	5
62202 CEDEX	Boulogne-sur-Mer	boulogne-sur-mer	32	62	623	50.7167	1.6167	5
62203 CEDEX	Boulogne-sur-Mer	boulogne-sur-mer	32	62	623	50.7167	1.6167	5
62204 CEDEX	Boulogne-sur-Mer	boulogne-sur-mer	32	62	623	50.7167	1.6167	5
62205 CEDEX	Boulogne-sur-Mer	boulogne-sur-mer	32	62	623	50.7167	1.6167	5
62206 CEDEX	Boulogne-sur-Mer	boulogne-sur-mer	32	62	623	50.7167	1.6167	5
62207 CEDEX	Boulogne-sur-Mer	boulogne-sur-mer	32	62	623	50.7167	1.6167	5
62209 CEDEX	Boulogne-sur-Mer	boulogne-sur-mer	32	62	623	50.7167	1.6167	5
62210	Avion	avion	32	62	627	50.4104	2.8305	5
62211 CEDEX	Carvin	carvin	32	62	627	50.4924	2.9582	5
62212 CEDEX	Carvin	carvin	32	62	627	50.4924	2.9582	5
62213 CEDEX	Carvin	carvin	32	62	627	50.4924	2.9582	5
62215	Oye-Plage	oye-plage	32	62	626	50.9771	2.0428	5
62217	Neuville-Vitasse	neuville-vitasse	32	62	621	50.2479	2.8205	5
62217	Achicourt	achicourt	32	62	621	50.2743	2.7578	5
62217	Tilloy-lès-Mofflaines	tilloy-les-mofflaines	32	62	621	50.2752	2.8146	5
62217	Agny	agny	32	62	621	50.2591	2.76	5
62217	Mercatel	mercatel	32	62	621	50.2355	2.7958	5
62217	Wailly	wailly	32	62	621	50.2461	2.72	5
62217	Beaurains	beaurains	32	62	621	50.266	2.7947	5
62218	Loison-sous-Lens	loison-sous-lens	32	62	627	50.438	2.8532	5
62219	Wisques	wisques	32	62	625	50.7232	2.1931	5
62219	Longuenesse	longuenesse	32	62	625	50.734	2.2352	5
62220	Carvin	carvin	32	62	627	50.4924	2.9582	5
62221	Noyelles-sous-Lens	noyelles-sous-lens	32	62	627	50.4308	2.8722	5
62222 CEDEX	Boulogne-sur-Mer	boulogne-sur-mer	32	62	623	50.7167	1.6167	5
62223	Anzin-Saint-Aubin	anzin-saint-aubin	32	62	621	50.3131	2.7473	5
62223	Feuchy	feuchy	32	62	621	50.2944	2.8433	5
62223	Écurie	ecurie	32	62	621	50.3307	2.7709	5
62223	Roclincourt	roclincourt	32	62	621	50.3262	2.7869	5
62223	Saint-Laurent-Blangy	saint-laurent-blangy	32	62	621	50.2945	2.807	5
62223	Saint-Nicolas	saint-nicolas	32	62	621	50.3041	2.7794	5
62223	Sainte-Catherine	sainte-catherine	32	62	621	50.3076	2.764	5
62223	Athies	athies	32	62	621	50.3017	2.8376	5
62224	Équihen-Plage	equihen-plage	32	62	623	50.6756	1.5723	5
62225 CEDEX	Calais	calais	32	62	626	50.9519	1.8563	5
62226 CEDEX	Calais	calais	32	62	626	50.9519	1.8563	5
62228 CEDEX	Calais	calais	32	62	626	50.9519	1.8563	5
62230	Outreau	outreau	32	62	623	50.7054	1.5897	5
62231	Peuplingues	peuplingues	32	62	626	50.9141	1.7651	5
62231	Sangatte	sangatte	32	62	626	50.9456	1.7532	5
62231	Coquelles	coquelles	32	62	626	50.9346	1.7988	5
62232	Hinges	hinges	32	62	622	50.5667	2.6216	5
62232	Annezin	annezin	32	62	622	50.5319	2.6178	5
62232	Vendin-lès-Béthune	vendin-les-bethune	32	62	622	50.5401	2.6004	5
62232	Fouquereuil	fouquereuil	32	62	622	50.5188	2.6002	5
62232	Fouquières-lès-Béthune	fouquieres-les-bethune	32	62	622	50.5153	2.61	5
62240	Desvres	desvres	32	62	623	50.6688	1.8348	5
62240	Bournonville	bournonville	32	62	623	50.7056	1.8505	5
62240	Senlecques	senlecques	32	62	623	50.6463	1.9363	5
62240	Wirwignes	wirwignes	32	62	623	50.6846	1.7611	5
62240	Saint-Martin-Choquel	saint-martin-choquel	32	62	623	50.678	1.8885	5
62240	Selles	selles	32	62	623	50.7002	1.896	5
62240	Courset	courset	32	62	623	50.6463	1.8422	5
62240	Longfossé	longfosse	32	62	623	50.6522	1.8069	5
62240	Lottinghen	lottinghen	32	62	623	50.6842	1.9322	5
62240	Bécourt	becourt	32	62	624	50.6375	1.9115	5
62240	Menneville	menneville	32	62	623	50.6786	1.8658	5
62240	Vieil-Moutier	vieil-moutier	32	62	623	50.6741	1.9112	5
62240	Brunembert	brunembert	32	62	623	50.7122	1.8935	5
62240	Crémarest	cremarest	32	62	623	50.6997	1.7849	5
62240	Quesques	quesques	32	62	623	50.7036	1.9333	5
62242 CEDEX	Noyelles-sous-Lens	noyelles-sous-lens	32	62	627	50.4308	2.8722	5
62245 CEDEX	Noyelles-sous-Lens	noyelles-sous-lens	32	62	627	50.4308	2.8722	5
62246 CEDEX	Noyelles-sous-Lens	noyelles-sous-lens	32	62	627	50.4308	2.8722	5
62247 CEDEX	Noyelles-sous-Lens	noyelles-sous-lens	32	62	627	50.4308	2.8722	5
62248 CEDEX	Noyelles-sous-Lens	noyelles-sous-lens	32	62	627	50.4308	2.8722	5
62249 CEDEX	Noyelles-sous-Lens	noyelles-sous-lens	32	62	627	50.4308	2.8722	5
62250	Beuvrequen	beuvrequen	32	62	623	50.8014	1.6652	5
62250	Audembert	audembert	32	62	623	50.8607	1.6933	5
62250	Leulinghen-Bernes	leulinghen-bernes	32	62	623	50.8326	1.713	5
62250	Maninghen-Henne	maninghen-henne	32	62	623	50.7678	1.6696	5
62250	Landrethun-le-Nord	landrethun-le-nord	32	62	623	50.8472	1.7837	5
62250	Ferques	ferques	32	62	623	50.83	1.7599	5
62250	Saint-Inglevert	saint-inglevert	32	62	623	50.8754	1.7445	5
62250	Marquise	marquise	32	62	623	50.8129	1.7079	5
62250	Leubringhen	leubringhen	32	62	623	50.8579	1.7217	5
62250	Wacquinghen	wacquinghen	32	62	623	50.783	1.6669	5
62250	Bazinghen	bazinghen	32	62	623	50.8246	1.6616	5
62250	Offrethun	offrethun	32	62	623	50.7846	1.6941	5
62251 CEDEX	Hénin-Beaumont	henin-beaumont	32	62	627	50.4136	2.9649	5
62252 CEDEX	Hénin-Beaumont	henin-beaumont	32	62	627	50.4136	2.9649	5
62253 CEDEX	Hénin-Beaumont	henin-beaumont	32	62	627	50.4136	2.9649	5
62254 CEDEX	Hénin-Beaumont	henin-beaumont	32	62	627	50.4136	2.9649	5
62255 CEDEX	Hénin-Beaumont	henin-beaumont	32	62	627	50.4136	2.9649	5
62256 CEDEX	Hénin-Beaumont	henin-beaumont	32	62	627	50.4136	2.9649	5
62257 CEDEX	Hénin-Beaumont	henin-beaumont	32	62	627	50.4136	2.9649	5
62258 CEDEX	Hénin-Beaumont	henin-beaumont	32	62	627	50.4136	2.9649	5
62259 CEDEX	Hénin-Beaumont	henin-beaumont	32	62	627	50.4136	2.9649	5
62260	Ferfay	ferfay	32	62	622	50.5185	2.4247	5
62260	Amettes	amettes	32	62	622	50.5307	2.3935	5
62260	Cauchy-à-la-Tour	cauchy-a-la-tour	32	62	622	50.5039	2.4461	5
62260	Auchel	auchel	32	62	622	50.5035	2.4735	5
62270	Sibiville	sibiville	32	62	621	50.2984	2.3231	5
62270	Frévent	frevent	32	62	621	50.2761	2.2872	5
62270	Nuncq-Hautecôte	nuncq-hautecote	32	62	621	50.3	2.2833	5
62270	Canteleux	canteleux	32	62	621	50.2162	2.3085	5
62270	Fortel-en-Artois	fortel-en-artois	32	62	621	50.2577	2.2293	5
62270	Écoivres	ecoivres	32	62	621	50.323	2.2896	5
62270	Blangerval-Blangermont	blangerval-blangermont	32	62	621	50.3167	2.2333	5
62270	Conchy-sur-Canche	conchy-sur-canche	32	62	621	50.3024	2.2005	5
62270	Bonnières	bonnieres	32	62	621	50.2433	2.2605	5
62270	Rebreuve-sur-Canche	rebreuve-sur-canche	32	62	621	50.2641	2.3406	5
62270	Houvin-Houvigneul	houvin-houvigneul	32	62	621	50.2972	2.3843	5
62270	Boubers-sur-Canche	boubers-sur-canche	32	62	621	50.2902	2.2363	5
62270	Magnicourt-sur-Canche	magnicourt-sur-canche	32	62	621	50.3039	2.4087	5
62270	Ligny-sur-Canche	ligny-sur-canche	32	62	621	50.2852	2.257	5
62270	Rebreuviette	rebreuviette	32	62	621	50.2667	2.3667	5
62270	Moncheaux-lès-Frévent	moncheaux-les-frevent	32	62	621	50.3167	2.3667	5
62270	Séricourt	sericourt	32	62	621	50.3	2.3167	5
62270	Bouret-sur-Canche	bouret-sur-canche	32	62	621	50.2667	2.3167	5
62270	Monchel-sur-Canche	monchel-sur-canche	32	62	621	50.3	2.2167	5
62270	Vacquerie-le-Boucq	vacquerie-le-boucq	32	62	621	50.2695	2.219	5
62270	Flers	flers	32	62	621	50.3165	2.2483	5
62270	Linzeux	linzeux	32	62	621	50.3415	2.2027	5
62270	Canettemont	canettemont	32	62	621	50.2786	2.365	5
62280	Saint-Martin-Boulogne	saint-martin-boulogne	32	62	623	50.7269	1.6186	5
62290	Nœux-les-Mines	n-ux-les-mines	32	62	622	50.4833	2.6667	5
62300	Lens	lens	32	62	627	50.433	2.8279	5
62300	Éleu-dit-Leauwette	eleu-dit-leauwette	32	62	627	50.4215	2.8108	5
62301 CEDEX	Lens	lens	32	62	627	50.433	2.8279	5
62302 CEDEX	Lens	lens	32	62	627	50.433	2.8279	5
62303 CEDEX	Lens	lens	32	62	627	50.433	2.8279	5
62304 CEDEX	Lens	lens	32	62	627	50.433	2.8279	5
62305 CEDEX	Lens	lens	32	62	627	50.433	2.8279	5
62306 CEDEX	Lens	lens	32	62	627	50.433	2.8279	5
62307 CEDEX	Lens	lens	32	62	627	50.433	2.8279	5
62308 CEDEX	Lens	lens	32	62	627	50.433	2.8279	5
62309 CEDEX	Lens	lens	32	62	627	50.433	2.8279	5
62310	Torcy	torcy	32	62	624	50.4815	2.0185	5
62310	Canlers	canlers	32	62	624	50.4824	2.1444	5
62310	Ruisseauville	ruisseauville	32	62	624	50.4802	2.1233	5
62310	Radinghem	radinghem	32	62	624	50.5493	2.1217	5
62310	Avondance	avondance	32	62	624	50.4773	2.0995	5
62310	Verchin	verchin	32	62	624	50.4945	2.1854	5
62310	Crépy	crepy	32	62	624	50.4742	2.2017	5
62310	Vincly	vincly	32	62	624	50.5589	2.1707	5
62310	Hézecques	hezecques	32	62	624	50.5333	2.1833	5
62310	Coupelle-Vieille	coupelle-vieille	32	62	624	50.5239	2.0996	5
62310	Coupelle-Neuve	coupelle-neuve	32	62	624	50.4999	2.1202	5
62310	Planques	planques	32	62	624	50.4624	2.0795	5
62310	Senlis	senlis	32	62	624	50.533	2.153	5
62310	Créquy	crequy	32	62	624	50.4936	2.0551	5
62310	Tramecourt	tramecourt	32	62	624	50.4635	2.151	5
62310	Ambricourt	ambricourt	32	62	624	50.4712	2.1775	5
62310	Mencas	mencas	32	62	624	50.5597	2.1376	5
62310	Matringhem	matringhem	32	62	624	50.5452	2.165	5
62310	Lugy	lugy	32	62	624	50.523	2.1752	5
62310	Maisoncelle	maisoncelle	32	62	624	50.449	2.145	5
62310	Azincourt	azincourt	32	62	624	50.4626	2.1289	5
62310	Fruges	fruges	32	62	624	50.515	2.1329	5
62310	Sains-lès-Fressin	sains-les-fressin	32	62	624	50.4664	2.0436	5
62311 CEDEX	Boulogne-sur-Mer	boulogne-sur-mer	32	62	623	50.7167	1.6167	5
62320	Bois-Bernard	bois-bernard	32	62	627	50.3815	2.9115	5
62320	Acheville	acheville	32	62	627	50.384	2.8827	5
62320	Drocourt	drocourt	32	62	627	50.39	2.9242	5
62320	Rouvroy	rouvroy	32	62	627	50.3925	2.904	5
62321 CEDEX	Boulogne-sur-Mer	boulogne-sur-mer	32	62	623	50.7167	1.6167	5
62322 CEDEX	Boulogne-sur-Mer	boulogne-sur-mer	32	62	623	50.7167	1.6167	5
62325 CEDEX	Boulogne-sur-Mer	boulogne-sur-mer	32	62	623	50.7167	1.6167	5
62327 CEDEX	Boulogne-sur-Mer	boulogne-sur-mer	32	62	623	50.7167	1.6167	5
62330	Guarbecque	guarbecque	32	62	622	50.6116	2.489	5
62330	Isbergues	isbergues	32	62	622	50.6233	2.459	5
62331 CEDEX	Lens	lens	32	62	627	50.433	2.8279	5
62332 CEDEX	Lens	lens	32	62	627	50.433	2.8279	5
62333 CEDEX	Lens	lens	32	62	627	50.433	2.8279	5
62334 CEDEX	Lens	lens	32	62	627	50.433	2.8279	5
62335 CEDEX	Lens	lens	32	62	627	50.433	2.8279	5
62336 CEDEX	Lens	lens	32	62	627	50.433	2.8279	5
62340	Andres	andres	32	62	626	50.8656	1.9209	5
62340	Bouquehault	bouquehault	32	62	626	50.8258	1.9028	5
62340	Bonningues-lès-Calais	bonningues-les-calais	32	62	626	50.8905	1.774	5
62340	Guînes	guines	32	62	626	50.8671	1.8703	5
62340	Hames-Boucres	hames-boucres	32	62	626	50.8818	1.8434	5
62340	Campagne-lès-Guines	campagne-les-guines	32	62	626	50.8333	1.9	5
62340	Pihen-lès-Guînes	pihen-les-guines	32	62	626	50.8714	1.7866	5
62350	Calonne-sur-la-Lys	calonne-sur-la-lys	32	62	622	50.6229	2.6166	5
62350	Robecq	robecq	32	62	622	50.5961	2.5626	5
62350	Saint-Venant	saint-venant	32	62	622	50.6196	2.5395	5
62350	Busnes	busnes	32	62	622	50.5878	2.5183	5
62350	Saint-Floris	saint-floris	32	62	622	50.6282	2.5704	5
62350	Mont-Bernanchon	mont-bernanchon	32	62	622	50.5833	2.5833	5
62360	Saint-Léonard	saint-leonard	32	62	623	50.6906	1.6254	5
62360	Saint-Étienne-au-Mont	saint-etienne-au-mont	32	62	623	50.6779	1.6308	5
62360	Echinghen	echinghen	32	62	623	50.7031	1.648	5
62360	Condette	condette	32	62	623	50.6582	1.6339	5
62360	Hesdin-l’Abbé	hesdin-l-abbe	32	62	623	50.6664	1.6808	5
62360	Isques	isques	32	62	623	50.6739	1.6544	5
62360	La Capelle-lès-Boulogne	la-capelle-les-boulogne	32	62	623	50.733	1.7015	5
62360	Baincthun	baincthun	32	62	623	50.7099	1.6807	5
62360	Hesdigneul-lès-Boulogne	hesdigneul-les-boulogne	32	62	623	50.6611	1.6616	5
62361 CEDEX	Pont-de-Briques	pont-de-briques	32	62	623	50.6842	1.6274	5
62370	Nortkerque	nortkerque	32	62	626	50.8752	2.0246	5
62370	Ruminghem	ruminghem	32	62	626	50.8592	2.1584	5
62370	Sainte-Marie-Kerque	sainte-marie-kerque	32	62	626	50.8992	2.1366	5
62370	Polincove	polincove	32	62	626	50.8475	2.0906	5
62370	Audruicq	audruicq	32	62	626	50.878	2.0797	5
62370	Zutkerque	zutkerque	32	62	626	50.853	2.0682	5
62370	Nouvelle-Église	nouvelle-eglise	32	62	626	50.9253	2.055	5
62370	Offekerque	offekerque	32	62	626	50.9415	2.0197	5
62370	Saint-Folquin	saint-folquin	32	62	626	50.9447	2.1243	5
62370	Guemps	guemps	32	62	626	50.9157	1.9975	5
62380	Dohem	dohem	32	62	625	50.639	2.1859	5
62380	Setques	setques	32	62	625	50.7116	2.1586	5
62380	Lumbres	lumbres	32	62	625	50.7069	2.1208	5
62380	Wismes	wismes	32	62	625	50.6542	2.071	5
62380	Ledinghem	ledinghem	32	62	625	50.6535	1.9897	5
62380	Esquerdes	esquerdes	32	62	625	50.7041	2.1885	5
62380	Coulomby	coulomby	32	62	625	50.706	2.0097	5
62380	Bléquin	blequin	32	62	625	50.6628	1.9884	5
62380	Seninghem	seninghem	32	62	625	50.7025	2.0318	5
62380	Nielles-lès-Bléquin	nielles-les-blequin	32	62	625	50.6742	2.0314	5
62380	Bayenghem-lès-Seninghem	bayenghem-les-seninghem	32	62	625	50.7003	2.0768	5
62380	Quercamps	quercamps	32	62	625	50.7525	2.0522	5
62380	Acquin-Westbécourt	acquin-westbecourt	32	62	625	50.7276	2.0899	5
62380	Vaudringhem	vaudringhem	32	62	625	50.6621	2.0289	5
62380	Bouvelinghem	bouvelinghem	32	62	625	50.7331	2.0317	5
62380	Affringues	affringues	32	62	625	50.6896	2.0756	5
62380	Remilly-Wirquin	remilly-wirquin	32	62	625	50.6705	2.1641	5
62380	Cléty	clety	32	62	625	50.6534	2.1856	5
62380	Wavrans-sur-l’Aa	wavrans-sur-l-aa	32	62	625	50.6829	2.1378	5
62380	Ouve-Wirquin	ouve-wirquin	32	62	625	50.6478	2.1371	5
62380	Elnes	elnes	32	62	625	50.6893	2.1263	5
62390	Buire-au-Bois	buire-au-bois	32	62	621	50.2624	2.1511	5
62390	Nœux-lès-Auxi	n-ux-les-auxi	32	62	621	50.2333	2.1833	5
62390	Fontaine-l'Étalon	fontaine-l-etalon	32	62	621	50.3	2.0667	5
62390	Rougefay	rougefay	32	62	621	50.2731	2.1711	5
62390	Boffles	boffles	32	62	621	50.2545	2.2037	5
62390	Auxi-le-Château	auxi-le-chateau	32	62	621	50.231	2.1159	5
62390	Aubrometz	aubrometz	32	62	621	50.305	2.1773	5
62390	Vaulx	vaulx	32	62	621	50.2667	2.1	5
62390	Quœux-Haut-Maînil	qu-ux-haut-mainil	32	62	621	50.3	2.1	5
62390	Willencourt	willencourt	32	62	621	50.2412	2.0891	5
62390	Tollent	tollent	32	62	621	50.2785	2.0146	5
62390	Beauvoir-Wavans	beauvoir-wavans	32	62	621	50.2167	2.1712	5
62390	Gennes-Ivergny	gennes-ivergny	32	62	621	50.2618	2.0473	5
62390	Le Ponchel	le-ponchel	32	62	621	50.2576	2.0739	5
62390	Haravesnes	haravesnes	32	62	621	50.2884	2.1298	5
62390	Villers-l’Hôpital	villers-l-hopital	32	62	621	50.2277	2.2113	5
62400	Béthune	bethune	32	62	622	50.5333	2.6333	5
62400	Locon	locon	32	62	622	50.5703	2.6663	5
62400	Essars	essars	32	62	622	50.5487	2.6662	5
62401 CEDEX	Béthune	bethune	32	62	622	50.5333	2.6333	5
62402 CEDEX	Béthune	bethune	32	62	622	50.5333	2.6333	5
62403 CEDEX	Béthune	bethune	32	62	622	50.5333	2.6333	5
62404 CEDEX	Béthune	bethune	32	62	622	50.5333	2.6333	5
62405 CEDEX	Béthune	bethune	32	62	622	50.5333	2.6333	5
62406 CEDEX	Béthune	bethune	32	62	622	50.5333	2.6333	5
62407 CEDEX	Béthune	bethune	32	62	622	50.5333	2.6333	5
62408 CEDEX	Béthune	bethune	32	62	622	50.5333	2.6333	5
62410	Hulluch	hulluch	32	62	627	50.4896	2.8123	5
62410	Meurchin	meurchin	32	62	627	50.4983	2.8932	5
62410	Bénifontaine	benifontaine	32	62	627	50.4851	2.8182	5
62410	Wingles	wingles	32	62	627	50.4938	2.855	5
62411 CEDEX	Béthune	bethune	32	62	622	50.5333	2.6333	5
62412 CEDEX	Béthune	bethune	32	62	622	50.5333	2.6333	5
62418 CEDEX	Béthune	bethune	32	62	622	50.5333	2.6333	5
62419 CEDEX	Béthune	bethune	32	62	622	50.5333	2.6333	5
62420	Billy-Montigny	billy-montigny	32	62	627	50.4171	2.9029	5
62430	Sallaumines	sallaumines	32	62	627	50.4175	2.8617	5
62440	Harnes	harnes	32	62	627	50.4464	2.9048	5
62450	Ligny-Thilloy	ligny-thilloy	32	62	621	50.085	2.8223	5
62450	Grévillers	grevillers	32	62	621	50.1049	2.8113	5
62450	Frémicourt	fremicourt	32	62	621	50.1101	2.9031	5
62450	Le Sars	le-sars	32	62	621	50.0698	2.7798	5
62450	Beaulencourt	beaulencourt	32	62	621	50.0667	2.8667	5
62450	Beugnâtre	beugnatre	32	62	621	50.1309	2.8775	5
62450	Warlencourt-Eaucourt	warlencourt-eaucourt	32	62	621	50.0828	2.7912	5
62450	Rocquigny	rocquigny	32	62	621	50.0584	2.9262	5
62450	Riencourt-lès-Bapaume	riencourt-les-bapaume	32	62	621	50.0875	2.8791	5
62450	Biefvillers-lès-Bapaume	biefvillers-les-bapaume	32	62	621	50.1156	2.8217	5
62450	Le Transloy	le-transloy	32	62	621	50.0548	2.8922	5
62450	Bapaume	bapaume	32	62	621	50.1038	2.8497	5
62450	Bancourt	bancourt	32	62	621	50.1015	2.89	5
62450	Favreuil	favreuil	32	62	621	50.1264	2.8569	5
62450	Avesnes-lès-Bapaume	avesnes-les-bapaume	32	62	621	50.1055	2.8373	5
62450	Morval	morval	32	62	621	50.0288	2.8735	5
62450	Martinpuich	martinpuich	32	62	621	50.0502	2.7638	5
62450	Villers-au-Flos	villers-au-flos	32	62	621	50.0813	2.9015	5
62451 CEDEX	Bapaume	bapaume	32	62	621	50.1038	2.8497	5
62452 CEDEX	Bapaume	bapaume	32	62	621	50.1038	2.8497	5
62453 CEDEX	Bapaume	bapaume	32	62	621	50.1038	2.8497	5
62459 CEDEX	Bapaume	bapaume	32	62	621	50.1038	2.8497	5
62460	Ourton	ourton	32	62	622	50.4568	2.4813	5
62460	Divion	divion	32	62	622	50.4717	2.5055	5
62460	Diéval	dieval	32	62	622	50.4353	2.4501	5
62470	Camblain-Châtelain	camblain-chatelain	32	62	622	50.4835	2.4552	5
62470	Calonne-Ricouart	calonne-ricouart	32	62	622	50.485	2.4733	5
62480	Le Portel	le-portel	32	62	623	50.7056	1.5757	5
62490	Noyelles-sous-Bellonne	noyelles-sous-bellonne	32	62	621	50.3082	3.0274	5
62490	Fresnes-lès-Montauban	fresnes-les-montauban	32	62	621	50.3326	2.9314	5
62490	Tortequesne	tortequesne	32	62	621	50.2889	3.0395	5
62490	Sailly-en-Ostrevent	sailly-en-ostrevent	32	62	621	50.289	2.9927	5
62490	Vitry-en-Artois	vitry-en-artois	32	62	621	50.3266	2.98	5
62490	Quiéry-la-Motte	quiery-la-motte	32	62	621	50.3661	2.978	5
62490	Bellonne	bellonne	32	62	621	50.3026	3.0435	5
62490	Izel-lès-Équerchin	izel-les-equerchin	32	62	621	50.3612	2.9495	5
62500	Leulinghem	leulinghem	32	62	625	50.7354	2.163	5
62500	Saint-Martin-lez-Tatinghem	saint-martin-lez-tatinghem	32	62	625	50.7553	2.2358	5
62500	Quelmes	quelmes	32	62	625	50.7333	2.1376	5
62500	Tilques	tilques	32	62	625	50.7771	2.1995	5
62500	Clairmarais	clairmarais	32	62	625	50.7741	2.2999	5
62500	Saint-Martin-au-Laërt	saint-martin-au-laert	32	62	625	50.7518	2.2405	5
62500	Zudausques	zudausques	32	62	625	50.7488	2.1476	5
62500	Boisdinghem	boisdinghem	32	62	625	50.7497	2.0957	5
62500	Saint-Omer	saint-omer	32	62	625	50.75	2.25	5
62500	Tatinghem	tatinghem	32	62	625	50.7432	2.2072	5
62500	Salperwick	salperwick	32	62	625	50.774	2.2318	5
62501 CEDEX	Saint-Omer	saint-omer	32	62	625	50.75	2.25	5
62502 CEDEX	Saint-Omer	saint-omer	32	62	625	50.75	2.25	5
62503 CEDEX	Saint-Omer	saint-omer	32	62	625	50.75	2.25	5
62504 CEDEX	Saint-Omer	saint-omer	32	62	625	50.75	2.25	5
62505 CEDEX	Saint-Omer	saint-omer	32	62	625	50.75	2.25	5
62506 CEDEX	Arques	arques	32	62	625	50.7337	2.3024	5
62507 CEDEX	Arques	arques	32	62	625	50.7337	2.3024	5
62508 CEDEX	Saint-Omer	saint-omer	32	62	625	50.75	2.25	5
62509 CEDEX	Saint-Omer	saint-omer	32	62	625	50.75	2.25	5
62510	Arques	arques	32	62	625	50.7337	2.3024	5
62520	Le Touquet-Paris-Plage	le-touquet-paris-plage	32	62	624	50.5243	1.5857	5
62530	Hersin-Coupigny	hersin-coupigny	32	62	622	50.448	2.6494	5
62530	Gouy-Servins	gouy-servins	32	62	627	50.4	2.65	5
62530	Servins	servins	32	62	627	50.4102	2.634	5
62540	Marles-les-Mines	marles-les-mines	32	62	622	50.5048	2.5088	5
62540	Lozinghem	lozinghem	32	62	622	50.5155	2.5021	5
62550	Nédon	nedon	32	62	621	50.5247	2.3698	5
62550	Pressy	pressy	32	62	621	50.4751	2.3982	5
62550	Hestrus	hestrus	32	62	621	50.4482	2.3305	5
62550	Bours	bours	32	62	621	50.4536	2.4092	5
62550	Sains-lès-Pernes	sains-les-pernes	32	62	621	50.4771	2.3556	5
62550	Pernes	pernes	32	62	621	50.4844	2.4125	5
62550	Sachin	sachin	32	62	621	50.486	2.3776	5
62550	Marest	marest	32	62	621	50.4668	2.4149	5
62550	Bailleul-lès-Pernes	bailleul-les-pernes	32	62	621	50.5097	2.3876	5
62550	Fontaine-lès-Hermans	fontaine-les-hermans	32	62	621	50.5257	2.3491	5
62550	Aumerval	aumerval	32	62	621	50.507	2.4031	5
62550	Floringhem	floringhem	32	62	621	50.4959	2.4254	5
62550	Tangry	tangry	32	62	621	50.4655	2.3527	5
62550	Valhuon	valhuon	32	62	621	50.4335	2.378	5
62550	Nédonchel	nedonchel	32	62	621	50.5241	2.3588	5
62560	Audincthun	audincthun	32	62	625	50.5833	2.1333	5
62560	Coyecques	coyecques	32	62	625	50.6036	2.1832	5
62560	Saint-Martin-d’Hardinghem	saint-martin-d-hardinghem	32	62	625	50.6019	2.0942	5
62560	Avroult	avroult	32	62	625	50.633	2.147	5
62560	Renty	renty	32	62	625	50.5828	2.073	5
62560	Dennebrœucq	dennebr-ucq	32	62	625	50.5667	2.15	5
62560	Reclinghem	reclinghem	32	62	625	50.5667	2.1833	5
62560	Merck-Saint-Liévin	merck-saint-lievin	32	62	625	50.6247	2.116	5
62560	Fauquembergues	fauquembergues	32	62	625	50.6005	2.0987	5
62560	Thiembronne	thiembronne	32	62	625	50.621	2.0587	5
62560	Verchocq	verchocq	32	62	624	50.564	2.0411	5
62570	Wizernes	wizernes	32	62	625	50.7117	2.2432	5
62570	Hallines	hallines	32	62	625	50.7109	2.2263	5
62570	Pihem	pihem	32	62	625	50.683	2.2136	5
62570	Helfaut	helfaut	32	62	625	50.6978	2.2423	5
62575	Heuringhem	heuringhem	32	62	625	50.6964	2.2833	5
62575	Blendecques	blendecques	32	62	625	50.7184	2.286	5
62580	Givenchy-en-Gohelle	givenchy-en-gohelle	32	62	627	50.3908	2.7732	5
62580	Neuvireuil	neuvireuil	32	62	621	50.3522	2.9111	5
62580	Neuville-Saint-Vaast	neuville-saint-vaast	32	62	621	50.3576	2.7626	5
62580	Oppy	oppy	32	62	621	50.3476	2.8912	5
62580	Vimy	vimy	32	62	627	50.3724	2.8103	5
62580	Fresnoy-en-Gohelle	fresnoy-en-gohelle	32	62	621	50.3659	2.8908	5
62580	Farbus	farbus	32	62	621	50.3563	2.8248	5
62580	Thélus	thelus	32	62	621	50.3544	2.8015	5
62580	Bailleul-Sir-Berthoult	bailleul-sir-berthoult	32	62	621	50.3375	2.8513	5
62580	Willerval	willerval	32	62	621	50.3566	2.8445	5
62580	Gavrelle	gavrelle	32	62	621	50.3296	2.8874	5
62580	Arleux-en-Gohelle	arleux-en-gohelle	32	62	621	50.3632	2.8721	5
62590	Oignies	oignies	32	62	627	50.4633	2.9938	5
62600	Groffliers	groffliers	32	62	624	50.3844	1.6147	5
62600	Berck	berck	32	62	624	50.4	1.6	5
62601 CEDEX	Berck	berck	32	62	624	50.4	1.6	5
62602 CEDEX	Berck	berck	32	62	624	50.4	1.6	5
62603 CEDEX	Berck	berck	32	62	624	50.4	1.6	5
62604 CEDEX	Berck	berck	32	62	624	50.4	1.6	5
62606 CEDEX	Berck	berck	32	62	624	50.4	1.6	5
62608 CEDEX	Berck	berck	32	62	624	50.4	1.6	5
62609 CEDEX	Berck	berck	32	62	624	50.4	1.6	5
62610	Balinghem	balinghem	32	62	626	50.8607	1.9437	5
62610	Autingues	autingues	32	62	626	50.84	1.9737	5
62610	Ardres	ardres	32	62	626	50.8579	1.9817	5
62610	Nielles-lès-Ardres	nielles-les-ardres	32	62	626	50.8426	2.0167	5
62610	Louches	louches	32	62	626	50.8299	2.0065	5
62610	Landrethun-lès-Ardres	landrethun-les-ardres	32	62	626	50.8255	1.9605	5
62610	Rodelinghem	rodelinghem	32	62	626	50.838	1.9284	5
62610	Brêmes	bremes	32	62	626	50.8548	1.9769	5
62620	Maisnil-lès-Ruitz	maisnil-les-ruitz	32	62	622	50.4534	2.5899	5
62620	Barlin	barlin	32	62	622	50.4524	2.6196	5
62620	Houchin	houchin	32	62	622	50.4824	2.6197	5
62620	Ruitz	ruitz	32	62	622	50.4664	2.5888	5
62630	Étaples	etaples	32	62	624	50.5219	1.6332	5
62630	Widehem	widehem	32	62	624	50.5849	1.6727	5
62630	Hubersent	hubersent	32	62	624	50.5813	1.7265	5
62630	Maresville	maresville	32	62	624	50.5258	1.733	5
62630	Cormont	cormont	32	62	624	50.5693	1.7416	5
62630	Lefaux	lefaux	32	62	624	50.5421	1.6598	5
62630	Longvilliers	longvilliers	32	62	624	50.55	1.7167	5
62630	Tubersent	tubersent	32	62	624	50.5196	1.7055	5
62630	Frencq	frencq	32	62	624	50.5607	1.6993	5
62640	Montigny-en-Gohelle	montigny-en-gohelle	32	62	627	50.4254	2.939	5
62650	Ergny	ergny	32	62	624	50.5834	1.9799	5
62650	Herly	herly	32	62	624	50.548	1.9853	5
62650	Enquin-sur-Baillons	enquin-sur-baillons	32	62	624	50.5717	1.8367	5
62650	Maninghem	maninghem	32	62	624	50.5434	1.9393	5
62650	Aix-en-Ergny	aix-en-ergny	32	62	624	50.5838	1.9996	5
62650	Bezinghem	bezinghem	32	62	624	50.595	1.8261	5
62650	Wicquinghem	wicquinghem	32	62	624	50.575	1.9628	5
62650	Alette	alette	32	62	624	50.518	1.8284	5
62650	Quilen	quilen	32	62	624	50.5299	1.9266	5
62650	Hucqueliers	hucqueliers	32	62	624	50.5684	1.9057	5
62650	Campagne-lès-Boulonnais	campagne-les-boulonnais	32	62	624	50.613	1.9949	5
62650	Zoteux	zoteux	32	62	624	50.6107	1.8793	5
62650	Bimont	bimont	32	62	624	50.5426	1.904	5
62650	Humbert	humbert	32	62	624	50.5049	1.9074	5
62650	Bourthes	bourthes	32	62	624	50.6056	1.9339	5
62650	Preures	preures	32	62	624	50.5729	1.8803	5
62650	Clenleu	clenleu	32	62	624	50.5242	1.8789	5
62650	Parenty	parenty	32	62	624	50.5875	1.8088	5
62650	Saint-Michel-sous-Bois	saint-michel-sous-bois	32	62	624	50.5136	1.9324	5
62650	Avesnes	avesnes	32	62	624	50.5484	1.9726	5
62650	Rumilly	rumilly	32	62	624	50.5759	2.0158	5
62660	Beuvry	beuvry	32	62	622	50.5167	2.6854	5
62670	Mazingarbe	mazingarbe	32	62	627	50.4711	2.7154	5
62680	Méricourt	mericourt	32	62	627	50.4012	2.8625	5
62690	Mingoval	mingoval	32	62	621	50.3745	2.5746	5
62690	Villers-Châtel	villers-chatel	32	62	621	50.3772	2.5872	5
62690	Béthonsart	bethonsart	32	62	621	50.3759	2.5507	5
62690	Villers-Brûlin	villers-brulin	32	62	621	50.3672	2.537	5
62690	Aubigny-en-Artois	aubigny-en-artois	32	62	621	50.35	2.5833	5
62690	Tilloy-lès-Hermaville	tilloy-les-hermaville	32	62	621	50.3272	2.5578	5
62690	Berles-Monchel	berles-monchel	32	62	621	50.3434	2.5389	5
62690	Agnières	agnieres	32	62	621	50.3548	2.6061	5
62690	Frévin-Capelle	frevin-capelle	32	62	621	50.3484	2.6348	5
62690	Estrée-Cauchy	estree-cauchy	32	62	622	50.3985	2.6088	5
62690	Izel-lès-Hameau	izel-les-hameau	32	62	621	50.3167	2.5333	5
62690	Camblain-l’Abbé	camblain-l-abbe	32	62	621	50.3736	2.6363	5
62690	Cambligneul	cambligneul	32	62	621	50.3815	2.6156	5
62690	Hermaville	hermaville	32	62	621	50.3227	2.5863	5
62690	Savy-Berlette	savy-berlette	32	62	621	50.3525	2.5646	5
62690	Capelle-Fermont	capelle-fermont	32	62	621	50.3527	2.6208	5
62700	Bruay-la-Buissière	bruay-la-buissiere	32	62	622	50.4833	2.55	5
62701 CEDEX	Bruay-la-Buissière	bruay-la-buissiere	32	62	622	50.4833	2.55	5
62702 CEDEX	Bruay-la-Buissière	bruay-la-buissiere	32	62	622	50.4833	2.55	5
62709 CEDEX	Bruay-la-Buissière	bruay-la-buissiere	32	62	622	50.4833	2.55	5
62710	Courrières	courrieres	32	62	627	50.457	2.9472	5
62720	Wierre-Effroy	wierre-effroy	32	62	623	50.7783	1.7372	5
62720	Rety	rety	32	62	623	50.8	1.7667	5
62720	Rinxent	rinxent	32	62	623	50.8071	1.729	5
62730	Marck	marck	32	62	626	50.949	1.9433	5
62730	Les Attaques	les-attaques	32	62	626	50.9096	1.9296	5
62740	Fouquières-lès-Lens	fouquieres-les-lens	32	62	627	50.4284	2.9132	5
62750	Loos-en-Gohelle	loos-en-gohelle	32	62	627	50.4579	2.7921	5
62760	Grincourt-lès-Pas	grincourt-les-pas	32	62	621	50.167	2.4922	5
62760	Orville	orville	32	62	621	50.1331	2.4116	5
62760	Thièvres	thievres	32	62	621	50.1306	2.4552	5
62760	Pommera	pommera	32	62	621	50.1743	2.4368	5
62760	Amplier	amplier	32	62	621	50.1374	2.3997	5
62760	Mondicourt	mondicourt	32	62	621	50.172	2.462	5
62760	Pas-en-Artois	pas-en-artois	32	62	621	50.1531	2.4897	5
62760	Halloy	halloy	32	62	621	50.1565	2.4265	5
62760	Gaudiempré	gaudiempre	32	62	621	50.1791	2.5306	5
62760	Sarton	sarton	32	62	621	50.1202	2.4345	5
62760	Saint-Amand	saint-amand	32	62	621	50.1626	2.5592	5
62760	Famechon	famechon	32	62	621	50.1429	2.4692	5
62760	Couin	couin	32	62	621	50.1357	2.5289	5
62760	Warlincourt-lès-Pas	warlincourt-les-pas	32	62	621	50.1751	2.5046	5
62760	Hénu	henu	32	62	621	50.1543	2.5275	5
62770	Auchy-lès-Hesdin	auchy-les-hesdin	32	62	624	50.4011	2.1014	5
62770	Fillièvres	fillievres	32	62	624	50.3169	2.1585	5
62770	Neulette	neulette	32	62	624	50.3825	2.1661	5
62770	Galametz	galametz	32	62	624	50.3284	2.1382	5
62770	Fresnoy	fresnoy	32	62	624	50.3676	2.1291	5
62770	Wail	wail	32	62	624	50.3491	2.1276	5
62770	Béalencourt	bealencourt	32	62	624	50.4357	2.1212	5
62770	Rollancourt	rollancourt	32	62	624	50.4074	2.123	5
62770	Éclimeux	eclimeux	32	62	624	50.3985	2.1781	5
62770	Le Parcq	le-parcq	32	62	624	50.3788	2.0976	5
62770	Wamin	wamin	32	62	624	50.4141	2.0597	5
62770	Blangy-sur-Ternoise	blangy-sur-ternoise	32	62	624	50.4215	2.1687	5
62770	Willeman	willeman	32	62	624	50.3534	2.1586	5
62770	Blingel	blingel	32	62	624	50.4118	2.1474	5
62770	Noyelles-lès-Humières	noyelles-les-humieres	32	62	624	50.3667	2.1833	5
62770	Saint-Georges	saint-georges	32	62	624	50.3587	2.088	5
62770	Vieil-Hesdin	vieil-hesdin	32	62	624	50.3583	2.0994	5
62770	Incourt	incourt	32	62	624	50.3907	2.1521	5
62780	Cucq	cucq	32	62	624	50.4773	1.6202	5
62790	Leforest	leforest	32	62	627	50.4387	3.0648	5
62800	Liévin	lievin	32	62	627	50.4198	2.7807	5
62801 CEDEX	Liévin	lievin	32	62	627	50.4198	2.7807	5
62802 CEDEX	Liévin	lievin	32	62	627	50.4198	2.7807	5
62803 CEDEX	Liévin	lievin	32	62	627	50.4198	2.7807	5
62804 CEDEX	Liévin	lievin	32	62	627	50.4198	2.7807	5
62805 CEDEX	Liévin	lievin	32	62	627	50.4198	2.7807	5
62806 CEDEX	Liévin	lievin	32	62	627	50.4198	2.7807	5
62809 CEDEX	Liévin	lievin	32	62	627	50.4198	2.7807	5
62810	Lignereuil	lignereuil	32	62	621	50.291	2.4721	5
62810	Estrée-Wamin	estree-wamin	32	62	621	50.2714	2.4017	5
62810	Noyelle-Vion	noyelle-vion	32	62	621	50.292	2.5506	5
62810	Sombrin	sombrin	32	62	621	50.2394	2.502	5
62810	Liencourt	liencourt	32	62	621	50.2721	2.4518	5
62810	Avesnes-le-Comte	avesnes-le-comte	32	62	621	50.2777	2.5296	5
62810	Lattre-Saint-Quentin	lattre-saint-quentin	32	62	621	50.2883	2.5802	5
62810	Berlencourt-le-Cauroy	berlencourt-le-cauroy	32	62	621	50.2816	2.4274	5
62810	Warluzel	warluzel	32	62	621	50.2278	2.4686	5
62810	Beaudricourt	beaudricourt	32	62	621	50.2483	2.4074	5
62810	Grand-Rullecourt	grand-rullecourt	32	62	621	50.25	2.4833	5
62810	Barly	barly	32	62	621	50.2503	2.5462	5
62810	Hauteville	hauteville	32	62	621	50.2727	2.5726	5
62810	Fosseux	fosseux	32	62	621	50.2558	2.5639	5
62810	Manin	manin	32	62	621	50.2977	2.5116	5
62810	Beaufort-Blavincourt	beaufort-blavincourt	32	62	621	50.2795	2.4974	5
62810	Denier	denier	32	62	621	50.2882	2.4438	5
62810	Givenchy-le-Noble	givenchy-le-noble	32	62	621	50.302	2.496	5
62810	Ivergny	ivergny	32	62	621	50.2393	2.3919	5
62810	Sus-Saint-Léger	sus-saint-leger	32	62	621	50.238	2.4306	5
62810	Sars-le-Bois	sars-le-bois	32	62	621	50.2952	2.4286	5
62810	Le Souich	le-souich	32	62	621	50.2225	2.365	5
62820	Libercourt	libercourt	32	62	627	50.4832	3.0158	5
62830	Lacres	lacres	32	62	623	50.5958	1.7525	5
62830	Verlincthun	verlincthun	32	62	623	50.628	1.6791	5
62830	Halinghen	halinghen	32	62	623	50.6025	1.6926	5
62830	Tingry	tingry	32	62	623	50.618	1.7313	5
62830	Questrecques	questrecques	32	62	623	50.6637	1.7476	5
62830	Samer	samer	32	62	623	50.6384	1.7463	5
62830	Wierre-au-Bois	wierre-au-bois	32	62	623	50.6419	1.7618	5
62830	Doudeauville	doudeauville	32	62	623	50.6143	1.8315	5
62830	Carly	carly	32	62	623	50.6517	1.7026	5
62840	Neuve-Chapelle	neuve-chapelle	32	62	622	50.5858	2.782	5
62840	Fleurbaix	fleurbaix	32	62	622	50.6506	2.8331	5
62840	Laventie	laventie	32	62	622	50.6282	2.7708	5
62840	Lorgies	lorgies	32	62	622	50.5688	2.7903	5
62840	Sailly-sur-la-Lys	sailly-sur-la-lys	32	62	622	50.6582	2.7687	5
62850	Surques	surques	32	62	625	50.74	1.9176	5
62850	Rebergues	rebergues	32	62	625	50.7557	1.9595	5
62850	Sanghen	sanghen	32	62	626	50.7785	1.9081	5
62850	Alquines	alquines	32	62	625	50.7411	1.9932	5
62850	Escœuilles	esc-uilles	32	62	625	50.7333	1.9333	5
62850	Licques	licques	32	62	626	50.7842	1.9384	5
62850	Journy	journy	32	62	625	50.7531	1.9953	5
62850	Hocquinghen	hocquinghen	32	62	626	50.7682	1.9376	5
62850	Bainghen	bainghen	32	62	626	50.7525	1.9073	5
62850	Herbinghen	herbinghen	32	62	626	50.7732	1.91	5
62850	Alembon	alembon	32	62	626	50.7847	1.8887	5
62850	Haut-Loquin	haut-loquin	32	62	625	50.7407	1.9669	5
62860	Quéant	queant	32	62	621	50.1792	2.9822	5
62860	Écourt-Saint-Quentin	ecourt-saint-quentin	32	62	621	50.2523	3.0733	5
62860	Récourt	recourt	32	62	621	50.2536	3.0351	5
62860	Buissy	buissy	32	62	621	50.206	3.0394	5
62860	Pronville	pronville	32	62	621	50.1744	3.0024	5
62860	Baralle	baralle	32	62	621	50.2109	3.0572	5
62860	Bourlon	bourlon	32	62	621	50.1769	3.1143	5
62860	Saudemont	saudemont	32	62	621	50.2443	3.0403	5
62860	Rumaucourt	rumaucourt	32	62	621	50.2428	3.06	5
62860	Sains-lès-Marquion	sains-les-marquion	32	62	621	50.1941	3.0723	5
62860	Épinoy	epinoy	32	62	621	50.2317	3.1672	5
62860	Inchy-en-Artois	inchy-en-artois	32	62	621	50.1806	3.0526	5
62860	Palluel	palluel	32	62	621	50.2615	3.0926	5
62860	Marquion	marquion	32	62	621	50.2113	3.0872	5
62860	Sauchy-Lestrée	sauchy-lestree	32	62	621	50.226	3.1046	5
62860	Oisy-le-Verger	oisy-le-verger	32	62	621	50.2505	3.1233	5
62860	Sauchy-Cauchy	sauchy-cauchy	32	62	621	50.2359	3.0974	5
62870	Saulchoy	saulchoy	32	62	624	50.3485	1.8504	5
62870	Campagne-lès-Hesdin	campagne-les-hesdin	32	62	624	50.3972	1.8749	5
62870	Douriez	douriez	32	62	624	50.332	1.8773	5
62870	Gouy-Saint-André	gouy-saint-andre	32	62	624	50.3751	1.8988	5
62870	Maintenay	maintenay	32	62	624	50.3668	1.8113	5
62870	Saint-Rémy-au-Bois	saint-remy-au-bois	32	62	624	50.3667	1.8667	5
62870	Roussent	roussent	32	62	624	50.3691	1.7759	5
62870	Buire-le-Sec	buire-le-sec	32	62	624	50.3843	1.8325	5
62880	Vendin-le-Vieil	vendin-le-vieil	32	62	627	50.4738	2.8667	5
62880	Estevelles	estevelles	32	62	627	50.4765	2.9093	5
62880	Annay	annay	32	62	627	50.463	2.8812	5
62880	Pont-à-Vendin	pont-a-vendin	32	62	627	50.4736	2.8888	5
62881 CEDEX	Vendin-le-Vieil	vendin-le-vieil	32	62	627	50.4738	2.8667	5
62882 CEDEX	Vendin-le-Vieil	vendin-le-vieil	32	62	627	50.4738	2.8667	5
62889 CEDEX	Vendin-le-Vieil	vendin-le-vieil	32	62	627	50.4738	2.8667	5
62890	Zouafques	zouafques	32	62	625	50.8134	2.0533	5
62890	Nordausques	nordausques	32	62	625	50.8185	2.0811	5
62890	Tournehem-sur-la-Hem	tournehem-sur-la-hem	32	62	625	50.8	2.05	5
62890	Bonningues-lès-Ardres	bonningues-les-ardres	32	62	625	50.7927	2.015	5
62890	Audrehem	audrehem	32	62	625	50.781	1.9898	5
62890	Recques-sur-Hem	recques-sur-hem	32	62	626	50.8343	2.088	5
62890	Mentque-Nortbécourt	mentque-nortbecourt	32	62	625	50.7835	2.0855	5
62890	Muncq-Nieurlet	muncq-nieurlet	32	62	626	50.8472	2.1147	5
62890	Clerques	clerques	32	62	625	50.7926	1.9938	5
62890	Nort-Leulinghem	nort-leulinghem	32	62	625	50.7985	2.0927	5
62901 CEDEX	Coquelles	coquelles	32	62	626	50.9346	1.7988	5
62902 CEDEX	Coquelles	coquelles	32	62	626	50.9346	1.7988	5
62903 CEDEX	Coquelles	coquelles	32	62	626	50.9346	1.7988	5
62904 CEDEX	Coquelles	coquelles	32	62	626	50.9346	1.7988	5
62905 CEDEX	Coquelles	coquelles	32	62	626	50.9346	1.7988	5
62906 CEDEX	Calais	calais	32	62	626	50.9519	1.8563	5
62907 CEDEX	Calais	calais	32	62	626	50.9519	1.8563	5
62908 CEDEX	Calais	calais	32	62	626	50.9519	1.8563	5
62909 CEDEX	Coquelles	coquelles	32	62	626	50.9346	1.7988	5
62910	Moulle	moulle	32	62	625	50.7888	2.1776	5
62910	Éperlecques	eperlecques	32	62	625	50.8057	2.1521	5
62910	Moringhem	moringhem	32	62	625	50.7642	2.128	5
62910	Houlle	houlle	32	62	625	50.7954	2.173	5
62910	Serques	serques	32	62	625	50.7934	2.2013	5
62910	Bayenghem-lès-Éperlecques	bayenghem-les-eperlecques	32	62	625	50.8081	2.1208	5
62920	Chocques	chocques	32	62	622	50.5408	2.5719	5
62920	Gonnehem	gonnehem	32	62	622	50.5606	2.5728	5
62920	Oblinghem	oblinghem	32	62	622	50.5496	2.5998	5
62921 CEDEX	Aire-sur-la-Lys	aire-sur-la-lys	32	62	625	50.6387	2.3988	5
62922 CEDEX	Aire-sur-la-Lys	aire-sur-la-lys	32	62	625	50.6387	2.3988	5
62923 CEDEX	Aire-sur-la-Lys	aire-sur-la-lys	32	62	625	50.6387	2.3988	5
62929 CEDEX	Aire-sur-la-Lys	aire-sur-la-lys	32	62	625	50.6387	2.3988	5
62930	Wimereux	wimereux	32	62	623	50.7696	1.6114	5
62940	Haillicourt	haillicourt	32	62	622	50.4752	2.5746	5
62950	Noyelles-Godault	noyelles-godault	32	62	627	50.4175	2.9931	5
62951 CEDEX	Hénin-Beaumont	henin-beaumont	32	62	627	50.4136	2.9649	5
62952 CEDEX	Hénin-Beaumont	henin-beaumont	32	62	627	50.4136	2.9649	5
62953 CEDEX	Hénin-Beaumont	henin-beaumont	32	62	627	50.4136	2.9649	5
62954 CEDEX	Hénin-Beaumont	henin-beaumont	32	62	627	50.4136	2.9649	5
62955 CEDEX	Hénin-Beaumont	henin-beaumont	32	62	627	50.4136	2.9649	5
62960	Laires	laires	32	62	625	50.5394	2.2546	5
62960	Bomy	bomy	32	62	625	50.5737	2.2347	5
62960	Fléchin	flechin	32	62	625	50.5592	2.2934	5
62960	Beaumetz-lès-Aire	beaumetz-les-aire	32	62	625	50.5402	2.2285	5
62960	Febvin-Palfart	febvin-palfart	32	62	625	50.5383	2.3153	5
62960	Westrehem	westrehem	32	62	622	50.5458	2.3453	5
62960	Erny-Saint-Julien	erny-saint-julien	32	62	625	50.5857	2.2558	5
62960	Ligny-lès-Aire	ligny-les-aire	32	62	622	50.5571	2.3491	5
62965 CEDEX	Longuenesse	longuenesse	32	62	625	50.734	2.2352	5
62966 CEDEX	Longuenesse	longuenesse	32	62	625	50.734	2.2352	5
62967 CEDEX	Longuenesse	longuenesse	32	62	625	50.734	2.2352	5
62968 CEDEX	Longuenesse	longuenesse	32	62	625	50.734	2.2352	5
62969 CEDEX	Longuenesse	longuenesse	32	62	625	50.734	2.2352	5
62970	Courcelles-lès-Lens	courcelles-les-lens	32	62	627	50.4167	3.0167	5
62971 CEDEX 9	Arras	arras	32	62	621	50.293	2.7819	5
62972 CEDEX 9	Arras	arras	32	62	621	50.293	2.7819	5
62973 CEDEX 9	Arras	arras	32	62	621	50.293	2.7819	5
62974 CEDEX 9	Arras	arras	32	62	621	50.293	2.7819	5
62975 CEDEX 9	Arras	arras	32	62	621	50.293	2.7819	5
62976 CEDEX 9	Arras	arras	32	62	621	50.293	2.7819	5
62977 CEDEX 9	Arras	arras	32	62	621	50.293	2.7819	5
62978 CEDEX 9	Arras	arras	32	62	621	50.293	2.7819	5
62980	Noyelles-lès-Vermelles	noyelles-les-vermelles	32	62	622	50.49	2.7263	5
62980	Vermelles	vermelles	32	62	622	50.4895	2.7474	5
62990	Contes	contes	32	62	624	50.4088	1.9601	5
62990	Royon	royon	32	62	624	50.4726	1.9929	5
62990	Lespinoy	lespinoy	32	62	624	50.4277	1.8771	5
62990	Hesmond	hesmond	32	62	624	50.4551	1.9473	5
62990	Maresquel-Ecquemicourt	maresquel-ecquemicourt	32	62	624	50.4	1.9333	5
62990	Loison-sur-Créquoise	loison-sur-crequoise	32	62	624	50.4399	1.9216	5
62990	Marenla	marenla	32	62	624	50.4454	1.8666	5
62990	Rimboval	rimboval	32	62	624	50.5	1.9833	5
62990	Lebiez	lebiez	32	62	624	50.4697	1.9827	5
62990	Boubers-lès-Hesmond	boubers-les-hesmond	32	62	624	50.4728	1.9525	5
62990	Embry	embry	32	62	624	50.4833	1.9667	5
62990	Saint-Denœux	saint-den-ux	32	62	624	50.4667	1.9	5
62990	Beaurainville	beaurainville	32	62	624	50.4243	1.8994	5
62990	Offin	offin	32	62	624	50.4456	1.9422	5
62760	Thièvres	thievres	32	80	804	50.1268	2.454	5
80000	Amiens	amiens	32	80	802	49.9	2.3	5
80001 CEDEX 1	Amiens	amiens	32	80	802	49.9	2.3	5
80002 CEDEX 1	Amiens	amiens	32	80	802	49.9	2.3	5
80003 CEDEX 1	Amiens	amiens	32	80	802	49.9	2.3	5
80004 CEDEX 1	Amiens	amiens	32	80	802	49.9	2.3	5
80005 CEDEX 1	Amiens	amiens	32	80	802	49.9	2.3	5
80006 CEDEX 1	Amiens	amiens	32	80	802	49.9	2.3	5
80007 CEDEX 1	Amiens	amiens	32	80	802	49.9	2.3	5
80008 CEDEX 1	Amiens	amiens	32	80	802	49.9	2.3	5
80009 CEDEX 1	Amiens	amiens	32	80	802	49.9	2.3	5
80010 CEDEX 1	Amiens	amiens	32	80	802	49.9	2.3	5
80011 CEDEX 1	Amiens	amiens	32	80	802	49.9	2.3	5
80012 CEDEX 1	Amiens	amiens	32	80	802	49.9	2.3	5
80013 CEDEX 2	Amiens	amiens	32	80	802	49.9	2.3	5
80014 CEDEX 1	Amiens	amiens	32	80	802	49.9	2.3	5
80015 CEDEX 2	Amiens	amiens	32	80	802	49.9	2.3	5
80016 CEDEX 1	Amiens	amiens	32	80	802	49.9	2.3	5
80017 CEDEX 1	Amiens	amiens	32	80	802	49.9	2.3	5
80019 CEDEX 9	Amiens	amiens	32	80	802	49.9	2.3	5
80020 CEDEX 9	Amiens	amiens	32	80	802	49.9	2.3	5
80021 CEDEX 1	Amiens	amiens	32	80	802	49.9	2.3	5
80022 CEDEX 9	Amiens	amiens	32	80	802	49.9	2.3	5
80023 CEDEX 3	Amiens	amiens	32	80	802	49.9	2.3	5
80025 CEDEX 1	Amiens	amiens	32	80	802	49.9	2.3	5
80026 CEDEX 1	Amiens	amiens	32	80	802	49.9	2.3	5
80027 CEDEX 1	Amiens	amiens	32	80	802	49.9	2.3	5
80028 CEDEX 3	Amiens	amiens	32	80	802	49.9	2.3	5
80029 CEDEX 1	Amiens	amiens	32	80	802	49.9	2.3	5
80030 CEDEX 1	Amiens	amiens	32	80	802	49.9	2.3	5
80031 CEDEX 1	Amiens	amiens	32	80	802	49.9	2.3	5
80032 CEDEX 1	Amiens	amiens	32	80	802	49.9	2.3	5
80033 CEDEX 3	Amiens	amiens	32	80	802	49.9	2.3	5
80034 CEDEX 1	Amiens	amiens	32	80	802	49.9	2.3	5
80036 CEDEX 1	Amiens	amiens	32	80	802	49.9	2.3	5
80037 CEDEX 1	Amiens	amiens	32	80	802	49.9	2.3	5
80038 CEDEX 1	Amiens	amiens	32	80	802	49.9	2.3	5
80039 CEDEX 1	Amiens	amiens	32	80	802	49.9	2.3	5
80040 CEDEX 1	Amiens	amiens	32	80	802	49.9	2.3	5
80041 CEDEX 1	Amiens	amiens	32	80	802	49.9	2.3	5
80042 CEDEX 1	Amiens	amiens	32	80	802	49.9	2.3	5
80043 CEDEX 1	Amiens	amiens	32	80	802	49.9	2.3	5
80044 CEDEX 1	Amiens	amiens	32	80	802	49.9	2.3	5
80046 CEDEX 2	Amiens	amiens	32	80	802	49.9	2.3	5
80047 CEDEX 1	Amiens	amiens	32	80	802	49.9	2.3	5
80048 CEDEX 1	Amiens	amiens	32	80	802	49.9	2.3	5
80049 CEDEX 1	Amiens	amiens	32	80	802	49.9	2.3	5
80050 CEDEX 1	Amiens	amiens	32	80	802	49.9	2.3	5
80051 CEDEX 1	Amiens	amiens	32	80	802	49.9	2.3	5
80054 CEDEX 1	Amiens	amiens	32	80	802	49.9	2.3	5
80055 CEDEX 1	Amiens	amiens	32	80	802	49.9	2.3	5
80056 CEDEX 1	Amiens	amiens	32	80	802	49.9	2.3	5
80057 CEDEX 1	Amiens	amiens	32	80	802	49.9	2.3	5
80060 CEDEX 9	Amiens	amiens	32	80	802	49.9	2.3	5
80061 CEDEX 9	Amiens	amiens	32	80	802	49.9	2.3	5
80062 CEDEX 9	Amiens	amiens	32	80	802	49.9	2.3	5
80063 CEDEX 9	Amiens	amiens	32	80	802	49.9	2.3	5
80064 CEDEX 9	Amiens	amiens	32	80	802	49.9	2.3	5
80068 CEDEX 9	Amiens	amiens	32	80	802	49.9	2.3	5
80069 CEDEX 9	Amiens	amiens	32	80	802	49.9	2.3	5
80075 CEDEX 1	Amiens	amiens	32	80	802	49.9	2.3	5
80080	Amiens	amiens	32	80	802	49.9	2.3	5
80081 CEDEX 2	Amiens	amiens	32	80	802	49.9	2.3	5
80082 CEDEX 2	Amiens	amiens	32	80	802	49.9	2.3	5
80083 CEDEX 2	Amiens	amiens	32	80	802	49.9	2.3	5
80084 CEDEX 2	Amiens	amiens	32	80	802	49.9	2.3	5
80085 CEDEX 2	Amiens	amiens	32	80	802	49.9	2.3	5
80086 CEDEX 2	Amiens	amiens	32	80	802	49.9	2.3	5
80087 CEDEX 2	Amiens	amiens	32	80	802	49.9	2.3	5
80088 CEDEX 2	Amiens	amiens	32	80	802	49.9	2.3	5
80089 CEDEX 2	Amiens	amiens	32	80	802	49.9	2.3	5
80090	Amiens	amiens	32	80	802	49.9	2.3	5
80091 CEDEX 3	Amiens	amiens	32	80	802	49.9	2.3	5
80092 CEDEX 3	Amiens	amiens	32	80	802	49.9	2.3	5
80093 CEDEX 3	Amiens	amiens	32	80	802	49.9	2.3	5
80094 CEDEX 3	Amiens	amiens	32	80	802	49.9	2.3	5
80095 CEDEX 3	Amiens	amiens	32	80	802	49.9	2.3	5
80096 CEDEX 3	Amiens	amiens	32	80	802	49.9	2.3	5
80097 CEDEX 3	Amiens	amiens	32	80	802	49.9	2.3	5
80099 CEDEX 3	Amiens	amiens	32	80	802	49.9	2.3	5
80100	Abbeville	abbeville	32	80	801	50.1	1.8333	5
80101 CEDEX	Abbeville	abbeville	32	80	801	50.1	1.8333	5
80102 CEDEX	Abbeville	abbeville	32	80	801	50.1	1.8333	5
80103 CEDEX	Abbeville	abbeville	32	80	801	50.1	1.8333	5
80104 CEDEX	Abbeville	abbeville	32	80	801	50.1	1.8333	5
80105 CEDEX	Abbeville	abbeville	32	80	801	50.1	1.8333	5
80106 CEDEX	Abbeville	abbeville	32	80	801	50.1	1.8333	5
80107 CEDEX	Abbeville	abbeville	32	80	801	50.1	1.8333	5
80108 CEDEX	Abbeville	abbeville	32	80	801	50.1	1.8333	5
80109 CEDEX	Abbeville	abbeville	32	80	801	50.1	1.8333	5
80110	Sauvillers-Mongival	sauvillers-mongival	32	80	803	49.7255	2.47	5
80110	Moreuil	moreuil	32	80	803	49.7746	2.4827	5
80110	Thennes	thennes	32	80	803	49.8125	2.4706	5
80110	La Neuville-Sire-Bernard	la-neuville-sire-bernard	32	80	803	49.7421	2.5149	5
80110	Domart-sur-la-Luce	domart-sur-la-luce	32	80	803	49.8193	2.4835	5
80110	Berteaucourt-lès-Thennes	berteaucourt-les-thennes	32	80	803	49.8135	2.4658	5
80110	Démuin	demuin	32	80	803	49.8193	2.5372	5
80110	Aubvillers	aubvillers	32	80	803	49.7137	2.482	5
80110	Fresnoy-en-Chaussée	fresnoy-en-chaussee	32	80	803	49.7733	2.5861	5
80110	Mailly-Raineval	mailly-raineval	32	80	803	49.7454	2.4549	5
80110	Braches	braches	32	80	803	49.7329	2.5064	5
80110	Hangard	hangard	32	80	803	49.8242	2.5152	5
80110	Le Plessier-Rozainvillers	le-plessier-rozainvillers	32	80	803	49.7513	2.5537	5
80110	Morisel	morisel	32	80	803	49.7691	2.4759	5
80110	Aubercourt	aubercourt	32	80	803	49.827	2.5483	5
80110	Mézières-en-Santerre	mezieres-en-santerre	32	80	803	49.7871	2.5548	5
80110	Villers-aux-Érables	villers-aux-erables	32	80	803	49.7876	2.5371	5
80110	Beaucourt-en-Santerre	beaucourt-en-santerre	32	80	803	49.7918	2.5851	5
80115	Pont-Noyelles	pont-noyelles	32	80	802	49.9407	2.4444	5
80115	Querrieu	querrieu	32	80	802	49.9387	2.4308	5
80118	Le Quesnel	le-quesnel	32	80	803	49.7764	2.6247	5
80120	Rue	rue	32	80	801	50.2715	1.6716	5
80120	Vercourt	vercourt	32	80	801	50.3004	1.7006	5
80120	Forest-Montiers	forest-montiers	32	80	801	50.2452	1.7427	5
80120	Nampont	nampont	32	80	801	50.35	1.75	5
80120	Favières	favieres	32	80	801	50.238	1.6638	5
80120	Dominois	dominois	32	80	801	50.3325	1.8521	5
80120	Villers-sur-Authie	villers-sur-authie	32	80	801	50.3153	1.6926	5
80120	Quend	quend	32	80	801	50.3158	1.6361	5
80120	Bernay-en-Ponthieu	bernay-en-ponthieu	32	80	801	50.2696	1.7427	5
80120	Vron	vron	32	80	801	50.3153	1.7551	5
80120	Regnière-Écluse	regniere-ecluse	32	80	801	50.2789	1.7689	5
80120	Saint-Quentin-en-Tourmont	saint-quentin-en-tourmont	32	80	801	50.2828	1.5964	5
80120	Argoules	argoules	32	80	801	50.3421	1.8339	5
80120	Fort-Mahon-Plage	fort-mahon-plage	32	80	801	50.3396	1.5598	5
80120	Arry	arry	32	80	801	50.2775	1.7208	5
80122	Heudicourt	heudicourt	32	80	804	50.022	3.0806	5
80130	Bourseville	bourseville	32	80	801	50.1056	1.5262	5
80130	Allenay	allenay	32	80	801	50.0865	1.4911	5
80130	Béthencourt-sur-Mer	bethencourt-sur-mer	32	80	801	50.0776	1.5035	5
80130	Friville-Escarbotin	friville-escarbotin	32	80	801	50.086	1.5456	5
80130	Tully	tully	32	80	801	50.0859	1.5175	5
80131	Harbonnières	harbonnieres	32	80	804	49.8496	2.6681	5
80131	Framerville-Rainecourt	framerville-rainecourt	32	80	804	49.8667	2.7	5
80131	Vauvillers	vauvillers	32	80	804	49.8492	2.7035	5
80132	Caours	caours	32	80	801	50.1297	1.8868	5
80132	Mareuil-Caubert	mareuil-caubert	32	80	801	50.0682	1.8306	5
80132	Port-le-Grand	port-le-grand	32	80	801	50.1512	1.7485	5
80132	Vauchelles-les-Quesnoy	vauchelles-les-quesnoy	32	80	801	50.1	1.8833	5
80132	Buigny-Saint-Maclou	buigny-saint-maclou	32	80	801	50.1553	1.8135	5
80132	Bellancourt	bellancourt	32	80	801	50.0912	1.9075	5
80132	Neufmoulin	neufmoulin	32	80	801	50.1286	1.9108	5
80132	Huchenneville	huchenneville	32	80	801	50.0514	1.7995	5
80132	Buigny-l’Abbé	buigny-l-abbe	32	80	801	50.0985	1.9365	5
80132	Grand-Laviers	grand-laviers	32	80	801	50.1295	1.7846	5
80132	Hautvillers-Ouville	hautvillers-ouville	32	80	801	50.1735	1.8131	5
80132	Quesnoy-le-Montant	quesnoy-le-montant	32	80	801	50.1106	1.6893	5
80132	Cambron	cambron	32	80	801	50.1108	1.7702	5
80132	Yonval	yonval	32	80	801	50.0893	1.7901	5
80132	Le Titre	le-titre	32	80	801	50.1887	1.7995	5
80132	Miannay	miannay	32	80	801	50.0969	1.7186	5
80132	Neuilly-l’Hôpital	neuilly-l-hopital	32	80	801	50.1692	1.8788	5
80132	Cahon	cahon	32	80	801	50.1213	1.7244	5
80132	Drucat	drucat	32	80	801	50.1445	1.8719	5
80134	Hangest-en-Santerre	hangest-en-santerre	32	80	803	49.7528	2.6065	5
80135	Millencourt-en-Ponthieu	millencourt-en-ponthieu	32	80	801	50.1512	1.9022	5
80135	Maison-Roland	maison-roland	32	80	801	50.1275	2.0218	5
80135	Coulonvillers	coulonvillers	32	80	801	50.1419	2.0071	5
80135	Oneux	oneux	32	80	801	50.1445	1.9698	5
80135	Yaucourt-Bussus	yaucourt-bussus	32	80	801	50.1043	1.9768	5
80135	Bussus-Bussuel	bussus-bussuel	32	80	801	50.1109	1.9991	5
80135	Saint-Riquier	saint-riquier	32	80	801	50.1324	1.9476	5
80136	Rivery	rivery	32	80	802	49.9033	2.3224	5
80140	Nesle-l’Hôpital	nesle-l-hopital	32	80	802	49.9059	1.691	5
80140	Vismes	vismes	32	80	801	50.0118	1.6757	5
80140	Woirel	woirel	32	80	802	49.9593	1.823	5
80140	Avesnes-Chaussoy	avesnes-chaussoy	32	80	802	49.9009	1.8736	5
80140	Saint-Maxent	saint-maxent	32	80	801	50.0044	1.7324	5
80140	Saint-Léger-sur-Bresle	saint-leger-sur-bresle	32	80	802	49.8683	1.7209	5
80140	Grébault-Mesnil	grebault-mesnil	32	80	801	50.0245	1.7203	5
80140	Villers-Campsart	villers-campsart	32	80	802	49.8681	1.8368	5
80140	Neuville-au-Bois	neuville-au-bois	32	80	802	49.9723	1.7891	5
80140	Biencourt	biencourt	32	80	801	49.9741	1.6913	5
80140	Andainville	andainville	32	80	802	49.8925	1.786	5
80140	Épaumesnil	epaumesnil	32	80	802	49.912	1.8524	5
80140	Mouflières	mouflieres	32	80	802	49.9218	1.7444	5
80140	Foucaucourt-Hors-Nesle	foucaucourt-hors-nesle	32	80	802	49.9167	1.7333	5
80140	Cerisy-Buleux	cerisy-buleux	32	80	802	49.9833	1.7333	5
80140	Ramburelles	ramburelles	32	80	801	49.9686	1.7104	5
80140	Rambures	rambures	32	80	802	49.9439	1.704	5
80140	Framicourt	framicourt	32	80	802	49.9562	1.6754	5
80140	Cannessières	cannessieres	32	80	802	49.9386	1.7659	5
80140	Bermesnil	bermesnil	32	80	802	49.8987	1.736	5
80140	Vaux-Marquenneville	vaux-marquenneville	32	80	801	49.9858	1.7881	5
80140	Fontaine-le-Sec	fontaine-le-sec	32	80	802	49.9441	1.8073	5
80140	Neslette	neslette	32	80	802	49.9242	1.6645	5
80140	Senarpont	senarpont	32	80	802	49.8886	1.7197	5
80140	Martainneville	martainneville	32	80	801	49.9996	1.7088	5
80140	Huppy	huppy	32	80	801	50.0252	1.7639	5
80140	Doudelainville	doudelainville	32	80	801	50.0028	1.7718	5
80140	Saint-Maulvis	saint-maulvis	32	80	802	49.9055	1.8365	5
80140	Fresnes-Tilloloy	fresnes-tilloloy	32	80	802	49.9833	1.7667	5
80140	Aumâtre	aumatre	32	80	802	49.9197	1.7732	5
80140	Lignières-en-Vimeu	lignieres-en-vimeu	32	80	802	49.9109	1.7381	5
80140	Le Translay	le-translay	32	80	802	49.9695	1.6764	5
80140	Étréjust	etrejust	32	80	802	49.9108	1.8897	5
80140	Villeroy	villeroy	32	80	802	49.9407	1.7247	5
80140	Fresneville	fresneville	32	80	802	49.8899	1.8262	5
80140	Oisemont	oisemont	32	80	802	49.9559	1.767	5
80140	Arguel	arguel	32	80	802	49.8686	1.7984	5
80140	Fresnoy-Andainville	fresnoy-andainville	32	80	802	49.9112	1.7939	5
80140	Forceville-en-Vimeu	forceville-en-vimeu	32	80	802	49.9646	1.7977	5
80140	Frettecuisse	frettecuisse	32	80	802	49.9245	1.8097	5
80142 CEDEX	Abbeville	abbeville	32	80	801	50.1	1.8333	5
80143 CEDEX	Abbeville	abbeville	32	80	801	50.1	1.8333	5
80144 CEDEX	Abbeville	abbeville	32	80	801	50.1	1.8333	5
80145 CEDEX	Abbeville	abbeville	32	80	801	50.1	1.8333	5
80146 CEDEX	Abbeville	abbeville	32	80	801	50.1	1.8333	5
80150	Vironchaux	vironchaux	32	80	801	50.2882	1.8229	5
80150	Estrées-lés-Crécy	estrees-les-crecy	32	80	801	50.2539	1.9276	5
80150	Agenvillers	agenvillers	32	80	801	50.1785	1.9183	5
80150	Yvrencheux	yvrencheux	32	80	801	50.1827	1.9963	5
80150	Noyelles-en-Chaussée	noyelles-en-chaussee	32	80	801	50.2073	1.9816	5
80150	Neuilly-le-Dien	neuilly-le-dien	32	80	801	50.2239	2.0423	5
80150	Vitz-sur-Authie	vitz-sur-authie	32	80	801	50.2531	2.067	5
80150	Yvrench	yvrench	32	80	801	50.1791	2.0032	5
80150	Lamotte-Buleux	lamotte-buleux	32	80	801	50.1882	1.8326	5
80150	Ligescourt	ligescourt	32	80	801	50.2895	1.8757	5
80150	Dompierre-sur-Authie	dompierre-sur-authie	32	80	801	50.3037	1.9169	5
80150	Ponches-Estruval	ponches-estruval	32	80	801	50.3095	1.8942	5
80150	Machy	machy	32	80	801	50.2712	1.8019	5
80150	Gueschart	gueschart	32	80	801	50.2391	2.0109	5
80150	Le Boisle	le-boisle	32	80	801	50.2712	1.9844	5
80150	Gapennes	gapennes	32	80	801	50.1821	1.9537	5
80150	Crécy-en-Ponthieu	crecy-en-ponthieu	32	80	801	50.2519	1.8808	5
80150	Maison-Ponthieu	maison-ponthieu	32	80	801	50.207	2.043	5
80150	Domvast	domvast	32	80	801	50.1979	1.9216	5
80150	Froyelles	froyelles	32	80	801	50.2285	1.9278	5
80150	Boufflers	boufflers	32	80	801	50.2646	2.016	5
80150	Fontaine-sur-Maye	fontaine-sur-maye	32	80	801	50.2361	1.9293	5
80150	Brailly-Cornehotte	brailly-cornehotte	32	80	801	50.2178	1.9601	5
80150	Machiel	machiel	32	80	801	50.269	1.8248	5
80150	Forest-l’Abbaye	forest-l-abbaye	32	80	801	50.2029	1.8235	5
80150	Canchy	canchy	32	80	801	50.1869	1.876	5
80160	Courcelles-sous-Thoix	courcelles-sous-thoix	32	80	802	49.7211	2.0793	5
80160	Essertaux	essertaux	32	80	802	49.7391	2.2425	5
80160	Prouzel	prouzel	32	80	802	49.8176	2.2017	5
80160	Fossemanant	fossemanant	32	80	802	49.8032	2.1993	5
80160	Plachy-Buyon	plachy-buyon	32	80	802	49.8146	2.2179	5
80160	Thoix	thoix	32	80	802	49.7037	2.0652	5
80160	Conty	conty	32	80	802	49.741	2.1512	5
80160	Saint-Sauflieu	saint-sauflieu	32	80	802	49.7897	2.2533	5
80160	Bosquel	bosquel	32	80	802	49.7394	2.2184	5
80160	Velennes	velennes	32	80	802	49.7623	2.0974	5
80160	Rogy	rogy	32	80	803	49.7108	2.2086	5
80160	Oresmaux	oresmaux	32	80	802	49.7684	2.27	5
80160	Nampty	nampty	32	80	802	49.7943	2.2031	5
80160	Lœuilly	l-uilly	32	80	802	49.7833	2.1667	5
80160	Tilloy-lès-Conty	tilloy-les-conty	32	80	802	49.7541	2.177	5
80160	Flers-sur-Noye	flers-sur-noye	32	80	803	49.7336	2.2555	5
80160	Contre	contre	32	80	802	49.7477	2.0963	5
80160	Fleury	fleury	32	80	802	49.7409	2.1205	5
80160	Neuville-lès-Lœuilly	neuville-les-l-uilly	32	80	802	49.7833	2.1833	5
80160	Fransures	fransures	32	80	803	49.7137	2.2324	5
80160	Brassy	brassy	32	80	802	49.7291	2.0421	5
80160	Belleuse	belleuse	32	80	802	49.7067	2.1162	5
80160	Monsures	monsures	32	80	802	49.7105	2.1719	5
80160	Sentelie	sentelie	32	80	802	49.7242	2.0265	5
80160	Frémontiers	fremontiers	32	80	802	49.75	2.0667	5
80170	Rosières-en-Santerre	rosieres-en-santerre	32	80	804	49.8143	2.7009	5
80170	Vrély	vrely	32	80	804	49.7989	2.6948	5
80170	Méharicourt	meharicourt	32	80	804	49.7977	2.732	5
80170	Rouvroy-en-Santerre	rouvroy-en-santerre	32	80	804	49.7694	2.7087	5
80170	Beaufort-en-Santerre	beaufort-en-santerre	32	80	804	49.7761	2.6681	5
80170	Guillaucourt	guillaucourt	32	80	804	49.8425	2.6317	5
80170	Fouquescourt	fouquescourt	32	80	804	49.7701	2.7524	5
80170	Maucourt	maucourt	32	80	804	49.7936	2.7541	5
80170	Wiencourt-l’Équipée	wiencourt-l-equipee	32	80	804	49.8462	2.6117	5
80170	Caix	caix	32	80	804	49.8172	2.6467	5
80170	Chilly	chilly	32	80	804	49.7935	2.7658	5
80170	Warvillers	warvillers	32	80	804	49.7808	2.6864	5
80170	Folies	folies	32	80	804	49.7608	2.6695	5
80170	Bayonvillers	bayonvillers	32	80	804	49.8614	2.6287	5
80190	Pargny	pargny	32	80	804	49.8143	2.9523	5
80190	Béthencourt-sur-Somme	bethencourt-sur-somme	32	80	804	49.7941	2.9641	5
80190	Billancourt	billancourt	32	80	804	49.7365	2.8941	5
80190	Rouy-le-Petit	rouy-le-petit	32	80	804	49.7729	2.9497	5
80190	Potte	potte	32	80	804	49.7989	2.9002	5
80190	Nesle	nesle	32	80	804	49.7589	2.9113	5
80190	Biarre	biarre	32	80	803	49.7225	2.8801	5
80190	Y	y	32	80	804	49.8028	2.991	5
80190	Languevoisin-Quiquery	languevoisin-quiquery	32	80	804	49.747	2.9302	5
80190	Herly	herly	32	80	803	49.757	2.8743	5
80190	Épénancourt	epenancourt	32	80	804	49.8253	2.93	5
80190	Mesnil-Saint-Nicaise	mesnil-saint-nicaise	32	80	804	49.7784	2.9201	5
80190	Falvy	falvy	32	80	804	49.824	2.9591	5
80190	Rouy-le-Grand	rouy-le-grand	32	80	804	49.7753	2.9591	5
80190	Curchy	curchy	32	80	804	49.7752	2.8581	5
80190	Morchain	morchain	32	80	804	49.802	2.9138	5
80190	Villecourt	villecourt	32	80	804	49.7986	2.9722	5
80190	Étalon	etalon	32	80	803	49.7642	2.8557	5
80190	Cressy-Omencourt	cressy-omencourt	32	80	803	49.7224	2.9134	5
80200	Éterpigny	eterpigny	32	80	804	49.891	2.9249	5
80200	Moislains	moislains	32	80	804	49.9882	2.964	5
80200	Barleux	barleux	32	80	804	49.8972	2.8912	5
80200	Mesnil-Bruntel	mesnil-bruntel	32	80	804	49.8966	2.9566	5
80200	Aizecourt-le-Haut	aizecourt-le-haut	32	80	804	49.9634	2.9833	5
80200	Cléry-sur-Somme	clery-sur-somme	32	80	804	49.957	2.8873	5
80200	Bouchavesnes-Bergen	bouchavesnes-bergen	32	80	804	49.9859	2.9203	5
80200	Péronne	peronne	32	80	804	49.9333	2.9333	5
80200	Soyécourt	soyecourt	32	80	804	49.8633	2.7936	5
80200	Villers-Carbonnel	villers-carbonnel	32	80	804	49.8759	2.8951	5
80200	Flaucourt	flaucourt	32	80	804	49.9145	2.8648	5
80200	Estrées-Mons	estrees-mons	32	80	804	49.878	3.0085	5
80200	Monchy-Lagache	monchy-lagache	32	80	804	49.8515	3.045	5
80200	Bussu	bussu	32	80	804	49.9333	2.9667	5
80200	Doingt	doingt	32	80	804	49.9211	2.9677	5
80200	Saint-Christ-Briost	saint-christ-briost	32	80	804	49.856	2.9308	5
80200	Berny-en-Santerre	berny-en-santerre	32	80	804	49.8666	2.8516	5
80200	Brie	brie	32	80	804	49.875	2.9325	5
80200	Cartigny	cartigny	32	80	804	49.9121	3.0126	5
80200	Feuillères	feuilleres	32	80	804	49.9477	2.8469	5
80200	Ennemain	ennemain	32	80	804	49.8469	2.964	5
80200	Estrées-Deniécourt	estrees-deniecourt	32	80	804	49.8833	2.8167	5
80200	Herbécourt	herbecourt	32	80	804	49.9207	2.8402	5
80200	Bouvincourt-en-Vermandois	bouvincourt-en-vermandois	32	80	804	49.8923	3.0412	5
80200	Allaines	allaines	32	80	804	49.9632	2.9458	5
80200	Marchélepot	marchelepot	32	80	804	49.8338	2.8669	5
80200	Belloy-en-Santerre	belloy-en-santerre	32	80	804	49.8829	2.8552	5
80200	Biaches	biaches	32	80	804	49.925	2.907	5
80200	Tertry	tertry	32	80	804	49.862	3.0719	5
80200	Cizancourt	cizancourt	32	80	804	49.8469	2.923	5
80200	Devise	devise	32	80	804	49.8576	3.0042	5
80200	Assevillers	assevillers	32	80	804	49.8975	2.8362	5
80200	Buire-Courcelles	buire-courcelles	32	80	804	49.927	3.0146	5
80200	Athies	athies	32	80	804	49.8539	2.9827	5
80200	Fay	fay	32	80	804	49.8854	2.8094	5
80201 CEDEX	Péronne	peronne	32	80	804	49.9333	2.9333	5
80202 CEDEX	Péronne	peronne	32	80	804	49.9333	2.9333	5
80203 CEDEX	Péronne	peronne	32	80	804	49.9333	2.9333	5
80204 CEDEX	Péronne	peronne	32	80	804	49.9333	2.9333	5
80205 CEDEX	Péronne	peronne	32	80	804	49.9333	2.9333	5
80206 CEDEX	Péronne	peronne	32	80	804	49.9333	2.9333	5
80208 CEDEX	Péronne	peronne	32	80	804	49.9333	2.9333	5
80209 CEDEX	Péronne	peronne	32	80	804	49.9333	2.9333	5
80210	Tours-en-Vimeu	tours-en-vimeu	32	80	801	50.0352	1.6839	5
80210	Aigneville	aigneville	32	80	801	50.0346	1.6208	5
80210	Ochancourt	ochancourt	32	80	801	50.1033	1.614	5
80210	Franleu	franleu	32	80	801	50.0989	1.641	5
80210	Chépy	chepy	32	80	801	50.0636	1.6469	5
80210	Ercourt	ercourt	32	80	801	50.0419	1.7234	5
80210	Mons-Boubert	mons-boubert	32	80	801	50.1293	1.663	5
80210	Feuquières-en-Vimeu	feuquieres-en-vimeu	32	80	801	50.0598	1.6046	5
80210	Valines	valines	32	80	801	50.0765	1.6227	5
80210	Acheux-en-Vimeu	acheux-en-vimeu	32	80	801	50.0652	1.6761	5
80220	Bouvaincourt-sur-Bresle	bouvaincourt-sur-bresle	32	80	801	50.0302	1.4918	5
80220	Frettemeule	frettemeule	32	80	801	50.0167	1.65	5
80220	Bouillancourt-en-Séry	bouillancourt-en-sery	32	80	801	49.9614	1.6292	5
80220	Tilloy-Floriville	tilloy-floriville	32	80	801	49.9876	1.6103	5
80220	Buigny-lès-Gamaches	buigny-les-gamaches	32	80	801	50.024	1.5669	5
80220	Gamaches	gamaches	32	80	801	49.9861	1.5562	5
80220	Bouttencourt	bouttencourt	32	80	801	49.9372	1.6343	5
80220	Maisnières	maisnieres	32	80	801	50.015	1.6175	5
80230	Boismont	boismont	32	80	801	50.1521	1.6853	5
80230	Pendé	pende	32	80	801	50.1606	1.5854	5
80230	Saigneville	saigneville	32	80	801	50.1374	1.7129	5
80230	Vaudricourt	vaudricourt	32	80	801	50.1202	1.5499	5
80230	Estrébœuf	estreb-uf	32	80	801	50.15	1.6167	5
80230	Lanchères	lancheres	32	80	801	50.1591	1.5551	5
80230	Brutelles	brutelles	32	80	801	50.1415	1.5241	5
80230	Saint-Valery-sur-Somme	saint-valery-sur-somme	32	80	801	50.1833	1.6333	5
80240	Roisel	roisel	32	80	804	49.9477	3.0997	5
80240	Guyencourt-Saulcourt	guyencourt-saulcourt	32	80	804	50	3.0798	5
80240	Hesbécourt	hesbecourt	32	80	804	49.9441	3.1317	5
80240	Pœuilly	p-uilly	32	80	804	49.8833	3.1	5
80240	Templeux-le-Guérard	templeux-le-guerard	32	80	804	49.9628	3.1497	5
80240	Driencourt	driencourt	32	80	804	49.9578	3.0103	5
80240	Sorel	sorel	32	80	804	50.0167	3.05	5
80240	Longavesnes	longavesnes	32	80	804	49.9719	3.0601	5
80240	Liéramont	lieramont	32	80	804	49.9937	3.0491	5
80240	Tincourt-Boucly	tincourt-boucly	32	80	804	49.9384	3.0428	5
80240	Templeux-la-Fosse	templeux-la-fosse	32	80	804	49.9664	3.0248	5
80240	Aizecourt-le-Bas	aizecourt-le-bas	32	80	804	49.9805	3.033	5
80240	Bernes	bernes	32	80	804	49.9098	3.0997	5
80240	Hervilly	hervilly	32	80	804	49.935	3.1178	5
80240	Marquaix	marquaix	32	80	804	49.9455	3.0755	5
80240	Villers-Faucon	villers-faucon	32	80	804	49.9777	3.1016	5
80240	Vraignes-en-Vermandois	vraignes-en-vermandois	32	80	804	49.8875	3.066	5
80240	Nurlu	nurlu	32	80	804	50.0065	3.0217	5
80240	Hancourt	hancourt	32	80	804	49.9029	3.0736	5
80250	Louvrechy	louvrechy	32	80	803	49.7335	2.3953	5
80250	Chaussoy-Epagny	chaussoy-epagny	32	80	803	49.7333	2.3333	5
80250	Chirmont	chirmont	32	80	803	49.7128	2.385	5
80250	Lawarde-Mauger-l’Hortoy	lawarde-mauger-l-hortoy	32	80	803	49.7081	2.279	5
80250	Malpart	malpart	32	80	803	49.6927	2.4987	5
80250	Remiencourt	remiencourt	32	80	802	49.7832	2.3819	5
80250	Hallivillers	hallivillers	32	80	803	49.7006	2.2873	5
80250	La Faloise	la-faloise	32	80	803	49.699	2.3421	5
80250	Jumel	jumel	32	80	803	49.7583	2.3522	5
80250	Guyencourt-sur-Noye	guyencourt-sur-noye	32	80	803	49.7802	2.3713	5
80250	Thory	thory	32	80	803	49.72	2.4355	5
80250	Quiry-le-Sec	quiry-le-sec	32	80	803	49.6727	2.3815	5
80250	Esclainvillers	esclainvillers	32	80	803	49.6903	2.3941	5
80250	Grivesnes	grivesnes	32	80	803	49.6893	2.4722	5
80250	Folleville	folleville	32	80	803	49.6761	2.3652	5
80250	Rouvrel	rouvrel	32	80	803	49.7708	2.4128	5
80250	Estrées-sur-Noye	estrees-sur-noye	32	80	802	49.7863	2.3305	5
80250	Sourdon	sourdon	32	80	803	49.7103	2.3969	5
80250	Ailly-sur-Noye	ailly-sur-noye	32	80	803	49.7571	2.3637	5
80250	Coullemelle	coullemelle	32	80	803	49.6685	2.4234	5
80260	Cardonnette	cardonnette	32	80	802	49.9527	2.3592	5
80260	Bertangles	bertangles	32	80	802	49.97	2.2989	5
80260	Béhencourt	behencourt	32	80	802	49.9725	2.452	5
80260	Rainneville	rainneville	32	80	802	49.9735	2.3554	5
80260	Flesselles	flesselles	32	80	802	50.002	2.2612	5
80260	Mirvaux	mirvaux	32	80	802	50.0025	2.3955	5
80260	Coisy	coisy	32	80	802	49.9596	2.3269	5
80260	Montonvillers	montonvillers	32	80	802	49.9942	2.2949	5
80260	Saint-Gratien	saint-gratien	32	80	802	49.9663	2.4094	5
80260	La Vicogne	la-vicogne	32	80	802	50.0547	2.323	5
80260	Talmas	talmas	32	80	802	50.0305	2.3255	5
80260	Beaucourt-sur-l’Hallue	beaucourt-sur-l-hallue	32	80	802	49.9898	2.444	5
80260	Naours	naours	32	80	802	50.0368	2.2769	5
80260	Hérissart	herissart	32	80	804	50.0268	2.4162	5
80260	Rubempré	rubempre	32	80	802	50.0186	2.3854	5
80260	Bavelincourt	bavelincourt	32	80	802	49.9853	2.4543	5
80260	Fréchencourt	frechencourt	32	80	802	49.9662	2.444	5
80260	Villers-Bocage	villers-bocage	32	80	802	49.9981	2.3168	5
80260	Molliens-au-Bois	molliens-au-bois	32	80	802	49.9883	2.3867	5
80260	Poulainville	poulainville	32	80	802	49.9475	2.3137	5
80260	Allonville	allonville	32	80	802	49.9404	2.3633	5
80260	Montigny-sur-l’Hallue	montigny-sur-l-hallue	32	80	802	49.98	2.4434	5
80260	Vaux-en-Amiénois	vaux-en-amienois	32	80	802	49.9616	2.2493	5
80260	Pierregot	pierregot	32	80	802	50.002	2.3789	5
80270	Belloy-Saint-Léonard	belloy-saint-leonard	32	80	802	49.7333	1.9167	5
80270	Quesnoy-sur-Airaines	quesnoy-sur-airaines	32	80	802	49.9553	1.9905	5
80270	Allery	allery	32	80	801	49.964	1.8983	5
80270	Laleu	laleu	32	80	802	49.9409	1.9325	5
80270	Avelesges	avelesges	32	80	802	49.9165	1.9366	5
80270	Bettencourt-Rivière	bettencourt-riviere	32	80	801	49.9992	1.9801	5
80270	Warlus	warlus	32	80	802	49.9244	1.9441	5
80270	Wiry-au-Mont	wiry-au-mont	32	80	801	49.9629	1.8381	5
80270	Métigny	metigny	32	80	802	49.9445	1.9282	5
80270	Heucourt-Croquoison	heucourt-croquoison	32	80	802	49.9306	1.8825	5
80270	Airaines	airaines	32	80	802	49.9683	1.9427	5
80270	Vergies	vergies	32	80	802	49.9327	1.8473	5
80270	Tailly	tailly	32	80	802	49.9333	1.95	5
80290	Saulchoy-sous-Poix	saulchoy-sous-poix	32	80	802	49.7571	1.9375	5
80290	Bergicourt	bergicourt	32	80	802	49.7472	2.0242	5
80290	Blangy-sous-Poix	blangy-sous-poix	32	80	802	49.7672	2.0012	5
80290	Méréaucourt	mereaucourt	32	80	802	49.7293	1.9349	5
80290	Éplessier	eplessier	32	80	802	49.7829	1.954	5
80290	Équennes-Éramecourt	equennes-eramecourt	32	80	802	49.7333	1.95	5
80290	Thieulloy-la-Ville	thieulloy-la-ville	32	80	802	49.7466	1.9296	5
80290	Morvillers-Saint-Saturnin	morvillers-saint-saturnin	32	80	802	49.7807	1.8249	5
80290	Lamaronde	lamaronde	32	80	802	49.8058	1.9008	5
80290	Bettembos	bettembos	32	80	802	49.8044	1.8796	5
80290	Lignières-Châtelain	lignieres-chatelain	32	80	802	49.7746	1.8624	5
80290	Sainte-Segrée	sainte-segree	32	80	802	49.7568	1.9113	5
80290	Moyencourt-lès-Poix	moyencourt-les-poix	32	80	802	49.8025	2.0339	5
80290	Fourcigny	fourcigny	32	80	802	49.7593	1.8255	5
80290	Namps-Maisnil	namps-maisnil	32	80	802	49.8	2.1	5
80290	Marlers	marlers	32	80	802	49.7611	1.8489	5
80290	Meigneux	meigneux	32	80	802	49.7662	1.8938	5
80290	Fresnoy-au-Val	fresnoy-au-val	32	80	802	49.8352	2.0564	5
80290	Bussy-lès-Poix	bussy-les-poix	32	80	802	49.82	2.0187	5
80290	Guizancourt	guizancourt	32	80	802	49.7358	1.9954	5
80290	Caulières	caulieres	32	80	802	49.7795	1.8896	5
80290	Famechon	famechon	32	80	802	49.7599	2.0615	5
80290	Poix-de-Picardie	poix-de-picardie	32	80	802	49.7833	1.9833	5
80290	Fricamps	fricamps	32	80	802	49.8195	1.9979	5
80290	Croixrault	croixrault	32	80	802	49.7916	1.9923	5
80290	Hescamps	hescamps	32	80	802	49.7333	1.8833	5
80290	Courcelles-sous-Moyencourt	courcelles-sous-moyencourt	32	80	802	49.8121	2.0451	5
80290	Offignies	offignies	32	80	802	49.7991	1.8523	5
80290	Gauville	gauville	32	80	802	49.7809	1.7912	5
80290	Lachapelle	lachapelle	32	80	802	49.7667	1.95	5
80300	Grandcourt	grandcourt	32	80	804	50.08	2.711	5
80300	Mesnil-Martinsart	mesnil-martinsart	32	80	804	50.0532	2.6474	5
80300	Thiepval	thiepval	32	80	804	50.0546	2.6898	5
80300	Irles	irles	32	80	804	50.0993	2.7535	5
80300	Hénencourt	henencourt	32	80	802	50.0026	2.5643	5
80300	Bécordel-Bécourt	becordel-becourt	32	80	804	49.9869	2.6853	5
80300	Montauban-de-Picardie	montauban-de-picardie	32	80	804	50.0063	2.7769	5
80300	Méaulte	meaulte	32	80	804	49.9817	2.6612	5
80300	Fricourt	fricourt	32	80	804	49.9981	2.7136	5
80300	Albert	albert	32	80	804	50.0009	2.651	5
80300	Courcelette	courcelette	32	80	804	50.0585	2.7478	5
80300	Morlancourt	morlancourt	32	80	804	49.9511	2.6304	5
80300	Aveluy	aveluy	32	80	804	50.0231	2.6581	5
80300	Carnoy	carnoy	32	80	804	49.9849	2.7558	5
80300	Miraumont	miraumont	32	80	804	50.0949	2.7305	5
80300	Englebelmer	englebelmer	32	80	804	50.0595	2.6094	5
80300	Dernancourt	dernancourt	32	80	804	49.9727	2.6309	5
80300	Millencourt	millencourt	32	80	804	50.0007	2.5872	5
80300	Contalmaison	contalmaison	32	80	804	50.0228	2.7312	5
80300	Ovillers-la-Boisselle	ovillers-la-boisselle	32	80	804	50.031	2.6974	5
80300	Bazentin	bazentin	32	80	804	50.0318	2.7625	5
80300	Beaucourt-sur-l’Ancre	beaucourt-sur-l-ancre	32	80	804	50.0809	2.6868	5
80300	Baizieux	baizieux	32	80	802	49.9929	2.5178	5
80300	Bresle	bresle	32	80	802	49.9834	2.557	5
80300	Laviéville	lavieville	32	80	804	49.9916	2.575	5
80300	Mametz	mametz	32	80	804	49.9972	2.7361	5
80300	Buire-sur-l’Ancre	buire-sur-l-ancre	32	80	804	49.9652	2.5915	5
80300	Pys	pys	32	80	804	50.0877	2.7559	5
80300	Treux	treux	32	80	802	49.9579	2.5912	5
80300	Senlis-le-Sec	senlis-le-sec	32	80	804	50.0249	2.5778	5
80300	Bouzincourt	bouzincourt	32	80	804	50.0256	2.6103	5
80300	Beaumont-Hamel	beaumont-hamel	32	80	804	50.0843	2.6575	5
80300	Pozières	pozieres	32	80	804	50.0405	2.7293	5
80300	Warloy-Baillon	warloy-baillon	32	80	802	50.0101	2.5218	5
80300	Authuille	authuille	32	80	804	50.0431	2.6683	5
80300	Ville-sur-Ancre	ville-sur-ancre	32	80	804	49.9619	2.6119	5
80301 CEDEX	Albert	albert	32	80	804	50.0009	2.651	5
80302 CEDEX	Albert	albert	32	80	804	50.0009	2.651	5
80303 CEDEX	Albert	albert	32	80	804	50.0009	2.651	5
80309 CEDEX	Albert	albert	32	80	804	50.0009	2.651	5
80310	Saint-Vaast-en-Chaussée	saint-vaast-en-chaussee	32	80	802	49.9667	2.2	5
80310	Cavillon	cavillon	32	80	802	49.9214	2.0835	5
80310	Yzeux	yzeux	32	80	802	49.9756	2.1073	5
80310	Bourdon	bourdon	32	80	802	49.9889	2.0746	5
80310	La Chaussée-Tirancourt	la-chaussee-tirancourt	32	80	802	49.9538	2.1496	5
80310	Riencourt	riencourt	32	80	802	49.9216	2.0504	5
80310	Belloy-sur-Somme	belloy-sur-somme	32	80	802	49.9653	2.1338	5
80310	Soues	soues	32	80	802	49.9567	2.0535	5
80310	Crouy-Saint-Pierre	crouy-saint-pierre	32	80	802	49.9667	2.0833	5
80310	Le Mesge	le-mesge	32	80	802	49.9455	2.0526	5
80310	Picquigny	picquigny	32	80	802	49.9441	2.1438	5
80310	Hangest-sur-Somme	hangest-sur-somme	32	80	802	49.9809	2.0645	5
80310	Fourdrinoy	fourdrinoy	32	80	802	49.9182	2.1067	5
80320	Lihons	lihons	32	80	804	49.8247	2.7656	5
80320	Vermandovillers	vermandovillers	32	80	804	49.8504	2.7828	5
80320	Misery	misery	32	80	804	49.8502	2.8878	5
80320	Ablaincourt-Pressoir	ablaincourt-pressoir	32	80	804	49.8401	2.8224	5
80320	Fresnes-Mazancourt	fresnes-mazancourt	32	80	804	49.8526	2.8643	5
80320	Hyencourt-le-Grand	hyencourt-le-grand	32	80	804	49.8211	2.8339	5
80320	Omiécourt	omiecourt	32	80	804	49.8099	2.8475	5
80320	Chaulnes	chaulnes	32	80	804	49.817	2.8006	5
80320	Hallu	hallu	32	80	804	49.7935	2.7868	5
80320	Licourt	licourt	32	80	804	49.821	2.8999	5
80320	Punchy	punchy	32	80	804	49.7924	2.8086	5
80320	Puzeaux	puzeaux	32	80	804	49.7977	2.82	5
80320	Pertain	pertain	32	80	804	49.8117	2.8686	5
80330	Cagny	cagny	32	80	802	49.8622	2.3427	5
80330	Longueau	longueau	32	80	802	49.8723	2.3588	5
80331 CEDEX	Longueau	longueau	32	80	802	49.8723	2.3588	5
80332 CEDEX	Longueau	longueau	32	80	802	49.8723	2.3588	5
80333 CEDEX	Longueau	longueau	32	80	802	49.8723	2.3588	5
80334 CEDEX	Longueau	longueau	32	80	802	49.8723	2.3588	5
80335 CEDEX	Longueau	longueau	32	80	802	49.8723	2.3588	5
80336 CEDEX	Longueau	longueau	32	80	802	49.8723	2.3588	5
80339 CEDEX	Longueau	longueau	32	80	802	49.8723	2.3588	5
80340	Herleville	herleville	32	80	804	49.8647	2.7534	5
80340	Méricourt-sur-Somme	mericourt-sur-somme	32	80	804	49.9055	2.6744	5
80340	Chuignes	chuignes	32	80	804	49.9004	2.7515	5
80340	Éclusier-Vaux	eclusier-vaux	32	80	804	49.9361	2.7869	5
80340	Suzanne	suzanne	32	80	804	49.9508	2.7665	5
80340	Étinehem	etinehem	32	80	804	49.9284	2.6905	5
80340	Bray-sur-Somme	bray-sur-somme	32	80	804	49.9408	2.7185	5
80340	Foucaucourt-en-Santerre	foucaucourt-en-santerre	32	80	804	49.874	2.7773	5
80340	Cappy	cappy	32	80	804	49.9254	2.7577	5
80340	Proyart	proyart	32	80	804	49.8869	2.7062	5
80340	Fontaine-lès-Cappy	fontaine-les-cappy	32	80	804	49.8981	2.782	5
80340	La Neuville-lès-Bray	la-neuville-les-bray	32	80	804	49.9316	2.7172	5
80340	Chuignolles	chuignolles	32	80	804	49.9022	2.7284	5
80340	Frise	frise	32	80	804	49.9419	2.8181	5
80340	Morcourt	morcourt	32	80	802	49.892	2.6507	5
80350	Mers-les-Bains	mers-les-bains	32	80	801	50.0654	1.3881	5
80360	Gueudecourt	gueudecourt	32	80	804	50.0593	2.8436	5
80360	Longueval	longueval	32	80	804	50.0254	2.8039	5
80360	Ginchy	ginchy	32	80	804	50.0234	2.8318	5
80360	Curlu	curlu	32	80	804	49.9651	2.8171	5
80360	Flers	flers	32	80	804	50.0474	2.8205	5
80360	Maurepas	maurepas	32	80	804	49.9888	2.8474	5
80360	Rancourt	rancourt	32	80	804	50.0032	2.9109	5
80360	Mesnil-en-Arrouaise	mesnil-en-arrouaise	32	80	804	50.0445	2.944	5
80360	Sailly-Saillisel	sailly-saillisel	32	80	804	50.0293	2.9133	5
80360	Lesbœufs	lesb-ufs	32	80	804	50.0333	2.8667	5
80360	Équancourt	equancourt	32	80	804	50.0361	3.02	5
80360	Fins	fins	32	80	804	50.0354	3.0452	5
80360	Combles	combles	32	80	804	50.0093	2.8672	5
80360	Guillemont	guillemont	32	80	804	50.0126	2.8263	5
80360	Hardecourt-aux-Bois	hardecourt-aux-bois	32	80	804	49.9902	2.8178	5
80360	Étricourt-Manancourt	etricourt-manancourt	32	80	804	50.0333	2.9857	5
80360	Maricourt	maricourt	32	80	804	49.9811	2.7839	5
80360	Hem-Monacu	hem-monacu	32	80	804	49.9548	2.8386	5
80370	Agenville	agenville	32	80	802	50.1652	2.1026	5
80370	Cramont	cramont	32	80	801	50.1479	2.0544	5
80370	Gorges	gorges	32	80	802	50.1101	2.1791	5
80370	Heuzecourt	heuzecourt	32	80	802	50.1743	2.1667	5
80370	Bernaville	bernaville	32	80	802	50.1323	2.163	5
80370	Prouville	prouville	32	80	802	50.1479	2.1277	5
80370	Épécamps	epecamps	32	80	802	50.1124	2.1544	5
80370	Hiermont	hiermont	32	80	802	50.1951	2.0771	5
80370	Montigny-les-Jongleurs	montigny-les-jongleurs	32	80	802	50.1806	2.1346	5
80370	Maizicourt	maizicourt	32	80	802	50.1955	2.123	5
80370	Bernâtre	bernatre	32	80	802	50.1974	2.0915	5
80370	Saint-Acheul	saint-acheul	32	80	802	50.1898	2.1642	5
80370	Beaumetz	beaumetz	32	80	802	50.1407	2.1186	5
80370	Conteville	conteville	32	80	802	50.1786	2.0745	5
80370	Béalcourt	bealcourt	32	80	802	50.2042	2.1848	5
80370	Le Meillard	le-meillard	32	80	802	50.1713	2.1955	5
80370	Domesmont	domesmont	32	80	802	50.1209	2.148	5
80370	Frohen-sur-Authie	frohen-sur-authie	32	80	802	50.2	2.2	5
80370	Domléger-Longvillers	domleger-longvillers	32	80	802	50.1667	2.0833	5
80390	Nibas	nibas	32	80	801	50.1023	1.589	5
80390	Fressenneville	fressenneville	32	80	801	50.0684	1.5782	5
80400	Douilly	douilly	32	80	804	49.7937	3.0644	5
80400	Voyennes	voyennes	32	80	804	49.7708	2.9858	5
80400	Moyencourt	moyencourt	32	80	804	49.722	2.9515	5
80400	Brouchy	brouchy	32	80	804	49.7167	3.1	5
80400	Muille-Villette	muille-villette	32	80	804	49.7276	3.0677	5
80400	Buverchy	buverchy	32	80	804	49.7308	2.9698	5
80400	Ercheu	ercheu	32	80	803	49.7022	2.9415	5
80400	Croix-Moligneaux	croix-moligneaux	32	80	804	49.8142	3.0039	5
80400	Eppeville	eppeville	32	80	804	49.7407	3.0511	5
80400	Sancourt	sancourt	32	80	804	49.7736	3.0383	5
80400	Esmery-Hallon	esmery-hallon	32	80	804	49.7172	3.0131	5
80400	Breuil	breuil	32	80	804	49.7379	2.9557	5
80400	Ham	ham	32	80	804	49.7472	3.073	5
80400	Matigny	matigny	32	80	804	49.796	3.0073	5
80400	Ugny-l’Équipée	ugny-l-equipee	32	80	804	49.8172	3.0614	5
80400	Quivières	quivieres	32	80	804	49.8226	3.0379	5
80400	Offoy	offoy	32	80	804	49.7607	3.0116	5
80400	Grécourt	grecourt	32	80	804	49.7254	2.9875	5
80400	Hombleux	hombleux	32	80	804	49.7394	2.9857	5
80410	Cayeux-sur-Mer	cayeux-sur-mer	32	80	801	50.182	1.494	5
80420	Ville-le-Marclet	ville-le-marclet	32	80	802	50.0226	2.0725	5
80420	Flixecourt	flixecourt	32	80	802	50.0147	2.0809	5
80430	Saint-Aubin-Rivière	saint-aubin-riviere	32	80	802	49.8716	1.7759	5
80430	Beaucamps-le-Vieux	beaucamps-le-vieux	32	80	802	49.8464	1.7827	5
80430	Beaucamps-le-Jeune	beaucamps-le-jeune	32	80	802	49.8162	1.7728	5
80430	Inval-Boiron	inval-boiron	32	80	802	49.8844	1.7508	5
80430	Saint-Germain-sur-Bresle	saint-germain-sur-bresle	32	80	802	49.8298	1.732	5
80430	Le Mazis	le-mazis	32	80	802	49.8779	1.7742	5
80430	Le Quesne	le-quesne	32	80	802	49.8647	1.8017	5
80430	Neuville-Coppegueule	neuville-coppegueule	32	80	802	49.8473	1.754	5
80430	Brocourt	brocourt	32	80	802	49.8547	1.8213	5
80430	Lafresguimont-Saint-Martin	lafresguimont-saint-martin	32	80	802	49.8167	1.8	5
80430	Liomer	liomer	32	80	802	49.858	1.8144	5
80440	Boves	boves	32	80	802	49.8465	2.396	5
80440	Hailles	hailles	32	80	803	49.8054	2.4384	5
80440	Glisy	glisy	32	80	802	49.8776	2.398	5
80440	Thézy-Glimont	thezy-glimont	32	80	802	49.8115	2.4302	5
80440	Blangy-Tronville	blangy-tronville	32	80	802	49.879	2.4226	5
80440	Cottenchy	cottenchy	32	80	803	49.8095	2.3839	5
80440	Fouencamps	fouencamps	32	80	803	49.8245	2.4071	5
80440	Dommartin	dommartin	32	80	803	49.8004	2.3908	5
80450	Lamotte-Brebière	lamotte-brebiere	32	80	802	49.8857	2.3892	5
80450	Camon	camon	32	80	802	49.8876	2.3449	5
80460	Ault	ault	32	80	801	50.104	1.45	5
80460	Oust-Marest	oust-marest	32	80	801	50.05	1.4667	5
80460	Woignarue	woignarue	32	80	801	50.1102	1.4953	5
80460	Friaucourt	friaucourt	32	80	801	50.0887	1.4765	5
80470	Dreuil-lès-Amiens	dreuil-les-amiens	32	80	802	49.9148	2.2289	5
80470	Saveuse	saveuse	32	80	802	49.9	2.2182	5
80470	Argoeuves	argoeuves	32	80	802	49.9299	2.2278	5
80470	Saint-Sauveur	saint-sauveur	32	80	802	49.9379	2.2116	5
80470	Ailly-sur-Somme	ailly-sur-somme	32	80	802	49.9289	2.1961	5
80470	Breilly	breilly	32	80	802	49.935	2.1799	5
80470	Ferrières	ferrieres	32	80	802	49.8916	2.1776	5
80480	Pont-de-Metz	pont-de-metz	32	80	802	49.8782	2.2427	5
80480	Bacouel-sur-Selle	bacouel-sur-selle	32	80	802	49.83	2.225	5
80480	Salouël	salouel	32	80	802	49.8699	2.2434	5
80480	Creuse	creuse	32	80	802	49.8392	2.164	5
80480	Saleux	saleux	32	80	802	49.8563	2.237	5
80480	Vers-sur-Selles	vers-sur-selles	32	80	802	49.8333	2.2333	5
80480	Dury	dury	32	80	802	49.8473	2.2707	5
80490	Sorel-en-Vimeu	sorel-en-vimeu	32	80	801	50.0106	1.9079	5
80490	Frucourt	frucourt	32	80	801	49.9962	1.8102	5
80490	Citerne	citerne	32	80	801	49.9819	1.8242	5
80490	Hallencourt	hallencourt	32	80	801	49.992	1.8765	5
80490	Limeux	limeux	32	80	801	50.0189	1.8165	5
80490	Mérélessart	merelessart	32	80	801	49.9714	1.8499	5
80490	Bailleul	bailleul	32	80	801	50.0288	1.849	5
80500	Lignières	lignieres	32	80	803	49.6833	2.65	5
80500	Laboissière-en-Santerre	laboissiere-en-santerre	32	80	803	49.6662	2.6758	5
80500	Marestmontiers	marestmontiers	32	80	803	49.6833	2.5333	5
80500	Becquigny	becquigny	32	80	803	49.6963	2.6224	5
80500	Rubescourt	rubescourt	32	80	803	49.6066	2.5717	5
80500	Montdidier	montdidier	32	80	803	49.65	2.5667	5
80500	Mesnil-Saint-Georges	mesnil-saint-georges	32	80	803	49.6386	2.5248	5
80500	Assainvillers	assainvillers	32	80	803	49.6211	2.6105	5
80500	Courtemanche	courtemanche	32	80	803	49.6619	2.5397	5
80500	Pierrepont-sur-Avre	pierrepont-sur-avre	32	80	803	49.713	2.5422	5
80500	Piennes-Onvillers	piennes-onvillers	32	80	803	49.6333	2.6333	5
80500	Le Cardonnois	le-cardonnois	32	80	803	49.6273	2.4795	5
80500	Gratibus	gratibus	32	80	803	49.6863	2.5398	5
80500	Rollot	rollot	32	80	803	49.5905	2.654	5
80500	Guerbigny	guerbigny	32	80	803	49.7	2.6616	5
80500	Remaugies	remaugies	32	80	803	49.6285	2.6674	5
80500	Fontaine-sous-Montdidier	fontaine-sous-montdidier	32	80	803	49.6567	2.5182	5
80500	Erches	erches	32	80	803	49.7223	2.6711	5
80500	Fescamps	fescamps	32	80	803	49.6393	2.6822	5
80500	Ayencourt	ayencourt	32	80	803	49.6271	2.5556	5
80500	Bouillancourt-la-Bataille	bouillancourt-la-bataille	32	80	803	49.6948	2.532	5
80500	Cantigny	cantigny	32	80	803	49.6637	2.4915	5
80500	Hargicourt	hargicourt	32	80	803	49.7108	2.5305	5
80500	Fignières	fignieres	32	80	803	49.6843	2.5861	5
80500	Davenescourt	davenescourt	32	80	803	49.7091	2.5963	5
80500	Boussicourt	boussicourt	32	80	803	49.7038	2.5758	5
80500	Faverolles	faverolles	32	80	803	49.6499	2.623	5
80500	Contoire	contoire	32	80	803	49.7212	2.5568	5
80500	Villers-Tournelle	villers-tournelle	32	80	803	49.6543	2.4626	5
80500	Warsy	warsy	32	80	803	49.699	2.6487	5
80500	Ételfay	etelfay	32	80	803	49.6619	2.6195	5
80510	Long	long	32	80	801	50.0408	1.9794	5
80510	Longpré-les-Corps-Saints	longpre-les-corps-saints	32	80	801	50.0124	1.9929	5
80510	Fontaine-sur-Somme	fontaine-sur-somme	32	80	801	50.0291	1.9396	5
80510	Cocquerel	cocquerel	32	80	801	50.044	1.9487	5
80520	Méneslies	meneslies	32	80	801	50.0581	1.4993	5
80520	Woincourt	woincourt	32	80	801	50.0663	1.5368	5
80520	Yzengremer	yzengremer	32	80	801	50.0614	1.5223	5
80531 CEDEX	Friville-Escarbotin	friville-escarbotin	32	80	801	50.086	1.5456	5
80532 CEDEX	Friville-Escarbotin	friville-escarbotin	32	80	801	50.086	1.5456	5
80533 CEDEX	Friville-Escarbotin	friville-escarbotin	32	80	801	50.086	1.5456	5
80534 CEDEX	Friville-Escarbotin	friville-escarbotin	32	80	801	50.086	1.5456	5
80535 CEDEX	Friville-Escarbotin	friville-escarbotin	32	80	801	50.086	1.5456	5
80539 CEDEX	Friville-Escarbotin	friville-escarbotin	32	80	801	50.086	1.5456	5
80540	Clairy-Saulchoix	clairy-saulchoix	32	80	802	49.8559	2.1794	5
80540	Guignemicourt	guignemicourt	32	80	802	49.8695	2.175	5
80540	Pissy	pissy	32	80	802	49.8623	2.1314	5
80540	Bougainville	bougainville	32	80	802	49.8707	2.0431	5
80540	Oissy	oissy	32	80	802	49.906	2.0513	5
80540	Montagne-Fayel	montagne-fayel	32	80	802	49.916	1.9813	5
80540	Briquemesnil-Floxicourt	briquemesnil-floxicourt	32	80	802	49.8845	2.087	5
80540	Camps-en-Amiénois	camps-en-amienois	32	80	802	49.88	1.9696	5
80540	Saint-Aubin-Montenoy	saint-aubin-montenoy	32	80	802	49.85	1.9833	5
80540	Seux	seux	32	80	802	49.8735	2.1069	5
80540	Revelles	revelles	32	80	802	49.8494	2.1217	5
80540	Bovelles	bovelles	32	80	802	49.8823	2.1459	5
80540	Molliens-Dreuil	molliens-dreuil	32	80	802	49.8833	2.0167	5
80540	Fluy	fluy	32	80	802	49.8589	2.098	5
80540	Saisseval	saisseval	32	80	802	49.8943	2.1124	5
80550	Le Crotoy	le-crotoy	32	80	801	50.216	1.625	5
80560	Bertrancourt	bertrancourt	32	80	804	50.093	2.5583	5
80560	Harponville	harponville	32	80	804	50.0366	2.4996	5
80560	Arquèves	arqueves	32	80	804	50.0734	2.4675	5
80560	Varennes	varennes	32	80	804	50.05	2.5339	5
80560	Forceville	forceville	32	80	804	50.0605	2.5575	5
80560	Puchevillers	puchevillers	32	80	804	50.0542	2.4102	5
80560	Mailly-Maillet	mailly-maillet	32	80	804	50.0803	2.6047	5
80560	Marieux	marieux	32	80	804	50.1062	2.442	5
80560	Léalvillers	lealvillers	32	80	804	50.0645	2.5096	5
80560	Acheux-en-Amiénois	acheux-en-amienois	32	80	804	50.0728	2.532	5
80560	Saint-Léger-lès-Authie	saint-leger-les-authie	32	80	804	50.1256	2.5095	5
80560	Vadencourt	vadencourt	32	80	802	50.0068	2.4892	5
80560	Authie	authie	32	80	804	50.1198	2.4906	5
80560	Coigneux	coigneux	32	80	804	50.1167	2.55	5
80560	Courcelles-au-Bois	courcelles-au-bois	32	80	804	50.103	2.5852	5
80560	Toutencourt	toutencourt	32	80	804	50.0354	2.4604	5
80560	Contay	contay	32	80	802	50.0045	2.4754	5
80560	Colincamps	colincamps	32	80	804	50.0988	2.6019	5
80560	Vauchelles-lès-Authie	vauchelles-les-authie	32	80	804	50.0989	2.4785	5
80560	Hédauville	hedauville	32	80	804	50.0458	2.5677	5
80560	Bayencourt	bayencourt	32	80	804	50.132	2.5748	5
80560	Louvencourt	louvencourt	32	80	804	50.0933	2.4998	5
80560	Bus-lès-Artois	bus-les-artois	32	80	804	50.1039	2.5424	5
80560	Auchonvillers	auchonvillers	32	80	804	50.0811	2.6306	5
80570	Embreville	embreville	32	80	801	50.0287	1.5417	5
80570	Dargnies	dargnies	32	80	801	50.0414	1.5253	5
80580	Eaucourt-sur-Somme	eaucourt-sur-somme	32	80	801	50.0646	1.8852	5
80580	Épagne-Épagnette	epagne-epagnette	32	80	801	50.0718	1.8733	5
80580	Pont-Remy	pont-remy	32	80	801	50.05	1.9167	5
80580	Bray-lès-Mareuil	bray-les-mareuil	32	80	801	50.0537	1.8531	5
80580	Érondelle	erondelle	32	80	801	50.0531	1.8842	5
80580	Liercourt	liercourt	32	80	801	50.0425	1.896	5
80600	Beauquesne	beauquesne	32	80	802	50.0853	2.3928	5
80600	Lucheux	lucheux	32	80	802	50.1969	2.4131	5
80600	Doullens	doullens	32	80	802	50.1572	2.3402	5
80600	Longuevillette	longuevillette	32	80	802	50.1292	2.2744	5
80600	Terramesnil	terramesnil	32	80	802	50.1059	2.381	5
80600	Boisbergues	boisbergues	32	80	802	50.1537	2.2295	5
80600	Raincheval	raincheval	32	80	804	50.0737	2.4369	5
80600	Grouches-Luchuel	grouches-luchuel	32	80	802	50.1823	2.3766	5
80600	Occoches	occoches	32	80	802	50.1735	2.269	5
80600	Brévillers	brevillers	32	80	802	50.2161	2.3755	5
80600	Authieule	authieule	32	80	802	50.1415	2.371	5
80600	Bouquemaison	bouquemaison	32	80	802	50.2128	2.3412	5
80600	Remaisnil	remaisnil	32	80	802	50.1999	2.2454	5
80600	Outrebois	outrebois	32	80	802	50.1737	2.2526	5
80600	Gézaincourt	gezaincourt	32	80	802	50.1407	2.321	5
80600	Autheux	autheux	32	80	802	50.142	2.2307	5
80600	Mézerolles	mezerolles	32	80	802	50.1887	2.2393	5
80600	Humbercourt	humbercourt	32	80	802	50.2105	2.4595	5
80600	Hem-Hardinval	hem-hardinval	32	80	802	50.163	2.3005	5
80600	Neuvillette	neuvillette	32	80	802	50.2085	2.322	5
80600	Barly	barly	32	80	802	50.2003	2.2724	5
80610	Bettencourt-Saint-Ouen	bettencourt-saint-ouen	32	80	802	50.0259	2.1132	5
80610	Saint-Ouen	saint-ouen	32	80	802	50.0382	2.1209	5
80620	Ribeaucourt	ribeaucourt	32	80	802	50.1173	2.119	5
80620	Surcamps	surcamps	32	80	802	50.07	2.0742	5
80620	Domqueur	domqueur	32	80	801	50.1164	2.0479	5
80620	Mesnil-Domqueur	mesnil-domqueur	32	80	801	50.1361	2.0705	5
80620	Lanches-Saint-Hilaire	lanches-saint-hilaire	32	80	802	50.1042	2.1396	5
80620	Vauchelles-lès-Domart	vauchelles-les-domart	32	80	802	50.0562	2.0546	5
80620	Domart-en-Ponthieu	domart-en-ponthieu	32	80	802	50.0744	2.126	5
80620	Fransu	fransu	32	80	802	50.1097	2.0929	5
80620	Berneuil	berneuil	32	80	802	50.0942	2.1724	5
80620	Franqueville	franqueville	32	80	802	50.0956	2.1056	5
80630	Beauval	beauval	32	80	802	50.1079	2.3327	5
80640	Dromesnil	dromesnil	32	80	802	49.8804	1.8702	5
80640	Thieulloy-l’Abbaye	thieulloy-l-abbaye	32	80	802	49.8265	1.9409	5
80640	Méricourt-en-Vimeu	mericourt-en-vimeu	32	80	802	49.8971	1.9491	5
80640	Hornoy-le-Bourg	hornoy-le-bourg	32	80	802	49.85	1.9	5
80640	Aumont	aumont	32	80	802	49.8843	1.9274	5
80640	Vraignes-lès-Hornoy	vraignes-les-hornoy	32	80	802	49.8285	1.9121	5
80650	Vignacourt	vignacourt	32	80	802	50.0124	2.1974	5
80670	Wargnies	wargnies	32	80	802	50.035	2.2591	5
80670	Havernas	havernas	32	80	802	50.0363	2.2357	5
80670	Canaples	canaples	32	80	802	50.0561	2.2188	5
80670	Halloy-lès-Pernois	halloy-les-pernois	32	80	802	50.05	2.2	5
80670	Bonneville	bonneville	32	80	802	50.0822	2.2493	5
80670	Fieffes-Montrelet	fieffes-montrelet	32	80	802	50.0791	2.2278	5
80670	Pernois	pernois	32	80	802	50.0529	2.1871	5
80680	Hébécourt	hebecourt	32	80	802	49.8131	2.2609	5
80680	Rumigny	rumigny	32	80	802	49.8082	2.2799	5
80680	Saint-Fuscien	saint-fuscien	32	80	802	49.8374	2.3135	5
80680	Sains-en-Amiénois	sains-en-amienois	32	80	802	49.8172	2.3186	5
80680	Grattepanche	grattepanche	32	80	802	49.7881	2.2948	5
80690	Francières	francieres	32	80	801	50.0723	1.9432	5
80690	Gorenflos	gorenflos	32	80	801	50.0965	2.0495	5
80690	Ailly-le-Haut-Clocher	ailly-le-haut-clocher	32	80	801	50.0793	1.9944	5
80690	Brucamps	brucamps	32	80	801	50.0742	2.0568	5
80690	Ergnies	ergnies	32	80	801	50.0854	2.0375	5
80690	Villers-sous-Ailly	villers-sous-ailly	32	80	801	50.0613	2.0167	5
80690	Mouflers	mouflers	32	80	801	50.0468	2.0492	5
80700	Fransart	fransart	32	80	804	49.7666	2.7706	5
80700	Grivillers	grivillers	32	80	803	49.6614	2.7074	5
80700	Marché-Allouarde	marche-allouarde	32	80	803	49.7272	2.8668	5
80700	Damery	damery	32	80	803	49.7312	2.7424	5
80700	La Chavatte	la-chavatte	32	80	804	49.7572	2.7667	5
80700	Champien	champien	32	80	803	49.6951	2.8614	5
80700	Saint-Mard	saint-mard	32	80	803	49.6935	2.7631	5
80700	Rethonvillers	rethonvillers	32	80	804	49.7333	2.8667	5
80700	Villers-lès-Roye	villers-les-roye	32	80	803	49.7062	2.7309	5
80700	Beuvraignes	beuvraignes	32	80	803	49.6461	2.7693	5
80700	Marquivillers	marquivillers	32	80	803	49.6749	2.6935	5
80700	Armancourt	armancourt	32	80	803	49.6777	2.7115	5
80700	Dancourt-Popincourt	dancourt-popincourt	32	80	803	49.6667	2.7333	5
80700	Roye	roye	32	80	803	49.7004	2.7896	5
80700	Hattencourt	hattencourt	32	80	803	49.7688	2.7866	5
80700	Goyencourt	goyencourt	32	80	803	49.7255	2.7641	5
80700	Parvillers-le-Quesnoy	parvillers-le-quesnoy	32	80	804	49.75	2.75	5
80700	Carrépuis	carrepuis	32	80	803	49.7049	2.8224	5
80700	L’Échelle-Saint-Aurin	l-echelle-saint-aurin	32	80	803	49.6953	2.7126	5
80700	Bus-la-Mésière	bus-la-mesiere	32	80	803	49.6369	2.7158	5
80700	Verpillières	verpillieres	32	80	803	49.668	2.8231	5
80700	Andechy	andechy	32	80	803	49.7144	2.7089	5
80700	Gruny	gruny	32	80	803	49.7293	2.8194	5
80700	Laucourt	laucourt	32	80	803	49.6747	2.7591	5
80700	Liancourt-Fosse	liancourt-fosse	32	80	803	49.7553	2.8145	5
80700	Roiglise	roiglise	32	80	803	49.6833	2.8286	5
80700	Crémery	cremery	32	80	803	49.7415	2.8228	5
80700	Balâtre	balatre	32	80	803	49.7097	2.8654	5
80700	Tilloloy	tilloloy	32	80	803	49.6448	2.748	5
80700	Fonches-Fonchette	fonches-fonchette	32	80	803	49.7667	2.8333	5
80700	Fresnoy-lès-Roye	fresnoy-les-roye	32	80	803	49.7371	2.7756	5
80710	Quevauvillers	quevauvillers	32	80	802	49.8238	2.0843	5
80740	Ronssoy	ronssoy	32	80	804	49.9829	3.1599	5
80740	Épehy	epehy	32	80	804	50	3.1333	5
80750	Fienvillers	fienvillers	32	80	802	50.1183	2.2293	5
80750	Candas	candas	32	80	802	50.1072	2.2594	5
80770	Beauchamps	beauchamps	32	80	801	50.012	1.5176	5
80780	Saint-Léger-lès-Domart	saint-leger-les-domart	32	80	802	50.0521	2.1407	5
80800	Villers-Bretonneux	villers-bretonneux	32	80	802	49.8684	2.5169	5
80800	Bussy-lès-Daours	bussy-les-daours	32	80	802	49.9099	2.4319	5
80800	Aubigny	aubigny	32	80	802	49.9018	2.4819	5
80800	Daours	daours	32	80	802	49.9037	2.4446	5
80800	Sailly-Laurette	sailly-laurette	32	80	802	49.9123	2.6089	5
80800	Sailly-le-Sec	sailly-le-sec	32	80	802	49.9198	2.5817	5
80800	Ignaucourt	ignaucourt	32	80	803	49.8259	2.5738	5
80800	Hamelet	hamelet	32	80	802	49.9053	2.529	5
80800	Cayeux-en-Santerre	cayeux-en-santerre	32	80	803	49.8214	2.5997	5
80800	Ribemont-sur-Ancre	ribemont-sur-ancre	32	80	802	49.95	2.5667	5
80800	Vaux-sur-Somme	vaux-sur-somme	32	80	802	49.9221	2.5495	5
80800	Corbie	corbie	32	80	802	49.9067	2.5068	5
80800	Heilly	heilly	32	80	802	49.9531	2.5366	5
80800	Marcelcave	marcelcave	32	80	802	49.8507	2.5742	5
80800	Bonnay	bonnay	32	80	802	49.9377	2.5094	5
80800	Le Hamel	le-hamel	32	80	802	49.8988	2.5694	5
80800	Cerisy	cerisy	32	80	802	49.9	2.6333	5
80800	Vaire-sous-Corbie	vaire-sous-corbie	32	80	802	49.9158	2.5445	5
80800	Gentelles	gentelles	32	80	802	49.8451	2.4586	5
80800	Cachy	cachy	32	80	802	49.8521	2.4806	5
80800	Franvillers	franvillers	32	80	802	49.965	2.5061	5
80800	Chipilly	chipilly	32	80	802	49.9086	2.6497	5
80800	Vecquemont	vecquemont	32	80	802	49.9002	2.4511	5
80800	Fouilloy	fouilloy	32	80	802	49.8992	2.5045	5
80800	Lahoussoye	lahoussoye	32	80	802	49.9517	2.4821	5
80800	Lamotte-Warfusée	lamotte-warfusee	32	80	802	49.8667	2.6	5
80800	Méricourt-l’Abbé	mericourt-l-abbe	32	80	802	49.9521	2.5655	5
80820	Arrest	arrest	32	80	801	50.1308	1.6153	5
80830	L’Étoile	l-etoile	32	80	802	50.0232	2.0349	5
80830	Bouchon	bouchon	32	80	802	50.0346	2.0303	5
80850	Berteaucourt-les-Dames	berteaucourt-les-dames	32	80	802	50.047	2.1575	5
80860	Ponthoile	ponthoile	32	80	801	50.2143	1.7106	5
80860	Nouvion	nouvion	32	80	801	50.2	1.7833	5
80860	Noyelles-sur-Mer	noyelles-sur-mer	32	80	801	50.1855	1.7074	5
80870	Tœufles	t-ufles	32	80	801	50.0667	1.7167	5
80870	Béhen	behen	32	80	801	50.0568	1.7539	5
80870	Moyenneville	moyenneville	32	80	801	50.0708	1.7502	5
80880	Saint-Quentin-la-Motte-Croix-au-Bailly	saint-quentin-la-motte-croix-au-bailly	32	80	801	50.0667	1.45	5
80890	Condé-Folie	conde-folie	32	80	801	50.009	2.0122	5
80891 CEDEX 3	Amiens	amiens	32	80	802	49.9	2.3	5
80910	Bouchoir	bouchoir	32	80	804	49.748	2.6722	5
80910	Arvillers	arvillers	32	80	803	49.7454	2.6464	5
80919 CEDEX 9	Amiens	amiens	32	80	802	49.9	2.3	5
80960	Saint-Blimont	saint-blimont	32	80	801	50.1205	1.5745	5
80970	Sailly-Flibeaucourt	sailly-flibeaucourt	32	80	801	50.1842	1.7718	5
80980	Dompierre-Becquincourt	dompierre-becquincourt	32	80	804	49.9167	2.8	5
08000	Warcq	warcq	44	08	081	49.7752	4.6817	5
08000	La Francheville	la-francheville	44	08	081	49.7292	4.7127	5
08000	Charleville-Mézières	charleville-mezieres	44	08	081	49.7685	4.7249	5
08000	Les Ayvelles	les-ayvelles	44	08	081	49.7221	4.757	5
08000	Villers-Semeuse	villers-semeuse	44	08	081	49.742	4.747	5
08000	Prix-lès-Mézières	prix-les-mezieres	44	08	081	49.7555	4.6911	5
08001 CEDEX	Charleville-Mézières	charleville-mezieres	44	08	081	49.7685	4.7249	5
08002 CEDEX	Charleville-Mézières	charleville-mezieres	44	08	081	49.7685	4.7249	5
08003 CEDEX	Charleville-Mézières	charleville-mezieres	44	08	081	49.7685	4.7249	5
08004 CEDEX	Charleville-Mézières	charleville-mezieres	44	08	081	49.7685	4.7249	5
08005 CEDEX	Charleville-Mézières	charleville-mezieres	44	08	081	49.7685	4.7249	5
08006 CEDEX	Charleville-Mézières	charleville-mezieres	44	08	081	49.7685	4.7249	5
08010 CEDEX	Charleville-Mézières	charleville-mezieres	44	08	081	49.7685	4.7249	5
08011 CEDEX	Charleville-Mézières	charleville-mezieres	44	08	081	49.7685	4.7249	5
08013 CEDEX	Charleville-Mézières	charleville-mezieres	44	08	081	49.7685	4.7249	5
08014 CEDEX	Charleville-Mézières	charleville-mezieres	44	08	081	49.7685	4.7249	5
08090	Warnécourt	warnecourt	44	08	081	49.7321	4.6537	5
08090	Évigny	evigny	44	08	081	49.7315	4.673	5
08090	Damouzy	damouzy	44	08	081	49.7979	4.6761	5
08090	This	this	44	08	081	49.7495	4.6095	5
08090	Fagnon	fagnon	44	08	081	49.7367	4.6362	5
08090	Cliron	cliron	44	08	081	49.811	4.6124	5
08090	Houldizy	houldizy	44	08	081	49.8097	4.6695	5
08090	Tournes	tournes	44	08	081	49.797	4.6386	5
08090	Montcornet	montcornet	44	08	081	49.8308	4.6305	5
08090	Saint-Laurent	saint-laurent	44	08	081	49.7645	4.7719	5
08090	Neuville-lès-This	neuville-les-this	44	08	081	49.7428	4.5994	5
08090	Aiglemont	aiglemont	44	08	081	49.7803	4.7648	5
08090	Haudrecy	haudrecy	44	08	081	49.7858	4.6149	5
08090	Belval	belval	44	08	081	49.7762	4.6348	5
08090	Sury	sury	44	08	081	49.7655	4.6097	5
08090	Montcy-Notre-Dame	montcy-notre-dame	44	08	081	49.7751	4.7424	5
08090	Arreux	arreux	44	08	081	49.8264	4.6511	5
08090	Ham-les-Moines	ham-les-moines	44	08	081	49.7954	4.597	5
08098 CEDEX	Charleville-Mézières	charleville-mezieres	44	08	081	49.7685	4.7249	5
08099 CEDEX	Charleville-Mézières	charleville-mezieres	44	08	081	49.7685	4.7249	5
08101 CEDEX	Charleville-Mézières	charleville-mezieres	44	08	081	49.7685	4.7249	5
08102 CEDEX	Charleville-Mézières	charleville-mezieres	44	08	081	49.7685	4.7249	5
08103 CEDEX	Charleville-Mézières	charleville-mezieres	44	08	081	49.7685	4.7249	5
08104 CEDEX	Charleville-Mézières	charleville-mezieres	44	08	081	49.7685	4.7249	5
08105 CEDEX	Charleville-Mézières	charleville-mezieres	44	08	081	49.7685	4.7249	5
08106 CEDEX	Charleville-Mézières	charleville-mezieres	44	08	081	49.7685	4.7249	5
08107 CEDEX	Charleville-Mézières	charleville-mezieres	44	08	081	49.7685	4.7249	5
08109 CEDEX	Charleville-Mézières	charleville-mezieres	44	08	081	49.7685	4.7249	5
08110	Tétaigne	tetaigne	44	08	083	49.6519	5.1314	5
08110	Blagny	blagny	44	08	083	49.6217	5.1919	5
08110	Linay	linay	44	08	083	49.6156	5.2247	5
08110	Tremblois-lès-Carignan	tremblois-les-carignan	44	08	083	49.658	5.2574	5
08110	Matton-et-Clémency	matton-et-clemency	44	08	083	49.6648	5.2062	5
08110	Messincourt	messincourt	44	08	083	49.6808	5.1544	5
08110	Les Deux-Villes	les-deux-villes	44	08	083	49.6505	5.2298	5
08110	Williers	williers	44	08	083	49.6669	5.3099	5
08110	Osnes	osnes	44	08	083	49.6564	5.1633	5
08110	Sailly	sailly	44	08	083	49.6119	5.1758	5
08110	Carignan	carignan	44	08	083	49.6316	5.168	5
08110	Sachy	sachy	44	08	083	49.6677	5.1335	5
08110	Escombres-et-le-Chesnois	escombres-et-le-chesnois	44	08	083	49.694	5.1223	5
08110	Pure	pure	44	08	083	49.6739	5.1756	5
08110	Mogues	mogues	44	08	083	49.6517	5.2799	5
08120	Bogny-sur-Meuse	bogny-sur-meuse	44	08	081	49.8538	4.7329	5
08130	Saint-Lambert-et-Mont-de-Jeux	saint-lambert-et-mont-de-jeux	44	08	084	49.4974	4.6105	5
08130	Coulommes-et-Marqueny	coulommes-et-marqueny	44	08	084	49.4348	4.5801	5
08130	Chuffilly-Roche	chuffilly-roche	44	08	084	49.4469	4.6084	5
08130	Neuville-Day	neuville-day	44	08	084	49.4953	4.6882	5
08130	Saint-Loup-Terrier	saint-loup-terrier	44	08	084	49.5761	4.617	5
08130	Givry	givry	44	08	084	49.4893	4.5369	5
08130	Vaux-Champagne	vaux-champagne	44	08	084	49.4438	4.5579	5
08130	Semuy	semuy	44	08	084	49.4869	4.6572	5
08130	Sainte-Vaubourg	sainte-vaubourg	44	08	084	49.4614	4.5905	5
08130	Écordal	ecordal	44	08	084	49.5274	4.5811	5
08130	Charbogne	charbogne	44	08	084	49.5018	4.5897	5
08130	Attigny	attigny	44	08	084	49.4785	4.578	5
08130	Saulces-Champenoises	saulces-champenoises	44	08	084	49.4497	4.505	5
08130	Suzanne	suzanne	44	08	084	49.5153	4.6324	5
08130	Jonval	jonval	44	08	084	49.5714	4.6645	5
08130	Ambly-Fleury	ambly-fleury	44	08	082	49.4868	4.4843	5
08130	Alland'Huy-et-Sausseuil	alland-huy-et-sausseuil	44	08	084	49.5126	4.5562	5
08130	La Sabotterie	la-sabotterie	44	08	084	49.5461	4.6703	5
08130	Guincourt	guincourt	44	08	084	49.5571	4.6261	5
08130	Lametz	lametz	44	08	084	49.5301	4.6895	5
08130	Mont-Laurent	mont-laurent	44	08	082	49.4697	4.4816	5
08130	Tourteron	tourteron	44	08	084	49.5388	4.638	5
08130	Rilly-sur-Aisne	rilly-sur-aisne	44	08	084	49.4869	4.6343	5
08140	La Moncelle	la-moncelle	44	08	083	49.6895	4.989	5
08140	Rubécourt-et-Lamécourt	rubecourt-et-lamecourt	44	08	083	49.6899	5.0214	5
08140	Mairy	mairy	44	08	083	49.6482	5.05	5
08140	Brévilly	brevilly	44	08	083	49.6632	5.0776	5
08140	Villers-Cernay	villers-cernay	44	08	083	49.7176	5.0313	5
08140	Douzy	douzy	44	08	083	49.6708	5.0416	5
08140	Pouru-Saint-Remy	pouru-saint-remy	44	08	083	49.6833	5.0833	5
08140	Francheval	francheval	44	08	083	49.7009	5.0495	5
08140	Pouru-aux-Bois	pouru-aux-bois	44	08	083	49.7051	5.0902	5
08140	Daigny	daigny	44	08	083	49.7034	4.9918	5
08140	Bazeilles	bazeilles	44	08	083	49.6765	4.9775	5
08150	Harcy	harcy	44	08	081	49.8347	4.5638	5
08150	Aubigny-les-Pothées	aubigny-les-pothees	44	08	081	49.7766	4.4364	5
08150	Sormonne	sormonne	44	08	081	49.8107	4.566	5
08150	Sécheval	secheval	44	08	081	49.8597	4.6593	5
08150	Renwez	renwez	44	08	081	49.8384	4.6033	5
08150	Remilly-les-Pothées	remilly-les-pothees	44	08	081	49.7815	4.5307	5
08150	Rimogne	rimogne	44	08	081	49.8408	4.5394	5
08150	Rouvroy-sur-Audry	rouvroy-sur-audry	44	08	081	49.7881	4.4932	5
08150	Le Châtelet-sur-Sormonne	le-chatelet-sur-sormonne	44	08	081	49.827	4.5214	5
08150	L'Échelle	l-echelle	44	08	081	49.8007	4.473	5
08150	Murtin-et-Bogny	murtin-et-bogny	44	08	081	49.8171	4.5384	5
08150	Tremblois-lès-Rocroi	tremblois-les-rocroi	44	08	081	49.8489	4.4965	5
08150	Lonny	lonny	44	08	081	49.8163	4.5884	5
08150	Lépron-les-Vallées	lepron-les-vallees	44	08	081	49.76	4.4539	5
08150	Vaux-Villaine	vaux-villaine	44	08	081	49.771	4.4707	5
08150	Laval-Morency	laval-morency	44	08	081	49.8319	4.4901	5
08150	Logny-Bogny	logny-bogny	44	08	081	49.7788	4.3929	5
08160	Élan	elan	44	08	081	49.6626	4.7573	5
08160	Étrépigny	etrepigny	44	08	081	49.6856	4.7528	5
08160	Saint-Marceau	saint-marceau	44	08	081	49.7095	4.721	5
08160	Hannogne-Saint-Martin	hannogne-saint-martin	44	08	081	49.6709	4.832	5
08160	Dom-le-Mesnil	dom-le-mesnil	44	08	081	49.6901	4.8036	5
08160	Nouvion-sur-Meuse	nouvion-sur-meuse	44	08	081	49.6995	4.7956	5
08160	Vendresse	vendresse	44	08	081	49.6032	4.7936	5
08160	Sapogne-et-Feuchères	sapogne-et-feucheres	44	08	081	49.6597	4.7971	5
08160	Flize	flize	44	08	081	49.6987	4.7717	5
08160	Balaives-et-Butz	balaives-et-butz	44	08	081	49.6724	4.7337	5
08160	Boutancourt	boutancourt	44	08	081	49.6848	4.7685	5
08160	Chalandry-Elaire	chalandry-elaire	44	08	081	49.7167	4.75	5
08170	Montigny-sur-Meuse	montigny-sur-meuse	44	08	081	50.049	4.7211	5
08170	Fépin	fepin	44	08	081	50.0194	4.7269	5
08170	Fumay	fumay	44	08	081	49.9913	4.7077	5
08170	Hargnies	hargnies	44	08	081	50.0195	4.7909	5
08170	Haybes	haybes	44	08	081	50.0046	4.705	5
08190	Asfeld	asfeld	44	08	082	49.4698	4.1174	5
08190	Aire	aire	44	08	082	49.4809	4.1622	5
08190	Sault-Saint-Remy	sault-saint-remy	44	08	082	49.4333	4.1667	5
08190	Houdilcourt	houdilcourt	44	08	082	49.4167	4.1333	5
08190	Villers-devant-le-Thour	villers-devant-le-thour	44	08	082	49.5074	4.0889	5
08190	Roizy	roizy	44	08	082	49.425	4.178	5
08190	Blanzy-la-Salonnaise	blanzy-la-salonnaise	44	08	082	49.4869	4.1738	5
08190	Avaux	avaux	44	08	082	49.4565	4.0841	5
08190	Poilcourt-Sydney	poilcourt-sydney	44	08	082	49.4229	4.1027	5
08190	Saint-Germainmont	saint-germainmont	44	08	082	49.5085	4.1325	5
08190	Vieux-lès-Asfeld	vieux-les-asfeld	44	08	082	49.457	4.1034	5
08190	Brienne-sur-Aisne	brienne-sur-aisne	44	08	082	49.4335	4.0528	5
08190	Le Thour	le-thour	44	08	082	49.5387	4.0887	5
08190	Balham	balham	44	08	082	49.4913	4.161	5
08190	Gomont	gomont	44	08	082	49.5	4.1667	5
08200	Balan	balan	44	08	083	49.6888	4.9648	5
08200	Fleigneux	fleigneux	44	08	083	49.7479	4.9486	5
08200	Saint-Menges	saint-menges	44	08	083	49.7387	4.9263	5
08200	Givonne	givonne	44	08	083	49.721	4.9879	5
08200	La Chapelle	la-chapelle	44	08	083	49.7422	5.0166	5
08200	Glaire	glaire	44	08	083	49.7167	4.9167	5
08200	Floing	floing	44	08	083	49.7222	4.9295	5
08200	Illy	illy	44	08	083	49.7359	4.9616	5
08200	Sedan	sedan	44	08	083	49.7	4.95	5
08200	Wadelincourt	wadelincourt	44	08	083	49.6854	4.9403	5
08201 CEDEX	Sedan	sedan	44	08	083	49.7	4.95	5
08202 CEDEX	Sedan	sedan	44	08	083	49.7	4.95	5
08203 CEDEX	Sedan	sedan	44	08	083	49.7	4.95	5
08204 CEDEX	Sedan	sedan	44	08	083	49.7	4.95	5
08205 CEDEX	Sedan	sedan	44	08	083	49.7	4.95	5
08206 CEDEX	Sedan	sedan	44	08	083	49.7	4.95	5
08207 CEDEX	Sedan	sedan	44	08	083	49.7	4.95	5
08208 CEDEX	Sedan	sedan	44	08	083	49.7	4.95	5
08209 CEDEX	Sedan	sedan	44	08	083	49.7	4.95	5
08210	Beaumont-en-Argonne	beaumont-en-argonne	44	08	083	49.538	5.0578	5
08210	Vaux-lès-Mouzon	vaux-les-mouzon	44	08	083	49.6057	5.1319	5
08210	Villers-devant-Mouzon	villers-devant-mouzon	44	08	083	49.6244	5.0312	5
08210	Mouzon	mouzon	44	08	083	49.6071	5.0757	5
08210	Euilly-et-Lombut	euilly-et-lombut	44	08	083	49.63	5.1211	5
08210	Amblimont	amblimont	44	08	083	49.6284	5.0611	5
08210	Létanne	letanne	44	08	083	49.5445	5.0793	5
08210	Yoncq	yoncq	44	08	083	49.5661	5.0159	5
08210	Autrecourt-et-Pourron	autrecourt-et-pourron	44	08	083	49.6126	5.0306	5
08220	Chaumont-Porcien	chaumont-porcien	44	08	082	49.6506	4.2508	5
08220	Saint-Quentin-le-Petit	saint-quentin-le-petit	44	08	082	49.5836	4.079	5
08220	Saint-Jean-aux-Bois	saint-jean-aux-bois	44	08	082	49.725	4.307	5
08220	Givron	givron	44	08	082	49.6478	4.2886	5
08220	Rubigny	rubigny	44	08	082	49.6861	4.1942	5
08220	La Romagne	la-romagne	44	08	082	49.6793	4.3147	5
08220	Fraillicourt	fraillicourt	44	08	082	49.6682	4.1624	5
08220	Vaux-lès-Rubigny	vaux-les-rubigny	44	08	082	49.6908	4.1858	5
08220	Montmeillant	montmeillant	44	08	082	49.6914	4.3316	5
08220	Renneville	renneville	44	08	082	49.6579	4.131	5
08220	Chappes	chappes	44	08	082	49.6101	4.2713	5
08220	Banogne-Recouvrance	banogne-recouvrance	44	08	082	49.5726	4.128	5
08220	Seraincourt	seraincourt	44	08	082	49.6114	4.2022	5
08220	Rocquigny	rocquigny	44	08	082	49.6898	4.2481	5
08220	Doumely-Bégny	doumely-begny	44	08	082	49.6294	4.3011	5
08220	Draize	draize	44	08	082	49.6581	4.3358	5
08220	Remaucourt	remaucourt	44	08	082	49.6083	4.2364	5
08220	Hannogne-Saint-Rémy	hannogne-saint-remy	44	08	082	49.6053	4.1376	5
08220	Sévigny-Waleppe	sevigny-waleppe	44	08	082	49.6044	4.0816	5
08230	Rocroi	rocroi	44	08	081	49.9261	4.5222	5
08230	Bourg-Fidèle	bourg-fidele	44	08	081	49.8921	4.5405	5
08230	Taillette	taillette	44	08	081	49.9305	4.4881	5
08230	Regniowez	regniowez	44	08	081	49.9379	4.4301	5
08230	Gué-d'Hossus	gue-d-hossus	44	08	081	49.9561	4.5401	5
08230	Sévigny-la-Forêt	sevigny-la-foret	44	08	081	49.8864	4.4916	5
08240	Fossé	fosse	44	08	084	49.4457	5.0054	5
08240	Boult-aux-Bois	boult-aux-bois	44	08	084	49.4303	4.8437	5
08240	Briquenay	briquenay	44	08	084	49.4056	4.8787	5
08240	Belval-Bois-des-Dames	belval-bois-des-dames	44	08	084	49.4696	5.0358	5
08240	Imécourt	imecourt	44	08	084	49.3723	4.9742	5
08240	Bayonville	bayonville	44	08	084	49.4	5	5
08240	La Berlière	la-berliere	44	08	084	49.5208	4.9206	5
08240	Autruche	autruche	44	08	084	49.454	4.9001	5
08240	Harricourt	harricourt	44	08	084	49.4338	4.9284	5
08240	Landres-et-Saint-Georges	landres-et-saint-georges	44	08	084	49.3531	5.0107	5
08240	Nouart	nouart	44	08	084	49.4408	5.0506	5
08240	Buzancy	buzancy	44	08	084	49.4263	4.9559	5
08240	Authe	authe	44	08	084	49.4589	4.8792	5
08240	Thénorgues	thenorgues	44	08	084	49.4061	4.9291	5
08240	Verpel	verpel	44	08	084	49.3837	4.9334	5
08240	Oches	oches	44	08	084	49.5039	4.9267	5
08240	Brieulles-sur-Bar	brieulles-sur-bar	44	08	084	49.4764	4.853	5
08240	Belleville-et-Châtillon-sur-Bar	belleville-et-chatillon-sur-bar	44	08	084	49.45	4.8333	5
08240	Tailly	tailly	44	08	084	49.4357	5.0824	5
08240	Germont	germont	44	08	084	49.4364	4.8763	5
08240	Saint-Pierremont	saint-pierremont	44	08	084	49.4854	4.9371	5
08240	Vaux-en-Dieulet	vaux-en-dieulet	44	08	084	49.4822	4.9917	5
08240	Bar-lès-Buzancy	bar-les-buzancy	44	08	084	49.4329	4.9418	5
08240	Sommauthe	sommauthe	44	08	084	49.4924	4.9828	5
08250	Beffu-et-le-Morthomme	beffu-et-le-morthomme	44	08	084	49.367	4.9016	5
08250	Vaux-lès-Mouron	vaux-les-mouron	44	08	084	49.2994	4.7843	5
08250	Chatel-Chéhéry	chatel-chehery	44	08	084	49.2833	4.95	5
08250	Saint-Juvin	saint-juvin	44	08	084	49.3345	4.9391	5
08250	Cornay	cornay	44	08	084	49.3002	4.9495	5
08250	Grandpré	grandpre	44	08	084	49.3406	4.8707	5
08250	Champigneulle	champigneulle	44	08	084	49.3519	4.9258	5
08250	Fléville	fleville	44	08	084	49.305	4.9711	5
08250	Condé-lès-Autry	conde-les-autry	44	08	084	49.2513	4.8542	5
08250	Bouconville	bouconville	44	08	084	49.2542	4.7629	5
08250	Marcq	marcq	44	08	084	49.3209	4.9247	5
08250	Exermont	exermont	44	08	084	49.2942	5.0064	5
08250	Séchault	sechault	44	08	084	49.264	4.7365	5
08250	Grandham	grandham	44	08	084	49.2992	4.8602	5
08250	Autry	autry	44	08	084	49.2683	4.8343	5
08250	Apremont	apremont	44	08	084	49.2689	4.9876	5
08250	Lançon	lancon	44	08	084	49.2749	4.8757	5
08250	Olizy-Primat	olizy-primat	44	08	084	49.35	4.7667	5
08250	Mouron	mouron	44	08	084	49.3099	4.7842	5
08250	Montcheutin	montcheutin	44	08	084	49.2906	4.82	5
08250	Termes	termes	44	08	084	49.3224	4.8234	5
08250	Chevières	chevieres	44	08	084	49.333	4.9005	5
08250	Sommerance	sommerance	44	08	084	49.328	4.9865	5
08250	Senuc	senuc	44	08	084	49.3117	4.8396	5
08260	Estrebay	estrebay	44	08	081	49.8292	4.3548	5
08260	Marby	marby	44	08	081	49.8285	4.4299	5
08260	Maubert-Fontaine	maubert-fontaine	44	08	081	49.8675	4.4302	5
08260	Auvillers-les-Forges	auvillers-les-forges	44	08	081	49.8636	4.3586	5
08260	Éteignières	eteignieres	44	08	081	49.8864	4.3876	5
08260	Flaignes-Havys	flaignes-havys	44	08	081	49.8167	4.4	5
08260	Blombay	blombay	44	08	081	49.8238	4.4527	5
08260	Étalle	etalle	44	08	081	49.8475	4.4432	5
08260	Antheny	antheny	44	08	081	49.8483	4.3133	5
08260	Girondelle	girondelle	44	08	081	49.8461	4.3903	5
08260	Chilly	chilly	44	08	081	49.8375	4.4751	5
08260	Champlin	champlin	44	08	081	49.84	4.3307	5
08260	Cernion	cernion	44	08	081	49.7979	4.4315	5
08270	Auboncourt-Vauzelles	auboncourt-vauzelles	44	08	082	49.5517	4.4932	5
08270	Viel-Saint-Remy	viel-saint-remy	44	08	082	49.6291	4.5035	5
08270	Grandchamp	grandchamp	44	08	082	49.6456	4.4014	5
08270	Corny-Machéroménil	corny-macheromenil	44	08	082	49.5789	4.4439	5
08270	Mesmont	mesmont	44	08	082	49.6149	4.4012	5
08270	Faux	faux	44	08	082	49.5373	4.4997	5
08270	Wagnon	wagnon	44	08	082	49.63	4.4294	5
08270	La Neuville-lès-Wasigny	la-neuville-les-wasigny	44	08	082	49.6433	4.3597	5
08270	Faissault	faissault	44	08	082	49.606	4.5109	5
08270	Saulces-Monclin	saulces-monclin	44	08	082	49.5769	4.4981	5
08270	Justine-Herbigny	justine-herbigny	44	08	082	49.6	4.3333	5
08270	Sorcy-Bauthémont	sorcy-bauthemont	44	08	082	49.5386	4.5367	5
08270	Sery	sery	44	08	082	49.5833	4.35	5
08270	Wasigny	wasigny	44	08	082	49.6334	4.3564	5
08270	Wignicourt	wignicourt	44	08	082	49.5792	4.5792	5
08270	Chesnois-Auboncourt	chesnois-auboncourt	44	08	082	49.5687	4.5697	5
08270	Novion-Porcien	novion-porcien	44	08	082	49.6008	4.4244	5
08270	Vaux-Montreuil	vaux-montreuil	44	08	082	49.5774	4.5638	5
08270	Puiseux	puiseux	44	08	082	49.5931	4.5417	5
08290	Prez	prez	44	08	081	49.7997	4.3516	5
08290	Le Fréty	le-frety	44	08	081	49.7388	4.2813	5
08290	Liart	liart	44	08	081	49.7682	4.3421	5
08290	Marlemont	marlemont	44	08	081	49.7494	4.3731	5
08290	Hannappes	hannappes	44	08	081	49.8235	4.2302	5
08290	Blanchefosse-et-Bay	blanchefosse-et-bay	44	08	081	49.7667	4.2167	5
08290	Rumigny	rumigny	44	08	081	49.8079	4.2666	5
08290	Aouste	aouste	44	08	081	49.7985	4.3182	5
08290	La Férée	la-feree	44	08	081	49.7631	4.3028	5
08290	Bossus-lès-Rumigny	bossus-les-rumigny	44	08	081	49.839	4.2564	5
08300	Sorbon	sorbon	44	08	082	49.538	4.3557	5
08300	Doux	doux	44	08	082	49.5045	4.4321	5
08300	Thugny-Trugny	thugny-trugny	44	08	082	49.4839	4.4269	5
08300	Neuflize	neuflize	44	08	082	49.4096	4.3073	5
08300	Tagnon	tagnon	44	08	082	49.4397	4.2892	5
08300	Saint-Remy-le-Petit	saint-remy-le-petit	44	08	082	49.4167	4.2333	5
08300	Inaumont	inaumont	44	08	082	49.5575	4.3138	5
08300	L’Écaille	l-ecaille	44	08	082	49.4168	4.212	5
08300	Bergnicourt	bergnicourt	44	08	082	49.4189	4.2549	5
08300	Perthes	perthes	44	08	082	49.4495	4.3506	5
08300	Barby	barby	44	08	082	49.5213	4.3131	5
08300	Biermes	biermes	44	08	082	49.486	4.3867	5
08300	Arnicourt	arnicourt	44	08	082	49.5549	4.3484	5
08300	Nanteuil-sur-Aisne	nanteuil-sur-aisne	44	08	082	49.5121	4.3009	5
08300	Bertoncourt	bertoncourt	44	08	082	49.5358	4.4005	5
08300	Sault-lès-Rethel	sault-les-rethel	44	08	082	49.4998	4.3623	5
08300	Coucy	coucy	44	08	082	49.5051	4.457	5
08300	Amagne	amagne	44	08	082	49.5172	4.5037	5
08300	Lucquy	lucquy	44	08	082	49.5333	4.4786	5
08300	Le Châtelet-sur-Retourne	le-chatelet-sur-retourne	44	08	082	49.4156	4.2787	5
08300	Saint-Loup-en-Champagne	saint-loup-en-champagne	44	08	082	49.45	4.2167	5
08300	Hauteville	hauteville	44	08	082	49.5837	4.3013	5
08300	Écly	ecly	44	08	082	49.5439	4.2895	5
08300	Rethel	rethel	44	08	082	49.5167	4.3667	5
08300	Novy-Chevrières	novy-chevrieres	44	08	082	49.5397	4.4447	5
08300	Avançon	avancon	44	08	082	49.4753	4.2453	5
08300	Seuil	seuil	44	08	082	49.4806	4.4546	5
08300	Acy-Romance	acy-romance	44	08	082	49.5011	4.342	5
08300	Son	son	44	08	082	49.5822	4.2769	5
08302 CEDEX	Rethel	rethel	44	08	082	49.5167	4.3667	5
08303 CEDEX	Rethel	rethel	44	08	082	49.5167	4.3667	5
08304 CEDEX	Rethel	rethel	44	08	082	49.5167	4.3667	5
08305 CEDEX	Rethel	rethel	44	08	082	49.5167	4.3667	5
08310	Mont-Saint-Remy	mont-saint-remy	44	08	084	49.3833	4.4833	5
08310	Saint-Pierre-à-Arnes	saint-pierre-a-arnes	44	08	084	49.299	4.4537	5
08310	Pauvres	pauvres	44	08	084	49.4115	4.4929	5
08310	Alincourt	alincourt	44	08	082	49.4038	4.3454	5
08310	Leffincourt	leffincourt	44	08	084	49.3873	4.5467	5
08310	Saint-Clément-à-Arnes	saint-clement-a-arnes	44	08	084	49.3004	4.4296	5
08310	Dricourt	dricourt	44	08	084	49.3956	4.513	5
08310	La Neuville-en-Tourne-à-Fuy	la-neuville-en-tourne-a-fuy	44	08	082	49.3469	4.3759	5
08310	Ménil-Annelles	menil-annelles	44	08	082	49.4395	4.4449	5
08310	Machault	machault	44	08	084	49.3548	4.5001	5
08310	Hauviné	hauvine	44	08	084	49.3033	4.4016	5
08310	Saint-Étienne-à-Arnes	saint-etienne-a-arnes	44	08	084	49.3095	4.4936	5
08310	Aussonce	aussonce	44	08	082	49.3498	4.3232	5
08310	Cauroy	cauroy	44	08	084	49.3482	4.4699	5
08310	Ville-sur-Retourne	ville-sur-retourne	44	08	082	49.3961	4.4459	5
08310	Bignicourt	bignicourt	44	08	082	49.399	4.4258	5
08310	Ménil-Lépinois	menil-lepinois	44	08	082	49.3784	4.2864	5
08310	Juniville	juniville	44	08	082	49.3967	4.3828	5
08310	Annelles	annelles	44	08	082	49.4278	4.4187	5
08320	Aubrives	aubrives	44	08	081	50.1025	4.7631	5
08320	Hierges	hierges	44	08	081	50.1051	4.7404	5
08320	Vireux-Wallerand	vireux-wallerand	44	08	081	50.082	4.7302	5
08320	Vireux-Molhain	vireux-molhain	44	08	081	50.0787	4.7243	5
08330	Vrigne-aux-Bois	vrigne-aux-bois	44	08	083	49.7372	4.8557	5
08350	Cheveuges	cheveuges	44	08	083	49.6666	4.8782	5
08350	Chémery-Chéhéry	chemery-chehery	44	08	083	49.6008	4.8698	5
08350	Thelonne	thelonne	44	08	083	49.65	4.95	5
08350	Noyers-Pont-Maugis	noyers-pont-maugis	44	08	083	49.6616	4.9374	5
08350	Bosseval-et-Briancourt	bosseval-et-briancourt	44	08	083	49.75	4.8667	5
08350	Saint-Aignan	saint-aignan	44	08	083	49.652	4.8474	5
08350	Donchery	donchery	44	08	083	49.6958	4.8742	5
08350	Chéhéry	chehery	44	08	083	49.6424	4.8732	5
08350	Villers-sur-Bar	villers-sur-bar	44	08	083	49.68	4.85	5
08350	Vrigne-Meuse	vrigne-meuse	44	08	081	49.7018	4.8472	5
08360	Château-Porcien	chateau-porcien	44	08	082	49.5274	4.2453	5
08360	Taizy	taizy	44	08	082	49.5204	4.26	5
08360	Herpy-l’Arlésienne	herpy-l-arlesienne	44	08	082	49.5226	4.2084	5
08360	Saint-Fergeux	saint-fergeux	44	08	082	49.563	4.2136	5
08360	Condé-lès-Herpy	conde-les-herpy	44	08	082	49.5277	4.2234	5
08370	Signy-Montlibert	signy-montlibert	44	08	083	49.5788	5.3022	5
08370	Auflance	auflance	44	08	083	49.6173	5.2886	5
08370	Sapogne-sur-Marche	sapogne-sur-marche	44	08	083	49.6	5.3186	5
08370	Herbeuval	herbeuval	44	08	083	49.6031	5.34	5
08370	Puilly-et-Charbeaux	puilly-et-charbeaux	44	08	083	49.6308	5.2717	5
08370	Margny	margny	44	08	083	49.6141	5.3511	5
08370	Villy	villy	44	08	083	49.5944	5.2267	5
08370	Moiry	moiry	44	08	083	49.592	5.2742	5
08370	La Ferté-sur-Chiers	la-ferte-sur-chiers	44	08	083	49.5756	5.2428	5
08370	Bièvres	bievres	44	08	083	49.5575	5.2656	5
08370	Malandry	malandry	44	08	083	49.5806	5.1967	5
08370	Margut	margut	44	08	083	49.5821	5.2599	5
08370	Fromy	fromy	44	08	083	49.5973	5.251	5
08380	Tarzy	tarzy	44	08	081	49.8705	4.2947	5
08380	Auge	auge	44	08	081	49.8593	4.2726	5
08380	Brognon	brognon	44	08	081	49.9294	4.2889	5
08380	Signy-le-Petit	signy-le-petit	44	08	081	49.9028	4.2799	5
08380	Neuville-lez-Beaulieu	neuville-lez-beaulieu	44	08	081	49.8667	4.3333	5
08380	La Neuville-aux-Joûtes	la-neuville-aux-joutes	44	08	081	49.9221	4.2289	5
08380	Fligny	fligny	44	08	081	49.8825	4.2658	5
08390	Verrières	verrieres	44	08	084	49.4929	4.8742	5
08390	Le Chesne	le-chesne	44	08	084	49.5134	4.7642	5
08390	Les Grandes-Armoises	les-grandes-armoises	44	08	084	49.531	4.8923	5
08390	Artaise-le-Vivier	artaise-le-vivier	44	08	083	49.578	4.8939	5
08390	Stonne	stonne	44	08	083	49.5501	4.9264	5
08390	Le Mont-Dieu	le-mont-dieu	44	08	083	49.5474	4.8647	5
08390	Louvergny	louvergny	44	08	084	49.55	4.7333	5
08390	Sy	sy	44	08	084	49.5161	4.8708	5
08390	Bairon et ses environs	bairon-et-ses-environs	44	08	084	49.5136	4.7642	5
08390	Sauville	sauville	44	08	084	49.5557	4.794	5
08390	Les Petites-Armoises	les-petites-armoises	44	08	084	49.5	4.8167	5
08390	Marquigny	marquigny	44	08	084	49.5512	4.7082	5
08390	Tannay	tannay	44	08	084	49.5256	4.8328	5
08390	Montgon	montgon	44	08	084	49.506	4.7134	5
08400	Savigny-sur-Aisne	savigny-sur-aisne	44	08	084	49.3601	4.7268	5
08400	Mars-sous-Bourcq	mars-sous-bourcq	44	08	084	49.3964	4.6402	5
08400	Tourcelles-Chaumont	tourcelles-chaumont	44	08	084	49.401	4.6033	5
08400	Brécy-Brières	brecy-brieres	44	08	084	49.3228	4.7671	5
08400	Sainte-Marie	sainte-marie	44	08	084	49.3717	4.6678	5
08400	Vrizy	vrizy	44	08	084	49.4255	4.6792	5
08400	Ballay	ballay	44	08	084	49.4305	4.7497	5
08400	La Croix-aux-Bois	la-croix-aux-bois	44	08	084	49.4024	4.7928	5
08400	Noirval	noirval	44	08	084	49.4592	4.7974	5
08400	Vandy	vandy	44	08	084	49.4353	4.7046	5
08400	Falaise	falaise	44	08	084	49.3785	4.73	5
08400	Longwé	longwe	44	08	084	49.39	4.789	5
08400	Vouziers	vouziers	44	08	084	49.4	4.7	5
08400	Marvaux-Vieux	marvaux-vieux	44	08	084	49.2899	4.6819	5
08400	Saint-Morel	saint-morel	44	08	084	49.3373	4.6945	5
08400	Contreuve	contreuve	44	08	084	49.3613	4.6261	5
08400	Ardeuil-et-Montfauxelles	ardeuil-et-montfauxelles	44	08	084	49.2681	4.7078	5
08400	Toges	toges	44	08	084	49.4248	4.7757	5
08400	Bourcq	bourcq	44	08	084	49.3848	4.6325	5
08400	Challerange	challerange	44	08	084	49.3097	4.7464	5
08400	Liry	liry	44	08	084	49.307	4.6597	5
08400	Manre	manre	44	08	084	49.262	4.665	5
08400	Chardeny	chardeny	44	08	084	49.4179	4.6004	5
08400	Terron-sur-Aisne	terron-sur-aisne	44	08	084	49.4522	4.6956	5
08400	Quilly	quilly	44	08	084	49.4077	4.5993	5
08400	Semide	semide	44	08	084	49.3427	4.5831	5
08400	Bairon et ses environs	bairon-et-ses-environs	44	08	084	49.5136	4.7642	5
08400	Mont-Saint-Martin	mont-saint-martin	44	08	084	49.3358	4.6465	5
08400	Sugny	sugny	44	08	084	49.3579	4.6556	5
08400	Quatre-Champs	quatre-champs	44	08	084	49.4454	4.7684	5
08400	Monthois	monthois	44	08	084	49.3115	4.7089	5
08400	Les Alleux	les-alleux	44	08	084	49.4716	4.7361	5
08400	Voncq	voncq	44	08	084	49.4702	4.6652	5
08400	Grivy-Loisy	grivy-loisy	44	08	084	49.416	4.6308	5
08400	Aure	aure	44	08	084	49.2739	4.6368	5
08410	Boulzicourt	boulzicourt	44	08	081	49.6956	4.6962	5
08430	Villers-sur-le-Mont	villers-sur-le-mont	44	08	081	49.6643	4.6802	5
08430	Jandun	jandun	44	08	081	49.6629	4.5574	5
08430	Montigny-sur-Vence	montigny-sur-vence	44	08	081	49.647	4.617	5
08430	Yvernaumont	yvernaumont	44	08	081	49.6788	4.6603	5
08430	Touligny	touligny	44	08	081	49.67	4.6149	5
08430	Poix-Terron	poix-terron	44	08	081	49.6503	4.6415	5
08430	Saint-Pierre-sur-Vence	saint-pierre-sur-vence	44	08	081	49.6933	4.6744	5
08430	Hagnicourt	hagnicourt	44	08	082	49.6077	4.5893	5
08430	Baâlons	baalons	44	08	081	49.5948	4.6695	5
08430	Raillicourt	raillicourt	44	08	081	49.6514	4.5871	5
08430	Villers-le-Tourneur	villers-le-tourneur	44	08	082	49.6277	4.5677	5
08430	Villers-le-Tilleul	villers-le-tilleul	44	08	081	49.6355	4.7284	5
08430	Gruyères	gruyeres	44	08	081	49.7106	4.6024	5
08430	Mazerny	mazerny	44	08	081	49.6098	4.6142	5
08430	Singly	singly	44	08	081	49.6412	4.7003	5
08430	Chagny	chagny	44	08	081	49.5752	4.7032	5
08430	Neuvizy	neuvizy	44	08	082	49.6286	4.5331	5
08430	Launois-sur-Vence	launois-sur-vence	44	08	081	49.6535	4.5395	5
08430	La Horgne	la-horgne	44	08	081	49.6266	4.6689	5
08430	Bouvellemont	bouvellemont	44	08	081	49.5837	4.6619	5
08430	Champigneul-sur-Vence	champigneul-sur-vence	44	08	081	49.7012	4.6566	5
08430	Barbaise	barbaise	44	08	081	49.6644	4.5811	5
08430	Omont	omont	44	08	081	49.5979	4.731	5
08430	Guignicourt-sur-Vence	guignicourt-sur-vence	44	08	081	49.682	4.6521	5
08430	Mondigny	mondigny	44	08	081	49.7099	4.6387	5
08440	Gernelle	gernelle	44	08	081	49.7671	4.8166	5
08440	Ville-sur-Lumes	ville-sur-lumes	44	08	081	49.7534	4.7894	5
08440	Vivier-au-Court	vivier-au-court	44	08	081	49.7333	4.8294	5
08440	Lumes	lumes	44	08	081	49.7346	4.7862	5
08440	Issancourt-et-Rumel	issancourt-et-rumel	44	08	081	49.7558	4.8229	5
08450	La Besace	la-besace	44	08	083	49.5571	4.9611	5
08450	Maisoncelle-et-Villers	maisoncelle-et-villers	44	08	083	49.5966	4.9111	5
08450	Remilly-Aillicourt	remilly-aillicourt	44	08	083	49.652	4.9942	5
08450	Chémery-sur-Bar	chemery-sur-bar	44	08	083	49.6	4.8667	5
08450	La Neuville-à-Maire	la-neuville-a-maire	44	08	083	49.5819	4.8545	5
08450	Raucourt-et-Flaba	raucourt-et-flaba	44	08	083	49.6034	4.957	5
08450	Angecourt	angecourt	44	08	083	49.6342	4.9798	5
08450	Chémery-Chéhéry	chemery-chehery	44	08	083	49.6008	4.8698	5
08450	Bulson	bulson	44	08	083	49.6272	4.9163	5
08450	Haraucourt	haraucourt	44	08	083	49.6231	4.9619	5
08450	Omicourt	omicourt	44	08	081	49.6312	4.8322	5
08460	Maranwez	maranwez	44	08	081	49.7291	4.3421	5
08460	Dommery	dommery	44	08	081	49.6754	4.4739	5
08460	Saint-Marcel	saint-marcel	44	08	081	49.7632	4.573	5
08460	Signy-l'Abbaye	signy-l-abbaye	44	08	081	49.6983	4.4211	5
08460	Lalobbe	lalobbe	44	08	081	49.6661	4.376	5
08460	Clavy-Warby	clavy-warby	44	08	081	49.7541	4.5565	5
08460	Thin-le-Moutier	thin-le-moutier	44	08	081	49.7192	4.5063	5
08460	Neufmaison	neufmaison	44	08	081	49.7618	4.5077	5
08500	Les Mazures	les-mazures	44	08	081	49.8871	4.6259	5
08500	Revin	revin	44	08	081	49.9404	4.635	5
08500	Anchamps	anchamps	44	08	081	49.929	4.6764	5
08600	Fromelennes	fromelennes	44	08	081	50.1233	4.8595	5
08600	Rancennes	rancennes	44	08	081	50.1159	4.8191	5
08600	Charnois	charnois	44	08	081	50.1081	4.8287	5
08600	Landrichamps	landrichamps	44	08	081	50.0894	4.83	5
08600	Givet	givet	44	08	081	50.138	4.8255	5
08600	Chooz	chooz	44	08	081	50.1031	4.8079	5
08600	Ham-sur-Meuse	ham-sur-meuse	44	08	081	50.1102	4.781	5
08600	Foisches	foisches	44	08	081	50.1283	4.7784	5
08700	Gespunsart	gespunsart	44	08	081	49.8214	4.8293	5
08700	Neufmanil	neufmanil	44	08	081	49.811	4.7967	5
08700	La Grandville	la-grandville	44	08	081	49.7803	4.7952	5
08700	Joigny-sur-Meuse	joigny-sur-meuse	44	08	081	49.8374	4.7615	5
08700	Nouzonville	nouzonville	44	08	081	49.8137	4.7474	5
08800	Monthermé	montherme	44	08	081	49.8847	4.7301	5
08800	Haulmé	haulme	44	08	081	49.861	4.7858	5
08800	Tournavaux	tournavaux	44	08	081	49.8728	4.7863	5
08800	Laifour	laifour	44	08	081	49.9133	4.6936	5
08800	Deville	deville	44	08	081	49.8789	4.7061	5
08800	Thilay	thilay	44	08	081	49.8735	4.8077	5
08800	Les Hautes-Rivières	les-hautes-rivieres	44	08	081	49.886	4.8419	5
10000	Troyes	troyes	44	10	103	48.3007	4.0852	5
10001 CEDEX	Troyes	troyes	44	10	103	48.3007	4.0852	5
10002 CEDEX	Troyes	troyes	44	10	103	48.3007	4.0852	5
10003 CEDEX	Troyes	troyes	44	10	103	48.3007	4.0852	5
10004 CEDEX	Troyes	troyes	44	10	103	48.3007	4.0852	5
10005 CEDEX	Troyes	troyes	44	10	103	48.3007	4.0852	5
10006 CEDEX	Troyes	troyes	44	10	103	48.3007	4.0852	5
10007 CEDEX	Troyes	troyes	44	10	103	48.3007	4.0852	5
10008 CEDEX	Troyes	troyes	44	10	103	48.3007	4.0852	5
10009 CEDEX	Troyes	troyes	44	10	103	48.3007	4.0852	5
10010 CEDEX	Troyes	troyes	44	10	103	48.3007	4.0852	5
10011 CEDEX	Troyes	troyes	44	10	103	48.3007	4.0852	5
10012 CEDEX	Troyes	troyes	44	10	103	48.3007	4.0852	5
10013 CEDEX	Troyes	troyes	44	10	103	48.3007	4.0852	5
10014 CEDEX	Troyes	troyes	44	10	103	48.3007	4.0852	5
10015 CEDEX	Troyes	troyes	44	10	103	48.3007	4.0852	5
10018 CEDEX	Troyes	troyes	44	10	103	48.3007	4.0852	5
10025 CEDEX	Troyes	troyes	44	10	103	48.3007	4.0852	5
10026 CEDEX	Troyes	troyes	44	10	103	48.3007	4.0852	5
10030 CEDEX	Troyes	troyes	44	10	103	48.3007	4.0852	5
10031 CEDEX	Troyes	troyes	44	10	103	48.3007	4.0852	5
10032 CEDEX	Troyes	troyes	44	10	103	48.3007	4.0852	5
10042 CEDEX	Troyes	troyes	44	10	103	48.3007	4.0852	5
10080 CEDEX	Troyes	troyes	44	10	103	48.3007	4.0852	5
10081 CEDEX	Troyes	troyes	44	10	103	48.3007	4.0852	5
10088 CEDEX	Troyes	troyes	44	10	103	48.3007	4.0852	5
10089 CEDEX	Troyes	troyes	44	10	103	48.3007	4.0852	5
10091 CEDEX	Troyes	troyes	44	10	103	48.3007	4.0852	5
10092 CEDEX	Troyes	troyes	44	10	103	48.3007	4.0852	5
10096 CEDEX	Troyes	troyes	44	10	103	48.3007	4.0852	5
10100	Ossey-les-Trois-Maisons	ossey-les-trois-maisons	44	10	102	48.4358	3.7417	5
10100	Crancey	crancey	44	10	102	48.5166	3.6386	5
10100	Romilly-sur-Seine	romilly-sur-seine	44	10	102	48.5109	3.7263	5
10100	Saint-Loup-de-Buffigny	saint-loup-de-buffigny	44	10	102	48.4499	3.6363	5
10100	Saint-Martin-de-Bossenay	saint-martin-de-bossenay	44	10	102	48.4389	3.6842	5
10100	Gélannes	gelannes	44	10	102	48.4842	3.673	5
10100	La Fosse-Corduan	la-fosse-corduan	44	10	102	48.4418	3.6513	5
10100	Saint-Hilaire-sous-Romilly	saint-hilaire-sous-romilly	44	10	102	48.516	3.6541	5
10100	Pars-lès-Romilly	pars-les-romilly	44	10	102	48.486	3.7303	5
10101 CEDEX	Romilly-sur-Seine	romilly-sur-seine	44	10	102	48.5109	3.7263	5
10102 CEDEX	Romilly-sur-Seine	romilly-sur-seine	44	10	102	48.5109	3.7263	5
10103 CEDEX	Romilly-sur-Seine	romilly-sur-seine	44	10	102	48.5109	3.7263	5
10104 CEDEX	Romilly-sur-Seine	romilly-sur-seine	44	10	102	48.5109	3.7263	5
10105 CEDEX	Romilly-sur-Seine	romilly-sur-seine	44	10	102	48.5109	3.7263	5
10110	Chacenay	chacenay	44	10	103	48.1154	4.5275	5
10110	Celles-sur-Ource	celles-sur-ource	44	10	103	48.0768	4.4015	5
10110	Merrey-sur-Arce	merrey-sur-arce	44	10	103	48.0967	4.388	5
10110	Bar-sur-Seine	bar-sur-seine	44	10	103	48.1129	4.3766	5
10110	Landreville	landreville	44	10	103	48.0737	4.4727	5
10110	Marolles-lès-Bailly	marolles-les-bailly	44	10	103	48.1849	4.3483	5
10110	Bourguignons	bourguignons	44	10	103	48.1316	4.3595	5
10110	Ville-sur-Arce	ville-sur-arce	44	10	103	48.1072	4.4455	5
10110	Loches-sur-Ource	loches-sur-ource	44	10	103	48.064	4.5043	5
10110	Polisy	polisy	44	10	103	48.0667	4.4667	5
10110	Poligny	poligny	44	10	103	48.1749	4.343	5
10110	Vitry-le-Croisé	vitry-le-croise	44	10	103	48.146	4.5663	5
10110	Buxières-sur-Arce	buxieres-sur-arce	44	10	103	48.1251	4.4569	5
10110	Viviers-sur-Artaut	viviers-sur-artaut	44	10	103	48.0966	4.4972	5
10110	Chauffour-lès-Bailly	chauffour-les-bailly	44	10	103	48.1948	4.3289	5
10110	Buxeuil	buxeuil	44	10	103	48.0546	4.3949	5
10110	Magnant	magnant	44	10	103	48.1688	4.4197	5
10110	Villemorien	villemorien	44	10	103	48.0851	4.2965	5
10110	Chervey	chervey	44	10	103	48.1249	4.4918	5
10110	Fralignes	fralignes	44	10	103	48.1633	4.3749	5
10110	Polisot	polisot	44	10	103	48.0717	4.3715	5
10110	Balnot-sur-Laignes	balnot-sur-laignes	44	10	103	48.0317	4.365	5
10110	Éguilly-sous-Bois	eguilly-sous-bois	44	10	103	48.1389	4.5351	5
10110	Bertignolles	bertignolles	44	10	103	48.1288	4.5182	5
10120	Saint-Germain	saint-germain	44	10	103	48.2574	4.0326	5
10120	Laines-aux-Bois	laines-aux-bois	44	10	103	48.2343	3.9894	5
10120	Saint-André-les-Vergers	saint-andre-les-vergers	44	10	103	48.2853	4.0521	5
10120	Saint-Pouange	saint-pouange	44	10	103	48.2266	4.0398	5
10121 CEDEX	Saint-André-les-Vergers	saint-andre-les-vergers	44	10	103	48.2853	4.0521	5
10122 CEDEX	Saint-André-les-Vergers	saint-andre-les-vergers	44	10	103	48.2853	4.0521	5
10128 CEDEX	Saint-André-les-Vergers	saint-andre-les-vergers	44	10	103	48.2853	4.0521	5
10130	Racines	racines	44	10	103	48.05	3.8444	5
10130	Les Croûtes	les-croutes	44	10	103	48	3.8667	5
10130	Chessy-les-Prés	chessy-les-pres	44	10	103	48.0236	3.9153	5
10130	Davrey	davrey	44	10	103	48.0508	3.9483	5
10130	Lignières	lignieres	44	10	103	47.9515	3.9695	5
10130	Villeneuve-au-Chemin	villeneuve-au-chemin	44	10	103	48.088	3.8504	5
10130	Bernon	bernon	44	10	103	47.9876	3.9964	5
10130	Coursan-en-Othe	coursan-en-othe	44	10	103	48.0717	3.8377	5
10130	Marolles-sous-Lignières	marolles-sous-lignieres	44	10	103	47.9494	3.9198	5
10130	Montfey	montfey	44	10	103	48.0669	3.875	5
10130	Vosnon	vosnon	44	10	103	48.1052	3.8453	5
10130	Courtaoult	courtaoult	44	10	103	48.024	3.8612	5
10130	Auxon	auxon	44	10	103	48.1046	3.918	5
10130	Montigny-les-Monts	montigny-les-monts	44	10	103	48.103	3.9466	5
10130	Eaux-Puiseaux	eaux-puiseaux	44	10	103	48.1201	3.8883	5
10130	Chamoy	chamoy	44	10	103	48.1186	3.9696	5
10130	Ervy-le-Châtel	ervy-le-chatel	44	10	103	48.0412	3.9099	5
10130	Saint-Phal	saint-phal	44	10	103	48.1213	3.9969	5
10130	Avreuil	avreuil	44	10	103	48.0465	3.9978	5
10140	Briel-sur-Barse	briel-sur-barse	44	10	103	48.2094	4.3561	5
10140	Montmartin-le-Haut	montmartin-le-haut	44	10	101	48.2073	4.552	5
10140	Unienville	unienville	44	10	101	48.3252	4.5458	5
10140	Juvanzé	juvanze	44	10	101	48.3173	4.5618	5
10140	Magny-Fouchard	magny-fouchard	44	10	101	48.2424	4.5362	5
10140	Villy-en-Trodes	villy-en-trodes	44	10	103	48.1986	4.3827	5
10140	Jessains	jessains	44	10	101	48.297	4.5773	5
10140	Beurey	beurey	44	10	101	48.1839	4.4681	5
10140	Maison-des-Champs	maison-des-champs	44	10	101	48.2423	4.5678	5
10140	Argançon	argancon	44	10	101	48.253	4.6043	5
10140	Vauchonvilliers	vauchonvilliers	44	10	101	48.2655	4.5261	5
10140	Trannes	trannes	44	10	101	48.3016	4.5863	5
10140	Puits-et-Nuisement	puits-et-nuisement	44	10	101	48.2123	4.5002	5
10140	Bossancourt	bossancourt	44	10	101	48.2826	4.6034	5
10140	Champ-sur-Barse	champ-sur-barse	44	10	101	48.2374	4.409	5
10140	Thieffrain	thieffrain	44	10	103	48.1952	4.441	5
10140	Vendeuvre-sur-Barse	vendeuvre-sur-barse	44	10	101	48.2379	4.4691	5
10140	Mesnil-Saint-Père	mesnil-saint-pere	44	10	103	48.2504	4.3389	5
10140	Longpré-le-Sec	longpre-le-sec	44	10	101	48.1865	4.5237	5
10140	La Loge-aux-Chèvres	la-loge-aux-chevres	44	10	101	48.2713	4.4127	5
10140	Amance	amance	44	10	101	48.2948	4.5158	5
10140	La Villeneuve-au-Chêne	la-villeneuve-au-chene	44	10	101	48.2388	4.3879	5
10150	Feuges	feuges	44	10	103	48.398	4.1116	5
10150	Pont-Sainte-Marie	pont-sainte-marie	44	10	103	48.3185	4.0945	5
10150	Aubeterre	aubeterre	44	10	103	48.43	4.1217	5
10150	Voué	voue	44	10	103	48.4577	4.1233	5
10150	Creney-près-Troyes	creney-pres-troyes	44	10	103	48.3333	4.1333	5
10150	Vailly	vailly	44	10	103	48.3694	4.1219	5
10150	Montsuzain	montsuzain	44	10	103	48.4448	4.1337	5
10150	Luyères	luyeres	44	10	103	48.3802	4.1955	5
10150	Charmont-sous-Barbuise	charmont-sous-barbuise	44	10	103	48.4076	4.173	5
10150	Lavau	lavau	44	10	103	48.3246	4.0876	5
10150	Sainte-Maure	sainte-maure	44	10	103	48.3473	4.0596	5
10151 CEDEX	Pont-Sainte-Marie	pont-sainte-marie	44	10	103	48.3185	4.0945	5
10152 CEDEX	Pont-Sainte-Marie	pont-sainte-marie	44	10	103	48.3185	4.0945	5
10153 CEDEX	Pont-Sainte-Marie	pont-sainte-marie	44	10	103	48.3185	4.0945	5
10154 CEDEX	Pont-Sainte-Marie	pont-sainte-marie	44	10	103	48.3185	4.0945	5
10160	Aix-Villemaur-Pâlis	aix-villemaur-palis	44	10	103	48.2233	3.7344	5
10160	Villemoiron-en-Othe	villemoiron-en-othe	44	10	103	48.199	3.7783	5
10160	Saint-Mards-en-Othe	saint-mards-en-othe	44	10	103	48.1725	3.7985	5
10160	Aix-en-Othe	aix-en-othe	44	10	103	48.2239	3.7342	5
10160	Planty	planty	44	10	103	48.2715	3.6535	5
10160	Rigny-le-Ferron	rigny-le-ferron	44	10	103	48.2085	3.6327	5
10160	Nogent-en-Othe	nogent-en-othe	44	10	103	48.1448	3.8048	5
10160	Bérulle	berulle	44	10	103	48.1771	3.6625	5
10160	Maraye-en-Othe	maraye-en-othe	44	10	103	48.1634	3.8533	5
10160	Saint-Benoist-sur-Vanne	saint-benoist-sur-vanne	44	10	103	48.2354	3.6704	5
10160	Paisy-Cosdon	paisy-cosdon	44	10	103	48.2334	3.7139	5
10160	Vulaines	vulaines	44	10	103	48.2332	3.6215	5
10170	Mesgrigny	mesgrigny	44	10	102	48.4864	3.8829	5
10170	Les Grandes-Chapelles	les-grandes-chapelles	44	10	102	48.4659	4.0178	5
10170	Prémierfait	premierfait	44	10	102	48.5018	4.0272	5
10170	Méry-sur-Seine	mery-sur-seine	44	10	102	48.5094	3.8913	5
10170	Droupt-Saint-Basle	droupt-saint-basle	44	10	102	48.477	3.9404	5
10170	Saint-Oulph	saint-oulph	44	10	102	48.5194	3.8673	5
10170	Orvilliers-Saint-Julien	orvilliers-saint-julien	44	10	102	48.4437	3.828	5
10170	Longueville-sur-Aube	longueville-sur-aube	44	10	102	48.5547	3.9132	5
10170	Étrelles-sur-Aube	etrelles-sur-aube	44	10	102	48.5598	3.8746	5
10170	Droupt-Sainte-Marie	droupt-sainte-marie	44	10	102	48.4937	3.9233	5
10170	Chauchigny	chauchigny	44	10	102	48.4217	3.9699	5
10170	Vallant-Saint-Georges	vallant-saint-georges	44	10	102	48.4695	3.9031	5
10170	Bessy	bessy	44	10	102	48.5469	4.0238	5
10170	Rhèges	rheges	44	10	102	48.5479	3.9985	5
10180	Saint-Lyé	saint-lye	44	10	103	48.365	3.999	5
10180	Saint-Benoît-sur-Seine	saint-benoit-sur-seine	44	10	103	48.3694	4.0298	5
10190	Dierrey-Saint-Julien	dierrey-saint-julien	44	10	102	48.3133	3.8308	5
10190	Neuville-sur-Vanne	neuville-sur-vanne	44	10	103	48.2558	3.7817	5
10190	Messon	messon	44	10	103	48.2652	3.9058	5
10190	Estissac	estissac	44	10	103	48.2692	3.8052	5
10190	Mesnil-Saint-Loup	mesnil-saint-loup	44	10	102	48.3032	3.7658	5
10190	Bucey-en-Othe	bucey-en-othe	44	10	103	48.2579	3.8696	5
10190	Aix-Villemaur-Pâlis	aix-villemaur-palis	44	10	103	48.2233	3.7344	5
10190	Fontvannes	fontvannes	44	10	103	48.28	3.8732	5
10190	Bercenay-en-Othe	bercenay-en-othe	44	10	103	48.2088	3.893	5
10190	Vauchassis	vauchassis	44	10	103	48.2219	3.9234	5
10190	Palis	palis	44	10	103	48.2833	3.7	5
10190	Chennegy	chennegy	44	10	103	48.225	3.8516	5
10190	Dierrey-Saint-Pierre	dierrey-saint-pierre	44	10	103	48.3292	3.8256	5
10190	Villemaur-sur-Vanne	villemaur-sur-vanne	44	10	103	48.2565	3.729	5
10190	Prugny	prugny	44	10	103	48.2451	3.9428	5
10200	Montier-en-l’Isle	montier-en-l-isle	44	10	101	48.2609	4.6616	5
10200	Vernonvilliers	vernonvilliers	44	10	101	48.3151	4.6789	5
10200	Ailleville	ailleville	44	10	101	48.2523	4.6814	5
10200	Fuligny	fuligny	44	10	101	48.3314	4.7073	5
10200	Spoy	spoy	44	10	101	48.2283	4.6206	5
10200	Lévigny	levigny	44	10	101	48.3013	4.7068	5
10200	Saulcy	saulcy	44	10	101	48.2773	4.8338	5
10200	Champignol-lez-Mondeville	champignol-lez-mondeville	44	10	101	48.1388	4.675	5
10200	Éclance	eclance	44	10	101	48.3057	4.6351	5
10200	Maisons-lès-Soulaines	maisons-les-soulaines	44	10	101	48.2892	4.7873	5
10200	Thil	thil	44	10	101	48.3475	4.7845	5
10200	Rouvres-les-Vignes	rouvres-les-vignes	44	10	101	48.2405	4.8225	5
10200	Urville	urville	44	10	101	48.1696	4.6512	5
10200	Fresnay	fresnay	44	10	101	48.3137	4.753	5
10200	Arrentières	arrentieres	44	10	101	48.2627	4.7432	5
10200	Voigny	voigny	44	10	101	48.2404	4.7676	5
10200	Arsonval	arsonval	44	10	101	48.2683	4.6491	5
10200	Baroville	baroville	44	10	101	48.1923	4.7222	5
10200	Fontaine	fontaine	44	10	101	48.212	4.7138	5
10200	Engente	engente	44	10	101	48.2695	4.7564	5
10200	Jaucourt	jaucourt	44	10	101	48.2592	4.6478	5
10200	Fravaux	fravaux	44	10	101	48.237	4.6387	5
10200	Bergères	bergeres	44	10	101	48.1844	4.667	5
10200	Soulaines-Dhuys	soulaines-dhuys	44	10	101	48.3745	4.7341	5
10200	Proverville	proverville	44	10	101	48.2316	4.6931	5
10200	Bar-sur-Aube	bar-sur-aube	44	10	101	48.2333	4.7167	5
10200	Lignol-le-Château	lignol-le-chateau	44	10	101	48.2233	4.8083	5
10200	Ville-sur-Terre	ville-sur-terre	44	10	101	48.3316	4.7462	5
10200	Colombé-la-Fosse	colombe-la-fosse	44	10	101	48.2644	4.7893	5
10200	Thors	thors	44	10	101	48.3041	4.8113	5
10200	Colombé-le-Sec	colombe-le-sec	44	10	101	48.2549	4.797	5
10200	Couvignon	couvignon	44	10	101	48.2076	4.651	5
10200	Arconville	arconville	44	10	101	48.1615	4.7239	5
10200	Bligny	bligny	44	10	101	48.173	4.6172	5
10200	Meurville	meurville	44	10	101	48.2027	4.6239	5
10200	Dolancourt	dolancourt	44	10	101	48.2666	4.6173	5
10201 CEDEX	Bar-sur-Aube	bar-sur-aube	44	10	101	48.2333	4.7167	5
10202 CEDEX	Bar-sur-Aube	bar-sur-aube	44	10	101	48.2333	4.7167	5
10208 CEDEX	Bar-sur-Aube	bar-sur-aube	44	10	101	48.2333	4.7167	5
10210	Les Granges	les-granges	44	10	103	48.0598	4.0561	5
10210	Balnot-la-Grange	balnot-la-grange	44	10	103	47.9843	4.1967	5
10210	Lantages	lantages	44	10	103	48.0738	4.213	5
10210	Pargues	pargues	44	10	103	48.0333	4.2	5
10210	Maisons-lès-Chaource	maisons-les-chaource	44	10	103	48.0085	4.165	5
10210	Villiers-le-Bois	villiers-le-bois	44	10	103	47.9583	4.1889	5
10210	Les Loges-Margueron	les-loges-margueron	44	10	103	48.0881	4.1102	5
10210	Chesley	chesley	44	10	103	47.9764	4.1135	5
10210	Étourvy	etourvy	44	10	103	47.9563	4.1306	5
10210	Cussangy	cussangy	44	10	103	48.0208	4.1041	5
10210	La Loge-Pomblin	la-loge-pomblin	44	10	103	48.0553	4.0339	5
10210	Vougrey	vougrey	44	10	103	48.0885	4.2271	5
10210	Chaserey	chaserey	44	10	103	47.9583	4.0691	5
10210	Vanlay	vanlay	44	10	103	48.028	4.0181	5
10210	Vallières	vallieres	44	10	103	47.996	4.0607	5
10210	Lagesse	lagesse	44	10	103	48.0229	4.1324	5
10210	Coussegrey	coussegrey	44	10	103	47.9545	4.0186	5
10210	Chaource	chaource	44	10	103	48.0592	4.1374	5
10210	Metz-Robert	metz-robert	44	10	103	48.0771	4.1081	5
10210	Villiers-sous-Praslin	villiers-sous-praslin	44	10	103	48.0621	4.2483	5
10210	Prusy	prusy	44	10	103	47.9714	4.0444	5
10210	Turgy	turgy	44	10	103	48.0237	4.0438	5
10210	Praslin	praslin	44	10	103	48.047	4.1987	5
10220	Bouy-Luxembourg	bouy-luxembourg	44	10	103	48.378	4.2574	5
10220	Val-d'Auzon	val-d-auzon	44	10	103	48.4167	4.3667	5
10220	Brévonnes	brevonnes	44	10	103	48.359	4.3995	5
10220	Dosches	dosches	44	10	103	48.3213	4.2493	5
10220	Géraudot	geraudot	44	10	103	48.3065	4.3209	5
10220	Onjon	onjon	44	10	103	48.3944	4.2813	5
10220	Assencières	assencieres	44	10	103	48.3579	4.1991	5
10220	Piney	piney	44	10	103	48.3637	4.3332	5
10220	Mesnil-Sellières	mesnil-sellieres	44	10	103	48.3403	4.2182	5
10220	Rouilly-Sacey	rouilly-sacey	44	10	103	48.3463	4.2625	5
10230	Mailly-le-Camp	mailly-le-camp	44	10	103	48.6653	4.213	5
10240	Chaudrey	chaudrey	44	10	103	48.5033	4.2747	5
10240	Dampierre	dampierre	44	10	103	48.5497	4.3684	5
10240	Verricourt	verricourt	44	10	103	48.4517	4.3479	5
10240	Brillecourt	brillecourt	44	10	103	48.4721	4.3676	5
10240	Coclois	coclois	44	10	103	48.4738	4.3376	5
10240	Nogent-sur-Aube	nogent-sur-aube	44	10	103	48.4941	4.3093	5
10240	Mesnil-Lettre	mesnil-lettre	44	10	103	48.4556	4.2668	5
10240	Pougy	pougy	44	10	103	48.4472	4.3571	5
10240	Ramerupt	ramerupt	44	10	103	48.5189	4.2942	5
10240	Isle-Aubigny	isle-aubigny	44	10	103	48.5333	4.2667	5
10240	Vaucogne	vaucogne	44	10	103	48.5286	4.3455	5
10240	Aulnay	aulnay	44	10	101	48.4716	4.4049	5
10240	Magnicourt	magnicourt	44	10	101	48.451	4.3806	5
10240	Dommartin-le-Coq	dommartin-le-coq	44	10	103	48.5017	4.3572	5
10240	Morembert	morembert	44	10	103	48.5035	4.3295	5
10240	Longsols	longsols	44	10	103	48.4291	4.287	5
10240	Avant-lès-Ramerupt	avant-les-ramerupt	44	10	103	48.4473	4.287	5
10250	Neuville-sur-Seine	neuville-sur-seine	44	10	103	48.0406	4.4117	5
10250	Gyé-sur-Seine	gye-sur-seine	44	10	103	48.0299	4.4286	5
10250	Plaines-Saint-Lange	plaines-saint-lange	44	10	103	47.9916	4.4764	5
10250	Mussy-sur-Seine	mussy-sur-seine	44	10	103	47.9779	4.4974	5
10250	Courteron	courteron	44	10	103	48.0198	4.4444	5
10260	Saint-Parres-lès-Vaudes	saint-parres-les-vaudes	44	10	103	48.1709	4.2166	5
10260	Vaudes	vaudes	44	10	103	48.178	4.1891	5
10260	Jully-sur-Sarce	jully-sur-sarce	44	10	103	48.1078	4.3063	5
10260	Montceaux-lès-Vaudes	montceaux-les-vaudes	44	10	103	48.1604	4.1587	5
10260	Virey-sous-Bar	virey-sous-bar	44	10	103	48.1398	4.3111	5
10260	Courtenot	courtenot	44	10	103	48.1487	4.3032	5
10260	Chappes	chappes	44	10	103	48.1672	4.248	5
10260	Rumilly-lès-Vaudes	rumilly-les-vaudes	44	10	103	48.1433	4.2179	5
10260	Villemoyenne	villemoyenne	44	10	103	48.1791	4.2274	5
10260	Fouchères	foucheres	44	10	103	48.1511	4.2691	5
10270	Fresnoy-le-Château	fresnoy-le-chateau	44	10	103	48.2093	4.2235	5
10270	Lusigny-sur-Barse	lusigny-sur-barse	44	10	103	48.2545	4.2689	5
10270	Montaulin	montaulin	44	10	103	48.2535	4.1952	5
10270	Bouranton	bouranton	44	10	103	48.3122	4.1803	5
10270	Montreuil-sur-Barse	montreuil-sur-barse	44	10	103	48.2229	4.2973	5
10270	Laubressel	laubressel	44	10	103	48.2983	4.2127	5
10270	Montiéramey	montieramey	44	10	103	48.2333	4.3	5
10270	Courteranges	courteranges	44	10	103	48.2673	4.2383	5
10280	Fontaine-les-Grès	fontaine-les-gres	44	10	102	48.4167	3.9	5
10280	Rilly-Sainte-Syre	rilly-sainte-syre	44	10	102	48.4448	3.9569	5
10280	Saint-Mesmin	saint-mesmin	44	10	102	48.4432	3.9243	5
10290	Marcilly-le-Hayer	marcilly-le-hayer	44	10	102	48.3468	3.6333	5
10290	Faux-Villecerf	faux-villecerf	44	10	102	48.3332	3.7376	5
10290	Pouy-sur-Vannes	pouy-sur-vannes	44	10	102	48.3072	3.5888	5
10290	Charmoy	charmoy	44	10	102	48.4027	3.5872	5
10290	Bourdenay	bourdenay	44	10	102	48.3587	3.5875	5
10290	Rigny-la-Nonneuse	rigny-la-nonneuse	44	10	102	48.4108	3.6631	5
10290	Fay-lès-Marcilly	fay-les-marcilly	44	10	102	48.4026	3.6036	5
10290	Avon-la-Pèze	avon-la-peze	44	10	102	48.387	3.6531	5
10290	Villadin	villadin	44	10	102	48.3184	3.681	5
10290	Trancault	trancault	44	10	102	48.3725	3.5366	5
10290	Bercenay-le-Hayer	bercenay-le-hayer	44	10	102	48.3431	3.5929	5
10300	Sainte-Savine	sainte-savine	44	10	103	48.2964	4.0464	5
10300	Macey	macey	44	10	103	48.2931	3.9154	5
10300	Montgueux	montgueux	44	10	103	48.3068	3.9607	5
10310	Ville-sous-la-Ferté	ville-sous-la-ferte	44	10	101	48.1206	4.7896	5
10310	Juvancourt	juvancourt	44	10	101	48.1145	4.7992	5
10310	Bayel	bayel	44	10	101	48.198	4.7777	5
10310	Longchamp-sur-Aujon	longchamp-sur-aujon	44	10	101	48.1493	4.8323	5
10320	Assenay	assenay	44	10	103	48.1828	4.0582	5
10320	Longeville-sur-Mogne	longeville-sur-mogne	44	10	103	48.15	4.0667	5
10320	Villery	villery	44	10	103	48.1687	4.021	5
10320	Crésantignes	cresantignes	44	10	103	48.1422	4.0177	5
10320	Saint-Jean-de-Bonneval	saint-jean-de-bonneval	44	10	103	48.1714	4.0485	5
10320	Souligny	souligny	44	10	103	48.2026	3.9979	5
10320	Maupas	maupas	44	10	103	48.1355	4.0749	5
10320	Machy	machy	44	10	103	48.1396	4.044	5
10320	Lirey	lirey	44	10	103	48.1559	4.0479	5
10320	Sommeval	sommeval	44	10	103	48.1645	3.9661	5
10320	Fays-la-Chapelle	fays-la-chapelle	44	10	103	48.1304	4.0176	5
10320	Jeugny	jeugny	44	10	103	48.13	4.0379	5
10320	Javernant	javernant	44	10	103	48.1602	4.0016	5
10320	Roncenay	roncenay	44	10	103	48.1991	4.0505	5
10320	Bouilly	bouilly	44	10	103	48.1967	4.0001	5
10330	Montmorency-Beaufort	montmorency-beaufort	44	10	101	48.4864	4.565	5
10330	Joncreuil	joncreuil	44	10	101	48.5226	4.6124	5
10330	Pars-lès-Chavanges	pars-les-chavanges	44	10	101	48.5079	4.4994	5
10330	Donnement	donnement	44	10	101	48.5117	4.4372	5
10330	Saint-Léger-sous-Margerie	saint-leger-sous-margerie	44	10	101	48.5317	4.4904	5
10330	Jasseines	jasseines	44	10	101	48.501	4.3875	5
10330	Bailly-le-Franc	bailly-le-franc	44	10	101	48.5218	4.6541	5
10330	Arrembécourt	arrembecourt	44	10	101	48.5431	4.5983	5
10330	Lentilles	lentilles	44	10	101	48.4835	4.611	5
10330	Villeret	villeret	44	10	101	48.4766	4.5899	5
10330	Balignicourt	balignicourt	44	10	101	48.5155	4.4621	5
10330	Chavanges	chavanges	44	10	101	48.509	4.576	5
10340	Avirey-Lingey	avirey-lingey	44	10	103	48.026	4.3005	5
10340	Bagneux-la-Fosse	bagneux-la-fosse	44	10	103	47.993	4.2971	5
10340	Bragelogne-Beauvoir	bragelogne-beauvoir	44	10	103	47.9667	4.2667	5
10340	Les Riceys	les-riceys	44	10	103	47.9939	4.3699	5
10340	Channes	channes	44	10	103	47.94	4.2545	5
10340	Arrelles	arrelles	44	10	103	48.049	4.2757	5
10350	Marigny-le-Châtel	marigny-le-chatel	44	10	102	48.4029	3.7359	5
10350	Prunay-Belleville	prunay-belleville	44	10	102	48.3676	3.7698	5
10350	Saint-Flavy	saint-flavy	44	10	102	48.4029	3.7596	5
10350	Villeloup	villeloup	44	10	103	48.3608	3.8755	5
10350	Échemines	echemines	44	10	102	48.3872	3.8328	5
10350	Saint-Lupien	saint-lupien	44	10	102	48.3589	3.7011	5
10350	Le Pavillon-Sainte-Julie	le-pavillon-sainte-julie	44	10	103	48.3695	3.9013	5
10351 CEDEX	Marigny-le-Châtel	marigny-le-chatel	44	10	102	48.4029	3.7359	5
10352 CEDEX	Marigny-le-Châtel	marigny-le-chatel	44	10	102	48.4029	3.7359	5
10353 CEDEX	Marigny-le-Châtel	marigny-le-chatel	44	10	102	48.4029	3.7359	5
10355 CEDEX	Marigny-le-Châtel	marigny-le-chatel	44	10	102	48.4029	3.7359	5
10360	Cunfin	cunfin	44	10	103	48.0409	4.6678	5
10360	Essoyes	essoyes	44	10	103	48.0571	4.535	5
10360	Saint-Usage	saint-usage	44	10	103	48.1001	4.6093	5
10360	Verpillières-sur-Ource	verpillieres-sur-ource	44	10	103	48.0403	4.5688	5
10360	Fontette	fontette	44	10	103	48.0816	4.6087	5
10360	Noé-les-Mallets	noe-les-mallets	44	10	103	48.1002	4.5708	5
10370	Villenauxe-la-Grande	villenauxe-la-grande	44	10	102	48.5833	3.55	5
10371 CEDEX	Villenauxe-la-Grande	villenauxe-la-grande	44	10	102	48.5833	3.55	5
10380	Charny-le-Bachot	charny-le-bachot	44	10	102	48.5521	3.9452	5
10380	Boulages	boulages	44	10	102	48.5802	3.9145	5
10380	Viâpres-le-Petit	viapres-le-petit	44	10	102	48.5633	4.0427	5
10380	Plancy-l'Abbaye	plancy-l-abbaye	44	10	102	48.5667	3.9667	5
10390	Verrières	verrieres	44	10	103	48.2333	4.1489	5
10390	Clérey	clerey	44	10	103	48.2096	4.1919	5
10400	Avant-lès-Marcilly	avant-les-marcilly	44	10	102	48.4234	3.5708	5
10400	Ferreux-Quincey	ferreux-quincey	44	10	102	48.45	3.6167	5
10400	La Louptière-Thénard	la-louptiere-thenard	44	10	102	48.3886	3.4376	5
10400	La Saulsotte	la-saulsotte	44	10	102	48.5425	3.5037	5
10400	Pont-sur-Seine	pont-sur-seine	44	10	102	48.5176	3.5962	5
10400	Gumery	gumery	44	10	102	48.4483	3.4316	5
10400	Périgny-la-Rose	perigny-la-rose	44	10	102	48.5504	3.6254	5
10400	Barbuise	barbuise	44	10	102	48.5504	3.5784	5
10400	Bouy-sur-Orvin	bouy-sur-orvin	44	10	102	48.4125	3.4986	5
10400	La Motte-Tilly	la-motte-tilly	44	10	102	48.4746	3.4398	5
10400	Soligny-les-Étangs	soligny-les-etangs	44	10	102	48.4063	3.5083	5
10400	Le Mériot	le-meriot	44	10	102	48.5056	3.44	5
10400	Traînel	trainel	44	10	102	48.4167	3.45	5
10400	Saint-Nicolas-la-Chapelle	saint-nicolas-la-chapelle	44	10	102	48.5333	3.4667	5
10400	Marnay-sur-Seine	marnay-sur-seine	44	10	102	48.5115	3.5601	5
10400	Courceroy	courceroy	44	10	102	48.4653	3.4123	5
10400	Plessis-Barbuise	plessis-barbuise	44	10	102	48.577	3.5851	5
10400	Fontenay-de-Bossery	fontenay-de-bossery	44	10	102	48.4536	3.4553	5
10400	Fontaine-Mâcon	fontaine-macon	44	10	102	48.4656	3.5095	5
10400	La Villeneuve-au-Châtelot	la-villeneuve-au-chatelot	44	10	102	48.5502	3.6122	5
10400	Nogent-sur-Seine	nogent-sur-seine	44	10	102	48.4833	3.5	5
10400	Montpothier	montpothier	44	10	102	48.5728	3.5187	5
10400	Saint-Aubin	saint-aubin	44	10	102	48.4758	3.5573	5
10401 CEDEX	Nogent-sur-Seine	nogent-sur-seine	44	10	102	48.4833	3.5	5
10402 CEDEX	Nogent-sur-Seine	nogent-sur-seine	44	10	102	48.4833	3.5	5
10403 CEDEX	Nogent-sur-Seine	nogent-sur-seine	44	10	102	48.4833	3.5	5
10404 CEDEX	Nogent-sur-Seine	nogent-sur-seine	44	10	102	48.4833	3.5	5
10410	Saint-Parres-aux-Tertres	saint-parres-aux-tertres	44	10	103	48.2978	4.1175	5
10410	Villechétif	villechetif	44	10	103	48.3118	4.1433	5
10410	Ruvigny	ruvigny	44	10	103	48.2728	4.1835	5
10410	Thennelières	thennelieres	44	10	103	48.2884	4.1785	5
10420	Les Noës-près-Troyes	les-noes-pres-troyes	44	10	103	48.3036	4.0455	5
10430	Rosières-près-Troyes	rosieres-pres-troyes	44	10	103	48.2618	4.074	5
10431 CEDEX	Troyes	troyes	44	10	103	48.3007	4.0852	5
10432 CEDEX	Troyes	troyes	44	10	103	48.3007	4.0852	5
10433 CEDEX	Troyes	troyes	44	10	103	48.3007	4.0852	5
10440	La Rivière-de-Corps	la-riviere-de-corps	44	10	103	48.2884	4.0195	5
10440	Torvilliers	torvilliers	44	10	103	48.2742	3.974	5
10450	Bréviandes	breviandes	44	10	103	48.2569	4.0953	5
10500	La Ville-aux-Bois	la-ville-aux-bois	44	10	101	48.4071	4.6906	5
10500	Saint-Christophe-Dodinicourt	saint-christophe-dodinicourt	44	10	101	48.4393	4.4702	5
10500	Molins-sur-Aube	molins-sur-aube	44	10	101	48.4353	4.382	5
10500	Radonvilliers	radonvilliers	44	10	101	48.36	4.5063	5
10500	Épagne	epagne	44	10	101	48.3933	4.4635	5
10500	Blaincourt-sur-Aube	blaincourt-sur-aube	44	10	101	48.3901	4.454	5
10500	Rosnay-l'Hôpital	rosnay-l-hopital	44	10	101	48.4612	4.5016	5
10500	Mathaux	mathaux	44	10	101	48.371	4.4776	5
10500	Maizières-lès-Brienne	maizieres-les-brienne	44	10	101	48.4377	4.5877	5
10500	Lesmont	lesmont	44	10	101	48.4275	4.4146	5
10500	Précy-Notre-Dame	precy-notre-dame	44	10	101	48.4117	4.4374	5
10500	Hampigny	hampigny	44	10	101	48.4552	4.5904	5
10500	Pel-et-Der	pel-et-der	44	10	101	48.4007	4.4169	5
10500	Braux	braux	44	10	101	48.4832	4.4722	5
10500	Brienne-la-Vieille	brienne-la-vieille	44	10	101	48.3742	4.5291	5
10500	Rances	rances	44	10	101	48.4662	4.5466	5
10500	Morvilliers	morvilliers	44	10	101	48.3797	4.62	5
10500	La Rothière	la-rothiere	44	10	101	48.3451	4.5576	5
10500	Perthes-lès-Brienne	perthes-les-brienne	44	10	101	48.4313	4.5394	5
10500	Lassicourt	lassicourt	44	10	101	48.4431	4.4879	5
10500	Brienne-le-Château	brienne-le-chateau	44	10	101	48.3932	4.5264	5
10500	Bétignicourt	betignicourt	44	10	101	48.4462	4.4556	5
10500	Courcelles-sur-Voire	courcelles-sur-voire	44	10	101	48.4731	4.5401	5
10500	Juzanvigny	juzanvigny	44	10	101	48.4148	4.589	5
10500	Précy-Saint-Martin	precy-saint-martin	44	10	101	48.4161	4.45	5
10500	Chaumesnil	chaumesnil	44	10	101	48.3596	4.5961	5
10500	La Chaise	la-chaise	44	10	101	48.3614	4.66	5
10500	Blignicourt	blignicourt	44	10	101	48.4614	4.532	5
10500	Épothémont	epothemont	44	10	101	48.4177	4.6587	5
10500	Saint-Léger-sous-Brienne	saint-leger-sous-brienne	44	10	101	48.4039	4.5032	5
10500	Crespy-le-Neuf	crespy-le-neuf	44	10	101	48.3968	4.5955	5
10500	Vallentigny	vallentigny	44	10	101	48.4452	4.5822	5
10500	Dienville	dienville	44	10	101	48.35	4.5333	5
10500	Chalette-sur-Voire	chalette-sur-voire	44	10	101	48.4448	4.4263	5
10500	Yèvres-le-Petit	yevres-le-petit	44	10	101	48.479	4.4905	5
10500	Petit-Mesnil	petit-mesnil	44	10	101	48.3486	4.5874	5
10510	Châtres	chatres	44	10	102	48.501	3.8482	5
10510	Origny-le-Sec	origny-le-sec	44	10	102	48.4661	3.7741	5
10510	Maizières-la-Grande-Paroisse	maizieres-la-grande-paroisse	44	10	102	48.5101	3.7857	5
10600	Payns	payns	44	10	103	48.3826	3.9776	5
10600	Savières	savieres	44	10	102	48.409	3.9498	5
10600	La Chapelle-Saint-Luc	la-chapelle-saint-luc	44	10	103	48.3173	4.0399	5
10600	Villacerf	villacerf	44	10	103	48.3978	3.9926	5
10600	Barberey-Saint-Sulpice	barberey-saint-sulpice	44	10	103	48.3386	4.0325	5
10600	Mergey	mergey	44	10	103	48.385	4.0086	5
10601 CEDEX	La Chapelle-Saint-Luc	la-chapelle-saint-luc	44	10	103	48.3173	4.0399	5
10602 CEDEX	La Chapelle-Saint-Luc	la-chapelle-saint-luc	44	10	103	48.3173	4.0399	5
10603 CEDEX	La Chapelle-Saint-Luc	la-chapelle-saint-luc	44	10	103	48.3173	4.0399	5
10605 CEDEX	Troyes	troyes	44	10	103	48.3007	4.0852	5
10606 CEDEX	Troyes	troyes	44	10	103	48.3007	4.0852	5
10700	Poivres	poivres	44	10	103	48.684	4.2569	5
10700	Semoine	semoine	44	10	103	48.6791	4.0888	5
10700	Torcy-le-Grand	torcy-le-grand	44	10	103	48.5328	4.1693	5
10700	Herbisse	herbisse	44	10	103	48.623	4.115	5
10700	Dosnon	dosnon	44	10	103	48.6121	4.231	5
10700	Villette-sur-Aube	villette-sur-aube	44	10	103	48.5351	4.1017	5
10700	Nozay	nozay	44	10	103	48.5075	4.0998	5
10700	Arcis-sur-Aube	arcis-sur-aube	44	10	103	48.5339	4.1409	5
10700	Champfleury	champfleury	44	10	102	48.6169	4.0055	5
10700	Grandville	grandville	44	10	103	48.5962	4.2306	5
10700	Vaupoisson	vaupoisson	44	10	103	48.5166	4.2353	5
10700	Villiers-Herbisse	villiers-herbisse	44	10	103	48.635	4.1111	5
10700	Ormes	ormes	44	10	103	48.5515	4.1168	5
10700	Saint-Remy-sous-Barbuise	saint-remy-sous-barbuise	44	10	103	48.4833	4.1167	5
10700	Chapelle-Vallon	chapelle-vallon	44	10	102	48.4357	4.0393	5
10700	Le Chêne	le-chene	44	10	103	48.5489	4.1762	5
10700	Allibaudières	allibaudieres	44	10	103	48.5847	4.113	5
10700	Lhuître	lhuitre	44	10	103	48.5703	4.2483	5
10700	Saint-Nabord-sur-Aube	saint-nabord-sur-aube	44	10	103	48.5261	4.2154	5
10700	Champigny-sur-Aube	champigny-sur-aube	44	10	103	48.5601	4.0736	5
10700	Ortillon	ortillon	44	10	103	48.5114	4.2494	5
10700	Trouans	trouans	44	10	103	48.6333	4.2333	5
10700	Mesnil-la-Comtesse	mesnil-la-comtesse	44	10	103	48.4966	4.1963	5
10700	Saint-Étienne-sous-Barbuise	saint-etienne-sous-barbuise	44	10	103	48.5008	4.1103	5
10700	Pouan-les-Vallées	pouan-les-vallees	44	10	103	48.5419	4.0645	5
10700	Salon	salon	44	10	102	48.6407	4.0042	5
10700	Vinets	vinets	44	10	103	48.5334	4.2389	5
10700	Torcy-le-Petit	torcy-le-petit	44	10	103	48.5313	4.196	5
10800	Villemereuil	villemereuil	44	10	103	48.1988	4.0878	5
10800	Les Bordes-Aumont	les-bordes-aumont	44	10	103	48.1859	4.1226	5
10800	Saint-Thibault	saint-thibault	44	10	103	48.205	4.14	5
10800	Buchères	bucheres	44	10	103	48.2351	4.1131	5
10800	Saint-Julien-les-Villas	saint-julien-les-villas	44	10	103	48.2713	4.099	5
10800	Villy-le-Bois	villy-le-bois	44	10	103	48.1602	4.0921	5
10800	Isle-Aumont	isle-aumont	44	10	103	48.2123	4.1259	5
10800	Cormost	cormost	44	10	103	48.1684	4.1362	5
10800	Moussey	moussey	44	10	103	48.2153	4.096	5
10800	Rouilly-Saint-Loup	rouilly-saint-loup	44	10	103	48.2633	4.1501	5
10800	Villy-le-Maréchal	villy-le-marechal	44	10	103	48.1872	4.0749	5
10800	La Vendue-Mignot	la-vendue-mignot	44	10	103	48.1637	4.1118	5
10800	Saint-Léger-près-Troyes	saint-leger-pres-troyes	44	10	103	48.2356	4.0789	5
10901 CEDEX 9	Troyes	troyes	44	10	103	48.3007	4.0852	5
10902 CEDEX 9	Troyes	troyes	44	10	103	48.3007	4.0852	5
10910 CEDEX 9	Troyes	troyes	44	10	103	48.3007	4.0852	5
02160	Gernicourt	gernicourt	44	51	513	49.3989	3.8736	5
51000	Châlons-en-Champagne	chalons-en-champagne	44	51	511	48.9539	4.3672	5
51001 CEDEX	Châlons-en-Champagne	chalons-en-champagne	44	51	511	48.9539	4.3672	5
51005 CEDEX	Châlons-en-Champagne	chalons-en-champagne	44	51	511	48.9539	4.3672	5
51006 CEDEX	Châlons-en-Champagne	chalons-en-champagne	44	51	511	48.9539	4.3672	5
51007 CEDEX	Châlons-en-Champagne	chalons-en-champagne	44	51	511	48.9539	4.3672	5
51008 CEDEX	Châlons-en-Champagne	chalons-en-champagne	44	51	511	48.9539	4.3672	5
51009 CEDEX	Châlons-en-Champagne	chalons-en-champagne	44	51	511	48.9539	4.3672	5
51010 CEDEX	Châlons-en-Champagne	chalons-en-champagne	44	51	511	48.9539	4.3672	5
51011 CEDEX	Châlons-en-Champagne	chalons-en-champagne	44	51	511	48.9539	4.3672	5
51012 CEDEX	Châlons-en-Champagne	chalons-en-champagne	44	51	511	48.9539	4.3672	5
51013 CEDEX	Châlons-en-Champagne	chalons-en-champagne	44	51	511	48.9539	4.3672	5
51016 CEDEX	Châlons-en-Champagne	chalons-en-champagne	44	51	511	48.9539	4.3672	5
51017 CEDEX	Châlons-en-Champagne	chalons-en-champagne	44	51	511	48.9539	4.3672	5
51021 CEDEX	Châlons-en-Champagne	chalons-en-champagne	44	51	511	48.9539	4.3672	5
51022 CEDEX	Châlons-en-Champagne	chalons-en-champagne	44	51	511	48.9539	4.3672	5
51035 CEDEX	Châlons-en-Champagne	chalons-en-champagne	44	51	511	48.9539	4.3672	5
51036 CEDEX	Châlons-en-Champagne	chalons-en-champagne	44	51	511	48.9539	4.3672	5
51037 CEDEX	Châlons-en-Champagne	chalons-en-champagne	44	51	511	48.9539	4.3672	5
51038 CEDEX	Châlons-en-Champagne	chalons-en-champagne	44	51	511	48.9539	4.3672	5
51039 CEDEX	Châlons-en-Champagne	chalons-en-champagne	44	51	511	48.9539	4.3672	5
51041 CEDEX	Châlons-en-Champagne	chalons-en-champagne	44	51	511	48.9539	4.3672	5
51042 CEDEX	Châlons-en-Champagne	chalons-en-champagne	44	51	511	48.9539	4.3672	5
51043 CEDEX	Châlons-en-Champagne	chalons-en-champagne	44	51	511	48.9539	4.3672	5
51051 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51052 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51053 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51054 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51055 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51056 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51057 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51058 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51059 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51060 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51061 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51062 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51063 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51064 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51065 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51066 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51067 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51068 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51069 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51070 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51071 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51072 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51073 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51074 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51075 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51076 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51077 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51079 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51080 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51081 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51082 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51083 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51084 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51086 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51087 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51088 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51089 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51090 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51092 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51095 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51096 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51097 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51099 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51100	Reims	reims	44	51	513	49.25	4.0333	5
51110	Boult-sur-Suippe	boult-sur-suippe	44	51	513	49.3715	4.1463	5
51110	Warmeriville	warmeriville	44	51	513	49.3523	4.2188	5
51110	Pomacle	pomacle	44	51	513	49.3352	4.1468	5
51110	Saint-Étienne-sur-Suippe	saint-etienne-sur-suippe	44	51	513	49.3871	4.0958	5
51110	Caurel	caurel	44	51	513	49.3039	4.153	5
51110	Fresne-lès-Reims	fresne-les-reims	44	51	513	49.3333	4.1	5
51110	Lavannes	lavannes	44	51	513	49.3133	4.1725	5
51110	Heutrégiville	heutregiville	44	51	513	49.3167	4.2667	5
51110	Bourgogne	bourgogne	44	51	513	49.3496	4.0711	5
51110	Auménancourt	aumenancourt	44	51	513	49.3833	4.0667	5
51110	Bazancourt	bazancourt	44	51	513	49.3656	4.1705	5
51110	Isles-sur-Suippe	isles-sur-suippe	44	51	513	49.3556	4.2009	5
51120	Reuves	reuves	44	51	512	48.7983	3.8046	5
51120	Saint-Loup	saint-loup	44	51	512	48.7378	3.8125	5
51120	Péas	peas	44	51	512	48.7428	3.7777	5
51120	Oyes	oyes	44	51	512	48.8098	3.7857	5
51120	Le Meix-Saint-Epoing	le-meix-saint-epoing	44	51	512	48.7	3.65	5
51120	Queudes	queudes	44	51	512	48.6574	3.7575	5
51120	Charleville	charleville	44	51	512	48.8129	3.6676	5
51120	Allemant	allemant	44	51	512	48.7602	3.8001	5
51120	Lachy	lachy	44	51	512	48.7663	3.7064	5
51120	Saint-Quentin-le-Verger	saint-quentin-le-verger	44	51	512	48.6176	3.7491	5
51120	Vindey	vindey	44	51	512	48.6985	3.7103	5
51120	La Forestière	la-forestiere	44	51	512	48.659	3.5934	5
51120	Sézanne	sezanne	44	51	512	48.7205	3.7234	5
51120	Nesle-la-Reposte	nesle-la-reposte	44	51	512	48.6323	3.5516	5
51120	Les Essarts-lès-Sézanne	les-essarts-les-sezanne	44	51	512	48.7524	3.6495	5
51120	Mondement-Montgivroux	mondement-montgivroux	44	51	512	48.7871	3.7798	5
51120	Villeneuve-Saint-Vistre-et-Villevotte	villeneuve-saint-vistre-et-villevotte	44	51	512	48.6347	3.762	5
51120	Fontaine-Denis-Nuisy	fontaine-denis-nuisy	44	51	512	48.6265	3.6849	5
51120	Barbonne-Fayel	barbonne-fayel	44	51	512	48.6562	3.6945	5
51120	Saudoy	saudoy	44	51	512	48.6821	3.7155	5
51120	Chichey	chichey	44	51	512	48.6884	3.7569	5
51120	Mœurs-Verdey	m-urs-verdey	44	51	512	48.7333	3.6833	5
51120	Soizy-aux-Bois	soizy-aux-bois	44	51	512	48.8095	3.73	5
51120	La Villeneuve-lès-Charleville	la-villeneuve-les-charleville	44	51	512	48.8079	3.6945	5
51120	Broyes	broyes	44	51	512	48.7578	3.7626	5
51120	Saint-Remy-sous-Broyes	saint-remy-sous-broyes	44	51	512	48.7	3.7833	5
51120	Gaye	gaye	44	51	512	48.6841	3.8046	5
51121 CEDEX	Sézanne	sezanne	44	51	512	48.7205	3.7234	5
51122 CEDEX	Sézanne	sezanne	44	51	512	48.7205	3.7234	5
51130	Voipreux	voipreux	44	51	512	48.9088	4.0411	5
51130	Vert-Toulon	vert-toulon	44	51	512	48.85	3.9167	5
51130	Vouzy	vouzy	44	51	512	48.9249	4.1104	5
51130	Givry-lès-Loisy	givry-les-loisy	44	51	512	48.8925	3.9113	5
51130	Clamanges	clamanges	44	51	512	48.8275	4.0836	5
51130	Gionges	gionges	44	51	512	48.935	3.9809	5
51130	Trécon	trecon	44	51	512	48.8696	4.0826	5
51130	Rouffy	rouffy	44	51	512	48.9345	4.1013	5
51130	Pocancy	pocancy	44	51	512	48.9475	4.1471	5
51130	Villers-aux-Bois	villers-aux-bois	44	51	512	48.933	3.9369	5
51130	Loisy-en-Brie	loisy-en-brie	44	51	512	48.8825	3.903	5
51130	Chaltrait	chaltrait	44	51	512	48.9308	3.8983	5
51130	Pierre-Morains	pierre-morains	44	51	512	48.8359	4.0224	5
51130	Vélye	velye	44	51	512	48.8879	4.1267	5
51130	Val-des-Marais	val-des-marais	44	51	512	48.85	3.9667	5
51130	Villeneuve-Renneville-Chevigny	villeneuve-renneville-chevigny	44	51	512	48.9183	4.0609	5
51130	Bergères-lès-Vertus	bergeres-les-vertus	44	51	512	48.8799	4.0056	5
51130	Germinon	germinon	44	51	512	48.8785	4.1563	5
51130	Saint-Mard-lès-Rouffy	saint-mard-les-rouffy	44	51	512	48.9423	4.1173	5
51130	Chaintrix-Bierges	chaintrix-bierges	44	51	512	48.902	4.107	5
51130	Soulières	soulieres	44	51	512	48.9064	3.9333	5
51130	Villeseneux	villeseneux	44	51	512	48.8411	4.1459	5
51130	Étréchy	etrechy	44	51	512	48.8864	3.9429	5
51130	Vertus	vertus	44	51	512	48.9061	4.0022	5
51140	Montigny-sur-Vesle	montigny-sur-vesle	44	51	513	49.3133	3.803	5
51140	Romain	romain	44	51	513	49.3306	3.7711	5
51140	Prouilly	prouilly	44	51	513	49.3006	3.8535	5
51140	Branscourt	branscourt	44	51	513	49.2705	3.822	5
51140	Breuil	breuil	44	51	513	49.3167	3.7667	5
51140	Trigny	trigny	44	51	513	49.3029	3.896	5
51140	Châlons-sur-Vesle	chalons-sur-vesle	44	51	513	49.2893	3.9179	5
51140	Pévy	pevy	44	51	513	49.3102	3.8424	5
51140	Muizon	muizon	44	51	513	49.275	3.8908	5
51140	Treslon	treslon	44	51	513	49.2401	3.8231	5
51140	Bouvancourt	bouvancourt	44	51	513	49.3383	3.8363	5
51140	Ventelay	ventelay	44	51	513	49.3419	3.7987	5
51140	Chenay	chenay	44	51	513	49.2973	3.9293	5
51140	Courcelles-Sapicourt	courcelles-sapicourt	44	51	513	49.2623	3.8455	5
51140	Hourges	hourges	44	51	513	49.282	3.7689	5
51140	Jonchery-sur-Vesle	jonchery-sur-vesle	44	51	513	49.2895	3.8135	5
51140	Vandeuil	vandeuil	44	51	513	49.28	3.7905	5
51150	Condé-sur-Marne	conde-sur-marne	44	51	511	49.0443	4.1804	5
51150	Cherville	cherville	44	51	511	49.018	4.1636	5
51150	Athis	athis	44	51	512	49.0164	4.1281	5
51150	Ambonnay	ambonnay	44	51	512	49.0771	4.1728	5
51150	Isse	isse	44	51	511	49.0654	4.2053	5
51150	Bisseuil	bisseuil	44	51	512	49.0462	4.088	5
51150	Tauxières-Mutry	tauxieres-mutry	44	51	512	49.092	4.1028	5
51150	Val de Livre	val-de-livre	44	51	512	49.0914	4.1036	5
51150	Vraux	vraux	44	51	511	49.0274	4.2379	5
51150	Aulnay-sur-Marne	aulnay-sur-marne	44	51	511	49.0071	4.2041	5
51150	Jâlons	jalons	44	51	511	49.0105	4.1865	5
51150	Juvigny	juvigny	44	51	511	49.0192	4.2639	5
51150	Tours-sur-Marne	tours-sur-marne	44	51	512	49.0487	4.1206	5
51150	Plivot	plivot	44	51	512	49.0178	4.0707	5
51150	Champigneul-Champagne	champigneul-champagne	44	51	511	48.9716	4.1679	5
51150	Aigny	aigny	44	51	511	49.0356	4.2093	5
51150	Aÿ-Champagne	ay-champagne	44	51	512	49.0553	4.0036	5
51150	Bouzy	bouzy	44	51	512	49.0798	4.1477	5
51150	Louvois	louvois	44	51	512	49.102	4.1168	5
51160	Fontaine-sur-Ay	fontaine-sur-ay	44	51	512	49.0823	4.0759	5
51160	Hautvillers	hautvillers	44	51	512	49.0835	3.9446	5
51160	Avenay-Val-d’Or	avenay-val-d-or	44	51	512	49.07	4.048	5
51160	Germaine	germaine	44	51	512	49.1145	4.031	5
51160	Ay	ay	44	51	512	49.0546	4.0034	5
51160	Champillon	champillon	44	51	512	49.0843	3.9794	5
51160	Saint-Imoges	saint-imoges	44	51	512	49.1105	3.9757	5
51160	Mutigny	mutigny	44	51	512	49.0667	4.0249	5
51160	Mareuil-sur-Ay	mareuil-sur-ay	44	51	512	49.0458	4.0359	5
51160	Aÿ-Champagne	ay-champagne	44	51	512	49.0553	4.0036	5
51170	Chambrecy	chambrecy	44	51	513	49.1824	3.8226	5
51170	Ville-en-Tardenois	ville-en-tardenois	44	51	513	49.1806	3.8	5
51170	Romigny	romigny	44	51	513	49.1733	3.7699	5
51170	Faverolles-et-Coëmy	faverolles-et-coemy	44	51	513	49.2355	3.7931	5
51170	Magneux	magneux	44	51	513	49.3062	3.7231	5
51170	Unchair	unchair	44	51	513	49.2907	3.7482	5
51170	Aubilly	aubilly	44	51	513	49.2131	3.8581	5
51170	Crugny	crugny	44	51	513	49.2538	3.7388	5
51170	Poilly	poilly	44	51	513	49.2162	3.8205	5
51170	Saint-Gilles	saint-gilles	44	51	513	49.2804	3.6768	5
51170	Marfaux	marfaux	44	51	513	49.1674	3.8926	5
51170	Bligny	bligny	44	51	513	49.1956	3.8605	5
51170	Lhéry	lhery	44	51	513	49.2105	3.7636	5
51170	Sarcy	sarcy	44	51	513	49.207	3.8255	5
51170	Lagery	lagery	44	51	513	49.2104	3.7439	5
51170	Brouillet	brouillet	44	51	513	49.2261	3.7396	5
51170	Tramery	tramery	44	51	513	49.2242	3.8045	5
51170	Bouleuse	bouleuse	44	51	513	49.2246	3.8398	5
51170	Arcis-le-Ponsart	arcis-le-ponsart	44	51	513	49.2349	3.6954	5
51170	Fismes	fismes	44	51	513	49.3077	3.6861	5
51170	Baslieux-lès-Fismes	baslieux-les-fismes	44	51	513	49.325	3.7121	5
51170	Savigny-sur-Ardres	savigny-sur-ardres	44	51	513	49.2445	3.7819	5
51170	Serzy-et-Prin	serzy-et-prin	44	51	513	49.2508	3.7662	5
51170	Courlandon	courlandon	44	51	513	49.3129	3.7362	5
51170	Mont-sur-Courville	mont-sur-courville	44	51	513	49.26	3.682	5
51170	Aougny	aougny	44	51	513	49.1817	3.7267	5
51170	Chaumuzy	chaumuzy	44	51	513	49.1751	3.863	5
51170	Courville	courville	44	51	513	49.2685	3.6971	5
51190	Oger	oger	44	51	512	48.9581	4.0146	5
51190	Grauves	grauves	44	51	512	48.9742	3.9639	5
51190	Flavigny	flavigny	44	51	512	48.9756	4.0604	5
51190	Avize	avize	44	51	512	48.9735	4.0144	5
51190	Le Mesnil-sur-Oger	le-mesnil-sur-oger	44	51	512	48.9471	4.0226	5
51190	Les Istres-et-Bury	les-istres-et-bury	44	51	512	48.9859	4.0917	5
51200	Épernay	epernay	44	51	512	49.05	3.95	5
51201 CEDEX	Épernay	epernay	44	51	512	49.05	3.95	5
51202 CEDEX	Épernay	epernay	44	51	512	49.05	3.95	5
51203 CEDEX	Épernay	epernay	44	51	512	49.05	3.95	5
51204 CEDEX	Épernay	epernay	44	51	512	49.05	3.95	5
51205 CEDEX	Épernay	epernay	44	51	512	49.05	3.95	5
51206 CEDEX	Épernay	epernay	44	51	512	49.05	3.95	5
51207 CEDEX	Épernay	epernay	44	51	512	49.05	3.95	5
51208 CEDEX	Épernay	epernay	44	51	512	49.05	3.95	5
51209 CEDEX	Épernay	epernay	44	51	512	49.05	3.95	5
51210	Le Breuil	le-breuil	44	51	512	48.977	3.6484	5
51210	Verdon	verdon	44	51	512	48.949	3.6214	5
51210	Boissy-le-Repos	boissy-le-repos	44	51	512	48.8466	3.6494	5
51210	Le Thoult-Trosnay	le-thoult-trosnay	44	51	512	48.85	3.689	5
51210	Montmirail	montmirail	44	51	512	48.8721	3.538	5
51210	Le Gault-Soigny	le-gault-soigny	44	51	512	48.8167	3.5833	5
51210	Tréfols	trefols	44	51	512	48.7889	3.4998	5
51210	Vauchamps	vauchamps	44	51	512	48.8807	3.6156	5
51210	Le Vézier	le-vezier	44	51	512	48.7954	3.4594	5
51210	Fromentières	fromentieres	44	51	512	48.8898	3.7051	5
51210	Corfélix	corfelix	44	51	512	48.8377	3.699	5
51210	Bergères-sous-Montmirail	bergeres-sous-montmirail	44	51	512	48.8444	3.5899	5
51210	Morsains	morsains	44	51	512	48.7968	3.5343	5
51210	Janvilliers	janvilliers	44	51	512	48.8946	3.6494	5
51210	Mécringes	mecringes	44	51	512	48.8657	3.5087	5
51210	Corrobert	corrobert	44	51	512	48.9156	3.6054	5
51210	Rieux	rieux	44	51	512	48.85	3.5	5
51210	Margny	margny	44	51	512	48.9302	3.645	5
51220	Merfy	merfy	44	51	513	49.2963	3.95	5
51220	Loivre	loivre	44	51	513	49.3462	3.9798	5
51220	Pouillon	pouillon	44	51	513	49.3139	3.949	5
51220	Cormicy	cormicy	44	51	513	49.3707	3.896	5
51220	Berméricourt	bermericourt	44	51	513	49.3567	3.9902	5
51220	Thil	thil	44	51	513	49.3158	3.9636	5
51220	Hermonville	hermonville	44	51	513	49.3365	3.9101	5
51220	Cauroy-lès-Hermonville	cauroy-les-hermonville	44	51	513	49.3499	3.9237	5
51220	Villers-Franqueux	villers-franqueux	44	51	513	49.3285	3.9459	5
51220	Brimont	brimont	44	51	513	49.3411	4.0248	5
51220	Saint-Thierry	saint-thierry	44	51	513	49.3055	3.9657	5
51220	Courcy	courcy	44	51	513	49.3236	4.0026	5
51230	Marigny	marigny	44	51	512	48.664	3.867	5
51230	Connantre	connantre	44	51	512	48.7266	3.924	5
51230	Ognes	ognes	44	51	512	48.6994	3.9057	5
51230	Thaas	thaas	44	51	512	48.6481	3.8789	5
51230	Broussy-le-Petit	broussy-le-petit	44	51	512	48.7923	3.8261	5
51230	Bannes	bannes	44	51	512	48.8017	3.9169	5
51230	Lenharrée	lenharree	44	51	511	48.7758	4.1148	5
51230	Gourgançon	gourgancon	44	51	512	48.6886	4.0229	5
51230	Linthelles	linthelles	44	51	512	48.7163	3.8221	5
51230	Linthes	linthes	44	51	512	48.7304	3.8478	5
51230	Angluzelles-et-Courcelles	angluzelles-et-courcelles	44	51	512	48.6576	3.8801	5
51230	Écury-le-Repos	ecury-le-repos	44	51	512	48.8075	4.0327	5
51230	Fère-Champenoise	fere-champenoise	44	51	512	48.7543	3.9907	5
51230	Broussy-le-Grand	broussy-le-grand	44	51	512	48.7882	3.8792	5
51230	Euvy	euvy	44	51	512	48.7202	4.0293	5
51230	Corroy	corroy	44	51	512	48.7019	3.9378	5
51230	Connantray-Vaurefroy	connantray-vaurefroy	44	51	512	48.7477	4.0623	5
51230	Faux-Fresnay	faux-fresnay	44	51	512	48.6458	3.9456	5
51230	Pleurs	pleurs	44	51	512	48.6912	3.8717	5
51240	Saint-Jean-sur-Moivre	saint-jean-sur-moivre	44	51	511	48.9031	4.5842	5
51240	Togny-aux-Bœufs	togny-aux-b-ufs	44	51	511	48.85	4.45	5
51240	Cernon	cernon	44	51	511	48.8406	4.3452	5
51240	Vésigneul-sur-Marne	vesigneul-sur-marne	44	51	511	48.8727	4.4605	5
51240	Moivre	moivre	44	51	511	48.9252	4.6598	5
51240	Saint-Martin-aux-Champs	saint-martin-aux-champs	44	51	511	48.8214	4.4885	5
51240	Mairy-sur-Marne	mairy-sur-marne	44	51	511	48.8814	4.4114	5
51240	Coupetz	coupetz	44	51	511	48.8188	4.3647	5
51240	Marson	marson	44	51	511	48.9113	4.5274	5
51240	Pogny	pogny	44	51	511	48.8584	4.484	5
51240	Dampierre-sur-Moivre	dampierre-sur-moivre	44	51	511	48.8943	4.5606	5
51240	Nuisement-sur-Coole	nuisement-sur-coole	44	51	511	48.8773	4.3099	5
51240	Chepy	chepy	44	51	511	48.8989	4.4336	5
51240	Saint-Quentin-sur-Coole	saint-quentin-sur-coole	44	51	511	48.8536	4.3286	5
51240	La Chaussée-sur-Marne	la-chaussee-sur-marne	44	51	514	48.8342	4.5231	5
51240	Songy	songy	44	51	514	48.8021	4.4991	5
51240	Breuvery-sur-Coole	breuvery-sur-coole	44	51	511	48.8598	4.3132	5
51240	Omey	omey	44	51	511	48.95	4.5	5
51240	Écury-sur-Coole	ecury-sur-coole	44	51	511	48.8959	4.337	5
51240	Cheppes-la-Prairie	cheppes-la-prairie	44	51	511	48.831	4.4752	5
51240	Ablancourt	ablancourt	44	51	514	48.8102	4.523	5
51240	Francheville	francheville	44	51	511	48.89	4.5425	5
51240	Saint-Germain-la-Ville	saint-germain-la-ville	44	51	511	48.8822	4.4475	5
51240	Vitry-la-Ville	vitry-la-ville	44	51	511	48.8413	4.4593	5
51240	Coupéville	coupeville	44	51	511	48.9105	4.6275	5
51240	Le Fresne	le-fresne	44	51	511	48.9117	4.645	5
51240	Aulnay-l’Aître	aulnay-l-aitre	44	51	514	48.823	4.5607	5
51250	Sermaize-les-Bains	sermaize-les-bains	44	51	514	48.7851	4.9117	5
51250	Villers-le-Sec	villers-le-sec	44	51	514	48.8133	4.8536	5
51250	Cheminon	cheminon	44	51	514	48.7375	4.905	5
51250	Alliancelles	alliancelles	44	51	514	48.8101	4.8811	5
51260	Villiers-aux-Corneilles	villiers-aux-corneilles	44	51	512	48.5755	3.6793	5
51260	La Celle-sous-Chantemerle	la-celle-sous-chantemerle	44	51	512	48.6141	3.6786	5
51260	Granges-sur-Aube	granges-sur-aube	44	51	512	48.5819	3.8532	5
51260	Esclavolles-Lurey	esclavolles-lurey	44	51	512	48.5528	3.6563	5
51260	Marcilly-sur-Seine	marcilly-sur-seine	44	51	512	48.5573	3.7085	5
51260	Clesles	clesles	44	51	512	48.5337	3.8325	5
51260	Allemanche-Launay-et-Soyer	allemanche-launay-et-soyer	44	51	512	48.6054	3.7877	5
51260	Saint-Saturnin	saint-saturnin	44	51	512	48.6124	3.9016	5
51260	Bagneux	bagneux	44	51	512	48.5588	3.8274	5
51260	Marsangis	marsangis	44	51	512	48.6067	3.8358	5
51260	Courcemain	courcemain	44	51	512	48.6164	3.9195	5
51260	Saint-Just-Sauvage	saint-just-sauvage	44	51	512	48.5548	3.7845	5
51260	Montgenost	montgenost	44	51	512	48.5981	3.5966	5
51260	Vouarces	vouarces	44	51	512	48.5913	3.8968	5
51260	Baudement	baudement	44	51	512	48.5754	3.7745	5
51260	Conflans-sur-Seine	conflans-sur-seine	44	51	512	48.5524	3.6802	5
51260	Bethon	bethon	44	51	512	48.6132	3.6149	5
51260	Saron-sur-Aube	saron-sur-aube	44	51	512	48.5693	3.7314	5
51260	La Chapelle-Lasson	la-chapelle-lasson	44	51	512	48.6288	3.8322	5
51260	Chantemerle	chantemerle	44	51	512	48.6123	3.6573	5
51260	Potangis	potangis	44	51	512	48.5878	3.6446	5
51260	Anglure	anglure	44	51	512	48.586	3.8142	5
51270	Champaubert	champaubert	44	51	512	48.8786	3.7755	5
51270	Suizy-le-Franc	suizy-le-franc	44	51	512	48.9527	3.7361	5
51270	Mareuil-en-Brie	mareuil-en-brie	44	51	512	48.9582	3.7448	5
51270	Beaunay	beaunay	44	51	512	48.8832	3.8787	5
51270	Coizard-Joches	coizard-joches	44	51	512	48.8273	3.8656	5
51270	La Chapelle-sous-Orbais	la-chapelle-sous-orbais	44	51	512	48.91	3.7327	5
51270	La Caure	la-caure	44	51	512	48.9119	3.7902	5
51270	Baye	baye	44	51	512	48.8537	3.7636	5
51270	Talus-Saint-Prix	talus-saint-prix	44	51	512	48.8326	3.7436	5
51270	Fèrebrianges	ferebrianges	44	51	512	48.8667	3.85	5
51270	Orbais-l'Abbaye	orbais-l-abbaye	44	51	512	48.95	3.7	5
51270	Le Baizil	le-baizil	44	51	512	48.9699	3.7944	5
51270	Villevenard	villevenard	44	51	512	48.8275	3.7993	5
51270	Courjeonnet	courjeonnet	44	51	512	48.8292	3.8343	5
51270	Montmort-Lucy	montmort-lucy	44	51	512	48.9167	3.8167	5
51270	La Ville-sous-Orbais	la-ville-sous-orbais	44	51	512	48.9667	3.6833	5
51270	Corribert	corribert	44	51	512	48.9433	3.7679	5
51270	Étoges	etoges	44	51	512	48.8801	3.8557	5
51270	Congy	congy	44	51	512	48.8592	3.8298	5
51270	Bannay	bannay	44	51	512	48.8595	3.7246	5
51290	Arzillières-Neuville	arzillieres-neuville	44	51	514	48.65	4.5833	5
51290	Giffaumont-Champaubert	giffaumont-champaubert	44	51	514	48.55	4.75	5
51290	Écollemont	ecollemont	44	51	514	48.6212	4.7327	5
51290	Margerie-Hancourt	margerie-hancourt	44	51	514	48.556	4.5222	5
51290	Somsois	somsois	44	51	514	48.595	4.5035	5
51290	Saint-Remy-en-Bouzemont-Saint-Genest-et-Isson	saint-remy-en-bouzemont-saint-genest-et-isson	44	51	514	48.6333	4.65	5
51290	Arrigny	arrigny	44	51	514	48.6233	4.7082	5
51290	Larzicourt	larzicourt	44	51	514	48.6353	4.7136	5
51290	Sainte-Marie-du-Lac-Nuisement	sainte-marie-du-lac-nuisement	44	51	514	48.6065	4.7779	5
51290	Gigny-Bussy	gigny-bussy	44	51	514	48.6	4.5667	5
51290	Ambrières	ambrieres	44	51	514	48.6344	4.8376	5
51290	Chapelaine	chapelaine	44	51	514	48.5796	4.4991	5
51290	Lignon	lignon	44	51	514	48.586	4.5322	5
51290	Hauteville	hauteville	44	51	514	48.6372	4.7697	5
51290	Landricourt	landricourt	44	51	514	48.6165	4.8106	5
51290	Brandonvillers	brandonvillers	44	51	514	48.5934	4.5597	5
51290	Isle-sur-Marne	isle-sur-marne	44	51	514	48.6405	4.6888	5
51290	Outines	outines	44	51	514	48.5554	4.651	5
51290	Saint-Utin	saint-utin	44	51	514	48.5501	4.5047	5
51290	Saint-Chéron	saint-cheron	44	51	514	48.6369	4.5611	5
51290	Châtillon-sur-Broué	chatillon-sur-broue	44	51	514	48.5459	4.703	5
51290	Drosnay	drosnay	44	51	514	48.5779	4.6155	5
51290	Moncetz-l’Abbaye	moncetz-l-abbaye	44	51	514	48.6488	4.657	5
51300	Pringy	pringy	44	51	514	48.7833	4.5167	5
51300	Plichancourt	plichancourt	44	51	514	48.7458	4.6783	5
51300	Outrepont	outrepont	44	51	514	48.7672	4.6826	5
51300	Soulanges	soulanges	44	51	514	48.7902	4.5359	5
51300	Frignicourt	frignicourt	44	51	514	48.6997	4.5915	5
51300	Blacy	blacy	44	51	514	48.725	4.5545	5
51300	Bignicourt-sur-Marne	bignicourt-sur-marne	44	51	514	48.6804	4.6108	5
51300	Changy	changy	44	51	514	48.7736	4.6793	5
51300	Drouilly	drouilly	44	51	514	48.7728	4.5233	5
51300	Vauclerc	vauclerc	44	51	514	48.7066	4.661	5
51300	Brusson	brusson	44	51	514	48.7489	4.7029	5
51300	Saint-Quentin-les-Marais	saint-quentin-les-marais	44	51	514	48.7819	4.6432	5
51300	Reims-la-Brulée	reims-la-brulee	44	51	514	48.7186	4.6685	5
51300	Matignicourt-Goncourt	matignicourt-goncourt	44	51	514	48.6763	4.6819	5
51300	Saint-Lumier-en-Champagne	saint-lumier-en-champagne	44	51	514	48.7957	4.6268	5
51300	Vavray-le-Grand	vavray-le-grand	44	51	514	48.799	4.7075	5
51300	Vitry-le-François	vitry-le-francois	44	51	514	48.7333	4.5833	5
51300	Le Buisson	le-buisson	44	51	514	48.7667	4.75	5
51300	Norrois	norrois	44	51	514	48.6698	4.6251	5
51300	Saint-Amand-sur-Fion	saint-amand-sur-fion	44	51	514	48.8116	4.6061	5
51300	Haussignémont	haussignemont	44	51	514	48.719	4.7496	5
51300	Écriennes	ecriennes	44	51	514	48.6912	4.6855	5
51300	Merlaut	merlaut	44	51	514	48.7616	4.6671	5
51300	Heiltz-le-Hutier	heiltz-le-hutier	44	51	514	48.6884	4.7672	5
51300	Couvrot	couvrot	44	51	514	48.758	4.5709	5
51300	Blaise-sous-Arzillières	blaise-sous-arzillieres	44	51	514	48.6704	4.5852	5
51300	Luxémont-et-Villotte	luxemont-et-villotte	44	51	514	48.696	4.6336	5
51300	Dompremy	dompremy	44	51	514	48.7281	4.7409	5
51300	Bassuet	bassuet	44	51	514	48.7974	4.6692	5
51300	Les Rivières-Henruel	les-rivieres-henruel	44	51	514	48.6525	4.5643	5
51300	Maisons-en-Champagne	maisons-en-champagne	44	51	514	48.748	4.4985	5
51300	Marolles	marolles	44	51	514	48.7166	4.6259	5
51300	Châtelraould-Saint-Louvent	chatelraould-saint-louvent	44	51	514	48.6792	4.5469	5
51300	Favresse	favresse	44	51	514	48.7176	4.7338	5
51300	Vavray-le-Petit	vavray-le-petit	44	51	514	48.8064	4.7142	5
51300	Glannes	glannes	44	51	514	48.7075	4.5393	5
51300	Ponthion	ponthion	44	51	514	48.7591	4.7136	5
51300	Bassu	bassu	44	51	514	48.8318	4.6938	5
51300	Vitry-en-Perthois	vitry-en-perthois	44	51	514	48.7477	4.6268	5
51300	Orconte	orconte	44	51	514	48.6702	4.7375	5
51300	Cloyes-sur-Marne	cloyes-sur-marne	44	51	514	48.6632	4.6395	5
51300	Lisse-en-Champagne	lisse-en-champagne	44	51	514	48.8167	4.65	5
51300	Huiron	huiron	44	51	514	48.7022	4.5426	5
51300	Courdemanges	courdemanges	44	51	514	48.695	4.5414	5
51300	Thiéblemont-Farémont	thieblemont-faremont	44	51	514	48.6899	4.7303	5
51300	Loisy-sur-Marne	loisy-sur-marne	44	51	514	48.7581	4.545	5
51301 CEDEX	Vitry-le-François	vitry-le-francois	44	51	514	48.7333	4.5833	5
51302 CEDEX	Vitry-le-François	vitry-le-francois	44	51	514	48.7333	4.5833	5
51303 CEDEX	Vitry-le-François	vitry-le-francois	44	51	514	48.7333	4.5833	5
51304 CEDEX	Vitry-le-François	vitry-le-francois	44	51	514	48.7333	4.5833	5
51305 CEDEX	Vitry-le-François	vitry-le-francois	44	51	514	48.7333	4.5833	5
51306 CEDEX	Vitry-le-François	vitry-le-francois	44	51	514	48.7333	4.5833	5
51308 CEDEX	Vitry-le-François	vitry-le-francois	44	51	514	48.7333	4.5833	5
51309 CEDEX	Vitry-le-François	vitry-le-francois	44	51	514	48.7333	4.5833	5
51310	La Noue	la-noue	44	51	512	48.7435	3.6102	5
51310	Joiselle	joiselle	44	51	512	48.7709	3.5154	5
51310	Bouchy-Saint-Genest	bouchy-saint-genest	44	51	512	48.65	3.5167	5
51310	Réveillon	reveillon	44	51	512	48.7525	3.4547	5
51310	Courgivaux	courgivaux	44	51	512	48.7124	3.4893	5
51310	Saint-Bon	saint-bon	44	51	512	48.6781	3.4604	5
51310	Villeneuve-la-Lionne	villeneuve-la-lionne	44	51	512	48.7696	3.456	5
51310	Les Essarts-le-Vicomte	les-essarts-le-vicomte	44	51	512	48.6615	3.5562	5
51310	Champguyon	champguyon	44	51	512	48.7754	3.5419	5
51310	Châtillon-sur-Morin	chatillon-sur-morin	44	51	512	48.7131	3.5805	5
51310	Esternay	esternay	44	51	512	48.7323	3.5616	5
51310	Escardes	escardes	44	51	512	48.6971	3.5134	5
51310	Neuvy	neuvy	44	51	512	48.7459	3.5206	5
51318 CEDEX	Épernay	epernay	44	51	512	49.05	3.95	5
51319 CEDEX	Épernay	epernay	44	51	512	49.05	3.95	5
51320	Sommesous	sommesous	44	51	511	48.7378	4.1995	5
51320	Corbeil	corbeil	44	51	514	48.5773	4.4263	5
51320	Soudé	soude	44	51	511	48.7333	4.3167	5
51320	Humbauville	humbauville	44	51	514	48.6581	4.4168	5
51320	Montépreux	montepreux	44	51	511	48.7129	4.1383	5
51320	Haussimont	haussimont	44	51	511	48.7474	4.1676	5
51320	Vassimont-et-Chapelaine	vassimont-et-chapelaine	44	51	511	48.7637	4.1459	5
51320	Bussy-Lettrée	bussy-lettree	44	51	511	48.8052	4.2592	5
51320	Faux-Vésigneul	faux-vesigneul	44	51	511	48.7833	4.4	5
51320	Dommartin-Lettrée	dommartin-lettree	44	51	511	48.7686	4.2979	5
51320	Sompuis	sompuis	44	51	514	48.6819	4.3789	5
51320	Le Meix-Tiercelin	le-meix-tiercelin	44	51	514	48.6388	4.4205	5
51320	Bréban	breban	44	51	514	48.5777	4.4048	5
51320	Soudron	soudron	44	51	511	48.8414	4.1999	5
51320	Saint-Ouen-Domprot	saint-ouen-domprot	44	51	514	48.6167	4.4	5
51320	Vatry	vatry	44	51	511	48.8219	4.2436	5
51320	Coole	coole	44	51	514	48.7404	4.3933	5
51330	Dommartin-Varimont	dommartin-varimont	44	51	511	48.9667	4.7667	5
51330	Saint-Mard-sur-le-Mont	saint-mard-sur-le-mont	44	51	511	48.9224	4.8488	5
51330	Contault	contault	44	51	511	48.9167	4.8	5
51330	Givry-en-Argonne	givry-en-argonne	44	51	511	48.9501	4.8876	5
51330	Vroil	vroil	44	51	514	48.8423	4.9118	5
51330	Belval-en-Argonne	belval-en-argonne	44	51	511	48.9488	5.0037	5
51330	Bussy-le-Repos	bussy-le-repos	44	51	514	48.8996	4.7593	5
51330	Les Charmontois	les-charmontois	44	51	511	48.9665	4.9959	5
51330	Vanault-le-Châtel	vanault-le-chatel	44	51	514	48.8652	4.7266	5
51330	Charmont	charmont	44	51	514	48.8706	4.8684	5
51330	Saint-Jean-devant-Possesse	saint-jean-devant-possesse	44	51	514	48.8722	4.7971	5
51330	Bettancourt-la-Longue	bettancourt-la-longue	44	51	514	48.829	4.8892	5
51330	Somme-Yèvre	somme-yevre	44	51	511	48.9505	4.76	5
51330	Rapsécourt	rapsecourt	44	51	511	49.0233	4.7953	5
51330	Vernancourt	vernancourt	44	51	514	48.8577	4.8228	5
51330	Possesse	possesse	44	51	514	48.8883	4.8046	5
51330	Épense	epense	44	51	511	48.9711	4.8339	5
51330	La Neuville-aux-Bois	la-neuville-aux-bois	44	51	511	48.9686	4.8886	5
51330	Le Châtelier	le-chatelier	44	51	511	48.9382	4.9026	5
51330	Le Vieil-Dampierre	le-vieil-dampierre	44	51	511	48.9832	4.8858	5
51330	Dampierre-le-Château	dampierre-le-chateau	44	51	511	49.0092	4.7949	5
51330	Remicourt	remicourt	44	51	511	48.9522	4.8754	5
51330	Noirlieu	noirlieu	44	51	511	48.9457	4.8111	5
51331 CEDEX	Épernay	epernay	44	51	512	49.05	3.95	5
51332 CEDEX	Épernay	epernay	44	51	512	49.05	3.95	5
51333 CEDEX	Épernay	epernay	44	51	512	49.05	3.95	5
51334 CEDEX	Épernay	epernay	44	51	512	49.05	3.95	5
51340	Vouillers	vouillers	44	51	514	48.6822	4.8336	5
51340	Heiltz-le-Maurupt	heiltz-le-maurupt	44	51	514	48.7931	4.8137	5
51480	Nanteuil-la-Forêt	nanteuil-la-foret	44	51	512	49.1167	3.9167	5
51340	Saint-Lumier-la-Populeuse	saint-lumier-la-populeuse	44	51	514	48.7257	4.7917	5
51340	Scrupt	scrupt	44	51	514	48.7166	4.7817	5
51340	Blesme	blesme	44	51	514	48.7254	4.773	5
51340	Vanault-les-Dames	vanault-les-dames	44	51	514	48.8441	4.7705	5
51340	Maurupt-le-Montois	maurupt-le-montois	44	51	514	48.7503	4.8504	5
51340	Bignicourt-sur-Saulx	bignicourt-sur-saulx	44	51	514	48.7649	4.773	5
51340	Jussecourt-Minecourt	jussecourt-minecourt	44	51	514	48.8	4.7833	5
51340	Sogny-en-l’Angle	sogny-en-l-angle	44	51	514	48.8122	4.8033	5
51340	Étrepy	etrepy	44	51	514	48.7667	4.8167	5
51340	Heiltz-l’Évêque	heiltz-l-eveque	44	51	514	48.7803	4.7435	5
51340	Pargny-sur-Saulx	pargny-sur-saulx	44	51	514	48.7687	4.8376	5
51340	Val-de-Vière	val-de-viere	44	51	514	48.8167	4.7333	5
51340	Trois-Fontaines-l'Abbaye	trois-fontaines-l-abbaye	44	51	514	48.7167	4.95	5
51340	Saint-Vrain	saint-vrain	44	51	514	48.695	4.8026	5
51349 CEDEX	Épernay	epernay	44	51	512	49.05	3.95	5
51350	Cormontreuil	cormontreuil	44	51	513	49.2167	4.05	5
51360	Beaumont-sur-Vesle	beaumont-sur-vesle	44	51	513	49.1741	4.1871	5
51360	Val-de-Vesle	val-de-vesle	44	51	513	49.1667	4.2333	5
51360	Prunay	prunay	44	51	513	49.1962	4.1843	5
51360	Verzenay	verzenay	44	51	513	49.1592	4.1454	5
51361 CEDEX	Vitry-le-François	vitry-le-francois	44	51	514	48.7333	4.5833	5
51370	Ormes	ormes	44	51	513	49.2383	3.9576	5
51370	Les Mesneux	les-mesneux	44	51	513	49.2193	3.9615	5
51370	Champigny	champigny	44	51	513	49.2678	3.971	5
51370	Thillois	thillois	44	51	513	49.2562	3.954	5
51370	Saint-Brice-Courcelles	saint-brice-courcelles	44	51	513	49.2667	3.9833	5
51380	Verzy	verzy	44	51	513	49.1458	4.1641	5
51380	Trépail	trepail	44	51	513	49.107	4.1825	5
51380	Villers-Marmery	villers-marmery	44	51	513	49.1355	4.1961	5
51380	Vaudemange	vaudemange	44	51	513	49.0833	4.2167	5
51390	Bouilly	bouilly	44	51	513	49.199	3.8888	5
51390	Méry-Prémecy	mery-premecy	44	51	513	49.2269	3.8619	5
51390	Courmas	courmas	44	51	513	49.1898	3.9093	5
51390	Jouy-lès-Reims	jouy-les-reims	44	51	513	49.2153	3.9288	5
51390	Ville-Dommange	ville-dommange	44	51	513	49.2017	3.9352	5
51390	Coulommes-la-Montagne	coulommes-la-montagne	44	51	513	49.2254	3.9119	5
51390	Rosnay	rosnay	44	51	513	49.254	3.8624	5
51390	Pargny-lès-Reims	pargny-les-reims	44	51	513	49.2183	3.927	5
51390	Germigny	germigny	44	51	513	49.245	3.8661	5
51390	Saint-Euphraise-et-Clairizet	saint-euphraise-et-clairizet	44	51	513	49.2136	3.8856	5
51390	Gueux	gueux	44	51	513	49.2505	3.9102	5
51390	Vrigny	vrigny	44	51	513	49.2345	3.9129	5
51390	Janvry	janvry	44	51	513	49.2456	3.8773	5
51400	Mourmelon-le-Petit	mourmelon-le-petit	44	51	511	49.1304	4.3134	5
51400	Billy-le-Grand	billy-le-grand	44	51	513	49.1082	4.2321	5
51400	Sept-Saulx	sept-saulx	44	51	513	49.1484	4.2539	5
51400	Saint-Hilaire-au-Temple	saint-hilaire-au-temple	44	51	511	49.0556	4.3854	5
51400	Prosnes	prosnes	44	51	513	49.191	4.2917	5
51400	Mourmelon-le-Grand	mourmelon-le-grand	44	51	511	49.1326	4.3642	5
51400	Livry-Louvercy	livry-louvercy	44	51	511	49.1	4.3	5
51400	Baconnes	baconnes	44	51	511	49.1596	4.3381	5
51400	Les Petites-Loges	les-petites-loges	44	51	513	49.1378	4.2273	5
51400	Vadenay	vadenay	44	51	511	49.0721	4.3982	5
51400	Dampierre-au-Temple	dampierre-au-temple	44	51	511	49.0456	4.3923	5
51400	Cuperly	cuperly	44	51	511	49.0622	4.4323	5
51400	Bouy	bouy	44	51	511	49.0863	4.3494	5
51400	Les Grandes-Loges	les-grandes-loges	44	51	511	49.0653	4.2935	5
51401 CEDEX	Mourmelon-le-Grand	mourmelon-le-grand	44	51	511	49.1326	4.3642	5
51420	Cernay-lès-Reims	cernay-les-reims	44	51	513	49.2637	4.1022	5
51420	Witry-lès-Reims	witry-les-reims	44	51	513	49.2916	4.1192	5
51420	Nogent-l’Abbesse	nogent-l-abbesse	44	51	513	49.2536	4.1571	5
51420	Berru	berru	44	51	513	49.2723	4.1537	5
51430	Tinqueux	tinqueux	44	51	513	49.25	3.9833	5
51430	Bezannes	bezannes	44	51	513	49.2234	3.9889	5
51431 CEDEX	Tinqueux	tinqueux	44	51	513	49.25	3.9833	5
51432 CEDEX	Tinqueux	tinqueux	44	51	513	49.25	3.9833	5
51433 CEDEX	Tinqueux	tinqueux	44	51	513	49.25	3.9833	5
51434 CEDEX	Tinqueux	tinqueux	44	51	513	49.25	3.9833	5
51435 CEDEX	Tinqueux	tinqueux	44	51	513	49.25	3.9833	5
51450	Bétheny	betheny	44	51	513	49.285	4.0549	5
51460	Saint-Étienne-au-Temple	saint-etienne-au-temple	44	51	511	49.0244	4.4222	5
51460	Somme-Vesle	somme-vesle	44	51	511	48.9849	4.5917	5
51460	L’Épine	l-epine	44	51	511	48.9783	4.4712	5
51460	Courtisols	courtisols	44	51	511	48.9867	4.517	5
51460	Herpont	herpont	44	51	511	48.9976	4.7311	5
51460	Tilloy-et-Bellay	tilloy-et-bellay	44	51	511	49.0169	4.6139	5
51460	Poix	poix	44	51	511	48.963	4.6257	5
51470	Moncetz-Longevas	moncetz-longevas	44	51	511	48.9094	4.4262	5
51470	Saint-Memmie	saint-memmie	44	51	511	48.9525	4.3841	5
51480	Courtagnon	courtagnon	44	51	513	49.1445	3.9464	5
51480	Vauciennes	vauciennes	44	51	512	49.05	3.8833	5
51480	Cormoyeux	cormoyeux	44	51	512	49.1095	3.9139	5
51480	Cuchery	cuchery	44	51	512	49.1307	3.8244	5
51480	Cumières	cumieres	44	51	512	49.0724	3.9273	5
51480	Romery	romery	44	51	512	49.0964	3.9163	5
51480	Fleury-la-Rivière	fleury-la-riviere	44	51	512	49.0968	3.8836	5
51480	Pourcy	pourcy	44	51	513	49.1571	3.9148	5
51480	Œuilly	uilly	44	51	512	49.0667	3.8	5
51480	Damery	damery	44	51	512	49.0724	3.8804	5
51480	Venteuil	venteuil	44	51	512	49.0821	3.8413	5
51480	La Neuville-aux-Larris	la-neuville-aux-larris	44	51	512	49.1438	3.8419	5
51480	Champlat-et-Boujacourt	champlat-et-boujacourt	44	51	512	49.1544	3.8348	5
51480	Belval-sous-Châtillon	belval-sous-chatillon	44	51	512	49.1233	3.8532	5
51480	Boursault	boursault	44	51	512	49.0606	3.8452	5
51480	Reuil	reuil	44	51	512	49.0833	3.8	5
51490	Saint-Hilaire-le-Petit	saint-hilaire-le-petit	44	51	513	49.2741	4.3898	5
51490	Bétheniville	betheniville	44	51	513	49.2919	4.369	5
51490	Saint-Martin-l’Heureux	saint-martin-l-heureux	44	51	513	49.2499	4.4071	5
51490	Époye	epoye	44	51	513	49.2896	4.2385	5
51490	Dontrien	dontrien	44	51	513	49.2389	4.4118	5
51490	Pontfaverger-Moronvilliers	pontfaverger-moronvilliers	44	51	513	49.297	4.3166	5
51490	Beine-Nauroy	beine-nauroy	44	51	513	49.2492	4.216	5
51490	Saint-Masmes	saint-masmes	44	51	513	49.3121	4.2617	5
51490	Selles	selles	44	51	513	49.3075	4.2852	5
51500	Écueil	ecueil	44	51	513	49.1868	3.9527	5
51500	Villers-aux-Nœuds	villers-aux-n-uds	44	51	513	49.1833	3.9833	5
51500	Sillery	sillery	44	51	513	49.1981	4.1322	5
51500	Mailly-Champagne	mailly-champagne	44	51	513	49.155	4.1119	5
51500	Sacy	sacy	44	51	513	49.1969	3.9483	5
51500	Puisieulx	puisieulx	44	51	513	49.1932	4.113	5
51500	Sermiers	sermiers	44	51	513	49.1585	3.9852	5
51500	Taissy	taissy	44	51	513	49.2151	4.0941	5
51500	Trois-Puits	trois-puits	44	51	513	49.2062	4.0396	5
51500	Chigny-les-Roses	chigny-les-roses	44	51	513	49.1566	4.0629	5
51500	Chamery	chamery	44	51	513	49.1734	3.9551	5
51500	Montbré	montbre	44	51	513	49.1935	4.0416	5
51500	Villers-Allerand	villers-allerand	44	51	513	49.1653	4.0258	5
51500	Champfleury	champfleury	44	51	513	49.2	4.0167	5
51500	Ville-en-Selve	ville-en-selve	44	51	513	49.1268	4.0819	5
51500	Saint-Léonard	saint-leonard	44	51	513	49.2203	4.0971	5
51500	Ludes	ludes	44	51	513	49.154	4.0807	5
51500	Rilly-la-Montagne	rilly-la-montagne	44	51	513	49.1655	4.0457	5
51500	Sillery	sillery	44	51	513	49.1982	4.1324	5
51510	Coolus	coolus	44	51	511	48.9226	4.3533	5
51510	Matougues	matougues	44	51	511	48.9938	4.2425	5
51510	Villers-le-Château	villers-le-chateau	44	51	511	48.95	4.2667	5
51510	Saint-Gibrien	saint-gibrien	44	51	511	48.9742	4.3014	5
51510	Thibie	thibie	44	51	511	48.9303	4.2168	5
51510	Compertrix	compertrix	44	51	511	48.9418	4.3463	5
51510	Fagnières	fagnieres	44	51	511	48.9638	4.3169	5
51510	Cheniers	cheniers	44	51	511	48.8851	4.2442	5
51510	Saint-Pierre	saint-pierre	44	51	511	48.947	4.2452	5
51520	Recy	recy	44	51	511	48.9887	4.3138	5
51520	Sogny-aux-Moulins	sogny-aux-moulins	44	51	511	48.9033	4.3969	5
51520	La Veuve	la-veuve	44	51	511	49.0304	4.317	5
51520	Saint-Martin-sur-le-Pré	saint-martin-sur-le-pre	44	51	511	48.9774	4.3391	5
51520	Sarry	sarry	44	51	511	48.9185	4.4062	5
51530	Morangis	morangis	44	51	512	48.9736	3.9163	5
51530	Cuis	cuis	44	51	512	48.9976	3.9676	5
51530	Pierry	pierry	44	51	512	49.0202	3.9407	5
51530	Mardeuil	mardeuil	44	51	512	49.0539	3.93	5
51530	Monthelon	monthelon	44	51	512	48.9939	3.9352	5
51530	Cramant	cramant	44	51	512	48.988	3.9916	5
51530	Chavot-Courcourt	chavot-courcourt	44	51	512	49.0045	3.9299	5
51530	Vinay	vinay	44	51	512	49.0107	3.8987	5
51530	Magenta	magenta	44	51	512	49.049	3.9688	5
51530	Chouilly	chouilly	44	51	512	49.0253	4.0143	5
51530	Moslins	moslins	44	51	512	48.9706	3.9288	5
51530	Mancy	mancy	44	51	512	48.9807	3.9324	5
51530	Oiry	oiry	44	51	512	49.0238	4.0518	5
51530	Brugny-Vaudancourt	brugny-vaudancourt	44	51	512	48.9994	3.887	5
51530	Moussy	moussy	44	51	512	49.0158	3.9212	5
51530	Saint-Martin-d’Ablois	saint-martin-d-ablois	44	51	512	49.0123	3.868	5
51530	Dizy	dizy	44	51	512	49.0667	3.9667	5
51571 CEDEX 2	Reims	reims	44	51	513	49.25	4.0333	5
51572 CEDEX 2	Reims	reims	44	51	513	49.25	4.0333	5
51573 CEDEX 2	Reims	reims	44	51	513	49.25	4.0333	5
51600	Laval-sur-Tourbe	laval-sur-tourbe	44	51	511	49.1375	4.6865	5
51600	Sommepy-Tahure	sommepy-tahure	44	51	511	49.2512	4.5583	5
51600	Aubérive	auberive	44	51	513	49.2	4.4167	5
51600	Vaudesincourt	vaudesincourt	44	51	513	49.222	4.4073	5
51600	Jonchery-sur-Suippe	jonchery-sur-suippe	44	51	511	49.1597	4.4752	5
51600	Souain-Perthes-lès-Hurlus	souain-perthes-les-hurlus	44	51	511	49.1836	4.5434	5
51600	Saint-Souplet-sur-Py	saint-souplet-sur-py	44	51	513	49.2356	4.4668	5
51600	La Croix-en-Champagne	la-croix-en-champagne	44	51	511	49.0668	4.6485	5
51600	Saint-Jean-sur-Tourbe	saint-jean-sur-tourbe	44	51	511	49.1268	4.6802	5
51600	Saint-Hilaire-le-Grand	saint-hilaire-le-grand	44	51	511	49.1715	4.4646	5
51600	Somme-Suippe	somme-suippe	44	51	511	49.1157	4.5804	5
51600	La Cheppe	la-cheppe	44	51	511	49.0495	4.5003	5
51600	Somme-Tourbe	somme-tourbe	44	51	511	49.1012	4.6683	5
51600	Bussy-le-Château	bussy-le-chateau	44	51	511	49.0633	4.5427	5
51600	Suippes	suippes	44	51	511	49.1289	4.5345	5
51600	Sainte-Marie-à-Py	sainte-marie-a-py	44	51	511	49.2387	4.5018	5
51600	Saint-Remy-sur-Bussy	saint-remy-sur-bussy	44	51	511	49.05	4.5833	5
51601 CEDEX	Suippes	suippes	44	51	511	49.1289	4.5345	5
51662 CEDEX 2	Reims	reims	44	51	513	49.25	4.0333	5
51663 CEDEX 2	Reims	reims	44	51	513	49.25	4.0333	5
51664 CEDEX 2	Reims	reims	44	51	513	49.25	4.0333	5
51673 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51675 CEDEX 2	Reims	reims	44	51	513	49.25	4.0333	5
51677 CEDEX 2	Reims	reims	44	51	513	49.25	4.0333	5
51678 CEDEX 2	Reims	reims	44	51	513	49.25	4.0333	5
51679 CEDEX 2	Reims	reims	44	51	513	49.25	4.0333	5
51682 CEDEX 2	Reims	reims	44	51	513	49.25	4.0333	5
51683 CEDEX 2	Reims	reims	44	51	513	49.25	4.0333	5
51684 CEDEX 2	Reims	reims	44	51	513	49.25	4.0333	5
51685 CEDEX 2	Reims	reims	44	51	513	49.25	4.0333	5
51686 CEDEX 2	Reims	reims	44	51	513	49.25	4.0333	5
51687 CEDEX 2	Reims	reims	44	51	513	49.25	4.0333	5
51688 CEDEX 2	Reims	reims	44	51	513	49.25	4.0333	5
51689 CEDEX 2	Reims	reims	44	51	513	49.25	4.0333	5
51700	Cuisles	cuisles	44	51	513	49.1301	3.7734	5
51700	Olizy	olizy	44	51	513	49.15	3.75	5
51700	Villers-sous-Châtillon	villers-sous-chatillon	44	51	512	49.0955	3.7986	5
51700	Nesle-le-Repons	nesle-le-repons	44	51	512	49.0486	3.714	5
51700	Verneuil	verneuil	44	51	512	49.097	3.6737	5
51700	Binson-et-Orquigny	binson-et-orquigny	44	51	512	49.0924	3.7875	5
51700	Champvoisy	champvoisy	44	51	512	49.1299	3.6374	5
51700	Jonquery	jonquery	44	51	513	49.1451	3.7902	5
51700	Sainte-Gemme	sainte-gemme	44	51	512	49.1413	3.6709	5
51700	Troissy	troissy	44	51	512	49.0812	3.7099	5
51700	Igny-Comblizy	igny-comblizy	44	51	512	49.0167	3.7167	5
51700	Passy-Grigny	passy-grigny	44	51	512	49.1259	3.6789	5
51700	Châtillon-sur-Marne	chatillon-sur-marne	44	51	512	49.1005	3.7602	5
51700	Baslieux-sous-Châtillon	baslieux-sous-chatillon	44	51	512	49.1229	3.7996	5
51700	Anthenay	anthenay	44	51	513	49.1423	3.7358	5
51700	Courthiézy	courthiezy	44	51	512	49.05	3.6	5
51700	Dormans	dormans	44	51	512	49.0739	3.6382	5
51700	Festigny	festigny	44	51	512	49.0526	3.7466	5
51700	Leuvrigny	leuvrigny	44	51	512	49.0688	3.7583	5
51700	Mareuil-le-Port	mareuil-le-port	44	51	512	49.0818	3.7601	5
51700	Vincelles	vincelles	44	51	512	49.092	3.6423	5
51700	Vandières	vandieres	44	51	512	49.1	3.7333	5
51713 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51715 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51721 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51722 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51723 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51726 CEDEX	Reims	reims	44	51	513	49.25	4.0333	5
51800	Servon-Melzicourt	servon-melzicourt	44	51	511	49.2154	4.8404	5
51800	Minaucourt-le-Mesnil-lès-Hurlus	minaucourt-le-mesnil-les-hurlus	44	51	511	49.1703	4.7163	5
51800	Fontaine-en-Dormois	fontaine-en-dormois	44	51	511	49.2377	4.7183	5
51800	Saint-Mard-sur-Auve	saint-mard-sur-auve	44	51	511	49.0347	4.7273	5
51800	La Neuville-au-Pont	la-neuville-au-pont	44	51	511	49.1237	4.8572	5
51800	Villers-en-Argonne	villers-en-argonne	44	51	511	49.0202	4.9364	5
51800	Massiges	massiges	44	51	511	49.1867	4.75	5
51800	Courtémont	courtemont	44	51	511	49.1321	4.783	5
51800	Sivry-Ante	sivry-ante	44	51	511	49	4.8667	5
51800	Hans	hans	44	51	511	49.1093	4.7489	5
51800	Braux-Saint-Remy	braux-saint-remy	44	51	511	49.0167	4.8667	5
51800	Chaudefontaine	chaudefontaine	44	51	511	49.099	4.8705	5
51800	Gizaucourt	gizaucourt	44	51	511	49.0521	4.7842	5
51800	Voilemont	voilemont	44	51	511	49.0475	4.7982	5
51800	Braux-Sainte-Cohière	braux-sainte-cohiere	44	51	511	49.0912	4.8302	5
51800	Somme-Bionne	somme-bionne	44	51	511	49.0948	4.7263	5
51800	Binarville	binarville	44	51	511	49.2409	4.8947	5
51800	Virginy	virginy	44	51	511	49.1769	4.7608	5
51800	Wargemoulin-Hurlus	wargemoulin-hurlus	44	51	511	49.1555	4.6989	5
51800	Florent-en-Argonne	florent-en-argonne	44	51	511	49.1345	4.9542	5
51800	Passavant-en-Argonne	passavant-en-argonne	44	51	511	49.023	5.0045	5
51800	Malmy	malmy	44	51	511	49.1757	4.8128	5
51800	Vienne-la-Ville	vienne-la-ville	44	51	511	49.1671	4.859	5
51800	Ville-sur-Tourbe	ville-sur-tourbe	44	51	511	49.1872	4.7864	5
51800	Dommartin-Dampierre	dommartin-dampierre	44	51	511	49.0736	4.8271	5
51800	Moiremont	moiremont	44	51	511	49.1328	4.8882	5
51800	Sainte-Menehould	sainte-menehould	44	51	511	49.0833	4.9	5
51800	Gratreuil	gratreuil	44	51	511	49.2455	4.6962	5
51800	Auve	auve	44	51	511	49.0335	4.6966	5
51800	Saint-Thomas-en-Argonne	saint-thomas-en-argonne	44	51	511	49.1848	4.8648	5
51800	Élise-Daucourt	elise-daucourt	44	51	511	49.05	4.8667	5
51800	Verrières	verrieres	44	51	511	49.0647	4.9076	5
51800	Rouvroy-Ripont	rouvroy-ripont	44	51	511	49.225	4.7299	5
51800	Éclaires	eclaires	44	51	511	48.9999	5.0016	5
51800	Le Chemin	le-chemin	44	51	511	49.004	4.97	5
51800	Cernay-en-Dormois	cernay-en-dormois	44	51	511	49.2261	4.7651	5
51800	Châtrices	chatrices	44	51	511	49.0386	4.938	5
51800	Maffrécourt	maffrecourt	44	51	511	49.1178	4.8176	5
51800	Argers	argers	44	51	511	49.0683	4.8548	5
51800	La Chapelle-Felcourt	la-chapelle-felcourt	44	51	511	49.0442	4.756	5
51800	Berzieux	berzieux	44	51	511	49.164	4.7979	5
51800	Valmy	valmy	44	51	511	49.0839	4.7739	5
51800	Dommartin-sous-Hans	dommartin-sous-hans	44	51	511	49.1259	4.7853	5
51800	Vienne-le-Château	vienne-le-chateau	44	51	511	49.1912	4.8873	5
51801 CEDEX	Sainte-Menehould	sainte-menehould	44	51	511	49.0833	4.9	5
51871 CEDEX 3	Reims	reims	44	51	513	49.25	4.0333	5
51873 CEDEX 3	Reims	reims	44	51	513	49.25	4.0333	5
51884 CEDEX 3	Reims	reims	44	51	513	49.25	4.0333	5
51886 CEDEX 3	Reims	reims	44	51	513	49.25	4.0333	5
51900 CEDEX 9	Châlons-en-Champagne	chalons-en-champagne	44	51	511	48.9539	4.3672	5
51902 CEDEX 9	Châlons-en-Champagne	chalons-en-champagne	44	51	511	48.9539	4.3672	5
51904 CEDEX 9	Châlons-en-Champagne	chalons-en-champagne	44	51	511	48.9539	4.3672	5
52100	Saint-Eulien	saint-eulien	44	51	514	48.6838	4.8833	5
52100	Sapignicourt	sapignicourt	44	51	514	48.6513	4.8126	5
52000	Jonchery	jonchery	44	52	521	48.1366	5.086	5
52000	Chaumont	chaumont	44	52	521	48.1112	5.1413	5
52000	Treix	treix	44	52	521	48.1469	5.1874	5
52000	Luzy-sur-Marne	luzy-sur-marne	44	52	521	48.0561	5.1852	5
52000	Buxières-lès-Villiers	buxieres-les-villiers	44	52	521	48.1054	5.0365	5
52000	Neuilly-sur-Suize	neuilly-sur-suize	44	52	521	48.05	5.15	5
52000	Euffigneix	euffigneix	44	52	521	48.1297	5.0461	5
52000	Laville-aux-Bois	laville-aux-bois	44	52	521	48.0955	5.2306	5
52000	Verbiesles	verbiesles	44	52	521	48.0694	5.185	5
52000	Riaucourt	riaucourt	44	52	521	48.1764	5.1508	5
52000	Semoutiers-Montsaon	semoutiers-montsaon	44	52	521	48.0667	5.05	5
52000	Chamarandes-Choignes	chamarandes-choignes	44	52	521	48.0833	5.15	5
52000	Foulain	foulain	44	52	521	48.0395	5.2124	5
52000	Villiers-le-Sec	villiers-le-sec	44	52	521	48.1039	5.0618	5
52000	Condes	condes	44	52	521	48.1437	5.1442	5
52000	Brethenay	brethenay	44	52	521	48.153	5.1319	5
52001 CEDEX	Chaumont	chaumont	44	52	521	48.1112	5.1413	5
52002 CEDEX	Chaumont	chaumont	44	52	521	48.1112	5.1413	5
52003 CEDEX	Chaumont	chaumont	44	52	521	48.1112	5.1413	5
52004 CEDEX	Chaumont	chaumont	44	52	521	48.1112	5.1413	5
52005 CEDEX	Chaumont	chaumont	44	52	521	48.1112	5.1413	5
52006 CEDEX	Chaumont	chaumont	44	52	521	48.1112	5.1413	5
52007 CEDEX	Chaumont	chaumont	44	52	521	48.1112	5.1413	5
52008 CEDEX	Chaumont	chaumont	44	52	521	48.1112	5.1413	5
52011 CEDEX	Chaumont	chaumont	44	52	521	48.1112	5.1413	5
52012 CEDEX	Chaumont	chaumont	44	52	521	48.1112	5.1413	5
52014 CEDEX	Chaumont	chaumont	44	52	521	48.1112	5.1413	5
52016 CEDEX	Chaumont	chaumont	44	52	521	48.1112	5.1413	5
52100	Perthes	perthes	44	52	523	48.6561	4.8234	5
52100	Saint-Dizier	saint-dizier	44	52	523	48.6333	4.95	5
52100	Moëslains	moeslains	44	52	523	48.62	4.8959	5
52100	Hallignicourt	hallignicourt	44	52	523	48.6437	4.8705	5
52100	Valcourt	valcourt	44	52	523	48.6169	4.9072	5
52100	Villiers-en-Lieu	villiers-en-lieu	44	52	523	48.6678	4.8975	5
52100	Laneuville-au-Pont	laneuville-au-pont	44	52	523	48.6297	4.8577	5
52100	Bettancourt-la-Ferrée	bettancourt-la-ferree	44	52	523	48.649	4.9697	5
52100	Chancenay	chancenay	44	52	523	48.67	4.9872	5
52101 CEDEX	Saint-Dizier	saint-dizier	44	52	523	48.6333	4.95	5
52102 CEDEX	Saint-Dizier	saint-dizier	44	52	523	48.6333	4.95	5
52103 CEDEX	Saint-Dizier	saint-dizier	44	52	523	48.6333	4.95	5
52104 CEDEX	Saint-Dizier	saint-dizier	44	52	523	48.6333	4.95	5
52105 CEDEX	Saint-Dizier	saint-dizier	44	52	523	48.6333	4.95	5
52106 CEDEX	Saint-Dizier	saint-dizier	44	52	523	48.6333	4.95	5
52107 CEDEX	Saint-Dizier	saint-dizier	44	52	523	48.6333	4.95	5
52108 CEDEX	Saint-Dizier	saint-dizier	44	52	523	48.6333	4.95	5
52109 CEDEX	Saint-Dizier	saint-dizier	44	52	523	48.6333	4.95	5
52110	Dommartin-le-Franc	dommartin-le-franc	44	52	523	48.4267	4.961	5
52110	Cirey-sur-Blaise	cirey-sur-blaise	44	52	523	48.3321	4.941	5
52110	Morancourt	morancourt	44	52	523	48.4317	5.0018	5
52110	Leschères-sur-le-Blaiseron	lescheres-sur-le-blaiseron	44	52	523	48.3373	5.0383	5
52110	Beurville	beurville	44	52	523	48.3186	4.8335	5
52110	Charmes-la-Grande	charmes-la-grande	44	52	523	48.3835	4.9934	5
52110	Arnancourt	arnancourt	44	52	523	48.3523	4.9203	5
52110	Charmes-en-l’Angle	charmes-en-l-angle	44	52	523	48.3742	5.0013	5
52110	Flammerécourt	flammerecourt	44	52	523	48.362	5.0404	5
52110	Nully	nully	44	52	523	48.3657	4.8047	5
52110	Ambonville	ambonville	44	52	523	48.3118	5.0157	5
52110	Baudrecourt	baudrecourt	44	52	523	48.395	4.9602	5
52110	Daillancourt	daillancourt	44	52	521	48.3023	4.9531	5
52110	Bouzancourt	bouzancourt	44	52	523	48.3145	4.9506	5
52110	Doulevant-le-Château	doulevant-le-chateau	44	52	523	48.3761	4.9224	5
52110	Dommartin-le-Saint-Père	dommartin-le-saint-pere	44	52	523	48.3936	4.9225	5
52110	Mertrud	mertrud	44	52	523	48.4187	4.8877	5
52110	Brachay	brachay	44	52	523	48.3833	5.0333	5
52110	Trémilly	tremilly	44	52	523	48.3659	4.7814	5
52110	Courcelles-sur-Blaise	courcelles-sur-blaise	44	52	523	48.4147	4.9411	5
52110	Blumeray	blumeray	44	52	523	48.3654	4.8582	5
52111 CEDEX	Saint-Dizier	saint-dizier	44	52	523	48.6333	4.95	5
52112 CEDEX	Saint-Dizier	saint-dizier	44	52	523	48.6333	4.95	5
52113 CEDEX	Saint-Dizier	saint-dizier	44	52	523	48.6333	4.95	5
52115 CEDEX	Saint-Dizier	saint-dizier	44	52	523	48.6333	4.95	5
52120	Latrecey-Ormoy-sur-Aube	latrecey-ormoy-sur-aube	44	52	521	47.9833	4.85	5
52120	Braux-le-Châtel	braux-le-chatel	44	52	521	48.0991	4.9444	5
52120	Silvarouvres	silvarouvres	44	52	521	48.0601	4.7858	5
52120	Dinteville	dinteville	44	52	521	48.0314	4.7968	5
52120	Lanty-sur-Aube	lanty-sur-aube	44	52	521	48.0236	4.7708	5
52120	Richebourg	richebourg	44	52	521	48.0212	5.0594	5
52120	Orges	orges	44	52	521	48.0807	4.9262	5
52120	Blessonville	blessonville	44	52	521	48.0604	5.0054	5
52120	Châteauvillain	chateauvillain	44	52	521	48.0365	4.9182	5
52120	Autreville-sur-la-Renne	autreville-sur-la-renne	44	52	521	48.1168	4.9786	5
52120	Laferté-sur-Aube	laferte-sur-aube	44	52	521	48.0977	4.7832	5
52120	Aizanville	aizanville	44	52	521	48.1072	4.8956	5
52120	Bricon	bricon	44	52	521	48.0804	4.9788	5
52120	Pont-la-Ville	pont-la-ville	44	52	521	48.0826	4.891	5
52120	Villars-en-Azois	villars-en-azois	44	52	521	48.0673	4.7451	5
52130	Valleret	valleret	44	52	523	48.4867	5.0006	5
52130	Allichamps	allichamps	44	52	523	48.5614	4.8939	5
52130	Wassy	wassy	44	52	523	48.4981	4.9478	5
52130	Doulevant-le-Petit	doulevant-le-petit	44	52	523	48.4475	4.9571	5
52130	Attancourt	attancourt	44	52	523	48.5253	4.93	5
52130	Bailly-aux-Forges	bailly-aux-forges	44	52	523	48.4598	4.9159	5
52130	Montreuil-sur-Blaise	montreuil-sur-blaise	44	52	523	48.4763	4.9637	5
52130	Troisfontaines-la-Ville	troisfontaines-la-ville	44	52	523	48.55	5.0167	5
52130	Vaux-sur-Blaise	vaux-sur-blaise	44	52	523	48.471	4.971	5
52130	Brousseval	brousseval	44	52	523	48.4898	4.9669	5
52130	Ville-en-Blaisois	ville-en-blaisois	44	52	523	48.4393	4.9589	5
52130	Domblain	domblain	44	52	523	48.4704	4.994	5
52130	Rachecourt-Suzémont	rachecourt-suzemont	44	52	523	48.45	4.9667	5
52130	Fays	fays	44	52	523	48.4733	5.0354	5
52130	Louvemont	louvemont	44	52	523	48.5522	4.9112	5
52130	Voillecomte	voillecomte	44	52	523	48.5049	4.8683	5
52130	Sommancourt	sommancourt	44	52	523	48.5033	5.0349	5
52130	Magneux	magneux	44	52	523	48.5131	5.0058	5
52140	Val-de-Meuse	val-de-meuse	44	52	522	48	5.5	5
52140	Lavernoy	lavernoy	44	52	522	47.9195	5.5664	5
52140	Is-en-Bassigny	is-en-bassigny	44	52	521	48.0314	5.4476	5
52140	Chauffourt	chauffourt	44	52	522	47.9743	5.4315	5
52140	Dammartin-sur-Meuse	dammartin-sur-meuse	44	52	522	47.9785	5.5762	5
52140	Avrecourt	avrecourt	44	52	522	47.9628	5.5373	5
52140	Saulxures	saulxures	44	52	522	47.9549	5.5867	5
52140	Rançonnières	ranconnieres	44	52	522	47.9358	5.5583	5
52140	Lavilleneuve	lavilleneuve	44	52	522	48.0389	5.5101	5
52140	Sarrey	sarrey	44	52	522	48.0032	5.4271	5
52140	Rangecourt	rangecourt	44	52	521	48.0428	5.4859	5
52150	Sommerécourt	sommerecourt	44	52	521	48.2265	5.6612	5
52150	Hâcourt	hacourt	44	52	521	48.1638	5.5741	5
52150	Nijon	nijon	44	52	521	48.1928	5.6403	5
52150	Goncourt	goncourt	44	52	521	48.238	5.6093	5
52150	Outremécourt	outremecourt	44	52	521	48.2225	5.6847	5
52150	Doncourt-sur-Meuse	doncourt-sur-meuse	44	52	521	48.1475	5.5735	5
52150	Champigneulles-en-Bassigny	champigneulles-en-bassigny	44	52	521	48.1314	5.6441	5
52150	Bourmont	bourmont	44	52	521	48.1933	5.5899	5
52150	Levécourt	levecourt	44	52	521	48.1397	5.5621	5
52150	Germainvilliers	germainvilliers	44	52	521	48.1161	5.6456	5
52150	Saint-Thiébault	saint-thiebault	44	52	521	48.2011	5.5807	5
52150	Graffigny-Chemin	graffigny-chemin	44	52	521	48.1684	5.6297	5
52150	Soulaucourt-sur-Mouzon	soulaucourt-sur-mouzon	44	52	521	48.1985	5.6803	5
52150	Brainville-sur-Meuse	brainville-sur-meuse	44	52	521	48.1772	5.5869	5
52150	Chaumont-la-Ville	chaumont-la-ville	44	52	521	48.1456	5.6504	5
52150	Harréville-les-Chanteurs	harreville-les-chanteurs	44	52	521	48.264	5.63	5
52150	Romain-sur-Meuse	romain-sur-meuse	44	52	521	48.1726	5.5352	5
52150	Illoud	illoud	44	52	521	48.2094	5.5601	5
52150	Huilliécourt	huilliecourt	44	52	521	48.1601	5.5479	5
52150	Malaincourt-sur-Meuse	malaincourt-sur-meuse	44	52	521	48.1532	5.597	5
52150	Vaudrecourt	vaudrecourt	44	52	521	48.2065	5.6508	5
52150	Bourg-Sainte-Marie	bourg-sainte-marie	44	52	521	48.1795	5.557	5
52160	Arbot	arbot	44	52	522	47.85	5.0099	5
52160	Vitry-en-Montagne	vitry-en-montagne	44	52	522	47.8259	5.0876	5
52160	Chalancey	chalancey	44	52	522	47.6772	5.1397	5
52160	Vivey	vivey	44	52	522	47.7333	5.0667	5
52160	Colmier-le-Bas	colmier-le-bas	44	52	522	47.7718	4.9527	5
52160	Rouvres-sur-Aube	rouvres-sur-aube	44	52	522	47.8579	4.9941	5
52160	Auberive	auberive	44	52	522	47.7865	5.0617	5
52160	Vaillant	vaillant	44	52	522	47.7102	5.1537	5
52160	Poinsenot	poinsenot	44	52	522	47.7116	5.0034	5
52160	Vals-des-Tilles	vals-des-tilles	44	52	522	47.7	5.0667	5
52160	Praslay	praslay	44	52	522	47.7408	5.1054	5
52160	Villars-Santenoge	villars-santenoge	44	52	522	47.75	4.9833	5
52160	Mouilleron	mouilleron	44	52	522	47.6916	5.1096	5
52160	Aulnoy-sur-Aube	aulnoy-sur-aube	44	52	522	47.8331	5.0329	5
52160	Bay-sur-Aube	bay-sur-aube	44	52	522	47.8167	5.0667	5
52160	Rouelles	rouelles	44	52	522	47.8046	5.0892	5
52160	Poinson-lès-Grancey	poinson-les-grancey	44	52	522	47.707	4.9861	5
52160	Perrogney-les-Fontaines	perrogney-les-fontaines	44	52	522	47.8167	5.2	5
52160	Germaines	germaines	44	52	522	47.7978	5.0317	5
52160	Colmier-le-Haut	colmier-le-haut	44	52	522	47.7805	4.9672	5
52170	Narcy	narcy	44	52	523	48.5843	5.087	5
52170	Chevillon	chevillon	44	52	523	48.5287	5.1309	5
52170	Fontaines-sur-Marne	fontaines-sur-marne	44	52	523	48.5458	5.105	5
52170	Bayard-sur-Marne	bayard-sur-marne	44	52	523	48.5541	5.0768	5
52170	Rachecourt-sur-Marne	rachecourt-sur-marne	44	52	523	48.5243	5.1034	5
52190	Prauthoy	prauthoy	44	52	522	47.6797	5.2937	5
52190	Villegusien-le-Lac	villegusien-le-lac	44	52	522	47.7361	5.3213	5
52190	Aujeurres	aujeurres	44	52	522	47.7407	5.1832	5
52190	Vesvres-sous-Chalancey	vesvres-sous-chalancey	44	52	522	47.6932	5.1693	5
52190	Vaux-sous-Aubigny	vaux-sous-aubigny	44	52	522	47.6552	5.2873	5
52190	Dommarien	dommarien	44	52	522	47.6863	5.3468	5
52190	Leuchey	leuchey	44	52	522	47.7293	5.214	5
52190	Occey	occey	44	52	522	47.6125	5.2762	5
52190	Le Val-d'Esnoms	le-val-d-esnoms	44	52	522	47.6833	5.2	5
52190	Saint-Broingt-les-Fosses	saint-broingt-les-fosses	44	52	522	47.7139	5.2743	5
52190	Villiers-lès-Aprey	villiers-les-aprey	44	52	522	47.7496	5.2125	5
52190	Le Montsaugeonnais	le-montsaugeonnais	44	52	522	47.6802	5.2937	5
52190	Choilley-Dardenay	choilley-dardenay	44	52	522	47.6667	5.35	5
52190	Isômes	isomes	44	52	522	47.6465	5.3058	5
52190	Rivière-les-Fosses	riviere-les-fosses	44	52	522	47.6667	5.2333	5
52190	Montsaugeon	montsaugeon	44	52	522	47.666	5.3084	5
52190	Saint-Broingt-le-Bois	saint-broingt-le-bois	44	52	522	47.7327	5.4216	5
52190	Cusey	cusey	44	52	522	47.6304	5.3415	5
52190	Chassigny	chassigny	44	52	522	47.7114	5.3796	5
52200	Saints-Geosmes	saints-geosmes	44	52	522	47.8333	5.3333	5
52200	Noidant-le-Rocheux	noidant-le-rocheux	44	52	522	47.8301	5.2543	5
52200	Humes-Jorquenay	humes-jorquenay	44	52	522	47.9	5.2833	5
52200	Chatenay-Mâcheron	chatenay-macheron	44	52	522	47.85	5.4	5
52200	Brennes	brennes	44	52	522	47.7964	5.2802	5
52200	Saints-Geosmes	saints-geosmes	44	52	522	47.8319	5.3272	5
52200	Bourg	bourg	44	52	522	47.794	5.3119	5
52200	Balesmes-sur-Marne	balesmes-sur-marne	44	52	522	47.8206	5.3737	5
52200	Saint-Vallier-sur-Marne	saint-vallier-sur-marne	44	52	522	47.8363	5.3959	5
52200	Courcelles-en-Montagne	courcelles-en-montagne	44	52	522	47.8375	5.2223	5
52200	Champigny-lès-Langres	champigny-les-langres	44	52	522	47.8945	5.3464	5
52200	Mardor	mardor	44	52	522	47.8879	5.2052	5
52200	Saint-Ciergues	saint-ciergues	44	52	522	47.8842	5.2542	5
52200	Saint-Maurice	saint-maurice	44	52	522	47.8447	5.4096	5
52200	Voisines	voisines	44	52	522	47.8597	5.1836	5
52200	Langres	langres	44	52	522	47.8667	5.3333	5
52200	Perrancey-les-Vieux-Moulins	perrancey-les-vieux-moulins	44	52	522	47.8667	5.2667	5
52200	Ormancey	ormancey	44	52	522	47.9071	5.183	5
52200	Saint-Martin-lès-Langres	saint-martin-les-langres	44	52	522	47.8895	5.2635	5
52200	Peigney	peigney	44	52	522	47.8797	5.3623	5
52200	Vauxbons	vauxbons	44	52	522	47.883	5.1573	5
52201 CEDEX	Langres	langres	44	52	522	47.8667	5.3333	5
52202 CEDEX	Langres	langres	44	52	522	47.8667	5.3333	5
52203 CEDEX	Langres	langres	44	52	522	47.8667	5.3333	5
52204 CEDEX	Langres	langres	44	52	522	47.8667	5.3333	5
52205 CEDEX	Langres	langres	44	52	522	47.8667	5.3333	5
52206 CEDEX	Langres	langres	44	52	522	47.8667	5.3333	5
52207 CEDEX	Langres	langres	44	52	522	47.8667	5.3333	5
52208 CEDEX	Langres	langres	44	52	522	47.8667	5.3333	5
52209 CEDEX	Langres	langres	44	52	522	47.8667	5.3333	5
52210	Rochetaillée	rochetaillee	44	52	522	47.85	5.1	5
52210	Giey-sur-Aujon	giey-sur-aujon	44	52	521	47.9061	5.0693	5
52210	Bugnières	bugnieres	44	52	521	47.9432	5.1017	5
52210	Saint-Loup-sur-Aujon	saint-loup-sur-aujon	44	52	522	47.8879	5.0892	5
52210	Arc-en-Barrois	arc-en-barrois	44	52	521	47.9477	5.0081	5
52210	Aubepierre-sur-Aube	aubepierre-sur-aube	44	52	521	47.9149	4.9351	5
52210	Cour-l'Évêque	cour-l-eveque	44	52	521	47.9667	4.9833	5
52210	Leffonds	leffonds	44	52	521	47.9719	5.1637	5
52210	Coupray	coupray	44	52	521	47.9757	4.9434	5
52210	Ternat	ternat	44	52	522	47.9063	5.1266	5
52210	Dancevoir	dancevoir	44	52	521	47.9261	4.8715	5
52210	Villiers-sur-Suize	villiers-sur-suize	44	52	521	47.9803	5.1985	5
52220	Ceffonds	ceffonds	44	52	523	48.471	4.764	5
52220	Frampas	frampas	44	52	523	48.519	4.8216	5
52220	Montier-en-Der	montier-en-der	44	52	523	48.4782	4.7707	5
52220	La Porte du Der	la-porte-du-der	44	52	523	48.4778	4.77	5
52220	Longeville-sur-la-Laines	longeville-sur-la-laines	44	52	523	48.4546	4.6897	5
52220	Puellemontier	puellemontier	44	52	523	48.4937	4.7015	5
52220	Rives Dervoises	rives-dervoises	44	52	523	48.4942	4.7003	5
52220	Louze	louze	44	52	523	48.4345	4.716	5
52220	Planrupt	planrupt	44	52	523	48.5075	4.784	5
52220	Laneuville-à-Rémy	laneuville-a-remy	44	52	523	48.4731	4.8835	5
52220	Robert-Magny	robert-magny	44	52	523	48.4613	4.8487	5
52220	Sommevoire	sommevoire	44	52	523	48.4113	4.8417	5
52220	Thilleux	thilleux	44	52	523	48.4391	4.8023	5
52220	Droyes	droyes	44	52	523	48.5119	4.6941	5
52230	Annonville	annonville	44	52	523	48.3843	5.2692	5
52230	Lezéville	lezeville	44	52	523	48.4287	5.3905	5
52230	Saudron	saudron	44	52	523	48.4909	5.3297	5
52230	Échenay	echenay	44	52	523	48.4625	5.3097	5
52230	Poissons	poissons	44	52	523	48.4234	5.2195	5
52230	Montreuil-sur-Thonnance	montreuil-sur-thonnance	44	52	523	48.4585	5.2369	5
52230	Germisay	germisay	44	52	523	48.3983	5.3574	5
52230	Cirfontaines-en-Ornois	cirfontaines-en-ornois	44	52	523	48.4545	5.3877	5
52230	Gillaumé	gillaume	44	52	523	48.4707	5.3362	5
52230	Thonnance-les-Moulins	thonnance-les-moulins	44	52	523	48.4098	5.2938	5
52230	Épizon	epizon	44	52	523	48.3783	5.3478	5
52230	Noncourt-sur-le-Rongeant	noncourt-sur-le-rongeant	44	52	523	48.4187	5.2488	5
52230	Pansey	pansey	44	52	523	48.4711	5.2874	5
52230	Aingoulaincourt	aingoulaincourt	44	52	523	48.4554	5.2867	5
52230	Sailly	sailly	44	52	523	48.4337	5.2735	5
52230	Germay	germay	44	52	523	48.4089	5.3564	5
52240	Val-de-Meuse	val-de-meuse	44	52	522	48	5.5	5
52240	Millières	millieres	44	52	521	48.1357	5.4213	5
52240	Bassoncourt	bassoncourt	44	52	521	48.0678	5.559	5
52240	Longchamp	longchamp	44	52	521	48.1283	5.4409	5
52240	Daillecourt	daillecourt	44	52	521	48.0757	5.5053	5
52240	Vroncourt-la-Côte	vroncourt-la-cote	44	52	521	48.1482	5.5096	5
52240	Choiseul	choiseul	44	52	521	48.0581	5.5678	5
52240	Thol-lès-Millières	thol-les-millieres	44	52	521	48.1462	5.4825	5
52240	Maisoncelles	maisoncelles	44	52	521	48.1314	5.5294	5
52240	Cuves	cuves	44	52	521	48.0945	5.4374	5
52240	Breuvannes-en-Bassigny	breuvannes-en-bassigny	44	52	521	48.1	5.6167	5
52240	Buxières-lès-Clefmont	buxieres-les-clefmont	44	52	521	48.0943	5.46	5
52240	Merrey	merrey	44	52	521	48.0544	5.5907	5
52240	Audeloncourt	audeloncourt	44	52	521	48.1105	5.5223	5
52240	Perrusse	perrusse	44	52	521	48.0972	5.4811	5
52240	Mennouveaux	mennouveaux	44	52	521	48.1068	5.4151	5
52240	Noyers	noyers	44	52	521	48.0613	5.4859	5
52240	Clefmont	clefmont	44	52	521	48.0963	5.5109	5
52250	Aprey	aprey	44	52	522	47.7667	5.2333	5
52250	Orcevaux	orcevaux	44	52	522	47.7753	5.2721	5
52250	Longeau-Percey	longeau-percey	44	52	522	47.7667	5.3	5
52250	Verseilles-le-Bas	verseilles-le-bas	44	52	522	47.7634	5.2907	5
52250	Flagey	flagey	44	52	522	47.7822	5.256	5
52250	Verseilles-le-Haut	verseilles-le-haut	44	52	522	47.7698	5.2969	5
52250	Baissey	baissey	44	52	522	47.7519	5.2523	5
52260	Marac	marac	44	52	522	47.9271	5.1944	5
52260	Rolampont	rolampont	44	52	522	47.9495	5.2856	5
52260	Beauchemin	beauchemin	44	52	522	47.9057	5.2413	5
52260	Chanoy	chanoy	44	52	522	47.9238	5.2863	5
52260	Faverolles	faverolles	44	52	522	47.9473	5.2101	5
52270	Roches-Bettaincourt	roches-bettaincourt	44	52	523	48.3	5.2667	5
52270	Doulaincourt-Saucourt	doulaincourt-saucourt	44	52	523	48.3167	5.2	5
52270	Domremy-Landéville	domremy-landeville	44	52	523	48.3667	5.25	5
52270	Épizon	epizon	44	52	523	48.3786	5.3494	5
52270	Pautaines-Augeville	pautaines-augeville	44	52	523	48.35	5.3167	5
52290	Éclaron-Braucourt-Sainte-Livière	eclaron-braucourt-sainte-liviere	44	52	523	48.5833	4.8667	5
52290	Humbécourt	humbecourt	44	52	523	48.5831	4.9026	5
52300	Autigny-le-Grand	autigny-le-grand	44	52	523	48.4733	5.136	5
52300	Rupt	rupt	44	52	523	48.4236	5.1407	5
52300	Curel	curel	44	52	523	48.4912	5.1367	5
52300	Maizières	maizieres	44	52	523	48.4931	5.068	5
52300	Fronville	fronville	44	52	523	48.4036	5.1525	5
52300	Effincourt	effincourt	44	52	523	48.4953	5.2689	5
52300	Mussey-sur-Marne	mussey-sur-marne	44	52	523	48.3787	5.149	5
52300	Blécourt	blecourt	44	52	523	48.38	5.0837	5
52300	Vaux-sur-Saint-Urbain	vaux-sur-saint-urbain	44	52	523	48.3758	5.2083	5
52300	Autigny-le-Petit	autigny-le-petit	44	52	523	48.4836	5.1388	5
52300	Osne-le-Val	osne-le-val	44	52	523	48.4954	5.1915	5
52300	Paroy-sur-Saulx	paroy-sur-saulx	44	52	523	48.5132	5.2553	5
52300	Vecqueville	vecqueville	44	52	523	48.4579	5.1418	5
52300	Joinville	joinville	44	52	523	48.4436	5.1414	5
52300	Saint-Urbain-Maconcourt	saint-urbain-maconcourt	44	52	523	48.4	5.1833	5
52300	Ferrière-et-Lafolie	ferriere-et-lafolie	44	52	523	48.3918	5.0882	5
52300	Mathons	mathons	44	52	523	48.4182	5.0444	5
52300	Nomécourt	nomecourt	44	52	523	48.4368	5.0738	5
52300	Guindrecourt-aux-Ormes	guindrecourt-aux-ormes	44	52	523	48.4597	5.0338	5
52300	Suzannecourt	suzannecourt	44	52	523	48.4443	5.1702	5
52300	Rouvroy-sur-Marne	rouvroy-sur-marne	44	52	523	48.3574	5.148	5
52300	Donjeux	donjeux	44	52	523	48.3645	5.1557	5
52300	Thonnance-lès-Joinville	thonnance-les-joinville	44	52	523	48.4547	5.173	5
52300	Chatonrupt-Sommermont	chatonrupt-sommermont	44	52	523	48.4833	5.1167	5
52301 CEDEX	Joinville	joinville	44	52	523	48.4436	5.1414	5
52310	Lamancine	lamancine	44	52	521	48.2087	5.117	5
52310	Vraincourt	vraincourt	44	52	521	48.2412	5.125	5
52310	Oudincourt	oudincourt	44	52	521	48.2246	5.0939	5
52310	Annéville-la-Prairie	anneville-la-prairie	44	52	521	48.1966	5.0843	5
52310	Meures	meures	44	52	521	48.1929	5.0647	5
52310	Bologne	bologne	44	52	521	48.2	5.1421	5
52310	Ormoy-lès-Sexfontaines	ormoy-les-sexfontaines	44	52	521	48.2203	5.067	5
52310	Viéville	vieville	44	52	521	48.2388	5.1347	5
52320	Rouécourt	rouecourt	44	52	523	48.3245	5.0691	5
52320	Soncourt-sur-Marne	soncourt-sur-marne	44	52	521	48.2524	5.1159	5
52320	Cerisières	cerisieres	44	52	523	48.3167	5.0833	5
52320	Mirbel	mirbel	44	52	521	48.2897	5.0435	5
52320	La Genevroye	la-genevroye	44	52	521	48.2783	5.054	5
52320	Gudmont-Villiers	gudmont-villiers	44	52	523	48.35	5.1333	5
52320	Vouécourt	vouecourt	44	52	521	48.2676	5.1387	5
52320	Froncles	froncles	44	52	521	48.2976	5.1459	5
52320	Vignory	vignory	44	52	521	48.2784	5.1123	5
52320	Marbéville	marbeville	44	52	521	48.2762	5.0237	5
52330	Blaisy	blaisy	44	52	521	48.1729	4.9962	5
52330	Colombey-les-Deux-Églises	colombey-les-deux-eglises	44	52	521	48.2167	4.8833	5
52330	Sexfontaines	sexfontaines	44	52	521	48.2008	5.038	5
52330	Gillancourt	gillancourt	44	52	521	48.1603	4.9928	5
52330	Vaudrémont	vaudremont	44	52	521	48.1281	4.9044	5
52330	Lavilleneuve-au-Roi	lavilleneuve-au-roi	44	52	521	48.1606	4.9221	5
52330	Juzennecourt	juzennecourt	44	52	521	48.1842	4.9797	5
52330	Lachapelle-en-Blaisy	lachapelle-en-blaisy	44	52	521	48.2	4.9667	5
52330	Lamothe-en-Blaisy	lamothe-en-blaisy	44	52	521	48.2399	4.9454	5
52330	Montheries	montheries	44	52	521	48.1677	4.9093	5
52330	Guindrecourt-sur-Blaise	guindrecourt-sur-blaise	44	52	521	48.2962	4.9745	5
52330	Autreville-sur-la-Renne	autreville-sur-la-renne	44	52	521	48.1168	4.9786	5
52330	Curmont	curmont	44	52	521	48.2589	4.9542	5
52330	Rizaucourt-Buchey	rizaucourt-buchey	44	52	521	48.2833	4.8667	5
52340	Ageville	ageville	44	52	521	48.1103	5.3549	5
52340	Esnouveaux	esnouveaux	44	52	521	48.1266	5.3512	5
52340	Biesles	biesles	44	52	521	48.086	5.2941	5
52360	Plesnoy	plesnoy	44	52	522	47.892	5.4978	5
52360	Chatenay-Vaudin	chatenay-vaudin	44	52	522	47.85	5.45	5
52360	Orbigny-au-Val	orbigny-au-val	44	52	522	47.8837	5.4322	5
52360	Marcilly-en-Bassigny	marcilly-en-bassigny	44	52	522	47.8957	5.5245	5
52360	Andilly-en-Bassigny	andilly-en-bassigny	44	52	522	47.9229	5.5247	5
52360	Bonnecourt	bonnecourt	44	52	522	47.9521	5.4747	5
52360	Lecey	lecey	44	52	522	47.8624	5.4404	5
52360	Charmes	charmes	44	52	522	47.9167	5.35	5
52360	Frécourt	frecourt	44	52	522	47.9511	5.4576	5
52360	Changey	changey	44	52	522	47.9254	5.3858	5
52360	Celles-en-Bassigny	celles-en-bassigny	44	52	522	47.9152	5.543	5
52360	Orbigny-au-Mont	orbigny-au-mont	44	52	522	47.8805	5.451	5
52360	Neuilly-l’Évêque	neuilly-l-eveque	44	52	522	47.917	5.4426	5
52360	Dampierre	dampierre	44	52	522	47.9541	5.3982	5
52360	Poiseul	poiseul	44	52	522	47.9221	5.4905	5
52360	Bannes	bannes	44	52	522	47.9033	5.3975	5
52370	Maranville	maranville	44	52	521	48.135	4.8612	5
52370	Rennepont	rennepont	44	52	521	48.1475	4.856	5
52370	Cirfontaines-en-Azois	cirfontaines-en-azois	44	52	521	48.1101	4.8727	5
52400	Damrémont	damremont	44	52	522	47.9535	5.6419	5
52400	Enfonvelle	enfonvelle	44	52	522	47.9264	5.8647	5
52400	Soyers	soyers	44	52	522	47.87	5.6939	5
52400	Le Châtelet-sur-Meuse	le-chatelet-sur-meuse	44	52	522	47.9808	5.6294	5
52400	Montcharvot	montcharvot	44	52	522	47.9022	5.7322	5
52400	Aigremont	aigremont	44	52	522	48.0167	5.7167	5
52400	Guyonvelle	guyonvelle	44	52	522	47.8543	5.7079	5
52400	Parnoy-en-Bassigny	parnoy-en-bassigny	44	52	522	48	5.65	5
52400	Melay	melay	44	52	522	47.8915	5.8111	5
52400	Fresnes-sur-Apance	fresnes-sur-apance	44	52	522	47.9413	5.8335	5
52400	Serqueux	serqueux	44	52	522	47.9901	5.7377	5
52400	Varennes-sur-Amance	varennes-sur-amance	44	52	522	47.8958	5.6214	5
52400	Coiffy-le-Bas	coiffy-le-bas	44	52	522	47.9146	5.6773	5
52400	Voisey	voisey	44	52	522	47.8837	5.7818	5
52400	Champigny-sous-Varennes	champigny-sous-varennes	44	52	522	47.8671	5.644	5
52400	Neuvelle-lès-Voisey	neuvelle-les-voisey	44	52	522	47.867	5.7906	5
52400	Coiffy-le-Haut	coiffy-le-haut	44	52	522	47.9088	5.7001	5
52400	Terre-Natale	terre-natale	44	52	522	47.8971	5.6249	5
52400	Vicq	vicq	44	52	522	47.9236	5.6025	5
52400	Chézeaux	chezeaux	44	52	522	47.8761	5.6492	5
52400	Bourbonne-les-Bains	bourbonne-les-bains	44	52	522	47.9531	5.748	5
52400	Laneuvelle	laneuvelle	44	52	522	47.9253	5.6699	5
52400	Larivière-Arnoncourt	lariviere-arnoncourt	44	52	522	48.0167	5.7167	5
52410	Chamouilley	chamouilley	44	52	523	48.6065	5.0457	5
52410	Eurville-Bienville	eurville-bienville	44	52	523	48.5833	5.0333	5
52410	Roches-sur-Marne	roches-sur-marne	44	52	523	48.6052	5.0423	5
52500	Les Loges	les-loges	44	52	522	47.7843	5.4904	5
52500	Gilley	gilley	44	52	522	47.6906	5.6365	5
52500	Coublanc	coublanc	44	52	522	47.6911	5.4593	5
52500	Laferté-sur-Amance	laferte-sur-amance	44	52	522	47.8328	5.6965	5
52500	Bize	bize	44	52	522	47.8385	5.6338	5
52500	Anrosey	anrosey	44	52	522	47.8362	5.6725	5
52500	Pressigny	pressigny	44	52	522	47.7468	5.6633	5
52500	Belmont	belmont	44	52	522	47.7231	5.5463	5
52500	Pisseloup	pisseloup	44	52	522	47.8268	5.7397	5
52500	Pierremont-sur-Amance	pierremont-sur-amance	44	52	522	47.8	5.6667	5
52500	Genevrières	genevrieres	44	52	522	47.7215	5.6065	5
52500	Velles	velles	44	52	522	47.8317	5.7227	5
52500	Valleroy	valleroy	44	52	522	47.6982	5.6565	5
52500	Maizières-sur-Amance	maizieres-sur-amance	44	52	522	47.8272	5.6102	5
52500	Savigny	savigny	44	52	522	47.7163	5.6467	5
52500	Fayl-Billot	fayl-billot	44	52	522	47.782	5.5992	5
52500	Maâtz	maatz	44	52	522	47.7018	5.4492	5
52500	Grenant	grenant	44	52	522	47.7079	5.5028	5
52500	Arbigny-sous-Varennes	arbigny-sous-varennes	44	52	522	47.858	5.6142	5
52500	Tornay	tornay	44	52	522	47.7002	5.6063	5
52500	Champsevraine	champsevraine	44	52	522	47.7468	5.5502	5
52500	Poinson-lès-Fayl	poinson-les-fayl	44	52	522	47.75	5.6	5
52500	Voncourt	voncourt	44	52	522	47.7148	5.6724	5
52500	Farincourt	farincourt	44	52	522	47.6993	5.6811	5
52500	Saulles	saulles	44	52	522	47.7088	5.5202	5
52500	Rougeux	rougeux	44	52	522	47.8103	5.5781	5
52501 CEDEX	Fayl-Billot	fayl-billot	44	52	522	47.782	5.5992	5
52502 CEDEX	Fayl-Billot	fayl-billot	44	52	522	47.782	5.5992	5
52600	Palaiseul	palaiseul	44	52	522	47.7688	5.4129	5
52600	Noidant-Chatenoy	noidant-chatenoy	44	52	522	47.7943	5.3756	5
52600	Heuilley-le-Grand	heuilley-le-grand	44	52	522	47.7537	5.392	5
52600	Haute-Amance	haute-amance	44	52	522	47.8333	5.55	5
52600	Culmont	culmont	44	52	522	47.8228	5.4423	5
52600	Rivières-le-Bois	rivieres-le-bois	44	52	522	47.7375	5.4419	5
52600	Chalindrey	chalindrey	44	52	522	47.8031	5.428	5
52600	Heuilley-Cotton	heuilley-cotton	44	52	522	47.7732	5.3643	5
52600	Celsoy	celsoy	44	52	522	47.8603	5.4778	5
52600	Villegusien-le-Lac	villegusien-le-lac	44	52	522	47.736	5.3207	5
52600	Chaudenay	chaudenay	44	52	522	47.8244	5.5013	5
52600	Grandchamp	grandchamp	44	52	522	47.7239	5.4519	5
52600	Torcenay	torcenay	44	52	522	47.8148	5.4665	5
52600	Le Pailly	le-pailly	44	52	522	47.7907	5.414	5
52600	Violot	violot	44	52	522	47.7636	5.4406	5
52600	Cohons	cohons	44	52	522	47.7873	5.3464	5
52700	Briaucourt	briaucourt	44	52	521	48.2079	5.1887	5
52700	Signéville	signeville	44	52	521	48.2662	5.2737	5
52700	Saint-Blin	saint-blin	44	52	521	48.2726	5.4126	5
52700	Ozières	ozieres	44	52	521	48.1739	5.472	5
52700	Manois	manois	44	52	521	48.277	5.3584	5
52700	Rimaucourt	rimaucourt	44	52	521	48.2529	5.3331	5
52700	Montot-sur-Rognon	montot-sur-rognon	44	52	521	48.2761	5.2884	5
52700	Orquevaux	orquevaux	44	52	521	48.3011	5.3975	5
52700	Andelot-Blancheville	andelot-blancheville	44	52	521	48.25	5.3	5
52700	Leurville	leurville	44	52	521	48.3277	5.3834	5
52700	Mareilles	mareilles	44	52	521	48.1839	5.2635	5
52700	Ecot-la-Combe	ecot-la-combe	44	52	521	48.2167	5.3833	5
52700	Rochefort-sur-la-Côte	rochefort-sur-la-cote	44	52	521	48.2208	5.2036	5
52700	Chalvraines	chalvraines	44	52	521	48.2414	5.4777	5
52700	Liffol-le-Petit	liffol-le-petit	44	52	521	48.2976	5.5261	5
52700	Busson	busson	44	52	521	48.326	5.359	5
52700	Vesaignes-sous-Lafauche	vesaignes-sous-lafauche	44	52	521	48.2807	5.4343	5
52700	Cirey-lès-Mareilles	cirey-les-mareilles	44	52	521	48.1988	5.2846	5
52700	Chambroncourt	chambroncourt	44	52	521	48.3529	5.4043	5
52700	Aillianville	aillianville	44	52	521	48.3422	5.4782	5
52700	Reynel	reynel	44	52	521	48.2945	5.338	5
52700	Vignes-la-Côte	vignes-la-cote	44	52	521	48.268	5.3057	5
52700	Semilly	semilly	44	52	521	48.2589	5.461	5
52700	Prez-sous-Lafauche	prez-sous-lafauche	44	52	521	48.287	5.4927	5
52700	Humberville	humberville	44	52	521	48.2858	5.3785	5
52700	Forcey	forcey	44	52	521	48.1506	5.3572	5
52700	Bourdons-sur-Rognon	bourdons-sur-rognon	44	52	521	48.1667	5.35	5
52700	Chantraines	chantraines	44	52	521	48.2186	5.2481	5
52700	Darmannes	darmannes	44	52	521	48.1683	5.2161	5
52700	Clinchamp	clinchamp	44	52	521	48.1922	5.4582	5
52700	Consigny	consigny	44	52	521	48.1667	5.4167	5
52700	Lafauche	lafauche	44	52	521	48.2976	5.4999	5
52700	Morionvilliers	morionvilliers	44	52	521	48.3696	5.4135	5
52800	Louvières	louvieres	44	52	521	48.0341	5.2815	5
52800	Vitry-lès-Nogent	vitry-les-nogent	44	52	521	47.9933	5.3462	5
52800	Mandres-la-Côte	mandres-la-cote	44	52	521	48.062	5.3352	5
52800	Poinson-lès-Nogent	poinson-les-nogent	44	52	521	47.9954	5.3703	5
52800	Nogent	nogent	44	52	521	48.0333	5.35	5
52800	Lanques-sur-Rognon	lanques-sur-rognon	44	52	521	48.087	5.3701	5
52800	Foulain	foulain	44	52	521	48.0395	5.2124	5
52800	Vesaignes-sur-Marne	vesaignes-sur-marne	44	52	521	48.0006	5.2633	5
52800	Marnay-sur-Marne	marnay-sur-marne	44	52	521	48.01	5.2372	5
52800	Sarcey	sarcey	44	52	521	48.0552	5.3051	5
52800	Ninville	ninville	44	52	521	48.0737	5.4368	5
52800	Thivet	thivet	44	52	521	47.9915	5.2881	5
52800	Poulangy	poulangy	44	52	521	48.0417	5.2542	5
52901 CEDEX 9	Chaumont	chaumont	44	52	521	48.1112	5.1413	5
52902 CEDEX 9	Chaumont	chaumont	44	52	521	48.1112	5.1413	5
52903 CEDEX 9	Chaumont	chaumont	44	52	521	48.1112	5.1413	5
52904 CEDEX 9	Chaumont	chaumont	44	52	521	48.1112	5.1413	5
52905 CEDEX 9	Chaumont	chaumont	44	52	521	48.1112	5.1413	5
52906 CEDEX 9	Chaumont	chaumont	44	52	521	48.1112	5.1413	5
52915 CEDEX 9	Chaumont	chaumont	44	52	521	48.1112	5.1413	5
52917 CEDEX 9	Chaumont	chaumont	44	52	521	48.1112	5.1413	5
52919 CEDEX 9	Chaumont	chaumont	44	52	521	48.1112	5.1413	5
52920 CEDEX 9	Chaumont	chaumont	44	52	521	48.1112	5.1413	5
54000	Nancy	nancy	44	54	543	48.6844	6.185	5
54001 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54002 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54003 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54004 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54005 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54006 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54007 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54008 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54009 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54010 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54011 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54012 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54013 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54014 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54015 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54016 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54017 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54020 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54021 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54022 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54023 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54029 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54031 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54032 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54035 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54036 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54037 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54038 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54039 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54041 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54042 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54043 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54045 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54046 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54047 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54048 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54049 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54052 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54053 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54054 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54056 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54062 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54063 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54064 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54071 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54072 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54073 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54074 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54076 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54082 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54096 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54097 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54098 CEDEX	Nancy	nancy	44	54	543	48.6844	6.185	5
54100	Nancy	nancy	44	54	543	48.6844	6.185	5
54110	Flainval	flainval	44	54	542	48.6194	6.3988	5
54110	Dombasle-sur-Meurthe	dombasle-sur-meurthe	44	54	543	48.6186	6.3554	5
54110	Rosières-aux-Salines	rosieres-aux-salines	44	54	543	48.593	6.332	5
54110	Anthelupt	anthelupt	44	54	542	48.6076	6.4131	5
54110	Réméréville	remereville	44	54	543	48.7049	6.3892	5
54110	Courbesseaux	courbesseaux	44	54	542	48.6898	6.3989	5
54110	Varangéville	varangeville	44	54	543	48.6367	6.3187	5
54110	Haraucourt	haraucourt	44	54	543	48.6617	6.3633	5
54110	Sommerviller	sommerviller	44	54	542	48.6319	6.3763	5
54110	Buissoncourt	buissoncourt	44	54	543	48.6772	6.3451	5
54110	Lenoncourt	lenoncourt	44	54	543	48.6657	6.303	5
54110	Gellenoncourt	gellenoncourt	44	54	543	48.6784	6.3862	5
54110	Hudiviller	hudiviller	44	54	542	48.6033	6.3946	5
54110	Crévic	crevic	44	54	542	48.6394	6.404	5
54111	Mont-Bonvillers	mont-bonvillers	44	54	541	49.3269	5.8349	5
54112	Uruffe	uruffe	44	54	544	48.5688	5.7443	5
54112	Allamps	allamps	44	54	544	48.5469	5.8095	5
54112	Gibeaumeix	gibeaumeix	44	54	544	48.5821	5.7328	5
54112	Vannes-le-Châtel	vannes-le-chatel	44	54	544	48.5465	5.7836	5
54113	Bulligny	bulligny	44	54	544	48.5762	5.8514	5
54113	Mont-le-Vignoble	mont-le-vignoble	44	54	544	48.6136	5.8406	5
54113	Moutrot	moutrot	44	54	544	48.6029	5.8948	5
54113	Gye	gye	44	54	544	48.6199	5.8768	5
54113	Blénod-lès-Toul	blenod-les-toul	44	54	544	48.5988	5.8368	5
54113	Crézilles	crezilles	44	54	544	48.5844	5.8805	5
54113	Charmes-la-Côte	charmes-la-cote	44	54	544	48.6259	5.8282	5
54114	Jeandelaincourt	jeandelaincourt	44	54	543	48.8434	6.245	5
54115	Tramont-Lassus	tramont-lassus	44	54	544	48.3957	5.9615	5
54115	Tramont-Saint-André	tramont-saint-andre	44	54	544	48.4074	5.9246	5
54115	Vandeléville	vandeleville	44	54	544	48.4274	5.9957	5
54115	Pulney	pulney	44	54	544	48.3973	6.0342	5
54115	Saulxerotte	saulxerotte	44	54	544	48.4697	5.9439	5
54115	Dommarie	dommarie	44	54	543	48.4311	6.0282	5
54115	Battigny	battigny	44	54	544	48.4478	5.9794	5
54115	Beuvezin	beuvezin	44	54	544	48.3791	5.959	5
54115	Gélaucourt	gelaucourt	44	54	544	48.4547	5.9894	5
54115	Tramont-Émy	tramont-emy	44	54	544	48.4075	5.9464	5
54115	Thorey-Lyautey	thorey-lyautey	44	54	543	48.4425	6.0294	5
54115	Gémonville	gemonville	44	54	544	48.4147	5.8843	5
54115	Grimonviller	grimonviller	44	54	544	48.3853	6.0066	5
54115	Aboncourt	aboncourt	44	54	544	48.3584	5.9673	5
54115	Fécocourt	fecocourt	44	54	544	48.4035	6.006	5
54115	Favières	favieres	44	54	544	48.465	5.9544	5
54115	Lalœuf	lal-uf	44	54	543	48.4667	6.0167	5
54116	Tantonville	tantonville	44	54	543	48.47	6.1382	5
54116	Praye	praye	44	54	543	48.434	6.1053	5
54118	Moyen	moyen	44	54	542	48.4845	6.5691	5
54119	Domgermain	domgermain	44	54	544	48.6428	5.8296	5
54120	Gélacourt	gelacourt	44	54	542	48.4814	6.7338	5
54120	Merviller	merviller	44	54	542	48.481	6.7765	5
54120	Brouville	brouville	44	54	542	48.4976	6.7503	5
54120	Hablainville	hablainville	44	54	542	48.5174	6.7278	5
54120	Lachapelle	lachapelle	44	54	542	48.4193	6.7898	5
54120	Vaxainville	vaxainville	44	54	542	48.5155	6.7541	5
54120	Thiaville-sur-Meurthe	thiaville-sur-meurthe	44	54	542	48.4128	6.8082	5
54120	Pettonville	pettonville	44	54	542	48.529	6.7421	5
54120	Reherrey	reherrey	44	54	542	48.5091	6.7693	5
54120	Baccarat	baccarat	44	54	542	48.4498	6.7395	5
54120	Bertrichamps	bertrichamps	44	54	542	48.4293	6.7938	5
54120	Deneuvre	deneuvre	44	54	542	48.4418	6.7372	5
54121	Vandières	vandieres	44	54	543	48.9536	6.0336	5
54122	Flin	flin	44	54	542	48.4975	6.6549	5
54122	Azerailles	azerailles	44	54	542	48.4886	6.6948	5
54122	Glonville	glonville	44	54	542	48.4736	6.6899	5
54122	Fontenoy-la-Joûte	fontenoy-la-joute	44	54	542	48.4549	6.6604	5
54122	Chenevières	chenevieres	44	54	542	48.5194	6.6292	5
54122	Vathiménil	vathimenil	44	54	542	48.5053	6.6236	5
54123	Viterne	viterne	44	54	543	48.5879	6.0297	5
54129	Magnières	magnieres	44	54	542	48.4461	6.5652	5
54130	Dommartemont	dommartemont	44	54	543	48.7134	6.215	5
54130	Saint-Max	saint-max	44	54	543	48.7043	6.2069	5
54131 CEDEX	Saint-Max	saint-max	44	54	543	48.7043	6.2069	5
54132 CEDEX	Saint-Max	saint-max	44	54	543	48.7043	6.2069	5
54133 CEDEX	Saint-Max	saint-max	44	54	543	48.7043	6.2069	5
54134	Voinémont	voinemont	44	54	543	48.5194	6.1613	5
54134	Ceintrey	ceintrey	44	54	543	48.5248	6.1633	5
54135	Mexy	mexy	44	54	541	49.5007	5.7808	5
54136	Bouxières-aux-Dames	bouxieres-aux-dames	44	54	543	48.7544	6.1629	5
54138 CEDEX	Saint-Max	saint-max	44	54	543	48.7043	6.2069	5
54139 CEDEX	Saint-Max	saint-max	44	54	543	48.7043	6.2069	5
54140	Jarville-la-Malgrange	jarville-la-malgrange	44	54	543	48.667	6.2027	5
54150	Les Baroches	les-baroches	44	54	541	49.2309	5.8915	5
54150	Norroy-le-Sec	norroy-le-sec	44	54	541	49.2796	5.8109	5
54150	Lubey	lubey	44	54	541	49.2448	5.8547	5
54150	Mance	mance	44	54	541	49.2683	5.9164	5
54150	Mairy-Mainville	mairy-mainville	44	54	541	49.3	5.8667	5
54150	Briey	briey	44	54	541	49.25	5.9333	5
54150	Lantéfontaine	lantefontaine	44	54	541	49.2493	5.9052	5
54150	Avril	avril	44	54	541	49.2876	5.965	5
54150	Fléville	fleville	44	54	541	49.2453	5.8229	5
54150	Anoux	anoux	44	54	541	49.2756	5.8692	5
54150	Ozerailles	ozerailles	44	54	541	49.2308	5.8412	5
54151 CEDEX	Briey	briey	44	54	541	49.25	5.9333	5
54152 CEDEX	Briey	briey	44	54	541	49.25	5.9333	5
54153 CEDEX	Briey	briey	44	54	541	49.25	5.9333	5
54154 CEDEX	Briey	briey	44	54	541	49.25	5.9333	5
54159 CEDEX	Briey	briey	44	54	541	49.25	5.9333	5
54160	Pulligny	pulligny	44	54	543	48.5389	6.1443	5
54160	Frolois	frolois	44	54	543	48.565	6.1259	5
54160	Pierreville	pierreville	44	54	543	48.5491	6.1208	5
54160	Autrey	autrey	44	54	543	48.5308	6.1303	5
54170	Thuilley-aux-Groseilles	thuilley-aux-groseilles	44	54	544	48.5744	5.9726	5
54170	Crépey	crepey	44	54	544	48.5268	5.97	5
54170	Ochey	ochey	44	54	544	48.5821	5.9423	5
54170	Germiny	germiny	44	54	544	48.548	5.9965	5
54170	Barisey-au-Plain	barisey-au-plain	44	54	544	48.5248	5.8424	5
54170	Barisey-la-Côte	barisey-la-cote	44	54	544	48.5439	5.8428	5
54170	Allain	allain	44	54	544	48.549	5.9091	5
54170	Dolcourt	dolcourt	44	54	544	48.4911	5.9764	5
54170	Selaincourt	selaincourt	44	54	544	48.4998	5.9658	5
54170	Mont-l’Étroit	mont-l-etroit	44	54	544	48.4987	5.7851	5
54170	Colombey-les-Belles	colombey-les-belles	44	54	544	48.5292	5.8945	5
54170	Bagneux	bagneux	44	54	544	48.5585	5.8827	5
54170	Saulxures-lès-Vannes	saulxures-les-vannes	44	54	544	48.5266	5.8078	5
54180	Heillecourt	heillecourt	44	54	543	48.6505	6.1951	5
54180	Houdemont	houdemont	44	54	543	48.6441	6.1758	5
54181 CEDEX	Heillecourt	heillecourt	44	54	543	48.6505	6.1951	5
54182 CEDEX	Heillecourt	heillecourt	44	54	543	48.6505	6.1951	5
54183 CEDEX	Heillecourt	heillecourt	44	54	543	48.6505	6.1951	5
54184 CEDEX	Heillecourt	heillecourt	44	54	543	48.6505	6.1951	5
54185 CEDEX	Heillecourt	heillecourt	44	54	543	48.6505	6.1951	5
54186 CEDEX	Heillecourt	heillecourt	44	54	543	48.6505	6.1951	5
54189 CEDEX	Heillecourt	heillecourt	44	54	543	48.6505	6.1951	5
54190	Bréhain-la-Ville	brehain-la-ville	44	54	541	49.4383	5.8812	5
54190	Villerupt	villerupt	44	54	541	49.4671	5.932	5
54190	Tiercelet	tiercelet	44	54	541	49.462	5.8834	5
54200	Dommartin-lès-Toul	dommartin-les-toul	44	54	544	48.6695	5.9101	5
54200	Bouvron	bouvron	44	54	544	48.7417	5.8797	5
54200	Boucq	boucq	44	54	544	48.7489	5.7621	5
54200	Chaudeney-sur-Moselle	chaudeney-sur-moselle	44	54	544	48.6527	5.907	5
54200	Pagney-derrière-Barine	pagney-derriere-barine	44	54	544	48.6928	5.8458	5
54200	Toul	toul	44	54	544	48.6833	5.9	5
54200	Pierre-la-Treiche	pierre-la-treiche	44	54	544	48.6433	5.9338	5
54200	Sanzey	sanzey	44	54	544	48.7711	5.8384	5
54200	Lucey	lucey	44	54	544	48.7217	5.8394	5
54200	Francheville	francheville	44	54	544	48.738	5.9318	5
54200	Choloy-Ménillot	choloy-menillot	44	54	544	48.6667	5.8167	5
54200	Villey-Saint-Étienne	villey-saint-etienne	44	54	544	48.7325	5.9785	5
54200	Lagney	lagney	44	54	544	48.7321	5.8393	5
54200	Bicqueley	bicqueley	44	54	544	48.6261	5.9118	5
54200	Jaillon	jaillon	44	54	544	48.7572	5.9673	5
54200	Écrouves	ecrouves	44	54	544	48.6799	5.8427	5
54200	Royaumeix	royaumeix	44	54	544	48.7796	5.8698	5
54200	Andilly	andilly	44	54	544	48.7659	5.8808	5
54200	Bruley	bruley	44	54	544	48.7068	5.8525	5
54200	Ménil-la-Tour	menil-la-tour	44	54	544	48.7654	5.8638	5
54201 CEDEX	Toul	toul	44	54	544	48.6833	5.9	5
54202 CEDEX	Toul	toul	44	54	544	48.6833	5.9	5
54203 CEDEX	Toul	toul	44	54	544	48.6833	5.9	5
54204 CEDEX	Toul	toul	44	54	544	48.6833	5.9	5
54205 CEDEX	Toul	toul	44	54	544	48.6833	5.9	5
54206 CEDEX	Toul	toul	44	54	544	48.6833	5.9	5
54209 CEDEX	Toul	toul	44	54	544	48.6833	5.9	5
54210	Lupcourt	lupcourt	44	54	543	48.6117	6.2355	5
54210	Manoncourt-en-Vermois	manoncourt-en-vermois	44	54	543	48.6012	6.2672	5
54210	Ferrières	ferrieres	44	54	543	48.554	6.2935	5
54210	Saffais	saffais	44	54	543	48.5562	6.3095	5
54210	Saint-Nicolas-de-Port	saint-nicolas-de-port	44	54	543	48.6286	6.2967	5
54210	Ville-en-Vermois	ville-en-vermois	44	54	543	48.6145	6.254	5
54210	Tonnoy	tonnoy	44	54	543	48.5523	6.2516	5
54210	Burthecourt-aux-Chênes	burthecourt-aux-chenes	44	54	543	48.5849	6.2479	5
54210	Coyviller	coyviller	44	54	543	48.5872	6.2819	5
54210	Azelot	azelot	44	54	543	48.5886	6.234	5
54211 CEDEX	Toul	toul	44	54	544	48.6833	5.9	5
54220	Malzéville	malzeville	44	54	543	48.7124	6.1847	5
54230	Neuves-Maisons	neuves-maisons	44	54	543	48.6181	6.1054	5
54230	Chavigny	chavigny	44	54	543	48.629	6.1232	5
54230	Maron	maron	44	54	543	48.636	6.0459	5
54230	Chaligny	chaligny	44	54	543	48.6242	6.0826	5
54240	Jœuf	j-uf	44	54	541	49.2333	6.0167	5
54250	Champigneulles	champigneulles	44	54	543	48.734	6.1618	5
54260	Grand-Failly	grand-failly	44	54	541	49.4206	5.5151	5
54260	Viviers-sur-Chiers	viviers-sur-chiers	44	54	541	49.473	5.6335	5
54260	Épiez-sur-Chiers	epiez-sur-chiers	44	54	541	49.4924	5.5024	5
54260	Petit-Failly	petit-failly	44	54	541	49.4396	5.4916	5
54260	Colmey	colmey	44	54	541	49.4582	5.5569	5
54260	Tellancourt	tellancourt	44	54	541	49.5075	5.6332	5
54260	Saint-Jean-lès-Longuyon	saint-jean-les-longuyon	44	54	541	49.4544	5.4689	5
54260	Allondrelle	allondrelle	44	54	541	49.5117	5.5625	5
54260	Longuyon	longuyon	44	54	541	49.4418	5.6051	5
54260	Villers-le-Rond	villers-le-rond	44	54	541	49.4644	5.4897	5
54260	Charency-Vezin	charency-vezin	44	54	541	49.4845	5.5114	5
54260	Fresnois-la-Montagne	fresnois-la-montagne	44	54	541	49.4941	5.6468	5
54260	Othe	othe	44	54	541	49.4949	5.4423	5
54260	Villette	villette	44	54	541	49.4743	5.5465	5
54261 CEDEX	Longuyon	longuyon	44	54	541	49.4418	5.6051	5
54262 CEDEX	Longuyon	longuyon	44	54	541	49.4418	5.6051	5
54263 CEDEX	Longuyon	longuyon	44	54	541	49.4418	5.6051	5
54270	Essey-lès-Nancy	essey-les-nancy	44	54	543	48.705	6.2269	5
54271 CEDEX	Essey-lès-Nancy	essey-les-nancy	44	54	543	48.705	6.2269	5
54272 CEDEX	Essey-lès-Nancy	essey-les-nancy	44	54	543	48.705	6.2269	5
54273 CEDEX	Essey-lès-Nancy	essey-les-nancy	44	54	543	48.705	6.2269	5
54279 CEDEX	Essey-lès-Nancy	essey-les-nancy	44	54	543	48.705	6.2269	5
54280	Laneuvelotte	laneuvelotte	44	54	543	48.7282	6.2922	5
54280	Moncel-sur-Seille	moncel-sur-seille	44	54	543	48.7648	6.4212	5
54280	Velaine-sous-Amance	velaine-sous-amance	44	54	543	48.7136	6.3217	5
54280	Champenoux	champenoux	44	54	543	48.7426	6.3483	5
54280	Erbéviller-sur-Amezule	erbeviller-sur-amezule	44	54	543	48.7295	6.3853	5
54280	Mazerulles	mazerulles	44	54	543	48.759	6.3801	5
54280	Sornéville	sorneville	44	54	543	48.7479	6.417	5
54280	Brin-sur-Seille	brin-sur-seille	44	54	543	48.7799	6.3546	5
54280	Seichamps	seichamps	44	54	543	48.7149	6.2614	5
54290	Mangonville	mangonville	44	54	543	48.4563	6.2894	5
54290	Haigneville	haigneville	44	54	542	48.4861	6.3425	5
54290	Domptail-en-l'Air	domptail-en-l-air	44	54	542	48.5167	6.3333	5
54290	Bayon	bayon	44	54	542	48.4742	6.3163	5
54290	Clayeures	clayeures	44	54	542	48.4722	6.4058	5
54290	Bainville-aux-Miroirs	bainville-aux-miroirs	44	54	543	48.4392	6.2774	5
54290	Villacourt	villacourt	44	54	542	48.4563	6.3479	5
54290	Neuviller-sur-Moselle	neuviller-sur-moselle	44	54	543	48.4921	6.2879	5
54290	Loromontzey	loromontzey	44	54	542	48.4348	6.3764	5
54290	Froville	froville	44	54	542	48.4701	6.3557	5
54290	Borville	borville	44	54	542	48.4474	6.394	5
54290	Saint-Germain	saint-germain	44	54	542	48.4319	6.3392	5
54290	Crévéchamps	crevechamps	44	54	543	48.5248	6.2649	5
54290	Haussonville	haussonville	44	54	542	48.5291	6.3243	5
54290	Saint-Boingt	saint-boingt	44	54	542	48.4296	6.4374	5
54290	Gripport	gripport	44	54	543	48.4138	6.2535	5
54290	Brémoncourt	bremoncourt	44	54	542	48.4892	6.3528	5
54290	Virecourt	virecourt	44	54	542	48.4634	6.3207	5
54290	Velle-sur-Moselle	velle-sur-moselle	44	54	542	48.5327	6.2763	5
54290	Saint-Mard	saint-mard	44	54	542	48.5063	6.3056	5
54290	Roville-devant-Bayon	roville-devant-bayon	44	54	543	48.467	6.2914	5
54290	Lorey	lorey	44	54	542	48.4986	6.3059	5
54290	Rozelieures	rozelieures	44	54	542	48.4504	6.4338	5
54290	Saint-Rémy-aux-Bois	saint-remy-aux-bois	44	54	542	48.4161	6.393	5
54300	Chanteheux	chanteheux	44	54	542	48.5972	6.5278	5
54300	Croismare	croismare	44	54	542	48.5987	6.5702	5
54300	Rehainviller	rehainviller	44	54	542	48.5628	6.4705	5
54300	Crion	crion	44	54	542	48.64	6.5272	5
54300	Hériménil	herimenil	44	54	542	48.5681	6.496	5
54300	Moncel-lès-Lunéville	moncel-les-luneville	44	54	542	48.5738	6.5297	5
54300	Xermaménil	xermamenil	44	54	542	48.5341	6.4614	5
54300	Bienville-la-Petite	bienville-la-petite	44	54	542	48.6379	6.5092	5
54300	Vitrimont	vitrimont	44	54	542	48.6009	6.4396	5
54300	Sionviller	sionviller	44	54	542	48.6346	6.5304	5
54300	Bonviller	bonviller	44	54	542	48.6341	6.4965	5
54300	Manonviller	manonviller	44	54	542	48.5833	6.6514	5
54300	Lunéville	luneville	44	54	542	48.6	6.5	5
54300	Marainviller	marainviller	44	54	542	48.5886	6.6008	5
54300	Jolivet	jolivet	44	54	542	48.6061	6.5037	5
54300	Thiébauménil	thiebaumenil	44	54	542	48.5795	6.6226	5
54300	Lamath	lamath	44	54	542	48.5299	6.4493	5
54300	Fraimbois	fraimbois	44	54	542	48.5292	6.5424	5
54301 CEDEX	Lunéville	luneville	44	54	542	48.6	6.5	5
54302 CEDEX	Lunéville	luneville	44	54	542	48.6	6.5	5
54303 CEDEX	Lunéville	luneville	44	54	542	48.6	6.5	5
54304 CEDEX	Lunéville	luneville	44	54	542	48.6	6.5	5
54305 CEDEX	Lunéville	luneville	44	54	542	48.6	6.5	5
54309 CEDEX	Lunéville	luneville	44	54	542	48.6	6.5	5
54310	Homécourt	homecourt	44	54	541	49.2207	5.9924	5
54311 CEDEX	Homécourt	homecourt	44	54	541	49.2207	5.9924	5
54312 CEDEX	Homécourt	homecourt	44	54	541	49.2207	5.9924	5
54319 CEDEX	Homécourt	homecourt	44	54	541	49.2207	5.9924	5
54320	Maxéville	maxeville	44	54	543	48.7132	6.1666	5
54330	Vézelise	vezelise	44	54	543	48.4875	6.0882	5
54330	Chaouilley	chaouilley	44	54	543	48.4391	6.0676	5
54330	Vitrey	vitrey	44	54	543	48.4873	6.0455	5
54330	Houdelmont	houdelmont	44	54	543	48.5344	6.0901	5
54330	Saxon-Sion	saxon-sion	44	54	543	48.4259	6.0791	5
54330	Forcelles-Saint-Gorgon	forcelles-saint-gorgon	44	54	543	48.4567	6.1006	5
54330	Clérey-sur-Brenon	clerey-sur-brenon	44	54	543	48.5076	6.137	5
54330	Houdreville	houdreville	44	54	543	48.5061	6.1025	5
54330	Omelmont	omelmont	44	54	543	48.5007	6.1119	5
54330	Étreval	etreval	44	54	543	48.456	6.0526	5
54330	Marthemont	marthemont	44	54	543	48.5596	6.0403	5
54330	Ognéville	ogneville	44	54	543	48.475	6.0661	5
54330	Hammeville	hammeville	44	54	543	48.4993	6.066	5
54330	Goviller	goviller	44	54	543	48.4974	6.0102	5
54330	Vroncourt	vroncourt	44	54	543	48.4645	6.0802	5
54330	Thélod	thelod	44	54	543	48.5461	6.0475	5
54330	Vaudémont	vaudemont	44	54	543	48.4169	6.0562	5
54330	Quevilloncourt	quevilloncourt	44	54	543	48.474	6.0986	5
54330	Parey-Saint-Césaire	parey-saint-cesaire	44	54	543	48.5312	6.0661	5
54340	Pompey	pompey	44	54	543	48.7688	6.1264	5
54350	Mont-Saint-Martin	mont-saint-martin	44	54	541	49.5436	5.7834	5
54360	Mont-sur-Meurthe	mont-sur-meurthe	44	54	542	48.5554	6.4416	5
54360	Vigneulles	vigneulles	44	54	542	48.5614	6.3309	5
54360	Charmois	charmois	44	54	542	48.5401	6.3839	5
54360	Barbonville	barbonville	44	54	542	48.5547	6.3438	5
54360	Romain	romain	44	54	542	48.5158	6.3587	5
54360	Méhoncourt	mehoncourt	44	54	542	48.51	6.3756	5
54360	Damelevières	damelevieres	44	54	542	48.5593	6.3845	5
54360	Landécourt	landecourt	44	54	542	48.4998	6.4155	5
54360	Einvaux	einvaux	44	54	542	48.4902	6.3957	5
54360	Blainville-sur-l’Eau	blainville-sur-l-eau	44	54	542	48.5569	6.4039	5
54370	Drouville	drouville	44	54	542	48.6713	6.4071	5
54370	Xures	xures	44	54	542	48.6893	6.6571	5
54370	Vaucourt	vaucourt	44	54	542	48.6692	6.6923	5
54370	Raville-sur-Sânon	raville-sur-sanon	44	54	542	48.651	6.4985	5
54370	Bures	bures	44	54	542	48.6937	6.5757	5
54370	Hoéville	hoeville	44	54	542	48.707	6.4358	5
54370	Réchicourt-la-Petite	rechicourt-la-petite	44	54	542	48.7194	6.5815	5
54370	Deuxville	deuxville	44	54	542	48.6177	6.4552	5
54370	Mouacourt	mouacourt	44	54	542	48.6776	6.6274	5
54370	Arracourt	arracourt	44	54	542	48.7247	6.5357	5
54370	Juvrecourt	juvrecourt	44	54	542	48.7417	6.564	5
54370	Einville-au-Jard	einville-au-jard	44	54	542	48.6557	6.4845	5
54370	Parroy	parroy	44	54	542	48.6825	6.6017	5
54370	Bathelémont	bathelemont	44	54	542	48.6917	6.5256	5
54370	Bezange-la-Grande	bezange-la-grande	44	54	542	48.7469	6.4734	5
54370	Remoncourt	remoncourt	44	54	542	48.6593	6.7365	5
54370	Laneuveville-aux-Bois	laneuveville-aux-bois	44	54	542	48.6115	6.6507	5
54370	Bauzemont	bauzemont	44	54	542	48.674	6.5283	5
54370	Coincourt	coincourt	44	54	542	48.7001	6.6112	5
54370	Maixe	maixe	44	54	542	48.6444	6.4405	5
54370	Emberménil	embermenil	44	54	542	48.6273	6.6971	5
54370	Hénaménil	henamenil	44	54	542	48.6704	6.5594	5
54370	Xousse	xousse	44	54	542	48.65	5.7167	5
54370	Serres	serres	44	54	542	48.6909	6.4631	5
54370	Athienville	athienville	44	54	542	48.7157	6.4906	5
54370	Valhey	valhey	44	54	542	48.6793	6.4916	5
54380	Dieulouard	dieulouard	44	54	543	48.8414	6.0678	5
54380	Martincourt	martincourt	44	54	544	48.847	5.9447	5
54380	Bezaumont	bezaumont	44	54	543	48.8533	6.1116	5
54380	Ville-au-Val	ville-au-val	44	54	543	48.8481	6.121	5
54380	Autreville-sur-Moselle	autreville-sur-moselle	44	54	543	48.8228	6.1157	5
54380	Gézoncourt	gezoncourt	44	54	544	48.8368	5.9931	5
54380	Villers-en-Haye	villers-en-haye	44	54	544	48.8285	6.012	5
54380	Landremont	landremont	44	54	543	48.8493	6.1394	5
54380	Griscourt	griscourt	44	54	544	48.834	6.0138	5
54380	Rogéville	rogeville	44	54	544	48.8192	5.9806	5
54380	Saizerais	saizerais	44	54	543	48.7925	6.0447	5
54385	Tremblecourt	tremblecourt	44	54	544	48.8059	5.9406	5
54385	Minorville	minorville	44	54	544	48.8168	5.8894	5
54385	Rosières-en-Haye	rosieres-en-haye	44	54	544	48.7935	6.0011	5
54385	Domèvre-en-Haye	domevre-en-haye	44	54	544	48.817	5.929	5
54385	Noviant-aux-Prés	noviant-aux-pres	44	54	544	48.8404	5.8819	5
54385	Avrainville	avrainville	44	54	544	48.7726	5.9387	5
54385	Manonville	manonville	44	54	544	48.8304	5.9114	5
54385	Manoncourt-en-Woëvre	manoncourt-en-woevre	44	54	544	48.7844	5.9228	5
54390	Frouard	frouard	44	54	543	48.7599	6.1304	5
54400	Longwy	longwy	44	54	541	49.5217	5.7619	5
54400	Cosnes	cosnes	44	54	541	49.5196	5.7121	5
54401 CEDEX	Longwy	longwy	44	54	541	49.5217	5.7619	5
54402 CEDEX	Longwy	longwy	44	54	541	49.5217	5.7619	5
54403 CEDEX	Longwy	longwy	44	54	541	49.5217	5.7619	5
54404 CEDEX	Longwy	longwy	44	54	541	49.5217	5.7619	5
54405 CEDEX	Longwy	longwy	44	54	541	49.5217	5.7619	5
54406 CEDEX	Longwy	longwy	44	54	541	49.5217	5.7619	5
54409 CEDEX	Longwy	longwy	44	54	541	49.5217	5.7619	5
54410	Laneuveville-devant-Nancy	laneuveville-devant-nancy	44	54	543	48.6566	6.2266	5
54411 CEDEX	Longwy	longwy	44	54	541	49.5217	5.7619	5
54412 CEDEX	Longwy	longwy	44	54	541	49.5217	5.7619	5
54413 CEDEX	Longwy	longwy	44	54	541	49.5217	5.7619	5
54414 CEDEX	Longwy	longwy	44	54	541	49.5217	5.7619	5
54420	Saulxures-lès-Nancy	saulxures-les-nancy	44	54	543	48.6887	6.2435	5
54420	Cerville	cerville	44	54	543	48.6964	6.3124	5
54425	Pulnoy	pulnoy	44	54	543	48.7034	6.2577	5
54430	Réhon	rehon	44	54	541	49.4988	5.755	5
54440	Herserange	herserange	44	54	541	49.5205	5.7899	5
54450	Vého	veho	44	54	542	48.5967	6.7113	5
54450	Ancerviller	ancerviller	44	54	542	48.5319	6.8326	5
54450	Igney	igney	44	54	542	48.6337	6.8124	5
54450	Chazelles-sur-Albe	chazelles-sur-albe	44	54	542	48.5895	6.7783	5
54450	Frémonville	fremonville	44	54	542	48.596	6.8892	5
54450	Blâmont	blamont	44	54	542	48.5906	6.8434	5
54450	Buriville	buriville	44	54	542	48.5394	6.7089	5
54450	Domjevin	domjevin	44	54	542	48.5766	6.6969	5
54450	Avricourt	avricourt	44	54	542	48.645	6.8067	5
54450	Domèvre-sur-Vezouze	domevre-sur-vezouze	44	54	542	48.5618	6.8063	5
54450	Réclonville	reclonville	44	54	542	48.5405	6.7273	5
54450	Nonhigny	nonhigny	44	54	542	48.5506	6.8803	5
54450	Blémerey	blemerey	44	54	542	48.5839	6.735	5
54450	Harbouey	harbouey	44	54	542	48.5697	6.8863	5
54450	Ogéviller	ogeviller	44	54	542	48.5479	6.7248	5
54450	Repaix	repaix	44	54	542	48.6081	6.8323	5
54450	Barbas	barbas	44	54	542	48.5732	6.8475	5
54450	Herbéviller	herbeviller	44	54	542	48.5573	6.7539	5
54450	Autrepierre	autrepierre	44	54	542	48.6113	6.802	5
54450	Leintrey	leintrey	44	54	542	48.6234	6.7381	5
54450	Saint-Martin	saint-martin	44	54	542	48.5684	6.7532	5
54450	Fréménil	fremenil	44	54	542	48.5651	6.7119	5
54450	Gogney	gogney	44	54	542	48.6135	6.8589	5
54450	Halloville	halloville	44	54	542	48.5544	6.8613	5
54450	Montreux	montreux	44	54	542	48.5358	6.8832	5
54450	Amenoncourt	amenoncourt	44	54	542	48.6276	6.7886	5
54450	Verdenal	verdenal	44	54	542	48.5844	6.8126	5
54450	Reillon	reillon	44	54	542	48.5982	6.7432	5
54450	Bénaménil	benamenil	44	54	542	48.5705	6.6708	5
54450	Gondrexon	gondrexon	44	54	542	48.6056	6.77	5
54460	Liverdun	liverdun	44	54	544	48.7497	6.0637	5
54460	Aingeray	aingeray	44	54	544	48.7387	6.0025	5
54470	Flirey	flirey	44	54	544	48.8755	5.8461	5
54470	Ansauville	ansauville	44	54	544	48.8216	5.8268	5
54470	Thiaucourt-Regniéville	thiaucourt-regnieville	44	54	544	48.95	5.8667	5
54470	Hamonville	hamonville	44	54	544	48.8278	5.813	5
54470	Mamey	mamey	44	54	544	48.8775	5.9591	5
54470	Pannes	pannes	44	54	544	48.933	5.8032	5
54470	Charey	charey	44	54	544	49.0017	5.8794	5
54470	Dampvitoux	dampvitoux	44	54	541	49.0131	5.8421	5
54470	Rembercourt-sur-Mad	rembercourt-sur-mad	44	54	544	48.9872	5.9047	5
54470	Saint-Baussant	saint-baussant	44	54	544	48.8934	5.7928	5
54470	Saint-Julien-lès-Gorze	saint-julien-les-gorze	44	54	541	49.0158	5.9007	5
54470	Euvezin	euvezin	44	54	544	48.9242	5.8381	5
54470	Jaulny	jaulny	44	54	544	48.97	5.8876	5
54470	Limey-Remenauville	limey-remenauville	44	54	544	48.8833	5.9	5
54470	Mandres-aux-Quatre-Tours	mandres-aux-quatre-tours	44	54	544	48.8418	5.7979	5
54470	Hagéville	hageville	44	54	541	49.0317	5.8607	5
54470	Beaumont	beaumont	44	54	544	48.8521	5.7883	5
54470	Viéville-en-Haye	vieville-en-haye	44	54	544	48.9423	5.9258	5
54470	Grosrouvres	grosrouvres	44	54	544	48.8307	5.8405	5
54470	Seicheprey	seicheprey	44	54	544	48.8698	5.7913	5
54470	Dommartin-la-Chaussée	dommartin-la-chaussee	44	54	544	49.0115	5.8629	5
54470	Lironville	lironville	44	54	544	48.8697	5.9071	5
54470	Essey-et-Maizerais	essey-et-maizerais	44	54	544	48.9193	5.8107	5
54470	Fey-en-Haye	fey-en-haye	44	54	543	48.903	5.9612	5
54470	Bernécourt	bernecourt	44	54	544	48.8439	5.8446	5
54470	Bouillonville	bouillonville	44	54	544	48.945	5.841	5
54470	Xammes	xammes	44	54	544	48.9748	5.8547	5
54480	Saint-Sauveur	saint-sauveur	44	54	542	48.5341	6.9743	5
54480	Petitmont	petitmont	44	54	542	48.5572	6.9563	5
54480	Parux	parux	44	54	542	48.5393	6.923	5
54480	Val-et-Châtillon	val-et-chatillon	44	54	542	48.5603	6.9654	5
54480	Tanconville	tanconville	44	54	542	48.6047	6.9339	5
54480	Bertrambois	bertrambois	44	54	542	48.604	6.9863	5
54480	Cirey-sur-Vezouze	cirey-sur-vezouze	44	54	542	48.5809	6.9457	5
54490	Preutin	preutin	44	54	541	49.3446	5.792	5
54490	Avillers	avillers	44	54	541	49.3236	5.7354	5
54490	Murville	murville	44	54	541	49.3381	5.8247	5
54490	Piennes	piennes	44	54	541	49.3096	5.7801	5
54490	Domprix	domprix	44	54	541	49.3306	5.7559	5
54490	Joudreville	joudreville	44	54	541	49.2914	5.779	5
54490	Xivry-Circourt	xivry-circourt	44	54	541	49.3553	5.7641	5
54500	Vandœuvre-lès-Nancy	vand-uvre-les-nancy	44	54	543	48.65	6.1833	5
54501 CEDEX	Vandœuvre-lès-Nancy	vand-uvre-les-nancy	44	54	543	48.65	6.1833	5
54502 CEDEX	Vandœuvre-lès-Nancy	vand-uvre-les-nancy	44	54	543	48.65	6.1833	5
54503 CEDEX	Vandœuvre-lès-Nancy	vand-uvre-les-nancy	44	54	543	48.65	6.1833	5
54504 CEDEX	Vandœuvre-lès-Nancy	vand-uvre-les-nancy	44	54	543	48.65	6.1833	5
54505 CEDEX	Vandœuvre-lès-Nancy	vand-uvre-les-nancy	44	54	543	48.65	6.1833	5
54506 CEDEX	Vandœuvre-lès-Nancy	vand-uvre-les-nancy	44	54	543	48.65	6.1833	5
54507 CEDEX	Vandœuvre-lès-Nancy	vand-uvre-les-nancy	44	54	543	48.65	6.1833	5
54509 CEDEX	Vandœuvre-lès-Nancy	vand-uvre-les-nancy	44	54	543	48.65	6.1833	5
54510	Tomblaine	tomblaine	44	54	543	48.6838	6.2162	5
54510	Art-sur-Meurthe	art-sur-meurthe	44	54	543	48.6575	6.2671	5
54511 CEDEX	Vandœuvre-lès-Nancy	vand-uvre-les-nancy	44	54	543	48.65	6.1833	5
54512 CEDEX	Vandœuvre-lès-Nancy	vand-uvre-les-nancy	44	54	543	48.65	6.1833	5
54513 CEDEX	Vandœuvre-lès-Nancy	vand-uvre-les-nancy	44	54	543	48.65	6.1833	5
54514 CEDEX	Vandœuvre-lès-Nancy	vand-uvre-les-nancy	44	54	543	48.65	6.1833	5
54515 CEDEX	Vandœuvre-lès-Nancy	vand-uvre-les-nancy	44	54	543	48.65	6.1833	5
54516 CEDEX	Vandœuvre-lès-Nancy	vand-uvre-les-nancy	44	54	543	48.65	6.1833	5
54517 CEDEX	Vandœuvre-lès-Nancy	vand-uvre-les-nancy	44	54	543	48.65	6.1833	5
54519 CEDEX	Vandœuvre-lès-Nancy	vand-uvre-les-nancy	44	54	543	48.65	6.1833	5
54520	Laxou	laxou	44	54	543	48.6837	6.1493	5
54521 CEDEX	Laxou	laxou	44	54	543	48.6837	6.1493	5
54522 CEDEX	Laxou	laxou	44	54	543	48.6837	6.1493	5
54523 CEDEX	Laxou	laxou	44	54	543	48.6837	6.1493	5
54524 CEDEX	Laxou	laxou	44	54	543	48.6837	6.1493	5
54525 CEDEX	Laxou	laxou	44	54	543	48.6837	6.1493	5
54526 CEDEX	Laxou	laxou	44	54	543	48.6837	6.1493	5
54527 CEDEX	Laxou	laxou	44	54	543	48.6837	6.1493	5
54528 CEDEX	Laxou	laxou	44	54	543	48.6837	6.1493	5
54529 CEDEX	Laxou	laxou	44	54	543	48.6837	6.1493	5
54530	Arnaville	arnaville	44	54	544	49.0113	6.0301	5
54530	Prény	preny	44	54	543	48.9787	5.9963	5
54530	Pagny-sur-Moselle	pagny-sur-moselle	44	54	543	48.9836	6.0207	5
54540	Pexonne	pexonne	44	54	542	48.4835	6.867	5
54540	Saint-Maurice-aux-Forges	saint-maurice-aux-forges	44	54	542	48.5101	6.8462	5
54540	Veney	veney	44	54	542	48.4665	6.8137	5
54540	Badonviller	badonviller	44	54	542	48.5012	6.8922	5
54540	Pierre-Percée	pierre-percee	44	54	542	48.4688	6.9319	5
54540	Neuviller-lès-Badonviller	neuviller-les-badonviller	44	54	542	48.5174	6.8745	5
54540	Bréménil	bremenil	44	54	542	48.5234	6.9193	5
54540	Mignéville	migneville	44	54	542	48.5322	6.7802	5
54540	Sainte-Pôle	sainte-pole	44	54	542	48.5102	6.8249	5
54540	Raon-lès-Leau	raon-les-leau	44	54	542	48.513	7.1	5
54540	Vacqueville	vacqueville	44	54	542	48.4799	6.8133	5
54540	Bionville	bionville	44	54	542	48.4854	7.009	5
54540	Fenneviller	fenneviller	44	54	542	48.4874	6.8805	5
54540	Neufmaisons	neufmaisons	44	54	542	48.4585	6.8476	5
54540	Montigny	montigny	44	54	542	48.5154	6.8028	5
54540	Angomont	angomont	44	54	542	48.5155	6.9484	5
54550	Pont-Saint-Vincent	pont-saint-vincent	44	54	543	48.6052	6.0985	5
54550	Sexey-aux-Forges	sexey-aux-forges	44	54	544	48.6217	6.0479	5
54550	Maizières	maizieres	44	54	543	48.583	6.0593	5
54550	Bainville-sur-Madon	bainville-sur-madon	44	54	543	48.5872	6.0958	5
54560	Audun-le-Roman	audun-le-roman	44	54	541	49.3698	5.8954	5
54560	Serrouville	serrouville	44	54	541	49.399	5.8885	5
54560	Anderny	anderny	44	54	541	49.3361	5.8808	5
54560	Malavillers	malavillers	44	54	541	49.3558	5.8688	5
54560	Beuvillers	beuvillers	44	54	541	49.3848	5.9161	5
54560	Sancy	sancy	44	54	541	49.35	5.9333	5
54560	Mercy-le-Haut	mercy-le-haut	44	54	541	49.3675	5.826	5
54560	Fillières	fillieres	44	54	541	49.4044	5.8431	5
54570	Trondes	trondes	44	54	544	48.7159	5.7733	5
54570	Lay-Saint-Remy	lay-saint-remy	44	54	544	48.6806	5.7624	5
54570	Laneuveville-derrière-Foug	laneuveville-derriere-foug	44	54	544	48.7102	5.8044	5
54570	Foug	foug	44	54	544	48.6838	5.7874	5
54580	Saint-Ail	saint-ail	44	54	541	49.1801	5.9978	5
54580	Auboué	auboue	44	54	541	49.212	5.9766	5
54580	Moineville	moineville	44	54	541	49.2051	5.9442	5
54590	Hussigny-Godbrange	hussigny-godbrange	44	54	541	49.4944	5.8668	5
54600	Villers-lès-Nancy	villers-les-nancy	44	54	543	48.6733	6.1528	5
54601 CEDEX	Villers-lès-Nancy	villers-les-nancy	44	54	543	48.6733	6.1528	5
54602 CEDEX	Villers-lès-Nancy	villers-les-nancy	44	54	543	48.6733	6.1528	5
54603 CEDEX	Villers-lès-Nancy	villers-les-nancy	44	54	543	48.6733	6.1528	5
54608 CEDEX	Villers-lès-Nancy	villers-les-nancy	44	54	543	48.6733	6.1528	5
54609 CEDEX	Villers-lès-Nancy	villers-les-nancy	44	54	543	48.6733	6.1528	5
54610	Belleau	belleau	44	54	543	48.83	6.1839	5
54610	Phlin	phlin	44	54	543	48.9119	6.2759	5
54610	Rouves	rouves	44	54	543	48.8993	6.2052	5
54610	Nomeny	nomeny	44	54	543	48.8898	6.2264	5
54610	Chenicourt	chenicourt	44	54	543	48.8565	6.2911	5
54610	Abaucourt	abaucourt	44	54	543	48.8975	6.2582	5
54610	Éply	eply	44	54	543	48.9192	6.1803	5
54610	Raucourt	raucourt	44	54	543	48.9263	6.2187	5
54610	Clémery	clemery	44	54	543	48.8936	6.1868	5
54610	Sivry	sivry	44	54	543	48.8311	6.2007	5
54610	Mailly-sur-Seille	mailly-sur-seille	44	54	543	48.9101	6.2456	5
54610	Létricourt	letricourt	44	54	543	48.8753	6.2939	5
54610	Thézey-Saint-Martin	thezey-saint-martin	44	54	543	48.9011	6.2957	5
54610	Bratte	bratte	44	54	543	48.8145	6.2161	5
54620	Joppécourt	joppecourt	44	54	541	49.3885	5.7959	5
54620	Ville-au-Montois	ville-au-montois	44	54	541	49.4121	5.7829	5
54620	Boismont	boismont	44	54	541	49.4061	5.7393	5
54620	Baslieux	baslieux	44	54	541	49.4336	5.7585	5
54620	Bazailles	bazailles	44	54	541	49.4082	5.7662	5
54620	Pierrepont	pierrepont	44	54	541	49.4165	5.7091	5
54620	Doncourt-lès-Longuyon	doncourt-les-longuyon	44	54	541	49.44	5.7122	5
54620	Han-devant-Pierrepont	han-devant-pierrepont	44	54	541	49.397	5.7069	5
54620	Saint-Supplet	saint-supplet	44	54	541	49.3821	5.7351	5
54620	Beuveille	beuveille	44	54	541	49.4335	5.689	5
54630	Richardménil	richardmenil	44	54	543	48.5933	6.1692	5
54630	Flavigny-sur-Moselle	flavigny-sur-moselle	44	54	543	48.5657	6.1888	5
54640	Tucquegnieux	tucquegnieux	44	54	541	49.3101	5.8945	5
54640	Bettainvillers	bettainvillers	44	54	541	49.2999	5.9056	5
54650	Saulnes	saulnes	44	54	541	49.5319	5.8213	5
54660	Moutiers	moutiers	44	54	541	49.233	5.9655	5
54670	Millery	millery	44	54	543	48.8166	6.13	5
54670	Malleloy	malleloy	44	54	543	48.7948	6.1626	5
54670	Custines	custines	44	54	543	48.7913	6.1446	5
54680	Errouville	errouville	44	54	541	49.4158	5.9026	5
54680	Crusnes	crusnes	44	54	541	49.4341	5.9156	5
54690	Eulmont	eulmont	44	54	543	48.7503	6.2273	5
54690	Lay-Saint-Christophe	lay-saint-christophe	44	54	543	48.7493	6.1973	5
54700	Port-sur-Seille	port-sur-seille	44	54	543	48.9028	6.1613	5
54700	Maidières	maidieres	44	54	543	48.8996	6.0401	5
54700	Champey-sur-Moselle	champey-sur-moselle	44	54	543	48.9576	6.0585	5
54700	Jezainville	jezainville	44	54	543	48.8721	6.0412	5
54700	Pont-à-Mousson	pont-a-mousson	44	54	543	48.907	6.0563	5
54700	Bouxières-sous-Froidmont	bouxieres-sous-froidmont	44	54	543	48.9553	6.0914	5
54700	Mousson	mousson	44	54	543	48.9054	6.0794	5
54700	Montauville	montauville	44	54	543	48.9011	6.0236	5
54700	Villers-sous-Prény	villers-sous-preny	44	54	543	48.9435	5.999	5
54700	Vilcey-sur-Trey	vilcey-sur-trey	44	54	544	48.9341	5.9731	5
54700	Loisy	loisy	44	54	543	48.8664	6.0978	5
54700	Sainte-Geneviève	sainte-genevieve	44	54	543	48.87	6.1184	5
54700	Morville-sur-Seille	morville-sur-seille	44	54	543	48.9162	6.1563	5
54700	Lesménils	lesmenils	44	54	543	48.9321	6.1029	5
54700	Norroy-lès-Pont-à-Mousson	norroy-les-pont-a-mousson	44	54	543	48.935	6.0308	5
54700	Atton	atton	44	54	543	48.8911	6.0893	5
54700	Vittonville	vittonville	44	54	543	48.966	6.0566	5
54700	Blénod-lès-Pont-à-Mousson	blenod-les-pont-a-mousson	44	54	543	48.8849	6.0484	5
54701 CEDEX	Pont-à-Mousson	pont-a-mousson	44	54	543	48.907	6.0563	5
54702 CEDEX	Pont-à-Mousson	pont-a-mousson	44	54	543	48.907	6.0563	5
54703 CEDEX	Pont-à-Mousson	pont-a-mousson	44	54	543	48.907	6.0563	5
54704 CEDEX	Pont-à-Mousson	pont-a-mousson	44	54	543	48.907	6.0563	5
54705 CEDEX	Pont-à-Mousson	pont-a-mousson	44	54	543	48.907	6.0563	5
54706 CEDEX	Pont-à-Mousson	pont-a-mousson	44	54	543	48.907	6.0563	5
54708 CEDEX	Pont-à-Mousson	pont-a-mousson	44	54	543	48.907	6.0563	5
54709 CEDEX	Pont-à-Mousson	pont-a-mousson	44	54	543	48.907	6.0563	5
54710	Ludres	ludres	44	54	543	48.6203	6.1675	5
54710	Fléville-devant-Nancy	fleville-devant-nancy	44	54	543	48.625	6.2032	5
54711 CEDEX	Ludres	ludres	44	54	543	48.6203	6.1675	5
54712 CEDEX	Ludres	ludres	44	54	543	48.6203	6.1675	5
54713 CEDEX	Ludres	ludres	44	54	543	48.6203	6.1675	5
54714 CEDEX	Ludres	ludres	44	54	543	48.6203	6.1675	5
54715 CEDEX	Ludres	ludres	44	54	543	48.6203	6.1675	5
54716 CEDEX	Ludres	ludres	44	54	543	48.6203	6.1675	5
54719 CEDEX	Ludres	ludres	44	54	543	48.6203	6.1675	5
54720	Laix	laix	44	54	541	49.4463	5.7803	5
54720	Cutry	cutry	44	54	541	49.4835	5.7435	5
54720	Lexy	lexy	44	54	541	49.5	5.7298	5
54720	Chenières	chenieres	44	54	541	49.4727	5.7661	5
54730	Gorcy	gorcy	44	54	541	49.5349	5.6849	5
54730	Saint-Pancré	saint-pancre	44	54	541	49.5293	5.6482	5
54730	Ville-Houdlémont	ville-houdlemont	44	54	541	49.546	5.6478	5
54740	Laneuveville-devant-Bayon	laneuveville-devant-bayon	44	54	543	48.4715	6.2666	5
54740	Vaudeville	vaudeville	44	54	543	48.4589	6.2007	5
54740	Vaudigny	vaudigny	44	54	543	48.4387	6.1996	5
54740	Crantenoy	crantenoy	44	54	543	48.468	6.2293	5
54740	Jevoncourt	jevoncourt	44	54	543	48.4144	6.1685	5
54740	Lebeuville	lebeuville	44	54	543	48.435	6.2465	5
54740	Affracourt	affracourt	44	54	543	48.4618	6.1709	5
54740	Gerbécourt	gerbecourt	44	54	543	48.49	6.1626	5
54740	Germonville	germonville	44	54	543	48.4068	6.2116	5
54740	Benney	benney	44	54	543	48.5136	6.219	5
54740	Leménil-Mitry	lemenil-mitry	44	54	543	48.4529	6.2523	5
54740	Haroué	haroue	44	54	543	48.4692	6.179	5
54740	Xirocourt	xirocourt	44	54	543	48.4315	6.1739	5
54740	Bralleville	bralleville	44	54	543	48.4045	6.1904	5
54740	Lemainville	lemainville	44	54	543	48.5039	6.1967	5
54740	Ormes-et-Ville	ormes-et-ville	44	54	543	48.4877	6.2036	5
54740	Saint-Remimont	saint-remimont	44	54	543	48.4986	6.2495	5
54750	Trieux	trieux	44	54	541	49.3246	5.9305	5
54760	Faulx	faulx	44	54	543	48.7927	6.1955	5
54760	Bey-sur-Seille	bey-sur-seille	44	54	543	48.8041	6.3422	5
54760	Villers-lès-Moivrons	villers-les-moivrons	44	54	543	48.8146	6.2515	5
54760	Arraye	arraye	44	54	543	48.8391	6.2907	5
54760	Lanfroicourt	lanfroicourt	44	54	543	48.8094	6.3307	5
54760	Leyr	leyr	44	54	543	48.805	6.2649	5
54760	Moivrons	moivrons	44	54	543	48.8234	6.251	5
54760	Montenoy	montenoy	44	54	543	48.7947	6.2313	5
54760	Armaucourt	armaucourt	44	54	543	48.8156	6.3038	5
54770	Dommartin-sous-Amance	dommartin-sous-amance	44	54	543	48.7413	6.2558	5
54770	Agincourt	agincourt	44	54	543	48.7335	6.2375	5
54770	Bouxières-aux-Chênes	bouxieres-aux-chenes	44	54	543	48.7721	6.2615	5
54770	Amance	amance	44	54	543	48.7545	6.2807	5
54770	Laître-sous-Amance	laitre-sous-amance	44	54	543	48.747	6.2752	5
54780	Giraumont	giraumont	44	54	541	49.1708	5.9145	5
54790	Mancieulles	mancieulles	44	54	541	49.2823	5.8961	5
54800	Béchamps	bechamps	44	54	541	49.2104	5.7398	5
54800	Allamont	allamont	44	54	541	49.1232	5.7624	5
54800	Puxieux	puxieux	44	54	541	49.0765	5.8861	5
54800	Sponville	sponville	44	54	541	49.0723	5.8321	5
54800	Thumeréville	thumereville	44	54	541	49.2005	5.7966	5
54800	Tronville	tronville	44	54	541	49.0847	5.9184	5
54800	Boncourt	boncourt	44	54	541	49.1692	5.8281	5
54800	Saint-Marcel	saint-marcel	44	54	541	49.1218	5.9528	5
54800	Ville-sur-Yron	ville-sur-yron	44	54	541	49.1187	5.8659	5
54800	Gondrecourt	gondrecourt	44	54	541	49.2447	5.7668	5
54800	Puxe	puxe	44	54	541	49.1563	5.7929	5
54800	Mars-la-Tour	mars-la-tour	44	54	541	49.0988	5.8858	5
54800	Hannonville-Suzémont	hannonville-suzemont	44	54	541	49.0959	5.8321	5
54800	Abbéville-lès-Conflans	abbeville-les-conflans	44	54	541	49.1976	5.8439	5
54800	Friauville	friauville	44	54	541	49.1459	5.8419	5
54800	Hatrize	hatrize	44	54	541	49.1923	5.9091	5
54800	Mouaville	mouaville	44	54	541	49.2107	5.7705	5
54800	Affléville	affleville	44	54	541	49.2703	5.7633	5
54800	Jeandelize	jeandelize	44	54	541	49.1639	5.7889	5
54800	Jarny	jarny	44	54	541	49.1587	5.8764	5
54800	Olley	olley	44	54	541	49.1648	5.7627	5
54800	Jouaville	jouaville	44	54	541	49.161	5.9553	5
54800	Labry	labry	44	54	541	49.1729	5.8809	5
54800	Doncourt-lès-Conflans	doncourt-les-conflans	44	54	541	49.1425	5.9337	5
54800	Bruville	bruville	44	54	541	49.1304	5.9162	5
54800	Brainville	brainville	44	54	541	49.1288	5.8047	5
54800	Xonville	xonville	44	54	541	49.0549	5.8492	5
54800	Conflans-en-Jarnisy	conflans-en-jarnisy	44	54	541	49.1673	5.8551	5
54801 CEDEX	Jarny	jarny	44	54	541	49.1587	5.8764	5
54802 CEDEX	Jarny	jarny	44	54	541	49.1587	5.8764	5
54803 CEDEX	Jarny	jarny	44	54	541	49.1587	5.8764	5
54810	Longlaville	longlaville	44	54	541	49.5344	5.8005	5
54820	Marbache	marbache	44	54	543	48.7987	6.106	5
54830	Vallois	vallois	44	54	542	48.4626	6.5493	5
54830	Giriviller	giriviller	44	54	542	48.4432	6.4879	5
54830	Seranville	seranville	44	54	542	48.4577	6.5164	5
54830	Vennezey	vennezey	44	54	542	48.4445	6.4672	5
54830	Mattexey	mattexey	44	54	542	48.4437	6.5159	5
54830	Franconville	franconville	44	54	542	48.5003	6.4515	5
54830	Essey-la-Côte	essey-la-cote	44	54	542	48.4252	6.4675	5
54830	Moriviller	moriviller	44	54	542	48.4773	6.4419	5
54830	Remenoville	remenoville	44	54	542	48.4642	6.4739	5
54830	Gerbéviller	gerbeviller	44	54	542	48.4962	6.5107	5
54830	Haudonville	haudonville	44	54	542	48.4999	6.499	5
54840	Fontenoy-sur-Moselle	fontenoy-sur-moselle	44	54	544	48.711	5.9825	5
54840	Velaine-en-Haye	velaine-en-haye	44	54	544	48.6999	6.0275	5
54840	Gondreville	gondreville	44	54	544	48.6937	5.9647	5
54840	Sexey-les-Bois	sexey-les-bois	44	54	544	48.7167	6.0167	5
54840	Villey-le-Sec	villey-le-sec	44	54	544	48.6588	5.9795	5
54850	Messein	messein	44	54	543	48.6118	6.1396	5
54850	Méréville	mereville	44	54	543	48.5911	6.1511	5
54860	Haucourt	haucourt	44	54	541	49.4898	5.8036	5
54870	Ugny	ugny	44	54	541	49.4715	5.6975	5
54870	Cons-la-Grandville	cons-la-grandville	44	54	541	49.4849	5.7038	5
54870	Villers-la-Chèvre	villers-la-chevre	44	54	541	49.5033	5.6963	5
54870	Montigny-sur-Chiers	montigny-sur-chiers	44	54	541	49.4791	5.6694	5
54880	Thil	thil	44	54	541	49.473	5.9082	5
54890	Onville	onville	44	54	541	49.0166	5.9692	5
54890	Chambley	chambley	44	54	541	49.0485	5.8984	5
54890	Waville	waville	44	54	541	49.0102	5.9489	5
54890	Vandelainville	vandelainville	44	54	544	49.0171	5.9768	5
54890	Villecey-sur-Mad	villecey-sur-mad	44	54	541	49.0064	5.9594	5
54890	Bayonville-sur-Mad	bayonville-sur-mad	44	54	544	49.014	5.9912	5
54900 CEDEX 9	Nancy	nancy	44	54	543	48.6844	6.185	5
54910	Valleroy	valleroy	44	54	541	49.2094	5.937	5
54920	Morfontaine	morfontaine	44	54	541	49.4449	5.8103	5
54920	Villers-la-Montagne	villers-la-montagne	44	54	541	49.4717	5.8252	5
54930	Forcelles-sous-Gugney	forcelles-sous-gugney	44	54	543	48.3972	6.0791	5
54930	Saint-Firmin	saint-firmin	44	54	543	48.4199	6.1309	5
54930	Gugney	gugney	44	54	543	48.3986	6.0629	5
54930	Bouzanville	bouzanville	44	54	543	48.3739	6.1018	5
54930	Courcelles	courcelles	44	54	544	48.3725	6.0376	5
54930	Housséville	housseville	44	54	543	48.4063	6.1185	5
54930	Fraisnes-en-Saintois	fraisnes-en-saintois	44	54	543	48.375	6.0569	5
54930	They-sous-Vaudemont	they-sous-vaudemont	44	54	543	48.4041	6.0593	5
54930	Diarville	diarville	44	54	543	48.3943	6.1323	5
54931 CEDEX 9	Nancy	nancy	44	54	543	48.6844	6.185	5
54933 CEDEX 9	Nancy	nancy	44	54	543	48.6844	6.185	5
54934 CEDEX 9	Nancy	nancy	44	54	543	48.6844	6.185	5
54939 CEDEX 9	Nancy	nancy	44	54	543	48.6844	6.185	5
54940	Belleville	belleville	44	54	543	48.8182	6.1029	5
54941 CEDEX 9	Nancy	nancy	44	54	543	48.6844	6.185	5
54950	Laronxe	laronxe	44	54	542	48.5419	6.603	5
54950	Saint-Clément	saint-clement	44	54	542	48.531	6.6032	5
54960	Mercy-le-Bas	mercy-le-bas	44	54	541	49.3894	5.756	5
54970	Landres	landres	44	54	541	49.3204	5.8006	5
54980	Batilly	batilly	44	54	541	49.1737	5.9687	5
54990	Xeuilley	xeuilley	44	54	543	48.5667	6.0986	5
55000	Saudrupt	saudrupt	44	55	551	48.7013	5.0666	5
55000	Combles-en-Barrois	combles-en-barrois	44	55	551	48.7512	5.1157	5
55000	Brillon-en-Barrois	brillon-en-barrois	44	55	551	48.7121	5.0951	5
55000	Chardogne	chardogne	44	55	551	48.8241	5.1273	5
55000	Tannois	tannois	44	55	551	48.7258	5.2298	5
55000	Beurey-sur-Saulx	beurey-sur-saulx	44	55	551	48.7573	5.0265	5
55000	Géry	gery	44	55	551	48.7816	5.2949	5
55000	Érize-Saint-Dizier	erize-saint-dizier	44	55	551	48.8135	5.2839	5
55000	Rumont	rumont	44	55	551	48.8321	5.2767	5
55000	Naives-Rosières	naives-rosieres	44	55	551	48.7833	5.2167	5
55000	Trémont-sur-Saulx	tremont-sur-saulx	44	55	551	48.7486	5.0602	5
55000	Lisle-en-Rigault	lisle-en-rigault	44	55	551	48.7167	5.0478	5
55000	Ville-sur-Saulx	ville-sur-saulx	44	55	551	48.7144	5.0615	5
55000	Guerpont	guerpont	44	55	551	48.7302	5.2583	5
55000	Salmagne	salmagne	44	55	551	48.752	5.3251	5
55000	Seigneulles	seigneulles	44	55	551	48.8509	5.2374	5
55000	Silmont	silmont	44	55	551	48.7352	5.2467	5
55000	Behonne	behonne	44	55	551	48.7935	5.1826	5
55000	Savonnières-devant-Bar	savonnieres-devant-bar	44	55	551	48.7577	5.178	5
55000	Robert-Espagne	robert-espagne	44	55	551	48.7444	5.0302	5
55000	Loisey	loisey	44	55	551	48.7651	5.2846	5
55000	Val-d'Ornain	val-d-ornain	44	55	551	48.8	5.0667	5
55000	Vavincourt	vavincourt	44	55	551	48.8236	5.2077	5
55000	Fains-Véel	fains-veel	44	55	551	48.7833	5.1333	5
55000	Bar-le-Duc	bar-le-duc	44	55	551	48.7727	5.1611	5
55000	Haironville	haironville	44	55	551	48.687	5.0854	5
55000	Longeville-en-Barrois	longeville-en-barrois	44	55	551	48.7424	5.2091	5
55000	Resson	resson	44	55	551	48.7694	5.2305	5
55000	Les Hauts-de-Chée	les-hauts-de-chee	44	55	551	48.8667	5.1667	5
55000	Montplonne	montplonne	44	55	551	48.6907	5.1707	5
55000	Culey	culey	44	55	551	48.756	5.2677	5
55001 CEDEX	Bar-le-Duc	bar-le-duc	44	55	551	48.7727	5.1611	5
55002 CEDEX	Bar-le-Duc	bar-le-duc	44	55	551	48.7727	5.1611	5
55003 CEDEX	Bar-le-Duc	bar-le-duc	44	55	551	48.7727	5.1611	5
55005 CEDEX	Bar-le-Duc	bar-le-duc	44	55	551	48.7727	5.1611	5
55006 CEDEX	Bar-le-Duc	bar-le-duc	44	55	551	48.7727	5.1611	5
55007 CEDEX	Bar-le-Duc	bar-le-duc	44	55	551	48.7727	5.1611	5
55008 CEDEX	Bar-le-Duc	bar-le-duc	44	55	551	48.7727	5.1611	5
55012 CEDEX	Bar-le-Duc	bar-le-duc	44	55	551	48.7727	5.1611	5
55013 CEDEX	Bar-le-Duc	bar-le-duc	44	55	551	48.7727	5.1611	5
55014 CEDEX	Bar-le-Duc	bar-le-duc	44	55	551	48.7727	5.1611	5
55015 CEDEX	Bar-le-Duc	bar-le-duc	44	55	551	48.7727	5.1611	5
55020 CEDEX	Bar-le-Duc	bar-le-duc	44	55	551	48.7727	5.1611	5
55021 CEDEX	Bar-le-Duc	bar-le-duc	44	55	551	48.7727	5.1611	5
55100	Esnes-en-Argonne	esnes-en-argonne	44	55	553	49.2078	5.2116	5
55100	Douaumont	douaumont	44	55	553	49.2198	5.4324	5
55100	Bras-sur-Meuse	bras-sur-meuse	44	55	553	49.21	5.3777	5
55100	Louvemont-Côte-du-Poivre	louvemont-cote-du-poivre	44	55	553	49.2379	5.3989	5
55100	Bezonvaux	bezonvaux	44	55	553	49.2369	5.4672	5
55100	Béthelainville	bethelainville	44	55	553	49.1673	5.2348	5
55100	Beaumont-en-Verdunois	beaumont-en-verdunois	44	55	553	49.2584	5.407	5
55100	Charny-sur-Meuse	charny-sur-meuse	44	55	553	49.2082	5.3635	5
55100	Belrupt-en-Verdunois	belrupt-en-verdunois	44	55	553	49.1423	5.4435	5
55100	Dugny-sur-Meuse	dugny-sur-meuse	44	55	553	49.1095	5.3855	5
55100	Belleray	belleray	44	55	553	49.1306	5.3983	5
55100	Champneuville	champneuville	44	55	553	49.2363	5.3258	5
55100	Verdun	verdun	44	55	553	49.1667	5.3833	5
55100	Cumières-le-Mort-Homme	cumieres-le-mort-homme	44	55	553	49.2326	5.2825	5
55100	Marre	marre	44	55	553	49.2106	5.3009	5
55100	Haudainville	haudainville	44	55	553	49.1266	5.4217	5
55100	Sivry-la-Perche	sivry-la-perche	44	55	553	49.1443	5.2515	5
55100	Fromeréville-les-Vallons	fromereville-les-vallons	44	55	553	49.1595	5.2868	5
55100	Brabant-sur-Meuse	brabant-sur-meuse	44	55	553	49.2723	5.3104	5
55100	Landrecourt-Lempire	landrecourt-lempire	44	55	553	49.1	5.35	5
55100	Fleury-devant-Douaumont	fleury-devant-douaumont	44	55	553	49.1951	5.4357	5
55100	Chattancourt	chattancourt	44	55	553	49.2181	5.2679	5
55100	Haumont-près-Samogneux	haumont-pres-samogneux	44	55	553	49.2729	5.3538	5
55100	Vacherauville	vacherauville	44	55	553	49.2226	5.3598	5
55100	Montzéville	montzeville	44	55	553	49.1917	5.2218	5
55100	Samogneux	samogneux	44	55	553	49.2547	5.3375	5
55101 CEDEX	Verdun	verdun	44	55	553	49.1667	5.3833	5
55102 CEDEX	Verdun	verdun	44	55	553	49.1667	5.3833	5
55103 CEDEX	Verdun	verdun	44	55	553	49.1667	5.3833	5
55104 CEDEX	Verdun	verdun	44	55	553	49.1667	5.3833	5
55105 CEDEX	Verdun	verdun	44	55	553	49.1667	5.3833	5
55106 CEDEX	Verdun	verdun	44	55	553	49.1667	5.3833	5
55107 CEDEX	Verdun	verdun	44	55	553	49.1667	5.3833	5
55108 CEDEX	Verdun	verdun	44	55	553	49.1667	5.3833	5
55109 CEDEX	Verdun	verdun	44	55	553	49.1667	5.3833	5
55110	Cléry-le-Grand	clery-le-grand	44	55	553	49.3667	5.15	5
55110	Sivry-sur-Meuse	sivry-sur-meuse	44	55	553	49.3232	5.2677	5
55110	Sassey-sur-Meuse	sassey-sur-meuse	44	55	553	49.4144	5.1883	5
55110	Cunel	cunel	44	55	553	49.3364	5.1154	5
55110	Regnéville-sur-Meuse	regneville-sur-meuse	44	55	553	49.2532	5.3257	5
55110	Dannevoux	dannevoux	44	55	553	49.3079	5.2365	5
55110	Fontaines-Saint-Clair	fontaines-saint-clair	44	55	553	49.3686	5.2361	5
55110	Murvaux	murvaux	44	55	553	49.3916	5.2459	5
55110	Liny-devant-Dun	liny-devant-dun	44	55	553	49.3555	5.1982	5
55110	Saulmory-et-Villefranche	saulmory-et-villefranche	44	55	553	49.4347	5.178	5
55110	Montigny-devant-Sassey	montigny-devant-sassey	44	55	553	49.4321	5.1527	5
55110	Doulcon	doulcon	44	55	553	49.3823	5.1682	5
55110	Romagne-sous-Montfaucon	romagne-sous-montfaucon	44	55	553	49.3304	5.0829	5
55110	Consenvoye	consenvoye	44	55	553	49.2873	5.2858	5
55110	Dun-sur-Meuse	dun-sur-meuse	44	55	553	49.3833	5.1859	5
55110	Milly-sur-Bradon	milly-sur-bradon	44	55	553	49.3968	5.2085	5
55110	Lion-devant-Dun	lion-devant-dun	44	55	553	49.4126	5.229	5
55110	Cléry-le-Petit	clery-le-petit	44	55	553	49.3667	5.1833	5
55110	Gercourt-et-Drillancourt	gercourt-et-drillancourt	44	55	553	49.2851	5.2413	5
55110	Vilosnes-Haraumont	vilosnes-haraumont	44	55	553	49.3333	5.2333	5
55110	Bantheville	bantheville	44	55	553	49.3558	5.0907	5
55110	Villers-devant-Dun	villers-devant-dun	44	55	553	49.3959	5.1106	5
55110	Mont-devant-Sassey	mont-devant-sassey	44	55	553	49.4109	5.1668	5
55110	Gesnes-en-Argonne	gesnes-en-argonne	44	55	553	49.306	5.0603	5
55110	Aincreville	aincreville	44	55	553	49.3684	5.1214	5
55110	Brieulles-sur-Meuse	brieulles-sur-meuse	44	55	553	49.3354	5.1793	5
55110	Forges-sur-Meuse	forges-sur-meuse	44	55	553	49.2626	5.2907	5
55112 CEDEX	Verdun	verdun	44	55	553	49.1667	5.3833	5
55113 CEDEX	Verdun	verdun	44	55	553	49.1667	5.3833	5
55119 CEDEX	Verdun	verdun	44	55	553	49.1667	5.3833	5
55120	Jouy-en-Argonne	jouy-en-argonne	44	55	553	49.1342	5.2232	5
55120	Aubréville	aubreville	44	55	553	49.1444	5.0823	5
55120	Dombasle-en-Argonne	dombasle-en-argonne	44	55	553	49.1385	5.189	5
55120	Le Neufour	le-neufour	44	55	553	49.1322	4.9828	5
55120	Julvécourt	julvecourt	44	55	553	49.0634	5.1906	5
55120	Lavoye	lavoye	44	55	551	49.0452	5.136	5
55120	Récicourt	recicourt	44	55	553	49.1412	5.157	5
55120	Nixéville-Blercourt	nixeville-blercourt	44	55	553	49.1	5.2833	5
55120	Le Claon	le-claon	44	55	553	49.1419	4.9719	5
55120	Autrécourt-sur-Aire	autrecourt-sur-aire	44	55	551	49.0333	5.1333	5
55120	Rarécourt	rarecourt	44	55	553	49.0769	5.1241	5
55120	Lachalade	lachalade	44	55	553	49.1678	4.96	5
55120	Froidos	froidos	44	55	553	49.0615	5.1215	5
55120	Neuvilly-en-Argonne	neuvilly-en-argonne	44	55	553	49.1624	5.0591	5
55120	Brocourt-en-Argonne	brocourt-en-argonne	44	55	553	49.1148	5.1658	5
55120	Futeau	futeau	44	55	553	49.0788	5.0018	5
55120	Brabant-en-Argonne	brabant-en-argonne	44	55	553	49.1238	5.1368	5
55120	Les Islettes	les-islettes	44	55	553	49.1094	5.0033	5
55120	Ville-sur-Cousances	ville-sur-cousances	44	55	553	49.083	5.1759	5
55120	Clermont-en-Argonne	clermont-en-argonne	44	55	553	49.1071	5.07	5
55130	Abainville	abainville	44	55	552	48.5305	5.4945	5
55130	Saint-Joire	saint-joire	44	55	552	48.5977	5.4166	5
55130	Baudignécourt	baudignecourt	44	55	552	48.5693	5.4619	5
55130	Demange-aux-Eaux	demange-aux-eaux	44	55	552	48.5816	5.4601	5
55130	Tréveray	treveray	44	55	552	48.6108	5.3979	5
55130	Chassey-Beaupré	chassey-beaupre	44	55	552	48.4583	5.4331	5
55130	Amanty	amanty	44	55	552	48.5187	5.6107	5
55130	Vouthon-Bas	vouthon-bas	44	55	552	48.4834	5.609	5
55130	Badonvilliers-Gérauvilliers	badonvilliers-gerauvilliers	44	55	552	48.55	5.5833	5
55130	Gondrecourt-le-Château	gondrecourt-le-chateau	44	55	552	48.5137	5.5106	5
55130	Les Roises	les-roises	44	55	552	48.4555	5.6413	5
55130	Vouthon-Haut	vouthon-haut	44	55	552	48.4763	5.6176	5
55130	Dainville-Bertheléville	dainville-bertheleville	44	55	552	48.44	5.511	5
55130	Houdelaincourt	houdelaincourt	44	55	552	48.5488	5.469	5
55130	Delouze-Rosières	delouze-rosieres	44	55	552	48.5667	5.5167	5
55130	Horville-en-Ornois	horville-en-ornois	44	55	552	48.4907	5.467	5
55130	Bonnet	bonnet	44	55	552	48.5226	5.4374	5
55130	Vaudeville-le-Haut	vaudeville-le-haut	44	55	552	48.4489	5.6014	5
55140	Chalaines	chalaines	44	55	552	48.6033	5.6809	5
55140	Goussaincourt	goussaincourt	44	55	552	48.4846	5.6899	5
55140	Montigny-lès-Vaucouleurs	montigny-les-vaucouleurs	44	55	552	48.5891	5.6318	5
55140	Pagny-la-Blanche-Côte	pagny-la-blanche-cote	44	55	552	48.5407	5.7216	5
55140	Sauvigny	sauvigny	44	55	552	48.4982	5.7159	5
55140	Burey-la-Côte	burey-la-cote	44	55	552	48.5029	5.7005	5
55140	Saint-Germain-sur-Meuse	saint-germain-sur-meuse	44	55	552	48.6494	5.6942	5
55140	Sepvigny	sepvigny	44	55	552	48.5587	5.6836	5
55140	Brixey-aux-Chanoines	brixey-aux-chanoines	44	55	552	48.4735	5.7139	5
55140	Taillancourt	taillancourt	44	55	552	48.5299	5.692	5
55140	Rigny-la-Salle	rigny-la-salle	44	55	552	48.6206	5.6991	5
55140	Épiez-sur-Meuse	epiez-sur-meuse	44	55	552	48.5449	5.6382	5
55140	Vaucouleurs	vaucouleurs	44	55	552	48.6031	5.6666	5
55140	Burey-en-Vaux	burey-en-vaux	44	55	552	48.5628	5.6694	5
55140	Montbras	montbras	44	55	552	48.5285	5.6928	5
55140	Champougny	champougny	44	55	552	48.5446	5.6945	5
55140	Neuville-lès-Vaucouleurs	neuville-les-vaucouleurs	44	55	552	48.5776	5.6743	5
55140	Ugny-sur-Meuse	ugny-sur-meuse	44	55	552	48.6406	5.7046	5
55140	Rigny-Saint-Martin	rigny-saint-martin	44	55	552	48.6124	5.7149	5
55140	Maxey-sur-Vaise	maxey-sur-vaise	44	55	552	48.5386	5.6676	5
55150	Gremilly	gremilly	44	55	553	49.2764	5.4758	5
55150	Réville-aux-Bois	reville-aux-bois	44	55	553	49.347	5.3565	5
55150	Wavrille	wavrille	44	55	553	49.3278	5.3878	5
55150	Merles-sur-Loison	merles-sur-loison	44	55	553	49.3781	5.4784	5
55150	Villers-lès-Mangiennes	villers-les-mangiennes	44	55	553	49.3667	5.5	5
55150	Bréhéville	breheville	44	55	553	49.3828	5.3298	5
55150	Peuvillers	peuvillers	44	55	553	49.3697	5.3939	5
55150	Ville-devant-Chaumont	ville-devant-chaumont	44	55	553	49.2943	5.4258	5
55150	Chaumont-devant-Damvillers	chaumont-devant-damvillers	44	55	553	49.3073	5.4265	5
55150	Moirey-Flabas-Crépion	moirey-flabas-crepion	44	55	553	49.3	5.4	5
55150	Azannes-et-Soumazannes	azannes-et-soumazannes	44	55	553	49.2912	5.4661	5
55150	Delut	delut	44	55	553	49.4088	5.4312	5
55150	Romagne-sous-les-Côtes	romagne-sous-les-cotes	44	55	553	49.3239	5.4706	5
55150	Étraye	etraye	44	55	553	49.3338	5.3712	5
55150	Damvillers	damvillers	44	55	553	49.3437	5.4011	5
55150	Saint-Laurent-sur-Othain	saint-laurent-sur-othain	44	55	553	49.3956	5.5276	5
55150	Dombras	dombras	44	55	553	49.393	5.4593	5
55150	Rupt-sur-Othain	rupt-sur-othain	44	55	553	49.4204	5.4943	5
55150	Brandeville	brandeville	44	55	553	49.395	5.3053	5
55150	Mangiennes	mangiennes	44	55	553	49.3538	5.5314	5
55150	Écurey-en-Verdunois	ecurey-en-verdunois	44	55	553	49.3667	5.35	5
55150	Lissey	lissey	44	55	553	49.3732	5.3474	5
55150	Vittarville	vittarville	44	55	553	49.3944	5.4097	5
55150	Ornes	ornes	44	55	553	49.2533	5.4725	5
55160	Moulotte	moulotte	44	55	553	49.1018	5.7397	5
55160	Harville	harville	44	55	553	49.0974	5.7251	5
55160	Bonzée	bonzee	44	55	553	49.1	5.6	5
55160	Riaville	riaville	44	55	553	49.1022	5.6688	5
55160	Watronville	watronville	44	55	553	49.1374	5.5423	5
55160	Hennemont	hennemont	44	55	553	49.1335	5.6647	5
55160	Dommartin-la-Montagne	dommartin-la-montagne	44	55	553	49.0315	5.6083	5
55160	Manheulles	manheulles	44	55	553	49.1117	5.5978	5
55160	Maizeray	maizeray	44	55	553	49.1028	5.7028	5
55160	Villers-sous-Pareid	villers-sous-pareid	44	55	553	49.1245	5.7347	5
55160	Doncourt-aux-Templiers	doncourt-aux-templiers	44	55	553	49.0583	5.7173	5
55160	Pintheville	pintheville	44	55	553	49.1099	5.6653	5
55160	Pareid	pareid	44	55	553	49.1178	5.714	5
55160	Marchéville-en-Woëvre	marcheville-en-woevre	44	55	553	49.089	5.6822	5
55160	Labeuville	labeuville	44	55	553	49.096	5.7933	5
55160	Latour-en-Woëvre	latour-en-woevre	44	55	553	49.0882	5.8152	5
55160	Combres-sous-les-Côtes	combres-sous-les-cotes	44	55	553	49.0597	5.6235	5
55160	Saint-Hilaire-en-Woëvre	saint-hilaire-en-woevre	44	55	553	49.0812	5.7038	5
55160	Trésauvaux	tresauvaux	44	55	553	49.0772	5.6068	5
55160	Les Éparges	les-eparges	44	55	553	49.0648	5.5939	5
55160	Jonville-en-Woëvre	jonville-en-woevre	44	55	552	49.0672	5.7853	5
55160	Haudiomont	haudiomont	44	55	553	49.116	5.5597	5
55160	Ville-en-Woëvre	ville-en-woevre	44	55	553	49.1311	5.6263	5
55160	Saulx-lès-Champlon	saulx-les-champlon	44	55	553	49.0667	5.65	5
55160	Fresnes-en-Woëvre	fresnes-en-woevre	44	55	553	49.0964	5.6298	5
55160	Saint-Remy-la-Calonne	saint-remy-la-calonne	44	55	553	49.05	5.6	5
55160	Ronvaux	ronvaux	44	55	553	49.13	5.5542	5
55170	Brauvilliers	brauvilliers	44	55	551	48.581	5.1512	5
55170	Rupt-aux-Nonains	rupt-aux-nonains	44	55	551	48.671	5.1143	5
55170	Cousances-les-Forges	cousances-les-forges	44	55	551	48.6107	5.0814	5
55170	Savonnières-en-Perthois	savonnieres-en-perthois	44	55	551	48.607	5.1334	5
55170	Juvigny-en-Perthois	juvigny-en-perthois	44	55	551	48.5977	5.1543	5
55170	Ancerville	ancerville	44	55	551	48.6357	5.0209	5
55170	Aulnois-en-Perthois	aulnois-en-perthois	44	55	551	48.6345	5.1291	5
55170	Bazincourt-sur-Saulx	bazincourt-sur-saulx	44	55	551	48.6756	5.1388	5
55170	Sommelonne	sommelonne	44	55	551	48.6715	5.0362	5
55170	Baudonvilliers	baudonvilliers	44	55	551	48.6876	5.017	5
55170	Lavincourt	lavincourt	44	55	551	48.6612	5.152	5
55190	Naives-en-Blois	naives-en-blois	44	55	552	48.6618	5.548	5
55190	Bovée-sur-Barboure	bovee-sur-barboure	44	55	552	48.6442	5.512	5
55190	Méligny-le-Petit	meligny-le-petit	44	55	552	48.6606	5.4657	5
55190	Void-Vacon	void-vacon	44	55	552	48.6833	5.6167	5
55190	Ménil-la-Horgne	menil-la-horgne	44	55	552	48.7029	5.5265	5
55190	Pagny-sur-Meuse	pagny-sur-meuse	44	55	552	48.6876	5.7176	5
55190	Marson-sur-Barboure	marson-sur-barboure	44	55	552	48.6417	5.4445	5
55190	Villeroy-sur-Méholle	villeroy-sur-meholle	44	55	552	48.6145	5.5736	5
55190	Reffroy	reffroy	44	55	552	48.6313	5.4655	5
55190	Mauvages	mauvages	44	55	552	48.5948	5.554	5
55190	Ourches-sur-Meuse	ourches-sur-meuse	44	55	552	48.6612	5.7018	5
55190	Sorcy-Saint-Martin	sorcy-saint-martin	44	55	552	48.7137	5.634	5
55190	Troussey	troussey	44	55	552	48.7037	5.6997	5
55190	Méligny-le-Grand	meligny-le-grand	44	55	552	48.6773	5.4916	5
55190	Broussey-en-Blois	broussey-en-blois	44	55	552	48.6394	5.5486	5
55190	Laneuville-au-Rupt	laneuville-au-rupt	44	55	552	48.7044	5.5881	5
55190	Sauvoy	sauvoy	44	55	552	48.6373	5.6009	5
55200	Geville	geville	44	55	552	48.7759	5.7084	5
55200	Pont-sur-Meuse	pont-sur-meuse	44	55	552	48.8019	5.5485	5
55200	Commercy	commercy	44	55	552	48.7613	5.5907	5
55200	Chonville-Malaumont	chonville-malaumont	44	55	552	48.75	5.5	5
55200	Frémeréville-sous-les-Côtes	fremereville-sous-les-cotes	44	55	552	48.8016	5.6545	5
55200	Girauvoisin	girauvoisin	44	55	552	48.8038	5.6277	5
55200	Broussey-Raulecourt	broussey-raulecourt	44	55	552	48.8167	5.7	5
55200	Saint-Julien-sous-les-Côtes	saint-julien-sous-les-cotes	44	55	552	48.8184	5.6147	5
55200	Lérouville	lerouville	44	55	552	48.7926	5.5406	5
55200	Vadonville	vadonville	44	55	552	48.8031	5.525	5
55200	Boncourt-sur-Meuse	boncourt-sur-meuse	44	55	552	48.8035	5.5733	5
55200	Euville	euville	44	55	552	48.7503	5.626	5
55200	Vignot	vignot	44	55	552	48.7742	5.609	5
55201 CEDEX	Commercy	commercy	44	55	552	48.7613	5.5907	5
55202 CEDEX	Commercy	commercy	44	55	552	48.7613	5.5907	5
55203 CEDEX	Commercy	commercy	44	55	552	48.7613	5.5907	5
55205 CEDEX	Commercy	commercy	44	55	552	48.7613	5.5907	5
55210	Hannonville-sous-les-Côtes	hannonville-sous-les-cotes	44	55	553	49.0424	5.661	5
55210	Lachaussée	lachaussee	44	55	552	49.0369	5.8186	5
55210	Heudicourt-sous-les-Côtes	heudicourt-sous-les-cotes	44	55	552	48.9324	5.6972	5
55210	Saint-Maurice-sous-les-Côtes	saint-maurice-sous-les-cotes	44	55	552	49.0156	5.678	5
55210	Thillot	thillot	44	55	553	49.0167	5.6667	5
55210	Herbeuville	herbeuville	44	55	553	49.0466	5.6371	5
55210	Chaillon	chaillon	44	55	552	48.9476	5.6396	5
55210	Nonsard-Lamarche	nonsard-lamarche	44	55	552	48.9333	5.7667	5
55210	Beney-en-Woëvre	beney-en-woevre	44	55	552	48.9629	5.8261	5
55210	Avillers-Sainte-Croix	avillers-sainte-croix	44	55	553	49.0326	5.7008	5
55210	Vigneulles-lès-Hattonchâtel	vigneulles-les-hattonchatel	44	55	552	48.9815	5.7046	5
55210	Woël	woel	44	55	553	49.0401	5.7303	5
55220	Villers-sur-Meuse	villers-sur-meuse	44	55	553	49.018	5.4176	5
55220	Rambluzin-et-Benoite-Vaux	rambluzin-et-benoite-vaux	44	55	553	49	5.3333	5
55220	Les Trois-Domaines	les-trois-domaines	44	55	551	48.9672	5.2874	5
55220	Souilly	souilly	44	55	553	49.0284	5.2864	5
55220	Ippécourt	ippecourt	44	55	551	49.0359	5.2108	5
55220	Senoncourt-les-Maujouy	senoncourt-les-maujouy	44	55	553	49.05	5.3333	5
55220	Les Souhesmes-Rampont	les-souhesmes-rampont	44	55	553	49.0833	5.25	5
55220	Lemmes	lemmes	44	55	553	49.0673	5.2863	5
55220	Récourt-le-Creux	recourt-le-creux	44	55	553	49.006	5.3912	5
55220	Vadelaincourt	vadelaincourt	44	55	553	49.0717	5.2633	5
55220	Saint-André-en-Barrois	saint-andre-en-barrois	44	55	553	49.0141	5.2319	5
55220	Osches	osches	44	55	553	49.0475	5.2548	5
55220	Heippes	heippes	44	55	553	48.9942	5.2936	5
55220	Tilly-sur-Meuse	tilly-sur-meuse	44	55	553	49.0053	5.4406	5
55221 CEDEX	Verdun	verdun	44	55	553	49.1667	5.3833	5
55230	Billy-sous-Mangiennes	billy-sous-mangiennes	44	55	553	49.3322	5.5736	5
55230	Senon	senon	44	55	553	49.2789	5.6409	5
55230	Gouraincourt	gouraincourt	44	55	553	49.2936	5.6638	5
55230	Rouvrois-sur-Othain	rouvrois-sur-othain	44	55	553	49.3763	5.63	5
55230	Spincourt	spincourt	44	55	553	49.3306	5.6668	5
55230	Amel-sur-l'Étang	amel-sur-l-etang	44	55	553	49.2667	5.65	5
55230	Duzey	duzey	44	55	553	49.3617	5.6324	5
55230	Nouillonpont	nouillonpont	44	55	553	49.3589	5.641	5
55230	Saint-Pierrevillers	saint-pierrevillers	44	55	553	49.3776	5.6843	5
55230	Loison	loison	44	55	553	49.3104	5.6134	5
55230	Pillon	pillon	44	55	553	49.376	5.5743	5
55230	Vaudoncourt	vaudoncourt	44	55	553	49.318	5.649	5
55230	Sorbey	sorbey	44	55	553	49.3964	5.5796	5
55230	Muzeray	muzeray	44	55	553	49.3392	5.6213	5
55230	Arrancy-sur-Crusne	arrancy-sur-crusne	44	55	553	49.4167	5.65	5
55240	Domremy-la-Canne	domremy-la-canne	44	55	553	49.3	5.7	5
55240	Éton	eton	44	55	553	49.2752	5.6787	5
55240	Dommary-Baroncourt	dommary-baroncourt	44	55	553	49.2834	5.7045	5
55240	Bouligny	bouligny	44	55	553	49.2919	5.7425	5
55250	Seuil-d'Argonne	seuil-d-argonne	44	55	551	48.9789	5.0624	5
55250	Brizeaux	brizeaux	44	55	551	49.006	5.0593	5
55250	Waly	waly	44	55	551	49.0207	5.1068	5
55250	Beaulieu-en-Argonne	beaulieu-en-argonne	44	55	551	49.0321	5.0668	5
55250	Èvres	evres	44	55	551	48.9833	5.1167	5
55250	Villotte-devant-Louppy	villotte-devant-louppy	44	55	551	48.8861	5.0765	5
55250	Pretz-en-Argonne	pretz-en-argonne	44	55	551	48.9573	5.1496	5
55250	Nubécourt	nubecourt	44	55	551	48.9992	5.1742	5
55250	Lisle-en-Barrois	lisle-en-barrois	44	55	551	48.8965	5.1256	5
55250	Foucaucourt-sur-Thabas	foucaucourt-sur-thabas	44	55	551	48.9991	5.102	5
55250	Vaubecourt	vaubecourt	44	55	551	48.9344	5.1111	5
55250	Beausite	beausite	44	55	551	48.9667	5.2	5
55250	Rembercourt-Sommaisne	rembercourt-sommaisne	44	55	551	48.9167	5.1833	5
55260	Lignières-sur-Aire	lignieres-sur-aire	44	55	552	48.8089	5.3806	5
55260	Longchamps-sur-Aire	longchamps-sur-aire	44	55	552	48.9101	5.307	5
55260	Gimécourt	gimecourt	44	55	552	48.8493	5.3679	5
55260	Pierrefitte-sur-Aire	pierrefitte-sur-aire	44	55	552	48.9001	5.3298	5
55260	Courouvre	courouvre	44	55	552	48.9377	5.356	5
55260	Fresnes-au-Mont	fresnes-au-mont	44	55	552	48.8969	5.4412	5
55260	Courcelles-en-Barrois	courcelles-en-barrois	44	55	552	48.8252	5.4417	5
55260	Rupt-devant-Saint-Mihiel	rupt-devant-saint-mihiel	44	55	552	48.8829	5.4061	5
55260	Ménil-aux-Bois	menil-aux-bois	44	55	552	48.8055	5.4436	5
55260	Baudrémont	baudremont	44	55	552	48.8403	5.3874	5
55260	Courcelles-sur-Aire	courcelles-sur-aire	44	55	551	48.9368	5.2426	5
55260	Ville-devant-Belrain	ville-devant-belrain	44	55	552	48.8699	5.3377	5
55260	Lavallée	lavallee	44	55	552	48.8143	5.3435	5
55260	Érize-la-Brûlée	erize-la-brulee	44	55	551	48.8497	5.2827	5
55260	Érize-la-Petite	erize-la-petite	44	55	551	48.9178	5.2403	5
55260	Lahaymeix	lahaymeix	44	55	552	48.9388	5.4098	5
55260	Neuville-en-Verdunois	neuville-en-verdunois	44	55	552	48.9436	5.2984	5
55260	Villotte-sur-Aire	villotte-sur-aire	44	55	552	48.8592	5.3437	5
55260	Thillombois	thillombois	44	55	552	48.957	5.4	5
55260	Belrain	belrain	44	55	552	48.8633	5.3072	5
55260	Chaumont-sur-Aire	chaumont-sur-aire	44	55	551	48.9273	5.2582	5
55260	Raival	raival	44	55	551	48.8667	5.2667	5
55260	Nicey-sur-Aire	nicey-sur-aire	44	55	552	48.8858	5.338	5
55260	Levoncourt	levoncourt	44	55	552	48.8231	5.3527	5
55270	Montblainville	montblainville	44	55	553	49.2472	5.0124	5
55270	Béthincourt	bethincourt	44	55	553	49.2523	5.2316	5
55270	Baulny	baulny	44	55	553	49.2616	5.0133	5
55270	Vauquois	vauquois	44	55	553	49.2028	5.0734	5
55270	Montfaucon-d’Argonne	montfaucon-d-argonne	44	55	553	49.2717	5.1323	5
55270	Varennes-en-Argonne	varennes-en-argonne	44	55	553	49.2273	5.0351	5
55270	Cierges-sous-Montfaucon	cierges-sous-montfaucon	44	55	553	49.2969	5.0941	5
55270	Septsarges	septsarges	44	55	553	49.2792	5.1663	5
55270	Véry	very	44	55	553	49.2488	5.0676	5
55270	Avocourt	avocourt	44	55	553	49.2071	5.145	5
55270	Malancourt	malancourt	44	55	553	49.2425	5.1797	5
55270	Épinonville	epinonville	44	55	553	49.2769	5.0794	5
55270	Cuisy	cuisy	44	55	553	49.2676	5.1793	5
55270	Charpentry	charpentry	44	55	553	49.2579	5.0303	5
55270	Cheppy	cheppy	44	55	553	49.2318	5.0587	5
55270	Nantillois	nantillois	44	55	553	49.2988	5.1387	5
55270	Boureuilles	boureuilles	44	55	553	49.1977	5.0414	5
55271 CEDEX	Varennes-en-Argonne	varennes-en-argonne	44	55	553	49.2273	5.0351	5
55290	Biencourt-sur-Orge	biencourt-sur-orge	44	55	551	48.5636	5.3487	5
55290	Bure	bure	44	55	551	48.504	5.357	5
55290	Ribeaucourt	ribeaucourt	44	55	551	48.5446	5.3553	5
55290	Couvertpuis	couvertpuis	44	55	551	48.5821	5.3024	5
55290	Montiers-sur-Saulx	montiers-sur-saulx	44	55	551	48.5328	5.2682	5
55290	Mandres-en-Barrois	mandres-en-barrois	44	55	551	48.4907	5.3914	5
55290	Hévilliers	hevilliers	44	55	551	48.6016	5.3319	5
55290	Morley	morley	44	55	551	48.5797	5.247	5
55300	Maizey	maizey	44	55	552	48.9255	5.5111	5
55300	Lamorville	lamorville	44	55	552	48.9597	5.577	5
55300	Mécrin	mecrin	44	55	552	48.8252	5.5338	5
55300	Lacroix-sur-Meuse	lacroix-sur-meuse	44	55	552	48.9729	5.5113	5
55300	Woimbey	woimbey	44	55	552	48.9761	5.4663	5
55300	Bouconville-sur-Madt	bouconville-sur-madt	44	55	552	48.8427	5.7182	5
55300	Troyon	troyon	44	55	552	49	5.4667	5
55300	Richecourt	richecourt	44	55	552	48.8801	5.7611	5
55300	Buxières-sous-les-Côtes	buxieres-sous-les-cotes	44	55	552	48.9152	5.671	5
55300	Bannoncourt	bannoncourt	44	55	552	48.9586	5.4998	5
55300	Montsec	montsec	44	55	552	48.8912	5.7198	5
55300	Dompcevrin	dompcevrin	44	55	552	48.9335	5.4895	5
55300	Bislée	bislee	44	55	552	48.8688	5.4958	5
55300	Rambucourt	rambucourt	44	55	552	48.8441	5.7578	5
55300	Chauvoncourt	chauvoncourt	44	55	552	48.8995	5.5248	5
55300	Bouquemont	bouquemont	44	55	552	48.9907	5.4516	5
55300	Dompierre-aux-Bois	dompierre-aux-bois	44	55	552	48.9951	5.5839	5
55300	Kœur-la-Grande	k-ur-la-grande	44	55	552	48.85	5.4833	5
55300	Vaux-lès-Palameix	vaux-les-palameix	44	55	552	49.0195	5.5374	5
55300	Rouvrois-sur-Meuse	rouvrois-sur-meuse	44	55	552	48.9455	5.5181	5
55300	Seuzey	seuzey	44	55	552	48.9868	5.5574	5
55300	Les Paroches	les-paroches	44	55	552	48.9072	5.516	5
55300	Ambly-sur-Meuse	ambly-sur-meuse	44	55	553	49.0195	5.4423	5
55300	Xivray-et-Marvoisin	xivray-et-marvoisin	44	55	552	48.865	5.7435	5
55300	Han-sur-Meuse	han-sur-meuse	44	55	552	48.8663	5.5391	5
55300	Lahayville	lahayville	44	55	552	48.8874	5.7817	5
55300	Varnéville	varneville	44	55	552	48.8726	5.6564	5
55300	Ranzières	ranzieres	44	55	552	49.0192	5.492	5
55300	Kœur-la-Petite	k-ur-la-petite	44	55	552	48.85	5.5	5
55300	Sampigny	sampigny	44	55	552	48.8276	5.5104	5
55300	Loupmont	loupmont	44	55	552	48.8697	5.6725	5
55300	Valbois	valbois	44	55	552	48.9333	5.6167	5
55300	Apremont-la-Forêt	apremont-la-foret	44	55	552	48.8541	5.64	5
55300	Saint-Mihiel	saint-mihiel	44	55	552	48.8875	5.551	5
55310	Tronville-en-Barrois	tronville-en-barrois	44	55	551	48.7198	5.2781	5
55320	Mouilly	mouilly	44	55	553	49.0501	5.5335	5
55320	Ancemont	ancemont	44	55	553	49.0684	5.4078	5
55320	Sommedieue	sommedieue	44	55	553	49.0838	5.4636	5
55320	Les Monthairons	les-monthairons	44	55	553	49.0493	5.4129	5
55320	Rupt-en-Woëvre	rupt-en-woevre	44	55	553	49.0529	5.4898	5
55320	Dieue-sur-Meuse	dieue-sur-meuse	44	55	553	49.072	5.4225	5
55320	Génicourt-sur-Meuse	genicourt-sur-meuse	44	55	553	49.0365	5.437	5
55400	Boinville-en-Woëvre	boinville-en-woevre	44	55	553	49.1851	5.6719	5
55400	Morgemoulin	morgemoulin	44	55	553	49.2339	5.5791	5
55400	Maucourt-sur-Orne	maucourt-sur-orne	44	55	553	49.2486	5.5083	5
55400	Lanhères	lanheres	44	55	553	49.2063	5.7132	5
55400	Blanzée	blanzee	44	55	553	49.1598	5.5382	5
55400	Moulainville	moulainville	44	55	553	49.15	5.5	5
55400	Damloup	damloup	44	55	553	49.2013	5.4916	5
55400	Moranville	moranville	44	55	553	49.1744	5.5456	5
55400	Mogeville	mogeville	44	55	553	49.2427	5.5299	5
55400	Étain	etain	44	55	553	49.2126	5.6402	5
55400	Warcq	warcq	44	55	553	49.1934	5.6518	5
55400	Rouvres-en-Woëvre	rouvres-en-woevre	44	55	553	49.2193	5.6893	5
55400	Herméville-en-Woëvre	hermeville-en-woevre	44	55	553	49.1783	5.5923	5
55400	Dieppe-sous-Douaumont	dieppe-sous-douaumont	44	55	553	49.2212	5.5124	5
55400	Abaucourt-Hautecourt	abaucourt-hautecourt	44	55	553	49.2	5.5333	5
55400	Braquis	braquis	44	55	553	49.1552	5.6254	5
55400	Gussainville	gussainville	44	55	553	49.1705	5.6791	5
55400	Grimaucourt-en-Woëvre	grimaucourt-en-woevre	44	55	553	49.174	5.558	5
55400	Gincrey	gincrey	44	55	553	49.2458	5.5729	5
55400	Buzy-Darmont	buzy-darmont	44	55	553	49.1667	5.7	5
55400	Foameix-Ornel	foameix-ornel	44	55	553	49.2333	5.6	5
55400	Eix	eix	44	55	553	49.1802	5.4968	5
55400	Saint-Jean-lès-Buzy	saint-jean-les-buzy	44	55	553	49.1665	5.729	5
55400	Fromezey	fromezey	44	55	553	49.2139	5.5844	5
55400	Vaux-devant-Damloup	vaux-devant-damloup	44	55	553	49.2112	5.4726	5
55400	Châtillon-sous-les-Côtes	chatillon-sous-les-cotes	44	55	553	49.1448	5.5236	5
55400	Parfondrupt	parfondrupt	44	55	553	49.1571	5.7277	5
55430	Belleville-sur-Meuse	belleville-sur-meuse	44	55	553	49.1786	5.3719	5
55500	Erneville-aux-Bois	erneville-aux-bois	44	55	552	48.7333	5.4167	5
55500	Velaines	velaines	44	55	551	48.6988	5.3048	5
55500	Villers-le-Sec	villers-le-sec	44	55	551	48.6208	5.2978	5
55500	Grimaucourt-près-Sampigny	grimaucourt-pres-sampigny	44	55	552	48.7923	5.4682	5
55500	Fouchères-aux-Bois	foucheres-aux-bois	44	55	551	48.623	5.247	5
55500	Longeaux	longeaux	44	55	551	48.6471	5.3408	5
55500	Willeroncourt	willeroncourt	44	55	551	48.717	5.3657	5
55500	Naix-aux-Forges	naix-aux-forges	44	55	551	48.6372	5.3765	5
55500	Saulvaux	saulvaux	44	55	552	48.7	5.4667	5
55500	Cousances-lès-Triconville	cousances-les-triconville	44	55	552	48.7667	5.3833	5
55500	Dammarie-sur-Saulx	dammarie-sur-saulx	44	55	551	48.5931	5.239	5
55500	Nant-le-Grand	nant-le-grand	44	55	551	48.6771	5.2254	5
55500	Stainville	stainville	44	55	551	48.6531	5.1841	5
55500	Maulan	maulan	44	55	551	48.668	5.2538	5
55500	Ligny-en-Barrois	ligny-en-barrois	44	55	551	48.6886	5.3254	5
55500	Saint-Amand-sur-Ornain	saint-amand-sur-ornain	44	55	551	48.6274	5.3878	5
55500	Nançois-le-Grand	nancois-le-grand	44	55	552	48.7158	5.3823	5
55500	Givrauval	givrauval	44	55	551	48.6616	5.3242	5
55500	Nançois-sur-Ornain	nancois-sur-ornain	44	55	551	48.7129	5.2999	5
55500	Nant-le-Petit	nant-le-petit	44	55	551	48.6556	5.2146	5
55500	Ménil-sur-Saulx	menil-sur-saulx	44	55	551	48.6274	5.2171	5
55500	Menaucourt	menaucourt	44	55	551	48.6504	5.3534	5
55500	Le Bouchon-sur-Saulx	le-bouchon-sur-saulx	44	55	551	48.6164	5.2321	5
55500	Chanteraine	chanteraine	44	55	551	48.681	5.3711	5
55500	Dagonville	dagonville	44	55	552	48.7922	5.3948	5
55500	Saint-Aubin-sur-Aire	saint-aubin-sur-aire	44	55	552	48.7066	5.443	5
55500	Nantois	nantois	44	55	551	48.6382	5.3523	5
55500	Boviolles	boviolles	44	55	552	48.6478	5.4168	5
55600	Chauvency-Saint-Hubert	chauvency-saint-hubert	44	55	553	49.5345	5.2996	5
55600	Breux	breux	44	55	553	49.5842	5.3917	5
55600	Velosnes	velosnes	44	55	553	49.5071	5.4544	5
55600	Verneuil-Petit	verneuil-petit	44	55	553	49.5435	5.4146	5
55600	Villécloye	villecloye	44	55	553	49.5114	5.3975	5
55600	Thonne-les-Prés	thonne-les-pres	44	55	553	49.5258	5.3509	5
55600	Thonne-la-Long	thonne-la-long	44	55	553	49.5616	5.4254	5
55600	Thonne-le-Thil	thonne-le-thil	44	55	553	49.5717	5.3483	5
55600	Juvigny-sur-Loison	juvigny-sur-loison	44	55	553	49.467	5.342	5
55600	Flassigny	flassigny	44	55	553	49.4736	5.4421	5
55600	Remoiville	remoiville	44	55	553	49.4433	5.3612	5
55600	Avioth	avioth	44	55	553	49.5668	5.3903	5
55600	Louppy-sur-Loison	louppy-sur-loison	44	55	553	49.444	5.3478	5
55600	Montmédy	montmedy	44	55	553	49.521	5.3683	5
55600	Iré-le-Sec	ire-le-sec	44	55	553	49.4766	5.3852	5
55600	Vigneul-sous-Montmédy	vigneul-sous-montmedy	44	55	553	49.5104	5.3333	5
55600	Verneuil-Grand	verneuil-grand	44	55	553	49.5274	5.4176	5
55600	Quincy-Landzécourt	quincy-landzecourt	44	55	553	49.4955	5.2959	5
55600	Écouviez	ecouviez	44	55	553	49.5286	5.4598	5
55600	Bazeilles-sur-Othain	bazeilles-sur-othain	44	55	553	49.4977	5.4287	5
55600	Han-lès-Juvigny	han-les-juvigny	44	55	553	49.4824	5.3329	5
55600	Jametz	jametz	44	55	553	49.4297	5.3804	5
55600	Marville	marville	44	55	553	49.4521	5.4549	5
55600	Chauvency-le-Château	chauvency-le-chateau	44	55	553	49.5198	5.3074	5
55600	Thonnelle	thonnelle	44	55	553	49.5536	5.3642	5
55700	Luzy-Saint-Martin	luzy-saint-martin	44	55	553	49.5242	5.1569	5
55700	Autréville-Saint-Lambert	autreville-saint-lambert	44	55	553	49.5616	5.1275	5
55700	Baâlon	baalon	44	55	553	49.4884	5.2394	5
55700	Olizy-sur-Chiers	olizy-sur-chiers	44	55	553	49.5567	5.2219	5
55700	Mouzay	mouzay	44	55	553	49.4643	5.2175	5
55700	Beauclair	beauclair	44	55	553	49.4583	5.116	5
55700	Brouennes	brouennes	44	55	553	49.5161	5.264	5
55700	Pouilly-sur-Meuse	pouilly-sur-meuse	44	55	553	49.5395	5.1081	5
55700	Martincourt-sur-Meuse	martincourt-sur-meuse	44	55	553	49.535	5.1727	5
55700	Stenay	stenay	44	55	553	49.4949	5.1861	5
55700	Moulins-Saint-Hubert	moulins-saint-hubert	44	55	553	49.5786	5.1252	5
55700	Cesse	cesse	44	55	553	49.5128	5.1593	5
55700	Lamouilly	lamouilly	44	55	553	49.5483	5.235	5
55700	Nepvant	nepvant	44	55	553	49.5397	5.2242	5
55700	Beaufort-en-Argonne	beaufort-en-argonne	44	55	553	49.4722	5.1136	5
55700	Inor	inor	44	55	553	49.5469	5.1627	5
55700	Laneuville-sur-Meuse	laneuville-sur-meuse	44	55	553	49.4922	5.1624	5
55700	Halles-sous-les-Côtes	halles-sous-les-cotes	44	55	553	49.4503	5.1217	5
55700	Wiseppe	wiseppe	44	55	553	49.4556	5.1737	5
55800	Mognéville	mogneville	44	55	551	48.7833	5.0039	5
55800	Neuville-sur-Ornain	neuville-sur-ornain	44	55	551	48.8226	5.0463	5
55800	Laimont	laimont	44	55	551	48.8349	5.0432	5
55800	Louppy-le-Château	louppy-le-chateau	44	55	551	48.8677	5.0744	5
55800	Remennecourt	remennecourt	44	55	551	48.8016	4.9196	5
55800	Laheycourt	laheycourt	44	55	551	48.89	5.021	5
55800	Contrisson	contrisson	44	55	551	48.8034	4.9557	5
55800	Andernay	andernay	44	55	551	48.7907	4.9533	5
55800	Noyers-Auzécourt	noyers-auzecourt	44	55	551	48.8833	4.9667	5
55800	Couvonges	couvonges	44	55	551	48.7755	5.027	5
55800	Rancourt-sur-Ornain	rancourt-sur-ornain	44	55	551	48.8263	4.9136	5
55800	Nettancourt	nettancourt	44	55	551	48.8764	4.9427	5
55800	Revigny-sur-Ornain	revigny-sur-ornain	44	55	551	48.8302	4.9856	5
55800	Brabant-le-Roi	brabant-le-roi	44	55	551	48.8452	4.9814	5
55800	Sommeilles	sommeilles	44	55	551	48.903	4.952	5
55800	Villers-aux-Vents	villers-aux-vents	44	55	551	48.8567	5.015	5
55800	Vassincourt	vassincourt	44	55	551	48.8034	5.0285	5
55840	Thierville-sur-Meuse	thierville-sur-meuse	44	55	553	49.1705	5.3527	5
57000	Metz	metz	44	57	579	49.1191	6.1727	5
57003 CEDEX 01	Metz	metz	44	57	579	49.1191	6.1727	5
57004 CEDEX 01	Metz	metz	44	57	579	49.1191	6.1727	5
57005 CEDEX 01	Metz	metz	44	57	579	49.1191	6.1727	5
57006 CEDEX 01	Metz	metz	44	57	579	49.1191	6.1727	5
57007 CEDEX 01	Metz	metz	44	57	579	49.1191	6.1727	5
57008 CEDEX 01	Metz	metz	44	57	579	49.1191	6.1727	5
57009 CEDEX 01	Metz	metz	44	57	579	49.1191	6.1727	5
57010 CEDEX 01	Metz	metz	44	57	579	49.1191	6.1727	5
57011 CEDEX 01	Metz	metz	44	57	579	49.1191	6.1727	5
57012 CEDEX 01	Metz	metz	44	57	579	49.1191	6.1727	5
57013 CEDEX 01	Metz	metz	44	57	579	49.1191	6.1727	5
57014 CEDEX 01	Metz	metz	44	57	579	49.1191	6.1727	5
57015 CEDEX 01	Metz	metz	44	57	579	49.1191	6.1727	5
57016 CEDEX 01	Metz	metz	44	57	579	49.1191	6.1727	5
57017 CEDEX 01	Metz	metz	44	57	579	49.1191	6.1727	5
57018 CEDEX 01	Metz	metz	44	57	579	49.1191	6.1727	5
57019 CEDEX 01	Metz	metz	44	57	579	49.1191	6.1727	5
57020 CEDEX 01	Metz	metz	44	57	579	49.1191	6.1727	5
57021 CEDEX 01	Metz	metz	44	57	579	49.1191	6.1727	5
57023 CEDEX 01	Metz	metz	44	57	579	49.1191	6.1727	5
57028 CEDEX 01	Metz	metz	44	57	579	49.1191	6.1727	5
57030 CEDEX 01	Metz	metz	44	57	579	49.1191	6.1727	5
57031 CEDEX 01	Metz	metz	44	57	579	49.1191	6.1727	5
57032 CEDEX 01	Metz	metz	44	57	579	49.1191	6.1727	5
57033 CEDEX 01	Metz	metz	44	57	579	49.1191	6.1727	5
57034 CEDEX 01	Metz	metz	44	57	579	49.1191	6.1727	5
57035 CEDEX 01	Metz	metz	44	57	579	49.1191	6.1727	5
57036 CEDEX 01	Metz	metz	44	57	579	49.1191	6.1727	5
57037 CEDEX 01	Metz	metz	44	57	579	49.1191	6.1727	5
57038 CEDEX 01	Metz	metz	44	57	579	49.1191	6.1727	5
57040 CEDEX 01	Metz	metz	44	57	579	49.1191	6.1727	5
57041 CEDEX 01	Metz	metz	44	57	579	49.1191	6.1727	5
57044 CEDEX 01	Metz	metz	44	57	579	49.1191	6.1727	5
57045 CEDEX 01	Metz	metz	44	57	579	49.1191	6.1727	5
57046 CEDEX 01	Metz	metz	44	57	579	49.1191	6.1727	5
57049 CEDEX 01	Metz	metz	44	57	579	49.1191	6.1727	5
57050	Longeville-lès-Metz	longeville-les-metz	44	57	579	49.114	6.1361	5
57050	Lorry-lès-Metz	lorry-les-metz	44	57	579	49.1418	6.1217	5
57050	Le Ban Saint-Martin	le-ban-saint-martin	44	57	579	49.1225	6.1511	5
57050	Metz	metz	44	57	579	49.1191	6.1727	5
57050	Plappeville	plappeville	44	57	579	49.1302	6.1247	5
57051 CEDEX 02	Metz	metz	44	57	579	49.1191	6.1727	5
57052 CEDEX 02	Metz	metz	44	57	579	49.1191	6.1727	5
57053 CEDEX 02	Metz	metz	44	57	579	49.1191	6.1727	5
57054 CEDEX 02	Metz	metz	44	57	579	49.1191	6.1727	5
57056 CEDEX 02	Metz	metz	44	57	579	49.1191	6.1727	5
57057 CEDEX 02	Metz	metz	44	57	579	49.1191	6.1727	5
57059 CEDEX 02	Metz	metz	44	57	579	49.1191	6.1727	5
57061 CEDEX 02	Metz	metz	44	57	579	49.1191	6.1727	5
57062 CEDEX 02	Metz	metz	44	57	579	49.1191	6.1727	5
57063 CEDEX 02	Metz	metz	44	57	579	49.1191	6.1727	5
57070	Saint-Julien-lès-Metz	saint-julien-les-metz	44	57	579	49.1329	6.2024	5
57070	Metz	metz	44	57	579	49.1191	6.1727	5
57070	Vantoux	vantoux	44	57	579	49.1295	6.232	5
57070	Chieulles	chieulles	44	57	579	49.1604	6.2286	5
57070	Mey	mey	44	57	579	49.1359	6.2359	5
57070	Vany	vany	44	57	579	49.1566	6.2411	5
57071 CEDEX 03	Metz	metz	44	57	579	49.1191	6.1727	5
57072 CEDEX 03	Metz	metz	44	57	579	49.1191	6.1727	5
57073 CEDEX 03	Metz	metz	44	57	579	49.1191	6.1727	5
57074 CEDEX 03	Metz	metz	44	57	579	49.1191	6.1727	5
57075 CEDEX 03	Metz	metz	44	57	579	49.1191	6.1727	5
57076 CEDEX 03	Metz	metz	44	57	579	49.1191	6.1727	5
57077 CEDEX 03	Metz	metz	44	57	579	49.1191	6.1727	5
57078 CEDEX 03	Metz	metz	44	57	579	49.1191	6.1727	5
57079 CEDEX 03	Metz	metz	44	57	579	49.1191	6.1727	5
57081 CEDEX 03	Metz	metz	44	57	579	49.1191	6.1727	5
57082 CEDEX 03	Metz	metz	44	57	579	49.1191	6.1727	5
57083 CEDEX 03	Metz	metz	44	57	579	49.1191	6.1727	5
57084 CEDEX 03	Metz	metz	44	57	579	49.1191	6.1727	5
57100	Manom	manom	44	57	577	49.3709	6.1834	5
57100	Thionville	thionville	44	57	577	49.3667	6.1667	5
57101 CEDEX	Thionville	thionville	44	57	577	49.3667	6.1667	5
57102 CEDEX	Thionville	thionville	44	57	577	49.3667	6.1667	5
57103 CEDEX	Thionville	thionville	44	57	577	49.3667	6.1667	5
57104 CEDEX	Thionville	thionville	44	57	577	49.3667	6.1667	5
57105 CEDEX	Thionville	thionville	44	57	577	49.3667	6.1667	5
57106 CEDEX	Thionville	thionville	44	57	577	49.3667	6.1667	5
57108 CEDEX	Thionville	thionville	44	57	577	49.3667	6.1667	5
57109 CEDEX	Thionville	thionville	44	57	577	49.3667	6.1667	5
57119 CEDEX	Thionville	thionville	44	57	577	49.3667	6.1667	5
57120	Pierrevillers	pierrevillers	44	57	579	49.2247	6.1034	5
57120	Rombas	rombas	44	57	579	49.2495	6.094	5
57125 CEDEX	Thionville	thionville	44	57	577	49.3667	6.1667	5
57126 CEDEX	Thionville	thionville	44	57	577	49.3667	6.1667	5
57127 CEDEX	Thionville	thionville	44	57	577	49.3667	6.1667	5
57128 CEDEX	Thionville	thionville	44	57	577	49.3667	6.1667	5
57129 CEDEX	Thionville	thionville	44	57	577	49.3667	6.1667	5
57130	Vionville	vionville	44	57	579	49.0923	5.9478	5
57130	Ars-sur-Moselle	ars-sur-moselle	44	57	579	49.0779	6.0742	5
57130	Gravelotte	gravelotte	44	57	579	49.1102	6.0296	5
57130	Ancy-Dornot	ancy-dornot	44	57	579	49.0569	6.0581	5
57130	Vaux	vaux	44	57	579	49.0933	6.0868	5
57130	Dornot	dornot	44	57	579	49.0478	6.0556	5
57130	Jouy-aux-Arches	jouy-aux-arches	44	57	579	49.0615	6.0792	5
57130	Ancy-sur-Moselle	ancy-sur-moselle	44	57	579	49.0569	6.0577	5
57130	Sainte-Ruffine	sainte-ruffine	44	57	579	49.1069	6.0946	5
57130	Vernéville	verneville	44	57	579	49.1458	6.0046	5
57130	Jussy	jussy	44	57	579	49.1012	6.0859	5
57130	Rezonville	rezonville	44	57	579	49.0982	5.9907	5
57131 CEDEX	Ars-sur-Moselle	ars-sur-moselle	44	57	579	49.0779	6.0742	5
57132 CEDEX	Ars-sur-Moselle	ars-sur-moselle	44	57	579	49.0779	6.0742	5
57133 CEDEX	Ars-sur-Moselle	ars-sur-moselle	44	57	579	49.0779	6.0742	5
57140	Plesnois	plesnois	44	57	579	49.1731	6.106	5
57140	La Maxe	la-maxe	44	57	579	49.1681	6.19	5
57140	Saulny	saulny	44	57	579	49.1577	6.1093	5
57140	Norroy-le-Veneur	norroy-le-veneur	44	57	579	49.1819	6.1039	5
57140	Woippy	woippy	44	57	579	49.1511	6.1513	5
57141 CEDEX	Woippy	woippy	44	57	579	49.1511	6.1513	5
57144 CEDEX	Faulquemont	faulquemont	44	57	573	49.0491	6.5973	5
57146 CEDEX	Woippy	woippy	44	57	579	49.1511	6.1513	5
57147 CEDEX	Woippy	woippy	44	57	579	49.1511	6.1513	5
57148 CEDEX	Woippy	woippy	44	57	579	49.1511	6.1513	5
57149 CEDEX	Woippy	woippy	44	57	579	49.1511	6.1513	5
57150	Creutzwald	creutzwald	44	57	573	49.2053	6.6967	5
57151 CEDEX	Marly	marly	44	57	579	49.0638	6.1543	5
57152 CEDEX	Marly	marly	44	57	579	49.0638	6.1543	5
57153 CEDEX	Marly	marly	44	57	579	49.0638	6.1543	5
57154 CEDEX	Marly	marly	44	57	579	49.0638	6.1543	5
57155	Marly	marly	44	57	579	49.0638	6.1543	5
57157 CEDEX	Marly	marly	44	57	579	49.0638	6.1543	5
57159 CEDEX	Marly	marly	44	57	579	49.0638	6.1543	5
57160	Scy-Chazelles	scy-chazelles	44	57	579	49.1134	6.1147	5
57160	Moulins-lès-Metz	moulins-les-metz	44	57	579	49.1043	6.1083	5
57160	Lessy	lessy	44	57	579	49.119	6.0957	5
57160	Rozérieulles	rozerieulles	44	57	579	49.1067	6.082	5
57160	Châtel-Saint-Germain	chatel-saint-germain	44	57	579	49.1225	6.0801	5
57161 CEDEX	Moulins-lès-Metz	moulins-les-metz	44	57	579	49.1043	6.1083	5
57162 CEDEX	Moulins-lès-Metz	moulins-les-metz	44	57	579	49.1043	6.1083	5
57163 CEDEX	Moulins-lès-Metz	moulins-les-metz	44	57	579	49.1043	6.1083	5
57164 CEDEX	Moulins-lès-Metz	moulins-les-metz	44	57	579	49.1043	6.1083	5
57169 CEDEX	Moulins-lès-Metz	moulins-les-metz	44	57	579	49.1043	6.1083	5
57170	Burlioncourt	burlioncourt	44	57	575	48.861	6.5798	5
57170	Pettoncourt	pettoncourt	44	57	575	48.7816	6.4052	5
57170	Gerbécourt	gerbecourt	44	57	575	48.8524	6.5152	5
57170	Grémecey	gremecey	44	57	575	48.8003	6.4068	5
57170	Lubécourt	lubecourt	44	57	575	48.8426	6.5155	5
57170	Puttigny	puttigny	44	57	575	48.8527	6.5495	5
57170	Wuisse	wuisse	44	57	575	48.8512	6.6504	5
57170	Morville-lès-Vic	morville-les-vic	44	57	575	48.8146	6.5473	5
57170	Bioncourt	bioncourt	44	57	575	48.7939	6.3625	5
57170	Vaxy	vaxy	44	57	575	48.8574	6.5291	5
57170	Château-Salins	chateau-salins	44	57	575	48.8188	6.5145	5
57170	Obreck	obreck	44	57	575	48.8461	6.5933	5
57170	Château-Voué	chateau-voue	44	57	575	48.8513	6.6239	5
57170	Attilloncourt	attilloncourt	44	57	575	48.786	6.38	5
57170	Sotzeling	sotzeling	44	57	575	48.8628	6.6361	5
57170	Chambrey	chambrey	44	57	575	48.7874	6.4585	5
57170	Fresnes-en-Saulnois	fresnes-en-saulnois	44	57	575	48.8402	6.4388	5
57170	Hampont	hampont	44	57	575	48.8356	6.5804	5
57170	Salonnes	salonnes	44	57	575	48.7914	6.4977	5
57170	Amelécourt	amelecourt	44	57	575	48.8381	6.5008	5
57175	Gandrange	gandrange	44	57	577	49.2713	6.1254	5
57180	Terville	terville	44	57	577	49.3467	6.1335	5
57181 CEDEX	Terville	terville	44	57	577	49.3467	6.1335	5
57185	Vitry-sur-Orne	vitry-sur-orne	44	57	577	49.266	6.1107	5
57185	Clouange	clouange	44	57	577	49.2624	6.0972	5
57190	Florange	florange	44	57	577	49.3237	6.1212	5
57191 CEDEX	Florange	florange	44	57	577	49.3237	6.1212	5
57192 CEDEX	Florange	florange	44	57	577	49.3237	6.1212	5
57193 CEDEX	Florange	florange	44	57	577	49.3237	6.1212	5
57199 CEDEX	Florange	florange	44	57	577	49.3237	6.1212	5
57200	Bliesbruck	bliesbruck	44	57	576	49.1154	7.1811	5
57200	Wœlfling-lès-Sarreguemines	w-lfling-les-sarreguemines	44	57	576	49.0833	7.1833	5
57200	Sarreguemines	sarreguemines	44	57	576	49.11	7.0675	5
57200	Blies-Guersviller	blies-guersviller	44	57	576	49.1485	7.0826	5
57200	Blies-Ébersing	blies-ebersing	44	57	576	49.1235	7.1452	5
57200	Frauenberg	frauenberg	44	57	576	49.1362	7.1258	5
57200	Rémelfing	remelfing	44	57	576	49.0895	7.0882	5
57200	Wiesviller	wiesviller	44	57	576	49.0809	7.1642	5
57201 CEDEX	Sarreguemines	sarreguemines	44	57	576	49.11	7.0675	5
57202 CEDEX	Sarreguemines	sarreguemines	44	57	576	49.11	7.0675	5
57203 CEDEX	Sarreguemines	sarreguemines	44	57	576	49.11	7.0675	5
57204 CEDEX	Sarreguemines	sarreguemines	44	57	576	49.11	7.0675	5
57205 CEDEX	Sarreguemines	sarreguemines	44	57	576	49.11	7.0675	5
57206 CEDEX	Sarreguemines	sarreguemines	44	57	576	49.11	7.0675	5
57207 CEDEX	Sarreguemines	sarreguemines	44	57	576	49.11	7.0675	5
57208 CEDEX	Sarreguemines	sarreguemines	44	57	576	49.11	7.0675	5
57209 CEDEX	Sarreguemines	sarreguemines	44	57	576	49.11	7.0675	5
57211 CEDEX	Sarreguemines	sarreguemines	44	57	576	49.11	7.0675	5
57212 CEDEX	Sarreguemines	sarreguemines	44	57	576	49.11	7.0675	5
57214 CEDEX	Sarreguemines	sarreguemines	44	57	576	49.11	7.0675	5
57215 CEDEX	Sarreguemines	sarreguemines	44	57	576	49.11	7.0675	5
57216 CEDEX	Sarreguemines	sarreguemines	44	57	576	49.11	7.0675	5
57217 CEDEX	Sarreguemines	sarreguemines	44	57	576	49.11	7.0675	5
57218 CEDEX	Sarreguemines	sarreguemines	44	57	576	49.11	7.0675	5
57219 CEDEX	Sarreguemines	sarreguemines	44	57	576	49.11	7.0675	5
57220	Velving	velving	44	57	573	49.2414	6.5338	5
57220	Guinkirchen	guinkirchen	44	57	573	49.2065	6.4494	5
57220	Helstroff	helstroff	44	57	573	49.153	6.476	5
57220	Valmunster	valmunster	44	57	573	49.2414	6.5064	5
57220	Bionville-sur-Nied	bionville-sur-nied	44	57	573	49.105	6.4793	5
57220	Piblange	piblange	44	57	573	49.2516	6.4162	5
57220	Denting	denting	44	57	573	49.1944	6.5324	5
57220	Ottonville	ottonville	44	57	573	49.2187	6.5226	5
57220	Téterchen	teterchen	44	57	573	49.2307	6.5619	5
57220	Holling	holling	44	57	573	49.2613	6.4949	5
57220	Condé	conde	44	57	573	49.1538	6.4305	5
57220	Niedervisse	niedervisse	44	57	573	49.1668	6.5681	5
57220	Éblange	eblange	44	57	573	49.2241	6.484	5
57220	Hinckange	hinckange	44	57	573	49.19	6.4456	5
57220	Charleville-sous-Bois	charleville-sous-bois	44	57	579	49.1895	6.4114	5
57220	Burtoncourt	burtoncourt	44	57	579	49.2243	6.413	5
57220	Mégange	megange	44	57	573	49.2178	6.4356	5
57220	Varize	varize	44	57	573	49.135	6.4569	5
57220	Boulay-Moselle	boulay-moselle	44	57	573	49.1833	6.5	5
57220	Roupeldange	roupeldange	44	57	573	49.2055	6.4698	5
57220	Fouligny	fouligny	44	57	573	49.0946	6.5075	5
57220	Narbéfontaine	narbefontaine	44	57	573	49.1418	6.5462	5
57220	Obervisse	obervisse	44	57	573	49.1518	6.5846	5
57220	Bisten-en-Lorraine	bisten-en-lorraine	44	57	573	49.164	6.599	5
57220	Gomelange	gomelange	44	57	573	49.2434	6.47	5
57220	Coume	coume	44	57	573	49.1984	6.5731	5
57220	Volmerange-lès-Boulay	volmerange-les-boulay	44	57	573	49.1685	6.4488	5
57220	Brouck	brouck	44	57	573	49.1289	6.5047	5
57220	Bettange	bettange	44	57	573	49.2366	6.4816	5
57220	Boucheporn	boucheporn	44	57	573	49.1406	6.6083	5
57220	Momerstroff	momerstroff	44	57	573	49.1637	6.5334	5
57220	Bannay	bannay	44	57	573	49.1269	6.4676	5
57230	Liederschiedt	liederschiedt	44	57	576	49.1212	7.4978	5
57230	Éguelshardt	eguelshardt	44	57	576	49.0197	7.4929	5
57230	Sturzelbronn	sturzelbronn	44	57	576	49.0555	7.5868	5
57230	Roppeviller	roppeviller	44	57	576	49.1021	7.5066	5
57230	Bousseviller	bousseviller	44	57	576	49.1209	7.4646	5
57230	Bitche	bitche	44	57	576	49.0523	7.4299	5
57230	Reyersviller	reyersviller	44	57	576	49.0396	7.3978	5
57230	Philippsbourg	philippsbourg	44	57	576	48.9834	7.5673	5
57230	Schorbach	schorbach	44	57	576	49.0796	7.4088	5
57230	Hanviller	hanviller	44	57	576	49.1042	7.4594	5
57230	Baerenthal	baerenthal	44	57	576	48.9752	7.5191	5
57230	Haspelschiedt	haspelschiedt	44	57	576	49.0849	7.4865	5
57231 CEDEX	Bitche	bitche	44	57	576	49.0523	7.4299	5
57232 CEDEX	Bitche	bitche	44	57	576	49.0523	7.4299	5
57233 CEDEX	Bitche	bitche	44	57	576	49.0523	7.4299	5
57234 CEDEX	Bitche	bitche	44	57	576	49.0523	7.4299	5
57240	Knutange	knutange	44	57	577	49.3389	6.039	5
57240	Nilvange	nilvange	44	57	577	49.3422	6.0496	5
57245	Jury	jury	44	57	579	49.0697	6.2526	5
57245	Mécleuves	mecleuves	44	57	579	49.0443	6.2705	5
57245	Peltre	peltre	44	57	579	49.0748	6.2272	5
57245	Chesny	chesny	44	57	579	49.0557	6.2418	5
57250	Moyeuvre-Petite	moyeuvre-petite	44	57	577	49.2701	6.0255	5
57250	Moyeuvre-Grande	moyeuvre-grande	44	57	577	49.2529	6.0447	5
57255	Sainte-Marie-aux-Chênes	sainte-marie-aux-chenes	44	57	579	49.1926	6.0015	5
57260	Bourgaltroff	bourgaltroff	44	57	575	48.8689	6.7597	5
57260	Bidestroff	bidestroff	44	57	575	48.8491	6.7875	5
57260	Guébestroff	guebestroff	44	57	575	48.8304	6.7164	5
57260	Vergaville	vergaville	44	57	575	48.8383	6.7454	5
57260	Lindre-Haute	lindre-haute	44	57	575	48.8139	6.749	5
57260	Guéblange-lès-Dieuze	gueblange-les-dieuze	44	57	575	48.7752	6.6999	5
57260	Mulcey	mulcey	44	57	575	48.8012	6.663	5
57260	Bassing	bassing	44	57	575	48.8691	6.8007	5
57260	Domnom-lès-Dieuze	domnom-les-dieuze	44	57	575	48.861	6.8228	5
57260	Guébling	guebling	44	57	575	48.8627	6.7439	5
57260	Gelucourt	gelucourt	44	57	575	48.7644	6.7265	5
57260	Guermange	guermange	44	57	575	48.7958	6.8098	5
57260	Dieuze	dieuze	44	57	575	48.8126	6.7178	5
57260	Desseling	desseling	44	57	575	48.7842	6.8465	5
57260	Lindre-Basse	lindre-basse	44	57	575	48.8023	6.7467	5
57260	Assenoncourt	assenoncourt	44	57	575	48.7712	6.7958	5
57260	Tarquimpol	tarquimpol	44	57	575	48.7846	6.7581	5
57260	Domnon-lès-Dieuze	domnon-les-dieuze	44	57	575	48.8604	6.822	5
57260	Val-de-Bride	val-de-bride	44	57	575	48.8239	6.7015	5
57260	Rorbach-lès-Dieuze	rorbach-les-dieuze	44	57	575	48.8309	6.8407	5
57260	Zommange	zommange	44	57	575	48.8242	6.8043	5
57260	Blanche-Église	blanche-eglise	44	57	575	48.7926	6.674	5
57260	Saint-Médard	saint-medard	44	57	575	48.8103	6.634	5
57260	Cutting	cutting	44	57	575	48.849	6.8361	5
57270	Uckange	uckange	44	57	577	49.303	6.1492	5
57270	Richemont	richemont	44	57	577	49.2772	6.1637	5
57280	Semécourt	semecourt	44	57	579	49.1944	6.1374	5
57280	Hauconcourt	hauconcourt	44	57	579	49.2192	6.1901	5
57280	Fèves	feves	44	57	579	49.1953	6.117	5
57280	Maizières-lès-Metz	maizieres-les-metz	44	57	579	49.2134	6.1596	5
57281 CEDEX	Maizières-lès-Metz	maizieres-les-metz	44	57	579	49.2134	6.1596	5
57282 CEDEX	Maizières-lès-Metz	maizieres-les-metz	44	57	579	49.2134	6.1596	5
57283 CEDEX	Maizières-lès-Metz	maizieres-les-metz	44	57	579	49.2134	6.1596	5
57289 CEDEX	Maizières-lès-Metz	maizieres-les-metz	44	57	579	49.2134	6.1596	5
57290	Fameck	fameck	44	57	577	49.2989	6.1091	5
57290	Serémange-Erzange	seremange-erzange	44	57	577	49.3206	6.0909	5
57291 CEDEX	Fameck	fameck	44	57	577	49.2989	6.1091	5
57292 CEDEX	Fameck	fameck	44	57	577	49.2989	6.1091	5
57299 CEDEX	Fameck	fameck	44	57	577	49.2989	6.1091	5
57300	Mondelange	mondelange	44	57	577	49.2615	6.165	5
57300	Hagondange	hagondange	44	57	579	49.2488	6.1637	5
57300	Ay-sur-Moselle	ay-sur-moselle	44	57	579	49.2433	6.2063	5
57300	Trémery	tremery	44	57	579	49.2461	6.2237	5
57301 CEDEX	Hagondange	hagondange	44	57	579	49.2488	6.1637	5
57302 CEDEX	Hagondange	hagondange	44	57	579	49.2488	6.1637	5
57303 CEDEX	Hagondange	hagondange	44	57	579	49.2488	6.1637	5
57304 CEDEX	Hagondange	hagondange	44	57	579	49.2488	6.1637	5
57309 CEDEX	Hagondange	hagondange	44	57	579	49.2488	6.1637	5
57310	Guénange	guenange	44	57	577	49.2995	6.2053	5
57310	Bousse	bousse	44	57	577	49.2779	6.1967	5
57310	Bertrange	bertrange	44	57	577	49.3137	6.1921	5
57310	Rurange-lès-Thionville	rurange-les-thionville	44	57	577	49.276	6.2318	5
57320	Menskirch	menskirch	44	57	573	49.3177	6.4263	5
57320	Bouzonville	bouzonville	44	57	573	49.2919	6.5339	5
57320	Hestroff	hestroff	44	57	573	49.262	6.4348	5
57320	Rémelfang	remelfang	44	57	573	49.2703	6.5094	5
57320	Chémery-les-Deux	chemery-les-deux	44	57	573	49.3003	6.4441	5
57320	Guerstling	guerstling	44	57	573	49.3288	6.5821	5
57320	Château-Rouge	chateau-rouge	44	57	573	49.2797	6.5972	5
57320	Brettnach	brettnach	44	57	573	49.2568	6.563	5
57320	Flastroff	flastroff	44	57	577	49.3668	6.5335	5
57320	Tromborn	tromborn	44	57	573	49.2581	6.5878	5
57320	Schwerdorff	schwerdorff	44	57	573	49.3691	6.5755	5
57320	Bibiche	bibiche	44	57	573	49.3296	6.4762	5
57320	Dalstein	dalstein	44	57	573	49.307	6.4085	5
57320	Anzeling	anzeling	44	57	573	49.264	6.4641	5
57320	Vœlfling-lès-Bouzonville	v-lfling-les-bouzonville	44	57	573	49.3	6.6	5
57320	Filstroff	filstroff	44	57	573	49.3228	6.5405	5
57320	Alzing	alzing	44	57	573	49.2789	6.5527	5
57320	Heining-lès-Bouzonville	heining-les-bouzonville	44	57	573	49.3101	6.5903	5
57320	Ébersviller	ebersviller	44	57	573	49.2751	6.401	5
57320	Oberdorff	oberdorff	44	57	573	49.2738	6.5925	5
57320	Saint-François	saint-francois	44	57	573	49.3443	6.4429	5
57320	Neunkirchen-lès-Bouzonville	neunkirchen-les-bouzonville	44	57	573	49.3538	6.5562	5
57320	Waldweistroff	waldweistroff	44	57	577	49.3577	6.4924	5
57320	Colmen	colmen	44	57	573	49.3559	6.5424	5
57320	Vaudreching	vaudreching	44	57	573	49.2841	6.5252	5
57320	Freistroff	freistroff	44	57	573	49.2819	6.49	5
57330	Volmerange-les-Mines	volmerange-les-mines	44	57	577	49.4433	6.0806	5
57330	Kanfen	kanfen	44	57	577	49.4388	6.109	5
57330	Roussy-le-Village	roussy-le-village	44	57	577	49.4572	6.1741	5
57330	Escherange	escherange	44	57	577	49.4158	6.0728	5
57330	Entrange	entrange	44	57	577	49.413	6.105	5
57330	Zoufftgen	zoufftgen	44	57	577	49.4616	6.1333	5
57330	Hettange-Grande	hettange-grande	44	57	577	49.4065	6.1523	5
57340	Harprich	harprich	44	57	573	48.9618	6.6553	5
57340	Destry	destry	44	57	573	48.9438	6.5848	5
57340	Achain	achain	44	57	575	48.9139	6.5924	5
57340	Suisse	suisse	44	57	573	48.9656	6.5796	5
57340	Racrange	racrange	44	57	573	48.9253	6.6695	5
57340	Eincheville	eincheville	44	57	573	48.9831	6.6047	5
57340	Villers-sur-Nied	villers-sur-nied	44	57	575	48.9215	6.5365	5
57340	Rodalbe	rodalbe	44	57	575	48.91	6.7043	5
57340	Viller	viller	44	57	573	48.9848	6.6446	5
57340	Marthille	marthille	44	57	575	48.924	6.5597	5
57340	Château-Bréhain	chateau-brehain	44	57	575	48.9045	6.527	5
57340	Landroff	landroff	44	57	573	48.9664	6.612	5
57340	Haboudange	haboudange	44	57	575	48.8904	6.612	5
57340	Conthil	conthil	44	57	575	48.8926	6.6613	5
57340	Zarbeling	zarbeling	44	57	575	48.8909	6.6879	5
57340	Vallerange	vallerange	44	57	573	48.9507	6.6838	5
57340	Lidrezing	lidrezing	44	57	575	48.8835	6.6969	5
57340	Dalhain	dalhain	44	57	575	48.889	6.5611	5
57340	Pévange	pevange	44	57	575	48.9084	6.6175	5
57340	Bellange	bellange	44	57	575	48.9013	6.5781	5
57340	Riche	riche	44	57	575	48.8908	6.6281	5
57340	Baronville	baronville	44	57	573	48.934	6.6095	5
57340	Virming	virming	44	57	575	48.9455	6.7516	5
57340	Brulange	brulange	44	57	573	48.9701	6.5496	5
57340	Bermering	bermering	44	57	575	48.9323	6.709	5
57340	Morhange	morhange	44	57	573	48.9236	6.6416	5
57340	Vannecourt	vannecourt	44	57	575	48.8813	6.5493	5
57340	Bréhain	brehain	44	57	575	48.9101	6.5392	5
57350	Schœneck	sch-neck	44	57	573	49.2167	6.9167	5
57350	Stiring-Wendel	stiring-wendel	44	57	573	49.202	6.9317	5
57350	Spicheren	spicheren	44	57	573	49.1925	6.9661	5
57351 CEDEX	Stiring-Wendel	stiring-wendel	44	57	573	49.202	6.9317	5
57352 CEDEX	Stiring-Wendel	stiring-wendel	44	57	573	49.202	6.9317	5
57354 CEDEX	Stiring-Wendel	stiring-wendel	44	57	573	49.202	6.9317	5
57359 CEDEX	Stiring-Wendel	stiring-wendel	44	57	573	49.202	6.9317	5
57360	Amnéville	amneville	44	57	579	49.2567	6.1341	5
57361 CEDEX	Amnéville	amneville	44	57	579	49.2567	6.1341	5
57362 CEDEX	Amnéville	amneville	44	57	579	49.2567	6.1341	5
57363 CEDEX	Amnéville	amneville	44	57	579	49.2567	6.1341	5
57365	Chailly-lès-Ennery	chailly-les-ennery	44	57	579	49.2081	6.2349	5
57365	Flévy	flevy	44	57	579	49.2376	6.2448	5
57365	Ennery	ennery	44	57	579	49.2262	6.2178	5
57369 CEDEX	Amnéville	amneville	44	57	579	49.2567	6.1341	5
57370	Schalbach	schalbach	44	57	575	48.8228	7.1711	5
57370	Bourscheid	bourscheid	44	57	575	48.7707	7.1914	5
57370	Berling	berling	44	57	575	48.8016	7.242	5
57370	Vescheim	vescheim	44	57	575	48.796	7.2262	5
57370	Waltembourg	waltembourg	44	57	575	48.7504	7.1964	5
57370	Veckersviller	veckersviller	44	57	575	48.8406	7.1801	5
57370	Danne	danne	44	57	575	48.7636	7.2943	5
57370	Metting	metting	44	57	575	48.8127	7.2112	5
57370	Hangviller	hangviller	44	57	575	48.8093	7.2307	5
57370	Phalsbourg	phalsbourg	44	57	575	48.7677	7.2582	5
57370	Mittelbronn	mittelbronn	44	57	575	48.77	7.2267	5
57370	Vilsberg	vilsberg	44	57	575	48.7862	7.2543	5
57370	Zilling	zilling	44	57	575	48.7837	7.2112	5
57370	Saint-Jean-Kourtzerode	saint-jean-kourtzerode	44	57	575	48.7567	7.193	5
57371 CEDEX	Phalsbourg	phalsbourg	44	57	575	48.7677	7.2582	5
57372 CEDEX	Phalsbourg	phalsbourg	44	57	575	48.7677	7.2582	5
57373 CEDEX	Phalsbourg	phalsbourg	44	57	575	48.7677	7.2582	5
57379 CEDEX	Phalsbourg	phalsbourg	44	57	575	48.7677	7.2582	5
57380	Adelange	adelange	44	57	573	49.0049	6.6136	5
57380	Boustroff	boustroff	44	57	573	49.0002	6.6232	5
57380	Guessling-Hémering	guessling-hemering	44	57	573	49.025	6.6586	5
57380	Many	many	44	57	573	49.0023	6.5212	5
57380	Thicourt	thicourt	44	57	573	48.9888	6.5551	5
57380	Arraincourt	arraincourt	44	57	573	48.9733	6.5334	5
57380	Pontpierre	pontpierre	44	57	573	49.0437	6.6401	5
57380	Mainvillers	mainvillers	44	57	573	49.0208	6.5438	5
57380	Holacourt	holacourt	44	57	573	48.9718	6.5135	5
57380	Thonville	thonville	44	57	573	48.9838	6.5611	5
57380	Vahl-lès-Faulquemont	vahl-les-faulquemont	44	57	573	49.0261	6.6247	5
57380	Faulquemont	faulquemont	44	57	573	49.0491	6.5973	5
57381 CEDEX	Faulquemont	faulquemont	44	57	573	49.0491	6.5973	5
57382 CEDEX	Faulquemont	faulquemont	44	57	573	49.0491	6.5973	5
57383 CEDEX	Faulquemont	faulquemont	44	57	573	49.0491	6.5973	5
57385	Teting-sur-Nied	teting-sur-nied	44	57	573	49.057	6.6629	5
57385	Tritteling-Redlach	tritteling-redlach	44	57	573	49.0667	6.6167	5
57385	Laudrefang	laudrefang	44	57	573	49.0829	6.6392	5
57390	Audun-le-Tiche	audun-le-tiche	44	57	577	49.4722	5.9555	5
57390	Rédange	redange	44	57	577	49.4937	5.9192	5
57390	Russange	russange	44	57	577	49.4828	5.952	5
57400	Langatte	langatte	44	57	575	48.7574	6.9807	5
57400	Sarraltroff	sarraltroff	44	57	575	48.7761	7.0603	5
57400	Haut-Clocher	haut-clocher	44	57	575	48.7591	7.0004	5
57400	Imling	imling	44	57	575	48.7194	7.0234	5
57400	Buhl-Lorraine	buhl-lorraine	44	57	575	48.7252	7.0848	5
57400	Hilbesheim	hilbesheim	44	57	575	48.7767	7.0982	5
57400	Hesse	hesse	44	57	575	48.6934	7.0482	5
57400	Schneckenbusch	schneckenbusch	44	57	575	48.703	7.0775	5
57400	Sarrebourg	sarrebourg	44	57	575	48.7333	7.05	5
57400	Dolving	dolving	44	57	575	48.775	7.0206	5
57401 CEDEX	Sarrebourg	sarrebourg	44	57	575	48.7333	7.05	5
57402 CEDEX	Sarrebourg	sarrebourg	44	57	575	48.7333	7.05	5
57403 CEDEX	Sarrebourg	sarrebourg	44	57	575	48.7333	7.05	5
57404 CEDEX	Sarrebourg	sarrebourg	44	57	575	48.7333	7.05	5
57405	Arzviller	arzviller	44	57	575	48.7184	7.1651	5
57405	Hommarting	hommarting	44	57	575	48.7387	7.1442	5
57405	Guntzviller	guntzviller	44	57	575	48.7103	7.1619	5
57409 CEDEX	Sarrebourg	sarrebourg	44	57	575	48.7333	7.05	5
57410	Lambach	lambach	44	57	576	49.035	7.3593	5
57410	Gros-Réderching	gros-rederching	44	57	576	49.0684	7.2191	5
57410	Rahling	rahling	44	57	576	48.9916	7.2156	5
57410	Bining	bining	44	57	576	49.0373	7.2527	5
57410	Siersthal	siersthal	44	57	576	49.0434	7.3491	5
57410	Petit-Réderching	petit-rederching	44	57	576	49.0549	7.3064	5
57410	Bettviller	bettviller	44	57	576	49.0793	7.2837	5
57410	Rohrbach-lès-Bitche	rohrbach-les-bitche	44	57	576	49.0442	7.2676	5
57412	Etting	etting	44	57	576	49.0311	7.1783	5
57412	Kalhausen	kalhausen	44	57	576	49.0228	7.1539	5
57412	Achen	achen	44	57	576	49.0453	7.1821	5
57412	Schmittviller	schmittviller	44	57	576	49.0056	7.1815	5
57415	Enchenberg	enchenberg	44	57	576	49.0135	7.3387	5
57415	Montbronn	montbronn	44	57	576	48.9924	7.3108	5
57420	Coin-sur-Seille	coin-sur-seille	44	57	579	49.0111	6.1637	5
57420	Saint-Jure	saint-jure	44	57	579	48.9442	6.2191	5
57420	Buchy	buchy	44	57	579	48.979	6.2786	5
57420	Verny	verny	44	57	579	49.0068	6.2035	5
57420	Moncheux	moncheux	44	57	579	48.9364	6.3379	5
57420	Solgne	solgne	44	57	579	48.9654	6.2943	5
57420	Vigny	vigny	44	57	579	48.9679	6.2484	5
57420	Pournoy-la-Grasse	pournoy-la-grasse	44	57	579	49.0151	6.2187	5
57420	Pommérieux	pommerieux	44	57	579	48.9967	6.174	5
57420	Pagny-lès-Goin	pagny-les-goin	44	57	579	48.9722	6.2192	5
57420	Louvigny	louvigny	44	57	579	48.9627	6.1852	5
57420	Féy	fey	44	57	579	49.03	6.0992	5
57420	Goin	goin	44	57	579	48.9872	6.2177	5
57420	Sillegny	sillegny	44	57	579	48.9882	6.1602	5
57420	Chérisey	cherisey	44	57	579	49.0128	6.2346	5
57420	Secourt	secourt	44	57	579	48.9477	6.2856	5
57420	Silly-en-Saulnois	silly-en-saulnois	44	57	579	48.9915	6.276	5
57420	Sailly-Achâtel	sailly-achatel	44	57	579	48.9333	6.3	5
57420	Coin-lès-Cuvry	coin-les-cuvry	44	57	579	49.034	6.1565	5
57420	Foville	foville	44	57	579	48.9156	6.3227	5
57420	Lorry	lorry	44	57	579	48.9895	6.0865	5
57420	Pontoy	pontoy	44	57	579	49.0167	6.2845	5
57420	Liéhon	liehon	44	57	579	48.9996	6.2581	5
57420	Fleury	fleury	44	57	579	49.0418	6.1933	5
57420	Pouilly	pouilly	44	57	579	49.0501	6.1856	5
57420	Marieulles	marieulles	44	57	579	49.0002	6.1004	5
57420	Vulmont	vulmont	44	57	579	48.9251	6.303	5
57420	Pournoy-la-Chétive	pournoy-la-chetive	44	57	579	49.0193	6.1541	5
57420	Cheminot	cheminot	44	57	579	48.9475	6.1388	5
57420	Orny	orny	44	57	579	49.0233	6.2454	5
57420	Cuvry	cuvry	44	57	579	49.043	6.1588	5
57430	Kirviller	kirviller	44	57	576	48.9528	6.9826	5
57430	Willerwald	willerwald	44	57	576	49.0248	7.0373	5
57430	Sarralbe	sarralbe	44	57	576	48.9986	7.0307	5
57430	Kappelkinger	kappelkinger	44	57	576	48.9715	6.9089	5
57430	Le Val-de-Guéblange	le-val-de-gueblange	44	57	576	48.981	6.9633	5
57430	Hazembourg	hazembourg	44	57	576	48.9666	6.933	5
57440	Angevillers	angevillers	44	57	577	49.3882	6.0443	5
57440	Algrange	algrange	44	57	577	49.3628	6.0509	5
57445	Réding	reding	44	57	575	48.7518	7.1075	5
57450	Farébersviller	farebersviller	44	57	573	49.119	6.8691	5
57450	Henriville	henriville	44	57	573	49.0981	6.8556	5
57450	Théding	theding	44	57	573	49.1285	6.8922	5
57450	Farschviller	farschviller	44	57	573	49.0941	6.8952	5
57450	Barst	barst	44	57	573	49.0684	6.8334	5
57450	Cappel	cappel	44	57	573	49.0721	6.8479	5
57455	Seingbouse	seingbouse	44	57	573	49.1134	6.8319	5
57460	Kerbach	kerbach	44	57	573	49.1668	6.9655	5
57460	Etzling	etzling	44	57	573	49.1794	6.9586	5
57460	Behren-lès-Forbach	behren-les-forbach	44	57	573	49.1695	6.9393	5
57460	Bousbach	bousbach	44	57	573	49.1494	6.9502	5
57470	Hombourg-Haut	hombourg-haut	44	57	573	49.1282	6.7707	5
57470	Guenviller	guenviller	44	57	573	49.1065	6.7988	5
57480	Malling	malling	44	57	577	49.4231	6.2968	5
57480	Waldwisse	waldwisse	44	57	577	49.4136	6.5292	5
57480	Grindorff-Bizing	grindorff-bizing	44	57	577	49.3833	6.5167	5
57480	Ritzing	ritzing	44	57	577	49.436	6.4616	5
57480	Rustroff	rustroff	44	57	577	49.4427	6.3719	5
57480	Kirsch-lès-Sierck	kirsch-les-sierck	44	57	577	49.4435	6.4001	5
57480	Laumesfeld	laumesfeld	44	57	577	49.3685	6.4453	5
57480	Kirschnaumen	kirschnaumen	44	57	577	49.3974	6.433	5
57480	Kerling-lès-Sierck	kerling-les-sierck	44	57	577	49.3975	6.3515	5
57480	Merschweiller	merschweiller	44	57	577	49.4623	6.4186	5
57480	Montenach	montenach	44	57	577	49.4201	6.3809	5
57480	Launstroff	launstroff	44	57	577	49.4385	6.4959	5
57480	Sierck-les-Bains	sierck-les-bains	44	57	577	49.4394	6.3582	5
57480	Hunting	hunting	44	57	577	49.415	6.3259	5
57480	Rémeling	remeling	44	57	577	49.4068	6.4853	5
57480	Manderen	manderen	44	57	577	49.4512	6.4383	5
57480	Apach	apach	44	57	577	49.461	6.3742	5
57480	Rettel	rettel	44	57	577	49.4419	6.3302	5
57480	Haute-Kontz	haute-kontz	44	57	577	49.4527	6.3185	5
57480	Halstroff	halstroff	44	57	577	49.3855	6.4877	5
57480	Contz-les-Bains	contz-les-bains	44	57	577	49.4532	6.3453	5
57490	L’Hôpital	l-hopital	44	57	573	49.1592	6.7327	5
57490	Carling	carling	44	57	573	49.1663	6.7156	5
57500	Saint-Avold	saint-avold	44	57	573	49.1047	6.704	5
57501 CEDEX	Saint-Avold	saint-avold	44	57	573	49.1047	6.704	5
57502 CEDEX	Saint-Avold	saint-avold	44	57	573	49.1047	6.704	5
57503 CEDEX	Saint-Avold	saint-avold	44	57	573	49.1047	6.704	5
57504 CEDEX	Saint-Avold	saint-avold	44	57	573	49.1047	6.704	5
57505 CEDEX	Saint-Avold	saint-avold	44	57	573	49.1047	6.704	5
57506 CEDEX	Saint-Avold	saint-avold	44	57	573	49.1047	6.704	5
57507 CEDEX	Saint-Avold	saint-avold	44	57	573	49.1047	6.704	5
57508 CEDEX	Saint-Avold	saint-avold	44	57	573	49.1047	6.704	5
57509 CEDEX	Saint-Avold	saint-avold	44	57	573	49.1047	6.704	5
57510	Grundviller	grundviller	44	57	576	49.0442	6.9724	5
57510	Puttelange-aux-Lacs	puttelange-aux-lacs	44	57	576	49.0525	6.9279	5
57510	Saint-Jean-Rohrbach	saint-jean-rohrbach	44	57	576	49.0262	6.8845	5
57510	Richeling	richeling	44	57	576	49.0294	6.9585	5
57510	Rémering-lès-Puttelange	remering-les-puttelange	44	57	576	49.0364	6.9378	5
57510	Hoste	hoste	44	57	573	49.0667	6.8833	5
57510	Loupershouse	loupershouse	44	57	576	49.0805	6.9145	5
57510	Hilsprich	hilsprich	44	57	576	49.0138	6.9151	5
57510	Holving	holving	44	57	576	49.0116	6.9656	5
57510	Ernestviller	ernestviller	44	57	576	49.0681	6.9653	5
57510	Guebenhouse	guebenhouse	44	57	576	49.0752	6.9421	5
57515	Alsting	alsting	44	57	573	49.1817	6.9925	5
57520	Lixing-lès-Rouhling	lixing-les-rouhling	44	57	576	49.1535	6.9939	5
57520	Grosbliederstroff	grosbliederstroff	44	57	576	49.1581	7.0241	5
57520	Rouhling	rouhling	44	57	576	49.1389	7.0045	5
57525	Talange	talange	44	57	579	49.2358	6.1717	5
57530	Les Étangs	les-etangs	44	57	579	49.1414	6.3777	5
57530	Silly-sur-Nied	silly-sur-nied	44	57	579	49.1203	6.3591	5
57530	Courcelles-Chaussy	courcelles-chaussy	44	57	579	49.1094	6.4015	5
57530	Sanry-sur-Nied	sanry-sur-nied	44	57	579	49.0536	6.3444	5
57530	Pange	pange	44	57	579	49.0855	6.3541	5
57530	Ogy	ogy	44	57	579	49.1048	6.3115	5
57530	Laquenexy	laquenexy	44	57	579	49.0783	6.3143	5
57530	Ars-Laquenexy	ars-laquenexy	44	57	579	49.0938	6.2699	5
57530	Raville	raville	44	57	579	49.0922	6.486	5
57530	Coincy	coincy	44	57	579	49.1097	6.2835	5
57530	Hayes	hayes	44	57	579	49.1669	6.3653	5
57530	Marsilly	marsilly	44	57	579	49.0994	6.2975	5
57530	Glatigny	glatigny	44	57	579	49.1454	6.3361	5
57530	Maizery	maizery	44	57	579	49.1062	6.336	5
57530	Courcelles-sur-Nied	courcelles-sur-nied	44	57	579	49.0664	6.3084	5
57530	Colligny	colligny	44	57	579	49.0984	6.3267	5
57530	Servigny-lès-Raville	servigny-les-raville	44	57	579	49.0783	6.45	5
57530	Bazoncourt	bazoncourt	44	57	579	49.0518	6.3673	5
57530	Maizeroy	maizeroy	44	57	579	49.0851	6.3911	5
57530	Villers-Stoncourt	villers-stoncourt	44	57	579	49.0562	6.4206	5
57535	Marange-Silvange	marange-silvange	44	57	579	49.2082	6.1043	5
57535	Bronvaux	bronvaux	44	57	579	49.196	6.0868	5
57540	Petite-Rosselle	petite-rosselle	44	57	573	49.2118	6.8561	5
57550	Berviller-en-Moselle	berviller-en-moselle	44	57	573	49.2715	6.6456	5
57550	Rémering	remering	44	57	573	49.265	6.6284	5
57550	Merten	merten	44	57	573	49.249	6.6647	5
57550	Hargarten-aux-Mines	hargarten-aux-mines	44	57	573	49.2244	6.6146	5
57550	Falck	falck	44	57	573	49.2269	6.6337	5
57550	Villing	villing	44	57	573	49.2796	6.6302	5
57550	Dalem	dalem	44	57	573	49.2407	6.6116	5
57560	Saint-Quirin	saint-quirin	44	57	575	48.6102	7.0657	5
57560	Vasperviller	vasperviller	44	57	575	48.6327	7.0745	5
57560	Niderhoff	niderhoff	44	57	575	48.6358	7.0091	5
57560	Voyer	voyer	44	57	575	48.6522	7.0777	5
57560	Lafrimbolle	lafrimbolle	44	57	575	48.5948	7.0184	5
57560	Turquestein-Blancrupt	turquestein-blancrupt	44	57	575	48.5694	7.0973	5
57560	Heille	heille	44	57	575	48.6319	7.0348	5
57560	Abreschviller	abreschviller	44	57	575	48.637	7.0961	5
57565	Brouderdorff	brouderdorff	44	57	575	48.6972	7.1015	5
57565	Niderviller	niderviller	44	57	575	48.7129	7.1063	5
57570	Berg-sur-Moselle	berg-sur-moselle	44	57	577	49.4325	6.31	5
57570	Beyren-lès-Sierck	beyren-les-sierck	44	57	577	49.4714	6.2867	5
57570	Rodemack	rodemack	44	57	577	49.4699	6.2356	5
57570	Basse-Rentgen	basse-rentgen	44	57	577	49.4832	6.2029	5
57570	Hagen	hagen	44	57	577	49.4987	6.172	5
57570	Puttelange-lès-Thionville	puttelange-les-thionville	44	57	577	49.4851	6.2646	5
57570	Mondorff	mondorff	44	57	577	49.5036	6.2711	5
57570	Breistroff-la-Grande	breistroff-la-grande	44	57	577	49.4565	6.2182	5
57570	Gavisse	gavisse	44	57	577	49.4324	6.2866	5
57570	Fixem	fixem	44	57	577	49.4428	6.276	5
57570	Cattenom	cattenom	44	57	577	49.4063	6.243	5
57570	Évrange	evrange	44	57	577	49.5024	6.1958	5
57570	Boust	boust	44	57	577	49.4356	6.1917	5
57580	Vatimont	vatimont	44	57	573	48.98	6.4656	5
57580	Luppy	luppy	44	57	579	48.9814	6.3445	5
57580	Adaincourt	adaincourt	44	57	573	49.0065	6.4369	5
57580	Ancerville	ancerville	44	57	579	49.0305	6.3872	5
57580	Sorbey	sorbey	44	57	579	49.0447	6.317	5
57580	Tragny	tragny	44	57	579	48.9594	6.3781	5
57580	Chanville	chanville	44	57	579	49.0431	6.4362	5
57580	Lemud	lemud	44	57	579	49.0381	6.3656	5
57580	Baudrecourt	baudrecourt	44	57	575	48.9631	6.4556	5
57580	Lesse	lesse	44	57	575	48.9633	6.5059	5
57580	Saint-Epvre	saint-epvre	44	57	575	48.9736	6.4375	5
57580	Thimonville	thimonville	44	57	579	48.9548	6.3962	5
57580	Béchy	bechy	44	57	579	48.9858	6.3796	5
57580	Vittoncourt	vittoncourt	44	57	573	49.0209	6.4295	5
57580	Beux	beux	44	57	579	49.0002	6.3172	5
57580	Herny	herny	44	57	573	48.9992	6.4809	5
57580	Arriance	arriance	44	57	573	49.0187	6.4965	5
57580	Chenois	chenois	44	57	575	48.9595	6.4973	5
57580	Flocourt	flocourt	44	57	579	48.9727	6.4114	5
57580	Voimhaut	voimhaut	44	57	573	49.0211	6.417	5
57580	Aube	aube	44	57	579	49.0272	6.3381	5
57580	Rémilly	remilly	44	57	579	49.0136	6.3922	5
57580	Han-sur-Nied	han-sur-nied	44	57	573	48.9904	6.4369	5
57590	Aboncourt-sur-Seille	aboncourt-sur-seille	44	57	575	48.816	6.3397	5
57590	Morville-sur-Nied	morville-sur-nied	44	57	575	48.9481	6.435	5
57590	Bacourt	bacourt	44	57	575	48.9269	6.4071	5
57590	Donjeux	donjeux	44	57	575	48.8781	6.4017	5
57590	Oriocourt	oriocourt	44	57	575	48.8651	6.4127	5
57590	Alaincourt-la-Côte	alaincourt-la-cote	44	57	575	48.8992	6.3423	5
57590	Oron	oron	44	57	575	48.9065	6.4798	5
57590	Malaucourt-sur-Seille	malaucourt-sur-seille	44	57	575	48.8413	6.3602	5
57590	Xocourt	xocourt	44	57	575	48.908	6.3784	5
57590	Aulnois-sur-Seille	aulnois-sur-seille	44	57	575	48.8678	6.3154	5
57590	Craincourt	craincourt	44	57	575	48.8768	6.3212	5
57590	Jallaucourt	jallaucourt	44	57	575	48.8386	6.3867	5
57590	Prévocourt	prevocourt	44	57	575	48.9145	6.428	5
57590	Frémery	fremery	44	57	575	48.9189	6.473	5
57590	Ajoncourt	ajoncourt	44	57	575	48.8455	6.2896	5
57590	Puzieux	puzieux	44	57	575	48.8929	6.3699	5
57590	Fonteny	fonteny	44	57	575	48.8816	6.4635	5
57590	Manhoué	manhoue	44	57	575	48.8257	6.3401	5
57590	Liocourt	liocourt	44	57	575	48.9107	6.3438	5
57590	Lucy	lucy	44	57	575	48.9414	6.4698	5
57590	Juville	juville	44	57	575	48.9309	6.3465	5
57590	Chicourt	chicourt	44	57	575	48.918	6.5036	5
57590	Viviers	viviers	44	57	575	48.8912	6.4343	5
57590	Tincry	tincry	44	57	575	48.9026	6.4102	5
57590	Laneuveville-en-Saulnois	laneuveville-en-saulnois	44	57	575	48.8676	6.4346	5
57590	Lemoncourt	lemoncourt	44	57	575	48.8662	6.3928	5
57590	Fossieux	fossieux	44	57	575	48.8512	6.3263	5
57590	Delme	delme	44	57	575	48.8879	6.3917	5
57590	Hannocourt	hannocourt	44	57	575	48.9079	6.4413	5
57600	Œting	ting	44	57	573	49.1729	6.9147	5
57600	Forbach	forbach	44	57	573	49.1833	6.9	5
57600	Folkling	folkling	44	57	573	49.1476	6.8948	5
57600	Morsbach	morsbach	44	57	573	49.1681	6.8719	5
57601 CEDEX	Forbach	forbach	44	57	573	49.1833	6.9	5
57602 CEDEX	Forbach	forbach	44	57	573	49.1833	6.9	5
57603 CEDEX	Forbach	forbach	44	57	573	49.1833	6.9	5
57604 CEDEX	Forbach	forbach	44	57	573	49.1833	6.9	5
57605 CEDEX	Forbach	forbach	44	57	573	49.1833	6.9	5
57606 CEDEX	Forbach	forbach	44	57	573	49.1833	6.9	5
57607 CEDEX	Forbach	forbach	44	57	573	49.1833	6.9	5
57608 CEDEX	Forbach	forbach	44	57	573	49.1833	6.9	5
57609 CEDEX	Forbach	forbach	44	57	573	49.1833	6.9	5
57610 CEDEX	Forbach	forbach	44	57	573	49.1833	6.9	5
57619 CEDEX	Forbach	forbach	44	57	573	49.1833	6.9	5
57620	Saint-Louis-lès-Bitche	saint-louis-les-bitche	44	57	576	48.9886	7.353	5
57620	Lemberg	lemberg	44	57	576	49.002	7.3789	5
57620	Goetzenbruck	goetzenbruck	44	57	576	48.9778	7.3796	5
57620	Mouterhouse	mouterhouse	44	57	576	48.9834	7.4468	5
57630	Lezey	lezey	44	57	575	48.7521	6.6294	5
57630	Haraucourt-sur-Seille	haraucourt-sur-seille	44	57	575	48.7995	6.6048	5
57630	Moyenvic	moyenvic	44	57	575	48.7785	6.5642	5
57630	Marsal	marsal	44	57	575	48.7881	6.6112	5
57630	Bezange-la-Petite	bezange-la-petite	44	57	575	48.7296	6.6132	5
57630	Juvelize	juvelize	44	57	575	48.7639	6.6489	5
57630	Xanrey	xanrey	44	57	575	48.7508	6.5826	5
57630	Vic-sur-Seille	vic-sur-seille	44	57	575	48.7819	6.5308	5
57635	Wintersbourg	wintersbourg	44	57	575	48.7862	7.1893	5
57635	Lixheim	lixheim	44	57	575	48.7755	7.142	5
57635	Hérange	herange	44	57	575	48.7751	7.1704	5
57635	Vieux-Lixheim	vieux-lixheim	44	57	575	48.7775	7.1304	5
57635	Fleisheim	fleisheim	44	57	575	48.789	7.1627	5
57635	Brouviller	brouviller	44	57	575	48.7658	7.1578	5
57635	Bickenholtz	bickenholtz	44	57	575	48.8044	7.1657	5
57640	Vigy	vigy	44	57	579	49.2044	6.2991	5
57640	Sainte-Barbe	sainte-barbe	44	57	579	49.1591	6.3006	5
57640	Bettelainville	bettelainville	44	57	577	49.2351	6.3003	5
57640	Vry	vry	44	57	579	49.1897	6.3281	5
57640	Malroy	malroy	44	57	579	49.1753	6.2123	5
57640	Sanry-lès-Vigy	sanry-les-vigy	44	57	579	49.1826	6.2798	5
57640	Failly	failly	44	57	579	49.1576	6.2615	5
57640	Argancy	argancy	44	57	579	49.1954	6.2016	5
57640	Servigny-lès-Sainte-Barbe	servigny-les-sainte-barbe	44	57	579	49.1504	6.2778	5
57640	Saint-Hubert	saint-hubert	44	57	579	49.2233	6.333	5
57640	Charly-Oradour	charly-oradour	44	57	579	49.1741	6.2383	5
57640	Antilly	antilly	44	57	579	49.1957	6.2487	5
57645	Retonfey	retonfey	44	57	579	49.1365	6.3063	5
57645	Noisseville	noisseville	44	57	579	49.1341	6.2747	5
57645	Nouilly	nouilly	44	57	579	49.1349	6.2564	5
57645	Montoy-Flanville	montoy-flanville	44	57	579	49.1217	6.2795	5
57650	Lommerange	lommerange	44	57	577	49.3314	5.97	5
57650	Fontoy	fontoy	44	57	577	49.356	5.9925	5
57650	Havange	havange	44	57	577	49.3881	5.9925	5
57655	Boulange	boulange	44	57	577	49.3823	5.95	5
57660	Bistroff	bistroff	44	57	573	48.9919	6.7159	5
57660	Bérig-Vintrange	berig-vintrange	44	57	573	48.9694	6.6969	5
57660	Leyviller	leyviller	44	57	573	49.0333	6.8349	5
57660	Biding	biding	44	57	573	49.0595	6.7865	5
57660	Hellimer	hellimer	44	57	573	48.9969	6.8295	5
57660	Vahl-Ebersing	vahl-ebersing	44	57	573	49.0495	6.7528	5
57660	Grostenquin	grostenquin	44	57	573	48.9801	6.7392	5
57660	Laning	laning	44	57	573	49.0353	6.7742	5
57660	Lixing-lès-Saint-Avold	lixing-les-saint-avold	44	57	573	49.0362	6.7522	5
57660	Maxstadt	maxstadt	44	57	573	49.0437	6.793	5
57660	Petit-Tenquin	petit-tenquin	44	57	573	48.989	6.8619	5
57660	Altrippe	altrippe	44	57	573	49.0293	6.8176	5
57660	Freybouse	freybouse	44	57	573	49.003	6.7785	5
57660	Gréning	grening	44	57	573	48.9726	6.8429	5
57660	Diffembach-lès-Hellimer	diffembach-les-hellimer	44	57	573	49.0029	6.8434	5
57660	Erstroff	erstroff	44	57	573	48.9794	6.7763	5
57660	Frémestroff	fremestroff	44	57	573	49.0173	6.781	5
57660	Lelling	lelling	44	57	573	49.0409	6.7085	5
57670	Nelling	nelling	44	57	576	48.9656	6.8663	5
57670	Molring	molring	44	57	575	48.888	6.8183	5
57670	Lhor	lhor	44	57	575	48.8892	6.8697	5
57670	Vittersbourg	vittersbourg	44	57	575	48.9501	6.9285	5
57670	Guinzeling	guinzeling	44	57	575	48.8796	6.8423	5
57670	Bénestroff	benestroff	44	57	575	48.9043	6.7588	5
57670	Givrycourt	givrycourt	44	57	575	48.9236	6.919	5
57670	Albestroff	albestroff	44	57	575	48.9328	6.8559	5
57670	Marimont-lès-Bénestroff	marimont-les-benestroff	44	57	575	48.8899	6.7854	5
57670	Honskirch	honskirch	44	57	575	48.9409	6.9569	5
57670	Torcheville	torcheville	44	57	575	48.9092	6.8495	5
57670	Vibersviller	vibersviller	44	57	575	48.9143	6.9463	5
57670	Léning	lening	44	57	575	48.9569	6.8085	5
57670	Nébing	nebing	44	57	575	48.904	6.8119	5
57670	Réning	rening	44	57	575	48.9547	6.8534	5
57670	Insming	insming	44	57	575	48.9555	6.8759	5
57670	Neufvillage	neufvillage	44	57	575	48.9367	6.7811	5
57670	Francaltroff	francaltroff	44	57	575	48.9623	6.7979	5
57670	Insviller	insviller	44	57	575	48.8894	6.8969	5
57670	Lostroff	lostroff	44	57	575	48.8588	6.8531	5
57670	Munster	munster	44	57	575	48.9154	6.9066	5
57670	Vahl-lès-Bénestroff	vahl-les-benestroff	44	57	575	48.9134	6.7863	5
57670	Montdidier	montdidier	44	57	575	48.9302	6.818	5
57670	Loudrefing	loudrefing	44	57	575	48.8524	6.8784	5
57680	Novéant-sur-Moselle	noveant-sur-moselle	44	57	579	49.0237	6.048	5
57680	Corny-sur-Moselle	corny-sur-moselle	44	57	579	49.0356	6.0608	5
57680	Gorze	gorze	44	57	579	49.0524	6.0007	5
57680	Arry	arry	44	57	579	48.9959	6.0583	5
57685	Augny	augny	44	57	579	49.0611	6.1182	5
57690	Créhange	crehange	44	57	573	49.059	6.5818	5
57690	Flétrange	fletrange	44	57	573	49.0629	6.5636	5
57690	Marange-Zondrange	marange-zondrange	44	57	573	49.11	6.5363	5
57690	Elvange	elvange	44	57	573	49.0593	6.548	5
57690	Zimming	zimming	44	57	573	49.1237	6.5883	5
57690	Hallering	hallering	44	57	573	49.119	6.5521	5
57690	Hémilly	hemilly	44	57	573	49.0618	6.5018	5
57690	Guinglange	guinglange	44	57	573	49.0733	6.5256	5
57690	Bambiderstroff	bambiderstroff	44	57	573	49.1031	6.5923	5
57690	Haute-Vigneulles	haute-vigneulles	44	57	573	49.1008	6.556	5
57700	Neufchef	neufchef	44	57	577	49.3168	6.0242	5
57700	Hayange	hayange	44	57	577	49.3288	6.0628	5
57700	Ranguevaux	ranguevaux	44	57	577	49.2977	6.0545	5
57701 CEDEX	Hayange	hayange	44	57	577	49.3288	6.0628	5
57702 CEDEX	Hayange	hayange	44	57	577	49.3288	6.0628	5
57703 CEDEX	Hayange	hayange	44	57	577	49.3288	6.0628	5
57704 CEDEX	Hayange	hayange	44	57	577	49.3288	6.0628	5
57705 CEDEX	Hayange	hayange	44	57	577	49.3288	6.0628	5
57709 CEDEX	Hayange	hayange	44	57	577	49.3288	6.0628	5
57710	Aumetz	aumetz	44	57	577	49.4179	5.9442	5
57710	Tressange	tressange	44	57	577	49.4027	5.9808	5
57720	Nousseviller-lès-Bitche	nousseviller-les-bitche	44	57	576	49.1033	7.3742	5
57720	Lengelsheim	lengelsheim	44	57	576	49.1086	7.409	5
57720	Hottviller	hottviller	44	57	576	49.0773	7.3609	5
57720	Epping	epping	44	57	576	49.1118	7.3171	5
57720	Breidenbach	breidenbach	44	57	576	49.1358	7.4226	5
57720	Rolbing	rolbing	44	57	576	49.1722	7.4394	5
57720	Loutzviller	loutzviller	44	57	576	49.1465	7.3839	5
57720	Erching	erching	44	57	576	49.1107	7.2655	5
57720	Schweyen	schweyen	44	57	576	49.1599	7.3902	5
57720	Waldhouse	waldhouse	44	57	576	49.1437	7.4656	5
57720	Obergailbach	obergailbach	44	57	576	49.1178	7.2185	5
57720	Rimling	rimling	44	57	576	49.0966	7.2661	5
57720	Ormersviller	ormersviller	44	57	576	49.1358	7.3233	5
57720	Walschbronn	walschbronn	44	57	576	49.149	7.481	5
57720	Volmunster	volmunster	44	57	576	49.1217	7.353	5
57730	Lachambre	lachambre	44	57	573	49.0812	6.7453	5
57730	Folschviller	folschviller	44	57	573	49.0773	6.6836	5
57730	Altviller	altviller	44	57	573	49.0739	6.7318	5
57730	Valmont	valmont	44	57	573	49.0843	6.6978	5
57730	Macheren	macheren	44	57	573	49.1002	6.7776	5
57731 CEDEX	Faulquemont	faulquemont	44	57	573	49.0491	6.5973	5
57739 CEDEX	Faulquemont	faulquemont	44	57	573	49.0491	6.5973	5
57740	Longeville-lès-Saint-Avold	longeville-les-saint-avold	44	57	573	49.1169	6.6433	5
57747 CEDEX 9	Metz	metz	44	57	579	49.1191	6.1727	5
57748 CEDEX 9	Metz	metz	44	57	579	49.1191	6.1727	5
57751 CEDEX 9	Metz	metz	44	57	579	49.1191	6.1727	5
57756 CEDEX 9	Metz	metz	44	57	579	49.1191	6.1727	5
57757 CEDEX 9	Metz	metz	44	57	579	49.1191	6.1727	5
57770	Moussey	moussey	44	57	575	48.6735	6.7822	5
57772 CEDEX 9	Metz	metz	44	57	579	49.1191	6.1727	5
57774 CEDEX 9	Metz	metz	44	57	579	49.1191	6.1727	5
57777 CEDEX 9	Metz	metz	44	57	579	49.1191	6.1727	5
57778 CEDEX 9	Metz	metz	44	57	579	49.1191	6.1727	5
57780	Rosselange	rosselange	44	57	577	49.2578	6.0689	5
57790	Nitting	nitting	44	57	575	48.6707	7.0295	5
57790	Aspach	aspach	44	57	575	48.6545	6.9625	5
57790	Lorquin	lorquin	44	57	575	48.671	6.9991	5
57790	Hattigny	hattigny	44	57	575	48.6298	6.966	5
57790	Laneuveville-lès-Lorquin	laneuveville-les-lorquin	44	57	575	48.6541	7.002	5
57790	Fraquelfing	fraquelfing	44	57	575	48.6394	6.9892	5
57790	Hermelange	hermelange	44	57	575	48.6795	7.0173	5
57800	Betting	betting	44	57	573	49.1268	6.8165	5
57800	Rosbruck	rosbruck	44	57	573	49.1586	6.8502	5
57800	Cocheren	cocheren	44	57	573	49.1438	6.8565	5
57800	Freyming-Merlebach	freyming-merlebach	44	57	573	49.15	6.7833	5
57800	Béning-lès-Saint-Avold	bening-les-saint-avold	44	57	573	49.135	6.839	5
57801 CEDEX	Freyming-Merlebach	freyming-merlebach	44	57	573	49.15	6.7833	5
57803 CEDEX	Freyming-Merlebach	freyming-merlebach	44	57	573	49.15	6.7833	5
57804 CEDEX	Freyming-Merlebach	freyming-merlebach	44	57	573	49.15	6.7833	5
57805 CEDEX	Freyming-Merlebach	freyming-merlebach	44	57	573	49.15	6.7833	5
57809 CEDEX	Freyming-Merlebach	freyming-merlebach	44	57	573	49.15	6.7833	5
57810	Ley	ley	44	57	575	48.7359	6.6574	5
57810	Rhodes	rhodes	44	57	575	48.7586	6.8992	5
57810	Azoudange	azoudange	44	57	575	48.7391	6.8116	5
57810	Fribourg	fribourg	44	57	575	48.7666	6.8596	5
57810	Maizières-lès-Vic	maizieres-les-vic	44	57	575	48.7192	6.7761	5
57810	Donnelay	donnelay	44	57	575	48.7522	6.6814	5
57810	Moncourt	moncourt	44	57	575	48.718	6.6369	5
57810	Lagarde	lagarde	44	57	575	48.6915	6.7054	5
57810	Languimberg	languimberg	44	57	575	48.7467	6.8601	5
57810	Ommeray	ommeray	44	57	575	48.7229	6.6867	5
57810	Bourdonnay	bourdonnay	44	57	575	48.7197	6.7284	5
57810	Avricourt	avricourt	44	57	575	48.65	6.8	5
57810	Réchicourt-le-Château	rechicourt-le-chateau	44	57	575	48.6654	6.8388	5
57815	Gondrexange	gondrexange	44	57	575	48.6861	6.9278	5
57820	Hultehouse	hultehouse	44	57	575	48.7193	7.2607	5
57820	Saint-Louis	saint-louis	44	57	575	48.7161	7.1887	5
57820	Garrebourg	garrebourg	44	57	575	48.7112	7.2329	5
57820	Henridorff	henridorff	44	57	575	48.7335	7.2109	5
57820	Dannelbourg	dannelbourg	44	57	575	48.7422	7.237	5
57820	Lutzelbourg	lutzelbourg	44	57	575	48.736	7.2533	5
57830	Richeval	richeval	44	57	575	48.6365	6.9107	5
57830	Landange	landange	44	57	575	48.6708	6.959	5
57830	Héming	heming	44	57	575	48.6939	6.9664	5
57830	Bébing	bebing	44	57	575	48.7107	6.9962	5
57830	Diane-Capelle	diane-capelle	44	57	575	48.7266	6.9332	5
57830	Xouaxange	xouaxange	44	57	575	48.697	6.9973	5
57830	Saint-Georges	saint-georges	44	57	575	48.6586	6.9288	5
57830	Hertzing	hertzing	44	57	575	48.688	6.9521	5
57830	Neufmoulins	neufmoulins	44	57	575	48.6808	6.9669	5
57830	Foulcrey	foulcrey	44	57	575	48.6376	6.8575	5
57830	Ibigny	ibigny	44	57	575	48.6435	6.9	5
57830	Barchain	barchain	44	57	575	48.7077	6.9614	5
57830	Kerprich-aux-Bois	kerprich-aux-bois	44	57	575	48.739	6.96	5
57840	Rochonvillers	rochonvillers	44	57	577	49.4139	6.0276	5
57840	Ottange	ottange	44	57	577	49.4431	6.0199	5
57850	Dabo	dabo	44	57	575	48.6537	7.2361	5
57850	Haselbourg	haselbourg	44	57	575	48.6856	7.2049	5
57855	Saint-Privat-la-Montagne	saint-privat-la-montagne	44	57	579	49.1877	6.0387	5
57860	Roncourt	roncourt	44	57	579	49.2025	6.0405	5
57860	Montois-la-Montagne	montois-la-montagne	44	57	579	49.2168	6.0214	5
57865	Amanvillers	amanvillers	44	57	579	49.1678	6.0437	5
57870	Harreberg	harreberg	44	57	575	48.6656	7.1709	5
57870	Troisfontaines	troisfontaines	44	57	575	48.6738	7.1197	5
57870	Walscheid	walscheid	44	57	575	48.6531	7.15	5
57870	Plaine-de-Walsch	plaine-de-walsch	44	57	575	48.6905	7.1159	5
57870	Hartzviller	hartzviller	44	57	575	48.6689	7.0858	5
57870	Hommert	hommert	44	57	575	48.6773	7.178	5
57880	Guerting	guerting	44	57	573	49.1882	6.6231	5
57880	Ham-sous-Varsberg	ham-sous-varsberg	44	57	573	49.1801	6.647	5
57880	Varsberg	varsberg	44	57	573	49.173	6.6291	5
57890	Diesen	diesen	44	57	573	49.1782	6.678	5
57890	Porcelette	porcelette	44	57	573	49.1566	6.6551	5
57905	Zetting	zetting	44	57	576	49.0806	7.1306	5
57905	Wittring	wittring	44	57	576	49.0534	7.1424	5
57905	Sarreinsming	sarreinsming	44	57	576	49.0912	7.1105	5
57910	Neufgrange	neufgrange	44	57	576	49.0768	7.0653	5
57910	Hambach	hambach	44	57	576	49.0594	7.0353	5
57911 CEDEX	Hambach	hambach	44	57	576	49.0594	7.0353	5
57912 CEDEX	Hambach	hambach	44	57	576	49.0594	7.0353	5
57913 CEDEX	Hambach	hambach	44	57	576	49.0594	7.0353	5
57915	Woustviller	woustviller	44	57	576	49.0764	7.0049	5
57916 CEDEX	Woustviller	woustviller	44	57	576	49.0764	7.0049	5
57919 CEDEX	Woustviller	woustviller	44	57	576	49.0764	7.0049	5
57920	Metzeresche	metzeresche	44	57	577	49.2987	6.3062	5
57920	Aboncourt	aboncourt	44	57	577	49.2599	6.3476	5
57920	Veckring	veckring	44	57	577	49.3377	6.377	5
57920	Monneren	monneren	44	57	577	49.345	6.415	5
57920	Kemplich	kemplich	44	57	577	49.3299	6.3911	5
57920	Kédange-sur-Canner	kedange-sur-canner	44	57	577	49.3089	6.3381	5
57920	Hombourg	hombourg	44	57	577	49.297	6.3427	5
57920	Buding	buding	44	57	577	49.3334	6.3216	5
57920	Klang	klang	44	57	577	49.3196	6.3697	5
57925	Distroff	distroff	44	57	577	49.3329	6.2666	5
57930	Gosselming	gosselming	44	57	575	48.7916	7.0019	5
57930	Saint-Jean-de-Bassel	saint-jean-de-bassel	44	57	575	48.8049	6.9909	5
57930	Bettborn	bettborn	44	57	575	48.8015	7.0224	5
57930	Hellering-lès-Fénétrange	hellering-les-fenetrange	44	57	575	48.8101	7.0632	5
57930	Fénétrange	fenetrange	44	57	575	48.847	7.023	5
57930	Mittersheim	mittersheim	44	57	575	48.8607	6.9419	5
57930	Postroff	postroff	44	57	575	48.8514	7.0801	5
57930	Niederstinzel	niederstinzel	44	57	575	48.8632	7.0316	5
57930	Oberstinzel	oberstinzel	44	57	575	48.7934	7.0355	5
57930	Romelfing	romelfing	44	57	575	48.8316	7.0252	5
57930	Belles-Forêts	belles-forets	44	57	575	48.8052	6.893	5
57930	Berthelming	berthelming	44	57	575	48.8166	7.0062	5
57935	Luttange	luttange	44	57	577	49.2705	6.3109	5
57940	Metzervisse	metzervisse	44	57	577	49.3148	6.2828	5
57940	Volstroff	volstroff	44	57	577	49.3113	6.2598	5
57950	Montigny-lès-Metz	montigny-les-metz	44	57	579	49.0956	6.1527	5
57951 CEDEX	Montigny-lès-Metz	montigny-les-metz	44	57	579	49.0956	6.1527	5
57952 CEDEX	Montigny-lès-Metz	montigny-les-metz	44	57	579	49.0956	6.1527	5
57953 CEDEX	Montigny-lès-Metz	montigny-les-metz	44	57	579	49.0956	6.1527	5
57954 CEDEX	Montigny-lès-Metz	montigny-les-metz	44	57	579	49.0956	6.1527	5
57955 CEDEX	Montigny-lès-Metz	montigny-les-metz	44	57	579	49.0956	6.1527	5
57957 CEDEX	Montigny-lès-Metz	montigny-les-metz	44	57	579	49.0956	6.1527	5
57958 CEDEX	Montigny-lès-Metz	montigny-les-metz	44	57	579	49.0956	6.1527	5
57959 CEDEX	Montigny-lès-Metz	montigny-les-metz	44	57	579	49.0956	6.1527	5
57960	Meisenthal	meisenthal	44	57	576	48.9693	7.3531	5
57960	Soucht	soucht	44	57	576	48.959	7.3343	5
57970	Valmestroff	valmestroff	44	57	577	49.3608	6.2658	5
57970	Yutz	yutz	44	57	577	49.3557	6.1926	5
57970	Oudrenne	oudrenne	44	57	577	49.3794	6.3273	5
57970	Illange	illange	44	57	577	49.3262	6.1795	5
57970	Basse-Ham	basse-ham	44	57	577	49.3863	6.2418	5
57970	Stuckange	stuckange	44	57	577	49.3266	6.2381	5
57970	Inglange	inglange	44	57	577	49.3464	6.2993	5
57970	Budling	budling	44	57	577	49.3472	6.355	5
57970	Kœnigsmacker	k-nigsmacker	44	57	577	49.4	6.2833	5
57970	Kuntzig	kuntzig	44	57	577	49.3473	6.2371	5
57970	Elzange	elzange	44	57	577	49.3624	6.2861	5
57971 CEDEX	Yutz	yutz	44	57	577	49.3557	6.1926	5
57972 CEDEX	Yutz	yutz	44	57	577	49.3557	6.1926	5
57973 CEDEX	Yutz	yutz	44	57	577	49.3557	6.1926	5
57974 CEDEX	Yutz	yutz	44	57	577	49.3557	6.1926	5
57978 CEDEX	Yutz	yutz	44	57	577	49.3557	6.1926	5
57979 CEDEX	Yutz	yutz	44	57	577	49.3557	6.1926	5
57980	Tenteling	tenteling	44	57	573	49.1254	6.9375	5
57980	Metzing	metzing	44	57	573	49.1057	6.958	5
57980	Diebling	diebling	44	57	573	49.1097	6.9397	5
57990	Hundling	hundling	44	57	576	49.1086	6.9799	5
57990	Nousseviller-Saint-Nabor	nousseviller-saint-nabor	44	57	573	49.121	6.9695	5
57990	Ippling	ippling	44	57	576	49.1059	7.0046	5
67000	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67001 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67002 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67003 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67004 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67005 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67006 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67007 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67008 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67009 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67010 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67011 CEDEX 1	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67012 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67013 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67014 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67015 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67016 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67017 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67018 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67019 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67020 CEDEX 1	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67021 CEDEX 1	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67022 CEDEX 1	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67023 CEDEX 1	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67024 CEDEX 1	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67025 CEDEX 1	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67026 CEDEX 1	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67027 CEDEX 1	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67028 CEDEX 1	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67029 CEDEX 1	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67030 CEDEX 2	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67031 CEDEX 2	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67032 CEDEX 2	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67033 CEDEX 2	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67034 CEDEX 2	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67035 CEDEX 2	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67036 CEDEX 2	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67037 CEDEX 2	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67038 CEDEX 2	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67039 CEDEX 2	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67043 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67044 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67045 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67046 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67059 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67060 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67061 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67064 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67065 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67067 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67068 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67069 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67070 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67071 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67073 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67074 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67075 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67076 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67077 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67080 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67081 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67082 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67083 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67084 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67085 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67086 CEDEX 2	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67087 CEDEX 2	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67088 CEDEX 2	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67089 CEDEX 1	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67090 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67091 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67092 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67093 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67096 CEDEX 2	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67098 CEDEX 2	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67099 CEDEX	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67100	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67102 CEDEX 1	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67109 CEDEX 1	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67110	Gundershoffen	gundershoffen	44	67	672	48.9065	7.661	5
67110	Oberbronn	oberbronn	44	67	672	48.9402	7.607	5
67110	Reichshoffen	reichshoffen	44	67	672	48.9329	7.6656	5
67110	Uttenhoffen	uttenhoffen	44	67	672	48.8931	7.6539	5
67110	Gumbrechtshoffen	gumbrechtshoffen	44	67	672	48.9058	7.6291	5
67110	Zinswiller	zinswiller	44	67	672	48.9198	7.5898	5
67110	Windstein	windstein	44	67	672	48.9948	7.6837	5
67110	Dambach	dambach	44	67	672	49.0046	7.6287	5
67110	Niederbronn-les-Bains	niederbronn-les-bains	44	67	672	48.9516	7.6427	5
67112	Breuschwickersheim	breuschwickersheim	44	67	678	48.5801	7.6016	5
67113	Blaesheim	blaesheim	44	67	678	48.5065	7.6092	5
67114	Eschau	eschau	44	67	678	48.489	7.7164	5
67115	Plobsheim	plobsheim	44	67	678	48.4698	7.7244	5
67116	Reichstett	reichstett	44	67	678	48.6486	7.7545	5
67117	Dossenheim-Kochersberg	dossenheim-kochersberg	44	67	674	48.6375	7.5738	5
67117	Fessenheim-le-Bas	fessenheim-le-bas	44	67	674	48.6339	7.5408	5
67117	Furdenheim	furdenheim	44	67	674	48.6113	7.561	5
67117	Quatzenheim	quatzenheim	44	67	674	48.6273	7.574	5
67117	Ittenheim	ittenheim	44	67	674	48.6051	7.5937	5
67117	Hurtigheim	hurtigheim	44	67	674	48.6169	7.5907	5
67117	Handschuheim	handschuheim	44	67	674	48.6029	7.5771	5
67118	Geispolsheim	geispolsheim	44	67	678	48.516	7.6483	5
67120	Dorlisheim	dorlisheim	44	67	673	48.5248	7.4862	5
67120	Duttlenheim	duttlenheim	44	67	673	48.5255	7.5657	5
67120	Dachstein	dachstein	44	67	673	48.5613	7.5323	5
67120	Altorf	altorf	44	67	673	48.5217	7.5279	5
67120	Ernolsheim-Bruche	ernolsheim-bruche	44	67	673	48.5653	7.565	5
67120	Molsheim	molsheim	44	67	673	48.5404	7.492	5
67120	Duppigheim	duppigheim	44	67	673	48.5287	7.5942	5
67120	Kolbsheim	kolbsheim	44	67	678	48.5609	7.59	5
67120	Ergersheim	ergersheim	44	67	673	48.57	7.5276	5
67120	Wolxheim	wolxheim	44	67	673	48.5686	7.512	5
67120	Avolsheim	avolsheim	44	67	673	48.5617	7.5001	5
67120	Soultz-les-Bains	soultz-les-bains	44	67	673	48.5717	7.4868	5
67121 CEDEX	Molsheim	molsheim	44	67	673	48.5404	7.492	5
67122 CEDEX	Molsheim	molsheim	44	67	673	48.5404	7.492	5
67123 CEDEX	Molsheim	molsheim	44	67	673	48.5404	7.492	5
67124 CEDEX	Molsheim	molsheim	44	67	673	48.5404	7.492	5
67125 CEDEX	Molsheim	molsheim	44	67	673	48.5404	7.492	5
67126 CEDEX	Molsheim	molsheim	44	67	673	48.5404	7.492	5
67129 CEDEX	Molsheim	molsheim	44	67	673	48.5404	7.492	5
67130	Wildersbach	wildersbach	44	67	673	48.4376	7.223	5
67130	Natzwiller	natzwiller	44	67	673	48.4377	7.2573	5
67130	Barembach	barembach	44	67	673	48.4784	7.2294	5
67130	Fouday	fouday	44	67	673	48.4208	7.1862	5
67130	Solbach	solbach	44	67	673	48.4278	7.2001	5
67130	Wisches	wisches	44	67	673	48.5088	7.2681	5
67130	Bellefosse	bellefosse	44	67	673	48.4029	7.2157	5
67130	Lutzelhouse	lutzelhouse	44	67	673	48.5211	7.287	5
67130	Russ	russ	44	67	673	48.496	7.2591	5
67130	Schirmeck	schirmeck	44	67	673	48.4831	7.22	5
67130	La Broque	la-broque	44	67	673	48.473	7.2164	5
67130	Muhlbach-sur-Bruche	muhlbach-sur-bruche	44	67	673	48.5155	7.2979	5
67130	Neuviller-la-Roche	neuviller-la-roche	44	67	673	48.4333	7.2333	5
67130	Blancherupt	blancherupt	44	67	673	48.4094	7.1926	5
67130	Waldersbach	waldersbach	44	67	673	48.4143	7.2146	5
67130	Grandfontaine	grandfontaine	44	67	673	48.4935	7.1608	5
67130	Belmont	belmont	44	67	673	48.4084	7.2379	5
67131 CEDEX	Schirmeck	schirmeck	44	67	673	48.4831	7.22	5
67132 CEDEX	Schirmeck	schirmeck	44	67	673	48.4831	7.22	5
67133 CEDEX	Schirmeck	schirmeck	44	67	673	48.4831	7.22	5
67137 CEDEX	Schirmeck	schirmeck	44	67	673	48.4831	7.22	5
67138 CEDEX	Schirmeck	schirmeck	44	67	673	48.4831	7.22	5
67140	Saint-Pierre	saint-pierre	44	67	675	48.3847	7.4727	5
67140	Reichsfeld	reichsfeld	44	67	675	48.3668	7.3844	5
67140	Le Hohwald	le-hohwald	44	67	675	48.4042	7.3293	5
67140	Gertwiller	gertwiller	44	67	675	48.4109	7.468	5
67140	Zellwiller	zellwiller	44	67	675	48.3973	7.4967	5
67140	Bourgheim	bourgheim	44	67	675	48.4197	7.4938	5
67140	Itterswiller	itterswiller	44	67	675	48.364	7.4295	5
67140	Eichhoffen	eichhoffen	44	67	675	48.384	7.4429	5
67140	Barr	barr	44	67	675	48.4076	7.4487	5
67140	Heiligenstein	heiligenstein	44	67	675	48.4225	7.4498	5
67140	Andlau	andlau	44	67	675	48.3861	7.417	5
67140	Stotzheim	stotzheim	44	67	675	48.3787	7.4923	5
67140	Bernardvillé	bernardville	44	67	675	48.3702	7.4026	5
67140	Mittelbergheim	mittelbergheim	44	67	675	48.3962	7.4417	5
67141 CEDEX	Barr	barr	44	67	675	48.4076	7.4487	5
67142 CEDEX	Barr	barr	44	67	675	48.4076	7.4487	5
67143 CEDEX	Barr	barr	44	67	675	48.4076	7.4487	5
67144 CEDEX	Barr	barr	44	67	675	48.4076	7.4487	5
67145 CEDEX	Barr	barr	44	67	675	48.4076	7.4487	5
67146 CEDEX	Barr	barr	44	67	675	48.4076	7.4487	5
67150	Daubensand	daubensand	44	67	675	48.3488	7.7184	5
67150	Erstein	erstein	44	67	675	48.4237	7.6626	5
67150	Hipsheim	hipsheim	44	67	675	48.4668	7.6761	5
67150	Schaeffersheim	schaeffersheim	44	67	675	48.4281	7.6227	5
67150	Osthouse	osthouse	44	67	675	48.4021	7.6426	5
67150	Uttenheim	uttenheim	44	67	675	48.4105	7.5972	5
67150	Matzenheim	matzenheim	44	67	675	48.3945	7.6219	5
67150	Gerstheim	gerstheim	44	67	675	48.3822	7.704	5
67150	Bolsenheim	bolsenheim	44	67	675	48.4207	7.6102	5
67150	Limersheim	limersheim	44	67	675	48.4549	7.645	5
67150	Nordhouse	nordhouse	44	67	675	48.4483	7.6733	5
67150	Hindisheim	hindisheim	44	67	675	48.4684	7.6386	5
67151 CEDEX	Erstein	erstein	44	67	675	48.4237	7.6626	5
67152 CEDEX	Erstein	erstein	44	67	675	48.4237	7.6626	5
67155 CEDEX	Erstein	erstein	44	67	675	48.4237	7.6626	5
67158 CEDEX	Erstein	erstein	44	67	675	48.4237	7.6626	5
67160	Rott	rott	44	67	672	49.023	7.9086	5
67160	Oberhoffen-lès-Wissembourg	oberhoffen-les-wissembourg	44	67	672	49.0163	7.9204	5
67160	Siegen	siegen	44	67	672	48.9577	8.0411	5
67160	Riedseltz	riedseltz	44	67	672	48.9936	7.9532	5
67160	Seebach	seebach	44	67	672	48.9693	7.9887	5
67160	Wissembourg	wissembourg	44	67	672	49.0371	7.9455	5
67160	Cleebourg	cleebourg	44	67	672	49.0034	7.8913	5
67160	Oberlauterbach	oberlauterbach	44	67	672	48.9494	8.0696	5
67160	Schleithal	schleithal	44	67	672	48.9889	8.0416	5
67160	Salmbach	salmbach	44	67	672	48.9782	8.0762	5
67160	Drachenbronn-Birlenbach	drachenbronn-birlenbach	44	67	672	48.9833	7.8667	5
67160	Steinseltz	steinseltz	44	67	672	49.0104	7.9321	5
67161 CEDEX	Wissembourg	wissembourg	44	67	672	49.0371	7.9455	5
67162 CEDEX	Wissembourg	wissembourg	44	67	672	49.0371	7.9455	5
67163 CEDEX	Wissembourg	wissembourg	44	67	672	49.0371	7.9455	5
67165 CEDEX	Wissembourg	wissembourg	44	67	672	49.0371	7.9455	5
67166 CEDEX	Wissembourg	wissembourg	44	67	672	49.0371	7.9455	5
67167 CEDEX	Wissembourg	wissembourg	44	67	672	49.0371	7.9455	5
67169 CEDEX	Wissembourg	wissembourg	44	67	672	49.0371	7.9455	5
67170	Berstheim	berstheim	44	67	672	48.7919	7.6744	5
67170	Wahlenheim	wahlenheim	44	67	672	48.7638	7.6853	5
67170	Olwisheim	olwisheim	44	67	672	48.697	7.6746	5
67170	Wingersheim	wingersheim	44	67	674	48.7215	7.6346	5
67170	Hohatzenheim	hohatzenheim	44	67	674	48.7153	7.6153	5
67170	Ohlungen	ohlungen	44	67	672	48.8135	7.7023	5
67170	Mittelschaeffolsheim	mittelschaeffolsheim	44	67	672	48.7002	7.6509	5
67170	Wingersheim les Quatre Bans	wingersheim-les-quatre-bans	44	67	674	48.7222	7.6358	5
67170	Bilwisheim	bilwisheim	44	67	672	48.7095	7.6606	5
67170	Geudertheim	geudertheim	44	67	672	48.7242	7.7519	5
67170	Kriegsheim	kriegsheim	44	67	672	48.7579	7.7285	5
67170	Krautwiller	krautwiller	44	67	672	48.7379	7.6844	5
67170	Bernolsheim	bernolsheim	44	67	672	48.7557	7.6895	5
67170	Brumath	brumath	44	67	672	48.734	7.7109	5
67170	Mittelhausen	mittelhausen	44	67	674	48.7092	7.6298	5
67170	Hochstett	hochstett	44	67	672	48.7785	7.677	5
67170	Rottelsheim	rottelsheim	44	67	672	48.7571	7.7138	5
67170	Donnenheim	donnenheim	44	67	672	48.7179	7.652	5
67171 CEDEX	Brumath	brumath	44	67	672	48.734	7.7109	5
67172 CEDEX	Brumath	brumath	44	67	672	48.734	7.7109	5
67173 CEDEX	Brumath	brumath	44	67	672	48.734	7.7109	5
67190	Gresswiller	gresswiller	44	67	673	48.5354	7.4325	5
67190	Grendelbruch	grendelbruch	44	67	673	48.4927	7.3224	5
67190	Heiligenberg	heiligenberg	44	67	673	48.5383	7.392	5
67190	Mollkirch	mollkirch	44	67	673	48.5063	7.3856	5
67190	Mutzig	mutzig	44	67	673	48.5397	7.4559	5
67190	Dinsheim-sur-Bruche	dinsheim-sur-bruche	44	67	673	48.5426	7.4273	5
67190	Still	still	44	67	673	48.5498	7.4044	5
67200	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67201	Eckbolsheim	eckbolsheim	44	67	678	48.5808	7.6877	5
67202	Wolfisheim	wolfisheim	44	67	678	48.5872	7.6671	5
67203	Oberschaeffolsheim	oberschaeffolsheim	44	67	678	48.5864	7.6502	5
67204	Achenheim	achenheim	44	67	678	48.5807	7.628	5
67205	Oberhausbergen	oberhausbergen	44	67	678	48.6061	7.6885	5
67206	Mittelhausbergen	mittelhausbergen	44	67	678	48.6144	7.6901	5
67207	Niederhausbergen	niederhausbergen	44	67	678	48.624	7.7021	5
67209 CEDEX 2	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67210	Valff	valff	44	67	675	48.4214	7.5206	5
67210	Niedernai	niedernai	44	67	675	48.451	7.5163	5
67210	Obernai	obernai	44	67	675	48.4631	7.481	5
67210	Goxwiller	goxwiller	44	67	675	48.4321	7.4849	5
67210	Meistratzheim	meistratzheim	44	67	675	48.4485	7.5435	5
67210	Bernardswiller	bernardswiller	44	67	675	48.4504	7.4624	5
67211 CEDEX	Obernai	obernai	44	67	675	48.4631	7.481	5
67212 CEDEX	Obernai	obernai	44	67	675	48.4631	7.481	5
67213 CEDEX	Obernai	obernai	44	67	675	48.4631	7.481	5
67214 CEDEX	Obernai	obernai	44	67	675	48.4631	7.481	5
67215 CEDEX	Obernai	obernai	44	67	675	48.4631	7.481	5
67216 CEDEX	Obernai	obernai	44	67	675	48.4631	7.481	5
67217 CEDEX	Obernai	obernai	44	67	675	48.4631	7.481	5
67218 CEDEX	Obernai	obernai	44	67	675	48.4631	7.481	5
67219 CEDEX	Obernai	obernai	44	67	675	48.4631	7.481	5
67220	Thanvillé	thanville	44	67	675	48.323	7.3511	5
67220	Neubois	neubois	44	67	675	48.3059	7.34	5
67220	Lalaye	lalaye	44	67	675	48.3308	7.2601	5
67220	Neuve-Église	neuve-eglise	44	67	675	48.3285	7.3133	5
67220	Bassemberg	bassemberg	44	67	675	48.3345	7.2831	5
67220	Villé	ville	44	67	675	48.3427	7.3026	5
67220	Saint-Maurice	saint-maurice	44	67	675	48.3279	7.3357	5
67220	Saint-Pierre-Bois	saint-pierre-bois	44	67	675	48.3293	7.3629	5
67220	Albé	albe	44	67	675	48.3567	7.3184	5
67220	Breitenau	breitenau	44	67	675	48.323	7.2905	5
67220	Breitenbach	breitenbach	44	67	675	48.3644	7.29	5
67220	Saint-Martin	saint-martin	44	67	675	48.3511	7.2907	5
67220	Urbeis	urbeis	44	67	675	48.3261	7.2237	5
67220	Dieffenbach-au-Val	dieffenbach-au-val	44	67	675	48.3154	7.3264	5
67220	Maisonsgoutte	maisonsgoutte	44	67	675	48.3527	7.2626	5
67220	Triembach-au-Val	triembach-au-val	44	67	675	48.3382	7.3259	5
67220	Fouchy	fouchy	44	67	675	48.3278	7.2711	5
67220	Steige	steige	44	67	675	48.3621	7.2347	5
67230	Obenheim	obenheim	44	67	675	48.3597	7.692	5
67230	Westhouse	westhouse	44	67	675	48.3965	7.5892	5
67230	Diebolsheim	diebolsheim	44	67	675	48.2905	7.6645	5
67230	Kogenheim	kogenheim	44	67	675	48.3374	7.543	5
67230	Witternheim	witternheim	44	67	675	48.313	7.6118	5
67230	Benfeld	benfeld	44	67	675	48.3706	7.5937	5
67230	Kertzfeld	kertzfeld	44	67	675	48.3799	7.5682	5
67230	Herbsheim	herbsheim	44	67	675	48.3495	7.6306	5
67230	Rossfeld	rossfeld	44	67	675	48.3384	7.616	5
67230	Sermersheim	sermersheim	44	67	675	48.3458	7.5525	5
67230	Huttenheim	huttenheim	44	67	675	48.3586	7.5783	5
67230	Sand	sand	44	67	675	48.3832	7.6123	5
67231 CEDEX	Benfeld	benfeld	44	67	675	48.3706	7.5937	5
67232 CEDEX	Benfeld	benfeld	44	67	675	48.3706	7.5937	5
67234 CEDEX	Benfeld	benfeld	44	67	675	48.3706	7.5937	5
67235 CEDEX	Benfeld	benfeld	44	67	675	48.3706	7.5937	5
67239 CEDEX	Benfeld	benfeld	44	67	675	48.3706	7.5937	5
67240	Gries	gries	44	67	672	48.7537	7.814	5
67240	Oberhoffen-sur-Moder	oberhoffen-sur-moder	44	67	672	48.7837	7.8635	5
67240	Kurtzenhouse	kurtzenhouse	44	67	672	48.74	7.8045	5
67240	Schirrhoffen	schirrhoffen	44	67	672	48.8062	7.922	5
67240	Schirrhein	schirrhein	44	67	672	48.8016	7.9059	5
67240	Bischwiller	bischwiller	44	67	672	48.7683	7.8541	5
67240	Kaltenhouse	kaltenhouse	44	67	672	48.7911	7.8322	5
67241 CEDEX	Bischwiller	bischwiller	44	67	672	48.7683	7.8541	5
67242 CEDEX	Bischwiller	bischwiller	44	67	672	48.7683	7.8541	5
67243 CEDEX	Bischwiller	bischwiller	44	67	672	48.7683	7.8541	5
67249 CEDEX	Bischwiller	bischwiller	44	67	672	48.7683	7.8541	5
67250	Preuschdorf	preuschdorf	44	67	672	48.9447	7.8011	5
67250	Schœnenbourg	sch-nenbourg	44	67	672	48.95	7.9167	5
67250	Hunspach	hunspach	44	67	672	48.9532	7.94	5
67250	Lampertsloch	lampertsloch	44	67	672	48.9578	7.8153	5
67250	Retschwiller	retschwiller	44	67	672	48.9502	7.8814	5
67250	Ingolsheim	ingolsheim	44	67	672	48.974	7.9359	5
67250	Aschbach	aschbach	44	67	672	48.935	7.9823	5
67250	Merkwiller-Pechelbronn	merkwiller-pechelbronn	44	67	672	48.9376	7.8286	5
67250	Hoffen	hoffen	44	67	672	48.9289	7.9416	5
67250	Kutzenhausen	kutzenhausen	44	67	672	48.9335	7.8543	5
67250	Keffenach	keffenach	44	67	672	48.9651	7.882	5
67250	Surbourg	surbourg	44	67	672	48.9101	7.8472	5
67250	Oberrœdern	oberr-dern	44	67	672	48.9219	7.9745	5
67250	Memmelshoffen	memmelshoffen	44	67	672	48.9597	7.8695	5
67250	Stundwiller	stundwiller	44	67	672	48.9253	7.9896	5
67250	Soultz-sous-Forêts	soultz-sous-forets	44	67	672	48.9369	7.8811	5
67250	Lobsann	lobsann	44	67	672	48.9632	7.8453	5
67260	Herbitzheim	herbitzheim	44	67	674	49.0154	7.0819	5
67260	Diedendorf	diedendorf	44	67	674	48.8794	7.0462	5
67260	Wolfskirchen	wolfskirchen	44	67	674	48.8793	7.0749	5
67260	Siltzheim	siltzheim	44	67	674	49.0638	7.0927	5
67260	Burbach	burbach	44	67	674	48.9015	7.1121	5
67260	Sarrewerden	sarrewerden	44	67	674	48.9226	7.0841	5
67260	Hinsingen	hinsingen	44	67	674	48.9533	6.9935	5
67260	Harskirchen	harskirchen	44	67	674	48.9338	7.0371	5
67260	Altwiller	altwiller	44	67	674	48.9292	6.9804	5
67260	Sarre-Union	sarre-union	44	67	674	48.9382	7.0937	5
67260	Schopperten	schopperten	44	67	674	48.946	7.0531	5
67260	Rimsdorf	rimsdorf	44	67	674	48.9292	7.1247	5
67260	Bissert	bissert	44	67	674	48.9421	7.0246	5
67260	Keskastel	keskastel	44	67	674	48.9713	7.0441	5
67261 CEDEX	Sarre-Union	sarre-union	44	67	674	48.9382	7.0937	5
67262 CEDEX	Sarre-Union	sarre-union	44	67	674	48.9382	7.0937	5
67269 CEDEX	Sarre-Union	sarre-union	44	67	674	48.9382	7.0937	5
67270	Bossendorf	bossendorf	44	67	674	48.781	7.5606	5
67270	Huttendorf	huttendorf	44	67	672	48.8003	7.6394	5
67270	Melsheim	melsheim	44	67	674	48.7571	7.5225	5
67270	Wilwisheim	wilwisheim	44	67	674	48.7482	7.5064	5
67270	Minversheim	minversheim	44	67	674	48.7855	7.6216	5
67270	Mutzenhouse	mutzenhouse	44	67	674	48.741	7.5889	5
67270	Alteckendorf	alteckendorf	44	67	674	48.7917	7.597	5
67270	Wickersheim-Wilshausen	wickersheim-wilshausen	44	67	674	48.7833	7.5333	5
67270	Wingersheim les Quatre Bans	wingersheim-les-quatre-bans	44	67	674	48.7222	7.6358	5
67270	Scherlenheim	scherlenheim	44	67	674	48.7639	7.5347	5
67270	Schaffhouse-sur-Zorn	schaffhouse-sur-zorn	44	67	674	48.7324	7.5632	5
67270	Ingenheim	ingenheim	44	67	674	48.7342	7.5199	5
67270	Kienheim	kienheim	44	67	674	48.6899	7.5803	5
67270	Gingsheim	gingsheim	44	67	674	48.7169	7.5884	5
67270	Gougenheim	gougenheim	44	67	674	48.7017	7.5662	5
67270	Hochfelden	hochfelden	44	67	674	48.7574	7.5677	5
67270	Hohfrankenheim	hohfrankenheim	44	67	674	48.7296	7.5776	5
67270	Lixhausen	lixhausen	44	67	674	48.7943	7.5483	5
67270	Geiswiller	geiswiller	44	67	674	48.7884	7.5038	5
67270	Saessolsheim	saessolsheim	44	67	674	48.7084	7.5122	5
67270	Rohr	rohr	44	67	674	48.6959	7.5457	5
67270	Duntzenheim	duntzenheim	44	67	674	48.712	7.5358	5
67270	Schwindratzheim	schwindratzheim	44	67	674	48.7558	7.599	5
67270	Zoebersdorf	zoebersdorf	44	67	674	48.7936	7.5254	5
67270	Durningen	durningen	44	67	674	48.6831	7.5686	5
67280	Niederhaslach	niederhaslach	44	67	673	48.5426	7.3428	5
67280	Oberhaslach	oberhaslach	44	67	673	48.5504	7.3321	5
67280	Urmatt	urmatt	44	67	673	48.5275	7.3256	5
67290	Volksberg	volksberg	44	67	674	48.9471	7.2984	5
67290	Frohmuhl	frohmuhl	44	67	674	48.9094	7.2802	5
67290	Puberg	puberg	44	67	674	48.9119	7.3138	5
67290	Erckartswiller	erckartswiller	44	67	674	48.8761	7.3646	5
67290	Zittersheim	zittersheim	44	67	674	48.8993	7.3476	5
67290	Lohr	lohr	44	67	674	48.8585	7.2445	5
67290	La Petite-Pierre	la-petite-pierre	44	67	674	48.8588	7.3214	5
67290	Tieffenbach	tieffenbach	44	67	674	48.9042	7.2495	5
67290	Rosteig	rosteig	44	67	674	48.9326	7.3382	5
67290	Wimmenau	wimmenau	44	67	674	48.9122	7.4219	5
67290	Struth	struth	44	67	674	48.8935	7.2553	5
67290	Wingen-sur-Moder	wingen-sur-moder	44	67	674	48.919	7.3796	5
67290	Hinsbourg	hinsbourg	44	67	674	48.9061	7.2906	5
67290	Petersbach	petersbach	44	67	674	48.8709	7.2662	5
67290	Weislingen	weislingen	44	67	674	48.9205	7.2538	5
67300	Schiltigheim	schiltigheim	44	67	678	48.6075	7.7493	5
67301 CEDEX	Schiltigheim	schiltigheim	44	67	678	48.6075	7.7493	5
67302 CEDEX	Schiltigheim	schiltigheim	44	67	678	48.6075	7.7493	5
67303 CEDEX	Schiltigheim	schiltigheim	44	67	678	48.6075	7.7493	5
67304 CEDEX	Schiltigheim	schiltigheim	44	67	678	48.6075	7.7493	5
67305 CEDEX	Schiltigheim	schiltigheim	44	67	678	48.6075	7.7493	5
67306 CEDEX	Schiltigheim	schiltigheim	44	67	678	48.6075	7.7493	5
67307 CEDEX	Schiltigheim	schiltigheim	44	67	678	48.6075	7.7493	5
67308 CEDEX	Schiltigheim	schiltigheim	44	67	678	48.6075	7.7493	5
67310	Wasselonne	wasselonne	44	67	673	48.6378	7.4451	5
67310	Traenheim	traenheim	44	67	673	48.5955	7.4655	5
67310	Rangen	rangen	44	67	673	48.6663	7.4773	5
67310	Romanswiller	romanswiller	44	67	673	48.6456	7.4076	5
67310	Zehnacker	zehnacker	44	67	673	48.6713	7.4508	5
67310	Crastatt	crastatt	44	67	673	48.6585	7.4276	5
67310	Dahlenheim	dahlenheim	44	67	673	48.586	7.5071	5
67310	Zeinheim	zeinheim	44	67	673	48.6728	7.4863	5
67310	Bergbieten	bergbieten	44	67	673	48.5763	7.457	5
67310	Cosswiller	cosswiller	44	67	673	48.6315	7.4012	5
67310	Balbronn	balbronn	44	67	673	48.5838	7.4367	5
67310	Westhoffen	westhoffen	44	67	673	48.6035	7.4429	5
67310	Dangolsheim	dangolsheim	44	67	673	48.5716	7.4653	5
67310	Hohengœft	hoheng-ft	44	67	673	48.6614	7.4736	5
67310	Allenwiller	allenwiller	44	67	674	48.6549	7.3755	5
67310	Sommerau	sommerau	44	67	674	48.6552	7.3761	5
67310	Scharrachbergheim-Irmstett	scharrachbergheim-irmstett	44	67	673	48.5938	7.4918	5
67310	Knœrsheim	kn-rsheim	44	67	673	48.6811	7.4614	5
67310	Flexbourg	flexbourg	44	67	673	48.5717	7.4308	5
67311 CEDEX	Schiltigheim	schiltigheim	44	67	678	48.6075	7.7493	5
67312 CEDEX	Schiltigheim	schiltigheim	44	67	678	48.6075	7.7493	5
67318 CEDEX	Wasselonne	wasselonne	44	67	673	48.6378	7.4451	5
67319 CEDEX	Wasselonne	wasselonne	44	67	673	48.6378	7.4451	5
67320	Bettwiller	bettwiller	44	67	674	48.8866	7.1794	5
67320	Bust	bust	44	67	674	48.8298	7.2352	5
67320	Thal-Drulingen	thal-drulingen	44	67	674	48.9167	7.15	5
67320	Eschwiller	eschwiller	44	67	674	48.8593	7.1154	5
67320	Rauwiller	rauwiller	44	67	674	48.8118	7.1076	5
67320	Asswiller	asswiller	44	67	674	48.8808	7.2201	5
67320	Drulingen	drulingen	44	67	674	48.868	7.1896	5
67320	Eschbourg	eschbourg	44	67	674	48.8138	7.296	5
67320	Adamswiller	adamswiller	44	67	674	48.9047	7.2039	5
67320	Baerendorf	baerendorf	44	67	674	48.8381	7.0849	5
67320	Eywiller	eywiller	44	67	674	48.8708	7.1305	5
67320	Pfalzweyer	pfalzweyer	44	67	674	48.8061	7.2601	5
67320	Gungwiller	gungwiller	44	67	674	48.8815	7.1576	5
67320	Kirrberg	kirrberg	44	67	674	48.8226	7.0654	5
67320	Rexingen	rexingen	44	67	674	48.9	7.18	5
67320	Siewiller	siewiller	44	67	674	48.8435	7.2019	5
67320	Weyer	weyer	44	67	674	48.8548	7.1602	5
67320	Schœnbourg	sch-nbourg	44	67	674	48.8333	7.2667	5
67320	Gœrlingen	g-rlingen	44	67	674	48.7961	7.0836	5
67320	Durstel	durstel	44	67	674	48.8917	7.1976	5
67320	Berg	berg	44	67	674	48.896	7.1546	5
67320	Hirschland	hirschland	44	67	674	48.8375	7.1125	5
67320	Ottwiller	ottwiller	44	67	674	48.8653	7.2295	5
67330	Niedersoultzbach	niedersoultzbach	44	67	674	48.8494	7.4656	5
67330	Kirrwiller	kirrwiller	44	67	674	48.8155	7.5292	5
67330	Uttwiller	uttwiller	44	67	674	48.8472	7.4892	5
67330	Bouxwiller	bouxwiller	44	67	674	48.8249	7.4812	5
67330	Bosselshausen	bosselshausen	44	67	674	48.8051	7.5094	5
67330	Dossenheim-sur-Zinsel	dossenheim-sur-zinsel	44	67	674	48.8059	7.4027	5
67330	Neuwiller-lès-Saverne	neuwiller-les-saverne	44	67	674	48.8251	7.4051	5
67330	Obermodern-Zutzendorf	obermodern-zutzendorf	44	67	674	48.85	7.5333	5
67330	Hattmatt	hattmatt	44	67	674	48.7906	7.4214	5
67330	Ernolsheim-lès-Saverne	ernolsheim-les-saverne	44	67	674	48.7918	7.381	5
67330	Obersoultzbach	obersoultzbach	44	67	674	48.8519	7.4513	5
67330	Issenhausen	issenhausen	44	67	674	48.8045	7.5363	5
67340	Reipertswiller	reipertswiller	44	67	674	48.9331	7.464	5
67340	Weinbourg	weinbourg	44	67	674	48.8713	7.4414	5
67340	Ingwiller	ingwiller	44	67	674	48.8728	7.4798	5
67340	Sparsbach	sparsbach	44	67	674	48.8775	7.4158	5
67340	Weiterswiller	weiterswiller	44	67	674	48.8541	7.4117	5
67340	Rothbach	rothbach	44	67	672	48.9074	7.5289	5
67340	Bischholtz	bischholtz	44	67	674	48.8931	7.5396	5
67340	Offwiller	offwiller	44	67	672	48.9107	7.5442	5
67340	Schillersdorf	schillersdorf	44	67	674	48.8705	7.5253	5
67340	Menchhoffen	menchhoffen	44	67	674	48.8593	7.4962	5
67340	Lichtenberg	lichtenberg	44	67	674	48.9217	7.4817	5
67350	Schalkendorf	schalkendorf	44	67	674	48.833	7.5624	5
67350	Ringeldorf	ringeldorf	44	67	672	48.8252	7.6073	5
67350	Dauendorf	dauendorf	44	67	672	48.8299	7.6553	5
67350	Ringendorf	ringendorf	44	67	674	48.8074	7.5552	5
67350	Uhlwiller	uhlwiller	44	67	672	48.8207	7.674	5
67350	Buswiller	buswiller	44	67	674	48.8196	7.5587	5
67350	Mulhausen	mulhausen	44	67	674	48.8832	7.5527	5
67350	Uhrwiller	uhrwiller	44	67	672	48.8779	7.578	5
67350	La Walck	la-walck	44	67	672	48.8501	7.6105	5
67350	Engwiller	engwiller	44	67	672	48.8852	7.6161	5
67350	Morschwiller	morschwiller	44	67	672	48.8198	7.6267	5
67350	Val-de-Moder	val-de-moder	44	67	672	48.8444	7.6108	5
67350	Bitschhoffen	bitschhoffen	44	67	672	48.8582	7.6181	5
67350	Kindwiller	kindwiller	44	67	672	48.8625	7.597	5
67350	Uberach	uberach	44	67	672	48.8499	7.6293	5
67350	Ettendorf	ettendorf	44	67	674	48.8128	7.5825	5
67350	Grassendorf	grassendorf	44	67	674	48.8192	7.6146	5
67350	Pfaffenhoffen	pfaffenhoffen	44	67	672	48.8422	7.6071	5
67350	Niedermodern	niedermodern	44	67	672	48.8452	7.6267	5
67360	Dieffenbach-lès-Wœrth	dieffenbach-les-w-rth	44	67	672	48.9333	7.7833	5
67360	Hegeney	hegeney	44	67	672	48.8909	7.7416	5
67360	Gœrsdorf	g-rsdorf	44	67	672	48.95	7.7667	5
67360	Eschbach	eschbach	44	67	672	48.8747	7.7361	5
67360	Frœschwiller	fr-schwiller	44	67	672	48.95	7.7167	5
67360	Morsbronn-les-Bains	morsbronn-les-bains	44	67	672	48.9018	7.7438	5
67360	Woerth	woerth	44	67	672	48.9395	7.7428	5
67360	Gunstett	gunstett	44	67	672	48.9142	7.763	5
67360	Durrenbach	durrenbach	44	67	672	48.8968	7.7677	5
67360	Oberdorf-Spachbach	oberdorf-spachbach	44	67	672	48.9248	7.7576	5
67360	Walbourg	walbourg	44	67	672	48.8863	7.7883	5
67360	Biblisheim	biblisheim	44	67	672	48.9003	7.7921	5
67360	Langensoultzbach	langensoultzbach	44	67	672	48.9673	7.7344	5
67370	Pfettisheim	pfettisheim	44	67	674	48.66	7.6455	5
67370	Neugartheim-Ittlenheim	neugartheim-ittlenheim	44	67	674	48.6623	7.5382	5
67370	Wintzenheim-Kochersberg	wintzenheim-kochersberg	44	67	674	48.6587	7.5143	5
67370	Schnersheim	schnersheim	44	67	674	48.6574	7.567	5
67370	Truchtersheim	truchtersheim	44	67	674	48.6631	7.6075	5
67370	Willgottheim	willgottheim	44	67	674	48.6703	7.5115	5
67370	Wiwersheim	wiwersheim	44	67	674	48.6401	7.6063	5
67370	Stutzheim-Offenheim	stutzheim-offenheim	44	67	674	48.6288	7.6236	5
67370	Berstett	berstett	44	67	674	48.679	7.6572	5
67370	Griesheim-sur-Souffel	griesheim-sur-souffel	44	67	674	48.6359	7.6692	5
67370	Pfulgriesheim	pfulgriesheim	44	67	674	48.644	7.6709	5
67370	Dingsheim	dingsheim	44	67	674	48.6305	7.6693	5
67380	Lingolsheim	lingolsheim	44	67	678	48.5575	7.6825	5
67381 CEDEX	Lingolsheim	lingolsheim	44	67	678	48.5575	7.6825	5
67382 CEDEX	Lingolsheim	lingolsheim	44	67	678	48.5575	7.6825	5
67390	Bœsenbiesen	b-senbiesen	44	67	675	48.2273	7.5631	5
67390	Hessenheim	hessenheim	44	67	675	48.2099	7.551	5
67390	Ohnenheim	ohnenheim	44	67	675	48.1835	7.507	5
67390	Bootzheim	bootzheim	44	67	675	48.1882	7.574	5
67390	Schwobsheim	schwobsheim	44	67	675	48.2318	7.5778	5
67390	Artolsheim	artolsheim	44	67	675	48.2079	7.5727	5
67390	Mackenheim	mackenheim	44	67	675	48.1842	7.5648	5
67390	Elsenheim	elsenheim	44	67	675	48.1617	7.4982	5
67390	Richtolsheim	richtolsheim	44	67	675	48.225	7.5943	5
67390	Heidolsheim	heidolsheim	44	67	675	48.2022	7.5159	5
67390	Schœnau	sch-nau	44	67	675	48.223	7.6468	5
67390	Saasenheim	saasenheim	44	67	675	48.2361	7.619	5
67390	Marckolsheim	marckolsheim	44	67	675	48.1647	7.544	5
67400	Illkirch-Graffenstaden	illkirch-graffenstaden	44	67	678	48.5289	7.7152	5
67401 CEDEX	Illkirch-Graffenstaden	illkirch-graffenstaden	44	67	678	48.5289	7.7152	5
67402 CEDEX	Illkirch-Graffenstaden	illkirch-graffenstaden	44	67	678	48.5289	7.7152	5
67403 CEDEX	Illkirch-Graffenstaden	illkirch-graffenstaden	44	67	678	48.5289	7.7152	5
67404 CEDEX	Illkirch-Graffenstaden	illkirch-graffenstaden	44	67	678	48.5289	7.7152	5
67405 CEDEX	Illkirch-Graffenstaden	illkirch-graffenstaden	44	67	678	48.5289	7.7152	5
67407 CEDEX	Illkirch-Graffenstaden	illkirch-graffenstaden	44	67	678	48.5289	7.7152	5
67408 CEDEX	Illkirch-Graffenstaden	illkirch-graffenstaden	44	67	678	48.5289	7.7152	5
67409 CEDEX	Illkirch-Graffenstaden	illkirch-graffenstaden	44	67	678	48.5289	7.7152	5
67410	Drusenheim	drusenheim	44	67	672	48.7621	7.9533	5
67410	Rohrwiller	rohrwiller	44	67	672	48.7571	7.9055	5
67411 CEDEX	Illkirch-Graffenstaden	illkirch-graffenstaden	44	67	678	48.5289	7.7152	5
67412 CEDEX	Illkirch-Graffenstaden	illkirch-graffenstaden	44	67	678	48.5289	7.7152	5
67420	Saint-Blaise-la-Roche	saint-blaise-la-roche	44	67	673	48.4066	7.1621	5
67420	Plaine	plaine	44	67	673	48.4177	7.1458	5
67420	Colroy-la-Roche	colroy-la-roche	44	67	673	48.39	7.1791	5
67420	Saulxures	saulxures	44	67	673	48.3927	7.1294	5
67420	Bourg-Bruche	bourg-bruche	44	67	673	48.3583	7.1369	5
67420	Ranrupt	ranrupt	44	67	673	48.375	7.199	5
67420	Saales	saales	44	67	673	48.3497	7.1066	5
67430	Vœllerdingen	v-llerdingen	44	67	674	48.9667	7.1333	5
67430	Waldhambach	waldhambach	44	67	674	48.9266	7.2162	5
67430	Ratzwiller	ratzwiller	44	67	674	48.9553	7.2399	5
67430	Butten	butten	44	67	674	48.9706	7.2226	5
67430	Diemeringen	diemeringen	44	67	674	48.9401	7.1884	5
67430	Lorentzen	lorentzen	44	67	674	48.9526	7.1747	5
67430	Dehlingen	dehlingen	44	67	674	48.9811	7.1913	5
67430	Mackwiller	mackwiller	44	67	674	48.9252	7.1755	5
67430	Domfessel	domfessel	44	67	674	48.9515	7.1531	5
67440	Birkenwald	birkenwald	44	67	674	48.6596	7.3443	5
67440	Lochwiller	lochwiller	44	67	674	48.6963	7.4158	5
67440	Kleingœft	kleing-ft	44	67	674	48.6916	7.4438	5
67440	Hengwiller	hengwiller	44	67	674	48.6666	7.3311	5
67440	Salenthal	salenthal	44	67	674	48.6677	7.3691	5
67440	Marmoutier	marmoutier	44	67	674	48.6901	7.382	5
67440	Dimbsthal	dimbsthal	44	67	674	48.6724	7.357	5
67440	Schwenheim	schwenheim	44	67	674	48.714	7.413	5
67440	Thal-Marmoutier	thal-marmoutier	44	67	674	48.7023	7.3526	5
67440	Sommerau	sommerau	44	67	674	48.6552	7.3761	5
67440	Reutenbourg	reutenbourg	44	67	674	48.6848	7.4072	5
67440	Westhouse-Marmoutier	westhouse-marmoutier	44	67	674	48.6864	7.4509	5
67440	Singrist	singrist	44	67	674	48.6702	7.3863	5
67440	Reinhardsmunster	reinhardsmunster	44	67	674	48.6771	7.3173	5
67440	Jetterswiller	jetterswiller	44	67	673	48.6701	7.4144	5
67441 CEDEX	Marmoutier	marmoutier	44	67	674	48.6901	7.382	5
67450	Lampertheim	lampertheim	44	67	678	48.6515	7.6988	5
67450	Mundolsheim	mundolsheim	44	67	678	48.6422	7.7138	5
67451 CEDEX	Mundolsheim	mundolsheim	44	67	678	48.6422	7.7138	5
67452 CEDEX	Mundolsheim	mundolsheim	44	67	678	48.6422	7.7138	5
67453 CEDEX	Mundolsheim	mundolsheim	44	67	678	48.6422	7.7138	5
67454 CEDEX	Mundolsheim	mundolsheim	44	67	678	48.6422	7.7138	5
67455 CEDEX	Mundolsheim	mundolsheim	44	67	678	48.6422	7.7138	5
67456 CEDEX	Mundolsheim	mundolsheim	44	67	678	48.6422	7.7138	5
67457 CEDEX	Mundolsheim	mundolsheim	44	67	678	48.6422	7.7138	5
67458 CEDEX	Mundolsheim	mundolsheim	44	67	678	48.6422	7.7138	5
67459 CEDEX	Mundolsheim	mundolsheim	44	67	678	48.6422	7.7138	5
67460	Souffelweyersheim	souffelweyersheim	44	67	678	48.6354	7.7414	5
67470	Niederrœdern	niederr-dern	44	67	672	48.9069	8.047	5
67470	Mothern	mothern	44	67	672	48.9327	8.1538	5
67470	Crœttwiller	cr-ttwiller	44	67	672	48.9333	8.0333	5
67470	Trimbach	trimbach	44	67	672	48.9403	8.0229	5
67470	Eberbach-Seltz	eberbach-seltz	44	67	672	48.9261	8.0683	5
67470	Munchhausen	munchhausen	44	67	672	48.9202	8.1488	5
67470	Seltz	seltz	44	67	672	48.8952	8.1076	5
67470	Wintzenbach	wintzenbach	44	67	672	48.9359	8.1015	5
67470	Schaffhouse-près-Seltz	schaffhouse-pres-seltz	44	67	672	48.9087	8.0993	5
67470	Buhl	buhl	44	67	672	48.9165	8.0058	5
67480	Kauffenheim	kauffenheim	44	67	672	48.8523	8.0271	5
67480	Leutenheim	leutenheim	44	67	672	48.8424	8.0176	5
67480	Forstfeld	forstfeld	44	67	672	48.8593	8.0392	5
67480	Roeschwoog	roeschwoog	44	67	672	48.8268	8.0368	5
67480	Neuhaeusel	neuhaeusel	44	67	672	48.8235	8.0859	5
67480	Fort-Louis	fort-louis	44	67	672	48.8016	8.0567	5
67480	Rountzenheim	rountzenheim	44	67	672	48.8208	8.0056	5
67480	Auenheim	auenheim	44	67	672	48.8151	8.0066	5
67480	Roppenheim	roppenheim	44	67	672	48.8433	8.0554	5
67490	Printzheim	printzheim	44	67	674	48.791	7.4789	5
67490	Friedolsheim	friedolsheim	44	67	674	48.7064	7.485	5
67490	Gottesheim	gottesheim	44	67	674	48.7758	7.4805	5
67490	Altenheim	altenheim	44	67	674	48.7196	7.4627	5
67490	Lupstein	lupstein	44	67	674	48.7371	7.4859	5
67490	Littenheim	littenheim	44	67	674	48.7283	7.4877	5
67490	Dettwiller	dettwiller	44	67	674	48.7542	7.4663	5
67500	Batzendorf	batzendorf	44	67	672	48.7832	7.7064	5
67500	Haguenau	haguenau	44	67	672	48.8156	7.7905	5
67500	Niederschaeffolsheim	niederschaeffolsheim	44	67	672	48.7724	7.7386	5
67500	Weitbruch	weitbruch	44	67	672	48.7545	7.7794	5
67501 CEDEX	Haguenau	haguenau	44	67	672	48.8156	7.7905	5
67502 CEDEX	Haguenau	haguenau	44	67	672	48.8156	7.7905	5
67503 CEDEX	Haguenau	haguenau	44	67	672	48.8156	7.7905	5
67504 CEDEX	Haguenau	haguenau	44	67	672	48.8156	7.7905	5
67505 CEDEX	Haguenau	haguenau	44	67	672	48.8156	7.7905	5
67506 CEDEX	Haguenau	haguenau	44	67	672	48.8156	7.7905	5
67507 CEDEX	Haguenau	haguenau	44	67	672	48.8156	7.7905	5
67509 CEDEX	Haguenau	haguenau	44	67	672	48.8156	7.7905	5
67510	Niedersteinbach	niedersteinbach	44	67	672	49.0298	7.712	5
67510	Wingen	wingen	44	67	672	49.0262	7.814	5
67510	Obersteinbach	obersteinbach	44	67	672	49.036	7.6881	5
67510	Lembach	lembach	44	67	672	49.0036	7.7899	5
67510	Climbach	climbach	44	67	672	49.0183	7.8506	5
67520	Nordheim	nordheim	44	67	673	48.6353	7.5082	5
67520	Kirchheim	kirchheim	44	67	673	48.6092	7.4964	5
67520	Wangen	wangen	44	67	673	48.6184	7.4669	5
67520	Marlenheim	marlenheim	44	67	673	48.6213	7.491	5
67520	Odratzheim	odratzheim	44	67	673	48.6006	7.4872	5
67520	Kuttolsheim	kuttolsheim	44	67	674	48.6436	7.525	5
67521 CEDEX	Marlenheim	marlenheim	44	67	673	48.6213	7.491	5
67530	Bœrsch	b-rsch	44	67	673	48.4766	7.44	5
67530	Saint-Nabor	saint-nabor	44	67	673	48.4466	7.4232	5
67530	Ottrott	ottrott	44	67	673	48.4564	7.4256	5
67540	Ostwald	ostwald	44	67	678	48.5437	7.711	5
67541 CEDEX	Ostwald	ostwald	44	67	678	48.5437	7.711	5
67542 CEDEX	Ostwald	ostwald	44	67	678	48.5437	7.711	5
67550	Eckwersheim	eckwersheim	44	67	678	48.6817	7.6969	5
67550	Vendenheim	vendenheim	44	67	678	48.6695	7.7098	5
67560	Rosenwiller	rosenwiller	44	67	673	48.5052	7.4385	5
67560	Rosheim	rosheim	44	67	673	48.4971	7.471	5
67570	Rothau	rothau	44	67	673	48.4569	7.2077	5
67570	La Broque	la-broque	44	67	673	48.473	7.2164	5
67580	Forstheim	forstheim	44	67	672	48.8949	7.715	5
67580	Mietesheim	mietesheim	44	67	672	48.8789	7.6417	5
67580	Mertzwiller	mertzwiller	44	67	672	48.8656	7.6814	5
67580	Laubach	laubach	44	67	672	48.8816	7.7203	5
67590	Ohlungen	ohlungen	44	67	672	48.8135	7.7023	5
67590	Wintershouse	wintershouse	44	67	672	48.7924	7.7007	5
67590	Schweighouse-sur-Moder	schweighouse-sur-moder	44	67	672	48.8201	7.7281	5
67600	Hilsenheim	hilsenheim	44	67	675	48.2876	7.5635	5
67600	Ebersheim	ebersheim	44	67	675	48.3044	7.499	5
67600	Sélestat	selestat	44	67	675	48.2667	7.45	5
67600	Bindernheim	bindernheim	44	67	675	48.2834	7.6079	5
67600	Ebersmunster	ebersmunster	44	67	675	48.3112	7.5249	5
67600	Kintzheim	kintzheim	44	67	675	48.2548	7.3949	5
67600	Orschwiller	orschwiller	44	67	675	48.2416	7.3845	5
67600	Mussig	mussig	44	67	675	48.2299	7.5196	5
67600	Muttersholtz	muttersholtz	44	67	675	48.2676	7.5357	5
67600	Baldenheim	baldenheim	44	67	675	48.2378	7.5397	5
67601 CEDEX	Sélestat	selestat	44	67	675	48.2667	7.45	5
67602 CEDEX	Sélestat	selestat	44	67	675	48.2667	7.45	5
67603 CEDEX	Sélestat	selestat	44	67	675	48.2667	7.45	5
67604 CEDEX	Sélestat	selestat	44	67	675	48.2667	7.45	5
67605 CEDEX	Sélestat	selestat	44	67	675	48.2667	7.45	5
67606 CEDEX	Sélestat	selestat	44	67	675	48.2667	7.45	5
67607 CEDEX	Sélestat	selestat	44	67	675	48.2667	7.45	5
67608 CEDEX	Sélestat	selestat	44	67	675	48.2667	7.45	5
67609 CEDEX	Sélestat	selestat	44	67	675	48.2667	7.45	5
67610	La Wantzenau	la-wantzenau	44	67	678	48.6579	7.8307	5
67620	Soufflenheim	soufflenheim	44	67	672	48.8303	7.9627	5
67630	Lauterbourg	lauterbourg	44	67	672	48.9751	8.1785	5
67630	Niederlauterbach	niederlauterbach	44	67	672	48.9711	8.0981	5
67630	Neewiller-près-Lauterbourg	neewiller-pres-lauterbourg	44	67	672	48.9553	8.1258	5
67630	Scheibenhard	scheibenhard	44	67	672	48.9769	8.1354	5
67640	Fegersheim	fegersheim	44	67	678	48.4902	7.6811	5
67640	Ichtratzheim	ichtratzheim	44	67	675	48.477	7.6788	5
67640	Lipsheim	lipsheim	44	67	678	48.4916	7.6675	5
67650	Blienschwiller	blienschwiller	44	67	675	48.3412	7.4174	5
67650	Dieffenthal	dieffenthal	44	67	675	48.3093	7.4195	5
67650	Dambach-la-Ville	dambach-la-ville	44	67	675	48.3238	7.4255	5
67660	Betschdorf	betschdorf	44	67	672	48.8982	7.902	5
67670	Wittersheim	wittersheim	44	67	672	48.7818	7.6582	5
67670	Mommenheim	mommenheim	44	67	672	48.7578	7.6449	5
67670	Waltenheim-sur-Zorn	waltenheim-sur-zorn	44	67	674	48.7471	7.6292	5
67680	Epfig	epfig	44	67	675	48.3593	7.4643	5
67680	Nothalten	nothalten	44	67	675	48.3548	7.4199	5
67690	Rittershoffen	rittershoffen	44	67	672	48.903	7.9523	5
67690	Hatten	hatten	44	67	672	48.9012	7.9797	5
67700	Wolschheim	wolschheim	44	67	674	48.7029	7.4514	5
67700	Waldolwisheim	waldolwisheim	44	67	674	48.7329	7.4372	5
67700	Haegen	haegen	44	67	674	48.7149	7.3391	5
67700	Maennolsheim	maennolsheim	44	67	674	48.7	7.4633	5
67700	Monswiller	monswiller	44	67	674	48.7551	7.3773	5
67700	Landersheim	landersheim	44	67	674	48.6895	7.4949	5
67700	Eckartswiller	eckartswiller	44	67	674	48.7668	7.3567	5
67700	Saint-Jean-Saverne	saint-jean-saverne	44	67	674	48.7701	7.3618	5
67700	Furchhausen	furchhausen	44	67	674	48.7186	7.4384	5
67700	Otterswiller	otterswiller	44	67	674	48.7257	7.3788	5
67700	Gottenhouse	gottenhouse	44	67	674	48.7204	7.3607	5
67700	Saverne	saverne	44	67	674	48.7416	7.3622	5
67700	Ottersthal	ottersthal	44	67	674	48.7546	7.3499	5
67701 CEDEX	Saverne	saverne	44	67	674	48.7416	7.3622	5
67702 CEDEX	Saverne	saverne	44	67	674	48.7416	7.3622	5
67703 CEDEX	Saverne	saverne	44	67	674	48.7416	7.3622	5
67704 CEDEX	Saverne	saverne	44	67	674	48.7416	7.3622	5
67705 CEDEX	Saverne	saverne	44	67	674	48.7416	7.3622	5
67706 CEDEX	Saverne	saverne	44	67	674	48.7416	7.3622	5
67707 CEDEX	Saverne	saverne	44	67	674	48.7416	7.3622	5
67708 CEDEX	Saverne	saverne	44	67	674	48.7416	7.3622	5
67709 CEDEX	Saverne	saverne	44	67	674	48.7416	7.3622	5
67710	Wangenbourg-Engenthal	wangenbourg-engenthal	44	67	673	48.628	7.3047	5
67710	Obersteigen	obersteigen	44	67	673	48.6414	7.3066	5
67720	Bietlenheim	bietlenheim	44	67	672	48.7189	7.7826	5
67720	Hœrdt	h-rdt	44	67	672	48.7	7.7833	5
67720	Weyersheim	weyersheim	44	67	672	48.7162	7.8013	5
67721 CEDEX	Hœrdt	h-rdt	44	67	672	48.7	7.7833	5
67722 CEDEX	Hœrdt	h-rdt	44	67	672	48.7	7.7833	5
67723 CEDEX	Hœrdt	h-rdt	44	67	672	48.7	7.7833	5
67724 CEDEX	Hœrdt	h-rdt	44	67	672	48.7	7.7833	5
67725 CEDEX	Hœrdt	h-rdt	44	67	672	48.7	7.7833	5
67726 CEDEX	Hœrdt	h-rdt	44	67	672	48.7	7.7833	5
67727 CEDEX	Hœrdt	h-rdt	44	67	672	48.7	7.7833	5
67728 CEDEX	Hœrdt	h-rdt	44	67	672	48.7	7.7833	5
67730	Châtenois	chatenois	44	67	675	48.272	7.4011	5
67730	La Vancelle	la-vancelle	44	67	675	48.286	7.3034	5
67750	Scherwiller	scherwiller	44	67	675	48.2871	7.4214	5
67760	Gambsheim	gambsheim	44	67	672	48.6921	7.8829	5
67770	Stattmatten	stattmatten	44	67	672	48.7963	7.9997	5
67770	Sessenheim	sessenheim	44	67	672	48.7965	7.9872	5
67770	Dalhunden	dalhunden	44	67	672	48.775	7.9912	5
67790	Steinbourg	steinbourg	44	67	674	48.7703	7.4135	5
67800	Bischheim	bischheim	44	67	678	48.6161	7.7534	5
67800	Hœnheim	h-nheim	44	67	678	48.6222	7.7555	5
67801 CEDEX	Bischheim	bischheim	44	67	678	48.6161	7.7534	5
67802 CEDEX	Bischheim	bischheim	44	67	678	48.6161	7.7534	5
67803 CEDEX	Bischheim	bischheim	44	67	678	48.6161	7.7534	5
67804 CEDEX	Bischheim	bischheim	44	67	678	48.6161	7.7534	5
67807 CEDEX	Bischheim	bischheim	44	67	678	48.6161	7.7534	5
67809 CEDEX	Bischheim	bischheim	44	67	678	48.6161	7.7534	5
67810	Holtzheim	holtzheim	44	67	678	48.5582	7.6443	5
67820	Wittisheim	wittisheim	44	67	675	48.2645	7.5868	5
67831 CEDEX	Tanneries	tanneries	44	67	678	48.561	7.696	5
67832 CEDEX	Tanneries	tanneries	44	67	678	48.561	7.696	5
67833 CEDEX	Tanneries	tanneries	44	67	678	48.561	7.696	5
67834 CEDEX	Tanneries	tanneries	44	67	678	48.561	7.696	5
67836 CEDEX	Tanneries	tanneries	44	67	678	48.561	7.696	5
67838 CEDEX	Tanneries	tanneries	44	67	678	48.561	7.696	5
67839 CEDEX	Tanneries	tanneries	44	67	678	48.561	7.696	5
67840	Kilstett	kilstett	44	67	672	48.676	7.8547	5
67841 CEDEX	Tanneries	tanneries	44	67	678	48.561	7.696	5
67842 CEDEX	Tanneries	tanneries	44	67	678	48.561	7.696	5
67843 CEDEX	Tanneries	tanneries	44	67	678	48.561	7.696	5
67850	Offendorf	offendorf	44	67	672	48.7125	7.9146	5
67850	Herrlisheim	herrlisheim	44	67	672	48.7305	7.9053	5
67860	Friesenheim	friesenheim	44	67	675	48.3093	7.6709	5
67860	Boofzheim	boofzheim	44	67	675	48.3319	7.6807	5
67860	Rhinau	rhinau	44	67	675	48.3202	7.7053	5
67870	Bischoffsheim	bischoffsheim	44	67	673	48.487	7.4897	5
67870	Griesheim-près-Molsheim	griesheim-pres-molsheim	44	67	673	48.503	7.5303	5
67880	Innenheim	innenheim	44	67	675	48.4966	7.5744	5
67880	Krautergersheim	krautergersheim	44	67	675	48.4763	7.5672	5
67891 CEDEX	Niederbronn-les-Bains	niederbronn-les-bains	44	67	672	48.9516	7.6427	5
67892 CEDEX	Niederbronn-les-Bains	niederbronn-les-bains	44	67	672	48.9516	7.6427	5
67900 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67905 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67906 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67907 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67909 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67911 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67913 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67920	Sundhouse	sundhouse	44	67	675	48.2511	7.6043	5
67921 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67922 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67923 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67925 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67926 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67927 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67928 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67930	Beinheim	beinheim	44	67	672	48.8626	8.0848	5
67930	Kesseldorf	kesseldorf	44	67	672	48.8753	8.0693	5
67931 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67932 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67933 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67942 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67943 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67944 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67948 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67949 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67952 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67953 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67955 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67957 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67958 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67959 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67960	Entzheim	entzheim	44	67	678	48.5342	7.6377	5
67961 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67962 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67963 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67964 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67965 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67966 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67967 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67969 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67970	Oermingen	oermingen	44	67	674	49.0004	7.129	5
67972 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67974 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67975 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67976 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67977 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67978 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67979 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67980	Hangenbieten	hangenbieten	44	67	678	48.5599	7.6146	5
67981 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67982 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67983 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67984 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67985 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67986 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
67990	Osthoffen	osthoffen	44	67	678	48.5869	7.5561	5
67999 CEDEX 9	Strasbourg	strasbourg	44	67	678	48.5839	7.7455	5
68000	Colmar	colmar	44	68	682	48.0808	7.3558	5
68001 CEDEX	Colmar	colmar	44	68	682	48.0808	7.3558	5
68002 CEDEX	Colmar	colmar	44	68	682	48.0808	7.3558	5
68003 CEDEX	Colmar	colmar	44	68	682	48.0808	7.3558	5
68004 CEDEX	Colmar	colmar	44	68	682	48.0808	7.3558	5
68005 CEDEX	Colmar	colmar	44	68	682	48.0808	7.3558	5
68006 CEDEX	Colmar	colmar	44	68	682	48.0808	7.3558	5
68007 CEDEX	Colmar	colmar	44	68	682	48.0808	7.3558	5
68008 CEDEX	Colmar	colmar	44	68	682	48.0808	7.3558	5
68009 CEDEX	Colmar	colmar	44	68	682	48.0808	7.3558	5
68010 CEDEX	Colmar	colmar	44	68	682	48.0808	7.3558	5
68012 CEDEX	Colmar	colmar	44	68	682	48.0808	7.3558	5
68013 CEDEX	Colmar	colmar	44	68	682	48.0808	7.3558	5
68014 CEDEX	Colmar	colmar	44	68	682	48.0808	7.3558	5
68015 CEDEX	Colmar	colmar	44	68	682	48.0808	7.3558	5
68016 CEDEX	Colmar	colmar	44	68	682	48.0808	7.3558	5
68017 CEDEX	Colmar	colmar	44	68	682	48.0808	7.3558	5
68018 CEDEX	Colmar	colmar	44	68	682	48.0808	7.3558	5
68019 CEDEX	Colmar	colmar	44	68	682	48.0808	7.3558	5
68020 CEDEX	Colmar	colmar	44	68	682	48.0808	7.3558	5
68021 CEDEX	Colmar	colmar	44	68	682	48.0808	7.3558	5
68022 CEDEX	Colmar	colmar	44	68	682	48.0808	7.3558	5
68023 CEDEX	Colmar	colmar	44	68	682	48.0808	7.3558	5
68024 CEDEX	Colmar	colmar	44	68	682	48.0808	7.3558	5
68025 CEDEX	Colmar	colmar	44	68	682	48.0808	7.3558	5
68026 CEDEX	Colmar	colmar	44	68	682	48.0808	7.3558	5
68027 CEDEX	Colmar	colmar	44	68	682	48.0808	7.3558	5
68029 CEDEX	Colmar	colmar	44	68	682	48.0808	7.3558	5
68040	Ingersheim	ingersheim	44	68	682	48.098	7.3031	5
68050 CEDEX 1	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68051 CEDEX 1	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68052 CEDEX 1	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68053 CEDEX 1	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68054 CEDEX 1	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68055 CEDEX 1	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68056 CEDEX 1	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68057 CEDEX 2	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68058 CEDEX 2	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68059 CEDEX 2	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68060 CEDEX 2	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68061 CEDEX 3	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68062 CEDEX 3	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68063 CEDEX 3	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68064 CEDEX 3	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68065 CEDEX 3	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68066 CEDEX 3	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68067 CEDEX 2	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68068 CEDEX 2	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68069 CEDEX 2	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68070 CEDEX 1	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68071 CEDEX 1	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68072 CEDEX 1	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68073 CEDEX 1	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68074 CEDEX 1	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68076 CEDEX 1	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68077 CEDEX 2	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68082 CEDEX 9	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68083 CEDEX 9	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68084 CEDEX 9	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68085 CEDEX 1	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68086 CEDEX 1	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68090 CEDEX 1	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68091 CEDEX 1	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68092 CEDEX 2	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68093 CEDEX 2	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68097 CEDEX 9	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68099 CEDEX 1	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68100	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68110	Illzach	illzach	44	68	684	47.7742	7.3518	5
68116	Guewenheim	guewenheim	44	68	686	47.7528	7.0925	5
68118	Hirtzbach	hirtzbach	44	68	681	47.5984	7.2222	5
68120	Pfastatt	pfastatt	44	68	684	47.7692	7.303	5
68120	Richwiller	richwiller	44	68	684	47.7799	7.2807	5
68121	Urbès	urbes	44	68	686	47.8843	6.9552	5
68125	Houssen	houssen	44	68	682	48.1258	7.3773	5
68126	Bennwihr	bennwihr	44	68	682	48.1446	7.3244	5
68127	Oberhergheim	oberhergheim	44	68	686	47.9667	7.3952	5
68127	Niederhergheim	niederhergheim	44	68	686	47.9856	7.3976	5
68127	Sainte-Croix-en-Plaine	sainte-croix-en-plaine	44	68	682	48.0088	7.3856	5
68127	Biltzheim	biltzheim	44	68	686	47.9581	7.3883	5
68127	Niederentzen	niederentzen	44	68	686	47.9479	7.3809	5
68127	Oberentzen	oberentzen	44	68	686	47.9432	7.376	5
68128	Village-Neuf	village-neuf	44	68	684	47.6068	7.5696	5
68128	Rosenau	rosenau	44	68	684	47.6369	7.536	5
68130	Emlingen	emlingen	44	68	681	47.6234	7.2898	5
68130	Tagsdorf	tagsdorf	44	68	681	47.6207	7.3008	5
68130	Hundsbach	hundsbach	44	68	681	47.6023	7.3354	5
68130	Franken	franken	44	68	681	47.6025	7.3549	5
68130	Jettingen	jettingen	44	68	681	47.5986	7.3728	5
68130	Schwoben	schwoben	44	68	681	47.6166	7.3051	5
68130	Aspach	aspach	44	68	681	47.6423	7.2335	5
68130	Berentzwiller	berentzwiller	44	68	681	47.5861	7.3843	5
68130	Altkirch	altkirch	44	68	681	47.6167	7.25	5
68130	Wittersdorf	wittersdorf	44	68	681	47.6221	7.2749	5
68130	Wahlbach	wahlbach	44	68	684	47.6307	7.3518	5
68130	Zaessingue	zaessingue	44	68	684	47.6255	7.3654	5
68130	Walheim	walheim	44	68	681	47.6428	7.2673	5
68130	Carspach	carspach	44	68	681	47.6161	7.2102	5
68130	Obermorschwiller	obermorschwiller	44	68	681	47.6445	7.31	5
68130	Heiwiller	heiwiller	44	68	681	47.6236	7.321	5
68130	Hausgauen	hausgauen	44	68	681	47.6047	7.3223	5
68131 CEDEX	Altkirch	altkirch	44	68	681	47.6167	7.25	5
68132 CEDEX	Altkirch	altkirch	44	68	681	47.6167	7.25	5
68133 CEDEX	Altkirch	altkirch	44	68	681	47.6167	7.25	5
68134 CEDEX	Altkirch	altkirch	44	68	681	47.6167	7.25	5
68139 CEDEX	Altkirch	altkirch	44	68	681	47.6167	7.25	5
68140	Eschbach-au-Val	eschbach-au-val	44	68	682	48.0298	7.1459	5
68140	Munster	munster	44	68	682	48.0405	7.1393	5
68140	Soultzeren	soultzeren	44	68	682	48.0639	7.1023	5
68140	Gunsbach	gunsbach	44	68	682	48.0478	7.176	5
68140	Hohrod	hohrod	44	68	682	48.0541	7.1247	5
68140	Griesbach-au-Val	griesbach-au-val	44	68	682	48.036	7.173	5
68140	Stosswihr	stosswihr	44	68	682	48.0539	7.0996	5
68140	Luttenbach-près-Munster	luttenbach-pres-munster	44	68	682	48.0317	7.1171	5
68150	Ribeauvillé	ribeauville	44	68	682	48.1951	7.3194	5
68150	Aubure	aubure	44	68	682	48.1976	7.2216	5
68150	Ostheim	ostheim	44	68	682	48.1599	7.3698	5
68150	Hunawihr	hunawihr	44	68	682	48.1804	7.3115	5
68151 CEDEX	Ribeauvillé	ribeauville	44	68	682	48.1951	7.3194	5
68152 CEDEX	Ribeauvillé	ribeauville	44	68	682	48.1951	7.3194	5
68153 CEDEX	Ribeauvillé	ribeauville	44	68	682	48.1951	7.3194	5
68159 CEDEX	Ribeauvillé	ribeauville	44	68	682	48.1951	7.3194	5
68160	Sainte-Croix-aux-Mines	sainte-croix-aux-mines	44	68	682	48.2625	7.2274	5
68160	Sainte-Marie-aux-Mines	sainte-marie-aux-mines	44	68	682	48.2465	7.1839	5
68170	Rixheim	rixheim	44	68	684	47.7497	7.402	5
68171 CEDEX	Rixheim	rixheim	44	68	684	47.7497	7.402	5
68172 CEDEX	Rixheim	rixheim	44	68	684	47.7497	7.402	5
68173 CEDEX	Rixheim	rixheim	44	68	684	47.7497	7.402	5
68180	Horbourg-Wihr	horbourg-wihr	44	68	682	48.0811	7.3938	5
68190	Ensisheim	ensisheim	44	68	686	47.8658	7.3505	5
68190	Raedersheim	raedersheim	44	68	686	47.889	7.2822	5
68190	Ungersheim	ungersheim	44	68	684	47.8785	7.308	5
68200	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68210	Traubach-le-Bas	traubach-le-bas	44	68	681	47.6567	7.0992	5
68210	Bellemagny	bellemagny	44	68	681	47.6886	7.0642	5
68210	Mertzen	mertzen	44	68	681	47.5905	7.1269	5
68210	Balschwiller	balschwiller	44	68	681	47.671	7.1691	5
68210	Fulleren	fulleren	44	68	681	47.5936	7.1452	5
68210	Chavannes-sur-l’Étang	chavannes-sur-l-etang	44	68	681	47.6323	7.0255	5
68210	Altenach	altenach	44	68	681	47.6061	7.1122	5
68210	Ammertzwiller	ammertzwiller	44	68	681	47.6892	7.1682	5
68210	Falkwiller	falkwiller	44	68	681	47.6808	7.1341	5
68210	Dannemarie	dannemarie	44	68	681	47.6303	7.119	5
68210	Ballersdorf	ballersdorf	44	68	681	47.6238	7.1612	5
68210	Bernwiller	bernwiller	44	68	681	47.691	7.1893	5
68210	Retzwiller	retzwiller	44	68	681	47.6318	7.0944	5
68210	Hecken	hecken	44	68	681	47.6933	7.123	5
68210	Wolfersdorf	wolfersdorf	44	68	681	47.639	7.1127	5
68210	Bréchaumont	brechaumont	44	68	681	47.6691	7.0669	5
68210	Traubach-le-Haut	traubach-le-haut	44	68	681	47.6691	7.0921	5
68210	Eteimbes	eteimbes	44	68	681	47.7035	7.0492	5
68210	Elbach	elbach	44	68	681	47.6418	7.0769	5
68210	Gommersdorf	gommersdorf	44	68	681	47.6398	7.1292	5
68210	Buethwiller	buethwiller	44	68	681	47.6563	7.1493	5
68210	Guevenatten	guevenatten	44	68	681	47.6814	7.0799	5
68210	Romagny	romagny	44	68	681	47.6107	7.065	5
68210	Saint-Ulrich	saint-ulrich	44	68	681	47.5959	7.1186	5
68210	Bernwiller	bernwiller	44	68	681	47.6889	7.1672	5
68210	Hagenbach	hagenbach	44	68	681	47.6492	7.1579	5
68210	Manspach	manspach	44	68	681	47.618	7.1049	5
68210	Montreux-Jeune	montreux-jeune	44	68	681	47.6106	7.0311	5
68210	Gildwiller	gildwiller	44	68	681	47.6892	7.1342	5
68210	Saint-Cosme	saint-cosme	44	68	681	47.6837	7.0627	5
68210	Valdieu-Lutran	valdieu-lutran	44	68	681	47.6333	7.0667	5
68210	Montreux-Vieux	montreux-vieux	44	68	681	47.6184	7.0221	5
68210	Magny	magny	44	68	681	47.6031	7.0536	5
68220	Hagenthal-le-Bas	hagenthal-le-bas	44	68	684	47.525	7.4778	5
68220	Buschwiller	buschwiller	44	68	684	47.5588	7.5074	5
68220	Hégenheim	hegenheim	44	68	684	47.563	7.524	5
68220	Neuwiller	neuwiller	44	68	684	47.5243	7.5138	5
68220	Knœringue	kn-ringue	44	68	684	47.5667	7.4	5
68220	Michelbach-le-Haut	michelbach-le-haut	44	68	684	47.5664	7.4479	5
68220	Attenschwiller	attenschwiller	44	68	684	47.567	7.4631	5
68220	Folgensbourg	folgensbourg	44	68	684	47.5498	7.4459	5
68220	Wentzwiller	wentzwiller	44	68	684	47.5508	7.4791	5
68220	Ranspach-le-Haut	ranspach-le-haut	44	68	684	47.5784	7.4216	5
68220	Liebenswiller	liebenswiller	44	68	684	47.4996	7.4543	5
68220	Hagenthal-le-Haut	hagenthal-le-haut	44	68	684	47.5204	7.4675	5
68220	Leymen	leymen	44	68	684	47.4963	7.4852	5
68220	Hésingue	hesingue	44	68	684	47.5782	7.5191	5
68221 CEDEX	Hégenheim	hegenheim	44	68	684	47.563	7.524	5
68230	Zimmerbach	zimmerbach	44	68	682	48.0736	7.2358	5
68230	Soultzbach-les-Bains	soultzbach-les-bains	44	68	682	48.0376	7.2044	5
68230	Katzenthal	katzenthal	44	68	682	48.108	7.2819	5
68230	Wihr-au-Val	wihr-au-val	44	68	682	48.052	7.2049	5
68230	Turckheim	turckheim	44	68	682	48.0875	7.2771	5
68230	Niedermorschwihr	niedermorschwihr	44	68	682	48.0999	7.2734	5
68230	Wasserbourg	wasserbourg	44	68	682	48.0029	7.16	5
68230	Walbach	walbach	44	68	682	48.0629	7.223	5
68240	Kientzheim	kientzheim	44	68	682	48.136	7.2861	5
68240	Kaysersberg Vignoble	kaysersberg-vignoble	44	68	682	48.1392	7.2608	5
68240	Sigolsheim	sigolsheim	44	68	682	48.1349	7.2998	5
68240	Kaysersberg	kaysersberg	44	68	682	48.138	7.2639	5
68240	Fréland	freland	44	68	682	48.1722	7.1917	5
68250	Pfaffenheim	pfaffenheim	44	68	686	47.9857	7.2893	5
68250	Rouffach	rouffach	44	68	686	47.9579	7.3002	5
68250	Gundolsheim	gundolsheim	44	68	686	47.9299	7.2949	5
68250	Westhalten	westhalten	44	68	686	47.9573	7.26	5
68250	Munwiller	munwiller	44	68	686	47.9302	7.3441	5
68260	Kingersheim	kingersheim	44	68	684	47.791	7.3265	5
68261 CEDEX	Kingersheim	kingersheim	44	68	684	47.791	7.3265	5
68262 CEDEX	Kingersheim	kingersheim	44	68	684	47.791	7.3265	5
68263 CEDEX	Kingersheim	kingersheim	44	68	684	47.791	7.3265	5
68264 CEDEX	Kingersheim	kingersheim	44	68	684	47.791	7.3265	5
68265 CEDEX	Kingersheim	kingersheim	44	68	684	47.791	7.3265	5
68270	Ruelisheim	ruelisheim	44	68	684	47.824	7.3574	5
68270	Wittenheim	wittenheim	44	68	684	47.8109	7.3276	5
68271 CEDEX	Wittenheim	wittenheim	44	68	684	47.8109	7.3276	5
68272 CEDEX	Wittenheim	wittenheim	44	68	684	47.8109	7.3276	5
68273 CEDEX	Wittenheim	wittenheim	44	68	684	47.8109	7.3276	5
68274 CEDEX	Wittenheim	wittenheim	44	68	684	47.8109	7.3276	5
68280	Logelheim	logelheim	44	68	682	48.0203	7.4074	5
68280	Sundhoffen	sundhoffen	44	68	682	48.0426	7.4132	5
68280	Appenwihr	appenwihr	44	68	682	48.027	7.4396	5
68280	Andolsheim	andolsheim	44	68	682	48.0618	7.4164	5
68290	Masevaux	masevaux	44	68	686	47.7767	6.9968	5
68290	Wegscheid	wegscheid	44	68	686	47.8007	6.9571	5
68290	Rimbach-près-Masevaux	rimbach-pres-masevaux	44	68	686	47.8282	6.9519	5
68290	Bourbach-le-Bas	bourbach-le-bas	44	68	686	47.7748	7.0587	5
68290	Sickert	sickert	44	68	686	47.7838	6.9785	5
68290	Oberbruck	oberbruck	44	68	686	47.8077	6.9435	5
68290	Masevaux-Niederbruck	masevaux-niederbruck	44	68	686	47.7736	6.9958	5
68290	Kirchberg	kirchberg	44	68	686	47.7975	6.958	5
68290	Dolleren	dolleren	44	68	686	47.8061	6.9337	5
68290	Sewen	sewen	44	68	686	47.8072	6.9057	5
68290	Niederbruck	niederbruck	44	68	686	47.7841	6.9692	5
68290	Lauw	lauw	44	68	686	47.7563	7.0184	5
68290	Bourbach-le-Haut	bourbach-le-haut	44	68	686	47.7955	7.029	5
68300	Saint-Louis	saint-louis	44	68	684	47.5921	7.5592	5
68301 CEDEX	Saint-Louis	saint-louis	44	68	684	47.5921	7.5592	5
68302 CEDEX	Saint-Louis	saint-louis	44	68	684	47.5921	7.5592	5
68303 CEDEX	Saint-Louis	saint-louis	44	68	684	47.5921	7.5592	5
68304 CEDEX	Saint-Louis	saint-louis	44	68	684	47.5921	7.5592	5
68305 CEDEX	Saint-Louis	saint-louis	44	68	684	47.5921	7.5592	5
68306 CEDEX	Saint-Louis	saint-louis	44	68	684	47.5921	7.5592	5
68307 CEDEX	Saint-Louis	saint-louis	44	68	684	47.5921	7.5592	5
68308 CEDEX	Saint-Louis	saint-louis	44	68	684	47.5921	7.5592	5
68309 CEDEX	Saint-Louis	saint-louis	44	68	684	47.5921	7.5592	5
68310	Wittelsheim	wittelsheim	44	68	684	47.8095	7.2415	5
68311 CEDEX	Illzach	illzach	44	68	684	47.7742	7.3518	5
68312 CEDEX	Illzach	illzach	44	68	684	47.7742	7.3518	5
68313 CEDEX	Illzach	illzach	44	68	684	47.7742	7.3518	5
68314 CEDEX	Illzach	illzach	44	68	684	47.7742	7.3518	5
68315 CEDEX	Illzach	illzach	44	68	684	47.7742	7.3518	5
68316 CEDEX	Illzach	illzach	44	68	684	47.7742	7.3518	5
68317 CEDEX	Illzach	illzach	44	68	684	47.7742	7.3518	5
68320	Muntzenheim	muntzenheim	44	68	682	48.1015	7.4759	5
68320	Baltzenheim	baltzenheim	44	68	682	48.0935	7.5552	5
68320	Jebsheim	jebsheim	44	68	682	48.1238	7.4758	5
68320	Holtzwihr	holtzwihr	44	68	682	48.1129	7.4208	5
68320	Fortschwihr	fortschwihr	44	68	682	48.0883	7.4505	5
68320	Kunheim	kunheim	44	68	682	48.0766	7.5349	5
68320	Widensolen	widensolen	44	68	682	48.0638	7.4802	5
68320	Porte du Ried	porte-du-ried	44	68	682	48.1125	7.4206	5
68320	Durrenentzen	durrenentzen	44	68	682	48.0931	7.5015	5
68320	Bischwihr	bischwihr	44	68	682	48.0971	7.4372	5
68320	Grussenheim	grussenheim	44	68	682	48.1463	7.4875	5
68320	Artzenheim	artzenheim	44	68	682	48.116	7.5412	5
68320	Urschenheim	urschenheim	44	68	682	48.0869	7.4841	5
68320	Wickerschwihr	wickerschwihr	44	68	682	48.1081	7.4349	5
68320	Riedwihr	riedwihr	44	68	682	48.1265	7.445	5
68330	Huningue	huningue	44	68	684	47.6048	7.5778	5
68331 CEDEX	Huningue	huningue	44	68	684	47.6048	7.5778	5
68332 CEDEX	Huningue	huningue	44	68	684	47.6048	7.5778	5
68333 CEDEX	Huningue	huningue	44	68	684	47.6048	7.5778	5
68340	Zellenberg	zellenberg	44	68	682	48.1695	7.3201	5
68340	Riquewihr	riquewihr	44	68	682	48.1667	7.2971	5
68350	Didenheim	didenheim	44	68	684	47.7187	7.3016	5
68350	Brunstatt	brunstatt	44	68	684	47.7213	7.3201	5
68350	Brunstatt-Didenheim	brunstatt-didenheim	44	68	684	47.7233	7.3228	5
68360	Soultz-Haut-Rhin	soultz-haut-rhin	44	68	686	47.8885	7.2286	5
68370	Orbey	orbey	44	68	682	48.1265	7.1645	5
68380	Muhlbach-sur-Munster	muhlbach-sur-munster	44	68	682	48.0255	7.0824	5
68380	Sondernach	sondernach	44	68	682	47.9983	7.0741	5
68380	Breitenbach-Haut-Rhin	breitenbach-haut-rhin	44	68	682	48.0234	7.1018	5
68380	Mittlach	mittlach	44	68	682	48.0042	7.0307	5
68380	Metzeral	metzeral	44	68	682	48.0122	7.0709	5
68390	Baldersheim	baldersheim	44	68	684	47.8014	7.3808	5
68390	Sausheim	sausheim	44	68	684	47.7871	7.3727	5
68390	Battenheim	battenheim	44	68	684	47.82	7.3817	5
68391 CEDEX	Sausheim	sausheim	44	68	684	47.7871	7.3727	5
68392 CEDEX	Sausheim	sausheim	44	68	684	47.7871	7.3727	5
68393 CEDEX	Sausheim	sausheim	44	68	684	47.7871	7.3727	5
68399 CEDEX	Sausheim	sausheim	44	68	684	47.7871	7.3727	5
68400	Riedisheim	riedisheim	44	68	684	47.7485	7.3672	5
68410	Ammerschwihr	ammerschwihr	44	68	682	48.1255	7.2828	5
68420	Gueberschwihr	gueberschwihr	44	68	686	48.004	7.2755	5
68420	Herrlisheim-près-Colmar	herrlisheim-pres-colmar	44	68	682	48.0183	7.3267	5
68420	Husseren-les-Châteaux	husseren-les-chateaux	44	68	682	48.0353	7.2802	5
68420	Vœgtlinshoffen	v-gtlinshoffen	44	68	682	48.0206	7.2816	5
68420	Eguisheim	eguisheim	44	68	682	48.0428	7.3062	5
68420	Hattstatt	hattstatt	44	68	686	48.0113	7.3008	5
68420	Obermorschwihr	obermorschwihr	44	68	682	48.0189	7.2969	5
68440	Steinbrunn-le-Bas	steinbrunn-le-bas	44	68	684	47.6753	7.3673	5
68440	Eschentzwiller	eschentzwiller	44	68	684	47.7127	7.3977	5
68440	Dietwiller	dietwiller	44	68	684	47.6928	7.403	5
68440	Schlierbach	schlierbach	44	68	684	47.6829	7.4074	5
68440	Bruebach	bruebach	44	68	684	47.7007	7.359	5
68440	Zimmersheim	zimmersheim	44	68	684	47.7208	7.3885	5
68440	Habsheim	habsheim	44	68	684	47.7297	7.418	5
68440	Landser	landser	44	68	684	47.685	7.39	5
68440	Steinbrunn-le-Haut	steinbrunn-le-haut	44	68	684	47.6603	7.348	5
68460	Lutterbach	lutterbach	44	68	684	47.7598	7.2803	5
68470	Ranspach	ranspach	44	68	686	47.8862	7.0103	5
68470	Mitzach	mitzach	44	68	686	47.8698	7.0031	5
68470	Fellering	fellering	44	68	686	47.8966	6.9855	5
68470	Mollau	mollau	44	68	686	47.8711	6.9743	5
68470	Husseren-Wesserling	husseren-wesserling	44	68	686	47.8835	6.9899	5
68470	Storckensohn	storckensohn	44	68	686	47.8781	6.9578	5
68480	Oberlarg	oberlarg	44	68	681	47.4575	7.2324	5
68480	Sondersdorf	sondersdorf	44	68	681	47.4827	7.3347	5
68480	Lucelle	lucelle	44	68	681	47.4228	7.2476	5
68480	Mœrnach	m-rnach	44	68	681	47.5	7.25	5
68480	Pfetterhouse	pfetterhouse	44	68	681	47.5013	7.166	5
68480	Levoncourt	levoncourt	44	68	681	47.4492	7.2028	5
68480	Kœstlach	k-stlach	44	68	681	47.5	7.2833	5
68480	Wolschwiller	wolschwiller	44	68	681	47.4613	7.4073	5
68480	Durmenach	durmenach	44	68	681	47.5286	7.339	5
68480	Bouxwiller	bouxwiller	44	68	681	47.5057	7.3454	5
68480	Linsdorf	linsdorf	44	68	681	47.5056	7.3962	5
68480	Lutter	lutter	44	68	681	47.4655	7.3806	5
68480	Bettlach	bettlach	44	68	681	47.5092	7.4146	5
68480	Ligsdorf	ligsdorf	44	68	681	47.4723	7.3047	5
68480	Ferrette	ferrette	44	68	681	47.4944	7.3137	5
68480	Courtavon	courtavon	44	68	681	47.4603	7.1968	5
68480	Liebsdorf	liebsdorf	44	68	681	47.4796	7.2303	5
68480	Bendorf	bendorf	44	68	681	47.4864	7.2815	5
68480	Raedersdorf	raedersdorf	44	68	681	47.4747	7.3661	5
68480	Winkel	winkel	44	68	681	47.4611	7.2635	5
68480	Werentzhouse	werentzhouse	44	68	681	47.5181	7.3549	5
68480	Durlinsdorf	durlinsdorf	44	68	681	47.4858	7.24	5
68480	Vieux-Ferrette	vieux-ferrette	44	68	681	47.5031	7.3015	5
68480	Roppentzwiller	roppentzwiller	44	68	681	47.5406	7.3312	5
68480	Fislis	fislis	44	68	681	47.5058	7.3811	5
68480	Oltingue	oltingue	44	68	681	47.4911	7.3917	5
68480	Biederthal	biederthal	44	68	681	47.4701	7.4472	5
68480	Kiffis	kiffis	44	68	681	47.4405	7.3554	5
68490	Ottmarsheim	ottmarsheim	44	68	684	47.788	7.5078	5
68490	Bantzenheim	bantzenheim	44	68	684	47.8245	7.5144	5
68490	Petit-Landau	petit-landau	44	68	684	47.7309	7.5193	5
68490	Hombourg	hombourg	44	68	684	47.7593	7.5069	5
68490	Chalampé	chalampe	44	68	684	47.8202	7.5411	5
68500	Orschwihr	orschwihr	44	68	686	47.9349	7.233	5
68500	Hartmannswiller	hartmannswiller	44	68	686	47.8616	7.2155	5
68500	Jungholtz	jungholtz	44	68	686	47.8845	7.196	5
68500	Bergholtzzell	bergholtzzell	44	68	686	47.9301	7.2346	5
68500	Bergholtz	bergholtz	44	68	686	47.9167	7.2465	5
68500	Rimbach-près-Guebwiller	rimbach-pres-guebwiller	44	68	686	47.9044	7.1557	5
68500	Wuenheim	wuenheim	44	68	686	47.8739	7.2064	5
68500	Merxheim	merxheim	44	68	686	47.9113	7.2949	5
68500	Berrwiller	berrwiller	44	68	684	47.8498	7.2192	5
68500	Guebwiller	guebwiller	44	68	686	47.9167	7.2	5
68500	Rimbachzell	rimbachzell	44	68	686	47.9004	7.1763	5
68500	Issenheim	issenheim	44	68	686	47.9036	7.2523	5
68501 CEDEX	Guebwiller	guebwiller	44	68	686	47.9167	7.2	5
68502 CEDEX	Guebwiller	guebwiller	44	68	686	47.9167	7.2	5
68503 CEDEX	Guebwiller	guebwiller	44	68	686	47.9167	7.2	5
68504 CEDEX	Guebwiller	guebwiller	44	68	686	47.9167	7.2	5
68509 CEDEX	Guebwiller	guebwiller	44	68	686	47.9167	7.2	5
68510	Rantzwiller	rantzwiller	44	68	684	47.6524	7.3751	5
68510	Geispitzen	geispitzen	44	68	684	47.6674	7.4215	5
68510	Kappelen	kappelen	44	68	684	47.6193	7.4393	5
68510	Kœtzingue	k-tzingue	44	68	684	47.65	7.3833	5
68510	Stetten	stetten	44	68	684	47.6244	7.4266	5
68510	Uffheim	uffheim	44	68	684	47.6503	7.4423	5
68510	Magstatt-le-Bas	magstatt-le-bas	44	68	684	47.6389	7.4101	5
68510	Waltenheim	waltenheim	44	68	684	47.6575	7.4256	5
68510	Helfrantzkirch	helfrantzkirch	44	68	684	47.6067	7.4151	5
68510	Sierentz	sierentz	44	68	684	47.6583	7.4539	5
68510	Magstatt-le-Haut	magstatt-le-haut	44	68	684	47.6326	7.3954	5
68520	Schweighouse-Thann	schweighouse-thann	44	68	686	47.7531	7.1658	5
68520	Burnhaupt-le-Bas	burnhaupt-le-bas	44	68	686	47.7176	7.1615	5
68520	Burnhaupt-le-Haut	burnhaupt-le-haut	44	68	686	47.7316	7.1444	5
68530	Murbach	murbach	44	68	686	47.9232	7.1556	5
68530	Buhl	buhl	44	68	686	47.9281	7.1872	5
68540	Feldkirch	feldkirch	44	68	684	47.8649	7.2744	5
68540	Bollwiller	bollwiller	44	68	684	47.8583	7.2618	5
68550	Saint-Amarin	saint-amarin	44	68	686	47.8749	7.0294	5
68550	Malmerspach	malmerspach	44	68	686	47.8654	7.0346	5
68560	Ruederbach	ruederbach	44	68	681	47.5629	7.2692	5
68560	Hirsingue	hirsingue	44	68	681	47.5877	7.253	5
68560	Bettendorf	bettendorf	44	68	681	47.5839	7.2763	5
68560	Heimersdorf	heimersdorf	44	68	681	47.5722	7.2414	5
68570	Osenbach	osenbach	44	68	686	47.9858	7.2182	5
68570	Soultzmatt	soultzmatt	44	68	686	47.9619	7.2376	5
68580	Strueth	strueth	44	68	681	47.5829	7.125	5
68580	Friesen	friesen	44	68	681	47.5649	7.1507	5
68580	Mooslargue	mooslargue	44	68	681	47.5	7.2167	5
68580	Hindlingen	hindlingen	44	68	681	47.572	7.1375	5
68580	Seppois-le-Bas	seppois-le-bas	44	68	681	47.5376	7.1733	5
68580	Bisel	bisel	44	68	681	47.5353	7.2183	5
68580	Largitzen	largitzen	44	68	681	47.5616	7.1869	5
68580	Ueberstrass	ueberstrass	44	68	681	47.5524	7.1584	5
68580	Seppois-le-Haut	seppois-le-haut	44	68	681	47.5327	7.1839	5
68590	Rodern	rodern	44	68	682	48.2255	7.3523	5
68590	Saint-Hippolyte	saint-hippolyte	44	68	682	48.2316	7.3712	5
68590	Rorschwihr	rorschwihr	44	68	682	48.2172	7.3623	5
68590	Thannenkirch	thannenkirch	44	68	682	48.2326	7.3017	5
68600	Weckolsheim	weckolsheim	44	68	682	48.003	7.5127	5
68600	Dessenheim	dessenheim	44	68	682	47.9777	7.4889	5
68600	Heiteren	heiteren	44	68	682	47.9702	7.54	5
68600	Neuf-Brisach	neuf-brisach	44	68	682	48.0178	7.528	5
68600	Geiswasser	geiswasser	44	68	682	47.9779	7.6025	5
68600	Obersaasheim	obersaasheim	44	68	682	47.9898	7.5576	5
68600	Volgelsheim	volgelsheim	44	68	682	48.0146	7.5546	5
68600	Biesheim	biesheim	44	68	682	48.0412	7.5447	5
68600	Algolsheim	algolsheim	44	68	682	48.0063	7.5595	5
68600	Hettenschlag	hettenschlag	44	68	682	48.0049	7.4559	5
68600	Vogelgrun	vogelgrun	44	68	682	48.0135	7.5697	5
68600	Wolfgantzen	wolfgantzen	44	68	682	48.028	7.5004	5
68610	Linthal	linthal	44	68	686	47.9526	7.1251	5
68610	Lautenbachzell	lautenbachzell	44	68	686	47.9412	7.1464	5
68610	Lautenbach	lautenbach	44	68	686	47.9406	7.1577	5
68620	Bitschwiller-lès-Thann	bitschwiller-les-thann	44	68	686	47.8297	7.0791	5
68630	Bennwihr	bennwihr	44	68	682	48.1446	7.3244	5
68630	Mittelwihr	mittelwihr	44	68	682	48.1512	7.3188	5
68640	Muespach-le-Haut	muespach-le-haut	44	68	681	47.5473	7.4022	5
68640	Muespach	muespach	44	68	681	47.5491	7.378	5
68640	Riespach	riespach	44	68	681	47.5395	7.2873	5
68640	Waldighofen	waldighofen	44	68	681	47.5505	7.3151	5
68640	Steinsoultz	steinsoultz	44	68	681	47.5516	7.3371	5
68640	Feldbach	feldbach	44	68	681	47.5358	7.2642	5
68650	Le Bonhomme	le-bonhomme	44	68	682	48.172	7.1161	5
68650	Lapoutroie	lapoutroie	44	68	682	48.154	7.1671	5
68660	Rombach-le-Franc	rombach-le-franc	44	68	682	48.2831	7.2622	5
68660	Lièpvre	liepvre	44	68	682	48.2717	7.2823	5
68680	Niffer	niffer	44	68	684	47.7137	7.5093	5
68680	Kembs	kembs	44	68	684	47.6895	7.5032	5
68690	Geishouse	geishouse	44	68	686	47.8832	7.0605	5
68690	Moosch	moosch	44	68	686	47.8604	7.0487	5
68700	Steinbach	steinbach	44	68	686	47.8214	7.1528	5
68700	Aspach-le-Bas	aspach-le-bas	44	68	686	47.7614	7.151	5
68700	Aspach-le-Haut	aspach-le-haut	44	68	686	47.7765	7.1315	5
68700	Uffholtz	uffholtz	44	68	686	47.8208	7.1778	5
68700	Wattwiller	wattwiller	44	68	686	47.8365	7.1778	5
68700	Aspach-Michelbach	aspach-michelbach	44	68	686	47.7753	7.1325	5
68700	Cernay	cernay	44	68	686	47.8097	7.177	5
68700	Michelbach	michelbach	44	68	686	47.7625	7.1179	5
68701 CEDEX	Cernay	cernay	44	68	686	47.8097	7.177	5
68702 CEDEX	Cernay	cernay	44	68	686	47.8097	7.177	5
68703 CEDEX	Cernay	cernay	44	68	686	47.8097	7.177	5
68704 CEDEX	Cernay	cernay	44	68	686	47.8097	7.177	5
68705 CEDEX	Cernay	cernay	44	68	686	47.8097	7.177	5
68720	Eglingen	eglingen	44	68	681	47.6631	7.1832	5
68720	Illfurth	illfurth	44	68	681	47.6741	7.2661	5
68720	Zillisheim	zillisheim	44	68	684	47.696	7.2974	5
68720	Flaxlanden	flaxlanden	44	68	684	47.6955	7.3148	5
68720	Frœningen	fr-ningen	44	68	681	47.6833	7.2667	5
68720	Spechbach-le-Haut	spechbach-le-haut	44	68	681	47.6823	7.2155	5
68720	Heidwiller	heidwiller	44	68	681	47.6594	7.2392	5
68720	Saint-Bernard	saint-bernard	44	68	681	47.6695	7.2066	5
68720	Spechbach	spechbach	44	68	681	47.6806	7.2167	5
68720	Spechbach-le-Bas	spechbach-le-bas	44	68	681	47.6702	7.2274	5
68720	Tagolsheim	tagolsheim	44	68	681	47.6572	7.2706	5
68720	Hochstatt	hochstatt	44	68	681	47.7039	7.2765	5
68720	Luemschwiller	luemschwiller	44	68	681	47.6548	7.2873	5
68730	Blotzheim	blotzheim	44	68	684	47.6026	7.4965	5
68730	Michelbach-le-Bas	michelbach-le-bas	44	68	684	47.5924	7.4659	5
68730	Ranspach-le-Bas	ranspach-le-bas	44	68	684	47.5874	7.4458	5
68740	Nambsheim	nambsheim	44	68	682	47.9339	7.5614	5
68740	Roggenhouse	roggenhouse	44	68	682	47.8894	7.47	5
68740	Balgau	balgau	44	68	682	47.9283	7.539	5
68740	Fessenheim	fessenheim	44	68	682	47.9156	7.535	5
68740	Blodelsheim	blodelsheim	44	68	682	47.8854	7.5364	5
68740	Rumersheim-le-Haut	rumersheim-le-haut	44	68	682	47.8512	7.5208	5
68740	Rustenhart	rustenhart	44	68	682	47.9414	7.4615	5
68740	Munchhouse	munchhouse	44	68	682	47.8693	7.4523	5
68740	Hirtzfelden	hirtzfelden	44	68	682	47.9113	7.4461	5
68750	Bergheim	bergheim	44	68	682	48.2054	7.363	5
68760	Goldbach-Altenbach	goldbach-altenbach	44	68	686	47.8833	7.1	5
68760	Willer-sur-Thur	willer-sur-thur	44	68	686	47.8441	7.0721	5
68770	Ammerschwihr	ammerschwihr	44	68	682	48.1255	7.2828	5
68780	Diefmatten	diefmatten	44	68	681	47.7085	7.1122	5
68780	Sentheim	sentheim	44	68	686	47.7556	7.0531	5
68780	Soppe-le-Haut	soppe-le-haut	44	68	686	47.7321	7.0607	5
68780	Soppe-le-Bas	soppe-le-bas	44	68	686	47.7178	7.0881	5
68780	Mortzwiller	mortzwiller	44	68	686	47.74	7.0388	5
68780	Sternenberg	sternenberg	44	68	681	47.6963	7.094	5
68780	Bretten	bretten	44	68	681	47.7013	7.0695	5
68780	Le Haut Soultzbach	le-haut-soultzbach	44	68	686	47.7403	7.0379	5
68790	Morschwiller-le-Bas	morschwiller-le-bas	44	68	684	47.7361	7.2695	5
68800	Roderen	roderen	44	68	686	47.7815	7.089	5
68800	Vieux-Thann	vieux-thann	44	68	686	47.804	7.1207	5
68800	Leimbach	leimbach	44	68	686	47.7937	7.1007	5
68800	Thann	thann	44	68	686	47.8167	7.0833	5
68800	Rammersmatt	rammersmatt	44	68	686	47.7902	7.0713	5
68801 CEDEX	Thann	thann	44	68	686	47.8167	7.0833	5
68802 CEDEX	Thann	thann	44	68	686	47.8167	7.0833	5
68804 CEDEX	Thann	thann	44	68	686	47.8167	7.0833	5
68806 CEDEX	Vieux-Thann	vieux-thann	44	68	686	47.804	7.1207	5
68809 CEDEX	Vieux-Thann	vieux-thann	44	68	686	47.804	7.1207	5
68820	Wildenstein	wildenstein	44	68	686	47.9763	6.9607	5
68820	Kruth	kruth	44	68	686	47.931	6.9647	5
68830	Oderen	oderen	44	68	686	47.9104	6.9746	5
68840	Pulversheim	pulversheim	44	68	684	47.8375	7.3012	5
68850	Staffelfelden	staffelfelden	44	68	684	47.8265	7.2523	5
68870	Brinckheim	brinckheim	44	68	684	47.6261	7.4583	5
68870	Bartenheim	bartenheim	44	68	684	47.6336	7.4795	5
68890	Meyenheim	meyenheim	44	68	686	47.9136	7.3556	5
68890	Réguisheim	reguisheim	44	68	686	47.8956	7.3529	5
68910	Labaroche	labaroche	44	68	682	48.1108	7.1924	5
68920	Wintzenheim	wintzenheim	44	68	682	48.0727	7.2907	5
68920	Wettolsheim	wettolsheim	44	68	682	48.0575	7.2984	5
68921 CEDEX	Wintzenheim	wintzenheim	44	68	682	48.0727	7.2907	5
68923 CEDEX	Wintzenheim	wintzenheim	44	68	682	48.0727	7.2907	5
68925 CEDEX	Wintzenheim	wintzenheim	44	68	682	48.0727	7.2907	5
68927 CEDEX	Wintzenheim	wintzenheim	44	68	682	48.0727	7.2907	5
68929 CEDEX	Wintzenheim	wintzenheim	44	68	682	48.0727	7.2907	5
68941 CEDEX 9	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68943 CEDEX 9	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68944 CEDEX 9	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68945 CEDEX 9	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68947 CEDEX 9	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68948 CEDEX 9	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68949 CEDEX 9	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68950	Reiningue	reiningue	44	68	684	47.7522	7.2333	5
68960	Illtal	illtal	44	68	681	47.5589	7.3075	5
68960	Willer	willer	44	68	681	47.5866	7.3205	5
68960	Henflingen	henflingen	44	68	681	47.5739	7.2885	5
68960	Grentzingen	grentzingen	44	68	681	47.5642	7.2995	5
68960	Oberdorf	oberdorf	44	68	681	47.5596	7.3059	5
68968 CEDEX 9	Mulhouse	mulhouse	44	68	684	47.75	7.3333	5
68970	Illhaeusern	illhaeusern	44	68	682	48.1842	7.4327	5
68970	Guémar	guemar	44	68	682	48.1887	7.3971	5
68980	Beblenheim	beblenheim	44	68	682	48.1572	7.3271	5
68990	Galfingue	galfingue	44	68	684	47.7059	7.2243	5
68990	Heimsbrunn	heimsbrunn	44	68	684	47.7267	7.227	5
88000	Dignonville	dignonville	44	88	881	48.2438	6.5052	5
88000	Dinozé	dinoze	44	88	881	48.1435	6.4692	5
88000	Vaudéville	vaudeville	44	88	881	48.2293	6.5425	5
88000	Chantraine	chantraine	44	88	881	48.1716	6.4354	5
88000	Longchamp	longchamp	44	88	881	48.2245	6.513	5
88000	Épinal	epinal	44	88	881	48.1832	6.453	5
88000	Deyvillers	deyvillers	44	88	881	48.2001	6.5153	5
88000	Dogneville	dogneville	44	88	881	48.2225	6.4594	5
88000	Jeuxey	jeuxey	44	88	881	48.2017	6.488	5
88001 CEDEX	Épinal	epinal	44	88	881	48.1832	6.453	5
88002 CEDEX	Épinal	epinal	44	88	881	48.1832	6.453	5
88003 CEDEX	Épinal	epinal	44	88	881	48.1832	6.453	5
88004 CEDEX	Épinal	epinal	44	88	881	48.1832	6.453	5
88005 CEDEX	Épinal	epinal	44	88	881	48.1832	6.453	5
88006 CEDEX	Épinal	epinal	44	88	881	48.1832	6.453	5
88007 CEDEX	Épinal	epinal	44	88	881	48.1832	6.453	5
88008 CEDEX	Épinal	epinal	44	88	881	48.1832	6.453	5
88009 CEDEX	Épinal	epinal	44	88	881	48.1832	6.453	5
88010 CEDEX	Épinal	epinal	44	88	881	48.1832	6.453	5
88011 CEDEX	Épinal	epinal	44	88	881	48.1832	6.453	5
88012 CEDEX	Épinal	epinal	44	88	881	48.1832	6.453	5
88013 CEDEX	Épinal	epinal	44	88	881	48.1832	6.453	5
88014 CEDEX	Épinal	epinal	44	88	881	48.1832	6.453	5
88015 CEDEX	Épinal	epinal	44	88	881	48.1832	6.453	5
88016 CEDEX 9	Épinal	epinal	44	88	881	48.1832	6.453	5
88017 CEDEX	Épinal	epinal	44	88	881	48.1832	6.453	5
88018 CEDEX	Épinal	epinal	44	88	881	48.1832	6.453	5
88020 CEDEX	Épinal	epinal	44	88	881	48.1832	6.453	5
88021 CEDEX	Épinal	epinal	44	88	881	48.1832	6.453	5
88025 CEDEX	Épinal	epinal	44	88	881	48.1832	6.453	5
88026 CEDEX	Épinal	epinal	44	88	881	48.1832	6.453	5
88027 CEDEX	Épinal	epinal	44	88	881	48.1832	6.453	5
88029 CEDEX	Épinal	epinal	44	88	881	48.1832	6.453	5
88033 CEDEX	Épinal	epinal	44	88	881	48.1832	6.453	5
88050 CEDEX 9	Épinal	epinal	44	88	881	48.1832	6.453	5
88051 CEDEX 9	Épinal	epinal	44	88	881	48.1832	6.453	5
88060 CEDEX 9	Épinal	epinal	44	88	881	48.1832	6.453	5
88084 CEDEX 9	Épinal	epinal	44	88	881	48.1832	6.453	5
88085 CEDEX 9	Épinal	epinal	44	88	881	48.1832	6.453	5
88086 CEDEX 9	Épinal	epinal	44	88	881	48.1832	6.453	5
88088 CEDEX	Épinal	epinal	44	88	881	48.1832	6.453	5
88089 CEDEX 9	Épinal	epinal	44	88	881	48.1832	6.453	5
88099 CEDEX 9	Épinal	epinal	44	88	881	48.1832	6.453	5
88100	Nayemont-les-Fosses	nayemont-les-fosses	44	88	883	48.2969	7.0069	5
88100	Pair-et-Grandrupt	pair-et-grandrupt	44	88	883	48.2816	7.0155	5
88100	Saint-Dié-des-Vosges	saint-die-des-vosges	44	88	883	48.2833	6.95	5
88100	Neuvillers-sur-Fave	neuvillers-sur-fave	44	88	883	48.2783	7.0369	5
88100	Taintrux	taintrux	44	88	883	48.2494	6.8996	5
88100	Remomeix	remomeix	44	88	883	48.2667	7	5
88100	Coinches	coinches	44	88	883	48.2508	7.0222	5
88100	Sainte-Marguerite	sainte-marguerite	44	88	883	48.2674	6.9844	5
88101 CEDEX	Saint-Dié-des-Vosges	saint-die-des-vosges	44	88	883	48.2833	6.95	5
88102 CEDEX	Saint-Dié-des-Vosges	saint-die-des-vosges	44	88	883	48.2833	6.95	5
88103 CEDEX	Saint-Dié-des-Vosges	saint-die-des-vosges	44	88	883	48.2833	6.95	5
88104 CEDEX	Saint-Dié-des-Vosges	saint-die-des-vosges	44	88	883	48.2833	6.95	5
88105 CEDEX	Saint-Dié-des-Vosges	saint-die-des-vosges	44	88	883	48.2833	6.95	5
88106 CEDEX	Saint-Dié-des-Vosges	saint-die-des-vosges	44	88	883	48.2833	6.95	5
88107 CEDEX	Saint-Dié-des-Vosges	saint-die-des-vosges	44	88	883	48.2833	6.95	5
88108 CEDEX	Saint-Dié-des-Vosges	saint-die-des-vosges	44	88	883	48.2833	6.95	5
88109 CEDEX	Saint-Dié-des-Vosges	saint-die-des-vosges	44	88	883	48.2833	6.95	5
88110	Raon-sur-Plaine	raon-sur-plaine	44	88	883	48.5108	7.0963	5
88110	Vexaincourt	vexaincourt	44	88	883	48.4929	7.0457	5
88110	Luvigny	luvigny	44	88	883	48.5007	7.0695	5
88110	Raon-l’Étape	raon-l-etape	44	88	883	48.4041	6.8386	5
88110	Allarmont	allarmont	44	88	883	48.4819	7.0129	5
88110	Celles-sur-Plaine	celles-sur-plaine	44	88	883	48.4538	6.9498	5
88120	Basse-sur-le-Rupt	basse-sur-le-rupt	44	88	881	47.9858	6.7565	5
88120	Vagney	vagney	44	88	881	48.0063	6.7174	5
88120	Saint-Amé	saint-ame	44	88	881	48.0239	6.6642	5
88120	Le Syndicat	le-syndicat	44	88	881	48.0173	6.6844	5
88120	Gerbamont	gerbamont	44	88	881	48.0044	6.7556	5
88120	Sapois	sapois	44	88	881	48.019	6.7514	5
88120	Cleurie	cleurie	44	88	881	48.051	6.6761	5
88120	Rochesson	rochesson	44	88	881	48.0219	6.7872	5
88121 CEDEX	Vagney	vagney	44	88	881	48.0063	6.7174	5
88122 CEDEX	Vagney	vagney	44	88	881	48.0063	6.7174	5
88123 CEDEX	Vagney	vagney	44	88	881	48.0063	6.7174	5
88125 CEDEX	Vagney	vagney	44	88	881	48.0063	6.7174	5
88127 CEDEX	Vagney	vagney	44	88	881	48.0063	6.7174	5
88129 CEDEX	Vagney	vagney	44	88	881	48.0063	6.7174	5
88130	Hergugney	hergugney	44	88	881	48.3874	6.2021	5
88130	Brantigny	brantigny	44	88	881	48.3428	6.2781	5
88130	Battexey	battexey	44	88	881	48.3891	6.1807	5
88130	Xaronval	xaronval	44	88	881	48.3757	6.1864	5
88130	Rapey	rapey	44	88	881	48.3134	6.2529	5
88130	Chamagne	chamagne	44	88	881	48.4082	6.28	5
88130	Florémont	floremont	44	88	881	48.3664	6.2523	5
88130	Essegney	essegney	44	88	881	48.3676	6.3172	5
88130	Avrainville	avrainville	44	88	881	48.3746	6.2117	5
88130	Savigny	savigny	44	88	881	48.354	6.2197	5
88130	Bouxurulles	bouxurulles	44	88	881	48.3345	6.2358	5
88130	Ubexy	ubexy	44	88	881	48.3356	6.2732	5
88130	Rugney	rugney	44	88	881	48.3469	6.2541	5
88130	Langley	langley	44	88	881	48.3535	6.3213	5
88130	Marainville-sur-Madon	marainville-sur-madon	44	88	881	48.3983	6.1695	5
88130	Charmes	charmes	44	88	881	48.3722	6.2912	5
88130	Socourt	socourt	44	88	881	48.3958	6.2503	5
88131 CEDEX	Charmes	charmes	44	88	881	48.3722	6.2912	5
88132 CEDEX	Charmes	charmes	44	88	881	48.3722	6.2912	5
88133 CEDEX	Charmes	charmes	44	88	881	48.3722	6.2912	5
88139 CEDEX	Charmes	charmes	44	88	881	48.3722	6.2912	5
88140	Aingeville	aingeville	44	88	882	48.2062	5.7694	5
88140	Dombrot-le-Sec	dombrot-le-sec	44	88	882	48.1459	5.9128	5
88140	Sauville	sauville	44	88	882	48.162	5.7325	5
88140	La Vacheresse-et-la-Rouillie	la-vacheresse-et-la-rouillie	44	88	882	48.15	5.7833	5
88140	Urville	urville	44	88	882	48.1876	5.7469	5
88140	Suriauville	suriauville	44	88	882	48.1676	5.8627	5
88140	Médonville	medonville	44	88	882	48.2192	5.7318	5
88140	Saulxures-lès-Bulgnéville	saulxures-les-bulgneville	44	88	882	48.1974	5.8066	5
88140	Saint-Ouen-lès-Parey	saint-ouen-les-parey	44	88	882	48.1818	5.7638	5
88140	Bulgnéville	bulgneville	44	88	882	48.2069	5.8343	5
88140	Gendreville	gendreville	44	88	882	48.2341	5.7167	5
88140	Malaincourt	malaincourt	44	88	882	48.2194	5.764	5
88140	Vrécourt	vrecourt	44	88	882	48.1739	5.7033	5
88140	Auzainvilliers	auzainvilliers	44	88	882	48.2366	5.841	5
88140	Vaudoncourt	vaudoncourt	44	88	882	48.2192	5.8056	5
88140	Crainvilliers	crainvilliers	44	88	882	48.1455	5.8333	5
88140	Morville	morville	44	88	882	48.236	5.8007	5
88140	Contrexéville	contrexeville	44	88	882	48.1842	5.8957	5
88141 CEDEX	Contrexéville	contrexeville	44	88	882	48.1842	5.8957	5
88142 CEDEX	Contrexéville	contrexeville	44	88	882	48.1842	5.8957	5
88143 CEDEX	Contrexéville	contrexeville	44	88	882	48.1842	5.8957	5
88149 CEDEX	Contrexéville	contrexeville	44	88	882	48.1842	5.8957	5
88150	Bayecourt	bayecourt	44	88	881	48.2662	6.4873	5
88150	Oncourt	oncourt	44	88	881	48.2511	6.3775	5
88150	Villoncourt	villoncourt	44	88	881	48.2627	6.5122	5
88150	Thaon-les-Vosges	thaon-les-vosges	44	88	881	48.25	6.4167	5
88150	Chavelot	chavelot	44	88	881	48.2346	6.4381	5
88150	Mazeley	mazeley	44	88	881	48.2422	6.3389	5
88150	Girmont	girmont	44	88	881	48.2592	6.4389	5
88150	Capavenir Vosges	capavenir-vosges	44	88	881	48.2506	6.42	5
88150	Igney	igney	44	88	881	48.2736	6.3966	5
88151 CEDEX	Thaon-les-Vosges	thaon-les-vosges	44	88	881	48.25	6.4167	5
88152 CEDEX	Thaon-les-Vosges	thaon-les-vosges	44	88	881	48.25	6.4167	5
88153 CEDEX	Thaon-les-Vosges	thaon-les-vosges	44	88	881	48.25	6.4167	5
88154 CEDEX	Thaon-les-Vosges	thaon-les-vosges	44	88	881	48.25	6.4167	5
88155 CEDEX	Thaon-les-Vosges	thaon-les-vosges	44	88	881	48.25	6.4167	5
88156 CEDEX	Thaon-les-Vosges	thaon-les-vosges	44	88	881	48.25	6.4167	5
88160	Le Thillot	le-thillot	44	88	881	47.8794	6.7628	5
88160	Le Ménil	le-menil	44	88	881	47.9048	6.7821	5
88160	Ramonchamp	ramonchamp	44	88	881	47.8943	6.7417	5
88160	Fresse-sur-Moselle	fresse-sur-moselle	44	88	881	47.8759	6.7859	5
88161 CEDEX	Le Thillot	le-thillot	44	88	881	47.8794	6.7628	5
88162 CEDEX	Le Thillot	le-thillot	44	88	881	47.8794	6.7628	5
88165 CEDEX	Le Thillot	le-thillot	44	88	881	47.8794	6.7628	5
88169 CEDEX	Le Thillot	le-thillot	44	88	881	47.8794	6.7628	5
88170	Saint-Paul	saint-paul	44	88	882	48.3333	5.8833	5
88170	Gemmelaincourt	gemmelaincourt	44	88	882	48.2767	5.9662	5
88170	Gironcourt-sur-Vraine	gironcourt-sur-vraine	44	88	882	48.3111	5.9333	5
88170	La Neuveville-sous-Châtenois	la-neuveville-sous-chatenois	44	88	882	48.2921	5.8828	5
88170	Houécourt	houecourt	44	88	882	48.2985	5.8931	5
88170	Sandaucourt	sandaucourt	44	88	882	48.2634	5.8458	5
88170	Rouvres-la-Chétive	rouvres-la-chetive	44	88	882	48.3107	5.7785	5
88170	Morelmaison	morelmaison	44	88	882	48.3211	5.9158	5
88170	Rainville	rainville	44	88	882	48.3577	5.8855	5
88170	Vicherey	vicherey	44	88	882	48.3826	5.9357	5
88170	Saint-Menge	saint-menge	44	88	882	48.2888	5.954	5
88170	Removille	removille	44	88	882	48.3667	5.8333	5
88170	Courcelles-sous-Châtenois	courcelles-sous-chatenois	44	88	882	48.3277	5.8161	5
88170	Maconcourt	maconcourt	44	88	882	48.3655	5.941	5
88170	Dolaincourt	dolaincourt	44	88	882	48.3391	5.814	5
88170	Longchamp-sous-Châtenois	longchamp-sous-chatenois	44	88	882	48.2895	5.8282	5
88170	Pleuvezain	pleuvezain	44	88	882	48.3788	5.9221	5
88170	Aouze	aouze	44	88	882	48.3749	5.8698	5
88170	Biécourt	biecourt	44	88	882	48.3229	5.954	5
88170	Viocourt	viocourt	44	88	882	48.3264	5.8622	5
88170	Dommartin-sur-Vraine	dommartin-sur-vraine	44	88	882	48.336	5.9067	5
88170	Dombrot-sur-Vair	dombrot-sur-vair	44	88	882	48.2648	5.8883	5
88170	Aroffe	aroffe	44	88	882	48.4	5.9	5
88170	Darney-aux-Chênes	darney-aux-chenes	44	88	882	48.2806	5.818	5
88170	Châtenois	chatenois	44	88	882	48.3029	5.8312	5
88170	Ollainville	ollainville	44	88	882	48.2673	5.8059	5
88170	Soncourt	soncourt	44	88	882	48.3932	5.9098	5
88170	Vouxey	vouxey	44	88	882	48.3517	5.8248	5
88170	Balléville	balleville	44	88	882	48.3303	5.8484	5
88187 CEDEX	Saint-Dié-des-Vosges	saint-die-des-vosges	44	88	883	48.2833	6.95	5
88190	Golbey	golbey	44	88	881	48.1976	6.4397	5
88191 CEDEX	Golbey	golbey	44	88	881	48.1976	6.4397	5
88192 CEDEX	Golbey	golbey	44	88	881	48.1976	6.4397	5
88193 CEDEX	Golbey	golbey	44	88	881	48.1976	6.4397	5
88194 CEDEX	Golbey	golbey	44	88	881	48.1976	6.4397	5
88195 CEDEX	Golbey	golbey	44	88	881	48.1976	6.4397	5
88198 CEDEX	Golbey	golbey	44	88	881	48.1976	6.4397	5
88199 CEDEX	Golbey	golbey	44	88	881	48.1976	6.4397	5
88200	Dommartin-lès-Remiremont	dommartin-les-remiremont	44	88	881	47.999	6.6405	5
88200	Saint-Étienne-lès-Remiremont	saint-etienne-les-remiremont	44	88	881	48.0229	6.6087	5
88200	Remiremont	remiremont	44	88	881	48.0175	6.5882	5
88200	Vecoux	vecoux	44	88	881	47.978	6.6365	5
88200	Saint-Nabord	saint-nabord	44	88	881	48.0517	6.5825	5
88201 CEDEX	Remiremont	remiremont	44	88	881	48.0175	6.5882	5
88202 CEDEX	Remiremont	remiremont	44	88	881	48.0175	6.5882	5
88203 CEDEX	Remiremont	remiremont	44	88	881	48.0175	6.5882	5
88204 CEDEX	Remiremont	remiremont	44	88	881	48.0175	6.5882	5
88205 CEDEX	Remiremont	remiremont	44	88	881	48.0175	6.5882	5
88206 CEDEX	Remiremont	remiremont	44	88	881	48.0175	6.5882	5
88207 CEDEX	Remiremont	remiremont	44	88	881	48.0175	6.5882	5
88209 CEDEX	Remiremont	remiremont	44	88	881	48.0175	6.5882	5
88210	Ban-de-Sapt	ban-de-sapt	44	88	883	48.3426	7.0145	5
88210	Grandrupt	grandrupt	44	88	883	48.3721	7.053	5
88210	Le Vermont	le-vermont	44	88	883	48.3862	7.0538	5
88210	Le Saulcy	le-saulcy	44	88	883	48.4125	7.0379	5
88210	Ménil-de-Senones	menil-de-senones	44	88	883	48.3756	6.9931	5
88210	Moussey	moussey	44	88	883	48.4274	7.0192	5
88210	Hurbache	hurbache	44	88	883	48.3494	6.9365	5
88210	La Petite-Raon	la-petite-raon	44	88	883	48.4057	6.9951	5
88210	Vieux-Moulin	vieux-moulin	44	88	883	48.3951	6.9995	5
88210	Denipaire	denipaire	44	88	883	48.3436	6.9613	5
88210	Châtas	chatas	44	88	883	48.3611	7.0335	5
88210	Belval	belval	44	88	883	48.4086	7.0519	5
88210	Saint-Stail	saint-stail	44	88	883	48.3741	7.0685	5
88210	Saint-Jean-d’Ormont	saint-jean-d-ormont	44	88	883	48.3329	6.988	5
88210	Le Puid	le-puid	44	88	883	48.3926	7.0427	5
88210	Le Mont	le-mont	44	88	883	48.4087	7.0274	5
88210	Senones	senones	44	88	883	48.3947	6.9782	5
88211 CEDEX	Remiremont	remiremont	44	88	881	48.0175	6.5882	5
88212 CEDEX	Remiremont	remiremont	44	88	881	48.0175	6.5882	5
88213 CEDEX	Remiremont	remiremont	44	88	881	48.0175	6.5882	5
88214 CEDEX	Remiremont	remiremont	44	88	881	48.0175	6.5882	5
88220	Raon-aux-Bois	raon-aux-bois	44	88	881	48.0569	6.521	5
88220	Uzemain	uzemain	44	88	881	48.0857	6.3444	5
88220	Dounoux	dounoux	44	88	881	48.1047	6.4447	5
88220	Hadol	hadol	44	88	881	48.0898	6.4766	5
88220	Uriménil	urimenil	44	88	881	48.1008	6.4005	5
88220	Xertigny	xertigny	44	88	881	48.0439	6.4084	5
88230	Plainfaing	plainfaing	44	88	883	48.1728	7.0154	5
88230	Ban-sur-Meurthe-Clefcy	ban-sur-meurthe-clefcy	44	88	883	48.1667	6.9833	5
88230	Le Valtin	le-valtin	44	88	883	48.0964	7.0207	5
88230	Fraize	fraize	44	88	883	48.1866	6.9979	5
88240	Grandrupt-de-Bains	grandrupt-de-bains	44	88	881	48.0652	6.1827	5
88240	Bains-les-Bains	bains-les-bains	44	88	881	48.0011	6.2649	5
88240	Hautmougey	hautmougey	44	88	881	48.0276	6.2327	5
88240	Fontenoy-le-Château	fontenoy-le-chateau	44	88	881	47.9737	6.1999	5
88240	Le Magny	le-magny	44	88	881	47.9685	6.1773	5
88240	Trémonzey	tremonzey	44	88	881	47.9731	6.2371	5
88240	La Haye	la-haye	44	88	881	48.065	6.2234	5
88240	Les Voivres	les-voivres	44	88	881	48.0333	6.3	5
88240	Montmotier	montmotier	44	88	881	47.9769	6.1777	5
88240	Gruey-lès-Surance	gruey-les-surance	44	88	881	48.0393	6.1783	5
88240	Le Clerjus	le-clerjus	44	88	881	47.9621	6.3241	5
88240	La Chapelle-aux-Bois	la-chapelle-aux-bois	44	88	881	48.0368	6.3336	5
88240	Harsault	harsault	44	88	881	48.057	6.2394	5
88250	La Bresse	la-bresse	44	88	881	47.9997	6.865	5
88260	Dommartin-lès-Vallois	dommartin-les-vallois	44	88	882	48.1556	6.0864	5
88260	Sans-Vallois	sans-vallois	44	88	882	48.16	6.107	5
88260	Hennezel	hennezel	44	88	882	48.05	6.1167	5
88260	Darney	darney	44	88	882	48.0866	6.0492	5
88260	Senonges	senonges	44	88	882	48.1447	6.0622	5
88260	Thuillières	thuillieres	44	88	882	48.1561	6.0105	5
88260	Belrupt	belrupt	44	88	882	48.0872	6.0914	5
88260	Provenchères-lès-Darney	provencheres-les-darney	44	88	882	48.1288	5.9564	5
88260	Nonville	nonville	44	88	882	48.0804	5.9908	5
88260	Pont-lès-Bonfays	pont-les-bonfays	44	88	882	48.1688	6.1341	5
88260	Viviers-le-Gras	viviers-le-gras	44	88	882	48.1252	5.9407	5
88260	Vioménil	viomenil	44	88	881	48.093	6.1827	5
88260	Lerrain	lerrain	44	88	882	48.1435	6.1486	5
88260	Les Vallois	les-vallois	44	88	882	48.1581	6.1181	5
88260	Escles	escles	44	88	882	48.1289	6.1782	5
88260	Esley	esley	44	88	882	48.1688	6.0592	5
88260	Jésonville	jesonville	44	88	882	48.13	6.1105	5
88260	Saint-Baslemont	saint-baslemont	44	88	882	48.1496	5.9932	5
88260	Belmont-lès-Darney	belmont-les-darney	44	88	882	48.0833	6.0167	5
88260	Attigny	attigny	44	88	882	48.0645	6.0361	5
88260	Relanges	relanges	44	88	882	48.1138	6.0167	5
88260	Bonvillet	bonvillet	44	88	882	48.0996	6.0569	5
88260	Dombasle-devant-Darney	dombasle-devant-darney	44	88	882	48.1284	6.0758	5
88270	Gorhey	gorhey	44	88	881	48.1942	6.2836	5
88270	Harol	harol	44	88	881	48.1524	6.2497	5
88270	Charmois-l’Orgueilleux	charmois-l-orgueilleux	44	88	881	48.1048	6.2683	5
88270	Valleroy-aux-Saules	valleroy-aux-saules	44	88	882	48.2478	6.1431	5
88270	Bainville-aux-Saules	bainville-aux-saules	44	88	881	48.2066	6.1378	5
88270	Derbamont	derbamont	44	88	881	48.2682	6.2676	5
88270	Bocquegney	bocquegney	44	88	881	48.2207	6.3047	5
88270	Damas-et-Bettegney	damas-et-bettegney	44	88	881	48.2106	6.2626	5
88270	Valfroicourt	valfroicourt	44	88	882	48.1982	6.096	5
88270	Dompaire	dompaire	44	88	881	48.2245	6.2194	5
88270	Racécourt	racecourt	44	88	881	48.2571	6.1922	5
88270	Frénois	frenois	44	88	882	48.188	6.1214	5
88270	Madecourt	madecourt	44	88	882	48.2405	6.1206	5
88270	Légéville-et-Bonfays	legeville-et-bonfays	44	88	881	48.1833	6.15	5
88270	Begnécourt	begnecourt	44	88	881	48.2055	6.1589	5
88270	Bouxières-aux-Bois	bouxieres-aux-bois	44	88	881	48.263	6.3171	5
88270	Bouzemont	bouzemont	44	88	881	48.249	6.2344	5
88270	Pierrefitte	pierrefitte	44	88	882	48.1673	6.1777	5
88270	Velotte-et-Tatignécourt	velotte-et-tatignecourt	44	88	881	48.2627	6.1735	5
88270	Hagécourt	hagecourt	44	88	881	48.2367	6.1543	5
88270	Madonne-et-Lamerey	madonne-et-lamerey	44	88	881	48.2167	6.2333	5
88270	Saint-Vallier	saint-vallier	44	88	881	48.2798	6.3164	5
88270	Maroncourt	maroncourt	44	88	881	48.2496	6.1569	5
88270	Hennecourt	hennecourt	44	88	881	48.2071	6.2853	5
88270	Rancourt	rancourt	44	88	882	48.2209	6.1091	5
88270	Ville-sur-Illon	ville-sur-illon	44	88	881	48.1789	6.2107	5
88270	Circourt	circourt	44	88	881	48.254	6.2846	5
88270	Les Ableuvenettes	les-ableuvenettes	44	88	881	48.1881	6.1862	5
88270	Bazegney	bazegney	44	88	881	48.2658	6.2269	5
88270	Gelvécourt-et-Adompt	gelvecourt-et-adompt	44	88	881	48.1996	6.1808	5
88290	Thiéfosse	thiefosse	44	88	881	47.9701	6.7309	5
88290	Saulxures-sur-Moselotte	saulxures-sur-moselotte	44	88	881	47.9489	6.7704	5
88300	Barville	barville	44	88	882	48.3834	5.7884	5
88300	Tilleux	tilleux	44	88	882	48.2996	5.7273	5
88300	Certilleux	certilleux	44	88	882	48.3109	5.7278	5
88300	Rollainville	rollainville	44	88	882	48.361	5.7387	5
88300	Aulnois	aulnois	44	88	882	48.2568	5.7847	5
88300	Harchéchamp	harchechamp	44	88	882	48.3877	5.7796	5
88300	Harmonville	harmonville	44	88	882	48.4769	5.8592	5
88300	Attignéville	attigneville	44	88	882	48.3858	5.8082	5
88300	Circourt-sur-Mouzon	circourt-sur-mouzon	44	88	882	48.3	5.7	5
88300	Jainvillotte	jainvillotte	44	88	882	48.2575	5.6978	5
88300	Rebeuville	rebeuville	44	88	882	48.3342	5.7042	5
88300	Tranqueville-Graux	tranqueville-graux	44	88	882	48.4357	5.8483	5
88300	Lemmecourt	lemmecourt	44	88	882	48.2616	5.7373	5
88300	Autigny-la-Tour	autigny-la-tour	44	88	882	48.3993	5.7591	5
88300	Hagnéville-et-Roncourt	hagneville-et-roncourt	44	88	882	48.25	5.8	5
88300	Pompierre	pompierre	44	88	882	48.2606	5.6735	5
88300	Neufchâteau	neufchateau	44	88	882	48.35	5.7	5
88300	Mont-lès-Neufchâteau	mont-les-neufchateau	44	88	882	48.355	5.6417	5
88300	Martigny-les-Gerbonvaux	martigny-les-gerbonvaux	44	88	882	48.45	5.8	5
88300	Autreville	autreville	44	88	882	48.4835	5.8493	5
88300	Sartes	sartes	44	88	882	48.2459	5.6758	5
88300	Houéville	houeville	44	88	882	48.3741	5.8081	5
88300	Bazoilles-sur-Meuse	bazoilles-sur-meuse	44	88	882	48.3047	5.6582	5
88300	Landaville	landaville	44	88	882	48.289	5.7454	5
88300	Beaufremont	beaufremont	44	88	882	48.2561	5.7539	5
88301 CEDEX	Neufchâteau	neufchateau	44	88	882	48.35	5.7	5
88302 CEDEX	Neufchâteau	neufchateau	44	88	882	48.35	5.7	5
88303 CEDEX	Neufchâteau	neufchateau	44	88	882	48.35	5.7	5
88304 CEDEX	Neufchâteau	neufchateau	44	88	882	48.35	5.7	5
88305 CEDEX	Neufchâteau	neufchateau	44	88	882	48.35	5.7	5
88306 CEDEX	Neufchâteau	neufchateau	44	88	882	48.35	5.7	5
88307 CEDEX	Neufchâteau	neufchateau	44	88	882	48.35	5.7	5
88310	Ventron	ventron	44	88	881	47.9396	6.8709	5
88310	Cornimont	cornimont	44	88	881	47.96	6.8304	5
88320	Villotte	villotte	44	88	882	48.0998	5.7744	5
88320	Senaide	senaide	44	88	882	47.9703	5.8038	5
88320	Rocourt	rocourt	44	88	882	48.1037	5.7393	5
88320	Serécourt	serecourt	44	88	882	48.0547	5.8438	5
88320	Isches	isches	44	88	882	48.0169	5.8308	5
88320	Morizécourt	morizecourt	44	88	882	48.0704	5.8596	5
88320	Tollaincourt	tollaincourt	44	88	882	48.0967	5.7348	5
88320	Tignécourt	tignecourt	44	88	882	48.0427	5.8927	5
88320	Martigny-les-Bains	martigny-les-bains	44	88	882	48.1051	5.8236	5
88320	Fouchécourt	fouchecourt	44	88	882	48.009	5.8601	5
88320	Mont-lès-Lamarche	mont-les-lamarche	44	88	882	48.0214	5.8071	5
88320	Damblain	damblain	44	88	882	48.0958	5.6536	5
88320	Gignéville	gigneville	44	88	882	48.1082	5.9119	5
88320	Rozières-sur-Mouzon	rozieres-sur-mouzon	44	88	882	48.1198	5.7057	5
88320	Marey	marey	44	88	882	48.1001	5.9005	5
88320	Blevaincourt	blevaincourt	44	88	882	48.1251	5.681	5
88320	Frain	frain	44	88	882	48.0851	5.8807	5
88320	Robécourt	robecourt	44	88	882	48.1407	5.6971	5
88320	Ainvelle	ainvelle	44	88	882	47.9966	5.8284	5
88320	Romain-aux-Bois	romain-aux-bois	44	88	882	48.0821	5.7184	5
88320	Serocourt	serocourt	44	88	882	48.0938	5.8939	5
88320	Lamarche	lamarche	44	88	882	48.0697	5.7814	5
88330	Domèvre-sur-Durbion	domevre-sur-durbion	44	88	881	48.2834	6.471	5
88330	Haillainville	haillainville	44	88	881	48.3936	6.4809	5
88330	Zincourt	zincourt	44	88	881	48.3071	6.4388	5
88330	Vaxoncourt	vaxoncourt	44	88	881	48.2919	6.4114	5
88330	Badménil-aux-Bois	badmenil-aux-bois	44	88	881	48.3024	6.5194	5
88330	Rehaincourt	rehaincourt	44	88	881	48.3614	6.469	5
88330	Portieux	portieux	44	88	881	48.3447	6.3447	5
88330	Damas-aux-Bois	damas-aux-bois	44	88	881	48.3964	6.4536	5
88330	Moriville	moriville	44	88	881	48.3478	6.4314	5
88330	Hadigny-les-Verrières	hadigny-les-verrieres	44	88	881	48.3212	6.4605	5
88330	Châtel-sur-Moselle	chatel-sur-moselle	44	88	881	48.3143	6.394	5
88330	Pallegney	pallegney	44	88	881	48.2927	6.4433	5
88340	Le Val-d’Ajol	le-val-d-ajol	44	88	881	47.926	6.4845	5
88340	Girmont-Val-d’Ajol	girmont-val-d-ajol	44	88	881	47.9542	6.5602	5
88350	Grand	grand	44	88	882	48.3849	5.487	5
88350	Fréville	freville	44	88	882	48.3253	5.6095	5
88350	Trampot	trampot	44	88	882	48.3609	5.4362	5
88350	Liffol-le-Grand	liffol-le-grand	44	88	882	48.3177	5.5812	5
88350	Villouxel	villouxel	44	88	882	48.342	5.5784	5
88350	Brechainville	brechainville	44	88	882	48.3667	5.4833	5
88350	Pargny-sous-Mureau	pargny-sous-mureau	44	88	882	48.367	5.6045	5
88360	Rupt-sur-Moselle	rupt-sur-moselle	44	88	881	47.9227	6.6629	5
88360	Ferdrupt	ferdrupt	44	88	881	47.9068	6.7094	5
88370	Bellefontaine	bellefontaine	44	88	881	48.013	6.4435	5
88370	Plombières-les-Bains	plombieres-les-bains	44	88	881	47.9634	6.4576	5
88380	Archettes	archettes	44	88	881	48.1232	6.5372	5
88380	Arches	arches	44	88	881	48.1186	6.5281	5
88390	Gigney	gigney	44	88	881	48.2306	6.3398	5
88390	Dommartin-aux-Bois	dommartin-aux-bois	44	88	881	48.1584	6.2753	5
88390	Fomerey	fomerey	44	88	881	48.2203	6.3393	5
88390	Darnieulles	darnieulles	44	88	881	48.1995	6.3493	5
88390	Girancourt	girancourt	44	88	881	48.1628	6.3105	5
88390	Les Forges	les-forges	44	88	881	48.1775	6.3885	5
88390	Domèvre-sur-Avière	domevre-sur-aviere	44	88	881	48.2139	6.3805	5
88390	Chaumousey	chaumousey	44	88	881	48.1733	6.3346	5
88390	Sanchey	sanchey	44	88	881	48.1755	6.3622	5
88390	Uxegney	uxegney	44	88	881	48.1965	6.3697	5
88390	Renauvoid	renauvoid	44	88	881	48.1437	6.3836	5
88400	Xonrupt-Longemer	xonrupt-longemer	44	88	883	48.0822	6.9294	5
88400	Liézey	liezey	44	88	883	48.0947	6.804	5
88400	Gérardmer	gerardmer	44	88	883	48.0735	6.8779	5
88401 CEDEX	Gérardmer	gerardmer	44	88	883	48.0735	6.8779	5
88402 CEDEX	Gérardmer	gerardmer	44	88	883	48.0735	6.8779	5
88403 CEDEX	Gérardmer	gerardmer	44	88	883	48.0735	6.8779	5
88405 CEDEX	Gérardmer	gerardmer	44	88	883	48.0735	6.8779	5
88406 CEDEX	Gérardmer	gerardmer	44	88	883	48.0735	6.8779	5
88407 CEDEX	Gérardmer	gerardmer	44	88	883	48.0735	6.8779	5
88408 CEDEX	Gérardmer	gerardmer	44	88	883	48.0735	6.8779	5
88409 CEDEX	Gérardmer	gerardmer	44	88	883	48.0735	6.8779	5
88410	Les Thons	les-thons	44	88	882	47.9872	5.8827	5
88410	Saint-Julien	saint-julien	44	88	882	48.019	5.8951	5
88410	Claudon	claudon	44	88	882	48.0329	6.0354	5
88410	Monthureux-sur-Saône	monthureux-sur-saone	44	88	882	48.0342	5.9733	5
88410	Godoncourt	godoncourt	44	88	882	47.9986	5.9216	5
88410	Châtillon-sur-Saône	chatillon-sur-saone	44	88	882	47.9479	5.8847	5
88410	Lironcourt	lironcourt	44	88	882	47.97	5.8937	5
88410	Bleurville	bleurville	44	88	882	48.0619	5.9642	5
88410	Ameuvelle	ameuvelle	44	88	882	47.9423	5.9463	5
88410	Grignoncourt	grignoncourt	44	88	882	47.9581	5.9069	5
88410	Fignévelle	fignevelle	44	88	882	47.9919	5.9128	5
88410	Martinvelle	martinvelle	44	88	882	47.9761	5.9978	5
88410	Regnévelle	regnevelle	44	88	882	47.9865	5.9717	5
88420	Moyenmoutier	moyenmoutier	44	88	883	48.3773	6.9005	5
88430	Biffontaine	biffontaine	44	88	883	48.2112	6.8054	5
88430	La Houssière	la-houssiere	44	88	883	48.195	6.8525	5
88430	Vienville	vienville	44	88	883	48.1682	6.8439	5
88430	Arrentès-de-Corcieux	arrentes-de-corcieux	44	88	883	48.1436	6.8687	5
88430	Gerbépal	gerbepal	44	88	883	48.1495	6.9214	5
88430	Corcieux	corcieux	44	88	883	48.1724	6.8815	5
88440	Nomexy	nomexy	44	88	881	48.3074	6.3857	5
88440	Frizon	frizon	44	88	881	48.2833	6.3667	5
88450	Évaux-et-Ménil	evaux-et-menil	44	88	881	48.3258	6.2971	5
88450	Bettegney-Saint-Brice	bettegney-saint-brice	44	88	881	48.2987	6.3067	5
88450	Madegney	madegney	44	88	881	48.2889	6.2879	5
88450	Regney	regney	44	88	881	48.2903	6.3054	5
88450	Vincey	vincey	44	88	881	48.3375	6.3313	5
88450	Gugney-aux-Aulx	gugney-aux-aulx	44	88	881	48.303	6.2703	5
88450	Varmonzey	varmonzey	44	88	881	48.3225	6.2854	5
88460	Le Roulier	le-roulier	44	88	881	48.1678	6.6205	5
88460	Faucompierre	faucompierre	44	88	881	48.1378	6.6708	5
88460	La Baffe	la-baffe	44	88	881	48.1617	6.5745	5
88460	Cheniménil	chenimenil	44	88	881	48.1388	6.6035	5
88460	Charmois-devant-Bruyères	charmois-devant-bruyeres	44	88	881	48.1679	6.5932	5
88460	Tendon	tendon	44	88	881	48.1215	6.6791	5
88460	Xamontarupt	xamontarupt	44	88	881	48.1326	6.6519	5
88460	Docelles	docelles	44	88	881	48.1448	6.6129	5
88470	La Salle	la-salle	44	88	883	48.3221	6.8281	5
88470	La Voivre	la-voivre	44	88	883	48.3312	6.9028	5
88470	La Bourgonce	la-bourgonce	44	88	883	48.3117	6.8271	5
88470	Saint-Michel-sur-Meurthe	saint-michel-sur-meurthe	44	88	883	48.3222	6.8902	5
88470	Nompatelize	nompatelize	44	88	883	48.3255	6.8519	5
88480	Saint-Remy	saint-remy	44	88	883	48.35	6.8333	5
88480	Étival-Clairefontaine	etival-clairefontaine	44	88	883	48.3652	6.8612	5
88490	Lusse	lusse	44	88	883	48.2917	7.1019	5
88490	Provenchères-et-Colroy	provencheres-et-colroy	44	88	883	48.3075	7.0786	5
88490	Frapelle	frapelle	44	88	883	48.2931	7.0605	5
88490	Colroy-la-Grande	colroy-la-grande	44	88	883	48.3166	7.1098	5
88490	Le Beulay	le-beulay	44	88	883	48.3008	7.072	5
88490	Provenchères-sur-Fave	provencheres-sur-fave	44	88	883	48.3074	7.0786	5
88490	La Grande-Fosse	la-grande-fosse	44	88	883	48.3394	7.0696	5
88490	Lubine	lubine	44	88	883	48.3169	7.1521	5
88490	Lesseux	lesseux	44	88	883	48.285	7.0799	5
88490	Combrimont	combrimont	44	88	883	48.2759	7.0645	5
88490	La Petite-Fosse	la-petite-fosse	44	88	883	48.3214	7.0534	5
88500	Totainville	totainville	44	88	882	48.3253	5.985	5
88500	Jorxey	jorxey	44	88	881	48.3035	6.238	5
88500	Domèvre-sous-Montfort	domevre-sous-montfort	44	88	882	48.2505	6.069	5
88500	Mazirot	mazirot	44	88	882	48.3222	6.1467	5
88500	Remicourt	remicourt	44	88	882	48.285	6.0593	5
88500	Chef-Haut	chef-haut	44	88	882	48.3565	6.0152	5
88500	Dombasle-en-Xaintois	dombasle-en-xaintois	44	88	882	48.3077	5.9933	5
88500	Vaubexy	vaubexy	44	88	881	48.2796	6.2354	5
88500	Viviers-lès-Offroicourt	viviers-les-offroicourt	44	88	882	48.2697	6.0254	5
88500	Vroville	vroville	44	88	882	48.2866	6.1725	5
88500	Hymont	hymont	44	88	882	48.2672	6.1414	5
88500	Estrennes	estrennes	44	88	882	48.2581	6.0503	5
88500	Domvallier	domvallier	44	88	882	48.3082	6.0842	5
88500	Oëlleville	oelleville	44	88	882	48.3325	6.0217	5
88500	Offroicourt	offroicourt	44	88	882	48.2797	6.0429	5
88500	Saint-Prancher	saint-prancher	44	88	882	48.3445	5.958	5
88500	Juvaincourt	juvaincourt	44	88	882	48.3306	6.0586	5
88500	Bettoncourt	bettoncourt	44	88	881	48.3496	6.1634	5
88500	Frenelle-la-Petite	frenelle-la-petite	44	88	882	48.3502	6.0642	5
88500	Gircourt-lès-Viéville	gircourt-les-vieville	44	88	881	48.3406	6.195	5
88500	Rouvres-en-Xaintois	rouvres-en-xaintois	44	88	882	48.3109	6.0311	5
88500	Mattaincourt	mattaincourt	44	88	882	48.2807	6.1313	5
88500	Ramecourt	ramecourt	44	88	882	48.3095	6.1008	5
88500	Repel	repel	44	88	882	48.3458	5.972	5
88500	Frenelle-la-Grande	frenelle-la-grande	44	88	882	48.3558	6.0855	5
88500	Bazoilles-et-Ménil	bazoilles-et-menil	44	88	882	48.2589	6.1047	5
88500	Pont-sur-Madon	pont-sur-madon	44	88	881	48.368	6.153	5
88500	Boulaincourt	boulaincourt	44	88	882	48.3716	6.0825	5
88500	Villers	villers	44	88	882	48.3017	6.1729	5
88500	Vomécourt-sur-Madon	vomecourt-sur-madon	44	88	881	48.3667	6.1667	5
88500	Chauffecourt	chauffecourt	44	88	882	48.3326	6.1503	5
88500	Thiraucourt	thiraucourt	44	88	882	48.292	6.0733	5
88500	Baudricourt	baudricourt	44	88	882	48.3131	6.0534	5
88500	Ménil-en-Xaintois	menil-en-xaintois	44	88	882	48.3082	5.9732	5
88500	Mirecourt	mirecourt	44	88	882	48.3009	6.1328	5
88500	Ambacourt	ambacourt	44	88	882	48.3461	6.1413	5
88500	Ahéville	aheville	44	88	881	48.2842	6.1946	5
88500	Puzieux	puzieux	44	88	882	48.3343	6.0974	5
88500	Avillers	avillers	44	88	881	48.3119	6.2096	5
88500	Poussay	poussay	44	88	882	48.3196	6.1238	5
88500	Blémerey	blemerey	44	88	882	48.3603	6.0487	5
88500	Rozerotte	rozerotte	44	88	882	48.2419	6.0822	5
88501 CEDEX	Mirecourt	mirecourt	44	88	882	48.3009	6.1328	5
88502 CEDEX	Mirecourt	mirecourt	44	88	882	48.3009	6.1328	5
88503 CEDEX	Mirecourt	mirecourt	44	88	882	48.3009	6.1328	5
88504 CEDEX	Mirecourt	mirecourt	44	88	882	48.3009	6.1328	5
88507 CEDEX	Mirecourt	mirecourt	44	88	882	48.3009	6.1328	5
88509 CEDEX	Mirecourt	mirecourt	44	88	882	48.3009	6.1328	5
88510	Éloyes	eloyes	44	88	881	48.0979	6.6065	5
88520	Raves	raves	44	88	883	48.2627	7.0518	5
88520	La Croix-aux-Mines	la-croix-aux-mines	44	88	883	48.2193	7.0483	5
88520	Gemaingoutte	gemaingoutte	44	88	883	48.254	7.0847	5
88520	Bertrimoutier	bertrimoutier	44	88	883	48.2704	7.0525	5
88520	Wisembach	wisembach	44	88	883	48.2584	7.1095	5
88520	Ban-de-Laveline	ban-de-laveline	44	88	883	48.245	7.0659	5
88530	Le Tholy	le-tholy	44	88	881	48.0823	6.7435	5
88530	La Forge	la-forge	44	88	881	48.0651	6.7238	5
88540	Bussang	bussang	44	88	881	47.8845	6.8527	5
88550	Jarménil	jarmenil	44	88	881	48.1142	6.5715	5
88550	Pouxeux	pouxeux	44	88	881	48.1062	6.573	5
88560	Saint-Maurice-sur-Moselle	saint-maurice-sur-moselle	44	88	881	47.8589	6.8248	5
88580	Saulcy-sur-Meurthe	saulcy-sur-meurthe	44	88	883	48.2376	6.9644	5
88600	Laveline-devant-Bruyères	laveline-devant-bruyeres	44	88	881	48.189	6.7574	5
88600	Pierrepont-sur-l’Arentèle	pierrepont-sur-l-arentele	44	88	881	48.2634	6.6483	5
88600	Champ-le-Duc	champ-le-duc	44	88	881	48.196	6.7216	5
88600	Girecourt-sur-Durbion	girecourt-sur-durbion	44	88	881	48.2442	6.6014	5
88600	Domfaing	domfaing	44	88	883	48.2353	6.75	5
88600	Beauménil	beaumenil	44	88	881	48.1806	6.7278	5
88600	Fremifontaine	fremifontaine	44	88	883	48.2667	6.6833	5
88600	Méménil	memenil	44	88	881	48.2194	6.6115	5
88600	Fontenay	fontenay	44	88	881	48.218	6.5892	5
88600	Dompierre	dompierre	44	88	881	48.2536	6.5641	5
88600	Brouvelieures	brouvelieures	44	88	883	48.2369	6.7311	5
88600	Sercœur	serc-ur	44	88	881	48.25	6.5333	5
88600	Gugnécourt	gugnecourt	44	88	881	48.2437	6.6221	5
88600	La Chapelle-devant-Bruyères	la-chapelle-devant-bruyeres	44	88	883	48.1833	6.7833	5
88600	Prey	prey	44	88	881	48.1783	6.6861	5
88600	Lépanges-sur-Vologne	lepanges-sur-vologne	44	88	881	48.1667	6.6667	5
88600	Vervezelle	vervezelle	44	88	883	48.2206	6.7387	5
88600	Destord	destord	44	88	881	48.2711	6.618	5
88600	Fays	fays	44	88	881	48.1947	6.6757	5
88600	Nonzeville	nonzeville	44	88	881	48.2642	6.6326	5
88600	Grandvillers	grandvillers	44	88	881	48.239	6.6548	5
88600	Fiménil	fimenil	44	88	881	48.1837	6.7147	5
88600	Aydoilles	aydoilles	44	88	881	48.2103	6.5739	5
88600	Belmont-sur-Buttant	belmont-sur-buttant	44	88	883	48.2249	6.7649	5
88600	Bois-de-Champ	bois-de-champ	44	88	883	48.2553	6.7913	5
88600	Viménil	vimenil	44	88	881	48.2256	6.6335	5
88600	Les Poulières	les-poulieres	44	88	883	48.1983	6.7906	5
88600	Deycimont	deycimont	44	88	881	48.1679	6.6505	5
88600	Mortagne	mortagne	44	88	883	48.2706	6.7532	5
88600	Herpelmont	herpelmont	44	88	883	48.1699	6.739	5
88600	Bruyères	bruyeres	44	88	881	48.2071	6.7185	5
88600	Laval-sur-Vologne	laval-sur-vologne	44	88	881	48.1912	6.7053	5
88600	La Neuveville-devant-Lépanges	la-neuveville-devant-lepanges	44	88	881	48.162	6.6673	5
88600	Les Rouges-Eaux	les-rouges-eaux	44	88	883	48.2622	6.7993	5
88630	Punerot	punerot	44	88	882	48.4808	5.8084	5
88630	Domrémy-la-Pucelle	domremy-la-pucelle	44	88	882	48.4427	5.6749	5
88630	Moncel-sur-Vair	moncel-sur-vair	44	88	882	48.4167	5.7	5
88630	Frebécourt	frebecourt	44	88	882	48.3929	5.673	5
88630	Chermisey	chermisey	44	88	882	48.4159	5.5694	5
88630	Coussey	coussey	44	88	882	48.4073	5.6841	5
88630	Clérey-la-Côte	clerey-la-cote	44	88	882	48.4833	5.7667	5
88630	Avranville	avranville	44	88	882	48.4228	5.527	5
88630	Sionne	sionne	44	88	882	48.3934	5.6395	5
88630	Greux	greux	44	88	882	48.4499	5.677	5
88630	Maxey-sur-Meuse	maxey-sur-meuse	44	88	882	48.4509	5.6979	5
88630	Midrevaux	midrevaux	44	88	882	48.3843	5.6104	5
88630	Ruppes	ruppes	44	88	882	48.4699	5.7688	5
88630	Jubainville	jubainville	44	88	882	48.46	5.7428	5
88630	Soulosse-sous-Saint-Élophe	soulosse-sous-saint-elophe	44	88	882	48.4	5.7333	5
88630	Seraumont	seraumont	44	88	882	48.4336	5.5992	5
88640	Granges-Aumontzey	granges-aumontzey	44	88	883	48.1456	6.7886	5
88640	Champdray	champdray	44	88	883	48.1346	6.7529	5
88640	Rehaupal	rehaupal	44	88	883	48.1198	6.7314	5
88640	Barbey-Seroux	barbey-seroux	44	88	883	48.1333	6.8333	5
88640	Aumontzey	aumontzey	44	88	883	48.1667	6.7757	5
88640	Jussarupt	jussarupt	44	88	883	48.1601	6.7528	5
88640	Granges-sur-Vologne	granges-sur-vologne	44	88	883	48.1452	6.7909	5
88640	Laveline-du-Houx	laveline-du-houx	44	88	881	48.1348	6.7048	5
88650	Entre-deux-Eaux	entre-deux-eaux	44	88	883	48.2321	6.9918	5
88650	Mandray	mandray	44	88	883	48.2196	6.9932	5
88650	Anould	anould	44	88	883	48.1853	6.946	5
88650	Saint-Léonard	saint-leonard	44	88	883	48.2164	6.9435	5
88700	Saint-Benoît-la-Chipotte	saint-benoit-la-chipotte	44	88	881	48.3578	6.7346	5
88700	Fauconcourt	fauconcourt	44	88	881	48.3716	6.541	5
88700	Brû	bru	44	88	881	48.3478	6.6825	5
88700	Moyemont	moyemont	44	88	881	48.3501	6.539	5
88700	Romont	romont	44	88	881	48.3564	6.5853	5
88700	Roville-aux-Chênes	roville-aux-chenes	44	88	881	48.3845	6.6045	5
88700	Rambervillers	rambervillers	44	88	881	48.3424	6.6358	5
88700	Ménil-sur-Belvitte	menil-sur-belvitte	44	88	881	48.389	6.6916	5
88700	Doncières	doncieres	44	88	881	48.3934	6.6364	5
88700	Deinvillers	deinvillers	44	88	881	48.4136	6.5551	5
88700	Padoux	padoux	44	88	881	48.2793	6.5704	5
88700	Vomécourt	vomecourt	44	88	881	48.3091	6.615	5
88700	Xaffévillers	xaffevillers	44	88	881	48.409	6.6113	5
88700	Sainte-Hélène	sainte-helene	44	88	881	48.2907	6.6563	5
88700	Saint-Gorgon	saint-gorgon	44	88	881	48.3239	6.6483	5
88700	Saint-Maurice-sur-Mortagne	saint-maurice-sur-mortagne	44	88	881	48.3866	6.5827	5
88700	Sainte-Barbe	sainte-barbe	44	88	881	48.3967	6.7227	5
88700	Saint-Genest	saint-genest	44	88	881	48.3536	6.525	5
88700	Housseras	housseras	44	88	881	48.3109	6.7098	5
88700	Nossoncourt	nossoncourt	44	88	881	48.3979	6.6718	5
88700	Autrey	autrey	44	88	881	48.2964	6.6891	5
88700	Jeanménil	jeanmenil	44	88	881	48.3356	6.6877	5
88700	Bazien	bazien	44	88	881	48.4111	6.676	5
88700	Anglemont	anglemont	44	88	881	48.3801	6.666	5
88700	Clézentaine	clezentaine	44	88	881	48.4089	6.5391	5
88700	Bult	bult	44	88	881	48.2942	6.6063	5
88700	Hardancourt	hardancourt	44	88	881	48.3775	6.5667	5
88700	Ortoncourt	ortoncourt	44	88	881	48.3666	6.5118	5
88700	Saint-Pierremont	saint-pierremont	44	88	881	48.4333	6.5833	5
88700	Ménarmont	menarmont	44	88	881	48.4196	6.6395	5
88700	Domptail	domptail	44	88	881	48.4459	6.6155	5
88800	Haréville	hareville	44	88	882	48.2052	6.0003	5
88800	Saint-Remimont	saint-remimont	44	88	882	48.2452	5.8997	5
88800	Norroy	norroy	44	88	882	48.2152	5.9195	5
88800	Vittel	vittel	44	88	882	48.2009	5.9484	5
88800	Parey-sous-Montfort	parey-sous-montfort	44	88	882	48.2514	5.9449	5
88800	Domjulien	domjulien	44	88	882	48.2528	5.998	5
88800	They-sous-Montfort	they-sous-montfort	44	88	882	48.2314	5.9845	5
88800	La Neuveville-sous-Montfort	la-neuveville-sous-montfort	44	88	882	48.225	6.0187	5
88800	Lignéville	ligneville	44	88	882	48.1667	5.9515	5
88800	Monthureux-le-Sec	monthureux-le-sec	44	88	882	48.1722	6.0252	5
88800	Belmont-sur-Vair	belmont-sur-vair	44	88	882	48.2558	5.9062	5
88800	Remoncourt	remoncourt	44	88	882	48.2295	6.0514	5
88800	Valleroy-le-Sec	valleroy-le-sec	44	88	882	48.1868	6.0108	5
88800	Mandres-sur-Vair	mandres-sur-vair	44	88	882	48.2231	5.8927	5
88801 CEDEX	Vittel	vittel	44	88	882	48.2009	5.9484	5
88802 CEDEX	Vittel	vittel	44	88	882	48.2009	5.9484	5
88803 CEDEX	Vittel	vittel	44	88	882	48.2009	5.9484	5
88804 CEDEX	Vittel	vittel	44	88	882	48.2009	5.9484	5
88805 CEDEX	Vittel	vittel	44	88	882	48.2009	5.9484	5
88809 CEDEX	Vittel	vittel	44	88	882	48.2009	5.9484	5
44000	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44001 CEDEX 1	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44002 CEDEX 1	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44003 CEDEX 1	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44004 CEDEX 1	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44005 CEDEX 1	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44006 CEDEX 1	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44007 CEDEX 1	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44008 CEDEX 1	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44009 CEDEX 1	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44010 CEDEX 1	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44011 CEDEX 1	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44012 CEDEX 1	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44013 CEDEX 1	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44014 CEDEX 1	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44015 CEDEX 1	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44016 CEDEX 1	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44017 CEDEX 1	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44018 CEDEX 1	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44019 CEDEX 1	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44020 CEDEX 1	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44021 CEDEX 1	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44022 CEDEX 1	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44023 CEDEX 1	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44024 CEDEX 1	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44032 CEDEX 1	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44033 CEDEX 1	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44034 CEDEX 1	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44035 CEDEX 1	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44036 CEDEX 1	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44038 CEDEX 1	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44040 CEDEX 1	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44041 CEDEX 1	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44042 CEDEX 1	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44046 CEDEX 1	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44047 CEDEX 1	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44090 CEDEX 1	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44092 CEDEX 1	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44093 CEDEX 1	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44094 CEDEX 1	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44095 CEDEX 1	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44097 CEDEX 1	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44099 CEDEX 1	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44100	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44101 CEDEX 4	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44102 CEDEX 4	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44103 CEDEX 4	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44104 CEDEX 4	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44105 CEDEX 4	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44106 CEDEX 4	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44107 CEDEX 4	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44109 CEDEX 4	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44110	Villepot	villepot	52	44	445	47.7756	-1.278	5
44110	Saint-Aubin-des-Châteaux	saint-aubin-des-chateaux	52	44	445	47.7205	-1.4888	5
44110	Louisfert	louisfert	52	44	445	47.6753	-1.4331	5
44110	Erbray	erbray	52	44	445	47.6549	-1.3178	5
44110	Noyal-sur-Brutz	noyal-sur-brutz	52	44	445	47.7752	-1.3465	5
44110	Soudan	soudan	52	44	445	47.7378	-1.3057	5
44110	Châteaubriant	chateaubriant	52	44	445	47.7167	-1.3833	5
44115	Haute-Goulaine	haute-goulaine	52	44	442	47.199	-1.4294	5
44115	Basse-Goulaine	basse-goulaine	52	44	442	47.2117	-1.4675	5
44116	Vieillevigne	vieillevigne	52	44	442	46.9721	-1.434	5
44117	Saint-André-des-Eaux	saint-andre-des-eaux	52	44	443	47.3146	-2.311	5
44118	La Chevrolière	la-chevroliere	52	44	442	47.0912	-1.6097	5
44119	Grandchamps-des-Fontaines	grandchamps-des-fontaines	52	44	445	47.3667	-1.6	5
44119	Treillières	treillieres	52	44	445	47.3306	-1.6192	5
44120	Vertou	vertou	52	44	442	47.1687	-1.4693	5
44121 CEDEX	Vertou	vertou	52	44	442	47.1687	-1.4693	5
44122 CEDEX	Vertou	vertou	52	44	442	47.1687	-1.4693	5
44123 CEDEX	Vertou	vertou	52	44	442	47.1687	-1.4693	5
44124 CEDEX	Vertou	vertou	52	44	442	47.1687	-1.4693	5
44126 CEDEX	Vertou	vertou	52	44	442	47.1687	-1.4693	5
44129 CEDEX	Vertou	vertou	52	44	442	47.1687	-1.4693	5
44130	Bouvron	bouvron	52	44	445	47.4173	-1.8468	5
44130	Fay-de-Bretagne	fay-de-bretagne	52	44	445	47.4145	-1.7916	5
44130	Le Gâvre	le-gavre	52	44	445	47.5213	-1.749	5
44130	Notre-Dame-des-Landes	notre-dame-des-landes	52	44	445	47.3805	-1.709	5
44130	Blain	blain	52	44	445	47.4766	-1.7628	5
44140	Le Bignon	le-bignon	52	44	442	47.0972	-1.4917	5
44140	Geneston	geneston	52	44	442	47.0564	-1.5114	5
44140	La Planche	la-planche	52	44	442	47.0162	-1.4316	5
44140	Aigrefeuille-sur-Maine	aigrefeuille-sur-maine	52	44	442	47.0789	-1.4025	5
44140	Remouillé	remouille	52	44	442	47.0559	-1.3768	5
44140	Montbert	montbert	52	44	442	47.0561	-1.4889	5
44141 CEDEX	Châteaubriant	chateaubriant	52	44	445	47.7167	-1.3833	5
44142 CEDEX	Châteaubriant	chateaubriant	52	44	445	47.7167	-1.3833	5
44143 CEDEX	Châteaubriant	chateaubriant	52	44	445	47.7167	-1.3833	5
44144 CEDEX	Châteaubriant	chateaubriant	52	44	445	47.7167	-1.3833	5
44145 CEDEX	Châteaubriant	chateaubriant	52	44	445	47.7167	-1.3833	5
44146 CEDEX	Châteaubriant	chateaubriant	52	44	445	47.7167	-1.3833	5
44149 CEDEX	Châteaubriant	chateaubriant	52	44	445	47.7167	-1.3833	5
44150	Saint-Herblon	saint-herblon	52	44	445	47.4079	-1.0974	5
44150	Anetz	anetz	52	44	445	47.3806	-1.1058	5
44150	Vair-sur-Loire	vair-sur-loire	52	44	445	47.4083	-1.0958	5
44150	Saint-Géréon	saint-gereon	52	44	445	47.3677	-1.2026	5
44150	Ancenis	ancenis	52	44	445	47.3667	-1.1667	5
44151 CEDEX	Ancenis	ancenis	52	44	445	47.3667	-1.1667	5
44152 CEDEX	Ancenis	ancenis	52	44	445	47.3667	-1.1667	5
44153 CEDEX	Ancenis	ancenis	52	44	445	47.3667	-1.1667	5
44154 CEDEX	Ancenis	ancenis	52	44	445	47.3667	-1.1667	5
44155 CEDEX	Ancenis	ancenis	52	44	445	47.3667	-1.1667	5
44156 CEDEX	Ancenis	ancenis	52	44	445	47.3667	-1.1667	5
44157 CEDEX	Ancenis	ancenis	52	44	445	47.3667	-1.1667	5
44158 CEDEX	Ancenis	ancenis	52	44	445	47.3667	-1.1667	5
44159 CEDEX	Ancenis	ancenis	52	44	445	47.3667	-1.1667	5
44160	Sainte-Anne-sur-Brivet	sainte-anne-sur-brivet	52	44	443	47.4607	-2.0041	5
44160	Pontchâteau	pontchateau	52	44	443	47.438	-2.0901	5
44160	Crossac	crossac	52	44	443	47.4112	-2.1695	5
44160	Sainte-Reine-de-Bretagne	sainte-reine-de-bretagne	52	44	443	47.4413	-2.1924	5
44160	Besné	besne	52	44	443	47.4	-2.0898	5
44170	Jans	jans	52	44	445	47.6203	-1.6144	5
44170	La Grigonnais	la-grigonnais	52	44	445	47.5272	-1.6678	5
44170	Treffieux	treffieux	52	44	445	47.62	-1.5372	5
44170	Abbaretz	abbaretz	52	44	445	47.5531	-1.532	5
44170	Vay	vay	52	44	445	47.5547	-1.701	5
44170	Marsac-sur-Don	marsac-sur-don	52	44	445	47.5965	-1.6795	5
44170	Nozay	nozay	52	44	445	47.565	-1.6263	5
44176 CEDEX 4	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44179 CEDEX 4	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44184 CEDEX 4	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44185 CEDEX 4	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44186 CEDEX 4	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44187 CEDEX 4	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44188 CEDEX 4	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44190	Clisson	clisson	52	44	442	47.0871	-1.2829	5
44190	Gorges	gorges	52	44	442	47.0992	-1.3002	5
44190	Saint-Lumine-de-Clisson	saint-lumine-de-clisson	52	44	442	47.0841	-1.3352	5
44190	Gétigné	getigne	52	44	442	47.0765	-1.2481	5
44190	Boussay	boussay	52	44	442	47.0448	-1.1848	5
44190	Saint-Hilaire-de-Clisson	saint-hilaire-de-clisson	52	44	442	47.0622	-1.3078	5
44191 CEDEX	Clisson	clisson	52	44	442	47.0871	-1.2829	5
44192 CEDEX	Clisson	clisson	52	44	442	47.0871	-1.2829	5
44193 CEDEX	Clisson	clisson	52	44	442	47.0871	-1.2829	5
44194 CEDEX	Clisson	clisson	52	44	442	47.0871	-1.2829	5
44195 CEDEX	Clisson	clisson	52	44	442	47.0871	-1.2829	5
44196 CEDEX	Clisson	clisson	52	44	442	47.0871	-1.2829	5
44198 CEDEX	Clisson	clisson	52	44	442	47.0871	-1.2829	5
44199 CEDEX	Clisson	clisson	52	44	442	47.0871	-1.2829	5
44200	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44201 CEDEX 2	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44202 CEDEX 2	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44203 CEDEX 2	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44204 CEDEX 2	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44205 CEDEX 2	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44209 CEDEX 2	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44210	Pornic	pornic	52	44	443	47.1121	-2.0889	5
44211 CEDEX	Pornic	pornic	52	44	443	47.1121	-2.0889	5
44212 CEDEX	Pornic	pornic	52	44	443	47.1121	-2.0889	5
44213 CEDEX	Pornic	pornic	52	44	443	47.1121	-2.0889	5
44214 CEDEX	Pornic	pornic	52	44	443	47.1121	-2.0889	5
44215 CEDEX	Pornic	pornic	52	44	443	47.1121	-2.0889	5
44216 CEDEX	Pornic	pornic	52	44	443	47.1121	-2.0889	5
44217 CEDEX	Pornic	pornic	52	44	443	47.1121	-2.0889	5
44219 CEDEX	Pornic	pornic	52	44	443	47.1121	-2.0889	5
44220	Couëron	coueron	52	44	442	47.2151	-1.7217	5
44230	Saint-Sébastien-sur-Loire	saint-sebastien-sur-loire	52	44	442	47.2077	-1.5033	5
44231 CEDEX	Saint-Sébastien-sur-Loire	saint-sebastien-sur-loire	52	44	442	47.2077	-1.5033	5
44232 CEDEX	Saint-Sébastien-sur-Loire	saint-sebastien-sur-loire	52	44	442	47.2077	-1.5033	5
44233 CEDEX	Saint-Sébastien-sur-Loire	saint-sebastien-sur-loire	52	44	442	47.2077	-1.5033	5
44234 CEDEX	Saint-Sébastien-sur-Loire	saint-sebastien-sur-loire	52	44	442	47.2077	-1.5033	5
44235 CEDEX	Saint-Sébastien-sur-Loire	saint-sebastien-sur-loire	52	44	442	47.2077	-1.5033	5
44236 CEDEX	Saint-Sébastien-sur-Loire	saint-sebastien-sur-loire	52	44	442	47.2077	-1.5033	5
44239 CEDEX	Saint-Sébastien-sur-Loire	saint-sebastien-sur-loire	52	44	442	47.2077	-1.5033	5
44240	Sucé-sur-Erdre	suce-sur-erdre	52	44	445	47.3333	-1.5333	5
44240	La Chapelle-sur-Erdre	la-chapelle-sur-erdre	52	44	442	47.2958	-1.5531	5
44241 CEDEX	La Chapelle-sur-Erdre	la-chapelle-sur-erdre	52	44	442	47.2958	-1.5531	5
44242 CEDEX	La Chapelle-sur-Erdre	la-chapelle-sur-erdre	52	44	442	47.2958	-1.5531	5
44243 CEDEX	La Chapelle-sur-Erdre	la-chapelle-sur-erdre	52	44	442	47.2958	-1.5531	5
44244 CEDEX	La Chapelle-sur-Erdre	la-chapelle-sur-erdre	52	44	442	47.2958	-1.5531	5
44245 CEDEX	La Chapelle-sur-Erdre	la-chapelle-sur-erdre	52	44	442	47.2958	-1.5531	5
44249 CEDEX	La Chapelle-sur-Erdre	la-chapelle-sur-erdre	52	44	442	47.2958	-1.5531	5
44250	Saint-Brevin-les-Pins	saint-brevin-les-pins	52	44	443	47.25	-2.1667	5
44260	Lavau-sur-Loire	lavau-sur-loire	52	44	443	47.3073	-1.9661	5
44260	Bouée	bouee	52	44	443	47.32	-1.9098	5
44260	La Chapelle-Launay	la-chapelle-launay	52	44	443	47.3723	-1.9707	5
44260	Savenay	savenay	52	44	443	47.3607	-1.9421	5
44260	Prinquiau	prinquiau	52	44	443	47.3621	-2.0095	5
44260	Malville	malville	52	44	443	47.3591	-1.8623	5
44261 CEDEX 2	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44262 CEDEX 2	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44263 CEDEX 2	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44265 CEDEX 2	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44268 CEDEX 2	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44270	Saint-Même-le-Tenu	saint-meme-le-tenu	52	44	442	47.02	-1.7946	5
44270	Saint-Étienne-de-Mer-Morte	saint-etienne-de-mer-morte	52	44	442	46.9285	-1.7427	5
44270	Machecoul-Saint-Même	machecoul-saint-meme	52	44	442	46.9931	-1.8228	5
44270	Machecoul	machecoul	52	44	442	46.9936	-1.8235	5
44270	La Marne	la-marne	52	44	442	47	-1.7333	5
44270	Paulx	paulx	52	44	442	46.9618	-1.7552	5
44272 CEDEX 2	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44273 CEDEX 2	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44274 CEDEX 2	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44275 CEDEX 2	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44276 CEDEX 2	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44277 CEDEX 2	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44290	Conquereuil	conquereuil	52	44	445	47.6252	-1.751	5
44290	Massérac	masserac	52	44	445	47.6719	-1.9146	5
44290	Guémené-Penfao	guemene-penfao	52	44	445	47.6333	-1.8333	5
44290	Pierric	pierric	52	44	445	47.6868	-1.7359	5
44300	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44301 CEDEX 3	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44302 CEDEX 3	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44303 CEDEX 3	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44304 CEDEX 3	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44305 CEDEX 3	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44306 CEDEX 3	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44307 CEDEX 3	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44308 CEDEX 3	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44309 CEDEX 3	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44310	Saint-Lumine-de-Coutais	saint-lumine-de-coutais	52	44	442	47.054	-1.7278	5
44310	Saint-Philbert-de-Grand-Lieu	saint-philbert-de-grand-lieu	52	44	442	47.0358	-1.6412	5
44310	La Limouzinière	la-limouziniere	52	44	442	46.9927	-1.5972	5
44310	Saint-Colomban	saint-colomban	52	44	442	47.0167	-1.5833	5
44311 CEDEX 3	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44312 CEDEX 3	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44313 CEDEX 3	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44314 CEDEX 3	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44315 CEDEX 3	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44316 CEDEX 3	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44317 CEDEX 3	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44318 CEDEX 3	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44319 CEDEX 3	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44320	Arthon-en-Retz	arthon-en-retz	52	44	443	47.1159	-1.9426	5
44320	Saint-Père-en-Retz	saint-pere-en-retz	52	44	443	47.2056	-2.0409	5
44320	Frossay	frossay	52	44	443	47.2445	-1.9356	5
44320	Chauvé	chauve	52	44	443	47.1517	-1.9849	5
44320	Saint-Viaud	saint-viaud	52	44	443	47.2562	-2.0183	5
44320	Chaumes-en-Retz	chaumes-en-retz	52	44	443	47.1164	-1.9386	5
44321 CEDEX 3	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44322 CEDEX 3	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44323 CEDEX 3	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44324 CEDEX 3	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44325 CEDEX 3	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44326 CEDEX 3	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44327 CEDEX 3	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44328 CEDEX 3	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44329 CEDEX 3	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44330	Le Pallet	le-pallet	52	44	442	47.1381	-1.3348	5
44330	La Regrippière	la-regrippiere	52	44	442	47.1817	-1.1762	5
44330	La Chapelle-Heulin	la-chapelle-heulin	52	44	442	47.1767	-1.34	5
44330	Mouzillon	mouzillon	52	44	442	47.141	-1.2819	5
44330	Vallet	vallet	52	44	442	47.1623	-1.2661	5
44331 CEDEX 3	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44332 CEDEX 3	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44333 CEDEX 3	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44334 CEDEX 3	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44335 CEDEX 3	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44336 CEDEX 3	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44337 CEDEX 3	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44338 CEDEX 3	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44339 CEDEX 3	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44340	Bouguenais	bouguenais	52	44	442	47.1776	-1.6214	5
44341 CEDEX	Bouguenais	bouguenais	52	44	442	47.1776	-1.6214	5
44342 CEDEX	Bouguenais	bouguenais	52	44	442	47.1776	-1.6214	5
44343 CEDEX	Bouguenais	bouguenais	52	44	442	47.1776	-1.6214	5
44344 CEDEX	Bouguenais	bouguenais	52	44	442	47.1776	-1.6214	5
44345 CEDEX	Bouguenais	bouguenais	52	44	442	47.1776	-1.6214	5
44346 CEDEX	Bouguenais	bouguenais	52	44	442	47.1776	-1.6214	5
44349 CEDEX	Bouguenais	bouguenais	52	44	442	47.1776	-1.6214	5
44350	Guérande	guerande	52	44	443	47.3291	-2.4283	5
44350	Saint-Molf	saint-molf	52	44	443	47.3917	-2.4236	5
44351 CEDEX	Guérande	guerande	52	44	443	47.3291	-2.4283	5
44352 CEDEX	Guérande	guerande	52	44	443	47.3291	-2.4283	5
44353 CEDEX	Guérande	guerande	52	44	443	47.3291	-2.4283	5
44356 CEDEX	Guérande	guerande	52	44	443	47.3291	-2.4283	5
44357 CEDEX	Guérande	guerande	52	44	443	47.3291	-2.4283	5
44358 CEDEX	Guérande	guerande	52	44	443	47.3291	-2.4283	5
44359 CEDEX	Guérande	guerande	52	44	443	47.3291	-2.4283	5
44360	Cordemais	cordemais	52	44	442	47.2911	-1.8787	5
44360	Vigneux-de-Bretagne	vigneux-de-bretagne	52	44	445	47.3255	-1.7368	5
44360	Saint-Étienne-de-Montluc	saint-etienne-de-montluc	52	44	442	47.2769	-1.7807	5
44360	Le Temple-de-Bretagne	le-temple-de-bretagne	52	44	442	47.3274	-1.789	5
44370	La Rouxière	la-rouxiere	52	44	445	47.4424	-1.0667	5
44370	Belligné	belligne	52	44	445	47.4677	-1.0278	5
44370	Montrelais	montrelais	52	44	445	47.3888	-0.9668	5
44370	Loireauxence	loireauxence	52	44	445	47.3844	-1.03	5
44370	La Chapelle-Saint-Sauveur	la-chapelle-saint-sauveur	52	44	445	47.4411	-0.9846	5
44370	Varades	varades	52	44	445	47.3846	-1.0284	5
44371 CEDEX 3	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44372 CEDEX 3	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44373 CEDEX 3	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44379 CEDEX 3	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44380	Pornichet	pornichet	52	44	443	47.2668	-2.3379	5
44390	Nort-sur-Erdre	nort-sur-erdre	52	44	445	47.4388	-1.4983	5
44390	Puceul	puceul	52	44	445	47.522	-1.6169	5
44390	Petit-Mars	petit-mars	52	44	445	47.3951	-1.4526	5
44390	Saffré	saffre	52	44	445	47.5014	-1.5786	5
44390	Les Touches	les-touches	52	44	445	47.4425	-1.431	5
44390	Casson	casson	52	44	445	47.3876	-1.5565	5
44400	Rezé	reze	52	44	442	47.1814	-1.5497	5
44401 CEDEX	Rezé	reze	52	44	442	47.1814	-1.5497	5
44402 CEDEX	Rezé	reze	52	44	442	47.1814	-1.5497	5
44403 CEDEX	Rezé	reze	52	44	442	47.1814	-1.5497	5
44404 CEDEX	Rezé	reze	52	44	442	47.1814	-1.5497	5
44405 CEDEX	Rezé	reze	52	44	442	47.1814	-1.5497	5
44406 CEDEX	Rezé	reze	52	44	442	47.1814	-1.5497	5
44407 CEDEX	Rezé	reze	52	44	442	47.1814	-1.5497	5
44408 CEDEX	Rezé	reze	52	44	442	47.1814	-1.5497	5
44409 CEDEX	Rezé	reze	52	44	442	47.1814	-1.5497	5
44410	Saint-Lyphard	saint-lyphard	52	44	443	47.3982	-2.3064	5
44410	Herbignac	herbignac	52	44	443	47.4482	-2.3181	5
44410	Assérac	asserac	52	44	443	47.4288	-2.3892	5
44410	La Chapelle-des-Marais	la-chapelle-des-marais	52	44	443	47.4485	-2.2383	5
44412 CEDEX	Rezé	reze	52	44	442	47.1814	-1.5497	5
44420	Piriac-sur-Mer	piriac-sur-mer	52	44	443	47.3794	-2.5462	5
44420	La Turballe	la-turballe	52	44	443	47.3469	-2.5073	5
44420	Mesquer	mesquer	52	44	443	47.3992	-2.4599	5
44430	La Boissière-du-Doré	la-boissiere-du-dore	52	44	442	47.2333	-1.2167	5
44430	Le Landreau	le-landreau	52	44	442	47.2051	-1.3045	5
44430	Le Loroux-Bottereau	le-loroux-bottereau	52	44	442	47.2376	-1.3495	5
44430	La Remaudière	la-remaudiere	52	44	442	47.2376	-1.2436	5
44440	Teillé	teille	52	44	445	47.4617	-1.2781	5
44440	Trans-sur-Erdre	trans-sur-erdre	52	44	445	47.4764	-1.374	5
44440	Riaillé	riaille	52	44	445	47.518	-1.294	5
44440	Pannecé	pannece	52	44	445	47.4858	-1.2394	5
44440	Bourg de Joué-sur-Erdre	bourg-de-joue-sur-erdre	52	44	445	47.496	-1.4205	5
44450	Divatte-sur-Loire	divatte-sur-loire	52	44	442	47.2717	-1.3381	5
44450	Saint-Julien-de-Concelles	saint-julien-de-concelles	52	44	442	47.2529	-1.3843	5
44450	Barbechat	barbechat	52	44	442	47.2775	-1.2852	5
44450	La Chapelle-Basse-Mer	la-chapelle-basse-mer	52	44	442	47.2709	-1.3391	5
44460	Avessac	avessac	52	44	445	47.6532	-1.9896	5
44460	Saint-Nicolas-de-Redon	saint-nicolas-de-redon	52	44	445	47.6434	-2.0631	5
44460	Fégréac	fegreac	52	44	445	47.5848	-2.0441	5
44470	Thouaré-sur-Loire	thouare-sur-loire	52	44	442	47.2689	-1.4383	5
44470	Mauves-sur-Loire	mauves-sur-loire	52	44	442	47.2974	-1.3876	5
44470	Carquefou	carquefou	52	44	442	47.2982	-1.4902	5
44471 CEDEX	Carquefou	carquefou	52	44	442	47.2982	-1.4902	5
44472 CEDEX	Carquefou	carquefou	52	44	442	47.2982	-1.4902	5
44473 CEDEX	Carquefou	carquefou	52	44	442	47.2982	-1.4902	5
44474 CEDEX	Carquefou	carquefou	52	44	442	47.2982	-1.4902	5
44475 CEDEX	Carquefou	carquefou	52	44	442	47.2982	-1.4902	5
44476 CEDEX	Carquefou	carquefou	52	44	442	47.2982	-1.4902	5
44477 CEDEX	Carquefou	carquefou	52	44	442	47.2982	-1.4902	5
44478 CEDEX	Carquefou	carquefou	52	44	442	47.2982	-1.4902	5
44479 CEDEX	Carquefou	carquefou	52	44	442	47.2982	-1.4902	5
44480	Donges	donges	52	44	443	47.3182	-2.0754	5
44481 CEDEX	Carquefou	carquefou	52	44	442	47.2982	-1.4902	5
44482 CEDEX	Carquefou	carquefou	52	44	442	47.2982	-1.4902	5
44483 CEDEX	Carquefou	carquefou	52	44	442	47.2982	-1.4902	5
44484 CEDEX	Carquefou	carquefou	52	44	442	47.2982	-1.4902	5
44490	Le Croisic	le-croisic	52	44	443	47.2919	-2.5138	5
44500	La Baule-Escoublac	la-baule-escoublac	52	44	443	47.2922	-2.3639	5
44501 CEDEX	La Baule-Escoublac	la-baule-escoublac	52	44	443	47.2922	-2.3639	5
44502 CEDEX	La Baule-Escoublac	la-baule-escoublac	52	44	443	47.2922	-2.3639	5
44503 CEDEX	La Baule-Escoublac	la-baule-escoublac	52	44	443	47.2922	-2.3639	5
44504 CEDEX	La Baule-Escoublac	la-baule-escoublac	52	44	443	47.2922	-2.3639	5
44505 CEDEX	La Baule-Escoublac	la-baule-escoublac	52	44	443	47.2922	-2.3639	5
44506 CEDEX	La Baule-Escoublac	la-baule-escoublac	52	44	443	47.2922	-2.3639	5
44509 CEDEX	La Baule-Escoublac	la-baule-escoublac	52	44	443	47.2922	-2.3639	5
44510	Le Pouliguen	le-pouliguen	52	44	443	47.2697	-2.4278	5
44520	La Meilleraye-de-Bretagne	la-meilleraye-de-bretagne	52	44	445	47.5594	-1.402	5
44520	Moisdon-la-Rivière	moisdon-la-riviere	52	44	445	47.6217	-1.3726	5
44520	Issé	isse	52	44	445	47.6242	-1.4515	5
44520	Grand-Auverné	grand-auverne	52	44	445	47.5918	-1.3307	5
44521	Couffé	couffe	52	44	445	47.3912	-1.2932	5
44521	Oudon	oudon	52	44	445	47.3477	-1.285	5
44522	Mésanger	mesanger	52	44	445	47.4313	-1.228	5
44522	La Roche-Blanche	la-roche-blanche	52	44	445	47.4404	-1.1398	5
44522	Pouillé-les-Côteaux	pouille-les-coteaux	52	44	445	47.4554	-1.1619	5
44530	Saint-Gildas-des-Bois	saint-gildas-des-bois	52	44	443	47.5162	-2.0366	5
44530	Guenrouet	guenrouet	52	44	443	47.5188	-1.9538	5
44530	Drefféac	dreffeac	52	44	443	47.4746	-2.0577	5
44530	Sévérac	severac	52	44	443	47.5501	-2.075	5
44540	Bonnœuvre	bonn-uvre	52	44	445	47.5333	-1.2333	5
44540	Saint-Mars-la-Jaille	saint-mars-la-jaille	52	44	445	47.5257	-1.1848	5
44540	Le Pin	le-pin	52	44	445	47.5893	-1.153	5
44540	Maumusson	maumusson	52	44	445	47.4821	-1.1056	5
44540	Vritz	vritz	52	44	445	47.5815	-1.0702	5
44540	Saint-Sulpice-des-Landes	saint-sulpice-des-landes	52	44	445	47.5759	-1.2068	5
44550	Saint-Malo-de-Guersac	saint-malo-de-guersac	52	44	443	47.3534	-2.1777	5
44550	Montoir-de-Bretagne	montoir-de-bretagne	52	44	443	47.3301	-2.1511	5
44560	Corsept	corsept	52	44	443	47.277	-2.059	5
44560	Paimboeuf	paimboeuf	52	44	443	47.2865	-2.0305	5
44570	Trignac	trignac	52	44	443	47.3181	-2.189	5
44580	Fresnay-en-Retz	fresnay-en-retz	52	44	443	47.0245	-1.876	5
44580	Villeneuve-en-Retz	villeneuve-en-retz	52	44	443	47.0431	-1.9528	5
44580	Bourgneuf-en-Retz	bourgneuf-en-retz	52	44	443	47.0412	-1.9502	5
44590	Derval	derval	52	44	445	47.6672	-1.6699	5
44590	Saint-Vincent-des-Landes	saint-vincent-des-landes	52	44	445	47.657	-1.4957	5
44590	Sion-les-Mines	sion-les-mines	52	44	445	47.7348	-1.5919	5
44590	Lusanger	lusanger	52	44	445	47.6815	-1.5886	5
44590	Mouais	mouais	52	44	445	47.6956	-1.644	5
44600	Saint-Nazaire	saint-nazaire	52	44	443	47.2833	-2.2	5
44601 CEDEX	Saint-Nazaire	saint-nazaire	52	44	443	47.2833	-2.2	5
44602 CEDEX	Saint-Nazaire	saint-nazaire	52	44	443	47.2833	-2.2	5
44603 CEDEX	Saint-Nazaire	saint-nazaire	52	44	443	47.2833	-2.2	5
44604 CEDEX	Saint-Nazaire	saint-nazaire	52	44	443	47.2833	-2.2	5
44605 CEDEX	Saint-Nazaire	saint-nazaire	52	44	443	47.2833	-2.2	5
44606 CEDEX	Saint-Nazaire	saint-nazaire	52	44	443	47.2833	-2.2	5
44609 CEDEX	Saint-Nazaire	saint-nazaire	52	44	443	47.2833	-2.2	5
44610	Indre	indre	52	44	442	47.2	-1.6667	5
44611 CEDEX	Saint-Nazaire	saint-nazaire	52	44	443	47.2833	-2.2	5
44612 CEDEX	Saint-Nazaire	saint-nazaire	52	44	443	47.2833	-2.2	5
44613 CEDEX	Saint-Nazaire	saint-nazaire	52	44	443	47.2833	-2.2	5
44614 CEDEX	Saint-Nazaire	saint-nazaire	52	44	443	47.2833	-2.2	5
44615 CEDEX	Saint-Nazaire	saint-nazaire	52	44	443	47.2833	-2.2	5
44616 CEDEX	Saint-Nazaire	saint-nazaire	52	44	443	47.2833	-2.2	5
44617 CEDEX	Saint-Nazaire	saint-nazaire	52	44	443	47.2833	-2.2	5
44618 CEDEX	Saint-Nazaire	saint-nazaire	52	44	443	47.2833	-2.2	5
44620	La Montagne	la-montagne	52	44	442	47.1865	-1.6827	5
44630	Plessé	plesse	52	44	445	47.5418	-1.8861	5
44640	Cheix-en-Retz	cheix-en-retz	52	44	442	47.1813	-1.8143	5
44640	Vue	vue	52	44	442	47.1995	-1.8775	5
44640	Le Pellerin	le-pellerin	52	44	442	47.1991	-1.7551	5
44640	Saint-Jean-de-Boiseau	saint-jean-de-boiseau	52	44	442	47.1932	-1.7234	5
44640	Rouans	rouans	52	44	442	47.1832	-1.8593	5
44650	Touvois	touvois	52	44	442	46.9021	-1.6833	5
44650	Legé	lege	52	44	442	46.8848	-1.6013	5
44650	Corcoué-sur-Logne	corcoue-sur-logne	52	44	442	46.9667	-1.5833	5
44660	Fercé	ferce	52	44	445	47.7953	-1.4163	5
44660	Rougé	rouge	52	44	445	47.7837	-1.4476	5
44660	Ruffigné	ruffigne	52	44	445	47.757	-1.4946	5
44660	Soulvache	soulvache	52	44	445	47.8291	-1.474	5
44670	La Chapelle-Glain	la-chapelle-glain	52	44	445	47.6222	-1.1955	5
44670	Saint-Julien-de-Vouvantes	saint-julien-de-vouvantes	52	44	445	47.6419	-1.2402	5
44670	Juigné-des-Moutiers	juigne-des-moutiers	52	44	445	47.6792	-1.1853	5
44670	Petit-Auverné	petit-auverne	52	44	445	47.6103	-1.2903	5
44680	Saint-Mars-de-Coutais	saint-mars-de-coutais	52	44	442	47.1115	-1.7344	5
44680	Saint-Hilaire-de-Chaléons	saint-hilaire-de-chaleons	52	44	443	47.102	-1.8669	5
44680	Chéméré	chemere	52	44	443	47.1167	-1.9167	5
44680	Sainte-Pazanne	sainte-pazanne	52	44	442	47.103	-1.8095	5
44680	Chaumes-en-Retz	chaumes-en-retz	52	44	443	47.1164	-1.9386	5
44690	Saint-Fiacre-sur-Maine	saint-fiacre-sur-maine	52	44	442	47.1425	-1.4171	5
44690	Château-Thébaud	chateau-thebaud	52	44	442	47.1167	-1.4167	5
44690	Maisdon-sur-Sèvre	maisdon-sur-sevre	52	44	442	47.0971	-1.38	5
44690	Monnières	monnieres	52	44	442	47.133	-1.3532	5
44690	La Haie-Fouassière	la-haie-fouassiere	52	44	442	47.1549	-1.3979	5
44700	Orvault	orvault	52	44	442	47.2709	-1.6219	5
44701 CEDEX	Orvault	orvault	52	44	442	47.2709	-1.6219	5
44702 CEDEX	Orvault	orvault	52	44	442	47.2709	-1.6219	5
44703 CEDEX	Orvault	orvault	52	44	442	47.2709	-1.6219	5
44706 CEDEX	Orvault	orvault	52	44	442	47.2709	-1.6219	5
44707 CEDEX	Orvault	orvault	52	44	442	47.2709	-1.6219	5
44708 CEDEX	Orvault	orvault	52	44	442	47.2709	-1.6219	5
44709 CEDEX	Orvault	orvault	52	44	442	47.2709	-1.6219	5
44710	Saint-Léger-les-Vignes	saint-leger-les-vignes	52	44	442	47.1359	-1.7306	5
44710	Port-Saint-Père	port-saint-pere	52	44	442	47.1329	-1.7485	5
44720	Saint-Joachim	saint-joachim	52	44	443	47.3835	-2.1924	5
44730	Saint-Michel-Chef-Chef	saint-michel-chef-chef	52	44	443	47.1807	-2.1487	5
44740	Batz-sur-Mer	batz-sur-mer	52	44	443	47.2775	-2.4803	5
44750	Quilly	quilly	52	44	443	47.4613	-1.9527	5
44750	Campbon	campbon	52	44	443	47.4131	-1.9686	5
44760	Les Moutiers-en-Retz	les-moutiers-en-retz	52	44	443	47.0637	-1.999	5
44760	La Bernerie-en-Retz	la-bernerie-en-retz	52	44	443	47.0804	-2.0364	5
44770	Préfailles	prefailles	52	44	443	47.1284	-2.2169	5
44770	La Plaine-sur-Mer	la-plaine-sur-mer	52	44	443	47.1362	-2.1918	5
44780	Missillac	missillac	52	44	443	47.4815	-2.16	5
44800	Saint-Herblain	saint-herblain	52	44	442	47.2176	-1.6484	5
44801 CEDEX	Saint-Herblain	saint-herblain	52	44	442	47.2176	-1.6484	5
44802 CEDEX	Saint-Herblain	saint-herblain	52	44	442	47.2176	-1.6484	5
44803 CEDEX	Saint-Herblain	saint-herblain	52	44	442	47.2176	-1.6484	5
44804 CEDEX	Saint-Herblain	saint-herblain	52	44	442	47.2176	-1.6484	5
44805 CEDEX	Saint-Herblain	saint-herblain	52	44	442	47.2176	-1.6484	5
44806 CEDEX	Saint-Herblain	saint-herblain	52	44	442	47.2176	-1.6484	5
44807 CEDEX	Saint-Herblain	saint-herblain	52	44	442	47.2176	-1.6484	5
44808 CEDEX	Saint-Herblain	saint-herblain	52	44	442	47.2176	-1.6484	5
44809 CEDEX	Saint-Herblain	saint-herblain	52	44	442	47.2176	-1.6484	5
44810	La Chevallerais	la-chevallerais	52	44	445	47.4685	-1.6706	5
44810	Héric	heric	52	44	445	47.4142	-1.6531	5
44811 CEDEX	Saint-Herblain	saint-herblain	52	44	442	47.2176	-1.6484	5
44812 CEDEX	Saint-Herblain	saint-herblain	52	44	442	47.2176	-1.6484	5
44813 CEDEX	Saint-Herblain	saint-herblain	52	44	442	47.2176	-1.6484	5
44814 CEDEX	Saint-Herblain	saint-herblain	52	44	442	47.2176	-1.6484	5
44815 CEDEX	Saint-Herblain	saint-herblain	52	44	442	47.2176	-1.6484	5
44816 CEDEX	Saint-Herblain	saint-herblain	52	44	442	47.2176	-1.6484	5
44817 CEDEX	Saint-Herblain	saint-herblain	52	44	442	47.2176	-1.6484	5
44818 CEDEX	Saint-Herblain	saint-herblain	52	44	442	47.2176	-1.6484	5
44819 CEDEX	Saint-Herblain	saint-herblain	52	44	442	47.2176	-1.6484	5
44821 CEDEX	Saint-Herblain	saint-herblain	52	44	442	47.2176	-1.6484	5
44822 CEDEX	Saint-Herblain	saint-herblain	52	44	442	47.2176	-1.6484	5
44823 CEDEX	Saint-Herblain	saint-herblain	52	44	442	47.2176	-1.6484	5
44824 CEDEX	Saint-Herblain	saint-herblain	52	44	442	47.2176	-1.6484	5
44829 CEDEX	Saint-Herblain	saint-herblain	52	44	442	47.2176	-1.6484	5
44830	Brains	brains	52	44	442	47.1685	-1.7229	5
44830	Bouaye	bouaye	52	44	442	47.1426	-1.6931	5
44840	Les Sorinières	les-sorinieres	52	44	442	47.1483	-1.5293	5
49021 CEDEX 02	Angers	angers	52	49	491	47.4738	-0.5477	5
44850	Saint-Mars-du-Désert	saint-mars-du-desert	52	44	445	47.3656	-1.4068	5
44850	Ligné	ligne	52	44	445	47.411	-1.3773	5
44850	Le Cellier	le-cellier	52	44	445	47.3199	-1.3458	5
44850	Mouzeil	mouzeil	52	44	445	47.4474	-1.3479	5
44860	Pont-Saint-Martin	pont-saint-martin	52	44	442	47.1234	-1.5845	5
44860	Saint-Aignan-Grandlieu	saint-aignan-grandlieu	52	44	442	47.1167	-1.6333	5
44880	Sautron	sautron	52	44	442	47.2627	-1.6711	5
44900 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44911 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44912 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44913 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44914 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44915 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44916 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44917 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44918 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44919 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44921 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44922 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44923 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44924 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44925 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44926 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44927 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44928 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44929 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44931 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44932 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44933 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44934 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44935 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44936 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44937 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44938 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44939 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44941 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44942 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44944 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44945 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44947 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44949 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44951 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44952 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44953 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44954 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44955 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44956 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44957 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44958 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44959 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44963 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44964 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44965 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44966 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44967 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44968 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44969 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44971 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44972 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44973 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44974 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44975 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44976 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44977 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44978 CEDEX 9	Nantes	nantes	52	44	442	47.2173	-1.5534	5
44980	Sainte-Luce-sur-Loire	sainte-luce-sur-loire	52	44	442	47.2538	-1.4843	5
44981 CEDEX	Sainte-Luce-sur-Loire	sainte-luce-sur-loire	52	44	442	47.2538	-1.4843	5
44982 CEDEX	Sainte-Luce-sur-Loire	sainte-luce-sur-loire	52	44	442	47.2538	-1.4843	5
44983 CEDEX	Sainte-Luce-sur-Loire	sainte-luce-sur-loire	52	44	442	47.2538	-1.4843	5
44984 CEDEX	Sainte-Luce-sur-Loire	sainte-luce-sur-loire	52	44	442	47.2538	-1.4843	5
44985 CEDEX	Sainte-Luce-sur-Loire	sainte-luce-sur-loire	52	44	442	47.2538	-1.4843	5
44986 CEDEX	Sainte-Luce-sur-Loire	sainte-luce-sur-loire	52	44	442	47.2538	-1.4843	5
44989 CEDEX	Sainte-Luce-sur-Loire	sainte-luce-sur-loire	52	44	442	47.2538	-1.4843	5
49440	Freigné	freigne	52	44	445	47.5486	-1.1227	5
49000	Angers	angers	52	49	491	47.4738	-0.5477	5
49000	Écouflant	ecouflant	52	49	491	47.531	-0.5278	5
49001 CEDEX 01	Angers	angers	52	49	491	47.4738	-0.5477	5
49002 CEDEX 01	Angers	angers	52	49	491	47.4738	-0.5477	5
49003 CEDEX 01	Angers	angers	52	49	491	47.4738	-0.5477	5
49004 CEDEX 01	Angers	angers	52	49	491	47.4738	-0.5477	5
49006 CEDEX 01	Angers	angers	52	49	491	47.4738	-0.5477	5
49007 CEDEX 01	Angers	angers	52	49	491	47.4738	-0.5477	5
49008 CEDEX 01	Angers	angers	52	49	491	47.4738	-0.5477	5
49009 CEDEX 01	Angers	angers	52	49	491	47.4738	-0.5477	5
49010 CEDEX 01	Angers	angers	52	49	491	47.4738	-0.5477	5
49011 CEDEX 01	Angers	angers	52	49	491	47.4738	-0.5477	5
49014 CEDEX 01	Angers	angers	52	49	491	47.4738	-0.5477	5
49015 CEDEX 01	Angers	angers	52	49	491	47.4738	-0.5477	5
49016 CEDEX 01	Angers	angers	52	49	491	47.4738	-0.5477	5
49017 CEDEX 02	Angers	angers	52	49	491	47.4738	-0.5477	5
49018 CEDEX 01	Angers	angers	52	49	491	47.4738	-0.5477	5
49020 CEDEX 02	Angers	angers	52	49	491	47.4738	-0.5477	5
49022 CEDEX 02	Angers	angers	52	49	491	47.4738	-0.5477	5
49023 CEDEX 02	Angers	angers	52	49	491	47.4738	-0.5477	5
49024 CEDEX 02	Angers	angers	52	49	491	47.4738	-0.5477	5
49026 CEDEX 01	Angers	angers	52	49	491	47.4738	-0.5477	5
49028 CEDEX 01	Angers	angers	52	49	491	47.4738	-0.5477	5
49032 CEDEX 01	Angers	angers	52	49	491	47.4738	-0.5477	5
49033 CEDEX 01	Angers	angers	52	49	491	47.4738	-0.5477	5
49035 CEDEX 01	Angers	angers	52	49	491	47.4738	-0.5477	5
49036 CEDEX 01	Angers	angers	52	49	491	47.4738	-0.5477	5
49041 CEDEX 01	Angers	angers	52	49	491	47.4738	-0.5477	5
49043 CEDEX 01	Angers	angers	52	49	491	47.4738	-0.5477	5
49044 CEDEX 01	Angers	angers	52	49	491	47.4738	-0.5477	5
49045 CEDEX 01	Angers	angers	52	49	491	47.4738	-0.5477	5
49046 CEDEX 01	Angers	angers	52	49	491	47.4738	-0.5477	5
49047 CEDEX 01	Angers	angers	52	49	491	47.4738	-0.5477	5
49049 CEDEX 01	Angers	angers	52	49	491	47.4738	-0.5477	5
49051 CEDEX 02	Angers	angers	52	49	491	47.4738	-0.5477	5
49052 CEDEX 02	Angers	angers	52	49	491	47.4738	-0.5477	5
49053 CEDEX 02	Angers	angers	52	49	491	47.4738	-0.5477	5
49055 CEDEX 02	Angers	angers	52	49	491	47.4738	-0.5477	5
49059 CEDEX 02	Angers	angers	52	49	491	47.4738	-0.5477	5
49066 CEDEX 01	Angers	angers	52	49	491	47.4738	-0.5477	5
49070	Saint-Lambert-la-Potherie	saint-lambert-la-potherie	52	49	491	47.4829	-0.6779	5
49070	Saint-Jean-de-Linières	saint-jean-de-linieres	52	49	491	47.4579	-0.658	5
49070	Beaucouzé	beaucouze	52	49	491	47.4744	-0.6302	5
49071 CEDEX	Beaucouzé	beaucouze	52	49	491	47.4744	-0.6302	5
49072 CEDEX	Beaucouzé	beaucouze	52	49	491	47.4744	-0.6302	5
49079 CEDEX	Beaucouzé	beaucouze	52	49	491	47.4744	-0.6302	5
49080	Bouchemaine	bouchemaine	52	49	491	47.4223	-0.6089	5
49100	Angers	angers	52	49	491	47.4738	-0.5477	5
49101 CEDEX 02	Angers	angers	52	49	491	47.4738	-0.5477	5
49102 CEDEX 02	Angers	angers	52	49	491	47.4738	-0.5477	5
49103 CEDEX 02	Angers	angers	52	49	491	47.4738	-0.5477	5
49104 CEDEX 02	Angers	angers	52	49	491	47.4738	-0.5477	5
49105 CEDEX 02	Angers	angers	52	49	491	47.4738	-0.5477	5
49106 CEDEX 02	Angers	angers	52	49	491	47.4738	-0.5477	5
49107 CEDEX 02	Angers	angers	52	49	491	47.4738	-0.5477	5
49109 CEDEX 02	Angers	angers	52	49	491	47.4738	-0.5477	5
49110	Montrevault	montrevault	52	49	492	47.2596	-1.0468	5
49110	Mauges-sur-Loire	mauges-sur-loire	52	49	492	47.3553	-0.8603	5
49110	Botz-en-Mauges	botz-en-mauges	52	49	492	47.3069	-1.0012	5
49110	Saint-Quentin-en-Mauges	saint-quentin-en-mauges	52	49	492	47.2913	-0.9119	5
49110	Montrevault-sur-Èvre	montrevault-sur-evre	52	49	492	47.2614	-1.0453	5
49110	Chaudron-en-Mauges	chaudron-en-mauges	52	49	492	47.2881	-0.9855	5
49110	Saint-Rémy-en-Mauges	saint-remy-en-mauges	52	49	492	47.272	-1.075	5
49110	Le Pin-en-Mauges	le-pin-en-mauges	52	49	492	47.2536	-0.8992	5
49110	La Salle-et-Chapelle-Aubry	la-salle-et-chapelle-aubry	52	49	492	47.2501	-0.9751	5
49110	La Boissière-sur-Èvre	la-boissiere-sur-evre	52	49	492	47.3	-1.0833	5
49110	Saint-Pierre-Montlimart	saint-pierre-montlimart	52	49	492	47.2698	-1.0274	5
49110	Beaupréau-en-Mauges	beaupreau-en-mauges	52	49	492	47.2019	-0.9944	5
49111 CEDEX	Saint-Pierre-Montlimart	saint-pierre-montlimart	52	49	492	47.2698	-1.0274	5
49112	Verrières-en-Anjou	verrieres-en-anjou	52	49	491	47.5197	-0.4717	5
49112	Pellouailles-les-Vignes	pellouailles-les-vignes	52	49	491	47.5217	-0.4395	5
49115 CEDEX	Saint-Pierre-Montlimart	saint-pierre-montlimart	52	49	492	47.2698	-1.0274	5
49116 CEDEX	Saint-Pierre-Montlimart	saint-pierre-montlimart	52	49	492	47.2698	-1.0274	5
49117 CEDEX	Saint-Pierre-Montlimart	saint-pierre-montlimart	52	49	492	47.2698	-1.0274	5
49119 CEDEX	Saint-Pierre-Montlimart	saint-pierre-montlimart	52	49	492	47.2698	-1.0274	5
49120	Chemillé-Melay	chemille-melay	52	49	492	47.2148	-0.7249	5
49120	La Chapelle-Rousselin	la-chapelle-rousselin	52	49	492	47.2132	-0.795	5
49120	Chemillé-en-Anjou	chemille-en-anjou	52	49	492	47.2122	-0.7269	5
49120	Melay	melay	52	49	492	47.1833	-0.6943	5
49120	Saint-Georges-des-Gardes	saint-georges-des-gardes	52	49	492	47.15	-0.75	5
49120	La Jumellière	la-jumelliere	52	49	492	47.2798	-0.7295	5
49120	Cossé-d’Anjou	cosse-d-anjou	52	49	492	47.1627	-0.6782	5
49120	Neuvy-en-Mauges	neuvy-en-mauges	52	49	492	47.2674	-0.825	5
49120	Saint-Lézin	saint-lezin	52	49	492	47.2499	-0.7736	5
49120	Sainte-Christine	sainte-christine	52	49	492	47.2867	-0.8482	5
49120	La Tourlandry	la-tourlandry	52	49	492	47.1438	-0.6969	5
49122	Le May-sur-Èvre	le-may-sur-evre	52	49	492	47.1371	-0.8923	5
49122	Bégrolles-en-Mauges	begrolles-en-mauges	52	49	492	47.1405	-0.94	5
49123	Saint-Sigismond	saint-sigismond	52	49	494	47.4546	-0.9421	5
49123	Ingrandes	ingrandes	52	49	491	47.405	-0.9234	5
49123	Champtocé-sur-Loire	champtoce-sur-loire	52	49	491	47.4124	-0.8645	5
49123	Ingrandes-Le Fresne sur Loire	ingrandes-le-fresne-sur-loire	52	49	491	47.4022	-0.9233	5
49123	Le Fresne-sur-Loire	le-fresne-sur-loire	52	49	491	47.4009	-0.9283	5
49124	Saint-Barthélemy-d’Anjou	saint-barthelemy-d-anjou	52	49	491	47.4706	-0.4915	5
49124	Le Plessis-Grammoire	le-plessis-grammoire	52	49	491	47.4988	-0.4302	5
49125	Cheffes	cheffes	52	49	491	47.6167	-0.5	5
49125	Tiercé	tierce	52	49	491	47.6159	-0.4661	5
49125	Briollay	briollay	52	49	491	47.5648	-0.5068	5
49130	Les Ponts-de-Cé	les-ponts-de-ce	52	49	491	47.4232	-0.5248	5
49130	Saint-Jean-de-la-Croix	saint-jean-de-la-croix	52	49	491	47.4097	-0.5939	5
49242 CEDEX	Avrillé	avrille	52	49	491	47.5	-0.5833	5
49130	Sainte-Gemmes-sur-Loire	sainte-gemmes-sur-loire	52	49	491	47.4229	-0.5568	5
49135 CEDEX	Les Ponts-de-Cé	les-ponts-de-ce	52	49	491	47.4232	-0.5248	5
49136 CEDEX	Les Ponts-de-Cé	les-ponts-de-ce	52	49	491	47.4232	-0.5248	5
49137 CEDEX	Les Ponts-de-Cé	les-ponts-de-ce	52	49	491	47.4232	-0.5248	5
49139 CEDEX	Les Ponts-de-Cé	les-ponts-de-ce	52	49	491	47.4232	-0.5248	5
49140	Chaumont-d’Anjou	chaumont-d-anjou	52	49	491	47.54	-0.2821	5
49140	Seiches-sur-le-Loir	seiches-sur-le-loir	52	49	491	47.5735	-0.3563	5
49140	Cornillé-les-Caves	cornille-les-caves	52	49	491	47.4997	-0.3017	5
49140	Sermaise	sermaise	52	49	491	47.5258	-0.2127	5
49140	Beauvau	beauvau	52	49	491	47.5804	-0.2546	5
49140	Jarzé	jarze	52	49	491	47.5556	-0.2318	5
49140	Villevêque	villeveque	52	49	491	47.5609	-0.4238	5
49140	Lué-en-Baugeois	lue-en-baugeois	52	49	491	47.5267	-0.2782	5
49140	Bauné	baune	52	49	491	47.4995	-0.3191	5
49140	Marcé	marce	52	49	491	47.58	-0.3246	5
49140	Montreuil-sur-Loir	montreuil-sur-loir	52	49	491	47.6076	-0.4038	5
49140	La Chapelle-Saint-Laud	la-chapelle-saint-laud	52	49	491	47.6099	-0.3087	5
49140	Loire-Authion	loire-authion	52	49	491	47.4131	-0.3189	5
49140	Corzé	corze	52	49	491	47.5596	-0.3906	5
49140	Fontaine-Milon	fontaine-milon	52	49	493	47.5012	-0.2502	5
49140	Jarzé Villages	jarze-villages	52	49	491	47.5556	-0.2331	5
49140	Soucelles	soucelles	52	49	491	47.5685	-0.4182	5
49140	Mazé-Milon	maze-milon	52	49	493	47.4564	-0.2731	5
49150	La Lande-Chasles	la-lande-chasles	52	49	493	47.4698	-0.0664	5
49150	Saint-Quentin-lès-Beaurepaire	saint-quentin-les-beaurepaire	52	49	493	47.627	-0.1081	5
49150	Cheviré-le-Rouge	chevire-le-rouge	52	49	493	47.5948	-0.1813	5
49150	Échemiré	echemire	52	49	493	47.5515	-0.1689	5
49150	Le Vieil-Baugé	le-vieil-bauge	52	49	493	47.5319	-0.1189	5
49150	Le Guédeniau	le-guedeniau	52	49	493	47.4941	-0.0463	5
49150	Vaulandry	vaulandry	52	49	493	47.597	-0.0437	5
49150	Pontigné	pontigne	52	49	493	47.5474	-0.04	5
49150	Clefs-Val d'Anjou	clefs-val-d-anjou	52	49	493	47.625	-0.0704	5
49150	Fougeré	fougere	52	49	493	47.6279	-0.1483	5
49150	Baugé-en-Anjou	bauge-en-anjou	52	49	493	47.5445	-0.1065	5
49150	Bocé	boce	52	49	493	47.5068	-0.0821	5
49150	Cuon	cuon	52	49	493	47.4804	-0.0975	5
49150	Montpollin	montpollin	52	49	493	47.5857	-0.1041	5
49150	Saint-Martin-d’Arcé	saint-martin-d-arce	52	49	493	47.559	-0.0837	5
49150	Chartrené	chartrene	52	49	493	47.4916	-0.1259	5
49160	Blou	blou	52	49	493	47.3617	-0.0383	5
49160	Saint-Philbert-du-Peuple	saint-philbert-du-peuple	52	49	493	47.3931	-0.0436	5
49160	Saint-Martin-de-la-Place	saint-martin-de-la-place	52	49	493	47.3175	-0.1485	5
49160	Longué-Jumelles	longue-jumelles	52	49	493	47.3833	-0.1167	5
49170	Saint-Georges-sur-Loire	saint-georges-sur-loire	52	49	491	47.4079	-0.7619	5
49170	La Possonnière	la-possonniere	52	49	491	47.3749	-0.6854	5
49170	Béhuard	behuard	52	49	491	47.38	-0.6437	5
49170	Saint-Léger-des-Bois	saint-leger-des-bois	52	49	491	47.4624	-0.7095	5
49170	Saint-Germain-des-Prés	saint-germain-des-pres	52	49	491	47.41	-0.8334	5
49170	Savennières	savennieres	52	49	491	47.3823	-0.6571	5
49170	Saint-Augustin-des-Bois	saint-augustin-des-bois	52	49	494	47.4595	-0.7948	5
49170	Saint-Martin-du-Fouilloux	saint-martin-du-fouilloux	52	49	491	47.4336	-0.7036	5
49180 CEDEX	Saint-Barthélemy-d’Anjou	saint-barthelemy-d-anjou	52	49	491	47.4706	-0.4915	5
49181 CEDEX	Saint-Barthélemy-d’Anjou	saint-barthelemy-d-anjou	52	49	491	47.4706	-0.4915	5
49182 CEDEX	Saint-Barthélemy-d’Anjou	saint-barthelemy-d-anjou	52	49	491	47.4706	-0.4915	5
49183 CEDEX	Saint-Barthélemy-d’Anjou	saint-barthelemy-d-anjou	52	49	491	47.4706	-0.4915	5
49184 CEDEX	Saint-Barthélemy-d’Anjou	saint-barthelemy-d-anjou	52	49	491	47.4706	-0.4915	5
49190	Saint-Aubin-de-Luigné	saint-aubin-de-luigne	52	49	491	47.3267	-0.6652	5
49190	Denée	denee	52	49	491	47.3788	-0.6082	5
49190	Rochefort-sur-Loire	rochefort-sur-loire	52	49	491	47.357	-0.657	5
49190	Val-du-Layon	val-du-layon	52	49	491	47.3022	-0.6322	5
49220	Le Lion-d’Angers	le-lion-d-angers	52	49	494	47.6237	-0.7148	5
49220	Thorigné-d’Anjou	thorigne-d-anjou	52	49	494	47.639	-0.6623	5
49220	La Jaille-Yvon	la-jaille-yvon	52	49	494	47.7228	-0.6716	5
49220	Longuenée-en-Anjou	longuenee-en-anjou	52	49	491	47.5611	-0.6739	5
49220	Pruillé	pruille	52	49	491	47.5775	-0.6622	5
49220	Montreuil-sur-Maine	montreuil-sur-maine	52	49	494	47.6499	-0.6979	5
49220	Champteussé-sur-Baconne	champteusse-sur-baconne	52	49	494	47.6673	-0.655	5
49220	Chenillé-Changé	chenille-change	52	49	494	47.7	-0.6667	5
49220	Chambellay	chambellay	52	49	494	47.6898	-0.6841	5
49220	Vern-d’Anjou	vern-d-anjou	52	49	494	47.6012	-0.8336	5
49220	Chenillé-Champteussé	chenille-champteusse	52	49	494	47.6678	-0.6553	5
49220	Grez-Neuville	grez-neuville	52	49	494	47.6029	-0.6819	5
49220	Erdre-en-Anjou	erdre-en-anjou	52	49	494	47.6006	-0.835	5
49220	Brain-sur-Longuenée	brain-sur-longuenee	52	49	494	47.5848	-0.7616	5
49220	Andigné	andigne	52	49	494	47.6669	-0.7774	5
49220	Gené	gene	52	49	494	47.6306	-0.8027	5
49230	Montfaucon-Montigné	montfaucon-montigne	52	49	492	47.1	-1.1167	5
49230	Saint-Crespin-sur-Moine	saint-crespin-sur-moine	52	49	492	47.0997	-1.1865	5
49230	Saint-Germain-sur-Moine	saint-germain-sur-moine	52	49	492	47.1175	-1.1222	5
49230	Tillières	tillieres	52	49	492	47.144	-1.1633	5
49230	Sèvremoine	sevremoine	52	49	492	47.1239	-0.9917	5
49240	Avrillé	avrille	52	49	491	47.5	-0.5833	5
49241 CEDEX	Avrillé	avrille	52	49	491	47.5	-0.5833	5
49243 CEDEX	Avrillé	avrille	52	49	491	47.5	-0.5833	5
49244 CEDEX	Avrillé	avrille	52	49	491	47.5	-0.5833	5
49245 CEDEX	Avrillé	avrille	52	49	491	47.5	-0.5833	5
49249 CEDEX	Avrillé	avrille	52	49	491	47.5	-0.5833	5
49250	Saint-Rémy-la-Varenne	saint-remy-la-varenne	52	49	491	47.3974	-0.3149	5
49250	Saint-Mathurin-sur-Loire	saint-mathurin-sur-loire	52	49	491	47.4167	-0.3167	5
49250	La Ménitré	la-menitre	52	49	493	47.4	-0.2667	5
49250	Fontaine-Guérin	fontaine-guerin	52	49	493	47.4866	-0.189	5
49250	Les Bois d'Anjou	les-bois-d-anjou	52	49	493	47.4869	-0.1894	5
49250	Saint-Georges-du-Bois	saint-georges-du-bois	52	49	493	47.4975	-0.225	5
49250	Loire-Authion	loire-authion	52	49	491	47.4131	-0.3189	5
49250	Gée	gee	52	49	493	47.4576	-0.23	5
49250	Beaufort-en-Vallée	beaufort-en-vallee	52	49	493	47.4397	-0.2189	5
49250	Beaufort-en-Anjou	beaufort-en-anjou	52	49	493	47.4394	-0.2156	5
49250	Brion	brion	52	49	493	47.4412	-0.1562	5
49260	Saint-Macaire-du-Bois	saint-macaire-du-bois	52	49	493	47.1182	-0.2756	5
49260	Épieds	epieds	52	49	493	47.1435	-0.0457	5
49260	Le Puy-Notre-Dame	le-puy-notre-dame	52	49	493	47.1255	-0.2357	5
49260	Saint-Cyr-en-Bourg	saint-cyr-en-bourg	52	49	493	47.1952	-0.0609	5
49260	Courchamps	courchamps	52	49	493	47.2003	-0.1562	5
49260	Artannes-sur-Thouet	artannes-sur-thouet	52	49	493	47.2037	-0.0919	5
49260	Montreuil-Bellay	montreuil-bellay	52	49	493	47.1311	-0.1521	5
49260	Vaudelnay	vaudelnay	52	49	493	47.1381	-0.2068	5
49260	Le Coudray-Macouard	le-coudray-macouard	52	49	493	47.1963	-0.1167	5
49260	Saint-Just-sur-Dive	saint-just-sur-dive	52	49	493	47.1737	-0.0998	5
49260	Brézé	breze	52	49	493	47.1736	-0.0606	5
49260	Antoigné	antoigne	52	49	493	47.0844	-0.1131	5
49270	La Varenne	la-varenne	52	49	492	47.3111	-1.3198	5
49270	Orée d'Anjou	oree-d-anjou	52	49	492	47.3369	-1.2667	5
49270	Saint-Laurent-des-Autels	saint-laurent-des-autels	52	49	492	47.2852	-1.1888	5
49270	Landemont	landemont	52	49	492	47.2654	-1.2399	5
49270	Saint-Christophe-la-Couperie	saint-christophe-la-couperie	52	49	492	47.2531	-1.1811	5
49270	Le Fuilet	le-fuilet	52	49	492	47.2835	-1.1131	5
49270	Montrevault-sur-Èvre	montrevault-sur-evre	52	49	492	47.2614	-1.0453	5
49270	Saint-Sauveur-de-Landemont	saint-sauveur-de-landemont	52	49	492	47.2833	-1.25	5
49270	Champtoceaux	champtoceaux	52	49	492	47.3348	-1.2613	5
49280	Saint-Christophe-du-Bois	saint-christophe-du-bois	52	49	492	47.0301	-0.9444	5
49280	Saint-Léger-sous-Cholet	saint-leger-sous-cholet	52	49	492	47.0941	-0.9102	5
49280	La Séguinière	la-seguiniere	52	49	492	47.0636	-0.9386	5
49280	Mazières-en-Mauges	mazieres-en-mauges	52	49	492	47.0454	-0.817	5
49280	La Tessoualle	la-tessoualle	52	49	492	47.0048	-0.8512	5
49290	Chaudefonds-sur-Layon	chaudefonds-sur-layon	52	49	491	47.3255	-0.7063	5
49290	Mauges-sur-Loire	mauges-sur-loire	52	49	492	47.3553	-0.8603	5
49290	Bourgneuf-en-Mauges	bourgneuf-en-mauges	52	49	492	47.3125	-0.8352	5
49290	Chalonnes-sur-Loire	chalonnes-sur-loire	52	49	491	47.3516	-0.7631	5
49290	Saint-Laurent-de-la-Plaine	saint-laurent-de-la-plaine	52	49	492	47.3174	-0.8033	5
49300	Cholet	cholet	52	49	492	47.0667	-0.8833	5
49301 CEDEX	Cholet	cholet	52	49	492	47.0667	-0.8833	5
49302 CEDEX	Cholet	cholet	52	49	492	47.0667	-0.8833	5
49303 CEDEX	Cholet	cholet	52	49	492	47.0667	-0.8833	5
49304 CEDEX	Cholet	cholet	52	49	492	47.0667	-0.8833	5
49305 CEDEX	Cholet	cholet	52	49	492	47.0667	-0.8833	5
49306 CEDEX	Cholet	cholet	52	49	492	47.0667	-0.8833	5
49307 CEDEX	Cholet	cholet	52	49	492	47.0667	-0.8833	5
49308 CEDEX	Cholet	cholet	52	49	492	47.0667	-0.8833	5
49309 CEDEX	Cholet	cholet	52	49	492	47.0667	-0.8833	5
49310	Chemillé-en-Anjou	chemille-en-anjou	52	49	492	47.2122	-0.7269	5
49310	Montilliers	montilliers	52	49	492	47.1833	-0.5	5
49310	La Salle-de-Vihiers	la-salle-de-vihiers	52	49	492	47.1558	-0.6365	5
49310	Vihiers	vihiers	52	49	492	47.1463	-0.5324	5
49310	Les Cerqueux-sous-Passavant	les-cerqueux-sous-passavant	52	49	492	47.1076	-0.4664	5
49310	Cernusson	cernusson	52	49	492	47.1765	-0.4835	5
49310	Lys-Haut-Layon	lys-haut-layon	52	49	492	47.1467	-0.5336	5
49310	Tancoigné	tancoigne	52	49	492	47.1742	-0.4082	5
49310	Trémont	tremont	52	49	492	47.1574	-0.447	5
49310	Saint-Paul-du-Bois	saint-paul-du-bois	52	49	492	47.0799	-0.5446	5
49311 CEDEX	Cholet	cholet	52	49	492	47.0667	-0.8833	5
49312 CEDEX	Cholet	cholet	52	49	492	47.0667	-0.8833	5
49314 CEDEX	Cholet	cholet	52	49	492	47.0667	-0.8833	5
49319 CEDEX	Cholet	cholet	52	49	492	47.0667	-0.8833	5
49320	Vauchrétien	vauchretien	52	49	491	47.3323	-0.4768	5
49320	Blaison-Saint-Sulpice	blaison-saint-sulpice	52	49	491	47.3997	-0.3714	5
49320	Saint-Saturnin-sur-Loire	saint-saturnin-sur-loire	52	49	491	47.3944	-0.4357	5
49320	Grézillé	grezille	52	49	493	47.3247	-0.3469	5
49320	Coutures	coutures	52	49	491	47.3627	-0.3552	5
49320	Chemellier	chemellier	52	49	491	47.3411	-0.3578	5
49320	Brissac-Quincé	brissac-quince	52	49	491	47.3557	-0.4492	5
49320	Saint-Jean-des-Mauvrets	saint-jean-des-mauvrets	52	49	491	47.3986	-0.4493	5
49320	Luigné	luigne	52	49	491	47.2844	-0.3909	5
49320	Saulgé-l’Hôpital	saulge-l-hopital	52	49	491	47.2957	-0.382	5
49320	Blaison-Gohier	blaison-gohier	52	49	491	47.3995	-0.3772	5
49320	Charcé-Saint-Ellier-sur-Aubance	charce-saint-ellier-sur-aubance	52	49	491	47.358	-0.4118	5
49320	Les Alleuds	les-alleuds	52	49	491	47.3187	-0.4075	5
49320	Saint-Sulpice	saint-sulpice	52	49	491	47.3996	-0.4168	5
49321 CEDEX	Cholet	cholet	52	49	492	47.0667	-0.8833	5
49325 CEDEX	Cholet	cholet	52	49	492	47.0667	-0.8833	5
49327 CEDEX	Cholet	cholet	52	49	492	47.0667	-0.8833	5
49328 CEDEX	Cholet	cholet	52	49	492	47.0667	-0.8833	5
49329 CEDEX	Cholet	cholet	52	49	492	47.0667	-0.8833	5
49330	Cherré	cherre	52	49	494	47.7107	-0.5631	5
49330	Marigné	marigne	52	49	494	47.7227	-0.6181	5
49330	Champigné	champigne	52	49	494	47.6633	-0.5716	5
49330	Étriché	etriche	52	49	491	47.6509	-0.4438	5
49330	Juvardeil	juvardeil	52	49	494	47.6543	-0.4978	5
49330	Soeurdres	soeurdres	52	49	494	47.7389	-0.5739	5
49330	Châteauneuf-sur-Sarthe	chateauneuf-sur-sarthe	52	49	494	47.6814	-0.4865	5
49330	Contigné	contigne	52	49	494	47.7296	-0.5172	5
49330	Querré	querre	52	49	494	47.6793	-0.6215	5
49330	Sceaux-d'Anjou	sceaux-d-anjou	52	49	494	47.6167	-0.6	5
49330	Brissarthe	brissarthe	52	49	494	47.7005	-0.4487	5
49330	Miré	mire	52	49	494	47.7576	-0.4916	5
49340	Trémentines	trementines	52	49	492	47.1236	-0.785	5
49340	Chanteloup-les-Bois	chanteloup-les-bois	52	49	492	47.0945	-0.6835	5
49340	Vezins	vezins	52	49	492	47.1201	-0.7097	5
49340	Nuaillé	nuaille	52	49	492	47.0952	-0.7948	5
49350	Gennes	gennes	52	49	493	47.3401	-0.2315	5
49350	Saint-Clément-des-Levées	saint-clement-des-levees	52	49	493	47.3333	-0.1822	5
49350	Chênehutte-Trèves-Cunault	chenehutte-treves-cunault	52	49	493	47.3108	-0.1604	5
49350	Saint-Georges-des-Sept-Voies	saint-georges-des-sept-voies	52	49	493	47.35	-0.2833	5
49350	Les Rosiers-sur-Loire	les-rosiers-sur-loire	52	49	493	47.35	-0.2167	5
49350	Le Thoureil	le-thoureil	52	49	493	47.3721	-0.2679	5
49360	La Plaine	la-plaine	52	49	492	47.0681	-0.6361	5
49360	Toutlemonde	toutlemonde	52	49	492	47.0549	-0.7655	5
49360	Maulévrier	maulevrier	52	49	492	47.0093	-0.7424	5
49360	Somloire	somloire	52	49	492	47.0323	-0.608	5
49360	Les Cerqueux	les-cerqueux	52	49	492	47	-0.65	5
49360	Yzernay	yzernay	52	49	492	47.0223	-0.7029	5
49370	Saint-Clément-de-la-Place	saint-clement-de-la-place	52	49	491	47.5274	-0.7454	5
49370	La Pouëze	la-poueze	52	49	494	47.5536	-0.8093	5
49370	Bécon-les-Granits	becon-les-granits	52	49	494	47.5013	-0.8	5
49370	Le Louroux-Béconnais	le-louroux-beconnais	52	49	494	47.5221	-0.8866	5
49370	Erdre-en-Anjou	erdre-en-anjou	52	49	494	47.6006	-0.835	5
49370	Villemoisan	villemoisan	52	49	494	47.4641	-0.8927	5
49380	Bellevigne-en-Layon	bellevigne-en-layon	52	49	491	47.2667	-0.5	5
49380	Chavagnes	chavagnes	52	49	491	47.2698	-0.4549	5
49380	Champ-sur-Layon	champ-sur-layon	52	49	491	47.2667	-0.5833	5
49380	Faye-d’Anjou	faye-d-anjou	52	49	491	47.2935	-0.5184	5
49380	Faveraye-Mâchelles	faveraye-machelles	52	49	491	47.25	-0.5	5
49380	Notre-Dame-d’Allençon	notre-dame-d-allencon	52	49	491	47.3024	-0.4488	5
49380	Thouarcé	thouarce	52	49	491	47.2673	-0.5019	5
49390	Vernantes	vernantes	52	49	493	47.3932	0.053	5
49390	Courléon	courleon	52	49	493	47.3893	0.143	5
49390	Parçay-les-Pins	parcay-les-pins	52	49	493	47.4367	0.1631	5
49390	La Breille-les-Pins	la-breille-les-pins	52	49	493	47.341	0.0781	5
49390	Vernoil-le-Fourrier	vernoil-le-fourrier	52	49	493	47.3833	0.0833	5
49390	Mouliherne	mouliherne	52	49	493	47.4666	0.0171	5
49400	Villebernier	villebernier	52	49	493	47.2537	-0.0323	5
49400	Chacé	chace	52	49	493	47.2144	-0.0718	5
49400	Rou-Marson	rou-marson	52	49	493	47.2354	-0.1557	5
49400	Souzay-Champigny	souzay-champigny	52	49	493	47.2366	-0.0091	5
49400	Saumur	saumur	52	49	493	47.2667	-0.0833	5
49400	Distré	distre	52	49	493	47.2228	-0.1107	5
49400	Varrains	varrains	52	49	493	47.2231	-0.0603	5
49400	Verrie	verrie	52	49	493	47.2661	-0.1792	5
49401 CEDEX	Saumur	saumur	52	49	493	47.2667	-0.0833	5
49402 CEDEX	Saumur	saumur	52	49	493	47.2667	-0.0833	5
49403 CEDEX	Saumur	saumur	52	49	493	47.2667	-0.0833	5
49404 CEDEX	Saumur	saumur	52	49	493	47.2667	-0.0833	5
49405 CEDEX	Saumur	saumur	52	49	493	47.2667	-0.0833	5
49406 CEDEX	Saumur	saumur	52	49	493	47.2667	-0.0833	5
49408 CEDEX	Saumur	saumur	52	49	493	47.2667	-0.0833	5
49409 CEDEX	Saumur	saumur	52	49	493	47.2667	-0.0833	5
49410	Le Marillais	le-marillais	52	49	492	47.3575	-1.0769	5
49410	La Chapelle-Saint-Florent	la-chapelle-saint-florent	52	49	492	47.3339	-1.0563	5
49410	Mauges-sur-Loire	mauges-sur-loire	52	49	492	47.3553	-0.8603	5
49410	Le Mesnil-en-Vallée	le-mesnil-en-vallee	52	49	492	47.3655	-0.9348	5
49410	Beausse	beausse	52	49	492	47.3204	-0.9273	5
49410	Saint-Laurent-du-Mottay	saint-laurent-du-mottay	52	49	492	47.3511	-0.9494	5
49410	Saint-Florent-le-Vieil	saint-florent-le-vieil	52	49	492	47.3607	-1.0151	5
49411 CEDEX	Saumur	saumur	52	49	493	47.2667	-0.0833	5
49412 CEDEX	Saumur	saumur	52	49	493	47.2667	-0.0833	5
49413 CEDEX	Saumur	saumur	52	49	493	47.2667	-0.0833	5
49414 CEDEX	Saumur	saumur	52	49	493	47.2667	-0.0833	5
49415 CEDEX	Saumur	saumur	52	49	493	47.2667	-0.0833	5
49417 CEDEX	Saumur	saumur	52	49	493	47.2667	-0.0833	5
49418 CEDEX	Saumur	saumur	52	49	493	47.2667	-0.0833	5
49420	Pouancé	pouance	52	49	494	47.7417	-1.1737	5
49420	Carbay	carbay	52	49	494	47.7326	-1.2189	5
49420	Vergonnes	vergonnes	52	49	494	47.7333	-1.0833	5
49420	La Chapelle-Hullin	la-chapelle-hullin	52	49	494	47.7579	-1.071	5
49420	Chazé-Henry	chaze-henry	52	49	494	47.7527	-1.1116	5
49420	Armaillé	armaille	52	49	494	47.7146	-1.1278	5
49420	La Prévière	la-previere	52	49	494	47.7166	-1.1784	5
49420	Ombrée d'Anjou	ombree-d-anjou	52	49	494	47.7406	-1.1764	5
49420	Saint-Michel-et-Chanveaux	saint-michel-et-chanveaux	52	49	494	47.6815	-1.1313	5
49421 CEDEX	Saumur	saumur	52	49	493	47.2667	-0.0833	5
49425 CEDEX	Saumur	saumur	52	49	493	47.2667	-0.0833	5
49426 CEDEX	Saumur	saumur	52	49	493	47.2667	-0.0833	5
49427 CEDEX	Saumur	saumur	52	49	493	47.2667	-0.0833	5
49428 CEDEX	Saumur	saumur	52	49	493	47.2667	-0.0833	5
49430	Lézigné	lezigne	52	49	491	47.6363	-0.2963	5
49430	Durtal	durtal	52	49	491	47.6725	-0.2339	5
49430	Huillé	huille	52	49	491	47.6481	-0.3052	5
49430	Baracé	barace	52	49	491	47.64	-0.3578	5
49430	Les Rairies	les-rairies	52	49	491	47.6512	-0.2062	5
49430	Montigné-lès-Rairies	montigne-les-rairies	52	49	491	47.6167	-0.2	5
49440	La Cornuaille	la-cornuaille	52	49	494	47.5109	-0.9843	5
49440	Candé	cande	52	49	494	47.5616	-1.0362	5
49440	Challain-la-Potherie	challain-la-potherie	52	49	494	47.6365	-1.047	5
49440	Angrie	angrie	52	49	494	47.5705	-0.9735	5
49440	Loiré	loire	52	49	494	47.6149	-0.9784	5
49450	Saint-Macaire-en-Mauges	saint-macaire-en-mauges	52	49	492	47.1236	-0.9912	5
49450	Saint-André-de-la-Marche	saint-andre-de-la-marche	52	49	492	47.0995	-0.9944	5
49450	La Renaudière	la-renaudiere	52	49	492	47.1201	-1.0587	5
49450	Roussay	roussay	52	49	492	47.0901	-1.0642	5
49450	Beaupréau-en-Mauges	beaupreau-en-mauges	52	49	492	47.2019	-0.9944	5
49450	Sèvremoine	sevremoine	52	49	492	47.1239	-0.9917	5
49450	Villedieu-la-Blouère	villedieu-la-blouere	52	49	492	47.1474	-1.0629	5
49456 CEDEX	Saint-Macaire-en-Mauges	saint-macaire-en-mauges	52	49	492	47.1236	-0.9912	5
49458 CEDEX	Saint-Macaire-en-Mauges	saint-macaire-en-mauges	52	49	492	47.1236	-0.9912	5
49460	Feneu	feneu	52	49	491	47.5721	-0.5942	5
49460	Soulaire-et-Bourg	soulaire-et-bourg	52	49	491	47.579	-0.5523	5
49460	Montreuil-Juigné	montreuil-juigne	52	49	491	47.5333	-0.6167	5
49460	Cantenay-Épinard	cantenay-epinard	52	49	491	47.535	-0.569	5
49460	Écuillé	ecuille	52	49	491	47.6157	-0.5625	5
49480	Saint-Sylvain-d’Anjou	saint-sylvain-d-anjou	52	49	491	47.5188	-0.4691	5
49480	Verrières-en-Anjou	verrieres-en-anjou	52	49	491	47.5197	-0.4717	5
49481 CEDEX	Saint-Sylvain-d’Anjou	saint-sylvain-d-anjou	52	49	491	47.5188	-0.4691	5
49484 CEDEX	Saint-Sylvain-d’Anjou	saint-sylvain-d-anjou	52	49	491	47.5188	-0.4691	5
49486 CEDEX	Saint-Sylvain-d’Anjou	saint-sylvain-d-anjou	52	49	491	47.5188	-0.4691	5
49490	Chavaignes	chavaignes	52	49	493	47.5407	0.037	5
49490	Linières-Bouton	linieres-bouton	52	49	493	47.461	0.077	5
49490	Breil	breil	52	49	493	47.4751	0.1575	5
49490	Broc	broc	52	49	493	47.58	0.1668	5
49490	Noyant	noyant	52	49	493	47.5105	0.1177	5
49490	Meigné-le-Vicomte	meigne-le-vicomte	52	49	493	47.5105	0.1914	5
49490	Chalonnes-sous-le-Lude	chalonnes-sous-le-lude	52	49	493	47.5591	0.1731	5
49490	La Pellerine	la-pellerine	52	49	493	47.4616	0.1228	5
49490	Genneteil	genneteil	52	49	493	47.5925	0.0498	5
49490	Chigné	chigne	52	49	493	47.5836	0.0871	5
49490	Méon	meon	52	49	493	47.495	0.1202	5
49490	Lasse	lasse	52	49	493	47.5364	0.0104	5
49490	Dénezé-sous-le-Lude	deneze-sous-le-lude	52	49	493	47.5333	0.1333	5
49490	Auverse	auverse	52	49	493	47.5182	0.053	5
49500	Marans	marans	52	49	494	47.63	-0.85	5
49500	Saint-Martin-du-Bois	saint-martin-du-bois	52	49	494	47.7066	-0.7424	5
49500	Sainte-Gemmes-d'Andigné	sainte-gemmes-d-andigne	52	49	494	47.6667	-0.8833	5
49500	Louvaines	louvaines	52	49	494	47.6921	-0.8023	5
49500	Montguillon	montguillon	52	49	494	47.7285	-0.7456	5
49500	Chazé-sur-Argos	chaze-sur-argos	52	49	494	47.6183	-0.8915	5
49500	Segré-en-Anjou Bleu	segre-en-anjou-bleu	52	49	494	47.6864	-0.8725	5
49500	Segré	segre	52	49	494	47.6833	-0.8667	5
49500	L’Hôtellerie-de-Flée	l-hotellerie-de-flee	52	49	494	47.7439	-0.8886	5
49500	Saint-Sauveur-de-Flée	saint-sauveur-de-flee	52	49	494	47.7535	-0.792	5
49500	Nyoiseau	nyoiseau	52	49	494	47.7167	-0.9167	5
49500	La Ferrière-de-Flée	la-ferriere-de-flee	52	49	494	47.7308	-0.8463	5
49500	La Chapelle-sur-Oudon	la-chapelle-sur-oudon	52	49	494	47.6771	-0.8269	5
49500	Aviré	avire	52	49	494	47.7066	-0.7947	5
49501 CEDEX	Segré	segre	52	49	494	47.6833	-0.8667	5
49502 CEDEX	Segré	segre	52	49	494	47.6833	-0.8667	5
49503 CEDEX	Segré	segre	52	49	494	47.6833	-0.8667	5
49504 CEDEX	Segré	segre	52	49	494	47.6833	-0.8667	5
49505 CEDEX	Segré	segre	52	49	494	47.6833	-0.8667	5
49509 CEDEX	Segré	segre	52	49	494	47.6833	-0.8667	5
49510	La Poitevinière	la-poiteviniere	52	49	492	47.2276	-0.8971	5
49510	Jallais	jallais	52	49	492	47.1969	-0.8674	5
49510	La Jubaudière	la-jubaudiere	52	49	492	47.172	-0.8921	5
49510	Beaupréau-en-Mauges	beaupreau-en-mauges	52	49	492	47.2019	-0.9944	5
49520	Châtelais	chatelais	52	49	494	47.7584	-0.9272	5
49520	Le Tremblay	le-tremblay	52	49	494	47.6782	-1.017	5
49520	Ombrée d'Anjou	ombree-d-anjou	52	49	494	47.7406	-1.1764	5
49520	Bourg-l’Évêque	bourg-l-eveque	52	49	494	47.7363	-1.0125	5
49520	Noyant-la-Gravoyère	noyant-la-gravoyere	52	49	494	47.7035	-0.9573	5
49520	Noëllet	noellet	52	49	494	47.6937	-1.0912	5
49520	Le Bourg-d'Iré	le-bourg-d-ire	52	49	494	47.6833	-0.9667	5
49520	Segré-en-Anjou Bleu	segre-en-anjou-bleu	52	49	494	47.6864	-0.8725	5
49520	Combrée	combree	52	49	494	47.7045	-1.03	5
49520	Bouillé-Ménard	bouille-menard	52	49	494	47.7419	-0.9671	5
49520	Grugé-l’Hôpital	gruge-l-hopital	52	49	494	47.7514	-1.0388	5
49530	Bouzillé	bouzille	52	49	492	47.3375	-1.1114	5
49530	Liré	lire	52	49	492	47.3432	-1.1654	5
49530	Orée d'Anjou	oree-d-anjou	52	49	492	47.3369	-1.2667	5
49530	Drain	drain	52	49	492	47.3366	-1.2077	5
49540	Tigné	tigne	52	49	492	47.2003	-0.4275	5
49540	Martigné-Briand	martigne-briand	52	49	491	47.2336	-0.4293	5
49540	Lys-Haut-Layon	lys-haut-layon	52	49	492	47.1467	-0.5336	5
49540	Aubigné-sur-Layon	aubigne-sur-layon	52	49	491	47.2124	-0.4619	5
49540	La Fosse-de-Tigné	la-fosse-de-tigne	52	49	492	47.1823	-0.429	5
49560	Nueil-sur-Layon	nueil-sur-layon	52	49	492	47.1181	-0.3657	5
49560	Cléré-sur-Layon	clere-sur-layon	52	49	492	47.0919	-0.4209	5
49560	Passavant-sur-Layon	passavant-sur-layon	52	49	492	47.1065	-0.3891	5
49560	Lys-Haut-Layon	lys-haut-layon	52	49	492	47.1467	-0.5336	5
49570	Montjean-sur-Loire	montjean-sur-loire	52	49	492	47.3884	-0.8587	5
49570	Mauges-sur-Loire	mauges-sur-loire	52	49	492	47.3553	-0.8603	5
49590	Fontevraud-l'Abbaye	fontevraud-l-abbaye	52	49	493	47.1833	0.05	5
49600	Montrevault-sur-Èvre	montrevault-sur-evre	52	49	492	47.2614	-1.0453	5
49600	La Chaussaire	la-chaussaire	52	49	492	47.2005	-1.1456	5
49600	Le Fief-Sauvin	le-fief-sauvin	52	49	492	47.2214	-1.0421	5
49600	Gesté	geste	52	49	492	47.1818	-1.1092	5
49600	Beaupréau	beaupreau	52	49	492	47.2046	-0.987	5
49600	Saint-Philbert-en-Mauges	saint-philbert-en-mauges	52	49	492	47.1511	-1.016	5
49600	La Chapelle-du-Genêt	la-chapelle-du-genet	52	49	492	47.182	-1.0186	5
49600	Beaupréau-en-Mauges	beaupreau-en-mauges	52	49	492	47.2019	-0.9944	5
49600	Andrezé	andreze	52	49	492	47.1715	-0.9524	5
49600	Le Puiset-Doré	le-puiset-dore	52	49	492	47.2314	-1.1152	5
49601 CEDEX	Beaupréau	beaupreau	52	49	492	47.2046	-0.987	5
49602 CEDEX	Beaupréau	beaupreau	52	49	492	47.2046	-0.987	5
49609 CEDEX	Beaupréau	beaupreau	52	49	492	47.2046	-0.987	5
49610	Mozé-sur-Louet	moze-sur-louet	52	49	491	47.3586	-0.5529	5
49610	Mûrs-Erigné	murs-erigne	52	49	491	47.4	-0.55	5
49610	Saint-Melaine-sur-Aubance	saint-melaine-sur-aubance	52	49	491	47.3667	-0.5	5
49610	Juigné-sur-Loire	juigne-sur-loire	52	49	491	47.4074	-0.4768	5
49610	Soulaines-sur-Aubance	soulaines-sur-aubance	52	49	491	47.3638	-0.5226	5
49620	Mauges-sur-Loire	mauges-sur-loire	52	49	492	47.3553	-0.8603	5
49620	La Pommeraye	la-pommeraye	52	49	492	47.3556	-0.8589	5
49630	Mazé-Milon	maze-milon	52	49	493	47.4564	-0.2731	5
49630	Corné	corne	52	49	491	47.4709	-0.3499	5
49630	Mazé	maze	52	49	493	47.4563	-0.2711	5
49630	Loire-Authion	loire-authion	52	49	491	47.4131	-0.3189	5
49640	Chemiré-sur-Sarthe	chemire-sur-sarthe	52	49	491	47.7496	-0.4312	5
49640	Morannes	morannes	52	49	491	47.7436	-0.416	5
49640	Morannes sur Sarthe-Daumeray	morannes-sur-sarthe-daumeray	52	49	491	47.7456	-0.4167	5
49640	Daumeray	daumeray	52	49	491	47.7007	-0.3612	5
49650	Allonnes	allonnes	52	49	493	47.2934	0.0246	5
49650	Brain-sur-Allonnes	brain-sur-allonnes	52	49	493	47.3032	0.0651	5
49660	Torfou	torfou	52	49	492	47.0368	-1.1163	5
49660	Sèvremoine	sevremoine	52	49	492	47.1239	-0.9917	5
49670	Valanjou	valanjou	52	49	492	47.2167	-0.5833	5
49670	Chemillé-en-Anjou	chemille-en-anjou	52	49	492	47.2122	-0.7269	5
49680	Vivy	vivy	52	49	493	47.3265	-0.0553	5
49680	Neuillé	neuille	52	49	493	47.3416	-0.0357	5
49690	Coron	coron	52	49	492	47.1273	-0.6451	5
49700	Ambillou-Château	ambillou-chateau	52	49	493	47.2624	-0.3447	5
49700	Brigné	brigne	52	49	493	47.2417	-0.3842	5
49700	Brossay	brossay	52	49	493	47.1637	-0.2134	5
49700	Les Verchers-sur-Layon	les-verchers-sur-layon	52	49	493	47.1548	-0.2964	5
49700	Noyant-la-Plaine	noyant-la-plaine	52	49	493	47.2749	-0.3585	5
49700	Montfort	montfort	52	49	493	47.1967	-0.2115	5
49700	Louresse-Rochemenier	louresse-rochemenier	52	49	493	47.2385	-0.3142	5
49700	Saint-Georges-sur-Layon	saint-georges-sur-layon	52	49	493	47.1974	-0.3677	5
49700	Concourson-sur-Layon	concourson-sur-layon	52	49	493	47.1743	-0.3404	5
49700	Dénezé-sous-Doué	deneze-sous-doue	52	49	493	47.25	-0.2667	5
49700	Louerre	louerre	52	49	493	47.2961	-0.3236	5
49700	Doué-la-Fontaine	doue-la-fontaine	52	49	493	47.1937	-0.2749	5
49700	Cizay-la-Madeleine	cizay-la-madeleine	52	49	493	47.1886	-0.1877	5
49700	Tuffalun	tuffalun	52	49	493	47.2633	-0.3442	5
49700	Forges	forges	52	49	493	47.2174	-0.2458	5
49700	Meigné	meigne	52	49	493	47.2326	-0.21	5
49700	Les Ulmes	les-ulmes	52	49	493	47.2196	-0.1787	5
49710	Le Longeron	le-longeron	52	49	492	47.0185	-1.0576	5
49710	Sèvremoine	sevremoine	52	49	492	47.1239	-0.9917	5
49730	Parnay	parnay	52	49	493	47.2309	0.0093	5
49730	Varennes-sur-Loire	varennes-sur-loire	52	49	493	47.2377	0.0535	5
49730	Montsoreau	montsoreau	52	49	493	47.2155	0.0617	5
49730	Turquant	turquant	52	49	493	47.2224	0.0282	5
49740	La Romagne	la-romagne	52	49	492	47.0612	-1.02	5
49750	Bellevigne-en-Layon	bellevigne-en-layon	52	49	491	47.2667	-0.5	5
49750	Rablay-sur-Layon	rablay-sur-layon	52	49	491	47.2946	-0.5761	5
49750	Chemillé-en-Anjou	chemille-en-anjou	52	49	492	47.2122	-0.7269	5
49750	Saint-Lambert-du-Lattay	saint-lambert-du-lattay	52	49	491	47.3025	-0.6332	5
49750	Beaulieu-sur-Layon	beaulieu-sur-layon	52	49	491	47.311	-0.5899	5
49750	Val-du-Layon	val-du-layon	52	49	491	47.3022	-0.6322	5
49750	Chanzeaux	chanzeaux	52	49	492	47.2631	-0.6433	5
49770	La Meignanne	la-meignanne	52	49	491	47.517	-0.6686	5
49770	Longuenée-en-Anjou	longuenee-en-anjou	52	49	491	47.5611	-0.6739	5
49770	La Membrolle-sur-Longuenée	la-membrolle-sur-longuenee	52	49	491	47.5599	-0.6724	5
49770	Le Plessis-Macé	le-plessis-mace	52	49	491	47.543	-0.6744	5
49800	La Daguenière	la-dagueniere	52	49	491	47.4193	-0.4313	5
49800	Loire-Authion	loire-authion	52	49	491	47.4131	-0.3189	5
49800	Brain-sur-l'Authion	brain-sur-l-authion	52	49	491	47.4456	-0.4113	5
49800	Sarrigné	sarrigne	52	49	491	47.5022	-0.3832	5
49800	Andard	andard	52	49	491	47.4566	-0.3975	5
49800	Trélazé	trelaze	52	49	491	47.4456	-0.4654	5
49800	La Bohalle	la-bohalle	52	49	491	47.421	-0.3972	5
49801 CEDEX	Trélazé	trelaze	52	49	491	47.4456	-0.4654	5
49802 CEDEX	Trélazé	trelaze	52	49	491	47.4456	-0.4654	5
49803 CEDEX	Trélazé	trelaze	52	49	491	47.4456	-0.4654	5
49804 CEDEX	Trélazé	trelaze	52	49	491	47.4456	-0.4654	5
49805 CEDEX	Trélazé	trelaze	52	49	491	47.4456	-0.4654	5
49809 CEDEX	Trélazé	trelaze	52	49	491	47.4456	-0.4654	5
49905 CEDEX 9	Angers	angers	52	49	491	47.4738	-0.5477	5
49906 CEDEX 9	Angers	angers	52	49	491	47.4738	-0.5477	5
49911 CEDEX 9	Angers	angers	52	49	491	47.4738	-0.5477	5
49912 CEDEX 9	Angers	angers	52	49	491	47.4738	-0.5477	5
49913 CEDEX 9	Angers	angers	52	49	491	47.4738	-0.5477	5
49919 CEDEX 9	Angers	angers	52	49	491	47.4738	-0.5477	5
49925 CEDEX 9	Angers	angers	52	49	491	47.4738	-0.5477	5
49927 CEDEX 9	Angers	angers	52	49	491	47.4738	-0.5477	5
49933 CEDEX 9	Angers	angers	52	49	491	47.4738	-0.5477	5
49934 CEDEX 9	Angers	angers	52	49	491	47.4738	-0.5477	5
49937 CEDEX 9	Angers	angers	52	49	491	47.4738	-0.5477	5
49938 CEDEX 9	Angers	angers	52	49	491	47.4738	-0.5477	5
49939 CEDEX 9	Angers	angers	52	49	491	47.4738	-0.5477	5
49941 CEDEX 9	Angers	angers	52	49	491	47.4738	-0.5477	5
49949 CEDEX 9	Angers	angers	52	49	491	47.4738	-0.5477	5
53000	Laval	laval	52	53	532	48.0732	-0.7634	5
53001 CEDEX	Laval	laval	52	53	532	48.0732	-0.7634	5
53002 CEDEX	Laval	laval	52	53	532	48.0732	-0.7634	5
53003 CEDEX	Laval	laval	52	53	532	48.0732	-0.7634	5
53004 CEDEX	Laval	laval	52	53	532	48.0732	-0.7634	5
53005 CEDEX	Laval	laval	52	53	532	48.0732	-0.7634	5
53006 CEDEX	Laval	laval	52	53	532	48.0732	-0.7634	5
53007 CEDEX	Laval	laval	52	53	532	48.0732	-0.7634	5
53008 CEDEX	Laval	laval	52	53	532	48.0732	-0.7634	5
53009 CEDEX	Laval	laval	52	53	532	48.0732	-0.7634	5
53010 CEDEX	Laval	laval	52	53	532	48.0732	-0.7634	5
53012 CEDEX	Laval	laval	52	53	532	48.0732	-0.7634	5
53013 CEDEX	Laval	laval	52	53	532	48.0732	-0.7634	5
53014 CEDEX	Laval	laval	52	53	532	48.0732	-0.7634	5
53015 CEDEX	Laval	laval	52	53	532	48.0732	-0.7634	5
53016 CEDEX	Laval	laval	52	53	532	48.0732	-0.7634	5
53019 CEDEX	Laval	laval	52	53	532	48.0732	-0.7634	5
53020 CEDEX 9	Laval	laval	52	53	532	48.0732	-0.7634	5
53021 CEDEX 9	Laval	laval	52	53	532	48.0732	-0.7634	5
53022 CEDEX 9	Laval	laval	52	53	532	48.0732	-0.7634	5
53030 CEDEX 9	Laval	laval	52	53	532	48.0732	-0.7634	5
53031 CEDEX 9	Laval	laval	52	53	532	48.0732	-0.7634	5
53032 CEDEX 9	Laval	laval	52	53	532	48.0732	-0.7634	5
53060 CEDEX 9	Laval	laval	52	53	532	48.0732	-0.7634	5
53061 CEDEX 9	Laval	laval	52	53	532	48.0732	-0.7634	5
53062 CEDEX 9	Laval	laval	52	53	532	48.0732	-0.7634	5
53063 CEDEX 9	Laval	laval	52	53	532	48.0732	-0.7634	5
53069 CEDEX 9	Laval	laval	52	53	532	48.0732	-0.7634	5
53073 CEDEX 9	Laval	laval	52	53	532	48.0732	-0.7634	5
53080 CEDEX 9	Laval	laval	52	53	532	48.0732	-0.7634	5
53081 CEDEX 9	Laval	laval	52	53	532	48.0732	-0.7634	5
53082 CEDEX 9	Laval	laval	52	53	532	48.0732	-0.7634	5
53083 CEDEX 9	Laval	laval	52	53	532	48.0732	-0.7634	5
53084 CEDEX 9	Laval	laval	52	53	532	48.0732	-0.7634	5
53085 CEDEX 9	Laval	laval	52	53	532	48.0732	-0.7634	5
53086 CEDEX 9	Laval	laval	52	53	532	48.0732	-0.7634	5
53087 CEDEX 9	Laval	laval	52	53	532	48.0732	-0.7634	5
53088 CEDEX 9	Laval	laval	52	53	532	48.0732	-0.7634	5
53089 CEDEX 9	Laval	laval	52	53	532	48.0732	-0.7634	5
53090 CEDEX 9	Laval	laval	52	53	532	48.0732	-0.7634	5
53091 CEDEX 9	Laval	laval	52	53	532	48.0732	-0.7634	5
53093 CEDEX 9	Laval	laval	52	53	532	48.0732	-0.7634	5
53094 CEDEX 9	Laval	laval	52	53	532	48.0732	-0.7634	5
53095 CEDEX 9	Laval	laval	52	53	532	48.0732	-0.7634	5
53098 CEDEX 9	Laval	laval	52	53	532	48.0732	-0.7634	5
53099 CEDEX 9	Laval	laval	52	53	532	48.0732	-0.7634	5
53100	Saint-Georges-Buttavent	saint-georges-buttavent	52	53	533	48.3102	-0.6937	5
53100	Parigné-sur-Braye	parigne-sur-braye	52	53	533	48.3153	-0.6525	5
53100	Moulay	moulay	52	53	533	48.2725	-0.6273	5
53100	Saint-Baudelle	saint-baudelle	52	53	533	48.2808	-0.6373	5
53100	Châtillon-sur-Colmont	chatillon-sur-colmont	52	53	533	48.3375	-0.7433	5
53100	Contest	contest	52	53	533	48.2624	-0.6567	5
53100	Mayenne	mayenne	52	53	533	48.3	-0.6167	5
53101 CEDEX	Mayenne	mayenne	52	53	533	48.3	-0.6167	5
53102 CEDEX	Mayenne	mayenne	52	53	533	48.3	-0.6167	5
53103 CEDEX	Mayenne	mayenne	52	53	533	48.3	-0.6167	5
53104 CEDEX	Mayenne	mayenne	52	53	533	48.3	-0.6167	5
53105 CEDEX	Mayenne	mayenne	52	53	533	48.3	-0.6167	5
53109 CEDEX	Mayenne	mayenne	52	53	533	48.3	-0.6167	5
53110	Le Housseau-Brétignolles	le-housseau-bretignolles	52	53	533	48.4689	-0.5224	5
53110	Saint-Julien-du-Terroux	saint-julien-du-terroux	52	53	533	48.4793	-0.4095	5
53110	Lassay-les-Châteaux	lassay-les-chateaux	52	53	533	48.4384	-0.4976	5
53110	Sainte-Marie-du-Bois	sainte-marie-du-bois	52	53	533	48.4652	-0.4817	5
53110	Rennes-en-Grenouilles	rennes-en-grenouilles	52	53	533	48.4929	-0.5129	5
53110	Thubœuf	thub-uf	52	53	533	48.5029	-0.4522	5
53120	Carelles	carelles	52	53	533	48.3815	-0.9055	5
53120	Colombiers-du-Plessis	colombiers-du-plessis	52	53	533	48.3915	-0.8398	5
53120	Levaré	levare	52	53	533	48.4177	-0.9143	5
53120	Vieuvy	vieuvy	52	53	533	48.4461	-0.8637	5
53120	Brecé	brece	52	53	533	48.4	-0.8	5
53120	Saint-Aubin-Fosse-Louvain	saint-aubin-fosse-louvain	52	53	533	48.4629	-0.8318	5
53120	Gorron	gorron	52	53	533	48.4109	-0.8127	5
53120	Lesbois	lesbois	52	53	533	48.4409	-0.8045	5
53120	Hercé	herce	52	53	533	48.4182	-0.8527	5
53140	Saint-Samson	saint-samson	52	53	533	48.4818	-0.191	5
53140	Lignières-Orgères	lignieres-orgeres	52	53	533	48.5424	-0.2069	5
53140	Saint-Cyr-en-Pail	saint-cyr-en-pail	52	53	533	48.4412	-0.2446	5
53140	Saint-Calais-du-Désert	saint-calais-du-desert	52	53	533	48.4856	-0.2606	5
53140	Pré-en-Pail	pre-en-pail	52	53	533	48.4599	-0.1981	5
53140	La Pallu	la-pallu	52	53	533	48.5068	-0.2997	5
53140	Pré-en-Pail-Saint-Samson	pre-en-pail-saint-samson	52	53	533	48.4594	-0.2006	5
53150	Brée	bree	52	53	533	48.1504	-0.5192	5
53150	Neau	neau	52	53	533	48.1558	-0.4765	5
53150	Saint-Céneré	saint-cenere	52	53	533	48.1219	-0.5944	5
53150	Montsûrs	montsurs	52	53	533	48.136	-0.5541	5
53150	La Chapelle-Rainsouin	la-chapelle-rainsouin	52	53	533	48.0992	-0.5196	5
53150	Saint-Ouën-des-Vallons	saint-ouen-des-vallons	52	53	533	48.1667	-0.55	5
53150	Livet	livet	52	53	533	48.1	-0.4667	5
53150	Montourtier	montourtier	52	53	533	48.2032	-0.5509	5
53150	Saint-Christophe-du-Luat	saint-christophe-du-luat	52	53	533	48.1324	-0.4608	5
53150	Gesnes	gesnes	52	53	533	48.1462	-0.586	5
53150	Deux-Évailles	deux-evailles	52	53	533	48.1914	-0.5271	5
53160	Champgenéteux	champgeneteux	52	53	533	48.2912	-0.3626	5
53160	Saint-Pierre-sur-Orthe	saint-pierre-sur-orthe	52	53	533	48.2106	-0.2067	5
53160	Saint-Martin-de-Connée	saint-martin-de-connee	52	53	533	48.2139	-0.2181	5
53160	Saint-Thomas-de-Courceriers	saint-thomas-de-courceriers	52	53	533	48.2752	-0.2658	5
53160	Hambers	hambers	52	53	533	48.2541	-0.4183	5
53160	Izé	ize	52	53	533	48.2299	-0.3067	5
53160	Vimarcé	vimarce	52	53	533	48.1958	-0.2136	5
53160	Trans	trans	52	53	533	48.2746	-0.3094	5
53160	Jublains	jublains	52	53	533	48.2557	-0.4957	5
53160	Bais	bais	52	53	533	48.2528	-0.3649	5
53170	Maisoncelles-du-Maine	maisoncelles-du-maine	52	53	531	47.9644	-0.6518	5
53170	Saint-Charles-la-Forêt	saint-charles-la-foret	52	53	531	47.916	-0.5566	5
53170	Meslay-du-Maine	meslay-du-maine	52	53	531	47.9512	-0.5543	5
53170	Arquenay	arquenay	52	53	531	47.9869	-0.5698	5
53170	La Cropte	la-cropte	52	53	531	47.9581	-0.4948	5
53170	Bazougers	bazougers	52	53	531	48.0168	-0.5814	5
53170	Le Bignon-du-Maine	le-bignon-du-maine	52	53	531	47.9513	-0.6111	5
53170	Ruillé-Froid-Fonds	ruille-froid-fonds	52	53	531	47.9007	-0.6422	5
53170	Le Buret	le-buret	52	53	531	47.9221	-0.5137	5
53170	Saint-Denis-du-Maine	saint-denis-du-maine	52	53	531	47.9649	-0.5259	5
53170	La Bazouge-de-Chemeré	la-bazouge-de-chemere	52	53	531	48.001	-0.4875	5
53170	Villiers-Charlemagne	villiers-charlemagne	52	53	531	47.9214	-0.676	5
53190	Landivy	landivy	52	53	533	48.4787	-1.0332	5
53190	Fougerolles-du-Plessis	fougerolles-du-plessis	52	53	533	48.4742	-0.9725	5
53190	Désertines	desertines	52	53	533	48.4689	-0.8675	5
53190	La Dorée	la-doree	52	53	533	48.4485	-0.9654	5
53200	Azé	aze	52	53	531	47.8222	-0.6833	5
53200	Château-Gontier	chateau-gontier	52	53	531	47.8333	-0.7	5
53200	Saint-Fort	saint-fort	52	53	531	47.7993	-0.7209	5
53200	Chemazé	chemaze	52	53	531	47.7869	-0.7752	5
53200	Fromentières	fromentieres	52	53	531	47.8644	-0.6668	5
53200	Loigné-sur-Mayenne	loigne-sur-mayenne	52	53	531	47.8726	-0.7488	5
53200	Ampoigné	ampoigne	52	53	531	47.8112	-0.8257	5
53200	Marigné-Peuton	marigne-peuton	52	53	531	47.8694	-0.8127	5
53200	Daon	daon	52	53	531	47.7503	-0.6386	5
53200	Gennes-sur-Glaize	gennes-sur-glaize	52	53	531	47.8535	-0.6079	5
53200	Châtelain	chatelain	52	53	531	47.8081	-0.5957	5
53200	Laigné	laigne	52	53	531	47.8422	-0.8185	5
53200	Longuefuye	longuefuye	52	53	531	47.867	-0.6144	5
53200	Ménil	menil	52	53	531	47.7768	-0.6771	5
53200	Coudray	coudray	52	53	531	47.7911	-0.644	5
53201 CEDEX	Château-Gontier	chateau-gontier	52	53	531	47.8333	-0.7	5
53202 CEDEX	Château-Gontier	chateau-gontier	52	53	531	47.8333	-0.7	5
53203 CEDEX	Château-Gontier	chateau-gontier	52	53	531	47.8333	-0.7	5
53204 CEDEX	Château-Gontier	chateau-gontier	52	53	531	47.8333	-0.7	5
53205 CEDEX	Château-Gontier	chateau-gontier	52	53	531	47.8333	-0.7	5
53210	Louvigné	louvigne	52	53	532	48.0576	-0.6314	5
53210	Soulgé-sur-Ouette	soulge-sur-ouette	52	53	532	48.0667	-0.5667	5
53210	Argentré	argentre	52	53	532	48.0836	-0.6415	5
53220	La Pellerine	la-pellerine	52	53	533	48.3152	-1.0511	5
53220	Saint-Berthevin-la-Tannière	saint-berthevin-la-tanniere	52	53	533	48.4	-0.9463	5
53220	Larchamp	larchamp	52	53	533	48.3613	-0.999	5
53220	Saint-Ellier-du-Maine	saint-ellier-du-maine	52	53	533	48.3998	-1.0486	5
53220	Pontmain	pontmain	52	53	533	48.4395	-1.0629	5
53220	Saint-Mars-sur-la-Futaie	saint-mars-sur-la-futaie	52	53	533	48.4317	-1.0152	5
53220	Montaudin	montaudin	52	53	533	48.3854	-0.9891	5
53230	Astillé	astille	52	53	531	47.9635	-0.8513	5
53230	La Chapelle-Craonnaise	la-chapelle-craonnaise	52	53	531	47.8994	-0.9158	5
53230	Courbeveille	courbeveille	52	53	531	47.9921	-0.8878	5
53230	Cossé-le-Vivien	cosse-le-vivien	52	53	531	47.946	-0.9118	5
53230	Cosmes	cosmes	52	53	531	47.9208	-0.8812	5
53230	Méral	meral	52	53	531	47.9609	-0.9824	5
53240	Placé	place	52	53	533	48.253	-0.7772	5
53240	Andouillé	andouille	52	53	533	48.1768	-0.7836	5
53240	Saint-Germain-le-Fouilloux	saint-germain-le-fouilloux	52	53	532	48.1361	-0.7914	5
53240	La Bigottière	la-bigottiere	52	53	533	48.2184	-0.7992	5
53240	Montflours	montflours	52	53	532	48.1704	-0.7339	5
53240	Saint-Germain-d’Anxure	saint-germain-d-anxure	52	53	533	48.2209	-0.7347	5
53240	Saint-Germain-le-Guillaume	saint-germain-le-guillaume	52	53	533	48.2061	-0.826	5
53240	La Baconnière	la-baconniere	52	53	533	48.1801	-0.892	5
53240	Saint-Jean-sur-Mayenne	saint-jean-sur-mayenne	52	53	532	48.1352	-0.7561	5
53240	Alexain	alexain	52	53	533	48.2296	-0.7681	5
53250	Villepail	villepail	52	53	533	48.3955	-0.2672	5
53250	Neuilly-le-Vendin	neuilly-le-vendin	52	53	533	48.4953	-0.3397	5
53250	Charchigné	charchigne	52	53	533	48.4175	-0.4092	5
53250	Saint-Aignan-de-Couptrain	saint-aignan-de-couptrain	52	53	533	48.4559	-0.3031	5
53250	Javron-les-Chapelles	javron-les-chapelles	52	53	533	48.418	-0.3374	5
53250	Le Ham	le-ham	52	53	533	48.3806	-0.3784	5
53250	Madré	madre	52	53	533	48.4774	-0.3797	5
53250	Couptrain	couptrain	52	53	533	48.4833	-0.2934	5
53250	Chevaigné-du-Maine	chevaigne-du-maine	52	53	533	48.4375	-0.3884	5
53260	Parné-sur-Roc	parne-sur-roc	52	53	532	48.0062	-0.6685	5
53260	Entrammes	entrammes	52	53	532	47.9976	-0.714	5
53260	Forcé	force	52	53	532	48.0333	-0.7	5
53270	Blandouet	blandouet	52	53	533	48.0511	-0.3282	5
53270	Sainte-Suzanne	sainte-suzanne	52	53	533	48.0982	-0.3544	5
53270	Saint-Pierre-sur-Erve	saint-pierre-sur-erve	52	53	533	48.0086	-0.3929	5
53270	Saint-Jean-sur-Erve	saint-jean-sur-erve	52	53	533	48.0342	-0.3909	5
53270	Torcé-Viviers-en-Charnie	torce-viviers-en-charnie	52	53	533	48.1	-0.2667	5
53270	Chammes	chammes	52	53	533	48.0772	-0.3776	5
53270	Thorigné-en-Charnie	thorigne-en-charnie	52	53	533	48.0002	-0.3571	5
53270	Sainte-Suzanne-et-Chammes	sainte-suzanne-et-chammes	52	53	533	48.0975	-0.3531	5
53290	Beaumont-Pied-de-Boeuf	beaumont-pied-de-boeuf	52	53	531	47.9046	-0.4329	5
53290	Saint-Brice	saint-brice	52	53	531	47.859	-0.4409	5
53290	Saint-Laurent-des-Mortiers	saint-laurent-des-mortiers	52	53	531	47.7721	-0.5473	5
53290	Bouère	bouere	52	53	531	47.8628	-0.4768	5
53290	Saint-Michel-de-Feins	saint-michel-de-feins	52	53	531	47.7771	-0.5696	5
53290	Bierné	bierne	52	53	531	47.8113	-0.5436	5
53290	Argenton-Notre-Dame	argenton-notre-dame	52	53	531	47.7799	-0.589	5
53290	Bouessay	bouessay	52	53	531	47.8757	-0.396	5
53290	Saint-Denis-d’Anjou	saint-denis-d-anjou	52	53	531	47.7903	-0.4412	5
53290	Saint-Loup-du-Dorat	saint-loup-du-dorat	52	53	531	47.8896	-0.4163	5
53290	Grez-en-Bouère	grez-en-bouere	52	53	531	47.8739	-0.5226	5
53300	Saint-Loup-du-Gast	saint-loup-du-gast	52	53	533	48.3858	-0.5856	5
53300	Saint-Mars-sur-Colmont	saint-mars-sur-colmont	52	53	533	48.375	-0.6975	5
53300	Saint-Fraimbault-de-Prières	saint-fraimbault-de-prieres	52	53	533	48.3491	-0.5787	5
53300	Soucé	souce	52	53	533	48.4739	-0.6641	5
53300	Ambrières-les-Vallées	ambrieres-les-vallees	52	53	533	48.4	-0.6333	5
53300	Oisseau	oisseau	52	53	533	48.3556	-0.6715	5
53300	La Haie-Traversaine	la-haie-traversaine	52	53	533	48.3685	-0.6068	5
53300	Le Pas	le-pas	52	53	533	48.4295	-0.7002	5
53300	Couesmes-Vaucé	couesmes-vauce	52	53	533	48.451	-0.7101	5
53300	Chantrigné	chantrigne	52	53	533	48.415	-0.5691	5
53320	Ruillé-le-Gravelais	ruille-le-gravelais	52	53	532	48.0566	-0.9545	5
53320	Montjean	montjean	52	53	532	48.0051	-0.9628	5
53320	Loiron-Ruillé	loiron-ruille	52	53	532	48.0592	-0.935	5
53320	Saint-Cyr-le-Gravelais	saint-cyr-le-gravelais	52	53	532	48.0347	-1.0271	5
53320	Loiron	loiron	52	53	532	48.0667	-0.9333	5
53320	Beaulieu-sur-Oudon	beaulieu-sur-oudon	52	53	532	48.0044	-0.9939	5
53340	Ballée	ballee	52	53	531	47.9327	-0.4193	5
53340	Chémeré-le-Roi	chemere-le-roi	52	53	531	47.9833	-0.4333	5
53340	Cossé-en-Champagne	cosse-en-champagne	52	53	531	47.9621	-0.3337	5
53340	Épineux-le-Seguin	epineux-le-seguin	52	53	531	47.9416	-0.3593	5
53340	Saulges	saulges	52	53	533	47.9827	-0.4065	5
53340	Bannes	bannes	52	53	531	47.9816	-0.3515	5
53340	Préaux	preaux	52	53	531	47.9346	-0.4706	5
53350	Fontaine-Couverte	fontaine-couverte	52	53	531	47.9083	-1.1429	5
53350	Ballots	ballots	52	53	531	47.8962	-1.0476	5
53350	Brains-sur-les-Marches	brains-sur-les-marches	52	53	531	47.8867	-1.1808	5
53350	Saint-Michel-de-la-Roë	saint-michel-de-la-roe	52	53	531	47.8833	-1.1333	5
53350	La Roë	la-roe	52	53	531	47.8956	-1.1115	5
53360	Quelaines-Saint-Gault	quelaines-saint-gault	52	53	531	47.9333	-0.8	5
53360	Peuton	peuton	52	53	531	47.8852	-0.8221	5
53360	Origné	origne	52	53	531	47.9528	-0.7301	5
53360	Saint-Sulpice	saint-sulpice	52	53	531	47.9006	-0.7164	5
53360	Houssay	houssay	52	53	531	47.9145	-0.7365	5
53360	Simplé	simple	52	53	531	47.8875	-0.8511	5
53370	Gesvres	gesvres	52	53	533	48.3685	-0.1465	5
53370	Boulay-les-Ifs	boulay-les-ifs	52	53	533	48.4167	-0.1333	5
53370	Saint-Pierre-des-Nids	saint-pierre-des-nids	52	53	533	48.3983	-0.0998	5
53370	Ravigny	ravigny	52	53	533	48.4472	-0.0619	5
53370	Champfrémont	champfremont	52	53	533	48.4276	-0.0912	5
53380	La Croixille	la-croixille	52	53	533	48.2048	-1.0581	5
53380	Juvigné	juvigne	52	53	533	48.2289	-1.0341	5
53380	Saint-Hilaire-du-Maine	saint-hilaire-du-maine	52	53	533	48.2263	-0.93	5
53390	Senonnes	senonnes	52	53	531	47.7992	-1.2018	5
53390	Saint-Erblon	saint-erblon	52	53	531	47.787	-1.1688	5
53390	Saint-Aignan-sur-Roë	saint-aignan-sur-roe	52	53	531	47.8402	-1.137	5
53390	La Rouaudière	la-rouaudiere	52	53	531	47.8306	-1.1919	5
53400	Chérancé	cherance	52	53	531	47.7951	-0.9359	5
53400	Denazé	denaze	52	53	531	47.8849	-0.8865	5
53400	Niafles	niafles	52	53	531	47.8467	-1.0016	5
53400	Mée	mee	52	53	531	47.7969	-0.8605	5
53400	Craon	craon	52	53	531	47.8469	-0.9493	5
53400	Saint-Quentin-les-Anges	saint-quentin-les-anges	52	53	531	47.7735	-0.8864	5
53400	Athée	athee	52	53	531	47.887	-0.9505	5
53400	Pommerieux	pommerieux	52	53	531	47.8235	-0.8984	5
53400	Livré-la-Touche	livre-la-touche	52	53	531	47.8833	-0.9667	5
53410	Olivet	olivet	52	53	532	48.1207	-0.9169	5
53410	Saint-Ouën-des-Toits	saint-ouen-des-toits	52	53	532	48.1333	-0.9	5
53410	Saint-Pierre-la-Cour	saint-pierre-la-cour	52	53	532	48.1126	-1.025	5
53410	Le Bourgneuf-la-Forêt	le-bourgneuf-la-foret	52	53	532	48.1632	-0.9696	5
53410	Launay-Villiers	launay-villiers	52	53	532	48.1342	-1.008	5
53410	La Brûlatte	la-brulatte	52	53	532	48.0857	-0.9543	5
53410	Port-Brillet	port-brillet	52	53	532	48.1131	-0.9708	5
53410	Bourgon	bourgon	52	53	532	48.1667	-1.0667	5
53410	La Gravelle	la-gravelle	52	53	532	48.0728	-1.0164	5
53420	Chailland	chailland	52	53	533	48.2252	-0.8739	5
53440	Belgeard	belgeard	52	53	533	48.2534	-0.5489	5
53440	La Chapelle-au-Riboul	la-chapelle-au-riboul	52	53	533	48.318	-0.4345	5
53440	Aron	aron	52	53	533	48.298	-0.5598	5
53440	Grazay	grazay	52	53	533	48.2902	-0.4805	5
53440	Marcillé-la-Ville	marcille-la-ville	52	53	533	48.3062	-0.4941	5
53440	La Bazoge-Montpinçon	la-bazoge-montpincon	52	53	533	48.2783	-0.5739	5
53470	Sacé	sace	52	53	533	48.1859	-0.7134	5
53470	Châlons-du-Maine	chalons-du-maine	52	53	532	48.162	-0.6425	5
53470	Commer	commer	52	53	533	48.2333	-0.6167	5
53470	La Bazouge-des-Alleux	la-bazouge-des-alleux	52	53	533	48.183	-0.6099	5
53470	Martigné-sur-Mayenne	martigne-sur-mayenne	52	53	533	48.2	-0.6667	5
53480	Saint-Léger	saint-leger	52	53	533	48.0833	-0.45	5
53480	Vaiges	vaiges	52	53	533	48.0402	-0.4751	5
53480	Saint-Georges-le-Fléchard	saint-georges-le-flechard	52	53	533	48.0363	-0.5105	5
53500	Ernée	ernee	52	53	533	48.2976	-0.9314	5
53500	Montenay	montenay	52	53	533	48.2879	-0.8937	5
53500	Saint-Denis-de-Gastines	saint-denis-de-gastines	52	53	533	48.3421	-0.8587	5
53500	Saint-Pierre-des-Landes	saint-pierre-des-landes	52	53	533	48.2742	-1.0281	5
53500	Vautorte	vautorte	52	53	533	48.3	-0.8333	5
53540	Cuillé	cuille	52	53	531	47.9707	-1.1192	5
53540	Saint-Poix	saint-poix	52	53	531	47.9658	-1.0438	5
53540	Gastines	gastines	52	53	531	47.9518	-1.1035	5
53540	Laubrières	laubrieres	52	53	531	47.9418	-1.0831	5
53600	Voutré	voutre	52	53	533	48.1364	-0.2921	5
53600	Mézangers	mezangers	52	53	533	48.1902	-0.4293	5
53600	Saint-Georges-sur-Erve	saint-georges-sur-erve	52	53	533	48.1692	-0.2983	5
53600	Châtres-la-Forêt	chatres-la-foret	52	53	533	48.1333	-0.4305	5
53600	Évron	evron	52	53	533	48.1564	-0.3997	5
53600	Assé-le-Bérenger	asse-le-berenger	52	53	533	48.1551	-0.3219	5
53600	Sainte-Gemmes-le-Robert	sainte-gemmes-le-robert	52	53	533	48.1948	-0.3758	5
53601 CEDEX	Évron	evron	52	53	533	48.1564	-0.3997	5
53602 CEDEX	Évron	evron	52	53	533	48.1564	-0.3997	5
53640	Montreuil-Poulay	montreuil-poulay	52	53	533	48.3833	-0.5333	5
53640	Champéon	champeon	52	53	533	48.3677	-0.5179	5
53640	Le Ribay	le-ribay	52	53	533	48.3824	-0.4087	5
53640	Hardanges	hardanges	52	53	533	48.3362	-0.4019	5
53640	Le Horps	le-horps	52	53	533	48.3979	-0.4607	5
53700	Saint-Germain-de-Coulamer	saint-germain-de-coulamer	52	53	533	48.2645	-0.1724	5
53700	Loupfougères	loupfougeres	52	53	533	48.3369	-0.3473	5
53700	Villaines-la-Juhel	villaines-la-juhel	52	53	533	48.3442	-0.2773	5
53700	Crennes-sur-Fraubée	crennes-sur-fraubee	52	53	533	48.3772	-0.2789	5
53700	Courcité	courcite	52	53	533	48.3063	-0.2496	5
53700	Saint-Aubin-du-Désert	saint-aubin-du-desert	52	53	533	48.3044	-0.1936	5
53700	Saint-Mars-du-Désert	saint-mars-du-desert	52	53	533	48.2946	-0.1578	5
53700	Averton	averton	52	53	533	48.3314	-0.2224	5
53800	La Selle-Craonnaise	la-selle-craonnaise	52	53	531	47.8428	-1.0429	5
53800	Saint-Saturnin-du-Limet	saint-saturnin-du-limet	52	53	531	47.8118	-1.0675	5
53800	Congrier	congrier	52	53	531	47.8099	-1.117	5
53800	Bouchamps-lès-Craon	bouchamps-les-craon	52	53	531	47.8153	-0.9921	5
53800	Renazé	renaze	52	53	531	47.7934	-1.0544	5
53800	Saint-Martin-du-Limet	saint-martin-du-limet	52	53	531	47.8154	-1.0211	5
53800	La Boissière	la-boissiere	52	53	531	47.7816	-0.983	5
53810	Changé	change	52	53	532	48.0992	-0.7929	5
53811 CEDEX	Laval	laval	52	53	532	48.0732	-0.7634	5
53940	Saint-Berthevin	saint-berthevin	52	53	532	48.0667	-0.8333	5
53940	Le Genest-Saint-Isle	le-genest-saint-isle	52	53	532	48.1	-0.8833	5
53940	Ahuillé	ahuille	52	53	532	48.0209	-0.8691	5
53941 CEDEX	Saint-Berthevin	saint-berthevin	52	53	532	48.0667	-0.8333	5
53942 CEDEX	Saint-Berthevin	saint-berthevin	52	53	532	48.0667	-0.8333	5
53950	La Chapelle-Anthenaise	la-chapelle-anthenaise	52	53	532	48.1232	-0.6769	5
53950	Louverné	louverne	52	53	532	48.1218	-0.7172	5
53951 CEDEX	Laval	laval	52	53	532	48.0732	-0.7634	5
53960	Bonchamp-lès-Laval	bonchamp-les-laval	52	53	532	48.0736	-0.7	5
53970	Montigné-le-Brillant	montigne-le-brillant	52	53	532	48.0087	-0.8149	5
53970	L’Huisserie	l-huisserie	52	53	532	48.0245	-0.7687	5
53970	Nuillé-sur-Vicoin	nuille-sur-vicoin	52	53	532	47.9856	-0.7835	5
53971 CEDEX	Laval	laval	52	53	532	48.0732	-0.7634	5
61420	Ravigny	ravigny	52	53	533	48.4442	-0.0643	5
72000	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72001 CEDEX 1	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72002 CEDEX 1	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72003 CEDEX 1	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72004 CEDEX 1	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72005 CEDEX 1	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72006 CEDEX 1	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72007 CEDEX 1	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72008 CEDEX 1	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72009 CEDEX 1	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72010 CEDEX 1	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72011 CEDEX 1	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72013 CEDEX 2	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72014 CEDEX 2	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72015 CEDEX 2	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72016 CEDEX 2	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72018 CEDEX 2	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72019 CEDEX 2	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72021 CEDEX 2	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72024 CEDEX 2	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72025 CEDEX 2	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72026 CEDEX 2	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72027 CEDEX 2	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72028 CEDEX 2	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72029 CEDEX 2	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72030 CEDEX 9	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72032 CEDEX 9	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72033 CEDEX 9	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72034 CEDEX 9	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72035 CEDEX 1	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72036 CEDEX 9	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72037 CEDEX 9	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72038 CEDEX 9	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72039 CEDEX 9	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72040 CEDEX 1	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72041 CEDEX 9	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72042 CEDEX 9	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72043 CEDEX 9	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72044 CEDEX 9	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72045 CEDEX 2	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72047 CEDEX 2	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72048 CEDEX 9	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72049 CEDEX 1	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72051 CEDEX 2	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72052 CEDEX 2	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72055 CEDEX 2	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72058 CEDEX 2	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72059 CEDEX 1	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72070 CEDEX 9	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72071 CEDEX 9	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72072 CEDEX 9	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72073 CEDEX 9	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72075 CEDEX 9	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72079 CEDEX 9	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72080 CEDEX 9	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72081 CEDEX 9	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72082 CEDEX 9	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72083 CEDEX 9	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72084 CEDEX 9	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72085 CEDEX 9	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72086 CEDEX 9	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72087 CEDEX 9	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72088 CEDEX 9	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72089 CEDEX 9	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72091 CEDEX 9	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72092 CEDEX 9	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72093 CEDEX 9	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72095 CEDEX 9	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72096 CEDEX 9	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72100	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72109 CEDEX 2	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72110	Saint-Cosme-en-Vairais	saint-cosme-en-vairais	52	72	722	48.2667	0.4667	5
72110	Terrehault	terrehault	52	72	722	48.207	0.4015	5
72110	Briosne-lès-Sables	briosne-les-sables	52	72	722	48.1667	0.4	5
72110	Beaufay	beaufay	52	72	723	48.1466	0.3622	5
72110	Rouperroux-le-Coquet	rouperroux-le-coquet	52	72	722	48.2269	0.4295	5
72110	Prévelles	prevelles	52	72	722	48.1522	0.4843	5
72110	Torcé-en-Vallée	torce-en-vallee	52	72	722	48.1316	0.3963	5
72110	Saint-Georges-du-Rosay	saint-georges-du-rosay	52	72	722	48.2001	0.5015	5
72110	Saint-Aignan	saint-aignan	52	72	722	48.2153	0.3425	5
72110	Saint-Célerin	saint-celerin	52	72	722	48.1224	0.4307	5
72110	Courcemont	courcemont	52	72	723	48.1729	0.3534	5
72110	Saint-Denis-des-Coudrais	saint-denis-des-coudrais	52	72	722	48.1497	0.5177	5
72110	Bonnétable	bonnetable	52	72	722	48.1791	0.4257	5
72110	Courcival	courcival	52	72	722	48.229	0.3963	5
72110	Jauzé	jauze	52	72	722	48.2116	0.3785	5
72110	Nogent-le-Bernard	nogent-le-bernard	52	72	722	48.2361	0.49	5
72120	Saint-Calais	saint-calais	52	72	722	47.9221	0.7459	5
72120	Saint-Gervais-de-Vic	saint-gervais-de-vic	52	72	722	47.8873	0.7422	5
72120	Évaillé	evaille	52	72	722	47.8999	0.6313	5
72120	Écorpain	ecorpain	52	72	722	47.937	0.6634	5
72120	Sainte-Cérotte	sainte-cerotte	52	72	722	47.9008	0.6881	5
72120	Sainte-Osmane	sainte-osmane	52	72	722	47.8901	0.609	5
72120	Conflans-sur-Anille	conflans-sur-anille	52	72	722	47.9456	0.7449	5
72120	Marolles-lès-Saint-Calais	marolles-les-saint-calais	52	72	722	47.9186	0.7836	5
72120	Rahay	rahay	52	72	722	47.9616	0.831	5
72120	Montaillé	montaille	52	72	722	47.9363	0.7028	5
72130	Douillet	douillet	52	72	722	48.2667	-0.05	5
72130	Saint-Aubin-de-Locquenay	saint-aubin-de-locquenay	52	72	722	48.2696	0.024	5
72130	Moulins-le-Carbonnel	moulins-le-carbonnel	52	72	722	48.3737	-0.0251	5
72130	Saint-Victeur	saint-victeur	52	72	722	48.3226	0.0383	5
72130	Assé-le-Boisne	asse-le-boisne	52	72	722	48.3217	-0.0085	5
72130	Fresnay-sur-Sarthe	fresnay-sur-sarthe	52	72	722	48.282	0.0229	5
72130	Montreuil-le-Chétif	montreuil-le-chetif	52	72	722	48.2457	-0.0359	5
72130	Saint-Ouen-de-Mimbré	saint-ouen-de-mimbre	52	72	722	48.2923	0.0483	5
72130	Saint-Georges-le-Gaultier	saint-georges-le-gaultier	52	72	722	48.2961	-0.1068	5
72130	Saint-Germain-sur-Sarthe	saint-germain-sur-sarthe	52	72	722	48.2856	0.0956	5
72130	Saint-Léonard-des-Bois	saint-leonard-des-bois	52	72	722	48.3519	-0.0773	5
72130	Sougé-le-Ganelon	souge-le-ganelon	52	72	722	48.3177	-0.0299	5
72130	Gesnes-le-Gandelin	gesnes-le-gandelin	52	72	722	48.3545	0.0188	5
72130	Saint-Paul-le-Gaultier	saint-paul-le-gaultier	52	72	722	48.3216	-0.1081	5
72130	Coulombiers	coulombiers	52	72	722	48.2982	0.1268	5
72140	Parennes	parennes	52	72	722	48.1195	-0.1846	5
72140	Rouez	rouez	52	72	722	48.1396	-0.1142	5
72140	Mont-Saint-Jean	mont-saint-jean	52	72	722	48.2445	-0.1096	5
72140	Crissé	crisse	52	72	722	48.1687	-0.0601	5
72140	Neuvillette-en-Charnie	neuvillette-en-charnie	52	72	722	48.0934	-0.2116	5
72140	Rouessé-Vassé	rouesse-vasse	52	72	722	48.1667	-0.2	5
72140	Sillé-le-Guillaume	sille-le-guillaume	52	72	722	48.1827	-0.1264	5
72140	Le Grez	le-grez	52	72	722	48.1905	-0.1538	5
72140	Saint-Rémy-de-Sillé	saint-remy-de-sille	52	72	722	48.1864	-0.0936	5
72140	Pezé-le-Robert	peze-le-robert	52	72	722	48.2	-0.0667	5
72150	Le Grand-Lucé	le-grand-luce	52	72	721	47.8662	0.4692	5
72150	Courdemanche	courdemanche	52	72	721	47.815	0.5623	5
72150	Villaines-sous-Lucé	villaines-sous-luce	52	72	721	47.865	0.4815	5
72150	Montreuil-le-Henri	montreuil-le-henri	52	72	721	47.8671	0.5656	5
72150	Saint-Georges-de-la-Couée	saint-georges-de-la-couee	52	72	721	47.8412	0.5836	5
72150	Saint-Pierre-du-Lorouër	saint-pierre-du-lorouer	52	72	721	47.8056	0.5226	5
72150	Pruillé-l’Éguillé	pruille-l-eguille	52	72	721	47.8367	0.4312	5
72150	Saint-Vincent-du-Lorouër	saint-vincent-du-lorouer	52	72	721	47.8252	0.49	5
72160	Duneau	duneau	52	72	722	48.0683	0.5199	5
72160	Sceaux-sur-Huisne	sceaux-sur-huisne	52	72	722	48.1048	0.5847	5
72160	Saint-Hilaire-le-Lierru	saint-hilaire-le-lierru	52	72	722	48.1085	0.5384	5
72160	Vouvray-sur-Huisne	vouvray-sur-huisne	52	72	722	48.0836	0.5499	5
72160	Connerré	connerre	52	72	722	48.057	0.4934	5
72160	La Chapelle-Saint-Rémy	la-chapelle-saint-remy	52	72	722	48.1075	0.457	5
72160	Thorigné-sur-Dué	thorigne-sur-due	52	72	722	48.0392	0.5355	5
72160	Tuffé Val de la Chéronne	tuffe-val-de-la-cheronne	52	72	722	48.1133	0.5144	5
72160	Tuffé	tuffe	52	72	722	48.1132	0.5155	5
72160	Beillé	beille	52	72	722	48.0828	0.5114	5
72170	Juillé	juille	52	72	722	48.2451	0.1213	5
72170	Beaumont-sur-Sarthe	beaumont-sur-sarthe	52	72	722	48.2277	0.1319	5
72170	Vernie	vernie	52	72	722	48.1829	0.0198	5
72170	Doucelles	doucelles	52	72	722	48.2566	0.1697	5
72170	Assé-le-Riboul	asse-le-riboul	52	72	722	48.192	0.0869	5
72170	Ségrie	segrie	52	72	722	48.1997	0.0245	5
72170	Piacé	piace	52	72	722	48.2573	0.1163	5
72170	Meurcé	meurce	52	72	722	48.2339	0.2017	5
72170	Moitron-sur-Sarthe	moitron-sur-sarthe	52	72	722	48.2352	0.0334	5
72170	Saint-Christophe-du-Jambet	saint-christophe-du-jambet	52	72	722	48.2308	0.0379	5
72170	Chérancé	cherance	52	72	722	48.2866	0.1748	5
72170	Le Tronchet	le-tronchet	52	72	722	48.1801	0.0794	5
72170	Vivoin	vivoin	52	72	722	48.2336	0.1557	5
72170	Saint-Marceau	saint-marceau	52	72	722	48.1793	0.1262	5
72170	Maresché	maresche	52	72	722	48.2121	0.1525	5
72190	Neuville-sur-Sarthe	neuville-sur-sarthe	52	72	723	48.0761	0.1926	5
72190	Sargé-lès-le-Mans	sarge-les-le-mans	52	72	723	48.0333	0.2333	5
72190	Coulaines	coulaines	52	72	723	48.0241	0.2041	5
72190	Saint-Pavace	saint-pavace	52	72	723	48.0384	0.1889	5
72200	Bazouges-sur-le-Loir	bazouges-sur-le-loir	52	72	721	47.6893	-0.1688	5
72200	La Flèche	la-fleche	52	72	721	47.6982	-0.0755	5
72200	Clermont-Créans	clermont-creans	52	72	721	47.7183	-0.0146	5
72200	Bazouges Cré sur Loir	bazouges-cre-sur-loir	52	72	721	47.6895	-0.1684	5
72200	Mareil-sur-Loir	mareil-sur-loir	52	72	721	47.7144	0.0107	5
72200	Le Bailleul	le-bailleul	52	72	721	47.7667	-0.1583	5
72200	Crosmières	crosmieres	52	72	721	47.7453	-0.1514	5
72200	Cré-sur-Loir	cre-sur-loir	52	72	721	47.6772	-0.1584	5
72201 CEDEX	La Flèche	la-fleche	52	72	721	47.6982	-0.0755	5
72202 CEDEX	La Flèche	la-fleche	52	72	721	47.6982	-0.0755	5
72203 CEDEX	La Flèche	la-fleche	52	72	721	47.6982	-0.0755	5
72205 CEDEX	La Flèche	la-fleche	52	72	721	47.6982	-0.0755	5
72206 CEDEX	La Flèche	la-fleche	52	72	721	47.6982	-0.0755	5
72208 CEDEX	La Flèche	la-fleche	52	72	721	47.6982	-0.0755	5
72210	Voivres-lès-le-Mans	voivres-les-le-mans	52	72	721	47.9296	0.072	5
72210	La Suze-sur-Sarthe	la-suze-sur-sarthe	52	72	721	47.8875	0.0252	5
72210	Chemiré-le-Gaudin	chemire-le-gaudin	52	72	721	47.9289	-0.0157	5
72210	Souligné-Flacé	souligne-flace	52	72	721	47.9743	0.0133	5
72210	Louplande	louplande	52	72	721	47.95	-0.05	5
72210	Fillé	fille	52	72	721	47.9001	0.1254	5
72210	Roézé-sur-Sarthe	roeze-sur-sarthe	52	72	721	47.8955	0.0672	5
72210	Maigné	maigne	52	72	721	47.9378	-0.0536	5
72220	Marigné-Laillé	marigne-laille	52	72	723	47.8177	0.3405	5
72220	Saint-Mars-d’Outillé	saint-mars-d-outille	52	72	723	47.8703	0.3322	5
72220	Saint-Ouen-en-Belin	saint-ouen-en-belin	52	72	723	47.833	0.2092	5
72220	Saint-Biez-en-Belin	saint-biez-en-belin	52	72	723	47.8208	0.2387	5
72220	Laigné-en-Belin	laigne-en-belin	52	72	723	47.8771	0.228	5
72220	Écommoy	ecommoy	52	72	723	47.8257	0.2742	5
72220	Teloché	teloche	52	72	723	47.8882	0.2709	5
72220	Saint-Gervais-en-Belin	saint-gervais-en-belin	52	72	723	47.8772	0.2177	5
72230	Mulsanne	mulsanne	52	72	723	47.9117	0.2494	5
72230	Moncé-en-Belin	monce-en-belin	52	72	723	47.8944	0.1981	5
72230	Arnage	arnage	52	72	723	47.9262	0.1878	5
72230	Ruaudin	ruaudin	52	72	723	47.9451	0.2676	5
72230	Guécélard	guecelard	52	72	721	47.8775	0.1293	5
72231 CEDEX	Arnage	arnage	52	72	723	47.9262	0.1878	5
72232 CEDEX	Arnage	arnage	52	72	723	47.9262	0.1878	5
72233 CEDEX	Arnage	arnage	52	72	723	47.9262	0.1878	5
72234 CEDEX	Arnage	arnage	52	72	723	47.9262	0.1878	5
72236 CEDEX	Arnage	arnage	52	72	723	47.9262	0.1878	5
72237 CEDEX	Arnage	arnage	52	72	723	47.9262	0.1878	5
72239 CEDEX	Arnage	arnage	52	72	723	47.9262	0.1878	5
72240	Neuvy-en-Champagne	neuvy-en-champagne	52	72	722	48.0806	-0.039	5
72240	Cures	cures	52	72	722	48.0994	-0.0053	5
72240	Lavardin	lavardin	52	72	722	48.0766	0.0631	5
72240	Ruillé-en-Champagne	ruille-en-champagne	52	72	722	48.0604	-0.0833	5
72240	Mézières-sous-Lavardin	mezieres-sous-lavardin	52	72	722	48.155	0.0301	5
72240	Domfront-en-Champagne	domfront-en-champagne	52	72	722	48.1045	0.0283	5
72240	Saint-Symphorien	saint-symphorien	52	72	722	48.0713	-0.1135	5
72240	La Chapelle-Saint-Fray	la-chapelle-saint-fray	52	72	722	48.1102	0.0811	5
72240	Tennie	tennie	52	72	722	48.1077	-0.0763	5
72240	Neuvillalais	neuvillalais	52	72	722	48.1558	-0.0009	5
72240	Bernay-en-Champagne	bernay-en-champagne	52	72	722	48.0667	-0.0667	5
72240	Conlie	conlie	52	72	722	48.1233	-0.0174	5
72250	Brette-les-Pins	brette-les-pins	52	72	723	47.9106	0.3365	5
72250	Challes	challes	52	72	723	47.9303	0.4151	5
72250	Parigné-l’Évêque	parigne-l-eveque	52	72	723	47.9368	0.3639	5
72260	Marolles-les-Braults	marolles-les-braults	52	72	722	48.2527	0.3163	5
72260	René	rene	52	72	722	48.2786	0.2218	5
72260	Monhoudou	monhoudou	52	72	722	48.2866	0.3281	5
72260	Courgains	courgains	52	72	722	48.2897	0.2792	5
72260	Peray	peray	52	72	722	48.248	0.3643	5
72260	Moncé-en-Saosnois	monce-en-saosnois	52	72	722	48.2737	0.3888	5
72260	Les Mées	les-mees	52	72	722	48.3141	0.2324	5
72260	Nouans	nouans	52	72	722	48.2391	0.2223	5
72260	Dissé-sous-Ballon	disse-sous-ballon	52	72	722	48.2378	0.2975	5
72260	Avesnes-en-Saosnois	avesnes-en-saosnois	52	72	722	48.2634	0.371	5
72260	Nauvay	nauvay	52	72	722	48.2521	0.3944	5
72260	Dangeul	dangeul	52	72	722	48.2467	0.2578	5
72260	Thoigné	thoigne	52	72	722	48.2891	0.2534	5
72270	Ligron	ligron	52	72	721	47.771	0.0092	5
72270	Arthezé	artheze	52	72	721	47.788	-0.1189	5
72270	Villaines-sous-Malicorne	villaines-sous-malicorne	52	72	721	47.7632	-0.0991	5
72270	Bousse	bousse	52	72	721	47.7696	-0.0578	5
72270	Dureil	dureil	52	72	721	47.8433	-0.1451	5
72270	Mézeray	mezeray	52	72	721	47.8268	-0.0177	5
72270	Courcelles-la-Forêt	courcelles-la-foret	52	72	721	47.7836	-0.0175	5
72270	Malicorne-sur-Sarthe	malicorne-sur-sarthe	52	72	721	47.8132	-0.0815	5
72290	Ballon-Saint Mars	ballon-saint-mars	52	72	723	48.1758	0.2353	5
72290	Teillé	teille	52	72	723	48.1804	0.1884	5
72290	Mézières-sur-Ponthouin	mezieres-sur-ponthouin	52	72	722	48.1936	0.2985	5
72290	Lucé-sous-Ballon	luce-sous-ballon	52	72	722	48.2072	0.2143	5
72290	Courcebœufs	courceb-ufs	52	72	723	48.1333	0.2833	5
72290	Souligné-sous-Ballon	souligne-sous-ballon	52	72	723	48.1376	0.2357	5
72290	Ballon	ballon	52	72	723	48.1732	0.2381	5
72290	Congé-sur-Orne	conge-sur-orne	52	72	722	48.2006	0.2554	5
72290	Saint-Mars-sous-Ballon	saint-mars-sous-ballon	52	72	723	48.1722	0.2472	5
72300	Précigné	precigne	52	72	721	47.7669	-0.3249	5
72300	Courtillers	courtillers	52	72	721	47.8008	-0.302	5
72300	Notre-Dame-du-Pé	notre-dame-du-pe	52	72	721	47.7303	-0.326	5
72300	Parcé-sur-Sarthe	parce-sur-sarthe	52	72	721	47.8436	-0.201	5
72300	Solesmes	solesmes	52	72	721	47.8501	-0.2981	5
72300	Auvers-le-Hamon	auvers-le-hamon	52	72	721	47.9025	-0.3517	5
72300	Louailles	louailles	52	72	721	47.792	-0.2516	5
72300	Souvigné-sur-Sarthe	souvigne-sur-sarthe	52	72	721	47.8268	-0.3885	5
72300	Vion	vion	52	72	721	47.8192	-0.2392	5
72300	La Chapelle-d’Aligné	la-chapelle-d-aligne	52	72	721	47.7326	-0.236	5
72300	Juigné-sur-Sarthe	juigne-sur-sarthe	52	72	721	47.865	-0.2862	5
72300	Sablé-sur-Sarthe	sable-sur-sarthe	52	72	721	47.8376	-0.3329	5
72300	Pincé	pince	52	72	721	47.7977	-0.3815	5
72301 CEDEX	Sablé-sur-Sarthe	sable-sur-sarthe	52	72	721	47.8376	-0.3329	5
72302 CEDEX	Sablé-sur-Sarthe	sable-sur-sarthe	52	72	721	47.8376	-0.3329	5
72303 CEDEX	Sablé-sur-Sarthe	sable-sur-sarthe	52	72	721	47.8376	-0.3329	5
72304 CEDEX	Sablé-sur-Sarthe	sable-sur-sarthe	52	72	721	47.8376	-0.3329	5
72305 CEDEX	Sablé-sur-Sarthe	sable-sur-sarthe	52	72	721	47.8376	-0.3329	5
72308 CEDEX	Sablé-sur-Sarthe	sable-sur-sarthe	52	72	721	47.8376	-0.3329	5
72309 CEDEX	Sablé-sur-Sarthe	sable-sur-sarthe	52	72	721	47.8376	-0.3329	5
72310	Cogners	cogners	52	72	722	47.8688	0.6585	5
72310	Lavenay	lavenay	52	72	721	47.7901	0.7023	5
72310	La Chapelle-Huon	la-chapelle-huon	52	72	722	47.8569	0.7449	5
72310	La Chapelle-Gaugain	la-chapelle-gaugain	52	72	721	47.8	0.6833	5
72310	Vancé	vance	52	72	722	47.8316	0.647	5
72310	Bessé-sur-Braye	besse-sur-braye	52	72	722	47.8333	0.75	5
72320	Saint-Jean-des-Échelles	saint-jean-des-echelles	52	72	722	48.1298	0.7129	5
72320	Berfay	berfay	52	72	722	47.99	0.7635	5
72320	Lamnay	lamnay	52	72	722	48.1175	0.7068	5
72320	Champrond	champrond	52	72	722	48.078	0.746	5
72320	Théligny	theligny	52	72	722	48.1749	0.8003	5
72320	Melleray	melleray	52	72	722	48.0986	0.8004	5
72320	Saint-Maixent	saint-maixent	52	72	722	48.0891	0.653	5
72320	Courgenard	courgenard	52	72	722	48.1518	0.7371	5
72320	Valennes	valennes	52	72	722	47.9962	0.8102	5
72320	Saint-Ulphace	saint-ulphace	52	72	722	48.1588	0.8176	5
72320	Vibraye	vibraye	52	72	722	48.0561	0.7417	5
72320	Montmirail	montmirail	52	72	722	48.1031	0.7911	5
72320	Gréez-sur-Roc	greez-sur-roc	52	72	722	48.1375	0.795	5
72330	Parigné-le-Pôlin	parigne-le-polin	52	72	721	47.8499	0.1071	5
72330	Yvré-le-Pôlin	yvre-le-polin	52	72	721	47.8223	0.1558	5
72330	Cérans-Foulletourte	cerans-foulletourte	52	72	721	47.8265	0.0772	5
72330	Oizé	oize	52	72	721	47.8101	0.1046	5
72330	La Fontaine-Saint-Martin	la-fontaine-saint-martin	52	72	721	47.7918	0.0509	5
72340	Lhomme	lhomme	52	72	721	47.7436	0.5592	5
72340	La Chartre-sur-le-Loir	la-chartre-sur-le-loir	52	72	721	47.7312	0.5685	5
72340	Ruillé-sur-Loir	ruille-sur-loir	52	72	721	47.7507	0.6206	5
72340	Chahaignes	chahaignes	52	72	721	47.7417	0.5137	5
72340	Poncé-sur-le-Loir	ponce-sur-le-loir	52	72	721	47.7621	0.656	5
72340	Beaumont-sur-Dême	beaumont-sur-deme	52	72	721	47.6939	0.5697	5
72340	Marçon	marcon	52	72	721	47.7106	0.511	5
72350	Fontenay-sur-Vègre	fontenay-sur-vegre	52	72	721	47.9032	-0.2202	5
72350	Chevillé	cheville	52	72	721	47.9479	-0.2237	5
72350	Viré-en-Champagne	vire-en-champagne	52	72	721	47.9838	-0.2921	5
72350	Brûlon	brulon	52	72	721	47.9667	-0.2333	5
72350	Poillé-sur-Vègre	poille-sur-vegre	52	72	721	47.9194	-0.266	5
72350	Avessé	avesse	52	72	721	47.9542	-0.2501	5
72350	Saint-Ouen-en-Champagne	saint-ouen-en-champagne	52	72	721	47.9492	-0.1887	5
72350	Saint-Denis-d’Orques	saint-denis-d-orques	52	72	721	48.0288	-0.2718	5
72360	Sarcé	sarce	52	72	721	47.7202	0.2208	5
72360	Verneil-le-Chétif	verneil-le-chetif	52	72	721	47.733	0.2953	5
72360	Mayet	mayet	52	72	721	47.7597	0.2747	5
72370	Nuillé-le-Jalais	nuille-le-jalais	52	72	722	48.0194	0.4806	5
72370	Surfonds	surfonds	52	72	722	47.9743	0.4567	5
72370	Soulitré	soulitre	52	72	722	48.0109	0.4559	5
72370	Le Breil-sur-Mérize	le-breil-sur-merize	52	72	722	48.0076	0.4781	5
72370	Ardenay-sur-Mérize	ardenay-sur-merize	52	72	722	47.996	0.4242	5
72380	Sainte-Sabine-sur-Longève	sainte-sabine-sur-longeve	52	72	722	48.1409	0.0945	5
72380	Saint-Jean-d’Assé	saint-jean-d-asse	52	72	723	48.15	0.1192	5
72380	La Guierche	la-guierche	52	72	723	48.115	0.1938	5
72380	Sainte-Jamme-sur-Sarthe	sainte-jamme-sur-sarthe	52	72	723	48.1426	0.1674	5
72380	Joué-l’Abbé	joue-l-abbe	52	72	723	48.1093	0.2174	5
72380	Souillé	souille	52	72	723	48.1182	0.1833	5
72380	Montbizot	montbizot	52	72	723	48.1499	0.1838	5
72390	Lavaré	lavare	52	72	722	48.0537	0.6452	5
72390	Le Luart	le-luart	52	72	722	48.0705	0.5856	5
72390	Dollon	dollon	52	72	722	48.0388	0.5869	5
72390	Bouër	bouer	52	72	722	48.0814	0.6298	5
72390	Semur-en-Vallon	semur-en-vallon	52	72	722	48.023	0.6548	5
72400	Cormes	cormes	52	72	722	48.1691	0.7053	5
72400	Villaines-la-Gonais	villaines-la-gonais	52	72	722	48.1356	0.6015	5
72400	La Chapelle-du-Bois	la-chapelle-du-bois	52	72	722	48.222	0.5928	5
72400	La Bosse	la-bosse	52	72	722	48.1704	0.5267	5
72400	Cherreau	cherreau	52	72	722	48.193	0.6838	5
72400	Saint-Aubin-des-Coudrais	saint-aubin-des-coudrais	52	72	722	48.1711	0.5857	5
72400	Dehault	dehault	52	72	722	48.2111	0.5708	5
72400	Souvigné-sur-Même	souvigne-sur-meme	52	72	722	48.2193	0.6378	5
72400	Cherré	cherre	52	72	722	48.1729	0.6578	5
72400	La Ferté-Bernard	la-ferte-bernard	52	72	722	48.1863	0.6536	5
72400	Avezé	aveze	52	72	722	48.2268	0.6782	5
72400	Saint-Martin-des-Monts	saint-martin-des-monts	52	72	722	48.1506	0.5931	5
72400	Boëssé-le-Sec	boesse-le-sec	52	72	722	48.1351	0.5638	5
72400	Préval	preval	52	72	722	48.2354	0.6244	5
72401 CEDEX	La Ferté-Bernard	la-ferte-bernard	52	72	722	48.1863	0.6536	5
72402 CEDEX	La Ferté-Bernard	la-ferte-bernard	52	72	722	48.1863	0.6536	5
72403 CEDEX	La Ferté-Bernard	la-ferte-bernard	52	72	722	48.1863	0.6536	5
72404 CEDEX	La Ferté-Bernard	la-ferte-bernard	52	72	722	48.1863	0.6536	5
72405 CEDEX	La Ferté-Bernard	la-ferte-bernard	52	72	722	48.1863	0.6536	5
72406 CEDEX	La Ferté-Bernard	la-ferte-bernard	52	72	722	48.1863	0.6536	5
72407 CEDEX	La Ferté-Bernard	la-ferte-bernard	52	72	722	48.1863	0.6536	5
72409 CEDEX	La Ferté-Bernard	la-ferte-bernard	52	72	722	48.1863	0.6536	5
72430	Saint-Pierre-des-Bois	saint-pierre-des-bois	52	72	721	47.9399	-0.1402	5
72430	Avoise	avoise	52	72	721	47.8673	-0.2083	5
72430	Pirmil	pirmil	52	72	721	47.9119	-0.0971	5
72430	Asnières-sur-Vègre	asnieres-sur-vegre	52	72	721	47.8883	-0.2339	5
72430	Fercé-sur-Sarthe	ferce-sur-sarthe	52	72	721	47.9015	-0.0318	5
72430	Tassé	tasse	52	72	721	47.8902	-0.1368	5
72430	Noyen-sur-Sarthe	noyen-sur-sarthe	52	72	721	47.8719	-0.0992	5
72430	Chantenay-Villedieu	chantenay-villedieu	52	72	721	47.921	-0.1605	5
72430	Saint-Jean-du-Bois	saint-jean-du-bois	52	72	721	47.8719	-0.039	5
72440	Tresson	tresson	52	72	722	47.9032	0.5749	5
72440	Saint-Michel-de-Chavaignes	saint-michel-de-chavaignes	52	72	722	48.0183	0.5723	5
72440	Saint-Mars-de-Locquenay	saint-mars-de-locquenay	52	72	722	47.9284	0.4842	5
72440	Coudrecieux	coudrecieux	52	72	722	47.993	0.6288	5
72440	Maisoncelles	maisoncelles	52	72	722	47.9361	0.5705	5
72440	Volnay	volnay	52	72	722	47.9331	0.4681	5
72440	Bouloire	bouloire	52	72	722	47.9738	0.5501	5
72450	Lombron	lombron	52	72	722	48.0788	0.4187	5
72450	Montfort-le-Gesnois	montfort-le-gesnois	52	72	722	48.05	0.4167	5
72460	Saint-Corneille	saint-corneille	52	72	722	48.0662	0.3436	5
72460	Sillé-le-Philippe	sille-le-philippe	52	72	722	48.1066	0.3508	5
72460	Savigné-l’Évêque	savigne-l-eveque	52	72	723	48.077	0.2976	5
72470	Fatines	fatines	52	72	722	48.0458	0.3481	5
72470	Saint-Mars-la-Brière	saint-mars-la-briere	52	72	722	48.0305	0.3732	5
72470	Champagné	champagne	52	72	722	48.0219	0.331	5
72500	Nogent-sur-Loir	nogent-sur-loir	52	72	721	47.6686	0.396	5
72500	Flée	flee	52	72	721	47.7332	0.4532	5
72500	La Bruère-sur-Loir	la-bruere-sur-loir	52	72	721	47.6513	0.3492	5
72500	Dissay-sous-Courcillon	dissay-sous-courcillon	52	72	721	47.6647	0.4725	5
72500	Montabon	montabon	52	72	721	47.683	0.384	5
72500	Vaas	vaas	52	72	721	47.6689	0.3168	5
72500	Vouvray-sur-Loir	vouvray-sur-loir	52	72	721	47.6954	0.4634	5
72500	Chenu	chenu	52	72	721	47.6133	0.3388	5
72500	Jupilles	jupilles	52	72	721	47.7908	0.4128	5
72500	Château-du-Loir	chateau-du-loir	52	72	721	47.6949	0.4185	5
72500	Luceau	luceau	52	72	721	47.7117	0.3973	5
72500	Saint-Pierre-de-Chevillé	saint-pierre-de-cheville	52	72	721	47.6463	0.4396	5
72500	Beaumont-Pied-de-Boeuf	beaumont-pied-de-boeuf	52	72	721	47.7608	0.4017	5
72500	Lavernat	lavernat	52	72	721	47.7172	0.3333	5
72500	Thoiré-sur-Dinan	thoire-sur-dinan	52	72	721	47.7545	0.4489	5
72510	Mansigné	mansigne	52	72	721	47.7483	0.1331	5
72510	Saint-Jean-de-la-Motte	saint-jean-de-la-motte	52	72	721	47.7438	0.0571	5
72510	Château-l'Hermitage	chateau-l-hermitage	52	72	721	47.8036	0.1813	5
72510	Requeil	requeil	52	72	721	47.7837	0.161	5
72510	Pontvallain	pontvallain	52	72	721	47.7517	0.1914	5
72530	Yvré-l’Évêque	yvre-l-eveque	52	72	723	48.0142	0.2664	5
72540	Épineu-le-Chevreuil	epineu-le-chevreuil	52	72	721	48.0374	-0.1152	5
72540	Tassillé	tassille	52	72	721	47.9925	-0.0912	5
72540	Auvers-sous-Montfaucon	auvers-sous-montfaucon	52	72	721	48.0059	-0.0709	5
72540	Saint-Christophe-en-Champagne	saint-christophe-en-champagne	52	72	721	47.9672	-0.1373	5
72540	Mareil-en-Champagne	mareil-en-champagne	52	72	721	47.9851	-0.1692	5
72540	Chassillé	chassille	52	72	721	48.0202	-0.1151	5
72540	Amné	amne	52	72	721	48.0333	-0.0667	5
72540	Longnes	longnes	52	72	721	48.0196	-0.0793	5
72540	Joué-en-Charnie	joue-en-charnie	52	72	721	48.0178	-0.1907	5
72540	Vallon-sur-Gée	vallon-sur-gee	52	72	721	47.9637	-0.0688	5
72540	Crannes-en-Champagne	crannes-en-champagne	52	72	721	47.98	-0.0518	5
72540	Loué	loue	52	72	721	47.9958	-0.1545	5
72540	Chemiré-en-Charnie	chemire-en-charnie	52	72	721	48.054	-0.2029	5
72550	Degré	degre	52	72	722	48.0488	0.068	5
72550	Coulans-sur-Gée	coulans-sur-gee	52	72	721	48.0207	0.0097	5
72550	Fay	fay	52	72	723	48.0077	0.0704	5
72550	Brains-sur-Gée	brains-sur-gee	52	72	721	48.0156	-0.027	5
72550	Chaufour-Notre-Dame	chaufour-notre-dame	52	72	723	48.026	0.0746	5
72550	La Quinte	la-quinte	52	72	722	48.059	0.039	5
72560	Changé	change	52	72	723	47.985	0.2833	5
72600	Saint-Pierre-des-Ormes	saint-pierre-des-ormes	52	72	722	48.307	0.4223	5
72600	Neufchâtel-en-Saosnois	neufchatel-en-saosnois	52	72	722	48.3769	0.2467	5
72600	Aillières-Beauvoir	aillieres-beauvoir	52	72	722	48.4054	0.3246	5
72600	Marollette	marollette	52	72	722	48.3704	0.3504	5
72600	Saint-Longis	saint-longis	52	72	722	48.3559	0.3462	5
72600	Saint-Rémy-des-Monts	saint-remy-des-monts	52	72	722	48.3091	0.4001	5
72600	Montigny	montigny	52	72	722	48.4582	0.1838	5
72600	Saosnes	saosnes	52	72	722	48.3258	0.2786	5
72600	Chassé	chasse	52	72	722	48.4461	0.203	5
72600	Saint-Rémy-du-Val	saint-remy-du-val	52	72	722	48.35	0.25	5
72600	Saint-Vincent-des-Prés	saint-vincent-des-pres	52	72	722	48.296	0.385	5
72600	Louvigny	louvigny	52	72	722	48.3385	0.2022	5
72600	Mamers	mamers	52	72	722	48.35	0.3833	5
72600	Blèves	bleves	52	72	722	48.4555	0.3474	5
72600	Villaines-la-Carelle	villaines-la-carelle	52	72	722	48.3767	0.2994	5
72600	Louzes	louzes	52	72	722	48.4283	0.3019	5
72600	Commerveil	commerveil	52	72	722	48.3176	0.3575	5
72600	Villeneuve-en-Perseigne	villeneuve-en-perseigne	52	72	722	48.4478	0.2533	5
72600	La Fresnaye-sur-Chédouet	la-fresnaye-sur-chedouet	52	72	722	48.4479	0.2543	5
72600	Saint-Calez-en-Saosnois	saint-calez-en-saosnois	52	72	722	48.3128	0.304	5
72600	Vezot	vezot	52	72	722	48.35	0.3	5
72600	Les Aulneaux	les-aulneaux	52	72	722	48.4364	0.3319	5
72600	Contilly	contilly	52	72	722	48.4013	0.3699	5
72600	Panon	panon	52	72	722	48.3383	0.2944	5
72600	Pizieux	pizieux	52	72	722	48.3218	0.332	5
72600	Roullée	roullee	52	72	722	48.463	0.304	5
72610	Chenay	chenay	52	72	722	48.4495	0.1614	5
72610	Chérisay	cherisay	52	72	722	48.3545	0.1129	5
72610	Lignières-la-Carelle	lignieres-la-carelle	52	72	722	48.4352	0.1759	5
72610	Fyé	fye	52	72	722	48.3258	0.0799	5
72610	Bérus	berus	52	72	722	48.3752	0.0513	5
72610	Rouessé-Fontaine	rouesse-fontaine	52	72	722	48.3224	0.1502	5
72610	Béthon	bethon	52	72	722	48.3596	0.0893	5
72610	Thoiré-sous-Contensor	thoire-sous-contensor	52	72	722	48.311	0.2001	5
72610	Oisseau-le-Petit	oisseau-le-petit	52	72	722	48.3475	0.0861	5
72610	Le Chevain	le-chevain	52	72	722	48.4314	0.1293	5
72610	Villeneuve-en-Perseigne	villeneuve-en-perseigne	52	72	722	48.4478	0.2533	5
72610	Saint-Paterne	saint-paterne	52	72	722	48.4161	0.1127	5
72610	Bourg-le-Roi	bourg-le-roi	52	72	722	48.3458	0.1329	5
72610	Champfleur	champfleur	52	72	722	48.3867	0.1294	5
72610	Ancinnes	ancinnes	52	72	722	48.3671	0.1767	5
72610	Grandchamp	grandchamp	52	72	722	48.3028	0.1814	5
72610	Livet-en-Saosnois	livet-en-saosnois	52	72	722	48.3594	0.2107	5
72610	Saint-Rigomer-des-Bois	saint-rigomer-des-bois	52	72	722	48.3893	0.1759	5
72610	Arçonnay	arconnay	52	72	722	48.3968	0.0862	5
72650	Saint-Saturnin	saint-saturnin	52	72	723	48.058	0.1522	5
72650	La Chapelle-Saint-Aubin	la-chapelle-saint-aubin	52	72	723	48.0359	0.1562	5
72650	Trangé	trange	52	72	723	48.0271	0.1105	5
72650	La Milesse	la-milesse	52	72	723	48.0631	0.1343	5
72650	Aigné	aigne	52	72	723	48.0647	0.1191	5
72650	La Bazoge	la-bazoge	52	72	723	48.0969	0.1553	5
72700	Allonnes	allonnes	52	72	723	47.9674	0.1581	5
72700	Saint-Georges-du-Bois	saint-georges-du-bois	52	72	723	47.9724	0.1011	5
72700	Étival-lès-le-Mans	etival-les-le-mans	52	72	721	47.95	0.0833	5
72700	Rouillon	rouillon	52	72	723	48.0063	0.1353	5
72700	Spay	spay	52	72	721	47.9238	0.1526	5
72700	Pruillé-le-Chétif	pruille-le-chetif	52	72	723	47.9938	0.1068	5
72702 CEDEX	Allonnes	allonnes	52	72	723	47.9674	0.1581	5
72703 CEDEX	Allonnes	allonnes	52	72	723	47.9674	0.1581	5
72704 CEDEX	Allonnes	allonnes	52	72	723	47.9674	0.1581	5
72705 CEDEX	Allonnes	allonnes	52	72	723	47.9674	0.1581	5
72800	Saint-Germain-d’Arcé	saint-germain-d-arce	52	72	721	47.6237	0.292	5
72800	Aubigné-Racan	aubigne-racan	52	72	721	47.6909	0.2687	5
72800	Savigné-sous-le-Lude	savigne-sous-le-lude	52	72	721	47.6197	0.0594	5
72800	Le Lude	le-lude	52	72	721	47.6465	0.1566	5
72800	Luché-Pringé	luche-pringe	52	72	721	47.7033	0.0755	5
72800	Thorée-les-Pins	thoree-les-pins	52	72	721	47.6872	0.0424	5
72800	Dissé-sous-le-Lude	disse-sous-le-lude	52	72	721	47.6097	0.1547	5
72800	La Chapelle-aux-Choux	la-chapelle-aux-choux	52	72	721	47.633	0.2316	5
72800	Coulongé	coulonge	52	72	721	47.6892	0.2015	5
72902 CEDEX 9	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
72908 CEDEX 9	Le Mans	le-mans	52	72	723	48.0004	0.2047	5
85000	La Roche-sur-Yon	la-roche-sur-yon	52	85	852	46.6667	-1.4333	5
85000	Mouilleron-le-Captif	mouilleron-le-captif	52	85	852	46.719	-1.4546	5
85001 CEDEX	La Roche-sur-Yon	la-roche-sur-yon	52	85	852	46.6667	-1.4333	5
85002 CEDEX	La Roche-sur-Yon	la-roche-sur-yon	52	85	852	46.6667	-1.4333	5
85003 CEDEX	La Roche-sur-Yon	la-roche-sur-yon	52	85	852	46.6667	-1.4333	5
85004 CEDEX	La Roche-sur-Yon	la-roche-sur-yon	52	85	852	46.6667	-1.4333	5
85005 CEDEX	La Roche-sur-Yon	la-roche-sur-yon	52	85	852	46.6667	-1.4333	5
85006 CEDEX	La Roche-sur-Yon	la-roche-sur-yon	52	85	852	46.6667	-1.4333	5
85007 CEDEX	La Roche-sur-Yon	la-roche-sur-yon	52	85	852	46.6667	-1.4333	5
85008 CEDEX	La Roche-sur-Yon	la-roche-sur-yon	52	85	852	46.6667	-1.4333	5
85009 CEDEX	La Roche-sur-Yon	la-roche-sur-yon	52	85	852	46.6667	-1.4333	5
85010 CEDEX	La Roche-sur-Yon	la-roche-sur-yon	52	85	852	46.6667	-1.4333	5
85012 CEDEX	La Roche-sur-Yon	la-roche-sur-yon	52	85	852	46.6667	-1.4333	5
85013 CEDEX	La Roche-sur-Yon	la-roche-sur-yon	52	85	852	46.6667	-1.4333	5
85015 CEDEX	La Roche-sur-Yon	la-roche-sur-yon	52	85	852	46.6667	-1.4333	5
85016 CEDEX	La Roche-sur-Yon	la-roche-sur-yon	52	85	852	46.6667	-1.4333	5
85017 CEDEX	La Roche-sur-Yon	la-roche-sur-yon	52	85	852	46.6667	-1.4333	5
85018 CEDEX	La Roche-sur-Yon	la-roche-sur-yon	52	85	852	46.6667	-1.4333	5
85019 CEDEX	La Roche-sur-Yon	la-roche-sur-yon	52	85	852	46.6667	-1.4333	5
85020 CEDEX	La Roche-sur-Yon	la-roche-sur-yon	52	85	852	46.6667	-1.4333	5
85021 CEDEX	La Roche-sur-Yon	la-roche-sur-yon	52	85	852	46.6667	-1.4333	5
85023 CEDEX	La Roche-sur-Yon	la-roche-sur-yon	52	85	852	46.6667	-1.4333	5
85024 CEDEX	La Roche-sur-Yon	la-roche-sur-yon	52	85	852	46.6667	-1.4333	5
85026 CEDEX	La Roche-sur-Yon	la-roche-sur-yon	52	85	852	46.6667	-1.4333	5
85033 CEDEX	La Roche-sur-Yon	la-roche-sur-yon	52	85	852	46.6667	-1.4333	5
85035 CEDEX	La Roche-sur-Yon	la-roche-sur-yon	52	85	852	46.6667	-1.4333	5
85036 CEDEX	La Roche-sur-Yon	la-roche-sur-yon	52	85	852	46.6667	-1.4333	5
85100	Les Sables-d'Olonne	les-sables-d-olonne	52	85	853	46.5	-1.7833	5
85101 CEDEX	Les Sables-d'Olonne	les-sables-d-olonne	52	85	853	46.5	-1.7833	5
85102 CEDEX	Les Sables-d'Olonne	les-sables-d-olonne	52	85	853	46.5	-1.7833	5
85103 CEDEX	Les Sables-d'Olonne	les-sables-d-olonne	52	85	853	46.5	-1.7833	5
85104 CEDEX	Les Sables-d'Olonne	les-sables-d-olonne	52	85	853	46.5	-1.7833	5
85105 CEDEX	Les Sables-d'Olonne	les-sables-d-olonne	52	85	853	46.5	-1.7833	5
85106 CEDEX	Les Sables-d'Olonne	les-sables-d-olonne	52	85	853	46.5	-1.7833	5
85107 CEDEX	Les Sables-d'Olonne	les-sables-d-olonne	52	85	853	46.5	-1.7833	5
85108 CEDEX	Les Sables-d'Olonne	les-sables-d-olonne	52	85	853	46.5	-1.7833	5
85109 CEDEX	Les Sables-d'Olonne	les-sables-d-olonne	52	85	853	46.5	-1.7833	5
85110	Chantonnay	chantonnay	52	85	852	46.687	-1.0502	5
85110	Monsireigne	monsireigne	52	85	851	46.7438	-0.9492	5
85110	La Jaudonnière	la-jaudonniere	52	85	851	46.6433	-0.9625	5
85110	Sainte-Cécile	sainte-cecile	52	85	852	46.7429	-1.1143	5
85110	Saint-Vincent-Sterlanges	saint-vincent-sterlanges	52	85	852	46.7402	-1.0882	5
85110	Saint-Prouant	saint-prouant	52	85	852	46.7582	-0.957	5
85110	Sigournais	sigournais	52	85	852	46.707	-0.9861	5
85110	Saint-Germain-de-Prinçay	saint-germain-de-princay	52	85	852	46.7211	-1.0215	5
85111 CEDEX	Chantonnay	chantonnay	52	85	852	46.687	-1.0502	5
85113 CEDEX	Chantonnay	chantonnay	52	85	852	46.687	-1.0502	5
85114 CEDEX	Chantonnay	chantonnay	52	85	852	46.687	-1.0502	5
85118 CEDEX	Les Sables-d'Olonne	les-sables-d-olonne	52	85	853	46.5	-1.7833	5
85119 CEDEX	Les Sables-d'Olonne	les-sables-d-olonne	52	85	853	46.5	-1.7833	5
85120	La Chapelle-aux-Lys	la-chapelle-aux-lys	52	85	851	46.6296	-0.6565	5
85120	Loge-Fougereuse	loge-fougereuse	52	85	851	46.6135	-0.6902	5
85120	Saint-Hilaire-de-Voust	saint-hilaire-de-voust	52	85	851	46.591	-0.6488	5
85120	La Châtaigneraie	la-chataigneraie	52	85	851	46.6479	-0.7392	5
85120	Antigny	antigny	52	85	851	46.621	-0.7699	5
85120	La Tardière	la-tardiere	52	85	851	46.661	-0.7314	5
85120	Vouvant	vouvant	52	85	851	46.5719	-0.7693	5
85120	Saint-Maurice-des-Noues	saint-maurice-des-noues	52	85	851	46.6021	-0.7224	5
85120	Saint-Pierre-du-Chemin	saint-pierre-du-chemin	52	85	851	46.6952	-0.701	5
85120	Breuil-Barret	breuil-barret	52	85	851	46.6529	-0.6812	5
85130	Tiffauges	tiffauges	52	85	852	47.0108	-1.11	5
85130	La Gaubretière	la-gaubretiere	52	85	852	46.9414	-1.0621	5
85130	Les Landes-Genusson	les-landes-genusson	52	85	852	46.9667	-1.1167	5
85130	Bazoges-en-Paillers	bazoges-en-paillers	52	85	852	46.9079	-1.136	5
85130	Saint-Aubin-des-Ormeaux	saint-aubin-des-ormeaux	52	85	852	46.9924	-1.0427	5
85130	Saint-Martin-des-Tilleuls	saint-martin-des-tilleuls	52	85	852	46.9736	-1.0493	5
85130	La Verrie	la-verrie	52	85	852	46.9613	-0.996	5
85131 CEDEX	La Gaubretière	la-gaubretiere	52	85	852	46.9414	-1.0621	5
85132 CEDEX	La Gaubretière	la-gaubretiere	52	85	852	46.9414	-1.0621	5
85133 CEDEX	La Gaubretière	la-gaubretiere	52	85	852	46.9414	-1.0621	5
85139 CEDEX	La Gaubretière	la-gaubretiere	52	85	852	46.9414	-1.0621	5
85140	L’Oie	l-oie	52	85	852	46.798	-1.1295	5
85140	La Merlatière	la-merlatiere	52	85	852	46.7683	-1.3014	5
85140	Les Essarts	les-essarts	52	85	852	46.7744	-1.2283	5
85140	Chauché	chauche	52	85	852	46.8296	-1.2718	5
85140	Sainte-Florence	sainte-florence	52	85	852	46.7969	-1.1532	5
85140	Boulogne	boulogne	52	85	852	46.7935	-1.3194	5
85140	Essarts en Bocage	essarts-en-bocage	52	85	852	46.7736	-1.2281	5
85140	Saint-Martin-des-Noyers	saint-martin-des-noyers	52	85	852	46.7223	-1.1773	5
85150	Le Girouard	le-girouard	52	85	853	46.5685	-1.5991	5
85150	La Mothe-Achard	la-mothe-achard	52	85	853	46.6159	-1.6594	5
85150	Saint-Julien-des-Landes	saint-julien-des-landes	52	85	853	46.6394	-1.7138	5
85150	Saint-Georges-de-Pointindoux	saint-georges-de-pointindoux	52	85	853	46.6446	-1.622	5
85150	Sainte-Flaive-des-Loups	sainte-flaive-des-loups	52	85	853	46.613	-1.5808	5
85150	Saint-Mathurin	saint-mathurin	52	85	853	46.5649	-1.7139	5
85150	Martinet	martinet	52	85	853	46.6756	-1.6813	5
85150	Vairé	vaire	52	85	853	46.601	-1.7554	5
85150	Landeronde	landeronde	52	85	853	46.6572	-1.5695	5
85150	Sainte-Foy	sainte-foy	52	85	853	46.5449	-1.6727	5
85150	La Chapelle-Achard	la-chapelle-achard	52	85	853	46.5886	-1.6476	5
85160	Saint-Jean-de-Monts	saint-jean-de-monts	52	85	853	46.7909	-2.0822	5
85161 CEDEX	Saint-Jean-de-Monts	saint-jean-de-monts	52	85	853	46.7909	-2.0822	5
85162 CEDEX	Saint-Jean-de-Monts	saint-jean-de-monts	52	85	853	46.7909	-2.0822	5
85163 CEDEX	Saint-Jean-de-Monts	saint-jean-de-monts	52	85	853	46.7909	-2.0822	5
85164 CEDEX	Saint-Jean-de-Monts	saint-jean-de-monts	52	85	853	46.7909	-2.0822	5
85165 CEDEX	Saint-Jean-de-Monts	saint-jean-de-monts	52	85	853	46.7909	-2.0822	5
85167 CEDEX	Saint-Jean-de-Monts	saint-jean-de-monts	52	85	853	46.7909	-2.0822	5
85169 CEDEX	Saint-Jean-de-Monts	saint-jean-de-monts	52	85	853	46.7909	-2.0822	5
85170	Les Lucs-sur-Boulogne	les-lucs-sur-boulogne	52	85	852	46.8448	-1.4945	5
85170	Saligny	saligny	52	85	852	46.8083	-1.4273	5
85170	Saint-Denis-la-Chevasse	saint-denis-la-chevasse	52	85	852	46.8227	-1.3575	5
85170	Dompierre-sur-Yon	dompierre-sur-yon	52	85	852	46.7386	-1.3846	5
85170	Belleville-sur-Vie	belleville-sur-vie	52	85	852	46.7837	-1.429	5
85170	Le Poiré-sur-Vie	le-poire-sur-vie	52	85	852	46.7692	-1.5094	5
85170	Beaufou	beaufou	52	85	852	46.8234	-1.5301	5
85170	Bellevigny	bellevigny	52	85	852	46.7833	-1.4311	5
85180	Château-d’Olonne	chateau-d-olonne	52	85	853	46.5038	-1.741	5
85190	La Génétouze	la-genetouze	52	85	852	46.7333	-1.5167	5
85190	Maché	mache	52	85	852	46.754	-1.6869	5
85190	Beaulieu-sous-la-Roche	beaulieu-sous-la-roche	52	85	853	46.6765	-1.6113	5
85190	Aizenay	aizenay	52	85	852	46.74	-1.6083	5
85190	Venansault	venansault	52	85	852	46.6852	-1.5142	5
85200	Saint-Martin-de-Fraigneau	saint-martin-de-fraigneau	52	85	851	46.4358	-0.7458	5
85200	Auzay	auzay	52	85	851	46.4439	-0.8603	5
85200	Chaix	chaix	52	85	851	46.4332	-0.8528	5
85200	Doix lès Fontaines	doix-les-fontaines	52	85	851	46.3922	-0.8061	5
85200	Fontenay-le-Comte	fontenay-le-comte	52	85	851	46.4667	-0.8167	5
85200	Bourneau	bourneau	52	85	851	46.5392	-0.8175	5
85200	Mervent	mervent	52	85	851	46.5224	-0.7565	5
85200	Doix	doix	52	85	851	46.3926	-0.8057	5
85200	Fontaines	fontaines	52	85	851	46.4243	-0.8229	5
85200	Longèves	longeves	52	85	851	46.4795	-0.8515	5
85200	Montreuil	montreuil	52	85	851	46.408	-0.8376	5
85200	Pissotte	pissotte	52	85	851	46.4973	-0.8067	5
85200	Sérigné	serigne	52	85	851	46.5011	-0.8445	5
85200	Saint-Michel-le-Cloucq	saint-michel-le-cloucq	52	85	851	46.485	-0.7526	5
85200	L’Orbrie	l-orbrie	52	85	851	46.4906	-0.7863	5
85201 CEDEX	Fontenay-le-Comte	fontenay-le-comte	52	85	851	46.4667	-0.8167	5
85202 CEDEX	Fontenay-le-Comte	fontenay-le-comte	52	85	851	46.4667	-0.8167	5
85203 CEDEX	Fontenay-le-Comte	fontenay-le-comte	52	85	851	46.4667	-0.8167	5
85204 CEDEX	Fontenay-le-Comte	fontenay-le-comte	52	85	851	46.4667	-0.8167	5
85205 CEDEX	Fontenay-le-Comte	fontenay-le-comte	52	85	851	46.4667	-0.8167	5
85206 CEDEX	Fontenay-le-Comte	fontenay-le-comte	52	85	851	46.4667	-0.8167	5
85208 CEDEX	Fontenay-le-Comte	fontenay-le-comte	52	85	851	46.4667	-0.8167	5
85209 CEDEX	Fontenay-le-Comte	fontenay-le-comte	52	85	851	46.4667	-0.8167	5
85210	Thiré	thire	52	85	851	46.5482	-1.007	5
85210	Sainte-Hermine	sainte-hermine	52	85	851	46.5562	-1.0548	5
85210	Saint-Juire-Champgillon	saint-juire-champgillon	52	85	851	46.5786	-1.0271	5
85210	La Réorthe	la-reorthe	52	85	851	46.607	-1.0488	5
85210	Saint-Étienne-de-Brillouet	saint-etienne-de-brillouet	52	85	851	46.5243	-0.9986	5
85210	Saint-Aubin-la-Plaine	saint-aubin-la-plaine	52	85	851	46.5063	-1.0598	5
85210	Saint-Jean-de-Beugné	saint-jean-de-beugne	52	85	851	46.522	-1.0848	5
85210	La Chapelle-Thémer	la-chapelle-themer	52	85	851	46.5577	-0.9553	5
85210	Saint-Martin-Lars-en-Sainte-Hermine	saint-martin-lars-en-sainte-hermine	52	85	851	46.5912	-0.9802	5
85220	Apremont	apremont	52	85	852	46.7485	-1.7407	5
85220	Coëx	coex	52	85	853	46.6981	-1.7596	5
85220	Commequiers	commequiers	52	85	853	46.7605	-1.839	5
85220	L’Aiguillon-sur-Vie	l-aiguillon-sur-vie	52	85	853	46.6712	-1.8292	5
85220	Landevieille	landevieille	52	85	853	46.6411	-1.8068	5
85220	Saint-Révérend	saint-reverend	52	85	853	46.6984	-1.8303	5
85220	La Chaize-Giraud	la-chaize-giraud	52	85	853	46.647	-1.8169	5
85220	La Chapelle-Hermier	la-chapelle-hermier	52	85	853	46.6826	-1.722	5
85220	Saint-Maixent-sur-Vie	saint-maixent-sur-vie	52	85	853	46.7399	-1.8237	5
85230	Saint-Urbain	saint-urbain	52	85	853	46.8756	-2.0096	5
85230	Beauvoir-sur-Mer	beauvoir-sur-mer	52	85	853	46.9127	-2.0416	5
85230	Saint-Gervais	saint-gervais	52	85	853	46.9017	-2.0021	5
85230	Bouin	bouin	52	85	853	46.9731	-1.9983	5
85240	Nieul-sur-l’Autise	nieul-sur-l-autise	52	85	851	46.4232	-0.6794	5
85240	Faymoreau	faymoreau	52	85	851	46.5383	-0.6287	5
85240	Puy-de-Serre	puy-de-serre	52	85	851	46.5623	-0.6675	5
85240	Marillet	marillet	52	85	851	46.5669	-0.6343	5
85240	Saint-Hilaire-des-Loges	saint-hilaire-des-loges	52	85	851	46.4719	-0.6639	5
85240	Foussais-Payré	foussais-payre	52	85	851	46.5333	-0.6833	5
85240	Xanton-Chassenon	xanton-chassenon	52	85	851	46.4533	-0.6952	5
85250	Vendrennes	vendrennes	52	85	852	46.8252	-1.1236	5
85250	Chavagnes-en-Paillers	chavagnes-en-paillers	52	85	852	46.8917	-1.2521	5
85250	Saint-André-Goule-d’Oie	saint-andre-goule-d-oie	52	85	852	46.8344	-1.191	5
85250	Saint-Fulgent	saint-fulgent	52	85	852	46.8523	-1.178	5
85250	La Rabatelière	la-rabateliere	52	85	852	46.8613	-1.2612	5
85260	Saint-André-Treize-Voies	saint-andre-treize-voies	52	85	852	46.9337	-1.4127	5
85260	L’Herbergement	l-herbergement	52	85	852	46.9092	-1.3763	5
85260	Montréverd	montreverd	52	85	852	46.9344	-1.4122	5
85260	Saint-Sulpice-le-Verdon	saint-sulpice-le-verdon	52	85	852	46.8938	-1.4179	5
85260	La Copechagnière	la-copechagniere	52	85	852	46.8486	-1.3457	5
85260	Mormaison	mormaison	52	85	852	46.9078	-1.4507	5
85260	Les Brouzils	les-brouzils	52	85	852	46.8857	-1.321	5
85270	Notre-Dame-de-Riez	notre-dame-de-riez	52	85	853	46.7445	-1.9086	5
85270	Saint-Hilaire-de-Riez	saint-hilaire-de-riez	52	85	853	46.7131	-1.9258	5
85280	La Ferrière	la-ferriere	52	85	852	46.7145	-1.3142	5
85290	Mortagne-sur-Sèvre	mortagne-sur-sevre	52	85	852	46.992	-0.9474	5
85290	Saint-Laurent-sur-Sèvre	saint-laurent-sur-sevre	52	85	852	46.9581	-0.8939	5
85291 CEDEX	Mortagne-sur-Sèvre	mortagne-sur-sevre	52	85	852	46.992	-0.9474	5
85292 CEDEX	Mortagne-sur-Sèvre	mortagne-sur-sevre	52	85	852	46.992	-0.9474	5
85299 CEDEX	Mortagne-sur-Sèvre	mortagne-sur-sevre	52	85	852	46.992	-0.9474	5
85300	Sallertaine	sallertaine	52	85	853	46.8602	-1.9552	5
85300	Le Perrier	le-perrier	52	85	853	46.8193	-1.9931	5
85300	Froidfond	froidfond	52	85	853	46.869	-1.7574	5
85300	Challans	challans	52	85	853	46.8436	-1.8749	5
85300	Soullans	soullans	52	85	853	46.7962	-1.9011	5
85301 CEDEX	Challans	challans	52	85	853	46.8436	-1.8749	5
85302 CEDEX	Challans	challans	52	85	853	46.8436	-1.8749	5
85303 CEDEX	Challans	challans	52	85	853	46.8436	-1.8749	5
85304 CEDEX	Challans	challans	52	85	853	46.8436	-1.8749	5
85305 CEDEX	Challans	challans	52	85	853	46.8436	-1.8749	5
85306 CEDEX	Challans	challans	52	85	853	46.8436	-1.8749	5
85307 CEDEX	Challans	challans	52	85	853	46.8436	-1.8749	5
85309 CEDEX	Challans	challans	52	85	853	46.8436	-1.8749	5
85310	Le Tablier	le-tablier	52	85	852	46.5755	-1.3445	5
85310	Nesmy	nesmy	52	85	852	46.5908	-1.4007	5
85310	La Chaize-le-Vicomte	la-chaize-le-vicomte	52	85	852	46.6717	-1.2908	5
85310	Saint-Florent-des-Bois	saint-florent-des-bois	52	85	852	46.5938	-1.3158	5
85310	Rives de l'Yon	rives-de-l-yon	52	85	852	46.5939	-1.315	5
85310	Chaillé-sous-les-Ormeaux	chaille-sous-les-ormeaux	52	85	852	46.5831	-1.3681	5
85320	Rosnay	rosnay	52	85	851	46.5384	-1.3064	5
85320	Corpe	corpe	52	85	851	46.505	-1.1829	5
85320	Moutiers-sur-le-Lay	moutiers-sur-le-lay	52	85	851	46.5543	-1.1582	5
85320	Les Pineaux	les-pineaux	52	85	851	46.5953	-1.1806	5
85320	Péault	peault	52	85	851	46.5019	-1.2206	5
85320	Château-Guibert	chateau-guibert	52	85	851	46.5811	-1.2366	5
85320	Mareuil-sur-Lay-Dissais	mareuil-sur-lay-dissais	52	85	851	46.5333	-1.2333	5
85320	La Bretonnière-la-Claye	la-bretonniere-la-claye	52	85	851	46.4833	-1.25	5
85320	La Couture	la-couture	52	85	851	46.5209	-1.2632	5
85320	Bessay	bessay	52	85	851	46.5376	-1.1539	5
85320	Sainte-Pexine	sainte-pexine	52	85	851	46.5667	-1.1333	5
85330	Noirmoutier-en-l’Île	noirmoutier-en-l-ile	52	85	853	46.9973	-2.2737	5
85340	L’Île-d’Olonne	l-ile-d-olonne	52	85	853	46.5609	-1.7801	5
85340	Olonne-sur-Mer	olonne-sur-mer	52	85	853	46.5352	-1.7729	5
85341 CEDEX	Les Sables-d'Olonne	les-sables-d-olonne	52	85	853	46.5	-1.7833	5
85342 CEDEX	Les Sables-d'Olonne	les-sables-d-olonne	52	85	853	46.5	-1.7833	5
85350	L'Île-d'Yeu	l-ile-d-yeu	52	85	853	46.7252	-2.3494	5
85360	La Tranche-sur-Mer	la-tranche-sur-mer	52	85	853	46.343	-1.437	5
85370	Le Langon	le-langon	52	85	851	46.4385	-0.9477	5
85370	Mouzeuil-Saint-Martin	mouzeuil-saint-martin	52	85	851	46.4667	-0.9667	5
85370	Nalliers	nalliers	52	85	851	46.4707	-1.0277	5
85390	Bazoges-en-Pareds	bazoges-en-pareds	52	85	851	46.657	-0.9165	5
85390	Tallud-Sainte-Gemme	tallud-sainte-gemme	52	85	851	46.6879	-0.8851	5
85390	Saint-Maurice-le-Girard	saint-maurice-le-girard	52	85	851	46.6433	-0.8056	5
85390	Mouilleron-en-Pareds	mouilleron-en-pareds	52	85	851	46.6763	-0.8494	5
85390	Saint-Germain-l’Aiguiller	saint-germain-l-aiguiller	52	85	851	46.6877	-0.8421	5
85390	Mouilleron-Saint-Germain	mouilleron-saint-germain	52	85	851	46.6758	-0.8494	5
85390	Chavagnes-les-Redoux	chavagnes-les-redoux	52	85	851	46.715	-0.9183	5
85390	Cheffois	cheffois	52	85	851	46.6682	-0.7899	5
85400	Chasnais	chasnais	52	85	851	46.4598	-1.2296	5
85400	Luçon	lucon	52	85	851	46.4577	-1.1651	5
85400	Les Magnils-Reigniers	les-magnils-reigniers	52	85	851	46.4833	-1.2167	5
85400	Sainte-Gemme-la-Plaine	sainte-gemme-la-plaine	52	85	851	46.4829	-1.1132	5
85400	Lairoux	lairoux	52	85	851	46.4473	-1.2662	5
85401 CEDEX	Luçon	lucon	52	85	851	46.4577	-1.1651	5
85402 CEDEX	Luçon	lucon	52	85	851	46.4577	-1.1651	5
85403 CEDEX	Luçon	lucon	52	85	851	46.4577	-1.1651	5
85404 CEDEX	Luçon	lucon	52	85	851	46.4577	-1.1651	5
85406 CEDEX	Luçon	lucon	52	85	851	46.4577	-1.1651	5
85407 CEDEX	Luçon	lucon	52	85	851	46.4577	-1.1651	5
85409 CEDEX	Luçon	lucon	52	85	851	46.4577	-1.1651	5
85410	La Caillère-Saint-Hilaire	la-caillere-saint-hilaire	52	85	851	46.6167	-0.9	5
85410	Saint-Cyr-des-Gâts	saint-cyr-des-gats	52	85	851	46.5695	-0.8834	5
85410	Thouarsais-Bouildroux	thouarsais-bouildroux	52	85	851	46.6193	-0.8798	5
85410	Saint-Laurent-de-la-Salle	saint-laurent-de-la-salle	52	85	851	46.5687	-0.9175	5
85410	Saint-Sulpice-en-Pareds	saint-sulpice-en-pareds	52	85	851	46.6014	-0.8357	5
85410	Cezais	cezais	52	85	851	46.5894	-0.8182	5
85420	Le Mazeau	le-mazeau	52	85	851	46.3355	-0.6737	5
85420	Saint-Sigismond	saint-sigismond	52	85	851	46.3502	-0.6896	5
85420	Bouillé-Courdault	bouille-courdault	52	85	851	46.3916	-0.6899	5
85420	Maillé	maille	52	85	851	46.3419	-0.7875	5
85420	Liez	liez	52	85	851	46.3691	-0.7034	5
85420	Oulmes	oulmes	52	85	851	46.4	-0.6667	5
85420	Maillezais	maillezais	52	85	851	46.3727	-0.7396	5
85420	Damvix	damvix	52	85	851	46.3153	-0.7339	5
85420	Saint-Pierre-le-Vieux	saint-pierre-le-vieux	52	85	851	46.3867	-0.7491	5
85430	La Boissière-des-Landes	la-boissiere-des-landes	52	85	853	46.564	-1.4617	5
85430	Aubigny-Les Clouzeaux	aubigny-les-clouzeaux	52	85	852	46.5967	-1.4539	5
85430	Aubigny	aubigny	52	85	852	46.5965	-1.4536	5
85430	Les Clouzeaux	les-clouzeaux	52	85	852	46.6288	-1.5095	5
85430	Nieul-le-Dolent	nieul-le-dolent	52	85	853	46.5738	-1.5081	5
85440	Saint-Hilaire-la-Forêt	saint-hilaire-la-foret	52	85	853	46.4471	-1.5266	5
85440	Talmont-Saint-Hilaire	talmont-saint-hilaire	52	85	853	46.4667	-1.6167	5
85440	Avrillé	avrille	52	85	853	46.4684	-1.4805	5
85440	Grosbreuil	grosbreuil	52	85	853	46.5395	-1.6166	5
85440	Poiroux	poiroux	52	85	853	46.5	-1.5333	5
85450	Sainte-Radégonde-des-Noyers	sainte-radegonde-des-noyers	52	85	851	46.3763	-1.0612	5
85450	Champagné-les-Marais	champagne-les-marais	52	85	851	46.3808	-1.1211	5
85450	Moreilles	moreilles	52	85	851	46.4208	-1.0846	5
85450	Puyravault	puyravault	52	85	851	46.3745	-1.0823	5
85450	Chaillé-les-Marais	chaille-les-marais	52	85	851	46.3963	-1.0237	5
85450	Vouillé-les-Marais	vouille-les-marais	52	85	851	46.3886	-0.9635	5
85450	La Taillée	la-taillee	52	85	851	46.3809	-0.9337	5
85460	L’Aiguillon-sur-Mer	l-aiguillon-sur-mer	52	85	851	46.3313	-1.3016	5
85460	La Faute-sur-Mer	la-faute-sur-mer	52	85	853	46.3336	-1.3258	5
85470	Bretignolles-sur-Mer	bretignolles-sur-mer	52	85	853	46.6333	-1.8667	5
85470	Brem-sur-Mer	brem-sur-mer	52	85	853	46.6	-1.8333	5
85480	Saint-Hilaire-le-Vouhis	saint-hilaire-le-vouhis	52	85	852	46.688	-1.1304	5
85480	Fougeré	fougere	52	85	852	46.6592	-1.2317	5
85480	Bournezeau	bournezeau	52	85	852	46.6371	-1.1711	5
85480	Thorigny	thorigny	52	85	852	46.6128	-1.241	5
85490	Benet	benet	52	85	851	46.3697	-0.5933	5
85500	Les Herbiers	les-herbiers	52	85	852	46.8667	-1.0167	5
85500	Beaurepaire	beaurepaire	52	85	852	46.9098	-1.0893	5
85500	Saint-Paul-en-Pareds	saint-paul-en-pareds	52	85	852	46.8221	-0.9898	5
85500	Chambretaud	chambretaud	52	85	852	46.9217	-0.964	5
85500	Mesnard-la-Barotière	mesnard-la-barotiere	52	85	852	46.8586	-1.0987	5
85501 CEDEX	Les Herbiers	les-herbiers	52	85	852	46.8667	-1.0167	5
85502 CEDEX	Les Herbiers	les-herbiers	52	85	852	46.8667	-1.0167	5
85503 CEDEX	Les Herbiers	les-herbiers	52	85	852	46.8667	-1.0167	5
85504 CEDEX	Les Herbiers	les-herbiers	52	85	852	46.8667	-1.0167	5
85505 CEDEX	Les Herbiers	les-herbiers	52	85	852	46.8667	-1.0167	5
85506 CEDEX	Les Herbiers	les-herbiers	52	85	852	46.8667	-1.0167	5
85509 CEDEX	Les Herbiers	les-herbiers	52	85	852	46.8667	-1.0167	5
85510	Rochetrejoux	rochetrejoux	52	85	852	46.7894	-0.9958	5
85510	Le Boupère	le-boupere	52	85	851	46.796	-0.9265	5
85520	Jard-sur-Mer	jard-sur-mer	52	85	853	46.4145	-1.5764	5
85520	Saint-Vincent-sur-Jard	saint-vincent-sur-jard	52	85	853	46.417	-1.5586	5
85530	La Bruffière	la-bruffiere	52	85	852	47.0149	-1.1973	5
85540	Curzon	curzon	52	85	853	46.4471	-1.3084	5
85540	Le Champ-Saint-Père	le-champ-saint-pere	52	85	853	46.5077	-1.3473	5
85540	Le Givre	le-givre	52	85	853	46.4619	-1.3977	5
85540	La Jonchère	la-jonchere	52	85	853	46.4402	-1.3733	5
85540	Saint-Benoist-sur-Mer	saint-benoist-sur-mer	52	85	853	46.4239	-1.3548	5
85540	Saint-Avaugourd-des-Landes	saint-avaugourd-des-landes	52	85	853	46.5127	-1.4845	5
85540	Saint-Cyr-en-Talmondais	saint-cyr-en-talmondais	52	85	853	46.4592	-1.3369	5
85540	Moutiers-les-Mauxfaits	moutiers-les-mauxfaits	52	85	853	46.4833	-1.4167	5
85540	Saint-Vincent-sur-Graon	saint-vincent-sur-graon	52	85	853	46.5169	-1.3888	5
85550	La Barre-de-Monts	la-barre-de-monts	52	85	853	46.8806	-2.1217	5
85560	Le Bernard	le-bernard	52	85	853	46.4378	-1.4694	5
85560	Longeville-sur-Mer	longeville-sur-mer	52	85	853	46.4167	-1.5	5
85570	Saint-Martin-des-Fontaines	saint-martin-des-fontaines	52	85	851	46.5408	-0.9037	5
85570	Saint-Valérien	saint-valerien	52	85	851	46.5283	-0.9399	5
85570	Petosse	petosse	52	85	851	46.4833	-0.9167	5
85570	Marsais-Sainte-Radégonde	marsais-sainte-radegonde	52	85	851	46.5377	-0.8796	5
85570	L’Hermenault	l-hermenault	52	85	851	46.5189	-0.8991	5
85570	Pouillé	pouille	52	85	851	46.5066	-0.9494	5
85580	Grues	grues	52	85	851	46.3986	-1.3045	5
85580	Triaize	triaize	52	85	851	46.3926	-1.1979	5
85580	Saint-Denis-du-Payré	saint-denis-du-payre	52	85	851	46.4061	-1.2686	5
85580	Saint-Michel-en-l’Herm	saint-michel-en-l-herm	52	85	851	46.3538	-1.2509	5
85590	Les Epesses	les-epesses	52	85	852	46.8833	-0.9	5
85590	Mallièvre	mallievre	52	85	852	46.9116	-0.8646	5
85590	Saint-Malô-du-Bois	saint-malo-du-bois	52	85	852	46.9333	-0.9	5
85590	Saint-Mars-la-Réorthe	saint-mars-la-reorthe	52	85	852	46.862	-0.9246	5
85590	Treize-Vents	treize-vents	52	85	852	46.9212	-0.8488	5
85600	Saint-Georges-de-Montaigu	saint-georges-de-montaigu	52	85	852	46.9466	-1.2926	5
85600	La Boissière-de-Montaigu	la-boissiere-de-montaigu	52	85	852	46.9501	-1.1905	5
85600	La Guyonnière	la-guyonniere	52	85	852	46.9648	-1.2506	5
85600	Boufféré	bouffere	52	85	852	46.9618	-1.3396	5
85600	Montaigu	montaigu	52	85	852	46.9767	-1.3085	5
85600	Treize-Septiers	treize-septiers	52	85	852	46.9852	-1.2292	5
85600	Saint-Hilaire-de-Loulay	saint-hilaire-de-loulay	52	85	852	47.0019	-1.3308	5
85601 CEDEX	Montaigu	montaigu	52	85	852	46.9767	-1.3085	5
85602 CEDEX	Montaigu	montaigu	52	85	852	46.9767	-1.3085	5
85603 CEDEX	Montaigu	montaigu	52	85	852	46.9767	-1.3085	5
85604 CEDEX	Montaigu	montaigu	52	85	852	46.9767	-1.3085	5
85607 CEDEX	Montaigu	montaigu	52	85	852	46.9767	-1.3085	5
85609 CEDEX	Montaigu	montaigu	52	85	852	46.9767	-1.3085	5
85610	Cugand	cugand	52	85	852	47.0632	-1.2527	5
85610	La Bernardière	la-bernardiere	52	85	852	47.0495	-1.2659	5
85612 CEDEX	Montaigu	montaigu	52	85	852	46.9767	-1.3085	5
85613 CEDEX	Montaigu	montaigu	52	85	852	46.9767	-1.3085	5
85614 CEDEX	Montaigu	montaigu	52	85	852	46.9767	-1.3085	5
85615 CEDEX	Montaigu	montaigu	52	85	852	46.9767	-1.3085	5
85616 CEDEX	Montaigu	montaigu	52	85	852	46.9767	-1.3085	5
85620	Rocheservière	rocheserviere	52	85	852	46.9377	-1.5114	5
85630	Barbâtre	barbatre	52	85	853	46.9412	-2.1775	5
85640	Mouchamps	mouchamps	52	85	852	46.7813	-1.0618	5
85660	Saint-Philbert-de-Bouaine	saint-philbert-de-bouaine	52	85	852	46.9857	-1.5202	5
85670	Palluau	palluau	52	85	852	46.8045	-1.62	5
85670	Grand'Landes	grand-landes	52	85	852	46.8167	-1.65	5
85670	Falleron	falleron	52	85	852	46.8816	-1.7021	5
85670	Saint-Étienne-du-Bois	saint-etienne-du-bois	52	85	852	46.8304	-1.5971	5
85670	Saint-Paul-Mont-Penit	saint-paul-mont-penit	52	85	852	46.7969	-1.6626	5
85670	La Chapelle-Palluau	la-chapelle-palluau	52	85	852	46.7823	-1.6221	5
85670	Saint-Christophe-du-Ligneron	saint-christophe-du-ligneron	52	85	853	46.8248	-1.7659	5
85680	La Guérinière	la-gueriniere	52	85	853	46.9667	-2.2333	5
85690	Notre-Dame-de-Monts	notre-dame-de-monts	52	85	853	46.831	-2.131	5
85700	Pouzauges	pouzauges	52	85	851	46.7794	-0.8362	5
85700	Saint-Michel-Mont-Mercure	saint-michel-mont-mercure	52	85	851	46.8294	-0.883	5
85700	Sèvremont	sevremont	52	85	851	46.8322	-0.8608	5
85700	Saint-Mesmin	saint-mesmin	52	85	851	46.7937	-0.7326	5
85700	La Flocellière	la-flocelliere	52	85	851	46.832	-0.8621	5
85700	Réaumur	reaumur	52	85	851	46.7196	-0.8037	5
85700	Menomblet	menomblet	52	85	851	46.7306	-0.7118	5
85700	La Meilleraie-Tillay	la-meilleraie-tillay	52	85	851	46.7406	-0.845	5
85700	Montournais	montournais	52	85	851	46.7419	-0.7646	5
85700	La Pommeraie-sur-Sèvre	la-pommeraie-sur-sevre	52	85	851	46.8354	-0.7779	5
85700	Les Châtelliers-Châteaumur	les-chatelliers-chateaumur	52	85	851	46.8552	-0.8202	5
85702 CEDEX	Pouzauges	pouzauges	52	85	851	46.7794	-0.8362	5
85703 CEDEX	Pouzauges	pouzauges	52	85	851	46.7794	-0.8362	5
85707 CEDEX	Pouzauges	pouzauges	52	85	851	46.7794	-0.8362	5
85708 CEDEX	Pouzauges	pouzauges	52	85	851	46.7794	-0.8362	5
85709 CEDEX	Pouzauges	pouzauges	52	85	851	46.7794	-0.8362	5
85710	Châteauneuf	chateauneuf	52	85	853	46.9189	-1.9172	5
85710	Bois-de-Cené	bois-de-cene	52	85	853	46.9369	-1.8866	5
85710	La Garnache	la-garnache	52	85	853	46.8918	-1.8316	5
85740	L’Épine	l-epine	52	85	853	46.9801	-2.2708	5
85750	Angles	angles	52	85	853	46.4084	-1.4039	5
85770	Vix	vix	52	85	851	46.3646	-0.8607	5
85770	Le Gué-de-Velluire	le-gue-de-velluire	52	85	851	46.3718	-0.9126	5
85770	Velluire	velluire	52	85	851	46.4046	-0.8937	5
85770	Le Poiré-sur-Velluire	le-poire-sur-velluire	52	85	851	46.4124	-0.8964	5
85770	L’Île-d’Elle	l-ile-d-elle	52	85	851	46.3299	-0.9468	5
85800	Givrand	givrand	52	85	853	46.6708	-1.8861	5
85800	Le Fenouiller	le-fenouiller	52	85	853	46.719	-1.9018	5
85800	Saint-Gilles-Croix-de-Vie	saint-gilles-croix-de-vie	52	85	853	46.6976	-1.9456	5
85803 CEDEX	Saint-Gilles-Croix-de-Vie	saint-gilles-croix-de-vie	52	85	853	46.6976	-1.9456	5
85804 CEDEX	Saint-Gilles-Croix-de-Vie	saint-gilles-croix-de-vie	52	85	853	46.6976	-1.9456	5
85805 CEDEX	Saint-Gilles-Croix-de-Vie	saint-gilles-croix-de-vie	52	85	853	46.6976	-1.9456	5
85806 CEDEX	Saint-Gilles-Croix-de-Vie	saint-gilles-croix-de-vie	52	85	853	46.6976	-1.9456	5
85809 CEDEX	Saint-Gilles-Croix-de-Vie	saint-gilles-croix-de-vie	52	85	853	46.6976	-1.9456	5
85919 CEDEX 9	La Roche-sur-Yon	la-roche-sur-yon	52	85	852	46.6667	-1.4333	5
85921 CEDEX 9	La Roche-sur-Yon	la-roche-sur-yon	52	85	852	46.6667	-1.4333	5
85922 CEDEX 9	La Roche-sur-Yon	la-roche-sur-yon	52	85	852	46.6667	-1.4333	5
85923 CEDEX 9	La Roche-sur-Yon	la-roche-sur-yon	52	85	852	46.6667	-1.4333	5
85924 CEDEX 9	La Roche-sur-Yon	la-roche-sur-yon	52	85	852	46.6667	-1.4333	5
85925 CEDEX 9	La Roche-sur-Yon	la-roche-sur-yon	52	85	852	46.6667	-1.4333	5
85926 CEDEX 9	La Roche-sur-Yon	la-roche-sur-yon	52	85	852	46.6667	-1.4333	5
85927 CEDEX 9	La Roche-sur-Yon	la-roche-sur-yon	52	85	852	46.6667	-1.4333	5
85928 CEDEX 9	La Roche-sur-Yon	la-roche-sur-yon	52	85	852	46.6667	-1.4333	5
85930 CEDEX 9	La Roche-sur-Yon	la-roche-sur-yon	52	85	852	46.6667	-1.4333	5
85931 CEDEX 9	La Roche-sur-Yon	la-roche-sur-yon	52	85	852	46.6667	-1.4333	5
85932 CEDEX 9	La Roche-sur-Yon	la-roche-sur-yon	52	85	852	46.6667	-1.4333	5
85933 CEDEX 9	La Roche-sur-Yon	la-roche-sur-yon	52	85	852	46.6667	-1.4333	5
85934 CEDEX 9	La Roche-sur-Yon	la-roche-sur-yon	52	85	852	46.6667	-1.4333	5
22000	Saint-Brieuc	saint-brieuc	53	22	224	48.5151	-2.7684	5
22001 CEDEX 1	Saint-Brieuc	saint-brieuc	53	22	224	48.5151	-2.7684	5
22002 CEDEX 1	Saint-Brieuc	saint-brieuc	53	22	224	48.5151	-2.7684	5
22003 CEDEX 1	Saint-Brieuc	saint-brieuc	53	22	224	48.5151	-2.7684	5
22004 CEDEX 1	Saint-Brieuc	saint-brieuc	53	22	224	48.5151	-2.7684	5
22005 CEDEX 1	Saint-Brieuc	saint-brieuc	53	22	224	48.5151	-2.7684	5
22014 CEDEX 1	Saint-Brieuc	saint-brieuc	53	22	224	48.5151	-2.7684	5
22015 CEDEX 1	Saint-Brieuc	saint-brieuc	53	22	224	48.5151	-2.7684	5
22016 CEDEX 1	Saint-Brieuc	saint-brieuc	53	22	224	48.5151	-2.7684	5
22017 CEDEX 1	Saint-Brieuc	saint-brieuc	53	22	224	48.5151	-2.7684	5
22021 CEDEX 1	Saint-Brieuc	saint-brieuc	53	22	224	48.5151	-2.7684	5
22022 CEDEX 1	Saint-Brieuc	saint-brieuc	53	22	224	48.5151	-2.7684	5
22023 CEDEX 1	Saint-Brieuc	saint-brieuc	53	22	224	48.5151	-2.7684	5
22024 CEDEX 1	Saint-Brieuc	saint-brieuc	53	22	224	48.5151	-2.7684	5
22025 CEDEX 1	Saint-Brieuc	saint-brieuc	53	22	224	48.5151	-2.7684	5
22026 CEDEX 1	Saint-Brieuc	saint-brieuc	53	22	224	48.5151	-2.7684	5
22027 CEDEX 1	Saint-Brieuc	saint-brieuc	53	22	224	48.5151	-2.7684	5
22029 CEDEX 1	Saint-Brieuc	saint-brieuc	53	22	224	48.5151	-2.7684	5
22031 CEDEX 1	Saint-Brieuc	saint-brieuc	53	22	224	48.5151	-2.7684	5
22032 CEDEX 1	Saint-Brieuc	saint-brieuc	53	22	224	48.5151	-2.7684	5
22033 CEDEX 1	Saint-Brieuc	saint-brieuc	53	22	224	48.5151	-2.7684	5
22034 CEDEX 1	Saint-Brieuc	saint-brieuc	53	22	224	48.5151	-2.7684	5
22035 CEDEX 1	Saint-Brieuc	saint-brieuc	53	22	224	48.5151	-2.7684	5
22041 CEDEX 2	Saint-Brieuc	saint-brieuc	53	22	224	48.5151	-2.7684	5
22042 CEDEX 2	Saint-Brieuc	saint-brieuc	53	22	224	48.5151	-2.7684	5
22043 CEDEX 2	Saint-Brieuc	saint-brieuc	53	22	224	48.5151	-2.7684	5
22044 CEDEX 2	Saint-Brieuc	saint-brieuc	53	22	224	48.5151	-2.7684	5
22045 CEDEX 2	Saint-Brieuc	saint-brieuc	53	22	224	48.5151	-2.7684	5
22046 CEDEX 2	Saint-Brieuc	saint-brieuc	53	22	224	48.5151	-2.7684	5
22049 CEDEX 2	Saint-Brieuc	saint-brieuc	53	22	224	48.5151	-2.7684	5
22070 CEDEX 3	Saint-Brieuc	saint-brieuc	53	22	224	48.5151	-2.7684	5
22079 CEDEX 9	Saint-Brieuc	saint-brieuc	53	22	224	48.5151	-2.7684	5
22080 CEDEX 9	Saint-Brieuc	saint-brieuc	53	22	224	48.5151	-2.7684	5
22089 CEDEX 9	Saint-Brieuc	saint-brieuc	53	22	224	48.5151	-2.7684	5
22091 CEDEX 9	Saint-Brieuc	saint-brieuc	53	22	224	48.5151	-2.7684	5
22092 CEDEX 9	Saint-Brieuc	saint-brieuc	53	22	224	48.5151	-2.7684	5
22093 CEDEX 9	Saint-Brieuc	saint-brieuc	53	22	224	48.5151	-2.7684	5
22095 CEDEX 9	Saint-Brieuc	saint-brieuc	53	22	224	48.5151	-2.7684	5
22096 CEDEX 9	Saint-Brieuc	saint-brieuc	53	22	224	48.5151	-2.7684	5
22098 CEDEX 9	Saint-Brieuc	saint-brieuc	53	22	224	48.5151	-2.7684	5
22099 CEDEX 9	Saint-Brieuc	saint-brieuc	53	22	224	48.5151	-2.7684	5
22100	Le Hinglé	le-hingle	53	22	221	48.3929	-2.0785	5
22100	Taden	taden	53	22	221	48.4753	-2.0195	5
22100	Calorguen	calorguen	53	22	221	48.4101	-2.0278	5
22100	Bobital	bobital	53	22	221	48.4154	-2.0997	5
22100	Saint-Carné	saint-carne	53	22	221	48.4154	-2.0682	5
22100	Saint-Hélen	saint-helen	53	22	221	48.47	-1.9589	5
22100	Saint-Samson-sur-Rance	saint-samson-sur-rance	53	22	221	48.4925	-2.0287	5
22100	Trévron	trevron	53	22	221	48.3917	-2.0625	5
22100	Léhon	lehon	53	22	221	48.4443	-2.0458	5
22100	Aucaleuc	aucaleuc	53	22	221	48.4548	-2.1305	5
22100	Quévert	quevert	53	22	221	48.464	-2.0875	5
22100	Trélivan	trelivan	53	22	221	48.432	-2.1175	5
22100	Brusvily	brusvily	53	22	221	48.3907	-2.1278	5
22100	Lanvallay	lanvallay	53	22	221	48.4554	-2.028	5
22100	Dinan	dinan	53	22	221	48.45	-2.0333	5
22101 CEDEX	Dinan	dinan	53	22	221	48.45	-2.0333	5
22102 CEDEX	Dinan	dinan	53	22	221	48.45	-2.0333	5
22103 CEDEX	Dinan	dinan	53	22	221	48.45	-2.0333	5
22104 CEDEX	Dinan	dinan	53	22	221	48.45	-2.0333	5
22105 CEDEX	Dinan	dinan	53	22	221	48.45	-2.0333	5
22106 CEDEX	Dinan	dinan	53	22	221	48.45	-2.0333	5
22107 CEDEX	Dinan	dinan	53	22	221	48.45	-2.0333	5
22108 CEDEX	Dinan	dinan	53	22	221	48.45	-2.0333	5
22109 CEDEX	Dinan	dinan	53	22	221	48.45	-2.0333	5
22110	Kergrist-Moëlou	kergrist-moelou	53	22	222	48.3096	-3.3178	5
22110	Plounévez-Quintin	plounevez-quintin	53	22	222	48.2833	-3.2333	5
22110	Glomel	glomel	53	22	222	48.223	-3.397	5
22110	Plouguernével	plouguernevel	53	22	222	48.2394	-3.2507	5
22110	Mellionnec	mellionnec	53	22	222	48.1744	-3.2959	5
22110	Trémargat	tremargat	53	22	222	48.332	-3.2672	5
22110	Rostrenen	rostrenen	53	22	222	48.237	-3.3144	5
22111 CEDEX	Dinan	dinan	53	22	221	48.45	-2.0333	5
22120	Yffiniac	yffiniac	53	22	224	48.4843	-2.6765	5
22120	Hillion	hillion	53	22	224	48.5143	-2.6663	5
22120	Quessoy	quessoy	53	22	224	48.4221	-2.6609	5
22120	Pommeret	pommeret	53	22	224	48.4638	-2.6269	5
22130	Corseul	corseul	53	22	221	48.4818	-2.1695	5
22130	Saint-Lormel	saint-lormel	53	22	221	48.547	-2.2305	5
22130	Bourseul	bourseul	53	22	221	48.4871	-2.2589	5
22130	Plancoët	plancoet	53	22	221	48.522	-2.2354	5
22130	Pléven	pleven	53	22	221	48.4895	-2.3188	5
22130	Pluduno	pluduno	53	22	221	48.5311	-2.2685	5
22130	Créhen	crehen	53	22	221	48.5455	-2.2131	5
22130	Plorec-sur-Arguenon	plorec-sur-arguenon	53	22	221	48.4789	-2.2975	5
22130	Landébia	landebia	53	22	221	48.5133	-2.3357	5
22130	Languenan	languenan	53	22	221	48.5107	-2.1267	5
22140	Saint-Laurent	saint-laurent	53	22	222	48.6197	-3.2336	5
22140	Bégard	begard	53	22	222	48.6275	-3.3007	5
22140	Berhet	berhet	53	22	223	48.6964	-3.3045	5
22140	Kermoroc’h	kermoroc-h	53	22	222	48.6223	-3.2055	5
22140	Cavan	cavan	53	22	223	48.6724	-3.3461	5
22140	Coatascorn	coatascorn	53	22	223	48.6742	-3.2505	5
22140	Tonquédec	tonquedec	53	22	223	48.6689	-3.3971	5
22140	Landebaëron	landebaeron	53	22	222	48.6354	-3.2099	5
22140	Pluzunet	pluzunet	53	22	223	48.6408	-3.3711	5
22140	Brélidy	brelidy	53	22	222	48.6629	-3.2189	5
22140	Prat	prat	53	22	223	48.6768	-3.2971	5
22150	Langast	langast	53	22	224	48.2808	-2.6628	5
22150	Plœuc-sur-Lié	pl-uc-sur-lie	53	22	224	48.35	-2.75	5
22150	Hénon	henon	53	22	224	48.3843	-2.6833	5
22150	L’Hermitage-Lorge	l-hermitage-lorge	53	22	224	48.3303	-2.8283	5
22150	Plouguenast	plouguenast	53	22	224	48.2821	-2.7044	5
22150	Gausson	gausson	53	22	224	48.2991	-2.7535	5
22150	Saint-Carreuc	saint-carreuc	53	22	224	48.3989	-2.7306	5
22150	Plémy	plemy	53	22	224	48.3364	-2.6824	5
22150	Plœuc-L'Hermitage	pl-uc-l-hermitage	53	22	224	48.3462	-2.7568	5
22160	Calanhel	calanhel	53	22	222	48.436	-3.4797	5
22160	La Chapelle-Neuve	la-chapelle-neuve	53	22	222	48.4617	-3.4201	5
22160	Plourac’h	plourac-h	53	22	222	48.4167	-3.55	5
22160	Maël-Pestivien	mael-pestivien	53	22	222	48.3936	-3.2964	5
22160	Plusquellec	plusquellec	53	22	222	48.3833	-3.4833	5
22160	Duault	duault	53	22	222	48.361	-3.436	5
22160	Saint-Servais	saint-servais	53	22	222	48.3875	-3.3878	5
22160	Carnoët	carnoet	53	22	222	48.3676	-3.5204	5
22160	Lohuec	lohuec	53	22	222	48.4594	-3.521	5
22160	Bulat-Pestivien	bulat-pestivien	53	22	222	48.4284	-3.3301	5
22160	Callac	callac	53	22	222	48.4029	-3.428	5
22160	Saint-Nicodème	saint-nicodeme	53	22	222	48.3423	-3.3382	5
22170	Châtelaudren	chatelaudren	53	22	222	48.54	-2.972	5
22170	Saint-Jean-Kerdaniel	saint-jean-kerdaniel	53	22	222	48.5656	-3.0212	5
22170	Boqueho	boqueho	53	22	222	48.4836	-2.9609	5
22170	Plouagat	plouagat	53	22	222	48.5361	-2.9996	5
22170	Plouvara	plouvara	53	22	222	48.508	-2.9156	5
22170	Bringolo	bringolo	53	22	222	48.5768	-3.0028	5
22170	Plélo	plelo	53	22	222	48.5553	-2.9463	5
22170	Plerneuf	plerneuf	53	22	222	48.5151	-2.8826	5
22170	Lanrodec	lanrodec	53	22	222	48.5162	-3.0312	5
22190	Plérin	plerin	53	22	224	48.5425	-2.7798	5
22191 CEDEX	Plérin	plerin	53	22	224	48.5425	-2.7798	5
22192 CEDEX	Plérin	plerin	53	22	224	48.5425	-2.7798	5
22193 CEDEX	Plérin	plerin	53	22	224	48.5425	-2.7798	5
22194 CEDEX	Plérin	plerin	53	22	224	48.5425	-2.7798	5
22195 CEDEX	Plérin	plerin	53	22	224	48.5425	-2.7798	5
22196 CEDEX	Plérin	plerin	53	22	224	48.5425	-2.7798	5
22199 CEDEX	Plérin	plerin	53	22	224	48.5425	-2.7798	5
22200	Pabu	pabu	53	22	222	48.5861	-3.1361	5
22200	Plouisy	plouisy	53	22	222	48.5782	-3.1843	5
22200	Guingamp	guingamp	53	22	222	48.55	-3.15	5
22200	Squiffiec	squiffiec	53	22	222	48.6283	-3.1542	5
22200	Moustéru	mousteru	53	22	222	48.5173	-3.2396	5
22200	Pommerit-le-Vicomte	pommerit-le-vicomte	53	22	222	48.6199	-3.09	5
22200	Saint-Agathon	saint-agathon	53	22	222	48.5587	-3.1052	5
22200	Grâces	graces	53	22	222	48.5565	-3.1853	5
22200	Trégonneau	tregonneau	53	22	222	48.612	-3.1649	5
22200	Le Merzer	le-merzer	53	22	222	48.5754	-3.0678	5
22201 CEDEX	Guingamp	guingamp	53	22	222	48.55	-3.15	5
22202 CEDEX	Guingamp	guingamp	53	22	222	48.55	-3.15	5
22203 CEDEX	Guingamp	guingamp	53	22	222	48.55	-3.15	5
22204 CEDEX	Guingamp	guingamp	53	22	222	48.55	-3.15	5
22205 CEDEX	Guingamp	guingamp	53	22	222	48.55	-3.15	5
22206 CEDEX	Guingamp	guingamp	53	22	222	48.55	-3.15	5
22209 CEDEX	Guingamp	guingamp	53	22	222	48.55	-3.15	5
22210	La Ferrière	la-ferriere	53	22	224	48.142	-2.6076	5
22210	Le Cambout	le-cambout	53	22	224	48.0588	-2.6103	5
22210	La Chèze	la-cheze	53	22	224	48.1308	-2.6561	5
22210	Plémet	plemet	53	22	224	48.176	-2.5932	5
22210	Plémet	plemet	53	22	224	48.1769	-2.595	5
22210	La Prénessaye	la-prenessaye	53	22	224	48.1825	-2.636	5
22210	Saint-Étienne-du-Gué-de-l’Isle	saint-etienne-du-gue-de-l-isle	53	22	224	48.103	-2.6481	5
22210	Coëtlogon	coetlogon	53	22	224	48.1427	-2.5429	5
22210	Plumieux	plumieux	53	22	224	48.103	-2.5838	5
22220	Plouguiel	plouguiel	53	22	223	48.7974	-3.2388	5
22220	Trédarzec	tredarzec	53	22	223	48.7858	-3.201	5
22220	Tréguier	treguier	53	22	223	48.7833	-3.2333	5
22220	Minihy-Tréguier	minihy-treguier	53	22	223	48.7775	-3.2288	5
22230	Illifaut	illifaut	53	22	224	48.1459	-2.3486	5
22230	Trémorel	tremorel	53	22	224	48.199	-2.2887	5
22230	Saint-Launeuc	saint-launeuc	53	22	224	48.2337	-2.3779	5
22230	Mérillac	merillac	53	22	224	48.2556	-2.3949	5
22230	Saint-Vran	saint-vran	53	22	224	48.2357	-2.4426	5
22230	Merdrignac	merdrignac	53	22	224	48.1937	-2.4153	5
22230	Loscouët-sur-Meu	loscouet-sur-meu	53	22	224	48.1781	-2.2423	5
22230	Gomené	gomene	53	22	224	48.1667	-2.4833	5
22230	Laurenan	laurenan	53	22	224	48.1989	-2.5347	5
22240	La Bouillie	la-bouillie	53	22	224	48.5735	-2.4348	5
22240	Plévenon	plevenon	53	22	221	48.6539	-2.3312	5
22240	Fréhel	frehel	53	22	221	48.6333	-2.3667	5
22240	Plurien	plurien	53	22	224	48.6256	-2.4042	5
22250	Lanrelas	lanrelas	53	22	224	48.25	-2.3	5
22250	Rouillac	rouillac	53	22	224	48.3082	-2.367	5
22250	Broons	broons	53	22	221	48.3175	-2.2595	5
22250	Éréac	ereac	53	22	224	48.2743	-2.3473	5
22250	Sévignac	sevignac	53	22	224	48.333	-2.3392	5
22250	Plumaugat	plumaugat	53	22	221	48.2548	-2.2384	5
22250	Trédias	tredias	53	22	224	48.3568	-2.237	5
22250	Trémeur	tremeur	53	22	224	48.3466	-2.2642	5
22260	Ploëzal	ploezal	53	22	222	48.7153	-3.2033	5
22260	Runan	runan	53	22	222	48.6936	-3.2136	5
22260	Plouëc-du-Trieux	plouec-du-trieux	53	22	222	48.6833	-3.2	5
22260	Pontrieux	pontrieux	53	22	222	48.7011	-3.1597	5
22260	Quemper-Guézennec	quemper-guezennec	53	22	222	48.7038	-3.1052	5
22260	Saint-Clet	saint-clet	53	22	222	48.665	-3.1329	5
22270	Jugon-les-Lacs - Commune nouvelle	jugon-les-lacs-commune-nouvelle	53	22	224	48.4092	-2.3212	5
22270	Jugon-les-Lacs	jugon-les-lacs	53	22	224	48.4167	-2.3333	5
22270	Saint-Rieul	saint-rieul	53	22	224	48.4416	-2.4192	5
22270	Mégrit	megrit	53	22	221	48.3747	-2.2488	5
22270	Plédéliac	pledeliac	53	22	224	48.45	-2.3833	5
22270	Dolo	dolo	53	22	224	48.3839	-2.3292	5
22290	Trévérec	treverec	53	22	222	48.6561	-3.0588	5
22290	Lannebert	lannebert	53	22	222	48.6578	-3.0086	5
22290	Saint-Gilles-les-Bois	saint-gilles-les-bois	53	22	222	48.6517	-3.1036	5
22290	Pléhédel	plehedel	53	22	222	48.6964	-3.0083	5
22290	Goudelin	goudelin	53	22	222	48.6037	-3.0184	5
22290	Tréguidel	treguidel	53	22	222	48.6013	-2.9429	5
22290	Pléguien	pleguien	53	22	222	48.6352	-2.94	5
22290	Lanvollon	lanvollon	53	22	222	48.6312	-2.9864	5
22290	Tréméven	tremeven	53	22	222	48.6667	-3.0333	5
22290	Pludual	pludual	53	22	222	48.6648	-2.9837	5
22290	Le Faouët	le-faouet	53	22	222	48.684	-3.0728	5
22290	Lanleff	lanleff	53	22	222	48.6944	-3.0457	5
22290	Tressignaux	tressignaux	53	22	222	48.6168	-2.9853	5
22290	Gommenec’h	gommenec-h	53	22	222	48.6406	-3.049	5
22300	Trédrez-Locquémeau	tredrez-locquemeau	53	22	223	48.7	-3.5667	5
22300	Caouënnec-Lanvézéac	caouennec-lanvezeac	53	22	223	48.7	-3.3667	5
22300	Lannion	lannion	53	22	223	48.7333	-3.4667	5
22300	Ploubezre	ploubezre	53	22	223	48.7	-3.45	5
22300	Ploumilliau	ploumilliau	53	22	223	48.6833	-3.5167	5
22300	Lanmérin	lanmerin	53	22	223	48.7412	-3.3496	5
22300	Saint-Michel-en-Grève	saint-michel-en-greve	53	22	223	48.6833	-3.5667	5
22300	Ploulec'h	ploulec-h	53	22	223	48.7167	-3.5	5
22300	Rospez	rospez	53	22	223	48.7294	-3.3836	5
22301 CEDEX	Lannion	lannion	53	22	223	48.7333	-3.4667	5
22302 CEDEX	Lannion	lannion	53	22	223	48.7333	-3.4667	5
22303 CEDEX	Lannion	lannion	53	22	223	48.7333	-3.4667	5
22304 CEDEX	Lannion	lannion	53	22	223	48.7333	-3.4667	5
22305 CEDEX	Lannion	lannion	53	22	223	48.7333	-3.4667	5
22306 CEDEX	Lannion	lannion	53	22	223	48.7333	-3.4667	5
22307 CEDEX	Lannion	lannion	53	22	223	48.7333	-3.4667	5
22308 CEDEX	Lannion	lannion	53	22	223	48.7333	-3.4667	5
22309 CEDEX	Lannion	lannion	53	22	223	48.7333	-3.4667	5
22310	Plestin-les-Grèves	plestin-les-greves	53	22	223	48.6584	-3.6306	5
22310	Trémel	tremel	53	22	223	48.6	-3.6167	5
22310	Plufur	plufur	53	22	223	48.6	-3.5667	5
22310	Tréduder	treduder	53	22	223	48.65	-3.5667	5
22320	Corlay	corlay	53	22	224	48.3173	-3.0573	5
22320	Plussulien	plussulien	53	22	224	48.2821	-3.07	5
22320	Saint-Mayeux	saint-mayeux	53	22	224	48.256	-3.0055	5
22320	La Harmoye	la-harmoye	53	22	224	48.3362	-2.9612	5
22320	Le Bodéo	le-bodeo	53	22	224	48.3219	-2.9338	5
22320	Le Haut-Corlay	le-haut-corlay	53	22	224	48.3205	-3.0563	5
22320	Saint-Martin-des-Prés	saint-martin-des-pres	53	22	224	48.3063	-2.9541	5
22330	Langourla	langourla	53	22	224	48.2844	-2.4152	5
22330	Le Gouray	le-gouray	53	22	224	48.3276	-2.4881	5
22330	Saint-Jacut-du-Mené	saint-jacut-du-mene	53	22	224	48.2813	-2.4841	5
22330	Saint-Gouéno	saint-goueno	53	22	224	48.2678	-2.5674	5
22330	Saint-Gilles-du-Mené	saint-gilles-du-mene	53	22	224	48.2478	-2.5474	5
22330	Collinée	collinee	53	22	224	48.2995	-2.5182	5
22330	Le Mené	le-mene	53	22	224	48.3008	-2.52	5
22330	Plessala	plessala	53	22	224	48.2764	-2.6188	5
22340	Tréogan	treogan	53	22	222	48.1833	-3.5167	5
22340	Le Moustoir	le-moustoir	53	22	222	48.2669	-3.5056	5
22340	Plévin	plevin	53	22	222	48.2167	-3.5	5
22340	Locarn	locarn	53	22	222	48.3191	-3.4222	5
22340	Maël-Carhaix	mael-carhaix	53	22	222	48.2844	-3.4232	5
22340	Trébrivan	trebrivan	53	22	222	48.3167	-3.4833	5
22340	Treffrin	treffrin	53	22	222	48.3	-3.5167	5
22340	Paule	paule	53	22	222	48.2358	-3.4429	5
22350	Saint-Maden	saint-maden	53	22	221	48.3306	-2.0783	5
22350	Saint-Jouan-de-l’Isle	saint-jouan-de-l-isle	53	22	221	48.267	-2.1593	5
22350	Plumaudan	plumaudan	53	22	221	48.3574	-2.1247	5
22350	Yvignac-la-Tour	yvignac-la-tour	53	22	221	48.35	-2.1833	5
22350	La Chapelle-Blanche	la-chapelle-blanche	53	22	221	48.2656	-2.1456	5
22350	Caulnes	caulnes	53	22	221	48.288	-2.1552	5
22350	Guenroc	guenroc	53	22	221	48.3174	-2.076	5
22350	Guitté	guitte	53	22	221	48.2966	-2.0951	5
22360	Langueux	langueux	53	22	224	48.495	-2.7185	5
22370	Pléneuf-Val-André	pleneuf-val-andre	53	22	224	48.593	-2.5468	5
22380	Saint-Cast-le-Guildo	saint-cast-le-guildo	53	22	221	48.6303	-2.2578	5
22390	Pont-Melvez	pont-melvez	53	22	222	48.46	-3.3063	5
22390	Bourbriac	bourbriac	53	22	222	48.4738	-3.1876	5
22390	Gurunhuel	gurunhuel	53	22	222	48.5153	-3.2987	5
22390	Saint-Adrien	saint-adrien	53	22	222	48.4895	-3.1308	5
22400	Saint-Denoual	saint-denoual	53	22	224	48.5275	-2.4012	5
22400	Quintenic	quintenic	53	22	224	48.5153	-2.427	5
22400	Saint-Alban	saint-alban	53	22	224	48.5563	-2.5401	5
22400	Coëtmieux	coetmieux	53	22	224	48.4912	-2.6007	5
22400	Lamballe	lamballe	53	22	224	48.4676	-2.5144	5
22400	Morieux	morieux	53	22	224	48.5217	-2.6088	5
22400	Hénansal	henansal	53	22	224	48.5404	-2.4336	5
22400	Andel	andel	53	22	224	48.4899	-2.5664	5
22400	Landéhen	landehen	53	22	224	48.4302	-2.54	5
22400	Meslin	meslin	53	22	224	48.4453	-2.5692	5
22400	Planguenoual	planguenoual	53	22	224	48.533	-2.5764	5
22400	Noyal	noyal	53	22	224	48.4469	-2.4861	5
22402 CEDEX	Lamballe	lamballe	53	22	224	48.4676	-2.5144	5
22403 CEDEX	Lamballe	lamballe	53	22	224	48.4676	-2.5144	5
22404 CEDEX	Lamballe	lamballe	53	22	224	48.4676	-2.5144	5
22405 CEDEX	Lamballe	lamballe	53	22	224	48.4676	-2.5144	5
22409 CEDEX	Lamballe	lamballe	53	22	224	48.4676	-2.5144	5
22410	Saint-Quay-Portrieux	saint-quay-portrieux	53	22	224	48.6499	-2.8306	5
22410	Plourhan	plourhan	53	22	224	48.6333	-2.8833	5
22410	Tréveneuc	treveneuc	53	22	224	48.6648	-2.8691	5
22410	Lantic	lantic	53	22	224	48.6064	-2.882	5
22420	Le Vieux-Marché	le-vieux-marche	53	22	223	48.6	-3.45	5
22420	Trégrom	tregrom	53	22	223	48.6	-3.4046	5
22420	Plouaret	plouaret	53	22	223	48.6167	-3.4667	5
22420	Plouzélambre	plouzelambre	53	22	223	48.65	-3.5333	5
22420	Lanvellec	lanvellec	53	22	223	48.6197	-3.5372	5
22430	Erquy	erquy	53	22	224	48.6319	-2.4628	5
22440	Ploufragan	ploufragan	53	22	224	48.4914	-2.7946	5
22440	La Méaugon	la-meaugon	53	22	224	48.4993	-2.8385	5
22440	Trémuson	tremuson	53	22	224	48.5232	-2.8483	5
22450	Mantallot	mantallot	53	22	223	48.7067	-3.2986	5
22450	Coatréven	coatreven	53	22	223	48.7667	-3.3333	5
22450	La Roche-Derrien	la-roche-derrien	53	22	223	48.7463	-3.2614	5
22450	Quemperven	quemperven	53	22	223	48.7236	-3.323	5
22450	Pouldouran	pouldouran	53	22	223	48.7644	-3.1987	5
22450	Trézény	trezeny	53	22	223	48.7586	-3.3674	5
22450	Langoat	langoat	53	22	223	48.7506	-3.2812	5
22450	Kermaria-Sulard	kermaria-sulard	53	22	223	48.7723	-3.3702	5
22450	Pommerit-Jaudy	pommerit-jaudy	53	22	223	48.7306	-3.2421	5
22450	Camlez	camlez	53	22	223	48.7783	-3.304	5
22450	Troguéry	troguery	53	22	223	48.7542	-3.2272	5
22450	Hengoat	hengoat	53	22	223	48.7433	-3.1981	5
22460	Saint-Hervé	saint-herve	53	22	224	48.277	-2.8253	5
22460	Saint-Thélo	saint-thelo	53	22	224	48.2283	-2.8542	5
22460	Merléac	merleac	53	22	224	48.2773	-2.8987	5
22460	Uzel	uzel	53	22	224	48.2798	-2.8392	5
22460	Allineuc	allineuc	53	22	224	48.3109	-2.8719	5
22460	Grâce-Uzel	grace-uzel	53	22	224	48.2412	-2.8007	5
22460	Le Quillio	le-quillio	53	22	224	48.2416	-2.883	5
22470	Plouézec	plouezec	53	22	222	48.7512	-2.9847	5
22480	Saint-Nicolas-du-Pélem	saint-nicolas-du-pelem	53	22	222	48.3122	-3.1646	5
22480	Sainte-Tréphine	sainte-trephine	53	22	222	48.269	-3.1537	5
22480	Lanrivain	lanrivain	53	22	222	48.3467	-3.2142	5
22480	Canihuel	canihuel	53	22	222	48.3387	-3.1066	5
22480	Peumerit-Quintin	peumerit-quintin	53	22	222	48.3614	-3.2729	5
22480	Saint-Connan	saint-connan	53	22	222	48.4181	-3.0633	5
22480	Kerien	kerien	53	22	222	48.3833	-3.2167	5
22480	Magoar	magoar	53	22	222	48.4	-3.1833	5
22480	Kerpert	kerpert	53	22	222	48.3768	-3.1342	5
22480	Saint-Gilles-Pligeaux	saint-gilles-pligeaux	53	22	222	48.3793	-3.0955	5
22490	Tréméreuc	tremereuc	53	22	221	48.5585	-2.0641	5
22490	Langrolay-sur-Rance	langrolay-sur-rance	53	22	221	48.55	-2	5
22490	Plouër-sur-Rance	plouer-sur-rance	53	22	221	48.5267	-2.003	5
22490	Pleslin-Trigavou	pleslin-trigavou	53	22	221	48.5333	-2.0667	5
22500	Paimpol	paimpol	53	22	222	48.7784	-3.0438	5
22500	Kerfot	kerfot	53	22	222	48.7374	-3.0286	5
22501 CEDEX	Paimpol	paimpol	53	22	222	48.7784	-3.0438	5
22502 CEDEX	Paimpol	paimpol	53	22	222	48.7784	-3.0438	5
22503 CEDEX	Paimpol	paimpol	53	22	222	48.7784	-3.0438	5
22504 CEDEX	Paimpol	paimpol	53	22	222	48.7784	-3.0438	5
22505 CEDEX	Paimpol	paimpol	53	22	222	48.7784	-3.0438	5
22509 CEDEX	Paimpol	paimpol	53	22	222	48.7784	-3.0438	5
22510	Bréhand	brehand	53	22	224	48.4033	-2.5741	5
22510	Moncontour	moncontour	53	22	224	48.3598	-2.6326	5
22510	Trédaniel	tredaniel	53	22	224	48.3583	-2.6191	5
22510	Saint-Trimoël	saint-trimoel	53	22	224	48.3857	-2.5483	5
22510	Trébry	trebry	53	22	224	48.3549	-2.5512	5
22510	Saint-Glen	saint-glen	53	22	224	48.3584	-2.5235	5
22510	Penguily	penguily	53	22	224	48.0437	-2.5009	5
22520	Binic	binic	53	22	224	48.6007	-2.826	5
22520	Binic-Étables-sur-Mer	binic-etables-sur-mer	53	22	224	48.6261	-2.8342	5
22530	Saint-Gilles-Vieux-Marché	saint-gilles-vieux-marche	53	22	224	48.25	-2.9667	5
22530	Mûr-de-Bretagne	mur-de-bretagne	53	22	224	48.2	-2.9833	5
22530	Saint-Connec	saint-connec	53	22	224	48.1768	-2.9188	5
22530	Saint-Guen	saint-guen	53	22	224	48.2173	-2.936	5
22530	Caurel	caurel	53	22	224	48.2158	-3.04	5
22540	Tréglamus	treglamus	53	22	222	48.5573	-3.2742	5
22540	Pédernec	pedernec	53	22	222	48.5968	-3.2695	5
22540	Louargat	louargat	53	22	222	48.5658	-3.3375	5
22550	Ruca	ruca	53	22	221	48.5667	-2.3387	5
22550	Matignon	matignon	53	22	221	48.5963	-2.2913	5
22550	Pléboulle	pleboulle	53	22	221	48.6085	-2.3378	5
22550	Hénanbihen	henanbihen	53	22	224	48.5607	-2.376	5
22550	Saint-Pôtan	saint-potan	53	22	221	48.55	-2.2833	5
22560	Pleumeur-Bodou	pleumeur-bodou	53	22	223	48.7667	-3.5167	5
22560	Trébeurden	trebeurden	53	22	223	48.7667	-3.5667	5
22570	Gouarec	gouarec	53	22	222	48.2272	-3.1799	5
22570	Lescouët-Gouarec	lescouet-gouarec	53	22	222	48.1603	-3.2441	5
22570	Plélauff	plelauff	53	22	222	48.2059	-3.2076	5
22570	Saint-Gelven	saint-gelven	53	22	222	48.2263	-3.0963	5
22570	Perret	perret	53	22	222	48.1754	-3.159	5
22570	Laniscat	laniscat	53	22	222	48.2423	-3.123	5
22570	Saint-Igeaux	saint-igeaux	53	22	222	48.273	-3.1055	5
22580	Plouha	plouha	53	22	222	48.6765	-2.9284	5
22580	Lanloup	lanloup	53	22	222	48.7128	-2.9655	5
22590	Tréméloir	tremeloir	53	22	224	48.5543	-2.859	5
22590	Pordic	pordic	53	22	224	48.5705	-2.8178	5
22590	Trégomeur	tregomeur	53	22	222	48.5667	-2.8833	5
22600	Loudéac	loudeac	53	22	224	48.1783	-2.7543	5
22600	Saint-Maudan	saint-maudan	53	22	224	48.1131	-2.7739	5
22600	La Motte	la-motte	53	22	224	48.2338	-2.7327	5
22600	Saint-Barnabé	saint-barnabe	53	22	224	48.1371	-2.7048	5
22600	Hémonstoir	hemonstoir	53	22	224	48.1586	-2.8304	5
22600	Saint-Caradec	saint-caradec	53	22	224	48.1943	-2.8439	5
22600	Trévé	treve	53	22	224	48.2115	-2.7932	5
22602 CEDEX	Loudéac	loudeac	53	22	224	48.1783	-2.7543	5
22603 CEDEX	Loudéac	loudeac	53	22	224	48.1783	-2.7543	5
22604 CEDEX	Loudéac	loudeac	53	22	224	48.1783	-2.7543	5
22605 CEDEX	Loudéac	loudeac	53	22	224	48.1783	-2.7543	5
22606 CEDEX	Loudéac	loudeac	53	22	224	48.1783	-2.7543	5
22607 CEDEX	Loudéac	loudeac	53	22	224	48.1783	-2.7543	5
22609 CEDEX	Loudéac	loudeac	53	22	224	48.1783	-2.7543	5
22610	Kerbors	kerbors	53	22	223	48.8285	-3.1834	5
22610	Lanmodez	lanmodez	53	22	223	48.8416	-3.1068	5
22610	Pleubian	pleubian	53	22	223	48.8427	-3.139	5
22620	Ploubazlanec	ploubazlanec	53	22	222	48.8	-3.0333	5
22630	Évran	evran	53	22	221	48.3799	-1.9808	5
22630	Le Quiou	le-quiou	53	22	221	48.3507	-2.006	5
22630	Saint-André-des-Eaux	saint-andre-des-eaux	53	22	221	48.3703	-2.0133	5
22630	Saint-Juvat	saint-juvat	53	22	221	48.3534	-2.0439	5
22630	Tréfumel	trefumel	53	22	221	48.3382	-2.0267	5
22630	Les Champs-Géraux	les-champs-geraux	53	22	221	48.4165	-1.9709	5
22630	Saint-Judoce	saint-judoce	53	22	221	48.3667	-1.95	5
22640	La Malhoure	la-malhoure	53	22	224	48.3953	-2.4951	5
22640	Tramain	tramain	53	22	224	48.4008	-2.4019	5
22640	Plénée-Jugon	plenee-jugon	53	22	224	48.3646	-2.4004	5
22640	Plestan	plestan	53	22	224	48.4227	-2.4478	5
22650	Ploubalay	ploubalay	53	22	221	48.5811	-2.1407	5
22650	Plessix-Balisson	plessix-balisson	53	22	221	48.5374	-2.1423	5
22650	Trégon	tregon	53	22	221	48.5695	-2.1825	5
22660	Trélévern	trelevern	53	22	223	48.8107	-3.3714	5
22660	Trévou-Tréguignec	trevou-treguignec	53	22	223	48.8187	-3.3413	5
22680	Binic-Étables-sur-Mer	binic-etables-sur-mer	53	22	224	48.6261	-2.8342	5
22680	Étables-sur-Mer	etables-sur-mer	53	22	224	48.6333	-2.8333	5
22690	La Vicomté-sur-Rance	la-vicomte-sur-rance	53	22	221	48.4913	-1.9814	5
22690	Pleudihen-sur-Rance	pleudihen-sur-rance	53	22	221	48.5167	-1.9667	5
22700	Louannec	louannec	53	22	223	48.7942	-3.412	5
22700	Saint-Quay-Perros	saint-quay-perros	53	22	223	48.7833	-3.45	5
22700	Perros-Guirec	perros-guirec	53	22	223	48.8145	-3.4396	5
22710	Penvénan	penvenan	53	22	223	48.8118	-3.2955	5
22720	Plésidy	plesidy	53	22	222	48.4473	-3.1207	5
22720	Saint-Péver	saint-pever	53	22	222	48.4811	-3.1009	5
22720	Saint-Fiacre	saint-fiacre	53	22	222	48.4608	-3.0609	5
22720	Senven-Léhart	senven-lehart	53	22	222	48.4251	-3.0687	5
22730	Trégastel	tregastel	53	22	223	48.8167	-3.5	5
22740	Pleumeur-Gautier	pleumeur-gautier	53	22	223	48.8004	-3.1558	5
22740	Lézardrieux	lezardrieux	53	22	223	48.7851	-3.1059	5
22740	Pleudaniel	pleudaniel	53	22	223	48.7664	-3.1403	5
22750	Saint-Jacut-de-la-Mer	saint-jacut-de-la-mer	53	22	221	48.5974	-2.1889	5
22770	Lancieux	lancieux	53	22	221	48.6077	-2.1503	5
22780	Plounérin	plounerin	53	22	223	48.5667	-3.5333	5
22780	Loguivy-Plougras	loguivy-plougras	53	22	223	48.5229	-3.4876	5
22780	Plougras	plougras	53	22	223	48.5167	-3.5667	5
22800	Quintin	quintin	53	22	224	48.4034	-2.9105	5
22800	Lanfains	lanfains	53	22	224	48.352	-2.913	5
22800	Saint-Brandan	saint-brandan	53	22	224	48.3901	-2.8687	5
22800	Le Vieux-Bourg	le-vieux-bourg	53	22	224	48.3883	-2.9998	5
22800	Plaine-Haute	plaine-haute	53	22	224	48.4444	-2.8542	5
22800	Saint-Donan	saint-donan	53	22	224	48.4696	-2.8844	5
22800	Saint-Gildas	saint-gildas	53	22	224	48.4216	-3.0027	5
22800	Saint-Bihy	saint-bihy	53	22	224	48.3788	-2.9702	5
22800	Le Leslay	le-leslay	53	22	224	48.4297	-2.966	5
22800	Le Fœil	le-f-il	53	22	224	48.4333	-2.9167	5
22800	Cohiniac	cohiniac	53	22	222	48.4613	-2.9493	5
22810	Plougonver	plougonver	53	22	222	48.4841	-3.3777	5
22810	Plounévez-Moëdec	plounevez-moedec	53	22	223	48.5667	-3.45	5
22810	Loc-Envel	loc-envel	53	22	222	48.5159	-3.4095	5
22810	Belle-Isle-en-Terre	belle-isle-en-terre	53	22	222	48.5448	-3.395	5
22820	Plougrescant	plougrescant	53	22	223	48.8403	-3.2289	5
22830	Plouasne	plouasne	53	22	221	48.3008	-2.007	5
22860	Plourivo	plourivo	53	22	222	48.7455	-3.0707	5
22870	Île-de-Bréhat	ile-de-brehat	53	22	224	48.85	-3	5
22930	Yvias	yvias	53	22	222	48.7141	-3.052	5
22940	Saint-Julien	saint-julien	53	22	224	48.4514	-2.8125	5
22940	Plaintel	plaintel	53	22	224	48.4073	-2.8173	5
22950	Trégueux	tregueux	53	22	224	48.4833	-2.7333	5
22960	Plédran	pledran	53	22	224	48.446	-2.7467	5
22970	Ploumagoar	ploumagoar	53	22	222	48.5451	-3.1323	5
22970	Coadout	coadout	53	22	222	48.5174	-3.1873	5
22980	Saint-Maudez	saint-maudez	53	22	221	48.4528	-2.182	5
22980	Saint-Méloir-des-Bois	saint-meloir-des-bois	53	22	221	48.45	-2.25	5
22980	La Landec	la-landec	53	22	221	48.436	-2.1795	5
22980	Trébédan	trebedan	53	22	221	48.3987	-2.1712	5
22980	Saint-Michel-de-Plélan	saint-michel-de-plelan	53	22	221	48.4658	-2.2147	5
22980	Plélan-le-Petit	plelan-le-petit	53	22	221	48.4316	-2.2174	5
22980	Languédias	languedias	53	22	221	48.3879	-2.2125	5
22980	Vildé-Guingalan	vilde-guingalan	53	22	221	48.4374	-2.1586	5
29000	Quimper	quimper	53	29	294	48	-4.1	5
29018 CEDEX	Quimper	quimper	53	29	294	48	-4.1	5
29080 CEDEX 9	Quimper	quimper	53	29	294	48	-4.1	5
29100	Kerlaz	kerlaz	53	29	294	48.0913	-4.2715	5
29100	Douarnenez	douarnenez	53	29	294	48.0954	-4.329	5
29100	Poullan-sur-Mer	poullan-sur-mer	53	29	294	48.0833	-4.4167	5
29100	Pouldergat	pouldergat	53	29	294	48.05	-4.3333	5
29100	Le Juch	le-juch	53	29	294	48.0658	-4.2551	5
29101 CEDEX	Quimper	quimper	53	29	294	48	-4.1	5
29102 CEDEX	Quimper	quimper	53	29	294	48	-4.1	5
29103 CEDEX	Quimper	quimper	53	29	294	48	-4.1	5
29104 CEDEX	Quimper	quimper	53	29	294	48	-4.1	5
29105 CEDEX	Quimper	quimper	53	29	294	48	-4.1	5
29106 CEDEX	Quimper	quimper	53	29	294	48	-4.1	5
29107 CEDEX	Quimper	quimper	53	29	294	48	-4.1	5
29108 CEDEX	Quimper	quimper	53	29	294	48	-4.1	5
29109 CEDEX	Quimper	quimper	53	29	294	48	-4.1	5
29120	Pont-l’Abbé	pont-l-abbe	53	29	294	47.8667	-4.2167	5
29120	Tréméoc	tremeoc	53	29	294	47.9	-4.2167	5
29120	Combrit	combrit	53	29	294	47.8873	-4.1582	5
29120	Saint-Jean-Trolimon	saint-jean-trolimon	53	29	294	47.8667	-4.2833	5
29120	Plomeur	plomeur	53	29	294	47.8333	-4.2833	5
29121 CEDEX	Pont-l’Abbé	pont-l-abbe	53	29	294	47.8667	-4.2167	5
29122 CEDEX	Pont-l’Abbé	pont-l-abbe	53	29	294	47.8667	-4.2167	5
29123 CEDEX	Pont-l’Abbé	pont-l-abbe	53	29	294	47.8667	-4.2167	5
29124 CEDEX	Pont-l’Abbé	pont-l-abbe	53	29	294	47.8667	-4.2167	5
29125 CEDEX	Pont-l’Abbé	pont-l-abbe	53	29	294	47.8667	-4.2167	5
29129 CEDEX	Pont-l’Abbé	pont-l-abbe	53	29	294	47.8667	-4.2167	5
29140	Tourch	tourch	53	29	294	48.0333	-3.8333	5
29140	Melgven	melgven	53	29	294	47.9063	-3.8352	5
29140	Saint-Yvi	saint-yvi	53	29	294	47.9667	-3.9333	5
29140	Rosporden	rosporden	53	29	294	47.9667	-3.8333	5
29150	Saint-Coulitz	saint-coulitz	53	29	292	48.1833	-4.0667	5
29150	Cast	cast	53	29	292	48.1571	-4.1389	5
29150	Port-Launay	port-launay	53	29	292	48.2167	-4.0667	5
29150	Châteaulin	chateaulin	53	29	292	48.2	-4.0833	5
29150	Dinéault	dineault	53	29	292	48.2192	-4.1641	5
29160	Crozon	crozon	53	29	292	48.2464	-4.4899	5
29160	Lanvéoc	lanveoc	53	29	292	48.288	-4.4628	5
29170	Pleuven	pleuven	53	29	294	47.9	-4.0333	5
29170	Saint-Évarzec	saint-evarzec	53	29	294	47.9333	-4.0167	5
29170	Fouesnant	fouesnant	53	29	294	47.8919	-4.0148	5
29171 CEDEX	Douarnenez	douarnenez	53	29	294	48.0954	-4.329	5
29172 CEDEX	Douarnenez	douarnenez	53	29	294	48.0954	-4.329	5
29173 CEDEX	Douarnenez	douarnenez	53	29	294	48.0954	-4.329	5
29174 CEDEX	Douarnenez	douarnenez	53	29	294	48.0954	-4.329	5
29176 CEDEX	Douarnenez	douarnenez	53	29	294	48.0954	-4.329	5
29177 CEDEX	Douarnenez	douarnenez	53	29	294	48.0954	-4.329	5
29179 CEDEX	Douarnenez	douarnenez	53	29	294	48.0954	-4.329	5
29180	Quéménéven	quemeneven	53	29	294	48.1167	-4.1167	5
29180	Guengat	guengat	53	29	294	48.0419	-4.2047	5
29180	Locronan	locronan	53	29	294	48.0988	-4.2077	5
29180	Plogonnec	plogonnec	53	29	294	48.0833	-4.1833	5
29181 CEDEX	Concarneau	concarneau	53	29	294	47.875	-3.9224	5
29182 CEDEX	Concarneau	concarneau	53	29	294	47.875	-3.9224	5
29183 CEDEX	Concarneau	concarneau	53	29	294	47.875	-3.9224	5
29184 CEDEX	Concarneau	concarneau	53	29	294	47.875	-3.9224	5
29185 CEDEX	Concarneau	concarneau	53	29	294	47.875	-3.9224	5
29186 CEDEX	Concarneau	concarneau	53	29	294	47.875	-3.9224	5
29187 CEDEX	Concarneau	concarneau	53	29	294	47.875	-3.9224	5
29189 CEDEX	Concarneau	concarneau	53	29	294	47.875	-3.9224	5
29190	Lennon	lennon	53	29	292	48.1928	-3.8971	5
29190	Brasparts	brasparts	53	29	292	48.3017	-3.9552	5
29190	Lannédern	lannedern	53	29	292	48.3014	-3.8955	5
29190	Le Cloître-Pleyben	le-cloitre-pleyben	53	29	292	48.2577	-3.8903	5
29190	Lothey	lothey	53	29	292	48.1833	-4.0167	5
29190	Pleyben	pleyben	53	29	292	48.2333	-3.9667	5
29190	Gouézec	gouezec	53	29	292	48.1691	-3.9728	5
29190	Saint-Rivoal	saint-rivoal	53	29	292	48.35	-4	5
29191 CEDEX	Quimper	quimper	53	29	294	48	-4.1	5
29192 CEDEX	Quimper	quimper	53	29	294	48	-4.1	5
29193 CEDEX	Quimper	quimper	53	29	294	48	-4.1	5
29196 CEDEX	Quimper	quimper	53	29	294	48	-4.1	5
29199 CEDEX	Quimper	quimper	53	29	294	48	-4.1	5
29200	Brest	brest	53	29	291	48.3903	-4.4863	5
29206 CEDEX	Landerneau	landerneau	53	29	291	48.4525	-4.2525	5
29207 CEDEX	Landerneau	landerneau	53	29	291	48.4525	-4.2525	5
29208 CEDEX	Landerneau	landerneau	53	29	291	48.4525	-4.2525	5
29209 CEDEX	Landerneau	landerneau	53	29	291	48.4525	-4.2525	5
29210 CEDEX 1	Brest	brest	53	29	291	48.3903	-4.4863	5
29211 CEDEX 1	Brest	brest	53	29	291	48.3903	-4.4863	5
29212 CEDEX 1	Brest	brest	53	29	291	48.3903	-4.4863	5
29213 CEDEX 1	Brest	brest	53	29	291	48.3903	-4.4863	5
29217	Le Conquet	le-conquet	53	29	291	48.3605	-4.7709	5
29217	Plougonvelin	plougonvelin	53	29	291	48.3406	-4.7185	5
29217	Trébabu	trebabu	53	29	291	48.3667	-4.7333	5
29218 CEDEX 2	Brest	brest	53	29	291	48.3903	-4.4863	5
29219 CEDEX 2	Brest	brest	53	29	291	48.3903	-4.4863	5
29220 CEDEX 2	Brest	brest	53	29	291	48.3903	-4.4863	5
29221 CEDEX 2	Brest	brest	53	29	291	48.3903	-4.4863	5
29222 CEDEX 2	Brest	brest	53	29	291	48.3903	-4.4863	5
29223 CEDEX 2	Brest	brest	53	29	291	48.3903	-4.4863	5
29224 CEDEX 2	Brest	brest	53	29	291	48.3903	-4.4863	5
29225 CEDEX 2	Brest	brest	53	29	291	48.3903	-4.4863	5
29227 CEDEX 2	Brest	brest	53	29	291	48.3903	-4.4863	5
29228 CEDEX 2	Brest	brest	53	29	291	48.3903	-4.4863	5
29229 CEDEX 2	Brest	brest	53	29	291	48.3903	-4.4863	5
29231 CEDEX 3	Brest	brest	53	29	291	48.3903	-4.4863	5
29233	Cléder	cleder	53	29	293	48.663	-4.102	5
29238 CEDEX 2	Brest	brest	53	29	291	48.3903	-4.4863	5
29240 CEDEX 9	Brest	brest	53	29	291	48.3903	-4.4863	5
29241	Locquirec	locquirec	53	29	293	48.6924	-3.6455	5
29242	Ouessant	ouessant	53	29	291	48.4597	-5.0862	5
29246	Poullaouen	poullaouen	53	29	292	48.3333	-3.65	5
29250	Sibiril	sibiril	53	29	293	48.6667	-4.0667	5
29250	Plougoulm	plougoulm	53	29	293	48.6667	-4.05	5
29250	Santec	santec	53	29	293	48.7	-4.0333	5
29250	Saint-Pol-de-Léon	saint-pol-de-leon	53	29	293	48.6833	-3.9833	5
29252	Plouezoc'h	plouezoc-h	53	29	293	48.6333	-3.8167	5
29253	Île-de-Batz	ile-de-batz	53	29	293	48.75	-4.0167	5
29259	Île-Molène	ile-molene	53	29	291	48.3966	-4.9558	5
29260	Saint-Frégant	saint-fregant	53	29	291	48.6	-4.3833	5
29260	Lesneven	lesneven	53	29	291	48.5723	-4.3213	5
29260	Loc-Brévalaire	loc-brevalaire	53	29	291	48.55	-4.4	5
29260	Le Folgoët	le-folgoet	53	29	291	48.5636	-4.3364	5
29260	Trégarantec	tregarantec	53	29	291	48.55	-4.2833	5
29260	Saint-Méen	saint-meen	53	29	291	48.5667	-4.2667	5
29260	Ploudaniel	ploudaniel	53	29	291	48.5333	-4.3167	5
29260	Plouider	plouider	53	29	291	48.6167	-4.3	5
29260	Kernilis	kernilis	53	29	291	48.5707	-4.418	5
29260	Lanarvily	lanarvily	53	29	291	48.5518	-4.388	5
29260	Kernouës	kernoues	53	29	291	48.5893	-4.348	5
29270	Cléden-Poher	cleden-poher	53	29	292	48.2364	-3.6691	5
29270	Carhaix-Plouguer	carhaix-plouguer	53	29	292	48.2759	-3.5733	5
29270	Motreff	motreff	53	29	292	48.201	-3.5542	5
29270	Saint-Hernin	saint-hernin	53	29	292	48.2167	-3.6333	5
29270	Plounévézel	plounevezel	53	29	292	48.3	-3.6	5
29270	Kergloff	kergloff	53	29	292	48.274	-3.6216	5
29280	Locmaria-Plouzané	locmaria-plouzane	53	29	291	48.3667	-4.65	5
29280	Plouzané	plouzane	53	29	291	48.3833	-4.6167	5
29282 CEDEX 2	Brest	brest	53	29	291	48.3903	-4.4863	5
29289 CEDEX 2	Brest	brest	53	29	291	48.3903	-4.4863	5
29290	Saint-Renan	saint-renan	53	29	291	48.4333	-4.6167	5
29290	Milizac	milizac	53	29	291	48.4667	-4.5667	5
29290	Tréouergat	treouergat	53	29	291	48.5	-4.6	5
29290	Lanrivoaré	lanrivoare	53	29	291	48.4731	-4.6387	5
29290	Guipronvel	guipronvel	53	29	291	48.4909	-4.5737	5
29299 CEDEX	Morlaix	morlaix	53	29	293	48.5833	-3.8333	5
29300	Rédené	redene	53	29	294	47.85	-3.4667	5
29300	Arzano	arzano	53	29	294	47.9014	-3.4403	5
29300	Tréméven	tremeven	53	29	294	47.9	-3.5333	5
29300	Guilligomarc’h	guilligomarc-h	53	29	294	47.9364	-3.4154	5
29300	Baye	baye	53	29	294	47.8572	-3.6044	5
29300	Quimperlé	quimperle	53	29	294	47.8667	-3.55	5
29300	Mellac	mellac	53	29	294	47.9035	-3.5767	5
29310	Locunolé	locunole	53	29	294	47.9367	-3.4787	5
29310	Querrien	querrien	53	29	294	47.9667	-3.5333	5
29320 CEDEX	Quimper	quimper	53	29	294	48	-4.1	5
29321 CEDEX 9	Quimper	quimper	53	29	294	48	-4.1	5
29322 CEDEX	Quimper	quimper	53	29	294	48	-4.1	5
29323 CEDEX	Quimper	quimper	53	29	294	48	-4.1	5
29324 CEDEX	Quimper	quimper	53	29	294	48	-4.1	5
29325 CEDEX	Quimper	quimper	53	29	294	48	-4.1	5
29326 CEDEX	Quimper	quimper	53	29	294	48	-4.1	5
29327 CEDEX	Quimper	quimper	53	29	294	48	-4.1	5
29328 CEDEX	Quimper	quimper	53	29	294	48	-4.1	5
29330 CEDEX	Quimper	quimper	53	29	294	48	-4.1	5
29331 CEDEX	Quimper	quimper	53	29	294	48	-4.1	5
29332 CEDEX 9	Quimper	quimper	53	29	294	48	-4.1	5
29333 CEDEX	Quimper	quimper	53	29	294	48	-4.1	5
29334 CEDEX	Quimper	quimper	53	29	294	48	-4.1	5
29335 CEDEX	Quimper	quimper	53	29	294	48	-4.1	5
29336 CEDEX	Quimper	quimper	53	29	294	48	-4.1	5
29337 CEDEX	Quimper	quimper	53	29	294	48	-4.1	5
29340	Riec-sur-Belon	riec-sur-belon	53	29	294	47.8333	-3.7	5
29350	Moëlan-sur-Mer	moelan-sur-mer	53	29	294	47.8142	-3.6289	5
29360	Clohars-Carnoët	clohars-carnoet	53	29	294	47.7961	-3.585	5
29370	Coray	coray	53	29	292	48.0593	-3.8306	5
29370	Elliant	elliant	53	29	294	47.9942	-3.8897	5
29380	Le Trévoux	le-trevoux	53	29	294	47.8948	-3.6408	5
29380	Bannalec	bannalec	53	29	294	47.9323	-3.6976	5
29380	Saint-Thurien	saint-thurien	53	29	294	47.95	-3.6333	5
29390	Scaër	scaer	53	29	294	48.0333	-3.7	5
29390	Leuhan	leuhan	53	29	292	48.0991	-3.7837	5
29391 CEDEX	Quimperlé	quimperle	53	29	294	47.8667	-3.55	5
29392 CEDEX	Quimperlé	quimperle	53	29	294	47.8667	-3.55	5
29393 CEDEX	Quimperlé	quimperle	53	29	294	47.8667	-3.55	5
29394 CEDEX	Quimperlé	quimperle	53	29	294	47.8667	-3.55	5
29395 CEDEX	Quimperlé	quimperle	53	29	294	47.8667	-3.55	5
29396 CEDEX	Quimperlé	quimperle	53	29	294	47.8667	-3.55	5
29397 CEDEX	Quimperlé	quimperle	53	29	294	47.8667	-3.55	5
29398 CEDEX	Quimperlé	quimperle	53	29	294	47.8667	-3.55	5
29399 CEDEX	Quimperlé	quimperle	53	29	294	47.8667	-3.55	5
29400	Locmélar	locmelar	53	29	293	48.4537	-4.0652	5
29400	Lampaul-Guimiliau	lampaul-guimiliau	53	29	293	48.4916	-4.0414	5
29400	Plounéventer	plouneventer	53	29	293	48.5167	-4.2167	5
29400	Bodilis	bodilis	53	29	293	48.5298	-4.1157	5
29400	Lanneuffret	lanneuffret	53	29	291	48.4973	-4.2024	5
29400	Saint-Servais	saint-servais	53	29	293	48.5167	-4.15	5
29400	Saint-Sauveur	saint-sauveur	53	29	293	48.45	-4	5
29400	Loc-Eguiner	loc-eguiner	53	29	293	48.4667	-4.1	5
29400	Landivisiau	landivisiau	53	29	293	48.5078	-4.0683	5
29400	Guimiliau	guimiliau	53	29	293	48.488	-3.9971	5
29400	Plougourvest	plougourvest	53	29	293	48.55	-4.0833	5
29401 CEDEX	Landivisiau	landivisiau	53	29	293	48.5078	-4.0683	5
29402 CEDEX	Landivisiau	landivisiau	53	29	293	48.5078	-4.0683	5
29403 CEDEX	Landivisiau	landivisiau	53	29	293	48.5078	-4.0683	5
29404 CEDEX	Landivisiau	landivisiau	53	29	293	48.5078	-4.0683	5
29406 CEDEX	Landivisiau	landivisiau	53	29	293	48.5078	-4.0683	5
29407 CEDEX	Landivisiau	landivisiau	53	29	293	48.5078	-4.0683	5
29409 CEDEX	Landivisiau	landivisiau	53	29	293	48.5078	-4.0683	5
29410	Le Cloître-Saint-Thégonnec	le-cloitre-saint-thegonnec	53	29	293	48.4796	-3.7938	5
29410	Loc-Eguiner-Saint-Thégonnec	loc-eguiner-saint-thegonnec	53	29	293	48.4667	-3.9667	5
29410	Guiclan	guiclan	53	29	293	48.5497	-3.9621	5
29410	Saint-Thégonnec	saint-thegonnec	53	29	293	48.5167	-3.95	5
29410	Saint-Thégonnec Loc-Eguiner	saint-thegonnec-loc-eguiner	53	29	293	48.5211	-3.9467	5
29410	Plounéour-Ménez	plouneour-menez	53	29	293	48.45	-3.8833	5
29410	Pleyber-Christ	pleyber-christ	53	29	293	48.5	-3.8667	5
29411 CEDEX	Landerneau	landerneau	53	29	291	48.4525	-4.2525	5
29412 CEDEX	Landerneau	landerneau	53	29	291	48.4525	-4.2525	5
29413 CEDEX	Landerneau	landerneau	53	29	291	48.4525	-4.2525	5
29414 CEDEX	Landerneau	landerneau	53	29	291	48.4525	-4.2525	5
29419 CEDEX	Landerneau	landerneau	53	29	291	48.4525	-4.2525	5
29420	Mespaul	mespaul	53	29	293	48.6192	-4.0252	5
29420	Plouénan	plouenan	53	29	293	48.6333	-4	5
29420	Plouvorn	plouvorn	53	29	293	48.5833	-4.0333	5
29430	Lanhouarneau	lanhouarneau	53	29	293	48.5797	-4.2091	5
29430	Tréflez	treflez	53	29	293	48.6167	-4.2667	5
29430	Plounévez-Lochrist	plounevez-lochrist	53	29	293	48.6167	-4.2167	5
29430	Plouescat	plouescat	53	29	293	48.6667	-4.1667	5
29440	Saint-Derrien	saint-derrien	53	29	293	48.55	-4.1833	5
29440	Trézilidé	trezilide	53	29	293	48.6167	-4.0833	5
29440	Plougar	plougar	53	29	293	48.5667	-4.15	5
29440	Saint-Vougay	saint-vougay	53	29	293	48.6	-4.1333	5
29440	Tréflaouénan	treflaouenan	53	29	293	48.6333	-4.1	5
29440	Plouzévédé	plouzevede	53	29	293	48.6	-4.1167	5
29450	Sizun	sizun	53	29	293	48.4	-4.0833	5
29450	Commana	commana	53	29	293	48.413	-3.9558	5
29450	Le Tréhou	le-trehou	53	29	291	48.3943	-4.1313	5
29455 CEDEX 2	Brest	brest	53	29	291	48.3903	-4.4863	5
29460	Logonna-Daoulas	logonna-daoulas	53	29	291	48.3231	-4.2968	5
29460	Hanvec	hanvec	53	29	291	48.3269	-4.1595	5
29460	Dirinon	dirinon	53	29	291	48.3978	-4.2702	5
29460	Daoulas	daoulas	53	29	291	48.3609	-4.2598	5
29460	Irvillac	irvillac	53	29	291	48.3701	-4.2122	5
29460	Hôpital-Camfrout	hopital-camfrout	53	29	291	48.3279	-4.2416	5
29460	Saint-Eloy	saint-eloy	53	29	291	48.3667	-4.1167	5
29470	Plougastel-Daoulas	plougastel-daoulas	53	29	291	48.3667	-4.3667	5
29470	Loperhet	loperhet	53	29	291	48.3773	-4.3061	5
29480	Le Relecq-Kerhuon	le-relecq-kerhuon	53	29	291	48.4069	-4.3936	5
29490	Guipavas	guipavas	53	29	291	48.4352	-4.3972	5
29500	Ergué-Gabéric	ergue-gaberic	53	29	294	47.9956	-4.0222	5
29510	Edern	edern	53	29	294	48.1	-3.9833	5
29510	Langolen	langolen	53	29	294	48.067	-3.913	5
29510	Landrévarzec	landrevarzec	53	29	294	48.0918	-4.0604	5
29510	Landudal	landudal	53	29	294	48.0624	-3.9771	5
29510	Briec	briec	53	29	294	48.1017	-3.9983	5
29520	Saint-Thois	saint-thois	53	29	292	48.1667	-3.8833	5
29520	Châteauneuf-du-Faou	chateauneuf-du-faou	53	29	292	48.1876	-3.8179	5
29520	Laz	laz	53	29	292	48.1379	-3.8348	5
29520	Saint-Goazec	saint-goazec	53	29	292	48.1667	-3.7833	5
29530	Loqueffret	loqueffret	53	29	292	48.3198	-3.8572	5
29530	Landeleau	landeleau	53	29	292	48.2273	-3.7285	5
29530	Collorec	collorec	53	29	292	48.2849	-3.7742	5
29530	Plonévez-du-Faou	plonevez-du-faou	53	29	292	48.25	-3.8333	5
29540	Spézet	spezet	53	29	292	48.2	-3.7167	5
29550	Ploéven	ploeven	53	29	292	48.15	-4.2333	5
29550	Plonévez-Porzay	plonevez-porzay	53	29	292	48.1	-4.2167	5
29550	Plomodiern	plomodiern	53	29	292	48.1833	-4.2333	5
29550	Saint-Nic	saint-nic	53	29	292	48.2	-4.2833	5
29551 CEDEX 9	Quimper	quimper	53	29	294	48	-4.1	5
29552 CEDEX 9	Quimper	quimper	53	29	294	48	-4.1	5
29553 CEDEX 9	Quimper	quimper	53	29	294	48	-4.1	5
29554 CEDEX 9	Quimper	quimper	53	29	294	48	-4.1	5
29555 CEDEX 9	Quimper	quimper	53	29	294	48	-4.1	5
29556 CEDEX 9	Quimper	quimper	53	29	294	48	-4.1	5
29557 CEDEX 9	Quimper	quimper	53	29	294	48	-4.1	5
29558 CEDEX 9	Quimper	quimper	53	29	294	48	-4.1	5
29559 CEDEX 9	Quimper	quimper	53	29	294	48	-4.1	5
29560	Trégarvan	tregarvan	53	29	292	48.25	-4.2167	5
29560	Telgruc-sur-Mer	telgruc-sur-mer	53	29	292	48.2333	-4.35	5
29560	Landévennec	landevennec	53	29	292	48.2928	-4.2678	5
29560	Argol	argol	53	29	292	48.246	-4.3164	5
29561 CEDEX 9	Quimper	quimper	53	29	294	48	-4.1	5
29563 CEDEX 9	Quimper	quimper	53	29	294	48	-4.1	5
29570	Roscanvel	roscanvel	53	29	292	48.3152	-4.5494	5
29570	Camaret-sur-Mer	camaret-sur-mer	53	29	292	48.275	-4.5961	5
29590	Pont-de-Buis-lès-Quimerch	pont-de-buis-les-quimerch	53	29	292	48.25	-4.0833	5
29590	Rosnoën	rosnoen	53	29	292	48.2667	-4.2	5
29590	Saint-Ségal	saint-segal	53	29	292	48.2333	-4.0667	5
29590	Le Faou	le-faou	53	29	292	48.2946	-4.1793	5
29590	Lopérec	loperec	53	29	292	48.2773	-4.0476	5
29600	Saint-Martin-des-Champs	saint-martin-des-champs	53	29	293	48.5833	-3.8333	5
29600	Morlaix	morlaix	53	29	293	48.5833	-3.8333	5
29600	Plourin-lès-Morlaix	plourin-les-morlaix	53	29	293	48.5333	-3.7833	5
29600	Sainte-Sève	sainte-seve	53	29	293	48.5667	-3.8667	5
29602 CEDEX 2	Brest	brest	53	29	291	48.3903	-4.4863	5
29606 CEDEX 2	Brest	brest	53	29	291	48.3903	-4.4863	5
29609 CEDEX 2	Brest	brest	53	29	291	48.3903	-4.4863	5
29610	Plouigneau	plouigneau	53	29	293	48.5667	-3.7	5
29610	Garlan	garlan	53	29	293	48.6019	-3.7562	5
29620	Lanmeur	lanmeur	53	29	293	48.6473	-3.7164	5
29620	Guimaëc	guimaec	53	29	293	48.6667	-3.7082	5
29620	Plouégat-Guérand	plouegat-guerand	53	29	293	48.6167	-3.6667	5
29630	Plougasnou	plougasnou	53	29	293	48.7	-3.8	5
29630	Saint-Jean-du-Doigt	saint-jean-du-doigt	53	29	293	48.7	-3.7667	5
29640	Plougonven	plougonven	53	29	293	48.5167	-3.7167	5
29640	Lannéanou	lanneanou	53	29	293	48.4887	-3.6731	5
29640	Bolazec	bolazec	53	29	292	48.444	-3.5851	5
29640	Scrignac	scrignac	53	29	292	48.4336	-3.6784	5
29650	Guerlesquin	guerlesquin	53	29	293	48.5176	-3.5858	5
29650	Plouégat-Moysan	plouegat-moysan	53	29	293	48.5667	-3.6167	5
29650	Le Ponthou	le-ponthou	53	29	293	48.564	-3.6382	5
29650	Botsorhel	botsorhel	53	29	293	48.5277	-3.6396	5
29660	Carantec	carantec	53	29	293	48.6681	-3.9154	5
29670	Henvic	henvic	53	29	293	48.6326	-3.9262	5
29670	Taulé	taule	53	29	293	48.6	-3.9	5
29670	Locquénolé	locquenole	53	29	293	48.626	-3.8606	5
29671 CEDEX	Morlaix	morlaix	53	29	293	48.5833	-3.8333	5
29672 CEDEX	Morlaix	morlaix	53	29	293	48.5833	-3.8333	5
29673 CEDEX	Morlaix	morlaix	53	29	293	48.5833	-3.8333	5
29674 CEDEX	Morlaix	morlaix	53	29	293	48.5833	-3.8333	5
29678 CEDEX	Morlaix	morlaix	53	29	293	48.5833	-3.8333	5
29679 CEDEX	Morlaix	morlaix	53	29	293	48.5833	-3.8333	5
29680	Roscoff	roscoff	53	29	293	48.7238	-3.9871	5
29681 CEDEX	Roscoff	roscoff	53	29	293	48.7238	-3.9871	5
29682 CEDEX	Roscoff	roscoff	53	29	293	48.7238	-3.9871	5
29684 CEDEX	Roscoff	roscoff	53	29	293	48.7238	-3.9871	5
29688 CEDEX	Roscoff	roscoff	53	29	293	48.7238	-3.9871	5
29689 CEDEX	Roscoff	roscoff	53	29	293	48.7238	-3.9871	5
29690	Botmeur	botmeur	53	29	292	48.3824	-3.9184	5
29690	Plouyé	plouye	53	29	292	48.3167	-3.7333	5
29690	Berrien	berrien	53	29	292	48.4028	-3.7527	5
29690	Brennilis	brennilis	53	29	292	48.3581	-3.8509	5
29690	Huelgoat	huelgoat	53	29	292	48.3611	-3.7458	5
29690	La Feuillée	la-feuillee	53	29	292	48.3914	-3.8552	5
29690	Locmaria-Berrien	locmaria-berrien	53	29	292	48.353	-3.6956	5
29700	Pluguffan	pluguffan	53	29	294	47.9833	-4.1833	5
29700	Plomelin	plomelin	53	29	294	47.9333	-4.15	5
29710	Peumerit	peumerit	53	29	294	47.9391	-4.3093	5
29710	Plonéis	ploneis	53	29	294	48.0167	-4.2167	5
29710	Plozévet	plozevet	53	29	294	47.9833	-4.4167	5
29710	Plogastel-Saint-Germain	plogastel-saint-germain	53	29	294	47.9833	-4.2667	5
29710	Pouldreuzic	pouldreuzic	53	29	294	47.95	-4.3667	5
29710	Landudec	landudec	53	29	294	47.9998	-4.3364	5
29710	Guiler-sur-Goyen	guiler-sur-goyen	53	29	294	48.0161	-4.3586	5
29710	Gourlizon	gourlizon	53	29	294	48.0187	-4.2661	5
29720	Plovan	plovan	53	29	294	47.9167	-4.3667	5
29720	Tréogat	treogat	53	29	294	47.9167	-4.3167	5
29720	Tréguennec	treguennec	53	29	294	47.8833	-4.3333	5
29720	Plonéour-Lanvern	ploneour-lanvern	53	29	294	47.9	-4.2833	5
29730	Treffiagat	treffiagat	53	29	294	47.8167	-4.2667	5
29730	Guilvinec	guilvinec	53	29	294	47.7986	-4.2811	5
29740	Plobannalec-Lesconil	plobannalec-lesconil	53	29	294	47.8167	-4.2167	5
29750	Loctudy	loctudy	53	29	294	47.8333	-4.1667	5
29760	Penmarch	penmarch	53	29	294	47.8167	-4.3333	5
29770	Cléden-Cap-Sizun	cleden-cap-sizun	53	29	294	48.0481	-4.6472	5
29770	Audierne	audierne	53	29	294	48.0164	-4.5384	5
29770	Plogoff	plogoff	53	29	294	48.037	-4.6661	5
29770	Goulien	goulien	53	29	294	48.0558	-4.5929	5
29770	Primelin	primelin	53	29	294	48.028	-4.6088	5
29770	Esquibien	esquibien	53	29	294	48.0251	-4.5614	5
29780	Plouhinec	plouhinec	53	29	294	48.0167	-4.4833	5
29790	Confort-Meilars	confort-meilars	53	29	294	48.05	-4.4333	5
29790	Mahalon	mahalon	53	29	294	48.0343	-4.4349	5
29790	Beuzec-Cap-Sizun	beuzec-cap-sizun	53	29	294	48.0757	-4.512	5
29790	Pont-Croix	pont-croix	53	29	294	48.0409	-4.4871	5
29800	Saint-Divy	saint-divy	53	29	291	48.45	-4.3333	5
29800	Saint-Thonan	saint-thonan	53	29	291	48.4833	-4.3333	5
29800	Pencran	pencran	53	29	291	48.4333	-4.2333	5
29800	La Roche-Maurice	la-roche-maurice	53	29	291	48.4746	-4.2021	5
29800	La Martyre	la-martyre	53	29	291	48.4487	-4.1593	5
29800	Saint-Urbain	saint-urbain	53	29	291	48.4	-4.2333	5
29800	Ploudiry	ploudiry	53	29	291	48.45	-4.15	5
29800	La Forest-Landerneau	la-forest-landerneau	53	29	291	48.4259	-4.3158	5
29800	Landerneau	landerneau	53	29	291	48.4525	-4.2525	5
29800	Plouédern	plouedern	53	29	291	48.4833	-4.25	5
29800	Trémaouézan	tremaouezan	53	29	291	48.5	-4.25	5
29800	Tréflévenez	treflevenez	53	29	291	48.4167	-4.1667	5
29801 CEDEX 9	Brest	brest	53	29	291	48.3903	-4.4863	5
29802 CEDEX 9	Brest	brest	53	29	291	48.3903	-4.4863	5
29803 CEDEX 9	Brest	brest	53	29	291	48.3903	-4.4863	5
29804 CEDEX 9	Brest	brest	53	29	291	48.3903	-4.4863	5
29806 CEDEX 9	Brest	brest	53	29	291	48.3903	-4.4863	5
29807 CEDEX 9	Brest	brest	53	29	291	48.3903	-4.4863	5
29808 CEDEX 9	Brest	brest	53	29	291	48.3903	-4.4863	5
29809 CEDEX 9	Brest	brest	53	29	291	48.3903	-4.4863	5
29810	Ploumoguer	ploumoguer	53	29	291	48.4	-4.7167	5
29810	Lampaul-Plouarzel	lampaul-plouarzel	53	29	291	48.4473	-4.7604	5
29810	Plouarzel	plouarzel	53	29	291	48.4333	-4.7333	5
29810	Brélès	breles	53	29	291	48.4768	-4.7136	5
29820	Bohars	bohars	53	29	291	48.4298	-4.5129	5
29820	Guilers	guilers	53	29	291	48.4254	-4.558	5
29824 CEDEX 9	Brest	brest	53	29	291	48.3903	-4.4863	5
29825 CEDEX 9	Brest	brest	53	29	291	48.3903	-4.4863	5
29827 CEDEX 9	Brest	brest	53	29	291	48.3903	-4.4863	5
29830	Plouguin	plouguin	53	29	291	48.5333	-4.6	5
29830	Plourin	plourin	53	29	291	48.5167	-4.6833	5
29830	Ploudalmézeau	ploudalmezeau	53	29	291	48.5333	-4.65	5
29830	Lampaul-Ploudalmézeau	lampaul-ploudalmezeau	53	29	291	48.5613	-4.655	5
29830	Saint-Pabu	saint-pabu	53	29	291	48.5667	-4.6	5
29833 CEDEX	Carhaix-Plouguer	carhaix-plouguer	53	29	292	48.2759	-3.5733	5
29834 CEDEX	Carhaix-Plouguer	carhaix-plouguer	53	29	292	48.2759	-3.5733	5
29835 CEDEX	Carhaix-Plouguer	carhaix-plouguer	53	29	292	48.2759	-3.5733	5
29836 CEDEX	Carhaix-Plouguer	carhaix-plouguer	53	29	292	48.2759	-3.5733	5
29837 CEDEX	Carhaix-Plouguer	carhaix-plouguer	53	29	292	48.2759	-3.5733	5
29839 CEDEX	Carhaix-Plouguer	carhaix-plouguer	53	29	292	48.2759	-3.5733	5
29840	Lanildut	lanildut	53	29	291	48.4833	-4.75	5
29840	Landunvez	landunvez	53	29	291	48.5347	-4.7254	5
29840	Porspoder	porspoder	53	29	291	48.5	-4.7667	5
29850	Gouesnou	gouesnou	53	29	291	48.4527	-4.4646	5
29860	Plouvien	plouvien	53	29	291	48.5333	-4.45	5
29860	Kersaint-Plabennec	kersaint-plabennec	53	29	291	48.4717	-4.3723	5
29860	Plabennec	plabennec	53	29	291	48.5024	-4.4266	5
29860	Bourg-Blanc	bourg-blanc	53	29	291	48.4987	-4.5041	5
29860	Le Drennec	le-drennec	53	29	291	48.5347	-4.3701	5
29870	Coat-Méal	coat-meal	53	29	291	48.5087	-4.5414	5
29870	Landéda	landeda	53	29	291	48.5873	-4.571	5
29870	Tréglonou	treglonou	53	29	291	48.55	-4.5333	5
29870	Lannilis	lannilis	53	29	291	48.5709	-4.5223	5
29880	Guissény	guisseny	53	29	291	48.6329	-4.4088	5
29880	Plouguerneau	plouguerneau	53	29	291	48.6	-4.5	5
29890	Plounéour-Trez	plouneour-trez	53	29	291	48.65	-4.3167	5
29890	Goulven	goulven	53	29	291	48.6289	-4.2994	5
29890	Brignogan-Plage	brignogan-plage	53	29	291	48.6689	-4.3139	5
29890	Kerlouan	kerlouan	53	29	291	48.645	-4.3656	5
29900	Concarneau	concarneau	53	29	294	47.875	-3.9224	5
29910	Trégunc	tregunc	53	29	294	47.85	-3.85	5
29920	Névez	nevez	53	29	294	47.8192	-3.7922	5
29930	Pont-Aven	pont-aven	53	29	294	47.85	-3.75	5
29940	La Forêt-Fouesnant	la-foret-fouesnant	53	29	294	47.9101	-3.9786	5
29950	Clohars-Fouesnant	clohars-fouesnant	53	29	294	47.8966	-4.064	5
29950	Gouesnach	gouesnach	53	29	294	47.9104	-4.1145	5
29950	Bénodet	benodet	53	29	294	47.8753	-4.1058	5
29970	Trégourez	tregourez	53	29	292	48.1	-3.8667	5
29980	Île-Tudy	ile-tudy	53	29	294	47.8333	-4.1667	5
29990	Île-de-Sein	ile-de-sein	53	29	294	48.0333	-4.85	5
35000	Rennes	rennes	53	35	353	48.112	-1.6743	5
35001 CEDEX	Rennes	rennes	53	35	353	48.112	-1.6743	5
35002 CEDEX	Rennes	rennes	53	35	353	48.112	-1.6743	5
35003 CEDEX	Rennes	rennes	53	35	353	48.112	-1.6743	5
35004 CEDEX	Rennes	rennes	53	35	353	48.112	-1.6743	5
35005 CEDEX	Rennes	rennes	53	35	353	48.112	-1.6743	5
35006 CEDEX	Rennes	rennes	53	35	353	48.112	-1.6743	5
35007 CEDEX	Rennes	rennes	53	35	353	48.112	-1.6743	5
35008 CEDEX	Rennes	rennes	53	35	353	48.112	-1.6743	5
35009 CEDEX	Rennes	rennes	53	35	353	48.112	-1.6743	5
35010 CEDEX	Rennes	rennes	53	35	353	48.112	-1.6743	5
35011 CEDEX	Rennes	rennes	53	35	353	48.112	-1.6743	5
35012 CEDEX	Rennes	rennes	53	35	353	48.112	-1.6743	5
35014 CEDEX 7	Rennes	rennes	53	35	353	48.112	-1.6743	5
35015 CEDEX 2	Rennes	rennes	53	35	353	48.112	-1.6743	5
35016 CEDEX	Rennes	rennes	53	35	353	48.112	-1.6743	5
35018 CEDEX 7	Rennes	rennes	53	35	353	48.112	-1.6743	5
35020 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35021 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35022 CEDEX 2	Rennes	rennes	53	35	353	48.112	-1.6743	5
35023 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35024 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35026 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35027 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35028 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35029 CEDEX	Rennes	rennes	53	35	353	48.112	-1.6743	5
35030 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35031 CEDEX	Rennes	rennes	53	35	353	48.112	-1.6743	5
35032 CEDEX	Rennes	rennes	53	35	353	48.112	-1.6743	5
35033 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35034 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35035 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35039 CEDEX	Rennes	rennes	53	35	353	48.112	-1.6743	5
35040 CEDEX	Rennes	rennes	53	35	353	48.112	-1.6743	5
35042 CEDEX	Rennes	rennes	53	35	353	48.112	-1.6743	5
35043 CEDEX	Rennes	rennes	53	35	353	48.112	-1.6743	5
35044 CEDEX	Rennes	rennes	53	35	353	48.112	-1.6743	5
35045 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35046 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35047 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35049 CEDEX	Rennes	rennes	53	35	353	48.112	-1.6743	5
35050 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35051 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35052 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35053 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35054 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35055 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35057 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35058 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35059 CEDEX	Rennes	rennes	53	35	353	48.112	-1.6743	5
35063 CEDEX	Rennes	rennes	53	35	353	48.112	-1.6743	5
35064 CEDEX	Rennes	rennes	53	35	353	48.112	-1.6743	5
35065 CEDEX	Rennes	rennes	53	35	353	48.112	-1.6743	5
35066 CEDEX	Rennes	rennes	53	35	353	48.112	-1.6743	5
35067 CEDEX	Rennes	rennes	53	35	353	48.112	-1.6743	5
35069 CEDEX	Rennes	rennes	53	35	353	48.112	-1.6743	5
35070 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35071 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35073 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35076 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35078 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35079 CEDEX 7	Rennes	rennes	53	35	353	48.112	-1.6743	5
35080 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35081 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35082 CEDEX	Rennes	rennes	53	35	353	48.112	-1.6743	5
35083 CEDEX	Rennes	rennes	53	35	353	48.112	-1.6743	5
35084 CEDEX	Rennes	rennes	53	35	353	48.112	-1.6743	5
35085 CEDEX	Rennes	rennes	53	35	353	48.112	-1.6743	5
35086 CEDEX	Rennes	rennes	53	35	353	48.112	-1.6743	5
35087 CEDEX	Rennes	rennes	53	35	353	48.112	-1.6743	5
35088 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35089 CEDEX	Rennes	rennes	53	35	353	48.112	-1.6743	5
35090 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35091 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35092 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35093 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35094 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35099 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35101 CEDEX 3	Rennes	rennes	53	35	353	48.112	-1.6743	5
35102 CEDEX 3	Rennes	rennes	53	35	353	48.112	-1.6743	5
35103 CEDEX 3	Rennes	rennes	53	35	353	48.112	-1.6743	5
35104 CEDEX 3	Rennes	rennes	53	35	353	48.112	-1.6743	5
35105 CEDEX 3	Rennes	rennes	53	35	353	48.112	-1.6743	5
35106 CEDEX 3	Rennes	rennes	53	35	353	48.112	-1.6743	5
35108 CEDEX 3	Rennes	rennes	53	35	353	48.112	-1.6743	5
35109 CEDEX 3	Rennes	rennes	53	35	353	48.112	-1.6743	5
35111	Lillemer	lillemer	53	35	354	48.5645	-1.8617	5
35111	La Fresnais	la-fresnais	53	35	354	48.5948	-1.8419	5
35113	Domagné	domagne	53	35	351	48.0708	-1.3929	5
35114	Saint-Benoît-des-Ondes	saint-benoit-des-ondes	53	35	354	48.6176	-1.8507	5
35120	Saint-Broladre	saint-broladre	53	35	354	48.5868	-1.6577	5
35120	Saint-Marcan	saint-marcan	53	35	354	48.5878	-1.6332	5
35120	Roz-Landrieux	roz-landrieux	53	35	354	48.5434	-1.8159	5
35120	Broualan	broualan	53	35	354	48.4737	-1.6496	5
35120	Dol-de-Bretagne	dol-de-bretagne	53	35	354	48.5476	-1.7502	5
35120	Cherrueix	cherrueix	53	35	354	48.6063	-1.704	5
35120	Hirel	hirel	53	35	354	48.605	-1.8022	5
35120	Epiniac	epiniac	53	35	354	48.5	-1.7	5
35120	Baguer-Pican	baguer-pican	53	35	354	48.5525	-1.6984	5
35120	Baguer-Morvan	baguer-morvan	53	35	354	48.5253	-1.7733	5
35120	La Boussac	la-boussac	53	35	354	48.5126	-1.6609	5
35120	Mont-Dol	mont-dol	53	35	354	48.5694	-1.765	5
35130	Availles-sur-Seiche	availles-sur-seiche	53	35	351	47.9614	-1.1964	5
35130	Rannée	rannee	53	35	351	47.9238	-1.2412	5
35130	La Guerche-de-Bretagne	la-guerche-de-bretagne	53	35	351	47.9411	-1.2287	5
35130	La Selle-Guerchaise	la-selle-guerchaise	53	35	351	47.9441	-1.1729	5
35130	Arbrissel	arbrissel	53	35	351	47.9273	-1.3028	5
35130	Moutiers	moutiers	53	35	351	47.9667	-1.2138	5
35130	Visseiche	visseiche	53	35	351	47.9557	-1.3017	5
35130	Drouges	drouges	53	35	351	47.9013	-1.2653	5
35130	Moussé	mousse	53	35	351	47.9236	-1.2701	5
35131	Chartres-de-Bretagne	chartres-de-bretagne	53	35	353	48.0392	-1.7053	5
35131	Pont-Péan	pont-pean	53	35	353	48.0132	-1.7038	5
35132	Vezin-le-Coquet	vezin-le-coquet	53	35	353	48.1186	-1.7547	5
35133	Le Loroux	le-loroux	53	35	351	48.3944	-1.0653	5
35133	Saint-Sauveur-des-Landes	saint-sauveur-des-landes	53	35	351	48.3428	-1.3125	5
35133	Luitré	luitre	53	35	351	48.2825	-1.1187	5
35133	Billé	bille	53	35	351	48.2877	-1.2467	5
35133	Javené	javene	53	35	351	48.3193	-1.2163	5
35133	Le Châtellier	le-chatellier	53	35	351	48.4157	-1.2541	5
35133	Parigné	parigne	53	35	351	48.4273	-1.1921	5
35133	Saint-Germain-en-Coglès	saint-germain-en-cogles	53	35	351	48.4053	-1.2637	5
35133	Landéan	landean	53	35	351	48.4125	-1.1525	5
35133	Beaucé	beauce	53	35	351	48.3389	-1.158	5
35133	Lécousse	lecousse	53	35	351	48.3646	-1.2129	5
35133	Romagné	romagne	53	35	351	48.3402	-1.2775	5
35133	La Selle-en-Luitré	la-selle-en-luitre	53	35	351	48.3109	-1.1274	5
35133	Fleurigné	fleurigne	53	35	351	48.3356	-1.1224	5
35133	Laignelet	laignelet	53	35	351	48.3692	-1.1512	5
35133	La Chapelle-Janson	la-chapelle-janson	53	35	351	48.3478	-1.1021	5
35134	Thourie	thourie	53	35	351	47.8549	-1.4805	5
35134	Sainte-Colombe	sainte-colombe	53	35	351	47.8873	-1.456	5
35134	Coësmes	coesmes	53	35	351	47.8832	-1.4407	5
35135	Chantepie	chantepie	53	35	353	48.0889	-1.6152	5
35136	Saint-Jacques-de-la-Lande	saint-jacques-de-la-lande	53	35	353	48.0651	-1.7209	5
35137	Pleumeleuc	pleumeleuc	53	35	353	48.1844	-1.9196	5
35137	Bédée	bedee	53	35	353	48.1795	-1.9448	5
35137	La Nouaye	la-nouaye	53	35	353	48.1625	-1.979	5
35140	La Chapelle-Saint-Aubert	la-chapelle-saint-aubert	53	35	351	48.3135	-1.3085	5
35140	Saint-Christophe-de-Valains	saint-christophe-de-valains	53	35	351	48.3424	-1.448	5
35140	Gosné	gosne	53	35	353	48.2467	-1.4656	5
35140	Saint-Hilaire-des-Landes	saint-hilaire-des-landes	53	35	351	48.3518	-1.3593	5
35140	Saint-Georges-de-Chesné	saint-georges-de-chesne	53	35	351	48.273	-1.2912	5
35140	Mézières-sur-Couesnon	mezieres-sur-couesnon	53	35	353	48.295	-1.4331	5
35140	Saint-Aubin-du-Cormier	saint-aubin-du-cormier	53	35	353	48.2584	-1.4025	5
35140	Saint-Ouen-des-Alleux	saint-ouen-des-alleux	53	35	351	48.328	-1.4259	5
35140	Vendel	vendel	53	35	351	48.2986	-1.3112	5
35140	Saint-Jean-sur-Couesnon	saint-jean-sur-couesnon	53	35	351	48.2901	-1.3684	5
35140	Saint-Marc-sur-Couesnon	saint-marc-sur-couesnon	53	35	351	48.304	-1.3652	5
35150	Amanlis	amanlis	53	35	351	48.0075	-1.4768	5
35150	Brie	brie	53	35	351	47.9514	-1.537	5
35150	Boistrudan	boistrudan	53	35	351	47.9699	-1.4019	5
35150	Piré-sur-Seiche	pire-sur-seiche	53	35	353	48.0096	-1.4291	5
35150	Essé	esse	53	35	351	47.9573	-1.4248	5
35150	Janzé	janze	53	35	351	47.9591	-1.4983	5
35150	Corps-Nuds	corps-nuds	53	35	353	47.9791	-1.5841	5
35150	Chanteloup	chanteloup	53	35	352	47.9657	-1.6152	5
35160	Le Verger	le-verger	53	35	353	48.0703	-1.9317	5
35160	Breteil	breteil	53	35	353	48.1453	-1.8989	5
35160	Montfort-sur-Meu	montfort-sur-meu	53	35	353	48.1354	-1.952	5
35160	Talensac	talensac	53	35	353	48.1085	-1.9283	5
35160	Monterfil	monterfil	53	35	353	48.0673	-1.979	5
35161 CEDEX	Montfort-sur-Meu	montfort-sur-meu	53	35	353	48.1354	-1.952	5
35162 CEDEX	Montfort-sur-Meu	montfort-sur-meu	53	35	353	48.1354	-1.952	5
35163 CEDEX	Montfort-sur-Meu	montfort-sur-meu	53	35	353	48.1354	-1.952	5
35164 CEDEX	Montfort-sur-Meu	montfort-sur-meu	53	35	353	48.1354	-1.952	5
35166 CEDEX	Montfort-sur-Meu	montfort-sur-meu	53	35	353	48.1354	-1.952	5
35169 CEDEX	Montfort-sur-Meu	montfort-sur-meu	53	35	353	48.1354	-1.952	5
35170	Bruz	bruz	53	35	353	48.0242	-1.7459	5
35171 CEDEX	Bruz	bruz	53	35	353	48.0242	-1.7459	5
35172 CEDEX	Bruz	bruz	53	35	353	48.0242	-1.7459	5
35174 CEDEX	Bruz	bruz	53	35	353	48.0242	-1.7459	5
35175 CEDEX	Bruz	bruz	53	35	353	48.0242	-1.7459	5
35176 CEDEX	Chartres-de-Bretagne	chartres-de-bretagne	53	35	353	48.0392	-1.7053	5
35177 CEDEX	Chartres-de-Bretagne	chartres-de-bretagne	53	35	353	48.0392	-1.7053	5
35190	Longaulnay	longaulnay	53	35	354	48.3093	-1.9421	5
35190	Trimer	trimer	53	35	354	48.3407	-1.8933	5
35190	La Baussaine	la-baussaine	53	35	354	48.3131	-1.8983	5
35190	Saint-Thual	saint-thual	53	35	354	48.3371	-1.9337	5
35190	La Chapelle-aux-Filtzméens	la-chapelle-aux-filtzmeens	53	35	354	48.3833	-1.8333	5
35190	Bécherel	becherel	53	35	353	48.2959	-1.9444	5
35190	Cardroc	cardroc	53	35	354	48.2852	-1.8897	5
35190	Miniac-sous-Bécherel	miniac-sous-becherel	53	35	353	48.2848	-1.931	5
35190	Saint-Pern	saint-pern	53	35	353	48.2876	-1.9866	5
35190	Tinténiac	tinteniac	53	35	354	48.3286	-1.8363	5
35190	Trévérien	treverien	53	35	354	48.371	-1.9291	5
35190	Québriac	quebriac	53	35	354	48.3444	-1.8272	5
35190	Saint-Domineuc	saint-domineuc	53	35	354	48.3719	-1.8754	5
35200	Rennes	rennes	53	35	353	48.112	-1.6743	5
35201 CEDEX 2	Rennes	rennes	53	35	353	48.112	-1.6743	5
35202 CEDEX 2	Rennes	rennes	53	35	353	48.112	-1.6743	5
35203 CEDEX 2	Rennes	rennes	53	35	353	48.112	-1.6743	5
35204 CEDEX 2	Rennes	rennes	53	35	353	48.112	-1.6743	5
35205 CEDEX 2	Rennes	rennes	53	35	353	48.112	-1.6743	5
35207 CEDEX 2	Rennes	rennes	53	35	353	48.112	-1.6743	5
35208 CEDEX 2	Rennes	rennes	53	35	353	48.112	-1.6743	5
35209 CEDEX 2	Rennes	rennes	53	35	353	48.112	-1.6743	5
35210	Montautour	montautour	53	35	351	48.2033	-1.1472	5
35210	Parcé	parce	53	35	351	48.273	-1.2008	5
35210	Combourtillé	combourtille	53	35	351	48.2717	-1.2451	5
35210	Montreuil-des-Landes	montreuil-des-landes	53	35	351	48.25	-1.2167	5
35210	Saint-Christophe-des-Bois	saint-christophe-des-bois	53	35	351	48.2262	-1.2469	5
35210	Dompierre-du-Chemin	dompierre-du-chemin	53	35	351	48.2659	-1.1414	5
35210	Châtillon-en-Vendelais	chatillon-en-vendelais	53	35	351	48.2241	-1.1769	5
35210	Princé	prince	53	35	351	48.2167	-1.0833	5
35220	Châteaubourg	chateaubourg	53	35	351	48.1112	-1.4002	5
35220	Saint-Didier	saint-didier	53	35	351	48.0951	-1.3728	5
35220	Marpiré	marpire	53	35	351	48.142	-1.3396	5
35220	Saint-Jean-sur-Vilaine	saint-jean-sur-vilaine	53	35	351	48.1165	-1.3614	5
35221 CEDEX	Châteaubourg	chateaubourg	53	35	351	48.1112	-1.4002	5
35230	Noyal-Châtillon-sur-Seiche	noyal-chatillon-sur-seiche	53	35	353	48.05	-1.6667	5
35230	Bourgbarré	bourgbarre	53	35	353	47.9951	-1.6142	5
35230	Saint-Armel	saint-armel	53	35	353	48.013	-1.5915	5
35230	Saint-Erblon	saint-erblon	53	35	353	48.019	-1.6516	5
35230	Orgères	orgeres	53	35	353	47.9989	-1.6678	5
35235	Thorigné-Fouillard	thorigne-fouillard	53	35	353	48.15	-1.5833	5
35236 CEDEX	Cesson-Sévigné	cesson-sevigne	53	35	353	48.1212	-1.603	5
35240	Marcillé-Robert	marcille-robert	53	35	351	47.949	-1.3636	5
35240	Le Theil-de-Bretagne	le-theil-de-bretagne	53	35	351	47.9195	-1.4298	5
35240	Retiers	retiers	53	35	351	47.9139	-1.3797	5
35250	Saint-Aubin-d’Aubigné	saint-aubin-d-aubigne	53	35	353	48.263	-1.6094	5
35250	Andouillé-Neuville	andouille-neuville	53	35	353	48.2928	-1.5896	5
35250	Aubigné	aubigne	53	35	353	48.2942	-1.6346	5
35250	Chasné-sur-Illet	chasne-sur-illet	53	35	353	48.2425	-1.5614	5
35250	Saint-Germain-sur-Ille	saint-germain-sur-ille	53	35	353	48.2491	-1.6589	5
35250	Chevaigné	chevaigne	53	35	353	48.2115	-1.6293	5
35250	Mouazé	mouaze	53	35	353	48.2315	-1.6098	5
35250	Saint-Médard-sur-Ille	saint-medard-sur-ille	53	35	353	48.272	-1.6597	5
35250	Saint-Sulpice-la-Forêt	saint-sulpice-la-foret	53	35	353	48.2167	-1.5797	5
35260	Cancale	cancale	53	35	354	48.676	-1.8523	5
35270	Trémeheuc	tremeheuc	53	35	354	48.4333	-1.7	5
35270	Lourmais	lourmais	53	35	354	48.4495	-1.7276	5
35270	Cuguen	cuguen	53	35	354	48.4497	-1.6624	5
35270	Lanrigan	lanrigan	53	35	354	48.396	-1.6989	5
35270	Bonnemain	bonnemain	53	35	354	48.4665	-1.7677	5
35270	Meillac	meillac	53	35	354	48.4117	-1.8138	5
35270	Combourg	combourg	53	35	354	48.4127	-1.7442	5
35270	Saint-Léger-des-Prés	saint-leger-des-pres	53	35	354	48.3945	-1.6504	5
35290	Gaël	gael	53	35	353	48.1321	-2.2227	5
35290	Le Crouais	le-crouais	53	35	353	48.2075	-2.1395	5
35290	Saint-Onen-la-Chapelle	saint-onen-la-chapelle	53	35	353	48.1769	-2.1738	5
35290	Quédillac	quedillac	53	35	353	48.249	-2.1424	5
35290	Saint-Méen-le-Grand	saint-meen-le-grand	53	35	353	48.1897	-2.1949	5
35290	Muel	muel	53	35	353	48.1269	-2.1579	5
35300	Fougères	fougeres	53	35	351	48.35	-1.2	5
35301 CEDEX	Fougères	fougeres	53	35	351	48.35	-1.2	5
35302 CEDEX	Fougères	fougeres	53	35	351	48.35	-1.2	5
35303 CEDEX	Fougères	fougeres	53	35	351	48.35	-1.2	5
35304 CEDEX	Fougères	fougeres	53	35	351	48.35	-1.2	5
35305 CEDEX	Fougères	fougeres	53	35	351	48.35	-1.2	5
35306 CEDEX	Fougères	fougeres	53	35	351	48.35	-1.2	5
35309 CEDEX	Fougères	fougeres	53	35	351	48.35	-1.2	5
35310	Chavagne	chavagne	53	35	353	48.0544	-1.7857	5
35310	Mordelles	mordelles	53	35	353	48.0757	-1.8429	5
35310	Cintré	cintre	53	35	353	48.105	-1.8716	5
35310	Saint-Thurial	saint-thurial	53	35	353	48.0292	-1.9318	5
35310	Bréal-sous-Montfort	breal-sous-montfort	53	35	353	48.0488	-1.8644	5
35320	La Bosse-de-Bretagne	la-bosse-de-bretagne	53	35	352	47.8702	-1.5988	5
35320	La Couyère	la-couyere	53	35	352	47.8877	-1.5058	5
35320	Crevin	crevin	53	35	352	47.9333	-1.6667	5
35320	Le Sel-de-Bretagne	le-sel-de-bretagne	53	35	352	47.9	-1.6167	5
35320	Tresbœuf	tresb-uf	53	35	352	47.8833	-1.55	5
35320	Pancé	pance	53	35	352	47.8818	-1.6595	5
35320	Poligné	poligne	53	35	352	47.8873	-1.6854	5
35320	Saulnières	saulnieres	53	35	352	47.9153	-1.5856	5
35320	Lalleu	lalleu	53	35	352	47.8555	-1.5111	5
35320	Le Petit-Fougeray	le-petit-fougeray	53	35	352	47.9278	-1.608	5
35330	Les Brulais	les-brulais	53	35	352	47.8892	-2.0429	5
35330	Mernel	mernel	53	35	352	47.8969	-1.9694	5
35330	Campel	campel	53	35	352	47.9363	-2.0089	5
35330	Bovel	bovel	53	35	352	47.9503	-1.9763	5
35330	Saint-Séglin	saint-seglin	53	35	352	47.853	-2.0052	5
35330	La Chapelle-Bouexic	la-chapelle-bouexic	53	35	352	47.9286	-1.9408	5
35330	Loutehel	loutehel	53	35	352	47.9365	-2.08	5
35330	Comblessac	comblessac	53	35	352	47.8768	-2.0833	5
35330	Maure-de-Bretagne	maure-de-bretagne	53	35	352	47.8924	-1.991	5
35340	Liffré	liffre	53	35	353	48.2132	-1.5084	5
35340	Ercé-près-Liffré	erce-pres-liffre	53	35	353	48.2545	-1.5156	5
35340	La Bouëxière	la-bouexiere	53	35	353	48.1833	-1.4333	5
35341 CEDEX	Liffré	liffre	53	35	353	48.2132	-1.5084	5
35342 CEDEX	Liffré	liffre	53	35	353	48.2132	-1.5084	5
35345 CEDEX	Liffré	liffre	53	35	353	48.2132	-1.5084	5
35349 CEDEX	Liffré	liffre	53	35	353	48.2132	-1.5084	5
35350	Saint-Méloir-des-Ondes	saint-meloir-des-ondes	53	35	354	48.6379	-1.9045	5
35350	La Gouesnière	la-gouesniere	53	35	354	48.6047	-1.894	5
35350	Saint-Coulomb	saint-coulomb	53	35	354	48.6747	-1.9109	5
35360	Médréac	medreac	53	35	353	48.267	-2.0662	5
35360	Landujan	landujan	53	35	353	48.2509	-1.9963	5
35360	Saint-M’Hervon	saint-m-hervon	53	35	353	48.2282	-2.0596	5
35360	Montauban-de-Bretagne	montauban-de-bretagne	53	35	353	48.1993	-2.0448	5
35360	Le Lou-du-Lac	le-lou-du-lac	53	35	353	48.2093	-1.9908	5
35360	La Chapelle du Lou du Lac	la-chapelle-du-lou-du-lac	53	35	353	48.2128	-1.9922	5
35360	La Chapelle-du-Lou	la-chapelle-du-lou	53	35	353	48.2123	-1.9909	5
35360	Saint-Uniac	saint-uniac	53	35	353	48.1728	-2.0289	5
35360	Boisgervilly	boisgervilly	53	35	353	48.1669	-2.0643	5
35370	Le Pertre	le-pertre	53	35	351	48.0337	-1.0373	5
35370	Torcé	torce	53	35	351	48.0612	-1.2671	5
35370	Gennes-sur-Seiche	gennes-sur-seiche	53	35	351	47.9882	-1.1238	5
35370	Mondevert	mondevert	53	35	351	48.0833	-1.1	5
35370	Saint-Germain-du-Pinel	saint-germain-du-pinel	53	35	351	48.0123	-1.1668	5
35370	Étrelles	etrelles	53	35	351	48.0603	-1.194	5
35370	Argentré-du-Plessis	argentre-du-plessis	53	35	351	48.057	-1.146	5
35370	Bréal-sous-Vitré	breal-sous-vitre	53	35	351	48.1031	-1.0613	5
35370	Brielles	brielles	53	35	351	48.0083	-1.0901	5
35380	Treffendel	treffendel	53	35	353	48.0389	-2.0063	5
35380	Plélan-le-Grand	plelan-le-grand	53	35	353	48.0012	-2.0991	5
35380	Saint-Péran	saint-peran	53	35	353	48.05	-2.05	5
35380	Maxent	maxent	53	35	353	47.9833	-2.0333	5
35380	Paimpont	paimpont	53	35	353	48.0181	-2.1711	5
35390	La Dominelais	la-dominelais	53	35	352	47.7623	-1.6882	5
35390	Grand-Fougeray	grand-fougeray	53	35	352	47.7239	-1.7321	5
35390	Saint-Sulpice-des-Landes	saint-sulpice-des-landes	53	35	352	47.7662	-1.6229	5
35390	Sainte-Anne-sur-Vilaine	sainte-anne-sur-vilaine	53	35	352	47.7303	-1.8252	5
35400	Saint-Malo	saint-malo	53	35	354	48.65	-2.0167	5
35401 CEDEX	Saint-Malo	saint-malo	53	35	354	48.65	-2.0167	5
35402 CEDEX	Saint-Malo	saint-malo	53	35	354	48.65	-2.0167	5
35403 CEDEX	Saint-Malo	saint-malo	53	35	354	48.65	-2.0167	5
35404 CEDEX	Saint-Malo	saint-malo	53	35	354	48.65	-2.0167	5
35405 CEDEX	Saint-Malo	saint-malo	53	35	354	48.65	-2.0167	5
35406 CEDEX	Saint-Malo	saint-malo	53	35	354	48.65	-2.0167	5
35407 CEDEX	Saint-Malo	saint-malo	53	35	354	48.65	-2.0167	5
35408 CEDEX	Saint-Malo	saint-malo	53	35	354	48.65	-2.0167	5
35409 CEDEX	Saint-Malo	saint-malo	53	35	354	48.65	-2.0167	5
35410	Ossé	osse	53	35	353	48.0554	-1.4503	5
35410	Nouvoitou	nouvoitou	53	35	353	48.0411	-1.5471	5
35410	Domloup	domloup	53	35	353	48.0618	-1.522	5
35410	Saint-Aubin-du-Pavail	saint-aubin-du-pavail	53	35	353	48.0436	-1.462	5
35410	Châteaugiron	chateaugiron	53	35	353	48.0463	-1.5044	5
35411 CEDEX	Saint-Malo	saint-malo	53	35	354	48.65	-2.0167	5
35412 CEDEX	Saint-Malo	saint-malo	53	35	354	48.65	-2.0167	5
35413 CEDEX	Saint-Malo	saint-malo	53	35	354	48.65	-2.0167	5
35414 CEDEX	Saint-Malo	saint-malo	53	35	354	48.65	-2.0167	5
35415 CEDEX	Saint-Malo	saint-malo	53	35	354	48.65	-2.0167	5
35416 CEDEX	Saint-Malo	saint-malo	53	35	354	48.65	-2.0167	5
35417 CEDEX	Saint-Malo	saint-malo	53	35	354	48.65	-2.0167	5
35418 CEDEX	Saint-Malo	saint-malo	53	35	354	48.65	-2.0167	5
35419 CEDEX	Saint-Malo	saint-malo	53	35	354	48.65	-2.0167	5
35420	Monthault	monthault	53	35	351	48.5105	-1.1812	5
35420	Villamée	villamee	53	35	351	48.4602	-1.219	5
35420	Le Ferré	le-ferre	53	35	351	48.4927	-1.2946	5
35420	Saint-Georges-de-Reintembault	saint-georges-de-reintembault	53	35	351	48.5074	-1.2433	5
35420	Mellé	melle	53	35	351	48.4874	-1.1888	5
35420	Poilley	poilley	53	35	351	48.4656	-1.2621	5
35420	La Bazouge-du-Désert	la-bazouge-du-desert	53	35	351	48.45	-1.1	5
35420	Louvigné-du-Désert	louvigne-du-desert	53	35	351	48.4805	-1.1254	5
35430	Saint-Père	saint-pere	53	35	354	48.5873	-1.9241	5
35430	Saint-Suliac	saint-suliac	53	35	354	48.5702	-1.9721	5
35430	Châteauneuf-d’Ille-et-Vilaine	chateauneuf-d-ille-et-vilaine	53	35	354	48.5608	-1.9284	5
35430	Saint-Guinoux	saint-guinoux	53	35	354	48.5755	-1.884	5
35430	Saint-Jouan-des-Guérets	saint-jouan-des-guerets	53	35	354	48.5993	-1.9737	5
35430	La Ville-ès-Nonais	la-ville-es-nonais	53	35	354	48.5478	-1.952	5
35431 CEDEX	Saint-Jouan-des-Guérets	saint-jouan-des-guerets	53	35	354	48.5993	-1.9737	5
35432 CEDEX	Saint-Jouan-des-Guérets	saint-jouan-des-guerets	53	35	354	48.5993	-1.9737	5
35433 CEDEX	Saint-Jouan-des-Guérets	saint-jouan-des-guerets	53	35	354	48.5993	-1.9737	5
35435 CEDEX	Saint-Jouan-des-Guérets	saint-jouan-des-guerets	53	35	354	48.5993	-1.9737	5
35439 CEDEX	Saint-Jouan-des-Guérets	saint-jouan-des-guerets	53	35	354	48.5993	-1.9737	5
35440	Guipel	guipel	53	35	353	48.2994	-1.7187	5
35440	Feins	feins	53	35	353	48.3284	-1.6407	5
35440	Dingé	dinge	53	35	354	48.357	-1.7149	5
35440	Montreuil-sur-Ille	montreuil-sur-ille	53	35	353	48.3079	-1.6688	5
35450	Dourdain	dourdain	53	35	353	48.1931	-1.3701	5
35450	Mecé	mece	53	35	351	48.237	-1.3022	5
35450	Livré-sur-Changeon	livre-sur-changeon	53	35	353	48.2194	-1.3444	5
35450	Val-d’Izé	val-d-ize	53	35	351	48.1782	-1.3054	5
35450	Landavran	landavran	53	35	351	48.159	-1.2888	5
35460	Saint-Brice-en-Coglès	saint-brice-en-cogles	53	35	351	48.4116	-1.3702	5
35460	Saint-Ouen-la-Rouërie	saint-ouen-la-rouerie	53	35	351	48.4623	-1.4409	5
35460	Coglès	cogles	53	35	351	48.4589	-1.365	5
35460	La Selle-en-Coglès	la-selle-en-cogles	53	35	351	48.4373	-1.3443	5
35460	Saint-Étienne-en-Coglès	saint-etienne-en-cogles	53	35	351	48.4017	-1.3281	5
35460	Montours	montours	53	35	351	48.4423	-1.3084	5
35460	Le Tiercent	le-tiercent	53	35	351	48.35	-1.4	5
35460	Baillé	baille	53	35	351	48.3596	-1.3802	5
35460	Tremblay	tremblay	53	35	351	48.4222	-1.4756	5
35460	Saint-Marc-le-Blanc	saint-marc-le-blanc	53	35	351	48.365	-1.4094	5
35470	Bain-de-Bretagne	bain-de-bretagne	53	35	352	47.8442	-1.6849	5
35470	Pléchâtel	plechatel	53	35	352	47.895	-1.7488	5
35470	La Noë-Blanche	la-noe-blanche	53	35	352	47.8041	-1.7416	5
35480	Guipry-Messac	guipry-messac	53	35	352	47.8247	-1.8086	5
35480	Saint-Malo-de-Phily	saint-malo-de-phily	53	35	352	47.8769	-1.7879	5
35480	Guipry	guipry	53	35	352	47.8264	-1.8422	5
35480	Messac	messac	53	35	352	47.824	-1.8109	5
35490	Vieux-Vy-sur-Couesnon	vieux-vy-sur-couesnon	53	35	353	48.3418	-1.4891	5
35490	Romazy	romazy	53	35	351	48.376	-1.4981	5
35490	Gahard	gahard	53	35	353	48.2974	-1.5197	5
35490	Chauvigné	chauvigne	53	35	351	48.3763	-1.4611	5
35490	Sens-de-Bretagne	sens-de-bretagne	53	35	353	48.3325	-1.5354	5
35500	Saint-Aubin-des-Landes	saint-aubin-des-landes	53	35	351	48.0948	-1.2958	5
35500	Erbrée	erbree	53	35	351	48.0974	-1.1248	5
35500	La Chapelle-Erbrée	la-chapelle-erbree	53	35	351	48.1333	-1.1	5
35500	Vitré	vitre	53	35	351	48.1178	-1.2058	5
35500	Champeaux	champeaux	53	35	351	48.1468	-1.3119	5
35500	Pocé-les-Bois	poce-les-bois	53	35	351	48.1163	-1.2517	5
35500	Saint-M'Hervé	saint-m-herve	53	35	351	48.1833	-1.1167	5
35500	Taillis	taillis	53	35	351	48.1882	-1.2379	5
35500	Balazé	balaze	53	35	351	48.168	-1.1916	5
35500	Cornillé	cornille	53	35	351	48.0809	-1.3076	5
35500	Montreuil-sous-Pérouse	montreuil-sous-perouse	53	35	351	48.1518	-1.2395	5
35501 CEDEX	Vitré	vitre	53	35	351	48.1178	-1.2058	5
35502 CEDEX	Vitré	vitre	53	35	351	48.1178	-1.2058	5
35503 CEDEX	Vitré	vitre	53	35	351	48.1178	-1.2058	5
35504 CEDEX	Vitré	vitre	53	35	351	48.1178	-1.2058	5
35505 CEDEX	Vitré	vitre	53	35	351	48.1178	-1.2058	5
35506 CEDEX	Vitré	vitre	53	35	351	48.1178	-1.2058	5
35507 CEDEX	Vitré	vitre	53	35	351	48.1178	-1.2058	5
35509 CEDEX	Vitré	vitre	53	35	351	48.1178	-1.2058	5
35510	Cesson-Sévigné	cesson-sevigne	53	35	353	48.1212	-1.603	5
35511 CEDEX	Cesson-Sévigné	cesson-sevigne	53	35	353	48.1212	-1.603	5
35512 CEDEX	Cesson-Sévigné	cesson-sevigne	53	35	353	48.1212	-1.603	5
35513 CEDEX	Cesson-Sévigné	cesson-sevigne	53	35	353	48.1212	-1.603	5
35514 CEDEX	Cesson-Sévigné	cesson-sevigne	53	35	353	48.1212	-1.603	5
35515 CEDEX	Cesson-Sévigné	cesson-sevigne	53	35	353	48.1212	-1.603	5
35516 CEDEX	Cesson-Sévigné	cesson-sevigne	53	35	353	48.1212	-1.603	5
35517 CEDEX	Cesson-Sévigné	cesson-sevigne	53	35	353	48.1212	-1.603	5
35518 CEDEX	Cesson-Sévigné	cesson-sevigne	53	35	353	48.1212	-1.603	5
35519 CEDEX	Cesson-Sévigné	cesson-sevigne	53	35	353	48.1212	-1.603	5
35520	Melesse	melesse	53	35	353	48.2177	-1.695	5
35520	Montreuil-le-Gast	montreuil-le-gast	53	35	353	48.2465	-1.725	5
35520	La Chapelle-des-Fougeretz	la-chapelle-des-fougeretz	53	35	353	48.1771	-1.7314	5
35520	La Mézière	la-meziere	53	35	353	48.2183	-1.7551	5
35521 CEDEX	Saint-Grégoire	saint-gregoire	53	35	353	48.1508	-1.6871	5
35530	Noyal-sur-Vilaine	noyal-sur-vilaine	53	35	353	48.1122	-1.5233	5
35530	Servon-sur-Vilaine	servon-sur-vilaine	53	35	353	48.1211	-1.4597	5
35530	Brécé	brece	53	35	353	48.1084	-1.4809	5
35531 CEDEX	Noyal-sur-Vilaine	noyal-sur-vilaine	53	35	353	48.1122	-1.5233	5
35532 CEDEX	Noyal-sur-Vilaine	noyal-sur-vilaine	53	35	353	48.1122	-1.5233	5
35533 CEDEX	Noyal-sur-Vilaine	noyal-sur-vilaine	53	35	353	48.1122	-1.5233	5
35538 CEDEX	Noyal-sur-Vilaine	noyal-sur-vilaine	53	35	353	48.1122	-1.5233	5
35539 CEDEX	Noyal-sur-Vilaine	noyal-sur-vilaine	53	35	353	48.1122	-1.5233	5
35540	Plerguer	plerguer	53	35	354	48.5268	-1.8477	5
35540	Miniac-Morvan	miniac-morvan	53	35	354	48.5148	-1.8995	5
35540	Le Tronchet	le-tronchet	53	35	354	48.486	-1.8364	5
35550	Saint-Just	saint-just	53	35	352	47.7658	-1.961	5
35550	Bruc-sur-Aff	bruc-sur-aff	53	35	352	47.8143	-2.0198	5
35550	Sixt-sur-Aff	sixt-sur-aff	53	35	352	47.7765	-2.0787	5
35550	Pipriac	pipriac	53	35	352	47.8095	-1.9464	5
35550	Lieuron	lieuron	53	35	352	47.8516	-1.9429	5
35550	Saint-Ganton	saint-ganton	53	35	352	47.7538	-1.8816	5
35550	Lohéac	loheac	53	35	352	47.8667	-1.8833	5
35560	Antrain	antrain	53	35	351	48.4603	-1.4835	5
35560	Noyal-sous-Bazouges	noyal-sous-bazouges	53	35	351	48.4133	-1.6252	5
35560	Marcillé-Raoul	marcille-raoul	53	35	351	48.3845	-1.6054	5
35560	La Fontenelle	la-fontenelle	53	35	351	48.4669	-1.5032	5
35560	Bazouges-la-Pérouse	bazouges-la-perouse	53	35	351	48.4261	-1.5743	5
35560	Saint-Rémy-du-Plain	saint-remy-du-plain	53	35	351	48.3667	-1.5667	5
35560	Rimou	rimou	53	35	351	48.4	-1.5167	5
35571 CEDEX	Chantepie	chantepie	53	35	353	48.0889	-1.6152	5
35572 CEDEX	Chantepie	chantepie	53	35	353	48.0889	-1.6152	5
35573 CEDEX	Chantepie	chantepie	53	35	353	48.0889	-1.6152	5
35574 CEDEX	Chantepie	chantepie	53	35	353	48.0889	-1.6152	5
35576 CEDEX	Cesson-Sévigné	cesson-sevigne	53	35	353	48.1212	-1.603	5
35577 CEDEX	Cesson-Sévigné	cesson-sevigne	53	35	353	48.1212	-1.603	5
35578 CEDEX	Cesson-Sévigné	cesson-sevigne	53	35	353	48.1212	-1.603	5
35579 CEDEX	Chantepie	chantepie	53	35	353	48.0889	-1.6152	5
35580	Guichen	guichen	53	35	352	47.9676	-1.7953	5
35580	Baulon	baulon	53	35	352	47.9859	-1.9311	5
35580	Saint-Senoux	saint-senoux	53	35	352	47.9055	-1.7882	5
35580	Goven	goven	53	35	352	48.0064	-1.8463	5
35580	Guignen	guignen	53	35	352	47.9201	-1.8616	5
35580	Lassy	lassy	53	35	352	47.9783	-1.8719	5
35590	La Chapelle-Thouarault	la-chapelle-thouarault	53	35	353	48.1249	-1.8662	5
35590	L’Hermitage	l-hermitage	53	35	353	48.127	-1.8135	5
35590	Saint-Gilles	saint-gilles	53	35	353	48.1538	-1.8248	5
35590	Clayes	clayes	53	35	353	48.1796	-1.8538	5
35600	Redon	redon	53	35	352	47.65	-2.0833	5
35600	Sainte-Marie	sainte-marie	53	35	352	47.6943	-2.0019	5
35600	Bains-sur-Oust	bains-sur-oust	53	35	352	47.7036	-2.0705	5
35601 CEDEX	Redon	redon	53	35	352	47.65	-2.0833	5
35602 CEDEX	Redon	redon	53	35	352	47.65	-2.0833	5
35603 CEDEX	Redon	redon	53	35	352	47.65	-2.0833	5
35605 CEDEX	Redon	redon	53	35	352	47.65	-2.0833	5
35606 CEDEX	Redon	redon	53	35	352	47.65	-2.0833	5
35610	Pleine-Fougères	pleine-fougeres	53	35	354	48.5331	-1.5653	5
35610	Saint-Georges-de-Gréhaigne	saint-georges-de-grehaigne	53	35	354	48.5672	-1.5498	5
35610	Sains	sains	53	35	354	48.552	-1.5854	5
35610	Vieux-Viel	vieux-viel	53	35	354	48.5113	-1.5447	5
35610	Sougéal	sougeal	53	35	354	48.51	-1.5232	5
35610	Roz-sur-Couesnon	roz-sur-couesnon	53	35	354	48.5887	-1.5921	5
35610	Trans-la-Forêt	trans-la-foret	53	35	354	48.5	-1.6	5
35620	Ercé-en-Lamée	erce-en-lamee	53	35	352	47.8305	-1.5587	5
35620	Teillay	teillay	53	35	352	47.808	-1.5394	5
35630	La Chapelle-Chaussée	la-chapelle-chaussee	53	35	353	48.2711	-1.855	5
35630	Langouet	langouet	53	35	353	48.2495	-1.8239	5
35630	Les Iffs	les-iffs	53	35	354	48.288	-1.8673	5
35630	Saint-Gondran	saint-gondran	53	35	353	48.2669	-1.8367	5
35630	Vignoc	vignoc	53	35	353	48.2484	-1.7817	5
35630	Saint-Brieuc-des-Iffs	saint-brieuc-des-iffs	53	35	354	48.2917	-1.8506	5
35630	Hédé-Bazouges	hede-bazouges	53	35	354	48.3	-1.8	5
35630	Saint-Symphorien	saint-symphorien	53	35	353	48.292	-1.8225	5
35640	Chelun	chelun	53	35	351	47.8548	-1.2232	5
35640	Martigné-Ferchaud	martigne-ferchaud	53	35	351	47.8293	-1.3191	5
35640	Forges-la-Forêt	forges-la-foret	53	35	351	47.8591	-1.2809	5
35640	Eancé	eance	53	35	351	47.8167	-1.25	5
35650	Le Rheu	le-rheu	53	35	353	48.1023	-1.7973	5
35651 CEDEX	Le Rheu	le-rheu	53	35	353	48.1023	-1.7973	5
35652 CEDEX	Le Rheu	le-rheu	53	35	353	48.1023	-1.7973	5
35653 CEDEX	Le Rheu	le-rheu	53	35	353	48.1023	-1.7973	5
35659 CEDEX	Le Rheu	le-rheu	53	35	353	48.1023	-1.7973	5
35660	Langon	langon	53	35	352	47.7206	-1.8501	5
35660	Renac	renac	53	35	352	47.7201	-1.9755	5
35660	La Chapelle-de-Brain	la-chapelle-de-brain	53	35	352	47.7	-1.9333	5
35680	Moulins	moulins	53	35	351	48.0031	-1.3726	5
35680	Louvigné-de-Bais	louvigne-de-bais	53	35	351	48.049	-1.3309	5
35680	Domalain	domalain	53	35	351	47.9962	-1.2425	5
35680	Bais	bais	53	35	351	48.0096	-1.2898	5
35680	Vergéal	vergeal	53	35	351	48.0365	-1.2658	5
35680	Chancé	chance	53	35	353	48.0355	-1.3808	5
35690	Acigné	acigne	53	35	353	48.1333	-1.537	5
35700	Rennes	rennes	53	35	353	48.112	-1.6743	5
35701 CEDEX 7	Rennes	rennes	53	35	353	48.112	-1.6743	5
35702 CEDEX 7	Rennes	rennes	53	35	353	48.112	-1.6743	5
35703 CEDEX 7	Rennes	rennes	53	35	353	48.112	-1.6743	5
35704 CEDEX 7	Rennes	rennes	53	35	353	48.112	-1.6743	5
35705 CEDEX 7	Rennes	rennes	53	35	353	48.112	-1.6743	5
35706 CEDEX 7	Rennes	rennes	53	35	353	48.112	-1.6743	5
35707 CEDEX 7	Rennes	rennes	53	35	353	48.112	-1.6743	5
35708 CEDEX 7	Rennes	rennes	53	35	353	48.112	-1.6743	5
35709 CEDEX 7	Rennes	rennes	53	35	353	48.112	-1.6743	5
35711 CEDEX 7	Rennes	rennes	53	35	353	48.112	-1.6743	5
35720	Tressé	tresse	53	35	354	48.4804	-1.8836	5
35720	Plesder	plesder	53	35	354	48.4128	-1.9241	5
35720	Lanhélin	lanhelin	53	35	354	48.4579	-1.8282	5
35720	Pleugueneuc	pleugueneuc	53	35	354	48.3973	-1.903	5
35720	Saint-Pierre-de-Plesguen	saint-pierre-de-plesguen	53	35	354	48.4464	-1.9128	5
35730	Pleurtuit	pleurtuit	53	35	354	48.5786	-2.0581	5
35740	Pacé	pace	53	35	353	48.1485	-1.7733	5
35741 CEDEX	Pacé	pace	53	35	353	48.1485	-1.7733	5
35742 CEDEX	Pacé	pace	53	35	353	48.1485	-1.7733	5
35743 CEDEX	Pacé	pace	53	35	353	48.1485	-1.7733	5
35744 CEDEX	Pacé	pace	53	35	353	48.1485	-1.7733	5
35746 CEDEX	Vezin-le-Coquet	vezin-le-coquet	53	35	353	48.1186	-1.7547	5
35750	Bléruais	bleruais	53	35	353	48.111	-2.1269	5
35750	Iffendic	iffendic	53	35	353	48.1298	-2.0349	5
35750	Saint-Gonlay	saint-gonlay	53	35	353	48.1134	-2.0661	5
35750	Saint-Malon-sur-Mel	saint-malon-sur-mel	53	35	353	48.1	-2.1	5
35750	Saint-Maugan	saint-maugan	53	35	353	48.1341	-2.0824	5
35760	Saint-Grégoire	saint-gregoire	53	35	353	48.1508	-1.6871	5
35760	Montgermont	montgermont	53	35	353	48.1559	-1.7146	5
35761 CEDEX	Saint-Grégoire	saint-gregoire	53	35	353	48.1508	-1.6871	5
35762 CEDEX	Saint-Grégoire	saint-gregoire	53	35	353	48.1508	-1.6871	5
35763 CEDEX	Saint-Grégoire	saint-gregoire	53	35	353	48.1508	-1.6871	5
35764 CEDEX	Saint-Grégoire	saint-gregoire	53	35	353	48.1508	-1.6871	5
35765 CEDEX	Saint-Grégoire	saint-gregoire	53	35	353	48.1508	-1.6871	5
35766 CEDEX	Saint-Grégoire	saint-gregoire	53	35	353	48.1508	-1.6871	5
35767 CEDEX	Saint-Grégoire	saint-gregoire	53	35	353	48.1508	-1.6871	5
35768 CEDEX	Saint-Grégoire	saint-gregoire	53	35	353	48.1508	-1.6871	5
35769 CEDEX	Saint-Grégoire	saint-gregoire	53	35	353	48.1508	-1.6871	5
35770	Vern-sur-Seiche	vern-sur-seiche	53	35	353	48.0451	-1.6006	5
35771 CEDEX	Vern-sur-Seiche	vern-sur-seiche	53	35	353	48.0451	-1.6006	5
35772 CEDEX	Vern-sur-Seiche	vern-sur-seiche	53	35	353	48.0451	-1.6006	5
35780	La Richardais	la-richardais	53	35	354	48.6064	-2.0364	5
35800	Saint-Briac-sur-Mer	saint-briac-sur-mer	53	35	354	48.6219	-2.1343	5
35800	Dinard	dinard	53	35	354	48.6314	-2.0614	5
35800	Saint-Lunaire	saint-lunaire	53	35	354	48.6381	-2.1139	5
35801 CEDEX	Dinard	dinard	53	35	354	48.6314	-2.0614	5
35802 CEDEX	Dinard	dinard	53	35	354	48.6314	-2.0614	5
35803 CEDEX	Dinard	dinard	53	35	354	48.6314	-2.0614	5
35830	Betton	betton	53	35	353	48.1805	-1.6383	5
35831 CEDEX	Betton	betton	53	35	353	48.1805	-1.6383	5
35832 CEDEX	Betton	betton	53	35	353	48.1805	-1.6383	5
35833 CEDEX	Saint-Grégoire	saint-gregoire	53	35	353	48.1508	-1.6871	5
35850	Langan	langan	53	35	353	48.2449	-1.8526	5
35850	Romillé	romille	53	35	353	48.2162	-1.8923	5
35850	Gévezé	geveze	53	35	353	48.2193	-1.7895	5
35850	Parthenay-de-Bretagne	parthenay-de-bretagne	53	35	353	48.1918	-1.8291	5
35850	Irodouër	irodouer	53	35	353	48.2493	-1.9496	5
35870	Le Minihic-sur-Rance	le-minihic-sur-rance	53	35	354	48.5783	-2.0088	5
35890	Laillé	laille	53	35	353	47.9785	-1.7168	5
35890	Bourg-des-Comptes	bourg-des-comptes	53	35	352	47.9293	-1.7453	5
35900 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35901 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35902 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35903 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35904 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35905 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35906 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35907 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35908 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35909 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35911 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35912 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35913 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35914 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35915 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35916 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35917 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35918 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35919 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
35920 CEDEX	Rennes	rennes	53	35	353	48.112	-1.6743	5
35921 CEDEX	Rennes	rennes	53	35	353	48.112	-1.6743	5
35960	Le Vivier-sur-Mer	le-vivier-sur-mer	53	35	354	48.6017	-1.773	5
35998 CEDEX 9	Rennes	rennes	53	35	353	48.112	-1.6743	5
56000	Vannes	vannes	53	56	563	47.6579	-2.7557	5
56001 CEDEX	Vannes	vannes	53	56	563	47.6579	-2.7557	5
56002 CEDEX	Vannes	vannes	53	56	563	47.6579	-2.7557	5
56003 CEDEX	Vannes	vannes	53	56	563	47.6579	-2.7557	5
56004 CEDEX	Vannes	vannes	53	56	563	47.6579	-2.7557	5
56005 CEDEX	Vannes	vannes	53	56	563	47.6579	-2.7557	5
56006 CEDEX	Vannes	vannes	53	56	563	47.6579	-2.7557	5
56007 CEDEX	Vannes	vannes	53	56	563	47.6579	-2.7557	5
56008 CEDEX	Vannes	vannes	53	56	563	47.6579	-2.7557	5
56009 CEDEX	Vannes	vannes	53	56	563	47.6579	-2.7557	5
56010 CEDEX	Vannes	vannes	53	56	563	47.6579	-2.7557	5
56016 CEDEX	Vannes	vannes	53	56	563	47.6579	-2.7557	5
56017 CEDEX	Vannes	vannes	53	56	563	47.6579	-2.7557	5
56018 CEDEX	Vannes	vannes	53	56	563	47.6579	-2.7557	5
56019 CEDEX	Vannes	vannes	53	56	563	47.6579	-2.7557	5
56020 CEDEX	Vannes	vannes	53	56	563	47.6579	-2.7557	5
56029 CEDEX	Vannes	vannes	53	56	563	47.6579	-2.7557	5
56034 CEDEX	Vannes	vannes	53	56	563	47.6579	-2.7557	5
56036 CEDEX	Vannes	vannes	53	56	563	47.6579	-2.7557	5
56037 CEDEX	Vannes	vannes	53	56	563	47.6579	-2.7557	5
56038 CEDEX	Vannes	vannes	53	56	563	47.6579	-2.7557	5
56039 CEDEX	Vannes	vannes	53	56	563	47.6579	-2.7557	5
56100	Lorient	lorient	53	56	561	47.75	-3.3667	5
56101 CEDEX	Lorient	lorient	53	56	561	47.75	-3.3667	5
56102 CEDEX	Lorient	lorient	53	56	561	47.75	-3.3667	5
56103 CEDEX	Lorient	lorient	53	56	561	47.75	-3.3667	5
56104 CEDEX	Lorient	lorient	53	56	561	47.75	-3.3667	5
56105 CEDEX	Lorient	lorient	53	56	561	47.75	-3.3667	5
56106 CEDEX	Lorient	lorient	53	56	561	47.75	-3.3667	5
56107 CEDEX	Lorient	lorient	53	56	561	47.75	-3.3667	5
56108 CEDEX	Lorient	lorient	53	56	561	47.75	-3.3667	5
56109 CEDEX	Lorient	lorient	53	56	561	47.75	-3.3667	5
56110	Le Saint	le-saint	53	56	562	48.0896	-3.5608	5
56110	Gourin	gourin	53	56	562	48.1387	-3.6076	5
56110	Roudouallec	roudouallec	53	56	562	48.1333	-3.7167	5
56120	Saint-Servant	saint-servant	53	56	562	47.9152	-2.5121	5
56120	Les Forges	les-forges	53	56	562	48.0185	-2.6485	5
56120	La Grée-Saint-Laurent	la-gree-saint-laurent	53	56	562	47.9945	-2.4983	5
56120	Helléan	hellean	53	56	562	47.9706	-2.4747	5
56120	La Croix-Helléan	la-croix-hellean	53	56	562	47.9571	-2.501	5
56120	Pleugriffet	pleugriffet	53	56	562	47.9859	-2.6845	5
56120	Lantillac	lantillac	53	56	562	47.9568	-2.6502	5
56120	Josselin	josselin	53	56	562	47.9572	-2.5471	5
56120	Guégon	guegon	53	56	562	47.9371	-2.5645	5
56120	Lanouée	lanouee	53	56	562	48.0022	-2.5816	5
56130	Camoël	camoel	53	56	563	47.4813	-2.3953	5
56130	Péaule	peaule	53	56	563	47.5797	-2.356	5
56130	Théhillac	thehillac	53	56	563	47.5667	-2.1167	5
56130	Férel	ferel	53	56	563	47.482	-2.3423	5
56130	Saint-Dolay	saint-dolay	53	56	563	47.5448	-2.1547	5
56130	Marzan	marzan	53	56	563	47.5407	-2.3247	5
56130	La Roche-Bernard	la-roche-bernard	53	56	563	47.5189	-2.3015	5
56130	Nivillac	nivillac	53	56	563	47.5337	-2.283	5
56140	Bohal	bohal	53	56	563	47.781	-2.4384	5
56140	Saint-Abraham	saint-abraham	53	56	563	47.8563	-2.4096	5
56140	Saint-Congard	saint-congard	53	56	563	47.7703	-2.3174	5
56140	Pleucadeuc	pleucadeuc	53	56	563	47.7588	-2.3736	5
56140	Missiriac	missiriac	53	56	563	47.8354	-2.3509	5
56140	Réminiac	reminiac	53	56	563	47.8609	-2.2356	5
56140	Saint-Marcel	saint-marcel	53	56	563	47.8039	-2.419	5
56140	Caro	caro	53	56	563	47.8643	-2.3192	5
56140	Malestroit	malestroit	53	56	563	47.8093	-2.3846	5
56140	Ruffiac	ruffiac	53	56	563	47.8187	-2.2824	5
56140	Tréal	treal	53	56	563	47.8377	-2.2241	5
56140	Saint-Laurent-sur-Oust	saint-laurent-sur-oust	53	56	563	47.8	-2.3167	5
56150	Baud	baud	53	56	562	47.8747	-3.0176	5
56150	Guénin	guenin	53	56	562	47.9076	-2.9794	5
56150	Saint-Barthélemy	saint-barthelemy	53	56	562	47.9258	-3.0431	5
56160	Persquen	persquen	53	56	562	48.0291	-3.1962	5
56160	Guémené-sur-Scorff	guemene-sur-scorff	53	56	562	48.0667	-3.2	5
56160	Locmalo	locmalo	53	56	562	48.0718	-3.1849	5
56160	Lignol	lignol	53	56	562	48.0368	-3.2704	5
56160	Langoëlan	langoelan	53	56	562	48.1202	-3.234	5
56160	Séglien	seglien	53	56	562	48.1069	-3.1593	5
56160	Ploërdut	ploerdut	53	56	562	48.0874	-3.2855	5
56170	Île-d'Houat	ile-d-houat	53	56	561	47.4	-2.9667	5
56170	Quiberon	quiberon	53	56	561	47.4841	-3.1196	5
56170	Hœdic	h-dic	53	56	561	47.3333	-2.8833	5
56171 CEDEX	Quiberon	quiberon	53	56	561	47.4841	-3.1196	5
56172 CEDEX	Quiberon	quiberon	53	56	561	47.4841	-3.1196	5
56173 CEDEX	Quiberon	quiberon	53	56	561	47.4841	-3.1196	5
56174 CEDEX	Quiberon	quiberon	53	56	561	47.4841	-3.1196	5
56175 CEDEX	Quiberon	quiberon	53	56	561	47.4841	-3.1196	5
56178 CEDEX	Quiberon	quiberon	53	56	561	47.4841	-3.1196	5
56179 CEDEX	Quiberon	quiberon	53	56	561	47.4841	-3.1196	5
56190	Lauzach	lauzach	53	56	563	47.6141	-2.5436	5
56190	Noyal-Muzillac	noyal-muzillac	53	56	563	47.5917	-2.4556	5
56190	Muzillac	muzillac	53	56	563	47.5545	-2.4804	5
56190	La Trinité-Surzur	la-trinite-surzur	53	56	563	47.6041	-2.5921	5
56190	Le Guerno	le-guerno	53	56	563	47.5832	-2.4077	5
56190	Arzal	arzal	53	56	563	47.5165	-2.3759	5
56190	Ambon	ambon	53	56	563	47.5537	-2.5551	5
56190	Billiers	billiers	53	56	563	47.5307	-2.4879	5
56200	La Chapelle-Gaceline	la-chapelle-gaceline	53	56	563	47.7836	-2.1066	5
56200	Cournon	cournon	53	56	563	47.7455	-2.1073	5
56200	Saint-Martin-sur-Oust	saint-martin-sur-oust	53	56	563	47.746	-2.2534	5
56200	Les Fougerêts	les-fougerets	53	56	563	47.7408	-2.2128	5
56200	La Gacilly	la-gacilly	53	56	563	47.7656	-2.1322	5
56200	Glénac	glenac	53	56	563	47.7269	-2.1334	5
56201 CEDEX	La Gacilly	la-gacilly	53	56	563	47.7656	-2.1322	5
56204 CEDEX	La Gacilly	la-gacilly	53	56	563	47.7656	-2.1322	5
56207 CEDEX	La Gacilly	la-gacilly	53	56	563	47.7656	-2.1322	5
56209 CEDEX	La Gacilly	la-gacilly	53	56	563	47.7656	-2.1322	5
56219 CEDEX	La Gacilly	la-gacilly	53	56	563	47.7656	-2.1322	5
56220	Limerzel	limerzel	53	56	563	47.6362	-2.3545	5
56220	Pluherlin	pluherlin	53	56	563	47.6963	-2.3635	5
56220	Rochefort-en-Terre	rochefort-en-terre	53	56	563	47.7	-2.3333	5
56220	Malansac	malansac	53	56	563	47.6772	-2.2954	5
56220	Caden	caden	53	56	563	47.6312	-2.287	5
56220	Saint-Gravé	saint-grave	53	56	563	47.7257	-2.2802	5
56220	Saint-Jacut-les-Pins	saint-jacut-les-pins	53	56	563	47.6858	-2.2151	5
56220	Peillac	peillac	53	56	563	47.7139	-2.2197	5
56230	Berric	berric	53	56	563	47.6333	-2.5225	5
56230	Larré	larre	53	56	563	47.7121	-2.515	5
56230	Le Cours	le-cours	53	56	563	47.7411	-2.5008	5
56230	Molac	molac	53	56	563	47.7301	-2.4348	5
56230	Questembert	questembert	53	56	563	47.663	-2.4522	5
56231 CEDEX	Questembert	questembert	53	56	563	47.663	-2.4522	5
56239 CEDEX	Questembert	questembert	53	56	563	47.663	-2.4522	5
56240	Inguiniel	inguiniel	53	56	561	47.9766	-3.2807	5
56240	Lanvaudan	lanvaudan	53	56	561	47.8994	-3.2617	5
56240	Calan	calan	53	56	561	47.8756	-3.3225	5
56240	Plouay	plouay	53	56	561	47.9144	-3.3338	5
56240	Berné	berne	53	56	562	47.9947	-3.3942	5
56250	Trédion	tredion	53	56	563	47.7914	-2.5923	5
56250	Monterblanc	monterblanc	53	56	563	47.7421	-2.6795	5
56250	Sulniac	sulniac	53	56	563	47.6738	-2.5714	5
56250	La Vraie-Croix	la-vraie-croix	53	56	563	47.6895	-2.5427	5
56250	Elven	elven	53	56	563	47.7323	-2.5896	5
56250	Saint-Nolff	saint-nolff	53	56	563	47.7037	-2.6521	5
56250	Treffléan	trefflean	53	56	563	47.6816	-2.6129	5
56260	Larmor-Plage	larmor-plage	53	56	561	47.7065	-3.3834	5
56270	Ploemeur	ploemeur	53	56	561	47.7333	-3.4333	5
56271 CEDEX	Ploemeur	ploemeur	53	56	561	47.7333	-3.4333	5
56272 CEDEX	Ploemeur	ploemeur	53	56	561	47.7333	-3.4333	5
56273 CEDEX	Ploemeur	ploemeur	53	56	561	47.7333	-3.4333	5
56274 CEDEX	Ploemeur	ploemeur	53	56	561	47.7333	-3.4333	5
56275 CEDEX	Ploemeur	ploemeur	53	56	561	47.7333	-3.4333	5
56276 CEDEX	Ploemeur	ploemeur	53	56	561	47.7333	-3.4333	5
56277 CEDEX	Ploemeur	ploemeur	53	56	561	47.7333	-3.4333	5
56279 CEDEX	Ploemeur	ploemeur	53	56	561	47.7333	-3.4333	5
56290	Port-Louis	port-louis	53	56	561	47.707	-3.3548	5
56300	Pontivy	pontivy	53	56	562	48.0667	-2.9833	5
56300	Saint-Thuriau	saint-thuriau	53	56	562	48.0167	-2.95	5
56300	Malguénac	malguenac	53	56	562	48.0801	-3.0525	5
56300	Le Sourn	le-sourn	53	56	562	48.0426	-2.9879	5
56300	Kergrist	kergrist	53	56	562	48.1467	-2.9566	5
56300	Neulliac	neulliac	53	56	562	48.1284	-2.9829	5
56301 CEDEX	Pontivy	pontivy	53	56	562	48.0667	-2.9833	5
56302 CEDEX	Pontivy	pontivy	53	56	562	48.0667	-2.9833	5
56303 CEDEX	Pontivy	pontivy	53	56	562	48.0667	-2.9833	5
56304 CEDEX	Pontivy	pontivy	53	56	562	48.0667	-2.9833	5
56305 CEDEX	Pontivy	pontivy	53	56	562	48.0667	-2.9833	5
56306 CEDEX	Pontivy	pontivy	53	56	562	48.0667	-2.9833	5
56307 CEDEX	Pontivy	pontivy	53	56	562	48.0667	-2.9833	5
56308 CEDEX	Pontivy	pontivy	53	56	562	48.0667	-2.9833	5
56309 CEDEX	Pontivy	pontivy	53	56	562	48.0667	-2.9833	5
56310	Bieuzy	bieuzy	53	56	562	47.9833	-3.0667	5
56310	Quistinic	quistinic	53	56	561	47.9041	-3.134	5
56310	Bubry	bubry	53	56	561	47.9634	-3.1711	5
56310	Melrand	melrand	53	56	562	47.98	-3.1094	5
56310	Guern	guern	53	56	562	48.0296	-3.0915	5
56311 CEDEX	Lorient	lorient	53	56	561	47.75	-3.3667	5
56312 CEDEX	Lorient	lorient	53	56	561	47.75	-3.3667	5
56317 CEDEX	Lorient	lorient	53	56	561	47.75	-3.3667	5
56319 CEDEX	Lorient	lorient	53	56	561	47.75	-3.3667	5
56320	Lanvénégen	lanvenegen	53	56	562	47.9981	-3.5413	5
56320	Priziac	priziac	53	56	562	48.0667	-3.4167	5
56320	Meslan	meslan	53	56	562	47.995	-3.4329	5
56320	Le Faouët	le-faouet	53	56	562	48.033	-3.4905	5
56321 CEDEX	Lorient	lorient	53	56	561	47.75	-3.3667	5
56322 CEDEX	Lorient	lorient	53	56	561	47.75	-3.3667	5
56323 CEDEX	Lorient	lorient	53	56	561	47.75	-3.3667	5
56324 CEDEX	Lorient	lorient	53	56	561	47.75	-3.3667	5
56325 CEDEX	Lorient	lorient	53	56	561	47.75	-3.3667	5
56326 CEDEX	Lorient	lorient	53	56	561	47.75	-3.3667	5
56327 CEDEX	Lorient	lorient	53	56	561	47.75	-3.3667	5
56328 CEDEX	Lorient	lorient	53	56	561	47.75	-3.3667	5
56329 CEDEX	Lorient	lorient	53	56	561	47.75	-3.3667	5
56330	Camors	camors	53	56	561	47.8474	-2.9998	5
56330	Pluvigner	pluvigner	53	56	561	47.7763	-3.0101	5
56340	Carnac	carnac	53	56	561	47.5835	-3.0788	5
56340	Plouharnel	plouharnel	53	56	561	47.598	-3.1127	5
56341 CEDEX	Carnac	carnac	53	56	561	47.5835	-3.0788	5
56342 CEDEX	Carnac	carnac	53	56	561	47.5835	-3.0788	5
56343 CEDEX	Carnac	carnac	53	56	561	47.5835	-3.0788	5
56349 CEDEX	Carnac	carnac	53	56	561	47.5835	-3.0788	5
56350	Saint-Perreux	saint-perreux	53	56	563	47.6695	-2.1081	5
56350	Béganne	beganne	53	56	563	47.5967	-2.2416	5
56350	Saint-Vincent-sur-Oust	saint-vincent-sur-oust	53	56	563	47.7001	-2.1466	5
56350	Saint-Jean-la-Poterie	saint-jean-la-poterie	53	56	563	47.6358	-2.1242	5
56350	Rieux	rieux	53	56	563	47.5978	-2.1083	5
56350	Allaire	allaire	53	56	563	47.6375	-2.1632	5
56350	Saint-Gorgon	saint-gorgon	53	56	563	47.6489	-2.2367	5
56360	Bangor	bangor	53	56	561	47.3149	-3.1881	5
56360	Le Palais	le-palais	53	56	561	47.3456	-3.1541	5
56360	Sauzon	sauzon	53	56	561	47.3706	-3.2215	5
56360	Locmaria	locmaria	53	56	561	47.2944	-3.0834	5
56370	Sarzeau	sarzeau	53	56	563	47.5277	-2.7693	5
56370	Le Tour-du-Parc	le-tour-du-parc	53	56	563	47.5252	-2.6458	5
56380	Porcaro	porcaro	53	56	563	47.91	-2.1991	5
56380	Guer	guer	53	56	563	47.9062	-2.1231	5
56380	Beignon	beignon	53	56	563	47.972	-2.1693	5
56380	Monteneuf	monteneuf	53	56	563	47.8732	-2.2096	5
56380	Saint-Malo-de-Beignon	saint-malo-de-beignon	53	56	563	47.9587	-2.1479	5
56381 CEDEX	Guer	guer	53	56	563	47.9062	-2.1231	5
56382 CEDEX	Guer	guer	53	56	563	47.9062	-2.1231	5
56383 CEDEX	Guer	guer	53	56	563	47.9062	-2.1231	5
56390	Grand-Champ	grand-champ	53	56	563	47.758	-2.8464	5
56390	Brandivy	brandivy	53	56	563	47.773	-2.9447	5
56390	Locqueltas	locqueltas	53	56	563	47.7561	-2.7674	5
56390	Locmaria-Grand-Champ	locmaria-grand-champ	53	56	563	47.7569	-2.7864	5
56390	Colpo	colpo	53	56	563	47.8178	-2.81	5
56400	Auray	auray	53	56	561	47.6703	-2.9918	5
56400	Plumergat	plumergat	53	56	561	47.7413	-2.915	5
56400	Brech	brech	53	56	561	47.7213	-2.9986	5
56400	Plougoumelen	plougoumelen	53	56	563	47.6507	-2.9172	5
56400	Bono	bono	53	56	563	47.6406	-2.9494	5
56400	Ploemel	ploemel	53	56	561	47.6515	-3.0703	5
56400	Sainte-Anne-d'Auray	sainte-anne-d-auray	53	56	561	47.7	-2.95	5
56400	Pluneret	pluneret	53	56	561	47.6752	-2.9578	5
56401 CEDEX	Auray	auray	53	56	561	47.6703	-2.9918	5
56402 CEDEX	Auray	auray	53	56	561	47.6703	-2.9918	5
56403 CEDEX	Auray	auray	53	56	561	47.6703	-2.9918	5
56404 CEDEX	Auray	auray	53	56	561	47.6703	-2.9918	5
56405 CEDEX	Auray	auray	53	56	561	47.6703	-2.9918	5
56406 CEDEX	Auray	auray	53	56	561	47.6703	-2.9918	5
56407 CEDEX	Auray	auray	53	56	561	47.6703	-2.9918	5
56409 CEDEX	Auray	auray	53	56	561	47.6703	-2.9918	5
56410	Étel	etel	53	56	561	47.6561	-3.2002	5
56410	Erdeven	erdeven	53	56	561	47.6421	-3.1571	5
56411 CEDEX	Auray	auray	53	56	561	47.6703	-2.9918	5
56413 CEDEX	Auray	auray	53	56	561	47.6703	-2.9918	5
56419 CEDEX	Auray	auray	53	56	561	47.6703	-2.9918	5
56420	Plaudren	plaudren	53	56	563	47.7787	-2.6933	5
56420	Billio	billio	53	56	562	47.8681	-2.6324	5
56420	Cruguel	cruguel	53	56	562	47.8781	-2.5952	5
56420	Buléon	buleon	53	56	562	47.9343	-2.6756	5
56420	Plumelec	plumelec	53	56	562	47.8375	-2.6399	5
56420	Guéhenno	guehenno	53	56	562	47.8922	-2.64	5
56430	Mauron	mauron	53	56	562	48.0826	-2.2848	5
56430	Brignac	brignac	53	56	562	48.1215	-2.3884	5
56430	Néant-sur-Yvel	neant-sur-yvel	53	56	562	48.0132	-2.3291	5
56430	Tréhorenteuc	trehorenteuc	53	56	562	48.0087	-2.2883	5
56430	Concoret	concoret	53	56	562	48.0644	-2.2045	5
56430	Saint-Brieuc-de-Mauron	saint-brieuc-de-mauron	53	56	562	48.0895	-2.3626	5
56430	Saint-Léry	saint-lery	53	56	562	48.0895	-2.2566	5
56440	Languidic	languidic	53	56	561	47.8327	-3.1582	5
56450	Theix-Noyalo	theix-noyalo	53	56	563	47.6292	-2.6558	5
56450	Theix	theix	53	56	563	47.6292	-2.6519	5
56450	Surzur	surzur	53	56	563	47.5785	-2.6289	5
56450	Le Hézo	le-hezo	53	56	563	47.5855	-2.7019	5
56450	Saint-Armel	saint-armel	53	56	563	47.5732	-2.7095	5
56450	Noyalo	noyalo	53	56	563	47.6094	-2.6773	5
56460	Saint-Guyomard	saint-guyomard	53	56	563	47.7809	-2.5139	5
56460	Lizio	lizio	53	56	563	47.863	-2.5258	5
56460	Sérent	serent	53	56	563	47.8233	-2.5057	5
56460	Val d'Oust	val-d-oust	53	56	562	47.8647	-2.4489	5
56460	Le Roc-Saint-André	le-roc-saint-andre	53	56	562	47.8636	-2.449	5
56460	La Chapelle-Caro	la-chapelle-caro	53	56	562	47.8667	-2.4167	5
56470	La Trinité-sur-Mer	la-trinite-sur-mer	53	56	561	47.5868	-3.0299	5
56470	Saint-Philibert	saint-philibert	53	56	561	47.5882	-2.9998	5
56480	Sainte-Brigitte	sainte-brigitte	53	56	562	48.1618	-3.1278	5
56480	Silfiac	silfiac	53	56	562	48.1502	-3.1559	5
56480	Saint-Aignan	saint-aignan	53	56	562	48.1815	-3.0148	5
56480	Cléguérec	cleguerec	53	56	562	48.1258	-3.0716	5
56490	Évriguet	evriguet	53	56	562	48.0792	-2.4118	5
56490	Saint-Malo-des-Trois-Fontaines	saint-malo-des-trois-fontaines	53	56	562	48.0139	-2.4728	5
56490	La Trinité-Porhoët	la-trinite-porhoet	53	56	562	48.0975	-2.5427	5
56490	Mohon	mohon	53	56	562	48.0525	-2.5252	5
56490	Guilliers	guilliers	53	56	562	48.0429	-2.4056	5
56490	Ménéac	meneac	53	56	562	48.1397	-2.4613	5
56500	Moréac	moreac	53	56	562	47.9197	-2.8193	5
56500	Naizin	naizin	53	56	562	47.9899	-2.8329	5
56500	Radenac	radenac	53	56	562	47.9633	-2.7122	5
56500	Saint-Allouestre	saint-allouestre	53	56	562	47.9167	-2.8833	5
56500	Moustoir-Ac	moustoir-ac	53	56	562	47.8546	-2.8348	5
56500	Locminé	locmine	53	56	562	47.8862	-2.8354	5
56500	Bignan	bignan	53	56	562	47.8794	-2.7715	5
56500	Moustoir-Remungol	moustoir-remungol	53	56	562	47.9969	-2.9018	5
56500	Évellys	evellys	53	56	562	47.9894	-2.8319	5
56500	Remungol	remungol	53	56	562	47.9325	-2.8963	5
56500	La Chapelle-Neuve	la-chapelle-neuve	53	56	562	47.8639	-2.9402	5
56500	Plumelin	plumelin	53	56	562	47.8604	-2.8875	5
56500	Réguiny	reguiny	53	56	562	47.9765	-2.7448	5
56501 CEDEX	Locminé	locmine	53	56	562	47.8862	-2.8354	5
56502 CEDEX	Locminé	locmine	53	56	562	47.8862	-2.8354	5
56503 CEDEX	Locminé	locmine	53	56	562	47.8862	-2.8354	5
56504 CEDEX	Locminé	locmine	53	56	562	47.8862	-2.8354	5
56506 CEDEX	Locminé	locmine	53	56	562	47.8862	-2.8354	5
56509 CEDEX	Locminé	locmine	53	56	562	47.8862	-2.8354	5
56510	Saint-Pierre-Quiberon	saint-pierre-quiberon	53	56	561	47.5206	-3.1308	5
56520	Guidel	guidel	53	56	561	47.7889	-3.4867	5
56530	Quéven	queven	53	56	561	47.7833	-3.4167	5
56530	Gestel	gestel	53	56	561	47.8036	-3.4425	5
56531 CEDEX	Quéven	queven	53	56	561	47.7833	-3.4167	5
56532 CEDEX	Quéven	queven	53	56	561	47.7833	-3.4167	5
56535 CEDEX	Quéven	queven	53	56	561	47.7833	-3.4167	5
56536 CEDEX	Quéven	queven	53	56	561	47.7833	-3.4167	5
56539 CEDEX	Quéven	queven	53	56	561	47.7833	-3.4167	5
56540	Saint-Caradec-Trégomel	saint-caradec-tregomel	53	56	562	48.0377	-3.3512	5
56540	Saint-Tugdual	saint-tugdual	53	56	562	48.0998	-3.3382	5
56540	Le Croisty	le-croisty	53	56	562	48.0643	-3.3636	5
56540	Kernascléden	kernascleden	53	56	562	48.0062	-3.3198	5
56550	Belz	belz	53	56	561	47.6751	-3.168	5
56550	Locoal-Mendon	locoal-mendon	53	56	561	47.7052	-3.108	5
56560	Guiscriff	guiscriff	53	56	562	48.0494	-3.6436	5
56570	Locmiquélic	locmiquelic	53	56	561	47.725	-3.3415	5
56580	Bréhan	brehan	53	56	562	48.0667	-2.7	5
56580	Rohan	rohan	53	56	562	48.0683	-2.7512	5
56580	Crédin	credin	53	56	562	48.0346	-2.7663	5
56590	Groix	groix	53	56	561	47.6389	-3.4543	5
56600	Lanester	lanester	53	56	561	47.7613	-3.3397	5
56601 CEDEX	Lanester	lanester	53	56	561	47.7613	-3.3397	5
56602 CEDEX	Lanester	lanester	53	56	561	47.7613	-3.3397	5
56603 CEDEX	Lanester	lanester	53	56	561	47.7613	-3.3397	5
56607 CEDEX	Lanester	lanester	53	56	561	47.7613	-3.3397	5
56609 CEDEX	Lanester	lanester	53	56	561	47.7613	-3.3397	5
56610	Arradon	arradon	53	56	563	47.6271	-2.8215	5
56620	Pont-Scorff	pont-scorff	53	56	561	47.8334	-3.4025	5
56620	Cléguer	cleguer	53	56	561	47.8541	-3.3822	5
56630	Langonnet	langonnet	53	56	562	48.1051	-3.4936	5
56640	Arzon	arzon	53	56	563	47.5485	-2.8899	5
56650	Inzinzac-Lochrist	inzinzac-lochrist	53	56	561	47.85	-3.2667	5
56660	Saint-Jean-Brévelay	saint-jean-brevelay	53	56	562	47.845	-2.7223	5
56670	Riantec	riantec	53	56	561	47.7109	-3.3163	5
56680	Plouhinec	plouhinec	53	56	561	47.6975	-3.2513	5
56680	Gâvres	gavres	53	56	561	47.694	-3.3525	5
56690	Nostang	nostang	53	56	561	47.7487	-3.1864	5
56690	Landévant	landevant	53	56	561	47.765	-3.1222	5
56690	Landaul	landaul	53	56	561	47.7479	-3.0769	5
56700	Kervignac	kervignac	53	56	561	47.7629	-3.2378	5
56700	Sainte-Hélène	sainte-helene	53	56	561	47.7198	-3.2036	5
56700	Hennebont	hennebont	53	56	561	47.8051	-3.2734	5
56700	Merlevenez	merlevenez	53	56	561	47.7356	-3.2305	5
56700	Brandérion	branderion	53	56	561	47.7941	-3.1947	5
56701 CEDEX	Hennebont	hennebont	53	56	561	47.8051	-3.2734	5
56702 CEDEX	Hennebont	hennebont	53	56	561	47.8051	-3.2734	5
56703 CEDEX	Hennebont	hennebont	53	56	561	47.8051	-3.2734	5
56704 CEDEX	Hennebont	hennebont	53	56	561	47.8051	-3.2734	5
56705 CEDEX	Hennebont	hennebont	53	56	561	47.8051	-3.2734	5
56709 CEDEX	Hennebont	hennebont	53	56	561	47.8051	-3.2734	5
56730	Saint-Gildas-de-Rhuys	saint-gildas-de-rhuys	53	56	563	47.5006	-2.8382	5
56740	Locmariaquer	locmariaquer	53	56	561	47.5692	-2.9447	5
56750	Damgan	damgan	53	56	563	47.518	-2.577	5
56760	Pénestin	penestin	53	56	563	47.4823	-2.4728	5
56770	Plouray	plouray	53	56	562	48.1458	-3.3867	5
56780	Île-aux-Moines	ile-aux-moines	53	56	563	47.5965	-2.8441	5
56800	Taupont	taupont	53	56	562	47.9596	-2.4393	5
56800	Montertelot	montertelot	53	56	562	47.8804	-2.4219	5
56800	Augan	augan	53	56	563	47.9194	-2.279	5
56800	Quily	quily	53	56	562	47.8896	-2.4686	5
56800	Monterrein	monterrein	53	56	562	47.8806	-2.3584	5
56800	Gourhel	gourhel	53	56	562	47.9375	-2.3609	5
56800	Ploërmel	ploermel	53	56	562	47.9317	-2.3978	5
56800	Val d'Oust	val-d-oust	53	56	562	47.8647	-2.4489	5
56800	Loyat	loyat	53	56	562	47.9893	-2.3834	5
56800	Campénéac	campeneac	53	56	562	47.9573	-2.2928	5
56800	Guillac	guillac	53	56	562	47.911	-2.4657	5
56801 CEDEX	Ploërmel	ploermel	53	56	562	47.9317	-2.3978	5
56802 CEDEX	Ploërmel	ploermel	53	56	562	47.9317	-2.3978	5
56803 CEDEX	Ploërmel	ploermel	53	56	562	47.9317	-2.3978	5
56804 CEDEX	Ploërmel	ploermel	53	56	562	47.9317	-2.3978	5
56805 CEDEX	Ploërmel	ploermel	53	56	562	47.9317	-2.3978	5
56809 CEDEX	Ploërmel	ploermel	53	56	562	47.9317	-2.3978	5
56840	Île-d'Arz	ile-d-arz	53	56	563	47.5902	-2.8018	5
56850	Caudan	caudan	53	56	561	47.8088	-3.3425	5
56854 CEDEX	Caudan	caudan	53	56	561	47.8088	-3.3425	5
56855 CEDEX	Caudan	caudan	53	56	561	47.8088	-3.3425	5
56860	Séné	sene	53	56	563	47.619	-2.737	5
56870	Baden	baden	53	56	563	47.6173	-2.9199	5
56870	Larmor-Baden	larmor-baden	53	56	563	47.5834	-2.8944	5
56880	Ploeren	ploeren	53	56	563	47.6571	-2.864	5
56890	Saint-Avé	saint-ave	53	56	563	47.6909	-2.7465	5
56890	Meucon	meucon	53	56	563	47.7165	-2.7617	5
56890	Plescop	plescop	53	56	563	47.6973	-2.8056	5
56891 CEDEX	Saint-Avé	saint-ave	53	56	563	47.6909	-2.7465	5
56892 CEDEX	Saint-Avé	saint-ave	53	56	563	47.6909	-2.7465	5
56893 CEDEX	Saint-Avé	saint-ave	53	56	563	47.6909	-2.7465	5
56896 CEDEX	Saint-Avé	saint-ave	53	56	563	47.6909	-2.7465	5
56899 CEDEX	Saint-Avé	saint-ave	53	56	563	47.6909	-2.7465	5
56900 CEDEX 9	Vannes	vannes	53	56	563	47.6579	-2.7557	5
56901 CEDEX 9	Vannes	vannes	53	56	563	47.6579	-2.7557	5
56902 CEDEX 9	Vannes	vannes	53	56	563	47.6579	-2.7557	5
56903 CEDEX 9	Vannes	vannes	53	56	563	47.6579	-2.7557	5
56909 CEDEX 9	Vannes	vannes	53	56	563	47.6579	-2.7557	5
56910	Carentoir	carentoir	53	56	563	47.8167	-2.1333	5
56910	Saint-Nicolas-du-Tertre	saint-nicolas-du-tertre	53	56	563	47.8028	-2.2212	5
56910	Quelneuc	quelneuc	53	56	563	47.8239	-2.0661	5
56920	Gueltas	gueltas	53	56	562	48.0953	-2.7966	5
56920	Croixanvec	croixanvec	53	56	562	48.1392	-2.8687	5
56920	Saint-Gérand	saint-gerand	53	56	562	48.1081	-2.8915	5
56920	Saint-Gonnery	saint-gonnery	53	56	562	48.1246	-2.8185	5
56920	Noyal-Pontivy	noyal-pontivy	53	56	562	48.0667	-2.8833	5
56920	Kerfourn	kerfourn	53	56	562	48.0435	-2.8331	5
56930	Pluméliau	plumeliau	53	56	562	47.9577	-2.9749	5
56950	Crach	crach	53	56	561	47.617	-3.0017	5
56951 CEDEX 9	Vannes	vannes	53	56	563	47.6579	-2.7557	5
56954 CEDEX 9	Vannes	vannes	53	56	563	47.6579	-2.7557	5
56956 CEDEX 9	Vannes	vannes	53	56	563	47.6579	-2.7557	5
56957 CEDEX 9	Vannes	vannes	53	56	563	47.6579	-2.7557	5
56959 CEDEX 9	Vannes	vannes	53	56	563	47.6579	-2.7557	5
56970 CEDEX 9	Vannes	vannes	53	56	563	47.6579	-2.7557	5
56973 CEDEX 9	Vannes	vannes	53	56	563	47.6579	-2.7557	5
56977 CEDEX 9	Vannes	vannes	53	56	563	47.6579	-2.7557	5
56979 CEDEX 9	Vannes	vannes	53	56	563	47.6579	-2.7557	5
56998 CEDEX	Lorient	lorient	53	56	561	47.75	-3.3667	5
16000	Angoulême	angouleme	75	16	161	45.65	0.15	5
16001 CEDEX	Angoulême	angouleme	75	16	161	45.65	0.15	5
16002 CEDEX	Angoulême	angouleme	75	16	161	45.65	0.15	5
16003 CEDEX	Angoulême	angouleme	75	16	161	45.65	0.15	5
16004 CEDEX	Angoulême	angouleme	75	16	161	45.65	0.15	5
16005 CEDEX	Angoulême	angouleme	75	16	161	45.65	0.15	5
16006 CEDEX	Angoulême	angouleme	75	16	161	45.65	0.15	5
16007 CEDEX	Angoulême	angouleme	75	16	161	45.65	0.15	5
16008 CEDEX	Angoulême	angouleme	75	16	161	45.65	0.15	5
16010 CEDEX	Angoulême	angouleme	75	16	161	45.65	0.15	5
16011 CEDEX	Angoulême	angouleme	75	16	161	45.65	0.15	5
16012 CEDEX	Angoulême	angouleme	75	16	161	45.65	0.15	5
16013 CEDEX	Angoulême	angouleme	75	16	161	45.65	0.15	5
16014 CEDEX	Angoulême	angouleme	75	16	161	45.65	0.15	5
16015 CEDEX	Angoulême	angouleme	75	16	161	45.65	0.15	5
16016 CEDEX	Angoulême	angouleme	75	16	161	45.65	0.15	5
16017 CEDEX	Angoulême	angouleme	75	16	161	45.65	0.15	5
16018 CEDEX	Angoulême	angouleme	75	16	161	45.65	0.15	5
16019 CEDEX	Angoulême	angouleme	75	16	161	45.65	0.15	5
16020 CEDEX	Angoulême	angouleme	75	16	161	45.65	0.15	5
16021 CEDEX	Angoulême	angouleme	75	16	161	45.65	0.15	5
16022 CEDEX	Angoulême	angouleme	75	16	161	45.65	0.15	5
16023 CEDEX	Angoulême	angouleme	75	16	161	45.65	0.15	5
16024 CEDEX	Angoulême	angouleme	75	16	161	45.65	0.15	5
16025 CEDEX	Angoulême	angouleme	75	16	161	45.65	0.15	5
16026 CEDEX	Angoulême	angouleme	75	16	161	45.65	0.15	5
16100	Cognac	cognac	75	16	162	45.7	-0.3333	5
16100	Louzac-Saint-André	louzac-saint-andre	75	16	162	45.7137	-0.4105	5
16100	Javrezac	javrezac	75	16	162	45.7	-0.35	5
16100	Boutiers-Saint-Trojan	boutiers-saint-trojan	75	16	162	45.7167	-0.3	5
16100	Châteaubernard	chateaubernard	75	16	162	45.6667	-0.3333	5
16100	Saint-Laurent-de-Cognac	saint-laurent-de-cognac	75	16	162	45.6969	-0.409	5
16100	Saint-Brice	saint-brice	75	16	162	45.6833	-0.2833	5
16100	Merpins	merpins	75	16	162	45.6833	-0.4	5
16101 CEDEX	Cognac	cognac	75	16	162	45.7	-0.3333	5
16102 CEDEX	Cognac	cognac	75	16	162	45.7	-0.3333	5
16103 CEDEX	Cognac	cognac	75	16	162	45.7	-0.3333	5
16104 CEDEX	Cognac	cognac	75	16	162	45.7	-0.3333	5
16105 CEDEX	Cognac	cognac	75	16	162	45.7	-0.3333	5
16106 CEDEX	Cognac	cognac	75	16	162	45.7	-0.3333	5
16107 CEDEX	Cognac	cognac	75	16	162	45.7	-0.3333	5
16108 CEDEX	Cognac	cognac	75	16	162	45.7	-0.3333	5
16109 AIR	Cognac	cognac	75	16	162	45.7	-0.3333	5
16110	La Rochefoucauld	la-rochefoucauld	75	16	161	45.7405	0.3856	5
16110	Pranzac	pranzac	75	16	161	45.6667	0.35	5
16110	Agris	agris	75	16	161	45.7752	0.3349	5
16110	La Rochette	la-rochette	75	16	161	45.8007	0.3142	5
16110	Bunzac	bunzac	75	16	161	45.7	0.35	5
16110	Saint-Projet-Saint-Constant	saint-projet-saint-constant	75	16	161	45.728	0.3385	5
16110	Yvrac-et-Malleyrand	yvrac-et-malleyrand	75	16	161	45.7502	0.4483	5
16110	Marillac-le-Franc	marillac-le-franc	75	16	161	45.7333	0.4333	5
16110	Rivières	rivieres	75	16	161	45.753	0.3613	5
16110	Taponnat-Fleurignac	taponnat-fleurignac	75	16	161	45.7787	0.4093	5
16110	Rancogne	rancogne	75	16	161	45.697	0.4039	5
16111 CEDEX	Cognac	cognac	75	16	162	45.7	-0.3333	5
16112 CEDEX	Cognac	cognac	75	16	162	45.7	-0.3333	5
16113 CEDEX	Cognac	cognac	75	16	162	45.7	-0.3333	5
16120	Saint-Simon	saint-simon	75	16	162	45.65	-0.0667	5
16120	Bassac	bassac	75	16	162	45.664	-0.1069	5
16120	Malaville	malaville	75	16	162	45.55	-0.1	5
16120	Éraville	eraville	75	16	162	45.5833	-0.0833	5
16120	Nonaville	nonaville	75	16	162	45.5333	-0.0833	5
16120	Birac	birac	75	16	162	45.5667	-0.0667	5
16120	Mosnac	mosnac	75	16	162	45.6167	-0.0167	5
16120	Ladiville	ladiville	75	16	162	45.5121	-0.0697	5
16120	Saint-Simeux	saint-simeux	75	16	162	45.6333	-0.0333	5
16120	Vibrac	vibrac	75	16	162	45.65	-0.0667	5
16120	Viville	viville	75	16	162	45.522	-0.1204	5
16120	Bonneuil	bonneuil	75	16	162	45.5833	-0.1333	5
16120	Bouteville	bouteville	75	16	162	45.6	-0.1333	5
16120	Angeac-Charente	angeac-charente	75	16	162	45.6333	-0.0667	5
16120	Bellevigne	bellevigne	75	16	162	45.5575	-0.0969	5
16120	Touzac	touzac	75	16	162	45.55	-0.15	5
16120	Châteauneuf-sur-Charente	chateauneuf-sur-charente	75	16	162	45.6	-0.05	5
16120	Graves-Saint-Amant	graves-saint-amant	75	16	162	45.6439	-0.0948	5
16121 CEDEX	Cognac	cognac	75	16	162	45.7	-0.3333	5
16130	Gimeux	gimeux	75	16	162	45.6359	-0.3688	5
16130	Angeac-Champagne	angeac-champagne	75	16	162	45.6	-0.3	5
16130	Saint-Fort-sur-le-Né	saint-fort-sur-le-ne	75	16	162	45.5833	-0.3	5
16130	Segonzac	segonzac	75	16	162	45.6167	-0.2167	5
16130	Verrières	verrieres	75	16	162	45.5667	-0.2667	5
16130	Ars	ars	75	16	162	45.6435	-0.3822	5
16130	Saint-Preuil	saint-preuil	75	16	162	45.5966	-0.1717	5
16130	Genté	gente	75	16	162	45.6167	-0.3167	5
16130	Juillac-le-Coq	juillac-le-coq	75	16	162	45.5833	-0.2667	5
16130	Lignières-Sonneville	lignieres-sonneville	75	16	162	45.5667	-0.1833	5
16130	Gensac-la-Pallue	gensac-la-pallue	75	16	162	45.65	-0.25	5
16130	Salles-d’Angles	salles-d-angles	75	16	162	45.6167	-0.3333	5
16140	Villejésus	villejesus	75	16	163	45.895	0.0298	5
16140	Fouqueure	fouqueure	75	16	163	45.8837	0.074	5
16140	Saint-Fraigne	saint-fraigne	75	16	163	45.9526	-0.0109	5
16140	Ranville-Breuillaud	ranville-breuillaud	75	16	163	45.9017	-0.1188	5
16140	Verdille	verdille	75	16	163	45.8812	-0.1051	5
16140	Barbezières	barbezieres	75	16	163	45.9113	-0.092	5
16140	Bessé	besse	75	16	163	45.9549	0.0739	5
16140	Oradour	oradour	75	16	163	45.9	-0.0333	5
16140	Marcillac-Lanville	marcillac-lanville	75	16	162	45.8455	0.0211	5
16140	Charmé	charme	75	16	163	45.951	0.1172	5
16140	Aigre	aigre	75	16	163	45.8938	0.0096	5
16140	Les Gours	les-gours	75	16	163	45.9621	-0.067	5
16140	Ligné	ligne	75	16	163	45.922	0.1096	5
16140	Mons	mons	75	16	162	45.868	-0.0151	5
16140	La Chapelle	la-chapelle	75	16	163	45.8395	0.0372	5
16140	Lupsault	lupsault	75	16	163	45.9415	-0.0753	5
16140	Ambérac	amberac	75	16	163	45.8526	0.0664	5
16140	Tusson	tusson	75	16	163	45.9343	0.0681	5
16140	Ébréon	ebreon	75	16	163	45.9376	0.0304	5
16150	Exideuil	exideuil	75	16	163	45.8864	0.6732	5
16150	Saint-Quentin-sur-Charente	saint-quentin-sur-charente	75	16	163	45.8377	0.67	5
16150	Pressignac	pressignac	75	16	163	45.8259	0.7423	5
16150	Étagnac	etagnac	75	16	163	45.8951	0.779	5
16150	Chirac	chirac	75	16	163	45.9138	0.6552	5
16150	Chabrac	chabrac	75	16	163	45.9325	0.7385	5
16150	Chabanais	chabanais	75	16	163	45.8734	0.7176	5
16150	Chassenon	chassenon	75	16	163	45.8516	0.7647	5
16160	Gond-Pontouvre	gond-pontouvre	75	16	161	45.6833	0.1667	5
16170	Vaux-Rouillac	vaux-rouillac	75	16	162	45.7418	-0.0914	5
16170	Bignac	bignac	75	16	162	45.7969	0.0622	5
16170	Gourville	gourville	75	16	162	45.8299	-0.0153	5
16170	Plaizac	plaizac	75	16	162	45.7544	-0.1231	5
16170	Saint-Amant-de-Nouère	saint-amant-de-nouere	75	16	162	45.7457	0.0034	5
16170	Rouillac	rouillac	75	16	162	45.7758	-0.0638	5
16170	Bonneville	bonneville	75	16	162	45.8376	-0.0401	5
16170	Sonneville	sonneville	75	16	162	45.8031	-0.1335	5
16170	Échallat	echallat	75	16	162	45.7167	-0.0333	5
16170	Anville	anville	75	16	162	45.8277	-0.1092	5
16170	Auge-Saint-Médard	auge-saint-medard	75	16	162	45.8504	-0.0955	5
16170	Mareuil	mareuil	75	16	162	45.7733	-0.1419	5
16170	Genac-Bignac	genac-bignac	75	16	162	45.7989	0.0256	5
16170	Saint-Cybardeaux	saint-cybardeaux	75	16	162	45.7683	-0.0288	5
16170	Genac	genac	75	16	162	45.7973	0.026	5
16170	Montigné	montigne	75	16	162	45.8225	-0.0786	5
16190	Saint-Amant-de-Montmoreau	saint-amant-de-montmoreau	75	16	161	45.4	0.15	5
16190	Bors(Canton de Montmoreau-Saint-Cybard)	bors-canton-de-montmoreau-saint-cybard	75	16	161	45.3433	0.1679	5
16190	Bors (Canton de Tude-et-Lavalette)	bors-canton-de-tude-et-lavalette	75	16	161	45.3447	0.1682	5
16190	Aignes-et-Puypéroux	aignes-et-puyperoux	75	16	161	45.45	0.15	5
16190	Saint-Laurent-de-Belzagot	saint-laurent-de-belzagot	75	16	161	45.3833	0.1167	5
16190	Salles-Lavalette	salles-lavalette	75	16	161	45.3833	0.2333	5
16190	Poullignac	poullignac	75	16	161	45.4	-0.0167	5
16190	Juignac	juignac	75	16	161	45.3833	0.1667	5
16190	Saint-Eutrope	saint-eutrope	75	16	161	45.4167	0.1167	5
16190	Saint-Martial	saint-martial	75	16	161	45.3667	0.05	5
16190	Montmoreau-Saint-Cybard	montmoreau-saint-cybard	75	16	161	45.4	0.1333	5
16190	Nonac	nonac	75	16	161	45.4167	0.05	5
16190	Deviat	deviat	75	16	161	45.4167	0.0167	5
16190	Courgeac	courgeac	75	16	161	45.4	0.0833	5
16200	Sainte-Sévère	sainte-severe	75	16	162	45.7527	-0.2386	5
16200	Bourg-Charente	bourg-charente	75	16	162	45.6667	-0.2333	5
16200	Jarnac	jarnac	75	16	162	45.6816	-0.1733	5
16200	Fleurac	fleurac	75	16	162	45.7167	-0.0833	5
16200	Gondeville	gondeville	75	16	162	45.6712	-0.1495	5
16200	Les Métairies	les-metairies	75	16	162	45.7	-0.1667	5
16200	Réparsac	reparsac	75	16	162	45.7298	-0.2366	5
16200	Mérignac	merignac	75	16	162	45.7	-0.0833	5
16200	Mainxe	mainxe	75	16	162	45.6333	-0.1833	5
16200	Nercillac	nercillac	75	16	162	45.7167	-0.25	5
16200	Sigogne	sigogne	75	16	162	45.7366	-0.1579	5
16200	Houlette	houlette	75	16	162	45.7607	-0.2122	5
16200	Triac-Lautrait	triac-lautrait	75	16	162	45.6897	-0.1263	5
16200	Courbillac	courbillac	75	16	162	45.7673	-0.1806	5
16200	Foussignac	foussignac	75	16	162	45.7167	-0.1167	5
16200	Julienne	julienne	75	16	162	45.7	-0.2333	5
16200	Chassors	chassors	75	16	162	45.7	-0.2167	5
16210	Yviers	yviers	75	16	161	45.2833	0	5
16210	Saint-Quentin-de-Chalais	saint-quentin-de-chalais	75	16	161	45.2576	0.0681	5
16210	Bardenac	bardenac	75	16	161	45.3	-0.0167	5
16210	Les Essards	les-essards	75	16	161	45.2333	0.1167	5
16210	Saint-Avit	saint-avit	75	16	161	45.2333	0.05	5
16210	Bazac	bazac	75	16	161	45.2167	0.05	5
16210	Curac	curac	75	16	161	45.3	0.0333	5
16210	Rouffiac	rouffiac	75	16	161	45.2688	0.0826	5
16210	Rioux-Martin	rioux-martin	75	16	161	45.25	0	5
16210	Orival	orival	75	16	161	45.2767	0.0715	5
16210	Brie-sous-Chalais	brie-sous-chalais	75	16	161	45.3167	0	5
16210	Saint-Romain	saint-romain	75	16	161	45.2833	0.15	5
16210	Courlac	courlac	75	16	161	45.3	0.0833	5
16210	Chalais	chalais	75	16	161	45.2734	0.0388	5
16210	Bellon	bellon	75	16	161	45.3	0.1167	5
16210	Médillac	medillac	75	16	161	45.2333	0.0333	5
16220	Vilhonneur	vilhonneur	75	16	161	45.6816	0.4179	5
16220	Saint-Sornin	saint-sornin	75	16	161	45.6932	0.4366	5
16220	Eymouthiers	eymouthiers	75	16	161	45.643	0.549	5
16220	Rouzède	rouzede	75	16	161	45.7077	0.5548	5
16220	Montbron	montbron	75	16	161	45.6667	0.5	5
16220	Écuras	ecuras	75	16	161	45.6837	0.5678	5
16220	Orgedeuil	orgedeuil	75	16	161	45.6915	0.4908	5
16220	Vouthon	vouthon	75	16	161	45.6691	0.4544	5
16230	Sainte-Colombe	sainte-colombe	75	16	163	45.8334	0.3178	5
16230	Cellettes	cellettes	75	16	163	45.8637	0.1481	5
16230	Nanclars	nanclars	75	16	163	45.8434	0.2197	5
16230	Luxé	luxe	75	16	163	45.8932	0.1163	5
16230	Fontclaireau	fontclaireau	75	16	163	45.8945	0.2025	5
16230	Saint-Angeau	saint-angeau	75	16	163	45.8481	0.2867	5
16230	Puyréaux	puyreaux	75	16	163	45.8614	0.2119	5
16230	Villognon	villognon	75	16	163	45.8615	0.0996	5
16230	Juillé	juille	75	16	163	45.9297	0.1439	5
16230	Saint-Groux	saint-groux	75	16	163	45.897	0.1674	5
16230	Lonnes	lonnes	75	16	163	45.9386	0.1667	5
16230	Fontenille	fontenille	75	16	163	45.9169	0.1651	5
16230	Mansle	mansle	75	16	163	45.8753	0.1791	5
16230	Saint-Amant-de-Bonnieure	saint-amant-de-bonnieure	75	16	163	45.8495	0.2919	5
16230	Saint-Ciers-sur-Bonnieure	saint-ciers-sur-bonnieure	75	16	163	45.8597	0.244	5
16230	Maine-de-Boixe	maine-de-boixe	75	16	163	45.8511	0.1769	5
16240	La Chèvrerie	la-chevrerie	75	16	163	46.047	0.1384	5
16240	Longré	longre	75	16	163	46.0013	-0.0127	5
16240	Villiers-le-Roux	villiers-le-roux	75	16	163	46.0485	0.1066	5
16240	Souvigné	souvigne	75	16	163	45.9702	0.057	5
16240	Theil-Rabier	theil-rabier	75	16	163	46.0497	0.0368	5
16240	Empuré	empure	75	16	163	46.022	0.0522	5
16240	Paizay-Naudouin-Embourie	paizay-naudouin-embourie	75	16	163	46.0333	0	5
16240	Brettes	brettes	75	16	163	46.0049	0.0405	5
16240	Courcôme	courcome	75	16	163	45.9856	0.1322	5
16240	Raix	raix	75	16	163	46.001	0.1122	5
16240	Villefagnan	villefagnan	75	16	163	46.0114	0.0794	5
16240	La Magdeleine	la-magdeleine	75	16	163	46.0459	0.0841	5
16240	Montjean	montjean	75	16	163	46.0879	0.1198	5
16240	La Forêt-de-Tessé	la-foret-de-tesse	75	16	163	46.0802	0.0837	5
16250	Saint-Léger	saint-leger	75	16	162	45.4667	0.05	5
16250	Champagne-Vigny	champagne-vigny	75	16	162	45.5167	0.0333	5
16250	Étriac	etriac	75	16	162	45.5333	-0.0167	5
16250	Aubeville	aubeville	75	16	162	45.5	-0.0167	5
16250	Jurignac	jurignac	75	16	162	45.5333	-0.0333	5
16250	Plassac-Rouffiac	plassac-rouffiac	75	16	161	45.5333	0.0667	5
16250	Bécheresse	becheresse	75	16	162	45.5	0.0833	5
16250	Pérignac	perignac	75	16	162	45.4667	0.0833	5
16250	Cressac-Saint-Genis	cressac-saint-genis	75	16	162	45.45	0.0167	5
16250	Mainfonds	mainfonds	75	16	162	45.5167	0.0167	5
16250	Bessac	bessac	75	16	161	45.4333	-0.0333	5
16250	Péreuil	pereuil	75	16	162	45.4833	-0.0167	5
16250	Blanzac-Porcheresse	blanzac-porcheresse	75	16	162	45.4833	0.0333	5
16250	Val des Vignes	val-des-vignes	75	16	162	45.5336	-0.0381	5
16250	Voulgézac	voulgezac	75	16	161	45.5167	0.1167	5
16250	Chadurie	chadurie	75	16	161	45.5	0.1333	5
16260	Suaux	suaux	75	16	163	45.8516	0.5053	5
16260	Les Pins	les-pins	75	16	163	45.8193	0.3903	5
16260	La Tâche	la-tache	75	16	163	45.8679	0.3539	5
16260	Cellefrouin	cellefrouin	75	16	163	45.8908	0.3903	5
16260	Chasseneuil-sur-Bonnieure	chasseneuil-sur-bonnieure	75	16	163	45.8167	0.45	5
16260	Saint-Mary	saint-mary	75	16	163	45.8328	0.3895	5
16270	Mazières	mazieres	75	16	163	45.8366	0.5702	5
16270	Suris	suris	75	16	163	45.849	0.6368	5
16270	La Péruse	la-peruse	75	16	163	45.8766	0.6178	5
16270	Nieuil	nieuil	75	16	163	45.8787	0.5011	5
16270	Genouillac	genouillac	75	16	163	45.8529	0.5713	5
16270	Roumazières-Loubert	roumazieres-loubert	75	16	163	45.8869	0.5812	5
16290	Asnières-sur-Nouère	asnieres-sur-nouere	75	16	161	45.7167	0.05	5
16290	Moulidars	moulidars	75	16	162	45.6667	-0.0333	5
16290	Hiersac	hiersac	75	16	162	45.6667	0	5
16290	Douzat	douzat	75	16	162	45.7167	0	5
16290	Saint-Saturnin	saint-saturnin	75	16	161	45.6667	0.05	5
16290	Champmillon	champmillon	75	16	162	45.6333	0	5
16300	Barret	barret	75	16	162	45.4833	-0.2	5
16300	Montchaude	montchaude	75	16	162	45.45	-0.2	5
16300	Lachaise	lachaise	75	16	162	45.5333	-0.2333	5
16300	Criteuil-la-Magdeleine	criteuil-la-magdeleine	75	16	162	45.5333	-0.2167	5
16300	Ambleville	ambleville	75	16	162	45.55	-0.2167	5
16300	Saint-Palais-du-Né	saint-palais-du-ne	75	16	162	45.55	-0.2667	5
16300	Lagarde-sur-le-Né	lagarde-sur-le-ne	75	16	162	45.5167	-0.2	5
16300	Montmérac	montmerac	75	16	162	45.4475	-0.2008	5
16300	Lamérac	lamerac	75	16	162	45.4333	-0.2167	5
16300	Vignolles	vignolles	75	16	162	45.5106	-0.0896	5
16300	Barbezieux-Saint-Hilaire	barbezieux-saint-hilaire	75	16	162	45.4727	-0.1522	5
16300	Brie-sous-Barbezieux	brie-sous-barbezieux	75	16	162	45.4333	-0.0333	5
16300	Salles-de-Barbezieux	salles-de-barbezieux	75	16	162	45.45	-0.1333	5
16300	Saint-Médard	saint-medard	75	16	162	45.511	-0.1362	5
16300	Saint-Aulais-la-Chapelle	saint-aulais-la-chapelle	75	16	162	45.45	-0.05	5
16300	Saint-Bonnet	saint-bonnet	75	16	162	45.4782	-0.0985	5
16300	Guimps	guimps	75	16	162	45.4667	-0.25	5
16300	Challignac	challignac	75	16	162	45.4167	-0.0833	5
16300	Angeduc	angeduc	75	16	162	45.4833	-0.05	5
16310	Mazerolles	mazerolles	75	16	163	45.7476	0.5331	5
16310	Saint-Adjutory	saint-adjutory	75	16	161	45.7649	0.4731	5
16310	Cherves-Châtelars	cherves-chatelars	75	16	163	45.8096	0.5475	5
16310	Lésignac-Durand	lesignac-durand	75	16	163	45.8167	0.6333	5
16310	Vitrac-Saint-Vincent	vitrac-saint-vincent	75	16	163	45.7958	0.4936	5
16310	Le Lindois	le-lindois	75	16	163	45.7442	0.592	5
16310	Montembœuf	montemb-uf	75	16	163	45.7774	0.5526	5
16310	Sauvagnac	sauvagnac	75	16	163	45.7487	0.6476	5
16310	Verneuil	verneuil	75	16	163	45.7813	0.694	5
16310	Massignac	massignac	75	16	163	45.7799	0.6535	5
16310	Mouzon	mouzon	75	16	163	45.8056	0.6147	5
16310	Roussines	roussines	75	16	163	45.7235	0.6204	5
16320	Gardes-le-Pontaroux	gardes-le-pontaroux	75	16	161	45.5	0.3333	5
16320	Juillaguet	juillaguet	75	16	161	45.4833	0.2167	5
16320	Villebois-Lavalette	villebois-lavalette	75	16	161	45.4833	0.2833	5
16320	Combiers	combiers	75	16	161	45.4918	0.4151	5
16320	Gurat	gurat	75	16	161	45.4333	0.2667	5
16320	Charmant	charmant	75	16	161	45.5	0.1833	5
16320	Chavenat	chavenat	75	16	161	45.45	0.1667	5
16320	Édon	edon	75	16	161	45.4882	0.3541	5
16320	Blanzaguet-Saint-Cybard	blanzaguet-saint-cybard	75	16	161	45.4667	0.3167	5
16320	Magnac-Lavalette-Villars	magnac-lavalette-villars	75	16	161	45.5	0.25	5
16320	Rougnac	rougnac	75	16	161	45.5333	0.35	5
16320	Boisné-La Tude	boisne-la-tude	75	16	161	45.4961	0.1839	5
16320	Vaux-Lavalette	vaux-lavalette	75	16	161	45.4167	0.2333	5
16320	Ronsenac	ronsenac	75	16	161	45.4833	0.2333	5
16330	Coulonges	coulonges	75	16	163	45.8328	0.0909	5
16330	Montignac-Charente	montignac-charente	75	16	163	45.7831	0.1243	5
16330	Xambes	xambes	75	16	163	45.8259	0.1057	5
16330	Saint-Amant-de-Boixe	saint-amant-de-boixe	75	16	163	45.7979	0.1352	5
16330	Vervant	vervant	75	16	163	45.8325	0.1243	5
16330	Vouharte	vouharte	75	16	163	45.8154	0.0752	5
16330	Vars	vars	75	16	163	45.7626	0.1248	5
16340	L’Isle-d’Espagnac	l-isle-d-espagnac	75	16	161	45.6667	0.2	5
16350	Le Bouchage	le-bouchage	75	16	163	46.0451	0.3926	5
16350	Le Vieux-Cérier	le-vieux-cerier	75	16	163	45.9667	0.4333	5
16350	Turgon	turgon	75	16	163	45.95	0.4	5
16350	Vieux-Ruffec	vieux-ruffec	75	16	163	46.0109	0.3887	5
16350	Champagne-Mouton	champagne-mouton	75	16	163	45.9908	0.4105	5
16350	Chassiecq	chassiecq	75	16	163	45.9537	0.3793	5
16350	Saint-Coutant	saint-coutant	75	16	163	46.0044	0.442	5
16350	Benest	benest	75	16	163	46.0379	0.4521	5
16360	Bors(Canton de Baignes-Sainte-Radegonde)	bors-canton-de-baignes-sainte-radegonde	75	16	162	45.3273	-0.1935	5
16360	Condéon	condeon	75	16	162	45.4	-0.1333	5
16360	Baignes-Sainte-Radegonde	baignes-sainte-radegonde	75	16	162	45.3833	-0.2333	5
16360	Le Tâtre	le-tatre	75	16	162	45.4	-0.2	5
16360	Touvérac	touverac	75	16	162	45.3833	-0.2	5
16360	Reignac	reignac	75	16	162	45.4167	-0.1667	5
16360	Bors (Canton de Charente-Sud)	bors-canton-de-charente-sud	75	16	162	45.3276	-0.1936	5
16360	Chantillac	chantillac	75	16	162	45.3333	-0.25	5
16370	Bréville	breville	75	16	162	45.7964	-0.2622	5
16370	Mesnac	mesnac	75	16	162	45.7766	-0.3583	5
16370	Saint-Sulpice-de-Cognac	saint-sulpice-de-cognac	75	16	162	45.7598	-0.3809	5
16370	Cherves-Richemont	cherves-richemont	75	16	162	45.7434	-0.351	5
16380	Chazelles	chazelles	75	16	161	45.6471	0.3675	5
16380	Mainzac	mainzac	75	16	161	45.5517	0.4843	5
16380	Saint-Germain-de-Montbron	saint-germain-de-montbron	75	16	161	45.6234	0.4199	5
16380	Souffrignac	souffrignac	75	16	161	45.5924	0.5048	5
16380	Marthon	marthon	75	16	161	45.6147	0.4429	5
16380	Grassac	grassac	75	16	161	45.5858	0.4033	5
16380	Charras	charras	75	16	161	45.543	0.4164	5
16380	Feuillade	feuillade	75	16	161	45.6077	0.4699	5
16390	Montignac-le-Coq	montignac-le-coq	75	16	161	45.3333	0.2167	5
16390	Saint-Séverin	saint-severin	75	16	161	45.3167	0.25	5
16390	Nabinaud	nabinaud	75	16	161	45.2833	0.2	5
16390	Laprade	laprade	75	16	161	45.2833	0.1833	5
16390	Aubeterre-sur-Dronne	aubeterre-sur-dronne	75	16	161	45.2667	0.1667	5
16390	Palluaud	palluaud	75	16	161	45.35	0.25	5
16390	Pillac	pillac	75	16	161	45.3167	0.1833	5
16390	Bonnes	bonnes	75	16	161	45.2333	0.15	5
16400	Puymoyen	puymoyen	75	16	161	45.6167	0.1833	5
16400	La Couronne	la-couronne	75	16	161	45.6113	0.0995	5
16400	Vœuil-et-Giget	v-uil-et-giget	75	16	161	45.5833	0.15	5
16410	Dirac	dirac	75	16	161	45.6	0.25	5
16410	Sers	sers	75	16	161	45.6	0.3167	5
16410	Vouzan	vouzan	75	16	161	45.6	0.35	5
16410	Bouëx	bouex	75	16	161	45.6167	0.3167	5
16410	Garat	garat	75	16	161	45.6333	0.2667	5
16410	Fouquebrune	fouquebrune	75	16	161	45.5333	0.2	5
16410	Dignac	dignac	75	16	161	45.55	0.2833	5
16410	Torsac	torsac	75	16	161	45.5667	0.2167	5
16420	Saulgond	saulgond	75	16	163	45.9501	0.784	5
16420	Brigueuil	brigueuil	75	16	163	45.9534	0.8607	5
16420	Lesterps	lesterps	75	16	163	46.0106	0.7808	5
16420	Saint-Christophe	saint-christophe	75	16	163	46.0023	0.8503	5
16420	Montrollet	montrollet	75	16	163	45.9845	0.8989	5
16430	Vindelle	vindelle	75	16	161	45.7167	0.1167	5
16430	Balzac	balzac	75	16	161	45.7	0.1167	5
16430	Champniers	champniers	75	16	161	45.7145	0.2044	5
16440	Claix	claix	75	16	161	45.55	0.05	5
16440	Sireuil	sireuil	75	16	161	45.6167	0.0167	5
16440	Mouthiers-sur-Boëme	mouthiers-sur-boeme	75	16	161	45.55	0.1167	5
16440	Roullet-Saint-Estèphe	roullet-saint-estephe	75	16	161	45.5833	0.05	5
16440	Nersac	nersac	75	16	161	45.6333	0.05	5
16450	Le Grand-Madieu	le-grand-madieu	75	16	163	45.9401	0.4447	5
16450	Saint-Claud	saint-claud	75	16	163	45.8953	0.4645	5
16450	Beaulieu-sur-Sonnette	beaulieu-sur-sonnette	75	16	163	45.9242	0.3837	5
16450	Saint-Laurent-de-Céris	saint-laurent-de-ceris	75	16	163	45.9414	0.4801	5
16450	Parzac	parzac	75	16	163	45.933	0.4156	5
16450	Lussac	lussac	75	16	163	45.8609	0.4625	5
16460	Bayers	bayers	75	16	163	45.9215	0.2291	5
16460	Ventouse	ventouse	75	16	163	45.8953	0.3316	5
16460	Saint-Sulpice-de-Ruffec	saint-sulpice-de-ruffec	75	16	163	45.9406	0.3148	5
16460	Couture	couture	75	16	163	45.9298	0.2843	5
16460	Valence	valence	75	16	163	45.8901	0.3074	5
16460	Chenon	chenon	75	16	163	45.9472	0.2447	5
16460	Mouton	mouton	75	16	163	45.891	0.2432	5
16460	Lichères	licheres	75	16	163	45.9025	0.2263	5
16460	Aunac	aunac	75	16	163	45.9164	0.2434	5
16460	Saint-Front	saint-front	75	16	163	45.8939	0.2891	5
16460	Moutonneau	moutonneau	75	16	163	45.907	0.2381	5
16460	Chenommet	chenommet	75	16	163	45.9372	0.2444	5
16470	Saint-Michel	saint-michel	75	16	161	45.65	0.1	5
16480	Saint-Vallier	saint-vallier	75	16	162	45.3	-0.05	5
16480	Berneuil	berneuil	75	16	162	45.4	-0.0667	5
16480	Oriolles	oriolles	75	16	162	45.35	-0.1167	5
16480	Chillac	chillac	75	16	162	45.3667	-0.0833	5
16480	Châtignac	chatignac	75	16	161	45.35	0	5
16480	Passirac	passirac	75	16	162	45.35	-0.0667	5
16480	Guizengeard	guizengeard	75	16	162	45.3	-0.1	5
16480	Boisbreteau	boisbreteau	75	16	162	45.3167	-0.15	5
16480	Sauvignac	sauvignac	75	16	162	45.25	-0.0833	5
16480	Saint-Félix	saint-felix	75	16	162	45.3667	0	5
16480	Brossac	brossac	75	16	162	45.3333	-0.05	5
16480	Sainte-Souline	sainte-souline	75	16	162	45.3833	-0.0167	5
16480	Saint-Laurent-des-Combes	saint-laurent-des-combes	75	16	161	45.35	0.0333	5
16490	Pleuville	pleuville	75	16	163	46.0903	0.4947	5
16490	Ambernac	ambernac	75	16	163	45.98	0.5415	5
16490	Épenède	epenede	75	16	163	46.0637	0.5367	5
16490	Hiesse	hiesse	75	16	163	46.0559	0.5914	5
16490	Alloue	alloue	75	16	163	46.0333	0.5167	5
16500	Abzac	abzac	75	16	163	46.1024	0.7037	5
16500	Ansac-sur-Vienne	ansac-sur-vienne	75	16	163	45.9929	0.6454	5
16500	Lessac	lessac	75	16	163	46.0687	0.6751	5
16500	Saint-Maurice-des-Lions	saint-maurice-des-lions	75	16	163	45.9648	0.7023	5
16500	Saint-Germain-de-Confolens	saint-germain-de-confolens	75	16	163	46.0536	0.6836	5
16500	Brillac	brillac	75	16	163	46.0605	0.7772	5
16500	Confolens	confolens	75	16	163	46.0167	0.6667	5
16500	Manot	manot	75	16	163	45.9428	0.6376	5
16500	Oradour-Fanais	oradour-fanais	75	16	163	46.1205	0.7829	5
16500	Esse	esse	75	16	163	46.0318	0.7212	5
16510	Verteuil-sur-Charente	verteuil-sur-charente	75	16	163	45.981	0.2311	5
16560	Villejoubert	villejoubert	75	16	163	45.8034	0.1748	5
16560	Anais	anais	75	16	163	45.7742	0.2087	5
16560	Jauldes	jauldes	75	16	161	45.7855	0.2585	5
16560	Aussac-Vadalle	aussac-vadalle	75	16	163	45.8167	0.2	5
16560	Coulgens	coulgens	75	16	161	45.8109	0.2873	5
16560	Tourriers	tourriers	75	16	163	45.7972	0.1917	5
16570	Saint-Genis-d’Hiersac	saint-genis-d-hiersac	75	16	162	45.7499	0.0285	5
16570	Marsac	marsac	75	16	161	45.742	0.0766	5
16590	Brie	brie	75	16	161	45.738	0.2411	5
16600	Touvre	touvre	75	16	161	45.6667	0.25	5
16600	Magnac-sur-Touvre	magnac-sur-touvre	75	16	161	45.6667	0.2333	5
16600	Mornac	mornac	75	16	161	45.6833	0.2667	5
16600	Ruelle-sur-Touvre	ruelle-sur-touvre	75	16	161	45.6833	0.2333	5
16620	Montboyer	montboyer	75	16	161	45.3333	0.0833	5
16700	Condac	condac	75	16	163	46.0239	0.2272	5
16700	Taizé-Aizie	taize-aizie	75	16	163	46.0653	0.2359	5
16700	La Faye	la-faye	75	16	163	46.0202	0.146	5
16700	Barro	barro	75	16	163	46.0005	0.2261	5
16700	Londigny	londigny	75	16	163	46.0844	0.1362	5
16700	Salles-de-Villefagnan	salles-de-villefagnan	75	16	163	45.959	0.1619	5
16700	Saint-Georges	saint-georges	75	16	163	45.9725	0.2706	5
16700	Ruffec	ruffec	75	16	163	46.0288	0.1982	5
16700	Les Adjots	les-adjots	75	16	163	46.0781	0.2048	5
16700	Villegats	villegats	75	16	163	45.9911	0.1928	5
16700	Bernac	bernac	75	16	163	46.0436	0.1681	5
16700	Saint-Martin-du-Clocher	saint-martin-du-clocher	75	16	163	46.0614	0.1548	5
16700	Tuzie	tuzie	75	16	163	45.9758	0.1575	5
16700	Poursac	poursac	75	16	163	45.9608	0.2587	5
16700	Saint-Gourson	saint-gourson	75	16	163	45.951	0.3229	5
16700	Bioussac	bioussac	75	16	163	46.031	0.275	5
16700	Nanteuil-en-Vallée	nanteuil-en-vallee	75	16	163	46.0009	0.3221	5
16710	Saint-Yrieix-sur-Charente	saint-yrieix-sur-charente	75	16	161	45.6833	0.1167	5
16720	Saint-Même-les-Carrières	saint-meme-les-carrieres	75	16	162	45.65	-0.15	5
16730	Linars	linars	75	16	161	45.65	0.0833	5
16730	Fléac	fleac	75	16	161	45.6667	0.1	5
16730	Trois-Palis	trois-palis	75	16	161	45.6333	0.05	5
16800	Soyaux	soyaux	75	16	161	45.65	0.2	5
16901 CEDEX 9	Angoulême	angouleme	75	16	161	45.65	0.15	5
16902 CEDEX 9	Angoulême	angouleme	75	16	161	45.65	0.15	5
16903 CEDEX 9	Angoulême	angouleme	75	16	161	45.65	0.15	5
16904 CEDEX 9	Angoulême	angouleme	75	16	161	45.65	0.15	5
16905 CEDEX 9	Angoulême	angouleme	75	16	161	45.65	0.15	5
16906 CEDEX 9	Angoulême	angouleme	75	16	161	45.65	0.15	5
16907 CEDEX 9	Angoulême	angouleme	75	16	161	45.65	0.15	5
16908 CEDEX 9	Angoulême	angouleme	75	16	161	45.65	0.15	5
16909 CEDEX 9	Angoulême	angouleme	75	16	161	45.65	0.15	5
16910 CEDEX 9	Angoulême	angouleme	75	16	161	45.65	0.15	5
16911 CEDEX 9	Angoulême	angouleme	75	16	161	45.65	0.15	5
16912 CEDEX 9	Angoulême	angouleme	75	16	161	45.65	0.15	5
16913 CEDEX 9	Angoulême	angouleme	75	16	161	45.65	0.15	5
16914 CEDEX 9	Angoulême	angouleme	75	16	161	45.65	0.15	5
16915 CEDEX 9	Angoulême	angouleme	75	16	161	45.65	0.15	5
16916 CEDEX 9	Angoulême	angouleme	75	16	161	45.65	0.15	5
16917 CEDEX 9	Angoulême	angouleme	75	16	161	45.65	0.15	5
16918 CEDEX 9	Angoulême	angouleme	75	16	161	45.65	0.15	5
16919 CEDEX 9	Angoulême	angouleme	75	16	161	45.65	0.15	5
16920 CEDEX 9	Angoulême	angouleme	75	16	161	45.65	0.15	5
16929 CEDEX 9	Angoulême	angouleme	75	16	161	45.65	0.15	5
16950 CEDEX 9	Angoulême	angouleme	75	16	161	45.65	0.15	5
16951 CEDEX 9	Angoulême	angouleme	75	16	161	45.65	0.15	5
16952 CEDEX 9	Angoulême	angouleme	75	16	161	45.65	0.15	5
16953 CEDEX 9	Angoulême	angouleme	75	16	161	45.65	0.15	5
16954 CEDEX 9	Angoulême	angouleme	75	16	161	45.65	0.15	5
16955 CEDEX 9	Angoulême	angouleme	75	16	161	45.65	0.15	5
16959 CEDEX 9	Angoulême	angouleme	75	16	161	45.65	0.15	5
16999 CEDEX 9	Angoulême	angouleme	75	16	161	45.65	0.15	5
17000	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17001 CEDEX 1	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17002 CEDEX 1	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17003 CEDEX 1	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17004 CEDEX 1	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17005 CEDEX 1	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17006 CEDEX 1	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17007 CEDEX 1	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17008 CEDEX 1	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17009 CEDEX 1	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17010 CEDEX 1	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17011 CEDEX 1	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17012 CEDEX 1	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17013 CEDEX 1	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17014 CEDEX 1	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17015 CEDEX 1	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17016 CEDEX 1	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17017 CEDEX 1	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17018 CEDEX 1	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17019 CEDEX 1	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17020 CEDEX 1	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17021 CEDEX 1	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17022 CEDEX 1	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17023 CEDEX 1	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17024 CEDEX 1	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17025 CEDEX 1	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17026 CEDEX 1	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17027 CEDEX 1	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17028 CEDEX 1	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17029 CEDEX 1	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17030 CEDEX 1	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17031 CEDEX 1	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17032 CEDEX 1	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17033 CEDEX 1	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17034 CEDEX 1	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17035 CEDEX 1	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17036 CEDEX 1	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17037 CEDEX 1	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17038 CEDEX 1	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17039 CEDEX 1	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17040 CEDEX 1	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17041 CEDEX 1	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17042 CEDEX 1	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17043 CEDEX 1	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17044 CEDEX 1	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17045 CEDEX 1	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17051 CEDEX 9	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17052 CEDEX 9	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17053 CEDEX 9	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17054 CEDEX 9	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17055 CEDEX 9	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17056 CEDEX 9	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17071 CEDEX 9	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17072 CEDEX 9	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17073 CEDEX 9	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17074 CEDEX 9	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17075 CEDEX 9	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17076 CEDEX 9	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17078 CEDEX 9	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17079 CEDEX 9	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17086 CEDEX 2	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17087 CEDEX 2	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17088 CEDEX 2	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17089 CEDEX 2	La Rochelle	la-rochelle	75	17	173	46.1667	-1.15	5
17100	Courcoury	courcoury	75	17	174	45.7118	-0.5788	5
17100	La Chapelle-des-Pots	la-chapelle-des-pots	75	17	174	45.7598	-0.5408	5
17100	Fontcouverte	fontcouverte	75	17	174	45.7671	-0.5868	5
17100	Le Douhet	le-douhet	75	17	174	45.8222	-0.5668	5
17100	Vénérand	venerand	75	17	174	45.793	-0.5567	5
17100	Saintes	saintes	75	17	174	45.75	-0.6333	5
17100	Bussac-sur-Charente	bussac-sur-charente	75	17	174	45.7833	-0.6333	5
17100	Les Gonds	les-gonds	75	17	174	45.7144	-0.6141	5
17100	Saint-Vaize	saint-vaize	75	17	174	45.8124	-0.6323	5
17101 CEDEX	Saintes	saintes	75	17	174	45.75	-0.6333	5
17102 CEDEX	Saintes	saintes	75	17	174	45.75	-0.6333	5
17103 CEDEX	Saintes	saintes	75	17	174	45.75	-0.6333	5
17104 CEDEX	Saintes	saintes	75	17	174	45.75	-0.6333	5
17105 CEDEX	Saintes	saintes	75	17	174	45.75	-0.6333	5
17106 CEDEX	Saintes	saintes	75	17	174	45.75	-0.6333	5
17107 CEDEX	Saintes	saintes	75	17	174	45.75	-0.6333	5
17108 CEDEX	Saintes	saintes	75	17	174	45.75	-0.6333	5
17109 CEDEX	Saintes	saintes	75	17	174	45.75	-0.6333	5
17110	Saint-Georges-de-Didonne	saint-georges-de-didonne	75	17	172	45.6034	-1.0049	5
17111	Loix	loix	75	17	173	46.2268	-1.4331	5
17112 CEDEX	Saintes	saintes	75	17	174	45.75	-0.6333	5
17113	Mornac-sur-Seudre	mornac-sur-seudre	75	17	172	45.7093	-1.0282	5
17114 CEDEX	Saintes	saintes	75	17	174	45.75	-0.6333	5
17115 CEDEX	Saintes	saintes	75	17	174	45.75	-0.6333	5
17116 CEDEX	Saintes	saintes	75	17	174	45.75	-0.6333	5
17117 CEDEX	Saintes	saintes	75	17	174	45.75	-0.6333	5
17118 CEDEX	Saintes	saintes	75	17	174	45.75	-0.6333	5
17119 CEDEX	Saintes	saintes	75	17	174	45.75	-0.6333	5
17120	Semussac	semussac	75	17	174	45.6	-0.9167	5
17120	Boutenac-Touvent	boutenac-touvent	75	17	174	45.5	-0.7625	5
17120	Épargnes	epargnes	75	17	174	45.5419	-0.8029	5
17120	Cozes	cozes	75	17	174	45.5837	-0.8318	5
17120	Brie-sous-Mortagne	brie-sous-mortagne	75	17	174	45.4931	-0.7429	5
17120	Grézac	grezac	75	17	174	45.6034	-0.8408	5
17120	Thaims	thaims	75	17	174	45.6227	-0.7852	5
17120	Arces	arces	75	17	174	45.55	-0.8667	5
17120	Barzan	barzan	75	17	174	45.5255	-0.8554	5
17120	Meursac	meursac	75	17	174	45.6489	-0.808	5
17120	Mortagne-sur-Gironde	mortagne-sur-gironde	75	17	174	45.4814	-0.787	5
17120	Chenac-Saint-Seurin-d'Uzet	chenac-saint-seurin-d-uzet	75	17	174	45.5167	-0.8167	5
17120	Floirac	floirac	75	17	174	45.4763	-0.749	5
17120	Talmont-sur-Gironde	talmont-sur-gironde	75	17	174	45.5333	-0.9	5
17121 CEDEX	Saintes	saintes	75	17	174	45.75	-0.6333	5
17123	Île-d'Aix	ile-d-aix	75	17	172	46.0125	-1.175	5
17130	Vibrac	vibrac	75	17	171	45.3554	-0.3404	5
17130	Corignac	corignac	75	17	171	45.2479	-0.3903	5
17130	Salignac-de-Mirambeau	salignac-de-mirambeau	75	17	171	45.3453	-0.4831	5
17130	Montendre	montendre	75	17	171	45.2847	-0.4063	5
17130	Rouffignac	rouffignac	75	17	171	45.3356	-0.4498	5
17130	Messac	messac	75	17	171	45.35	-0.3167	5
17130	Jussas	jussas	75	17	171	45.2833	-0.35	5
17130	Chamouillac	chamouillac	75	17	171	45.3139	-0.4652	5
17130	Coux	coux	75	17	171	45.3123	-0.4028	5
17130	Courpignac	courpignac	75	17	171	45.3237	-0.4882	5
17130	Tugéras-Saint-Maurice	tugeras-saint-maurice	75	17	171	45.3667	-0.4	5
17130	Sousmoulins	sousmoulins	75	17	171	45.3	-0.3333	5
17130	Expiremont	expiremont	75	17	171	45.3233	-0.3752	5
17130	Pommiers-Moulons	pommiers-moulons	75	17	171	45.3167	-0.35	5
17130	Chartuzac	chartuzac	75	17	171	45.3397	-0.42	5
17130	Souméras	soumeras	75	17	171	45.2975	-0.4254	5
17130	Chaunac	chaunac	75	17	171	45.3626	-0.3551	5
17132	Meschers-sur-Gironde	meschers-sur-gironde	75	17	172	45.5604	-0.9547	5
17133 AIR	Rochefort	rochefort	75	17	172	45.9333	-0.9833	5
17136 AIR	Saintes	saintes	75	17	174	45.75	-0.6333	5
17137	Marsilly	marsilly	75	17	173	46.2303	-1.1384	5
17137	L’Houmeau	l-houmeau	75	17	173	46.1941	-1.1852	5
17137	Esnandes	esnandes	75	17	173	46.2503	-1.1157	5
17137	Nieul-sur-Mer	nieul-sur-mer	75	17	173	46.2058	-1.1645	5
17138	Puilboreau	puilboreau	75	17	173	46.1862	-1.118	5
17138	Saint-Xandre	saint-xandre	75	17	173	46.2044	-1.1027	5
17139	Dompierre-sur-Mer	dompierre-sur-mer	75	17	173	46.1882	-1.0635	5
17140	Lagord	lagord	75	17	173	46.1882	-1.1536	5
17150	Saint-Bonnet-sur-Gironde	saint-bonnet-sur-gironde	75	17	171	45.3547	-0.66	5
17150	Saint-Thomas-de-Conac	saint-thomas-de-conac	75	17	171	45.3833	-0.6833	5
17150	Mirambeau	mirambeau	75	17	171	45.3731	-0.5707	5
17150	Saint-Dizant-du-Bois	saint-dizant-du-bois	75	17	171	45.3987	-0.5732	5
17150	Allas-Bocage	allas-bocage	75	17	171	45.384	-0.492	5
17150	Semoussac	semoussac	75	17	171	45.3862	-0.6239	5
17150	Saint-Sorlin-de-Conac	saint-sorlin-de-conac	75	17	171	45.3667	-0.6833	5
17150	Boisredon	boisredon	75	17	171	45.3148	-0.5381	5
17150	Soubran	soubran	75	17	171	45.3529	-0.5141	5
17150	Saint-Martial-de-Mirambeau	saint-martial-de-mirambeau	75	17	171	45.3814	-0.5938	5
17150	Consac	consac	75	17	171	45.4175	-0.5941	5
17150	Saint-Georges-des-Agoûts	saint-georges-des-agouts	75	17	171	45.3752	-0.6456	5
17150	Semillac	semillac	75	17	171	45.3955	-0.595	5
17150	Nieul-le-Virouil	nieul-le-virouil	75	17	171	45.4087	-0.5309	5
17160	Les Touches-de-Périgny	les-touches-de-perigny	75	17	175	45.9074	-0.2682	5
17160	Le Gicq	le-gicq	75	17	175	45.9319	-0.2444	5
17160	Mons	mons	75	17	175	45.8206	-0.3462	5
17160	Bagnizeau	bagnizeau	75	17	175	45.8881	-0.3126	5
17160	Cressé	cresse	75	17	175	45.9152	-0.2199	5
17160	Prignac	prignac	75	17	175	45.8304	-0.3576	5
17160	Ballans	ballans	75	17	175	45.8138	-0.2211	5
17160	Blanzac-lès-Matha	blanzac-les-matha	75	17	175	45.8727	-0.3518	5
17160	Brie-sous-Matha	brie-sous-matha	75	17	175	45.8188	-0.2492	5
17160	Haimps	haimps	75	17	175	45.8679	-0.2598	5
17160	Courcerac	courcerac	75	17	175	45.8415	-0.3644	5
17160	La Brousse	la-brousse	75	17	175	45.891	-0.3616	5
17160	Thors	thors	75	17	175	45.8322	-0.3127	5
17160	Louzignac	louzignac	75	17	175	45.8333	-0.2333	5
17160	Sonnac	sonnac	75	17	175	45.8391	-0.2712	5
17160	Matha	matha	75	17	175	45.8682	-0.3185	5
17160	Gibourne	gibourne	75	17	175	45.934	-0.311	5
17170	La Grève-sur-Mignon	la-greve-sur-mignon	75	17	173	46.2501	-0.7653	5
17170	Ferrières	ferrieres	75	17	173	46.2272	-0.8613	5
17170	La Laigne	la-laigne	75	17	173	46.2142	-0.7577	5
17170	Saint-Jean-de-Liversay	saint-jean-de-liversay	75	17	173	46.2689	-0.8739	5
17170	Courçon	courcon	75	17	173	46.2439	-0.813	5
17170	Cramchaban	cramchaban	75	17	173	46.2167	-0.7167	5
17170	Benon	benon	75	17	173	46.2051	-0.8166	5
17170	Saint-Cyr-du-Doret	saint-cyr-du-doret	75	17	173	46.2732	-0.8079	5
17170	La Ronde	la-ronde	75	17	173	46.2987	-0.8073	5
17170	Taugon	taugon	75	17	173	46.3087	-0.8345	5
17180	Périgny	perigny	75	17	173	46.1552	-1.0982	5
17181 CEDEX	Périgny	perigny	75	17	173	46.1552	-1.0982	5
17182 CEDEX	Périgny	perigny	75	17	173	46.1552	-1.0982	5
17183 CEDEX	Périgny	perigny	75	17	173	46.1552	-1.0982	5
17184 CEDEX	Périgny	perigny	75	17	173	46.1552	-1.0982	5
17185 CEDEX	Périgny	perigny	75	17	173	46.1552	-1.0982	5
17186 CEDEX	Périgny	perigny	75	17	173	46.1552	-1.0982	5
17187 CEDEX	Périgny	perigny	75	17	173	46.1552	-1.0982	5
17188 CEDEX	Périgny	perigny	75	17	173	46.1552	-1.0982	5
17189 CEDEX	Périgny	perigny	75	17	173	46.1552	-1.0982	5
17190	Saint-Georges-d’Oléron	saint-georges-d-oleron	75	17	172	45.9784	-1.332	5
17200	Royan	royan	75	17	172	45.6285	-1.0281	5
17200	Saint-Sulpice-de-Royan	saint-sulpice-de-royan	75	17	172	45.6704	-1.0125	5
17201 CEDEX	Royan	royan	75	17	172	45.6285	-1.0281	5
17202 CEDEX	Royan	royan	75	17	172	45.6285	-1.0281	5
17203 CEDEX	Royan	royan	75	17	172	45.6285	-1.0281	5
17204 CEDEX	Royan	royan	75	17	172	45.6285	-1.0281	5
17205 CEDEX	Royan	royan	75	17	172	45.6285	-1.0281	5
17206 CEDEX	Royan	royan	75	17	172	45.6285	-1.0281	5
17207 CEDEX	Royan	royan	75	17	172	45.6285	-1.0281	5
17208 CEDEX	Royan	royan	75	17	172	45.6285	-1.0281	5
17209 CEDEX	Royan	royan	75	17	172	45.6285	-1.0281	5
17210	Bran	bran	75	17	171	45.35	-0.2667	5
17210	Chevanceaux	chevanceaux	75	17	171	45.3	-0.2333	5
17210	Polignac	polignac	75	17	171	45.2833	-0.3	5
17210	Le Pin	le-pin	75	17	171	45.3112	-0.2896	5
17210	Chepniers	chepniers	75	17	171	45.25	-0.3	5
17210	Saint-Palais-de-Négrignac	saint-palais-de-negrignac	75	17	171	45.2667	-0.2167	5
17210	Orignolles	orignolles	75	17	171	45.2333	-0.2333	5
17210	Montlieu-la-Garde	montlieu-la-garde	75	17	171	45.25	-0.25	5
17210	Mérignac	merignac	75	17	171	45.3333	-0.2833	5
17210	Pouillac	pouillac	75	17	171	45.2667	-0.25	5
17210	Bussac-Forêt	bussac-foret	75	17	171	45.2118	-0.3707	5
17210	Bedenac	bedenac	75	17	171	45.1667	-0.3	5
17210	Sainte-Colombe	sainte-colombe	75	17	171	45.2833	-0.2833	5
17210	Chatenet	chatenet	75	17	171	45.3	-0.3	5
17211 CEDEX	Royan	royan	75	17	172	45.6285	-1.0281	5
17214 CEDEX	Royan	royan	75	17	172	45.6285	-1.0281	5
17215 CEDEX	Royan	royan	75	17	172	45.6285	-1.0281	5
17220	La Jarne	la-jarne	75	17	173	46.1277	-1.0726	5
17220	Salles-sur-Mer	salles-sur-mer	75	17	173	46.1054	-1.0574	5
17220	La Jarrie	la-jarrie	75	17	173	46.1288	-1.009	5
17220	Montroy	montroy	75	17	173	46.1554	-1.0109	5
17220	Sainte-Soulle	sainte-soulle	75	17	173	46.1885	-1.0161	5
17220	Saint-Médard-d’Aunis	saint-medard-d-aunis	75	17	173	46.1589	-0.9712	5
17220	Bourgneuf	bourgneuf	75	17	173	46.1677	-1.0214	5
17220	Saint-Vivien	saint-vivien	75	17	173	46.0794	-1.0529	5
17220	Clavette	clavette	75	17	173	46.1404	-1.0277	5
17220	Saint-Rogatien	saint-rogatien	75	17	173	46.15	-1.0696	5
17220	Saint-Christophe	saint-christophe	75	17	173	46.1456	-0.948	5
17220	Le Pin	le-pin	75	17	171	45.3167	-0.2961	5
17220	Croix-Chapeau	croix-chapeau	75	17	173	46.1103	-1.0107	5
17230	Andilly	andilly	75	17	173	46.2542	-1.0267	5
17230	Longèves	longeves	75	17	173	46.2295	-0.9909	5
17230	Villedoux	villedoux	75	17	173	46.2409	-1.0668	5
17230	Saint-Ouen-d'Aunis	saint-ouen-d-aunis	75	17	173	46.2167	-1.0333	5
17230	Charron	charron	75	17	173	46.2943	-1.1057	5
17230	Marans	marans	75	17	173	46.3081	-0.9945	5
17240	Mosnac	mosnac	75	17	171	45.5052	-0.5229	5
17240	Lorignac	lorignac	75	17	171	45.4561	-0.69	5
17240	Saint-Germain-du-Seudre	saint-germain-du-seudre	75	17	171	45.5126	-0.6677	5
17240	Saint-Dizant-du-Gua	saint-dizant-du-gua	75	17	171	45.4325	-0.7031	5
17240	Saint-Grégoire-d’Ardennes	saint-gregoire-d-ardennes	75	17	171	45.5055	-0.4957	5
17240	Saint-Romain-sur-Gironde	saint-romain-sur-gironde	75	17	174	45.4499	-0.7582	5
17240	Saint-Ciers-du-Taillon	saint-ciers-du-taillon	75	17	171	45.423	-0.6396	5
17240	Saint-Sigismond-de-Clermont	saint-sigismond-de-clermont	75	17	171	45.4514	-0.5349	5
17240	Bois	bois	75	17	171	45.4888	-0.5985	5
17240	Clion	clion	75	17	171	45.4788	-0.5008	5
17240	Sainte-Ramée	sainte-ramee	75	17	171	45.4238	-0.6607	5
17240	Saint-Georges-Antignac	saint-georges-antignac	75	17	171	45.5	-0.5	5
17240	Saint-Fort-sur-Gironde	saint-fort-sur-gironde	75	17	171	45.4609	-0.7212	5
17240	Plassac	plassac	75	17	171	45.467	-0.5683	5
17240	Champagnolles	champagnolles	75	17	171	45.5128	-0.6364	5
17240	Saint-Genis-de-Saintonge	saint-genis-de-saintonge	75	17	171	45.4811	-0.5685	5
17250	Sainte-Gemme	sainte-gemme	75	17	174	45.7719	-0.8889	5
17250	Beurlay	beurlay	75	17	174	45.8607	-0.8361	5
17250	Saint-Sulpice-d’Arnoult	saint-sulpice-d-arnoult	75	17	174	45.8048	-0.848	5
17250	Trizay	trizay	75	17	174	45.8828	-0.897	5
17250	Sainte-Radegonde	sainte-radegonde	75	17	174	45.8462	-0.8729	5
17250	La Vallée	la-vallee	75	17	174	45.8908	-0.8403	5
17250	Pont-l’Abbé-d’Arnoult	pont-l-abbe-d-arnoult	75	17	174	45.8288	-0.875	5
17250	Romegoux	romegoux	75	17	174	45.8721	-0.8049	5
17250	Soulignonne	soulignonne	75	17	174	45.7776	-0.7866	5
17250	Les Essards	les-essards	75	17	174	45.7918	-0.7587	5
17250	Plassay	plassay	75	17	174	45.8182	-0.7252	5
17250	Saint-Porchaire	saint-porchaire	75	17	174	45.8208	-0.7824	5
17250	Geay	geay	75	17	174	45.8711	-0.7646	5
17260	Saint-Simon-de-Pellouaille	saint-simon-de-pellouaille	75	17	174	45.614	-0.6968	5
17260	Jazennes	jazennes	75	17	174	45.5818	-0.6169	5
17260	Gémozac	gemozac	75	17	174	45.569	-0.6757	5
17260	Montpellier-de-Médillan	montpellier-de-medillan	75	17	174	45.6346	-0.7446	5
17260	Villars-en-Pons	villars-en-pons	75	17	174	45.6037	-0.6215	5
17260	Cravans	cravans	75	17	174	45.5965	-0.7107	5
17260	Givrezac	givrezac	75	17	171	45.55	-0.6333	5
17260	Saint-André-de-Lidon	saint-andre-de-lidon	75	17	174	45.6001	-0.7481	5
17260	Virollet	virollet	75	17	174	45.5507	-0.7179	5
17260	Tanzac	tanzac	75	17	174	45.5644	-0.6276	5
17270	Montguyon	montguyon	75	17	171	45.2167	-0.1833	5
17270	Cercoux	cercoux	75	17	171	45.1333	-0.2	5
17270	Saint-Pierre-du-Palais	saint-pierre-du-palais	75	17	171	45.1667	-0.15	5
17270	Saint-Martin-d’Ary	saint-martin-d-ary	75	17	171	45.2333	-0.2167	5
17270	Boresse-et-Martron	boresse-et-martron	75	17	171	45.2833	-0.1167	5
17270	Neuvicq	neuvicq	75	17	171	45.25	-0.1833	5
17270	Le Fouilloux	le-fouilloux	75	17	171	45.1833	-0.1167	5
17270	Clérac	clerac	75	17	171	45.1833	-0.2167	5
17281 CEDEX	Puilboreau	puilboreau	75	17	173	46.1862	-1.118	5
17284 CEDEX	Puilboreau	puilboreau	75	17	173	46.1862	-1.118	5
17285 CEDEX	Puilboreau	puilboreau	75	17	173	46.1862	-1.118	5
17289 CEDEX	Puilboreau	puilboreau	75	17	173	46.1862	-1.118	5
17290	Le Thou	le-thou	75	17	172	46.0833	-0.9167	5
17290	Ballon	ballon	75	17	172	46.0571	-0.9518	5
17290	Landrais	landrais	75	17	172	46.0694	-0.8616	5
17290	Ardillières	ardillieres	75	17	172	46.0588	-0.8927	5
17290	Ciré-d’Aunis	cire-d-aunis	75	17	172	46.0554	-0.9306	5
17290	Thairé	thaire	75	17	173	46.0734	-1.0023	5
17290	Forges	forges	75	17	172	46.105	-0.8949	5
17290	Aigrefeuille-d’Aunis	aigrefeuille-d-aunis	75	17	172	46.1154	-0.9369	5
17290	Virson	virson	75	17	172	46.1419	-0.9015	5
17290	Chambon	chambon	75	17	172	46.1279	-0.8499	5
17300	Rochefort	rochefort	75	17	172	45.9333	-0.9833	5
17300	Vergeroux	vergeroux	75	17	172	45.9667	-0.9833	5
17301 CEDEX	Rochefort	rochefort	75	17	172	45.9333	-0.9833	5
17302 CEDEX	Rochefort	rochefort	75	17	172	45.9333	-0.9833	5
17303 CEDEX	Rochefort	rochefort	75	17	172	45.9333	-0.9833	5
17304 CEDEX	Rochefort	rochefort	75	17	172	45.9333	-0.9833	5
17305 CEDEX	Rochefort	rochefort	75	17	172	45.9333	-0.9833	5
17306 CEDEX	Rochefort	rochefort	75	17	172	45.9333	-0.9833	5
17307 CEDEX	Rochefort	rochefort	75	17	172	45.9333	-0.9833	5
17308 CEDEX	Rochefort	rochefort	75	17	172	45.9333	-0.9833	5
17309 CEDEX	Rochefort	rochefort	75	17	172	45.9333	-0.9833	5
17310	Saint-Pierre-d’Oléron	saint-pierre-d-oleron	75	17	172	45.9443	-1.3063	5
17311 CEDEX	Rochefort	rochefort	75	17	172	45.9333	-0.9833	5
17312 CEDEX	Rochefort	rochefort	75	17	172	45.9333	-0.9833	5
17313 CEDEX	Rochefort	rochefort	75	17	172	45.9333	-0.9833	5
17314 CEDEX	Rochefort	rochefort	75	17	172	45.9333	-0.9833	5
17320	Saint-Just-Luzac	saint-just-luzac	75	17	172	45.8	-1.0333	5
17320	Hiers-Brouage	hiers-brouage	75	17	172	45.8483	-1.0731	5
17320	Marennes	marennes	75	17	172	45.8228	-1.1055	5
17330	Loulay	loulay	75	17	175	46.0462	-0.5097	5
17330	Dœuil-sur-le-Mignon	d-uil-sur-le-mignon	75	17	175	46.1167	-0.5333	5
17330	Saint-Félix	saint-felix	75	17	175	46.0898	-0.5998	5
17330	Vergné	vergne	75	17	175	46.0734	-0.5195	5
17330	Lozay	lozay	75	17	175	46.042	-0.5467	5
17330	Saint-Pierre-de-l'Îsle	saint-pierre-de-l-isle	75	17	175	46.0325	-0.4303	5
17330	Courant	courant	75	17	175	46.0424	-0.5728	5
17330	La Jarrie-Audouin	la-jarrie-audouin	75	17	175	46.0283	-0.4882	5
17330	Coivert	coivert	75	17	175	46.07	-0.4585	5
17330	Saint-Martial	saint-martial	75	17	175	46.0433	-0.4573	5
17330	Migré	migre	75	17	175	46.074	-0.5574	5
17330	Bernay-Saint-Martin	bernay-saint-martin	75	17	175	46.0667	-0.6167	5
17330	Villeneuve-la-Comtesse	villeneuve-la-comtesse	75	17	175	46.0978	-0.5043	5
17330	Saint-Séverin-sur-Boutonne	saint-severin-sur-boutonne	75	17	175	46.0826	-0.423	5
17330	La Croix-Comtesse	la-croix-comtesse	75	17	175	46.0781	-0.4941	5
17340	Châtelaillon-Plage	chatelaillon-plage	75	17	173	46.0719	-1.0893	5
17340	Yves	yves	75	17	173	46.0192	-1.0483	5
17350	Crazannes	crazannes	75	17	174	45.8496	-0.7046	5
17350	Taillebourg	taillebourg	75	17	175	45.8342	-0.6459	5
17350	Port-d’Envaux	port-d-envaux	75	17	174	45.8353	-0.6785	5
17350	Grandjean	grandjean	75	17	175	45.8778	-0.6072	5
17350	Le Mung	le-mung	75	17	175	45.874	-0.7125	5
17350	Saint-Savinien	saint-savinien	75	17	175	45.8771	-0.6792	5
17350	Annepont	annepont	75	17	175	45.8447	-0.6151	5
17350	Taillant	taillant	75	17	175	45.8995	-0.6201	5
17350	Fenioux	fenioux	75	17	175	45.8899	-0.5968	5
17360	La Genétouze	la-genetouze	75	17	171	45.2198	-0.0277	5
17360	Boscamnant	boscamnant	75	17	171	45.2	-0.0667	5
17360	Saint-Martin-de-Coux	saint-martin-de-coux	75	17	171	45.15	-0.1	5
17360	La Barde	la-barde	75	17	171	45.1235	-0.0389	5
17360	La Clotte	la-clotte	75	17	171	45.1167	-0.15	5
17360	Saint-Aigulin	saint-aigulin	75	17	171	45.1573	-0.0086	5
17370	Le Grand-Village-Plage	le-grand-village-plage	75	17	172	45.8667	-1.2333	5
17370	Saint-Trojan-les-Bains	saint-trojan-les-bains	75	17	172	45.8413	-1.2073	5
17380	Torxé	torxe	75	17	175	45.9531	-0.6283	5
17380	Saint-Loup	saint-loup	75	17	175	45.9833	-0.6167	5
17380	Tonnay-Boutonne	tonnay-boutonne	75	17	175	45.9681	-0.7085	5
17380	Chervettes	chervettes	75	17	172	46.0506	-0.7063	5
17380	Archingeay	archingeay	75	17	175	45.932	-0.7055	5
17380	Saint-Laurent-de-la-Barrière	saint-laurent-de-la-barriere	75	17	172	46.0352	-0.7003	5
17380	Nachamps	nachamps	75	17	175	46.0171	-0.6242	5
17380	Landes	landes	75	17	175	45.9928	-0.5971	5
17380	Puy-du-Lac	puy-du-lac	75	17	175	45.9654	-0.7283	5
17380	Saint-Crépin	saint-crepin	75	17	172	46.0019	-0.7323	5
17380	Les Nouillers	les-nouillers	75	17	175	45.9316	-0.6639	5
17380	Chantemerle-sur-la-Soie	chantemerle-sur-la-soie	75	17	175	45.9797	-0.6416	5
17380	Puyrolland	puyrolland	75	17	175	46.0383	-0.6363	5
17380	Annezay	annezay	75	17	175	46.009	-0.7131	5
17390	La Tremblade	la-tremblade	75	17	172	45.7681	-1.1427	5
17400	Voissay	voissay	75	17	175	45.9519	-0.6039	5
17400	Asnières-la-Giraud	asnieres-la-giraud	75	17	175	45.8897	-0.5211	5
17400	Essouvert	essouvert	75	17	175	45.9864	-0.5203	5
17400	Bignay	bignay	75	17	175	45.9169	-0.6017	5
17400	Saint-Pierre-de-Juillers	saint-pierre-de-juillers	75	17	175	45.9449	-0.3704	5
17400	Vervant	vervant	75	17	175	45.9747	-0.4537	5
17400	Saint-Jean-d'Angély	saint-jean-d-angely	75	17	175	45.95	-0.5167	5
17400	Poursay-Garnaud	poursay-garnaud	75	17	175	45.9564	-0.4568	5
17400	Varaize	varaize	75	17	175	45.9229	-0.4246	5
17400	Saint-Denis-du-Pin	saint-denis-du-pin	75	17	175	45.9833	-0.5167	5
17400	Saint-Pardoult	saint-pardoult	75	17	175	46	-0.45	5
17400	La Benâte	la-benate	75	17	175	46.0126	-0.5711	5
17400	Courcelles	courcelles	75	17	175	45.9531	-0.4726	5
17400	Saint-Julien-de-l’Escap	saint-julien-de-l-escap	75	17	175	45.9333	-0.4885	5
17400	Saint-Martin-de-Juillers	saint-martin-de-juillers	75	17	175	45.9433	-0.3603	5
17400	Antezant-la-Chapelle	antezant-la-chapelle	75	17	175	45.9827	-0.4558	5
17400	La Vergne	la-vergne	75	17	175	45.9651	-0.5644	5
17400	Mazeray	mazeray	75	17	175	45.9082	-0.5628	5
17400	Fontenet	fontenet	75	17	175	45.9124	-0.4517	5
17400	Ternant	ternant	75	17	175	45.9494	-0.5751	5
17400	Les Églises-d’Argenteuil	les-eglises-d-argenteuil	75	17	175	45.973	-0.4324	5
17410	Saint-Martin-de-Ré	saint-martin-de-re	75	17	173	46.2031	-1.3673	5
17411 CEDEX	Saint-Jean-d'Angély	saint-jean-d-angely	75	17	175	45.95	-0.5167	5
17412 CEDEX	Saint-Jean-d'Angély	saint-jean-d-angely	75	17	175	45.95	-0.5167	5
17413 CEDEX	Saint-Jean-d'Angély	saint-jean-d-angely	75	17	175	45.95	-0.5167	5
17414 CEDEX	Saint-Jean-d'Angély	saint-jean-d-angely	75	17	175	45.95	-0.5167	5
17415 CEDEX	Saint-Jean-d'Angély	saint-jean-d-angely	75	17	175	45.95	-0.5167	5
17416 CEDEX	Saint-Jean-d'Angély	saint-jean-d-angely	75	17	175	45.95	-0.5167	5
17419 CEDEX	Saint-Jean-d'Angély	saint-jean-d-angely	75	17	175	45.95	-0.5167	5
17420	Saint-Palais-sur-Mer	saint-palais-sur-mer	75	17	172	45.6426	-1.0881	5
17430	Lussant	lussant	75	17	172	45.9611	-0.8248	5
17430	Tonnay-Charente	tonnay-charente	75	17	172	45.949	-0.8935	5
17430	Saint-Coutant-le-Grand	saint-coutant-le-grand	75	17	172	45.9538	-0.7684	5
17430	Genouillé	genouille	75	17	172	46.0224	-0.7842	5
17430	Bords	bords	75	17	175	45.8972	-0.7953	5
17430	Champdolent	champdolent	75	17	175	45.9192	-0.8008	5
17430	Cabariot	cabariot	75	17	172	45.9264	-0.8574	5
17430	Saint-Hippolyte	saint-hippolyte	75	17	172	45.9188	-0.8918	5
17430	Moragne	moragne	75	17	172	45.9713	-0.8029	5
17430	Muron	muron	75	17	172	46.0344	-0.8287	5
17440	Aytré	aytre	75	17	173	46.1357	-1.1145	5
17441 CEDEX	Aytré	aytre	75	17	173	46.1357	-1.1145	5
17442 CEDEX	Aytré	aytre	75	17	173	46.1357	-1.1145	5
17443 CEDEX	Aytré	aytre	75	17	173	46.1357	-1.1145	5
17444 CEDEX	Aytré	aytre	75	17	173	46.1357	-1.1145	5
17445 CEDEX	Aytré	aytre	75	17	173	46.1357	-1.1145	5
17446 CEDEX	Aytré	aytre	75	17	173	46.1357	-1.1145	5
17449 CEDEX	Aytré	aytre	75	17	173	46.1357	-1.1145	5
17450	Fouras	fouras	75	17	172	45.9874	-1.0927	5
17450	Saint-Laurent-de-la-Prée	saint-laurent-de-la-pree	75	17	172	45.9826	-1.0362	5
17460	Rétaud	retaud	75	17	174	45.6781	-0.7275	5
17460	Chermignac	chermignac	75	17	174	45.6858	-0.6735	5
17460	La Jard	la-jard	75	17	174	45.6537	-0.5856	5
17460	Berneuil	berneuil	75	17	174	45.6436	-0.6005	5
17460	Rioux	rioux	75	17	174	45.6364	-0.7109	5
17460	Colombiers	colombiers	75	17	174	45.6437	-0.5506	5
17460	Tesson	tesson	75	17	174	45.6323	-0.6526	5
17460	Préguillac	preguillac	75	17	174	45.6699	-0.6165	5
17460	Thénac	thenac	75	17	174	45.6671	-0.6534	5
17460	Varzay	varzay	75	17	174	45.7061	-0.7315	5
17470	Aulnay	aulnay	75	17	175	46.0208	-0.3478	5
17470	Dampierre-sur-Boutonne	dampierre-sur-boutonne	75	17	175	46.0671	-0.4116	5
17470	Contré	contre	75	17	175	46.0126	-0.2842	5
17470	Saint-Mandé-sur-Brédoire	saint-mande-sur-bredoire	75	17	175	46.0243	-0.3034	5
17470	Blanzay-sur-Boutonne	blanzay-sur-boutonne	75	17	175	46.049	-0.429	5
17470	Loiré-sur-Nie	loire-sur-nie	75	17	175	45.9527	-0.2834	5
17470	Villemorin	villemorin	75	17	175	46.0026	-0.2958	5
17470	Cherbonnières	cherbonnieres	75	17	175	45.9629	-0.3393	5
17470	Paillé	paille	75	17	175	45.989	-0.3924	5
17470	La Villedieu	la-villedieu	75	17	175	46.061	-0.3213	5
17470	Nuaillé-sur-Boutonne	nuaille-sur-boutonne	75	17	175	46.013	-0.435	5
17470	Saint-Georges-de-Longuepierre	saint-georges-de-longuepierre	75	17	175	46.0414	-0.3989	5
17480	Le Château-d’Oléron	le-chateau-d-oleron	75	17	172	45.886	-1.1924	5
17490	Neuvicq-le-Château	neuvicq-le-chateau	75	17	175	45.8028	-0.165	5
17490	Siecq	siecq	75	17	175	45.8296	-0.1944	5
17490	Macqueville	macqueville	75	17	175	45.7992	-0.2139	5
17490	Bazauges	bazauges	75	17	175	45.9197	-0.1737	5
17490	Gourvillette	gourvillette	75	17	175	45.8902	-0.2225	5
17490	Massac	massac	75	17	175	45.866	-0.222	5
17490	Saint-Ouen-la-Thène	saint-ouen-la-thene	75	17	175	45.8709	-0.1637	5
17490	Bresdon	bresdon	75	17	175	45.8764	-0.1599	5
17490	Beauvais-sur-Matha	beauvais-sur-matha	75	17	175	45.8815	-0.189	5
17500	Moings	moings	75	17	171	45.4833	-0.35	5
17500	Mortiers	mortiers	75	17	171	45.4	-0.3167	5
17500	Neulles	neulles	75	17	171	45.5036	-0.4169	5
17500	Champagnac	champagnac	75	17	171	45.4246	-0.3825	5
17500	Villexavier	villexavier	75	17	171	45.372	-0.438	5
17500	Saint-Martial-de-Vitaterne	saint-martial-de-vitaterne	75	17	171	45.4609	-0.4356	5
17500	Lussac	lussac	75	17	171	45.4698	-0.4776	5
17500	Saint-Germain-de-Vibrac	saint-germain-de-vibrac	75	17	171	45.4333	-0.3167	5
17500	Agudelle	agudelle	75	17	171	45.3846	-0.4718	5
17500	Léoville	leoville	75	17	171	45.3833	-0.3333	5
17500	Réaux sur Trèfle	reaux-sur-trefle	75	17	171	45.4772	-0.3742	5
17500	Saint-Médard	saint-medard	75	17	171	45.4	-0.35	5
17500	Ozillac	ozillac	75	17	171	45.3936	-0.3935	5
17500	Vanzac	vanzac	75	17	171	45.3667	-0.3	5
17500	Saint-Hilaire-du-Bois	saint-hilaire-du-bois	75	17	171	45.4177	-0.4964	5
17500	Fontaines-d’Ozillac	fontaines-d-ozillac	75	17	171	45.3858	-0.38	5
17500	Saint-Maurice-de-Tavernole	saint-maurice-de-tavernole	75	17	171	45.481	-0.4035	5
17500	Saint-Simon-de-Bordes	saint-simon-de-bordes	75	17	171	45.3959	-0.4548	5
17500	Réaux	reaux	75	17	171	45.4775	-0.3736	5
17500	Guitinières	guitinieres	75	17	171	45.4417	-0.5104	5
17500	Saint-Germain-de-Lusignan	saint-germain-de-lusignan	75	17	171	45.4501	-0.4615	5
17500	Meux	meux	75	17	171	45.45	-0.35	5
17500	Jonzac	jonzac	75	17	171	45.45	-0.4333	5
17500	Clam	clam	75	17	171	45.4923	-0.4497	5
17500	Allas-Champagne	allas-champagne	75	17	171	45.4667	-0.3333	5
17501 CEDEX	Jonzac	jonzac	75	17	171	45.45	-0.4333	5
17502 CEDEX	Jonzac	jonzac	75	17	171	45.45	-0.4333	5
17503 CEDEX	Jonzac	jonzac	75	17	171	45.45	-0.4333	5
17504 CEDEX	Jonzac	jonzac	75	17	171	45.45	-0.4333	5
17509 CEDEX	Jonzac	jonzac	75	17	171	45.45	-0.4333	5
17510	Saleignes	saleignes	75	17	175	46.0081	-0.1864	5
17510	Les Éduts	les-eduts	75	17	175	45.9911	-0.2161	5
17510	Néré	nere	75	17	175	45.9741	-0.2363	5
17510	Seigné	seigne	75	17	175	45.9516	-0.2122	5
17510	Chives	chives	75	17	175	45.9582	-0.1272	5
17510	Villiers-Couture	villiers-couture	75	17	175	45.9833	-0.15	5
17510	Fontaine-Chalendray	fontaine-chalendray	75	17	175	45.9481	-0.1819	5
17510	Romazières	romazieres	75	17	175	45.992	-0.1745	5
17510	Vinax	vinax	75	17	175	46.0383	-0.2075	5
17520	Archiac	archiac	75	17	171	45.5167	-0.3	5
17520	Cierzac	cierzac	75	17	171	45.5667	-0.3167	5
17520	Arthenac	arthenac	75	17	171	45.5167	-0.3167	5
17520	Saint-Ciers-Champagne	saint-ciers-champagne	75	17	171	45.45	-0.3	5
17520	Saint-Eugène	saint-eugene	75	17	171	45.5	-0.2833	5
17520	Saint-Maigrin	saint-maigrin	75	17	171	45.4167	-0.2833	5
17520	Celles	celles	75	17	171	45.605	-0.3715	5
17520	Neuillac	neuillac	75	17	171	45.518	-0.3988	5
17520	Germignac	germignac	75	17	171	45.5667	-0.3333	5
17520	Saint-Martial-sur-Né	saint-martial-sur-ne	75	17	171	45.5827	-0.3646	5
17520	Sainte-Lheurine	sainte-lheurine	75	17	171	45.5313	-0.365	5
17520	Jarnac-Champagne	jarnac-champagne	75	17	171	45.5594	-0.4008	5
17520	Brie-sous-Archiac	brie-sous-archiac	75	17	171	45.4833	-0.3	5
17520	Lonzac	lonzac	75	17	171	45.5958	-0.3925	5
17530	Arvert	arvert	75	17	172	45.7449	-1.1257	5
17540	Nuaillé-d’Aunis	nuaille-d-aunis	75	17	173	46.2242	-0.9297	5
17540	Anais	anais	75	17	172	46.1875	-0.9075	5
17540	Angliers	angliers	75	17	173	46.2123	-0.951	5
17540	Saint-Sauveur-d’Aunis	saint-sauveur-d-aunis	75	17	173	46.2172	-0.8858	5
17540	Le Gué-d'Alleré	le-gue-d-allere	75	17	173	46.1833	-0.8667	5
17540	Vérines	verines	75	17	173	46.1937	-0.9668	5
17540	Bouhet	bouhet	75	17	172	46.1654	-0.8582	5
17550	Dolus-d'Oléron	dolus-d-oleron	75	17	172	45.9167	-1.2667	5
17560	Bourcefranc-le-Chapus	bourcefranc-le-chapus	75	17	172	45.85	-1.15	5
17570	Saint-Augustin	saint-augustin	75	17	172	45.6837	-1.1099	5
17570	Les Mathes	les-mathes	75	17	172	45.7139	-1.155	5
17580	Le Bois-Plage-en-Ré	le-bois-plage-en-re	75	17	173	46.1866	-1.3927	5
17590	Ars-en-Ré	ars-en-re	75	17	173	46.2055	-1.5272	5
17590	Saint-Clément-des-Baleines	saint-clement-des-baleines	75	17	173	46.2261	-1.5431	5
17600	Nancras	nancras	75	17	174	45.7453	-0.8814	5
17600	Médis	medis	75	17	174	45.6434	-0.963	5
17600	Balanzac	balanzac	75	17	174	45.74	-0.837	5
17600	Nieulle-sur-Seudre	nieulle-sur-seudre	75	17	172	45.7503	-1.0001	5
17600	Saujon	saujon	75	17	174	45.6731	-0.9262	5
17600	Pisany	pisany	75	17	174	45.7008	-0.7806	5
17600	Saint-Sornin	saint-sornin	75	17	172	45.768	-0.9784	5
17600	L’Éguille	l-eguille	75	17	172	45.7046	-0.9788	5
17600	Saint-Romain-de-Benet	saint-romain-de-benet	75	17	174	45.6915	-0.8477	5
17600	Corme-Royal	corme-royal	75	17	174	45.7439	-0.8147	5
17600	Thézac	thezac	75	17	174	45.671	-0.7877	5
17600	La Clisse	la-clisse	75	17	174	45.7318	-0.7651	5
17600	Le Chay	le-chay	75	17	174	45.6388	-0.8955	5
17600	Corme-Écluse	corme-ecluse	75	17	174	45.6301	-0.8569	5
17600	Luchat	luchat	75	17	174	45.7158	-0.7633	5
17600	Sablonceaux	sablonceaux	75	17	174	45.7096	-0.8881	5
17600	Le Gua	le-gua	75	17	172	45.7261	-0.9447	5
17610	Chaniers	chaniers	75	17	174	45.7186	-0.5578	5
17610	Dompierre-sur-Charente	dompierre-sur-charente	75	17	174	45.7015	-0.4915	5
17610	Chérac	cherac	75	17	174	45.7046	-0.4386	5
17610	Saint-Sauvant	saint-sauvant	75	17	174	45.7387	-0.5047	5
17620	La Gripperie-Saint-Symphorien	la-gripperie-saint-symphorien	75	17	172	45.8	-0.9333	5
17620	Échillais	echillais	75	17	172	45.9007	-0.9521	5
17620	Saint-Agnant	saint-agnant	75	17	172	45.8735	-0.9612	5
17620	Beaugeay	beaugeay	75	17	172	45.874	-0.9994	5
17620	Saint-Jean-d’Angle	saint-jean-d-angle	75	17	172	45.8181	-0.946	5
17620	Champagne	champagne	75	17	172	45.8319	-0.9083	5
17630	La Flotte	la-flotte	75	17	173	46.1877	-1.3281	5
17640	Vaux-sur-Mer	vaux-sur-mer	75	17	172	45.6461	-1.0584	5
17650	Saint-Denis-d’Oléron	saint-denis-d-oleron	75	17	172	46.035	-1.3787	5
17670	La Couarde-sur-Mer	la-couarde-sur-mer	75	17	173	46.1941	-1.4252	5
17690	Angoulins	angoulins	75	17	173	46.1053	-1.1071	5
17700	Péré	pere	75	17	172	46.0918	-0.8179	5
17700	Saint-Pierre-d’Amilly	saint-pierre-d-amilly	75	17	172	46.1684	-0.6904	5
17700	Vandré	vandre	75	17	172	46.0558	-0.7643	5
17700	Puyravault	puyravault	75	17	172	46.1334	-0.8106	5
17700	Saint-Saturnin-du-Bois	saint-saturnin-du-bois	75	17	172	46.1394	-0.6707	5
17700	Breuil-la-Réorte	breuil-la-reorte	75	17	172	46.0641	-0.6959	5
17700	Marsais	marsais	75	17	172	46.1256	-0.6004	5
17700	Vouhé	vouhe	75	17	172	46.1487	-0.8016	5
17700	Saint-Georges-du-Bois	saint-georges-du-bois	75	17	172	46.1407	-0.7339	5
17700	Saint-Germain-de-Marencennes	saint-germain-de-marencennes	75	17	172	46.0773	-0.7913	5
17700	Saint-Mard	saint-mard	75	17	172	46.0861	-0.7111	5
17700	Surgères	surgeres	75	17	172	46.1082	-0.7515	5
17730	Port-des-Barques	port-des-barques	75	17	172	45.9476	-1.0779	5
17740	Sainte-Marie-de-Ré	sainte-marie-de-re	75	17	173	46.1524	-1.3128	5
17750	Étaules	etaules	75	17	172	45.7341	-1.0992	5
17770	Juicq	juicq	75	17	175	45.8438	-0.5608	5
17770	Migron	migron	75	17	174	45.8027	-0.3959	5
17770	Villars-les-Bois	villars-les-bois	75	17	174	45.7992	-0.4364	5
17770	Écoyeux	ecoyeux	75	17	174	45.8223	-0.5054	5
17770	Saint-Bris-des-Bois	saint-bris-des-bois	75	17	174	45.7668	-0.4926	5
17770	Aumagne	aumagne	75	17	175	45.875	-0.4036	5
17770	Aujac	aujac	75	17	175	45.8444	-0.3954	5
17770	Saint-Césaire	saint-cesaire	75	17	174	45.7541	-0.5064	5
17770	Saint-Hilaire-de-Villefranche	saint-hilaire-de-villefranche	75	17	175	45.8509	-0.5299	5
17770	Bercloux	bercloux	75	17	175	45.8357	-0.4702	5
17770	La Frédière	la-frediere	75	17	175	45.8667	-0.5833	5
17770	Authon-Ébéon	authon-ebeon	75	17	175	45.8333	-0.4167	5
17770	Le Seure	le-seure	75	17	174	45.7902	-0.3663	5
17770	Nantillé	nantille	75	17	175	45.871	-0.4914	5
17770	Brizambourg	brizambourg	75	17	175	45.8227	-0.4806	5
17770	Sainte-Même	sainte-meme	75	17	175	45.875	-0.4544	5
17770	Burie	burie	75	17	174	45.7727	-0.4229	5
17780	Saint-Nazaire-sur-Charente	saint-nazaire-sur-charente	75	17	172	45.9365	-1.0521	5
17780	Soubise	soubise	75	17	172	45.924	-1.0094	5
17780	Moëze	moeze	75	17	172	45.904	-1.0353	5
17780	Saint-Froult	saint-froult	75	17	172	45.9183	-1.0586	5
17800	Coulonges	coulonges	75	17	171	45.6099	-0.4239	5
17800	Marignac	marignac	75	17	171	45.5216	-0.4759	5
17800	Chadenac	chadenac	75	17	171	45.5425	-0.4422	5
17800	Bougneau	bougneau	75	17	171	45.5974	-0.5144	5
17800	Mazerolles	mazerolles	75	17	171	45.5482	-0.5815	5
17800	Saint-Quantin-de-Rancanne	saint-quantin-de-rancanne	75	17	171	45.5336	-0.5941	5
17800	Salignac-sur-Charente	salignac-sur-charente	75	17	171	45.672	-0.4294	5
17800	Saint-Palais-de-Phiolin	saint-palais-de-phiolin	75	17	171	45.5169	-0.5991	5
17800	Pons	pons	75	17	171	45.5799	-0.5478	5
17800	Montils	montils	75	17	174	45.6483	-0.5023	5
17800	Belluire	belluire	75	17	171	45.536	-0.5599	5
17800	Biron	biron	75	17	171	45.5695	-0.4765	5
17800	Pérignac	perignac	75	17	171	45.6231	-0.4649	5
17800	Fléac-sur-Seugne	fleac-sur-seugne	75	17	171	45.5337	-0.539	5
17800	Saint-Léger	saint-leger	75	17	171	45.6215	-0.584	5
17800	Rouffiac	rouffiac	75	17	174	45.6858	-0.49	5
17800	Saint-Seurin-de-Palenne	saint-seurin-de-palenne	75	17	171	45.6254	-0.5142	5
17800	Échebrune	echebrune	75	17	171	45.5789	-0.4466	5
17800	Saint-Sever-de-Saintonge	saint-sever-de-saintonge	75	17	174	45.7	-0.5	5
17800	Brives-sur-Charente	brives-sur-charente	75	17	171	45.6718	-0.4616	5
17800	Avy	avy	75	17	171	45.5528	-0.508	5
17810	Nieul-lès-Saintes	nieul-les-saintes	75	17	174	45.7602	-0.7314	5
17810	Saint-Georges-des-Coteaux	saint-georges-des-coteaux	75	17	174	45.7667	-0.7167	5
17810	Pessines	pessines	75	17	174	45.7273	-0.7172	5
17810	Écurat	ecurat	75	17	174	45.7828	-0.6736	5
17840	La Brée-les-Bains	la-bree-les-bains	75	17	172	46.0151	-1.3489	5
17870	Breuil-Magné	breuil-magne	75	17	172	45.9848	-0.96	5
17870	Loire-les-Marais	loire-les-marais	75	17	172	45.9923	-0.9291	5
17880	Les Portes-en-Ré	les-portes-en-re	75	17	173	46.25	-1.5	5
17890	Chaillevette	chaillevette	75	17	172	45.7303	-1.0581	5
17920	Breuillet	breuillet	75	17	172	45.6914	-1.0517	5
17940	Rivedoux-Plage	rivedoux-plage	75	17	173	46.1585	-1.2709	5
19000	Tulle	tulle	75	19	192	45.27	1.7731	5
19000	Les Angles-sur-Corrèze	les-angles-sur-correze	75	19	192	45.307	1.8008	5
19001 CEDEX	Tulle	tulle	75	19	192	45.27	1.7731	5
19002 CEDEX	Tulle	tulle	75	19	192	45.27	1.7731	5
19003 CEDEX	Tulle	tulle	75	19	192	45.27	1.7731	5
19004 CEDEX	Tulle	tulle	75	19	192	45.27	1.7731	5
19005 CEDEX	Tulle	tulle	75	19	192	45.27	1.7731	5
19006 CEDEX	Tulle	tulle	75	19	192	45.27	1.7731	5
19007 CEDEX	Tulle	tulle	75	19	192	45.27	1.7731	5
19009 CEDEX	Tulle	tulle	75	19	192	45.27	1.7731	5
19011 CEDEX	Tulle	tulle	75	19	192	45.27	1.7731	5
19012 CEDEX	Tulle	tulle	75	19	192	45.27	1.7731	5
19015 CEDEX	Tulle	tulle	75	19	192	45.27	1.7731	5
19017 CEDEX	Tulle	tulle	75	19	192	45.27	1.7731	5
19018 CEDEX	Tulle	tulle	75	19	192	45.27	1.7731	5
19019 CEDEX	Tulle	tulle	75	19	192	45.27	1.7731	5
19033 CEDEX	Tulle	tulle	75	19	192	45.27	1.7731	5
19100	Brive-la-Gaillarde	brive-la-gaillarde	75	19	191	45.15	1.5333	5
19101 CEDEX	Brive-la-Gaillarde	brive-la-gaillarde	75	19	191	45.15	1.5333	5
19102 CEDEX	Brive-la-Gaillarde	brive-la-gaillarde	75	19	191	45.15	1.5333	5
19103 CEDEX	Brive-la-Gaillarde	brive-la-gaillarde	75	19	191	45.15	1.5333	5
19104 CEDEX	Brive-la-Gaillarde	brive-la-gaillarde	75	19	191	45.15	1.5333	5
19105 CEDEX	Brive-la-Gaillarde	brive-la-gaillarde	75	19	191	45.15	1.5333	5
19106 CEDEX	Brive-la-Gaillarde	brive-la-gaillarde	75	19	191	45.15	1.5333	5
19107 CEDEX	Brive-la-Gaillarde	brive-la-gaillarde	75	19	191	45.15	1.5333	5
19108 CEDEX	Brive-la-Gaillarde	brive-la-gaillarde	75	19	191	45.15	1.5333	5
19109 CEDEX	Brive-la-Gaillarde	brive-la-gaillarde	75	19	191	45.15	1.5333	5
19110	Sarroux	sarroux	75	19	193	45.4167	2.4333	5
19110	Bort-les-Orgues	bort-les-orgues	75	19	193	45.4006	2.4965	5
19110	Monestier-Port-Dieu	monestier-port-dieu	75	19	193	45.493	2.5016	5
19110	Saint-Julien-près-Bort	saint-julien-pres-bort	75	19	193	45.4161	2.4035	5
19111 CEDEX	Brive-la-Gaillarde	brive-la-gaillarde	75	19	191	45.15	1.5333	5
19113 CEDEX	Brive-la-Gaillarde	brive-la-gaillarde	75	19	191	45.15	1.5333	5
19114 CEDEX	Brive-la-Gaillarde	brive-la-gaillarde	75	19	191	45.15	1.5333	5
19116 CEDEX	Brive-la-Gaillarde	brive-la-gaillarde	75	19	191	45.15	1.5333	5
19117 CEDEX	Brive-la-Gaillarde	brive-la-gaillarde	75	19	191	45.15	1.5333	5
19118 CEDEX	Brive-la-Gaillarde	brive-la-gaillarde	75	19	191	45.15	1.5333	5
19119 CEDEX	Brive-la-Gaillarde	brive-la-gaillarde	75	19	191	45.15	1.5333	5
19120	Nonards	nonards	75	19	191	45.025	1.795	5
19120	Beaulieu-sur-Dordogne	beaulieu-sur-dordogne	75	19	191	44.9783	1.8383	5
19120	Végennes	vegennes	75	19	191	44.9842	1.7433	5
19120	Altillac	altillac	75	19	191	44.9777	1.8483	5
19120	Puy-d’Arnac	puy-d-arnac	75	19	191	45.0297	1.7834	5
19120	Tudeils	tudeils	75	19	191	45.0505	1.7936	5
19120	Bilhac	bilhac	75	19	191	44.95	1.7833	5
19120	Brivezac	brivezac	75	19	191	45.0257	1.8408	5
19120	Sioniac	sioniac	75	19	191	44.9752	1.8143	5
19120	Liourdres	liourdres	75	19	191	44.9308	1.8115	5
19120	Queyssac-les-Vignes	queyssac-les-vignes	75	19	191	44.9672	1.7694	5
19120	Astaillac	astaillac	75	19	191	44.9513	1.8318	5
19120	La Chapelle-aux-Saints	la-chapelle-aux-saints	75	19	191	44.9872	1.7262	5
19120	Chenailler-Mascheix	chenailler-mascheix	75	19	191	45.05	1.85	5
19130	Saint-Solve	saint-solve	75	19	191	45.3106	1.4	5
19130	Saint-Aulaire	saint-aulaire	75	19	191	45.2311	1.3731	5
19130	Voutezac	voutezac	75	19	191	45.2925	1.4371	5
19130	Saint-Bonnet-la-Rivière	saint-bonnet-la-riviere	75	19	191	45.3004	1.3694	5
19130	Saint-Cyprien	saint-cyprien	75	19	191	45.2507	1.3528	5
19130	Vignols	vignols	75	19	191	45.3199	1.3899	5
19130	Lascaux	lascaux	75	19	191	45.3388	1.3652	5
19130	Vars-sur-Roseix	vars-sur-roseix	75	19	191	45.2593	1.3636	5
19130	Saint-Cyr-la-Roche	saint-cyr-la-roche	75	19	191	45.2712	1.3913	5
19130	Objat	objat	75	19	191	45.2624	1.4078	5
19140	Eyburie	eyburie	75	19	192	45.4594	1.6352	5
19140	Saint-Ybard	saint-ybard	75	19	192	45.4488	1.5231	5
19140	Espartignac	espartignac	75	19	192	45.4153	1.5957	5
19140	Condat-sur-Ganaveix	condat-sur-ganaveix	75	19	192	45.4684	1.5943	5
19140	Uzerche	uzerche	75	19	192	45.4212	1.564	5
19150	Lagarde-Enval	lagarde-enval	75	19	192	45.187	1.808	5
19150	Laguenne	laguenne	75	19	192	45.2426	1.781	5
19150	Saint-Bonnet-Avalouze	saint-bonnet-avalouze	75	19	192	45.25	1.8333	5
19150	Pandrignes	pandrignes	75	19	192	45.2289	1.8545	5
19150	Chanac-les-Mines	chanac-les-mines	75	19	192	45.265	1.8206	5
19150	Saint-Paul	saint-paul	75	19	192	45.2196	1.8966	5
19150	Cornil	cornil	75	19	192	45.2117	1.692	5
19150	Saint-Martial-de-Gimel	saint-martial-de-gimel	75	19	192	45.2672	1.8731	5
19150	Espagnac	espagnac	75	19	192	45.2303	1.8978	5
19150	Ladignac-sur-Rondelles	ladignac-sur-rondelles	75	19	192	45.2333	1.8372	5
19150	Marc-la-Tour	marc-la-tour	75	19	192	45.2055	1.846	5
19160	Saint-Étienne-la-Geneste	saint-etienne-la-geneste	75	19	193	45.45	2.35	5
19160	Liginiac	liginiac	75	19	193	45.4153	2.3334	5
19160	Sainte-Marie-Lapanouze	sainte-marie-lapanouze	75	19	193	45.4333	2.35	5
19160	Sérandon	serandon	75	19	193	45.3603	2.3372	5
19160	Palisse	palisse	75	19	193	45.4167	2.2167	5
19160	Neuvic	neuvic	75	19	193	45.3833	2.2833	5
19160	Lamazière-Basse	lamaziere-basse	75	19	193	45.3667	2.1667	5
19160	Saint-Hilaire-Luc	saint-hilaire-luc	75	19	193	45.3667	2.2	5
19160	Roche-le-Peyroux	roche-le-peyroux	75	19	193	45.4333	2.3667	5
19160	Saint-Pantaléon-de-Lapleau	saint-pantaleon-de-lapleau	75	19	193	45.3167	2.2	5
19160	Latronche	latronche	75	19	193	45.3	2.2333	5
19160	Chirac-Bellevue	chirac-bellevue	75	19	193	45.45	2.3167	5
19170	Tarnac	tarnac	75	19	192	45.6806	1.9473	5
19170	Saint-Hilaire-les-Courbes	saint-hilaire-les-courbes	75	19	192	45.6111	1.8319	5
19170	Viam	viam	75	19	192	45.6089	1.884	5
19170	Toy-Viam	toy-viam	75	19	192	45.6484	1.9318	5
19170	Lacelle	lacelle	75	19	192	45.6423	1.8247	5
19170	Bonnefond	bonnefond	75	19	192	45.5321	1.983	5
19170	L’Église-aux-Bois	l-eglise-aux-bois	75	19	192	45.6477	1.8029	5
19170	Lestards	lestards	75	19	192	45.5155	1.8714	5
19170	Pradines	pradines	75	19	192	45.508	1.9085	5
19170	Bugeat	bugeat	75	19	193	45.5976	1.9289	5
19170	Saint-Merd-les-Oussines	saint-merd-les-oussines	75	19	193	45.6333	2.0407	5
19170	Pérols-sur-Vézère	perols-sur-vezere	75	19	193	45.5865	1.9814	5
19170	Gourdon-Murat	gourdon-murat	75	19	192	45.541	1.8948	5
19190	Le Pescher	le-pescher	75	19	191	45.0704	1.7379	5
19190	Palazinges	palazinges	75	19	191	45.1592	1.6948	5
19190	Aubazine	aubazine	75	19	191	45.175	1.6731	5
19190	Lanteuil	lanteuil	75	19	191	45.1301	1.6597	5
19190	Beynat	beynat	75	19	191	45.1242	1.7239	5
19190	Ménoire	menoire	75	19	191	45.1014	1.7935	5
19190	Le Chastang	le-chastang	75	19	192	45.1729	1.7338	5
19190	Sérilhac	serilhac	75	19	191	45.0887	1.7252	5
19190	Albignac	albignac	75	19	191	45.1395	1.6778	5
19190	Aubazines	aubazines	75	19	191	45.1742	1.67	5
19200	Saint-Fréjoux	saint-frejoux	75	19	193	45.5333	2.3833	5
19200	Alleyrat	alleyrat	75	19	193	45.5833	2.2167	5
19200	Confolent-Port-Dieu	confolent-port-dieu	75	19	193	45.5433	2.4967	5
19200	Valiergues	valiergues	75	19	193	45.4833	2.3	5
19200	Margerides	margerides	75	19	193	45.45	2.4	5
19200	Mestes	mestes	75	19	193	45.5	2.3167	5
19200	Chaveroche	chaveroche	75	19	193	45.5833	2.25	5
19200	Thalamy	thalamy	75	19	193	45.5167	2.4667	5
19200	Saint-Angel	saint-angel	75	19	193	45.5	2.2333	5
19200	Veyrières	veyrieres	75	19	193	45.5	2.4	5
19200	Aix	aix	75	19	193	45.6167	2.3833	5
19200	Saint-Victour	saint-victour	75	19	193	45.4667	2.3833	5
19200	Saint-Pardoux-le-Vieux	saint-pardoux-le-vieux	75	19	193	45.6167	2.2833	5
19200	Ussel	ussel	75	19	193	45.55	2.3167	5
19200	Saint-Étienne-aux-Clos	saint-etienne-aux-clos	75	19	193	45.5682	2.4588	5
19200	Lignareix	lignareix	75	19	193	45.6167	2.3	5
19200	Saint-Exupéry-les-Roches	saint-exupery-les-roches	75	19	193	45.5167	2.3833	5
19200	Saint-Pardoux-le-Neuf	saint-pardoux-le-neuf	75	19	193	45.6167	2.3333	5
19200	Saint-Bonnet-près-Bort	saint-bonnet-pres-bort	75	19	193	45.5	2.4167	5
19201 CEDEX	Ussel	ussel	75	19	193	45.55	2.3167	5
19202 CEDEX	Ussel	ussel	75	19	193	45.55	2.3167	5
19203 CEDEX	Ussel	ussel	75	19	193	45.55	2.3167	5
19204 CEDEX	Ussel	ussel	75	19	193	45.55	2.3167	5
19208 CEDEX	Ussel	ussel	75	19	193	45.55	2.3167	5
19209 CEDEX	Ussel	ussel	75	19	193	45.55	2.3167	5
19210	Lubersac	lubersac	75	19	191	45.4439	1.4042	5
19210	Saint-Pardoux-Corbier	saint-pardoux-corbier	75	19	191	45.435	1.4499	5
19210	Saint-Martin-Sepert	saint-martin-sepert	75	19	191	45.4348	1.4717	5
19210	Montgibaud	montgibaud	75	19	191	45.5184	1.4226	5
19210	Saint-Julien-le-Vendômois	saint-julien-le-vendomois	75	19	191	45.4613	1.3287	5
19210	Saint-Éloy-les-Tuileries	saint-eloy-les-tuileries	75	19	191	45.4467	1.2926	5
19220	Auriac	auriac	75	19	192	45.2042	2.1479	5
19220	Rilhac-Xaintrie	rilhac-xaintrie	75	19	192	45.1667	2.1972	5
19220	Saint-Julien-aux-Bois	saint-julien-aux-bois	75	19	192	45.1311	2.1398	5
19220	Servières-le-Château	servieres-le-chateau	75	19	192	45.1317	2.0233	5
19220	Saint-Privat	saint-privat	75	19	192	45.1386	2.0987	5
19220	Darazac	darazac	75	19	192	45.1754	2.0846	5
19220	Bassignac-le-Haut	bassignac-le-haut	75	19	192	45.2116	2.0717	5
19220	Saint-Geniez-ô-Merle	saint-geniez-o-merle	75	19	192	45.0821	2.0549	5
19220	Saint-Cirgues-la-Loutre	saint-cirgues-la-loutre	75	19	192	45.079	2.0973	5
19230	Beyssac	beyssac	75	19	191	45.3715	1.4033	5
19230	Ségur-le-Château	segur-le-chateau	75	19	191	45.4308	1.302	5
19230	Beyssenac	beyssenac	75	19	191	45.4036	1.2862	5
19230	Troche	troche	75	19	191	45.3872	1.4423	5
19230	Arnac-Pompadour	arnac-pompadour	75	19	191	45.4097	1.3699	5
19230	Saint-Sornin-Lavolps	saint-sornin-lavolps	75	19	191	45.378	1.3839	5
19231 CEDEX	Arnac-Pompadour	arnac-pompadour	75	19	191	45.4097	1.3699	5
19232 CEDEX	Arnac-Pompadour	arnac-pompadour	75	19	191	45.4097	1.3699	5
19240	Varetz	varetz	75	19	191	45.1939	1.4512	5
19240	Saint-Viance	saint-viance	75	19	191	45.2175	1.4528	5
19240	Allassac	allassac	75	19	191	45.2582	1.4753	5
19250	Saint-Sulpice-les-Bois	saint-sulpice-les-bois	75	19	193	45.6084	2.1443	5
19250	Davignac	davignac	75	19	193	45.484	2.0931	5
19250	Meymac	meymac	75	19	193	45.5349	2.145	5
19250	Maussac	maussac	75	19	193	45.472	2.1434	5
19250	Combressol	combressol	75	19	193	45.4833	2.1667	5
19250	Ambrugeat	ambrugeat	75	19	193	45.5264	2.118	5
19260	Treignac	treignac	75	19	192	45.5356	1.7962	5
19260	Rilhac-Treignac	rilhac-treignac	75	19	192	45.5265	1.6853	5
19260	Affieux	affieux	75	19	192	45.5173	1.7667	5
19260	Veix	veix	75	19	192	45.5094	1.8359	5
19260	Peyrissac	peyrissac	75	19	192	45.5027	1.6986	5
19270	Sainte-Féréole	sainte-fereole	75	19	191	45.2281	1.5828	5
19270	Donzenac	donzenac	75	19	191	45.228	1.5237	5
19270	Ussac	ussac	75	19	191	45.1939	1.5134	5
19270	Saint-Pardoux-l’Ortigier	saint-pardoux-l-ortigier	75	19	191	45.2984	1.5787	5
19270	Sadroc	sadroc	75	19	191	45.2832	1.5491	5
19290	Millevaches	millevaches	75	19	193	45.6419	2.0949	5
19290	Saint-Germain-Lavolps	saint-germain-lavolps	75	19	193	45.6167	2.2167	5
19290	Saint-Setiers	saint-setiers	75	19	193	45.6968	2.1291	5
19290	Chavanac	chavanac	75	19	193	45.6256	2.0932	5
19290	Peyrelevade	peyrelevade	75	19	193	45.7045	2.0557	5
19290	Sornac	sornac	75	19	193	45.6667	2.2	5
19290	Bellechassagne	bellechassagne	75	19	193	45.65	2.2333	5
19290	Saint-Rémy	saint-remy	75	19	193	45.65	2.2833	5
19300	Soudeilles	soudeilles	75	19	193	45.4459	2.0779	5
19300	Le Jardin	le-jardin	75	19	193	45.3212	2.0343	5
19300	Égletons	egletons	75	19	193	45.4034	2.0507	5
19300	Moustier-Ventadour	moustier-ventadour	75	19	193	45.3958	2.1048	5
19300	Saint-Yrieix-le-Déjalat	saint-yrieix-le-dejalat	75	19	193	45.457	1.9706	5
19300	Chapelle-Spinasse	chapelle-spinasse	75	19	193	45.3667	2.05	5
19300	Darnets	darnets	75	19	193	45.4266	2.1122	5
19300	Rosiers-d’Égletons	rosiers-d-egletons	75	19	193	45.3772	2.0071	5
19300	Grandsaigne	grandsaigne	75	19	192	45.4902	1.9183	5
19300	Montaignac-Saint-Hippolyte	montaignac-saint-hippolyte	75	19	193	45.3549	2.0109	5
19300	Péret-Bel-Air	peret-bel-air	75	19	193	45.4789	2.0402	5
19310	Yssandon	yssandon	75	19	191	45.211	1.3683	5
19310	Ayen	ayen	75	19	191	45.2499	1.3254	5
19310	Brignac-la-Plaine	brignac-la-plaine	75	19	191	45.1883	1.3393	5
19310	Segonzac	segonzac	75	19	191	45.2667	1.2667	5
19310	Saint-Robert	saint-robert	75	19	191	45.255	1.2921	5
19310	Perpezac-le-Blanc	perpezac-le-blanc	75	19	191	45.2227	1.3325	5
19310	Louignac	louignac	75	19	191	45.2272	1.2801	5
19311 CEDEX	Brive-la-Gaillarde	brive-la-gaillarde	75	19	191	45.15	1.5333	5
19312 CEDEX	Brive-la-Gaillarde	brive-la-gaillarde	75	19	191	45.15	1.5333	5
19313 CEDEX	Brive-la-Gaillarde	brive-la-gaillarde	75	19	191	45.15	1.5333	5
19314 CEDEX	Brive-la-Gaillarde	brive-la-gaillarde	75	19	191	45.15	1.5333	5
19315 CEDEX	Brive-la-Gaillarde	brive-la-gaillarde	75	19	191	45.15	1.5333	5
19316 CEDEX	Brive-la-Gaillarde	brive-la-gaillarde	75	19	191	45.15	1.5333	5
19317 CEDEX	Brive-la-Gaillarde	brive-la-gaillarde	75	19	191	45.15	1.5333	5
19318 CEDEX	Brive-la-Gaillarde	brive-la-gaillarde	75	19	191	45.15	1.5333	5
19319 CEDEX	Brive-la-Gaillarde	brive-la-gaillarde	75	19	191	45.15	1.5333	5
19320	Champagnac-la-Prune	champagnac-la-prune	75	19	192	45.1865	1.9522	5
19320	Saint-Bazile-de-la-Roche	saint-bazile-de-la-roche	75	19	192	45.1514	1.9536	5
19320	Saint-Martin-la-Méanne	saint-martin-la-meanne	75	19	192	45.17	1.9869	5
19320	Saint-Pardoux-la-Croisille	saint-pardoux-la-croisille	75	19	192	45.2457	1.9822	5
19320	Lafage-sur-Sombre	lafage-sur-sombre	75	19	193	45.296	2.072	5
19320	La Roche-Canillac	la-roche-canillac	75	19	192	45.1956	1.9669	5
19320	Gros-Chastang	gros-chastang	75	19	192	45.2122	1.9953	5
19320	Gumond	gumond	75	19	192	45.2196	1.9779	5
19320	Marcillac-la-Croisille	marcillac-la-croisille	75	19	193	45.2723	2.0305	5
19320	Champagnac-la-Noaille	champagnac-la-noaille	75	19	193	45.3073	2.0168	5
19320	Saint-Merd-de-Lapleau	saint-merd-de-lapleau	75	19	193	45.2568	2.0834	5
19320	Clergoux	clergoux	75	19	192	45.2798	1.9733	5
19330	Saint-Mexant	saint-mexant	75	19	192	45.2833	1.65	5
19330	Saint-Germain-les-Vergnes	saint-germain-les-vergnes	75	19	192	45.2742	1.6352	5
19330	Chameyrat	chameyrat	75	19	192	45.2348	1.698	5
19330	Chanteix	chanteix	75	19	192	45.3104	1.6365	5
19330	Favars	favars	75	19	192	45.263	1.6776	5
19340	Merlines	merlines	75	19	193	45.6333	2.4667	5
19340	Courteix	courteix	75	19	193	45.65	2.35	5
19340	Lamazière-Haute	lamaziere-haute	75	19	193	45.6667	2.4	5
19340	Couffy-sur-Sarsonne	couffy-sur-sarsonne	75	19	193	45.6667	2.3333	5
19340	Monestier-Merlines	monestier-merlines	75	19	193	45.6481	2.4746	5
19340	Laroche-près-Feyt	laroche-pres-feyt	75	19	193	45.7063	2.5057	5
19340	Feyt	feyt	75	19	193	45.6895	2.4748	5
19340	Eygurande	eygurande	75	19	193	45.6667	2.4667	5
19350	Concèze	conceze	75	19	191	45.3555	1.3444	5
19350	Chabrignac	chabrignac	75	19	191	45.316	1.3404	5
19350	Rosiers-de-Juillac	rosiers-de-juillac	75	19	191	45.2941	1.3027	5
19350	Juillac	juillac	75	19	191	45.3187	1.3228	5
19360	La Chapelle-aux-Brocs	la-chapelle-aux-brocs	75	19	191	45.1467	1.6273	5
19360	Dampniat	dampniat	75	19	191	45.1682	1.6325	5
19360	Malemort-sur-Corrèze	malemort-sur-correze	75	19	191	45.1701	1.5619	5
19360	Venarsal	venarsal	75	19	191	45.1952	1.6231	5
19360	Cosnac	cosnac	75	19	191	45.1352	1.5857	5
19360	Malemort	malemort	75	19	191	45.1708	1.5639	5
19361 CEDEX	Malemort-sur-Corrèze	malemort-sur-correze	75	19	191	45.1701	1.5619	5
19370	Chamberet	chamberet	75	19	192	45.5831	1.7212	5
19370	Soudaine-Lavinadière	soudaine-lavinadiere	75	19	192	45.5565	1.7406	5
19380	Albussac	albussac	75	19	192	45.1389	1.8353	5
19380	Saint-Sylvain	saint-sylvain	75	19	192	45.1764	1.876	5
19380	Saint-Chamant	saint-chamant	75	19	192	45.1264	1.8952	5
19380	Forgès	forges	75	19	192	45.1561	1.8704	5
19380	Saint-Bonnet-Elvert	saint-bonnet-elvert	75	19	192	45.1677	1.9073	5
19380	Neuville	neuville	75	19	192	45.111	1.8315	5
19390	Chaumeil	chaumeil	75	19	193	45.4554	1.8811	5
19390	Beaumont	beaumont	75	19	192	45.4221	1.8035	5
19390	Orliac-de-Bar	orliac-de-bar	75	19	192	45.3611	1.8014	5
19390	Saint-Augustin	saint-augustin	75	19	192	45.4262	1.836	5
19400	Hautefage	hautefage	75	19	192	45.0825	2.0015	5
19400	Monceaux-sur-Dordogne	monceaux-sur-dordogne	75	19	192	45.0819	1.908	5
19400	Saint-Martial-Entraygues	saint-martial-entraygues	75	19	192	45.1203	1.9732	5
19400	Argentat	argentat	75	19	192	45.0963	1.9399	5
19400	Saint-Hilaire-Taurieux	saint-hilaire-taurieux	75	19	192	45.0667	1.8441	5
19410	Estivaux	estivaux	75	19	191	45.3151	1.4847	5
19410	Vigeois	vigeois	75	19	192	45.3801	1.5163	5
19410	Saint-Bonnet-l’Enfantier	saint-bonnet-l-enfantier	75	19	191	45.3006	1.5231	5
19410	Orgnac-sur-Vézère	orgnac-sur-vezere	75	19	192	45.3325	1.4431	5
19410	Perpezac-le-Noir	perpezac-le-noir	75	19	192	45.3265	1.5521	5
19430	Saint-Bonnet-les-Tours-de-Merle	saint-bonnet-les-tours-de-merle	75	19	192	45.0603	2.062	5
19430	Reygade	reygade	75	19	192	45.0157	1.9092	5
19430	Bassignac-le-Bas	bassignac-le-bas	75	19	192	45.0205	1.8512	5
19430	La Chapelle-Saint-Géraud	la-chapelle-saint-geraud	75	19	192	45.0405	1.9535	5
19430	Saint-Julien-le-Pélerin	saint-julien-le-pelerin	75	19	192	45.0174	2.0768	5
19430	Mercœur	merc-ur	75	19	192	45.0167	1.95	5
19430	Goulles	goulles	75	19	192	45.0408	2.0788	5
19430	Camps-Saint-Mathurin-Léobazel	camps-saint-mathurin-leobazel	75	19	192	44.9833	2	5
19430	Sexcles	sexcles	75	19	192	45.0462	2.0085	5
19450	Chamboulive	chamboulive	75	19	192	45.4329	1.7042	5
19450	Pierrefitte	pierrefitte	75	19	192	45.4231	1.6485	5
19460	Naves	naves	75	19	192	45.314	1.7671	5
19470	Le Lonzac	le-lonzac	75	19	192	45.4645	1.7278	5
19470	Madranges	madranges	75	19	192	45.4744	1.7921	5
19490	Sainte-Fortunade	sainte-fortunade	75	19	192	45.208	1.7718	5
19500	Saint-Julien-Maumont	saint-julien-maumont	75	19	191	45.0333	1.7833	5
19500	Curemonte	curemonte	75	19	191	45.0014	1.743	5
19500	Meyssac	meyssac	75	19	191	45.0557	1.6739	5
19500	Noailhac	noailhac	75	19	191	45.0732	1.6178	5
19500	Saint-Bazile-de-Meyssac	saint-bazile-de-meyssac	75	19	191	45.0509	1.7272	5
19500	Chauffour-sur-Vell	chauffour-sur-vell	75	19	191	45.0192	1.66	5
19500	Branceilles	branceilles	75	19	191	45.0116	1.7108	5
19500	Lostanges	lostanges	75	19	191	45.0627	1.7645	5
19500	Collonges-la-Rouge	collonges-la-rouge	75	19	191	45.0667	1.65	5
19500	Lagleygeolle	lagleygeolle	75	19	191	45.0782	1.6959	5
19500	Ligneyrac	ligneyrac	75	19	191	45.0529	1.6194	5
19500	Jugeals-Nazareth	jugeals-nazareth	75	19	191	45.081	1.5598	5
19500	Marcillac-la-Croze	marcillac-la-croze	75	19	191	45.0368	1.7432	5
19500	Saillac	saillac	75	19	191	45.0375	1.6413	5
19500	Turenne	turenne	75	19	191	45.0539	1.5819	5
19510	Meilhards	meilhards	75	19	192	45.5592	1.6496	5
19510	Lamongerie	lamongerie	75	19	192	45.537	1.5749	5
19510	Salon-la-Tour	salon-la-tour	75	19	192	45.5048	1.5382	5
19510	Benayes	benayes	75	19	191	45.5167	1.4667	5
19510	Masseret	masseret	75	19	192	45.5442	1.5192	5
19520	Mansac	mansac	75	19	191	45.1687	1.3834	5
19520	Cublac	cublac	75	19	191	45.1449	1.3061	5
19550	Laval-sur-Luzège	laval-sur-luzege	75	19	193	45.2333	2.15	5
19550	Saint-Hilaire-Foissac	saint-hilaire-foissac	75	19	193	45.3312	2.1257	5
19550	Soursac	soursac	75	19	193	45.2833	2.2	5
19550	Lapleau	lapleau	75	19	193	45.2833	2.1667	5
19560	Saint-Hilaire-Peyroux	saint-hilaire-peyroux	75	19	192	45.2135	1.6491	5
19600	Chartrier-Ferrière	chartrier-ferriere	75	19	191	45.0709	1.4527	5
19600	Lissac-sur-Couze	lissac-sur-couze	75	19	191	45.1031	1.4649	5
19600	Saint-Pantaléon-de-Larche	saint-pantaleon-de-larche	75	19	191	45.1414	1.4461	5
19600	Nespouls	nespouls	75	19	191	45.0499	1.5026	5
19600	Noailles	noailles	75	19	191	45.102	1.524	5
19600	Chasteaux	chasteaux	75	19	191	45.0921	1.468	5
19600	Larche	larche	75	19	191	45.1229	1.4142	5
19600	Estivals	estivals	75	19	191	45.0285	1.4619	5
19600	Saint-Cernin-de-Larche	saint-cernin-de-larche	75	19	191	45.103	1.4149	5
19700	Saint-Salvadour	saint-salvadour	75	19	192	45.3942	1.7666	5
19700	Seilhac	seilhac	75	19	192	45.3667	1.7167	5
19700	Lagraulière	lagrauliere	75	19	192	45.3515	1.637	5
19700	Saint-Clément	saint-clement	75	19	192	45.3419	1.6857	5
19700	Saint-Jal	saint-jal	75	19	192	45.3969	1.6437	5
19800	Sarran	sarran	75	19	193	45.4104	1.9385	5
19800	Gimel-les-Cascades	gimel-les-cascades	75	19	192	45.3	1.85	5
19800	Corrèze	correze	75	19	192	45.3727	1.8746	5
19800	Eyrein	eyrein	75	19	192	45.3349	1.9445	5
19800	Meyrignac-l’Église	meyrignac-l-eglise	75	19	193	45.4	1.8519	5
19800	Saint-Priest-de-Gimel	saint-priest-de-gimel	75	19	192	45.3013	1.8683	5
19800	Bar	bar	75	19	192	45.346	1.8135	5
19800	Vitrac-sur-Montane	vitrac-sur-montane	75	19	192	45.3767	1.9366	5
23000	Peyrabout	peyrabout	75	23	232	46.1073	1.9117	5
23000	Saint-Fiel	saint-fiel	75	23	232	46.2129	1.8958	5
23000	Guéret	gueret	75	23	232	46.1723	1.8746	5
23000	Saint-Laurent	saint-laurent	75	23	232	46.1663	1.9624	5
23000	Saint-Éloi	saint-eloi	75	23	232	46.0733	1.8332	5
23000	La Saunière	la-sauniere	75	23	232	46.1306	1.9373	5
23000	Saint-Christophe	saint-christophe	75	23	232	46.1025	1.8622	5
23000	Sainte-Feyre	sainte-feyre	75	23	232	46.139	1.9152	5
23000	Savennes	savennes	75	23	232	46.1055	1.8894	5
23000	Anzême	anzeme	75	23	232	46.2667	1.8667	5
23000	Saint-Victor-en-Marche	saint-victor-en-marche	75	23	232	46.1167	1.8167	5
23000	La Chapelle-Taillefert	la-chapelle-taillefert	75	23	232	46.1008	1.8397	5
23000	La Brionne	la-brionne	75	23	232	46.1728	1.7849	5
23000	Saint-Sulpice-le-Guérétois	saint-sulpice-le-gueretois	75	23	232	46.201	1.8283	5
23000	Saint-Léger-le-Guérétois	saint-leger-le-gueretois	75	23	232	46.1513	1.8138	5
23001 CEDEX	Guéret	gueret	75	23	232	46.1723	1.8746	5
23002 CEDEX	Guéret	gueret	75	23	232	46.1723	1.8746	5
23003 CEDEX	Guéret	gueret	75	23	232	46.1723	1.8746	5
23004 CEDEX	Guéret	gueret	75	23	232	46.1723	1.8746	5
23005 CEDEX	Guéret	gueret	75	23	232	46.1723	1.8746	5
23006 CEDEX	Guéret	gueret	75	23	232	46.1723	1.8746	5
23007 CEDEX	Guéret	gueret	75	23	232	46.1723	1.8746	5
23008 CEDEX	Guéret	gueret	75	23	232	46.1723	1.8746	5
23009 CEDEX	Guéret	gueret	75	23	232	46.1723	1.8746	5
23011 CEDEX	Guéret	gueret	75	23	232	46.1723	1.8746	5
23013 CEDEX	Guéret	gueret	75	23	232	46.1723	1.8746	5
23014 CEDEX	Guéret	gueret	75	23	232	46.1723	1.8746	5
23015 CEDEX	Guéret	gueret	75	23	232	46.1723	1.8746	5
23016 CEDEX	Guéret	gueret	75	23	232	46.1723	1.8746	5
23020 CEDEX	Guéret	gueret	75	23	232	46.1723	1.8746	5
23100	Saint-Oradoux-de-Chirouze	saint-oradoux-de-chirouze	75	23	231	45.7361	2.332	5
23100	Féniers	feniers	75	23	231	45.7472	2.1134	5
23100	Le Mas-d’Artige	le-mas-d-artige	75	23	231	45.7319	2.1942	5
23100	Saint-Martial-le-Vieux	saint-martial-le-vieux	75	23	231	45.6667	2.2833	5
23100	La Courtine	la-courtine	75	23	231	45.7	2.2667	5
23100	Saint-Merd-la-Breuille	saint-merd-la-breuille	75	23	231	45.7433	2.4303	5
23110	Sannat	sannat	75	23	231	46.1196	2.4077	5
23110	Saint-Julien-la-Genête	saint-julien-la-genete	75	23	231	46.15	2.4667	5
23110	Saint-Priest	saint-priest	75	23	231	46.0886	2.3434	5
23110	Évaux-les-Bains	evaux-les-bains	75	23	231	46.1735	2.4846	5
23110	Reterre	reterre	75	23	231	46.1028	2.4736	5
23110	Fontanières	fontanieres	75	23	231	46.1093	2.5004	5
23110	Chambonchard	chambonchard	75	23	231	46.1757	2.5522	5
23120	Banize	banize	75	23	232	45.9316	1.9983	5
23120	Vallière	valliere	75	23	231	46.2627	2.4449	5
23130	Le Chauchet	le-chauchet	75	23	231	46.1167	2.3333	5
23130	Saint-Chabrais	saint-chabrais	75	23	231	46.1321	2.2046	5
23130	Saint-Loup	saint-loup	75	23	231	46.1371	2.2716	5
23130	Puy-Malsignat	puy-malsignat	75	23	231	46.0382	2.2191	5
23130	Pierrefitte	pierrefitte	75	23	231	46.1462	2.2335	5
23130	Chénérailles	chenerailles	75	23	231	46.1116	2.1753	5
23130	Peyrat-la-Nonière	peyrat-la-noniere	75	23	231	46.0878	2.2576	5
23130	Issoudun-Létrieix	issoudun-letrieix	75	23	231	46.0612	2.144	5
23130	Saint-Dizier-la-Tour	saint-dizier-la-tour	75	23	231	46.1335	2.162	5
23130	Saint-Julien-le-Châtel	saint-julien-le-chatel	75	23	231	46.1188	2.2694	5
23140	Cressat	cressat	75	23	231	46.1402	2.1075	5
23140	Blaudeix	blaudeix	75	23	231	46.2301	2.0834	5
23140	Domeyrot	domeyrot	75	23	231	46.2499	2.1565	5
23140	Parsac-Rimondeix	parsac-rimondeix	75	23	231	46.2025	2.1522	5
23140	Saint-Silvain-sous-Toulx	saint-silvain-sous-toulx	75	23	231	46.2633	2.1788	5
23140	Jarnages	jarnages	75	23	231	46.1814	2.0844	5
23140	Parsac	parsac	75	23	231	46.2025	2.1525	5
23140	Vigeville	vigeville	75	23	231	46.1611	2.0751	5
23140	Rimondeix	rimondeix	75	23	231	46.2284	2.1017	5
23140	Pionnat	pionnat	75	23	231	46.1706	2.0257	5
23150	Saint-Pardoux-les-Cards	saint-pardoux-les-cards	75	23	231	46.0827	2.1197	5
23150	Saint-Hilaire-la-Plaine	saint-hilaire-la-plaine	75	23	232	46.1257	1.9764	5
23150	Sous-Parsat	sous-parsat	75	23	232	46.0551	1.9805	5
23150	Mazeirat	mazeirat	75	23	232	46.1425	1.981	5
23150	Saint-Yrieix-les-Bois	saint-yrieix-les-bois	75	23	232	46.1007	1.9388	5
23150	Lépinas	lepinas	75	23	232	46.0769	1.9275	5
23150	Moutier-d’Ahun	moutier-d-ahun	75	23	232	46.0917	2.0553	5
23150	Ahun	ahun	75	23	232	46.0859	2.0448	5
23150	Lavaveix-les-Mines	lavaveix-les-mines	75	23	231	46.0772	2.0793	5
23150	Saint-Martial-le-Mont	saint-martial-le-mont	75	23	232	46.0489	2.0929	5
23150	Maisonnisses	maisonnisses	75	23	232	46.0619	1.8981	5
23160	La Chapelle-Baloue	la-chapelle-baloue	75	23	232	46.3667	1.5833	5
23160	Saint-Sébastien	saint-sebastien	75	23	232	46.3915	1.5315	5
23160	Azerables	azerables	75	23	232	46.3537	1.4773	5
23160	Crozant	crozant	75	23	232	46.392	1.6214	5
23160	Saint-Germain-Beaupré	saint-germain-beaupre	75	23	232	46.3075	1.5455	5
23160	Bazelat	bazelat	75	23	232	46.3523	1.5386	5
23700	Rougnat	rougnat	75	23	231	46.054	2.5011	5
23170	Chambon-sur-Voueize	chambon-sur-voueize	75	23	231	46.1894	2.4257	5
23170	Tardes	tardes	75	23	231	46.139	2.3461	5
23170	Lussat	lussat	75	23	231	46.1828	2.3413	5
23170	Lépaud	lepaud	75	23	231	46.2395	2.3868	5
23170	Budelière	budeliere	75	23	231	46.2198	2.4687	5
23170	Auge	auge	75	23	231	46.2417	2.3244	5
23170	Verneiges	verneiges	75	23	231	46.2667	2.3333	5
23170	Viersat	viersat	75	23	231	46.2703	2.4304	5
23170	Nouhant	nouhant	75	23	231	46.2833	2.3833	5
23190	Saint-Silvain-Bellegarde	saint-silvain-bellegarde	75	23	231	45.9667	2.3	5
23190	Mautes	mautes	75	23	231	45.944	2.3846	5
23190	La Serre-Bussière-Vieille	la-serre-bussiere-vieille	75	23	231	46.0559	2.3211	5
23190	Champagnat	champagnat	75	23	231	46.0186	2.2833	5
23190	Bellegarde-en-Marche	bellegarde-en-marche	75	23	231	45.9821	2.2953	5
23190	Saint-Domet	saint-domet	75	23	231	46.0431	2.2999	5
23190	Lupersat	lupersat	75	23	231	45.982	2.3533	5
23200	Saint-Médard-la-Rochette	saint-medard-la-rochette	75	23	231	46.05	2.15	5
23200	Alleyrat	alleyrat	75	23	231	45.9888	2.1462	5
23200	La Chaussade	la-chaussade	75	23	231	45.9894	2.2355	5
23200	Aubusson	aubusson	75	23	231	45.95	2.1667	5
23200	Bosroger	bosroger	75	23	231	45.9945	2.2508	5
23200	Moutier-Rozeille	moutier-rozeille	75	23	231	45.917	2.1977	5
23200	Saint-Alpinien	saint-alpinien	75	23	231	45.9783	2.2383	5
23200	Saint-Amand	saint-amand	75	23	231	45.9819	2.2088	5
23200	Saint-Maixant	saint-maixant	75	23	231	45.9935	2.2078	5
23200	Saint-Pardoux-le-Neuf	saint-pardoux-le-neuf	75	23	231	45.9295	2.2331	5
23200	Saint-Avit-de-Tardes	saint-avit-de-tardes	75	23	231	45.9187	2.2858	5
23200	Blessac	blessac	75	23	231	45.9567	2.1287	5
23200	Néoux	neoux	75	23	231	45.9158	2.2606	5
23200	Saint-Marc-à-Frongier	saint-marc-a-frongier	75	23	231	45.9292	2.1212	5
23210	Arrènes	arrenes	75	23	232	46.0721	1.5698	5
23210	Mourioux-Vieilleville	mourioux-vieilleville	75	23	232	46.0833	1.65	5
23210	Aulon	aulon	75	23	232	46.0819	1.6895	5
23210	Bénévent-l’Abbaye	benevent-l-abbaye	75	23	232	46.1184	1.6267	5
23210	Augères	augeres	75	23	232	46.0888	1.731	5
23210	Azat-Chatenet	azat-chatenet	75	23	232	46.0765	1.76	5
23210	Ceyroux	ceyroux	75	23	232	46.0711	1.6657	5
23210	Marsac	marsac	75	23	232	46.0973	1.5863	5
23220	Mortroux	mortroux	75	23	232	46.3969	1.9163	5
23220	Le Bourg-d'Hem	le-bourg-d-hem	75	23	232	46.2964	1.8273	5
23220	Linard	linard	75	23	232	46.3577	1.8731	5
23220	Bonnat	bonnat	75	23	232	46.3333	1.9	5
23220	Malval	malval	75	23	232	46.3499	1.886	5
23220	Chéniers	cheniers	75	23	232	46.3526	1.8273	5
23220	Champsanglard	champsanglard	75	23	232	46.2741	1.8811	5
23220	Moutier-Malcard	moutier-malcard	75	23	232	46.3938	1.9453	5
23220	Chambon-Sainte-Croix	chambon-sainte-croix	75	23	232	46.3555	1.7749	5
23220	Jouillat	jouillat	75	23	232	46.2577	1.9358	5
23230	Trois-Fonds	trois-fonds	75	23	231	46.2333	2.2333	5
23230	Bord-Saint-Georges	bord-saint-georges	75	23	231	46.2667	2.3	5
23230	La Celle-sous-Gouzon	la-celle-sous-gouzon	75	23	231	46.215	2.21	5
23230	Gouzon	gouzon	75	23	231	46.1929	2.2388	5
23240	Saint-Priest-la-Plaine	saint-priest-la-plaine	75	23	232	46.1908	1.6285	5
23240	Le Grand-Bourg	le-grand-bourg	75	23	232	46.1602	1.6447	5
23240	Chamborand	chamborand	75	23	232	46.1559	1.5719	5
23240	Lizières	lizieres	75	23	232	46.2107	1.5741	5
23250	Soubrebost	soubrebost	75	23	232	45.9588	1.8435	5
23250	Vidaillat	vidaillat	75	23	232	45.9574	1.9079	5
23250	La Chapelle-Saint-Martial	la-chapelle-saint-martial	75	23	232	46.0263	1.9251	5
23250	Janaillat	janaillat	75	23	232	46.05	1.75	5
23250	Sardent	sardent	75	23	232	46.051	1.8559	5
23250	Thauron	thauron	75	23	232	46.0035	1.8194	5
23250	Saint-Hilaire-le-Château	saint-hilaire-le-chateau	75	23	232	45.9833	1.8977	5
23250	La Pouge	la-pouge	75	23	232	45.9809	1.9466	5
23250	Saint-Georges-la-Pouge	saint-georges-la-pouge	75	23	232	45.9938	1.9705	5
23250	Pontarion	pontarion	75	23	232	46	1.85	5
23250	Chavanat	chavanat	75	23	232	45.9534	1.9661	5
23260	Saint-Oradoux-près-Crocq	saint-oradoux-pres-crocq	75	23	231	45.8784	2.388	5
23260	Pontcharraud	pontcharraud	75	23	231	45.8642	2.2711	5
23260	La Villeneuve	la-villeneuve	75	23	231	45.899	2.4102	5
23260	Magnat-l’Étrange	magnat-l-etrange	75	23	231	45.7941	2.2789	5
23260	La Villetelle	la-villetelle	75	23	231	45.9186	2.3418	5
23260	Basville	basville	75	23	231	45.872	2.3985	5
23260	Crocq	crocq	75	23	231	45.8687	2.3675	5
23260	Saint-Agnant-près-Crocq	saint-agnant-pres-crocq	75	23	231	45.8035	2.3504	5
23260	Malleret	malleret	75	23	231	45.7658	2.3186	5
23260	Flayat	flayat	75	23	231	45.7743	2.3814	5
23260	La Mazière-aux-Bons-Hommes	la-maziere-aux-bons-hommes	75	23	231	45.8837	2.4406	5
23260	Saint-Maurice-près-Crocq	saint-maurice-pres-crocq	75	23	231	45.8738	2.3267	5
23260	Beissat	beissat	75	23	231	45.7731	2.2767	5
23260	Saint-Pardoux-d’Arnet	saint-pardoux-d-arnet	75	23	231	45.8785	2.3328	5
23260	Saint-Bard	saint-bard	75	23	231	45.9145	2.4004	5
23270	Saint-Dizier-les-Domaines	saint-dizier-les-domaines	75	23	232	46.3187	2.0335	5
23270	Clugnat	clugnat	75	23	231	46.3094	2.1167	5
23270	Bétête	betete	75	23	231	46.3593	2.0774	5
23270	Ladapeyre	ladapeyre	75	23	231	46.2486	2.0484	5
23270	Roches	roches	75	23	232	46.2831	1.9994	5
23270	Châtelus-Malvaleix	chatelus-malvaleix	75	23	232	46.3048	2.024	5
23270	Jalesches	jalesches	75	23	232	46.3	2.0833	5
23290	Saint-Pierre-de-Fursac	saint-pierre-de-fursac	75	23	232	46.1473	1.5128	5
23290	Saint-Étienne-de-Fursac	saint-etienne-de-fursac	75	23	232	46.1438	1.5191	5
23300	La Souterraine	la-souterraine	75	23	232	46.2371	1.487	5
23300	Saint-Agnant-de-Versillat	saint-agnant-de-versillat	75	23	232	46.278	1.5096	5
23300	Saint-Priest-la-Feuille	saint-priest-la-feuille	75	23	232	46.2014	1.5367	5
23300	Noth	noth	75	23	232	46.235	1.5861	5
23300	Saint-Maurice-la-Souterraine	saint-maurice-la-souterraine	75	23	232	46.2139	1.4313	5
23300	Saint-Léger-Bridereix	saint-leger-bridereix	75	23	232	46.2861	1.5883	5
23300	Vareilles	vareilles	75	23	232	46.2999	1.4775	5
23320	Gartempe	gartempe	75	23	232	46.1501	1.7371	5
23320	Montaigut-le-Blanc	montaigut-le-blanc	75	23	232	46.1215	1.7349	5
23320	Bussière-Dunoise	bussiere-dunoise	75	23	232	46.259	1.7622	5
23320	Fleurat	fleurat	75	23	232	46.2405	1.6789	5
23320	Saint-Vaury	saint-vaury	75	23	232	46.2042	1.7565	5
23320	Saint-Silvain-Montaigut	saint-silvain-montaigut	75	23	232	46.1424	1.7517	5
23340	La Villedieu	la-villedieu	75	23	231	45.7335	1.8858	5
23340	Faux-la-Montagne	faux-la-montagne	75	23	231	45.75	1.9333	5
23340	Gentioux-Pigerolles	gentioux-pigerolles	75	23	231	45.7833	2	5
23350	La Cellette	la-cellette	75	23	232	46.4034	2.0134	5
23350	Tercillat	tercillat	75	23	232	46.4079	2.0551	5
23350	Nouziers	nouziers	75	23	232	46.4219	1.9579	5
23350	Genouillac	genouillac	75	23	232	46.352	1.9916	5
23360	Lourdoueix-Saint-Pierre	lourdoueix-saint-pierre	75	23	232	46.4099	1.8221	5
23360	Nouzerolles	nouzerolles	75	23	232	46.3817	1.7398	5
23360	La Forêt-du-Temple	la-foret-du-temple	75	23	232	46.4206	1.9013	5
23360	Méasnes	measnes	75	23	232	46.4162	1.7774	5
23380	Glénic	glenic	75	23	232	46.2234	1.9221	5
23380	Ajain	ajain	75	23	232	46.2064	1.9985	5
23400	Saint-Dizier-Leyrenne	saint-dizier-leyrenne	75	23	232	46.0295	1.711	5
23400	Masbaraud-Mérignat	masbaraud-merignat	75	23	232	45.9771	1.7398	5
23400	Saint-Pardoux-Morterolles	saint-pardoux-morterolles	75	23	232	45.9	1.8167	5
23400	Montboucher	montboucher	75	23	232	45.9533	1.6771	5
23400	Mansat-la-Courrière	mansat-la-courriere	75	23	232	45.9633	1.8062	5
23400	Auriat	auriat	75	23	232	45.8737	1.6443	5
23400	Saint-Junien-la-Bregère	saint-junien-la-bregere	75	23	232	45.8833	1.7546	5
23400	Faux-Mazuras	faux-mazuras	75	23	232	45.9459	1.777	5
23400	Bosmoreau-les-Mines	bosmoreau-les-mines	75	23	232	46.0004	1.7549	5
23400	Saint-Moreil	saint-moreil	75	23	232	45.854	1.688	5
23400	Saint-Priest-Palus	saint-priest-palus	75	23	232	45.8974	1.6557	5
23400	Bourganeuf	bourganeuf	75	23	232	45.9527	1.7552	5
23400	Saint-Amand-Jartoudeix	saint-amand-jartoudeix	75	23	232	45.9131	1.675	5
23420	Mérinchal	merinchal	75	23	231	45.9163	2.4888	5
23430	Saint-Goussaud	saint-goussaud	75	23	232	46.0333	1.5833	5
23430	Saint-Martin-Sainte-Catherine	saint-martin-sainte-catherine	75	23	232	45.9617	1.5757	5
23430	Châtelus-le-Marcheix	chatelus-le-marcheix	75	23	232	46	1.6	5
23430	Saint-Pierre-Chérignat	saint-pierre-cherignat	75	23	232	45.9742	1.6065	5
23450	Fresselines	fresselines	75	23	232	46.3832	1.6819	5
23460	Saint-Marc-à-Loubaud	saint-marc-a-loubaud	75	23	231	45.8491	1.9958	5
23460	Le Monteil-au-Vicomte	le-monteil-au-vicomte	75	23	232	45.9309	1.935	5
23460	Royère-de-Vassivière	royere-de-vassiviere	75	23	232	45.8333	1.9167	5
23460	Saint-Yrieix-la-Montagne	saint-yrieix-la-montagne	75	23	231	45.8833	2.0214	5
23460	Saint-Pierre-Bellevue	saint-pierre-bellevue	75	23	232	45.917	1.8887	5
23460	Saint-Martin-Château	saint-martin-chateau	75	23	232	45.8573	1.7998	5
23480	Le Donzeil	le-donzeil	75	23	232	46.0279	1.9859	5
23480	Saint-Michel-de-Veisse	saint-michel-de-veisse	75	23	232	45.9515	2.0545	5
23480	Saint-Avit-le-Pauvre	saint-avit-le-pauvre	75	23	232	45.9928	2.043	5
23480	Saint-Sulpice-les-Champs	saint-sulpice-les-champs	75	23	231	46.15	2.0167	5
23480	Ars	ars	75	23	232	46.0047	2.0787	5
23480	Chamberaud	chamberaud	75	23	232	46.0493	2.0454	5
23480	Fransèches	franseches	75	23	232	46.0192	2.0492	5
23500	Felletin	felletin	75	23	231	45.8833	2.1743	5
23500	La Nouaille	la-nouaille	75	23	231	45.8474	2.0657	5
23500	Poussanges	poussanges	75	23	231	45.8256	2.2146	5
23500	Gioux	gioux	75	23	231	45.8104	2.1217	5
23500	Croze	croze	75	23	231	46.2062	1.9192	5
23500	Sainte-Feyre-la-Montagne	sainte-feyre-la-montagne	75	23	231	45.8997	2.2441	5
23500	Clairavaux	clairavaux	75	23	231	45.7833	2.1667	5
23500	Saint-Frion	saint-frion	75	23	231	45.8643	2.2288	5
23500	Saint-Quentin-la-Chabanne	saint-quentin-la-chabanne	75	23	231	45.8667	2.1667	5
23500	Saint-Georges-Nigremont	saint-georges-nigremont	75	23	231	45.8372	2.2634	5
23600	Saint-Marien	saint-marien	75	23	231	46.4204	2.2254	5
23600	Boussac-Bourg	boussac-bourg	75	23	231	46.3609	2.2339	5
23600	Nouzerines	nouzerines	75	23	231	46.3885	2.1083	5
23600	Saint-Silvain-Bas-le-Roc	saint-silvain-bas-le-roc	75	23	231	46.3312	2.2285	5
23600	Bussière-Saint-Georges	bussiere-saint-georges	75	23	231	46.4025	2.134	5
23600	Saint-Pierre-le-Bost	saint-pierre-le-bost	75	23	231	46.4025	2.2642	5
23600	Malleret-Boussac	malleret-boussac	75	23	231	46.3426	2.1429	5
23600	Toulx-Sainte-Croix	toulx-sainte-croix	75	23	231	46.2848	2.2131	5
23600	Leyrat	leyrat	75	23	231	46.3619	2.292	5
23600	Soumans	soumans	75	23	231	46.3	2.3167	5
23600	Boussac	boussac	75	23	231	46.3494	2.2147	5
23600	Lavaufranche	lavaufranche	75	23	231	46.3203	2.2719	5
23700	Lioux-les-Monges	lioux-les-monges	75	23	231	45.9521	2.4554	5
23700	Les Mars	les-mars	75	23	231	45.9813	2.4784	5
23700	Auzances	auzances	75	23	231	46.0285	2.5004	5
23700	Arfeuille-Châtain	arfeuille-chatain	75	23	231	46.0654	2.4369	5
23700	Charron	charron	75	23	231	46.0602	2.5626	5
23700	Chard	chard	75	23	231	45.9445	2.477	5
23700	Dontreix	dontreix	75	23	231	45.9833	2.5667	5
23700	Brousse	brousse	75	23	231	45.9722	2.4563	5
23700	Sermur	sermur	75	23	231	45.9761	2.4307	5
23700	Le Compas	le-compas	75	23	231	45.9857	2.4649	5
23700	Mainsat	mainsat	75	23	231	46.052	2.3869	5
23700	Bussière-Nouvelle	bussiere-nouvelle	75	23	231	46.0194	2.4268	5
23700	Châtelard	chatelard	75	23	231	45.9637	2.4665	5
23800	La Celle-Dunoise	la-celle-dunoise	75	23	232	46.3086	1.7714	5
23800	Sagnat	sagnat	75	23	232	46.3	1.6333	5
23800	Lafat	lafat	75	23	232	46.3333	1.65	5
23800	Naillat	naillat	75	23	232	46.2667	1.6333	5
23800	Villard	villard	75	23	232	46.3333	1.7	5
23800	Colondannes	colondannes	75	23	232	46.2895	1.6102	5
23800	Dun-le-Palestel	dun-le-palestel	75	23	232	46.3	1.6667	5
23800	Maison-Feyne	maison-feyne	75	23	232	46.3418	1.6702	5
23800	Saint-Sulpice-le-Dunois	saint-sulpice-le-dunois	75	23	232	46.3	1.7333	5
24000	Périgueux	perigueux	75	24	243	45.1833	0.7167	5
24001 CEDEX	Périgueux	perigueux	75	24	243	45.1833	0.7167	5
24002 CEDEX	Périgueux	perigueux	75	24	243	45.1833	0.7167	5
24003 CEDEX	Périgueux	perigueux	75	24	243	45.1833	0.7167	5
24004 CEDEX	Périgueux	perigueux	75	24	243	45.1833	0.7167	5
24005 CEDEX	Périgueux	perigueux	75	24	243	45.1833	0.7167	5
24007 CEDEX	Périgueux	perigueux	75	24	243	45.1833	0.7167	5
24009 CEDEX	Périgueux	perigueux	75	24	243	45.1833	0.7167	5
24010 CEDEX	Périgueux	perigueux	75	24	243	45.1833	0.7167	5
24011 CEDEX	Périgueux	perigueux	75	24	243	45.1833	0.7167	5
24012 CEDEX	Périgueux	perigueux	75	24	243	45.1833	0.7167	5
24013 CEDEX	Périgueux	perigueux	75	24	243	45.1833	0.7167	5
24014 CEDEX	Périgueux	perigueux	75	24	243	45.1833	0.7167	5
24015 CEDEX	Périgueux	perigueux	75	24	243	45.1833	0.7167	5
24016 CEDEX	Périgueux	perigueux	75	24	243	45.1833	0.7167	5
24017 CEDEX	Périgueux	perigueux	75	24	243	45.1833	0.7167	5
24019 CEDEX	Périgueux	perigueux	75	24	243	45.1833	0.7167	5
24020 CEDEX	Périgueux	perigueux	75	24	243	45.1833	0.7167	5
24022 CEDEX	Périgueux	perigueux	75	24	243	45.1833	0.7167	5
24024 CEDEX	Périgueux	perigueux	75	24	243	45.1833	0.7167	5
24029 CEDEX	Périgueux	perigueux	75	24	243	45.1833	0.7167	5
24050 CEDEX 9	Périgueux	perigueux	75	24	243	45.1833	0.7167	5
24051 CEDEX 9	Périgueux	perigueux	75	24	243	45.1833	0.7167	5
24052 CEDEX 9	Périgueux	perigueux	75	24	243	45.1833	0.7167	5
24053 CEDEX	Périgueux	perigueux	75	24	243	45.1833	0.7167	5
24055 CEDEX 9	Périgueux	perigueux	75	24	243	45.1833	0.7167	5
24059 CEDEX 9	Périgueux	perigueux	75	24	243	45.1833	0.7167	5
24060 CEDEX 9	Périgueux	perigueux	75	24	243	45.1833	0.7167	5
24100	Saint-Laurent-des-Vignes	saint-laurent-des-vignes	75	24	241	44.8163	0.4545	5
24100	Lembras	lembras	75	24	241	44.8843	0.5266	5
24100	Bergerac	bergerac	75	24	241	44.85	0.4833	5
24100	Creysse	creysse	75	24	241	44.8547	0.5658	5
24101 CEDEX	Bergerac	bergerac	75	24	241	44.85	0.4833	5
24102 CEDEX	Bergerac	bergerac	75	24	241	44.85	0.4833	5
24104 CEDEX	Bergerac	bergerac	75	24	241	44.85	0.4833	5
24105 CEDEX	Bergerac	bergerac	75	24	241	44.85	0.4833	5
24106 CEDEX	Bergerac	bergerac	75	24	241	44.85	0.4833	5
24107 CEDEX	Bergerac	bergerac	75	24	241	44.85	0.4833	5
24108 CEDEX	Bergerac	bergerac	75	24	241	44.85	0.4833	5
24109 CEDEX	Bergerac	bergerac	75	24	241	44.85	0.4833	5
24110	Léguillac-de-l'Auche	leguillac-de-l-auche	75	24	243	45.1833	0.55	5
24110	Manzac-sur-Vern	manzac-sur-vern	75	24	243	45.0878	0.5861	5
24110	Montrem	montrem	75	24	243	45.1342	0.5903	5
24110	Grignols	grignols	75	24	243	45.0828	0.5396	5
24110	Saint-Léon-sur-l’Isle	saint-leon-sur-l-isle	75	24	243	45.1149	0.5044	5
24110	Saint-Aquilin	saint-aquilin	75	24	243	45.1873	0.488	5
24110	Bourrou	bourrou	75	24	243	45.0452	0.5979	5
24110	Saint-Astier	saint-astier	75	24	243	45.1458	0.529	5
24111 CEDEX	Bergerac	bergerac	75	24	241	44.85	0.4833	5
24112 CEDEX	Bergerac	bergerac	75	24	241	44.85	0.4833	5
24113 CEDEX	Bergerac	bergerac	75	24	241	44.85	0.4833	5
24114 CEDEX	Bergerac	bergerac	75	24	241	44.85	0.4833	5
24120	Grèzes	grezes	75	24	244	45.1034	1.3671	5
24120	Chavagnac	chavagnac	75	24	244	45.0899	1.372	5
24120	La Dornac	la-dornac	75	24	244	45.0813	1.3595	5
24120	La Cassagne	la-cassagne	75	24	244	45.0455	1.3179	5
24120	Beauregard-de-Terrasson	beauregard-de-terrasson	75	24	244	45.1486	1.2295	5
24120	Villac	villac	75	24	244	45.1876	1.2552	5
24120	La Feuillade	la-feuillade	75	24	244	45.1157	1.3993	5
24120	Coly	coly	75	24	244	45.0864	1.2675	5
24120	Terrasson-Lavilledieu	terrasson-lavilledieu	75	24	244	45.1301	1.3014	5
24120	Pazayac	pazayac	75	24	244	45.1217	1.3794	5
24120	Châtres	chatres	75	24	244	45.1896	1.2048	5
24121 CEDEX	Terrasson-Lavilledieu	terrasson-lavilledieu	75	24	244	45.1301	1.3014	5
24122 CEDEX	Terrasson-Lavilledieu	terrasson-lavilledieu	75	24	244	45.1301	1.3014	5
24130	Fraisse	fraisse	75	24	241	44.9333	0.3	5
24130	Monfaucon	monfaucon	75	24	241	44.9167	0.2333	5
24130	Lunas	lunas	75	24	241	44.917	0.4036	5
24130	Saint-Georges-Blancaneix	saint-georges-blancaneix	75	24	241	44.9167	0.35	5
24130	Bosset	bosset	75	24	241	44.95	0.35	5
24130	Prigonrieux	prigonrieux	75	24	241	44.8545	0.4028	5
24130	La Force	la-force	75	24	241	44.869	0.3754	5
24130	Le Fleix	le-fleix	75	24	241	44.8667	0.25	5
24130	Saint-Pierre-d’Eyraud	saint-pierre-d-eyraud	75	24	241	44.85	0.3167	5
24130	Ginestet	ginestet	75	24	241	44.9094	0.4289	5
24130	Laveyssière	laveyssiere	75	24	243	44.9434	0.4442	5
24140	Beauregard-et-Bassac	beauregard-et-bassac	75	24	243	44.9874	0.6413	5
24140	Campsegret	campsegret	75	24	243	44.9342	0.5602	5
24140	Villamblard	villamblard	75	24	243	45.0217	0.5401	5
24140	Jaure	jaure	75	24	243	45.0578	0.5546	5
24140	Saint-Jean-d’Estissac	saint-jean-d-estissac	75	24	243	45.0293	0.5121	5
24140	Saint-Julien-de-Crempse	saint-julien-de-crempse	75	24	243	44.9512	0.5243	5
24140	Saint-Georges-de-Montclard	saint-georges-de-montclard	75	24	243	44.95	0.6	5
24140	Saint-Martin-des-Combes	saint-martin-des-combes	75	24	243	44.9563	0.6158	5
24140	Beleymas	beleymas	75	24	243	44.9935	0.5061	5
24140	Montagnac-la-Crempse	montagnac-la-crempse	75	24	243	44.9808	0.5458	5
24140	Clermont-de-Beauregard	clermont-de-beauregard	75	24	243	44.9516	0.6394	5
24140	Queyssac	queyssac	75	24	241	44.9083	0.5474	5
24140	Saint-Hilaire-d’Estissac	saint-hilaire-d-estissac	75	24	243	45.0135	0.507	5
24140	Maurens	maurens	75	24	243	44.935	0.4834	5
24140	Saint-Jean-d’Eyraud	saint-jean-d-eyraud	75	24	243	44.9548	0.4521	5
24140	Douville	douville	75	24	243	44.9989	0.5863	5
24150	Pontours	pontours	75	24	241	44.836	0.7618	5
24150	Baneuil	baneuil	75	24	241	44.8524	0.6891	5
24150	Saint-Capraise-de-Lalinde	saint-capraise-de-lalinde	75	24	241	44.8423	0.6541	5
24150	Couze-et-Saint-Front	couze-et-saint-front	75	24	241	44.8286	0.7051	5
24150	Lalinde	lalinde	75	24	241	44.8362	0.7308	5
24150	Calès	cales	75	24	241	44.8558	0.8124	5
24150	Mauzac-et-Grand-Castang	mauzac-et-grand-castang	75	24	241	44.8667	0.7833	5
24150	Bourniquel	bourniquel	75	24	241	44.8	0.85	5
24150	Badefols-sur-Dordogne	badefols-sur-dordogne	75	24	241	44.8433	0.7918	5
24150	Bayac	bayac	75	24	241	44.8036	0.7277	5
24150	Lanquais	lanquais	75	24	241	44.8229	0.6707	5
24150	Varennes	varennes	75	24	241	44.8315	0.6782	5
24150	Cause-de-Clérans	cause-de-clerans	75	24	241	44.8628	0.6671	5
24150	Pressignac-Vicq	pressignac-vicq	75	24	241	44.9	0.7167	5
24160	Salagnac	salagnac	75	24	242	45.3111	1.197	5
24160	Génis	genis	75	24	242	45.3253	1.1633	5
24160	Saint-Pantaly-d’Excideuil	saint-pantaly-d-excideuil	75	24	242	45.3168	1.0144	5
24160	Saint-Jory-las-Bloux	saint-jory-las-bloux	75	24	242	45.3627	0.9659	5
24160	Preyssac-d’Excideuil	preyssac-d-excideuil	75	24	242	45.3373	1.1036	5
24160	Saint-Raphaël	saint-raphael	75	24	242	45.3045	1.074	5
24160	Anlhiac	anlhiac	75	24	242	45.3216	1.1268	5
24160	Saint-Germain-des-Prés	saint-germain-des-pres	75	24	242	45.3419	0.9909	5
24160	Saint-Martial-d’Albarède	saint-martial-d-albarede	75	24	242	45.325	1.0289	5
24160	Saint-Médard-d’Excideuil	saint-medard-d-excideuil	75	24	242	45.3423	1.0709	5
24160	Excideuil	excideuil	75	24	242	45.3364	1.0475	5
24160	Sainte-Trie	sainte-trie	75	24	244	45.2987	1.1962	5
24160	Clermont-d’Excideuil	clermont-d-excideuil	75	24	242	45.3658	1.0515	5
24170	Sainte-Foy-de-Belvès	sainte-foy-de-belves	75	24	244	44.7239	1.0388	5
24170	Siorac-en-Périgord	siorac-en-perigord	75	24	244	44.8218	0.9873	5
24170	Pays de Belvès	pays-de-belves	75	24	244	44.7758	1.0075	5
24170	Sagelat	sagelat	75	24	244	44.7767	1.0291	5
24170	Cladech	cladech	75	24	244	44.8154	1.0717	5
24170	Saint-Pompont	saint-pompont	75	24	244	44.7264	1.1469	5
24170	Doissat	doissat	75	24	244	44.7308	1.0699	5
24170	Grives	grives	75	24	244	44.7653	1.0773	5
24170	Orliac	orliac	75	24	244	44.7166	1.0684	5
24170	Belvès	belves	75	24	244	44.7763	1.0059	5
24170	Saint-Pompon	saint-pompon	75	24	244	44.7262	1.1467	5
24170	Saint-Pardoux-et-Vielvic	saint-pardoux-et-vielvic	75	24	244	44.7619	0.9557	5
24170	Salles-de-Belvès	salles-de-belves	75	24	244	44.7114	0.9993	5
24170	Saint-Laurent-la-Vallée	saint-laurent-la-vallee	75	24	244	44.7494	1.1102	5
24170	Larzac	larzac	75	24	244	44.7482	1.0081	5
24170	Carves	carves	75	24	244	44.7833	1.0667	5
24170	Saint-Germain-de-Belvès	saint-germain-de-belves	75	24	244	44.8053	1.0503	5
24170	Saint-Amand-de-Belvès	saint-amand-de-belves	75	24	244	44.75	1.0346	5
24170	Monplaisant	monplaisant	75	24	244	44.7874	1.0114	5
24190	Chantérac	chanterac	75	24	243	45.1727	0.4462	5
24190	Saint-Vincent-de-Connezac	saint-vincent-de-connezac	75	24	243	45.1638	0.3979	5
24190	Saint-André-de-Double	saint-andre-de-double	75	24	243	45.15	0.3167	5
24190	Saint-Germain-du-Salembre	saint-germain-du-salembre	75	24	243	45.1383	0.4503	5
24190	Neuvic	neuvic	75	24	243	45.1003	0.469	5
24190	Saint-Jean-d'Ataux	saint-jean-d-ataux	75	24	243	45.15	0.4	5
24190	Douzillac	douzillac	75	24	243	45.0847	0.4149	5
24190	Vallereuil	vallereuil	75	24	243	45.0719	0.5015	5
24190	Saint-Séverin-d’Estissac	saint-severin-d-estissac	75	24	243	45.0516	0.4773	5
24200	Saint-André-d’Allas	saint-andre-d-allas	75	24	244	44.8833	1.1833	5
24200	Carsac-Aillac	carsac-aillac	75	24	244	44.8333	1.25	5
24200	Sainte-Nathalène	sainte-nathalene	75	24	244	44.9167	1.25	5
24200	Vitrac	vitrac	75	24	244	44.8333	1.25	5
24200	Saint-Vincent-le-Paluel	saint-vincent-le-paluel	75	24	244	44.8833	1.2667	5
24200	Marcillac-Saint-Quentin	marcillac-saint-quentin	75	24	244	44.9667	1.2333	5
24200	Sarlat-la-Canéda	sarlat-la-caneda	75	24	244	44.889	1.2166	5
24200	Proissans	proissans	75	24	244	44.9333	1.2333	5
24270	Saint-Mesmin	saint-mesmin	75	24	242	45.3524	1.2053	5
24201 CEDEX	Sarlat-la-Canéda	sarlat-la-caneda	75	24	244	44.889	1.2166	5
24202 CEDEX	Sarlat-la-Canéda	sarlat-la-caneda	75	24	244	44.889	1.2166	5
24203 CEDEX	Sarlat-la-Canéda	sarlat-la-caneda	75	24	244	44.889	1.2166	5
24204 CEDEX	Sarlat-la-Canéda	sarlat-la-caneda	75	24	244	44.889	1.2166	5
24205 CEDEX	Sarlat-la-Canéda	sarlat-la-caneda	75	24	244	44.889	1.2166	5
24206 CEDEX	Sarlat-la-Canéda	sarlat-la-caneda	75	24	244	44.889	1.2166	5
24208 CEDEX	Sarlat-la-Canéda	sarlat-la-caneda	75	24	244	44.889	1.2166	5
24209 CEDEX	Sarlat-la-Canéda	sarlat-la-caneda	75	24	244	44.889	1.2166	5
24210	Azerat	azerat	75	24	244	45.1505	1.1232	5
24210	Gabillou	gabillou	75	24	244	45.2062	1.0342	5
24210	Brouchaud	brouchaud	75	24	242	45.2062	0.9982	5
24210	Bars	bars	75	24	244	45.1008	1.0651	5
24210	Ajat	ajat	75	24	244	45.1564	1.0161	5
24210	Fossemagne	fossemagne	75	24	244	45.1272	0.9855	5
24210	Peyrignac	peyrignac	75	24	244	45.1562	1.1921	5
24210	Limeyrat	limeyrat	75	24	244	45.1598	0.9801	5
24210	Montagnac-d’Auberoche	montagnac-d-auberoche	75	24	244	45.1868	0.9562	5
24210	La Bachellerie	la-bachellerie	75	24	244	45.1463	1.1544	5
24210	Saint-Rabier	saint-rabier	75	24	244	45.172	1.1508	5
24210	Thenon	thenon	75	24	244	45.139	1.0721	5
24210	Sainte-Orse	sainte-orse	75	24	244	45.2036	1.0761	5
24212 CEDEX	Sarlat-la-Canéda	sarlat-la-caneda	75	24	244	44.889	1.2166	5
24220	Saint-Vincent-de-Cosse	saint-vincent-de-cosse	75	24	244	44.8333	1.1	5
24220	Coux et Bigaroque-Mouzens	coux-et-bigaroque-mouzens	75	24	244	44.8339	0.9733	5
24220	Beynac-et-Cazenac	beynac-et-cazenac	75	24	244	44.8397	1.1439	5
24220	Mouzens	mouzens	75	24	244	44.8455	1.0129	5
24220	Marnac	marnac	75	24	244	44.8377	1.0268	5
24220	Bézenac	bezenac	75	24	244	44.85	1.1	5
24220	Berbiguières	berbiguieres	75	24	244	44.8338	1.0415	5
24220	Vézac	vezac	75	24	244	44.8337	1.1643	5
24220	Coux-et-Bigaroque	coux-et-bigaroque	75	24	244	44.8337	0.9732	5
24220	Castels	castels	75	24	244	44.8718	1.0569	5
24220	Meyrals	meyrals	75	24	244	44.8984	1.0637	5
24220	Allas-les-Mines	allas-les-mines	75	24	244	44.8335	1.072	5
24220	Saint-Cyprien	saint-cyprien	75	24	244	44.8692	1.0416	5
24230	Saint-Seurin-de-Prats	saint-seurin-de-prats	75	24	241	44.8333	0.0833	5
24230	Saint-Vivien	saint-vivien	75	24	241	44.8833	0.1167	5
24230	Saint-Michel-de-Montaigne	saint-michel-de-montaigne	75	24	241	44.8667	0.0333	5
24230	Bonneville-et-Saint-Avit-de-Fumadières	bonneville-et-saint-avit-de-fumadieres	75	24	241	44.8667	0.1	5
24230	Saint-Antoine-de-Breuilh	saint-antoine-de-breuilh	75	24	241	44.8333	0.1667	5
24230	Vélines	velines	75	24	241	44.85	0.1167	5
24230	Nastringues	nastringues	75	24	241	44.8667	0.1667	5
24230	Montazeau	montazeau	75	24	241	44.8833	0.15	5
24230	Montcaret	montcaret	75	24	241	44.85	0.0667	5
24230	Lamothe-Montravel	lamothe-montravel	75	24	241	44.85	0.0333	5
24240	Ribagnac	ribagnac	75	24	241	44.7659	0.4972	5
24240	Monbazillac	monbazillac	75	24	241	44.7937	0.4926	5
24240	Cunèges	cuneges	75	24	241	44.7795	0.3736	5
24240	Mescoules	mescoules	75	24	241	44.75	0.4167	5
24240	Monestier	monestier	75	24	241	44.774	0.3269	5
24240	Saussignac	saussignac	75	24	241	44.8004	0.3264	5
24240	Pomport	pomport	75	24	241	44.7792	0.4183	5
24240	Flaugeac	flaugeac	75	24	241	44.7481	0.4432	5
24240	Sigoulès	sigoules	75	24	241	44.7591	0.4109	5
24240	Gageac-et-Rouillac	gageac-et-rouillac	75	24	241	44.8	0.7833	5
24240	Rouffignac-de-Sigoulès	rouffignac-de-sigoules	75	24	241	44.7833	0.4481	5
24240	Razac-de-Saussignac	razac-de-saussignac	75	24	241	44.8048	0.2845	5
24240	Thénac	thenac	75	24	241	44.75	0.3414	5
24250	Cénac-et-Saint-Julien	cenac-et-saint-julien	75	24	244	44.7997	1.2054	5
24250	Daglan	daglan	75	24	244	44.7423	1.1924	5
24250	Veyrines-de-Domme	veyrines-de-domme	75	24	244	44.7942	1.1053	5
24250	Domme	domme	75	24	244	44.8022	1.2146	5
24250	Florimont-Gaumier	florimont-gaumier	75	24	244	44.6993	1.2402	5
24250	Castelnaud-la-Chapelle	castelnaud-la-chapelle	75	24	244	44.814	1.1512	5
24250	Saint-Cybranet	saint-cybranet	75	24	244	44.7877	1.1698	5
24250	Saint-Aubin-de-Nabirat	saint-aubin-de-nabirat	75	24	244	44.7312	1.2903	5
24250	Bouzic	bouzic	75	24	244	44.7271	1.2199	5
24250	Saint-Martial-de-Nabirat	saint-martial-de-nabirat	75	24	244	44.7446	1.2585	5
24250	La Roque-Gageac	la-roque-gageac	75	24	244	44.8251	1.1834	5
24250	Groléjac	grolejac	75	24	244	44.8198	1.2915	5
24250	Nabirat	nabirat	75	24	244	44.7536	1.2978	5
24260	Le Bugue	le-bugue	75	24	244	44.9185	0.9271	5
24260	Saint-Félix-de-Reillac-et-Mortemart	saint-felix-de-reillac-et-mortemart	75	24	244	45.0209	0.9108	5
24260	Audrix	audrix	75	24	244	44.8808	0.9468	5
24260	Saint-Chamassy	saint-chamassy	75	24	244	44.8728	0.9277	5
24260	Savignac-de-Miremont	savignac-de-miremont	75	24	244	44.9719	0.9433	5
24260	Journiac	journiac	75	24	244	44.9661	0.8845	5
24260	Mauzens-et-Miremont	mauzens-et-miremont	75	24	244	44.9938	0.9193	5
24260	Saint-Cirq	saint-cirq	75	24	244	44.9256	0.9688	5
24260	Saint-Avit-de-Vialard	saint-avit-de-vialard	75	24	244	44.9437	0.8676	5
24260	Campagne	campagne	75	24	244	44.9079	0.968	5
24270	Lanouaille	lanouaille	75	24	242	45.3952	1.1397	5
24270	Payzac	payzac	75	24	242	45.4	1.2167	5
24270	Savignac-Lédrier	savignac-ledrier	75	24	242	45.3637	1.2202	5
24270	Saint-Cyr-les-Champagnes	saint-cyr-les-champagnes	75	24	242	45.3785	1.2895	5
24270	Dussac	dussac	75	24	242	45.395	1.0824	5
24270	Sarlande	sarlande	75	24	242	45.4512	1.1173	5
24270	Angoisse	angoisse	75	24	242	45.4273	1.1373	5
24290	Saint-Amand-de-Coly	saint-amand-de-coly	75	24	244	45.0639	1.2474	5
24290	Aubas	aubas	75	24	244	45.0822	1.1926	5
24290	Les Farges	les-farges	75	24	244	45.1161	1.1879	5
24290	Sergeac	sergeac	75	24	244	45.0024	1.1063	5
24290	Valojoulx	valojoulx	75	24	244	45.1167	1.15	5
24290	Montignac	montignac	75	24	244	45.0643	1.162	5
24290	La Chapelle-Aubareil	la-chapelle-aubareil	75	24	244	45.0174	1.1801	5
24290	Thonac	thonac	75	24	244	45.0241	1.1202	5
24290	Auriac-du-Périgord	auriac-du-perigord	75	24	244	45.1059	1.1368	5
24290	Saint-Léon-sur-Vézère	saint-leon-sur-vezere	75	24	244	45.0104	1.0944	5
24290	Fanlac	fanlac	75	24	244	45.0658	1.0959	5
24300	Saint-Front-la-Rivière	saint-front-la-riviere	75	24	242	45.4717	0.7275	5
24300	Saint-Front-sur-Nizonne	saint-front-sur-nizonne	75	24	242	45.4806	0.6369	5
24300	Connezac	connezac	75	24	242	45.5	0.5167	5
24300	Le Bourdeix	le-bourdeix	75	24	242	45.5879	0.6342	5
24300	Abjat-sur-Bandiat	abjat-sur-bandiat	75	24	242	45.5848	0.7583	5
24300	Savignac-de-Nontron	savignac-de-nontron	75	24	242	45.5425	0.7212	5
24300	Saint-Martial-de-Valette	saint-martial-de-valette	75	24	242	45.5167	0.65	5
24300	Javerlhac-et-la-Chapelle-Saint-Robert	javerlhac-et-la-chapelle-saint-robert	75	24	242	45.5697	0.5609	5
24300	Teyjat	teyjat	75	24	242	45.5855	0.5748	5
24300	Sceau-Saint-Angel	sceau-saint-angel	75	24	242	45.4837	0.6946	5
24300	Saint-Martin-le-Pin	saint-martin-le-pin	75	24	242	45.554	0.6169	5
24300	Hautefaye	hautefaye	75	24	242	45.5372	0.4935	5
24300	Augignac	augignac	75	24	242	45.5897	0.6996	5
24300	La Chapelle-Montmoreau	la-chapelle-montmoreau	75	24	242	45.4485	0.6424	5
24300	Nontron	nontron	75	24	242	45.5333	0.6667	5
24300	Lussas-et-Nontronneau	lussas-et-nontronneau	75	24	242	45.5056	0.5841	5
24310	Saint-Crépin-de-Richemont	saint-crepin-de-richemont	75	24	242	45.4173	0.6002	5
24310	Paussac-et-Saint-Vivien	paussac-et-saint-vivien	75	24	243	45.3469	0.5383	5
24310	La Gonterie-Boulouneix	la-gonterie-boulouneix	75	24	242	45.388	0.5888	5
24310	Brantôme	brantome	75	24	242	45.3609	0.654	5
24310	Valeuil	valeuil	75	24	242	45.3333	0.618	5
24310	Biras	biras	75	24	242	45.2876	0.6366	5
24310	Bourdeilles	bourdeilles	75	24	242	45.3221	0.5871	5
24310	Brantôme en Périgord	brantome-en-perigord	75	24	242	45.3642	0.6489	5
24310	Saint-Julien-de-Bourdeilles	saint-julien-de-bourdeilles	75	24	242	45.3602	0.5892	5
24310	Sencenac-Puy-de-Fourches	sencenac-puy-de-fourches	75	24	242	45.3104	0.6978	5
24320	Saint-Paul-Lizonne	saint-paul-lizonne	75	24	243	45.3167	0.2667	5
24320	Saint-Martial-Viveyrol	saint-martial-viveyrol	75	24	243	45.35	0.3333	5
24320	La Chapelle-Montabourlet	la-chapelle-montabourlet	75	24	243	45.3933	0.463	5
24320	Nanteuil-Auriac-de-Bourzac	nanteuil-auriac-de-bourzac	75	24	243	45.3833	0.2833	5
24320	Bouteilles-Saint-Sébastien	bouteilles-saint-sebastien	75	24	243	45.3333	0.3	5
24320	Lusignac	lusignac	75	24	243	45.3167	0.3	5
24320	Chapdeuil	chapdeuil	75	24	243	45.3421	0.4754	5
24320	Saint-Just	saint-just	75	24	243	45.3354	0.508	5
24320	Gout-Rossignol	gout-rossignol	75	24	243	45.4167	0.3833	5
24320	Verteillac	verteillac	75	24	243	45.3473	0.3661	5
24320	La Tour-Blanche	la-tour-blanche	75	24	243	45.3659	0.4466	5
24320	Bertric-Burée	bertric-buree	75	24	243	45.3	0.35	5
24320	La Chapelle-Grésignac	la-chapelle-gresignac	75	24	243	45.4	0.3333	5
24320	Coutures	coutures	75	24	243	45.3315	0.3918	5
24320	Cercles	cercles	75	24	243	45.3641	0.4612	5
24320	Bourg-des-Maisons	bourg-des-maisons	75	24	243	45.338	0.4353	5
24320	Vendoire	vendoire	75	24	243	45.4167	0.3	5
24320	Cherval	cherval	75	24	243	45.3949	0.3743	5
24320	Champagne-et-Fontaine	champagne-et-fontaine	75	24	243	45.4167	0.3167	5
24330	La Douze	la-douze	75	24	243	45.0622	0.8646	5
24330	Sainte-Marie-de-Chignac	sainte-marie-de-chignac	75	24	243	45.131	0.829	5
24330	Boulazac Isle Manoire	boulazac-isle-manoire	75	24	243	45.171	0.773	5
24330	Saint-Antoine-d’Auberoche	saint-antoine-d-auberoche	75	24	243	45.1419	0.944	5
24330	Bassillac	bassillac	75	24	243	45.193	0.8153	5
24330	Blis-et-Born	blis-et-born	75	24	243	45.1813	0.9064	5
24330	Saint-Geyrac	saint-geyrac	75	24	243	45.0889	0.9151	5
24330	Eyliac	eyliac	75	24	243	45.1618	0.856	5
24330	Saint-Pierre-de-Chignac	saint-pierre-de-chignac	75	24	243	45.1239	0.8559	5
24330	Milhac-d’Auberoche	milhac-d-auberoche	75	24	243	45.1113	0.9156	5
24330	Saint-Laurent-sur-Manoire	saint-laurent-sur-manoire	75	24	243	45.1485	0.7949	5
24330	Saint-Crépin-d’Auberoche	saint-crepin-d-auberoche	75	24	243	45.1255	0.8896	5
24340	Puyrenier	puyrenier	75	24	242	45.4785	0.4742	5
24340	Mareuil	mareuil	75	24	242	45.45	0.45	5
24340	Sainte-Croix-de-Mareuil	sainte-croix-de-mareuil	75	24	242	45.4645	0.4262	5
24340	Saint-Félix-de-Bourdeilles	saint-felix-de-bourdeilles	75	24	242	45.4167	0.5667	5
24340	Saint-Sulpice-de-Mareuil	saint-sulpice-de-mareuil	75	24	242	45.4674	0.5077	5
24340	Beaussac	beaussac	75	24	242	45.4944	0.4966	5
24340	Les Graulges	les-graulges	75	24	242	45.4953	0.4423	5
24340	Champeaux-et-la-Chapelle-Pommier	champeaux-et-la-chapelle-pommier	75	24	242	45.4742	0.5782	5
24340	Vieux-Mareuil	vieux-mareuil	75	24	242	45.4333	0.5	5
24340	Monsec	monsec	75	24	242	45.4206	0.5332	5
24340	La Rochebeaucourt-et-Argentine	la-rochebeaucourt-et-argentine	75	24	242	45.4837	0.3798	5
24340	Rudeau-Ladosse	rudeau-ladosse	75	24	242	45.4861	0.5047	5
24340	Léguillac-de-Cercles	leguillac-de-cercles	75	24	242	45.3833	0.5	5
24350	Lisle	lisle	75	24	243	45.2787	0.5503	5
24350	Montagrier	montagrier	75	24	243	45.2703	0.4775	5
24350	Grand-Brassac	grand-brassac	75	24	243	45.2833	0.4833	5
24350	La Chapelle-Gonaguet	la-chapelle-gonaguet	75	24	243	45.2314	0.6107	5
24350	Douchapt	douchapt	75	24	243	45.2428	0.4427	5
24350	Bussac	bussac	75	24	242	45.2724	0.6069	5
24350	Creyssac	creyssac	75	24	243	45.3076	0.5525	5
24350	Saint-Victor	saint-victor	75	24	243	45.2636	0.4376	5
24350	Tocane-Saint-Apre	tocane-saint-apre	75	24	243	45.254	0.4968	5
24350	Mensignac	mensignac	75	24	243	45.2251	0.5621	5
24360	Saint-Barthélemy-de-Bussière	saint-barthelemy-de-bussiere	75	24	242	45.6403	0.7551	5
24360	Bussière-Badil	bussiere-badil	75	24	242	45.6515	0.6047	5
24360	Piégut-Pluviers	piegut-pluviers	75	24	242	45.623	0.6901	5
24360	Soudat	soudat	75	24	242	45.6244	0.5646	5
24360	Champniers-et-Reilhac	champniers-et-reilhac	75	24	242	45.6667	0.7333	5
24360	Varaignes	varaignes	75	24	242	45.5981	0.5309	5
24360	Saint-Estèphe	saint-estephe	75	24	242	45.5924	0.6635	5
24360	Étouars	etouars	75	24	242	45.601	0.6282	5
24360	Busserolles	busserolles	75	24	242	45.6769	0.6424	5
24370	Sainte-Mondane	sainte-mondane	75	24	244	44.85	1.3333	5
24370	Peyrillac-et-Millac	peyrillac-et-millac	75	24	244	44.8833	1.4	5
24370	Veyrignac	veyrignac	75	24	244	44.8333	1.3167	5
24370	Prats-de-Carlux	prats-de-carlux	75	24	244	44.9	1.3	5
24370	Orliaguet	orliaguet	75	24	244	44.9167	1.35	5
24370	Cazoulès	cazoules	75	24	244	44.882	1.4298	5
24370	Saint-Julien-de-Lampon	saint-julien-de-lampon	75	24	244	44.8667	1.35	5
24370	Carlux	carlux	75	24	244	44.8833	1.35	5
24370	Simeyrols	simeyrols	75	24	244	44.9	1.3333	5
24370	Calviac-en-Périgord	calviac-en-perigord	75	24	244	44.85	1.3333	5
24380	Veyrines-de-Vergt	veyrines-de-vergt	75	24	243	45.0035	0.7715	5
24380	Breuilh	breuilh	75	24	243	45.0574	0.754	5
24380	Église-Neuve-de-Vergt	eglise-neuve-de-vergt	75	24	243	45.0831	0.7316	5
24380	Cendrieux	cendrieux	75	24	243	44.9962	0.8238	5
24380	Chalagnac	chalagnac	75	24	243	45.0919	0.6772	5
24380	Saint-Amand-de-Vergt	saint-amand-de-vergt	75	24	243	44.9882	0.6975	5
24380	Lacropte	lacropte	75	24	243	45.0363	0.8311	5
24380	Saint-Maime-de-Péreyrol	saint-maime-de-pereyrol	75	24	243	45.0167	0.65	5
24380	Saint-Michel-de-Villadeix	saint-michel-de-villadeix	75	24	243	44.9866	0.7214	5
24380	Creyssensac-et-Pissot	creyssensac-et-pissot	75	24	243	45.0821	0.662	5
24380	Grun-Bordas	grun-bordas	75	24	243	45.0667	0.6333	5
24380	Salon	salon	75	24	243	45.0216	0.7778	5
24380	Fouleix	fouleix	75	24	243	44.9842	0.6811	5
24380	Vergt	vergt	75	24	243	45.027	0.7182	5
24380	Saint-Paul-de-Serre	saint-paul-de-serre	75	24	243	45.0885	0.6342	5
24390	Tourtoirac	tourtoirac	75	24	244	45.2701	1.0588	5
24390	La Chapelle-Saint-Jean	la-chapelle-saint-jean	75	24	244	45.1943	1.1619	5
24390	Badefols-d’Ans	badefols-d-ans	75	24	244	45.2291	1.1983	5
24390	Cherveix-Cubas	cherveix-cubas	75	24	242	45.2899	1.1158	5
24390	Temple-Laguyon	temple-laguyon	75	24	244	45.234	1.1006	5
24390	Nailhac	nailhac	75	24	244	45.2273	1.1527	5
24390	Hautefort	hautefort	75	24	244	45.2595	1.1488	5
24390	Granges-d’Ans	granges-d-ans	75	24	244	45.2123	1.1191	5
24390	Coubjours	coubjours	75	24	244	45.2476	1.2575	5
24390	Boisseuilh	boisseuilh	75	24	244	45.2882	1.1772	5
24390	Teillots	teillots	75	24	244	45.2575	1.2217	5
24400	Saint-Médard-de-Mussidan	saint-medard-de-mussidan	75	24	243	45.0333	0.35	5
24400	Bourgnac	bourgnac	75	24	243	45.0164	0.4016	5
24400	Beauronne	beauronne	75	24	243	45.0954	0.3822	5
24400	Saint-Michel-de-Double	saint-michel-de-double	75	24	243	45.0833	0.2833	5
24400	Saint-Laurent-des-Hommes	saint-laurent-des-hommes	75	24	243	45.0333	0.25	5
24400	Sourzac	sourzac	75	24	243	45.0498	0.396	5
24400	Les Lèches	les-leches	75	24	243	44.9891	0.3846	5
24400	Beaupouyet	beaupouyet	75	24	243	45	0.2667	5
24400	Issac	issac	75	24	243	45.0155	0.4508	5
24400	Saint-Géry	saint-gery	75	24	241	44.9833	0.3167	5
24400	Saint-Louis-en-l’Isle	saint-louis-en-l-isle	75	24	243	45.0609	0.3915	5
24400	Mussidan	mussidan	75	24	243	45.0354	0.3629	5
24400	Saint-Martin-l’Astier	saint-martin-l-astier	75	24	243	45.05	0.3333	5
24400	Saint-Front-de-Pradoux	saint-front-de-pradoux	75	24	243	45.05	0.35	5
24400	Saint-Étienne-de-Puycorbier	saint-etienne-de-puycorbier	75	24	243	45.1	0.3333	5
24400	Église-Neuve-d’Issac	eglise-neuve-d-issac	75	24	243	44.9818	0.4274	5
24410	Saint-Vincent-Jalmoutiers	saint-vincent-jalmoutiers	75	24	243	45.2	0.1833	5
24410	Échourgnac	echourgnac	75	24	243	45.1167	0.2333	5
24410	La Jemaye	la-jemaye	75	24	243	45.1667	0.25	5
24410	Saint Aulaye-Puymangou	saint-aulaye-puymangou	75	24	243	45.2022	0.1344	5
24410	Chenaud	chenaud	75	24	243	45.2167	0.1	5
24410	Puymangou	puymangou	75	24	243	45.2	0.0833	5
24410	Saint-Aulaye	saint-aulaye	75	24	243	45.2	0.1333	5
24410	Parcoul	parcoul	75	24	243	45.2	0.0333	5
24410	Parcoul-Chenaud	parcoul-chenaud	75	24	243	45.205	0.0356	5
24410	Servanches	servanches	75	24	243	45.15	0.1667	5
24410	Saint-Antoine-Cumond	saint-antoine-cumond	75	24	243	45.2667	0.2	5
24410	Ponteyraud	ponteyraud	75	24	243	45.2	0.2333	5
24410	Festalemps	festalemps	75	24	243	45.2333	0.2333	5
24410	Saint-Privat-des-Prés	saint-privat-des-pres	75	24	243	45.2333	0.2167	5
24420	Escoire	escoire	75	24	243	45.2098	0.8471	5
24420	Sorges	sorges	75	24	243	45.3056	0.8733	5
24420	Savignac-les-Églises	savignac-les-eglises	75	24	243	45.2731	0.9146	5
24420	Coulaures	coulaures	75	24	242	45.3064	0.9797	5
24420	Saint-Vincent-sur-l’Isle	saint-vincent-sur-l-isle	75	24	242	45.2447	0.8963	5
24420	Sorges et Ligueux en Périgord	sorges-et-ligueux-en-perigord	75	24	243	45.3078	0.8733	5
24420	Mayac	mayac	75	24	242	45.2803	0.9437	5
24420	Antonne-et-Trigonant	antonne-et-trigonant	75	24	243	45.2127	0.8301	5
24420	Sarliac-sur-l’Isle	sarliac-sur-l-isle	75	24	243	45.2372	0.8729	5
24430	Marsac-sur-l'Isle	marsac-sur-l-isle	75	24	243	45.1833	0.6667	5
24430	Coursac	coursac	75	24	243	45.1288	0.6392	5
24430	Annesse-et-Beaulieu	annesse-et-beaulieu	75	24	243	45.1642	0.5719	5
24430	Razac-sur-l’Isle	razac-sur-l-isle	75	24	243	45.1633	0.6008	5
24440	Saint-Avit-Sénieur	saint-avit-senieur	75	24	241	44.7751	0.8166	5
24440	Rampieux	rampieux	75	24	241	44.7144	0.796	5
24440	Labouquerie	labouquerie	75	24	241	44.7426	0.7964	5
24440	Beaumontois en Périgord	beaumontois-en-perigord	75	24	241	44.7697	0.7669	5
24440	Sainte-Sabine-Born	sainte-sabine-born	75	24	241	44.7	0.75	5
24440	Naussannes	naussannes	75	24	241	44.756	0.7262	5
24440	Sainte-Croix	sainte-croix	75	24	241	44.7333	0.8333	5
24440	Nojals-et-Clotte	nojals-et-clotte	75	24	241	44.7167	0.7667	5
24440	Beaumont-du-Périgord	beaumont-du-perigord	75	24	241	44.7666	0.7692	5
24440	Monsac	monsac	75	24	241	44.7797	0.6974	5
24440	Montferrand-du-Périgord	montferrand-du-perigord	75	24	241	44.7506	0.8664	5
24450	Saint-Priest-les-Fougères	saint-priest-les-fougeres	75	24	242	45.5435	1.0115	5
24450	La Coquille	la-coquille	75	24	242	45.542	0.9768	5
24450	Mialet	mialet	75	24	242	45.5495	0.9048	5
24450	Firbeix	firbeix	75	24	242	45.6009	0.9757	5
24450	Saint-Pierre-de-Frugie	saint-pierre-de-frugie	75	24	242	45.5739	0.9984	5
24460	Château-l’Évêque	chateau-l-eveque	75	24	243	45.2453	0.6854	5
24460	Négrondes	negrondes	75	24	242	45.3432	0.8652	5
24460	Eyvirat	eyvirat	75	24	242	45.3225	0.7529	5
24460	Ligueux	ligueux	75	24	243	45.3082	0.8192	5
24460	Saint-Front-d’Alemps	saint-front-d-alemps	75	24	242	45.3238	0.7808	5
24460	Sorges et Ligueux en Périgord	sorges-et-ligueux-en-perigord	75	24	243	45.3078	0.8733	5
24460	Agonac	agonac	75	24	243	45.2925	0.7502	5
24470	Champs-Romain	champs-romain	75	24	242	45.5321	0.7749	5
24470	Saint-Pardoux-la-Rivière	saint-pardoux-la-riviere	75	24	242	45.4939	0.7465	5
24470	Saint-Saud-Lacoussière	saint-saud-lacoussiere	75	24	242	45.5439	0.8187	5
24470	Milhac-de-Nontron	milhac-de-nontron	75	24	242	45.4673	0.7817	5
24480	Urval	urval	75	24	241	44.8124	0.9488	5
24480	Alles-sur-Dordogne	alles-sur-dordogne	75	24	241	44.85	0.8667	5
24480	Bouillac	bouillac	75	24	241	44.76	0.9185	5
24480	Le Buisson-de-Cadouin	le-buisson-de-cadouin	75	24	241	44.85	0.9167	5
24480	Molières	molieres	75	24	241	44.8107	0.8239	5
24490	La Roche-Chalais	la-roche-chalais	75	24	243	45.15	0.0167	5
24500	Sainte-Innocence	sainte-innocence	75	24	241	44.7234	0.4116	5
24500	Sainte-Eulalie-d’Eymet	sainte-eulalie-d-eymet	75	24	241	44.7	0.3667	5
24500	Sadillac	sadillac	75	24	241	44.7334	0.484	5
24500	Saint-Julien-d’Eymet	saint-julien-d-eymet	75	24	241	44.724	0.4396	5
24500	Fonroque	fonroque	75	24	241	44.7018	0.4185	5
24500	Saint-Aubin-de-Cadelech	saint-aubin-de-cadelech	75	24	241	44.693	0.4808	5
24500	Razac-d’Eymet	razac-d-eymet	75	24	241	44.6922	0.4577	5
24500	Singleyrac	singleyrac	75	24	241	44.7365	0.4652	5
24500	Saint-Capraise-d’Eymet	saint-capraise-d-eymet	75	24	241	44.7088	0.504	5
24500	Eymet	eymet	75	24	241	44.6681	0.3996	5
24500	Serres-et-Montguyard	serres-et-montguyard	75	24	241	44.6667	0.45	5
24510	Paunat	paunat	75	24	243	44.9054	0.8592	5
24510	Saint-Marcel-du-Périgord	saint-marcel-du-perigord	75	24	241	44.9152	0.7114	5
24510	Saint-Félix-de-Villadeix	saint-felix-de-villadeix	75	24	241	44.9242	0.6825	5
24510	Val de Louyre et Caudeau	val-de-louyre-et-caudeau	75	24	243	44.9469	0.8099	5
24510	Trémolat	tremolat	75	24	241	44.8749	0.8305	5
24510	Sainte-Foy-de-Longas	sainte-foy-de-longas	75	24	241	44.9251	0.7515	5
24510	Sainte-Alvère	sainte-alvere	75	24	243	44.95	0.8167	5
24510	Saint-Laurent-des-Bâtons	saint-laurent-des-batons	75	24	243	44.9588	0.7377	5
24510	Pezuls	pezuls	75	24	241	44.9167	0.8167	5
24510	Limeuil	limeuil	75	24	244	44.8876	0.8902	5
24520	Mouleydier	mouleydier	75	24	241	44.8557	0.5976	5
24520	Lamonzie-Montastruc	lamonzie-montastruc	75	24	241	44.8955	0.5936	5
24520	Cours-de-Pile	cours-de-pile	75	24	241	44.8361	0.5466	5
24520	Verdon	verdon	75	24	241	44.8104	0.6287	5
24520	Saint-Germain-et-Mons	saint-germain-et-mons	75	24	241	44.8443	0.5948	5
24520	Saint-Nexans	saint-nexans	75	24	241	44.8027	0.5485	5
24520	Saint-Sauveur	saint-sauveur	75	24	241	44.8686	0.5863	5
24520	Saint-Agne	saint-agne	75	24	241	44.8333	0.6333	5
24520	Liorac-sur-Louyre	liorac-sur-louyre	75	24	241	44.9	0.65	5
24530	Quinsac	quinsac	75	24	242	45.4293	0.7066	5
24530	La Chapelle-Faucher	la-chapelle-faucher	75	24	242	45.3705	0.7519	5
24530	Cantillac	cantillac	75	24	242	45.3954	0.639	5
24530	Champagnac-de-Belair	champagnac-de-belair	75	24	242	45.4	0.7	5
24530	Villars	villars	75	24	242	45.4197	0.7538	5
24530	Condat-sur-Trincou	condat-sur-trincou	75	24	242	45.3834	0.7068	5
24530	Saint-Pancrace	saint-pancrace	75	24	242	45.428	0.6653	5
24540	Marsalès	marsales	75	24	241	44.6972	0.8873	5
24540	Capdrot	capdrot	75	24	241	44.6814	0.9224	5
24540	Vergt-de-Biron	vergt-de-biron	75	24	241	44.6333	0.7667	5
24540	Gaugeac	gaugeac	75	24	241	44.6668	0.8733	5
24540	Lavalade	lavalade	75	24	241	44.6953	0.8637	5
24540	Saint-Romain-de-Monpazier	saint-romain-de-monpazier	75	24	241	44.7196	0.8794	5
24540	Soulaures	soulaures	75	24	241	44.65	0.9234	5
24540	Saint-Marcory	saint-marcory	75	24	241	44.7229	0.932	5
24540	Saint-Cassien	saint-cassien	75	24	241	44.6859	0.8438	5
24540	Monpazier	monpazier	75	24	241	44.6818	0.8945	5
24540	Saint-Avit-Rivière	saint-avit-riviere	75	24	241	44.7521	0.883	5
24540	Lolme	lolme	75	24	241	44.7109	0.8435	5
24540	Biron	biron	75	24	241	44.6305	0.8716	5
24550	Loubejac	loubejac	75	24	244	44.5929	1.0882	5
24550	Villefranche-du-Périgord	villefranche-du-perigord	75	24	244	44.6291	1.0806	5
24550	Saint-Cernin-de-l’Herm	saint-cernin-de-l-herm	75	24	244	44.6392	1.0318	5
24550	Campagnac-lès-Quercy	campagnac-les-quercy	75	24	244	44.6942	1.1741	5
24550	Besse	besse	75	24	244	44.6684	1.1063	5
24550	Prats-du-Périgord	prats-du-perigord	75	24	244	44.6922	1.0656	5
24550	Lavaur	lavaur	75	24	244	44.6118	1.022	5
24550	Mazeyrolles	mazeyrolles	75	24	244	44.6701	1.0143	5
24560	Saint-Perdoux	saint-perdoux	75	24	241	44.7401	0.5404	5
24560	Faurilles	faurilles	75	24	241	44.7033	0.6975	5
24560	Faux	faux	75	24	241	44.7882	0.6432	5
24560	Saint-Aubin-de-Lanquais	saint-aubin-de-lanquais	75	24	241	44.7929	0.5979	5
24560	Conne-de-Labarde	conne-de-labarde	75	24	241	44.78	0.5533	5
24560	Issigeac	issigeac	75	24	241	44.7296	0.6073	5
24560	Montaut	montaut	75	24	241	44.7478	0.6265	5
24560	Saint-Cernin-de-Labarde	saint-cernin-de-labarde	75	24	241	44.7642	0.5725	5
24560	Plaisance	plaisance	75	24	241	44.7045	0.5633	5
24560	Monsaguel	monsaguel	75	24	241	44.7376	0.5805	5
24560	Colombier	colombier	75	24	241	44.7746	0.5272	5
24560	Boisse	boisse	75	24	241	44.7157	0.6541	5
24560	Saint-Léon-d’Issigeac	saint-leon-d-issigeac	75	24	241	44.7201	0.6916	5
24560	Sainte-Radegonde	sainte-radegonde	75	24	241	44.679	0.6792	5
24560	Bouniagues	bouniagues	75	24	241	44.7587	0.5269	5
24560	Monmarvès	monmarves	75	24	241	44.7006	0.6096	5
24560	Bardou	bardou	75	24	241	44.7378	0.6839	5
24560	Monmadalès	monmadales	75	24	241	44.7663	0.622	5
24570	Condat-sur-Vézère	condat-sur-vezere	75	24	244	45.1181	1.2323	5
24570	Le Lardin-Saint-Lazare	le-lardin-saint-lazare	75	24	244	45.1333	1.2167	5
24580	Fleurac	fleurac	75	24	244	45.0082	1.0022	5
24580	Rouffignac-Saint-Cernin-de-Reilhac	rouffignac-saint-cernin-de-reilhac	75	24	244	45.05	0.9667	5
24580	Plazac	plazac	75	24	244	45.0349	1.0405	5
24590	Saint-Crépin-et-Carlucet	saint-crepin-et-carlucet	75	24	244	44.9667	1.2667	5
24590	Saint-Geniès	saint-genies	75	24	244	45	1.25	5
24590	Borrèze	borreze	75	24	244	44.95	1.3833	5
24590	Archignac	archignac	75	24	244	45.0124	1.312	5
24590	Salignac-Eyvigues	salignac-eyvigues	75	24	244	44.9746	1.3243	5
24590	Jayac	jayac	75	24	244	45.0311	1.3448	5
24590	Paulin	paulin	75	24	244	45.0027	1.3469	5
24590	Nadaillac	nadaillac	75	24	244	45.0394	1.397	5
24600	Siorac-de-Ribérac	siorac-de-riberac	75	24	243	45.1833	0.35	5
24600	Saint-Martin-de-Ribérac	saint-martin-de-riberac	75	24	243	45.2333	0.35	5
24600	Vanxains	vanxains	75	24	243	45.2167	0.2833	5
24600	Saint-Méard-de-Drône	saint-meard-de-drone	75	24	243	45.25	0.4167	5
24600	Petit-Bersac	petit-bersac	75	24	243	45.2833	0.2333	5
24600	Bourg-du-Bost	bourg-du-bost	75	24	243	45.2667	0.25	5
24600	Comberanche-et-Épeluche	comberanche-et-epeluche	75	24	243	45.2833	0.2667	5
24600	Saint-Pardoux-de-Drône	saint-pardoux-de-drone	75	24	243	45.2167	0.4167	5
24600	Ribérac	riberac	75	24	243	45.25	0.3333	5
24600	Celles	celles	75	24	243	45.2973	0.4132	5
24600	Allemans	allemans	75	24	243	45.2833	0.3	5
24600	Segonzac	segonzac	75	24	243	45.2	0.4333	5
24600	Chassaignes	chassaignes	75	24	243	45.25	0.25	5
24600	Saint-Sulpice-de-Roumagnac	saint-sulpice-de-roumagnac	75	24	243	45.2053	0.3942	5
24600	Villetoureix	villetoureix	75	24	243	45.2632	0.3628	5
24610	Carsac-de-Gurson	carsac-de-gurson	75	24	241	44.95	0.1	5
24610	Montpeyroux	montpeyroux	75	24	241	44.9167	0.0667	5
24610	Saint-Méard-de-Gurçon	saint-meard-de-gurcon	75	24	241	44.9	0.1833	5
24610	Minzac	minzac	75	24	241	44.9667	0.05	5
24610	Villefranche-de-Lonchat	villefranche-de-lonchat	75	24	241	44.95	0.05	5
24610	Saint-Martin-de-Gurson	saint-martin-de-gurson	75	24	241	44.9533	0.1078	5
24620	Les Eyzies-de-Tayac-Sireuil	les-eyzies-de-tayac-sireuil	75	24	244	44.9359	1.0133	5
24620	Tamniès	tamnies	75	24	244	44.9667	1.1667	5
24620	Tursac	tursac	75	24	244	44.9691	1.0438	5
24620	Marquay	marquay	75	24	244	44.95	1.15	5
24620	Peyzac-le-Moustier	peyzac-le-moustier	75	24	244	44.9833	1.0833	5
24620	Manaurie	manaurie	75	24	244	44.9601	0.9908	5
24630	Jumilhac-le-Grand	jumilhac-le-grand	75	24	242	45.4943	1.0634	5
24640	Sainte-Eulalie-d’Ans	sainte-eulalie-d-ans	75	24	244	45.2457	1.0207	5
24640	Saint-Pantaly-d’Ans	saint-pantaly-d-ans	75	24	242	45.2421	0.9949	5
24640	Le Change	le-change	75	24	243	45.1965	0.8947	5
24640	Cubjac	cubjac	75	24	242	45.2229	0.9393	5
24640	La Boissière-d’Ans	la-boissiere-d-ans	75	24	242	45.2285	0.9759	5
24640	Chourgnac	chourgnac	75	24	244	45.2333	1.0667	5
24650	Chancelade	chancelade	75	24	243	45.2005	0.6726	5
24660	Coulounieix-Chamiers	coulounieix-chamiers	75	24	243	45.1529	0.6885	5
24660	Notre-Dame-de-Sanilhac	notre-dame-de-sanilhac	75	24	243	45.1212	0.7116	5
24680	Gardonne	gardonne	75	24	241	44.8333	0.35	5
24680	Lamonzie-Saint-Martin	lamonzie-saint-martin	75	24	241	44.8471	0.391	5
24700	Saint-Sauveur-Lalande	saint-sauveur-lalande	75	24	243	44.9833	0.2333	5
24700	Ménesplet	menesplet	75	24	243	45.0167	0.1167	5
24700	Montpon-Ménestérol	montpon-menesterol	75	24	243	45	0.1667	5
24700	Le Pizou	le-pizou	75	24	243	45.0167	0.0667	5
24700	Eygurande-et-Gardedeuil	eygurande-et-gardedeuil	75	24	243	45.0667	0.1333	5
24700	Moulin-Neuf	moulin-neuf	75	24	243	45.0167	0.0667	5
24700	Saint-Géraud-de-Corps	saint-geraud-de-corps	75	24	241	44.95	0.2167	5
24700	Saint-Barthélemy-de-Bellegarde	saint-barthelemy-de-bellegarde	75	24	243	45.0667	0.2	5
24700	Saint-Martial-d’Artenset	saint-martial-d-artenset	75	24	243	45.0167	0.1833	5
24700	Saint-Rémy	saint-remy	75	24	241	44.95	0.1667	5
24750	Trélissac	trelissac	75	24	243	45.1977	0.7861	5
24750	Marsaneix	marsaneix	75	24	243	45.0989	0.7843	5
24750	Cornille	cornille	75	24	243	45.251	0.7836	5
24750	Atur	atur	75	24	243	45.1409	0.747	5
24750	Champcevinel	champcevinel	75	24	243	45.2163	0.728	5
24750	Boulazac	boulazac	75	24	243	45.1667	0.7667	5
24750	Boulazac Isle Manoire	boulazac-isle-manoire	75	24	243	45.171	0.773	5
24751 CEDEX	Trélissac	trelissac	75	24	243	45.1977	0.7861	5
24752 CEDEX	Trélissac	trelissac	75	24	243	45.1977	0.7861	5
24755 CEDEX	Trélissac	trelissac	75	24	243	45.1977	0.7861	5
24758 CEDEX	Trélissac	trelissac	75	24	243	45.1977	0.7861	5
24759 CEDEX	Trélissac	trelissac	75	24	243	45.1977	0.7861	5
24800	Saint-Romain-et-Saint-Clément	saint-romain-et-saint-clement	75	24	242	45.4246	0.864	5
24800	Nanthiat	nanthiat	75	24	242	45.407	0.9849	5
24800	Sarrazac	sarrazac	75	24	242	45.4368	1.0291	5
24800	Corgnac-sur-l’Isle	corgnac-sur-l-isle	75	24	242	45.3769	0.9489	5
24800	Saint-Paul-la-Roche	saint-paul-la-roche	75	24	242	45.4782	0.9984	5
24800	Thiviers	thiviers	75	24	242	45.4154	0.9196	5
24800	Saint-Martin-de-Fressengeas	saint-martin-de-fressengeas	75	24	242	45.4442	0.8452	5
24800	Saint-Jean-de-Côle	saint-jean-de-cole	75	24	242	45.4208	0.8384	5
24800	Saint-Sulpice-d’Excideuil	saint-sulpice-d-excideuil	75	24	242	45.3895	1.0073	5
24800	Saint-Jory-de-Chalais	saint-jory-de-chalais	75	24	242	45.5	0.9	5
24800	Chalais	chalais	75	24	242	45.5167	0.9167	5
24800	Vaunac	vaunac	75	24	242	45.3641	0.8644	5
24800	Saint-Pierre-de-Côle	saint-pierre-de-cole	75	24	242	45.3712	0.792	5
24800	Nantheuil	nantheuil	75	24	242	45.4138	0.945	5
24800	Lempzours	lempzours	75	24	242	45.3616	0.8183	5
24800	Eyzerac	eyzerac	75	24	242	45.3885	0.9205	5
24910 CEDEX 9	Périgueux	perigueux	75	24	243	45.1833	0.7167	5
24912 CEDEX	Sarlat-la-Canéda	sarlat-la-caneda	75	24	244	44.889	1.2166	5
24913 CEDEX	Sarlat-la-Canéda	sarlat-la-caneda	75	24	244	44.889	1.2166	5
24915 CEDEX	Périgueux	perigueux	75	24	243	45.1833	0.7167	5
24926 CEDEX	Périgueux	perigueux	75	24	243	45.1833	0.7167	5
33220	Fougueyrolles	fougueyrolles	75	24	241	44.8667	0.1667	5
33220	Port-Sainte-Foy-et-Ponchapt	port-sainte-foy-et-ponchapt	75	24	241	44.8333	0.2	5
33000	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33001 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33002 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33004 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33005 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33006 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33007 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33008 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33009 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33010 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33011 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33012 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33015 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33019 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33020 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33021 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33023 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33024 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33025 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33026 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33027 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33028 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33029 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33030 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33031 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33032 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33033 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33034 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33035 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33036 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33037 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33038 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33040 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33041 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33042 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33043 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33047 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33048 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33049 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33050 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33051 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33052 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33053 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33054 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33055 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33056 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33057 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33058 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33059 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33060 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33061 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33062 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33063 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33064 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33065 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33066 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33067 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33068 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33069 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33070 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33071 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33072 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33073 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33074 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33075 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33076 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33077 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33078 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33079 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33080 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33081 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33082 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33083 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33084 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33085 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33086 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33087 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33088 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33089 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33090 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33091 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33092 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33093 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33094 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33095 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33096 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33097 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33098 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33099 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33100	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33110	Le Bouscat	le-bouscat	75	33	332	44.866	-0.5941	5
33112	Saint-Laurent-Médoc	saint-laurent-medoc	75	33	334	45.15	-0.8167	5
33113	Saint-Symphorien	saint-symphorien	75	33	333	44.4294	-0.4905	5
33113	Origne	origne	75	33	333	44.4924	-0.5015	5
33113	Saint-Léger-de-Balson	saint-leger-de-balson	75	33	333	44.4319	-0.4667	5
33113	Bourideys	bourideys	75	33	333	44.3693	-0.4546	5
33113	Cazalis	cazalis	75	33	333	44.3428	-0.3811	5
33114	Le Barp	le-barp	75	33	336	44.6083	-0.7695	5
33115	Pyla sur Mer	pyla-sur-mer	75	33	336	44.6349	-1.2012	5
33115	La Teste-de-Buch	la-teste-de-buch	75	33	336	44.6325	-1.145	5
33116 CEDEX	Le Barp	le-barp	75	33	336	44.6083	-0.7695	5
33120	Arcachon	arcachon	75	33	336	44.65	-1.1667	5
33121	Carcans	carcans	75	33	334	45.0787	-1.0443	5
33123	Le Verdon-sur-Mer	le-verdon-sur-mer	75	33	334	45.5449	-1.0623	5
33124	Auros	auros	75	33	333	44.4945	-0.1444	5
33124	Brannens	brannens	75	33	333	44.522	-0.1505	5
33124	Berthez	berthez	75	33	333	44.4852	-0.1342	5
33124	Brouqueyran	brouqueyran	75	33	333	44.4837	-0.1745	5
33124	Aillas	aillas	75	33	333	44.4741	-0.0734	5
33124	Savignac	savignac	75	33	333	44.5224	-0.108	5
33124	Lados	lados	75	33	333	44.4689	-0.1467	5
33125	Le Tuzan	le-tuzan	75	33	333	44.4504	-0.5768	5
33125	Saint-Magne	saint-magne	75	33	336	44.5267	-0.6592	5
33125	Hostens	hostens	75	33	333	44.4932	-0.6395	5
33125	Louchats	louchats	75	33	333	44.5131	-0.5666	5
33126	Saint-Michel-de-Fronsac	saint-michel-de-fronsac	75	33	335	44.9333	-0.3167	5
33126	Saint-Aignan	saint-aignan	75	33	335	44.95	-0.3	5
33126	Fronsac	fronsac	75	33	335	44.9167	-0.2667	5
33126	La Rivière	la-riviere	75	33	335	44.9333	-0.3167	5
33127	Martignas-sur-Jalle	martignas-sur-jalle	75	33	332	44.8453	-0.7806	5
33127	Saint-Jean-d’Illac	saint-jean-d-illac	75	33	332	44.8087	-0.7857	5
33130	Bègles	begles	75	33	332	44.8084	-0.5481	5
33133	Galgon	galgon	75	33	335	44.9833	-0.2667	5
33138	Lanton	lanton	75	33	336	44.7048	-1.0356	5
33140	Cadaujac	cadaujac	75	33	332	44.7544	-0.5313	5
33140	Villenave-d’Ornon	villenave-d-ornon	75	33	332	44.7733	-0.5442	5
33141	Saillans	saillans	75	33	335	44.9667	-0.2667	5
33141	Villegouge	villegouge	75	33	335	44.9667	-0.3	5
33148	Taussat-les-Bains	taussat-les-bains	75	33	336	44.716	-1.0656	5
33150	Cenon	cenon	75	33	332	44.8559	-0.5184	5
33151 CEDEX	Cenon	cenon	75	33	332	44.8559	-0.5184	5
33152 CEDEX	Cenon	cenon	75	33	332	44.8559	-0.5184	5
33153 CEDEX	Cenon	cenon	75	33	332	44.8559	-0.5184	5
33155 CEDEX	Cenon	cenon	75	33	332	44.8559	-0.5184	5
33160	Saint-Médard-en-Jalles	saint-medard-en-jalles	75	33	332	44.8969	-0.7214	5
33160	Saint-Aubin-de-Médoc	saint-aubin-de-medoc	75	33	332	44.9118	-0.7246	5
33160	Salaunes	salaunes	75	33	334	44.9362	-0.8314	5
33164 CEDEX	La Teste-de-Buch	la-teste-de-buch	75	33	336	44.6287	-1.1406	5
33165 CEDEX	Saint-Médard-en-Jalles	saint-medard-en-jalles	75	33	332	44.8969	-0.7214	5
33166 CEDEX	Saint-Médard-en-Jalles	saint-medard-en-jalles	75	33	332	44.8969	-0.7214	5
33167 CEDEX	Saint-Médard-en-Jalles	saint-medard-en-jalles	75	33	332	44.8969	-0.7214	5
33169 CEDEX	Saint-Médard-en-Jalles	saint-medard-en-jalles	75	33	332	44.8969	-0.7214	5
33170	Gradignan	gradignan	75	33	332	44.7726	-0.6139	5
33171 CEDEX	Gradignan	gradignan	75	33	332	44.7726	-0.6139	5
33172 CEDEX	Gradignan	gradignan	75	33	332	44.7726	-0.6139	5
33173 CEDEX	Gradignan	gradignan	75	33	332	44.7726	-0.6139	5
33174 CEDEX	Gradignan	gradignan	75	33	332	44.7726	-0.6139	5
33175 CEDEX	Gradignan	gradignan	75	33	332	44.7726	-0.6139	5
33180	Vertheuil	vertheuil	75	33	334	45.25	-0.8333	5
33180	Saint-Seurin-de-Cadourne	saint-seurin-de-cadourne	75	33	334	45.2864	-0.7885	5
33180	Saint-Estèphe	saint-estephe	75	33	334	45.2625	-0.7724	5
33185	Le Haillan	le-haillan	75	33	332	44.8723	-0.6797	5
33186 CEDEX	Le Haillan	le-haillan	75	33	332	44.8723	-0.6797	5
33187 CEDEX	Le Haillan	le-haillan	75	33	332	44.8723	-0.6797	5
33190	Saint-Hilaire-de-la-Noaille	saint-hilaire-de-la-noaille	75	33	333	44.6037	0.0003	5
33190	Saint-Exupéry	saint-exupery	75	33	333	44.6258	-0.1014	5
33190	Bassanne	bassanne	75	33	333	44.5594	-0.0893	5
33190	Bourdelles	bourdelles	75	33	333	44.5535	0.0009	5
33190	Saint-Laurent-du-Plan	saint-laurent-du-plan	75	33	333	44.6238	-0.1182	5
33190	Hure	hure	75	33	333	44.5455	0.0012	5
33190	Loubens	loubens	75	33	333	44.6301	-0.0364	5
33190	Morizès	morizes	75	33	333	44.6123	-0.0905	5
33190	La Réole	la-reole	75	33	333	44.582	-0.0369	5
33190	Fossès-et-Baleyssac	fosses-et-baleyssac	75	33	333	44.5833	0.05	5
33190	Floudès	floudes	75	33	333	44.5729	-0.0674	5
33190	Loupiac-de-la-Réole	loupiac-de-la-reole	75	33	333	44.5448	-0.0388	5
33190	Camiran	camiran	75	33	333	44.6286	-0.0681	5
33190	Gironde-sur-Dropt	gironde-sur-dropt	75	33	333	44.5833	-0.0833	5
33190	Saint-Michel-de-Lapujade	saint-michel-de-lapujade	75	33	333	44.5833	0.0833	5
33190	Blaignac	blaignac	75	33	333	44.5529	-0.056	5
33190	Montagoudin	montagoudin	75	33	333	44.578	0.0012	5
33190	Casseuil	casseuil	75	33	333	44.5854	-0.1112	5
33190	Fontet	fontet	75	33	333	44.5594	-0.0308	5
33190	Barie	barie	75	33	333	44.5725	-0.1104	5
33190	Bagas	bagas	75	33	333	44.625	-0.0551	5
33190	Puybarban	puybarban	75	33	333	44.5527	-0.0748	5
33190	Saint-Sève	saint-seve	75	33	333	44.6098	-0.0298	5
33190	Noaillac	noaillac	75	33	333	44.5153	-0.0118	5
33190	Pondaurat	pondaurat	75	33	333	44.538	-0.0869	5
33190	Les Esseintes	les-esseintes	75	33	333	44.6098	-0.0685	5
33190	Lamothe-Landerron	lamothe-landerron	75	33	333	44.562	0.0514	5
33190	Mongauzy	mongauzy	75	33	333	44.5667	0.0333	5
33191 CEDEX	La Réole	la-reole	75	33	333	44.582	-0.0369	5
33192 CEDEX	La Réole	la-reole	75	33	333	44.582	-0.0369	5
33193 CEDEX	La Réole	la-reole	75	33	333	44.582	-0.0369	5
33200	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33210	Coimères	coimeres	75	33	333	44.4965	-0.2086	5
33210	Castets-en-Dorthe	castets-en-dorthe	75	33	333	44.5615	-0.1523	5
33210	Saint-Pierre-de-Mons	saint-pierre-de-mons	75	33	333	44.5509	-0.2203	5
33210	Mazères	mazeres	75	33	333	44.4949	-0.259	5
33210	Roaillan	roaillan	75	33	333	44.4984	-0.2821	5
33210	Langon	langon	75	33	333	44.55	-0.25	5
33210	Castillon-de-Castets	castillon-de-castets	75	33	333	44.5507	-0.1143	5
33210	Saint-Pardon-de-Conques	saint-pardon-de-conques	75	33	333	44.5527	-0.1803	5
33210	Sauternes	sauternes	75	33	333	44.5329	-0.3423	5
33210	Bommes	bommes	75	33	333	44.5463	-0.3556	5
33210	Pujols-sur-Ciron	pujols-sur-ciron	75	33	333	44.5603	-0.3566	5
33210	Preignac	preignac	75	33	333	44.5844	-0.2942	5
33210	Bieujac	bieujac	75	33	333	44.5399	-0.1549	5
33210	Saint-Loubert	saint-loubert	75	33	333	44.5502	-0.1609	5
33210	Fargues	fargues	75	33	333	44.5333	-0.3	5
33210	Toulenne	toulenne	75	33	333	44.5566	-0.2633	5
33210	Léogeats	leogeats	75	33	333	44.5124	-0.3662	5
33211 CEDEX	Langon	langon	75	33	333	44.55	-0.25	5
33212 CEDEX	Langon	langon	75	33	333	44.55	-0.25	5
33213 CEDEX	Langon	langon	75	33	333	44.55	-0.25	5
33214 CEDEX	Langon	langon	75	33	333	44.55	-0.25	5
33219 CEDEX	Langon	langon	75	33	333	44.55	-0.25	5
33220	Eynesse	eynesse	75	33	335	44.8254	0.1549	5
33220	Saint-Avit-de-Soulège	saint-avit-de-soulege	75	33	335	44.6333	0.15	5
33220	Saint-Avit-Saint-Nazaire	saint-avit-saint-nazaire	75	33	335	44.85	0.25	5
33220	Les Lèves-et-Thoumeyragues	les-leves-et-thoumeyragues	75	33	335	44.793	0.1752	5
33220	Caplong	caplong	75	33	335	44.7777	0.1384	5
33220	Ligueux	ligueux	75	33	335	44.7866	0.2688	5
33220	Margueron	margueron	75	33	335	44.7648	0.2518	5
33220	Saint-Philippe-du-Seignal	saint-philippe-du-seignal	75	33	335	44.8265	0.2549	5
33220	Riocaud	riocaud	75	33	335	44.7638	0.2097	5
33220	Saint-André-et-Appelles	saint-andre-et-appelles	75	33	335	44.812	0.2143	5
33220	Saint-Quentin-de-Caplong	saint-quentin-de-caplong	75	33	335	44.7844	0.1329	5
33220	La Roquille	la-roquille	75	33	335	44.7913	0.2313	5
33220	Sainte-Foy-la-Grande	sainte-foy-la-grande	75	33	335	44.8333	0.2167	5
33220	Pineuilh	pineuilh	75	33	335	44.8235	0.2345	5
33230	Les Peintures	les-peintures	75	33	335	45.0667	-0.1	5
33230	Lagorce	lagorce	75	33	335	45.0667	-0.1333	5
33230	Maransin	maransin	75	33	335	45.0833	-0.2667	5
33230	Les Églisottes-et-Chalaures	les-eglisottes-et-chalaures	75	33	335	45.0981	-0.0389	5
33230	Guîtres	guitres	75	33	335	45.0333	-0.1833	5
33230	Saint-Christophe-de-Double	saint-christophe-de-double	75	33	335	45.0833	0.0167	5
33230	Le Fieu	le-fieu	75	33	335	45.0667	-0.0333	5
33230	Saint-Médard-de-Guizières	saint-medard-de-guizieres	75	33	335	45.0167	-0.05	5
33230	Coutras	coutras	75	33	335	45.0333	-0.1333	5
33230	Abzac	abzac	75	33	335	45.0167	-0.1333	5
33230	Bayas	bayas	75	33	335	45.0667	-0.2	5
33230	Chamadelle	chamadelle	75	33	335	45.1	-0.0667	5
33240	Asques	asques	75	33	335	44.952	-0.411	5
33240	Salignac	salignac	75	33	331	45.0161	-0.3796	5
33240	Saint-Gervais	saint-gervais	75	33	331	45.0158	-0.4524	5
33240	Aubie-et-Espessas	aubie-et-espessas	75	33	331	45.0187	-0.403	5
33240	Saint-Germain-de-la-Rivière	saint-germain-de-la-riviere	75	33	335	44.95	-0.3333	5
33240	Lugon-et-l'Île-du-Carnay	lugon-et-l-ile-du-carnay	75	33	335	44.9556	-0.3361	5
33240	Tarnès	tarnes	75	33	335	44.9667	-0.35	5
33240	La Lande-de-Fronsac	la-lande-de-fronsac	75	33	335	44.9804	-0.3805	5
33240	Vérac	verac	75	33	335	44.9833	-0.3333	5
33240	Saint-André-de-Cubzac	saint-andre-de-cubzac	75	33	331	44.9945	-0.4444	5
33240	Périssac	perissac	75	33	335	45.0167	-0.3167	5
33240	Cubzac-les-Ponts	cubzac-les-ponts	75	33	331	44.9712	-0.4498	5
33240	Peujard	peujard	75	33	331	45.0362	-0.441	5
33240	Gauriaguet	gauriaguet	75	33	331	45.039	-0.3919	5
33240	Virsac	virsac	75	33	331	45.0333	-0.45	5
33240	Cadillac-en-Fronsadais	cadillac-en-fronsadais	75	33	335	44.9671	-0.372	5
33240	Saint-Romain-la-Virvée	saint-romain-la-virvee	75	33	335	44.9655	-0.3988	5
33240	Saint-Antoine	saint-antoine	75	33	331	45.0155	-0.4229	5
33240	Saint-Genès-de-Fronsac	saint-genes-de-fronsac	75	33	335	45.0251	-0.3588	5
33240	Val de Virvée	val-de-virvee	75	33	331	45.0192	-0.4067	5
33240	Saint-Laurent-d’Arce	saint-laurent-d-arce	75	33	331	45.0342	-0.47	5
33240	Mouillac	mouillac	75	33	335	45.0167	-0.35	5
33250	Pauillac	pauillac	75	33	334	45.1964	-0.7487	5
33250	Cissac-Médoc	cissac-medoc	75	33	334	45.226	-0.8318	5
33250	Saint-Julien-Beychevelle	saint-julien-beychevelle	75	33	334	45.1667	-0.7417	5
33250	Saint-Sauveur	saint-sauveur	75	33	334	45.2027	-0.8343	5
33260	La Teste-de-Buch	la-teste-de-buch	75	33	336	44.6287	-1.1406	5
33270	Floirac	floirac	75	33	332	44.8324	-0.5141	5
33270	Bouliac	bouliac	75	33	332	44.8172	-0.5025	5
33271 CEDEX	Floirac	floirac	75	33	332	44.8324	-0.5141	5
33272 CEDEX	Floirac	floirac	75	33	332	44.8324	-0.5141	5
33273 CEDEX	Floirac	floirac	75	33	332	44.8324	-0.5141	5
33274 CEDEX	Floirac	floirac	75	33	332	44.8324	-0.5141	5
33278 CEDEX	Floirac	floirac	75	33	332	44.8324	-0.5141	5
33279 CEDEX	Floirac	floirac	75	33	332	44.8324	-0.5141	5
33290	Parempuyre	parempuyre	75	33	332	44.9504	-0.6045	5
33290	Blanquefort	blanquefort	75	33	332	44.9125	-0.6366	5
33290	Le Pian-Médoc	le-pian-medoc	75	33	332	44.9554	-0.6623	5
33290	Ludon-Médoc	ludon-medoc	75	33	332	44.9812	-0.6025	5
33291 CEDEX	Blanquefort	blanquefort	75	33	332	44.9125	-0.6366	5
33292 CEDEX	Blanquefort	blanquefort	75	33	332	44.9125	-0.6366	5
33293 CEDEX	Blanquefort	blanquefort	75	33	332	44.9125	-0.6366	5
33294 CEDEX	Blanquefort	blanquefort	75	33	332	44.9125	-0.6366	5
33295 CEDEX	Blanquefort	blanquefort	75	33	332	44.9125	-0.6366	5
33300	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33305 CEDEX	Lormont	lormont	75	33	332	44.8749	-0.5178	5
33306 CEDEX	Lormont	lormont	75	33	332	44.8749	-0.5178	5
33309 CEDEX	Lormont	lormont	75	33	332	44.8749	-0.5178	5
33310	Lormont	lormont	75	33	332	44.8749	-0.5178	5
33311 CEDEX	Arcachon	arcachon	75	33	336	44.65	-1.1667	5
33312 CEDEX	Arcachon	arcachon	75	33	336	44.65	-1.1667	5
33313 CEDEX	Arcachon	arcachon	75	33	336	44.65	-1.1667	5
33314 CEDEX	Arcachon	arcachon	75	33	336	44.65	-1.1667	5
33319 CEDEX	Arcachon	arcachon	75	33	336	44.65	-1.1667	5
33320	Le Taillan-Médoc	le-taillan-medoc	75	33	332	44.9052	-0.6706	5
33320	Eysines	eysines	75	33	332	44.8835	-0.6469	5
33321 CEDEX	Bègles	begles	75	33	332	44.8084	-0.5481	5
33322 CEDEX	Bègles	begles	75	33	332	44.8084	-0.5481	5
33323 CEDEX	Bègles	begles	75	33	332	44.8084	-0.5481	5
33324 CEDEX	Bègles	begles	75	33	332	44.8084	-0.5481	5
33326 CEDEX	Eysines	eysines	75	33	332	44.8835	-0.6469	5
33327 CEDEX	Eysines	eysines	75	33	332	44.8835	-0.6469	5
33329 CEDEX	Bègles	begles	75	33	332	44.8084	-0.5481	5
33330	Vignonet	vignonet	75	33	335	44.85	-0.1667	5
33330	Saint-Émilion	saint-emilion	75	33	335	44.8833	-0.15	5
33330	Saint-Pey-d'Armens	saint-pey-d-armens	75	33	335	44.856	-0.1126	5
33330	Saint-Laurent-des-Combes	saint-laurent-des-combes	75	33	335	44.8833	-0.1333	5
33330	Saint-Étienne-de-Lisse	saint-etienne-de-lisse	75	33	335	44.8833	-0.1	5
33330	Saint-Sulpice-de-Faleyrens	saint-sulpice-de-faleyrens	75	33	335	44.8667	-0.1833	5
33330	Saint-Christophe-des-Bardes	saint-christophe-des-bardes	75	33	335	44.8833	-0.1	5
33330	Saint-Hippolyte	saint-hippolyte	75	33	335	44.8833	-0.1	5
33335 CEDEX	Saint-Émilion	saint-emilion	75	33	335	44.8833	-0.15	5
33340	Saint-Yzans-de-Médoc	saint-yzans-de-medoc	75	33	334	45.3216	-0.8212	5
33340	Valeyrac	valeyrac	75	33	334	45.3963	-0.8958	5
33340	Lesparre-Médoc	lesparre-medoc	75	33	334	45.3	-0.9333	5
33340	Queyrac	queyrac	75	33	334	45.3624	-0.9807	5
33340	Gaillan-en-Médoc	gaillan-en-medoc	75	33	334	45.3213	-0.9579	5
33340	Saint-Germain-d’Esteuil	saint-germain-d-esteuil	75	33	334	45.2894	-0.8651	5
33340	Civrac-en-Médoc	civrac-en-medoc	75	33	334	45.3379	-0.8979	5
33340	Saint-Christoly-Médoc	saint-christoly-medoc	75	33	334	45.3553	-0.8253	5
33340	Couquèques	couqueques	75	33	334	45.3444	-0.8502	5
33340	Prignac-en-Médoc	prignac-en-medoc	75	33	334	45.3265	-0.9129	5
33340	Ordonnac	ordonnac	75	33	334	45.3066	-0.8349	5
33340	Blaignan	blaignan	75	33	334	45.3184	-0.8554	5
33340	Bégadan	begadan	75	33	334	45.3549	-0.8939	5
33341 CEDEX	Lesparre-Médoc	lesparre-medoc	75	33	334	45.3	-0.9333	5
33350	Saint-Pey-de-Castets	saint-pey-de-castets	75	33	335	44.8112	-0.0677	5
33350	Gardegan-et-Tourtirac	gardegan-et-tourtirac	75	33	335	44.9	-0.0167	5
33350	Flaujagues	flaujagues	75	33	335	44.8333	0.05	5
33350	Sainte-Radegonde	sainte-radegonde	75	33	335	44.8052	0.0169	5
33350	Saint-Genès-de-Castillon	saint-genes-de-castillon	75	33	335	44.9	-0.0667	5
33350	Ruch	ruch	75	33	333	44.776	-0.0393	5
33350	Sainte-Terre	sainte-terre	75	33	335	44.8333	-0.1167	5
33350	Belvès-de-Castillon	belves-de-castillon	75	33	335	44.8667	-0.0167	5
33350	Mouliets-et-Villemartin	mouliets-et-villemartin	75	33	335	44.8333	-0.0167	5
33350	Bossugan	bossugan	75	33	335	44.7941	-0.044	5
33350	Saint-Magne-de-Castillon	saint-magne-de-castillon	75	33	335	44.8667	-0.0667	5
33350	Mérignas	merignas	75	33	333	44.784	-0.0866	5
33350	Doulezon	doulezon	75	33	335	44.7922	-0.0048	5
33350	Castillon-la-Bataille	castillon-la-bataille	75	33	335	44.85	-0.0333	5
33350	Saint-Philippe-d’Aiguille	saint-philippe-d-aiguille	75	33	335	44.9167	-0.0333	5
33350	Pujols	pujols	75	33	335	44.8075	-0.0306	5
33350	Civrac-sur-Dordogne	civrac-sur-dordogne	75	33	335	44.8333	-0.0833	5
33350	Sainte-Florence	sainte-florence	75	33	335	44.8098	-0.0954	5
33350	Les Salles-de-Castillon	les-salles-de-castillon	75	33	335	44.9	0	5
33350	Sainte-Colombe	sainte-colombe	75	33	335	44.8667	-0.0667	5
33360	Cénac	cenac	75	33	332	44.78	-0.46	5
33360	Lignan-de-Bordeaux	lignan-de-bordeaux	75	33	332	44.7967	-0.4277	5
33360	Camblanes-et-Meynac	camblanes-et-meynac	75	33	332	44.7655	-0.4865	5
33360	Carignan-de-Bordeaux	carignan-de-bordeaux	75	33	332	44.8	-0.4833	5
33360	Latresne	latresne	75	33	332	44.786	-0.4899	5
33360	Quinsac	quinsac	75	33	332	44.7554	-0.487	5
33370	Bonnetan	bonnetan	75	33	332	44.8153	-0.4152	5
33370	Loupes	loupes	75	33	332	44.8096	-0.3877	5
33370	Pompignac	pompignac	75	33	332	44.8511	-0.437	5
33370	Artigues-près-Bordeaux	artigues-pres-bordeaux	75	33	332	44.85	-0.5167	5
33370	Fargues-Saint-Hilaire	fargues-saint-hilaire	75	33	332	44.823	-0.4468	5
33370	Tresses	tresses	75	33	332	44.8478	-0.463	5
33370	Yvrac	yvrac	75	33	332	44.8779	-0.4587	5
33370	Sallebœuf	salleb-uf	75	33	332	44.8333	-0.4	5
33380	Marcheprime	marcheprime	75	33	336	44.6915	-0.855	5
33380	Mios	mios	75	33	336	44.6049	-0.9333	5
33380	Biganos	biganos	75	33	336	44.645	-0.9737	5
33390	Cars	cars	75	33	331	45.1292	-0.6195	5
33390	Saint-Paul	saint-paul	75	33	331	45.1482	-0.6042	5
33390	Blaye	blaye	75	33	331	45.1333	-0.6667	5
33390	Saint-Martin-Lacaussade	saint-martin-lacaussade	75	33	331	45.1463	-0.6431	5
33390	Anglade	anglade	75	33	331	45.2089	-0.6348	5
33390	Berson	berson	75	33	331	45.1068	-0.5877	5
33390	Saint-Genès-de-Blaye	saint-genes-de-blaye	75	33	331	45.1613	-0.6407	5
33390	Saint-Androny	saint-androny	75	33	331	45.1891	-0.6492	5
33390	Fours	fours	75	33	331	45.1737	-0.6283	5
33390	Eyrans	eyrans	75	33	331	45.1879	-0.6169	5
33390	Cartelègue	cartelegue	75	33	331	45.1849	-0.5814	5
33390	Plassac	plassac	75	33	331	45.1036	-0.6457	5
33390	Saint-Seurin-de-Cursac	saint-seurin-de-cursac	75	33	331	45.1607	-0.6225	5
33390	Mazion	mazion	75	33	331	45.1623	-0.6145	5
33390	Campugnan	campugnan	75	33	331	45.1777	-0.5629	5
33391 CEDEX	Blaye	blaye	75	33	331	45.1333	-0.6667	5
33392 CEDEX	Blaye	blaye	75	33	331	45.1333	-0.6667	5
33393 CEDEX	Blaye	blaye	75	33	331	45.1333	-0.6667	5
33394 CEDEX	Blaye	blaye	75	33	331	45.1333	-0.6667	5
33395 CEDEX	Blaye	blaye	75	33	331	45.1333	-0.6667	5
33400	Talence	talence	75	33	332	44.8048	-0.5954	5
33401 CEDEX	Talence	talence	75	33	332	44.8048	-0.5954	5
33402 CEDEX	Talence	talence	75	33	332	44.8048	-0.5954	5
33403 CEDEX	Talence	talence	75	33	332	44.8048	-0.5954	5
33404 CEDEX	Talence	talence	75	33	332	44.8048	-0.5954	5
33405 CEDEX	Talence	talence	75	33	332	44.8048	-0.5954	5
33409 CEDEX	Talence	talence	75	33	332	44.8048	-0.5954	5
33410	Béguey	beguey	75	33	333	44.6427	-0.3227	5
33410	Omet	omet	75	33	333	44.6518	-0.2815	5
33410	Loupiac	loupiac	75	33	333	44.6167	-0.3	5
33410	Sainte-Croix-du-Mont	sainte-croix-du-mont	75	33	333	44.5938	-0.2718	5
33410	Cardan	cardan	75	33	333	44.6814	-0.3372	5
33410	Mourens	mourens	75	33	333	44.6487	-0.2093	5
33410	Gabarnac	gabarnac	75	33	333	44.6144	-0.2797	5
33410	Laroque	laroque	75	33	333	44.6599	-0.3034	5
33410	Monprimblanc	monprimblanc	75	33	333	44.6167	-0.2667	5
33410	Cadillac	cadillac	75	33	333	44.6363	-0.317	5
33410	Donzac	donzac	75	33	333	44.6513	-0.2636	5
33410	Rions	rions	75	33	333	44.6638	-0.3511	5
33420	Lugaignac	lugaignac	75	33	335	44.8157	-0.1926	5
33420	Grézillac	grezillac	75	33	335	44.818	-0.2164	5
33420	Camiac-et-Saint-Denis	camiac-et-saint-denis	75	33	335	44.7955	-0.2743	5
33420	Dardenac	dardenac	75	33	335	44.7831	-0.2432	5
33420	Saint-Aubin-de-Branne	saint-aubin-de-branne	75	33	335	44.8086	-0.1717	5
33420	Génissac	genissac	75	33	335	44.85	-0.25	5
33420	Branne	branne	75	33	335	44.8333	-0.1833	5
33420	Tizac-de-Curton	tizac-de-curton	75	33	335	44.8215	-0.2495	5
33420	Saint-Jean-de-Blaignac	saint-jean-de-blaignac	75	33	335	44.8123	-0.1386	5
33420	Cabara	cabara	75	33	335	44.8273	-0.1591	5
33420	Jugazan	jugazan	75	33	335	44.7816	-0.1544	5
33420	Guillac	guillac	75	33	335	44.8013	-0.2122	5
33420	Daignac	daignac	75	33	335	44.7987	-0.2488	5
33420	Saint-Vincent-de-Pertignas	saint-vincent-de-pertignas	75	33	335	44.7981	-0.1116	5
33420	Naujan-et-Postiac	naujan-et-postiac	75	33	335	44.7891	-0.1806	5
33420	Moulon	moulon	75	33	335	44.85	-0.2167	5
33420	Espiet	espiet	75	33	335	44.804	-0.2627	5
33420	Rauzan	rauzan	75	33	335	44.7784	-0.1246	5
33430	Bernos-Beaulac	bernos-beaulac	75	33	333	44.3833	-0.25	5
33430	Saint-Côme	saint-come	75	33	333	44.4264	-0.18	5
33430	Cazats	cazats	75	33	333	44.4833	-0.2167	5
33430	Le Nizan	le-nizan	75	33	333	44.4777	-0.2692	5
33430	Cudos	cudos	75	33	333	44.3876	-0.2191	5
33430	Birac	birac	75	33	333	44.4174	-0.1371	5
33430	Gajac	gajac	75	33	333	44.4363	-0.1311	5
33430	Aubiac	aubiac	75	33	333	44.4833	-0.25	5
33430	Lignan-de-Bazas	lignan-de-bazas	75	33	333	44.4332	-0.2779	5
33430	Sauviac	sauviac	75	33	333	44.4042	-0.1871	5
33430	Gans	gans	75	33	333	44.4561	-0.1466	5
33430	Marimbault	marimbault	75	33	333	44.4106	-0.2691	5
33430	Bazas	bazas	75	33	333	44.432	-0.2133	5
33440	Saint-Vincent-de-Paul	saint-vincent-de-paul	75	33	332	44.9543	-0.4675	5
33440	Saint-Louis-de-Montferrand	saint-louis-de-montferrand	75	33	332	44.95	-0.5354	5
33440	Ambarès-et-Lagrave	ambares-et-lagrave	75	33	332	44.9167	-0.4833	5
33450	Saint-Loubès	saint-loubes	75	33	332	44.9154	-0.427	5
33450	Saint-Sulpice-et-Cameyrac	saint-sulpice-et-cameyrac	75	33	332	44.9113	-0.3905	5
33450	Montussan	montussan	75	33	332	44.8806	-0.4218	5
33450	Izon	izon	75	33	335	44.9242	-0.3632	5
33451 CEDEX	Saint-Loubès	saint-loubes	75	33	332	44.9154	-0.427	5
33452 CEDEX	Saint-Loubès	saint-loubes	75	33	332	44.9154	-0.427	5
33460	Arsac	arsac	75	33	334	44.9969	-0.6898	5
33460	Lamarque	lamarque	75	33	334	45.0954	-0.7189	5
33460	Arcins	arcins	75	33	334	45.0741	-0.7245	5
33460	Labarde	labarde	75	33	334	45.0157	-0.6398	5
33460	Cussac-Fort-Médoc	cussac-fort-medoc	75	33	334	45.1167	-0.7333	5
33460	Macau	macau	75	33	332	45.0068	-0.6182	5
33460	Cantenac	cantenac	75	33	334	45.0282	-0.6531	5
33460	Soussans	soussans	75	33	334	45.0562	-0.6992	5
33460	Margaux	margaux	75	33	334	45.0401	-0.6789	5
33461 CEDEX	Margaux	margaux	75	33	334	45.0401	-0.6789	5
33469 CEDEX	Margaux	margaux	75	33	334	45.0401	-0.6789	5
33470	Le Teich	le-teich	75	33	336	44.6318	-1.0216	5
33470	Gujan-Mestras	gujan-mestras	75	33	336	44.6333	-1.0667	5
33480	Sainte-Hélène	sainte-helene	75	33	334	44.9667	-0.8833	5
33480	Castelnau-de-Médoc	castelnau-de-medoc	75	33	334	45.0293	-0.7983	5
33480	Moulis-en-Médoc	moulis-en-medoc	75	33	334	45.0594	-0.7703	5
33480	Avensan	avensan	75	33	334	45.0344	-0.7557	5
33480	Brach	brach	75	33	334	45.0412	-0.938	5
33480	Listrac-Médoc	listrac-medoc	75	33	334	45.0741	-0.7913	5
33490	Verdelais	verdelais	75	33	333	44.5888	-0.2497	5
33490	Saint-Macaire	saint-macaire	75	33	333	44.5653	-0.2243	5
33490	Sainte-Foy-la-Longue	sainte-foy-la-longue	75	33	333	44.6102	-0.1449	5
33490	Saint-Martin-de-Sescas	saint-martin-de-sescas	75	33	333	44.5754	-0.162	5
33490	Saint-Germain-de-Grave	saint-germain-de-grave	75	33	333	44.6245	-0.219	5
33490	Semens	semens	75	33	333	44.6135	-0.2384	5
33490	Le Pian-sur-Garonne	le-pian-sur-garonne	75	33	333	44.5856	-0.2129	5
33490	Saint-André-du-Bois	saint-andre-du-bois	75	33	333	44.6042	-0.1823	5
33490	Caudrot	caudrot	75	33	333	44.5758	-0.1439	5
33490	Saint-Pierre-d’Aurillac	saint-pierre-d-aurillac	75	33	333	44.5717	-0.1892	5
33490	Saint-Maixant	saint-maixant	75	33	333	44.5787	-0.2592	5
33490	Saint-Martial	saint-martial	75	33	333	44.638	-0.1752	5
33491 CEDEX	Le Bouscat	le-bouscat	75	33	332	44.866	-0.5941	5
33492 CEDEX	Le Bouscat	le-bouscat	75	33	332	44.866	-0.5941	5
33495 CEDEX	Le Bouscat	le-bouscat	75	33	332	44.866	-0.5941	5
33500	Les Billaux	les-billaux	75	33	335	44.95	-0.2333	5
33500	Lalande-de-Pomerol	lalande-de-pomerol	75	33	335	44.95	-0.2	5
33500	Pomerol	pomerol	75	33	335	44.9333	-0.2	5
33500	Arveyres	arveyres	75	33	335	44.8833	-0.2833	5
33500	Libourne	libourne	75	33	335	44.9167	-0.2333	5
33500	Néac	neac	75	33	335	44.9333	-0.1833	5
33501 CEDEX	Libourne	libourne	75	33	335	44.9167	-0.2333	5
33502 CEDEX	Libourne	libourne	75	33	335	44.9167	-0.2333	5
33503 CEDEX	Libourne	libourne	75	33	335	44.9167	-0.2333	5
33504 CEDEX	Libourne	libourne	75	33	335	44.9167	-0.2333	5
33505 CEDEX	Libourne	libourne	75	33	335	44.9167	-0.2333	5
33506 CEDEX	Libourne	libourne	75	33	335	44.9167	-0.2333	5
33507 CEDEX	Libourne	libourne	75	33	335	44.9167	-0.2333	5
33509 CEDEX	Libourne	libourne	75	33	335	44.9167	-0.2333	5
33510	Andernos-les-Bains	andernos-les-bains	75	33	336	44.7457	-1.1035	5
33515 CEDEX	Libourne	libourne	75	33	335	44.9167	-0.2333	5
33520	Bruges	bruges	75	33	332	44.8798	-0.6122	5
33521 CEDEX	Bruges	bruges	75	33	332	44.8798	-0.6122	5
33522 CEDEX	Bruges	bruges	75	33	332	44.8798	-0.6122	5
33523 CEDEX	Bruges	bruges	75	33	332	44.8798	-0.6122	5
33524 CEDEX	Bruges	bruges	75	33	332	44.8798	-0.6122	5
33525 CEDEX	Bruges	bruges	75	33	332	44.8798	-0.6122	5
33526 CEDEX	Bruges	bruges	75	33	332	44.8798	-0.6122	5
33527 CEDEX	Bruges	bruges	75	33	332	44.8798	-0.6122	5
33529 CEDEX	Bruges	bruges	75	33	332	44.8798	-0.6122	5
33530	Bassens	bassens	75	33	332	44.9023	-0.5163	5
33540	Gornac	gornac	75	33	333	44.6632	-0.1807	5
33540	Landerrouet-sur-Ségur	landerrouet-sur-segur	75	33	333	44.65	-0.0167	5
33540	Cleyrac	cleyrac	75	33	333	44.7197	-0.0378	5
33540	Saint-Laurent-du-Bois	saint-laurent-du-bois	75	33	333	44.6354	-0.1349	5
33540	Saint-Hilaire-du-Bois	saint-hilaire-du-bois	75	33	333	44.6645	-0.0848	5
33540	Saint-Sulpice-de-Pommiers	saint-sulpice-de-pommiers	75	33	333	44.6718	-0.1126	5
33540	Mauriac	mauriac	75	33	333	44.7453	-0.0295	5
33540	Blasimon	blasimon	75	33	333	44.749	-0.0739	5
33540	Saint-Martin-de-Lerm	saint-martin-de-lerm	75	33	333	44.6481	-0.0408	5
33540	Coirac	coirac	75	33	333	44.6919	-0.1675	5
33540	Mesterrieux	mesterrieux	75	33	333	44.6461	-0.014	5
33540	Castelmoron-d’Albret	castelmoron-d-albret	75	33	333	44.6794	-0.0115	5
33540	Daubèze	daubeze	75	33	333	44.7127	-0.1408	5
33540	Saint-Félix-de-Foncaude	saint-felix-de-foncaude	75	33	333	44.6496	-0.1205	5
33540	Saint-Martin-du-Puy	saint-martin-du-puy	75	33	333	44.6714	-0.0253	5
33540	Caumont	caumont	75	33	333	44.6921	-0.0088	5
33540	Sauveterre-de-Guyenne	sauveterre-de-guyenne	75	33	333	44.693	-0.0855	5
33540	Castelviel	castelviel	75	33	333	44.668	-0.1525	5
33540	Saint-Brice	saint-brice	75	33	333	44.6978	-0.1492	5
33550	Paillet	paillet	75	33	333	44.6851	-0.365	5
33550	Lestiac-sur-Garonne	lestiac-sur-garonne	75	33	333	44.6943	-0.3744	5
33550	Le Tourne	le-tourne	75	33	332	44.7107	-0.4051	5
33550	Haux	haux	75	33	332	44.7354	-0.3704	5
33550	Langoiran	langoiran	75	33	333	44.7087	-0.3937	5
33550	Capian	capian	75	33	333	44.7107	-0.33	5
33550	Villenave-de-Rions	villenave-de-rions	75	33	333	44.6913	-0.3363	5
33550	Tabanac	tabanac	75	33	332	44.7206	-0.4051	5
33560	Sainte-Eulalie	sainte-eulalie	75	33	332	44.9067	-0.4742	5
33560	Carbon-Blanc	carbon-blanc	75	33	332	44.8964	-0.5011	5
33561 CEDEX	Carbon-Blanc	carbon-blanc	75	33	332	44.8964	-0.5011	5
33562 CEDEX	Carbon-Blanc	carbon-blanc	75	33	332	44.8964	-0.5011	5
33563 CEDEX	Carbon-Blanc	carbon-blanc	75	33	332	44.8964	-0.5011	5
33564 CEDEX	Carbon-Blanc	carbon-blanc	75	33	332	44.8964	-0.5011	5
33565 CEDEX	Carbon-Blanc	carbon-blanc	75	33	332	44.8964	-0.5011	5
33570	Petit-Palais-et-Cornemps	petit-palais-et-cornemps	75	33	335	44.9833	-0.0667	5
33570	Puisseguin	puisseguin	75	33	335	44.9333	-0.0667	5
33570	Saint-Cibard	saint-cibard	75	33	335	44.9333	-0.0167	5
33570	Francs	francs	75	33	335	44.9476	-0.0064	5
33570	Lussac	lussac	75	33	335	44.95	-0.1	5
33570	Les Artigues-de-Lussac	les-artigues-de-lussac	75	33	335	44.9667	-0.15	5
33570	Tayac	tayac	75	33	335	44.95	0	5
33570	Montagne	montagne	75	33	335	44.9333	-0.1333	5
33580	Roquebrune	roquebrune	75	33	333	44.6246	0.0216	5
33580	Coutures	coutures	75	33	333	44.6443	0.0293	5
33580	Saint-Vivien-de-Monségur	saint-vivien-de-monsegur	75	33	333	44.6164	0.1076	5
33580	Saint-Ferme	saint-ferme	75	33	333	44.6936	0.0588	5
33580	Rimons	rimons	75	33	333	44.6715	0.0059	5
33580	Taillecavat	taillecavat	75	33	333	44.6471	0.1507	5
33580	Monségur	monsegur	75	33	333	44.6504	0.0805	5
33580	Le Puy	le-puy	75	33	333	44.6583	0.0489	5
33580	Saint-Sulpice-de-Guilleragues	saint-sulpice-de-guilleragues	75	33	333	44.6289	0.0506	5
33580	Dieulivol	dieulivol	75	33	333	44.6737	0.1111	5
33580	Cours-de-Monségur	cours-de-monsegur	75	33	333	44.6526	0.1268	5
33580	Neuffons	neuffons	75	33	333	44.6528	0.0103	5
33580	Sainte-Gemme	sainte-gemme	75	33	333	44.6185	0.0678	5
33590	Vensac	vensac	75	33	334	45.3962	-1.0328	5
33590	Talais	talais	75	33	334	45.4704	-1.0549	5
33590	Grayan-et-l’Hôpital	grayan-et-l-hopital	75	33	334	45.4402	-1.0949	5
33590	Saint-Vivien-de-Médoc	saint-vivien-de-medoc	75	33	334	45.4269	-1.0338	5
33590	Jau-Dignac-et-Loirac	jau-dignac-et-loirac	75	33	334	45.4082	-0.9585	5
33600	Pessac	pessac	75	33	332	44.8101	-0.6413	5
33601 CEDEX	Pessac	pessac	75	33	332	44.8101	-0.6413	5
33602 CEDEX	Pessac	pessac	75	33	332	44.8101	-0.6413	5
33603 CEDEX	Pessac	pessac	75	33	332	44.8101	-0.6413	5
33604 CEDEX	Pessac	pessac	75	33	332	44.8101	-0.6413	5
33605 CEDEX	Pessac	pessac	75	33	332	44.8101	-0.6413	5
33606 CEDEX	Pessac	pessac	75	33	332	44.8101	-0.6413	5
33607 CEDEX	Pessac	pessac	75	33	332	44.8101	-0.6413	5
33608 CEDEX	Pessac	pessac	75	33	332	44.8101	-0.6413	5
33609 CEDEX	Pessac	pessac	75	33	332	44.8101	-0.6413	5
33610	Canéjan	canejan	75	33	332	44.7667	-0.6333	5
33610	Cestas	cestas	75	33	332	44.7434	-0.6791	5
33611 CEDEX	Cestas	cestas	75	33	332	44.7434	-0.6791	5
33612 CEDEX	Cestas	cestas	75	33	332	44.7434	-0.6791	5
33613 CEDEX	Cestas	cestas	75	33	332	44.7434	-0.6791	5
33614 CEDEX	Cestas	cestas	75	33	332	44.7434	-0.6791	5
33615 CEDEX	Pessac	pessac	75	33	332	44.8101	-0.6413	5
33620	Cubnezais	cubnezais	75	33	331	45.075	-0.4083	5
33620	Marcenais	marcenais	75	33	331	45.0667	-0.3333	5
33620	Cavignac	cavignac	75	33	331	45.1008	-0.3898	5
33620	Saint-Mariens	saint-mariens	75	33	331	45.1163	-0.4008	5
33620	Laruscade	laruscade	75	33	331	45.1167	-0.3333	5
33620	Tizac-de-Lapouyade	tizac-de-lapouyade	75	33	335	45.0667	-0.3	5
33620	Lapouyade	lapouyade	75	33	335	45.0833	-0.2833	5
33620	Cézac	cezac	75	33	331	45.0902	-0.4196	5
33620	Marsas	marsas	75	33	331	45.0675	-0.382	5
33621 CEDEX	Cestas	cestas	75	33	332	44.7434	-0.6791	5
33625 CEDEX 9	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33626 CEDEX 9	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33627 CEDEX 9	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33629 CEDEX 9	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33640	Castres-Gironde	castres-gironde	75	33	332	44.6946	-0.4468	5
33640	Portets	portets	75	33	333	44.6968	-0.4245	5
33640	Isle-Saint-Georges	isle-saint-georges	75	33	332	44.7251	-0.4729	5
33640	Arbanats	arbanats	75	33	333	44.6758	-0.3945	5
33640	Ayguemorte-les-Graves	ayguemorte-les-graves	75	33	332	44.7099	-0.4806	5
33640	Beautiran	beautiran	75	33	332	44.7039	-0.452	5
33650	Martillac	martillac	75	33	332	44.711	-0.5375	5
33650	Cabanac-et-Villagrains	cabanac-et-villagrains	75	33	332	44.6	-0.55	5
33650	La Brède	la-brede	75	33	332	44.6833	-0.5333	5
33650	Saint-Morillon	saint-morillon	75	33	332	44.6506	-0.5032	5
33650	Saucats	saucats	75	33	332	44.654	-0.5964	5
33650	Saint-Médard-d’Eyrans	saint-medard-d-eyrans	75	33	332	44.7167	-0.5167	5
33650	Saint-Selve	saint-selve	75	33	332	44.671	-0.4789	5
33652 CEDEX	La Brède	la-brede	75	33	332	44.6833	-0.5333	5
33660	Camps-sur-l'Isle	camps-sur-l-isle	75	33	335	45.0167	-0.0333	5
33660	Gours	gours	75	33	335	45	0.0333	5
33660	Porchères	porcheres	75	33	335	45.0333	0.0167	5
33660	Saint-Antoine-sur-l’Isle	saint-antoine-sur-l-isle	75	33	335	45.0333	0.05	5
33660	Saint-Seurin-sur-l’Isle	saint-seurin-sur-l-isle	75	33	335	45.0167	0	5
33660	Puynormand	puynormand	75	33	335	44.9833	0	5
33660	Saint-Sauveur-de-Puynormand	saint-sauveur-de-puynormand	75	33	335	45	-0.0333	5
33670	Créon	creon	75	33	332	44.7746	-0.348	5
33670	La Sauve	la-sauve	75	33	332	44.7667	-0.3167	5
33670	Blésignac	blesignac	75	33	332	44.775	-0.2552	5
33670	Cursan	cursan	75	33	332	44.8023	-0.3377	5
33670	Le Pout	le-pout	75	33	332	44.795	-0.3605	5
33670	Sadirac	sadirac	75	33	332	44.7818	-0.4133	5
33670	Madirac	madirac	75	33	332	44.7596	-0.3983	5
33670	Saint-Léon	saint-leon	75	33	332	44.7614	-0.2782	5
33670	Saint-Genès-de-Lombaud	saint-genes-de-lombaud	75	33	332	44.7507	-0.372	5
33680	Saumos	saumos	75	33	334	44.9215	-0.9882	5
33680	Le Temple	le-temple	75	33	334	44.8797	-0.9892	5
33680	Lacanau	lacanau	75	33	334	44.9778	-1.0762	5
33680	Le Porge	le-porge	75	33	334	44.8728	-1.0889	5
33688 CEDEX	Mérignac	merignac	75	33	332	44.8325	-0.6338	5
33689 CEDEX	Mérignac	merignac	75	33	332	44.8325	-0.6338	5
33690	Sillas	sillas	75	33	333	44.3756	-0.0606	5
33690	Cauvignac	cauvignac	75	33	333	44.4185	-0.0795	5
33690	Masseilles	masseilles	75	33	333	44.4068	-0.0528	5
33690	Labescau	labescau	75	33	333	44.4506	-0.0879	5
33690	Lavazan	lavazan	75	33	333	44.3934	-0.1089	5
33690	Marions	marions	75	33	333	44.3842	-0.0897	5
33690	Grignols	grignols	75	33	333	44.3884	-0.0429	5
33690	Sendets	sendets	75	33	333	44.4228	-0.0874	5
33690	Cours-les-Bains	cours-les-bains	75	33	333	44.3804	-0.0173	5
33690	Sigalens	sigalens	75	33	333	44.4498	-0.0458	5
33691 CEDEX	Mérignac	merignac	75	33	332	44.8325	-0.6338	5
33692 CEDEX	Mérignac	merignac	75	33	332	44.8325	-0.6338	5
33693 CEDEX	Mérignac	merignac	75	33	332	44.8325	-0.6338	5
33694 CEDEX	Mérignac	merignac	75	33	332	44.8325	-0.6338	5
33695 CEDEX	Mérignac	merignac	75	33	332	44.8325	-0.6338	5
33696 CEDEX 9	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33697 CEDEX	Mérignac	merignac	75	33	332	44.8325	-0.6338	5
33698 CEDEX	Mérignac	merignac	75	33	332	44.8325	-0.6338	5
33699 CEDEX	Mérignac	merignac	75	33	332	44.8325	-0.6338	5
33700	Mérignac	merignac	75	33	332	44.8325	-0.6338	5
33701 CEDEX	Mérignac	merignac	75	33	332	44.8325	-0.6338	5
33702 CEDEX	Mérignac	merignac	75	33	332	44.8325	-0.6338	5
33703 CEDEX	Mérignac	merignac	75	33	332	44.8325	-0.6338	5
33704 CEDEX	Mérignac	merignac	75	33	332	44.8325	-0.6338	5
33705 CEDEX	Mérignac	merignac	75	33	332	44.8325	-0.6338	5
33706 CEDEX	Mérignac	merignac	75	33	332	44.8325	-0.6338	5
33707 CEDEX	Mérignac	merignac	75	33	332	44.8325	-0.6338	5
33708 CEDEX	Mérignac	merignac	75	33	332	44.8325	-0.6338	5
33709 CEDEX	Mérignac	merignac	75	33	332	44.8325	-0.6338	5
33710	Saint-Trojan	saint-trojan	75	33	331	45.0859	-0.5822	5
33710	Pugnac	pugnac	75	33	331	45.0819	-0.4962	5
33710	Villeneuve	villeneuve	75	33	331	45.0833	-0.6167	5
33710	Lansac	lansac	75	33	331	45.0618	-0.5425	5
33710	Mombrier	mombrier	75	33	331	45.0791	-0.5531	5
33710	Saint-Seurin-de-Bourg	saint-seurin-de-bourg	75	33	331	45.05	-0.5667	5
33710	Bourg	bourg	75	33	331	45.0406	-0.5589	5
33710	Tauriac	tauriac	75	33	331	45.0491	-0.5005	5
33710	Bayon-sur-Gironde	bayon-sur-gironde	75	33	331	45.05	-0.5833	5
33710	Prignac-et-Marcamps	prignac-et-marcamps	75	33	331	45.0333	-0.5	5
33710	Comps	comps	75	33	331	45.068	-0.5958	5
33710	Samonac	samonac	75	33	331	45.0739	-0.5695	5
33710	Teuillac	teuillac	75	33	331	45.0924	-0.5473	5
33710	Saint-Ciers-de-Canesse	saint-ciers-de-canesse	75	33	331	45.0836	-0.609	5
33710	Gauriac	gauriac	75	33	331	45.0656	-0.6137	5
33720	Cérons	cerons	75	33	333	44.6357	-0.3335	5
33720	Guillos	guillos	75	33	333	44.5483	-0.5019	5
33720	Virelade	virelade	75	33	333	44.6659	-0.3801	5
33720	Barsac	barsac	75	33	333	44.6075	-0.3153	5
33720	Saint-Michel-de-Rieufret	saint-michel-de-rieufret	75	33	333	44.6225	-0.4344	5
33720	Landiras	landiras	75	33	333	44.567	-0.4154	5
33720	Podensac	podensac	75	33	333	44.6504	-0.3551	5
33720	Budos	budos	75	33	333	44.5337	-0.3869	5
33720	Illats	illats	75	33	333	44.5971	-0.3724	5
33730	Villandraut	villandraut	75	33	333	44.4573	-0.3713	5
33730	Balizac	balizac	75	33	333	44.4876	-0.444	5
33730	Préchac	prechac	75	33	333	44.3988	-0.3539	5
33730	Uzeste	uzeste	75	33	333	44.4423	-0.3255	5
33730	Pompéjac	pompejac	75	33	333	44.4026	-0.2916	5
33730	Noaillan	noaillan	75	33	333	44.4806	-0.3664	5
33731 CEDEX 9	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33732 CEDEX 9	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33733 CEDEX 9	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33734 CEDEX 9	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33735 CEDEX 9	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33736 CEDEX 9	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33737 CEDEX 9	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33738 CEDEX 9	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33739 CEDEX 9	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33740	Arès	ares	75	33	336	44.7667	-1.1333	5
33741 CEDEX 9	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33747 CEDEX 9	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33750	Nérigean	nerigean	75	33	335	44.8333	-0.2833	5
33750	Cadarsac	cadarsac	75	33	335	44.85	-0.2833	5
33750	Croignon	croignon	75	33	332	44.8174	-0.3436	5
33750	Beychac-et-Caillau	beychac-et-caillau	75	33	332	44.8778	-0.4022	5
33750	Baron	baron	75	33	335	44.8218	-0.3123	5
33750	Camarsac	camarsac	75	33	332	44.8319	-0.3633	5
33750	Saint-Germain-du-Puch	saint-germain-du-puch	75	33	335	44.85	-0.3167	5
33750	Saint-Quentin-de-Baron	saint-quentin-de-baron	75	33	335	44.818	-0.2864	5
33760	Bellefond	bellefond	75	33	333	44.7661	-0.1702	5
33760	Cessac	cessac	75	33	333	44.7429	-0.177	5
33760	Saint-Pierre-de-Bat	saint-pierre-de-bat	75	33	333	44.6732	-0.2301	5
33760	Faleyras	faleyras	75	33	333	44.7713	-0.2261	5
33760	Saint-Genis-du-Bois	saint-genis-du-bois	75	33	333	44.7028	-0.1736	5
33760	Arbis	arbis	75	33	333	44.6787	-0.2455	5
33760	Cantois	cantois	75	33	333	44.6937	-0.2313	5
33760	Montignac	montignac	75	33	333	44.7129	-0.2244	5
33760	Romagne	romagne	75	33	333	44.761	-0.1958	5
33760	Lugasson	lugasson	75	33	333	44.7514	-0.1604	5
33760	Ladaux	ladaux	75	33	333	44.7006	-0.2434	5
33760	Martres	martres	75	33	333	44.7107	-0.1687	5
33760	Baigneaux	baigneaux	75	33	333	44.7228	-0.1962	5
33760	Soulignac	soulignac	75	33	333	44.6984	-0.283	5
33760	Bellebat	bellebat	75	33	333	44.7387	-0.2177	5
33760	Frontenac	frontenac	75	33	333	44.7381	-0.1625	5
33760	Escoussans	escoussans	75	33	333	44.6828	-0.2653	5
33760	Courpiac	courpiac	75	33	333	44.755	-0.1809	5
33760	Targon	targon	75	33	333	44.7349	-0.2635	5
33770	Salles	salles	75	33	336	44.55	-0.8607	5
33780	Soulac-sur-Mer	soulac-sur-mer	75	33	334	45.5107	-1.1252	5
33790	Listrac-de-Durèze	listrac-de-dureze	75	33	333	44.7621	0.0472	5
33790	Cazaugitat	cazaugitat	75	33	333	44.7149	0.0069	5
33790	Landerrouat	landerrouat	75	33	333	44.7423	0.1594	5
33790	Pellegrue	pellegrue	75	33	333	44.7436	0.076	5
33790	Auriolles	auriolles	75	33	333	44.7409	0.0517	5
33790	Saint-Antoine-du-Queyret	saint-antoine-du-queyret	75	33	333	44.7637	0.01	5
33790	Soussac	soussac	75	33	333	44.7293	0.02	5
33790	Massugas	massugas	75	33	333	44.768	0.0868	5
33800	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33801 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33810	Ambès	ambes	75	33	332	45.0113	-0.5322	5
33820	Saint-Caprais-de-Blaye	saint-caprais-de-blaye	75	33	331	45.285	-0.5616	5
33820	Saint-Palais	saint-palais	75	33	331	45.3136	-0.5894	5
33820	Étauliers	etauliers	75	33	331	45.2258	-0.5724	5
33820	Pleine-Selve	pleine-selve	75	33	331	45.3259	-0.5777	5
33820	Saint-Aubin-de-Blaye	saint-aubin-de-blaye	75	33	331	45.2673	-0.56	5
33820	Saint-Ciers-sur-Gironde	saint-ciers-sur-gironde	75	33	331	45.2886	-0.6079	5
33820	Braud-et-Saint-Louis	braud-et-saint-louis	75	33	331	45.247	-0.6244	5
33830	Lugos	lugos	75	33	336	44.4821	-0.8831	5
33830	Belin-Béliet	belin-beliet	75	33	336	44.5	-0.7833	5
33840	Giscos	giscos	75	33	333	44.2719	-0.1715	5
33840	Lartigue	lartigue	75	33	333	44.2516	-0.0957	5
33840	Goualade	goualade	75	33	333	44.3095	-0.1459	5
33840	Captieux	captieux	75	33	333	44.2924	-0.262	5
33840	Lucmau	lucmau	75	33	333	44.3421	-0.307	5
33840	Lerm-et-Musset	lerm-et-musset	75	33	333	44.3275	-0.1565	5
33840	Saint-Michel-de-Castelnau	saint-michel-de-castelnau	75	33	333	44.2821	-0.1103	5
33840	Escaudes	escaudes	75	33	333	44.3107	-0.2023	5
33850	Léognan	leognan	75	33	332	44.7355	-0.5974	5
33860	Donnezac	donnezac	75	33	331	45.2464	-0.4438	5
33860	Reignac	reignac	75	33	331	45.2339	-0.5063	5
33860	Marcillac	marcillac	75	33	331	45.2687	-0.5238	5
33870	Vayres	vayres	75	33	335	44.9	-0.3167	5
33880	Saint-Caprais-de-Bordeaux	saint-caprais-de-bordeaux	75	33	332	44.7479	-0.4319	5
33880	Cambes	cambes	75	33	332	44.7318	-0.4626	5
33880	Baurech	baurech	75	33	332	44.7256	-0.4387	5
33881 CEDEX	Villenave-d’Ornon	villenave-d-ornon	75	33	332	44.7733	-0.5442	5
33882 CEDEX	Villenave-d’Ornon	villenave-d-ornon	75	33	332	44.7733	-0.5442	5
33883 CEDEX	Villenave-d’Ornon	villenave-d-ornon	75	33	332	44.7733	-0.5442	5
33884 CEDEX	Villenave-d’Ornon	villenave-d-ornon	75	33	332	44.7733	-0.5442	5
33885 CEDEX	Villenave-d’Ornon	villenave-d-ornon	75	33	332	44.7733	-0.5442	5
33886 CEDEX	Villenave-d’Ornon	villenave-d-ornon	75	33	332	44.7733	-0.5442	5
33887 CEDEX	Villenave-d’Ornon	villenave-d-ornon	75	33	332	44.7733	-0.5442	5
33890	Gensac	gensac	75	33	335	44.806	0.0729	5
33890	Coubeyrac	coubeyrac	75	33	335	44.7859	0.0596	5
33890	Juillac	juillac	75	33	335	44.8113	0.0405	5
33890	Pessac-sur-Dordogne	pessac-sur-dordogne	75	33	335	44.8186	0.0785	5
33900 CEDEX 9	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33901 CEDEX 9	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33902 CEDEX 9	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33903 CEDEX 9	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33904 CEDEX 9	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33905 CEDEX 9	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33906 CEDEX 9	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33907 CEDEX 9	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33909 CEDEX 9	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33910	Saint-Martin-de-Laye	saint-martin-de-laye	75	33	335	45.0333	-0.2167	5
33910	Savignac-de-l'Isle	savignac-de-l-isle	75	33	335	44.9833	-0.2333	5
33910	Saint-Denis-de-Pile	saint-denis-de-pile	75	33	335	45	-0.2	5
33910	Saint-Ciers-d’Abzac	saint-ciers-d-abzac	75	33	335	45.0333	-0.2667	5
33910	Saint-Martin-du-Bois	saint-martin-du-bois	75	33	335	45.0333	-0.2667	5
33910	Sablons	sablons	75	33	335	45.0333	-0.1833	5
33910	Bonzac	bonzac	75	33	335	45	-0.2167	5
33911 CEDEX 9	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33912 CEDEX 9	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33913 CEDEX 9	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33914 CEDEX 9	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33915 CEDEX 9	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33918 CEDEX 9	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33919 CEDEX 9	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
33920	Saint-Girons-d’Aiguevives	saint-girons-d-aiguevives	75	33	331	45.1394	-0.5424	5
33920	Saint-Christoly-de-Blaye	saint-christoly-de-blaye	75	33	331	45.1318	-0.5076	5
33920	Saint-Yzan-de-Soudiac	saint-yzan-de-soudiac	75	33	331	45.1412	-0.4108	5
33920	Saint-Vivien-de-Blaye	saint-vivien-de-blaye	75	33	331	45.1	-0.5	5
33920	Générac	generac	75	33	331	45.1804	-0.5481	5
33920	Saugon	saugon	75	33	331	45.1781	-0.503	5
33920	Saint-Savin	saint-savin	75	33	331	45.15	-0.45	5
33920	Civrac-de-Blaye	civrac-de-blaye	75	33	331	45.1118	-0.4431	5
33930	Vendays-Montalivet	vendays-montalivet	75	33	334	45.3549	-1.0609	5
33950	Lège-Cap-Ferret	lege-cap-ferret	75	33	336	44.8	-1.15	5
33970	Lège-Cap-Ferret	lege-cap-ferret	75	33	336	44.8	-1.15	5
33980	Audenge	audenge	75	33	336	44.6869	-1.0134	5
33990	Naujac-sur-Mer	naujac-sur-mer	75	33	334	45.2542	-1.0247	5
33990	Hourtin	hourtin	75	33	334	45.1857	-1.0572	5
33998 CEDEX	Bordeaux	bordeaux	75	33	332	44.8404	-0.5805	5
40000	Mont-de-Marsan	mont-de-marsan	75	40	402	43.8902	-0.4971	5
40001 CEDEX	Mont-de-Marsan	mont-de-marsan	75	40	402	43.8902	-0.4971	5
40002 CEDEX	Mont-de-Marsan	mont-de-marsan	75	40	402	43.8902	-0.4971	5
40003 CEDEX	Mont-de-Marsan	mont-de-marsan	75	40	402	43.8902	-0.4971	5
40004 CEDEX	Mont-de-Marsan	mont-de-marsan	75	40	402	43.8902	-0.4971	5
40005 CEDEX	Mont-de-Marsan	mont-de-marsan	75	40	402	43.8902	-0.4971	5
40006 CEDEX	Mont-de-Marsan	mont-de-marsan	75	40	402	43.8902	-0.4971	5
40011 CEDEX	Mont-de-Marsan	mont-de-marsan	75	40	402	43.8902	-0.4971	5
40012 CEDEX	Mont-de-Marsan	mont-de-marsan	75	40	402	43.8902	-0.4971	5
40013 CEDEX	Mont-de-Marsan	mont-de-marsan	75	40	402	43.8902	-0.4971	5
40015 CEDEX	Mont-de-Marsan	mont-de-marsan	75	40	402	43.8902	-0.4971	5
40016 CEDEX	Mont-de-Marsan	mont-de-marsan	75	40	402	43.8902	-0.4971	5
40017 CEDEX	Mont-de-Marsan	mont-de-marsan	75	40	402	43.8902	-0.4971	5
40018 CEDEX	Mont-de-Marsan	mont-de-marsan	75	40	402	43.8902	-0.4971	5
40019 CEDEX	Mont-de-Marsan	mont-de-marsan	75	40	402	43.8902	-0.4971	5
40021 CEDEX	Mont-de-Marsan	mont-de-marsan	75	40	402	43.8902	-0.4971	5
40022 CEDEX	Mont-de-Marsan	mont-de-marsan	75	40	402	43.8902	-0.4971	5
40023 CEDEX	Mont-de-Marsan	mont-de-marsan	75	40	402	43.8902	-0.4971	5
40024 CEDEX	Mont-de-Marsan	mont-de-marsan	75	40	402	43.8902	-0.4971	5
40025 CEDEX	Mont-de-Marsan	mont-de-marsan	75	40	402	43.8902	-0.4971	5
40026 CEDEX	Mont-de-Marsan	mont-de-marsan	75	40	402	43.8902	-0.4971	5
40027 CEDEX	Mont-de-Marsan	mont-de-marsan	75	40	402	43.8902	-0.4971	5
40090	Cère	cere	75	40	402	43.9918	-0.5328	5
40090	Artassenx	artassenx	75	40	402	43.8467	-0.3978	5
40090	Campagne	campagne	75	40	402	43.8648	-0.6391	5
40090	Geloux	geloux	75	40	402	43.981	-0.6391	5
40090	Campet-et-Lamolère	campet-et-lamolere	75	40	402	43.9188	-0.605	5
40090	Saint-Avit	saint-avit	75	40	402	43.9409	-0.447	5
40090	Saint-Martin-d'Oney	saint-martin-d-oney	75	40	402	43.9276	-0.6413	5
40090	Canenx-et-Réaut	canenx-et-reaut	75	40	402	44.006	-0.4431	5
40090	Bostens	bostens	75	40	402	43.9718	-0.3589	5
40090	Mazerolles	mazerolles	75	40	402	43.8751	-0.4376	5
40090	Laglorieuse	laglorieuse	75	40	402	43.8695	-0.4044	5
40090	Gaillères	gailleres	75	40	402	43.9409	-0.3746	5
40090	Lucbardez-et-Bargues	lucbardez-et-bargues	75	40	402	43.9693	-0.402	5
40090	Bougue	bougue	75	40	402	43.8899	-0.3923	5
40090	Saint-Perdon	saint-perdon	75	40	402	43.8656	-0.5907	5
40090	Uchacq-et-Parentis	uchacq-et-parentis	75	40	402	43.9273	-0.56	5
40090	Bascons	bascons	75	40	402	43.8226	-0.4177	5
40100	Dax	dax	75	40	401	43.7103	-1.0537	5
40101 CEDEX	Dax	dax	75	40	401	43.7103	-1.0537	5
40102 CEDEX	Dax	dax	75	40	401	43.7103	-1.0537	5
40103 CEDEX	Dax	dax	75	40	401	43.7103	-1.0537	5
40104 CEDEX	Dax	dax	75	40	401	43.7103	-1.0537	5
40105 CEDEX	Dax	dax	75	40	401	43.7103	-1.0537	5
40106 CEDEX	Dax	dax	75	40	401	43.7103	-1.0537	5
40107 CEDEX	Dax	dax	75	40	401	43.7103	-1.0537	5
40108 CEDEX	Dax	dax	75	40	401	43.7103	-1.0537	5
40110	Arengosse	arengosse	75	40	402	44.0044	-0.7884	5
40110	Ygos-Saint-Saturnin	ygos-saint-saturnin	75	40	402	43.9765	-0.7378	5
40110	Onesse-Laharie	onesse-laharie	75	40	402	44.0615	-1.0698	5
40110	Sindères	sinderes	75	40	402	44.0289	-0.9852	5
40110	Ousse-Suzan	ousse-suzan	75	40	402	43.9567	-0.7627	5
40110	Villenave	villenave	75	40	401	43.969	-0.8087	5
40110	Morcenx	morcenx	75	40	402	44.0354	-0.9137	5
40110	Arjuzanx	arjuzanx	75	40	402	44.0141	-0.8553	5
40110	Garrosse	garrosse	75	40	402	44.0137	-0.9277	5
40115 AIR	Biscarrosse	biscarrosse	75	40	402	44.3945	-1.1672	5
40118 CEDEX	Mont-de-Marsan	mont-de-marsan	75	40	402	43.8902	-0.4971	5
40120	Lencouacq	lencouacq	75	40	402	44.0995	-0.4058	5
40120	Arue	arue	75	40	402	44.0632	-0.3536	5
40120	Cachen	cachen	75	40	402	44.0693	-0.4302	5
40120	Bélis	belis	75	40	402	44.0631	-0.4621	5
40120	Roquefort	roquefort	75	40	402	44.035	-0.3232	5
40120	Retjons	retjons	75	40	402	44.101	-0.2947	5
40120	Lacquy	lacquy	75	40	402	43.9517	-0.2729	5
40120	Maillas	maillas	75	40	402	44.2475	-0.1955	5
40120	Maillères	mailleres	75	40	402	44.0292	-0.4429	5
40120	Bourriot-Bergonce	bourriot-bergonce	75	40	402	44.1274	-0.2508	5
40120	Pouydesseaux	pouydesseaux	75	40	402	43.9691	-0.3243	5
40120	Saint-Gor	saint-gor	75	40	402	44.0552	-0.2403	5
40120	Sarbazan	sarbazan	75	40	402	44.0203	-0.3129	5
40130	Capbreton	capbreton	75	40	401	43.6422	-1.4282	5
40140	Azur	azur	75	40	401	43.8	-1.3	5
40140	Soustons	soustons	75	40	401	43.7533	-1.3278	5
40140	Magescq	magescq	75	40	401	43.782	-1.2165	5
40141 CEDEX	Soustons	soustons	75	40	401	43.7533	-1.3278	5
40150	Angresse	angresse	75	40	401	43.6581	-1.3719	5
40150	Soorts-Hossegor	soorts-hossegor	75	40	401	43.6649	-1.3972	5
40160	Ychoux	ychoux	75	40	402	44.3287	-0.9518	5
40160	Gastes	gastes	75	40	402	44.3265	-1.1469	5
40160	Parentis-en-Born	parentis-en-born	75	40	402	44.3527	-1.071	5
40161 CEDEX	Parentis-en-Born	parentis-en-born	75	40	402	44.3527	-1.071	5
40170	Bias	bias	75	40	402	44.1451	-1.2182	5
40170	Saint-Julien-en-Born	saint-julien-en-born	75	40	401	44.0631	-1.2245	5
40170	Mézos	mezos	75	40	402	44.076	-1.1638	5
40170	Uza	uza	75	40	401	44.0333	-1.2	5
40170	Lévignacq	levignacq	75	40	401	44.0052	-1.1673	5
40170	Lit-et-Mixe	lit-et-mixe	75	40	401	44.0331	-1.2533	5
40180	Heugas	heugas	75	40	401	43.6433	-1.0814	5
40180	Oeyreluy	oeyreluy	75	40	401	43.6688	-1.0828	5
40180	Seyresse	seyresse	75	40	401	43.682	-1.0624	5
40180	Siest	siest	75	40	401	43.6491	-1.128	5
40180	Narrosse	narrosse	75	40	401	43.7038	-1.0074	5
40180	Clermont	clermont	75	40	401	43.6516	-0.9171	5
40180	Garrey	garrey	75	40	401	43.6699	-0.9091	5
40180	Bénesse-lès-Dax	benesse-les-dax	75	40	401	43.65	-1.0333	5
40180	Candresse	candresse	75	40	401	43.7134	-0.978	5
40180	Saugnac-et-Cambran	saugnac-et-cambran	75	40	401	43.671	-0.9949	5
40180	Sort-en-Chalosse	sort-en-chalosse	75	40	401	43.6839	-0.932	5
40180	Tercis-les-Bains	tercis-les-bains	75	40	401	43.6705	-1.1074	5
40180	Yzosse	yzosse	75	40	401	43.711	-1.0131	5
40180	Rivière-Saas-et-Gourby	riviere-saas-et-gourby	75	40	401	43.6799	-1.1499	5
40180	Saubusse	saubusse	75	40	401	43.6589	-1.1855	5
40180	Saint-Pandelon	saint-pandelon	75	40	401	43.6705	-1.0392	5
40180	Hinx	hinx	75	40	401	43.7019	-0.9259	5
40180	Goos	goos	75	40	401	43.7292	-0.8986	5
40190	Sainte-Foy	sainte-foy	75	40	402	43.9365	-0.3323	5
40190	Perquie	perquie	75	40	402	43.8776	-0.2872	5
40190	Pujo-le-Plan	pujo-le-plan	75	40	402	43.8555	-0.3307	5
40190	Saint-Gein	saint-gein	75	40	402	43.836	-0.3006	5
40190	Arthez-d’Armagnac	arthez-d-armagnac	75	40	402	43.8955	-0.2584	5
40190	Le Frêche	le-freche	75	40	402	43.9333	-0.2333	5
40190	Montégut	montegut	75	40	402	43.8759	-0.198	5
40190	Bourdalat	bourdalat	75	40	402	43.8401	-0.2099	5
40190	Saint-Cricq-Villeneuve	saint-cricq-villeneuve	75	40	402	43.8908	-0.3544	5
40190	Villeneuve-de-Marsan	villeneuve-de-marsan	75	40	402	43.8891	-0.3093	5
40190	Hontanx	hontanx	75	40	402	43.8248	-0.2734	5
40200	Sainte-Eulalie-en-Born	sainte-eulalie-en-born	75	40	402	44.2747	-1.183	5
40200	Pontenx-les-Forges	pontenx-les-forges	75	40	402	44.2413	-1.1209	5
40200	Mimizan	mimizan	75	40	402	44.2006	-1.2289	5
40200	Aureilhan	aureilhan	75	40	402	44.2196	-1.2043	5
40200	Saint-Paul-en-Born	saint-paul-en-born	75	40	402	44.2246	-1.1534	5
40201 CEDEX	Mimizan	mimizan	75	40	402	44.2006	-1.2289	5
40202 CEDEX	Mimizan	mimizan	75	40	402	44.2006	-1.2289	5
40210	Commensacq	commensacq	75	40	402	44.2115	-0.825	5
40210	Solférino	solferino	75	40	402	44.1454	-0.9184	5
40210	Labouheyre	labouheyre	75	40	402	44.213	-0.9206	5
40210	Escource	escource	75	40	402	44.1641	-1.0334	5
40210	Lüe	lue	75	40	402	44.2314	-0.9838	5
40210	Lüe	lue	75	40	402	44.2314	-0.9838	5
40220	Tarnos	tarnos	75	40	401	43.5417	-1.4628	5
40230	Saubion	saubion	75	40	401	43.6714	-1.3482	5
40230	Saint-Geours-de-Maremne	saint-geours-de-maremne	75	40	401	43.6894	-1.2294	5
40230	Saubrigues	saubrigues	75	40	401	43.6099	-1.3138	5
40230	Josse	josse	75	40	401	43.6419	-1.2195	5
40230	Orx	orx	75	40	401	43.6029	-1.3708	5
40230	Saint-Jean-de-Marsacq	saint-jean-de-marsacq	75	40	401	43.6256	-1.2569	5
40230	Saint-Vincent-de-Tyrosse	saint-vincent-de-tyrosse	75	40	401	43.6603	-1.308	5
40230	Bénesse-Maremne	benesse-maremne	75	40	401	43.6368	-1.3577	5
40230	Tosse	tosse	75	40	401	43.6892	-1.3326	5
40231 CEDEX	Saint-Vincent-de-Tyrosse	saint-vincent-de-tyrosse	75	40	401	43.6603	-1.308	5
40232 CEDEX	Saint-Vincent-de-Tyrosse	saint-vincent-de-tyrosse	75	40	401	43.6603	-1.308	5
40235 CEDEX	Saint-Vincent-de-Tyrosse	saint-vincent-de-tyrosse	75	40	401	43.6603	-1.308	5
40239 CEDEX	Saint-Vincent-de-Tyrosse	saint-vincent-de-tyrosse	75	40	401	43.6603	-1.308	5
40240	Lubbon	lubbon	75	40	402	44.1046	-0.0285	5
40240	Labastide-d’Armagnac	labastide-d-armagnac	75	40	402	43.9696	-0.1855	5
40240	Mauvezin-d’Armagnac	mauvezin-d-armagnac	75	40	402	43.9534	-0.1201	5
40240	Estigarde	estigarde	75	40	402	44.0284	-0.1142	5
40240	Créon-d’Armagnac	creon-d-armagnac	75	40	402	43.9943	-0.1043	5
40240	Saint-Julien-d’Armagnac	saint-julien-d-armagnac	75	40	402	43.9832	-0.1286	5
40240	Losse	losse	75	40	402	44.1086	-0.1022	5
40240	Betbezer-d'Armagnac	betbezer-d-armagnac	75	40	402	43.9667	-0.1667	5
40240	Lagrange	lagrange	75	40	402	43.9726	-0.1004	5
40240	Vielle-Soubiran	vielle-soubiran	75	40	402	44.0436	-0.1842	5
40240	Saint-Justin	saint-justin	75	40	402	43.9797	-0.232	5
40250	Maylis	maylis	75	40	401	43.6969	-0.6801	5
40250	Hauriet	hauriet	75	40	401	43.7332	-0.6973	5
40250	Caupenne	caupenne	75	40	401	43.684	-0.7457	5
40250	Nerbis	nerbis	75	40	401	43.7549	-0.7362	5
40250	Lourquen	lourquen	75	40	401	43.7308	-0.7841	5
40250	Lamothe	lamothe	75	40	401	43.7917	-0.6551	5
40250	Larbey	larbey	75	40	401	43.705	-0.7215	5
40250	Bergouey	bergouey	75	40	401	43.6688	-0.7207	5
40250	Souprosse	souprosse	75	40	401	43.7887	-0.7104	5
40250	Mugron	mugron	75	40	401	43.7495	-0.7518	5
40250	Toulouzette	toulouzette	75	40	401	43.7561	-0.6854	5
40250	Laurède	laurede	75	40	401	43.7558	-0.7921	5
40250	Saint-Aubin	saint-aubin	75	40	401	43.7117	-0.6966	5
40250	Lahosse	lahosse	75	40	401	43.7064	-0.7904	5
40250	Le Leuy	le-leuy	75	40	401	43.8167	-0.65	5
40260	Linxe	linxe	75	40	401	43.9198	-1.2462	5
40260	Castets	castets	75	40	401	43.8823	-1.1457	5
40260	Lesperon	lesperon	75	40	402	43.97	-1.0929	5
40260	Taller	taller	75	40	401	43.8727	-1.0719	5
40270	Lussagnet	lussagnet	75	40	402	43.7806	-0.2167	5
40270	Bordères-et-Lamensans	borderes-et-lamensans	75	40	402	43.7742	-0.3642	5
40270	Larrivière-Saint-Savin	larriviere-saint-savin	75	40	402	43.7667	-0.4167	5
40270	Le Vignau	le-vignau	75	40	402	43.7716	-0.2905	5
40270	Saint-Maurice-sur-Adour	saint-maurice-sur-adour	75	40	402	43.7852	-0.4671	5
40270	Grenade-sur-l’Adour	grenade-sur-l-adour	75	40	402	43.7775	-0.4296	5
40270	Castandet	castandet	75	40	402	43.8125	-0.3535	5
40270	Maurrin	maurrin	75	40	402	43.8252	-0.3726	5
40270	Renung	renung	75	40	402	43.7469	-0.3549	5
40270	Cazères-sur-l’Adour	cazeres-sur-l-adour	75	40	402	43.7615	-0.3155	5
40280	Haut-Mauco	haut-mauco	75	40	402	43.8271	-0.5556	5
40280	Benquet	benquet	75	40	402	43.8299	-0.501	5
40280	Bretagne-de-Marsan	bretagne-de-marsan	75	40	402	43.8474	-0.465	5
40280	Saint-Pierre-du-Mont	saint-pierre-du-mont	75	40	402	43.8845	-0.5219	5
40281 CEDEX	Saint-Pierre-du-Mont	saint-pierre-du-mont	75	40	402	43.8845	-0.5219	5
40282 CEDEX	Saint-Pierre-du-Mont	saint-pierre-du-mont	75	40	402	43.8845	-0.5219	5
40286 CEDEX	Saint-Pierre-du-Mont	saint-pierre-du-mont	75	40	402	43.8845	-0.5219	5
40290	Estibeaux	estibeaux	75	40	401	43.6004	-0.9076	5
40290	Ossages	ossages	75	40	401	43.556	-0.88	5
40290	Misson	misson	75	40	401	43.5922	-0.9591	5
40290	Mouscardès	mouscardes	75	40	401	43.586	-0.8795	5
40290	Habas	habas	75	40	401	43.5718	-0.9298	5
40300	Orist	orist	75	40	401	43.6412	-1.176	5
40300	Sorde-l’Abbaye	sorde-l-abbaye	75	40	401	43.5295	-1.0552	5
40300	Cagnotte	cagnotte	75	40	401	43.595	-1.0678	5
40300	Bélus	belus	75	40	401	43.5913	-1.1117	5
40300	Orthevielle	orthevielle	75	40	401	43.5524	-1.1483	5
40300	Hastingues	hastingues	75	40	401	43.5333	-1.1495	5
40300	Labatut	labatut	75	40	401	43.55	-0.9833	5
40300	Pey	pey	75	40	401	43.6291	-1.2007	5
40300	Oeyregave	oeyregave	75	40	401	43.5325	-1.0981	5
40300	Saint-Cricq-du-Gave	saint-cricq-du-gave	75	40	401	43.5344	-1.0144	5
40300	Peyrehorade	peyrehorade	75	40	401	43.5489	-1.1157	5
40300	Port-de-Lanne	port-de-lanne	75	40	401	43.5644	-1.1781	5
40300	Saint-Étienne-d’Orthe	saint-etienne-d-orthe	75	40	401	43.5887	-1.1779	5
40300	Saint-Lon-les-Mines	saint-lon-les-mines	75	40	401	43.6127	-1.127	5
40300	Cauneille	cauneille	75	40	401	43.5466	-1.0601	5
40301 CEDEX	Peyrehorade	peyrehorade	75	40	401	43.5489	-1.1157	5
40305 CEDEX	Peyrehorade	peyrehorade	75	40	401	43.5489	-1.1157	5
40309 CEDEX	Peyrehorade	peyrehorade	75	40	401	43.5489	-1.1157	5
40310	Baudignan	baudignan	75	40	402	44.0896	0.0522	5
40310	Escalans	escalans	75	40	402	43.9791	0.0428	5
40310	Arx	arx	75	40	402	44.1072	0.077	5
40310	Herré	herre	75	40	402	44.0063	-0.0246	5
40310	Rimbez-et-Baudiets	rimbez-et-baudiets	75	40	402	44.0515	0.0537	5
40310	Parleboscq	parleboscq	75	40	402	43.9333	0	5
40310	Gabarret	gabarret	75	40	402	43.9878	0.0098	5
40320	Eugénie-les-Bains	eugenie-les-bains	75	40	402	43.6963	-0.3783	5
40320	Classun	classun	75	40	402	43.7108	-0.4123	5
40320	Castelnau-Tursan	castelnau-tursan	75	40	402	43.6579	-0.4079	5
40320	Lauret	lauret	75	40	402	43.5624	-0.3426	5
40320	Pimbo	pimbo	75	40	402	43.5761	-0.3781	5
40320	Philondenx	philondenx	75	40	402	43.563	-0.4451	5
40320	Urgons	urgons	75	40	402	43.6494	-0.4425	5
40320	Geaune	geaune	75	40	402	43.6408	-0.3785	5
40320	Lacajunte	lacajunte	75	40	402	43.5938	-0.4234	5
40320	Mauries	mauries	75	40	402	43.6188	-0.3322	5
40320	Vielle-Tursan	vielle-tursan	75	40	402	43.6757	-0.4494	5
40320	Samadet	samadet	75	40	402	43.6376	-0.4879	5
40320	Puyol-Cazalet	puyol-cazalet	75	40	402	43.606	-0.4073	5
40320	Clèdes	cledes	75	40	402	43.6201	-0.379	5
40320	Bats	bats	75	40	402	43.6586	-0.4595	5
40320	Saint-Loubouer	saint-loubouer	75	40	402	43.6783	-0.4177	5
40320	Bahus-Soubiran	bahus-soubiran	75	40	402	43.6726	-0.3568	5
40320	Pécorade	pecorade	75	40	402	43.6548	-0.3711	5
40320	Buanes	buanes	75	40	402	43.7077	-0.4216	5
40320	Sorbets	sorbets	75	40	402	43.6349	-0.3298	5
40320	Arboucave	arboucave	75	40	402	43.613	-0.4343	5
40320	Miramont-Sensacq	miramont-sensacq	75	40	402	43.5949	-0.3262	5
40320	Payros-Cazautets	payros-cazautets	75	40	402	43.6262	-0.3899	5
40330	Amou	amou	75	40	401	43.5926	-0.7468	5
40330	Arsague	arsague	75	40	401	43.5833	-0.7833	5
40330	Castel-Sarrazin	castel-sarrazin	75	40	401	43.6159	-0.777	5
40330	Bonnegarde	bonnegarde	75	40	401	43.5677	-0.7048	5
40330	Brassempouy	brassempouy	75	40	401	43.633	-0.6945	5
40330	Marpaps	marpaps	75	40	401	43.5712	-0.6846	5
40330	Nassiet	nassiet	75	40	401	43.6001	-0.6776	5
40330	Gaujacq	gaujacq	75	40	401	43.641	-0.74	5
40350	Pouillon	pouillon	75	40	401	43.6048	-0.9995	5
40350	Mimbaste	mimbaste	75	40	401	43.6489	-0.9738	5
40350	Gaas	gaas	75	40	401	43.6132	-1.0358	5
40360	Tilh	tilh	75	40	401	43.5757	-0.8366	5
40360	Bastennes	bastennes	75	40	401	43.65	-0.7833	5
40360	Donzacq	donzacq	75	40	401	43.6564	-0.8058	5
40360	Pomarez	pomarez	75	40	401	43.6297	-0.8293	5
40360	Castelnau-Chalosse	castelnau-chalosse	75	40	401	43.6639	-0.8431	5
40370	Boos	boos	75	40	401	43.8916	-0.9933	5
40370	Beylongue	beylongue	75	40	401	43.9243	-0.8299	5
40370	Rion-des-Landes	rion-des-landes	75	40	401	43.9345	-0.9239	5
40380	Ozourt	ozourt	75	40	401	43.6633	-0.876	5
40380	Onard	onard	75	40	401	43.7795	-0.8375	5
40380	Poyanne	poyanne	75	40	401	43.7564	-0.8165	5
40380	Saint-Geours-d’Auribat	saint-geours-d-auribat	75	40	401	43.7571	-0.8373	5
40380	Louer	louer	75	40	401	43.7555	-0.8919	5
40380	Gibret	gibret	75	40	401	43.6869	-0.8215	5
40380	Saint-Jean-de-Lier	saint-jean-de-lier	75	40	401	43.7897	-0.8782	5
40380	Poyartin	poyartin	75	40	401	43.6859	-0.8672	5
40380	Cassen	cassen	75	40	401	43.762	-0.8604	5
40380	Nousse	nousse	75	40	401	43.7155	-0.8247	5
40380	Baigts	baigts	75	40	401	43.6866	-0.7895	5
40380	Vicq-d’Auribat	vicq-d-auribat	75	40	401	43.7851	-0.8587	5
40380	Montfort-en-Chalosse	montfort-en-chalosse	75	40	401	43.7112	-0.8395	5
40380	Gamarde-les-Bains	gamarde-les-bains	75	40	401	43.7329	-0.8725	5
40390	Saint-Martin-de-Hinx	saint-martin-de-hinx	75	40	401	43.5824	-1.2681	5
40390	Biaudos	biaudos	75	40	401	43.5511	-1.3069	5
40390	Saint-Laurent-de-Gosse	saint-laurent-de-gosse	75	40	401	43.5318	-1.2705	5
40390	Saint-André-de-Seignanx	saint-andre-de-seignanx	75	40	401	43.558	-1.3518	5
40390	Saint-Barthélemy	saint-barthelemy	75	40	401	43.5154	-1.3354	5
40390	Biarrotte	biarrotte	75	40	401	43.5577	-1.2755	5
40390	Saint-Martin-de-Seignanx	saint-martin-de-seignanx	75	40	401	43.5428	-1.3895	5
40390	Sainte-Marie-de-Gosse	sainte-marie-de-gosse	75	40	401	43.55	-0.2333	5
40400	Carcen-Ponson	carcen-ponson	75	40	401	43.8823	-0.8071	5
40400	Bégaar	begaar	75	40	401	43.8236	-0.849	5
40400	Saint-Yaguen	saint-yaguen	75	40	401	43.889	-0.7428	5
40400	Carcarès-Sainte-Croix	carcares-sainte-croix	75	40	401	43.8413	-0.7898	5
40400	Gouts	gouts	75	40	401	43.7892	-0.8006	5
40400	Tartas	tartas	75	40	401	43.8325	-0.809	5
40400	Audon	audon	75	40	401	43.8001	-0.8219	5
40400	Meilhan	meilhan	75	40	401	43.8644	-0.7059	5
40400	Lesgor	lesgor	75	40	401	43.853	-0.9006	5
40410	Moustey	moustey	75	40	402	44.3591	-0.7608	5
40410	Belhade	belhade	75	40	402	44.3785	-0.6832	5
40410	Mano	mano	75	40	402	44.4167	-0.6667	5
40410	Liposthey	liposthey	75	40	402	44.3172	-0.8782	5
40410	Saugnacq-et-Muret	saugnacq-et-muret	75	40	402	44.4021	-0.7831	5
40410	Pissos	pissos	75	40	402	44.3083	-0.7796	5
40420	Vert	vert	75	40	402	44.0906	-0.579	5
40420	Garein	garein	75	40	402	44.0466	-0.6511	5
40420	Labrit	labrit	75	40	402	44.1052	-0.5452	5
40420	Le Sen	le-sen	75	40	402	44.1253	-0.5013	5
40420	Brocas	brocas	75	40	402	44.0443	-0.5323	5
40430	Sore	sore	75	40	402	44.3239	-0.5806	5
40430	Luxey	luxey	75	40	402	44.2632	-0.5212	5
40430	Argelouse	argelouse	75	40	402	44.3665	-0.6465	5
40430	Callen	callen	75	40	402	44.299	-0.4779	5
40440	Ondres	ondres	75	40	401	43.5646	-1.4445	5
40460	Sanguinet	sanguinet	75	40	402	44.4832	-1.0746	5
40465	Gousse	gousse	75	40	401	43.7732	-0.8969	5
40465	Préchacq-les-Bains	prechacq-les-bains	75	40	401	43.75	-0.9167	5
40465	Pontonx-sur-l'Adour	pontonx-sur-l-adour	75	40	401	43.7878	-0.9251	5
40465	Laluque	laluque	75	40	401	43.8538	-0.9943	5
40480	Vieux-Boucau-les-Bains	vieux-boucau-les-bains	75	40	401	43.7895	-1.3996	5
40500	Montsoué	montsoue	75	40	402	43.7328	-0.5078	5
40500	Audignon	audignon	75	40	402	43.7222	-0.6046	5
40500	Fargues	fargues	75	40	402	43.7298	-0.4507	5
40500	Montaut	montaut	75	40	402	43.7402	-0.6554	5
40500	Saint-Sever	saint-sever	75	40	402	43.7573	-0.5736	5
40500	Cauna	cauna	75	40	402	43.7821	-0.6391	5
40500	Montgaillard	montgaillard	75	40	402	43.7424	-0.4836	5
40500	Banos	banos	75	40	402	43.737	-0.6255	5
40500	Dumes	dumes	75	40	402	43.7056	-0.584	5
40500	Eyres-Moncube	eyres-moncube	75	40	402	43.7167	-0.55	5
40500	Bas-Mauco	bas-mauco	75	40	402	43.7967	-0.5545	5
40500	Aurice	aurice	75	40	402	43.8144	-0.6044	5
40500	Coudures	coudures	75	40	402	43.6911	-0.5189	5
40500	Sarraziet	sarraziet	75	40	402	43.703	-0.4877	5
40501 CEDEX	Saint-Sever	saint-sever	75	40	402	43.7573	-0.5736	5
40502 CEDEX	Saint-Sever	saint-sever	75	40	402	43.7573	-0.5736	5
40510	Seignosse	seignosse	75	40	401	43.6877	-1.37	5
40530	Labenne	labenne	75	40	401	43.5946	-1.4256	5
40550	Léon	leon	75	40	401	43.8768	-1.3006	5
40550	Saint-Michel-Escalus	saint-michel-escalus	75	40	401	43.8923	-1.2631	5
40560	Vielle-Saint-Girons	vielle-saint-girons	75	40	401	43.95	-1.3	5
40600	Biscarrosse	biscarrosse	75	40	402	44.3945	-1.1672	5
40601 CEDEX	Biscarrosse	biscarrosse	75	40	402	44.3945	-1.1672	5
40602 CEDEX	Biscarrosse	biscarrosse	75	40	402	44.3945	-1.1672	5
40630	Luglon	luglon	75	40	402	44.0827	-0.718	5
40630	Trensacq	trensacq	75	40	402	44.2138	-0.7522	5
40630	Sabres	sabres	75	40	402	44.149	-0.7412	5
40660	Messanges	messanges	75	40	401	43.8147	-1.3778	5
40660	Moliets-et-Maa	moliets-et-maa	75	40	401	43.8487	-1.3588	5
40700	Sainte-Colombe	sainte-colombe	75	40	402	43.6823	-0.5562	5
40700	Horsarrieu	horsarrieu	75	40	402	43.6831	-0.5975	5
40700	Castelner	castelner	75	40	402	43.55	-0.5833	5
40700	Beyries	beyries	75	40	401	43.5718	-0.6369	5
40700	Morganx	morganx	75	40	402	43.6056	-0.5695	5
40700	Lacrabe	lacrabe	75	40	402	43.6151	-0.5915	5
40700	Serres-Gaston	serres-gaston	75	40	402	43.6569	-0.5146	5
40700	Mant	mant	75	40	402	43.5858	-0.5089	5
40700	Cazalis	cazalis	75	40	402	43.6255	-0.6607	5
40700	Aubagnan	aubagnan	75	40	402	43.6679	-0.4896	5
40700	Bassercles	bassercles	75	40	401	43.55	-0.6167	5
40700	Poudenx	poudenx	75	40	402	43.5793	-0.5825	5
40700	Serreslous-et-Arribans	serreslous-et-arribans	75	40	402	43.6642	-0.6455	5
40700	Monget	monget	75	40	402	43.567	-0.521	5
40700	Peyre	peyre	75	40	402	43.5664	-0.5467	5
40700	Argelos	argelos	75	40	401	43.5833	-0.6289	5
40700	Momuy	momuy	75	40	402	43.6154	-0.6344	5
40700	Doazit	doazit	75	40	401	43.6911	-0.6461	5
40700	Saint-Cricq-Chalosse	saint-cricq-chalosse	75	40	402	43.6543	-0.6848	5
40700	Monségur	monsegur	75	40	402	43.6054	-0.5412	5
40700	Hagetmau	hagetmau	75	40	402	43.6589	-0.5917	5
40700	Castaignos-Souslens	castaignos-souslens	75	40	401	43.5863	-0.6508	5
40700	Labastide-Chalosse	labastide-chalosse	75	40	402	43.6132	-0.6107	5
40701 CEDEX	Hagetmau	hagetmau	75	40	402	43.6589	-0.5917	5
40705 CEDEX	Hagetmau	hagetmau	75	40	402	43.6589	-0.5917	5
40800	Saint-Agnet	saint-agnet	75	40	402	43.6138	-0.2713	5
40800	Duhort-Bachen	duhort-bachen	75	40	402	43.724	-0.3226	5
40800	Sarron	sarron	75	40	402	43.5917	-0.2717	5
40800	Aire-sur-l’Adour	aire-sur-l-adour	75	40	402	43.7018	-0.2645	5
40800	Latrille	latrille	75	40	402	43.6262	-0.2876	5
40801 CEDEX	Aire-sur-l’Adour	aire-sur-l-adour	75	40	402	43.7018	-0.2645	5
40805 CEDEX	Aire-sur-l’Adour	aire-sur-l-adour	75	40	402	43.7018	-0.2645	5
40990	Herm	herm	75	40	401	43.8058	-1.1439	5
40990	Saint-Vincent-de-Paul	saint-vincent-de-paul	75	40	401	43.7443	-1.0066	5
40990	Mées	mees	75	40	401	43.7045	-1.1095	5
40990	Gourbera	gourbera	75	40	401	43.8057	-1.0482	5
40990	Angoumé	angoume	75	40	401	43.6875	-1.1376	5
40990	Saint-Paul-lès-Dax	saint-paul-les-dax	75	40	401	43.7271	-1.0516	5
40990	Téthieu	tethieu	75	40	401	43.75	-0.9833	5
40991 CEDEX	Saint-Paul-lès-Dax	saint-paul-les-dax	75	40	401	43.7271	-1.0516	5
40992 CEDEX	Saint-Paul-lès-Dax	saint-paul-les-dax	75	40	401	43.7271	-1.0516	5
40993 CEDEX	Saint-Paul-lès-Dax	saint-paul-les-dax	75	40	401	43.7271	-1.0516	5
40994 CEDEX	Saint-Paul-lès-Dax	saint-paul-les-dax	75	40	401	43.7271	-1.0516	5
47000	Agen	agen	75	47	471	44.1999	0.6266	5
47002 CEDEX	Agen	agen	75	47	471	44.1999	0.6266	5
47003 CEDEX	Agen	agen	75	47	471	44.1999	0.6266	5
47004 CEDEX	Agen	agen	75	47	471	44.1999	0.6266	5
47005 CEDEX	Agen	agen	75	47	471	44.1999	0.6266	5
47006 CEDEX	Agen	agen	75	47	471	44.1999	0.6266	5
47007 CEDEX	Agen	agen	75	47	471	44.1999	0.6266	5
47008 CEDEX	Agen	agen	75	47	471	44.1999	0.6266	5
47013 CEDEX 9	Agen	agen	75	47	471	44.1999	0.6266	5
47020 CEDEX 9	Agen	agen	75	47	471	44.1999	0.6266	5
47023 CEDEX 9	Agen	agen	75	47	471	44.1999	0.6266	5
47030 CEDEX	Agen	agen	75	47	471	44.1999	0.6266	5
47031 CEDEX	Agen	agen	75	47	471	44.1999	0.6266	5
47032 CEDEX	Agen	agen	75	47	471	44.1999	0.6266	5
47039 CEDEX	Agen	agen	75	47	471	44.1999	0.6266	5
47110	Allez-et-Cazeneuve	allez-et-cazeneuve	75	47	473	44.4	0.6167	5
47110	Dolmayrac	dolmayrac	75	47	473	44.3622	0.5883	5
47110	Le Temple-sur-Lot	le-temple-sur-lot	75	47	473	44.3793	0.5247	5
47110	Sainte-Livrade-sur-Lot	sainte-livrade-sur-lot	75	47	473	44.3993	0.5912	5
47120	Lévignac-de-Guyenne	levignac-de-guyenne	75	47	472	44.6285	0.1999	5
47120	Monteton	monteton	75	47	472	44.6224	0.2587	5
47120	Savignac-de-Duras	savignac-de-duras	75	47	472	44.7013	0.1866	5
47120	Saint-Sernin	saint-sernin	75	47	472	44.7099	0.2381	5
47120	Loubès-Bernac	loubes-bernac	75	47	472	44.7303	0.2956	5
47120	Saint-Astier	saint-astier	75	47	472	44.7293	0.254	5
47120	Pardaillan	pardaillan	75	47	472	44.6635	0.2805	5
47120	Saint-Pierre-sur-Dropt	saint-pierre-sur-dropt	75	47	472	44.6433	0.2035	5
47120	Soumensac	soumensac	75	47	472	44.69	0.3273	5
47120	Esclottes	esclottes	75	47	472	44.7087	0.1452	5
47120	Duras	duras	75	47	472	44.6762	0.1825	5
47120	Saint-Géraud	saint-geraud	75	47	472	44.6212	0.1518	5
47120	Villeneuve-de-Duras	villeneuve-de-duras	75	47	472	44.7406	0.2374	5
47120	Baleyssagues	baleyssagues	75	47	472	44.685	0.1554	5
47120	Sainte-Colombe-de-Duras	sainte-colombe-de-duras	75	47	472	44.6899	0.1252	5
47120	Saint-Jean-de-Duras	saint-jean-de-duras	75	47	472	44.6833	0.3	5
47120	Auriac-sur-Dropt	auriac-sur-dropt	75	47	472	44.6481	0.2469	5
47120	Caubon-Saint-Sauveur	caubon-saint-sauveur	75	47	472	44.5931	0.1764	5
47130	Clermont-Dessous	clermont-dessous	75	47	471	44.2489	0.4142	5
47130	Bruch	bruch	75	47	474	44.2051	0.412	5
47130	Bazens	bazens	75	47	471	44.2629	0.4226	5
47130	Port-Sainte-Marie	port-sainte-marie	75	47	471	44.2516	0.3913	5
47130	Montesquieu	montesquieu	75	47	474	44.2014	0.4389	5
47130	Saint-Laurent	saint-laurent	75	47	474	44.2465	0.3973	5
47140	Saint-Sylvestre-sur-Lot	saint-sylvestre-sur-lot	75	47	473	44.3967	0.8044	5
47140	Auradou	auradou	75	47	473	44.3342	0.8136	5
47140	Penne-d’Agenais	penne-d-agenais	75	47	473	44.3877	0.8209	5
47140	Dausse	dausse	75	47	473	44.3837	0.8919	5
47140	Massoulès	massoules	75	47	473	44.3384	0.8655	5
47140	Trentels	trentels	75	47	473	44.4345	0.8625	5
47140	Trémons	tremons	75	47	473	44.4089	0.8995	5
47140	Massels	massels	75	47	473	44.3163	0.8514	5
47140	Frespech	frespech	75	47	473	44.3095	0.8256	5
47150	Saint-Aubin	saint-aubin	75	47	473	44.4765	0.8529	5
47150	Laussou	laussou	75	47	473	44.5828	0.8063	5
47150	La Sauvetat-sur-Lède	la-sauvetat-sur-lede	75	47	473	44.4686	0.7298	5
47150	Gavaudun	gavaudun	75	47	473	44.5574	0.8844	5
47150	Montagnac-sur-Lède	montagnac-sur-lede	75	47	473	44.5404	0.843	5
47150	Lacaussade	lacaussade	75	47	473	44.5062	0.8252	5
47150	Paulhiac	paulhiac	75	47	473	44.5606	0.8187	5
47150	Lacapelle-Biron	lacapelle-biron	75	47	473	44.5986	0.8943	5
47150	Monflanquin	monflanquin	75	47	473	44.5297	0.7677	5
47150	Monségur	monsegur	75	47	473	44.4829	0.8808	5
47150	Savignac-sur-Leyze	savignac-sur-leyze	75	47	473	44.4799	0.7896	5
47150	Salles	salles	75	47	473	44.5487	0.8718	5
47160	Saint-Pierre-de-Buzet	saint-pierre-de-buzet	75	47	474	44.2537	0.2745	5
47160	Saint-Léger	saint-leger	75	47	474	44.2868	0.3199	5
47160	Damazan	damazan	75	47	474	44.2907	0.2769	5
47160	Saint-Léon	saint-leon	75	47	474	44.2953	0.2428	5
47160	Razimet	razimet	75	47	474	44.352	0.2365	5
47160	Puch-d’Agenais	puch-d-agenais	75	47	474	44.3287	0.2442	5
47160	Buzet-sur-Baïse	buzet-sur-baise	75	47	474	44.2581	0.2981	5
47160	Monheurt	monheurt	75	47	474	44.34	0.3083	5
47160	Caubeyres	caubeyres	75	47	474	44.2571	0.2025	5
47160	Ambrus	ambrus	75	47	474	44.2285	0.2463	5
47160	Villefranche-du-Queyran	villefranche-du-queyran	75	47	474	44.3076	0.1971	5
47170	Andiran	andiran	75	47	474	44.0974	0.2773	5
47170	Sos	sos	75	47	474	44.0421	0.1419	5
47170	Réaup-Lisse	reaup-lisse	75	47	474	44.0833	0.2	5
47170	Lannes	lannes	75	47	474	44.0356	0.2944	5
47170	Sainte-Maure-de-Peyriac	sainte-maure-de-peyriac	75	47	474	44.0131	0.1535	5
47170	Mézin	mezin	75	47	474	44.0567	0.2587	5
47170	Saint-Pé-Saint-Simon	saint-pe-saint-simon	75	47	474	44	0.1	5
47170	Poudenas	poudenas	75	47	474	44.0465	0.2104	5
47180	Jusix	jusix	75	47	472	44.5414	0.0497	5
47180	Saint-Martin-Petit	saint-martin-petit	75	47	472	44.5629	0.0835	5
47180	Lagupie	lagupie	75	47	472	44.5551	0.1137	5
47180	Couthures-sur-Garonne	couthures-sur-garonne	75	47	472	44.5136	0.0781	5
47180	Sainte-Bazeille	sainte-bazeille	75	47	472	44.5307	0.0974	5
47180	Meilhan-sur-Garonne	meilhan-sur-garonne	75	47	472	44.5213	0.0347	5
47180	Castelnau-sur-Gupie	castelnau-sur-gupie	75	47	472	44.5589	0.1336	5
47180	Saint-Sauveur-de-Meilhan	saint-sauveur-de-meilhan	75	47	472	44.4816	-0.001	5
47190	Aiguillon	aiguillon	75	47	471	44.2989	0.3402	5
47190	Galapian	galapian	75	47	471	44.2988	0.4137	5
47190	Lagarrigue	lagarrigue	75	47	471	44.2954	0.3804	5
47190	Nicole	nicole	75	47	471	44.3235	0.3394	5
47200	Virazeil	virazeil	75	47	472	44.5071	0.2218	5
47200	Marcellus	marcellus	75	47	472	44.4804	0.0783	5
47200	Gaujac	gaujac	75	47	472	44.4896	0.1114	5
47200	Longueville	longueville	75	47	472	44.4611	0.2169	5
47200	Birac-sur-Trec	birac-sur-trec	75	47	472	44.4855	0.2669	5
47200	Montpouillan	montpouillan	75	47	472	44.4679	0.1057	5
47200	Mauvezin-sur-Gupie	mauvezin-sur-gupie	75	47	472	44.5549	0.1684	5
47200	Beaupuy	beaupuy	75	47	472	44.5355	0.149	5
47200	Taillebourg	taillebourg	75	47	472	44.4474	0.2241	5
47200	Fourques-sur-Garonne	fourques-sur-garonne	75	47	472	44.448	0.157	5
47200	Marmande	marmande	75	47	472	44.5	0.1667	5
47200	Saint-Pardoux-du-Breuil	saint-pardoux-du-breuil	75	47	472	44.4758	0.1941	5
47201 CEDEX	Marmande	marmande	75	47	472	44.5	0.1667	5
47202 CEDEX	Marmande	marmande	75	47	472	44.5	0.1667	5
47203 CEDEX	Marmande	marmande	75	47	472	44.5	0.1667	5
47204 CEDEX	Marmande	marmande	75	47	472	44.5	0.1667	5
47205 CEDEX	Marmande	marmande	75	47	472	44.5	0.1667	5
47207 CEDEX	Marmande	marmande	75	47	472	44.5	0.1667	5
47208 CEDEX	Marmande	marmande	75	47	472	44.5	0.1667	5
47209 CEDEX	Marmande	marmande	75	47	472	44.5	0.1667	5
47210	Rives	rives	75	47	473	44.644	0.7397	5
47210	Villeréal	villereal	75	47	473	44.6363	0.7433	5
47210	Saint-Martin-de-Villeréal	saint-martin-de-villereal	75	47	473	44.6437	0.8202	5
47210	Saint-Eutrope-de-Born	saint-eutrope-de-born	75	47	473	44.5787	0.6908	5
47210	Tourliac	tourliac	75	47	473	44.686	0.8087	5
47210	Doudrac	doudrac	75	47	473	44.6585	0.6816	5
47210	Saint-Étienne-de-Villeréal	saint-etienne-de-villereal	75	47	473	44.615	0.7631	5
47210	Bournel	bournel	75	47	473	44.6189	0.6716	5
47210	Rayet	rayet	75	47	473	44.6532	0.7818	5
47210	Parranquet	parranquet	75	47	473	44.6579	0.8128	5
47210	Mazières-Naresse	mazieres-naresse	75	47	473	44.653	0.7042	5
47210	Montaut	montaut	75	47	473	44.6029	0.6713	5
47210	Dévillac	devillac	75	47	473	44.6058	0.7985	5
47211 CEDEX	Marmande	marmande	75	47	472	44.5	0.1667	5
47213 CEDEX	Marmande	marmande	75	47	472	44.5	0.1667	5
47220	Marmont-Pachas	marmont-pachas	75	47	471	44.1	0.5833	5
47220	Saint-Sixte	saint-sixte	75	47	471	44.1333	0.7833	5
47220	Saint-Nicolas-de-la-Balerme	saint-nicolas-de-la-balerme	75	47	471	44.1371	0.7631	5
47220	Fals	fals	75	47	471	44.0933	0.6744	5
47220	Caudecoste	caudecoste	75	47	471	44.1164	0.7374	5
47220	Cuq	cuq	75	47	471	44.0829	0.6979	5
47220	Sauveterre-Saint-Denis	sauveterre-saint-denis	75	47	471	44.1549	0.7062	5
47220	Astaffort	astaffort	75	47	471	44.0643	0.6514	5
47230	Barbaste	barbaste	75	47	474	44.1691	0.2866	5
47230	Feugarolles	feugarolles	75	47	474	44.2218	0.3471	5
47230	Vianne	vianne	75	47	474	44.1966	0.321	5
47230	Lavardac	lavardac	75	47	474	44.1778	0.2983	5
47230	Xaintrailles	xaintrailles	75	47	474	44.206	0.2585	5
47230	Thouars-sur-Garonne	thouars-sur-garonne	75	47	474	44.2527	0.3366	5
47230	Mongaillard	mongaillard	75	47	474	44.2084	0.2949	5
47230	Pompiey	pompiey	75	47	474	44.1925	0.2288	5
47240	Lafox	lafox	75	47	471	44.1652	0.706	5
47240	Bon-Encontre	bon-encontre	75	47	471	44.1852	0.6676	5
47240	Castelculier	castelculier	75	47	471	44.1749	0.6914	5
47250	Samazan	samazan	75	47	472	44.4337	0.1129	5
47250	Romestaing	romestaing	75	47	472	44.4166	0.0032	5
47250	Guérin	guerin	75	47	472	44.4111	0.0685	5
47250	Cocumont	cocumont	75	47	472	44.448	0.0264	5
47250	Grézet-Cavagnan	grezet-cavagnan	75	47	472	44.3801	0.1175	5
47250	Bouglon	bouglon	75	47	472	44.3936	0.0976	5
47250	Sainte-Gemme-Martaillac	sainte-gemme-martaillac	75	47	472	44.3601	0.1591	5
47250	Argenton	argenton	75	47	472	44.3851	0.0952	5
47250	Labastide-Castel-Amouroux	labastide-castel-amouroux	75	47	472	44.35	0.1167	5
47260	Brugnac	brugnac	75	47	472	44.4489	0.4375	5
47260	Coulx	coulx	75	47	472	44.4671	0.4733	5
47260	Granges-sur-Lot	granges-sur-lot	75	47	471	44.3764	0.4651	5
47260	Laparade	laparade	75	47	472	44.3884	0.4486	5
47260	Verteuil-d’Agenais	verteuil-d-agenais	75	47	472	44.4653	0.4156	5
47260	Fongrave	fongrave	75	47	473	44.5333	0.4	5
47260	Castelmoron-sur-Lot	castelmoron-sur-lot	75	47	472	44.3981	0.4957	5
47270	Tayrac	tayrac	75	47	471	44.1971	0.8432	5
47270	Saint-Martin-de-Beauville	saint-martin-de-beauville	75	47	471	44.2333	0.8333	5
47270	Saint-Romain-le-Noble	saint-romain-le-noble	75	47	471	44.1623	0.7852	5
47270	La Sauvetat-de-Savères	la-sauvetat-de-saveres	75	47	471	44.2265	0.7987	5
47270	Saint-Urcisse	saint-urcisse	75	47	471	44.161	0.8189	5
47270	Grayssas	grayssas	75	47	471	44.1651	0.8743	5
47270	Puymirol	puymirol	75	47	471	44.1871	0.7964	5
47270	Saint-Maurin	saint-maurin	75	47	471	44.2068	0.8922	5
47270	Saint-Caprais-de-Lerm	saint-caprais-de-lerm	75	47	471	44.2135	0.7451	5
47270	Clermont-Soubiran	clermont-soubiran	75	47	471	44.15	0.85	5
47270	Saint-Pierre-de-Clairac	saint-pierre-de-clairac	75	47	471	44.1796	0.761	5
47270	Saint-Jean-de-Thurac	saint-jean-de-thurac	75	47	471	44.1542	0.7416	5
47290	Cancon	cancon	75	47	473	44.5354	0.6252	5
47290	Monviel	monviel	75	47	473	44.5667	0.5461	5
47290	Castelnaud-de-Gratecambe	castelnaud-de-gratecambe	75	47	473	44.4963	0.6679	5
47290	Saint-Maurice-de-Lestapel	saint-maurice-de-lestapel	75	47	473	44.5737	0.5689	5
47290	Moulinet	moulinet	75	47	473	44.5407	0.5837	5
47290	Boudy-de-Beauregard	boudy-de-beauregard	75	47	473	44.5333	0.6667	5
47290	Monbahus	monbahus	75	47	473	44.5484	0.5352	5
47290	Saint-Pastour	saint-pastour	75	47	473	44.4879	0.6005	5
47290	Lougratte	lougratte	75	47	473	44.5833	0.6234	5
47290	Beaugas	beaugas	75	47	473	44.5059	0.5969	5
47300	Bias	bias	75	47	473	44.4165	0.6698	5
47300	Sainte-Colombe-de-Villeneuve	sainte-colombe-de-villeneuve	75	47	473	44.3597	0.6584	5
47300	Villeneuve-sur-Lot	villeneuve-sur-lot	75	47	473	44.4085	0.7042	5
47300	Lédat	ledat	75	47	473	44.4528	0.6699	5
47300	Pujols	pujols	75	47	473	44.3942	0.6881	5
47301 CEDEX	Villeneuve-sur-Lot	villeneuve-sur-lot	75	47	473	44.4085	0.7042	5
47302 CEDEX	Villeneuve-sur-Lot	villeneuve-sur-lot	75	47	473	44.4085	0.7042	5
47303 CEDEX	Villeneuve-sur-Lot	villeneuve-sur-lot	75	47	473	44.4085	0.7042	5
47304 CEDEX	Villeneuve-sur-Lot	villeneuve-sur-lot	75	47	473	44.4085	0.7042	5
47305 CEDEX	Villeneuve-sur-Lot	villeneuve-sur-lot	75	47	473	44.4085	0.7042	5
47307 CEDEX	Villeneuve-sur-Lot	villeneuve-sur-lot	75	47	473	44.4085	0.7042	5
47308 CEDEX	Villeneuve-sur-Lot	villeneuve-sur-lot	75	47	473	44.4085	0.7042	5
47309 CEDEX	Villeneuve-sur-Lot	villeneuve-sur-lot	75	47	473	44.4085	0.7042	5
47310	Estillac	estillac	75	47	471	44.1577	0.5638	5
47310	Sérignac-sur-Garonne	serignac-sur-garonne	75	47	471	44.2139	0.484	5
47310	Saint-Vincent-de-Lamontjoie	saint-vincent-de-lamontjoie	75	47	474	44.085	0.5119	5
47310	Aubiac	aubiac	75	47	471	44.1412	0.5608	5
47310	Sainte-Colombe-en-Bruilhois	sainte-colombe-en-bruilhois	75	47	471	44.1782	0.5157	5
47310	Roquefort	roquefort	75	47	471	44.1753	0.5611	5
47310	Laplume	laplume	75	47	471	44.1129	0.5297	5
47310	Moirax	moirax	75	47	471	44.1405	0.6088	5
47310	Moncaut	moncaut	75	47	474	44.1422	0.5	5
47310	Lamontjoie	lamontjoie	75	47	474	44.0757	0.5206	5
47310	Brax	brax	75	47	471	44.2028	0.5516	5
47320	Lafitte-sur-Lot	lafitte-sur-lot	75	47	472	44.3518	0.4312	5
47320	Bourran	bourran	75	47	471	44.3428	0.3937	5
47320	Clairac	clairac	75	47	472	44.3601	0.3789	5
47330	Ferrensac	ferrensac	75	47	473	44.641	0.6316	5
47330	Lalandusse	lalandusse	75	47	473	44.6568	0.5306	5
47330	Douzains	douzains	75	47	473	44.6331	0.5401	5
47330	Cavarc	cavarc	75	47	473	44.6894	0.6416	5
47330	Cahuzac	cahuzac	75	47	473	44.6576	0.5597	5
47330	Saint-Quentin-du-Dropt	saint-quentin-du-dropt	75	47	473	44.6841	0.6	5
47330	Castillonnès	castillonnes	75	47	473	44.6522	0.5922	5
47330	Montauriol	montauriol	75	47	473	44.6159	0.5835	5
47340	Cassignas	cassignas	75	47	471	44.3	0.8	5
47340	Sauvagnas	sauvagnas	75	47	471	44.2496	0.7392	5
47340	Hautefage-la-Tour	hautefage-la-tour	75	47	473	44.3232	0.7843	5
47340	Laroque-Timbaut	laroque-timbaut	75	47	471	44.2824	0.7627	5
47340	Castella	castella	75	47	471	44.3127	0.6831	5
47340	La Croix-Blanche	la-croix-blanche	75	47	471	44.2944	0.6936	5
47340	Saint-Robert	saint-robert	75	47	471	44.2466	0.7947	5
47340	Monbalen	monbalen	75	47	471	44.3051	0.7275	5
47340	Saint-Antoine-de-Ficalba	saint-antoine-de-ficalba	75	47	473	44.3321	0.7182	5
47350	Seyches	seyches	75	47	472	44.5511	0.3069	5
47350	Montignac-Toupinerie	montignac-toupinerie	75	47	472	44.546	0.3485	5
47350	Peyrière	peyriere	75	47	472	44.575	0.3169	5
47350	Lachapelle	lachapelle	75	47	472	44.5759	0.2646	5
47350	Escassefort	escassefort	75	47	472	44.5481	0.2387	5
47350	Cambes	cambes	75	47	472	44.5943	0.2875	5
47350	Puymiclan	puymiclan	75	47	472	44.5123	0.316	5
47350	Labretonie	labretonie	75	47	472	44.4894	0.3685	5
47350	Saint-Avit	saint-avit	75	47	472	44.5678	0.2126	5
47350	Agmé	agme	75	47	472	44.4881	0.3418	5
47350	Saint-Barthélemy-d'Agenais	saint-barthelemy-d-agenais	75	47	472	44.5167	0.3667	5
47360	Montpezat	montpezat	75	47	471	44.3481	0.5232	5
47360	Lusignan-Petit	lusignan-petit	75	47	471	44.2712	0.5246	5
47360	Saint-Salvy	saint-salvy	75	47	471	44.3	0.4383	5
47360	Madaillan	madaillan	75	47	471	44.2773	0.575	5
47360	Sembas	sembas	75	47	473	44.318	0.6468	5
47360	Lacépède	lacepede	75	47	471	44.3218	0.4616	5
47360	Laugnac	laugnac	75	47	471	44.3067	0.6058	5
47360	Saint-Sardos	saint-sardos	75	47	471	44.3405	0.4789	5
47360	Cours	cours	75	47	471	44.3224	0.588	5
47360	Prayssas	prayssas	75	47	471	44.2734	0.4716	5
47360	Frégimont	fregimont	75	47	471	44.277	0.4586	5
47370	Cazideroque	cazideroque	75	47	473	44.3974	0.9288	5
47370	Saint-Georges	saint-georges	75	47	473	44.4405	0.9343	5
47370	Masquières	masquieres	75	47	473	44.4067	1.0506	5
47370	Tournon-d’Agenais	tournon-d-agenais	75	47	473	44.4004	0.9962	5
47370	Anthé	anthe	75	47	473	44.3724	0.9589	5
47370	Courbiac	courbiac	75	47	473	44.3767	1.036	5
47370	Bourlens	bourlens	75	47	473	44.418	0.9698	5
47370	Thézac	thezac	75	47	473	44.4285	1.0133	5
47380	Montastruc	montastruc	75	47	473	44.4885	0.5133	5
47380	Tombebœuf	tombeb-uf	75	47	473	44.5	0.45	5
47380	Pinel-Hauterive	pinel-hauterive	75	47	473	44.43	0.5814	5
47380	Monclar	monclar	75	47	473	44.45	0.5333	5
47380	Tourtrès	tourtres	75	47	473	44.5056	0.4295	5
47380	Villebramar	villebramar	75	47	473	44.5275	0.4757	5
47380	Saint-Étienne-de-Fougères	saint-etienne-de-fougeres	75	47	473	44.4186	0.5551	5
47390	Layrac	layrac	75	47	471	44.1345	0.6618	5
47400	Villeton	villeton	75	47	472	44.3748	0.288	5
47400	Gontaud-de-Nogaret	gontaud-de-nogaret	75	47	472	44.45	0.3	5
47400	Grateloup-Saint-Gayrand	grateloup-saint-gayrand	75	47	472	44.4167	0.3833	5
47400	Lagruère	lagruere	75	47	472	44.4013	0.2426	5
47400	Tonneins	tonneins	75	47	472	44.3921	0.3124	5
47400	Hautesvignes	hautesvignes	75	47	472	44.4591	0.3529	5
47400	Varès	vares	75	47	472	44.4295	0.3592	5
47400	Fauillet	fauillet	75	47	472	44.4265	0.2908	5
47400	Fauguerolles	fauguerolles	75	47	472	44.4421	0.2498	5
47410	Sérignac-Péboudou	serignac-peboudou	75	47	473	44.6141	0.5426	5
47410	Ségalas	segalas	75	47	472	44.5865	0.5316	5
47410	Lauzun	lauzun	75	47	472	44.6297	0.4615	5
47410	Saint-Colomb-de-Lauzun	saint-colomb-de-lauzun	75	47	472	44.6138	0.4749	5
47410	Bourgougnague	bourgougnague	75	47	472	44.6158	0.4181	5
47420	Durance	durance	75	47	474	44.1609	0.1602	5
47420	Sauméjan	saumejan	75	47	474	44.237	-0.0025	5
47420	Allons	allons	75	47	474	44.2016	-0.0537	5
47420	Pompogne	pompogne	75	47	474	44.256	0.0527	5
47420	Boussès	bousses	75	47	474	44.1465	0.0948	5
47420	Houeillès	houeilles	75	47	474	44.1965	0.0341	5
47430	Le Mas-d’Agenais	le-mas-d-agenais	75	47	472	44.4103	0.2187	5
47430	Calonges	calonges	75	47	472	44.3743	0.2419	5
47430	Sénestis	senestis	75	47	472	44.4218	0.2314	5
47430	Sainte-Marthe	sainte-marthe	75	47	472	44.4152	0.1491	5
47430	Caumont-sur-Garonne	caumont-sur-garonne	75	47	472	44.4378	0.1817	5
47440	Pailloles	pailloles	75	47	473	44.4698	0.6436	5
47440	Casseneuil	casseneuil	75	47	473	44.4431	0.621	5
47450	Colayrac-Saint-Cirq	colayrac-saint-cirq	75	47	471	44.221	0.5506	5
47450	Saint-Hilaire-de-Lusignan	saint-hilaire-de-lusignan	75	47	471	44.2333	0.5167	5
47470	Cauzac	cauzac	75	47	471	44.2756	0.848	5
47470	Beauville	beauville	75	47	471	44.2775	0.8826	5
47470	Blaymont	blaymont	75	47	471	44.3021	0.8634	5
47470	Engayrac	engayrac	75	47	471	44.2589	0.8853	5
47470	Dondas	dondas	75	47	471	44.2533	0.8397	5
47480	Bajamont	bajamont	75	47	471	44.2656	0.7073	5
47480	Pont-du-Casse	pont-du-casse	75	47	471	44.2287	0.6792	5
47500	Montayral	montayral	75	47	473	44.4751	0.9877	5
47500	Sauveterre-la-Lémance	sauveterre-la-lemance	75	47	473	44.5906	1.0114	5
47500	Saint-Vite	saint-vite	75	47	473	44.4713	0.9388	5
47500	Blanquefort-sur-Briolance	blanquefort-sur-briolance	75	47	473	44.5971	0.967	5
47500	Monsempron-Libos	monsempron-libos	75	47	473	44.49	0.9409	5
47500	Fumel	fumel	75	47	473	44.4986	0.9651	5
47500	Condezaygues	condezaygues	75	47	473	44.4858	0.9149	5
47500	Saint-Front-sur-Lémance	saint-front-sur-lemance	75	47	473	44.5744	0.973	5
47500	Cuzorn	cuzorn	75	47	473	44.5424	0.9476	5
47501 CEDEX	Fumel	fumel	75	47	473	44.4986	0.9651	5
47502 CEDEX	Fumel	fumel	75	47	473	44.4986	0.9651	5
47510	Foulayronnes	foulayronnes	75	47	471	44.2403	0.6452	5
47520	Le Passage	le-passage	75	47	471	44.2014	0.6027	5
47550	Boé	boe	75	47	471	44.1601	0.629	5
47551 CEDEX	Boé	boe	75	47	471	44.1601	0.629	5
47552 CEDEX	Boé	boe	75	47	471	44.1601	0.629	5
47553 CEDEX	Boé	boe	75	47	471	44.1601	0.629	5
47555 CEDEX	Boé	boe	75	47	471	44.1601	0.629	5
47559 CEDEX	Boé	boe	75	47	471	44.1601	0.629	5
47600	Fréchou	frechou	75	47	474	44.0849	0.3225	5
47600	Saumont	saumont	75	47	474	44.1218	0.4573	5
47600	Montagnac-sur-Auvignon	montagnac-sur-auvignon	75	47	474	44.1608	0.4604	5
47600	Francescas	francescas	75	47	474	44.0641	0.4283	5
47600	Nomdieu	nomdieu	75	47	474	44.0952	0.4749	5
47600	Espiens	espiens	75	47	474	44.1688	0.3779	5
47600	Lasserre	lasserre	75	47	474	44.0647	0.3916	5
47600	Calignac	calignac	75	47	474	44.1335	0.4151	5
47600	Moncrabeau	moncrabeau	75	47	474	44.034	0.371	5
47600	Nérac	nerac	75	47	474	44.1333	0.35	5
47600	Fieux	fieux	75	47	474	44.0915	0.4226	5
47700	Poussignac	poussignac	75	47	472	44.35	0.05	5
47700	Fargues-sur-Ourbise	fargues-sur-ourbise	75	47	474	44.2388	0.1563	5
47700	Pindères	pinderes	75	47	474	44.2724	0.0275	5
47700	La Réunion	la-reunion	75	47	474	44.2971	0.1178	5
47700	Beauziac	beauziac	75	47	474	44.3333	0.05	5
47700	Anzex	anzex	75	47	474	44.2843	0.1663	5
47700	Leyritz-Moncassin	leyritz-moncassin	75	47	474	44.3289	0.1648	5
47700	Ruffiac	ruffiac	75	47	472	44.3625	0.0305	5
47700	Casteljaloux	casteljaloux	75	47	474	44.3176	0.0861	5
47700	Saint-Martin-Curton	saint-martin-curton	75	47	474	44.3313	0.011	5
47700	Antagnac	antagnac	75	47	472	44.3522	0.0106	5
47800	Armillac	armillac	75	47	472	44.5569	0.3875	5
47800	Montignac-de-Lauzun	montignac-de-lauzun	75	47	472	44.5731	0.4658	5
47800	Puysserampion	puysserampion	75	47	472	44.6042	0.3055	5
47800	Allemans-du-Dropt	allemans-du-dropt	75	47	472	44.6279	0.2902	5
47800	Miramont-de-Guyenne	miramont-de-guyenne	75	47	472	44.6016	0.3625	5
47800	La Sauvetat-du-Dropt	la-sauvetat-du-dropt	75	47	472	44.6476	0.339	5
47800	Moustier	moustier	75	47	472	44.6362	0.2985	5
47800	Roumagne	roumagne	75	47	472	44.6181	0.3385	5
47800	Agnac	agnac	75	47	472	44.6565	0.37	5
47800	Saint-Pardoux-Isaac	saint-pardoux-isaac	75	47	472	44.6119	0.3734	5
47800	Laperche	laperche	75	47	472	44.5525	0.4206	5
47800	Lavergne	lavergne	75	47	472	44.5913	0.3982	5
47901 CEDEX 9	Agen	agen	75	47	471	44.1999	0.6266	5
47909 CEDEX 9	Agen	agen	75	47	471	44.1999	0.6266	5
47910 CEDEX 9	Agen	agen	75	47	471	44.1999	0.6266	5
47911 CEDEX 9	Agen	agen	75	47	471	44.1999	0.6266	5
47912 CEDEX 9	Agen	agen	75	47	471	44.1999	0.6266	5
47913 CEDEX 9	Agen	agen	75	47	471	44.1999	0.6266	5
47914 CEDEX 9	Agen	agen	75	47	471	44.1999	0.6266	5
47915 CEDEX 9	Agen	agen	75	47	471	44.1999	0.6266	5
47916 CEDEX 9	Agen	agen	75	47	471	44.1999	0.6266	5
47917 CEDEX 9	Agen	agen	75	47	471	44.1999	0.6266	5
47918 CEDEX 9	Agen	agen	75	47	471	44.1999	0.6266	5
47920 CEDEX 9	Agen	agen	75	47	471	44.1999	0.6266	5
47921 CEDEX 9	Agen	agen	75	47	471	44.1999	0.6266	5
47922 CEDEX 9	Agen	agen	75	47	471	44.1999	0.6266	5
47923 CEDEX 9	Agen	agen	75	47	471	44.1999	0.6266	5
47924 CEDEX 9	Agen	agen	75	47	471	44.1999	0.6266	5
47925 CEDEX 9	Agen	agen	75	47	471	44.1999	0.6266	5
47929 CEDEX	Agen	agen	75	47	471	44.1999	0.6266	5
47931 CEDEX 9	Agen	agen	75	47	471	44.1999	0.6266	5
64000	Pau	pau	75	64	643	43.3	-0.3667	5
64001 CEDEX	Pau	pau	75	64	643	43.3	-0.3667	5
64002 CEDEX	Pau	pau	75	64	643	43.3	-0.3667	5
64003 CEDEX	Pau	pau	75	64	643	43.3	-0.3667	5
64004 CEDEX	Pau	pau	75	64	643	43.3	-0.3667	5
64006 CEDEX	Pau	pau	75	64	643	43.3	-0.3667	5
64007 CEDEX	Pau	pau	75	64	643	43.3	-0.3667	5
64008 CEDEX	Pau	pau	75	64	643	43.3	-0.3667	5
64010 CEDEX	Pau	pau	75	64	643	43.3	-0.3667	5
64011 CEDEX	Pau	pau	75	64	643	43.3	-0.3667	5
64012 CEDEX	Pau	pau	75	64	643	43.3	-0.3667	5
64013 CEDEX	Pau	pau	75	64	643	43.3	-0.3667	5
64015 CEDEX	Pau	pau	75	64	643	43.3	-0.3667	5
64016 CEDEX	Pau	pau	75	64	643	43.3	-0.3667	5
64017 CEDEX 9	Pau	pau	75	64	643	43.3	-0.3667	5
64018 CEDEX	Pau	pau	75	64	643	43.3	-0.3667	5
64019 CEDEX 9	Pau	pau	75	64	643	43.3	-0.3667	5
64020 CEDEX	Pau	pau	75	64	643	43.3	-0.3667	5
64021 CEDEX	Pau	pau	75	64	643	43.3	-0.3667	5
64022 CEDEX 9	Pau	pau	75	64	643	43.3	-0.3667	5
64023 CEDEX	Pau	pau	75	64	643	43.3	-0.3667	5
64024 CEDEX 9	Pau	pau	75	64	643	43.3	-0.3667	5
64027 CEDEX	Pau	pau	75	64	643	43.3	-0.3667	5
64028 CEDEX	Pau	pau	75	64	643	43.3	-0.3667	5
64029 CEDEX 9	Pau	pau	75	64	643	43.3	-0.3667	5
64030 CEDEX 9	Pau	pau	75	64	643	43.3	-0.3667	5
64031 CEDEX	Pau	pau	75	64	643	43.3	-0.3667	5
64032 CEDEX	Pau	pau	75	64	643	43.3	-0.3667	5
64033 CEDEX	Pau	pau	75	64	643	43.3	-0.3667	5
64034 CEDEX	Pau	pau	75	64	643	43.3	-0.3667	5
64035 CEDEX	Pau	pau	75	64	643	43.3	-0.3667	5
64036 CEDEX	Pau	pau	75	64	643	43.3	-0.3667	5
64037 CEDEX	Pau	pau	75	64	643	43.3	-0.3667	5
64038 CEDEX	Pau	pau	75	64	643	43.3	-0.3667	5
64039 CEDEX	Pau	pau	75	64	643	43.3	-0.3667	5
64040 CEDEX	Pau	pau	75	64	643	43.3	-0.3667	5
64041 CEDEX 9	Pau	pau	75	64	643	43.3	-0.3667	5
64042 CEDEX	Pau	pau	75	64	643	43.3	-0.3667	5
64043 CEDEX	Pau	pau	75	64	643	43.3	-0.3667	5
64044 CEDEX	Pau	pau	75	64	643	43.3	-0.3667	5
64046 CEDEX	Pau	pau	75	64	643	43.3	-0.3667	5
64050 CEDEX 9	Pau	pau	75	64	643	43.3	-0.3667	5
64051 CEDEX 9	Pau	pau	75	64	643	43.3	-0.3667	5
64052 CEDEX 9	Pau	pau	75	64	643	43.3	-0.3667	5
64053 CEDEX 9	Pau	pau	75	64	643	43.3	-0.3667	5
64054 CEDEX 9	Pau	pau	75	64	643	43.3	-0.3667	5
64055 CEDEX 9	Pau	pau	75	64	643	43.3	-0.3667	5
64056 CEDEX 9	Pau	pau	75	64	643	43.3	-0.3667	5
64057 CEDEX 9	Pau	pau	75	64	643	43.3	-0.3667	5
64058 CEDEX 9	Pau	pau	75	64	643	43.3	-0.3667	5
64059 CEDEX 9	Pau	pau	75	64	643	43.3	-0.3667	5
64060 CEDEX 9	Pau	pau	75	64	643	43.3	-0.3667	5
64061 CEDEX 9	Pau	pau	75	64	643	43.3	-0.3667	5
64062 CEDEX 9	Pau	pau	75	64	643	43.3	-0.3667	5
64064 CEDEX	Pau	pau	75	64	643	43.3	-0.3667	5
64071 CEDEX	Pau	pau	75	64	643	43.3	-0.3667	5
64075 CEDEX	Pau	pau	75	64	643	43.3	-0.3667	5
64078 CEDEX	Pau	pau	75	64	643	43.3	-0.3667	5
64079 CEDEX	Pau	pau	75	64	643	43.3	-0.3667	5
64080 CEDEX	Pau	pau	75	64	643	43.3	-0.3667	5
64081 CEDEX	Pau	pau	75	64	643	43.3	-0.3667	5
64082 CEDEX	Pau	pau	75	64	643	43.3	-0.3667	5
64086 CEDEX	Pau	pau	75	64	643	43.3	-0.3667	5
64087 CEDEX 9	Pau	pau	75	64	643	43.3	-0.3667	5
64089 CEDEX	Pau	pau	75	64	643	43.3	-0.3667	5
64090 CEDEX	Pau	pau	75	64	643	43.3	-0.3667	5
64100	Bayonne	bayonne	75	64	641	43.4833	-1.4833	5
64101 CEDEX	Bayonne	bayonne	75	64	641	43.4833	-1.4833	5
64102 CEDEX	Bayonne	bayonne	75	64	641	43.4833	-1.4833	5
64103 CEDEX	Bayonne	bayonne	75	64	641	43.4833	-1.4833	5
64104 CEDEX	Bayonne	bayonne	75	64	641	43.4833	-1.4833	5
64105 CEDEX	Bayonne	bayonne	75	64	641	43.4833	-1.4833	5
64106 CEDEX	Bayonne	bayonne	75	64	641	43.4833	-1.4833	5
64107 CEDEX	Bayonne	bayonne	75	64	641	43.4833	-1.4833	5
64108 CEDEX	Bayonne	bayonne	75	64	641	43.4833	-1.4833	5
64109 CEDEX	Bayonne	bayonne	75	64	641	43.4833	-1.4833	5
64110	Laroin	laroin	75	64	643	43.3	-0.4333	5
64110	Gelos	gelos	75	64	643	43.2833	-0.3667	5
64110	Mazères-Lezons	mazeres-lezons	75	64	643	43.2667	-0.35	5
64110	Uzos	uzos	75	64	643	43.2667	-0.3333	5
64110	Jurançon	jurancon	75	64	643	43.2883	-0.3869	5
64110	Rontignon	rontignon	75	64	643	43.2667	-0.3333	5
64110	Saint-Faust	saint-faust	75	64	643	43.2667	-0.45	5
64111 CEDEX	Bayonne	bayonne	75	64	641	43.4833	-1.4833	5
64112 CEDEX	Bayonne	bayonne	75	64	641	43.4833	-1.4833	5
64113 CEDEX	Bayonne	bayonne	75	64	641	43.4833	-1.4833	5
64115 CEDEX	Bayonne	bayonne	75	64	641	43.4833	-1.4833	5
64116 CEDEX	Bayonne	bayonne	75	64	641	43.4833	-1.4833	5
64120	Etcharry	etcharry	75	64	641	43.3222	-0.9285	5
64120	Aroue-Ithorots-Olhaïby	aroue-ithorots-olhaiby	75	64	641	43.3167	-0.9167	5
64120	Ibarrolle	ibarrolle	75	64	641	43.1984	-1.0941	5
64120	Uhart-Mixe	uhart-mixe	75	64	641	43.2789	-1.0218	5
64120	Arhansus	arhansus	75	64	641	43.2576	-1.0354	5
64120	Labets-Biscay	labets-biscay	75	64	641	43.3844	-1.0572	5
64120	Beyrie-sur-Joyeuse	beyrie-sur-joyeuse	75	64	641	43.3167	-1.0667	5
64120	Pagolle	pagolle	75	64	641	43.2243	-0.9902	5
64120	Ostabat-Asme	ostabat-asme	75	64	641	43.2556	-1.0704	5
64120	Orsanco	orsanco	75	64	641	43.2942	-1.0656	5
64120	Gabat	gabat	75	64	641	43.3713	-1.0341	5
64120	Orègue	oregue	75	64	641	43.3937	-1.1354	5
64120	Arraute-Charritte	arraute-charritte	75	64	641	43.3961	-1.105	5
64120	Juxue	juxue	75	64	641	43.2362	-1.0458	5
64120	Lohitzun-Oyhercq	lohitzun-oyhercq	75	64	641	43.2762	-0.9771	5
64120	Larribar-Sorhapuru	larribar-sorhapuru	75	64	641	43.2944	-1.0175	5
64120	Masparraute	masparraute	75	64	641	43.3888	-1.0959	5
64120	Hosta	hosta	75	64	641	43.1568	-1.0879	5
64120	Larceveau-Arros-Cibits	larceveau-arros-cibits	75	64	641	43.2138	-1.0907	5
64120	Béguios	beguios	75	64	641	43.3604	-1.0881	5
64120	Garris	garris	75	64	641	43.3419	-1.0608	5
64120	Saint-Palais	saint-palais	75	64	641	43.3287	-1.0333	5
64120	Saint-Just-Ibarre	saint-just-ibarre	75	64	641	43.1938	-1.0552	5
64120	Aïcirits-Camou-Suhast	aicirits-camou-suhast	75	64	641	43.3367	-1.0235	5
64120	Béhasque-Lapiste	behasque-lapiste	75	64	641	43.3242	-1.0103	5
64120	Amorots-Succos	amorots-succos	75	64	641	43.3644	-1.1127	5
64120	Luxe-Sumberraute	luxe-sumberraute	75	64	641	43.3507	-1.0749	5
64120	Amendeuix-Oneix	amendeuix-oneix	75	64	641	43.3541	-1.0441	5
64120	Ilharre	ilharre	75	64	641	43.3833	-1.0333	5
64120	Arbouet-Sussaute	arbouet-sussaute	75	64	641	43.3699	-1.0003	5
64120	Méharin	meharin	75	64	641	43.3333	-1.1452	5
64120	Domezain-Berraute	domezain-berraute	75	64	641	43.3268	-0.9651	5
64120	Arbérats-Sillègue	arberats-sillegue	75	64	641	43.35	-0.9833	5
64120	Bunus	bunus	75	64	641	43.2089	-1.0691	5
64121	Serres-Castet	serres-castet	75	64	643	43.3833	-0.35	5
64121	Montardon	montardon	75	64	643	43.3667	-0.35	5
64122	Urrugne	urrugne	75	64	641	43.3636	-1.6992	5
64130	Ainharp	ainharp	75	64	642	43.2606	-0.9307	5
64130	Aussurucq	aussurucq	75	64	642	43.1493	-0.9337	5
64130	Idaux-Mendy	idaux-mendy	75	64	642	43.181	-0.9158	5
64130	Gotein-Libarrenx	gotein-libarrenx	75	64	642	43.1897	-0.9006	5
64130	Lichos	lichos	75	64	642	43.3055	-0.8781	5
64130	Arrast-Larrebieu	arrast-larrebieu	75	64	642	43.2937	-0.8493	5
64130	Chéraute	cheraute	75	64	642	43.231	-0.8683	5
64130	Charritte-de-Bas	charritte-de-bas	75	64	642	43.2948	-0.8843	5
64130	Roquiague	roquiague	75	64	642	43.1902	-0.8407	5
64130	Ordiarp	ordiarp	75	64	642	43.1866	-0.9444	5
64130	Mauléon-Licharre	mauleon-licharre	75	64	642	43.2268	-0.8804	5
64130	Musculdy	musculdy	75	64	642	43.1954	-0.9659	5
64130	L’Hôpital-Saint-Blaise	l-hopital-saint-blaise	75	64	642	43.2516	-0.7689	5
64130	Menditte	menditte	75	64	642	43.1619	-0.9016	5
64130	Espès-Undurein	espes-undurein	75	64	642	43.2667	-0.8833	5
64130	Barcus	barcus	75	64	642	43.1894	-0.7702	5
64130	Berrogain-Laruns	berrogain-laruns	75	64	642	43.2522	-0.855	5
64130	Moncayolle-Larrory-Mendibieu	moncayolle-larrory-mendibieu	75	64	642	43.2652	-0.8495	5
64130	Viodos-Abense-de-Bas	viodos-abense-de-bas	75	64	642	43.2418	-0.8805	5
64130	Garindein	garindein	75	64	642	43.2092	-0.9055	5
64140	Lons	lons	75	64	643	43.3167	-0.4	5
64140	Billère	billere	75	64	643	43.3	-0.4	5
64141 CEDEX	Billère	billere	75	64	643	43.3	-0.4	5
64142 CEDEX	Billère	billere	75	64	643	43.3	-0.4	5
64143 CEDEX	Billère	billere	75	64	643	43.3	-0.4	5
64145 CEDEX	Billère	billere	75	64	643	43.3	-0.4	5
64146 CEDEX	Billère	billere	75	64	643	43.3	-0.4	5
64147 CEDEX	Billère	billere	75	64	643	43.3	-0.4	5
64148 CEDEX	Billère	billere	75	64	643	43.3	-0.4	5
64150	Noguères	nogueres	75	64	643	43.3667	-0.6	5
64150	Abidos	abidos	75	64	643	43.4	-0.6167	5
64150	Mourenx	mourenx	75	64	643	43.3833	-0.6	5
64150	Sauvelade	sauvelade	75	64	643	43.4	-0.7	5
64150	Lagor	lagor	75	64	643	43.3833	-0.65	5
64150	Pardies	pardies	75	64	643	43.3667	-0.5833	5
64150	Bésingrand	besingrand	75	64	643	43.3667	-0.5667	5
64150	Os-Marsillon	os-marsillon	75	64	643	43.3833	-0.6167	5
64150	Vielleségure	viellesegure	75	64	643	43.35	-0.6833	5
64150	Lahourcade	lahourcade	75	64	643	43.35	-0.6167	5
64160	Urost	urost	75	64	643	43.3333	-0.15	5
64160	Gabaston	gabaston	75	64	643	43.3667	-0.2	5
64160	Sévignacq	sevignacq	75	64	643	43.45	-0.2667	5
64160	Saint-Armou	saint-armou	75	64	643	43.4167	-0.3	5
64160	Riupeyrous	riupeyrous	75	64	643	43.4	-0.2333	5
64160	Saint-Jammes	saint-jammes	75	64	643	43.35	-0.25	5
64160	Morlaas	morlaas	75	64	643	43.35	-0.2667	5
64160	Carrère	carrere	75	64	643	43.4667	-0.2833	5
64160	Escoubès	escoubes	75	64	643	43.4167	-0.2333	5
64160	Serres-Morlaas	serres-morlaas	75	64	643	43.3333	-0.25	5
64160	Buros	buros	75	64	643	43.35	-0.3	5
64160	Lombia	lombia	75	64	643	43.3333	-0.1333	5
64160	Coslédaà-Lube-Boast	cosledaa-lube-boast	75	64	643	43.4667	-0.2333	5
64160	Sedze-Maubecq	sedze-maubecq	75	64	643	43.35	-0.1167	5
64160	Monassut-Audiracq	monassut-audiracq	75	64	643	43.4167	-0.2	5
64160	Lussagnet-Lusson	lussagnet-lusson	75	64	643	43.4333	-0.2	5
64160	Lespourcy	lespourcy	75	64	643	43.3667	-0.15	5
64160	Sedzère	sedzere	75	64	643	43.35	-0.1667	5
64160	Bernadets	bernadets	75	64	643	43.3833	-0.2833	5
64160	Barinque	barinque	75	64	643	43.4	-0.2667	5
64160	Anos	anos	75	64	643	43.4	-0.2833	5
64160	Saint-Laurent-Bretagne	saint-laurent-bretagne	75	64	643	43.3833	-0.2	5
64160	Ouillon	ouillon	75	64	643	43.3167	-0.2333	5
64160	Gerderest	gerderest	75	64	643	43.4167	-0.1833	5
64160	Abère	abere	75	64	643	43.3833	-0.1667	5
64160	Higuères-Souye	higueres-souye	75	64	643	43.3833	-0.2667	5
64160	Saint-Castin	saint-castin	75	64	643	43.3833	-0.3	5
64160	Espéchède	espechede	75	64	643	43.3167	-0.1833	5
64160	Maucor	maucor	75	64	643	43.35	-0.2833	5
64170	Labastide-Cézéracq	labastide-cezeracq	75	64	643	43.3833	-0.5333	5
64170	Viellenave-d’Arthez	viellenave-d-arthez	75	64	643	43.4167	-0.4833	5
64170	Serres-Sainte-Marie	serres-sainte-marie	75	64	643	43.4167	-0.55	5
64170	Artix	artix	75	64	643	43.4	-0.55	5
64170	Casteide-Cami	casteide-cami	75	64	643	43.4167	-0.5167	5
64170	Lacq	lacq	75	64	643	43.4167	-0.6333	5
64170	Cescau	cescau	75	64	643	43.4167	-0.5	5
64170	Labastide-Monrejeau	labastide-monrejeau	75	64	643	43.4	-0.5167	5
64181 CEDEX	Bayonne	bayonne	75	64	641	43.4833	-1.4833	5
64182 CEDEX	Bayonne	bayonne	75	64	641	43.4833	-1.4833	5
64183 CEDEX	Bayonne	bayonne	75	64	641	43.4833	-1.4833	5
64184 CEDEX	Bayonne	bayonne	75	64	641	43.4833	-1.4833	5
64185 CEDEX	Bayonne	bayonne	75	64	641	43.4833	-1.4833	5
64187 CEDEX	Bayonne	bayonne	75	64	641	43.4833	-1.4833	5
64190	Angous	angous	75	64	642	43.2926	-0.8142	5
64190	Préchacq-Josbaig	prechacq-josbaig	75	64	642	43.2667	-0.7167	5
64190	Navarrenx	navarrenx	75	64	642	43.3213	-0.7593	5
64190	Jasses	jasses	75	64	642	43.311	-0.7467	5
64190	Bastanès	bastanes	75	64	642	43.3475	-0.7699	5
64190	Gurs	gurs	75	64	642	43.2886	-0.7553	5
64190	Araux	araux	75	64	642	43.3525	-0.8079	5
64190	Bugnein	bugnein	75	64	642	43.353	-0.7828	5
64190	Tabaille-Usquain	tabaille-usquain	75	64	642	43.3608	-0.9038	5
64190	Castetbon	castetbon	75	64	642	43.3853	-0.7891	5
64190	Ossenx	ossenx	75	64	642	43.372	-0.8164	5
64190	Méritein	meritein	75	64	642	43.3346	-0.7638	5
64190	Susmiou	susmiou	75	64	642	43.3156	-0.7778	5
64190	Castetnau-Camblong	castetnau-camblong	75	64	642	43.3264	-0.7822	5
64190	Nabas	nabas	75	64	642	43.3324	-0.8749	5
64190	Araujuzon	araujuzon	75	64	642	43.3597	-0.8177	5
64190	Sus	sus	75	64	642	43.3063	-0.7661	5
64190	Audaux	audaux	75	64	642	43.3582	-0.7922	5
64190	Préchacq-Navarrenx	prechacq-navarrenx	75	64	642	43.2833	-0.7167	5
64190	Charre	charre	75	64	642	43.3167	-0.8679	5
64190	Gestas	gestas	75	64	642	43.3488	-0.8869	5
64190	Dognen	dognen	75	64	642	43.2904	-0.7441	5
64190	Narp	narp	75	64	642	43.3747	-0.8304	5
64190	Montfort	montfort	75	64	642	43.3682	-0.8472	5
64190	Ogenne-Camptort	ogenne-camptort	75	64	642	43.3167	-0.7	5
64190	Rivehaute	rivehaute	75	64	642	43.3434	-0.8791	5
64190	Lay-Lamidou	lay-lamidou	75	64	642	43.2833	-0.7167	5
64190	Viellenave-de-Navarrenx	viellenave-de-navarrenx	75	64	642	43.3498	-0.7924	5
64200	Arcangues	arcangues	75	64	641	43.4312	-1.5224	5
64200	Bassussarry	bassussarry	75	64	641	43.4427	-1.5165	5
64200	Biarritz	biarritz	75	64	641	43.4801	-1.5556	5
64201 CEDEX	Biarritz	biarritz	75	64	641	43.4801	-1.5556	5
64202 CEDEX	Biarritz	biarritz	75	64	641	43.4801	-1.5556	5
64203 CEDEX	Biarritz	biarritz	75	64	641	43.4801	-1.5556	5
64204 CEDEX	Biarritz	biarritz	75	64	641	43.4801	-1.5556	5
64205 CEDEX	Biarritz	biarritz	75	64	641	43.4801	-1.5556	5
64206 CEDEX	Biarritz	biarritz	75	64	641	43.4801	-1.5556	5
64208 CEDEX	Biarritz	biarritz	75	64	641	43.4801	-1.5556	5
64210	Guéthary	guethary	75	64	641	43.4228	-1.6107	5
64210	Arbonne	arbonne	75	64	641	43.4325	-1.5512	5
64210	Bidart	bidart	75	64	641	43.4376	-1.5913	5
64210	Ahetze	ahetze	75	64	641	43.4043	-1.5719	5
64220	Jaxu	jaxu	75	64	641	43.1964	-1.1933	5
64220	Saint-Jean-le-Vieux	saint-jean-le-vieux	75	64	641	43.165	-1.1955	5
64220	Lacarre	lacarre	75	64	641	43.1896	-1.1654	5
64220	Saint-Michel	saint-michel	75	64	641	43.136	-1.2209	5
64220	Uhart-Cize	uhart-cize	75	64	641	43.1622	-1.2437	5
64220	Ascarat	ascarat	75	64	641	43.1698	-1.2579	5
64220	Gamarthe	gamarthe	75	64	641	43.2011	-1.1424	5
64220	Bustince-Iriberry	bustince-iriberry	75	64	641	43.1776	-1.1876	5
64220	Mendive	mendive	75	64	641	43.1368	-1.1393	5
64220	Ahaxe-Alciette-Bascassan	ahaxe-alciette-bascassan	75	64	641	43.1506	-1.1652	5
64220	Béhorléguy	behorleguy	75	64	641	43.1276	-1.117	5
64220	Lasse	lasse	75	64	641	43.1566	-1.2618	5
64220	Lecumberry	lecumberry	75	64	641	43.1368	-1.1393	5
64220	Ispoure	ispoure	75	64	641	43.1699	-1.2341	5
64220	Arnéguy	arneguy	75	64	641	43.1045	-1.2726	5
64220	Irouléguy	irouleguy	75	64	641	43.1779	-1.3001	5
64220	Saint-Jean-Pied-de-Port	saint-jean-pied-de-port	75	64	641	43.1636	-1.2374	5
64220	Aincille	aincille	75	64	641	43.1451	-1.1951	5
64220	Bussunarits-Sarrasquette	bussunarits-sarrasquette	75	64	641	43.1662	-1.1722	5
64220	Anhaux	anhaux	75	64	641	43.168	-1.2909	5
64220	Caro	caro	75	64	641	43.1467	-1.2182	5
64220	Ainhice-Mongelos	ainhice-mongelos	75	64	641	43.215	-1.1573	5
64220	Estérençuby	esterencuby	75	64	641	43.1	-1.1833	5
64230	Lescar	lescar	75	64	643	43.3333	-0.4167	5
64230	Siros	siros	75	64	643	43.3435	-0.4814	5
64230	Caubios-Loos	caubios-loos	75	64	643	43.4167	-0.4	5
64230	Poey-de-Lescar	poey-de-lescar	75	64	643	43.35	-0.4667	5
64230	Arbus	arbus	75	64	643	43.3333	-0.5	5
64230	Aubin	aubin	75	64	643	43.4333	-0.4167	5
64230	Momas	momas	75	64	643	43.45	-0.4333	5
64230	Sauvagnon	sauvagnon	75	64	643	43.4	-0.3833	5
64230	Artiguelouve	artiguelouve	75	64	643	43.3167	-0.4667	5
64230	Bougarber	bougarber	75	64	643	43.4	-0.4667	5
64230	Uzein	uzein	75	64	643	43.4	-0.4333	5
64230	Denguin	denguin	75	64	643	43.3667	-0.5	5
64230	Mazerolles	mazerolles	75	64	643	43.45	-0.4667	5
64230	Aussevielle	aussevielle	75	64	643	43.35	-0.4833	5
64230	Beyrie-en-Béarn	beyrie-en-bearn	75	64	643	43.3752	-0.4657	5
64231 CEDEX	Lescar	lescar	75	64	643	43.3333	-0.4167	5
64232 CEDEX	Lescar	lescar	75	64	643	43.3333	-0.4167	5
64233 CEDEX	Lescar	lescar	75	64	643	43.3333	-0.4167	5
64234 CEDEX	Lescar	lescar	75	64	643	43.3333	-0.4167	5
64235 CEDEX	Lescar	lescar	75	64	643	43.3333	-0.4167	5
64236 CEDEX	Lescar	lescar	75	64	643	43.3333	-0.4167	5
64237 CEDEX	Lescar	lescar	75	64	643	43.3333	-0.4167	5
64238 CEDEX	Lescar	lescar	75	64	643	43.3333	-0.4167	5
64240	Hasparren	hasparren	75	64	641	43.3838	-1.305	5
64240	Isturits	isturits	75	64	641	43.3651	-1.2055	5
64240	Ayherre	ayherre	75	64	641	43.3916	-1.2542	5
64240	Urt	urt	75	64	641	43.4901	-1.2974	5
64240	Briscous	briscous	75	64	641	43.4596	-1.3335	5
64240	Mendionde	mendionde	75	64	641	43.3394	-1.2999	5
64240	Macaye	macaye	75	64	641	43.3311	-1.3203	5
64240	Bonloc	bonloc	75	64	641	43.3679	-1.2665	5
64240	La Bastide-Clairence	la-bastide-clairence	75	64	641	43.4333	-1.25	5
64250	Itxassou	itxassou	75	64	641	43.3289	-1.4062	5
64250	Souraïde	souraide	75	64	641	43.3415	-1.4756	5
64250	Louhossoa	louhossoa	75	64	641	43.3164	-1.3513	5
64250	Espelette	espelette	75	64	641	43.3402	-1.4474	5
64250	Cambo-les-Bains	cambo-les-bains	75	64	641	43.3585	-1.401	5
64250	Ainhoa	ainhoa	75	64	641	43.3	-1.5	5
64260	Buzy	buzy	75	64	642	43.1333	-0.45	5
64260	Izeste	izeste	75	64	642	43.0928	-0.4247	5
64260	Gère-Belesten	gere-belesten	75	64	642	43.0205	-0.4213	5
64260	Sévignacq-Meyracq	sevignacq-meyracq	75	64	642	43.1133	-0.4115	5
64260	Sainte-Colome	sainte-colome	75	64	642	43.1023	-0.4037	5
64260	Aste-Béon	aste-beon	75	64	642	43.0195	-0.4159	5
64260	Bescat	bescat	75	64	642	43.1333	-0.4167	5
64260	Bielle	bielle	75	64	642	43.0544	-0.433	5
64260	Rébénacq	rebenacq	75	64	642	43.1667	-0.3833	5
64260	Louvie-Juzon	louvie-juzon	75	64	642	43.0865	-0.4193	5
64260	Lys	lys	75	64	642	43.1333	-0.35	5
64260	Castet	castet	75	64	642	43.0692	-0.417	5
64260	Bilhères	bilheres	75	64	642	43.0667	-0.45	5
64260	Arudy	arudy	75	64	642	43.1064	-0.4333	5
64270	Arancou	arancou	75	64	641	43.4446	-1.0508	5
64270	Bergouey-Viellenave	bergouey-viellenave	75	64	641	43.4167	-1.05	5
64270	Puyoô	puyoo	75	64	643	43.525	-0.9128	5
64270	Escos	escos	75	64	642	43.4469	-0.9986	5
64270	Saint-Dos	saint-dos	75	64	642	43.4733	-1.0231	5
64270	L’Hôpital-d’Orion	l-hopital-d-orion	75	64	642	43.4373	-0.8477	5
64270	Bellocq	bellocq	75	64	643	43.5167	-0.9167	5
64270	Ramous	ramous	75	64	643	43.5215	-0.8967	5
64270	Lahontan	lahontan	75	64	642	43.531	-0.9687	5
64270	Auterrive	auterrive	75	64	642	43.4664	-0.9989	5
64270	Castagnède	castagnede	75	64	642	43.4543	-0.9939	5
64270	Labastide-Villefranche	labastide-villefranche	75	64	642	43.453	-1.0209	5
64270	Léren	leren	75	64	642	43.5027	-1.0418	5
64270	Salies-de-Béarn	salies-de-bearn	75	64	642	43.4742	-0.9245	5
64270	Saint-Pé-de-Léren	saint-pe-de-leren	75	64	642	43.4885	-1.0387	5
64270	Carresse-Cassaber	carresse-cassaber	75	64	642	43.4833	-1	5
64290	Lasseube	lasseube	75	64	642	43.2333	-0.4833	5
64290	Estialescq	estialescq	75	64	642	43.2167	-0.55	5
64290	Lasseubetat	lasseubetat	75	64	642	43.1667	-0.45	5
64290	Gan	gan	75	64	643	43.2333	-0.3833	5
64290	Aubertin	aubertin	75	64	643	43.2667	-0.4833	5
64290	Bosdarros	bosdarros	75	64	643	43.2167	-0.3667	5
64300	Saint-Boès	saint-boes	75	64	643	43.5265	-0.808	5
64300	Labeyrie	labeyrie	75	64	643	43.5333	-0.6167	5
64300	Orthez	orthez	75	64	643	43.4884	-0.7724	5
64300	Laà-Mondrans	laa-mondrans	75	64	643	43.45	-0.7667	5
64300	Bonnut	bonnut	75	64	643	43.55	-0.7667	5
64300	Balansun	balansun	75	64	643	43.4833	-0.7	5
64300	Mont	mont	75	64	643	43.4333	-0.65	5
64300	Baigts-de-Béarn	baigts-de-bearn	75	64	643	43.5125	-0.8389	5
64300	Sault-de-Navailles	sault-de-navailles	75	64	643	43.55	-0.6667	5
64300	Maslacq	maslacq	75	64	643	43.4333	-0.7	5
64300	Castetner	castetner	75	64	643	43.4439	-0.7472	5
64300	Lacadée	lacadee	75	64	643	43.5333	-0.65	5
64300	Salles-Mongiscard	salles-mongiscard	75	64	643	43.4938	-0.8376	5
64300	Sarpourenx	sarpourenx	75	64	643	43.45	-0.7	5
64300	Biron	biron	75	64	643	43.4625	-0.7369	5
64300	Saint-Girons-en-Béarn	saint-girons-en-bearn	75	64	643	43.55	-0.8333	5
64300	Loubieng	loubieng	75	64	643	43.4317	-0.7583	5
64300	Bérenx	berenx	75	64	642	43.5	-0.85	5
64300	Lanneplaà	lanneplaa	75	64	643	43.45	-0.8167	5
64300	Argagnon	argagnon	75	64	643	43.45	-0.6833	5
64300	Sallespisse	sallespisse	75	64	643	43.5333	-0.7167	5
64300	Ozenx-Montestrucq	ozenx-montestrucq	75	64	643	43.45	-0.7833	5
64300	Castétis	castetis	75	64	643	43.4667	-0.7167	5
64301 CEDEX	Orthez	orthez	75	64	643	43.4884	-0.7724	5
64302 CEDEX	Orthez	orthez	75	64	643	43.4884	-0.7724	5
64303 CEDEX	Orthez	orthez	75	64	643	43.4884	-0.7724	5
64304 CEDEX	Orthez	orthez	75	64	643	43.4884	-0.7724	5
64307 CEDEX	Orthez	orthez	75	64	643	43.4884	-0.7724	5
64310	Saint-Pée-sur-Nivelle	saint-pee-sur-nivelle	75	64	641	43.3556	-1.5501	5
64310	Ascain	ascain	75	64	641	43.3452	-1.6207	5
64310	Sare	sare	75	64	641	43.3126	-1.5801	5
64320	Sendets	sendets	75	64	643	43.3	-0.25	5
64320	Ousse	ousse	75	64	643	43.2833	-0.2667	5
64320	Bizanos	bizanos	75	64	643	43.2833	-0.35	5
64320	Aressy	aressy	75	64	643	43.2833	-0.3167	5
64320	Idron	idron	75	64	643	43.2833	-0.3167	5
64320	Lée	lee	75	64	643	43.2833	-0.2833	5
64330	Ribarrouy	ribarrouy	75	64	643	43.5333	-0.2667	5
64330	Mouhous	mouhous	75	64	643	43.4833	-0.25	5
64330	Aubous	aubous	75	64	643	43.5749	-0.1329	5
64330	Taron-Sadirac-Viellenave	taron-sadirac-viellenave	75	64	643	43.5167	-0.25	5
64330	Claracq	claracq	75	64	643	43.5	-0.3	5
64330	Cadillon	cadillon	75	64	643	43.5333	-0.15	5
64330	Boueilh-Boueilho-Lasque	boueilh-boueilho-lasque	75	64	643	43.55	-0.3167	5
64330	Baliracq-Maumusson	baliracq-maumusson	75	64	643	43.55	-0.25	5
64330	Aydie	aydie	75	64	643	43.5695	-0.1043	5
64330	Garlin	garlin	75	64	643	43.5593	-0.2732	5
64330	Saint-Jean-Poudge	saint-jean-poudge	75	64	643	43.5333	-0.1833	5
64330	Moncla	moncla	75	64	643	43.5808	-0.2316	5
64330	Vialer	vialer	75	64	643	43.5	-0.1667	5
64330	Burosse-Mendousse	burosse-mendousse	75	64	643	43.5167	-0.2167	5
64330	Mont-Disse	mont-disse	75	64	643	43.5585	-0.1507	5
64330	Conchez-de-Béarn	conchez-de-bearn	75	64	643	43.55	-0.1667	5
64330	Castetpugon	castetpugon	75	64	643	43.5584	-0.2304	5
64330	Tadousse-Ussau	tadousse-ussau	75	64	643	43.55	-0.1833	5
64330	Portet	portet	75	64	643	43.5771	-0.1914	5
64330	Diusse	diusse	75	64	643	43.5667	-0.1667	5
64330	Mascaraas-Haron	mascaraas-haron	75	64	643	43.55	-0.2167	5
64340	Boucau	boucau	75	64	641	43.5277	-1.4656	5
64350	Lannecaube	lannecaube	75	64	643	43.4833	-0.2167	5
64350	Crouseilles	crouseilles	75	64	643	43.5167	-0.0833	5
64350	Lasserre	lasserre	75	64	643	43.51	-0.0833	5
64350	Arricau-Bordes	arricau-bordes	75	64	643	43.5	-0.1333	5
64350	Moncaup	moncaup	75	64	643	43.4833	-0.0667	5
64350	Castillon (Canton de Lembeye)	castillon-canton-de-lembeye	75	64	643	43.4799	-0.127	5
64350	Séméacq-Blachon	semeacq-blachon	75	64	643	43.5	-0.1167	5
64350	Peyrelongue-Abos	peyrelongue-abos	75	64	643	43.4167	-0.1	5
64350	Luc-Armau	luc-armau	75	64	643	43.4167	-0.0667	5
64350	Anoye	anoye	75	64	643	43.4	-0.1333	5
64350	Bétracq	betracq	75	64	643	43.5167	-0.05	5
64350	Lalongue	lalongue	75	64	643	43.4833	-0.1833	5
64350	Bassillon-Vauzé	bassillon-vauze	75	64	643	43.45	-0.0667	5
64350	Monpezat	monpezat	75	64	643	43.5	-0.0667	5
64350	Maspie-Lalonquère-Juillacq	maspie-lalonquere-juillacq	75	64	643	43.4167	-0.15	5
64350	Escurès	escures	75	64	643	43.4667	-0.1167	5
64350	Samsons-Lion	samsons-lion	75	64	643	43.4333	-0.1167	5
64350	Arrosès	arroses	75	64	643	43.55	-0.1167	5
64350	Lespielle	lespielle	75	64	643	43.4734	-0.1449	5
64350	Aurions-Idernes	aurions-idernes	75	64	643	43.5333	-0.1333	5
64350	Corbère-Abères	corbere-aberes	75	64	643	43.4667	-0.0833	5
64350	Castillon(Canton de Lembeye)	castillon-canton-de-lembeye	75	64	643	43.4833	-0.1333	5
64350	Lembeye	lembeye	75	64	643	43.45	-0.1	5
64350	Momy	momy	75	64	643	43.4	-0.1167	5
64350	Gayon	gayon	75	64	643	43.4833	-0.1667	5
64350	Simacourbe	simacourbe	75	64	643	43.45	-0.1667	5
64350	Lucarré	lucarre	75	64	643	43.4	-0.0833	5
64360	Parbayse	parbayse	75	64	643	43.3333	-0.55	5
64360	Abos	abos	75	64	643	43.35	-0.5667	5
64360	Monein	monein	75	64	643	43.3333	-0.5833	5
64360	Tarsacq	tarsacq	75	64	643	43.35	-0.5333	5
64360	Cardesse	cardesse	75	64	643	43.2667	-0.5833	5
64360	Cuqueron	cuqueron	75	64	643	43.3167	-0.55	5
64360	Lacommande	lacommande	75	64	643	43.2833	-0.5	5
64360	Lucq-de-Béarn	lucq-de-bearn	75	64	643	43.3	-0.6667	5
64370	Casteide-Candau	casteide-candau	75	64	643	43.5167	-0.5667	5
64370	Saint-Médard	saint-medard	75	64	643	43.5333	-0.5833	5
64370	Boumourt	boumourt	75	64	643	43.4333	-0.5167	5
64370	Géus-d’Arzacq	geus-d-arzacq	75	64	643	43.4833	-0.5167	5
64370	Doazon	doazon	75	64	643	43.45	-0.55	5
64370	Uzan	uzan	75	64	643	43.4833	-0.5	5
64370	Urdès	urdes	75	64	643	43.45	-0.5833	5
64370	Castillon (Canton d'Arthez-de-Béarn)	castillon-canton-d-arthez-de-bearn	75	64	643	43.4655	-0.5752	5
64370	Morlanne	morlanne	75	64	643	43.5167	-0.5333	5
64370	Pomps	pomps	75	64	643	43.5	-0.5333	5
64370	Arthez-de-Béarn	arthez-de-bearn	75	64	643	43.4667	-0.6	5
64370	Hagetaubin	hagetaubin	75	64	643	43.5167	-0.6167	5
64370	Castillon(Canton d'Arthez-de-Béarn)	castillon-canton-d-arthez-de-bearn	75	64	643	43.4667	-0.5667	5
64370	Mesplède	mesplede	75	64	643	43.4833	-0.65	5
64370	Arnos	arnos	75	64	643	43.45	-0.5333	5
64390	Sauveterre-de-Béarn	sauveterre-de-bearn	75	64	642	43.4	-0.9333	5
64390	Saint-Gladie-Arrive-Munein	saint-gladie-arrive-munein	75	64	642	43.3808	-0.9326	5
64390	Autevielle-Saint-Martin-Bideren	autevielle-saint-martin-bideren	75	64	642	43.3909	-0.9706	5
64390	Laàs	laas	75	64	642	43.3833	-0.85	5
64390	Athos-Aspis	athos-aspis	75	64	642	43.4141	-0.9732	5
64390	Oraas	oraas	75	64	642	43.4378	-0.9872	5
64390	Andrein	andrein	75	64	642	43.3894	-0.9015	5
64390	Abitain	abitain	75	64	642	43.4208	-0.9886	5
64390	Espiute	espiute	75	64	642	43.3591	-0.9159	5
64390	Guinarthe-Parenties	guinarthe-parenties	75	64	642	43.3884	-0.9443	5
64390	Burgaronne	burgaronne	75	64	642	43.4124	-0.9082	5
64390	Barraute-Camu	barraute-camu	75	64	642	43.3872	-0.8954	5
64390	Orion	orion	75	64	642	43.4193	-0.8636	5
64390	Orriule	orriule	75	64	642	43.4065	-0.8557	5
64390	Osserain-Rivareyte	osserain-rivareyte	75	64	641	43.3764	-0.9511	5
64400	Oloron-Sainte-Marie	oloron-sainte-marie	75	64	642	43.1944	-0.6107	5
64400	Géronce	geronce	75	64	642	43.2333	-0.6833	5
64400	Bidos	bidos	75	64	642	43.1784	-0.6049	5
64400	Moumour	moumour	75	64	642	43.2167	-0.6667	5
64400	Goès	goes	75	64	642	43.2	-0.5833	5
64400	Eysus	eysus	75	64	642	43.1333	-0.5833	5
64400	Saint-Goin	saint-goin	75	64	642	43.25	-0.7	5
64400	Saucède	saucede	75	64	642	43.2667	-0.6833	5
64400	Estos	estos	75	64	642	43.2167	-0.6167	5
64400	Orin	orin	75	64	642	43.2333	-0.6667	5
64400	Gurmençon	gurmencon	75	64	642	43.1557	-0.5952	5
64400	Geüs-d'Oloron	geus-d-oloron	75	64	642	43.2508	-0.7061	5
64400	Verdets	verdets	75	64	642	43.2333	-0.65	5
64400	Précilhon	precilhon	75	64	642	43.2	-0.5833	5
64400	Aren	aren	75	64	642	43.2667	-0.6833	5
64400	Agnos	agnos	75	64	642	43.1667	-0.6167	5
64400	Poey-d’Oloron	poey-d-oloron	75	64	642	43.25	-0.6667	5
64400	Esquiule	esquiule	75	64	642	43.2	-0.7167	5
64400	Ledeuix	ledeuix	75	64	642	43.2167	-0.6167	5
64401 CEDEX	Oloron-Sainte-Marie	oloron-sainte-marie	75	64	642	43.1944	-0.6107	5
64402 CEDEX	Oloron-Sainte-Marie	oloron-sainte-marie	75	64	642	43.1944	-0.6107	5
64403 CEDEX	Oloron-Sainte-Marie	oloron-sainte-marie	75	64	642	43.1944	-0.6107	5
64404 CEDEX	Oloron-Sainte-Marie	oloron-sainte-marie	75	64	642	43.1944	-0.6107	5
64410	Garos	garos	75	64	643	43.5	-0.4667	5
64410	Larreule	larreule	75	64	643	43.4833	-0.4667	5
64410	Bouillon	bouillon	75	64	643	43.5	-0.5	5
64410	Montagut	montagut	75	64	643	43.5464	-0.5038	5
64410	Coublucq	coublucq	75	64	643	43.5333	-0.3667	5
64410	Malaussanne	malaussanne	75	64	643	43.5591	-0.4727	5
64410	Mialos	mialos	75	64	643	43.5	-0.4	5
64410	Lonçon	loncon	75	64	643	43.4667	-0.4167	5
64410	Cabidos	cabidos	75	64	643	43.55	-0.4667	5
64410	Méracq	meracq	75	64	643	43.5167	-0.3833	5
64410	Poursiugues-Boucoue	poursiugues-boucoue	75	64	643	43.55	-0.3667	5
64410	Fichous-Riumayou	fichous-riumayou	75	64	643	43.4833	-0.45	5
64410	Vignes	vignes	75	64	643	43.5167	-0.4167	5
64410	Arget	arget	75	64	643	43.55	-0.5333	5
64410	Louvigny	louvigny	75	64	643	43.5	-0.45	5
64410	Arzacq-Arraziguet	arzacq-arraziguet	75	64	643	43.5333	-0.4167	5
64410	Pouliacq	pouliacq	75	64	643	43.5333	-0.35	5
64410	Séby	seby	75	64	643	43.4833	-0.4	5
64410	Piets-Plasence-Moustrou	piets-plasence-moustrou	75	64	643	43.5167	-0.5	5
64420	Nousty	nousty	75	64	643	43.2667	-0.2167	5
64420	Soumoulou	soumoulou	75	64	643	43.2667	-0.1833	5
64420	Lucgarier	lucgarier	75	64	643	43.2333	-0.1833	5
64420	Andoins	andoins	75	64	643	43.3	-0.2333	5
64420	Artigueloutan	artigueloutan	75	64	643	43.2667	-0.25	5
64420	Arrien	arrien	75	64	643	43.3167	-0.15	5
64420	Hours	hours	75	64	643	43.2333	-0.1667	5
64420	Gomer	gomer	75	64	643	43.25	-0.1833	5
64420	Saubole	saubole	75	64	643	43.3167	-0.1167	5
64420	Eslourenties-Daban	eslourenties-daban	75	64	643	43.3	-0.1333	5
64420	Lourenties	lourenties	75	64	643	43.2833	-0.1667	5
64420	Limendous	limendous	75	64	643	43.2833	-0.1833	5
64420	Espoey	espoey	75	64	643	43.25	-0.1667	5
64430	Saint-Étienne-de-Baïgorry	saint-etienne-de-baigorry	75	64	641	43.1753	-1.3467	5
64430	Banca	banca	75	64	641	43.1253	-1.3801	5
64430	Urepel	urepel	75	64	641	43.0691	-1.4175	5
64430	Aldudes	aldudes	75	64	641	43.0955	-1.4266	5
64440	Eaux-Bonnes	eaux-bonnes	75	64	642	42.9667	-0.3833	5
64440	Béost	beost	75	64	642	42.993	-0.4146	5
64440	Louvie-Soubiron	louvie-soubiron	75	64	642	42.9989	-0.4175	5
64440	Laruns	laruns	75	64	642	42.9883	-0.4266	5
64450	Auriac	auriac	75	64	643	43.45	-0.3	5
64450	Lasclaveries	lasclaveries	75	64	643	43.4333	-0.2833	5
64450	Doumy	doumy	75	64	643	43.45	-0.3667	5
64450	Navailles-Angos	navailles-angos	75	64	643	43.4167	-0.3333	5
64450	Lalonquette	lalonquette	75	64	643	43.4833	-0.3167	5
64450	Bournos	bournos	75	64	643	43.4333	-0.3833	5
64450	Garlède-Mondebat	garlede-mondebat	75	64	643	43.5	-0.3333	5
64450	Thèze	theze	75	64	643	43.4833	-0.35	5
64450	Miossens-Lanusse	miossens-lanusse	75	64	643	43.4667	-0.3	5
64450	Astis	astis	75	64	643	43.4333	-0.3333	5
64450	Viven	viven	75	64	643	43.4667	-0.3667	5
64450	Argelos	argelos	75	64	643	43.45	-0.35	5
64450	Auga	auga	75	64	643	43.4833	-0.3667	5
64450	Lème	leme	75	64	643	43.5	-0.3667	5
64460	Bédeille	bedeille	75	64	643	43.35	-0.1	5
64460	Castéra-Loubix	castera-loubix	75	64	643	43.4	-0.0333	5
64460	Aast	aast	75	64	643	43.2833	-0.0833	5
64460	Maure	maure	75	64	643	43.3833	-0.0667	5
64460	Pontiacq-Viellepinte	pontiacq-viellepinte	75	64	643	43.3667	-0.05	5
64460	Baleix	baleix	75	64	643	43.3833	-0.1333	5
64460	Labatut	labatut	75	64	643	43.4167	-0.0167	5
64460	Casteide-Doat	casteide-doat	75	64	643	43.3833	-0.0167	5
64460	Monségur	monsegur	75	64	643	43.4333	-0.0167	5
64460	Bentayou-Sérée	bentayou-seree	75	64	643	43.4	-0.0667	5
64460	Ponson-Debat-Pouts	ponson-debat-pouts	75	64	643	43.3333	-0.0333	5
64460	Lamayou	lamayou	75	64	643	43.3833	-0.0333	5
64460	Montaner	montaner	75	64	643	43.3439	-0.0113	5
64460	Ponson-Dessus	ponson-dessus	75	64	643	43.3167	-0.05	5
64470	Trois-Villes	trois-villes	75	64	642	43.1338	-0.8765	5
64470	Alçay-Alçabéhéty-Sunharette	alcay-alcabehety-sunharette	75	64	642	43.0947	-0.9095	5
64470	Tardets-Sorholus	tardets-sorholus	75	64	642	43.1176	-0.8642	5
64470	Laguinge-Restoue	laguinge-restoue	75	64	642	43.0932	-0.8664	5
64470	Etchebar	etchebar	75	64	642	43.0825	-0.893	5
64470	Haux	haux	75	64	642	43.078	-0.8491	5
64470	Sauguis-Saint-Étienne	sauguis-saint-etienne	75	64	642	43.1519	-0.8883	5
64470	Ossas-Suhare	ossas-suhare	75	64	642	43.1399	-0.8903	5
64470	Alos-Sibas-Abense	alos-sibas-abense	75	64	642	43.1167	-0.8667	5
64470	Lacarry-Arhan-Charritte-de-Haut	lacarry-arhan-charritte-de-haut	75	64	642	43.0852	-0.9242	5
64470	Camou-Cihigue	camou-cihigue	75	64	642	43.1164	-0.9063	5
64470	Lichans-Sunhar	lichans-sunhar	75	64	642	43.0931	-0.8746	5
64470	Montory	montory	75	64	642	43.0974	-0.8177	5
64480	Jatxou	jatxou	75	64	641	43.3882	-1.4315	5
64480	Ustaritz	ustaritz	75	64	641	43.3965	-1.456	5
64480	Halsou	halsou	75	64	641	43.3763	-1.4244	5
64480	Larressore	larressore	75	64	641	43.3679	-1.4398	5
64490	Osse-en-Aspe	osse-en-aspe	75	64	642	42.995	-0.6165	5
64490	Borce	borce	75	64	642	42.9167	-0.5667	5
64490	Cette-Eygun	cette-eygun	75	64	642	42.9333	-0.5833	5
64490	Etsaut	etsaut	75	64	642	42.9167	-0.5667	5
64490	Sarrance	sarrance	75	64	642	43.0513	-0.6007	5
64490	Lescun	lescun	75	64	642	42.9333	-0.6333	5
64490	Accous	accous	75	64	642	42.9833	-0.6	5
64490	Escot	escot	75	64	642	43.0833	-0.6	5
64490	Urdos	urdos	75	64	642	42.8667	-0.55	5
64490	Bedous	bedous	75	64	642	43	-0.6	5
64490	Lées-Athas	lees-athas	75	64	642	42.9667	-0.6167	5
64490	Aydius	aydius	75	64	642	43.0014	-0.5411	5
64500	Ciboure	ciboure	75	64	641	43.3829	-1.676	5
64500	Saint-Jean-de-Luz	saint-jean-de-luz	75	64	641	43.3887	-1.6627	5
64501 CEDEX	Saint-Jean-de-Luz	saint-jean-de-luz	75	64	641	43.3887	-1.6627	5
64502 CEDEX	Saint-Jean-de-Luz	saint-jean-de-luz	75	64	641	43.3887	-1.6627	5
64503 CEDEX	Saint-Jean-de-Luz	saint-jean-de-luz	75	64	641	43.3887	-1.6627	5
64504 CEDEX	Saint-Jean-de-Luz	saint-jean-de-luz	75	64	641	43.3887	-1.6627	5
64505 CEDEX	Saint-Jean-de-Luz	saint-jean-de-luz	75	64	641	43.3887	-1.6627	5
64506 CEDEX	Saint-Jean-de-Luz	saint-jean-de-luz	75	64	641	43.3887	-1.6627	5
64510	Meillon	meillon	75	64	643	43.2667	-0.3167	5
64510	Boeil-Bezing	boeil-bezing	75	64	643	43.2167	-0.2667	5
64510	Angaïs	angais	75	64	643	43.2333	-0.25	5
64510	Baliros	baliros	75	64	643	43.2333	-0.3	5
64510	Bordes	bordes	75	64	643	43.2333	-0.2833	5
64510	Narcastet	narcastet	75	64	643	43.25	-0.3167	5
64510	Assat	assat	75	64	643	43.25	-0.3	5
64511 CEDEX	Bordes	bordes	75	64	643	43.2333	-0.2833	5
64520	Came	came	75	64	641	43.4721	-1.1198	5
64520	Bidache	bidache	75	64	641	43.483	-1.1412	5
64520	Bardos	bardos	75	64	641	43.4739	-1.2035	5
64520	Guiche	guiche	75	64	641	43.5114	-1.2055	5
64520	Sames	sames	75	64	641	43.5206	-1.1455	5
64530	Livron	livron	75	64	643	43.2333	-0.1333	5
64530	Barzun	barzun	75	64	643	43.2167	-0.1333	5
64530	Pontacq	pontacq	75	64	643	43.1833	-0.1167	5
64530	Labatmale	labatmale	75	64	643	43.1833	-0.15	5
64530	Ger	ger	75	64	643	43.25	-0.05	5
64560	Licq-Athérey	licq-atherey	75	64	642	43.0669	-0.8787	5
64560	Sainte-Engrâce	sainte-engrace	75	64	642	42.996	-0.8124	5
64560	Larrau	larrau	75	64	642	43.0182	-0.9555	5
64570	Issor	issor	75	64	642	43.1	-0.6667	5
64570	Aramits	aramits	75	64	642	43.1167	-0.7167	5
64570	Lanne-en-Barétous	lanne-en-baretous	75	64	642	43.1167	-0.75	5
64570	Ance	ance	75	64	642	43.15	-0.7	5
64570	Féas	feas	75	64	642	43.1667	-0.6833	5
64570	Arette	arette	75	64	642	43.1	-0.7167	5
64570	Lourdios-Ichère	lourdios-ichere	75	64	642	43.05	-0.6667	5
64600	Anglet	anglet	75	64	641	43.4766	-1.5135	5
64601 CEDEX	Anglet	anglet	75	64	641	43.4766	-1.5135	5
64602 CEDEX	Anglet	anglet	75	64	641	43.4766	-1.5135	5
64603 CEDEX	Anglet	anglet	75	64	641	43.4766	-1.5135	5
64604 CEDEX	Anglet	anglet	75	64	641	43.4766	-1.5135	5
64605 CEDEX	Anglet	anglet	75	64	641	43.4766	-1.5135	5
64640	Iholdy	iholdy	75	64	641	43.2826	-1.1808	5
64640	Saint-Martin-d’Arberoue	saint-martin-d-arberoue	75	64	641	43.3456	-1.1932	5
64640	Saint-Esteben	saint-esteben	75	64	641	43.3379	-1.2086	5
64640	Armendarits	armendarits	75	64	641	43.2999	-1.1751	5
64640	Lantabat	lantabat	75	64	641	43.2523	-1.1277	5
64640	Hélette	helette	75	64	641	43.3079	-1.2438	5
64660	Lurbe-Saint-Christau	lurbe-saint-christau	75	64	642	43.1167	-0.6167	5
64660	Asasp-Arros	asasp-arros	75	64	642	43.1167	-0.6167	5
64680	Ogeu-les-Bains	ogeu-les-bains	75	64	642	43.15	-0.5	5
64680	Buziet	buziet	75	64	642	43.1333	-0.4667	5
64680	Herrère	herrere	75	64	642	43.1667	-0.5333	5
64700	Biriatou	biriatou	75	64	641	43.3335	-1.7433	5
64700	Hendaye	hendaye	75	64	641	43.3717	-1.7738	5
64700	Urrugne	urrugne	75	64	641	43.3636	-1.6992	5
64701 CEDEX	Hendaye	hendaye	75	64	641	43.3717	-1.7738	5
64702 CEDEX	Hendaye	hendaye	75	64	641	43.3717	-1.7738	5
64703 CEDEX	Hendaye	hendaye	75	64	641	43.3717	-1.7738	5
64704 CEDEX	Hendaye	hendaye	75	64	641	43.3717	-1.7738	5
64705 CEDEX	Hendaye	hendaye	75	64	641	43.3717	-1.7738	5
64780	Saint-Martin-d’Arrossa	saint-martin-d-arrossa	75	64	641	43.237	-1.3139	5
64780	Irissarry	irissarry	75	64	641	43.2574	-1.2321	5
64780	Bidarray	bidarray	75	64	641	43.2661	-1.3471	5
64780	Suhescun	suhescun	75	64	641	43.2333	-1.2	5
64780	Ossès	osses	75	64	641	43.2414	-1.285	5
64800	Arthez-d’Asson	arthez-d-asson	75	64	643	43.0833	-0.25	5
64800	Nay	nay	75	64	643	43.1833	-0.2667	5
64800	Montaut	montaut	75	64	643	43.1333	-0.2	5
64800	Lestelle-Bétharram	lestelle-betharram	75	64	643	43.1333	-0.2167	5
64800	Asson	asson	75	64	643	43.15	-0.25	5
64800	Coarraze	coarraze	75	64	643	43.1667	-0.2333	5
64800	Haut-de-Bosdarros	haut-de-bosdarros	75	64	643	43.1833	-0.3167	5
64800	Bordères	borderes	75	64	643	43.2	-0.2167	5
64800	Bourdettes	bourdettes	75	64	643	43.2	-0.2667	5
64800	Saint-Vincent	saint-vincent	75	64	643	43.1667	-0.15	5
64800	Pardies-Piétat	pardies-pietat	75	64	643	43.2167	-0.3	5
64800	Lagos	lagos	75	64	643	43.2167	-0.2167	5
64800	Mirepeix	mirepeix	75	64	643	43.1833	-0.25	5
64800	Igon	igon	75	64	643	43.1667	-0.2333	5
64800	Saint-Abit	saint-abit	75	64	643	43.2	-0.3	5
64800	Baudreix	baudreix	75	64	643	43.204	-0.2581	5
64800	Bruges-Capbis-Mifaget	bruges-capbis-mifaget	75	64	643	43.1333	-0.3	5
64800	Arros-de-Nay	arros-de-nay	75	64	643	43.2	-0.2833	5
64800	Bénéjacq	benejacq	75	64	643	43.2	-0.2167	5
64800	Beuste	beuste	75	64	643	43.2167	-0.2333	5
64811 CEDEX	Serres-Castet	serres-castet	75	64	643	43.3833	-0.35	5
64870	Escout	escout	75	64	642	43.1833	-0.55	5
64870	Escou	escou	75	64	642	43.1833	-0.5333	5
64990	Saint-Pierre-d’Irube	saint-pierre-d-irube	75	64	641	43.4777	-1.4592	5
64990	Lahonce	lahonce	75	64	641	43.4825	-1.391	5
64990	Mouguerre	mouguerre	75	64	641	43.4679	-1.4182	5
64990	Urcuit	urcuit	75	64	641	43.4859	-1.3367	5
64990	Villefranque	villefranque	75	64	641	43.4363	-1.4532	5
79000	Niort	niort	75	79	792	46.3231	-0.4588	5
79000	Sciecq	sciecq	75	79	792	46.3728	-0.4721	5
79000	Bessines	bessines	75	79	792	46.3021	-0.5129	5
79001 CEDEX	Niort	niort	75	79	792	46.3231	-0.4588	5
79002 CEDEX	Niort	niort	75	79	792	46.3231	-0.4588	5
79003 CEDEX	Niort	niort	75	79	792	46.3231	-0.4588	5
79004 CEDEX	Niort	niort	75	79	792	46.3231	-0.4588	5
79005 CEDEX	Niort	niort	75	79	792	46.3231	-0.4588	5
79006 CEDEX	Niort	niort	75	79	792	46.3231	-0.4588	5
79007 CEDEX	Niort	niort	75	79	792	46.3231	-0.4588	5
79008 CEDEX	Niort	niort	75	79	792	46.3231	-0.4588	5
79009 CEDEX	Niort	niort	75	79	792	46.3231	-0.4588	5
79010 CEDEX	Niort	niort	75	79	792	46.3231	-0.4588	5
79011 CEDEX	Niort	niort	75	79	792	46.3231	-0.4588	5
79012 CEDEX	Niort	niort	75	79	792	46.3231	-0.4588	5
79013 CEDEX	Niort	niort	75	79	792	46.3231	-0.4588	5
79014 CEDEX	Niort	niort	75	79	792	46.3231	-0.4588	5
79015 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79016 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79017 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79018 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79021 CEDEX	Niort	niort	75	79	792	46.3231	-0.4588	5
79022 CEDEX	Niort	niort	75	79	792	46.3231	-0.4588	5
79023 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79024 CEDEX	Niort	niort	75	79	792	46.3231	-0.4588	5
79025 CEDEX	Niort	niort	75	79	792	46.3231	-0.4588	5
79026 CEDEX	Niort	niort	75	79	792	46.3231	-0.4588	5
79027 CEDEX	Niort	niort	75	79	792	46.3231	-0.4588	5
79028 CEDEX	Niort	niort	75	79	792	46.3231	-0.4588	5
79029 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79030 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79031 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79032 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79033 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79034 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79035 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79036 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79037 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79038 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79039 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79041 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79042 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79043 CEDEX	Niort	niort	75	79	792	46.3231	-0.4588	5
79044 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79045 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79046 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79049 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79050 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79051 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79052 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79053 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79054 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79055 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79056 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79059 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79060 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79061 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79068 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79069 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79070 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79071 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79072 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79073 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79074 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79075 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79076 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79077 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79079 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79080 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79081 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79082 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79083 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79084 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79085 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79086 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79087 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79088 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79091 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79092 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79093 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79098 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79099 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79100	Brie	brie	75	79	791	46.9202	-0.0398	5
79100	Louzy	louzy	75	79	791	47.012	-0.1854	5
79100	Pas-de-Jeu	pas-de-jeu	75	79	791	46.9754	-0.0422	5
79100	Saint-Jacques-de-Thouars	saint-jacques-de-thouars	75	79	791	46.9682	-0.2216	5
79100	Sainte-Radegonde	sainte-radegonde	75	79	791	46.9833	-0.25	5
79100	Thouars	thouars	75	79	791	46.976	-0.2151	5
79100	Taizé	taize	75	79	791	46.925	-0.1155	5
79100	Saint-Cyr-la-Lande	saint-cyr-la-lande	75	79	791	47.0514	-0.1434	5
79100	Mauzé-Thouarsais	mauze-thouarsais	75	79	791	46.9761	-0.2785	5
79100	Saint-Léger-de-Montbrun	saint-leger-de-montbrun	75	79	791	47	-0.1333	5
79100	Saint-Jean-de-Thouars	saint-jean-de-thouars	75	79	791	46.9649	-0.2111	5
79100	Sainte-Verge	sainte-verge	75	79	791	47.0082	-0.2103	5
79100	Luzay	luzay	75	79	791	46.923	-0.1949	5
79100	Saint-Martin-de-Mâcon	saint-martin-de-macon	75	79	791	47.0134	-0.114	5
79100	Missé	misse	75	79	791	46.9484	-0.1922	5
79100	Oiron	oiron	75	79	791	46.9502	-0.0825	5
79100	Tourtenay	tourtenay	75	79	791	47.0345	-0.1203	5
79101 CEDEX	Thouars	thouars	75	79	791	46.976	-0.2151	5
79102 CEDEX	Thouars	thouars	75	79	791	46.976	-0.2151	5
79103 CEDEX	Thouars	thouars	75	79	791	46.976	-0.2151	5
79104 CEDEX	Thouars	thouars	75	79	791	46.976	-0.2151	5
79105 CEDEX	Thouars	thouars	75	79	791	46.976	-0.2151	5
79106 CEDEX	Thouars	thouars	75	79	791	46.976	-0.2151	5
79109 CEDEX	Thouars	thouars	75	79	791	46.976	-0.2151	5
79110	Bouin	bouin	75	79	792	46.0851	-0.0149	5
79110	Chef-Boutonne	chef-boutonne	75	79	792	46.1086	-0.0708	5
79110	Gournay-Loizé	gournay-loize	75	79	792	46.15	-0.05	5
79110	Loubillé	loubille	75	79	792	46.0497	-0.0641	5
79110	Couture-d’Argenson	couture-d-argenson	75	79	792	45.9921	-0.084	5
79110	Fontenille-Saint-Martin-d'Entraigues	fontenille-saint-martin-d-entraigues	75	79	792	46.1167	-0.1333	5
79110	Hanc	hanc	75	79	792	46.0743	-0.0161	5
79110	La Bataille	la-bataille	75	79	792	46.0866	-0.1082	5
79110	Crézières	crezieres	75	79	792	46.0825	-0.1371	5
79110	Tillou	tillou	75	79	792	46.1505	-0.1212	5
79110	Aubigné	aubigne	75	79	792	46.0567	-0.1414	5
79110	Ardilleux	ardilleux	75	79	792	46.0972	-0.0444	5
79110	Villemain	villemain	75	79	792	46.0227	-0.0866	5
79110	Sompt	sompt	75	79	792	46.1596	-0.1018	5
79110	Loubigné	loubigne	75	79	792	46.0778	-0.0861	5
79110	Pioussay	pioussay	75	79	792	46.0746	0.0247	5
79120	Sainte-Soline	sainte-soline	75	79	792	46.2467	0.0364	5
79120	Chenay	chenay	75	79	792	46.3249	-0.0336	5
79120	Lezay	lezay	75	79	792	46.2644	-0.0092	5
79120	Chey	chey	75	79	792	46.3042	-0.0504	5
79120	Sepvret	sepvret	75	79	792	46.287	-0.088	5
79120	Messé	messe	75	79	792	46.2639	0.1147	5
79120	Vanzay	vanzay	75	79	792	46.2329	0.1063	5
79120	Saint-Coutant	saint-coutant	75	79	792	46.232	-0.0157	5
79120	Vançais	vancais	75	79	792	46.3013	0.0542	5
79120	Rom	rom	75	79	792	46.2931	0.1156	5
79130	Secondigny	secondigny	75	79	793	46.6102	-0.4168	5
79130	Azay-sur-Thouet	azay-sur-thouet	75	79	793	46.6245	-0.3503	5
79130	Le Retail	le-retail	75	79	793	46.5629	-0.4451	5
79130	Allonne	allonne	75	79	793	46.5821	-0.3829	5
79130	Neuvy-Bouin	neuvy-bouin	75	79	791	46.6762	-0.4596	5
79130	Le Beugnon	le-beugnon	75	79	793	46.5817	-0.4996	5
79130	Pougne-Hérisson	pougne-herisson	75	79	793	46.6611	-0.3988	5
79140	Montravers	montravers	75	79	791	46.8285	-0.7173	5
79140	Le Pin	le-pin	75	79	791	46.8618	-0.6544	5
79140	Cirières	cirieres	75	79	791	46.8333	-0.6167	5
79140	Cerizay	cerizay	75	79	791	46.8215	-0.6673	5
79140	Combrand	combrand	75	79	791	46.8641	-0.6887	5
79140	Bretignolles	bretignolles	75	79	791	46.8636	-0.6063	5
79141 CEDEX	Cerizay	cerizay	75	79	791	46.8215	-0.6673	5
79142 CEDEX	Cerizay	cerizay	75	79	791	46.8215	-0.6673	5
79143 CEDEX	Cerizay	cerizay	75	79	791	46.8215	-0.6673	5
79144 CEDEX	Cerizay	cerizay	75	79	791	46.8215	-0.6673	5
79145 CEDEX	Cerizay	cerizay	75	79	791	46.8215	-0.6673	5
79150	La Coudre	la-coudre	75	79	791	46.9462	-0.4705	5
79150	Argentonnay	argentonnay	75	79	791	46.9847	-0.4497	5
79150	Étusson	etusson	75	79	791	47.0151	-0.5133	5
79150	Le Breuil-sous-Argenton	le-breuil-sous-argenton	75	79	791	46.9919	-0.4295	5
79150	Massais	massais	75	79	791	47.0055	-0.3437	5
79150	Argenton-les-Vallées	argenton-les-vallees	75	79	791	46.9833	-0.45	5
79150	Genneton	genneton	75	79	791	47.0543	-0.4277	5
79150	Moutiers-sous-Argenton	moutiers-sous-argenton	75	79	791	46.9543	-0.3921	5
79150	Voultegon	voultegon	75	79	791	46.9313	-0.5171	5
79150	Saint-Maurice-la-Fougereuse	saint-maurice-la-fougereuse	75	79	791	47.0331	-0.5089	5
79150	Voulmentin	voulmentin	75	79	791	46.944	-0.5143	5
79150	Ulcot	ulcot	75	79	791	47.0264	-0.3994	5
79150	Saint Maurice Étusson	saint-maurice-etusson	75	79	791	47.0336	-0.5089	5
79160	Béceleuf	beceleuf	75	79	793	46.4719	-0.5065	5
79160	Saint-Laurs	saint-laurs	75	79	793	46.5211	-0.5734	5
79160	Villiers-en-Plaine	villiers-en-plaine	75	79	792	46.4089	-0.5376	5
79160	Faye-sur-Ardin	faye-sur-ardin	75	79	793	46.4483	-0.5114	5
79160	Ardin	ardin	75	79	793	46.4751	-0.5542	5
79160	La Chapelle-Thireuil	la-chapelle-thireuil	75	79	793	46.5581	-0.5557	5
79160	Fenioux	fenioux	75	79	793	46.5445	-0.4936	5
79160	Saint-Maixent-de-Beugné	saint-maixent-de-beugne	75	79	793	46.504	-0.6082	5
79160	Coulonges-sur-l’Autize	coulonges-sur-l-autize	75	79	793	46.4833	-0.5985	5
79160	Saint-Pompain	saint-pompain	75	79	793	46.4403	-0.5999	5
79160	Puihardy	puihardy	75	79	793	46.5167	-0.5333	5
79170	Luché-sur-Brioux	luche-sur-brioux	75	79	792	46.1304	-0.1494	5
79170	Périgné	perigne	75	79	792	46.1875	-0.2539	5
79170	Vernoux-sur-Boutonne	vernoux-sur-boutonne	75	79	792	46.1607	-0.2453	5
79170	Villefollet	villefollet	75	79	792	46.1256	-0.2652	5
79170	Séligné	seligne	75	79	792	46.1449	-0.282	5
79170	Chizé	chize	75	79	792	46.1167	-0.3474	5
79170	Lusseray	lusseray	75	79	792	46.1467	-0.1668	5
79170	Brioux-sur-Boutonne	brioux-sur-boutonne	75	79	792	46.1417	-0.2218	5
79170	Chérigné	cherigne	75	79	792	46.1224	-0.1701	5
79170	Brieuil-sur-Chizé	brieuil-sur-chize	75	79	792	46.123	-0.3195	5
79170	Le Vert	le-vert	75	79	792	46.0927	-0.3957	5
79170	Asnières-en-Poitou	asnieres-en-poitou	75	79	792	46.1034	-0.1986	5
79170	Ensigné	ensigne	75	79	792	46.0867	-0.2437	5
79170	Secondigné-sur-Belle	secondigne-sur-belle	75	79	792	46.1635	-0.2978	5
79170	Villiers-sur-Chizé	villiers-sur-chize	75	79	792	46.0998	-0.3014	5
79170	Paizay-le-Chapt	paizay-le-chapt	75	79	792	46.0827	-0.1787	5
79170	Juillé	juille	75	79	792	46.1164	-0.2162	5
79180	Chauray	chauray	75	79	792	46.36	-0.3786	5
79181 CEDEX	Chauray	chauray	75	79	792	46.36	-0.3786	5
79182 CEDEX	Chauray	chauray	75	79	792	46.36	-0.3786	5
79184 CEDEX	Chauray	chauray	75	79	792	46.36	-0.3786	5
79185 CEDEX	Chauray	chauray	75	79	792	46.36	-0.3786	5
79189 CEDEX	Chauray	chauray	75	79	792	46.36	-0.3786	5
79190	Lorigné	lorigne	75	79	792	46.1102	0.0627	5
79190	Pliboux	pliboux	75	79	792	46.1678	0.1269	5
79190	Clussais-la-Pommeraie	clussais-la-pommeraie	75	79	792	46.1966	0.0478	5
79190	Melleran	melleran	75	79	792	46.1317	0.003	5
79190	Sauzé-Vaussais	sauze-vaussais	75	79	792	46.1337	0.1067	5
79190	Limalonges	limalonges	75	79	792	46.1301	0.1692	5
79190	Pers	pers	75	79	792	46.2193	0.0678	5
79190	La Chapelle-Pouilloux	la-chapelle-pouilloux	75	79	792	46.1328	0.0377	5
79190	Mairé-Levescault	maire-levescault	75	79	792	46.15	0.0833	5
79190	Les Alleuds	les-alleuds	75	79	792	46.1629	-0.0093	5
79190	Montalembert	montalembert	75	79	792	46.1093	0.1571	5
79190	Caunay	caunay	75	79	792	46.2	0.088	5
79200	La Chapelle-Bertrand	la-chapelle-bertrand	75	79	793	46.621	-0.1753	5
79200	Gourgé	gourge	75	79	793	46.7281	-0.1672	5
79200	Saint-Germain-de-Longue-Chaume	saint-germain-de-longue-chaume	75	79	793	46.7161	-0.3475	5
79200	Le Tallud	le-tallud	75	79	793	46.6291	-0.2998	5
79200	Châtillon-sur-Thouet	chatillon-sur-thouet	75	79	793	46.6618	-0.2349	5
79200	Viennay	viennay	75	79	793	46.6871	-0.2464	5
79200	Lageon	lageon	75	79	793	46.7318	-0.2351	5
79200	La Peyratte	la-peyratte	75	79	793	46.6745	-0.1491	5
79200	Adilly	adilly	75	79	793	46.69	-0.3088	5
79200	Saurais	saurais	75	79	793	46.6193	-0.1447	5
79200	Parthenay	parthenay	75	79	793	46.65	-0.25	5
79200	Pompaire	pompaire	75	79	793	46.6073	-0.2324	5
79201 CEDEX	Parthenay	parthenay	75	79	793	46.65	-0.25	5
79202 CEDEX	Parthenay	parthenay	75	79	793	46.65	-0.25	5
79203 CEDEX	Parthenay	parthenay	75	79	793	46.65	-0.25	5
79204 CEDEX	Parthenay	parthenay	75	79	793	46.65	-0.25	5
79205 CEDEX	Parthenay	parthenay	75	79	793	46.65	-0.25	5
79206 CEDEX	Parthenay	parthenay	75	79	793	46.65	-0.25	5
79208 CEDEX	Parthenay	parthenay	75	79	793	46.65	-0.25	5
79209 CEDEX	Parthenay	parthenay	75	79	793	46.65	-0.25	5
79210	Amuré	amure	75	79	792	46.2651	-0.6277	5
79210	Priaires	priaires	75	79	792	46.1425	-0.6056	5
79210	Usseau	usseau	75	79	792	46.1738	-0.5798	5
79210	Prin-Deyrançon	prin-deyrancon	75	79	792	46.2217	-0.6363	5
79210	Arçais	arcais	75	79	792	46.2954	-0.6903	5
79210	Mauzé-sur-le-Mignon	mauze-sur-le-mignon	75	79	792	46.1952	-0.6703	5
79210	Le Bourdet	le-bourdet	75	79	792	46.2337	-0.6233	5
79210	Saint-Georges-de-Rex	saint-georges-de-rex	75	79	792	46.2779	-0.6528	5
79210	Saint-Hilaire-la-Palud	saint-hilaire-la-palud	75	79	792	46.2668	-0.7138	5
79220	Pamplie	pamplie	75	79	793	46.5368	-0.4395	5
79220	Saint-Christophe-sur-Roc	saint-christophe-sur-roc	75	79	793	46.4469	-0.3483	5
79220	Cours	cours	75	79	793	46.497	-0.4156	5
79220	Sainte-Ouenne	sainte-ouenne	75	79	793	46.445	-0.4451	5
79220	Germond-Rouvre	germond-rouvre	75	79	792	46.45	-0.4167	5
79220	La Chapelle-Bâton	la-chapelle-baton	75	79	793	46.4732	-0.3277	5
79220	Xaintray	xaintray	75	79	793	46.4931	-0.4787	5
79220	Champdeniers-Saint-Denis	champdeniers-saint-denis	75	79	793	46.4833	-0.4	5
79220	Surin	surin	75	79	793	46.4608	-0.4632	5
79220	Les Groseillers	les-groseillers	75	79	793	46.5256	-0.4031	5
79230	Saint-Martin-de-Bernegoue	saint-martin-de-bernegoue	75	79	792	46.2374	-0.3487	5
79230	Prahecq	prahecq	75	79	792	46.259	-0.3443	5
79230	Aiffres	aiffres	75	79	792	46.2945	-0.421	5
79230	Saint-Romans-des-Champs	saint-romans-des-champs	75	79	792	46.2039	-0.3466	5
79230	Juscorps	juscorps	75	79	792	46.2142	-0.3875	5
79230	Vouillé	vouille	75	79	792	46.3155	-0.3684	5
79230	Fors	fors	75	79	792	46.2357	-0.409	5
79230	Brûlain	brulain	75	79	792	46.2017	-0.3201	5
79231 CEDEX	Prahecq	prahecq	75	79	792	46.259	-0.3443	5
79232 CEDEX	Prahecq	prahecq	75	79	792	46.259	-0.3443	5
79233 CEDEX	Prahecq	prahecq	75	79	792	46.259	-0.3443	5
79234 CEDEX	Prahecq	prahecq	75	79	792	46.259	-0.3443	5
79240	Le Busseau	le-busseau	75	79	793	46.5799	-0.5943	5
79240	Saint-Paul-en-Gâtine	saint-paul-en-gatine	75	79	791	46.6327	-0.6148	5
79240	L’Absie	l-absie	75	79	791	46.6315	-0.5758	5
79240	Trayes	trayes	75	79	791	46.6867	-0.4782	5
79240	La Chapelle-Saint-Étienne	la-chapelle-saint-etienne	75	79	791	46.6833	-0.5752	5
79240	Largeasse	largeasse	75	79	791	46.6937	-0.4998	5
79240	Vernoux-en-Gâtine	vernoux-en-gatine	75	79	793	46.6357	-0.5133	5
79240	Scillé	scille	75	79	793	46.6	-0.5582	5
79250	Nueil-les-Aubiers	nueil-les-aubiers	75	79	791	46.9333	-0.5833	5
79260	Sainte-Néomaye	sainte-neomaye	75	79	792	46.3725	-0.2597	5
79260	François	francois	75	79	792	46.3717	-0.3455	5
79260	Romans	romans	75	79	792	46.3577	-0.2265	5
79260	La Crèche	la-creche	75	79	792	46.3667	-0.3	5
79270	Sansais	sansais	75	79	792	46.2746	-0.5867	5
79270	La Rochénard	la-rochenard	75	79	792	46.205	-0.5854	5
79270	Le Vanneau-Irleau	le-vanneau-irleau	75	79	792	46.3	-0.6333	5
79270	Frontenay-Rohan-Rohan	frontenay-rohan-rohan	75	79	792	46.2528	-0.5383	5
79270	Vallans	vallans	75	79	792	46.2159	-0.5515	5
79270	Épannes	epannes	75	79	792	46.2293	-0.5818	5
79270	Saint-Symphorien	saint-symphorien	75	79	792	46.2644	-0.4922	5
79290	Argenton-l'Église	argenton-l-eglise	75	79	791	47.0443	-0.2618	5
79290	Brion-près-Thouet	brion-pres-thouet	75	79	791	47.0514	-0.1867	5
79290	Cersay	cersay	75	79	791	47.0457	-0.3534	5
79290	Bouillé-Saint-Paul	bouille-saint-paul	75	79	791	47.0254	-0.3461	5
79290	Saint-Martin-de-Sanzay	saint-martin-de-sanzay	75	79	791	47.081	-0.1992	5
79290	Bouillé-Loretz	bouille-loretz	75	79	791	47.0791	-0.2718	5
79300	Boismé	boisme	75	79	791	46.7739	-0.4348	5
79300	Bressuire	bressuire	75	79	791	46.85	-0.4833	5
79300	Saint-Aubin-du-Plain	saint-aubin-du-plain	75	79	791	46.9241	-0.4757	5
79300	La Chapelle-Gaudin	la-chapelle-gaudin	75	79	791	46.932	-0.3773	5
79300	Argentonnay	argentonnay	75	79	791	46.9847	-0.4497	5
79301 CEDEX	Bressuire	bressuire	75	79	791	46.85	-0.4833	5
79302 CEDEX	Bressuire	bressuire	75	79	791	46.85	-0.4833	5
79303 CEDEX	Bressuire	bressuire	75	79	791	46.85	-0.4833	5
79304 CEDEX	Bressuire	bressuire	75	79	791	46.85	-0.4833	5
79305 CEDEX	Bressuire	bressuire	75	79	791	46.85	-0.4833	5
79306 CEDEX	Bressuire	bressuire	75	79	791	46.85	-0.4833	5
79307 CEDEX	Bressuire	bressuire	75	79	791	46.85	-0.4833	5
79308 CEDEX	Bressuire	bressuire	75	79	791	46.85	-0.4833	5
79309 CEDEX	Bressuire	bressuire	75	79	791	46.85	-0.4833	5
79310	Soutiers	soutiers	75	79	793	46.57	-0.2797	5
79310	Saint-Marc-la-Lande	saint-marc-la-lande	75	79	793	46.5207	-0.3797	5
79310	Mazières-en-Gâtine	mazieres-en-gatine	75	79	793	46.5323	-0.3229	5
79310	Vouhé	vouhe	75	79	793	46.5477	-0.2371	5
79310	Saint-Pardoux	saint-pardoux	75	79	793	46.5716	-0.3054	5
79310	La Boissière-en-Gâtine	la-boissiere-en-gatine	75	79	793	46.5562	-0.3694	5
79310	Verruyes	verruyes	75	79	793	46.5164	-0.2894	5
79320	Moncoutant	moncoutant	75	79	791	46.7255	-0.588	5
79320	Pugny	pugny	75	79	791	46.7271	-0.5245	5
79320	Moutiers-sous-Chantemerle	moutiers-sous-chantemerle	75	79	791	46.6954	-0.6181	5
79320	Chanteloup	chanteloup	75	79	791	46.7663	-0.5232	5
79320	Le Breuil-Bernard	le-breuil-bernard	75	79	791	46.7201	-0.5527	5
79330	Luché-Thouarsais	luche-thouarsais	75	79	791	46.8962	-0.3313	5
79330	Saint-Varent	saint-varent	75	79	791	46.8893	-0.2321	5
79330	Geay	geay	75	79	791	46.8794	-0.3265	5
79330	Pierrefitte	pierrefitte	75	79	791	46.8691	-0.3007	5
79330	Glénay	glenay	75	79	791	46.8604	-0.2508	5
79330	Coulonges-Thouarsais	coulonges-thouarsais	75	79	791	46.9253	-0.3213	5
79330	Sainte-Gemme	sainte-gemme	75	79	791	46.9003	-0.2875	5
79340	Chantecorps	chantecorps	75	79	793	46.4966	-0.1557	5
79340	Ménigoute	menigoute	75	79	793	46.4974	-0.0579	5
79340	Vasles	vasles	75	79	793	46.5762	-0.0264	5
79340	Fomperron	fomperron	75	79	793	46.4755	-0.1089	5
79340	Les Forges	les-forges	75	79	793	46.5404	-0.0315	5
79340	Saint-Germier	saint-germier	75	79	793	46.4621	-0.0385	5
79340	Coutières	coutieres	75	79	793	46.5054	-0.1173	5
79350	Clessé	clesse	75	79	791	46.7168	-0.406	5
79350	Amailloux	amailloux	75	79	793	46.7466	-0.3181	5
79350	Chiché	chiche	75	79	791	46.7964	-0.3556	5
79350	Faye-l’Abbesse	faye-l-abbesse	75	79	791	46.8305	-0.3532	5
79360	Granzay-Gript	granzay-gript	75	79	792	46.2167	-0.4833	5
79360	La Foye-Monjault	la-foye-monjault	75	79	792	46.187	-0.5378	5
79360	Les Fosses	les-fosses	75	79	792	46.1672	-0.3739	5
79360	Saint-Étienne-la-Cigogne	saint-etienne-la-cigogne	75	79	792	46.1167	-0.5	5
79360	Beauvoir-sur-Niort	beauvoir-sur-niort	75	79	792	46.1802	-0.4718	5
79360	Villiers-en-Bois	villiers-en-bois	75	79	792	46.1478	-0.4062	5
79360	Marigny	marigny	75	79	792	46.1982	-0.4183	5
79360	Belleville	belleville	75	79	792	46.1266	-0.4993	5
79360	Thorigny-sur-le-Mignon	thorigny-sur-le-mignon	75	79	792	46.15	-0.55	5
79360	Boisserolles	boisserolles	75	79	792	46.1139	-0.4709	5
79360	Prissé-la-Charrière	prisse-la-charriere	75	79	792	46.15	-0.5	5
79370	Sainte-Blandine	sainte-blandine	75	79	792	46.2414	-0.2745	5
79370	Mougon	mougon	75	79	792	46.2956	-0.2866	5
79370	Beaussais	beaussais	75	79	792	46.2906	-0.1535	5
79370	Saint-Médard	saint-medard	75	79	792	46.2129	-0.2783	5
79370	Prailles	prailles	75	79	792	46.3234	-0.218	5
79370	Thorigné	thorigne	75	79	792	46.2915	-0.2512	5
79370	Fressines	fressines	75	79	792	46.3221	-0.2962	5
79370	Celles-sur-Belle	celles-sur-belle	75	79	792	46.2622	-0.2127	5
79370	Beaussais-Vitré	beaussais-vitre	75	79	792	46.2903	-0.1528	5
79370	Vitré	vitre	75	79	792	46.282	-0.1975	5
79370	Aigonnay	aigonnay	75	79	792	46.3295	-0.2606	5
79380	Saint-Jouin-de-Milly	saint-jouin-de-milly	75	79	791	46.754	-0.6203	5
79380	La Forêt-sur-Sèvre	la-foret-sur-sevre	75	79	791	46.769	-0.6496	5
79380	Saint-André-sur-Sèvre	saint-andre-sur-sevre	75	79	791	46.783	-0.6769	5
79390	Pressigny	pressigny	75	79	793	46.7439	-0.0866	5
79390	Lhoumois	lhoumois	75	79	793	46.7056	-0.1207	5
79390	Oroux	oroux	75	79	793	46.6926	-0.0891	5
79390	Thénezay	thenezay	75	79	793	46.7188	-0.0288	5
79390	La Ferrière-en-Parthenay	la-ferriere-en-parthenay	75	79	793	46.6564	-0.0767	5
79390	Doux	doux	75	79	793	46.7399	0.015	5
79390	Aubigny	aubigny	75	79	793	46.7411	-0.1191	5
79400	Saivres	saivres	75	79	792	46.4326	-0.2368	5
79400	Augé	auge	75	79	792	46.4396	-0.2874	5
79400	Azay-le-Brûlé	azay-le-brule	75	79	792	46.4001	-0.2491	5
79400	Saint-Maixent-l’École	saint-maixent-l-ecole	75	79	792	46.4139	-0.2089	5
79400	Exireuil	exireuil	75	79	792	46.4338	-0.1925	5
79400	Nanteuil	nanteuil	75	79	792	46.4117	-0.1746	5
79400	Saint-Martin-de-Saint-Maixent	saint-martin-de-saint-maixent	75	79	792	46.3952	-0.1933	5
79400	Saint-Georges-de-Noisné	saint-georges-de-noisne	75	79	793	46.4927	-0.257	5
79401 CEDEX	Saint-Maixent-l’École	saint-maixent-l-ecole	75	79	792	46.4139	-0.2089	5
79402 CEDEX	Saint-Maixent-l’École	saint-maixent-l-ecole	75	79	792	46.4139	-0.2089	5
79403 CEDEX	Saint-Maixent-l’École	saint-maixent-l-ecole	75	79	792	46.4139	-0.2089	5
79404 CEDEX	Saint-Maixent-l’École	saint-maixent-l-ecole	75	79	792	46.4139	-0.2089	5
79409 CEDEX	Saint-Maixent-l’École	saint-maixent-l-ecole	75	79	792	46.4139	-0.2089	5
79410	Cherveux	cherveux	75	79	792	46.4154	-0.3571	5
79410	Échiré	echire	75	79	792	46.3875	-0.4151	5
79410	Saint-Rémy	saint-remy	75	79	792	46.3708	-0.5272	5
79410	Saint-Gelais	saint-gelais	75	79	792	46.3823	-0.3908	5
79410	Saint-Maxire	saint-maxire	75	79	792	46.3991	-0.4799	5
79420	Vautebis	vautebis	75	79	793	46.5345	-0.153	5
79420	Reffannes	reffannes	75	79	793	46.55	-0.189	5
79420	Saint-Martin-du-Fouilloux	saint-martin-du-fouilloux	75	79	793	46.5898	-0.1208	5
79420	Saint-Lin	saint-lin	75	79	793	46.528	-0.2414	5
79420	Beaulieu-sous-Parthenay	beaulieu-sous-parthenay	75	79	793	46.5763	-0.2347	5
79420	Clavé	clave	75	79	793	46.493	-0.2158	5
79420	Vausseroux	vausseroux	75	79	793	46.5506	-0.1368	5
79430	La Chapelle-Saint-Laurent	la-chapelle-saint-laurent	75	79	791	46.7464	-0.4764	5
79440	Courlay	courlay	75	79	791	46.7794	-0.5661	5
79450	Saint-Aubin-le-Cloud	saint-aubin-le-cloud	75	79	793	46.6531	-0.3526	5
79450	Fénery	fenery	75	79	793	46.6877	-0.3626	5
79460	Magné	magne	75	79	792	46.3155	-0.5458	5
79500	Saint-Vincent-la-Châtre	saint-vincent-la-chatre	75	79	792	46.2213	-0.037	5
79500	Paizay-le-Tort	paizay-le-tort	75	79	792	46.1798	-0.1616	5
79500	Saint-Léger-de-la-Martinière	saint-leger-de-la-martiniere	75	79	792	46.2167	-0.1167	5
79500	Pouffonds	pouffonds	75	79	792	46.2036	-0.1168	5
79500	Chail	chail	75	79	792	46.2091	-0.0922	5
79500	Saint-Martin-lès-Melle	saint-martin-les-melle	75	79	792	46.2212	-0.1651	5
79500	Maisonnay	maisonnay	75	79	792	46.1885	-0.0613	5
79500	Melle	melle	75	79	792	46.2228	-0.1422	5
79500	Saint-Génard	saint-genard	75	79	792	46.1815	-0.1345	5
79500	Saint-Romans-lès-Melle	saint-romans-les-melle	75	79	792	46.2057	-0.1889	5
79500	Mazières-sur-Béronne	mazieres-sur-beronne	75	79	792	46.1948	-0.1845	5
79510	Coulon	coulon	75	79	792	46.3233	-0.5856	5
79600	Boussais	boussais	75	79	793	46.8294	-0.2467	5
79600	Irais	irais	75	79	793	46.8793	-0.0926	5
79600	Saint-Jouin-de-Marnes	saint-jouin-de-marnes	75	79	791	46.8807	-0.0552	5
79600	Saint-Loup-Lamairé	saint-loup-lamaire	75	79	793	46.7833	-0.15	5
79600	Maisontiers	maisontiers	75	79	793	46.7777	-0.2503	5
79600	Le Chillou	le-chillou	75	79	793	46.763	-0.1377	5
79600	Assais-les-Jumeaux	assais-les-jumeaux	75	79	793	46.7833	-0.05	5
79600	Availles-Thouarsais	availles-thouarsais	75	79	793	46.8588	-0.1431	5
79600	Airvault	airvault	75	79	793	46.8253	-0.1363	5
79600	Louin	louin	75	79	793	46.8024	-0.1587	5
79600	Marnes	marnes	75	79	791	46.8562	-0.0174	5
79600	Saint-Généroux	saint-generoux	75	79	791	46.8839	-0.1387	5
79600	Tessonnière	tessonniere	75	79	793	46.813	-0.1914	5
79700	La Petite-Boissière	la-petite-boissiere	75	79	791	46.8838	-0.7419	5
79700	Saint-Amand-sur-Sèvre	saint-amand-sur-sevre	75	79	791	46.869	-0.7944	5
79700	Mauléon	mauleon	75	79	791	46.9167	-0.75	5
79700	Saint-Pierre-des-Échaubrognes	saint-pierre-des-echaubrognes	75	79	791	46.9899	-0.7444	5
79800	Sainte-Eanne	sainte-eanne	75	79	792	46.3833	-0.15	5
79800	La Couarde	la-couarde	75	79	792	46.3202	-0.1602	5
79800	Salles	salles	75	79	792	46.3851	-0.0991	5
79800	Avon	avon	75	79	792	46.3827	-0.0068	5
79800	La Mothe-Saint-Héray	la-mothe-saint-heray	75	79	792	46.3593	-0.1124	5
79800	Bougon	bougon	75	79	792	46.3689	-0.0663	5
79800	Soudan	soudan	75	79	792	46.4224	-0.1123	5
79800	Souvigné	souvigne	75	79	792	46.373	-0.1872	5
79800	Pamproux	pamproux	75	79	792	46.3958	-0.0533	5
79800	Exoudun	exoudun	75	79	792	46.3445	-0.0819	5
79939 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79950 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
79953 CEDEX 9	Niort	niort	75	79	792	46.3231	-0.4588	5
37160	Buxeuil	buxeuil	75	86	861	46.9754	0.675	5
86000	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86001 CEDEX	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86002 CEDEX	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86003 CEDEX	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86004 CEDEX	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86005 CEDEX	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86006 CEDEX	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86007 CEDEX	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86008 CEDEX	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86009 CEDEX	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86010 CEDEX	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86011 CEDEX	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86012 CEDEX	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86013 CEDEX	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86020 CEDEX	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86021 CEDEX	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86022 CEDEX	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86023 CEDEX	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86029 CEDEX	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86030 CEDEX	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86034 CEDEX	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86035 CEDEX	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86036 CEDEX	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86038 CEDEX	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86042 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86043 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86044 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86045 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86046 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86047 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86050 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86051 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86052 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86053 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86054 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86055 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86056 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86060 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86061 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86062 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86063 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86065 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86066 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86067 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86068 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86069 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86071 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86072 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86073 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86074 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86076 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86080 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86081 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86082 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86083 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86084 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86085 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86086 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86087 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86088 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86089 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86090 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86091 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86092 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86093 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86094 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86095 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86096 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86097 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86098 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86100	Châtellerault	chatellerault	75	86	861	46.8	0.5333	5
86100	Senillé	senille	75	86	861	46.7667	0.6	5
86100	Senillé-Saint-Sauveur	senille-saint-sauveur	75	86	861	46.8083	0.6231	5
86100	Saint-Sauveur	saint-sauveur	75	86	861	46.8084	0.6228	5
86100	Antran	antran	75	86	861	46.8535	0.5432	5
86101 CEDEX	Châtellerault	chatellerault	75	86	861	46.8	0.5333	5
86102 CEDEX	Châtellerault	chatellerault	75	86	861	46.8	0.5333	5
86103 CEDEX	Châtellerault	chatellerault	75	86	861	46.8	0.5333	5
86104 CEDEX	Châtellerault	chatellerault	75	86	861	46.8	0.5333	5
86105 CEDEX	Châtellerault	chatellerault	75	86	861	46.8	0.5333	5
86106 CEDEX	Châtellerault	chatellerault	75	86	861	46.8	0.5333	5
86107 CEDEX	Châtellerault	chatellerault	75	86	861	46.8	0.5333	5
86108 CEDEX	Châtellerault	chatellerault	75	86	861	46.8	0.5333	5
86109 CEDEX	Châtellerault	chatellerault	75	86	861	46.8	0.5333	5
86110	Amberre	amberre	75	86	863	46.7668	0.1646	5
86110	Mazeuil	mazeuil	75	86	861	46.7878	0.0838	5
86110	Mirebeau	mirebeau	75	86	863	46.7874	0.1834	5
86110	Coussay	coussay	75	86	863	46.8376	0.2037	5
86110	Cuhon	cuhon	75	86	863	46.7596	0.0956	5
86110	Chouppes	chouppes	75	86	863	46.8116	0.1642	5
86110	La Grimaudière	la-grimaudiere	75	86	861	46.8075	0.0179	5
86110	Craon	craon	75	86	861	46.7738	0.0216	5
86110	Thurageau	thurageau	75	86	863	46.7682	0.2426	5
86110	Varennes	varennes	75	86	863	46.7587	0.1993	5
86117 CEDEX	Châtellerault	chatellerault	75	86	861	46.8	0.5333	5
86120	Berrie	berrie	75	86	861	47.0673	-0.0691	5
86120	Roiffé	roiffe	75	86	861	47.1249	0.0507	5
86120	Morton	morton	75	86	861	47.1103	-0.0222	5
86120	Ternay	ternay	75	86	861	47.0394	-0.0563	5
86120	Curçay-sur-Dive	curcay-sur-dive	75	86	861	47.0167	-0.05	5
86120	Les Trois-Moutiers	les-trois-moutiers	75	86	861	47.0667	0.0167	5
86120	Saint-Léger-de-Montbrillais	saint-leger-de-montbrillais	75	86	861	47.0723	-0.041	5
86120	Beuxes	beuxes	75	86	861	47.0936	0.1818	5
86120	Vézières	vezieres	75	86	861	47.0876	0.0997	5
86120	Pouançay	pouancay	75	86	861	47.08	-0.0735	5
86120	Raslay	raslay	75	86	861	47.1123	-0.0019	5
86120	Saix	saix	75	86	861	47.1357	0	5
86120	Bournand	bournand	75	86	861	47.0868	0.0786	5
86130	Dissay	dissay	75	86	863	46.7001	0.4331	5
86130	Saint-Cyr	saint-cyr	75	86	863	46.7193	0.443	5
86130	Saint-Georges-lès-Baillargeaux	saint-georges-les-baillargeaux	75	86	863	46.6702	0.4021	5
86130	Jaunay-Clan	jaunay-clan	75	86	863	46.6845	0.3713	5
86131 CEDEX	Jaunay-Clan	jaunay-clan	75	86	863	46.6845	0.3713	5
86132 CEDEX	Jaunay-Clan	jaunay-clan	75	86	863	46.6845	0.3713	5
86133 CEDEX	Jaunay-Clan	jaunay-clan	75	86	863	46.6845	0.3713	5
86134 CEDEX	Jaunay-Clan	jaunay-clan	75	86	863	46.6845	0.3713	5
86135 CEDEX	Jaunay-Clan	jaunay-clan	75	86	863	46.6845	0.3713	5
86137 CEDEX	Jaunay-Clan	jaunay-clan	75	86	863	46.6845	0.3713	5
86138 CEDEX	Jaunay-Clan	jaunay-clan	75	86	863	46.6845	0.3713	5
86139 CEDEX	Jaunay-Clan	jaunay-clan	75	86	863	46.6845	0.3713	5
86140	Saint-Genest-d’Ambière	saint-genest-d-ambiere	75	86	861	46.8197	0.3695	5
86140	Scorbé-Clairvaux	scorbe-clairvaux	75	86	861	46.8106	0.4137	5
86140	Savigny-sous-Faye	savigny-sous-faye	75	86	861	46.8699	0.2856	5
86140	Doussay	doussay	75	86	861	46.8435	0.2755	5
86140	Cernay	cernay	75	86	861	46.8336	0.3041	5
86140	Lencloître	lencloitre	75	86	861	46.8162	0.3283	5
86150	Moussac	moussac	75	86	862	46.2833	0.6833	5
86150	L’Isle-Jourdain	l-isle-jourdain	75	86	862	46.2329	0.6858	5
86150	Nérignac	nerignac	75	86	862	46.2947	0.7269	5
86150	Queaux	queaux	75	86	862	46.3273	0.6677	5
86150	Millac	millac	75	86	862	46.1894	0.6874	5
86150	Le Vigeant	le-vigeant	75	86	862	46.2244	0.6492	5
86160	Marnay	marnay	75	86	863	46.3958	0.3434	5
86160	Brion	brion	75	86	862	46.3559	0.4625	5
86160	Magné	magne	75	86	862	46.3566	0.394	5
86160	Champagné-Saint-Hilaire	champagne-saint-hilaire	75	86	862	46.3195	0.3249	5
86160	La Ferrière-Airoux	la-ferriere-airoux	75	86	862	46.3214	0.393	5
86160	Sommières-du-Clain	sommieres-du-clain	75	86	862	46.2791	0.3607	5
86160	Gençay	gencay	75	86	862	46.373	0.4063	5
86160	Saint-Maurice-la-Clouère	saint-maurice-la-clouere	75	86	862	46.378	0.4125	5
86170	Cissé	cisse	75	86	863	46.6458	0.2287	5
86170	Charrais	charrais	75	86	863	46.6981	0.2014	5
86170	Massognes	massognes	75	86	863	46.7405	0.0619	5
86170	Cherves	cherves	75	86	863	46.7191	0.0182	5
86170	Avanton	avanton	75	86	863	46.6637	0.3086	5
86170	Vouzailles	vouzailles	75	86	863	46.7085	0.095	5
86170	Yversay	yversay	75	86	863	46.6826	0.2284	5
86170	Blaslay	blaslay	75	86	863	46.7364	0.2453	5
86170	Neuville-de-Poitou	neuville-de-poitou	75	86	863	46.6833	0.25	5
86170	Le Rochereau	le-rochereau	75	86	863	46.7077	0.1538	5
86170	Maisonneuve	maisonneuve	75	86	863	46.7228	0.0576	5
86170	Champigny-le-Sec	champigny-le-sec	75	86	863	46.7157	0.1556	5
86180	Buxerolles	buxerolles	75	86	863	46.6167	0.4833	5
86190	Chiré-en-Montreuil	chire-en-montreuil	75	86	863	46.6393	0.126	5
86190	Frozes	frozes	75	86	863	46.6588	0.1335	5
86190	Villiers	villiers	75	86	863	46.6762	0.1753	5
86190	Maillé	maille	75	86	863	46.6791	0.0928	5
86190	Vouillé	vouille	75	86	863	46.6401	0.1678	5
86190	Chalandray	chalandray	75	86	863	46.6613	-0.002	5
86190	Quinçay	quincay	75	86	863	46.6065	0.2375	5
86190	Ayron	ayron	75	86	863	46.6603	0.0755	5
86190	Latillé	latille	75	86	863	46.6182	0.0763	5
86190	Béruges	beruges	75	86	863	46.5674	0.2074	5
86200	Saint-Laon	saint-laon	75	86	861	46.9784	-0.0162	5
86200	Arçay	arcay	75	86	861	46.9688	0.0132	5
86200	Nueil-sous-Faye	nueil-sous-faye	75	86	861	46.9653	0.2697	5
86200	Loudun	loudun	75	86	861	47.0079	0.083	5
86200	Basses	basses	75	86	861	47.0368	0.1185	5
86200	Pouant	pouant	75	86	861	47.0055	0.2716	5
86200	Glénouze	glenouze	75	86	861	46.9952	-0.0091	5
86200	Ceaux-en-Loudun	ceaux-en-loudun	75	86	861	47.0264	0.2398	5
86200	Chalais	chalais	75	86	861	46.9714	0.0875	5
86200	Mouterre-Silly	mouterre-silly	75	86	861	46.9749	0.0466	5
86200	La Roche-Rigault	la-roche-rigault	75	86	861	46.9694	0.1806	5
86200	Maulay	maulay	75	86	861	46.9781	0.2176	5
86200	Ranton	ranton	75	86	861	47.0005	-0.0286	5
86200	Messemé	messeme	75	86	861	47.0117	0.1772	5
86200	Sammarçolles	sammarcolles	75	86	861	47.0333	0.1463	5
86201 CEDEX	Loudun	loudun	75	86	861	47.0079	0.083	5
86202 CEDEX	Loudun	loudun	75	86	861	47.0079	0.083	5
86204 CEDEX	Loudun	loudun	75	86	861	47.0079	0.083	5
86206 CEDEX	Loudun	loudun	75	86	861	47.0079	0.083	5
86209 CEDEX	Loudun	loudun	75	86	861	47.0079	0.083	5
86210	Archigny	archigny	75	86	861	46.6741	0.6537	5
86210	Monthoiron	monthoiron	75	86	861	46.7334	0.6195	5
86210	Vouneuil-sur-Vienne	vouneuil-sur-vienne	75	86	861	46.7179	0.5394	5
86210	La Chapelle-Moulière	la-chapelle-mouliere	75	86	863	46.649	0.5666	5
86210	Bellefonds	bellefonds	75	86	861	46.647	0.5919	5
86210	Bonneuil-Matours	bonneuil-matours	75	86	861	46.6815	0.5706	5
86220	Ingrandes	ingrandes	75	86	861	46.8772	0.5685	5
86220	Vaux-sur-Vienne	vaux-sur-vienne	75	86	861	46.9124	0.5618	5
86220	Oyré	oyre	75	86	861	46.8707	0.6249	5
86220	Port-de-Piles	port-de-piles	75	86	861	47.0045	0.6003	5
86220	Leugny	leugny	75	86	861	46.9126	0.702	5
86220	Dangé-Saint-Romain	dange-saint-romain	75	86	861	46.9333	0.6	5
86220	Les Ormes	les-ormes	75	86	861	46.9748	0.6048	5
86220	Saint-Rémy-sur-Creuse	saint-remy-sur-creuse	75	86	861	46.9545	0.6952	5
86230	Mondion	mondion	75	86	861	46.937	0.4847	5
86230	Sossais	sossais	75	86	861	46.8583	0.3871	5
86230	Saint-Christophe	saint-christophe	75	86	861	46.9207	0.3723	5
86230	Orches	orches	75	86	861	46.883	0.3217	5
86230	Sérigny	serigny	75	86	861	46.9058	0.3492	5
86230	Saint-Gervais-les-Trois-Clochers	saint-gervais-les-trois-clochers	75	86	861	46.9007	0.4077	5
86230	Usseau	usseau	75	86	861	46.8761	0.5093	5
86230	Vellèches	velleches	75	86	861	46.9421	0.5318	5
86230	Leigné-sur-Usseau	leigne-sur-usseau	75	86	861	46.913	0.4721	5
86240	Iteuil	iteuil	75	86	863	46.4881	0.3121	5
86240	Croutelle	croutelle	75	86	863	46.5362	0.2874	5
86240	Smarves	smarves	75	86	863	46.5108	0.3498	5
86240	Ligugé	liguge	75	86	863	46.5203	0.3262	5
86240	Fontaine-le-Comte	fontaine-le-comte	75	86	863	46.5322	0.2618	5
86250	Charroux	charroux	75	86	862	46.1441	0.4035	5
86250	Surin	surin	75	86	862	46.0775	0.3721	5
86250	La Chapelle-Bâton	la-chapelle-baton	75	86	862	46.1833	0.4	5
86250	Asnois	asnois	75	86	862	46.112	0.4119	5
86250	Genouillé	genouille	75	86	862	46.1167	0.3333	5
86250	Chatain	chatain	75	86	862	46.0726	0.4326	5
86250	Saint-Romain	saint-romain	75	86	862	46.2222	0.3661	5
86260	Saint-Pierre-de-Maillé	saint-pierre-de-maille	75	86	862	46.6796	0.8431	5
86260	Vicq-sur-Gartempe	vicq-sur-gartempe	75	86	861	46.7214	0.8621	5
86260	Angles-sur-l’Anglin	angles-sur-l-anglin	75	86	861	46.6958	0.8849	5
86260	La Puye	la-puye	75	86	863	46.6424	0.7542	5
86270	Mairé	maire	75	86	861	46.8583	0.7501	5
86270	Coussay-les-Bois	coussay-les-bois	75	86	861	46.8082	0.7429	5
86270	La Roche-Posay	la-roche-posay	75	86	861	46.7865	0.8135	5
86270	Lésigny	lesigny	75	86	861	46.8495	0.768	5
86280	Saint-Benoît	saint-benoit	75	86	863	46.5531	0.3419	5
86281 CEDEX	Saint-Benoît	saint-benoit	75	86	863	46.5531	0.3419	5
86282 CEDEX	Saint-Benoît	saint-benoit	75	86	863	46.5531	0.3419	5
86289 CEDEX	Saint-Benoît	saint-benoit	75	86	863	46.5531	0.3419	5
86290	Liglet	liglet	75	86	862	46.5097	1.0847	5
86290	Brigueil-le-Chantre	brigueil-le-chantre	75	86	862	46.3944	1.0871	5
86290	Journet	journet	75	86	862	46.4643	0.968	5
86290	Saint-Léomer	saint-leomer	75	86	862	46.4365	0.9946	5
86290	La Trimouille	la-trimouille	75	86	862	46.4664	1.0404	5
86290	Thollet	thollet	75	86	862	46.4207	1.1235	5
86290	Coulonges	coulonges	75	86	862	46.4019	1.1544	5
86300	Fleix	fleix	75	86	862	46.5549	0.7461	5
86300	Leignes-sur-Fontaine	leignes-sur-fontaine	75	86	862	46.5061	0.7773	5
86300	Valdivienne	valdivienne	75	86	862	46.5167	0.6333	5
86300	Paizay-le-Sec	paizay-le-sec	75	86	862	46.5784	0.7779	5
86300	Bonnes	bonnes	75	86	863	46.6039	0.5979	5
86300	Sainte-Radégonde	sainte-radegonde	75	86	863	46.6359	0.7018	5
86300	Lauthiers	lauthiers	75	86	862	46.6011	0.7345	5
86300	Chapelle-Viviers	chapelle-viviers	75	86	862	46.4833	0.7333	5
86300	Chauvigny	chauvigny	75	86	863	46.5675	0.6493	5
86310	La Bussière	la-bussiere	75	86	862	46.6344	0.8244	5
86310	Saint-Germain	saint-germain	75	86	862	46.5665	0.8825	5
86310	Saint-Savin	saint-savin	75	86	862	46.5653	0.8671	5
86310	Béthines	bethines	75	86	862	46.5468	0.9768	5
86310	Antigny	antigny	75	86	862	46.5361	0.8543	5
86310	Villemort	villemort	75	86	862	46.551	0.9218	5
86310	Haims	haims	75	86	862	46.5025	0.9188	5
86310	Nalliers	nalliers	75	86	862	46.6022	0.8667	5
86320	Gouex	gouex	75	86	862	46.3659	0.69	5
86320	Persac	persac	75	86	862	46.3435	0.7061	5
86320	Mazerolles	mazerolles	75	86	862	46.4042	0.6838	5
86320	Civaux	civaux	75	86	862	46.4448	0.6655	5
86320	Lussac-les-Châteaux	lussac-les-chateaux	75	86	862	46.4033	0.7252	5
86320	Sillars	sillars	75	86	862	46.4183	0.7693	5
86330	Aulnay	aulnay	75	86	861	46.9056	0.0929	5
86330	Martaizé	martaize	75	86	861	46.9169	0.062	5
86330	Moncontour	moncontour	75	86	861	46.8809	-0.02	5
86330	La Grimaudière	la-grimaudiere	75	86	861	46.8075	0.0179	5
86330	Saint-Clair	saint-clair	75	86	861	46.8815	0.0628	5
86330	Saint-Jean-de-Sauves	saint-jean-de-sauves	75	86	861	46.8413	0.0927	5
86330	Angliers	angliers	75	86	861	46.9449	0.1165	5
86330	La Chaussée	la-chaussee	75	86	861	46.8857	0.1106	5
86340	Roches-Prémarie-Andillé	roches-premarie-andille	75	86	863	46.4825	0.3711	5
86340	Nouaillé-Maupertuis	nouaille-maupertuis	75	86	863	46.5111	0.4167	5
86340	Vernon	vernon	75	86	863	46.4411	0.4775	5
86340	Nieuil-l’Espoir	nieuil-l-espoir	75	86	863	46.4838	0.4552	5
86340	Gizay	gizay	75	86	863	46.4409	0.4245	5
86600	Jazeneuil	jazeneuil	75	86	863	46.4642	0.069	5
86340	La Villedieu-du-Clain	la-villedieu-du-clain	75	86	863	46.4556	0.3692	5
86340	Aslonnes	aslonnes	75	86	863	46.4	0.3333	5
86340	Fleuré	fleure	75	86	863	46.4771	0.5224	5
86350	Payroux	payroux	75	86	862	46.2154	0.4852	5
86350	Saint-Martin-l’Ars	saint-martin-l-ars	75	86	862	46.2203	0.5339	5
86350	Saint-Secondin	saint-secondin	75	86	862	46.3333	0.4833	5
86350	Usson-du-Poitou	usson-du-poitou	75	86	862	46.2778	0.5282	5
86350	Château-Garnier	chateau-garnier	75	86	862	46.2588	0.4255	5
86350	Joussé	jousse	75	86	862	46.227	0.4706	5
86360	Montamisé	montamise	75	86	863	46.6218	0.4244	5
86360	Chasseneuil-du-Poitou	chasseneuil-du-poitou	75	86	863	46.6511	0.3733	5
86361 CEDEX	Chasseneuil-du-Poitou	chasseneuil-du-poitou	75	86	863	46.6511	0.3733	5
86362 CEDEX	Chasseneuil-du-Poitou	chasseneuil-du-poitou	75	86	863	46.6511	0.3733	5
86369 CEDEX	Chasseneuil-du-Poitou	chasseneuil-du-poitou	75	86	863	46.6511	0.3733	5
86370	Marigny-Chemereau	marigny-chemereau	75	86	863	46.4257	0.217	5
86370	Château-Larcher	chateau-larcher	75	86	863	46.4173	0.313	5
86370	Marçay	marcay	75	86	863	46.4627	0.2287	5
86370	Vivonne	vivonne	75	86	863	46.4295	0.2644	5
86380	Ouzilly	ouzilly	75	86	861	46.7768	0.3612	5
86380	Marigny-Brizay	marigny-brizay	75	86	863	46.7462	0.3763	5
86380	Cheneché	cheneche	75	86	863	46.7333	0.2833	5
86380	Chabournay	chabournay	75	86	863	46.7167	0.2667	5
86380	Vendeuvre-du-Poitou	vendeuvre-du-poitou	75	86	863	46.7358	0.31	5
86390	Bourg-Archambault	bourg-archambault	75	86	862	46.3826	1.0047	5
86390	Lathus-Saint-Rémy	lathus-saint-remy	75	86	862	46.3333	0.9667	5
86400	Saint-Macoux	saint-macoux	75	86	862	46.1175	0.2328	5
86400	Saint-Gaudent	saint-gaudent	75	86	862	46.1167	0.2833	5
86400	Champniers	champniers	75	86	862	46.2181	0.3362	5
86400	Lizant	lizant	75	86	862	46.0852	0.2788	5
86400	Saint-Saviol	saint-saviol	75	86	862	46.1325	0.2435	5
86400	Saint-Pierre-d'Exideuil	saint-pierre-d-exideuil	75	86	862	46.15	0.2667	5
86400	Linazay	linazay	75	86	862	46.1648	0.1818	5
86400	Voulême	vouleme	75	86	862	46.0992	0.2315	5
86400	Savigné	savigne	75	86	862	46.1595	0.3194	5
86400	Civray	civray	75	86	862	46.1471	0.2951	5
86400	Blanzay	blanzay	75	86	862	46.2025	0.256	5
86410	Dienné	dienne	75	86	863	46.4414	0.5474	5
86410	Bouresse	bouresse	75	86	862	46.3615	0.609	5
86410	Saint-Laurent-de-Jourdes	saint-laurent-de-jourdes	75	86	862	46.3921	0.5442	5
86410	Lhommaizé	lhommaize	75	86	862	46.4356	0.5977	5
86410	Verrières	verrieres	75	86	862	46.413	0.5915	5
86420	Verrue	verrue	75	86	861	46.8631	0.1725	5
86420	Dercé	derce	75	86	861	46.9413	0.2177	5
86420	Monts-sur-Guesnes	monts-sur-guesnes	75	86	861	46.9191	0.2115	5
86420	Saires	saires	75	86	861	46.8843	0.2443	5
86420	Guesnes	guesnes	75	86	861	46.9167	0.1626	5
86420	Prinçay	princay	75	86	861	46.9305	0.2469	5
86420	Berthegon	berthegon	75	86	861	46.8978	0.2618	5
86430	Asnières-sur-Blour	asnieres-sur-blour	75	86	862	46.1637	0.7995	5
86430	Luchapt	luchapt	75	86	862	46.1763	0.7829	5
86430	Mouterre-sur-Blourde	mouterre-sur-blourde	75	86	862	46.2019	0.7549	5
86430	Adriers	adriers	75	86	862	46.2572	0.7991	5
86440	Migné-Auxances	migne-auxances	75	86	863	46.6275	0.3146	5
86450	Leigné-les-Bois	leigne-les-bois	75	86	861	46.7587	0.7077	5
86450	Chenevelles	chenevelles	75	86	861	46.7279	0.6537	5
86450	Pleumartin	pleumartin	75	86	861	46.7379	0.769	5
86460	Mauprévoir	mauprevoir	75	86	862	46.173	0.5174	5
86460	Pressac	pressac	75	86	862	46.1164	0.5709	5
86460	Availles-Limouzine	availles-limouzine	75	86	862	46.121	0.6556	5
86470	Montreuil-Bonnin	montreuil-bonnin	75	86	863	46.552	0.1421	5
86470	La Chapelle-Montreuil	la-chapelle-montreuil	75	86	863	46.5333	0.1167	5
86470	Lavausseau	lavausseau	75	86	863	46.5601	0.0741	5
86470	Benassay	benassay	75	86	863	46.559	0.0475	5
86480	Rouillé	rouille	75	86	863	46.4202	0.0407	5
86490	Beaumont	beaumont	75	86	863	46.7377	0.4296	5
86490	Colombiers	colombiers	75	86	861	46.7716	0.4239	5
86500	Moulismes	moulismes	75	86	862	46.3297	0.8138	5
86500	Saulgé	saulge	75	86	862	46.3776	0.8758	5
86500	Pindray	pindray	75	86	862	46.4922	0.8115	5
86500	Montmorillon	montmorillon	75	86	862	46.4333	0.8667	5
86500	Jouhet	jouhet	75	86	862	46.4915	0.8397	5
86500	Plaisance	plaisance	75	86	862	46.3324	0.8729	5
86501 CEDEX	Montmorillon	montmorillon	75	86	862	46.4333	0.8667	5
86502 CEDEX	Montmorillon	montmorillon	75	86	862	46.4333	0.8667	5
86508 CEDEX	Montmorillon	montmorillon	75	86	862	46.4333	0.8667	5
86509 CEDEX	Montmorillon	montmorillon	75	86	862	46.4333	0.8667	5
86510	Champagné-le-Sec	champagne-le-sec	75	86	862	46.1903	0.1917	5
86510	Brux	brux	75	86	862	46.2358	0.1927	5
86510	Chaunay	chaunay	75	86	862	46.2076	0.1608	5
86530	Availles-en-Châtellerault	availles-en-chatellerault	75	86	861	46.75	0.5667	5
86530	Naintré	naintre	75	86	861	46.7635	0.4868	5
86530	Cenon-sur-Vienne	cenon-sur-vienne	75	86	861	46.7743	0.537	5
86540	Thuré	thure	75	86	861	46.8322	0.458	5
86550	Mignaloux-Beauvoir	mignaloux-beauvoir	75	86	863	46.5416	0.4154	5
86580	Biard	biard	75	86	863	46.5789	0.3081	5
86580	Vouneuil-sous-Biard	vouneuil-sous-biard	75	86	863	46.5739	0.2699	5
86600	Sanxay	sanxay	75	86	863	46.4936	-0.0068	5
86600	Celle-Lévescault	celle-levescault	75	86	863	46.4241	0.1881	5
86600	Cloué	cloue	75	86	863	46.4422	0.1636	5
86600	Coulombiers	coulombiers	75	86	863	46.4832	0.1849	5
86600	Curzay-sur-Vonne	curzay-sur-vonne	75	86	863	46.491	0.0467	5
86600	Lusignan	lusignan	75	86	863	46.436	0.1262	5
86600	Saint-Sauvant	saint-sauvant	75	86	863	46.3596	0.0563	5
86610 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86700	Anché	anche	75	86	862	46.3441	0.2658	5
86700	Ceaux-en-Couhé	ceaux-en-couhe	75	86	862	46.3167	0.2333	5
86700	Payré	payre	75	86	862	46.3409	0.2113	5
86700	Romagne	romagne	75	86	862	46.2697	0.3012	5
86700	Châtillon	chatillon	75	86	862	46.322	0.1987	5
86700	Couhé	couhe	75	86	862	46.2991	0.1817	5
86700	Vaux	vaux	75	86	862	46.2982	0.2213	5
86700	Voulon	voulon	75	86	862	46.3565	0.2462	5
86800	Bignoux	bignoux	75	86	863	46.6001	0.4693	5
86800	Lavoux	lavoux	75	86	863	46.5957	0.5301	5
86800	Tercé	terce	75	86	863	46.5167	0.5639	5
86800	Saint-Julien-l’Ars	saint-julien-l-ars	75	86	863	46.5588	0.5087	5
86800	Savigny-Lévescault	savigny-levescault	75	86	863	46.535	0.4772	5
86800	Liniers	liniers	75	86	863	46.6106	0.5364	5
86800	Jardres	jardres	75	86	863	46.5695	0.5651	5
86800	Pouillé	pouille	75	86	863	46.5368	0.5768	5
86800	Sèvres-Anxaumont	sevres-anxaumont	75	86	863	46.5704	0.466	5
86905 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86910 CEDEX 9	Poitiers	poitiers	75	86	863	46.5833	0.3333	5
86960 CEDEX	Futuroscope	futuroscope	75	86	863	46.663	0.3615	5
86961 CEDEX	Futuroscope	futuroscope	75	86	863	46.663	0.3615	5
86962 CEDEX	Futuroscope	futuroscope	75	86	863	46.663	0.3615	5
86963 CEDEX	Futuroscope	futuroscope	75	86	863	46.663	0.3615	5
86964 CEDEX	Futuroscope	futuroscope	75	86	863	46.663	0.3615	5
86969 CEDEX	Futuroscope	futuroscope	75	86	863	46.663	0.3615	5
86980 CEDEX	Futuroscope	futuroscope	75	86	863	46.663	0.3615	5
86981 CEDEX	Futuroscope	futuroscope	75	86	863	46.663	0.3615	5
86982 CEDEX	Futuroscope	futuroscope	75	86	863	46.663	0.3615	5
86983 CEDEX	Futuroscope	futuroscope	75	86	863	46.663	0.3615	5
86984 CEDEX	Futuroscope	futuroscope	75	86	863	46.663	0.3615	5
87000	Limoges	limoges	75	87	872	45.8315	1.2578	5
87001 CEDEX 1	Limoges	limoges	75	87	872	45.8315	1.2578	5
87002 CEDEX 1	Limoges	limoges	75	87	872	45.8315	1.2578	5
87003 CEDEX 1	Limoges	limoges	75	87	872	45.8315	1.2578	5
87004 CEDEX 1	Limoges	limoges	75	87	872	45.8315	1.2578	5
87005 CEDEX 1	Limoges	limoges	75	87	872	45.8315	1.2578	5
87006 CEDEX 1	Limoges	limoges	75	87	872	45.8315	1.2578	5
87007 CEDEX 1	Limoges	limoges	75	87	872	45.8315	1.2578	5
87008 CEDEX 1	Limoges	limoges	75	87	872	45.8315	1.2578	5
87009 CEDEX 1	Limoges	limoges	75	87	872	45.8315	1.2578	5
87010 CEDEX 1	Limoges	limoges	75	87	872	45.8315	1.2578	5
87011 CEDEX 1	Limoges	limoges	75	87	872	45.8315	1.2578	5
87012 CEDEX 1	Limoges	limoges	75	87	872	45.8315	1.2578	5
87013 CEDEX 1	Limoges	limoges	75	87	872	45.8315	1.2578	5
87015 CEDEX 1	Limoges	limoges	75	87	872	45.8315	1.2578	5
87016 CEDEX 1	Limoges	limoges	75	87	872	45.8315	1.2578	5
87017 CEDEX 1	Limoges	limoges	75	87	872	45.8315	1.2578	5
87018 CEDEX 1	Limoges	limoges	75	87	872	45.8315	1.2578	5
87020 CEDEX 9	Limoges	limoges	75	87	872	45.8315	1.2578	5
87021 CEDEX 9	Limoges	limoges	75	87	872	45.8315	1.2578	5
87022 CEDEX 9	Limoges	limoges	75	87	872	45.8315	1.2578	5
87023 CEDEX 9	Limoges	limoges	75	87	872	45.8315	1.2578	5
87025 CEDEX 1	Limoges	limoges	75	87	872	45.8315	1.2578	5
87026 CEDEX 1	Limoges	limoges	75	87	872	45.8315	1.2578	5
87030 CEDEX 1	Limoges	limoges	75	87	872	45.8315	1.2578	5
87031 CEDEX 1	Limoges	limoges	75	87	872	45.8315	1.2578	5
87032 CEDEX 1	Limoges	limoges	75	87	872	45.8315	1.2578	5
87033 CEDEX 1	Limoges	limoges	75	87	872	45.8315	1.2578	5
87034 CEDEX 1	Limoges	limoges	75	87	872	45.8315	1.2578	5
87036 CEDEX 1	Limoges	limoges	75	87	872	45.8315	1.2578	5
87037 CEDEX 1	Limoges	limoges	75	87	872	45.8315	1.2578	5
87038 CEDEX 1	Limoges	limoges	75	87	872	45.8315	1.2578	5
87039 CEDEX 1	Limoges	limoges	75	87	872	45.8315	1.2578	5
87040 CEDEX 1	Limoges	limoges	75	87	872	45.8315	1.2578	5
87041 CEDEX 1	Limoges	limoges	75	87	872	45.8315	1.2578	5
87042 CEDEX 1	Limoges	limoges	75	87	872	45.8315	1.2578	5
87043 CEDEX 2	Limoges	limoges	75	87	872	45.8315	1.2578	5
87044 CEDEX 1	Limoges	limoges	75	87	872	45.8315	1.2578	5
87045 CEDEX 1	Limoges	limoges	75	87	872	45.8315	1.2578	5
87046 CEDEX 1	Limoges	limoges	75	87	872	45.8315	1.2578	5
87047 CEDEX 1	Limoges	limoges	75	87	872	45.8315	1.2578	5
87048 CEDEX 2	Limoges	limoges	75	87	872	45.8315	1.2578	5
87049 CEDEX 1	Limoges	limoges	75	87	872	45.8315	1.2578	5
87050 CEDEX 2	Limoges	limoges	75	87	872	45.8315	1.2578	5
87051 CEDEX 2	Limoges	limoges	75	87	872	45.8315	1.2578	5
87052 CEDEX 2	Limoges	limoges	75	87	872	45.8315	1.2578	5
87053 CEDEX 2	Limoges	limoges	75	87	872	45.8315	1.2578	5
87054 CEDEX 2	Limoges	limoges	75	87	872	45.8315	1.2578	5
87055 CEDEX 2	Limoges	limoges	75	87	872	45.8315	1.2578	5
87058 CEDEX 2	Limoges	limoges	75	87	872	45.8315	1.2578	5
87059 CEDEX 2	Limoges	limoges	75	87	872	45.8315	1.2578	5
87060 CEDEX 2	Limoges	limoges	75	87	872	45.8315	1.2578	5
87061 CEDEX 2	Limoges	limoges	75	87	872	45.8315	1.2578	5
87065 CEDEX 2	Limoges	limoges	75	87	872	45.8315	1.2578	5
87066 CEDEX 2	Limoges	limoges	75	87	872	45.8315	1.2578	5
87067 CEDEX 3	Limoges	limoges	75	87	872	45.8315	1.2578	5
87068 CEDEX 3	Limoges	limoges	75	87	872	45.8315	1.2578	5
87069 CEDEX 3	Limoges	limoges	75	87	872	45.8315	1.2578	5
87070 CEDEX 9	Limoges	limoges	75	87	872	45.8315	1.2578	5
87071 CEDEX 9	Limoges	limoges	75	87	872	45.8315	1.2578	5
87073 CEDEX 9	Limoges	limoges	75	87	872	45.8315	1.2578	5
87074 CEDEX 9	Limoges	limoges	75	87	872	45.8315	1.2578	5
87075 CEDEX 9	Limoges	limoges	75	87	872	45.8315	1.2578	5
87076 CEDEX 9	Limoges	limoges	75	87	872	45.8315	1.2578	5
87077 CEDEX 9	Limoges	limoges	75	87	872	45.8315	1.2578	5
87078 CEDEX 9	Limoges	limoges	75	87	872	45.8315	1.2578	5
87079 CEDEX 9	Limoges	limoges	75	87	872	45.8315	1.2578	5
87080 CEDEX 9	Limoges	limoges	75	87	872	45.8315	1.2578	5
87081 CEDEX 9	Limoges	limoges	75	87	872	45.8315	1.2578	5
87082 CEDEX 9	Limoges	limoges	75	87	872	45.8315	1.2578	5
87083 CEDEX 9	Limoges	limoges	75	87	872	45.8315	1.2578	5
87084 CEDEX 9	Limoges	limoges	75	87	872	45.8315	1.2578	5
87085 CEDEX 9	Limoges	limoges	75	87	872	45.8315	1.2578	5
87089 CEDEX 9	Limoges	limoges	75	87	872	45.8315	1.2578	5
87090 CEDEX 9	Limoges	limoges	75	87	872	45.8315	1.2578	5
87100	Limoges	limoges	75	87	872	45.8315	1.2578	5
87110	Bosmie-l'Aiguille	bosmie-l-aiguille	75	87	872	45.75	1.2	5
87110	Le Vigen	le-vigen	75	87	872	45.7515	1.2887	5
87110	Solignac	solignac	75	87	872	45.7553	1.2756	5
87120	Nedde	nedde	75	87	872	45.7191	1.8326	5
87120	Rempnat	rempnat	75	87	872	45.6868	1.8894	5
87120	Sainte-Anne-Saint-Priest	sainte-anne-saint-priest	75	87	872	45.6952	1.6979	5
87120	Augne	augne	75	87	872	45.785	1.7054	5
87120	Beaumont-du-Lac	beaumont-du-lac	75	87	872	45.7667	1.8333	5
87120	Saint-Amand-le-Petit	saint-amand-le-petit	75	87	872	45.7757	1.7506	5
87120	Domps	domps	75	87	872	45.6607	1.7085	5
87120	Eymoutiers	eymoutiers	75	87	872	45.7379	1.7419	5
87130	Neuvic-Entier	neuvic-entier	75	87	872	45.7221	1.613	5
87130	La Croisille-sur-Briance	la-croisille-sur-briance	75	87	872	45.6302	1.5821	5
87130	Sussac	sussac	75	87	872	45.6643	1.6488	5
87130	Saint-Méard	saint-meard	75	87	872	45.6652	1.5479	5
87130	Surdoux	surdoux	75	87	872	45.6058	1.6509	5
87130	Linards	linards	75	87	872	45.7008	1.5326	5
87130	Châteauneuf-la-Forêt	chateauneuf-la-foret	75	87	872	45.7144	1.6061	5
87130	Masléon	masleon	75	87	872	45.7632	1.5694	5
87130	Saint-Gilles-les-Forêts	saint-gilles-les-forets	75	87	872	45.6288	1.6637	5
87130	Roziers-Saint-Georges	roziers-saint-georges	75	87	872	45.75	1.55	5
87140	Roussac	roussac	75	87	871	46.0833	1.2	5
87140	Saint-Symphorien-sur-Couze	saint-symphorien-sur-couze	75	87	871	46.0582	1.2341	5
87140	Le Buis	le-buis	75	87	871	46.0356	1.2029	5
87140	Vaulry	vaulry	75	87	871	46.0229	1.0854	5
87140	Chamboret	chamboret	75	87	871	46.0046	1.1371	5
87140	Nantiat	nantiat	75	87	871	46.0091	1.1731	5
87140	Thouron	thouron	75	87	871	45.999	1.2181	5
87140	Compreignac	compreignac	75	87	871	45.9916	1.2756	5
87150	Cussac	cussac	75	87	873	45.7067	0.8512	5
87150	Champagnac-la-Rivière	champagnac-la-riviere	75	87	873	45.7097	0.9122	5
87150	Saint-Bazile	saint-bazile	75	87	873	45.7325	0.8275	5
87150	Oradour-sur-Vayres	oradour-sur-vayres	75	87	873	45.7329	0.8646	5
87160	Arnac-la-Poste	arnac-la-poste	75	87	871	46.266	1.3737	5
87160	Cromac	cromac	75	87	871	46.3419	1.2997	5
87160	Saint-Georges-les-Landes	saint-georges-les-landes	75	87	871	46.3413	1.3365	5
87160	Mailhac-sur-Benaize	mailhac-sur-benaize	75	87	871	46.3231	1.3294	5
87160	Les Grands-Chézeaux	les-grands-chezeaux	75	87	871	46.35	1.4	5
87160	Saint-Sulpice-les-Feuilles	saint-sulpice-les-feuilles	75	87	871	46.3187	1.3679	5
87170	Isle	isle	75	87	872	45.8027	1.2121	5
87190	Villefavard	villefavard	75	87	871	46.1685	1.2088	5
87190	Saint-Léger-Magnazeix	saint-leger-magnazeix	75	87	871	46.2874	1.2472	5
87190	Saint-Hilaire-la-Treille	saint-hilaire-la-treille	75	87	871	46.25	1.3167	5
87190	Magnac-Laval	magnac-laval	75	87	871	46.2151	1.1672	5
87190	Droux	droux	75	87	871	46.1593	1.1536	5
87190	Dompierre-les-Églises	dompierre-les-eglises	75	87	871	46.2266	1.2533	5
87200	Saint-Junien	saint-junien	75	87	873	45.8887	0.9014	5
87200	Saint-Martin-de-Jussac	saint-martin-de-jussac	75	87	873	45.8768	0.9405	5
87200	Chaillac-sur-Vienne	chaillac-sur-vienne	75	87	873	45.879	0.8723	5
87200	Saint-Brice-sur-Vienne	saint-brice-sur-vienne	75	87	873	45.8785	0.9559	5
87201 CEDEX	Saint-Junien	saint-junien	75	87	873	45.8887	0.9014	5
87202 CEDEX	Saint-Junien	saint-junien	75	87	873	45.8887	0.9014	5
87203 CEDEX	Saint-Junien	saint-junien	75	87	873	45.8887	0.9014	5
87205 CEDEX	Saint-Junien	saint-junien	75	87	873	45.8887	0.9014	5
87206 CEDEX	Saint-Junien	saint-junien	75	87	873	45.8887	0.9014	5
87210	Saint-Sornin-la-Marche	saint-sornin-la-marche	75	87	871	46.1827	0.9897	5
87210	Oradour-Saint-Genest	oradour-saint-genest	75	87	871	46.2389	1.0352	5
87210	Dinsac	dinsac	75	87	871	46.2311	1.1172	5
87210	Le Dorat	le-dorat	75	87	871	46.2151	1.0815	5
87210	La Bazeuge	la-bazeuge	75	87	871	46.2444	1.0948	5
87210	La Croix-sur-Gartempe	la-croix-sur-gartempe	75	87	871	46.1604	0.9903	5
87220	Aureil	aureil	75	87	872	45.8059	1.3931	5
87220	Boisseuil	boisseuil	75	87	872	45.7698	1.3333	5
87220	Feytiat	feytiat	75	87	872	45.8091	1.3303	5
87220	Eyjeaux	eyjeaux	75	87	872	45.7776	1.3919	5
87221 CEDEX	Feytiat	feytiat	75	87	872	45.8091	1.3303	5
87222 CEDEX	Feytiat	feytiat	75	87	872	45.8091	1.3303	5
87223 CEDEX	Feytiat	feytiat	75	87	872	45.8091	1.3303	5
87230	Châlus	chalus	75	87	872	45.6544	0.9801	5
87230	Flavignac	flavignac	75	87	872	45.704	1.0924	5
87230	Champsac	champsac	75	87	873	45.7028	0.9573	5
87230	Lavignac	lavignac	75	87	872	45.7211	1.12	5
87230	Bussière-Galant	bussiere-galant	75	87	872	45.627	1.0364	5
87230	Les Cars	les-cars	75	87	872	45.6797	1.0729	5
87230	Pageas	pageas	75	87	872	45.6833	1	5
87230	Dournazac	dournazac	75	87	873	45.6251	0.9169	5
87240	Saint-Sylvestre	saint-sylvestre	75	87	872	45.9953	1.3775	5
87240	Saint-Laurent-les-Églises	saint-laurent-les-eglises	75	87	872	45.95	1.5	5
87240	Ambazac	ambazac	75	87	872	45.9598	1.4006	5
87250	Fromental	fromental	75	87	871	46.159	1.3956	5
87250	Saint-Pardoux	saint-pardoux	75	87	871	46.059	1.2804	5
87250	Folles	folles	75	87	871	46.1154	1.4606	5
87250	Bessines-sur-Gartempe	bessines-sur-gartempe	75	87	871	46.108	1.3686	5
87260	Saint-Jean-Ligoure	saint-jean-ligoure	75	87	872	45.6894	1.3115	5
87260	Saint-Hilaire-Bonneval	saint-hilaire-bonneval	75	87	872	45.72	1.3742	5
87260	Saint-Paul	saint-paul	75	87	872	45.7511	1.4324	5
87260	Pierre-Buffière	pierre-buffiere	75	87	872	45.6919	1.3619	5
87260	Saint-Genest-sur-Roselle	saint-genest-sur-roselle	75	87	872	45.7022	1.4266	5
87260	Saint-Bonnet-Briance	saint-bonnet-briance	75	87	872	45.7078	1.4761	5
87260	Vicq-sur-Breuilh	vicq-sur-breuilh	75	87	872	45.6466	1.3818	5
87270	Chaptelat	chaptelat	75	87	872	45.9096	1.2602	5
87270	Bonnac-la-Côte	bonnac-la-cote	75	87	872	45.9421	1.2842	5
87270	Couzeix	couzeix	75	87	872	45.8705	1.2383	5
87280	Limoges	limoges	75	87	872	45.8315	1.2578	5
87290	Rancon	rancon	75	87	871	46.1306	1.183	5
87290	Saint-Sornin-Leulac	saint-sornin-leulac	75	87	871	46.1992	1.2983	5
87290	Balledent	balledent	75	87	871	46.1113	1.2087	5
87290	Châteauponsac	chateauponsac	75	87	871	46.1354	1.2762	5
87290	Saint-Amand-Magnazeix	saint-amand-magnazeix	75	87	871	46.1734	1.3547	5
87300	Peyrat-de-Bellac	peyrat-de-bellac	75	87	871	46.1409	1.0366	5
87300	Blanzac	blanzac	75	87	871	46.1346	1.1132	5
87300	Saint-Ouen-sur-Gartempe	saint-ouen-sur-gartempe	75	87	871	46.1641	1.0679	5
87300	Blond	blond	75	87	871	46.0445	1.019	5
87300	Bellac	bellac	75	87	871	46.1167	1.05	5
87300	Saint-Junien-les-Combes	saint-junien-les-combes	75	87	871	46.0864	1.1234	5
87300	Breuilaufa	breuilaufa	75	87	871	46.0428	1.1051	5
87300	Saint-Bonnet-de-Bellac	saint-bonnet-de-bellac	75	87	871	46.168	0.9551	5
87300	Berneuil	berneuil	75	87	871	46.0689	1.1052	5
87310	Saint-Laurent-sur-Gorre	saint-laurent-sur-gorre	75	87	873	45.7705	0.9586	5
87310	Saint-Cyr	saint-cyr	75	87	873	45.7991	0.9503	5
87310	Cognac-la-Forêt	cognac-la-foret	75	87	873	45.8333	1	5
87310	Gorre	gorre	75	87	873	45.7401	0.9837	5
87310	Saint-Auvent	saint-auvent	75	87	873	45.8048	0.9328	5
87320	Bussière-Poitevine	bussiere-poitevine	75	87	871	46.2354	0.9053	5
87320	Thiat	thiat	75	87	871	46.2659	0.9743	5
87320	Darnac	darnac	75	87	871	46.2238	0.9592	5
87330	Saint-Barbant	saint-barbant	75	87	871	46.1701	0.8497	5
87330	Gajoubert	gajoubert	75	87	871	46.1131	0.8304	5
87330	Val d'Issoire	val-d-issoire	75	87	871	46.1075	0.9108	5
87330	Mézières-sur-Issoire	mezieres-sur-issoire	75	87	871	46.1082	0.9108	5
87330	Saint-Martial-sur-Isop	saint-martial-sur-isop	75	87	871	46.1681	0.8502	5
87330	Mortemart	mortemart	75	87	871	46.0422	0.9565	5
87330	Bussière-Boffy	bussiere-boffy	75	87	871	46.0505	0.8544	5
87330	Montrol-Sénard	montrol-senard	75	87	871	46.0312	0.9588	5
87330	Nouic	nouic	75	87	871	46.0608	0.9197	5
87340	Les Billanges	les-billanges	75	87	872	45.9633	1.5333	5
87340	Saint-Léger-la-Montagne	saint-leger-la-montagne	75	87	872	46.0333	1.4167	5
87340	La Jonchère-Saint-Maurice	la-jonchere-saint-maurice	75	87	872	45.9988	1.4698	5
87350	Panazol	panazol	75	87	872	45.8347	1.3276	5
87360	Saint-Martin-le-Mault	saint-martin-le-mault	75	87	871	46.3632	1.2189	5
87360	Tersannes	tersannes	75	87	871	46.2976	1.1224	5
87360	Verneuil-Moustiers	verneuil-moustiers	75	87	871	46.3399	1.1347	5
87360	Azat-le-Ris	azat-le-ris	75	87	871	46.3167	1.0667	5
87360	Lussac-les-Églises	lussac-les-eglises	75	87	871	46.3454	1.1748	5
87370	Bersac-sur-Rivalier	bersac-sur-rivalier	75	87	872	46.0819	1.4256	5
87370	Laurière	lauriere	75	87	872	46.0493	1.4803	5
87370	Saint-Sulpice-Laurière	saint-sulpice-lauriere	75	87	872	46.0528	1.4678	5
87370	Jabreilles-les-Bordes	jabreilles-les-bordes	75	87	872	46.0167	1.5333	5
87380	Saint-Germain-les-Belles	saint-germain-les-belles	75	87	872	45.6136	1.4949	5
87380	La Porcherie	la-porcherie	75	87	872	45.581	1.5438	5
87380	Glanges	glanges	75	87	872	45.6699	1.4529	5
87380	Saint-Vitte-sur-Briance	saint-vitte-sur-briance	75	87	872	45.6267	1.5531	5
87380	Château-Chervix	chateau-chervix	75	87	872	45.6073	1.3544	5
87380	Magnac-Bourg	magnac-bourg	75	87	872	45.6179	1.4308	5
87380	Meuzac	meuzac	75	87	872	45.552	1.4385	5
87400	Saint-Denis-des-Murs	saint-denis-des-murs	75	87	872	45.7843	1.5429	5
87400	Saint-Léonard-de-Noblat	saint-leonard-de-noblat	75	87	872	45.8357	1.4917	5
87400	Moissannes	moissannes	75	87	872	45.8752	1.5657	5
87400	Champnétery	champnetery	75	87	872	45.8285	1.5744	5
87400	Royères	royeres	75	87	872	45.8667	1.4333	5
87400	Eybouleuf	eybouleuf	75	87	872	45.7951	1.4828	5
87400	La Geneytouse	la-geneytouse	75	87	872	45.7856	1.4688	5
87400	Le Châtenet-en-Dognon	le-chatenet-en-dognon	75	87	872	45.9	1.5	5
87400	Saint-Martin-Terressus	saint-martin-terressus	75	87	872	45.9192	1.4437	5
87400	Sauviat-sur-Vige	sauviat-sur-vige	75	87	872	45.9072	1.6083	5
87410	Le Palais-sur-Vienne	le-palais-sur-vienne	75	87	872	45.8638	1.3221	5
87420	Sainte-Marie-de-Vaux	sainte-marie-de-vaux	75	87	873	45.8717	1.0452	5
87420	Saint-Victurnien	saint-victurnien	75	87	873	45.8785	1.0138	5
87430	Verneuil-sur-Vienne	verneuil-sur-vienne	75	87	872	45.8552	1.1013	5
87440	Les Salles-Lavauguyon	les-salles-lavauguyon	75	87	873	45.7439	0.6948	5
87440	Marval	marval	75	87	873	45.6283	0.7985	5
87440	Maisonnais-sur-Tardoire	maisonnais-sur-tardoire	75	87	873	45.7119	0.6902	5
87440	Pensol	pensol	75	87	873	45.6104	0.826	5
87440	Saint-Mathieu	saint-mathieu	75	87	873	45.7067	0.7591	5
87440	La Chapelle-Montbrandeix	la-chapelle-montbrandeix	75	87	873	45.6467	0.8474	5
87460	Bujaleuf	bujaleuf	75	87	872	45.7977	1.6288	5
87460	Cheissoux	cheissoux	75	87	872	45.8333	1.65	5
87460	Saint-Julien-le-Petit	saint-julien-le-petit	75	87	872	45.8233	1.7052	5
87470	Peyrat-le-Château	peyrat-le-chateau	75	87	872	45.8158	1.7723	5
87480	Saint-Priest-Taurion	saint-priest-taurion	75	87	872	45.8869	1.4002	5
87500	Le Chalard	le-chalard	75	87	872	45.5494	1.1311	5
87500	Glandon	glandon	75	87	872	45.4798	1.2257	5
87500	Coussac-Bonneval	coussac-bonneval	75	87	872	45.512	1.3226	5
87500	Saint-Yrieix-la-Perche	saint-yrieix-la-perche	75	87	872	45.516	1.2057	5
87500	Ladignac-le-Long	ladignac-le-long	75	87	872	45.5826	1.1136	5
87510	Peyrilhac	peyrilhac	75	87	872	45.9504	1.135	5
87510	Saint-Jouvent	saint-jouvent	75	87	872	45.9568	1.205	5
87510	Nieul	nieul	75	87	872	45.9267	1.1749	5
87510	Saint-Gence	saint-gence	75	87	872	45.922	1.1373	5
87520	Cieux	cieux	75	87	871	45.9916	1.046	5
87520	Veyrac	veyrac	75	87	872	45.8952	1.105	5
87520	Javerdat	javerdat	75	87	873	45.9543	0.9862	5
87520	Oradour-sur-Glane	oradour-sur-glane	75	87	873	45.9341	1.0317	5
87570	Rilhac-Rancon	rilhac-rancon	75	87	872	45.9	1.3167	5
87590	Saint-Just-le-Martel	saint-just-le-martel	75	87	872	45.8635	1.3883	5
87600	Rochechouart	rochechouart	75	87	873	45.8167	0.8167	5
87600	Videix	videix	75	87	873	45.791	0.7344	5
87600	Chéronnac	cheronnac	75	87	873	45.7588	0.764	5
87600	Vayres	vayres	75	87	873	45.7591	0.8101	5
87620	Séreilhac	sereilhac	75	87	872	45.7684	1.0805	5
87640	Razès	razes	75	87	871	46.0322	1.3368	5
87700	Saint-Martin-le-Vieux	saint-martin-le-vieux	75	87	872	45.745	1.119	5
87700	Beynac	beynac	75	87	872	45.7668	1.1684	5
87700	Saint-Yrieix-sous-Aixe	saint-yrieix-sous-aixe	75	87	872	45.8582	1.0782	5
87700	Saint-Priest-sous-Aixe	saint-priest-sous-aixe	75	87	872	45.8167	1.1	5
87700	Aixe-sur-Vienne	aixe-sur-vienne	75	87	872	45.7986	1.1388	5
87720	Saillat-sur-Vienne	saillat-sur-vienne	75	87	873	45.876	0.819	5
87800	Rilhac-Lastours	rilhac-lastours	75	87	872	45.6612	1.1069	5
87800	Jourgnac	jourgnac	75	87	872	45.7192	1.2141	5
87800	Nexon	nexon	75	87	872	45.6796	1.1855	5
87800	Saint-Hilaire-les-Places	saint-hilaire-les-places	75	87	872	45.6449	1.1599	5
87800	Burgnac	burgnac	75	87	872	45.7262	1.1521	5
87800	Meilhac	meilhac	75	87	872	45.714	1.1564	5
87800	Janailhac	janailhac	75	87	872	45.6372	1.2416	5
87800	Saint-Maurice-les-Brousses	saint-maurice-les-brousses	75	87	872	45.6997	1.2354	5
87800	La Roche-l’Abeille	la-roche-l-abeille	75	87	872	45.5955	1.2421	5
87800	La Meyze	la-meyze	75	87	872	45.6162	1.2145	5
87800	Saint-Priest-Ligoure	saint-priest-ligoure	75	87	872	45.6517	1.291	5
87890	Jouac	jouac	75	87	871	46.3535	1.2613	5
87900 CEDEX 9	Limoges	limoges	75	87	872	45.8315	1.2578	5
87919 CEDEX 3	Limoges	limoges	75	87	872	45.8315	1.2578	5
87920	Condat-sur-Vienne	condat-sur-vienne	75	87	872	45.7865	1.2845	5
87930 CEDEX 9	Limoges	limoges	75	87	872	45.8315	1.2578	5
87950 CEDEX 9	Limoges	limoges	75	87	872	45.8315	1.2578	5
09000	Baulou	baulou	76	09	091	43.0128	1.5416	5
09000	L’Herm	l-herm	76	09	091	42.9718	1.686	5
09000	Celles	celles	76	09	091	42.9167	1.6854	5
09000	Arabaux	arabaux	76	09	091	42.984	1.6423	5
09000	Bénac	benac	76	09	091	42.9535	1.525	5
09000	Montoulieu	montoulieu	76	09	091	42.908	1.628	5
09000	Ganac	ganac	76	09	091	42.9459	1.5636	5
09000	Vernajoul	vernajoul	76	09	091	42.986	1.6064	5
09000	Burret	burret	76	09	091	42.9529	1.4794	5
09000	Cos	cos	76	09	091	42.9776	1.5688	5
09000	Soula	soula	76	09	091	42.9427	1.6944	5
09000	Serres-sur-Arget	serres-sur-arget	76	09	091	42.9689	1.516	5
09000	Saint-Jean-de-Verges	saint-jean-de-verges	76	09	091	43.0137	1.6108	5
09000	Le Bosc	le-bosc	76	09	091	42.95	1.4667	5
09000	Foix	foix	76	09	091	42.9605	1.6079	5
09000	Saint-Pierre-de-Rivière	saint-pierre-de-riviere	76	09	091	42.9631	1.5557	5
09000	Saint-Paul-de-Jarrat	saint-paul-de-jarrat	76	09	091	42.914	1.6544	5
09000	Prayols	prayols	76	09	091	42.9268	1.6219	5
09000	Ferrières-sur-Ariège	ferrieres-sur-ariege	76	09	091	42.9401	1.6135	5
09000	Saint-Martin-de-Caralp	saint-martin-de-caralp	76	09	091	42.99	1.543	5
09000	Loubières	loubieres	76	09	091	43.0085	1.5998	5
09000	Pradières	pradieres	76	09	091	42.9616	1.6453	5
09000	Brassac	brassac	76	09	091	42.9455	1.537	5
09001 CEDEX	Foix	foix	76	09	091	42.9605	1.6079	5
09002 CEDEX	Foix	foix	76	09	091	42.9605	1.6079	5
09003 CEDEX	Foix	foix	76	09	091	42.9605	1.6079	5
09004 CEDEX	Foix	foix	76	09	091	42.9605	1.6079	5
09007 CEDEX	Foix	foix	76	09	091	42.9605	1.6079	5
09008 CEDEX	Foix	foix	76	09	091	42.9605	1.6079	5
09009 CEDEX	Foix	foix	76	09	091	42.9605	1.6079	5
09014 CEDEX	Foix	foix	76	09	091	42.9605	1.6079	5
09015 CEDEX	Foix	foix	76	09	091	42.9605	1.6079	5
09016 CEDEX	Foix	foix	76	09	091	42.9605	1.6079	5
09017 CEDEX	Foix	foix	76	09	091	42.9605	1.6079	5
09100	Escosse	escosse	76	09	092	43.1243	1.5493	5
09100	Saint-Michel	saint-michel	76	09	092	43.1351	1.5027	5
09100	Madière	madiere	76	09	092	43.1064	1.5131	5
09100	Ludiès	ludies	76	09	092	43.118	1.7145	5
09100	Saint-Victor-Rouzaud	saint-victor-rouzaud	76	09	092	43.0938	1.5522	5
09100	Bonnac	bonnac	76	09	092	43.166	1.5923	5
09100	Benagues	benagues	76	09	092	43.0667	1.6167	5
09100	Lescousse	lescousse	76	09	092	43.153	1.512	5
09100	Bézac	bezac	76	09	092	43.1486	1.5753	5
09100	La Tour-du-Crieu	la-tour-du-crieu	76	09	092	43.1047	1.6527	5
09100	Villeneuve-du-Paréage	villeneuve-du-pareage	76	09	092	43.1543	1.6374	5
09100	Arvigna	arvigna	76	09	092	43.0612	1.7356	5
09100	Saint-Martin-d’Oydes	saint-martin-d-oydes	76	09	092	43.17	1.4959	5
09100	Les Pujols	les-pujols	76	09	092	43.0879	1.718	5
09100	Saint-Amadou	saint-amadou	76	09	092	43.1107	1.7235	5
09100	Saint-Jean-du-Falga	saint-jean-du-falga	76	09	092	43.0865	1.6278	5
09100	Le Carlaret	le-carlaret	76	09	092	43.1282	1.7099	5
09100	Saint-Amans	saint-amans	76	09	092	43.1571	1.5479	5
09100	Pamiers	pamiers	76	09	092	43.1167	1.6	5
09100	Unzent	unzent	76	09	092	43.1752	1.5275	5
09100	Les Issards	les-issards	76	09	092	43.0778	1.7358	5
09101 CEDEX	Pamiers	pamiers	76	09	092	43.1167	1.6	5
09102 CEDEX	Pamiers	pamiers	76	09	092	43.1167	1.6	5
09103 CEDEX	Pamiers	pamiers	76	09	092	43.1167	1.6	5
09104 CEDEX	Pamiers	pamiers	76	09	092	43.1167	1.6	5
09105 CEDEX	Pamiers	pamiers	76	09	092	43.1167	1.6	5
09109 CEDEX	Pamiers	pamiers	76	09	092	43.1167	1.6	5
09110	Orgeix	orgeix	76	09	091	42.7075	1.866	5
09110	Montaillou	montaillou	76	09	091	42.7862	1.8971	5
09110	Perles-et-Castelet	perles-et-castelet	76	09	091	42.7437	1.7847	5
09110	Ax-les-Thermes	ax-les-thermes	76	09	091	42.7197	1.8384	5
09110	Ignaux	ignaux	76	09	091	42.7301	1.8385	5
09110	Tignac	tignac	76	09	091	42.7455	1.7929	5
09110	Mérens-les-Vals	merens-les-vals	76	09	091	42.65	1.8333	5
09110	Ascou	ascou	76	09	091	42.7203	1.8609	5
09110	Vaychis	vaychis	76	09	091	42.7405	1.8033	5
09110	Orlu	orlu	76	09	091	42.7013	1.888	5
09110	Savignac-les-Ormeaux	savignac-les-ormeaux	76	09	091	42.7288	1.8162	5
09110	Prades	prades	76	09	091	42.7856	1.8772	5
09110	Sorgeat	sorgeat	76	09	091	42.7278	1.8502	5
09120	Artix	artix	76	09	091	43.0684	1.5644	5
09120	Varilhes	varilhes	76	09	091	43.0451	1.6281	5
09120	Vira	vira	76	09	091	43.0521	1.7582	5
09120	Malléon	malleon	76	09	091	43.0322	1.7117	5
09120	Cazaux	cazaux	76	09	091	43.0526	1.5118	5
09120	Coussa	coussa	76	09	091	43.0631	1.6798	5
09120	Saint-Bauzeil	saint-bauzeil	76	09	091	43.0809	1.5895	5
09120	Crampagna	crampagna	76	09	091	43.0313	1.602	5
09120	Rieux-de-Pelleport	rieux-de-pelleport	76	09	091	43.0576	1.6093	5
09120	Ventenac	ventenac	76	09	091	43.0113	1.728	5
09120	Dalou	dalou	76	09	091	43.0339	1.6413	5
09120	Loubens	loubens	76	09	091	43.0449	1.5456	5
09120	Calzan	calzan	76	09	091	43.0388	1.7376	5
09120	Gudas	gudas	76	09	091	43.0038	1.6768	5
09120	Montégut-Plantaurel	montegut-plantaurel	76	09	091	43.0667	1.5013	5
09120	Ségura	segura	76	09	091	43.0362	1.6912	5
09120	Saint-Félix-de-Rieutord	saint-felix-de-rieutord	76	09	091	43.05	1.6667	5
09130	Durfort	durfort	76	09	093	43.2057	1.4552	5
09130	Castéras	casteras	76	09	093	43.1293	1.4	5
09130	Lanoux	lanoux	76	09	093	43.118	1.4255	5
09130	Le Fossat	le-fossat	76	09	093	43.1739	1.4082	5
09130	Sieuras	sieuras	76	09	093	43.1836	1.3372	5
09130	Carla-Bayle	carla-bayle	76	09	093	43.1496	1.3937	5
09130	Artigat	artigat	76	09	093	43.1372	1.4395	5
09130	Villeneuve-du-Latou	villeneuve-du-latou	76	09	093	43.204	1.4332	5
09130	Sainte-Suzanne	sainte-suzanne	76	09	093	43.2105	1.3866	5
09130	Pailhès	pailhes	76	09	093	43.1016	1.4427	5
09130	Monesple	monesple	76	09	093	43.094	1.4761	5
09140	Soueix-Rogalle	soueix-rogalle	76	09	093	42.9	1.2167	5
09140	Ercé	erce	76	09	093	42.847	1.2889	5
09140	Seix	seix	76	09	093	42.8639	1.2008	5
09140	Oust	oust	76	09	093	42.8751	1.2157	5
09140	Ustou	ustou	76	09	093	42.7997	1.2644	5
09140	Couflens	couflens	76	09	093	42.7869	1.1869	5
09140	Aulus-les-Bains	aulus-les-bains	76	09	093	42.7909	1.3399	5
09140	Sentenac-d’Oust	sentenac-d-oust	76	09	093	42.8762	1.178	5
09160	Montgauch	montgauch	76	09	093	43.0045	1.0812	5
09160	Taurignan-Castet	taurignan-castet	76	09	093	43.0393	1.0908	5
09160	Caumont	caumont	76	09	093	43.029	1.0862	5
09160	Lacave	lacave	76	09	093	43.04	0.9983	5
09160	Prat-Bonrepaux	prat-bonrepaux	76	09	093	43.0333	1.0167	5
09160	Mercenac	mercenac	76	09	093	43.0398	1.0771	5
09160	La Bastide-du-Salat	la-bastide-du-salat	76	09	093	43.0559	0.9878	5
09160	Betchat	betchat	76	09	093	43.0929	1.0118	5
09160	Mauvezin-de-Prat	mauvezin-de-prat	76	09	093	43.0313	0.9962	5
09160	Cazavet	cazavet	76	09	093	43.0028	1.0442	5
09190	Gajan	gajan	76	09	093	43.0218	1.1244	5
09190	Lorp-Sentaraille	lorp-sentaraille	76	09	093	43.0089	1.1078	5
09190	Taurignan-Vieux	taurignan-vieux	76	09	093	43.025	1.1155	5
09190	Saint-Lizier	saint-lizier	76	09	093	43.0018	1.1369	5
09200	Moulis	moulis	76	09	093	42.9619	1.0917	5
09200	Alos	alos	76	09	093	42.9078	1.1396	5
09200	Erp	erp	76	09	093	42.9417	1.2009	5
09200	Montégut-en-Couserans	montegut-en-couserans	76	09	093	42.9822	1.095	5
09200	Montjoie-en-Couserans	montjoie-en-couserans	76	09	093	43.0025	1.16	5
09200	Eycheil	eycheil	76	09	093	42.9684	1.1636	5
09200	Montesquieu-Avantès	montesquieu-avantes	76	09	093	43.0228	1.197	5
09200	Rivèrenert	riverenert	76	09	093	42.9572	1.2291	5
09200	Saint-Girons	saint-girons	76	09	093	42.9833	1.15	5
09200	Lacourt	lacourt	76	09	093	42.9453	1.1749	5
09200	Encourtiech	encourtiech	76	09	093	42.9597	1.1825	5
09201 CEDEX	Saint-Girons	saint-girons	76	09	093	42.9833	1.15	5
09209 CEDEX	Saint-Girons	saint-girons	76	09	093	42.9833	1.15	5
09210	Lézat-sur-Lèze	lezat-sur-leze	76	09	093	43.2773	1.3469	5
09210	Saint-Ybars	saint-ybars	76	09	093	43.237	1.3863	5
09220	Goulier	goulier	76	09	091	42.75	1.5	5
09220	Orus	orus	76	09	091	42.7817	1.5054	5
09220	Vicdessos	vicdessos	76	09	091	42.7695	1.4954	5
09220	Gestiès	gesties	76	09	091	42.7653	1.5728	5
09220	Illier-et-Laramade	illier-et-laramade	76	09	091	42.7878	1.5398	5
09220	Suc-et-Sentenac	suc-et-sentenac	76	09	091	42.7956	1.4666	5
09220	Siguer	siguer	76	09	091	42.7639	1.5644	5
09220	Sem	sem	76	09	091	42.7672	1.5177	5
09220	Lercoul	lercoul	76	09	091	42.7696	1.5446	5
09220	Auzat	auzat	76	09	091	42.7651	1.481	5
09230	Lasserre	lasserre	76	09	093	43.0698	1.1703	5
09230	Barjac	barjac	76	09	093	43.066	1.1345	5
09230	Montardit	montardit	76	09	093	43.0694	1.1925	5
09230	Cérizols	cerizols	76	09	093	43.1277	1.062	5
09230	Tourtouse	tourtouse	76	09	093	43.0932	1.1239	5
09230	Mérigon	merigon	76	09	093	43.0868	1.1931	5
09230	Bagert	bagert	76	09	093	43.0772	1.0828	5
09230	Sainte-Croix-Volvestre	sainte-croix-volvestre	76	09	093	43.1333	1.1667	5
09230	Mauvezin-de-Sainte-Croix	mauvezin-de-sainte-croix	76	09	093	43.0783	1.2289	5
09230	Fabas	fabas	76	09	093	43.1104	1.105	5
09230	Contrazy	contrazy	76	09	093	43.0597	1.2142	5
09230	Bédeille	bedeille	76	09	093	43.0872	1.1041	5
09240	Nescus	nescus	76	09	093	42.9923	1.433	5
09240	Durban-sur-Arize	durban-sur-arize	76	09	093	43.0196	1.343	5
09240	Montagagne	montagagne	76	09	093	42.9754	1.4113	5
09240	Montseron	montseron	76	09	093	43.0129	1.3293	5
09240	Allières	allieres	76	09	093	43.0353	1.3658	5
09240	Larbont	larbont	76	09	093	42.9953	1.398	5
09240	La Bastide-de-Sérou	la-bastide-de-serou	76	09	093	43.0119	1.4285	5
09240	Cadarcet	cadarcet	76	09	093	43.0129	1.4991	5
09240	Aigues-Juntes	aigues-juntes	76	09	093	43.05	1.4667	5
09240	Suzan	suzan	76	09	093	43.0253	1.4359	5
09240	Alzen	alzen	76	09	093	42.9895	1.4715	5
09240	Montels	montels	76	09	093	43.004	1.472	5
09240	Sentenac-de-Sérou	sentenac-de-serou	76	09	093	42.9686	1.3877	5
09250	Senconac	senconac	76	09	091	42.7986	1.7108	5
09250	Axiat	axiat	76	09	091	42.7835	1.7549	5
09250	Caussou	caussou	76	09	091	42.7676	1.8049	5
09250	Luzenac	luzenac	76	09	091	42.7629	1.7618	5
09250	Caychax	caychax	76	09	091	42.7923	1.7174	5
09250	Vernaux	vernaux	76	09	091	42.7641	1.7554	5
09250	Bestiac	bestiac	76	09	091	42.7672	1.7862	5
09250	Garanou	garanou	76	09	091	42.7677	1.7499	5
09250	Unac	unac	76	09	091	42.7608	1.7718	5
09250	Lordat	lordat	76	09	091	42.7753	1.7499	5
09250	Appy	appy	76	09	091	42.7904	1.7321	5
09270	Mazères	mazeres	76	09	092	43.2505	1.6773	5
09290	Le Mas-d’Azil	le-mas-d-azil	76	09	093	43.0803	1.363	5
09290	Gabre	gabre	76	09	093	43.0747	1.4172	5
09290	Camarade	camarade	76	09	093	43.0849	1.2874	5
09300	Roquefixade	roquefixade	76	09	092	42.9351	1.7549	5
09300	Montségur	montsegur	76	09	092	42.8702	1.8323	5
09300	Carla-de-Roquefort	carla-de-roquefort	76	09	092	42.9741	1.7655	5
09300	Péreille	pereille	76	09	092	42.9333	1.8	5
09300	Fougax-et-Barrineuf	fougax-et-barrineuf	76	09	092	42.8813	1.8947	5
09300	Saint-Jean-d’Aigues-Vives	saint-jean-d-aigues-vives	76	09	092	42.9231	1.8677	5
09300	Dreuilhe	dreuilhe	76	09	092	42.9443	1.8578	5
09300	Bénaix	benaix	76	09	092	42.9058	1.8593	5
09300	L’Aiguillon	l-aiguillon	76	09	092	42.9154	1.9018	5
09300	Bélesta	belesta	76	09	092	42.9023	1.9332	5
09300	Freychenet	freychenet	76	09	091	42.9084	1.7207	5
09300	Sautel	sautel	76	09	092	42.9755	1.8091	5
09300	Villeneuve-d’Olmes	villeneuve-d-olmes	76	09	092	42.9061	1.8194	5
09300	Nalzen	nalzen	76	09	092	42.9162	1.7564	5
09300	Ilhat	ilhat	76	09	092	42.95	1.7833	5
09300	Roquefort-les-Cascades	roquefort-les-cascades	76	09	092	42.9574	1.7622	5
09300	Leychert	leychert	76	09	092	42.9441	1.7282	5
09300	Lavelanet	lavelanet	76	09	092	42.9313	1.8466	5
09300	Lieurac	lieurac	76	09	092	42.9806	1.7883	5
09300	Raissac	raissac	76	09	092	42.9409	1.8119	5
09300	Lesparrou	lesparrou	76	09	092	42.9294	1.9032	5
09300	Montferrier	montferrier	76	09	092	42.8927	1.7867	5
09301 CEDEX	Lavelanet	lavelanet	76	09	092	42.9313	1.8466	5
09310	Vèbre	vebre	76	09	091	42.7761	1.7214	5
09310	Aston	aston	76	09	091	42.7744	1.6734	5
09310	Larnat	larnat	76	09	091	42.7988	1.631	5
09310	Les Cabannes	les-cabannes	76	09	091	42.7862	1.6864	5
09310	Sinsat	sinsat	76	09	091	42.7984	1.6604	5
09310	Larcat	larcat	76	09	091	42.779	1.6606	5
09310	Lassur	lassur	76	09	091	42.768	1.7348	5
09310	Urs	urs	76	09	091	42.7749	1.7325	5
09310	Pech	pech	76	09	091	42.7754	1.6869	5
09310	Albiès	albies	76	09	091	42.7772	1.7016	5
09310	Aulos	aulos	76	09	091	42.7924	1.6744	5
09310	Bouan	bouan	76	09	091	42.8001	1.6456	5
09310	Verdun	verdun	76	09	091	42.7953	1.6882	5
09310	Château-Verdun	chateau-verdun	76	09	091	42.7808	1.6772	5
09320	Aleu	aleu	76	09	093	42.8927	1.2674	5
09320	Biert	biert	76	09	093	42.8989	1.3148	5
09320	Soulan	soulan	76	09	093	42.9237	1.2494	5
09320	Massat	massat	76	09	093	42.8884	1.3472	5
09320	Le Port	le-port	76	09	093	42.8662	1.3743	5
09320	Boussenac	boussenac	76	09	093	42.9	1.3385	5
09330	Montgaillard	montgaillard	76	09	091	42.9333	1.6333	5
09340	Verniolle	verniolle	76	09	091	43.0816	1.649	5
09350	Thouars-sur-Arize	thouars-sur-arize	76	09	093	43.1845	1.2415	5
09350	Fornex	fornex	76	09	093	43.1668	1.2471	5
09350	Loubaut	loubaut	76	09	093	43.1886	1.2849	5
09350	Méras	meras	76	09	093	43.1819	1.3116	5
09350	La Bastide-de-Besplas	la-bastide-de-besplas	76	09	093	43.1661	1.2755	5
09350	Campagne-sur-Arize	campagne-sur-arize	76	09	093	43.1279	1.338	5
09350	Daumazan-sur-Arize	daumazan-sur-arize	76	09	093	43.1434	1.3068	5
09350	Sabarat	sabarat	76	09	093	43.0997	1.3887	5
09350	Castex	castex	76	09	093	43.1647	1.3134	5
09350	Montfa	montfa	76	09	093	43.099	1.2831	5
09350	Les Bordes-sur-Arize	les-bordes-sur-arize	76	09	093	43.1054	1.3712	5
09390	L’Hospitalet-près-l’Andorre	l-hospitalet-pres-l-andorre	76	09	091	42.5891	1.7993	5
09400	Arnave	arnave	76	09	091	42.8528	1.6474	5
09400	Bompas	bompas	76	09	091	42.8645	1.6155	5
09400	Ussat	ussat	76	09	091	42.83	1.6188	5
09400	Saurat	saurat	76	09	091	42.8783	1.5383	5
09400	Surba	surba	76	09	091	42.858	1.5766	5
09400	Cazenave-Serres-et-Allens	cazenave-serres-et-allens	76	09	091	42.8333	1.6667	5
09400	Arignac	arignac	76	09	091	42.8693	1.5998	5
09400	Mercus-Garrabet	mercus-garrabet	76	09	091	42.8779	1.629	5
09400	Tarascon-sur-Ariège	tarascon-sur-ariege	76	09	091	42.8454	1.6033	5
09400	Génat	genat	76	09	091	42.8233	1.5724	5
09400	Bédeilhac-et-Aynat	bedeilhac-et-aynat	76	09	091	42.8852	1.5488	5
09400	Gourbit	gourbit	76	09	091	42.8436	1.5335	5
09400	Miglos	miglos	76	09	091	42.784	1.6029	5
09400	Ornolac-Ussat-les-Bains	ornolac-ussat-les-bains	76	09	091	42.8238	1.6569	5
09400	Rabat-les-Trois-Seigneurs	rabat-les-trois-seigneurs	76	09	091	42.8556	1.552	5
09400	Alliat	alliat	76	09	091	42.8168	1.5853	5
09400	Niaux	niaux	76	09	091	42.8135	1.5907	5
09400	Quié	quie	76	09	091	42.8454	1.5925	5
09400	Capoulet-et-Junac	capoulet-et-junac	76	09	091	42.7943	1.5837	5
09400	Lapège	lapege	76	09	091	42.8003	1.5709	5
09401 CEDEX	Tarascon-sur-Ariège	tarascon-sur-ariege	76	09	091	42.8454	1.6033	5
09420	Clermont	clermont	76	09	093	43.0386	1.3012	5
09420	Esplas-de-Sérou	esplas-de-serou	76	09	093	42.975	1.3765	5
09420	Rimont	rimont	76	09	093	42.9952	1.2825	5
09420	Lescure	lescure	76	09	093	43.0013	1.2405	5
09420	Castelnau-Durban	castelnau-durban	76	09	093	43.0007	1.3422	5
09460	Le Pla	le-pla	76	09	091	42.7142	2.0799	5
09460	Artigues	artigues	76	09	091	42.7165	2.0676	5
09460	Le Puch	le-puch	76	09	091	42.7167	2.1	5
09460	Mijanès	mijanes	76	09	091	42.7293	2.055	5
09460	Quérigut	querigut	76	09	091	42.6975	2.0976	5
09460	Carcanières	carcanieres	76	09	091	42.7128	2.1071	5
09460	Rouze	rouze	76	09	091	42.7299	2.0695	5
09500	Sainte-Foi	sainte-foi	76	09	092	43.129	1.9146	5
09500	Troye-d’Ariège	troye-d-ariege	76	09	092	43.0272	1.8782	5
09500	Saint-Félix-de-Tournegat	saint-felix-de-tournegat	76	09	092	43.1355	1.7427	5
09500	Lagarde	lagarde	76	09	092	43.0493	1.9346	5
09500	Saint-Quentin-la-Tour	saint-quentin-la-tour	76	09	092	43.0333	1.9	5
09500	Manses	manses	76	09	092	43.1001	1.8114	5
09500	Vals	vals	76	09	092	43.096	1.7601	5
09500	Coutens	coutens	76	09	092	43.075	1.825	5
09500	Besset	besset	76	09	092	43.078	1.8362	5
09500	La Bastide-de-Bousignac	la-bastide-de-bousignac	76	09	092	43.0537	1.8867	5
09500	Lapenne	lapenne	76	09	092	43.1453	1.7506	5
09500	Teilhet	teilhet	76	09	092	43.0916	1.7782	5
09500	Camon	camon	76	09	092	43.0215	1.9665	5
09500	Rieucros	rieucros	76	09	092	43.084	1.7668	5
09500	Roumengoux	roumengoux	76	09	092	43.072	1.9336	5
09500	Cazals-des-Baylès	cazals-des-bayles	76	09	092	43.0883	1.949	5
09500	Moulin-Neuf	moulin-neuf	76	09	092	43.0734	1.9445	5
09500	Viviès	vivies	76	09	092	43.0638	1.7856	5
09500	Malegoude	malegoude	76	09	092	43.1126	1.937	5
09500	Mirepoix	mirepoix	76	09	092	43.0877	1.8735	5
09500	Tourtrol	tourtrol	76	09	092	43.0684	1.7981	5
09500	Saint-Julien-de-Gras-Capou	saint-julien-de-gras-capou	76	09	092	43.0373	1.8556	5
09600	Laroque-d’Olmes	laroque-d-olmes	76	09	092	42.9678	1.8668	5
09600	Esclagne	esclagne	76	09	092	42.9797	1.8474	5
09600	Le Peyrat	le-peyrat	76	09	092	42.9553	1.9186	5
09600	Belloc	belloc	76	09	092	43.0119	1.9297	5
09600	Montbel	montbel	76	09	092	42.9751	1.9754	5
09600	Dun	dun	76	09	092	43.0277	1.7991	5
09600	Limbrassac	limbrassac	76	09	092	43.0164	1.8425	5
09600	Pradettes	pradettes	76	09	092	42.9886	1.8197	5
09600	Tabre	tabre	76	09	092	42.9881	1.859	5
09600	Régat	regat	76	09	092	42.9876	1.8846	5
09600	Léran	leran	76	09	092	42.9871	1.9096	5
09600	Aigues-Vives	aigues-vives	76	09	092	42.9953	1.8744	5
09600	La Bastide-sur-l’Hers	la-bastide-sur-l-hers	76	09	092	42.9547	1.9081	5
09700	Lissac	lissac	76	09	092	43.2687	1.5118	5
09700	Justiniac	justiniac	76	09	092	43.2078	1.4906	5
09700	Canté	cante	76	09	092	43.2552	1.5276	5
09700	Trémoulet	tremoulet	76	09	092	43.1567	1.7182	5
09700	Gaudiès	gaudies	76	09	092	43.1752	1.7303	5
09700	La Bastide-de-Lordat	la-bastide-de-lordat	76	09	092	43.15	1.7167	5
09700	Le Vernet	le-vernet	76	09	092	43.1848	1.6027	5
09700	Esplas	esplas	76	09	092	43.1872	1.498	5
09700	Brie	brie	76	09	092	43.2056	1.5182	5
09700	Saverdun	saverdun	76	09	092	43.2353	1.574	5
09700	Saint-Quirc	saint-quirc	76	09	092	43.2755	1.5031	5
09700	Labatut	labatut	76	09	092	43.2617	1.5158	5
09700	Montaut	montaut	76	09	092	43.1833	1.65	5
09800	Castillon-en-Couserans	castillon-en-couserans	76	09	093	42.921	1.0317	5
09800	Illartein	illartein	76	09	093	42.937	0.9667	5
09800	Arrout	arrout	76	09	093	42.9456	1.0286	5
09800	Villeneuve	villeneuve	76	09	093	42.9392	0.9825	5
09800	Cescau	cescau	76	09	093	42.9314	1.0387	5
09800	Saint-Lary	saint-lary	76	09	093	42.9307	0.8943	5
09800	Buzan	buzan	76	09	093	42.9428	0.9639	5
09800	Arrien-en-Bethmale	arrien-en-bethmale	76	09	093	42.8963	1.0429	5
09800	Orgibet	orgibet	76	09	093	42.9344	0.9411	5
09800	Sor	sor	76	09	093	42.9202	1.0094	5
09800	Aucazein	aucazein	76	09	093	42.9352	0.9755	5
09800	Balacet	balacet	76	09	093	42.8835	0.9812	5
09800	Les Bordes-sur-Lez	les-bordes-sur-lez	76	09	093	42.8975	1.0305	5
09800	Salsein	salsein	76	09	093	42.9102	1.0109	5
09800	Uchentein	uchentein	76	09	093	42.8886	1.0026	5
09800	Antras	antras	76	09	093	42.8815	0.9438	5
09800	Argein	argein	76	09	093	42.9307	0.9934	5
09800	Saint-Jean-du-Castillonnais	saint-jean-du-castillonnais	76	09	093	42.9359	0.933	5
09800	Audressein	audressein	76	09	093	42.9294	1.0236	5
09800	Augirein	augirein	76	09	093	42.932	0.9181	5
09800	Bonac-Irazein	bonac-irazein	76	09	093	42.8833	0.9667	5
09800	Sentein	sentein	76	09	093	42.8738	0.9554	5
09800	Galey	galey	76	09	093	42.9367	0.9147	5
09800	Bethmale	bethmale	76	09	093	42.8681	1.0861	5
09800	Balaguères	balagueres	76	09	093	42.9652	1.0219	5
09800	Engomer	engomer	76	09	093	42.9475	1.0603	5
11000	Carcassonne	carcassonne	76	11	111	43.2135	2.3516	5
11000	Berriac	berriac	76	11	111	43.2126	2.4108	5
11001 CEDEX	Carcassonne	carcassonne	76	11	111	43.2135	2.3516	5
11002 CEDEX	Carcassonne	carcassonne	76	11	111	43.2135	2.3516	5
11003 CEDEX	Carcassonne	carcassonne	76	11	111	43.2135	2.3516	5
11004 CEDEX	Carcassonne	carcassonne	76	11	111	43.2135	2.3516	5
11005 CEDEX	Carcassonne	carcassonne	76	11	111	43.2135	2.3516	5
11007 CEDEX	Carcassonne	carcassonne	76	11	111	43.2135	2.3516	5
11009 CEDEX 9	Carcassonne	carcassonne	76	11	111	43.2135	2.3516	5
11010 CEDEX 9	Carcassonne	carcassonne	76	11	111	43.2135	2.3516	5
11011 CEDEX 9	Carcassonne	carcassonne	76	11	111	43.2135	2.3516	5
11012 CEDEX	Carcassonne	carcassonne	76	11	111	43.2135	2.3516	5
11015 CEDEX	Carcassonne	carcassonne	76	11	111	43.2135	2.3516	5
11016 CEDEX 9	Carcassonne	carcassonne	76	11	111	43.2135	2.3516	5
11017 CEDEX 9	Carcassonne	carcassonne	76	11	111	43.2135	2.3516	5
11020 CEDEX	Carcassonne	carcassonne	76	11	111	43.2135	2.3516	5
11021 CEDEX	Carcassonne	carcassonne	76	11	111	43.2135	2.3516	5
11022 CEDEX	Carcassonne	carcassonne	76	11	111	43.2135	2.3516	5
11029 CEDEX	Carcassonne	carcassonne	76	11	111	43.2135	2.3516	5
11100	Bages	bages	76	11	113	43.1227	2.9908	5
11100	Narbonne	narbonne	76	11	113	43.184	3.0014	5
11100	Montredon-des-Corbières	montredon-des-corbieres	76	11	113	43.1833	2.9333	5
11101 CEDEX	Narbonne	narbonne	76	11	113	43.184	3.0014	5
11102 CEDEX	Narbonne	narbonne	76	11	113	43.184	3.0014	5
11103 CEDEX	Narbonne	narbonne	76	11	113	43.184	3.0014	5
11104 CEDEX	Narbonne	narbonne	76	11	113	43.184	3.0014	5
11105 CEDEX	Narbonne	narbonne	76	11	113	43.184	3.0014	5
11106 CEDEX	Narbonne	narbonne	76	11	113	43.184	3.0014	5
11107 CEDEX	Narbonne	narbonne	76	11	113	43.184	3.0014	5
11108 CEDEX	Narbonne	narbonne	76	11	113	43.184	3.0014	5
11109 CEDEX	Narbonne	narbonne	76	11	113	43.184	3.0014	5
11110	Armissan	armissan	76	11	113	43.1878	3.0966	5
11110	Salles-d’Aude	salles-d-aude	76	11	113	43.238	3.1195	5
11110	Vinassan	vinassan	76	11	113	43.2044	3.0746	5
11110	Coursan	coursan	76	11	113	43.2337	3.0571	5
11120	Marcorignan	marcorignan	76	11	113	43.2263	2.9228	5
11120	Ventenac-en-Minervois	ventenac-en-minervois	76	11	113	43.25	2.8667	5
11120	Saint-Nazaire-d’Aude	saint-nazaire-d-aude	76	11	113	43.2452	2.8944	5
11120	Saint-Marcel-sur-Aude	saint-marcel-sur-aude	76	11	113	43.25	2.9333	5
11120	Mailhac	mailhac	76	11	113	43.3025	2.8276	5
11120	Pouzols-Minervois	pouzols-minervois	76	11	113	43.2872	2.8257	5
11120	Ginestas	ginestas	76	11	113	43.2665	2.8704	5
11120	Mirepeisset	mirepeisset	76	11	113	43.2836	2.8986	5
11120	Moussan	moussan	76	11	113	43.2309	2.95	5
11120	Sainte-Valière	sainte-valiere	76	11	113	43.2728	2.8416	5
11120	Bize-Minervois	bize-minervois	76	11	113	43.3166	2.8713	5
11120	Argeliers	argeliers	76	11	113	43.3122	2.9105	5
11130	Sigean	sigean	76	11	113	43.0278	2.9792	5
11140	Montfort-sur-Boulzane	montfort-sur-boulzane	76	11	112	42.7415	2.3066	5
11140	Fontanès-de-Sault	fontanes-de-sault	76	11	112	42.7675	2.0821	5
11140	Galinagues	galinagues	76	11	112	42.8066	2.0447	5
11140	Sainte-Colombe-sur-Guette	sainte-colombe-sur-guette	76	11	112	42.7485	2.2337	5
11140	Cailla	cailla	76	11	112	42.8142	2.1959	5
11140	Aunat	aunat	76	11	112	42.7925	2.0942	5
11140	Marsa	marsa	76	11	112	42.8217	2.1541	5
11140	Counozouls	counozouls	76	11	112	42.7311	2.2267	5
11140	Belfort-sur-Rebenty	belfort-sur-rebenty	76	11	112	42.8333	2.05	5
11140	Axat	axat	76	11	112	42.8026	2.2327	5
11140	Campagna-de-Sault	campagna-de-sault	76	11	112	42.7583	2.0529	5
11140	Salvezines	salvezines	76	11	112	42.7795	2.3058	5
11140	Le Bousquet	le-bousquet	76	11	112	42.7426	2.162	5
11140	Rodome	rodome	76	11	112	42.7978	2.0692	5
11140	Escouloubre	escouloubre	76	11	112	42.7379	2.1238	5
11140	Artigues	artigues	76	11	112	42.8024	2.2109	5
11140	Gincla	gincla	76	11	112	42.7619	2.3249	5
11140	Puilaurens	puilaurens	76	11	112	42.8003	2.3049	5
11140	Le Clat	le-clat	76	11	112	42.7846	2.1662	5
11140	La Fajolle	la-fajolle	76	11	112	42.7692	1.964	5
11140	Niort-de-Sault	niort-de-sault	76	11	112	42.8013	2.0025	5
11140	Mazuby	mazuby	76	11	112	42.8007	2.0325	5
11140	Roquefort-de-Sault	roquefort-de-sault	76	11	112	42.7375	2.1996	5
11140	Joucou	joucou	76	11	112	42.8251	2.0869	5
11140	Bessède-de-Sault	bessede-de-sault	76	11	112	42.7879	2.1243	5
11140	Mérial	merial	76	11	112	42.7862	1.9781	5
11150	Villasavary	villasavary	76	11	111	43.2201	2.0407	5
11150	Bram	bram	76	11	111	43.2438	2.1134	5
11150	Villesiscle	villesiscle	76	11	111	43.2276	2.0938	5
11150	Pexiora	pexiora	76	11	111	43.2682	2.0366	5
11150	Villepinte	villepinte	76	11	111	43.2821	2.0876	5
11160	Trausse	trausse	76	11	111	43.3114	2.561	5
11160	Lespinassière	lespinassiere	76	11	111	43.4023	2.5381	5
11160	Trassanel	trassanel	76	11	111	43.3463	2.4368	5
11160	Peyriac-Minervois	peyriac-minervois	76	11	111	43.2907	2.5661	5
11160	Cabrespine	cabrespine	76	11	111	43.3632	2.4609	5
11160	Rieux-Minervois	rieux-minervois	76	11	111	43.2819	2.5869	5
11160	Citou	citou	76	11	111	43.3775	2.5409	5
11160	Villeneuve-Minervois	villeneuve-minervois	76	11	111	43.3152	2.4623	5
11160	Caunes-Minervois	caunes-minervois	76	11	111	43.3256	2.5254	5
11160	Castans	castans	76	11	111	43.4061	2.4861	5
11170	Alzonne	alzonne	76	11	111	43.2534	2.1781	5
11170	Saint-Martin-le-Vieil	saint-martin-le-vieil	76	11	111	43.2944	2.1466	5
11170	Montolieu	montolieu	76	11	111	43.3105	2.215	5
11170	Villespy	villespy	76	11	111	43.3197	2.0981	5
11170	Villesèquelande	villesequelande	76	11	111	43.2333	2.2333	5
11170	Raissac-sur-Lampy	raissac-sur-lampy	76	11	111	43.2756	2.1612	5
11170	Carlipa	carlipa	76	11	111	43.3069	2.1277	5
11170	Caux-et-Sauzens	caux-et-sauzens	76	11	111	43.2252	2.2559	5
11170	Cenne-Monestiés	cenne-monesties	76	11	111	43.3333	2.1167	5
11170	Pezens	pezens	76	11	111	43.2545	2.2687	5
11170	Moussoulens	moussoulens	76	11	111	43.2802	2.2321	5
11170	Sainte-Eulalie	sainte-eulalie	76	11	111	43.2467	2.2115	5
11190	Antugnac	antugnac	76	11	112	42.9538	2.2239	5
11190	Bugarach	bugarach	76	11	112	42.8757	2.3495	5
11190	Rennes-les-Bains	rennes-les-bains	76	11	112	42.9177	2.3179	5
11190	Sougraigne	sougraigne	76	11	112	42.9003	2.3533	5
11190	Cassaignes	cassaignes	76	11	112	42.9449	2.2978	5
11190	La Serpent	la-serpent	76	11	112	42.9663	2.1818	5
11190	Fourtou	fourtou	76	11	112	42.9069	2.4291	5
11190	Montazels	montazels	76	11	112	42.9439	2.2447	5
11190	Conilhac-de-la-Montagne	conilhac-de-la-montagne	76	11	112	42.9786	2.195	5
11190	Peyrolles	peyrolles	76	11	112	42.9592	2.3167	5
11190	Luc-sur-Aude	luc-sur-aude	76	11	112	42.9581	2.2688	5
11190	Serres	serres	76	11	112	42.9456	2.3235	5
11190	Couiza	couiza	76	11	112	42.942	2.2545	5
11190	Cubières-sur-Cinoble	cubieres-sur-cinoble	76	11	112	42.8604	2.4598	5
11190	Arques	arques	76	11	112	42.9524	2.375	5
11190	Rennes-le-Château	rennes-le-chateau	76	11	112	42.9265	2.2626	5
11190	Coustaussa	coustaussa	76	11	112	42.9395	2.277	5
11190	Camps-sur-l’Agly	camps-sur-l-agly	76	11	112	42.8586	2.4324	5
11200	Saint-André-de-Roquelongue	saint-andre-de-roquelongue	76	11	113	43.115	2.8363	5
11200	Thézan-des-Corbières	thezan-des-corbieres	76	11	113	43.1	2.7667	5
11200	Tourouzelle	tourouzelle	76	11	113	43.2537	2.722	5
11200	Canet	canet	76	11	113	43.2274	2.848	5
11200	Luc-sur-Orbieu	luc-sur-orbieu	76	11	113	43.1767	2.785	5
11200	Bizanet	bizanet	76	11	113	43.1642	2.8703	5
11200	Homps	homps	76	11	113	43.2672	2.7207	5
11200	Montséret	montseret	76	11	113	43.1025	2.81	5
11200	Argens-Minervois	argens-minervois	76	11	113	43.2423	2.7665	5
11200	Escales	escales	76	11	113	43.2229	2.6957	5
11200	Ferrals-les-Corbières	ferrals-les-corbieres	76	11	113	43.15	2.7333	5
11200	Boutenac	boutenac	76	11	113	43.1477	2.7909	5
11200	Fabrezan	fabrezan	76	11	113	43.1358	2.6981	5
11200	Ornaisons	ornaisons	76	11	113	43.1804	2.8369	5
11200	Conilhac-Corbières	conilhac-corbieres	76	11	113	43.1886	2.7153	5
11200	Roubia	roubia	76	11	113	43.2467	2.7999	5
11200	Camplong-d’Aude	camplong-d-aude	76	11	113	43.129	2.6517	5
11200	Névian	nevian	76	11	113	43.2124	2.9029	5
11200	Cruscades	cruscades	76	11	113	43.1908	2.8164	5
11200	Paraza	paraza	76	11	113	43.2514	2.8312	5
11200	Raissac-d’Aude	raissac-d-aude	76	11	113	43.2288	2.8804	5
11200	Villedaigne	villedaigne	76	11	113	43.2156	2.86	5
11200	Lézignan-Corbières	lezignan-corbieres	76	11	113	43.1976	2.7614	5
11201 CEDEX	Lézignan-Corbières	lezignan-corbieres	76	11	113	43.1976	2.7614	5
11202 CEDEX	Lézignan-Corbières	lezignan-corbieres	76	11	113	43.1976	2.7614	5
11203 CEDEX	Lézignan-Corbières	lezignan-corbieres	76	11	113	43.1976	2.7614	5
11204 CEDEX	Lézignan-Corbières	lezignan-corbieres	76	11	113	43.1976	2.7614	5
11205 CEDEX	Lézignan-Corbières	lezignan-corbieres	76	11	113	43.1976	2.7614	5
11208 CEDEX	Lézignan-Corbières	lezignan-corbieres	76	11	113	43.1976	2.7614	5
11209 CEDEX	Lézignan-Corbières	lezignan-corbieres	76	11	113	43.1976	2.7614	5
11210	Port-la-Nouvelle	port-la-nouvelle	76	11	113	43.0199	3.0437	5
11220	Pradelles-en-Val	pradelles-en-val	76	11	111	43.1456	2.5136	5
11220	Jonquières	jonquieres	76	11	113	43.0391	2.7293	5
11220	Labastide-en-Val	labastide-en-val	76	11	111	43.0744	2.4718	5
11220	Caunettes-en-Val	caunettes-en-val	76	11	111	43.0633	2.5545	5
11220	Fajac-en-Val	fajac-en-val	76	11	111	43.12	2.4531	5
11220	Saint-Martin-des-Puits	saint-martin-des-puits	76	11	113	43.0394	2.5679	5
11220	Serviès-en-Val	servies-en-val	76	11	111	43.0886	2.5195	5
11220	Saint-Laurent-de-la-Cabrerisse	saint-laurent-de-la-cabrerisse	76	11	113	43.0857	2.7012	5
11220	Arquettes-en-Val	arquettes-en-val	76	11	111	43.1	2.5	5
11220	Mayronnes	mayronnes	76	11	111	43.0549	2.5253	5
11220	Taurize	taurize	76	11	111	43.0765	2.5046	5
11220	Rieux-en-Val	rieux-en-val	76	11	111	43.0824	2.531	5
11220	Saint-Pierre-des-Champs	saint-pierre-des-champs	76	11	113	43.0588	2.6045	5
11220	Talairan	talairan	76	11	113	43.0511	2.6631	5
11220	Villar-en-Val	villar-en-val	76	11	111	43.0835	2.4582	5
11220	Tournissan	tournissan	76	11	113	43.0821	2.665	5
11220	Montlaur	montlaur	76	11	111	43.1296	2.5583	5
11220	Coustouge	coustouge	76	11	113	43.0468	2.7438	5
11220	Ribaute	ribaute	76	11	113	43.1073	2.6355	5
11220	Villetritouls	villetritouls	76	11	111	43.081	2.4902	5
11220	Lagrasse	lagrasse	76	11	113	43.091	2.6194	5
11230	Saint-Benoît	saint-benoit	76	11	112	43.0162	2.0614	5
11230	Gueytes-et-Labastide	gueytes-et-labastide	76	11	112	43.0682	2.0065	5
11230	Peyrefitte-du-Razès	peyrefitte-du-razes	76	11	112	43.0609	2.0229	5
11230	Courtauly	courtauly	76	11	112	43.0399	2.0427	5
11230	Chalabre	chalabre	76	11	112	42.9825	2.0054	5
11230	Sonnac-sur-l’Hers	sonnac-sur-l-hers	76	11	112	43.0031	1.9916	5
11230	Val de Lambronne	val-de-lambronne	76	11	112	43.0756	1.9756	5
11230	Puivert	puivert	76	11	112	42.9188	2.0463	5
11230	Montjardin	montjardin	76	11	112	42.9812	2.0272	5
11230	Caudeval	caudeval	76	11	112	43.075	1.9748	5
11230	Villefort	villefort	76	11	112	42.9528	2.0315	5
11230	Rivel	rivel	76	11	112	42.9424	1.9991	5
11230	Corbières	corbieres	76	11	112	43.0498	1.9871	5
11230	Tréziers	treziers	76	11	112	43.0569	1.9542	5
11230	Sainte-Colombe-sur-l’Hers	sainte-colombe-sur-l-hers	76	11	112	42.952	1.9661	5
11240	Cailhau	cailhau	76	11	112	43.1484	2.137	5
11240	Mazerolles-du-Razès	mazerolles-du-razes	76	11	112	43.1381	2.0717	5
11240	Seignalens	seignalens	76	11	112	43.0989	1.9699	5
11240	Ferran	ferran	76	11	111	43.1528	2.0897	5
11240	Escueillens-et-Saint-Just-de-Bélengard	escueillens-et-saint-just-de-belengard	76	11	112	43.1092	2.02	5
11240	Belvèze-du-Razès	belveze-du-razes	76	11	112	43.1256	2.0954	5
11240	Monthaut	monthaut	76	11	112	43.0758	2.0623	5
11240	Cambieure	cambieure	76	11	112	43.1266	2.1339	5
11240	Cailhavel	cailhavel	76	11	112	43.1626	2.1268	5
11240	Bellegarde-du-Razès	bellegarde-du-razes	76	11	112	43.1094	2.0442	5
11240	Fenouillet-du-Razès	fenouillet-du-razes	76	11	111	43.1569	2.0293	5
11240	Lignairolles	lignairolles	76	11	112	43.0968	1.9947	5
11240	Escueillens-et-Saint-Just-de-Bélengard	escueillens-et-saint-just-de-belengard	76	11	112	43.1083	2.0205	5
11240	Montgradail	montgradail	76	11	112	43.1213	2.0236	5
11240	Gramazie	gramazie	76	11	112	43.139	2.0973	5
11240	La Courtète	la-courtete	76	11	112	43.1451	2.0418	5
11240	Routier	routier	76	11	112	43.1073	2.1275	5
11240	Alaigne	alaigne	76	11	112	43.1017	2.0912	5
11240	Hounoux	hounoux	76	11	111	43.1287	2.0015	5
11240	Donazac	donazac	76	11	112	43.0772	2.1198	5
11250	Caunette-sur-Lauquet	caunette-sur-lauquet	76	11	112	43.0299	2.4129	5
11250	Rouffiac-d’Aude	rouffiac-d-aude	76	11	111	43.128	2.2989	5
11250	Preixan	preixan	76	11	111	43.1454	2.2897	5
11250	Couffoulens	couffoulens	76	11	111	43.1552	2.3069	5
11250	Montclar	montclar	76	11	111	43.1368	2.2468	5
11250	Saint-Hilaire	saint-hilaire	76	11	112	43.0923	2.3104	5
11250	Clermont-sur-Lauquet	clermont-sur-lauquet	76	11	112	43.0447	2.4229	5
11250	Gardie	gardie	76	11	112	43.0747	2.3001	5
11250	Greffeil	greffeil	76	11	112	43.0783	2.3775	5
11250	Villar-Saint-Anselme	villar-saint-anselme	76	11	112	43.054	2.2986	5
11250	Villebazy	villebazy	76	11	112	43.0647	2.3242	5
11250	Pomas	pomas	76	11	112	43.112	2.2927	5
11250	Leuc	leuc	76	11	111	43.1472	2.3234	5
11250	Verzeille	verzeille	76	11	111	43.1252	2.3254	5
11250	Ladern-sur-Lauquet	ladern-sur-lauquet	76	11	112	43.1049	2.3526	5
11260	Fa	fa	76	11	112	42.9374	2.1908	5
11260	Rouvenac	rouvenac	76	11	112	42.9367	2.1447	5
11260	Campagne-sur-Aude	campagne-sur-aude	76	11	112	42.9158	2.2065	5
11260	Espéraza	esperaza	76	11	112	42.9323	2.2201	5
11260	Saint-Jean-de-Paracol	saint-jean-de-paracol	76	11	112	42.9348	2.1135	5
11270	Saint-Amans	saint-amans	76	11	111	43.228	1.8857	5
11270	Laurac	laurac	76	11	111	43.2292	1.9752	5
11270	Generville	generville	76	11	111	43.2125	1.9322	5
11270	Plavilla	plavilla	76	11	111	43.1476	1.9143	5
11270	Saint-Julien-de-Briola	saint-julien-de-briola	76	11	111	43.1592	1.9439	5
11270	Brézilhac	brezilhac	76	11	111	43.169	2.0787	5
11270	Gaja-la-Selve	gaja-la-selve	76	11	111	43.1953	1.8956	5
11270	Orsans	orsans	76	11	111	43.1609	1.9822	5
11270	Fanjeaux	fanjeaux	76	11	111	43.1867	2.0338	5
11270	Cazalrenoux	cazalrenoux	76	11	111	43.1973	1.9493	5
11270	La Force	la-force	76	11	111	43.1946	2.0925	5
11270	Lasserre-de-Prouille	lasserre-de-prouille	76	11	111	43.1789	2.0837	5
11270	La Cassaigne	la-cassaigne	76	11	111	43.2027	1.995	5
11270	Ribouisse	ribouisse	76	11	111	43.1824	1.8976	5
11270	Saint-Gaudéric	saint-gauderic	76	11	111	43.1287	1.9469	5
11290	Villeneuve-lès-Montréal	villeneuve-les-montreal	76	11	111	43.1802	2.1116	5
11290	Montréal	montreal	76	11	111	43.1998	2.1412	5
11290	Alairac	alairac	76	11	111	43.1849	2.2414	5
11290	Roullens	roullens	76	11	111	43.165	2.2723	5
11290	Lavalette	lavalette	76	11	111	43.1843	2.2682	5
11290	Arzens	arzens	76	11	111	43.1984	2.2095	5
11300	Limoux	limoux	76	11	112	43.0549	2.2217	5
11300	Saint-Martin-de-Villereglan	saint-martin-de-villereglan	76	11	112	43.1057	2.2118	5
11300	Malras	malras	76	11	112	43.0629	2.173	5
11300	Saint-Couat-du-Razès	saint-couat-du-razes	76	11	112	43	2.1088	5
11300	Lauraguel	lauraguel	76	11	112	43.0984	2.1747	5
11300	Festes-et-Saint-André	festes-et-saint-andre	76	11	112	42.9726	2.1436	5
11300	Pomy	pomy	76	11	112	43.058	2.0644	5
11300	La Digne-d’Aval	la-digne-d-aval	76	11	112	43.0462	2.1794	5
11300	Cépie	cepie	76	11	112	43.1049	2.2453	5
11300	Pieusse	pieusse	76	11	112	43.0797	2.2327	5
11300	Ajac	ajac	76	11	112	43.0477	2.1377	5
11300	Castelreng	castelreng	76	11	112	43.0281	2.1379	5
11300	Pauligne	pauligne	76	11	112	43.0726	2.1602	5
11300	Bourigeole	bourigeole	76	11	112	42.9874	2.1322	5
11300	Cournanel	cournanel	76	11	112	43.0329	2.2342	5
11300	La Bezole	la-bezole	76	11	112	43.032	2.1068	5
11300	Gaja-et-Villedieu	gaja-et-villedieu	76	11	112	43.0808	2.1886	5
11300	Villelongue-d’Aude	villelongue-d-aude	76	11	112	43.0538	2.0957	5
11300	Roquetaillade	roquetaillade	76	11	112	42.9934	2.1987	5
11300	Bouriège	bouriege	76	11	112	42.9843	2.1654	5
11300	Villarzel-du-Razès	villarzel-du-razes	76	11	112	43.1389	2.2034	5
11300	Saint-Polycarpe	saint-polycarpe	76	11	112	43.0409	2.2892	5
11300	Tourreilles	tourreilles	76	11	112	43.021	2.1688	5
11300	La Digne-d’Amont	la-digne-d-amont	76	11	112	43.0409	2.1605	5
11300	Loupia	loupia	76	11	112	43.0624	2.113	5
11300	Malviès	malvies	76	11	112	43.1185	2.1851	5
11300	Brugairolles	brugairolles	76	11	112	43.1245	2.1584	5
11300	Magrie	magrie	76	11	112	43.0279	2.2001	5
11301 CEDEX	Limoux	limoux	76	11	112	43.0549	2.2217	5
11303 CEDEX	Limoux	limoux	76	11	112	43.0549	2.2217	5
11304 CEDEX	Limoux	limoux	76	11	112	43.0549	2.2217	5
11310	Villemagne	villemagne	76	11	111	43.3583	2.1126	5
11310	Saint-Denis	saint-denis	76	11	111	43.3602	2.2219	5
11310	Saissac	saissac	76	11	111	43.3606	2.1687	5
11310	Lacombe	lacombe	76	11	111	43.399	2.2316	5
11320	Labastide-d’Anjou	labastide-d-anjou	76	11	111	43.3466	1.8512	5
11320	Airoux	airoux	76	11	111	43.3633	1.8662	5
11320	Saint-Paulet	saint-paulet	76	11	111	43.4062	1.8765	5
11320	Les Cassés	les-casses	76	11	111	43.4262	1.8672	5
11320	Soupex	soupex	76	11	111	43.3783	1.8954	5
11320	Montmaur	montmaur	76	11	111	43.3934	1.8436	5
11320	Montferrand	montferrand	76	11	111	43.3643	1.8198	5
11330	Laroque-de-Fa	laroque-de-fa	76	11	113	42.9563	2.5651	5
11330	Termes	termes	76	11	113	43.0004	2.5622	5
11330	Albières	albieres	76	11	113	42.9474	2.4726	5
11330	Villerouge-Termenès	villerouge-termenes	76	11	113	43.0093	2.6267	5
11330	Massac	massac	76	11	113	42.9179	2.5725	5
11330	Dernacueillette	dernacueillette	76	11	113	42.9281	2.5966	5
11330	Maisons	maisons	76	11	113	42.9267	2.6319	5
11330	Palairac	palairac	76	11	113	42.9567	2.6613	5
11330	Montjoi	montjoi	76	11	113	42.9921	2.4812	5
11330	Bouisse	bouisse	76	11	113	42.9854	2.4514	5
11330	Mouthoumet	mouthoumet	76	11	113	42.9596	2.5268	5
11330	Montgaillard	montgaillard	76	11	113	42.9108	2.6241	5
11330	Félines-Termenès	felines-termenes	76	11	113	42.9886	2.6145	5
11330	Lanet	lanet	76	11	113	42.9629	2.4937	5
11330	Davejean	davejean	76	11	113	42.9596	2.606	5
11330	Lairière	lairiere	76	11	113	43.0147	2.4831	5
11330	Soulatgé	soulatge	76	11	113	42.8773	2.5031	5
11330	Vignevieille	vignevieille	76	11	113	43.0048	2.5242	5
11330	Auriac	auriac	76	11	113	42.9302	2.4913	5
11330	Salza	salza	76	11	113	42.983	2.4957	5
11340	Comus	comus	76	11	112	42.8118	1.8897	5
11340	Roquefeuil	roquefeuil	76	11	112	42.8195	1.9936	5
11340	Belcaire	belcaire	76	11	112	42.8149	1.957	5
11340	Espezel	espezel	76	11	112	42.8198	2.0204	5
11340	Camurac	camurac	76	11	112	42.7969	1.915	5
11340	Belvis	belvis	76	11	112	42.849	2.0748	5
11350	Paziols	paziols	76	11	113	42.8586	2.7194	5
11350	Tuchan	tuchan	76	11	113	42.8881	2.7187	5
11350	Rouffiac-des-Corbières	rouffiac-des-corbieres	76	11	113	42.8793	2.554	5
11350	Padern	padern	76	11	113	42.8684	2.6568	5
11350	Duilhac-sous-Peyrepertuse	duilhac-sous-peyrepertuse	76	11	113	42.8667	2.5667	5
11350	Cucugnan	cucugnan	76	11	113	42.85	2.6	5
11360	Fraissé-des-Corbières	fraisse-des-corbieres	76	11	113	42.9625	2.8597	5
11360	Quintillan	quintillan	76	11	113	42.9651	2.7097	5
11360	Villesèque-des-Corbières	villeseque-des-corbieres	76	11	113	43.0156	2.8509	5
11360	Albas	albas	76	11	113	43.0063	2.734	5
11360	Fontjoncouse	fontjoncouse	76	11	113	43.0475	2.7886	5
11360	Cascastel-des-Corbières	cascastel-des-corbieres	76	11	113	42.9846	2.7597	5
11360	Embres-et-Castelmaure	embres-et-castelmaure	76	11	113	42.9394	2.8125	5
11360	Villeneuve-les-Corbières	villeneuve-les-corbieres	76	11	113	42.9767	2.7764	5
11360	Saint-Jean-de-Barrou	saint-jean-de-barrou	76	11	113	42.9576	2.8403	5
11360	Durban-Corbières	durban-corbieres	76	11	113	42.9949	2.8157	5
11370	Leucate	leucate	76	11	113	42.9106	3.0294	5
11380	La Tourette-Cabardès	la-tourette-cabardes	76	11	111	43.3802	2.3349	5
11380	Roquefère	roquefere	76	11	111	43.3733	2.379	5
11380	Labastide-Esparbairenque	labastide-esparbairenque	76	11	111	43.3811	2.3948	5
11380	Miraval-Cabardes	miraval-cabardes	76	11	111	43.3833	2.3667	5
11380	Pradelles-Cabardès	pradelles-cabardes	76	11	111	43.4079	2.4461	5
11380	Les Ilhes	les-ilhes	76	11	111	43.3516	2.3784	5
11380	Mas-Cabardès	mas-cabardes	76	11	111	43.3709	2.3641	5
11390	Cuxac-Cabardès	cuxac-cabardes	76	11	111	43.3709	2.2837	5
11390	Brousses-et-Villaret	brousses-et-villaret	76	11	111	43.343	2.2563	5
11390	Fontiers-Cabardès	fontiers-cabardes	76	11	111	43.3667	2.2667	5
11390	Laprade	laprade	76	11	111	43.4424	2.2591	5
11390	Caudebronde	caudebronde	76	11	111	43.378	2.3102	5
11390	Les Martys	les-martys	76	11	111	43.4164	2.3074	5
11400	Ricaud	ricaud	76	11	111	43.3446	1.8906	5
11400	Mas-Saintes-Puelles	mas-saintes-puelles	76	11	111	43.3129	1.8777	5
11400	Saint-Martin-Lalande	saint-martin-lalande	76	11	111	43.2993	2.02	5
11400	La Pomarède	la-pomarede	76	11	111	43.4049	1.9503	5
11400	Peyrens	peyrens	76	11	111	43.3602	1.9622	5
11400	Mireval-Lauragais	mireval-lauragais	76	11	111	43.2538	1.9593	5
11400	Fonters-du-Razès	fonters-du-razes	76	11	111	43.2283	1.934	5
11400	Villeneuve-la-Comptal	villeneuve-la-comptal	76	11	111	43.2883	1.9177	5
11400	Labécède-Lauragais	labecede-lauragais	76	11	111	43.3908	2.0058	5
11400	Tréville	treville	76	11	111	43.3848	1.953	5
11400	Issel	issel	76	11	111	43.3669	1.9906	5
11400	Castelnaudary	castelnaudary	76	11	111	43.3183	1.9545	5
11400	Les Brunels	les-brunels	76	11	111	43.404	2.05	5
11400	Saint-Papoul	saint-papoul	76	11	111	43.3308	2.0364	5
11400	Lasbordes	lasbordes	76	11	111	43.2949	2.0451	5
11400	Verdun-en-Lauragais	verdun-en-lauragais	76	11	111	43.3644	2.0609	5
11400	Laurabuc	laurabuc	76	11	111	43.2478	1.9808	5
11400	Souilhe	souilhe	76	11	111	43.3695	1.9142	5
11400	Souilhanels	souilhanels	76	11	111	43.3504	1.9199	5
11400	Fendeille	fendeille	76	11	111	43.2688	1.9427	5
11400	Puginier	puginier	76	11	111	43.3763	1.9278	5
11401 CEDEX	Castelnaudary	castelnaudary	76	11	111	43.3183	1.9545	5
11402 CEDEX	Castelnaudary	castelnaudary	76	11	111	43.3183	1.9545	5
11409 CEDEX	Castelnaudary	castelnaudary	76	11	111	43.3183	1.9545	5
11410	Montauriol	montauriol	76	11	111	43.28	1.8333	5
11410	Belflou	belflou	76	11	111	43.3181	1.7863	5
11410	Fajac-la-Relenque	fajac-la-relenque	76	11	111	43.2802	1.7235	5
11410	Mézerville	mezerville	76	11	111	43.2599	1.792	5
11410	Sainte-Camelle	sainte-camelle	76	11	111	43.2687	1.8036	5
11410	La Louvière-Lauragais	la-louviere-lauragais	76	11	111	43.2636	1.7508	5
11410	Saint-Michel-de-Lanès	saint-michel-de-lanes	76	11	111	43.3245	1.7586	5
11410	Marquein	marquein	76	11	111	43.3054	1.7259	5
11410	Baraigne	baraigne	76	11	111	43.331	1.8262	5
11410	Payra-sur-l’Hers	payra-sur-l-hers	76	11	111	43.2662	1.8558	5
11410	Cumiés	cumies	76	11	111	43.2956	1.8415	5
11410	Salles-sur-l’Hers	salles-sur-l-hers	76	11	111	43.2929	1.7853	5
11410	Gourvieille	gourvieille	76	11	111	43.3395	1.7817	5
11410	Molleville	molleville	76	11	111	43.311	1.8352	5
11420	Saint-Sernin	saint-sernin	76	11	111	43.2331	1.804	5
11420	Peyrefitte-sur-l’Hers	peyrefitte-sur-l-hers	76	11	111	43.2474	1.8283	5
11420	Pécharic-et-le-Py	pecharic-et-le-py	76	11	111	43.1869	1.8356	5
11420	Belpech	belpech	76	11	111	43.1996	1.7516	5
11420	Villautou	villautou	76	11	111	43.1596	1.832	5
11420	Mayreville	mayreville	76	11	111	43.2381	1.8388	5
11420	Cahuzac	cahuzac	76	11	111	43.1921	1.8508	5
11420	Pech-Luna	pech-luna	76	11	111	43.2162	1.8428	5
11420	Plaigne	plaigne	76	11	111	43.1735	1.8122	5
11420	Molandier	molandier	76	11	111	43.2457	1.7156	5
11420	Lafage	lafage	76	11	111	43.1743	1.8632	5
11430	Gruissan	gruissan	76	11	113	43.1076	3.0865	5
11440	Peyriac-de-Mer	peyriac-de-mer	76	11	113	43.0872	2.9583	5
11451 CEDEX	Castelnaudary	castelnaudary	76	11	111	43.3183	1.9545	5
11452 CEDEX	Castelnaudary	castelnaudary	76	11	111	43.3183	1.9545	5
11453 CEDEX	Castelnaudary	castelnaudary	76	11	111	43.3183	1.9545	5
11480	La Palme	la-palme	76	11	113	42.9752	2.9924	5
11490	Portel-des-Corbières	portel-des-corbieres	76	11	113	43.05	2.9167	5
11491 CEDEX	Castelnaudary	castelnaudary	76	11	111	43.3183	1.9545	5
11492 CEDEX	Castelnaudary	castelnaudary	76	11	111	43.3183	1.9545	5
11493 CEDEX	Castelnaudary	castelnaudary	76	11	111	43.3183	1.9545	5
11494 CEDEX	Castelnaudary	castelnaudary	76	11	111	43.3183	1.9545	5
11500	Belvianes-et-Cavirac	belvianes-et-cavirac	76	11	112	42.8531	2.2004	5
11500	Coudons	coudons	76	11	112	42.8616	2.1244	5
11500	Ginoles	ginoles	76	11	112	42.8674	2.1595	5
11500	Saint-Ferriol	saint-ferriol	76	11	112	42.8912	2.2229	5
11500	Quillan	quillan	76	11	112	42.8758	2.1818	5
11500	Saint-Julia-de-Bec	saint-julia-de-bec	76	11	112	42.8675	2.245	5
11500	Saint-Louis-et-Parahou	saint-louis-et-parahou	76	11	112	42.8465	2.3183	5
11500	Saint-Martin-Lys	saint-martin-lys	76	11	112	42.8264	2.2255	5
11500	Brenac	brenac	76	11	112	42.8902	2.1523	5
11500	Saint-Just-et-le-Bézu	saint-just-et-le-bezu	76	11	112	42.8786	2.2663	5
11500	Granès	granes	76	11	112	42.8958	2.2468	5
11500	Quirbajou	quirbajou	76	11	112	42.8285	2.1785	5
11500	Nébias	nebias	76	11	112	42.8961	2.1153	5
11510	Treilles	treilles	76	11	113	42.9227	2.9441	5
11510	Fitou	fitou	76	11	113	42.893	2.9771	5
11510	Caves	caves	76	11	113	42.9312	2.977	5
11510	Feuilla	feuilla	76	11	113	42.931	2.9106	5
11540	Roquefort-des-Corbières	roquefort-des-corbieres	76	11	113	42.991	2.9536	5
11560	Fleury	fleury	76	11	113	43.2309	3.1375	5
11570	Cazilhac	cazilhac	76	11	111	43.182	2.3609	5
11570	Mas-des-Cours	mas-des-cours	76	11	111	43.1312	2.4216	5
11570	Villefloure	villefloure	76	11	111	43.1244	2.3822	5
11570	Cavanac	cavanac	76	11	111	43.1677	2.328	5
11570	Palaja	palaja	76	11	111	43.1736	2.3846	5
11580	Belcastel-et-Buc	belcastel-et-buc	76	11	112	43.0297	2.3566	5
11580	Missègre	missegre	76	11	112	43.0017	2.3716	5
11580	Terroles	terroles	76	11	112	42.9833	2.3333	5
11580	Valmigère	valmigere	76	11	112	42.9809	2.3749	5
11580	Alet-les-Bains	alet-les-bains	76	11	112	42.9945	2.2562	5
11580	Véraza	veraza	76	11	112	42.9846	2.3047	5
11580	Villardebelle	villardebelle	76	11	112	43.0196	2.392	5
11590	Cuxac-d’Aude	cuxac-d-aude	76	11	113	43.246	2.999	5
11590	Sallèles-d’Aude	salleles-d-aude	76	11	113	43.2595	2.9461	5
11590	Ouveillan	ouveillan	76	11	113	43.2891	2.9712	5
11600	Fraisse-Cabardès	fraisse-cabardes	76	11	111	43.3251	2.2724	5
11600	Conques-sur-Orbiel	conques-sur-orbiel	76	11	111	43.2667	2.4167	5
11600	Lastours	lastours	76	11	111	43.3328	2.3815	5
11600	Limousis	limousis	76	11	111	43.3346	2.4016	5
11600	Sallèles-Cabardès	salleles-cabardes	76	11	111	43.324	2.4204	5
11600	Villarzel-Cabardès	villarzel-cabardes	76	11	111	43.278	2.4594	5
11600	Fournes-Cabardès	fournes-cabardes	76	11	111	43.3472	2.3997	5
11600	Bagnoles	bagnoles	76	11	111	43.2712	2.4367	5
11600	Villegailhenc	villegailhenc	76	11	111	43.2687	2.3547	5
11600	Villalier	villalier	76	11	111	43.2565	2.4121	5
11600	Villegly	villegly	76	11	111	43.2857	2.441	5
11600	Villardonnel	villardonnel	76	11	111	43.3351	2.312	5
11600	Aragon	aragon	76	11	111	43.2958	2.3154	5
11600	Salsigne	salsigne	76	11	111	43.33	2.3572	5
11600	Malves-en-Minervois	malves-en-minervois	76	11	111	43.25	2.45	5
11600	Villanière	villaniere	76	11	111	43.342	2.3615	5
11610	Pennautier	pennautier	76	11	111	43.2451	2.3189	5
11610	Ventenac-Cabardès	ventenac-cabardes	76	11	111	43.2663	2.2849	5
11620	Villemoustaussou	villemoustaussou	76	11	111	43.2519	2.3655	5
11700	Castelnau-d’Aude	castelnau-d-aude	76	11	113	43.2318	2.6726	5
11700	Moux	moux	76	11	113	43.1798	2.6532	5
11700	Blomac	blomac	76	11	111	43.2042	2.5963	5
11700	La Redorte	la-redorte	76	11	111	43.25	2.6667	5
11700	Puicheric	puicheric	76	11	111	43.2238	2.6246	5
11700	Comigne	comigne	76	11	111	43.1696	2.5798	5
11700	Azille	azille	76	11	111	43.2769	2.6598	5
11700	Roquecourbe-Minervois	roquecourbe-minervois	76	11	113	43.2198	2.649	5
11700	Douzens	douzens	76	11	111	43.1844	2.6005	5
11700	Pépieux	pepieux	76	11	111	43.2973	2.6795	5
11700	Capendu	capendu	76	11	111	43.186	2.5568	5
11700	Montbrun-des-Corbières	montbrun-des-corbieres	76	11	113	43.198	2.6846	5
11700	Saint-Couat-d’Aude	saint-couat-d-aude	76	11	113	43.2016	2.6297	5
11700	Fontcouverte	fontcouverte	76	11	113	43.1681	2.6876	5
11781 CEDEX	Narbonne	narbonne	76	11	113	43.184	3.0014	5
11782 CEDEX	Narbonne	narbonne	76	11	113	43.184	3.0014	5
11784 CEDEX	Narbonne	narbonne	76	11	113	43.184	3.0014	5
11785 CEDEX	Narbonne	narbonne	76	11	113	43.184	3.0014	5
11789 CEDEX	Narbonne	narbonne	76	11	113	43.184	3.0014	5
11790 CEDEX	Narbonne	narbonne	76	11	113	43.184	3.0014	5
11800	Barbaira	barbaira	76	11	111	43.1849	2.5117	5
11800	Fontiès-d'Aude	fonties-d-aude	76	11	111	43.1868	2.4533	5
11800	Monze	monze	76	11	111	43.1558	2.4593	5
11800	Trèbes	trebes	76	11	111	43.2106	2.4416	5
11800	Villedubert	villedubert	76	11	111	43.2309	2.4211	5
11800	Bouilhonnac	bouilhonnac	76	11	111	43.2335	2.4415	5
11800	Montirat	montirat	76	11	111	43.1735	2.4374	5
11800	Laure-Minervois	laure-minervois	76	11	111	43.2711	2.5203	5
11800	Marseillette	marseillette	76	11	111	43.2031	2.5433	5
11800	Floure	floure	76	11	111	43.1828	2.4901	5
11800	Badens	badens	76	11	111	43.2192	2.5093	5
11800	Rustiques	rustiques	76	11	111	43.2164	2.4744	5
11800	Aigues-Vives	aigues-vives	76	11	111	43.2299	2.5343	5
11800	Saint-Frichoux	saint-frichoux	76	11	111	43.2518	2.5519	5
11802 CEDEX 9	Carcassonne	carcassonne	76	11	111	43.2135	2.3516	5
11803 CEDEX 9	Carcassonne	carcassonne	76	11	111	43.2135	2.3516	5
11805 CEDEX 9	Carcassonne	carcassonne	76	11	111	43.2135	2.3516	5
11806 CEDEX 9	Carcassonne	carcassonne	76	11	111	43.2135	2.3516	5
11807 CEDEX 9	Carcassonne	carcassonne	76	11	111	43.2135	2.3516	5
11808 CEDEX 9	Carcassonne	carcassonne	76	11	111	43.2135	2.3516	5
11810 CEDEX 9	Carcassonne	carcassonne	76	11	111	43.2135	2.3516	5
11816 CEDEX 9	Carcassonne	carcassonne	76	11	111	43.2135	2.3516	5
11823 CEDEX 9	Carcassonne	carcassonne	76	11	111	43.2135	2.3516	5
11833 CEDEX 9	Carcassonne	carcassonne	76	11	111	43.2135	2.3516	5
11835 CEDEX 9	Carcassonne	carcassonne	76	11	111	43.2135	2.3516	5
11836 CEDEX 9	Carcassonne	carcassonne	76	11	111	43.2135	2.3516	5
11838 CEDEX 9	Carcassonne	carcassonne	76	11	111	43.2135	2.3516	5
11848 CEDEX 9	Carcassonne	carcassonne	76	11	111	43.2135	2.3516	5
11850 CEDEX 9	Carcassonne	carcassonne	76	11	111	43.2135	2.3516	5
11855 CEDEX 9	Carcassonne	carcassonne	76	11	111	43.2135	2.3516	5
11860 CEDEX 9	Carcassonne	carcassonne	76	11	111	43.2135	2.3516	5
11870 CEDEX 9	Carcassonne	carcassonne	76	11	111	43.2135	2.3516	5
11875 CEDEX 9	Carcassonne	carcassonne	76	11	111	43.2135	2.3516	5
11876 CEDEX 9	Carcassonne	carcassonne	76	11	111	43.2135	2.3516	5
11877 CEDEX 9	Carcassonne	carcassonne	76	11	111	43.2135	2.3516	5
11878 CEDEX 9	Carcassonne	carcassonne	76	11	111	43.2135	2.3516	5
11880 CEDEX 9	Carcassonne	carcassonne	76	11	111	43.2135	2.3516	5
11885 CEDEX 9	Carcassonne	carcassonne	76	11	111	43.2135	2.3516	5
11890 CEDEX 9	Carcassonne	carcassonne	76	11	111	43.2135	2.3516	5
11898 CEDEX 9	Carcassonne	carcassonne	76	11	111	43.2135	2.3516	5
12000	Druelle	druelle	76	12	122	44.3601	2.5051	5
12000	Onet-le-Château	onet-le-chateau	76	12	122	44.3749	2.58	5
12000	Rodez	rodez	76	12	122	44.3526	2.5734	5
12000	Le Monastère	le-monastere	76	12	122	44.3417	2.5796	5
12001 CEDEX	Rodez	rodez	76	12	122	44.3526	2.5734	5
12002 CEDEX	Rodez	rodez	76	12	122	44.3526	2.5734	5
12003 CEDEX	Rodez	rodez	76	12	122	44.3526	2.5734	5
12005 CEDEX	Rodez	rodez	76	12	122	44.3526	2.5734	5
12007 CEDEX	Rodez	rodez	76	12	122	44.3526	2.5734	5
12008 CEDEX	Rodez	rodez	76	12	122	44.3526	2.5734	5
12009 CEDEX	Rodez	rodez	76	12	122	44.3526	2.5734	5
12019 CEDEX	Rodez	rodez	76	12	122	44.3526	2.5734	5
12020 CEDEX 9	Rodez	rodez	76	12	122	44.3526	2.5734	5
12021 CEDEX 9	Rodez	rodez	76	12	122	44.3526	2.5734	5
12022 CEDEX 9	Rodez	rodez	76	12	122	44.3526	2.5734	5
12023 CEDEX 9	Rodez	rodez	76	12	122	44.3526	2.5734	5
12024 CEDEX 9	Rodez	rodez	76	12	122	44.3526	2.5734	5
12025 CEDEX 9	Rodez	rodez	76	12	122	44.3526	2.5734	5
12026 CEDEX 9	Rodez	rodez	76	12	122	44.3526	2.5734	5
12027 CEDEX 9	Rodez	rodez	76	12	122	44.3526	2.5734	5
12028 CEDEX 9	Rodez	rodez	76	12	122	44.3526	2.5734	5
12029 CEDEX 9	Rodez	rodez	76	12	122	44.3526	2.5734	5
12030 CEDEX 9	Rodez	rodez	76	12	122	44.3526	2.5734	5
12031 CEDEX 9	Rodez	rodez	76	12	122	44.3526	2.5734	5
12032 CEDEX 9	Rodez	rodez	76	12	122	44.3526	2.5734	5
12033 CEDEX 9	Rodez	rodez	76	12	122	44.3526	2.5734	5
12034 CEDEX 9	Rodez	rodez	76	12	122	44.3526	2.5734	5
12035 CEDEX 9	Rodez	rodez	76	12	122	44.3526	2.5734	5
12039 CEDEX 9	Rodez	rodez	76	12	122	44.3526	2.5734	5
12040 CEDEX 9	Rodez	rodez	76	12	122	44.3526	2.5734	5
12100	Comprégnac	compregnac	76	12	121	44.0828	2.9615	5
12100	Saint-Georges-de-Luzençon	saint-georges-de-luzencon	76	12	121	44.0647	2.986	5
12100	La Roque-Sainte-Marguerite	la-roque-sainte-marguerite	76	12	121	44.1243	3.2233	5
12100	Millau	millau	76	12	121	44.1	3.0833	5
12100	Creissels	creissels	76	12	121	44.0859	3.0607	5
12101 CEDEX	Millau	millau	76	12	121	44.1	3.0833	5
12102 CEDEX	Millau	millau	76	12	121	44.1	3.0833	5
12103 CEDEX	Millau	millau	76	12	121	44.1	3.0833	5
12104 CEDEX	Millau	millau	76	12	121	44.1	3.0833	5
12106 CEDEX	Millau	millau	76	12	121	44.1	3.0833	5
12108 CEDEX	Millau	millau	76	12	121	44.1	3.0833	5
12109 CEDEX	Millau	millau	76	12	121	44.1	3.0833	5
12110	Aubin	aubin	76	12	123	44.5281	2.2444	5
12110	Cransac	cransac	76	12	123	44.5241	2.2837	5
12110	Viviez	viviez	76	12	123	44.5568	2.2165	5
12120	Centrès	centres	76	12	123	44.1643	2.4093	5
12120	Rullac-Saint-Cirq	rullac-saint-cirq	76	12	121	44.1295	2.4911	5
12120	Cassagnes-Bégonhès	cassagnes-begonhes	76	12	123	44.1689	2.5308	5
12120	Auriac-Lagast	auriac-lagast	76	12	121	44.1477	2.5815	5
12120	Salmiech	salmiech	76	12	121	44.1817	2.5736	5
12120	Meljac	meljac	76	12	123	44.1387	2.4358	5
12120	Sainte-Juliette-sur-Viaur	sainte-juliette-sur-viaur	76	12	123	44.2147	2.5219	5
12120	Comps-la-Grand-Ville	comps-la-grand-ville	76	12	121	44.2312	2.5672	5
12120	Arvieu	arvieu	76	12	121	44.1921	2.6609	5
12130	Sainte-Eulalie-d’Olt	sainte-eulalie-d-olt	76	12	122	44.4639	2.9446	5
12130	La Capelle-Bonance	la-capelle-bonance	76	12	122	44.4424	3.0126	5
12130	Pierrefiche	pierrefiche	76	12	122	44.4438	2.9477	5
12130	Aurelle-Verlac	aurelle-verlac	76	12	122	44.5333	2.9833	5
12130	Saint-Geniez-d’Olt	saint-geniez-d-olt	76	12	122	44.4656	2.9726	5
12130	Saint Geniez d'Olt et d'Aubrac	saint-geniez-d-olt-et-d-aubrac	76	12	122	44.4653	2.9736	5
12130	Pomayrols	pomayrols	76	12	122	44.4702	3.0247	5
12130	Saint-Martin-de-Lenne	saint-martin-de-lenne	76	12	122	44.4295	2.9651	5
12140	Campouriez	campouriez	76	12	122	44.6898	2.607	5
12140	Entraygues-sur-Truyère	entraygues-sur-truyere	76	12	122	44.6461	2.5675	5
12140	Golinhac	golinhac	76	12	122	44.6053	2.5832	5
12140	Saint-Hippolyte	saint-hippolyte	76	12	122	44.711	2.592	5
12140	Le Fel	le-fel	76	12	122	44.6525	2.5071	5
12140	Florentin-la-Capelle	florentin-la-capelle	76	12	122	44.6302	2.6319	5
12140	Espeyrac	espeyrac	76	12	122	44.6122	2.5099	5
12150	Sévérac d'Aveyron	severac-d-aveyron	76	12	122	44.3217	3.0714	5
12150	Lapanouse	lapanouse	76	12	122	44.3368	3.0311	5
12150	Recoules-Prévinquières	recoules-previnquieres	76	12	122	44.3416	2.9679	5
12150	Sévérac-le-Château	severac-le-chateau	76	12	122	44.3243	3.0593	5
12150	Buzeins	buzeins	76	12	122	44.3738	2.9701	5
12150	Lavernhe	lavernhe	76	12	122	44.3076	3.0016	5
12160	Camboulazet	camboulazet	76	12	123	44.2285	2.4429	5
12160	Moyrazès	moyrazes	76	12	123	44.342	2.4393	5
12160	Baraqueville	baraqueville	76	12	123	44.2765	2.4318	5
12160	Gramond	gramond	76	12	123	44.2654	2.3649	5
12160	Boussac	boussac	76	12	123	44.2782	2.3665	5
12160	Manhac	manhac	76	12	123	44.2544	2.4689	5
12170	Lédergues	ledergues	76	12	121	44.0889	2.4417	5
12170	Saint-Just-sur-Viaur	saint-just-sur-viaur	76	12	123	44.1245	2.3663	5
12170	Durenque	durenque	76	12	121	44.1095	2.6185	5
12170	Connac	connac	76	12	121	44.0201	2.6024	5
12170	Réquista	requista	76	12	121	44.0332	2.5355	5
12170	La Selve	la-selve	76	12	121	44.1126	2.5389	5
12170	Saint-Jean-Delnous	saint-jean-delnous	76	12	121	44.0441	2.4918	5
12190	Sébrazac	sebrazac	76	12	122	44.525	2.6537	5
12190	Le Nayrac	le-nayrac	76	12	122	44.6134	2.6647	5
12190	Estaing	estaing	76	12	122	44.5555	2.6713	5
12190	Coubisou	coubisou	76	12	122	44.5525	2.7287	5
12200	Monteils	monteils	76	12	123	44.2658	1.9976	5
12200	Martiel	martiel	76	12	123	44.3767	1.9225	5
12200	La Rouquette	la-rouquette	76	12	123	44.302	1.9743	5
12200	Saint-Salvadou	saint-salvadou	76	12	123	44.281	2.1006	5
12200	Morlhon-le-Haut	morlhon-le-haut	76	12	123	44.3243	2.0636	5
12200	Villefranche-de-Rouergue	villefranche-de-rouergue	76	12	123	44.3517	2.037	5
12200	Le Bas Ségala	le-bas-segala	76	12	123	44.3406	2.1344	5
12200	La Bastide-l’Évêque	la-bastide-l-eveque	76	12	123	44.34	2.1362	5
12200	Saint-Rémy	saint-remy	76	12	123	44.3989	2.0387	5
12200	Vailhourles	vailhourles	76	12	123	44.3055	1.9068	5
12200	Sanvensa	sanvensa	76	12	123	44.2914	2.0499	5
12200	Savignac	savignac	76	12	123	44.3582	1.9661	5
12200	Toulonjac	toulonjac	76	12	123	44.3811	2.0002	5
12201 CEDEX	Villefranche-de-Rouergue	villefranche-de-rouergue	76	12	123	44.3517	2.037	5
12202 CEDEX	Villefranche-de-Rouergue	villefranche-de-rouergue	76	12	123	44.3517	2.037	5
12203 CEDEX	Villefranche-de-Rouergue	villefranche-de-rouergue	76	12	123	44.3517	2.037	5
12204 CEDEX	Villefranche-de-Rouergue	villefranche-de-rouergue	76	12	123	44.3517	2.037	5
12210	Lacalm	lacalm	76	12	122	44.7717	2.8833	5
12210	Montpeyroux	montpeyroux	76	12	122	44.6419	2.8239	5
12210	La Terrisse	la-terrisse	76	12	122	44.7546	2.8188	5
12210	Cassuéjouls	cassuejouls	76	12	122	44.7259	2.8172	5
12210	Soulages-Bonneval	soulages-bonneval	76	12	122	44.676	2.7962	5
12210	Curières	curieres	76	12	122	44.6532	2.8655	5
12210	Alpuech	alpuech	76	12	122	44.7624	2.8478	5
12210	Laguiole	laguiole	76	12	122	44.6846	2.8467	5
12210	Argences en Aubrac	argences-en-aubrac	76	12	122	44.8019	2.7586	5
12220	Les Albres	les-albres	76	12	123	44.5385	2.1735	5
12220	Lugan	lugan	76	12	123	44.4832	2.2582	5
12220	Vaureilles	vaureilles	76	12	123	44.4527	2.1986	5
12220	Peyrusse-le-Roc	peyrusse-le-roc	76	12	123	44.496	2.1413	5
12220	Montbazens	montbazens	76	12	123	44.4781	2.2298	5
12220	Valzergues	valzergues	76	12	123	44.4998	2.2228	5
12220	Roussennac	roussennac	76	12	123	44.4537	2.2529	5
12220	Galgan	galgan	76	12	123	44.5031	2.1795	5
12230	Saint-Jean-du-Bruel	saint-jean-du-bruel	76	12	121	44.0219	3.3613	5
12230	Sauclières	sauclieres	76	12	121	43.9757	3.3676	5
12230	Nant	nant	76	12	121	44.0215	3.3023	5
12230	Lapanouse-de-Cernon	lapanouse-de-cernon	76	12	121	43.9958	3.0981	5
12230	La Cavalerie	la-cavalerie	76	12	121	44.0096	3.1584	5
12230	La Couvertoirade	la-couvertoirade	76	12	121	43.9125	3.3164	5
12230	L'Hospitalet-du-Larzac	l-hospitalet-du-larzac	76	12	121	43.9741	3.192	5
12230	Sainte-Eulalie-de-Cernon	sainte-eulalie-de-cernon	76	12	121	43.9819	3.1372	5
12240	Pradinas	pradinas	76	12	123	44.2395	2.2654	5
12240	La Capelle-Bleys	la-capelle-bleys	76	12	123	44.2943	2.183	5
12240	Castanet	castanet	76	12	123	44.2783	2.291	5
12240	Rieupeyroux	rieupeyroux	76	12	123	44.308	2.2382	5
12240	Vabre-Tizac	vabre-tizac	76	12	123	44.2709	2.1502	5
12240	Colombiès	colombies	76	12	123	44.3441	2.3377	5
12240	Le Bas Ségala	le-bas-segala	76	12	123	44.3406	2.1344	5
12250	Saint-Jean-et-Saint-Paul	saint-jean-et-saint-paul	76	12	121	43.9276	3.0066	5
12250	Saint-Jean-d'Alcapiès	saint-jean-d-alcapies	76	12	121	43.952	2.9745	5
12250	Tournemire	tournemire	76	12	121	43.9688	3.0199	5
12250	Viala-du-Pas-de-Jaux	viala-du-pas-de-jaux	76	12	121	43.9566	3.0545	5
12250	Roquefort-sur-Soulzon	roquefort-sur-soulzon	76	12	121	43.9755	2.991	5
12260	Sainte-Croix	sainte-croix	76	12	123	44.4273	1.9683	5
12260	Saujac	saujac	76	12	123	44.4967	1.8923	5
12260	La Capelle-Balaguier	la-capelle-balaguier	76	12	123	44.4379	1.9369	5
12260	Salles-Courbatiès	salles-courbaties	76	12	123	44.4729	2.0786	5
12260	Ambeyrac	ambeyrac	76	12	123	44.5098	1.9442	5
12260	Saint-Igest	saint-igest	76	12	123	44.4392	2.0869	5
12260	Salvagnac-Cajarc	salvagnac-cajarc	76	12	123	44.475	1.8474	5
12260	Foissac	foissac	76	12	123	44.5106	2.0028	5
12260	Ols-et-Rinhodes	ols-et-rinhodes	76	12	123	44.4667	1.9833	5
12260	Montsalès	montsales	76	12	123	44.4911	1.9613	5
12260	Villeneuve	villeneuve	76	12	123	44.4333	2.0333	5
12260	Balaguier-d'Olt	balaguier-d-olt	76	12	123	44.5248	1.9726	5
12270	Bor-et-Bar	bor-et-bar	76	12	123	44.1977	2.0813	5
12270	Saint-André-de-Najac	saint-andre-de-najac	76	12	123	44.1899	2.0407	5
12270	Lunac	lunac	76	12	123	44.236	2.1132	5
12270	La Fouillade	la-fouillade	76	12	123	44.2307	2.0399	5
12270	Najac	najac	76	12	123	44.2189	1.9773	5
12290	Ségur	segur	76	12	121	44.2923	2.8347	5
12290	Pont-de-Salars	pont-de-salars	76	12	121	44.2808	2.7278	5
12290	Canet-de-Salars	canet-de-salars	76	12	121	44.2353	2.7556	5
12290	Le Vibal	le-vibal	76	12	121	44.3149	2.7553	5
12290	Trémouilles	tremouilles	76	12	121	44.2446	2.644	5
12290	Arques	arques	76	12	121	44.3164	2.8008	5
12290	Prades-Salars	prades-salars	76	12	121	44.2638	2.7851	5
12300	Decazeville	decazeville	76	12	123	44.5604	2.2509	5
12300	Almont-les-Junies	almont-les-junies	76	12	123	44.5976	2.2928	5
12300	Bouillac	bouillac	76	12	123	44.5754	2.1631	5
12300	Saint-Parthem	saint-parthem	76	12	123	44.627	2.315	5
12300	Flagnac	flagnac	76	12	123	44.6051	2.2481	5
12300	Saint-Santin	saint-santin	76	12	123	44.65	2.2167	5
12300	Livinhac-le-Haut	livinhac-le-haut	76	12	123	44.5921	2.2312	5
12300	Firmi	firmi	76	12	123	44.5411	2.3076	5
12300	Boisse-Penchot	boisse-penchot	76	12	123	44.5923	2.2072	5
12310	Laissac	laissac	76	12	122	44.3809	2.8215	5
12310	Coussergues	coussergues	76	12	122	44.4117	2.8785	5
12310	Palmas d'Aveyron	palmas-d-aveyron	76	12	122	44.3944	2.8428	5
12310	Vimenet	vimenet	76	12	122	44.3996	2.9272	5
12310	Gaillac-d’Aveyron	gaillac-d-aveyron	76	12	122	44.3553	2.9298	5
12310	Bertholène	bertholene	76	12	122	44.3951	2.7803	5
12310	Sévérac-l’Église	severac-l-eglise	76	12	122	44.3622	2.8494	5
12310	Laissac-Sévérac l'Église	laissac-severac-l-eglise	76	12	122	44.3811	2.8225	5
12310	Palmas	palmas	76	12	122	44.3944	2.843	5
12320	Saint-Félix-de-Lunel	saint-felix-de-lunel	76	12	122	44.5622	2.5399	5
12320	Conques	conques	76	12	122	44.5995	2.3986	5
12320	Conques-en-Rouergue	conques-en-rouergue	76	12	122	44.5994	2.3964	5
12320	Sénergues	senergues	76	12	122	44.6055	2.4849	5
12320	Grand-Vabre	grand-vabre	76	12	122	44.6298	2.3586	5
12320	Noailhac	noailhac	76	12	122	44.5661	2.3763	5
12320	Pruines	pruines	76	12	122	44.5296	2.5039	5
12320	Saint-Cyprien-sur-Dourdou	saint-cyprien-sur-dourdou	76	12	122	44.5474	2.4132	5
12330	Saint-Christophe-Vallon	saint-christophe-vallon	76	12	122	44.4707	2.4118	5
12330	Valady	valady	76	12	122	44.4563	2.4275	5
12330	Muret-le-Château	muret-le-chateau	76	12	122	44.4953	2.577	5
12330	Clairvaux-d’Aveyron	clairvaux-d-aveyron	76	12	122	44.4269	2.4114	5
12330	Mouret	mouret	76	12	122	44.5172	2.5126	5
12330	Marcillac-Vallon	marcillac-vallon	76	12	122	44.4746	2.4645	5
12330	Nauviale	nauviale	76	12	122	44.5206	2.4289	5
12330	Salles-la-Source	salles-la-source	76	12	122	44.4351	2.5128	5
12340	Palmas d'Aveyron	palmas-d-aveyron	76	12	122	44.3944	2.8428	5
12340	Cruéjouls	cruejouls	76	12	122	44.4454	2.8538	5
12340	Bozouls	bozouls	76	12	122	44.4705	2.7243	5
12340	Gabriac	gabriac	76	12	122	44.4511	2.7944	5
12340	Rodelle	rodelle	76	12	122	44.4915	2.6235	5
12350	Brandonnet	brandonnet	76	12	123	44.3871	2.1348	5
12350	Lanuéjouls	lanuejouls	76	12	123	44.4333	2.1667	5
12350	Maleville	maleville	76	12	123	44.3971	2.103	5
12350	Prévinquières	previnquieres	76	12	123	44.374	2.2302	5
12350	Drulhe	drulhe	76	12	123	44.4618	2.1294	5
12350	Compolibat	compolibat	76	12	123	44.3778	2.1954	5
12350	Privezac	privezac	76	12	123	44.4118	2.1878	5
12360	Tauriac-de-Camarès	tauriac-de-camares	76	12	121	43.7784	3.0294	5
12360	Gissac	gissac	76	12	121	43.8461	2.9321	5
12360	Montagnol	montagnol	76	12	121	43.8371	3.0121	5
12360	Arnac-sur-Dourdou	arnac-sur-dourdou	76	12	121	43.7246	2.9306	5
12360	Sylvanès	sylvanes	76	12	121	43.8342	2.9597	5
12360	Mélagues	melagues	76	12	121	43.7386	3.018	5
12360	Peux-et-Couffouleux	peux-et-couffouleux	76	12	121	43.7686	2.8585	5
12360	Fayet	fayet	76	12	121	43.8031	2.9486	5
12360	Camarès	camares	76	12	121	43.8221	2.88	5
12360	Brusque	brusque	76	12	121	43.7697	2.9503	5
12370	Mounes-Prohencoux	mounes-prohencoux	76	12	121	43.8045	2.7878	5
12370	Murasson	murasson	76	12	121	43.7612	2.7644	5
12370	Saint-Sever-du-Moustier	saint-sever-du-moustier	76	12	121	43.7763	2.6989	5
12370	Combret	combret	76	12	121	43.8417	2.6732	5
12370	Belmont-sur-Rance	belmont-sur-rance	76	12	121	43.8198	2.7552	5
12380	Pousthomy	pousthomy	76	12	121	43.8567	2.6122	5
12380	Laval-Roquecezière	laval-roqueceziere	76	12	121	43.8	2.6333	5
12380	Montfranc	montfranc	76	12	121	43.8446	2.5671	5
12380	Saint-Sernin-sur-Rance	saint-sernin-sur-rance	76	12	121	43.8852	2.605	5
12380	Balaguier-sur-Rance	balaguier-sur-rance	76	12	121	43.8973	2.5773	5
12380	La Serre	la-serre	76	12	121	43.8863	2.6808	5
12390	Anglars-Saint-Félix	anglars-saint-felix	76	12	123	44.4231	2.2188	5
12390	Goutrens	goutrens	76	12	123	44.4431	2.3706	5
12390	Rignac	rignac	76	12	123	44.4085	2.29	5
12390	Belcastel	belcastel	76	12	123	44.3882	2.3352	5
12390	Bournazel	bournazel	76	12	123	44.4609	2.2994	5
12390	Auzits	auzits	76	12	123	44.5061	2.3287	5
12390	Mayran	mayran	76	12	123	44.3888	2.364	5
12390	Escandolières	escandolieres	76	12	123	44.469	2.3379	5
12400	Saint-Victor-et-Melvieu	saint-victor-et-melvieu	76	12	121	44.0508	2.8323	5
12400	Calmels-et-le-Viala	calmels-et-le-viala	76	12	121	43.95	2.75	5
12400	Les Costes-Gozon	les-costes-gozon	76	12	121	44.0174	2.8033	5
12400	Saint-Félix-de-Sorgues	saint-felix-de-sorgues	76	12	121	43.8837	2.9849	5
12400	Saint-Affrique	saint-affrique	76	12	121	43.9558	2.8891	5
12400	Vabres-l’Abbaye	vabres-l-abbaye	76	12	121	43.9447	2.8367	5
12400	Rebourguil	rebourguil	76	12	121	43.8883	2.7755	5
12400	Versols-et-Lapeyre	versols-et-lapeyre	76	12	121	43.8945	2.9448	5
12400	Montlaur	montlaur	76	12	121	43.8806	2.8325	5
12401 CEDEX	Saint-Affrique	saint-affrique	76	12	121	43.9558	2.8891	5
12402 CEDEX	Saint-Affrique	saint-affrique	76	12	121	43.9558	2.8891	5
12410	Salles-Curan	salles-curan	76	12	121	44.1822	2.7882	5
12410	Curan	curan	76	12	121	44.1995	2.8546	5
12420	Cantoin	cantoin	76	12	122	44.8364	2.8129	5
12420	Graissac	graissac	76	12	122	44.7643	2.7796	5
12420	Argences en Aubrac	argences-en-aubrac	76	12	122	44.8019	2.7586	5
12420	Sainte-Geneviève-sur-Argence	sainte-genevieve-sur-argence	76	12	122	44.8022	2.7595	5
12420	Vitrac-en-Viadène	vitrac-en-viadene	76	12	122	44.7949	2.8337	5
12430	Lestrade-et-Thouels	lestrade-et-thouels	76	12	121	44.0667	2.65	5
12430	Alrance	alrance	76	12	121	44.1313	2.6841	5
12430	Le Truel	le-truel	76	12	121	44.0494	2.7553	5
12430	Ayssènes	ayssenes	76	12	121	44.0667	2.7833	5
12430	Villefranche-de-Panat	villefranche-de-panat	76	12	121	44.089	2.7054	5
12440	Tayrac	tayrac	76	12	123	44.2015	2.2339	5
12440	La Salvetat-Peyralès	la-salvetat-peyrales	76	12	123	44.2194	2.203	5
12440	Lescure-Jaoul	lescure-jaoul	76	12	123	44.2314	2.1468	5
12450	Luc-la-Primaube	luc-la-primaube	76	12	122	44.3144	2.5355	5
12450	Flavin	flavin	76	12	121	44.2889	2.6051	5
12450	Calmont	calmont	76	12	123	44.2488	2.512	5
12460	Huparlac	huparlac	76	12	122	44.7137	2.7621	5
12460	Saint-Amans-des-Cots	saint-amans-des-cots	76	12	122	44.6868	2.662	5
12460	Campouriez	campouriez	76	12	122	44.6898	2.607	5
12460	Montézic	montezic	76	12	122	44.7095	2.6394	5
12460	Saint-Symphorien-de-Thénières	saint-symphorien-de-thenieres	76	12	122	44.7374	2.7294	5
12470	Prades-d’Aubrac	prades-d-aubrac	76	12	122	44.5339	2.9368	5
12470	Saint-Chély-d’Aubrac	saint-chely-d-aubrac	76	12	122	44.591	2.9247	5
12470	Condom-d’Aubrac	condom-d-aubrac	76	12	122	44.6039	2.863	5
12480	Saint-Izaire	saint-izaire	76	12	121	43.9747	2.7202	5
12480	Brousse-le-Château	brousse-le-chateau	76	12	121	43.9981	2.6237	5
12480	Broquiès	broquies	76	12	121	44.0047	2.6964	5
12490	Saint-Rome-de-Cernon	saint-rome-de-cernon	76	12	121	44.0129	2.9644	5
12490	Montjaux	montjaux	76	12	121	44.1023	2.9	5
12490	Saint-Rome-de-Tarn	saint-rome-de-tarn	76	12	121	44.0486	2.8967	5
12490	La Bastide-Pradines	la-bastide-pradines	76	12	121	44.0013	3.0463	5
12490	Viala-du-Tarn	viala-du-tarn	76	12	121	44.072	2.8783	5
12500	Castelnau-de-Mandailles	castelnau-de-mandailles	76	12	122	44.5401	2.8853	5
12500	Bessuéjouls	bessuejouls	76	12	122	44.521	2.7266	5
12500	Lassouts	lassouts	76	12	122	44.4858	2.8636	5
12500	Espalion	espalion	76	12	122	44.5224	2.7627	5
12500	Saint-Côme-d’Olt	saint-come-d-olt	76	12	122	44.516	2.8143	5
12500	Le Cayrol	le-cayrol	76	12	122	44.5872	2.7935	5
12510	Olemps	olemps	76	12	122	44.3464	2.5514	5
12510	Druelle	druelle	76	12	122	44.3601	2.5051	5
12510	Balsac	balsac	76	12	122	44.4036	2.4451	5
12520	Paulhe	paulhe	76	12	121	44.1517	3.1045	5
12520	Compeyre	compeyre	76	12	121	44.1612	3.1026	5
12520	Aguessac	aguessac	76	12	121	44.1565	3.0988	5
12520	Verrières	verrieres	76	12	121	44.2014	3.0589	5
12540	Marnhagues-et-Latour	marnhagues-et-latour	76	12	121	43.8851	3.0595	5
12540	Fondamente	fondamente	76	12	121	43.875	3.1213	5
12540	Cornus	cornus	76	12	121	43.9018	3.1781	5
12540	Saint-Beaulize	saint-beaulize	76	12	121	43.8973	3.1088	5
12540	Le Clapier	le-clapier	76	12	121	43.8301	3.1713	5
12550	Coupiac	coupiac	76	12	121	43.9538	2.5823	5
12550	Brasc	brasc	76	12	121	43.9784	2.5734	5
12550	Montclar	montclar	76	12	121	43.9671	2.6474	5
12550	Saint-Juéry	saint-juery	76	12	121	43.9101	2.6943	5
12550	Plaisance	plaisance	76	12	121	43.927	2.5488	5
12550	La Bastide-Solages	la-bastide-solages	76	12	121	43.9455	2.5281	5
12550	Martrin	martrin	76	12	121	43.9385	2.6199	5
12560	Campagnac	campagnac	76	12	122	44.4174	3.0878	5
12560	Saint-Laurent-d’Olt	saint-laurent-d-olt	76	12	122	44.4443	3.1102	5
12560	Saint-Saturnin-de-Lenne	saint-saturnin-de-lenne	76	12	122	44.4238	3.0181	5
12580	Villecomtal	villecomtal	76	12	122	44.5372	2.5665	5
12580	Campuac	campuac	76	12	122	44.5695	2.5901	5
12600	Murols	murols	76	12	122	44.7566	2.5776	5
12600	Thérondels	therondels	76	12	122	44.8968	2.759	5
12600	Brommat	brommat	76	12	122	44.829	2.6844	5
12600	Lacroix-Barrez	lacroix-barrez	76	12	122	44.7801	2.6376	5
12600	Mur-de-Barrez	mur-de-barrez	76	12	122	44.8437	2.6612	5
12600	Taussac	taussac	76	12	122	44.829	2.642	5
12620	Saint-Laurent-de-Lévézou	saint-laurent-de-levezou	76	12	121	44.2089	2.9607	5
12620	Saint-Beauzély	saint-beauzely	76	12	121	44.1659	2.9582	5
12620	Castelnau-Pégayrols	castelnau-pegayrols	76	12	121	44.1298	2.9341	5
12630	Agen-d'Aveyron	agen-d-aveyron	76	12	121	44.3571	2.6798	5
12630	Montrozier	montrozier	76	12	122	44.4063	2.747	5
12640	Rivière-sur-Tarn	riviere-sur-tarn	76	12	121	44.1889	3.1317	5
12640	La Cresse	la-cresse	76	12	121	44.1779	3.1323	5
12700	Causse-et-Diège	causse-et-diege	76	12	123	44.5322	2.0561	5
12700	Naussac	naussac	76	12	123	44.5203	2.0944	5
12700	Asprières	asprieres	76	12	123	44.5455	2.1455	5
12700	Sonnac	sonnac	76	12	123	44.5486	2.1089	5
12700	Capdenac-Gare	capdenac-gare	76	12	123	44.5757	2.0808	5
12720	Veyreau	veyreau	76	12	121	44.1852	3.3005	5
12720	Saint-André-de-Vézines	saint-andre-de-vezines	76	12	121	44.1521	3.2574	5
12720	Mostuéjouls	mostuejouls	76	12	121	44.2027	3.184	5
12720	Peyreleau	peyreleau	76	12	121	44.1882	3.2074	5
12740	Sébazac-Concourès	sebazac-concoures	76	12	122	44.4048	2.6032	5
12740	La Loubière	la-loubiere	76	12	122	44.3714	2.6683	5
12780	Vézins-de-Lévézou	vezins-de-levezou	76	12	121	44.2791	2.9531	5
12780	Saint-Léons	saint-leons	76	12	121	44.215	2.986	5
12800	Quins	quins	76	12	123	44.233	2.3738	5
12800	Tauriac-de-Naucelle	tauriac-de-naucelle	76	12	123	44.1532	2.3063	5
12800	Castelmary	castelmary	76	12	123	44.1824	2.2466	5
12800	Sauveterre-de-Rouergue	sauveterre-de-rouergue	76	12	123	44.221	2.3183	5
12800	Naucelle	naucelle	76	12	123	44.1981	2.3431	5
12800	Crespin	crespin	76	12	123	44.1607	2.2838	5
12800	Camjac	camjac	76	12	123	44.1801	2.3792	5
12800	Cabanès	cabanes	76	12	123	44.1868	2.304	5
12800	Saint-Just-sur-Viaur	saint-just-sur-viaur	76	12	123	44.1245	2.3663	5
12850	Sainte-Radegonde	sainte-radegonde	76	12	122	44.3374	2.6267	5
12850	Onet-le-Château	onet-le-chateau	76	12	122	44.3749	2.58	5
30000	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30001 CEDEX 5	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30002 CEDEX 6	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30003 CEDEX 1	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30006 CEDEX 4	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30007 CEDEX 4	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30008 CEDEX 4	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30009 CEDEX 4	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30010 CEDEX 4	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30011 CEDEX 4	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30012 CEDEX 4	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30013 CEDEX 1	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30014 CEDEX 1	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30015 CEDEX 1	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30016 CEDEX 1	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30017 CEDEX 1	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30018 CEDEX 9	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30019 CEDEX 9	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30020 CEDEX 1	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30021 CEDEX 1	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30022 CEDEX 1	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30023 CEDEX 1	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30024 CEDEX 9	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30025 CEDEX 1	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30028 CEDEX 9	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30029 CEDEX 9	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30031 CEDEX 1	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30032 CEDEX 1	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30033 CEDEX 9	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30034 CEDEX 1	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30035 CEDEX 1	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30036 CEDEX 9	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30039 CEDEX 1	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30040 CEDEX 1	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30044 CEDEX 9	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30045 CEDEX 9	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30048 CEDEX 9	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30049 CEDEX 1	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30050 CEDEX 1	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30051 CEDEX 1	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30055 CEDEX 9	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30100	Alès	ales	76	30	301	44.1249	4.0808	5
30101 CEDEX	Alès	ales	76	30	301	44.1249	4.0808	5
30102 CEDEX	Alès	ales	76	30	301	44.1249	4.0808	5
30103 CEDEX	Alès	ales	76	30	301	44.1249	4.0808	5
30104 CEDEX	Alès	ales	76	30	301	44.1249	4.0808	5
30105 CEDEX	Alès	ales	76	30	301	44.1249	4.0808	5
30106 CEDEX	Alès	ales	76	30	301	44.1249	4.0808	5
30107 CEDEX	Alès	ales	76	30	301	44.1249	4.0808	5
30109 CEDEX	Alès	ales	76	30	301	44.1249	4.0808	5
30110	Les Salles-du-Gardon	les-salles-du-gardon	76	30	301	44.2079	4.0369	5
30110	Soustelle	soustelle	76	30	301	44.1785	4.0122	5
30110	La Grand-Combe	la-grand-combe	76	30	301	44.2167	4.0333	5
30110	Sainte-Cécile-d’Andorge	sainte-cecile-d-andorge	76	30	301	44.251	3.978	5
30110	Branoux-les-Taillades	branoux-les-taillades	76	30	301	44.2194	3.9965	5
30110	Lamelouze	lamelouze	76	30	301	44.1962	3.9568	5
30110	Laval-Pradel	laval-pradel	76	30	301	44.2067	4.0659	5
30111	Congénies	congenies	76	30	302	43.7667	4.1667	5
30112 CEDEX	Alès	ales	76	30	301	44.1249	4.0808	5
30114	Nages-et-Solorgues	nages-et-solorgues	76	30	302	43.7901	4.2303	5
30114	Boissières	boissieres	76	30	302	43.7744	4.2321	5
30115 CEDEX	Alès	ales	76	30	301	44.1249	4.0808	5
30119 CEDEX	Pont-Saint-Esprit	pont-saint-esprit	76	30	302	44.2549	4.6474	5
30120	Aulas	aulas	76	30	303	44.0006	3.5875	5
30120	Arphy	arphy	76	30	303	44.0275	3.5927	5
30120	Bez-et-Esparon	bez-et-esparon	76	30	303	43.9721	3.5311	5
30120	Avèze	aveze	76	30	303	43.9712	3.601	5
30120	Pommiers	pommiers	76	30	303	43.9505	3.6119	5
30120	Le Vigan	le-vigan	76	30	303	43.9833	3.6	5
30120	Montdardier	montdardier	76	30	303	43.9272	3.5906	5
30120	Arre	arre	76	30	303	43.9672	3.5209	5
30120	Mars	mars	76	30	303	44	3.5574	5
30120	Molières-Cavaillac	molieres-cavaillac	76	30	303	43.9752	3.5769	5
30120	Rogues	rogues	76	30	303	43.8878	3.5716	5
30120	Bréau-et-Salagosse	breau-et-salagosse	76	30	303	43.9887	3.5733	5
30120	Mandagout	mandagout	76	30	303	44.0207	3.6275	5
30121	Mus	mus	76	30	302	43.7392	4.2026	5
30122	Les Plantiers	les-plantiers	76	30	303	44.117	3.7234	5
30123 CEDEX	Le Vigan	le-vigan	76	30	303	43.9833	3.6	5
30124	Peyrolles	peyrolles	76	30	303	44.1167	3.8333	5
30124	L’Estréchure	l-estrechure	76	30	303	44.1082	3.7829	5
30125	Saumane	saumane	76	30	303	44.1198	3.7619	5
30126	Tavel	tavel	76	30	302	44.0127	4.6984	5
30126	Lirac	lirac	76	30	302	44.0357	4.6869	5
30126	Saint-Laurent-des-Arbres	saint-laurent-des-arbres	76	30	302	44.0549	4.7003	5
30127	Bellegarde	bellegarde	76	30	302	43.7533	4.5165	5
30128	Garons	garons	76	30	302	43.7686	4.4275	5
30129	Redessan	redessan	76	30	302	43.8312	4.4977	5
30129	Manduel	manduel	76	30	302	43.8186	4.4725	5
30130	Saint-Alexandre	saint-alexandre	76	30	302	44.2274	4.6208	5
30130	Carsan	carsan	76	30	302	44.2342	4.5958	5
30130	Saint-Paulet-de-Caisson	saint-paulet-de-caisson	76	30	302	44.2605	4.5979	5
30130	Pont-Saint-Esprit	pont-saint-esprit	76	30	302	44.2549	4.6474	5
30131	Pujaut	pujaut	76	30	302	44.004	4.7757	5
30132	Caissargues	caissargues	76	30	302	43.7951	4.3795	5
30133	Les Angles	les-angles	76	30	302	43.9581	4.7634	5
30134 CEDEX	Pont-Saint-Esprit	pont-saint-esprit	76	30	302	44.2549	4.6474	5
30139 CEDEX	Le Vigan	le-vigan	76	30	303	43.9833	3.6	5
30140	Tornac	tornac	76	30	301	44.0215	3.9959	5
30140	Saint-Sébastien-d'Aigrefeuille	saint-sebastien-d-aigrefeuille	76	30	301	44.1	4	5
30140	Bagard	bagard	76	30	301	44.0713	4.0522	5
30140	Saint-Félix-de-Pallières	saint-felix-de-pallieres	76	30	303	44.0182	3.9324	5
30140	Mialet	mialet	76	30	301	44.1112	3.9434	5
30140	Saint-Jean-du-Pin	saint-jean-du-pin	76	30	301	44.1162	4.0508	5
30140	Générargues	generargues	76	30	301	44.0822	3.9838	5
30140	Massillargues-Attuech	massillargues-attuech	76	30	301	44.015	4.0242	5
30140	Corbés	corbes	76	30	301	44.0745	3.9377	5
30140	Thoiras	thoiras	76	30	301	44.0661	3.9288	5
30140	Anduze	anduze	76	30	301	44.0541	3.9855	5
30140	Boisset-et-Gaujac	boisset-et-gaujac	76	30	301	44.0475	4.0086	5
30150	Montfaucon	montfaucon	76	30	302	44.0724	4.755	5
30150	Saint-Geniès-de-Comolas	saint-genies-de-comolas	76	30	302	44.0662	4.7216	5
30150	Sauveterre	sauveterre	76	30	302	44.0228	4.7935	5
30150	Roquemaure	roquemaure	76	30	302	44.0494	4.7774	5
30160	Bessèges	besseges	76	30	301	44.2923	4.0966	5
30160	Robiac-Rochessadoule	robiac-rochessadoule	76	30	301	44.2667	4.1333	5
30160	Peyremale	peyremale	76	30	301	44.3	4.0333	5
30160	Bordezac	bordezac	76	30	301	44.3167	4.0333	5
30160	Gagnières	gagnieres	76	30	301	44.3065	4.1287	5
30170	Cros	cros	76	30	303	43.9926	3.8287	5
30170	La Cadière-et-Cambo	la-cadiere-et-cambo	76	30	303	43.95	3.8	5
30170	Saint-Hippolyte-du-Fort	saint-hippolyte-du-fort	76	30	303	43.9636	3.8557	5
30170	Monoblet	monoblet	76	30	303	44.0007	3.887	5
30170	Durfort-et-Saint-Martin-de-Sossenac	durfort-et-saint-martin-de-sossenac	76	30	303	43.9896	3.9554	5
30170	Conqueyrac	conqueyrac	76	30	303	43.9234	3.8973	5
30170	Fressac	fressac	76	30	303	43.9973	3.9245	5
30170	Pompignan	pompignan	76	30	303	43.8937	3.8558	5
30190	Collorgues	collorgues	76	30	302	44.0068	4.2886	5
30190	Saint-Geniès-de-Malgoirès	saint-genies-de-malgoires	76	30	302	43.95	4.2167	5
30190	Moussac	moussac	76	30	302	43.9812	4.2265	5
30190	Sauzet	sauzet	76	30	302	43.9611	4.2096	5
30190	La Calmette	la-calmette	76	30	302	43.9228	4.2662	5
30190	Saint-Chaptes	saint-chaptes	76	30	302	43.9717	4.2781	5
30190	Montignargues	montignargues	76	30	302	43.9307	4.1987	5
30190	Garrigues-Sainte-Eulalie	garrigues-sainte-eulalie	76	30	302	43.9833	4.3167	5
30190	Dions	dions	76	30	302	43.9313	4.2964	5
30190	Boucoiran-et-Nozières	boucoiran-et-nozieres	76	30	301	43.9954	4.1857	5
30190	Aubussargues	aubussargues	76	30	302	44.0066	4.3242	5
30190	Castelnau-Valence	castelnau-valence	76	30	301	44	4.25	5
30190	Saint-Dézéry	saint-dezery	76	30	302	44.0012	4.2685	5
30190	Sainte-Anastasie	sainte-anastasie	76	30	302	43.9353	4.3226	5
30190	La Rouvière	la-rouviere	76	30	302	43.9311	4.2339	5
30190	Brignon	brignon	76	30	301	43.9888	4.2137	5
30190	Bourdic	bourdic	76	30	302	43.9836	4.3309	5
30200	Bagnols-sur-Cèze	bagnols-sur-ceze	76	30	302	44.1599	4.6178	5
30200	Saint-Michel-d’Euzet	saint-michel-d-euzet	76	30	302	44.2031	4.5466	5
30200	Sabran	sabran	76	30	302	44.1504	4.5482	5
30200	Saint-Gervais	saint-gervais	76	30	302	44.1836	4.5758	5
30200	La Roque-sur-Cèze	la-roque-sur-ceze	76	30	302	44.1928	4.5183	5
30200	Codolet	codolet	76	30	302	44.1237	4.6982	5
30200	Saint-Nazaire	saint-nazaire	76	30	302	44.1983	4.6241	5
30200	Vénéjan	venejan	76	30	302	44.1973	4.6542	5
30200	Saint-Laurent-de-Carnols	saint-laurent-de-carnols	76	30	302	44.2127	4.5318	5
30200	Chusclan	chusclan	76	30	302	44.1483	4.6815	5
30200	Orsan	orsan	76	30	302	44.1311	4.6652	5
30200	Saint-Étienne-des-Sorts	saint-etienne-des-sorts	76	30	302	44.1856	4.7057	5
30201 CEDEX	Bagnols-sur-Cèze	bagnols-sur-ceze	76	30	302	44.1599	4.6178	5
30202 CEDEX	Bagnols-sur-Cèze	bagnols-sur-ceze	76	30	302	44.1599	4.6178	5
30203 CEDEX	Bagnols-sur-Cèze	bagnols-sur-ceze	76	30	302	44.1599	4.6178	5
30204 CEDEX	Bagnols-sur-Cèze	bagnols-sur-ceze	76	30	302	44.1599	4.6178	5
30205 CEDEX	Bagnols-sur-Cèze	bagnols-sur-ceze	76	30	302	44.1599	4.6178	5
30206 CEDEX	Bagnols-sur-Cèze	bagnols-sur-ceze	76	30	302	44.1599	4.6178	5
30207 CEDEX	Bagnols-sur-Cèze	bagnols-sur-ceze	76	30	302	44.1599	4.6178	5
30209 CEDEX	Bagnols-sur-Cèze	bagnols-sur-ceze	76	30	302	44.1599	4.6178	5
30210	Sernhac	sernhac	76	30	302	43.9112	4.5504	5
30210	Remoulins	remoulins	76	30	302	43.9395	4.568	5
30210	Fournès	fournes	76	30	302	43.9246	4.6033	5
30210	Saint-Bonnet-du-Gard	saint-bonnet-du-gard	76	30	302	43.926	4.5452	5
30210	Pouzilhac	pouzilhac	76	30	302	44.0399	4.5803	5
30210	Cabrières	cabrieres	76	30	302	43.9039	4.4709	5
30210	Lédenon	ledenon	76	30	302	43.9135	4.5144	5
30210	Saint-Hilaire-d’Ozilhan	saint-hilaire-d-ozilhan	76	30	302	43.9719	4.5903	5
30210	Argilliers	argilliers	76	30	302	43.9805	4.494	5
30210	Vers-Pont-du-Gard	vers-pont-du-gard	76	30	302	43.9667	4.5333	5
30210	Castillon-du-Gard	castillon-du-gard	76	30	302	43.9646	4.5534	5
30210	Collias	collias	76	30	302	43.9555	4.478	5
30210	Valliguières	valliguieres	76	30	302	44.0072	4.5854	5
30220	Saint-Laurent-d’Aigouze	saint-laurent-d-aigouze	76	30	302	43.6328	4.196	5
30220	Aigues-Mortes	aigues-mortes	76	30	302	43.5668	4.1907	5
30230	Rodilhan	rodilhan	76	30	302	43.8273	4.4309	5
30230	Bouillargues	bouillargues	76	30	302	43.7973	4.4285	5
30240	Le Grau-du-Roi	le-grau-du-roi	76	30	302	43.5388	4.1356	5
30250	Junas	junas	76	30	302	43.7715	4.1209	5
30250	Lecques	lecques	76	30	302	43.8361	4.0631	5
30250	Salinelles	salinelles	76	30	302	43.8126	4.0653	5
30250	Aspères	asperes	76	30	302	43.8092	4.0403	5
30250	Sommières	sommieres	76	30	302	43.7853	4.0897	5
30250	Combas	combas	76	30	302	43.854	4.1103	5
30250	Souvignargues	souvignargues	76	30	302	43.8127	4.1226	5
30250	Villevieille	villevieille	76	30	302	43.7879	4.0976	5
30250	Fontanès	fontanes	76	30	302	43.8306	4.0881	5
30250	Aubais	aubais	76	30	302	43.754	4.1457	5
30250	Aujargues	aujargues	76	30	302	43.7901	4.1224	5
30251 CEDEX	Sommières	sommieres	76	30	302	43.7853	4.0897	5
30252 CEDEX	Sommières	sommieres	76	30	302	43.7853	4.0897	5
30253 CEDEX	Sommières	sommieres	76	30	302	43.7853	4.0897	5
30255 CEDEX	Sommières	sommieres	76	30	302	43.7853	4.0897	5
30260	Corconne	corconne	76	30	303	43.8718	3.9389	5
30260	Gailhan	gailhan	76	30	303	43.8426	4.031	5
30260	Bragassargues	bragassargues	76	30	303	43.9187	4.0477	5
30260	Liouc	liouc	76	30	303	43.8935	3.9968	5
30260	Crespian	crespian	76	30	302	43.8819	4.0942	5
30260	Quissac	quissac	76	30	303	43.9134	3.9992	5
30260	Vic-le-Fesq	vic-le-fesq	76	30	303	43.8689	4.0808	5
30260	Montmirat	montmirat	76	30	302	43.8985	4.1021	5
30260	Sardan	sardan	76	30	303	43.8715	4.0398	5
30260	Brouzet-lès-Quissac	brouzet-les-quissac	76	30	303	43.85	3.9833	5
30260	Cannes-et-Clairan	cannes-et-clairan	76	30	302	43.9008	4.0817	5
30260	Carnas	carnas	76	30	303	43.831	3.9868	5
30260	Saint-Clément	saint-clement	76	30	302	43.8291	4.0264	5
30260	Orthoux-Sérignac-Quilhan	orthoux-serignac-quilhan	76	30	303	43.892	4.0563	5
30260	Saint-Théodorit	saint-theodorit	76	30	303	43.9403	4.0807	5
30270	Saint-Jean-du-Gard	saint-jean-du-gard	76	30	301	44.1052	3.8857	5
30290	Laudun-l'Ardoise	laudun-l-ardoise	76	30	302	44.1	4.6667	5
30290	Saint-Victor-la-Coste	saint-victor-la-coste	76	30	302	44.063	4.6424	5
30300	Jonquières-Saint-Vincent	jonquieres-saint-vincent	76	30	302	43.8281	4.5633	5
30300	Beaucaire	beaucaire	76	30	302	43.8081	4.6442	5
30300	Comps	comps	76	30	302	43.853	4.6057	5
30300	Vallabrègues	vallabregues	76	30	302	43.8531	4.6266	5
30300	Fourques	fourques	76	30	302	43.6945	4.6093	5
30301 CEDEX	Beaucaire	beaucaire	76	30	302	43.8081	4.6442	5
30302 CEDEX	Beaucaire	beaucaire	76	30	302	43.8081	4.6442	5
30310	Vergèze	vergeze	76	30	302	43.744	4.2211	5
30311 CEDEX	Alès	ales	76	30	301	44.1249	4.0808	5
30313 CEDEX	Alès	ales	76	30	301	44.1249	4.0808	5
30318 CEDEX	Alès	ales	76	30	301	44.1249	4.0808	5
30319 CEDEX	Alès	ales	76	30	301	44.1249	4.0808	5
30320	Saint-Gervasy	saint-gervasy	76	30	302	43.8769	4.4659	5
30320	Poulx	poulx	76	30	302	43.908	4.4163	5
30320	Marguerittes	marguerittes	76	30	302	43.8596	4.4452	5
30320	Bezouce	bezouce	76	30	302	43.8823	4.4907	5
30330	La Bastide-d’Engras	la-bastide-d-engras	76	30	302	44.0936	4.4741	5
30330	Saint-Laurent-la-Vernède	saint-laurent-la-vernede	76	30	302	44.1058	4.4594	5
30330	Saint-André-d’Olérargues	saint-andre-d-olerargues	76	30	302	44.1629	4.4856	5
30330	Saint-Paul-les-Fonts	saint-paul-les-fonts	76	30	302	44.084	4.6147	5
30330	Tresques	tresques	76	30	302	44.1069	4.5874	5
30330	Le Pin	le-pin	76	30	302	44.0903	4.5396	5
30330	Saint-Marcel-de-Careiret	saint-marcel-de-careiret	76	30	302	44.1409	4.4876	5
30330	Connaux	connaux	76	30	302	44.0892	4.5939	5
30330	Gaujac	gaujac	76	30	302	44.0811	4.5779	5
30330	Saint-Pons-la-Calm	saint-pons-la-calm	76	30	302	44.1017	4.5572	5
30330	Pougnadoresse	pougnadoresse	76	30	302	44.0914	4.5037	5
30330	Cavillargues	cavillargues	76	30	302	44.1147	4.5214	5
30340	Saint-Privat-des-Vieux	saint-privat-des-vieux	76	30	301	44.1442	4.1299	5
30340	Mons	mons	76	30	301	44.1148	4.1733	5
30340	Saint-Julien-les-Rosiers	saint-julien-les-rosiers	76	30	301	44.1744	4.108	5
30340	Méjannes-lès-Alès	mejannes-les-ales	76	30	301	44.0986	4.1554	5
30340	Les Plans	les-plans	76	30	301	44.1477	4.2193	5
30340	Servas	servas	76	30	301	44.1543	4.1947	5
30340	Salindres	salindres	76	30	301	44.1717	4.1602	5
30340	Rousson	rousson	76	30	301	44.1914	4.1479	5
30350	Saint-Jean-de-Serres	saint-jean-de-serres	76	30	301	43.9931	4.0701	5
30350	Mauressargues	mauressargues	76	30	302	43.9597	4.1588	5
30350	Maruéjols-lès-Gardon	maruejols-les-gardon	76	30	303	44.0049	4.1299	5
30350	Cardet	cardet	76	30	303	44.0259	4.0805	5
30350	Lédignan	ledignan	76	30	303	43.9869	4.1064	5
30350	Cassagnoles	cassagnoles	76	30	303	44.0216	4.1303	5
30350	Massanes	massanes	76	30	301	44.0167	4.1	5
30350	Savignargues	savignargues	76	30	303	43.961	4.0841	5
30350	Lézan	lezan	76	30	301	44.0167	4.05	5
30350	Moulézan	moulezan	76	30	302	43.9292	4.1261	5
30350	Aigremont	aigremont	76	30	303	43.9645	4.1212	5
30350	Domessargues	domessargues	76	30	302	43.9752	4.1667	5
30350	Montagnac	montagnac	76	30	302	43.9395	4.1515	5
30350	Saint-Bénézet	saint-benezet	76	30	303	43.9936	4.1363	5
30350	Canaules-et-Argentières	canaules-et-argentieres	76	30	303	43.9811	4.0521	5
30360	Saint-Hippolyte-de-Caton	saint-hippolyte-de-caton	76	30	301	44.0691	4.2019	5
30360	Saint-Césaire-de-Gauzignan	saint-cesaire-de-gauzignan	76	30	301	44.0296	4.2046	5
30360	Saint-Maurice-de-Cazevieille	saint-maurice-de-cazevieille	76	30	301	44.0292	4.2336	5
30360	Deaux	deaux	76	30	301	44.067	4.1492	5
30360	Cruviers-Lascours	cruviers-lascours	76	30	301	44.0025	4.203	5
30360	Monteils	monteils	76	30	301	44.0884	4.1828	5
30360	Vézénobres	vezenobres	76	30	301	44.0513	4.1378	5
30360	Ners	ners	76	30	301	44.0274	4.1613	5
30360	Saint-Jean-de-Ceyrargues	saint-jean-de-ceyrargues	76	30	301	44.0498	4.2261	5
30360	Euzet	euzet	76	30	301	44.074	4.234	5
30360	Martignargues	martignargues	76	30	301	44.0449	4.1769	5
30360	Saint-Étienne-de-l'Olm	saint-etienne-de-l-olm	76	30	301	44.05	4.2	5
30380	Saint-Christol-lès-Alès	saint-christol-les-ales	76	30	301	44.0826	4.0751	5
30390	Estézargues	estezargues	76	30	302	43.9393	4.6364	5
30390	Aramon	aramon	76	30	302	43.8917	4.681	5
30390	Domazan	domazan	76	30	302	43.9287	4.6505	5
30390	Théziers	theziers	76	30	302	43.9	4.6218	5
30400	Villeneuve-lès-Avignon	villeneuve-les-avignon	76	30	302	43.9684	4.7963	5
30401 CEDEX	Villeneuve-lès-Avignon	villeneuve-les-avignon	76	30	302	43.9684	4.7963	5
30402 CEDEX	Villeneuve-lès-Avignon	villeneuve-les-avignon	76	30	302	43.9684	4.7963	5
30403 CEDEX	Villeneuve-lès-Avignon	villeneuve-les-avignon	76	30	302	43.9684	4.7963	5
30404 CEDEX	Villeneuve-lès-Avignon	villeneuve-les-avignon	76	30	302	43.9684	4.7963	5
30405 CEDEX	Villeneuve-lès-Avignon	villeneuve-les-avignon	76	30	302	43.9684	4.7963	5
30406 CEDEX	Villeneuve-lès-Avignon	villeneuve-les-avignon	76	30	302	43.9684	4.7963	5
30409 CEDEX	Villeneuve-lès-Avignon	villeneuve-les-avignon	76	30	302	43.9684	4.7963	5
30410	Meyrannes	meyrannes	76	30	301	44.2711	4.1683	5
30410	Molières-sur-Cèze	molieres-sur-ceze	76	30	301	44.2599	4.1584	5
30420	Calvisson	calvisson	76	30	302	43.787	4.1963	5
30430	Méjannes-le-Clap	mejannes-le-clap	76	30	301	44.2253	4.3483	5
30430	Tharaux	tharaux	76	30	301	44.2402	4.3129	5
30430	Rochegude	rochegude	76	30	301	44.2384	4.296	5
30430	Rivières	rivieres	76	30	301	44.2219	4.272	5
30430	Barjac	barjac	76	30	301	44.3074	4.3515	5
30430	Saint-Privat-de-Champclos	saint-privat-de-champclos	76	30	301	44.2871	4.3709	5
30430	Saint-Jean-de-Maruéjols-et-Avéjan	saint-jean-de-maruejols-et-avejan	76	30	301	44.2564	4.2947	5
30440	Saint-Martial	saint-martial	76	30	303	44.0353	3.7364	5
30440	Sumène	sumene	76	30	303	43.9806	3.7157	5
30440	Saint-Julien-de-la-Nef	saint-julien-de-la-nef	76	30	303	43.9495	3.6826	5
30440	Roquedur	roquedur	76	30	303	43.9747	3.6765	5
30440	Saint-Laurent-le-Minier	saint-laurent-le-minier	76	30	303	43.9319	3.6556	5
30440	Saint-Roman-de-Codières	saint-roman-de-codieres	76	30	303	43.9973	3.7773	5
30440	Saint-Bresson	saint-bresson	76	30	303	43.9539	3.6463	5
30450	Ponteils-et-Brésis	ponteils-et-bresis	76	30	301	44.4033	3.9766	5
30450	Génolhac	genolhac	76	30	301	44.3498	3.9506	5
30450	Aujac	aujac	76	30	301	44.3479	4.0147	5
30450	Malons-et-Elze	malons-et-elze	76	30	301	44.4174	4.0232	5
30450	Sénéchas	senechas	76	30	301	44.3167	4	5
30450	Chambon	chambon	76	30	301	44.3025	4.018	5
30450	Bonnevaux	bonnevaux	76	30	301	44.368	4.031	5
30450	Concoules	concoules	76	30	301	44.3834	3.9388	5
30460	Colognac	colognac	76	30	303	44.0277	3.8235	5
30460	Saint-Bonnet-de-Salendrinque	saint-bonnet-de-salendrinque	76	30	301	44.0333	3.85	5
30460	Soudorgues	soudorgues	76	30	303	44.0645	3.826	5
30460	Vabres	vabres	76	30	301	44.0307	3.8915	5
30460	Lasalle	lasalle	76	30	303	44.0453	3.8548	5
30460	Sainte-Croix-de-Caderle	sainte-croix-de-caderle	76	30	301	44.0693	3.8658	5
30470	Aimargues	aimargues	76	30	302	43.6845	4.21	5
30480	Saint-Paul-la-Coste	saint-paul-la-coste	76	30	301	44.1493	3.9697	5
30480	Cendras	cendras	76	30	301	44.15	4.0667	5
30490	Montfrin	montfrin	76	30	302	43.876	4.5996	5
30500	Potelières	potelieres	76	30	301	44.2182	4.2388	5
30500	Saint-Ambroix	saint-ambroix	76	30	301	44.2589	4.1983	5
30500	Saint-Victor-de-Malcap	saint-victor-de-malcap	76	30	301	44.2511	4.2211	5
30500	Saint-Denis	saint-denis	76	30	301	44.2328	4.2509	5
30500	Saint-Julien-de-Cassagnas	saint-julien-de-cassagnas	76	30	301	44.2096	4.1988	5
30500	Saint-Brès	saint-bres	76	30	301	44.2784	4.1978	5
30500	Courry	courry	76	30	301	44.2985	4.158	5
30500	Allègre-les-Fumades	allegre-les-fumades	76	30	301	44.1997	4.2454	5
30510	Générac	generac	76	30	302	43.7283	4.35	5
30520	Saint-Martin-de-Valgalgues	saint-martin-de-valgalgues	76	30	301	44.1632	4.0836	5
30530	La Vernarède	la-vernarede	76	30	301	44.2879	4.0068	5
30530	Portes	portes	76	30	301	44.269	4.0218	5
30530	Chamborigaud	chamborigaud	76	30	301	44.3057	3.9714	5
30540	Milhaud	milhaud	76	30	302	43.7898	4.3104	5
30560	Saint-Hilaire-de-Brethmas	saint-hilaire-de-brethmas	76	30	301	44.08	4.1248	5
30570	Valleraugue	valleraugue	76	30	303	44.0813	3.6415	5
30570	Saint-André-de-Majencoules	saint-andre-de-majencoules	76	30	303	44.0282	3.6757	5
30570	Notre-Dame-de-la-Rouvière	notre-dame-de-la-rouviere	76	30	303	44.049	3.7016	5
30580	Navacelles	navacelles	76	30	301	44.1621	4.2412	5
30580	Brouzet-lès-Alès	brouzet-les-ales	76	30	301	44.136	4.2457	5
30580	La Bruguière	la-bruguiere	76	30	302	44.1102	4.4121	5
30580	Saint-Just-et-Vacquières	saint-just-et-vacquieres	76	30	301	44.1109	4.2234	5
30580	Bouquet	bouquet	76	30	301	44.1642	4.2828	5
30580	Seynes	seynes	76	30	301	44.117	4.2841	5
30580	Lussan	lussan	76	30	302	44.1516	4.365	5
30580	Fontarèches	fontareches	76	30	302	44.1097	4.4378	5
30580	Belvézet	belvezet	76	30	302	44.088	4.3708	5
30580	Vallérargues	vallerargues	76	30	302	44.1307	4.3507	5
30580	Fons-sur-Lussan	fons-sur-lussan	76	30	302	44.1859	4.3283	5
30600	Vestric-et-Candiac	vestric-et-candiac	76	30	302	43.7406	4.2591	5
30600	Vauvert	vauvert	76	30	302	43.6953	4.2771	5
30610	Logrian-Florian	logrian-florian	76	30	303	43.95	4.0167	5
30610	Puechredon	puechredon	76	30	303	43.9573	4.0477	5
30610	Saint-Jean-de-Crieulon	saint-jean-de-crieulon	76	30	303	43.9706	3.9923	5
30610	Sauve	sauve	76	30	303	43.9415	3.949	5
30610	Saint-Nazaire-des-Gardies	saint-nazaire-des-gardies	76	30	303	43.9686	4.0326	5
30620	Uchaud	uchaud	76	30	302	43.7586	4.2684	5
30620	Aubord	aubord	76	30	302	43.7583	4.3111	5
30620	Bernis	bernis	76	30	302	43.7691	4.2871	5
30630	Montclus	montclus	76	30	302	44.2604	4.4195	5
30630	Goudargues	goudargues	76	30	302	44.2138	4.4665	5
30630	Verfeuil	verfeuil	76	30	302	44.1693	4.4498	5
30630	Saint-André-de-Roquepertuis	saint-andre-de-roquepertuis	76	30	302	44.2389	4.4577	5
30630	Cornillon	cornillon	76	30	302	44.2242	4.4896	5
30640	Beauvoisin	beauvoisin	76	30	302	43.7183	4.3234	5
30650	Rochefort-du-Gard	rochefort-du-gard	76	30	302	43.9765	4.6902	5
30650	Saze	saze	76	30	302	43.9434	4.681	5
30660	Gallargues-le-Montueux	gallargues-le-montueux	76	30	302	43.7167	4.1667	5
30670	Aigues-Vives	aigues-vives	76	30	302	43.7379	4.1807	5
30700	Flaux	flaux	76	30	302	44.0187	4.5039	5
30700	La Capelle-et-Masmolène	la-capelle-et-masmolene	76	30	302	44.0513	4.5345	5
30700	Aigaliers	aigaliers	76	30	302	44.0587	4.3195	5
30700	Saint-Quentin-la-Poterie	saint-quentin-la-poterie	76	30	302	44.0439	4.4443	5
30700	Blauzac	blauzac	76	30	302	43.9615	4.3693	5
30700	Arpaillargues-et-Aureillac	arpaillargues-et-aureillac	76	30	302	44.0006	4.3722	5
30700	Saint-Maximin	saint-maximin	76	30	302	43.9946	4.451	5
30700	Serviers-et-Labaume	serviers-et-labaume	76	30	302	44.0353	4.3552	5
30700	Foissac	foissac	76	30	302	44.0389	4.2972	5
30700	Sanilhac-Sagriès	sanilhac-sagries	76	30	302	43.95	4.4333	5
30700	Baron	baron	76	30	302	44.0492	4.2832	5
30700	Saint-Victor-des-Oules	saint-victor-des-oules	76	30	302	44.0407	4.4848	5
30700	Montaren-et-Saint-Médiers	montaren-et-saint-mediers	76	30	302	44.0287	4.3803	5
30700	Uzès	uzes	76	30	302	44.0136	4.4153	5
30700	Saint-Siffret	saint-siffret	76	30	302	44.0104	4.4704	5
30700	Saint-Hippolyte-de-Montaigu	saint-hippolyte-de-montaigu	76	30	302	44.0323	4.4959	5
30700	Vallabrix	vallabrix	76	30	302	44.0616	4.475	5
30701 CEDEX	Uzès	uzes	76	30	302	44.0136	4.4153	5
30702 CEDEX	Uzès	uzes	76	30	302	44.0136	4.4153	5
30703 CEDEX	Uzès	uzes	76	30	302	44.0136	4.4153	5
30720	Ribaute-les-Tavernes	ribaute-les-tavernes	76	30	301	44.0372	4.0805	5
30730	Saint-Bauzély	saint-bauzely	76	30	302	43.9191	4.1966	5
30730	Gajan	gajan	76	30	302	43.8943	4.2129	5
30730	Montpezat	montpezat	76	30	302	43.8511	4.1583	5
30730	Saint-Mamert-du-Gard	saint-mamert-du-gard	76	30	302	43.8884	4.1873	5
30730	Parignargues	parignargues	76	30	302	43.8733	4.2078	5
30730	Fons	fons	76	30	302	43.9	4.1833	5
30740	Le Cailar	le-cailar	76	30	302	43.6792	4.2358	5
30750	Lanuéjols	lanuejols	76	30	303	44.1298	3.3803	5
30750	Saint-Sauveur-Camprieu	saint-sauveur-camprieu	76	30	303	44.1165	3.4768	5
30750	Trèves	treves	76	30	303	44.0667	3.3833	5
30750	Revens	revens	76	30	303	44.086	3.2968	5
30750	Dourbies	dourbies	76	30	303	44.0659	3.446	5
30750	Causse-Bégon	causse-begon	76	30	303	44.0623	3.3613	5
30760	Le Garn	le-garn	76	30	302	44.3064	4.4718	5
30760	Laval-Saint-Roman	laval-saint-roman	76	30	302	44.2983	4.5068	5
30760	Salazac	salazac	76	30	302	44.2596	4.5257	5
30760	Issirac	issirac	76	30	302	44.2711	4.4805	5
30760	Aiguèze	aigueze	76	30	302	44.3023	4.5552	5
30760	Saint-Julien-de-Peyrolas	saint-julien-de-peyrolas	76	30	302	44.2884	4.5651	5
30760	Saint-Christol-de-Rodières	saint-christol-de-rodieres	76	30	302	44.2668	4.515	5
30770	Alzon	alzon	76	30	303	43.9667	3.4398	5
30770	Arrigas	arrigas	76	30	303	43.9889	3.4818	5
30770	Campestre-et-Luc	campestre-et-luc	76	30	303	43.953	3.4204	5
30770	Vissec	vissec	76	30	303	43.8991	3.4589	5
30770	Aumessas	aumessas	76	30	303	43.9905	3.5059	5
30770	Blandas	blandas	76	30	303	43.912	3.5124	5
30800	Saint-Gilles	saint-gilles	76	30	302	43.6766	4.4302	5
30820	Caveirac	caveirac	76	30	302	43.8244	4.2666	5
30840	Meynes	meynes	76	30	302	43.8797	4.5596	5
30870	Clarensac	clarensac	76	30	302	43.8254	4.2205	5
30870	Saint-Côme-et-Maruéjols	saint-come-et-maruejols	76	30	302	43.8261	4.2028	5
30900	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30901 CEDEX 9	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30903 CEDEX 2	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30904 CEDEX 9	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30905 CEDEX 2	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30906 CEDEX 2	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30907 CEDEX 2	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30908 CEDEX 2	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30910 CEDEX 2	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30911 CEDEX 2	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30912 CEDEX 2	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30913 CEDEX 2	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30914 CEDEX 2	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30918 CEDEX 2	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30920	Codognan	codognan	76	30	302	43.7303	4.2212	5
30921 CEDEX 9	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30922 CEDEX 9	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30923 CEDEX 9	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30924 CEDEX 9	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30925 CEDEX 9	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30929 CEDEX 2	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30931 CEDEX 9	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30932 CEDEX 9	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30934 CEDEX 9	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30935 CEDEX 9	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30936 CEDEX 9	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30937 CEDEX 9	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30939 CEDEX 9	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30940	Saint-André-de-Valborgne	saint-andre-de-valborgne	76	30	303	44.1561	3.6839	5
30941 CEDEX 9	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30942 CEDEX 9	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30943 CEDEX 9	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30947 CEDEX 9	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30960	Le Martinet	le-martinet	76	30	301	44.2504	4.0891	5
30960	Saint-Jean-de-Valériscle	saint-jean-de-valeriscle	76	30	301	44.2306	4.1465	5
30960	Saint-Florent-sur-Auzonnet	saint-florent-sur-auzonnet	76	30	301	44.2403	4.1125	5
30960	Les Mages	les-mages	76	30	301	44.2286	4.1695	5
30969 CEDEX 9	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30971 CEDEX 9	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30972 CEDEX 9	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30975 CEDEX 9	Nîmes	nimes	76	30	302	43.8338	4.3596	5
30980	Langlade	langlade	76	30	302	43.8028	4.2523	5
30980	Saint-Dionisy	saint-dionisy	76	30	302	43.8	4.2333	5
31000	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31001 CEDEX 6	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31002 CEDEX 6	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31003 CEDEX 6	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31004 CEDEX 6	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31005 CEDEX 6	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31006 CEDEX 6	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31007 CEDEX 6	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31008 CEDEX 6	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31009 CEDEX 6	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31010 CEDEX 6	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31011 CEDEX 6	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31012 CEDEX 6	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31013 CEDEX 6	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31014 CEDEX 6	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31015 CEDEX 6	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31016 CEDEX 2	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31017 CEDEX 2	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31018 CEDEX 2	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31019 CEDEX 2	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31020 CEDEX 2	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31021 CEDEX 2	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31022 CEDEX 2	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31023 CEDEX 1	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31024 CEDEX 3	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31025 CEDEX 3	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31026 CEDEX 3	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31027 CEDEX 3	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31028 CEDEX 4	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31029 CEDEX 4	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31030 CEDEX 4	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31031 CEDEX 4	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31032 CEDEX 5	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31033 CEDEX 5	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31034 CEDEX 6	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31035 CEDEX 1	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31036 CEDEX 1	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31037 CEDEX 1	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31038 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31039 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31040 CEDEX 6	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31041 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31042 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31043 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31044 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31045 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31046 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31047 CEDEX 1	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31048 CEDEX 4	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31049 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31050 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31051 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31052 CEDEX 3	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31053 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31054 CEDEX 4	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31055 CEDEX 4	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31056 CEDEX 5	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31057 CEDEX 1	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31058 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31059 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31060 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31061 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31062 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31063 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31064 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31065 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31066 CEDEX 6	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31067 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31068 CEDEX 7	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31069 CEDEX 7	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31070 CEDEX 7	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31071 CEDEX 7	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31072 CEDEX 7	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31073 CEDEX 7	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31074 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31075 CEDEX 2	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31076 CEDEX 3	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31077 CEDEX 4	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31078 CEDEX 4	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31079 CEDEX 5	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31080 CEDEX 6	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31081 CEDEX 1	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31082 CEDEX 1	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31084 CEDEX 1	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31085 CEDEX 2	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31086 CEDEX 2	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31088 CEDEX 5	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31089 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31090 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31091 CEDEX 6	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31092 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31093 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31094 CEDEX 1	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31095 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31096 CEDEX 1	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31097 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31098 CEDEX 6	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31099 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31100	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31101 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31102 CEDEX 1	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31103 CEDEX 1	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31104 CEDEX 1	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31106 CEDEX 1	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31107 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31109 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31110	Jurvielle	jurvielle	76	31	312	42.8201	0.483	5
31110	Montauban-de-Luchon	montauban-de-luchon	76	31	312	42.7927	0.6096	5
31110	Benque-Dessous-et-Dessus	benque-dessous-et-dessus	76	31	312	42.8158	0.5551	5
31110	Juzet-de-Luchon	juzet-de-luchon	76	31	312	42.8084	0.609	5
31110	Salles-et-Pratviel	salles-et-pratviel	76	31	312	42.8295	0.6062	5
31110	Saint-Mamet	saint-mamet	76	31	312	42.7781	0.6026	5
31110	Bourg-d’Oueil	bourg-d-oueil	76	31	312	42.8588	0.4991	5
31110	Gouaux-de-Luchon	gouaux-de-luchon	76	31	312	42.8603	0.6171	5
31110	Bagnères-de-Luchon	bagneres-de-luchon	76	31	312	42.7908	0.5931	5
31110	Billière	billiere	76	31	312	42.8093	0.5255	5
31110	Caubous	caubous	76	31	312	42.8508	0.5217	5
31110	Artigue	artigue	76	31	312	42.8347	0.6173	5
31110	Cier-de-Luchon	cier-de-luchon	76	31	312	42.8575	0.601	5
31110	Garin	garin	76	31	312	42.8099	0.5138	5
31110	Sode	sode	76	31	312	42.8167	0.6167	5
31110	Cazeaux-de-Larboust	cazeaux-de-larboust	76	31	312	42.8074	0.533	5
31110	Cazarilh-Laspènes	cazarilh-laspenes	76	31	312	42.7979	0.5994	5
31110	Moustajon	moustajon	76	31	312	42.8165	0.599	5
31110	Antignac	antignac	76	31	312	42.8245	0.6	5
31110	Saint-Aventin	saint-aventin	76	31	312	42.806	0.5467	5
31110	Saint-Paul-d’Oueil	saint-paul-d-oueil	76	31	312	42.8238	0.5517	5
31110	Oô	oo	76	31	312	42.7976	0.5067	5
31110	Castillon-de-Larboust	castillon-de-larboust	76	31	312	42.8059	0.5357	5
31110	Mayrègne	mayregne	76	31	312	42.8438	0.5399	5
31110	Cirès	cires	76	31	312	42.853	0.5179	5
31110	Portet-de-Luchon	portet-de-luchon	76	31	312	42.8113	0.4829	5
31110	Trébons-de-Luchon	trebons-de-luchon	76	31	312	42.7976	0.5967	5
31110	Saccourvielle	saccourvielle	76	31	312	42.804	0.5658	5
31110	Poubeau	poubeau	76	31	312	42.8109	0.497	5
31110	Cathervielle	cathervielle	76	31	312	42.8106	0.5102	5
31110	Gouaux-de-Larboust	gouaux-de-larboust	76	31	312	42.7946	0.4901	5
31112 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31120	Lacroix-Falgarde	lacroix-falgarde	76	31	313	43.4997	1.4098	5
31120	Goyrans	goyrans	76	31	313	43.4827	1.4306	5
31120	Portet-sur-Garonne	portet-sur-garonne	76	31	311	43.5233	1.4065	5
31120	Roques	roques	76	31	311	43.501	1.3714	5
31120	Pinsaguel	pinsaguel	76	31	311	43.5104	1.3883	5
31120	Roquettes	roquettes	76	31	311	43.4973	1.3685	5
31121 CEDEX	Portet-sur-Garonne	portet-sur-garonne	76	31	311	43.5233	1.4065	5
31122 CEDEX	Portet-sur-Garonne	portet-sur-garonne	76	31	311	43.5233	1.4065	5
31123 CEDEX	Portet-sur-Garonne	portet-sur-garonne	76	31	311	43.5233	1.4065	5
31124 CEDEX	Portet-sur-Garonne	portet-sur-garonne	76	31	311	43.5233	1.4065	5
31125 CEDEX	Portet-sur-Garonne	portet-sur-garonne	76	31	311	43.5233	1.4065	5
31126 CEDEX	Portet-sur-Garonne	portet-sur-garonne	76	31	311	43.5233	1.4065	5
31127 CEDEX	Portet-sur-Garonne	portet-sur-garonne	76	31	311	43.5233	1.4065	5
31128 CEDEX	Portet-sur-Garonne	portet-sur-garonne	76	31	311	43.5233	1.4065	5
31129 CEDEX	Portet-sur-Garonne	portet-sur-garonne	76	31	311	43.5233	1.4065	5
31130	Flourens	flourens	76	31	313	43.5927	1.5626	5
31130	Balma	balma	76	31	313	43.6111	1.4994	5
31130	Pin-Balma	pin-balma	76	31	313	43.6281	1.5336	5
31130	Quint-Fonsegrives	quint-fonsegrives	76	31	313	43.5852	1.5272	5
31131 CEDEX	Balma	balma	76	31	313	43.6111	1.4994	5
31132 CEDEX	Balma	balma	76	31	313	43.6111	1.4994	5
31133 CEDEX	Balma	balma	76	31	313	43.6111	1.4994	5
31134 CEDEX	Balma	balma	76	31	313	43.6111	1.4994	5
31135 CEDEX	Balma	balma	76	31	313	43.6111	1.4994	5
31136 CEDEX	Balma	balma	76	31	313	43.6111	1.4994	5
31137 CEDEX	Balma	balma	76	31	313	43.6111	1.4994	5
31138 CEDEX	Balma	balma	76	31	313	43.6111	1.4994	5
31139 CEDEX	Balma	balma	76	31	313	43.6111	1.4994	5
31140	Montberon	montberon	76	31	313	43.7159	1.4797	5
31140	Saint-Alban	saint-alban	76	31	313	43.6927	1.4102	5
31140	Aucamville	aucamville	76	31	313	43.6702	1.4281	5
31140	Saint-Loup-Cammas	saint-loup-cammas	76	31	313	43.6977	1.4813	5
31140	Launaguet	launaguet	76	31	313	43.6782	1.456	5
31140	Pechbonnieu	pechbonnieu	76	31	313	43.7024	1.4654	5
31140	Fonbeauzard	fonbeauzard	76	31	313	43.6783	1.4344	5
31141 CEDEX	Saint-Alban	saint-alban	76	31	313	43.6927	1.4102	5
31142 CEDEX	Saint-Alban	saint-alban	76	31	313	43.6927	1.4102	5
31149 CEDEX	Saint-Alban	saint-alban	76	31	313	43.6927	1.4102	5
31150	Fenouillet	fenouillet	76	31	313	43.6804	1.392	5
31150	Lespinasse	lespinasse	76	31	313	43.7121	1.3846	5
31150	Gagnac-sur-Garonne	gagnac-sur-garonne	76	31	313	43.6999	1.3754	5
31150	Gratentour	gratentour	76	31	313	43.7236	1.4323	5
31150	Bruguières	bruguieres	76	31	313	43.7272	1.4076	5
31151 CEDEX	Fenouillet	fenouillet	76	31	313	43.6804	1.392	5
31152 CEDEX	Fenouillet	fenouillet	76	31	313	43.6804	1.392	5
31155 CEDEX	Fenouillet	fenouillet	76	31	313	43.6804	1.392	5
31159 CEDEX	Fenouillet	fenouillet	76	31	313	43.6804	1.392	5
31160	Izaut-de-l’Hôtel	izaut-de-l-hotel	76	31	312	43.0162	0.7544	5
31160	Arbon	arbon	76	31	312	43.0005	0.7472	5
31160	Rouède	rouede	76	31	312	43.0528	0.8821	5
31160	Castelbiague	castelbiague	76	31	312	43.0361	0.9246	5
31160	Cazaunous	cazaunous	76	31	312	42.9865	0.7342	5
31160	Aspet	aspet	76	31	312	43.0146	0.8029	5
31160	Estadens	estadens	76	31	312	43.0412	0.8543	5
31160	Milhas	milhas	76	31	312	42.9879	0.8082	5
31160	Sengouagnet	sengouagnet	76	31	312	42.9864	0.7898	5
31160	Boutx	boutx	76	31	312	42.9164	0.7205	5
31160	Chein-Dessus	chein-dessus	76	31	312	43.0187	0.8838	5
31160	Portet-d’Aspet	portet-d-aspet	76	31	312	42.9407	0.8659	5
31160	Encausse-les-Thermes	encausse-les-thermes	76	31	312	43.0503	0.741	5
31160	Arbas	arbas	76	31	312	42.9956	0.9078	5
31160	Cabanac-Cazaux	cabanac-cazaux	76	31	312	43.0343	0.7404	5
31160	Herran	herran	76	31	312	42.9715	0.9155	5
31160	Arguenos	arguenos	76	31	312	42.9707	0.7246	5
31160	Fougaron	fougaron	76	31	312	42.9873	0.9315	5
31160	Razecueillé	razecueille	76	31	312	42.9683	0.7987	5
31160	Soueich	soueich	76	31	312	43.0461	0.78	5
31160	Lespiteau	lespiteau	76	31	312	43.0681	0.7615	5
31160	Ganties	ganties	76	31	312	43.0635	0.8292	5
31160	Juzet-d’Izaut	juzet-d-izaut	76	31	312	42.9779	0.7597	5
31160	Moncaup	moncaup	76	31	312	42.978	0.7063	5
31160	Montastruc-de-Salies	montastruc-de-salies	76	31	312	43.0363	0.907	5
31160	Couret	couret	76	31	312	43.0483	0.8167	5
31170	Tournefeuille	tournefeuille	76	31	313	43.5887	1.3192	5
31180	Saint-Geniès-Bellevue	saint-genies-bellevue	76	31	313	43.6841	1.4869	5
31180	Lapeyrouse-Fossat	lapeyrouse-fossat	76	31	313	43.6997	1.5105	5
31180	Rouffiac-Tolosan	rouffiac-tolosan	76	31	313	43.6658	1.5252	5
31180	Castelmaurou	castelmaurou	76	31	313	43.6778	1.5322	5
31189 CEDEX 1	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31190	Lagrâce-Dieu	lagrace-dieu	76	31	311	43.3399	1.4217	5
31190	Grépiac	grepiac	76	31	311	43.4045	1.4475	5
31190	Puydaniel	puydaniel	76	31	311	43.3356	1.4316	5
31190	Caujac	caujac	76	31	311	43.299	1.4702	5
31190	Mauvaisin	mauvaisin	76	31	313	43.3544	1.5486	5
31190	Esperce	esperce	76	31	311	43.2974	1.4006	5
31190	Auragne	auragne	76	31	311	43.3899	1.5066	5
31190	Auterive	auterive	76	31	311	43.351	1.478	5
31190	Miremont	miremont	76	31	311	43.37	1.4172	5
31190	Mauressac	mauressac	76	31	311	43.3239	1.4342	5
31190	Grazac	grazac	76	31	311	43.3078	1.4556	5
31190	Auribail	auribail	76	31	311	43.3516	1.3783	5
31190	Labruyère-Dorsa	labruyere-dorsa	76	31	311	43.4072	1.4704	5
31200	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31201 CEDEX 2	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31203 CEDEX 2	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31204 CEDEX 2	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31205 CEDEX 2	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31210	Le Cuing	le-cuing	76	31	312	43.1454	0.6132	5
31210	Clarac	clarac	76	31	312	43.0966	0.6251	5
31210	Ausson	ausson	76	31	312	43.0821	0.5948	5
31210	Ardiège	ardiege	76	31	312	43.0687	0.642	5
31210	Les Tourreilles	les-tourreilles	76	31	312	43.1167	0.5667	5
31210	Franquevielle	franquevielle	76	31	312	43.1354	0.5335	5
31210	Bordes-de-Rivière	bordes-de-riviere	76	31	312	43.1067	0.6325	5
31210	Montréjeau	montrejeau	76	31	312	43.0856	0.5647	5
31210	Gourdan-Polignan	gourdan-polignan	76	31	312	43.0709	0.5748	5
31210	Huos	huos	76	31	312	43.0763	0.5965	5
31210	Ponlat-Taillebourg	ponlat-taillebourg	76	31	312	43.1097	0.5997	5
31210	Cuguron	cuguron	76	31	312	43.0994	0.5363	5
31210	Martres-de-Rivière	martres-de-riviere	76	31	312	43.0791	0.6432	5
31210	Pointis-de-Rivière	pointis-de-riviere	76	31	312	43.0874	0.6165	5
31220	Plagne	plagne	76	31	311	43.158	1.0613	5
31220	Montclar-de-Comminges	montclar-de-comminges	76	31	311	43.177	1.0198	5
31220	Le Plan	le-plan	76	31	311	43.1674	1.1203	5
31220	Marignac-Laspeyres	marignac-laspeyres	76	31	311	43.2152	0.9668	5
31220	Montberaud	montberaud	76	31	311	43.1543	1.1439	5
31220	Martres-Tolosane	martres-tolosane	76	31	311	43.1993	1.0106	5
31220	Lavelanet-de-Comminges	lavelanet-de-comminges	76	31	311	43.2546	1.1171	5
31220	Mondavezan	mondavezan	76	31	311	43.2393	1.0363	5
31220	Lescuns	lescuns	76	31	311	43.2406	1.0122	5
31220	Saint-Michel	saint-michel	76	31	311	43.1674	1.0852	5
31220	Palaminy	palaminy	76	31	311	43.2028	1.0673	5
31220	Cazères	cazeres	76	31	311	43.2071	1.0863	5
31220	Saint-Julien-sur-Garonne	saint-julien-sur-garonne	76	31	311	43.2333	1.1667	5
31220	Mauran	mauran	76	31	311	43.1892	1.0319	5
31220	Couladère	couladere	76	31	311	43.2015	1.0903	5
31220	Sana	sana	76	31	311	43.2273	1.0107	5
31230	Agassac	agassac	76	31	312	43.3711	0.889	5
31230	Lilhac	lilhac	76	31	312	43.285	0.8095	5
31230	Puymaurin	puymaurin	76	31	312	43.3718	0.7652	5
31230	Martisserre	martisserre	76	31	312	43.3913	0.88	5
31230	Riolas	riolas	76	31	312	43.3477	0.9162	5
31230	Castelgaillard	castelgaillard	76	31	312	43.354	0.9011	5
31230	Anan	anan	76	31	312	43.355	0.8171	5
31230	Labastide-Paumès	labastide-paumes	76	31	312	43.3359	0.9379	5
31230	Coueilles	coueilles	76	31	312	43.3483	0.8862	5
31230	L’Isle-en-Dodon	l-isle-en-dodon	76	31	312	43.3843	0.8351	5
31230	Molas	molas	76	31	312	43.3993	0.7802	5
31230	Frontignan-Savès	frontignan-saves	76	31	312	43.3963	0.9218	5
31230	Boissède	boissede	76	31	312	43.4071	0.8245	5
31230	Mirambeau	mirambeau	76	31	312	43.4031	0.8663	5
31230	Ambax	ambax	76	31	312	43.3675	0.9355	5
31230	Fabas	fabas	76	31	312	43.3145	0.8945	5
31230	Cazac	cazac	76	31	312	43.3467	0.9449	5
31230	Saint-Frajou	saint-frajou	76	31	312	43.3332	0.8513	5
31230	Saint-Laurent	saint-laurent	76	31	312	43.3264	0.8011	5
31230	Goudex	goudex	76	31	312	43.3759	0.9543	5
31230	Mauvezin	mauvezin	76	31	312	43.3833	0.9333	5
31230	Montesquieu-Guittaut	montesquieu-guittaut	76	31	312	43.3348	0.77	5
31230	Montbernard	montbernard	76	31	312	43.3041	0.7764	5
31230	Salerm	salerm	76	31	312	43.306	0.8231	5
31240	Saint-Jean	saint-jean	76	31	313	43.6642	1.4994	5
31240	L'Union	l-union	76	31	313	43.6604	1.4826	5
31241 CEDEX	L'Union	l-union	76	31	313	43.6604	1.4826	5
31242 CEDEX	L'Union	l-union	76	31	313	43.6604	1.4826	5
31243 CEDEX	L'Union	l-union	76	31	313	43.6604	1.4826	5
31244 CEDEX	L'Union	l-union	76	31	313	43.6604	1.4826	5
31245 CEDEX	L'Union	l-union	76	31	313	43.6604	1.4826	5
31249 CEDEX	L'Union	l-union	76	31	313	43.6604	1.4826	5
31250	Vaudreuille	vaudreuille	76	31	313	43.4265	1.982	5
31250	Revel	revel	76	31	313	43.4581	2.0047	5
31260	Saleich	saleich	76	31	312	43.025	0.969	5
31260	Marsoulas	marsoulas	76	31	312	43.1047	0.998	5
31260	Touille	touille	76	31	312	43.0802	0.9747	5
31260	Montespan	montespan	76	31	312	43.0858	0.853	5
31260	Montsaunès	montsaunes	76	31	312	43.1108	0.9378	5
31260	Mazères-sur-Salat	mazeres-sur-salat	76	31	312	43.1333	0.9667	5
31260	Urau	urau	76	31	312	43.0159	0.9564	5
31260	Montgaillard-de-Salies	montgaillard-de-salies	76	31	312	43.0614	0.9326	5
31260	Cassagne	cassagne	76	31	312	43.1218	0.9901	5
31260	Mane	mane	76	31	312	43.0819	0.9522	5
31260	Francazal	francazal	76	31	312	43.0197	0.9975	5
31260	Ausseing	ausseing	76	31	312	43.1523	1.0182	5
31260	Belbèze-en-Comminges	belbeze-en-comminges	76	31	312	43.1324	1.0258	5
31260	Escoulis	escoulis	76	31	312	43.1118	1.0313	5
31260	His	his	76	31	312	43.0658	0.9682	5
31260	Salies-du-Salat	salies-du-salat	76	31	312	43.1007	0.9587	5
31260	Figarol	figarol	76	31	312	43.0848	0.8994	5
31260	Castagnède	castagnede	76	31	312	43.0534	0.9754	5
31270	Frouzins	frouzins	76	31	311	43.5148	1.3252	5
31270	Cugnaux	cugnaux	76	31	313	43.5364	1.3443	5
31270	Villeneuve-Tolosane	villeneuve-tolosane	76	31	313	43.5232	1.341	5
31280	Mons	mons	76	31	313	43.6124	1.5721	5
31280	Drémil-Lafage	dremil-lafage	76	31	313	43.5962	1.6012	5
31280	Aigrefeuille	aigrefeuille	76	31	313	43.5681	1.5903	5
31289 CEDEX 2	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31290	Gardouch	gardouch	76	31	313	43.391	1.6831	5
31290	Folcarde	folcarde	76	31	313	43.4035	1.7934	5
31290	Trébons-sur-la-Grasse	trebons-sur-la-grasse	76	31	313	43.45	1.7236	5
31290	Avignonet-Lauragais	avignonet-lauragais	76	31	313	43.3667	1.8	5
31290	Villenouvelle	villenouvelle	76	31	313	43.4358	1.6628	5
31290	Lux	lux	76	31	313	43.437	1.7832	5
31290	Beauteville	beauteville	76	31	313	43.3471	1.7385	5
31290	Montclar-Lauragais	montclar-lauragais	76	31	313	43.3613	1.7152	5
31290	Saint-Vincent	saint-vincent	76	31	313	43.4391	1.7579	5
31290	Saint-Rome	saint-rome	76	31	313	43.4142	1.6778	5
31290	Vieillevigne	vieillevigne	76	31	313	43.4019	1.6549	5
31290	Lagarde	lagarde	76	31	313	43.3457	1.7134	5
31290	Rieumajou	rieumajou	76	31	313	43.4153	1.7898	5
31290	Villefranche-de-Lauragais	villefranche-de-lauragais	76	31	313	43.4	1.7169	5
31290	Montgaillard-Lauragais	montgaillard-lauragais	76	31	313	43.4311	1.6979	5
31290	Renneville	renneville	76	31	313	43.3811	1.7233	5
31290	Saint-Germier	saint-germier	76	31	313	43.4713	1.7318	5
31290	Mauremont	mauremont	76	31	313	43.45	1.6833	5
31290	Cessales	cessales	76	31	313	43.4579	1.7423	5
31290	Vallègue	vallegue	76	31	313	43.4249	1.7557	5
31300	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31310	Canens	canens	76	31	311	43.2168	1.3325	5
31310	Gensac-sur-Garonne	gensac-sur-garonne	76	31	311	43.2177	1.1313	5
31310	Rieux-Volvestre	rieux-volvestre	76	31	311	43.25	1.2	5
31310	Massabrac	massabrac	76	31	311	43.2256	1.372	5
31310	Bax	bax	76	31	311	43.2269	1.2877	5
31310	Lapeyrère	lapeyrere	76	31	311	43.2167	1.3167	5
31310	Montbrun-Bocage	montbrun-bocage	76	31	311	43.1276	1.2674	5
31310	Mailholas	mailholas	76	31	311	43.2473	1.2498	5
31310	Gouzens	gouzens	76	31	311	43.1855	1.1888	5
31310	Saint-Christaud	saint-christaud	76	31	311	43.1889	1.1273	5
31310	Latour	latour	76	31	311	43.2004	1.2805	5
31310	Montesquieu-Volvestre	montesquieu-volvestre	76	31	311	43.2072	1.2286	5
31310	Goutevernisse	goutevernisse	76	31	311	43.2118	1.1715	5
31310	Latrape	latrape	76	31	311	43.2444	1.2894	5
31310	Lahitère	lahitere	76	31	311	43.1378	1.1931	5
31310	Castagnac	castagnac	76	31	311	43.2281	1.3537	5
31312 CEDEX	Labège	labege	76	31	313	43.5304	1.536	5
31313 CEDEX	Labège	labege	76	31	313	43.5304	1.536	5
31314 CEDEX	Labège	labege	76	31	313	43.5304	1.536	5
31315 CEDEX	Labège	labege	76	31	313	43.5304	1.536	5
31317 CEDEX	Labège	labege	76	31	313	43.5304	1.536	5
31319 CEDEX	Labège	labege	76	31	313	43.5304	1.536	5
31320	Péchabou	pechabou	76	31	313	43.5024	1.5093	5
31320	Vigoulet-Auzil	vigoulet-auzil	76	31	313	43.5072	1.4597	5
31320	Mervilla	mervilla	76	31	313	43.5079	1.4736	5
31320	Auzeville-Tolosane	auzeville-tolosane	76	31	313	43.5278	1.4824	5
31320	Vieille-Toulouse	vieille-toulouse	76	31	313	43.5237	1.4423	5
31320	Castanet-Tolosan	castanet-tolosan	76	31	313	43.5159	1.4986	5
31320	Aureville	aureville	76	31	313	43.4815	1.452	5
31320	Pechbusque	pechbusque	76	31	313	43.5293	1.4563	5
31320	Rebigue	rebigue	76	31	313	43.4886	1.4809	5
31321 CEDEX	Castanet-Tolosan	castanet-tolosan	76	31	313	43.5159	1.4986	5
31322 CEDEX	Castanet-Tolosan	castanet-tolosan	76	31	313	43.5159	1.4986	5
31325 CEDEX	Castanet-Tolosan	castanet-tolosan	76	31	313	43.5159	1.4986	5
31326 CEDEX	Castanet-Tolosan	castanet-tolosan	76	31	313	43.5159	1.4986	5
31329 CEDEX	Castanet-Tolosan	castanet-tolosan	76	31	313	43.5159	1.4986	5
31330	Le Burgaud	le-burgaud	76	31	313	43.7947	1.1621	5
31330	Ondes	ondes	76	31	313	43.7825	1.3082	5
31330	Larra	larra	76	31	313	43.7385	1.2306	5
31330	Launac	launac	76	31	313	43.7436	1.1817	5
31330	Merville	merville	76	31	313	43.7235	1.2966	5
31330	Saint-Cézert	saint-cezert	76	31	313	43.783	1.1946	5
31330	Grenade	grenade	76	31	313	43.7667	1.2833	5
31340	La Magdelaine-sur-Tarn	la-magdelaine-sur-tarn	76	31	313	43.811	1.5438	5
31340	Bondigoux	bondigoux	76	31	313	43.8408	1.5407	5
31340	Layrac-sur-Tarn	layrac-sur-tarn	76	31	313	43.835	1.5561	5
31340	Le Born	le-born	76	31	313	43.8848	1.5448	5
31340	Villematier	villematier	76	31	313	43.8286	1.5092	5
31340	Villemur-sur-Tarn	villemur-sur-tarn	76	31	313	43.8671	1.5028	5
31340	Mirepoix-sur-Tarn	mirepoix-sur-tarn	76	31	313	43.8145	1.5707	5
31340	Vacquiers	vacquiers	76	31	313	43.7767	1.4813	5
31350	Boulogne-sur-Gesse	boulogne-sur-gesse	76	31	312	43.3	0.65	5
31350	Saint-Lary-Boujean	saint-lary-boujean	76	31	312	43.2281	0.7368	5
31350	Saman	saman	76	31	312	43.236	0.7202	5
31350	Saint-Pé-Delbosc	saint-pe-delbosc	76	31	312	43.2709	0.6907	5
31350	Gensac-de-Boulogne	gensac-de-boulogne	76	31	312	43.2521	0.5859	5
31350	Mondilhan	mondilhan	76	31	312	43.2929	0.7065	5
31350	Cardeilhac	cardeilhac	76	31	312	43.1985	0.6831	5
31350	Saint-Ferréol-de-Comminges	saint-ferreol-de-comminges	76	31	312	43.3333	0.7333	5
31350	Montgaillard-sur-Save	montgaillard-sur-save	76	31	312	43.2544	0.7303	5
31350	Péguilhan	peguilhan	76	31	312	43.3133	0.7056	5
31350	Escanecrabe	escanecrabe	76	31	312	43.2698	0.754	5
31350	Charlas	charlas	76	31	312	43.2265	0.6923	5
31350	Sarremezan	sarremezan	76	31	312	43.2084	0.6681	5
31350	Castéra-Vignoles	castera-vignoles	76	31	312	43.2745	0.7792	5
31350	Nénigan	nenigan	76	31	312	43.357	0.7063	5
31350	Sarrecave	sarrecave	76	31	312	43.2156	0.5953	5
31350	Montmaurin	montmaurin	76	31	312	43.2247	0.6371	5
31350	Blajan	blajan	76	31	312	43.2593	0.643	5
31350	Nizan-Gesse	nizan-gesse	76	31	312	43.2323	0.5958	5
31350	Lunax	lunax	76	31	312	43.3379	0.6863	5
31350	Lespugue	lespugue	76	31	312	43.2312	0.666	5
31350	Ciadoux	ciadoux	76	31	312	43.2588	0.7383	5
31350	Saint-Loup-en-Comminges	saint-loup-en-comminges	76	31	312	43.2444	0.5818	5
31360	Le Fréchet	le-frechet	76	31	312	43.1896	0.9383	5
31360	Mancioux	mancioux	76	31	312	43.157	0.9528	5
31360	Castillon-de-Saint-Martory	castillon-de-saint-martory	76	31	312	43.1358	0.8654	5
31360	Arnaud-Guilhem	arnaud-guilhem	76	31	312	43.1436	0.8959	5
31360	Beauchalot	beauchalot	76	31	312	43.1083	0.868	5
31360	Laffite-Toupière	laffite-toupiere	76	31	312	43.1667	0.9	5
31360	Lestelle-de-Saint-Martory	lestelle-de-saint-martory	76	31	312	43.1216	0.9126	5
31360	Saint-Martory	saint-martory	76	31	312	43.1398	0.9323	5
31360	Proupiary	proupiary	76	31	312	43.1589	0.8622	5
31360	Roquefort-sur-Garonne	roquefort-sur-garonne	76	31	312	43.1622	0.9741	5
31360	Sepx	sepx	76	31	312	43.1544	0.8414	5
31360	Auzas	auzas	76	31	312	43.169	0.8843	5
31360	Saint-Médard	saint-medard	76	31	312	43.1282	0.8354	5
31360	Boussens	boussens	76	31	311	43.1761	0.9718	5
31370	Forgues	forgues	76	31	311	43.4312	1.0474	5
31370	Lahage	lahage	76	31	311	43.4398	1.064	5
31370	Montgras	montgras	76	31	311	43.4524	1.0569	5
31370	Sajas	sajas	76	31	311	43.3765	1.0198	5
31370	Beaufort	beaufort	76	31	311	43.4593	1.1117	5
31370	Plagnole	plagnole	76	31	311	43.4124	1.0551	5
31370	Monès	mones	76	31	311	43.4149	1.0364	5
31370	Labastide-Clermont	labastide-clermont	76	31	311	43.3477	1.1209	5
31370	Lautignac	lautignac	76	31	311	43.3819	1.0569	5
31370	Poucharramet	poucharramet	76	31	311	43.417	1.173	5
31370	Sabonnères	sabonneres	76	31	311	43.4658	1.0636	5
31370	Montastruc-Savès	montastruc-saves	76	31	311	43.361	1.0198	5
31370	Rieumes	rieumes	76	31	311	43.4114	1.117	5
31370	Savères	saveres	76	31	311	43.369	1.1028	5
31370	Le Pin-Murelet	le-pin-murelet	76	31	311	43.4004	1.0168	5
31370	Bérat	berat	76	31	311	43.3786	1.1757	5
31380	Montjoire	montjoire	76	31	313	43.769	1.5336	5
31380	Garidech	garidech	76	31	313	43.7108	1.5604	5
31380	Azas	azas	76	31	313	43.7256	1.6737	5
31380	Saint-Jean-Lherm	saint-jean-lherm	76	31	313	43.7022	1.6128	5
31380	Montastruc-la-Conseillère	montastruc-la-conseillere	76	31	313	43.7198	1.5902	5
31380	Gragnague	gragnague	76	31	313	43.6809	1.5846	5
31380	Montpitol	montpitol	76	31	313	43.7058	1.6495	5
31380	Roquesérière	roqueseriere	76	31	313	43.7346	1.6375	5
31380	Villariès	villaries	76	31	313	43.7505	1.4914	5
31380	Paulhac	paulhac	76	31	313	43.7564	1.5567	5
31380	Gémil	gemil	76	31	313	43.7354	1.5935	5
31380	Bazus	bazus	76	31	313	43.7349	1.5158	5
31389 CEDEX 3	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31390	Marquefave	marquefave	76	31	311	43.3177	1.2466	5
31390	Carbonne	carbonne	76	31	311	43.2986	1.2252	5
31390	Bois-de-la-Pierre	bois-de-la-pierre	76	31	311	43.3444	1.151	5
31390	Lacaugne	lacaugne	76	31	311	43.2862	1.2707	5
31390	Salles-sur-Garonne	salles-sur-garonne	76	31	311	43.2744	1.1781	5
31390	Lafitte-Vigordane	lafitte-vigordane	76	31	311	43.3	1.1667	5
31390	Peyssies	peyssies	76	31	311	43.3167	1.1833	5
31400	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31401 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31402 CEDEX 4	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31403 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31404 CEDEX 4	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31405 CEDEX 4	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31406 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31410	Noé	noe	76	31	311	43.3581	1.2771	5
31410	Le Fauga	le-fauga	76	31	311	43.3962	1.2957	5
31410	Capens	capens	76	31	311	43.3371	1.2607	5
31410	Mauzac	mauzac	76	31	311	43.3748	1.2927	5
31410	Lavernose-Lacasse	lavernose-lacasse	76	31	311	43.397	1.2621	5
31410	Montgazin	montgazin	76	31	311	43.3093	1.3039	5
31410	Saint-Hilaire	saint-hilaire	76	31	311	43.4224	1.2781	5
31410	Montaut	montaut	76	31	311	43.3556	1.2976	5
31410	Longages	longages	76	31	311	43.354	1.2391	5
31410	Saint-Sulpice-sur-Lèze	saint-sulpice-sur-leze	76	31	311	43.3308	1.3209	5
31420	Saint-André	saint-andre	76	31	312	43.2741	0.8517	5
31420	Alan	alan	76	31	312	43.2298	0.9399	5
31420	Peyrissas	peyrissas	76	31	312	43.2855	0.911	5
31420	Terrebasse	terrebasse	76	31	312	43.2391	0.9626	5
31420	Eoux	eoux	76	31	312	43.2667	0.9	5
31420	Cazeneuve-Montaut	cazeneuve-montaut	76	31	312	43.1819	0.8584	5
31420	Aurignac	aurignac	76	31	312	43.217	0.8818	5
31420	Aulon	aulon	76	31	312	43.1898	0.8198	5
31420	Boussan	boussan	76	31	312	43.2448	0.8897	5
31420	Peyrouzet	peyrouzet	76	31	312	43.2013	0.8318	5
31420	Bouzin	bouzin	76	31	312	43.1925	0.8855	5
31420	Montoulieu-Saint-Bernard	montoulieu-saint-bernard	76	31	312	43.234	0.9101	5
31420	Samouillan	samouillan	76	31	312	43.2637	0.947	5
31420	Bachas	bachas	76	31	312	43.2439	0.9375	5
31420	Esparron	esparron	76	31	312	43.2647	0.806	5
31420	Benque	benque	76	31	312	43.2594	0.9178	5
31420	Francon	francon	76	31	311	43.2598	0.9729	5
31420	Saint-Élix-Séglan	saint-elix-seglan	76	31	312	43.194	0.8521	5
31420	Cassagnabère-Tournas	cassagnabere-tournas	76	31	312	43.2276	0.7934	5
31430	Polastron	polastron	76	31	311	43.3249	0.9483	5
31430	Le Fousseret	le-fousseret	76	31	311	43.282	1.0662	5
31430	Montégut-Bourjac	montegut-bourjac	76	31	311	43.2816	0.989	5
31430	Saint-Araille	saint-araille	76	31	311	43.3576	0.9916	5
31430	Castelnau-Picampeau	castelnau-picampeau	76	31	311	43.3061	1.0174	5
31430	Casties-Labrande	casties-labrande	76	31	311	43.3286	1.0103	5
31430	Marignac-Lasclares	marignac-lasclares	76	31	311	43.3064	1.0981	5
31430	Montoussin	montoussin	76	31	311	43.2757	1.0112	5
31430	Lussan-Adeilhac	lussan-adeilhac	76	31	311	43.2987	0.9417	5
31430	Fustignac	fustignac	76	31	311	43.2974	0.9849	5
31430	Saint-Élix-le-Château	saint-elix-le-chateau	76	31	311	43.2802	1.1369	5
31430	Gratens	gratens	76	31	311	43.3222	1.1137	5
31430	Sénarens	senarens	76	31	311	43.3496	0.9788	5
31430	Pouy-de-Touges	pouy-de-touges	76	31	311	43.3426	1.0379	5
31432 CEDEX 4	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31440	Burgalays	burgalays	76	31	312	42.8924	0.6293	5
31440	Lège	lege	76	31	312	42.877	0.6116	5
31440	Baren	baren	76	31	312	42.8687	0.6191	5
31440	Saint-Béat	saint-beat	76	31	312	42.9142	0.6933	5
31440	Guran	guran	76	31	312	42.8892	0.6112	5
31440	Bezins-Garraux	bezins-garraux	76	31	312	42.9333	0.7	5
31440	Eup	eup	76	31	312	42.9273	0.6882	5
31440	Cazaux-Layrisse	cazaux-layrisse	76	31	312	42.8735	0.6085	5
31440	Cierp-Gaud	cierp-gaud	76	31	312	42.9167	0.6333	5
31440	Chaum	chaum	76	31	312	42.938	0.656	5
31440	Esténos	estenos	76	31	312	42.947	0.6412	5
31440	Binos	binos	76	31	312	42.9008	0.6175	5
31440	Marignac	marignac	76	31	312	42.9161	0.6577	5
31440	Bachos	bachos	76	31	312	42.897	0.6199	5
31440	Argut-Dessous	argut-dessous	76	31	312	42.8896	0.7184	5
31440	Signac	signac	76	31	312	42.9062	0.6303	5
31440	Arlos	arlos	76	31	312	42.8917	0.7028	5
31440	Lez	lez	76	31	312	42.9118	0.7	5
31440	Melles	melles	76	31	312	42.8687	0.7601	5
31440	Boutx	boutx	76	31	312	42.9164	0.7205	5
31440	Fos	fos	76	31	312	42.8727	0.7369	5
31440	Fronsac	fronsac	76	31	312	42.9518	0.6496	5
31450	Noueilles	noueilles	76	31	313	43.4158	1.5212	5
31450	Pouze	pouze	76	31	313	43.435	1.5259	5
31450	Deyme	deyme	76	31	313	43.4818	1.5258	5
31450	Baziège	baziege	76	31	313	43.4545	1.614	5
31450	Espanès	espanes	76	31	313	43.4526	1.4858	5
31450	Labastide-Beauvoir	labastide-beauvoir	76	31	313	43.4815	1.6654	5
31450	Montlaur	montlaur	76	31	313	43.4894	1.5681	5
31450	Montesquieu-Lauragais	montesquieu-lauragais	76	31	313	43.4167	1.6294	5
31450	Belberaud	belberaud	76	31	313	43.5056	1.5672	5
31450	Varennes	varennes	76	31	313	43.4765	1.6887	5
31450	Odars	odars	76	31	313	43.5229	1.5891	5
31450	Montbrun-Lauragais	montbrun-lauragais	76	31	313	43.4568	1.5217	5
31450	Fourquevaux	fourquevaux	76	31	313	43.5058	1.6138	5
31450	Pompertuzat	pompertuzat	76	31	313	43.4928	1.5153	5
31450	Montgiscard	montgiscard	76	31	313	43.4607	1.5674	5
31450	Issus	issus	76	31	313	43.4234	1.5059	5
31450	Belbèze-de-Lauragais	belbeze-de-lauragais	76	31	313	43.4416	1.5555	5
31450	Ayguesvives	ayguesvives	76	31	313	43.4364	1.5951	5
31450	Donneville	donneville	76	31	313	43.4715	1.5483	5
31450	Corronsac	corronsac	76	31	313	43.4736	1.4975	5
31460	Loubens-Lauragais	loubens-lauragais	76	31	313	43.5734	1.7842	5
31460	Saussens	saussens	76	31	313	43.5872	1.7212	5
31460	Albiac	albiac	76	31	313	43.5517	1.7802	5
31460	Caraman	caraman	76	31	313	43.5327	1.76	5
31460	Ségreville	segreville	76	31	313	43.5	1.7333	5
31460	Beauville	beauville	76	31	313	43.4738	1.7741	5
31460	Mourvilles-Basses	mourvilles-basses	76	31	313	43.4857	1.7026	5
31460	Vendine	vendine	76	31	313	43.5896	1.7661	5
31460	Cambiac	cambiac	76	31	313	43.4887	1.7925	5
31460	Mascarville	mascarville	76	31	313	43.5539	1.7587	5
31460	Francarville	francarville	76	31	313	43.5842	1.7492	5
31460	La Salvetat-Lauragais	la-salvetat-lauragais	76	31	313	43.5414	1.7965	5
31460	Toutens	toutens	76	31	313	43.477	1.7441	5
31460	Le Cabanial	le-cabanial	76	31	313	43.5155	1.8758	5
31460	Caragoudes	caragoudes	76	31	313	43.4995	1.7003	5
31460	Prunet	prunet	76	31	313	43.5677	1.7302	5
31460	Maureville	maureville	76	31	313	43.523	1.7031	5
31460	Le Faget	le-faget	76	31	313	43.5676	1.8251	5
31460	Auriac-sur-Vendinelle	auriac-sur-vendinelle	76	31	313	43.5242	1.8264	5
31470	Saiguède	saiguede	76	31	311	43.5287	1.1439	5
31470	Saint-Thomas	saint-thomas	76	31	311	43.5139	1.0815	5
31470	Empeaux	empeaux	76	31	311	43.5305	1.0875	5
31470	Saint-Lys	saint-lys	76	31	311	43.5113	1.1756	5
31470	Fontenilles	fontenilles	76	31	311	43.5529	1.191	5
31470	Fonsorbes	fonsorbes	76	31	311	43.5352	1.2294	5
31470	Bonrepos-sur-Aussonnelle	bonrepos-sur-aussonnelle	76	31	311	43.5458	1.148	5
31470	Bragayrac	bragayrac	76	31	311	43.4819	1.0695	5
31470	Cambernard	cambernard	76	31	311	43.4743	1.1808	5
31470	Sainte-Foy-de-Peyrolières	sainte-foy-de-peyrolieres	76	31	311	43.4926	1.1448	5
31480	Caubiac	caubiac	76	31	313	43.7124	1.0855	5
31480	Le Grès	le-gres	76	31	313	43.7234	1.0995	5
31480	Drudas	drudas	76	31	313	43.7552	1.1003	5
31480	Laréole	lareole	76	31	313	43.7369	1.0234	5
31480	Lagraulet-Saint-Nicolas	lagraulet-saint-nicolas	76	31	313	43.794	1.0796	5
31480	Cox	cox	76	31	313	43.7619	1.042	5
31480	Vignaux	vignaux	76	31	313	43.6837	1.0682	5
31480	Garac	garac	76	31	313	43.6915	1.0904	5
31480	Bellesserre	bellesserre	76	31	313	43.7902	1.1082	5
31480	Cadours	cadours	76	31	313	43.7286	1.0506	5
31480	Cabanac-Séguenville	cabanac-seguenville	76	31	313	43.7948	1.0355	5
31480	Brignemont	brignemont	76	31	313	43.7805	0.9898	5
31480	Puysségur	puyssegur	76	31	313	43.7515	1.057	5
31480	Pelleport	pelleport	76	31	313	43.7395	1.1184	5
31489 CEDEX 4	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31490	Léguevin	leguevin	76	31	313	43.6003	1.2324	5
31490	Brax	brax	76	31	313	43.6179	1.2396	5
31500	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31503 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31504 CEDEX 5	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31505 CEDEX 5	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31506 CEDEX 5	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31507 CEDEX 5	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31510	Antichan-de-Frontignes	antichan-de-frontignes	76	31	312	42.9728	0.6667	5
31510	Luscan	luscan	76	31	312	43.0125	0.622	5
31510	Valcabrère	valcabrere	76	31	312	43.0299	0.5853	5
31510	Labroquère	labroquere	76	31	312	43.0387	0.592	5
31510	Frontignan-de-Comminges	frontignan-de-comminges	76	31	312	42.9709	0.6595	5
31510	Malvezie	malvezie	76	31	312	43	0.6833	5
31510	Ore	ore	76	31	312	42.9752	0.6511	5
31510	Bagiry	bagiry	76	31	312	42.9769	0.6265	5
31510	Cier-de-Rivière	cier-de-riviere	76	31	312	43.0635	0.6329	5
31510	Payssous	payssous	76	31	312	43.0338	0.7128	5
31510	Sauveterre-de-Comminges	sauveterre-de-comminges	76	31	312	43.0333	0.6833	5
31510	Lourde	lourde	76	31	312	42.9844	0.6611	5
31510	Seilhan	seilhan	76	31	312	43.0513	0.5753	5
31510	Mont-de-Galié	mont-de-galie	76	31	312	42.9896	0.6476	5
31510	Saint-Bertrand-de-Comminges	saint-bertrand-de-comminges	76	31	312	43.0271	0.5714	5
31510	Saint-Pé-d’Ardet	saint-pe-d-ardet	76	31	312	42.984	0.6706	5
31510	Génos	genos	76	31	312	43.0005	0.6743	5
31510	Barbazan	barbazan	76	31	312	43.0327	0.6247	5
31510	Galié	galie	76	31	312	42.9896	0.6333	5
31512 CEDEX 5	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31520	Ramonville-Saint-Agne	ramonville-saint-agne	76	31	313	43.5462	1.4749	5
31521 CEDEX	Ramonville-Saint-Agne	ramonville-saint-agne	76	31	313	43.5462	1.4749	5
31522 CEDEX	Ramonville-Saint-Agne	ramonville-saint-agne	76	31	313	43.5462	1.4749	5
31524 CEDEX	Ramonville-Saint-Agne	ramonville-saint-agne	76	31	313	43.5462	1.4749	5
31529 CEDEX	Ramonville-Saint-Agne	ramonville-saint-agne	76	31	313	43.5462	1.4749	5
31530	Bretx	bretx	76	31	313	43.7076	1.1994	5
31530	Saint-Paul-sur-Save	saint-paul-sur-save	76	31	313	43.6988	1.2259	5
31530	Le Castéra	le-castera	76	31	313	43.6735	1.1409	5
31530	Menville	menville	76	31	313	43.6781	1.1953	5
31530	Bellegarde-Sainte-Marie	bellegarde-sainte-marie	76	31	313	43.6833	1.1167	5
31530	Thil	thil	76	31	313	43.7125	1.1584	5
31530	Pradère-les-Bourguets	pradere-les-bourguets	76	31	313	43.6462	1.1618	5
31530	Lévignac	levignac	76	31	313	43.6667	1.2	5
31530	Mérenvielle	merenvielle	76	31	313	43.6275	1.1584	5
31530	Montaigut-sur-Save	montaigut-sur-save	76	31	313	43.6895	1.2313	5
31530	Sainte-Livrade	sainte-livrade	76	31	313	43.6493	1.1045	5
31530	Lasserre	lasserre	76	31	313	43.639	1.1678	5
31540	Montégut-Lauragais	montegut-lauragais	76	31	313	43.4782	1.9246	5
31540	Maurens	maurens	76	31	313	43.4653	1.7946	5
31540	Saint-Félix-Lauragais	saint-felix-lauragais	76	31	313	43.4486	1.8881	5
31540	Nogaret	nogaret	76	31	313	43.4934	1.9293	5
31540	Juzes	juzes	76	31	313	43.4491	1.7898	5
31540	Bélesta-en-Lauragais	belesta-en-lauragais	76	31	313	43.4414	1.8224	5
31540	Saint-Julia	saint-julia	76	31	313	43.4891	1.898	5
31540	Falga	falga	76	31	313	43.478	1.8567	5
31540	Mourvilles-Hautes	mourvilles-hautes	76	31	313	43.4259	1.8168	5
31540	Vaux	vaux	76	31	313	43.456	1.837	5
31540	Roumens	roumens	76	31	313	43.4629	1.9288	5
31550	Cintegabelle	cintegabelle	76	31	311	43.3132	1.5333	5
31550	Aignes	aignes	76	31	313	43.3167	1.6	5
31550	Gaillac-Toulza	gaillac-toulza	76	31	311	43.2554	1.4714	5
31550	Marliac	marliac	76	31	311	43.2278	1.4764	5
31560	Gibel	gibel	76	31	313	43.2937	1.6779	5
31560	Monestrol	monestrol	76	31	313	43.3336	1.6694	5
31560	Nailloux	nailloux	76	31	313	43.3572	1.623	5
31560	Saint-Léon	saint-leon	76	31	313	43.4008	1.5603	5
31560	Seyre	seyre	76	31	313	43.3634	1.6696	5
31560	Calmont	calmont	76	31	313	43.2872	1.6303	5
31560	Caignac	caignac	76	31	313	43.3204	1.7113	5
31560	Montgeard	montgeard	76	31	313	43.3386	1.6334	5
31570	Aurin	aurin	76	31	313	43.5369	1.6845	5
31570	Préserville	preserville	76	31	313	43.5231	1.6259	5
31570	Sainte-Foy-d’Aigrefeuille	sainte-foy-d-aigrefeuille	76	31	313	43.5442	1.6051	5
31570	Vallesvilles	vallesvilles	76	31	313	43.5927	1.6436	5
31570	Lanta	lanta	76	31	313	43.5667	1.6667	5
31570	Bourg-Saint-Bernard	bourg-saint-bernard	76	31	313	43.5998	1.7116	5
31570	Saint-Pierre-de-Lages	saint-pierre-de-lages	76	31	313	43.5729	1.609	5
31570	Tarabel	tarabel	76	31	313	43.5122	1.6764	5
31580	Sédeilhac	sedeilhac	76	31	312	43.1529	0.5566	5
31580	Loudet	loudet	76	31	312	43.1487	0.5726	5
31580	Villeneuve-Lécussan	villeneuve-lecussan	76	31	312	43.1485	0.4982	5
31580	Saint-Plancard	saint-plancard	76	31	312	43.1723	0.577	5
31580	Balesta	balesta	76	31	312	43.2	0.5667	5
31580	Boudrac	boudrac	76	31	312	43.1895	0.5273	5
31580	Lécussan	lecussan	76	31	312	43.1609	0.5002	5
31580	Cazaril-Tambourès	cazaril-tamboures	76	31	312	43.1852	0.5447	5
31580	Larroque	larroque	76	31	312	43.1962	0.6078	5
31589 CEDEX 5	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31590	Lavalette	lavalette	76	31	313	43.6376	1.5959	5
31590	Bonrepos-Riquet	bonrepos-riquet	76	31	313	43.6771	1.6237	5
31590	Gauré	gaure	76	31	313	43.6143	1.6315	5
31590	Saint-Marcel-Paulel	saint-marcel-paulel	76	31	313	43.6623	1.6043	5
31590	Saint-Pierre	saint-pierre	76	31	313	43.6322	1.6508	5
31590	Verfeil	verfeil	76	31	313	43.6578	1.6634	5
31600	Lamasquère	lamasquere	76	31	311	43.4825	1.2462	5
31600	Muret	muret	76	31	311	43.4667	1.35	5
31600	Saint-Clar-de-Rivière	saint-clar-de-riviere	76	31	311	43.4649	1.2165	5
31600	Labastidette	labastidette	76	31	311	43.4595	1.2453	5
31600	Seysses	seysses	76	31	311	43.498	1.3108	5
31600	Eaunes	eaunes	76	31	311	43.4208	1.354	5
31600	Lherm	lherm	76	31	311	43.4313	1.2224	5
31600	Saubens	saubens	76	31	311	43.4798	1.3519	5
31601 CEDEX	Muret	muret	76	31	311	43.4667	1.35	5
31602 CEDEX	Muret	muret	76	31	311	43.4667	1.35	5
31603 CEDEX	Muret	muret	76	31	311	43.4667	1.35	5
31604 CEDEX	Muret	muret	76	31	311	43.4667	1.35	5
31605 CEDEX	Muret	muret	76	31	311	43.4667	1.35	5
31606 CEDEX	Muret	muret	76	31	311	43.4667	1.35	5
31608 CEDEX	Muret	muret	76	31	311	43.4667	1.35	5
31609 CEDEX	Muret	muret	76	31	311	43.4667	1.35	5
31620	Labastide-Saint-Sernin	labastide-saint-sernin	76	31	313	43.7374	1.4699	5
31620	Bouloc	bouloc	76	31	313	43.7816	1.4052	5
31620	Villaudric	villaudric	76	31	313	43.8304	1.4317	5
31620	Gargas	gargas	76	31	313	43.7573	1.4677	5
31620	Cépet	cepet	76	31	313	43.7489	1.4317	5
31620	Castelnau-d'Estrétefonds	castelnau-d-estretefonds	76	31	313	43.7837	1.359	5
31620	Villeneuve-lès-Bouloc	villeneuve-les-bouloc	76	31	313	43.7677	1.4228	5
31620	Saint-Rustice	saint-rustice	76	31	313	43.8064	1.3283	5
31620	Fronton	fronton	76	31	313	43.8393	1.3893	5
31621 CEDEX	Eurocentre	eurocentre	76	31	313	43.771	1.3578	5
31629 CEDEX	Eurocentre	eurocentre	76	31	313	43.771	1.3578	5
31650	Lauzerville	lauzerville	76	31	313	43.5554	1.5651	5
31650	Saint-Orens-de-Gameville	saint-orens-de-gameville	76	31	313	43.554	1.5341	5
31650	Auzielle	auzielle	76	31	313	43.5416	1.5657	5
31660	Buzet-sur-Tarn	buzet-sur-tarn	76	31	313	43.7798	1.633	5
31660	Bessières	bessieres	76	31	313	43.7986	1.6062	5
31670	Labège	labege	76	31	313	43.5304	1.536	5
31671 CEDEX	Labège	labege	76	31	313	43.5304	1.536	5
31672 CEDEX	Labège	labege	76	31	313	43.5304	1.536	5
31673 CEDEX	Labège	labege	76	31	313	43.5304	1.536	5
31674 CEDEX	Labège	labege	76	31	313	43.5304	1.536	5
31675 CEDEX	Labège	labege	76	31	313	43.5304	1.536	5
31676 CEDEX	Labège	labege	76	31	313	43.5304	1.536	5
31677 CEDEX	Labège	labege	76	31	313	43.5304	1.536	5
31678 CEDEX	Labège	labege	76	31	313	43.5304	1.536	5
31679 CEDEX	Labège	labege	76	31	313	43.5304	1.536	5
31681 CEDEX	Labège	labege	76	31	313	43.5304	1.536	5
31682 CEDEX	Labège	labege	76	31	313	43.5304	1.536	5
31683 CEDEX	Labège	labege	76	31	313	43.5304	1.536	5
31685 CEDEX 6	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31689 CEDEX 6	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31692 CEDEX	Labège	labege	76	31	313	43.5304	1.536	5
31700	Beauzelle	beauzelle	76	31	313	43.6671	1.3752	5
31700	Blagnac	blagnac	76	31	313	43.6328	1.394	5
31700	Daux	daux	76	31	313	43.6951	1.2689	5
31700	Mondonville	mondonville	76	31	313	43.673	1.2859	5
31700	Cornebarrieu	cornebarrieu	76	31	313	43.649	1.3241	5
31701 CEDEX	Blagnac	blagnac	76	31	313	43.6328	1.394	5
31702 CEDEX	Blagnac	blagnac	76	31	313	43.6328	1.394	5
31703 CEDEX	Blagnac	blagnac	76	31	313	43.6328	1.394	5
31704 CEDEX	Blagnac	blagnac	76	31	313	43.6328	1.394	5
31705 CEDEX	Blagnac	blagnac	76	31	313	43.6328	1.394	5
31706 CEDEX	Blagnac	blagnac	76	31	313	43.6328	1.394	5
31707 CEDEX	Blagnac	blagnac	76	31	313	43.6328	1.394	5
31708 CEDEX	Blagnac	blagnac	76	31	313	43.6328	1.394	5
31709 CEDEX	Blagnac	blagnac	76	31	313	43.6328	1.394	5
31711 CEDEX	Blagnac	blagnac	76	31	313	43.6328	1.394	5
31712 CEDEX	Blagnac	blagnac	76	31	313	43.6328	1.394	5
31715 CEDEX	Blagnac	blagnac	76	31	313	43.6328	1.394	5
31716 CEDEX	Blagnac	blagnac	76	31	313	43.6328	1.394	5
31750	Escalquens	escalquens	76	31	313	43.5174	1.5589	5
31770	Colomiers	colomiers	76	31	313	43.6106	1.3347	5
31771 CEDEX	Colomiers	colomiers	76	31	313	43.6106	1.3347	5
31772 CEDEX	Colomiers	colomiers	76	31	313	43.6106	1.3347	5
31773 CEDEX	Colomiers	colomiers	76	31	313	43.6106	1.3347	5
31774 CEDEX	Colomiers	colomiers	76	31	313	43.6106	1.3347	5
31776 CEDEX	Colomiers	colomiers	76	31	313	43.6106	1.3347	5
31777 CEDEX	Colomiers	colomiers	76	31	313	43.6106	1.3347	5
31779 CEDEX	Colomiers	colomiers	76	31	313	43.6106	1.3347	5
31780	Castelginest	castelginest	76	31	313	43.6938	1.4344	5
31790	Saint-Jory	saint-jory	76	31	313	43.7415	1.3709	5
31790	Saint-Sauveur	saint-sauveur	76	31	313	43.7483	1.4008	5
31800	Estancarbon	estancarbon	76	31	312	43.1047	0.7858	5
31800	Labarthe-Rivière	labarthe-riviere	76	31	312	43.081	0.6713	5
31800	Saux-et-Pomarède	saux-et-pomarede	76	31	312	43.152	0.7157	5
31800	Lodes	lodes	76	31	312	43.1698	0.6766	5
31800	Valentine	valentine	76	31	312	43.0949	0.7017	5
31800	Saint-Gaudens	saint-gaudens	76	31	312	43.1167	0.7333	5
31800	Pointis-Inard	pointis-inard	76	31	312	43.086	0.8131	5
31800	Landorthe	landorthe	76	31	312	43.1305	0.7856	5
31800	Lalouret-Laffiteau	lalouret-laffiteau	76	31	312	43.1833	0.7	5
31800	Savarthès	savarthes	76	31	312	43.1208	0.8004	5
31800	Villeneuve-de-Rivière	villeneuve-de-riviere	76	31	312	43.1283	0.6635	5
31800	Aspret-Sarrat	aspret-sarrat	76	31	312	43.0678	0.717	5
31800	Régades	regades	76	31	312	43.051	0.7235	5
31800	Saint-Marcet	saint-marcet	76	31	312	43.1969	0.7396	5
31800	Miramont-de-Comminges	miramont-de-comminges	76	31	312	43.0946	0.747	5
31800	Rieucazé	rieucaze	76	31	312	43.077	0.7597	5
31800	Larcan	larcan	76	31	312	43.1759	0.7222	5
31800	Lieoux	lieoux	76	31	312	43.15	0.7667	5
31800	Saint-Ignan	saint-ignan	76	31	312	43.1597	0.6931	5
31800	Latoue	latoue	76	31	312	43.1688	0.7863	5
31800	Labarthe-Inard	labarthe-inard	76	31	312	43.1076	0.8364	5
31801 CEDEX	Saint-Gaudens	saint-gaudens	76	31	312	43.1167	0.7333	5
31802 CEDEX	Saint-Gaudens	saint-gaudens	76	31	312	43.1167	0.7333	5
31803 CEDEX	Saint-Gaudens	saint-gaudens	76	31	312	43.1167	0.7333	5
31804 CEDEX	Saint-Gaudens	saint-gaudens	76	31	312	43.1167	0.7333	5
31805 CEDEX	Saint-Gaudens	saint-gaudens	76	31	312	43.1167	0.7333	5
31806 CEDEX	Saint-Gaudens	saint-gaudens	76	31	312	43.1167	0.7333	5
31807 CEDEX	Saint-Gaudens	saint-gaudens	76	31	312	43.1167	0.7333	5
31809 CEDEX	Saint-Gaudens	saint-gaudens	76	31	312	43.1167	0.7333	5
31810	Vernet	vernet	76	31	311	43.4333	1.4167	5
31810	Clermont-le-Fort	clermont-le-fort	76	31	313	43.4552	1.4198	5
31810	Venerque	venerque	76	31	311	43.4346	1.4459	5
31820	Pibrac	pibrac	76	31	313	43.6204	1.2854	5
31830	Plaisance-du-Touch	plaisance-du-touch	76	31	313	43.5657	1.2975	5
31831 CEDEX	Plaisance-du-Touch	plaisance-du-touch	76	31	313	43.5657	1.2975	5
31832 CEDEX	Plaisance-du-Touch	plaisance-du-touch	76	31	313	43.5657	1.2975	5
31839 CEDEX	Plaisance-du-Touch	plaisance-du-touch	76	31	313	43.5657	1.2975	5
31840	Seilh	seilh	76	31	313	43.6947	1.3551	5
31840	Aussonne	aussonne	76	31	313	43.6816	1.3189	5
31850	Beaupuy	beaupuy	76	31	313	43.6471	1.5552	5
31850	Montrabé	montrabe	76	31	313	43.6448	1.5238	5
31850	Mondouzil	mondouzil	76	31	313	43.6352	1.5567	5
31860	Labarthe-sur-Lèze	labarthe-sur-leze	76	31	311	43.4521	1.3997	5
31860	Villate	villate	76	31	311	43.47	1.3796	5
31860	Pins-Justaret	pins-justaret	76	31	311	43.4799	1.3841	5
31870	Lagardelle-sur-Lèze	lagardelle-sur-leze	76	31	311	43.4114	1.3892	5
31870	Beaumont-sur-Lèze	beaumont-sur-leze	76	31	311	43.381	1.3583	5
31880	La Salvetat-Saint-Gilles	la-salvetat-saint-gilles	76	31	313	43.5762	1.2719	5
31900 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31901 CEDEX 6	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31902 CEDEX 6	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31903 CEDEX 6	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31931 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31945 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31947 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31950 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31957 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31958 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31960 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31962 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
31998 CEDEX	Balma	balma	76	31	313	43.6111	1.4994	5
31999 CEDEX 9	Toulouse	toulouse	76	31	313	43.6043	1.4437	5
32000	Auch	auch	76	32	321	43.6454	0.5879	5
32001 CEDEX	Auch	auch	76	32	321	43.6454	0.5879	5
32002 CEDEX	Auch	auch	76	32	321	43.6454	0.5879	5
32003 CEDEX	Auch	auch	76	32	321	43.6454	0.5879	5
32004 CEDEX	Auch	auch	76	32	321	43.6454	0.5879	5
32005 CEDEX	Auch	auch	76	32	321	43.6454	0.5879	5
32007 CEDEX	Auch	auch	76	32	321	43.6454	0.5879	5
32008 CEDEX	Auch	auch	76	32	321	43.6454	0.5879	5
32009 CEDEX	Auch	auch	76	32	321	43.6454	0.5879	5
32010 CEDEX	Auch	auch	76	32	321	43.6454	0.5879	5
32011 CEDEX	Auch	auch	76	32	321	43.6454	0.5879	5
32012 CEDEX	Auch	auch	76	32	321	43.6454	0.5879	5
32013 CEDEX	Auch	auch	76	32	321	43.6454	0.5879	5
32014 CEDEX	Auch	auch	76	32	321	43.6454	0.5879	5
32016 CEDEX 9	Auch	auch	76	32	321	43.6454	0.5879	5
32017 CEDEX 9	Auch	auch	76	32	321	43.6454	0.5879	5
32018 CEDEX 9	Auch	auch	76	32	321	43.6454	0.5879	5
32019 CEDEX 9	Auch	auch	76	32	321	43.6454	0.5879	5
32020 CEDEX 9	Auch	auch	76	32	321	43.6454	0.5879	5
32021 CEDEX 9	Auch	auch	76	32	321	43.6454	0.5879	5
32022 CEDEX 9	Auch	auch	76	32	321	43.6454	0.5879	5
32100	Larroque-sur-l’Osse	larroque-sur-l-osse	76	32	322	43.9715	0.2759	5
32100	Saint-Orens-Pouy-Petit	saint-orens-pouy-petit	76	32	322	43.9159	0.4327	5
32100	Cassaigne	cassaigne	76	32	322	43.9082	0.3366	5
32100	Condom	condom	76	32	322	43.9582	0.372	5
32100	Larressingle	larressingle	76	32	322	43.9438	0.3116	5
32100	Béraut	beraut	76	32	322	43.9164	0.4051	5
32100	Beaumont	beaumont	76	32	322	43.9463	0.286	5
32100	Castelnau-sur-l’Auvignon	castelnau-sur-l-auvignon	76	32	322	43.9718	0.4571	5
32100	Caussens	caussens	76	32	322	43.9434	0.4243	5
32100	Blaziert	blaziert	76	32	322	43.9347	0.4771	5
32100	Roquepine	roquepine	76	32	322	43.9103	0.4668	5
32110	Arblade-le-Haut	arblade-le-haut	76	32	322	43.757	-0.0731	5
32110	Urgosse	urgosse	76	32	322	43.7367	-0.0235	5
32110	Saint-Martin-d’Armagnac	saint-martin-d-armagnac	76	32	322	43.7151	-0.0663	5
32110	Caupenne-d'Armagnac	caupenne-d-armagnac	76	32	322	43.7879	-0.0672	5
32110	Sorbets	sorbets	76	32	322	43.7217	-0.0169	5
32110	Nogaro	nogaro	76	32	322	43.7586	-0.0329	5
32110	Bétous	betous	76	32	322	43.7137	0.0347	5
32110	Sion	sion	76	32	322	43.7402	0.0101	5
32110	Luppé-Violles	luppe-violles	76	32	322	43.7271	-0.1393	5
32110	Laujuzan	laujuzan	76	32	322	43.803	-0.1187	5
32110	Panjas	panjas	76	32	322	43.8207	-0.0888	5
32110	Magnan	magnan	76	32	322	43.7696	-0.123	5
32110	Loubédat	loubedat	76	32	322	43.7469	0.0261	5
32110	Lanne-Soubiran	lanne-soubiran	76	32	322	43.7434	-0.1095	5
32110	Cravencères	cravenceres	76	32	322	43.7663	0.0383	5
32110	Saint-Griède	saint-griede	76	32	322	43.7258	-0.0885	5
32120	Sainte-Gemme	sainte-gemme	76	32	322	43.7818	0.7999	5
32120	Solomiac	solomiac	76	32	322	43.8054	0.8976	5
32120	Augnax	augnax	76	32	321	43.7231	0.7754	5
32120	Homps	homps	76	32	322	43.81	0.8569	5
32120	Mauvezin	mauvezin	76	32	322	43.7305	0.8781	5
32120	Saint-Antonin	saint-antonin	76	32	322	43.7219	0.8149	5
32120	Bajonnette	bajonnette	76	32	322	43.8087	0.7698	5
32120	Saint-Orens	saint-orens	76	32	322	43.7133	0.9076	5
32120	Labrihe	labrihe	76	32	322	43.7702	0.8757	5
32120	Maravat	maravat	76	32	322	43.7566	0.7519	5
32120	Avensac	avensac	76	32	322	43.8313	0.9029	5
32120	Monfort	monfort	76	32	322	43.7947	0.8233	5
32120	Sérempuy	serempuy	76	32	322	43.7606	0.8238	5
32120	Puycasquier	puycasquier	76	32	321	43.7468	0.7474	5
32120	Saint-Brès	saint-bres	76	32	322	43.7785	0.769	5
32120	Sarrant	sarrant	76	32	322	43.7742	0.9291	5
32120	Mansempuy	mansempuy	76	32	322	43.7376	0.8127	5
32120	Taybosc	taybosc	76	32	322	43.7824	0.7362	5
32129 CEDEX	Mauvezin	mauvezin	76	32	322	43.7305	0.8781	5
32130	Cazaux-Savès	cazaux-saves	76	32	321	43.5418	0.9823	5
32130	Noilhan	noilhan	76	32	321	43.5354	0.9321	5
32130	Pompiac	pompiac	76	32	321	43.5125	1.0088	5
32130	Seysses-Savès	seysses-saves	76	32	321	43.5062	1.0412	5
32130	Pébées	pebees	76	32	321	43.4599	1.0262	5
32130	Bézéril	bezeril	76	32	321	43.5432	0.8778	5
32130	Lahas	lahas	76	32	321	43.5538	0.8906	5
32130	Samatan	samatan	76	32	321	43.4929	0.9298	5
32130	Savignac-Mona	savignac-mona	76	32	321	43.4896	1.0048	5
32130	Polastron	polastron	76	32	321	43.5307	0.8445	5
32130	Monblanc	monblanc	76	32	321	43.4638	0.9904	5
32130	Labastide-Savès	labastide-saves	76	32	321	43.5185	0.981	5
32130	Nizas	nizas	76	32	321	43.4956	1.003	5
32140	Masseube	masseube	76	32	323	43.4298	0.5781	5
32140	Samaran	samaran	76	32	323	43.3907	0.5184	5
32140	Mont-d’Astarac	mont-d-astarac	76	32	323	43.3265	0.5668	5
32140	Lourties-Monbrun	lourties-monbrun	76	32	323	43.4563	0.5389	5
32140	Bellegarde	bellegarde	76	32	323	43.4167	0.6167	5
32140	Sère	sere	76	32	323	43.4125	0.6485	5
32140	Panassac	panassac	76	32	323	43.3863	0.5658	5
32140	Cabas-Loumasses	cabas-loumasses	76	32	323	43.3442	0.6059	5
32140	Chélan	chelan	76	32	323	43.343	0.5495	5
32140	Monlaur-Bernet	monlaur-bernet	76	32	323	43.3517	0.5116	5
32140	Aussos	aussos	76	32	323	43.3741	0.6517	5
32140	Manent-Montane	manent-montane	76	32	323	43.3337	0.6006	5
32140	Arrouède	arrouede	76	32	323	43.3585	0.5842	5
32140	Saint-Blancard	saint-blancard	76	32	323	43.3437	0.6437	5
32140	Esclassan-Labastide	esclassan-labastide	76	32	323	43.4221	0.5588	5
32140	Bézues-Bajon	bezues-bajon	76	32	323	43.384	0.5982	5
32140	Lalanne-Arqué	lalanne-arque	76	32	323	43.3274	0.641	5
32150	Cazaubon	cazaubon	76	32	322	43.9343	-0.0681	5
32150	Marguestau	marguestau	76	32	322	43.8833	-0.0412	5
32150	Larée	laree	76	32	322	43.9061	-0.0504	5
32150	Monclar	monclar	76	32	322	43.9187	-0.1061	5
32160	Tasque	tasque	76	32	323	43.6393	0.02	5
32160	Plaisance	plaisance	76	32	323	43.6044	0.0461	5
32160	Préchac-sur-Adour	prechac-sur-adour	76	32	323	43.603	-0.0011	5
32160	Couloumé-Mondebat	couloume-mondebat	76	32	323	43.6333	0.1	5
32160	Lasserade	lasserade	76	32	323	43.625	0.0645	5
32160	Saint-Aunix-Lengros	saint-aunix-lengros	76	32	323	43.574	0.044	5
32160	Beaumarchés	beaumarches	76	32	323	43.5833	0.0833	5
32160	Galiax	galiax	76	32	323	43.6141	0.016	5
32160	Jû-Belloc	ju-belloc	76	32	323	43.5835	0.0063	5
32160	Tieste-Uragnoux	tieste-uragnoux	76	32	323	43.547	0.0366	5
32170	Marseillan	marseillan	76	32	323	43.4868	0.3158	5
32170	Duffort	duffort	76	32	323	43.3432	0.4116	5
32170	Sarraguzan	sarraguzan	76	32	323	43.3563	0.3377	5
32170	Miélan	mielan	76	32	323	43.4305	0.3079	5
32170	Mont-de-Marrast	mont-de-marrast	76	32	323	43.3823	0.3593	5
32170	Laguian-Mazous	laguian-mazous	76	32	323	43.4167	0.2667	5
32170	Tillac	tillac	76	32	323	43.4736	0.2741	5
32170	Barcugnan	barcugnan	76	32	323	43.379	0.4075	5
32170	Aux-Aussat	aux-aussat	76	32	323	43.4389	0.2634	5
32170	Sadeillan	sadeillan	76	32	323	43.3932	0.3449	5
32170	Monpardiac	monpardiac	76	32	323	43.4628	0.243	5
32170	Laas	laas	76	32	323	43.4693	0.3073	5
32170	Sainte-Dode	sainte-dode	76	32	323	43.4212	0.362	5
32170	Estampes	estampes	76	32	323	43.3942	0.2755	5
32170	Castex	castex	76	32	323	43.3767	0.31	5
32170	Manas-Bastanous	manas-bastanous	76	32	323	43.3709	0.3616	5
32170	Bazugues	bazugues	76	32	323	43.4465	0.3432	5
32190	Cazaux-d’Anglès	cazaux-d-angles	76	32	321	43.6579	0.2613	5
32190	Séailles	seailles	76	32	322	43.7484	0.1218	5
32190	Dému	demu	76	32	322	43.7651	0.1676	5
32190	Lannepax	lannepax	76	32	322	43.8003	0.2278	5
32190	Bascous	bascous	76	32	322	43.7961	0.145	5
32190	Saint-Jean-Poutge	saint-jean-poutge	76	32	321	43.7257	0.3781	5
32190	Justian	justian	76	32	321	43.8134	0.3039	5
32190	Callian	callian	76	32	321	43.6269	0.2783	5
32190	Marambat	marambat	76	32	321	43.7718	0.3137	5
32190	Tudelle	tudelle	76	32	321	43.6772	0.2921	5
32190	Rozès	rozes	76	32	321	43.8062	0.371	5
32190	Belmont	belmont	76	32	321	43.6882	0.24	5
32190	Castillon-Debats	castillon-debats	76	32	321	43.7288	0.2172	5
32190	Saint-Paul-de-Baïse	saint-paul-de-baise	76	32	321	43.774	0.3708	5
32190	Vic-Fezensac	vic-fezensac	76	32	321	43.7718	0.3137	5
32190	Mourède	mourede	76	32	321	43.8036	0.2932	5
32190	Préneron	preneron	76	32	321	43.727	0.277	5
32190	Caillavet	caillavet	76	32	321	43.7118	0.3324	5
32190	Roquebrune	roquebrune	76	32	321	43.7197	0.2999	5
32200	Juilles	juilles	76	32	321	43.6	0.8333	5
32200	Saint-André	saint-andre	76	32	321	43.5625	0.8556	5
32200	Sainte-Marie	sainte-marie	76	32	321	43.6602	0.8748	5
32200	Giscaro	giscaro	76	32	321	43.6064	0.928	5
32200	Saint-Caprais	saint-caprais	76	32	321	43.5933	0.7873	5
32200	Montiron	montiron	76	32	321	43.5848	0.848	5
32200	Maurens	maurens	76	32	321	43.5946	0.9165	5
32200	Escornebœuf	escorneb-uf	76	32	321	43.65	0.9	5
32200	Saint-Germier	saint-germier	76	32	322	43.6667	0.95	5
32200	Gimont	gimont	76	32	321	43.6263	0.8766	5
32200	Catonvielle	catonvielle	76	32	322	43.6588	0.9624	5
32201 CEDEX	Gimont	gimont	76	32	321	43.6263	0.8766	5
32209 CEDEX	Gimont	gimont	76	32	321	43.6263	0.8766	5
32220	Lombez	lombez	76	32	321	43.475	0.9112	5
32220	Montpézat	montpezat	76	32	321	43.3936	0.968	5
32220	Gaujac	gaujac	76	32	321	43.4783	0.8325	5
32220	Laymont	laymont	76	32	321	43.4221	0.9865	5
32220	Espaon	espaon	76	32	321	43.4181	0.8667	5
32220	Puylausic	puylausic	76	32	321	43.4487	0.9339	5
32220	Montadet	montadet	76	32	321	43.4311	0.9113	5
32220	Saint-Loube	saint-loube	76	32	321	43.4333	0.9833	5
32220	Montamat	montamat	76	32	321	43.4852	0.8444	5
32220	Cadeillan	cadeillan	76	32	321	43.4206	0.8468	5
32220	Sauvimont	sauvimont	76	32	321	43.4481	0.9676	5
32220	Saint-Soulan	saint-soulan	76	32	321	43.5088	0.8579	5
32220	Sauveterre	sauveterre	76	32	321	43.4567	0.8571	5
32220	Garravet	garravet	76	32	321	43.4144	0.9138	5
32220	Saint-Lizier-du-Planté	saint-lizier-du-plante	76	32	321	43.4144	0.9512	5
32220	Montégut-Savès	montegut-saves	76	32	321	43.4418	0.9589	5
32220	Mongausy	mongausy	76	32	321	43.5084	0.8055	5
32230	Tourdun	tourdun	76	32	323	43.5463	0.1453	5
32230	Ladevèze-Rivière	ladeveze-riviere	76	32	323	43.55	0.076	5
32230	Courties	courties	76	32	323	43.563	0.148	5
32230	Blousson-Sérian	blousson-serian	76	32	323	43.4667	0.2	5
32230	Pallanne	pallanne	76	32	323	43.5057	0.2483	5
32230	Peyrusse-Vieille	peyrusse-vieille	76	32	321	43.6292	0.1804	5
32230	Gazax-et-Baccarisse	gazax-et-baccarisse	76	32	321	43.6062	0.1919	5
32230	Armentieux	armentieux	76	32	323	43.5127	0.0983	5
32230	Troncens	troncens	76	32	323	43.4623	0.2121	5
32230	Cazaux-Villecomtal	cazaux-villecomtal	76	32	323	43.4502	0.1721	5
32230	Ladevèze-Ville	ladeveze-ville	76	32	323	43.5434	0.0634	5
32230	Louslitges	louslitges	76	32	323	43.5935	0.1624	5
32230	Laveraët	laveraet	76	32	323	43.5291	0.2123	5
32230	Saint-Justin	saint-justin	76	32	323	43.4839	0.1521	5
32230	Monlezun	monlezun	76	32	323	43.5007	0.2114	5
32230	Ricourt	ricourt	76	32	323	43.4873	0.1755	5
32230	Juillac	juillac	76	32	323	43.5402	0.126	5
32230	Marciac	marciac	76	32	323	43.5232	0.1609	5
32230	Mascaras	mascaras	76	32	323	43.5434	0.23	5
32230	Scieurac-et-Flourès	scieurac-et-floures	76	32	323	43.5599	0.2065	5
32230	Armous-et-Cau	armous-et-cau	76	32	323	43.5624	0.1721	5
32230	Sembouès	semboues	76	32	323	43.4613	0.1642	5
32240	Lias-d’Armagnac	lias-d-armagnac	76	32	322	43.8639	-0.0729	5
32240	Estang	estang	76	32	322	43.8663	-0.1074	5
32240	Castex-d'Armagnac	castex-d-armagnac	76	32	322	43.85	-0.1667	5
32240	Toujouse	toujouse	76	32	322	43.8331	-0.1802	5
32240	Monguilhem	monguilhem	76	32	322	43.855	-0.18	5
32240	Maupas	maupas	76	32	322	43.8511	-0.1439	5
32240	Monlezun-d’Armagnac	monlezun-d-armagnac	76	32	322	43.8244	-0.1469	5
32240	Lannemaignan	lannemaignan	76	32	322	43.8958	-0.2027	5
32240	Mauléon-d’Armagnac	mauleon-d-armagnac	76	32	322	43.9028	-0.1531	5
32240	Mormès	mormes	76	32	322	43.7962	-0.1528	5
32250	Castelnau d'Auzan Labarrère	castelnau-d-auzan-labarrere	76	32	322	43.9483	0.0858	5
32250	Labarrère	labarrere	76	32	322	43.9595	0.1481	5
32250	Montréal	montreal	76	32	322	43.9502	0.2036	5
32250	Fourcès	fources	76	32	322	43.9926	0.2311	5
32260	Sansan	sansan	76	32	323	43.5333	0.6167	5
32260	Pouy-Loubrin	pouy-loubrin	76	32	323	43.4667	0.6167	5
32260	Tachoires	tachoires	76	32	323	43.47	0.6667	5
32260	Moncorneil-Grazan	moncorneil-grazan	76	32	323	43.4519	0.6522	5
32260	Lamaguère	lamaguere	76	32	323	43.4906	0.6736	5
32260	Orbessan	orbessan	76	32	323	43.5421	0.6091	5
32260	Durban	durban	76	32	323	43.5377	0.5775	5
32260	Monferran-Plavès	monferran-plaves	76	32	323	43.4912	0.6383	5
32260	Seissan	seissan	76	32	323	43.4921	0.5925	5
32260	Labarthe	labarthe	76	32	323	43.4746	0.5812	5
32260	Ornézan	ornezan	76	32	323	43.5109	0.6023	5
32270	Ansan	ansan	76	32	321	43.6898	0.7731	5
32270	Lussan	lussan	76	32	321	43.6248	0.7343	5
32270	Blanquefort	blanquefort	76	32	321	43.6745	0.8165	5
32270	Aubiet	aubiet	76	32	321	43.6463	0.7844	5
32270	Crastes	crastes	76	32	321	43.7238	0.7305	5
32270	L’Isle-Arné	l-isle-arne	76	32	321	43.61	0.7678	5
32270	Saint-Sauvy	saint-sauvy	76	32	321	43.6942	0.8204	5
32270	Nougaroulet	nougaroulet	76	32	321	43.6931	0.7307	5
32270	Marsan	marsan	76	32	321	43.6569	0.7183	5
32290	Castelnavet	castelnavet	76	32	323	43.6744	0.1313	5
32290	Lupiac	lupiac	76	32	321	43.6817	0.1813	5
32290	Pouydraguin	pouydraguin	76	32	323	43.6542	0.0335	5
32290	Aignan	aignan	76	32	323	43.6979	0.0847	5
32290	Loussous-Débat	loussous-debat	76	32	323	43.6529	0.0734	5
32290	Bouzon-Gellenave	bouzon-gellenave	76	32	323	43.7059	0.0107	5
32290	Sabazan	sabazan	76	32	323	43.7046	0.0471	5
32290	Margouët-Meymes	margouet-meymes	76	32	323	43.7167	0.1	5
32290	Saint-Pierre-d'Aubézies	saint-pierre-d-aubezies	76	32	321	43.65	0.1667	5
32290	Avéron-Bergelle	averon-bergelle	76	32	323	43.7442	0.0705	5
32300	Cuélas	cuelas	76	32	323	43.3512	0.4528	5
32300	Saint-Maur	saint-maur	76	32	323	43.4833	0.3333	5
32300	Ponsampère	ponsampere	76	32	323	43.4545	0.3765	5
32300	Saint-Michel	saint-michel	76	32	323	43.4333	0.4167	5
32300	Clermont-Pouyguilles	clermont-pouyguilles	76	32	323	43.4703	0.5225	5
32300	Estipouy	estipouy	76	32	323	43.5495	0.3781	5
32300	Moncassin	moncassin	76	32	323	43.4551	0.4826	5
32300	Monclar-sur-Losse	monclar-sur-losse	76	32	323	43.5281	0.337	5
32300	Saint-Médard	saint-medard	76	32	323	43.4886	0.4581	5
32300	Saint-Arroman	saint-arroman	76	32	323	43.4375	0.5194	5
32300	Labéjan	labejan	76	32	323	43.5375	0.4997	5
32300	L’Isle-de-Noé	l-isle-de-noe	76	32	323	43.5886	0.4144	5
32300	Miramont-d’Astarac	miramont-d-astarac	76	32	323	43.5444	0.4666	5
32300	Bars	bars	76	32	323	43.5109	0.2946	5
32300	Belloc-Saint-Clamens	belloc-saint-clamens	76	32	323	43.4573	0.4373	5
32300	Sauviac	sauviac	76	32	323	43.4042	0.4537	5
32300	Idrac-Respailles	idrac-respailles	76	32	323	43.524	0.4577	5
32300	Saint-Ost	saint-ost	76	32	323	43.3765	0.4667	5
32300	Sainte-Aurence-Cazaux	sainte-aurence-cazaux	76	32	323	43.374	0.4213	5
32300	Loubersan	loubersan	76	32	323	43.4972	0.4961	5
32300	Mouchès	mouches	76	32	323	43.5575	0.4102	5
32300	Saint-Élix-Theux	saint-elix-theux	76	32	323	43.4279	0.4684	5
32300	Ponsan-Soubiran	ponsan-soubiran	76	32	323	43.35	0.4833	5
32300	Lagarde-Hachan	lagarde-hachan	76	32	323	43.4045	0.4937	5
32300	Mirande	mirande	76	32	323	43.5167	0.4167	5
32300	Saint-Martin	saint-martin	76	32	323	43.5059	0.3754	5
32300	Berdoues	berdoues	76	32	323	43.4821	0.4081	5
32300	Montaut	montaut	76	32	323	43.3941	0.4198	5
32300	Lamazère	lamazere	76	32	323	43.556	0.4514	5
32300	Aujan-Mournède	aujan-mournede	76	32	323	43.3823	0.5013	5
32300	Viozan	viozan	76	32	323	43.3942	0.4763	5
32310	Bezolles	bezolles	76	32	321	43.8229	0.3507	5
32310	Maignaut-Tauzia	maignaut-tauzia	76	32	322	43.8833	0.4	5
32310	Lagardère	lagardere	76	32	322	43.8406	0.3282	5
32310	Valence-sur-Baïse	valence-sur-baise	76	32	322	43.8827	0.3811	5
32310	Saint-Puy	saint-puy	76	32	322	43.8769	0.4635	5
32310	Mansencôme	mansencome	76	32	322	43.8715	0.3398	5
32310	Roques	roques	76	32	321	43.8481	0.2976	5
32320	Montesquiou	montesquiou	76	32	323	43.5787	0.3298	5
32320	Saint-Christaud	saint-christaud	76	32	323	43.5298	0.2599	5
32320	Bassoues	bassoues	76	32	323	43.5792	0.2464	5
32320	Peyrusse-Grande	peyrusse-grande	76	32	321	43.6333	0.2167	5
32320	Pouylebon	pouylebon	76	32	323	43.547	0.2944	5
32320	Riguepeu	riguepeu	76	32	321	43.6486	0.3435	5
32320	Castelnau-d’Anglès	castelnau-d-angles	76	32	323	43.6075	0.2939	5
32320	Bazian	bazian	76	32	321	43.6694	0.3223	5
32330	Lauraët	lauraet	76	32	322	43.9341	0.2497	5
32330	Courrensan	courrensan	76	32	322	43.8489	0.2438	5
32330	Lagraulet-du-Gers	lagraulet-du-gers	76	32	322	43.9028	0.2128	5
32330	Mouchan	mouchan	76	32	322	43.9037	0.2995	5
32330	Gondrin	gondrin	76	32	322	43.8847	0.2374	5
32340	Plieux	plieux	76	32	322	43.9507	0.7333	5
32340	Flamarens	flamarens	76	32	322	44.0172	0.7924	5
32340	Miradoux	miradoux	76	32	322	43.9985	0.7564	5
32340	Castet-Arrouy	castet-arrouy	76	32	322	43.9797	0.7151	5
32340	Peyrecave	peyrecave	76	32	322	43.9976	0.8199	5
32340	Saint-Antoine	saint-antoine	76	32	322	44.0358	0.8403	5
32340	Gimbrède	gimbrede	76	32	322	44.0399	0.7181	5
32350	Barran	barran	76	32	323	43.6178	0.4433	5
32350	Mirannes	mirannes	76	32	321	43.6181	0.3805	5
32350	Ordan-Larroque	ordan-larroque	76	32	321	43.6864	0.459	5
32350	Saint-Arailles	saint-arailles	76	32	321	43.6264	0.3584	5
32350	Le Brouilh-Monbert	le-brouilh-monbert	76	32	323	43.6667	0.3833	5
32350	Biran	biran	76	32	321	43.6944	0.4173	5
32360	Mérens	merens	76	32	321	43.7516	0.5374	5
32360	Saint-Lary	saint-lary	76	32	321	43.7205	0.4971	5
32360	Peyrusse-Massas	peyrusse-massas	76	32	321	43.737	0.5517	5
32360	Castillon-Massas	castillon-massas	76	32	321	43.7181	0.5436	5
32360	Jegun	jegun	76	32	321	43.7667	0.4667	5
32360	Antras	antras	76	32	321	43.7275	0.4489	5
32360	Lavardens	lavardens	76	32	321	43.7605	0.5121	5
32370	Espas	espas	76	32	322	43.781	0.0722	5
32370	Manciet	manciet	76	32	322	43.8	0.0431	5
32370	Sainte-Christie-d’Armagnac	sainte-christie-d-armagnac	76	32	322	43.7846	-0.0093	5
32370	Salles-d’Armagnac	salles-d-armagnac	76	32	322	43.811	-0.0392	5
32370	Bourrouillan	bourrouillan	76	32	322	43.8196	-0.0136	5
32380	Pessoulens	pessoulens	76	32	322	43.8528	0.8767	5
32380	Saint-Créac	saint-creac	76	32	322	43.9215	0.801	5
32380	Cadeilhan	cadeilhan	76	32	322	43.8277	0.7709	5
32380	Saint-Léonard	saint-leonard	76	32	322	43.8589	0.7677	5
32380	Bivès	bives	76	32	322	43.8326	0.8042	5
32380	Estramiac	estramiac	76	32	322	43.8357	0.848	5
32380	Gaudonville	gaudonville	76	32	322	43.8842	0.8449	5
32380	Saint-Clar	saint-clar	76	32	322	43.8905	0.7699	5
32380	L’Isle-Bouzon	l-isle-bouzon	76	32	322	43.9276	0.7283	5
32380	Tournecoupe	tournecoupe	76	32	322	43.863	0.8113	5
32380	Avezan	avezan	76	32	322	43.8761	0.7961	5
32380	Castéron	casteron	76	32	322	43.8926	0.8631	5
32380	Magnas	magnas	76	32	322	43.8904	0.7229	5
32380	Mauroux	mauroux	76	32	322	43.9111	0.8113	5
32390	Sainte-Christie	sainte-christie	76	32	321	43.757	0.634	5
32390	Tourrenquets	tourrenquets	76	32	321	43.7525	0.6884	5
32390	Montestruc-sur-Gers	montestruc-sur-gers	76	32	322	43.7938	0.6294	5
32390	Réjaumont	rejaumont	76	32	322	43.8135	0.5506	5
32390	Miramont-Latour	miramont-latour	76	32	322	43.7733	0.6827	5
32390	Gavarret-sur-Aulouste	gavarret-sur-aulouste	76	32	322	43.7667	0.65	5
32390	Préchac	prechac	76	32	322	43.7902	0.5746	5
32390	Puységur	puysegur	76	32	322	43.7759	0.603	5
32390	Mirepoix	mirepoix	76	32	321	43.7436	0.67	5
32390	Roquefort	roquefort	76	32	321	43.7603	0.6014	5
32400	Lannux	lannux	76	32	323	43.647	-0.2208	5
32400	Verlus	verlus	76	32	323	43.5977	-0.1893	5
32400	Saint-Germé	saint-germe	76	32	323	43.6806	-0.1416	5
32400	Sarragachies	sarragachies	76	32	323	43.683	-0.0536	5
32400	Fustérouau	fusterouau	76	32	323	43.6836	0.0118	5
32400	Riscle	riscle	76	32	323	43.6563	-0.0861	5
32400	Caumont	caumont	76	32	323	43.6885	-0.1104	5
32400	Aurensan	aurensan	76	32	323	43.6178	-0.2071	5
32400	Tarsac	tarsac	76	32	323	43.6679	-0.112	5
32400	Maumusson-Laguian	maumusson-laguian	76	32	323	43.6094	-0.1015	5
32400	Saint-Mont	saint-mont	76	32	323	43.6517	-0.153	5
32400	Cannet	cannet	76	32	323	43.6118	-0.0635	5
32400	Ségos	segos	76	32	323	43.6246	-0.259	5
32400	Corneillan	corneillan	76	32	323	43.6571	-0.1794	5
32400	Maulichères	maulicheres	76	32	323	43.6892	-0.0891	5
32400	Termes-d’Armagnac	termes-d-armagnac	76	32	323	43.6709	-0.0107	5
32400	Labarthète	labarthete	76	32	323	43.629	-0.1571	5
32400	Goux	goux	76	32	323	43.614	-0.0222	5
32400	Izotges	izotges	76	32	323	43.6518	-0.0109	5
32400	Lelin-Lapujolle	lelin-lapujolle	76	32	323	43.7167	-0.15	5
32400	Cahuzac-sur-Adour	cahuzac-sur-adour	76	32	323	43.6333	-0.0167	5
32400	Bernède	bernede	76	32	323	43.6682	-0.2186	5
32400	Projan	projan	76	32	323	43.5962	-0.2349	5
32400	Viella	viella	76	32	323	43.5987	-0.1391	5
32410	Beaucaire	beaucaire	76	32	322	43.8363	0.3833	5
32410	Bonas	bonas	76	32	321	43.7786	0.4127	5
32410	Ayguetinte	ayguetinte	76	32	321	43.8333	0.4333	5
32410	Castéra-Verduzan	castera-verduzan	76	32	321	43.8055	0.4306	5
32410	Larroque-Saint-Sernin	larroque-saint-sernin	76	32	322	43.8254	0.464	5
32410	Cézan	cezan	76	32	322	43.8125	0.499	5
32420	Gaujan	gaujan	76	32	321	43.4078	0.7236	5
32420	Simorre	simorre	76	32	321	43.4511	0.7351	5
32420	Monties	monties	76	32	323	43.3833	0.6667	5
32420	Sarcos	sarcos	76	32	323	43.377	0.6861	5
32420	Villefranche	villefranche	76	32	321	43.4223	0.7276	5
32420	Betcave-Aguin	betcave-aguin	76	32	321	43.441	0.6901	5
32420	Meilhan	meilhan	76	32	323	43.4223	0.684	5
32420	Tournan	tournan	76	32	321	43.4316	0.7849	5
32420	Monbardon	monbardon	76	32	323	43.3818	0.7078	5
32420	Pellefigue	pellefigue	76	32	321	43.4739	0.7921	5
32420	Sabaillan	sabaillan	76	32	321	43.4412	0.8116	5
32430	Saint-Georges	saint-georges	76	32	322	43.7324	0.9279	5
32430	Thoux	thoux	76	32	322	43.6817	0.9929	5
32430	Ardizas	ardizas	76	32	322	43.7151	1.0011	5
32430	Saint-Cricq	saint-cricq	76	32	322	43.6994	0.9967	5
32430	Roquelaure-Saint-Aubin	roquelaure-saint-aubin	76	32	322	43.6681	0.9811	5
32430	Touget	touget	76	32	322	43.6895	0.9146	5
32430	Sirac	sirac	76	32	322	43.7089	0.9499	5
32430	Cologne	cologne	76	32	322	43.7221	0.9775	5
32430	Encausse	encausse	76	32	322	43.6988	1.0393	5
32430	Sainte-Anne	sainte-anne	76	32	322	43.7333	0.9667	5
32440	Castelnau d'Auzan Labarrère	castelnau-d-auzan-labarrere	76	32	322	43.9483	0.0858	5
32440	Castelnau-d’Auzan	castelnau-d-auzan	76	32	322	43.9476	0.0865	5
32450	Lartigue	lartigue	76	32	321	43.5298	0.72	5
32450	Aurimont	aurimont	76	32	321	43.572	0.8206	5
32450	Traversères	traverseres	76	32	323	43.5353	0.6491	5
32450	Saramon	saramon	76	32	321	43.5232	0.7635	5
32450	Saint-Martin-Gimois	saint-martin-gimois	76	32	321	43.5185	0.807	5
32450	Sémézies-Cachan	semezies-cachan	76	32	321	43.5084	0.7311	5
32450	Boulaur	boulaur	76	32	321	43.5408	0.7752	5
32450	Faget-Abbatial	faget-abbatial	76	32	323	43.5	0.7	5
32450	Bédéchan	bedechan	76	32	321	43.5726	0.799	5
32450	Castelnau-Barbarens	castelnau-barbarens	76	32	321	43.5749	0.7242	5
32450	Saint-Élix	saint-elix	76	32	321	43.4923	0.7729	5
32450	Tirent-Pontejac	tirent-pontejac	76	32	321	43.5418	0.7919	5
32460	Le Houga	le-houga	76	32	322	43.7746	-0.1783	5
32460	Perchède	perchede	76	32	322	43.7806	-0.1286	5
32480	Saint-Martin-de-Goyne	saint-martin-de-goyne	76	32	322	44	0.6333	5
32480	Gazaupouy	gazaupouy	76	32	322	44.0081	0.4504	5
32480	Ligardes	ligardes	76	32	322	44.0405	0.4819	5
32480	Berrac	berrac	76	32	322	44.013	0.5497	5
32480	Larroque-Engalin	larroque-engalin	76	32	322	43.9833	0.6167	5
32480	La Romieu	la-romieu	76	32	322	43.9821	0.4998	5
32480	Pouy-Roquelaure	pouy-roquelaure	76	32	322	44.0371	0.5189	5
32490	Frégouville	fregouville	76	32	321	43.5881	0.9539	5
32490	Monferran-Savès	monferran-saves	76	32	321	43.5982	0.9804	5
32490	Castillon-Savès	castillon-saves	76	32	321	43.5689	0.9833	5
32490	Marestaing	marestaing	76	32	321	43.579	1.0194	5
32500	Céran	ceran	76	32	322	43.8173	0.6873	5
32500	Pauilhac	pauilhac	76	32	322	43.8764	0.6127	5
32500	Fleurance	fleurance	76	32	322	43.8482	0.663	5
32500	Pis	pis	76	32	322	43.7833	0.7089	5
32500	Lamothe-Goas	lamothe-goas	76	32	322	43.8635	0.5567	5
32500	Lalanne	lalanne	76	32	322	43.7962	0.6835	5
32500	Sainte-Radegonde	sainte-radegonde	76	32	322	43.8365	0.5876	5
32500	Urdens	urdens	76	32	322	43.8565	0.701	5
32500	Goutz	goutz	76	32	322	43.804	0.7339	5
32500	La Sauvetat	la-sauvetat	76	32	322	43.8535	0.5264	5
32500	Brugnens	brugnens	76	32	322	43.8407	0.731	5
32500	Castelnau-d’Arbieu	castelnau-d-arbieu	76	32	322	43.8833	0.7052	5
32501 CEDEX	Fleurance	fleurance	76	32	322	43.8482	0.663	5
32502 CEDEX	Fleurance	fleurance	76	32	322	43.8482	0.663	5
32505 CEDEX	Fleurance	fleurance	76	32	322	43.8482	0.663	5
32509 CEDEX	Fleurance	fleurance	76	32	322	43.8482	0.663	5
32550	Lasséran	lasseran	76	32	323	43.5919	0.5322	5
32550	Boucagnères	boucagneres	76	32	323	43.5613	0.6109	5
32550	Haulies	haulies	76	32	323	43.5552	0.6667	5
32550	Lasseube-Propre	lasseube-propre	76	32	323	43.5762	0.5967	5
32550	Montégut	montegut	76	32	321	43.651	0.6494	5
32550	Auterive	auterive	76	32	321	43.5824	0.6138	5
32550	Pavie	pavie	76	32	321	43.6097	0.5914	5
32550	Pessan	pessan	76	32	321	43.6211	0.6478	5
32550	Saint-Jean-le-Comtal	saint-jean-le-comtal	76	32	323	43.577	0.5183	5
32600	Pujaudran	pujaudran	76	32	321	43.5895	1.1498	5
32600	Monbrun	monbrun	76	32	322	43.6625	1.0239	5
32600	Beaupuy	beaupuy	76	32	321	43.6442	1.0065	5
32600	L’Isle-Jourdain	l-isle-jourdain	76	32	321	43.6122	1.0822	5
32600	Auradé	aurade	76	32	321	43.566	1.0579	5
32600	Clermont-Savès	clermont-saves	76	32	321	43.6169	1.0303	5
32600	Lias	lias	76	32	321	43.5621	1.1346	5
32600	Razengues	razengues	76	32	321	43.6421	0.9952	5
32600	Ségoufielle	segoufielle	76	32	321	43.6314	1.1316	5
32600	Endoufielle	endoufielle	76	32	321	43.55	1.0167	5
32700	Saint-Avit-Frandat	saint-avit-frandat	76	32	322	43.9773	0.6524	5
32700	Castéra-Lectourois	castera-lectourois	76	32	322	43.9756	0.6098	5
32700	Marsolan	marsolan	76	32	322	43.9432	0.5407	5
32700	Pergain-Taillac	pergain-taillac	76	32	322	44.0589	0.5875	5
32700	Lagarde	lagarde	76	32	322	43.9646	0.5571	5
32700	Lectoure	lectoure	76	32	322	43.9346	0.6211	5
32700	Sempesserre	sempesserre	76	32	322	44.0159	0.6484	5
32700	Terraube	terraube	76	32	322	43.906	0.5521	5
32700	Mas-d’Auvignon	mas-d-auvignon	76	32	322	43.8908	0.5036	5
32700	Saint-Mézard	saint-mezard	76	32	322	44.0318	0.5589	5
32700	Sainte-Mère	sainte-mere	76	32	322	44.0046	0.6692	5
32720	Barcelonne-du-Gers	barcelonne-du-gers	76	32	323	43.7036	-0.2362	5
32720	Arblade-le-Bas	arblade-le-bas	76	32	323	43.7068	-0.1768	5
32720	Vergoignan	vergoignan	76	32	323	43.7183	-0.198	5
32720	Gée-Rivière	gee-riviere	76	32	323	43.6732	-0.1813	5
32730	Haget	haget	76	32	323	43.4198	0.1634	5
32730	Malabat	malabat	76	32	323	43.4342	0.1847	5
32730	Villecomtal-sur-Arros	villecomtal-sur-arros	76	32	323	43.4	0.2	5
32730	Montégut-Arros	montegut-arros	76	32	323	43.3751	0.2141	5
32730	Betplan	betplan	76	32	323	43.4134	0.2	5
32730	Beccas	beccas	76	32	323	43.4309	0.1528	5
32800	Cazeneuve	cazeneuve	76	32	322	43.8862	0.1616	5
32800	Ayzieu	ayzieu	76	32	322	43.8501	-0.0167	5
32800	Campagne-d’Armagnac	campagne-d-armagnac	76	32	322	43.8639	-0.0013	5
32800	Noulens	noulens	76	32	322	43.8099	0.1664	5
32800	Bretagne-d’Armagnac	bretagne-d-armagnac	76	32	322	43.8868	0.1394	5
32800	Ramouzens	ramouzens	76	32	322	43.8134	0.1854	5
32800	Réans	reans	76	32	322	43.8602	0.032	5
32800	Eauze	eauze	76	32	322	43.8606	0.102	5
32810	Roquelaure	roquelaure	76	32	321	43.7189	0.5777	5
32810	Lahitte	lahitte	76	32	321	43.6596	0.6805	5
32810	Montaut-les-Créneaux	montaut-les-creneaux	76	32	321	43.7	0.65	5
32810	Leboulin	leboulin	76	32	321	43.6667	0.6667	5
32810	Castin	castin	76	32	321	43.6902	0.5457	5
32810	Preignan	preignan	76	32	321	43.7118	0.6261	5
32810	Duran	duran	76	32	321	43.6684	0.565	5
34000	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34001 CEDEX 1	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34002 CEDEX 1	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34003 CEDEX 1	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34004 CEDEX 1	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34006 CEDEX 1	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34007 CEDEX 1	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34008 CEDEX 1	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34009 CEDEX 1	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34010 CEDEX 1	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34011 CEDEX 1	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34012 CEDEX 1	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34023 CEDEX 1	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34024 CEDEX 1	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34025 CEDEX 1	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34026 CEDEX 1	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34027 CEDEX 1	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34028 CEDEX 1	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34030 CEDEX 1	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34032 CEDEX 1	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34033 CEDEX 1	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34034 CEDEX 1	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34035 CEDEX 1	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34037 CEDEX 1	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34038 CEDEX 1	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34039 CEDEX 1	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34040 CEDEX 1	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34041 CEDEX 1	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34042 CEDEX 1	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34043 CEDEX 1	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34045 CEDEX 1	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34046 CEDEX 1	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34048 CEDEX 1	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34049 CEDEX 1	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34051 CEDEX 1	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34053 CEDEX 1	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34054 CEDEX 1	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34055 CEDEX 1	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34056 CEDEX 1	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34058 CEDEX 1	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34060 CEDEX 2	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34061 CEDEX 2	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34062 CEDEX 2	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34063 CEDEX 2	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34064 CEDEX 2	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34065 CEDEX 2	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34066 CEDEX 2	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34067 CEDEX 2	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34068 CEDEX 2	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34070	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34071 CEDEX 3	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34072 CEDEX 3	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34073 CEDEX 3	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34074 CEDEX 3	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34075 CEDEX 3	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34076 CEDEX 3	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34077 CEDEX 3	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34078 CEDEX 3	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34079 CEDEX 3	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34080	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34082 CEDEX 4	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34083 CEDEX 4	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34085 CEDEX 4	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34086 CEDEX 4	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34087 CEDEX 4	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34089 CEDEX 4	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34090	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34091 CEDEX 5	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34092 CEDEX 5	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34093 CEDEX 5	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34094 CEDEX 5	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34095 CEDEX 5	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34096 CEDEX 5	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34097 CEDEX 5	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34098 CEDEX 5	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34099 CEDEX 5	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34110	Frontignan	frontignan	76	34	343	43.4485	3.754	5
34110	Mireval	mireval	76	34	343	43.5086	3.8017	5
34110	Vic-la-Gardiole	vic-la-gardiole	76	34	343	43.4908	3.7975	5
34111 CEDEX	Frontignan	frontignan	76	34	343	43.4485	3.754	5
34112 CEDEX	Frontignan	frontignan	76	34	343	43.4485	3.754	5
34113 CEDEX	Frontignan	frontignan	76	34	343	43.4485	3.754	5
34114 CEDEX	Frontignan	frontignan	76	34	343	43.4485	3.754	5
34115 CEDEX	Frontignan	frontignan	76	34	343	43.4485	3.754	5
34116 CEDEX	Frontignan	frontignan	76	34	343	43.4485	3.754	5
34117 CEDEX	Frontignan	frontignan	76	34	343	43.4485	3.754	5
34118 CEDEX	Frontignan	frontignan	76	34	343	43.4485	3.754	5
34119 CEDEX	Frontignan	frontignan	76	34	343	43.4485	3.754	5
34120	Tourbes	tourbes	76	34	341	43.4461	3.3785	5
34120	Nézignan-l’Évêque	nezignan-l-eveque	76	34	341	43.4215	3.4069	5
34120	Pézenas	pezenas	76	34	341	43.4595	3.4238	5
34120	Castelnau-de-Guers	castelnau-de-guers	76	34	341	43.434	3.4371	5
34120	Lézignan-la-Cèbe	lezignan-la-cebe	76	34	341	43.4937	3.4371	5
34120	Cazouls-d’Hérault	cazouls-d-herault	76	34	341	43.5064	3.4581	5
34130	Saint-Aunès	saint-aunes	76	34	343	43.6408	3.9658	5
34130	Valergues	valergues	76	34	343	43.6682	4.0612	5
34130	Mudaison	mudaison	76	34	343	43.6333	4.0333	5
34130	Mauguio	mauguio	76	34	343	43.6181	4.0074	5
34130	Lansargues	lansargues	76	34	343	43.6516	4.0749	5
34130	Candillargues	candillargues	76	34	343	43.6205	4.0692	5
34131 CEDEX	Mauguio	mauguio	76	34	343	43.6181	4.0074	5
34132 CEDEX	Mauguio	mauguio	76	34	343	43.6181	4.0074	5
34137 CEDEX	Mauguio	mauguio	76	34	343	43.6181	4.0074	5
34138 CEDEX	Mauguio	mauguio	76	34	343	43.6181	4.0074	5
34139 CEDEX	Mauguio	mauguio	76	34	343	43.6181	4.0074	5
34140	Bouzigues	bouzigues	76	34	343	43.4481	3.6578	5
34140	Mèze	meze	76	34	343	43.425	3.6059	5
34140	Loupian	loupian	76	34	343	43.4489	3.6138	5
34150	La Boissière	la-boissiere	76	34	342	43.6629	3.644	5
34150	Arboras	arboras	76	34	342	43.7085	3.485	5
34150	Puéchabon	puechabon	76	34	342	43.7152	3.6171	5
34150	Montpeyroux	montpeyroux	76	34	342	43.6959	3.5054	5
34150	Saint-Jean-de-Fos	saint-jean-de-fos	76	34	342	43.701	3.5517	5
34150	Gignac	gignac	76	34	342	43.652	3.5509	5
34150	Saint-Guilhem-le-Désert	saint-guilhem-le-desert	76	34	342	43.7333	3.55	5
34150	Lagamas	lagamas	76	34	342	43.6726	3.5224	5
34150	Aniane	aniane	76	34	342	43.6845	3.5875	5
34160	Montaud	montaud	76	34	343	43.752	3.9563	5
34160	Campagne	campagne	76	34	343	43.7886	4.0285	5
34160	Saint-Bauzille-de-Montmel	saint-bauzille-de-montmel	76	34	342	43.7705	3.9549	5
34160	Sussargues	sussargues	76	34	343	43.7125	4.0031	5
34160	Galargues	galargues	76	34	343	43.7714	4.0219	5
34160	Garrigues	garrigues	76	34	343	43.7956	4.0147	5
34160	Castries	castries	76	34	343	43.6797	3.9822	5
34160	Saint-Hilaire-de-Beauvoir	saint-hilaire-de-beauvoir	76	34	342	43.7569	4.0144	5
34160	Restinclières	restinclieres	76	34	343	43.7225	4.0348	5
34160	Beaulieu	beaulieu	76	34	343	43.7286	4.0219	5
34160	Saussines	saussines	76	34	343	43.7617	4.0557	5
34160	Saint-Jean-de-Cornies	saint-jean-de-cornies	76	34	342	43.745	4.0017	5
34160	Saint-Geniès-des-Mourgues	saint-genies-des-mourgues	76	34	343	43.6978	4.0361	5
34160	Saint-Drézéry	saint-drezery	76	34	343	43.7299	3.9762	5
34160	Buzignargues	buzignargues	76	34	342	43.7711	4.0056	5
34160	Boisseron	boisseron	76	34	343	43.758	4.0797	5
34170	Castelnau-le-Lez	castelnau-le-lez	76	34	343	43.6333	3.9	5
34171 CEDEX	Castelnau-le-Lez	castelnau-le-lez	76	34	343	43.6333	3.9	5
34172 CEDEX	Castelnau-le-Lez	castelnau-le-lez	76	34	343	43.6333	3.9	5
34173 CEDEX	Castelnau-le-Lez	castelnau-le-lez	76	34	343	43.6333	3.9	5
34174 CEDEX	Castelnau-le-Lez	castelnau-le-lez	76	34	343	43.6333	3.9	5
34178 CEDEX	Castelnau-le-Lez	castelnau-le-lez	76	34	343	43.6333	3.9	5
34179 CEDEX	Castelnau-le-Lez	castelnau-le-lez	76	34	343	43.6333	3.9	5
34181 CEDEX 4	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34183 CEDEX 4	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34184 CEDEX 4	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34186 CEDEX 4	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34187 CEDEX 4	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34190	Saint-Bauzille-de-Putois	saint-bauzille-de-putois	76	34	342	43.8945	3.7358	5
34190	Cazilhac	cazilhac	76	34	342	43.9203	3.7029	5
34190	Saint-Maurice-Navacelles	saint-maurice-navacelles	76	34	342	43.847	3.5187	5
34190	Saint-André-de-Buèges	saint-andre-de-bueges	76	34	342	43.8474	3.6617	5
34190	Moulès-et-Baucels	moules-et-baucels	76	34	342	43.9454	3.7215	5
34190	Ferrières-les-Verreries	ferrieres-les-verreries	76	34	342	43.8771	3.796	5
34190	Gorniès	gornies	76	34	342	43.8903	3.6278	5
34190	Brissac	brissac	76	34	342	43.8781	3.7034	5
34190	Agonès	agones	76	34	342	43.9029	3.7265	5
34190	Ganges	ganges	76	34	342	43.9338	3.7078	5
34190	Laroque	laroque	76	34	342	43.9232	3.724	5
34190	Montoulieu	montoulieu	76	34	342	43.9241	3.7912	5
34191 CEDEX 5	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34192 CEDEX 5	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34193 CEDEX 5	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34194 CEDEX 5	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34195 CEDEX 5	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34196 CEDEX 5	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34197 CEDEX 5	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34198 CEDEX 5	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34199 CEDEX 5	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34200	Sète	sete	76	34	343	43.4028	3.6928	5
34201 CEDEX	Sète	sete	76	34	343	43.4028	3.6928	5
34202 CEDEX	Sète	sete	76	34	343	43.4028	3.6928	5
34203 CEDEX	Sète	sete	76	34	343	43.4028	3.6928	5
34204 CEDEX	Sète	sete	76	34	343	43.4028	3.6928	5
34207 CEDEX	Sète	sete	76	34	343	43.4028	3.6928	5
34209 CEDEX	Sète	sete	76	34	343	43.4028	3.6928	5
34210	Cesseras	cesseras	76	34	341	43.3252	2.7147	5
34210	Oupia	oupia	76	34	341	43.2901	2.7662	5
34210	Minerve	minerve	76	34	341	43.3535	2.7444	5
34210	La Livinière	la-liviniere	76	34	341	43.3161	2.6361	5
34210	Cassagnoles	cassagnoles	76	34	341	43.3833	2.6333	5
34210	Aigne	aigne	76	34	341	43.3318	2.7956	5
34210	Félines-Minervois	felines-minervois	76	34	341	43.3292	2.6001	5
34210	Azillanet	azillanet	76	34	341	43.3242	2.7375	5
34210	Siran	siran	76	34	341	43.3132	2.6613	5
34210	Ferrals-les-Montagnes	ferrals-les-montagnes	76	34	341	43.4014	2.6305	5
34210	Olonzac	olonzac	76	34	341	43.2829	2.731	5
34210	Aigues-Vives	aigues-vives	76	34	341	43.3381	2.8171	5
34210	Beaufort	beaufort	76	34	341	43.2969	2.7561	5
34210	Agel	agel	76	34	341	43.3375	2.8534	5
34210	La Caunette	la-caunette	76	34	341	43.3528	2.7802	5
34220	Boisset	boisset	76	34	341	43.4021	2.7051	5
34220	Courniou	courniou	76	34	341	43.4743	2.7112	5
34220	Rieussec	rieussec	76	34	341	43.4169	2.7395	5
34220	Riols	riols	76	34	341	43.5046	2.7935	5
34220	Verreries-de-Moussans	verreries-de-moussans	76	34	341	43.4467	2.6847	5
34220	Saint-Pons-de-Thomières	saint-pons-de-thomieres	76	34	341	43.4833	2.7667	5
34220	Vélieux	velieux	76	34	341	43.3861	2.733	5
34230	Campagnan	campagnan	76	34	342	43.5365	3.4966	5
34230	Adissan	adissan	76	34	341	43.5342	3.4267	5
34230	Paulhan	paulhan	76	34	342	43.5394	3.4576	5
34230	Popian	popian	76	34	342	43.6182	3.5345	5
34230	Pouzols	pouzols	76	34	342	43.6176	3.514	5
34230	Le Pouget	le-pouget	76	34	342	43.5919	3.5242	5
34230	Saint-Pons-de-Mauchiens	saint-pons-de-mauchiens	76	34	341	43.5129	3.515	5
34230	Tressan	tressan	76	34	342	43.5736	3.4908	5
34230	Bélarga	belarga	76	34	342	43.5521	3.4867	5
34230	Saint-Pargoire	saint-pargoire	76	34	342	43.5277	3.5187	5
34230	Usclas-d'Hérault	usclas-d-herault	76	34	342	43.5167	3.4833	5
34230	Vendémian	vendemian	76	34	342	43.5807	3.5619	5
34230	Plaissan	plaissan	76	34	342	43.5575	3.5262	5
34230	Saint-Bauzille-de-la-Sylve	saint-bauzille-de-la-sylve	76	34	342	43.6168	3.5443	5
34230	Puilacher	puilacher	76	34	342	43.5661	3.507	5
34230	Aumelas	aumelas	76	34	342	43.603	3.5977	5
34240	Lamalou-les-Bains	lamalou-les-bains	76	34	341	43.5979	3.0805	5
34240	Combes	combes	76	34	341	43.6026	3.0444	5
34250	Palavas-les-Flots	palavas-les-flots	76	34	343	43.5281	3.9271	5
34260	La Tour-sur-Orb	la-tour-sur-orb	76	34	341	43.6519	3.1507	5
34260	Avène	avene	76	34	341	43.7571	3.0998	5
34260	Camplong	camplong	76	34	341	43.6724	3.1189	5
34260	Le Bousquet-d’Orb	le-bousquet-d-orb	76	34	341	43.6924	3.1675	5
34260	Graissessac	graissessac	76	34	341	43.6784	3.0955	5
34260	Saint-Étienne-Estréchoux	saint-etienne-estrechoux	76	34	341	43.6634	3.1049	5
34260	Ceilhes-et-Rocozels	ceilhes-et-rocozels	76	34	341	43.8035	3.1106	5
34261 CEDEX 2	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34262 CEDEX 2	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34263 CEDEX 2	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34264 CEDEX 2	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34265 CEDEX 2	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34266 CEDEX 2	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34267 CEDEX 2	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34270	Saint-Mathieu-de-Tréviers	saint-mathieu-de-treviers	76	34	342	43.768	3.8581	5
34270	Lauret	lauret	76	34	342	43.8351	3.8843	5
34270	Le Triadou	le-triadou	76	34	342	43.7391	3.8523	5
34270	Fontanès	fontanes	76	34	342	43.7953	3.915	5
34270	Saint-Jean-de-Cuculles	saint-jean-de-cuculles	76	34	342	43.7499	3.8343	5
34270	Sauteyrargues	sauteyrargues	76	34	342	43.837	3.9186	5
34270	Cazevieille	cazevieille	76	34	342	43.7685	3.7877	5
34270	Sainte-Croix-de-Quintillargues	sainte-croix-de-quintillargues	76	34	342	43.7718	3.9084	5
34270	Valflaunès	valflaunes	76	34	342	43.8001	3.8723	5
34270	Claret	claret	76	34	342	43.8624	3.9052	5
34270	Les Matelles	les-matelles	76	34	342	43.7291	3.8136	5
34270	Vacquières	vacquieres	76	34	342	43.8444	3.9454	5
34274 CEDEX 3	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34280	La Grande-Motte	la-grande-motte	76	34	343	43.5667	4.0833	5
34280	Mauguio	mauguio	76	34	343	43.6181	4.0074	5
34290	Valros	valros	76	34	341	43.4196	3.3651	5
34290	Alignan-du-Vent	alignan-du-vent	76	34	341	43.4695	3.3416	5
34290	Coulobres	coulobres	76	34	341	43.4491	3.2772	5
34290	Servian	servian	76	34	341	43.4272	3.3003	5
34290	Abeilhan	abeilhan	76	34	341	43.4493	3.2953	5
34290	Espondeilhan	espondeilhan	76	34	341	43.4414	3.264	5
34290	Lieuran-lès-Béziers	lieuran-les-beziers	76	34	341	43.4186	3.2372	5
34290	Bassan	bassan	76	34	341	43.4106	3.254	5
34290	Montblanc	montblanc	76	34	341	43.3949	3.3675	5
34293 CEDEX 5	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34294 CEDEX 5	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34295 CEDEX 5	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34296 CEDEX 5	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34297 CEDEX 5	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34298 CEDEX 5	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34299 CEDEX 5	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34300	Agde	agde	76	34	341	43.3108	3.4758	5
34301 CEDEX	Agde	agde	76	34	341	43.3108	3.4758	5
34302 CEDEX	Agde	agde	76	34	341	43.3108	3.4758	5
34303 CEDEX	Agde	agde	76	34	341	43.3108	3.4758	5
34304 CEDEX	Agde	agde	76	34	341	43.3108	3.4758	5
34305 CEDEX	Agde	agde	76	34	341	43.3108	3.4758	5
34307 CEDEX	Agde	agde	76	34	341	43.3108	3.4758	5
34309 CEDEX	Agde	agde	76	34	341	43.3108	3.4758	5
34310	Montady	montady	76	34	341	43.3359	3.1278	5
34310	Cruzy	cruzy	76	34	341	43.3554	2.941	5
34310	Montels	montels	76	34	341	43.2947	3.0308	5
34310	Poilhes	poilhes	76	34	341	43.3167	3.0833	5
34310	Montouliers	montouliers	76	34	341	43.3383	2.9069	5
34310	Capestang	capestang	76	34	341	43.3279	3.0445	5
34310	Quarante	quarante	76	34	341	43.3471	2.9623	5
34320	Roujan	roujan	76	34	341	43.5049	3.3107	5
34320	Fontès	fontes	76	34	342	43.5398	3.3799	5
34320	Nizas	nizas	76	34	341	43.5135	3.408	5
34320	Neffiès	neffies	76	34	341	43.5333	3.3333	5
34320	Vailhan	vailhan	76	34	341	43.5532	3.3022	5
34320	Montesquieu	montesquieu	76	34	341	43.5552	3.2538	5
34320	Margon	margon	76	34	341	43.4863	3.3059	5
34320	Gabian	gabian	76	34	341	43.5133	3.2736	5
34320	Fos	fos	76	34	341	43.5664	3.2457	5
34320	Roquessels	roquessels	76	34	341	43.5509	3.2228	5
34330	Cambon-et-Salvergues	cambon-et-salvergues	76	34	341	43.6177	2.8577	5
34330	Fraisse-sur-Agout	fraisse-sur-agout	76	34	341	43.6	2.8167	5
34330	Le Soulié	le-soulie	76	34	341	43.5515	2.6896	5
34330	La Salvetat-sur-Agout	la-salvetat-sur-agout	76	34	341	43.6	2.7167	5
34340	Marseillan	marseillan	76	34	343	43.3562	3.528	5
34350	Valras-Plage	valras-plage	76	34	341	43.2481	3.2903	5
34350	Vendres	vendres	76	34	341	43.2698	3.2234	5
34360	Babeau-Bouldoux	babeau-bouldoux	76	34	341	43.4362	2.9104	5
34360	Saint-Chinian	saint-chinian	76	34	341	43.4224	2.9464	5
34360	Berlou	berlou	76	34	341	43.491	2.9601	5
34360	Saint-Jean-de-Minervois	saint-jean-de-minervois	76	34	341	43.3853	2.8319	5
34360	Prades-sur-Vernazobre	prades-sur-vernazobre	76	34	341	43.4473	2.9865	5
34360	Villespassans	villespassans	76	34	341	43.3815	2.9143	5
34360	Pierrerue	pierrerue	76	34	341	43.4258	2.9747	5
34360	Assignan	assignan	76	34	341	43.3977	2.8875	5
34360	Pardailhan	pardailhan	76	34	341	43.451	2.8468	5
34360	Ferrières-Poussarou	ferrieres-poussarou	76	34	341	43.4829	2.8885	5
34360	Cébazan	cebazan	76	34	341	43.4054	2.9739	5
34370	Maraussan	maraussan	76	34	341	43.369	3.1564	5
34370	Creissan	creissan	76	34	341	43.3752	3.012	5
34370	Maureilhan	maureilhan	76	34	341	43.35	3.1167	5
34370	Cazouls-lès-Béziers	cazouls-les-beziers	76	34	341	43.3922	3.101	5
34380	Pégairolles-de-Buèges	pegairolles-de-bueges	76	34	342	43.8054	3.5873	5
34380	Notre-Dame-de-Londres	notre-dame-de-londres	76	34	342	43.8265	3.7762	5
34380	Rouet	rouet	76	34	342	43.812	3.8132	5
34380	Argelliers	argelliers	76	34	342	43.699	3.6718	5
34380	Saint-Martin-de-Londres	saint-martin-de-londres	76	34	342	43.7904	3.7307	5
34380	Mas-de-Londres	mas-de-londres	76	34	342	43.7841	3.7558	5
34380	Causse-de-la-Selle	causse-de-la-selle	76	34	342	43.8047	3.647	5
34380	Viols-en-Laval	viols-en-laval	76	34	342	43.7535	3.725	5
34380	Saint-Jean-de-Buèges	saint-jean-de-bueges	76	34	342	43.8283	3.6177	5
34380	Viols-le-Fort	viols-le-fort	76	34	342	43.743	3.704	5
34390	Saint-Vincent-d'Olargues	saint-vincent-d-olargues	76	34	341	43.55	2.8833	5
34390	Vieussan	vieussan	76	34	341	43.5393	2.9762	5
34390	Mons	mons	76	34	341	43.5708	2.9568	5
34390	Olargues	olargues	76	34	341	43.5569	2.9145	5
34390	Saint-Étienne-d’Albagnan	saint-etienne-d-albagnan	76	34	341	43.5317	2.8576	5
34390	Prémian	premian	76	34	341	43.5244	2.831	5
34390	Saint-Martin-de-l’Arçon	saint-martin-de-l-arcon	76	34	341	43.5728	2.985	5
34390	Colombières-sur-Orb	colombieres-sur-orb	76	34	341	43.5833	3	5
34390	Saint-Julien	saint-julien	76	34	341	43.5667	2.9167	5
34391 CEDEX 5	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34392 CEDEX 5	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34393 CEDEX 5	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34394 CEDEX 5	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34396 CEDEX 5	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34397 CEDEX 5	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34398 CEDEX 5	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34399 CEDEX 5	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34400	Saint-Sériès	saint-series	76	34	343	43.7333	4.1	5
34400	Saturargues	saturargues	76	34	343	43.7225	4.113	5
34400	Villetelle	villetelle	76	34	343	43.731	4.1366	5
34400	Lunel-Viel	lunel-viel	76	34	343	43.6789	4.0925	5
34400	Lunel	lunel	76	34	343	43.6778	4.1361	5
34400	Saint-Christol	saint-christol	76	34	343	43.7281	4.0799	5
34400	Saint-Just	saint-just	76	34	343	43.6581	4.1147	5
34400	Vérargues	verargues	76	34	343	43.7167	4.1	5
34400	Saint-Nazaire-de-Pézan	saint-nazaire-de-pezan	76	34	343	43.6439	4.1197	5
34401 CEDEX	Lunel	lunel	76	34	343	43.6778	4.1361	5
34402 CEDEX	Lunel	lunel	76	34	343	43.6778	4.1361	5
34403 CEDEX	Lunel	lunel	76	34	343	43.6778	4.1361	5
34404 CEDEX	Lunel	lunel	76	34	343	43.6778	4.1361	5
34409 CEDEX	Lunel	lunel	76	34	343	43.6778	4.1361	5
34410	Sérignan	serignan	76	34	341	43.2787	3.2771	5
34410	Sauvian	sauvian	76	34	341	43.2929	3.2602	5
34420	Villeneuve-lès-Béziers	villeneuve-les-beziers	76	34	341	43.3152	3.2806	5
34420	Portiragnes	portiragnes	76	34	341	43.3046	3.3337	5
34420	Cers	cers	76	34	341	43.3235	3.3045	5
34430	Saint-Jean-de-Védas	saint-jean-de-vedas	76	34	343	43.5776	3.826	5
34431 CEDEX	Saint-Jean-de-Védas	saint-jean-de-vedas	76	34	343	43.5776	3.826	5
34433 CEDEX	Saint-Jean-de-Védas	saint-jean-de-vedas	76	34	343	43.5776	3.826	5
34434 CEDEX	Saint-Jean-de-Védas	saint-jean-de-vedas	76	34	343	43.5776	3.826	5
34435 CEDEX	Saint-Jean-de-Védas	saint-jean-de-vedas	76	34	343	43.5776	3.826	5
34438 CEDEX	Saint-Jean-de-Védas	saint-jean-de-vedas	76	34	343	43.5776	3.826	5
34439 CEDEX	Saint-Jean-de-Védas	saint-jean-de-vedas	76	34	343	43.5776	3.826	5
34440	Colombiers	colombiers	76	34	341	43.3142	3.1395	5
34440	Nissan-lez-Enserune	nissan-lez-enserune	76	34	341	43.2896	3.1271	5
34450	Vias	vias	76	34	341	43.3116	3.4177	5
34450	Portiragnes	portiragnes	76	34	341	43.3046	3.3337	5
34460	Roquebrun	roquebrun	76	34	341	43.5003	3.0237	5
34460	Cessenon-sur-Orb	cessenon-sur-orb	76	34	341	43.4501	3.0515	5
34460	Cazedarnes	cazedarnes	76	34	341	43.4225	3.0248	5
34470	Pérols	perols	76	34	343	43.5631	3.952	5
34473 CEDEX	Pérols	perols	76	34	343	43.5631	3.952	5
34477 CEDEX	Pérols	perols	76	34	343	43.5631	3.952	5
34480	Saint-Geniès-de-Fontedit	saint-genies-de-fontedit	76	34	341	43.4667	3.1833	5
34480	Fouzilhon	fouzilhon	76	34	341	43.5016	3.242	5
34480	Puimisson	puimisson	76	34	341	43.4378	3.2056	5
34480	Autignac	autignac	76	34	341	43.499	3.1692	5
34480	Cabrerolles	cabrerolles	76	34	341	43.5442	3.1253	5
34480	Puissalicon	puissalicon	76	34	341	43.4583	3.2369	5
34480	Laurens	laurens	76	34	341	43.5224	3.1971	5
34480	Pouzolles	pouzolles	76	34	341	43.4833	3.2795	5
34480	Magalas	magalas	76	34	341	43.471	3.2234	5
34490	Corneilhan	corneilhan	76	34	341	43.3996	3.1915	5
34490	Murviel-lès-Béziers	murviel-les-beziers	76	34	341	43.4333	3.1333	5
34490	Saint-Nazaire-de-Ladarez	saint-nazaire-de-ladarez	76	34	341	43.5091	3.0763	5
34490	Causses-et-Veyran	causses-et-veyran	76	34	341	43.4742	3.0863	5
34490	Pailhès	pailhes	76	34	341	43.4306	3.185	5
34490	Lignan-sur-Orb	lignan-sur-orb	76	34	341	43.3846	3.1689	5
34490	Thézan-lès-Béziers	thezan-les-beziers	76	34	341	43.4167	3.1667	5
34500	Béziers	beziers	76	34	341	43.3412	3.214	5
34501 CEDEX	Béziers	beziers	76	34	341	43.3412	3.214	5
34502 CEDEX	Béziers	beziers	76	34	341	43.3412	3.214	5
34503 CEDEX	Béziers	beziers	76	34	341	43.3412	3.214	5
34504 CEDEX	Béziers	beziers	76	34	341	43.3412	3.214	5
34505 CEDEX	Béziers	beziers	76	34	341	43.3412	3.214	5
34506 CEDEX	Béziers	beziers	76	34	341	43.3412	3.214	5
34507 CEDEX	Béziers	beziers	76	34	341	43.3412	3.214	5
34508 CEDEX	Béziers	beziers	76	34	341	43.3412	3.214	5
34510	Florensac	florensac	76	34	341	43.383	3.4664	5
34513 CEDEX	Béziers	beziers	76	34	341	43.3412	3.214	5
34514 CEDEX	Béziers	beziers	76	34	341	43.3412	3.214	5
34515 CEDEX	Béziers	beziers	76	34	341	43.3412	3.214	5
34516 CEDEX	Béziers	beziers	76	34	341	43.3412	3.214	5
34517 CEDEX	Béziers	beziers	76	34	341	43.3412	3.214	5
34518 CEDEX	Béziers	beziers	76	34	341	43.3412	3.214	5
34520	La Vacquerie-et-Saint-Martin-de-Castries	la-vacquerie-et-saint-martin-de-castries	76	34	342	43.789	3.46	5
34520	Saint-Pierre-de-la-Fage	saint-pierre-de-la-fage	76	34	342	43.7942	3.4252	5
34520	Le Caylar	le-caylar	76	34	342	43.8625	3.3186	5
34520	Saint-Félix-de-l'Héras	saint-felix-de-l-heras	76	34	342	43.8351	3.3017	5
34520	Saint-Michel	saint-michel	76	34	342	43.8563	3.3867	5
34520	Saint-Maurice-Navacelles	saint-maurice-navacelles	76	34	342	43.847	3.5187	5
34520	Le Cros	le-cros	76	34	342	43.8667	3.3667	5
34520	Sorbs	sorbs	76	34	342	43.894	3.4005	5
34520	Les Rives	les-rives	76	34	342	43.8423	3.2691	5
34521 CEDEX	Béziers	beziers	76	34	341	43.3412	3.214	5
34522 CEDEX	Béziers	beziers	76	34	341	43.3412	3.214	5
34523 CEDEX	Béziers	beziers	76	34	341	43.3412	3.214	5
34524 CEDEX	Béziers	beziers	76	34	341	43.3412	3.214	5
34525 CEDEX	Béziers	beziers	76	34	341	43.3412	3.214	5
34526 CEDEX	Béziers	beziers	76	34	341	43.3412	3.214	5
34529 CEDEX	Béziers	beziers	76	34	341	43.3412	3.214	5
34530	Aumes	aumes	76	34	341	43.4661	3.4629	5
34530	Montagnac	montagnac	76	34	341	43.4809	3.4831	5
34534 CEDEX	Béziers	beziers	76	34	341	43.3412	3.214	5
34535 CEDEX	Béziers	beziers	76	34	341	43.3412	3.214	5
34536 CEDEX	Béziers	beziers	76	34	341	43.3412	3.214	5
34537 CEDEX	Béziers	beziers	76	34	341	43.3412	3.214	5
34539 CEDEX	Béziers	beziers	76	34	341	43.3412	3.214	5
34540	Balaruc-le-Vieux	balaruc-le-vieux	76	34	343	43.4614	3.6853	5
34540	Balaruc-les-Bains	balaruc-les-bains	76	34	343	43.4417	3.6778	5
34543 CEDEX	Béziers	beziers	76	34	341	43.3412	3.214	5
34544 CEDEX	Béziers	beziers	76	34	341	43.3412	3.214	5
34545 CEDEX	Béziers	beziers	76	34	341	43.3412	3.214	5
34550	Bessan	bessan	76	34	341	43.362	3.4229	5
34560	Villeveyrac	villeveyrac	76	34	343	43.501	3.6072	5
34560	Montbazin	montbazin	76	34	343	43.5167	3.6967	5
34560	Poussan	poussan	76	34	343	43.4894	3.6708	5
34564 CEDEX	Béziers	beziers	76	34	341	43.3412	3.214	5
34570	Saussan	saussan	76	34	343	43.5722	3.775	5
34570	Montarnaud	montarnaud	76	34	342	43.6474	3.6969	5
34570	Pignan	pignan	76	34	343	43.5837	3.7598	5
34570	Vailhauquès	vailhauques	76	34	342	43.6716	3.7204	5
34570	Murviel-lès-Montpellier	murviel-les-montpellier	76	34	343	43.6053	3.7375	5
34570	Saint-Paul-et-Valmalle	saint-paul-et-valmalle	76	34	342	43.6272	3.6756	5
34590	Marsillargues	marsillargues	76	34	343	43.6642	4.1745	5
34600	Villemagne-l'Argentière	villemagne-l-argentiere	76	34	341	43.6167	3.1333	5
34600	Le Pradal	le-pradal	76	34	341	43.6258	3.1021	5
34600	Hérépian	herepian	76	34	341	43.593	3.116	5
34600	Bédarieux	bedarieux	76	34	341	43.6155	3.1571	5
34600	Pézènes-les-Mines	pezenes-les-mines	76	34	341	43.5833	3.25	5
34600	Taussac-la-Billière	taussac-la-billiere	76	34	341	43.6224	3.089	5
34600	Le Poujol-sur-Orb	le-poujol-sur-orb	76	34	341	43.5792	3.0616	5
34600	Carlencas-et-Levas	carlencas-et-levas	76	34	341	43.6308	3.2241	5
34600	Les Aires	les-aires	76	34	341	43.5813	3.104	5
34600	Faugères	faugeres	76	34	341	43.5657	3.1896	5
34600	Caussiniojouls	caussiniojouls	76	34	341	43.5513	3.1524	5
34610	Rosis	rosis	76	34	341	43.6212	3.0027	5
34610	Castanet-le-Haut	castanet-le-haut	76	34	341	43.6667	2.9667	5
34610	Saint-Geniès-de-Varensal	saint-genies-de-varensal	76	34	341	43.6781	3.0001	5
34610	Saint-Gervais-sur-Mare	saint-gervais-sur-mare	76	34	341	43.6524	3.0413	5
34620	Puisserguier	puisserguier	76	34	341	43.3677	3.0405	5
34630	Saint-Thibéry	saint-thibery	76	34	341	43.3966	3.4177	5
34650	Lunas	lunas	76	34	341	43.7073	3.1923	5
34650	Romiguières	romiguieres	76	34	342	43.817	3.229	5
34650	Brenas	brenas	76	34	341	43.651	3.253	5
34650	Dio-et-Valquières	dio-et-valquieres	76	34	341	43.6692	3.2116	5
34650	Roqueredonde	roqueredonde	76	34	342	43.7999	3.2128	5
34650	Joncels	joncels	76	34	341	43.7339	3.195	5
34660	Cournonsec	cournonsec	76	34	343	43.5494	3.7056	5
34660	Cournonterral	cournonterral	76	34	343	43.5589	3.72	5
34670	Saint-Brès	saint-bres	76	34	343	43.6674	4.031	5
34670	Baillargues	baillargues	76	34	343	43.6627	4.0168	5
34671 CEDEX	Vendargues	vendargues	76	34	343	43.6583	3.97	5
34680	Saint-Georges-d'Orques	saint-georges-d-orques	76	34	343	43.6114	3.7814	5
34690	Fabrègues	fabregues	76	34	343	43.5506	3.7764	5
34700	Usclas-du-Bosc	usclas-du-bosc	76	34	342	43.706	3.3963	5
34700	Olmet-et-Villecun	olmet-et-villecun	76	34	342	43.7067	3.3098	5
34700	Saint-Étienne-de-Gourgas	saint-etienne-de-gourgas	76	34	342	43.7704	3.3786	5
34700	Le Bosc	le-bosc	76	34	342	43.709	3.3858	5
34700	Lavalette	lavalette	76	34	342	43.6896	3.2717	5
34700	Le Puech	le-puech	76	34	342	43.6951	3.3155	5
34700	Fozières	fozieres	76	34	342	43.7532	3.3575	5
34700	Saint-Jean-de-la-Blaquière	saint-jean-de-la-blaquiere	76	34	342	43.7141	3.4228	5
34700	Celles	celles	76	34	342	43.6612	3.3401	5
34700	Lauroux	lauroux	76	34	342	43.7769	3.2895	5
34700	Lodève	lodeve	76	34	342	43.7167	3.3167	5
34700	Soumont	soumont	76	34	342	43.7287	3.3536	5
34700	Pégairolles-de-l'Escalette	pegairolles-de-l-escalette	76	34	342	43.8024	3.3229	5
34700	Poujols	poujols	76	34	342	43.7651	3.3242	5
34700	Les Plans	les-plans	76	34	342	43.753	3.2763	5
34700	Soubès	soubes	76	34	342	43.7676	3.3465	5
34700	Saint-Privat	saint-privat	76	34	342	43.754	3.4264	5
34701 CEDEX	Lodève	lodeve	76	34	342	43.7167	3.3167	5
34702 CEDEX	Lodève	lodeve	76	34	342	43.7167	3.3167	5
34710	Lespignan	lespignan	76	34	341	43.2737	3.1722	5
34720	Caux	caux	76	34	341	43.5062	3.3671	5
34725	Jonquières	jonquieres	76	34	342	43.6755	3.4763	5
34725	Saint-Saturnin-de-Lucian	saint-saturnin-de-lucian	76	34	342	43.7	3.4667	5
34725	Saint-Guiraud	saint-guiraud	76	34	342	43.6762	3.4533	5
34725	Saint-Félix-de-Lodez	saint-felix-de-lodez	76	34	342	43.6623	3.4601	5
34725	Saint-André-de-Sangonis	saint-andre-de-sangonis	76	34	342	43.6475	3.5021	5
34730	Saint-Vincent-de-Barbeyrargues	saint-vincent-de-barbeyrargues	76	34	342	43.7069	3.8781	5
34730	Prades-le-Lez	prades-le-lez	76	34	343	43.6975	3.8646	5
34740	Vendargues	vendargues	76	34	343	43.6583	3.97	5
34741 CEDEX	Vendargues	vendargues	76	34	343	43.6583	3.97	5
34742 CEDEX	Vendargues	vendargues	76	34	343	43.6583	3.97	5
34747 CEDEX	Vendargues	vendargues	76	34	343	43.6583	3.97	5
34748 CEDEX	Vendargues	vendargues	76	34	343	43.6583	3.97	5
34749 CEDEX	Vendargues	vendargues	76	34	343	43.6583	3.97	5
34750	Villeneuve-lès-Maguelone	villeneuve-les-maguelone	76	34	343	43.5333	3.8667	5
34751 CEDEX	Villeneuve-lès-Maguelone	villeneuve-les-maguelone	76	34	343	43.5333	3.8667	5
34753 CEDEX	Villeneuve-lès-Maguelone	villeneuve-les-maguelone	76	34	343	43.5333	3.8667	5
34760	Boujan-sur-Libron	boujan-sur-libron	76	34	341	43.37	3.2476	5
34770	Gigean	gigean	76	34	343	43.5003	3.7117	5
34790	Grabels	grabels	76	34	343	43.648	3.7986	5
34800	Lacoste	lacoste	76	34	342	43.6474	3.4359	5
34800	Liausson	liausson	76	34	342	43.6338	3.3682	5
34800	Aspiran	aspiran	76	34	342	43.5659	3.4503	5
34800	Brignac	brignac	76	34	342	43.623	3.4731	5
34800	Valmascle	valmascle	76	34	342	43.5947	3.2957	5
34800	Clermont-l’Hérault	clermont-l-herault	76	34	342	43.6289	3.4326	5
34800	Villeneuvette	villeneuvette	76	34	342	43.6104	3.4005	5
34800	Ceyras	ceyras	76	34	342	43.6446	3.4586	5
34800	Octon	octon	76	34	342	43.6526	3.305	5
34800	Salasc	salasc	76	34	342	43.6187	3.3171	5
34800	Nébian	nebian	76	34	342	43.6066	3.4313	5
34800	Mérifons	merifons	76	34	342	43.6333	3.2833	5
34800	Lieuran-Cabrières	lieuran-cabrieres	76	34	342	43.5855	3.4159	5
34800	Mourèze	moureze	76	34	342	43.6167	3.3548	5
34800	Cabrières	cabrieres	76	34	342	43.5766	3.3621	5
34800	Canet	canet	76	34	342	43.6042	3.4908	5
34800	Péret	peret	76	34	342	43.5752	3.397	5
34810	Pomérols	pomerols	76	34	341	43.3914	3.4994	5
34820	Guzargues	guzargues	76	34	342	43.7233	3.9256	5
34820	Assas	assas	76	34	342	43.7028	3.9	5
34820	Teyran	teyran	76	34	342	43.6853	3.9289	5
34830	Jacou	jacou	76	34	343	43.6614	3.9122	5
34830	Clapiers	clapiers	76	34	343	43.6583	3.8892	5
34850	Pinet	pinet	76	34	341	43.4056	3.51	5
34871 CEDEX	Lattes	lattes	76	34	343	43.5675	3.9046	5
34872 CEDEX	Lattes	lattes	76	34	343	43.5675	3.9046	5
34873 CEDEX	Lattes	lattes	76	34	343	43.5675	3.9046	5
34874 CEDEX	Lattes	lattes	76	34	343	43.5675	3.9046	5
34875 CEDEX	Lattes	lattes	76	34	343	43.5675	3.9046	5
34880	Lavérune	laverune	76	34	343	43.5864	3.8061	5
34900 CEDEX 9	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34920	Le Crès	le-cres	76	34	343	43.6481	3.9398	5
34923 CEDEX 9	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34925 CEDEX 9	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34926 CEDEX 9	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34932 CEDEX 9	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34933 CEDEX 9	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34934 CEDEX 9	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34935 CEDEX 9	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34937 CEDEX 9	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34938 CEDEX 9	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34939 CEDEX 9	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34940 CEDEX 9	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34942 CEDEX 9	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34943 CEDEX 9	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34944 CEDEX 9	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34948 CEDEX 9	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34949 CEDEX 9	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34954 CEDEX 2	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34955 CEDEX 2	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34956 CEDEX 2	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34957 CEDEX 2	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34958 CEDEX 2	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34959 CEDEX 9	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34960 CEDEX 2	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34961 CEDEX 2	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34962 CEDEX 2	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34964 CEDEX 2	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34965 CEDEX 2	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34967 CEDEX 2	Montpellier	montpellier	76	34	343	43.6109	3.8772	5
34970	Lattes	lattes	76	34	343	43.5675	3.9046	5
34972 CEDEX	Lattes	lattes	76	34	343	43.5675	3.9046	5
34973 CEDEX	Lattes	lattes	76	34	343	43.5675	3.9046	5
34974 CEDEX	Lattes	lattes	76	34	343	43.5675	3.9046	5
34975 CEDEX	Lattes	lattes	76	34	343	43.5675	3.9046	5
34977 CEDEX	Lattes	lattes	76	34	343	43.5675	3.9046	5
34980	Combaillaux	combaillaux	76	34	342	43.6719	3.7677	5
34980	Saint-Clément-de-Rivière	saint-clement-de-riviere	76	34	342	43.6833	3.8333	5
34980	Murles	murles	76	34	342	43.6876	3.7448	5
34980	Montferrier-sur-Lez	montferrier-sur-lez	76	34	343	43.6674	3.8544	5
34980	Saint-Gély-du-Fesc	saint-gely-du-fesc	76	34	342	43.6927	3.8049	5
34981 CEDEX	Saint-Gély-du-Fesc	saint-gely-du-fesc	76	34	342	43.6927	3.8049	5
34982 CEDEX	Saint-Gély-du-Fesc	saint-gely-du-fesc	76	34	342	43.6927	3.8049	5
34983 CEDEX	Saint-Gély-du-Fesc	saint-gely-du-fesc	76	34	342	43.6927	3.8049	5
34984 CEDEX	Saint-Gély-du-Fesc	saint-gely-du-fesc	76	34	342	43.6927	3.8049	5
34985 CEDEX	Saint-Gély-du-Fesc	saint-gely-du-fesc	76	34	342	43.6927	3.8049	5
34986 CEDEX	Saint-Gély-du-Fesc	saint-gely-du-fesc	76	34	342	43.6927	3.8049	5
34987 CEDEX	Saint-Gély-du-Fesc	saint-gely-du-fesc	76	34	342	43.6927	3.8049	5
34989 CEDEX	Saint-Gély-du-Fesc	saint-gely-du-fesc	76	34	342	43.6927	3.8049	5
34990	Juvignac	juvignac	76	34	343	43.6139	3.8106	5
46000	Cahors	cahors	76	46	461	44.4491	1.4366	5
46001 CEDEX 9	Cahors	cahors	76	46	461	44.4491	1.4366	5
46002 CEDEX 9	Cahors	cahors	76	46	461	44.4491	1.4366	5
46003 CEDEX 9	Cahors	cahors	76	46	461	44.4491	1.4366	5
46004 CEDEX 9	Cahors	cahors	76	46	461	44.4491	1.4366	5
46005 CEDEX 9	Cahors	cahors	76	46	461	44.4491	1.4366	5
46008 CEDEX 9	Cahors	cahors	76	46	461	44.4491	1.4366	5
46009 CEDEX 9	Cahors	cahors	76	46	461	44.4491	1.4366	5
46010 CEDEX 9	Cahors	cahors	76	46	461	44.4491	1.4366	5
46014 CEDEX 9	Cahors	cahors	76	46	461	44.4491	1.4366	5
46015 CEDEX 9	Cahors	cahors	76	46	461	44.4491	1.4366	5
46016 CEDEX 9	Cahors	cahors	76	46	461	44.4491	1.4366	5
46017 CEDEX 9	Cahors	cahors	76	46	461	44.4491	1.4366	5
46018 CEDEX 9	Cahors	cahors	76	46	461	44.4491	1.4366	5
46019 CEDEX 9	Cahors	cahors	76	46	461	44.4491	1.4366	5
46020 CEDEX 9	Cahors	cahors	76	46	461	44.4491	1.4366	5
46021 CEDEX 9	Cahors	cahors	76	46	461	44.4491	1.4366	5
46022 CEDEX 9	Cahors	cahors	76	46	461	44.4491	1.4366	5
46023 CEDEX 9	Cahors	cahors	76	46	461	44.4491	1.4366	5
46090	Valroufié	valroufie	76	46	461	44.5194	1.4885	5
46090	Trespoux-Rassiels	trespoux-rassiels	76	46	461	44.4127	1.3784	5
46090	Villesèque	villeseque	76	46	461	44.3913	1.3174	5
46090	Cours	cours	76	46	461	44.5186	1.5404	5
46090	Francoulès	francoules	76	46	461	44.5431	1.4885	5
46090	Espère	espere	76	46	461	44.5109	1.372	5
46090	Arcambal	arcambal	76	46	461	44.4559	1.513	5
46090	Aujols	aujols	76	46	461	44.4079	1.5496	5
46090	Labastide-Marnhac	labastide-marnhac	76	46	461	44.3882	1.3997	5
46090	Esclauzels	esclauzels	76	46	461	44.4215	1.6206	5
46090	Le Montat	le-montat	76	46	461	44.3801	1.449	5
46090	Pradines	pradines	76	46	461	44.4834	1.401	5
46090	Berganty	berganty	76	46	461	44.4438	1.6471	5
46090	Lamagdelaine	lamagdelaine	76	46	461	44.4672	1.488	5
46090	Mercuès	mercues	76	46	461	44.4969	1.3862	5
46090	Maxou	maxou	76	46	461	44.5365	1.4435	5
46090	Saint-Pierre-Lafeuille	saint-pierre-lafeuille	76	46	461	44.524	1.4563	5
46090	Flaujac-Poujols	flaujac-poujols	76	46	461	44.405	1.4996	5
46090	Vers	vers	76	46	461	44.4842	1.5525	5
46090	Laroque-des-Arcs	laroque-des-arcs	76	46	461	44.4766	1.468	5
46091 CEDEX 9	Cahors	cahors	76	46	461	44.4491	1.4366	5
46100	Cambes	cambes	76	46	462	44.615	1.9419	5
46100	Camboulit	camboulit	76	46	462	44.5995	1.9501	5
46100	Cardaillac	cardaillac	76	46	462	44.6791	1.9977	5
46100	Saint-Perdoux	saint-perdoux	76	46	462	44.6752	2.0507	5
46100	Capdenac	capdenac	76	46	462	44.5833	2.0667	5
46100	Figeac	figeac	76	46	462	44.6	2.0333	5
46100	Planioles	planioles	76	46	462	44.6342	2.0231	5
46100	Fourmagnac	fourmagnac	76	46	462	44.6642	1.9787	5
46100	Corn	corn	76	46	462	44.6077	1.8982	5
46100	Lissac-et-Mouret	lissac-et-mouret	76	46	462	44.6265	1.9889	5
46100	Lentillac-Saint-Blaise	lentillac-saint-blaise	76	46	462	44.5912	2.1209	5
46100	Viazac	viazac	76	46	462	44.6422	2.0758	5
46100	Lunan	lunan	76	46	462	44.6033	2.0794	5
46100	Boussac	boussac	76	46	462	44.6025	1.9235	5
46100	Béduer	beduer	76	46	462	44.5812	1.9469	5
46100	Faycelles	faycelles	76	46	462	44.566	1.9873	5
46100	Saint-Félix	saint-felix	76	46	462	44.6114	2.1179	5
46100	Camburat	camburat	76	46	462	44.643	1.9967	5
46100	Fons	fons	76	46	462	44.6643	1.9514	5
46101 CEDEX	Figeac	figeac	76	46	462	44.6	2.0333	5
46102 CEDEX	Figeac	figeac	76	46	462	44.6	2.0333	5
46103 CEDEX	Figeac	figeac	76	46	462	44.6	2.0333	5
46106 CEDEX	Figeac	figeac	76	46	462	44.6	2.0333	5
46110	Strenquels	strenquels	76	46	463	44.9845	1.6372	5
46110	Les Quatre-Routes-du-Lot	les-quatre-routes-du-lot	76	46	463	45	1.65	5
46110	Vayrac	vayrac	76	46	463	44.9534	1.7036	5
46110	Cavagnac	cavagnac	76	46	463	45.009	1.6406	5
46110	Bétaille	betaille	76	46	463	44.9442	1.7341	5
46110	Saint-Michel-de-Bannières	saint-michel-de-bannieres	76	46	463	44.9758	1.6879	5
46110	Carennac	carennac	76	46	463	44.9187	1.732	5
46110	Condat	condat	76	46	463	44.9903	1.6637	5
46120	Théminettes	theminettes	76	46	462	44.7138	1.8518	5
46120	Anglars	anglars	76	46	462	44.7395	1.9064	5
46120	Lacapelle-Marival	lacapelle-marival	76	46	462	44.7277	1.9246	5
46120	Rueyres	rueyres	76	46	462	44.75	1.85	5
46120	Terrou	terrou	76	46	462	44.7836	1.985	5
46120	Thémines	themines	76	46	462	44.7398	1.8292	5
46120	Saint-Bressou	saint-bressou	76	46	462	44.7051	1.9724	5
46120	Aynac	aynac	76	46	462	44.7846	1.852	5
46120	Sainte-Colombe	sainte-colombe	76	46	462	44.7231	2.0037	5
46120	Labathude	labathude	76	46	462	44.7526	1.9883	5
46120	Le Bourg	le-bourg	76	46	462	44.7095	1.9043	5
46120	Saint-Maurice-en-Quercy	saint-maurice-en-quercy	76	46	462	44.743	1.947	5
46120	Rudelle	rudelle	76	46	462	44.7229	1.8787	5
46120	Le Bouyssou	le-bouyssou	76	46	462	44.6918	1.9448	5
46120	Molières	molieres	76	46	462	44.7939	1.9358	5
46120	Espeyroux	espeyroux	76	46	462	44.763	1.9237	5
46120	Leyme	leyme	76	46	462	44.7862	1.899	5
46130	Puybrun	puybrun	76	46	462	44.9189	1.7875	5
46130	Tauriac	tauriac	76	46	462	44.9064	1.7752	5
46130	Laval-de-Cère	laval-de-cere	76	46	462	44.9538	1.9364	5
46130	Glanes	glanes	76	46	462	44.922	1.8783	5
46130	Gintrac	gintrac	76	46	462	44.8971	1.7612	5
46130	Gagnac-sur-Cère	gagnac-sur-cere	76	46	462	44.9333	1.8833	5
46130	Prudhomat	prudhomat	76	46	462	44.8985	1.8262	5
46130	Loubressac	loubressac	76	46	462	44.8715	1.8037	5
46130	Bretenoux	bretenoux	76	46	462	44.9147	1.8401	5
46130	Saint-Michel-Loubéjou	saint-michel-loubejou	76	46	462	44.8949	1.85	5
46130	Estal	estal	76	46	462	44.9167	1.85	5
46130	Girac	girac	76	46	462	44.9173	1.8101	5
46130	Biars-sur-Cère	biars-sur-cere	76	46	462	44.9263	1.854	5
46130	Cahus	cahus	76	46	462	44.9565	1.9191	5
46130	Belmont-Bretenoux	belmont-bretenoux	76	46	462	44.894	1.8767	5
46130	Cornac	cornac	76	46	462	44.9094	1.882	5
46140	Carnac-Rouffiac	carnac-rouffiac	76	46	461	44.4136	1.2316	5
46140	Douelle	douelle	76	46	461	44.4696	1.3601	5
46140	Saint-Vincent-Rive-d’Olt	saint-vincent-rive-d-olt	76	46	461	44.4656	1.3	5
46140	Anglars-Juillac	anglars-juillac	76	46	461	44.4958	1.2079	5
46140	Cambayrac	cambayrac	76	46	461	44.4279	1.2855	5
46140	Caillac	caillac	76	46	461	44.4903	1.354	5
46140	Luzech	luzech	76	46	461	44.4782	1.287	5
46140	Sauzet	sauzet	76	46	461	44.4177	1.2546	5
46140	Parnac	parnac	76	46	461	44.4886	1.3171	5
46140	Bélaye	belaye	76	46	461	44.4667	1.2	5
46140	Albas	albas	76	46	461	44.469	1.2369	5
46140	Castelfranc	castelfranc	76	46	461	44.501	1.2231	5
46150	Calamane	calamane	76	46	461	44.526	1.3907	5
46150	Lherm	lherm	76	46	461	44.5677	1.2455	5
46150	Catus	catus	76	46	461	44.5566	1.3364	5
46150	Les Junies	les-junies	76	46	461	44.538	1.2359	5
46150	Mechmont	mechmont	76	46	461	44.5798	1.4509	5
46150	Nuzéjouls	nuzejouls	76	46	461	44.539	1.3802	5
46150	Boissières	boissieres	76	46	461	44.5435	1.4002	5
46150	Montgesty	montgesty	76	46	461	44.5789	1.297	5
46150	Saint-Médard	saint-medard	76	46	461	44.5384	1.2941	5
46150	Labastide-du-Vert	labastide-du-vert	76	46	461	44.5118	1.2634	5
46150	Thédirac	thedirac	76	46	463	44.6006	1.317	5
46150	Crayssac	crayssac	76	46	461	44.5097	1.3269	5
46150	Pontcirq	pontcirq	76	46	461	44.5481	1.2627	5
46150	Gigouzac	gigouzac	76	46	461	44.5828	1.4338	5
46150	Saint-Denis-Catus	saint-denis-catus	76	46	461	44.5647	1.3914	5
46160	Calvignac	calvignac	76	46	462	44.4649	1.7786	5
46160	Larroque-Toirac	larroque-toirac	76	46	462	44.5203	1.9411	5
46160	Larnagol	larnagol	76	46	462	44.476	1.7778	5
46160	Montbrun	montbrun	76	46	462	44.5056	1.9007	5
46160	Saint-Chels	saint-chels	76	46	462	44.5285	1.8016	5
46160	Carayac	carayac	76	46	462	44.5476	1.9236	5
46160	Marcilhac-sur-Célé	marcilhac-sur-cele	76	46	462	44.5534	1.7705	5
46160	Gréalou	grealou	76	46	462	44.5356	1.8857	5
46160	Frontenac	frontenac	76	46	462	44.5393	1.9711	5
46160	Cajarc	cajarc	76	46	462	44.4855	1.8426	5
46160	Saint-Sulpice	saint-sulpice	76	46	462	44.57	1.79	5
46160	Saint-Pierre-Toirac	saint-pierre-toirac	76	46	462	44.5273	1.9539	5
46160	Cadrieu	cadrieu	76	46	462	44.4901	1.8801	5
46170	Saint-Paul-de-Loubressac	saint-paul-de-loubressac	76	46	461	44.2971	1.4489	5
46170	Cézac	cezac	76	46	461	44.3403	1.3419	5
46170	Saint-Paul-Flaugnac	saint-paul-flaugnac	76	46	461	44.2783	1.3936	5
46170	Castelnau-Montratier	castelnau-montratier	76	46	461	44.2667	1.3667	5
46170	Lhospitalet	lhospitalet	76	46	461	44.35	1.4167	5
46170	Flaugnac	flaugnac	76	46	461	44.279	1.3934	5
46170	Pern	pern	76	46	461	44.3286	1.4039	5
46170	Sainte-Alauzie	sainte-alauzie	76	46	461	44.3131	1.3148	5
46190	Teyssieu	teyssieu	76	46	462	44.919	1.9551	5
46190	Lacam-d’Ourcet	lacam-d-ourcet	76	46	462	44.848	2.0031	5
46190	Sousceyrac-en-Quercy	sousceyrac-en-quercy	76	46	462	44.8733	2.0356	5
46190	Sousceyrac	sousceyrac	76	46	462	44.8733	2.0356	5
46190	Calviac	calviac	76	46	462	44.9222	2.0478	5
46190	Lamativie	lamativie	76	46	462	44.9595	2.0407	5
46190	Comiac	comiac	76	46	462	44.9409	1.9897	5
46200	Lanzac	lanzac	76	46	463	44.874	1.4835	5
46200	Lacave	lacave	76	46	463	44.8459	1.5567	5
46200	Saint-Sozy	saint-sozy	76	46	463	44.8798	1.5651	5
46200	Souillac	souillac	76	46	463	44.8972	1.4722	5
46200	Le Roc	le-roc	76	46	463	44.8658	1.4416	5
46200	Meyronne	meyronne	76	46	463	44.8767	1.5806	5
46200	Lachapelle-Auzac	lachapelle-auzac	76	46	463	44.9287	1.492	5
46200	Mayrac	mayrac	76	46	463	44.9001	1.5598	5
46200	Pinsac	pinsac	76	46	463	44.8549	1.5138	5
46210	Labastide-du-Haut-Mont	labastide-du-haut-mont	76	46	462	44.8345	2.122	5
46210	Lauresses	lauresses	76	46	462	44.7683	2.1236	5
46210	Saint-Médard-Nicourby	saint-medard-nicourby	76	46	462	44.7732	2.0254	5
46210	Montet-et-Bouxal	montet-et-bouxal	76	46	462	44.7477	2.0468	5
46210	Latronquière	latronquiere	76	46	462	44.8004	2.0775	5
46210	Saint-Cirgues	saint-cirgues	76	46	462	44.737	2.1233	5
46210	Bessonies	bessonies	76	46	462	44.8113	2.1507	5
46210	Sénaillac-Latronquière	senaillac-latronquiere	76	46	462	44.8248	2.0605	5
46210	Saint-Hilaire	saint-hilaire	76	46	462	44.7751	2.1554	5
46210	Sabadel-Latronquière	sabadel-latronquiere	76	46	462	44.7361	2.0607	5
46210	Gorses	gorses	76	46	462	44.7943	2.0258	5
46220	Prayssac	prayssac	76	46	461	44.5044	1.1886	5
46220	Lagardelle	lagardelle	76	46	461	44.4929	1.1694	5
46220	Pescadoires	pescadoires	76	46	461	44.5048	1.1575	5
46230	Belmont-Sainte-Foi	belmont-sainte-foi	76	46	461	44.2824	1.6326	5
46230	Bach	bach	76	46	461	44.3504	1.6717	5
46230	Belfort-du-Quercy	belfort-du-quercy	76	46	461	44.2685	1.5439	5
46230	Escamps	escamps	76	46	461	44.4	1.5833	5
46230	Fontanes	fontanes	76	46	461	44.3117	1.4979	5
46230	Laburgade	laburgade	76	46	461	44.3862	1.5411	5
46230	Cieurac	cieurac	76	46	461	44.3677	1.5076	5
46230	Montdoumerc	montdoumerc	76	46	461	44.2853	1.5204	5
46230	Cremps	cremps	76	46	461	44.3886	1.5988	5
46230	Vaylats	vaylats	76	46	461	44.3369	1.6436	5
46230	Lalbenque	lalbenque	76	46	461	44.3393	1.545	5
46240	Fontanes-du-Causse	fontanes-du-causse	76	46	463	44.6665	1.66	5
46240	Labastide-Murat	labastide-murat	76	46	463	44.6472	1.5681	5
46240	Beaumat	beaumat	76	46	463	44.6595	1.5194	5
46240	Lunegarde	lunegarde	76	46	463	44.6904	1.6883	5
46240	Montfaucon	montfaucon	76	46	463	44.6873	1.5615	5
46240	Lamothe-Cassel	lamothe-cassel	76	46	463	44.6109	1.5063	5
46240	Séniergues	seniergues	76	46	463	44.701	1.5472	5
46240	Caniac-du-Causse	caniac-du-causse	76	46	463	44.6213	1.6428	5
46240	Saint-Sauveur-la-Vallée	saint-sauveur-la-vallee	76	46	463	44.6064	1.553	5
46240	Ussel	ussel	76	46	463	44.5937	1.5002	5
46240	Cœur de Causse	c-ur-de-causse	76	46	463	44.6475	1.5675	5
46240	Soulomès	soulomes	76	46	463	44.6327	1.5945	5
46240	Vaillac	vaillac	76	46	463	44.6743	1.5298	5
46250	Cazals	cazals	76	46	463	44.6435	1.2258	5
46250	Montcléra	montclera	76	46	463	44.6196	1.2107	5
46250	Pomarède	pomarede	76	46	463	44.5637	1.1718	5
46250	Les Arques	les-arques	76	46	463	44.6022	1.2507	5
46250	Frayssinet-le-Gélat	frayssinet-le-gelat	76	46	463	44.5824	1.1646	5
46250	Gindou	gindou	76	46	463	44.6306	1.2499	5
46250	Goujounac	goujounac	76	46	463	44.5767	1.1978	5
46250	Marminiac	marminiac	76	46	463	44.6661	1.1938	5
46250	Saint-Caprais	saint-caprais	76	46	463	44.6066	1.1589	5
46260	Saillac	saillac	76	46	461	44.332	1.7612	5
46260	Varaire	varaire	76	46	461	44.3578	1.7239	5
46260	Limogne-en-Quercy	limogne-en-quercy	76	46	461	44.4	1.7833	5
46260	Saint-Jean-de-Laur	saint-jean-de-laur	76	46	462	44.4197	1.8368	5
46260	Lugagnac	lugagnac	76	46	461	44.4078	1.7355	5
46260	Puyjourdes	puyjourdes	76	46	462	44.4074	1.8608	5
46260	Laramière	laramiere	76	46	461	44.3528	1.8786	5
46260	Concots	concots	76	46	461	44.4009	1.6454	5
46260	Promilhanes	promilhanes	76	46	461	44.3743	1.8182	5
46260	Beauregard	beauregard	76	46	461	44.3456	1.7931	5
46260	Vidaillac	vidaillac	76	46	461	44.3393	1.8261	5
46270	Cuzac	cuzac	76	46	462	44.5792	2.1428	5
46270	Prendeignes	prendeignes	76	46	462	44.6974	2.0894	5
46270	Montredon	montredon	76	46	462	44.618	2.1917	5
46270	Linac	linac	76	46	462	44.666	2.1145	5
46270	Bagnac-sur-Célé	bagnac-sur-cele	76	46	462	44.6667	2.1667	5
46270	Saint-Jean-Mirabel	saint-jean-mirabel	76	46	462	44.621	2.1085	5
46270	Felzins	felzins	76	46	462	44.6045	2.1356	5
46300	Saint-Cirq-Souillaguet	saint-cirq-souillaguet	76	46	463	44.7058	1.4614	5
46300	Gourdon	gourdon	76	46	463	44.7333	1.3833	5
46300	Soucirac	soucirac	76	46	463	44.7025	1.504	5
46300	Milhac	milhac	76	46	463	44.7984	1.3493	5
46300	Rouffilhac	rouffilhac	76	46	463	44.7896	1.4158	5
46300	Le Vigan	le-vigan	76	46	463	44.7407	1.4396	5
46300	Léobard	leobard	76	46	463	44.7221	1.3095	5
46300	Saint-Clair	saint-clair	76	46	463	44.699	1.4087	5
46300	Ginouillac	ginouillac	76	46	463	44.7256	1.5387	5
46300	Saint-Cirq-Madelon	saint-cirq-madelon	76	46	463	44.7917	1.3142	5
46300	Payrignac	payrignac	76	46	463	44.7552	1.3517	5
46300	Saint-Projet	saint-projet	76	46	463	44.7448	1.4918	5
46300	Anglars-Nozac	anglars-nozac	76	46	463	44.7812	1.4149	5
46300	Fajoles	fajoles	76	46	463	44.8032	1.3965	5
46310	Saint-Germain-du-Bel-Air	saint-germain-du-bel-air	76	46	463	44.6469	1.4403	5
46310	Peyrilles	peyrilles	76	46	463	44.6197	1.415	5
46310	Montamel	montamel	76	46	463	44.6067	1.4485	5
46310	Concorès	concores	76	46	463	44.6565	1.3956	5
46310	Saint-Chamarand	saint-chamarand	76	46	463	44.6783	1.4622	5
46310	Uzech	uzech	76	46	463	44.5913	1.3956	5
46310	Frayssinet	frayssinet	76	46	463	44.662	1.4835	5
46320	Espagnac-Sainte-Eulalie	espagnac-sainte-eulalie	76	46	462	44.5926	1.861	5
46320	Espédaillac	espedaillac	76	46	462	44.6382	1.773	5
46320	Flaujac-Gare	flaujac-gare	76	46	462	44.7114	1.7898	5
46320	Reyrevignes	reyrevignes	76	46	462	44.6551	1.9154	5
46320	Saint-Simon	saint-simon	76	46	462	44.6968	1.8513	5
46320	Durbans	durbans	76	46	462	44.6667	1.7667	5
46320	Sonac	sonac	76	46	462	44.6964	1.8605	5
46320	Livernon	livernon	76	46	462	44.6472	1.8428	5
46320	Grèzes	grezes	76	46	462	44.6271	1.821	5
46320	Assier	assier	76	46	462	44.6749	1.8766	5
46320	Quissac	quissac	76	46	462	44.6448	1.7296	5
46320	Brengues	brengues	76	46	462	44.5777	1.8326	5
46320	Issepts	issepts	76	46	462	44.674	1.927	5
46330	Orniac	orniac	76	46	463	44.5446	1.6674	5
46330	Crégols	cregols	76	46	461	44.4561	1.7006	5
46330	Sauliac-sur-Célé	sauliac-sur-cele	76	46	462	44.5174	1.7223	5
46330	Tour-de-Faure	tour-de-faure	76	46	461	44.4661	1.6938	5
46330	Cénevières	cenevieres	76	46	461	44.4624	1.7475	5
46330	Saint-Géry	saint-gery	76	46	461	44.478	1.5815	5
46330	Saint-Cirq-Lapopie	saint-cirq-lapopie	76	46	461	44.4646	1.6704	5
46330	Cabrerets	cabrerets	76	46	461	44.5061	1.6542	5
46330	Blars	blars	76	46	463	44.5661	1.7194	5
46330	Lentillac-du-Causse	lentillac-du-causse	76	46	463	44.55	1.6333	5
46330	Saint-Martin-Labouval	saint-martin-labouval	76	46	461	44.4648	1.7347	5
46330	Bouziès	bouzies	76	46	461	44.4841	1.6428	5
46340	Lavercantière	lavercantiere	76	46	463	44.6373	1.3189	5
46340	Salviac	salviac	76	46	463	44.6808	1.2651	5
46340	Dégagnac	degagnac	76	46	463	44.6649	1.3154	5
46340	Rampoux	rampoux	76	46	463	44.6419	1.3107	5
46350	Lamothe-Fénelon	lamothe-fenelon	76	46	463	44.8333	1.4167	5
46350	Loupiac	loupiac	76	46	463	44.8174	1.4603	5
46350	Reilhaguet	reilhaguet	76	46	463	44.7699	1.505	5
46350	Masclat	masclat	76	46	463	44.8333	1.4	5
46350	Nadaillac-de-Rouge	nadaillac-de-rouge	76	46	463	44.85	1.4333	5
46350	Calès	cales	76	46	463	44.8133	1.5369	5
46350	Payrac	payrac	76	46	463	44.7965	1.4721	5
46360	Les Pechs du Vers	les-pechs-du-vers	76	46	463	44.5928	1.5822	5
46360	Nadillac	nadillac	76	46	463	44.5625	1.5184	5
46360	Saint-Cernin	saint-cernin	76	46	463	44.5916	1.5822	5
46360	Sénaillac-Lauzès	senaillac-lauzes	76	46	463	44.6029	1.6549	5
46360	Lauzès	lauzes	76	46	463	44.5683	1.5812	5
46360	Cras	cras	76	46	463	44.5672	1.5329	5
46360	Saint-Martin-de-Vers	saint-martin-de-vers	76	46	463	44.55	1.55	5
46360	Sabadel-Lauzès	sabadel-lauzes	76	46	463	44.567	1.6035	5
46400	Saint-Vincent-du-Pendit	saint-vincent-du-pendit	76	46	462	44.8376	1.9013	5
46400	Bannes	bannes	76	46	462	44.8112	1.9107	5
46400	Frayssinhes	frayssinhes	76	46	462	44.8775	1.9386	5
46400	Saint-Laurent-les-Tours	saint-laurent-les-tours	76	46	462	44.8766	1.8963	5
46400	Saint-Céré	saint-cere	76	46	462	44.8573	1.8942	5
46400	Saint-Médard-de-Presque	saint-medard-de-presque	76	46	462	44.8643	1.8478	5
46400	Autoire	autoire	76	46	462	44.8534	1.821	5
46400	Saint-Paul-de-Vern	saint-paul-de-vern	76	46	462	44.8386	1.9383	5
46400	Latouille-Lentillac	latouille-lentillac	76	46	462	44.8551	1.9584	5
46400	Saint-Jean-Lagineste	saint-jean-lagineste	76	46	462	44.8239	1.8603	5
46400	Saint-Jean-Lespinasse	saint-jean-lespinasse	76	46	462	44.8634	1.8604	5
46400	Ladirat	ladirat	76	46	462	44.8151	1.9702	5
46500	Issendolus	issendolus	76	46	462	44.7427	1.7889	5
46500	Alvignac	alvignac	76	46	463	44.8272	1.6949	5
46500	Rignac	rignac	76	46	463	44.8069	1.6959	5
46500	Mayrinhac-Lentour	mayrinhac-lentour	76	46	462	44.8132	1.8078	5
46500	Miers	miers	76	46	463	44.8535	1.7082	5
46500	Bio	bio	76	46	463	44.7824	1.7855	5
46500	Gramat	gramat	76	46	463	44.7807	1.7196	5
46500	Padirac	padirac	76	46	463	44.8341	1.7509	5
46500	Lavergne	lavergne	76	46	463	44.798	1.7604	5
46500	Couzou	couzou	76	46	463	44.7667	1.6167	5
46500	Le Bastit	le-bastit	76	46	463	44.722	1.6652	5
46500	Albiac	albiac	76	46	462	44.7658	1.8105	5
46500	Rocamadour	rocamadour	76	46	463	44.8005	1.619	5
46500	Thégra	thegra	76	46	463	44.8211	1.7566	5
46500	Saignes	saignes	76	46	462	44.7881	1.8161	5
46500	Carlucet	carlucet	76	46	463	44.7212	1.6125	5
46500	Reilhac	reilhac	76	46	462	44.7001	1.7179	5
46600	Baladou	baladou	76	46	463	44.9245	1.5556	5
46600	Gignac	gignac	76	46	463	45.0055	1.4577	5
46600	Saint-Denis-lès-Martel	saint-denis-les-martel	76	46	463	44.9455	1.6658	5
46600	Cazillac	cazillac	76	46	463	44.9994	1.6134	5
46600	Cressensac	cressensac	76	46	463	45.0225	1.5206	5
46600	Sarrazac	sarrazac	76	46	463	45.0169	1.5893	5
46600	Cuzance	cuzance	76	46	463	44.9627	1.5412	5
46600	Creysse	creysse	76	46	463	44.8869	1.5961	5
46600	Martel	martel	76	46	463	44.9367	1.6085	5
46600	Floirac	floirac	76	46	463	44.9156	1.6553	5
46600	Montvalent	montvalent	76	46	463	44.8812	1.6199	5
46700	Duravel	duravel	76	46	461	44.5154	1.08	5
46700	Lacapelle-Cabanac	lacapelle-cabanac	76	46	461	44.4643	1.0668	5
46700	Floressas	floressas	76	46	461	44.444	1.1214	5
46700	Sérignac	serignac	76	46	461	44.4335	1.1059	5
46700	Puy-l’Évêque	puy-l-eveque	76	46	461	44.5048	1.1402	5
46700	Soturac	soturac	76	46	461	44.487	1.0149	5
46700	Vire-sur-Lot	vire-sur-lot	76	46	461	44.4833	1.0833	5
46700	Mauroux	mauroux	76	46	461	44.4548	1.0454	5
46700	Saint-Martin-le-Redon	saint-martin-le-redon	76	46	461	44.5281	1.0422	5
46700	Grézels	grezels	76	46	461	44.4754	1.1529	5
46700	Montcabrier	montcabrier	76	46	461	44.5401	1.071	5
46700	Cassagnes	cassagnes	76	46	461	44.5589	1.1392	5
46700	Touzac	touzac	76	46	461	44.4987	1.0564	5
46800	Saux	saux	76	46	461	44.3893	1.0851	5
46800	Valprionde	valprionde	76	46	461	44.3545	1.1092	5
46800	Montlauzun	montlauzun	76	46	461	44.293	1.1953	5
46800	Montcuq	montcuq	76	46	461	44.3384	1.2085	5
46800	Belmontet	belmontet	76	46	461	44.366	1.1536	5
46800	Montcuq-en-Quercy-Blanc	montcuq-en-quercy-blanc	76	46	461	44.3386	1.2097	5
46800	Saint-Cyprien	saint-cyprien	76	46	461	44.3076	1.2639	5
46800	Saint-Matré	saint-matre	76	46	461	44.4	1.1197	5
46800	Saint-Laurent-Lolmie	saint-laurent-lolmie	76	46	461	44.2917	1.2293	5
46800	Le Boulvé	le-boulve	76	46	461	44.4195	1.1473	5
46800	Lascabanes	lascabanes	76	46	461	44.3395	1.3072	5
46800	Saint-Daunès	saint-daunes	76	46	461	44.3562	1.23	5
46800	Sainte-Croix	sainte-croix	76	46	461	44.3408	1.166	5
46800	Lebreil	lebreil	76	46	461	44.3229	1.1679	5
46800	Saint-Pantaléon	saint-pantaleon	76	46	461	44.3681	1.2669	5
46800	Bagat-en-Quercy	bagat-en-quercy	76	46	461	44.3833	1.2667	5
46800	Fargues	fargues	76	46	461	44.4088	1.1955	5
48000	Le Born	le-born	76	48	482	44.5596	3.5603	5
48000	Chastel-Nouvel	chastel-nouvel	76	48	482	44.5586	3.5011	5
48000	Badaroux	badaroux	76	48	482	44.5344	3.5472	5
48000	Mende	mende	76	48	482	44.5185	3.5037	5
48000	Brenoux	brenoux	76	48	482	44.4829	3.5326	5
48000	Pelouse	pelouse	76	48	482	44.5689	3.617	5
48000	Saint-Étienne-du-Valdonnez	saint-etienne-du-valdonnez	76	48	482	44.4558	3.5632	5
48000	Saint-Bauzile	saint-bauzile	76	48	482	44.4833	3.5	5
48000	Lanuéjols	lanuejols	76	48	482	44.5007	3.573	5
48000	Servières	servieres	76	48	482	44.5744	3.4039	5
48000	Barjac	barjac	76	48	482	44.5029	3.4111	5
48000	Balsièges	balsieges	76	48	482	44.4804	3.4569	5
48001 CEDEX	Mende	mende	76	48	482	44.5185	3.5037	5
48002 CEDEX	Mende	mende	76	48	482	44.5185	3.5037	5
48003 CEDEX	Mende	mende	76	48	482	44.5185	3.5037	5
48005 CEDEX	Mende	mende	76	48	482	44.5185	3.5037	5
48006 CEDEX	Mende	mende	76	48	482	44.5185	3.5037	5
48007 CEDEX	Mende	mende	76	48	482	44.5185	3.5037	5
48008 CEDEX	Mende	mende	76	48	482	44.5185	3.5037	5
48009 CEDEX	Mende	mende	76	48	482	44.5185	3.5037	5
48100	Les Salces	les-salces	76	48	482	44.5333	3.1608	5
48100	Grèzes	grezes	76	48	482	44.5091	3.3437	5
48100	Saint-Bonnet-de-Chirac	saint-bonnet-de-chirac	76	48	482	44.5134	3.2826	5
48100	Montrodat	montrodat	76	48	482	44.5504	3.3293	5
48100	Gabrias	gabrias	76	48	482	44.5448	3.3729	5
48100	Lachamp	lachamp	76	48	482	44.6121	3.3709	5
48100	Antrenas	antrenas	76	48	482	44.5779	3.2682	5
48100	Le Monastier-Pin-Moriès	le-monastier-pin-mories	76	48	482	44.5167	3.25	5
48100	Saint-Laurent-de-Muret	saint-laurent-de-muret	76	48	482	44.6025	3.2056	5
48100	Chirac	chirac	76	48	482	44.5229	3.2665	5
48100	Prinsuéjols	prinsuejols	76	48	482	44.6744	3.1681	5
48100	Le Buisson	le-buisson	76	48	482	44.628	3.2348	5
48100	Palhers	palhers	76	48	482	44.5199	3.2982	5
48100	Saint-Léger-de-Peyre	saint-leger-de-peyre	76	48	482	44.5944	3.3017	5
48100	Recoules-de-Fumas	recoules-de-fumas	76	48	482	44.6414	3.3453	5
48100	Marvejols	marvejols	76	48	482	44.5538	3.2914	5
48100	Bourgs sur Colagne	bourgs-sur-colagne	76	48	482	44.5149	3.2552	5
48110	Moissac-Vallée-Française	moissac-vallee-francaise	76	48	481	44.163	3.7853	5
48110	Sainte-Croix-Vallée-Française	sainte-croix-vallee-francaise	76	48	481	44.1797	3.7416	5
48110	Gabriac	gabriac	76	48	481	44.1777	3.7235	5
48110	Saint-Martin-de-Lansuscle	saint-martin-de-lansuscle	76	48	481	44.2158	3.7535	5
48110	Molezon	molezon	76	48	481	44.2121	3.6715	5
48110	Le Pompidou	le-pompidou	76	48	481	44.195	3.6548	5
48120	Sainte-Eulalie	sainte-eulalie	76	48	482	44.7912	3.4666	5
48120	Lajo	lajo	76	48	482	44.8381	3.4263	5
48120	Saint-Alban-sur-Limagnole	saint-alban-sur-limagnole	76	48	482	44.781	3.3879	5
48130	Fau-de-Peyre	fau-de-peyre	76	48	482	44.7488	3.2237	5
48130	Sainte-Colombe-de-Peyre	sainte-colombe-de-peyre	76	48	482	44.6908	3.2402	5
48130	Aumont-Aubrac	aumont-aubrac	76	48	482	44.7221	3.2847	5
48130	Javols	javols	76	48	482	44.6934	3.3427	5
48130	Saint-Sauveur-de-Peyre	saint-sauveur-de-peyre	76	48	482	44.6588	3.287	5
48130	La Chaze-de-Peyre	la-chaze-de-peyre	76	48	482	44.7034	3.2532	5
48140	Le Malzieu-Forain	le-malzieu-forain	76	48	482	44.8542	3.3282	5
48140	Le Malzieu-Ville	le-malzieu-ville	76	48	482	44.857	3.333	5
48140	Chaulhac	chaulhac	76	48	482	44.9222	3.257	5
48140	Saint-Léger-du-Malzieu	saint-leger-du-malzieu	76	48	482	44.8881	3.3094	5
48140	Paulhac-en-Margeride	paulhac-en-margeride	76	48	482	44.8667	3.3833	5
48140	Saint-Privat-du-Fau	saint-privat-du-fau	76	48	482	44.9171	3.3404	5
48140	Julianges	julianges	76	48	482	44.9303	3.3095	5
48150	Hures-la-Parade	hures-la-parade	76	48	481	44.2449	3.3533	5
48150	Gatuzières	gatuzieres	76	48	481	44.1979	3.4934	5
48150	Le Rozier	le-rozier	76	48	481	44.1905	3.2095	5
48150	Meyrueis	meyrueis	76	48	481	44.1774	3.4308	5
48150	Saint-Pierre-des-Tripiers	saint-pierre-des-tripiers	76	48	481	44.2256	3.2732	5
48160	Ventalon en Cévennes	ventalon-en-cevennes	76	48	481	44.2853	3.8553	5
48160	Saint-Martin-de-Boubaux	saint-martin-de-boubaux	76	48	481	44.2	3.923	5
48160	Saint-Andéol-de-Clerguemort	saint-andeol-de-clerguemort	76	48	481	44.2833	3.9	5
48160	Le Collet-de-Dèze	le-collet-de-deze	76	48	481	44.245	3.9214	5
48160	Saint-Hilaire-de-Lavit	saint-hilaire-de-lavit	76	48	481	44.2505	3.8598	5
48160	Saint-Michel-de-Dèze	saint-michel-de-deze	76	48	481	44.2372	3.8918	5
48160	Saint-Julien-des-Points	saint-julien-des-points	76	48	481	44.2611	3.9648	5
48170	Arzenc-de-Randon	arzenc-de-randon	76	48	482	44.662	3.6328	5
48170	Chaudeyrac	chaudeyrac	76	48	482	44.6601	3.7563	5
48170	Saint-Frézal-d’Albuges	saint-frezal-d-albuges	76	48	482	44.563	3.7685	5
48170	Châteauneuf-de-Randon	chateauneuf-de-randon	76	48	482	44.6404	3.6754	5
48170	Saint-Sauveur-de-Ginestoux	saint-sauveur-de-ginestoux	76	48	482	44.7052	3.6062	5
48170	Saint-Jean-la-Fouillouse	saint-jean-la-fouillouse	76	48	482	44.7002	3.6908	5
48170	Belvezet	belvezet	76	48	482	44.5637	3.7464	5
48170	Laubert	laubert	76	48	482	44.585	3.64	5
48170	Montbel	montbel	76	48	482	44.5915	3.7151	5
48190	Sainte-Hélène	sainte-helene	76	48	482	44.5194	3.6035	5
48190	Saint-Julien-du-Tournel	saint-julien-du-tournel	76	48	482	44.5007	3.6827	5
48190	Mas-d’Orcières	mas-d-orcieres	76	48	482	44.4667	3.7	5
48190	Chadenet	chadenet	76	48	482	44.5	3.6167	5
48190	Le Bleymard	le-bleymard	76	48	482	44.4869	3.7361	5
48190	Bagnols-les-Bains	bagnols-les-bains	76	48	482	44.5062	3.6627	5
48190	Allenc	allenc	76	48	482	44.5413	3.6622	5
48190	Cubières	cubieres	76	48	482	44.473	3.7726	5
48190	Cubiérettes	cubierettes	76	48	482	44.45	3.7833	5
48200	Saint-Chély-d’Apcher	saint-chely-d-apcher	76	48	482	44.806	3.2743	5
48200	Les Bessons	les-bessons	76	48	482	44.7727	3.2536	5
48200	Prunières	prunieres	76	48	482	44.8269	3.3424	5
48200	Blavignac	blavignac	76	48	482	44.8862	3.2867	5
48200	La Fage-Saint-Julien	la-fage-saint-julien	76	48	482	44.803	3.1913	5
48200	Rimeize	rimeize	76	48	482	44.7648	3.3243	5
48200	Albaret-Sainte-Marie	albaret-sainte-marie	76	48	482	44.8893	3.2629	5
48200	Saint-Pierre-le-Vieux	saint-pierre-le-vieux	76	48	482	44.85	3.3167	5
48200	Les Monts-Verts	les-monts-verts	76	48	482	44.8577	3.2046	5
48210	Montbrun	montbrun	76	48	481	44.3366	3.5045	5
48210	Mas-Saint-Chély	mas-saint-chely	76	48	481	44.3167	3.4	5
48210	Sainte-Enimie	sainte-enimie	76	48	481	44.3667	3.4167	5
48210	Les Vignes	les-vignes	76	48	481	44.2807	3.2327	5
48210	La Malène	la-malene	76	48	481	44.3038	3.3188	5
48220	Saint-Maurice-de-Ventalon	saint-maurice-de-ventalon	76	48	481	44.3231	3.8298	5
48220	Pont de Montvert - Sud Mont Lozère	pont-de-montvert-sud-mont-lozere	76	48	481	44.3633	3.7436	5
48220	Vialas	vialas	76	48	481	44.3335	3.8973	5
48220	Le Pont-de-Montvert	le-pont-de-montvert	76	48	481	44.3649	3.7444	5
48220	Fraissinet-de-Lozère	fraissinet-de-lozere	76	48	481	44.3764	3.7064	5
48230	Cultures	cultures	76	48	482	44.493	3.3781	5
48230	Les Salelles	les-salelles	76	48	482	44.4819	3.2794	5
48230	Chanac	chanac	76	48	482	44.4661	3.3433	5
48230	Esclanèdes	esclanedes	76	48	482	44.4821	3.3615	5
48240	Saint-Privat-de-Vallongue	saint-privat-de-vallongue	76	48	481	44.2741	3.8388	5
48240	Saint-André-de-Lancize	saint-andre-de-lancize	76	48	481	44.2577	3.8092	5
48240	Saint-Frézal-de-Ventalon	saint-frezal-de-ventalon	76	48	481	44.2833	3.8667	5
48240	Ventalon en Cévennes	ventalon-en-cevennes	76	48	481	44.2853	3.8553	5
48250	La Bastide-Puylaurent	la-bastide-puylaurent	76	48	482	44.5917	3.9054	5
48250	Chasseradès	chasserades	76	48	482	44.5515	3.8254	5
48250	Luc	luc	76	48	482	44.6501	3.891	5
48260	Nasbinals	nasbinals	76	48	482	44.6624	3.0471	5
48260	Recoules-d’Aubrac	recoules-d-aubrac	76	48	482	44.6919	3.0247	5
48260	Marchastel	marchastel	76	48	482	44.6508	3.1066	5
48260	Grandvals	grandvals	76	48	482	44.7397	3.037	5
48270	Malbouzon	malbouzon	76	48	482	44.701	3.1358	5
48300	Cheylard-l'Évêque	cheylard-l-eveque	76	48	482	44.6481	3.8034	5
48300	Langogne	langogne	76	48	482	44.7273	3.8554	5
48300	Chastanier	chastanier	76	48	482	44.7255	3.7541	5
48300	Saint-Flour-de-Mercoire	saint-flour-de-mercoire	76	48	482	44.696	3.8258	5
48300	Pierrefiche	pierrefiche	76	48	482	44.6908	3.733	5
48300	Rocles	rocles	76	48	482	44.7138	3.7815	5
48300	Naussac-Fontanes	naussac-fontanes	76	48	482	44.7273	3.8393	5
48300	Fontanes	fontanes	76	48	482	44.7686	3.7837	5
48300	Naussac	naussac	76	48	482	44.7277	3.8385	5
48310	Termes	termes	76	48	482	44.8127	3.1675	5
48310	Arzenc-d’Apcher	arzenc-d-apcher	76	48	482	44.8556	3.0998	5
48310	La Fage-Montivernoux	la-fage-montivernoux	76	48	482	44.7577	3.1524	5
48310	Noalhac	noalhac	76	48	482	44.8116	3.1065	5
48310	Brion	brion	76	48	482	44.755	3.0707	5
48310	Saint-Laurent-de-Veyrès	saint-laurent-de-veyres	76	48	482	44.7729	3.1328	5
48310	Saint-Juéry	saint-juery	76	48	482	44.8266	3.0839	5
48310	Chauchailles	chauchailles	76	48	482	44.7953	3.0837	5
48310	Albaret-le-Comtal	albaret-le-comtal	76	48	482	44.8752	3.1271	5
48310	Fournels	fournels	76	48	482	44.8165	3.1211	5
48320	Ispagnac	ispagnac	76	48	481	44.3707	3.5381	5
48320	Quézac	quezac	76	48	481	44.3697	3.5241	5
48330	Saint-Étienne-Vallée-Française	saint-etienne-vallee-francaise	76	48	481	44.1665	3.8422	5
48340	Les Hermaux	les-hermaux	76	48	482	44.5169	3.1307	5
48340	Trélans	trelans	76	48	482	44.5001	3.0905	5
48340	Saint-Germain-du-Teil	saint-germain-du-teil	76	48	482	44.4786	3.1725	5
48340	Saint-Pierre-de-Nogaret	saint-pierre-de-nogaret	76	48	482	44.4706	3.1369	5
48370	Saint-Germain-de-Calberte	saint-germain-de-calberte	76	48	481	44.2176	3.8094	5
48400	Vebron	vebron	76	48	481	44.2333	3.5667	5
48400	Bédouès-Cocurès	bedoues-cocures	76	48	481	44.3483	3.6203	5
48400	Saint-Laurent-de-Trèves	saint-laurent-de-treves	76	48	481	44.272	3.6011	5
48400	Florac	florac	76	48	481	44.3167	3.6	5
48400	Rousses	rousses	76	48	481	44.2043	3.5819	5
48400	Cassagnas	cassagnas	76	48	481	44.2696	3.7426	5
48400	Cocurès	cocures	76	48	481	44.3462	3.6192	5
48400	Florac Trois Rivières	florac-trois-rivieres	76	48	481	44.3261	3.5931	5
48400	Bédouès	bedoues	76	48	481	44.3444	3.6056	5
48400	La Salle-Prunet	la-salle-prunet	76	48	481	44.3165	3.6141	5
48400	Les Bondons	les-bondons	76	48	481	44.3865	3.6211	5
48400	Saint-Julien-d’Arpaon	saint-julien-d-arpaon	76	48	481	44.2981	3.6695	5
48400	Barre-des-Cévennes	barre-des-cevennes	76	48	481	44.2443	3.6548	5
48400	Bassurels	bassurels	76	48	481	44.1825	3.6271	5
48400	Fraissinet-de-Fourques	fraissinet-de-fourques	76	48	481	44.2149	3.5389	5
48500	Banassac-Canilhac	banassac-canilhac	76	48	482	44.4361	3.2	5
48500	Le Recoux	le-recoux	76	48	481	44.3381	3.1473	5
48500	Laval-du-Tarn	laval-du-tarn	76	48	482	44.3558	3.3504	5
48500	Saint-Saturnin	saint-saturnin	76	48	482	44.4167	3.1833	5
48500	La Tieule	la-tieule	76	48	482	44.384	3.1567	5
48500	Saint-Rome-de-Dolan	saint-rome-de-dolan	76	48	481	44.2734	3.2162	5
48500	Banassac	banassac	76	48	482	44.4363	3.1996	5
48500	La Canourgue	la-canourgue	76	48	482	44.4313	3.2158	5
48500	Saint-Georges-de-Lévéjac	saint-georges-de-levejac	76	48	481	44.3189	3.2311	5
48500	Le Massegros	le-massegros	76	48	481	44.3086	3.1757	5
48500	Canilhac	canilhac	76	48	482	44.4235	3.1511	5
48600	Saint-Symphorien	saint-symphorien	76	48	482	44.8403	3.6253	5
48600	Auroux	auroux	76	48	482	44.7531	3.7282	5
48600	Chambon-le-Château	chambon-le-chateau	76	48	482	44.8539	3.6597	5
48600	Grandrieu	grandrieu	76	48	482	44.7839	3.6343	5
48600	La Panouse	la-panouse	76	48	482	44.7296	3.5888	5
48600	Saint-Bonnet-de-Montauroux	saint-bonnet-de-montauroux	76	48	482	44.8165	3.7203	5
48600	Saint-Paul-le-Froid	saint-paul-le-froid	76	48	482	44.7916	3.5713	5
48600	Laval-Atger	laval-atger	76	48	482	44.8079	3.6956	5
48700	La Villedieu	la-villedieu	76	48	482	44.7146	3.5212	5
48700	Serverette	serverette	76	48	482	44.7051	3.3863	5
48700	Saint-Denis-en-Margeride	saint-denis-en-margeride	76	48	482	44.7333	3.4667	5
48700	Fontans	fontans	76	48	482	44.7395	3.3864	5
48700	Les Laubies	les-laubies	76	48	482	44.6866	3.4314	5
48700	Estables	estables	76	48	482	44.6667	3.4167	5
48700	Rieutort-de-Randon	rieutort-de-randon	76	48	482	44.6333	3.4833	5
48700	Saint-Gal	saint-gal	76	48	482	44.6684	3.426	5
48700	Saint-Amans	saint-amans	76	48	482	44.6667	3.45	5
48700	Ribennes	ribennes	76	48	482	44.639	3.3958	5
48800	Villefort	villefort	76	48	482	44.4384	3.9331	5
48800	Pourcharesses	pourcharesses	76	48	482	44.4667	3.9167	5
48800	Pied-de-Borne	pied-de-borne	76	48	482	44.4757	3.9843	5
48800	Saint-André-Capcèze	saint-andre-capceze	76	48	482	44.4166	3.9489	5
48800	Prévenchères	prevencheres	76	48	482	44.5215	3.9095	5
48800	Altier	altier	76	48	482	44.4745	3.8607	5
65000	Tarbes	tarbes	76	65	653	43.2333	0.0833	5
65001 CEDEX	Tarbes	tarbes	76	65	653	43.2333	0.0833	5
65002 CEDEX	Tarbes	tarbes	76	65	653	43.2333	0.0833	5
65003 CEDEX	Tarbes	tarbes	76	65	653	43.2333	0.0833	5
65004 CEDEX	Tarbes	tarbes	76	65	653	43.2333	0.0833	5
65005 CEDEX	Tarbes	tarbes	76	65	653	43.2333	0.0833	5
65006 CEDEX	Tarbes	tarbes	76	65	653	43.2333	0.0833	5
65007 CEDEX	Tarbes	tarbes	76	65	653	43.2333	0.0833	5
65008 CEDEX	Tarbes	tarbes	76	65	653	43.2333	0.0833	5
65009 CEDEX	Tarbes	tarbes	76	65	653	43.2333	0.0833	5
65010 CEDEX	Tarbes	tarbes	76	65	653	43.2333	0.0833	5
65013 CEDEX 9	Tarbes	tarbes	76	65	653	43.2333	0.0833	5
65014 CEDEX 9	Tarbes	tarbes	76	65	653	43.2333	0.0833	5
65015 CEDEX 9	Tarbes	tarbes	76	65	653	43.2333	0.0833	5
65016 CEDEX	Tarbes	tarbes	76	65	653	43.2333	0.0833	5
65017 CEDEX 9	Tarbes	tarbes	76	65	653	43.2333	0.0833	5
65018 CEDEX 9	Tarbes	tarbes	76	65	653	43.2333	0.0833	5
65020 CEDEX 9	Tarbes	tarbes	76	65	653	43.2333	0.0833	5
65021 CEDEX 9	Tarbes	tarbes	76	65	653	43.2333	0.0833	5
65022 CEDEX 9	Tarbes	tarbes	76	65	653	43.2333	0.0833	5
65023 CEDEX 9	Tarbes	tarbes	76	65	653	43.2333	0.0833	5
65024 CEDEX 9	Tarbes	tarbes	76	65	653	43.2333	0.0833	5
65025 CEDEX 9	Tarbes	tarbes	76	65	653	43.2333	0.0833	5
65100	Arcizac-ez-Angles	arcizac-ez-angles	76	65	651	43.0933	0.0112	5
65100	Ossen	ossen	76	65	651	43.0667	-0.0667	5
65100	Cheust	cheust	76	65	651	43.0517	0.0151	5
65100	Ossun-ez-Angles	ossun-ez-angles	76	65	651	43.0794	0.0564	5
65100	Paréac	pareac	76	65	651	43.1162	0.0234	5
65100	Lézignan	lezignan	76	65	651	43.0985	-0.0021	5
65100	Poueyferré	poueyferre	76	65	651	43.1167	-0.0667	5
65100	Juncalas	juncalas	76	65	651	43.0488	-0.0129	5
65100	Ourdon	ourdon	76	65	651	43.0333	-0.0167	5
65100	Lourdes	lourdes	76	65	651	43.1	-0.05	5
65100	Artigues	artigues	76	65	651	43.0757	0.0025	5
65100	Gez-ez-Angles	gez-ez-angles	76	65	651	43.0914	0.0247	5
65100	Jarret	jarret	76	65	651	43.0833	-0.0167	5
65100	Berbérust-Lias	berberust-lias	76	65	651	43.0333	-0.0333	5
65100	Arrayou-Lahitte	arrayou-lahitte	76	65	651	43.0933	0.0403	5
65100	Ségus	segus	76	65	651	43.0667	-0.0667	5
65100	Bourréac	bourreac	76	65	651	43.1036	0.0013	5
65100	Sère-Lanso	sere-lanso	76	65	651	43.0695	0.0091	5
65100	Gazost	gazost	76	65	651	43.0322	0.0078	5
65100	Saint-Créac	saint-creac	76	65	651	43.05	-0.0167	5
65100	Lugagnan	lugagnan	76	65	651	43.05	-0.0333	5
65100	Barlest	barlest	76	65	651	43.1511	-0.0919	5
65100	Aspin-en-Lavedan	aspin-en-lavedan	76	65	651	43.0833	-0.05	5
65100	Adé	ade	76	65	651	43.1333	-0.0333	5
65100	Geu	geu	76	65	651	43.0333	-0.05	5
65100	Escoubès-Pouts	escoubes-pouts	76	65	651	43.1064	0.0308	5
65100	Ousté	ouste	76	65	651	43.0488	-0.0129	5
65100	Ger	ger	76	65	651	43.05	-0.0333	5
65100	Viger	viger	76	65	651	43.0631	-0.0475	5
65100	Les Angles	les-angles	76	65	651	43.0836	0.0075	5
65100	Omex	omex	76	65	651	43.0833	-0.0833	5
65100	Bartrès	bartres	76	65	651	43.1234	-0.0467	5
65100	Loubajac	loubajac	76	65	651	43.1333	-0.0833	5
65100	Julos	julos	76	65	651	43.1222	0.0044	5
65100	Arrodets-ez-Angles	arrodets-ez-angles	76	65	651	43.075	0.0392	5
65100	Ourdis-Cotdoussan	ourdis-cotdoussan	76	65	651	43.05	0.0167	5
65101 CEDEX	Lourdes	lourdes	76	65	651	43.1	-0.05	5
65102 CEDEX	Lourdes	lourdes	76	65	651	43.1	-0.05	5
65103 CEDEX	Lourdes	lourdes	76	65	651	43.1	-0.05	5
65104 CEDEX	Lourdes	lourdes	76	65	651	43.1	-0.05	5
65105 CEDEX	Lourdes	lourdes	76	65	651	43.1	-0.05	5
65106 CEDEX	Lourdes	lourdes	76	65	651	43.1	-0.05	5
65107 CEDEX	Lourdes	lourdes	76	65	651	43.1	-0.05	5
65108 CEDEX	Lourdes	lourdes	76	65	651	43.1	-0.05	5
65110	Cauterets	cauterets	76	65	651	42.8833	-0.1167	5
65111 CEDEX	Cauterets	cauterets	76	65	651	42.8833	-0.1167	5
65112 CEDEX	Cauterets	cauterets	76	65	651	42.8833	-0.1167	5
65116 CEDEX	Cauterets	cauterets	76	65	651	42.8833	-0.1167	5
65117 CEDEX	Cauterets	cauterets	76	65	651	42.8833	-0.1167	5
65120	Chèze	cheze	76	65	651	42.9	-0.0333	5
65120	Betpouey	betpouey	76	65	651	42.8833	0.0333	5
65120	Grust	grust	76	65	651	42.8833	-0.0333	5
65120	Esquièze-Sère	esquieze-sere	76	65	651	42.8833	0	5
65120	Saligos	saligos	76	65	651	42.9	-0.0167	5
65120	Gavarnie-Gèdre	gavarnie-gedre	76	65	651	42.7864	0.0192	5
65120	Gavarnie	gavarnie	76	65	651	42.7319	-0.0089	5
65120	Viella	viella	76	65	651	42.8786	0.0161	5
65120	Sers	sers	76	65	651	42.8872	0.0394	5
65120	Luz-Saint-Sauveur	luz-saint-sauveur	76	65	651	42.8719	-0.0032	5
65120	Gèdre	gedre	76	65	651	42.7872	0.0189	5
65120	Barèges	bareges	76	65	651	42.8967	0.065	5
65120	Sassis	sassis	76	65	651	42.8667	-0.0167	5
65120	Sazos	sazos	76	65	651	42.8833	-0.0167	5
65120	Viey	viey	76	65	651	42.8815	0.0247	5
65120	Viscos	viscos	76	65	651	42.9167	-0.05	5
65120	Esterre	esterre	76	65	651	42.8749	0.0062	5
65120	Vizos	vizos	76	65	651	42.8833	-0.0167	5
65130	Espieilh	espieilh	76	65	652	43.0737	0.2408	5
65130	Lomné	lomne	76	65	652	43.045	0.2958	5
65130	Castillon	castillon	76	65	652	43.0894	0.2147	5
65130	Esconnets	esconnets	76	65	652	43.0688	0.2272	5
65130	Espèche	espeche	76	65	652	43.0603	0.2939	5
65130	Chelle-Spou	chelle-spou	76	65	652	43.1367	0.2418	5
65130	Péré	pere	76	65	652	43.1373	0.3113	5
65130	Fréchendets	frechendets	76	65	652	43.0629	0.2393	5
65130	Labastide	labastide	76	65	652	43.0348	0.3523	5
65130	Tilhouse	tilhouse	76	65	652	43.088	0.3083	5
65130	Escots	escots	76	65	652	43.0595	0.2581	5
65130	Benqué	benque	76	65	652	43.095	0.2823	5
65130	Arrodets	arrodets	76	65	652	43.0306	0.2829	5
65130	Bonnemazon	bonnemazon	76	65	652	43.1044	0.2698	5
65130	Batsère	batsere	76	65	652	43.0625	0.2886	5
65130	Bourg-de-Bigorre	bourg-de-bigorre	76	65	652	43.1	0.2667	5
65130	Mauvezin	mauvezin	76	65	652	43.1158	0.2829	5
65130	Capvern	capvern	76	65	652	43.1036	0.316	5
65130	Esparros	esparros	76	65	652	43.0312	0.3207	5
65130	Avezac-Prat-Lahitte	avezac-prat-lahitte	76	65	652	43.0667	0.3333	5
65130	Molère	molere	76	65	652	43.0977	0.2962	5
65130	Bulan	bulan	76	65	652	43.0403	0.2777	5
65130	Sarlabous	sarlabous	76	65	652	43.0762	0.2766	5
65130	Artiguemy	artiguemy	76	65	652	43.1285	0.2471	5
65130	Laborde	laborde	76	65	652	43.0344	0.3017	5
65130	Gourgue	gourgue	76	65	652	43.1365	0.2629	5
65130	Asque	asque	76	65	652	43.0445	0.2555	5
65130	Bettes	bettes	76	65	652	43.0784	0.2134	5
65140	Gensac	gensac	76	65	653	43.4316	0.0853	5
65140	Laméac	lameac	76	65	653	43.3333	0.2272	5
65140	Peyrun	peyrun	76	65	653	43.3311	0.1894	5
65140	Sénac	senac	76	65	653	43.3552	0.1842	5
65140	Trouley-Labarthe	trouley-labarthe	76	65	653	43.3158	0.2409	5
65140	Ansost	ansost	76	65	653	43.4332	0.1109	5
65140	Tostat	tostat	76	65	653	43.3295	0.1002	5
65140	Saint-Sever-de-Rustan	saint-sever-de-rustan	76	65	653	43.3503	0.2239	5
65140	Monfaucon	monfaucon	76	65	653	43.4549	0.1149	5
65140	Ségalas	segalas	76	65	653	43.4109	0.1191	5
65140	Mansan	mansan	76	65	653	43.3392	0.1941	5
65140	Mingot	mingot	76	65	653	43.3717	0.1712	5
65140	Escondeaux	escondeaux	76	65	653	43.3398	0.1298	5
65140	Ugnouas	ugnouas	76	65	653	43.341	0.0994	5
65140	Liac	liac	76	65	653	43.4142	0.0995	5
65140	Sarriac-Bigorre	sarriac-bigorre	76	65	653	43.383	0.1286	5
65140	Bouilh-Devant	bouilh-devant	76	65	653	43.3321	0.2597	5
65140	Rabastens-de-Bigorre	rabastens-de-bigorre	76	65	653	43.3877	0.1512	5
65140	Barbachen	barbachen	76	65	653	43.4347	0.1262	5
65140	Bazillac	bazillac	76	65	653	43.3536	0.099	5
65140	Buzon	buzon	76	65	653	43.4405	0.1435	5
65140	Lescurry	lescurry	76	65	653	43.3342	0.153	5
65140	Lacassagne	lacassagne	76	65	653	43.3558	0.1486	5
65140	Moumoulous	moumoulous	76	65	653	43.36	0.2398	5
65150	Générest	generest	76	65	652	43.0329	0.5256	5
65150	Nistos	nistos	76	65	652	43.0171	0.4789	5
65150	Seich	seich	76	65	652	43.0176	0.4904	5
65150	Saint-Paul	saint-paul	76	65	652	43.0805	0.5058	5
65150	Mazères-de-Neste	mazeres-de-neste	76	65	652	43.0667	0.5667	5
65150	Bizous	bizous	76	65	652	43.0667	0.4411	5
65150	Saint-Laurent-de-Neste	saint-laurent-de-neste	76	65	652	43.0778	0.4825	5
65150	Montégut	montegut	76	65	652	43.0648	0.5026	5
65150	Cantaous	cantaous	76	65	652	43.1028	0.4436	5
65150	Bize	bize	76	65	652	43.0431	0.4723	5
65150	Tuzaguet	tuzaguet	76	65	652	43.0783	0.4386	5
65150	Lombrès	lombres	76	65	652	43.0565	0.51	5
65150	Montsérié	montserie	76	65	652	43.0506	0.4356	5
65150	Anères	aneres	76	65	652	43.0689	0.4646	5
65150	Hautaget	hautaget	76	65	652	43.0563	0.4553	5
65150	Tibiran-Jaunac	tibiran-jaunac	76	65	652	43.0489	0.5435	5
65150	Nestier	nestier	76	65	652	43.0632	0.4778	5
65170	Guchan	guchan	76	65	652	42.8492	0.3502	5
65170	Sailhan	sailhan	76	65	652	42.8196	0.3345	5
65170	Camparan	camparan	76	65	652	42.8377	0.3547	5
65170	Saint-Lary-Soulan	saint-lary-soulan	76	65	652	42.8171	0.3224	5
65170	Bazus-Aure	bazus-aure	76	65	652	42.8567	0.3503	5
65170	Vielle-Aure	vielle-aure	76	65	652	42.83	0.3265	5
65170	Azet	azet	76	65	652	42.8105	0.3527	5
65170	Vignec	vignec	76	65	652	42.825	0.3172	5
65170	Ens	ens	76	65	652	42.8069	0.3407	5
65170	Tramezaïgues	tramezaigues	76	65	652	42.7968	0.2906	5
65170	Cadeilhan-Trachère	cadeilhan-trachere	76	65	652	42.8162	0.3145	5
65170	Estensan	estensan	76	65	652	42.819	0.3442	5
65170	Grailhen	grailhen	76	65	652	42.8471	0.3614	5
65170	Aragnouet	aragnouet	76	65	652	42.7874	0.2165	5
65170	Bourisp	bourisp	76	65	652	42.8283	0.3385	5
65171 CEDEX	Saint-Lary-Soulan	saint-lary-soulan	76	65	652	42.8171	0.3224	5
65190	Hitte	hitte	76	65	653	43.1483	0.166	5
65190	Lanespède	lanespede	76	65	653	43.1667	0.2667	5
65190	Castéra-Lanusse	castera-lanusse	76	65	653	43.1667	0.2833	5
65190	Goudon	goudon	76	65	653	43.2434	0.2339	5
65190	Caharet	caharet	76	65	653	43.1455	0.3192	5
65190	Fréchou-Fréchet	frechou-frechet	76	65	653	43.1758	0.1581	5
65190	Lhez	lhez	76	65	653	43.2021	0.1971	5
65190	Oueilloux	oueilloux	76	65	653	43.17	0.1781	5
65190	Bégole	begole	76	65	653	43.1574	0.3291	5
65190	Burg	burg	76	65	653	43.1901	0.3251	5
65190	Clarac	clarac	76	65	653	43.2219	0.246	5
65190	Oléac-Dessus	oleac-dessus	76	65	653	43.1614	0.189	5
65190	Moulédous	mouledous	76	65	653	43.2333	0.2333	5
65190	Lespouey	lespouey	76	65	653	43.2158	0.1732	5
65190	Bernadets-Dessus	bernadets-dessus	76	65	653	43.2167	0.3055	5
65190	Calavanté	calavante	76	65	653	43.2048	0.1612	5
65190	Luc	luc	76	65	653	43.1519	0.1802	5
65190	Tournay	tournay	76	65	653	43.1844	0.2445	5
65190	Sinzos	sinzos	76	65	653	43.2181	0.216	5
65190	Poumarous	poumarous	76	65	653	43.1517	0.2133	5
65190	Ricaud	ricaud	76	65	653	43.1485	0.2637	5
65190	Mascaras	mascaras	76	65	653	43.1903	0.1688	5
65190	Bordes	bordes	76	65	653	43.2006	0.2247	5
65190	Peyraube	peyraube	76	65	653	43.2032	0.245	5
65190	Orieux	orieux	76	65	653	43.2325	0.2932	5
65190	Ozon	ozon	76	65	653	43.1738	0.2547	5
65200	Banios	banios	76	65	652	43.0451	0.2335	5
65200	Labassère	labassere	76	65	652	43.0582	0.0961	5
65200	Asté	aste	76	65	652	43.0409	0.1694	5
65200	Loucrup	loucrup	76	65	653	43.1211	0.0694	5
65200	Marsas	marsas	76	65	652	43.0527	0.2258	5
65200	Ordizan	ordizan	76	65	652	43.1084	0.1302	5
65200	Mérilheu	merilheu	76	65	652	43.0947	0.1753	5
65200	Pouzac	pouzac	76	65	652	43.0861	0.1352	5
65200	Trébons	trebons	76	65	652	43.1019	0.1209	5
65200	Germs-sur-l’Oussouet	germs-sur-l-oussouet	76	65	651	43.0516	0.0574	5
65200	Montgaillard	montgaillard	76	65	652	43.1249	0.1074	5
65200	Argelès-Bagnères	argeles-bagneres	76	65	652	43.0891	0.1977	5
65200	Lies	lies	76	65	652	43.0662	0.2089	5
65200	Hiis	hiis	76	65	652	43.1365	0.1	5
65200	Hauban	hauban	76	65	652	43.0943	0.1627	5
65200	Astugue	astugue	76	65	652	43.0936	0.0722	5
65200	Neuilh	neuilh	76	65	652	43.0781	0.0736	5
65200	Cieutat	cieutat	76	65	652	43.1235	0.216	5
65200	Orignac	orignac	76	65	652	43.1251	0.169	5
65200	Visker	visker	76	65	653	43.139	0.0652	5
65200	Gerde	gerde	76	65	652	43.0557	0.1669	5
65200	Bagnères-de-Bigorre	bagneres-de-bigorre	76	65	652	43.0667	0.15	5
65200	Uzer	uzer	76	65	652	43.0789	0.1938	5
65200	Antist	antist	76	65	652	43.1183	0.127	5
65201 CEDEX	Bagnères-de-Bigorre	bagneres-de-bigorre	76	65	652	43.0667	0.15	5
65202 CEDEX	Bagnères-de-Bigorre	bagneres-de-bigorre	76	65	652	43.0667	0.15	5
65203 CEDEX	Bagnères-de-Bigorre	bagneres-de-bigorre	76	65	652	43.0667	0.15	5
65204 CEDEX	Bagnères-de-Bigorre	bagneres-de-bigorre	76	65	652	43.0667	0.15	5
65220	Lamarque-Rustaing	lamarque-rustaing	76	65	653	43.2744	0.2946	5
65220	Lalanne-Trie	lalanne-trie	76	65	653	43.3223	0.3379	5
65220	Lustar	lustar	76	65	653	43.2684	0.3349	5
65220	Fontrailles	fontrailles	76	65	653	43.3428	0.3526	5
65220	Fréchède	frechede	76	65	653	43.3656	0.2562	5
65220	Bugard	bugard	76	65	653	43.2574	0.3128	5
65220	Vidou	vidou	76	65	653	43.3003	0.3229	5
65220	Sère-Rustaing	sere-rustaing	76	65	653	43.2623	0.2941	5
65220	Trie-sur-Baïse	trie-sur-baise	76	65	653	43.3333	0.3667	5
65220	Sadournin	sadournin	76	65	653	43.3151	0.399	5
65220	Villembits	villembits	76	65	653	43.2788	0.3113	5
65220	Puydarrieux	puydarrieux	76	65	653	43.2861	0.3912	5
65220	Tournous-Darré	tournous-darre	76	65	653	43.2861	0.3606	5
65220	Bonnefont	bonnefont	76	65	653	43.2498	0.3448	5
65220	Lapeyre	lapeyre	76	65	653	43.3223	0.3379	5
65220	Lubret-Saint-Luc	lubret-saint-luc	76	65	653	43.3198	0.3002	5
65220	Antin	antin	76	65	653	43.333	0.2804	5
65220	Luby-Betmont	luby-betmont	76	65	653	43.2974	0.2932	5
65220	Estampures	estampures	76	65	653	43.3667	0.2	5
65220	Bernadets-Debat	bernadets-debat	76	65	653	43.3537	0.3167	5
65220	Mazerolles	mazerolles	76	65	653	43.3516	0.2805	5
65230	Castelnau-Magnoac	castelnau-magnoac	76	65	653	43.2941	0.5061	5
65230	Betpouy	betpouy	76	65	653	43.2762	0.4589	5
65230	Cizos	cizos	76	65	653	43.2592	0.4854	5
65230	Thermes-Magnoac	thermes-magnoac	76	65	653	43.2979	0.5935	5
65230	Campuzan	campuzan	76	65	653	43.2722	0.4257	5
65230	Devèze	deveze	76	65	653	43.2717	0.5469	5
65230	Organ	organ	76	65	653	43.2762	0.4831	5
65230	Barthe	barthe	76	65	653	43.2821	0.4719	5
65230	Hachan	hachan	76	65	653	43.285	0.4587	5
65230	Pouy	pouy	76	65	653	43.2605	0.556	5
65230	Aries-Espénan	aries-espenan	76	65	653	43.276	0.5309	5
65230	Larroque	larroque	76	65	653	43.3107	0.4904	5
65230	Lalanne	lalanne	76	65	653	43.2667	0.5667	5
65230	Caubous	caubous	76	65	653	43.2441	0.4757	5
65230	Casterets	casterets	76	65	653	43.313	0.5625	5
65230	Sariac-Magnoac	sariac-magnoac	76	65	653	43.3093	0.5401	5
65230	Puntous	puntous	76	65	653	43.3056	0.4707	5
65230	Peyret-Saint-André	peyret-saint-andre	76	65	653	43.3196	0.5062	5
65230	Guizerix	guizerix	76	65	653	43.3237	0.4479	5
65230	Villemur	villemur	76	65	653	43.254	0.5479	5
65230	Vieuzos	vieuzos	76	65	653	43.2597	0.4538	5
65230	Betbèze	betbeze	76	65	653	43.2835	0.5726	5
65240	Grézian	grezian	76	65	652	42.8685	0.3506	5
65240	Cadéac	cadeac	76	65	652	42.8882	0.3505	5
65240	Germ	germ	76	65	652	42.7973	0.4214	5
65240	Gouaux	gouaux	76	65	652	42.8656	0.3617	5
65240	Aspin-Aure	aspin-aure	76	65	652	42.9318	0.3411	5
65240	Loudenvielle	loudenvielle	76	65	652	42.7961	0.4111	5
65240	Ardengost	ardengost	76	65	652	42.9251	0.4052	5
65240	Barrancoueu	barrancoueu	76	65	652	42.9097	0.3374	5
65240	Lançon	lancon	76	65	652	42.8851	0.367	5
65240	Arreau	arreau	76	65	652	42.9046	0.3604	5
65240	Loudervielle	loudervielle	76	65	652	42.8121	0.4268	5
65240	Mont	mont	76	65	652	42.8162	0.4289	5
65240	Armenteule	armenteule	76	65	652	42.8165	0.4139	5
65240	Avajan	avajan	76	65	652	42.8433	0.4097	5
65240	Bareilles	bareilles	76	65	652	42.8958	0.4261	5
65240	Jézeau	jezeau	76	65	652	42.9012	0.3824	5
65240	Vielle-Louron	vielle-louron	76	65	652	42.8333	0.4	5
65240	Adervielle-Pouchergues	adervielle-pouchergues	76	65	652	42.8193	0.4048	5
65240	Génos	genos	76	65	652	42.809	0.4026	5
65240	Aulon	aulon	76	65	652	42.8512	0.2968	5
65240	Cazaux-Fréchet-Anéran-Camors	cazaux-frechet-aneran-camors	76	65	652	42.8333	0.4167	5
65240	Estarvielle	estarvielle	76	65	652	42.8209	0.4149	5
65240	Fréchet-Aure	frechet-aure	76	65	652	42.9291	0.3677	5
65240	Pailhac	pailhac	76	65	652	42.9087	0.3659	5
65240	Guchen	guchen	76	65	652	42.8638	0.3391	5
65250	Izaux	izaux	76	65	652	43.0627	0.3747	5
65250	Mazouau	mazouau	76	65	652	43.0333	0.4	5
65250	La Barthe-de-Neste	la-barthe-de-neste	76	65	652	43.0812	0.3844	5
65250	Montoussé	montousse	76	65	652	43.0665	0.4148	5
65250	Hèches	heches	76	65	652	43.0162	0.3729	5
65250	Escala	escala	76	65	652	43.0833	0.404	5
65250	Gazave	gazave	76	65	652	43.0365	0.4191	5
65250	Saint-Arroman	saint-arroman	76	65	652	43.0447	0.4015	5
65250	Bazus-Neste	bazus-neste	76	65	652	43.0352	0.3802	5
65250	Lortet	lortet	76	65	652	43.0435	0.3787	5
65260	Adast	adast	76	65	651	42.9743	-0.0787	5
65260	Villelongue	villelongue	76	65	651	42.95	-0.05	5
65260	Pierrefitte-Nestalas	pierrefitte-nestalas	76	65	651	42.9667	-0.0667	5
65260	Soulom	soulom	76	65	651	42.95	-0.0667	5
65270	Peyrouse	peyrouse	76	65	651	43.1	-0.1167	5
65270	Saint-Pé-de-Bigorre	saint-pe-de-bigorre	76	65	651	43.1037	-0.1594	5
65290	Juillan	juillan	76	65	653	43.1994	0.0257	5
65290	Louey	louey	76	65	653	43.176	0.0194	5
65300	Uglas	uglas	76	65	652	43.1413	0.4329	5
65300	Campistrous	campistrous	76	65	652	43.1525	0.3766	5
65300	Lutilhous	lutilhous	76	65	652	43.1291	0.3289	5
65300	Tajan	tajan	76	65	652	43.1888	0.4595	5
65300	Lagrange	lagrange	76	65	652	43.1262	0.3471	5
65300	Pinas	pinas	76	65	652	43.1158	0.4348	5
65300	Réjaumont	rejaumont	76	65	652	43.1597	0.4492	5
65300	Clarens	clarens	76	65	652	43.1627	0.415	5
65300	Lannemezan	lannemezan	76	65	652	43.1252	0.384	5
65301 CEDEX	Lannemezan	lannemezan	76	65	652	43.1252	0.384	5
65302 CEDEX	Lannemezan	lannemezan	76	65	652	43.1252	0.384	5
65303 CEDEX	Lannemezan	lannemezan	76	65	652	43.1252	0.384	5
65307 CEDEX	Lannemezan	lannemezan	76	65	652	43.1252	0.384	5
65308 CEDEX	Lannemezan	lannemezan	76	65	652	43.1252	0.384	5
65309 CEDEX	Lannemezan	lannemezan	76	65	652	43.1252	0.384	5
65310	Horgues	horgues	76	65	653	43.1887	0.0873	5
65310	Laloubère	laloubere	76	65	653	43.2043	0.073	5
65310	Odos	odos	76	65	653	43.1962	0.0569	5
65311 CEDEX	Laloubère	laloubere	76	65	653	43.2043	0.073	5
65312 CEDEX	Laloubère	laloubere	76	65	653	43.2043	0.073	5
65320	Gardères	garderes	76	65	653	43.2799	-0.1112	5
65320	Lagarde	lagarde	76	65	653	43.3049	0.0325	5
65320	Gayan	gayan	76	65	653	43.3077	0.043	5
65320	Tarasteix	tarasteix	76	65	653	43.3207	-0.0063	5
65320	Pintac	pintac	76	65	653	43.2851	-0.0092	5
65320	Séron	seron	76	65	653	43.3222	-0.0975	5
65320	Oroix	oroix	76	65	653	43.301	-0.0321	5
65320	Bordères-sur-l’Échez	borderes-sur-l-echez	76	65	653	43.2583	0.0495	5
65320	Luquet	luquet	76	65	653	43.2648	-0.1193	5
65321 CEDEX	Bordères-sur-l’Échez	borderes-sur-l-echez	76	65	653	43.2583	0.0495	5
65330	Recurt	recurt	76	65	652	43.216	0.435	5
65330	Sentous	sentous	76	65	652	43.2642	0.3769	5
65330	Galan	galan	76	65	652	43.2224	0.4068	5
65330	Bonrepos	bonrepos	76	65	652	43.1931	0.373	5
65330	Tournous-Devant	tournous-devant	76	65	652	43.2486	0.4182	5
65330	Sabarros	sabarros	76	65	652	43.2361	0.4342	5
65330	Galez	galez	76	65	652	43.1898	0.4061	5
65330	Castelbajac	castelbajac	76	65	652	43.1838	0.3574	5
65330	Montastruc	montastruc	76	65	652	43.2183	0.3437	5
65330	Houeydets	houeydets	76	65	652	43.1625	0.354	5
65330	Libaros	libaros	76	65	652	43.253	0.39	5
65350	Peyriguère	peyriguere	76	65	653	43.2531	0.2625	5
65350	Oléac-Debat	oleac-debat	76	65	653	43.2696	0.1366	5
65350	Cabanac	cabanac	76	65	653	43.2707	0.2288	5
65350	Mun	mun	76	65	653	43.2828	0.2691	5
65350	Marseillan	marseillan	76	65	653	43.3023	0.2161	5
65350	Osmets	osmets	76	65	653	43.3045	0.2623	5
65350	Coussan	coussan	76	65	653	43.2455	0.1984	5
65350	Soréac	soreac	76	65	653	43.3133	0.1583	5
65350	Lizos	lizos	76	65	653	43.2625	0.1455	5
65350	Gonez	gonez	76	65	653	43.2318	0.2144	5
65350	Castéra-Lou	castera-lou	76	65	653	43.3167	0.15	5
65350	Souyeaux	souyeaux	76	65	653	43.2412	0.1737	5
65350	Castelvieilh	castelvieilh	76	65	653	43.2846	0.1958	5
65350	Sabalos	sabalos	76	65	653	43.2859	0.1414	5
65350	Collongues	collongues	76	65	653	43.2866	0.1611	5
65350	Dours	dours	76	65	653	43.2958	0.1393	5
65350	Thuy	thuy	76	65	653	43.2583	0.243	5
65350	Aubarède	aubarede	76	65	653	43.2719	0.2381	5
65350	Lansac	lansac	76	65	653	43.2236	0.1635	5
65350	Jacque	jacque	76	65	653	43.3186	0.2144	5
65350	Marquerie	marquerie	76	65	653	43.2604	0.1976	5
65350	Boulin	boulin	76	65	653	43.25	0.1333	5
65350	Louit	louit	76	65	653	43.301	0.1524	5
65350	Bouilh-Pereuilh	bouilh-pereuilh	76	65	653	43.307	0.1882	5
65350	Hourc	hourc	76	65	653	43.2495	0.1699	5
65350	Pouyastruc	pouyastruc	76	65	653	43.2667	0.1667	5
65350	Laslades	laslades	76	65	653	43.2283	0.1661	5
65350	Chelle-Debat	chelle-debat	76	65	653	43.3035	0.2304	5
65360	Allier	allier	76	65	653	43.1779	0.1173	5
65360	Salles-Adour	salles-adour	76	65	653	43.1842	0.0981	5
65360	Arcizac-Adour	arcizac-adour	76	65	653	43.1561	0.0992	5
65360	Saint-Martin	saint-martin	76	65	653	43.1612	0.0859	5
65360	Vielle-Adour	vielle-adour	76	65	653	43.1445	0.1167	5
65360	Bernac-Dessus	bernac-dessus	76	65	653	43.1606	0.1144	5
65360	Barbazan-Dessus	barbazan-dessus	76	65	653	43.1646	0.1415	5
65360	Momères	momeres	76	65	653	43.1779	0.0896	5
65360	Bernac-Debat	bernac-debat	76	65	653	43.1677	0.1074	5
65370	Ferrère	ferrere	76	65	652	42.9532	0.5368	5
65370	Créchets	crechets	76	65	652	43.0028	0.5755	5
65370	Saléchan	salechan	76	65	652	42.9558	0.6305	5
65370	Anla	anla	76	65	652	43.0026	0.5854	5
65370	Izaourt	izaourt	76	65	652	43.0158	0.6009	5
65370	Thèbe	thebe	76	65	652	42.9644	0.5904	5
65370	Sarp	sarp	76	65	652	43.0154	0.5896	5
65370	Siradan	siradan	76	65	652	42.9691	0.613	5
65370	Samuran	samuran	76	65	652	42.9868	0.595	5
65370	Aveux	aveux	76	65	652	43.0077	0.5713	5
65370	Ilheu	ilheu	76	65	652	42.9973	0.5961	5
65370	Esbareich	esbareich	76	65	652	42.9452	0.5626	5
65370	Sost	sost	76	65	652	42.9281	0.5585	5
65370	Antichan	antichan	76	65	652	42.9943	0.5825	5
65370	Gembrie	gembrie	76	65	652	42.989	0.5751	5
65370	Sainte-Marie	sainte-marie	76	65	652	42.9723	0.6207	5
65370	Loures-Barousse	loures-barousse	76	65	652	43.0244	0.6061	5
65370	Cazarilh	cazarilh	76	65	652	42.9578	0.5819	5
65370	Gaudent	gaudent	76	65	652	42.9933	0.5672	5
65370	Ourde	ourde	76	65	652	42.959	0.5554	5
65370	Troubat	troubat	76	65	652	42.9763	0.5805	5
65370	Sacoué	sacoue	76	65	652	42.988	0.5639	5
65370	Mauléon-Barousse	mauleon-barousse	76	65	652	42.9593	0.5677	5
65370	Bramevaque	bramevaque	76	65	652	42.9773	0.5757	5
65370	Bertren	bertren	76	65	652	43.0012	0.6156	5
65380	Ossun	ossun	76	65	653	43.1833	-0.0333	5
65380	Lanne	lanne	76	65	653	43.1648	0.0129	5
65380	Lamarque-Pontacq	lamarque-pontacq	76	65	653	43.1774	-0.1147	5
65380	Barry	barry	76	65	653	43.1462	0.0215	5
65380	Layrisse	layrisse	76	65	653	43.1396	0.0401	5
65380	Orincles	orincles	76	65	653	43.1283	0.039	5
65380	Azereix	azereix	76	65	653	43.2167	-0.0167	5
65380	Bénac	benac	76	65	653	43.1534	0.0251	5
65380	Averan	averan	76	65	653	43.138	0.0053	5
65380	Hibarette	hibarette	76	65	653	43.1652	0.0335	5
65390	Andrest	andrest	76	65	653	43.32	0.064	5
65390	Sarniguet	sarniguet	76	65	653	43.3163	0.0865	5
65390	Aurensan	aurensan	76	65	653	43.3058	0.0863	5
65400	Ouzous	ouzous	76	65	651	43.0333	-0.1	5
65400	Artalens-Souin	artalens-souin	76	65	651	42.9667	-0.05	5
65400	Sireix	sireix	76	65	651	42.9667	-0.15	5
65400	Beaucens	beaucens	76	65	651	42.9667	-0.05	5
65400	Gaillagos	gaillagos	76	65	651	42.9833	-0.1833	5
65400	Arcizans-Dessus	arcizans-dessus	76	65	651	42.9833	-0.15	5
65400	Uz	uz	76	65	651	42.9668	-0.0862	5
65400	Boô-Silhen	boo-silhen	76	65	651	43.0167	-0.0667	5
65400	Agos-Vidalos	agos-vidalos	76	65	651	43.0333	-0.0667	5
65400	Bun	bun	76	65	651	42.9667	-0.15	5
65400	Ayzac-Ost	ayzac-ost	76	65	651	43.0167	-0.1	5
65400	Argelès-Gazost	argeles-gazost	76	65	651	43.0167	-0.1	5
65400	Arcizans-Avant	arcizans-avant	76	65	651	42.9833	-0.1	5
65400	Saint-Pastous	saint-pastous	76	65	651	43.0167	-0.05	5
65400	Sère-en-Lavedan	sere-en-lavedan	76	65	651	43.0167	-0.1167	5
65400	Vier-Bordes	vier-bordes	76	65	651	43	-0.05	5
65400	Arrens-Marsous	arrens-marsous	76	65	651	42.95	-0.2167	5
65400	Gez	gez	76	65	651	43.0167	-0.1	5
65400	Arras-en-Lavedan	arras-en-lavedan	76	65	651	42.9833	-0.1333	5
65400	Lau-Balagnas	lau-balagnas	76	65	651	43	-0.0833	5
65400	Ayros-Arbouix	ayros-arbouix	76	65	651	43	-0.0667	5
65400	Saint-Savin	saint-savin	76	65	651	42.9833	-0.0833	5
65400	Aucun	aucun	76	65	651	42.9667	-0.1667	5
65400	Salles	salles	76	65	651	43.0333	-0.1167	5
65400	Estaing	estaing	76	65	651	42.9376	-0.1787	5
65400	Préchac	prechac	76	65	651	43	-0.0667	5
65401 CEDEX	Argelès-Gazost	argeles-gazost	76	65	651	43.0167	-0.1	5
65402 CEDEX	Argelès-Gazost	argeles-gazost	76	65	651	43.0167	-0.1	5
65410	Beyrède-Jumet	beyrede-jumet	76	65	652	42.9559	0.3796	5
65410	Sarrancolin	sarrancolin	76	65	652	42.9691	0.3796	5
65410	Ilhet	ilhet	76	65	652	42.9647	0.3835	5
65410	Camous	camous	76	65	652	42.9462	0.3738	5
65420	Ibos	ibos	76	65	653	43.2333	0	5
65421 CEDEX	Bordères-sur-l’Échez	borderes-sur-l-echez	76	65	653	43.2583	0.0495	5
65429 CEDEX	Bordères-sur-l’Échez	borderes-sur-l-echez	76	65	653	43.2583	0.0495	5
65430	Soues	soues	76	65	653	43.2074	0.0987	5
65440	Ancizan	ancizan	76	65	652	42.8729	0.34	5
65460	Bazet	bazet	76	65	653	43.2914	0.0673	5
65460	Bours	bours	76	65	653	43.2769	0.0902	5
65490	Oursbelille	oursbelille	76	65	653	43.2851	0.0347	5
65500	Villenave-près-Béarn	villenave-pres-bearn	76	65	653	43.3662	-0.0956	5
65500	Pujo	pujo	76	65	653	43.3476	0.0674	5
65500	Saint-Lézer	saint-lezer	76	65	653	43.3667	0.05	5
65500	Nouilhan	nouilhan	76	65	653	43.4224	0.0366	5
65500	Camalès	camales	76	65	653	43.3602	0.0739	5
65500	Villenave-près-Marsac	villenave-pres-marsac	76	65	653	43.3321	0.0894	5
65500	Marsac	marsac	76	65	653	43.3279	0.0894	5
65500	Talazac	talazac	76	65	653	43.3318	0.0384	5
65500	Escaunets	escaunets	76	65	653	43.3485	-0.0792	5
65500	Siarrouy	siarrouy	76	65	653	43.3202	0.0363	5
65500	Sanous	sanous	76	65	653	43.3765	0	5
65500	Vic-en-Bigorre	vic-en-bigorre	76	65	653	43.3868	0.0547	5
65500	Artagnan	artagnan	76	65	653	43.403	0.076	5
65500	Caixon	caixon	76	65	653	43.4106	0.0273	5
65501 CEDEX	Vic-en-Bigorre	vic-en-bigorre	76	65	653	43.3868	0.0547	5
65502 CEDEX	Vic-en-Bigorre	vic-en-bigorre	76	65	653	43.3868	0.0547	5
65503 CEDEX	Vic-en-Bigorre	vic-en-bigorre	76	65	653	43.3868	0.0547	5
65510	Loudenvielle	loudenvielle	76	65	652	42.7964	0.4093	5
65560	Arbéost	arbeost	76	65	651	42.9977	-0.2861	5
65560	Ferrières	ferrieres	76	65	651	43.0109	-0.2629	5
65590	Bordères-Louron	borderes-louron	76	65	652	42.8728	0.3947	5
65590	Ris	ris	76	65	652	42.8874	0.3986	5
65590	Cazaux-Debat	cazaux-debat	76	65	652	42.8885	0.385	5
65600	Séméac	semeac	76	65	653	43.2291	0.106	5
65600	Sarrouilles	sarrouilles	76	65	653	43.2293	0.1272	5
65601 CEDEX	Séméac	semeac	76	65	653	43.2291	0.106	5
65660	Aventignan	aventignan	76	65	652	43.0687	0.5212	5
65670	Gaussan	gaussan	76	65	653	43.2275	0.4904	5
65670	Bazordan	bazordan	76	65	653	43.2232	0.5516	5
65670	Arné	arne	76	65	652	43.1865	0.5041	5
65670	Monléon-Magnoac	monleon-magnoac	76	65	653	43.2512	0.5178	5
65670	Monlong	monlong	76	65	653	43.2063	0.4648	5
65670	Lassales	lassales	76	65	653	43.2139	0.4873	5
65670	Laran	laran	76	65	653	43.2321	0.4736	5
65690	Montignac	montignac	76	65	653	43.1838	0.1508	5
65690	Angos	angos	76	65	653	43.1956	0.1506	5
65690	Barbazan-Debat	barbazan-debat	76	65	653	43.1958	0.1206	5
65700	Auriébat	auriebat	76	65	653	43.4961	0.0856	5
65700	Castelnau-Rivière-Basse	castelnau-riviere-basse	76	65	653	43.5814	-0.0285	5
65700	Madiran	madiran	76	65	653	43.55	-0.05	5
65700	Hères	heres	76	65	653	43.55	0	5
65700	Estirac	estirac	76	65	653	43.4979	0.0309	5
65700	Soublecause	soublecause	76	65	653	43.5333	-0.0167	5
65700	Sauveterre	sauveterre	76	65	653	43.4776	0.1021	5
65700	Lascazères	lascazeres	76	65	653	43.5068	-0.0261	5
65700	Sombrun	sombrun	76	65	653	43.4786	0.0031	5
65700	Maubourguet	maubourguet	76	65	653	43.4682	0.0358	5
65700	Caussade-Rivière	caussade-riviere	76	65	653	43.5156	0.0171	5
65700	Lafitole	lafitole	76	65	653	43.4449	0.075	5
65700	Villefranque	villefranque	76	65	653	43.4986	-0.0044	5
65700	Saint-Lanne	saint-lanne	76	65	653	43.5927	-0.0622	5
65700	Hagedet	hagedet	76	65	653	43.5167	-0.0333	5
65700	Larreule	larreule	76	65	653	43.4448	0.0167	5
65700	Lahitte-Toupière	lahitte-toupiere	76	65	653	43.45	-0.0167	5
65700	Labatut-Rivière	labatut-riviere	76	65	653	43.5213	0.034	5
65700	Vidouze	vidouze	76	65	653	43.45	-0.05	5
65701 CEDEX	Maubourguet	maubourguet	76	65	653	43.4682	0.0358	5
65706 CEDEX	Maubourguet	maubourguet	76	65	653	43.4682	0.0358	5
65710	Campan	campan	76	65	652	43.0159	0.1785	5
65710	Beaudéan	beaudean	76	65	652	43.0285	0.1696	5
65710	Bagnères-de-Bigorre	bagneres-de-bigorre	76	65	652	43.0667	0.15	5
65800	Aureilhan	aureilhan	76	65	653	43.2434	0.0958	5
65800	Chis	chis	76	65	653	43.2939	0.1207	5
65800	Orleix	orleix	76	65	653	43.2793	0.1203	5
65801 CEDEX	Aureilhan	aureilhan	76	65	653	43.2434	0.0958	5
65901 CEDEX 9	Tarbes	tarbes	76	65	653	43.2333	0.0833	5
65902 CEDEX 9	Tarbes	tarbes	76	65	653	43.2333	0.0833	5
65903 CEDEX 9	Tarbes	tarbes	76	65	653	43.2333	0.0833	5
65904 CEDEX 9	Tarbes	tarbes	76	65	653	43.2333	0.0833	5
65905 CEDEX 9	Tarbes	tarbes	76	65	653	43.2333	0.0833	5
65907 CEDEX 9	Tarbes	tarbes	76	65	653	43.2333	0.0833	5
65911 CEDEX 9	Tarbes	tarbes	76	65	653	43.2333	0.0833	5
65912 CEDEX 9	Tarbes	tarbes	76	65	653	43.2333	0.0833	5
65914 CEDEX 9	Tarbes	tarbes	76	65	653	43.2333	0.0833	5
65915 CEDEX 9	Tarbes	tarbes	76	65	653	43.2333	0.0833	5
65917 CEDEX 9	Tarbes	tarbes	76	65	653	43.2333	0.0833	5
65918 CEDEX 9	Tarbes	tarbes	76	65	653	43.2333	0.0833	5
65920 CEDEX 9	Tarbes	tarbes	76	65	653	43.2333	0.0833	5
65921 CEDEX 9	Tarbes	tarbes	76	65	653	43.2333	0.0833	5
65930 CEDEX 9	Tarbes	tarbes	76	65	653	43.2333	0.0833	5
65950 CEDEX 9	Tarbes	tarbes	76	65	653	43.2333	0.0833	5
65951 CEDEX 9	Tarbes	tarbes	76	65	653	43.2333	0.0833	5
66000	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66001 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66002 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66003 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66004 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66005 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66006 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66011 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66012 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66013 CEDEX 9	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66014 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66015 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66017 CEDEX 9	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66018 CEDEX 9	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66019 CEDEX 9	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66020 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66021 CEDEX 9	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66025 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66026 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66027 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66028 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66029 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66030 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66031 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66032 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66033 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66034 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66039 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66046 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66050 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66070 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66100	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66101 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66102 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66103 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66110	La Bastide	la-bastide	76	66	661	42.5461	2.5872	5
66110	Taulis	taulis	76	66	661	42.5239	2.6325	5
66110	Teulís	teulis	76	66	661	42.523	2.6323	5
66110	els Banys d'Arles	els-banys-d-arles	76	66	661	42.4729	2.6692	5
66110	Amélie-les-Bains-Palalda	amelie-les-bains-palalda	76	66	661	42.4753	2.6719	5
66110	Saint-Marsal	saint-marsal	76	66	661	42.5378	2.6216	5
66110	Montboló	montbolo	76	66	661	42.4849	2.6538	5
66111 CEDEX	els Banys d'Arles	els-banys-d-arles	76	66	661	42.4729	2.6692	5
66112 CEDEX	els Banys d'Arles	els-banys-d-arles	76	66	661	42.4729	2.6692	5
66113 CEDEX	els Banys d'Arles	els-banys-d-arles	76	66	661	42.4729	2.6692	5
66120	Font-Romeu-Odeillo-Via	font-romeu-odeillo-via	76	66	663	42.5055	2.0401	5
66120	Targassonne	targassonne	76	66	663	42.4983	1.9968	5
66120	Égat	egat	76	66	663	42.5	2.0167	5
66121 CEDEX	Font-Romeu-Odeillo-Via	font-romeu-odeillo-via	76	66	663	42.5055	2.0401	5
66122 CEDEX	Font-Romeu-Odeillo-Via	font-romeu-odeillo-via	76	66	663	42.5055	2.0401	5
66123 CEDEX	Font-Romeu-Odeillo-Via	font-romeu-odeillo-via	76	66	663	42.5055	2.0401	5
66130	Montalba-le-Château	montalba-le-chateau	76	66	663	42.6961	2.5605	5
66130	Casefabre	casefabre	76	66	663	42.6145	2.6126	5
66130	Corbère	corbere	76	66	663	42.6531	2.6607	5
66130	Saint-Michel-de-Llotes	saint-michel-de-llotes	76	66	663	42.6455	2.6243	5
66130	Prunet-et-Belpuig	prunet-et-belpuig	76	66	663	42.5614	2.6239	5
66130	Trévillach	trevillach	76	66	663	42.7085	2.5301	5
66130	Boule-d'Amont	boule-d-amont	76	66	663	42.5833	2.6167	5
66130	Corbère-les-Cabanes	corbere-les-cabanes	76	66	663	42.6577	2.6747	5
66130	Bouleternère	bouleternere	76	66	663	42.6496	2.5855	5
66130	Ille-sur-Têt	ille-sur-tet	76	66	663	42.6707	2.6216	5
66140	Canet-en-Roussillon	canet-en-roussillon	76	66	662	42.7	3.0167	5
66141 CEDEX	Canet-en-Roussillon	canet-en-roussillon	76	66	662	42.7	3.0167	5
66144 CEDEX	Canet-en-Roussillon	canet-en-roussillon	76	66	662	42.7	3.0167	5
66145 CEDEX	Canet-en-Roussillon	canet-en-roussillon	76	66	662	42.7	3.0167	5
66150	Cortsaví	cortsavi	76	66	661	42.4664	2.5797	5
66150	Corsavy	corsavy	76	66	661	42.4667	2.5789	5
66150	Arles	arles	76	66	661	42.4565	2.6346	5
66150	Arles-sur-Tech	arles-sur-tech	76	66	661	42.4569	2.6339	5
66150	Montferrer	montferrer	76	66	661	42.4381	2.5671	5
66160	el Voló	el-volo	76	66	661	42.5242	2.8334	5
66160	Le Boulou	le-boulou	76	66	661	42.5239	2.83	5
66161 CEDEX	el Voló	el-volo	76	66	661	42.5242	2.8334	5
66162 CEDEX	el Voló	el-volo	76	66	661	42.5242	2.8334	5
66165 CEDEX	el Voló	el-volo	76	66	661	42.5242	2.8334	5
66170	Saint-Féliu-d’Avall	saint-feliu-d-avall	76	66	662	42.6812	2.7381	5
66170	Saint-Féliu-d’Amont	saint-feliu-d-amont	76	66	663	42.6867	2.723	5
66170	Millas	millas	76	66	663	42.692	2.6951	5
66170	Néfiach	nefiach	76	66	663	42.6935	2.6674	5
66180	Villeneuve-de-la-Raho	villeneuve-de-la-raho	76	66	662	42.636	2.9165	5
66190	Collioure	collioure	76	66	661	42.5246	3.0824	5
66200	Elne	elne	76	66	661	42.6003	2.9715	5
66200	Théza	theza	76	66	661	42.638	2.9511	5
66200	Alénya	alenya	76	66	661	42.6387	2.9815	5
66200	Montescot	montescot	76	66	661	42.6069	2.9332	5
66200	Corneilla-del-Vercol	corneilla-del-vercol	76	66	661	42.6239	2.9522	5
66200	Latour-Bas-Elne	latour-bas-elne	76	66	661	42.6065	3.002	5
66201 CEDEX	Elne	elne	76	66	661	42.6003	2.9715	5
66202 CEDEX	Elne	elne	76	66	661	42.6003	2.9715	5
66210	Planès	planes	76	66	663	42.491	2.1369	5
66210	Réal	real	76	66	663	42.6298	2.1326	5
66210	Saint-Pierre-dels-Forcats	saint-pierre-dels-forcats	76	66	663	42.4938	2.119	5
66210	Mont-Louis	mont-louis	76	66	663	42.5102	2.1193	5
66210	Fontrabiouse	fontrabiouse	76	66	663	42.6356	2.0951	5
66210	Formiguères	formigueres	76	66	663	42.6141	2.1031	5
66210	Sauto	sauto	76	66	663	42.5117	2.1499	5
66210	Les Angles	les-angles	76	66	663	42.5788	2.0739	5
66210	La Cabanasse	la-cabanasse	76	66	663	42.5009	2.1136	5
66210	Bolquère	bolquere	76	66	663	42.5028	2.0777	5
66210	La Llagonne	la-llagonne	76	66	663	42.5262	2.1208	5
66210	Puyvalador	puyvalador	76	66	663	42.6456	2.1185	5
66210	Matemale	matemale	76	66	663	42.5849	2.1172	5
66220	Saint-Martin-de-Fenouillet	saint-martin-de-fenouillet	76	66	663	42.7847	2.4676	5
66220	Saint-Arnac	saint-arnac	76	66	663	42.7792	2.5292	5
66220	Caudiès-de-Fenouillèdes	caudies-de-fenouilledes	76	66	663	42.812	2.375	5
66220	Lesquerde	lesquerde	76	66	663	42.8006	2.5309	5
66220	Ansignan	ansignan	76	66	663	42.7603	2.5162	5
66220	Vira	vira	76	66	663	42.7701	2.4144	5
66220	Trilla	trilla	76	66	663	42.7391	2.5192	5
66220	Fosse	fosse	76	66	663	42.7874	2.4294	5
66220	Fenouillet	fenouillet	76	66	663	42.8	2.3833	5
66220	Prugnanes	prugnanes	76	66	663	42.8236	2.4318	5
66403 CEDEX	Ceret	ceret	76	66	661	42.4853	2.748	5
66220	Saint-Paul-de-Fenouillet	saint-paul-de-fenouillet	76	66	663	42.8094	2.5037	5
66230	Lamanère	lamanere	76	66	661	42.3603	2.5203	5
66230	Serrallonga	serrallonga	76	66	661	42.3978	2.5558	5
66230	el Tec	el-tec	76	66	661	42.4103	2.5435	5
66230	Prats de Molló	prats-de-mollo	76	66	661	42.404	2.4793	5
66230	Prats-de-Mollo-la-Preste	prats-de-mollo-la-preste	76	66	661	42.4039	2.4792	5
66230	Serralongue	serralongue	76	66	661	42.3975	2.5556	5
66230	la Menera	la-menera	76	66	661	42.3603	2.5195	5
66230	Le Tech	le-tech	76	66	661	42.4106	2.5444	5
66240	Saint-Estève	saint-esteve	76	66	662	42.7118	2.8449	5
66250	Saint-Laurent-de-la-Salanque	saint-laurent-de-la-salanque	76	66	662	42.7727	2.99	5
66260	Sant Llorenç de Cerdans	sant-llorenc-de-cerdans	76	66	661	42.3847	2.6132	5
66260	Costoja	costoja	76	66	661	42.3674	2.6503	5
66260	Coustouges	coustouges	76	66	661	42.3678	2.6497	5
66260	Saint-Laurent-de-Cerdans	saint-laurent-de-cerdans	76	66	661	42.3855	2.6135	5
66270	Le Soler	le-soler	76	66	662	42.681	2.7933	5
66280	Saleilles	saleilles	76	66	662	42.6542	2.9531	5
66290	Cerbère	cerbere	76	66	661	42.4431	3.1652	5
66290	Cervera de la Marenda	cervera-de-la-marenda	76	66	661	42.4409	3.1652	5
66300	Fourques	fourques	76	66	661	42.5809	2.7785	5
66300	Trouillas	trouillas	76	66	661	42.6109	2.8082	5
66300	Caixas	caixas	76	66	661	42.5814	2.6811	5
66300	Ponteilla	ponteilla	76	66	662	42.6259	2.8133	5
66300	Villemolaque	villemolaque	76	66	661	42.5881	2.8389	5
66300	Terrats	terrats	76	66	661	42.6084	2.7704	5
66300	Thuir	thuir	76	66	661	42.6329	2.7547	5
66300	Montauriol	montauriol	76	66	661	42.5763	2.7248	5
66300	Passa	passa	76	66	661	42.5786	2.8115	5
66300	Castelnou	castelnou	76	66	661	42.6198	2.7032	5
66300	Sainte-Colombe-de-la-Commanderie	sainte-colombe-de-la-commanderie	76	66	661	42.6167	2.75	5
66300	Banyuls-dels-Aspres	banyuls-dels-aspres	76	66	661	42.5657	2.8667	5
66300	Llupia	llupia	76	66	662	42.6207	2.7692	5
66300	Tresserre	tresserre	76	66	661	42.5641	2.8298	5
66300	Llauro	llauro	76	66	661	42.549	2.7425	5
66300	Saint-Jean-Lasseille	saint-jean-lasseille	76	66	661	42.5817	2.8674	5
66300	Camélas	camelas	76	66	661	42.6299	2.6844	5
66300	Tordères	torderes	76	66	661	42.559	2.751	5
66301 CEDEX	Thuir	thuir	76	66	661	42.6329	2.7547	5
66302 CEDEX	Thuir	thuir	76	66	661	42.6329	2.7547	5
66310	Estagel	estagel	76	66	662	42.7731	2.6967	5
66320	Tarerach	tarerach	76	66	663	42.6896	2.5	5
66320	Vinça	vinca	76	66	663	42.6449	2.5283	5
66320	Rigarda	rigarda	76	66	663	42.6249	2.5337	5
66320	Estoher	estoher	76	66	663	42.6007	2.4854	5
66320	Glorianes	glorianes	76	66	663	42.5891	2.5535	5
66320	Rodès	rodes	76	66	663	42.6567	2.5621	5
66320	Valmanya	valmanya	76	66	663	42.5367	2.5329	5
66320	Marquixanes	marquixanes	76	66	663	42.6405	2.4839	5
66320	Joch	joch	76	66	663	42.6168	2.5254	5
66320	Baillestavy	baillestavy	76	66	663	42.5636	2.5248	5
66320	Finestret	finestret	76	66	663	42.6148	2.5113	5
66320	Espira-de-Conflent	espira-de-conflent	76	66	663	42.6161	2.4971	5
66320	Arboussols	arboussols	76	66	663	42.6624	2.4841	5
66330	Cabestany	cabestany	76	66	662	42.6813	2.9412	5
66331 CEDEX	Cabestany	cabestany	76	66	662	42.6813	2.9412	5
66334 CEDEX	Cabestany	cabestany	76	66	662	42.6813	2.9412	5
66335 CEDEX	Cabestany	cabestany	76	66	662	42.6813	2.9412	5
66339 CEDEX	Cabestany	cabestany	76	66	662	42.6813	2.9412	5
66340	Valcebollère	valcebollere	76	66	663	42.3865	2.0336	5
66340	Nahuja	nahuja	76	66	663	42.4243	1.9955	5
66340	Osséja	osseja	76	66	663	42.4138	1.9819	5
66340	Palau-de-Cerdagne	palau-de-cerdagne	76	66	663	42.4151	1.9675	5
66350	Toulouges	toulouges	76	66	662	42.6696	2.8301	5
66360	Caudiès-de-Conflent	caudies-de-conflent	76	66	663	42.5667	2.15	5
66360	Nyer	nyer	76	66	663	42.532	2.2747	5
66360	Ayguatébia-Talau	ayguatebia-talau	76	66	663	42.5667	2.1833	5
66360	Jujols	jujols	76	66	663	42.5667	2.3	5
66360	Canaveilles	canaveilles	76	66	663	42.5351	2.2481	5
66360	Thuès-Entre-Valls	thues-entre-valls	76	66	663	42.5167	2.2333	5
66360	Sansa	sansa	76	66	663	42.6008	2.1721	5
66360	Fontpédrouse	fontpedrouse	76	66	663	42.5117	2.18	5
66360	Olette	olette	76	66	663	42.5543	2.2694	5
66360	Serdinya	serdinya	76	66	663	42.567	2.3195	5
66360	Mantet	mantet	76	66	663	42.4938	2.2913	5
66360	Escaro	escaro	76	66	663	42.5359	2.3139	5
66360	Sahorre	sahorre	76	66	663	42.5314	2.3601	5
66360	Railleu	railleu	76	66	663	42.5848	2.181	5
66360	Souanyas	souanyas	76	66	663	42.5488	2.2782	5
66360	Py	py	76	66	663	42.4947	2.3497	5
66360	Fontpedrosa	fontpedrosa	76	66	663	42.5109	2.1781	5
66360	Oreilla	oreilla	76	66	663	42.5578	2.2529	5
66370	Pézilla-la-Rivière	pezilla-la-riviere	76	66	662	42.6954	2.7712	5
66380	Pia	pia	76	66	662	42.7449	2.9193	5
66390	Baixas	baixas	76	66	662	42.7497	2.81	5
66400	Oms	oms	76	66	661	42.5433	2.6965	5
66400	Taillet	taillet	76	66	661	42.5272	2.6722	5
66400	Ceret	ceret	76	66	661	42.4853	2.748	5
66400	Calmeilles	calmeilles	76	66	661	42.5502	2.6734	5
66400	Reynès	reynes	76	66	661	42.4753	2.7083	5
66400	Reynès	reynes	76	66	661	42.477	2.7068	5
66400	Tellet	tellet	76	66	661	42.5271	2.6715	5
66401 CEDEX	Ceret	ceret	76	66	661	42.4853	2.748	5
66402 CEDEX	Ceret	ceret	76	66	661	42.4853	2.748	5
66410	Villelongue-de-la-Salanque	villelongue-de-la-salanque	76	66	662	42.7264	2.9824	5
66420	Le Barcarès	le-barcares	76	66	662	42.7877	3.0366	5
66421 CEDEX	Le Barcarès	le-barcares	76	66	662	42.7877	3.0366	5
66422 CEDEX	Le Barcarès	le-barcares	76	66	662	42.7877	3.0366	5
66423 CEDEX	Le Barcarès	le-barcares	76	66	662	42.7877	3.0366	5
66430	Bompas	bompas	76	66	662	42.7333	2.9333	5
66440	Torreilles	torreilles	76	66	662	42.7543	2.9929	5
66450	Pollestres	pollestres	76	66	662	42.642	2.8712	5
66460	Maury	maury	76	66	663	42.8108	2.5938	5
66470	Sainte-Marie	sainte-marie	76	66	662	42.7333	3.0167	5
66480	la Clusa d'Avall	la-clusa-d-avall	76	66	661	42.4915	2.8288	5
66480	Sant Joan d'Albera	sant-joan-d-albera	76	66	661	42.4834	2.893	5
66480	Le Perthus	le-perthus	76	66	661	42.4646	2.8623	5
66480	Maureillas-las-Illas	maureillas-las-illas	76	66	661	42.4901	2.8075	5
66480	L'Albère	l-albere	76	66	661	42.4828	2.8944	5
66480	el Pertús	el-pertus	76	66	661	42.4652	2.8624	5
66480	Les Cluses	les-cluses	76	66	661	42.4863	2.8394	5
66490	Vivers	vivers	76	66	661	42.5285	2.7636	5
66490	Vivès	vives	76	66	661	42.5283	2.7639	5
66490	Sant Joan de Pladecorts	sant-joan-de-pladecorts	76	66	661	42.5107	2.7909	5
66490	Saint-Jean-Pla-de-Corts	saint-jean-pla-de-corts	76	66	661	42.5115	2.7926	5
66500	Los Masos	los-masos	76	66	663	42.6333	2.45	5
66500	Prades	prades	76	66	663	42.6167	2.4333	5
66500	Mosset	mosset	76	66	663	42.6675	2.3471	5
66500	Campôme	campome	76	66	663	42.6498	2.375	5
66500	Nohèdes	nohedes	76	66	663	42.622	2.2881	5
66500	Catllar	catllar	76	66	663	42.6335	2.4218	5
66500	Villefranche-de-Conflent	villefranche-de-conflent	76	66	663	42.5868	2.3668	5
66500	Clara	clara	76	66	663	42.5841	2.4425	5
66500	Codalet	codalet	76	66	663	42.6123	2.4191	5
66500	Ria-Sirach	ria-sirach	76	66	663	42.6167	2.4	5
66500	Taurinya	taurinya	76	66	663	42.5795	2.4267	5
66500	Conat	conat	76	66	663	42.6128	2.3553	5
66500	Urbanya	urbanya	76	66	663	42.6377	2.3033	5
66500	Eus	eus	76	66	663	42.6427	2.4562	5
66500	Molitg-les-Bains	molitg-les-bains	76	66	663	42.65	2.3833	5
66501 CEDEX	Prades	prades	76	66	663	42.6167	2.4333	5
66502 CEDEX	Prades	prades	76	66	663	42.6167	2.4333	5
66509 CEDEX	Prades	prades	76	66	663	42.6167	2.4333	5
66510	Saint-Hippolyte	saint-hippolyte	76	66	662	42.7855	2.9662	5
66530	Claira	claira	76	66	662	42.7604	2.9557	5
66540	Baho	baho	76	66	662	42.7	2.822	5
66550	Corneilla-la-Rivière	corneilla-la-riviere	76	66	663	42.6968	2.7296	5
66560	Ortaffa	ortaffa	76	66	661	42.5798	2.9265	5
66570	Saint-Nazaire	saint-nazaire	76	66	662	42.6679	2.9917	5
66600	Peyrestortes	peyrestortes	76	66	662	42.7548	2.8523	5
66600	Espira-de-l’Agly	espira-de-l-agly	76	66	662	42.7767	2.8367	5
66600	Salses-le-Château	salses-le-chateau	76	66	662	42.8333	2.9167	5
66600	Cases-de-Pène	cases-de-pene	76	66	662	42.7782	2.7864	5
66600	Calce	calce	76	66	662	42.7582	2.7539	5
66600	Vingrau	vingrau	76	66	662	42.8483	2.7781	5
66600	Opoul-Périllos	opoul-perillos	76	66	662	42.8667	2.8833	5
66600	Rivesaltes	rivesaltes	76	66	662	42.7694	2.8724	5
66601 CEDEX	Rivesaltes	rivesaltes	76	66	662	42.7694	2.8724	5
66602 CEDEX	Rivesaltes	rivesaltes	76	66	662	42.7694	2.8724	5
66604 CEDEX	Rivesaltes	rivesaltes	76	66	662	42.7694	2.8724	5
66605 CEDEX	Rivesaltes	rivesaltes	76	66	662	42.7694	2.8724	5
66606 CEDEX	Rivesaltes	rivesaltes	76	66	662	42.7694	2.8724	5
66609 CEDEX	Rivesaltes	rivesaltes	76	66	662	42.7694	2.8724	5
66610	Villeneuve-la-Rivière	villeneuve-la-riviere	76	66	662	42.6937	2.8029	5
66620	Brouilla	brouilla	76	66	661	42.5665	2.9031	5
66650	Banyuls-sur-Mer	banyuls-sur-mer	76	66	661	42.4818	3.1283	5
66650	Banyuls de la Marenda	banyuls-de-la-marenda	76	66	661	42.4838	3.129	5
66651 CEDEX	Banyuls de la Marenda	banyuls-de-la-marenda	76	66	661	42.4838	3.129	5
66652 CEDEX	Banyuls de la Marenda	banyuls-de-la-marenda	76	66	661	42.4838	3.129	5
66659 CEDEX	Banyuls de la Marenda	banyuls-de-la-marenda	76	66	661	42.4838	3.129	5
66660	Portvendres	portvendres	76	66	661	42.5179	3.1055	5
66660	Port-Vendres	port-vendres	76	66	661	42.5173	3.1045	5
66664 CEDEX	Portvendres	portvendres	76	66	661	42.5179	3.1055	5
66670	Bages	bages	76	66	661	42.6059	2.8935	5
66680	Canohès	canohes	76	66	662	42.6546	2.8363	5
66690	Saint-André	saint-andre	76	66	661	42.5511	2.9733	5
66690	Palau-del-Vidre	palau-del-vidre	76	66	661	42.5716	2.9603	5
66690	Sorède	sorede	76	66	661	42.5307	2.9571	5
66690	Sant Andreu de Sureda	sant-andreu-de-sureda	76	66	661	42.552	2.9713	5
66700	Argelès-sur-Mer	argeles-sur-mer	76	66	661	42.5462	3.0233	5
66700	Argelers	argelers	76	66	661	42.5471	3.0225	5
66701 CEDEX	Argelers	argelers	76	66	661	42.5471	3.0225	5
66702 CEDEX	Argelers	argelers	76	66	661	42.5471	3.0225	5
66703 CEDEX	Argelers	argelers	76	66	661	42.5471	3.0225	5
66704 CEDEX	Argelers	argelers	76	66	661	42.5471	3.0225	5
66720	Montner	montner	76	66	662	42.7485	2.6781	5
66720	Tautavel	tautavel	76	66	662	42.8143	2.7464	5
66720	Bélesta	belesta	76	66	663	42.716	2.607	5
66720	Latour-de-France	latour-de-france	76	66	663	42.7679	2.6536	5
66720	Cassagnes	cassagnes	76	66	662	42.7406	2.6111	5
66720	Caramany	caramany	76	66	663	42.7355	2.571	5
66720	Planèzes	planezes	76	66	663	42.7662	2.6194	5
66720	Rasiguères	rasigueres	76	66	663	42.7654	2.6088	5
66720	Lansac	lansac	76	66	663	42.7656	2.5606	5
66730	Rabouillet	rabouillet	76	66	663	42.7304	2.3887	5
66730	Sournia	sournia	76	66	663	42.7273	2.4422	5
66730	Prats-de-Sournia	prats-de-sournia	76	66	663	42.743	2.4593	5
66730	Felluns	felluns	76	66	663	42.7608	2.4825	5
66730	Pézilla-de-Conflent	pezilla-de-conflent	76	66	663	42.7371	2.4809	5
66730	Le Vivier	le-vivier	76	66	663	42.7704	2.4525	5
66730	Campoussy	campoussy	76	66	663	42.7091	2.4576	5
66740	Saint-Génis-des-Fontaines	saint-genis-des-fontaines	76	66	661	42.5432	2.9206	5
66740	Vilallonga dels Monts	vilallonga-dels-monts	76	66	661	42.5256	2.9043	5
66740	Montesquieu-des-Albères	montesquieu-des-alberes	76	66	661	42.5169	2.8826	5
66740	la Roca d'Albera	la-roca-d-albera	76	66	661	42.5213	2.9337	5
66740	Montesquiu d'Albera	montesquiu-d-albera	76	66	661	42.518	2.8824	5
66740	Villelongue-dels-Monts	villelongue-dels-monts	76	66	661	42.525	2.9042	5
66740	Laroque-des-Albères	laroque-des-alberes	76	66	661	42.5231	2.9319	5
66750	Saint-Cyprien	saint-cyprien	76	66	661	42.6176	3.0028	5
66751 CEDEX	Saint-Cyprien	saint-cyprien	76	66	661	42.6176	3.0028	5
66755 CEDEX	Saint-Cyprien	saint-cyprien	76	66	661	42.6176	3.0028	5
66760	Ur	ur	76	66	663	42.4608	1.9362	5
66760	Angostrina	angostrina	76	66	663	42.4829	1.9594	5
66760	Porta	porta	76	66	663	42.525	1.8245	5
66760	la Guingueta d'Ix	la-guingueta-d-ix	76	66	663	42.4342	1.9439	5
66760	Latour-de-Carol	latour-de-carol	76	66	663	42.4649	1.89	5
66760	Enveitg	enveitg	76	66	663	42.46	1.9147	5
66760	Porté-Puymorens	porte-puymorens	76	66	663	42.5479	1.8311	5
66760	Dorres	dorres	76	66	663	42.4848	1.9405	5
66760	Enveig	enveig	76	66	663	42.4605	1.9129	5
66760	Bourg-Madame	bourg-madame	76	66	663	42.4342	1.9439	5
66800	Llo	llo	76	66	663	42.4546	2.0613	5
66800	Saillagouse	saillagouse	76	66	663	42.4593	2.039	5
66800	Eyne	eyne	76	66	663	42.4727	2.0801	5
66800	Estavar	estavar	76	66	663	42.4677	1.9955	5
66800	Sainte-Léocadie	sainte-leocadie	76	66	663	42.4364	2.004	5
66800	Err	err	76	66	663	42.44	2.0333	5
66800	Er	er	76	66	663	42.4416	2.0331	5
66820	Vernet-les-Bains	vernet-les-bains	76	66	663	42.5483	2.3872	5
66820	Fuilla	fuilla	76	66	663	42.5593	2.3602	5
66820	Corneilla-de-Conflent	corneilla-de-conflent	76	66	663	42.5659	2.3797	5
66820	Fillols	fillols	76	66	663	42.561	2.4089	5
66820	Casteil	casteil	76	66	663	42.5303	2.392	5
66830 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66831 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66832 CEDEX 9	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66836 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66845 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66850 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66853 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66854 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66856 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66860 CEDEX 9	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66863 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66866 CEDEX 9	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66870 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66906 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66921 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66931 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66933 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66940 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66941 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66945 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66950 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66951 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66959 CEDEX 9	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66960 CEDEX 9	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66961 CEDEX 9	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66962 CEDEX 9	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66963 CEDEX 9	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66964 CEDEX 9	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66965 CEDEX 9	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66966 CEDEX 9	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66967 CEDEX 9	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66968 CEDEX 9	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
66987 CEDEX	Perpignan	perpignan	76	66	662	42.6976	2.8954	5
81000	Albi	albi	76	81	811	43.9298	2.148	5
81001 CEDEX	Albi	albi	76	81	811	43.9298	2.148	5
81002 CEDEX	Albi	albi	76	81	811	43.9298	2.148	5
81003 CEDEX	Albi	albi	76	81	811	43.9298	2.148	5
81004 CEDEX	Albi	albi	76	81	811	43.9298	2.148	5
81005 CEDEX	Albi	albi	76	81	811	43.9298	2.148	5
81006 CEDEX	Albi	albi	76	81	811	43.9298	2.148	5
81007 CEDEX	Albi	albi	76	81	811	43.9298	2.148	5
81011 CEDEX 9	Albi	albi	76	81	811	43.9298	2.148	5
81012 CEDEX 9	Albi	albi	76	81	811	43.9298	2.148	5
81013 CEDEX 9	Albi	albi	76	81	811	43.9298	2.148	5
81014 CEDEX 9	Albi	albi	76	81	811	43.9298	2.148	5
81015 CEDEX 9	Albi	albi	76	81	811	43.9298	2.148	5
81016 CEDEX 9	Albi	albi	76	81	811	43.9298	2.148	5
81017 CEDEX 9	Albi	albi	76	81	811	43.9298	2.148	5
81018 CEDEX 9	Albi	albi	76	81	811	43.9298	2.148	5
81019 CEDEX 9	Albi	albi	76	81	811	43.9298	2.148	5
81020 CEDEX 9	Albi	albi	76	81	811	43.9298	2.148	5
81021 CEDEX 9	Albi	albi	76	81	811	43.9298	2.148	5
81022 CEDEX 9	Albi	albi	76	81	811	43.9298	2.148	5
81023 CEDEX 9	Albi	albi	76	81	811	43.9298	2.148	5
81025 CEDEX 9	Albi	albi	76	81	811	43.9298	2.148	5
81026 CEDEX 9	Albi	albi	76	81	811	43.9298	2.148	5
81027 CEDEX 9	Albi	albi	76	81	811	43.9298	2.148	5
81028 CEDEX 9	Albi	albi	76	81	811	43.9298	2.148	5
81030 CEDEX 9	Albi	albi	76	81	811	43.9298	2.148	5
81031 CEDEX 9	Albi	albi	76	81	811	43.9298	2.148	5
81034 CEDEX 9	Albi	albi	76	81	811	43.9298	2.148	5
81035 CEDEX 9	Albi	albi	76	81	811	43.9298	2.148	5
81036 CEDEX 9	Albi	albi	76	81	811	43.9298	2.148	5
81037 CEDEX 9	Albi	albi	76	81	811	43.9298	2.148	5
81038 CEDEX 9	Albi	albi	76	81	811	43.9298	2.148	5
81039 CEDEX 9	Albi	albi	76	81	811	43.9298	2.148	5
81090	Valdurenque	valdurenque	76	81	812	43.5697	2.3067	5
81090	Lagarrigue	lagarrigue	76	81	812	43.5776	2.2778	5
81100	Castres	castres	76	81	812	43.6	2.25	5
81100	Burlats	burlats	76	81	812	43.6363	2.3188	5
81100	Laboulbène	laboulbene	76	81	812	43.6671	2.2055	5
81101 CEDEX	Castres	castres	76	81	812	43.6	2.25	5
81102 CEDEX	Castres	castres	76	81	812	43.6	2.25	5
81103 CEDEX	Castres	castres	76	81	812	43.6	2.25	5
81104 CEDEX	Castres	castres	76	81	812	43.6	2.25	5
81105 CEDEX	Castres	castres	76	81	812	43.6	2.25	5
81106 CEDEX	Castres	castres	76	81	812	43.6	2.25	5
81107 CEDEX	Castres	castres	76	81	812	43.6	2.25	5
81108 CEDEX	Castres	castres	76	81	812	43.6	2.25	5
81109 CEDEX	Castres	castres	76	81	812	43.6	2.25	5
81110	Arfons	arfons	76	81	812	43.4279	2.1687	5
81110	Saint-Avit	saint-avit	76	81	812	43.5162	2.1124	5
81110	Dourgne	dourgne	76	81	812	43.4838	2.1399	5
81110	Saint-Amancet	saint-amancet	76	81	812	43.4656	2.1024	5
81110	Massaguel	massaguel	76	81	812	43.4919	2.1611	5
81110	Lescout	lescout	76	81	812	43.5372	2.1042	5
81110	Lagardiolle	lagardiolle	76	81	812	43.5049	2.0932	5
81110	Verdalle	verdalle	76	81	812	43.511	2.16	5
81115 CEDEX	Castres	castres	76	81	812	43.6	2.25	5
81116 CEDEX	Castres	castres	76	81	812	43.6	2.25	5
81120	Labastide-Dénat	labastide-denat	76	81	811	43.8655	2.1948	5
81120	Fauch	fauch	76	81	811	43.834	2.2539	5
81120	Terre-Clapier	terre-clapier	76	81	811	43.8543	2.3012	5
81120	Laboutarie	laboutarie	76	81	811	43.7833	2.1167	5
81120	Saint-Lieux-Lafenasse	saint-lieux-lafenasse	76	81	811	43.785	2.2408	5
81120	Ronel	ronel	76	81	811	43.8114	2.2114	5
81120	Poulan-Pouzols	poulan-pouzols	76	81	811	43.8589	2.1168	5
81120	Le Travet	le-travet	76	81	811	43.809	2.3316	5
81120	Lamillarié	lamillarie	76	81	811	43.8486	2.1598	5
81120	Saint-Antonin-de-Lacalm	saint-antonin-de-lacalm	76	81	811	43.7858	2.3057	5
81120	Dénat	denat	76	81	811	43.8466	2.206	5
81120	Mont-Roc	mont-roc	76	81	812	43.8017	2.3699	5
81120	Réalmont	realmont	76	81	811	43.7775	2.1889	5
81120	Orban	orban	76	81	811	43.842	2.0835	5
81120	Teillet	teillet	76	81	811	43.8353	2.34	5
81120	Lombers	lombers	76	81	811	43.8	2.15	5
81120	Roumégoux	roumegoux	76	81	811	43.8039	2.2617	5
81120	Sieurac	sieurac	76	81	811	43.8029	2.1041	5
81130	Cagnac-les-Mines	cagnac-les-mines	76	81	811	43.9845	2.1423	5
81130	Villeneuve-sur-Vère	villeneuve-sur-vere	76	81	811	44.002	2.0295	5
81130	Milhavet	milhavet	76	81	811	44.029	2.0269	5
81130	Mailhoc	mailhoc	76	81	811	44.005	2.071	5
81130	Taïx	taix	76	81	811	44.0088	2.1241	5
81140	Sainte-Cécile-du-Cayrou	sainte-cecile-du-cayrou	76	81	811	44.0032	1.8096	5
81140	Larroque	larroque	76	81	811	44.0034	1.6898	5
81140	Penne	penne	76	81	811	44.077	1.7308	5
81140	Le Verdier	le-verdier	76	81	811	43.9883	1.8418	5
81140	Campagnac	campagnac	76	81	811	44.0306	1.8449	5
81140	Puycelsi	puycelsi	76	81	811	44	1.7167	5
81140	Andillac	andillac	76	81	811	43.9988	1.8913	5
81140	Roussayrolles	roussayrolles	76	81	811	44.1017	1.8335	5
81140	Vaour	vaour	76	81	811	44.0719	1.802	5
81140	Castelnau-de-Montmiral	castelnau-de-montmiral	76	81	811	43.9655	1.8196	5
81140	Vieux	vieux	76	81	811	43.9931	1.8722	5
81140	Montels	montels	76	81	811	43.9626	1.8934	5
81140	Saint-Beauzile	saint-beauzile	76	81	811	44.0211	1.83	5
81140	Saint-Michel-de-Vax	saint-michel-de-vax	76	81	811	44.1069	1.7996	5
81140	Alos	alos	76	81	811	44.0238	1.8766	5
81140	Cahuzac-sur-Vère	cahuzac-sur-vere	76	81	811	43.9827	1.9105	5
81150	Rouffiac	rouffiac	76	81	811	43.8832	2.0685	5
81150	Florentin	florentin	76	81	811	43.8881	2.0333	5
81150	Marssac-sur-Tarn	marssac-sur-tarn	76	81	811	43.9177	2.0292	5
81150	Labastide-de-Lévis	labastide-de-levis	76	81	811	43.9277	2.0096	5
81150	Castelnau-de-Lévis	castelnau-de-levis	76	81	811	43.9397	2.0849	5
81150	Fayssac	fayssac	76	81	811	43.9561	1.9714	5
81150	Bernac	bernac	76	81	811	43.9584	2.0198	5
81150	Castanet	castanet	76	81	811	43.9751	2.0291	5
81150	Terssac	terssac	76	81	811	43.9278	2.0723	5
81150	Cestayrols	cestayrols	76	81	811	43.9803	1.9837	5
81150	Sainte-Croix	sainte-croix	76	81	811	43.971	2.07	5
81150	Lagrave	lagrave	76	81	811	43.8973	1.9927	5
81160	Arthès	arthes	76	81	811	43.9575	2.2113	5
81160	Saint-Juéry	saint-juery	76	81	811	43.95	2.2167	5
81170	Marnaves	marnaves	76	81	811	44.098	1.8883	5
81170	Saint-Marcel-Campes	saint-marcel-campes	76	81	811	44.0803	1.9906	5
81170	Loubers	loubers	76	81	811	44.0421	1.8945	5
81170	Donnazac	donnazac	76	81	811	44.0145	1.9447	5
81170	Cordes-sur-Ciel	cordes-sur-ciel	76	81	811	44.0667	1.95	5
81170	Amarens	amarens	76	81	811	44.0382	1.914	5
81170	Noailles	noailles	76	81	811	44.0103	1.9845	5
81170	Le Riols	le-riols	76	81	811	44.1518	1.9112	5
81170	Milhars	milhars	76	81	811	44.1276	1.8798	5
81170	Montrosier	montrosier	76	81	811	44.15	1.85	5
81170	Frausseilles	frausseilles	76	81	811	44.0309	1.9339	5
81170	Bournazel	bournazel	76	81	811	44.0918	1.9695	5
81170	Mouzieys-Panens	mouzieys-panens	76	81	811	44.0927	1.9326	5
81170	Vindrac-Alayrac	vindrac-alayrac	76	81	811	44.0654	1.9131	5
81170	Souel	souel	76	81	811	44.0333	1.9667	5
81170	Itzac	itzac	76	81	811	44.0412	1.8589	5
81170	Tonnac	tonnac	76	81	811	44.0648	1.8681	5
81170	Saint-Martin-Laguépie	saint-martin-laguepie	76	81	811	44.1443	1.9769	5
81170	Livers-Cazelles	livers-cazelles	76	81	811	44.0523	1.9988	5
81170	Les Cabannes	les-cabannes	76	81	811	44.067	1.9414	5
81170	Labarthe-Bleys	labarthe-bleys	76	81	811	44.0767	1.9081	5
81170	Lacapelle-Ségalar	lacapelle-segalar	76	81	811	44.1163	1.9936	5
81190	Montirat	montirat	76	81	811	44.1594	2.1033	5
81190	Montauriol	montauriol	76	81	811	44.0839	2.3212	5
81190	Tréban	treban	76	81	811	44.0938	2.3461	5
81190	Mirandol-Bourgnounac	mirandol-bourgnounac	76	81	811	44.1427	2.1686	5
81190	Tanus	tanus	76	81	811	44.1019	2.3176	5
81190	Pampelonne	pampelonne	76	81	811	44.1238	2.246	5
81190	Trévien	trevien	76	81	811	44.0932	2.1183	5
81190	Sainte-Gemme	sainte-gemme	76	81	811	44.0893	2.2012	5
81190	Moularès	moulares	76	81	811	44.071	2.2934	5
81190	Jouqueviel	jouqueviel	76	81	811	44.1913	2.1479	5
81190	Saint-Christophe	saint-christophe	76	81	811	44.1518	2.0487	5
81190	Almayrac	almayrac	76	81	811	44.1016	2.1688	5
81200	Aiguefonde	aiguefonde	76	81	812	43.4939	2.3169	5
81200	Aussillon	aussillon	76	81	812	43.5029	2.3679	5
81200	Mazamet	mazamet	76	81	812	43.49	2.373	5
81200	Caucalières	caucalieres	76	81	812	43.5205	2.3087	5
81201 CEDEX	Mazamet	mazamet	76	81	812	43.49	2.373	5
81202 CEDEX	Mazamet	mazamet	76	81	812	43.49	2.373	5
81203 CEDEX	Mazamet	mazamet	76	81	812	43.49	2.373	5
81204 CEDEX	Mazamet	mazamet	76	81	812	43.49	2.373	5
81205 CEDEX	Mazamet	mazamet	76	81	812	43.49	2.373	5
81206 CEDEX	Mazamet	mazamet	76	81	812	43.49	2.373	5
81207 CEDEX	Mazamet	mazamet	76	81	812	43.49	2.373	5
81208 CEDEX	Mazamet	mazamet	76	81	812	43.49	2.373	5
81209 CEDEX	Mazamet	mazamet	76	81	812	43.49	2.373	5
81210	Saint-Germier	saint-germier	76	81	812	43.6767	2.2297	5
81210	Roquecourbe	roquecourbe	76	81	812	43.6644	2.2926	5
81210	Saint-Jean-de-Vals	saint-jean-de-vals	76	81	812	43.6896	2.2553	5
81210	Lacrouzette	lacrouzette	76	81	812	43.6603	2.3484	5
81210	Montfa	montfa	76	81	812	43.6978	2.2247	5
81215 CEDEX	Mazamet	mazamet	76	81	812	43.49	2.373	5
81220	Prades	prades	76	81	812	43.6142	1.9744	5
81220	Damiatte	damiatte	76	81	812	43.6522	1.9762	5
81220	Saint-Paul-Cap-de-Joux	saint-paul-cap-de-joux	76	81	812	43.6479	1.9756	5
81220	Guitalens-L'Albarède	guitalens-l-albarede	76	81	812	43.65	2.05	5
81220	Serviès	servies	76	81	812	43.6601	2.0291	5
81220	Magrin	magrin	76	81	812	43.6141	1.9152	5
81220	Teyssode	teyssode	76	81	812	43.6487	1.9333	5
81220	Viterbe	viterbe	76	81	812	43.6773	1.9341	5
81230	Lacaune	lacaune	76	81	812	43.7066	2.6929	5
81240	Saint-Amans-Valtoret	saint-amans-valtoret	76	81	812	43.4807	2.4909	5
81240	Saint-Amans-Soult	saint-amans-soult	76	81	812	43.477	2.4908	5
81240	Albine	albine	76	81	812	43.4585	2.5399	5
81240	Lacabarède	lacabarede	76	81	812	43.4705	2.5812	5
81240	Rouairoux	rouairoux	76	81	812	43.4902	2.5661	5
81240	Le Vintrou	le-vintrou	76	81	812	43.5243	2.4625	5
81240	Sauveterre	sauveterre	76	81	812	43.4732	2.5509	5
81240	Le Rialet	le-rialet	76	81	812	43.5623	2.4597	5
81250	Miolles	miolles	76	81	811	43.8889	2.5472	5
81250	Saint-André	saint-andre	76	81	811	43.9333	2.4609	5
81250	Paulinet	paulinet	76	81	811	43.8487	2.4317	5
81250	Massals	massals	76	81	811	43.8518	2.524	5
81250	Curvalle	curvalle	76	81	811	43.9277	2.547	5
81250	Alban	alban	76	81	811	43.888	2.4612	5
81260	Le Margnès	le-margnes	76	81	812	43.642	2.6005	5
81260	Lasfaillades	lasfaillades	76	81	812	43.5744	2.4937	5
81260	Cambounès	cambounes	76	81	812	43.5912	2.4468	5
81260	Berlats	berlats	76	81	812	43.6951	2.5633	5
81260	Espérausses	esperausses	76	81	812	43.692	2.5324	5
81260	Ferrières	ferrieres	76	81	812	43.6559	2.4459	5
81260	Fontrieu	fontrieu	76	81	812	43.6489	2.5142	5
81260	Anglès	angles	76	81	812	43.5633	2.5613	5
81260	Le Bez	le-bez	76	81	812	43.6058	2.4759	5
81260	Castelnau-de-Brassac	castelnau-de-brassac	76	81	812	43.6483	2.5161	5
81260	Brassac	brassac	76	81	812	43.6296	2.4976	5
81260	Lamontélarié	lamontelarie	76	81	812	43.6237	2.6027	5
81270	Labastide-Rouairoux	labastide-rouairoux	76	81	812	43.4757	2.6393	5
81290	Viviers-lès-Montagnes	viviers-les-montagnes	76	81	812	43.5547	2.1767	5
81290	Escoussens	escoussens	76	81	812	43.5005	2.214	5
81290	Saint-Affrique-les-Montagnes	saint-affrique-les-montagnes	76	81	812	43.5375	2.2064	5
81290	Labruguière	labruguiere	76	81	812	43.5386	2.2639	5
81300	Labessière-Candeil	labessiere-candeil	76	81	811	43.8024	2.0053	5
81300	Graulhet	graulhet	76	81	812	43.7669	1.9894	5
81300	Moulayrès	moulayres	76	81	812	43.7167	2.0167	5
81300	Busque	busque	76	81	812	43.7822	1.9598	5
81300	Lasgraisses	lasgraisses	76	81	811	43.82	2.039	5
81300	Missècle	missecle	76	81	812	43.7159	1.9905	5
81301 CEDEX	Graulhet	graulhet	76	81	812	43.7669	1.9894	5
81302 CEDEX	Graulhet	graulhet	76	81	812	43.7669	1.9894	5
81303 CEDEX	Graulhet	graulhet	76	81	812	43.7669	1.9894	5
81304 CEDEX	Graulhet	graulhet	76	81	812	43.7669	1.9894	5
81305 CEDEX	Graulhet	graulhet	76	81	812	43.7669	1.9894	5
81310	Lisle-sur-Tarn	lisle-sur-tarn	76	81	811	43.8525	1.811	5
81310	Parisot	parisot	76	81	811	43.8	1.8287	5
81310	Peyrole	peyrole	76	81	811	43.8021	1.9084	5
81320	Nages	nages	76	81	812	43.674	2.7777	5
81320	Moulin-Mage	moulin-mage	76	81	812	43.7109	2.8048	5
81320	Barre	barre	76	81	812	43.7521	2.8262	5
81320	Murat-sur-Vèbre	murat-sur-vebre	76	81	812	43.6849	2.8551	5
81330	Lacaze	lacaze	76	81	812	43.7374	2.5201	5
81330	Saint-Pierre-de-Trivisy	saint-pierre-de-trivisy	76	81	812	43.7611	2.4339	5
81330	Vabre	vabre	76	81	812	43.6917	2.4246	5
81330	Rayssac	rayssac	76	81	812	43.8172	2.4125	5
81340	Assac	assac	76	81	811	43.9753	2.4397	5
81340	Trébas	trebas	76	81	811	43.9439	2.4831	5
81340	Padiès	padies	76	81	811	44.0422	2.3657	5
81340	Faussergues	faussergues	76	81	811	44.0333	2.45	5
81340	Cadix	cadix	76	81	811	43.976	2.4772	5
81340	Saint-Cirgue	saint-cirgue	76	81	811	43.9646	2.3709	5
81340	Courris	courris	76	81	811	43.9398	2.4008	5
81340	Valence-d’Albigeois	valence-d-albigeois	76	81	811	44.0193	2.4053	5
81340	Fraissines	fraissines	76	81	811	43.9667	2.5167	5
81340	Saint-Michel-Labadié	saint-michel-labadie	76	81	811	44.0046	2.4364	5
81340	Lacapelle-Pinet	lacapelle-pinet	76	81	811	44.0678	2.3389	5
81340	Saint-Julien-Gaulène	saint-julien-gaulene	76	81	811	43.9906	2.3464	5
81340	Le Dourn	le-dourn	76	81	811	44.0212	2.4662	5
81340	Lédas-et-Penthiès	ledas-et-penthies	76	81	811	44.0854	2.3832	5
81350	Valderiès	valderies	76	81	811	44.0116	2.2328	5
81350	Saussenac	saussenac	76	81	811	43.9871	2.2785	5
81350	Crespinet	crespinet	76	81	811	43.9545	2.3058	5
81350	Crespin	crespin	76	81	811	44.0522	2.2994	5
81350	Andouque	andouque	76	81	811	44.0226	2.3048	5
81350	Sérénac	serenac	76	81	811	43.9636	2.3349	5
81350	Saint-Jean-de-Marcel	saint-jean-de-marcel	76	81	811	44.06	2.2465	5
81350	Saint-Grégoire	saint-gregoire	76	81	811	43.9613	2.2618	5
81360	Montredon-Labessonnié	montredon-labessonnie	76	81	812	43.7172	2.3245	5
81360	Arifat	arifat	76	81	812	43.7725	2.3288	5
81370	Saint-Sulpice-la-Pointe	saint-sulpice-la-pointe	76	81	812	43.775	1.6851	5
81380	Lescure-d’Albigeois	lescure-d-albigeois	76	81	811	43.9536	2.1739	5
81390	Puybegon	puybegon	76	81	812	43.7889	1.8955	5
81390	Briatexte	briatexte	76	81	812	43.7524	1.9088	5
81390	Saint-Gauzens	saint-gauzens	76	81	812	43.7473	1.8994	5
81400	Carmaux	carmaux	76	81	811	44.051	2.158	5
81400	Blaye-les-Mines	blaye-les-mines	76	81	811	44.0307	2.1317	5
81400	Rosières	rosieres	76	81	811	44.0445	2.1814	5
81400	Saint-Benoît-de-Carmaux	saint-benoit-de-carmaux	76	81	811	44.0504	2.1291	5
81400	Labastide-Gabausse	labastide-gabausse	76	81	811	44.0388	2.0956	5
81430	Ambialet	ambialet	76	81	811	43.9466	2.3789	5
81430	Bellegarde	bellegarde	76	81	811	43.9072	2.2726	5
81430	Villefranche-d'Albigeois	villefranche-d-albigeois	76	81	811	43.8963	2.3302	5
81430	Bellegarde-Marsal	bellegarde-marsal	76	81	811	43.9065	2.2733	5
81430	Le Fraysse	le-fraysse	76	81	811	43.8971	2.4205	5
81430	Mouzieys-Teulet	mouzieys-teulet	76	81	811	43.866	2.2766	5
81430	Marsal	marsal	76	81	811	43.9302	2.2878	5
81440	Peyregoux	peyregoux	76	81	812	43.7004	2.2042	5
81440	Saint-Julien-du-Puy	saint-julien-du-puy	76	81	812	43.7573	2.093	5
81440	Montdragon	montdragon	76	81	812	43.7743	2.1039	5
81440	Vénès	venes	76	81	812	43.7284	2.1923	5
81440	Puycalvel	puycalvel	76	81	812	43.6804	2.0894	5
81440	Lautrec	lautrec	76	81	812	43.7059	2.1392	5
81440	Saint-Genest-de-Contest	saint-genest-de-contest	76	81	812	43.7593	2.1459	5
81440	Montpinier	montpinier	76	81	812	43.6813	2.1939	5
81440	Brousse	brousse	76	81	812	43.7179	2.0733	5
81440	Jonquières	jonquieres	76	81	812	43.6484	2.1246	5
81450	Le Garric	le-garric	76	81	811	44.0093	2.1643	5
81470	Lacroisille	lacroisille	76	81	812	43.5836	1.9308	5
81470	Cambon-lès-Lavaur	cambon-les-lavaur	76	81	812	43.5833	1.8667	5
81470	Montgey	montgey	76	81	812	43.5091	1.9399	5
81470	Maurens-Scopont	maurens-scopont	76	81	812	43.5955	1.8118	5
81470	Algans	algans	76	81	812	43.5976	1.8932	5
81470	Cuq-Toulza	cuq-toulza	76	81	812	43.55	1.8833	5
81470	Aguts	aguts	76	81	812	43.5303	1.9178	5
81470	Puéchoursi	puechoursi	76	81	812	43.5177	1.912	5
81470	Péchaudier	pechaudier	76	81	812	43.5453	1.9461	5
81470	Mouzens	mouzens	76	81	812	43.5277	1.8855	5
81470	Roquevidal	roquevidal	76	81	812	43.6238	1.8604	5
81490	Noailhac	noailhac	76	81	812	43.5733	2.3539	5
81490	Saint-Salvy-de-la-Balme	saint-salvy-de-la-balme	76	81	812	43.6114	2.399	5
81490	Boissezon	boissezon	76	81	812	43.5757	2.3803	5
81500	Giroussens	giroussens	76	81	812	43.762	1.7761	5
81500	Belcastel	belcastel	76	81	812	43.6484	1.7545	5
81500	Saint-Lieux-lès-Lavaur	saint-lieux-les-lavaur	76	81	812	43.7626	1.7569	5
81500	Bannières	bannieres	76	81	812	43.6241	1.75	5
81500	Saint-Jean-de-Rives	saint-jean-de-rives	76	81	812	43.7439	1.7754	5
81500	Saint-Agnan	saint-agnan	76	81	812	43.6957	1.7334	5
81500	Lugan	lugan	76	81	812	43.7293	1.7148	5
81500	Ambres	ambres	76	81	812	43.7319	1.8128	5
81500	Villeneuve-lès-Lavaur	villeneuve-les-lavaur	76	81	812	43.6306	1.8	5
81500	Veilhes	veilhes	76	81	812	43.6129	1.8226	5
81500	Massac-Séran	massac-seran	76	81	812	43.6624	1.8614	5
81500	Fiac	fiac	76	81	812	43.7015	1.9076	5
81500	Cabanès	cabanes	76	81	812	43.731	1.9473	5
81500	Viviers-lès-Lavaur	viviers-les-lavaur	76	81	812	43.6315	1.8	5
81500	Lacougotte-Cadoul	lacougotte-cadoul	76	81	812	43.65	1.8333	5
81500	Labastide-Saint-Georges	labastide-saint-georges	76	81	812	43.6996	1.8459	5
81500	Teulat	teulat	76	81	812	43.6349	1.6969	5
81500	Pratviel	pratviel	76	81	812	43.6369	1.8835	5
81500	Montcabrier	montcabrier	76	81	812	43.6258	1.7291	5
81500	Marzens	marzens	76	81	812	43.6516	1.8404	5
81500	Garrigues	garrigues	76	81	812	43.6946	1.7181	5
81500	Lavaur	lavaur	76	81	812	43.6985	1.8186	5
81501 CEDEX	Lavaur	lavaur	76	81	812	43.6985	1.8186	5
81502 CEDEX	Lavaur	lavaur	76	81	812	43.6985	1.8186	5
81503 CEDEX	Lavaur	lavaur	76	81	812	43.6985	1.8186	5
81506 CEDEX	Lavaur	lavaur	76	81	812	43.6985	1.8186	5
81509 CEDEX	Lavaur	lavaur	76	81	812	43.6985	1.8186	5
81530	Viane	viane	76	81	812	43.7363	2.5846	5
81530	Senaux	senaux	76	81	812	43.7578	2.6184	5
81530	Escroux	escroux	76	81	812	43.7464	2.6358	5
81530	Gijounet	gijounet	76	81	812	43.714	2.6147	5
81530	Le Masnau-Massuguiès	le-masnau-massuguies	76	81	812	43.7779	2.5527	5
81530	Saint-Salvi-de-Carcavès	saint-salvi-de-carcaves	76	81	812	43.8061	2.5976	5
81540	Belleserre	belleserre	76	81	812	43.4896	2.0558	5
81540	Sorèze	soreze	76	81	812	43.4524	2.068	5
81540	Durfort	durfort	76	81	812	43.4381	2.0685	5
81540	Les Cammazes	les-cammazes	76	81	812	43.4119	2.0794	5
81540	Cahuzac	cahuzac	76	81	812	43.4692	2.0801	5
81570	Vielmur-sur-Agout	vielmur-sur-agout	76	81	812	43.6167	2.1	5
81570	Fréjeville	frejeville	76	81	812	43.6106	2.1414	5
81570	Sémalens	semalens	76	81	812	43.5923	2.1121	5
81570	Carbes	carbes	76	81	812	43.6352	2.1384	5
81570	Cuq	cuq	76	81	812	43.6499	2.0955	5
81580	Soual	soual	76	81	812	43.5553	2.1168	5
81580	Cambounet-sur-le-Sor	cambounet-sur-le-sor	76	81	812	43.5767	2.1185	5
81600	Gaillac	gaillac	76	81	811	43.9016	1.8969	5
81600	Fénols	fenols	76	81	811	43.847	2.0529	5
81600	Senouillac	senouillac	76	81	811	43.9423	1.9486	5
81600	Brens	brens	76	81	811	43.8873	1.9072	5
81600	Cadalen	cadalen	76	81	811	43.8493	1.9809	5
81600	Técou	tecou	76	81	811	43.8436	1.9499	5
81600	Broze	broze	76	81	811	43.9531	1.8915	5
81600	Aussac	aussac	76	81	811	43.8652	2.0405	5
81600	Rivières	rivieres	76	81	811	43.9137	1.9629	5
81600	Montans	montans	76	81	811	43.867	1.8857	5
81601 CEDEX	Gaillac	gaillac	76	81	811	43.9016	1.8969	5
81602 CEDEX	Gaillac	gaillac	76	81	811	43.9016	1.8969	5
81603 CEDEX	Gaillac	gaillac	76	81	811	43.9016	1.8969	5
81604 CEDEX	Gaillac	gaillac	76	81	811	43.9016	1.8969	5
81605 CEDEX	Gaillac	gaillac	76	81	811	43.9016	1.8969	5
81609 CEDEX	Gaillac	gaillac	76	81	811	43.9016	1.8969	5
81630	Beauvais-sur-Tescou	beauvais-sur-tescou	76	81	811	43.9115	1.5694	5
81630	Tauriac	tauriac	76	81	811	43.8828	1.5923	5
81630	Saint-Urcisse	saint-urcisse	76	81	811	43.9398	1.6145	5
81630	La Sauzière-Saint-Jean	la-sauziere-saint-jean	76	81	811	43.9604	1.6513	5
81630	Montdurausse	montdurausse	76	81	811	43.9477	1.5692	5
81630	Salvagnac	salvagnac	76	81	811	43.9059	1.6885	5
81630	Montvalen	montvalen	76	81	811	43.8642	1.5902	5
81630	Montgaillard	montgaillard	76	81	811	43.9097	1.595	5
81640	Monestiés	monesties	76	81	811	44.0667	2.1	5
81640	Salles	salles	76	81	811	44.0725	2.0358	5
81640	Le Ségur	le-segur	76	81	811	44.1167	2.0667	5
81640	Laparrouquial	laparrouquial	76	81	811	44.0981	2.0235	5
81640	Combefa	combefa	76	81	811	44.0541	2.0967	5
81640	Virac	virac	76	81	811	44.0458	2.0444	5
81660	Pont-de-Larn	pont-de-larn	76	81	812	43.5041	2.4079	5
81660	Payrin-Augmontel	payrin-augmontel	76	81	812	43.5445	2.3541	5
81660	Bout-du-Pont-de-Larn	bout-du-pont-de-larn	76	81	812	43.4974	2.4164	5
81700	Palleville	palleville	76	81	812	43.5035	1.9973	5
81700	Appelle	appelle	76	81	812	43.5809	1.9517	5
81700	Blan	blan	76	81	812	43.526	2.0089	5
81700	Poudis	poudis	76	81	812	43.52	1.9867	5
81700	Garrevaques	garrevaques	76	81	812	43.4896	1.9809	5
81700	Bertre	bertre	76	81	812	43.6002	1.9393	5
81700	Lempaut	lempaut	76	81	812	43.5273	2.0655	5
81700	Saint-Sernin-lès-Lavaur	saint-sernin-les-lavaur	76	81	812	43.5485	1.9745	5
81700	Saint-Germain-des-Prés	saint-germain-des-pres	76	81	812	43.5616	2.0657	5
81700	Puylaurens	puylaurens	76	81	812	43.572	2.0123	5
81710	Navès	naves	76	81	812	43.5647	2.2259	5
81710	Saïx	saix	76	81	812	43.5833	2.1833	5
81800	Coufouleux	coufouleux	76	81	811	43.8171	1.7308	5
81800	Loupiac	loupiac	76	81	811	43.8282	1.7798	5
81800	Grazac	grazac	76	81	811	43.8459	1.6537	5
81800	Rabastens	rabastens	76	81	811	43.8251	1.7238	5
81800	Roquemaure	roquemaure	76	81	811	43.8124	1.6247	5
81800	Mézens	mezens	76	81	811	43.7883	1.67	5
81990	Le Sequestre	le-sequestre	76	81	811	43.9108	2.118	5
81990	Carlus	carlus	76	81	811	43.8879	2.1089	5
81990	Fréjairolles	frejairolles	76	81	811	43.8809	2.2315	5
81990	Cambon	cambon	76	81	811	43.9132	2.2128	5
81990	Puygouzon	puygouzon	76	81	811	43.9	2.1667	5
81990	Saliès	salies	76	81	811	43.8918	2.1288	5
81990	Cunac	cunac	76	81	811	43.9301	2.2188	5
82000	Montauban	montauban	76	82	822	44.0182	1.3643	5
82001 CEDEX	Montauban	montauban	76	82	822	44.0182	1.3643	5
82002 CEDEX	Montauban	montauban	76	82	822	44.0182	1.3643	5
82003 CEDEX	Montauban	montauban	76	82	822	44.0182	1.3643	5
82004 CEDEX	Montauban	montauban	76	82	822	44.0182	1.3643	5
82005 CEDEX	Montauban	montauban	76	82	822	44.0182	1.3643	5
82006 CEDEX	Montauban	montauban	76	82	822	44.0182	1.3643	5
82008 CEDEX	Montauban	montauban	76	82	822	44.0182	1.3643	5
82009 CEDEX	Montauban	montauban	76	82	822	44.0182	1.3643	5
82013 CEDEX	Montauban	montauban	76	82	822	44.0182	1.3643	5
82014 CEDEX	Montauban	montauban	76	82	822	44.0182	1.3643	5
82015 CEDEX	Montauban	montauban	76	82	822	44.0182	1.3643	5
82017 CEDEX	Montauban	montauban	76	82	822	44.0182	1.3643	5
82019 CEDEX	Montauban	montauban	76	82	822	44.0182	1.3643	5
82024 CEDEX	Montauban	montauban	76	82	822	44.0182	1.3643	5
82027 CEDEX	Montauban	montauban	76	82	822	44.0182	1.3643	5
82030 CEDEX	Montauban	montauban	76	82	822	44.0182	1.3643	5
82032 CEDEX	Montauban	montauban	76	82	822	44.0182	1.3643	5
82033 CEDEX	Montauban	montauban	76	82	822	44.0182	1.3643	5
82037 CEDEX	Montauban	montauban	76	82	822	44.0182	1.3643	5
82040 CEDEX	Montauban	montauban	76	82	822	44.0182	1.3643	5
82047 CEDEX	Montauban	montauban	76	82	822	44.0182	1.3643	5
82048 CEDEX	Montauban	montauban	76	82	822	44.0182	1.3643	5
82053 CEDEX	Montauban	montauban	76	82	822	44.0182	1.3643	5
82054 CEDEX	Montauban	montauban	76	82	822	44.0182	1.3643	5
82057 CEDEX	Montauban	montauban	76	82	822	44.0182	1.3643	5
82060 CEDEX	Montauban	montauban	76	82	822	44.0182	1.3643	5
82065 CEDEX	Montauban	montauban	76	82	822	44.0182	1.3643	5
82067 CEDEX	Montauban	montauban	76	82	822	44.0182	1.3643	5
82070 CEDEX	Montauban	montauban	76	82	822	44.0182	1.3643	5
82077 CEDEX	Montauban	montauban	76	82	822	44.0182	1.3643	5
82080 CEDEX	Montauban	montauban	76	82	822	44.0182	1.3643	5
82087 CEDEX	Montauban	montauban	76	82	822	44.0182	1.3643	5
82100	Castelsarrasin	castelsarrasin	76	82	821	44.0333	1.1	5
82100	Saint-Aignan	saint-aignan	76	82	821	44.0188	1.0741	5
82100	Castelferrus	castelferrus	76	82	821	44.0091	1.088	5
82100	Labourgade	labourgade	76	82	821	43.9496	1.1017	5
82100	Les Barthes	les-barthes	76	82	821	44.0965	1.1699	5
82100	Montaïn	montain	76	82	821	43.95	1.1167	5
82100	Lafitte	lafitte	76	82	821	43.9718	1.1199	5
82100	Garganvillar	garganvillar	76	82	821	43.9786	1.0679	5
82100	Labastide-du-Temple	labastide-du-temple	76	82	821	44.0844	1.1955	5
82101 CEDEX	Castelsarrasin	castelsarrasin	76	82	821	44.0333	1.1	5
82102 CEDEX	Castelsarrasin	castelsarrasin	76	82	821	44.0333	1.1	5
82103 CEDEX	Castelsarrasin	castelsarrasin	76	82	821	44.0333	1.1	5
82104 CEDEX	Castelsarrasin	castelsarrasin	76	82	821	44.0333	1.1	5
82109 CEDEX	Castelsarrasin	castelsarrasin	76	82	821	44.0333	1.1	5
82110	Montbarla	montbarla	76	82	821	44.2228	1.0985	5
82110	Sauveterre	sauveterre	76	82	821	44.2657	1.2718	5
82110	Tréjouls	trejouls	76	82	821	44.2672	1.2357	5
82110	Montagudet	montagudet	76	82	821	44.2423	1.0954	5
82110	Cazes-Mondenard	cazes-mondenard	76	82	821	44.2269	1.203	5
82110	Saint-Amans-de-Pellagal	saint-amans-de-pellagal	76	82	821	44.2277	1.1092	5
82110	Bouloc	bouloc	76	82	821	44.2996	1.1264	5
82110	Sainte-Juliette	sainte-juliette	76	82	821	44.2868	1.1727	5
82110	Lauzerte	lauzerte	76	82	821	44.2553	1.1382	5
82120	Gramont	gramont	76	82	821	43.9371	0.767	5
82120	Puygaillard-de-Lomagne	puygaillard-de-lomagne	76	82	821	43.9667	0.8833	5
82120	Gensac	gensac	76	82	821	43.9524	0.9563	5
82120	Poupas	poupas	76	82	821	43.9685	0.8389	5
82120	Lachapelle	lachapelle	76	82	821	43.9856	0.8426	5
82120	Maumusson	maumusson	76	82	821	43.9174	0.9025	5
82120	Marsac	marsac	76	82	821	43.9435	0.8214	5
82120	Saint-Jean-du-Bouzet	saint-jean-du-bouzet	76	82	821	43.9905	0.875	5
82120	Montgaillard	montgaillard	76	82	821	43.9326	0.8763	5
82120	Asques	asques	76	82	821	43.9885	0.9493	5
82120	Balignac	balignac	76	82	821	43.956	0.8777	5
82120	Mansonville	mansonville	76	82	821	44.0176	0.8406	5
82120	Castéra-Bouzet	castera-bouzet	76	82	821	44	0.9167	5
82120	Lavit	lavit	76	82	821	43.9567	0.9201	5
82130	Montastruc	montastruc	76	82	822	44.1014	1.2936	5
82130	Villemade	villemade	76	82	822	44.0746	1.289	5
82130	Lamothe-Capdeville	lamothe-capdeville	76	82	822	44.0788	1.3735	5
82130	Lafrançaise	lafrancaise	76	82	822	44.1279	1.2414	5
82130	L'Honor-de-Cos	l-honor-de-cos	76	82	822	44.1225	1.3499	5
82130	Piquecos	piquecos	76	82	822	44.1004	1.3213	5
82140	Féneyrols	feneyrols	76	82	822	44.1308	1.8201	5
82140	Cazals	cazals	76	82	822	44.122	1.7168	5
82140	Saint-Antonin-Noble-Val	saint-antonin-noble-val	76	82	822	44.15	1.7667	5
82150	Saint-Amans-du-Pech	saint-amans-du-pech	76	82	821	44.3147	0.8857	5
82150	Valeilles	valeilles	76	82	821	44.3623	0.9218	5
82150	Belvèze	belveze	76	82	821	44.3301	1.0906	5
82150	Saint-Beauzeil	saint-beauzeil	76	82	821	44.3292	0.899	5
82150	Roquecor	roquecor	76	82	821	44.3218	0.9452	5
82150	Montaigu-de-Quercy	montaigu-de-quercy	76	82	821	44.3396	1.0169	5
82160	Loze	loze	76	82	822	44.2861	1.7936	5
82160	Caylus	caylus	76	82	822	44.2361	1.7717	5
82160	Parisot	parisot	76	82	822	44.265	1.8576	5
82160	Puylagarde	puylagarde	76	82	822	44.2956	1.8399	5
82160	Espinas	espinas	76	82	822	44.1956	1.8298	5
82160	Mouillac	mouillac	76	82	822	44.2673	1.6665	5
82160	Lacapelle-Livron	lacapelle-livron	76	82	822	44.2675	1.7834	5
82160	Castanet	castanet	76	82	822	44.2655	1.9505	5
82160	Saint-Projet	saint-projet	76	82	822	44.3042	1.7937	5
82170	Grisolles	grisolles	76	82	822	43.8292	1.2967	5
82170	Dieupentale	dieupentale	76	82	822	43.8623	1.2698	5
82170	Pompignan	pompignan	76	82	822	43.8177	1.3121	5
82170	Canals	canals	76	82	822	43.8517	1.292	5
82170	Monbéqui	monbequi	76	82	822	43.8922	1.2418	5
82170	Bessens	bessens	76	82	822	43.8786	1.2538	5
82170	Fabas	fabas	76	82	822	43.8589	1.3509	5
82190	Touffailles	touffailles	76	82	821	44.273	1.0505	5
82190	Saint-Nazaire-de-Valentane	saint-nazaire-de-valentane	76	82	821	44.2241	1.0129	5
82190	Brassac	brassac	76	82	821	44.2152	0.9725	5
82190	Bourg-de-Visa	bourg-de-visa	76	82	821	44.2618	0.9591	5
82190	Fauroux	fauroux	76	82	821	44.2436	1.0044	5
82190	Miramont-de-Quercy	miramont-de-quercy	76	82	821	44.2318	1.0628	5
82190	Lacour	lacour	76	82	821	44.2921	0.9457	5
82200	Lizac	lizac	76	82	821	44.1051	1.1859	5
82200	Montesquieu	montesquieu	76	82	821	44.1959	1.0579	5
82200	Boudou	boudou	76	82	821	44.0961	1.0131	5
82200	Malause	malause	76	82	821	44.0907	0.9722	5
82200	Moissac	moissac	76	82	821	44.1024	1.0945	5
82201 CEDEX	Moissac	moissac	76	82	821	44.1024	1.0945	5
82202 CEDEX	Moissac	moissac	76	82	821	44.1024	1.0945	5
82208 CEDEX	Moissac	moissac	76	82	821	44.1024	1.0945	5
82210	Caumont	caumont	76	82	821	44.0188	0.9999	5
82210	Merles	merles	76	82	821	44.0583	0.9689	5
82210	Angeville	angeville	76	82	821	44.0008	1.0274	5
82210	Castelmayran	castelmayran	76	82	821	44.0294	1.0392	5
82210	Saint-Nicolas-de-la-Grave	saint-nicolas-de-la-grave	76	82	821	44.0642	1.0228	5
82210	Saint-Arroumex	saint-arroumex	76	82	821	43.9929	0.9968	5
82210	Fajolles	fajolles	76	82	821	43.9679	1.0144	5
82210	Coutures	coutures	76	82	821	43.9521	0.9858	5
82220	Auty	auty	76	82	822	44.1905	1.4685	5
82220	Puycornet	puycornet	76	82	822	44.161	1.3482	5
82220	Labarthe	labarthe	76	82	822	44.2	1.3167	5
82220	Molières	molieres	76	82	822	44.1931	1.3632	5
82220	Vazerac	vazerac	76	82	822	44.1903	1.2853	5
82230	Verlhac-Tescou	verlhac-tescou	76	82	822	43.9296	1.538	5
82230	Léojac	leojac	76	82	822	44.0167	1.45	5
82230	Monclar-de-Quercy	monclar-de-quercy	76	82	822	43.9655	1.5859	5
82230	Génébrières	genebrieres	76	82	822	44	1.5	5
82230	La Salvetat-Belmontet	la-salvetat-belmontet	76	82	822	43.9642	1.5334	5
82240	Saint-Georges	saint-georges	76	82	822	44.2224	1.6441	5
82240	Lavaurette	lavaurette	76	82	822	44.2054	1.6705	5
82240	Puylaroque	puylaroque	76	82	822	44.2508	1.6109	5
82240	Cayriech	cayriech	76	82	822	44.2174	1.6132	5
82240	Labastide-de-Penne	labastide-de-penne	76	82	822	44.2845	1.5928	5
82240	Septfonds	septfonds	76	82	822	44.1781	1.6181	5
82240	Lapenche	lapenche	76	82	822	44.2244	1.5759	5
82250	Laguépie	laguepie	76	82	822	44.1473	1.9676	5
82270	Montalzat	montalzat	76	82	822	44.2081	1.5002	5
82270	Montpezat-de-Quercy	montpezat-de-quercy	76	82	822	44.2388	1.4768	5
82270	Montfermier	montfermier	76	82	822	44.2189	1.4106	5
82290	Lacourt-Saint-Pierre	lacourt-saint-pierre	76	82	822	43.9857	1.2645	5
82290	La Ville-Dieu-du-Temple	la-ville-dieu-du-temple	76	82	822	44.0333	1.2167	5
82290	Montbeton	montbeton	76	82	822	44.0167	1.3	5
82290	Meauzac	meauzac	76	82	821	44.0885	1.2397	5
82290	Barry-d’Islemade	barry-d-islemade	76	82	821	44.0746	1.2464	5
82290	Albefeuille-Lagarde	albefeuille-lagarde	76	82	821	44.0479	1.2619	5
82300	Caussade	caussade	76	82	822	44.1608	1.5391	5
82300	Saint-Vincent-d’Autéjac	saint-vincent-d-autejac	76	82	822	44.1623	1.4729	5
82300	Saint-Cirq	saint-cirq	76	82	822	44.146	1.6056	5
82300	Monteils	monteils	76	82	822	44.1686	1.5761	5
82301 CEDEX	Caussade	caussade	76	82	822	44.1608	1.5391	5
82302 CEDEX	Caussade	caussade	76	82	822	44.1608	1.5391	5
82303 CEDEX	Caussade	caussade	76	82	822	44.1608	1.5391	5
82330	Verfeil	verfeil	76	82	822	44.187	1.8767	5
82330	Varen	varen	76	82	822	44.1589	1.894	5
82330	Ginals	ginals	76	82	822	44.2194	1.8808	5
82340	Saint-Cirice	saint-cirice	76	82	821	44.0507	0.8483	5
82340	Le Pin	le-pin	76	82	821	44.0358	0.9683	5
82340	Donzac	donzac	76	82	821	44.1103	0.8196	5
82340	Sistels	sistels	76	82	821	44.0607	0.7838	5
82340	Bardigues	bardigues	76	82	821	44.0418	0.8899	5
82340	Dunes	dunes	76	82	821	44.0884	0.7712	5
82340	Saint-Loup	saint-loup	76	82	821	44.0854	0.8573	5
82340	Auvillar	auvillar	76	82	821	44.0686	0.9019	5
82340	Saint-Michel	saint-michel	76	82	821	44.0321	0.9448	5
82350	Albias	albias	76	82	822	44.0905	1.4482	5
82360	Lamagistère	lamagistere	76	82	821	44.1249	0.8249	5
82370	Corbarieu	corbarieu	76	82	822	43.9441	1.3688	5
82370	Labastide-Saint-Pierre	labastide-saint-pierre	76	82	822	43.9177	1.3663	5
82370	Varennes	varennes	76	82	822	43.9013	1.4976	5
82370	Reyniès	reynies	76	82	822	43.9167	1.3986	5
82370	Campsas	campsas	76	82	822	43.8959	1.3268	5
82370	Saint-Nauphary	saint-nauphary	76	82	822	43.9671	1.4255	5
82370	Villebrumier	villebrumier	76	82	822	43.9084	1.456	5
82370	Nohic	nohic	76	82	822	43.8897	1.4374	5
82370	Orgueil	orgueil	76	82	822	43.9062	1.4107	5
82390	Durfort-Lacapelette	durfort-lacapelette	76	82	821	44.1833	1.1333	5
82400	Saint-Paul-d’Espis	saint-paul-d-espis	76	82	821	44.1438	0.969	5
82400	Golfech	golfech	76	82	821	44.1144	0.8527	5
82400	Saint-Vincent-Lespinasse	saint-vincent-lespinasse	76	82	821	44.1167	0.95	5
82400	Goudourville	goudourville	76	82	821	44.1144	0.9287	5
82400	Gasques	gasques	76	82	821	44.1543	0.918	5
82400	Perville	perville	76	82	821	44.1801	0.8792	5
82400	Pommevic	pommevic	76	82	821	44.1006	0.9332	5
82400	Castelsagrat	castelsagrat	76	82	821	44.1838	0.9467	5
82400	Espalais	espalais	76	82	821	44.0769	0.9038	5
82400	Valence	valence	76	82	821	44.1082	0.891	5
82400	Saint-Clair	saint-clair	76	82	821	44.164	0.9462	5
82400	Montjoi	montjoi	76	82	821	44.2	0.9167	5
82401 CEDEX	Valence	valence	76	82	821	44.1082	0.891	5
82402 CEDEX	Valence	valence	76	82	821	44.1082	0.891	5
82403 CEDEX	Valence	valence	76	82	821	44.1082	0.891	5
82410	Saint-Etienne-de-Tulmont	saint-etienne-de-tulmont	76	82	822	44.05	1.4667	5
82440	Réalville	realville	76	82	822	44.1145	1.48	5
82440	Mirabel	mirabel	76	82	822	44.1434	1.4214	5
82440	Cayrac	cayrac	76	82	822	44.1059	1.4954	5
82500	Faudoas	faudoas	76	82	821	43.8252	0.9584	5
82500	Cumont	cumont	76	82	821	43.8746	0.9016	5
82500	Vigueron	vigueron	76	82	821	43.8839	1.0545	5
82500	Goas	goas	76	82	821	43.8155	0.9632	5
82500	Auterive	auterive	76	82	821	43.8603	0.967	5
82500	Glatens	glatens	76	82	821	43.8934	0.9175	5
82500	Beaumont-de-Lomagne	beaumont-de-lomagne	76	82	821	43.8829	0.9876	5
82500	Le Causé	le-cause	76	82	821	43.8027	0.9725	5
82500	Sérignac	serignac	76	82	821	43.9229	1.0205	5
82500	Esparsac	esparsac	76	82	821	43.9029	0.9411	5
82500	Maubec	maubec	76	82	821	43.8092	0.9173	5
82500	Lamothe-Cumont	lamothe-cumont	76	82	821	43.8769	0.9165	5
82500	Escazeaux	escazeaux	76	82	821	43.8349	1.0233	5
82500	Larrazet	larrazet	76	82	821	43.9312	1.0833	5
82500	Marignac	marignac	76	82	821	43.8444	0.912	5
82500	Belbèze-en-Lomagne	belbeze-en-lomagne	76	82	821	43.9015	1.0707	5
82500	Gariès	garies	76	82	821	43.8064	1.0313	5
82500	Gimat	gimat	76	82	821	43.8536	0.9435	5
82600	Verdun-sur-Garonne	verdun-sur-garonne	76	82	822	43.8545	1.2342	5
82600	Saint-Sardos	saint-sardos	76	82	822	43.8997	1.1338	5
82600	Beaupuy	beaupuy	76	82	822	43.8231	1.1187	5
82600	Bouillac	bouillac	76	82	822	43.8441	1.1201	5
82600	Savenès	savenes	76	82	822	43.8318	1.1989	5
82600	Comberouger	comberouger	76	82	822	43.8623	1.1026	5
82600	Mas-Grenier	mas-grenier	76	82	822	43.8917	1.1961	5
82600	Aucamville	aucamville	76	82	822	43.8019	1.2146	5
82700	Cordes-Tolosannes	cordes-tolosannes	76	82	821	43.9853	1.1501	5
82700	Escatalens	escatalens	76	82	822	43.9846	1.1888	5
82700	Finhan	finhan	76	82	822	43.9134	1.2212	5
82700	Saint-Porquier	saint-porquier	76	82	822	44.0034	1.1793	5
82700	Bourret	bourret	76	82	822	43.9426	1.1683	5
82700	Montech	montech	76	82	822	43.9582	1.232	5
82700	Montbartier	montbartier	76	82	822	43.9135	1.2746	5
82710	Bressols	bressols	76	82	822	43.968	1.3384	5
82800	Vaïssac	vaissac	76	82	822	44.0333	1.5667	5
82800	Puygaillard-de-Quercy	puygaillard-de-quercy	76	82	822	44.0216	1.6314	5
82800	Nègrepelisse	negrepelisse	76	82	822	44.0744	1.5198	5
82800	Bruniquel	bruniquel	76	82	822	44.0548	1.6639	5
82800	Montricoux	montricoux	76	82	822	44.0759	1.6195	5
82800	Bioule	bioule	76	82	822	44.0898	1.5387	5
01000	Bourg-en-Bresse	bourg-en-bresse	84	01	012	46.2057	5.2258	5
01000	Saint-Denis-lès-Bourg	saint-denis-les-bourg	84	01	012	46.2022	5.1892	5
01001 CEDEX	Bourg-en-Bresse	bourg-en-bresse	84	01	012	46.2057	5.2258	5
01002 CEDEX	Bourg-en-Bresse	bourg-en-bresse	84	01	012	46.2057	5.2258	5
01003 CEDEX	Bourg-en-Bresse	bourg-en-bresse	84	01	012	46.2057	5.2258	5
01004 CEDEX	Bourg-en-Bresse	bourg-en-bresse	84	01	012	46.2057	5.2258	5
01005 CEDEX	Bourg-en-Bresse	bourg-en-bresse	84	01	012	46.2057	5.2258	5
01006 CEDEX	Bourg-en-Bresse	bourg-en-bresse	84	01	012	46.2057	5.2258	5
01007 CEDEX	Bourg-en-Bresse	bourg-en-bresse	84	01	012	46.2057	5.2258	5
01008 CEDEX	Bourg-en-Bresse	bourg-en-bresse	84	01	012	46.2057	5.2258	5
01009 CEDEX	Bourg-en-Bresse	bourg-en-bresse	84	01	012	46.2057	5.2258	5
01010 CEDEX	Bourg-en-Bresse	bourg-en-bresse	84	01	012	46.2057	5.2258	5
01011 CEDEX	Bourg-en-Bresse	bourg-en-bresse	84	01	012	46.2057	5.2258	5
01012 CEDEX	Bourg-en-Bresse	bourg-en-bresse	84	01	012	46.2057	5.2258	5
01013 CEDEX	Bourg-en-Bresse	bourg-en-bresse	84	01	012	46.2057	5.2258	5
01014 CEDEX 9	Bourg-en-Bresse	bourg-en-bresse	84	01	012	46.2057	5.2258	5
01015 CEDEX 9	Bourg-en-Bresse	bourg-en-bresse	84	01	012	46.2057	5.2258	5
01016 CEDEX 9	Bourg-en-Bresse	bourg-en-bresse	84	01	012	46.2057	5.2258	5
01017 CEDEX	Bourg-en-Bresse	bourg-en-bresse	84	01	012	46.2057	5.2258	5
01018 CEDEX	Bourg-en-Bresse	bourg-en-bresse	84	01	012	46.2057	5.2258	5
01019 CEDEX	Bourg-en-Bresse	bourg-en-bresse	84	01	012	46.2057	5.2258	5
01020 CEDEX	Bourg-en-Bresse	bourg-en-bresse	84	01	012	46.2057	5.2258	5
01059 CEDEX 9	Bourg-en-Bresse	bourg-en-bresse	84	01	012	46.2057	5.2258	5
01060 CEDEX 9	Bourg-en-Bresse	bourg-en-bresse	84	01	012	46.2057	5.2258	5
01061 CEDEX 9	Bourg-en-Bresse	bourg-en-bresse	84	01	012	46.2057	5.2258	5
01069 CEDEX 9	Bourg-en-Bresse	bourg-en-bresse	84	01	012	46.2057	5.2258	5
01090	Guéreins	guereins	84	01	012	46.1063	4.779	5
01090	Montmerle-sur-Saône	montmerle-sur-saone	84	01	012	46.0833	4.7667	5
01090	Montceaux	montceaux	84	01	012	46.0964	4.798	5
01090	Francheleins	francheleins	84	01	012	46.0744	4.8092	5
01090	Lurcy	lurcy	84	01	012	46.061	4.7806	5
01090	Genouilleux	genouilleux	84	01	012	46.119	4.7868	5
01100	Géovreisset	geovreisset	84	01	014	46.2565	5.6183	5
01100	Martignat	martignat	84	01	014	46.2097	5.6105	5
01100	Apremont	apremont	84	01	014	46.2069	5.6573	5
01100	Arbent	arbent	84	01	014	46.2922	5.6789	5
01100	Groissiat	groissiat	84	01	014	46.2221	5.6077	5
01100	Bellignat	bellignat	84	01	014	46.2424	5.6284	5
01100	Oyonnax	oyonnax	84	01	014	46.2592	5.6573	5
01101 CEDEX	Oyonnax	oyonnax	84	01	014	46.2592	5.6573	5
01102 CEDEX	Oyonnax	oyonnax	84	01	014	46.2592	5.6573	5
01103 CEDEX	Oyonnax	oyonnax	84	01	014	46.2592	5.6573	5
01104 CEDEX	Oyonnax	oyonnax	84	01	014	46.2592	5.6573	5
01105 CEDEX	Oyonnax	oyonnax	84	01	014	46.2592	5.6573	5
01106 CEDEX	Oyonnax	oyonnax	84	01	014	46.2592	5.6573	5
01107 CEDEX	Oyonnax	oyonnax	84	01	014	46.2592	5.6573	5
01108 CEDEX	Oyonnax	oyonnax	84	01	014	46.2592	5.6573	5
01109 CEDEX	Oyonnax	oyonnax	84	01	014	46.2592	5.6573	5
01110	Cormaranche-en-Bugey	cormaranche-en-bugey	84	01	011	45.9523	5.6116	5
01110	Champdor-Corcelles	champdor-corcelles	84	01	011	46.0172	5.5972	5
01110	Corlier	corlier	84	01	011	46.0309	5.498	5
01110	Hostiaz	hostiaz	84	01	011	45.9	5.5333	5
01110	Hauteville-Lompnes	hauteville-lompnes	84	01	011	45.9779	5.6011	5
01110	Aranc	aranc	84	01	011	46.0024	5.5087	5
01110	Brénod	brenod	84	01	014	46.0608	5.6041	5
01110	Prémillieu	premillieu	84	01	011	45.8744	5.572	5
01110	Champdor	champdor	84	01	011	46.0175	5.5966	5
01110	Thézillieu	thezillieu	84	01	011	45.8934	5.5974	5
01110	Corcelles	corcelles	84	01	011	46.0364	5.575	5
01111 CEDEX	Oyonnax	oyonnax	84	01	014	46.2592	5.6573	5
01112 CEDEX	Oyonnax	oyonnax	84	01	014	46.2592	5.6573	5
01115 CEDEX	Oyonnax	oyonnax	84	01	014	46.2592	5.6573	5
01116 CEDEX	Oyonnax	oyonnax	84	01	014	46.2592	5.6573	5
01117 CEDEX	Oyonnax	oyonnax	84	01	014	46.2592	5.6573	5
01120	Pizay	pizay	84	01	012	45.8872	5.0893	5
01120	Montluel	montluel	84	01	012	45.8519	5.0578	5
01120	Sainte-Croix	sainte-croix	84	01	012	45.8951	5.0517	5
01120	Dagneux	dagneux	84	01	012	45.8514	5.0778	5
01120	Thil	thil	84	01	012	45.8142	5.0219	5
01120	Niévroz	nievroz	84	01	012	45.8333	5.0667	5
01120	La Boisse	la-boisse	84	01	012	45.8428	5.0364	5
01121 CEDEX	Montluel	montluel	84	01	012	45.8519	5.0578	5
01122 CEDEX	Montluel	montluel	84	01	012	45.8519	5.0578	5
01123 CEDEX	Montluel	montluel	84	01	012	45.8519	5.0578	5
01124 CEDEX	Montluel	montluel	84	01	012	45.8519	5.0578	5
01125 CEDEX	Montluel	montluel	84	01	012	45.8519	5.0578	5
01126 CEDEX	Montluel	montluel	84	01	012	45.8519	5.0578	5
01127 CEDEX	Montluel	montluel	84	01	012	45.8519	5.0578	5
01128 CEDEX	Montluel	montluel	84	01	012	45.8519	5.0578	5
01129 CEDEX	Montluel	montluel	84	01	012	45.8519	5.0578	5
01130	Le Poizat-Lalleyriat	le-poizat-lalleyriat	84	01	014	46.1547	5.7147	5
01130	Nantua	nantua	84	01	014	46.15	5.6167	5
01130	Saint-Germain-de-Joux	saint-germain-de-joux	84	01	014	46.179	5.738	5
01130	Les Neyrolles	les-neyrolles	84	01	014	46.1398	5.6359	5
01130	Charix	charix	84	01	014	46.1838	5.6851	5
01130	Le Poizat	le-poizat	84	01	014	46.1452	5.6965	5
01130	Plagne	plagne	84	01	014	46.1925	5.7277	5
01130	Giron	giron	84	01	014	46.2255	5.7741	5
01130	Lalleyriat	lalleyriat	84	01	014	46.1543	5.7138	5
01130	Échallon	echallon	84	01	014	46.2152	5.7386	5
01130	Belleydoux	belleydoux	84	01	014	46.2538	5.7785	5
01140	Saint-Didier-sur-Chalaronne	saint-didier-sur-chalaronne	84	01	012	46.1775	4.8172	5
01140	Mogneneins	mogneneins	84	01	012	46.1384	4.8118	5
01140	Thoissey	thoissey	84	01	012	46.174	4.8033	5
01140	Valeins	valeins	84	01	012	46.1112	4.8703	5
01140	Garnerans	garnerans	84	01	012	46.2058	4.8408	5
01140	Peyzieux-sur-Saône	peyzieux-sur-saone	84	01	012	46.1271	4.8147	5
01140	Saint-Étienne-sur-Chalaronne	saint-etienne-sur-chalaronne	84	01	012	46.1478	4.8656	5
01140	Illiat	illiat	84	01	012	46.1895	4.8865	5
01150	Saint-Vulbas	saint-vulbas	84	01	011	45.8326	5.2905	5
01150	Vaux-en-Bugey	vaux-en-bugey	84	01	011	45.9271	5.3534	5
01150	Chazey-sur-Ain	chazey-sur-ain	84	01	011	45.893	5.2535	5
01150	Saint-Sorlin-en-Bugey	saint-sorlin-en-bugey	84	01	011	45.8847	5.3711	5
01150	Leyment	leyment	84	01	011	45.9229	5.2948	5
01150	Sault-Brénaz	sault-brenaz	84	01	011	45.8543	5.4142	5
01150	Lagnieu	lagnieu	84	01	011	45.9004	5.3466	5
01150	Sainte-Julie	sainte-julie	84	01	011	45.8901	5.2788	5
01150	Villebois	villebois	84	01	011	45.8495	5.4323	5
01150	Souclin	souclin	84	01	011	45.8771	5.4193	5
01150	Blyes	blyes	84	01	011	45.8467	5.2487	5
01151 CEDEX	Lagnieu	lagnieu	84	01	011	45.9004	5.3466	5
01152 CEDEX	Lagnieu	lagnieu	84	01	011	45.9004	5.3466	5
01153 CEDEX	Lagnieu	lagnieu	84	01	011	45.9004	5.3466	5
01154 CEDEX	Lagnieu	lagnieu	84	01	011	45.9004	5.3466	5
01155 CEDEX	Lagnieu	lagnieu	84	01	011	45.9004	5.3466	5
01158 CEDEX	Lagnieu	lagnieu	84	01	011	45.9004	5.3466	5
01160	Druillat	druillat	84	01	012	46.0585	5.3159	5
01160	Pont-d’Ain	pont-d-ain	84	01	014	46.0479	5.3368	5
01160	Saint-Martin-du-Mont	saint-martin-du-mont	84	01	012	46.1025	5.3283	5
01160	Neuville-sur-Ain	neuville-sur-ain	84	01	014	46.0807	5.3776	5
01160	Varambon	varambon	84	01	014	46.0405	5.317	5
01160	Priay	priay	84	01	014	46.0019	5.2878	5
01160	La Tranclière	la-trancliere	84	01	012	46.1113	5.2614	5
01170	Ségny	segny	84	01	013	46.296	6.0754	5
01170	Gex	gex	84	01	013	46.3333	6.0667	5
01170	Vesancy	vesancy	84	01	013	46.3482	6.0898	5
01170	Échenevex	echenevex	84	01	013	46.3096	6.0393	5
01170	Chevry	chevry	84	01	013	46.2785	6.0401	5
01170	Crozet	crozet	84	01	013	46.282	6.0105	5
01170	Cessy	cessy	84	01	013	46.3166	6.0692	5
01170	Mijoux	mijoux	84	01	013	46.3662	5.9956	5
01171 CEDEX	Gex	gex	84	01	013	46.3333	6.0667	5
01172 CEDEX	Gex	gex	84	01	013	46.3333	6.0667	5
01173 CEDEX	Gex	gex	84	01	013	46.3333	6.0667	5
01174 CEDEX	Gex	gex	84	01	013	46.3333	6.0667	5
01190	Boissey	boissey	84	01	012	46.3809	4.9958	5
01190	Saint-Bénigne	saint-benigne	84	01	012	46.4396	4.9635	5
01190	Chevroux	chevroux	84	01	012	46.3801	4.9476	5
01190	Chavannes-sur-Reyssouze	chavannes-sur-reyssouze	84	01	012	46.4313	4.9981	5
01190	Boz	boz	84	01	012	46.4061	4.9161	5
01190	Saint-Étienne-sur-Reyssouze	saint-etienne-sur-reyssouze	84	01	012	46.4125	5.0008	5
01190	Arbigny	arbigny	84	01	012	46.4693	4.9622	5
01190	Ozan	ozan	84	01	012	46.3915	4.9153	5
01190	Reyssouze	reyssouze	84	01	012	46.4321	4.9204	5
01190	Gorrevod	gorrevod	84	01	012	46.4155	4.9409	5
01190	Pont-de-Vaux	pont-de-vaux	84	01	012	46.4317	4.9401	5
01190	Sermoyer	sermoyer	84	01	012	46.4972	4.9803	5
01200	Confort	confort	84	01	014	46.1507	5.8234	5
01200	Châtillon-en-Michaille	chatillon-en-michaille	84	01	014	46.1432	5.7995	5
01200	Lancrans	lancrans	84	01	014	46.1273	5.8328	5
01200	Bellegarde-sur-Valserine	bellegarde-sur-valserine	84	01	014	46.1079	5.8242	5
01200	Injoux-Génissiat	injoux-genissiat	84	01	014	46.051	5.8035	5
01200	Léaz	leaz	84	01	013	46.0985	5.884	5
01200	Villes	villes	84	01	014	46.0888	5.7864	5
01200	Chézery-Forens	chezery-forens	84	01	013	46.2223	5.8687	5
01200	Montanges	montanges	84	01	014	46.1647	5.8014	5
01200	Billiat	billiat	84	01	014	46.0769	5.7869	5
01201 CEDEX	Bellegarde-sur-Valserine	bellegarde-sur-valserine	84	01	014	46.1079	5.8242	5
01202 CEDEX	Bellegarde-sur-Valserine	bellegarde-sur-valserine	84	01	014	46.1079	5.8242	5
01203 CEDEX	Bellegarde-sur-Valserine	bellegarde-sur-valserine	84	01	014	46.1079	5.8242	5
01204 CEDEX	Bellegarde-sur-Valserine	bellegarde-sur-valserine	84	01	014	46.1079	5.8242	5
01206 CEDEX	Bellegarde-sur-Valserine	bellegarde-sur-valserine	84	01	014	46.1079	5.8242	5
01208 CEDEX	Bellegarde-sur-Valserine	bellegarde-sur-valserine	84	01	014	46.1079	5.8242	5
01210	Versonnex	versonnex	84	01	013	46.3018	6.0966	5
01210	Ferney-Voltaire	ferney-voltaire	84	01	013	46.2586	6.1106	5
01210	Ornex	ornex	84	01	013	46.2727	6.0998	5
01211 CEDEX	Ferney-Voltaire	ferney-voltaire	84	01	013	46.2586	6.1106	5
01212 CEDEX	Ferney-Voltaire	ferney-voltaire	84	01	013	46.2586	6.1106	5
01213 CEDEX	Ferney-Voltaire	ferney-voltaire	84	01	013	46.2586	6.1106	5
01216 CEDEX	Ferney-Voltaire	ferney-voltaire	84	01	013	46.2586	6.1106	5
01217 CEDEX	Ferney-Voltaire	ferney-voltaire	84	01	013	46.2586	6.1106	5
01220	Grilly	grilly	84	01	013	46.3299	6.117	5
01220	Divonne-les-Bains	divonne-les-bains	84	01	013	46.3594	6.1357	5
01220	Sauverny	sauverny	84	01	013	46.3151	6.1183	5
01230	Arandas	arandas	84	01	011	45.8964	5.4857	5
01230	Torcieu	torcieu	84	01	011	45.9234	5.3948	5
01230	Saint-Rambert-en-Bugey	saint-rambert-en-bugey	84	01	011	45.9443	5.439	5
01230	Oncieu	oncieu	84	01	011	45.9596	5.4729	5
01230	Évosges	evosges	84	01	011	45.9606	5.4981	5
01230	Argis	argis	84	01	011	45.9358	5.4916	5
01230	Cleyzieu	cleyzieu	84	01	011	45.9072	5.4302	5
01230	Chaley	chaley	84	01	011	45.9547	5.5311	5
01230	Nivollet-Montgriffon	nivollet-montgriffon	84	01	011	45.9917	5.4438	5
01230	Tenay	tenay	84	01	011	45.919	5.5104	5
01230	Conand	conand	84	01	011	45.8928	5.4726	5
01240	Lent	lent	84	01	012	46.1203	5.1937	5
01240	Saint-André-le-Bouchoux	saint-andre-le-bouchoux	84	01	012	46.1176	5.0784	5
01240	Marlieux	marlieux	84	01	012	46.065	5.0733	5
01240	Saint-Paul-de-Varax	saint-paul-de-varax	84	01	012	46.0985	5.129	5
01240	Dompierre-sur-Veyle	dompierre-sur-veyle	84	01	012	46.0718	5.2057	5
01240	La Chapelle-du-Châtelard	la-chapelle-du-chatelard	84	01	012	46.0699	5.0244	5
01240	Certines	certines	84	01	012	46.1332	5.265	5
01240	Saint-Germain-sur-Renon	saint-germain-sur-renon	84	01	012	46.0809	5.0586	5
01250	Ramasse	ramasse	84	01	012	46.1923	5.3659	5
01250	Chavannes-sur-Suran	chavannes-sur-suran	84	01	012	46.264	5.4264	5
01250	Revonnas	revonnas	84	01	012	46.163	5.3294	5
01250	Journans	journans	84	01	012	46.1452	5.3277	5
01250	Germagnat	germagnat	84	01	012	46.3102	5.4497	5
01250	Villereversure	villereversure	84	01	012	46.1851	5.3827	5
01250	Ceyzériat	ceyzeriat	84	01	012	46.1801	5.3197	5
01250	Pouillat	pouillat	84	01	012	46.3275	5.4282	5
01250	Jasseron	jasseron	84	01	012	46.2132	5.3258	5
01250	Cize	cize	84	01	012	46.2054	5.4458	5
01250	Hautecourt-Romanèche	hautecourt-romaneche	84	01	012	46.1604	5.4171	5
01250	Corveissiat	corveissiat	84	01	012	46.2445	5.4824	5
01250	Bohas-Meyriat-Rignat	bohas-meyriat-rignat	84	01	012	46.1597	5.3885	5
01250	Tossiat	tossiat	84	01	012	46.1399	5.3114	5
01250	Saint-Just	saint-just	84	01	012	46.1914	5.2788	5
01250	Drom	drom	84	01	012	46.2177	5.3676	5
01250	Simandre-sur-Suran	simandre-sur-suran	84	01	012	46.2271	5.4178	5
01250	Grand-Corent	grand-corent	84	01	012	46.2018	5.4315	5
01250	Montagnat	montagnat	84	01	012	46.1705	5.2905	5
01260	Lochieu	lochieu	84	01	011	45.9303	5.7277	5
01260	Vieu	vieu	84	01	011	45.8983	5.6822	5
01260	Ruffieu	ruffieu	84	01	011	45.9934	5.6641	5
01260	Le Grand-Abergement	le-grand-abergement	84	01	011	46.0338	5.6748	5
01260	Haut Valromey	haut-valromey	84	01	011	45.9978	5.6933	5
01260	Brénaz	brenaz	84	01	011	45.9482	5.7232	5
01260	Virieu-le-Petit	virieu-le-petit	84	01	011	45.9089	5.7249	5
01260	Songieu	songieu	84	01	011	45.9739	5.703	5
01260	Lompnieu	lompnieu	84	01	011	45.9614	5.6602	5
01260	Hotonnes	hotonnes	84	01	011	45.9982	5.697	5
01260	Champagne-en-Valromey	champagne-en-valromey	84	01	011	45.9055	5.6768	5
01260	Sutrieu	sutrieu	84	01	011	45.9512	5.6579	5
01260	Belmont-Luthézieu	belmont-luthezieu	84	01	011	45.8802	5.661	5
01260	Le Petit-Abergement	le-petit-abergement	84	01	011	46.0322	5.6632	5
01270	Pirajoux	pirajoux	84	01	012	46.3699	5.2986	5
01270	Beaupont	beaupont	84	01	012	46.41	5.2654	5
01270	Salavre	salavre	84	01	012	46.3641	5.3471	5
01270	Coligny	coligny	84	01	012	46.3825	5.3455	5
01270	Verjon	verjon	84	01	012	46.3467	5.3493	5
01270	Domsure	domsure	84	01	012	46.4187	5.2951	5
01270	Villemotier	villemotier	84	01	012	46.3456	5.3203	5
01280	Prévessin-Moëns	prevessin-moens	84	01	013	46.2539	6.0817	5
01290	Cormoranche-sur-Saône	cormoranche-sur-saone	84	01	012	46.2405	4.8317	5
01290	Biziat	biziat	84	01	012	46.217	4.9437	5
01290	Grièges	grieges	84	01	012	46.2558	4.8513	5
01290	Cruzilles-lès-Mépillat	cruzilles-les-mepillat	84	01	012	46.2243	4.879	5
01290	Bey	bey	84	01	012	46.2129	4.8504	5
01290	Pont-de-Veyle	pont-de-veyle	84	01	012	46.2625	4.8872	5
01290	Crottet	crottet	84	01	012	46.2778	4.8925	5
01290	Saint-Jean-sur-Veyle	saint-jean-sur-veyle	84	01	012	46.2588	4.9175	5
01290	Laiz	laiz	84	01	012	46.2476	4.892	5
01290	Saint-André-d’Huiriat	saint-andre-d-huiriat	84	01	012	46.2137	4.9119	5
01300	Arbignieu	arbignieu	84	01	011	45.7288	5.6503	5
01300	Massignieu-de-Rives	massignieu-de-rives	84	01	011	45.756	5.7633	5
01300	Prémeyzel	premeyzel	84	01	011	45.6844	5.6472	5
01300	Saint-Bois	saint-bois	84	01	011	45.7009	5.6412	5
01300	Arboys en Bugey	arboys-en-bugey	84	01	011	45.7283	5.6506	5
01300	Saint-Champ	saint-champ	84	01	011	45.7833	5.7333	5
01300	Parves	parves	84	01	011	45.7429	5.7428	5
01300	Belley	belley	84	01	011	45.7667	5.6833	5
01300	Ambléon	ambleon	84	01	011	45.7494	5.6009	5
01300	Magnieu	magnieu	84	01	011	45.7765	5.7196	5
01300	Brens	brens	84	01	011	45.7187	5.6962	5
01300	Parves et Nattages	parves-et-nattages	84	01	011	45.7442	5.7408	5
01300	Brégnier-Cordon	bregnier-cordon	84	01	011	45.6474	5.6215	5
01300	Marignieu	marignieu	84	01	011	45.7972	5.7209	5
01300	Peyrieu	peyrieu	84	01	011	45.6753	5.6787	5
01300	Groslée-Saint-Benoit	groslee-saint-benoit	84	01	011	45.6944	5.5886	5
01300	Saint-Benoît	saint-benoit	84	01	011	45.6962	5.5853	5
01300	Saint-Germain-les-Paroisses	saint-germain-les-paroisses	84	01	011	45.7736	5.6191	5
01300	Murs-et-Gélignieux	murs-et-gelignieux	84	01	011	45.6406	5.6625	5
01300	Izieu	izieu	84	01	011	45.6537	5.644	5
01300	Colomieu	colomieu	84	01	011	45.733	5.6207	5
01300	Contrevoz	contrevoz	84	01	011	45.8058	5.6284	5
01300	Virignin	virignin	84	01	011	45.7167	5.712	5
01300	Conzieu	conzieu	84	01	011	45.7276	5.6083	5
01300	Chazey-Bons	chazey-bons	84	01	011	45.804	5.6824	5
01300	Nattages	nattages	84	01	011	45.7301	5.7636	5
01300	Cuzieu	cuzieu	84	01	011	45.8171	5.6839	5
01300	Andert-et-Condon	andert-et-condon	84	01	011	45.7944	5.6557	5
01301 CEDEX	Belley	belley	84	01	011	45.7667	5.6833	5
01302 CEDEX	Belley	belley	84	01	011	45.7667	5.6833	5
01303 CEDEX	Belley	belley	84	01	011	45.7667	5.6833	5
01306 CEDEX	Belley	belley	84	01	011	45.7667	5.6833	5
01310	Buellas	buellas	84	01	012	46.2111	5.1322	5
01310	Montcet	montcet	84	01	012	46.2119	5.1116	5
01310	Saint-Martin-le-Châtel	saint-martin-le-chatel	84	01	012	46.2815	5.1162	5
01310	Montracol	montracol	84	01	012	46.1975	5.1215	5
01310	Curtafond	curtafond	84	01	012	46.2712	5.0886	5
01310	Polliat	polliat	84	01	012	46.2485	5.1266	5
01310	Confrançon	confrancon	84	01	012	46.2666	5.0658	5
01310	Saint-Rémy	saint-remy	84	01	012	46.1893	5.1648	5
01320	Crans	crans	84	01	012	45.9617	5.2136	5
01320	Chalamont	chalamont	84	01	012	45.9966	5.1701	5
01320	Saint-Nizier-le-Désert	saint-nizier-le-desert	84	01	012	46.0577	5.1475	5
01320	Villette-sur-Ain	villette-sur-ain	84	01	012	45.9833	5.2667	5
01320	Châtenay	chatenay	84	01	012	46.0338	5.2001	5
01320	Châtillon-la-Palud	chatillon-la-palud	84	01	012	45.9747	5.248	5
01330	Lapeyrouse	lapeyrouse	84	01	012	45.983	4.9758	5
01330	Bouligneux	bouligneux	84	01	012	46.0219	4.9912	5
01330	Birieux	birieux	84	01	012	45.9529	5.0399	5
01330	Ambérieux-en-Dombes	amberieux-en-dombes	84	01	012	45.9943	4.9051	5
01330	Villars-les-Dombes	villars-les-dombes	84	01	012	46.0023	5.029	5
01330	Sainte-Olive	sainte-olive	84	01	012	46.0194	4.9289	5
01330	Versailleux	versailleux	84	01	012	45.9806	5.1028	5
01330	Le Plantay	le-plantay	84	01	012	46.0216	5.0895	5
01340	Saint-Sulpice	saint-sulpice	84	01	012	46.3204	5.0413	5
01340	Étrez	etrez	84	01	012	46.3341	5.1863	5
01340	Marsonnas	marsonnas	84	01	012	46.3408	5.0712	5
01340	Saint-Didier-d’Aussiat	saint-didier-d-aussiat	84	01	012	46.3065	5.061	5
01340	Attignat	attignat	84	01	012	46.2882	5.1613	5
01340	Montrevel-en-Bresse	montrevel-en-bresse	84	01	012	46.3366	5.1234	5
01340	Béréziat	bereziat	84	01	012	46.3672	5.0461	5
01340	Foissiat	foissiat	84	01	012	46.3701	5.1757	5
01340	Jayat	jayat	84	01	012	46.3705	5.119	5
01340	Cras-sur-Reyssouze	cras-sur-reyssouze	84	01	012	46.3054	5.1687	5
01340	Malafretaz	malafretaz	84	01	012	46.3227	5.1397	5
01350	Béon	beon	84	01	011	45.8539	5.7561	5
01350	Ceyzérieu	ceyzerieu	84	01	011	45.8351	5.7265	5
01350	Culoz	culoz	84	01	011	45.8496	5.7808	5
01350	Cressin-Rochefort	cressin-rochefort	84	01	011	45.7758	5.7614	5
01350	Vongnes	vongnes	84	01	011	45.8147	5.7235	5
01350	Pollieu	pollieu	84	01	011	45.8002	5.743	5
01350	Flaxieu	flaxieu	84	01	011	45.8093	5.7347	5
01350	Anglefort	anglefort	84	01	011	45.9107	5.8092	5
01350	Lavours	lavours	84	01	011	45.8098	5.7698	5
01360	Béligneux	beligneux	84	01	012	45.8682	5.1268	5
01360	Bressolles	bressolles	84	01	012	45.8678	5.0961	5
01360	Balan	balan	84	01	012	45.8343	5.0983	5
01360	La Valbonne	la-valbonne	84	01	012	45.8502	5.1234	5
01360	Loyettes	loyettes	84	01	011	45.7762	5.2074	5
01365	La Valbonne	la-valbonne	84	01	012	45.8502	5.1234	5
01365 CEDEX	Camp de la Valbonne	camp-de-la-valbonne	84	01	012	45.8458	5.1256	5
01366	La Valbonne	la-valbonne	84	01	012	45.8502	5.1234	5
01366 CEDEX	Camp de la Valbonne	camp-de-la-valbonne	84	01	012	45.8458	5.1256	5
01369	La Valbonne	la-valbonne	84	01	012	45.8502	5.1234	5
01369 CEDEX	Camp de la Valbonne	camp-de-la-valbonne	84	01	012	45.8458	5.1256	5
01370	Saint-Étienne-du-Bois	saint-etienne-du-bois	84	01	012	46.2877	5.2948	5
01370	Meillonnas	meillonnas	84	01	012	46.2434	5.3493	5
01370	Bény	beny	84	01	012	46.3196	5.2844	5
01370	Treffort-Cuisiat	treffort-cuisiat	84	01	012	46.2667	5.3667	5
01370	Courmangoux	courmangoux	84	01	012	46.3315	5.3701	5
01370	Val-Revermont	val-revermont	84	01	012	46.2717	5.3693	5
01370	Pressiat	pressiat	84	01	012	46.3222	5.3847	5
01380	Dommartin	dommartin	84	01	012	46.3374	4.9904	5
01380	Bâgé-la-Ville	bage-la-ville	84	01	012	46.3165	4.9467	5
01380	Saint-Cyr-sur-Menthon	saint-cyr-sur-menthon	84	01	012	46.2755	4.9723	5
01380	Boissey	boissey	84	01	012	46.3809	4.9958	5
01380	Saint-André-de-Bâgé	saint-andre-de-bage	84	01	012	46.2998	4.9156	5
01380	Bâgé-le-Châtel	bage-le-chatel	84	01	012	46.308	4.929	5
01380	Saint-Genis-sur-Menthon	saint-genis-sur-menthon	84	01	012	46.281	5.0092	5
01390	Civrieux	civrieux	84	01	012	45.9218	4.8855	5
01390	Mionnay	mionnay	84	01	012	45.8956	4.9307	5
01390	Saint-Marcel	saint-marcel	84	01	012	45.95	4.9833	5
01390	Saint-André-de-Corcy	saint-andre-de-corcy	84	01	012	45.9259	4.9517	5
01390	Saint-Jean-de-Thurigneux	saint-jean-de-thurigneux	84	01	012	45.9526	4.8834	5
01390	Tramoyes	tramoyes	84	01	012	45.8763	4.9657	5
01390	Monthieux	monthieux	84	01	012	45.9574	4.9406	5
01390	Rancé	rance	84	01	012	45.9649	4.8698	5
01400	L’Abergement-Clémenciat	l-abergement-clemenciat	84	01	012	46.1497	4.9221	5
01400	Chanoz-Châtenay	chanoz-chatenay	84	01	012	46.184	5.029	5
01400	Sulignat	sulignat	84	01	012	46.1764	4.9641	5
01400	Sandrans	sandrans	84	01	012	46.0627	4.9809	5
01400	Condeissiat	condeissiat	84	01	012	46.1579	5.0798	5
01400	Romans	romans	84	01	012	46.1183	5.0238	5
01400	Neuville-les-Dames	neuville-les-dames	84	01	012	46.1623	5.004	5
01400	Châtillon-sur-Chalaronne	chatillon-sur-chalaronne	84	01	012	46.1202	4.9582	5
01400	Saint-Georges-sur-Renon	saint-georges-sur-renon	84	01	012	46.1051	5.031	5
01400	Dompierre-sur-Chalaronne	dompierre-sur-chalaronne	84	01	012	46.1429	4.9029	5
01410	Champfromier	champfromier	84	01	014	46.1925	5.8162	5
01410	Mijoux	mijoux	84	01	013	46.3662	5.9956	5
01410	Lélex	lelex	84	01	013	46.3057	5.9437	5
01410	Chézery-Forens	chezery-forens	84	01	013	46.2223	5.8687	5
01420	Lhôpital	lhopital	84	01	014	46.0219	5.7796	5
01420	Chanay	chanay	84	01	014	46.0064	5.7878	5
01420	Corbonod	corbonod	84	01	011	45.9669	5.8226	5
01420	Seyssel	seyssel	84	01	011	45.959	5.8313	5
01420	Surjoux	surjoux	84	01	014	46.0227	5.8021	5
01430	Ceignes	ceignes	84	01	014	46.1214	5.4991	5
01430	Lantenay	lantenay	84	01	014	46.0572	5.5422	5
01430	Saint-Martin-du-Frêne	saint-martin-du-frene	84	01	014	46.1386	5.553	5
01430	Peyriat	peyriat	84	01	014	46.1554	5.5112	5
01430	Vieu-d’Izenave	vieu-d-izenave	84	01	014	46.0814	5.5292	5
01430	Maillat	maillat	84	01	014	46.1276	5.5359	5
01430	Condamine	condamine	84	01	014	46.1092	5.5525	5
01430	Outriaz	outriaz	84	01	014	46.0669	5.5474	5
01430	Izenave	izenave	84	01	014	46.0388	5.5259	5
01430	Chevillard	chevillard	84	01	014	46.1097	5.5814	5
01440	Viriat	viriat	84	01	012	46.2548	5.2157	5
01441 CEDEX	Viriat	viriat	84	01	012	46.2548	5.2157	5
01442 CEDEX	Viriat	viriat	84	01	012	46.2548	5.2157	5
01443 CEDEX	Viriat	viriat	84	01	012	46.2548	5.2157	5
01450	Saint-Alban	saint-alban	84	01	014	46.0996	5.4614	5
01450	Mérignat	merignat	84	01	014	46.0691	5.4369	5
01450	Poncin	poncin	84	01	014	46.0838	5.4097	5
01450	Cerdon	cerdon	84	01	014	46.0851	5.4667	5
01450	Serrières-sur-Ain	serrieres-sur-ain	84	01	014	46.1523	5.4526	5
01450	Bolozon	bolozon	84	01	014	46.1928	5.4746	5
01450	Challes-la-Montagne	challes-la-montagne	84	01	014	46.1333	5.4667	5
01450	Leyssard	leyssard	84	01	014	46.1554	5.4753	5
01450	Labalme	labalme	84	01	014	46.0941	5.4838	5
01460	Brion	brion	84	01	014	46.1729	5.5524	5
01460	Béard-Géovreissiat	beard-geovreissiat	84	01	014	46.189	5.5502	5
01460	Nantua	nantua	84	01	014	46.15	5.6167	5
01460	Nurieux-Volognat	nurieux-volognat	84	01	014	46.1857	5.528	5
01460	Montréal-la-Cluse	montreal-la-cluse	84	01	014	46.1833	5.5833	5
01460	Port	port	84	01	014	46.1649	5.5677	5
01470	Seillonnaz	seillonnaz	84	01	011	45.8072	5.4913	5
01470	Bénonces	benonces	84	01	011	45.8283	5.4736	5
01470	Montagnieu	montagnieu	84	01	011	45.7942	5.4682	5
01470	Briord	briord	84	01	011	45.7829	5.4589	5
01470	Serrières-de-Briord	serrieres-de-briord	84	01	011	45.807	5.4483	5
01480	Ars-sur-Formans	ars-sur-formans	84	01	012	45.9942	4.8231	5
01480	Frans	frans	84	01	012	45.9923	4.7758	5
01480	Beauregard	beauregard	84	01	012	46.0007	4.7528	5
01480	Chaleins	chaleins	84	01	012	46.0306	4.8042	5
01480	Villeneuve	villeneuve	84	01	012	46.0214	4.8361	5
01480	Fareins	fareins	84	01	012	46.0179	4.7599	5
01480	Jassans-Riottier	jassans-riottier	84	01	012	45.9835	4.76	5
01480	Savigneux	savigneux	84	01	012	45.9997	4.8467	5
01480	Messimy-sur-Saône	messimy-sur-saone	84	01	012	46.05	4.7667	5
01500	Saint-Denis-en-Bugey	saint-denis-en-bugey	84	01	011	45.9489	5.3281	5
01500	Saint-Maurice-de-Rémens	saint-maurice-de-remens	84	01	011	45.9585	5.275	5
01500	Bettant	bettant	84	01	011	45.9435	5.3604	5
01500	Château-Gaillard	chateau-gaillard	84	01	011	45.9736	5.3067	5
01500	Douvres	douvres	84	01	011	45.9889	5.3726	5
01500	Ambutrix	ambutrix	84	01	011	45.938	5.3403	5
01500	Ambronay	ambronay	84	01	011	46.0046	5.3611	5
01500	Ambérieu-en-Bugey	amberieu-en-bugey	84	01	011	45.9589	5.3432	5
01501 CEDEX	Ambérieu-en-Bugey	amberieu-en-bugey	84	01	011	45.9589	5.3432	5
01502 CEDEX	Ambérieu-en-Bugey	amberieu-en-bugey	84	01	011	45.9589	5.3432	5
01503 CEDEX	Ambérieu-en-Bugey	amberieu-en-bugey	84	01	011	45.9589	5.3432	5
01504 CEDEX	Ambérieu-en-Bugey	amberieu-en-bugey	84	01	011	45.9589	5.3432	5
01505 CEDEX	Ambérieu-en-Bugey	amberieu-en-bugey	84	01	011	45.9589	5.3432	5
01506 CEDEX	Ambérieu-en-Bugey	amberieu-en-bugey	84	01	011	45.9589	5.3432	5
01508 CEDEX	Ambérieu-en-Bugey	amberieu-en-bugey	84	01	011	45.9589	5.3432	5
01510	La Burbanche	la-burbanche	84	01	011	45.8467	5.5612	5
01510	Rossillon	rossillon	84	01	011	45.8325	5.5928	5
01510	Artemare	artemare	84	01	011	45.8744	5.6937	5
01510	Cheignieu-la-Balme	cheignieu-la-balme	84	01	011	45.8333	5.6167	5
01510	Saint-Martin-de-Bavel	saint-martin-de-bavel	84	01	011	45.849	5.6762	5
01510	Ordonnaz	ordonnaz	84	01	011	45.8357	5.5376	5
01510	Talissieu	talissieu	84	01	011	45.866	5.7242	5
01510	Armix	armix	84	01	011	45.8494	5.5866	5
01510	Pugieu	pugieu	84	01	011	45.8202	5.6501	5
01510	Chavornay	chavornay	84	01	011	45.8825	5.7159	5
01510	Virieu-le-Grand	virieu-le-grand	84	01	011	45.8485	5.6498	5
01540	Saint-Julien-sur-Veyle	saint-julien-sur-veyle	84	01	012	46.2027	4.9575	5
01540	Vonnas	vonnas	84	01	012	46.2187	4.9916	5
01540	Perrex	perrex	84	01	012	46.2442	4.9794	5
01550	Farges	farges	84	01	013	46.1675	5.9049	5
01550	Pougny	pougny	84	01	013	46.1392	5.9493	5
01550	Collonges	collonges	84	01	013	46.1389	5.9033	5
01560	Servignat	servignat	84	01	012	46.4332	5.069	5
01560	Curciat-Dongalon	curciat-dongalon	84	01	012	46.4744	5.1584	5
01560	Saint-Trivier-de-Courtes	saint-trivier-de-courtes	84	01	012	46.459	5.0805	5
01560	Vescours	vescours	84	01	012	46.4727	5.0244	5
01560	Saint-Nizier-le-Bouchoux	saint-nizier-le-bouchoux	84	01	012	46.4599	5.1519	5
01560	Lescheroux	lescheroux	84	01	012	46.4068	5.1487	5
01560	Saint-Jean-sur-Reyssouze	saint-jean-sur-reyssouze	84	01	012	46.3968	5.0633	5
01560	Cormoz	cormoz	84	01	012	46.4493	5.2305	5
01560	Vernoux	vernoux	84	01	012	46.4809	5.1098	5
01560	Mantenay-Montlin	mantenay-montlin	84	01	012	46.4242	5.0986	5
01560	Courtes	courtes	84	01	012	46.4594	5.1009	5
01560	Saint-Julien-sur-Reyssouze	saint-julien-sur-reyssouze	84	01	012	46.4021	5.1096	5
01570	Asnières-sur-Saône	asnieres-sur-saone	84	01	012	46.3838	4.8834	5
01570	Manziat	manziat	84	01	012	46.3594	4.9066	5
01570	Feillens	feillens	84	01	012	46.3351	4.8886	5
01570	Vésines	vesines	84	01	012	46.3604	4.8664	5
01580	Matafelon-Granges	matafelon-granges	84	01	014	46.2667	5.5667	5
01580	Sonthonnax-la-Montagne	sonthonnax-la-montagne	84	01	014	46.2332	5.5243	5
01580	Izernore	izernore	84	01	014	46.2169	5.5537	5
01580	Samognat	samognat	84	01	014	46.2573	5.5767	5
01590	Dortan	dortan	84	01	014	46.3197	5.6603	5
01600	Saint-Bernard	saint-bernard	84	01	012	45.9455	4.7361	5
01600	Parcieux	parcieux	84	01	012	45.9148	4.8244	5
01600	Reyrieux	reyrieux	84	01	012	45.9331	4.8239	5
01600	Misérieux	miserieux	84	01	012	45.9731	4.8123	5
01600	Sainte-Euphémie	sainte-euphemie	84	01	012	45.972	4.7944	5
01600	Trévoux	trevoux	84	01	012	45.9411	4.7673	5
01600	Saint-Didier-de-Formans	saint-didier-de-formans	84	01	012	45.9536	4.7849	5
01600	Toussieux	toussieux	84	01	012	45.9605	4.8335	5
01600	Massieux	massieux	84	01	012	45.9097	4.8332	5
01601 CEDEX	Trévoux	trevoux	84	01	012	45.9411	4.7673	5
01602 CEDEX	Trévoux	trevoux	84	01	012	45.9411	4.7673	5
01603 CEDEX	Trévoux	trevoux	84	01	012	45.9411	4.7673	5
01604 CEDEX	Trévoux	trevoux	84	01	012	45.9411	4.7673	5
01606 CEDEX	Trévoux	trevoux	84	01	012	45.9411	4.7673	5
01620	Replonges	replonges	84	01	012	46.3111	4.8796	5
01630	Sergy	sergy	84	01	013	46.2526	6.0006	5
01630	Péron	peron	84	01	013	46.1905	5.9252	5
01630	Saint-Genis-Pouilly	saint-genis-pouilly	84	01	013	46.2436	6.0212	5
01630	Challex	challex	84	01	013	46.1846	5.9764	5
01630	Saint-Jean-de-Gonville	saint-jean-de-gonville	84	01	013	46.213	5.9505	5
01632 CEDEX	Saint-Genis-Pouilly	saint-genis-pouilly	84	01	013	46.2436	6.0212	5
01633 CEDEX	Saint-Genis-Pouilly	saint-genis-pouilly	84	01	013	46.2436	6.0212	5
01637 CEDEX	Saint-Genis-Pouilly	saint-genis-pouilly	84	01	013	46.2436	6.0212	5
01638 CEDEX	Saint-Genis-Pouilly	saint-genis-pouilly	84	01	013	46.2436	6.0212	5
01640	Boyeux-Saint-Jérôme	boyeux-saint-jerome	84	01	014	46.0292	5.4608	5
01640	Jujurieux	jujurieux	84	01	014	46.0398	5.4133	5
01640	L’Abergement-de-Varey	l-abergement-de-varey	84	01	011	46.0051	5.4275	5
01640	Saint-Jean-le-Vieux	saint-jean-le-vieux	84	01	014	46.0285	5.3898	5
01660	Chaveyriat	chaveyriat	84	01	012	46.1975	5.0595	5
01660	Vandeins	vandeins	84	01	012	46.2165	5.0796	5
01660	Mézériat	mezeriat	84	01	012	46.2343	5.0481	5
01680	Lompnas	lompnas	84	01	011	45.8043	5.52	5
01680	Marchamp	marchamp	84	01	011	45.7868	5.5428	5
01680	Groslée	groslee	84	01	011	45.7137	5.5679	5
01680	Lhuis	lhuis	84	01	011	45.7473	5.5336	5
01680	Innimond	innimond	84	01	011	45.7826	5.5725	5
01680	Groslée-Saint-Benoit	groslee-saint-benoit	84	01	011	45.6944	5.5886	5
01700	Neyron	neyron	84	01	012	45.8144	4.932	5
01700	Beynost	beynost	84	01	012	45.8381	5.0061	5
01700	Miribel	miribel	84	01	012	45.8258	4.9544	5
01700	Saint-Maurice-de-Beynost	saint-maurice-de-beynost	84	01	012	45.8344	4.9775	5
01701 CEDEX	Miribel	miribel	84	01	012	45.8258	4.9544	5
01702 CEDEX	Miribel	miribel	84	01	012	45.8258	4.9544	5
01703 CEDEX	Miribel	miribel	84	01	012	45.8258	4.9544	5
01704 CEDEX	Miribel	miribel	84	01	012	45.8258	4.9544	5
01705 CEDEX	Miribel	miribel	84	01	012	45.8258	4.9544	5
01706 CEDEX	Miribel	miribel	84	01	012	45.8258	4.9544	5
01707 CEDEX	Miribel	miribel	84	01	012	45.8258	4.9544	5
01708 CEDEX	Miribel	miribel	84	01	012	45.8258	4.9544	5
01710	Thoiry	thoiry	84	01	013	46.2376	5.9811	5
01750	Crottet	crottet	84	01	012	46.2778	4.8925	5
01750	Saint-Laurent-sur-Saône	saint-laurent-sur-saone	84	01	012	46.3053	4.8412	5
01750	Replonges	replonges	84	01	012	46.3111	4.8796	5
01800	Bourg-Saint-Christophe	bourg-saint-christophe	84	01	011	45.8902	5.1585	5
01800	Charnoz-sur-Ain	charnoz-sur-ain	84	01	011	45.8667	5.2167	5
01800	Meximieux	meximieux	84	01	011	45.9084	5.1953	5
01800	Le Montellier	le-montellier	84	01	011	45.9303	5.0736	5
01800	Pérouges	perouges	84	01	011	45.9073	5.1727	5
01800	Saint-Maurice-de-Gourdans	saint-maurice-de-gourdans	84	01	011	45.8214	5.1946	5
01800	Saint-Jean-de-Niost	saint-jean-de-niost	84	01	011	45.8333	5.2167	5
01800	Rignieux-le-Franc	rignieux-le-franc	84	01	011	45.9406	5.1869	5
01800	Saint-Éloi	saint-eloi	84	01	011	45.9326	5.1527	5
01800	Villieu-Loyes-Mollon	villieu-loyes-mollon	84	01	011	45.9167	5.2167	5
01800	Joyeux	joyeux	84	01	011	45.9627	5.0994	5
01800	Faramans	faramans	84	01	011	45.9023	5.1252	5
01851	Marboz	marboz	84	01	012	46.3434	5.2598	5
01921 CEDEX	Montluel	montluel	84	01	012	45.8519	5.0578	5
01960	Servas	servas	84	01	012	46.1329	5.1654	5
01960	Saint-André-sur-Vieux-Jonc	saint-andre-sur-vieux-jonc	84	01	012	46.15	5.0667	5
01960	Péronnas	peronnas	84	01	012	46.1907	5.2082	5
01990	Relevant	relevant	84	01	012	46.0896	4.9494	5
01990	Baneins	baneins	84	01	012	46.1104	4.9039	5
01990	Saint-Trivier-sur-Moignans	saint-trivier-sur-moignans	84	01	012	46.0723	4.8976	5
01990	Chaneins	chaneins	84	01	012	46.0975	4.8515	5
03000	Coulandon	coulandon	84	03	032	46.5504	3.2566	5
03000	Avermes	avermes	84	03	032	46.5867	3.3062	5
03000	Bressolles	bressolles	84	03	032	46.5309	3.3165	5
03000	Moulins	moulins	84	03	032	46.5667	3.3333	5
03000	Montilly	montilly	84	03	032	46.612	3.2512	5
03000	Neuvy	neuvy	84	03	032	46.5604	3.2899	5
03003 CEDEX	Moulins	moulins	84	03	032	46.5667	3.3333	5
03004 CEDEX	Moulins	moulins	84	03	032	46.5667	3.3333	5
03005 CEDEX	Moulins	moulins	84	03	032	46.5667	3.3333	5
03006 CEDEX	Moulins	moulins	84	03	032	46.5667	3.3333	5
03007 CEDEX	Moulins	moulins	84	03	032	46.5667	3.3333	5
03008 CEDEX	Moulins	moulins	84	03	032	46.5667	3.3333	5
03010 CEDEX	Moulins	moulins	84	03	032	46.5667	3.3333	5
03011 CEDEX	Moulins	moulins	84	03	032	46.5667	3.3333	5
03012 CEDEX	Moulins	moulins	84	03	032	46.5667	3.3333	5
03013 CEDEX	Moulins	moulins	84	03	032	46.5667	3.3333	5
03014 CEDEX	Moulins	moulins	84	03	032	46.5667	3.3333	5
03015 CEDEX	Moulins	moulins	84	03	032	46.5667	3.3333	5
03016 CEDEX	Moulins	moulins	84	03	032	46.5667	3.3333	5
03017 CEDEX	Moulins	moulins	84	03	032	46.5667	3.3333	5
03018 CEDEX	Moulins	moulins	84	03	032	46.5667	3.3333	5
03019 CEDEX	Moulins	moulins	84	03	032	46.5667	3.3333	5
03021 CEDEX	Moulins	moulins	84	03	032	46.5667	3.3333	5
03100	Montluçon	montlucon	84	03	031	46.3333	2.6	5
03100	Lavault-Sainte-Anne	lavault-sainte-anne	84	03	031	46.3167	2.6	5
03101 CEDEX	Montluçon	montlucon	84	03	031	46.3333	2.6	5
03102 CEDEX	Montluçon	montlucon	84	03	031	46.3333	2.6	5
03103 CEDEX	Montluçon	montlucon	84	03	031	46.3333	2.6	5
03104 CEDEX	Montluçon	montlucon	84	03	031	46.3333	2.6	5
03105 CEDEX	Montluçon	montlucon	84	03	031	46.3333	2.6	5
03106 CEDEX	Montluçon	montlucon	84	03	031	46.3333	2.6	5
03107 CEDEX	Montluçon	montlucon	84	03	031	46.3333	2.6	5
03108 CEDEX	Montluçon	montlucon	84	03	031	46.3333	2.6	5
03109 CEDEX	Montluçon	montlucon	84	03	031	46.3333	2.6	5
03110	Espinasse-Vozelle	espinasse-vozelle	84	03	033	46.1235	3.3247	5
03110	Escurolles	escurolles	84	03	033	46.1441	3.2664	5
03110	Vendat	vendat	84	03	033	46.1602	3.3545	5
03110	Broût-Vernet	brout-vernet	84	03	033	46.1876	3.2732	5
03110	Cognat-Lyonne	cognat-lyonne	84	03	033	46.1085	3.3079	5
03110	Saint-Didier-la-Forêt	saint-didier-la-foret	84	03	033	46.2167	3.35	5
03110	Saint-Rémy-en-Rollat	saint-remy-en-rollat	84	03	033	46.1856	3.3961	5
03110	Charmeil	charmeil	84	03	033	46.161	3.3936	5
03110	Saint-Pont	saint-pont	84	03	033	46.1625	3.2981	5
03120	Droiturier	droiturier	84	03	033	46.2303	3.717	5
03120	Isserpent	isserpent	84	03	033	46.1628	3.609	5
03120	Servilly	servilly	84	03	033	46.2792	3.5882	5
03120	Saint-Christophe	saint-christophe	84	03	033	46.1668	3.5746	5
03120	Périgny	perigny	84	03	033	46.2497	3.5569	5
03120	Barrais-Bussolles	barrais-bussolles	84	03	033	46.2919	3.7193	5
03120	Lapalisse	lapalisse	84	03	033	46.2484	3.636	5
03120	Andelaroche	andelaroche	84	03	033	46.255	3.7505	5
03120	Arfeuilles	arfeuilles	84	03	033	46.1568	3.7292	5
03120	Billezois	billezois	84	03	033	46.21	3.5728	5
03120	Châtelus	chatelus	84	03	033	46.1937	3.734	5
03120	Le Breuil	le-breuil	84	03	033	46.1835	3.659	5
03120	Saint-Prix	saint-prix	84	03	033	46.2336	3.6511	5
03130	Loddes	loddes	84	03	033	46.2881	3.7665	5
03130	Liernolles	liernolles	84	03	033	46.3948	3.7522	5
03130	Le Bouchaud	le-bouchaud	84	03	033	46.3073	3.8989	5
03130	Avrilly	avrilly	84	03	033	46.3337	3.9809	5
03130	Le Pin	le-pin	84	03	033	46.4143	3.895	5
03130	Neuilly-en-Donjon	neuilly-en-donjon	84	03	033	46.3452	3.885	5
03130	Montcombroux-les-Mines	montcombroux-les-mines	84	03	033	46.353	3.693	5
03130	Montaiguët-en-Forez	montaiguet-en-forez	84	03	033	46.2667	3.8	5
03130	Le Donjon	le-donjon	84	03	033	46.3506	3.7951	5
03130	Luneau	luneau	84	03	033	46.3628	3.951	5
03130	Saint-Didier-en-Donjon	saint-didier-en-donjon	84	03	033	46.3881	3.8597	5
03130	Bert	bert	84	03	033	46.3244	3.71	5
03130	Saint-Léger-sur-Vouzance	saint-leger-sur-vouzance	84	03	033	46.4105	3.9353	5
03130	Lenax	lenax	84	03	033	46.2988	3.816	5
03140	Fleuriel	fleuriel	84	03	032	46.2814	3.1767	5
03140	Chareil-Cintrat	chareil-cintrat	84	03	032	46.2672	3.2204	5
03140	Chezelle	chezelle	84	03	033	46.2195	3.1227	5
03140	Voussac	voussac	84	03	032	46.3291	3.0609	5
03140	Taxat-Senat	taxat-senat	84	03	032	46.2029	3.139	5
03140	Deneuille-lès-Chantelle	deneuille-les-chantelle	84	03	032	46.25	3.1333	5
03140	Saint-Germain-de-Salles	saint-germain-de-salles	84	03	032	46.1795	3.2132	5
03140	Barberier	barberier	84	03	032	46.2143	3.2524	5
03140	Charroux	charroux	84	03	032	46.1833	3.1667	5
03140	Target	target	84	03	033	46.2903	3.0615	5
03140	Fourilles	fourilles	84	03	032	46.2412	3.1956	5
03140	Ussel-d’Allier	ussel-d-allier	84	03	032	46.2087	3.1919	5
03140	Chantelle	chantelle	84	03	032	46.2359	3.1521	5
03140	Étroussat	etroussat	84	03	032	46.2195	3.2202	5
03140	Monestier	monestier	84	03	033	46.2568	3.1137	5
03150	Saint-Loup	saint-loup	84	03	033	46.3522	3.3772	5
03150	Rongères	rongeres	84	03	033	46.297	3.4514	5
03150	Montaigu-le-Blin	montaigu-le-blin	84	03	033	46.2939	3.5087	5
03150	Créchy	crechy	84	03	033	46.2611	3.4222	5
03150	Boucé	bouce	84	03	033	46.3192	3.4919	5
03150	Montoldre	montoldre	84	03	033	46.3336	3.4485	5
03150	Langy	langy	84	03	033	46.2661	3.4698	5
03150	Varennes-sur-Allier	varennes-sur-allier	84	03	033	46.3147	3.3985	5
03150	Saint-Gérand-le-Puy	saint-gerand-le-puy	84	03	033	46.2576	3.5122	5
03150	Sanssat	sanssat	84	03	033	46.2554	3.4726	5
03160	Bourbon-l’Archambault	bourbon-l-archambault	84	03	032	46.5867	3.0588	5
03160	Ygrande	ygrande	84	03	032	46.5527	2.9424	5
03160	Franchesse	franchesse	84	03	032	46.6358	3.0356	5
03160	Saint-Léopardin-d’Augy	saint-leopardin-d-augy	84	03	032	46.6833	3.1167	5
03160	Saint-Aubin-le-Monial	saint-aubin-le-monial	84	03	032	46.5271	2.9953	5
03160	Couzon	couzon	84	03	032	46.6581	3.1213	5
03160	Saint-Plaisir	saint-plaisir	84	03	032	46.6232	2.9681	5
03170	Chamblet	chamblet	84	03	031	46.3339	2.702	5
03170	Saint-Angel	saint-angel	84	03	031	46.3576	2.6968	5
03170	Bizeneuille	bizeneuille	84	03	031	46.4074	2.7362	5
03170	Doyet	doyet	84	03	031	46.3348	2.7971	5
03170	Bézenet	bezenet	84	03	031	46.3272	2.8515	5
03170	Deneuille-les-Mines	deneuille-les-mines	84	03	031	46.3788	2.7814	5
03170	Montvicq	montvicq	84	03	031	46.32	2.8219	5
03190	Reugny	reugny	84	03	031	46.4621	2.6155	5
03190	Louroux-Hodement	louroux-hodement	84	03	031	46.4611	2.7143	5
03190	Nassigny	nassigny	84	03	031	46.4973	2.6065	5
03190	Vallon-en-Sully	vallon-en-sully	84	03	031	46.5368	2.6083	5
03190	Saint-Caprais	saint-caprais	84	03	031	46.551	2.7356	5
03190	Maillet	maillet	84	03	031	46.4794	2.6528	5
03190	Hérisson	herisson	84	03	031	46.5087	2.7112	5
03190	Audes	audes	84	03	031	46.4573	2.5581	5
03190	Estivareilles	estivareilles	84	03	031	46.4253	2.6183	5
03190	Givarlais	givarlais	84	03	031	46.4593	2.6488	5
03190	Haut-Bocage	haut-bocage	84	03	031	46.4789	2.6519	5
03190	Venas	venas	84	03	031	46.4772	2.7647	5
03190	Vaux	vaux	84	03	031	46.4265	2.5987	5
03190	Verneix	verneix	84	03	031	46.397	2.6686	5
03200	Abrest	abrest	84	03	033	46.0991	3.448	5
03200	Vichy	vichy	84	03	033	46.1167	3.4167	5
03200	Le Vernet	le-vernet	84	03	033	46.1079	3.4627	5
03201 CEDEX	Vichy	vichy	84	03	033	46.1167	3.4167	5
03202 CEDEX	Vichy	vichy	84	03	033	46.1167	3.4167	5
03203 CEDEX	Vichy	vichy	84	03	033	46.1167	3.4167	5
03204 CEDEX	Vichy	vichy	84	03	033	46.1167	3.4167	5
03205 CEDEX	Vichy	vichy	84	03	033	46.1167	3.4167	5
03206 CEDEX	Vichy	vichy	84	03	033	46.1167	3.4167	5
03207 CEDEX	Vichy	vichy	84	03	033	46.1167	3.4167	5
03208 CEDEX	Vichy	vichy	84	03	033	46.1167	3.4167	5
03209 CEDEX	Vichy	vichy	84	03	033	46.1167	3.4167	5
03210	Noyant-d’Allier	noyant-d-allier	84	03	032	46.4803	3.1237	5
03210	Souvigny	souvigny	84	03	032	46.5335	3.1925	5
03210	Gipcy	gipcy	84	03	032	46.5025	3.0551	5
03210	Autry-Issards	autry-issards	84	03	032	46.5486	3.1357	5
03210	Châtillon	chatillon	84	03	032	46.4738	3.1319	5
03210	Meillers	meillers	84	03	032	46.5069	3.0929	5
03210	Besson	besson	84	03	032	46.4709	3.264	5
03210	Bresnay	bresnay	84	03	032	46.4418	3.2492	5
03210	Saint-Menoux	saint-menoux	84	03	032	46.5849	3.1572	5
03210	Marigny	marigny	84	03	032	46.5819	3.2091	5
03210	Agonges	agonges	84	03	032	46.6063	3.1579	5
03210	Chemilly	chemilly	84	03	032	46.4877	3.3127	5
03220	Châtelperron	chatelperron	84	03	033	46.3993	3.6373	5
03220	Treteau	treteau	84	03	033	46.3667	3.5333	5
03220	Jaligny-sur-Besbre	jaligny-sur-besbre	84	03	033	46.3833	3.5833	5
03220	Vaumas	vaumas	84	03	032	46.4468	3.6306	5
03220	Saint-Léon	saint-leon	84	03	033	46.403	3.6888	5
03220	Varennes-sur-Tèche	varennes-sur-teche	84	03	033	46.3262	3.6317	5
03220	Sorbier	sorbier	84	03	033	46.3647	3.66	5
03220	Chavroches	chavroches	84	03	033	46.3578	3.5875	5
03220	Trézelles	trezelles	84	03	033	46.329	3.5919	5
03220	Thionne	thionne	84	03	033	46.4046	3.5746	5
03220	Cindré	cindre	84	03	033	46.3274	3.5679	5
03220	Saint-Voir	saint-voir	84	03	032	46.4062	3.5196	5
03230	Saint-Martin-des-Lais	saint-martin-des-lais	84	03	032	46.666	3.657	5
03230	Chézy	chezy	84	03	032	46.6112	3.4675	5
03230	Lusigny	lusigny	84	03	032	46.5885	3.49	5
03230	Gannay-sur-Loire	gannay-sur-loire	84	03	032	46.7312	3.6126	5
03230	Paray-le-Frésil	paray-le-fresil	84	03	032	46.6552	3.6117	5
03230	Thiel-sur-Acolin	thiel-sur-acolin	84	03	032	46.5234	3.5808	5
03230	Beaulon	beaulon	84	03	032	46.6018	3.6726	5
03230	La Chapelle-aux-Chasses	la-chapelle-aux-chasses	84	03	032	46.6705	3.532	5
03230	Chevagnes	chevagnes	84	03	032	46.611	3.5508	5
03230	Garnat-sur-Engièvre	garnat-sur-engievre	84	03	032	46.6333	3.6623	5
03240	Rocles	rocles	84	03	032	46.4235	3.0314	5
03240	Cressanges	cressanges	84	03	032	46.4458	3.1609	5
03240	Saint-Sornin	saint-sornin	84	03	032	46.4101	3.016	5
03240	Treban	treban	84	03	032	46.4	3.1667	5
03240	Deux-Chaises	deux-chaises	84	03	032	46.3797	3.0389	5
03240	Tronget	tronget	84	03	032	46.4218	3.0682	5
03240	Le Theil	le-theil	84	03	032	46.3544	3.1334	5
03240	Le Montet	le-montet	84	03	032	46.4089	3.0552	5
03250	Lavoine	lavoine	84	03	033	45.9791	3.6988	5
03250	Ferrières-sur-Sichon	ferrieres-sur-sichon	84	03	033	46.0242	3.6478	5
03250	Nizerolles	nizerolles	84	03	033	46.0981	3.6382	5
03250	Le Mayet-de-Montagne	le-mayet-de-montagne	84	03	033	46.0725	3.6665	5
03250	Châtel-Montagne	chatel-montagne	84	03	033	46.1136	3.6822	5
03250	La Chabanne	la-chabanne	84	03	033	46.023	3.7528	5
03250	Laprugne	laprugne	84	03	033	45.9862	3.7424	5
03250	Saint-Nicolas-des-Biefs	saint-nicolas-des-biefs	84	03	033	46.0609	3.7816	5
03250	La Guillermie	la-guillermie	84	03	033	45.9824	3.6395	5
03250	Saint-Clément	saint-clement	84	03	033	46.0625	3.7052	5
03250	Arronnes	arronnes	84	03	033	46.0599	3.5691	5
03260	Saint-Félix	saint-felix	84	03	033	46.2288	3.4818	5
03260	Magnet	magnet	84	03	033	46.2135	3.504	5
03260	Marcenat	marcenat	84	03	032	46.2338	3.3979	5
03260	Billy	billy	84	03	033	46.2369	3.4313	5
03260	Saint-Germain-des-Fossés	saint-germain-des-fosses	84	03	033	46.2021	3.4325	5
03260	Seuillet	seuillet	84	03	033	46.2009	3.4738	5
03270	Busset	busset	84	03	033	46.063	3.5112	5
03270	Saint-Yorre	saint-yorre	84	03	033	46.0606	3.4681	5
03270	Mariol	mariol	84	03	033	46.0214	3.5007	5
03270	Hauterive	hauterive	84	03	033	46.09	3.4459	5
03290	Saint-Pourçain-sur-Besbre	saint-pourcain-sur-besbre	84	03	032	46.4761	3.6366	5
03290	Dompierre-sur-Besbre	dompierre-sur-besbre	84	03	032	46.5196	3.6991	5
03290	Diou	diou	84	03	032	46.5333	3.75	5
03300	Creuzier-le-Vieux	creuzier-le-vieux	84	03	033	46.1625	3.4331	5
03300	Cusset	cusset	84	03	033	46.13	3.4596	5
03300	Bost	bost	84	03	033	46.1796	3.5176	5
03300	Saint-Étienne-de-Vicq	saint-etienne-de-vicq	84	03	033	46.1777	3.5341	5
03300	Molles	molles	84	03	033	46.111	3.5615	5
03300	Creuzier-le-Neuf	creuzier-le-neuf	84	03	033	46.1806	3.4461	5
03300	La Chapelle	la-chapelle	84	03	033	46.0916	3.5724	5
03301 CEDEX	Cusset	cusset	84	03	033	46.13	3.4596	5
03302 CEDEX	Cusset	cusset	84	03	033	46.13	3.4596	5
03303 CEDEX	Cusset	cusset	84	03	033	46.13	3.4596	5
03304 CEDEX	Cusset	cusset	84	03	033	46.13	3.4596	5
03305 CEDEX	Cusset	cusset	84	03	033	46.13	3.4596	5
03306 CEDEX	Cusset	cusset	84	03	033	46.13	3.4596	5
03307 CEDEX	Cusset	cusset	84	03	033	46.13	3.4596	5
03309 CEDEX	Cusset	cusset	84	03	033	46.13	3.4596	5
03310	Saint-Genest	saint-genest	84	03	031	46.2667	2.6	5
03310	Néris-les-Bains	neris-les-bains	84	03	031	46.2869	2.6587	5
03310	Villebret	villebret	84	03	031	46.2668	2.6383	5
03310	Durdat-Larequille	durdat-larequille	84	03	031	46.2517	2.7011	5
03311 CEDEX	Montluçon	montlucon	84	03	031	46.3333	2.6	5
03314 CEDEX	Montluçon	montlucon	84	03	031	46.3333	2.6	5
03315 CEDEX	Montluçon	montlucon	84	03	031	46.3333	2.6	5
03319 CEDEX	Montluçon	montlucon	84	03	031	46.3333	2.6	5
03320	Couleuvre	couleuvre	84	03	032	46.6722	2.9073	5
03320	Le Veurdre	le-veurdre	84	03	032	46.756	3.0404	5
03320	Lurcy-Lévis	lurcy-levis	84	03	032	46.7306	2.9388	5
03320	Neure	neure	84	03	032	46.7467	2.9816	5
03320	Limoise	limoise	84	03	032	46.676	3.0519	5
03320	Pouzy-Mésangy	pouzy-mesangy	84	03	032	46.7086	3.0043	5
03320	Château-sur-Allier	chateau-sur-allier	84	03	032	46.7654	3.029	5
03321 CEDEX	Vichy	vichy	84	03	033	46.1167	3.4167	5
03329 CEDEX	Vichy	vichy	84	03	033	46.1167	3.4167	5
03330	Valignat	valignat	84	03	033	46.1767	3.0754	5
03330	Bellenaves	bellenaves	84	03	033	46.1998	3.0821	5
03330	Naves	naves	84	03	033	46.1761	3.109	5
03330	Échassières	echassieres	84	03	033	46.1844	2.9346	5
03330	Louroux-de-Bouble	louroux-de-bouble	84	03	033	46.2262	2.9797	5
03330	Chirat-l’Église	chirat-l-eglise	84	03	033	46.2443	3.0344	5
03330	Coutansouze	coutansouze	84	03	033	46.2162	3.0057	5
03340	Montbeugny	montbeugny	84	03	032	46.5293	3.488	5
03340	Saint-Gérand-de-Vaux	saint-gerand-de-vaux	84	03	032	46.3813	3.4004	5
03340	Chapeau	chapeau	84	03	032	46.4896	3.5232	5
03340	Mercy	mercy	84	03	032	46.46	3.5191	5
03340	La Ferté-Hauterive	la-ferte-hauterive	84	03	032	46.397	3.3418	5
03340	Gouise	gouise	84	03	032	46.4117	3.4296	5
03340	Neuilly-le-Réal	neuilly-le-real	84	03	032	46.4647	3.4316	5
03340	Bessay-sur-Allier	bessay-sur-allier	84	03	032	46.4435	3.3625	5
03350	Le Brethon	le-brethon	84	03	031	46.5705	2.7175	5
03350	Cérilly	cerilly	84	03	031	46.6179	2.8202	5
03350	Louroux-Bourbonnais	louroux-bourbonnais	84	03	031	46.5334	2.8389	5
03350	Le Vilhain	le-vilhain	84	03	031	46.5617	2.7972	5
03350	Theneuille	theneuille	84	03	031	46.584	2.8635	5
03360	Vitray	vitray	84	03	031	46.6104	2.6624	5
03360	Lételon	letelon	84	03	031	46.65	2.5833	5
03360	Ainay-le-Château	ainay-le-chateau	84	03	031	46.7114	2.6925	5
03360	Meaulne	meaulne	84	03	031	46.5982	2.6147	5
03360	Valigny	valigny	84	03	031	46.7124	2.8177	5
03360	Urçay	urcay	84	03	031	46.6257	2.5892	5
03360	Braize	braize	84	03	031	46.6667	2.65	5
03360	Isle-et-Bardais	isle-et-bardais	84	03	031	46.6883	2.7929	5
03360	Saint-Bonnet-Tronçais	saint-bonnet-troncais	84	03	031	46.6607	2.693	5
03370	Saint-Sauvier	saint-sauvier	84	03	031	46.3861	2.3316	5
03370	Saint-Éloy-d’Allier	saint-eloy-d-allier	84	03	031	46.4874	2.363	5
03370	Chambérat	chamberat	84	03	031	46.4193	2.4144	5
03370	Saint-Désiré	saint-desire	84	03	031	46.4983	2.431	5
03370	Saint-Palais	saint-palais	84	03	031	46.4386	2.2998	5
03370	Viplaix	viplaix	84	03	031	46.4611	2.3793	5
03370	Mesples	mesples	84	03	031	46.4333	2.3587	5
03370	Courçais	courcais	84	03	031	46.471	2.4358	5
03370	Chazemais	chazemais	84	03	031	46.4833	2.524	5
03380	Treignat	treignat	84	03	031	46.3489	2.3405	5
03380	Huriel	huriel	84	03	031	46.3737	2.4779	5
03380	La Chapelaude	la-chapelaude	84	03	031	46.4222	2.5024	5
03380	Lamaids	lamaids	84	03	031	46.3031	2.4318	5
03380	Saint-Martinien	saint-martinien	84	03	031	46.3333	2.4667	5
03380	Archignat	archignat	84	03	031	46.3719	2.426	5
03380	Quinssaines	quinssaines	84	03	031	46.3333	2.5167	5
03390	Saint-Marcel-en-Murat	saint-marcel-en-murat	84	03	031	46.3211	3.0085	5
03390	Sazeret	sazeret	84	03	031	46.3375	2.9566	5
03390	Montmarault	montmarault	84	03	031	46.3167	2.9561	5
03390	Chappes	chappes	84	03	031	46.3878	2.9266	5
03390	Vernusse	vernusse	84	03	031	46.2691	2.9772	5
03390	Blomard	blomard	84	03	031	46.2897	2.9782	5
03390	Murat	murat	84	03	031	46.4025	2.9113	5
03390	Saint-Bonnet-de-Four	saint-bonnet-de-four	84	03	031	46.3129	2.91	5
03390	Beaune-d'Allier	beaune-d-allier	84	03	031	46.2833	2.8833	5
03390	Saint-Priest-en-Murat	saint-priest-en-murat	84	03	031	46.3498	2.912	5
03400	Yzeure	yzeure	84	03	032	46.5644	3.3549	5
03400	Toulon-sur-Allier	toulon-sur-allier	84	03	032	46.5184	3.3599	5
03400	Saint-Ennemond	saint-ennemond	84	03	032	46.676	3.4225	5
03400	Gennetines	gennetines	84	03	032	46.6369	3.4107	5
03401 CEDEX	Yzeure	yzeure	84	03	032	46.5644	3.3549	5
03402 CEDEX	Yzeure	yzeure	84	03	032	46.5644	3.3549	5
03403 CEDEX	Yzeure	yzeure	84	03	032	46.5644	3.3549	5
03405 CEDEX	Yzeure	yzeure	84	03	032	46.5644	3.3549	5
03406 CEDEX	Yzeure	yzeure	84	03	032	46.5644	3.3549	5
03409 CEDEX	Yzeure	yzeure	84	03	032	46.5644	3.3549	5
03410	Domérat	domerat	84	03	031	46.3606	2.5343	5
03410	Prémilhat	premilhat	84	03	031	46.3167	2.5333	5
03410	Teillet-Argenty	teillet-argenty	84	03	031	46.2596	2.5119	5
03410	Saint-Victor	saint-victor	84	03	031	46.3947	2.6086	5
03410	Lignerolles	lignerolles	84	03	031	46.2833	2.5667	5
03420	Ronnet	ronnet	84	03	031	46.2046	2.6996	5
03420	La Petite-Marche	la-petite-marche	84	03	031	46.2	2.5667	5
03420	Sainte-Thérence	sainte-therence	84	03	031	46.2333	2.55	5
03420	Mazirat	mazirat	84	03	031	46.2333	2.5333	5
03420	Saint-Fargeol	saint-fargeol	84	03	031	46.1384	2.6287	5
03420	Terjat	terjat	84	03	031	46.2	2.6167	5
03420	Arpheuilles-Saint-Priest	arpheuilles-saint-priest	84	03	031	46.2243	2.679	5
03420	Marcillat-en-Combraille	marcillat-en-combraille	84	03	031	46.1671	2.6346	5
03420	Saint-Marcel-en-Marcillat	saint-marcel-en-marcillat	84	03	031	46.15	2.5833	5
03430	Sauvagny	sauvagny	84	03	031	46.4448	2.8202	5
03430	Villefranche-d’Allier	villefranche-d-allier	84	03	031	46.3971	2.8568	5
03430	Tortezais	tortezais	84	03	031	46.4534	2.8579	5
03430	Vieure	vieure	84	03	032	46.5013	2.8689	5
03430	Cosne-d’Allier	cosne-d-allier	84	03	031	46.4754	2.8316	5
03440	Buxières-les-Mines	buxieres-les-mines	84	03	032	46.4689	2.9614	5
03440	Chavenon	chavenon	84	03	031	46.4141	2.9461	5
03440	Saint-Hilaire	saint-hilaire	84	03	032	46.4936	3.0218	5
03450	Nades	nades	84	03	033	46.1592	2.9694	5
03450	Veauce	veauce	84	03	033	46.1663	3.0565	5
03450	Chouvigny	chouvigny	84	03	033	46.1245	2.9923	5
03450	Vicq	vicq	84	03	033	46.1473	3.0922	5
03450	Sussat	sussat	84	03	033	46.153	3.0643	5
03450	Ébreuil	ebreuil	84	03	033	46.1163	3.0877	5
03450	Lalizolle	lalizolle	84	03	033	46.1566	3.002	5
03452 CEDEX	Ébreuil	ebreuil	84	03	033	46.1163	3.0877	5
03460	Trévol	trevol	84	03	032	46.6289	3.3046	5
03460	Aubigny	aubigny	84	03	032	46.6832	3.1601	5
03460	Villeneuve-sur-Allier	villeneuve-sur-allier	84	03	032	46.6611	3.2485	5
03460	Bagneux	bagneux	84	03	032	46.6576	3.2049	5
03460	Aurouer	aurouer	84	03	032	46.6878	3.2997	5
03470	Saligny-sur-Roudon	saligny-sur-roudon	84	03	032	46.4687	3.7493	5
03470	Coulanges	coulanges	84	03	032	46.4856	3.859	5
03470	Pierrefitte-sur-Loire	pierrefitte-sur-loire	84	03	032	46.5067	3.8109	5
03470	Monétay-sur-Loire	monetay-sur-loire	84	03	032	46.4301	3.8165	5
03500	Contigny	contigny	84	03	032	46.3528	3.3043	5
03500	Loriges	loriges	84	03	032	46.2684	3.3483	5
03500	Louchy-Montfand	louchy-montfand	84	03	032	46.3107	3.2521	5
03500	Saulcet	saulcet	84	03	032	46.3248	3.2662	5
03500	Meillard	meillard	84	03	032	46.3902	3.236	5
03500	Laféline	lafeline	84	03	032	46.35	3.1667	5
03500	Saint-Pourçain-sur-Sioule	saint-pourcain-sur-sioule	84	03	032	46.3093	3.2879	5
03500	Paray-sous-Briailles	paray-sous-briailles	84	03	032	46.3	3.3667	5
03500	Bransat	bransat	84	03	032	46.3204	3.2294	5
03500	Montord	montord	84	03	032	46.2938	3.2307	5
03500	Bayet	bayet	84	03	032	46.2494	3.2696	5
03500	Monétay-sur-Allier	monetay-sur-allier	84	03	032	46.3811	3.2997	5
03500	Châtel-de-Neuvre	chatel-de-neuvre	84	03	032	46.4062	3.3123	5
03500	Verneuil-en-Bourbonnais	verneuil-en-bourbonnais	84	03	032	46.346	3.2513	5
03500	Cesset	cesset	84	03	032	46.2953	3.216	5
03510	Chassenard	chassenard	84	03	032	46.4376	3.9788	5
03510	Molinet	molinet	84	03	032	46.4684	3.9416	5
03600	La Celle	la-celle	84	03	031	46.2288	2.785	5
03600	Colombier	colombier	84	03	031	46.2739	2.794	5
03600	Malicorne	malicorne	84	03	031	46.3013	2.7813	5
03600	Hyds	hyds	84	03	031	46.285	2.8315	5
03600	Louroux-de-Beaune	louroux-de-beaune	84	03	031	46.293	2.854	5
03600	Commentry	commentry	84	03	031	46.2921	2.7416	5
03630	Désertines	desertines	84	03	031	46.3552	2.6207	5
03700	Serbannes	serbannes	84	03	033	46.0971	3.3615	5
03700	Brugheas	brugheas	84	03	033	46.077	3.3675	5
03700	Bellerive-sur-Allier	bellerive-sur-allier	84	03	033	46.1163	3.4034	5
03800	Gannat	gannat	84	03	033	46.1002	3.1989	5
03800	Charmes	charmes	84	03	033	46.0765	3.252	5
03800	Poëzat	poezat	84	03	033	46.0771	3.2234	5
03800	Bègues	begues	84	03	033	46.1272	3.1557	5
03800	Saint-Bonnet-de-Rochefort	saint-bonnet-de-rochefort	84	03	033	46.1465	3.1379	5
03800	Le Mayet-d’École	le-mayet-d-ecole	84	03	033	46.17	3.2426	5
03800	Biozat	biozat	84	03	033	46.0761	3.2734	5
03800	Saint-Priest-d’Andelot	saint-priest-d-andelot	84	03	033	46.0721	3.1692	5
03800	Jenzat	jenzat	84	03	033	46.1596	3.197	5
03800	Saulzet	saulzet	84	03	033	46.1363	3.2207	5
03800	Mazerier	mazerier	84	03	033	46.1249	3.1898	5
03800	Monteignet-sur-l’Andelot	monteignet-sur-l-andelot	84	03	033	46.1229	3.2525	5
42620	Saint-Pierre-Laval	saint-pierre-laval	84	03	033	46.2025	3.7806	5
07000	Saint-Priest	saint-priest	84	07	072	44.7177	4.5462	5
07000	Flaviac	flaviac	84	07	072	44.7478	4.6743	5
07000	Privas	privas	84	07	072	44.7339	4.597	5
07000	Coux	coux	84	07	072	44.7348	4.6206	5
07000	Ajoux	ajoux	84	07	072	44.7653	4.5005	5
07000	Pourchères	pourcheres	84	07	072	44.7467	4.5067	5
07000	Saint-Julien-en-Saint-Alban	saint-julien-en-saint-alban	84	07	072	44.7542	4.6968	5
07000	Freyssenet	freyssenet	84	07	072	44.6826	4.5421	5
07000	Pranles	pranles	84	07	072	44.7725	4.5778	5
07000	Lyas	lyas	84	07	072	44.7571	4.5988	5
07000	Gourdon	gourdon	84	07	072	44.7309	4.4486	5
07000	Veyras	veyras	84	07	072	44.7352	4.5625	5
07000	Creysseilles	creysseilles	84	07	072	44.7557	4.5442	5
07001 CEDEX	Privas	privas	84	07	072	44.7339	4.597	5
07002 CEDEX	Privas	privas	84	07	072	44.7339	4.597	5
07003 CEDEX	Privas	privas	84	07	072	44.7339	4.597	5
07004 CEDEX	Privas	privas	84	07	072	44.7339	4.597	5
07005 CEDEX	Privas	privas	84	07	072	44.7339	4.597	5
07006 CEDEX	Privas	privas	84	07	072	44.7339	4.597	5
07007 CEDEX	Privas	privas	84	07	072	44.7339	4.597	5
07100	Boulieu-lès-Annonay	boulieu-les-annonay	84	07	073	45.2708	4.6672	5
07100	Annonay	annonay	84	07	073	45.2397	4.6707	5
07100	Roiffieux	roiffieux	84	07	073	45.2265	4.655	5
07100	Saint-Marcel-lès-Annonay	saint-marcel-les-annonay	84	07	073	45.2855	4.6247	5
07101 CEDEX	Annonay	annonay	84	07	073	45.2397	4.6707	5
07102 CEDEX	Annonay	annonay	84	07	073	45.2397	4.6707	5
07103 CEDEX	Annonay	annonay	84	07	073	45.2397	4.6707	5
07104 CEDEX	Annonay	annonay	84	07	073	45.2397	4.6707	5
07105 CEDEX	Annonay	annonay	84	07	073	45.2397	4.6707	5
07106 CEDEX	Annonay	annonay	84	07	073	45.2397	4.6707	5
07107 CEDEX	Annonay	annonay	84	07	073	45.2397	4.6707	5
07108 CEDEX	Annonay	annonay	84	07	073	45.2397	4.6707	5
07109 CEDEX	Annonay	annonay	84	07	073	45.2397	4.6707	5
07110	Uzer	uzer	84	07	071	44.5196	4.3263	5
07110	Beaumont	beaumont	84	07	071	44.5381	4.1667	5
07110	Vinezac	vinezac	84	07	071	44.5395	4.3245	5
07110	Chassiers	chassiers	84	07	071	44.552	4.2963	5
07110	Valgorge	valgorge	84	07	071	44.5904	4.1151	5
07110	Rocles	rocles	84	07	071	44.5628	4.2152	5
07110	Chazeaux	chazeaux	84	07	071	44.595	4.305	5
07110	Rocher	rocher	84	07	071	44.5777	4.2828	5
07110	Joannas	joannas	84	07	071	44.5654	4.2518	5
07110	Laboule	laboule	84	07	071	44.5874	4.1647	5
07110	Prunet	prunet	84	07	071	44.5985	4.2638	5
07110	Loubaresse	loubaresse	84	07	071	44.5992	4.0502	5
07110	Sanilhac	sanilhac	84	07	071	44.5374	4.2507	5
07110	Tauriers	tauriers	84	07	071	44.5516	4.2801	5
07110	Largentière	largentiere	84	07	071	44.5333	4.3	5
07110	Laurac-en-Vivarais	laurac-en-vivarais	84	07	071	44.5096	4.2916	5
07110	Montréal	montreal	84	07	071	44.5281	4.2926	5
07120	Sampzon	sampzon	84	07	071	44.4228	4.3434	5
07120	Ruoms	ruoms	84	07	071	44.4535	4.3426	5
07120	Pradons	pradons	84	07	071	44.4746	4.3578	5
07120	Grospierres	grospierres	84	07	071	44.3992	4.2897	5
07120	Labeaume	labeaume	84	07	071	44.4497	4.3056	5
07120	Balazuc	balazuc	84	07	071	44.5081	4.383	5
07120	Saint-Alban-Auriolles	saint-alban-auriolles	84	07	071	44.4167	4.3	5
07120	Chauzon	chauzon	84	07	071	44.4854	4.3596	5
07130	Cornas	cornas	84	07	073	44.965	4.8481	5
07130	Châteaubourg	chateaubourg	84	07	073	44.9975	4.845	5
07130	Soyons	soyons	84	07	073	44.8861	4.8506	5
07130	Saint-Péray	saint-peray	84	07	073	44.948	4.8463	5
07130	Saint-Romain-de-Lerps	saint-romain-de-lerps	84	07	073	44.9798	4.7968	5
07130	Toulaud	toulaud	84	07	073	44.9001	4.8172	5
07131 CEDEX	Saint-Péray	saint-peray	84	07	073	44.948	4.8463	5
07132 CEDEX	Saint-Péray	saint-peray	84	07	073	44.948	4.8463	5
07133 CEDEX	Saint-Péray	saint-peray	84	07	073	44.948	4.8463	5
07134 CEDEX	Saint-Péray	saint-peray	84	07	073	44.948	4.8463	5
07135 CEDEX	Saint-Péray	saint-peray	84	07	073	44.948	4.8463	5
07136 CEDEX	Saint-Péray	saint-peray	84	07	073	44.948	4.8463	5
07137 CEDEX	Saint-Péray	saint-peray	84	07	073	44.948	4.8463	5
07138 CEDEX	Saint-Péray	saint-peray	84	07	073	44.948	4.8463	5
07139 CEDEX	Saint-Péray	saint-peray	84	07	073	44.948	4.8463	5
07140	Gravières	gravieres	84	07	071	44.4218	4.0919	5
07140	Sainte-Marguerite-Lafigère	sainte-marguerite-lafigere	84	07	071	44.4789	3.9868	5
07140	Malbosc	malbosc	84	07	071	44.3461	4.0736	5
07140	Chambonas	chambonas	84	07	071	44.4167	4.1	5
07140	Les Vans	les-vans	84	07	071	44.4062	4.1347	5
07140	Les Salelles	les-salelles	84	07	071	44.4192	4.1044	5
07140	Malarce-sur-la-Thines	malarce-sur-la-thines	84	07	071	44.4459	4.0769	5
07140	Saint-Pierre-Saint-Jean	saint-pierre-saint-jean	84	07	071	44.45	4.1167	5
07140	Montselgues	montselgues	84	07	071	44.5231	4.0054	5
07140	Les Assions	les-assions	84	07	071	44.4186	4.1749	5
07150	Lagorce	lagorce	84	07	071	44.4489	4.417	5
07150	Vallon-Pont-d’Arc	vallon-pont-d-arc	84	07	071	44.4056	4.3925	5
07150	Labastide-de-Virac	labastide-de-virac	84	07	071	44.3501	4.4041	5
07150	Salavas	salavas	84	07	071	44.3936	4.3799	5
07150	Vagnas	vagnas	84	07	071	44.3462	4.3653	5
07150	Orgnac-l’Aven	orgnac-l-aven	84	07	071	44.3057	4.4321	5
07150	Bessas	bessas	84	07	071	44.3433	4.3026	5
07160	Saint-Christol	saint-christol	84	07	073	44.8681	4.4387	5
07160	Saint-Andéol-de-Fourchades	saint-andeol-de-fourchades	84	07	073	44.8489	4.2973	5
07160	Le Chambon	le-chambon	84	07	073	44.8371	4.3064	5
07160	Saint-Genest-Lachamp	saint-genest-lachamp	84	07	073	44.8479	4.4241	5
07160	Jaunac	jaunac	84	07	073	44.9199	4.3997	5
07160	Saint-Julien-Labrousse	saint-julien-labrousse	84	07	073	44.9181	4.5079	5
07160	Dornas	dornas	84	07	073	44.8527	4.3536	5
07160	Saint-Cierge-sous-le-Cheylard	saint-cierge-sous-le-cheylard	84	07	073	44.9214	4.4508	5
07160	Accons	accons	84	07	073	44.8861	4.3892	5
07160	Nonières	nonieres	84	07	073	44.9326	4.4871	5
07160	Saint-Michel-d’Aurance	saint-michel-d-aurance	84	07	073	44.9019	4.4615	5
07160	Saint-Barthélemy-le-Meil	saint-barthelemy-le-meil	84	07	073	44.8848	4.4982	5
07160	Mariac	mariac	84	07	073	44.8895	4.3757	5
07160	Le Cheylard	le-cheylard	84	07	073	44.9062	4.4241	5
07160	Saint-Jean-Roure	saint-jean-roure	84	07	073	44.9415	4.4296	5
07170	Mirabel	mirabel	84	07	071	44.6089	4.4973	5
07170	Saint-Germain	saint-germain	84	07	071	44.5549	4.4503	5
07170	Saint-Andéol-de-Berg	saint-andeol-de-berg	84	07	071	44.5275	4.5271	5
07170	Saint-Laurent-sous-Coiron	saint-laurent-sous-coiron	84	07	071	44.6371	4.4812	5
07170	Lavilledieu	lavilledieu	84	07	071	44.5746	4.4547	5
07170	Darbres	darbres	84	07	071	44.6475	4.505	5
07170	Saint-Maurice-d’Ibie	saint-maurice-d-ibie	84	07	071	44.501	4.4841	5
07170	Lussas	lussas	84	07	071	44.6119	4.4726	5
07170	Villeneuve-de-Berg	villeneuve-de-berg	84	07	071	44.5573	4.5027	5
07190	Saint-Julien-du-Gua	saint-julien-du-gua	84	07	072	44.7677	4.4443	5
07190	Saint-Étienne-de-Serre	saint-etienne-de-serre	84	07	072	44.802	4.5402	5
07190	Beauvène	beauvene	84	07	072	44.8761	4.5104	5
07190	Saint-Maurice-en-Chalencon	saint-maurice-en-chalencon	84	07	072	44.849	4.591	5
07190	Marcols-les-Eaux	marcols-les-eaux	84	07	072	44.8157	4.4007	5
07190	Gluiras	gluiras	84	07	072	44.8473	4.5234	5
07190	Albon-d'Ardèche	albon-d-ardeche	84	07	073	44.8167	4.4333	5
07190	Saint-Pierreville	saint-pierreville	84	07	073	44.8151	4.4797	5
07190	Saint-Sauveur-de-Montagut	saint-sauveur-de-montagut	84	07	072	44.8214	4.5799	5
07190	Issamoulenc	issamoulenc	84	07	073	44.7817	4.46	5
07190	Saint-Genest-Lachamp	saint-genest-lachamp	84	07	073	44.8479	4.4241	5
07200	Saint-Maurice-d’Ardèche	saint-maurice-d-ardeche	84	07	071	44.5216	4.4002	5
07200	Saint-Sernin	saint-sernin	84	07	071	44.5721	4.3916	5
07200	Rochecolombe	rochecolombe	84	07	071	44.5179	4.4335	5
07200	Saint-Étienne-de-Boulogne	saint-etienne-de-boulogne	84	07	071	44.7011	4.4586	5
07200	Ucel	ucel	84	07	071	44.6265	4.3964	5
07200	Labégude	labegude	84	07	071	44.6466	4.369	5
07200	Lentillères	lentilleres	84	07	071	44.6129	4.3136	5
07200	Aubenas	aubenas	84	07	071	44.6201	4.3899	5
07200	Saint-Didier-sous-Aubenas	saint-didier-sous-aubenas	84	07	071	44.6077	4.4161	5
07200	Mercuer	mercuer	84	07	071	44.632	4.3568	5
07200	Vesseaux	vesseaux	84	07	071	44.6514	4.4426	5
07200	Ailhon	ailhon	84	07	071	44.5977	4.3424	5
07200	Fons	fons	84	07	071	44.5827	4.3498	5
07200	Saint-Julien-du-Serre	saint-julien-du-serre	84	07	071	44.6579	4.4108	5
07200	Saint-Étienne-de-Fontbellon	saint-etienne-de-fontbellon	84	07	071	44.6017	4.3858	5
07200	Vogüé	vogue	84	07	071	44.5502	4.4152	5
07200	Saint-Michel-de-Boulogne	saint-michel-de-boulogne	84	07	071	44.6963	4.4339	5
07200	Saint-Privat	saint-privat	84	07	071	44.63	4.4166	5
07200	Lanas	lanas	84	07	071	44.5312	4.3998	5
07200	Lachapelle-sous-Aubenas	lachapelle-sous-aubenas	84	07	071	44.5642	4.3639	5
07201 CEDEX	Aubenas	aubenas	84	07	071	44.6201	4.3899	5
07202 CEDEX	Aubenas	aubenas	84	07	071	44.6201	4.3899	5
07203 CEDEX	Aubenas	aubenas	84	07	071	44.6201	4.3899	5
07204 CEDEX	Aubenas	aubenas	84	07	071	44.6201	4.3899	5
07205 CEDEX	Aubenas	aubenas	84	07	071	44.6201	4.3899	5
07206 CEDEX	Aubenas	aubenas	84	07	071	44.6201	4.3899	5
07207 CEDEX	Aubenas	aubenas	84	07	071	44.6201	4.3899	5
07208 CEDEX	Aubenas	aubenas	84	07	071	44.6201	4.3899	5
07209 CEDEX	Aubenas	aubenas	84	07	071	44.6201	4.3899	5
07210	Chomérac	chomerac	84	07	072	44.7075	4.6616	5
07210	Alissas	alissas	84	07	072	44.7125	4.6294	5
07210	Saint-Vincent-de-Barrès	saint-vincent-de-barres	84	07	072	44.6617	4.7094	5
07210	Baix	baix	84	07	072	44.7118	4.7648	5
07210	Rochessauve	rochessauve	84	07	072	44.6785	4.6249	5
07210	Saint-Symphorien-sous-Chomérac	saint-symphorien-sous-chomerac	84	07	072	44.7181	4.7015	5
07210	Saint-Bauzile	saint-bauzile	84	07	072	44.6762	4.6738	5
07210	Saint-Lager-Bressac	saint-lager-bressac	84	07	072	44.6923	4.7101	5
07220	Larnas	larnas	84	07	072	44.4481	4.5995	5
07220	Saint-Montan	saint-montan	84	07	072	44.4333	4.6167	5
07220	Viviers	viviers	84	07	072	44.4851	4.6872	5
07220	Saint-Thomé	saint-thome	84	07	072	44.5015	4.624	5
07230	Lablachère	lablachere	84	07	071	44.4659	4.2165	5
07230	Payzac	payzac	84	07	071	44.4517	4.1495	5
07230	Chandolas	chandolas	84	07	071	44.4033	4.2533	5
07230	Saint-André-Lachamp	saint-andre-lachamp	84	07	071	44.5052	4.1647	5
07230	Planzolles	planzolles	84	07	071	44.486	4.1542	5
07230	Faugères	faugeres	84	07	071	44.4749	4.1357	5
07230	Saint-Genest-de-Beauzon	saint-genest-de-beauzon	84	07	071	44.45	4.1833	5
07240	Chalencon	chalencon	84	07	072	44.8778	4.5741	5
07240	Silhac	silhac	84	07	072	44.8818	4.6066	5
07240	Vernoux-en-Vivarais	vernoux-en-vivarais	84	07	072	44.8956	4.6464	5
07240	Saint-Apollinaire-de-Rias	saint-apollinaire-de-rias	84	07	072	44.9253	4.5988	5
07240	Saint-Jean-Chambre	saint-jean-chambre	84	07	072	44.9043	4.5647	5
07240	Châteauneuf-de-Vernoux	chateauneuf-de-vernoux	84	07	072	44.9188	4.6455	5
07240	Saint-Julien-le-Roux	saint-julien-le-roux	84	07	072	44.8669	4.6809	5
07250	Rompon	rompon	84	07	072	44.7749	4.7326	5
07250	Le Pouzin	le-pouzin	84	07	072	44.7517	4.748	5
07260	Sablières	sablieres	84	07	071	44.5311	4.074	5
07260	Ribes	ribes	84	07	071	44.4953	4.2069	5
07260	Rosières	rosieres	84	07	071	44.4831	4.256	5
07260	Saint-Mélany	saint-melany	84	07	071	44.5303	4.1157	5
07260	Dompnac	dompnac	84	07	071	44.5644	4.1026	5
07260	Joyeuse	joyeuse	84	07	071	44.4797	4.2378	5
07260	Vernon	vernon	84	07	071	44.5069	4.2253	5
07270	Boucieu-le-Roi	boucieu-le-roi	84	07	073	45.036	4.6826	5
07270	Saint-Basile	saint-basile	84	07	073	44.957	4.571	5
07270	Lamastre	lamastre	84	07	073	44.9867	4.5798	5
07270	Gilhoc-sur-Ormèze	gilhoc-sur-ormeze	84	07	073	44.9833	4.6833	5
07270	Saint-Prix	saint-prix	84	07	073	44.9431	4.5019	5
07270	Empurany	empurany	84	07	073	45.0247	4.6087	5
07270	Le Crestet	le-crestet	84	07	073	45.0146	4.6551	5
07270	Colombier-le-Jeune	colombier-le-jeune	84	07	073	45.0107	4.7022	5
07270	Saint-Barthélemy-Grozon	saint-barthelemy-grozon	84	07	073	44.9833	4.65	5
07270	Nozières	nozieres	84	07	073	45.0287	4.5437	5
07290	Saint-Romain-d’Ay	saint-romain-d-ay	84	07	073	45.1664	4.6658	5
07290	Préaux	preaux	84	07	073	45.1428	4.6643	5
07290	Saint-Jeure-d’Ay	saint-jeure-d-ay	84	07	073	45.1474	4.7061	5
07290	Quintenas	quintenas	84	07	073	45.1897	4.6873	5
07290	Ardoix	ardoix	84	07	073	45.186	4.7371	5
07290	Saint-Symphorien-de-Mahun	saint-symphorien-de-mahun	84	07	073	45.1643	4.5598	5
07290	Satillieu	satillieu	84	07	073	45.1503	4.6149	5
07300	Tournon-sur-Rhône	tournon-sur-rhone	84	07	073	45.0667	4.8333	5
07300	Cheminas	cheminas	84	07	073	45.1242	4.7505	5
07300	Mauves	mauves	84	07	073	45.0352	4.83	5
07300	Glun	glun	84	07	073	45.0167	4.8402	5
07300	Étables	etables	84	07	073	45.1017	4.7257	5
07300	Saint-Jean-de-Muzols	saint-jean-de-muzols	84	07	073	45.0804	4.8142	5
07300	Lemps	lemps	84	07	073	45.1085	4.7657	5
07300	Saint-Barthélemy-le-Plain	saint-barthelemy-le-plain	84	07	073	45.0545	4.747	5
07300	Plats	plats	84	07	073	45.0098	4.782	5
07301 CEDEX	Tournon-sur-Rhône	tournon-sur-rhone	84	07	073	45.0667	4.8333	5
07302 CEDEX	Tournon-sur-Rhône	tournon-sur-rhone	84	07	073	45.0667	4.8333	5
07303 CEDEX	Tournon-sur-Rhône	tournon-sur-rhone	84	07	073	45.0667	4.8333	5
07304 CEDEX	Tournon-sur-Rhône	tournon-sur-rhone	84	07	073	45.0667	4.8333	5
07305 CEDEX	Tournon-sur-Rhône	tournon-sur-rhone	84	07	073	45.0667	4.8333	5
07306 CEDEX	Tournon-sur-Rhône	tournon-sur-rhone	84	07	073	45.0667	4.8333	5
07307 CEDEX	Tournon-sur-Rhône	tournon-sur-rhone	84	07	073	45.0667	4.8333	5
07308 CEDEX	Tournon-sur-Rhône	tournon-sur-rhone	84	07	073	45.0667	4.8333	5
07309 CEDEX	Tournon-sur-Rhône	tournon-sur-rhone	84	07	073	45.0667	4.8333	5
07310	Chanéac	chaneac	84	07	073	44.9325	4.3202	5
07310	Saint-Martin-de-Valamas	saint-martin-de-valamas	84	07	073	44.9365	4.3656	5
07310	La Rochette	la-rochette	84	07	071	44.9158	4.2391	5
07310	Saint-Clément	saint-clement	84	07	073	44.9525	4.2641	5
07310	Intres	intres	84	07	073	44.9829	4.3615	5
07310	Saint-Julien-Boutières	saint-julien-boutieres	84	07	073	44.9751	4.3538	5
07310	Lachapelle-sous-Chaneac	lachapelle-sous-chaneac	84	07	073	44.9473	4.3312	5
07310	Borée	boree	84	07	071	44.8985	4.239	5
07310	Saint-Martial	saint-martial	84	07	071	44.8669	4.2744	5
07310	Arcens	arcens	84	07	073	44.9008	4.3282	5
07320	Rochepaule	rochepaule	84	07	073	45.0767	4.4558	5
07320	Saint-Agrève	saint-agreve	84	07	073	45.0099	4.3937	5
07320	Mars	mars	84	07	073	45.0224	4.3266	5
07320	Saint-Jeure-d’Andaure	saint-jeure-d-andaure	84	07	073	45.0469	4.4572	5
07320	Devesset	devesset	84	07	073	45.0669	4.3887	5
07320	Intres	intres	84	07	073	44.9829	4.3615	5
07330	Barnas	barnas	84	07	071	44.6679	4.1645	5
07330	Astet	astet	84	07	071	44.6848	4.0584	5
07330	Thueyts	thueyts	84	07	071	44.6783	4.2192	5
07330	Mayres	mayres	84	07	071	44.667	4.1117	5
07340	Andance	andance	84	07	073	45.2405	4.798	5
07340	Félines	felines	84	07	073	45.3169	4.7307	5
07340	Limony	limony	84	07	073	45.3519	4.7586	5
07340	Saint-Étienne-de-Valoux	saint-etienne-de-valoux	84	07	073	45.2474	4.7825	5
07340	Saint-Jacques-d’Atticieux	saint-jacques-d-atticieux	84	07	073	45.3348	4.6679	5
07340	Brossainc	brossainc	84	07	073	45.3298	4.6791	5
07340	Serrières	serrieres	84	07	073	45.3188	4.7634	5
07340	Saint-Désirat	saint-desirat	84	07	073	45.2553	4.7842	5
07340	Talencieux	talencieux	84	07	073	45.2203	4.7791	5
07340	Charnas	charnas	84	07	073	45.3369	4.7439	5
07340	Bogy	bogy	84	07	073	45.2833	4.7618	5
07340	Vinzieux	vinzieux	84	07	073	45.3269	4.7014	5
07340	Thorrenc	thorrenc	84	07	073	45.2364	4.7621	5
07340	Champagne	champagne	84	07	073	45.2737	4.8008	5
07340	Peaugres	peaugres	84	07	073	45.2877	4.7291	5
07340	Peyraud	peyraud	84	07	073	45.3017	4.7894	5
07350	Cruas	cruas	84	07	072	44.6554	4.7614	5
07360	Les Ollières-sur-Eyrieux	les-ollieres-sur-eyrieux	84	07	072	44.8045	4.6286	5
07360	Dunière-sur-Eyrieux	duniere-sur-eyrieux	84	07	072	44.8231	4.6599	5
07360	Saint-Fortunat-sur-Eyrieux	saint-fortunat-sur-eyrieux	84	07	072	44.83	4.6762	5
07360	Saint-Vincent-de-Durfort	saint-vincent-de-durfort	84	07	072	44.8052	4.6441	5
07360	Saint-Michel-de-Chabrillanoux	saint-michel-de-chabrillanoux	84	07	072	44.8401	4.6025	5
07370	Ozon	ozon	84	07	073	45.1659	4.8023	5
07370	Sarras	sarras	84	07	073	45.1868	4.8	5
07370	Arras-sur-Rhône	arras-sur-rhone	84	07	073	45.1414	4.8066	5
07370	Eclassan	eclassan	84	07	073	45.1667	4.7667	5
07380	Prades	prades	84	07	071	44.6378	4.3156	5
07380	Pont-de-Labeaume	pont-de-labeaume	84	07	071	44.6667	4.2897	5
07380	Saint-Cirgues-de-Prades	saint-cirgues-de-prades	84	07	071	44.6242	4.2708	5
07380	La Souche	la-souche	84	07	071	44.6297	4.1974	5
07380	Lalevade-d’Ardèche	lalevade-d-ardeche	84	07	071	44.6483	4.3242	5
07380	Meyras	meyras	84	07	071	44.6826	4.2671	5
07380	Fabras	fabras	84	07	071	44.6509	4.289	5
07380	Jaujac	jaujac	84	07	071	44.6354	4.2573	5
07380	Chirols	chirols	84	07	071	44.6855	4.2876	5
07400	Saint-Pierre-la-Roche	saint-pierre-la-roche	84	07	072	44.6538	4.6386	5
07400	Aubignas	aubignas	84	07	072	44.5884	4.6341	5
07400	Saint-Martin-sur-Lavezon	saint-martin-sur-lavezon	84	07	072	44.6207	4.6555	5
07400	Meysse	meysse	84	07	072	44.6103	4.7231	5
07400	Alba-la-Romaine	alba-la-romaine	84	07	072	44.5554	4.5985	5
07400	Rochemaure	rochemaure	84	07	072	44.5875	4.7051	5
07400	Sceautres	sceautres	84	07	071	44.6169	4.6092	5
07400	Le Teil	le-teil	84	07	072	44.5468	4.6817	5
07400	Valvignères	valvigneres	84	07	072	44.5004	4.5741	5
07401 CEDEX	Le Teil	le-teil	84	07	072	44.5468	4.6817	5
07402 CEDEX	Le Teil	le-teil	84	07	072	44.5468	4.6817	5
07403 CEDEX	Le Teil	le-teil	84	07	072	44.5468	4.6817	5
07404 CEDEX	Le Teil	le-teil	84	07	072	44.5468	4.6817	5
07405 CEDEX	Le Teil	le-teil	84	07	072	44.5468	4.6817	5
07406 CEDEX	Le Teil	le-teil	84	07	072	44.5468	4.6817	5
07407 CEDEX	Le Teil	le-teil	84	07	072	44.5468	4.6817	5
07408 CEDEX	Le Teil	le-teil	84	07	072	44.5468	4.6817	5
07409 CEDEX	Le Teil	le-teil	84	07	072	44.5468	4.6817	5
07410	Saint-Félicien	saint-felicien	84	07	073	45.0846	4.6272	5
07410	Bozas	bozas	84	07	073	45.0549	4.6511	5
07410	Pailharès	pailhares	84	07	073	45.0782	4.5659	5
07410	Saint-Victor	saint-victor	84	07	073	45.1006	4.6691	5
07410	Colombier-le-Vieux	colombier-le-vieux	84	07	073	45.0649	4.6974	5
07410	Arlebosc	arlebosc	84	07	073	45.0363	4.6507	5
07410	Vaudevant	vaudevant	84	07	073	45.1043	4.6193	5
07430	Vernosc-lès-Annonay	vernosc-les-annonay	84	07	073	45.2168	4.7125	5
07430	Saint-Cyr	saint-cyr	84	07	073	45.2524	4.7307	5
07430	Davézieux	davezieux	84	07	073	45.2573	4.7088	5
07430	Savas	savas	84	07	073	45.2966	4.6922	5
07430	Colombier-le-Cardinal	colombier-le-cardinal	84	07	073	45.2667	4.7425	5
07430	Saint-Clair	saint-clair	84	07	073	45.2782	4.6809	5
07440	Alboussière	alboussiere	84	07	073	44.9442	4.7299	5
07440	Saint-Sylvestre	saint-sylvestre	84	07	073	44.9888	4.7483	5
07440	Boffres	boffres	84	07	073	44.922	4.7039	5
07440	Champis	champis	84	07	073	44.9604	4.7339	5
07450	Burzet	burzet	84	07	071	44.7399	4.2452	5
07450	Sagnes-et-Goudoulet	sagnes-et-goudoulet	84	07	071	44.7833	4.2167	5
07450	Saint-Pierre-de-Colombier	saint-pierre-de-colombier	84	07	071	44.7043	4.2627	5
07450	Péreyres	pereyres	84	07	071	44.7763	4.2544	5
07460	Saint-Sauveur-de-Cruzières	saint-sauveur-de-cruzieres	84	07	071	44.2991	4.2542	5
07460	Beaulieu	beaulieu	84	07	071	44.3617	4.2347	5
07460	Saint-Paul-le-Jeune	saint-paul-le-jeune	84	07	071	44.3411	4.1527	5
07460	Saint-André-de-Cruzières	saint-andre-de-cruzieres	84	07	071	44.3151	4.2173	5
07460	Banne	banne	84	07	071	44.3668	4.1556	5
07460	Berrias-et-Casteljau	berrias-et-casteljau	84	07	071	44.3667	4.2	5
07470	Le Lac-d'Issarlès	le-lac-d-issarles	84	07	071	44.8222	4.06	5
07470	Lachapelle-Graillouse	lachapelle-graillouse	84	07	071	44.8145	4.0197	5
07470	Issarlès	issarles	84	07	071	44.8439	4.0312	5
07470	Coucouron	coucouron	84	07	071	44.8029	3.9709	5
07500	Guilherand-Granges	guilherand-granges	84	07	073	44.9328	4.8737	5
07501 CEDEX	Guilherand-Granges	guilherand-granges	84	07	073	44.9328	4.8737	5
07502 CEDEX	Guilherand-Granges	guilherand-granges	84	07	073	44.9328	4.8737	5
07503 CEDEX	Guilherand-Granges	guilherand-granges	84	07	073	44.9328	4.8737	5
07504 CEDEX	Guilherand-Granges	guilherand-granges	84	07	073	44.9328	4.8737	5
07505 CEDEX	Guilherand-Granges	guilherand-granges	84	07	073	44.9328	4.8737	5
07506 CEDEX	Guilherand-Granges	guilherand-granges	84	07	073	44.9328	4.8737	5
07507 CEDEX	Guilherand-Granges	guilherand-granges	84	07	073	44.9328	4.8737	5
07508 CEDEX	Guilherand-Granges	guilherand-granges	84	07	073	44.9328	4.8737	5
07509 CEDEX	Guilherand-Granges	guilherand-granges	84	07	073	44.9328	4.8737	5
07510	Cros-de-Géorand	cros-de-georand	84	07	071	44.7937	4.1254	5
07510	Issanlas	issanlas	84	07	071	44.7657	4.0123	5
07510	Sainte-Eulalie	sainte-eulalie	84	07	071	44.8111	4.1903	5
07510	Saint-Cirgues-en-Montagne	saint-cirgues-en-montagne	84	07	071	44.7561	4.0915	5
07510	Usclades-et-Rieutord	usclades-et-rieutord	84	07	071	44.7833	4.1667	5
07510	Mazan-l’Abbaye	mazan-l-abbaye	84	07	071	44.7284	4.0891	5
07520	Lalouvesc	lalouvesc	84	07	073	45.121	4.5345	5
07520	Saint-Pierre-sur-Doux	saint-pierre-sur-doux	84	07	073	45.1209	4.4644	5
07520	Lafarre	lafarre	84	07	073	45.0833	4.35	5
07530	Laviolle	laviolle	84	07	071	44.763	4.3363	5
07530	Aizac	aizac	84	07	071	44.7197	4.3363	5
07530	Antraigues-sur-Volane	antraigues-sur-volane	84	07	071	44.7181	4.3582	5
07530	Saint-Joseph-des-Bancs	saint-joseph-des-bancs	84	07	071	44.7367	4.4123	5
07530	Genestelle	genestelle	84	07	071	44.7188	4.393	5
07530	Lachamp-Raphaël	lachamp-raphael	84	07	071	44.8101	4.2891	5
07530	Mézilhac	mezilhac	84	07	071	44.8066	4.3526	5
07560	Le Roux	le-roux	84	07	071	44.724	4.1452	5
07560	Montpezat-sous-Bauzon	montpezat-sous-bauzon	84	07	071	44.7125	4.2081	5
07570	Désaignes	desaignes	84	07	073	44.9954	4.5141	5
07570	Labatie-d’Andaure	labatie-d-andaure	84	07	073	45.0246	4.4944	5
07580	Saint-Jean-le-Centenier	saint-jean-le-centenier	84	07	071	44.5913	4.5343	5
07580	Berzème	berzeme	84	07	071	44.652	4.5635	5
07580	Saint-Gineis-en-Coiron	saint-gineis-en-coiron	84	07	071	44.6326	4.533	5
07580	Saint-Pons	saint-pons	84	07	071	44.5935	4.5779	5
07590	Saint-Laurent-les-Bains	saint-laurent-les-bains	84	07	071	44.6066	3.9702	5
07590	Laval-d’Aurelle	laval-d-aurelle	84	07	071	44.5655	3.9604	5
07590	Borne	borne	84	07	071	44.6148	4.0157	5
07590	Cellier-du-Luc	cellier-du-luc	84	07	071	44.6796	3.9012	5
07590	Saint-Alban-en-Montagne	saint-alban-en-montagne	84	07	071	44.7033	3.9096	5
07590	Saint-Étienne-de-Lugdarès	saint-etienne-de-lugdares	84	07	071	44.651	3.9554	5
07590	Le Plagnal	le-plagnal	84	07	071	44.6997	3.9458	5
07600	Vals-les-Bains	vals-les-bains	84	07	071	44.6639	4.3686	5
07600	Juvinas	juvinas	84	07	071	44.7103	4.3052	5
07600	Asperjoc	asperjoc	84	07	071	44.6972	4.3601	5
07600	Saint-Andéol-de-Vals	saint-andeol-de-vals	84	07	071	44.6904	4.4013	5
07600	Labastide-sur-Bésorgues	labastide-sur-besorgues	84	07	071	44.7333	4.3	5
07610	Sécheras	secheras	84	07	073	45.1302	4.7708	5
07610	Vion	vion	84	07	073	45.113	4.806	5
07610	Lemps	lemps	84	07	073	45.1085	4.7657	5
07630	Cros-de-Géorand	cros-de-georand	84	07	071	44.7937	4.1254	5
07630	Le Béage	le-beage	84	07	071	44.8492	4.1203	5
07660	Issanlas	issanlas	84	07	071	44.7657	4.0123	5
07660	Lespéron	lesperon	84	07	071	44.7302	3.8978	5
07660	Lanarce	lanarce	84	07	071	44.7307	4.0048	5
07660	Lavillatte	lavillatte	84	07	071	44.7431	3.949	5
07690	Saint-André-en-Vivarais	saint-andre-en-vivarais	84	07	073	45.1201	4.4123	5
07690	Villevocance	villevocance	84	07	073	45.2266	4.591	5
07690	Vocance	vocance	84	07	073	45.2003	4.5515	5
07690	Saint-Julien-Vocance	saint-julien-vocance	84	07	073	45.1747	4.5017	5
07690	Monestier	monestier	84	07	073	45.1986	4.5309	5
07690	Vanosc	vanosc	84	07	073	45.2242	4.5491	5
07700	Gras	gras	84	07	072	44.4441	4.5392	5
07700	Saint-Martin-d’Ardèche	saint-martin-d-ardeche	84	07	072	44.3028	4.5706	5
07700	Saint-Marcel-d'Ardèche	saint-marcel-d-ardeche	84	07	072	44.3273	4.6177	5
07700	Bourg-Saint-Andéol	bourg-saint-andeol	84	07	072	44.3757	4.6427	5
07700	Bidon	bidon	84	07	072	44.365	4.5356	5
07700	Saint-Remèze	saint-remeze	84	07	071	44.3934	4.5023	5
07700	Saint-Just-d'Ardèche	saint-just-d-ardeche	84	07	072	44.3	4.6167	5
07790	Saint-Alban-d’Ay	saint-alban-d-ay	84	07	073	45.1882	4.6371	5
07800	Charmes-sur-Rhône	charmes-sur-rhone	84	07	073	44.8639	4.8404	5
07800	Saint-Cierge-la-Serre	saint-cierge-la-serre	84	07	072	44.7933	4.6862	5
07800	Rompon	rompon	84	07	072	44.7749	4.7326	5
07800	Saint-Laurent-du-Pape	saint-laurent-du-pape	84	07	072	44.8243	4.7613	5
07800	La Voulte-sur-Rhône	la-voulte-sur-rhone	84	07	072	44.8007	4.7716	5
07800	Beauchastel	beauchastel	84	07	072	44.8276	4.797	5
07800	Saint-Georges-les-Bains	saint-georges-les-bains	84	07	073	44.8622	4.8076	5
07800	Gilhac-et-Bruzac	gilhac-et-bruzac	84	07	072	44.859	4.7529	5
48250	Laveyrune	laveyrune	84	07	071	44.6316	3.895	5
15000	Naucelles	naucelles	84	15	151	44.9578	2.4189	5
15000	Aurillac	aurillac	84	15	151	44.9214	2.4373	5
15001 CEDEX	Aurillac	aurillac	84	15	151	44.9214	2.4373	5
15002 CEDEX	Aurillac	aurillac	84	15	151	44.9214	2.4373	5
15003 CEDEX	Aurillac	aurillac	84	15	151	44.9214	2.4373	5
15004 CEDEX	Aurillac	aurillac	84	15	151	44.9214	2.4373	5
15005 CEDEX	Aurillac	aurillac	84	15	151	44.9214	2.4373	5
15006 CEDEX	Aurillac	aurillac	84	15	151	44.9214	2.4373	5
15007 CEDEX	Aurillac	aurillac	84	15	151	44.9214	2.4373	5
15008 CEDEX	Aurillac	aurillac	84	15	151	44.9214	2.4373	5
15010 CEDEX	Aurillac	aurillac	84	15	151	44.9214	2.4373	5
15011 CEDEX	Aurillac	aurillac	84	15	151	44.9214	2.4373	5
15012 CEDEX	Aurillac	aurillac	84	15	151	44.9214	2.4373	5
15013 CEDEX	Aurillac	aurillac	84	15	151	44.9214	2.4373	5
15014 CEDEX	Aurillac	aurillac	84	15	151	44.9214	2.4373	5
15015 CEDEX	Aurillac	aurillac	84	15	151	44.9214	2.4373	5
15017 CEDEX	Aurillac	aurillac	84	15	151	44.9214	2.4373	5
15018 CEDEX	Aurillac	aurillac	84	15	151	44.9214	2.4373	5
15019 CEDEX	Aurillac	aurillac	84	15	151	44.9214	2.4373	5
15100	Mentières	mentieres	84	15	153	45.0696	3.1383	5
15100	Andelat	andelat	84	15	153	45.06	3.061	5
15100	Montchamp	montchamp	84	15	153	45.071	3.2028	5
15100	Sériers	seriers	84	15	153	44.9763	3.0384	5
15100	Les Ternes	les-ternes	84	15	153	44.9973	3.0141	5
15100	Soulages	soulages	84	15	153	45.0888	3.274	5
15100	Saint-Flour	saint-flour	84	15	153	45.0333	3.0833	5
15100	Coren	coren	84	15	153	45.0772	3.1069	5
15100	Vabres	vabres	84	15	153	45.0352	3.2086	5
15100	Roffiac	roffiac	84	15	153	45.0524	3.0396	5
15100	Villedieu	villedieu	84	15	153	45.0002	3.0624	5
15100	Védrines-Saint-Loup	vedrines-saint-loup	84	15	153	45.07	3.2822	5
15100	Tiviers	tiviers	84	15	153	45.0603	3.1573	5
15100	Saint-Georges	saint-georges	84	15	153	45.0204	3.1296	5
15100	Anglards-de-Saint-Flour	anglards-de-saint-flour	84	15	153	44.9837	3.1521	5
15100	Alleuze	alleuze	84	15	153	44.95	3.1	5
15100	Tanavelle	tanavelle	84	15	153	45.0229	2.9989	5
15101 CEDEX	Saint-Flour	saint-flour	84	15	153	45.0333	3.0833	5
15102 CEDEX	Saint-Flour	saint-flour	84	15	153	45.0333	3.0833	5
15103 CEDEX	Saint-Flour	saint-flour	84	15	153	45.0333	3.0833	5
15104 CEDEX	Saint-Flour	saint-flour	84	15	153	45.0333	3.0833	5
15105 CEDEX	Saint-Flour	saint-flour	84	15	153	45.0333	3.0833	5
15106 CEDEX	Saint-Flour	saint-flour	84	15	153	45.0333	3.0833	5
15107 CEDEX	Saint-Flour	saint-flour	84	15	153	45.0333	3.0833	5
15109 CEDEX	Saint-Flour	saint-flour	84	15	153	45.0333	3.0833	5
15110	Chaudes-Aigues	chaudes-aigues	84	15	153	44.8534	3.0036	5
15110	Lieutadès	lieutades	84	15	153	44.8405	2.8993	5
15110	Deux-Verges	deux-verges	84	15	153	44.8064	3.0231	5
15110	Maurines	maurines	84	15	153	44.8707	3.0848	5
15110	Espinasse	espinasse	84	15	153	44.8722	2.9423	5
15110	Saint-Rémy-de-Chaudes-Aigues	saint-remy-de-chaudes-aigues	84	15	153	44.7753	3.03	5
15110	Anterrieux	anterrieux	84	15	153	44.8364	3.0449	5
15110	Saint-Urcize	saint-urcize	84	15	153	44.6972	3.0043	5
15110	Fridefont	fridefont	84	15	153	44.901	3.0869	5
15110	Jabrun	jabrun	84	15	153	44.808	2.9613	5
15110	La Trinitat	la-trinitat	84	15	153	44.7494	2.9404	5
15110	Saint-Martial	saint-martial	84	15	153	44.8731	3.0454	5
15120	Junhac	junhac	84	15	151	44.7135	2.4522	5
15120	Ladinhac	ladinhac	84	15	151	44.7572	2.5054	5
15120	Montsalvy	montsalvy	84	15	151	44.7072	2.5006	5
15120	Sansac-Veinazés	sansac-veinazes	84	15	151	44.7417	2.447	5
15120	Lacapelle-del-Fraisse	lacapelle-del-fraisse	84	15	151	44.7667	2.45	5
15120	Vieillevie	vieillevie	84	15	151	44.6448	2.4197	5
15120	Lapeyrugue	lapeyrugue	84	15	151	44.7283	2.5433	5
15120	Labesserette	labesserette	84	15	151	44.7418	2.4609	5
15120	Leucamp	leucamp	84	15	151	44.7778	2.5321	5
15130	Prunet	prunet	84	15	151	44.821	2.4623	5
15130	Sansac-de-Marmiesse	sansac-de-marmiesse	84	15	151	44.8848	2.347	5
15130	Saint-Simon	saint-simon	84	15	151	44.9649	2.4909	5
15130	Cros-de-Ronesque	cros-de-ronesque	84	15	151	44.8722	2.6099	5
15130	Ytrac	ytrac	84	15	151	44.9134	2.363	5
15130	Labrousse	labrousse	84	15	151	44.8565	2.5416	5
15130	Carlat	carlat	84	15	151	44.8891	2.5654	5
15130	Vézac	vezac	84	15	151	44.8929	2.5199	5
15130	Lafeuillade-en-Vézie	lafeuillade-en-vezie	84	15	151	44.7898	2.4618	5
15130	Giou-de-Mamou	giou-de-mamou	84	15	151	44.9325	2.5157	5
15130	Teissières-lès-Bouliès	teissieres-les-boulies	84	15	151	44.8223	2.5431	5
15130	Arpajon-sur-Cère	arpajon-sur-cere	84	15	151	44.9026	2.4581	5
15130	Vezels-Roussy	vezels-roussy	84	15	151	44.8093	2.5857	5
15130	Saint-Étienne-de-Carlat	saint-etienne-de-carlat	84	15	151	44.9048	2.5743	5
15130	Yolet	yolet	84	15	151	44.9264	2.5317	5
15140	Saint-Cirgues-de-Malbert	saint-cirgues-de-malbert	84	15	151	45.0749	2.3703	5
15140	Saint-Paul-de-Salers	saint-paul-de-salers	84	15	152	45.1333	2.5167	5
15140	Saint-Chamant	saint-chamant	84	15	152	45.091	2.4388	5
15140	Salers	salers	84	15	152	45.1333	2.5	5
15140	Besse	besse	84	15	151	45.0954	2.3499	5
15140	Drugeac	drugeac	84	15	152	45.1665	2.3867	5
15140	Saint-Martin-Cantalès	saint-martin-cantales	84	15	152	45.0925	2.3012	5
15140	Fontanges	fontanges	84	15	152	45.1167	2.5167	5
15140	Saint-Projet-de-Salers	saint-projet-de-salers	84	15	152	45.085	2.5282	5
15140	Le Fau	le-fau	84	15	152	45.1021	2.5843	5
15140	Saint-Bonnet-de-Salers	saint-bonnet-de-salers	84	15	152	45.1667	2.4667	5
15140	Sainte-Eulalie	sainte-eulalie	84	15	152	45.1167	2.3833	5
15140	Saint-Martin-Valmeroux	saint-martin-valmeroux	84	15	152	45.1167	2.4167	5
15150	Saint-Étienne-Cantalès	saint-etienne-cantales	84	15	151	44.9468	2.2242	5
15150	Nieudan	nieudan	84	15	151	44.984	2.2428	5
15150	Laroquebrou	laroquebrou	84	15	151	44.9673	2.1939	5
15150	Rouffiac	rouffiac	84	15	151	45.0232	2.1361	5
15150	Saint-Santin-Cantalès	saint-santin-cantales	84	15	151	45.0298	2.258	5
15150	Cros-de-Montvert	cros-de-montvert	84	15	151	45.0533	2.1474	5
15150	Saint-Gérons	saint-gerons	84	15	151	44.9498	2.2164	5
15150	Saint-Victor	saint-victor	84	15	151	45.0102	2.2873	5
15150	Lacapelle-Viescamp	lacapelle-viescamp	84	15	151	44.9219	2.2636	5
15150	Glénat	glenat	84	15	151	44.9021	2.1824	5
15150	Arnac	arnac	84	15	151	45.0587	2.2334	5
15150	Montvert	montvert	84	15	151	44.9945	2.1603	5
15150	Siran	siran	84	15	151	44.9552	2.1269	5
15160	Vernols	vernols	84	15	153	45.225	2.8913	5
15160	Pradiers	pradiers	84	15	153	45.2687	2.9245	5
15160	Landeyrat	landeyrat	84	15	153	45.2729	2.8653	5
15160	Vèze	veze	84	15	153	45.2667	3	5
15160	Allanche	allanche	84	15	153	45.228	2.9346	5
15170	Sainte-Anastasie	sainte-anastasie	84	15	153	45.1723	2.9693	5
15170	Peyrusse	peyrusse	84	15	153	45.2022	3.0277	5
15170	Talizat	talizat	84	15	153	45.1142	3.0467	5
15170	Neussargues-Moissac	neussargues-moissac	84	15	153	45.1326	2.9798	5
15170	Rézentières	rezentieres	84	15	153	45.1341	3.1033	5
15170	Joursac	joursac	84	15	153	45.142	3.0063	5
15170	Chalinargues	chalinargues	84	15	153	45.1549	2.9322	5
15170	Celles	celles	84	15	153	45.1207	2.9601	5
15170	Valjouze	valjouze	84	15	153	45.1629	3.0602	5
15170	Coltines	coltines	84	15	153	45.0924	2.9873	5
15170	Ferrières-Saint-Mary	ferrieres-saint-mary	84	15	153	45.1832	3.0578	5
15190	Saint-Amandin	saint-amandin	84	15	153	45.3426	2.6974	5
15190	Montgreleix	montgreleix	84	15	153	45.3445	2.87	5
15190	Condat	condat	84	15	153	45.3409	2.7579	5
15190	Lugarde	lugarde	84	15	153	45.2881	2.7611	5
15190	Chanterelle	chanterelle	84	15	153	45.3793	2.8142	5
15190	Saint-Saturnin	saint-saturnin	84	15	153	45.2552	2.7941	5
15190	Montboudif	montboudif	84	15	153	45.3721	2.7327	5
15190	Marcenat	marcenat	84	15	153	45.3078	2.8278	5
15190	Saint-Bonnet-de-Condat	saint-bonnet-de-condat	84	15	153	45.28	2.7888	5
15200	Salins	salins	84	15	152	45.2	2.4	5
15200	Chalvignac	chalvignac	84	15	152	45.2407	2.2468	5
15200	Jaleyrac	jaleyrac	84	15	152	45.2647	2.3703	5
15200	Sourniac	sourniac	84	15	152	45.2833	2.35	5
15200	Arches	arches	84	15	152	45.3	2.3333	5
15200	Le Vigean	le-vigean	84	15	152	45.2269	2.3536	5
15200	Méallet	meallet	84	15	152	45.2557	2.4301	5
15200	Mauriac	mauriac	84	15	152	45.2167	2.3333	5
15210	Madic	madic	84	15	152	45.3787	2.458	5
15210	Ydes	ydes	84	15	152	45.3333	2.4667	5
15220	Marcolès	marcoles	84	15	151	44.7818	2.3537	5
15220	Vitrac	vitrac	84	15	151	44.815	2.3146	5
15220	Saint-Antoine	saint-antoine	84	15	151	44.7505	2.337	5
15220	Saint-Mamet-la-Salvetat	saint-mamet-la-salvetat	84	15	151	44.8577	2.3062	5
15220	Roannes-Saint-Mary	roannes-saint-mary	84	15	151	44.8561	2.3923	5
15229 CEDEX	Saint-Mamet-la-Salvetat	saint-mamet-la-salvetat	84	15	151	44.8577	2.3062	5
15230	Brezons	brezons	84	15	153	44.9689	2.8069	5
15230	Pierrefort	pierrefort	84	15	153	44.922	2.839	5
15230	Narnhac	narnhac	84	15	153	44.9286	2.7788	5
15230	Malbo	malbo	84	15	153	44.9733	2.7564	5
15230	Cézens	cezens	84	15	153	44.9838	2.8553	5
15230	Gourdièges	gourdieges	84	15	153	44.9372	2.8817	5
15230	Saint-Martin-sous-Vigouroux	saint-martin-sous-vigouroux	84	15	153	44.923	2.8031	5
15230	Paulhenc	paulhenc	84	15	153	44.8899	2.8175	5
15230	Sainte-Marie	sainte-marie	84	15	153	44.8771	2.8861	5
15230	Lacapelle-Barrès	lacapelle-barres	84	15	153	44.9347	2.723	5
15240	Le Monteil	le-monteil	84	15	152	45.3	2.5167	5
15240	Saignes	saignes	84	15	152	45.3333	2.4833	5
15240	Sauvat	sauvat	84	15	152	45.3167	2.45	5
15240	Bassignac	bassignac	84	15	152	45.3167	2.4167	5
15240	Auzers	auzers	84	15	152	45.2655	2.4605	5
15240	Vebret	vebret	84	15	152	45.3393	2.5208	5
15240	La Monselie	la-monselie	84	15	152	45.3333	2.55	5
15240	Antignac	antignac	84	15	152	45.3667	2.55	5
15250	Reilhac	reilhac	84	15	151	44.9737	2.4186	5
15250	Ayrens	ayrens	84	15	151	44.9845	2.3266	5
15250	Marmanhac	marmanhac	84	15	151	45.0049	2.4833	5
15250	Naucelles	naucelles	84	15	151	44.9578	2.4189	5
15250	Saint-Paul-des-Landes	saint-paul-des-landes	84	15	151	44.9442	2.3142	5
15250	Crandelles	crandelles	84	15	151	44.9586	2.3498	5
15250	Laroquevieille	laroquevieille	84	15	151	45.0167	2.5167	5
15250	Jussac	jussac	84	15	151	44.988	2.4245	5
15250	Teissières-de-Cornet	teissieres-de-cornet	84	15	151	44.9702	2.3552	5
15260	Oradour	oradour	84	15	153	44.919	2.9342	5
15260	Lavastrie	lavastrie	84	15	153	44.9355	3.0438	5
15260	Neuvéglise	neuveglise	84	15	153	44.9279	2.9834	5
15270	Beaulieu	beaulieu	84	15	152	45.457	2.5152	5
15270	Lanobre	lanobre	84	15	152	45.4333	2.5333	5
15270	Trémouille	tremouille	84	15	152	45.3731	2.6764	5
15270	Champs-sur-Tarentaine-Marchal	champs-sur-tarentaine-marchal	84	15	152	45.4	2.5667	5
15290	Cayrols	cayrols	84	15	151	44.8323	2.2339	5
15290	Omps	omps	84	15	151	44.8782	2.2765	5
15290	La Ségalassière	la-segalassiere	84	15	151	44.8919	2.2089	5
15290	Saint-Saury	saint-saury	84	15	151	44.8668	2.1399	5
15290	Pers	pers	84	15	151	44.8869	2.2399	5
15290	Roumégoux	roumegoux	84	15	151	44.8563	2.1989	5
15290	Le Rouget-Pers	le-rouget-pers	84	15	151	44.8544	2.2317	5
15290	Parlan	parlan	84	15	151	44.8285	2.1731	5
15290	Le Rouget	le-rouget	84	15	151	44.8538	2.2328	5
15300	Valuéjols	valuejols	84	15	153	45.0533	2.9327	5
15300	Dienne	dienne	84	15	153	45.1587	2.7864	5
15300	Virargues	virargues	84	15	153	45.125	2.9102	5
15300	La Chapelle-d’Alagnon	la-chapelle-d-alagnon	84	15	153	45.1081	2.8975	5
15300	Murat	murat	84	15	153	45.108	2.8667	5
15300	Chavagnac	chavagnac	84	15	153	45.1532	2.8819	5
15300	Ussel	ussel	84	15	153	45.0799	2.9366	5
15300	Albepierre-Bredons	albepierre-bredons	84	15	153	45.0764	2.8344	5
15300	Ségur-les-Villas	segur-les-villas	84	15	153	45.2256	2.8173	5
15300	Lavigerie	lavigerie	84	15	153	45.1392	2.7485	5
15300	Chastel-sur-Murat	chastel-sur-murat	84	15	153	45.1247	2.8578	5
15300	Laveissenet	laveissenet	84	15	153	45.0819	2.8889	5
15300	Laveissière	laveissiere	84	15	153	45.1163	2.8075	5
15310	Tournemire	tournemire	84	15	151	45.05	2.4167	5
15310	Girgols	girgols	84	15	151	45.0333	2.4167	5
15310	Saint-Illide	saint-illide	84	15	151	45.0622	2.3142	5
15310	Freix-Anglards	freix-anglards	84	15	151	45.0167	2.4	5
15310	Saint-Cernin	saint-cernin	84	15	151	45.0573	2.4223	5
15320	Lorcières	lorcieres	84	15	153	44.9575	3.2739	5
15320	Val d'Arcomie	val-d-arcomie	84	15	153	44.935	3.21	5
15320	Saint-Just	saint-just	84	15	153	44.8909	3.2085	5
15320	Saint-Marc	saint-marc	84	15	153	44.9015	3.1917	5
15320	Ruynes-en-Margeride	ruynes-en-margeride	84	15	153	45	3.2167	5
15320	Faverolles	faverolles	84	15	153	44.9392	3.1474	5
15320	Chaliers	chaliers	84	15	153	44.9568	3.2266	5
15320	Clavières	clavieres	84	15	153	44.9856	3.2768	5
15320	Loubaresse	loubaresse	84	15	153	44.9359	3.2108	5
15340	Sénezergues	senezergues	84	15	151	44.7033	2.413	5
15340	Cassaniouze	cassaniouze	84	15	151	44.6911	2.3831	5
15340	Mourjou	mourjou	84	15	151	44.6914	2.33	5
15340	Calvinet	calvinet	84	15	151	44.7191	2.357	5
15350	Veyrières	veyrieres	84	15	152	45.3333	2.3833	5
15350	Saint-Pierre	saint-pierre	84	15	152	45.3883	2.3883	5
15350	Champagnac	champagnac	84	15	152	45.35	2.4	5
15380	Le Vaulmier	le-vaulmier	84	15	152	45.2	2.5667	5
15380	Moussages	moussages	84	15	152	45.2333	2.4833	5
15380	Le Falgoux	le-falgoux	84	15	152	45.15	2.6167	5
15380	Saint-Vincent-de-Salers	saint-vincent-de-salers	84	15	152	45.2044	2.5341	5
15380	Anglards-de-Salers	anglards-de-salers	84	15	152	45.2167	2.45	5
15400	Saint-Hippolyte	saint-hippolyte	84	15	152	45.2244	2.7069	5
15400	Apchon	apchon	84	15	152	45.2491	2.6936	5
15400	Marchastel	marchastel	84	15	153	45.2831	2.7258	5
15400	Menet	menet	84	15	152	45.3167	2.5833	5
15400	Collandres	collandres	84	15	152	45.2362	2.6575	5
15400	Cheylade	cheylade	84	15	153	45.2093	2.7166	5
15400	Riom-ès-Montagnes	riom-es-montagnes	84	15	152	45.2833	2.6667	5
15400	Saint-Étienne-de-Chomeil	saint-etienne-de-chomeil	84	15	152	45.3667	2.6	5
15400	Le Claux	le-claux	84	15	153	45.1585	2.7047	5
15400	Valette	valette	84	15	152	45.2833	2.6	5
15400	Trizac	trizac	84	15	152	45.2667	2.5333	5
15430	Paulhac	paulhac	84	15	153	45.0072	2.9052	5
15430	Cussac	cussac	84	15	153	44.9832	2.9327	5
15500	Saint-Mary-le-Plain	saint-mary-le-plain	84	15	153	45.1871	3.1622	5
15500	Celoux	celoux	84	15	153	45.1454	3.2642	5
15500	Molompize	molompize	84	15	153	45.2301	3.127	5
15500	Molèdes	moledes	84	15	153	45.2624	3.0398	5
15500	Auriac-l’Église	auriac-l-eglise	84	15	153	45.2645	3.1271	5
15500	Chazelles	chazelles	84	15	153	45.1032	3.3362	5
15500	Vieillespesse	vieillespesse	84	15	153	45.1272	3.1515	5
15500	Rageade	rageade	84	15	153	45.1045	3.2767	5
15500	Saint-Poncy	saint-poncy	84	15	153	45.1647	3.1862	5
15500	La Chapelle-Laurent	la-chapelle-laurent	84	15	153	45.1778	3.243	5
15500	Massiac	massiac	84	15	153	45.2555	3.1976	5
15500	Lastic	lastic	84	15	153	45.1124	3.21	5
15500	Bonnac	bonnac	84	15	153	45.2082	3.1578	5
15500	Charmensac	charmensac	84	15	153	45.2161	3.087	5
15500	Laurie	laurie	84	15	153	45.2762	3.0997	5
15590	Velzic	velzic	84	15	151	45.0006	2.5528	5
15590	Mandailles-Saint-Julien	mandailles-saint-julien	84	15	151	45.0667	2.65	5
15590	Saint-Cirgues-de-Jordanne	saint-cirgues-de-jordanne	84	15	151	45.0282	2.5818	5
15590	Lascelle	lascelle	84	15	151	45.0218	2.5753	5
15600	Saint-Constant-Fournoulès	saint-constant-fournoules	84	15	151	44.6847	2.2314	5
15600	Saint-Constant	saint-constant	84	15	151	44.6851	2.2313	5
15600	Quézac	quezac	84	15	151	44.7478	2.1869	5
15600	Saint-Étienne-de-Maurs	saint-etienne-de-maurs	84	15	151	44.7166	2.2081	5
15600	Fournoulès	fournoules	84	15	151	44.6764	2.2767	5
15600	Maurs	maurs	84	15	151	44.7112	2.1983	5
15600	Saint-Julien-de-Toursac	saint-julien-de-toursac	84	15	151	44.7692	2.2175	5
15600	Montmurat	montmurat	84	15	151	44.6295	2.2019	5
15600	Leynhac	leynhac	84	15	151	44.7401	2.3006	5
15600	Le Trioulou	le-trioulou	84	15	151	44.6687	2.1876	5
15600	Boisset	boisset	84	15	151	44.7824	2.2542	5
15600	Saint-Santin-de-Maurs	saint-santin-de-maurs	84	15	151	44.6511	2.2164	5
15600	Rouziers	rouziers	84	15	151	44.7923	2.2095	5
15700	Pleaux	pleaux	84	15	152	45.1333	2.2333	5
15700	Escorailles	escorailles	84	15	152	45.1667	2.3333	5
15700	Ally	ally	84	15	152	45.1667	2.3167	5
15700	Brageac	brageac	84	15	152	45.2167	2.3	5
15700	Barriac-les-Bosquets	barriac-les-bosquets	84	15	152	45.15	2.2667	5
15700	Chaussenac	chaussenac	84	15	152	45.1833	2.2833	5
15800	Thiézac	thiezac	84	15	151	45.0155	2.6672	5
15800	Saint-Clément	saint-clement	84	15	151	44.9742	2.6607	5
15800	Polminhac	polminhac	84	15	151	44.9522	2.5785	5
15800	Raulhac	raulhac	84	15	151	44.8988	2.6556	5
15800	Vic-sur-Cère	vic-sur-cere	84	15	151	44.9793	2.6249	5
15800	Pailherols	pailherols	84	15	151	44.95	2.6849	5
15800	Saint-Jacques-des-Blats	saint-jacques-des-blats	84	15	151	45.0521	2.7106	5
15800	Jou-sous-Monjou	jou-sous-monjou	84	15	151	44.938	2.6652	5
15800	Badailhac	badailhac	84	15	151	44.9188	2.6248	5
43450	Leyvaux	leyvaux	84	15	153	45.3141	3.0706	5
05700	Villebois-les-Pins	villebois-les-pins	84	26	262	44.3185	5.6093	5
26000	Valence	valence	84	26	263	44.928	4.8951	5
26001 CEDEX	Valence	valence	84	26	263	44.928	4.8951	5
26002 CEDEX	Valence	valence	84	26	263	44.928	4.8951	5
26003 CEDEX	Valence	valence	84	26	263	44.928	4.8951	5
26004 CEDEX	Valence	valence	84	26	263	44.928	4.8951	5
26005 CEDEX	Valence	valence	84	26	263	44.928	4.8951	5
26006 CEDEX	Valence	valence	84	26	263	44.928	4.8951	5
26007 CEDEX	Valence	valence	84	26	263	44.928	4.8951	5
26008 CEDEX	Valence	valence	84	26	263	44.928	4.8951	5
26009 CEDEX	Valence	valence	84	26	263	44.928	4.8951	5
26010 CEDEX	Valence	valence	84	26	263	44.928	4.8951	5
26011 CEDEX	Valence	valence	84	26	263	44.928	4.8951	5
26012 CEDEX	Valence	valence	84	26	263	44.928	4.8951	5
26013 CEDEX	Valence	valence	84	26	263	44.928	4.8951	5
26014 CEDEX	Valence	valence	84	26	263	44.928	4.8951	5
26015 CEDEX	Valence	valence	84	26	263	44.928	4.8951	5
26021 CEDEX	Valence	valence	84	26	263	44.928	4.8951	5
26022 CEDEX 9	Valence	valence	84	26	263	44.928	4.8951	5
26023 CEDEX 9	Valence	valence	84	26	263	44.928	4.8951	5
26024 CEDEX	Valence	valence	84	26	263	44.928	4.8951	5
26025 CEDEX 9	Valence	valence	84	26	263	44.928	4.8951	5
26026 CEDEX 9	Valence	valence	84	26	263	44.928	4.8951	5
26027 CEDEX	Valence	valence	84	26	263	44.928	4.8951	5
26028 CEDEX	Valence	valence	84	26	263	44.928	4.8951	5
26029 CEDEX	Valence	valence	84	26	263	44.928	4.8951	5
26030 CEDEX 9	Valence	valence	84	26	263	44.928	4.8951	5
26031 CEDEX 9	Valence	valence	84	26	263	44.928	4.8951	5
26032 CEDEX	Valence	valence	84	26	263	44.928	4.8951	5
26100	Romans-sur-Isère	romans-sur-isere	84	26	263	45.0464	5.0562	5
26101 CEDEX	Romans-sur-Isère	romans-sur-isere	84	26	263	45.0464	5.0562	5
26102 CEDEX	Romans-sur-Isère	romans-sur-isere	84	26	263	45.0464	5.0562	5
26103 CEDEX	Romans-sur-Isère	romans-sur-isere	84	26	263	45.0464	5.0562	5
26104 CEDEX	Romans-sur-Isère	romans-sur-isere	84	26	263	45.0464	5.0562	5
26105 CEDEX	Romans-sur-Isère	romans-sur-isere	84	26	263	45.0464	5.0562	5
26106 CEDEX	Romans-sur-Isère	romans-sur-isere	84	26	263	45.0464	5.0562	5
26107 CEDEX	Romans-sur-Isère	romans-sur-isere	84	26	263	45.0464	5.0562	5
26108 CEDEX	Romans-sur-Isère	romans-sur-isere	84	26	263	45.0464	5.0562	5
26109 CEDEX	Romans-sur-Isère	romans-sur-isere	84	26	263	45.0464	5.0562	5
26110	Eyroles	eyroles	84	26	262	44.4174	5.2264	5
26110	Mirabel-aux-Baronnies	mirabel-aux-baronnies	84	26	262	44.3113	5.0985	5
26110	Condorcet	condorcet	84	26	262	44.4075	5.1994	5
26110	Bellecombe-Tarendol	bellecombe-tarendol	84	26	262	44.3524	5.3512	5
26110	Saint-Sauveur-Gouvernet	saint-sauveur-gouvernet	84	26	262	44.3333	5.35	5
26110	Châteauneuf-de-Bordette	chateauneuf-de-bordette	84	26	262	44.3358	5.1777	5
26110	Rochebrune	rochebrune	84	26	262	44.3367	5.2454	5
26110	Sainte-Jalle	sainte-jalle	84	26	262	44.3455	5.284	5
26110	Nyons	nyons	84	26	262	44.3667	5.1333	5
26110	Chaudebonne	chaudebonne	84	26	262	44.4666	5.2443	5
26110	Montaulieu	montaulieu	84	26	262	44.3578	5.2239	5
26110	Curnier	curnier	84	26	262	44.3852	5.2337	5
26110	Aubres	aubres	84	26	262	44.378	5.1679	5
26110	Vinsobres	vinsobres	84	26	262	44.3331	5.0621	5
26110	Saint-Maurice-sur-Eygues	saint-maurice-sur-eygues	84	26	262	44.2985	5.0093	5
26110	Les Pilles	les-pilles	84	26	262	44.3795	5.1904	5
26110	Piégon	piegon	84	26	262	44.3023	5.1321	5
26110	Bésignan	besignan	84	26	262	44.3206	5.325	5
26110	Valouse	valouse	84	26	262	44.4629	5.1928	5
26110	Saint-Ferréol-Trente-Pas	saint-ferreol-trente-pas	84	26	262	44.4244	5.215	5
26110	Venterol	venterol	84	26	262	44.389	5.1014	5
26110	Arpavon	arpavon	84	26	262	44.3702	5.2677	5
26110	Le Poët-Sigillat	le-poet-sigillat	84	26	262	44.3688	5.3168	5
26111 CEDEX	Nyons	nyons	84	26	262	44.3667	5.1333	5
26119 CEDEX	Nyons	nyons	84	26	262	44.3667	5.1333	5
26120	Montélier	montelier	84	26	263	44.9373	5.0312	5
26120	Upie	upie	84	26	263	44.8036	4.9778	5
26120	La Baume-Cornillane	la-baume-cornillane	84	26	263	44.8229	5.0395	5
26120	Peyrus	peyrus	84	26	263	44.9136	5.1094	5
26120	Montmeyran	montmeyran	84	26	263	44.8332	4.9747	5
26120	Malissard	malissard	84	26	263	44.902	4.9592	5
26120	Montvendre	montvendre	84	26	263	44.8718	5.0218	5
26120	Chabeuil	chabeuil	84	26	263	44.8996	5.0188	5
26120	Ourches	ourches	84	26	263	44.805	5.0476	5
26120	Châteaudouble	chateaudouble	84	26	263	44.9003	5.0945	5
26120	Combovin	combovin	84	26	263	44.8736	5.0789	5
26120	Barcelonne	barcelonne	84	26	263	44.8687	5.0515	5
26130	Saint-Paul-Trois-Châteaux	saint-paul-trois-chateaux	84	26	262	44.3491	4.7657	5
26130	Clansayes	clansayes	84	26	262	44.3718	4.8061	5
26130	Solérieux	solerieux	84	26	262	44.3485	4.8317	5
26130	Montségur-sur-Lauzon	montsegur-sur-lauzon	84	26	262	44.3613	4.8593	5
26130	Saint-Restitut	saint-restitut	84	26	262	44.3351	4.7915	5
26131 CEDEX	Pierrelatte	pierrelatte	84	26	262	44.3776	4.702	5
26140	Saint-Rambert-d’Albon	saint-rambert-d-albon	84	26	263	45.2925	4.8188	5
26140	Andancette	andancette	84	26	263	45.2424	4.8061	5
26140	Albon	albon	84	26	263	45.2461	4.8493	5
26140	Anneyron	anneyron	84	26	263	45.2726	4.8879	5
26150	Vachères-en-Quint	vacheres-en-quint	84	26	261	44.7903	5.2598	5
26150	Saint-Julien-en-Quint	saint-julien-en-quint	84	26	261	44.8378	5.2922	5
26150	Solaure en Diois	solaure-en-diois	84	26	261	44.7097	5.4014	5
26150	Romeyer	romeyer	84	26	261	44.7795	5.4098	5
26150	Die	die	84	26	261	44.75	5.3667	5
26150	Montmaur-en-Diois	montmaur-en-diois	84	26	261	44.6838	5.3783	5
26150	Aix-en-Diois	aix-en-diois	84	26	261	44.7083	5.4191	5
26150	Sainte-Croix	sainte-croix	84	26	261	44.7682	5.2842	5
26150	Ponet-et-Saint-Auban	ponet-et-saint-auban	84	26	261	44.7865	5.3173	5
26150	Marignac-en-Diois	marignac-en-diois	84	26	261	44.8028	5.3339	5
26150	Chamaloc	chamaloc	84	26	261	44.7989	5.3835	5
26150	Laval-d’Aix	laval-d-aix	84	26	261	44.7136	5.4315	5
26150	Saint-Andéol	saint-andeol	84	26	261	44.8	5.259	5
26150	Molières-Glandaz	molieres-glandaz	84	26	261	44.7258	5.4001	5
26150	Barsac	barsac	84	26	261	44.7306	5.2919	5
26150	Pontaix	pontaix	84	26	261	44.7502	5.2652	5
26160	Le Poët-Laval	le-poet-laval	84	26	262	44.5308	5.0163	5
26160	Rochefort-en-Valdaine	rochefort-en-valdaine	84	26	262	44.5158	4.8608	5
26160	Bonlieu-sur-Roubion	bonlieu-sur-roubion	84	26	262	44.594	4.8824	5
26160	Félines-sur-Rimandoule	felines-sur-rimandoule	84	26	261	44.5842	5.0542	5
26160	Pont-de-Barret	pont-de-barret	84	26	262	44.6015	5.0117	5
26160	Rochebaudin	rochebaudin	84	26	262	44.5803	5.0326	5
26160	La Touche	la-touche	84	26	262	44.5152	4.8867	5
26160	Saint-Gervais-sur-Roubion	saint-gervais-sur-roubion	84	26	262	44.5822	4.8899	5
26160	Salettes	salettes	84	26	262	44.5663	4.9664	5
26160	Souspierre	souspierre	84	26	262	44.5416	4.9604	5
26160	La Bâtie-Rolland	la-batie-rolland	84	26	262	44.5536	4.8626	5
26160	Portes-en-Valdaine	portes-en-valdaine	84	26	262	44.5287	4.9115	5
26160	Manas	manas	84	26	262	44.5991	4.9844	5
26160	Eyzahut	eyzahut	84	26	262	44.5659	5.0116	5
26160	La Bégude-de-Mazenc	la-begude-de-mazenc	84	26	262	44.5457	4.9361	5
26160	Puygiron	puygiron	84	26	262	44.5422	4.8495	5
26170	La Rochette-du-Buis	la-rochette-du-buis	84	26	262	44.2684	5.4173	5
26170	Mérindol-les-Oliviers	merindol-les-oliviers	84	26	262	44.2722	5.1569	5
26170	La Penne-sur-l’Ouvèze	la-penne-sur-l-ouveze	84	26	262	44.259	5.2234	5
26170	Pierrelongue	pierrelongue	84	26	262	44.2451	5.2154	5
26170	La Roche-sur-le-Buis	la-roche-sur-le-buis	84	26	262	44.2762	5.3132	5
26170	Montguers	montguers	84	26	262	44.2851	5.4582	5
26170	Mollans-sur-Ouvèze	mollans-sur-ouveze	84	26	262	44.2343	5.1877	5
26170	Propiac	propiac	84	26	262	44.279	5.1977	5
26170	Vercoiran	vercoiran	84	26	262	44.3024	5.3401	5
26170	Plaisians	plaisians	84	26	262	44.2296	5.3159	5
26170	Rioms	rioms	84	26	262	44.2667	5.45	5
26170	Saint-Auban-sur-l’Ouvèze	saint-auban-sur-l-ouveze	84	26	262	44.2887	5.4164	5
26170	Sainte-Euphémie-sur-Ouvèze	sainte-euphemie-sur-ouveze	84	26	262	44.2995	5.3785	5
26170	Bénivay-Ollon	benivay-ollon	84	26	262	44.2994	5.1862	5
26170	Beauvoisin	beauvoisin	84	26	262	44.3008	5.2103	5
26170	Montauban-sur-l’Ouvèze	montauban-sur-l-ouveze	84	26	262	44.2726	5.5198	5
26170	Eygaliers	eygaliers	84	26	262	44.2392	5.2784	5
26170	Le Poët-en-Percip	le-poet-en-percip	84	26	262	44.253	5.3857	5
26170	Buis-les-Baronnies	buis-les-baronnies	84	26	262	44.2737	5.2722	5
26190	La Motte-Fanjas	la-motte-fanjas	84	26	261	45.0498	5.2735	5
26190	Saint-Laurent-en-Royans	saint-laurent-en-royans	84	26	261	45.0291	5.3278	5
26190	Saint-Jean-en-Royans	saint-jean-en-royans	84	26	261	45.0169	5.2945	5
26190	Échevis	echevis	84	26	261	45.0167	5.3833	5
26190	Saint-Thomas-en-Royans	saint-thomas-en-royans	84	26	261	45.051	5.2939	5
26190	Rochechinard	rochechinard	84	26	261	45.0314	5.2515	5
26190	Le Chaffal	le-chaffal	84	26	261	44.8616	5.1803	5
26190	Bouvante	bouvante	84	26	261	44.9667	5.2833	5
26190	Léoncel	leoncel	84	26	261	44.9107	5.1935	5
26190	Saint-Nazaire-en-Royans	saint-nazaire-en-royans	84	26	261	45.0603	5.2497	5
26190	Sainte-Eulalie-en-Royans	sainte-eulalie-en-royans	84	26	261	45.05	5.35	5
26190	Saint-Martin-le-Colonel	saint-martin-le-colonel	84	26	261	44.9861	5.272	5
26190	Oriol-en-Royans	oriol-en-royans	84	26	261	44.9981	5.2732	5
26199 CEDEX	Saint-Jean-en-Royans	saint-jean-en-royans	84	26	261	45.0169	5.2945	5
26200	Montélimar	montelimar	84	26	262	44.5584	4.7509	5
26200	Ancône	ancone	84	26	262	44.5816	4.7271	5
26201 CEDEX	Montélimar	montelimar	84	26	262	44.5584	4.7509	5
26202 CEDEX	Montélimar	montelimar	84	26	262	44.5584	4.7509	5
26203 CEDEX	Montélimar	montelimar	84	26	262	44.5584	4.7509	5
26204 CEDEX	Montélimar	montelimar	84	26	262	44.5584	4.7509	5
26205 CEDEX	Montélimar	montelimar	84	26	262	44.5584	4.7509	5
26206 CEDEX	Montélimar	montelimar	84	26	262	44.5584	4.7509	5
26207 CEDEX	Montélimar	montelimar	84	26	262	44.5584	4.7509	5
26208 CEDEX	Montélimar	montelimar	84	26	262	44.5584	4.7509	5
26209 CEDEX	Montélimar	montelimar	84	26	262	44.5584	4.7509	5
26210	Lens-Lestang	lens-lestang	84	26	263	45.2918	5.0423	5
26210	Épinouze	epinouze	84	26	263	45.3091	4.9338	5
26210	Lapeyrouse-Mornay	lapeyrouse-mornay	84	26	263	45.3231	4.993	5
26210	Manthes	manthes	84	26	263	45.3033	5.0086	5
26210	Moras-en-Valloire	moras-en-valloire	84	26	263	45.2905	4.9928	5
26210	Saint-Sorlin-en-Valloire	saint-sorlin-en-valloire	84	26	263	45.2899	4.9521	5
26215 CEDEX	Montélimar	montelimar	84	26	262	44.5584	4.7509	5
26216 CEDEX	Montélimar	montelimar	84	26	262	44.5584	4.7509	5
26220	Teyssières	teyssieres	84	26	262	44.462	5.1466	5
26220	Comps	comps	84	26	262	44.5333	5.1167	5
26220	Orcinas	orcinas	84	26	262	44.5514	5.1351	5
26220	Vesc	vesc	84	26	262	44.522	5.1522	5
26220	Montjoux	montjoux	84	26	262	44.5018	5.0973	5
26220	Dieulefit	dieulefit	84	26	262	44.5234	5.0643	5
26230	Montjoyer	montjoyer	84	26	262	44.4764	4.8513	5
26230	Chantemerle-lès-Grignan	chantemerle-les-grignan	84	26	262	44.4031	4.8351	5
26230	Chamaret	chamaret	84	26	262	44.3977	4.8832	5
26230	Roussas	roussas	84	26	262	44.4317	4.8016	5
26230	Réauville	reauville	84	26	262	44.4447	4.8446	5
26230	Valaurie	valaurie	84	26	262	44.425	4.813	5
26230	Grignan	grignan	84	26	262	44.4198	4.9083	5
26230	Colonzelle	colonzelle	84	26	262	44.3931	4.9008	5
26240	Saint-Vallier	saint-vallier	84	26	263	45.1759	4.8151	5
26240	Claveyson	claveyson	84	26	263	45.1812	4.9315	5
26240	Beausemblant	beausemblant	84	26	263	45.2178	4.8285	5
26240	Mureils	mureils	84	26	263	45.2094	4.93	5
26240	Ponsas	ponsas	84	26	263	45.1589	4.8368	5
26240	Saint-Barthélemy-de-Vals	saint-barthelemy-de-vals	84	26	263	45.1673	4.8698	5
26240	La Motte-de-Galaure	la-motte-de-galaure	84	26	263	45.1969	4.9048	5
26240	Saint-Uze	saint-uze	84	26	263	45.185	4.8656	5
26240	Fay-le-Clos	fay-le-clos	84	26	263	45.2141	4.9064	5
26240	Laveyron	laveyron	84	26	263	45.2105	4.8196	5
26241 CEDEX	Saint-Vallier	saint-vallier	84	26	263	45.1759	4.8151	5
26242 CEDEX	Saint-Vallier	saint-vallier	84	26	263	45.1759	4.8151	5
26243 CEDEX	Saint-Vallier	saint-vallier	84	26	263	45.1759	4.8151	5
26244 CEDEX	Saint-Vallier	saint-vallier	84	26	263	45.1759	4.8151	5
26249 CEDEX	Saint-Vallier	saint-vallier	84	26	263	45.1759	4.8151	5
26250	Livron-sur-Drôme	livron-sur-drome	84	26	261	44.7731	4.8471	5
26260	Saint-Donat-sur-l’Herbasse	saint-donat-sur-l-herbasse	84	26	263	45.1198	4.9843	5
26260	Clérieux	clerieux	84	26	263	45.0772	4.9594	5
26260	Marsaz	marsaz	84	26	263	45.117	4.9436	5
26260	Chavannes	chavannes	84	26	263	45.0833	4.85	5
26260	Bathernay	bathernay	84	26	263	45.1807	4.9966	5
26260	Arthémonay	arthemonay	84	26	263	45.1425	5.0553	5
26260	Bren	bren	84	26	263	45.135	4.9496	5
26260	Margès	marges	84	26	263	45.1465	5.0361	5
26260	Saint-Bardoux	saint-bardoux	84	26	263	45.0863	4.9735	5
26260	Charmes-sur-l’Herbasse	charmes-sur-l-herbasse	84	26	263	45.1489	5.0169	5
26270	Mirmande	mirmande	84	26	261	44.6989	4.8349	5
26270	Cliousclat	cliousclat	84	26	261	44.7167	4.8337	5
26270	Loriol-sur-Drôme	loriol-sur-drome	84	26	261	44.7521	4.8255	5
26270	Saulce-sur-Rhône	saulce-sur-rhone	84	26	262	44.7028	4.8017	5
26290	Donzère	donzere	84	26	262	44.4409	4.7118	5
26290	Les Granges-Gontardes	les-granges-gontardes	84	26	262	44.4168	4.7642	5
26300	Chatuzange-le-Goubet	chatuzange-le-goubet	84	26	263	45.0014	5.087	5
26300	Rochefort-Samson	rochefort-samson	84	26	263	44.9738	5.1516	5
26300	Marches	marches	84	26	263	44.9762	5.1098	5
26300	Saint-Vincent-la-Commanderie	saint-vincent-la-commanderie	84	26	263	44.9387	5.1167	5
26300	Jaillans	jaillans	84	26	263	45.0287	5.1759	5
26300	Bésayes	besayes	84	26	263	44.9663	5.0786	5
26300	Charpey	charpey	84	26	263	44.9389	5.0925	5
26300	Alixan	alixan	84	26	263	44.9748	5.0264	5
26300	Bourg-de-Péage	bourg-de-peage	84	26	263	45.0282	5.0716	5
26300	Barbières	barbieres	84	26	263	44.9558	5.1421	5
26300	Beauregard-Baret	beauregard-baret	84	26	263	44.9975	5.1859	5
26300	Châteauneuf-sur-Isère	chateauneuf-sur-isere	84	26	263	45.0167	4.9333	5
26301 CEDEX	Bourg-de-Péage	bourg-de-peage	84	26	263	45.0282	5.0716	5
26302 CEDEX	Bourg-de-Péage	bourg-de-peage	84	26	263	45.0282	5.0716	5
26303 CEDEX	Bourg-de-Péage	bourg-de-peage	84	26	263	45.0282	5.0716	5
26304 CEDEX	Bourg-de-Péage	bourg-de-peage	84	26	263	45.0282	5.0716	5
26309 CEDEX	Bourg-de-Péage	bourg-de-peage	84	26	263	45.0282	5.0716	5
26310	Beaumont-en-Diois	beaumont-en-diois	84	26	261	44.5693	5.4766	5
26310	Les Prés	les-pres	84	26	261	44.5274	5.5791	5
26310	Jonchères	joncheres	84	26	261	44.5718	5.4053	5
26310	Poyols	poyols	84	26	261	44.6	5.4197	5
26310	Luc-en-Diois	luc-en-diois	84	26	261	44.6157	5.452	5
26310	Miscon	miscon	84	26	261	44.6294	5.5249	5
26310	Charens	charens	84	26	261	44.548	5.505	5
26310	Recoubeau-Jansac	recoubeau-jansac	84	26	261	44.655	5.4149	5
26310	Barnave	barnave	84	26	261	44.6594	5.3687	5
26310	Saint-Dizier-en-Diois	saint-dizier-en-diois	84	26	261	44.5156	5.4779	5
26310	Montlaur-en-Diois	montlaur-en-diois	84	26	261	44.6348	5.4281	5
26310	Valdrôme	valdrome	84	26	261	44.5042	5.5717	5
26310	Lesches-en-Diois	lesches-en-diois	84	26	261	44.5975	5.5285	5
26310	La Bâtie-des-Fonds	la-batie-des-fonds	84	26	261	44.5147	5.6386	5
26310	Beaurières	beaurieres	84	26	261	44.5708	5.5594	5
26310	Val-Maravel	val-maravel	84	26	261	44.5833	5.5667	5
26320	Saint-Marcel-lès-Valence	saint-marcel-les-valence	84	26	263	44.9725	4.9601	5
26330	Saint-Avit	saint-avit	84	26	263	45.1971	4.9695	5
26330	Ratières	ratieres	84	26	263	45.1817	4.9671	5
26330	Saint-Martin-d’Août	saint-martin-d-aout	84	26	263	45.2202	4.9839	5
26330	Châteauneuf-de-Galaure	chateauneuf-de-galaure	84	26	263	45.231	4.9568	5
26340	Véronne	veronne	84	26	261	44.75	5.2167	5
26340	Aurel	aurel	84	26	261	44.6966	5.2998	5
26340	Aubenasson	aubenasson	84	26	261	44.6833	5.15	5
26340	Saint-Benoit-en-Diois	saint-benoit-en-diois	84	26	261	44.6667	5.2833	5
26340	La Chaudière	la-chaudiere	84	26	261	44.6324	5.2157	5
26340	Saillans	saillans	84	26	261	44.7016	5.1981	5
26340	Espenel	espenel	84	26	261	44.684	5.2338	5
26340	Saint-Nazaire-le-Désert	saint-nazaire-le-desert	84	26	261	44.5699	5.2746	5
26340	Rimon-et-Savel	rimon-et-savel	84	26	261	44.6649	5.3093	5
26340	Rochefourchat	rochefourchat	84	26	261	44.5972	5.2446	5
26340	Pennes-le-Sec	pennes-le-sec	84	26	261	44.6333	5.3167	5
26340	Chalancon	chalancon	84	26	261	44.5167	5.35	5
26340	Chastel-Arnaud	chastel-arnaud	84	26	261	44.6667	5.2	5
26340	Pradelle	pradelle	84	26	261	44.6081	5.292	5
26340	Saint-Sauveur-en-Diois	saint-sauveur-en-diois	84	26	261	44.6801	5.1568	5
26340	Aucelon	aucelon	84	26	261	44.6244	5.3452	5
26340	Brette	brette	84	26	261	44.5858	5.3191	5
26340	Vercheny	vercheny	84	26	261	44.7167	5.25	5
26350	Saint-Bonnet-de-Valclérieux	saint-bonnet-de-valclerieux	84	26	263	45.1955	5.1434	5
26350	Le Chalon	le-chalon	84	26	263	45.1536	5.0863	5
26350	Montchenu	montchenu	84	26	263	45.1964	5.0319	5
26350	Saint-Christophe-et-le-Laris	saint-christophe-et-le-laris	84	26	263	45.2205	5.0763	5
26350	Miribel	miribel	84	26	263	45.1997	5.1111	5
26350	Crépol	crepol	84	26	263	45.1751	5.0704	5
26350	Montrigaud	montrigaud	84	26	263	45.2198	5.1329	5
26350	Saint-Laurent-d’Onay	saint-laurent-d-onay	84	26	263	45.1827	5.1017	5
26380	Peyrins	peyrins	84	26	263	45.0924	5.0477	5
26390	Tersanne	tersanne	84	26	263	45.2261	5.0164	5
26390	Hauterives	hauterives	84	26	263	45.2562	5.0257	5
26400	Eurre	eurre	84	26	261	44.7609	4.991	5
26400	Chabrillan	chabrillan	84	26	261	44.7239	4.9409	5
26400	Crest	crest	84	26	261	44.7284	5.0272	5
26400	Soyans	soyans	84	26	261	44.6286	5.0209	5
26400	La Répara-Auriples	la-repara-auriples	84	26	261	44.6667	5	5
26400	Mirabel-et-Blacons	mirabel-et-blacons	84	26	261	44.7132	5.1075	5
26400	Francillon-sur-Roubion	francillon-sur-roubion	84	26	261	44.6234	5.0858	5
26400	Vaunaveys-la-Rochette	vaunaveys-la-rochette	84	26	261	44.7667	5.0333	5
26400	La Roche-sur-Grane	la-roche-sur-grane	84	26	261	44.6828	4.9409	5
26400	Eygluy-Escoulin	eygluy-escoulin	84	26	261	44.7894	5.1956	5
26400	Divajeu	divajeu	84	26	261	44.7037	5.0166	5
26400	Allex	allex	84	26	261	44.7645	4.9176	5
26400	Piégros-la-Clastre	piegros-la-clastre	84	26	261	44.6807	5.099	5
26400	Cobonne	cobonne	84	26	261	44.7667	5.0833	5
26400	Autichamp	autichamp	84	26	261	44.6824	4.9641	5
26400	Beaufort-sur-Gervanne	beaufort-sur-gervanne	84	26	261	44.7781	5.1443	5
26400	Montclar-sur-Gervanne	montclar-sur-gervanne	84	26	261	44.747	5.1434	5
26400	Suze	suze	84	26	261	44.7669	5.1077	5
26400	Gigors-et-Lozeron	gigors-et-lozeron	84	26	261	44.8015	5.1405	5
26400	Saou	saou	84	26	261	44.6464	5.0643	5
26400	Omblèze	ombleze	84	26	261	44.8636	5.2189	5
26400	Grane	grane	84	26	261	44.7333	4.9167	5
26400	Aouste-sur-Sye	aouste-sur-sye	84	26	261	44.717	5.0552	5
26400	Plan-de-Baix	plan-de-baix	84	26	261	44.8137	5.1646	5
26401 CEDEX	Crest	crest	84	26	261	44.7284	5.0272	5
26402 CEDEX	Crest	crest	84	26	261	44.7284	5.0272	5
26409 CEDEX	Crest	crest	84	26	261	44.7284	5.0272	5
26410	Châtillon-en-Diois	chatillon-en-diois	84	26	261	44.6944	5.4844	5
26410	Treschenu-Creyers	treschenu-creyers	84	26	261	44.7318	5.5412	5
26410	Menglon	menglon	84	26	261	44.6641	5.4624	5
26410	Boulc	boulc	84	26	261	44.6479	5.5675	5
26410	Saint-Roman	saint-roman	84	26	261	44.6916	5.4333	5
26410	Glandage	glandage	84	26	261	44.6886	5.598	5
26420	Vassieux-en-Vercors	vassieux-en-vercors	84	26	261	44.8946	5.3716	5
26420	Saint-Martin-en-Vercors	saint-martin-en-vercors	84	26	261	45.0231	5.4428	5
26420	La Chapelle-en-Vercors	la-chapelle-en-vercors	84	26	261	44.9683	5.4167	5
26420	Saint-Julien-en-Vercors	saint-julien-en-vercors	84	26	261	45.05	5.4488	5
26420	Saint-Agnan-en-Vercors	saint-agnan-en-vercors	84	26	261	44.9361	5.4326	5
26450	Charols	charols	84	26	262	44.5927	4.951	5
26450	Cléon-d’Andran	cleon-d-andran	84	26	262	44.6108	4.9366	5
26450	Roynac	roynac	84	26	262	44.6426	4.9403	5
26450	Puy-Saint-Martin	puy-saint-martin	84	26	261	44.6277	4.9719	5
26460	Truinas	truinas	84	26	262	44.5767	5.0888	5
26460	Mornans	mornans	84	26	261	44.6186	5.1391	5
26460	Crupies	crupies	84	26	262	44.5539	5.1722	5
26460	Bézaudun-sur-Bîne	bezaudun-sur-bine	84	26	262	44.6076	5.1798	5
26460	Bouvières	bouvieres	84	26	262	44.5164	5.2161	5
26460	Les Tonils	les-tonils	84	26	262	44.582	5.1985	5
26460	Le Poët-Célard	le-poet-celard	84	26	261	44.6022	5.1028	5
26460	Bourdeaux	bourdeaux	84	26	262	44.5866	5.1355	5
26470	Chalancon	chalancon	84	26	261	44.5167	5.35	5
26470	La Motte-Chalancon	la-motte-chalancon	84	26	261	44.4833	5.3833	5
26470	Establet	establet	84	26	261	44.5063	5.4382	5
26470	Rottier	rottier	84	26	261	44.482	5.4173	5
26470	Gumiane	gumiane	84	26	261	44.5107	5.2749	5
26470	Pommerol	pommerol	84	26	262	44.4465	5.453	5
26470	Volvent	volvent	84	26	261	44.5614	5.344	5
26470	Bellegarde-en-Diois	bellegarde-en-diois	84	26	261	44.5383	5.4278	5
26470	Arnayon	arnayon	84	26	261	44.4975	5.3129	5
26470	La Charce	la-charce	84	26	262	44.4706	5.4514	5
26500	Bourg-lès-Valence	bourg-les-valence	84	26	263	44.956	4.9102	5
26501 CEDEX	Bourg-lès-Valence	bourg-les-valence	84	26	263	44.956	4.9102	5
26502 CEDEX	Bourg-lès-Valence	bourg-les-valence	84	26	263	44.956	4.9102	5
26503 CEDEX	Bourg-lès-Valence	bourg-les-valence	84	26	263	44.956	4.9102	5
26504 CEDEX	Bourg-lès-Valence	bourg-les-valence	84	26	263	44.956	4.9102	5
26509 CEDEX	Bourg-lès-Valence	bourg-les-valence	84	26	263	44.956	4.9102	5
26510	Montferrand-la-Fare	montferrand-la-fare	84	26	262	44.35	5.45	5
26510	Cornillac	cornillac	84	26	262	44.4439	5.3868	5
26510	Pelonne	pelonne	84	26	262	44.3832	5.3923	5
26510	Sahune	sahune	84	26	262	44.4151	5.2661	5
26510	Saint-May	saint-may	84	26	262	44.427	5.3186	5
26510	Roussieux	roussieux	84	26	262	44.3333	5.4733	5
26510	Verclause	verclause	84	26	262	44.3799	5.428	5
26510	Cornillon-sur-l’Oule	cornillon-sur-l-oule	84	26	262	44.4587	5.3677	5
26510	Rémuzat	remuzat	84	26	262	44.4147	5.3566	5
26510	Montréal-les-Sources	montreal-les-sources	84	26	262	44.402	5.3003	5
26510	Chauvac-Laux-Montaux	chauvac-laux-montaux	84	26	262	44.3167	5.5167	5
26510	Villeperdrix	villeperdrix	84	26	262	44.4428	5.2875	5
26510	Lemps	lemps	84	26	262	44.3515	5.4186	5
26530	Le Grand-Serre	le-grand-serre	84	26	263	45.2667	5.1	5
26540	Mours-Saint-Eusèbe	mours-saint-eusebe	84	26	263	45.0683	5.0575	5
26560	Montfroc	montfroc	84	26	262	44.175	5.6382	5
26560	Eygalayes	eygalayes	84	26	262	44.2397	5.6076	5
26560	Vers-sur-Méouge	vers-sur-meouge	84	26	262	44.2356	5.5371	5
26560	Mévouillon	mevouillon	84	26	262	44.2327	5.4978	5
26560	Ballons	ballons	84	26	262	44.2556	5.6438	5
26560	Izon-la-Bruisse	izon-la-bruisse	84	26	262	44.256	5.5936	5
26560	Séderon	sederon	84	26	262	44.2045	5.5368	5
26560	Villefranche-le-Château	villefranche-le-chateau	84	26	262	44.221	5.5218	5
26560	Lachau	lachau	84	26	262	44.2322	5.6374	5
26560	Laborel	laborel	84	26	262	44.293	5.5964	5
26570	Ferrassières	ferrassieres	84	26	262	44.1358	5.4777	5
26570	Montbrun-les-Bains	montbrun-les-bains	84	26	262	44.1743	5.4421	5
26570	Aulan	aulan	84	26	262	44.2221	5.4279	5
26570	Barret-de-Lioure	barret-de-lioure	84	26	262	44.1861	5.4935	5
26570	Reilhanette	reilhanette	84	26	262	44.1689	5.4203	5
26600	La Roche-de-Glun	la-roche-de-glun	84	26	263	45.0134	4.8449	5
26600	Tain-l’Hermitage	tain-l-hermitage	84	26	263	45.0722	4.8371	5
26600	Larnage	larnage	84	26	263	45.0974	4.8669	5
26600	Gervans	gervans	84	26	263	45.1066	4.8322	5
26600	Chantemerle-les-Blés	chantemerle-les-bles	84	26	263	45.1106	4.8985	5
26600	Érôme	erome	84	26	263	45.1215	4.8185	5
26600	Granges-les-Beaumont	granges-les-beaumont	84	26	263	45.0333	5	5
26600	Mercurol-Veaunes	mercurol-veaunes	84	26	263	45.0744	4.8928	5
26600	Serves-sur-Rhône	serves-sur-rhone	84	26	263	45.1387	4.8175	5
26600	Crozes-Hermitage	crozes-hermitage	84	26	263	45.091	4.8455	5
26600	Pont-de-l’Isère	pont-de-l-isere	84	26	263	45.0031	4.8692	5
26600	Chanos-Curson	chanos-curson	84	26	263	45.0606	4.9238	5
26600	Beaumont-Monteux	beaumont-monteux	84	26	263	45.0194	4.9225	5
26600	Veaunes	veaunes	84	26	263	45.082	4.9215	5
26601 CEDEX	Tain-l’Hermitage	tain-l-hermitage	84	26	263	45.0722	4.8371	5
26602 CEDEX	Tain-l’Hermitage	tain-l-hermitage	84	26	263	45.0722	4.8371	5
26603 CEDEX	Tain-l’Hermitage	tain-l-hermitage	84	26	263	45.0722	4.8371	5
26609 CEDEX	Tain-l’Hermitage	tain-l-hermitage	84	26	263	45.0722	4.8371	5
26620	Lus-la-Croix-Haute	lus-la-croix-haute	84	26	261	44.6656	5.7058	5
26700	La Garde-Adhémar	la-garde-adhemar	84	26	262	44.3955	4.7578	5
26700	Pierrelatte	pierrelatte	84	26	262	44.3776	4.702	5
26701 CEDEX	Pierrelatte	pierrelatte	84	26	262	44.3776	4.702	5
26702 CEDEX	Pierrelatte	pierrelatte	84	26	262	44.3776	4.702	5
26709 CEDEX	Pierrelatte	pierrelatte	84	26	262	44.3776	4.702	5
26730	Eymeux	eymeux	84	26	263	45.0787	5.1799	5
26730	La Baume-d’Hostun	la-baume-d-hostun	84	26	263	45.0562	5.2289	5
26730	Hostun	hostun	84	26	263	45.0333	5.2	5
26740	Montboucher-sur-Jabron	montboucher-sur-jabron	84	26	262	44.5504	4.8024	5
26740	La Laupie	la-laupie	84	26	262	44.605	4.847	5
26740	La Coucourde	la-coucourde	84	26	262	44.6521	4.7858	5
26740	Condillac	condillac	84	26	262	44.6393	4.8122	5
26740	Marsanne	marsanne	84	26	262	44.6437	4.8739	5
26740	Sauzet	sauzet	84	26	262	44.6029	4.8179	5
26740	Les Tourrettes	les-tourrettes	84	26	262	44.6613	4.7931	5
26740	Saint-Marcel-lès-Sauzet	saint-marcel-les-sauzet	84	26	262	44.595	4.8062	5
26740	Savasse	savasse	84	26	262	44.6023	4.7793	5
26750	Geyssans	geyssans	84	26	263	45.1226	5.0955	5
26750	Génissieux	genissieux	84	26	263	45.0843	5.0834	5
26750	Parnans	parnans	84	26	263	45.1106	5.1467	5
26750	Saint-Michel-sur-Savasse	saint-michel-sur-savasse	84	26	263	45.1469	5.1241	5
26750	Châtillon-Saint-Jean	chatillon-saint-jean	84	26	263	45.0867	5.1288	5
26750	Saint-Paul-lès-Romans	saint-paul-les-romans	84	26	263	45.0695	5.1357	5
26750	Triors	triors	84	26	263	45.0964	5.1158	5
26750	Montmiral	montmiral	84	26	263	45.1541	5.1482	5
26760	Montéléger	monteleger	84	26	263	44.8552	4.9318	5
26760	Beaumont-lès-Valence	beaumont-les-valence	84	26	263	44.8633	4.9457	5
26761 CEDEX	Beaumont-lès-Valence	beaumont-les-valence	84	26	263	44.8633	4.9457	5
26770	Salles-sous-Bois	salles-sous-bois	84	26	262	44.4521	4.9361	5
26770	Montbrison-sur-Lez	montbrison-sur-lez	84	26	262	44.4415	5.0237	5
26770	Roche-Saint-Secret-Béconne	roche-saint-secret-beconne	84	26	262	44.4833	5.0333	5
26770	Taulignan	taulignan	84	26	262	44.4443	4.9797	5
26770	Aleyrac	aleyrac	84	26	262	44.4992	4.9383	5
26770	Saint-Pantaléon-les-Vignes	saint-pantaleon-les-vignes	84	26	262	44.3994	5.0419	5
26770	Rousset-les-Vignes	rousset-les-vignes	84	26	262	44.4192	5.0612	5
26770	Le Pègue	le-pegue	84	26	262	44.4299	5.0483	5
26780	Espeluche	espeluche	84	26	262	44.5168	4.8207	5
26780	Châteauneuf-du-Rhône	chateauneuf-du-rhone	84	26	262	44.4878	4.7176	5
26780	Allan	allan	84	26	262	44.4986	4.7875	5
26780	Malataverne	malataverne	84	26	262	44.4873	4.7521	5
26790	Suze-la-Rousse	suze-la-rousse	84	26	262	44.2879	4.8435	5
26790	La Baume-de-Transit	la-baume-de-transit	84	26	262	44.3378	4.866	5
26790	Rochegude	rochegude	84	26	262	44.2486	4.8292	5
26790	Bouchet	bouchet	84	26	262	44.3004	4.873	5
26790	Tulette	tulette	84	26	262	44.2853	4.9296	5
26800	Ambonil	ambonil	84	26	263	44.795	4.9084	5
26800	Étoile-sur-Rhône	etoile-sur-rhone	84	26	263	44.8381	4.8916	5
26800	Portes-lès-Valence	portes-les-valence	84	26	263	44.8737	4.881	5
26800	Beauvallon	beauvallon	84	26	263	44.8566	4.9116	5
26800	Montoison	montoison	84	26	261	44.7969	4.9419	5
26801 CEDEX	Portes-lès-Valence	portes-les-valence	84	26	263	44.8737	4.881	5
26802 CEDEX	Portes-lès-Valence	portes-les-valence	84	26	263	44.8737	4.881	5
26809 CEDEX	Portes-lès-Valence	portes-les-valence	84	26	263	44.8737	4.881	5
26901 CEDEX 9	Valence	valence	84	26	263	44.928	4.8951	5
26902 CEDEX 9	Valence	valence	84	26	263	44.928	4.8951	5
26903 CEDEX 9	Valence	valence	84	26	263	44.928	4.8951	5
26904 CEDEX 9	Valence	valence	84	26	263	44.928	4.8951	5
26905 CEDEX 9	Valence	valence	84	26	263	44.928	4.8951	5
26906 CEDEX 9	Valence	valence	84	26	263	44.928	4.8951	5
26907 CEDEX 9	Valence	valence	84	26	263	44.928	4.8951	5
26909 CEDEX 9	Valence	valence	84	26	263	44.928	4.8951	5
26950 CEDEX 9	Valence	valence	84	26	263	44.928	4.8951	5
26951 CEDEX 9	Valence	valence	84	26	263	44.928	4.8951	5
26952 CEDEX 9	Valence	valence	84	26	263	44.928	4.8951	5
26953 CEDEX 9	Valence	valence	84	26	263	44.928	4.8951	5
26954 CEDEX 9	Valence	valence	84	26	263	44.928	4.8951	5
26955 CEDEX 9	Valence	valence	84	26	263	44.928	4.8951	5
26956 CEDEX 9	Valence	valence	84	26	263	44.928	4.8951	5
26958 CEDEX 9	Valence	valence	84	26	263	44.928	4.8951	5
38000	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38001 CEDEX 1	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38002 CEDEX 1	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38003 CEDEX 1	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38004 CEDEX 1	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38005 CEDEX 1	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38006 CEDEX 1	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38007 CEDEX 1	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38008 CEDEX 1	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38009 CEDEX 1	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38010 CEDEX 1	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38011 CEDEX 1	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38012 CEDEX 1	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38013 CEDEX 1	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38014 CEDEX 1	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38015 CEDEX 1	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38016 CEDEX 1	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38017 CEDEX 1	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38018 CEDEX 1	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38019 CEDEX 1	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38021 CEDEX 1	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38022 CEDEX 1	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38023 CEDEX 1	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38024 CEDEX 1	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38025 CEDEX 1	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38026 CEDEX 1	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38027 CEDEX 1	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38028 CEDEX 1	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38029 CEDEX 2	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38030 CEDEX 2	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38031 CEDEX 1	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38032 CEDEX 1	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38033 CEDEX 2	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38034 CEDEX 2	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38035 CEDEX 2	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38036 CEDEX 2	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38037 CEDEX 2	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38039 CEDEX 1	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38040 CEDEX 9	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38041 CEDEX 9	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38042 CEDEX 9	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38043 CEDEX 9	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38044 CEDEX 9	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38045 CEDEX 9	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38046 CEDEX 9	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38047 CEDEX 2	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38048 CEDEX 1	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38049 CEDEX 9	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38050 CEDEX 9	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38051 CEDEX 9	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38052 CEDEX 9	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38053 CEDEX 9	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38054 CEDEX 9	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38056 CEDEX 9	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38058 CEDEX 9	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38059 CEDEX 2	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38061 CEDEX 1	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38063 CEDEX 1	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38065 CEDEX 2	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38066 CEDEX 2	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38067 CEDEX 2	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38069 CEDEX 2	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38070	Saint-Quentin-Fallavier	saint-quentin-fallavier	84	38	382	45.6305	5.1092	5
38074 CEDEX	Saint-Quentin-Fallavier	saint-quentin-fallavier	84	38	382	45.6305	5.1092	5
38077 CEDEX	Saint-Quentin-Fallavier	saint-quentin-fallavier	84	38	382	45.6305	5.1092	5
38080	Saint-Alban-de-Roche	saint-alban-de-roche	84	38	382	45.5953	5.223	5
38080	Saint-Marcel-Bel-Accueil	saint-marcel-bel-accueil	84	38	382	45.6479	5.2366	5
38080	Four	four	84	38	382	45.587	5.195	5
38080	L’Isle-d’Abeau	l-isle-d-abeau	84	38	382	45.6181	5.2355	5
38081 CEDEX	L’Isle-d’Abeau	l-isle-d-abeau	84	38	382	45.6181	5.2355	5
38089 CEDEX	L’Isle-d’Abeau	l-isle-d-abeau	84	38	382	45.6181	5.2355	5
38090	Villefontaine	villefontaine	84	38	382	45.6125	5.1456	5
38090	Bonnefamille	bonnefamille	84	38	382	45.5959	5.1303	5
38090	Roche	roche	84	38	382	45.5871	5.1596	5
38090	Vaulx-Milieu	vaulx-milieu	84	38	382	45.6123	5.181	5
38091 CEDEX	Villefontaine	villefontaine	84	38	382	45.6125	5.1456	5
38092 CEDEX	Villefontaine	villefontaine	84	38	382	45.6125	5.1456	5
38093 CEDEX	Villefontaine	villefontaine	84	38	382	45.6125	5.1456	5
38096 CEDEX	Villefontaine	villefontaine	84	38	382	45.6125	5.1456	5
38097 CEDEX	Villefontaine	villefontaine	84	38	382	45.6125	5.1456	5
38098 CEDEX	Villefontaine	villefontaine	84	38	382	45.6125	5.1456	5
38099 CEDEX	Villefontaine	villefontaine	84	38	382	45.6125	5.1456	5
38100	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38110	La Tour-du-Pin	la-tour-du-pin	84	38	382	45.5667	5.45	5
38110	Saint-Didier-de-la-Tour	saint-didier-de-la-tour	84	38	382	45.5555	5.4831	5
38110	Saint-Clair-de-la-Tour	saint-clair-de-la-tour	84	38	382	45.5734	5.4833	5
38110	Saint-Victor-de-Cessieu	saint-victor-de-cessieu	84	38	382	45.55	5.4	5
38110	La Chapelle-de-la-Tour	la-chapelle-de-la-tour	84	38	382	45.5842	5.4661	5
38110	Cessieu	cessieu	84	38	382	45.5658	5.377	5
38110	Dolomieu	dolomieu	84	38	382	45.6133	5.5002	5
38110	Montagnieu	montagnieu	84	38	382	45.5244	5.4532	5
38110	Sainte-Blandine	sainte-blandine	84	38	382	45.5464	5.442	5
38110	Rochetoirin	rochetoirin	84	38	382	45.5804	5.4201	5
38110	Faverges-de-la-Tour	faverges-de-la-tour	84	38	382	45.591	5.5226	5
38110	Saint-Jean-de-Soudain	saint-jean-de-soudain	84	38	382	45.5709	5.4303	5
38110	La Bâtie-Montgascon	la-batie-montgascon	84	38	382	45.5781	5.5302	5
38112	Autrans-Méaudre en Vercors	autrans-meaudre-en-vercors	84	38	381	45.1269	5.5269	5
38112	Méaudre	meaudre	84	38	381	45.127	5.5271	5
38113	Veurey-Voroize	veurey-voroize	84	38	381	45.2731	5.6132	5
38114	Villard-Reculas	villard-reculas	84	38	381	45.0932	6.0325	5
38114	Vaujany	vaujany	84	38	381	45.1592	6.0798	5
38114	Oz	oz	84	38	381	45.1407	6.0524	5
38114	Allemond	allemond	84	38	381	45.1333	6.0333	5
38118	Hières-sur-Amby	hieres-sur-amby	84	38	382	45.7978	5.2947	5
38118	Saint-Baudille-de-la-Tour	saint-baudille-de-la-tour	84	38	382	45.7899	5.3368	5
38119	Pierre-Châtel	pierre-chatel	84	38	381	44.9565	5.7773	5
38119	Saint-Théoffrey	saint-theoffrey	84	38	381	44.9835	5.7724	5
38119	Villard-Saint-Christophe	villard-saint-christophe	84	38	381	44.9788	5.8057	5
38120	Mont-Saint-Martin	mont-saint-martin	84	38	381	45.271	5.6782	5
38120	Fontanil-Cornillon	fontanil-cornillon	84	38	381	45.2481	5.6643	5
38120	Saint-Égrève	saint-egreve	84	38	381	45.2333	5.6833	5
38120	Proveysieux	proveysieux	84	38	381	45.2627	5.6989	5
38121	Reventin-Vaugris	reventin-vaugris	84	38	383	45.4638	4.8377	5
38121	Chonas-l’Amballan	chonas-l-amballan	84	38	383	45.4616	4.8129	5
38122	Saint-Julien-de-l’Herms	saint-julien-de-l-herms	84	38	383	45.4336	5.0957	5
38122	Monsteroux-Milieu	monsteroux-milieu	84	38	383	45.4333	4.95	5
38122	Cour-et-Buis	cour-et-buis	84	38	383	45.4401	5.0028	5
38122	Chalon	chalon	84	38	383	45.4491	4.9402	5
38122	Montseveroux	montseveroux	84	38	383	45.4286	4.9712	5
38130	Échirolles	echirolles	84	38	381	45.1439	5.7288	5
38134	Saint-Julien-de-Raz	saint-julien-de-raz	84	38	381	45.35	5.6667	5
38134	Saint-Joseph-de-Rivière	saint-joseph-de-riviere	84	38	381	45.3757	5.6977	5
38138	Les Côtes-d'Arey	les-cotes-d-arey	84	38	383	45.4564	4.8666	5
38140	Saint-Paul-d’Izeaux	saint-paul-d-izeaux	84	38	383	45.317	5.4305	5
38140	Izeaux	izeaux	84	38	381	45.3351	5.4251	5
38140	Rives	rives	84	38	381	45.355	5.4993	5
38140	Réaumont	reaumont	84	38	381	45.3671	5.5228	5
38140	Charnècles	charnecles	84	38	381	45.3447	5.5259	5
38140	Beaucroissant	beaucroissant	84	38	381	45.3423	5.4694	5
38140	Saint-Blaise-du-Buis	saint-blaise-du-buis	84	38	381	45.3761	5.5179	5
38140	Apprieu	apprieu	84	38	382	45.3992	5.4963	5
38140	La Murette	la-murette	84	38	381	45.381	5.5403	5
38140	Renage	renage	84	38	381	45.3353	5.4853	5
38142	Besse	besse	84	38	381	45.0714	6.1698	5
38142	Le Freney-d’Oisans	le-freney-d-oisans	84	38	381	45.0333	6.1167	5
38142	Auris	auris	84	38	381	45.0459	6.0865	5
38142	Clavans-en-Haut-Oisans	clavans-en-haut-oisans	84	38	381	45.0705	6.1504	5
38142	Mizoën	mizoen	84	38	381	45.0532	6.1446	5
38144	Notre-Dame-de-Vaulx	notre-dame-de-vaulx	84	38	381	44.9833	5.75	5
38146 CEDEX	Rives	rives	84	38	381	45.355	5.4993	5
38147 CEDEX	Rives	rives	84	38	381	45.355	5.4993	5
38148 CEDEX	Rives	rives	84	38	381	45.355	5.4993	5
38150	Vernioz	vernioz	84	38	383	45.4268	4.8819	5
38150	Agnin	agnin	84	38	383	45.3443	4.8579	5
38150	Assieu	assieu	84	38	383	45.4066	4.8668	5
38150	Bougé-Chambalud	bouge-chambalud	84	38	383	45.3319	4.9034	5
38150	Salaise-sur-Sanne	salaise-sur-sanne	84	38	383	45.3423	4.8183	5
38150	Chanas	chanas	84	38	383	45.3188	4.8185	5
38150	Saint-Romain-de-Surieu	saint-romain-de-surieu	84	38	383	45.3853	4.8827	5
38150	Anjou	anjou	84	38	383	45.3483	4.8863	5
38150	Ville-sous-Anjou	ville-sous-anjou	84	38	383	45.3719	4.8511	5
38150	La Chapelle-de-Surieu	la-chapelle-de-surieu	84	38	383	45.3909	4.9083	5
38150	Sonnay	sonnay	84	38	383	45.3557	4.9064	5
38150	Roussillon	roussillon	84	38	383	45.373	4.8072	5
38152 CEDEX	Roussillon	roussillon	84	38	383	45.373	4.8072	5
38153 CEDEX	Roussillon	roussillon	84	38	383	45.373	4.8072	5
38154 CEDEX	Roussillon	roussillon	84	38	383	45.373	4.8072	5
38159 CEDEX	Roussillon	roussillon	84	38	383	45.373	4.8072	5
38160	Chevrières	chevrieres	84	38	381	45.1884	5.2905	5
38160	Saint-Pierre-de-Chérennes	saint-pierre-de-cherennes	84	38	381	45.1217	5.3639	5
38160	Saint-Sauveur	saint-sauveur	84	38	381	45.1533	5.3528	5
38160	Bessins	bessins	84	38	381	45.2023	5.2648	5
38160	Saint-Appolinard	saint-appolinard	84	38	381	45.1891	5.2622	5
38160	Saint-Marcellin	saint-marcellin	84	38	381	45.1519	5.3239	5
38160	Saint-Romans	saint-romans	84	38	381	45.1151	5.3275	5
38160	Montagne	montagne	84	38	381	45.142	5.1927	5
38160	Saint-Antoine-l'Abbaye	saint-antoine-l-abbaye	84	38	381	45.1667	5.2167	5
38160	Murinais	murinais	84	38	381	45.2135	5.3142	5
38160	Dionay	dionay	84	38	381	45.2036	5.2205	5
38160	Chatte	chatte	84	38	381	45.1431	5.2844	5
38160	Izeron	izeron	84	38	381	45.1472	5.3768	5
38160	Beauvoir-en-Royans	beauvoir-en-royans	84	38	381	45.1167	5.3333	5
38160	Saint-Vérand	saint-verand	84	38	381	45.1728	5.3319	5
38161 CEDEX	Saint-Marcellin	saint-marcellin	84	38	381	45.1519	5.3239	5
38162 CEDEX	Saint-Marcellin	saint-marcellin	84	38	381	45.1519	5.3239	5
38163 CEDEX	Saint-Marcellin	saint-marcellin	84	38	381	45.1519	5.3239	5
38164 CEDEX	Saint-Marcellin	saint-marcellin	84	38	381	45.1519	5.3239	5
38165 CEDEX	Saint-Marcellin	saint-marcellin	84	38	381	45.1519	5.3239	5
38169 CEDEX	Saint-Marcellin	saint-marcellin	84	38	381	45.1519	5.3239	5
38170	Seyssinet-Pariset	seyssinet-pariset	84	38	381	45.1768	5.6939	5
38171 CEDEX	Seyssinet-Pariset	seyssinet-pariset	84	38	381	45.1768	5.6939	5
38172 CEDEX	Seyssinet-Pariset	seyssinet-pariset	84	38	381	45.1768	5.6939	5
38173 CEDEX	Seyssinet-Pariset	seyssinet-pariset	84	38	381	45.1768	5.6939	5
38174 CEDEX	Seyssinet-Pariset	seyssinet-pariset	84	38	381	45.1768	5.6939	5
38176 CEDEX	Seyssinet-Pariset	seyssinet-pariset	84	38	381	45.1768	5.6939	5
38179 CEDEX	Seyssinet-Pariset	seyssinet-pariset	84	38	381	45.1768	5.6939	5
38180	Seyssins	seyssins	84	38	381	45.1551	5.6792	5
38190	Sainte-Agnès	sainte-agnes	84	38	381	45.2361	5.9253	5
38190	Froges	froges	84	38	381	45.2736	5.9216	5
38190	Brignoud	brignoud	84	38	381	45.2582	5.9084	5
38190	Les Adrets	les-adrets	84	38	381	45.2718	5.9656	5
38190	La Combe-de-Lancey	la-combe-de-lancey	84	38	381	45.2267	5.903	5
38190	Laval	laval	84	38	381	45.2531	5.9316	5
38190	Bernin	bernin	84	38	381	45.2714	5.8652	5
38190	Saint-Mury-Monteymond	saint-mury-monteymond	84	38	381	45.2258	5.9253	5
38190	Villard-Bonnot	villard-bonnot	84	38	381	45.24	5.8902	5
38190	Le Champ-près-Froges	le-champ-pres-froges	84	38	381	45.2811	5.9397	5
38191 CEDEX	Brignoud	brignoud	84	38	381	45.2582	5.9084	5
38196 CEDEX	Brignoud	brignoud	84	38	381	45.2582	5.9084	5
38197 CEDEX	Brignoud	brignoud	84	38	381	45.2582	5.9084	5
38200	Villette-de-Vienne	villette-de-vienne	84	38	383	45.5891	4.914	5
38200	Jardin	jardin	84	38	383	45.4962	4.9064	5
38200	Saint-Sorlin-de-Vienne	saint-sorlin-de-vienne	84	38	383	45.4667	4.9333	5
38200	Chuzelles	chuzelles	84	38	383	45.5848	4.878	5
38200	Serpaize	serpaize	84	38	383	45.5571	4.9206	5
38200	Luzinay	luzinay	84	38	383	45.589	4.9583	5
38200	Vienne	vienne	84	38	383	45.5167	4.8667	5
38200	Seyssuel	seyssuel	84	38	383	45.5601	4.8532	5
38201 CEDEX	Vienne	vienne	84	38	383	45.5167	4.8667	5
38202 CEDEX	Vienne	vienne	84	38	383	45.5167	4.8667	5
38203 CEDEX	Vienne	vienne	84	38	383	45.5167	4.8667	5
38204 CEDEX	Vienne	vienne	84	38	383	45.5167	4.8667	5
38205 CEDEX	Vienne	vienne	84	38	383	45.5167	4.8667	5
38206 CEDEX	Vienne	vienne	84	38	383	45.5167	4.8667	5
38207 CEDEX	Vienne	vienne	84	38	383	45.5167	4.8667	5
38208 CEDEX	Vienne	vienne	84	38	383	45.5167	4.8667	5
38209 CEDEX	Vienne	vienne	84	38	383	45.5167	4.8667	5
38210	Saint-Quentin-sur-Isère	saint-quentin-sur-isere	84	38	381	45.2788	5.5422	5
38210	Poliénas	polienas	84	38	381	45.2495	5.4722	5
38210	La Rivière	la-riviere	84	38	381	45.2359	5.508	5
38210	Morette	morette	84	38	381	45.2827	5.4536	5
38210	Montaud	montaud	84	38	381	45.2588	5.5622	5
38210	Vourey	vourey	84	38	381	45.3196	5.5203	5
38210	Cras	cras	84	38	381	45.2673	5.45	5
38210	Tullins	tullins	84	38	381	45.2986	5.4861	5
38211 CEDEX	Vienne	vienne	84	38	383	45.5167	4.8667	5
38216 CEDEX	Vienne	vienne	84	38	383	45.5167	4.8667	5
38217 CEDEX	Vienne	vienne	84	38	383	45.5167	4.8667	5
38218 CEDEX	Vienne	vienne	84	38	383	45.5167	4.8667	5
38219 CEDEX	Vienne	vienne	84	38	383	45.5167	4.8667	5
38220	Livet-et-Gavet	livet-et-gavet	84	38	381	45.1078	5.9333	5
38220	Séchilienne	sechilienne	84	38	381	45.0543	5.8356	5
38220	Saint-Pierre-de-Mésage	saint-pierre-de-mesage	84	38	381	45.0465	5.7906	5
38220	Vizille	vizille	84	38	381	45.0782	5.7707	5
38220	Cholonge	cholonge	84	38	381	45.0044	5.7969	5
38220	Montchaboud	montchaboud	84	38	381	45.0957	5.7622	5
38220	Notre-Dame-de-Mésage	notre-dame-de-mesage	84	38	381	45.0624	5.7588	5
38220	Saint-Barthélemy-de-Séchilienne	saint-barthelemy-de-sechilienne	84	38	381	45.0442	5.8262	5
38220	Laffrey	laffrey	84	38	381	45.0258	5.7733	5
38220	Saint-Jean-de-Vaulx	saint-jean-de-vaulx	84	38	381	45.0167	5.75	5
38230	Tignieu-Jameyzieu	tignieu-jameyzieu	84	38	382	45.7356	5.1805	5
38230	Charvieu-Chavagneux	charvieu-chavagneux	84	38	382	45.75	5.15	5
38230	Chavanoz	chavanoz	84	38	382	45.7764	5.1703	5
38230	Pont-de-Chéruy	pont-de-cheruy	84	38	382	45.7517	5.1849	5
38231 CEDEX	Pont-de-Chéruy	pont-de-cheruy	84	38	382	45.7517	5.1849	5
38232 CEDEX	Pont-de-Chéruy	pont-de-cheruy	84	38	382	45.7517	5.1849	5
38236 CEDEX	Pont-de-Chéruy	pont-de-cheruy	84	38	382	45.7517	5.1849	5
38240	Meylan	meylan	84	38	381	45.2199	5.7901	5
38241 CEDEX	Meylan	meylan	84	38	381	45.2199	5.7901	5
38242 CEDEX	Meylan	meylan	84	38	381	45.2199	5.7901	5
38243 CEDEX	Meylan	meylan	84	38	381	45.2199	5.7901	5
38244 CEDEX	Meylan	meylan	84	38	381	45.2199	5.7901	5
38246 CEDEX	Meylan	meylan	84	38	381	45.2199	5.7901	5
38249 CEDEX	Meylan	meylan	84	38	381	45.2199	5.7901	5
38250	Villard-de-Lans	villard-de-lans	84	38	381	45.0707	5.5528	5
38250	Saint-Nizier-du-Moucherotte	saint-nizier-du-moucherotte	84	38	381	45.1706	5.6301	5
38250	Lans-en-Vercors	lans-en-vercors	84	38	381	45.1279	5.5857	5
38250	Corrençon-en-Vercors	correncon-en-vercors	84	38	381	45.0296	5.5246	5
38256 CEDEX 9	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38260	Balbins	balbins	84	38	383	45.3945	5.2326	5
38260	Nantoin	nantoin	84	38	383	45.4333	5.2667	5
38260	Pommier-de-Beaurepaire	pommier-de-beaurepaire	84	38	383	45.4003	5.1193	5
38260	Marcilloles	marcilloles	84	38	383	45.3419	5.1819	5
38260	Sardieu	sardieu	84	38	383	45.3699	5.2099	5
38260	Faramans	faramans	84	38	383	45.3916	5.1662	5
38260	Thodure	thodure	84	38	383	45.3166	5.1686	5
38260	La Côte-Saint-André	la-cote-saint-andre	84	38	383	45.3936	5.2606	5
38260	Bossieu	bossieu	84	38	383	45.4167	5.1465	5
38260	Commelle	commelle	84	38	383	45.4262	5.2274	5
38260	Semons	semons	84	38	383	45.4334	5.197	5
38260	Saint-Hilaire-de-la-Côte	saint-hilaire-de-la-cote	84	38	383	45.391	5.3229	5
38260	Pajay	pajay	84	38	383	45.365	5.1436	5
38260	Arzay	arzay	84	38	383	45.4257	5.1665	5
38260	Gillonnay	gillonnay	84	38	383	45.3937	5.2959	5
38260	Penol	penol	84	38	383	45.3907	5.193	5
38260	Champier	champier	84	38	383	45.4564	5.2922	5
38260	Mottier	mottier	84	38	383	45.4194	5.3158	5
38260	Ornacieux	ornacieux	84	38	383	45.3993	5.2142	5
38260	La Frette	la-frette	84	38	383	45.3909	5.3591	5
38261 CEDEX	La Côte-Saint-André	la-cote-saint-andre	84	38	383	45.3936	5.2606	5
38269 CEDEX	La Côte-Saint-André	la-cote-saint-andre	84	38	383	45.3936	5.2606	5
38270	Bellegarde-Poussieu	bellegarde-poussieu	84	38	383	45.3757	4.9525	5
38270	Pact	pact	84	38	383	45.353	4.9925	5
38270	Primarette	primarette	84	38	383	45.401	5.0291	5
38270	Pisieu	pisieu	84	38	383	45.3872	5.0603	5
38270	Beaurepaire	beaurepaire	84	38	383	45.3367	5.0552	5
38270	Saint-Barthélemy	saint-barthelemy	84	38	383	44.9998	5.6294	5
38270	Lentiol	lentiol	84	38	383	45.2991	5.1134	5
38270	Moissieu-sur-Dolon	moissieu-sur-dolon	84	38	383	45.3859	4.987	5
38270	Revel-Tourdan	revel-tourdan	84	38	383	45.3843	5.0397	5
38270	Jarcieu	jarcieu	84	38	383	45.3347	4.9463	5
38270	Beaufort	beaufort	84	38	383	45.3293	5.1271	5
38270	Marcollin	marcollin	84	38	383	45.3045	5.0822	5
38280	Villette-d’Anthon	villette-d-anthon	84	38	382	45.7896	5.1118	5
38280	Janneyrias	janneyrias	84	38	382	45.7535	5.1103	5
38280	Anthon	anthon	84	38	382	45.7902	5.1665	5
38290	Satolas-et-Bonce	satolas-et-bonce	84	38	382	45.693	5.131	5
38290	La Verpillière	la-verpilliere	84	38	382	45.6365	5.1415	5
38290	Frontonas	frontonas	84	38	382	45.6478	5.1834	5
38291 CEDEX	Saint-Quentin-Fallavier	saint-quentin-fallavier	84	38	382	45.6305	5.1092	5
38292 CEDEX	La Verpillière	la-verpilliere	84	38	382	45.6365	5.1415	5
38293 CEDEX	Saint-Quentin-Fallavier	saint-quentin-fallavier	84	38	382	45.6305	5.1092	5
38295 CEDEX	Saint-Quentin-Fallavier	saint-quentin-fallavier	84	38	382	45.6305	5.1092	5
38296 CEDEX	Saint-Quentin-Fallavier	saint-quentin-fallavier	84	38	382	45.6305	5.1092	5
38297 CEDEX	Saint-Quentin-Fallavier	saint-quentin-fallavier	84	38	382	45.6305	5.1092	5
38299 CEDEX	Saint-Quentin-Fallavier	saint-quentin-fallavier	84	38	382	45.6305	5.1092	5
38300	Eclose-Badinières	eclose-badinieres	84	38	382	45.4986	5.2994	5
38300	Domarin	domarin	84	38	382	45.5856	5.2431	5
38300	Tramolé	tramole	84	38	383	45.5181	5.2668	5
38300	Chèzeneuve	chezeneuve	84	38	382	45.5667	5.2167	5
38300	Sérézin-de-la-Tour	serezin-de-la-tour	84	38	382	45.5572	5.3431	5
38300	Châteauvilain	chateauvilain	84	38	382	45.5183	5.3292	5
38300	Badinières	badinieres	84	38	382	45.5098	5.3021	5
38300	Saint-Agnin-sur-Bion	saint-agnin-sur-bion	84	38	383	45.5402	5.2432	5
38300	Les Éparres	les-eparres	84	38	382	45.5332	5.2919	5
38300	Ruy	ruy	84	38	382	45.5877	5.3189	5
38300	Crachier	crachier	84	38	382	45.5492	5.2266	5
38300	Succieu	succieu	84	38	382	45.5268	5.3382	5
38300	Eclose	eclose	84	38	382	45.5	5.3	5
38300	Culin	culin	84	38	383	45.5245	5.2528	5
38300	Nivolas-Vermelle	nivolas-vermelle	84	38	382	45.5552	5.3068	5
38300	Meyrié	meyrie	84	38	382	45.5593	5.286	5
38300	Bourgoin-Jallieu	bourgoin-jallieu	84	38	382	45.5861	5.2736	5
38300	Saint-Savin	saint-savin	84	38	382	45.6277	5.3072	5
38300	Maubec	maubec	84	38	382	45.5675	5.2643	5
38301 CEDEX	Bourgoin-Jallieu	bourgoin-jallieu	84	38	382	45.5861	5.2736	5
38302 CEDEX	Bourgoin-Jallieu	bourgoin-jallieu	84	38	382	45.5861	5.2736	5
38303 CEDEX	Bourgoin-Jallieu	bourgoin-jallieu	84	38	382	45.5861	5.2736	5
38304 CEDEX	Bourgoin-Jallieu	bourgoin-jallieu	84	38	382	45.5861	5.2736	5
38305 CEDEX	Bourgoin-Jallieu	bourgoin-jallieu	84	38	382	45.5861	5.2736	5
38307 CEDEX	Bourgoin-Jallieu	bourgoin-jallieu	84	38	382	45.5861	5.2736	5
38309 CEDEX	Bourgoin-Jallieu	bourgoin-jallieu	84	38	382	45.5861	5.2736	5
38311 CEDEX	Bourgoin-Jallieu	bourgoin-jallieu	84	38	382	45.5861	5.2736	5
38312 CEDEX	Bourgoin-Jallieu	bourgoin-jallieu	84	38	382	45.5861	5.2736	5
38313 CEDEX	Bourgoin-Jallieu	bourgoin-jallieu	84	38	382	45.5861	5.2736	5
38314 CEDEX	Bourgoin-Jallieu	bourgoin-jallieu	84	38	382	45.5861	5.2736	5
38315 CEDEX	Bourgoin-Jallieu	bourgoin-jallieu	84	38	382	45.5861	5.2736	5
38317 CEDEX	Bourgoin-Jallieu	bourgoin-jallieu	84	38	382	45.5861	5.2736	5
38319 CEDEX	Bourgoin-Jallieu	bourgoin-jallieu	84	38	382	45.5861	5.2736	5
38320	Poisat	poisat	84	38	381	45.1586	5.7619	5
38320	Brié-et-Angonnes	brie-et-angonnes	84	38	381	45.1242	5.7837	5
38320	Eybens	eybens	84	38	381	45.1487	5.7493	5
38320	Bresson	bresson	84	38	381	45.1365	5.7502	5
38320	Herbeys	herbeys	84	38	381	45.1374	5.7959	5
38321 CEDEX	Eybens	eybens	84	38	381	45.1487	5.7493	5
38322 CEDEX	Eybens	eybens	84	38	381	45.1487	5.7493	5
38326 CEDEX	Eybens	eybens	84	38	381	45.1487	5.7493	5
38327 CEDEX	Eybens	eybens	84	38	381	45.1487	5.7493	5
38329 CEDEX	Eybens	eybens	84	38	381	45.1487	5.7493	5
38330	Saint-Ismier	saint-ismier	84	38	381	45.2471	5.8286	5
38330	Saint-Nazaire-les-Eymes	saint-nazaire-les-eymes	84	38	381	45.2492	5.8525	5
38330	Biviers	biviers	84	38	381	45.2333	5.8	5
38330	Montbonnot-Saint-Martin	montbonnot-saint-martin	84	38	381	45.2224	5.8035	5
38331 CEDEX	Saint-Ismier	saint-ismier	84	38	381	45.2471	5.8286	5
38332 CEDEX	Saint-Ismier	saint-ismier	84	38	381	45.2471	5.8286	5
38333 CEDEX	Saint-Ismier	saint-ismier	84	38	381	45.2471	5.8286	5
38334 CEDEX	Saint-Ismier	saint-ismier	84	38	381	45.2471	5.8286	5
38340	Pommiers-la-Placette	pommiers-la-placette	84	38	381	45.3187	5.6565	5
38340	Voreppe	voreppe	84	38	381	45.2948	5.6332	5
38341 CEDEX	Voreppe	voreppe	84	38	381	45.2948	5.6332	5
38342 CEDEX	Voreppe	voreppe	84	38	381	45.2948	5.6332	5
38343 CEDEX	Voreppe	voreppe	84	38	381	45.2948	5.6332	5
38345 CEDEX	Moirans	moirans	84	38	381	45.3283	5.5534	5
38346 CEDEX	Moirans	moirans	84	38	381	45.3283	5.5534	5
38347 CEDEX	Moirans	moirans	84	38	381	45.3283	5.5534	5
38349 CEDEX	Moirans	moirans	84	38	381	45.3283	5.5534	5
38350	La Valette	la-valette	84	38	381	44.9333	5.85	5
38350	La Mure	la-mure	84	38	381	44.9026	5.7866	5
38350	Oris-en-Rattier	oris-en-rattier	84	38	381	44.9209	5.8706	5
38350	Lavaldens	lavaldens	84	38	381	44.9826	5.8876	5
38350	Prunières	prunieres	84	38	381	44.8931	5.7649	5
38350	Saint-Honoré	saint-honore	84	38	381	44.9426	5.8164	5
38350	Cognet	cognet	84	38	381	44.8814	5.7779	5
38350	Sousville	sousville	84	38	381	44.9136	5.8076	5
38350	La Salle-en-Beaumont	la-salle-en-beaumont	84	38	381	44.8641	5.8638	5
38350	Saint-Pierre-de-Méaroz	saint-pierre-de-mearoz	84	38	381	44.8752	5.8241	5
38350	Saint-Michel-en-Beaumont	saint-michel-en-beaumont	84	38	381	44.8677	5.8998	5
38350	Siévoz	sievoz	84	38	381	44.9029	5.8387	5
38350	Marcieu	marcieu	84	38	381	44.9146	5.6892	5
38350	Nantes-en-Ratier	nantes-en-ratier	84	38	381	44.9333	5.8167	5
38350	Susville	susville	84	38	381	44.9154	5.7806	5
38350	Saint-Laurent-en-Beaumont	saint-laurent-en-beaumont	84	38	381	44.8789	5.8498	5
38350	Mayres-Savel	mayres-savel	84	38	381	44.8667	5.7167	5
38350	Saint-Arey	saint-arey	84	38	381	44.872	5.734	5
38350	La Morte	la-morte	84	38	381	45.0272	5.8621	5
38350	Ponsonnas	ponsonnas	84	38	381	44.8891	5.7968	5
38351 CEDEX	La Tour-du-Pin	la-tour-du-pin	84	38	382	45.5667	5.45	5
38352 CEDEX	La Tour-du-Pin	la-tour-du-pin	84	38	382	45.5667	5.45	5
38353 CEDEX	La Tour-du-Pin	la-tour-du-pin	84	38	382	45.5667	5.45	5
38354 CEDEX	La Tour-du-Pin	la-tour-du-pin	84	38	382	45.5667	5.45	5
38356 CEDEX	La Tour-du-Pin	la-tour-du-pin	84	38	382	45.5667	5.45	5
38357 CEDEX	La Tour-du-Pin	la-tour-du-pin	84	38	382	45.5667	5.45	5
38358 CEDEX	La Tour-du-Pin	la-tour-du-pin	84	38	382	45.5667	5.45	5
38359 CEDEX	La Tour-du-Pin	la-tour-du-pin	84	38	382	45.5667	5.45	5
38360	Noyarey	noyarey	84	38	381	45.2476	5.6284	5
38360	Engins	engins	84	38	381	45.1796	5.6172	5
38360	Sassenage	sassenage	84	38	381	45.2053	5.6651	5
38361 CEDEX	Sassenage	sassenage	84	38	381	45.2053	5.6651	5
38370	Saint-Prim	saint-prim	84	38	383	45.443	4.7922	5
38370	Les Roches-de-Condrieu	les-roches-de-condrieu	84	38	383	45.4511	4.7674	5
38370	Saint-Alban-du-Rhône	saint-alban-du-rhone	84	38	383	45.4267	4.7541	5
38370	Saint-Clair-du-Rhône	saint-clair-du-rhone	84	38	383	45.4391	4.7718	5
38380	Saint-Laurent-du-Pont	saint-laurent-du-pont	84	38	381	45.3901	5.7352	5
38380	Miribel-les-Échelles	miribel-les-echelles	84	38	381	45.4291	5.7084	5
38380	Saint-Pierre-de-Chartreuse	saint-pierre-de-chartreuse	84	38	381	45.3433	5.8151	5
38380	Saint-Christophe-sur-Guiers	saint-christophe-sur-guiers	84	38	381	45.4381	5.7736	5
38380	Entre-deux-Guiers	entre-deux-guiers	84	38	381	45.4318	5.7491	5
38380	Saint-Pierre-d'Entremont	saint-pierre-d-entremont	84	38	381	45.4149	5.8544	5
38390	La Balme-les-Grottes	la-balme-les-grottes	84	38	382	45.8508	5.334	5
38390	Bouvesse-Quirieu	bouvesse-quirieu	84	38	382	45.795	5.4157	5
38390	Porcieu-Amblagnieu	porcieu-amblagnieu	84	38	382	45.8344	5.4022	5
38390	Vertrieu	vertrieu	84	38	382	45.8734	5.3672	5
38390	Charette	charette	84	38	382	45.8107	5.3697	5
38390	Parmilieu	parmilieu	84	38	382	45.8406	5.3555	5
38390	Montalieu-Vercieu	montalieu-vercieu	84	38	382	45.8158	5.4039	5
38400	Saint-Martin-d’Hères	saint-martin-d-heres	84	38	381	45.1653	5.7634	5
38401 CEDEX	Saint-Martin-d’Hères	saint-martin-d-heres	84	38	381	45.1653	5.7634	5
38402 CEDEX	Saint-Martin-d’Hères	saint-martin-d-heres	84	38	381	45.1653	5.7634	5
38403 CEDEX	Saint-Martin-d’Hères	saint-martin-d-heres	84	38	381	45.1653	5.7634	5
38404 CEDEX	Saint-Martin-d’Hères	saint-martin-d-heres	84	38	381	45.1653	5.7634	5
38405 CEDEX	Saint-Martin-d’Hères	saint-martin-d-heres	84	38	381	45.1653	5.7634	5
38406 CEDEX	Saint-Martin-d’Hères	saint-martin-d-heres	84	38	381	45.1653	5.7634	5
38407 CEDEX	Saint-Martin-d’Hères	saint-martin-d-heres	84	38	381	45.1653	5.7634	5
38408 CEDEX	Saint-Martin-d’Hères	saint-martin-d-heres	84	38	381	45.1653	5.7634	5
38409 CEDEX	Saint-Martin-d’Hères	saint-martin-d-heres	84	38	381	45.1653	5.7634	5
38410	Chamrousse	chamrousse	84	38	381	45.1282	5.875	5
38410	Saint-Martin-d’Uriage	saint-martin-d-uriage	84	38	381	45.151	5.8394	5
38410	Vaulnaveys-le-Haut	vaulnaveys-le-haut	84	38	381	45.117	5.8126	5
38410	Vaulnaveys-le-Bas	vaulnaveys-le-bas	84	38	381	45.1002	5.8253	5
38420	Saint-Jean-le-Vieux	saint-jean-le-vieux	84	38	381	45.211	5.8771	5
38420	Revel	revel	84	38	381	45.1865	5.8685	5
38420	Domène	domene	84	38	381	45.2034	5.839	5
38420	Murianette	murianette	84	38	381	45.1922	5.8199	5
38420	Le Versoud	le-versoud	84	38	381	45.2139	5.8582	5
38430	Saint-Jean-de-Moirans	saint-jean-de-moirans	84	38	381	45.3426	5.5861	5
38430	Moirans	moirans	84	38	381	45.3283	5.5534	5
38431 CEDEX	Échirolles	echirolles	84	38	381	45.1439	5.7288	5
38432 CEDEX	Échirolles	echirolles	84	38	381	45.1439	5.7288	5
38433 CEDEX	Échirolles	echirolles	84	38	381	45.1439	5.7288	5
38434 CEDEX	Échirolles	echirolles	84	38	381	45.1439	5.7288	5
38435 CEDEX	Échirolles	echirolles	84	38	381	45.1439	5.7288	5
38436 CEDEX	Échirolles	echirolles	84	38	381	45.1439	5.7288	5
38437 CEDEX	Échirolles	echirolles	84	38	381	45.1439	5.7288	5
38439 CEDEX	Échirolles	echirolles	84	38	381	45.1439	5.7288	5
38440	Sainte-Anne-sur-Gervonde	sainte-anne-sur-gervonde	84	38	383	45.5006	5.2329	5
38440	Meyrieu-les-Étangs	meyrieu-les-etangs	84	38	383	45.5167	5.2	5
38440	Royas	royas	84	38	383	45.5057	5.1037	5
38440	Saint-Jean-de-Bournay	saint-jean-de-bournay	84	38	383	45.5013	5.1396	5
38440	Savas-Mépin	savas-mepin	84	38	383	45.5061	5.059	5
38440	Lieudieu	lieudieu	84	38	383	45.4597	5.1819	5
38440	Moidieu-Détourbe	moidieu-detourbe	84	38	383	45.5099	5.0161	5
38440	Meyssiez	meyssiez	84	38	383	45.4706	5.0542	5
38440	Villeneuve-de-Marc	villeneuve-de-marc	84	38	383	45.4758	5.1022	5
38440	Beauvoir-de-Marc	beauvoir-de-marc	84	38	383	45.5113	5.0825	5
38440	Artas	artas	84	38	383	45.5356	5.1651	5
38440	Châtonnay	chatonnay	84	38	383	45.487	5.2037	5
38450	Miribel-Lanchâtre	miribel-lanchatre	84	38	381	44.9667	5.6167	5
38450	Saint-Georges-de-Commiers	saint-georges-de-commiers	84	38	381	45.0385	5.7023	5
38450	Vif	vif	84	38	381	45.0544	5.6776	5
38450	Notre-Dame-de-Commiers	notre-dame-de-commiers	84	38	381	45.0114	5.7009	5
38450	Le Gua	le-gua	84	38	381	45.0167	5.6167	5
38460	Saint-Romain-de-Jalionas	saint-romain-de-jalionas	84	38	382	45.757	5.2153	5
38460	Soleymieu	soleymieu	84	38	382	45.7096	5.3479	5
38460	Siccieu-Saint-Julien-et-Carisieu	siccieu-saint-julien-et-carisieu	84	38	382	45.7383	5.3196	5
38460	Vénérieu	venerieu	84	38	382	45.6598	5.2787	5
38460	Vernas	vernas	84	38	382	45.7833	5.2833	5
38460	Panossas	panossas	84	38	382	45.6757	5.2016	5
38460	Optevoz	optevoz	84	38	382	45.752	5.3312	5
38460	Veyssilieu	veyssilieu	84	38	382	45.6796	5.2198	5
38460	Trept	trept	84	38	382	45.6856	5.3162	5
38460	Villemoirieu	villemoirieu	84	38	382	45.7162	5.2277	5
38460	Leyrieu	leyrieu	84	38	382	45.7583	5.2558	5
38460	Crémieu	cremieu	84	38	382	45.729	5.2484	5
38460	Chozeau	chozeau	84	38	382	45.6951	5.2064	5
38460	Saint-Hilaire-de-Brens	saint-hilaire-de-brens	84	38	382	45.6736	5.2886	5
38460	Moras	moras	84	38	382	45.687	5.257	5
38460	Chamagnieu	chamagnieu	84	38	382	45.6811	5.1639	5
38460	Annoisin-Chatelans	annoisin-chatelans	84	38	382	45.7553	5.2918	5
38460	Dizimieu	dizimieu	84	38	382	45.7164	5.2951	5
38470	Têche	teche	84	38	381	45.1833	5.38	5
38470	L’Albenc	l-albenc	84	38	381	45.2253	5.4401	5
38470	Malleval-en-Vercors	malleval-en-vercors	84	38	381	45.15	5.4333	5
38470	Notre-Dame-de-l'Osier	notre-dame-de-l-osier	84	38	381	45.2333	5.4	5
38470	Serre-Nerpol	serre-nerpol	84	38	381	45.2583	5.3756	5
38470	Quincieu	quincieu	84	38	381	45.2755	5.3863	5
38470	Beaulieu	beaulieu	84	38	381	45.1789	5.3945	5
38470	Vinay	vinay	84	38	381	45.2107	5.4081	5
38470	Varacieux	varacieux	84	38	381	45.2326	5.3379	5
38470	Chantesse	chantesse	84	38	381	45.2423	5.4461	5
38470	Rovon	rovon	84	38	381	45.2007	5.4623	5
38470	Chasselay	chasselay	84	38	381	45.2571	5.3387	5
38470	Vatilieu	vatilieu	84	38	381	45.2561	5.4107	5
38470	Cognin-les-Gorges	cognin-les-gorges	84	38	381	45.1699	5.4104	5
38470	Saint-Gervais	saint-gervais	84	38	381	45.2025	5.4818	5
38480	Pressins	pressins	84	38	382	45.5243	5.6277	5
38480	Saint-Jean-d’Avelanne	saint-jean-d-avelanne	84	38	382	45.5032	5.6773	5
38480	Pont-de-Beauvoisin	pont-de-beauvoisin	84	38	382	45.535	5.6711	5
38480	Saint-Martin-de-Vaulserre	saint-martin-de-vaulserre	84	38	382	45.494	5.682	5
38480	Saint-Albin-de-Vaulserre	saint-albin-de-vaulserre	84	38	382	45.5014	5.7063	5
38480	Romagnieu	romagnieu	84	38	382	45.5704	5.64	5
38480	Le Pont-de-Beauvoisin	le-pont-de-beauvoisin	84	38	382	45.5344	5.6664	5
38490	Charancieu	charancieu	84	38	382	45.5245	5.5823	5
38490	Saint-Ondras	saint-ondras	84	38	382	45.5184	5.5472	5
38490	Granieu	granieu	84	38	382	45.599	5.5866	5
38490	Chimilin	chimilin	84	38	382	45.5775	5.5982	5
38490	Saint-André-le-Gaz	saint-andre-le-gaz	84	38	382	45.5494	5.535	5
38490	La Bâtie-Divisin	la-batie-divisin	84	38	382	45.5103	5.5979	5
38490	Fitilieu	fitilieu	84	38	382	45.5474	5.5619	5
38490	Les Abrets en Dauphiné	les-abrets-en-dauphine	84	38	382	45.5369	5.585	5
38490	Le Passage	le-passage	84	38	382	45.5317	5.5054	5
38490	Les Abrets	les-abrets	84	38	382	45.5371	5.5854	5
38490	Aoste	aoste	84	38	382	45.5868	5.6101	5
38500	Saint-Nicolas-de-Macherin	saint-nicolas-de-macherin	84	38	381	45.3986	5.6052	5
38500	Coublevie	coublevie	84	38	381	45.3562	5.6176	5
38500	Voiron	voiron	84	38	381	45.3639	5.5921	5
38500	La Buisse	la-buisse	84	38	381	45.3354	5.6228	5
38500	Saint-Cassien	saint-cassien	84	38	381	45.3597	5.5532	5
38501 CEDEX	Voiron	voiron	84	38	381	45.3639	5.5921	5
38502 CEDEX	Voiron	voiron	84	38	381	45.3639	5.5921	5
38503 CEDEX	Voiron	voiron	84	38	381	45.3639	5.5921	5
38504 CEDEX	Voiron	voiron	84	38	381	45.3639	5.5921	5
38505 CEDEX	Voiron	voiron	84	38	381	45.3639	5.5921	5
38506 CEDEX	Voiron	voiron	84	38	381	45.3639	5.5921	5
38507 CEDEX	Voiron	voiron	84	38	381	45.3639	5.5921	5
38508 CEDEX	Voiron	voiron	84	38	381	45.3639	5.5921	5
38509 CEDEX	Voiron	voiron	84	38	381	45.3639	5.5921	5
38510	Vézeronce-Curtin	vezeronce-curtin	84	38	382	45.65	5.4667	5
38510	Morestel	morestel	84	38	382	45.676	5.4708	5
38510	Le Bouchage	le-bouchage	84	38	382	45.6707	5.5255	5
38510	Sermérieu	sermerieu	84	38	382	45.6707	5.41	5
38510	Creys-Mépieu	creys-mepieu	84	38	382	45.7333	5.4833	5
38510	Saint-Sorlin-de-Morestel	saint-sorlin-de-morestel	84	38	382	45.6381	5.4763	5
38510	Courtenay	courtenay	84	38	382	45.7285	5.3811	5
38510	Saint-Victor-de-Morestel	saint-victor-de-morestel	84	38	382	45.6982	5.5039	5
38510	Brangues	brangues	84	38	382	45.6929	5.534	5
38510	Passins	passins	84	38	382	45.6875	5.4308	5
38510	Arandon	arandon	84	38	382	45.7106	5.4291	5
38511 CEDEX	Voiron	voiron	84	38	381	45.3639	5.5921	5
38516 CEDEX	Voiron	voiron	84	38	381	45.3639	5.5921	5
38519 CEDEX	Voiron	voiron	84	38	381	45.3639	5.5921	5
38520	La Garde	la-garde	84	38	381	45.0671	6.0446	5
38520	Villard-Reymond	villard-reymond	84	38	381	45.0335	6.0181	5
38520	Villard-Notre-Dame	villard-notre-dame	84	38	381	45.0189	6.0433	5
38520	Vénosc	venosc	84	38	381	44.9896	6.1157	5
38520	Ornon	ornon	84	38	381	45.0482	5.9778	5
38520	Saint-Christophe-en-Oisans	saint-christophe-en-oisans	84	38	381	44.9581	6.1767	5
38520	Oulles	oulles	84	38	381	45.0411	5.9776	5
38520	Le Bourg-d’Oisans	le-bourg-d-oisans	84	38	381	45.0548	6.0298	5
38521 CEDEX	Saint-Égrève	saint-egreve	84	38	381	45.2333	5.6833	5
38522 CEDEX	Saint-Égrève	saint-egreve	84	38	381	45.2333	5.6833	5
38523 CEDEX	Saint-Égrève	saint-egreve	84	38	381	45.2333	5.6833	5
38524 CEDEX	Saint-Égrève	saint-egreve	84	38	381	45.2333	5.6833	5
38526 CEDEX	Saint-Égrève	saint-egreve	84	38	381	45.2333	5.6833	5
38529 CEDEX	Saint-Égrève	saint-egreve	84	38	381	45.2333	5.6833	5
38530	Saint-Maximin	saint-maximin	84	38	381	45.4206	6.0334	5
38530	La Buissière	la-buissiere	84	38	381	45.4	5.9833	5
38530	Barraux	barraux	84	38	381	45.435	5.9789	5
38530	Pontcharra	pontcharra	84	38	381	45.4329	6.0142	5
38530	La Flachère	la-flachere	84	38	381	45.3998	5.963	5
38530	Chapareillan	chapareillan	84	38	381	45.4651	5.9917	5
38540	Valencin	valencin	84	38	383	45.6129	5.0157	5
38540	Heyrieux	heyrieux	84	38	383	45.6285	5.0585	5
38540	Grenay	grenay	84	38	383	45.6632	5.0799	5
38540	Saint-Just-Chaleyssin	saint-just-chaleyssin	84	38	383	45.5853	4.9989	5
38550	Le Péage-de-Roussillon	le-peage-de-roussillon	84	38	383	45.3718	4.7979	5
38550	Sablons	sablons	84	38	383	45.3207	4.775	5
38550	Auberives-sur-Varèze	auberives-sur-vareze	84	38	383	45.4333	4.8333	5
38550	Saint-Maurice-l’Exil	saint-maurice-l-exil	84	38	383	45.4027	4.7691	5
38550	Cheyssieu	cheyssieu	84	38	383	45.4284	4.8384	5
38550	Clonas-sur-Varèze	clonas-sur-vareze	84	38	383	45.4133	4.79	5
38551 CEDEX	Saint-Maurice-l’Exil	saint-maurice-l-exil	84	38	383	45.4027	4.7691	5
38552 CEDEX	Saint-Maurice-l’Exil	saint-maurice-l-exil	84	38	383	45.4027	4.7691	5
38553 CEDEX	Saint-Maurice-l’Exil	saint-maurice-l-exil	84	38	383	45.4027	4.7691	5
38554 CEDEX	Saint-Maurice-l’Exil	saint-maurice-l-exil	84	38	383	45.4027	4.7691	5
38555 CEDEX	Saint-Maurice-l’Exil	saint-maurice-l-exil	84	38	383	45.4027	4.7691	5
38556 CEDEX	Saint-Maurice-l’Exil	saint-maurice-l-exil	84	38	383	45.4027	4.7691	5
38557 CEDEX	Saint-Maurice-l’Exil	saint-maurice-l-exil	84	38	383	45.4027	4.7691	5
38559 CEDEX	Saint-Maurice-l’Exil	saint-maurice-l-exil	84	38	383	45.4027	4.7691	5
38560	Champ-sur-Drac	champ-sur-drac	84	38	381	45.0691	5.7322	5
38560	Jarrie	jarrie	84	38	381	45.1173	5.7596	5
38570	Theys	theys	84	38	381	45.3014	5.9953	5
38570	Tencin	tencin	84	38	381	45.3095	5.9582	5
38570	Goncelin	goncelin	84	38	381	45.3445	5.9789	5
38570	Crêts en Belledonne	crets-en-belledonne	84	38	381	45.3747	6.0481	5
38570	Morêtel-de-Mailles	moretel-de-mailles	84	38	381	45.3667	6	5
38570	Hurtières	hurtieres	84	38	381	45.2886	5.9701	5
38570	La Pierre	la-pierre	84	38	381	45.2925	5.9473	5
38570	Le Cheylas	le-cheylas	84	38	381	45.3737	5.9938	5
38580	Pinsot	pinsot	84	38	381	45.3571	6.0997	5
38580	Le Moutaret	le-moutaret	84	38	381	45.4319	6.0878	5
38580	Allevard	allevard	84	38	381	45.3945	6.0752	5
38580	La Ferrière	la-ferriere	84	38	381	45.3195	6.0872	5
38580	La Chapelle-du-Bard	la-chapelle-du-bard	84	38	381	45.4228	6.0954	5
38590	Saint-Michel-de-Saint-Geoirs	saint-michel-de-saint-geoirs	84	38	383	45.3058	5.358	5
38590	Plan	plan	84	38	383	45.3135	5.3926	5
38590	Sillans	sillans	84	38	383	45.3407	5.3886	5
38590	Brion	brion	84	38	383	45.2935	5.3374	5
38590	La Forteresse	la-forteresse	84	38	383	45.2955	5.4068	5
38590	Saint-Geoirs	saint-geoirs	84	38	383	45.3221	5.3553	5
38590	Saint-Étienne-de-Saint-Geoirs	saint-etienne-de-saint-geoirs	84	38	383	45.3393	5.3449	5
38590	Brézins	brezins	84	38	383	45.352	5.3069	5
38591 CEDEX	La Côte-Saint-André	la-cote-saint-andre	84	38	383	45.3936	5.2606	5
38600	Fontaine	fontaine	84	38	381	45.1984	5.6827	5
38601 CEDEX	Fontaine	fontaine	84	38	381	45.1984	5.6827	5
38602 CEDEX	Fontaine	fontaine	84	38	381	45.1984	5.6827	5
38603 CEDEX	Fontaine	fontaine	84	38	381	45.1984	5.6827	5
38609 CEDEX	Fontaine	fontaine	84	38	381	45.1984	5.6827	5
38610	Gières	gieres	84	38	381	45.1827	5.7918	5
38610	Venon	venon	84	38	381	45.1762	5.8082	5
38620	Massieu	massieu	84	38	382	45.4392	5.5981	5
38620	Montferrat	montferrat	84	38	382	45.4859	5.5907	5
38620	Merlas	merlas	84	38	382	45.4448	5.6628	5
38620	Voissant	voissant	84	38	382	45.4844	5.7101	5
38620	Saint-Bueil	saint-bueil	84	38	382	45.4756	5.6828	5
38620	Saint-Geoire-en-Valdaine	saint-geoire-en-valdaine	84	38	382	45.457	5.6342	5
38620	Saint-Sulpice-des-Rivoires	saint-sulpice-des-rivoires	84	38	382	45.4691	5.6095	5
38620	Velanne	velanne	84	38	382	45.4886	5.6481	5
38630	Corbelin	corbelin	84	38	382	45.6087	5.5445	5
38630	Les Avenières	les-avenieres	84	38	382	45.6316	5.5707	5
38630	Les Avenières Veyrins-Thuellin	les-avenieres-veyrins-thuellin	84	38	382	45.6358	5.5633	5
38630	Veyrins-Thuellin	veyrins-thuellin	84	38	382	45.6167	5.5333	5
38640	Claix	claix	84	38	381	45.1225	5.6748	5
38650	Saint-Martin-de-la-Cluze	saint-martin-de-la-cluze	84	38	381	44.9833	5.6667	5
38650	Saint-Guillaume	saint-guillaume	84	38	381	44.9551	5.5888	5
38650	Château-Bernard	chateau-bernard	84	38	381	44.9746	5.5759	5
38650	Sinard	sinard	84	38	381	44.9457	5.6575	5
38650	Treffort	treffort	84	38	381	44.9156	5.6579	5
38650	Roissard	roissard	84	38	381	44.8823	5.6405	5
38650	Saint-Paul-lès-Monestier	saint-paul-les-monestier	84	38	381	44.9296	5.6275	5
38650	Saint-Michel-les-Portes	saint-michel-les-portes	84	38	381	44.8695	5.5946	5
38650	Saint-Andéol	saint-andeol	84	38	381	44.961	5.5531	5
38650	Gresse-en-Vercors	gresse-en-vercors	84	38	381	44.9018	5.5666	5
38650	Avignonet	avignonet	84	38	381	44.9552	5.6873	5
38650	Monestier-de-Clermont	monestier-de-clermont	84	38	381	44.9168	5.6357	5
38660	Sainte-Marie-du-Mont	sainte-marie-du-mont	84	38	381	45.4066	5.9458	5
38660	Sainte-Marie-d’Alloix	sainte-marie-d-alloix	84	38	381	45.3797	5.9677	5
38660	Saint-Vincent-de-Mercuze	saint-vincent-de-mercuze	84	38	381	45.3706	5.9518	5
38660	Saint-Pancrasse	saint-pancrasse	84	38	381	45.2833	5.8667	5
38660	Le Touvet	le-touvet	84	38	381	45.3581	5.9489	5
38660	Saint-Hilaire	saint-hilaire	84	38	381	45.3	5.8833	5
38660	La Terrasse	la-terrasse	84	38	381	45.3263	5.9328	5
38660	Lumbin	lumbin	84	38	381	45.3057	5.9114	5
38660	Saint-Bernard	saint-bernard	84	38	381	45.3287	5.9029	5
38670	Chasse-sur-Rhône	chasse-sur-rhone	84	38	383	45.5834	4.7982	5
38680	Rencurel	rencurel	84	38	381	45.1019	5.475	5
38680	Choranche	choranche	84	38	381	45.0669	5.3915	5
38680	Saint-Just-de-Claix	saint-just-de-claix	84	38	381	45.0739	5.2878	5
38680	Saint-André-en-Royans	saint-andre-en-royans	84	38	381	45.087	5.3418	5
38680	Auberives-en-Royans	auberives-en-royans	84	38	381	45.0638	5.3012	5
38680	Châtelus	chatelus	84	38	381	45.0579	5.3727	5
38680	Presles	presles	84	38	381	45.0914	5.3832	5
38680	Pont-en-Royans	pont-en-royans	84	38	381	45.0636	5.3414	5
38690	Bévenais	bevenais	84	38	382	45.4	5.3833	5
38690	Le Grand-Lemps	le-grand-lemps	84	38	382	45.3979	5.4221	5
38690	Burcin	burcin	84	38	382	45.431	5.4359	5
38690	Colombe	colombe	84	38	382	45.3991	5.4511	5
38690	Belmont	belmont	84	38	382	45.4736	5.3635	5
38690	Biol	biol	84	38	382	45.4914	5.3855	5
38690	Bizonnes	bizonnes	84	38	382	45.4541	5.3796	5
38690	Montrevel	montrevel	84	38	382	45.4781	5.4025	5
38690	Eydoche	eydoche	84	38	382	45.4419	5.3297	5
38690	Torchefelon	torchefelon	84	38	382	45.5219	5.4039	5
38690	Flachères	flacheres	84	38	382	45.4705	5.3122	5
38690	Longechenal	longechenal	84	38	383	45.4183	5.3489	5
38690	Saint-Didier-de-Bizonnes	saint-didier-de-bizonnes	84	38	382	45.4672	5.3507	5
38690	Oyeu	oyeu	84	38	382	45.4211	5.4738	5
38690	Châbons	chabons	84	38	382	45.4409	5.4275	5
38700	La Tronche	la-tronche	84	38	381	45.2043	5.7364	5
38700	Corenc	corenc	84	38	381	45.2142	5.7715	5
38700	Le Sappey-en-Chartreuse	le-sappey-en-chartreuse	84	38	381	45.26	5.7772	5
38700	Sarcenas	sarcenas	84	38	381	45.2748	5.757	5
38701 CEDEX	La Tronche	la-tronche	84	38	381	45.2043	5.7364	5
38702 CEDEX	La Tronche	la-tronche	84	38	381	45.2043	5.7364	5
38706 CEDEX	La Tronche	la-tronche	84	38	381	45.2043	5.7364	5
38707 CEDEX	La Tronche	la-tronche	84	38	381	45.2043	5.7364	5
38708 CEDEX	La Tronche	la-tronche	84	38	381	45.2043	5.7364	5
38709 CEDEX	La Tronche	la-tronche	84	38	381	45.2043	5.7364	5
38710	Mens	mens	84	38	381	44.8175	5.7514	5
38710	Saint-Sébastien	saint-sebastien	84	38	381	44.8481	5.7991	5
38710	Saint-Jean-d’Hérans	saint-jean-d-herans	84	38	381	44.8537	5.7617	5
38710	Cornillon-en-Trièves	cornillon-en-trieves	84	38	381	44.8397	5.7097	5
38710	Saint-Baudille-et-Pipet	saint-baudille-et-pipet	84	38	381	44.7846	5.7712	5
38710	Lavars	lavars	84	38	381	44.8492	5.6725	5
38710	Tréminis	treminis	84	38	381	44.747	5.769	5
38710	Cordéac	cordeac	84	38	381	44.8282	5.8419	5
38710	Prébois	prebois	84	38	381	44.7896	5.6949	5
38730	Chassignieu	chassignieu	84	38	382	45.4998	5.5069	5
38730	Doissin	doissin	84	38	382	45.4993	5.4308	5
38730	Blandin	blandin	84	38	382	45.4691	5.4476	5
38730	Virieu	virieu	84	38	382	45.484	5.475	5
38730	Panissage	panissage	84	38	382	45.4938	5.4641	5
38730	Le Pin	le-pin	84	38	382	45.4558	5.505	5
38730	Valencogne	valencogne	84	38	382	45.4988	5.5406	5
38730	Chélieu	chelieu	84	38	382	45.4973	5.4828	5
38731 CEDEX	La Tour-du-Pin	la-tour-du-pin	84	38	382	45.5667	5.45	5
38740	Valjouffrey	valjouffrey	84	38	381	44.8667	6.0333	5
38740	Valbonnais	valbonnais	84	38	381	44.9	5.9	5
38740	Chantelouve	chantelouve	84	38	381	44.9838	5.9687	5
38740	Le Périer	le-perier	84	38	381	44.9362	5.9732	5
38740	Entraigues	entraigues	84	38	381	44.9022	5.9484	5
38750	Huez	huez	84	38	381	45.0825	6.0585	5
38760	Varces-Allières-et-Risset	varces-allieres-et-risset	84	38	381	45.0833	5.6833	5
38760	Saint-Paul-de-Varces	saint-paul-de-varces	84	38	381	45.0717	5.6425	5
38761 CEDEX	Varces-Allières-et-Risset	varces-allieres-et-risset	84	38	381	45.0833	5.6833	5
38763 CEDEX	Varces-Allières-et-Risset	varces-allieres-et-risset	84	38	381	45.0833	5.6833	5
38767 CEDEX	Varces-Allières-et-Risset	varces-allieres-et-risset	84	38	381	45.0833	5.6833	5
38769 CEDEX	Varces-Allières-et-Risset	varces-allieres-et-risset	84	38	381	45.0833	5.6833	5
38770	La Motte-Saint-Martin	la-motte-saint-martin	84	38	381	44.9513	5.7181	5
38770	La Motte-d’Aveillans	la-motte-d-aveillans	84	38	381	44.9601	5.7441	5
38770	Monteynard	monteynard	84	38	381	44.9772	5.7	5
38780	Estrablin	estrablin	84	38	383	45.5173	4.9663	5
38780	Oytier-Saint-Oblas	oytier-saint-oblas	84	38	383	45.561	5.0207	5
38780	Septème	septeme	84	38	383	45.5532	5.0035	5
38780	Eyzin-Pinet	eyzin-pinet	84	38	383	45.4724	4.9984	5
38780	Pont-Évêque	pont-eveque	84	38	383	45.5269	4.9143	5
38781 CEDEX	Pont-Évêque	pont-eveque	84	38	383	45.5269	4.9143	5
38782 CEDEX	Pont-Évêque	pont-eveque	84	38	383	45.5269	4.9143	5
38784 CEDEX	Pont-Évêque	pont-eveque	84	38	383	45.5269	4.9143	5
38789 CEDEX	Pont-Évêque	pont-eveque	84	38	383	45.5269	4.9143	5
38790	Charantonnay	charantonnay	84	38	383	45.5367	5.1103	5
38790	Saint-Georges-d’Espéranche	saint-georges-d-esperanche	84	38	383	45.5543	5.0785	5
38790	Diémoz	diemoz	84	38	383	45.5865	5.094	5
38800	Le Pont-de-Claix	le-pont-de-claix	84	38	381	45.1244	5.7064	5
38800	Champagnier	champagnier	84	38	381	45.1129	5.7265	5
38801 CEDEX	Le Pont-de-Claix	le-pont-de-claix	84	38	381	45.1244	5.7064	5
38802 CEDEX	Le Pont-de-Claix	le-pont-de-claix	84	38	381	45.1244	5.7064	5
38803 CEDEX	Le Pont-de-Claix	le-pont-de-claix	84	38	381	45.1244	5.7064	5
38816 CEDEX 1	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38817 CEDEX 1	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38821 CEDEX 2	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38830	Crêts en Belledonne	crets-en-belledonne	84	38	381	45.3747	6.0481	5
38830	Saint-Pierre-d’Allevard	saint-pierre-d-allevard	84	38	381	45.3745	6.0482	5
38840	La Sône	la-sone	84	38	381	45.1149	5.2798	5
38840	Saint-Bonnet-de-Chavagne	saint-bonnet-de-chavagne	84	38	381	45.1266	5.2326	5
38840	Saint-Hilaire-du-Rosier	saint-hilaire-du-rosier	84	38	381	45.1004	5.2501	5
38840	Saint-Lattier	saint-lattier	84	38	381	45.0877	5.1926	5
38850	Paladru	paladru	84	38	382	45.4753	5.5542	5
38850	Chirens	chirens	84	38	381	45.4128	5.5571	5
38850	Charavines	charavines	84	38	382	45.4304	5.516	5
38850	Bilieu	bilieu	84	38	382	45.4445	5.5462	5
38860	Vénosc	venosc	84	38	381	44.9896	6.1157	5
38860	Mont-de-Lans	mont-de-lans	84	38	381	45.0363	6.1314	5
38870	Saint-Siméon-de-Bressieux	saint-simeon-de-bressieux	84	38	383	45.3385	5.2659	5
38870	Bressieux	bressieux	84	38	383	45.3235	5.2764	5
38870	Saint-Pierre-de-Bressieux	saint-pierre-de-bressieux	84	38	383	45.3161	5.2837	5
38880	Autrans-Méaudre en Vercors	autrans-meaudre-en-vercors	84	38	381	45.1269	5.5269	5
38880	Autrans	autrans	84	38	381	45.177	5.5442	5
38890	Vignieu	vignieu	84	38	382	45.6284	5.4265	5
38890	Salagnon	salagnon	84	38	382	45.6671	5.3581	5
38890	Vasselin	vasselin	84	38	382	45.6308	5.45	5
38890	Montcarra	montcarra	84	38	382	45.6124	5.3914	5
38890	Saint-Chef	saint-chef	84	38	382	45.6338	5.3652	5
38900 CEDEX 9	Grenoble	grenoble	84	38	381	45.1715	5.7224	5
38913 CEDEX	Veurey-Voroize	veurey-voroize	84	38	381	45.2731	5.6132	5
38920	Crolles	crolles	84	38	381	45.282	5.8782	5
38921 CEDEX	Crolles	crolles	84	38	381	45.282	5.8782	5
38926 CEDEX	Crolles	crolles	84	38	381	45.282	5.8782	5
38927 CEDEX	Crolles	crolles	84	38	381	45.282	5.8782	5
38930	Lalley	lalley	84	38	381	44.7577	5.6768	5
38930	Chichilianne	chichilianne	84	38	381	44.8115	5.5721	5
38930	Saint-Maurice-en-Trièves	saint-maurice-en-trieves	84	38	381	44.7647	5.6636	5
38930	Clelles	clelles	84	38	381	44.8275	5.6229	5
38930	Le Monestier-du-Percy	le-monestier-du-percy	84	38	381	44.8	5.65	5
38930	Saint-Martin-de-Clelles	saint-martin-de-clelles	84	38	381	44.8457	5.6222	5
38930	Percy	percy	84	38	381	44.8	5.65	5
38940	Roybon	roybon	84	38	383	45.2597	5.2445	5
38940	Saint-Clair-sur-Galaure	saint-clair-sur-galaure	84	38	383	45.2607	5.1435	5
38940	Montfalcon	montfalcon	84	38	383	45.2546	5.1716	5
38941 CEDEX	Meylan	meylan	84	38	381	45.2199	5.7901	5
38943 CEDEX	Meylan	meylan	84	38	381	45.2199	5.7901	5
38944 CEDEX	Meylan	meylan	84	38	381	45.2199	5.7901	5
38950	Quaix-en-Chartreuse	quaix-en-chartreuse	84	38	381	45.25	5.7167	5
38950	Saint-Martin-le-Vinoux	saint-martin-le-vinoux	84	38	381	45.203	5.7167	5
38960	Saint-Étienne-de-Crossey	saint-etienne-de-crossey	84	38	381	45.3791	5.6453	5
38960	Saint-Aupre	saint-aupre	84	38	381	45.3833	5.6667	5
38970	La Salette-Fallavaux	la-salette-fallavaux	84	38	381	44.8407	5.9753	5
38970	Quet-en-Beaumont	quet-en-beaumont	84	38	381	44.8346	5.8733	5
38970	Pellafol	pellafol	84	38	381	44.7958	5.9168	5
38970	Beaufin	beaufin	84	38	381	44.7887	5.9599	5
38970	Corps	corps	84	38	381	44.8184	5.9475	5
38970	Sainte-Luce	sainte-luce	84	38	381	44.8503	5.9115	5
38970	Les Côtes-de-Corps	les-cotes-de-corps	84	38	381	44.8327	5.9227	5
38970	Ambel	ambel	84	38	381	44.8047	5.9315	5
38970	Monestier-d’Ambel	monestier-d-ambel	84	38	381	44.7785	5.927	5
38980	Marnans	marnans	84	38	383	45.2948	5.237	5
38980	Châtenay	chatenay	84	38	383	45.3221	5.2239	5
38980	Viriville	viriville	84	38	383	45.3174	5.2037	5
73670	Saint-Pierre-d'Entremont	saint-pierre-d-entremont	84	38	381	45.4146	5.8552	5
42000	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42001 CEDEX 1	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42002 CEDEX 1	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42003 CEDEX 1	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42004 CEDEX 1	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42005 CEDEX 1	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42006 CEDEX 1	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42007 CEDEX 1	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42008 CEDEX 2	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42009 CEDEX 2	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42010 CEDEX 2	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42011 CEDEX 2	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42012 CEDEX 2	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42013 CEDEX 2	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42014 CEDEX 2	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42015 CEDEX 2	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42016 CEDEX 1	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42017 CEDEX 1	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42018 CEDEX 1	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42021 CEDEX 1	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42022 CEDEX 1	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42023 CEDEX 2	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42024 CEDEX 2	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42025 CEDEX 2	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42026 CEDEX 1	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42027 CEDEX 1	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42028 CEDEX 1	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42029 CEDEX 1	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42030 CEDEX 2	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42031 CEDEX 2	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42033 CEDEX 2	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42041 CEDEX 1	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42042 CEDEX 1	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42043 CEDEX 1	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42045 CEDEX 1	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42047 CEDEX 1	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42048 CEDEX 1	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42049 CEDEX 1	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42050 CEDEX 2	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42055 CEDEX 2	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42058 CEDEX 2	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42059 CEDEX 2	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42100	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42110	Salt-en-Donzy	salt-en-donzy	84	42	421	45.7375	4.2885	5
42110	Saint-Martin-Lestra	saint-martin-lestra	84	42	421	45.7207	4.3564	5
42110	Valeille	valeille	84	42	421	45.7	4.3	5
42110	Feurs	feurs	84	42	421	45.7399	4.2271	5
42110	Chambéon	chambeon	84	42	421	45.6965	4.1752	5
42110	Pouilly-lès-Feurs	pouilly-les-feurs	84	42	421	45.8	4.2333	5
42110	Cleppé	cleppe	84	42	421	45.7698	4.1813	5
42110	Civens	civens	84	42	421	45.7799	4.2517	5
42110	Sainte-Foy-Saint-Sulpice	sainte-foy-saint-sulpice	84	42	421	45.7684	4.1289	5
42110	Poncins	poncins	84	42	421	45.7264	4.1632	5
42110	Épercieux-Saint-Paul	epercieux-saint-paul	84	42	421	45.7927	4.2113	5
42110	Mizérieux	mizerieux	84	42	421	45.7955	4.1649	5
42110	Jas	jas	84	42	421	45.7453	4.3103	5
42110	Salvizinet	salvizinet	84	42	421	45.7606	4.2747	5
42110	Saint-Barthélemy-Lestra	saint-barthelemy-lestra	84	42	421	45.7167	4.3333	5
42111	Saint-Didier-sur-Rochefort	saint-didier-sur-rochefort	84	42	421	45.7935	3.8451	5
42111	La Valla-sur-Rochefort	la-valla-sur-rochefort	84	42	421	45.75	3.85	5
42111	La Côte-en-Couzan	la-cote-en-couzan	84	42	421	45.7833	3.8167	5
42111	Saint-Thurin	saint-thurin	84	42	421	45.8192	3.8693	5
42114	Saint-Cyr-de-Valorges	saint-cyr-de-valorges	84	42	422	45.8919	4.3064	5
42114	Machézal	machezal	84	42	422	45.9219	4.3027	5
42114	Chirassimont	chirassimont	84	42	422	45.9143	4.2851	5
42120	Perreux	perreux	84	42	422	46.0384	4.1221	5
42120	Notre-Dame-de-Boisset	notre-dame-de-boisset	84	42	422	46.0027	4.1322	5
42120	Saint-Vincent-de-Boisset	saint-vincent-de-boisset	84	42	422	46.0038	4.114	5
42120	Le Coteau	le-coteau	84	42	422	46.0271	4.0869	5
42120	Parigny	parigny	84	42	422	45.9918	4.1004	5
42120	Commelle-Vernay	commelle-vernay	84	42	422	45.9944	4.0664	5
42122	Saint-Marcel-de-Félines	saint-marcel-de-felines	84	42	422	45.8684	4.1912	5
42123	Cordelle	cordelle	84	42	422	45.944	4.0615	5
42123	Saint-Cyr-de-Favières	saint-cyr-de-favieres	84	42	422	45.9674	4.0952	5
42124 CEDEX	Le Coteau	le-coteau	84	42	422	46.0271	4.0869	5
42125 CEDEX	Le Coteau	le-coteau	84	42	422	46.0271	4.0869	5
42126 CEDEX	Le Coteau	le-coteau	84	42	422	46.0271	4.0869	5
42127 CEDEX	Le Coteau	le-coteau	84	42	422	46.0271	4.0869	5
42129 CEDEX	Le Coteau	le-coteau	84	42	422	46.0271	4.0869	5
42130	Trelins	trelins	84	42	421	45.7304	4.0068	5
42130	Débats-Rivière-d'Orpra	debats-riviere-d-orpra	84	42	421	45.7667	3.95	5
42130	Marcoux	marcoux	84	42	421	45.711	4.0129	5
42130	Ailleux	ailleux	84	42	421	45.8031	3.9433	5
42130	Sainte-Agathe-la-Bouteresse	sainte-agathe-la-bouteresse	84	42	421	45.7357	4.0547	5
42130	Boën-sur-Lignon	boen-sur-lignon	84	42	421	45.7462	4.0096	5
42130	Saint-Sixte	saint-sixte	84	42	421	45.7749	3.9811	5
42130	Montverdun	montverdun	84	42	421	45.7126	4.0618	5
42130	Saint-Laurent-Rochefort	saint-laurent-rochefort	84	42	421	45.7737	3.9228	5
42130	Leigneux	leigneux	84	42	421	45.7517	3.9757	5
42130	Marcilly-le-Châtel	marcilly-le-chatel	84	42	421	45.7	4.0333	5
42130	Arthun	arthun	84	42	421	45.7739	4.0325	5
42130	Saint-Étienne-le-Molard	saint-etienne-le-molard	84	42	421	45.7332	4.086	5
42130	Cezay	cezay	84	42	421	45.8025	3.9661	5
42130	L’Hôpital-sous-Rochefort	l-hopital-sous-rochefort	84	42	421	45.7742	3.933	5
42131	La Valla-en-Gier	la-valla-en-gier	84	42	423	45.4167	4.5167	5
42140	Chevrières	chevrieres	84	42	421	45.5864	4.3992	5
42140	Chazelles-sur-Lyon	chazelles-sur-lyon	84	42	421	45.6381	4.3913	5
42140	Maringes	maringes	84	42	421	45.6616	4.3511	5
42140	Viricelles	viricelles	84	42	421	45.653	4.3795	5
42140	Grammond	grammond	84	42	421	45.5653	4.4394	5
42140	Saint-Denis-sur-Coise	saint-denis-sur-coise	84	42	421	45.6148	4.4242	5
42140	La Gimond	la-gimond	84	42	421	45.5579	4.4127	5
42140	Virigneux	virigneux	84	42	421	45.6892	4.3529	5
42140	Marcenod	marcenod	84	42	423	45.5717	4.4815	5
42140	Châtelus	chatelus	84	42	421	45.594	4.4654	5
42140	Fontanès	fontanes	84	42	423	45.5457	4.4358	5
42150	La Ricamarie	la-ricamarie	84	42	423	45.4168	4.312	5
42152	L’Horme	l-horme	84	42	423	45.4871	4.5475	5
42153	Riorges	riorges	84	42	422	46.0418	4.0497	5
42155	Villemontais	villemontais	84	42	422	45.9774	3.948	5
42155	Lentigny	lentigny	84	42	422	45.996	3.9816	5
42155	Ouches	ouches	84	42	422	46.0166	3.9882	5
42155	Saint-Jean-Saint-Maurice-sur-Loire	saint-jean-saint-maurice-sur-loire	84	42	422	45.9667	4	5
42155	Saint-Léger-sur-Roanne	saint-leger-sur-roanne	84	42	422	46.0413	3.9976	5
42155	Pouilly-les-Nonains	pouilly-les-nonains	84	42	422	46.0382	3.982	5
42160	Andrézieux-Bouthéon	andrezieux-boutheon	84	42	423	45.5263	4.2602	5
42160	Bonson	bonson	84	42	421	45.5246	4.2166	5
42160	Saint-Cyprien	saint-cyprien	84	42	421	45.5338	4.2331	5
42161 CEDEX	Andrézieux-Bouthéon	andrezieux-boutheon	84	42	423	45.5263	4.2602	5
42162 CEDEX	Andrézieux-Bouthéon	andrezieux-boutheon	84	42	423	45.5263	4.2602	5
42163 CEDEX	Andrézieux-Bouthéon	andrezieux-boutheon	84	42	423	45.5263	4.2602	5
42164 CEDEX	Andrézieux-Bouthéon	andrezieux-boutheon	84	42	423	45.5263	4.2602	5
42165 CEDEX	Andrézieux-Bouthéon	andrezieux-boutheon	84	42	423	45.5263	4.2602	5
42166 CEDEX	Andrézieux-Bouthéon	andrezieux-boutheon	84	42	423	45.5263	4.2602	5
42167 CEDEX	Andrézieux-Bouthéon	andrezieux-boutheon	84	42	423	45.5263	4.2602	5
42168 CEDEX	Andrézieux-Bouthéon	andrezieux-boutheon	84	42	423	45.5263	4.2602	5
42169 CEDEX	Andrézieux-Bouthéon	andrezieux-boutheon	84	42	423	45.5263	4.2602	5
42170	Saint-Just-Saint-Rambert	saint-just-saint-rambert	84	42	421	45.4997	4.2414	5
42170	Chambles	chambles	84	42	421	45.4428	4.2399	5
42173 CEDEX	Saint-Just-Saint-Rambert	saint-just-saint-rambert	84	42	421	45.4997	4.2414	5
42174 CEDEX	Saint-Just-Saint-Rambert	saint-just-saint-rambert	84	42	421	45.4997	4.2414	5
42176 CEDEX	Saint-Just-Saint-Rambert	saint-just-saint-rambert	84	42	421	45.4997	4.2414	5
42179 CEDEX	Saint-Just-Saint-Rambert	saint-just-saint-rambert	84	42	421	45.4997	4.2414	5
42190	Chandon	chandon	84	42	422	46.1496	4.2145	5
42190	Charlieu	charlieu	84	42	422	46.1601	4.1741	5
42190	Saint-Pierre-la-Noaille	saint-pierre-la-noaille	84	42	422	46.1797	4.0972	5
42190	Saint-Nizier-sous-Charlieu	saint-nizier-sous-charlieu	84	42	422	46.1535	4.1228	5
42190	Saint-Hilaire-sous-Charlieu	saint-hilaire-sous-charlieu	84	42	422	46.1219	4.1831	5
42210	Craintilleux	craintilleux	84	42	421	45.5805	4.2293	5
42210	Bellegarde-en-Forez	bellegarde-en-forez	84	42	421	45.6466	4.2991	5
42210	Unias	unias	84	42	421	45.605	4.227	5
42210	Saint-André-le-Puy	saint-andre-le-puy	84	42	421	45.6446	4.2574	5
42210	Boisset-lès-Montrond	boisset-les-montrond	84	42	421	45.6206	4.2122	5
42210	Saint-Laurent-la-Conche	saint-laurent-la-conche	84	42	421	45.6841	4.2106	5
42210	L’Hôpital-le-Grand	l-hopital-le-grand	84	42	421	45.5926	4.1986	5
42210	Marclopt	marclopt	84	42	421	45.6659	4.2096	5
42210	Montrond-les-Bains	montrond-les-bains	84	42	421	45.651	4.2319	5
42210	Saint-Cyr-les-Vignes	saint-cyr-les-vignes	84	42	421	45.6773	4.2994	5
42220	Thélis-la-Combe	thelis-la-combe	84	42	423	45.328	4.5548	5
42220	Burdignes	burdignes	84	42	423	45.2701	4.5683	5
42220	Saint-Sauveur-en-Rue	saint-sauveur-en-rue	84	42	423	45.2702	4.4953	5
42220	Graix	graix	84	42	423	45.3478	4.5699	5
42220	Bourg-Argental	bourg-argental	84	42	423	45.2959	4.5604	5
42220	Colombier	colombier	84	42	423	45.3382	4.5982	5
42220	Saint-Julien-Molin-Molette	saint-julien-molin-molette	84	42	423	45.3233	4.6139	5
42220	La Versanne	la-versanne	84	42	423	45.3184	4.5288	5
42230	Roche-la-Molière	roche-la-moliere	84	42	423	45.4341	4.3228	5
42230	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42240	Unieux	unieux	84	42	423	45.4004	4.2781	5
42240	Caloire	caloire	84	42	423	45.4218	4.2408	5
42240	Saint-Paul-en-Cornillon	saint-paul-en-cornillon	84	42	423	45.3965	4.2269	5
42240	Saint-Maurice-en-Gourgois	saint-maurice-en-gourgois	84	42	421	45.4025	4.1824	5
42260	Saint-Julien-d’Oddes	saint-julien-d-oddes	84	42	422	45.8492	3.997	5
42260	Saint-Germain-Laval	saint-germain-laval	84	42	422	45.8314	4.0144	5
42260	Saint-Martin-la-Sauveté	saint-martin-la-sauvete	84	42	422	45.8317	3.9243	5
42260	Souternon	souternon	84	42	422	45.8694	3.9879	5
42260	Grézolles	grezolles	84	42	422	45.8667	3.95	5
42260	Bussy-Albieux	bussy-albieux	84	42	421	45.7948	4.0339	5
42260	Dancé	dance	84	42	422	45.9032	4.0267	5
42260	Amions	amions	84	42	422	45.8784	4.0341	5
42260	Bully	bully	84	42	422	45.9282	4.005	5
42260	Saint-Polgues	saint-polgues	84	42	422	45.9126	3.9744	5
42260	Cremeaux	cremeaux	84	42	422	45.9	3.9333	5
42260	Luré	lure	84	42	422	45.8824	3.9355	5
42260	Nollieux	nollieux	84	42	422	45.8167	3.9974	5
42260	Pommiers	pommiers	84	42	422	45.8297	4.0661	5
42270	Saint-Priest-en-Jarez	saint-priest-en-jarez	84	42	423	45.475	4.3761	5
42271 CEDEX	Saint-Priest-en-Jarez	saint-priest-en-jarez	84	42	423	45.475	4.3761	5
42272 CEDEX	Saint-Priest-en-Jarez	saint-priest-en-jarez	84	42	423	45.475	4.3761	5
42273 CEDEX	Saint-Priest-en-Jarez	saint-priest-en-jarez	84	42	423	45.475	4.3761	5
42275 CEDEX	Saint-Priest-en-Jarez	saint-priest-en-jarez	84	42	423	45.475	4.3761	5
42276 CEDEX	Saint-Priest-en-Jarez	saint-priest-en-jarez	84	42	423	45.475	4.3761	5
42277 CEDEX	Saint-Priest-en-Jarez	saint-priest-en-jarez	84	42	423	45.475	4.3761	5
42279 CEDEX	Saint-Priest-en-Jarez	saint-priest-en-jarez	84	42	423	45.475	4.3761	5
42290	Sorbiers	sorbiers	84	42	423	45.4881	4.4493	5
42300	Villerest	villerest	84	42	422	46	4.0333	5
42300	Mably	mably	84	42	422	46.0862	4.0661	5
42300	Roanne	roanne	84	42	422	46.0333	4.0667	5
42301 CEDEX	Roanne	roanne	84	42	422	46.0333	4.0667	5
42302 CEDEX	Roanne	roanne	84	42	422	46.0333	4.0667	5
42303 CEDEX	Roanne	roanne	84	42	422	46.0333	4.0667	5
42304 CEDEX	Roanne	roanne	84	42	422	46.0333	4.0667	5
42308 CEDEX	Roanne	roanne	84	42	422	46.0333	4.0667	5
42310	Vivans	vivans	84	42	422	46.1894	3.9437	5
42310	Urbise	urbise	84	42	422	46.2553	3.8923	5
42310	Le Crozet	le-crozet	84	42	422	46.1708	3.8546	5
42310	Sail-les-Bains	sail-les-bains	84	42	422	46.2382	3.8471	5
42310	La Pacaudière	la-pacaudiere	84	42	422	46.1754	3.872	5
42310	Changy	changy	84	42	422	46.1427	3.891	5
42310	Saint-Bonnet-des-Quarts	saint-bonnet-des-quarts	84	42	422	46.1314	3.845	5
42311 CEDEX	Roanne	roanne	84	42	422	46.0333	4.0667	5
42312 CEDEX	Roanne	roanne	84	42	422	46.0333	4.0667	5
42313 CEDEX	Roanne	roanne	84	42	422	46.0333	4.0667	5
42314 CEDEX	Roanne	roanne	84	42	422	46.0333	4.0667	5
42315 CEDEX	Roanne	roanne	84	42	422	46.0333	4.0667	5
42318 CEDEX	Roanne	roanne	84	42	422	46.0333	4.0667	5
42320	Valfleury	valfleury	84	42	423	45.5222	4.4919	5
42320	La Grand-Croix	la-grand-croix	84	42	423	45.5	4.55	5
42320	Farnay	farnay	84	42	423	45.4929	4.5964	5
42320	Cellieu	cellieu	84	42	423	45.5225	4.5408	5
42320	Saint-Christo-en-Jarez	saint-christo-en-jarez	84	42	423	45.5432	4.4847	5
42321 CEDEX	Roanne	roanne	84	42	422	46.0333	4.0667	5
42322 CEDEX	Roanne	roanne	84	42	422	46.0333	4.0667	5
42323 CEDEX	Roanne	roanne	84	42	422	46.0333	4.0667	5
42328 CEDEX	Roanne	roanne	84	42	422	46.0333	4.0667	5
42330	Aveizieux	aveizieux	84	42	421	45.5675	4.3714	5
42330	Saint-Galmier	saint-galmier	84	42	421	45.592	4.3174	5
42330	Chambœuf	chamb-uf	84	42	421	45.5833	4.3167	5
42330	Saint-Médard-en-Forez	saint-medard-en-forez	84	42	421	45.6007	4.362	5
42330	Saint-Bonnet-les-Oules	saint-bonnet-les-oules	84	42	421	45.5425	4.3314	5
42330	Cuzieu	cuzieu	84	42	421	45.6084	4.2586	5
42332 CEDEX	Roanne	roanne	84	42	422	46.0333	4.0667	5
42333 CEDEX	Roanne	roanne	84	42	422	46.0333	4.0667	5
42334 CEDEX	Roanne	roanne	84	42	422	46.0333	4.0667	5
42335 CEDEX	Roanne	roanne	84	42	422	46.0333	4.0667	5
42339 CEDEX	Roanne	roanne	84	42	422	46.0333	4.0667	5
42340	Rivas	rivas	84	42	421	45.5859	4.2477	5
42340	Veauche	veauche	84	42	421	45.5629	4.2903	5
42340	Veauchette	veauchette	84	42	421	45.5619	4.2651	5
42350	La Talaudière	la-talaudiere	84	42	423	45.4809	4.4317	5
42351 CEDEX	La Talaudière	la-talaudiere	84	42	423	45.4809	4.4317	5
42353 CEDEX	La Talaudière	la-talaudiere	84	42	423	45.4809	4.4317	5
42354 CEDEX	La Talaudière	la-talaudiere	84	42	423	45.4809	4.4317	5
42355 CEDEX	La Talaudière	la-talaudiere	84	42	423	45.4809	4.4317	5
42356 CEDEX	La Talaudière	la-talaudiere	84	42	423	45.4809	4.4317	5
42359 CEDEX	La Talaudière	la-talaudiere	84	42	423	45.4809	4.4317	5
42360	Essertines-en-Donzy	essertines-en-donzy	84	42	421	45.7538	4.3457	5
42360	Montchal	montchal	84	42	421	45.8265	4.3146	5
42360	Panissières	panissieres	84	42	421	45.7928	4.3396	5
42360	Cottance	cottance	84	42	421	45.7937	4.2978	5
42370	Arcon	arcon	84	42	422	46.011	3.8882	5
42370	Renaison	renaison	84	42	422	46.0518	3.9257	5
42370	Saint-Haon-le-Vieux	saint-haon-le-vieux	84	42	422	46.076	3.9142	5
42370	Les Noës	les-noes	84	42	422	46.042	3.8504	5
42370	Saint-Alban-les-Eaux	saint-alban-les-eaux	84	42	422	46.0079	3.932	5
42370	Saint-Rirand	saint-rirand	84	42	422	46.0752	3.8465	5
42370	Saint-André-d’Apchon	saint-andre-d-apchon	84	42	422	46.0279	3.9366	5
42370	Saint-Haon-le-Châtel	saint-haon-le-chatel	84	42	422	46.0672	3.9165	5
42380	Saint-Nizier-de-Fornas	saint-nizier-de-fornas	84	42	421	45.4037	4.0812	5
42380	Montarcher	montarcher	84	42	421	45.4545	3.9974	5
42380	Aboën	aboen	84	42	421	45.4136	4.133	5
42380	Merle-Leignec	merle-leignec	84	42	421	45.3757	4.0208	5
42380	Périgneux	perigneux	84	42	421	45.44	4.1566	5
42380	Estivareilles	estivareilles	84	42	421	45.416	4.0095	5
42380	Rozier-Côtes-d’Aurec	rozier-cotes-d-aurec	84	42	421	45.3715	4.1022	5
42380	Saint-Bonnet-le-Château	saint-bonnet-le-chateau	84	42	421	45.4234	4.0667	5
42380	Saint-Hilaire-Cusson-la-Valmitte	saint-hilaire-cusson-la-valmitte	84	42	421	45.3667	4.05	5
42380	Luriecq	luriecq	84	42	421	45.4509	4.0796	5
42380	La Chapelle-en-Lafaye	la-chapelle-en-lafaye	84	42	421	45.4628	3.9902	5
42380	La Tourette	la-tourette	84	42	421	45.4167	4.0833	5
42390	Villars	villars	84	42	423	45.4712	4.3545	5
42400	Saint-Chamond	saint-chamond	84	42	423	45.4759	4.5129	5
42401 CEDEX	Saint-Chamond	saint-chamond	84	42	423	45.4759	4.5129	5
42402 CEDEX	Saint-Chamond	saint-chamond	84	42	423	45.4759	4.5129	5
42403 CEDEX	Saint-Chamond	saint-chamond	84	42	423	45.4759	4.5129	5
42404 CEDEX	Saint-Chamond	saint-chamond	84	42	423	45.4759	4.5129	5
42405 CEDEX	Saint-Chamond	saint-chamond	84	42	423	45.4759	4.5129	5
42406 CEDEX	Saint-Chamond	saint-chamond	84	42	423	45.4759	4.5129	5
42407 CEDEX	Saint-Chamond	saint-chamond	84	42	423	45.4759	4.5129	5
42408 CEDEX	Saint-Chamond	saint-chamond	84	42	423	45.4759	4.5129	5
42409 CEDEX	Saint-Chamond	saint-chamond	84	42	423	45.4759	4.5129	5
42410	Chavanay	chavanay	84	42	423	45.4144	4.7316	5
42410	Vérin	verin	84	42	423	45.4548	4.7521	5
42410	Chuyer	chuyer	84	42	423	45.4564	4.693	5
42410	Pavezin	pavezin	84	42	423	45.4642	4.6688	5
42410	Pélussin	pelussin	84	42	423	45.4181	4.6825	5
42410	La Chapelle-Villars	la-chapelle-villars	84	42	423	45.4722	4.7167	5
42410	Saint-Michel-sur-Rhône	saint-michel-sur-rhone	84	42	423	45.4451	4.7435	5
42411 CEDEX	Saint-Chamond	saint-chamond	84	42	423	45.4759	4.5129	5
42412 CEDEX	Saint-Chamond	saint-chamond	84	42	423	45.4759	4.5129	5
42420	Lorette	lorette	84	42	423	45.5062	4.5752	5
42430	Saint-Romain-d’Urfé	saint-romain-d-urfe	84	42	422	45.8869	3.8278	5
42430	Cherier	cherier	84	42	422	45.9667	3.9167	5
42430	Saint-Marcel-d’Urfé	saint-marcel-d-urfe	84	42	422	45.8711	3.8823	5
42430	Juré	jure	84	42	422	45.8856	3.8849	5
42430	Champoly	champoly	84	42	422	45.8585	3.8376	5
42430	Chausseterre	chausseterre	84	42	422	45.8962	3.7832	5
42430	Saint-Just-en-Chevalet	saint-just-en-chevalet	84	42	422	45.914	3.8446	5
42440	Saint-Priest-la-Vêtre	saint-priest-la-vetre	84	42	421	45.8054	3.8134	5
42440	Noirétable	noiretable	84	42	421	45.818	3.7628	5
42440	La Chamba	la-chamba	84	42	421	45.7553	3.7579	5
42440	Cervières	cervieres	84	42	421	45.8475	3.7724	5
42440	Saint-Julien-la-Vêtre	saint-julien-la-vetre	84	42	421	45.8145	3.8254	5
42440	La Chambonie	la-chambonie	84	42	421	45.7475	3.7484	5
42440	Saint-Jean-la-Vêtre	saint-jean-la-vetre	84	42	421	45.7888	3.8056	5
42440	Les Salles	les-salles	84	42	421	45.8488	3.7961	5
42450	Sury-le-Comtal	sury-le-comtal	84	42	421	45.5342	4.1864	5
42460	Le Cergne	le-cergne	84	42	422	46.1226	4.3065	5
42460	La Gresle	la-gresle	84	42	422	46.0752	4.281	5
42460	Arcinges	arcinges	84	42	422	46.1371	4.2811	5
42460	Boyer	boyer	84	42	422	46.0977	4.2115	5
42460	Jarnosse	jarnosse	84	42	422	46.109	4.2319	5
42460	Villers	villers	84	42	422	46.1216	4.2219	5
42460	Coutouvre	coutouvre	84	42	422	46.073	4.2124	5
42460	Sevelinges	sevelinges	84	42	422	46.0982	4.2969	5
42460	Cuinzier	cuinzier	84	42	422	46.128	4.2688	5
42470	Neaux	neaux	84	42	422	45.9624	4.1818	5
42470	Saint-Symphorien-de-Lay	saint-symphorien-de-lay	84	42	422	45.9485	4.212	5
42470	Lay	lay	84	42	422	45.9563	4.2189	5
42470	Fourneaux	fourneaux	84	42	422	45.9377	4.2685	5
42480	La Fouillouse	la-fouillouse	84	42	423	45.502	4.3121	5
42484 CEDEX	La Fouillouse	la-fouillouse	84	42	423	45.502	4.3121	5
42486 CEDEX	La Fouillouse	la-fouillouse	84	42	423	45.502	4.3121	5
42489 CEDEX	La Fouillouse	la-fouillouse	84	42	423	45.502	4.3121	5
42490	Fraisses	fraisses	84	42	423	45.3833	4.25	5
42500	Le Chambon-Feugerolles	le-chambon-feugerolles	84	42	423	45.3969	4.3259	5
42501 CEDEX	Le Chambon-Feugerolles	le-chambon-feugerolles	84	42	423	45.3969	4.3259	5
42502 CEDEX	Le Chambon-Feugerolles	le-chambon-feugerolles	84	42	423	45.3969	4.3259	5
42503 CEDEX	Le Chambon-Feugerolles	le-chambon-feugerolles	84	42	423	45.3969	4.3259	5
42505 CEDEX	Le Chambon-Feugerolles	le-chambon-feugerolles	84	42	423	45.3969	4.3259	5
42509 CEDEX	Le Chambon-Feugerolles	le-chambon-feugerolles	84	42	423	45.3969	4.3259	5
42510	Nervieux	nervieux	84	42	421	45.8067	4.156	5
42510	Néronde	neronde	84	42	422	45.8384	4.2367	5
42510	Sainte-Agathe-en-Donzy	sainte-agathe-en-donzy	84	42	422	45.8379	4.3011	5
42510	Balbigny	balbigny	84	42	422	45.8193	4.1876	5
42510	Bussières	bussieres	84	42	422	45.8362	4.2685	5
42510	Saint-Georges-de-Baroille	saint-georges-de-baroille	84	42	422	45.8497	4.1312	5
42520	Véranne	veranne	84	42	423	45.368	4.6636	5
42520	Bessey	bessey	84	42	423	45.3849	4.6953	5
42520	Lupé	lupe	84	42	423	45.3717	4.701	5
42520	Maclas	maclas	84	42	423	45.3653	4.6891	5
42520	Roisey	roisey	84	42	423	45.3833	4.6667	5
42520	Malleval	malleval	84	42	423	45.3828	4.7276	5
42520	Saint-Pierre-de-Bœuf	saint-pierre-de-b-uf	84	42	423	45.3667	4.75	5
42520	Saint-Appolinard	saint-appolinard	84	42	423	45.3424	4.6531	5
42530	Saint-Genest-Lerpt	saint-genest-lerpt	84	42	423	45.4453	4.3362	5
42540	Saint-Just-la-Pendue	saint-just-la-pendue	84	42	422	45.8953	4.2428	5
42540	Croizet-sur-Gand	croizet-sur-gand	84	42	422	45.9166	4.2299	5
42540	Sainte-Colombe-sur-Gand	sainte-colombe-sur-gand	84	42	422	45.8794	4.275	5
42550	Usson-en-Forez	usson-en-forez	84	42	421	45.388	3.9377	5
42550	Apinac	apinac	84	42	421	45.3794	3.9954	5
42560	Chenereilles	chenereilles	84	42	421	45.4866	4.079	5
42560	Marols	marols	84	42	421	45.4777	4.0442	5
42560	Boisset-Saint-Priest	boisset-saint-priest	84	42	421	45.515	4.1063	5
42560	Chazelles-sur-Lavieu	chazelles-sur-lavieu	84	42	421	45.539	3.9966	5
42560	Margerie-Chantagret	margerie-chantagret	84	42	421	45.5257	4.0658	5
42560	Saint-Jean-Soleymieux	saint-jean-soleymieux	84	42	421	45.5037	4.0397	5
42560	Gumières	gumieres	84	42	421	45.5316	3.9869	5
42560	Lavieu	lavieu	84	42	421	45.5389	4.0351	5
42560	Soleymieux	soleymieux	84	42	421	45.5091	4.0426	5
42570	Saint-Héand	saint-heand	84	42	423	45.5282	4.3738	5
42580	L’Étrat	l-etrat	84	42	423	45.4858	4.3773	5
42580	La Tour-en-Jarez	la-tour-en-jarez	84	42	423	45.4852	4.3876	5
42590	Saint-Paul-de-Vézelin	saint-paul-de-vezelin	84	42	422	45.8857	4.0851	5
42590	Saint-Priest-la-Roche	saint-priest-la-roche	84	42	422	45.914	4.0938	5
42590	Vendranges	vendranges	84	42	422	45.942	4.1372	5
42590	Pinay	pinay	84	42	422	45.8733	4.1373	5
42590	Saint-Jodard	saint-jodard	84	42	422	45.8804	4.1327	5
42590	Neulise	neulise	84	42	422	45.9028	4.1809	5
42600	Grézieux-le-Fromental	grezieux-le-fromental	84	42	421	45.6179	4.1521	5
42600	Montbrison	montbrison	84	42	421	45.6	4.05	5
42600	Lézigneux	lezigneux	84	42	421	45.5671	4.0652	5
42600	Magneux-Haute-Rive	magneux-haute-rive	84	42	421	45.6694	4.1721	5
42600	Écotay-l’Olme	ecotay-l-olme	84	42	421	45.5877	4.0405	5
42600	Savigneux	savigneux	84	42	421	45.6167	4.0833	5
42600	Bard	bard	84	42	421	45.5866	4.0147	5
42600	Pralong	pralong	84	42	421	45.6657	4.0299	5
42600	Roche	roche	84	42	421	45.6135	3.9497	5
42600	Chalain-le-Comtal	chalain-le-comtal	84	42	421	45.6457	4.1698	5
42600	Saint-Thomas-la-Garde	saint-thomas-la-garde	84	42	421	45.566	4.0836	5
42600	Saint-Paul-d’Uzore	saint-paul-d-uzore	84	42	421	45.678	4.08	5
42600	Essertines-en-Châtelneuf	essertines-en-chatelneuf	84	42	421	45.6186	3.9954	5
42600	Mornand-en-Forez	mornand-en-forez	84	42	421	45.6833	4.1333	5
42600	Précieux	precieux	84	42	421	45.5833	4.15	5
42600	Chalain-d’Uzore	chalain-d-uzore	84	42	421	45.6711	4.0713	5
42600	Champdieu	champdieu	84	42	421	45.6448	4.0458	5
42600	Verrières-en-Forez	verrieres-en-forez	84	42	421	45.5706	3.9939	5
42600	Lérigneux	lerigneux	84	42	421	45.6009	3.9647	5
42601 CEDEX	Montbrison	montbrison	84	42	421	45.6	4.05	5
42602 CEDEX	Montbrison	montbrison	84	42	421	45.6	4.05	5
42603 CEDEX	Montbrison	montbrison	84	42	421	45.6	4.05	5
42604 CEDEX	Montbrison	montbrison	84	42	421	45.6	4.05	5
42605 CEDEX	Montbrison	montbrison	84	42	421	45.6	4.05	5
42606 CEDEX	Montbrison	montbrison	84	42	421	45.6	4.05	5
42607 CEDEX	Montbrison	montbrison	84	42	421	45.6	4.05	5
42608 CEDEX	Montbrison	montbrison	84	42	421	45.6	4.05	5
42609 CEDEX	Montbrison	montbrison	84	42	421	45.6	4.05	5
42610	Saint-Romain-le-Puy	saint-romain-le-puy	84	42	421	45.5595	4.1284	5
42610	Saint-Georges-Haute-Ville	saint-georges-haute-ville	84	42	421	45.5549	4.0995	5
42620	Saint-Martin-d’Estréaux	saint-martin-d-estreaux	84	42	422	46.2061	3.803	5
42630	Pradines	pradines	84	42	422	45.999	4.177	5
42630	Saint-Victor-sur-Rhins	saint-victor-sur-rhins	84	42	422	46.0019	4.2862	5
42630	Régny	regny	84	42	422	45.9833	4.2167	5
42640	Saint-Romain-la-Motte	saint-romain-la-motte	84	42	422	46.0846	3.9816	5
42640	Noailly	noailly	84	42	422	46.1358	4.0129	5
42640	Saint-Germain-Lespinasse	saint-germain-lespinasse	84	42	422	46.1016	3.962	5
42640	Saint-Forgeux-Lespinasse	saint-forgeux-lespinasse	84	42	422	46.1226	3.9291	5
42650	Saint-Jean-Bonnefonds	saint-jean-bonnefonds	84	42	423	45.4529	4.4506	5
42651 CEDEX	Saint-Jean-Bonnefonds	saint-jean-bonnefonds	84	42	423	45.4529	4.4506	5
42653 CEDEX	Saint-Jean-Bonnefonds	saint-jean-bonnefonds	84	42	423	45.4529	4.4506	5
42660	Jonzieux	jonzieux	84	42	423	45.3158	4.3604	5
42660	Tarentaise	tarentaise	84	42	423	45.3735	4.4867	5
42660	Le Bessat	le-bessat	84	42	423	45.3681	4.5135	5
42660	Saint-Genest-Malifaux	saint-genest-malifaux	84	42	423	45.3423	4.4195	5
42660	Saint-Régis-du-Coin	saint-regis-du-coin	84	42	423	45.2836	4.4445	5
42660	Planfoy	planfoy	84	42	423	45.3828	4.4385	5
42660	Marlhes	marlhes	84	42	423	45.2832	4.3975	5
42660	Saint-Romain-les-Atheux	saint-romain-les-atheux	84	42	423	45.3517	4.3832	5
42670	Belleroche	belleroche	84	42	422	46.1685	4.4097	5
42670	Écoche	ecoche	84	42	422	46.1606	4.2988	5
42670	Belmont-de-la-Loire	belmont-de-la-loire	84	42	422	46.1664	4.3473	5
42670	Saint-Germain-la-Montagne	saint-germain-la-montagne	84	42	422	46.2026	4.3768	5
42680	Saint-Marcellin-en-Forez	saint-marcellin-en-forez	84	42	421	45.4955	4.1692	5
42700	Firminy	firminy	84	42	423	45.3873	4.2907	5
42701 CEDEX	Firminy	firminy	84	42	423	45.3873	4.2907	5
42702 CEDEX	Firminy	firminy	84	42	423	45.3873	4.2907	5
42703 CEDEX	Firminy	firminy	84	42	423	45.3873	4.2907	5
42704 CEDEX	Firminy	firminy	84	42	423	45.3873	4.2907	5
42705 CEDEX	Firminy	firminy	84	42	423	45.3873	4.2907	5
42707 CEDEX	Firminy	firminy	84	42	423	45.3873	4.2907	5
42709 CEDEX	Firminy	firminy	84	42	423	45.3873	4.2907	5
42720	Briennon	briennon	84	42	422	46.1502	4.0872	5
42720	Pouilly-sous-Charlieu	pouilly-sous-charlieu	84	42	422	46.1457	4.1089	5
42720	Nandax	nandax	84	42	422	46.0986	4.1653	5
42720	La Bénisson-Dieu	la-benisson-dieu	84	42	422	46.15	4.05	5
42720	Vougy	vougy	84	42	422	46.1018	4.1197	5
42740	Saint-Paul-en-Jarez	saint-paul-en-jarez	84	42	423	45.4824	4.5713	5
42740	Doizieux	doizieux	84	42	423	45.4265	4.5842	5
42740	La Terrasse-sur-Dorlay	la-terrasse-sur-dorlay	84	42	423	45.4479	4.5821	5
42750	Maizilly	maizilly	84	42	422	46.1783	4.2453	5
42750	Mars	mars	84	42	422	46.1545	4.2468	5
42750	Saint-Denis-de-Cabanne	saint-denis-de-cabanne	84	42	422	46.1735	4.2109	5
42780	Violay	violay	84	42	422	45.8528	4.3572	5
42800	Saint-Martin-la-Plaine	saint-martin-la-plaine	84	42	423	45.5474	4.5912	5
42800	Sainte-Croix-en-Jarez	sainte-croix-en-jarez	84	42	423	45.4782	4.647	5
42800	Genilac	genilac	84	42	423	45.5319	4.5827	5
42800	Saint-Joseph	saint-joseph	84	42	423	45.5569	4.616	5
42800	Chagnon	chagnon	84	42	423	45.5372	4.5525	5
42800	Tartaras	tartaras	84	42	423	45.5531	4.667	5
42800	Dargoire	dargoire	84	42	423	45.5598	4.6657	5
42800	Châteauneuf	chateauneuf	84	42	423	45.5246	4.6404	5
42800	Rive-de-Gier	rive-de-gier	84	42	423	45.5275	4.6159	5
42800	Saint-Romain-en-Jarez	saint-romain-en-jarez	84	42	423	45.5558	4.5344	5
42801 CEDEX	Rive-de-Gier	rive-de-gier	84	42	423	45.5275	4.6159	5
42802 CEDEX	Rive-de-Gier	rive-de-gier	84	42	423	45.5275	4.6159	5
42803 CEDEX	Rive-de-Gier	rive-de-gier	84	42	423	45.5275	4.6159	5
42804 CEDEX	Rive-de-Gier	rive-de-gier	84	42	423	45.5275	4.6159	5
42805 CEDEX	Rive-de-Gier	rive-de-gier	84	42	423	45.5275	4.6159	5
42806 CEDEX	Rive-de-Gier	rive-de-gier	84	42	423	45.5275	4.6159	5
42807 CEDEX	Rive-de-Gier	rive-de-gier	84	42	423	45.5275	4.6159	5
42808 CEDEX	Rive-de-Gier	rive-de-gier	84	42	423	45.5275	4.6159	5
42809 CEDEX	Rive-de-Gier	rive-de-gier	84	42	423	45.5275	4.6159	5
42810	Rozier-en-Donzy	rozier-en-donzy	84	42	421	45.7965	4.2734	5
42820	Ambierle	ambierle	84	42	422	46.1041	3.8939	5
42830	La Tuilière	la-tuiliere	84	42	422	45.9446	3.8016	5
42830	Saint-Priest-la-Prugne	saint-priest-la-prugne	84	42	422	45.9612	3.7496	5
42840	Montagny	montagny	84	42	422	46.0329	4.2348	5
42840	Combre	combre	84	42	422	46.0263	4.2634	5
42890	Sail-sous-Couzan	sail-sous-couzan	84	42	421	45.7348	3.969	5
42920	Chalmazel	chalmazel	84	42	421	45.7014	3.8504	5
42920	Jeansagnière	jeansagniere	84	42	421	45.7279	3.8335	5
42920	Chalmazel-Jeansagnière	chalmazel-jeansagniere	84	42	421	45.7044	3.8506	5
42940	Saint-Bonnet-le-Courreau	saint-bonnet-le-courreau	84	42	421	45.6603	3.9435	5
42940	Châtelneuf	chatelneuf	84	42	421	45.6356	3.9814	5
42950 CEDEX 1	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42951 CEDEX 1	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42952 CEDEX 1	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42953 CEDEX 1	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42954 CEDEX 1	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42955 CEDEX 1	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42958 CEDEX 9	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42959 CEDEX 9	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42961 CEDEX 9	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42962 CEDEX 9	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42963 CEDEX 9	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42964 CEDEX 9	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42965 CEDEX 9	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42966 CEDEX 9	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42967 CEDEX 9	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42968 CEDEX 9	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42969 CEDEX 9	Saint-Étienne	saint-etienne	84	42	423	45.4339	4.39	5
42990	Sauvain	sauvain	84	42	421	45.6744	3.9081	5
42990	Palogneux	palogneux	84	42	421	45.7416	3.9193	5
42990	Saint-Georges-en-Couzan	saint-georges-en-couzan	84	42	421	45.7013	3.9306	5
42990	Saint-Just-en-Bas	saint-just-en-bas	84	42	421	45.7311	3.8804	5
43000	Ceyssac	ceyssac	84	43	432	45.0389	3.8347	5
43000	Espaly-Saint-Marcel	espaly-saint-marcel	84	43	432	45.0479	3.8656	5
43000	Aiguilhe	aiguilhe	84	43	432	45.0503	3.882	5
43000	Polignac	polignac	84	43	432	45.0709	3.8603	5
43000	Le Puy-en-Velay	le-puy-en-velay	84	43	432	45.0437	3.8852	5
43001 CEDEX	Le Puy-en-Velay	le-puy-en-velay	84	43	432	45.0437	3.8852	5
43002 CEDEX	Le Puy-en-Velay	le-puy-en-velay	84	43	432	45.0437	3.8852	5
43003 CEDEX	Le Puy-en-Velay	le-puy-en-velay	84	43	432	45.0437	3.8852	5
43004 CEDEX	Le Puy-en-Velay	le-puy-en-velay	84	43	432	45.0437	3.8852	5
43005 CEDEX	Le Puy-en-Velay	le-puy-en-velay	84	43	432	45.0437	3.8852	5
43006 CEDEX	Le Puy-en-Velay	le-puy-en-velay	84	43	432	45.0437	3.8852	5
43008 CEDEX	Le Puy-en-Velay	le-puy-en-velay	84	43	432	45.0437	3.8852	5
43009 CEDEX	Le Puy-en-Velay	le-puy-en-velay	84	43	432	45.0437	3.8852	5
43010 CEDEX	Le Puy-en-Velay	le-puy-en-velay	84	43	432	45.0437	3.8852	5
43011 CEDEX	Le Puy-en-Velay	le-puy-en-velay	84	43	432	45.0437	3.8852	5
43012 CEDEX	Le Puy-en-Velay	le-puy-en-velay	84	43	432	45.0437	3.8852	5
43013 CEDEX	Le Puy-en-Velay	le-puy-en-velay	84	43	432	45.0437	3.8852	5
43014 CEDEX	Le Puy-en-Velay	le-puy-en-velay	84	43	432	45.0437	3.8852	5
43017 CEDEX	Le Puy-en-Velay	le-puy-en-velay	84	43	432	45.0437	3.8852	5
43019 CEDEX	Le Puy-en-Velay	le-puy-en-velay	84	43	432	45.0437	3.8852	5
43100	Mercœur	merc-ur	84	43	431	45.2	3.3	5
43100	Chaniat	chaniat	84	43	431	45.317	3.4848	5
43100	Lavaudieu	lavaudieu	84	43	431	45.2624	3.4546	5
43100	Saint-Beauzire	saint-beauzire	84	43	431	45.2749	3.2672	5
43100	Javaugues	javaugues	84	43	431	45.2889	3.4813	5
43100	Agnat	agnat	84	43	431	45.3435	3.449	5
43100	Beaumont	beaumont	84	43	431	45.3129	3.3419	5
43100	Brioude	brioude	84	43	431	45.3	3.4	5
43100	Lubilhac	lubilhac	84	43	431	45.2528	3.2444	5
43100	Saint-Just-près-Brioude	saint-just-pres-brioude	84	43	431	45.2383	3.3535	5
43100	Paulhac	paulhac	84	43	431	45.3002	3.348	5
43100	Cohade	cohade	84	43	431	45.3377	3.3734	5
43100	Saint-Laurent-Chabreuges	saint-laurent-chabreuges	84	43	431	45.2793	3.3438	5
43100	Vieille-Brioude	vieille-brioude	84	43	431	45.2665	3.4027	5
43100	Fontannes	fontannes	84	43	431	45.2893	3.4246	5
43100	Lamothe	lamothe	84	43	431	45.3134	3.4251	5
43101 CEDEX	Brioude	brioude	84	43	431	45.3	3.4	5
43102 CEDEX	Brioude	brioude	84	43	431	45.3	3.4	5
43103 CEDEX	Brioude	brioude	84	43	431	45.3	3.4	5
43110	Aurec-sur-Loire	aurec-sur-loire	84	43	433	45.3691	4.2049	5
43120	Monistrol-sur-Loire	monistrol-sur-loire	84	43	433	45.2933	4.1716	5
43120	La Chapelle-d’Aurec	la-chapelle-d-aurec	84	43	433	45.3334	4.2057	5
43130	Retournac	retournac	84	43	433	45.2063	4.0355	5
43130	Saint-André-de-Chalencon	saint-andre-de-chalencon	84	43	433	45.273	3.97	5
43130	Solignac-sous-Roche	solignac-sous-roche	84	43	433	45.252	3.9964	5
43140	Saint-Didier-en-Velay	saint-didier-en-velay	84	43	433	45.3023	4.2756	5
43140	La Séauve-sur-Semène	la-seauve-sur-semene	84	43	433	45.297	4.2532	5
43140	Saint-Victor-Malescours	saint-victor-malescours	84	43	433	45.2917	4.3122	5
43150	Saint-Martin-de-Fugères	saint-martin-de-fugeres	84	43	432	44.9057	3.9349	5
43150	Freycenet-la-Cuche	freycenet-la-cuche	84	43	432	44.8941	4.0881	5
43150	Salettes	salettes	84	43	432	44.8611	3.9637	5
43150	Freycenet-la-Tour	freycenet-la-tour	84	43	432	44.9383	4.0609	5
43150	Le Monastier-sur-Gazeille	le-monastier-sur-gazeille	84	43	432	44.9333	4	5
43150	Moudeyres	moudeyres	84	43	432	44.9555	4.1002	5
43150	Présailles	presailles	84	43	432	44.9028	4.0283	5
43150	Goudet	goudet	84	43	432	44.8893	3.9249	5
43150	Les Estables	les-estables	84	43	432	44.9023	4.1567	5
43150	Alleyrac	alleyrac	84	43	432	44.8906	3.9857	5
43150	Chadron	chadron	84	43	432	44.9598	3.9364	5
43150	Laussonne	laussonne	84	43	432	44.9694	4.0527	5
43160	Bonneval	bonneval	84	43	431	45.3121	3.7413	5
43160	Sembadel	sembadel	84	43	431	45.2749	3.6869	5
43160	La Chapelle-Geneste	la-chapelle-geneste	84	43	431	45.3495	3.6673	5
43160	Malvières	malvieres	84	43	431	45.3376	3.7323	5
43160	Berbezit	berbezit	84	43	431	45.2846	3.5951	5
43160	La Chaise-Dieu	la-chaise-dieu	84	43	431	45.3211	3.6969	5
43160	Cistrières	cistrieres	84	43	431	45.3217	3.6212	5
43160	Saint-Pal-de-Senouire	saint-pal-de-senouire	84	43	431	45.2591	3.6517	5
43160	Félines	felines	84	43	431	45.2717	3.7439	5
43160	Connangles	connangles	84	43	431	45.2994	3.6479	5
43170	Chanaleilles	chanaleilles	84	43	431	44.8612	3.4881	5
43170	Esplantas	esplantas	84	43	431	44.9076	3.5467	5
43170	Grèzes	grezes	84	43	431	44.9196	3.4872	5
43170	La Besseyre-Saint-Mary	la-besseyre-saint-mary	84	43	431	44.9708	3.4174	5
43170	Cubelles	cubelles	84	43	431	45.0063	3.5795	5
43170	Esplantas-Vazeilles	esplantas-vazeilles	84	43	431	44.9094	3.5467	5
43170	Thoras	thoras	84	43	431	44.8651	3.5623	5
43170	Saugues	saugues	84	43	431	44.9604	3.5478	5
43170	Venteuges	venteuges	84	43	431	44.9844	3.4977	5
43190	Chenereilles	chenereilles	84	43	433	45.134	4.2527	5
43190	Tence	tence	84	43	433	45.115	4.2917	5
43190	Le Mas-de-Tence	le-mas-de-tence	84	43	433	45.121	4.3597	5
43200	Grazac	grazac	84	43	433	45.1862	4.1829	5
43200	Le Pertuis	le-pertuis	84	43	432	45.0962	4.0584	5
43200	Araules	araules	84	43	433	45.0906	4.1733	5
43200	Bessamorel	bessamorel	84	43	433	45.1206	4.0877	5
43200	Beaux	beaux	84	43	433	45.1872	4.0922	5
43200	Saint-Maurice-de-Lignon	saint-maurice-de-lignon	84	43	433	45.2243	4.1391	5
43200	Yssingeaux	yssingeaux	84	43	433	45.1333	4.1167	5
43200	Lapte	lapte	84	43	433	45.1856	4.217	5
43200	Saint-Julien-du-Pinet	saint-julien-du-pinet	84	43	433	45.152	4.0387	5
43200	Saint-Jeures	saint-jeures	84	43	433	45.0963	4.2067	5
43201 CEDEX	Yssingeaux	yssingeaux	84	43	433	45.1333	4.1167	5
43202 CEDEX	Yssingeaux	yssingeaux	84	43	433	45.1333	4.1167	5
43203 CEDEX	Yssingeaux	yssingeaux	84	43	433	45.1333	4.1167	5
43210	Malvalette	malvalette	84	43	433	45.3554	4.1584	5
43210	Bas-en-Basset	bas-en-basset	84	43	433	45.3065	4.109	5
43210	Valprivas	valprivas	84	43	433	45.3114	4.044	5
43220	Riotord	riotord	84	43	433	45.2323	4.4038	5
43220	Saint-Julien-Molhesabate	saint-julien-molhesabate	84	43	433	45.1861	4.4286	5
43220	Dunières	dunieres	84	43	433	45.216	4.3458	5
43230	Salzuit	salzuit	84	43	431	45.2108	3.4848	5
43230	Chavaniac-Lafayette	chavaniac-lafayette	84	43	431	45.1585	3.5804	5
43230	Paulhaguet	paulhaguet	84	43	431	45.2078	3.5142	5
43230	La Chomette	la-chomette	84	43	431	45.2304	3.4741	5
43230	Saint-Préjet-Armandon	saint-prejet-armandon	84	43	431	45.2546	3.5424	5
43230	Sainte-Marguerite	sainte-marguerite	84	43	431	45.2063	3.5914	5
43230	Couteuges	couteuges	84	43	431	45.1883	3.4976	5
43230	Collat	collat	84	43	431	45.2434	3.6108	5
43230	Josat	josat	84	43	431	45.2124	3.6097	5
43230	Chassagnes	chassagnes	84	43	431	45.2146	3.5392	5
43230	Domeyrat	domeyrat	84	43	431	45.2497	3.5024	5
43230	Sainte-Eugénie-de-Villeneuve	sainte-eugenie-de-villeneuve	84	43	431	45.139	3.6225	5
43230	Montclard	montclard	84	43	431	45.2684	3.5654	5
43230	Vals-le-Chastel	vals-le-chastel	84	43	431	45.2713	3.5215	5
43230	Mazerat-Aurouze	mazerat-aurouze	84	43	431	45.1833	3.5667	5
43230	Saint-Georges-d’Aurac	saint-georges-d-aurac	84	43	431	45.1569	3.5404	5
43230	Frugières-le-Pin	frugieres-le-pin	84	43	431	45.2676	3.4871	5
43230	Jax	jax	84	43	431	45.1685	3.6188	5
43240	Saint-Just-Malmont	saint-just-malmont	84	43	433	45.3397	4.3133	5
43250	Sainte-Florine	sainte-florine	84	43	431	45.4055	3.32	5
43250	Frugerès-les-Mines	frugeres-les-mines	84	43	431	45.3833	3.3167	5
43260	Champclause	champclause	84	43	432	45.0167	4.1667	5
43260	Saint-Pierre-Eynac	saint-pierre-eynac	84	43	432	45.0462	4.0344	5
43260	Queyrières	queyrieres	84	43	432	45.0723	4.0984	5
43260	Saint-Hostien	saint-hostien	84	43	432	45.0753	4.0411	5
43260	Saint-Étienne-Lardeyrol	saint-etienne-lardeyrol	84	43	432	45.0719	4.0015	5
43260	Saint-Julien-Chapteuil	saint-julien-chapteuil	84	43	432	45.034	4.0623	5
43260	Lantriac	lantriac	84	43	432	45.0005	4.0044	5
43260	Montusclat	montusclat	84	43	432	45.0133	4.1226	5
43270	Varennes-Saint-Honorat	varennes-saint-honorat	84	43	432	45.1796	3.6381	5
43270	La Chapelle-Bertin	la-chapelle-bertin	84	43	432	45.2188	3.6484	5
43270	Vernassal	vernassal	84	43	432	45.149	3.7026	5
43270	Allègre	allegre	84	43	432	45.2005	3.7128	5
43270	Céaux-d’Allègre	ceaux-d-allegre	84	43	432	45.1818	3.747	5
43270	Monlet	monlet	84	43	432	45.2196	3.7145	5
43290	Montregard	montregard	84	43	433	45.1587	4.3467	5
43290	Raucoules	raucoules	84	43	433	45.1884	4.2948	5
43290	Saint-Bonnet-le-Froid	saint-bonnet-le-froid	84	43	433	45.1428	4.4361	5
43290	Montfaucon-en-Velay	montfaucon-en-velay	84	43	433	45.1856	4.3138	5
43300	Chanteuges	chanteuges	84	43	431	45.0725	3.5335	5
43300	Saint-Arcons-d'Allier	saint-arcons-d-allier	84	43	431	45.0667	3.5667	5
43300	Cronce	cronce	84	43	431	45.0926	3.3609	5
43300	Ferrussac	ferrussac	84	43	431	45.0935	3.4005	5
43300	Vissac-Auteyrac	vissac-auteyrac	84	43	431	45.116	3.6448	5
43300	Langeac	langeac	84	43	431	45.1033	3.4932	5
43300	Desges	desges	84	43	431	45.0176	3.4513	5
43300	Pinols	pinols	84	43	431	45.0521	3.4139	5
43300	Auvers	auvers	84	43	431	44.9965	3.4014	5
43300	Mazeyrat-d'Allier	mazeyrat-d-allier	84	43	431	45.1207	3.5296	5
43300	Saint-Julien-des-Chazes	saint-julien-des-chazes	84	43	431	45.047	3.5843	5
43300	Prades	prades	84	43	431	45.0276	3.5934	5
43300	Saint-Bérain	saint-berain	84	43	431	45.0328	3.6332	5
43300	Charraix	charraix	84	43	431	45.026	3.5692	5
43300	Siaugues-Sainte-Marie	siaugues-sainte-marie	84	43	431	45.0938	3.6329	5
43300	Chastel	chastel	84	43	431	45.0835	3.323	5
43300	Pébrac	pebrac	84	43	431	45.0305	3.5086	5
43300	Chazelles	chazelles	84	43	431	45.0193	3.4886	5
43300	Tailhac	tailhac	84	43	431	45.0417	3.4574	5
43320	Fix-Saint-Geneys	fix-saint-geneys	84	43	432	45.1426	3.6683	5
43320	Vergezac	vergezac	84	43	432	45.0328	3.728	5
43320	Saint-Vidal	saint-vidal	84	43	432	45.0746	3.8008	5
43320	Loudes	loudes	84	43	432	45.0879	3.7479	5
43320	Saint-Jean-de-Nay	saint-jean-de-nay	84	43	432	45.0696	3.6966	5
43320	Vazeilles-Limandre	vazeilles-limandre	84	43	432	45.1133	3.6985	5
43320	Le Vernet	le-vernet	84	43	432	45.0364	3.6715	5
43320	Chaspuzac	chaspuzac	84	43	432	45.068	3.7494	5
43320	Sanssac-l’Église	sanssac-l-eglise	84	43	432	45.0516	3.7792	5
43330	Pont-Salomon	pont-salomon	84	43	433	45.3392	4.2481	5
43330	Saint-Ferréol-d’Auroure	saint-ferreol-d-auroure	84	43	433	45.3559	4.2556	5
43340	Saint-Christophe-d’Allier	saint-christophe-d-allier	84	43	431	44.8565	3.7043	5
43340	Landos	landos	84	43	432	44.8426	3.8322	5
43340	Rauret	rauret	84	43	432	44.8173	3.7917	5
43340	Barges	barges	84	43	432	44.8365	3.8945	5
43340	Saint-Haon	saint-haon	84	43	432	44.8463	3.7586	5
43350	Lissac	lissac	84	43	432	45.1327	3.7678	5
43350	Borne	borne	84	43	432	45.0998	3.7988	5
43350	Blanzac	blanzac	84	43	432	45.1085	3.8425	5
43350	Saint-Paulien	saint-paulien	84	43	432	45.1365	3.8138	5
43350	Saint-Geneys-près-Saint-Paulien	saint-geneys-pres-saint-paulien	84	43	432	45.1618	3.8224	5
43350	Bellevue-la-Montagne	bellevue-la-montagne	84	43	432	45.2201	3.8195	5
43360	Lorlanges	lorlanges	84	43	431	45.3355	3.2658	5
43360	Bournoncle-Saint-Pierre	bournoncle-saint-pierre	84	43	431	45.343	3.3184	5
43360	Vergongheon	vergongheon	84	43	431	45.3706	3.3192	5
43360	Saint-Géron	saint-geron	84	43	431	45.3422	3.295	5
43370	Saint-Christophe-sur-Dolaison	saint-christophe-sur-dolaison	84	43	432	44.9962	3.8195	5
43370	Solignac-sur-Loire	solignac-sur-loire	84	43	432	44.9682	3.8853	5
43370	Le Brignon	le-brignon	84	43	432	44.9351	3.8798	5
43370	Bains	bains	84	43	432	45.0096	3.7746	5
43370	Cussac-sur-Loire	cussac-sur-loire	84	43	432	44.9881	3.8842	5
43380	Cerzat	cerzat	84	43	431	45.2013	3.421	5
43380	Aubazat	aubazat	84	43	431	45.1389	3.4374	5
43380	Saint-Ilpize	saint-ilpize	84	43	431	45.1957	3.3878	5
43380	Villeneuve-d’Allier	villeneuve-d-allier	84	43	431	45.1977	3.3839	5
43380	Lavoûte-Chilhac	lavoute-chilhac	84	43	431	45.1496	3.4062	5
43380	Chilhac	chilhac	84	43	431	45.1566	3.4375	5
43380	Blassac	blassac	84	43	431	45.1707	3.4	5
43380	Saint-Austremoine	saint-austremoine	84	43	431	45.1207	3.3704	5
43380	Ally	ally	84	43	431	45.1599	3.3137	5
43380	Saint-Privat-du-Dragon	saint-privat-du-dragon	84	43	431	45.1884	3.4491	5
43380	Saint-Cirgues	saint-cirgues	84	43	431	45.145	3.4048	5
43380	Arlet	arlet	84	43	431	45.1161	3.4195	5
43390	Auzon	auzon	84	43	431	45.3922	3.3735	5
43390	Azérat	azerat	84	43	431	45.3628	3.382	5
43390	Vézézoux	vezezoux	84	43	431	45.4043	3.3481	5
43390	Saint-Hilaire	saint-hilaire	84	43	431	45.3802	3.4378	5
43400	Le Chambon-sur-Lignon	le-chambon-sur-lignon	84	43	433	45.0608	4.3031	5
43410	Léotoing	leotoing	84	43	431	45.3621	3.2224	5
43410	Chambezon	chambezon	84	43	431	45.38	3.2407	5
43410	Lempdes-sur-Allagnon	lempdes-sur-allagnon	84	43	431	45.3833	3.2833	5
43420	Saint-Arcons-de-Barges	saint-arcons-de-barges	84	43	432	44.8396	3.9234	5
43420	Saint-Étienne-du-Vigan	saint-etienne-du-vigan	84	43	432	44.7804	3.8348	5
43420	Saint-Paul-de-Tartas	saint-paul-de-tartas	84	43	432	44.8035	3.9064	5
43420	Pradelles	pradelles	84	43	432	44.7692	3.8837	5
43430	Fay-sur-Lignon	fay-sur-lignon	84	43	432	44.9855	4.2264	5
43430	Chaudeyrolles	chaudeyrolles	84	43	432	44.95	4.25	5
43430	Champclause	champclause	84	43	432	45.0167	4.1667	5
43430	Les Vastres	les-vastres	84	43	432	44.9899	4.2598	5
43440	Laval-sur-Doulon	laval-sur-doulon	84	43	431	45.3516	3.562	5
43440	Chassignolles	chassignolles	84	43	431	45.3973	3.4919	5
43440	Champagnac-le-Vieux	champagnac-le-vieux	84	43	431	45.3583	3.5034	5
43440	Saint-Vert	saint-vert	84	43	431	45.3716	3.5318	5
43440	Saint-Didier-sur-Doulon	saint-didier-sur-doulon	84	43	431	45.3011	3.5396	5
43450	Saint-Étienne-sur-Blesle	saint-etienne-sur-blesle	84	43	431	45.3167	3.1333	5
43450	Torsiac	torsiac	84	43	431	45.35	3.2333	5
43450	Autrac	autrac	84	43	431	45.3293	3.1324	5
43450	Espalem	espalem	84	43	431	45.3074	3.2325	5
43450	Grenier-Montgon	grenier-montgon	84	43	431	45.2872	3.1954	5
43450	Blesle	blesle	84	43	431	45.3183	3.1713	5
43490	Costaros	costaros	84	43	432	44.8946	3.8497	5
43490	Lafarre	lafarre	84	43	432	44.8427	3.9897	5
43490	Vielprat	vielprat	84	43	432	44.8542	3.9538	5
43490	Arlempdes	arlempdes	84	43	432	44.8662	3.9228	5
43500	Saint-Pal-de-Chalencon	saint-pal-de-chalencon	84	43	433	45.35	3.95	5
43500	Saint-Julien-d’Ance	saint-julien-d-ance	84	43	432	45.3038	3.9132	5
43500	Boisset	boisset	84	43	433	45.3231	3.9826	5
43500	Jullianges	jullianges	84	43	432	45.3057	3.7917	5
43500	Saint-Georges-Lagricol	saint-georges-lagricol	84	43	432	45.3	3.8833	5
43500	Chomelix	chomelix	84	43	432	45.2624	3.8273	5
43500	Beaune-sur-Arzon	beaune-sur-arzon	84	43	432	45.2797	3.8157	5
43500	Craponne-sur-Arzon	craponne-sur-arzon	84	43	432	45.3314	3.848	5
43500	Saint-Jean-d’Aubrigoux	saint-jean-d-aubrigoux	84	43	432	45.3602	3.8134	5
43500	Saint-Victor-sur-Arlanc	saint-victor-sur-arlanc	84	43	432	45.3353	3.775	5
43510	Ouides	ouides	84	43	432	44.9038	3.7373	5
43510	Saint-Jean-Lachalm	saint-jean-lachalm	84	43	432	44.9574	3.7188	5
43510	Cayres	cayres	84	43	432	44.9236	3.8088	5
43510	Séneujols	seneujols	84	43	432	44.9605	3.7813	5
43510	Le Bouchet-Saint-Nicolas	le-bouchet-saint-nicolas	84	43	432	44.8901	3.7897	5
43520	Mazet-Saint-Voy	mazet-saint-voy	84	43	433	45.0479	4.245	5
43530	Tiranges	tiranges	84	43	433	45.3041	3.9882	5
43550	Saint-Front	saint-front	84	43	432	44.9771	4.1416	5
43580	Monistrol-d’Allier	monistrol-d-allier	84	43	431	44.9678	3.6436	5
43580	Saint-Privat-d’Allier	saint-privat-d-allier	84	43	432	44.9901	3.6744	5
43580	Saint-Préjet-d’Allier	saint-prejet-d-allier	84	43	431	44.916	3.624	5
43580	Vazeilles-près-Saugues	vazeilles-pres-saugues	84	43	431	44.8983	3.5888	5
43580	Saint-Didier-d’Allier	saint-didier-d-allier	84	43	432	44.9701	3.6914	5
43580	Alleyras	alleyras	84	43	432	44.9061	3.6826	5
43580	Saint-Vénérand	saint-venerand	84	43	431	44.8669	3.679	5
43580	Esplantas-Vazeilles	esplantas-vazeilles	84	43	431	44.9094	3.5467	5
43580	Croisances	croisances	84	43	431	44.8991	3.6138	5
43580	Thoras	thoras	84	43	431	44.865	3.5622	5
43590	Beauzac	beauzac	84	43	433	45.26	4.0988	5
43600	Les Villettes	les-villettes	84	43	433	45.2349	4.1833	5
43600	Sainte-Sigolène	sainte-sigolene	84	43	433	45.2433	4.2334	5
43620	Saint-Pal-de-Mons	saint-pal-de-mons	84	43	433	45.2463	4.2741	5
43620	Saint-Romain-Lachalm	saint-romain-lachalm	84	43	433	45.2665	4.335	5
43700	Arsac-en-Velay	arsac-en-velay	84	43	432	44.9907	3.9434	5
43700	Saint-Germain-Laprade	saint-germain-laprade	84	43	432	45.0386	3.97	5
43700	Brives-Charensac	brives-charensac	84	43	432	45.0478	3.9288	5
43700	Chaspinhac	chaspinhac	84	43	432	45.0861	3.9452	5
43700	Coubon	coubon	84	43	432	44.9973	3.9178	5
43700	Le Monteil	le-monteil	84	43	432	45.0654	3.9135	5
43700	Blavozy	blavozy	84	43	432	45.0572	3.9799	5
43750	Vals-près-le-Puy	vals-pres-le-puy	84	43	432	45.0315	3.8779	5
43770	Chadrac	chadrac	84	43	432	45.0618	3.9026	5
43800	Chamalières-sur-Loire	chamalieres-sur-loire	84	43	432	45.2012	3.9843	5
43800	Mézères	mezeres	84	43	432	45.1598	4.0188	5
43800	Malrevers	malrevers	84	43	432	45.0981	3.9665	5
43800	Beaulieu	beaulieu	84	43	432	45.1279	3.9411	5
43800	Saint-Vincent	saint-vincent	84	43	432	45.1444	3.9094	5
43800	Rosières	rosieres	84	43	432	45.1323	3.9877	5
43800	Vorey	vorey	84	43	432	45.1836	3.9099	5
43800	Lavoûte-sur-Loire	lavoute-sur-loire	84	43	432	45.1186	3.9063	5
43810	Saint-Pierre-du-Champ	saint-pierre-du-champ	84	43	432	45.25	3.9	5
43810	Roche-en-Régnier	roche-en-regnier	84	43	432	45.2213	3.9413	5
63000	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63001 CEDEX 1	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63002 CEDEX 1	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63003 CEDEX 1	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63004 CEDEX 1	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63005 CEDEX 1	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63006 CEDEX 1	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63007 CEDEX 1	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63008 CEDEX 1	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63009 CEDEX 1	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63010 CEDEX 1	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63011 CEDEX 1	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63012 CEDEX 1	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63013 CEDEX 1	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63014 CEDEX 2	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63015 CEDEX 2	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63016 CEDEX 2	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63017 CEDEX 2	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63018 CEDEX 2	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63019 CEDEX 2	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63020 CEDEX 2	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63021 CEDEX 2	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63022 CEDEX 2	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63023 CEDEX 2	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63024 CEDEX 2	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63028 CEDEX 2	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63029 CEDEX 2	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63030 CEDEX 1	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63031 CEDEX 9	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63032 CEDEX 9	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63033 CEDEX 1	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63034 CEDEX 1	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63035 CEDEX 1	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63036 CEDEX 9	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63037 CEDEX 1	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63038 CEDEX 1	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63039 CEDEX 2	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63040 CEDEX 9	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63042 CEDEX 2	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63043 CEDEX 2	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63044 CEDEX 1	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63045 CEDEX 9	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63046 CEDEX 2	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63049 CEDEX 1	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63050 CEDEX 2	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63051 CEDEX 2	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63054 CEDEX 9	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63055 CEDEX 9	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63056 CEDEX 2	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63057 CEDEX 1	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63058 CEDEX 1	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63063 CEDEX 1	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63064 CEDEX 1	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63100	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63110	Beaumont	beaumont	84	63	632	45.7512	3.0836	5
63111	Dallet	dallet	84	63	632	45.7704	3.2391	5
63112	Blanzat	blanzat	84	63	632	45.8314	3.0811	5
63113	Picherande	picherande	84	63	633	45.4645	2.7698	5
63114	Authezat	authezat	84	63	632	45.6333	3.2	5
63114	Montpeyroux	montpeyroux	84	63	633	45.6217	3.2044	5
63114	Coudes	coudes	84	63	633	45.6151	3.2086	5
63115	Mezel	mezel	84	63	632	45.7552	3.2431	5
63116	Beauregard-l’Évêque	beauregard-l-eveque	84	63	632	45.8126	3.2999	5
63117	Chauriat	chauriat	84	63	632	45.7515	3.2795	5
63118	Cébazat	cebazat	84	63	632	45.8341	3.1005	5
63119	Châteaugay	chateaugay	84	63	632	45.8513	3.0897	5
63120	Courpière	courpiere	84	63	635	45.7569	3.5422	5
63120	Vollore-Ville	vollore-ville	84	63	635	45.787	3.6026	5
63120	Sauviat	sauviat	84	63	635	45.7154	3.535	5
63120	Néronde-sur-Dore	neronde-sur-dore	84	63	635	45.7981	3.5228	5
63120	Sainte-Agathe	sainte-agathe	84	63	635	45.8214	3.6121	5
63120	Sermentizon	sermentizon	84	63	635	45.7619	3.4999	5
63120	Vollore-Montagne	vollore-montagne	84	63	635	45.7852	3.6738	5
63120	Aubusson-d’Auvergne	aubusson-d-auvergne	84	63	635	45.7551	3.618	5
63122	Ceyrat	ceyrat	84	63	632	45.7318	3.0633	5
63122	Saint-Genès-Champanelle	saint-genes-champanelle	84	63	632	45.7192	3.0189	5
63130	Royat	royat	84	63	632	45.7638	3.0495	5
63140	Châtel-Guyon	chatel-guyon	84	63	634	45.9167	3.0667	5
63150	La Bourboule	la-bourboule	84	63	633	45.5884	2.7396	5
63150	Murat-le-Quaire	murat-le-quaire	84	63	633	45.5972	2.7344	5
63160	Bongheat	bongheat	84	63	632	45.7275	3.426	5
63160	Billom	billom	84	63	632	45.723	3.3424	5
63160	Égliseneuve-près-Billom	egliseneuve-pres-billom	84	63	632	45.7229	3.3905	5
63160	Glaine-Montaigut	glaine-montaigut	84	63	632	45.7553	3.3894	5
63160	Saint-Julien-de-Coppel	saint-julien-de-coppel	84	63	632	45.6934	3.3118	5
63160	Fayet-le-Château	fayet-le-chateau	84	63	632	45.678	3.4136	5
63160	Mauzun	mauzun	84	63	632	45.7045	3.4303	5
63160	Neuville	neuville	84	63	632	45.746	3.4368	5
63160	Montmorin	montmorin	84	63	632	45.6958	3.3609	5
63160	Reignat	reignat	84	63	632	45.7496	3.3585	5
63160	Espirat	espirat	84	63	632	45.7503	3.3359	5
63160	Chas	chas	84	63	632	45.7501	3.3012	5
63170	Pérignat-lès-Sarliève	perignat-les-sarlieve	84	63	632	45.7357	3.1402	5
63170	Aubière	aubiere	84	63	632	45.7516	3.1125	5
63171 CEDEX	Aubière	aubiere	84	63	632	45.7516	3.1125	5
63172 CEDEX	Aubière	aubiere	84	63	632	45.7516	3.1125	5
63173 CEDEX	Aubière	aubiere	84	63	632	45.7516	3.1125	5
63174 CEDEX	Aubière	aubiere	84	63	632	45.7516	3.1125	5
63175 CEDEX	Aubière	aubiere	84	63	632	45.7516	3.1125	5
63177 CEDEX	Aubière	aubiere	84	63	632	45.7516	3.1125	5
63178 CEDEX	Aubière	aubiere	84	63	632	45.7516	3.1125	5
63190	Orléat	orleat	84	63	635	45.8616	3.4219	5
63190	Lezoux	lezoux	84	63	635	45.8269	3.3792	5
63190	Saint-Jean-d’Heurs	saint-jean-d-heurs	84	63	635	45.8192	3.4468	5
63190	Ravel	ravel	84	63	635	45.7793	3.3956	5
63190	Lempty	lempty	84	63	635	45.8278	3.3311	5
63190	Bort-l’Étang	bort-l-etang	84	63	635	45.7838	3.4269	5
63190	Seychalles	seychalles	84	63	635	45.8058	3.3381	5
63190	Moissat	moissat	84	63	635	45.7667	3.35	5
63200	Riom	riom	84	63	634	45.9	3.1167	5
63200	Saint-Bonnet-près-Riom	saint-bonnet-pres-riom	84	63	634	45.9289	3.1116	5
63200	Prompsat	prompsat	84	63	634	45.949	3.0773	5
63200	Chambaron sur Morge	chambaron-sur-morge	84	63	634	45.9669	3.1606	5
63200	Le Cheix	le-cheix	84	63	634	45.95	3.1667	5
63200	Ménétrol	menetrol	84	63	634	45.8718	3.1274	5
63200	Mozac	mozac	84	63	634	45.8917	3.091	5
63200	Malauzat	malauzat	84	63	634	45.8475	3.053	5
63200	Yssac-la-Tourette	yssac-la-tourette	84	63	634	45.9341	3.0923	5
63200	Davayat	davayat	84	63	634	45.9471	3.1105	5
63200	Marsat	marsat	84	63	634	45.8766	3.0829	5
63200	Gimeaux	gimeaux	84	63	634	45.9492	3.0945	5
63200	Pessat-Villeneuve	pessat-villeneuve	84	63	634	45.9139	3.1574	5
63200	Cellule	cellule	84	63	634	45.9473	3.1405	5
63200	La Moutade	la-moutade	84	63	634	45.9663	3.1604	5
63201 CEDEX	Riom	riom	84	63	634	45.9	3.1167	5
63202 CEDEX	Riom	riom	84	63	634	45.9	3.1167	5
63203 CEDEX	Riom	riom	84	63	634	45.9	3.1167	5
63204 CEDEX	Riom	riom	84	63	634	45.9	3.1167	5
63205 CEDEX	Riom	riom	84	63	634	45.9	3.1167	5
63206 CEDEX	Riom	riom	84	63	634	45.9	3.1167	5
63210	Nébouzat	nebouzat	84	63	633	45.7158	2.9053	5
63210	Orcival	orcival	84	63	633	45.6831	2.8427	5
63210	Perpezat	perpezat	84	63	633	45.6789	2.7732	5
63210	Rochefort-Montagne	rochefort-montagne	84	63	633	45.6856	2.8041	5
63210	Ceyssat	ceyssat	84	63	633	45.7632	2.895	5
63210	Aurières	aurieres	84	63	633	45.6829	2.9064	5
63210	Saint-Pierre-Roche	saint-pierre-roche	84	63	633	45.7262	2.8247	5
63210	Saint-Bonnet-près-Orcival	saint-bonnet-pres-orcival	84	63	633	45.7056	2.8605	5
63210	Heume-l’Église	heume-l-eglise	84	63	633	45.7171	2.7343	5
63210	Olby	olby	84	63	633	45.7447	2.8675	5
63210	Vernines	vernines	84	63	633	45.6692	2.8798	5
63220	Doranges	doranges	84	63	631	45.406	3.6155	5
63220	Saint-Alyre-d’Arlanc	saint-alyre-d-arlanc	84	63	631	45.3698	3.6384	5
63220	Saint-Sauveur-la-Sagne	saint-sauveur-la-sagne	84	63	631	45.4	3.6667	5
63220	Mayres	mayres	84	63	631	45.388	3.6956	5
63220	Chaumont-le-Bourg	chaumont-le-bourg	84	63	631	45.45	3.7718	5
63220	Dore-l’Église	dore-l-eglise	84	63	631	45.3814	3.7527	5
63220	Novacelles	novacelles	84	63	631	45.438	3.6499	5
63220	Arlanc	arlanc	84	63	631	45.4139	3.7253	5
63220	Beurières	beurieres	84	63	631	45.4333	3.7833	5
63220	Medeyrolles	medeyrolles	84	63	631	45.4044	3.8032	5
63230	Pulvérières	pulverieres	84	63	634	45.8846	2.9097	5
63230	Bromont-Lamothe	bromont-lamothe	84	63	634	45.8408	2.8192	5
63230	Montfermy	montfermy	84	63	634	45.8809	2.8098	5
63230	La Goutelle	la-goutelle	84	63	634	45.843	2.7606	5
63230	Saint-Jacques-d’Ambur	saint-jacques-d-ambur	84	63	634	45.9018	2.7768	5
63230	Saint-Pierre-le-Chastel	saint-pierre-le-chastel	84	63	634	45.7981	2.8438	5
63230	Saint-Ours	saint-ours	84	63	634	45.85	2.8932	5
63230	Chapdes-Beaufort	chapdes-beaufort	84	63	634	45.8922	2.8638	5
63230	Mazaye	mazaye	84	63	633	45.7853	2.8596	5
63230	Pontgibaud	pontgibaud	84	63	634	45.833	2.8523	5
63240	Mont-Dore	mont-dore	84	63	633	45.5667	2.8167	5
63250	Celles-sur-Durolle	celles-sur-durolle	84	63	635	45.8579	3.6353	5
63250	Viscomtat	viscomtat	84	63	635	45.8333	3.6833	5
63250	Chabreloche	chabreloche	84	63	635	45.8797	3.6952	5
63250	Arconsat	arconsat	84	63	635	45.8892	3.7137	5
63260	Saint-Genès-du-Retz	saint-genes-du-retz	84	63	634	46.062	3.2165	5
63260	Saint-Agoulin	saint-agoulin	84	63	634	46.0403	3.1359	5
63260	Aubiat	aubiat	84	63	634	45.9769	3.1677	5
63260	Effiat	effiat	84	63	634	46.0414	3.2574	5
63260	Aigueperse	aigueperse	84	63	634	46.0228	3.2023	5
63260	Chaptuzat	chaptuzat	84	63	634	46.0327	3.1642	5
63260	Montpensier	montpensier	84	63	634	46.0357	3.2224	5
63260	Sardon	sardon	84	63	634	45.9624	3.2213	5
63260	Bussières-et-Pruns	bussieres-et-pruns	84	63	634	46.0069	3.2315	5
63260	Thuret	thuret	84	63	634	45.9701	3.2599	5
63260	Vensat	vensat	84	63	634	46.046	3.1891	5
63270	Yronde-et-Buron	yronde-et-buron	84	63	632	45.6123	3.2538	5
63270	Laps	laps	84	63	632	45.6734	3.2687	5
63270	Parent	parent	84	63	633	45.623	3.2294	5
63270	Sallèdes	salledes	84	63	632	45.6507	3.3281	5
63270	Busséol	busseol	84	63	632	45.6914	3.254	5
63270	Vic-le-Comte	vic-le-comte	84	63	632	45.6432	3.2464	5
63270	Isserteaux	isserteaux	84	63	632	45.6533	3.3885	5
63270	Pignols	pignols	84	63	632	45.6452	3.2824	5
63270	Saint-Maurice	saint-maurice	84	63	632	45.6714	3.238	5
63270	Manglieu	manglieu	84	63	632	45.612	3.3518	5
63290	Limons	limons	84	63	634	45.9737	3.4438	5
63290	Ris	ris	84	63	635	45.9993	3.5064	5
63290	Châteldon	chateldon	84	63	635	45.9771	3.5215	5
63290	Charnat	charnat	84	63	635	45.9446	3.4314	5
63290	Lachaux	lachaux	84	63	635	45.9937	3.5909	5
63290	Paslières	paslieres	84	63	635	45.9284	3.4935	5
63290	Noalhat	noalhat	84	63	635	45.9167	3.4563	5
63290	Puy-Guillaume	puy-guillaume	84	63	635	45.9598	3.4714	5
63300	Dorat	dorat	84	63	635	45.8925	3.4824	5
63300	Thiers	thiers	84	63	635	45.85	3.5667	5
63300	Escoutoux	escoutoux	84	63	635	45.8207	3.5642	5
63301 CEDEX	Thiers	thiers	84	63	635	45.85	3.5667	5
63302 CEDEX	Thiers	thiers	84	63	635	45.85	3.5667	5
63303 CEDEX	Thiers	thiers	84	63	635	45.85	3.5667	5
63304 CEDEX	Thiers	thiers	84	63	635	45.85	3.5667	5
63305 CEDEX	Thiers	thiers	84	63	635	45.85	3.5667	5
63306 CEDEX	Thiers	thiers	84	63	635	45.85	3.5667	5
63307 CEDEX	Thiers	thiers	84	63	635	45.85	3.5667	5
63308 CEDEX	Thiers	thiers	84	63	635	45.85	3.5667	5
63310	Saint-Clément-de-Régnat	saint-clement-de-regnat	84	63	634	45.9997	3.2973	5
63310	Mons	mons	84	63	634	46.0037	3.4188	5
63310	Villeneuve-les-Cerfs	villeneuve-les-cerfs	84	63	634	46.0167	3.3333	5
63310	Saint-Priest-Bramefant	saint-priest-bramefant	84	63	634	46.0324	3.4422	5
63310	Saint-André-le-Coq	saint-andre-le-coq	84	63	634	45.9644	3.3099	5
63310	Beaumont-lès-Randan	beaumont-les-randan	84	63	634	46	3.3833	5
63310	Saint-Sylvestre-Pragoulin	saint-sylvestre-pragoulin	84	63	634	46.051	3.3991	5
63310	Saint-Denis-Combarnazat	saint-denis-combarnazat	84	63	634	45.9652	3.3336	5
63310	Randan	randan	84	63	634	46.0159	3.3552	5
63310	Bas-et-Lezat	bas-et-lezat	84	63	634	46.0259	3.2998	5
63320	Meilhaud	meilhaud	84	63	633	45.5458	3.1619	5
63320	Saint-Cirgues-sur-Couze	saint-cirgues-sur-couze	84	63	633	45.5513	3.1427	5
63320	Saint-Floret	saint-floret	84	63	633	45.551	3.1045	5
63320	Verrières	verrieres	84	63	633	45.5715	3.0361	5
63320	Tourzel-Ronzières	tourzel-ronzieres	84	63	633	45.5269	3.1298	5
63320	Neschers	neschers	84	63	633	45.5896	3.1628	5
63320	Ludesse	ludesse	84	63	633	45.6114	3.1111	5
63320	Champeix	champeix	84	63	633	45.5868	3.1287	5
63320	Courgoul	courgoul	84	63	633	45.5141	3.0388	5
63320	Clémensat	clemensat	84	63	633	45.563	3.1042	5
63320	Saurier	saurier	84	63	633	45.5378	3.0443	5
63320	Saint-Diéry	saint-diery	84	63	633	45.5464	3.0194	5
63320	Saint-Vincent	saint-vincent	84	63	633	45.5491	3.1328	5
63320	Montaigut-le-Blanc	montaigut-le-blanc	84	63	633	45.5863	3.0906	5
63320	Chadeleuf	chadeleuf	84	63	633	45.5871	3.1786	5
63320	Creste	creste	84	63	633	45.5499	3.0443	5
63320	Chassagne	chassagne	84	63	633	45.4979	3.0766	5
63320	Grandeyrolles	grandeyrolles	84	63	633	45.5769	3.0564	5
63320	Chidrac	chidrac	84	63	633	45.5539	3.1494	5
63330	Le Quartier	le-quartier	84	63	634	46.1235	2.7635	5
63330	Saint-Maurice-près-Pionsat	saint-maurice-pres-pionsat	84	63	634	46.0667	2.6	5
63330	La Cellette	la-cellette	84	63	634	46.103	2.72	5
63330	Virlet	virlet	84	63	634	46.1554	2.6979	5
63330	Bussières	bussieres	84	63	634	46.0681	2.6336	5
63330	Saint-Maigner	saint-maigner	84	63	634	46.0888	2.6849	5
63330	Château-sur-Cher	chateau-sur-cher	84	63	634	46.118	2.5561	5
63330	Saint-Hilaire	saint-hilaire	84	63	634	46.105	2.631	5
63330	Vergheas	vergheas	84	63	634	46.0333	2.6167	5
63330	Roche-d’Agoux	roche-d-agoux	84	63	634	46.044	2.6337	5
63330	Pionsat	pionsat	84	63	634	46.1095	2.6936	5
63340	Dauzat-sur-Vodable	dauzat-sur-vodable	84	63	633	45.4821	3.0995	5
63340	Madriat	madriat	84	63	633	45.4323	3.1867	5
63340	Villeneuve	villeneuve	84	63	633	45.4776	3.1855	5
63340	Saint-Gervazy	saint-gervazy	84	63	633	45.4153	3.2161	5
63340	Nonette	nonette	84	63	633	45.4781	3.2811	5
63340	Saint-Germain-Lembron	saint-germain-lembron	84	63	633	45.458	3.2395	5
63340	Mareugheol	mareugheol	84	63	633	45.488	3.1655	5
63340	Chalus	chalus	84	63	633	45.4656	3.2093	5
63340	Charbonnier-les-Mines	charbonnier-les-mines	84	63	633	45.4178	3.2846	5
63340	Ternant-les-Eaux	ternant-les-eaux	84	63	633	45.479	3.1317	5
63340	Le Breuil-sur-Couze	le-breuil-sur-couze	84	63	633	45.4689	3.2634	5
63340	Moriat	moriat	84	63	633	45.4	3.2667	5
63340	Boudes	boudes	84	63	633	45.4589	3.1847	5
63340	Collanges	collanges	84	63	633	45.4371	3.2187	5
63340	Gignat	gignat	84	63	633	45.4797	3.2201	5
63340	Saint-Hérent	saint-herent	84	63	633	45.4583	3.1514	5
63340	Orsonnette	orsonnette	84	63	633	45.4747	3.299	5
63340	Nonette-Orsonnette	nonette-orsonnette	84	63	633	45.4772	3.2789	5
63340	Vichel	vichel	84	63	633	45.4277	3.2432	5
63340	Antoingt	antoingt	84	63	633	45.5004	3.1743	5
63340	Augnat	augnat	84	63	633	45.412	3.1825	5
63350	Culhat	culhat	84	63	635	45.8625	3.3357	5
63350	Bulhon	bulhon	84	63	635	45.895	3.3848	5
63350	Vinzelles	vinzelles	84	63	635	45.9254	3.3966	5
63350	Joze	joze	84	63	635	45.8604	3.3008	5
63350	Crevant-Laveine	crevant-laveine	84	63	635	45.9136	3.3751	5
63350	Luzillat	luzillat	84	63	634	45.9462	3.388	5
63350	Maringues	maringues	84	63	634	45.9212	3.3297	5
63350	Saint-Laure	saint-laure	84	63	634	45.9033	3.2923	5
63360	Saint-Beauzire	saint-beauzire	84	63	634	45.8493	3.1791	5
63360	Gerzat	gerzat	84	63	632	45.8243	3.144	5
63360	Lussat	lussat	84	63	634	45.8381	3.2169	5
63370	Lempdes	lempdes	84	63	632	45.7706	3.1961	5
63380	Saint-Hilaire-les-Monges	saint-hilaire-les-monges	84	63	634	45.8136	2.6636	5
63380	Saint-Étienne-des-Champs	saint-etienne-des-champs	84	63	634	45.8333	2.5833	5
63380	Combrailles	combrailles	84	63	634	45.8417	2.6328	5
63380	Landogne	landogne	84	63	634	45.8771	2.6572	5
63380	Tralaigues	tralaigues	84	63	634	45.9	2.6	5
63380	Villosanges	villosanges	84	63	634	45.9167	2.65	5
63380	Saint-Avit	saint-avit	84	63	634	45.8667	2.5333	5
63380	Miremont	miremont	84	63	634	45.8994	2.7147	5
63380	Montel-de-Gelat	montel-de-gelat	84	63	634	45.9363	2.5825	5
63380	Pontaumur	pontaumur	84	63	634	45.8664	2.6731	5
63380	Condat-en-Combraille	condat-en-combraille	84	63	634	45.85	2.5667	5
63390	Sauret-Besserve	sauret-besserve	84	63	634	45.9933	2.8083	5
63390	Gouttières	gouttieres	84	63	634	46.0629	2.7699	5
63390	Espinasse	espinasse	84	63	634	46.0385	2.7116	5
63390	Saint-Julien-la-Geneste	saint-julien-la-geneste	84	63	634	46.0514	2.7343	5
63390	Ayat-sur-Sioule	ayat-sur-sioule	84	63	634	46.0509	2.8884	5
63390	Saint-Gervais-d’Auvergne	saint-gervais-d-auvergne	84	63	634	46.0287	2.8194	5
63390	Châteauneuf-les-Bains	chateauneuf-les-bains	84	63	634	46.0257	2.8959	5
63390	Sainte-Christine	sainte-christine	84	63	634	46.0665	2.8343	5
63400	Chamalières	chamalieres	84	63	632	45.7756	3.0631	5
63401 CEDEX	Chamalières	chamalieres	84	63	632	45.7756	3.0631	5
63402 CEDEX	Chamalières	chamalieres	84	63	632	45.7756	3.0631	5
63403 CEDEX	Chamalières	chamalieres	84	63	632	45.7756	3.0631	5
63404 CEDEX	Chamalières	chamalieres	84	63	632	45.7756	3.0631	5
63405 CEDEX	Chamalières	chamalieres	84	63	632	45.7756	3.0631	5
63406 CEDEX	Chamalières	chamalieres	84	63	632	45.7756	3.0631	5
63407 CEDEX	Chamalières	chamalieres	84	63	632	45.7756	3.0631	5
63408 CEDEX	Chamalières	chamalieres	84	63	632	45.7756	3.0631	5
63409 CEDEX	Chamalières	chamalieres	84	63	632	45.7756	3.0631	5
63410	Charbonnières-les-Vieilles	charbonnieres-les-vieilles	84	63	634	45.9952	2.9982	5
63410	Loubeyrat	loubeyrat	84	63	634	45.9358	3.0111	5
63410	Charbonnières-les-Varennes	charbonnieres-les-varennes	84	63	634	45.9	3	5
63410	Saint-Angel	saint-angel	84	63	634	45.9948	2.9348	5
63410	Vitrac	vitrac	84	63	634	45.9695	2.8775	5
63410	Manzat	manzat	84	63	634	45.961	2.942	5
63420	Mazoires	mazoires	84	63	633	45.394	3.0442	5
63420	Roche-Charles-la-Mayrand	roche-charles-la-mayrand	84	63	633	45.45	3.0333	5
63420	Apchat	apchat	84	63	633	45.3895	3.1453	5
63420	Ardes	ardes	84	63	633	45.4	3.1333	5
63420	Rentières	rentieres	84	63	633	45.4167	3.0993	5
63420	Saint-Alyre-ès-Montagne	saint-alyre-es-montagne	84	63	633	45.3896	2.9924	5
63420	Anzat-le-Luguet	anzat-le-luguet	84	63	633	45.3313	3.0409	5
63420	La Chapelle-Marcousse	la-chapelle-marcousse	84	63	633	45.4468	3.0965	5
63430	Les Martres-d'Artière	les-martres-d-artiere	84	63	634	45.8333	3.2667	5
63430	Pont-du-Château	pont-du-chateau	84	63	632	45.8008	3.2501	5
63440	Lisseuil	lisseuil	84	63	634	46.0632	2.9176	5
63440	Saint-Quintin-sur-Sioule	saint-quintin-sur-sioule	84	63	634	46.0995	3.0701	5
63440	Blot-l’Église	blot-l-eglise	84	63	634	46.0367	2.9554	5
63440	Pouzol	pouzol	84	63	634	46.0906	2.9689	5
63440	Saint-Gal-sur-Sioule	saint-gal-sur-sioule	84	63	634	46.1111	3.0093	5
63440	Saint-Rémy-de-Blot	saint-remy-de-blot	84	63	634	46.0776	2.9301	5
63440	Saint-Pardoux	saint-pardoux	84	63	634	46.0575	3.0147	5
63440	Marcillat	marcillat	84	63	634	46.0789	3.0373	5
63440	Champs	champs	84	63	634	46.0562	3.0841	5
63440	Saint-Hilaire-la-Croix	saint-hilaire-la-croix	84	63	634	46.0472	3.0453	5
63450	Saint-Saturnin	saint-saturnin	84	63	632	45.6594	3.0902	5
63450	Cournols	cournols	84	63	632	45.6475	3.0328	5
63450	Tallende	tallende	84	63	632	45.6713	3.128	5
63450	Olloix	olloix	84	63	632	45.6199	3.0497	5
63450	Saint-Amant-Tallende	saint-amant-tallende	84	63	632	45.6684	3.1101	5
63450	Saint-Sandoux	saint-sandoux	84	63	632	45.6402	3.108	5
63450	Chanonat	chanonat	84	63	632	45.693	3.0935	5
63450	Le Crest	le-crest	84	63	632	45.6869	3.1284	5
63460	Saint-Myon	saint-myon	84	63	634	45.9926	3.1296	5
63460	Combronde	combronde	84	63	634	45.9814	3.0877	5
63460	Montcel	montcel	84	63	634	46.014	3.0655	5
63460	Beauregard-Vendon	beauregard-vendon	84	63	634	45.9589	3.1117	5
63460	Artonne	artonne	84	63	634	46.0025	3.144	5
63460	Teilhède	teilhede	84	63	634	45.9553	3.0727	5
63460	Jozerand	jozerand	84	63	634	46.0333	3.1	5
63470	Herment	herment	84	63	634	45.75	2.5667	5
63470	Verneugheol	verneugheol	84	63	634	45.7667	2.5333	5
63470	Puy-Saint-Gulmier	puy-saint-gulmier	84	63	634	45.7833	2.6333	5
63470	Prondines	prondines	84	63	634	45.7599	2.6769	5
63470	Saint-Germain-près-Herment	saint-germain-pres-herment	84	63	634	45.75	2.55	5
63470	Sauvagnat	sauvagnat	84	63	634	45.7667	2.6167	5
63470	Tortebesse	tortebesse	84	63	634	45.7311	2.6498	5
63480	Vertolaye	vertolaye	84	63	631	45.6487	3.7056	5
63480	Bertignat	bertignat	84	63	631	45.6179	3.6804	5
63480	Marat	marat	84	63	631	45.6598	3.6833	5
63480	Saint-Pierre-la-Bourlhonne	saint-pierre-la-bourlhonne	84	63	631	45.6745	3.7431	5
63490	Saint-Quentin-sur-Sauxillanges	saint-quentin-sur-sauxillanges	84	63	633	45.5505	3.3934	5
63490	Brousse	brousse	84	63	631	45.6005	3.4607	5
63490	Condat-lès-Montboissier	condat-les-montboissier	84	63	631	45.55	3.5167	5
63490	Sauxillanges	sauxillanges	84	63	633	45.5527	3.3738	5
63490	Sugères	sugeres	84	63	633	45.602	3.4063	5
63490	Égliseneuve-des-Liards	egliseneuve-des-liards	84	63	633	45.5681	3.424	5
63490	Usson	usson	84	63	633	45.5285	3.338	5
63490	Saint-Jean-en-Val	saint-jean-en-val	84	63	633	45.5211	3.357	5
63500	Aulhat-Saint-Privat	aulhat-saint-privat	84	63	633	45.5729	3.3125	5
63500	Saint-Rémy-de-Chargnat	saint-remy-de-chargnat	84	63	633	45.5155	3.3236	5
63500	Le Broc	le-broc	84	63	633	45.5007	3.2449	5
63500	Sauvagnat-Sainte-Marthe	sauvagnat-sainte-marthe	84	63	633	45.59	3.2097	5
63500	Parentignat	parentignat	84	63	633	45.533	3.2908	5
63500	Solignat	solignat	84	63	633	45.5153	3.1728	5
63500	Aulhat-Flat	aulhat-flat	84	63	633	45.5708	3.3028	5
63500	Issoire	issoire	84	63	633	45.55	3.25	5
63500	Brenat	brenat	84	63	633	45.5526	3.311	5
63500	Saint-Yvoine	saint-yvoine	84	63	633	45.585	3.2344	5
63500	Perrier	perrier	84	63	633	45.5462	3.1964	5
63500	Vodable	vodable	84	63	633	45.5038	3.1416	5
63500	Flat	flat	84	63	633	45.5703	3.3032	5
63500	Saint-Babel	saint-babel	84	63	633	45.5963	3.3008	5
63500	Les Pradeaux	les-pradeaux	84	63	633	45.5128	3.2954	5
63500	Bergonne	bergonne	84	63	633	45.5053	3.2209	5
63500	Varennes-sur-Usson	varennes-sur-usson	84	63	633	45.5319	3.3048	5
63500	Orbeil	orbeil	84	63	633	45.5602	3.2872	5
63500	Pardines	pardines	84	63	633	45.5625	3.173	5
63501 CEDEX	Issoire	issoire	84	63	633	45.55	3.25	5
63502 CEDEX	Issoire	issoire	84	63	633	45.55	3.25	5
63503 CEDEX	Issoire	issoire	84	63	633	45.55	3.25	5
63504 CEDEX	Issoire	issoire	84	63	633	45.55	3.25	5
63505 CEDEX	Issoire	issoire	84	63	633	45.55	3.25	5
63506 CEDEX	Issoire	issoire	84	63	633	45.55	3.25	5
63510	Malintrat	malintrat	84	63	634	45.8145	3.1872	5
63510	Aulnat	aulnat	84	63	632	45.796	3.165	5
63520	Ceilloux	ceilloux	84	63	631	45.6522	3.5142	5
63520	Saint-Flour	saint-flour	84	63	635	45.709	3.5029	5
63520	Domaize	domaize	84	63	631	45.6882	3.5351	5
63520	Trézioux	trezioux	84	63	632	45.7224	3.4713	5
63520	Saint-Jean-des-Ollières	saint-jean-des-ollieres	84	63	632	45.6389	3.4427	5
63520	Estandeuil	estandeuil	84	63	632	45.6813	3.4364	5
63520	Saint-Dier-d’Auvergne	saint-dier-d-auvergne	84	63	632	45.6776	3.4824	5
63530	Chanat-la-Mouteyre	chanat-la-mouteyre	84	63	634	45.8299	3.0142	5
63530	Enval	enval	84	63	634	45.8988	3.0497	5
63530	Sayat	sayat	84	63	634	45.8275	3.0521	5
63530	Volvic	volvic	84	63	634	45.872	3.0383	5
63540	Romagnat	romagnat	84	63	632	45.7288	3.0989	5
63550	Palladuc	palladuc	84	63	635	45.9042	3.6286	5
63550	Saint-Rémy-sur-Durolle	saint-remy-sur-durolle	84	63	635	45.8882	3.5913	5
63550	Saint-Victor-Montvianeix	saint-victor-montvianeix	84	63	635	45.9403	3.6027	5
63560	Servant	servant	84	63	634	46.1393	2.9288	5
63560	Neuf-Église	neuf-eglise	84	63	634	46.0955	2.8902	5
63560	Menat	menat	84	63	634	46.1032	2.905	5
63560	Teilhet	teilhet	84	63	634	46.0975	2.8229	5
63570	Brassac-les-Mines	brassac-les-mines	84	63	633	45.411	3.3291	5
63570	Bansat	bansat	84	63	633	45.4828	3.3476	5
63570	Saint-Jean-Saint-Gervais	saint-jean-saint-gervais	84	63	633	45.4147	3.3753	5
63570	Esteil	esteil	84	63	633	45.4516	3.3658	5
63570	Auzat-la-Combelle	auzat-la-combelle	84	63	633	45.45	3.3167	5
63570	Jumeaux	jumeaux	84	63	633	45.4312	3.3401	5
63570	Saint-Martin-des-Plains	saint-martin-des-plains	84	63	633	45.4907	3.3192	5
63570	Beaulieu	beaulieu	84	63	633	45.4444	3.2866	5
63570	Lamontgie	lamontgie	84	63	633	45.4738	3.3338	5
63580	La Chapelle-sur-Usson	la-chapelle-sur-usson	84	63	633	45.4653	3.399	5
63580	Valz-sous-Châteauneuf	valz-sous-chateauneuf	84	63	633	45.4333	3.4167	5
63580	Vernet-la-Varenne	vernet-la-varenne	84	63	633	45.4743	3.4524	5
63580	Chaméane	chameane	84	63	633	45.5119	3.4527	5
63580	Saint-Étienne-sur-Usson	saint-etienne-sur-usson	84	63	633	45.5059	3.412	5
63580	Saint-Martin-d’Ollières	saint-martin-d-ollieres	84	63	633	45.4211	3.45	5
63580	Saint-Genès-la-Tourette	saint-genes-la-tourette	84	63	633	45.5105	3.4723	5
63580	Champagnat-le-Jeune	champagnat-le-jeune	84	63	633	45.4501	3.4269	5
63580	Sainte-Catherine	sainte-catherine	84	63	631	45.4509	3.4741	5
63580	Peslières	peslieres	84	63	633	45.4389	3.4605	5
63590	Tours-sur-Meymont	tours-sur-meymont	84	63	631	45.6745	3.5761	5
63590	Cunlhat	cunlhat	84	63	631	45.6335	3.5598	5
63590	La Chapelle-Agnon	la-chapelle-agnon	84	63	631	45.6333	3.6333	5
63590	Auzelles	auzelles	84	63	631	45.6023	3.5107	5
63600	Grandrif	grandrif	84	63	631	45.5049	3.817	5
63600	Ambert	ambert	84	63	631	45.55	3.75	5
63600	Saint-Just	saint-just	84	63	631	45.4664	3.7888	5
63600	La Forie	la-forie	84	63	631	45.5903	3.7618	5
63600	Saint-Martin-des-Olmes	saint-martin-des-olmes	84	63	631	45.5311	3.7979	5
63600	Valcivières	valcivieres	84	63	631	45.5926	3.7956	5
63600	Saint-Ferréol-des-Côtes	saint-ferreol-des-cotes	84	63	631	45.5287	3.7071	5
63600	Baffie	baffie	84	63	631	45.4722	3.8261	5
63600	Champétières	champetieres	84	63	631	45.5193	3.6945	5
63600	Thiolières	thiolieres	84	63	631	45.5843	3.6921	5
63610	Compains	compains	84	63	633	45.4411	2.9295	5
63610	Saint-Pierre-Colamine	saint-pierre-colamine	84	63	633	45.5333	3.0167	5
63610	Valbeleix	valbeleix	84	63	633	45.4687	2.9879	5
63610	Besse-et-Saint-Anastaise	besse-et-saint-anastaise	84	63	633	45.5167	2.9333	5
63620	Fernoël	fernoel	84	63	634	45.8105	2.4353	5
63620	Voingt	voingt	84	63	634	45.8	2.5333	5
63620	La Celle	la-celle	84	63	634	45.8539	2.4762	5
63620	Giat	giat	84	63	634	45.8011	2.4692	5
63630	Fayet-Ronaye	fayet-ronaye	84	63	631	45.4263	3.5362	5
63630	Saint-Bonnet-le-Bourg	saint-bonnet-le-bourg	84	63	631	45.434	3.6087	5
63630	Saint-Germain-l’Herm	saint-germain-l-herm	84	63	631	45.4584	3.5408	5
63630	Saint-Bonnet-le-Chastel	saint-bonnet-le-chastel	84	63	631	45.4508	3.6336	5
63640	Saint-Priest-des-Champs	saint-priest-des-champs	84	63	634	45.9925	2.7645	5
63640	Charensat	charensat	84	63	634	45.986	2.6373	5
63640	Biollet	biollet	84	63	634	45.9935	2.6824	5
63650	La Monnerie-le-Montel	la-monnerie-le-montel	84	63	635	45.8667	3.6	5
63660	Saint-Clément-de-Valorgue	saint-clement-de-valorgue	84	63	631	45.5	3.9	5
63660	Saint-Anthème	saint-antheme	84	63	631	45.5282	3.9187	5
63660	Saint-Romain	saint-romain	84	63	631	45.4879	3.8935	5
63660	La Chaulme	la-chaulme	84	63	631	45.4656	3.9444	5
63670	La Roche-Blanche	la-roche-blanche	84	63	632	45.7006	3.1265	5
63670	Orcet	orcet	84	63	632	45.7035	3.1681	5
63670	Le Cendre	le-cendre	84	63	632	45.7212	3.1884	5
63680	Saint-Donat	saint-donat	84	63	633	45.4692	2.7186	5
63680	La Tour-d’Auvergne	la-tour-d-auvergne	84	63	633	45.5333	2.6901	5
63680	Chastreix	chastreix	84	63	633	45.5124	2.735	5
63690	Labessette	labessette	84	63	633	45.5	2.5333	5
63690	Larodde	larodde	84	63	633	45.5333	2.55	5
63690	Avèze	aveze	84	63	633	45.6	2.6	5
63690	Singles	singles	84	63	633	45.55	2.5333	5
63690	Tauves	tauves	84	63	633	45.5599	2.6244	5
63700	Montaigut	montaigut	84	63	631	45.615	3.449	5
63700	Montaigut-en-Combraille	montaigut-en-combraille	84	63	634	46.1798	2.8085	5
63700	Buxières-sous-Montaigut	buxieres-sous-montaigut	84	63	634	46.2042	2.8473	5
63700	Ars-les-Favets	ars-les-favets	84	63	634	46.1957	2.7577	5
63700	Moureuille	moureuille	84	63	634	46.167	2.9062	5
63700	Lapeyrouse	lapeyrouse	84	63	634	46.2252	2.8736	5
63700	Saint-Éloy-les-Mines	saint-eloy-les-mines	84	63	634	46.1579	2.8362	5
63700	La Crouzille	la-crouzille	84	63	634	46.1809	2.7458	5
63700	Durmignat	durmignat	84	63	634	46.1852	2.8873	5
63700	Montaigut	montaigut	84	63	634	46.179	2.8088	5
63700	Youx	youx	84	63	634	46.1444	2.8	5
63700	Buxières-sous-Montaigut	buxieres-sous-montaigut	84	63	634	46.2031	2.8478	5
63710	Le Vernet-Sainte-Marguerite	le-vernet-sainte-marguerite	84	63	633	45.6083	2.946	5
63710	Saint-Nectaire	saint-nectaire	84	63	633	45.5889	2.9934	5
63720	Chavaroux	chavaroux	84	63	634	45.8505	3.26	5
63720	Surat	surat	84	63	634	45.9377	3.2538	5
63720	Saint-Ignat	saint-ignat	84	63	634	45.9232	3.2744	5
63720	Martres-sur-Morge	martres-sur-morge	84	63	634	45.9363	3.2207	5
63720	Clerlande	clerlande	84	63	634	45.9181	3.1916	5
63720	Ennezat	ennezat	84	63	634	45.8977	3.2222	5
63720	Varennes-sur-Morge	varennes-sur-morge	84	63	634	45.9418	3.1881	5
63720	Entraigues	entraigues	84	63	634	45.89	3.2604	5
63720	Chappes	chappes	84	63	634	45.8683	3.2224	5
63730	Mirefleurs	mirefleurs	84	63	632	45.6935	3.2244	5
63730	Corent	corent	84	63	632	45.6664	3.1947	5
63730	Les Martres-de-Veyre	les-martres-de-veyre	84	63	632	45.6841	3.1899	5
63730	Plauzat	plauzat	84	63	633	45.6217	3.149	5
63730	La Sauvetat	la-sauvetat	84	63	632	45.6355	3.1705	5
63740	Gelles	gelles	84	63	633	45.7694	2.7635	5
63740	Cisternes-la-Forêt	cisternes-la-foret	84	63	634	45.7902	2.7053	5
63750	Savennes	savennes	84	63	634	45.6	2.5167	5
63750	Messeix	messeix	84	63	634	45.6167	2.55	5
63760	Lastic	lastic	84	63	634	45.7167	2.5667	5
63760	Bourg-Lastic	bourg-lastic	84	63	634	45.65	2.5667	5
63760	Saint-Sulpice	saint-sulpice	84	63	634	45.6431	2.6272	5
63770	Les Ancizes-Comps	les-ancizes-comps	84	63	634	45.9253	2.8107	5
63780	Queuille	queuille	84	63	634	45.9711	2.8458	5
63780	Saint-Georges-de-Mons	saint-georges-de-mons	84	63	634	45.9399	2.8406	5
63790	Saint-Victor-la-Rivière	saint-victor-la-riviere	84	63	633	45.55	2.95	5
63790	Murol	murol	84	63	633	45.5735	2.9422	5
63790	Chambon-sur-Lac	chambon-sur-lac	84	63	633	45.5715	2.8975	5
63800	Saint-Georges-sur-Allier	saint-georges-sur-allier	84	63	632	45.7109	3.243	5
63800	Cournon-d’Auvergne	cournon-d-auvergne	84	63	632	45.7354	3.1961	5
63800	Saint-Bonnet-lès-Allier	saint-bonnet-les-allier	84	63	632	45.7415	3.2552	5
63800	La Roche-Noire	la-roche-noire	84	63	632	45.7082	3.2247	5
63800	Pérignat-sur-Allier	perignat-sur-allier	84	63	632	45.729	3.2348	5
63801 CEDEX	Cournon-d’Auvergne	cournon-d-auvergne	84	63	632	45.7354	3.1961	5
63802 CEDEX	Cournon-d’Auvergne	cournon-d-auvergne	84	63	632	45.7354	3.1961	5
63803 CEDEX	Cournon-d’Auvergne	cournon-d-auvergne	84	63	632	45.7354	3.1961	5
63804 CEDEX	Cournon-d’Auvergne	cournon-d-auvergne	84	63	632	45.7354	3.1961	5
63808 CEDEX	Cournon-d’Auvergne	cournon-d-auvergne	84	63	632	45.7354	3.1961	5
63810	Cros	cros	84	63	633	45.4833	2.6	5
63810	Bagnols	bagnols	84	63	633	45.4993	2.6325	5
63810	Trémouille-Saint-Loup	tremouille-saint-loup	84	63	633	45.5	2.5667	5
63820	Briffons	briffons	84	63	634	45.6982	2.657	5
63820	Laqueuille	laqueuille	84	63	633	45.6498	2.7325	5
63820	Saint-Julien-Puy-Lavèze	saint-julien-puy-laveze	84	63	633	45.6654	2.6728	5
63830	Nohanent	nohanent	84	63	632	45.81	3.0566	5
63830	Durtol	durtol	84	63	632	45.7962	3.0526	5
63840	Églisolles	eglisolles	84	63	631	45.4558	3.8863	5
63840	Sauvessanges	sauvessanges	84	63	631	45.3915	3.8717	5
63840	Saillant	saillant	84	63	631	45.456	3.9154	5
63840	Viverols	viverols	84	63	631	45.4339	3.8834	5
63850	La Godivelle	la-godivelle	84	63	633	45.3885	2.9222	5
63850	Saint-Genès-Champespe	saint-genes-champespe	84	63	633	45.4187	2.7235	5
63850	Égliseneuve-d’Entraigues	egliseneuve-d-entraigues	84	63	633	45.4077	2.8257	5
63850	Espinchal	espinchal	84	63	633	45.3942	2.8817	5
63870	Orcines	orcines	84	63	632	45.7838	3.0122	5
63880	Olliergues	olliergues	84	63	631	45.6749	3.6384	5
63880	Saint-Gervais-sous-Meymont	saint-gervais-sous-meymont	84	63	631	45.6833	3.6	5
63880	Le Brugeron	le-brugeron	84	63	631	45.7119	3.7199	5
63880	Olmet	olmet	84	63	635	45.7127	3.6612	5
63890	Le Monestier	le-monestier	84	63	631	45.5634	3.6636	5
63890	Grandval	grandval	84	63	631	45.6014	3.6473	5
63890	Saint-Amant-Roche-Savine	saint-amant-roche-savine	84	63	631	45.574	3.6319	5
63890	Saint-Éloy-la-Glacière	saint-eloy-la-glaciere	84	63	631	45.5618	3.5726	5
63900 CEDEX 9	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63910	Vertaizon	vertaizon	84	63	632	45.7714	3.2888	5
63910	Vassel	vassel	84	63	632	45.7652	3.3102	5
63910	Bouzel	bouzel	84	63	632	45.7775	3.3167	5
63920	Peschadoires	peschadoires	84	63	635	45.8239	3.5024	5
63930	La Renaudie	la-renaudie	84	63	635	45.736	3.7224	5
63930	Augerolles	augerolles	84	63	635	45.7223	3.6154	5
63940	Marsac-en-Livradois	marsac-en-livradois	84	63	631	45.4788	3.7273	5
63950	Saint-Sauves-d'Auvergne	saint-sauves-d-auvergne	84	63	633	45.6	2.6833	5
63959 CEDEX 9	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63960	Veyre-Monton	veyre-monton	84	63	632	45.6687	3.1714	5
63961 CEDEX 9	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63962 CEDEX 9	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63963 CEDEX 9	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63964 CEDEX 9	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63965 CEDEX 9	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63966 CEDEX 9	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63967 CEDEX 9	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63968 CEDEX 9	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63969 CEDEX 9	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63970	Aydat	aydat	84	63	632	45.6614	2.9739	5
63970	Saulzet-le-Froid	saulzet-le-froid	84	63	632	45.6418	2.919	5
63972 CEDEX 9	Clermont-Ferrand	clermont-ferrand	84	63	632	45.7797	3.0863	5
63980	Fournols	fournols	84	63	631	45.5174	3.5886	5
63980	Chambon-sur-Dolore	chambon-sur-dolore	84	63	631	45.4971	3.6132	5
63980	Échandelys	echandelys	84	63	631	45.5436	3.5306	5
63980	Aix-la-Fayette	aix-la-fayette	84	63	631	45.5169	3.5217	5
63990	Job	job	84	63	631	45.6178	3.746	5
69000	Lyon	lyon	84	69	691	45.7485	4.8467	5
69001	Lyon 01	lyon-01	84	69	691	45.7676	4.8345	5
69001	Lyon	lyon	84	69	691	45.7485	4.8467	5
69002	Lyon 02	lyon-02	84	69	691	45.7542	4.8309	5
69002	Lyon	lyon	84	69	691	45.7485	4.8467	5
69003	Lyon 03	lyon-03	84	69	691	45.7612	4.8518	5
69003	Lyon	lyon	84	69	691	45.7485	4.8467	5
69004	Lyon 04	lyon-04	84	69	691	45.7751	4.8271	5
69004	Lyon	lyon	84	69	691	45.7485	4.8467	5
69005	Lyon 05	lyon-05	84	69	691	45.7611	4.8268	5
69005	Lyon	lyon	84	69	691	45.7485	4.8467	5
69006	Lyon	lyon	84	69	691	45.7485	4.8467	5
69006	Lyon 06	lyon-06	84	69	691	45.7679	4.8506	5
69007	Lyon 07	lyon-07	84	69	691	45.7452	4.842	5
69007	Lyon	lyon	84	69	691	45.7485	4.8467	5
69008	Lyon 08	lyon-08	84	69	691	45.7363	4.8687	5
69008	Lyon	lyon	84	69	691	45.7485	4.8467	5
69009	Lyon 09	lyon-09	84	69	691	45.7726	4.8033	5
69009	Lyon	lyon	84	69	691	45.7485	4.8467	5
69061 CEDEX 06	Lyon	lyon	84	69	691	45.7485	4.8467	5
69062 CEDEX 06	Lyon	lyon	84	69	691	45.7485	4.8467	5
69064 CEDEX 06	Lyon	lyon	84	69	691	45.7485	4.8467	5
69100	Villeurbanne	villeurbanne	84	69	691	45.7667	4.8833	5
69110	Sainte-Foy-lès-Lyon	sainte-foy-les-lyon	84	69	691	45.7369	4.7969	5
69115	Chiroubles	chiroubles	84	69	692	46.1812	4.666	5
69120	Vaulx-en-Velin	vaulx-en-velin	84	69	691	45.7818	4.9209	5
69124	Colombier-Saugnieu	colombier-saugnieu	84	69	691	45.7116	5.1128	5
69125	Colombier-Saugnieu	colombier-saugnieu	84	69	691	45.7116	5.1128	5
69126	Brindas	brindas	84	69	691	45.7218	4.6897	5
69129 CEDEX 08	Lyon	lyon	84	69	691	45.7485	4.8467	5
69130	Écully	ecully	84	69	691	45.7773	4.7748	5
69131 CEDEX	Écully	ecully	84	69	691	45.7773	4.7748	5
69132 CEDEX	Écully	ecully	84	69	691	45.7773	4.7748	5
69134 CEDEX	Écully	ecully	84	69	691	45.7773	4.7748	5
69136 CEDEX	Écully	ecully	84	69	691	45.7773	4.7748	5
69139 CEDEX	Dardilly	dardilly	84	69	691	45.8051	4.7534	5
69140	Rillieux-la-Pape	rillieux-la-pape	84	69	691	45.8167	4.9	5
69141 CEDEX	Rillieux-la-Pape	rillieux-la-pape	84	69	691	45.8167	4.9	5
69142 CEDEX	Rillieux-la-Pape	rillieux-la-pape	84	69	691	45.8167	4.9	5
69143 CEDEX	Rillieux-la-Pape	rillieux-la-pape	84	69	691	45.8167	4.9	5
69144 CEDEX	Rillieux-la-Pape	rillieux-la-pape	84	69	691	45.8167	4.9	5
69145 CEDEX	Rillieux-la-Pape	rillieux-la-pape	84	69	691	45.8167	4.9	5
69147 CEDEX	Rillieux-la-Pape	rillieux-la-pape	84	69	691	45.8167	4.9	5
69148 CEDEX	Rillieux-la-Pape	rillieux-la-pape	84	69	691	45.8167	4.9	5
69150	Décines-Charpieu	decines-charpieu	84	69	691	45.769	4.9728	5
69151 CEDEX	Décines-Charpieu	decines-charpieu	84	69	691	45.769	4.9728	5
69152 CEDEX	Décines-Charpieu	decines-charpieu	84	69	691	45.769	4.9728	5
69153 CEDEX	Décines-Charpieu	decines-charpieu	84	69	691	45.769	4.9728	5
69154 CEDEX	Décines-Charpieu	decines-charpieu	84	69	691	45.769	4.9728	5
69159 CEDEX	Décines-Charpieu	decines-charpieu	84	69	691	45.769	4.9728	5
69160	Tassin-la-Demi-Lune	tassin-la-demi-lune	84	69	691	45.755	4.7881	5
69161 CEDEX	Rillieux-la-Pape	rillieux-la-pape	84	69	691	45.8167	4.9	5
69170	Saint-Marcel-l’Éclairé	saint-marcel-l-eclaire	84	69	692	45.8754	4.4337	5
69170	Valsonne	valsonne	84	69	692	45.9475	4.4297	5
69170	Saint-Clément-sur-Valsonne	saint-clement-sur-valsonne	84	69	692	45.9246	4.4531	5
69170	Affoux	affoux	84	69	692	45.845	4.4045	5
69170	Saint-Appolinaire	saint-appolinaire	84	69	692	45.9765	4.4246	5
69170	Joux	joux	84	69	692	45.8874	4.3718	5
69170	Tarare	tarare	84	69	692	45.8976	4.4327	5
69170	Les Sauvages	les-sauvages	84	69	692	45.9251	4.377	5
69170	Dième	dieme	84	69	692	45.9612	4.4659	5
69171 CEDEX	Tarare	tarare	84	69	692	45.8976	4.4327	5
69172 CEDEX	Tarare	tarare	84	69	692	45.8976	4.4327	5
69173 CEDEX	Tarare	tarare	84	69	692	45.8976	4.4327	5
69190	Saint-Fons	saint-fons	84	69	691	45.7088	4.8606	5
69191 CEDEX	Saint-Fons	saint-fons	84	69	691	45.7088	4.8606	5
69192 CEDEX	Saint-Fons	saint-fons	84	69	691	45.7088	4.8606	5
69195 CEDEX	Saint-Fons	saint-fons	84	69	691	45.7088	4.8606	5
69199 CEDEX	Saint-Fons	saint-fons	84	69	691	45.7088	4.8606	5
69200	Vénissieux	venissieux	84	69	691	45.7025	4.8715	5
69201 CEDEX 01	Lyon	lyon	84	69	691	45.7485	4.8467	5
69202 CEDEX 01	Lyon	lyon	84	69	691	45.7485	4.8467	5
69203 CEDEX 01	Lyon	lyon	84	69	691	45.7485	4.8467	5
69204 CEDEX 01	Lyon	lyon	84	69	691	45.7485	4.8467	5
69205 CEDEX 01	Lyon	lyon	84	69	691	45.7485	4.8467	5
69206 CEDEX 01	Lyon	lyon	84	69	691	45.7485	4.8467	5
69207 CEDEX 01	Lyon	lyon	84	69	691	45.7485	4.8467	5
69208 CEDEX 01	Lyon	lyon	84	69	691	45.7485	4.8467	5
69209 CEDEX 01	Lyon	lyon	84	69	691	45.7485	4.8467	5
69210	Sourcieux-les-Mines	sourcieux-les-mines	84	69	692	45.8057	4.6236	5
69210	Saint-Pierre-la-Palud	saint-pierre-la-palud	84	69	692	45.7896	4.6129	5
69210	Lentilly	lentilly	84	69	692	45.8198	4.6635	5
69210	Bully	bully	84	69	692	45.852	4.5819	5
69210	Savigny	savigny	84	69	692	45.8173	4.5754	5
69210	Chevinay	chevinay	84	69	692	45.7714	4.6074	5
69210	L’Arbresle	l-arbresle	84	69	692	45.8356	4.6169	5
69210	Éveux	eveux	84	69	692	45.8224	4.6213	5
69210	Sain-Bel	sain-bel	84	69	692	45.8107	4.5982	5
69210	Saint-Germain-Nuelles	saint-germain-nuelles	84	69	692	45.8524	4.6118	5
69210	Nuelles	nuelles	84	69	692	45.8497	4.6234	5
69210	Fleurieux-sur-l’Arbresle	fleurieux-sur-l-arbresle	84	69	692	45.8359	4.6568	5
69211 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69212 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69213 CEDEX 02	Lyon	lyon	84	69	691	45.7485	4.8467	5
69214 CEDEX 02	Lyon	lyon	84	69	691	45.7485	4.8467	5
69215 CEDEX 02	Lyon	lyon	84	69	691	45.7485	4.8467	5
69216 CEDEX 02	Lyon	lyon	84	69	691	45.7485	4.8467	5
69217 CEDEX 02	Lyon	lyon	84	69	691	45.7485	4.8467	5
69218 CEDEX 02	Lyon	lyon	84	69	691	45.7485	4.8467	5
69219 CEDEX 02	Lyon	lyon	84	69	691	45.7485	4.8467	5
69220	Taponas	taponas	84	69	692	46.1209	4.7674	5
69220	Saint-Jean-d’Ardières	saint-jean-d-ardieres	84	69	692	46.1248	4.7387	5
69220	Charentay	charentay	84	69	692	46.0891	4.6792	5
69220	Belleville	belleville	84	69	692	46.1	4.75	5
69220	Lancié	lancie	84	69	692	46.1716	4.713	5
69220	Cercié	cercie	84	69	692	46.1201	4.6735	5
69220	Dracé	drace	84	69	692	46.1589	4.7603	5
69220	Corcelles-en-Beaujolais	corcelles-en-beaujolais	84	69	692	46.1547	4.7234	5
69220	Saint-Lager	saint-lager	84	69	692	46.1114	4.672	5
69225 CEDEX 02	Lyon	lyon	84	69	691	45.7485	4.8467	5
69226 CEDEX 02	Lyon	lyon	84	69	691	45.7485	4.8467	5
69227 CEDEX 02	Lyon	lyon	84	69	691	45.7485	4.8467	5
69228 CEDEX 02	Lyon	lyon	84	69	691	45.7485	4.8467	5
69229 CEDEX 02	Lyon	lyon	84	69	691	45.7485	4.8467	5
69230	Saint-Genis-Laval	saint-genis-laval	84	69	691	45.6956	4.7934	5
69232 CEDEX 02	Lyon	lyon	84	69	691	45.7485	4.8467	5
69237 CEDEX 02	Lyon	lyon	84	69	691	45.7485	4.8467	5
69239 CEDEX 02	Lyon	lyon	84	69	691	45.7485	4.8467	5
69240	Marnand	marnand	84	69	692	46.0353	4.3292	5
69240	Mardore	mardore	84	69	692	46.0705	4.3377	5
69240	Thizy-les-Bourgs	thizy-les-bourgs	84	69	692	46.03	4.313	5
69240	Saint-Vincent-de-Reins	saint-vincent-de-reins	84	69	692	46.0748	4.3884	5
69240	Pont-Trambouze	pont-trambouze	84	69	692	46.0717	4.3141	5
69240	La Chapelle-de-Mardore	la-chapelle-de-mardore	84	69	692	46.0521	4.3567	5
69240	Bourg-de-Thizy	bourg-de-thizy	84	69	692	46.0337	4.299	5
69240	Cours	cours	84	69	692	46.0998	4.3217	5
69241 CEDEX 04	Lyon	lyon	84	69	691	45.7485	4.8467	5
69242 CEDEX 04	Lyon	lyon	84	69	691	45.7485	4.8467	5
69243 CEDEX 04	Lyon	lyon	84	69	691	45.7485	4.8467	5
69244 CEDEX 04	Lyon	lyon	84	69	691	45.7485	4.8467	5
69245 CEDEX 05	Lyon	lyon	84	69	691	45.7485	4.8467	5
69246 CEDEX 05	Lyon	lyon	84	69	691	45.7485	4.8467	5
69247 CEDEX 05	Lyon	lyon	84	69	691	45.7485	4.8467	5
69250	Curis-au-Mont-d'Or	curis-au-mont-d-or	84	69	691	45.8667	4.8167	5
69250	Albigny-sur-Saône	albigny-sur-saone	84	69	691	45.8667	4.8333	5
69250	Fleurieu-sur-Saône	fleurieu-sur-saone	84	69	691	45.8638	4.8446	5
69250	Montanay	montanay	84	69	691	45.8782	4.863	5
69250	Neuville-sur-Saône	neuville-sur-saone	84	69	691	45.877	4.8492	5
69250	Poleymieux-au-Mont-d’Or	poleymieux-au-mont-d-or	84	69	691	45.8587	4.8004	5
69251 CEDEX 09	Lyon	lyon	84	69	691	45.7485	4.8467	5
69252 CEDEX 09	Lyon	lyon	84	69	691	45.7485	4.8467	5
69253 CEDEX 09	Lyon	lyon	84	69	691	45.7485	4.8467	5
69255 CEDEX 09	Lyon	lyon	84	69	691	45.7485	4.8467	5
69256 CEDEX 09	Lyon	lyon	84	69	691	45.7485	4.8467	5
69257 CEDEX 09	Lyon	lyon	84	69	691	45.7485	4.8467	5
69258 CEDEX 09	Lyon	lyon	84	69	691	45.7485	4.8467	5
69259 CEDEX 09	Lyon	lyon	84	69	691	45.7485	4.8467	5
69363 CEDEX 07	Lyon	lyon	84	69	691	45.7485	4.8467	5
69260	Charbonnières-les-Bains	charbonnieres-les-bains	84	69	691	45.7842	4.7463	5
69261 CEDEX 09	Lyon	lyon	84	69	691	45.7485	4.8467	5
69262 CEDEX 09	Lyon	lyon	84	69	691	45.7485	4.8467	5
69263 CEDEX 09	Lyon	lyon	84	69	691	45.7485	4.8467	5
69264 CEDEX 09	Lyon	lyon	84	69	691	45.7485	4.8467	5
69265 CEDEX 09	Lyon	lyon	84	69	691	45.7485	4.8467	5
69266 CEDEX 09	Lyon	lyon	84	69	691	45.7485	4.8467	5
69267 CEDEX 02	Lyon	lyon	84	69	691	45.7485	4.8467	5
69268 CEDEX 02	Lyon	lyon	84	69	691	45.7485	4.8467	5
69269 CEDEX 02	Lyon	lyon	84	69	691	45.7485	4.8467	5
69270	Couzon-au-Mont-d’Or	couzon-au-mont-d-or	84	69	691	45.8446	4.8267	5
69270	Fontaines-sur-Saône	fontaines-sur-saone	84	69	691	45.8338	4.8483	5
69270	Rochetaillée-sur-Saône	rochetaillee-sur-saone	84	69	691	45.85	4.85	5
69270	Fontaines-Saint-Martin	fontaines-saint-martin	84	69	691	45.8448	4.8549	5
69270	Saint-Romain-au-Mont-d’Or	saint-romain-au-mont-d-or	84	69	691	45.837	4.8253	5
69270	Cailloux-sur-Fontaines	cailloux-sur-fontaines	84	69	691	45.8515	4.8758	5
69271 CEDEX 02	Lyon	lyon	84	69	691	45.7485	4.8467	5
69272 CEDEX 02	Lyon	lyon	84	69	691	45.7485	4.8467	5
69275 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69276 CEDEX 04	Lyon	lyon	84	69	691	45.7485	4.8467	5
69279 CEDEX 09	Lyon	lyon	84	69	691	45.7485	4.8467	5
69280	Sainte-Consorce	sainte-consorce	84	69	691	45.7771	4.6973	5
69280	Marcy-l’Étoile	marcy-l-etoile	84	69	691	45.7813	4.7272	5
69281 CEDEX 01	Lyon	lyon	84	69	691	45.7485	4.8467	5
69282 CEDEX 01	Lyon	lyon	84	69	691	45.7485	4.8467	5
69283 CEDEX 01	Lyon	lyon	84	69	691	45.7485	4.8467	5
69284 CEDEX 02	Lyon	lyon	84	69	691	45.7485	4.8467	5
69285 CEDEX 02	Lyon	lyon	84	69	691	45.7485	4.8467	5
69286 CEDEX 02	Lyon	lyon	84	69	691	45.7485	4.8467	5
69287 CEDEX 02	Lyon	lyon	84	69	691	45.7485	4.8467	5
69288 CEDEX 02	Lyon	lyon	84	69	691	45.7485	4.8467	5
69289 CEDEX 02	Lyon	lyon	84	69	691	45.7485	4.8467	5
69290	Pollionnay	pollionnay	84	69	691	45.7647	4.661	5
69290	Craponne	craponne	84	69	691	45.7468	4.7266	5
69290	Grézieu-la-Varenne	grezieu-la-varenne	84	69	691	45.7483	4.6902	5
69290	Saint-Genis-les-Ollières	saint-genis-les-ollieres	84	69	691	45.7572	4.7289	5
69291 CEDEX 02	Lyon	lyon	84	69	691	45.7485	4.8467	5
69292 CEDEX 02	Lyon	lyon	84	69	691	45.7485	4.8467	5
69293 CEDEX 02	Lyon	lyon	84	69	691	45.7485	4.8467	5
69294 CEDEX 02	Lyon	lyon	84	69	691	45.7485	4.8467	5
69300	Caluire-et-Cuire	caluire-et-cuire	84	69	691	45.7904	4.8411	5
69301 CEDEX 07	Lyon	lyon	84	69	691	45.7485	4.8467	5
69302 CEDEX 07	Lyon	lyon	84	69	691	45.7485	4.8467	5
69303 CEDEX 07	Lyon	lyon	84	69	691	45.7485	4.8467	5
69307 CEDEX 07	Lyon	lyon	84	69	691	45.7485	4.8467	5
69309 CEDEX 07	Lyon	lyon	84	69	691	45.7485	4.8467	5
69310	Pierre-Bénite	pierre-benite	84	69	691	45.7009	4.8251	5
69316 CEDEX 04	Lyon	lyon	84	69	691	45.7485	4.8467	5
69317 CEDEX 04	Lyon	lyon	84	69	691	45.7485	4.8467	5
69319 CEDEX 04	Lyon	lyon	84	69	691	45.7485	4.8467	5
69320	Feyzin	feyzin	84	69	691	45.6673	4.8597	5
69321 CEDEX 05	Lyon	lyon	84	69	691	45.7485	4.8467	5
69322 CEDEX 05	Lyon	lyon	84	69	691	45.7485	4.8467	5
69326 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69327 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69328 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69329 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69330	Jons	jons	84	69	691	45.808	5.0803	5
69330	Pusignan	pusignan	84	69	691	45.7581	5.0672	5
69330	Meyzieu	meyzieu	84	69	691	45.7667	5	5
69330	Jonage	jonage	84	69	691	45.7964	5.0453	5
69336 CEDEX 09	Lyon	lyon	84	69	691	45.7485	4.8467	5
69337 CEDEX 09	Lyon	lyon	84	69	691	45.7485	4.8467	5
69338 CEDEX 09	Lyon	lyon	84	69	691	45.7485	4.8467	5
69339 CEDEX 02	Lyon	lyon	84	69	691	45.7485	4.8467	5
69340	Francheville	francheville	84	69	691	45.7388	4.7722	5
69341 CEDEX 07	Lyon	lyon	84	69	691	45.7485	4.8467	5
69342 CEDEX 07	Lyon	lyon	84	69	691	45.7485	4.8467	5
69343 CEDEX 07	Lyon	lyon	84	69	691	45.7485	4.8467	5
69344 CEDEX 07	Lyon	lyon	84	69	691	45.7485	4.8467	5
69345 CEDEX 07	Lyon	lyon	84	69	691	45.7485	4.8467	5
69346 CEDEX 07	Lyon	lyon	84	69	691	45.7485	4.8467	5
69347 CEDEX 07	Lyon	lyon	84	69	691	45.7485	4.8467	5
69348 CEDEX 07	Lyon	lyon	84	69	691	45.7485	4.8467	5
69349 CEDEX 07	Lyon	lyon	84	69	691	45.7485	4.8467	5
69350	La Mulatière	la-mulatiere	84	69	691	45.7259	4.8071	5
69351 CEDEX 08	Lyon	lyon	84	69	691	45.7485	4.8467	5
69352 CEDEX 08	Lyon	lyon	84	69	691	45.7485	4.8467	5
69353 CEDEX 07	Lyon	lyon	84	69	691	45.7485	4.8467	5
69354 CEDEX 07	Lyon	lyon	84	69	691	45.7485	4.8467	5
69355 CEDEX 08	Lyon	lyon	84	69	691	45.7485	4.8467	5
69356 CEDEX 08	Lyon	lyon	84	69	691	45.7485	4.8467	5
69357 CEDEX 07	Lyon	lyon	84	69	691	45.7485	4.8467	5
69358 CEDEX 07	Lyon	lyon	84	69	691	45.7485	4.8467	5
69359 CEDEX 08	Lyon	lyon	84	69	691	45.7485	4.8467	5
69360	Simandres	simandres	84	69	691	45.6198	4.8709	5
69360	Solaize	solaize	84	69	691	45.6333	4.85	5
69360	Ternay	ternay	84	69	691	45.6084	4.8102	5
69360	Communay	communay	84	69	691	45.6067	4.8399	5
69360	Sérézin-du-Rhône	serezin-du-rhone	84	69	691	45.629	4.8247	5
69360	Saint-Symphorien-d’Ozon	saint-symphorien-d-ozon	84	69	691	45.6332	4.8546	5
69361 CEDEX 07	Lyon	lyon	84	69	691	45.7485	4.8467	5
69362 CEDEX 07	Lyon	lyon	84	69	691	45.7485	4.8467	5
69364 CEDEX 07	Lyon	lyon	84	69	691	45.7485	4.8467	5
69365 CEDEX 07	Lyon	lyon	84	69	691	45.7485	4.8467	5
69366 CEDEX 07	Lyon	lyon	84	69	691	45.7485	4.8467	5
69367 CEDEX 07	Lyon	lyon	84	69	691	45.7485	4.8467	5
69369 CEDEX 07	Lyon	lyon	84	69	691	45.7485	4.8467	5
69370	Saint-Didier-au-Mont-d’Or	saint-didier-au-mont-d-or	84	69	691	45.817	4.7967	5
69371 CEDEX 08	Lyon	lyon	84	69	691	45.7485	4.8467	5
69372 CEDEX 08	Lyon	lyon	84	69	691	45.7485	4.8467	5
69373 CEDEX 08	Lyon	lyon	84	69	691	45.7485	4.8467	5
69376 CEDEX 08	Lyon	lyon	84	69	691	45.7485	4.8467	5
69377 CEDEX 08	Lyon	lyon	84	69	691	45.7485	4.8467	5
69379 CEDEX 08	Lyon	lyon	84	69	691	45.7485	4.8467	5
69380	Alix	alix	84	69	692	45.9135	4.654	5
69380	Marcilly-d’Azergues	marcilly-d-azergues	84	69	692	45.8724	4.728	5
69380	Les Chères	les-cheres	84	69	692	45.8897	4.7467	5
69380	Belmont-d'Azergues	belmont-d-azergues	84	69	692	45.8685	4.67	5
69380	Lozanne	lozanne	84	69	692	45.8559	4.6859	5
69380	Chazay-d’Azergues	chazay-d-azergues	84	69	692	45.8758	4.7131	5
69380	Châtillon	chatillon	84	69	692	45.8833	4.6167	5
69380	Lissieu	lissieu	84	69	691	45.8643	4.747	5
69380	Saint-Jean-des-Vignes	saint-jean-des-vignes	84	69	692	45.8754	4.6797	5
69380	Dommartin	dommartin	84	69	692	45.834	4.7087	5
69380	Chessy	chessy	84	69	692	45.8871	4.6237	5
69380	Chasselay	chasselay	84	69	692	45.8752	4.7734	5
69380	Charnay	charnay	84	69	692	45.8911	4.668	5
69380	Civrieux-d’Azergues	civrieux-d-azergues	84	69	692	45.8596	4.7132	5
69384 CEDEX 08	Lyon	lyon	84	69	691	45.7485	4.8467	5
69385 CEDEX 08	Lyon	lyon	84	69	691	45.7485	4.8467	5
69389 CEDEX 07	Lyon	lyon	84	69	691	45.7485	4.8467	5
69390	Millery	millery	84	69	691	45.6317	4.7863	5
69390	Vernaison	vernaison	84	69	691	45.6469	4.8125	5
69390	Vourles	vourles	84	69	691	45.6567	4.7716	5
69390	Charly	charly	84	69	691	45.6525	4.7961	5
69391 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69392 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69393 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69394 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69395 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69396 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69397 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69398 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69399 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69400	Limas	limas	84	69	692	45.979	4.7029	5
69400	Arnas	arnas	84	69	692	46.0239	4.7064	5
69400	Gleizé	gleize	84	69	692	45.9908	4.7007	5
69400	Villefranche-sur-Saône	villefranche-sur-saone	84	69	692	45.9833	4.7167	5
69400	Pouilly-le-Monial	pouilly-le-monial	84	69	692	45.9564	4.6479	5
69400	Liergues	liergues	84	69	692	45.9714	4.6623	5
69401 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69402 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69403 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69404 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69405 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69406 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69408 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69409 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69410	Champagne-au-Mont-d’Or	champagne-au-mont-d-or	84	69	691	45.7955	4.7857	5
69411 CEDEX 06	Lyon	lyon	84	69	691	45.7485	4.8467	5
69412 CEDEX 06	Lyon	lyon	84	69	691	45.7485	4.8467	5
69413 CEDEX 06	Lyon	lyon	84	69	691	45.7485	4.8467	5
69414 CEDEX 06	Lyon	lyon	84	69	691	45.7485	4.8467	5
69415 CEDEX 06	Lyon	lyon	84	69	691	45.7485	4.8467	5
69416 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69417 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69418 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69419 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69420	Condrieu	condrieu	84	69	691	45.4634	4.7685	5
69420	Ampuis	ampuis	84	69	691	45.4891	4.8088	5
69420	Longes	longes	84	69	691	45.5037	4.6882	5
69420	Les Haies	les-haies	84	69	691	45.5038	4.7465	5
69420	Tupin-et-Semons	tupin-et-semons	84	69	691	45.4833	4.8	5
69420	Trèves	treves	84	69	691	45.5333	4.6667	5
69421 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69422 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69423 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69424 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69425 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69426 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69427 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69428 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69429 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69430	Marchampt	marchampt	84	69	692	46.1125	4.5712	5
69430	Saint-Didier-sur-Beaujeu	saint-didier-sur-beaujeu	84	69	692	46.1563	4.5487	5
69430	Régnié-Durette	regnie-durette	84	69	692	46.1333	4.65	5
69430	Chénelette	chenelette	84	69	692	46.1686	4.4911	5
69430	Les Ardillats	les-ardillats	84	69	692	46.1798	4.5413	5
69430	Vernay	vernay	84	69	692	46.1572	4.529	5
69430	Quincié-en-Beaujolais	quincie-en-beaujolais	84	69	692	46.1218	4.6234	5
69430	Beaujeu	beaujeu	84	69	692	46.1518	4.5924	5
69430	Lantignié	lantignie	84	69	692	46.1489	4.6247	5
69430	Avenas	avenas	84	69	692	46.1954	4.6051	5
69431 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69432 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69433 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69434 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69435 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69436 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69437 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69438 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69439 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69440	Saint-Didier-sous-Riverie	saint-didier-sous-riverie	84	69	691	45.5963	4.6065	5
69440	Taluyers	taluyers	84	69	691	45.6399	4.7219	5
69440	Riverie	riverie	84	69	691	45.5993	4.5879	5
69440	Saint-Maurice-sur-Dargoire	saint-maurice-sur-dargoire	84	69	691	45.5812	4.6311	5
69440	Sainte-Catherine	sainte-catherine	84	69	691	45.6	4.5667	5
69440	Mornant	mornant	84	69	691	45.619	4.6737	5
69440	Saint-Laurent-d’Agny	saint-laurent-d-agny	84	69	691	45.6415	4.6858	5
69440	Saint-Sorlin	saint-sorlin	84	69	691	45.6205	4.6386	5
69440	Saint-André-la-Côte	saint-andre-la-cote	84	69	691	45.6288	4.6004	5
69440	Chaussan	chaussan	84	69	691	45.6331	4.6378	5
69441 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69442 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69443 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69444 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69445 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69446 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69447 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69448 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69449 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69450	Saint-Cyr-au-Mont-d’Or	saint-cyr-au-mont-d-or	84	69	691	45.8136	4.8237	5
69451 CEDEX 06	Lyon	lyon	84	69	691	45.7485	4.8467	5
69452 CEDEX 06	Lyon	lyon	84	69	691	45.7485	4.8467	5
69453 CEDEX 06	Lyon	lyon	84	69	691	45.7485	4.8467	5
69454 CEDEX 06	Lyon	lyon	84	69	691	45.7485	4.8467	5
69455 CEDEX 06	Lyon	lyon	84	69	691	45.7485	4.8467	5
69456 CEDEX 06	Lyon	lyon	84	69	691	45.7485	4.8467	5
69457 CEDEX 06	Lyon	lyon	84	69	691	45.7485	4.8467	5
69458 CEDEX 06	Lyon	lyon	84	69	691	45.7485	4.8467	5
69459 CEDEX 06	Lyon	lyon	84	69	691	45.7485	4.8467	5
69460	Saint-Étienne-la-Varenne	saint-etienne-la-varenne	84	69	692	46.0767	4.6306	5
69460	Salles-Arbuissonnas-en-Beaujolais	salles-arbuissonnas-en-beaujolais	84	69	692	46.0333	4.6333	5
69460	Le Perréon	le-perreon	84	69	692	46.0631	4.6021	5
69460	Blacé	blace	84	69	692	46.0318	4.645	5
69460	Vaux-en-Beaujolais	vaux-en-beaujolais	84	69	692	46.0567	4.5919	5
69460	Odenas	odenas	84	69	692	46.0876	4.6469	5
69460	Saint-Étienne-des-Oullières	saint-etienne-des-oullieres	84	69	692	46.0676	4.6476	5
69461 CEDEX 06	Lyon	lyon	84	69	691	45.7485	4.8467	5
69463 CEDEX 06	Lyon	lyon	84	69	691	45.7485	4.8467	5
69464 CEDEX 06	Lyon	lyon	84	69	691	45.7485	4.8467	5
69465 CEDEX 06	Lyon	lyon	84	69	691	45.7485	4.8467	5
69466 CEDEX 06	Lyon	lyon	84	69	691	45.7485	4.8467	5
69467 CEDEX 06	Lyon	lyon	84	69	691	45.7485	4.8467	5
69468 CEDEX 06	Lyon	lyon	84	69	691	45.7485	4.8467	5
69469 CEDEX 06	Lyon	lyon	84	69	691	45.7485	4.8467	5
69470	Thel	thel	84	69	692	46.1164	4.3762	5
69470	Ranchal	ranchal	84	69	692	46.1295	4.3978	5
69470	Cours-la-Ville	cours-la-ville	84	69	692	46.1	4.3167	5
69470	Cours	cours	84	69	692	46.0998	4.3217	5
69472 CEDEX 06	Lyon	lyon	84	69	691	45.7485	4.8467	5
69474 CEDEX 06	Lyon	lyon	84	69	691	45.7485	4.8467	5
69475 CEDEX 06	Lyon	lyon	84	69	691	45.7485	4.8467	5
69476 CEDEX 06	Lyon	lyon	84	69	691	45.7485	4.8467	5
69477 CEDEX 06	Lyon	lyon	84	69	691	45.7485	4.8467	5
69478 CEDEX 06	Lyon	lyon	84	69	691	45.7485	4.8467	5
69479 CEDEX 06	Lyon	lyon	84	69	691	45.7485	4.8467	5
69480	Marcy	marcy	84	69	692	45.9149	4.6815	5
69480	Ambérieux	amberieux	84	69	692	45.9268	4.7353	5
69480	Morancé	morance	84	69	692	45.8978	4.7004	5
69480	Anse	anse	84	69	692	45.9302	4.7158	5
69480	Lucenay	lucenay	84	69	692	45.9126	4.7028	5
69480	Lachassagne	lachassagne	84	69	692	45.9261	4.687	5
69480	Pommiers	pommiers	84	69	692	45.9559	4.6935	5
69481 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69482 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69483 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69484 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69485 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69486 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69487 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69488 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69489 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69490	Pontcharra-sur-Turdine	pontcharra-sur-turdine	84	69	692	45.8774	4.4899	5
69490	Dareizé	dareize	84	69	692	45.903	4.4923	5
69490	Ancy	ancy	84	69	692	45.8374	4.5077	5
69490	Saint-Romain-de-Popey	saint-romain-de-popey	84	69	692	45.8476	4.5308	5
69490	Sarcey	sarcey	84	69	692	45.8801	4.5593	5
69490	Saint-Forgeux	saint-forgeux	84	69	692	45.8598	4.4749	5
69490	Saint-Loup	saint-loup	84	69	692	45.8934	4.4928	5
69490	Les Olmes	les-olmes	84	69	692	45.8837	4.5162	5
69491 CEDEX	Pierre-Bénite	pierre-benite	84	69	691	45.7009	4.8251	5
69492 CEDEX	Pierre-Bénite	pierre-benite	84	69	691	45.7009	4.8251	5
69493 CEDEX	Pierre-Bénite	pierre-benite	84	69	691	45.7009	4.8251	5
69495 CEDEX	Pierre-Bénite	pierre-benite	84	69	691	45.7009	4.8251	5
69500	Bron	bron	84	69	691	45.7333	4.9167	5
69501 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69502 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69503 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69505 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69509 CEDEX 03	Lyon	lyon	84	69	691	45.7485	4.8467	5
69510	Soucieu-en-Jarrest	soucieu-en-jarrest	84	69	691	45.6802	4.7033	5
69510	Rontalon	rontalon	84	69	691	45.6601	4.6308	5
69510	Messimy	messimy	84	69	691	45.6974	4.6729	5
69510	Yzeron	yzeron	84	69	691	45.7073	4.5905	5
69510	Thurins	thurins	84	69	691	45.6809	4.6397	5
69511 CEDEX	Vaulx-en-Velin	vaulx-en-velin	84	69	691	45.7818	4.9209	5
69512 CEDEX	Vaulx-en-Velin	vaulx-en-velin	84	69	691	45.7818	4.9209	5
69513 CEDEX	Vaulx-en-Velin	vaulx-en-velin	84	69	691	45.7818	4.9209	5
69514 CEDEX	Vaulx-en-Velin	vaulx-en-velin	84	69	691	45.7818	4.9209	5
69515 CEDEX	Vaulx-en-Velin	vaulx-en-velin	84	69	691	45.7818	4.9209	5
69516 CEDEX	Vaulx-en-Velin	vaulx-en-velin	84	69	691	45.7818	4.9209	5
69517 CEDEX	Vaulx-en-Velin	vaulx-en-velin	84	69	691	45.7818	4.9209	5
69518 CEDEX	Vaulx-en-Velin	vaulx-en-velin	84	69	691	45.7818	4.9209	5
69519 CEDEX	Vaulx-en-Velin	vaulx-en-velin	84	69	691	45.7818	4.9209	5
69520	Grigny	grigny	84	69	691	45.6113	4.7959	5
69530	Brignais	brignais	84	69	691	45.6736	4.7548	5
69530	Orliénas	orlienas	84	69	691	45.6586	4.7171	5
69531 CEDEX	Saint-Cyr-au-Mont-d’Or	saint-cyr-au-mont-d-or	84	69	691	45.8136	4.8237	5
69540	Irigny	irigny	84	69	691	45.6736	4.8175	5
69541 CEDEX	Champagne-au-Mont-d’Or	champagne-au-mont-d-or	84	69	691	45.7955	4.7857	5
69542 CEDEX	Champagne-au-Mont-d’Or	champagne-au-mont-d-or	84	69	691	45.7955	4.7857	5
69543 CEDEX	Champagne-au-Mont-d’Or	champagne-au-mont-d-or	84	69	691	45.7955	4.7857	5
69544 CEDEX	Champagne-au-Mont-d’Or	champagne-au-mont-d-or	84	69	691	45.7955	4.7857	5
69550	Meaux-la-Montagne	meaux-la-montagne	84	69	692	46.045	4.418	5
69550	Saint-Jean-la-Bussière	saint-jean-la-bussiere	84	69	692	46.0011	4.324	5
69550	Amplepuis	amplepuis	84	69	692	45.9726	4.3316	5
69550	Ronno	ronno	84	69	692	45.985	4.382	5
69550	Cublize	cublize	84	69	692	46.0204	4.3795	5
69551 CEDEX	Feyzin	feyzin	84	69	691	45.6673	4.8597	5
69552 CEDEX	Feyzin	feyzin	84	69	691	45.6673	4.8597	5
69553 CEDEX	Feyzin	feyzin	84	69	691	45.6673	4.8597	5
69560	Saint-Romain-en-Gal	saint-romain-en-gal	84	69	691	45.5316	4.8607	5
69560	Saint-Cyr-sur-le-Rhône	saint-cyr-sur-le-rhone	84	69	691	45.5154	4.85	5
69560	Sainte-Colombe	sainte-colombe	84	69	691	45.5247	4.8614	5
69561 CEDEX	Saint-Genis-Laval	saint-genis-laval	84	69	691	45.6956	4.7934	5
69563 CEDEX	Saint-Genis-Laval	saint-genis-laval	84	69	691	45.6956	4.7934	5
69564 CEDEX	Saint-Genis-Laval	saint-genis-laval	84	69	691	45.6956	4.7934	5
69565 CEDEX	Saint-Genis-Laval	saint-genis-laval	84	69	691	45.6956	4.7934	5
69569 CEDEX	Saint-Genis-Laval	saint-genis-laval	84	69	691	45.6956	4.7934	5
69570	Dardilly	dardilly	84	69	691	45.8051	4.7534	5
69571 CEDEX	Dardilly	dardilly	84	69	691	45.8051	4.7534	5
69572 CEDEX	Dardilly	dardilly	84	69	691	45.8051	4.7534	5
69573 CEDEX	Dardilly	dardilly	84	69	691	45.8051	4.7534	5
69574 CEDEX	Dardilly	dardilly	84	69	691	45.8051	4.7534	5
69576 CEDEX	Limonest	limonest	84	69	691	45.8374	4.7718	5
69578 CEDEX	Limonest	limonest	84	69	691	45.8374	4.7718	5
69579 CEDEX	Limonest	limonest	84	69	691	45.8374	4.7718	5
69580	Sathonay-Camp	sathonay-camp	84	69	691	45.8231	4.8675	5
69580	Sathonay-Village	sathonay-village	84	69	691	45.8327	4.8812	5
69581 CEDEX	Neuville-sur-Saône	neuville-sur-saone	84	69	691	45.877	4.8492	5
69582 CEDEX	Neuville-sur-Saône	neuville-sur-saone	84	69	691	45.877	4.8492	5
69583 CEDEX	Neuville-sur-Saône	neuville-sur-saone	84	69	691	45.877	4.8492	5
69590	Saint-Symphorien-sur-Coise	saint-symphorien-sur-coise	84	69	691	45.632	4.4581	5
69590	Larajasse	larajasse	84	69	691	45.6125	4.5003	5
69590	Pomeys	pomeys	84	69	691	45.6484	4.4428	5
69590	La Chapelle-sur-Coise	la-chapelle-sur-coise	84	69	691	45.6531	4.4982	5
69590	Coise	coise	84	69	691	45.6131	4.4743	5
69591 CEDEX	L’Arbresle	l-arbresle	84	69	692	45.8356	4.6169	5
69592 CEDEX	L’Arbresle	l-arbresle	84	69	692	45.8356	4.6169	5
69593 CEDEX	L’Arbresle	l-arbresle	84	69	692	45.8356	4.6169	5
69594 CEDEX	L’Arbresle	l-arbresle	84	69	692	45.8356	4.6169	5
69595 CEDEX	L’Arbresle	l-arbresle	84	69	692	45.8356	4.6169	5
69600	Oullins	oullins	84	69	691	45.7177	4.8038	5
69601 CEDEX	Villeurbanne	villeurbanne	84	69	691	45.7667	4.8833	5
69602 CEDEX	Villeurbanne	villeurbanne	84	69	691	45.7667	4.8833	5
69603 CEDEX	Villeurbanne	villeurbanne	84	69	691	45.7667	4.8833	5
69604 CEDEX	Villeurbanne	villeurbanne	84	69	691	45.7667	4.8833	5
69605 CEDEX	Villeurbanne	villeurbanne	84	69	691	45.7667	4.8833	5
69606 CEDEX	Villeurbanne	villeurbanne	84	69	691	45.7667	4.8833	5
69607 CEDEX	Villeurbanne	villeurbanne	84	69	691	45.7667	4.8833	5
69608 CEDEX	Villeurbanne	villeurbanne	84	69	691	45.7667	4.8833	5
69609 CEDEX	Villeurbanne	villeurbanne	84	69	691	45.7667	4.8833	5
69610	Haute-Rivoire	haute-rivoire	84	69	691	45.7153	4.3966	5
69610	Montromant	montromant	84	69	691	45.7064	4.5251	5
69610	Meys	meys	84	69	691	45.6792	4.3869	5
69610	Grézieu-le-Marché	grezieu-le-marche	84	69	691	45.65	4.4333	5
69610	Les Halles	les-halles	84	69	691	45.7182	4.4324	5
69610	Saint-Genis-l’Argentière	saint-genis-l-argentiere	84	69	691	45.7093	4.4923	5
69610	Sainte-Foy-l’Argentière	sainte-foy-l-argentiere	84	69	691	45.7083	4.4727	5
69610	Souzy	souzy	84	69	691	45.7047	4.4479	5
69610	Aveize	aveize	84	69	691	45.6814	4.4765	5
69611 CEDEX	Villeurbanne	villeurbanne	84	69	691	45.7667	4.8833	5
69612 CEDEX	Villeurbanne	villeurbanne	84	69	691	45.7667	4.8833	5
69613 CEDEX	Villeurbanne	villeurbanne	84	69	691	45.7667	4.8833	5
69615 CEDEX	Villeurbanne	villeurbanne	84	69	691	45.7667	4.8833	5
69616 CEDEX	Villeurbanne	villeurbanne	84	69	691	45.7667	4.8833	5
69619 CEDEX	Villeurbanne	villeurbanne	84	69	691	45.7667	4.8833	5
69620	Frontenas	frontenas	84	69	692	45.9261	4.6185	5
69620	Sainte-Paule	sainte-paule	84	69	692	45.962	4.5655	5
69620	Saint-Laurent-d’Oingt	saint-laurent-d-oingt	84	69	692	45.9443	4.5634	5
69620	Oingt	oingt	84	69	692	45.9488	4.5833	5
69620	Chamelet	chamelet	84	69	692	45.985	4.5108	5
69620	Theizé	theize	84	69	692	45.9403	4.6163	5
69620	Ternand	ternand	84	69	692	45.9446	4.5285	5
69620	Le Bois-d'Oingt	le-bois-d-oingt	84	69	692	45.9172	4.5826	5
69620	Bagnols	bagnols	84	69	692	45.9177	4.6083	5
69620	Légny	legny	84	69	692	45.9084	4.5833	5
69620	Moiré	moire	84	69	692	45.9276	4.6039	5
69620	Létra	letra	84	69	692	45.9626	4.5242	5
69620	Le Breuil	le-breuil	84	69	692	45.8938	4.5869	5
69620	Saint-Vérand	saint-verand	84	69	692	45.92	4.5279	5
69621 CEDEX	Villeurbanne	villeurbanne	84	69	691	45.7667	4.8833	5
69622 CEDEX	Villeurbanne	villeurbanne	84	69	691	45.7667	4.8833	5
69623 CEDEX	Villeurbanne	villeurbanne	84	69	691	45.7667	4.8833	5
69624 CEDEX	Villeurbanne	villeurbanne	84	69	691	45.7667	4.8833	5
69625 CEDEX	Villeurbanne	villeurbanne	84	69	691	45.7667	4.8833	5
69626 CEDEX	Villeurbanne	villeurbanne	84	69	691	45.7667	4.8833	5
69627 CEDEX	Villeurbanne	villeurbanne	84	69	691	45.7667	4.8833	5
69628 CEDEX	Villeurbanne	villeurbanne	84	69	691	45.7667	4.8833	5
69629 CEDEX	Villeurbanne	villeurbanne	84	69	691	45.7667	4.8833	5
69630	Chaponost	chaponost	84	69	691	45.7059	4.7444	5
69631 CEDEX	Vénissieux	venissieux	84	69	691	45.7025	4.8715	5
69632 CEDEX	Vénissieux	venissieux	84	69	691	45.7025	4.8715	5
69633 CEDEX	Vénissieux	venissieux	84	69	691	45.7025	4.8715	5
69634 CEDEX	Vénissieux	venissieux	84	69	691	45.7025	4.8715	5
69635 CEDEX	Vénissieux	venissieux	84	69	691	45.7025	4.8715	5
69636 CEDEX	Vénissieux	venissieux	84	69	691	45.7025	4.8715	5
69637 CEDEX	Vénissieux	venissieux	84	69	691	45.7025	4.8715	5
69638 CEDEX	Vénissieux	venissieux	84	69	691	45.7025	4.8715	5
69639 CEDEX	Vénissieux	venissieux	84	69	691	45.7025	4.8715	5
69640	Jarnioux	jarnioux	84	69	692	45.9642	4.6335	5
69640	Denicé	denice	84	69	692	46.0014	4.6452	5
69640	Lacenas	lacenas	84	69	692	45.9871	4.6446	5
69640	Cogny	cogny	84	69	692	45.9873	4.625	5
69640	Saint-Julien	saint-julien	84	69	692	46.0265	4.6516	5
69640	Rivolet	rivolet	84	69	692	46.006	4.6023	5
69640	Ville-sur-Jarnioux	ville-sur-jarnioux	84	69	692	45.9619	4.6082	5
69640	Montmelas-Saint-Sorlin	montmelas-saint-sorlin	84	69	692	46.0167	4.6167	5
69641 CEDEX	Caluire-et-Cuire	caluire-et-cuire	84	69	691	45.7904	4.8411	5
69642 CEDEX	Caluire-et-Cuire	caluire-et-cuire	84	69	691	45.7904	4.8411	5
69643 CEDEX	Caluire-et-Cuire	caluire-et-cuire	84	69	691	45.7904	4.8411	5
69644 CEDEX	Caluire-et-Cuire	caluire-et-cuire	84	69	691	45.7904	4.8411	5
69645 CEDEX	Caluire-et-Cuire	caluire-et-cuire	84	69	691	45.7904	4.8411	5
69646 CEDEX	Caluire-et-Cuire	caluire-et-cuire	84	69	691	45.7904	4.8411	5
69647 CEDEX	Caluire-et-Cuire	caluire-et-cuire	84	69	691	45.7904	4.8411	5
69648 CEDEX	Caluire-et-Cuire	caluire-et-cuire	84	69	691	45.7904	4.8411	5
69649 CEDEX	Caluire-et-Cuire	caluire-et-cuire	84	69	691	45.7904	4.8411	5
69650	Quincieux	quincieux	84	69	691	45.9104	4.7782	5
69650	Saint-Germain-au-Mont-d’Or	saint-germain-au-mont-d-or	84	69	691	45.8804	4.8017	5
69651 CEDEX	Villefranche-sur-Saône	villefranche-sur-saone	84	69	692	45.9833	4.7167	5
69652 CEDEX	Villefranche-sur-Saône	villefranche-sur-saone	84	69	692	45.9833	4.7167	5
69653 CEDEX	Villefranche-sur-Saône	villefranche-sur-saone	84	69	692	45.9833	4.7167	5
69654 CEDEX	Villefranche-sur-Saône	villefranche-sur-saone	84	69	692	45.9833	4.7167	5
69655 CEDEX	Villefranche-sur-Saône	villefranche-sur-saone	84	69	692	45.9833	4.7167	5
69656 CEDEX	Villefranche-sur-Saône	villefranche-sur-saone	84	69	692	45.9833	4.7167	5
69657 CEDEX	Villefranche-sur-Saône	villefranche-sur-saone	84	69	692	45.9833	4.7167	5
69658 CEDEX	Villefranche-sur-Saône	villefranche-sur-saone	84	69	692	45.9833	4.7167	5
69659 CEDEX	Villefranche-sur-Saône	villefranche-sur-saone	84	69	692	45.9833	4.7167	5
69660	Collonges-au-Mont-d’Or	collonges-au-mont-d-or	84	69	691	45.822	4.8398	5
69661 CEDEX	Villefranche-sur-Saône	villefranche-sur-saone	84	69	692	45.9833	4.7167	5
69664 CEDEX	Villefranche-sur-Saône	villefranche-sur-saone	84	69	692	45.9833	4.7167	5
69665 CEDEX	Villefranche-sur-Saône	villefranche-sur-saone	84	69	692	45.9833	4.7167	5
69667 CEDEX	Villefranche-sur-Saône	villefranche-sur-saone	84	69	692	45.9833	4.7167	5
69669 CEDEX	Villefranche-sur-Saône	villefranche-sur-saone	84	69	692	45.9833	4.7167	5
69670	Saint-Laurent-de-Vaux	saint-laurent-de-vaux	84	69	691	45.7136	4.6307	5
69670	Vaugneray	vaugneray	84	69	691	45.7372	4.6587	5
69671 CEDEX	Bron	bron	84	69	691	45.7333	4.9167	5
69672 CEDEX	Bron	bron	84	69	691	45.7333	4.9167	5
69673 CEDEX	Bron	bron	84	69	691	45.7333	4.9167	5
69674 CEDEX	Bron	bron	84	69	691	45.7333	4.9167	5
69675 CEDEX	Bron	bron	84	69	691	45.7333	4.9167	5
69676 CEDEX	Bron	bron	84	69	691	45.7333	4.9167	5
69677 CEDEX	Bron	bron	84	69	691	45.7333	4.9167	5
69679 CEDEX	Bron	bron	84	69	691	45.7333	4.9167	5
69680	Chassieu	chassieu	84	69	691	45.7458	4.9709	5
69682 CEDEX	Chassieu	chassieu	84	69	691	45.7458	4.9709	5
69684 CEDEX	Chassieu	chassieu	84	69	691	45.7458	4.9709	5
69685 CEDEX	Chassieu	chassieu	84	69	691	45.7458	4.9709	5
69686 CEDEX	Chassieu	chassieu	84	69	691	45.7458	4.9709	5
69687 CEDEX	Chassieu	chassieu	84	69	691	45.7458	4.9709	5
69689 CEDEX	Chassieu	chassieu	84	69	691	45.7458	4.9709	5
69690	Bibost	bibost	84	69	692	45.7982	4.5463	5
69690	Brullioles	brullioles	84	69	691	45.7615	4.4993	5
69690	Courzieu	courzieu	84	69	692	45.7431	4.5703	5
69690	Saint-Julien-sur-Bibost	saint-julien-sur-bibost	84	69	692	45.8046	4.5199	5
69690	Brussieu	brussieu	84	69	691	45.7483	4.5247	5
69690	Bessenay	bessenay	84	69	692	45.7772	4.5538	5
69691 CEDEX	Vénissieux	venissieux	84	69	691	45.7025	4.8715	5
69692 CEDEX	Vénissieux	venissieux	84	69	691	45.7025	4.8715	5
69693 CEDEX	Vénissieux	venissieux	84	69	691	45.7025	4.8715	5
69694 CEDEX	Vénissieux	venissieux	84	69	691	45.7025	4.8715	5
69696 CEDEX	Vénissieux	venissieux	84	69	691	45.7025	4.8715	5
69700	Montagny	montagny	84	69	691	45.627	4.7578	5
69700	Chassagny	chassagny	84	69	691	45.6067	4.7321	5
69700	Givors	givors	84	69	691	45.5841	4.7726	5
69700	Saint-Jean-de-Touslas	saint-jean-de-touslas	84	69	691	45.577	4.6597	5
69700	Loire-sur-Rhône	loire-sur-rhone	84	69	691	45.55	4.8	5
69700	Échalas	echalas	84	69	691	45.5519	4.7164	5
69700	Saint-Romain-en-Gier	saint-romain-en-gier	84	69	691	45.5668	4.7129	5
69700	Saint-Andéol-le-Château	saint-andeol-le-chateau	84	69	691	45.587	4.695	5
69701 CEDEX	Givors	givors	84	69	691	45.5841	4.7726	5
69702 CEDEX	Givors	givors	84	69	691	45.5841	4.7726	5
69709 CEDEX	Givors	givors	84	69	691	45.5841	4.7726	5
69714 CEDEX	Condrieu	condrieu	84	69	691	45.4634	4.7685	5
69720	Saint-Laurent-de-Mure	saint-laurent-de-mure	84	69	691	45.6887	5.0466	5
69720	Saint-Bonnet-de-Mure	saint-bonnet-de-mure	84	69	691	45.6996	5.0203	5
69726 CEDEX	Genay	genay	84	69	691	45.8976	4.8373	5
69727 CEDEX	Genay	genay	84	69	691	45.8976	4.8373	5
69729 CEDEX	Genay	genay	84	69	691	45.8976	4.8373	5
69730	Genay	genay	84	69	691	45.8976	4.8373	5
69731 CEDEX	Caluire-et-Cuire	caluire-et-cuire	84	69	691	45.7904	4.8411	5
69732 CEDEX	Caluire-et-Cuire	caluire-et-cuire	84	69	691	45.7904	4.8411	5
69735 CEDEX	Caluire-et-Cuire	caluire-et-cuire	84	69	691	45.7904	4.8411	5
69740	Genas	genas	84	69	691	45.7322	4.9994	5
69741 CEDEX	Genas	genas	84	69	691	45.7322	4.9994	5
69742 CEDEX	Genas	genas	84	69	691	45.7322	4.9994	5
69743 CEDEX	Genas	genas	84	69	691	45.7322	4.9994	5
69744 CEDEX	Genas	genas	84	69	691	45.7322	4.9994	5
69745 CEDEX	Genas	genas	84	69	691	45.7322	4.9994	5
69746 CEDEX	Genas	genas	84	69	691	45.7322	4.9994	5
69747 CEDEX	Genas	genas	84	69	691	45.7322	4.9994	5
69749 CEDEX	Genas	genas	84	69	691	45.7322	4.9994	5
69751 CEDEX	Charbonnières-les-Bains	charbonnieres-les-bains	84	69	691	45.7842	4.7463	5
69755 CEDEX	Charbonnières-les-Bains	charbonnieres-les-bains	84	69	691	45.7842	4.7463	5
69760	Limonest	limonest	84	69	691	45.8374	4.7718	5
69770	Villechenève	villecheneve	84	69	691	45.8126	4.4077	5
69770	Longessaigne	longessaigne	84	69	691	45.7923	4.4245	5
69770	Montrottier	montrottier	84	69	691	45.7914	4.4663	5
69770	Chambost-Longessaigne	chambost-longessaigne	84	69	691	45.774	4.37	5
69771 CEDEX	Saint-Didier-au-Mont-d’Or	saint-didier-au-mont-d-or	84	69	691	45.817	4.7967	5
69780	Mions	mions	84	69	691	45.6643	4.9499	5
69780	Toussieu	toussieu	84	69	691	45.6537	4.9862	5
69780	Saint-Pierre-de-Chandieu	saint-pierre-de-chandieu	84	69	691	45.6456	5.0113	5
69790	Saint-Clément-de-Vers	saint-clement-de-vers	84	69	692	46.2276	4.405	5
69790	Saint-Bonnet-des-Bruyères	saint-bonnet-des-bruyeres	84	69	692	46.2718	4.4681	5
69790	Saint-Igny-de-Vers	saint-igny-de-vers	84	69	692	46.2407	4.4368	5
69790	Azolette	azolette	84	69	692	46.1931	4.4186	5
69790	Aigueperse	aigueperse	84	69	692	46.2782	4.4341	5
69790	Propières	propieres	84	69	692	46.1921	4.437	5
69791 CEDEX	Saint-Priest	saint-priest	84	69	691	45.6961	4.9389	5
69792 CEDEX	Saint-Priest	saint-priest	84	69	691	45.6961	4.9389	5
69793 CEDEX	Saint-Priest	saint-priest	84	69	691	45.6961	4.9389	5
69794 CEDEX	Saint-Priest	saint-priest	84	69	691	45.6961	4.9389	5
69795 CEDEX	Saint-Priest	saint-priest	84	69	691	45.6961	4.9389	5
69800	Saint-Priest	saint-priest	84	69	691	45.6961	4.9389	5
69801 CEDEX	Saint-Priest	saint-priest	84	69	691	45.6961	4.9389	5
69802 CEDEX	Saint-Priest	saint-priest	84	69	691	45.6961	4.9389	5
69803 CEDEX	Saint-Priest	saint-priest	84	69	691	45.6961	4.9389	5
69804 CEDEX	Saint-Priest	saint-priest	84	69	691	45.6961	4.9389	5
69805 CEDEX	Saint-Priest	saint-priest	84	69	691	45.6961	4.9389	5
69806 CEDEX	Saint-Priest	saint-priest	84	69	691	45.6961	4.9389	5
69808 CEDEX	Saint-Priest	saint-priest	84	69	691	45.6961	4.9389	5
69809 CEDEX	Saint-Priest	saint-priest	84	69	691	45.6961	4.9389	5
69811 CEDEX	Tassin-la-Demi-Lune	tassin-la-demi-lune	84	69	691	45.755	4.7881	5
69812 CEDEX	Tassin-la-Demi-Lune	tassin-la-demi-lune	84	69	691	45.755	4.7881	5
69813 CEDEX	Tassin-la-Demi-Lune	tassin-la-demi-lune	84	69	691	45.755	4.7881	5
69814 CEDEX	Tassin-la-Demi-Lune	tassin-la-demi-lune	84	69	691	45.755	4.7881	5
69816 CEDEX	Tassin-la-Demi-Lune	tassin-la-demi-lune	84	69	691	45.755	4.7881	5
69817 CEDEX	Tassin-la-Demi-Lune	tassin-la-demi-lune	84	69	691	45.755	4.7881	5
69819 CEDEX	Tassin-la-Demi-Lune	tassin-la-demi-lune	84	69	691	45.755	4.7881	5
69820	Vauxrenard	vauxrenard	84	69	692	46.2096	4.6442	5
69820	Fleurie	fleurie	84	69	692	46.1921	4.6973	5
69822 CEDEX	Belleville	belleville	84	69	692	46.1	4.75	5
69823 CEDEX	Belleville	belleville	84	69	692	46.1	4.75	5
69824 CEDEX	Belleville	belleville	84	69	692	46.1	4.75	5
69829 CEDEX	Belleville	belleville	84	69	692	46.1	4.75	5
69830	Saint-Georges-de-Reneins	saint-georges-de-reneins	84	69	692	46.0603	4.7256	5
69831 CEDEX 9	Saint-Priest	saint-priest	84	69	691	45.6961	4.9389	5
69832 CEDEX 9	Saint-Priest	saint-priest	84	69	691	45.6961	4.9389	5
69833 CEDEX 9	Saint-Priest	saint-priest	84	69	691	45.6961	4.9389	5
69836 CEDEX 9	Saint-Priest	saint-priest	84	69	691	45.6961	4.9389	5
69840	Cenves	cenves	84	69	692	46.2682	4.6506	5
69840	Juliénas	julienas	84	69	692	46.2356	4.7104	5
69840	Chénas	chenas	84	69	692	46.2125	4.7195	5
69840	Jullié	jullie	84	69	692	46.2426	4.6774	5
69840	Émeringes	emeringes	84	69	692	46.2238	4.6707	5
69841 CEDEX 20	Lyon	lyon	84	69	691	45.7485	4.8467	5
69850	Duerne	duerne	84	69	691	45.6839	4.5269	5
69850	Saint-Martin-en-Haut	saint-martin-en-haut	84	69	691	45.6597	4.5615	5
69860	Monsols	monsols	84	69	692	46.2193	4.5199	5
69860	Ouroux	ouroux	84	69	692	46.2315	4.5937	5
69860	Saint-Christophe	saint-christophe	84	69	692	46.2628	4.5396	5
69860	Trades	trades	84	69	692	46.2774	4.5609	5
69860	Saint-Jacques-des-Arrêts	saint-jacques-des-arrets	84	69	692	46.2559	4.5968	5
69860	Saint-Mamert	saint-mamert	84	69	692	46.2503	4.5763	5
69870	Saint-Nizier-d’Azergues	saint-nizier-d-azergues	84	69	692	46.0872	4.4648	5
69870	Lamure-sur-Azergues	lamure-sur-azergues	84	69	692	46.0597	4.4911	5
69870	Saint-Cyr-le-Chatoux	saint-cyr-le-chatoux	84	69	692	46.0271	4.5568	5
69870	Claveisolles	claveisolles	84	69	692	46.1001	4.4939	5
69870	Saint-Bonnet-le-Troncy	saint-bonnet-le-troncy	84	69	692	46.0858	4.4278	5
69870	Poule-les-Écharmeaux	poule-les-echarmeaux	84	69	692	46.15	4.4667	5
69870	Grandris	grandris	84	69	692	46.0387	4.4749	5
69870	Saint-Just-d’Avray	saint-just-d-avray	84	69	692	46.0019	4.4474	5
69870	Chambost-Allières	chambost-allieres	84	69	692	46.019	4.4994	5
69881 CEDEX	Meyzieu	meyzieu	84	69	691	45.7667	5	5
69882 CEDEX	Meyzieu	meyzieu	84	69	691	45.7667	5	5
69883 CEDEX	Meyzieu	meyzieu	84	69	691	45.7667	5	5
69889 CEDEX	Meyzieu	meyzieu	84	69	691	45.7667	5	5
69890	La Tour-de-Salvagny	la-tour-de-salvagny	84	69	691	45.8123	4.7163	5
69891 CEDEX	Meyzieu	meyzieu	84	69	691	45.7667	5	5
69900 CEDEX 20	Lyon	lyon	84	69	691	45.7485	4.8467	5
69901 CEDEX 20	Lyon	lyon	84	69	691	45.7485	4.8467	5
69902 CEDEX 20	Lyon	lyon	84	69	691	45.7485	4.8467	5
69903 CEDEX 20	Lyon	lyon	84	69	691	45.7485	4.8467	5
69904 CEDEX 20	Lyon	lyon	84	69	691	45.7485	4.8467	5
69905 CEDEX 20	Lyon	lyon	84	69	691	45.7485	4.8467	5
69906 CEDEX 20	Lyon	lyon	84	69	691	45.7485	4.8467	5
69907 CEDEX 20	Lyon	lyon	84	69	691	45.7485	4.8467	5
69908 CEDEX 20	Lyon	lyon	84	69	691	45.7485	4.8467	5
69910	Villié-Morgon	villie-morgon	84	69	692	46.1623	4.6806	5
69921 CEDEX	Oullins	oullins	84	69	691	45.7177	4.8038	5
69922 CEDEX	Oullins	oullins	84	69	691	45.7177	4.8038	5
69923 CEDEX	Oullins	oullins	84	69	691	45.7177	4.8038	5
69924 CEDEX	Oullins	oullins	84	69	691	45.7177	4.8038	5
69925 CEDEX	Oullins	oullins	84	69	691	45.7177	4.8038	5
69926 CEDEX	Oullins	oullins	84	69	691	45.7177	4.8038	5
69930	Saint-Clément-les-Places	saint-clement-les-places	84	69	691	45.7522	4.4228	5
69930	Saint-Laurent-de-Chamousset	saint-laurent-de-chamousset	84	69	691	45.7393	4.4634	5
69931 CEDEX 20	Lyon	lyon	84	69	691	45.7485	4.8467	5
69932 CEDEX 20	Lyon	lyon	84	69	691	45.7485	4.8467	5
69933 CEDEX 20	Lyon	lyon	84	69	691	45.7485	4.8467	5
69934 CEDEX 20	Lyon	lyon	84	69	691	45.7485	4.8467	5
69935 CEDEX 20	Lyon	lyon	84	69	691	45.7485	4.8467	5
69936 CEDEX 20	Lyon	lyon	84	69	691	45.7485	4.8467	5
69937 CEDEX 20	Lyon	lyon	84	69	691	45.7485	4.8467	5
69938 CEDEX 20	Lyon	lyon	84	69	691	45.7485	4.8467	5
69939 CEDEX 20	Lyon	lyon	84	69	691	45.7485	4.8467	5
69942 CEDEX 20	Lyon	lyon	84	69	691	45.7485	4.8467	5
69945 CEDEX 20	Lyon	lyon	84	69	691	45.7485	4.8467	5
69946 CEDEX 20	Lyon	lyon	84	69	691	45.7485	4.8467	5
69947 CEDEX 20	Lyon	lyon	84	69	691	45.7485	4.8467	5
69948 CEDEX 20	Lyon	lyon	84	69	691	45.7485	4.8467	5
69949 CEDEX 20	Lyon	lyon	84	69	691	45.7485	4.8467	5
69951 CEDEX 20	Lyon	lyon	84	69	691	45.7485	4.8467	5
69952 CEDEX 20	Lyon	lyon	84	69	691	45.7485	4.8467	5
69953 CEDEX 20	Lyon	lyon	84	69	691	45.7485	4.8467	5
69954 CEDEX 20	Lyon	lyon	84	69	691	45.7485	4.8467	5
69955 CEDEX 20	Lyon	lyon	84	69	691	45.7485	4.8467	5
69957 CEDEX 20	Lyon	lyon	84	69	691	45.7485	4.8467	5
69960	Corbas	corbas	84	69	691	45.6679	4.8963	5
69961 CEDEX	Corbas	corbas	84	69	691	45.6679	4.8963	5
69962 CEDEX	Corbas	corbas	84	69	691	45.6679	4.8963	5
69963 CEDEX	Corbas	corbas	84	69	691	45.6679	4.8963	5
69964 CEDEX	Corbas	corbas	84	69	691	45.6679	4.8963	5
69968 CEDEX	Corbas	corbas	84	69	691	45.6679	4.8963	5
69969 CEDEX	Corbas	corbas	84	69	691	45.6679	4.8963	5
69970	Marennes	marennes	84	69	691	45.6205	4.9155	5
69970	Chaponnay	chaponnay	84	69	691	45.631	4.943	5
69998 CEDEX 07	Lyon	lyon	84	69	691	45.7485	4.8467	5
73000	Montagnole	montagnole	84	73	732	45.5385	5.9089	5
73000	Bassens	bassens	84	73	732	45.585	5.9435	5
73000	Sonnaz	sonnaz	84	73	732	45.6216	5.9184	5
73000	Chambéry	chambery	84	73	732	45.5646	5.9265	5
73000	Barberaz	barberaz	84	73	732	45.55	5.9333	5
73000	Jacob-Bellecombette	jacob-bellecombette	84	73	732	45.5527	5.9116	5
73001 CEDEX	Chambéry	chambery	84	73	732	45.5646	5.9265	5
73002 CEDEX	Chambéry	chambery	84	73	732	45.5646	5.9265	5
73003 CEDEX	Chambéry	chambery	84	73	732	45.5646	5.9265	5
73004 CEDEX	Chambéry	chambery	84	73	732	45.5646	5.9265	5
73005 CEDEX	Chambéry	chambery	84	73	732	45.5646	5.9265	5
73006 CEDEX	Chambéry	chambery	84	73	732	45.5646	5.9265	5
73007 CEDEX	Chambéry	chambery	84	73	732	45.5646	5.9265	5
73008 CEDEX	Chambéry	chambery	84	73	732	45.5646	5.9265	5
73009 CEDEX	Chambéry	chambery	84	73	732	45.5646	5.9265	5
73010 CEDEX	Chambéry	chambery	84	73	732	45.5646	5.9265	5
73011 CEDEX	Chambéry	chambery	84	73	732	45.5646	5.9265	5
73014 CEDEX	Chambéry	chambery	84	73	732	45.5646	5.9265	5
73015 CEDEX	Chambéry	chambery	84	73	732	45.5646	5.9265	5
73016 CEDEX	Chambéry	chambery	84	73	732	45.5646	5.9265	5
73017 CEDEX	Chambéry	chambery	84	73	732	45.5646	5.9265	5
73018 CEDEX	Chambéry	chambery	84	73	732	45.5646	5.9265	5
73019 CEDEX	Chambéry	chambery	84	73	732	45.5646	5.9265	5
73020 CEDEX	Chambéry	chambery	84	73	732	45.5646	5.9265	5
73021 CEDEX	Chambéry	chambery	84	73	732	45.5646	5.9265	5
73022 CEDEX	Chambéry	chambery	84	73	732	45.5646	5.9265	5
73024 CEDEX	Chambéry	chambery	84	73	732	45.5646	5.9265	5
73025 CEDEX	Chambéry	chambery	84	73	732	45.5646	5.9265	5
73026 CEDEX	Chambéry	chambery	84	73	732	45.5646	5.9265	5
73031 CEDEX	Chambéry	chambery	84	73	732	45.5646	5.9265	5
73065 CEDEX 9	Chambéry	chambery	84	73	732	45.5646	5.9265	5
73073 CEDEX 9	Chambéry	chambery	84	73	732	45.5646	5.9265	5
73079 CEDEX	Chambéry	chambery	84	73	732	45.5646	5.9265	5
73089 CEDEX 9	Chambéry	chambery	84	73	732	45.5646	5.9265	5
73091 CEDEX	Chambéry	chambery	84	73	732	45.5646	5.9265	5
73094 CEDEX	Chambéry	chambery	84	73	732	45.5646	5.9265	5
73100	Saint-Offenge-Dessus	saint-offenge-dessus	84	73	732	45.7309	6.0053	5
73100	Pugny-Chatenod	pugny-chatenod	84	73	732	45.695	5.9537	5
73100	Saint-Offenge	saint-offenge	84	73	732	45.7353	6.0022	5
73100	Montcel	montcel	84	73	732	45.7254	5.9843	5
73100	Saint-Offenge-Dessous	saint-offenge-dessous	84	73	732	45.7307	6.0071	5
73100	Tresserve	tresserve	84	73	732	45.6779	5.9015	5
73100	Mouxy	mouxy	84	73	732	45.684	5.9354	5
73100	Aix-les-Bains	aix-les-bains	84	73	732	45.6917	5.9086	5
73100	Trévignin	trevignin	84	73	732	45.7074	5.9516	5
73100	Brison-Saint-Innocent	brison-saint-innocent	84	73	732	45.7219	5.8901	5
73100	Grésy-sur-Aix	gresy-sur-aix	84	73	732	45.723	5.9341	5
73101 CEDEX	Aix-les-Bains	aix-les-bains	84	73	732	45.6917	5.9086	5
73102 CEDEX	Aix-les-Bains	aix-les-bains	84	73	732	45.6917	5.9086	5
73103 CEDEX	Aix-les-Bains	aix-les-bains	84	73	732	45.6917	5.9086	5
73104 CEDEX	Aix-les-Bains	aix-les-bains	84	73	732	45.6917	5.9086	5
73105 CEDEX	Aix-les-Bains	aix-les-bains	84	73	732	45.6917	5.9086	5
73106 CEDEX	Aix-les-Bains	aix-les-bains	84	73	732	45.6917	5.9086	5
73107 CEDEX	Aix-les-Bains	aix-les-bains	84	73	732	45.6917	5.9086	5
73108 CEDEX	Aix-les-Bains	aix-les-bains	84	73	732	45.6917	5.9086	5
73109 CEDEX	Aix-les-Bains	aix-les-bains	84	73	732	45.6917	5.9086	5
73110	La Croix-de-la-Rochette	la-croix-de-la-rochette	84	73	732	45.4667	6.1167	5
73110	Le Verneil	le-verneil	84	73	732	45.4667	6.1667	5
73110	Villard-Sallet	villard-sallet	84	73	732	45.4849	6.1386	5
73110	Rotherens	rotherens	84	73	732	45.4729	6.136	5
73110	Le Pontet	le-pontet	84	73	732	45.4983	6.23	5
73110	La Trinité	la-trinite	84	73	732	45.4965	6.146	5
73110	Arvillard	arvillard	84	73	732	45.4408	6.1205	5
73110	Étable	etable	84	73	732	45.4639	6.1471	5
73110	Presle	presle	84	73	732	45.4546	6.1373	5
73110	Bourget-en-Huile	bourget-en-huile	84	73	732	45.4851	6.2067	5
73110	La Rochette	la-rochette	84	73	732	45.4603	6.1207	5
73110	La Table	la-table	84	73	732	45.4801	6.1716	5
73110	Villaroux	villaroux	84	73	732	45.4581	6.0758	5
73110	Détrier	detrier	84	73	732	45.4444	6.0989	5
73110	La Chapelle-Blanche	la-chapelle-blanche	84	73	732	45.4486	6.0704	5
73120	Courchevel	courchevel	84	73	731	45.4154	6.6364	5
73120	Courchevel 1550	courchevel-1550	84	73	731	45.4218	6.6439	5
73120	Courchevel 1650	courchevel-1650	84	73	731	45.4168	6.6507	5
73120	Saint-Bon-Tarentaise	saint-bon-tarentaise	84	73	731	45.4337	6.6369	5
73120	La Perrière	la-perriere	84	73	731	45.4458	6.5946	5
73121 CEDEX	Courchevel	courchevel	84	73	731	45.4154	6.6364	5
73122 CEDEX	Courchevel	courchevel	84	73	731	45.4154	6.6364	5
73123 CEDEX	Courchevel	courchevel	84	73	731	45.4154	6.6364	5
73124 CEDEX	Courchevel	courchevel	84	73	731	45.4154	6.6364	5
73127 CEDEX	Courchevel	courchevel	84	73	731	45.4154	6.6364	5
73129 CEDEX	Courchevel	courchevel	84	73	731	45.4154	6.6364	5
73130	La Chambre	la-chambre	84	73	733	45.3587	6.3025	5
73130	Notre-Dame-du-Cruet	notre-dame-du-cruet	84	73	733	45.3703	6.311	5
73130	Saint-Etienne-de-Cuines	saint-etienne-de-cuines	84	73	733	45.35	6.2833	5
73130	Sainte-Marie-de-Cuines	sainte-marie-de-cuines	84	73	733	45.3356	6.3045	5
73130	Saint-Avre	saint-avre	84	73	733	45.3511	6.3099	5
73130	Saint-François-Longchamp	saint-francois-longchamp	84	73	733	45.4	6.35	5
73130	Montgellafrey	montgellafrey	84	73	733	45.3924	6.3196	5
73130	Montaimont	montaimont	84	73	733	45.3721	6.3451	5
73130	Saint-Alban-des-Villards	saint-alban-des-villards	84	73	733	45.3073	6.2479	5
73130	Saint-Martin-sur-la-Chambre	saint-martin-sur-la-chambre	84	73	733	45.3667	6.3167	5
73130	Saint-Colomban-des-Villards	saint-colomban-des-villards	84	73	733	45.3001	6.2386	5
73140	Orelle	orelle	84	73	733	45.2097	6.5349	5
73140	Saint-Martin-de-la-Porte	saint-martin-de-la-porte	84	73	733	45.2424	6.4523	5
73140	Saint-Michel-de-Maurienne	saint-michel-de-maurienne	84	73	733	45.2184	6.4726	5
73140	Saint-Martin-d’Arc	saint-martin-d-arc	84	73	733	45.2167	6.4667	5
73150	Val-d’Isère	val-d-isere	84	73	731	45.4497	6.9781	5
73151 CEDEX	Val-d’Isère	val-d-isere	84	73	731	45.4497	6.9781	5
73152 CEDEX	Val-d’Isère	val-d-isere	84	73	731	45.4497	6.9781	5
73153 CEDEX	Val-d’Isère	val-d-isere	84	73	731	45.4497	6.9781	5
73154 CEDEX	Val-d’Isère	val-d-isere	84	73	731	45.4497	6.9781	5
73155 CEDEX	Val-d’Isère	val-d-isere	84	73	731	45.4497	6.9781	5
73157 CEDEX	Val-d’Isère	val-d-isere	84	73	731	45.4497	6.9781	5
73159 CEDEX	Val-d’Isère	val-d-isere	84	73	731	45.4497	6.9781	5
73160	Vimines	vimines	84	73	732	45.5474	5.8649	5
73160	Saint-Sulpice	saint-sulpice	84	73	732	45.567	5.8453	5
73160	Saint-Thibaud-de-Couz	saint-thibaud-de-couz	84	73	732	45.5011	5.8457	5
73160	Cognin	cognin	84	73	732	45.5638	5.8944	5
73160	Corbel	corbel	84	73	732	45.4296	5.8245	5
73160	Saint-Jean-de-Couz	saint-jean-de-couz	84	73	732	45.4669	5.8192	5
73160	Saint-Cassin	saint-cassin	84	73	732	45.5328	5.8922	5
73170	La Chapelle-Saint-Martin	la-chapelle-saint-martin	84	73	732	45.6517	5.7573	5
73170	Saint-Jean-de-Chevelu	saint-jean-de-chevelu	84	73	732	45.6994	5.8311	5
73170	Traize	traize	84	73	732	45.672	5.7454	5
73170	Lucey	lucey	84	73	732	45.7518	5.7877	5
73170	Yenne	yenne	84	73	732	45.7042	5.758	5
73170	Loisieux	loisieux	84	73	732	45.6517	5.7352	5
73170	Jongieux	jongieux	84	73	732	45.7377	5.7993	5
73170	La Balme	la-balme	84	73	732	45.7061	5.7193	5
73170	Billième	billieme	84	73	732	45.7208	5.8114	5
73170	Meyrieux-Trouet	meyrieux-trouet	84	73	732	45.6437	5.7812	5
73170	Verthemex	verthemex	84	73	732	45.6298	5.7898	5
73170	Saint-Pierre-d’Alvey	saint-pierre-d-alvey	84	73	732	45.6309	5.7346	5
73170	Saint-Paul	saint-paul	84	73	732	45.6833	5.7833	5
73190	La Thuile	la-thuile	84	73	732	45.5333	6.0549	5
73190	Saint-Baldoph	saint-baldoph	84	73	732	45.5312	5.9522	5
73190	Puygros	puygros	84	73	732	45.5678	6.0345	5
73190	Saint-Jeoire-Prieuré	saint-jeoire-prieure	84	73	732	45.5317	5.9894	5
73190	Curienne	curienne	84	73	732	45.5661	6.0076	5
73190	Apremont	apremont	84	73	732	45.5	5.95	5
73190	Challes-les-Eaux	challes-les-eaux	84	73	732	45.5519	5.9817	5
73191 CEDEX	Challes-les-Eaux	challes-les-eaux	84	73	732	45.5519	5.9817	5
73192 CEDEX	Challes-les-Eaux	challes-les-eaux	84	73	732	45.5519	5.9817	5
73193 CEDEX	Challes-les-Eaux	challes-les-eaux	84	73	732	45.5519	5.9817	5
73199 CEDEX	Challes-les-Eaux	challes-les-eaux	84	73	732	45.5519	5.9817	5
73200	Venthon	venthon	84	73	731	45.6879	6.4138	5
73200	Mercury	mercury	84	73	731	45.6745	6.3369	5
73200	Monthion	monthion	84	73	731	45.6321	6.3596	5
73200	Plancherine	plancherine	84	73	731	45.6646	6.3112	5
73200	Allondaz	allondaz	84	73	731	45.7058	6.3704	5
73200	Grignon	grignon	84	73	731	45.6512	6.378	5
73200	Albertville	albertville	84	73	731	45.6745	6.3906	5
73200	Pallud	pallud	84	73	731	45.684	6.3884	5
73200	Césarches	cesarches	84	73	731	45.7021	6.4115	5
73200	Thénésol	thenesol	84	73	731	45.7124	6.3986	5
73200	Gilly-sur-Isère	gilly-sur-isere	84	73	731	45.6592	6.351	5
73201 CEDEX	Albertville	albertville	84	73	731	45.6745	6.3906	5
73202 CEDEX	Albertville	albertville	84	73	731	45.6745	6.3906	5
73203 CEDEX	Albertville	albertville	84	73	731	45.6745	6.3906	5
73204 CEDEX	Albertville	albertville	84	73	731	45.6745	6.3906	5
73205 CEDEX	Albertville	albertville	84	73	731	45.6745	6.3906	5
73206 CEDEX	Albertville	albertville	84	73	731	45.6745	6.3906	5
73207 CEDEX	Albertville	albertville	84	73	731	45.6745	6.3906	5
73208 CEDEX	Albertville	albertville	84	73	731	45.6745	6.3906	5
73209 CEDEX	Albertville	albertville	84	73	731	45.6745	6.3906	5
73210	La Plagne Tarentaise	la-plagne-tarentaise	84	73	731	45.5535	6.6725	5
73210	Mâcot-la-Plagne	macot-la-plagne	84	73	731	45.55	6.6667	5
73210	Peisey-Nancroix	peisey-nancroix	84	73	731	45.5461	6.7553	5
73210	Aime	aime	84	73	731	45.5556	6.6504	5
73210	Montgirod	montgirod	84	73	731	45.5363	6.5799	5
73210	Bellentre	bellentre	84	73	731	45.5696	6.7138	5
73210	Landry	landry	84	73	731	45.5708	6.7412	5
73210	La Côte-d’Aime	la-cote-d-aime	84	73	731	45.5684	6.6684	5
73210	Valezan	valezan	84	73	731	45.5743	6.6925	5
73210	Granier	granier	84	73	731	45.5732	6.6508	5
73210	Aime-la-Plagne	aime-la-plagne	84	73	731	45.5556	6.6486	5
73211 CEDEX	Aime	aime	84	73	731	45.5556	6.6504	5
73212 CEDEX	Aime	aime	84	73	731	45.5556	6.6504	5
73214 CEDEX	Aime	aime	84	73	731	45.5556	6.6504	5
73216 CEDEX	Aime	aime	84	73	731	45.5556	6.6504	5
73219 CEDEX	Aime	aime	84	73	731	45.5556	6.6504	5
73220	Saint-Léger	saint-leger	84	73	733	45.4334	6.2725	5
73220	Saint-Georges-d'Hurtières	saint-georges-d-hurtieres	84	73	733	45.503	6.2866	5
73220	Aiton	aiton	84	73	733	45.5605	6.2605	5
73220	Montsapey	montsapey	84	73	733	45.5236	6.3388	5
73220	Saint-Alban-d'Hurtières	saint-alban-d-hurtieres	84	73	733	45.4815	6.2775	5
73220	Argentine	argentine	84	73	733	45.4959	6.3146	5
73220	Épierre	epierre	84	73	733	45.4515	6.294	5
73220	Saint-Pierre-de-Belleville	saint-pierre-de-belleville	84	73	733	45.4661	6.2738	5
73220	Randens	randens	84	73	733	45.5436	6.3021	5
73220	Bonvillaret	bonvillaret	84	73	733	45.5623	6.2999	5
73220	Aiguebelle	aiguebelle	84	73	733	45.5439	6.3038	5
73220	Montgilbert	montgilbert	84	73	733	45.5507	6.2842	5
73221 CEDEX	Aiguebelle	aiguebelle	84	73	733	45.5439	6.3038	5
73223 CEDEX	Aiguebelle	aiguebelle	84	73	733	45.5439	6.3038	5
73224 CEDEX	Aiguebelle	aiguebelle	84	73	733	45.5439	6.3038	5
73225 CEDEX	Aiguebelle	aiguebelle	84	73	733	45.5439	6.3038	5
73229 CEDEX	Aiguebelle	aiguebelle	84	73	733	45.5439	6.3038	5
73230	Saint-Jean-d’Arvey	saint-jean-d-arvey	84	73	732	45.5863	6.0019	5
73230	Thoiry	thoiry	84	73	732	45.5908	6.0291	5
73230	Les Déserts	les-deserts	84	73	732	45.6202	6.01	5
73230	Barby	barby	84	73	732	45.5708	5.9827	5
73230	Saint-Alban-Leysse	saint-alban-leysse	84	73	732	45.5833	5.95	5
73230	Verel-Pragondran	verel-pragondran	84	73	732	45.6	5.95	5
73231 CEDEX	Saint-Alban-Leysse	saint-alban-leysse	84	73	732	45.5833	5.95	5
73232 CEDEX	Saint-Alban-Leysse	saint-alban-leysse	84	73	732	45.5833	5.95	5
73235 CEDEX	Saint-Alban-Leysse	saint-alban-leysse	84	73	732	45.5833	5.95	5
73239 CEDEX	Saint-Alban-Leysse	saint-alban-leysse	84	73	732	45.5833	5.95	5
73240	Avressieux	avressieux	84	73	732	45.5716	5.6954	5
73240	Saint-Maurice-de-Rotherens	saint-maurice-de-rotherens	84	73	732	45.6209	5.6983	5
73240	Gresin	gresin	84	73	732	45.6167	5.6833	5
73240	Champagneux	champagneux	84	73	732	45.6241	5.6739	5
73240	Sainte-Marie-d’Alvey	sainte-marie-d-alvey	84	73	732	45.5916	5.7229	5
73240	Saint-Genix-sur-Guiers	saint-genix-sur-guiers	84	73	732	45.5997	5.6344	5
73240	Rochefort	rochefort	84	73	732	45.5823	5.7217	5
73250	Saint-Pierre-d’Albigny	saint-pierre-d-albigny	84	73	732	45.5675	6.1561	5
73250	Fréterive	freterive	84	73	732	45.5829	6.2114	5
73250	Saint-Jean-de-la-Porte	saint-jean-de-la-porte	84	73	732	45.556	6.128	5
73260	Bonneval	bonneval	84	73	731	45.5225	6.4548	5
73260	Les Avanchers-Valmorel	les-avanchers-valmorel	84	73	731	45.4833	6.45	5
73260	Aigueblanche	aigueblanche	84	73	731	45.5031	6.5081	5
73260	Le Bois	le-bois	84	73	731	45.4899	6.4993	5
73260	Saint-Oyen	saint-oyen	84	73	731	45.5034	6.4844	5
73260	La Léchère	la-lechere	84	73	731	45.5833	6.3333	5
73260	Feissons-sur-Isère	feissons-sur-isere	84	73	731	45.5596	6.4708	5
73261 CEDEX	Aigueblanche	aigueblanche	84	73	731	45.5031	6.5081	5
73264 CEDEX	Aigueblanche	aigueblanche	84	73	731	45.5031	6.5081	5
73265 CEDEX	Aigueblanche	aigueblanche	84	73	731	45.5031	6.5081	5
73269 CEDEX	Aigueblanche	aigueblanche	84	73	731	45.5031	6.5081	5
73270	Villard-sur-Doron	villard-sur-doron	84	73	731	45.7258	6.5271	5
73270	Beaufort	beaufort	84	73	731	45.7178	6.5739	5
73276 CEDEX	Albertville	albertville	84	73	731	45.6745	6.3906	5
73277 CEDEX	Albertville	albertville	84	73	731	45.6745	6.3906	5
73290	La Motte-Servolex	la-motte-servolex	84	73	732	45.5942	5.8758	5
73291 CEDEX	La Motte-Servolex	la-motte-servolex	84	73	732	45.5942	5.8758	5
73292 CEDEX	La Motte-Servolex	la-motte-servolex	84	73	732	45.5942	5.8758	5
73294 CEDEX	La Motte-Servolex	la-motte-servolex	84	73	732	45.5942	5.8758	5
73295 CEDEX	La Motte-Servolex	la-motte-servolex	84	73	732	45.5942	5.8758	5
73299 CEDEX	La Motte-Servolex	la-motte-servolex	84	73	732	45.5942	5.8758	5
73300	Saint-Jean-de-Maurienne	saint-jean-de-maurienne	84	73	733	45.2833	6.35	5
73300	Albiez-le-Jeune	albiez-le-jeune	84	73	733	45.2448	6.3521	5
73300	Hermillon	hermillon	84	73	733	45.2989	6.364	5
73300	Montvernier	montvernier	84	73	733	45.3206	6.3425	5
73300	Pontamafrey-Montpascal	pontamafrey-montpascal	84	73	733	45.3167	6.3333	5
73300	Le Châtel	le-chatel	84	73	733	45.3105	6.3643	5
73300	Jarrier	jarrier	84	73	733	45.2844	6.3176	5
73300	Saint-Pancrace	saint-pancrace	84	73	733	45.2726	6.3227	5
73300	Albiez-Montrond	albiez-montrond	84	73	733	45.2167	6.35	5
73300	Villarembert	villarembert	84	73	733	45.2579	6.255	5
73300	Fontcouverte-la Toussuire	fontcouverte-la-toussuire	84	73	733	45.25	6.3	5
73300	Villargondran	villargondran	84	73	733	45.2711	6.3695	5
73301 CEDEX	Saint-Jean-de-Maurienne	saint-jean-de-maurienne	84	73	733	45.2833	6.35	5
73302 CEDEX	Saint-Jean-de-Maurienne	saint-jean-de-maurienne	84	73	733	45.2833	6.35	5
73303 CEDEX	Saint-Jean-de-Maurienne	saint-jean-de-maurienne	84	73	733	45.2833	6.35	5
73309 CEDEX	Saint-Jean-de-Maurienne	saint-jean-de-maurienne	84	73	733	45.2833	6.35	5
73310	Serrières-en-Chautagne	serrieres-en-chautagne	84	73	732	45.8818	5.8434	5
73310	Conjux	conjux	84	73	732	45.79	5.8221	5
73310	Vions	vions	84	73	732	45.824	5.8071	5
73310	Chindrieux	chindrieux	84	73	732	45.8213	5.8512	5
73310	Chanaz	chanaz	84	73	732	45.8085	5.7943	5
73310	Ruffieux	ruffieux	84	73	732	45.849	5.8433	5
73310	Motz	motz	84	73	732	45.9193	5.8481	5
73310	Saint-Pierre-de-Curtille	saint-pierre-de-curtille	84	73	732	45.7752	5.8076	5
73310	Ontex	ontex	84	73	732	45.7543	5.8205	5
73320	Tignes	tignes	84	73	731	45.496	6.9246	5
73321 CEDEX	Tignes	tignes	84	73	731	45.496	6.9246	5
73322 CEDEX	Tignes	tignes	84	73	731	45.496	6.9246	5
73329 CEDEX	Tignes	tignes	84	73	731	45.496	6.9246	5
73330	Domessin	domessin	84	73	732	45.5343	5.7008	5
73330	Verel-de-Montbel	verel-de-montbel	84	73	732	45.55	5.7167	5
73330	Belmont-Tramonet	belmont-tramonet	84	73	732	45.5587	5.6771	5
73330	Le Pont-de-Beauvoisin	le-pont-de-beauvoisin	84	73	732	45.5369	5.6733	5
73340	La Motte-en-Bauges	la-motte-en-bauges	84	73	732	45.7	6.1167	5
73340	Bellecombe-en-Bauges	bellecombe-en-bauges	84	73	732	45.7333	6.1333	5
73340	Arith	arith	84	73	732	45.7138	6.0848	5
73340	Aillon-le-Vieux	aillon-le-vieux	84	73	732	45.6518	6.0957	5
73340	Saint-François-de-Sales	saint-francois-de-sales	84	73	732	45.6828	6.0577	5
73340	Le Noyer	le-noyer	84	73	732	45.6794	6.0614	5
73340	Aillon-le-Jeune	aillon-le-jeune	84	73	732	45.6191	6.0815	5
73340	Lescheraines	lescheraines	84	73	732	45.7083	6.1053	5
73350	Feissons-sur-Salins	feissons-sur-salins	84	73	731	45.4705	6.5595	5
73350	Planay	planay	84	73	731	45.4255	6.6973	5
73350	Montagny	montagny	84	73	731	45.4557	6.5912	5
73350	Bozel	bozel	84	73	731	45.4429	6.649	5
73350	Champagny-en-Vanoise	champagny-en-vanoise	84	73	731	45.4545	6.6932	5
73360	La Bauche	la-bauche	84	73	732	45.4799	5.7665	5
73360	Saint-Pierre-de-Genebroz	saint-pierre-de-genebroz	84	73	732	45.45	5.75	5
73360	Saint-Franc	saint-franc	84	73	732	45.4922	5.7408	5
73360	Les Échelles	les-echelles	84	73	732	45.4348	5.7513	5
73360	Saint-Christophe	saint-christophe	84	73	732	45.45	5.7667	5
73370	Le Bourget-du-Lac	le-bourget-du-lac	84	73	732	45.6476	5.8608	5
73370	Bourdeau	bourdeau	84	73	732	45.6821	5.8574	5
73370	La Chapelle-du-Mont-du-Chat	la-chapelle-du-mont-du-chat	84	73	732	45.7042	5.8562	5
73371 CEDEX	Le Bourget-du-Lac	le-bourget-du-lac	84	73	732	45.6476	5.8608	5
73372 CEDEX	Le Bourget-du-Lac	le-bourget-du-lac	84	73	732	45.6476	5.8608	5
73373 CEDEX	Le Bourget-du-Lac	le-bourget-du-lac	84	73	732	45.6476	5.8608	5
73374 CEDEX	Le Bourget-du-Lac	le-bourget-du-lac	84	73	732	45.6476	5.8608	5
73375 CEDEX	Le Bourget-du-Lac	le-bourget-du-lac	84	73	732	45.6476	5.8608	5
73376 CEDEX	Le Bourget-du-Lac	le-bourget-du-lac	84	73	732	45.6476	5.8608	5
73377 CEDEX	Le Bourget-du-Lac	le-bourget-du-lac	84	73	732	45.6476	5.8608	5
73378 CEDEX	Le Bourget-du-Lac	le-bourget-du-lac	84	73	732	45.6476	5.8608	5
73379 CEDEX	Le Bourget-du-Lac	le-bourget-du-lac	84	73	732	45.6476	5.8608	5
73381 CEDEX	Le Bourget-du-Lac	le-bourget-du-lac	84	73	732	45.6476	5.8608	5
73382 CEDEX	Le Bourget-du-Lac	le-bourget-du-lac	84	73	732	45.6476	5.8608	5
73390	Châteauneuf	chateauneuf	84	73	732	45.5427	6.1666	5
73390	Champ-Laurent	champ-laurent	84	73	732	45.508	6.2137	5
73390	Chamoux-sur-Gelon	chamoux-sur-gelon	84	73	732	45.5345	6.2146	5
73390	Villard-Léger	villard-leger	84	73	732	45.5142	6.185	5
73390	Montendry	montendry	84	73	732	45.525	6.2414	5
73390	Chamousset	chamousset	84	73	732	45.5556	6.1981	5
73390	Bourgneuf	bourgneuf	84	73	732	45.5521	6.2125	5
73390	Betton-Bettonet	betton-bettonet	84	73	732	45.5303	6.1863	5
73390	Hauteville	hauteville	84	73	732	45.53	6.1725	5
73400	Marthod	marthod	84	73	731	45.7284	6.413	5
73400	Ugine	ugine	84	73	731	45.7508	6.4161	5
73400	Cohennoz	cohennoz	84	73	731	45.7567	6.4806	5
73401 CEDEX	Ugine	ugine	84	73	731	45.7508	6.4161	5
73402 CEDEX	Ugine	ugine	84	73	731	45.7508	6.4161	5
73403 CEDEX	Ugine	ugine	84	73	731	45.7508	6.4161	5
73409 CEDEX	Ugine	ugine	84	73	731	45.7508	6.4161	5
73410	Saint-Germain-la-Chambotte	saint-germain-la-chambotte	84	73	732	45.7795	5.8897	5
73410	Cessens	cessens	84	73	732	45.7993	5.8829	5
73410	Saint-Ours	saint-ours	84	73	732	45.7587	5.9889	5
73410	Mognard	mognard	84	73	732	45.7167	5.95	5
73410	Entrelacs	entrelacs	84	73	732	45.7864	5.945	5
73410	Albens	albens	84	73	732	45.7846	5.9488	5
73410	Épersy	epersy	84	73	732	45.7393	5.9613	5
73410	La Biolle	la-biolle	84	73	732	45.7592	5.9307	5
73410	Saint-Girod	saint-girod	84	73	732	45.7784	5.9673	5
73420	Drumettaz-Clarafond	drumettaz-clarafond	84	73	732	45.6604	5.9215	5
73420	Viviers-du-Lac	viviers-du-lac	84	73	732	45.65	5.9	5
73420	Méry	mery	84	73	732	45.6432	5.9378	5
73420	Voglans	voglans	84	73	732	45.6339	5.9023	5
73440	Les Belleville	les-belleville	84	73	731	45.3803	6.5044	5
73440	Saint-Jean-de-Belleville	saint-jean-de-belleville	84	73	731	45.426	6.485	5
73440	Saint-Martin-de-Belleville	saint-martin-de-belleville	84	73	731	45.3818	6.5052	5
73450	Valloire	valloire	84	73	733	45.1656	6.4299	5
73450	Valmeinier	valmeinier	84	73	733	45.1854	6.4811	5
73460	Bonvillard	bonvillard	84	73	731	45.5856	6.3045	5
73460	Notre-Dame-des-Millières	notre-dame-des-millieres	84	73	731	45.6267	6.3447	5
73460	Grésy-sur-Isère	gresy-sur-isere	84	73	731	45.6017	6.2551	5
73460	Sainte-Hélène-sur-Isère	sainte-helene-sur-isere	84	73	731	45.6131	6.3206	5
73460	Saint-Vital	saint-vital	84	73	731	45.6272	6.2999	5
73460	Frontenex	frontenex	84	73	731	45.6333	6.3167	5
73460	Tournon	tournon	84	73	731	45.6421	6.3024	5
73460	Montailleur	montailleur	84	73	731	45.616	6.2779	5
73460	Cléry	clery	84	73	731	45.6445	6.2939	5
73460	Verrens-Arvey	verrens-arvey	84	73	731	45.6536	6.3154	5
73470	Ayn	ayn	84	73	732	45.5717	5.7492	5
73470	Marcieux	marcieux	84	73	732	45.6167	5.7667	5
73470	Nances	nances	84	73	732	45.5913	5.7961	5
73470	Gerbaix	gerbaix	84	73	732	45.6089	5.7446	5
73470	Novalaise	novalaise	84	73	732	45.5969	5.7659	5
73480	Lanslebourg-Mont-Cenis	lanslebourg-mont-cenis	84	73	733	45.2856	6.8757	5
73480	Bonneval-sur-Arc	bonneval-sur-arc	84	73	733	45.3714	7.0463	5
73480	Lanslevillard	lanslevillard	84	73	733	45.2895	6.9099	5
73480	Bessans	bessans	84	73	733	45.3206	6.9959	5
73490	La Ravoire	la-ravoire	84	73	732	45.5598	5.9687	5
73491 CEDEX	La Ravoire	la-ravoire	84	73	732	45.5598	5.9687	5
73492 CEDEX	La Ravoire	la-ravoire	84	73	732	45.5598	5.9687	5
73493 CEDEX	La Ravoire	la-ravoire	84	73	732	45.5598	5.9687	5
73494 CEDEX	La Ravoire	la-ravoire	84	73	732	45.5598	5.9687	5
73499 CEDEX	La Ravoire	la-ravoire	84	73	732	45.5598	5.9687	5
73500	Sollières-Sardières	sollieres-sardieres	84	73	733	45.2644	6.8144	5
73500	Aussois	aussois	84	73	733	45.228	6.742	5
73500	Villarodin-Bourget	villarodin-bourget	84	73	733	45.2	6.7167	5
73500	Modane	modane	84	73	733	45.2	6.6667	5
73500	Freney	freney	84	73	733	45.2	6.6333	5
73500	Bramans	bramans	84	73	733	45.2248	6.7779	5
73500	Saint-André	saint-andre	84	73	733	45.2008	6.6207	5
73500	Fourneaux	fourneaux	84	73	733	45.1833	6.65	5
73500	Termignon	termignon	84	73	733	45.2755	6.8175	5
73500	Avrieux	avrieux	84	73	733	45.2167	6.7167	5
73520	Saint-Béron	saint-beron	84	73	732	45.5014	5.7301	5
73520	La Bridoire	la-bridoire	84	73	732	45.525	5.7407	5
73530	Saint-Sorlin-d’Arves	saint-sorlin-d-arves	84	73	733	45.221	6.2338	5
73530	Saint-Jean-d’Arves	saint-jean-d-arves	84	73	733	45.2043	6.2794	5
73530	Albiez-Montrond	albiez-montrond	84	73	733	45.2167	6.35	5
73540	Esserts-Blay	esserts-blay	84	73	731	45.6128	6.4365	5
73540	La Bâthie	la-bathie	84	73	731	45.6281	6.4511	5
73550	Les Allues	les-allues	84	73	731	45.4326	6.5556	5
73570	Brides-les-Bains	brides-les-bains	84	73	731	45.453	6.5683	5
73571 CEDEX	Brides-les-Bains	brides-les-bains	84	73	731	45.453	6.5683	5
73572 CEDEX	Brides-les-Bains	brides-les-bains	84	73	731	45.453	6.5683	5
73573 CEDEX	Brides-les-Bains	brides-les-bains	84	73	731	45.453	6.5683	5
73579 CEDEX	Brides-les-Bains	brides-les-bains	84	73	731	45.453	6.5683	5
73590	Saint-Nicolas-la-Chapelle	saint-nicolas-la-chapelle	84	73	731	45.8079	6.498	5
73590	Notre-Dame-de-Bellecombe	notre-dame-de-bellecombe	84	73	731	45.8078	6.5162	5
73590	Flumet	flumet	84	73	731	45.8176	6.5136	5
73590	La Giettaz	la-giettaz	84	73	731	45.862	6.4943	5
73590	Cohennoz	cohennoz	84	73	731	45.7567	6.4806	5
73590	Crest-Voland	crest-voland	84	73	731	45.7958	6.506	5
73600	Les Belleville	les-belleville	84	73	731	45.3803	6.5044	5
73600	Fontaine-le-Puits	fontaine-le-puits	84	73	731	45.4586	6.5093	5
73600	La Perrière	la-perriere	84	73	731	45.4458	6.5946	5
73600	Notre-Dame-du-Pré	notre-dame-du-pre	84	73	731	45.5125	6.5952	5
73600	Saint-Marcel	saint-marcel	84	73	731	45.5125	6.5669	5
73600	Salins-les-Thermes	salins-les-thermes	84	73	731	45.4717	6.5305	5
73600	Villarlurin	villarlurin	84	73	731	45.4607	6.527	5
73600	Hautecour	hautecour	84	73	731	45.499	6.5447	5
73600	Moûtiers	moutiers	84	73	731	45.4833	6.5333	5
73600	Salins-Fontaine	salins-fontaine	84	73	731	45.4716	6.5291	5
73601 CEDEX	Moûtiers	moutiers	84	73	731	45.4833	6.5333	5
73602 CEDEX	Moûtiers	moutiers	84	73	731	45.4833	6.5333	5
73603 CEDEX	Moûtiers	moutiers	84	73	731	45.4833	6.5333	5
73604 CEDEX	Moûtiers	moutiers	84	73	731	45.4833	6.5333	5
73609 CEDEX	Moûtiers	moutiers	84	73	731	45.4833	6.5333	5
73610	Aiguebelette-le-Lac	aiguebelette-le-lac	84	73	732	45.5376	5.8153	5
73610	Dullin	dullin	84	73	732	45.5533	5.7453	5
73610	Attignat-Oncin	attignat-oncin	84	73	732	45.5077	5.7768	5
73610	Lépin-le-Lac	lepin-le-lac	84	73	732	45.5333	5.7833	5
73610	Saint-Alban-de-Montbel	saint-alban-de-montbel	84	73	732	45.5515	5.7833	5
73620	Hauteluce	hauteluce	84	73	731	45.7484	6.5829	5
73630	La Compôte	la-compote	84	73	732	45.6698	6.1613	5
73630	Le Châtelard	le-chatelard	84	73	732	45.6843	6.1375	5
73630	Sainte-Reine	sainte-reine	84	73	732	45.6103	6.1394	5
73630	Jarsy	jarsy	84	73	732	45.657	6.179	5
73630	Doucy-en-Bauges	doucy-en-bauges	84	73	732	45.6833	6.1667	5
73630	École	ecole	84	73	732	45.6508	6.1672	5
73640	Villaroger	villaroger	84	73	731	45.5913	6.8747	5
73640	Sainte-Foy-Tarentaise	sainte-foy-tarentaise	84	73	731	45.5914	6.8837	5
73660	La Chapelle	la-chapelle	84	73	733	45.4167	6.2833	5
73660	Les Chavannes-en-Maurienne	les-chavannes-en-maurienne	84	73	733	45.3833	6.2833	5
73660	Saint-Rémy-de-Maurienne	saint-remy-de-maurienne	84	73	733	45.4	6.2667	5
73670	Entremont-le-Vieux	entremont-le-vieux	84	73	732	45.4333	5.8833	5
73670	Saint-Pierre-d'Entremont	saint-pierre-d-entremont	84	73	732	45.417	5.8516	5
73700	Bourg-Saint-Maurice	bourg-saint-maurice	84	73	731	45.6172	6.769	5
73700	Montvalezan	montvalezan	84	73	731	45.6116	6.8462	5
73700	Séez	seez	84	73	731	45.6221	6.7996	5
73700	Les Chapelles	les-chapelles	84	73	731	45.5909	6.729	5
73701 CEDEX	Bourg-Saint-Maurice	bourg-saint-maurice	84	73	731	45.6172	6.769	5
73702 CEDEX	Bourg-Saint-Maurice	bourg-saint-maurice	84	73	731	45.6172	6.769	5
73703 CEDEX	Bourg-Saint-Maurice	bourg-saint-maurice	84	73	731	45.6172	6.769	5
73704 CEDEX	Bourg-Saint-Maurice	bourg-saint-maurice	84	73	731	45.6172	6.769	5
73705 CEDEX	Bourg-Saint-Maurice	bourg-saint-maurice	84	73	731	45.6172	6.769	5
73708 CEDEX	Bourg-Saint-Maurice	bourg-saint-maurice	84	73	731	45.6172	6.769	5
73709 CEDEX	Bourg-Saint-Maurice	bourg-saint-maurice	84	73	731	45.6172	6.769	5
73710	Pralognan-la-Vanoise	pralognan-la-vanoise	84	73	731	45.3818	6.7193	5
73720	Queige	queige	84	73	731	45.7167	6.4667	5
73730	Cevins	cevins	84	73	731	45.588	6.4551	5
73730	Saint-Paul-sur-Isère	saint-paul-sur-isere	84	73	731	45.5977	6.4385	5
73730	Rognaix	rognaix	84	73	731	45.5847	6.4446	5
73790	Tours-en-Savoie	tours-en-savoie	84	73	731	45.6549	6.441	5
73800	Francin	francin	84	73	732	45.4995	6.0338	5
73800	Les Marches	les-marches	84	73	732	45.4992	6.0009	5
73800	Planaise	planaise	84	73	732	45.5033	6.0903	5
73800	Laissaud	laissaud	84	73	732	45.4464	6.0377	5
73800	Sainte-Hélène-du-Lac	sainte-helene-du-lac	84	73	732	45.4827	6.0652	5
73800	Les Mollettes	les-mollettes	84	73	732	45.4622	6.0577	5
73800	Arbin	arbin	84	73	732	45.5039	6.0669	5
73800	La Chavanne	la-chavanne	84	73	732	45.4948	6.0738	5
73800	Myans	myans	84	73	732	45.5153	5.983	5
73800	Villard-d’Héry	villard-d-hery	84	73	732	45.5134	6.1388	5
73800	Cruet	cruet	84	73	732	45.5289	6.0922	5
73800	Chignin	chignin	84	73	732	45.5241	6.0124	5
73800	Saint-Pierre-de-Soucy	saint-pierre-de-soucy	84	73	732	45.4951	6.1061	5
73800	Montmélian	montmelian	84	73	732	45.4999	6.0505	5
73800	Coise-Saint-Jean-Pied-Gauthier	coise-saint-jean-pied-gauthier	84	73	732	45.5258	6.1436	5
73801 CEDEX	Montmélian	montmelian	84	73	732	45.4999	6.0505	5
73802 CEDEX	Montmélian	montmelian	84	73	732	45.4999	6.0505	5
73804 CEDEX	Montmélian	montmelian	84	73	732	45.4999	6.0505	5
73805 CEDEX	Montmélian	montmelian	84	73	732	45.4999	6.0505	5
73806 CEDEX	Montmélian	montmelian	84	73	732	45.4999	6.0505	5
73807 CEDEX	Montmélian	montmelian	84	73	732	45.4999	6.0505	5
73808 CEDEX	Montmélian	montmelian	84	73	732	45.4999	6.0505	5
73809 CEDEX	Montmélian	montmelian	84	73	732	45.4999	6.0505	5
73870	Montricher-Albanne	montricher-albanne	84	73	733	45.2333	6.4	5
73870	Saint-Julien-Mont-Denis	saint-julien-mont-denis	84	73	733	45.25	6.4	5
01200	Éloise	eloise	84	74	743	46.0803	5.8606	5
74000	Annecy	annecy	84	74	741	45.9062	6.1267	5
74001 CEDEX	Annecy	annecy	84	74	741	45.9062	6.1267	5
74002 CEDEX	Annecy	annecy	84	74	741	45.9062	6.1267	5
74003 CEDEX	Annecy	annecy	84	74	741	45.9062	6.1267	5
74004 CEDEX	Annecy	annecy	84	74	741	45.9062	6.1267	5
74005 CEDEX	Annecy	annecy	84	74	741	45.9062	6.1267	5
74006 CEDEX	Annecy	annecy	84	74	741	45.9062	6.1267	5
74007 CEDEX	Annecy	annecy	84	74	741	45.9062	6.1267	5
74008 CEDEX	Annecy	annecy	84	74	741	45.9062	6.1267	5
74009 CEDEX	Annecy	annecy	84	74	741	45.9062	6.1267	5
74010 CEDEX	Annecy	annecy	84	74	741	45.9062	6.1267	5
74011 CEDEX	Annecy	annecy	84	74	741	45.9062	6.1267	5
74012 CEDEX	Annecy	annecy	84	74	741	45.9062	6.1267	5
74013 CEDEX	Annecy	annecy	84	74	741	45.9062	6.1267	5
74014 CEDEX	Annecy	annecy	84	74	741	45.9062	6.1267	5
74015 CEDEX	Annecy	annecy	84	74	741	45.9062	6.1267	5
74016 CEDEX	Annecy	annecy	84	74	741	45.9062	6.1267	5
74020 CEDEX	Annecy	annecy	84	74	741	45.9062	6.1267	5
74021 CEDEX	Annecy	annecy	84	74	741	45.9062	6.1267	5
74024 CEDEX	Annecy	annecy	84	74	741	45.9062	6.1267	5
74025 CEDEX	Annecy	annecy	84	74	741	45.9062	6.1267	5
74034 CEDEX	Annecy	annecy	84	74	741	45.9062	6.1267	5
74036 CEDEX	Annecy	annecy	84	74	741	45.9062	6.1267	5
74040 CEDEX	Annecy	annecy	84	74	741	45.9062	6.1267	5
74041 CEDEX	Annecy	annecy	84	74	741	45.9062	6.1267	5
74054 CEDEX	Annecy	annecy	84	74	741	45.9062	6.1267	5
74055 CEDEX	Annecy	annecy	84	74	741	45.9062	6.1267	5
74059 CEDEX	Annecy	annecy	84	74	741	45.9062	6.1267	5
74100	Ambilly	ambilly	84	74	743	46.1952	6.2243	5
74100	Ville-la-Grand	ville-la-grand	84	74	743	46.203	6.2501	5
74100	Juvigny	juvigny	84	74	743	46.2143	6.2805	5
74100	Annemasse	annemasse	84	74	743	46.1944	6.2377	5
74100	Étrembières	etrembieres	84	74	743	46.1786	6.2177	5
74100	Vétraz-Monthoux	vetraz-monthoux	84	74	743	46.1743	6.2585	5
74101 CEDEX	Annemasse	annemasse	84	74	743	46.1944	6.2377	5
74102 CEDEX	Annemasse	annemasse	84	74	743	46.1944	6.2377	5
74103 CEDEX	Annemasse	annemasse	84	74	743	46.1944	6.2377	5
74104 CEDEX	Annemasse	annemasse	84	74	743	46.1944	6.2377	5
74105 CEDEX	Annemasse	annemasse	84	74	743	46.1944	6.2377	5
74106 CEDEX	Annemasse	annemasse	84	74	743	46.1944	6.2377	5
74107 CEDEX	Annemasse	annemasse	84	74	743	46.1944	6.2377	5
74108 CEDEX	Annemasse	annemasse	84	74	743	46.1944	6.2377	5
74109 CEDEX	Annemasse	annemasse	84	74	743	46.1944	6.2377	5
74110	La Côte-d'Arbroz	la-cote-d-arbroz	84	74	742	46.1833	6.6667	5
74110	Montriond	montriond	84	74	744	46.2009	6.6875	5
74110	Morzine	morzine	84	74	744	46.1815	6.7066	5
74110	Essert-Romand	essert-romand	84	74	744	46.1996	6.6689	5
74111 CEDEX	Annemasse	annemasse	84	74	743	46.1944	6.2377	5
74112 CEDEX	Annemasse	annemasse	84	74	743	46.1944	6.2377	5
74113 CEDEX	Annemasse	annemasse	84	74	743	46.1944	6.2377	5
74120	Praz-sur-Arly	praz-sur-arly	84	74	742	45.8366	6.5732	5
74120	Demi-Quartier	demi-quartier	84	74	742	45.8568	6.6185	5
74120	Megève	megeve	84	74	742	45.8523	6.6129	5
74130	Le Petit-Bornand-les-Glières	le-petit-bornand-les-glieres	84	74	742	46.0005	6.396	5
74130	Ayse	ayse	84	74	742	46.0833	6.4333	5
74130	Bonneville	bonneville	84	74	742	46.0802	6.4073	5
74130	Vougy	vougy	84	74	742	46.0668	6.4942	5
74130	Contamine-sur-Arve	contamine-sur-arve	84	74	742	46.1294	6.3384	5
74130	Mont-Saxonnex	mont-saxonnex	84	74	742	46.0546	6.4879	5
74130	Entremont	entremont	84	74	742	45.956	6.3895	5
74130	Faucigny	faucigny	84	74	742	46.1171	6.3572	5
74130	Brizon	brizon	84	74	742	46.0482	6.4428	5
74131 CEDEX	Bonneville	bonneville	84	74	742	46.0802	6.4073	5
74132 CEDEX	Bonneville	bonneville	84	74	742	46.0802	6.4073	5
74133 CEDEX	Bonneville	bonneville	84	74	742	46.0802	6.4073	5
74134 CEDEX	Bonneville	bonneville	84	74	742	46.0802	6.4073	5
74135 CEDEX	Bonneville	bonneville	84	74	742	46.0802	6.4073	5
74136 CEDEX	Bonneville	bonneville	84	74	742	46.0802	6.4073	5
74137 CEDEX	Bonneville	bonneville	84	74	742	46.0802	6.4073	5
74139 CEDEX	Bonneville	bonneville	84	74	742	46.0802	6.4073	5
74140	Messery	messery	84	74	744	46.3503	6.2959	5
74140	Yvoire	yvoire	84	74	744	46.3703	6.3262	5
74140	Machilly	machilly	84	74	743	46.2495	6.3276	5
74140	Ballaison	ballaison	84	74	744	46.2994	6.3319	5
74140	Saint-Cergues	saint-cergues	84	74	743	46.2335	6.3195	5
74140	Veigy-Foncenex	veigy-foncenex	84	74	744	46.2704	6.2542	5
74140	Loisin	loisin	84	74	744	46.2923	6.3101	5
74140	Excenevex	excenevex	84	74	744	46.35	6.35	5
74140	Nernier	nernier	84	74	744	46.3631	6.3052	5
74140	Massongy	massongy	84	74	744	46.316	6.335	5
74140	Douvaine	douvaine	84	74	744	46.3054	6.3037	5
74140	Sciez	sciez	84	74	744	46.3291	6.3795	5
74140	Chens-sur-Léman	chens-sur-leman	84	74	744	46.3291	6.2627	5
74150	Boussy	boussy	84	74	741	45.8559	5.9835	5
74150	Vallières	vallieres	84	74	741	45.9026	5.9381	5
74150	Marcellaz-Albanais	marcellaz-albanais	84	74	741	45.8753	6.0016	5
74150	Étercy	etercy	84	74	741	45.8907	6.0097	5
74150	Rumilly	rumilly	84	74	741	45.8687	5.9365	5
74150	Saint-Eusèbe	saint-eusebe	84	74	741	45.9316	5.9734	5
74150	Versonnex	versonnex	84	74	741	45.9275	5.9259	5
74150	Massingy	massingy	84	74	741	45.8294	5.9193	5
74150	Lornay	lornay	84	74	741	45.9164	5.9011	5
74150	Marigny-Saint-Marcel	marigny-saint-marcel	84	74	741	45.83	5.984	5
74150	Hauteville-sur-Fier	hauteville-sur-fier	84	74	741	45.9075	5.9775	5
74150	Sales	sales	84	74	741	45.8758	5.96	5
74150	Val-de-Fier	val-de-fier	84	74	741	45.9333	5.9	5
74150	Vaulx	vaulx	84	74	741	45.9301	5.998	5
74150	Thusy	thusy	84	74	741	45.9474	5.9503	5
74150	Moye	moye	84	74	741	45.8791	5.9143	5
74150	Bloye	bloye	84	74	741	45.8273	5.9444	5
74150	Crempigny-Bonneguête	crempigny-bonneguete	84	74	741	45.95	5.9	5
74151 CEDEX	Rumilly	rumilly	84	74	741	45.8687	5.9365	5
74152 CEDEX	Rumilly	rumilly	84	74	741	45.8687	5.9365	5
74153 CEDEX	Rumilly	rumilly	84	74	741	45.8687	5.9365	5
74154 CEDEX	Rumilly	rumilly	84	74	741	45.8687	5.9365	5
74155 CEDEX	Rumilly	rumilly	84	74	741	45.8687	5.9365	5
74156 CEDEX	Rumilly	rumilly	84	74	741	45.8687	5.9365	5
74157 CEDEX	Rumilly	rumilly	84	74	741	45.8687	5.9365	5
74158 CEDEX	Rumilly	rumilly	84	74	741	45.8687	5.9365	5
74159 CEDEX	Rumilly	rumilly	84	74	741	45.8687	5.9365	5
74160	Présilly	presilly	84	74	743	46.0931	6.0788	5
74160	Neydens	neydens	84	74	743	46.1216	6.1044	5
74160	Collonges-sous-Salève	collonges-sous-saleve	84	74	743	46.1416	6.1537	5
74160	Archamps	archamps	84	74	743	46.1365	6.1329	5
74160	Bossey	bossey	84	74	743	46.1499	6.1594	5
74160	Saint-Julien-en-Genevois	saint-julien-en-genevois	84	74	743	46.1443	6.0826	5
74160	Feigères	feigeres	84	74	743	46.113	6.0804	5
74160	Beaumont	beaumont	84	74	743	46.1016	6.1173	5
74160	Vers	vers	84	74	743	46.0883	6.031	5
74161 CEDEX	Saint-Julien-en-Genevois	saint-julien-en-genevois	84	74	743	46.1443	6.0826	5
74162 CEDEX	Saint-Julien-en-Genevois	saint-julien-en-genevois	84	74	743	46.1443	6.0826	5
74163 CEDEX	Saint-Julien-en-Genevois	saint-julien-en-genevois	84	74	743	46.1443	6.0826	5
74164 CEDEX	Saint-Julien-en-Genevois	saint-julien-en-genevois	84	74	743	46.1443	6.0826	5
74165 CEDEX	Saint-Julien-en-Genevois	saint-julien-en-genevois	84	74	743	46.1443	6.0826	5
74166 CEDEX	Saint-Julien-en-Genevois	saint-julien-en-genevois	84	74	743	46.1443	6.0826	5
74169 CEDEX	Saint-Julien-en-Genevois	saint-julien-en-genevois	84	74	743	46.1443	6.0826	5
74170	Les Contamines-Montjoie	les-contamines-montjoie	84	74	742	45.8214	6.7282	5
74170	Saint-Gervais-les-Bains	saint-gervais-les-bains	84	74	742	45.8929	6.7138	5
74190	Saint-Gervais-les-Bains	saint-gervais-les-bains	84	74	742	45.8929	6.7138	5
74190	Passy	passy	84	74	742	45.9203	6.6877	5
74200	Thonon-les-Bains	thonon-les-bains	84	74	744	46.3667	6.4833	5
74200	Allinges	allinges	84	74	744	46.3366	6.4636	5
74200	Marin	marin	84	74	744	46.3747	6.5302	5
74200	Reyvroz	reyvroz	84	74	744	46.3258	6.5585	5
74200	La Forclaz	la-forclaz	84	74	744	46.323	6.6168	5
74200	La Vernaz	la-vernaz	84	74	744	46.3157	6.5951	5
74200	Margencel	margencel	84	74	744	46.337	6.4331	5
74200	Armoy	armoy	84	74	744	46.3489	6.52	5
74200	Anthy-sur-Léman	anthy-sur-leman	84	74	744	46.3553	6.4273	5
74200	Lyaud	lyaud	84	74	744	46.3366	6.5287	5
74201 CEDEX	Thonon-les-Bains	thonon-les-bains	84	74	744	46.3667	6.4833	5
74202 CEDEX	Thonon-les-Bains	thonon-les-bains	84	74	744	46.3667	6.4833	5
74203 CEDEX	Thonon-les-Bains	thonon-les-bains	84	74	744	46.3667	6.4833	5
74204 CEDEX	Thonon-les-Bains	thonon-les-bains	84	74	744	46.3667	6.4833	5
74205 CEDEX	Thonon-les-Bains	thonon-les-bains	84	74	744	46.3667	6.4833	5
74206 CEDEX	Thonon-les-Bains	thonon-les-bains	84	74	744	46.3667	6.4833	5
74207 CEDEX	Thonon-les-Bains	thonon-les-bains	84	74	744	46.3667	6.4833	5
74208 CEDEX	Thonon-les-Bains	thonon-les-bains	84	74	744	46.3667	6.4833	5
74209 CEDEX	Thonon-les-Bains	thonon-les-bains	84	74	744	46.3667	6.4833	5
74210	Giez	giez	84	74	741	45.753	6.2463	5
74210	Seythenex	seythenex	84	74	741	45.7266	6.2986	5
74210	Faverges	faverges	84	74	741	45.7475	6.293	5
74210	Lathuile	lathuile	84	74	741	45.7836	6.2029	5
74210	Talloires-Montmin	talloires-montmin	84	74	741	45.8403	6.2136	5
74210	Val de Chaise	val-de-chaise	84	74	741	45.7678	6.3492	5
74210	Saint-Ferréol	saint-ferreol	84	74	741	45.764	6.3111	5
74210	Chevaline	chevaline	84	74	741	45.762	6.2199	5
74210	Montmin	montmin	84	74	741	45.8032	6.2641	5
74210	Doussard	doussard	84	74	741	45.7756	6.2194	5
74210	Marlens	marlens	84	74	741	45.7672	6.35	5
74210	Cons-Sainte-Colombe	cons-sainte-colombe	84	74	741	45.7495	6.3263	5
74210	Faverges-Seythenex	faverges-seythenex	84	74	741	45.7467	6.2939	5
74220	La Clusaz	la-clusaz	84	74	741	45.9052	6.4238	5
74230	La Balme-de-Thuy	la-balme-de-thuy	84	74	741	45.9011	6.2749	5
74230	Les Clefs	les-clefs	84	74	741	45.8603	6.3289	5
74230	Le Bouchet-Mont-Charvin	le-bouchet-mont-charvin	84	74	741	45.8	6.3667	5
74230	Manigod	manigod	84	74	741	45.8601	6.369	5
74230	Dingy-Saint-Clair	dingy-saint-clair	84	74	741	45.9081	6.2245	5
74230	Les Villards-sur-Thônes	les-villards-sur-thones	84	74	741	45.9075	6.3639	5
74230	Thônes	thones	84	74	741	45.8812	6.3257	5
74230	Serraval	serraval	84	74	741	45.8021	6.3396	5
74240	Gaillard	gaillard	84	74	743	46.1853	6.2069	5
74250	Bogève	bogeve	84	74	744	46.1919	6.427	5
74250	Viuz-en-Sallaz	viuz-en-sallaz	84	74	742	46.1456	6.4099	5
74250	Fillinges	fillinges	84	74	743	46.1594	6.3424	5
74250	Marcellaz	marcellaz	84	74	742	46.1439	6.3522	5
74250	La Tour	la-tour	84	74	742	46.1345	6.4293	5
74250	Peillonnex	peillonnex	84	74	742	46.1322	6.3758	5
74250	Saint-Jean-de-Tholome	saint-jean-de-tholome	84	74	742	46.1114	6.3974	5
74250	Ville-en-Sallaz	ville-en-sallaz	84	74	742	46.1449	6.4225	5
74260	Les Gets	les-gets	84	74	742	46.1552	6.6649	5
74270	Musièges	musieges	84	74	743	46.0155	5.9529	5
74270	Chilly	chilly	84	74	743	45.9933	5.9534	5
74270	Vanzy	vanzy	84	74	743	46.0438	5.8861	5
74270	Frangy	frangy	84	74	743	46.0187	5.9331	5
74270	Minzier	minzier	84	74	743	46.0528	5.988	5
74270	Clermont	clermont	84	74	743	45.9723	5.9084	5
74270	Clarafond-Arcine	clarafond-arcine	84	74	743	46.05	5.8833	5
74270	Chessenaz	chessenaz	84	74	743	46.0339	5.8986	5
74270	Desingy	desingy	84	74	743	45.9954	5.8901	5
74270	Marlioz	marlioz	84	74	743	46.0318	6.0038	5
74270	Chaumont	chaumont	84	74	743	46.0349	5.953	5
74270	Sallenôves	sallenoves	84	74	741	46.0062	5.9986	5
74270	Chavannaz	chavannaz	84	74	743	46.0503	6.0148	5
74270	Contamine-Sarzin	contamine-sarzin	84	74	743	46.0249	5.9836	5
74270	Menthonnex-sous-Clermont	menthonnex-sous-clermont	84	74	743	45.9667	5.9333	5
74270	Chêne-en-Semine	chene-en-semine	84	74	743	46.0511	5.8538	5
74270	Droisy	droisy	84	74	743	45.9659	5.8847	5
74290	Veyrier-du-Lac	veyrier-du-lac	84	74	741	45.8799	6.1775	5
74290	Talloires	talloires	84	74	741	45.8404	6.2142	5
74290	Alex	alex	84	74	741	45.8889	6.238	5
74290	Menthon-Saint-Bernard	menthon-saint-bernard	84	74	741	45.86	6.1955	5
74290	Bluffy	bluffy	84	74	741	45.8696	6.2183	5
74290	Talloires-Montmin	talloires-montmin	84	74	741	45.8403	6.2136	5
74300	Saint-Sigismond	saint-sigismond	84	74	742	46.0723	6.6146	5
74300	Châtillon-sur-Cluses	chatillon-sur-cluses	84	74	742	46.0911	6.5869	5
74300	Nancy-sur-Cluses	nancy-sur-cluses	84	74	742	46.0432	6.5786	5
74300	Thyez	thyez	84	74	742	46.0825	6.5378	5
74300	Cluses	cluses	84	74	742	46.0625	6.575	5
74300	Arâches-la-Frasse	araches-la-frasse	84	74	742	46.043	6.6315	5
74300	Magland	magland	84	74	742	46.0197	6.6202	5
74301 CEDEX	Cluses	cluses	84	74	742	46.0625	6.575	5
74302 CEDEX	Cluses	cluses	84	74	742	46.0625	6.575	5
74303 CEDEX	Cluses	cluses	84	74	742	46.0625	6.575	5
74304 CEDEX	Cluses	cluses	84	74	742	46.0625	6.575	5
74305 CEDEX	Cluses	cluses	84	74	742	46.0625	6.575	5
74307 CEDEX	Cluses	cluses	84	74	742	46.0625	6.575	5
74308 CEDEX	Cluses	cluses	84	74	742	46.0625	6.575	5
74309 CEDEX	Cluses	cluses	84	74	742	46.0625	6.575	5
74310	Les Houches	les-houches	84	74	742	45.8901	6.7961	5
74310	Servoz	servoz	84	74	742	45.9324	6.7567	5
74311 CEDEX	Cluses	cluses	84	74	742	46.0625	6.575	5
74314 CEDEX	Cluses	cluses	84	74	742	46.0625	6.575	5
74320	Sévrier	sevrier	84	74	741	45.8641	6.1403	5
74320	Leschaux	leschaux	84	74	741	45.7736	6.1267	5
74330	Nonglard	nonglard	84	74	741	45.9167	6.0203	5
74330	La Balme-de-Sillingy	la-balme-de-sillingy	84	74	741	45.9611	6.0425	5
74330	Poisy	poisy	84	74	741	45.9231	6.0643	5
74330	Sillingy	sillingy	84	74	741	45.9454	6.0339	5
74330	Lovagny	lovagny	84	74	741	45.9042	6.0339	5
74330	Epagny Metz-Tessy	epagny-metz-tessy	84	74	741	45.9375	6.0908	5
74330	Choisy	choisy	84	74	741	45.9931	6.0553	5
74330	Épagny	epagny	84	74	741	45.9381	6.091	5
74330	Mésigny	mesigny	84	74	741	45.9874	6.0046	5
74331 CEDEX	La Balme-de-Sillingy	la-balme-de-sillingy	84	74	741	45.9611	6.0425	5
74332 CEDEX	La Balme-de-Sillingy	la-balme-de-sillingy	84	74	741	45.9611	6.0425	5
74333 CEDEX	La Balme-de-Sillingy	la-balme-de-sillingy	84	74	741	45.9611	6.0425	5
74334 CEDEX	La Balme-de-Sillingy	la-balme-de-sillingy	84	74	741	45.9611	6.0425	5
74337 CEDEX	La Balme-de-Sillingy	la-balme-de-sillingy	84	74	741	45.9611	6.0425	5
74338 CEDEX	La Balme-de-Sillingy	la-balme-de-sillingy	84	74	741	45.9611	6.0425	5
74339 CEDEX	La Balme-de-Sillingy	la-balme-de-sillingy	84	74	741	45.9611	6.0425	5
74340	Samoëns	samoens	84	74	742	46.0828	6.7265	5
74350	Menthonnex-en-Bornes	menthonnex-en-bornes	84	74	743	46.0526	6.1721	5
74350	Andilly	andilly	84	74	743	46.0584	6.0654	5
74350	Cruseilles	cruseilles	84	74	743	46.0333	6.1167	5
74350	Villy-le-Pelloux	villy-le-pelloux	84	74	741	46.0008	6.1316	5
74350	Saint-Blaise	saint-blaise	84	74	743	46.0656	6.0886	5
74350	Cercier	cercier	84	74	743	46.0255	6.0507	5
74350	Copponex	copponex	84	74	743	46.0515	6.0729	5
74350	Allonzier-la-Caille	allonzier-la-caille	84	74	743	46.0035	6.1178	5
74350	Vovray-en-Bornes	vovray-en-bornes	84	74	743	46.0654	6.1427	5
74350	Cuvat	cuvat	84	74	741	45.9757	6.121	5
74350	Le Sappey	le-sappey	84	74	743	46.0893	6.1661	5
74350	Villy-le-Bouveret	villy-le-bouveret	84	74	743	46.0444	6.163	5
74350	Cernex	cernex	84	74	743	46.0638	6.0503	5
74360	Bonnevaux	bonnevaux	84	74	744	46.2975	6.6696	5
74360	Abondance	abondance	84	74	744	46.2803	6.7203	5
74360	Vacheresse	vacheresse	84	74	744	46.3235	6.6786	5
74360	La Chapelle-d’Abondance	la-chapelle-d-abondance	84	74	744	46.2957	6.7877	5
74370	Villaz	villaz	84	74	741	45.9507	6.1872	5
74370	Charvonnex	charvonnex	84	74	741	45.9776	6.1561	5
74370	Nâves-Parmelan	naves-parmelan	84	74	741	45.9345	6.1889	5
74370	Metz-Tessy	metz-tessy	84	74	741	45.9341	6.1083	5
74370	Epagny Metz-Tessy	epagny-metz-tessy	84	74	741	45.9375	6.0908	5
74370	Argonay	argonay	84	74	741	45.9448	6.1444	5
74370	Pringy	pringy	84	74	741	45.9462	6.1261	5
74370	Les Ollières	les-ollieres	84	74	741	45.9782	6.1811	5
74370	Saint-Martin-Bellevue	saint-martin-bellevue	84	74	741	45.9626	6.1576	5
74371 CEDEX	Pringy	pringy	84	74	741	45.9462	6.1261	5
74372 CEDEX	Pringy	pringy	84	74	741	45.9462	6.1261	5
74373 CEDEX	Pringy	pringy	84	74	741	45.9462	6.1261	5
74374 CEDEX	Pringy	pringy	84	74	741	45.9462	6.1261	5
74380	Nangy	nangy	84	74	743	46.1546	6.3062	5
74380	Cranves-Sales	cranves-sales	84	74	743	46.1875	6.2911	5
74380	Bonne	bonne	84	74	743	46.1682	6.3215	5
74380	Arthaz-Pont-Notre-Dame	arthaz-pont-notre-dame	84	74	743	46.1594	6.266	5
74380	Lucinges	lucinges	84	74	743	46.1914	6.3173	5
74390	Châtel	chatel	84	74	744	46.2666	6.8423	5
74400	Chamonix-Mont-Blanc	chamonix-mont-blanc	84	74	742	45.9238	6.8693	5
74401 CEDEX	Chamonix-Mont-Blanc	chamonix-mont-blanc	84	74	742	45.9238	6.8693	5
74402 CEDEX	Chamonix-Mont-Blanc	chamonix-mont-blanc	84	74	742	45.9238	6.8693	5
74403 CEDEX	Chamonix-Mont-Blanc	chamonix-mont-blanc	84	74	742	45.9238	6.8693	5
74404 CEDEX	Chamonix-Mont-Blanc	chamonix-mont-blanc	84	74	742	45.9238	6.8693	5
74405 CEDEX	Chamonix-Mont-Blanc	chamonix-mont-blanc	84	74	742	45.9238	6.8693	5
74409 CEDEX	Chamonix-Mont-Blanc	chamonix-mont-blanc	84	74	742	45.9238	6.8693	5
74410	Saint-Eustache	saint-eustache	84	74	741	45.7967	6.1481	5
74410	Entrevernes	entrevernes	84	74	741	45.7962	6.1888	5
74410	La Chapelle-Saint-Maurice	la-chapelle-saint-maurice	84	74	741	45.7786	6.1509	5
74410	Duingt	duingt	84	74	741	45.8278	6.2038	5
74410	Saint-Jorioz	saint-jorioz	84	74	741	45.833	6.165	5
74420	Habère-Poche	habere-poche	84	74	744	46.25	6.4833	5
74420	Villard	villard	84	74	744	45.7667	6.2502	5
74420	Boëge	boege	84	74	744	46.2095	6.4038	5
74420	Burdignin	burdignin	84	74	744	46.2192	6.42	5
74420	Saint-André-de-Boëge	saint-andre-de-boege	84	74	744	46.1911	6.3972	5
74420	Saxel	saxel	84	74	744	46.2431	6.3938	5
74420	Habère-Lullin	habere-lullin	84	74	744	46.2333	6.455	5
74430	Le Biot	le-biot	84	74	744	46.2635	6.6314	5
74430	La Baume	la-baume	84	74	744	46.2829	6.6125	5
74430	Seytroux	seytroux	84	74	744	46.2489	6.62	5
74430	Saint-Jean-d’Aulps	saint-jean-d-aulps	84	74	744	46.2322	6.6474	5
74440	Verchaix	verchaix	84	74	742	46.0977	6.6794	5
74440	La Rivière-Enverse	la-riviere-enverse	84	74	742	46.0926	6.6418	5
74440	Morillon	morillon	84	74	742	46.0834	6.6763	5
74440	Taninges	taninges	84	74	742	46.1088	6.5923	5
74440	Mieussy	mieussy	84	74	742	46.1337	6.5242	5
74450	Saint-Jean-de-Sixt	saint-jean-de-sixt	84	74	741	45.9222	6.4099	5
74450	Le Grand-Bornand	le-grand-bornand	84	74	741	45.9435	6.4411	5
74460	Marnaz	marnaz	84	74	742	46.062	6.5269	5
74470	Bellevaux	bellevaux	84	74	744	46.2598	6.5347	5
74470	Vailly	vailly	84	74	744	46.3045	6.5449	5
74470	Lullin	lullin	84	74	744	46.2828	6.5212	5
74480	Passy	passy	84	74	742	45.9203	6.6877	5
74490	Saint-Jeoire	saint-jeoire	84	74	742	46.1378	6.4589	5
74490	Onnion	onnion	84	74	742	46.1744	6.4847	5
74490	Mégevette	megevette	84	74	742	46.1999	6.4973	5
74500	Vinzier	vinzier	84	74	744	46.3499	6.6196	5
74500	Thollon-les-Mémises	thollon-les-memises	84	74	744	46.3833	6.7167	5
74500	Meillerie	meillerie	84	74	744	46.4076	6.7236	5
74500	Chevenoz	chevenoz	84	74	744	46.3371	6.6482	5
74500	Neuvecelle	neuvecelle	84	74	744	46.395	6.6126	5
74500	Larringes	larringes	84	74	744	46.3674	6.5732	5
74500	Champanges	champanges	84	74	744	46.373	6.5508	5
74500	Novel	novel	84	74	744	46.3692	6.7863	5
74500	Publier	publier	84	74	744	46.3877	6.5436	5
74500	Bernex	bernex	84	74	744	46.3615	6.6749	5
74500	Évian-les-Bains	evian-les-bains	84	74	744	46.4011	6.5879	5
74500	Féternes	feternes	84	74	744	46.3526	6.5639	5
74500	Maxilly-sur-Léman	maxilly-sur-leman	84	74	744	46.4003	6.6462	5
74500	Lugrin	lugrin	84	74	744	46.4033	6.6674	5
74500	Saint-Gingolph	saint-gingolph	84	74	744	46.3924	6.7961	5
74500	Saint-Paul-en-Chablais	saint-paul-en-chablais	84	74	744	46.3757	6.6371	5
74501 CEDEX	Évian-les-Bains	evian-les-bains	84	74	744	46.4011	6.5879	5
74502 CEDEX	Évian-les-Bains	evian-les-bains	84	74	744	46.4011	6.5879	5
74503 CEDEX	Évian-les-Bains	evian-les-bains	84	74	744	46.4011	6.5879	5
74509 CEDEX	Évian-les-Bains	evian-les-bains	84	74	744	46.4011	6.5879	5
74520	Dingy-en-Vuache	dingy-en-vuache	84	74	743	46.0917	5.9435	5
74520	Savigny	savigny	84	74	743	46.0679	5.9613	5
74520	Vulbens	vulbens	84	74	743	46.1016	5.9359	5
74520	Chênex	chenex	84	74	743	46.1045	5.9968	5
74520	Chevrier	chevrier	84	74	743	46.1102	5.9147	5
74520	Valleiry	valleiry	84	74	743	46.1112	5.9727	5
74520	Jonzier-Épagny	jonzier-epagny	84	74	743	46.0692	5.9887	5
74540	Cusy	cusy	84	74	741	45.7663	6.0269	5
74540	Gruffy	gruffy	84	74	741	45.7872	6.055	5
74540	Alby-sur-Chéran	alby-sur-cheran	84	74	741	45.8167	6.0167	5
74540	Saint-Félix	saint-felix	84	74	741	45.8023	5.9711	5
74540	Chainaz-les-Frasses	chainaz-les-frasses	84	74	741	45.7708	6.0075	5
74540	Allèves	alleves	84	74	741	45.7517	6.0813	5
74540	Chapeiry	chapeiry	84	74	741	45.85	6.0333	5
74540	Saint-Sylvestre	saint-sylvestre	84	74	741	45.8394	6.019	5
74540	Héry-sur-Alby	hery-sur-alby	84	74	741	45.7976	6.0128	5
74540	Mûres	mures	84	74	741	45.8055	6.0388	5
74540	Viuz-la-Chiésaz	viuz-la-chiesaz	84	74	741	45.8108	6.0621	5
74550	Orcier	orcier	84	74	744	46.3121	6.4903	5
74550	Perrignier	perrignier	84	74	744	46.3064	6.4447	5
74550	Cervens	cervens	84	74	744	46.2848	6.4414	5
74550	Draillant	draillant	84	74	744	46.3046	6.4583	5
74560	Monnetier-Mornex	monnetier-mornex	84	74	743	46.1603	6.2067	5
74560	La Muraz	la-muraz	84	74	743	46.1216	6.2045	5
74570	Groisy	groisy	84	74	741	46.0184	6.1708	5
74570	Aviernoz	aviernoz	84	74	741	45.9783	6.2284	5
74570	Évires	evires	84	74	741	46.0378	6.2245	5
74570	Thorens-Glières	thorens-glieres	84	74	741	45.9948	6.2458	5
74580	Viry	viry	84	74	743	46.1172	6.0372	5
74600	Seynod	seynod	84	74	741	45.8855	6.0883	5
74600	Montagny-les-Lanches	montagny-les-lanches	84	74	741	45.8625	6.0456	5
74600	Quintal	quintal	84	74	741	45.8406	6.0856	5
74601 CEDEX	Seynod	seynod	84	74	741	45.8855	6.0883	5
74602 CEDEX	Seynod	seynod	84	74	741	45.8855	6.0883	5
74603 CEDEX	Seynod	seynod	84	74	741	45.8855	6.0883	5
74604 CEDEX	Seynod	seynod	84	74	741	45.8855	6.0883	5
74605 CEDEX	Seynod	seynod	84	74	741	45.8855	6.0883	5
74606 CEDEX	Seynod	seynod	84	74	741	45.8855	6.0883	5
74607 CEDEX	Seynod	seynod	84	74	741	45.8855	6.0883	5
74609 CEDEX	Seynod	seynod	84	74	741	45.8855	6.0883	5
74650	Chavanod	chavanod	84	74	741	45.8896	6.0424	5
74660	Vallorcine	vallorcine	84	74	742	46.0347	6.9355	5
74700	Domancy	domancy	84	74	742	45.9142	6.6474	5
74700	Sallanches	sallanches	84	74	742	45.9442	6.6316	5
74700	Cordon	cordon	84	74	742	45.9241	6.6124	5
74701 CEDEX	Sallanches	sallanches	84	74	742	45.9442	6.6316	5
74702 CEDEX	Sallanches	sallanches	84	74	742	45.9442	6.6316	5
74703 CEDEX	Sallanches	sallanches	84	74	742	45.9442	6.6316	5
74704 CEDEX	Sallanches	sallanches	84	74	742	45.9442	6.6316	5
74706 CEDEX	Sallanches	sallanches	84	74	742	45.9442	6.6316	5
74709 CEDEX	Sallanches	sallanches	84	74	742	45.9442	6.6316	5
74740	Sixt-Fer-à-Cheval	sixt-fer-a-cheval	84	74	742	46.0548	6.7744	5
74800	Amancy	amancy	84	74	742	46.0745	6.3297	5
74800	Etaux	etaux	84	74	742	46.0667	6.3	5
74800	Saint-Pierre-en-Faucigny	saint-pierre-en-faucigny	84	74	742	46.05	6.3833	5
74800	La Roche-sur-Foron	la-roche-sur-foron	84	74	742	46.0666	6.3122	5
74800	Cornier	cornier	84	74	742	46.0938	6.298	5
74800	Saint-Sixt	saint-sixt	84	74	742	46.0522	6.3314	5
74800	Arenthon	arenthon	84	74	742	46.1047	6.3315	5
74800	La Chapelle-Rambaud	la-chapelle-rambaud	84	74	742	46.0713	6.2387	5
74800	Saint-Laurent	saint-laurent	84	74	742	46.0485	6.3684	5
74801 CEDEX	La Roche-sur-Foron	la-roche-sur-foron	84	74	742	46.0666	6.3122	5
74802 CEDEX	La Roche-sur-Foron	la-roche-sur-foron	84	74	742	46.0666	6.3122	5
74803 CEDEX	La Roche-sur-Foron	la-roche-sur-foron	84	74	742	46.0666	6.3122	5
74804 CEDEX	La Roche-sur-Foron	la-roche-sur-foron	84	74	742	46.0666	6.3122	5
74805 CEDEX	La Roche-sur-Foron	la-roche-sur-foron	84	74	742	46.0666	6.3122	5
74806 CEDEX	La Roche-sur-Foron	la-roche-sur-foron	84	74	742	46.0666	6.3122	5
74807 CEDEX	La Roche-sur-Foron	la-roche-sur-foron	84	74	742	46.0666	6.3122	5
74808 CEDEX	La Roche-sur-Foron	la-roche-sur-foron	84	74	742	46.0666	6.3122	5
74809 CEDEX	La Roche-sur-Foron	la-roche-sur-foron	84	74	742	46.0666	6.3122	5
74890	Fessy	fessy	84	74	744	46.2759	6.415	5
74890	Lully	lully	84	74	744	46.2831	6.4177	5
74890	Bons-en-Chablais	bons-en-chablais	84	74	744	46.2667	6.3833	5
74890	Brenthonne	brenthonne	84	74	744	46.2737	6.3956	5
74910	Saint-Germain-sur-Rhône	saint-germain-sur-rhone	84	74	743	46.0665	5.8138	5
74910	Usinens	usinens	84	74	743	46.0081	5.8417	5
74910	Bassy	bassy	84	74	743	45.9845	5.8293	5
74910	Seyssel	seyssel	84	74	743	45.9591	5.8369	5
74910	Challonges	challonges	84	74	743	46.0198	5.8314	5
74910	Franclens	franclens	84	74	743	46.042	5.8305	5
74920	Combloux	combloux	84	74	742	45.8967	6.6344	5
74930	Arbusigny	arbusigny	84	74	743	46.0931	6.2169	5
74930	Scientrier	scientrier	84	74	743	46.1124	6.3318	5
74930	Pers-Jussy	pers-jussy	84	74	743	46.1062	6.2675	5
74930	Reignier-Ésery	reignier-esery	84	74	743	46.1333	6.2667	5
74940	Annecy-le-Vieux	annecy-le-vieux	84	74	741	45.9197	6.1439	5
74941 CEDEX	Annecy-le-Vieux	annecy-le-vieux	84	74	741	45.9197	6.1439	5
74942 CEDEX	Annecy-le-Vieux	annecy-le-vieux	84	74	741	45.9197	6.1439	5
74943 CEDEX	Annecy-le-Vieux	annecy-le-vieux	84	74	741	45.9197	6.1439	5
74944 CEDEX	Annecy-le-Vieux	annecy-le-vieux	84	74	741	45.9197	6.1439	5
74945 CEDEX	Annecy-le-Vieux	annecy-le-vieux	84	74	741	45.9197	6.1439	5
74946 CEDEX	Annecy-le-Vieux	annecy-le-vieux	84	74	741	45.9197	6.1439	5
74949 CEDEX	Annecy-le-Vieux	annecy-le-vieux	84	74	741	45.9197	6.1439	5
74950	Scionzier	scionzier	84	74	742	46.0545	6.5576	5
74950	Le Reposoir	le-reposoir	84	74	742	46.0133	6.5339	5
74951 CEDEX	Scionzier	scionzier	84	74	742	46.0545	6.5576	5
74952 CEDEX	Scionzier	scionzier	84	74	742	46.0545	6.5576	5
74953 CEDEX	Scionzier	scionzier	84	74	742	46.0545	6.5576	5
74954 CEDEX	Scionzier	scionzier	84	74	742	46.0545	6.5576	5
74960	Meythet	meythet	84	74	741	45.9184	6.0942	5
74960	Cran-Gevrier	cran-gevrier	84	74	741	45.9	6.1	5
74961 CEDEX	Cran-Gevrier	cran-gevrier	84	74	741	45.9	6.1	5
74962 CEDEX	Cran-Gevrier	cran-gevrier	84	74	741	45.9	6.1	5
74963 CEDEX	Cran-Gevrier	cran-gevrier	84	74	741	45.9	6.1	5
74964 CEDEX	Cran-Gevrier	cran-gevrier	84	74	741	45.9	6.1	5
74966 CEDEX	Cran-Gevrier	cran-gevrier	84	74	741	45.9	6.1	5
74969 CEDEX	Cran-Gevrier	cran-gevrier	84	74	741	45.9	6.1	5
74970	Marignier	marignier	84	74	742	46.0901	6.5	5
74981 CEDEX 9	Annecy	annecy	84	74	741	45.9062	6.1267	5
74982 CEDEX 9	Annecy	annecy	84	74	741	45.9062	6.1267	5
74984 CEDEX 9	Annecy	annecy	84	74	741	45.9062	6.1267	5
74985 CEDEX 9	Annecy	annecy	84	74	741	45.9062	6.1267	5
74986 CEDEX 9	Annecy	annecy	84	74	741	45.9062	6.1267	5
74987 CEDEX 9	Annecy	annecy	84	74	741	45.9062	6.1267	5
74988 CEDEX 9	Annecy	annecy	84	74	741	45.9062	6.1267	5
74989 CEDEX 9	Annecy	annecy	84	74	741	45.9062	6.1267	5
74990 CEDEX 9	Annecy	annecy	84	74	741	45.9062	6.1267	5
74991 CEDEX 9	Annecy	annecy	84	74	741	45.9062	6.1267	5
74993 CEDEX 9	Annecy	annecy	84	74	741	45.9062	6.1267	5
74994 CEDEX 9	Annecy	annecy	84	74	741	45.9062	6.1267	5
74995 CEDEX 9	Annecy	annecy	84	74	741	45.9062	6.1267	5
74996 CEDEX 9	Annecy	annecy	84	74	741	45.9062	6.1267	5
74997 CEDEX 9	Annecy	annecy	84	74	741	45.9062	6.1267	5
74998 CEDEX 9	Annecy	annecy	84	74	741	45.9062	6.1267	5
74999 CEDEX 9	Annecy	annecy	84	74	741	45.9062	6.1267	5
04000	Entrages	entrages	93	04	043	44.0461	6.2666	5
04000	La Javie	la-javie	93	04	043	44.1667	6.35	5
04000	Digne-les-Bains	digne-les-bains	93	04	043	44.0925	6.232	5
04000	La Robine-sur-Galabre	la-robine-sur-galabre	93	04	043	44.1667	6.2167	5
04001 CEDEX	Digne-les-Bains	digne-les-bains	93	04	043	44.0925	6.232	5
04002 CEDEX	Digne-les-Bains	digne-les-bains	93	04	043	44.0925	6.232	5
04003 CEDEX	Digne-les-Bains	digne-les-bains	93	04	043	44.0925	6.232	5
04004 CEDEX	Digne-les-Bains	digne-les-bains	93	04	043	44.0925	6.232	5
04005 CEDEX	Digne-les-Bains	digne-les-bains	93	04	043	44.0925	6.232	5
04006 CEDEX	Digne-les-Bains	digne-les-bains	93	04	043	44.0925	6.232	5
04009 CEDEX	Digne-les-Bains	digne-les-bains	93	04	043	44.0925	6.232	5
04010 CEDEX	Digne-les-Bains	digne-les-bains	93	04	043	44.0925	6.232	5
04011 CEDEX	Digne-les-Bains	digne-les-bains	93	04	043	44.0925	6.232	5
04012 CEDEX	Digne-les-Bains	digne-les-bains	93	04	043	44.0925	6.232	5
04013 CEDEX	Digne-les-Bains	digne-les-bains	93	04	043	44.0925	6.232	5
04014 CEDEX	Digne-les-Bains	digne-les-bains	93	04	043	44.0925	6.232	5
04015 CEDEX	Digne-les-Bains	digne-les-bains	93	04	043	44.0925	6.232	5
04016 CEDEX	Digne-les-Bains	digne-les-bains	93	04	043	44.0925	6.232	5
04017 CEDEX	Digne-les-Bains	digne-les-bains	93	04	043	44.0925	6.232	5
04018 CEDEX	Digne-les-Bains	digne-les-bains	93	04	043	44.0925	6.232	5
04019 CEDEX	Digne-les-Bains	digne-les-bains	93	04	043	44.0925	6.232	5
04029 CEDEX	Digne-les-Bains	digne-les-bains	93	04	043	44.0925	6.232	5
04100	Manosque	manosque	93	04	044	43.8288	5.7869	5
04101 CEDEX	Manosque	manosque	93	04	044	43.8288	5.7869	5
04102 CEDEX	Manosque	manosque	93	04	044	43.8288	5.7869	5
04103 CEDEX	Manosque	manosque	93	04	044	43.8288	5.7869	5
04104 CEDEX	Manosque	manosque	93	04	044	43.8288	5.7869	5
04105 CEDEX	Manosque	manosque	93	04	044	43.8288	5.7869	5
04106 CEDEX	Manosque	manosque	93	04	044	43.8288	5.7869	5
04107 CEDEX	Manosque	manosque	93	04	044	43.8288	5.7869	5
04110	Aubenas-les-Alpes	aubenas-les-alpes	93	04	044	43.9323	5.6794	5
04110	Sainte-Croix-à-Lauze	sainte-croix-a-lauze	93	04	044	43.9078	5.6151	5
04110	Reillanne	reillanne	93	04	044	43.8813	5.6574	5
04110	Villemus	villemus	93	04	044	43.8577	5.7	5
04110	Oppedette	oppedette	93	04	044	43.9351	5.5896	5
04110	Montjustin	montjustin	93	04	044	43.8483	5.6332	5
04110	Vachères	vacheres	93	04	044	43.9322	5.6377	5
04110	Montfuron	montfuron	93	04	044	43.8347	5.6925	5
04119 CEDEX	Manosque	manosque	93	04	044	43.8288	5.7869	5
04120	Demandolx	demandolx	93	04	042	43.8681	6.5778	5
04120	Rougon	rougon	93	04	042	43.7981	6.4023	5
04120	Castellane	castellane	93	04	042	43.85	6.5167	5
04120	Soleilhas	soleilhas	93	04	042	43.8551	6.6454	5
04120	Peyroules	peyroules	93	04	042	43.8098	6.6221	5
04120	La Garde	la-garde	93	04	042	43.829	6.5519	5
04120	La Palud-sur-Verdon	la-palud-sur-verdon	93	04	042	43.7833	6.3333	5
04130	Volx	volx	93	04	044	43.8738	5.8413	5
04140	Saint-Martin-lès-Seyne	saint-martin-les-seyne	93	04	043	44.3833	6.25	5
04140	Auzet	auzet	93	04	043	44.2939	6.3147	5
04140	Verdaches	verdaches	93	04	043	44.2637	6.3408	5
04140	Selonnet	selonnet	93	04	043	44.3667	6.3	5
04140	Le Vernet	le-vernet	93	04	043	44.2753	6.391	5
04140	Montclar	montclar	93	04	043	44.4	6.3333	5
04140	Seyne-les-Alpes	seyne-les-alpes	93	04	043	44.3504	6.3563	5
04140	Barles	barles	93	04	043	44.2653	6.2715	5
04150	Montsalier	montsalier	93	04	044	44.0167	5.6	5
04150	Saumane	saumane	93	04	044	44.0913	5.6906	5
04150	La Rochegiron	la-rochegiron	93	04	044	44.0778	5.6555	5
04150	Banon	banon	93	04	044	44.0385	5.6291	5
04150	Revest-du-Bion	revest-du-bion	93	04	044	44.0819	5.5463	5
04150	L’Hospitalet	l-hospitalet	93	04	044	44.0879	5.7016	5
04150	Revest-des-Brousses	revest-des-brousses	93	04	044	43.9716	5.6716	5
04150	Simiane-la-Rotonde	simiane-la-rotonde	93	04	044	43.9811	5.5633	5
04150	Redortiers	redortiers	93	04	044	44.0833	5.65	5
04160	Château-Arnoux-Saint-Auban	chateau-arnoux-saint-auban	93	04	043	44.0931	6.0081	5
04160	L’Escale	l-escale	93	04	043	44.0823	6.0236	5
04170	Saint-André-les-Alpes	saint-andre-les-alpes	93	04	042	43.9667	6.5074	5
04170	Saint-Julien-du-Verdon	saint-julien-du-verdon	93	04	042	43.9125	6.5397	5
04170	Moriez	moriez	93	04	042	43.9617	6.4686	5
04170	Vergons	vergons	93	04	042	43.913	6.5863	5
04170	Thorame-Basse	thorame-basse	93	04	042	44.0905	6.501	5
04170	Allons	allons	93	04	042	43.9768	6.595	5
04170	Angles	angles	93	04	042	43.9413	6.5572	5
04170	Thorame-Haute	thorame-haute	93	04	042	44.0979	6.5552	5
04170	La Mure-Argens	la-mure-argens	93	04	042	43.9833	6.5167	5
04170	Lambruisse	lambruisse	93	04	042	44.047	6.4431	5
04180	Villeneuve	villeneuve	93	04	044	43.8943	5.8618	5
04190	Les Mées	les-mees	93	04	043	44.0307	5.9768	5
04200	Valbelle	valbelle	93	04	044	44.1478	5.8815	5
04200	Peipin	peipin	93	04	044	44.1378	5.9572	5
04200	Sisteron	sisteron	93	04	044	44.1876	5.9462	5
04200	Authon	authon	93	04	044	44.2382	6.1303	5
04200	Noyers-sur-Jabron	noyers-sur-jabron	93	04	044	44.1667	5.8355	5
04200	Les Omergues	les-omergues	93	04	044	44.1719	5.6083	5
04200	Châteauneuf-Miravail	chateauneuf-miravail	93	04	044	44.1544	5.7049	5
04200	Thèze	theze	93	04	044	44.319	5.9221	5
04200	Sigoyer	sigoyer	93	04	044	44.319	5.9561	5
04200	Saint-Vincent-sur-Jabron	saint-vincent-sur-jabron	93	04	044	44.1717	5.7418	5
04200	Aubignosc	aubignosc	93	04	044	44.1292	5.9688	5
04200	Entrepierres	entrepierres	93	04	044	44.1972	5.9911	5
04200	Bevons	bevons	93	04	044	44.1697	5.8897	5
04200	Curel	curel	93	04	044	44.1783	5.663	5
04200	Vaumeilh	vaumeilh	93	04	044	44.2881	5.9586	5
04200	Mison	mison	93	04	044	44.2646	5.8408	5
04200	Valernes	valernes	93	04	044	44.2616	5.958	5
04200	Châteauneuf-Val-Saint-Donat	chateauneuf-val-saint-donat	93	04	044	44.0906	5.9471	5
04200	Saint-Geniez	saint-geniez	93	04	044	44.2435	6.056	5
04201 CEDEX	Sisteron	sisteron	93	04	044	44.1876	5.9462	5
04202 CEDEX	Sisteron	sisteron	93	04	044	44.1876	5.9462	5
04203 CEDEX	Sisteron	sisteron	93	04	044	44.1876	5.9462	5
04209 CEDEX	Sisteron	sisteron	93	04	044	44.1876	5.9462	5
04210	Valensole	valensole	93	04	044	43.838	5.9832	5
04210	Brunet	brunet	93	04	044	43.8941	6.0299	5
04220	Corbières	corbieres	93	04	044	43.7617	5.751	5
04220	Sainte-Tulle	sainte-tulle	93	04	044	43.7885	5.7674	5
04230	Lardiers	lardiers	93	04	044	44.0576	5.7122	5
04230	Ongles	ongles	93	04	044	44.0284	5.732	5
04230	Saint-Étienne-les-Orgues	saint-etienne-les-orgues	93	04	044	44.0462	5.7813	5
04230	Cruis	cruis	93	04	044	44.0664	5.8359	5
04230	Fontienne	fontienne	93	04	044	44.0098	5.7935	5
04230	Montlaux	montlaux	93	04	044	44.0471	5.8446	5
04230	Mallefougasse-Augès	mallefougasse-auges	93	04	043	44.0667	5.9	5
04230	Revest-Saint-Martin	revest-saint-martin	93	04	044	44.0265	5.8213	5
04240	Ubraye	ubraye	93	04	042	43.9074	6.6945	5
04240	Le Fugeret	le-fugeret	93	04	042	44.0031	6.6412	5
04240	Saint-Benoît	saint-benoit	93	04	042	43.9647	6.7223	5
04240	Méailles	meailles	93	04	042	44.0227	6.6288	5
04240	Braux	braux	93	04	042	43.9852	6.696	5
04240	Annot	annot	93	04	042	43.9657	6.6644	5
04250	Châteaufort	chateaufort	93	04	044	44.2748	6.0163	5
04250	Nibles	nibles	93	04	044	44.2817	6.0191	5
04250	Melve	melve	93	04	044	44.3521	5.9915	5
04250	Faucon-du-Caire	faucon-du-caire	93	04	044	44.3978	6.0904	5
04250	Bayons	bayons	93	04	044	44.3381	6.1631	5
04250	Bellaffaire	bellaffaire	93	04	044	44.4194	6.1852	5
04250	Clamensane	clamensane	93	04	044	44.3229	6.0693	5
04250	Le Caire	le-caire	93	04	044	44.3689	6.0598	5
04250	Valavoire	valavoire	93	04	044	44.279	6.0668	5
04250	Gigors	gigors	93	04	044	44.4167	6.15	5
04250	Turriers	turriers	93	04	044	44.3994	6.1697	5
04250	La Motte-du-Caire	la-motte-du-caire	93	04	044	44.3445	6.0298	5
04260	Allos	allos	93	04	042	44.2411	6.6286	5
04270	Estoublon	estoublon	93	04	043	43.9419	6.1686	5
04270	Senez	senez	93	04	042	43.9167	6.4	5
04270	Châteauredon	chateauredon	93	04	043	44.014	6.2146	5
04270	Beynes	beynes	93	04	043	43.99	6.224	5
04270	Saint-Jeannet	saint-jeannet	93	04	043	43.9514	6.1203	5
04270	Mézel	mezel	93	04	043	43.995	6.1921	5
04270	Saint-Julien-d’Asse	saint-julien-d-asse	93	04	043	43.9164	6.0917	5
04270	Entrages	entrages	93	04	043	44.0461	6.2661	5
04270	Bras-d’Asse	bras-d-asse	93	04	043	43.9255	6.1246	5
04270	Chabrières	chabrieres	93	04	043	44.006	6.2656	5
04270	Majastres	majastres	93	04	043	43.9134	6.2893	5
04280	Céreste	cereste	93	04	044	43.8557	5.5845	5
04290	Volonne	volonne	93	04	043	44.1104	6.0142	5
04290	Sourribes	sourribes	93	04	044	44.1483	6.0165	5
04290	Salignac	salignac	93	04	044	44.1579	5.9828	5
04300	Dauphin	dauphin	93	04	044	43.898	5.7826	5
04300	Forcalquier	forcalquier	93	04	044	43.9667	5.7833	5
04300	Limans	limans	93	04	044	43.9847	5.7302	5
04300	Sigonce	sigonce	93	04	044	43.9986	5.841	5
04300	Pierrerue	pierrerue	93	04	044	43.9543	5.8345	5
04300	Saint-Martin-les-Eaux	saint-martin-les-eaux	93	04	044	43.8744	5.7337	5
04300	Saint-Maime	saint-maime	93	04	044	43.9021	5.7991	5
04300	Niozelles	niozelles	93	04	044	43.9363	5.8381	5
04300	Mane	mane	93	04	044	43.9375	5.7668	5
04301 CEDEX	Forcalquier	forcalquier	93	04	044	43.9667	5.7833	5
04310	Ganagobie	ganagobie	93	04	043	44.0084	5.9157	5
04310	Peyruis	peyruis	93	04	043	44.0296	5.9426	5
04320	Sausses	sausses	93	04	042	44.0056	6.7801	5
04320	Entrevaux	entrevaux	93	04	042	43.9572	6.7968	5
04320	Castellet-lès-Sausses	castellet-les-sausses	93	04	042	43.9937	6.76	5
04320	Val-de-Chalvagne	val-de-chalvagne	93	04	042	43.9167	6.8	5
04330	Barrême	barreme	93	04	042	43.9524	6.3695	5
04330	Senez	senez	93	04	042	43.9167	6.4	5
04330	Clumanc	clumanc	93	04	042	44.0236	6.4008	5
04330	Saint-Jacques	saint-jacques	93	04	042	43.9698	6.3741	5
04330	Blieux	blieux	93	04	042	43.8728	6.3683	5
04330	Chaudon-Norante	chaudon-norante	93	04	042	43.9951	6.3319	5
04330	Saint-Lions	saint-lions	93	04	042	43.9841	6.3976	5
04330	Tartonne	tartonne	93	04	042	44.0667	6.3833	5
04340	La Bréole	la-breole	93	04	041	44.4566	6.2958	5
04340	Saint-Vincent-les-Forts	saint-vincent-les-forts	93	04	041	44.4431	6.3759	5
04340	Méolans-Revel	meolans-revel	93	04	041	44.4022	6.5122	5
04340	Le Lauzet-Ubaye	le-lauzet-ubaye	93	04	041	44.4333	6.4333	5
04350	Malijai	malijai	93	04	043	44.0461	6.0319	5
04360	Moustiers-Sainte-Marie	moustiers-sainte-marie	93	04	043	43.8462	6.2217	5
04370	Beauvezer	beauvezer	93	04	042	44.15	6.6	5
04370	Colmars	colmars	93	04	042	44.1833	6.6333	5
04370	Villars-Colmars	villars-colmars	93	04	042	44.1654	6.6026	5
04380	Thoard	thoard	93	04	043	44.1504	6.151	5
04380	Hautes-Duyes	hautes-duyes	93	04	043	44.1806	6.1578	5
04380	Le Castellard-Mélan	le-castellard-melan	93	04	043	44.187	6.1254	5
04380	Barras	barras	93	04	043	44.1041	6.1136	5
04400	Saint-Pons	saint-pons	93	04	041	44.3922	6.6281	5
04400	Barcelonnette	barcelonnette	93	04	041	44.3869	6.6518	5
04400	Uvernet-Fours	uvernet-fours	93	04	041	44.3619	6.6269	5
04400	Enchastrayes	enchastrayes	93	04	041	44.3667	6.6951	5
04400	Faucon-de-Barcelonnette	faucon-de-barcelonnette	93	04	041	44.3939	6.6788	5
04400	Les Thuiles	les-thuiles	93	04	041	44.3934	6.5709	5
04410	Puimoisson	puimoisson	93	04	044	43.8632	6.1277	5
04410	Saint-Jurs	saint-jurs	93	04	043	43.8986	6.2	5
04420	Beaujeu	beaujeu	93	04	043	44.2024	6.3712	5
04420	Le Brusquet	le-brusquet	93	04	043	44.1614	6.3114	5
04420	Draix	draix	93	04	043	44.1376	6.3473	5
04420	Archail	archail	93	04	043	44.1247	6.3416	5
04420	Prads-Haute-Bléone	prads-haute-bleone	93	04	043	44.2167	6.45	5
04420	La Javie	la-javie	93	04	043	44.1667	6.35	5
04420	Marcoux	marcoux	93	04	043	44.1277	6.2774	5
04500	Allemagne-en-Provence	allemagne-en-provence	93	04	044	43.781	6.0104	5
04500	Quinson	quinson	93	04	044	43.703	6.0411	5
04500	Roumoules	roumoules	93	04	044	43.8259	6.1292	5
04500	Saint-Laurent-du-Verdon	saint-laurent-du-verdon	93	04	044	43.7241	6.0677	5
04500	Montagnac-Montpezat	montagnac-montpezat	93	04	044	43.7833	6.1	5
04500	Riez	riez	93	04	044	43.8179	6.093	5
04500	Sainte-Croix-du-Verdon	sainte-croix-du-verdon	93	04	043	43.75	6.15	5
04510	Le Chaffaut-Saint-Jurson	le-chaffaut-saint-jurson	93	04	043	44.0389	6.1508	5
04510	Mirabeau	mirabeau	93	04	043	44.0637	6.0894	5
04510	Mallemoisson	mallemoisson	93	04	043	44.0481	6.1246	5
04510	Malijai	malijai	93	04	043	44.0458	6.0303	5
04510	Aiglun	aiglun	93	04	043	44.0667	6.1333	5
04530	Larche	larche	93	04	041	44.4507	6.8465	5
04530	Val d'Oronaye	val-d-oronaye	93	04	041	44.4764	6.7992	5
04530	Meyronnes	meyronnes	93	04	041	44.4755	6.8001	5
04530	La Condamine-Châtelard	la-condamine-chatelard	93	04	041	44.4589	6.7464	5
04530	Saint-Paul-sur-Ubaye	saint-paul-sur-ubaye	93	04	041	44.5167	6.75	5
04600	Montfort	montfort	93	04	044	44.0648	5.9745	5
04600	Château-Arnoux-Saint-Auban	chateau-arnoux-saint-auban	93	04	043	44.0937	6.0092	5
04600	Saint-Auban	saint-auban	93	04	043	44.0717	5.9921	5
04660	Champtercier	champtercier	93	04	043	44.0956	6.1639	5
04700	Oraison	oraison	93	04	044	43.9161	5.9176	5
04700	La Brillanne	la-brillanne	93	04	044	43.9274	5.8917	5
04700	Puimichel	puimichel	93	04	044	43.9733	6.0192	5
04700	Le Castellet	le-castellet	93	04	044	43.9382	5.9786	5
04700	Lurs	lurs	93	04	044	43.9699	5.8885	5
04700	Entrevennes	entrevennes	93	04	044	43.9374	6.0217	5
04800	Gréoux-les-Bains	greoux-les-bains	93	04	044	43.7575	5.8817	5
04800	Esparron-de-Verdon	esparron-de-verdon	93	04	044	43.738	5.9705	5
04800	Saint-Martin-de-Brômes	saint-martin-de-bromes	93	04	044	43.7685	5.9388	5
04850	Jausiers	jausiers	93	04	041	44.417	6.7295	5
04860	Pierrevert	pierrevert	93	04	044	43.8163	5.7464	5
04870	Saint-Michel-l’Observatoire	saint-michel-l-observatoire	93	04	044	43.9093	5.7151	5
04990 CEDEX 9	Digne-les-Bains	digne-les-bains	93	04	043	44.0925	6.232	5
04995 CEDEX 9	Digne-les-Bains	digne-les-bains	93	04	043	44.0925	6.232	5
05110	Curbans	curbans	93	04	044	44.4284	6.0386	5
05110	Claret	claret	93	04	044	44.3721	5.9556	5
05130	Piégut	piegut	93	04	044	44.45	6.1167	5
05130	Venterol	venterol	93	04	044	44.4431	6.1005	5
05160	Pontis	pontis	93	04	041	44.5007	6.3578	5
06260	Saint-Pierre	saint-pierre	93	04	042	43.9105	6.9236	5
06260	La Rochette	la-rochette	93	04	042	43.9135	6.89	5
05000	Rambaud	rambaud	93	05	052	44.544	6.1309	5
05000	Neffes	neffes	93	05	052	44.5049	6.0226	5
05000	Châteauvieux	chateauvieux	93	05	052	44.4833	6.0512	5
05000	La Rochette	la-rochette	93	05	052	44.6	6.15	5
05000	La Bâtie-Vieille	la-batie-vieille	93	05	052	44.5543	6.1627	5
05000	La Freissinouse	la-freissinouse	93	05	052	44.5354	6.0102	5
05000	Gap	gap	93	05	052	44.5615	6.0811	5
05000	Pelleautier	pelleautier	93	05	052	44.5167	6.0167	5
05001 CEDEX	Gap	gap	93	05	052	44.5615	6.0811	5
05002 CEDEX	Gap	gap	93	05	052	44.5615	6.0811	5
05003 CEDEX	Gap	gap	93	05	052	44.5615	6.0811	5
05004 CEDEX	Gap	gap	93	05	052	44.5615	6.0811	5
05005 CEDEX	Gap	gap	93	05	052	44.5615	6.0811	5
05006 CEDEX	Gap	gap	93	05	052	44.5615	6.0811	5
05007 CEDEX	Gap	gap	93	05	052	44.5615	6.0811	5
05008 CEDEX	Gap	gap	93	05	052	44.5615	6.0811	5
05010 CEDEX	Gap	gap	93	05	052	44.5615	6.0811	5
05011 CEDEX	Gap	gap	93	05	052	44.5615	6.0811	5
05012 CEDEX	Gap	gap	93	05	052	44.5615	6.0811	5
05014 CEDEX	Gap	gap	93	05	052	44.5615	6.0811	5
05015 CEDEX	Gap	gap	93	05	052	44.5615	6.0811	5
05016 CEDEX	Gap	gap	93	05	052	44.5615	6.0811	5
05019 CEDEX	Gap	gap	93	05	052	44.5615	6.0811	5
05100	Puy-Saint-Pierre	puy-saint-pierre	93	05	051	44.8935	6.6268	5
05100	Briançon	briancon	93	05	051	44.8998	6.642	5
05100	Montgenèvre	montgenevre	93	05	051	44.931	6.7202	5
05100	Val-des-Prés	val-des-pres	93	05	051	44.95	6.6833	5
05100	Villar-Saint-Pancrace	villar-saint-pancrace	93	05	051	44.8732	6.6267	5
05100	Cervières	cervieres	93	05	051	44.8704	6.723	5
05100	Puy-Saint-André	puy-saint-andre	93	05	051	44.879	6.5987	5
05100	Névache	nevache	93	05	051	45.0188	6.6039	5
05101 CEDEX	Briançon	briancon	93	05	051	44.8998	6.642	5
05102 CEDEX	Briançon	briancon	93	05	051	44.8998	6.642	5
05103 CEDEX	Briançon	briancon	93	05	051	44.8998	6.642	5
05104 CEDEX	Briançon	briancon	93	05	051	44.8998	6.642	5
05105 CEDEX	Briançon	briancon	93	05	051	44.8998	6.642	5
05107 CEDEX	Briançon	briancon	93	05	051	44.8998	6.642	5
05110	Esparron	esparron	93	05	052	44.4538	5.9028	5
05110	Vitrolles	vitrolles	93	05	052	44.4351	5.9493	5
05110	Monêtier-Allemont	monetier-allemont	93	05	052	44.3858	5.9432	5
05110	La Saulce	la-saulce	93	05	052	44.4253	6.0081	5
05110	Barcillonnette	barcillonnette	93	05	052	44.4345	5.9191	5
05110	Lardier-et-Valença	lardier-et-valenca	93	05	052	44.4349	5.9803	5
05120	Saint-Martin-de-Queyrières	saint-martin-de-queyrieres	93	05	051	44.8232	6.579	5
05120	L’Argentière-la-Bessée	l-argentiere-la-bessee	93	05	051	44.7887	6.5593	5
05120	Les Vigneaux	les-vigneaux	93	05	051	44.8167	6.5333	5
05130	Saint-Étienne-le-Laus	saint-etienne-le-laus	93	05	052	44.5013	6.1628	5
05130	Lettret	lettret	93	05	052	44.4686	6.0656	5
05130	Jarjayes	jarjayes	93	05	052	44.5	6.1167	5
05130	Fouillouse	fouillouse	93	05	052	44.4584	6.0032	5
05130	Sigoyer	sigoyer	93	05	052	44.4779	5.9768	5
05130	Valserres	valserres	93	05	052	44.4893	6.128	5
05130	Tallard	tallard	93	05	052	44.4613	6.055	5
05140	Aspres-sur-Buëch	aspres-sur-buech	93	05	052	44.5224	5.7496	5
05140	Aspremont	aspremont	93	05	052	44.4912	5.7279	5
05140	La Faurie	la-faurie	93	05	052	44.5674	5.7403	5
05140	La Haute-Beaume	la-haute-beaume	93	05	052	44.5667	5.6333	5
05140	Saint-Pierre-d’Argençon	saint-pierre-d-argencon	93	05	052	44.5201	5.6984	5
05140	La Beaume	la-beaume	93	05	052	44.5527	5.6375	5
05140	Montbrand	montbrand	93	05	052	44.5901	5.683	5
05140	Saint-Julien-en-Beauchêne	saint-julien-en-beauchene	93	05	052	44.6163	5.71	5
05150	Sainte-Marie	sainte-marie	93	05	052	44.4653	5.4762	5
05150	Rosans	rosans	93	05	052	44.3913	5.471	5
05150	Montjay	montjay	93	05	052	44.3605	5.6042	5
05150	Saint-André-de-Rosans	saint-andre-de-rosans	93	05	052	44.3768	5.5142	5
05150	Bruis	bruis	93	05	052	44.4682	5.5147	5
05150	Sorbiers	sorbiers	93	05	052	44.3751	5.5628	5
05150	Montmorin	montmorin	93	05	052	44.4509	5.5427	5
05150	Ribeyret	ribeyret	93	05	052	44.4136	5.5541	5
05150	Moydans	moydans	93	05	052	44.4002	5.5033	5
05160	Réallon	reallon	93	05	052	44.5957	6.3635	5
05160	Le Sauze-du-Lac	le-sauze-du-lac	93	05	052	44.4833	6.3167	5
05160	Savines-le-Lac	savines-le-lac	93	05	052	44.5265	6.4043	5
05160	Saint-Apollinaire	saint-apollinaire	93	05	052	44.5556	6.3618	5
05170	Orcières	orcieres	93	05	052	44.6839	6.3258	5
05190	Rousset	rousset	93	05	052	44.4833	6.25	5
05190	Remollon	remollon	93	05	052	44.4676	6.1659	5
05190	Théus	theus	93	05	052	44.4667	6.2	5
05190	Espinasses	espinasses	93	05	052	44.4665	6.2303	5
05190	Rochebrune	rochebrune	93	05	052	44.4574	6.1761	5
05190	Bréziers	breziers	93	05	052	44.4252	6.2016	5
05200	Crévoux	crevoux	93	05	052	44.5478	6.6073	5
05200	Saint-Sauveur	saint-sauveur	93	05	052	44.5409	6.5204	5
05200	Baratier	baratier	93	05	052	44.5384	6.4958	5
05200	Puy-Sanières	puy-sanieres	93	05	052	44.55	6.4333	5
05200	Embrun	embrun	93	05	052	44.5639	6.4953	5
05200	Puy-Saint-Eusèbe	puy-saint-eusebe	93	05	052	44.5679	6.4196	5
05200	Saint-André-d’Embrun	saint-andre-d-embrun	93	05	052	44.5833	6.5333	5
05200	Les Orres	les-orres	93	05	052	44.514	6.5499	5
05200	Crots	crots	93	05	052	44.5338	6.4711	5
05201 CEDEX	Embrun	embrun	93	05	052	44.5639	6.4953	5
05202 CEDEX	Embrun	embrun	93	05	052	44.5639	6.4953	5
05208 CEDEX	Embrun	embrun	93	05	052	44.5639	6.4953	5
05209 CEDEX	Embrun	embrun	93	05	052	44.5639	6.4953	5
05220	Le Monêtier-les-Bains	le-monetier-les-bains	93	05	051	44.9756	6.5067	5
05230	La Bâtie-Neuve	la-batie-neuve	93	05	052	44.5667	6.2	5
05230	Avançon	avancon	93	05	052	44.5253	6.1854	5
05230	Prunières	prunieres	93	05	052	44.5424	6.3387	5
05230	Chorges	chorges	93	05	052	44.5471	6.2775	5
05230	Montgardin	montgardin	93	05	052	44.5487	6.2424	5
05240	La Salle-les-Alpes	la-salle-les-alpes	93	05	051	44.9451	6.5713	5
05250	Le Dévoluy	le-devoluy	93	05	052	44.6936	5.9406	5
05250	Agnières-en-Dévoluy	agnieres-en-devoluy	93	05	052	44.6942	5.8818	5
05250	La Cluse	la-cluse	93	05	052	44.6395	5.8478	5
05250	Dévoluy	devoluy	93	05	052	44.6925	5.9411	5
05250	Saint-Disdier	saint-disdier	93	05	052	44.7333	5.9	5
05260	Saint-Jean-Saint-Nicolas	saint-jean-saint-nicolas	93	05	052	44.6667	6.2167	5
05260	Saint-Léger-les-Mélèzes	saint-leger-les-melezes	93	05	052	44.6441	6.2	5
05260	Ancelle	ancelle	93	05	052	44.6243	6.2069	5
05260	Saint-Michel-de-Chaillol	saint-michel-de-chaillol	93	05	052	44.6702	6.1709	5
05260	Chabottes	chabottes	93	05	052	44.6551	6.177	5
05260	Champoléon	champoleon	93	05	052	44.7333	6.2333	5
05260	Forest-Saint-Julien	forest-saint-julien	93	05	052	44.65	6.1333	5
05290	Puy-Saint-Vincent	puy-saint-vincent	93	05	051	44.8326	6.4828	5
05290	Vallouise	vallouise	93	05	051	44.85	6.4833	5
05300	Saint-Genis	saint-genis	93	05	052	44.3802	5.7694	5
05300	Val Buëch-Méouge	val-buech-meouge	93	05	052	44.2311	5.8564	5
05300	Barret-sur-Méouge	barret-sur-meouge	93	05	052	44.2667	5.7333	5
05300	Garde-Colombe	garde-colombe	93	05	052	44.3464	5.7725	5
05300	Châteauneuf-de-Chabre	chateauneuf-de-chabre	93	05	052	44.2833	5.8167	5
05300	Ventavon	ventavon	93	05	052	44.3702	5.906	5
05300	Saint-Pierre-Avez	saint-pierre-avez	93	05	052	44.2571	5.7612	5
05300	Eyguians	eyguians	93	05	052	44.3459	5.7727	5
05300	Antonaves	antonaves	93	05	052	44.2663	5.8043	5
05300	Lazer	lazer	93	05	052	44.3465	5.8443	5
05300	Laragne-Montéglin	laragne-monteglin	93	05	052	44.3167	5.8167	5
05300	Le Poët	le-poet	93	05	052	44.2943	5.8943	5
05300	Ribiers	ribiers	93	05	052	44.2308	5.8565	5
05300	Lagrand	lagrand	93	05	052	44.3403	5.7559	5
05300	Éourres	eourres	93	05	052	44.2123	5.6996	5
05300	Salérans	salerans	93	05	052	44.2429	5.7054	5
05300	Upaix	upaix	93	05	052	44.3186	5.8751	5
05300	Saléon	saleon	93	05	052	44.3387	5.7751	5
05310	Freissinières	freissinieres	93	05	051	44.75	6.5333	5
05310	La Roche-de-Rame	la-roche-de-rame	93	05	051	44.7491	6.5813	5
05310	Champcella	champcella	93	05	051	44.7242	6.5775	5
05320	La Grave	la-grave	93	05	051	45.05	6.3	5
05330	Saint-Chaffrey	saint-chaffrey	93	05	051	44.9256	6.6077	5
05340	Pelvoux	pelvoux	93	05	051	44.8804	6.4888	5
05350	Arvieux	arvieux	93	05	051	44.767	6.7379	5
05350	Molines-en-Queyras	molines-en-queyras	93	05	051	44.7294	6.8433	5
05350	Saint-Véran	saint-veran	93	05	051	44.7	6.8667	5
05350	Château-Ville-Vieille	chateau-ville-vieille	93	05	051	44.7667	6.8	5
05380	Châteauroux-les-Alpes	chateauroux-les-alpes	93	05	052	44.6167	6.5167	5
05400	Le Saix	le-saix	93	05	052	44.4752	5.8236	5
05400	Oze	oze	93	05	052	44.5047	5.8053	5
05400	Rabou	rabou	93	05	052	44.5915	6.0062	5
05400	Manteyer	manteyer	93	05	052	44.5376	5.9646	5
05400	Chabestan	chabestan	93	05	052	44.4784	5.784	5
05400	Montmaur	montmaur	93	05	052	44.5713	5.8735	5
05400	Veynes	veynes	93	05	052	44.5333	5.8167	5
05400	Furmeyer	furmeyer	93	05	052	44.5409	5.8716	5
05400	La Roche-des-Arnauds	la-roche-des-arnauds	93	05	052	44.5613	5.9552	5
05400	Châteauneuf-d’Oze	chateauneuf-d-oze	93	05	052	44.5111	5.8663	5
05400	Saint-Auban-d’Oze	saint-auban-d-oze	93	05	052	44.4959	5.8465	5
05460	Ristolas	ristolas	93	05	051	44.7736	6.9554	5
05460	Abriès	abries	93	05	051	44.7943	6.927	5
05470	Aiguilles	aiguilles	93	05	051	44.7815	6.8694	5
05480	Villar-d'Arêne	villar-d-arene	93	05	051	45.0436	6.3374	5
05500	Saint-Laurent-du-Cros	saint-laurent-du-cros	93	05	052	44.6461	6.1108	5
05500	Les Infournas	les-infournas	93	05	052	44.7148	6.0942	5
05500	Saint-Julien-en-Champsaur	saint-julien-en-champsaur	93	05	052	44.6595	6.1286	5
05500	Buissard	buissard	93	05	052	44.65	6.1333	5
05500	Laye	laye	93	05	052	44.6424	6.0872	5
05500	Saint-Bonnet-en-Champsaur	saint-bonnet-en-champsaur	93	05	052	44.6833	6.0833	5
05500	La Fare-en-Champsaur	la-fare-en-champsaur	93	05	052	44.6653	6.0607	5
05500	Bénévent-et-Charbillac	benevent-et-charbillac	93	05	052	44.6976	6.0866	5
05500	Le Noyer	le-noyer	93	05	052	44.6984	6.0121	5
05500	La Motte-en-Champsaur	la-motte-en-champsaur	93	05	052	44.7323	6.068	5
05500	Saint-Eusèbe-en-Champsaur	saint-eusebe-en-champsaur	93	05	052	44.7258	6.0279	5
05500	Les Costes	les-costes	93	05	052	44.7459	6.0343	5
05500	Poligny	poligny	93	05	052	44.6916	6.0483	5
05560	Vars	vars	93	05	051	44.5977	6.6917	5
05560	Sainte-Marie	sainte-marie	93	05	051	44.5939	6.6896	5
05600	Saint-Crépin	saint-crepin	93	05	051	44.7065	6.6069	5
05600	Ceillac	ceillac	93	05	051	44.668	6.7789	5
05600	Guillestre	guillestre	93	05	051	44.6595	6.6495	5
05600	Réotier	reotier	93	05	051	44.6649	6.5875	5
05600	Mont-Dauphin	mont-dauphin	93	05	051	44.6684	6.6224	5
05600	Saint-Clément-sur-Durance	saint-clement-sur-durance	93	05	051	44.649	6.5782	5
05600	Risoul	risoul	93	05	051	44.6481	6.639	5
05600	Eygliers	eygliers	93	05	051	44.6774	6.619	5
05700	Savournon	savournon	93	05	052	44.4218	5.7908	5
05700	Le Bersac	le-bersac	93	05	052	44.4116	5.7507	5
05700	Chanousse	chanousse	93	05	052	44.3546	5.6533	5
05700	La Bâtie-Montsaléon	la-batie-montsaleon	93	05	052	44.4562	5.7514	5
05700	Nossage-et-Bénévent	nossage-et-benevent	93	05	052	44.315	5.7481	5
05700	Sigottier	sigottier	93	05	052	44.4546	5.6924	5
05700	Étoile-Saint-Cyrice	etoile-saint-cyrice	93	05	052	44.3167	5.6333	5
05700	Serres	serres	93	05	052	44.4287	5.7158	5
05700	L’Épine	l-epine	93	05	052	44.4168	5.616	5
05700	Montclus	montclus	93	05	052	44.4146	5.6836	5
05700	Montrond	montrond	93	05	052	44.3819	5.7458	5
05700	Orpierre	orpierre	93	05	052	44.3135	5.6917	5
05700	La Piarre	la-piarre	93	05	052	44.4777	5.6587	5
05700	Méreuil	mereuil	93	05	052	44.387	5.7301	5
05700	Sainte-Colombe	sainte-colombe	93	05	052	44.2848	5.6692	5
05700	Trescléoux	trescleoux	93	05	052	44.354	5.7091	5
05800	Villar-Loubière	villar-loubiere	93	05	052	44.8261	6.1452	5
05800	Chauffayer	chauffayer	93	05	052	44.753	6.0091	5
05800	La Chapelle-en-Valgaudémar	la-chapelle-en-valgaudemar	93	05	052	44.8167	6.2	5
05800	Saint-Maurice-en-Valgodemard	saint-maurice-en-valgodemard	93	05	052	44.8036	6.0958	5
05800	Aspres-lès-Corps	aspres-les-corps	93	05	052	44.8018	5.9818	5
05800	Saint-Firmin	saint-firmin	93	05	052	44.7814	6.0273	5
05800	Saint-Jacques-en-Valgodemard	saint-jacques-en-valgodemard	93	05	052	44.7762	6.0447	5
05800	Le Glaizil	le-glaizil	93	05	052	44.7536	5.9831	5
06000	Nice	nice	93	06	062	43.7031	7.2661	5
06001 CEDEX 1	Nice	nice	93	06	062	43.7031	7.2661	5
06002 CEDEX 1	Nice	nice	93	06	062	43.7031	7.2661	5
06003 CEDEX 1	Nice	nice	93	06	062	43.7031	7.2661	5
06004 CEDEX 1	Nice	nice	93	06	062	43.7031	7.2661	5
06005 CEDEX 1	Nice	nice	93	06	062	43.7031	7.2661	5
06006 CEDEX 1	Nice	nice	93	06	062	43.7031	7.2661	5
06007 CEDEX 1	Nice	nice	93	06	062	43.7031	7.2661	5
06008 CEDEX 1	Nice	nice	93	06	062	43.7031	7.2661	5
06009 CEDEX 1	Nice	nice	93	06	062	43.7031	7.2661	5
06010 CEDEX 1	Nice	nice	93	06	062	43.7031	7.2661	5
06011 CEDEX 1	Nice	nice	93	06	062	43.7031	7.2661	5
06012 CEDEX 1	Nice	nice	93	06	062	43.7031	7.2661	5
06013 CEDEX 1	Nice	nice	93	06	062	43.7031	7.2661	5
06016 CEDEX 1	Nice	nice	93	06	062	43.7031	7.2661	5
06032 CEDEX 1	Nice	nice	93	06	062	43.7031	7.2661	5
06033 CEDEX 1	Nice	nice	93	06	062	43.7031	7.2661	5
06034 CEDEX 1	Nice	nice	93	06	062	43.7031	7.2661	5
06035 CEDEX 1	Nice	nice	93	06	062	43.7031	7.2661	5
06036 CEDEX 1	Nice	nice	93	06	062	43.7031	7.2661	5
06044 CEDEX 1	Nice	nice	93	06	062	43.7031	7.2661	5
06045 CEDEX 1	Nice	nice	93	06	062	43.7031	7.2661	5
06046 CEDEX 1	Nice	nice	93	06	062	43.7031	7.2661	5
06047 CEDEX 1	Nice	nice	93	06	062	43.7031	7.2661	5
06048 CEDEX 1	Nice	nice	93	06	062	43.7031	7.2661	5
06049 CEDEX 1	Nice	nice	93	06	062	43.7031	7.2661	5
06050 CEDEX 1	Nice	nice	93	06	062	43.7031	7.2661	5
06053 CEDEX 1	Nice	nice	93	06	062	43.7031	7.2661	5
06071 CEDEX 1	Nice	nice	93	06	062	43.7031	7.2661	5
06073 CEDEX 1	Nice	nice	93	06	062	43.7031	7.2661	5
06078 CEDEX 1	Nice	nice	93	06	062	43.7031	7.2661	5
06079 CEDEX 1	Nice	nice	93	06	062	43.7031	7.2661	5
06082 CEDEX 1	Nice	nice	93	06	062	43.7031	7.2661	5
06083 CEDEX 1	Nice	nice	93	06	062	43.7031	7.2661	5
06084 CEDEX 1	Nice	nice	93	06	062	43.7031	7.2661	5
06085 CEDEX 1	Nice	nice	93	06	062	43.7031	7.2661	5
06099 CEDEX 1	Nice	nice	93	06	062	43.7031	7.2661	5
06100	Nice	nice	93	06	062	43.7031	7.2661	5
06101 CEDEX 2	Nice	nice	93	06	062	43.7031	7.2661	5
06102 CEDEX 2	Nice	nice	93	06	062	43.7031	7.2661	5
06103 CEDEX 2	Nice	nice	93	06	062	43.7031	7.2661	5
06105 CEDEX 2	Nice	nice	93	06	062	43.7031	7.2661	5
06106 CEDEX 2	Nice	nice	93	06	062	43.7031	7.2661	5
06107 CEDEX 2	Nice	nice	93	06	062	43.7031	7.2661	5
06108 CEDEX 2	Nice	nice	93	06	062	43.7031	7.2661	5
06109 CEDEX 2	Nice	nice	93	06	062	43.7031	7.2661	5
06110	Le Cannet	le-cannet	93	06	061	43.5766	7.0191	5
06113 CEDEX	Le Cannet	le-cannet	93	06	061	43.5766	7.0191	5
06114 CEDEX	Le Cannet	le-cannet	93	06	061	43.5766	7.0191	5
06115 CEDEX	Le Cannet	le-cannet	93	06	061	43.5766	7.0191	5
06116 CEDEX	Le Cannet	le-cannet	93	06	061	43.5766	7.0191	5
06117 CEDEX	Le Cannet	le-cannet	93	06	061	43.5766	7.0191	5
06119 CEDEX	Le Cannet	le-cannet	93	06	061	43.5766	7.0191	5
06121 CEDEX	Le Cannet	le-cannet	93	06	061	43.5766	7.0191	5
06125 CEDEX	Le Cannet	le-cannet	93	06	061	43.5766	7.0191	5
06126 CEDEX	Le Cannet	le-cannet	93	06	061	43.5766	7.0191	5
06130	Grasse	grasse	93	06	061	43.6667	6.9167	5
06131 CEDEX	Grasse	grasse	93	06	061	43.6667	6.9167	5
06132 CEDEX	Grasse	grasse	93	06	061	43.6667	6.9167	5
06133 CEDEX	Grasse	grasse	93	06	061	43.6667	6.9167	5
06135 CEDEX	Grasse	grasse	93	06	061	43.6667	6.9167	5
06136 CEDEX	Grasse	grasse	93	06	061	43.6667	6.9167	5
06137 CEDEX	Grasse	grasse	93	06	061	43.6667	6.9167	5
06139 CEDEX	Grasse	grasse	93	06	061	43.6667	6.9167	5
06140	Tourrettes-sur-Loup	tourrettes-sur-loup	93	06	061	43.7167	7.05	5
06140	Coursegoules	coursegoules	93	06	061	43.7921	7.0403	5
06140	Vence	vence	93	06	061	43.7225	7.1118	5
06141 CEDEX	Vence	vence	93	06	061	43.7225	7.1118	5
06142 CEDEX	Vence	vence	93	06	061	43.7225	7.1118	5
06143 CEDEX	Vence	vence	93	06	061	43.7225	7.1118	5
06150	Cannes	cannes	93	06	061	43.5513	7.0128	5
06151 CEDEX	Cannes La Bocca	cannes-la-bocca	93	06	061	43.5517	6.9786	5
06152 CEDEX	Cannes La Bocca	cannes-la-bocca	93	06	061	43.5517	6.9786	5
06153 CEDEX	Cannes La Bocca	cannes-la-bocca	93	06	061	43.5517	6.9786	5
06154 CEDEX	Cannes La Bocca	cannes-la-bocca	93	06	061	43.5517	6.9786	5
06155 CEDEX	Cannes La Bocca	cannes-la-bocca	93	06	061	43.5517	6.9786	5
06156 CEDEX	Cannes La Bocca	cannes-la-bocca	93	06	061	43.5517	6.9786	5
06157 CEDEX	Cannes La Bocca	cannes-la-bocca	93	06	061	43.5517	6.9786	5
06160	Antibes	antibes	93	06	061	43.5624	7.1278	5
06161 CEDEX	Juan-les-Pins	juan-les-pins	93	06	061	43.5695	7.1131	5
06162 CEDEX	Juan-les-Pins	juan-les-pins	93	06	061	43.5695	7.1131	5
06164 CEDEX	Juan-les-Pins	juan-les-pins	93	06	061	43.5695	7.1131	5
06167 CEDEX	Juan-les-Pins	juan-les-pins	93	06	061	43.5695	7.1131	5
06170 CEDEX 2	Nice	nice	93	06	062	43.7031	7.2661	5
06171 CEDEX 2	Nice	nice	93	06	062	43.7031	7.2661	5
06172 CEDEX 2	Nice	nice	93	06	062	43.7031	7.2661	5
06173 CEDEX 2	Nice	nice	93	06	062	43.7031	7.2661	5
06175 CEDEX 2	Nice	nice	93	06	062	43.7031	7.2661	5
06177 CEDEX 2	Nice	nice	93	06	062	43.7031	7.2661	5
06180 CEDEX 2	Nice	nice	93	06	062	43.7031	7.2661	5
06181 CEDEX 2	Nice	nice	93	06	062	43.7031	7.2661	5
06182 CEDEX 2	Nice	nice	93	06	062	43.7031	7.2661	5
06183 CEDEX 2	Nice	nice	93	06	062	43.7031	7.2661	5
06184 CEDEX 2	Nice	nice	93	06	062	43.7031	7.2661	5
06185 CEDEX 2	Nice	nice	93	06	062	43.7031	7.2661	5
06186 CEDEX 2	Nice	nice	93	06	062	43.7031	7.2661	5
06187 CEDEX 2	Nice	nice	93	06	062	43.7031	7.2661	5
06189 CEDEX 2	Nice	nice	93	06	062	43.7031	7.2661	5
06190	Roquebrune-Cap-Martin	roquebrune-cap-martin	93	06	062	43.7641	7.4821	5
06200	Nice	nice	93	06	062	43.7031	7.2661	5
06201 CEDEX 3	Nice	nice	93	06	062	43.7031	7.2661	5
06202 CEDEX 3	Nice	nice	93	06	062	43.7031	7.2661	5
06203 CEDEX 3	Nice	nice	93	06	062	43.7031	7.2661	5
06204 CEDEX 3	Nice	nice	93	06	062	43.7031	7.2661	5
06205 CEDEX 3	Nice	nice	93	06	062	43.7031	7.2661	5
06206 CEDEX 3	Nice	nice	93	06	062	43.7031	7.2661	5
06209 CEDEX 3	Nice	nice	93	06	062	43.7031	7.2661	5
06210	Mandelieu-la-Napoule	mandelieu-la-napoule	93	06	061	43.55	6.9333	5
06211 CEDEX	Mandelieu-la-Napoule	mandelieu-la-napoule	93	06	061	43.55	6.9333	5
06212 CEDEX	Mandelieu-la-Napoule	mandelieu-la-napoule	93	06	061	43.55	6.9333	5
06220	Vallauris	vallauris	93	06	061	43.578	7.0545	5
06221 CEDEX	Vallauris	vallauris	93	06	061	43.578	7.0545	5
06222 CEDEX	Vallauris	vallauris	93	06	061	43.578	7.0545	5
06223 CEDEX	Vallauris	vallauris	93	06	061	43.578	7.0545	5
06224 CEDEX	Vallauris	vallauris	93	06	061	43.578	7.0545	5
06225 CEDEX	Vallauris	vallauris	93	06	061	43.578	7.0545	5
06226 CEDEX	Vallauris	vallauris	93	06	061	43.578	7.0545	5
06227 CEDEX	Vallauris	vallauris	93	06	061	43.578	7.0545	5
06228 CEDEX	Vallauris	vallauris	93	06	061	43.578	7.0545	5
06229 CEDEX	Vallauris	vallauris	93	06	061	43.578	7.0545	5
06230	Villefranche-sur-Mer	villefranche-sur-mer	93	06	062	43.7039	7.3109	5
06230	Saint-Jean-Cap-Ferrat	saint-jean-cap-ferrat	93	06	062	43.6892	7.3324	5
06231 CEDEX	Villefranche-sur-Mer	villefranche-sur-mer	93	06	062	43.7039	7.3109	5
06232 CEDEX	Villefranche-sur-Mer	villefranche-sur-mer	93	06	062	43.7039	7.3109	5
06233 CEDEX	Villefranche-sur-Mer	villefranche-sur-mer	93	06	062	43.7039	7.3109	5
06234 CEDEX	Villefranche-sur-Mer	villefranche-sur-mer	93	06	062	43.7039	7.3109	5
06235 CEDEX	Villefranche-sur-Mer	villefranche-sur-mer	93	06	062	43.7039	7.3109	5
06236 CEDEX	Villefranche-sur-Mer	villefranche-sur-mer	93	06	062	43.7039	7.3109	5
06237 CEDEX	Villefranche-sur-Mer	villefranche-sur-mer	93	06	062	43.7039	7.3109	5
06238 CEDEX	Villefranche-sur-Mer	villefranche-sur-mer	93	06	062	43.7039	7.3109	5
06239 CEDEX	Villefranche-sur-Mer	villefranche-sur-mer	93	06	062	43.7039	7.3109	5
06240	Beausoleil	beausoleil	93	06	062	43.749	7.417	5
06241 CEDEX	Vallauris	vallauris	93	06	061	43.578	7.0545	5
06242 CEDEX	Vallauris	vallauris	93	06	061	43.578	7.0545	5
06250	Mougins	mougins	93	06	061	43.5987	7.0043	5
06251 CEDEX	Mougins	mougins	93	06	061	43.5987	7.0043	5
06252 CEDEX	Mougins	mougins	93	06	061	43.5987	7.0043	5
06253 CEDEX	Mougins	mougins	93	06	061	43.5987	7.0043	5
06254 CEDEX	Mougins	mougins	93	06	061	43.5987	7.0043	5
06255 CEDEX	Mougins	mougins	93	06	061	43.5987	7.0043	5
06257 CEDEX	Mougins	mougins	93	06	061	43.5987	7.0043	5
06259 CEDEX	Mougins	mougins	93	06	061	43.5987	7.0043	5
06260	Ascros	ascros	93	06	062	43.9177	7.0147	5
06260	Puget-Rostang	puget-rostang	93	06	062	43.9731	6.9132	5
06260	Pierlas	pierlas	93	06	062	44.0309	7.0329	5
06260	La Croix-sur-Roudoule	la-croix-sur-roudoule	93	06	062	43.9848	6.8725	5
06260	Saint-Léger	saint-leger	93	06	062	43.9975	6.8269	5
06260	Puget-Théniers	puget-theniers	93	06	062	43.9546	6.8911	5
06260	Rigaud	rigaud	93	06	062	43.9911	6.9916	5
06260	La Penne	la-penne	93	06	062	43.9285	6.9489	5
06260	Auvare	auvare	93	06	062	43.9874	6.9145	5
06260	Lieuche	lieuche	93	06	062	43.9927	7.0152	5
06260	Saint-Antonin	saint-antonin	93	06	062	43.9078	6.9826	5
06270	Villeneuve-Loubet	villeneuve-loubet	93	06	061	43.6666	7.1204	5
06271 CEDEX	Villeneuve-Loubet	villeneuve-loubet	93	06	061	43.6666	7.1204	5
06272 CEDEX	Villeneuve-Loubet	villeneuve-loubet	93	06	061	43.6666	7.1204	5
06281 CEDEX 3	Nice	nice	93	06	062	43.7031	7.2661	5
06282 CEDEX 3	Nice	nice	93	06	062	43.7031	7.2661	5
06283 CEDEX 3	Nice	nice	93	06	062	43.7031	7.2661	5
06284 CEDEX 3	Nice	nice	93	06	062	43.7031	7.2661	5
06286 CEDEX 3	Nice	nice	93	06	062	43.7031	7.2661	5
06287 CEDEX 3	Nice	nice	93	06	062	43.7031	7.2661	5
06288 CEDEX 3	Nice	nice	93	06	062	43.7031	7.2661	5
06289 CEDEX 3	Nice	nice	93	06	062	43.7031	7.2661	5
06290 CEDEX 3	Nice	nice	93	06	062	43.7031	7.2661	5
06292 CEDEX 3	Nice	nice	93	06	062	43.7031	7.2661	5
06293 CEDEX 3	Nice	nice	93	06	062	43.7031	7.2661	5
06294 CEDEX 3	Nice	nice	93	06	062	43.7031	7.2661	5
06295 CEDEX 3	Nice	nice	93	06	062	43.7031	7.2661	5
06299 CEDEX 3	Nice	nice	93	06	062	43.7031	7.2661	5
06300	Nice	nice	93	06	062	43.7031	7.2661	5
06301 CEDEX 4	Nice	nice	93	06	062	43.7031	7.2661	5
06302 CEDEX 4	Nice	nice	93	06	062	43.7031	7.2661	5
06303 CEDEX 4	Nice	nice	93	06	062	43.7031	7.2661	5
06304 CEDEX 4	Nice	nice	93	06	062	43.7031	7.2661	5
06305 CEDEX 4	Nice	nice	93	06	062	43.7031	7.2661	5
06306 CEDEX 4	Nice	nice	93	06	062	43.7031	7.2661	5
06309 CEDEX 4	Nice	nice	93	06	062	43.7031	7.2661	5
06310	Beaulieu-sur-Mer	beaulieu-sur-mer	93	06	062	43.7076	7.3329	5
06320	La Turbie	la-turbie	93	06	062	43.7451	7.401	5
06320	Cap-d’Ail	cap-d-ail	93	06	062	43.7219	7.4069	5
06330	Roquefort-les-Pins	roquefort-les-pins	93	06	061	43.6727	7.0565	5
06340	Cantaron	cantaron	93	06	062	43.7586	7.3188	5
06340	Drap	drap	93	06	062	43.7561	7.3206	5
06340	La Trinité	la-trinite	93	06	062	43.7415	7.3135	5
06341 CEDEX	La Trinité	la-trinite	93	06	062	43.7415	7.3135	5
06342 CEDEX	La Trinité	la-trinite	93	06	062	43.7415	7.3135	5
06343 CEDEX	La Trinité	la-trinite	93	06	062	43.7415	7.3135	5
06344 CEDEX	La Trinité	la-trinite	93	06	062	43.7415	7.3135	5
06345 CEDEX	La Trinité	la-trinite	93	06	062	43.7415	7.3135	5
06348 CEDEX	La Trinité	la-trinite	93	06	062	43.7415	7.3135	5
06349 CEDEX	La Trinité	la-trinite	93	06	062	43.7415	7.3135	5
06352 CEDEX 4	Nice	nice	93	06	062	43.7031	7.2661	5
06353 CEDEX 4	Nice	nice	93	06	062	43.7031	7.2661	5
06354 CEDEX 4	Nice	nice	93	06	062	43.7031	7.2661	5
06357 CEDEX 4	Nice	nice	93	06	062	43.7031	7.2661	5
06358 CEDEX 4	Nice	nice	93	06	062	43.7031	7.2661	5
06359 CEDEX 4	Nice	nice	93	06	062	43.7031	7.2661	5
06360	Èze	eze	93	06	062	43.7167	7.3667	5
06364 CEDEX 4	Nice	nice	93	06	062	43.7031	7.2661	5
06369 CEDEX 4	Nice	nice	93	06	062	43.7031	7.2661	5
06370	Mouans-Sartoux	mouans-sartoux	93	06	061	43.6222	6.9731	5
06371 CEDEX	Mouans-Sartoux	mouans-sartoux	93	06	061	43.6222	6.9731	5
06372 CEDEX	Mouans-Sartoux	mouans-sartoux	93	06	061	43.6222	6.9731	5
06373 CEDEX	Mouans-Sartoux	mouans-sartoux	93	06	061	43.6222	6.9731	5
06376 CEDEX	Mouans-Sartoux	mouans-sartoux	93	06	061	43.6222	6.9731	5
06379 CEDEX	Mouans-Sartoux	mouans-sartoux	93	06	061	43.6222	6.9731	5
06380	Moulinet	moulinet	93	06	062	43.9421	7.415	5
06380	Sospel	sospel	93	06	062	43.8785	7.4484	5
06390	Berre-les-Alpes	berre-les-alpes	93	06	062	43.8333	7.3333	5
06390	Coaraze	coaraze	93	06	062	43.8632	7.2942	5
06390	Châteauneuf-Villevieille	chateauneuf-villevieille	93	06	062	43.8167	7.3	5
06390	Contes	contes	93	06	062	43.8128	7.3144	5
06390	Bendejun	bendejun	93	06	062	43.8333	7.3	5
06391 CEDEX	Contes	contes	93	06	062	43.8128	7.3144	5
06392 CEDEX	Contes	contes	93	06	062	43.8128	7.3144	5
06400	Cannes	cannes	93	06	061	43.5513	7.0128	5
06401 CEDEX	Cannes	cannes	93	06	061	43.5513	7.0128	5
06402 CEDEX	Cannes	cannes	93	06	061	43.5513	7.0128	5
06403 CEDEX	Cannes	cannes	93	06	061	43.5513	7.0128	5
06404 CEDEX	Cannes	cannes	93	06	061	43.5513	7.0128	5
06405 CEDEX	Cannes	cannes	93	06	061	43.5513	7.0128	5
06406 CEDEX	Cannes	cannes	93	06	061	43.5513	7.0128	5
06407 CEDEX	Cannes	cannes	93	06	061	43.5513	7.0128	5
06408 CEDEX	Cannes	cannes	93	06	061	43.5513	7.0128	5
06410	Biot	biot	93	06	061	43.6272	7.0964	5
06414 CEDEX	Cannes	cannes	93	06	061	43.5513	7.0128	5
06420	La Tour	la-tour	93	06	062	43.9447	7.1827	5
06420	Bairols	bairols	93	06	062	43.9787	7.1267	5
06420	Tournefort	tournefort	93	06	062	43.9414	7.1582	5
06420	Saint-Sauveur-sur-Tinée	saint-sauveur-sur-tinee	93	06	062	44.0833	7.1	5
06420	Ilonse	ilonse	93	06	062	44.0294	7.0985	5
06420	Marie	marie	93	06	062	44.0294	7.1346	5
06420	Clans	clans	93	06	062	43.9959	7.148	5
06420	Roure	roure	93	06	062	44.0833	7.0833	5
06420	Valdeblore	valdeblore	93	06	062	44.0712	7.172	5
06420	Isola	isola	93	06	062	44.1833	7.05	5
06420	Roubion	roubion	93	06	062	44.0833	7.05	5
06420	Rimplas	rimplas	93	06	062	44.0667	7.1333	5
06430	La Brigue	la-brigue	93	06	062	44.0617	7.6167	5
06430	Tende	tende	93	06	062	44.0857	7.5934	5
06440	Lucéram	luceram	93	06	062	43.8831	7.36	5
06440	L’Escarène	l-escarene	93	06	062	43.8365	7.3546	5
06440	Touët-de-l’Escarène	touet-de-l-escarene	93	06	062	43.85	7.3667	5
06440	Peillon	peillon	93	06	062	43.7786	7.3828	5
06440	Peille	peille	93	06	062	43.8059	7.4043	5
06440	Blausasc	blausasc	93	06	062	43.8057	7.3648	5
06450	Venanson	venanson	93	06	062	44.053	7.2545	5
06450	La Bollène-Vésubie	la-bollene-vesubie	93	06	062	43.9894	7.3275	5
06450	Saint-Martin-Vésubie	saint-martin-vesubie	93	06	062	44.07	7.2555	5
06450	Lantosque	lantosque	93	06	062	43.9741	7.3117	5
06450	Roquebillière	roquebilliere	93	06	062	44.0125	7.3075	5
06450	Utelle	utelle	93	06	062	43.9166	7.2442	5
06450	Belvédère	belvedere	93	06	062	44.0141	7.3225	5
06460	Escragnolles	escragnolles	93	06	061	43.7298	6.781	5
06460	Caussols	caussols	93	06	061	43.7418	6.9002	5
06460	Saint-Vallier-de-Thiey	saint-vallier-de-thiey	93	06	061	43.6954	6.8443	5
06470	Châteauneuf-d’Entraunes	chateauneuf-d-entraunes	93	06	062	44.1273	6.8326	5
06470	Guillaumes	guillaumes	93	06	062	44.0833	6.85	5
06470	Saint-Martin-d’Entraunes	saint-martin-d-entraunes	93	06	062	44.1414	6.7617	5
06470	Villeneuve-d’Entraunes	villeneuve-d-entraunes	93	06	062	44.1177	6.7983	5
06470	Daluis	daluis	93	06	062	44.0214	6.8074	5
06470	Entraunes	entraunes	93	06	062	44.1889	6.7489	5
06470	Beuil	beuil	93	06	062	44.1	6.9833	5
06470	Péone	peone	93	06	062	44.1165	6.9064	5
06470	Sauze	sauze	93	06	062	44.0879	6.8359	5
06480	La Colle-sur-Loup	la-colle-sur-loup	93	06	061	43.6875	7.1027	5
06500	Gorbio	gorbio	93	06	062	43.7868	7.4426	5
06500	Castellar	castellar	93	06	062	43.8035	7.4961	5
06500	Menton	menton	93	06	062	43.7765	7.5043	5
06500	Castillon	castillon	93	06	062	43.8338	7.472	5
06500	Sainte-Agnès	sainte-agnes	93	06	062	43.7994	7.466	5
06501 CEDEX	Menton	menton	93	06	062	43.7765	7.5043	5
06502 CEDEX	Menton	menton	93	06	062	43.7765	7.5043	5
06503 CEDEX	Menton	menton	93	06	062	43.7765	7.5043	5
06504 CEDEX	Menton	menton	93	06	062	43.7765	7.5043	5
06505 CEDEX	Menton	menton	93	06	062	43.7765	7.5043	5
06506 CEDEX	Menton	menton	93	06	062	43.7765	7.5043	5
06507 CEDEX	Menton	menton	93	06	062	43.7765	7.5043	5
06508 CEDEX	Menton	menton	93	06	062	43.7765	7.5043	5
06510	Bouyon	bouyon	93	06	061	43.8256	7.1224	5
06510	Le Broc	le-broc	93	06	061	43.8084	7.1693	5
06510	Carros	carros	93	06	061	43.7894	7.184	5
06510	Conségudes	consegudes	93	06	061	43.8417	7.0482	5
06510	Bézaudun-les-Alpes	bezaudun-les-alpes	93	06	061	43.8066	7.0967	5
06510	Les Ferres	les-ferres	93	06	061	43.8455	7.0926	5
06510	Gattières	gattieres	93	06	061	43.7604	7.178	5
06511 CEDEX	Carros	carros	93	06	061	43.7894	7.184	5
06513 CEDEX	Carros	carros	93	06	061	43.7894	7.184	5
06514 CEDEX	Carros	carros	93	06	061	43.7894	7.184	5
06515 CEDEX	Carros	carros	93	06	061	43.7894	7.184	5
06516 CEDEX	Carros	carros	93	06	061	43.7894	7.184	5
06517 CEDEX	Carros	carros	93	06	061	43.7894	7.184	5
06518 CEDEX	Carros	carros	93	06	061	43.7894	7.184	5
06520	Grasse	grasse	93	06	061	43.6667	6.9167	5
06530	Peymeinade	peymeinade	93	06	061	43.6364	6.8778	5
06530	Le Tignet	le-tignet	93	06	061	43.6389	6.8417	5
06530	Spéracèdes	speracedes	93	06	061	43.6436	6.8528	5
06530	Cabris	cabris	93	06	061	43.6532	6.8717	5
06530	Saint-Cézaire-sur-Siagne	saint-cezaire-sur-siagne	93	06	061	43.6488	6.7938	5
06531 CEDEX	Peymeinade	peymeinade	93	06	061	43.6364	6.8778	5
06532 CEDEX	Peymeinade	peymeinade	93	06	061	43.6364	6.8778	5
06534 CEDEX	Peymeinade	peymeinade	93	06	061	43.6364	6.8778	5
06535 CEDEX	Peymeinade	peymeinade	93	06	061	43.6364	6.8778	5
06540	Saorge	saorge	93	06	062	43.9875	7.5529	5
06540	Fontan	fontan	93	06	062	44.004	7.5541	5
06540	Breil-sur-Roya	breil-sur-roya	93	06	062	43.9434	7.5147	5
06550	La Roquette-sur-Siagne	la-roquette-sur-siagne	93	06	061	43.5995	6.9571	5
06560	Valbonne	valbonne	93	06	061	43.6329	6.9991	5
06570	Saint-Paul-de-Vence	saint-paul-de-vence	93	06	061	43.7	7.1167	5
06580	Pégomas	pegomas	93	06	061	43.5985	6.9303	5
06590	Théoule-sur-Mer	theoule-sur-mer	93	06	061	43.5078	6.9408	5
06600	Antibes	antibes	93	06	061	43.5624	7.1278	5
06601 CEDEX	Antibes	antibes	93	06	061	43.5624	7.1278	5
06602 CEDEX	Antibes	antibes	93	06	061	43.5624	7.1278	5
06603 CEDEX	Antibes	antibes	93	06	061	43.5624	7.1278	5
06604 CEDEX	Antibes	antibes	93	06	061	43.5624	7.1278	5
06605 CEDEX	Antibes	antibes	93	06	061	43.5624	7.1278	5
06606 CEDEX	Antibes	antibes	93	06	061	43.5624	7.1278	5
06607 CEDEX	Antibes	antibes	93	06	061	43.5624	7.1278	5
06609 CEDEX	Antibes	antibes	93	06	061	43.5624	7.1278	5
06610	La Gaude	la-gaude	93	06	061	43.7223	7.1508	5
06620	Gourdon	gourdon	93	06	061	43.7211	6.9792	5
06620	Le Bar-sur-Loup	le-bar-sur-loup	93	06	061	43.7	6.9833	5
06620	Gréolières	greolieres	93	06	061	43.794	6.9427	5
06620	Courmes	courmes	93	06	061	43.7422	7.0089	5
06620	Cipières	cipieres	93	06	061	43.7812	6.9519	5
06631 CEDEX	Antibes	antibes	93	06	061	43.5624	7.1278	5
06632 CEDEX	Antibes	antibes	93	06	061	43.5624	7.1278	5
06633 CEDEX	Antibes	antibes	93	06	061	43.5624	7.1278	5
06634 CEDEX	Antibes	antibes	93	06	061	43.5624	7.1278	5
06640	Saint-Jeannet	saint-jeannet	93	06	061	43.7472	7.1428	5
06650	Opio	opio	93	06	061	43.6686	6.9821	5
06650	Le Rouret	le-rouret	93	06	061	43.6787	7.0152	5
06660	Saint-Dalmas-le-Selvage	saint-dalmas-le-selvage	93	06	062	44.2833	6.8667	5
06660	Saint-Étienne-de-Tinée	saint-etienne-de-tinee	93	06	062	44.25	6.9167	5
06666 CEDEX 9	Nice	nice	93	06	062	43.7031	7.2661	5
06670	Castagniers	castagniers	93	06	062	43.7932	7.2329	5
06670	Levens	levens	93	06	062	43.8604	7.2265	5
06670	Saint-Martin-du-Var	saint-martin-du-var	93	06	062	43.8181	7.1903	5
06670	Duranus	duranus	93	06	062	43.8927	7.258	5
06670	Saint-Blaise	saint-blaise	93	06	062	43.8214	7.2378	5
06670	Colomars	colomars	93	06	062	43.7541	7.2198	5
06670	La Roquette-sur-Var	la-roquette-sur-var	93	06	062	43.822	7.2106	5
06690	Tourrette-Levens	tourrette-levens	93	06	062	43.7875	7.2736	5
06700	Saint-Laurent-du-Var	saint-laurent-du-var	93	06	061	43.671	7.1761	5
06701 CEDEX	Saint-Laurent-du-Var	saint-laurent-du-var	93	06	061	43.671	7.1761	5
06702 CEDEX	Saint-Laurent-du-Var	saint-laurent-du-var	93	06	061	43.671	7.1761	5
06703 CEDEX	Saint-Laurent-du-Var	saint-laurent-du-var	93	06	061	43.671	7.1761	5
06704 CEDEX	Saint-Laurent-du-Var	saint-laurent-du-var	93	06	061	43.671	7.1761	5
06705 CEDEX	Saint-Laurent-du-Var	saint-laurent-du-var	93	06	061	43.671	7.1761	5
06706 CEDEX	Saint-Laurent-du-Var	saint-laurent-du-var	93	06	061	43.671	7.1761	5
06708 CEDEX	Saint-Laurent-du-Var	saint-laurent-du-var	93	06	061	43.671	7.1761	5
06709 CEDEX	Saint-Laurent-du-Var	saint-laurent-du-var	93	06	061	43.671	7.1761	5
06710	Touët-sur-Var	touet-sur-var	93	06	062	43.9472	7.0055	5
06710	Villars-sur-Var	villars-sur-var	93	06	062	43.9369	7.0974	5
06710	Thiéry	thiery	93	06	062	43.9781	7.0294	5
06710	Massoins	massoins	93	06	062	43.9414	7.1254	5
06710	Malaussène	malaussene	93	06	062	43.9273	7.1306	5
06721 CEDEX	Saint-Laurent-du-Var	saint-laurent-du-var	93	06	061	43.671	7.1761	5
06723 CEDEX	Saint-Laurent-du-Var	saint-laurent-du-var	93	06	061	43.671	7.1761	5
06730	Saint-André-de-la-Roche	saint-andre-de-la-roche	93	06	062	43.7333	7.2833	5
06740	Châteauneuf-Grasse	chateauneuf-grasse	93	06	061	43.6667	6.9833	5
06750	Valderoure	valderoure	93	06	061	43.7975	6.7108	5
06750	Andon	andon	93	06	061	43.7742	6.7872	5
06750	Caille	caille	93	06	061	43.7797	6.7314	5
06750	Séranon	seranon	93	06	061	43.775	6.7022	5
06790	Aspremont	aspremont	93	06	062	43.7854	7.2446	5
06800	Cagnes-sur-Mer	cagnes-sur-mer	93	06	061	43.6646	7.1534	5
06801 CEDEX	Cagnes-sur-Mer	cagnes-sur-mer	93	06	061	43.6646	7.1534	5
06802 CEDEX	Cagnes-sur-Mer	cagnes-sur-mer	93	06	061	43.6646	7.1534	5
06803 CEDEX	Cagnes-sur-Mer	cagnes-sur-mer	93	06	061	43.6646	7.1534	5
06804 CEDEX	Cagnes-sur-Mer	cagnes-sur-mer	93	06	061	43.6646	7.1534	5
06805 CEDEX	Cagnes-sur-Mer	cagnes-sur-mer	93	06	061	43.6646	7.1534	5
06806 CEDEX	Cagnes-sur-Mer	cagnes-sur-mer	93	06	061	43.6646	7.1534	5
06808 CEDEX	Cagnes-sur-Mer	cagnes-sur-mer	93	06	061	43.6646	7.1534	5
06810	Auribeau-sur-Siagne	auribeau-sur-siagne	93	06	061	43.6044	6.9078	5
06825 CEDEX 9	Nice	nice	93	06	062	43.7031	7.2661	5
06826 CEDEX 9	Nice	nice	93	06	062	43.7031	7.2661	5
06829 CEDEX 9	Nice	nice	93	06	062	43.7031	7.2661	5
06830	Revest-les-Roches	revest-les-roches	93	06	062	43.883	7.1532	5
06830	Tourette-du-Château	tourette-du-chateau	93	06	062	43.8833	7.1333	5
06830	Gilette	gilette	93	06	062	43.8479	7.1635	5
06830	Bonson	bonson	93	06	062	43.8601	7.189	5
06830	Toudon	toudon	93	06	062	43.9	7.1138	5
06831 CEDEX 9	Nice	nice	93	06	062	43.7031	7.2661	5
06833 CEDEX 9	Nice	nice	93	06	062	43.7031	7.2661	5
06850	Briançonnet	brianconnet	93	06	061	43.864	6.76	5
06850	Gars	gars	93	06	061	43.8637	6.8022	5
06850	Saint-Auban	saint-auban	93	06	061	43.8467	6.7248	5
06891 CEDEX	Cagnes-sur-Mer	cagnes-sur-mer	93	06	061	43.6646	7.1534	5
06901 CEDEX	Sophia Antipolis	sophia-antipolis	93	06	061	43.6223	7.0472	5
06902 CEDEX	Sophia Antipolis	sophia-antipolis	93	06	061	43.6223	7.0472	5
06903 CEDEX	Sophia Antipolis	sophia-antipolis	93	06	061	43.6223	7.0472	5
06904 CEDEX	Sophia Antipolis	sophia-antipolis	93	06	061	43.6223	7.0472	5
06905 CEDEX	Sophia Antipolis	sophia-antipolis	93	06	061	43.6223	7.0472	5
06906 CEDEX	Sophia Antipolis	sophia-antipolis	93	06	061	43.6223	7.0472	5
06909 CEDEX	Sophia Antipolis	sophia-antipolis	93	06	061	43.6223	7.0472	5
06910	Aiglun	aiglun	93	06	061	43.8548	6.9129	5
06910	Pierrefeu	pierrefeu	93	06	062	43.873	7.0813	5
06910	La Roque-en-Provence	la-roque-en-provence	93	06	061	43.8708	7.005	5
06910	Roquesteron	roquesteron	93	06	062	43.8667	7	5
06910	Les Mujouls	les-mujouls	93	06	061	43.8821	6.8596	5
06910	Collongues	collongues	93	06	061	43.8864	6.8613	5
06910	Amirat	amirat	93	06	061	43.8899	6.8264	5
06910	Sallagriffon	sallagriffon	93	06	061	43.8808	6.9056	5
06910	Sigale	sigale	93	06	062	43.8712	6.9672	5
06910	Roquestéron-Grasse	roquesteron-grasse	93	06	061	43.8695	7.0026	5
06910	Le Mas	le-mas	93	06	061	43.8399	6.8563	5
06910	Cuébris	cuebris	93	06	062	43.8868	7.0191	5
06912 CEDEX	Sophia Antipolis	sophia-antipolis	93	06	061	43.6223	7.0472	5
06913 CEDEX	Sophia Antipolis	sophia-antipolis	93	06	061	43.6223	7.0472	5
06914 CEDEX	Sophia Antipolis	sophia-antipolis	93	06	061	43.6223	7.0472	5
06915 CEDEX	Sophia Antipolis	sophia-antipolis	93	06	061	43.6223	7.0472	5
06921 CEDEX	Sophia Antipolis	sophia-antipolis	93	06	061	43.6223	7.0472	5
06922 CEDEX	Sophia Antipolis	sophia-antipolis	93	06	061	43.6223	7.0472	5
06925 CEDEX	Sophia Antipolis	sophia-antipolis	93	06	061	43.6223	7.0472	5
06928 CEDEX	Sophia Antipolis	sophia-antipolis	93	06	061	43.6223	7.0472	5
06929 CEDEX	Sophia Antipolis	sophia-antipolis	93	06	061	43.6223	7.0472	5
06950	Falicon	falicon	93	06	062	43.7479	7.2776	5
06999 CEDEX	Sophia Antipolis	sophia-antipolis	93	06	061	43.6223	7.0472	5
13000	Marseille	marseille	93	13	133	43.2969	5.3811	5
13001	Marseille 01	marseille-01	93	13	133	43.2981	5.3841	5
13001	Marseille	marseille	93	13	133	43.2969	5.3811	5
13002	Marseille 02	marseille-02	93	13	133	43.2966	5.3703	5
13003	Marseille 03	marseille-03	93	13	133	43.3026	5.3758	5
13004	Marseille 04	marseille-04	93	13	133	43.3021	5.4014	5
13005	Marseille 05	marseille-05	93	13	133	43.2955	5.4006	5
13006	Marseille 06	marseille-06	93	13	133	43.2876	5.3792	5
13007	Marseille 07	marseille-07	93	13	133	43.2829	5.3602	5
13008	Marseille 08	marseille-08	93	13	133	43.2708	5.3821	5
13009	Marseille 09	marseille-09	93	13	133	43.2543	5.4057	5
13010	Marseille 10	marseille-10	93	13	133	43.2789	5.4152	5
13011	Marseille 11	marseille-11	93	13	133	43.2907	5.4384	5
13012	Marseille 12	marseille-12	93	13	133	43.2961	5.4362	5
13013	Marseille 13	marseille-13	93	13	133	43.3186	5.4084	5
13014	Marseille 14	marseille-14	93	13	133	43.3445	5.38	5
13015	Marseille 15	marseille-15	93	13	133	43.3722	5.3539	5
13016	Marseille 16	marseille-16	93	13	133	43.3598	5.3342	5
13020 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13066 CEDEX	Saint-Paul-lès-Durance	saint-paul-les-durance	93	13	131	43.6833	5.7	5
13067 CEDEX	Saint-Paul-lès-Durance	saint-paul-les-durance	93	13	131	43.6833	5.7	5
13080	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13085 CEDEX 2	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13088 CEDEX 2	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13089 CEDEX 2	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13090	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13091 CEDEX 2	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13092 CEDEX 2	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13093 CEDEX 2	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13094 CEDEX 2	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13095 CEDEX 2	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13096 CEDEX 2	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13097 CEDEX 2	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13098 CEDEX 2	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13099 CEDEX 2	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13100	Le Tholonet	le-tholonet	93	13	131	43.5218	5.5111	5
13100	Saint-Antonin-sur-Bayon	saint-antonin-sur-bayon	93	13	131	43.5195	5.576	5
13100	Beaurecueil	beaurecueil	93	13	131	43.5119	5.5457	5
13100	Saint-Marc-Jaumegarde	saint-marc-jaumegarde	93	13	131	43.546	5.5127	5
13100	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13101 CEDEX 1	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13102 CEDEX	Rousset	rousset	93	13	131	43.4831	5.6196	5
13103	Saint-Étienne-du-Grès	saint-etienne-du-gres	93	13	132	43.7811	4.7216	5
13103	Mas-Blanc-des-Alpilles	mas-blanc-des-alpilles	93	13	132	43.7897	4.76	5
13104	Arles	arles	93	13	132	43.6768	4.6303	5
13105	Mimet	mimet	93	13	131	43.4139	5.5049	5
13106 CEDEX	Rousset	rousset	93	13	131	43.4831	5.6196	5
13107 CEDEX	Venelles	venelles	93	13	131	43.5984	5.4853	5
13108 CEDEX	Saint-Paul-lès-Durance	saint-paul-les-durance	93	13	131	43.6833	5.7	5
13109	Simiane-Collongue	simiane-collongue	93	13	131	43.4307	5.4345	5
13110	Port-de-Bouc	port-de-bouc	93	13	134	43.4066	4.9809	5
13111	Coudoux	coudoux	93	13	131	43.558	5.2489	5
13112	La Destrousse	la-destrousse	93	13	133	43.375	5.6056	5
13113	Lamanon	lamanon	93	13	131	43.7006	5.0886	5
13114	Puyloubier	puyloubier	93	13	131	43.5252	5.6765	5
13115	Saint-Paul-lès-Durance	saint-paul-les-durance	93	13	131	43.6833	5.7	5
13116	Vernègues	vernegues	93	13	131	43.6857	5.1716	5
13117	Martigues	martigues	93	13	134	43.4074	5.0553	5
13118	Istres	istres	93	13	134	43.5167	4.9833	5
13119	Saint-Savournin	saint-savournin	93	13	133	43.4085	5.5269	5
13120	Gardanne	gardanne	93	13	131	43.4549	5.4691	5
13121	Aurons	aurons	93	13	131	43.665	5.1576	5
13122	Ventabren	ventabren	93	13	131	43.5385	5.2954	5
13123	Arles	arles	93	13	132	43.6768	4.6303	5
13124	Peypin	peypin	93	13	133	43.385	5.5779	5
13126	Vauvenargues	vauvenargues	93	13	131	43.5553	5.6037	5
13127	Vitrolles	vitrolles	93	13	134	43.46	5.2486	5
13128 CEDEX	Istres	istres	93	13	134	43.5167	4.9833	5
13129	Arles	arles	93	13	132	43.6768	4.6303	5
13130	Berre-l'Étang	berre-l-etang	93	13	134	43.4781	5.1704	5
13131 CEDEX	Berre-l'Étang	berre-l-etang	93	13	134	43.4781	5.1704	5
13132 CEDEX	Berre-l'Étang	berre-l-etang	93	13	134	43.4781	5.1704	5
13133 CEDEX	Berre-l'Étang	berre-l-etang	93	13	134	43.4781	5.1704	5
13138 CEDEX	Berre-l'Étang	berre-l-etang	93	13	134	43.4781	5.1704	5
13139 CEDEX	Berre-l'Étang	berre-l-etang	93	13	134	43.4781	5.1704	5
13140	Miramas	miramas	93	13	134	43.5867	5.0046	5
13141 CEDEX	Miramas	miramas	93	13	134	43.5867	5.0046	5
13142 CEDEX	Miramas	miramas	93	13	134	43.5867	5.0046	5
13148 CEDEX	Miramas	miramas	93	13	134	43.5867	5.0046	5
13149 CEDEX	Miramas	miramas	93	13	134	43.5867	5.0046	5
13150	Boulbon	boulbon	93	13	132	43.8623	4.6939	5
13150	Tarascon	tarascon	93	13	132	43.8058	4.6603	5
13150	Saint-Pierre-de-Mézoargues	saint-pierre-de-mezoargues	93	13	132	43.8591	4.6485	5
13151 CEDEX	Tarascon	tarascon	93	13	132	43.8058	4.6603	5
13152 CEDEX	Tarascon	tarascon	93	13	132	43.8058	4.6603	5
13153 CEDEX	Tarascon	tarascon	93	13	132	43.8058	4.6603	5
13155 CEDEX	Tarascon	tarascon	93	13	132	43.8058	4.6603	5
13156 CEDEX	Tarascon	tarascon	93	13	132	43.8058	4.6603	5
13157 CEDEX	Tarascon	tarascon	93	13	132	43.8058	4.6603	5
13158 CEDEX	Tarascon	tarascon	93	13	132	43.8058	4.6603	5
13159 CEDEX	Tarascon	tarascon	93	13	132	43.8058	4.6603	5
13160	Châteaurenard	chateaurenard	93	13	132	43.8817	4.8549	5
13161 CEDEX	Châteauneuf-les-Martigues	chateauneuf-les-martigues	93	13	134	43.3833	5.1667	5
13163 CEDEX	Châteauneuf-les-Martigues	chateauneuf-les-martigues	93	13	134	43.3833	5.1667	5
13164 CEDEX	Châteauneuf-les-Martigues	chateauneuf-les-martigues	93	13	134	43.3833	5.1667	5
13165 CEDEX	Châteauneuf-les-Martigues	chateauneuf-les-martigues	93	13	134	43.3833	5.1667	5
13168 CEDEX	Châteauneuf-les-Martigues	chateauneuf-les-martigues	93	13	134	43.3833	5.1667	5
13169 CEDEX	Châteauneuf-les-Martigues	chateauneuf-les-martigues	93	13	134	43.3833	5.1667	5
13170	Les Pennes-Mirabeau	les-pennes-mirabeau	93	13	131	43.4103	5.3131	5
13177 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13178 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13180	Gignac-la-Nerthe	gignac-la-nerthe	93	13	134	43.3914	5.2335	5
13181 CEDEX 5	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13182 CEDEX 5	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13190	Allauch	allauch	93	13	133	43.3357	5.482	5
13191 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13192 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13196 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13200	Arles	arles	93	13	132	43.6768	4.6303	5
13201 CEDEX 01	Marseille	marseille	93	13	133	43.2969	5.3811	5
13202 CEDEX 02	Marseille	marseille	93	13	133	43.2969	5.3811	5
13203 CEDEX 01	Marseille	marseille	93	13	133	43.2969	5.3811	5
13205 CEDEX 01	Marseille	marseille	93	13	133	43.2969	5.3811	5
13207 CEDEX 01	Marseille	marseille	93	13	133	43.2969	5.3811	5
13209 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13210	Saint-Rémy-de-Provence	saint-remy-de-provence	93	13	132	43.7885	4.8317	5
13211 CEDEX 01	Marseille	marseille	93	13	133	43.2969	5.3811	5
13213 CEDEX 02	Marseille	marseille	93	13	133	43.2969	5.3811	5
13214 CEDEX 02	Marseille	marseille	93	13	133	43.2969	5.3811	5
13215 CEDEX 02	Marseille	marseille	93	13	133	43.2969	5.3811	5
13216 CEDEX 02	Marseille	marseille	93	13	133	43.2969	5.3811	5
13217 CEDEX 02	Marseille	marseille	93	13	133	43.2969	5.3811	5
13218 CEDEX 02	Marseille	marseille	93	13	133	43.2969	5.3811	5
13219 CEDEX 02	Marseille	marseille	93	13	133	43.2969	5.3811	5
13220	Châteauneuf-les-Martigues	chateauneuf-les-martigues	93	13	134	43.3833	5.1667	5
13221 CEDEX 01	Marseille	marseille	93	13	133	43.2969	5.3811	5
13222 CEDEX 01	Marseille	marseille	93	13	133	43.2969	5.3811	5
13223 CEDEX 04	Marseille	marseille	93	13	133	43.2969	5.3811	5
13224 CEDEX 01	Marseille	marseille	93	13	133	43.2969	5.3811	5
13225 CEDEX 02	Marseille	marseille	93	13	133	43.2969	5.3811	5
13226 CEDEX 02	Marseille	marseille	93	13	133	43.2969	5.3811	5
13227 CEDEX 01	Marseille	marseille	93	13	133	43.2969	5.3811	5
13228 CEDEX 04	Marseille	marseille	93	13	133	43.2969	5.3811	5
13230	Port-Saint-Louis-du-Rhône	port-saint-louis-du-rhone	93	13	134	43.3873	4.8261	5
13231 CEDEX 01	Marseille	marseille	93	13	133	43.2969	5.3811	5
13232 CEDEX 01	Marseille	marseille	93	13	133	43.2969	5.3811	5
13233 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13234 CEDEX 04	Marseille	marseille	93	13	133	43.2969	5.3811	5
13235 CEDEX 02	Marseille	marseille	93	13	133	43.2969	5.3811	5
13236 CEDEX 02	Marseille	marseille	93	13	133	43.2969	5.3811	5
13239 CEDEX 04	Marseille	marseille	93	13	133	43.2969	5.3811	5
13240	Septèmes-les-Vallons	septemes-les-vallons	93	13	133	43.3983	5.366	5
13241 CEDEX 01	Marseille	marseille	93	13	133	43.2969	5.3811	5
13242 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13243 CEDEX 01	Marseille	marseille	93	13	133	43.2969	5.3811	5
13244 CEDEX 01	Marseille	marseille	93	13	133	43.2969	5.3811	5
13245 CEDEX 04	Marseille	marseille	93	13	133	43.2969	5.3811	5
13248 CEDEX 04	Marseille	marseille	93	13	133	43.2969	5.3811	5
13249 CEDEX 01	Marseille	marseille	93	13	133	43.2969	5.3811	5
13250	Saint-Chamas	saint-chamas	93	13	134	43.5495	5.0332	5
13250	Cornillon-Confoux	cornillon-confoux	93	13	134	43.5667	5.0667	5
13251 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13252 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13253 CEDEX 06	Marseille	marseille	93	13	133	43.2969	5.3811	5
13254 CEDEX 06	Marseille	marseille	93	13	133	43.2969	5.3811	5
13255 CEDEX 06	Marseille	marseille	93	13	133	43.2969	5.3811	5
13256 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13257 CEDEX 08	Marseille	marseille	93	13	133	43.2969	5.3811	5
13258 CEDEX 09	Marseille	marseille	93	13	133	43.2969	5.3811	5
13259 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13260	Cassis	cassis	93	13	133	43.2124	5.5451	5
13261 CEDEX 07	Marseille	marseille	93	13	133	43.2969	5.3811	5
13262 CEDEX 07	Marseille	marseille	93	13	133	43.2969	5.3811	5
13263 CEDEX 07	Marseille	marseille	93	13	133	43.2969	5.3811	5
13264 CEDEX 07	Marseille	marseille	93	13	133	43.2969	5.3811	5
13265 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13266 CEDEX 08	Marseille	marseille	93	13	133	43.2969	5.3811	5
13267 CEDEX 08	Marseille	marseille	93	13	133	43.2969	5.3811	5
13268 CEDEX 08	Marseille	marseille	93	13	133	43.2969	5.3811	5
13269 CEDEX 08	Marseille	marseille	93	13	133	43.2969	5.3811	5
13270	Fos-sur-Mer	fos-sur-mer	93	13	134	43.4377	4.9446	5
13271 CEDEX 08	Marseille	marseille	93	13	133	43.2969	5.3811	5
13272 CEDEX 08	Marseille	marseille	93	13	133	43.2969	5.3811	5
13273 CEDEX 09	Marseille	marseille	93	13	133	43.2969	5.3811	5
13274 CEDEX 09	Marseille	marseille	93	13	133	43.2969	5.3811	5
13275 CEDEX 09	Marseille	marseille	93	13	133	43.2969	5.3811	5
13276 CEDEX 09	Marseille	marseille	93	13	133	43.2969	5.3811	5
13277 CEDEX 09	Marseille	marseille	93	13	133	43.2969	5.3811	5
13278 CEDEX 08	Marseille	marseille	93	13	133	43.2969	5.3811	5
13279 CEDEX 07	Marseille	marseille	93	13	133	43.2969	5.3811	5
13280	Arles	arles	93	13	132	43.6768	4.6303	5
13281 CEDEX 06	Marseille	marseille	93	13	133	43.2969	5.3811	5
13282 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13284 CEDEX 07	Marseille	marseille	93	13	133	43.2969	5.3811	5
13285 CEDEX 08	Marseille	marseille	93	13	133	43.2969	5.3811	5
13286 CEDEX 06	Marseille	marseille	93	13	133	43.2969	5.3811	5
13287 CEDEX 09	Marseille	marseille	93	13	133	43.2969	5.3811	5
13288 CEDEX 09	Marseille	marseille	93	13	133	43.2969	5.3811	5
13289 CEDEX 06	Marseille	marseille	93	13	133	43.2969	5.3811	5
13290	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13291 CEDEX 06	Marseille	marseille	93	13	133	43.2969	5.3811	5
13292 CEDEX 06	Marseille	marseille	93	13	133	43.2969	5.3811	5
13293 CEDEX 08	Marseille	marseille	93	13	133	43.2969	5.3811	5
13294 CEDEX 06	Marseille	marseille	93	13	133	43.2969	5.3811	5
13295 CEDEX 08	Marseille	marseille	93	13	133	43.2969	5.3811	5
13296 CEDEX 04	Marseille	marseille	93	13	133	43.2969	5.3811	5
13297 CEDEX 09	Marseille	marseille	93	13	133	43.2969	5.3811	5
13298 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13299 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13300	Salon-de-Provence	salon-de-provence	93	13	131	43.6407	5.0954	5
13301 CEDEX 03	Marseille	marseille	93	13	133	43.2969	5.3811	5
13302 CEDEX 03	Marseille	marseille	93	13	133	43.2969	5.3811	5
13303 CEDEX 03	Marseille	marseille	93	13	133	43.2969	5.3811	5
13304 CEDEX 02	Marseille	marseille	93	13	133	43.2969	5.3811	5
13306 CEDEX 03	Marseille	marseille	93	13	133	43.2969	5.3811	5
13307 CEDEX 14	Marseille	marseille	93	13	133	43.2969	5.3811	5
13308 CEDEX 14	Marseille	marseille	93	13	133	43.2969	5.3811	5
13309 CEDEX 14	Marseille	marseille	93	13	133	43.2969	5.3811	5
13310	Saint-Martin-de-Crau	saint-martin-de-crau	93	13	132	43.6396	4.8127	5
13311 CEDEX 14	Marseille	marseille	93	13	133	43.2969	5.3811	5
13312 CEDEX 14	Marseille	marseille	93	13	133	43.2969	5.3811	5
13313 CEDEX 14	Marseille	marseille	93	13	133	43.2969	5.3811	5
13314 CEDEX 15	Marseille	marseille	93	13	133	43.2969	5.3811	5
13315 CEDEX 15	Marseille	marseille	93	13	133	43.2969	5.3811	5
13316 CEDEX 15	Marseille	marseille	93	13	133	43.2969	5.3811	5
13317 CEDEX 15	Marseille	marseille	93	13	133	43.2969	5.3811	5
13318 CEDEX 15	Marseille	marseille	93	13	133	43.2969	5.3811	5
13319 CEDEX 06	Marseille	marseille	93	13	133	43.2969	5.3811	5
13320	Bouc-Bel-Air	bouc-bel-air	93	13	131	43.4522	5.413	5
13321 CEDEX 16	Marseille	marseille	93	13	133	43.2969	5.3811	5
13322 CEDEX 16	Marseille	marseille	93	13	133	43.2969	5.3811	5
13323 CEDEX 14	Marseille	marseille	93	13	133	43.2969	5.3811	5
13324 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13325 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13326 CEDEX 15	Marseille	marseille	93	13	133	43.2969	5.3811	5
13327 CEDEX 15	Marseille	marseille	93	13	133	43.2969	5.3811	5
13328 CEDEX 03	Marseille	marseille	93	13	133	43.2969	5.3811	5
13330	Pélissanne	pelissanne	93	13	131	43.6351	5.1513	5
13330	La Barben	la-barben	93	13	131	43.6313	5.1805	5
13331 CEDEX 03	Marseille	marseille	93	13	133	43.2969	5.3811	5
13332 CEDEX 03	Marseille	marseille	93	13	133	43.2969	5.3811	5
13333 CEDEX 14	Marseille	marseille	93	13	133	43.2969	5.3811	5
13334 CEDEX 16	Marseille	marseille	93	13	133	43.2969	5.3811	5
13335 CEDEX 15	Marseille	marseille	93	13	133	43.2969	5.3811	5
13338 CEDEX 14	Marseille	marseille	93	13	133	43.2969	5.3811	5
13339 CEDEX 03	Marseille	marseille	93	13	133	43.2969	5.3811	5
13340	Rognac	rognac	93	13	134	43.4876	5.2339	5
13342 CEDEX 15	Marseille	marseille	93	13	133	43.2969	5.3811	5
13343 CEDEX 15	Marseille	marseille	93	13	133	43.2969	5.3811	5
13344 CEDEX 15	Marseille	marseille	93	13	133	43.2969	5.3811	5
13345 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13346 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13347 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13348 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13350	Charleval	charleval	93	13	131	43.7186	5.2455	5
13351 CEDEX 05	Marseille	marseille	93	13	133	43.2969	5.3811	5
13352 CEDEX 05	Marseille	marseille	93	13	133	43.2969	5.3811	5
13354 CEDEX 05	Marseille	marseille	93	13	133	43.2969	5.3811	5
13355 CEDEX 05	Marseille	marseille	93	13	133	43.2969	5.3811	5
13356 CEDEX 03	Marseille	marseille	93	13	133	43.2969	5.3811	5
13357 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13359 CEDEX 10	Marseille	marseille	93	13	133	43.2969	5.3811	5
13360	Roquevaire	roquevaire	93	13	133	43.3502	5.6041	5
13361 CEDEX 10	Marseille	marseille	93	13	133	43.2969	5.3811	5
13362 CEDEX 10	Marseille	marseille	93	13	133	43.2969	5.3811	5
13363 CEDEX 10	Marseille	marseille	93	13	133	43.2969	5.3811	5
13364 CEDEX 10	Marseille	marseille	93	13	133	43.2969	5.3811	5
13366 CEDEX 11	Marseille	marseille	93	13	133	43.2969	5.3811	5
13367 CEDEX 11	Marseille	marseille	93	13	133	43.2969	5.3811	5
13368 CEDEX 11	Marseille	marseille	93	13	133	43.2969	5.3811	5
13369 CEDEX 11	Marseille	marseille	93	13	133	43.2969	5.3811	5
13370	Mallemort	mallemort	93	13	131	43.7317	5.1795	5
13371 CEDEX 11	Marseille	marseille	93	13	133	43.2969	5.3811	5
13372 CEDEX 11	Marseille	marseille	93	13	133	43.2969	5.3811	5
13374 CEDEX 11	Marseille	marseille	93	13	133	43.2969	5.3811	5
13375 CEDEX 12	Marseille	marseille	93	13	133	43.2969	5.3811	5
13376 CEDEX 12	Marseille	marseille	93	13	133	43.2969	5.3811	5
13377 CEDEX 12	Marseille	marseille	93	13	133	43.2969	5.3811	5
13378 CEDEX 12	Marseille	marseille	93	13	133	43.2969	5.3811	5
13379 CEDEX 12	Marseille	marseille	93	13	133	43.2969	5.3811	5
13380	Plan-de-Cuques	plan-de-cuques	93	13	133	43.3475	5.464	5
13381 CEDEX 13	Marseille	marseille	93	13	133	43.2969	5.3811	5
13382 CEDEX 13	Marseille	marseille	93	13	133	43.2969	5.3811	5
13383 CEDEX 13	Marseille	marseille	93	13	133	43.2969	5.3811	5
13384 CEDEX 13	Marseille	marseille	93	13	133	43.2969	5.3811	5
13385 CEDEX 05	Marseille	marseille	93	13	133	43.2969	5.3811	5
13386 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13387 CEDEX 10	Marseille	marseille	93	13	133	43.2969	5.3811	5
13388 CEDEX 13	Marseille	marseille	93	13	133	43.2969	5.3811	5
13389 CEDEX 13	Marseille	marseille	93	13	133	43.2969	5.3811	5
13390	Auriol	auriol	93	13	133	43.3716	5.6341	5
13391 CEDEX 11	Marseille	marseille	93	13	133	43.2969	5.3811	5
13392 CEDEX 05	Marseille	marseille	93	13	133	43.2969	5.3811	5
13393 CEDEX 13	Marseille	marseille	93	13	133	43.2969	5.3811	5
13394 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13395 CEDEX 10	Marseille	marseille	93	13	133	43.2969	5.3811	5
13396 CEDEX 11	Marseille	marseille	93	13	133	43.2969	5.3811	5
13397 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13399 CEDEX 05	Marseille	marseille	93	13	133	43.2969	5.3811	5
13400	Aubagne	aubagne	93	13	133	43.2928	5.5707	5
13401 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13402 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13403 CEDEX 09	Marseille	marseille	93	13	133	43.2969	5.3811	5
13404 CEDEX 09	Marseille	marseille	93	13	133	43.2969	5.3811	5
13406 CEDEX 09	Marseille	marseille	93	13	133	43.2969	5.3811	5
13410	Lambesc	lambesc	93	13	131	43.6531	5.2628	5
13411 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13412 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13413 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13414 CEDEX 08	Marseille	marseille	93	13	133	43.2969	5.3811	5
13415 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13416 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13417 CEDEX 08	Marseille	marseille	93	13	133	43.2969	5.3811	5
13420	Gémenos	gemenos	93	13	133	43.2975	5.6284	5
13421 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13424 CEDEX 12	Marseille	marseille	93	13	133	43.2969	5.3811	5
13425 CEDEX 12	Marseille	marseille	93	13	133	43.2969	5.3811	5
13426 CEDEX 12	Marseille	marseille	93	13	133	43.2969	5.3811	5
13428 CEDEX 12	Marseille	marseille	93	13	133	43.2969	5.3811	5
13430	Eyguières	eyguieres	93	13	131	43.6948	5.0313	5
13431 CEDEX 06	Marseille	marseille	93	13	133	43.2969	5.3811	5
13432 CEDEX 06	Marseille	marseille	93	13	133	43.2969	5.3811	5
13434 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13435 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13440	Cabannes	cabannes	93	13	132	43.8602	4.9519	5
13441 CEDEX 06	Marseille	marseille	93	13	133	43.2969	5.3811	5
13442 CEDEX 06	Marseille	marseille	93	13	133	43.2969	5.3811	5
13443 CEDEX 06	Marseille	marseille	93	13	133	43.2969	5.3811	5
13444 CEDEX 06	Marseille	marseille	93	13	133	43.2969	5.3811	5
13445 CEDEX 06	Marseille	marseille	93	13	133	43.2969	5.3811	5
13446 CEDEX 06	Marseille	marseille	93	13	133	43.2969	5.3811	5
13447 CEDEX 06	Marseille	marseille	93	13	133	43.2969	5.3811	5
13448 CEDEX 06	Marseille	marseille	93	13	133	43.2969	5.3811	5
13450	Grans	grans	93	13	134	43.6036	5.0688	5
13451 CEDEX 13	Marseille	marseille	93	13	133	43.2969	5.3811	5
13452 CEDEX 13	Marseille	marseille	93	13	133	43.2969	5.3811	5
13453 CEDEX 13	Marseille	marseille	93	13	133	43.2969	5.3811	5
13454 CEDEX 13	Marseille	marseille	93	13	133	43.2969	5.3811	5
13455 CEDEX 13	Marseille	marseille	93	13	133	43.2969	5.3811	5
13456 CEDEX 13	Marseille	marseille	93	13	133	43.2969	5.3811	5
13457 CEDEX 13	Marseille	marseille	93	13	133	43.2969	5.3811	5
13458 CEDEX 13	Marseille	marseille	93	13	133	43.2969	5.3811	5
13460	Saintes-Maries-de-la-Mer	saintes-maries-de-la-mer	93	13	132	43.4521	4.4291	5
13462 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13463 CEDEX 16	Marseille	marseille	93	13	133	43.2969	5.3811	5
13464 CEDEX 16	Marseille	marseille	93	13	133	43.2969	5.3811	5
13467 CEDEX 16	Marseille	marseille	93	13	133	43.2969	5.3811	5
13470	Carnoux-en-Provence	carnoux-en-provence	93	13	133	43.2564	5.5644	5
13471 CEDEX 02	Marseille	marseille	93	13	133	43.2969	5.3811	5
13472 CEDEX 02	Marseille	marseille	93	13	133	43.2969	5.3811	5
13473 CEDEX 02	Marseille	marseille	93	13	133	43.2969	5.3811	5
13474 CEDEX 02	Marseille	marseille	93	13	133	43.2969	5.3811	5
13478 CEDEX 02	Marseille	marseille	93	13	133	43.2969	5.3811	5
13480	Cabriès	cabries	93	13	131	43.4413	5.3788	5
13481 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13482 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13483 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13484 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13489 CEDEX 02	Marseille	marseille	93	13	133	43.2969	5.3811	5
13490	Jouques	jouques	93	13	131	43.6375	5.6401	5
13493 CEDEX 04	Marseille	marseille	93	13	133	43.2969	5.3811	5
13500	Martigues	martigues	93	13	134	43.4074	5.0553	5
13501 CEDEX	Martigues	martigues	93	13	134	43.4074	5.0553	5
13502 CEDEX	Martigues	martigues	93	13	134	43.4074	5.0553	5
13503 CEDEX	Martigues	martigues	93	13	134	43.4074	5.0553	5
13510	Éguilles	eguilles	93	13	131	43.5687	5.3557	5
13511 CEDEX	Port-Saint-Louis-du-Rhône	port-saint-louis-du-rhone	93	13	134	43.3873	4.8261	5
13512 CEDEX	Port-Saint-Louis-du-Rhône	port-saint-louis-du-rhone	93	13	134	43.3873	4.8261	5
13513 CEDEX	Port-Saint-Louis-du-Rhône	port-saint-louis-du-rhone	93	13	134	43.3873	4.8261	5
13514 CEDEX	Port-Saint-Louis-du-Rhône	port-saint-louis-du-rhone	93	13	134	43.3873	4.8261	5
13516 CEDEX	Port-Saint-Louis-du-Rhône	port-saint-louis-du-rhone	93	13	134	43.3873	4.8261	5
13518 CEDEX	Port-Saint-Louis-du-Rhône	port-saint-louis-du-rhone	93	13	134	43.3873	4.8261	5
13519 CEDEX	Port-Saint-Louis-du-Rhône	port-saint-louis-du-rhone	93	13	134	43.3873	4.8261	5
13520	Maussane-les-Alpilles	maussane-les-alpilles	93	13	132	43.7224	4.805	5
13520	Les Baux-de-Provence	les-baux-de-provence	93	13	132	43.7443	4.7961	5
13520	Paradou	paradou	93	13	132	43.7173	4.7846	5
13521 CEDEX	Port-de-Bouc	port-de-bouc	93	13	134	43.4066	4.9809	5
13522 CEDEX	Port-de-Bouc	port-de-bouc	93	13	134	43.4066	4.9809	5
13523 CEDEX	Port-de-Bouc	port-de-bouc	93	13	134	43.4066	4.9809	5
13524 CEDEX	Port-de-Bouc	port-de-bouc	93	13	134	43.4066	4.9809	5
13525 CEDEX	Port-de-Bouc	port-de-bouc	93	13	134	43.4066	4.9809	5
13528 CEDEX	Port-de-Bouc	port-de-bouc	93	13	134	43.4066	4.9809	5
13529 CEDEX	Port-de-Bouc	port-de-bouc	93	13	134	43.4066	4.9809	5
13530	Trets	trets	93	13	131	43.4482	5.6833	5
13531 CEDEX	Saint-Rémy-de-Provence	saint-remy-de-provence	93	13	132	43.7885	4.8317	5
13532 CEDEX	Saint-Rémy-de-Provence	saint-remy-de-provence	93	13	132	43.7885	4.8317	5
13533 CEDEX	Saint-Rémy-de-Provence	saint-remy-de-provence	93	13	132	43.7885	4.8317	5
13538 CEDEX	Saint-Rémy-de-Provence	saint-remy-de-provence	93	13	132	43.7885	4.8317	5
13539 CEDEX	Saint-Rémy-de-Provence	saint-remy-de-provence	93	13	132	43.7885	4.8317	5
13540	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13541 CEDEX	Gardanne	gardanne	93	13	131	43.4549	5.4691	5
13542 CEDEX	Gardanne	gardanne	93	13	131	43.4549	5.4691	5
13543 CEDEX	Gardanne	gardanne	93	13	131	43.4549	5.4691	5
13545 CEDEX 4	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13546 CEDEX 4	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13547 CEDEX 4	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13548 CEDEX	Gardanne	gardanne	93	13	131	43.4549	5.4691	5
13549 CEDEX	Gardanne	gardanne	93	13	131	43.4549	5.4691	5
13550	Noves	noves	93	13	132	43.8774	4.9025	5
13551 CEDEX	Saint-Martin-de-Crau	saint-martin-de-crau	93	13	132	43.6396	4.8127	5
13552 CEDEX	Saint-Martin-de-Crau	saint-martin-de-crau	93	13	132	43.6396	4.8127	5
13558 CEDEX	Saint-Martin-de-Crau	saint-martin-de-crau	93	13	132	43.6396	4.8127	5
13559 CEDEX	Saint-Martin-de-Crau	saint-martin-de-crau	93	13	132	43.6396	4.8127	5
13560	Sénas	senas	93	13	131	43.7438	5.078	5
13566 CEDEX 02	Marseille	marseille	93	13	133	43.2969	5.3811	5
13567 CEDEX 02	Marseille	marseille	93	13	133	43.2969	5.3811	5
13568 CEDEX 02	Marseille	marseille	93	13	133	43.2969	5.3811	5
13570	Barbentane	barbentane	93	13	132	43.8997	4.7492	5
13572 CEDEX 02	Marseille	marseille	93	13	133	43.2969	5.3811	5
13580	La Fare-les-Oliviers	la-fare-les-oliviers	93	13	131	43.551	5.1943	5
13581 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13583 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13590	Meyreuil	meyreuil	93	13	131	43.4878	5.4957	5
13591 CEDEX 3	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13592 CEDEX 3	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13593 CEDEX 3	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13594 CEDEX 3	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13599 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13600	Ceyreste	ceyreste	93	13	133	43.2133	5.6311	5
13600	La Ciotat	la-ciotat	93	13	133	43.1748	5.6045	5
13601 CEDEX 1	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13602 CEDEX 1	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13603 CEDEX 1	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13604 CEDEX 1	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13605 CEDEX 1	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13606 CEDEX 1	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13607 CEDEX 1	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13608 CEDEX 1	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13609 CEDEX 1	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13610	Le Puy-Sainte-Réparade	le-puy-sainte-reparade	93	13	131	43.6632	5.4343	5
13610	Saint-Estève-Janson	saint-esteve-janson	93	13	131	43.6868	5.3945	5
13611 CEDEX 1	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13612 CEDEX 1	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13614 CEDEX	Venelles	venelles	93	13	131	43.5984	5.4853	5
13615 CEDEX	Venelles	venelles	93	13	131	43.5984	5.4853	5
13616 CEDEX 1	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13617 CEDEX 1	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13619 CEDEX	Venelles	venelles	93	13	131	43.5984	5.4853	5
13620	Carry-le-Rouet	carry-le-rouet	93	13	134	43.3314	5.1524	5
13621 CEDEX 1	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13625 CEDEX 1	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13626 CEDEX 1	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13627 CEDEX 1	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13628 CEDEX 1	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13629 CEDEX 1	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13630	Eyragues	eyragues	93	13	132	43.841	4.8423	5
13631 CEDEX	Arles	arles	93	13	132	43.6768	4.6303	5
13632 CEDEX	Arles	arles	93	13	132	43.6768	4.6303	5
13633 CEDEX	Arles	arles	93	13	132	43.6768	4.6303	5
13635 CEDEX	Arles	arles	93	13	132	43.6768	4.6303	5
13637 CEDEX	Arles	arles	93	13	132	43.6768	4.6303	5
13640	La Roque-d’Anthéron	la-roque-d-antheron	93	13	131	43.7159	5.3095	5
13641 CEDEX	Arles	arles	93	13	132	43.6768	4.6303	5
13642 CEDEX	Arles	arles	93	13	132	43.6768	4.6303	5
13643 CEDEX	Arles	arles	93	13	132	43.6768	4.6303	5
13646 CEDEX	Arles	arles	93	13	132	43.6768	4.6303	5
13649 CEDEX	Arles	arles	93	13	132	43.6768	4.6303	5
13650	Meyrargues	meyrargues	93	13	131	43.6381	5.5261	5
13651 CEDEX	Salon-de-Provence	salon-de-provence	93	13	131	43.6407	5.0954	5
13652 CEDEX	Salon-de-Provence	salon-de-provence	93	13	131	43.6407	5.0954	5
13653 CEDEX	Salon-de-Provence	salon-de-provence	93	13	131	43.6407	5.0954	5
13654 CEDEX	Salon-de-Provence	salon-de-provence	93	13	131	43.6407	5.0954	5
13655 CEDEX	Rognac	rognac	93	13	134	43.4876	5.2339	5
13656 CEDEX	Salon-de-Provence	salon-de-provence	93	13	131	43.6407	5.0954	5
13658 CEDEX	Salon-de-Provence	salon-de-provence	93	13	131	43.6407	5.0954	5
13659 CEDEX	Salon-de-Provence	salon-de-provence	93	13	131	43.6407	5.0954	5
13660	Orgon	orgon	93	13	132	43.7911	5.0387	5
13661 AIR	Salon-de-Provence	salon-de-provence	93	13	131	43.6407	5.0954	5
13662 CEDEX	Salon-de-Provence	salon-de-provence	93	13	131	43.6407	5.0954	5
13663 CEDEX	Salon-de-Provence	salon-de-provence	93	13	131	43.6407	5.0954	5
13664 CEDEX	Salon-de-Provence	salon-de-provence	93	13	131	43.6407	5.0954	5
13665 CEDEX	Salon-de-Provence	salon-de-provence	93	13	131	43.6407	5.0954	5
13666 CEDEX	Salon-de-Provence	salon-de-provence	93	13	131	43.6407	5.0954	5
13667 CEDEX	Salon-de-Provence	salon-de-provence	93	13	131	43.6407	5.0954	5
13668 CEDEX	Salon-de-Provence	salon-de-provence	93	13	131	43.6407	5.0954	5
13669 CEDEX	Salon-de-Provence	salon-de-provence	93	13	131	43.6407	5.0954	5
13670	Saint-Andiol	saint-andiol	93	13	132	43.8348	4.9445	5
13670	Verquières	verquieres	93	13	132	43.8403	4.9188	5
13671 CEDEX	Aubagne	aubagne	93	13	133	43.2928	5.5707	5
13672 CEDEX	Aubagne	aubagne	93	13	133	43.2928	5.5707	5
13673 CEDEX	Aubagne	aubagne	93	13	133	43.2928	5.5707	5
13674 CEDEX	Aubagne	aubagne	93	13	133	43.2928	5.5707	5
13675 CEDEX	Aubagne	aubagne	93	13	133	43.2928	5.5707	5
13676 CEDEX	Aubagne	aubagne	93	13	133	43.2928	5.5707	5
13677 CEDEX	Aubagne	aubagne	93	13	133	43.2928	5.5707	5
13678 CEDEX	Aubagne	aubagne	93	13	133	43.2928	5.5707	5
13680	Lançon-Provence	lancon-provence	93	13	131	43.5924	5.1317	5
13681 CEDEX	Aubagne	aubagne	93	13	133	43.2928	5.5707	5
13683 CEDEX	Aubagne	aubagne	93	13	133	43.2928	5.5707	5
13684 CEDEX	Aubagne	aubagne	93	13	133	43.2928	5.5707	5
13685 CEDEX	Aubagne	aubagne	93	13	133	43.2928	5.5707	5
13687 CEDEX	Aubagne	aubagne	93	13	133	43.2928	5.5707	5
13688 CEDEX	Aubagne	aubagne	93	13	133	43.2928	5.5707	5
13689 CEDEX	Aubagne	aubagne	93	13	133	43.2928	5.5707	5
13690	Graveson	graveson	93	13	132	43.8513	4.7719	5
13691 CEDEX	Martigues	martigues	93	13	134	43.4074	5.0553	5
13692 CEDEX	Martigues	martigues	93	13	134	43.4074	5.0553	5
13693 CEDEX	Martigues	martigues	93	13	134	43.4074	5.0553	5
13694 CEDEX	Martigues	martigues	93	13	134	43.4074	5.0553	5
13695 CEDEX	Martigues	martigues	93	13	134	43.4074	5.0553	5
13696 CEDEX	Martigues	martigues	93	13	134	43.4074	5.0553	5
13697 CEDEX	Martigues	martigues	93	13	134	43.4074	5.0553	5
13698 CEDEX	Martigues	martigues	93	13	134	43.4074	5.0553	5
13699 CEDEX	Martigues	martigues	93	13	134	43.4074	5.0553	5
13700	Marignane	marignane	93	13	134	43.416	5.2145	5
13700	Saint-Victoret	saint-victoret	93	13	134	43.4208	5.2333	5
13701 CEDEX	La Ciotat	la-ciotat	93	13	133	43.1748	5.6045	5
13702 CEDEX	La Ciotat	la-ciotat	93	13	133	43.1748	5.6045	5
13703 CEDEX	La Ciotat	la-ciotat	93	13	133	43.1748	5.6045	5
13704 CEDEX	La Ciotat	la-ciotat	93	13	133	43.1748	5.6045	5
13705 CEDEX	La Ciotat	la-ciotat	93	13	133	43.1748	5.6045	5
13708 CEDEX	La Ciotat	la-ciotat	93	13	133	43.1748	5.6045	5
13709 CEDEX	La Ciotat	la-ciotat	93	13	133	43.1748	5.6045	5
13710	Fuveau	fuveau	93	13	131	43.4558	5.5615	5
13712 CEDEX	Plan-de-Cuques	plan-de-cuques	93	13	133	43.3475	5.464	5
13713 CEDEX	La Penne-sur-Huveaune	la-penne-sur-huveaune	93	13	133	43.2821	5.5164	5
13714 CEDEX	Cassis	cassis	93	13	133	43.2124	5.5451	5
13715 CEDEX	Carnoux-en-Provence	carnoux-en-provence	93	13	133	43.2564	5.5644	5
13716 CEDEX	Carnoux-en-Provence	carnoux-en-provence	93	13	133	43.2564	5.5644	5
13717 CEDEX	Roquevaire	roquevaire	93	13	133	43.3502	5.6041	5
13718 CEDEX	Allauch	allauch	93	13	133	43.3357	5.482	5
13719 CEDEX	Allauch	allauch	93	13	133	43.3357	5.482	5
13720	Belcodène	belcodene	93	13	133	43.4261	5.5888	5
13720	La Bouilladisse	la-bouilladisse	93	13	133	43.3962	5.5931	5
13721 CEDEX	Marignane	marignane	93	13	134	43.416	5.2145	5
13722 CEDEX	Marignane	marignane	93	13	134	43.416	5.2145	5
13723 CEDEX	Marignane	marignane	93	13	134	43.416	5.2145	5
13724 CEDEX	Marignane	marignane	93	13	134	43.416	5.2145	5
13725 CEDEX	Marignane	marignane	93	13	134	43.416	5.2145	5
13726 CEDEX	Marignane	marignane	93	13	134	43.416	5.2145	5
13727 CEDEX	Marignane	marignane	93	13	134	43.416	5.2145	5
13728 CEDEX	Marignane	marignane	93	13	134	43.416	5.2145	5
13729 CEDEX	Marignane	marignane	93	13	134	43.416	5.2145	5
13730	Saint-Victoret	saint-victoret	93	13	134	43.4196	5.234	5
13844 CEDEX	Vitrolles	vitrolles	93	13	134	43.46	5.2486	5
13731 CEDEX	Saintes-Maries-de-la-Mer	saintes-maries-de-la-mer	93	13	132	43.4521	4.4291	5
13732 CEDEX	Saintes-Maries-de-la-Mer	saintes-maries-de-la-mer	93	13	132	43.4521	4.4291	5
13733 CEDEX	Saintes-Maries-de-la-Mer	saintes-maries-de-la-mer	93	13	132	43.4521	4.4291	5
13740	Le Rove	le-rove	93	13	134	43.3699	5.2511	5
13741 CEDEX	Vitrolles	vitrolles	93	13	134	43.46	5.2486	5
13742 CEDEX	Vitrolles	vitrolles	93	13	134	43.46	5.2486	5
13743 CEDEX	Vitrolles	vitrolles	93	13	134	43.46	5.2486	5
13744 CEDEX	Vitrolles	vitrolles	93	13	134	43.46	5.2486	5
13745 CEDEX	Vitrolles	vitrolles	93	13	134	43.46	5.2486	5
13746 CEDEX	Vitrolles	vitrolles	93	13	134	43.46	5.2486	5
13747 CEDEX	Vitrolles	vitrolles	93	13	134	43.46	5.2486	5
13749 CEDEX	Vitrolles	vitrolles	93	13	134	43.46	5.2486	5
13750	Plan-d'Orgon	plan-d-orgon	93	13	132	43.8073	4.9954	5
13751 CEDEX	Les Pennes-Mirabeau	les-pennes-mirabeau	93	13	131	43.4103	5.3131	5
13752 CEDEX	Les Pennes-Mirabeau	les-pennes-mirabeau	93	13	131	43.4103	5.3131	5
13755 CEDEX	Les Pennes-Mirabeau	les-pennes-mirabeau	93	13	131	43.4103	5.3131	5
13757 CEDEX	Les Pennes-Mirabeau	les-pennes-mirabeau	93	13	131	43.4103	5.3131	5
13758 CEDEX	Les Pennes-Mirabeau	les-pennes-mirabeau	93	13	131	43.4103	5.3131	5
13759 CEDEX	Les Pennes-Mirabeau	les-pennes-mirabeau	93	13	131	43.4103	5.3131	5
13760	Saint-Cannat	saint-cannat	93	13	131	43.6209	5.2969	5
13764 CEDEX 3	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13766 CEDEX 3	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13770	Venelles	venelles	93	13	131	43.5984	5.4853	5
13771 CEDEX	Fos-sur-Mer	fos-sur-mer	93	13	134	43.4377	4.9446	5
13772 CEDEX	Fos-sur-Mer	fos-sur-mer	93	13	134	43.4377	4.9446	5
13773 CEDEX	Fos-sur-Mer	fos-sur-mer	93	13	134	43.4377	4.9446	5
13774 CEDEX	Fos-sur-Mer	fos-sur-mer	93	13	134	43.4377	4.9446	5
13775 CEDEX	Fos-sur-Mer	fos-sur-mer	93	13	134	43.4377	4.9446	5
13776 CEDEX	Fos-sur-Mer	fos-sur-mer	93	13	134	43.4377	4.9446	5
13777 CEDEX	Fos-sur-Mer	fos-sur-mer	93	13	134	43.4377	4.9446	5
13778 CEDEX	Fos-sur-Mer	fos-sur-mer	93	13	134	43.4377	4.9446	5
13779 CEDEX	Fos-sur-Mer	fos-sur-mer	93	13	134	43.4377	4.9446	5
13780	Cuges-les-Pins	cuges-les-pins	93	13	133	43.2758	5.6994	5
13781 CEDEX	Aubagne	aubagne	93	13	133	43.2928	5.5707	5
13782 CEDEX	Aubagne	aubagne	93	13	133	43.2928	5.5707	5
13783 CEDEX	Aubagne	aubagne	93	13	133	43.2928	5.5707	5
13784 CEDEX	Aubagne	aubagne	93	13	133	43.2928	5.5707	5
13785 CEDEX	Aubagne	aubagne	93	13	133	43.2928	5.5707	5
13789 CEDEX	Rousset	rousset	93	13	131	43.4831	5.6196	5
13790	Peynier	peynier	93	13	131	43.4484	5.6414	5
13790	Rousset	rousset	93	13	131	43.4831	5.6196	5
13790	Châteauneuf-le-Rouge	chateauneuf-le-rouge	93	13	131	43.4894	5.5692	5
13791 CEDEX 3	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13792 CEDEX 3	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13793 CEDEX 3	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13794 CEDEX 3	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13795 CEDEX 3	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13796 CEDEX 3	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13797 CEDEX 3	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13798 CEDEX 3	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13799 CEDEX 3	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13800	Istres	istres	93	13	134	43.5167	4.9833	5
13801 CEDEX	Istres	istres	93	13	134	43.5167	4.9833	5
13802 CEDEX	Istres	istres	93	13	134	43.5167	4.9833	5
13803 CEDEX	Istres	istres	93	13	134	43.5167	4.9833	5
13804 CEDEX	Istres	istres	93	13	134	43.5167	4.9833	5
13805 CEDEX	Istres	istres	93	13	134	43.5167	4.9833	5
13806 CEDEX	Istres	istres	93	13	134	43.5167	4.9833	5
13807 CEDEX	Istres	istres	93	13	134	43.5167	4.9833	5
13808 CEDEX	Istres	istres	93	13	134	43.5167	4.9833	5
13809 CEDEX	Istres	istres	93	13	134	43.5167	4.9833	5
13810	Eygalières	eygalieres	93	13	132	43.761	4.9497	5
13812 CEDEX	Vitrolles	vitrolles	93	13	134	43.46	5.2486	5
13813 CEDEX	Vitrolles	vitrolles	93	13	134	43.46	5.2486	5
13814 CEDEX	Vitrolles	vitrolles	93	13	134	43.46	5.2486	5
13815 CEDEX	Vitrolles	vitrolles	93	13	134	43.46	5.2486	5
13820	Ensuès-la-Redonne	ensues-la-redonne	93	13	134	43.3546	5.2036	5
13821	La Penne-sur-Huveaune	la-penne-sur-huveaune	93	13	133	43.2821	5.5164	5
13822 CEDEX	Cabriès	cabries	93	13	131	43.4413	5.3788	5
13823 CEDEX	Cabriès	cabries	93	13	131	43.4413	5.3788	5
13824 CEDEX	Cabriès	cabries	93	13	131	43.4413	5.3788	5
13825 CEDEX	Cabriès	cabries	93	13	131	43.4413	5.3788	5
13828 CEDEX	Cabriès	cabries	93	13	131	43.4413	5.3788	5
13829 CEDEX	Cabriès	cabries	93	13	131	43.4413	5.3788	5
13830	Roquefort-la-Bédoule	roquefort-la-bedoule	93	13	133	43.2488	5.5902	5
13831 CEDEX	Châteaurenard	chateaurenard	93	13	132	43.8817	4.8549	5
13832 CEDEX	Châteaurenard	chateaurenard	93	13	132	43.8817	4.8549	5
13833 CEDEX	Châteaurenard	chateaurenard	93	13	132	43.8817	4.8549	5
13834 CEDEX	Châteaurenard	chateaurenard	93	13	132	43.8817	4.8549	5
13835 CEDEX	Châteaurenard	chateaurenard	93	13	132	43.8817	4.8549	5
13836 CEDEX	Châteaurenard	chateaurenard	93	13	132	43.8817	4.8549	5
13838 CEDEX	Châteaurenard	chateaurenard	93	13	132	43.8817	4.8549	5
13839 CEDEX	Châteaurenard	chateaurenard	93	13	132	43.8817	4.8549	5
13840	Rognes	rognes	93	13	131	43.6642	5.348	5
13841 CEDEX	Vitrolles	vitrolles	93	13	134	43.46	5.2486	5
13842 CEDEX	Vitrolles	vitrolles	93	13	134	43.46	5.2486	5
13845 CEDEX 9	Vitrolles	vitrolles	93	13	134	43.46	5.2486	5
13846 CEDEX 9	Vitrolles	vitrolles	93	13	134	43.46	5.2486	5
13847 CEDEX 9	Vitrolles	vitrolles	93	13	134	43.46	5.2486	5
13850	Gréasque	greasque	93	13	131	43.4331	5.5445	5
13851 CEDEX 3	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13852 CEDEX 3	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13853 CEDEX 3	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13854 CEDEX 3	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13855 CEDEX 3	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13856 CEDEX 3	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13857 CEDEX 3	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13858 CEDEX 3	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13859 CEDEX 3	Aix-en-Provence	aix-en-provence	93	13	131	43.5283	5.4497	5
13860	Peyrolles-en-Provence	peyrolles-en-provence	93	13	131	43.6453	5.5835	5
13861 CEDEX 9	Vitrolles	vitrolles	93	13	134	43.46	5.2486	5
13862 CEDEX 9	Vitrolles	vitrolles	93	13	134	43.46	5.2486	5
13863 CEDEX 9	Vitrolles	vitrolles	93	13	134	43.46	5.2486	5
13864 CEDEX 9	Vitrolles	vitrolles	93	13	134	43.46	5.2486	5
13867 CEDEX 9	Vitrolles	vitrolles	93	13	134	43.46	5.2486	5
13868 CEDEX 9	Vitrolles	vitrolles	93	13	134	43.46	5.2486	5
13870	Rognonas	rognonas	93	13	132	43.8999	4.8037	5
13880	Velaux	velaux	93	13	131	43.5284	5.2566	5
13881 CEDEX	Gémenos	gemenos	93	13	133	43.2975	5.6284	5
13883 CEDEX	Gémenos	gemenos	93	13	133	43.2975	5.6284	5
13887 CEDEX	Gémenos	gemenos	93	13	133	43.2975	5.6284	5
13889 CEDEX	Gémenos	gemenos	93	13	133	43.2975	5.6284	5
13890	Mouriès	mouries	93	13	132	43.69	4.8709	5
13895 CEDEX	Fos-sur-Mer	fos-sur-mer	93	13	134	43.4377	4.9446	5
13900 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13902 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13904 CEDEX 15	Marseille	marseille	93	13	133	43.2969	5.3811	5
13905 CEDEX 15	Marseille	marseille	93	13	133	43.2969	5.3811	5
13906 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13907 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13908 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13910	Maillane	maillane	93	13	132	43.8311	4.7815	5
13911 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13920	Saint-Mitre-les-Remparts	saint-mitre-les-remparts	93	13	134	43.4549	5.017	5
13921 CEDEX 11	Marseille	marseille	93	13	133	43.2969	5.3811	5
13922 CEDEX 11	Marseille	marseille	93	13	133	43.2969	5.3811	5
13923 CEDEX 11	Marseille	marseille	93	13	133	43.2969	5.3811	5
13924 CEDEX 11	Marseille	marseille	93	13	133	43.2969	5.3811	5
13930	Aureille	aureille	93	13	132	43.7082	4.9473	5
13931 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13932 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13933 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13937 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13940	Mollégès	molleges	93	13	132	43.807	4.9493	5
13941 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13942 CEDEX 20	Marseille	marseille	93	13	133	43.2969	5.3811	5
13950	Cadolive	cadolive	93	13	133	43.3969	5.5453	5
13960	Sausset-les-Pins	sausset-les-pins	93	13	134	43.3314	5.1043	5
13980	Alleins	alleins	93	13	131	43.7039	5.162	5
13990	Fontvieille	fontvieille	93	13	132	43.7281	4.7095	5
13780	Riboux	riboux	93	83	832	43.3023	5.755	5
83000	Toulon	toulon	93	83	832	43.1244	5.9284	5
83001 CEDEX	Draguignan	draguignan	93	83	831	43.5333	6.4667	5
83002 CEDEX	Draguignan	draguignan	93	83	831	43.5333	6.4667	5
83003 CEDEX	Draguignan	draguignan	93	83	831	43.5333	6.4667	5
83004 CEDEX	Draguignan	draguignan	93	83	831	43.5333	6.4667	5
83005 CEDEX	Draguignan	draguignan	93	83	831	43.5333	6.4667	5
83006 CEDEX	Draguignan	draguignan	93	83	831	43.5333	6.4667	5
83007 CEDEX	Draguignan	draguignan	93	83	831	43.5333	6.4667	5
83008 CEDEX	Draguignan	draguignan	93	83	831	43.5333	6.4667	5
83012 CEDEX	Draguignan	draguignan	93	83	831	43.5333	6.4667	5
83013 CEDEX	Draguignan	draguignan	93	83	831	43.5333	6.4667	5
83014 CEDEX	Draguignan	draguignan	93	83	831	43.5333	6.4667	5
83015 CEDEX	Draguignan	draguignan	93	83	831	43.5333	6.4667	5
83016 CEDEX	Draguignan	draguignan	93	83	831	43.5333	6.4667	5
83019 CEDEX	Draguignan	draguignan	93	83	831	43.5333	6.4667	5
83030 CEDEX 9	Toulon	toulon	93	83	832	43.1244	5.9284	5
83036 CEDEX 9	Toulon	toulon	93	83	832	43.1244	5.9284	5
83038 CEDEX 9	Toulon	toulon	93	83	832	43.1244	5.9284	5
83040 CEDEX 9	Toulon	toulon	93	83	832	43.1244	5.9284	5
83041 CEDEX 9	Toulon	toulon	93	83	832	43.1244	5.9284	5
83042 CEDEX 9	Toulon	toulon	93	83	832	43.1244	5.9284	5
83048 CEDEX 9	Toulon	toulon	93	83	832	43.1244	5.9284	5
83049 CEDEX 9	Toulon	toulon	93	83	832	43.1244	5.9284	5
83050 CEDEX	Toulon	toulon	93	83	832	43.1244	5.9284	5
83051 CEDEX	Toulon	toulon	93	83	832	43.1244	5.9284	5
83052 CEDEX	Toulon	toulon	93	83	832	43.1244	5.9284	5
83053 CEDEX	Toulon	toulon	93	83	832	43.1244	5.9284	5
83054 CEDEX	Toulon	toulon	93	83	832	43.1244	5.9284	5
83055 CEDEX	Toulon	toulon	93	83	832	43.1244	5.9284	5
83056 CEDEX	Toulon	toulon	93	83	832	43.1244	5.9284	5
83057 CEDEX	Toulon	toulon	93	83	832	43.1244	5.9284	5
83058 CEDEX	Toulon	toulon	93	83	832	43.1244	5.9284	5
83059 CEDEX	Toulon	toulon	93	83	832	43.1244	5.9284	5
83060 CEDEX	Toulon	toulon	93	83	832	43.1244	5.9284	5
83061 CEDEX	Toulon	toulon	93	83	832	43.1244	5.9284	5
83062 CEDEX	Toulon	toulon	93	83	832	43.1244	5.9284	5
83063 CEDEX	Toulon	toulon	93	83	832	43.1244	5.9284	5
83064 CEDEX	Toulon	toulon	93	83	832	43.1244	5.9284	5
83065 CEDEX	Toulon	toulon	93	83	832	43.1244	5.9284	5
83069 CEDEX	Toulon	toulon	93	83	832	43.1244	5.9284	5
83070 CEDEX	Toulon	toulon	93	83	832	43.1244	5.9284	5
83071 CEDEX	Toulon	toulon	93	83	832	43.1244	5.9284	5
83076 CEDEX	Toulon	toulon	93	83	832	43.1244	5.9284	5
83077 CEDEX 9	Toulon	toulon	93	83	832	43.1244	5.9284	5
83078 CEDEX 9	Toulon	toulon	93	83	832	43.1244	5.9284	5
83079 CEDEX 9	Toulon	toulon	93	83	832	43.1244	5.9284	5
83080 CEDEX	Toulon	toulon	93	83	832	43.1244	5.9284	5
83081 CEDEX	Toulon	toulon	93	83	832	43.1244	5.9284	5
83082 CEDEX	Toulon	toulon	93	83	832	43.1244	5.9284	5
83083 CEDEX	Toulon	toulon	93	83	832	43.1244	5.9284	5
83084 CEDEX	Toulon	toulon	93	83	832	43.1244	5.9284	5
83085 CEDEX 9	Toulon	toulon	93	83	832	43.1244	5.9284	5
83086 CEDEX 9	Toulon	toulon	93	83	832	43.1244	5.9284	5
83087 CEDEX 9	Toulon	toulon	93	83	832	43.1244	5.9284	5
83088 CEDEX 9	Toulon	toulon	93	83	832	43.1244	5.9284	5
83089 CEDEX 9	Toulon	toulon	93	83	832	43.1244	5.9284	5
83090 CEDEX 9	Toulon	toulon	93	83	832	43.1244	5.9284	5
83091 CEDEX	Toulon	toulon	93	83	832	43.1244	5.9284	5
83092 CEDEX	Toulon	toulon	93	83	832	43.1244	5.9284	5
83093 CEDEX	Toulon	toulon	93	83	832	43.1244	5.9284	5
83094 CEDEX	Toulon	toulon	93	83	832	43.1244	5.9284	5
83095 CEDEX	Toulon	toulon	93	83	832	43.1244	5.9284	5
83097 CEDEX	Toulon	toulon	93	83	832	43.1244	5.9284	5
83098 CEDEX	Toulon	toulon	93	83	832	43.1244	5.9284	5
83099 CEDEX	Toulon	toulon	93	83	832	43.1244	5.9284	5
83100	Toulon	toulon	93	83	832	43.1244	5.9284	5
83107 CEDEX	Toulon	toulon	93	83	832	43.1244	5.9284	5
83108 CEDEX	Toulon	toulon	93	83	832	43.1244	5.9284	5
83110	Sanary-sur-Mer	sanary-sur-mer	93	83	832	43.1178	5.8001	5
83111	Ampus	ampus	93	83	831	43.606	6.3812	5
83119	Brue-Auriac	brue-auriac	93	83	833	43.5288	5.9427	5
83120	Sainte-Maxime	sainte-maxime	93	83	831	43.3091	6.6385	5
83120	Le Plan-de-la-Tour	le-plan-de-la-tour	93	83	831	43.3333	6.55	5
83130	La Garde	la-garde	93	83	832	43.1228	6.0075	5
83131	Montferrat	montferrat	93	83	831	43.6107	6.4824	5
83136	Mazaugues	mazaugues	93	83	833	43.3476	5.9222	5
83136	Forcalqueiret	forcalqueiret	93	83	833	43.3347	6.0824	5
83136	La Roquebrussanne	la-roquebrussanne	93	83	833	43.3399	5.9762	5
83136	Garéoult	gareoult	93	83	833	43.3286	6.0459	5
83136	Méounes-lès-Montrieux	meounes-les-montrieux	93	83	833	43.2797	5.9701	5
83136	Rocbaron	rocbaron	93	83	833	43.3045	6.0906	5
83136	Sainte-Anastasie-sur-Issole	sainte-anastasie-sur-issole	93	83	833	43.3421	6.1236	5
83136	Néoules	neoules	93	83	833	43.3103	6.013	5
83140	Six-Fours-les-Plages	six-fours-les-plages	93	83	832	43.1	5.85	5
83143	Le Val	le-val	93	83	833	43.4387	6.0729	5
83149	Bras	bras	93	83	833	43.4718	5.9567	5
83150	Bandol	bandol	93	83	832	43.1371	5.7316	5
83160	La Valette-du-Var	la-valette-du-var	93	83	832	43.1374	5.9831	5
83161 CEDEX	La Valette-du-Var	la-valette-du-var	93	83	832	43.1374	5.9831	5
83162 CEDEX	La Valette-du-Var	la-valette-du-var	93	83	832	43.1374	5.9831	5
83163 CEDEX	La Valette-du-Var	la-valette-du-var	93	83	832	43.1374	5.9831	5
83164 CEDEX	La Valette-du-Var	la-valette-du-var	93	83	832	43.1374	5.9831	5
83166 CEDEX 9	Toulon	toulon	93	83	832	43.1244	5.9284	5
83167 CEDEX	La Valette-du-Var	la-valette-du-var	93	83	832	43.1374	5.9831	5
83170	La Celle	la-celle	93	83	833	43.3939	6.0348	5
83170	Camps-la-Source	camps-la-source	93	83	833	43.3864	6.0866	5
83170	Vins-sur-Caramy	vins-sur-caramy	93	83	833	43.4331	6.1427	5
83170	Brignoles	brignoles	93	83	833	43.4	6.0667	5
83170	Tourves	tourves	93	83	833	43.4078	5.9241	5
83170	Rougiers	rougiers	93	83	833	43.3923	5.8514	5
83171 CEDEX	Brignoles	brignoles	93	83	833	43.4	6.0667	5
83172 CEDEX	Brignoles	brignoles	93	83	833	43.4	6.0667	5
83173 CEDEX	Brignoles	brignoles	93	83	833	43.4	6.0667	5
83174 CEDEX	Brignoles	brignoles	93	83	833	43.4	6.0667	5
83175 CEDEX	Brignoles	brignoles	93	83	833	43.4	6.0667	5
83176 CEDEX	Brignoles	brignoles	93	83	833	43.4	6.0667	5
83177 CEDEX	Brignoles	brignoles	93	83	833	43.4	6.0667	5
83179 CEDEX	Brignoles	brignoles	93	83	833	43.4	6.0667	5
83180 CEDEX	Six-Fours-les-Plages	six-fours-les-plages	93	83	832	43.1	5.85	5
83181 CEDEX	Six-Fours-les-Plages	six-fours-les-plages	93	83	832	43.1	5.85	5
83183 CEDEX	Six-Fours-les-Plages	six-fours-les-plages	93	83	832	43.1	5.85	5
83184 CEDEX	Six-Fours-les-Plages	six-fours-les-plages	93	83	832	43.1	5.85	5
83185 CEDEX	Six-Fours-les-Plages	six-fours-les-plages	93	83	832	43.1	5.85	5
83187 CEDEX	Six-Fours-les-Plages	six-fours-les-plages	93	83	832	43.1	5.85	5
83188 CEDEX	Six-Fours-les-Plages	six-fours-les-plages	93	83	832	43.1	5.85	5
83189 CEDEX	Six-Fours-les-Plages	six-fours-les-plages	93	83	832	43.1	5.85	5
83190	Ollioules	ollioules	93	83	832	43.1352	5.848	5
83191 CEDEX	Ollioules	ollioules	93	83	832	43.1352	5.848	5
83192 CEDEX	Ollioules	ollioules	93	83	832	43.1352	5.848	5
83196 CEDEX	Ollioules	ollioules	93	83	832	43.1352	5.848	5
83199 CEDEX	Ollioules	ollioules	93	83	832	43.1352	5.848	5
83200	Le Revest-les-Eaux	le-revest-les-eaux	93	83	832	43.1761	5.9267	5
83200	Toulon	toulon	93	83	832	43.1244	5.9284	5
83210	La Farlède	la-farlede	93	83	832	43.1677	6.0427	5
83210	Belgentier	belgentier	93	83	832	43.2459	6.0009	5
83210	Solliès-Ville	sollies-ville	93	83	832	43.1823	6.0386	5
83210	Solliès-Toucas	sollies-toucas	93	83	832	43.2082	6.025	5
83210	Solliès-Pont	sollies-pont	93	83	832	43.1898	6.0432	5
83220	Le Pradet	le-pradet	93	83	832	43.1066	6.0172	5
83230	Bormes-les-Mimosas	bormes-les-mimosas	93	83	832	43.1407	6.3386	5
83231 CEDEX	Bormes-les-Mimosas	bormes-les-mimosas	93	83	832	43.1407	6.3386	5
83236 CEDEX	Bormes-les-Mimosas	bormes-les-mimosas	93	83	832	43.1407	6.3386	5
83237 CEDEX	Bormes-les-Mimosas	bormes-les-mimosas	93	83	832	43.1407	6.3386	5
83238 CEDEX	Bormes-les-Mimosas	bormes-les-mimosas	93	83	832	43.1407	6.3386	5
83240	Cavalaire-sur-Mer	cavalaire-sur-mer	93	83	831	43.174	6.5271	5
83250	La Londe-les-Maures	la-londe-les-maures	93	83	832	43.1371	6.235	5
83260	La Crau	la-crau	93	83	832	43.1498	6.0742	5
83270	Saint-Cyr-sur-Mer	saint-cyr-sur-mer	93	83	832	43.1835	5.7091	5
83300	Draguignan	draguignan	93	83	831	43.5333	6.4667	5
83300	Châteaudouble	chateaudouble	93	83	831	43.6019	6.4483	5
83310	Grimaud	grimaud	93	83	831	43.2705	6.5249	5
83310	Cogolin	cogolin	93	83	831	43.2522	6.53	5
83310	La Môle	la-mole	93	83	831	43.2075	6.4656	5
83311 CEDEX	Cogolin	cogolin	93	83	831	43.2522	6.53	5
83312 CEDEX	Cogolin	cogolin	93	83	831	43.2522	6.53	5
83313 CEDEX	Cogolin	cogolin	93	83	831	43.2522	6.53	5
83314 CEDEX	Cogolin	cogolin	93	83	831	43.2522	6.53	5
83315 CEDEX	Cogolin	cogolin	93	83	831	43.2522	6.53	5
83316 CEDEX	Cogolin	cogolin	93	83	831	43.2522	6.53	5
83317 CEDEX	Cogolin	cogolin	93	83	831	43.2522	6.53	5
83320	Carqueiranne	carqueiranne	93	83	832	43.0953	6.073	5
83330	Évenos	evenos	93	83	832	43.1586	5.8479	5
83330	Le Castellet	le-castellet	93	83	832	43.2029	5.7764	5
83330	Le Beausset	le-beausset	93	83	832	43.1985	5.8016	5
83340	Le Luc	le-luc	93	83	833	43.3932	6.3147	5
83340	Le Thoronet	le-thoronet	93	83	833	43.4526	6.3034	5
83340	Flassans-sur-Issole	flassans-sur-issole	93	83	833	43.3702	6.2236	5
83340	Le Cannet-des-Maures	le-cannet-des-maures	93	83	833	43.3927	6.3416	5
83340	Cabasse	cabasse	93	83	833	43.4282	6.2209	5
83340	Les Mayons	les-mayons	93	83	833	43.3131	6.3591	5
83350	Ramatuelle	ramatuelle	93	83	831	43.217	6.6114	5
83370	Fréjus	frejus	93	83	831	43.4329	6.7352	5
83371 CEDEX	Saint-Aygulf	saint-aygulf	93	83	831	43.381	6.721	5
83372 CEDEX	Saint-Aygulf	saint-aygulf	93	83	831	43.381	6.721	5
83379 CEDEX	Saint-Aygulf	saint-aygulf	93	83	831	43.381	6.721	5
83380	Roquebrune-sur-Argens	roquebrune-sur-argens	93	83	831	43.4333	6.6333	5
83390	Cuers	cuers	93	83	832	43.2373	6.0711	5
83390	Pierrefeu-du-Var	pierrefeu-du-var	93	83	832	43.2245	6.1433	5
83390	Puget-Ville	puget-ville	93	83	833	43.2894	6.1361	5
83400	Hyères	hyeres	93	83	832	43.1204	6.1286	5
83401 CEDEX	Hyères	hyeres	93	83	832	43.1204	6.1286	5
83402 CEDEX	Hyères	hyeres	93	83	832	43.1204	6.1286	5
83403 CEDEX	Hyères	hyeres	93	83	832	43.1204	6.1286	5
83404 CEDEX	Hyères	hyeres	93	83	832	43.1204	6.1286	5
83405 CEDEX	Hyères	hyeres	93	83	832	43.1204	6.1286	5
83406 CEDEX	Hyères	hyeres	93	83	832	43.1204	6.1286	5
83407 CEDEX	Hyères	hyeres	93	83	832	43.1204	6.1286	5
83408 CEDEX	Hyères	hyeres	93	83	832	43.1204	6.1286	5
83409 CEDEX	Hyères	hyeres	93	83	832	43.1204	6.1286	5
83411 CEDEX	Hyères	hyeres	93	83	832	43.1204	6.1286	5
83412 CEDEX	Hyères	hyeres	93	83	832	43.1204	6.1286	5
83418 CEDEX	Hyères	hyeres	93	83	832	43.1204	6.1286	5
83420	La Croix-Valmer	la-croix-valmer	93	83	831	43.2079	6.567	5
83430	Saint-Mandrier-sur-Mer	saint-mandrier-sur-mer	93	83	832	43.078	5.929	5
83440	Tanneron	tanneron	93	83	831	43.5908	6.875	5
83440	Fayence	fayence	93	83	831	43.6257	6.6953	5
83440	Montauroux	montauroux	93	83	831	43.619	6.775	5
83440	Callian	callian	93	83	831	43.6231	6.7519	5
83440	Saint-Paul-en-Forêt	saint-paul-en-foret	93	83	831	43.5676	6.6948	5
83440	Seillans	seillans	93	83	831	43.635	6.6467	5
83440	Tourrettes	tourrettes	93	83	831	43.623	6.7031	5
83440	Mons	mons	93	83	831	43.6893	6.7117	5
83460	Taradeau	taradeau	93	83	831	43.4543	6.4278	5
83460	Les Arcs	les-arcs	93	83	831	43.457	6.479	5
83470	Saint-Maximin-la-Sainte-Baume	saint-maximin-la-sainte-baume	93	83	833	43.4521	5.8622	5
83470	Ollières	ollieres	93	83	833	43.4831	5.83	5
83470	Seillons-Source-d’Argens	seillons-source-d-argens	93	83	833	43.4967	5.8843	5
83470	Pourcieux	pourcieux	93	83	833	43.4684	5.79	5
83480	Puget-sur-Argens	puget-sur-argens	93	83	831	43.45	6.6833	5
83481 CEDEX	Puget-sur-Argens	puget-sur-argens	93	83	831	43.45	6.6833	5
83482 CEDEX	Puget-sur-Argens	puget-sur-argens	93	83	831	43.45	6.6833	5
83483 CEDEX	Puget-sur-Argens	puget-sur-argens	93	83	831	43.45	6.6833	5
83484 CEDEX	Puget-sur-Argens	puget-sur-argens	93	83	831	43.45	6.6833	5
83485 CEDEX	Puget-sur-Argens	puget-sur-argens	93	83	831	43.45	6.6833	5
83486 CEDEX	Puget-sur-Argens	puget-sur-argens	93	83	831	43.45	6.6833	5
83487 CEDEX	Puget-sur-Argens	puget-sur-argens	93	83	831	43.45	6.6833	5
83488 CEDEX	Puget-sur-Argens	puget-sur-argens	93	83	831	43.45	6.6833	5
83489 CEDEX	Puget-sur-Argens	puget-sur-argens	93	83	831	43.45	6.6833	5
83490	Le Muy	le-muy	93	83	831	43.4738	6.5645	5
83500	La Seyne-sur-Mer	la-seyne-sur-mer	93	83	832	43.0982	5.8847	5
83501 CEDEX	La Seyne-sur-Mer	la-seyne-sur-mer	93	83	832	43.0982	5.8847	5
83502 CEDEX	La Seyne-sur-Mer	la-seyne-sur-mer	93	83	832	43.0982	5.8847	5
83503 CEDEX	La Seyne-sur-Mer	la-seyne-sur-mer	93	83	832	43.0982	5.8847	5
83504 CEDEX	La Seyne-sur-Mer	la-seyne-sur-mer	93	83	832	43.0982	5.8847	5
83840	La Bastide	la-bastide	93	83	831	43.7327	6.6255	5
83507 CEDEX	La Seyne-sur-Mer	la-seyne-sur-mer	93	83	832	43.0982	5.8847	5
83509 CEDEX	La Seyne-sur-Mer	la-seyne-sur-mer	93	83	832	43.0982	5.8847	5
83510	Saint-Antonin-du-Var	saint-antonin-du-var	93	83	831	43.5069	6.2873	5
83510	Lorgues	lorgues	93	83	831	43.4936	6.3611	5
83511 CEDEX	La Seyne-sur-Mer	la-seyne-sur-mer	93	83	832	43.0982	5.8847	5
83512 CEDEX	La Seyne-sur-Mer	la-seyne-sur-mer	93	83	832	43.0982	5.8847	5
83514 CEDEX	La Seyne-sur-Mer	la-seyne-sur-mer	93	83	832	43.0982	5.8847	5
83518 CEDEX	La Seyne-sur-Mer	la-seyne-sur-mer	93	83	832	43.0982	5.8847	5
83520	Roquebrune-sur-Argens	roquebrune-sur-argens	93	83	831	43.4333	6.6333	5
83530	Saint-Raphaël	saint-raphael	93	83	831	43.4233	6.7735	5
83550	Vidauban	vidauban	93	83	831	43.4278	6.4329	5
83560	Saint-Martin-de-Pallières	saint-martin-de-pallieres	93	83	833	43.5885	5.8845	5
83560	La Verdière	la-verdiere	93	83	833	43.6385	5.9352	5
83560	Rians	rians	93	83	833	43.6066	5.7559	5
83560	Artigues	artigues	93	83	833	43.593	5.8109	5
83560	Vinon-sur-Verdon	vinon-sur-verdon	93	83	833	43.7245	5.8108	5
83560	Esparron	esparron	93	83	833	43.591	5.8481	5
83560	Saint-Julien	saint-julien	93	83	833	43.6948	5.9158	5
83560	Ginasservis	ginasservis	93	83	833	43.6711	5.8492	5
83570	Correns	correns	93	83	833	43.4876	6.08	5
83570	Cotignac	cotignac	93	83	833	43.5284	6.15	5
83570	Entrecasteaux	entrecasteaux	93	83	833	43.5173	6.2406	5
83570	Carcès	carces	93	83	833	43.4763	6.1831	5
83570	Montfort-sur-Argens	montfort-sur-argens	93	83	833	43.4732	6.1198	5
83580	Gassin	gassin	93	83	831	43.2287	6.5848	5
83590	Gonfaron	gonfaron	93	83	833	43.3207	6.2881	5
83600	Bagnols-en-Forêt	bagnols-en-foret	93	83	831	43.5367	6.7019	5
83600	Les Adrets-de-l'Estérel	les-adrets-de-l-esterel	93	83	831	43.5205	6.812	5
83600	Fréjus	frejus	93	83	831	43.4329	6.7352	5
83601 CEDEX	Fréjus	frejus	93	83	831	43.4329	6.7352	5
83602 CEDEX	Fréjus	frejus	93	83	831	43.4329	6.7352	5
83603 CEDEX	Fréjus	frejus	93	83	831	43.4329	6.7352	5
83604 CEDEX	Fréjus	frejus	93	83	831	43.4329	6.7352	5
83606 CEDEX	Fréjus	frejus	93	83	831	43.4329	6.7352	5
83608 CEDEX	Fréjus	frejus	93	83	831	43.4329	6.7352	5
83609 CEDEX	Fréjus	frejus	93	83	831	43.4329	6.7352	5
83610	Collobrières	collobrieres	93	83	832	43.2373	6.3088	5
83613 CEDEX	Fréjus	frejus	93	83	831	43.4329	6.7352	5
83614 CEDEX	Fréjus	frejus	93	83	831	43.4329	6.7352	5
83615 CEDEX	Fréjus	frejus	93	83	831	43.4329	6.7352	5
83616 CEDEX	Fréjus	frejus	93	83	831	43.4329	6.7352	5
83618 CEDEX	Fréjus	frejus	93	83	831	43.4329	6.7352	5
83630	Artignosc-sur-Verdon	artignosc-sur-verdon	93	83	833	43.7049	6.0905	5
83630	Aups	aups	93	83	833	43.629	6.2255	5
83630	Les Salles-sur-Verdon	les-salles-sur-verdon	93	83	833	43.7743	6.2096	5
83630	Bauduen	bauduen	93	83	833	43.733	6.1765	5
83630	Vérignon	verignon	93	83	833	43.6528	6.2723	5
83630	Moissac-Bellevue	moissac-bellevue	93	83	833	43.6525	6.1657	5
83630	Régusse	regusse	93	83	833	43.6572	6.1297	5
83630	Aiguines	aiguines	93	83	833	43.7755	6.243	5
83630	Baudinard-sur-Verdon	baudinard-sur-verdon	93	83	833	43.7167	6.1333	5
83640	Plan-d'Aups-Sainte-Baume	plan-d-aups-sainte-baume	93	83	833	43.3333	5.7167	5
83640	Saint-Zacharie	saint-zacharie	93	83	833	43.3852	5.7081	5
83660	Carnoules	carnoules	93	83	833	43.3019	6.188	5
83670	Varages	varages	93	83	833	43.5974	5.9594	5
83670	Châteauvert	chateauvert	93	83	833	43.499	6.0247	5
83670	Montmeyan	montmeyan	93	83	833	43.6475	6.0637	5
83670	Fox-Amphoux	fox-amphoux	93	83	833	43.5868	6.1017	5
83670	Pontevès	ponteves	93	83	833	43.5531	6.031	5
83670	Barjols	barjols	93	83	833	43.5578	6.0078	5
83670	Tavernes	tavernes	93	83	833	43.5936	6.0158	5
83680	La Garde-Freinet	la-garde-freinet	93	83	831	43.3171	6.4688	5
83690	Tourtour	tourtour	93	83	833	43.5881	6.303	5
83690	Villecroze	villecroze	93	83	833	43.5818	6.2754	5
83690	Salernes	salernes	93	83	831	43.5635	6.234	5
83690	Sillans-la-Cascade	sillans-la-cascade	93	83	831	43.5667	6.1833	5
83700	Saint-Raphaël	saint-raphael	93	83	831	43.4233	6.7735	5
83701 CEDEX	Saint-Raphaël	saint-raphael	93	83	831	43.4233	6.7735	5
83702 CEDEX	Saint-Raphaël	saint-raphael	93	83	831	43.4233	6.7735	5
83703 CEDEX	Saint-Raphaël	saint-raphael	93	83	831	43.4233	6.7735	5
83704 CEDEX	Saint-Raphaël	saint-raphael	93	83	831	43.4233	6.7735	5
83705 CEDEX	Saint-Raphaël	saint-raphael	93	83	831	43.4233	6.7735	5
83707 CEDEX	Saint-Raphaël	saint-raphael	93	83	831	43.4233	6.7735	5
83720	Trans-en-Provence	trans-en-provence	93	83	831	43.505	6.4857	5
83740	La Cadière-d’Azur	la-cadiere-d-azur	93	83	832	43.1954	5.7561	5
83780	Flayosc	flayosc	93	83	831	43.5325	6.394	5
83790	Pignans	pignans	93	83	833	43.3013	6.2275	5
83800 CEDEX 9	Toulon	toulon	93	83	832	43.1244	5.9284	5
83820	Rayol-Canadel-sur-Mer	rayol-canadel-sur-mer	93	83	831	43.1667	6.4667	5
83830	Bargemon	bargemon	93	83	831	43.619	6.5496	5
83830	Claviers	claviers	93	83	831	43.6014	6.5674	5
83830	Figanières	figanieres	93	83	831	43.57	6.5	5
83830	Callas	callas	93	83	831	43.5924	6.5374	5
83840	Le Bourguet	le-bourguet	93	83	831	43.7833	6.5187	5
83840	Trigance	trigance	93	83	831	43.7616	6.4444	5
83840	La Martre	la-martre	93	83	831	43.7685	6.5968	5
83840	Brenon	brenon	93	83	831	43.7683	6.5383	5
83840	Bargème	bargeme	93	83	831	43.729	6.5712	5
83840	Comps-sur-Artuby	comps-sur-artuby	93	83	831	43.7097	6.509	5
83840	La Roque-Esclapon	la-roque-esclapon	93	83	831	43.7228	6.628	5
83840	Châteauvieux	chateauvieux	93	83	831	43.774	6.5768	5
83860	Nans-les-Pins	nans-les-pins	93	83	833	43.3703	5.7834	5
83870	Signes	signes	93	83	832	43.2901	5.8623	5
83890	Besse-sur-Issole	besse-sur-issole	93	83	833	43.3496	6.1776	5
83910	Pourrières	pourrieres	93	83	833	43.5061	5.7345	5
83920	La Motte	la-motte	93	83	831	43.4914	6.5369	5
83951 CEDEX	La Garde	la-garde	93	83	832	43.1228	6.0075	5
83952 CEDEX	La Garde	la-garde	93	83	832	43.1228	6.0075	5
83953 CEDEX	La Garde	la-garde	93	83	832	43.1228	6.0075	5
83954 CEDEX	La Garde	la-garde	93	83	832	43.1228	6.0075	5
83957 CEDEX	La Garde	la-garde	93	83	832	43.1228	6.0075	5
83980	Le Lavandou	le-lavandou	93	83	832	43.137	6.366	5
83990	Saint-Tropez	saint-tropez	93	83	831	43.2693	6.6398	5
83991 CEDEX	Saint-Tropez	saint-tropez	93	83	831	43.2693	6.6398	5
83992 CEDEX	Saint-Tropez	saint-tropez	93	83	831	43.2693	6.6398	5
83993 CEDEX	Saint-Tropez	saint-tropez	93	83	831	43.2693	6.6398	5
83994 CEDEX	Saint-Tropez	saint-tropez	93	83	831	43.2693	6.6398	5
83995 CEDEX	Saint-Tropez	saint-tropez	93	83	831	43.2693	6.6398	5
83996 CEDEX	Saint-Tropez	saint-tropez	93	83	831	43.2693	6.6398	5
83997 CEDEX	Saint-Tropez	saint-tropez	93	83	831	43.2693	6.6398	5
83998 CEDEX	Canjuers	canjuers	93	83	831	43.6428	6.477	5
84000	Avignon	avignon	93	84	842	43.9483	4.8089	5
84004 CEDEX 1	Avignon	avignon	93	84	842	43.9483	4.8089	5
84005 CEDEX 1	Avignon	avignon	93	84	842	43.9483	4.8089	5
84006 CEDEX 1	Avignon	avignon	93	84	842	43.9483	4.8089	5
84007 CEDEX 1	Avignon	avignon	93	84	842	43.9483	4.8089	5
84008 CEDEX 1	Avignon	avignon	93	84	842	43.9483	4.8089	5
84009 CEDEX 1	Avignon	avignon	93	84	842	43.9483	4.8089	5
84010 CEDEX 1	Avignon	avignon	93	84	842	43.9483	4.8089	5
84011 CEDEX 1	Avignon	avignon	93	84	842	43.9483	4.8089	5
84013 CEDEX 1	Avignon	avignon	93	84	842	43.9483	4.8089	5
84014 CEDEX 1	Avignon	avignon	93	84	842	43.9483	4.8089	5
84015 CEDEX 9	Avignon	avignon	93	84	842	43.9483	4.8089	5
84016 CEDEX 1	Avignon	avignon	93	84	842	43.9483	4.8089	5
84018 CEDEX 1	Avignon	avignon	93	84	842	43.9483	4.8089	5
84019 CEDEX 1	Avignon	avignon	93	84	842	43.9483	4.8089	5
84021 CEDEX 1	Avignon	avignon	93	84	842	43.9483	4.8089	5
84022 CEDEX 1	Avignon	avignon	93	84	842	43.9483	4.8089	5
84023 CEDEX 1	Avignon	avignon	93	84	842	43.9483	4.8089	5
84024 CEDEX 1	Avignon	avignon	93	84	842	43.9483	4.8089	5
84025 CEDEX 1	Avignon	avignon	93	84	842	43.9483	4.8089	5
84027 CEDEX 1	Avignon	avignon	93	84	842	43.9483	4.8089	5
84029 CEDEX 1	Avignon	avignon	93	84	842	43.9483	4.8089	5
84031 CEDEX 3	Avignon	avignon	93	84	842	43.9483	4.8089	5
84032 CEDEX 3	Avignon	avignon	93	84	842	43.9483	4.8089	5
84033 CEDEX 3	Avignon	avignon	93	84	842	43.9483	4.8089	5
84034 CEDEX 3	Avignon	avignon	93	84	842	43.9483	4.8089	5
84035 CEDEX 3	Avignon	avignon	93	84	842	43.9483	4.8089	5
84036 CEDEX 3	Avignon	avignon	93	84	842	43.9483	4.8089	5
84041 CEDEX 9	Avignon	avignon	93	84	842	43.9483	4.8089	5
84042 CEDEX 9	Avignon	avignon	93	84	842	43.9483	4.8089	5
84043 CEDEX 9	Avignon	avignon	93	84	842	43.9483	4.8089	5
84044 CEDEX 9	Avignon	avignon	93	84	842	43.9483	4.8089	5
84045 CEDEX 9	Avignon	avignon	93	84	842	43.9483	4.8089	5
84046 CEDEX 9	Avignon	avignon	93	84	842	43.9483	4.8089	5
84047 CEDEX 9	Avignon	avignon	93	84	842	43.9483	4.8089	5
84048 CEDEX 9	Avignon	avignon	93	84	842	43.9483	4.8089	5
84049 CEDEX 9	Avignon	avignon	93	84	842	43.9483	4.8089	5
84050 CEDEX 9	Avignon	avignon	93	84	842	43.9483	4.8089	5
84051 CEDEX 9	Avignon	avignon	93	84	842	43.9483	4.8089	5
84052 CEDEX 9	Avignon	avignon	93	84	842	43.9483	4.8089	5
84054 CEDEX 1	Avignon	avignon	93	84	842	43.9483	4.8089	5
84056 CEDEX 9	Avignon	avignon	93	84	842	43.9483	4.8089	5
84058 CEDEX 9	Avignon	avignon	93	84	842	43.9483	4.8089	5
84059 CEDEX 3	Avignon	avignon	93	84	842	43.9483	4.8089	5
84071 CEDEX 4	Avignon	avignon	93	84	842	43.9483	4.8089	5
84072 CEDEX 4	Avignon	avignon	93	84	842	43.9483	4.8089	5
84077 CEDEX 4	Avignon	avignon	93	84	842	43.9483	4.8089	5
84078 CEDEX 9	Avignon	avignon	93	84	842	43.9483	4.8089	5
84081 CEDEX 2	Avignon	avignon	93	84	842	43.9483	4.8089	5
84082 CEDEX 2	Avignon	avignon	93	84	842	43.9483	4.8089	5
84083 CEDEX 2	Avignon	avignon	93	84	842	43.9483	4.8089	5
84084 CEDEX 2	Avignon	avignon	93	84	842	43.9483	4.8089	5
84085 CEDEX 2	Avignon	avignon	93	84	842	43.9483	4.8089	5
84090 CEDEX 9	Avignon	avignon	93	84	842	43.9483	4.8089	5
84091 CEDEX 9	Avignon	avignon	93	84	842	43.9483	4.8089	5
84092 CEDEX 9	Avignon	avignon	93	84	842	43.9483	4.8089	5
84093 CEDEX 9	Avignon	avignon	93	84	842	43.9483	4.8089	5
84094 CEDEX 9	Avignon	avignon	93	84	842	43.9483	4.8089	5
84095 CEDEX 9	Avignon	avignon	93	84	842	43.9483	4.8089	5
84096 CEDEX 9	Avignon	avignon	93	84	842	43.9483	4.8089	5
84097 CEDEX 9	Avignon	avignon	93	84	842	43.9483	4.8089	5
84098 CEDEX 9	Avignon	avignon	93	84	842	43.9483	4.8089	5
84099 CEDEX 9	Avignon	avignon	93	84	842	43.9483	4.8089	5
84100	Uchaux	uchaux	93	84	843	44.2167	4.8	5
84100	Orange	orange	93	84	843	44.1392	4.8079	5
84101 CEDEX	Orange	orange	93	84	843	44.1392	4.8079	5
84102 CEDEX	Orange	orange	93	84	843	44.1392	4.8079	5
84103 CEDEX	Orange	orange	93	84	843	44.1392	4.8079	5
84104 CEDEX	Orange	orange	93	84	843	44.1392	4.8079	5
84105 CEDEX	Orange	orange	93	84	843	44.1392	4.8079	5
84106 CEDEX	Orange	orange	93	84	843	44.1392	4.8079	5
84107 CEDEX	Orange	orange	93	84	843	44.1392	4.8079	5
84108 CEDEX	Orange	orange	93	84	843	44.1392	4.8079	5
84109 CEDEX	Orange	orange	93	84	843	44.1392	4.8079	5
84110	Séguret	seguret	93	84	843	44.2047	5.024	5
84110	Buisson	buisson	93	84	843	44.2787	4.9969	5
84110	Vaison-la-Romaine	vaison-la-romaine	93	84	843	44.239	5.0746	5
84110	Villedieu	villedieu	93	84	843	44.2845	5.035	5
84110	Sablet	sablet	93	84	843	44.1906	5.0061	5
84110	Crestet	crestet	93	84	843	44.2168	5.0821	5
84110	Saint-Romain-en-Viennois	saint-romain-en-viennois	93	84	843	44.2579	5.1114	5
84110	Puyméras	puymeras	93	84	843	44.2707	5.1265	5
84110	Saint-Marcellin-lès-Vaison	saint-marcellin-les-vaison	93	84	843	44.2302	5.0979	5
84110	Roaix	roaix	93	84	843	44.2436	5.0113	5
84110	Rasteau	rasteau	93	84	843	44.2303	4.9861	5
84110	Faucon	faucon	93	84	843	44.2598	5.1464	5
84120	Beaumont-de-Pertuis	beaumont-de-pertuis	93	84	841	43.7379	5.6862	5
84120	Mirabeau	mirabeau	93	84	841	43.705	5.6556	5
84120	Pertuis	pertuis	93	84	841	43.6925	5.5029	5
84120	La Bastidonne	la-bastidonne	93	84	841	43.7001	5.568	5
84121 CEDEX	Pertuis	pertuis	93	84	841	43.6925	5.5029	5
84122 CEDEX	Pertuis	pertuis	93	84	841	43.6925	5.5029	5
84123 CEDEX	Pertuis	pertuis	93	84	841	43.6925	5.5029	5
84124 CEDEX	Pertuis	pertuis	93	84	841	43.6925	5.5029	5
84130	Le Pontet	le-pontet	93	84	842	43.9612	4.8601	5
84131 CEDEX	Le Pontet	le-pontet	93	84	842	43.9612	4.8601	5
84132 CEDEX	Le Pontet	le-pontet	93	84	842	43.9612	4.8601	5
84133 CEDEX	Le Pontet	le-pontet	93	84	842	43.9612	4.8601	5
84134 CEDEX	Le Pontet	le-pontet	93	84	842	43.9612	4.8601	5
84135 CEDEX	Le Pontet	le-pontet	93	84	842	43.9612	4.8601	5
84139 CEDEX	Le Pontet	le-pontet	93	84	842	43.9612	4.8601	5
84140	Avignon	avignon	93	84	842	43.9483	4.8089	5
84141 CEDEX	Montfavet	montfavet	93	84	842	43.9334	4.8734	5
84142 CEDEX	Montfavet	montfavet	93	84	842	43.9334	4.8734	5
84143 CEDEX	Montfavet	montfavet	93	84	842	43.9334	4.8734	5
84144 CEDEX	Montfavet	montfavet	93	84	842	43.9334	4.8734	5
84147 CEDEX	Montfavet	montfavet	93	84	842	43.9334	4.8734	5
84149 CEDEX	Montfavet	montfavet	93	84	842	43.9334	4.8734	5
84150	Violès	violes	93	84	843	44.1615	4.9533	5
84150	Jonquières	jonquieres	93	84	843	44.1143	4.9	5
84160	Cucuron	cucuron	93	84	841	43.7732	5.439	5
84160	Vaugines	vaugines	93	84	841	43.7791	5.4113	5
84160	Puyvert	puyvert	93	84	841	43.7602	5.3409	5
84160	Lourmarin	lourmarin	93	84	841	43.766	5.3667	5
84160	Cadenet	cadenet	93	84	841	43.7345	5.375	5
84170	Monteux	monteux	93	84	843	44.0348	4.9972	5
84190	Lafare	lafare	93	84	843	44.1464	5.0502	5
84190	Gigondas	gigondas	93	84	843	44.1631	5.0036	5
84190	Beaumes-de-Venise	beaumes-de-venise	93	84	843	44.1193	5.0243	5
84190	Suzette	suzette	93	84	843	44.1672	5.0678	5
84190	La Roque-Alric	la-roque-alric	93	84	843	44.1436	5.0655	5
84190	Vacqueyras	vacqueyras	93	84	843	44.1373	4.9828	5
84200	Carpentras	carpentras	93	84	843	44.05	5.05	5
84201 CEDEX	Carpentras	carpentras	93	84	843	44.05	5.05	5
84202 CEDEX	Carpentras	carpentras	93	84	843	44.05	5.05	5
84203 CEDEX	Carpentras	carpentras	93	84	843	44.05	5.05	5
84204 CEDEX	Carpentras	carpentras	93	84	843	44.05	5.05	5
84205 CEDEX	Carpentras	carpentras	93	84	843	44.05	5.05	5
84206 CEDEX	Carpentras	carpentras	93	84	843	44.05	5.05	5
84207 CEDEX	Carpentras	carpentras	93	84	843	44.05	5.05	5
84208 CEDEX	Carpentras	carpentras	93	84	843	44.05	5.05	5
84209 CEDEX	Carpentras	carpentras	93	84	843	44.05	5.05	5
84210	Le Beaucet	le-beaucet	93	84	843	43.9843	5.1173	5
84210	Althen-des-Paluds	althen-des-paluds	93	84	843	44.0041	4.9586	5
84210	La Roque-sur-Pernes	la-roque-sur-pernes	93	84	843	43.9802	5.1093	5
84210	Saint-Didier	saint-didier	93	84	843	44.0042	5.1105	5
84210	Pernes-les-Fontaines	pernes-les-fontaines	93	84	843	44.0003	5.0514	5
84210	Venasque	venasque	93	84	843	43.9921	5.1489	5
84220	Saint-Pantaléon	saint-pantaleon	93	84	841	43.8806	5.2158	5
84220	Cabrières-d’Avignon	cabrieres-d-avignon	93	84	841	43.8911	5.1516	5
84220	Gordes	gordes	93	84	841	43.9124	5.2009	5
84220	Murs	murs	93	84	841	43.9519	5.2415	5
84220	Lioux	lioux	93	84	841	43.9467	5.3021	5
84220	Joucas	joucas	93	84	841	43.9167	5.25	5
84220	Roussillon	roussillon	93	84	841	43.9008	5.2947	5
84220	Beaumettes	beaumettes	93	84	841	43.8581	5.2015	5
84220	Goult	goult	93	84	841	43.8608	5.2425	5
84230	Châteauneuf-du-Pape	chateauneuf-du-pape	93	84	843	44.0564	4.8324	5
84231 CEDEX	Châteauneuf-du-Pape	chateauneuf-du-pape	93	84	843	44.0564	4.8324	5
84232 CEDEX	Châteauneuf-du-Pape	chateauneuf-du-pape	93	84	843	44.0564	4.8324	5
84240	La Bastide-des-Jourdans	la-bastide-des-jourdans	93	84	841	43.7871	5.6347	5
84240	La Motte-d’Aigues	la-motte-d-aigues	93	84	841	43.7721	5.5199	5
84240	Sannes	sannes	93	84	841	43.7564	5.4895	5
84240	Cabrières-d’Aigues	cabrieres-d-aigues	93	84	841	43.784	5.4986	5
84240	Ansouis	ansouis	93	84	841	43.7377	5.464	5
84240	Peypin-d’Aigues	peypin-d-aigues	93	84	841	43.7859	5.5701	5
84240	La Tour-d’Aigues	la-tour-d-aigues	93	84	841	43.7254	5.5479	5
84240	Vitrolles-en-Lubéron	vitrolles-en-luberon	93	84	841	43.8167	5.6	5
84240	Grambois	grambois	93	84	841	43.7619	5.5873	5
84250	Le Thor	le-thor	93	84	842	43.9294	4.9954	5
84260	Sarrians	sarrians	93	84	843	44.084	4.9697	5
84270	Vedène	vedene	93	84	842	43.9774	4.9043	5
84271 CEDEX	Vedène	vedene	93	84	842	43.9774	4.9043	5
84272 CEDEX	Vedène	vedene	93	84	842	43.9774	4.9043	5
84273 CEDEX	Vedène	vedene	93	84	842	43.9774	4.9043	5
84274 CEDEX	Vedène	vedene	93	84	842	43.9774	4.9043	5
84275 CEDEX	Vedène	vedene	93	84	842	43.9774	4.9043	5
84276 CEDEX	Vedène	vedene	93	84	842	43.9774	4.9043	5
84277 CEDEX	Vedène	vedene	93	84	842	43.9774	4.9043	5
84278 CEDEX	Vedène	vedene	93	84	842	43.9774	4.9043	5
84279 CEDEX	Vedène	vedene	93	84	842	43.9774	4.9043	5
84290	Lagarde-Paréol	lagarde-pareol	93	84	843	44.227	4.8484	5
84290	Saint-Roman-de-Malegarde	saint-roman-de-malegarde	93	84	843	44.2686	4.9645	5
84290	Cairanne	cairanne	93	84	843	44.2325	4.9335	5
84290	Sainte-Cécile-les-Vignes	sainte-cecile-les-vignes	93	84	843	44.2451	4.8839	5
84300	Cavaillon	cavaillon	93	84	841	43.8312	5.0359	5
84300	Taillades	taillades	93	84	841	43.8359	5.0922	5
84301 CEDEX	Cavaillon	cavaillon	93	84	841	43.8312	5.0359	5
84302 CEDEX	Cavaillon	cavaillon	93	84	841	43.8312	5.0359	5
84303 CEDEX	Cavaillon	cavaillon	93	84	841	43.8312	5.0359	5
84304 CEDEX	Cavaillon	cavaillon	93	84	841	43.8312	5.0359	5
84305 CEDEX	Cavaillon	cavaillon	93	84	841	43.8312	5.0359	5
84306 CEDEX	Cavaillon	cavaillon	93	84	841	43.8312	5.0359	5
84307 CEDEX	Cavaillon	cavaillon	93	84	841	43.8312	5.0359	5
84308 CEDEX	Cavaillon	cavaillon	93	84	841	43.8312	5.0359	5
84309 CEDEX	Cavaillon	cavaillon	93	84	841	43.8312	5.0359	5
84310	Morières-lès-Avignon	morieres-les-avignon	93	84	842	43.9403	4.9011	5
84320	Entraigues-sur-la-Sorgue	entraigues-sur-la-sorgue	93	84	842	44	4.9167	5
84330	Caromb	caromb	93	84	843	44.1108	5.1058	5
84330	Saint-Pierre-de-Vassols	saint-pierre-de-vassols	93	84	843	44.1005	5.1384	5
84330	Saint-Hippolyte-le-Graveyron	saint-hippolyte-le-graveyron	93	84	843	44.1333	5.0667	5
84330	Modène	modene	93	84	843	44.1027	5.1247	5
84330	Le Barroux	le-barroux	93	84	843	44.1352	5.098	5
84340	Beaumont-du-Ventoux	beaumont-du-ventoux	93	84	843	44.1826	5.1653	5
84340	Entrechaux	entrechaux	93	84	843	44.2177	5.1353	5
84340	Malaucène	malaucene	93	84	843	44.1724	5.1329	5
84350	Courthézon	courthezon	93	84	842	44.0873	4.8838	5
84360	Mérindol	merindol	93	84	841	43.7552	5.2036	5
84360	Puget	puget	93	84	841	43.7556	5.2729	5
84360	Lauris	lauris	93	84	841	43.748	5.3152	5
84370	Bédarrides	bedarrides	93	84	842	44.0402	4.8982	5
84380	Mazan	mazan	93	84	843	44.0568	5.1275	5
84390	Savoillan	savoillan	93	84	843	44.1794	5.3757	5
84390	Saint-Christol	saint-christol	93	84	843	44.03	5.4929	5
84390	Saint-Léger-du-Ventoux	saint-leger-du-ventoux	93	84	843	44.2116	5.2761	5
84390	Aurel	aurel	93	84	843	44.1308	5.429	5
84390	Sault	sault	93	84	843	44.0897	5.4084	5
84390	Saint-Trinit	saint-trinit	93	84	843	44.103	5.4654	5
84390	Brantes	brantes	93	84	843	44.1933	5.3339	5
84390	Monieux	monieux	93	84	843	44.0674	5.3585	5
84400	Sivergues	sivergues	93	84	841	43.8272	5.4021	5
84400	Apt	apt	93	84	841	43.8833	5.4	5
84400	Castellet	castellet	93	84	841	43.8374	5.4766	5
84400	Gargas	gargas	93	84	841	43.902	5.3578	5
84400	Gignac	gignac	93	84	841	43.9179	5.5261	5
84400	Auribeau	auribeau	93	84	841	43.8356	5.4575	5
84400	Rustrel	rustrel	93	84	841	43.9257	5.4855	5
84400	Villars	villars	93	84	841	43.9239	5.4056	5
84400	Saignon	saignon	93	84	841	43.8618	5.4278	5
84400	Lagarde-d’Apt	lagarde-d-apt	93	84	841	43.9836	5.4733	5
84401 CEDEX	Apt	apt	93	84	841	43.8833	5.4	5
84402 CEDEX	Apt	apt	93	84	841	43.8833	5.4	5
84403 CEDEX	Apt	apt	93	84	841	43.8833	5.4	5
84404 CEDEX	Apt	apt	93	84	841	43.8833	5.4	5
84405 CEDEX	Apt	apt	93	84	841	43.8833	5.4	5
84410	Bédoin	bedoin	93	84	843	44.1243	5.1804	5
84410	Flassan	flassan	93	84	843	44.0986	5.2415	5
84410	Crillon-le-Brave	crillon-le-brave	93	84	843	44.1149	5.1441	5
84420	Piolenc	piolenc	93	84	843	44.1794	4.7641	5
84430	Mondragon	mondragon	93	84	843	44.2386	4.71	5
84440	Robion	robion	93	84	841	43.8471	5.1097	5
84450	Saint-Saturnin-lès-Avignon	saint-saturnin-les-avignon	93	84	842	43.955	4.9255	5
84450	Jonquerettes	jonquerettes	93	84	842	43.9465	4.9329	5
84460	Cheval-Blanc	cheval-blanc	93	84	841	43.8019	5.0623	5
84470	Châteauneuf-de-Gadagne	chateauneuf-de-gadagne	93	84	842	43.9268	4.9445	5
84480	Lacoste	lacoste	93	84	841	43.8328	5.2739	5
84480	Buoux	buoux	93	84	841	43.8303	5.3776	5
84480	Bonnieux	bonnieux	93	84	841	43.8245	5.3074	5
84490	Saint-Saturnin-lès-Apt	saint-saturnin-les-apt	93	84	841	43.9333	5.3833	5
84500	Bollène	bollene	93	84	843	44.2848	4.753	5
84501 CEDEX	Bollène	bollene	93	84	843	44.2848	4.753	5
84502 CEDEX	Bollène	bollene	93	84	843	44.2848	4.753	5
84503 CEDEX	Bollène	bollene	93	84	843	44.2848	4.753	5
84504 CEDEX	Bollène	bollene	93	84	843	44.2848	4.753	5
84505 CEDEX	Bollène	bollene	93	84	843	44.2848	4.753	5
84507 CEDEX	Bollène	bollene	93	84	843	44.2848	4.753	5
84510	Caumont-sur-Durance	caumont-sur-durance	93	84	842	43.8936	4.9475	5
84530	Villelaure	villelaure	93	84	841	43.7132	5.4307	5
84550	Mornas	mornas	93	84	843	44.2002	4.729	5
84560	Ménerbes	menerbes	93	84	841	43.8324	5.206	5
84570	Blauvac	blauvac	93	84	843	44.0295	5.1969	5
84570	Méthamis	methamis	93	84	843	44.0142	5.2239	5
84570	Villes-sur-Auzon	villes-sur-auzon	93	84	843	44.0567	5.2343	5
84570	Mormoiron	mormoiron	93	84	843	44.0678	5.1789	5
84570	Malemort-du-Comtat	malemort-du-comtat	93	84	843	44.0207	5.1599	5
84580	Oppède	oppede	93	84	841	43.8287	5.1616	5
84600	Valréas	valreas	93	84	843	44.3837	4.9908	5
84600	Grillon	grillon	93	84	843	44.3915	4.9304	5
84600	Richerenches	richerenches	93	84	843	44.3605	4.9108	5
84601 CEDEX	Valréas	valreas	93	84	843	44.3837	4.9908	5
84602 CEDEX	Valréas	valreas	93	84	843	44.3837	4.9908	5
84603 CEDEX	Valréas	valreas	93	84	843	44.3837	4.9908	5
84609 CEDEX	Valréas	valreas	93	84	843	44.3837	4.9908	5
84660	Maubec	maubec	93	84	841	43.8459	5.1403	5
84700	Sorgues	sorgues	93	84	842	44.0102	4.8738	5
84701 CEDEX	Sorgues	sorgues	93	84	842	44.0102	4.8738	5
84702 CEDEX	Sorgues	sorgues	93	84	842	44.0102	4.8738	5
84703 CEDEX	Sorgues	sorgues	93	84	842	44.0102	4.8738	5
84704 CEDEX	Sorgues	sorgues	93	84	842	44.0102	4.8738	5
84705 CEDEX	Sorgues	sorgues	93	84	842	44.0102	4.8738	5
84706 CEDEX	Sorgues	sorgues	93	84	842	44.0102	4.8738	5
84740	Velleron	velleron	93	84	842	43.9576	5.0288	5
84750	Saint-Martin-de-Castillon	saint-martin-de-castillon	93	84	841	43.8584	5.5112	5
84750	Caseneuve	caseneuve	93	84	841	43.8838	5.4837	5
84750	Viens	viens	93	84	841	43.894	5.5649	5
84760	Saint-Martin-de-la-Brasque	saint-martin-de-la-brasque	93	84	841	43.7689	5.5357	5
84800	Fontaine-de-Vaucluse	fontaine-de-vaucluse	93	84	842	43.9167	5.1333	5
84800	Lagnes	lagnes	93	84	841	43.8932	5.1135	5
84800	L’Isle-sur-la-Sorgue	l-isle-sur-la-sorgue	93	84	842	43.9191	5.0509	5
84800	Saumane-de-Vaucluse	saumane-de-vaucluse	93	84	842	43.936	5.1063	5
84801 CEDEX	L’Isle-sur-la-Sorgue	l-isle-sur-la-sorgue	93	84	842	43.9191	5.0509	5
84802 CEDEX	L’Isle-sur-la-Sorgue	l-isle-sur-la-sorgue	93	84	842	43.9191	5.0509	5
84803 CEDEX	L’Isle-sur-la-Sorgue	l-isle-sur-la-sorgue	93	84	842	43.9191	5.0509	5
84804 CEDEX	L’Isle-sur-la-Sorgue	l-isle-sur-la-sorgue	93	84	842	43.9191	5.0509	5
84805 CEDEX	L’Isle-sur-la-Sorgue	l-isle-sur-la-sorgue	93	84	842	43.9191	5.0509	5
84808 CEDEX	L’Isle-sur-la-Sorgue	l-isle-sur-la-sorgue	93	84	842	43.9191	5.0509	5
84810	Aubignan	aubignan	93	84	843	44.0994	5.0241	5
84820	Visan	visan	93	84	843	44.3141	4.952	5
84830	Sérignan-du-Comtat	serignan-du-comtat	93	84	843	44.1885	4.844	5
84840	Lamotte-du-Rhône	lamotte-du-rhone	93	84	843	44.2633	4.6783	5
84840	Lapalud	lapalud	93	84	843	44.3045	4.6895	5
84850	Camaret-sur-Aigues	camaret-sur-aigues	93	84	843	44.164	4.8742	5
84850	Travaillan	travaillan	93	84	843	44.1816	4.9015	5
84860	Caderousse	caderousse	93	84	843	44.1025	4.7568	5
84870	Loriol-du-Comtat	loriol-du-comtat	93	84	843	44.0763	4.9992	5
84871 CEDEX	Orange	orange	93	84	843	44.1392	4.8079	5
84872 CEDEX	Orange	orange	93	84	843	44.1392	4.8079	5
84873 CEDEX	Orange	orange	93	84	843	44.1392	4.8079	5
84874 CEDEX	Orange	orange	93	84	843	44.1392	4.8079	5
84878 CEDEX	Orange	orange	93	84	843	44.1392	4.8079	5
84901 CEDEX 9	Avignon	avignon	93	84	842	43.9483	4.8089	5
84902 CEDEX 9	Avignon	avignon	93	84	842	43.9483	4.8089	5
84905 CEDEX 9	Avignon	avignon	93	84	842	43.9483	4.8089	5
84909 CEDEX 9	Avignon	avignon	93	84	842	43.9483	4.8089	5
84911 CEDEX 9	Avignon	avignon	93	84	842	43.9483	4.8089	5
84912 CEDEX 9	Avignon	avignon	93	84	842	43.9483	4.8089	5
84913 CEDEX 9	Avignon	avignon	93	84	842	43.9483	4.8089	5
84914 CEDEX 9	Avignon	avignon	93	84	842	43.9483	4.8089	5
84915 CEDEX 9	Avignon	avignon	93	84	842	43.9483	4.8089	5
84916 CEDEX 9	Avignon	avignon	93	84	842	43.9483	4.8089	5
84917 CEDEX 9	Avignon	avignon	93	84	842	43.9483	4.8089	5
84918 CEDEX 9	Avignon	avignon	93	84	842	43.9483	4.8089	5
84919 CEDEX 9	Avignon	avignon	93	84	842	43.9483	4.8089	5
84951 CEDEX	Cavaillon	cavaillon	93	84	841	43.8312	5.0359	5
84952 CEDEX	Cavaillon	cavaillon	93	84	841	43.8312	5.0359	5
84953 CEDEX	Cavaillon	cavaillon	93	84	841	43.8312	5.0359	5
84954 CEDEX	Cavaillon	cavaillon	93	84	841	43.8312	5.0359	5
84956 CEDEX	Cavaillon	cavaillon	93	84	841	43.8312	5.0359	5
84961 CEDEX	Le Pontet	le-pontet	93	84	842	43.9612	4.8601	5
84963 CEDEX	Le Pontet	le-pontet	93	84	842	43.9612	4.8601	5
84964 CEDEX	Le Pontet	le-pontet	93	84	842	43.9612	4.8601	5
84965 CEDEX	Le Pontet	le-pontet	93	84	842	43.9612	4.8601	5
84967 CEDEX	Le Pontet	le-pontet	93	84	842	43.9612	4.8601	5
84968 CEDEX	Le Pontet	le-pontet	93	84	842	43.9612	4.8601	5
84969 CEDEX	Le Pontet	le-pontet	93	84	842	43.9612	4.8601	5
84971 CEDEX	Carpentras	carpentras	93	84	843	44.05	5.05	5
84972 CEDEX	Carpentras	carpentras	93	84	843	44.05	5.05	5
84973 CEDEX	Carpentras	carpentras	93	84	843	44.05	5.05	5
84976 CEDEX	Carpentras	carpentras	93	84	843	44.05	5.05	5
84977 CEDEX	Carpentras	carpentras	93	84	843	44.05	5.05	5
20000	Ajaccio	ajaccio	94	2A	2A1	41.9189	8.7381	5
20090	Ajaccio	ajaccio	94	2A	2A1	41.9189	8.7381	5
20100	Giuncheto	giuncheto	94	2A	2A4	41.5884	8.9545	5
20100	Foce	foce	94	2A	2A4	41.6167	9	5
20100	Bilia	bilia	94	2A	2A4	41.625	8.907	5
20100	Grossa	grossa	94	2A	2A4	41.6103	8.8764	5
20100	Granace	granace	94	2A	2A4	41.646	9.0082	5
20100	Sartène	sartene	94	2A	2A4	41.6167	8.9833	5
20110	Viggianello	viggianello	94	2A	2A4	41.6803	8.9519	5
20110	Propriano	propriano	94	2A	2A4	41.6759	8.9041	5
20165	Loreto-di-Tallano	loreto-di-tallano	94	2A	2A4	41.7194	9.0373	5
20110	Belvédère-Campomoro	belvedere-campomoro	94	2A	2A4	41.6277	8.8154	5
20110	Arbellara	arbellara	94	2A	2A4	41.6816	8.9901	5
20111	Calcatoggio	calcatoggio	94	2A	2A1	42.0287	8.7681	5
20111	Casaglione	casaglione	94	2A	2A1	42.0682	8.7865	5
20112	Mela	mela	94	2A	2A4	41.6958	9.0945	5
20112	Sainte-Lucie-de-Tallano	sainte-lucie-de-tallano	94	2A	2A4	41.6979	9.0647	5
20112	Altagène	altagene	94	2A	2A4	41.7061	9.0709	5
20112	Zoza	zoza	94	2A	2A4	41.7178	9.0705	5
20112	Olmiccia	olmiccia	94	2A	2A4	41.6938	9.0598	5
20113	Olmeto	olmeto	94	2A	2A4	41.7172	8.9178	5
20114	Figari	figari	94	2A	2A4	41.4882	9.1295	5
20115	Piana	piana	94	2A	2A1	42.2388	8.637	5
20116	Zérubia	zerubia	94	2A	2A4	41.7527	9.0754	5
20116	Aullène	aullene	94	2A	2A4	41.772	9.0815	5
20117	Cauro	cauro	94	2A	2A1	41.9179	8.914	5
20117	Ocana	ocana	94	2A	2A1	41.9593	8.9349	5
20117	Eccica-Suarella	eccica-suarella	94	2A	2A1	41.9167	8.9167	5
20117	Tolla	tolla	94	2A	2A1	41.9756	8.9717	5
20118	Coggia	coggia	94	2A	2A1	42.1213	8.759	5
20118	Vico	vico	94	2A	2A1	42.1667	8.8	5
20119	Bastelica	bastelica	94	2A	2A1	42.0008	9.05	5
20121	Rezza	rezza	94	2A	2A1	42.1266	8.946	5
20121	Rosazia	rosazia	94	2A	2A1	42.1298	8.8713	5
20121	Salice	salice	94	2A	2A1	42.1209	8.9022	5
20121	Azzana	azzana	94	2A	2A1	42.1174	8.9249	5
20121	Pastricciola	pastricciola	94	2A	2A1	42.1405	8.9833	5
20122	Quenza	quenza	94	2A	2A4	41.7657	9.1377	5
20123	Pila-Canale	pila-canale	94	2A	2A1	41.8128	8.9099	5
20123	Cognocoli-Monticchi	cognocoli-monticchi	94	2A	2A1	41.8285	8.9053	5
20124	Zonza	zonza	94	2A	2A4	41.7493	9.1708	5
20125	Soccia	soccia	94	2A	2A1	42.1903	8.9098	5
20125	Orto	orto	94	2A	2A1	42.189	8.931	5
20125	Poggiolo	poggiolo	94	2A	2A1	42.1763	8.9091	5
20126	Cristinacce	cristinacce	94	2A	2A1	42.2397	8.8391	5
20126	Évisa	evisa	94	2A	2A1	42.25	8.8	5
20127	Serra-di-Scopamène	serra-di-scopamene	94	2A	2A4	41.7531	9.0995	5
20128	Urbalacone	urbalacone	94	2A	2A1	41.8366	8.9479	5
20128	Grosseto-Prugna	grosseto-prugna	94	2A	2A1	41.871	8.964	5
20128	Guarguale	guarguale	94	2A	2A1	41.8371	8.9276	5
20128	Albitreccia	albitreccia	94	2A	2A1	41.8625	8.9418	5
20129	Bastelicaccia	bastelicaccia	94	2A	2A1	41.922	8.8289	5
20130	Cargèse	cargese	94	2A	2A1	42.1363	8.5959	5
20131	Pianottoli-Caldarello	pianottoli-caldarello	94	2A	2A4	41.4944	9.0563	5
20132	Zicavo	zicavo	94	2A	2A1	41.9067	9.1293	5
20133	Carbuccia	carbuccia	94	2A	2A1	42.038	8.9486	5
20133	Ucciani	ucciani	94	2A	2A1	42.0445	8.9787	5
20134	Palneca	palneca	94	2A	2A1	41.9687	9.1724	5
20134	Ciamannacce	ciamannacce	94	2A	2A1	41.9505	9.1465	5
20134	Sampolo	sampolo	94	2A	2A1	41.941	9.1225	5
20134	Tasso	tasso	94	2A	2A1	41.9437	9.104	5
20135	Conca	conca	94	2A	2A4	41.7345	9.3323	5
20136	Bocognano	bocognano	94	2A	2A1	42.0831	9.0652	5
20137	Lecci	lecci	94	2A	2A4	41.6801	9.3157	5
20137	Porto-Vecchio	porto-vecchio	94	2A	2A4	41.591	9.2795	5
20138	Coti-Chiavari	coti-chiavari	94	2A	2A1	41.7725	8.771	5
20139	Lopigna	lopigna	94	2A	2A1	42.0986	8.845	5
20140	Moca	moca	94	2A	2A4	41.8092	9.0115	5
20140	Petreto	petreto	94	2A	2A4	41.7835	8.9807	5
20140	Argiusta-Moriccio	argiusta-moriccio	94	2A	2A4	41.8157	9.0253	5
20140	Olivese	olivese	94	2A	2A1	41.8458	9.056	5
20140	Serra-di-Ferro	serra-di-ferro	94	2A	2A1	41.7277	8.7971	5
20140	Sollacaro	sollacaro	94	2A	2A4	41.7445	8.9124	5
20140	Casalabriva	casalabriva	94	2A	2A4	41.7532	8.938	5
20141	Marignana	marignana	94	2A	2A1	42.2322	8.798	5
20142	Quasquara	quasquara	94	2A	2A1	41.9008	9.0093	5
20142	Campo	campo	94	2A	2A1	41.8906	9.0035	5
20143	Fozzano	fozzano	94	2A	2A4	41.6975	9.0016	5
20143	Santa-Maria	santa-maria	94	2A	2A4	41.707	9.0045	5
20144	Zonza	zonza	94	2A	2A4	41.7493	9.1708	5
20145	Sari-Solenzara	sari-solenzara	94	2A	2A4	41.8352	9.3747	5
20146	Sotta	sotta	94	2A	2A4	41.5448	9.1963	5
20147	Serriera	serriera	94	2A	2A1	42.3015	8.7089	5
20147	Partinello	partinello	94	2A	2A1	42.3117	8.6827	5
20147	Osani	osani	94	2A	2A1	42.3241	8.6329	5
20148	Cozzano	cozzano	94	2A	2A1	41.9327	9.1529	5
20150	Ota	ota	94	2A	2A1	42.2581	8.7463	5
20150	Porto	porto	94	2A	2A1	42.2659	8.7056	5
20151	Arro	arro	94	2A	2A1	42.0929	8.8117	5
20151	Sant'Andréa-d'Orcino	sant-andrea-d-orcino	94	2A	2A1	42.0333	8.8	5
20151	Ambiegna	ambiegna	94	2A	2A1	42.0837	8.7928	5
20151	Sari-d’Orcino	sari-d-orcino	94	2A	2A1	42.0591	8.8286	5
20151	Cannelle	cannelle	94	2A	2A1	42.0492	8.8213	5
20152	Sorbollano	sorbollano	94	2A	2A4	41.7519	9.1095	5
20153	Guitera-les-Bains	guitera-les-bains	94	2A	2A1	41.9167	9.0833	5
20157	Frasseto	frasseto	94	2A	2A1	41.8959	9.0221	5
20160	Arbori	arbori	94	2A	2A1	42.1283	8.7971	5
20160	Guagno	guagno	94	2A	2A1	42.1683	8.949	5
20160	Vico	vico	94	2A	2A1	42.1673	8.8002	5
20160	Letia	letia	94	2A	2A1	42.1903	8.8501	5
20160	Coggia	coggia	94	2A	2A1	42.1213	8.759	5
20160	Murzo	murzo	94	2A	2A1	42.1676	8.8254	5
20160	Renno	renno	94	2A	2A1	42.2091	8.8269	5
20160	Poggiolo	poggiolo	94	2A	2A1	42.1767	8.9099	5
20160	Balogna	balogna	94	2A	2A1	42.1783	8.7791	5
20162 CEDEX 1	Ajaccio	ajaccio	94	2A	2A1	41.9189	8.7381	5
20163	Tavera	tavera	94	2A	2A1	42.0666	9.0155	5
20164	Cargiaca	cargiaca	94	2A	2A4	41.7312	9.048	5
20166	Albitreccia	albitreccia	94	2A	2A1	41.8625	8.9418	5
20166	Cognocoli-Monticchi	cognocoli-monticchi	94	2A	2A1	41.8285	8.9053	5
20166	Grosseto-Prugna	grosseto-prugna	94	2A	2A1	41.871	8.964	5
20166	Pietrosella	pietrosella	94	2A	2A1	41.8358	8.8457	5
20167	Peri	peri	94	2A	2A1	42.0039	8.921	5
20167	Appietto	appietto	94	2A	2A1	42.0145	8.7679	5
20167	Cuttoli-Corticchiato	cuttoli-corticchiato	94	2A	2A1	41.9833	8.9167	5
20167	Valle-di-Mezzana	valle-di-mezzana	94	2A	2A1	42.0229	8.8215	5
20167	Afa	afa	94	2A	2A1	41.9836	8.7947	5
20167	Tavaco	tavaco	94	2A	2A1	42.0349	8.9001	5
20167	Villanova	villanova	94	2A	2A1	41.9597	8.6679	5
20167	Alata	alata	94	2A	2A1	41.9775	8.7423	5
20167	Ajaccio	ajaccio	94	2A	2A1	41.9189	8.7381	5
20167	Sarrola-Carcopino	sarrola-carcopino	94	2A	2A1	42.0124	8.8505	5
20168	Corrano	corrano	94	2A	2A1	41.8899	9.0646	5
20169	Bonifacio	bonifacio	94	2A	2A4	41.3874	9.1594	5
20170	San-Gavino-di-Carbini	san-gavino-di-carbini	94	2A	2A4	41.7212	9.1483	5
20170	Carbini	carbini	94	2A	2A4	41.6788	9.1468	5
20170	Levie	levie	94	2A	2A4	41.7022	9.1247	5
20171	Monacia-d’Aullène	monacia-d-aullene	94	2A	2A4	41.5136	9.0122	5
20172	Vero	vero	94	2A	2A1	42.063	8.932	5
20173	Zévaco	zevaco	94	2A	2A1	41.8833	9.05	5
20174 CEDEX 1	Ajaccio	ajaccio	94	2A	2A1	41.9189	8.7381	5
20175 CEDEX 1	Ajaccio	ajaccio	94	2A	2A1	41.9189	8.7381	5
20176 CEDEX 1	Ajaccio	ajaccio	94	2A	2A1	41.9189	8.7381	5
20177 CEDEX 1	Ajaccio	ajaccio	94	2A	2A1	41.9189	8.7381	5
20178 CEDEX 1	Ajaccio	ajaccio	94	2A	2A1	41.9189	8.7381	5
20179 CEDEX 1	Ajaccio	ajaccio	94	2A	2A1	41.9189	8.7381	5
20180 CEDEX 1	Ajaccio	ajaccio	94	2A	2A1	41.9189	8.7381	5
20181 CEDEX 1	Ajaccio	ajaccio	94	2A	2A1	41.9189	8.7381	5
20182 CEDEX 1	Ajaccio	ajaccio	94	2A	2A1	41.9189	8.7381	5
20183 CEDEX 1	Ajaccio	ajaccio	94	2A	2A1	41.9189	8.7381	5
20184 CEDEX 1	Ajaccio	ajaccio	94	2A	2A1	41.9189	8.7381	5
20185 CEDEX 1	Ajaccio	ajaccio	94	2A	2A1	41.9189	8.7381	5
20186 CEDEX 2	Ajaccio	ajaccio	94	2A	2A1	41.9189	8.7381	5
20187 CEDEX 1	Ajaccio	ajaccio	94	2A	2A1	41.9189	8.7381	5
20188 CEDEX 1	Ajaccio	ajaccio	94	2A	2A1	41.9189	8.7381	5
20189 CEDEX 2	Ajaccio	ajaccio	94	2A	2A1	41.9189	8.7381	5
20190	Azilone-Ampaza	azilone-ampaza	94	2A	2A1	41.8633	9.0155	5
20190	Cardo-Torgia	cardo-torgia	94	2A	2A1	41.8684	8.9789	5
20190	Zigliara	zigliara	94	2A	2A1	41.8462	8.9941	5
20190	Santa-Maria-Siché	santa-maria-siche	94	2A	2A1	41.8767	8.9767	5
20190	Forciolo	forciolo	94	2A	2A1	41.8535	9.0089	5
20191 CEDEX 1	Ajaccio	ajaccio	94	2A	2A1	41.9189	8.7381	5
20192 CEDEX 4	Ajaccio	ajaccio	94	2A	2A1	41.9189	8.7381	5
20193 CEDEX 1	Ajaccio	ajaccio	94	2A	2A1	41.9189	8.7381	5
20194 CEDEX 1	Ajaccio	ajaccio	94	2A	2A1	41.9189	8.7381	5
20195 CEDEX 1	Ajaccio	ajaccio	94	2A	2A1	41.9189	8.7381	5
20197 CEDEX 1	Ajaccio	ajaccio	94	2A	2A1	41.9189	8.7381	5
20198 CEDEX 1	Ajaccio	ajaccio	94	2A	2A1	41.9189	8.7381	5
20199 CEDEX 1	Ajaccio	ajaccio	94	2A	2A1	41.9189	8.7381	5
20302 CEDEX 1	Ajaccio	ajaccio	94	2A	2A1	41.9189	8.7381	5
20303 CEDEX 1	Ajaccio	ajaccio	94	2A	2A1	41.9189	8.7381	5
20304 CEDEX 1	Ajaccio	ajaccio	94	2A	2A1	41.9189	8.7381	5
20305 CEDEX 1	Ajaccio	ajaccio	94	2A	2A1	41.9189	8.7381	5
20306 CEDEX 1	Ajaccio	ajaccio	94	2A	2A1	41.9189	8.7381	5
20309 CEDEX 1	Ajaccio	ajaccio	94	2A	2A1	41.9189	8.7381	5
20311 CEDEX 1	Ajaccio	ajaccio	94	2A	2A1	41.9189	8.7381	5
20501 CEDEX 5	Ajaccio	ajaccio	94	2A	2A1	41.9189	8.7381	5
20502 CEDEX 5	Ajaccio	ajaccio	94	2A	2A1	41.9189	8.7381	5
20503 CEDEX 5	Ajaccio	ajaccio	94	2A	2A1	41.9189	8.7381	5
20504 CEDEX 5	Ajaccio	ajaccio	94	2A	2A1	41.9189	8.7381	5
20537 CEDEX	Porto-Vecchio	porto-vecchio	94	2A	2A4	41.591	9.2795	5
20538 CEDEX	Porto-Vecchio	porto-vecchio	94	2A	2A4	41.591	9.2795	5
20700 CEDEX 9	Ajaccio	ajaccio	94	2A	2A1	41.9189	8.7381	5
20701 CEDEX 9	Ajaccio	ajaccio	94	2A	2A1	41.9189	8.7381	5
20702 CEDEX 9	Ajaccio	ajaccio	94	2A	2A1	41.9189	8.7381	5
20703 CEDEX 9	Ajaccio	ajaccio	94	2A	2A1	41.9189	8.7381	5
20900 CEDEX 9	Ajaccio	ajaccio	94	2A	2A1	41.9189	8.7381	5
20200	Ville-di-Pietrabugno	ville-di-pietrabugno	94	2B	2B2	42.7131	9.431	5
20200	Santa-Maria-di-Lota	santa-maria-di-lota	94	2B	2B2	42.7478	9.432	5
20200	Bastia	bastia	94	2B	2B2	42.7028	9.45	5
20200	San-Martino-di-Lota	san-martino-di-lota	94	2B	2B2	42.7316	9.4397	5
20212	Favalello	favalello	94	2B	2B3	42.2954	9.2715	5
20212	Sant'Andréa-di-Bozio	sant-andrea-di-bozio	94	2B	2B3	42.2973	9.3032	5
20212	Focicchia	focicchia	94	2B	2B3	42.2496	9.2935	5
20212	Sermano	sermano	94	2B	2B3	42.3145	9.2675	5
20212	Alando	alando	94	2B	2B3	42.3064	9.2905	5
20212	Castellare-di-Mercurio	castellare-di-mercurio	94	2B	2B3	42.3105	9.247	5
20212	Erbajolo	erbajolo	94	2B	2B3	42.2634	9.2819	5
20212	Alzi	alzi	94	2B	2B3	42.3036	9.3025	5
20212	Mazzola	mazzola	94	2B	2B3	42.3011	9.3112	5
20212	Bustanico	bustanico	94	2B	2B3	42.3217	9.3003	5
20213	San-Damiano	san-damiano	94	2B	2B3	42.4024	9.4194	5
20213	Scata	scata	94	2B	2B3	42.4168	9.4024	5
20213	Pruno	pruno	94	2B	2B3	42.4162	9.4405	5
20213	Castellare-di-Casinca	castellare-di-casinca	94	2B	2B3	42.4676	9.4742	5
20213	San-Gavino-d'Ampugnani	san-gavino-d-ampugnani	94	2B	2B3	42.4125	9.4229	5
20213	Penta-di-Casinca	penta-di-casinca	94	2B	2B3	42.4658	9.4588	5
20213	Sorbo-Ocagnano	sorbo-ocagnano	94	2B	2B3	42.4762	9.4559	5
20214	Calenzana	calenzana	94	2B	2B5	42.5085	8.8554	5
20214	Moncale	moncale	94	2B	2B5	42.5098	8.8367	5
20214	Zilia	zilia	94	2B	2B5	42.5302	8.9017	5
20214	Montegrosso	montegrosso	94	2B	2B5	42.5421	8.8865	5
20215	Silvareccio	silvareccio	94	2B	2B3	42.4502	9.4098	5
20215	Loreto-di-Casinca	loreto-di-casinca	94	2B	2B3	42.4765	9.4306	5
20215	Venzolasca	venzolasca	94	2B	2B3	42.484	9.4557	5
20215	Piano	piano	94	2B	2B3	42.4476	9.4028	5
20215	Vescovato	vescovato	94	2B	2B3	42.4929	9.4393	5
20215	Casalta	casalta	94	2B	2B3	42.442	9.4093	5
20215	Porri	porri	94	2B	2B3	42.4531	9.434	5
20217	Saint-Florent	saint-florent	94	2B	2B5	42.6815	9.304	5
20217	Ogliastro	ogliastro	94	2B	2B2	42.8169	9.3482	5
20217	Olmeta-di-Capocorso	olmeta-di-capocorso	94	2B	2B2	42.7689	9.3716	5
20217	Canari	canari	94	2B	2B2	42.85	9.35	5
20217	Santo-Pietro-di-Tenda	santo-pietro-di-tenda	94	2B	2B5	42.6053	9.2578	5
20217	Olcani	olcani	94	2B	2B2	42.8103	9.3707	5
20217	Nonza	nonza	94	2B	2B2	42.7846	9.3444	5
20218	Urtaca	urtaca	94	2B	2B5	42.5958	9.1668	5
20218	Pietralba	pietralba	94	2B	2B5	42.5462	9.185	5
20218	Castiglione	castiglione	94	2B	2B3	42.4178	9.1279	5
20218	Saliceto	saliceto	94	2B	2B3	42.3996	9.2951	5
20218	Prato-di-Giovellina	prato-di-giovellina	94	2B	2B3	42.4167	9.1667	5
20218	Popolasca	popolasca	94	2B	2B3	42.4338	9.1343	5
20218	Piedigriggio	piedigriggio	94	2B	2B3	42.447	9.1712	5
20218	Moltifao	moltifao	94	2B	2B3	42.4865	9.1141	5
20218	Lama	lama	94	2B	2B5	42.5767	9.172	5
20218	Morosaglia	morosaglia	94	2B	2B3	42.4351	9.3001	5
20218	Gavignano	gavignano	94	2B	2B3	42.4179	9.2879	5
20218	Castineta	castineta	94	2B	2B3	42.4228	9.2988	5
20218	Castifao	castifao	94	2B	2B3	42.5037	9.1125	5
20219	Muracciole	muracciole	94	2B	2B3	42.1691	9.1829	5
20219	Vivario	vivario	94	2B	2B3	42.1713	9.1711	5
20220	Monticello	monticello	94	2B	2B5	42.617	8.9548	5
20220	Sant’Antonino	sant-antonino	94	2B	2B5	42.5886	8.905	5
20220	Santa-Reparata-di-Balagna	santa-reparata-di-balagna	94	2B	2B5	42.6042	8.9289	5
20220	L'Île-Rousse	l-ile-rousse	94	2B	2B5	42.6337	8.9376	5
20220	Aregno	aregno	94	2B	2B5	42.581	8.8942	5
20220	Corbara	corbara	94	2B	2B5	42.6144	8.9066	5
20220	Pigna	pigna	94	2B	2B5	42.5995	8.9028	5
20220	Algajola	algajola	94	2B	2B5	42.6079	8.8625	5
20221	Sant'Andréa-di-Cotone	sant-andrea-di-cotone	94	2B	2B3	42.3	9.4667	5
20221	Cervione	cervione	94	2B	2B3	42.3284	9.4934	5
20221	Valle-di-Campoloro	valle-di-campoloro	94	2B	2B3	42.3343	9.5152	5
20221	Santa-Maria-Poggio	santa-maria-poggio	94	2B	2B3	42.3449	9.4952	5
20222	Brando	brando	94	2B	2B2	42.7667	9.45	5
20223 AIR	Solenzara Air Base	solenzara-air-base	94	2B	2B3	41.9244	9.406	5
20224	Lozzi	lozzi	94	2B	2B3	42.345	9.0035	5
20224	Calacuccia	calacuccia	94	2B	2B3	42.3353	9.0162	5
20224	Casamaccioli	casamaccioli	94	2B	2B3	42.3176	9.0015	5
20224	Albertacce	albertacce	94	2B	2B3	42.327	8.9842	5
20224	Corscia	corscia	94	2B	2B3	42.3542	9.0425	5
20225	Cateri	cateri	94	2B	2B5	42.5718	8.8911	5
20225	Avapessa	avapessa	94	2B	2B5	42.5611	8.8953	5
20225	Feliceto	feliceto	94	2B	2B5	42.5441	8.9352	5
20225	Nessa	nessa	94	2B	2B5	42.5501	8.9483	5
20225	Lavatoggio	lavatoggio	94	2B	2B5	42.5742	8.8776	5
20225	Muro	muro	94	2B	2B5	42.5458	8.9141	5
20226	Belgodère	belgodere	94	2B	2B5	42.5855	9.0179	5
20226	Speloncato	speloncato	94	2B	2B5	42.5618	8.9812	5
20226	Palasca	palasca	94	2B	2B5	42.5889	9.0429	5
20226	Novella	novella	94	2B	2B5	42.5846	9.1172	5
20226	Occhiatana	occhiatana	94	2B	2B5	42.5736	9.0088	5
20226	Costa	costa	94	2B	2B5	42.575	9.0019	5
20227	Ghisoni	ghisoni	94	2B	2B3	42.1026	9.2103	5
20228	Luri	luri	94	2B	2B2	42.8967	9.4058	5
20228	Barrettali	barrettali	94	2B	2B2	42.8769	9.3554	5
20228	Pino	pino	94	2B	2B2	42.9085	9.3505	5
20228	Cagnano	cagnano	94	2B	2B2	42.8783	9.4537	5
20229	Polveroso	polveroso	94	2B	2B3	42.4005	9.3643	5
20229	Parata	parata	94	2B	2B3	42.3702	9.409	5
20229	Carcheto-Brustico	carcheto-brustico	94	2B	2B3	42.3667	9.3667	5
20229	Stazzona	stazzona	94	2B	2B3	42.371	9.3727	5
20229	Campana	campana	94	2B	2B3	42.3887	9.3534	5
20229	Verdèse	verdese	94	2B	2B3	42.393	9.3646	5
20229	Piedicroce	piedicroce	94	2B	2B3	42.3746	9.3681	5
20229	Monacia-d’Orezza	monacia-d-orezza	94	2B	2B3	42.3833	9.3833	5
20229	Piazzole	piazzole	94	2B	2B3	42.3932	9.4022	5
20229	Rapaggio	rapaggio	94	2B	2B3	42.3724	9.3895	5
20229	Pie-d’Orezza	pie-d-orezza	94	2B	2B3	42.3721	9.3548	5
20229	Carpineto	carpineto	94	2B	2B3	42.3551	9.3799	5
20229	Valle-d’Orezza	valle-d-orezza	94	2B	2B3	42.3612	9.404	5
20229	Piedipartino	piedipartino	94	2B	2B3	42.3682	9.3584	5
20229	Nocario	nocario	94	2B	2B3	42.3982	9.3522	5
20230	Santa-Reparata-di-Moriani	santa-reparata-di-moriani	94	2B	2B3	42.3503	9.4564	5
20230	Poggio-Mezzana	poggio-mezzana	94	2B	2B3	42.3979	9.4942	5
20230	San-Giuliano	san-giuliano	94	2B	2B3	42.3123	9.5166	5
20230	Santa-Lucia-di-Moriani	santa-lucia-di-moriani	94	2B	2B3	42.3821	9.5224	5
20230	Talasani	talasani	94	2B	2B3	42.4085	9.4796	5
20230	Taglio	taglio	94	2B	2B3	42.4351	9.4698	5
20230	Velone-Orneto	velone-orneto	94	2B	2B3	42.4004	9.471	5
20230	Linguizzetta	linguizzetta	94	2B	2B3	42.2638	9.473	5
20230	Pero-Casevecchie	pero-casevecchie	94	2B	2B3	42.4145	9.4653	5
20230	Canale-di-Verde	canale-di-verde	94	2B	2B3	42.2771	9.4748	5
20230	Chiatra	chiatra	94	2B	2B3	42.2911	9.4741	5
20230	San-Giovanni-di-Moriani	san-giovanni-di-moriani	94	2B	2B3	42.3759	9.4586	5
20230	San-Nicolao	san-nicolao	94	2B	2B3	42.3699	9.5144	5
20230	Pietra-di-Verde	pietra-di-verde	94	2B	2B3	42.2991	9.4508	5
20231	Venaco	venaco	94	2B	2B3	42.2323	9.1725	5
20232	Olmeta-di-Tuda	olmeta-di-tuda	94	2B	2B5	42.6108	9.3545	5
20232	Oletta	oletta	94	2B	2B5	42.6299	9.3543	5
20232	Vallecalle	vallecalle	94	2B	2B5	42.5987	9.3398	5
20232	Poggio-d’Oletta	poggio-d-oletta	94	2B	2B5	42.6408	9.36	5
20233	Sisco	sisco	94	2B	2B2	42.8	9.4333	5
20233	Pietracorbara	pietracorbara	94	2B	2B2	42.8463	9.4301	5
20234	Tarrano	tarrano	94	2B	2B3	42.3421	9.3979	5
20234	Piazzali	piazzali	94	2B	2B3	42.3192	9.4069	5
20234	Valle-d'Alesani	valle-d-alesani	94	2B	2B3	42.3261	9.4157	5
20234	Felce	felce	94	2B	2B3	42.3488	9.4182	5
20234	Pietricaggio	pietricaggio	94	2B	2B3	42.3349	9.3888	5
20234	Ortale	ortale	94	2B	2B3	42.3163	9.423	5
20234	Piobetta	piobetta	94	2B	2B3	42.3333	9.3833	5
20234	Novale	novale	94	2B	2B3	42.3097	9.414	5
20234	Perelli	perelli	94	2B	2B3	42.3229	9.393	5
20235	Canavaggia	canavaggia	94	2B	2B3	42.5044	9.261	5
20235	Bisinchi	bisinchi	94	2B	2B3	42.4775	9.3242	5
20235	Valle-di-Rostino	valle-di-rostino	94	2B	2B3	42.4572	9.2798	5
20235	Castello-di-Rostino	castello-di-rostino	94	2B	2B3	42.4638	9.3149	5
20236	Omessa	omessa	94	2B	2B3	42.3703	9.1992	5
20236	Castirla	castirla	94	2B	2B3	42.3725	9.1441	5
20237	La Porta	la-porta	94	2B	2B3	42.4167	9.35	5
20237	Quercitello	quercitello	94	2B	2B3	42.425	9.3492	5
20237	Croce	croce	94	2B	2B3	42.4138	9.3617	5
20237	Giocatojo	giocatojo	94	2B	2B3	42.4437	9.3487	5
20237	Casabianca	casabianca	94	2B	2B3	42.4463	9.3634	5
20237	Ficaja	ficaja	94	2B	2B3	42.4221	9.3684	5
20237	Poggio-Marinaccio	poggio-marinaccio	94	2B	2B3	42.4358	9.354	5
20238	Centuri	centuri	94	2B	2B2	42.9659	9.3518	5
20238	Morsiglia	morsiglia	94	2B	2B2	42.9453	9.3653	5
20239	Murato	murato	94	2B	2B5	42.578	9.3271	5
20239	Rutali	rutali	94	2B	2B5	42.5798	9.3634	5
20240	Solaro	solaro	94	2B	2B3	41.904	9.3269	5
20240	Poggio-di-Nazza	poggio-di-nazza	94	2B	2B3	42.0544	9.2948	5
20240	Chisa	chisa	94	2B	2B3	41.9235	9.2608	5
20240	Lugo-di-Nazza	lugo-di-nazza	94	2B	2B3	42.0734	9.3001	5
20240	Ghisonaccia	ghisonaccia	94	2B	2B3	42.0162	9.4041	5
20240	Ventiseri	ventiseri	94	2B	2B3	41.9417	9.3317	5
20242	Noceta	noceta	94	2B	2B3	42.1977	9.2095	5
20242	Rospigliani	rospigliani	94	2B	2B3	42.1894	9.2295	5
20242	Vezzani	vezzani	94	2B	2B3	42.1735	9.2453	5
20242	Pietroso	pietroso	94	2B	2B3	42.1547	9.2702	5
20243	Isolaccio-di-Fiumorbo	isolaccio-di-fiumorbo	94	2B	2B3	42.0007	9.2805	5
20243	Prunelli-di-Fiumorbo	prunelli-di-fiumorbo	94	2B	2B3	42.0105	9.3247	5
20243	Serra-di-Fiumorbo	serra-di-fiumorbo	94	2B	2B3	41.985	9.3365	5
20243	San-Gavino-di-Fiumorbo	san-gavino-di-fiumorbo	94	2B	2B3	41.9827	9.2676	5
20244	Lano	lano	94	2B	2B3	42.3815	9.2474	5
20244	Cambia	cambia	94	2B	2B3	42.3636	9.2938	5
20244	Rusio	rusio	94	2B	2B3	42.3619	9.2608	5
20244	Aiti	aiti	94	2B	2B3	42.3991	9.2442	5
20244	Carticasi	carticasi	94	2B	2B3	42.3569	9.2907	5
20244	San-Lorenzo	san-lorenzo	94	2B	2B3	42.3837	9.2886	5
20244	Érone	erone	94	2B	2B3	42.3727	9.2712	5
20245	Galéria	galeria	94	2B	2B5	42.4108	8.6491	5
20245	Manso	manso	94	2B	2B5	42.3779	8.7784	5
20246	Santo-Pietro-di-Tenda	santo-pietro-di-tenda	94	2B	2B5	42.607	9.2568	5
20246	San-Gavino-di-Tenda	san-gavino-di-tenda	94	2B	2B5	42.5988	9.2657	5
20246	Piève	pieve	94	2B	2B5	42.5799	9.2879	5
20246	Sorio	sorio	94	2B	2B5	42.5835	9.2739	5
20246	Rapale	rapale	94	2B	2B5	42.5907	9.303	5
20247	Rogliano	rogliano	94	2B	2B2	42.9561	9.4184	5
20248	Rogliano	rogliano	94	2B	2B2	42.9561	9.4184	5
20248	Tomino	tomino	94	2B	2B2	42.9462	9.4427	5
20250	Casanova	casanova	94	2B	2B3	42.2535	9.1736	5
20250	Soveria	soveria	94	2B	2B3	42.3588	9.1662	5
20250	Santo-Pietro-di-Venaco	santo-pietro-di-venaco	94	2B	2B3	42.2497	9.1703	5
20250	Santa-Lucia-di-Mercurio	santa-lucia-di-mercurio	94	2B	2B3	42.3264	9.2214	5
20250	Corte	corte	94	2B	2B3	42.3096	9.1492	5
20250	Tralonca	tralonca	94	2B	2B3	42.3432	9.2073	5
20250	Poggio-di-Venaco	poggio-di-venaco	94	2B	2B3	42.2574	9.1867	5
20250	Riventosa	riventosa	94	2B	2B3	42.25	9.1805	5
20251	Pietraserena	pietraserena	94	2B	2B3	42.2339	9.3458	5
20251	Pancheraccia	pancheraccia	94	2B	2B3	42.2183	9.3719	5
20251	Altiani	altiani	94	2B	2B3	42.2362	9.2902	5
20251	Giuncaggio	giuncaggio	94	2B	2B3	42.2162	9.3662	5
20251	Piedicorte-di-Gaggio	piedicorte-di-gaggio	94	2B	2B3	42.2341	9.3276	5
20252	Bigorno	bigorno	94	2B	2B3	42.5273	9.299	5
20252	Lento	lento	94	2B	2B3	42.5216	9.2824	5
20252	Campitello	campitello	94	2B	2B3	42.5286	9.3178	5
20253	Patrimonio	patrimonio	94	2B	2B5	42.6978	9.3626	5
20253	Barbaggio	barbaggio	94	2B	2B5	42.6897	9.3779	5
20253	Farinole	farinole	94	2B	2B5	42.7316	9.366	5
20256	Corbara	corbara	94	2B	2B5	42.6144	8.9066	5
20259	Vallica	vallica	94	2B	2B5	42.5208	9.0515	5
20259	Olmi	olmi	94	2B	2B5	42.5288	9.0159	5
20259	Pioggiola	pioggiola	94	2B	2B5	42.5369	8.9973	5
20259	Mausoléo	mausoleo	94	2B	2B5	42.5201	9.0083	5
20260	Calenzana	calenzana	94	2B	2B5	42.5081	8.8553	5
20260	Lumio	lumio	94	2B	2B5	42.5789	8.8337	5
20260	Calvi	calvi	94	2B	2B5	42.566	8.7571	5
20270	Aghione	aghione	94	2B	2B3	42.1122	9.4005	5
20270	Antisanti	antisanti	94	2B	2B3	42.1664	9.3452	5
20270	Casevecchie	casevecchie	94	2B	2B3	42.1429	9.3617	5
20270	Matra	matra	94	2B	2B3	42.2804	9.3905	5
20270	Pancheraccia	pancheraccia	94	2B	2B3	42.2183	9.3719	5
20270	Campi	campi	94	2B	2B3	42.2714	9.4236	5
20270	Aléria	aleria	94	2B	2B3	42.1024	9.5158	5
20270	Moïta	moita	94	2B	2B3	42.2789	9.4129	5
20270	Tallone	tallone	94	2B	2B3	42.2309	9.4121	5
20270	Tox	tox	94	2B	2B3	42.2516	9.4313	5
20272	Zalana	zalana	94	2B	2B3	42.2606	9.3754	5
20272	Ampriani	ampriani	94	2B	2B3	42.2544	9.3582	5
20272	Zuani	zuani	94	2B	2B3	42.2712	9.3464	5
20272	Pianello	pianello	94	2B	2B3	42.291	9.3604	5
20275	Ersa	ersa	94	2B	2B2	42.975	9.3806	5
20276	Asco	asco	94	2B	2B3	42.454	9.0338	5
20279	Ville-di-Paraso	ville-di-paraso	94	2B	2B5	42.5656	8.9859	5
20287	Meria	meria	94	2B	2B2	42.9268	9.4526	5
20288 CEDEX	Bastia	bastia	94	2B	2B2	42.7028	9.45	5
20289 CEDEX	Bastia	bastia	94	2B	2B2	42.7028	9.45	5
20290	Prunelli-di-Casacconi	prunelli-di-casacconi	94	2B	2B3	42.5038	9.4024	5
20290	Borgo	borgo	94	2B	2B2	42.5549	9.4264	5
20290	Campile	campile	94	2B	2B3	42.4925	9.3534	5
20290	Scolca	scolca	94	2B	2B3	42.5309	9.3628	5
20290	Crocicchia	crocicchia	94	2B	2B3	42.4684	9.3524	5
20290	Monte	monte	94	2B	2B3	42.4678	9.3896	5
20290	Penta	penta	94	2B	2B3	42.4616	9.374	5
20290	Lucciana	lucciana	94	2B	2B2	42.5461	9.4186	5
20290	Ortiporio	ortiporio	94	2B	2B3	42.4573	9.3433	5
20290	Olmo	olmo	94	2B	2B3	42.4957	9.407	5
20290	Volpajola	volpajola	94	2B	2B3	42.5266	9.3556	5
20290	Vignale	vignale	94	2B	2B2	42.5389	9.3822	5
20291 CEDEX	Bastia	bastia	94	2B	2B2	42.7028	9.45	5
20292 CEDEX	Bastia	bastia	94	2B	2B2	42.7028	9.45	5
20293 CEDEX	Bastia	bastia	94	2B	2B2	42.7028	9.45	5
20294 CEDEX	Bastia	bastia	94	2B	2B2	42.7028	9.45	5
20295 CEDEX 9	Bastia	bastia	94	2B	2B2	42.7028	9.45	5
20296 CEDEX	Bastia	bastia	94	2B	2B2	42.7028	9.45	5
20297 CEDEX	Bastia	bastia	94	2B	2B2	42.7028	9.45	5
20298 CEDEX	Bastia	bastia	94	2B	2B2	42.7028	9.45	5
20299 CEDEX	Bastia	bastia	94	2B	2B2	42.7028	9.45	5
20401 CEDEX 9	Bastia	bastia	94	2B	2B2	42.7028	9.45	5
20402 CEDEX 9	Bastia	bastia	94	2B	2B2	42.7028	9.45	5
20403 CEDEX	Bastia	bastia	94	2B	2B2	42.7028	9.45	5
20405 CEDEX 9	Bastia	bastia	94	2B	2B2	42.7028	9.45	5
20406 CEDEX 9	Bastia	bastia	94	2B	2B2	42.7028	9.45	5
20407 CEDEX	Bastia	bastia	94	2B	2B2	42.7028	9.45	5
20408 CEDEX 9	Bastia	bastia	94	2B	2B2	42.7028	9.45	5
20409 CEDEX	Bastia	bastia	94	2B	2B2	42.7028	9.45	5
20410 CEDEX	Bastia	bastia	94	2B	2B2	42.7028	9.45	5
20411 CEDEX 9	Bastia	bastia	94	2B	2B2	42.7028	9.45	5
20412 CEDEX	Bastia	bastia	94	2B	2B2	42.7028	9.45	5
20413 CEDEX	Bastia	bastia	94	2B	2B2	42.7028	9.45	5
20414 CEDEX 9	Bastia	bastia	94	2B	2B2	42.7028	9.45	5
20416 CEDEX	Bastia	bastia	94	2B	2B2	42.7028	9.45	5
20417 CEDEX 9	Bastia	bastia	94	2B	2B2	42.7028	9.45	5
20418 CEDEX 9	Bastia	bastia	94	2B	2B2	42.7028	9.45	5
20419 CEDEX 9	Bastia	bastia	94	2B	2B2	42.7028	9.45	5
20600	Furiani	furiani	94	2B	2B2	42.6585	9.4145	5
20600	Bastia	bastia	94	2B	2B2	42.7028	9.45	5
20601 CEDEX	Bastia	bastia	94	2B	2B2	42.7028	9.45	5
20604 CEDEX	Bastia	bastia	94	2B	2B2	42.7028	9.45	5
20611 CEDEX	Bastia	bastia	94	2B	2B2	42.7028	9.45	5
20620	Biguglia	biguglia	94	2B	2B2	42.6269	9.4202	5
98799	Clipperton Island	clipperton-island				10.2922	-109.2072	5
\.


--
-- Data for Name: admin1; Type: TABLE DATA; Schema: it; Owner: g5
--

COPY it.admin1 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, population, timezone) FROM stdin;
2523119	Sicilia	sicilia	An tSicil,Region de Sicilia,Regione Autonoma Siciliana,Regione Siciliana,Región de Sicilia,Sasiiliya,Secilia,Sicile,Sicili,Sicilia,Sicilie,Sicilien,Sicilija,Sicilio,Siciliska,Siciliya,Sicilië,Sicilska,Sicily,Sicilya,Siciłia,Sicylija,Sicília,Sicílie,Sicīlija,Sikelia,Sikiley,Sikilia,Sisili,Sisilia,Sisilie,Sisilië,Sisylje,Sitsiilia,Sitzilia,Sitzìlia,Sizilia,Sizilien,Siçilia,Sqallija,Sycylia,Sycylijo,Szicilia,Szicília,Sícilia,Sîcîlya,cicili,shichiria,shichiria dao,sichillia,sicilya,sisili,sisili dbipapunja,sitsilia,sqlyt,sysyl,sysylya,syzylyh,xi xi li dao,Σικελία,Сицили,Сицилия,Сицилија,Сицилія,Сіцылія,Սիցիլիա,סיציליה,סיציליע,سىتسىلىيە,سيسيليا,سیسیل,صقلية,صقلیہ,صوبہ سسلی,सिचिल्या,সিসিলি দ্বীপপুঞ্জ,சிசிலி,സിസിലി,แคว้นปกครองตนเองซิซิลี,སི་ཅི་ལི་ཡ།,სიცილია,ሲኪልያ,シチリア,シチリア島,西西里岛,시칠리아		IT	15	5042992	Europe/Rome
2523228	Sardegna	sardegna	Cerdena,Cerdeña,Region de Cerdena,Regione Autonoma della Sardegna,Región de Cerdeña,Sardaigne,Sardaine,Sardegna,Sardegne,Sardenya,Sardinia,Sardinie,Sardinien,Sardinië,Sardénya		IT	14	1672404	Europe/Rome
2525468	Regione Calabria	regione-calabria	Bruttium,Calabbria,Calabre,Calabria,Calabrie,Calabrien,Calabrië,Calavria,Calàbria,Calábria,Categoria:Calabria,Categoria:Calàbria,Całabria,Kalaabrje,Kalabri,Kalabria,Kalabrie,Kalabrien,Kalabrija,Kalabrio,Kalabriya,Kalabryja,Kalabría,Kalábria,Kalábrie,Region de Calabria,Regione Calabria,Región de Calabria,ka la bu li ya,kalabriya,kalabrya,kallabeulia ju,karaburia zhou,klabrya,qlbryh,qlwryt,Καλαβρία,Калабри,Калабрия,Калабрија,Калабрыя,Калабрія,קלבריה,قلورية,کالابریا,کلابریا,कालाब्रिया,แคว้นกาลาเบรีย,კალაბრია,カラブリア州,卡拉布里亚,칼라브리아 주		IT	03	2009330	Europe/Rome
3164604	Regione Veneto	regione-veneto	Region de Veneto,Regione del Veneto,Región de Véneto,Venetia,Venetie,Venetien,Venetië,Veneto,Vèneto,Véneto,Vénétie		IT	20	4912438	Europe/Rome
3164857	Regione Autonoma Valle d'Aosta	regione-autonoma-valle-d-aosta	Aosta Valley,Region Autonome Vallee d'Aoste,Region del Valle de Aosta,Regione Autonoma Val d'Aosta,Regione Autonoma Valle d'Aosta,Región del Valle de Aosta,Région Autonome Vallée d'Aoste,Vall d'Aosta,Valle d'Aosta,Valle de Aosta,Valle di Aosta,Valle d’Aosta,Vallee d'Aoste,Vallée d'Aoste		IT	19	127866	Europe/Rome
3165048	Umbria	umbria	Ombria,Ombrie,Onbria,Oumpria,Region de Umbria,Regione Umbria,Región de Umbría,Umbia,Umbri,Umbria,Umbrie,Umbrien,Umbrija,Umbrio,Umbrië,Umbrje,Umbryja,Umbría,Umbïa,ambriya,ambrya,awmbrya,umbeulia ju,umbria,unburia zhou,weng bu li ya,Ómbria,Úmbria,Úmbría,Ούμπρια,Умбри,Умбрия,Умбрија,Умбрыя,Умбрія,אומבריה,أومبريا,امبریا,اومبریا,صوبہ امبریا,अंब्रिया,แคว้นอุมเบรีย,უმბრია,ウンブリア州,翁布里亚,움브리아 주		IT	18	900790	Europe/Rome
3165244	Trentino-Alto Adige	trentino-alto-adige	Alto Adige,Autonome Region Trentino-Sudtirol,Autonome Region Trentino-Südtirol,Autonomni provincie Bolzano,Autonomní provincie Bolzano,Bol'cano,Bozen-Zuid-Tirol,Etelae-Tiroli,Etelä-Tiroli,Juzna Tirolska,Juzne Tirolsko,Južna Tirolska,Južné Tirolsko,Poludniowy Tyrol,Południowy Tyrol,Region de Trentino-Alto Adigio,Regione Autonoma Trentino-Alto Adige,Región de Trentino-Alto Adigio,Sidtiroul,South Tyrol,Su Tirol,Sudtirol,Sudtirolo,Suedtirol,Syd-Tirol,Sydtyrolen,Sydtyrolen (Trentino - Alto Adige),Südtirol,Tirol Meridional,Tirol del Sud,Tirolo,Tirolul de Sud,Tirolum Meridionale,Trentin,Trentin-Haut-Adige,Trentin-Tyrol-du-Sud,Trentino,Trentino - Alto Adige,Trentino-Alto Adige,Trentino-Alto Adigio,Trentino-Sudtirol,Trentino-Südtirol,Venetia Tridentina,Venezia Tridentina,borutsu~ano zi zhi xian,Больцано,ボルツァーノ自治県		IT	17	1028260	Europe/Rome
3165361	Regione Toscana	regione-toscana	Region de Toscana,Región de Toscana,Taskana,Toscan-a,Toscana,Toscane,Toscann-a,Toskana,Toskania,Toskanio,Toskansko,Toskánsko,Toskāna,Toszkana,Toszkána,Tuscany,Tuschena,Tuschèna,Tuscia,toseukana ju,tosukana zhou,tuo si ka na,twsqnh,Таскана,Тоскана,טוסקנה,تسکانہ,ტოსკანა,トスカーナ州,托斯卡纳,토스카나 주		IT	16	3730130	Europe/Rome
3169778	Puglia	puglia	Apoulia,Appoulle,Apuli,Apulia,Apulie,Apulien,Apulija,Apulio,Apulië,Apulje,Apuulia,Apúlia,Apúlía,Apūlija,Conia,Koni,Le Puglie,Polha,Pouilles,Poulye,Pueja,Pugghia,Puggia,Puglia,Puglie,Puia,Pulia,Pulie,Pulija,Pulla,Pùglia,Püja,Region de Apulia,Regione Puglia,Región de Apulia,apwlya,bwlya,pu li ya,puliya,pullia ju,purrya zhou,pwlyh,Απουλία,Апули,Апулия,Апулија,Апулія,Пулия,פוליה,آپولیا,بوليا,صوبہ اپولیا,پلیہ,पुलीया,แคว้นปูลยา,აპულია,プッリャ州,普利亚,풀리아 주		IT	13	4084035	Europe/Rome
3170831	Regione Piemonte	regione-piemonte	Pedemons,Pedemontium,Piamonte,Piedmont,Piemont,Piemonte,Piémont,Piëmont,Region de Piamonte,Regione Piemonte,Región de Piamonte		IT	12	4446230	Europe/Rome
3173222	Regione Molise	regione-molise	Molise,Region de Molise,Regione Molise,Región de Molise		IT	11	320229	Europe/Rome
3174004	Marche	marche	Las Marcas,Le Marche,Marcas,Marchas,Marche,Marches,Marchi,Marchia Anconitana,Marchis,Markak,Markas,Marke,Markee,Marken,Markes,Markio,Marky,Markés,Markė,Marques,Mârches,Region de Las Marcas,Regione Marche,Región de Las Marcas,The Marches,les Marques,ma er kai,maleuke ju,marke,markh,marky,maruke zhou,Марке,מארקה,صوبہ مارچے,ماركي,مارکه,मार्के,แคว้นมาร์เก,მარკე,マルケ州,马尔凯,마르케 주		IT	10	1559542	Europe/Rome
3174618	Regione Lombardia	regione-lombardia	Llombardia,Lombardei,Lombardia,Lombardie,Lombardiet,Lombardije,Lombardy,Lombardía,Region de Lombardia,Región de Lombardía		IT	09	9826141	Europe/Rome
3174725	Regione Liguria	regione-liguria	Isles de la mer ligusticque,Liguria,Ligurie,Ligurien,Ligurië,Ligúria,Region de Liguria,Regione Liguria,Región de Liguria,iles de la mer Ligustique,mer Liguistique,îles de la mer Ligustique		IT	08	1615986	Europe/Rome
3174976	Lazio	lazio	Laci,Lacij,Lacijus,Lacio,Lacion,Lacjum,Lacyjo,Lasio,Lassio,Latio,Latium,Latíum,Lazi,Lazio,Laziu,Lazzio,Lazziu,Làsio,Lácio,Region de Lacio,Regione Lazio,Región de Lacio,la qi ao,lachio ju,latsio,latsiyo,latsyw,latzyw,lazyw,ratsu~io zhou,Łasio,Λάτιο,Лацио,Лацыё,Лаціо,לאציו,صوبہ لیزیو,لاتزیو,لاتسيو,لازیو,लात्सियो,แคว้นลาซีโอ,ლაციო,ラツィオ州,拉齐奥,라치오 주		IT	07	5681868	Europe/Rome
3176525	Regione Autonoma Friuli Venezia Giulia	regione-autonoma-friuli-venezia-giulia	FVG,Friaul-Venetien,Frioul-Venetie julienne,Frioul-Vénétie julienne,Friuel - Venecia Julia,Friuli Venezia Giulia,Friuli-Julisch Venetie,Friuli-Julisch Venetië,Friuli-Venecia Julia,Friül - Venècia Júlia,Region de Friuli-Venecia Julia,Región de Friuli-Venecia Julia		IT	06	1234079	Europe/Rome
3177401	Regione Emilia-Romagna	regione-emilia-romagna	Emilia,Emilia-Romagna,Emilia-Romana,Emilia-Romanya,Emilia-Romaña,Emilie-Romagne,Emília-Romanya,Region de Emilia-Romana,Regione Emilia-Romagna,Región de Emilia-Romaña,Romagna,Émilie-Romagne		IT	05	4395569	Europe/Rome
3181042	Regione Campania	regione-campania	Campania,Campanie,Campanië,Campània,Conia,Kampanien,Koni,Region de Campania,Regione Campania,Región de Campania		IT	04	5824662	Europe/Rome
3182306	Regione Basilicata	regione-basilicata	Baselecata,Basilica,Basilicata,Basilicate,Basilicà,Basilikata,Basilikato,Basilíkata,Bazilikata,Bazilikatae,Lucania,Lucanie,Region de Basilicata,Regione Basilicata,Región de Basilicata,ba si li ka ta,bajhilikata,bajirikata zhou,basillikata ju,basylykata,bazylykata,bzylyqth,pacilikata,Базиликатæ,Базиликата,Базиліката,Базіліката,בזיליקטה,بازيليكاتا,بازیلیکاتا,باسیلیکاتا,बाझिलिकाता,பசிளிகாதா,แคว้นบาซีลีกาตา,ბაზილიკატა,バジリカータ州,巴斯利卡塔,바실리카타 주		IT	02	588879	Europe/Rome
3183560	Regione Abruzzo	regione-abruzzo	Abruzzen,Abruzzes,Abruzzi,Abruzzo,Los Abruzos,Region de Los Abruzos,Regione Abruzzo,Región de Los Abruzos,els Abrucos,els Abruços		IT	01	1338898	Europe/Rome
\.


--
-- Data for Name: admin2; Type: TABLE DATA; Schema: it; Owner: g5
--

COPY it.admin2 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, admin2_code, population, timezone) FROM stdin;
2522875	Provincia di Trapani	provincia-di-trapani	Provincia di Trapani,Trapani		IT	15	TP	429917	Europe/Rome
2523082	Provincia di Siracusa	provincia-di-siracusa	Provincia di Siracusa,Siracusa,Syracuse,Syrakus		IT	15	SR	399933	Europe/Rome
2523629	Provincia di Reggio Calabria	provincia-di-reggio-calabria	Provincia Reggio di Calabria,Provincia di Reggio Calabria,Reggio Calabria		IT	03	RC	550967	Europe/Rome
2523649	Provincia di Ragusa	provincia-di-ragusa	Provincia di Ragusa,Ragusa,Raguse		IT	15	RG	307492	Europe/Rome
2523918	Provincia di Palermo	provincia-di-palermo	Palerme,Palermo,Provincia di Palermo		IT	15	PA	1243585	Europe/Rome
2523962	Provincia di Oristano	provincia-di-oristano	Oristano,Provincia di Oristano		IT	14	OR	163916	Europe/Rome
2524169	Provincia di Messina	provincia-di-messina	Messina,Messine,Province of Messina,Provincia di Messina		IT	15	ME	649824	Europe/Rome
2524818	Provincia di Enna	provincia-di-enna	Enna,Provincia di Enna		IT	15	EN	173451	Europe/Rome
2524906	Provincia di Cosenza	provincia-di-cosenza	Cosenza,Provincia di Cosenza		IT	03	CS	714030	Europe/Rome
2525058	Provincia di Catanzaro	provincia-di-catanzaro	Catanzaro,Provincia di Catanzaro		IT	03	CZ	359841	Europe/Rome
2525065	Provincia di Catania	provincia-di-catania	Catane,Catania,Provincia di Catania		IT	15	CT	1078766	Europe/Rome
2525447	Provincia di Caltanissetta	provincia-di-caltanissetta	Caltanisetta,Caltanissetta,Province of Caltanissetta,Provincia di Caltanissetta,Pruvincia di Caltanissetta		IT	15	CL	273099	Europe/Rome
2525471	Provincia di Cagliari	provincia-di-cagliari	Cagliari,Provincia di Cagliari		IT	14	CA	550580	Europe/Rome
2525763	Provincia di Agrigento	provincia-di-agrigento	Agrigent,Agrigente,Agrigento,Girgenti,Province of Agrigento,Provincia di Agrigento,Pruvincia di Girgenti		IT	15	AG	446837	Europe/Rome
3164038	Provincia di Viterbo	provincia-di-viterbo	Provincia di Viterbo,Viterbe,Viterbo		IT	07	VT	312864	Europe/Rome
3164418	Provincia di Vicenza	provincia-di-vicenza	Provincia di Vicenza,Vicence,Vicenza		IT	20	VI	859205	Europe/Rome
3164526	Provincia di Verona	provincia-di-verona	Provincia di Verona,Verona,Verone,Vérone		IT	20	VR	900542	Europe/Rome
3164564	Provincia di Vercelli	provincia-di-vercelli	Provincia di Vercelli,Verceil,Vercelli		IT	12	VC	176941	Europe/Rome
3164567	Provincia Verbano-Cusio-Ossola	provincia-verbano-cusio-ossola	Provincia del Verbano-Cusio-Ossola,VCO,Verbania,Verbanija,Verbano Cusio Ossola,Verbano-Cusio-Ossola,vu~erubania,Вербания,ヴェルバーニア		IT	12	VB	160264	Europe/Rome
3164600	Provincia di Venezia	provincia-di-venezia	Province of Venice,Provincia di Venezia,Venecia,Venedig,Venetia,Veneza,Venezia,Venice,Venise		IT	20	VE	846962	Europe/Rome
3164697	Provincia di Varese	provincia-di-varese	Provincia di Varese,Varese,Varèse		IT	09	VA	871886	Europe/Rome
3165071	Provincia di Udine	provincia-di-udine	Friaul,Friuli,Provincia del Friuli,Provincia di Udine,Udine		IT	06	UD	535430	Europe/Rome
3165184	Provincia di Trieste	provincia-di-trieste	Provincia di Trieste,Triest,Trieste		IT	06	TS	232601	Europe/Rome
3165200	Provincia di Treviso	provincia-di-treviso	Provincia di Treviso,Trevise,Treviso,Trévise		IT	20	TV	876790	Europe/Rome
3165241	Provincia di Trento	provincia-di-trento	Provincia di Trento,Trente,Trento,Trient		IT	17	TN	524832	Europe/Rome
3165523	Provincia di Torino	provincia-di-torino	Province of Turin,Provincia di Torino,Torino,Turim,Turin,Turín		IT	12	TO	2247780	Europe/Rome
3165770	Provincia di Terni	provincia-di-terni	Province of Terni,Provincia di Terni,Terni		IT	18	TR	228424	Europe/Rome
3165802	Provincia di Teramo	provincia-di-teramo	Provincia di Teramo,Teramo		IT	01	TE	306349	Europe/Rome
3165924	Provincia di Taranto	provincia-di-taranto	Provincia dello Ionio,Provincia dello Iònio,Provincia di Taranto,Taranto,Tarent,Tarente,Tarento		IT	13	TA	584649	Europe/Rome
3166396	Provincia di Sondrio	provincia-di-sondrio	Province of Sondrio,Provincia di Sondrio,Sondrio		IT	09	SO	180814	Europe/Rome
3166546	Provincia di Siena	provincia-di-siena	Province of Siena,Provincia di Siena,Siena,Sienne		IT	16	SI	266621	Europe/Rome
3167021	Provincia di Savona	provincia-di-savona	Provincia di Savona,Savona,Savone		IT	08	SV	281028	Europe/Rome
3167094	Provincia di Sassari	provincia-di-sassari	Provincia di Sassari,Provintzia de Tatari,Provìntzia de Tàtari,Prubinzia di Sassari,Prubìnzia di Sàssari,Sassari		IT	14	SS	328043	Europe/Rome
3168670	Provincia di Salerno	provincia-di-salerno	Provincia di Salerno,Salerne,Salerno		IT	04	SA	1092876	Europe/Rome
3168842	Provincia di Rovigo	provincia-di-rovigo	Provincia di Rovigo,Rovigo		IT	20	RO	242349	Europe/Rome
3169069	Provincia di Roma	provincia-di-roma	Province of Rome,Provincia di Roma,Rom,Roma,Rome		IT	07	RM	3997465	Europe/Rome
3169411	Provincia di Rieti	provincia-di-rieti	Provincia di Rieti,Rieti		IT	07	RI	155164	Europe/Rome
3169524	Provincia di Reggio Emilia	provincia-di-reggio-emilia	Provincia di Reggio Emilia,Reggio Emilia,Reggio d'Emilie,Reggio d'Émilie		IT	05	RE	517316	Europe/Rome
3169560	Provincia di Ravenna	provincia-di-ravenna	Provincia di Ravenna,Ravena,Ravenna,Ravenne,Rávena		IT	05	RA	384761	Europe/Rome
3170025	Provincia di Potenza	provincia-di-potenza	Potenza,Provincia di Potenza		IT	02	PZ	377935	Europe/Rome
3170146	Provincia di Pordenone	provincia-di-pordenone	Pordenon,Pordenone,Province of Pordenone,Provincia di Pordenone		IT	06	PN	310811	Europe/Rome
3170620	Provincia di Pistoia	provincia-di-pistoia	Pistoia,Provincia di Pistoia		IT	16	PT	287866	Europe/Rome
3170646	Provincia di Pisa	provincia-di-pisa	Pisa,Pise,Province of Pisa,Provincia di Pisa		IT	16	PI	411190	Europe/Rome
3171057	Provincia di Piacenza	provincia-di-piacenza	Piacenza,Plaisance,Provincia di Piacenza		IT	05	PC	284616	Europe/Rome
3171163	Provincia di Pescara	provincia-di-pescara	Pescara,Provincia di Pescara		IT	01	PE	314661	Europe/Rome
3171172	Provincia di Pesaro e Urbino	provincia-di-pesaro-e-urbino	Pesaro,Pesaro and Urbino,Pesaro e Urbino,Pesaro e Urbino Provincia,Pesaro et Urbino,Pesaro y Urbino,Pesaro-Urbino,Provincia di Pesaro,Provincia di Pesaro e Urbino		IT	10	PU	362583	Europe/Rome
3171179	Provincia di Perugia	provincia-di-perugia	Perouse,Perugia,Provincia di Perugia,Pérouse		IT	18	PG	655844	Europe/Rome
3171364	Provincia di Pavia	provincia-di-pavia	Pavia,Pavía,Provincia di Pavia		IT	09	PV	535822	Europe/Rome
3171456	Provincia di Parma	provincia-di-parma	Parma,Parme,Province of Parma,Provincia di Parma		IT	05	PR	427434	Europe/Rome
3171727	Provincia di Padova	provincia-di-padova	Padoue,Padova,Padua,Provincia di Padova,Pádua		IT	20	PD	921361	Europe/Rome
3172153	Provincia di Nuoro	provincia-di-nuoro	Nuoro,Provincia di Nuoro		IT	14	NU	159197	Europe/Rome
3172188	Provincia di Novara	provincia-di-novara	Novara,Novare,Provincia di Novara		IT	12	NO	365559	Europe/Rome
3172391	Provincia di Napoli	provincia-di-napoli	Naples,Napoles,Napoli,Neapel,Nápoles,Province of Naples,Provincia di Napoli		IT	04	NA	3054956	Europe/Rome
3173330	Provincia di Modena	provincia-di-modena	Modena,Modene,Modène,Módena,Province of Modena,Provincia di Modena		IT	05	MO	685777	Europe/Rome
3173434	Provincia di Milano	provincia-di-milano	Mailand,Milan,Milano,Milao,Milán,Milão,Province of Milan,Provincia di Milano		IT	09	MI	3038420	Europe/Rome
3173718	Provincia di Matera	provincia-di-matera	Matera,Provincia di Matera		IT	02	MT	200101	Europe/Rome
3173767	Provincia di Massa-Carrara	provincia-di-massa-carrara	Apuania,Massa e Carrara,Massa-Carrara,Province of Massa-Carrara,Provincia di Massa,Provincia di Massa e Carrara,Provincia di Massa-Carrara		IT	16	MS	199650	Europe/Rome
3174050	Provincia di Mantova	provincia-di-mantova	Mantoue,Mantova,Mantua,Mântua,Province of Mantua,Provincia di Mantova		IT	09	MN	408336	Europe/Rome
3174379	Provincia di Macerata	provincia-di-macerata	Macerata,Provincia di Macerata		IT	10	MC	319607	Europe/Rome
3174529	Provincia di Lucca	provincia-di-lucca	Lucca,Lucques,Provincia di Lucca		IT	16	LU	388327	Europe/Rome
3174658	Provincia di Livorno	provincia-di-livorno	Leghorn,Livorno,Livourne,Provincia di Livorno		IT	16	LI	335247	Europe/Rome
3174952	Provincia di Lecce	provincia-di-lecce	Lecce,Provincia di Lecce		IT	13	LE	802018	Europe/Rome
3175057	Provincia di Latina	provincia-di-latina	Latina,Littoria,Provincia di Latina,Provincia di Littoria,Provincia di Littòria		IT	07	LT	544732	Europe/Rome
3175080	Provincia di La Spezia	provincia-di-la-spezia	La Spezia,Provincia de La Spezia,Provincia de La Spèzia,Provincia di La Spezia		IT	08	SP	219330	Europe/Rome
3175120	Provincia di L'Aquila	provincia-di-l-aquila	Aquila,L'Aquila,Province of L'Aquila,Provincia dell'Aquila,Provincia dell’Aquila,Provincia di Aquila degli Abruzzi,Provincia di L'Aquila,Provincia di Àquila degli Abruzzi		IT	01	AQ	298343	Europe/Rome
3175444	Provincia di Isernia	provincia-di-isernia	Isernia,Provincia di Isernia		IT	11	IS	87241	Europe/Rome
3175531	Provincia di Imperia	provincia-di-imperia	Imperia,Provincia di Imperia		IT	08	IM	214502	Europe/Rome
3175784	Provincia di Grosseto	provincia-di-grosseto	Grosseto,Provincia di Grosseto		IT	16	GR	220564	Europe/Rome
3175985	Provincia di Gorizia	provincia-di-gorizia	Gorizia,Provincia di Gorizia		IT	06	GO	140143	Europe/Rome
3176217	Provincia di Genova	provincia-di-genova	Genes,Genoa,Genova,Genua,Genès,Génova,Gênes,Provincia di Genova		IT	08	GE	855834	Europe/Rome
3176513	Provincia di Frosinone	provincia-di-frosinone	Frosinone,Provincia di Frosinone		IT	07	FR	492661	Europe/Rome
3176745	Provincia di Forlì	provincia-di-forli	Forli,Forli Cesena,Forli-Cesena,Forli-Cesene,Forlì,Forlì-Cesena,Forlì-Césène,Provincia di Cesena,Provincia di Forli,Provincia di Forli-Cesena,Provincia di Forlì,Provincia di Forlì-Cesena		IT	05	FC	390738	Europe/Rome
3176884	Provincia di Foggia	provincia-di-foggia	Foggia,Provincia di Foggia		IT	13	FG	626072	Europe/Rome
3176958	Provincia di Firenze	provincia-di-firenze	Firenze,Florenca,Florence,Florencia,Florenz,Florença,Province of Florence,Provincia di Firenze		IT	16	FI	973145	Europe/Rome
3177088	Provincia di Ferrara	provincia-di-ferrara	Ferrara,Ferrare,Provincia di Ferrara		IT	05	FE	353481	Europe/Rome
3177699	Provincia di Cuneo	provincia-di-cuneo	Coni,Cuneo,Provincia di Cuneo		IT	12	CN	586378	Europe/Rome
3177837	Provincia di Cremona	provincia-di-cremona	Cremona,Provincia di Cremona		IT	09	CR	357623	Europe/Rome
3178227	Provincia di Como	provincia-di-como	Come,Como,Côme,Provincia di Como		IT	09	CO	586735	Europe/Rome
3178795	Provincia di Chieti	provincia-di-chieti	Chieti,Provincia di Chieti		IT	01	CH	387956	Europe/Rome
3179865	Provincia di Caserta	provincia-di-caserta	Caserta,Caserte,Provincia di Caserta		IT	04	CE	904921	Europe/Rome
3180990	Provincia di Campobasso	provincia-di-campobasso	Campobasso,Provincia di Campobasso		IT	11	CB	226419	Europe/Rome
3181526	Provincia di Brindisi	provincia-di-brindisi	Brindisi,Province of Brindisi,Provincia di Brindisi		IT	13	BR	400801	Europe/Rome
3181553	Provincia di Brescia	provincia-di-brescia	Brescia,Provincia di Brescia		IT	09	BS	1238044	Europe/Rome
3181912	Provincia di Bolzano	provincia-di-bolzano	Alto Adige,Bolzano,Bolzano-Bozen,Botzen,Bozen,Province autonome de Bolzano,Provincia di Bolzano		IT	17	BZ	504643	Europe/Rome
3181927	Provincia di Bologna	provincia-di-bologna	Bologna,Bologne,Bolonha,Bolonia,Provincia di Bologna		IT	05	BO	976243	Europe/Rome
3182163	Provincia di Bergamo	provincia-di-bergamo	Bergamo,Bérgamo,Provincia di Bergamo		IT	09	BG	1086277	Europe/Rome
3182178	Provincia di Benevento	provincia-di-benevento	Benevent,Benevento,Bénévent,Provincia di Benevento		IT	04	BN	284900	Europe/Rome
3182209	Provincia di Belluno	provincia-di-belluno	Belluno,Province of Belluno,Provincia di Belluno		IT	20	BL	210001	Europe/Rome
3182350	Provincia di Bari	provincia-di-bari	Bari,Provincia di Bari		IT	13	BA	1247303	Europe/Rome
3182649	Provincia di Avellino	provincia-di-avellino	Avellino,Provincia di Avellino		IT	04	AV	429157	Europe/Rome
3182712	Provincia di Asti	provincia-di-asti	Asti,Provincia di Asti		IT	12	AT	217573	Europe/Rome
3182748	Provincia di Ascoli Piceno	provincia-di-ascoli-piceno	Ascoli Piceno,Province of Ascoli Piceno,Provincia di Ascoli Piceno		IT	10	AP	210407	Europe/Rome
3182882	Provincia di Arezzo	provincia-di-arezzo	Arezzo,Province of Arezzo,Provincia di Arezzo		IT	16	AR	343676	Europe/Rome
3182996	Provincia di Aosta	provincia-di-aosta	Aosta,Provincia di Aosta,Provincia di Valle d'Aosta,Valla d'Aosta,Valle d'Aosta,Vallee d'Aoste,Vallée d'Aoste		IT	19	AO	126806	Europe/Rome
3183087	Provincia di Ancona	provincia-di-ancona	An'kona,Ancona,Ancone,Ancône,Provincia di Ancona,Ανκόνα		IT	10	AN	473865	Europe/Rome
3183298	Provincia di Alessandria	provincia-di-alessandria	Alessandria,Alexandria,Alexandrie,Provincia di Alessandria		IT	12	AL	427229	Europe/Rome
6457397	Provincia di Biella	provincia-di-biella	Biella,Provincia di Biella		IT	12	BI	182192	Europe/Rome
6457400	Provincia di Carbonia-Iglesias	provincia-di-carbonia-iglesias	Carbonia-Iglesias,Province of Carbonia-Iglesias,Provincia di Carbonia-Iglesias,Provintzia de Carbonia-Igresias,Provìntzia de Carbònia-Igrèsias		IT	14	CI	128540	Europe/Rome
6457401	Provincia di Olbia-Tempio	provincia-di-olbia-tempio	Olbia-Tempio,Provincia di Olbia-Tempio,Provintzia de Terranoa-Tempiu,Provìntzia de Terranòa-Tèmpiu		IT	14	OT	150501	Europe/Rome
6457402	Provincia di Medio Campidano	provincia-di-medio-campidano	Medio Campidano,Province of Medio Campidano,Provincia di Medio Campidano,Provintzia de su Campidanu de Mesu,Provìntzia de su Campidanu de Mesu		IT	14	VS	101256	Europe/Rome
6457403	Provincia di Ogliastra	provincia-di-ogliastra	Ogliastra,Province of Ogliastra,Provincia di Ogliastra,Provintzia de s'Ogiastra,Provìntzia de s'Ogiastra		IT	14	OG	57329	Europe/Rome
6457404	Provincia di Rimini	provincia-di-rimini	Provincia di Rimini,Rimini,Rímini		IT	05	RN	321769	Europe/Rome
6457405	Provincia di Vibo-Valentia	provincia-di-vibo-valentia	Province of Vibo Valentia,Provincia di Vibo-Valentia,Vibo-Valentia		IT	03	VV	163409	Europe/Rome
6458615	Provincia di Crotone	provincia-di-crotone	Crotone,Provincia di Crotone		IT	03	KR	170803	Europe/Rome
6458616	Provincia di Lecco	provincia-di-lecco	Lecco,Provincia di Lecco		IT	09	LC	336310	Europe/Rome
6458617	Provincia di Lodi	provincia-di-lodi	Lodi,Provincia di Lodi		IT	09	LO	223755	Europe/Rome
6458618	Provincia di Prato	provincia-di-prato	Prato,Provincia di Prato		IT	16	PO	245916	Europe/Rome
6955471	Province of Fermo	province-of-fermo	Fermo,Province of Fermo,Provincia di Fermo		IT	10	FM	174857	Europe/Rome
6955699	Provincia di Barletta - Andria - Trani	provincia-di-barletta-andria-trani	Barletta - Andria - Trani,Barletta-Andria-Trani,Provincia di Barletta - Andria - Trani		IT	13	BT	391723	Europe/Rome
6955700	Provincia di Monza e Brianza	provincia-di-monza-e-brianza	Monza Brianza,Monza e della Brianza,Province of Monza and Brianza,Provincia di Monza,Provincia di Monza e Brianza		IT	09	MB	840129	Europe/Rome
\.


--
-- Data for Name: admin3; Type: TABLE DATA; Schema: it; Owner: g5
--

COPY it.admin3 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, admin2_code, admin3_code, population, timezone) FROM stdin;
2522808	Valderice	valderice	Comune di Valderice,Paparella San Marco,Valderice,Valderici,Valdèrici		IT	15	TP	081022	11951	Europe/Rome
2523024	Spezzano della Sila	spezzano-della-sila	Comune di Spezzano della Sila,Spezzano Grande,Spezzano della Sila		IT	03	CS	078143	4490	Europe/Rome
2523071	Siurgus Donigala	siurgus-donigala	Comune di Siurgus Donigala,Donigala-Siurgus,Siurgus,Siurgus Donigala		IT	14	CA	092081	2080	Europe/Rome
2523095	Simeri Crichi	simeri-crichi	Comune di Simeri Crichi,Simeri Crichi,Simeri e Crichi,Simeri-Crichi		IT	03	CZ	079133	4475	Europe/Rome
2523188	Scigliano	scigliano	Comune di Scigliano,Scigliano		IT	03	CS	078139	1308	Europe/Rome
2523457	San Giovanni Suergiu	san-giovanni-suergiu	Comune di San Giovanni Suergiu,Palmas Suergiu,Pálmas Suérgiu,San Giovanni Suergiu		IT	14	CI	107017	6020	Europe/Rome
2523532	Samo	samo	Comune di Samo,Garaffa del Bianco,Samio,Samo,Samo di Calabria		IT	03	RC	080070	871	Europe/Rome
2523941	Pace del Mela	pace-del-mela	Comune di Pace del Mela,Pace del Mela		IT	15	ME	083064	6388	Europe/Rome
2524162	Mezzojuso	mezzojuso	Comune di Mezzojuso,Mezzojuso		IT	15	PA	082047	3020	Europe/Rome
2524387	Limina	limina	Comune di Limina,Limina		IT	15	ME	083040	900	Europe/Rome
2524401	Letojanni	letojanni	Comune di Letojanni,Letoianni,Letojanni		IT	15	ME	083038	2699	Europe/Rome
2524850	Dipignano	dipignano	Comune di Dipignano,Dipignano		IT	03	CS	078049	4440	Europe/Rome
2525479	Cabras	cabras	Cabras,Comune di Cabras		IT	14	OR	095018	9032	Europe/Rome
2525507	Brancaleone	brancaleone	Brancaleone,Comune di Brancaleone		IT	03	RC	080014	3624	Europe/Rome
2525514	Bovalino	bovalino	Bovalino,Comune di Bovalino		IT	03	RC	080012	8814	Europe/Rome
2525695	Aprigliano	aprigliano	Aprigliano,Comune di Aprigliano		IT	03	CS	078012	2968	Europe/Rome
3163847	Zoppè di Cadore	zoppe-di-cadore	Comune di Zoppe di Cadore,Comune di Zoppè di Cadore,Zoppe,Zoppe di Cadore,Zoppè di Cadore		IT	20	BL	025069	265	Europe/Rome
3163884	Zeri	zeri	Comune di Zeri,Zeri,zeri,ゼーリ		IT	16	MS	045017	1201	Europe/Rome
3164058	Vische	vische	Comune di Vische,Vische,vu~isuke,ヴィスケ		IT	12	TO	001311	1314	Europe/Rome
3164070	Vinovo	vinovo	Comune di Vinovo,Vineuv,Vinovo,vu~inovu~o,ヴィノーヴォ		IT	12	TO	001309	14108	Europe/Rome
3164284	Villa Carcina	villa-carcina	Comune di Villa Carcina,Villa Carcina,ヴィッラ・カルチーナ		IT	09	BS	017199	10755	Europe/Rome
3164441	Viadana	viadana	Comune di Viadana,Viadana		IT	09	MN	020066	19157	Europe/Rome
3164631	Velletri	velletri	Comune di Velletri,Velletri		IT	07	RM	058111	52295	Europe/Rome
3164738	Vandoies	vandoies	Comune di Vandoies,Vandoies,Vintl,vu~andoiesu,ヴァンドーイエス		IT	17	BZ	021110	3251	Europe/Rome
3164755	Valsolda	valsolda	Castello Valsolda,Comune di Valsolda,Valsolda		IT	09	CO	013234	1647	Europe/Rome
3164759	Cevo	cevo	Cevo,Comune di Cevo		IT	09	BS	017051	930	Europe/Rome
3164776	Valmorea	valmorea	Comune di Valmorea,Valmorea		IT	09	CO	013232	2656	Europe/Rome
3164799	Vallio Terme	vallio-terme	Comune di Vallio Terme,Vallio Terme		IT	09	BS	017193	1372	Europe/Rome
3164854	Valle di Dentro	valle-di-dentro	Comune di Valle di Dentro,Valdidentro,Valle di Dentro		IT	09	SO	014071	4045	Europe/Rome
3164916	Valfabbrica	valfabbrica	Comune di Valfabbrica,Valfabbrica		IT	18	PG	054057	3502	Europe/Rome
3164932	Val di Vizze	val-di-vizze	Comune di Val di Vizze,Pfitsch,Val di Vizze		IT	17	BZ	021107	2736	Europe/Rome
3165037	Urbe	urbe	Comune di Urbe,Urbe		IT	08	SV	009063	769	Europe/Rome
3165053	Ultimo	ultimo	Comune di Ultimo,Uetimo,Ulten,Ultimo		IT	17	BZ	021104	2920	Europe/Rome
3165186	Trieste	trieste	Comune di Trieste,Gorad Tryest,Tergeste,Tergesti,Terst,Triest,Triestas,Trieste,Triesti,Triesto,Trieszt,Triëst,Trst,de li ya si te,teulieseute,toriesute,tri xe s te,tri'esta,tri'este,triyesrre,triyeste,trysth,tryysty,Τεργέστη,Горад Трыест,Триест,Трст,Трієст,טריאסטה,ترييستي,تریسته,ٹریسٹ,ट्रिएस्ट,त्रिएस्ते,ত্রিয়েস্তে,ട്രിയെസ്റ്റെ,ตรีเอสเต,ტრიესტი,トリエステ,的里雅斯特,트리에스테		IT	06	TS	032006	202123	Europe/Rome
3165499	Tornimparte	tornimparte	Comune di Tornimparte,Tornimparte		IT	01	AQ	066101	3096	Europe/Rome
3165525	Torino	torino	Comune di Torino,Torino		IT	12	TO	001272	872367	Europe/Rome
3165891	Tavazzano con Villavesco	tavazzano-con-villavesco	Comune di Tavazzano con Villavesco,Tavazzano con Villavesco,Villavesco		IT	09	LO	098056	6099	Europe/Rome
3166317	Sovico	sovico	Comune di Sovico,Sovico,sovu~iko,ソヴィーコ		IT	09	MB	108041	8069	Europe/Rome
3166464	Socchieve	socchieve	Comune di Socchieve,Socchieve		IT	06	UD	030110	941	Europe/Rome
3166565	Sgonico	sgonico	Comune di Sgonico,Sgonico		IT	06	TS	032005	2077	Europe/Rome
3166751	Senales	senales	Comune di Senales,Schnals,Senales,senaresu,セナーレス		IT	17	BZ	021091	1314	Europe/Rome
3167158	San Zenone degli Ezzelini	san-zenone-degli-ezzelini	Comune di San Zenone degli Ezzelini,San Zenone,San Zenone degli Ezzelini		IT	20	TV	026077	7391	Europe/Rome
3167205	San Vincenzo Valle Roveto	san-vincenzo-valle-roveto	Comune di San Vincenzo Valle Roveto,San Vincenzo Valle Roveto		IT	01	AQ	066092	2433	Europe/Rome
3168383	San Fior	san-fior	Comune di San Fior,San Fior		IT	20	TV	026072	6813	Europe/Rome
3168401	San Fedele Intelvi	san-fedele-intelvi	Comune di San Fedele Intelvi,San Fedele,San Fedele Intelvi,San Fedele d'Intelvi		IT	09	CO	013205	1752	Europe/Rome
3168409	San Dorligo della Valle	san-dorligo-della-valle	Comune di San Dorligo della Valle,San Dorligo della Valle		IT	06	TS	032004	5912	Europe/Rome
3168506	San Canzian d'Isonzo	san-canzian-d-isonzo	Comune di San Canzian d'Isonzo,Comune di San Canzian d’Isonzo,San Canzian,San Canzian d'Isonzo		IT	06	GO	031018	6309	Europe/Rome
3168593	Sambuca Pistoiese	sambuca-pistoiese	Comune di Sambuca Pistoiese,Sambuca,Sambuca Pistoiese,Taviano		IT	16	PT	047018	1680	Europe/Rome
3169071	Roma Capitale	roma-capitale	Comune di Roma,Roma,Roma Capitale,Rome		IT	07	RM	058091	2617175	Europe/Rome
3169137	Rocca Santa Maria	rocca-santa-maria	Comune di Rocca Santa Maria,Rocca Santa Maria		IT	01	TE	067036	569	Europe/Rome
3169179	Roccafluvione	roccafluvione	Comune di Roccafluvione,Rocca Fluvione,Rocca del Fluvione,Rocca di Fluvione,Roccafluvione		IT	10	AP	044064	2061	Europe/Rome
3169413	Riese Pio X	riese-pio-x	Comune di Riese Pio X,Riese,Riese Pio X,リエーゼ・ピオ・デーチモ		IT	20	TV	026068	10858	Europe/Rome
3169434	Ricaldone	ricaldone	Comune di Ricaldone,Ricaldon,Ricaldone		IT	12	AL	006143	675	Europe/Rome
3169576	Rasun-Anterselva	rasun-anterselva	Comune di Rasun-Anterselva,Rasen Antholz,Rasen-Antholz,Rasun-Anterselva		IT	17	BZ	021071	2869	Europe/Rome
3169822	Primaluna	primaluna	Comune di Primaluna,Primaluna		IT	09	LC	097070	2187	Europe/Rome
3169866	Prelà	prela	Comune di Prela,Comune di Prelà,Prela,Prelà		IT	08	IM	008047	500	Europe/Rome
3169879	Predappio	predappio	Comune di Predappio,Predappio,Predappio Nuova,puredappio,プレダッピオ		IT	05	FC	040032	6519	Europe/Rome
3169953	Prali	prali	Comune di Prali,Prali		IT	12	TO	001202	272	Europe/Rome
3169958	Pragelato	pragelato	Commune de Pragelas,Comune di Pragelato,Pragelas,Pragelato		IT	12	TO	001201	724	Europe/Rome
3170081	Porto Mantovano	porto-mantovano	Comune di Porto Mantovano,Porto Mantovano,ポルト・マントヴァーノ		IT	09	MN	020045	15918	Europe/Rome
3170113	Portico e San Benedetto	portico-e-san-benedetto	Comune di Portico e San Benedetto,Portico,Portico San Benedetto,Portico e San Benedetto,Pórtico San Benedetto		IT	05	FC	040031	769	Europe/Rome
3170292	Pontecagnano Faiano	pontecagnano-faiano	Comune di Pontecagnano Faiano,Pontecagnano,Pontecagnano Faiano		IT	04	SA	065099	25096	Europe/Rome
3170324	Ponna	ponna	Comune di Ponna,Ponna		IT	09	CO	013187	267	Europe/Rome
3170368	Polpenazze del Garda	polpenazze-del-garda	Comune di Polpenazze del Garda,Polpenazze del Garda		IT	09	BS	017145	2468	Europe/Rome
3171153	Peschiera Borromeo	peschiera-borromeo	Comune di Peschiera Borromeo,Peschiera Borromeo,ペスキエーラ・ボッロメーオ		IT	09	MI	015171	22254	Europe/Rome
3171279	Pellio Intelvi	pellio-intelvi	Comune di Pellio Intelvi,Pellio Intelvi,Pellio d'Intelve		IT	09	CO	013179	1004	Europe/Rome
3171669	Paisco Loveno	paisco-loveno	Comune di Paisco Loveno,Paisco,Paisco Loveno		IT	09	BS	017131	198	Europe/Rome
3171759	Ozzano dell'Emilia	ozzano-dell-emilia	Comune di Ozzano dell'Emilia,Ozzano,Ozzano dell'Emilia,Ozzano dell’Emilia		IT	05	BO	037046	12870	Europe/Rome
3171813	Ossimo	ossimo	Comune di Ossimo,Ossimo		IT	09	BS	017128	1442	Europe/Rome
3172047	Olivetta San Michele	olivetta-san-michele	Comune di Olivetta San Michele,Olivetta,Olivetta San Michele		IT	08	IM	008038	225	Europe/Rome
3172066	Olgiate Molgora	olgiate-molgora	Comune di Olgiate Molgora,Olgiate,Olgiate Calco,Olgiate Molgora		IT	09	LC	097058	6190	Europe/Rome
3172174	Noventa Padovana	noventa-padovana	Comune di Noventa Padovana,Noventa Padovana		IT	20	PD	028058	10881	Europe/Rome
3172395	Napoli	napoli	Comune di Napoli,Naples,Napoli		IT	04	NA	063049	962003	Europe/Rome
3172484	Muggia	muggia	Comune di Muggia,Muggia		IT	06	TS	032003	13022	Europe/Rome
3172492	Mozzo	mozzo	Comune di Mozzo,Mozzo		IT	09	BG	016143	7460	Europe/Rome
3172866	Montella	montella	Comune di Montella,Montella		IT	04	AV	064057	7877	Europe/Rome
3172949	Monte di Malo	monte-di-malo	Comune di Monte di Malo,Monte di Malo		IT	20	VI	024063	2887	Europe/Rome
3172968	Montecopiolo	montecopiolo	Comune di Montecopiolo,Montecopiolo		IT	10	PU	041033	1175	Europe/Rome
3172995	Monte Cavallo	monte-cavallo	Comune di Monte Cavallo,Monte Cavallo		IT	10	MC	043027	149	Europe/Rome
3173038	Monte Argentario	monte-argentario	Comune di Monte Argentario,Monte Argentario		IT	16	GR	053016	12556	Europe/Rome
3173130	Monrupino	monrupino	Comune di Monrupino,Monrupino,Rupingrande		IT	06	TS	032002	881	Europe/Rome
3173476	Miagliano	miagliano	Comune di Miagliano,Miagliano		IT	12	BI	096034	638	Europe/Rome
3173788	Maslianico	maslianico	Comune di Maslianico,Maslianico		IT	09	CO	013144	3305	Europe/Rome
3173850	Martello	martello	Comune di Martello,Martell,Martello		IT	17	BZ	021049	879	Europe/Rome
3173977	Marebbe	marebbe	Comune di Marebbe,Enneberg,Gemeinde Enneberg,Marebbe,San Vigilio di Marebbe,Sankt Vigil		IT	17	BZ	021047	2907	Europe/Rome
3174085	Maniago	maniago	Comune di Maniago,Mania,Maniago,Manià		IT	06	PN	093025	11818	Europe/Rome
3174094	Manerba del Garda	manerba-del-garda	Comune del Manerba del Garda,Comune di Manerba del Garda,Manerba del Garda,マネルバ・デル・ガルダ		IT	09	BS	017102	4902	Europe/Rome
3174436	Lurate Caccivio	lurate-caccivio	Comune di Lurate Caccivio,Lurate Caccivio		IT	09	CO	013138	9922	Europe/Rome
3174478	Lumezzane	lumezzane	Comune di Lumezzane,Lumezzane,Lumezzane San Sebastiano,rumettsu~ane,ルメッツァーネ		IT	09	BS	017096	23390	Europe/Rome
3174814	Lettere	lettere	Comune di Lettere,Lettere,rettere,レッテレ		IT	04	NA	063039	6153	Europe/Rome
3175012	Lavarone	lavarone	Comune di Lavarone,Lavarone		IT	17	TN	022102	1087	Europe/Rome
3175385	Ivrea	ivrea	Comune di Ivrea,Ivrea		IT	12	TO	001125	23592	Europe/Rome
3175411	Isole Tremiti	isole-tremiti	Comune di Isole Tremiti,Isole Tremiti,Tremiti,Trémiti		IT	13	FG	071026	455	Europe/Rome
3175495	Inverno e Monteleone	inverno-e-monteleone	Comune di Inverno e Monteleone,Inverno e Monteleone		IT	09	PV	018077	1390	Europe/Rome
3175639	Idro	idro	Comune di Idro,Edrum,Idro,idoro,イドロ		IT	09	BS	017082	1892	Europe/Rome
3175677	Guidonia Montecelio	guidonia-montecelio	Comune di Guidonia Montecelio,Guidonia Montecelio,グイドーニア・モンテチェーリオ		IT	07	RM	058047	81447	Europe/Rome
3175850	Greccio	greccio	Comune di Greccio,Greccio		IT	07	RI	057031	1520	Europe/Rome
3176255	Gazzada Schianno	gazzada-schianno	Comune di Gazzada Schianno,Gazzada Schianno		IT	09	VA	012073	4644	Europe/Rome
3176672	Fortezza	fortezza	Comune di Fortezza,Fortezza,Franzensfeste,Mezzaselva,Mezzozselva		IT	17	BZ	021032	970	Europe/Rome
3176920	Fiuminata	fiuminata	Comune di Fiuminata,Fiuminata		IT	10	MC	043019	1497	Europe/Rome
3177041	Fiastra	fiastra	Comune di Fiastra,Fiastra		IT	10	MC	043017	578	Europe/Rome
3177368	Erbusco	erbusco	Comune di Erbusco,Erbusco,erubusuko,エルブスコ		IT	09	BS	017069	8286	Europe/Rome
3177450	Duino Aurisina	duino-aurisina	Comune di Duino Aurisina,Duino Aurisina		IT	06	TS	032001	8586	Europe/Rome
3177607	Desulo	desulo	Comune di Desulo,Desulo		IT	14	NU	091016	2465	Europe/Rome
3177667	Cursolo-Orasso	cursolo-orasso	Comune di Cursolo-Orasso,Cursolo-Orasso		IT	12	VB	103027	106	Europe/Rome
3177973	Corteno Golgi	corteno-golgi	Comune di Corteno Golgi,Corteno,Corteno Golgi,Córteno Golgi,コルテノ・ゴルジ		IT	09	BS	017063	2015	Europe/Rome
3178552	Claut	claut	Claut,Comune di Claut		IT	06	PN	093015	1005	Europe/Rome
3178558	Claino con Osteno	claino-con-osteno	Claino con Osteno,Comune di Claino con Osteno		IT	09	CO	013071	543	Europe/Rome
3178567	Civitella-Paganico	civitella-paganico	Civitella-Paganico,Comune di Civitella-Paganico		IT	16	GR	053008	3136	Europe/Rome
3178990	Cervinara	cervinara	Cervinara,Comune di Cervinara		IT	04	AV	064025	9969	Europe/Rome
3179378	Castrocaro Terme e Terra del Sole	castrocaro-terme-e-terra-del-sole	Castrocaro Terme e Terra del Sole,Castrocaro e Terra del Sole,Comune di Castrocaro Terme e Terra del Sole,カストロカーロ・テルメ・エ・テッラ・デル・ソーレ		IT	05	FC	040005	6512	Europe/Rome
3179548	Castelnovo del Friuli	castelnovo-del-friuli	Castelnovo del Friuli,Cjistielgnuf,Cjistielgnûf,Comune di Castelnovo del Friuli		IT	06	PN	093011	913	Europe/Rome
3179627	Castelletto Uzzone	castelletto-uzzone	Castelletto Uzzone,Comune di Castelletto Uzzone		IT	12	CN	004050	365	Europe/Rome
3179722	Castel d'Azzano	castel-d-azzano	Castel d'Azzano,Comune di Castel d'Azzano,Comune di Castel d’Azzano		IT	20	VR	023021	11739	Europe/Rome
3180125	Casamicciola Terme	casamicciola-terme	Casamicciola,Casamicciola Terme,Casanizzola,Comune di Casamicciola Terme,カザミッチョーラ・テルメ		IT	04	NA	063019	8080	Europe/Rome
3180410	Carrodano	carrodano	Carrodano,Comune di Carrodano		IT	08	SP	011010	521	Europe/Rome
3180876	Cancello ed Arnone	cancello-ed-arnone	Cancello ed Arnone,Comune di Cancello ed Arnone		IT	04	CE	061012	5428	Europe/Rome
3180938	Campo nell'Elba	campo-nell-elba	Campo nell'Elba,Comune di Campo nell'Elba		IT	16	LI	049003	4553	Europe/Rome
3181282	Cafasse	cafasse	Cafasse,Comune di Cafasse,kafasse,カファッセ		IT	12	TO	001046	3511	Europe/Rome
3181469	Brusimpiano	brusimpiano	Brusimpiano,Comune di Brusimpiano		IT	09	VA	012024	1208	Europe/Rome
3181558	Brenzone	brenzone	Brenzone,Comune di Brenzone		IT	20	VR	023014	2496	Europe/Rome
3181581	Bregnano	bregnano	Bregnano,Comune di Bregnano		IT	09	CO	013028	6229	Europe/Rome
3181616	Braies	braies	Braies,Comune di Braies,Prags,buraiesu,ブラーイエス		IT	17	BZ	021009	672	Europe/Rome
3181645	Bovino	bovino	Bovino,Comune di Bovino		IT	13	FG	071007	3562	Europe/Rome
3181941	Bognanco	bognanco	Bognanco,Comune di Bognanco		IT	12	VB	103012	230	Europe/Rome
3182121	Berzo Demo	berzo-demo	Berzo Demo,Comune di Berzo Demo		IT	09	BS	017016	1720	Europe/Rome
3182323	Barzio	barzio	Barzio,Comune di Barzio		IT	09	LC	097007	1297	Europe/Rome
3182443	Balsorano	balsorano	Balsorano,Comune di Balsorano		IT	01	AQ	066007	3655	Europe/Rome
3183313	Albisola Superiore	albisola-superiore	Albisola Superiore,Comune di Albisola Superiore,アルビソーラ・スペリオーレ		IT	08	SV	009004	10407	Europe/Rome
3183531	Acquacanina	acquacanina	Acquacanina,Comune di Acquacanina		IT	10	MC	043001	122	Europe/Rome
6535869	Pont-Saint-Martin	pont-saint-martin	Comune di Pont-Saint-Martin,Pont-Saint-Martin		IT	19	AO	007052	4005	Europe/Rome
6535870	Saint-Oyen	saint-oyen	Comune di Saint-Oyen,Saint-Oyen		IT	19	AO	007062	217	Europe/Rome
6535871	Toscolano-Maderno	toscolano-maderno	Comune di Toscolano-Maderno,Toscolano-Maderno		IT	09	BS	017187	7994	Europe/Rome
6535872	Beura-Cardezza	beura-cardezza	Beura-Cardezza,Comune di Beura-Cardezza		IT	12	VB	103011	1437	Europe/Rome
6535873	Gressoney-La-Trinité	gressoney-la-trinite	Comune di Gressoney-La-Trinite,Comune di Gressoney-La-Trinité,Gressoney-La-Trinite,Gressoney-La-Trinité		IT	19	AO	007032	311	Europe/Rome
6535874	Premosello-Chiovenda	premosello-chiovenda	Comune di Premosello-Chiovenda,Premosello-Chiovenda		IT	12	VB	103057	2034	Europe/Rome
6535875	Laveno-Mombello	laveno-mombello	Comune di Laveno-Mombello,Laveno-Mombello		IT	09	VA	012087	8905	Europe/Rome
6535876	Saint-Vincent	saint-vincent	Comune di Saint-Vincent,Saint-Vincent		IT	19	AO	007065	4654	Europe/Rome
6535877	Saint-Pierre	saint-pierre	Comune di Saint-Pierre,Saint-Pierre		IT	19	AO	007063	3112	Europe/Rome
6535878	Brissago-Valtravaglia	brissago-valtravaglia	Brissago-Valtravaglia,Comune di Brissago-Valtravaglia		IT	09	VA	012022	1250	Europe/Rome
6535879	Antey-Saint-André	antey-saint-andre	Antey-Saint-Andre,Antey-Saint-André,Comune di Antey-Saint-Andre,Comune di Antey-Saint-André		IT	19	AO	007002	626	Europe/Rome
6535880	Gressoney-Saint-Jean	gressoney-saint-jean	Comune di Gressoney-Saint-Jean,Gressoney-Saint-Jean		IT	19	AO	007033	814	Europe/Rome
6535881	Trentola-Ducenta	trentola-ducenta	Comune di Trentola-Ducenta,Trentola-Ducenta		IT	04	CE	061094	17797	Europe/Rome
6535882	Nago-Torbole	nago-torbole	Comune di Nago-Torbole,Nago-Torbole		IT	17	TN	022124	2728	Europe/Rome
6535883	Cocquio-Trevisago	cocquio-trevisago	Cocquio-Trevisago,Comune di Cocquio-Trevisago		IT	09	VA	012053	4756	Europe/Rome
6535884	Bovisio-Masciago	bovisio-masciago	Bovisio-Masciago,Comune di Bovisio-Masciago		IT	09	MB	108010	16596	Europe/Rome
6535885	Anterivo - Altrei	anterivo-altrei	Altrei,Anterivo,Anterivo - Altrei,Comune di Anterivo - Altrei		IT	17	BZ	021003	383	Europe/Rome
6535886	Avelengo - Hafling	avelengo-hafling	Avelengo,Avelengo - Hafling,Comune di Avelengo - Hafling,Hafling		IT	17	BZ	021005	739	Europe/Rome
6535887	Bressanone - Brixen	bressanone-brixen	Bressanone,Bressanone - Brixen,Brixen,Comune di Bressanone - Brixen		IT	17	BZ	021011	20677	Europe/Rome
6535888	Campo di Trens - Freienfeld	campo-di-trens-freienfeld	Campo di Trens,Campo di Trens - Freienfeld,Comune di Campo di Trens - Freienfeld,Freienfeld		IT	17	BZ	021016	2671	Europe/Rome
6535889	Campo Tures - Sand in Taufers	campo-tures-sand-in-taufers	Campo Tures,Campo Tures - Sand in Taufers,Comune di Campo Tures - Sand in Taufers,Sand in Taufers		IT	17	BZ	021017	5272	Europe/Rome
6535890	Castelrotto - Kastelruth	castelrotto-kastelruth	Castelrotto,Castelrotto - Kastelruth,Comune di Castelrotto - Kastelruth,Kastelruth		IT	17	BZ	021019	6459	Europe/Rome
6535891	Cermes - Tscherms	cermes-tscherms	Cermes,Cermes - Tscherms,Comune di Cermes - Tscherms,Tscherms		IT	17	BZ	021020	1411	Europe/Rome
6535892	Chienes - Kiens	chienes-kiens	Chienes,Chienes - Kiens,Comune di Chienes - Kiens,Kiens		IT	17	BZ	021021	2695	Europe/Rome
6535893	Chiusa - Klausen	chiusa-klausen	Chiusa,Chiusa - Klausen,Comune di Chiusa - Klausen,Klausen		IT	17	BZ	021022	5144	Europe/Rome
6535894	Curon Venosta - Graun im Vinschgau	curon-venosta-graun-im-vinschgau	Comune di Curon Venosta - Graun im Vinschgau,Curon Venosta,Curon Venosta - Graun im Vinschgau,Graun im Vinschgau		IT	17	BZ	021027	2423	Europe/Rome
6535895	Dobbiaco - Toblach	dobbiaco-toblach	Comune di Dobbiaco - Toblach,Dobbiaco,Dobbiaco - Toblach,Toblach		IT	17	BZ	021028	3314	Europe/Rome
6535896	Egna - Neumarkt	egna-neumarkt	Comune di Egna - Neumarkt,Egna,Egna - Neumarkt,Neumarkt		IT	17	BZ	021029	4992	Europe/Rome
6535897	Falzes - Pfalzen	falzes-pfalzen	Comune di Falzes - Pfalzen,Falzes,Falzes - Pfalzen,Pfalzen		IT	17	BZ	021030	2668	Europe/Rome
6535898	Gais - Gais	gais-gais	Comune di Gais - Gais,Gais,Gais - Gais		IT	17	BZ	021034	3167	Europe/Rome
6535899	Gargazzone - Gargazon	gargazzone-gargazon	Comune di Gargazzone - Gargazon,Gargazon,Gargazzone,Gargazzone - Gargazon		IT	17	BZ	021035	1665	Europe/Rome
6535900	Glorenza - Glurns	glorenza-glurns	Comune di Glorenza - Glurns,Glorenza,Glorenza - Glurns,Glurns		IT	17	BZ	021036	889	Europe/Rome
6535901	Laces - Latsch	laces-latsch	Comune di Laces - Latsch,Laces,Laces - Latsch,Latsch		IT	17	BZ	021037	5126	Europe/Rome
6535902	Lagundo - Algund	lagundo-algund	Algund,Comune di Lagundo - Algund,Lagundo,Lagundo - Algund		IT	17	BZ	021038	4873	Europe/Rome
6535903	Laion - Lajen	laion-lajen	Comune di Laion - Lajen,Laion,Laion - Lajen,Lajen		IT	17	BZ	021039	2619	Europe/Rome
6535904	Lana - Lana	lana-lana	Comune di Lana - Lana,Lana,Lana - Lana		IT	17	BZ	021041	11251	Europe/Rome
6535905	Lasa - Laas	lasa-laas	Comune di Lasa - Laas,Laas,Lasa,Lasa - Laas		IT	17	BZ	021042	3932	Europe/Rome
6535906	Lauregno - Laurein	lauregno-laurein	Comune di Lauregno - Laurein,Lauregno,Lauregno - Laurein,Laurein		IT	17	BZ	021043	344	Europe/Rome
6535907	Malles Venosta - Mals	malles-venosta-mals	Comune di Malles Venosta - Mals,Malles Venosta,Malles Venosta - Mals,Mals		IT	17	BZ	021046	5086	Europe/Rome
6535908	Marlengo - Marling	marlengo-marling	Comune di Marlengo - Marling,Marlengo,Marlengo - Marling,Marling		IT	17	BZ	021048	2533	Europe/Rome
6535909	Montagna - Montan	montagna-montan	Comune di Montagna - Montan,Montagna,Montagna - Montan,Montan		IT	17	BZ	021053	1627	Europe/Rome
6535910	Moso in Passiria - Moos in Passeier	moso-in-passiria-moos-in-passeier	Comune di Moso in Passiria - Moos in Passeier,Moos in Passeier,Moso in Passiria,Moso in Passiria - Moos in Passeier		IT	17	BZ	021054	2171	Europe/Rome
6535911	Nalles - Nals	nalles-nals	Comune di Nalles - Nals,Nalles,Nalles - Nals,Nals		IT	17	BZ	021055	1831	Europe/Rome
6535912	Naturno - Naturns	naturno-naturns	Comune di Naturno - Naturns,Naturno,Naturno - Naturns,Naturns		IT	17	BZ	021056	5554	Europe/Rome
6535913	Nova Levante - Welschnofen	nova-levante-welschnofen	Comune di Nova Levante - Welschnofen,Nova Levante,Nova Levante - Welschnofen,Welschnofen		IT	17	BZ	021058	1903	Europe/Rome
6535914	Nova Ponente - Deutschnofen	nova-ponente-deutschnofen	Comune di Nova Ponente - Deutschnofen,Deutschnofen,Nova Ponente,Nova Ponente - Deutschnofen		IT	17	BZ	021059	3898	Europe/Rome
6535915	Ora - Auer	ora-auer	Auer,Comune di Ora - Auer,Ora,Ora - Auer		IT	17	BZ	021060	3554	Europe/Rome
6535916	Parcines - Partschins	parcines-partschins	Comune di Parcines - Partschins,Parcines,Parcines - Partschins,Partschins		IT	17	BZ	021062	3536	Europe/Rome
6535917	Perca - Percha	perca-percha	Comune di Perca - Percha,Perca,Perca - Percha,Percha		IT	17	BZ	021063	1460	Europe/Rome
6535918	Plaus - Plaus	plaus-plaus	Comune di Plaus - Plaus,Plaus,Plaus - Plaus		IT	17	BZ	021064	692	Europe/Rome
6535919	Ponte Gardena - Waidbruck	ponte-gardena-waidbruck	Comune di Ponte Gardena - Waidbruck,Ponte Gardena,Ponte Gardena - Waidbruck,Waidbruck		IT	17	BZ	021065	195	Europe/Rome
6535920	Postal - Burgstall	postal-burgstall	Burgstall,Comune di Postal - Burgstall,Postal,Postal - Burgstall		IT	17	BZ	021066	1763	Europe/Rome
6535921	Prato allo Stelvio - Prad am Stilfser Joch	prato-allo-stelvio-prad-am-stilfser-joch	Comune di Prato allo Stelvio - Prad am Stilfser Joch,Prad am Stilfserjoch,Prato allo Stelvio,Prato allo Stelvio - Prad am Stilfser Joch		IT	17	BZ	021067	3356	Europe/Rome
6535922	Predoi - Prettau	predoi-prettau	Comune di Predoi - Prettau,Predoi,Predoi - Prettau,Prettau		IT	17	BZ	021068	604	Europe/Rome
6535923	San Candido - Innichen	san-candido-innichen	Comune di San Candido - Innichen,Innichen,San Candido,San Candido - Innichen		IT	17	BZ	021077	3204	Europe/Rome
6535924	San Genesio Atesino - Jenesien	san-genesio-atesino-jenesien	Comune di San Genesio Atesino - Jenesien,Jenesien,San Genesio Atesino,San Genesio Atesino - Jenesien		IT	17	BZ	021079	2937	Europe/Rome
6535925	San Leonardo in Passiria - St. Leonhard in Passeier	san-leonardo-in-passiria-st-leonhard-in-passeier	Comune di San Leonardo in Passiria - St. Leonhard in Passeier,San Leonardo in Passiria,San Leonardo in Passiria - St. Leonhard in Passeier,St. Leonhard in Passeier		IT	17	BZ	021080	3508	Europe/Rome
6535926	San Lorenzo di Sebato - St. Lorenzen	san-lorenzo-di-sebato-st-lorenzen	Comune di San Lorenzo di Sebato - St. Lorenzen,San Lorenzo di Sebato,San Lorenzo di Sebato - St. Lorenzen,St. Lorenzen		IT	17	BZ	021081	3767	Europe/Rome
6535927	San Pancrazio - St. Pankraz	san-pancrazio-st-pankraz	Comune di San Pancrazio - St. Pankraz,San Pancrazio,San Pancrazio - St. Pankraz,St. Pankraz		IT	17	BZ	021084	1584	Europe/Rome
6535928	Sarentino - Sarntal	sarentino-sarntal	Comune di Sarentino - Sarntal,Sarentino,Sarntal		IT	17	BZ	021086	6890	Europe/Rome
6535929	Sesto - Sexten	sesto-sexten	Comune di Sesto - Sexten,Sesto,Sesto - Sexten,Sexten		IT	17	BZ	021092	1937	Europe/Rome
6535930	Silandro - Schlanders	silandro-schlanders	Comune di Silandro - Schlanders,Schlanders,Silandro,Silandro - Schlanders		IT	17	BZ	021093	5947	Europe/Rome
6535931	Sluderno - Schluderns	sluderno-schluderns	Comune di Sluderno - Schluderns,Schluderns,Sluderno,Sluderno - Schluderns		IT	17	BZ	021094	1832	Europe/Rome
6535932	Stelvio - Stilfs	stelvio-stilfs	Comune di Stelvio - Stilfs,Stelvio,Stilfs		IT	17	BZ	021095	1190	Europe/Rome
6535933	Terento - Terenten	terento-terenten	Comune di Terento - Terenten,Terenten,Terento,Terento - Terenten		IT	17	BZ	021096	1733	Europe/Rome
6535934	Terlano - Terlan	terlano-terlan	Comune di Terlano - Terlan,Terlan,Terlano,Terlano - Terlan		IT	17	BZ	021097	4139	Europe/Rome
6535935	Tesimo - Tisens	tesimo-tisens	Comune di Tesimo - Tisens,Tesimo,Tesimo - Tisens,Tisens		IT	17	BZ	021099	1854	Europe/Rome
6535936	Tires - Tiers	tires-tiers	Comune di Tires - Tiers,Tiers,Tires,Tires - Tiers		IT	17	BZ	021100	967	Europe/Rome
6535937	Trodena - Truden	trodena-truden	Comune di Trodena - Truden,Trodena - Truden,Trodena nel parco naturale,Truden im Naturpark		IT	17	BZ	021102	1021	Europe/Rome
6535938	Valdaora	valdaora	Comune di Valdaora,Olang,Valdaora		IT	17	BZ	021106	3110	Europe/Rome
6535939	Varna - Vahrn	varna-vahrn	Comune di Varna - Vahrn,Vahrn,Varna,Varna - Vahrn		IT	17	BZ	021111	4253	Europe/Rome
6535940	Villabassa - Niederdorf	villabassa-niederdorf	Comune di Villabassa - Niederdorf,Niederdorf,Villabassa,Villabassa - Niederdorf		IT	17	BZ	021113	1479	Europe/Rome
6535941	Velturno - Feldthurns	velturno-feldthurns	Comune di Velturno - Feldthurns,Feldthurns,Velturno,Velturno - Feldthurns		IT	17	BZ	021116	2742	Europe/Rome
6535942	Corvara in Badia - Corvara	corvara-in-badia-corvara	Comune di Corvara in Badia - Corvara,Corvara,Corvara in Badia,Corvara in Badia - Corvara		IT	17	BZ	021026	1320	Europe/Rome
6535943	Comezzano-Cizzago	comezzano-cizzago	Comezzano-Cizzago,Comune di Comezzano-Cizzago		IT	09	BS	017060	3717	Europe/Rome
6535944	Gabbioneta-Binanuova	gabbioneta-binanuova	Comune di Gabbioneta-Binanuova,Gabbioneta-Binanuova		IT	09	CR	019045	899	Europe/Rome
6535945	Ruffrè-Mendola	ruffre-mendola	Comune di Ruffre-Mendola,Comune di Ruffrè-Mendola,Ruffre-Mendola,Ruffrè-Mendola		IT	17	TN	022162	416	Europe/Rome
6535946	Chiopris-Viscone	chiopris-viscone	Chiopris-Viscone,Comune di Chiopris-Viscone		IT	06	UD	030024	620	Europe/Rome
6535947	Bellaria-Igea Marina	bellaria-igea-marina	Bellaria-Igea Marina,Comune di Bellaria-Igea Marina		IT	05	RN	099001	18591	Europe/Rome
6535948	Brignano-Frascata	brignano-frascata	Brignano-Frascata,Comune di Brignano-Frascata		IT	12	AL	006024	451	Europe/Rome
6535949	Travedona-Monate	travedona-monate	Comune di Travedona-Monate,Travedona-Monate		IT	09	VA	012128	4022	Europe/Rome
6535950	Uggiate-Trevano	uggiate-trevano	Comune di Uggiate-Trevano,Uggiate-Trevano		IT	09	CO	013228	4451	Europe/Rome
6535951	Senale-San Felice	senale-san-felice	Comune di Senale-San Felice,Senale-San Felice,Unsere Liebe Frau im Walde-St. Felix		IT	17	BZ	021118	782	Europe/Rome
6535952	Vignola-Falesina	vignola-falesina	Comune di Vignola-Falesina,Vignola-Falesina		IT	17	TN	022216	162	Europe/Rome
6535953	Bolzano	bolzano	Bauzanum,Bocen,Bol'cano,Bolcan,Bolcanas,Bolcano,Bolcāno,Bolsan,Boltsano,Bolzan,Bolzano,Bolzano-Bozen,Bolzanu,Bolzán,Bolçan,Bozen,Bozen-Bolzano,Bozn,Bulsan,Bulsaun,Buzzanu,Comune di Bolzano,Gorad Bal'cana,bo er cha nuo,bolchano,boltsano,borutsu~ano,bwlsanw,bwlzanw,bwlznw,Μπολτσάνο,Болцано,Больцано,Боцен,Горад Бальцана,בולצנו,بولزانو,بولسانو,ბოლცანო,ボルツァーノ,波尔查诺,볼차노		IT	17	BZ	021008	102575	Europe/Rome
6535954	Bronzolo - Branzoll	bronzolo-branzoll	Branzoll,Bronzolo,Bronzolo - Branzoll,Comune di Bronzolo - Branzoll		IT	17	BZ	021012	2628	Europe/Rome
6535955	Castelbello-Ciardes - Kastelbell-Tschars	castelbello-ciardes-kastelbell-tschars	Castelbello-Ciardes,Castelbello-Ciardes - Kastelbell-Tschars,Comune di Castelbello-Ciardes - Kastelbell-Tschars,Kastelbell-Tschars		IT	17	BZ	021018	2378	Europe/Rome
6535956	Laives - Leifers	laives-leifers	Comune di Laives - Leifers,Laives,Laives - Leifers,Leifers		IT	17	BZ	021040	16909	Europe/Rome
6535957	Merano	merano	Comune di Merano,Meran,Merano		IT	17	BZ	021051	37368	Europe/Rome
6535958	Salorno - Salurn	salorno-salurn	Comune di Salorno - Salurn,Salorno,Salorno - Salurn,Salurn		IT	17	BZ	021076	3533	Europe/Rome
6535959	Vadena - Pfatten	vadena-pfatten	Comune di Vadena - Pfatten,Pfatten,Vadena,Vadena - Pfatten		IT	17	BZ	021105	1016	Europe/Rome
6535960	Calatafimi-Segesta	calatafimi-segesta	Calatafimi-Segesta,Comune di Calatafimi-Segesta		IT	15	TP	081003	6938	Europe/Rome
6535961	Giardini-Naxos	giardini-naxos	Comune di Giardini-Naxos,Giardini-Naxos		IT	15	ME	083032	9268	Europe/Rome
6535962	Cavallino-Treporti	cavallino-treporti	Cavallino-Treporti,Comune di Cavallino-Treporti		IT	20	VE	027044	13162	Europe/Rome
6535963	Pré-Saint-Didier	pre-saint-didier	Comune di Pre-Saint-Didier,Comune di Pré-Saint-Didier,Pre-Saint-Didier,Pré-Saint-Didier		IT	19	AO	007053	1012	Europe/Rome
6535964	Rhemes-Notre-Dame	rhemes-notre-dame	Comune di Rhemes-Notre-Dame,Rhemes-Notre-Dame		IT	19	AO	007055	114	Europe/Rome
6535965	Castello-Molina di Fiemme	castello-molina-di-fiemme	Castello-Molina di Fiemme,Comune di Castello-Molina di Fiemme		IT	17	TN	022047	2267	Europe/Rome
6535966	Saint-Rhémy-en-Bosses	saint-rhemy-en-bosses	Comune di Saint-Rhemy-en-Bosses,Comune di Saint-Rhémy-en-Bosses,Saint-Rhemy-en-Bosses,Saint-Rhémy-en-Bosses		IT	19	AO	007064	367	Europe/Rome
6535967	Badia - Abtei	badia-abtei	Abtei,Badia,Badia - Abtei,Comune di Badia - Abtei		IT	17	BZ	021006	3360	Europe/Rome
6535968	Brunico - Bruneck	brunico-bruneck	Bruneck,Brunico,Brunico - Bruneck,Comune di Brunico - Bruneck		IT	17	BZ	021013	15397	Europe/Rome
6535969	Caldaro sulla strada del vino	caldaro-sulla-strada-del-vino	Caldaro sulla strada del vino,Comune di Caldaro sulla strada del vino,Kaltern an der Weinstrasse,Kaltern an der Weinstraße		IT	17	BZ	021015	7660	Europe/Rome
6535970	Cortaccia sulla strada del vino	cortaccia-sulla-strada-del-vino	Comune di Cortaccia sulla strada del vino,Cortaccia sulla strada del vino,Kurtatsch an der Weinstrasse,Kurtatsch an der Weinstraße		IT	17	BZ	021024	2228	Europe/Rome
6535971	Fiè allo Sciliar - Voels am Schlern	fie-allo-sciliar-voels-am-schlern	Comune di Fie allo Sciliar - Voels am Schlern,Comune di Fiè allo Sciliar - Voels am Schlern,Fie allo Sciliar,Fie allo Sciliar - Voels am Schlern,Fiè allo Sciliar,Fiè allo Sciliar - Voels am Schlern,Voels am Schlern,Völs am Schlern		IT	17	BZ	021031	3451	Europe/Rome
6535972	Luson - Luesen	luson-luesen	Comune di Luson - Luesen,Luesen,Luson,Luson - Luesen,Lüsen		IT	17	BZ	021044	1527	Europe/Rome
6535973	Meltina - Moelten	meltina-moelten	Comune di Meltina - Moelten,Meltina,Meltina - Moelten,Moelten,Mölten		IT	17	BZ	021050	1648	Europe/Rome
6535974	Monguelfo-Tesido - Welsberg-Taisten	monguelfo-tesido-welsberg-taisten	Comune di Monguelfo-Tesido - Welsberg-Taisten,Monguelfo-Tesido,Monguelfo-Tesido - Welsberg-Taisten,Welsberg-Taisten		IT	17	BZ	021052	2797	Europe/Rome
6535975	Naz-Sciaves - Natz-Schabs	naz-sciaves-natz-schabs	Comune di Naz-Sciaves - Natz-Schabs,Natz-Schabs,Naz-Sciaves,Naz-Sciaves - Natz-Schabs		IT	17	BZ	021057	2886	Europe/Rome
6535976	Ortisei - St. Ulrich	ortisei-st-ulrich	Comune di Ortisei - St. Ulrich,Ortisei,Ortisei - St. Ulrich,St. Ulrich		IT	17	BZ	021061	4653	Europe/Rome
6535977	Rio di Pusteria - Muehlbach	rio-di-pusteria-muehlbach	Comune di Rio di Pusteria - Muehlbach,Muehlbach,Mühlbach,Rio di Pusteria,Rio di Pusteria - Muehlbach		IT	17	BZ	021074	2912	Europe/Rome
6535978	San Martino in Passiria - St. Martin in Passeier	san-martino-in-passiria-st-martin-in-passeier	Comune di San Martino in Passiria - St. Martin in Passeier,San Martino in Passiria,San Martino in Passiria - St. Martin in Passeier,St. Martin in Passeier		IT	17	BZ	021083	3136	Europe/Rome
6535979	Santa Cristina Valgardena	santa-cristina-valgardena	Comune di Santa Cristina Valgardena,Santa Cristina Valgardena,St. Christina in Groeden,St. Christina in Gröden		IT	17	BZ	021085	1871	Europe/Rome
6535980	Selva dei Molini - Muehlwald	selva-dei-molini-muehlwald	Comune di Selva dei Molini - Muehlwald,Muehlwald,Mühlwald,Selva Dei Molini,Selva dei Molini - Muehlwald		IT	17	BZ	021088	1473	Europe/Rome
6535981	Selva di Val Gardena - Wolkenstein in Groeden	selva-di-val-gardena-wolkenstein-in-groeden	Comune di Selva di Val Gardena - Wolkenstein in Groeden,Selva di Val Gardena,Selva di Val Gardena - Wolkenstein in Groeden,Wolkenstein in Groeden,Wolkenstein in Gröden		IT	17	BZ	021089	2660	Europe/Rome
6535982	Termeno sulla strada del vino	termeno-sulla-strada-del-vino	Comune di Termeno sulla strada del vino,Termeno sulla strada del vino,Tramin an der Weinstrasse,Tramin an der Weinstraße		IT	17	BZ	021098	3305	Europe/Rome
6535983	Tubre - Taufers im Muenstertal	tubre-taufers-im-muenstertal	Comune di Tubre - Taufers im Muenstertal,Taufers im Muenstertal,Taufers im Münstertal,Tubre,Tubre - Taufers im Muenstertal		IT	17	BZ	021103	965	Europe/Rome
6535984	Vipiteno - Sterzing	vipiteno-sterzing	Comune di Vipiteno - Sterzing,Sterzing,Vipiteno,Vipiteno - Sterzing		IT	17	BZ	021115	6390	Europe/Rome
6535985	Montecatini-Terme	montecatini-terme	Comune di Montecatini-Terme,Montecatini Terme,Montecatini-Terme		IT	16	PT	047011	19674	Europe/Rome
6535986	Rifiano - Riffian	rifiano-riffian	Comune di Rifiano - Riffian,Riffian,Rifiano,Rifiano - Riffian		IT	17	BZ	021073	1333	Europe/Rome
6535987	Appiano sulla strada del vino	appiano-sulla-strada-del-vino	Appiano sulla strada del vino,Comune di Appiano sulla strada del vino,Eppan an der Weinstrasse,Eppan an der Weinstraße		IT	17	BZ	021004	13988	Europe/Rome
6535988	Campiglione-Fenile	campiglione-fenile	Campiglione-Fenile,Comune di Campiglione-Fenile		IT	12	TO	001049	1382	Europe/Rome
6535989	Saint-Denis	saint-denis	Comune di Saint-Denis,Saint-Denis		IT	19	AO	007059	382	Europe/Rome
6535990	Challand-Saint-Anselme	challand-saint-anselme	Challand-Saint-Anselme,Comune di Challand-Saint-Anselme		IT	19	AO	007013	756	Europe/Rome
6535991	Challand-Saint-Victor	challand-saint-victor	Challand-Saint-Victor,Comune di Challand-Saint-Victor		IT	19	AO	007014	611	Europe/Rome
6535992	Cadegliano-Viconago	cadegliano-viconago	Cadegliano-Viconago,Comune di Cadegliano-Viconago		IT	09	VA	012027	1867	Europe/Rome
6535993	Gornate-Olona	gornate-olona	Comune di Gornate-Olona,Gornate-Olona		IT	09	VA	012080	2227	Europe/Rome
6535994	Casale Cremasco-Vidolasco	casale-cremasco-vidolasco	Casale Cremasco-Vidolasco,Comune di Casale Cremasco-Vidolasco		IT	09	CR	019017	1826	Europe/Rome
6535995	Gadesco-Pieve Delmona	gadesco-pieve-delmona	Comune di Gadesco-Pieve Delmona,Gadesco-Pieve Delmona		IT	09	CR	019046	2015	Europe/Rome
6535996	La Valle - Wengen	la-valle-wengen	Comune di La Valle - Wengen,La Valle,La Valle - Wengen,Wengen		IT	17	BZ	021117	1299	Europe/Rome
6535997	Lona-Lases	lona-lases	Comune di Lona-Lases,Lona-Lases		IT	17	TN	022108	876	Europe/Rome
6535998	Ronzo-Chienis	ronzo-chienis	Comune di Ronzo-Chienis,Ronzo-Chienis		IT	17	TN	022135	1001	Europe/Rome
6535999	Rhemes-Saint-Georges	rhemes-saint-georges	Comune di Rhemes-Saint-Georges,Rhemes-Saint-Georges		IT	19	AO	007056	196	Europe/Rome
6536000	Rodengo-Saiano	rodengo-saiano	Comune di Rodengo-Saiano,Rodengo-Saiano		IT	09	BS	017163	8795	Europe/Rome
6536001	Saint-Christophe	saint-christophe	Comune di Saint-Christophe,Saint-Christophe		IT	19	AO	007058	3356	Europe/Rome
6536002	Saint-Marcel	saint-marcel	Comune di Saint-Marcel,Saint-Marcel		IT	19	AO	007060	1275	Europe/Rome
6536003	Saint-Nicolas	saint-nicolas	Comune di Saint-Nicolas,Saint-Nicolas		IT	19	AO	007061	315	Europe/Rome
6536004	Aldino - Aldein	aldino-aldein	Aldein,Aldino,Aldino - Aldein,Comune di Aldino - Aldein		IT	17	BZ	021001	1651	Europe/Rome
6536005	Andriano - Andrian	andriano-andrian	Andrian,Andriano,Andriano - Andrian,Comune di Andriano - Andrian		IT	17	BZ	021002	1035	Europe/Rome
6536006	Barbiano - Barbian	barbiano-barbian	Barbian,Barbiano,Barbiano - Barbian,Comune di Barbiano - Barbian		IT	17	BZ	021007	1596	Europe/Rome
6536007	Brennero - Brenner	brennero-brenner	Brenner,Brennero,Brennero - Brenner,Comune di Brennero - Brenner		IT	17	BZ	021010	2087	Europe/Rome
6536008	Caines - Kuens	caines-kuens	Caines,Caines - Kuens,Comune di Caines - Kuens,Kuens		IT	17	BZ	021014	413	Europe/Rome
6536009	Cornedo all'Isarco	cornedo-all-isarco	Comune di Cornedo all'Isarco,Cornedo all'Isarco,Karneid		IT	17	BZ	021023	3312	Europe/Rome
6536010	Cortina sulla strada del vino - Kurtinig an der Weinstrasse	cortina-sulla-strada-del-vino-kurtinig-an-der-weinstrasse	Comune di Cortina sulla strada del vino - Kurtinig an der Weinstrasse,Cortina sulla strada del vino,Cortina sulla strada del vino - Kurtinig an der Weinstrasse,Kurtinig an der Weinstrasse,Kurtinig an der Weinstraße		IT	17	BZ	021025	656	Europe/Rome
6536011	Funes - Villnoess	funes-villnoess	Comune di Funes - Villnoess,Funes,Funes - Villnoess,Villnoess,Villnöß		IT	17	BZ	021033	2571	Europe/Rome
6536012	Magrè sulla strada del vino	magre-sulla-strada-del-vino	Comune di Magre sulla strada del vino - Margreid an der Weinstrasse,Comune di Magrè sulla strada del vino - Margreid an der Weinstrasse,Magre sulla strada del vino,Magrè sulla strada del vino,Margreid an der Weinstrasse,Margreid an der Weinstraße		IT	17	BZ	021045	1281	Europe/Rome
6536013	Proves - Proveis	proves-proveis	Comune di Proves - Proveis,Proveis,Proves,Proves - Proveis		IT	17	BZ	021069	267	Europe/Rome
6536014	Racines - Ratschings	racines-ratschings	Comune di Racines - Ratschings,Racines,Racines - Ratschings,Ratschings		IT	17	BZ	021070	4389	Europe/Rome
6536015	Renon - Ritten	renon-ritten	Comune di Renon - Ritten,Renon,Renon - Ritten,Ritten		IT	17	BZ	021072	7642	Europe/Rome
6536016	Rodengo - Rodeneck	rodengo-rodeneck	Comune di Rodengo - Rodeneck,Rodeneck,Rodengo,Rodengo - Rodeneck		IT	17	BZ	021075	1195	Europe/Rome
6536017	San Martino in Badia - St. Martin in Thurn	san-martino-in-badia-st-martin-in-thurn	Comune di San Martino in Badia - St. Martin in Thurn,San Martino in Badia,San Martino in Badia - St. Martin in Thurn,St. Martin in Thurn		IT	17	BZ	021082	1729	Europe/Rome
6536018	Tirolo - Tirol	tirolo-tirol	Comune di Tirolo - Tirol,Tirol,Tirolo,Tirolo - Tirol		IT	17	BZ	021101	2450	Europe/Rome
6536019	Valle Aurina - Ahrntal	valle-aurina-ahrntal	Ahrntal,Comune di Valle Aurina - Ahrntal,Valle Aurina,Valle Aurina - Ahrntal		IT	17	BZ	021108	5910	Europe/Rome
6536020	Valle di Casies - Gsies	valle-di-casies-gsies	Comune di Valle di Casies - Gsies,Gsies,Valle di Casies,Valle di Casies - Gsies		IT	17	BZ	021109	2262	Europe/Rome
6536021	Verano - Voeran	verano-voeran	Comune di Verano - Voeran,Verano,Verano - Voeran,Voeran,Vöran		IT	17	BZ	021112	929	Europe/Rome
6536022	Villandro - Villanders	villandro-villanders	Comune di Villandro - Villanders,Villanders,Villandro,Villandro - Villanders		IT	17	BZ	021114	1893	Europe/Rome
6536023	Fondachelli-Fantina	fondachelli-fantina	Comune di Fondachelli-Fantina,Fondachelli-Fantina		IT	15	ME	083023	1090	Europe/Rome
6536024	Brovello-Carpugnino	brovello-carpugnino	Brovello-Carpugnino,Comune di Brovello-Carpugnino		IT	12	VB	103013	721	Europe/Rome
6536025	Calasca-Castiglione	calasca-castiglione	Calasca-Castiglione,Comune di Calasca-Castiglione		IT	12	VB	103014	681	Europe/Rome
6536026	Cavaglio-Spoccia	cavaglio-spoccia	Cavaglio-Spoccia,Comune di Cavaglio-Spoccia		IT	12	VB	103020	255	Europe/Rome
6536027	Cugliate-Fabiasco	cugliate-fabiasco	Comune di Cugliate-Fabiasco,Cugliate-Fabiasco		IT	09	VA	012059	3074	Europe/Rome
6536028	Ivano-Fracena	ivano-fracena	Comune di Ivano-Fracena,Ivano-Fracena		IT	17	TN	022099	350	Europe/Rome
6536029	Scena - Schenna	scena-schenna	Comune di Scena - Schenna,Scena,Scena - Schenna,Schenna		IT	17	BZ	021087	2838	Europe/Rome
6536030	Pont-Canavese	pont-canavese	Comune di Pont-Canavese,Pont-Canavese		IT	12	TO	001199	3676	Europe/Rome
6536031	Borgo Valsugana	borgo-valsugana	Borgo Valsugana,Comune di Borgo Valsugana		IT	17	TN	022022	6826	Europe/Rome
6536032	Canischio	canischio	Canischio,Comune di Canischio		IT	12	TO	001052	294	Europe/Rome
6536033	Manta	manta	Comune di Manta,Manta		IT	12	CN	004116	3735	Europe/Rome
6536034	Martiniana Po	martiniana-po	Comune di Martiniana Po,Martiniana Po		IT	12	CN	004121	781	Europe/Rome
6536035	Monforte d'Alba	monforte-d-alba	Comune di Monforte d'Alba,Monforte d'Alba		IT	12	CN	004132	2042	Europe/Rome
6536036	Leinì	leini	Comune di Leini,Comune di Leinì,Leini,Leinì		IT	12	TO	001130	15523	Europe/Rome
6536037	Roccavione	roccavione	Comune di Roccavione,Roccavione		IT	12	CN	004192	2876	Europe/Rome
6536038	Salmour	salmour	Comune di Salmour,Salmour		IT	12	CN	004202	706	Europe/Rome
6536039	San Damiano Macra	san-damiano-macra	Comune di San Damiano Macra,San Damiano Macra		IT	12	CN	004207	439	Europe/Rome
6536040	Scarnafigi	scarnafigi	Comune di Scarnafigi,Scarnafigi		IT	12	CN	004217	2094	Europe/Rome
6536041	Canelli	canelli	Canelli,Comune di Canelli		IT	12	AT	005017	10569	Europe/Rome
6536042	Casorzo	casorzo	Casorzo,Comune di Casorzo		IT	12	AT	005020	657	Europe/Rome
6536043	Cassinasco	cassinasco	Cassinasco,Comune di Cassinasco		IT	12	AT	005021	590	Europe/Rome
6536044	Castell'Alfero	castell-alfero	Castell'Alfero,Comune di Castell'Alfero		IT	12	AT	005025	2750	Europe/Rome
6536045	San Maurizio Canavese	san-maurizio-canavese	Comune di San Maurizio Canavese,San Maurizio Canavese		IT	12	TO	001248	9646	Europe/Rome
6536046	Cisterna d'Asti	cisterna-d-asti	Cisterna d'Asti,Comune di Cisterna d'Asti		IT	12	AT	005040	1286	Europe/Rome
6536047	Cocconato	cocconato	Cocconato,Comune di Cocconato		IT	12	AT	005042	1564	Europe/Rome
6536048	Cossombrato	cossombrato	Comune di Cossombrato,Cossombrato		IT	12	AT	005049	541	Europe/Rome
6536049	Cunico	cunico	Comune di Cunico,Cunico		IT	12	AT	005051	528	Europe/Rome
6536050	Moncalvo	moncalvo	Comune di Moncalvo,Moncalvo		IT	12	AT	005069	3184	Europe/Rome
6536051	Villar Focchiardo	villar-focchiardo	Comune di Villar Focchiardo,Villar Focchiardo		IT	12	TO	001305	2068	Europe/Rome
6536052	Mongiardino Ligure	mongiardino-ligure	Comune di Mongiardino Ligure,Mongiardino Ligure		IT	12	AL	006100	177	Europe/Rome
6536053	Roasio	roasio	Comune di Roasio,Roasio		IT	12	VC	002116	2465	Europe/Rome
6536054	Casale Monferrato	casale-monferrato	Casal Monfra,Casal Monfrà,Casale Monferrato,Casalis,Comune di Casale Monferrato,Kazale Monferatas,Kazale Monferato,Kazale-Monferrato,ka sa lai meng fei la tuo,kazaly mwnfyratw,Казале Монферато,Казале-Монферрато,קזאלה מונפראטו,كازالي مونفيراتو,カザーレ・モンフェッラート,卡萨莱蒙费拉托		IT	12	AL	006039	34812	Europe/Rome
6536055	Casalnoceto	casalnoceto	Casalnoceto,Comune di Casalnoceto		IT	12	AL	006040	1015	Europe/Rome
6536056	Casasco	casasco	Casasco,Comune di Casasco		IT	12	AL	006041	124	Europe/Rome
6536057	Castelnuovo Bormida	castelnuovo-bormida	Castelnuovo Bormida,Comune di Castelnuovo Bormida		IT	12	AL	006052	680	Europe/Rome
6536058	Cereseto	cereseto	Cereseto,Comune di Cereseto		IT	12	AL	006057	457	Europe/Rome
6536059	Ottiglio	ottiglio	Comune di Ottiglio,Ottiglio		IT	12	AL	006120	672	Europe/Rome
6536060	Cartignano	cartignano	Cartignano,Comune di Cartignano		IT	12	CN	004044	178	Europe/Rome
6536061	Pollein	pollein	Comune di Pollein,Pollein		IT	19	AO	007049	1531	Europe/Rome
6536062	Verrès	verres	Comune di Verres,Comune di Verrès,Verres,Verrès		IT	19	AO	007073	2711	Europe/Rome
6536063	Airole	airole	Airole,Comune di Airole		IT	08	IM	008001	461	Europe/Rome
6536064	Apricale	apricale	Apricale,Comune di Apricale		IT	08	IM	008002	625	Europe/Rome
6536065	Aurigo	aurigo	Aurigo,Comune di Aurigo		IT	08	IM	008005	346	Europe/Rome
6536066	Badalucco	badalucco	Badalucco,Comune di Badalucco		IT	08	IM	008006	1190	Europe/Rome
6536067	Crissolo	crissolo	Comune di Crissolo,Crissolo		IT	12	CN	004077	172	Europe/Rome
6536068	Elva	elva	Comune di Elva,Elva		IT	12	CN	004083	94	Europe/Rome
6536069	Monchiero	monchiero	Comune di Monchiero,Monchiero		IT	12	CN	004129	558	Europe/Rome
6536070	Chiusanico	chiusanico	Chiusanico,Comune di Chiusanico		IT	08	IM	008019	603	Europe/Rome
6536071	Cipressa	cipressa	Cipressa,Comune di Cipressa		IT	08	IM	008021	1271	Europe/Rome
6536072	Dolceacqua	dolceacqua	Comune di Dolceacqua,Dolceacqua		IT	08	IM	008029	1990	Europe/Rome
6536073	Isolabona	isolabona	Comune di Isolabona,Isolabona		IT	08	IM	008032	678	Europe/Rome
6536074	Montalto Ligure	montalto-ligure	Comune di Montalto Ligure,Montalto Ligure		IT	08	IM	008036	364	Europe/Rome
6536075	Montegrosso Pian Latte	montegrosso-pian-latte	Comune di Montegrosso Pian Latte,Montegrosso Pian Latte		IT	08	IM	008037	121	Europe/Rome
6536076	Perinaldo	perinaldo	Comune di Perinaldo,Perinaldo		IT	08	IM	008040	912	Europe/Rome
6536077	Pigna	pigna	Comune di Pigna,Pigna		IT	08	IM	008043	894	Europe/Rome
6536078	Pompeiana	pompeiana	Comune di Pompeiana,Pompeiana		IT	08	IM	008044	809	Europe/Rome
6536079	Rocchetta Nervina	rocchetta-nervina	Comune di Rocchetta Nervina,Rocchetta Nervina		IT	08	IM	008051	272	Europe/Rome
6536080	Cairo Montenotte	cairo-montenotte	Cairo Montenotte,Comune di Cairo Montenotte		IT	08	SV	009015	13237	Europe/Rome
6536081	Calizzano	calizzano	Calizzano,Comune di Calizzano		IT	08	SV	009017	1550	Europe/Rome
6536082	Erli	erli	Comune di Erli,Erli		IT	08	SV	009028	256	Europe/Rome
6536083	Loano	loano	Comune di Loano,Loano		IT	08	SV	009034	11563	Europe/Rome
6536084	Fascia	fascia	Comune di Fascia,Fascia		IT	08	GE	010022	100	Europe/Rome
6536085	Santa Vittoria d'Alba	santa-vittoria-d-alba	Comune di Santa Vittoria d'Alba,Santa Vittoria d'Alba		IT	12	CN	004212	2748	Europe/Rome
6536086	Sommariva Perno	sommariva-perno	Comune di Sommariva Perno,Sommariva Perno		IT	12	CN	004223	2828	Europe/Rome
6536087	Millesimo	millesimo	Comune di Millesimo,Millesimo		IT	08	SV	009038	3426	Europe/Rome
6536088	Nasino	nasino	Comune di Nasino,Nasino		IT	08	SV	009041	222	Europe/Rome
6536089	Varazze	varazze	Comune di Varazze,Varazze		IT	08	SV	009065	13461	Europe/Rome
6536090	Bargagli	bargagli	Bargagli,Comune di Bargagli		IT	08	GE	010003	2810	Europe/Rome
6536091	Busalla	busalla	Busalla,Comune di Busalla		IT	08	GE	010006	5741	Europe/Rome
6536092	Chiavari	chiavari	Chiavari,Comune di Chiavari		IT	08	GE	010015	27338	Europe/Rome
6536093	Crocefieschi	crocefieschi	Comune di Crocefieschi,Crocefieschi		IT	08	GE	010020	561	Europe/Rome
6536094	Favale di Malvaro	favale-di-malvaro	Comune di Favale di Malvaro,Favale di Malvaro		IT	08	GE	010023	504	Europe/Rome
6536095	Montegrosso d'Asti	montegrosso-d-asti	Comune di Montegrosso d'Asti,Montegrosso d'Asti		IT	12	AT	005076	2264	Europe/Rome
6536096	Isola del Cantone	isola-del-cantone	Comune di Isola del Cantone,Isola del Cantone		IT	08	GE	010027	1535	Europe/Rome
6536097	Moneglia	moneglia	Comune di Moneglia,Moneglia		IT	08	GE	010037	2890	Europe/Rome
6536098	Montoggio	montoggio	Comune di Montoggio,Montoggio		IT	08	GE	010039	2062	Europe/Rome
6536099	Neirone	neirone	Comune di Neirone,Neirone		IT	08	GE	010041	984	Europe/Rome
6536100	Propata	propata	Comune di Propata,Propata		IT	08	GE	010045	161	Europe/Rome
6536101	Rezzoaglio	rezzoaglio	Comune di Rezzoaglio,Rezzoaglio		IT	08	GE	010048	1080	Europe/Rome
6536102	Sori	sori	Comune di Sori,Sori		IT	08	GE	010060	4404	Europe/Rome
6536103	Uscio	uscio	Comune di Uscio,Uscio		IT	08	GE	010064	2275	Europe/Rome
6536104	Zoagli	zoagli	Comune di Zoagli,Zoagli		IT	08	GE	010067	2516	Europe/Rome
6536105	Vizzola Ticino	vizzola-ticino	Comune di Vizzola Ticino,Vizzola Ticino		IT	09	VA	012140	576	Europe/Rome
6536106	Mornago	mornago	Comune di Mornago,Mornago		IT	09	VA	012106	4834	Europe/Rome
6536107	Origgio	origgio	Comune di Origgio,Origgio		IT	09	VA	012109	7416	Europe/Rome
6536108	Osmate	osmate	Comune di Osmate,Osmate		IT	09	VA	012111	772	Europe/Rome
6536109	Brunate	brunate	Brunate,Comune di Brunate		IT	09	CO	013032	1766	Europe/Rome
6536110	Caglio	caglio	Caglio,Comune di Caglio		IT	09	CO	013037	430	Europe/Rome
6536111	Castiglione d'Intelvi	castiglione-d-intelvi	Castiglione d'Intelvi,Comune di Castiglione d'Intelvi		IT	09	CO	013060	1057	Europe/Rome
6536112	Issogne	issogne	Comune di Issogne,Issogne		IT	19	AO	007037	1396	Europe/Rome
6536113	Mariano Comense	mariano-comense	Comune di Mariano Comense,Mariano Comense		IT	09	CO	013143	23500	Europe/Rome
6536114	Musso	musso	Comune di Musso,Musso		IT	09	CO	013160	1019	Europe/Rome
6536115	Pornassio	pornassio	Comune di Pornassio,Pornassio		IT	08	IM	008046	584	Europe/Rome
6536116	Pusiano	pusiano	Comune di Pusiano,Pusiano		IT	09	CO	013193	1327	Europe/Rome
6536117	Rezzago	rezzago	Comune di Rezzago,Rezzago		IT	09	CO	013195	317	Europe/Rome
6536118	Rovellasca	rovellasca	Comune di Rovellasca,Rovellasca		IT	09	CO	013201	7565	Europe/Rome
6536119	Madesimo	madesimo	Comune di Madesimo,Madesimo		IT	09	SO	014035	540	Europe/Rome
6536120	Fagnano Olona	fagnano-olona	Comune di Fagnano Olona,Fagnano Olona		IT	09	VA	012067	12141	Europe/Rome
6536121	Berbenno di Valtellina	berbenno-di-valtellina	Berbenno di Valtellina,Comune di Berbenno di Valtellina		IT	09	SO	014007	4308	Europe/Rome
6536122	Bormio	bormio	Bormio,Comune di Bormio		IT	09	SO	014009	4036	Europe/Rome
6536123	Buglio in Monte	buglio-in-monte	Buglio in Monte,Comune di Buglio in Monte		IT	09	SO	014010	2091	Europe/Rome
6536124	Caspoggio	caspoggio	Caspoggio,Comune di Caspoggio		IT	09	SO	014013	1500	Europe/Rome
6536125	Chiuro	chiuro	Chiuro,Comune di Chiuro		IT	09	SO	014020	2524	Europe/Rome
6536126	Grosotto	grosotto	Comune di Grosotto,Grosotto		IT	09	SO	014034	1615	Europe/Rome
6536127	Pedesina	pedesina	Comune di Pedesina,Pedesina		IT	09	SO	014047	30	Europe/Rome
6536128	Piantedo	piantedo	Comune di Piantedo,Piantedo		IT	09	SO	014048	1321	Europe/Rome
6536129	Torre di Santa Maria	torre-di-santa-maria	Comune di Torre di Santa Maria,Torre di Santa Maria		IT	09	SO	014067	824	Europe/Rome
6536130	Valganna	valganna	Comune di Valganna,Valganna		IT	09	VA	012131	1584	Europe/Rome
6536131	Campione d'Italia	campione-d-italia	Campione d'Italia,Comune di Campione d'Italia		IT	09	CO	013040	2158	Europe/Rome
6536132	Albiate	albiate	Albiate,Comune di Albiate		IT	09	MB	108003	6190	Europe/Rome
6536133	Arconate	arconate	Arconate,Comune di Arconate		IT	09	MI	015007	6524	Europe/Rome
6536134	Barlassina	barlassina	Barlassina,Comune di Barlassina		IT	09	MB	108005	6826	Europe/Rome
6536135	Besate	besate	Besate,Comune di Besate		IT	09	MI	015022	2022	Europe/Rome
6536136	Albaredo per San Marco	albaredo-per-san-marco	Albaredo per San Marco,Comune di Albaredo per San Marco		IT	09	SO	014001	349	Europe/Rome
6536137	Boffalora sopra Ticino	boffalora-sopra-ticino	Boffalora sopra Ticino,Comune di Boffalora sopra Ticino		IT	09	MI	015026	4195	Europe/Rome
6536138	Marcallo con Casone	marcallo-con-casone	Comune di Marcallo con Casone,Marcallo con Casone		IT	09	MI	015134	6032	Europe/Rome
6536139	Rescaldina	rescaldina	Comune di Rescaldina,Rescaldina		IT	09	MI	015181	13920	Europe/Rome
6536140	Usmate Velate	usmate-velate	Comune di Usmate Velate,Usmate Velate		IT	09	MB	108044	10033	Europe/Rome
6536141	Capizzone	capizzone	Capizzone,Comune di Capizzone		IT	09	BG	016050	1301	Europe/Rome
6536142	Caprino Bergamasco	caprino-bergamasco	Caprino Bergamasco,Comune di Caprino Bergamasco		IT	09	BG	016052	3127	Europe/Rome
6536143	Cerete	cerete	Cerete,Comune di Cerete		IT	09	BG	016071	1646	Europe/Rome
6536144	Mezzoldo	mezzoldo	Comune di Mezzoldo,Mezzoldo		IT	09	BG	016134	193	Europe/Rome
6536145	Misano di Gera d'Adda	misano-di-gera-d-adda	Comune di Misano di Gera d'Adda,Misano di Gera d'Adda		IT	09	BG	016135	2927	Europe/Rome
6536146	Palosco	palosco	Comune di Palosco,Palosco		IT	09	BG	016157	5773	Europe/Rome
6536147	Parzanica	parzanica	Comune di Parzanica,Parzanica		IT	09	BG	016159	373	Europe/Rome
6536148	Ponte Nossa	ponte-nossa	Comune di Ponte Nossa,Ponte Nossa		IT	09	BG	016168	1913	Europe/Rome
6536149	Gorno	gorno	Comune di Gorno,Gorno		IT	09	BG	016116	1636	Europe/Rome
6536150	Monasterolo del Castello	monasterolo-del-castello	Comune di Monasterolo del Castello,Monasterolo del Castello		IT	09	BG	016137	1190	Europe/Rome
6536151	Oneta	oneta	Comune di Oneta,Oneta		IT	09	BG	016148	652	Europe/Rome
6536152	San Pellegrino Terme	san-pellegrino-terme	Comune di San Pellegrino Terme,San Pellegrino Terme		IT	09	BG	016190	4950	Europe/Rome
6536153	Seriate	seriate	Comune di Seriate,Seriate		IT	09	BG	016198	24336	Europe/Rome
6536154	Serina	serina	Comune di Serina,Serina		IT	09	BG	016199	2165	Europe/Rome
6536155	Sovere	sovere	Comune di Sovere,Sovere		IT	09	BG	016204	5509	Europe/Rome
6536156	Telgate	telgate	Comune di Telgate,Telgate		IT	09	BG	016212	4857	Europe/Rome
6536157	Santa Brigida	santa-brigida	Comune di Santa Brigida,Santa Brigida		IT	09	BG	016191	597	Europe/Rome
6536158	Valbondione	valbondione	Comune di Valbondione,Valbondione		IT	09	BG	016223	1085	Europe/Rome
6536159	Torre Boldone	torre-boldone	Comune di Torre Boldone,Torre Boldone		IT	09	BG	016214	8333	Europe/Rome
6536160	Treviglio	treviglio	Comune di Treviglio,Treviglio		IT	09	BG	016219	28410	Europe/Rome
6536161	Valnegra	valnegra	Comune di Valnegra,Valnegra		IT	09	BG	016227	207	Europe/Rome
6536162	Valtorta	valtorta	Comune di Valtorta,Valtorta		IT	09	BG	016229	292	Europe/Rome
6536163	Villa d'Almè	villa-d-alme	Comune di Villa d'Alme,Comune di Villa d'Almè,Villa d'Alme,Villa d'Almè		IT	09	BG	016239	6811	Europe/Rome
6536164	Villa di Serio	villa-di-serio	Comune di Villa di Serio,Villa di Serio		IT	09	BG	016240	6620	Europe/Rome
6536165	Zanica	zanica	Comune di Zanica,Zanica		IT	09	BG	016245	8193	Europe/Rome
6536166	Barghe	barghe	Barghe,Comune di Barghe		IT	09	BS	017012	1188	Europe/Rome
6536167	Berlingo	berlingo	Berlingo,Comune di Berlingo		IT	09	BS	017015	2582	Europe/Rome
6536168	Gavardo	gavardo	Comune di Gavardo,Gavardo		IT	09	BS	017077	11686	Europe/Rome
6536169	Gussago	gussago	Comune di Gussago,Gussago		IT	09	BS	017081	16403	Europe/Rome
6536170	Montebello della Battaglia	montebello-della-battaglia	Comune di Montebello della Battaglia,Montebello della Battaglia		IT	09	PV	018095	1689	Europe/Rome
6536171	Ceto	ceto	Ceto,Comune di Ceto		IT	09	BS	017050	1950	Europe/Rome
6536172	Chiari	chiari	Chiari,Comune di Chiari		IT	09	BS	017052	18391	Europe/Rome
6536173	Cividate Camuno	cividate-camuno	Cividate Camuno,Comune di Cividate Camuno		IT	09	BS	017055	2762	Europe/Rome
6536174	Coccaglio	coccaglio	Coccaglio,Comune di Coccaglio		IT	09	BS	017056	8469	Europe/Rome
6536175	Cologne	cologne	Cologne,Comune di Cologne		IT	09	BS	017059	7534	Europe/Rome
6536176	Desenzano del Garda	desenzano-del-garda	Comune di Desenzano del Garda,Desenzano del Garda		IT	09	BS	017067	26793	Europe/Rome
6536177	Flero	flero	Comune di Flero,Flero		IT	09	BS	017072	8440	Europe/Rome
6536178	Gargnano	gargnano	Comune di Gargnano,Gargnano		IT	09	BS	017076	3033	Europe/Rome
6536179	Ghedi	ghedi	Comune di Ghedi,Ghedi		IT	09	BS	017078	18321	Europe/Rome
6536180	Iseo	iseo	Comune di Iseo,Iseo		IT	09	BS	017085	9100	Europe/Rome
6536181	San Genesio ed Uniti	san-genesio-ed-uniti	Comune di San Genesio ed Uniti,San Genesio ed Uniti		IT	09	PV	018135	3788	Europe/Rome
6536182	Santa Cristina e Bissone	santa-cristina-e-bissone	Comune di Santa Cristina e Bissone,Santa Cristina e Bissone		IT	09	PV	018139	2028	Europe/Rome
6536183	Lograto	lograto	Comune di Lograto,Lograto		IT	09	BS	017091	3793	Europe/Rome
6536184	Magasa	magasa	Comune di Magasa,Magasa		IT	09	BS	017098	145	Europe/Rome
6536185	Manerbio	manerbio	Comune di Manerbio,Manerbio		IT	09	BS	017103	12869	Europe/Rome
6536186	Marcheno	marcheno	Comune di Marcheno,Marcheno		IT	09	BS	017104	4359	Europe/Rome
6536187	Orzinuovi	orzinuovi	Comune di Orzinuovi,Orzinuovi		IT	09	BS	017125	12343	Europe/Rome
6536188	Casalbuttano ed Uniti	casalbuttano-ed-uniti	Casalbuttano ed Uniti,Comune di Casalbuttano ed Uniti		IT	09	CR	019016	4103	Europe/Rome
6536189	Pompiano	pompiano	Comune di Pompiano,Pompiano		IT	09	BS	017146	3893	Europe/Rome
6536190	Rezzato	rezzato	Comune di Rezzato,Rezzato		IT	09	BS	017161	12933	Europe/Rome
6536191	Ripalta Cremasca	ripalta-cremasca	Comune di Ripalta Cremasca,Ripalta Cremasca		IT	09	CR	019081	3394	Europe/Rome
6536192	Roccafranca	roccafranca	Comune di Roccafranca,Roccafranca		IT	09	BS	017162	4767	Europe/Rome
6536193	San Felice del Benaco	san-felice-del-benaco	Comune di San Felice del Benaco,San Felice del Benaco		IT	09	BS	017171	3403	Europe/Rome
6536194	San Gervasio Bresciano	san-gervasio-bresciano	Comune di San Gervasio Bresciano,San Gervasio Bresciano		IT	09	BS	017172	2469	Europe/Rome
6536195	Travagliato	travagliato	Comune di Travagliato,Travagliato		IT	09	BS	017188	13447	Europe/Rome
6536196	Vezza d'Oglio	vezza-d-oglio	Comune di Vezza d'Oglio,Vezza d'Oglio		IT	09	BS	017198	1476	Europe/Rome
6536197	Albuzzano	albuzzano	Albuzzano,Comune di Albuzzano		IT	09	PV	018004	3355	Europe/Rome
6536198	Belgioioso	belgioioso	Belgioioso,Comune di Belgioioso		IT	09	PV	018013	6287	Europe/Rome
6536199	Borgo Priolo	borgo-priolo	Borgo Priolo,Comune di Borgo Priolo		IT	09	PV	018016	1382	Europe/Rome
6536200	Bosentino	bosentino	Bosentino,Comune di Bosentino		IT	17	TN	022023	829	Europe/Rome
6536201	Palù del Fersina	palu-del-fersina	Comune di Palu del Fersina,Comune di Palù del Fersina,Palu del Fersina,Palù del Fersina		IT	17	TN	022133	169	Europe/Rome
6536202	Retorbido	retorbido	Comune di Retorbido,Retorbido		IT	09	PV	018121	1506	Europe/Rome
6536203	San Damiano al Colle	san-damiano-al-colle	Comune di San Damiano al Colle,San Damiano al Colle		IT	09	PV	018134	719	Europe/Rome
6536204	Santa Giuletta	santa-giuletta	Comune di Santa Giuletta,Santa Giuletta		IT	09	PV	018140	1685	Europe/Rome
6536205	Semiana	semiana	Comune di Semiana,Semiana		IT	09	PV	018148	257	Europe/Rome
6536206	Suardi	suardi	Comune di Suardi,Suardi		IT	09	PV	018154	651	Europe/Rome
6536207	Torre d'Isola	torre-d-isola	Comune di Torre d'Isola,Torre d'Isola		IT	09	PV	018159	2395	Europe/Rome
6536208	Vermiglio	vermiglio	Comune di Vermiglio,Vermiglio		IT	17	TN	022213	1869	Europe/Rome
6536209	Sant'Ambrogio di Valpolicella	sant-ambrogio-di-valpolicella	Comune di Sant'Ambrogio di Valpolicella,Sant'Ambrogio di Valpolicella		IT	20	VR	023077	11422	Europe/Rome
6536210	Zavattarello	zavattarello	Comune di Zavattarello,Zavattarello		IT	09	PV	018184	1036	Europe/Rome
6536211	Caldogno	caldogno	Caldogno,Comune di Caldogno		IT	20	VI	024018	11221	Europe/Rome
6536212	Pizzighettone	pizzighettone	Comune di Pizzighettone,Pizzighettone		IT	09	CR	019076	6703	Europe/Rome
6536213	San Giovanni in Croce	san-giovanni-in-croce	Comune di San Giovanni in Croce,San Giovanni in Croce		IT	09	CR	019090	1875	Europe/Rome
6536214	Borca di Cadore	borca-di-cadore	Borca di Cadore,Comune di Borca di Cadore		IT	20	BL	025007	818	Europe/Rome
6536215	Castellavazzo	castellavazzo	Castellavazzo,Comune di Castellavazzo		IT	20	BL	025009	1610	Europe/Rome
6536216	Godega di Sant'Urbano	godega-di-sant-urbano	Comune di Godega di Sant'Urbano,Godega di Sant'Urbano		IT	20	TV	026033	6112	Europe/Rome
6536217	Bedollo	bedollo	Bedollo,Comune di Bedollo		IT	17	TN	022011	1479	Europe/Rome
6536218	Fiesso d'Artico	fiesso-d-artico	Comune di Fiesso d'Artico,Fiesso d'Artico		IT	20	VE	027014	7728	Europe/Rome
6536219	Gruaro	gruaro	Comune di Gruaro,Gruaro		IT	20	VE	027018	2802	Europe/Rome
6536220	Pramaggiore	pramaggiore	Comune di Pramaggiore,Pramaggiore		IT	20	VE	027030	4640	Europe/Rome
6536221	Spinea	spinea	Comune di Spinea,Spinea		IT	20	VE	027038	26862	Europe/Rome
6536222	Rivarolo Mantovano	rivarolo-mantovano	Comune di Rivarolo Mantovano,Rivarolo Mantovano		IT	09	MN	020050	2608	Europe/Rome
6536223	Rodigo	rodigo	Comune di Rodigo,Rodigo		IT	09	MN	020051	5360	Europe/Rome
6536224	Roverbella	roverbella	Comune di Roverbella,Roverbella,Santa Lucia di Roverbella		IT	09	MN	020053	8500	Europe/Rome
6536225	San Giacomo delle Segnate	san-giacomo-delle-segnate	Comune di San Giacomo delle Segnate,San Giacomo delle Segnate		IT	09	MN	020056	1779	Europe/Rome
6536226	Sermide	sermide	Comune di Sermide,Sermide		IT	09	MN	020061	6262	Europe/Rome
6536227	Volta Mantovana	volta-mantovana	Comune di Volta Mantovana,Volta Mantovana		IT	09	MN	020070	7298	Europe/Rome
6536228	Breguzzo	breguzzo	Breguzzo,Comune di Breguzzo		IT	17	TN	022024	572	Europe/Rome
6536229	Caderzone	caderzone	Caderzone,Comune di Caderzone		IT	17	TN	022029	669	Europe/Rome
6536230	Caldes	caldes	Caldes,Comune di Caldes		IT	17	TN	022033	1090	Europe/Rome
6536231	Campodenno	campodenno	Campodenno,Comune di Campodenno		IT	17	TN	022037	1498	Europe/Rome
6536232	Capriana	capriana	Capriana,Comune di Capriana		IT	17	TN	022040	605	Europe/Rome
6536233	Carisolo	carisolo	Carisolo,Comune di Carisolo		IT	17	TN	022042	984	Europe/Rome
6536234	Castello Tesino	castello-tesino	Castello Tesino,Comune di Castello Tesino		IT	17	TN	022048	1315	Europe/Rome
6536235	Cavareno	cavareno	Cavareno,Comune di Cavareno		IT	17	TN	022051	1037	Europe/Rome
6536236	Cimego	cimego	Cimego,Comune di Cimego		IT	17	TN	022057	409	Europe/Rome
6536237	Coredo	coredo	Comune di Coredo,Coredo		IT	17	TN	022067	1625	Europe/Rome
6536238	Croviana	croviana	Comune di Croviana,Croviana		IT	17	TN	022068	693	Europe/Rome
6536239	Malè	male	Comune di Male,Comune di Malè,Male,Malè		IT	17	TN	022110	2135	Europe/Rome
6536240	Massimeno	massimeno	Comune di Massimeno,Massimeno		IT	17	TN	022112	124	Europe/Rome
6536241	Padergnone	padergnone	Comune di Padergnone,Padergnone		IT	17	TN	022132	732	Europe/Rome
6536242	Pergine Valsugana	pergine-valsugana	Comune di Pergine Valsugana,Pergine Valsugana		IT	17	TN	022139	20446	Europe/Rome
6536243	Preore	preore	Comune di Preore,Preore		IT	17	TN	022148	390	Europe/Rome
6536244	Romeno	romeno	Comune di Romeno,Romeno		IT	17	TN	022155	1374	Europe/Rome
6536246	Enemonzo	enemonzo	Comune di Enemonzo,Enemonzo		IT	06	UD	030035	1351	Europe/Rome
6536247	Malborghetto Valbruna	malborghetto-valbruna	Comune di Malborghetto Valbruna,Malborghetto Valbruna		IT	06	UD	030054	969	Europe/Rome
6536248	San Michele all'Adige	san-michele-all-adige	Comune di San Michele all'Adige,San Michele all'Adige		IT	17	TN	022167	2911	Europe/Rome
6536249	Moggio Udinese	moggio-udinese	Comune di Moggio Udinese,Moggio Udinese		IT	06	UD	030059	1814	Europe/Rome
6536250	Montenars	montenars	Comune di Montenars,Montenars		IT	06	UD	030061	558	Europe/Rome
6536251	Prato Carnico	prato-carnico	Comune di Prato Carnico,Prato Carnico		IT	06	UD	030081	927	Europe/Rome
6536252	Ragogna	ragogna	Comune di Ragogna,Ragogna		IT	06	UD	030087	3023	Europe/Rome
6536253	Storo	storo	Comune di Storo,Storo		IT	17	TN	022183	4655	Europe/Rome
6536254	Strigno	strigno	Comune di Strigno,Strigno		IT	17	TN	022185	1459	Europe/Rome
6536256	Tonadico	tonadico	Comune di Tonadico,Tonadico		IT	17	TN	022201	1479	Europe/Rome
6536257	Tuenno	tuenno	Comune di Tuenno,Tuenno		IT	17	TN	022207	2374	Europe/Rome
6536258	Vigolo Vattaro	vigolo-vattaro	Comune di Vigolo Vattaro,Vigolo Vattaro		IT	17	TN	022219	2189	Europe/Rome
6536259	Fogliano Redipuglia	fogliano-redipuglia	Comune di Fogliano Redipuglia,Fogliano Redipuglia		IT	06	GO	031006	3052	Europe/Rome
6536260	Bosco Chiesanuova	bosco-chiesanuova	Bosco Chiesanuova,Comune di Bosco Chiesanuova		IT	20	VR	023011	3546	Europe/Rome
6536261	Bussolengo	bussolengo	Bussolengo,Comune di Bussolengo		IT	20	VR	023015	19483	Europe/Rome
6536262	Castagnaro	castagnaro	Castagnaro,Comune di Castagnaro		IT	20	VR	023020	3930	Europe/Rome
6536263	Malcesine	malcesine	Comune di Malcesine,Malcesine		IT	20	VR	023045	3685	Europe/Rome
6536264	Mozzecane	mozzecane	Comune di Mozzecane,Mozzecane		IT	20	VR	023051	7005	Europe/Rome
6536265	Peschiera del Garda	peschiera-del-garda	Comune di Peschiera del Garda,Peschiera del Garda		IT	20	VR	023059	9598	Europe/Rome
6536266	Mezzani	mezzani	Comune di Mezzani,Mezzani		IT	05	PR	034021	3382	Europe/Rome
6536267	Fiorano Modenese	fiorano-modenese	Comune di Fiorano Modenese,Fiorano Modenese		IT	05	MO	036013	16945	Europe/Rome
6536268	Lonigo	lonigo	Comune di Lonigo,Lonigo		IT	20	VI	024052	15581	Europe/Rome
6536269	Casier	casier	Casier,Comune di Casier		IT	20	TV	026010	11018	Europe/Rome
6536270	Prignano sulla Secchia	prignano-sulla-secchia	Comune di Prignano sulla Secchia,Prignano sulla Secchia		IT	05	MO	036033	3773	Europe/Rome
6536271	Calalzo di Cadore	calalzo-di-cadore	Calalzo di Cadore,Comune di Calalzo di Cadore		IT	20	BL	025008	2173	Europe/Rome
6536272	Feltre	feltre	Comune di Feltre,Feltre		IT	20	BL	025021	20525	Europe/Rome
6536273	Mel	mel	Comune di Mel,Mel		IT	20	BL	025034	6182	Europe/Rome
6536274	Ospitale di Cadore	ospitale-di-cadore	Comune di Ospitale di Cadore,Ospitale di Cadore		IT	20	BL	025035	326	Europe/Rome
6536275	Perarolo di Cadore	perarolo-di-cadore	Comune di Perarolo di Cadore,Perarolo di Cadore		IT	20	BL	025037	383	Europe/Rome
6536276	San Pietro di Cadore	san-pietro-di-cadore	Comune di San Pietro di Cadore,San Pietro di Cadore		IT	20	BL	025047	1690	Europe/Rome
6536277	Cona	cona	Comune di Cona,Cona,Koni		IT	20	VE	027010	3175	Europe/Rome
6536278	San Lazzaro di Savena	san-lazzaro-di-savena	Comune di San Lazzaro di Savena,San Lazzaro di Savena		IT	05	BO	037054	31091	Europe/Rome
6536279	Istrana	istrana	Comune di Istrana,Istrana		IT	20	TV	026035	9041	Europe/Rome
6536280	Montebelluna	montebelluna	Comune di Montebelluna,Montebelluna		IT	20	TV	026046	30765	Europe/Rome
6536281	Orsago	orsago	Comune di Orsago,Orsago		IT	20	TV	026053	3917	Europe/Rome
6536282	Pieve di Soligo	pieve-di-soligo	Comune di Pieve di Soligo,Pieve di Soligo		IT	20	TV	026057	12057	Europe/Rome
6536283	Ponte di Piave	ponte-di-piave	Comune di Ponte di Piave,Ponte di Piave		IT	20	TV	026058	8312	Europe/Rome
6536284	Portobuffolè	portobuffole	Comune di Portobuffole,Comune di Portobuffolè,Portobuffole,Portobuffolè		IT	20	TV	026060	790	Europe/Rome
6536285	Quinto di Treviso	quinto-di-treviso	Comune di Quinto di Treviso,Quinto di Treviso		IT	20	TV	026064	9745	Europe/Rome
6536286	Refrontolo	refrontolo	Comune di Refrontolo,Refrontolo		IT	20	TV	026065	1824	Europe/Rome
6536287	Resana	resana	Comune di Resana,Resana		IT	20	TV	026066	9290	Europe/Rome
6536288	Rovolon	rovolon	Comune di Rovolon,Rovolon		IT	20	PD	028071	4777	Europe/Rome
6536289	Belforte all'Isauro	belforte-all-isauro	Belforte all'Isauro,Comune di Belforte all'Isauro		IT	10	PU	041005	788	Europe/Rome
6536290	Fossalta di Piave	fossalta-di-piave	Comune di Fossalta di Piave,Fossalta di Piave		IT	20	VE	027015	4214	Europe/Rome
6536291	Marcon	marcon	Comune di Marcon,Marcon		IT	20	VE	027020	16215	Europe/Rome
6536292	San Michele al Tagliamento	san-michele-al-tagliamento	Comune di San Michele al Tagliamento,San Michele al Tagliamento		IT	20	VE	027034	12028	Europe/Rome
6536293	Teolo	teolo	Comune di Teolo,Teolo		IT	20	PD	028089	8866	Europe/Rome
6536294	San Giorgio in Bosco	san-giorgio-in-bosco	Comune di San Giorgio in Bosco,San Giorgio in Bosco		IT	20	PD	028076	6244	Europe/Rome
6536295	Santa Giustina in Colle	santa-giustina-in-colle	Comune di Santa Giustina in Colle,Santa Giustina in Colle		IT	20	PD	028080	7131	Europe/Rome
6536296	Sant'Angelo di Piove di Sacco	sant-angelo-di-piove-di-sacco	Comune di Sant'Angelo di Piove di Sacco,Sant'Angelo di Piove di Sacco		IT	20	PD	028082	7211	Europe/Rome
6536297	Trebaseleghe	trebaseleghe	Comune di Trebaseleghe,Trebaseleghe		IT	20	PD	028093	12579	Europe/Rome
6536298	Drenchia	drenchia	Comune di Drenchia,Drenchia		IT	06	UD	030034	134	Europe/Rome
6536299	Aiello del Friuli	aiello-del-friuli	Aiello del Friuli,Comune di Aiello del Friuli		IT	06	UD	030001	2272	Europe/Rome
6536300	Attimis	attimis	Attimis,Comune di Attimis		IT	06	UD	030007	1861	Europe/Rome
6536301	Bertiolo	bertiolo	Bertiolo,Comune di Bertiolo		IT	06	UD	030010	2577	Europe/Rome
6536302	Bordano	bordano	Bordano,Comune di Bordano		IT	06	UD	030012	789	Europe/Rome
6536303	Buttrio	buttrio	Buttrio,Comune di Buttrio		IT	06	UD	030014	4039	Europe/Rome
6536304	Camino al Tagliamento	camino-al-tagliamento	Camino al Tagliamento,Comune di Camino al Tagliamento		IT	06	UD	030015	1660	Europe/Rome
6536305	Carlino	carlino	Carlino,Comune di Carlino		IT	06	UD	030018	2790	Europe/Rome
6536306	Cavazzo Carnico	cavazzo-carnico	Cavazzo Carnico,Comune di Cavazzo Carnico		IT	06	UD	030021	1087	Europe/Rome
6536307	Chiusaforte	chiusaforte	Chiusaforte,Comune di Chiusaforte		IT	06	UD	030025	703	Europe/Rome
6536308	Codroipo	codroipo	Codroipo,Comune di Codroipo		IT	06	UD	030027	15806	Europe/Rome
6536309	Comeglians	comeglians	Comeglians,Comune di Comeglians		IT	06	UD	030029	532	Europe/Rome
6536310	Corno di Rosazzo	corno-di-rosazzo	Comune di Corno di Rosazzo,Corno di Rosazzo		IT	06	UD	030030	3269	Europe/Rome
6536311	Dignano	dignano	Comune di Dignano,Dignano		IT	06	UD	030032	2389	Europe/Rome
6536312	Gonars	gonars	Comune di Gonars,Gonars		IT	06	UD	030044	4790	Europe/Rome
6536313	Paluzza	paluzza	Comune di Paluzza,Paluzza		IT	06	UD	030071	2372	Europe/Rome
6536314	Paularo	paularo	Comune di Paularo,Paularo		IT	06	UD	030073	2737	Europe/Rome
6536315	Pocenia	pocenia	Comune di Pocenia,Pocenia		IT	06	UD	030075	2595	Europe/Rome
6536316	Povoletto	povoletto	Comune di Povoletto,Povoletto		IT	06	UD	030078	5572	Europe/Rome
6536317	Pozzuolo del Friuli	pozzuolo-del-friuli	Comune di Pozzuolo del Friuli,Pozzuolo del Friuli		IT	06	UD	030079	6880	Europe/Rome
6536318	Pradamano	pradamano	Comune di Pradamano,Pradamano		IT	06	UD	030080	3536	Europe/Rome
6536319	Preone	preone	Comune di Preone,Preone		IT	06	UD	030084	266	Europe/Rome
6536320	Pulfero	pulfero	Comune di Pulfero,Pulfero		IT	06	UD	030086	1033	Europe/Rome
6536321	Remanzacco	remanzacco	Comune di Remanzacco,Remanzacco,Remanzas,Remanzâs		IT	06	UD	030091	6066	Europe/Rome
6536322	Resiutta	resiutta	Comune di Resiutta,Resiutta		IT	06	UD	030093	315	Europe/Rome
6536323	Rigolato	rigolato	Comune di Rigolato,Rigolato		IT	06	UD	030094	502	Europe/Rome
6536324	Podenzana	podenzana	Comune di Podenzana,Podenzana		IT	16	MS	045013	2142	Europe/Rome
6536325	Piazza al Serchio	piazza-al-serchio	Comune di Piazza al Serchio,Piazza al Serchio		IT	16	LU	046023	2458	Europe/Rome
6536326	Mariano del Friuli	mariano-del-friuli	Comune di Mariano del Friuli,Mariano del Friuli		IT	06	GO	031010	1600	Europe/Rome
6536327	Medea	medea	Comune di Medea,Medea		IT	06	GO	031011	970	Europe/Rome
6536328	Ronchi dei Legionari	ronchi-dei-legionari	Comune di Ronchi dei Legionari,Ronchi dei Legionari		IT	06	GO	031016	11960	Europe/Rome
6536329	Savogna d'Isonzo	savogna-d-isonzo	Comune di Savogna d'Isonzo,Savogna d'Isonzo		IT	06	GO	031022	1727	Europe/Rome
6536330	Staranzano	staranzano	Comune di Staranzano,Staranzano		IT	06	GO	031023	7199	Europe/Rome
6536331	Besenzone	besenzone	Besenzone,Comune di Besenzone		IT	05	PC	033003	976	Europe/Rome
6536332	Borgonovo Val Tidone	borgonovo-val-tidone	Borgonovo Val Tidone,Comune di Borgonovo Val Tidone		IT	05	PC	033006	7631	Europe/Rome
6536333	Castell'Arquato	castell-arquato	Castell'Arquato,Comune di Castell'Arquato		IT	05	PC	033012	4712	Europe/Rome
6536334	Coli	coli	Coli,Comune di Coli		IT	05	PC	033016	955	Europe/Rome
6536335	Monticelli d'Ongina	monticelli-d-ongina	Comune di Monticelli d'Ongina,Monticelli d'Ongina		IT	05	PC	033027	5428	Europe/Rome
6536336	Morfasso	morfasso	Comune di Morfasso,Morfasso		IT	05	PC	033028	1105	Europe/Rome
6536337	Pecorara	pecorara	Comune di Pecorara,Pecorara		IT	05	PC	033031	810	Europe/Rome
6536338	Pianello Val Tidone	pianello-val-tidone	Comune di Pianello Val Tidone,Pianello Val Tidone		IT	05	PC	033033	2290	Europe/Rome
6536339	Rivergaro	rivergaro	Comune di Rivergaro,Rivergaro		IT	05	PC	033038	6853	Europe/Rome
6536340	Liberi	liberi	Comune di Liberi,Liberi		IT	04	CE	061045	1157	Europe/Rome
6536341	Rocca d'Evandro	rocca-d-evandro	Comune di Rocca d'Evandro,Rocca d'Evandro		IT	04	CE	061069	3366	Europe/Rome
6536342	Lusevera	lusevera	Comune di Lusevera,Lusevera		IT	06	UD	030051	700	Europe/Rome
6536343	Vito d'Asio	vito-d-asio	Comune di Vito d'Asio,Vito d'Asio		IT	06	PN	093049	818	Europe/Rome
6536344	Cinto Euganeo	cinto-euganeo	Cinto Euganeo,Comune di Cinto Euganeo		IT	20	PD	028031	2023	Europe/Rome
6536345	Cadeo	cadeo	Cadeo,Comune di Cadeo		IT	05	PC	033007	6052	Europe/Rome
6536346	Cantagallo	cantagallo	Cantagallo,Comune di Cantagallo		IT	16	PO	100001	3102	Europe/Rome
6536347	Sala Bolognese	sala-bolognese	Comune di Sala Bolognese,Sala Bolognese		IT	05	BO	037050	8245	Europe/Rome
6536348	Gattatico	gattatico	Comune di Gattatico,Gattatico		IT	05	RE	035022	5899	Europe/Rome
6536350	Civitella in Val di Chiana	civitella-in-val-di-chiana	Civitella in Val di Chiana,Comune di Civitella in Val di Chiana		IT	16	AR	051016	9111	Europe/Rome
6536351	Canossa	canossa	Canossa,Comune di Canossa		IT	05	RE	035018	3785	Europe/Rome
6536352	Crognaleto	crognaleto	Comune di Crognaleto,Crognaleto		IT	01	TE	067023	1416	Europe/Rome
6536353	Monte San Pietro	monte-san-pietro	Comune di Monte San Pietro,Monte San Pietro		IT	05	BO	037042	10820	Europe/Rome
6536354	Toritto	toritto	Comune di Toritto,Toritto		IT	13	BA	072044	8551	Europe/Rome
6536355	Montopoli in Val d'Arno	montopoli-in-val-d-arno	Comune di Montopoli in Val d'Arno,Montopoli in Val d'Arno		IT	16	PI	050022	11167	Europe/Rome
6536356	Cavriglia	cavriglia	Cavriglia,Comune di Cavriglia		IT	16	AR	051013	9458	Europe/Rome
6536357	Giano dell'Umbria	giano-dell-umbria	Comune di Giano dell'Umbria,Giano dell'Umbria		IT	18	PG	054021	3816	Europe/Rome
6536358	Scheggia e Pascelupo	scheggia-e-pascelupo	Comune di Scheggia e Pascelupo,Scheggia e Pascelupo		IT	18	PG	054046	1442	Europe/Rome
6536359	Calcata	calcata	Calcata,Comune di Calcata		IT	07	VT	056010	905	Europe/Rome
6536360	Paganico Sabino	paganico-sabino	Comune di Paganico Sabino,Paganico Sabino		IT	07	RI	057048	172	Europe/Rome
6536361	Pozzaglia Sabina	pozzaglia-sabina	Comune di Pozzaglia Sabina,Pozzaglia Sabina		IT	07	RI	057058	361	Europe/Rome
6536362	Cisano sul Neva	cisano-sul-neva	Cisano sul Neva,Comune di Cisano sul Neva		IT	08	SV	009025	1964	Europe/Rome
6536363	Garlenda	garlenda	Comune di Garlenda,Garlenda		IT	08	SV	009030	1214	Europe/Rome
6536364	Piana Crixia	piana-crixia	Comune di Piana Crixia,Piana Crixia		IT	08	SV	009048	857	Europe/Rome
6536365	Stellanello	stellanello	Comune di Stellanello,Stellanello		IT	08	SV	009059	858	Europe/Rome
6536366	Tiglieto	tiglieto	Comune di Tiglieto,Tiglieto		IT	08	GE	010061	580	Europe/Rome
6536367	Framura	framura	Comune di Framura,Framura		IT	08	SP	011014	683	Europe/Rome
6536368	Riccò del Golfo di Spezia	ricco-del-golfo-di-spezia	Comune di Ricco del Golfo di Spezia,Comune di Riccò del Golfo di Spezia,Ricco del Golfo di Spezia,Riccò del Golfo di Spezia		IT	08	SP	011023	3537	Europe/Rome
6536369	Faedo Valtellino	faedo-valtellino	Comune di Faedo Valtellino,Faedo Valtellino		IT	09	SO	014028	545	Europe/Rome
6536370	Mese	mese	Comune di Mese,Mese		IT	09	SO	014043	1747	Europe/Rome
6536371	Prata Camportaccio	prata-camportaccio	Comune di Prata Camportaccio,Prata Camportaccio		IT	09	SO	014054	2921	Europe/Rome
6536372	Giano Vetusto	giano-vetusto	Comune di Giano Vetusto,Giano Vetusto		IT	04	CE	061040	663	Europe/Rome
6536373	Prata Sannita	prata-sannita	Comune di Prata Sannita,Prata Sannita		IT	04	CE	061063	1571	Europe/Rome
6536374	Tavernole sul Mella	tavernole-sul-mella	Comune di Tavernole sul Mella,Tavernole sul Mella		IT	09	BS	017183	1359	Europe/Rome
6536375	Piancogno	piancogno	Comune di Piancogno,Piancogno		IT	09	BS	017206	4679	Europe/Rome
6536376	Bressana Bottarone	bressana-bottarone	Bressana Bottarone,Comune di Bressana Bottarone		IT	09	PV	018023	3535	Europe/Rome
6536377	Canneto Pavese	canneto-pavese	Canneto Pavese,Comune di Canneto Pavese		IT	09	PV	018029	1423	Europe/Rome
6536378	Cibiana di Cadore	cibiana-di-cadore	Cibiana di Cadore,Comune di Cibiana di Cadore		IT	20	BL	025013	423	Europe/Rome
6536379	Vairano Patenora	vairano-patenora	Comune di Vairano Patenora,Vairano Patenora		IT	04	CE	061095	6658	Europe/Rome
6536380	Apice	apice	Apice,Comune di Apice		IT	04	BN	062003	5802	Europe/Rome
6536381	Gosaldo	gosaldo	Comune di Gosaldo,Gosaldo		IT	20	BL	025025	723	Europe/Rome
6536382	Livinallongo del Col di Lana	livinallongo-del-col-di-lana	Comune di Livinallongo del Col di Lana,Livinallongo del Col di Lana		IT	20	BL	025030	1384	Europe/Rome
6536383	Ponte nelle Alpi	ponte-nelle-alpi	Comune di Ponte nelle Alpi,Ponte nelle Alpi		IT	20	BL	025040	8387	Europe/Rome
6536384	San Vito di Cadore	san-vito-di-cadore	Comune di San Vito di Cadore,San Vito di Cadore		IT	20	BL	025051	1813	Europe/Rome
6536385	Agerola	agerola	Agerola,Comune di Agerola		IT	04	NA	063003	7373	Europe/Rome
6536386	Gorgo al Monticano	gorgo-al-monticano	Comune di Gorgo al Monticano,Gorgo al Monticano		IT	20	TV	026034	4182	Europe/Rome
6536387	Salgareda	salgareda	Comune di Salgareda,Salgareda		IT	20	TV	026070	6599	Europe/Rome
6536388	Pimonte	pimonte	Comune di Pimonte,Pimonte		IT	04	NA	063054	6000	Europe/Rome
6536389	Andretta	andretta	Andretta,Comune di Andretta		IT	04	AV	064003	2056	Europe/Rome
6536390	Torgnon	torgnon	Comune di Torgnon,Torgnon		IT	19	AO	007067	517	Europe/Rome
6536391	Villa di Chiavenna	villa-di-chiavenna	Comune di Villa di Chiavenna,Villa di Chiavenna		IT	09	SO	014077	1030	Europe/Rome
6536392	Villa di Tirano	villa-di-tirano	Comune di Villa di Tirano,Villa di Tirano		IT	09	SO	014078	2957	Europe/Rome
6536393	Saviore dell'Adamello	saviore-dell-adamello	Comune di Saviore dell'Adamello,Saviore dell'Adamello		IT	09	BS	017175	992	Europe/Rome
6536394	Virgilio	virgilio	Comune di Virgilio,Virgilio		IT	09	MN	020069	10913	Europe/Rome
6536395	Zoldo Alto	zoldo-alto	Comune di Zoldo Alto,Zoldo Alto		IT	20	BL	025068	999	Europe/Rome
6536396	Breda di Piave	breda-di-piave	Breda di Piave,Comune di Breda di Piave		IT	20	TV	026005	7750	Europe/Rome
6536397	Castelnuovo di Conza	castelnuovo-di-conza	Castelnuovo di Conza,Comune di Castelnuovo di Conza		IT	04	SA	065033	641	Europe/Rome
6536398	Fagnano Alto	fagnano-alto	Comune di Fagnano Alto,Fagnano Alto		IT	01	AQ	066042	440	Europe/Rome
6536399	Castiglione Messer Raimondo	castiglione-messer-raimondo	Castiglione Messer Raimondo,Comune di Castiglione Messer Raimondo		IT	01	TE	067013	2364	Europe/Rome
6536400	Roccamontepiano	roccamontepiano	Comune di Roccamontepiano,Roccamontepiano		IT	01	CH	069073	1792	Europe/Rome
6536401	Castellana Grotte	castellana-grotte	Castellana Grotte,Comune di Castellana Grotte		IT	13	BA	072017	19340	Europe/Rome
6536402	Stalettì	staletti	Comune di Staletti,Comune di Stalettì,Staletti,Stalettì		IT	03	CZ	079143	2443	Europe/Rome
6536403	Balestrate	balestrate	Balestrate,Comune di Balestrate		IT	15	PA	082007	6413	Europe/Rome
6536404	Castronovo di Sicilia	castronovo-di-sicilia	Castronovo di Sicilia,Comune di Castronovo di Sicilia		IT	15	PA	082025	3175	Europe/Rome
6536405	Scaletta Zanclea	scaletta-zanclea	Comune di Scaletta Zanclea,Scaletta Zanclea		IT	15	ME	083094	2249	Europe/Rome
6536406	Fontanafredda	fontanafredda	Comune di Fontanafredda,Fontanafredda		IT	06	PN	093022	11537	Europe/Rome
6536407	Morsano al Tagliamento	morsano-al-tagliamento	Comune di Morsano al Tagliamento,Morsano al Tagliamento		IT	06	PN	093028	2865	Europe/Rome
6536408	Andorno Micca	andorno-micca	Andorno Micca,Comune di Andorno Micca		IT	12	BI	096002	3407	Europe/Rome
6536409	Bioglio	bioglio	Bioglio,Comune di Bioglio		IT	12	BI	096005	986	Europe/Rome
6536410	Pettinengo	pettinengo	Comune di Pettinengo,Pettinengo		IT	12	BI	096042	1524	Europe/Rome
6536411	Trivero	trivero	Comune di Trivero,Trivero		IT	12	BI	096070	6144	Europe/Rome
6536412	Colico	colico	Colico,Comune di Colico		IT	09	LC	097023	7473	Europe/Rome
6536413	Oliveto Lario	oliveto-lario	Comune di Oliveto Lario,Oliveto Lario		IT	09	LC	097060	1192	Europe/Rome
6536414	Valmadrera	valmadrera	Comune di Valmadrera,Valmadrera		IT	09	LC	097083	11612	Europe/Rome
6536415	Macugnaga	macugnaga	Comune di Macugnaga,Macugnaga		IT	12	VB	103039	601	Europe/Rome
6536416	Vanzone con San Carlo	vanzone-con-san-carlo	Comune di Vanzone con San Carlo,Vanzone con San Carlo		IT	12	VB	103070	435	Europe/Rome
6536417	Neive	neive	Comune di Neive,Neive		IT	12	CN	004148	3341	Europe/Rome
6536418	Niella Belbo	niella-belbo	Comune di Niella Belbo,Niella Belbo		IT	12	CN	004150	401	Europe/Rome
6536419	Novello	novello	Comune di Novello,Novello		IT	12	CN	004152	1023	Europe/Rome
6536420	Nucetto	nucetto	Comune di Nucetto,Nucetto		IT	12	CN	004153	432	Europe/Rome
6536421	Paesana	paesana	Comune di Paesana,Paesana		IT	12	CN	004157	2868	Europe/Rome
6536422	Pamparato	pamparato	Comune di Pamparato,Pamparato		IT	12	CN	004159	329	Europe/Rome
6536423	Peveragno	peveragno	Comune di Peveragno,Peveragno		IT	12	CN	004163	5481	Europe/Rome
6536424	Piobesi d'Alba	piobesi-d-alba	Comune di Piobesi d'Alba,Piobesi d'Alba		IT	12	CN	004168	1248	Europe/Rome
6536425	Pradleves	pradleves	Comune di Pradleves,Pradleves		IT	12	CN	004173	272	Europe/Rome
6536426	Villafalletto	villafalletto	Comune di Villafalletto,Villafalletto		IT	12	CN	004244	2899	Europe/Rome
6536427	San Damiano d'Asti	san-damiano-d-asti	Comune di San Damiano d'Asti,San Damiano d'Asti		IT	12	AT	005097	8373	Europe/Rome
6536428	Serole	serole	Comune di Serole,Serole		IT	12	AT	005104	142	Europe/Rome
6536429	Villanova d'Asti	villanova-d-asti	Comune di Villanova d'Asti,Villanova d'Asti		IT	12	AT	005118	5774	Europe/Rome
6536430	Villa San Secondo	villa-san-secondo	Comune di Villa San Secondo,Villa San Secondo		IT	12	AT	005119	410	Europe/Rome
6536431	Alfiano Natta	alfiano-natta	Alfiano Natta,Comune di Alfiano Natta		IT	12	AL	006004	754	Europe/Rome
6536432	Arquata Scrivia	arquata-scrivia	Arquata Scrivia,Comune di Arquata Scrivia		IT	12	AL	006009	6068	Europe/Rome
6536433	Bozzole	bozzole	Bozzole,Comune di Bozzole		IT	12	AL	006023	331	Europe/Rome
6536434	Cantalupo Ligure	cantalupo-ligure	Cantalupo Ligure,Comune di Cantalupo Ligure		IT	12	AL	006028	549	Europe/Rome
6536435	Carrosio	carrosio	Carrosio,Comune di Carrosio		IT	12	AL	006035	481	Europe/Rome
6536436	Felizzano	felizzano	Comune di Felizzano,Felizzano		IT	12	AL	006068	2421	Europe/Rome
6536437	Frassineto Po	frassineto-po	Comune di Frassineto Po,Frassineto Po		IT	12	AL	006073	1471	Europe/Rome
6536438	Fubine	fubine	Comune di Fubine,Fubine		IT	12	AL	006076	1657	Europe/Rome
6536439	Isola Sant'Antonio	isola-sant-antonio	Comune di Isola Sant'Antonio,Isola Sant'Antonio		IT	12	AL	006087	734	Europe/Rome
6536440	Novi Ligure	novi-ligure	Comune di Novi Ligure,Novi Ligure		IT	12	AL	006114	27682	Europe/Rome
6536441	Pecetto di Valenza	pecetto-di-valenza	Comune di Pecetto di Valenza,Pecetto di Valenza		IT	12	AL	006128	1233	Europe/Rome
6536442	Pozzolo Formigaro	pozzolo-formigaro	Comune di Pozzolo Formigaro,Pozzolo Formigaro		IT	12	AL	006138	4910	Europe/Rome
6536443	Quattordio	quattordio	Comune di Quattordio,Quattordio		IT	12	AL	006142	1668	Europe/Rome
6536444	Rocchetta Ligure	rocchetta-ligure	Comune di Rocchetta Ligure,Rocchetta Ligure		IT	12	AL	006148	210	Europe/Rome
6536445	San Sebastiano Curone	san-sebastiano-curone	Comune di San Sebastiano Curone,San Sebastiano Curone		IT	12	AL	006155	591	Europe/Rome
6536446	Serralunga di Crea	serralunga-di-crea	Comune di Serralunga di Crea,Serralunga di Crea		IT	12	AL	006159	579	Europe/Rome
6536447	Serravalle Scrivia	serravalle-scrivia	Comune di Serravalle Scrivia,Serravalle Scrivia		IT	12	AL	006160	6322	Europe/Rome
6536448	Silvano d'Orba	silvano-d-orba	Comune di Silvano d'Orba,Silvano d'Orba		IT	12	AL	006162	2056	Europe/Rome
6536449	Solero	solero	Comune di Solero,Solero		IT	12	AL	006163	1660	Europe/Rome
6536450	Spigno Monferrato	spigno-monferrato	Comune di Spigno Monferrato,Spigno Monferrato		IT	12	AL	006165	1126	Europe/Rome
6536451	Terruggia	terruggia	Comune di Terruggia,Terruggia		IT	12	AL	006171	901	Europe/Rome
6536452	Tortona	tortona	Comune di Tortona,Tortona		IT	12	AL	006174	25986	Europe/Rome
6536453	Valmacca	valmacca	Comune di Valmacca,Valmacca		IT	12	AL	006178	1055	Europe/Rome
6536454	Viguzzolo	viguzzolo	Comune di Viguzzolo,Viguzzolo		IT	12	AL	006181	3209	Europe/Rome
6536455	Villalvernia	villalvernia	Comune di Villalvernia,Villalvernia		IT	12	AL	006183	966	Europe/Rome
6536456	Bionaz	bionaz	Bionaz,Comune di Bionaz		IT	19	AO	007010	234	Europe/Rome
6536457	Chambave	chambave	Chambave,Comune di Chambave		IT	19	AO	007015	939	Europe/Rome
6536458	Charvensod	charvensod	Charvensod,Comune di Charvensod		IT	19	AO	007019	2507	Europe/Rome
6536459	Etroubles	etroubles	Comune di Etroubles,Etroubles		IT	19	AO	007026	496	Europe/Rome
6536460	Gressan	gressan	Comune di Gressan,Gressan		IT	19	AO	007031	3306	Europe/Rome
6536461	Issime	issime	Comune di Issime,Issime		IT	19	AO	007036	422	Europe/Rome
6536462	Morgex	morgex	Comune di Morgex,Morgex		IT	19	AO	007044	2069	Europe/Rome
6536463	San Bartolomeo al Mare	san-bartolomeo-al-mare	Comune di San Bartolomeo al Mare,San Bartolomeo al Mare		IT	08	IM	008052	3127	Europe/Rome
6536464	Santo Stefano al Mare	santo-stefano-al-mare	Comune di Santo Stefano al Mare,Santo Stefano al Mare		IT	08	IM	008056	2239	Europe/Rome
6536465	Soldano	soldano	Comune di Soldano,Soldano		IT	08	IM	008058	985	Europe/Rome
6536466	Terzorio	terzorio	Comune di Terzorio,Terzorio		IT	08	IM	008060	232	Europe/Rome
6536467	Vessalico	vessalico	Comune di Vessalico,Vessalico		IT	08	IM	008066	287	Europe/Rome
6536468	Villa Faraldi	villa-faraldi	Comune di Villa Faraldi,Villa Faraldi		IT	08	IM	008067	437	Europe/Rome
6536469	Alassio	alassio	Alassio,Comune di Alassio		IT	08	SV	009001	11026	Europe/Rome
6536470	Bergeggi	bergeggi	Bergeggi,Comune di Bergeggi		IT	08	SV	009010	1126	Europe/Rome
6536471	Bonassola	bonassola	Bonassola,Comune di Bonassola		IT	08	SP	011005	995	Europe/Rome
6536472	Brugnato	brugnato	Brugnato,Comune di Brugnato		IT	08	SP	011007	1266	Europe/Rome
6536473	Lerici	lerici	Comune di Lerici,Lerici		IT	08	SP	011016	10090	Europe/Rome
6536474	Rocchetta di Vara	rocchetta-di-vara	Comune di Rocchetta di Vara,Rocchetta di Vara		IT	08	SP	011025	785	Europe/Rome
6536475	Sesta Godano	sesta-godano	Comune di Sesta Godano,Sesta Godano		IT	08	SP	011028	1452	Europe/Rome
6536476	Albizzate	albizzate	Albizzate,Comune di Albizzate		IT	09	VA	012002	5292	Europe/Rome
6536477	Azzate	azzate	Azzate,Comune di Azzate		IT	09	VA	012006	4554	Europe/Rome
6536478	Besnate	besnate	Besnate,Comune di Besnate		IT	09	VA	012012	5464	Europe/Rome
6536479	Biandronno	biandronno	Biandronno,Comune di Biandronno		IT	09	VA	012014	3285	Europe/Rome
6536480	Brebbia	brebbia	Brebbia,Comune di Brebbia		IT	09	VA	012017	3362	Europe/Rome
6536481	Casorate Sempione	casorate-sempione	Casorate Sempione,Comune di Casorate Sempione		IT	09	VA	012039	5726	Europe/Rome
6536482	Castelseprio	castelseprio	Castelseprio,Comune di Castelseprio		IT	09	VA	012044	1281	Europe/Rome
6536483	Castronno	castronno	Castronno,Comune di Castronno		IT	09	VA	012047	5248	Europe/Rome
6536484	Cittiglio	cittiglio	Cittiglio,Comune di Cittiglio		IT	09	VA	012051	3972	Europe/Rome
6536485	Ferno	ferno	Comune di Ferno,Ferno		IT	09	VA	012068	6786	Europe/Rome
6536486	Gorla Maggiore	gorla-maggiore	Comune di Gorla Maggiore,Gorla Maggiore		IT	09	VA	012078	5081	Europe/Rome
6536487	Ispra	ispra	Comune di Ispra,Ispra		IT	09	VA	012084	5178	Europe/Rome
6536488	Taino	taino	Comune di Taino,Taino		IT	09	VA	012125	3762	Europe/Rome
6536489	Ternate	ternate	Comune di Ternate,Ternate		IT	09	VA	012126	2474	Europe/Rome
6536490	Tronzano Lago Maggiore	tronzano-lago-maggiore	Comune di Tronzano Lago Maggiore,Tronzano Lago Maggiore		IT	09	VA	012129	254	Europe/Rome
6536491	Vergiate	vergiate	Comune di Vergiate,Vergiate		IT	09	VA	012138	8967	Europe/Rome
6536492	Viggiù	viggiu	Comune di Viggiu,Comune di Viggiù,Viggiu,Viggiù		IT	09	VA	012139	5207	Europe/Rome
6536493	Appiano Gentile	appiano-gentile	Appiano Gentile,Comune di Appiano Gentile		IT	09	CO	013010	7718	Europe/Rome
6536494	Cermenate	cermenate	Cermenate,Comune di Cermenate		IT	09	CO	013064	9023	Europe/Rome
6536495	Cernobbio	cernobbio	Cernobbio,Comune di Cernobbio		IT	09	CO	013065	6830	Europe/Rome
6536496	Fino Mornasco	fino-mornasco	Comune di Fino Mornasco,Fino Mornasco		IT	09	CO	013102	9569	Europe/Rome
6536497	Gravedona ed Uniti	gravedona-ed-uniti	Comune di Gravedona ed Uniti,Gravedona,Gravedona ed Uniti		IT	09	CO	013249	4222	Europe/Rome
6536498	Lomazzo	lomazzo	Comune di Lomazzo,Lomazzo		IT	09	CO	013133	9194	Europe/Rome
6536499	Canegrate	canegrate	Canegrate,Comune di Canegrate		IT	09	MI	015046	12438	Europe/Rome
6536500	Carpiano	carpiano	Carpiano,Comune di Carpiano		IT	09	MI	015050	3976	Europe/Rome
6536501	Casorezzo	casorezzo	Casorezzo,Comune di Casorezzo		IT	09	MI	015058	5355	Europe/Rome
6536502	Castano Primo	castano-primo	Castano Primo,Comune di Castano Primo		IT	09	MI	015062	10990	Europe/Rome
6536503	Cinisello Balsamo	cinisello-balsamo	Cinisello Balsamo,Comune di Cinisello Balsamo		IT	09	MI	015077	71128	Europe/Rome
6536504	Cisliano	cisliano	Cisliano,Comune di Cisliano		IT	09	MI	015078	4263	Europe/Rome
6536505	Cologno Monzese	cologno-monzese	Cologno Monzese,Comune di Cologno Monzese		IT	09	MI	015081	45786	Europe/Rome
6536506	Cormano	cormano	Comune di Cormano,Cormano		IT	09	MI	015086	19944	Europe/Rome
6536507	Cornaredo	cornaredo	Comune di Cornaredo,Cornaredo		IT	09	MI	015087	20121	Europe/Rome
6536508	Cornate d'Adda	cornate-d-adda	Comune di Cornate d'Adda,Cornate d'Adda		IT	09	MB	108053	10363	Europe/Rome
6536509	Corsico	corsico	Comune di Corsico,Corsico		IT	09	MI	015093	33669	Europe/Rome
6536510	Dairago	dairago	Comune di Dairago,Dairago		IT	09	MI	015099	5862	Europe/Rome
6536511	Inveruno	inveruno	Comune di Inveruno,Inveruno		IT	09	MI	015113	8609	Europe/Rome
6536512	Inzago	inzago	Comune di Inzago,Inzago		IT	09	MI	015114	10540	Europe/Rome
6536513	Lacchiarella	lacchiarella	Comune di Lacchiarella,Lacchiarella		IT	09	MI	015115	8390	Europe/Rome
6536514	Lentate sul Seveso	lentate-sul-seveso	Comune di Lentate sul Seveso,Lentate sul Seveso		IT	09	MB	108054	15486	Europe/Rome
6536515	Magenta	magenta	Comune di Magenta,Magenta		IT	09	MI	015130	22877	Europe/Rome
6536516	Nosate	nosate	Comune di Nosate,Nosate		IT	09	MI	015155	689	Europe/Rome
6536517	Novate Milanese	novate-milanese	Comune di Novate Milanese,Novate Milanese		IT	09	MI	015157	19938	Europe/Rome
6536518	Parabiago	parabiago	Comune di Parabiago,Parabiago		IT	09	MI	015168	26617	Europe/Rome
6536519	Rosate	rosate	Comune di Rosate,Rosate		IT	09	MI	015188	5395	Europe/Rome
6536520	San Giuliano Milanese	san-giuliano-milanese	Comune di San Giuliano Milanese,San Giuliano Milanese		IT	09	MI	015195	35971	Europe/Rome
6536521	Santo Stefano Ticino	santo-stefano-ticino	Comune di Santo Stefano Ticino,Santo Stefano Ticino		IT	09	MI	015200	4801	Europe/Rome
6536522	Sesto San Giovanni	sesto-san-giovanni	Comune di Sesto San Giovanni,Sesto San Giovanni		IT	09	MI	015209	76514	Europe/Rome
6536523	Trezzano sul Naviglio	trezzano-sul-naviglio	Comune di Trezzano sul Naviglio,Trezzano sul Naviglio		IT	09	MI	015220	20018	Europe/Rome
6536524	Truccazzano	truccazzano	Comune di Truccazzano,Truccazzano		IT	09	MI	015224	5968	Europe/Rome
6536525	Turbigo	turbigo	Comune di Turbigo,Turbigo		IT	09	MI	015226	7389	Europe/Rome
6536526	Vittuone	vittuone	Comune di Vittuone,Vittuone		IT	09	MI	015243	8949	Europe/Rome
6536527	Baranzate	baranzate	Baranzate,Comune di Baranzate		IT	09	MI	015250	10779	Europe/Rome
6536528	Alzano Lombardo	alzano-lombardo	Alzano Lombardo,Comune di Alzano Lombardo		IT	09	BG	016008	13591	Europe/Rome
6536529	Azzone	azzone	Azzone,Comune di Azzone		IT	09	BG	016017	433	Europe/Rome
6536530	Borgo di Terzo	borgo-di-terzo	Borgo di Terzo,Comune di Borgo di Terzo		IT	09	BG	016032	1090	Europe/Rome
6536531	Bottanuco	bottanuco	Bottanuco,Comune di Bottanuco		IT	09	BG	016034	5176	Europe/Rome
6536532	Brembilla	brembilla	Brembilla,Comune di Brembilla		IT	09	BG	016039	4150	Europe/Rome
6536533	Brusaporto	brusaporto	Brusaporto,Comune di Brusaporto		IT	09	BG	016042	5393	Europe/Rome
6536534	Casazza	casazza	Casazza,Comune di Casazza		IT	09	BG	016058	4021	Europe/Rome
6536535	Castelli Calepio	castelli-calepio	Castelli Calepio,Comune di Castelli Calepio		IT	09	BG	016062	9612	Europe/Rome
6536536	Ciserano	ciserano	Ciserano,Comune di Ciserano		IT	09	BG	016075	5688	Europe/Rome
6536537	Cividate al Piano	cividate-al-piano	Cividate al Piano,Comune di Cividate al Piano		IT	09	BG	016076	5157	Europe/Rome
6536538	Costa di Mezzate	costa-di-mezzate	Comune di Costa di Mezzate,Costa di Mezzate		IT	09	BG	016084	3271	Europe/Rome
6536539	Curno	curno	Comune di Curno,Curno		IT	09	BG	016089	7635	Europe/Rome
6536540	Cusio	cusio	Comune di Cusio,Cusio		IT	09	BG	016090	252	Europe/Rome
6536541	Dalmine	dalmine	Comune di Dalmine,Dalmine		IT	09	BG	016091	22881	Europe/Rome
6536542	Fornovo San Giovanni	fornovo-san-giovanni	Comune di Fornovo San Giovanni,Fornovo San Giovanni		IT	09	BG	016105	3319	Europe/Rome
6536543	Gazzaniga	gazzaniga	Comune di Gazzaniga,Gazzaniga		IT	09	BG	016111	5160	Europe/Rome
6536544	Gerosa	gerosa	Comune di Gerosa,Gerosa		IT	09	BG	016112	372	Europe/Rome
6536545	Gromo	gromo	Comune di Gromo,Gromo		IT	09	BG	016118	1239	Europe/Rome
6536546	Grumello del Monte	grumello-del-monte	Comune di Grumello del Monte,Grumello del Monte		IT	09	BG	016120	7228	Europe/Rome
6536547	Leffe	leffe	Comune di Leffe,Leffe		IT	09	BG	016124	4671	Europe/Rome
6536548	Lovere	lovere	Comune di Lovere,Lovere		IT	09	BG	016128	5318	Europe/Rome
6536549	San Giovanni Bianco	san-giovanni-bianco	Comune di San Giovanni Bianco,San Giovanni Bianco		IT	09	BG	016188	5071	Europe/Rome
6536550	Botticino	botticino	Botticino,Comune di Botticino		IT	09	BS	017023	10788	Europe/Rome
6536551	Castenedolo	castenedolo	Castenedolo,Comune di Castenedolo		IT	09	BS	017043	11160	Europe/Rome
6536552	Casto	casto	Casto,Comune di Casto		IT	09	BS	017044	1864	Europe/Rome
6536553	Cedegolo	cedegolo	Cedegolo,Comune di Cedegolo		IT	09	BS	017047	1246	Europe/Rome
6536554	Lavenone	lavenone	Comune di Lavenone,Lavenone		IT	09	BS	017087	607	Europe/Rome
6536555	Borgoratto Mormorolo	borgoratto-mormorolo	Borgoratto Mormorolo,Comune di Borgoratto Mormorolo		IT	09	PV	018017	423	Europe/Rome
6536556	Candia Lomellina	candia-lomellina	Candia Lomellina,Comune di Candia Lomellina		IT	09	PV	018027	1636	Europe/Rome
6536557	Garlasco	garlasco	Comune di Garlasco,Garlasco		IT	09	PV	018069	9791	Europe/Rome
6536558	Godiasco	godiasco	Comune di Godiasco,Godiasco		IT	09	PV	018073	3130	Europe/Rome
6536559	Gropello Cairoli	gropello-cairoli	Comune di Gropello Cairoli,Gropello Cairoli		IT	09	PV	018076	4592	Europe/Rome
6536560	Landriano	landriano	Comune di Landriano,Landriano		IT	09	PV	018078	5917	Europe/Rome
6536561	Mede	mede	Comune di Mede,Mede		IT	09	PV	018088	6912	Europe/Rome
6536562	Mezzana Bigli	mezzana-bigli	Comune di Mezzana Bigli,Mezzana Bigli		IT	09	PV	018090	1108	Europe/Rome
6536563	Montù Beccaria	montu-beccaria	Comune di Montu Beccaria,Comune di Montù Beccaria,Montu Beccaria,Montù Beccaria		IT	09	PV	018100	1722	Europe/Rome
6536564	Mortara	mortara	Comune di Mortara,Mortara		IT	09	PV	018102	15156	Europe/Rome
6536565	Olevano di Lomellina	olevano-di-lomellina	Comune di Olevano di Lomellina,Olevano di Lomellina		IT	09	PV	018104	783	Europe/Rome
6536566	Ottobiano	ottobiano	Comune di Ottobiano,Ottobiano		IT	09	PV	018106	1181	Europe/Rome
6536567	Pancarana	pancarana	Comune di Pancarana,Pancarana		IT	09	PV	018108	316	Europe/Rome
6536568	Pieve Porto Morone	pieve-porto-morone	Comune di Pieve Porto Morone,Pieve Porto Morone		IT	09	PV	018114	2788	Europe/Rome
6536569	Casaletto Ceredano	casaletto-ceredano	Casaletto Ceredano,Comune di Casaletto Ceredano		IT	09	CR	019018	1180	Europe/Rome
6536570	Casteldidone	casteldidone	Casteldidone,Comune di Casteldidone		IT	09	CR	019023	576	Europe/Rome
6536571	Cicognolo	cicognolo	Cicognolo,Comune di Cicognolo		IT	09	CR	019030	955	Europe/Rome
6536572	Cingia de' Botti	cingia-de-botti	Cingia de' Botti,Comune di Cingia de' Botti		IT	09	CR	019031	1371	Europe/Rome
6536573	Cumignano sul Naviglio	cumignano-sul-naviglio	Comune di Cumignano sul Naviglio,Cumignano sul Naviglio		IT	09	CR	019039	447	Europe/Rome
6536574	Formigara	formigara	Comune di Formigara,Formigara		IT	09	CR	019044	1116	Europe/Rome
6536575	Grontardo	grontardo	Comune di Grontardo,Grontardo		IT	09	CR	019050	1469	Europe/Rome
6536576	Montodine	montodine	Comune di Montodine,Montodine		IT	09	CR	019059	2606	Europe/Rome
6536577	Motta Baluffi	motta-baluffi	Comune di Motta Baluffi,Motta Baluffi		IT	09	CR	019061	980	Europe/Rome
6536578	Piadena	piadena	Comune di Piadena,Piadena		IT	09	CR	019071	3580	Europe/Rome
6536579	Pieve d'Olmi	pieve-d-olmi	Comune di Pieve d'Olmi,Pieve d'Olmi		IT	09	CR	019074	1295	Europe/Rome
6536580	Pieve San Giacomo	pieve-san-giacomo	Comune di Pieve San Giacomo,Pieve San Giacomo		IT	09	CR	019075	1624	Europe/Rome
6536581	Stagno Lombardo	stagno-lombardo	Comune di Stagno Lombardo,Stagno Lombardo		IT	09	CR	019103	1570	Europe/Rome
6536582	Ticengo	ticengo	Comune di Ticengo,Ticengo		IT	09	CR	019104	448	Europe/Rome
6536583	Vaiano Cremasco	vaiano-cremasco	Comune di Vaiano Cremasco,Vaiano Cremasco		IT	09	CR	019111	3869	Europe/Rome
6536584	Acquanegra sul Chiese	acquanegra-sul-chiese	Acquanegra sul Chiese,Comune di Acquanegra sul Chiese		IT	09	MN	020001	2996	Europe/Rome
6536585	Casaloldo	casaloldo	Casaloldo,Comune di Casaloldo		IT	09	MN	020011	2621	Europe/Rome
6536586	Casalromano	casalromano	Casalromano,Comune di Casalromano		IT	09	MN	020012	1551	Europe/Rome
6536587	Castel d'Ario	castel-d-ario	Castel d'Ario,Comune di Castel d'Ario		IT	09	MN	020014	4787	Europe/Rome
6536588	Castellucchio	castellucchio	Castellucchio,Comune di Castellucchio		IT	09	MN	020016	5205	Europe/Rome
6536589	Commessaggio	commessaggio	Commessaggio,Comune di Commessaggio		IT	09	MN	020020	1169	Europe/Rome
6536590	Gazoldo degli Ippoliti	gazoldo-degli-ippoliti	Comune di Gazoldo degli Ippoliti,Gazoldo degli Ippoliti		IT	09	MN	020024	2968	Europe/Rome
6536591	Marcaria	marcaria	Comune di Marcaria,Marcaria		IT	09	MN	020031	6913	Europe/Rome
6536592	Dambel	dambel	Comune di Dambel,Dambel		IT	17	TN	022071	435	Europe/Rome
6536593	Dimaro	dimaro	Comune di Dimaro,Dimaro		IT	17	TN	022075	1250	Europe/Rome
6536594	Fiavè	fiave	Comune di Fiave,Comune di Fiavè,Fiave,Fiavè		IT	17	TN	022083	1098	Europe/Rome
6536595	Grauno	grauno	Comune di Grauno,Grauno		IT	17	TN	022094	142	Europe/Rome
6536596	Grumes	grumes	Comune di Grumes,Grumes		IT	17	TN	022096	438	Europe/Rome
6536597	Lardaro	lardaro	Comune di Lardaro,Lardaro		IT	17	TN	022100	205	Europe/Rome
6536598	Roncone	roncone	Comune di Roncone,Roncone		IT	17	TN	022158	1443	Europe/Rome
6536599	Roverè della Luna	rovere-della-luna	Comune di Rovere della Luna,Comune di Roverè della Luna,Rovere della Luna,Roverè della Luna		IT	17	TN	022160	1573	Europe/Rome
6536600	Sona	sona	Comune di Sona,Sona		IT	20	VR	023083	17030	Europe/Rome
6536601	Terrazzo	terrazzo	Comune di Terrazzo,Terrazzo		IT	20	VR	023085	2290	Europe/Rome
6536602	Torri del Benaco	torri-del-benaco	Comune di Torri del Benaco,Torri del Benaco		IT	20	VR	023086	2802	Europe/Rome
6536603	Tregnago	tregnago	Comune di Tregnago,Tregnago		IT	20	VR	023087	4926	Europe/Rome
6536604	Trevenzuolo	trevenzuolo	Comune di Trevenzuolo,Trevenzuolo		IT	20	VR	023088	2731	Europe/Rome
6536605	Valeggio sul Mincio	valeggio-sul-mincio	Comune di Valeggio sul Mincio,Valeggio sul Mincio		IT	20	VR	023089	14300	Europe/Rome
6536606	Villa Bartolomea	villa-bartolomea	Comune di Villa Bartolomea,Villa Bartolomea		IT	20	VR	023095	5841	Europe/Rome
6536607	Villafranca di Verona	villafranca-di-verona	Comune di Villafranca di Verona,Villafranca di Verona		IT	20	VR	023096	32747	Europe/Rome
6536608	Zevio	zevio	Comune di Zevio,Zevio		IT	20	VR	023097	14413	Europe/Rome
6536609	Agugliaro	agugliaro	Agugliaro,Comune di Agugliaro		IT	20	VI	024001	1422	Europe/Rome
6536610	Bore	bore	Bore,Comune di Bore		IT	05	PR	034005	799	Europe/Rome
6536611	Arsiero	arsiero	Arsiero,Comune di Arsiero		IT	20	VI	024007	3303	Europe/Rome
6536612	Arzignano	arzignano	Arzignano,Comune di Arzignano		IT	20	VI	024008	25589	Europe/Rome
6536613	Bolzano Vicentino	bolzano-vicentino	Bolzano Vicentino,Comune di Bolzano Vicentino		IT	20	VI	024013	6509	Europe/Rome
6536614	Bressanvido	bressanvido	Bressanvido,Comune di Bressanvido		IT	20	VI	024016	3108	Europe/Rome
6536615	Caltrano	caltrano	Caltrano,Comune di Caltrano		IT	20	VI	024019	2607	Europe/Rome
6536616	Calvene	calvene	Calvene,Comune di Calvene		IT	20	VI	024020	1323	Europe/Rome
6536617	Castelgomberto	castelgomberto	Castelgomberto,Comune di Castelgomberto		IT	20	VI	024028	6098	Europe/Rome
6536618	Cornedo Vicentino	cornedo-vicentino	Comune di Cornedo Vicentino,Cornedo Vicentino		IT	20	VI	024034	11939	Europe/Rome
6536619	Costabissara	costabissara	Comune di Costabissara,Costabissara		IT	20	VI	024035	7161	Europe/Rome
6536620	Grumolo delle Abbadesse	grumolo-delle-abbadesse	Comune di Grumolo delle Abbadesse,Grumolo delle Abbadesse		IT	20	VI	024047	3741	Europe/Rome
6536621	Marostica	marostica	Comune di Marostica,Marostica		IT	20	VI	024057	13783	Europe/Rome
6536622	Monteviale	monteviale	Comune di Monteviale,Monteviale		IT	20	VI	024066	2600	Europe/Rome
6536623	Orgiano	orgiano	Comune di Orgiano,Orgiano		IT	20	VI	024075	3151	Europe/Rome
6536624	Pojana Maggiore	pojana-maggiore	Comune di Poiana Maggiore,Poiana Maggiore		IT	20	VI	024079	4459	Europe/Rome
6536625	Pozzoleone	pozzoleone	Comune di Pozzoleone,Pozzoleone		IT	20	VI	024082	2793	Europe/Rome
6536626	Recoaro Terme	recoaro-terme	Comune di Recoaro Terme,Recoaro Terme		IT	20	VI	024084	6764	Europe/Rome
6536627	Salcedo	salcedo	Comune di Salcedo,Salcedo		IT	20	VI	024090	1038	Europe/Rome
6536628	Santorso	santorso	Comune di Santorso,Santorso		IT	20	VI	024095	5746	Europe/Rome
6536629	Schiavon	schiavon	Comune di Schiavon,Schiavon		IT	20	VI	024099	2600	Europe/Rome
6536630	Torri di Quartesolo	torri-di-quartesolo	Comune di Torri di Quartesolo,Torri di Quartesolo		IT	20	VI	024108	11755	Europe/Rome
6536631	Villaverla	villaverla	Comune di Villaverla,Villaverla		IT	20	VI	024118	6169	Europe/Rome
6536632	Zermeghedo	zermeghedo	Comune di Zermeghedo,Zermeghedo		IT	20	VI	024120	1358	Europe/Rome
6536633	Alleghe	alleghe	Alleghe,Comune di Alleghe		IT	20	BL	025003	1331	Europe/Rome
6536634	Sospirolo	sospirolo	Comune di Sospirolo,Sospirolo		IT	20	BL	025056	3213	Europe/Rome
6536635	Soverzene	soverzene	Comune di Soverzene,Soverzene		IT	20	BL	025057	418	Europe/Rome
6536636	Valle di Cadore	valle-di-cadore	Comune di Valle di Cadore,Valle di Cadore		IT	20	BL	025063	2052	Europe/Rome
6536637	Caerano di San Marco	caerano-di-san-marco	Caerano di San Marco,Comune di Caerano di San Marco		IT	20	TV	026006	7941	Europe/Rome
6536638	Cessalto	cessalto	Cessalto,Comune di Cessalto		IT	20	TV	026015	3834	Europe/Rome
6536639	Cimadolmo	cimadolmo	Cimadolmo,Comune di Cimadolmo		IT	20	TV	026017	3413	Europe/Rome
6536640	Cison di Valmarino	cison-di-valmarino	Cison di Valmarino,Comune di Cison di Valmarino		IT	20	TV	026018	2711	Europe/Rome
6536641	Codognè	codogne	Codogne,Codognè,Comune di Codogne,Comune di Codognè		IT	20	TV	026019	5311	Europe/Rome
6536642	Cordignano	cordignano	Comune di Cordignano,Cordignano		IT	20	TV	026022	7096	Europe/Rome
6536643	Follina	follina	Comune di Follina,Follina		IT	20	TV	026027	3939	Europe/Rome
6536644	Gaiarine	gaiarine	Comune di Gaiarine,Gaiarine		IT	20	TV	026031	6136	Europe/Rome
6536645	Giavera del Montello	giavera-del-montello	Comune di Giavera del Montello,Giavera del Montello		IT	20	TV	026032	5144	Europe/Rome
6536646	Roncade	roncade	Comune di Roncade,Roncade		IT	20	TV	026069	14037	Europe/Rome
6536647	San Biagio di Callalta	san-biagio-di-callalta	Comune di San Biagio di Callalta,San Biagio di Callalta		IT	20	TV	026071	13039	Europe/Rome
6536648	Santa Lucia di Piave	santa-lucia-di-piave	Comune di Santa Lucia di Piave,Santa Lucia di Piave		IT	20	TV	026075	9081	Europe/Rome
6536649	Sernaglia della Battaglia	sernaglia-della-battaglia	Comune di Sernaglia della Battaglia,Sernaglia della Battaglia		IT	20	TV	026080	6325	Europe/Rome
6536650	Spresiano	spresiano	Comune di Spresiano,Spresiano		IT	20	TV	026082	11659	Europe/Rome
6536651	Susegana	susegana	Comune di Susegana,Susegana		IT	20	TV	026083	11702	Europe/Rome
6536652	Tarzo	tarzo	Comune di Tarzo,Tarzo		IT	20	TV	026084	4583	Europe/Rome
6536653	Valdobbiadene	valdobbiadene	Comune di Valdobbiadene,Valdobbiadene		IT	20	TV	026087	10690	Europe/Rome
6536654	Vazzola	vazzola	Comune di Vazzola,Vazzola		IT	20	TV	026088	7009	Europe/Rome
6536655	Zenson di Piave	zenson-di-piave	Comune di Zenson di Piave,Zenson di Piave		IT	20	TV	026094	1783	Europe/Rome
6536656	Zero Branco	zero-branco	Comune di Zero Branco,Zero Branco		IT	20	TV	026095	10986	Europe/Rome
6536657	Campagna Lupia	campagna-lupia	Campagna Lupia,Comune di Campagna Lupia		IT	20	VE	027002	6936	Europe/Rome
6536658	Ceggia	ceggia	Ceggia,Comune di Ceggia		IT	20	VE	027007	6213	Europe/Rome
6536659	Cinto Caomaggiore	cinto-caomaggiore	Cinto Caomaggiore,Comune di Cinto Caomaggiore		IT	20	VE	027009	3285	Europe/Rome
6536660	Dolo	dolo	Comune di Dolo,Dolo		IT	20	VE	027012	14982	Europe/Rome
6536661	Santa Maria di Sala	santa-maria-di-sala	Comune di Santa Maria di Sala,Santa Maria di Sala		IT	20	VE	027035	17295	Europe/Rome
6536662	Santo Stino di Livenza	santo-stino-di-livenza	Comune di Santo Stino di Livenza,Santo Stino di Livenza		IT	20	VE	027036	13042	Europe/Rome
6536663	Arquà Petrarca	arqua-petrarca	Arqua Petrarca,Arquà Petrarca,Comune di Arqua Petrarca,Comune di Arquà Petrarca		IT	20	PD	028005	1847	Europe/Rome
6536664	Bagnoli di Sopra	bagnoli-di-sopra	Bagnoli di Sopra,Comune di Bagnoli di Sopra		IT	20	PD	028008	3626	Europe/Rome
6536665	Battaglia Terme	battaglia-terme	Battaglia Terme,Comune di Battaglia Terme		IT	20	PD	028011	3933	Europe/Rome
6536666	Brugine	brugine	Brugine,Comune di Brugine		IT	20	PD	028015	6812	Europe/Rome
6536667	Campodoro	campodoro	Campodoro,Comune di Campodoro		IT	20	PD	028018	2725	Europe/Rome
6536668	Candiana	candiana	Candiana,Comune di Candiana		IT	20	PD	028021	2468	Europe/Rome
6536669	Codevigo	codevigo	Codevigo,Comune di Codevigo		IT	20	PD	028033	6453	Europe/Rome
6536670	Conselve	conselve	Comune di Conselve,Conselve		IT	20	PD	028034	10293	Europe/Rome
6536671	Correzzola	correzzola	Comune di Correzzola,Correzzola		IT	20	PD	028035	5488	Europe/Rome
6536672	Fontaniva	fontaniva	Comune di Fontaniva,Fontaniva		IT	20	PD	028038	8168	Europe/Rome
6536673	Piacenza d'Adige	piacenza-d-adige	Comune di Piacenza d'Adige,Piacenza d'Adige		IT	20	PD	028062	1379	Europe/Rome
6536674	Pozzonovo	pozzonovo	Comune di Pozzonovo,Pozzonovo		IT	20	PD	028070	3653	Europe/Rome
6536675	Tribano	tribano	Comune di Tribano,Tribano		IT	20	PD	028094	4431	Europe/Rome
6536676	Vescovana	vescovana	Comune di Vescovana,Vescovana		IT	20	PD	028097	1717	Europe/Rome
6536677	Villa del Conte	villa-del-conte	Comune di Villa del Conte,Villa del Conte		IT	20	PD	028101	5504	Europe/Rome
6536678	Villa Estense	villa-estense	Comune di Villa Estense,Villa Estense		IT	20	PD	028102	2322	Europe/Rome
6536679	Bergantino	bergantino	Bergantino,Comune di Bergantino		IT	20	RO	029006	2626	Europe/Rome
6536680	Bosaro	bosaro	Bosaro,Comune di Bosaro		IT	20	RO	029007	1508	Europe/Rome
6536681	Canaro	canaro	Canaro,Comune di Canaro		IT	20	RO	029009	2853	Europe/Rome
6536682	Costa di Rovigo	costa-di-rovigo	Comune di Costa di Rovigo,Costa di Rovigo		IT	20	RO	029018	2683	Europe/Rome
6536683	Polesella	polesella	Comune di Polesella,Polesella		IT	20	RO	029037	4079	Europe/Rome
6536684	Pontecchio Polesine	pontecchio-polesine	Comune di Pontecchio Polesine,Pontecchio Polesine		IT	20	RO	029038	2078	Europe/Rome
6536685	Taglio di Po	taglio-di-po	Comune di Taglio di Po,Taglio di Po		IT	20	RO	029046	8495	Europe/Rome
6536686	Trecenta	trecenta	Comune di Trecenta,Trecenta		IT	20	RO	029047	2956	Europe/Rome
6536687	Mereto di Tomba	mereto-di-tomba	Comune di Mereto di Tomba,Mereto di Tomba		IT	06	UD	030058	2709	Europe/Rome
6536688	Palmanova	palmanova	Comune di Palmanova,Palmanova		IT	06	UD	030070	5409	Europe/Rome
6536690	Santa Maria la Longa	santa-maria-la-longa	Comune di Santa Maria la Longa,Santa Maria la Longa		IT	06	UD	030104	2417	Europe/Rome
6536691	San Vito al Torre	san-vito-al-torre	Comune di San Vito al Torre,San Vito al Torre		IT	06	UD	030105	1333	Europe/Rome
6536692	Stregna	stregna	Comune di Stregna,Stregna		IT	06	UD	030111	398	Europe/Rome
6536693	Talmassons	talmassons	Comune di Talmassons,Talmassons		IT	06	UD	030114	4144	Europe/Rome
6536694	Tarcento	tarcento	Comune di Tarcento,Tarcento		IT	06	UD	030116	9095	Europe/Rome
6536695	Trivignano Udinese	trivignano-udinese	Comune di Trivignano Udinese,Trivignano Udinese		IT	06	UD	030128	1689	Europe/Rome
6536696	Venzone	venzone	Comune di Venzone,Venzone		IT	06	UD	030131	2230	Europe/Rome
6536697	Capriva del Friuli	capriva-del-friuli	Capriva del Friuli,Comune di Capriva del Friuli		IT	06	GO	031001	1731	Europe/Rome
6536698	Cormons	cormons	Comune di Cormons,Cormons		IT	06	GO	031002	7543	Europe/Rome
6536699	Doberdò del Lago	doberdo-del-lago	Comune di Doberdo del Lago,Comune di Doberdò del Lago,Doberdo del Lago,Doberdò del Lago		IT	06	GO	031003	1441	Europe/Rome
6536700	Gradisca d'Isonzo	gradisca-d-isonzo	Comune di Gradisca d'Isonzo,Gradisca d'Isonzo		IT	06	GO	031008	6528	Europe/Rome
6536701	Rolo	rolo	Comune di Rolo,Rolo		IT	05	RE	035035	4038	Europe/Rome
6536702	San Giorgio Piacentino	san-giorgio-piacentino	Comune di San Giorgio Piacentino,San Giorgio Piacentino		IT	05	PC	033040	5818	Europe/Rome
6536703	Vigolzone	vigolzone	Comune di Vigolzone,Vigolzone		IT	05	PC	033045	4268	Europe/Rome
6536704	Bedonia	bedonia	Bedonia,Comune di Bedonia		IT	05	PR	034003	3617	Europe/Rome
6536705	Corniglio	corniglio	Comune di Corniglio,Corniglio		IT	05	PR	034012	1997	Europe/Rome
6536706	Fornovo di Taro	fornovo-di-taro	Comune di Fornovo di Taro,Fornovo di Taro		IT	05	PR	034017	6192	Europe/Rome
6536707	Lesignano de' Bagni	lesignano-de-bagni	Comune di Lesignano de' Bagni,Lesignano de' Bagni		IT	05	PR	034019	4759	Europe/Rome
6536708	Monchio delle Corti	monchio-delle-corti	Comune di Monchio delle Corti,Monchio delle Corti		IT	05	PR	034022	985	Europe/Rome
6536709	Sala Baganza	sala-baganza	Comune di Sala Baganza,Sala Baganza		IT	05	PR	034031	5392	Europe/Rome
6536710	Salsomaggiore Terme	salsomaggiore-terme	Comune di Salsomaggiore Terme,Salsomaggiore Terme		IT	05	PR	034032	19505	Europe/Rome
6536711	Tizzano Val Parma	tizzano-val-parma	Comune di Tizzano Val Parma,Tizzano Val Parma		IT	05	PR	034039	2113	Europe/Rome
6536712	Bagnolo in Piano	bagnolo-in-piano	Bagnolo in Piano,Comune di Bagnolo in Piano		IT	05	RE	035002	9386	Europe/Rome
6536713	Boretto	boretto	Boretto,Comune di Boretto		IT	05	RE	035005	5263	Europe/Rome
6536714	Busana	busana	Busana,Comune di Busana		IT	05	RE	035007	1285	Europe/Rome
6536715	Cadelbosco di Sopra	cadelbosco-di-sopra	Cadelbosco di Sopra,Comune di Cadelbosco di Sopra		IT	05	RE	035008	10409	Europe/Rome
6536716	Castelnovo ne' Monti	castelnovo-ne-monti	Castelnovo ne' Monti,Comune di Castelnovo ne' Monti		IT	05	RE	035016	10481	Europe/Rome
6536717	Collagna	collagna	Collagna,Comune di Collagna		IT	05	RE	035019	971	Europe/Rome
6536718	Ligonchio	ligonchio	Comune di Ligonchio,Ligonchio		IT	05	RE	035025	861	Europe/Rome
6536719	Quattro Castella	quattro-castella	Comune di Quattro Castella,Quattro Castella		IT	05	RE	035030	12909	Europe/Rome
6536720	Ramiseto	ramiseto	Comune di Ramiseto,Ramiseto		IT	05	RE	035031	1290	Europe/Rome
6536721	Reggiolo	reggiolo	Comune di Reggiolo,Reggiolo		IT	05	RE	035032	9217	Europe/Rome
6536722	Toano	toano	Comune di Toano,Toano		IT	05	RE	035041	4458	Europe/Rome
6536723	Vetto	vetto	Comune di Vetto,Vetto		IT	05	RE	035042	1956	Europe/Rome
6536724	Castelnuovo Rangone	castelnuovo-rangone	Castelnuovo Rangone,Comune di Castelnuovo Rangone		IT	05	MO	036007	14116	Europe/Rome
6536725	Fiumalbo	fiumalbo	Comune di Fiumalbo,Fiumalbo		IT	05	MO	036014	1304	Europe/Rome
6536726	Frassinoro	frassinoro	Comune di Frassinoro,Frassinoro		IT	05	MO	036016	1997	Europe/Rome
6536727	Nonantola	nonantola	Comune di Nonantola,Nonantola		IT	05	MO	036027	15179	Europe/Rome
6536728	Pavullo nel Frignano	pavullo-nel-frignano	Comune di Pavullo nel Frignano,Pavullo nel Frignano		IT	05	MO	036030	17198	Europe/Rome
6536729	Pievepelago	pievepelago	Comune di Pievepelago,Pievepelago		IT	05	MO	036031	2241	Europe/Rome
6536730	Polinago	polinago	Comune di Polinago,Polinago		IT	05	MO	036032	1742	Europe/Rome
6536731	Riolunato	riolunato	Comune di Riolunato,Riolunato		IT	05	MO	036035	759	Europe/Rome
6536732	San Felice sul Panaro	san-felice-sul-panaro	Comune di San Felice sul Panaro,San Felice sul Panaro		IT	05	MO	036037	11026	Europe/Rome
6536733	Sassuolo	sassuolo	Comune di Sassuolo,Sassuolo		IT	05	MO	036040	39885	Europe/Rome
6536734	Sestola	sestola	Comune di Sestola,Sestola		IT	05	MO	036043	2602	Europe/Rome
6536735	Soliera	soliera	Comune di Soliera,Soliera		IT	05	MO	036044	15061	Europe/Rome
6536736	Spilamberto	spilamberto	Comune di Spilamberto,Spilamberto		IT	05	MO	036045	12130	Europe/Rome
6536737	Argelato	argelato	Argelato,Comune di Argelato		IT	05	BO	037002	9656	Europe/Rome
6536738	Camugnano	camugnano	Camugnano,Comune di Camugnano		IT	05	BO	037010	2000	Europe/Rome
6536739	Castel di Casio	castel-di-casio	Castel di Casio,Comune di Castel di Casio		IT	05	BO	037015	3479	Europe/Rome
6536740	Malalbergo	malalbergo	Comune di Malalbergo,Malalbergo		IT	05	BO	037035	8771	Europe/Rome
6536741	Marzabotto	marzabotto	Comune di Marzabotto,Marzabotto		IT	05	BO	037036	6684	Europe/Rome
6536742	Minerbio	minerbio	Comune di Minerbio,Minerbio		IT	05	BO	037038	8674	Europe/Rome
6536743	Monzuno	monzuno	Comune di Monzuno,Monzuno		IT	05	BO	037044	6133	Europe/Rome
6536744	San Benedetto Val di Sambro	san-benedetto-val-di-sambro	Comune di San Benedetto Val di Sambro,San Benedetto Val di Sambro		IT	05	BO	037051	4393	Europe/Rome
6536745	Sant'Agata Bolognese	sant-agata-bolognese	Comune di Sant'Agata Bolognese,Sant'Agata Bolognese		IT	05	BO	037056	7140	Europe/Rome
6536746	Argenta	argenta	Argenta,Comune di Argenta		IT	05	FE	038001	22133	Europe/Rome
6536747	Jolanda di Savoia	jolanda-di-savoia	Comune di Jolanda di Savoia,Jolanda di Savoia		IT	05	FE	038010	3003	Europe/Rome
6536748	Portomaggiore	portomaggiore	Comune di Portomaggiore,Portomaggiore		IT	05	FE	038019	12185	Europe/Rome
6536749	Sant'Agostino	sant-agostino	Comune di Sant'Agostino,Sant'Agostino		IT	05	FE	038021	7068	Europe/Rome
6536750	Tresigallo	tresigallo	Comune di Tresigallo,Tresigallo		IT	05	FE	038024	4561	Europe/Rome
6536751	Goro	goro	Comune di Goro,Goro		IT	05	FE	038025	3895	Europe/Rome
6536752	Fusignano	fusignano	Comune di Fusignano,Fusignano		IT	05	RA	039011	8259	Europe/Rome
6536753	Massa Lombarda	massa-lombarda	Comune di Massa Lombarda,Massa Lombarda		IT	05	RA	039013	10449	Europe/Rome
6536754	Bertinoro	bertinoro	Bertinoro,Comune di Bertinoro		IT	05	FC	040003	10798	Europe/Rome
6536755	Dovadola	dovadola	Comune di Dovadola,Dovadola		IT	05	FC	040011	1661	Europe/Rome
6536756	Premilcuore	premilcuore	Comune di Premilcuore,Premilcuore		IT	05	FC	040033	803	Europe/Rome
6536757	San Mauro Pascoli	san-mauro-pascoli	Comune di San Mauro Pascoli,San Mauro Pascoli		IT	05	FC	040041	11090	Europe/Rome
6536758	Sarsina	sarsina	Comune di Sarsina,Sarsina		IT	05	FC	040044	3602	Europe/Rome
6536759	Sogliano al Rubicone	sogliano-al-rubicone	Comune di Sogliano al Rubicone,Sogliano al Rubicone		IT	05	FC	040046	3251	Europe/Rome
6536760	Tredozio	tredozio	Comune di Tredozio,Tredozio		IT	05	FC	040049	1259	Europe/Rome
6536761	Cagli	cagli	Cagli,Comune di Cagli		IT	10	PU	041007	9013	Europe/Rome
6536762	Fratte Rosa	fratte-rosa	Comune di Fratte Rosa,Fratte Rosa		IT	10	PU	041016	1017	Europe/Rome
6536763	Frontino	frontino	Comune di Frontino,Frontino		IT	10	PU	041017	313	Europe/Rome
6536764	Lunano	lunano	Comune di Lunano,Lunano		IT	10	PU	041022	1528	Europe/Rome
6536765	Macerata Feltria	macerata-feltria	Comune di Macerata Feltria,Macerata Feltria		IT	10	PU	041023	2072	Europe/Rome
6536766	Mercatello sul Metauro	mercatello-sul-metauro	Comune di Mercatello sul Metauro,Mercatello sul Metauro		IT	10	PU	041025	1437	Europe/Rome
6536767	Montecalvo in Foglia	montecalvo-in-foglia	Comune di Montecalvo in Foglia,Montecalvo in Foglia		IT	10	PU	041030	2700	Europe/Rome
6536768	Monte Cerignone	monte-cerignone	Comune di Monte Cerignone,Monte Cerignone		IT	10	PU	041031	678	Europe/Rome
6536769	Orciano di Pesaro	orciano-di-pesaro	Comune di Orciano di Pesaro,Orciano di Pesaro		IT	10	PU	041040	2157	Europe/Rome
6536770	Pennabilli	pennabilli	Comune di Pennabilli,Pennabilli		IT	05	RN	099024	3017	Europe/Rome
6536771	Petriano	petriano	Comune di Petriano,Petriano		IT	10	PU	041045	2814	Europe/Rome
6536772	Sassocorvaro	sassocorvaro	Comune di Sassocorvaro,Sassocorvaro		IT	10	PU	041059	3456	Europe/Rome
6536773	Talamello	talamello	Comune di Talamello,Talamello		IT	05	RN	099027	1060	Europe/Rome
6536774	Tavullia	tavullia	Comune di Tavullia,Tavullia		IT	10	PU	041065	7866	Europe/Rome
6536775	Arcevia	arcevia	Arcevia,Comune di Arcevia		IT	10	AN	042003	4914	Europe/Rome
6536776	Corinaldo	corinaldo	Comune di Corinaldo,Corinaldo		IT	10	AN	042015	5106	Europe/Rome
6536777	Cupramontana	cupramontana	Comune di Cupramontana,Cupramontana		IT	10	AN	042016	4838	Europe/Rome
6536778	Filottrano	filottrano	Comune di Filottrano,Filottrano		IT	10	AN	042019	9622	Europe/Rome
6536779	Osimo	osimo	Comune di Osimo,Osimo		IT	10	AN	042034	33991	Europe/Rome
6536780	Sassoferrato	sassoferrato	Comune di Sassoferrato,Sassoferrato		IT	10	AN	042044	7532	Europe/Rome
6536781	Senigallia	senigallia	Comune di Senigallia,Senigallia		IT	10	AN	042045	44361	Europe/Rome
6536782	Serra de' Conti	serra-de-conti	Comune di Serra de' Conti,Serra de' Conti		IT	10	AN	042046	3722	Europe/Rome
6536783	Serra San Quirico	serra-san-quirico	Comune di Serra San Quirico,Serra San Quirico		IT	10	AN	042047	2967	Europe/Rome
6536784	Apiro	apiro	Apiro,Comune di Apiro		IT	10	MC	043002	2421	Europe/Rome
6536785	Camerino	camerino	Camerino,Comune di Camerino		IT	10	MC	043007	6902	Europe/Rome
6536786	Loro Piceno	loro-piceno	Comune di Loro Piceno,Loro Piceno		IT	10	MC	043022	2481	Europe/Rome
6536787	Matelica	matelica	Comune di Matelica,Matelica		IT	10	MC	043024	10178	Europe/Rome
6536788	Monte San Giusto	monte-san-giusto	Comune di Monte San Giusto,Monte San Giusto		IT	10	MC	043031	8071	Europe/Rome
6536789	Muccia	muccia	Comune di Muccia,Muccia		IT	10	MC	043034	929	Europe/Rome
6536790	Porto Recanati	porto-recanati	Comune di Porto Recanati,Porto Recanati		IT	10	MC	043042	11495	Europe/Rome
6536791	Ripe San Ginesio	ripe-san-ginesio	Comune di Ripe San Ginesio,Ripe San Ginesio		IT	10	MC	043045	860	Europe/Rome
6536792	Sant'Angelo in Pontano	sant-angelo-in-pontano	Comune di Sant'Angelo in Pontano,Sant'Angelo in Pontano		IT	10	MC	043048	1483	Europe/Rome
6536793	Sefro	sefro	Comune di Sefro,Sefro		IT	10	MC	043050	431	Europe/Rome
6536794	Serravalle di Chienti	serravalle-di-chienti	Comune di Serravalle di Chienti,Serravalle di Chienti		IT	10	MC	043052	1085	Europe/Rome
6536795	Altidona	altidona	Altidona,Comune di Altidona		IT	10	FM	109001	3234	Europe/Rome
6536796	Arquata del Tronto	arquata-del-tronto	Arquata del Tronto,Comune di Arquata del Tronto		IT	10	AP	044006	1287	Europe/Rome
6536797	Francavilla d'Ete	francavilla-d-ete	Comune di Francavilla d'Ete,Francavilla d'Ete		IT	10	FM	109007	1009	Europe/Rome
6536798	Monsampolo del Tronto	monsampolo-del-tronto	Comune di Monsampolo del Tronto,Monsampolo del Tronto		IT	10	AP	044031	4563	Europe/Rome
6536799	Montappone	montappone	Comune di Montappone,Montappone		IT	10	FM	109013	1749	Europe/Rome
6536800	Montegiorgio	montegiorgio	Comune di Montegiorgio,Montegiorgio		IT	10	FM	109017	6965	Europe/Rome
6536801	Pedaso	pedaso	Comune di Pedaso,Pedaso		IT	10	FM	109030	2771	Europe/Rome
6536802	Porto San Giorgio	porto-san-giorgio	Comune di Porto San Giorgio,Porto San Giorgio		IT	10	FM	109033	15957	Europe/Rome
6536803	Ripatransone	ripatransone	Comune di Ripatransone,Ripatransone		IT	10	AP	044063	4341	Europe/Rome
6536804	Rotella	rotella	Comune di Rotella,Rotella		IT	10	AP	044065	936	Europe/Rome
6536805	Servigliano	servigliano	Comune di Servigliano,Servigliano		IT	10	FM	109038	2347	Europe/Rome
6536806	Spinetoli	spinetoli	Comune di Spinetoli,Spinetoli		IT	10	AP	044071	7108	Europe/Rome
6536807	Bagnone	bagnone	Bagnone,Comune di Bagnone		IT	16	MS	045002	1926	Europe/Rome
6536808	Fivizzano	fivizzano	Comune di Fivizzano,Fivizzano		IT	16	MS	045007	8267	Europe/Rome
6536809	Fosdinovo	fosdinovo	Comune di Fosdinovo,Fosdinovo		IT	16	MS	045008	4971	Europe/Rome
6536810	Borgo a Mozzano	borgo-a-mozzano	Borgo a Mozzano,Comune di Borgo a Mozzano		IT	16	LU	046004	7227	Europe/Rome
6536811	Castiglione di Garfagnana	castiglione-di-garfagnana	Castiglione di Garfagnana,Comune di Castiglione di Garfagnana		IT	16	LU	046010	1860	Europe/Rome
6536812	Coreglia Antelminelli	coreglia-antelminelli	Comune di Coreglia Antelminelli,Coreglia Antelminelli		IT	16	LU	046011	5232	Europe/Rome
6536813	Massarosa	massarosa	Comune di Massarosa,Massarosa		IT	16	LU	046018	22330	Europe/Rome
6536814	Minucciano	minucciano	Comune di Minucciano,Minucciano		IT	16	LU	046019	2221	Europe/Rome
6536815	Pescaglia	pescaglia	Comune di Pescaglia,Pescaglia		IT	16	LU	046022	3645	Europe/Rome
6536816	Pieve Fosciana	pieve-fosciana	Comune di Pieve Fosciana,Pieve Fosciana		IT	16	LU	046025	2418	Europe/Rome
6536817	Cutigliano	cutigliano	Comune di Cutigliano,Cutigliano		IT	16	PT	047004	1561	Europe/Rome
6536818	Chiesina Uzzanese	chiesina-uzzanese	Chiesina Uzzanese,Comune di Chiesina Uzzanese		IT	16	PT	047022	4479	Europe/Rome
6536819	Bagno a Ripoli	bagno-a-ripoli	Bagno a Ripoli,Comune di Bagno a Ripoli		IT	16	FI	048001	25403	Europe/Rome
6536820	Campi Bisenzio	campi-bisenzio	Campi Bisenzio,Comune di Campi Bisenzio		IT	16	FI	048006	42929	Europe/Rome
6536821	Firenzuola	firenzuola	Comune di Firenzuola,Firenzuola		IT	16	FI	048018	4828	Europe/Rome
6536822	Impruneta	impruneta	Comune di Impruneta,Impruneta		IT	16	FI	048022	14667	Europe/Rome
6536823	Londa	londa	Comune di Londa,Londa		IT	16	FI	048025	1827	Europe/Rome
6536824	Palazzuolo sul Senio	palazzuolo-sul-senio	Comune di Palazzuolo sul Senio,Palazzuolo sul Senio		IT	16	FI	048031	1188	Europe/Rome
6536825	Reggello	reggello	Comune di Reggello,Reggello		IT	16	FI	048035	16076	Europe/Rome
6536826	Rignano sull'Arno	rignano-sull-arno	Comune di Rignano sull'Arno,Rignano sull'Arno		IT	16	FI	048036	8600	Europe/Rome
6536827	San Godenzo	san-godenzo	Comune di San Godenzo,San Godenzo		IT	16	FI	048039	1231	Europe/Rome
6536829	Vicchio	vicchio	Comune di Vicchio,Vicchio		IT	16	FI	048049	8117	Europe/Rome
6536830	Marciana Marina	marciana-marina	Comune di Marciana Marina,Marciana Marina		IT	16	LI	049011	1946	Europe/Rome
6536831	Portoferraio	portoferraio	Comune di Portoferraio,Portoferraio		IT	16	LI	049014	11641	Europe/Rome
6536832	Bientina	bientina	Bientina,Comune di Bientina		IT	16	PI	050001	7766	Europe/Rome
6536833	Calcinaia	calcinaia	Calcinaia,Comune di Calcinaia		IT	16	PI	050004	11684	Europe/Rome
6536834	Castellina Marittima	castellina-marittima	Castellina Marittima,Comune di Castellina Marittima		IT	16	PI	050010	1985	Europe/Rome
6536835	Guardistallo	guardistallo	Comune di Guardistallo,Guardistallo		IT	16	PI	050015	1254	Europe/Rome
6536837	Palaia	palaia	Comune di Palaia,Palaia		IT	16	PI	050024	4572	Europe/Rome
6536838	Peccioli	peccioli	Comune di Peccioli,Peccioli		IT	16	PI	050025	4939	Europe/Rome
6536839	Pontedera	pontedera	Comune di Pontedera,Pontedera		IT	16	PI	050029	28061	Europe/Rome
6536840	Riparbella	riparbella	Comune di Riparbella,Riparbella		IT	16	PI	050030	1631	Europe/Rome
6536841	Badia Tedalda	badia-tedalda	Badia Tedalda,Comune di Badia Tedalda		IT	16	AR	051003	1091	Europe/Rome
6536842	Cortona	cortona	Comune di Cortona,Cortona		IT	16	AR	051017	22495	Europe/Rome
6536843	Foiano della Chiana	foiano-della-chiana	Comune di Foiano della Chiana,Foiano della Chiana		IT	16	AR	051018	9348	Europe/Rome
6536844	Laterina	laterina	Comune di Laterina,Laterina		IT	16	AR	051019	3541	Europe/Rome
6536846	San Giovanni Valdarno	san-giovanni-valdarno	Comune di San Giovanni Valdarno,San Giovanni Valdarno		IT	16	AR	051033	16890	Europe/Rome
6536847	Castellina in Chianti	castellina-in-chianti	Castellina in Chianti,Comune di Castellina in Chianti		IT	16	SI	052005	2863	Europe/Rome
6536848	Cetona	cetona	Cetona,Comune di Cetona		IT	16	SI	052008	2845	Europe/Rome
6536849	Chiusdino	chiusdino	Chiusdino,Comune di Chiusdino		IT	16	SI	052010	1877	Europe/Rome
6536850	Monteriggioni	monteriggioni	Comune di Monteriggioni,Monteriggioni		IT	16	SI	052016	9264	Europe/Rome
6536851	Monteroni d'Arbia	monteroni-d-arbia	Comune di Monteroni d'Arbia,Monteroni d'Arbia		IT	16	SI	052017	8744	Europe/Rome
6536852	Piancastagnaio	piancastagnaio	Comune di Piancastagnaio,Piancastagnaio		IT	16	SI	052020	4176	Europe/Rome
6536853	Poggibonsi	poggibonsi	Comune di Poggibonsi,Poggibonsi		IT	16	SI	052022	28952	Europe/Rome
6536854	Radda in Chianti	radda-in-chianti	Comune di Radda in Chianti,Radda in Chianti		IT	16	SI	052023	1693	Europe/Rome
6536855	Rapolano Terme	rapolano-terme	Comune di Rapolano Terme,Rapolano Terme		IT	16	SI	052026	5129	Europe/Rome
6536856	Sovicille	sovicille	Comune di Sovicille,Sovicille		IT	16	SI	052034	9935	Europe/Rome
6536857	Capalbio	capalbio	Capalbio,Comune di Capalbio		IT	16	GR	053003	4066	Europe/Rome
6536858	Castiglione della Pescaia	castiglione-della-pescaia	Castiglione della Pescaia,Comune di Castiglione della Pescaia		IT	16	GR	053006	7076	Europe/Rome
6536859	Manciano	manciano	Comune di Manciano,Manciano		IT	16	GR	053014	7259	Europe/Rome
6536860	Montieri	montieri	Comune di Montieri,Montieri		IT	16	GR	053017	1147	Europe/Rome
6536861	Roccalbegna	roccalbegna	Comune di Roccalbegna,Roccalbegna		IT	16	GR	053020	1099	Europe/Rome
6536862	Scansano	scansano	Comune di Scansano,Scansano		IT	16	GR	053023	4534	Europe/Rome
6536863	Monterotondo Marittimo	monterotondo-marittimo	Comune di Monterotondo Marittimo,Monterotondo Marittimo		IT	16	GR	053027	1414	Europe/Rome
6536864	Bevagna	bevagna	Bevagna,Comune di Bevagna		IT	18	PG	054004	5074	Europe/Rome
6536865	Cannara	cannara	Cannara,Comune di Cannara		IT	18	PG	054006	4308	Europe/Rome
6536866	Castel Ritaldi	castel-ritaldi	Castel Ritaldi,Comune di Castel Ritaldi		IT	18	PG	054008	3319	Europe/Rome
6536867	Citerna	citerna	Citerna,Comune di Citerna		IT	18	PG	054011	3458	Europe/Rome
6536868	Città della Pieve	citta-della-pieve	Citta della Pieve,Città della Pieve,Comune di Citta della Pieve,Comune di Città della Pieve		IT	18	PG	054012	7803	Europe/Rome
6536869	Collazzone	collazzone	Collazzone,Comune di Collazzone		IT	18	PG	054014	3578	Europe/Rome
6536870	Corciano	corciano	Comune di Corciano,Corciano		IT	18	PG	054015	20255	Europe/Rome
6536871	Deruta	deruta	Comune di Deruta,Deruta		IT	18	PG	054017	9456	Europe/Rome
6536872	Fossato di Vico	fossato-di-vico	Comune di Fossato di Vico,Fossato di Vico		IT	18	PG	054019	2817	Europe/Rome
6536873	Gualdo Tadino	gualdo-tadino	Comune di Gualdo Tadino,Gualdo Tadino		IT	18	PG	054023	15453	Europe/Rome
6536874	Marsciano	marsciano	Comune di Marsciano,Marsciano		IT	18	PG	054027	18701	Europe/Rome
6536875	Massa Martana	massa-martana	Comune di Massa Martana,Massa Martana		IT	18	PG	054028	3822	Europe/Rome
6536876	Monte Castello di Vibio	monte-castello-di-vibio	Comune di Monte Castello di Vibio,Monte Castello di Vibio		IT	18	PG	054029	1620	Europe/Rome
6536877	Paciano	paciano	Comune di Paciano,Paciano		IT	18	PG	054036	982	Europe/Rome
6536878	Panicale	panicale	Comune di Panicale,Panicale		IT	18	PG	054037	5734	Europe/Rome
6536879	Piegaro	piegaro	Comune di Piegaro,Piegaro		IT	18	PG	054040	3799	Europe/Rome
6536880	Poggiodomo	poggiodomo	Comune di Poggiodomo,Poggiodomo		IT	18	PG	054042	135	Europe/Rome
6536881	Sant'Anatolia di Narco	sant-anatolia-di-narco	Comune di Sant'Anatolia di Narco,Sant'Anatolia di Narco		IT	18	PG	054045	558	Europe/Rome
6536882	Scheggino	scheggino	Comune di Scheggino,Scheggino		IT	18	PG	054047	481	Europe/Rome
6536883	Todi	todi	Comune di Todi,Todi		IT	18	PG	054052	16900	Europe/Rome
6536884	Tuoro sul Trasimeno	tuoro-sul-trasimeno	Comune di Tuoro sul Trasimeno,Tuoro sul Trasimeno		IT	18	PG	054055	3850	Europe/Rome
6536885	Amelia	amelia	Amelia,Comune di Amelia		IT	18	TR	055004	11781	Europe/Rome
6536886	Arrone	arrone	Arrone,Comune di Arrone		IT	18	TR	055005	2839	Europe/Rome
6536887	Baschi	baschi	Baschi,Comune di Baschi		IT	18	TR	055007	2803	Europe/Rome
6536888	Ferentillo	ferentillo	Comune di Ferentillo,Ferentillo		IT	18	TR	055012	1963	Europe/Rome
6536889	Ficulle	ficulle	Comune di Ficulle,Ficulle		IT	18	TR	055013	1695	Europe/Rome
6536890	Montefranco	montefranco	Comune di Montefranco,Montefranco		IT	18	TR	055019	1289	Europe/Rome
6536891	Montegabbione	montegabbione	Comune di Montegabbione,Montegabbione		IT	18	TR	055020	1235	Europe/Rome
6536892	Monteleone d'Orvieto	monteleone-d-orvieto	Comune di Monteleone d'Orvieto,Monteleone d'Orvieto		IT	18	TR	055021	1559	Europe/Rome
6536893	Parrano	parrano	Comune di Parrano,Parrano		IT	18	TR	055025	590	Europe/Rome
6536894	Stroncone	stroncone	Comune di Stroncone,Stroncone		IT	18	TR	055031	4924	Europe/Rome
6536895	Barbarano Romano	barbarano-romano	Barbarano Romano,Comune di Barbarano Romano		IT	07	VT	056004	1085	Europe/Rome
6536896	Bomarzo	bomarzo	Bomarzo,Comune di Bomarzo		IT	07	VT	056009	1814	Europe/Rome
6536897	Canepina	canepina	Canepina,Comune di Canepina		IT	07	VT	056011	3149	Europe/Rome
6536898	Canino	canino	Canino,Comune di Canino		IT	07	VT	056012	5270	Europe/Rome
6536899	Carbognano	carbognano	Carbognano,Comune di Carbognano		IT	07	VT	056016	2042	Europe/Rome
6536900	Castel Sant'Elia	castel-sant-elia	Castel Sant'Elia,Comune di Castel Sant'Elia		IT	07	VT	056017	2558	Europe/Rome
6536901	Castiglione in Teverina	castiglione-in-teverina	Castiglione in Teverina,Comune di Castiglione in Teverina		IT	07	VT	056018	2385	Europe/Rome
6536902	Celleno	celleno	Celleno,Comune di Celleno		IT	07	VT	056019	1343	Europe/Rome
6536903	Corchiano	corchiano	Comune di Corchiano,Corchiano		IT	07	VT	056023	3740	Europe/Rome
6536904	Fabrica di Roma	fabrica-di-roma	Comune di Fabrica di Roma,Fabrica di Roma		IT	07	VT	056024	8136	Europe/Rome
6536905	Gradoli	gradoli	Comune di Gradoli,Gradoli		IT	07	VT	056028	1474	Europe/Rome
6536906	Grotte di Castro	grotte-di-castro	Comune di Grotte di Castro,Grotte di Castro		IT	07	VT	056030	2795	Europe/Rome
6536907	Ischia di Castro	ischia-di-castro	Comune di Ischia di Castro,Ischia di Castro		IT	07	VT	056031	2377	Europe/Rome
6536908	San Lorenzo Nuovo	san-lorenzo-nuovo	Comune di San Lorenzo Nuovo,San Lorenzo Nuovo		IT	07	VT	056047	2166	Europe/Rome
6536909	Tarquinia	tarquinia	Comune di Tarquinia,Tarquinia		IT	07	VT	056050	16016	Europe/Rome
6536910	Tessennano	tessennano	Comune di Tessennano,Tessennano		IT	07	VT	056051	350	Europe/Rome
6536911	Tuscania	tuscania	Comune di Tuscania,Tuscania		IT	07	VT	056052	8145	Europe/Rome
6536912	Valentano	valentano	Comune di Valentano,Valentano		IT	07	VT	056053	2895	Europe/Rome
6536913	Vasanello	vasanello	Comune di Vasanello,Vasanello		IT	07	VT	056055	4161	Europe/Rome
6536914	Vitorchiano	vitorchiano	Comune di Vitorchiano,Vitorchiano		IT	07	VT	056060	4956	Europe/Rome
6536915	Accumoli	accumoli	Accumoli,Comune di Accumoli		IT	07	RI	057001	653	Europe/Rome
6536916	Ascrea	ascrea	Ascrea,Comune di Ascrea		IT	07	RI	057004	266	Europe/Rome
6536917	Belmonte in Sabina	belmonte-in-sabina	Belmonte in Sabina,Comune di Belmonte in Sabina		IT	07	RI	057005	649	Europe/Rome
6536918	Cantalice	cantalice	Cantalice,Comune di Cantalice		IT	07	RI	057009	2726	Europe/Rome
6536919	Casaprota	casaprota	Casaprota,Comune di Casaprota		IT	07	RI	057011	723	Europe/Rome
6536920	Concerviano	concerviano	Comune di Concerviano,Concerviano		IT	07	RI	057023	311	Europe/Rome
6536921	Forano	forano	Comune di Forano,Forano		IT	07	RI	057029	2933	Europe/Rome
6536922	Frasso Sabino	frasso-sabino	Comune di Frasso Sabino,Frasso Sabino		IT	07	RI	057030	688	Europe/Rome
6536923	Longone Sabino	longone-sabino	Comune di Longone Sabino,Longone Sabino		IT	07	RI	057034	583	Europe/Rome
6536924	Magliano Sabina	magliano-sabina	Comune di Magliano Sabina,Magliano Sabina		IT	07	RI	057035	3799	Europe/Rome
6536925	Micigliano	micigliano	Comune di Micigliano,Micigliano		IT	07	RI	057037	131	Europe/Rome
6536926	Mompeo	mompeo	Comune di Mompeo,Mompeo		IT	07	RI	057038	534	Europe/Rome
6536927	Monte San Giovanni in Sabina	monte-san-giovanni-in-sabina	Comune di Monte San Giovanni in Sabina,Monte San Giovanni in Sabina		IT	07	RI	057043	752	Europe/Rome
6536928	Orvinio	orvinio	Comune di Orvinio,Orvinio		IT	07	RI	057047	448	Europe/Rome
6536929	Petrella Salto	petrella-salto	Comune di Petrella Salto,Petrella Salto		IT	07	RI	057050	1212	Europe/Rome
6536930	Poggio Bustone	poggio-bustone	Comune di Poggio Bustone,Poggio Bustone		IT	07	RI	057051	2130	Europe/Rome
6536931	Poggio Moiano	poggio-moiano	Comune di Poggio Moiano,Poggio Moiano		IT	07	RI	057054	2798	Europe/Rome
6536932	Poggio Nativo	poggio-nativo	Comune di Poggio Nativo,Poggio Nativo		IT	07	RI	057055	2456	Europe/Rome
6536933	Rivodutri	rivodutri	Comune di Rivodutri,Rivodutri		IT	07	RI	057060	1297	Europe/Rome
6536934	Torri in Sabina	torri-in-sabina	Comune di Torri in Sabina,Torri in Sabina		IT	07	RI	057070	1249	Europe/Rome
6536935	Turania	turania	Comune di Turania,Turania		IT	07	RI	057071	245	Europe/Rome
6536936	Vacone	vacone	Comune di Vacone,Vacone		IT	07	RI	057072	264	Europe/Rome
6536937	Varco Sabino	varco-sabino	Comune di Varco Sabino,Varco Sabino		IT	07	RI	057073	210	Europe/Rome
6536938	Agosta	agosta	Agosta,Comune di Agosta		IT	07	RM	058002	1760	Europe/Rome
6536939	Arsoli	arsoli	Arsoli,Comune di Arsoli		IT	07	RM	058010	1647	Europe/Rome
6536940	Bellegra	bellegra	Bellegra,Comune di Bellegra		IT	07	RM	058012	2948	Europe/Rome
6536941	Casape	casape	Casape,Comune di Casape		IT	07	RM	058021	737	Europe/Rome
6539883	Ales	ales	Ales,Comune di Ales		IT	14	OR	095004	1515	Europe/Rome
6536942	Castel Gandolfo	castel-gandolfo	Castel Gandolfo,Castrum Gandulphi,Comune di Castel Gandolfo		IT	07	RM	058022	8782	Europe/Rome
6536943	Castel Madama	castel-madama	Castel Madama,Comune di Castel Madama		IT	07	RM	058023	7328	Europe/Rome
6536944	Cineto Romano	cineto-romano	Cineto Romano,Comune di Cineto Romano		IT	07	RM	058031	641	Europe/Rome
6536945	Civitavecchia	civitavecchia	Civitavecchia,Comune di Civitavecchia		IT	07	RM	058032	51229	Europe/Rome
6536946	Civitella San Paolo	civitella-san-paolo	Civitella San Paolo,Comune di Civitella San Paolo		IT	07	RM	058033	1754	Europe/Rome
6536947	Filacciano	filacciano	Comune di Filacciano,Filacciano		IT	07	RM	058037	490	Europe/Rome
6536948	Formello	formello	Comune di Formello,Formello		IT	07	RM	058038	11909	Europe/Rome
6536949	Genazzano	genazzano	Comune di Genazzano,Genazzano		IT	07	RM	058042	5959	Europe/Rome
6536950	Gerano	gerano	Comune di Gerano,Gerano		IT	07	RM	058044	1248	Europe/Rome
6536951	Grottaferrata	grottaferrata	Comune di Grottaferrata,Grottaferrata		IT	07	RM	058046	19156	Europe/Rome
6536952	Labico	labico	Comune di Labico,Labico		IT	07	RM	058049	5979	Europe/Rome
6536953	Marano Equo	marano-equo	Comune di Marano Equo,Marano Equo		IT	07	RM	058055	786	Europe/Rome
6536954	Monte Porzio Catone	monte-porzio-catone	Comune di Monte Porzio Catone,Monte Porzio Catone		IT	07	RM	058064	8617	Europe/Rome
6536955	Moricone	moricone	Comune di Moricone,Moricone		IT	07	RM	058067	2683	Europe/Rome
6536956	Olevano Romano	olevano-romano	Comune di Olevano Romano,Olevano Romano		IT	07	RM	058073	6742	Europe/Rome
6536957	Palestrina	palestrina	Comune di Palestrina,Palestrina		IT	07	RM	058074	20498	Europe/Rome
6536958	Palombara Sabina	palombara-sabina	Comune di Palombara Sabina,Palombara Sabina		IT	07	RM	058075	12167	Europe/Rome
6536959	Pisoniano	pisoniano	Comune di Pisoniano,Pisoniano		IT	07	RM	058077	803	Europe/Rome
6536960	Pomezia	pomezia	Comune di Pomezia,Pomezia		IT	07	RM	058079	56372	Europe/Rome
6536961	Rignano Flaminio	rignano-flaminio	Comune di Rignano Flaminio,Rignano Flaminio		IT	07	RM	058082	9573	Europe/Rome
6536962	Rocca di Papa	rocca-di-papa	Comune di Rocca di Papa,Rocca di Papa		IT	07	RM	058086	15576	Europe/Rome
6536963	Roccagiovine	roccagiovine	Comune di Roccagiovine,Roccagiovine		IT	07	RM	058087	280	Europe/Rome
6536964	Sacrofano	sacrofano	Comune di Sacrofano,Sacrofano		IT	07	RM	058093	6668	Europe/Rome
6536965	Sambuci	sambuci	Comune di Sambuci,Sambuci		IT	07	RM	058094	936	Europe/Rome
6536966	Sant'Angelo Romano	sant-angelo-romano	Comune di Sant'Angelo Romano,Sant'Angelo Romano		IT	07	RM	058098	4488	Europe/Rome
6536967	San Vito Romano	san-vito-romano	Comune di San Vito Romano,San Vito Romano		IT	07	RM	058100	3366	Europe/Rome
6536968	Tolfa	tolfa	Comune di Tolfa,Tolfa		IT	07	RM	058105	5147	Europe/Rome
6536969	Torrita Tiberina	torrita-tiberina	Comune di Torrita Tiberina,Torrita Tiberina		IT	07	RM	058106	1071	Europe/Rome
6536970	Itri	itri	Comune di Itri,Itri		IT	07	LT	059010	10460	Europe/Rome
6536971	Maenza	maenza	Comune di Maenza,Maenza		IT	07	LT	059013	3078	Europe/Rome
6536972	Monte San Biagio	monte-san-biagio	Comune di Monte San Biagio,Monte San Biagio		IT	07	LT	059015	6144	Europe/Rome
6536973	Priverno	priverno	Comune di Priverno,Priverno		IT	07	LT	059019	13891	Europe/Rome
6536974	Prossedi	prossedi	Comune di Prossedi,Prossedi		IT	07	LT	059020	1233	Europe/Rome
6536975	Roccasecca dei Volsci	roccasecca-dei-volsci	Comune di Roccasecca dei Volsci,Roccasecca dei Volsci		IT	07	LT	059023	1126	Europe/Rome
6536976	Sermoneta	sermoneta	Comune di Sermoneta,Sermoneta		IT	07	LT	059027	9129	Europe/Rome
6536977	Ventotene	ventotene	Comune di Ventotene,Ventotene		IT	07	LT	059033	691	Europe/Rome
6536978	Acquafondata	acquafondata	Acquafondata,Comune di Acquafondata		IT	07	FR	060001	282	Europe/Rome
6536979	Campoli Appennino	campoli-appennino	Campoli Appennino,Comune di Campoli Appennino		IT	07	FR	060016	1749	Europe/Rome
6536980	Casalvieri	casalvieri	Casalvieri,Comune di Casalvieri		IT	07	FR	060018	2867	Europe/Rome
6536981	Castelliri	castelliri	Castelliri,Comune di Castelliri		IT	07	FR	060020	3533	Europe/Rome
6536982	Collepardo	collepardo	Collepardo,Comune di Collepardo		IT	07	FR	060028	975	Europe/Rome
6536983	Colle San Magno	colle-san-magno	Colle San Magno,Comune di Colle San Magno		IT	07	FR	060029	744	Europe/Rome
6536984	Falvaterra	falvaterra	Comune di Falvaterra,Falvaterra		IT	07	FR	060032	567	Europe/Rome
6536985	Gallinaro	gallinaro	Comune di Gallinaro,Gallinaro		IT	07	FR	060040	1246	Europe/Rome
6536986	Monte San Giovanni Campano	monte-san-giovanni-campano	Comune di Monte San Giovanni Campano,Monte San Giovanni Campano		IT	07	FR	060044	12882	Europe/Rome
6536987	Morolo	morolo	Comune di Morolo,Morolo		IT	07	FR	060045	3267	Europe/Rome
6536988	Patrica	patrica	Comune di Patrica,Patrica		IT	07	FR	060048	3084	Europe/Rome
6536989	Picinisco	picinisco	Comune di Picinisco,Picinisco		IT	07	FR	060050	1255	Europe/Rome
6536990	Piedimonte San Germano	piedimonte-san-germano	Comune di Piedimonte San Germano,Piedimonte San Germano		IT	07	FR	060052	6036	Europe/Rome
6536991	Pofi	pofi	Comune di Pofi,Pofi		IT	07	FR	060055	4303	Europe/Rome
6536992	Ripi	ripi	Comune di Ripi,Ripi		IT	07	FR	060058	5346	Europe/Rome
6536993	Rocca d'Arce	rocca-d-arce	Comune di Rocca d'Arce,Rocca d'Arce		IT	07	FR	060059	971	Europe/Rome
6536994	San Giorgio a Liri	san-giorgio-a-liri	Comune di San Giorgio a Liri,San Giorgio a Liri		IT	07	FR	060063	3166	Europe/Rome
6536995	San Giovanni Incarico	san-giovanni-incarico	Comune di San Giovanni Incarico,San Giovanni Incarico		IT	07	FR	060064	3410	Europe/Rome
6536996	Settefrati	settefrati	Comune di Settefrati,Settefrati		IT	07	FR	060072	792	Europe/Rome
6536997	Sora	sora	Comune di Sora,Sora		IT	07	FR	060074	26247	Europe/Rome
6536998	Trevi nel Lazio	trevi-nel-lazio	Comune di Trevi nel Lazio,Trevi nel Lazio		IT	07	FR	060080	1853	Europe/Rome
6536999	Vallecorsa	vallecorsa	Comune di Vallecorsa,Vallecorsa		IT	07	FR	060082	2800	Europe/Rome
6537000	Veroli	veroli	Comune di Veroli,Veroli		IT	07	FR	060085	20763	Europe/Rome
6537001	Villa Santo Stefano	villa-santo-stefano	Comune di Villa Santo Stefano,Villa Santo Stefano		IT	07	FR	060090	1707	Europe/Rome
6537002	Viticuso	viticuso	Comune di Viticuso,Viticuso		IT	07	FR	060091	372	Europe/Rome
6537003	Ailano	ailano	Ailano,Comune di Ailano		IT	04	CE	061001	1380	Europe/Rome
6537004	Agliè	aglie	Aglie,Agliè,Comune di Aglie,Comune di Agliè		IT	12	TO	001001	2644	Europe/Rome
6537005	Airasca	airasca	Airasca,Comune di Airasca		IT	12	TO	001002	3819	Europe/Rome
6537006	Ala di Stura	ala-di-stura	Ala di Stura,Comune di Ala di Stura		IT	12	TO	001003	462	Europe/Rome
6537007	Alpette	alpette	Alpette,Comune di Alpette		IT	12	TO	001007	277	Europe/Rome
6537008	Andrate	andrate	Andrate,Comune di Andrate		IT	12	TO	001010	512	Europe/Rome
6537009	Azeglio	azeglio	Azeglio,Comune di Azeglio		IT	12	TO	001014	1347	Europe/Rome
6537010	Balangero	balangero	Balangero,Comune di Balangero		IT	12	TO	001016	3161	Europe/Rome
6537011	Baldissero Torinese	baldissero-torinese	Baldissero Torinese,Comune di Baldissero Torinese		IT	12	TO	001018	3783	Europe/Rome
6537012	Alice Superiore	alice-superiore	Alice Superiore,Comune di Alice Superiore		IT	12	TO	001005	701	Europe/Rome
6537013	Recale	recale	Comune di Recale,Recale		IT	04	CE	061067	7611	Europe/Rome
6537014	Roccamonfina	roccamonfina	Comune di Roccamonfina,Roccamonfina		IT	04	CE	061070	3626	Europe/Rome
6537015	Roccaromana	roccaromana	Comune di Roccaromana,Roccaromana		IT	04	CE	061071	878	Europe/Rome
6537016	Alpignano	alpignano	Alpignano,Comune di Alpignano		IT	12	TO	001008	16893	Europe/Rome
6537017	Andezeno	andezeno	Andezeno,Comune di Andezeno		IT	12	TO	001009	1966	Europe/Rome
6537018	Arignano	arignano	Arignano,Comune di Arignano		IT	12	TO	001012	1039	Europe/Rome
6537019	Balme	balme	Balme,Comune di Balme		IT	12	TO	001019	95	Europe/Rome
6537020	Sarezzano	sarezzano	Comune di Sarezzano,Sarezzano		IT	12	AL	006158	1193	Europe/Rome
6537021	Strevi	strevi	Comune di Strevi,Strevi		IT	12	AL	006168	2039	Europe/Rome
6537022	Ticineto	ticineto	Comune di Ticineto,Ticineto		IT	12	AL	006173	1424	Europe/Rome
6537023	Trisobbio	trisobbio	Comune di Trisobbio,Trisobbio		IT	12	AL	006176	671	Europe/Rome
6537024	Villanova Monferrato	villanova-monferrato	Comune di Villanova Monferrato,Villanova Monferrato		IT	12	AL	006185	1849	Europe/Rome
6537025	Volpedo	volpedo	Comune di Volpedo,Volpedo		IT	12	AL	006188	1212	Europe/Rome
6537026	Voltaggio	voltaggio	Comune di Voltaggio,Voltaggio		IT	12	AL	006190	759	Europe/Rome
6537027	Aymavilles	aymavilles	Aymavilles,Comune di Aymavilles		IT	19	AO	007008	2072	Europe/Rome
6537028	Brusson	brusson	Brusson,Comune di Brusson		IT	19	AO	007012	852	Europe/Rome
6537029	Champdepraz	champdepraz	Champdepraz,Comune di Champdepraz		IT	19	AO	007017	702	Europe/Rome
6537030	Gaby	gaby	Comune di Gaby,Gaby		IT	19	AO	007029	487	Europe/Rome
6537031	La Salle	la-salle	Comune di La Salle,La Salle		IT	19	AO	007040	2071	Europe/Rome
6537032	La Thuile	la-thuile	Comune di La Thuile,La Thuile		IT	19	AO	007041	776	Europe/Rome
6537033	Lillianes	lillianes	Comune di Lillianes,Lillianes		IT	19	AO	007042	465	Europe/Rome
6537034	Carpasio	carpasio	Carpasio,Comune di Carpasio		IT	08	IM	008013	153	Europe/Rome
6537035	Ceriana	ceriana	Ceriana,Comune di Ceriana		IT	08	IM	008016	1253	Europe/Rome
6537036	Chiusavecchia	chiusavecchia	Chiusavecchia,Comune di Chiusavecchia		IT	08	IM	008020	565	Europe/Rome
6537037	Civezza	civezza	Civezza,Comune di Civezza		IT	08	IM	008022	640	Europe/Rome
6537038	Costarainera	costarainera	Comune di Costarainera,Costarainera		IT	08	IM	008024	803	Europe/Rome
6537039	Dolcedo	dolcedo	Comune di Dolcedo,Dolcedo		IT	08	IM	008030	1451	Europe/Rome
6537040	Lucinasco	lucinasco	Comune di Lucinasco,Lucinasco		IT	08	IM	008033	280	Europe/Rome
6537041	Molini di Triora	molini-di-triora	Comune di Molini di Triora,Molini di Triora		IT	08	IM	008035	626	Europe/Rome
6537042	Ospedaletti	ospedaletti	Comune di Ospedaletti,Ospedaletti		IT	08	IM	008039	3386	Europe/Rome
6537043	Pietrabruna	pietrabruna	Comune di Pietrabruna,Pietrabruna		IT	08	IM	008041	541	Europe/Rome
6537044	Pontedassio	pontedassio	Comune di Pontedassio,Pontedassio		IT	08	IM	008045	2356	Europe/Rome
6537045	Riva Ligure	riva-ligure	Comune di Riva Ligure,Riva Ligure		IT	08	IM	008050	2861	Europe/Rome
6537046	San Biagio della Cima	san-biagio-della-cima	Comune di San Biagio della Cima,San Biagio della Cima		IT	08	IM	008053	1278	Europe/Rome
6537047	San Lorenzo al Mare	san-lorenzo-al-mare	Comune di San Lorenzo al Mare,San Lorenzo al Mare		IT	08	IM	008054	1373	Europe/Rome
6537048	Vasia	vasia	Comune di Vasia,Vasia		IT	08	IM	008064	424	Europe/Rome
6537049	Altare	altare	Altare,Comune di Altare		IT	08	SV	009005	2127	Europe/Rome
6537050	Carcare	carcare	Carcare,Comune di Carcare		IT	08	SV	009018	5605	Europe/Rome
6537051	Osiglia	osiglia	Comune di Osiglia,Osiglia		IT	08	SV	009046	469	Europe/Rome
6537052	Pietra Ligure	pietra-ligure	Comune di Pietra Ligure,Pietra Ligure		IT	08	SV	009049	8880	Europe/Rome
6537053	Pontinvrea	pontinvrea	Comune di Pontinvrea,Pontinvrea		IT	08	SV	009051	846	Europe/Rome
6537054	Sassello	sassello	Comune di Sassello,Sassello		IT	08	SV	009055	1882	Europe/Rome
6537055	Spotorno	spotorno	Comune di Spotorno,Spotorno		IT	08	SV	009057	3886	Europe/Rome
6537056	Arenzano	arenzano	Arenzano,Comune di Arenzano		IT	08	GE	010001	11584	Europe/Rome
6537057	Borzonasca	borzonasca	Borzonasca,Comune di Borzonasca		IT	08	GE	010005	2124	Europe/Rome
6537058	Camogli	camogli	Camogli,Comune di Camogli		IT	08	GE	010007	5481	Europe/Rome
6537059	Campo Ligure	campo-ligure	Campo Ligure,Comune di Campo Ligure		IT	08	GE	010008	3045	Europe/Rome
6537060	Carasco	carasco	Carasco,Comune di Carasco		IT	08	GE	010010	3649	Europe/Rome
6537061	Cogoleto	cogoleto	Cogoleto,Comune di Cogoleto		IT	08	GE	010017	9145	Europe/Rome
6537062	Gorreto	gorreto	Comune di Gorreto,Gorreto		IT	08	GE	010026	107	Europe/Rome
6537063	Rapallo	rapallo	Comune di Rapallo,Rapallo		IT	08	GE	010046	29226	Europe/Rome
6537064	Rossiglione	rossiglione	Comune di Rossiglione,Rossiglione		IT	08	GE	010051	2932	Europe/Rome
6537065	Santa Margherita Ligure	santa-margherita-ligure	Comune di Santa Margherita Ligure,Santa Margherita Ligure		IT	08	GE	010054	9709	Europe/Rome
6537066	Vobbia	vobbia	Comune di Vobbia,Vobbia		IT	08	GE	010066	463	Europe/Rome
6537067	Bolano	bolano	Bolano,Comune di Bolano		IT	08	SP	011004	7759	Europe/Rome
6537068	Borghetto di Vara	borghetto-di-vara	Borghetto di Vara,Comune di Borghetto di Vara		IT	08	SP	011006	1008	Europe/Rome
6537069	Calice al Cornoviglio	calice-al-cornoviglio	Calice al Cornoviglio,Comune di Calice al Cornoviglio		IT	08	SP	011008	1146	Europe/Rome
6537070	Castelnuovo Magra	castelnuovo-magra	Castelnuovo Magra,Comune di Castelnuovo Magra		IT	08	SP	011011	8269	Europe/Rome
6537071	Monterosso al Mare	monterosso-al-mare	Comune di Monterosso al Mare,Monterosso al Mare		IT	08	SP	011019	1481	Europe/Rome
6537072	Riomaggiore	riomaggiore	Comune di Riomaggiore,Riomaggiore		IT	08	SP	011024	1669	Europe/Rome
6537073	Vernazza	vernazza	Comune di Vernazza,Vernazza		IT	08	SP	011030	941	Europe/Rome
6537074	Arsago Seprio	arsago-seprio	Arsago Seprio,Comune di Arsago Seprio		IT	09	VA	012005	4845	Europe/Rome
6537075	Busto Arsizio	busto-arsizio	Busto Arsizio,Comune di Busto Arsizio		IT	09	VA	012026	79692	Europe/Rome
6537076	Cavaria con Premezzo	cavaria-con-premezzo	Cavaria con Premezzo,Comune di Cavaria con Premezzo		IT	09	VA	012048	5713	Europe/Rome
6537077	Comabbio	comabbio	Comabbio,Comune di Comabbio		IT	09	VA	012054	1194	Europe/Rome
6537078	Gallarate	gallarate	Comune di Gallarate,Gallarate		IT	09	VA	012070	50456	Europe/Rome
6537079	Gavirate	gavirate	Comune di Gavirate,Gavirate		IT	09	VA	012072	9209	Europe/Rome
6537080	Induno Olona	induno-olona	Comune di Induno Olona,Induno Olona		IT	09	VA	012083	10336	Europe/Rome
6537081	Lonate Pozzolo	lonate-pozzolo	Comune di Lonate Pozzolo,Lonate Pozzolo		IT	09	VA	012090	11748	Europe/Rome
6537082	Mercallo	mercallo	Comune di Mercallo,Mercallo		IT	09	VA	012101	1827	Europe/Rome
6537083	Porto Valtravaglia	porto-valtravaglia	Comune di Porto Valtravaglia,Porto Valtravaglia		IT	09	VA	012114	2348	Europe/Rome
6537084	Rancio Valcuvia	rancio-valcuvia	Comune di Rancio Valcuvia,Rancio Valcuvia		IT	09	VA	012115	935	Europe/Rome
6537085	Samarate	samarate	Comune di Samarate,Samarate		IT	09	VA	012118	16168	Europe/Rome
6537086	Saronno	saronno	Comune di Saronno,Saronno		IT	09	VA	012119	38598	Europe/Rome
6537087	Solbiate Olona	solbiate-olona	Comune di Solbiate Olona,Solbiate Olona		IT	09	VA	012122	5579	Europe/Rome
6537088	Somma Lombardo	somma-lombardo	Comune di Somma Lombardo,Somma Lombardo		IT	09	VA	012123	16905	Europe/Rome
6537089	Tradate	tradate	Comune di Tradate,Tradate		IT	09	VA	012127	17729	Europe/Rome
6537090	Venegono Inferiore	venegono-inferiore	Comune di Venegono Inferiore,Venegono Inferiore		IT	09	VA	012136	6238	Europe/Rome
6537091	Venegono Superiore	venegono-superiore	Comune di Venegono Superiore,Venegono Superiore		IT	09	VA	012137	7180	Europe/Rome
6537092	Anzano del Parco	anzano-del-parco	Anzano del Parco,Comune di Anzano del Parco		IT	09	CO	013009	1757	Europe/Rome
6537093	Carimate	carimate	Carimate,Comune di Carimate		IT	09	CO	013046	4327	Europe/Rome
6537094	Carlazzo	carlazzo	Carlazzo,Comune di Carlazzo		IT	09	CO	013047	2972	Europe/Rome
6537095	Cirimido	cirimido	Cirimido,Comune di Cirimido		IT	09	CO	013068	2109	Europe/Rome
6537096	Garzeno	garzeno	Comune di Garzeno,Garzeno		IT	09	CO	013106	852	Europe/Rome
6537097	Gera Lario	gera-lario	Comune di Gera Lario,Gera Lario		IT	09	CO	013107	1016	Europe/Rome
6537098	Laglio	laglio	Comune di Laglio,Laglio		IT	09	CO	013119	917	Europe/Rome
6537099	Lanzo d'Intelvi	lanzo-d-intelvi	Comune di Lanzo d'Intelvi,Lanzo d'Intelvi		IT	09	CO	013122	1420	Europe/Rome
6537100	Locate Varesino	locate-varesino	Comune di Locate Varesino,Locate Varesino		IT	09	CO	013131	4216	Europe/Rome
6537101	Oltrona di San Mamette	oltrona-di-san-mamette	Comune di Oltrona di San Mamette,Oltrona di San Mamette		IT	09	CO	013169	2289	Europe/Rome
6537102	Morbegno	morbegno	Comune di Morbegno,Morbegno		IT	09	SO	014045	11786	Europe/Rome
6537103	Rasura	rasura	Comune di Rasura,Rasura		IT	09	SO	014055	292	Europe/Rome
6537104	Rogolo	rogolo	Comune di Rogolo,Rogolo		IT	09	SO	014056	564	Europe/Rome
6537105	Sondalo	sondalo	Comune di Sondalo,Sondalo		IT	09	SO	014060	4237	Europe/Rome
6537106	Verceia	verceia	Comune di Verceia,Verceia		IT	09	SO	014075	1093	Europe/Rome
6537107	Arluno	arluno	Arluno,Comune di Arluno		IT	09	MI	015010	11495	Europe/Rome
6537108	Bernate Ticino	bernate-ticino	Bernate Ticino,Comune di Bernate Ticino		IT	09	MI	015019	3071	Europe/Rome
6537109	Besana in Brianza	besana-in-brianza	Besana in Brianza,Comune di Besana in Brianza		IT	09	MB	108008	15510	Europe/Rome
6537110	Binasco	binasco	Binasco,Comune di Binasco		IT	09	MI	015024	7158	Europe/Rome
6537111	Bollate	bollate	Bollate,Comune di Bollate		IT	09	MI	015027	35557	Europe/Rome
6537112	Brugherio	brugherio	Brugherio,Comune di Brugherio		IT	09	MB	108012	33170	Europe/Rome
6537113	Buscate	buscate	Buscate,Comune di Buscate		IT	09	MI	015038	4751	Europe/Rome
6537114	Busto Garolfo	busto-garolfo	Busto Garolfo,Comune di Busto Garolfo		IT	09	MI	015041	13479	Europe/Rome
6537115	Cusano Milanino	cusano-milanino	Comune di Cusano Milanino,Cusano Milanino		IT	09	MI	015098	18905	Europe/Rome
6537116	Gaggiano	gaggiano	Comune di Gaggiano,Gaggiano		IT	09	MI	015103	8933	Europe/Rome
6537117	Gorgonzola	gorgonzola	Comune di Gorgonzola,Gorgonzola		IT	09	MI	015108	19402	Europe/Rome
6537118	Legnano	legnano	Comune di Legnano,Legnano		IT	09	MI	015118	57647	Europe/Rome
6537119	Liscate	liscate	Comune di Liscate,Liscate		IT	09	MI	015122	4050	Europe/Rome
6537120	Magnago	magnago	Comune di Magnago,Magnago		IT	09	MI	015131	9085	Europe/Rome
6537121	Melzo	melzo	Comune di Melzo,Melzo		IT	09	MI	015142	18203	Europe/Rome
6537122	Monza	monza	Comune di Monza,Lungsod ng Monza,Modicia,Monca,Monscia,Montsa,Monza,meng zha,moncha,montsa,montsu~a,mwntza,mwnza,mwnzh,Μόντσα,Монца,Մոնցա,מונצה,مونتزا,مونزا,მონცა,モンツァ,蒙扎,몬차		IT	09	MB	108033	119856	Europe/Rome
6537123	Morimondo	morimondo	Comune di Morimondo,Morimondo		IT	09	MI	015150	1183	Europe/Rome
6537124	Nova Milanese	nova-milanese	Comune di Nova Milanese,Nova Milanese		IT	09	MB	108035	22315	Europe/Rome
6537125	Ornago	ornago	Comune di Ornago,Ornago		IT	09	MB	108036	4702	Europe/Rome
6537126	Ossona	ossona	Comune di Ossona,Ossona		IT	09	MI	015164	4134	Europe/Rome
6537127	Ozzero	ozzero	Comune di Ozzero,Ozzero		IT	09	MI	015165	1467	Europe/Rome
6537128	Pantigliate	pantigliate	Comune di Pantigliate,Pantigliate		IT	09	MI	015167	5841	Europe/Rome
6537129	Robecco sul Naviglio	robecco-sul-naviglio	Comune di Robecco sul Naviglio,Robecco sul Naviglio		IT	09	MI	015184	6842	Europe/Rome
6537130	San Colombano al Lambro	san-colombano-al-lambro	Comune di San Colombano al Lambro,San Colombano al Lambro		IT	09	MI	015191	7336	Europe/Rome
6537131	San Donato Milanese	san-donato-milanese	Comune di San Donato Milanese,San Donato Milanese		IT	09	MI	015192	30992	Europe/Rome
6537132	Sedriano	sedriano	Comune di Sedriano,Sedriano		IT	09	MI	015204	11270	Europe/Rome
6537133	Senago	senago	Comune di Senago,Senago		IT	09	MI	015206	20914	Europe/Rome
6537134	Seregno	seregno	Comune di Seregno,Seregno		IT	09	MB	108039	43001	Europe/Rome
6537135	Trezzo sull'Adda	trezzo-sull-adda	Comune di Trezzo sull'Adda,Trezzo sull'Adda		IT	09	MI	015221	11883	Europe/Rome
6537136	Vaprio d'Adda	vaprio-d-adda	Comune di Vaprio d'Adda,Vaprio d'Adda		IT	09	MI	015230	8126	Europe/Rome
6537137	Varedo	varedo	Comune di Varedo,Varedo		IT	09	MB	108045	12773	Europe/Rome
6537138	Vermezzo	vermezzo	Comune di Vermezzo,Vermezzo		IT	09	MI	015235	3829	Europe/Rome
6537139	Vernate	vernate	Comune di Vernate,Vernate		IT	09	MI	015236	3181	Europe/Rome
6537140	Vimercate	vimercate	Comune di Vimercate,Vimercate		IT	09	MB	108050	25309	Europe/Rome
6537141	Villa Cortese	villa-cortese	Comune di Villa Cortese,Villa Cortese		IT	09	MI	015248	6150	Europe/Rome
6537142	Vanzaghello	vanzaghello	Comune di Vanzaghello,Vanzaghello		IT	09	MI	015249	5344	Europe/Rome
6537143	Albano Sant'Alessandro	albano-sant-alessandro	Albano Sant'Alessandro,Comune di Albano Sant'Alessandro		IT	09	BG	016003	8029	Europe/Rome
6537144	Antegnate	antegnate	Antegnate,Comune di Antegnate		IT	09	BG	016010	3107	Europe/Rome
6537145	Ardesio	ardesio	Ardesio,Comune di Ardesio		IT	09	BG	016012	3632	Europe/Rome
6537146	Averara	averara	Averara,Comune di Averara		IT	09	BG	016014	182	Europe/Rome
6537147	Barzana	barzana	Barzana,Comune di Barzana		IT	09	BG	016021	1790	Europe/Rome
6537148	Cene	cene	Cene,Comune di Cene		IT	09	BG	016070	4229	Europe/Rome
6537149	Clusone	clusone	Clusone,Comune di Clusone		IT	09	BG	016077	8678	Europe/Rome
6537150	Cologno al Serio	cologno-al-serio	Cologno al Serio,Comune di Cologno al Serio		IT	09	BG	016079	10596	Europe/Rome
6537151	Costa Valle Imagna	costa-valle-imagna	Comune di Costa Valle Imagna,Costa Valle Imagna		IT	09	BG	016085	620	Europe/Rome
6537152	Gorle	gorle	Comune di Gorle,Gorle		IT	09	BG	016115	6445	Europe/Rome
6537153	Martinengo	martinengo	Comune di Martinengo,Martinengo		IT	09	BG	016133	10088	Europe/Rome
6537154	Mozzanica	mozzanica	Comune di Mozzanica,Mozzanica		IT	09	BG	016142	4574	Europe/Rome
6537155	Romano di Lombardia	romano-di-lombardia	Comune di Romano di Lombardia,Romano di Lombardia		IT	09	BG	016183	18784	Europe/Rome
6537156	Sedrina	sedrina	Comune di Sedrina,Sedrina		IT	09	BG	016196	2507	Europe/Rome
6537157	Valsecca	valsecca	Comune di Valsecca,Valsecca		IT	09	BG	016228	421	Europe/Rome
6537158	Villongo	villongo	Comune di Villongo,Villongo		IT	09	BG	016242	7619	Europe/Rome
6537159	Zandobbio	zandobbio	Comune di Zandobbio,Zandobbio		IT	09	BG	016244	2720	Europe/Rome
6537160	Cornalba	cornalba	Comune di Cornalba,Cornalba		IT	09	BG	016249	301	Europe/Rome
6537161	Bienno	bienno	Bienno,Comune di Bienno		IT	09	BS	017018	3574	Europe/Rome
6537162	Bovegno	bovegno	Bovegno,Comune di Bovegno		IT	09	BS	017024	2269	Europe/Rome
6537163	Breno	breno	Breno,Comune di Breno		IT	09	BS	017028	4920	Europe/Rome
6537164	Capo di Ponte	capo-di-ponte	Capo di Ponte,Comune di Capo di Ponte		IT	09	BS	017035	2509	Europe/Rome
6537165	Capriolo	capriolo	Capriolo,Comune di Capriolo		IT	09	BS	017038	9115	Europe/Rome
6537166	Carpenedolo	carpenedolo	Carpenedolo,Comune di Carpenedolo		IT	09	BS	017039	12649	Europe/Rome
6537167	Castegnato	castegnato	Castegnato,Comune di Castegnato		IT	09	BS	017040	8031	Europe/Rome
6537168	Cerveno	cerveno	Cerveno,Comune di Cerveno		IT	09	BS	017049	663	Europe/Rome
6537169	Edolo	edolo	Comune di Edolo,Edolo		IT	09	BS	017068	4509	Europe/Rome
6537170	Fiesse	fiesse	Comune di Fiesse,Fiesse		IT	09	BS	017071	2175	Europe/Rome
6537171	Gardone Riviera	gardone-riviera	Comune di Gardone Riviera,Gardone Riviera		IT	09	BS	017074	2713	Europe/Rome
6537172	Marone	marone	Comune di Marone,Marone		IT	09	BS	017106	3293	Europe/Rome
6537173	Monno	monno	Comune di Monno,Monno		IT	09	BS	017110	564	Europe/Rome
6537174	Montichiari	montichiari	Comune di Montichiari,Montichiari		IT	09	BS	017113	23734	Europe/Rome
6537175	Odolo	odolo	Comune di Odolo,Odolo		IT	09	BS	017121	2086	Europe/Rome
6537176	Paspardo	paspardo	Comune di Paspardo,Paspardo		IT	09	BS	017135	646	Europe/Rome
6537177	Pavone del Mella	pavone-del-mella	Comune di Pavone del Mella,Pavone del Mella		IT	09	BS	017137	2838	Europe/Rome
6537178	Pralboino	pralboino	Comune di Pralboino,Pralboino		IT	09	BS	017152	2912	Europe/Rome
6537179	Quinzano d'Oglio	quinzano-d-oglio	Comune di Quinzano d'Oglio,Quinzano d'Oglio		IT	09	BS	017159	6390	Europe/Rome
6537180	Rovato	rovato	Comune di Rovato,Rovato		IT	09	BS	017166	17562	Europe/Rome
6537181	Sonico	sonico	Comune di Sonico,Sonico		IT	09	BS	017181	1270	Europe/Rome
6537182	Temù	temu	Comune di Temu,Comune di Temù,Temu,Temù		IT	09	BS	017184	1083	Europe/Rome
6537183	Vestone	vestone	Comune di Vestone,Vestone		IT	09	BS	017197	4461	Europe/Rome
6537184	Villanuova sul Clisi	villanuova-sul-clisi	Comune di Villanuova sul Clisi,Villanuova sul Clisi		IT	09	BS	017201	5661	Europe/Rome
6537185	Visano	visano	Comune di Visano,Visano		IT	09	BS	017203	1933	Europe/Rome
6537186	Barbianello	barbianello	Barbianello,Comune di Barbianello		IT	09	PV	018008	890	Europe/Rome
6537187	Bastida de' Dossi	bastida-de-dossi	Bastida de' Dossi,Comune di Bastida de' Dossi		IT	09	PV	018010	172	Europe/Rome
6537188	Bornasco	bornasco	Bornasco,Comune di Bornasco		IT	09	PV	018019	2589	Europe/Rome
6537189	Breme	breme	Breme,Comune di Breme		IT	09	PV	018022	853	Europe/Rome
6537190	Broni	broni	Broni,Comune di Broni		IT	09	PV	018024	9073	Europe/Rome
6537191	Calvignano	calvignano	Calvignano,Comune di Calvignano		IT	09	PV	018025	128	Europe/Rome
6537192	Carbonara al Ticino	carbonara-al-ticino	Carbonara al Ticino,Comune di Carbonara al Ticino		IT	09	PV	018030	1516	Europe/Rome
6537193	Casorate Primo	casorate-primo	Casorate Primo,Comune di Casorate Primo		IT	09	PV	018034	8480	Europe/Rome
6537194	Cassolnovo	cassolnovo	Cassolnovo,Comune di Cassolnovo		IT	09	PV	018035	6940	Europe/Rome
6537195	Langosco	langosco	Comune di Langosco,Langosco		IT	09	PV	018079	436	Europe/Rome
6537196	Menconico	menconico	Comune di Menconico,Menconico		IT	09	PV	018089	378	Europe/Rome
6537197	Palestro	palestro	Comune di Palestro,Palestro		IT	09	PV	018107	1885	Europe/Rome
6537198	Pieve del Cairo	pieve-del-cairo	Comune di Pieve del Cairo,Pieve del Cairo		IT	09	PV	018113	2108	Europe/Rome
6537199	Rivanazzano	rivanazzano	Comune di Rivanazzano,Rivanazzano		IT	09	PV	018122	5186	Europe/Rome
6537200	Rognano	rognano	Comune di Rognano,Rognano		IT	09	PV	018127	619	Europe/Rome
6537201	Romagnese	romagnese	Comune di Romagnese,Romagnese		IT	09	PV	018128	744	Europe/Rome
6537202	Rosasco	rosasco	Comune di Rosasco,Rosasco		IT	09	PV	018130	638	Europe/Rome
6537203	San Martino Siccomario	san-martino-siccomario	Comune di San Martino Siccomario,San Martino Siccomario		IT	09	PV	018137	5738	Europe/Rome
6537204	Sannazzaro de' Burgondi	sannazzaro-de-burgondi	Comune di Sannazzaro de' Burgondi,Sannazzaro de' Burgondi		IT	09	PV	018138	5644	Europe/Rome
6537205	Valle Lomellina	valle-lomellina	Comune di Valle Lomellina,Valle Lomellina		IT	09	PV	018168	2153	Europe/Rome
6537206	Varzi	varzi	Comune di Varzi,Varzi		IT	09	PV	018171	3405	Europe/Rome
6537207	Zeme	zeme	Comune di Zeme,Zeme		IT	09	PV	018186	1082	Europe/Rome
6537208	Agnadello	agnadello	Agnadello,Comune di Agnadello		IT	09	CR	019002	3757	Europe/Rome
6537209	Capergnanica	capergnanica	Capergnanica,Comune di Capergnanica		IT	09	CR	019012	2095	Europe/Rome
6537210	Casalmorano	casalmorano	Casalmorano,Comune di Casalmorano		IT	09	CR	019022	1680	Europe/Rome
6537211	Castelleone	castelleone	Castelleone,Comune di Castelleone		IT	09	CR	019025	9506	Europe/Rome
6537212	Dovera	dovera	Comune di Dovera,Dovera		IT	09	CR	019041	3865	Europe/Rome
6537213	Genivolta	genivolta	Comune di Genivolta,Genivolta		IT	09	CR	019047	1178	Europe/Rome
6537214	Izano	izano	Comune di Izano,Izano		IT	09	CR	019054	2068	Europe/Rome
6537215	Moscazzano	moscazzano	Comune di Moscazzano,Moscazzano		IT	09	CR	019060	822	Europe/Rome
6537216	Olmeneta	olmeneta	Comune di Olmeneta,Olmeneta		IT	09	CR	019063	967	Europe/Rome
6537217	Ostiano	ostiano	Comune di Ostiano,Ostiano		IT	09	CR	019064	3020	Europe/Rome
6537218	Pandino	pandino	Comune di Pandino,Pandino		IT	09	CR	019067	8885	Europe/Rome
6537219	Rivolta d'Adda	rivolta-d-adda	Comune di Rivolta d'Adda,Rivolta d'Adda		IT	09	CR	019084	7918	Europe/Rome
6537220	Scandolara Ripa d'Oglio	scandolara-ripa-d-oglio	Comune di Scandolara Ripa d'Oglio,Scandolara Ripa d'Oglio		IT	09	CR	019093	623	Europe/Rome
6537221	Sergnano	sergnano	Comune di Sergnano,Sergnano		IT	09	CR	019094	3631	Europe/Rome
6537222	Solarolo Rainerio	solarolo-rainerio	Comune di Solarolo Rainerio,Solarolo Rainerio		IT	09	CR	019096	1007	Europe/Rome
6537223	Soncino	soncino	Comune di Soncino,Soncino		IT	09	CR	019097	7699	Europe/Rome
6537224	Soresina	soresina	Comune di Soresina,Soresina		IT	09	CR	019098	8995	Europe/Rome
6537225	Spino d'Adda	spino-d-adda	Comune di Spino d'Adda,Spino d'Adda		IT	09	CR	019102	6851	Europe/Rome
6537226	Torlino Vimercati	torlino-vimercati	Comune di Torlino Vimercati,Torlino Vimercati		IT	09	CR	019105	449	Europe/Rome
6537227	Trescore Cremasco	trescore-cremasco	Comune di Trescore Cremasco,Trescore Cremasco		IT	09	CR	019109	2882	Europe/Rome
6537228	Vailate	vailate	Comune di Vailate,Vailate		IT	09	CR	019112	4460	Europe/Rome
6537229	Bagnolo San Vito	bagnolo-san-vito	Bagnolo San Vito,Comune di Bagnolo San Vito		IT	09	MN	020003	5874	Europe/Rome
6537230	Bozzolo	bozzolo	Bozzolo,Comune di Bozzolo		IT	09	MN	020007	4181	Europe/Rome
6537231	Castel Goffredo	castel-goffredo	Castel Goffredo,Comune di Castel Goffredo		IT	09	MN	020015	12065	Europe/Rome
6537232	Castiglione delle Stiviere	castiglione-delle-stiviere	Castiglione delle Stiviere,Comune di Castiglione delle Stiviere		IT	09	MN	020017	22052	Europe/Rome
6537233	Gazzuolo	gazzuolo	Comune di Gazzuolo,Gazzuolo		IT	09	MN	020025	2392	Europe/Rome
6537234	Goito	goito	Comune di Goito,Goito		IT	09	MN	020026	10289	Europe/Rome
6537235	Gonzaga	gonzaga	Comune di Gonzaga,Gonzaga		IT	09	MN	020027	9138	Europe/Rome
6537236	Guidizzolo	guidizzolo	Comune di Guidizzolo,Guidizzolo		IT	09	MN	020028	6147	Europe/Rome
6537237	Monzambano	monzambano	Comune di Monzambano,Monzambano		IT	09	MN	020036	4837	Europe/Rome
6537238	Ostiglia	ostiglia	Comune di Ostiglia,Ostiglia		IT	09	MN	020038	6940	Europe/Rome
6537239	Poggio Rusco	poggio-rusco	Comune di Poggio Rusco,Poggio Rusco		IT	09	MN	020042	6521	Europe/Rome
6537240	Revere	revere	Comune di Revere,Revere		IT	09	MN	020049	2545	Europe/Rome
6537241	Sustinente	sustinente	Comune di Sustinente,Sustinente		IT	09	MN	020064	2240	Europe/Rome
6537242	Andalo	andalo	Andalo,Comune di Andalo		IT	17	TN	022005	1026	Europe/Rome
6537243	Avio	avio	Avio,Comune di Avio		IT	17	TN	022007	4115	Europe/Rome
6537244	Bocenago	bocenago	Bocenago,Comune di Bocenago		IT	17	TN	022018	407	Europe/Rome
6537245	Brentonico	brentonico	Brentonico,Comune di Brentonico		IT	17	TN	022025	3882	Europe/Rome
6537246	Brez	brez	Brez,Comune di Brez		IT	17	TN	022027	706	Europe/Rome
6537247	Castelfondo	castelfondo	Castelfondo,Comune di Castelfondo		IT	17	TN	022046	632	Europe/Rome
6537248	Cavedago	cavedago	Cavedago,Comune di Cavedago		IT	17	TN	022052	530	Europe/Rome
6537249	Cembra	cembra	Cembra,Comune di Cembra		IT	17	TN	022055	1848	Europe/Rome
6537250	Cinte Tesino	cinte-tesino	Cinte Tesino,Comune di Cinte Tesino		IT	17	TN	022059	372	Europe/Rome
6537251	Civezzano	civezzano	Civezzano,Comune di Civezzano		IT	17	TN	022061	3904	Europe/Rome
6537252	Cles	cles	Cles,Comune di Cles		IT	17	TN	022062	6769	Europe/Rome
6537253	Cloz	cloz	Cloz,Comune di Cloz		IT	17	TN	022063	729	Europe/Rome
6537254	Denno	denno	Comune di Denno,Denno		IT	17	TN	022074	1252	Europe/Rome
6537255	Drena	drena	Comune di Drena,Drena		IT	17	TN	022078	551	Europe/Rome
6537256	Fai della Paganella	fai-della-paganella	Comune di Fai della Paganella,Fai della Paganella		IT	17	TN	022081	898	Europe/Rome
6537257	Flavon	flavon	Comune di Flavon,Flavon		IT	17	TN	022086	505	Europe/Rome
6537258	Bricherasio	bricherasio	Bricherasio,Comune di Bricherasio		IT	12	TO	001035	4517	Europe/Rome
6537259	Brosso	brosso	Brosso,Comune di Brosso		IT	12	TO	001036	460	Europe/Rome
6537260	Buriasco	buriasco	Buriasco,Comune di Buriasco		IT	12	TO	001041	1405	Europe/Rome
6537261	Burolo	burolo	Burolo,Comune di Burolo		IT	12	TO	001042	1228	Europe/Rome
6537262	Busano	busano	Busano,Comune di Busano		IT	12	TO	001043	1588	Europe/Rome
6537263	Buttigliera Alta	buttigliera-alta	Buttigliera Alta,Comune di Buttigliera Alta		IT	12	TO	001045	6386	Europe/Rome
6537264	Caprie	caprie	Caprie,Comune di Caprie		IT	12	TO	001055	2116	Europe/Rome
6537265	Carmagnola	carmagnola	Carmagnola,Comune di Carmagnola		IT	12	TO	001059	28563	Europe/Rome
6537266	Castagneto Po	castagneto-po	Castagneto Po,Comune di Castagneto Po		IT	12	TO	001064	1791	Europe/Rome
6537267	Ceres	ceres	Ceres,Comune di Ceres		IT	12	TO	001072	1056	Europe/Rome
6537268	Cesana Torinese	cesana-torinese	Cesana Torinese,Comune di Cesana Torinese		IT	12	TO	001074	1007	Europe/Rome
6537269	Cinzano	cinzano	Cinzano,Comune di Cinzano		IT	12	TO	001085	375	Europe/Rome
6537270	Claviere	claviere	Claviere,Comune di Claviere		IT	12	TO	001087	192	Europe/Rome
6537271	Condove	condove	Comune di Condove,Condove		IT	12	TO	001093	4670	Europe/Rome
6537272	Corio	corio	Comune di Corio,Corio		IT	12	TO	001094	3330	Europe/Rome
6537273	Cumiana	cumiana	Comune di Cumiana,Cumiana		IT	12	TO	001097	7825	Europe/Rome
6537274	Forno Canavese	forno-canavese	Comune di Forno Canavese,Forno Canavese		IT	12	TO	001107	3612	Europe/Rome
6537275	Gassino Torinese	gassino-torinese	Comune di Gassino Torinese,Gassino Torinese		IT	12	TO	001112	9536	Europe/Rome
6537276	Grugliasco	grugliasco	Comune di Grugliasco,Grugliasco		IT	12	TO	001120	37194	Europe/Rome
6537277	Ingria	ingria	Comune di Ingria,Ingria		IT	12	TO	001121	49	Europe/Rome
6537278	La Loggia	la-loggia	Comune di La Loggia,La Loggia		IT	12	TO	001127	8631	Europe/Rome
6537279	Lessolo	lessolo	Comune di Lessolo,Lessolo		IT	12	TO	001132	1982	Europe/Rome
6537280	Poirino	poirino	Comune di Poirino,Poirino		IT	12	TO	001197	10220	Europe/Rome
6537281	Pralormo	pralormo	Comune di Pralormo,Pralormo		IT	12	TO	001203	1945	Europe/Rome
6537282	Prascorsano	prascorsano	Comune di Prascorsano,Prascorsano		IT	12	TO	001206	781	Europe/Rome
6537283	Reano	reano	Comune di Reano,Reano		IT	12	TO	001211	1689	Europe/Rome
6537284	Robassomero	robassomero	Comune di Robassomero,Robassomero		IT	12	TO	001220	2976	Europe/Rome
6537285	Rubiana	rubiana	Comune di Rubiana,Rubiana		IT	12	TO	001229	2417	Europe/Rome
6537286	Salbertrand	salbertrand	Comune di Salbertrand,Salbertrand		IT	12	TO	001232	579	Europe/Rome
6537287	Sangano	sangano	Comune di Sangano,Sangano		IT	12	TO	001241	3807	Europe/Rome
6537288	Postua	postua	Comune di Postua,Postua		IT	12	VC	002102	594	Europe/Rome
6537289	Rimella	rimella	Comune di Rimella,Rimella		IT	12	VC	002113	137	Europe/Rome
6537290	Sabbia	sabbia	Comune di Sabbia,Sabbia		IT	12	VC	002123	57	Europe/Rome
6537291	San Germano Vercellese	san-germano-vercellese	Comune di San Germano Vercellese,San Germano Vercellese		IT	12	VC	002131	1768	Europe/Rome
6537292	Stroppiana	stroppiana	Comune di Stroppiana,Stroppiana		IT	12	VC	002142	1258	Europe/Rome
6537293	Bellinzago Novarese	bellinzago-novarese	Bellinzago Novarese,Comune di Bellinzago Novarese		IT	12	NO	003016	9375	Europe/Rome
6537294	Biandrate	biandrate	Biandrate,Comune di Biandrate		IT	12	NO	003018	1200	Europe/Rome
6537295	Briga Novarese	briga-novarese	Briga Novarese,Comune di Briga Novarese		IT	12	NO	003026	3050	Europe/Rome
6537296	Caltignaga	caltignaga	Caltignaga,Comune di Caltignaga		IT	12	NO	003030	2585	Europe/Rome
6537297	Casaleggio Novara	casaleggio-novara	Casaleggio Novara,Comune di Casaleggio Novara		IT	12	NO	003039	930	Europe/Rome
6537298	Casalvolone	casalvolone	Casalvolone,Comune di Casalvolone		IT	12	NO	003041	867	Europe/Rome
6537299	Cavallirio	cavallirio	Cavallirio,Comune di Cavallirio		IT	12	NO	003047	1249	Europe/Rome
6537300	Cerano	cerano	Cerano,Comune di Cerano		IT	12	NO	003049	6728	Europe/Rome
6537301	Cressa	cressa	Comune di Cressa,Cressa		IT	12	NO	003055	1571	Europe/Rome
6537302	Fara Novarese	fara-novarese	Comune di Fara Novarese,Fara Novarese		IT	12	NO	003065	2113	Europe/Rome
6537303	Sizzano	sizzano	Comune di Sizzano,Sizzano		IT	12	NO	003139	1446	Europe/Rome
6537304	Terdobbiate	terdobbiate	Comune di Terdobbiate,Terdobbiate		IT	12	NO	003144	500	Europe/Rome
6537305	Trecate	trecate	Comune di Trecate,Trecate		IT	12	NO	003149	19856	Europe/Rome
6537306	Varallo Pombia	varallo-pombia	Comune di Varallo Pombia,Varallo Pombia		IT	12	NO	003154	5004	Europe/Rome
6537307	Vicolungo	vicolungo	Comune di Vicolungo,Vicolungo		IT	12	NO	003159	883	Europe/Rome
6537308	Vinzaglio	vinzaglio	Comune di Vinzaglio,Vinzaglio		IT	12	NO	003164	588	Europe/Rome
6537309	San Potito Sannitico	san-potito-sannitico	Comune di San Potito Sannitico,San Potito Sannitico		IT	04	CE	061080	2000	Europe/Rome
6537310	Sparanise	sparanise	Comune di Sparanise,Sparanise		IT	04	CE	061089	7509	Europe/Rome
6537311	Teano	teano	Comune di Teano,Teano		IT	04	CE	061091	12587	Europe/Rome
6537312	Valle di Maddaloni	valle-di-maddaloni	Comune di Valle di Maddaloni,Valle di Maddaloni		IT	04	CE	061097	2807	Europe/Rome
6537313	San Marco Evangelista	san-marco-evangelista	Comune di San Marco Evangelista,San Marco Evangelista		IT	04	CE	061104	6306	Europe/Rome
6537314	Airola	airola	Airola,Comune di Airola		IT	04	BN	062001	8062	Europe/Rome
6537315	Arpaia	arpaia	Arpaia,Comune di Arpaia		IT	04	BN	062005	2016	Europe/Rome
6537316	Arpaise	arpaise	Arpaise,Comune di Arpaise		IT	04	BN	062006	830	Europe/Rome
6537317	Bonea	bonea	Bonea,Comune di Bonea		IT	04	BN	062009	1483	Europe/Rome
6537318	Buonalbergo	buonalbergo	Buonalbergo,Comune di Buonalbergo		IT	04	BN	062011	1824	Europe/Rome
6537319	Campoli del Monte Taburno	campoli-del-monte-taburno	Campoli del Monte Taburno,Comune di Campoli del Monte Taburno		IT	04	BN	062014	1546	Europe/Rome
6537320	Castelfranco in Miscano	castelfranco-in-miscano	Castelfranco in Miscano,Comune di Castelfranco in Miscano		IT	04	BN	062016	935	Europe/Rome
6537321	Castelpoto	castelpoto	Castelpoto,Comune di Castelpoto		IT	04	BN	062018	1326	Europe/Rome
6537322	Colle Sannita	colle-sannita	Colle Sannita,Comune di Colle Sannita		IT	04	BN	062025	2513	Europe/Rome
6537323	Cusano Mutri	cusano-mutri	Comune di Cusano Mutri,Cusano Mutri		IT	04	BN	062026	4186	Europe/Rome
6537324	Foglianise	foglianise	Comune di Foglianise,Foglianise		IT	04	BN	062030	3509	Europe/Rome
6537325	Foiano di Val Fortore	foiano-di-val-fortore	Comune di Foiano di Val Fortore,Foiano di Val Fortore		IT	04	BN	062031	1477	Europe/Rome
6537326	Guardia Sanframondi	guardia-sanframondi	Comune di Guardia Sanframondi,Guardia Sanframondi		IT	04	BN	062037	5246	Europe/Rome
6537327	Paduli	paduli	Comune di Paduli,Paduli		IT	04	BN	062045	4085	Europe/Rome
6537328	Pago Veiano	pago-veiano	Comune di Pago Veiano,Pago Veiano		IT	04	BN	062046	2545	Europe/Rome
6537329	Pannarano	pannarano	Comune di Pannarano,Pannarano		IT	04	BN	062047	2082	Europe/Rome
6537330	Paolisi	paolisi	Comune di Paolisi,Paolisi		IT	04	BN	062048	1983	Europe/Rome
6537331	Paupisi	paupisi	Comune di Paupisi,Paupisi		IT	04	BN	062049	1560	Europe/Rome
6537332	Pesco Sannita	pesco-sannita	Comune di Pesco Sannita,Pesco Sannita		IT	04	BN	062050	2081	Europe/Rome
6537333	Puglianello	puglianello	Comune di Puglianello,Puglianello		IT	04	BN	062055	1380	Europe/Rome
6537334	San Giorgio del Sannio	san-giorgio-del-sannio	Comune di San Giorgio del Sannio,San Giorgio del Sannio		IT	04	BN	062058	9809	Europe/Rome
6537335	San Lupo	san-lupo	Comune di San Lupo,San Lupo		IT	04	BN	062063	863	Europe/Rome
6537336	Sant'Arcangelo Trimonte	sant-arcangelo-trimonte	Comune di Sant'Arcangelo Trimonte,Sant'Arcangelo Trimonte		IT	04	BN	062078	641	Europe/Rome
6537337	Acerra	acerra	Acerra,Comune di Acerra		IT	04	NA	063001	56465	Europe/Rome
6537338	Casamarciano	casamarciano	Casamarciano,Comune di Casamarciano		IT	04	NA	063018	3272	Europe/Rome
6537339	Casola di Napoli	casola-di-napoli	Casola di Napoli,Comune di Casola di Napoli		IT	04	NA	063022	3852	Europe/Rome
6537340	Cicciano	cicciano	Cicciano,Comune di Cicciano		IT	04	NA	063027	12698	Europe/Rome
6537341	Frattaminore	frattaminore	Comune di Frattaminore,Frattaminore		IT	04	NA	063033	15708	Europe/Rome
6537342	Grumo Nevano	grumo-nevano	Comune di Grumo Nevano,Grumo Nevano		IT	04	NA	063036	18017	Europe/Rome
6537343	Liveri	liveri	Comune di Liveri,Liveri		IT	04	NA	063040	1679	Europe/Rome
6537344	Marano di Napoli	marano-di-napoli	Comune di Marano di Napoli,Marano di Napoli		IT	04	NA	063041	57204	Europe/Rome
6537345	Palma Campania	palma-campania	Comune di Palma Campania,Palma Campania		IT	04	NA	063052	14905	Europe/Rome
6537346	Qualiano	qualiano	Comune di Qualiano,Qualiano		IT	04	NA	063062	24744	Europe/Rome
6537347	Roccarainola	roccarainola	Comune di Roccarainola,Roccarainola		IT	04	NA	063065	7164	Europe/Rome
6537348	San Giorgio a Cremano	san-giorgio-a-cremano	Comune di San Giorgio a Cremano,San Giorgio a Cremano		IT	04	NA	063067	45523	Europe/Rome
6537349	San Giuseppe Vesuviano	san-giuseppe-vesuviano	Comune di San Giuseppe Vesuviano,San Giuseppe Vesuviano		IT	04	NA	063068	27467	Europe/Rome
6537350	San Paolo Bel Sito	san-paolo-bel-sito	Comune di San Paolo Bel Sito,San Paolo Bel Sito		IT	04	NA	063069	3422	Europe/Rome
6537351	Somma Vesuviana	somma-vesuviana	Comune di Somma Vesuviana,Somma Vesuviana		IT	04	NA	063079	34592	Europe/Rome
6537352	Striano	striano	Comune di Striano,Striano		IT	04	NA	063081	8204	Europe/Rome
6537353	Tufino	tufino	Comune di Tufino,Tufino		IT	04	NA	063085	3785	Europe/Rome
6537354	Avella	avella	Avella,Comune di Avella		IT	04	AV	064007	7788	Europe/Rome
6537355	Bagnoli Irpino	bagnoli-irpino	Bagnoli Irpino,Comune di Bagnoli Irpino		IT	04	AV	064009	3274	Europe/Rome
6537356	Bonito	bonito	Bonito,Comune di Bonito		IT	04	AV	064012	2526	Europe/Rome
6537357	Calabritto	calabritto	Calabritto,Comune di Calabritto		IT	04	AV	064014	2500	Europe/Rome
6537358	Calitri	calitri	Calitri,Comune di Calitri		IT	04	AV	064015	4921	Europe/Rome
6537359	Castel Baronia	castel-baronia	Castel Baronia,Comune di Castel Baronia		IT	04	AV	064022	1150	Europe/Rome
6537360	Castelvetere sul Calore	castelvetere-sul-calore	Castelvetere sul Calore,Comune di Castelvetere sul Calore		IT	04	AV	064024	1672	Europe/Rome
6537361	Chianche	chianche	Chianche,Comune di Chianche		IT	04	AV	064027	551	Europe/Rome
6537362	Domicella	domicella	Comune di Domicella,Domicella		IT	04	AV	064031	1873	Europe/Rome
6537363	Flumeri	flumeri	Comune di Flumeri,Flumeri		IT	04	AV	064032	3045	Europe/Rome
6537364	Guardia Lombardi	guardia-lombardi	Comune di Guardia Lombardi,Guardia Lombardi		IT	04	AV	064040	1803	Europe/Rome
6537365	Manocalzati	manocalzati	Comune di Manocalzati,Manocalzati		IT	04	AV	064046	3234	Europe/Rome
6537366	Mercogliano	mercogliano	Comune di Mercogliano,Mercogliano		IT	04	AV	064049	12403	Europe/Rome
6537367	Montefredane	montefredane	Comune di Montefredane,Montefredane		IT	04	AV	064055	2308	Europe/Rome
6537368	Morra De Sanctis	morra-de-sanctis	Comune di Morra De Sanctis,Morra De Sanctis		IT	04	AV	064063	1309	Europe/Rome
6537369	Nusco	nusco	Comune di Nusco,Nusco		IT	04	AV	064066	4258	Europe/Rome
6537370	Ospedaletto d'Alpinolo	ospedaletto-d-alpinolo	Comune di Ospedaletto d'Alpinolo,Ospedaletto d'Alpinolo		IT	04	AV	064067	1970	Europe/Rome
6537371	Parolise	parolise	Comune di Parolise,Parolise		IT	04	AV	064069	686	Europe/Rome
6537372	Paternopoli	paternopoli	Comune di Paternopoli,Paternopoli		IT	04	AV	064070	2489	Europe/Rome
6537373	Prata di Principato Ultra	prata-di-principato-ultra	Comune di Prata di Principato Ultra,Prata di Principato Ultra		IT	04	AV	064074	2978	Europe/Rome
6537374	Quindici	quindici	Comune di Quindici,Quindici		IT	04	AV	064077	1785	Europe/Rome
6537375	Rocca San Felice	rocca-san-felice	Comune di Rocca San Felice,Rocca San Felice		IT	04	AV	064079	869	Europe/Rome
6537376	Rotondi	rotondi	Comune di Rotondi,Rotondi		IT	04	AV	064080	3580	Europe/Rome
6537377	San Nicola Baronia	san-nicola-baronia	Comune di San Nicola Baronia,San Nicola Baronia		IT	04	AV	064085	784	Europe/Rome
6537378	San Potito Ultra	san-potito-ultra	Comune di San Potito Ultra,San Potito Ultra		IT	04	AV	064086	1598	Europe/Rome
6537379	Sant'Andrea di Conza	sant-andrea-di-conza	Comune di Sant'Andrea di Conza,Sant'Andrea di Conza		IT	04	AV	064089	1662	Europe/Rome
6540088	Re	re	Comune di Re,Re		IT	12	VB	103060	757	Europe/Rome
6537380	Sant'Angelo dei Lombardi	sant-angelo-dei-lombardi	Comune di Sant'Angelo dei Lombardi,Sant'Angelo dei Lombardi		IT	04	AV	064092	4304	Europe/Rome
6537381	Santa Paolina	santa-paolina	Comune di Santa Paolina,Santa Paolina		IT	04	AV	064093	1366	Europe/Rome
6537382	Santo Stefano del Sole	santo-stefano-del-sole	Comune di Santo Stefano del Sole,Santo Stefano del Sole		IT	04	AV	064095	2189	Europe/Rome
6537383	Savignano Irpino	savignano-irpino	Comune di Savignano Irpino,Savignano Irpino		IT	04	AV	064096	1163	Europe/Rome
6537384	Solofra	solofra	Comune di Solofra,Solofra		IT	04	AV	064101	12419	Europe/Rome
6537385	Sorbo Serpico	sorbo-serpico	Comune di Sorbo Serpico,Sorbo Serpico		IT	04	AV	064102	594	Europe/Rome
6537386	Vallata	vallata	Comune di Vallata,Vallata		IT	04	AV	064114	2856	Europe/Rome
6537387	Villanova del Battista	villanova-del-battista	Comune di Villanova del Battista,Villanova del Battista		IT	04	AV	064118	1777	Europe/Rome
6537388	Volturara Irpina	volturara-irpina	Comune di Volturara Irpina,Volturara Irpina		IT	04	AV	064119	3401	Europe/Rome
6537389	Acerno	acerno	Acerno,Comune di Acerno		IT	04	SA	065001	2872	Europe/Rome
6537390	Altavilla Silentina	altavilla-silentina	Altavilla Silentina,Comune di Altavilla Silentina		IT	04	SA	065005	6997	Europe/Rome
6537391	Amalfi	amalfi	Amalfi,Comune di Amalfi		IT	04	SA	065006	5163	Europe/Rome
6537392	Ascea	ascea	Ascea,Comune di Ascea		IT	04	SA	065009	5580	Europe/Rome
6537393	Casaletto Spartano	casaletto-spartano	Casaletto Spartano,Comune di Casaletto Spartano		IT	04	SA	065027	1463	Europe/Rome
6537394	Caselle in Pittari	caselle-in-pittari	Caselle in Pittari,Comune di Caselle in Pittari		IT	04	SA	065029	1972	Europe/Rome
6537395	Magliano Vetere	magliano-vetere	Comune di Magliano Vetere,Magliano Vetere		IT	04	SA	065065	739	Europe/Rome
6537396	Mercato San Severino	mercato-san-severino	Comune di Mercato San Severino,Mercato San Severino		IT	04	SA	065067	22036	Europe/Rome
6537397	Minori	minori	Comune di Minori,Minori		IT	04	SA	065068	2822	Europe/Rome
6537398	Montecorice	montecorice	Comune di Montecorice,Montecorice		IT	04	SA	065071	2545	Europe/Rome
6537399	Monteforte Cilento	monteforte-cilento	Comune di Monteforte Cilento,Monteforte Cilento		IT	04	SA	065074	565	Europe/Rome
6537400	Morigerati	morigerati	Comune di Morigerati,Morigerati		IT	04	SA	065077	699	Europe/Rome
6537401	Ogliastro Cilento	ogliastro-cilento	Comune di Ogliastro Cilento,Ogliastro Cilento		IT	04	SA	065081	2241	Europe/Rome
6537402	Oliveto Citra	oliveto-citra	Comune di Oliveto Citra,Oliveto Citra		IT	04	SA	065083	3832	Europe/Rome
6537403	Orria	orria	Comune di Orria,Orria		IT	04	SA	065085	1161	Europe/Rome
6537404	Ottati	ottati	Comune di Ottati,Ottati		IT	04	SA	065086	680	Europe/Rome
6537405	Petina	petina	Comune di Petina,Petina		IT	04	SA	065094	1214	Europe/Rome
6537406	Praiano	praiano	Comune di Praiano,Praiano		IT	04	SA	065102	2087	Europe/Rome
6537407	Prignano Cilento	prignano-cilento	Comune di Prignano Cilento,Prignano Cilento		IT	04	SA	065103	997	Europe/Rome
6537408	Ravello	ravello	Comune di Ravello,Ravello		IT	04	SA	065104	2462	Europe/Rome
6537409	Ricigliano	ricigliano	Comune di Ricigliano,Ricigliano		IT	04	SA	065105	1207	Europe/Rome
6537410	Roccagloriosa	roccagloriosa	Comune di Roccagloriosa,Roccagloriosa		IT	04	SA	065107	1716	Europe/Rome
6537411	Romagnano al Monte	romagnano-al-monte	Comune di Romagnano al Monte,Romagnano al Monte		IT	04	SA	065110	391	Europe/Rome
6537412	San Cipriano Picentino	san-cipriano-picentino	Comune di San Cipriano Picentino,San Cipriano Picentino		IT	04	SA	065118	6643	Europe/Rome
6537413	San Giovanni a Piro	san-giovanni-a-piro	Comune di San Giovanni a Piro,San Giovanni a Piro		IT	04	SA	065119	3818	Europe/Rome
6537414	San Mango Piemonte	san-mango-piemonte	Comune di San Mango Piemonte,San Mango Piemonte		IT	04	SA	065121	2587	Europe/Rome
6537415	Sant'Arsenio	sant-arsenio	Comune di Sant'Arsenio,Sant'Arsenio		IT	04	SA	065129	2747	Europe/Rome
6537416	San Valentino Torio	san-valentino-torio	Comune di San Valentino Torio,San Valentino Torio		IT	04	SA	065132	10439	Europe/Rome
6537417	Sapri	sapri	Comune di Sapri,Sapri		IT	04	SA	065134	6809	Europe/Rome
6537418	Sicignano degli Alburni	sicignano-degli-alburni	Comune di Sicignano degli Alburni,Sicignano degli Alburni		IT	04	SA	065143	3419	Europe/Rome
6537419	Stella Cilento	stella-cilento	Comune di Stella Cilento,Stella Cilento		IT	04	SA	065144	774	Europe/Rome
6537420	Stio	stio	Comune di Stio,Stio		IT	04	SA	065145	942	Europe/Rome
6537421	Teggiano	teggiano	Comune di Teggiano,Teggiano		IT	04	SA	065146	8182	Europe/Rome
6537422	Torchiara	torchiara	Comune di Torchiara,Torchiara		IT	04	SA	065147	1803	Europe/Rome
6537423	Torre Orsaia	torre-orsaia	Comune di Torre Orsaia,Torre Orsaia		IT	04	SA	065149	2185	Europe/Rome
6537424	Vallo della Lucania	vallo-della-lucania	Comune di Vallo della Lucania,Vallo della Lucania		IT	04	SA	065154	8680	Europe/Rome
6537425	Vietri sul Mare	vietri-sul-mare	Comune di Vietri sul Mare,Vietri sul Mare		IT	04	SA	065157	8076	Europe/Rome
6537426	Ateleta	ateleta	Ateleta,Comune di Ateleta		IT	01	AQ	066005	1153	Europe/Rome
6537427	Bisegna	bisegna	Bisegna,Comune di Bisegna		IT	01	AQ	066011	261	Europe/Rome
6537428	Carapelle Calvisio	carapelle-calvisio	Carapelle Calvisio,Comune di Carapelle Calvisio		IT	01	AQ	066024	85	Europe/Rome
6537429	Carsoli	carsoli	Carsoli,Comune di Carsoli		IT	01	AQ	066025	5419	Europe/Rome
6537430	Castellafiume	castellafiume	Castellafiume,Comune di Castellafiume		IT	01	AQ	066029	1099	Europe/Rome
6537431	Castelvecchio Subequo	castelvecchio-subequo	Castelvecchio Subequo,Comune di Castelvecchio Subequo		IT	01	AQ	066031	1067	Europe/Rome
6537432	Civita d'Antino	civita-d-antino	Civita d'Antino,Comune di Civita d'Antino		IT	01	AQ	066034	994	Europe/Rome
6537433	Lecce nei Marsi	lecce-nei-marsi	Comune di Lecce nei Marsi,Lecce nei Marsi		IT	01	AQ	066050	1735	Europe/Rome
6537434	Navelli	navelli	Comune di Navelli,Navelli		IT	01	AQ	066058	550	Europe/Rome
6537435	Pacentro	pacentro	Comune di Pacentro,Pacentro		IT	01	AQ	066066	1211	Europe/Rome
6537436	Pescasseroli	pescasseroli	Comune di Pescasseroli,Pescasseroli		IT	01	AQ	066068	2227	Europe/Rome
6537437	Pescocostanzo	pescocostanzo	Comune di Pescocostanzo,Pescocostanzo		IT	01	AQ	066070	1161	Europe/Rome
6537438	Pizzoli	pizzoli	Comune di Pizzoli,Pizzoli		IT	01	AQ	066072	3773	Europe/Rome
6537439	Poggio Picenze	poggio-picenze	Comune di Poggio Picenze,Poggio Picenze		IT	01	AQ	066073	1068	Europe/Rome
6537440	Pratola Peligna	pratola-peligna	Comune di Pratola Peligna,Pratola Peligna		IT	01	AQ	066075	7840	Europe/Rome
6537441	Raiano	raiano	Comune di Raiano,Raiano		IT	01	AQ	066077	2812	Europe/Rome
6537442	Roccacasale	roccacasale	Comune di Roccacasale,Roccacasale		IT	01	AQ	066079	724	Europe/Rome
6537443	Rocca di Cambio	rocca-di-cambio	Comune di Rocca di Cambio,Rocca di Cambio		IT	01	AQ	066081	504	Europe/Rome
6537444	Rocca di Mezzo	rocca-di-mezzo	Comune di Rocca di Mezzo,Rocca di Mezzo		IT	01	AQ	066082	1468	Europe/Rome
6537445	San Benedetto in Perillis	san-benedetto-in-perillis	Comune di San Benedetto in Perillis,San Benedetto in Perillis		IT	01	AQ	066086	127	Europe/Rome
6537446	San Pio delle Camere	san-pio-delle-camere	Comune di San Pio delle Camere,San Pio delle Camere		IT	01	AQ	066088	631	Europe/Rome
6537447	Scanno	scanno	Comune di Scanno,Scanno		IT	01	AQ	066093	1948	Europe/Rome
6537448	Scontrone	scontrone	Comune di Scontrone,Scontrone		IT	01	AQ	066094	590	Europe/Rome
6537449	Scoppito	scoppito	Comune di Scoppito,Scoppito		IT	01	AQ	066095	3285	Europe/Rome
6537450	Tione degli Abruzzi	tione-degli-abruzzi	Comune di Tione degli Abruzzi,Tione degli Abruzzi		IT	01	AQ	066100	326	Europe/Rome
6537451	Trasacco	trasacco	Comune di Trasacco,Trasacco		IT	01	AQ	066102	6144	Europe/Rome
6537452	Villalago	villalago	Comune di Villalago,Villalago		IT	01	AQ	066103	589	Europe/Rome
6537453	Villavallelonga	villavallelonga	Comune di Villavallelonga,Villavallelonga		IT	01	AQ	066106	936	Europe/Rome
6537454	Villetta Barrea	villetta-barrea	Comune di Villetta Barrea,Villetta Barrea		IT	01	AQ	066107	652	Europe/Rome
6537455	Bisenti	bisenti	Bisenti,Comune di Bisenti		IT	01	TE	067007	2069	Europe/Rome
6537456	Civitella del Tronto	civitella-del-tronto	Civitella del Tronto,Comune di Civitella del Tronto		IT	01	TE	067017	5333	Europe/Rome
6537457	Colledara	colledara	Colledara,Comune di Colledara		IT	01	TE	067018	2237	Europe/Rome
6537458	Colonnella	colonnella	Colonnella,Comune di Colonnella		IT	01	TE	067019	3768	Europe/Rome
6537459	Controguerra	controguerra	Comune di Controguerra,Controguerra		IT	01	TE	067020	2422	Europe/Rome
6537460	Fano Adriano	fano-adriano	Comune di Fano Adriano,Fano Adriano		IT	01	TE	067024	354	Europe/Rome
6537461	Montorio al Vomano	montorio-al-vomano	Comune di Montorio al Vomano,Montorio al Vomano		IT	01	TE	067028	8201	Europe/Rome
6537462	Tossicia	tossicia	Comune di Tossicia,Tossicia		IT	01	TE	067045	1418	Europe/Rome
6537463	Martinsicuro	martinsicuro	Comune di Martinsicuro,Martinsicuro		IT	01	TE	067047	15484	Europe/Rome
6537464	Brittoli	brittoli	Brittoli,Comune di Brittoli		IT	01	PE	068004	335	Europe/Rome
6537465	Carpineto della Nora	carpineto-della-nora	Carpineto della Nora,Comune di Carpineto della Nora		IT	01	PE	068008	680	Europe/Rome
6537466	Castiglione a Casauria	castiglione-a-casauria	Castiglione a Casauria,Comune di Castiglione a Casauria		IT	01	PE	068009	873	Europe/Rome
6537467	Cepagatti	cepagatti	Cepagatti,Comune di Cepagatti		IT	01	PE	068011	10449	Europe/Rome
6537468	Città Sant'Angelo	citta-sant-angelo	Citta Sant'Angelo,Città Sant'Angelo,Comune di Citta Sant'Angelo,Comune di Città Sant'Angelo		IT	01	PE	068012	14379	Europe/Rome
6537469	Loreto Aprutino	loreto-aprutino	Comune di Loreto Aprutino,Loreto Aprutino		IT	01	PE	068021	7619	Europe/Rome
6537470	Montebello di Bertona	montebello-di-bertona	Comune di Montebello di Bertona,Montebello di Bertona		IT	01	PE	068023	1023	Europe/Rome
6537471	Villa Celiera	villa-celiera	Comune di Villa Celiera,Villa Celiera		IT	01	PE	068046	747	Europe/Rome
6537472	Montebello sul Sangro	montebello-sul-sangro	Comune di Montebello sul Sangro,Montebello sul Sangro		IT	01	CH	069009	99	Europe/Rome
6537473	Casacanditella	casacanditella	Casacanditella,Comune di Casacanditella		IT	01	CH	069013	1340	Europe/Rome
6537474	Castelguidone	castelguidone	Castelguidone,Comune di Castelguidone		IT	01	CH	069019	416	Europe/Rome
6537475	Civitaluparella	civitaluparella	Civitaluparella,Comune di Civitaluparella		IT	01	CH	069023	349	Europe/Rome
6537476	Colledimacine	colledimacine	Colledimacine,Comune di Colledimacine		IT	01	CH	069025	237	Europe/Rome
6537477	Colledimezzo	colledimezzo	Colledimezzo,Comune di Colledimezzo		IT	01	CH	069026	531	Europe/Rome
6537478	Fara San Martino	fara-san-martino	Comune di Fara San Martino,Fara San Martino		IT	01	CH	069031	1524	Europe/Rome
6537479	Fraine	fraine	Comune di Fraine,Fraine		IT	01	CH	069034	396	Europe/Rome
6537480	Francavilla al Mare	francavilla-al-mare	Comune di Francavilla al Mare,Francavilla al Mare		IT	01	CH	069035	23816	Europe/Rome
6537481	Gessopalena	gessopalena	Comune di Gessopalena,Gessopalena		IT	01	CH	069040	1550	Europe/Rome
6537482	Giuliano Teatino	giuliano-teatino	Comune di Giuliano Teatino,Giuliano Teatino		IT	01	CH	069042	1270	Europe/Rome
6537483	Montazzoli	montazzoli	Comune di Montazzoli,Montazzoli		IT	01	CH	069051	1032	Europe/Rome
6537484	Monteferrante	monteferrante	Comune di Monteferrante,Monteferrante		IT	01	CH	069052	141	Europe/Rome
6537485	Montelapiano	montelapiano	Comune di Montelapiano,Montelapiano		IT	01	CH	069053	80	Europe/Rome
6537486	Monteodorisio	monteodorisio	Comune di Monteodorisio,Monteodorisio		IT	01	CH	069055	2564	Europe/Rome
6537487	Orsogna	orsogna	Comune di Orsogna,Orsogna		IT	01	CH	069057	4008	Europe/Rome
6537488	Paglieta	paglieta	Comune di Paglieta,Paglieta		IT	01	CH	069059	4466	Europe/Rome
6537489	Perano	perano	Comune di Perano,Perano		IT	01	CH	069065	1664	Europe/Rome
6537490	Pizzoferrato	pizzoferrato	Comune di Pizzoferrato,Pizzoferrato		IT	01	CH	069066	1127	Europe/Rome
6537491	Pretoro	pretoro	Comune di Pretoro,Pretoro		IT	01	CH	069069	989	Europe/Rome
6537492	Roio del Sangro	roio-del-sangro	Comune di Roio del Sangro,Roio del Sangro		IT	01	CH	069077	103	Europe/Rome
6537493	San Buono	san-buono	Comune di San Buono,San Buono		IT	01	CH	069079	1020	Europe/Rome
6537494	San Salvo	san-salvo	Comune di San Salvo,San Salvo		IT	01	CH	069083	18848	Europe/Rome
6537495	Treglio	treglio	Comune di Treglio,Treglio		IT	01	CH	069096	1575	Europe/Rome
6537496	Pietraferrazzana	pietraferrazzana	Comune di Pietraferrazzana,Pietraferrazzana		IT	01	CH	069103	128	Europe/Rome
6537497	Fallo	fallo	Comune di Fallo,Fallo		IT	01	CH	069104	146	Europe/Rome
6537498	Acquaviva Collecroce	acquaviva-collecroce	Acquaviva Collecroce,Comune di Acquaviva Collecroce		IT	11	CB	070001	674	Europe/Rome
6537499	Campolieto	campolieto	Campolieto,Comune di Campolieto		IT	11	CB	070009	938	Europe/Rome
6537500	Casacalenda	casacalenda	Casacalenda,Comune di Casacalenda		IT	11	CB	070011	2207	Europe/Rome
6537501	Casalciprano	casalciprano	Casalciprano,Comune di Casalciprano		IT	11	CB	070012	571	Europe/Rome
6537502	Castelmauro	castelmauro	Castelmauro,Comune di Castelmauro		IT	11	CB	070015	1638	Europe/Rome
6537503	Cercemaggiore	cercemaggiore	Cercemaggiore,Comune di Cercemaggiore		IT	11	CB	070017	3927	Europe/Rome
6537504	Cercepiccola	cercepiccola	Cercepiccola,Comune di Cercepiccola		IT	11	CB	070018	685	Europe/Rome
6537505	Colletorto	colletorto	Colletorto,Comune di Colletorto		IT	11	CB	070021	2087	Europe/Rome
6537506	Ferrazzano	ferrazzano	Comune di Ferrazzano,Ferrazzano		IT	11	CB	070023	3287	Europe/Rome
6537507	Guardialfiera	guardialfiera	Comune di Guardialfiera,Guardialfiera		IT	11	CB	070027	1120	Europe/Rome
6537508	Guardiaregia	guardiaregia	Comune di Guardiaregia,Guardiaregia		IT	11	CB	070028	787	Europe/Rome
6537509	Guglionesi	guglionesi	Comune di Guglionesi,Guglionesi		IT	11	CB	070029	5449	Europe/Rome
6537510	Macchia Valfortore	macchia-valfortore	Comune di Macchia Valfortore,Macchia Valfortore		IT	11	CB	070035	621	Europe/Rome
6537511	Matrice	matrice	Comune di Matrice,Matrice		IT	11	CB	070037	1110	Europe/Rome
6537512	Mirabello Sannitico	mirabello-sannitico	Comune di Mirabello Sannitico,Mirabello Sannitico		IT	11	CB	070038	2157	Europe/Rome
6537513	Montagano	montagano	Comune di Montagano,Montagano		IT	11	CB	070041	1150	Europe/Rome
6537514	Montecilfone	montecilfone	Comune di Montecilfone,Montecilfone		IT	11	CB	070042	1423	Europe/Rome
6537515	Montelongo	montelongo	Comune di Montelongo,Montelongo		IT	11	CB	070044	384	Europe/Rome
6537516	Montemitro	montemitro	Comune di Montemitro,Montemitro		IT	11	CB	070045	454	Europe/Rome
6537517	Morrone del Sannio	morrone-del-sannio	Comune di Morrone del Sannio,Morrone del Sannio		IT	11	CB	070048	648	Europe/Rome
6537518	Petrella Tifernina	petrella-tifernina	Comune di Petrella Tifernina,Petrella Tifernina		IT	11	CB	070052	1206	Europe/Rome
6537519	Pietracatella	pietracatella	Comune di Pietracatella,Pietracatella		IT	11	CB	070053	1433	Europe/Rome
6537520	Portocannone	portocannone	Comune di Portocannone,Portocannone		IT	11	CB	070055	2549	Europe/Rome
6537521	Provvidenti	provvidenti	Comune di Provvidenti,Provvidenti		IT	11	CB	070056	122	Europe/Rome
6537522	Ripabottoni	ripabottoni	Comune di Ripabottoni,Ripabottoni		IT	11	CB	070058	544	Europe/Rome
6537523	San Felice del Molise	san-felice-del-molise	Comune di San Felice del Molise,San Felice del Molise		IT	11	CB	070064	694	Europe/Rome
6537524	San Giuliano di Puglia	san-giuliano-di-puglia	Comune di San Giuliano di Puglia,San Giuliano di Puglia		IT	11	CB	070068	1057	Europe/Rome
6537525	San Martino in Pensilis	san-martino-in-pensilis	Comune di San Martino in Pensilis,San Martino in Pensilis		IT	11	CB	070069	4797	Europe/Rome
6537526	San Polo Matese	san-polo-matese	Comune di San Polo Matese,San Polo Matese		IT	11	CB	070071	458	Europe/Rome
6537527	Sant'Angelo Limosano	sant-angelo-limosano	Comune di Sant'Angelo Limosano,Sant'Angelo Limosano		IT	11	CB	070073	348	Europe/Rome
6537528	Sepino	sepino	Comune di Sepino,Sepino		IT	11	CB	070075	1985	Europe/Rome
6537529	Tavenna	tavenna	Comune di Tavenna,Tavenna		IT	11	CB	070077	815	Europe/Rome
6537530	Ururi	ururi	Comune di Ururi,Ururi		IT	11	CB	070083	2793	Europe/Rome
6537531	Accadia	accadia	Accadia,Comune di Accadia		IT	13	FG	071001	2418	Europe/Rome
6537532	Alberona	alberona	Alberona,Comune di Alberona		IT	13	FG	071002	1002	Europe/Rome
6537533	Anzano di Puglia	anzano-di-puglia	Anzano di Puglia,Comune di Anzano di Puglia		IT	13	FG	071003	1617	Europe/Rome
6537534	Carlantino	carlantino	Carlantino,Comune di Carlantino		IT	13	FG	071011	1040	Europe/Rome
6537535	Carpino	carpino	Carpino,Comune di Carpino		IT	13	FG	071012	4305	Europe/Rome
6537536	Casalnuovo Monterotaro	casalnuovo-monterotaro	Casalnuovo Monterotaro,Comune di Casalnuovo Monterotaro		IT	13	FG	071013	1663	Europe/Rome
6537537	Chieuti	chieuti	Chieuti,Comune di Chieuti		IT	13	FG	071021	1772	Europe/Rome
6537538	Lucera	lucera	Comune di Lucera,Lucera		IT	13	FG	071028	34333	Europe/Rome
6537539	Monteleone di Puglia	monteleone-di-puglia	Comune di Monteleone di Puglia,Monteleone di Puglia		IT	13	FG	071032	1067	Europe/Rome
6537540	Motta Montecorvino	motta-montecorvino	Comune di Motta Montecorvino,Motta Montecorvino		IT	13	FG	071034	768	Europe/Rome
6537541	Orsara di Puglia	orsara-di-puglia	Comune di Orsara di Puglia,Orsara di Puglia		IT	13	FG	071035	2914	Europe/Rome
6537542	Panni	panni	Comune di Panni,Panni		IT	13	FG	071037	858	Europe/Rome
6537543	Roseto Valfortore	roseto-valfortore	Comune di Roseto Valfortore,Roseto Valfortore		IT	13	FG	071044	1149	Europe/Rome
6537544	Trinitapoli	trinitapoli	Comune di Trinitapoli,Trinitapoli		IT	13	BT	110010	14293	Europe/Rome
6537545	Volturara Appula	volturara-appula	Comune di Volturara Appula,Volturara Appula		IT	13	FG	071061	481	Europe/Rome
6537546	Barletta	barletta	Barletta,Comune di Barletta		IT	13	BT	110002	94239	Europe/Rome
6537547	Bitetto	bitetto	Bitetto,Comune di Bitetto		IT	13	BA	072010	11799	Europe/Rome
6537548	Corato	corato	Comune di Corato,Corato		IT	13	BA	072020	48072	Europe/Rome
6537549	Gioia del Colle	gioia-del-colle	Comune di Gioia del Colle,Gioia del Colle		IT	13	BA	072021	27889	Europe/Rome
6537550	Giovinazzo	giovinazzo	Comune di Giovinazzo,Giovinazzo		IT	13	BA	072022	20433	Europe/Rome
6537551	Grumo Appula	grumo-appula	Comune di Grumo Appula,Grumo Appula		IT	13	BA	072024	12940	Europe/Rome
6537552	Minervino Murge	minervino-murge	Comune di Minervino Murge,Minervino Murge		IT	13	BT	110006	9333	Europe/Rome
6537553	Molfetta	molfetta	Comune di Molfetta,Molfetta		IT	13	BA	072029	60433	Europe/Rome
6537554	Noicattaro	noicattaro	Comune di Noicattaro,Noicattaro		IT	13	BA	072032	25710	Europe/Rome
6537555	Palo del Colle	palo-del-colle	Comune di Palo del Colle,Palo del Colle		IT	13	BA	072033	21555	Europe/Rome
6537556	Polignano a Mare	polignano-a-mare	Comune di Polignano a Mare,Polignano a Mare		IT	13	BA	072035	17567	Europe/Rome
6537557	Ruvo di Puglia	ruvo-di-puglia	Comune di Ruvo di Puglia,Ruvo di Puglia		IT	13	BA	072038	25662	Europe/Rome
6537558	Sannicandro di Bari	sannicandro-di-bari	Comune di Sannicandro di Bari,Sannicandro di Bari		IT	13	BA	072040	9713	Europe/Rome
6537559	Santeramo in Colle	santeramo-in-colle	Comune di Santeramo in Colle,Santeramo in Colle		IT	13	BA	072041	26770	Europe/Rome
6537560	Spinazzola	spinazzola	Comune di Spinazzola,Spinazzola		IT	13	BT	110008	6755	Europe/Rome
6537561	Castellaneta	castellaneta	Castellaneta,Comune di Castellaneta		IT	13	TA	073003	17125	Europe/Rome
6537562	Crispiano	crispiano	Comune di Crispiano,Crispiano		IT	13	TA	073004	13568	Europe/Rome
6537563	Grottaglie	grottaglie	Comune di Grottaglie,Grottaglie		IT	13	TA	073008	32503	Europe/Rome
6537564	Massafra	massafra	Comune di Massafra,Massafra		IT	13	TA	073015	32381	Europe/Rome
6537565	Monteparano	monteparano	Comune di Monteparano,Monteparano		IT	13	TA	073018	2395	Europe/Rome
6537566	Mottola	mottola	Comune di Mottola,Mottola		IT	13	TA	073019	16241	Europe/Rome
6537567	Palagiano	palagiano	Comune di Palagiano,Palagiano		IT	13	TA	073021	16052	Europe/Rome
6537568	Pulsano	pulsano	Comune di Pulsano,Pulsano		IT	13	TA	073022	11062	Europe/Rome
6537569	Roccaforzata	roccaforzata	Comune di Roccaforzata,Roccaforzata		IT	13	TA	073023	1823	Europe/Rome
6537570	San Marzano di San Giuseppe	san-marzano-di-san-giuseppe	Comune di San Marzano di San Giuseppe,San Marzano di San Giuseppe		IT	13	TA	073025	9269	Europe/Rome
6537571	Sava	sava	Comune di Sava,Sava		IT	13	TA	073026	16501	Europe/Rome
6537572	Ceglie Messapica	ceglie-messapica	Ceglie Messapica,Comune di Ceglie Messapica		IT	13	BR	074003	20209	Europe/Rome
6537573	Cellino San Marco	cellino-san-marco	Cellino San Marco,Comune di Cellino San Marco		IT	13	BR	074004	6799	Europe/Rome
6537574	Erchie	erchie	Comune di Erchie,Erchie		IT	13	BR	074006	8772	Europe/Rome
6537575	Latiano	latiano	Comune di Latiano,Latiano		IT	13	BR	074009	15045	Europe/Rome
6537576	San Donaci	san-donaci	Comune di San Donaci,San Donaci		IT	13	BR	074013	6869	Europe/Rome
6537577	San Pancrazio Salentino	san-pancrazio-salentino	Comune di San Pancrazio Salentino,San Pancrazio Salentino		IT	13	BR	074015	10289	Europe/Rome
6537578	Torre Santa Susanna	torre-santa-susanna	Comune di Torre Santa Susanna,Torre Santa Susanna		IT	13	BR	074019	10703	Europe/Rome
6537579	Villa Castelli	villa-castelli	Comune di Villa Castelli,Villa Castelli		IT	13	BR	074020	8958	Europe/Rome
6537580	Alezio	alezio	Alezio,Comune di Alezio		IT	13	LE	075003	5611	Europe/Rome
6537581	Alliste	alliste	Alliste,Comune di Alliste		IT	13	LE	075004	6657	Europe/Rome
6537582	Busseto	busseto	Busseto,Comune di Busseto		IT	05	PR	034007	7043	Europe/Rome
6537583	Bagnolo del Salento	bagnolo-del-salento	Bagnolo del Salento,Comune di Bagnolo del Salento		IT	13	LE	075008	1879	Europe/Rome
6537584	Carmiano	carmiano	Carmiano,Comune di Carmiano		IT	13	LE	075014	12096	Europe/Rome
6537585	Carpignano Salentino	carpignano-salentino	Carpignano Salentino,Comune di Carpignano Salentino		IT	13	LE	075015	3685	Europe/Rome
6537586	Collepasso	collepasso	Collepasso,Comune di Collepasso		IT	13	LE	075021	6352	Europe/Rome
6537587	Corsano	corsano	Comune di Corsano,Corsano		IT	13	LE	075024	5632	Europe/Rome
6537588	Galatone	galatone	Comune di Galatone,Galatone		IT	13	LE	075030	15754	Europe/Rome
6537589	Guagnano	guagnano	Comune di Guagnano,Guagnano		IT	13	LE	075034	5900	Europe/Rome
6537590	Lizzanello	lizzanello	Comune di Lizzanello,Lizzanello		IT	13	LE	075038	11549	Europe/Rome
6537591	Monteroni di Lecce	monteroni-di-lecce	Comune di Monteroni di Lecce,Monteroni di Lecce		IT	13	LE	075048	13881	Europe/Rome
6537592	Nociglia	nociglia	Comune di Nociglia,Nociglia		IT	13	LE	075054	2456	Europe/Rome
6537593	Poggiardo	poggiardo	Comune di Poggiardo,Poggiardo		IT	13	LE	075061	6119	Europe/Rome
6537594	Presicce	presicce	Comune di Presicce,Presicce		IT	13	LE	075062	5589	Europe/Rome
6537595	Ruffano	ruffano	Comune di Ruffano,Ruffano		IT	13	LE	075064	9854	Europe/Rome
6537596	Salice Salentino	salice-salentino	Comune di Salice Salentino,Salice Salentino		IT	13	LE	075065	8642	Europe/Rome
6537597	Spongano	spongano	Comune di Spongano,Spongano		IT	13	LE	075078	3742	Europe/Rome
6537598	Squinzano	squinzano	Comune di Squinzano,Squinzano		IT	13	LE	075079	14482	Europe/Rome
6537599	Sternatia	sternatia	Comune di Sternatia,Sternatia		IT	13	LE	075080	2426	Europe/Rome
6537600	Taurisano	taurisano	Comune di Taurisano,Taurisano		IT	13	LE	075084	12643	Europe/Rome
6537601	Uggiano la Chiesa	uggiano-la-chiesa	Comune di Uggiano la Chiesa,Uggiano la Chiesa		IT	13	LE	075091	4479	Europe/Rome
6537602	Veglie	veglie	Comune di Veglie,Veglie		IT	13	LE	075092	14304	Europe/Rome
6537603	Vernole	vernole	Comune di Vernole,Vernole		IT	13	LE	075093	7296	Europe/Rome
6537604	Abriola	abriola	Abriola,Comune di Abriola		IT	02	PZ	076001	1571	Europe/Rome
6537605	Acerenza	acerenza	Acerenza,Comune di Acerenza		IT	02	PZ	076002	2553	Europe/Rome
6537606	Albano di Lucania	albano-di-lucania	Albano di Lucania,Comune di Albano di Lucania		IT	02	PZ	076003	1474	Europe/Rome
6537607	Anzi	anzi	Anzi,Comune di Anzi		IT	02	PZ	076004	1765	Europe/Rome
6537608	Balvano	balvano	Balvano,Comune di Balvano		IT	02	PZ	076008	1861	Europe/Rome
6537609	Barile	barile	Barile,Comune di Barile		IT	02	PZ	076011	2905	Europe/Rome
6537610	Calvera	calvera	Calvera,Comune di Calvera		IT	02	PZ	076016	430	Europe/Rome
6537611	Castelluccio Superiore	castelluccio-superiore	Castelluccio Superiore,Comune di Castelluccio Superiore		IT	02	PZ	076023	860	Europe/Rome
6537612	Castelmezzano	castelmezzano	Castelmezzano,Comune di Castelmezzano		IT	02	PZ	076024	852	Europe/Rome
6537613	Castronuovo di Sant'Andrea	castronuovo-di-sant-andrea	Castronuovo di Sant'Andrea,Comune di Castronuovo di Sant'Andrea		IT	02	PZ	076026	1138	Europe/Rome
6537614	Cersosimo	cersosimo	Cersosimo,Comune di Cersosimo		IT	02	PZ	076027	718	Europe/Rome
6537615	Corleto Perticara	corleto-perticara	Comune di Corleto Perticara,Corleto Perticara		IT	02	PZ	076029	2607	Europe/Rome
6537616	Episcopia	episcopia	Comune di Episcopia,Episcopia		IT	02	PZ	076030	1467	Europe/Rome
6537617	Fardella	fardella	Comune di Fardella,Fardella		IT	02	PZ	076031	625	Europe/Rome
6537618	Filiano	filiano	Comune di Filiano,Filiano		IT	02	PZ	076032	3089	Europe/Rome
6537619	Genzano di Lucania	genzano-di-lucania	Comune di Genzano di Lucania,Genzano di Lucania		IT	02	PZ	076036	5915	Europe/Rome
6537620	Grumento Nova	grumento-nova	Comune di Grumento Nova,Grumento Nova		IT	02	PZ	076037	1704	Europe/Rome
6537621	Guardia Perticara	guardia-perticara	Comune di Guardia Perticara,Guardia Perticara		IT	02	PZ	076038	580	Europe/Rome
6537622	Lavello	lavello	Comune di Lavello,Lavello		IT	02	PZ	076043	13590	Europe/Rome
6537623	Marsico Nuovo	marsico-nuovo	Comune di Marsico Nuovo,Marsico Nuovo		IT	02	PZ	076045	4358	Europe/Rome
6537624	Melfi	melfi	Comune di Melfi,Melfi		IT	02	PZ	076048	17425	Europe/Rome
6537625	Missanello	missanello	Comune di Missanello,Missanello		IT	02	PZ	076049	548	Europe/Rome
6537626	Muro Lucano	muro-lucano	Comune di Muro Lucano,Muro Lucano		IT	02	PZ	076053	5568	Europe/Rome
6537627	Pescopagano	pescopagano	Comune di Pescopagano,Pescopagano		IT	02	PZ	076058	2022	Europe/Rome
6537628	Pignola	pignola	Comune di Pignola,Pignola		IT	02	PZ	076062	6699	Europe/Rome
6537629	Ripacandida	ripacandida	Comune di Ripacandida,Ripacandida		IT	02	PZ	076067	1733	Europe/Rome
6537630	San Chirico Nuovo	san-chirico-nuovo	Comune di San Chirico Nuovo,San Chirico Nuovo		IT	02	PZ	076073	1475	Europe/Rome
6537631	San Costantino Albanese	san-costantino-albanese	Comune di San Costantino Albanese,San Costantino Albanese		IT	02	PZ	076075	778	Europe/Rome
6537632	San Fele	san-fele	Comune di San Fele,San Fele		IT	02	PZ	076076	3168	Europe/Rome
6537633	San Severino Lucano	san-severino-lucano	Comune di San Severino Lucano,San Severino Lucano		IT	02	PZ	076078	1667	Europe/Rome
6537634	Satriano di Lucania	satriano-di-lucania	Comune di Satriano di Lucania,Satriano di Lucania		IT	02	PZ	076083	2406	Europe/Rome
6537635	Savoia di Lucania	savoia-di-lucania	Comune di Savoia di Lucania,Savoia di Lucania		IT	02	PZ	076084	1148	Europe/Rome
6537636	Spinoso	spinoso	Comune di Spinoso,Spinoso		IT	02	PZ	076086	1555	Europe/Rome
6537637	Teana	teana	Comune di Teana,Teana		IT	02	PZ	076087	645	Europe/Rome
6537638	Tito	tito	Comune di Tito,Tito		IT	02	PZ	076089	7172	Europe/Rome
6537639	Tolve	tolve	Comune di Tolve,Tolve		IT	02	PZ	076090	3361	Europe/Rome
6537640	Trivigno	trivigno	Comune di Trivigno,Trivigno		IT	02	PZ	076093	714	Europe/Rome
6537641	Venosa	venosa	Comune di Venosa,Venosa		IT	02	PZ	076095	12167	Europe/Rome
6537642	Vietri di Potenza	vietri-di-potenza	Comune di Vietri di Potenza,Vietri di Potenza		IT	02	PZ	076096	2917	Europe/Rome
6537643	Viggianello	viggianello	Comune di Viggianello,Viggianello		IT	02	PZ	076097	3124	Europe/Rome
6537644	Viggiano	viggiano	Comune di Viggiano,Viggiano		IT	02	PZ	076098	3122	Europe/Rome
6537645	Craco	craco	Comune di Craco,Craco		IT	02	MT	077007	766	Europe/Rome
6537646	Garaguso	garaguso	Comune di Garaguso,Garaguso		IT	02	MT	077009	1134	Europe/Rome
6537647	Irsina	irsina	Comune di Irsina,Irsina		IT	02	MT	077013	5100	Europe/Rome
6537648	Miglionico	miglionico	Comune di Miglionico,Miglionico		IT	02	MT	077015	2543	Europe/Rome
6537649	Montescaglioso	montescaglioso	Comune di Montescaglioso,Montescaglioso		IT	02	MT	077017	10102	Europe/Rome
6537650	Nova Siri	nova-siri	Comune di Nova Siri,Nova Siri		IT	02	MT	077018	6596	Europe/Rome
6537651	Pisticci	pisticci	Comune di Pisticci,Pisticci		IT	02	MT	077020	17361	Europe/Rome
6537652	San Giorgio Lucano	san-giorgio-lucano	Comune di San Giorgio Lucano,San Giorgio Lucano		IT	02	MT	077025	1290	Europe/Rome
6537653	Tricarico	tricarico	Comune di Tricarico,Tricarico		IT	02	MT	077028	5669	Europe/Rome
6537654	Valsinni	valsinni	Comune di Valsinni,Valsinni		IT	02	MT	077030	1634	Europe/Rome
6537655	Acquaformosa	acquaformosa	Acquaformosa,Comune di Acquaformosa		IT	03	CS	078001	1161	Europe/Rome
6537656	Albidona	albidona	Albidona,Comune di Albidona		IT	03	CS	078006	1463	Europe/Rome
6537657	Altomonte	altomonte	Altomonte,Comune di Altomonte		IT	03	CS	078009	4341	Europe/Rome
6537658	Buonvicino	buonvicino	Buonvicino,Comune di Buonvicino		IT	03	CS	078020	2354	Europe/Rome
6537659	Cerzeto	cerzeto	Cerzeto,Comune di Cerzeto		IT	03	CS	078039	1328	Europe/Rome
6537660	Cetraro	cetraro	Cetraro,Comune di Cetraro		IT	03	CS	078040	10260	Europe/Rome
6537661	Colosimi	colosimi	Colosimi,Comune di Colosimi		IT	03	CS	078043	1313	Europe/Rome
6537662	Cropalati	cropalati	Comune di Cropalati,Cropalati		IT	03	CS	078046	1097	Europe/Rome
6537663	Crosia	crosia	Comune di Crosia,Crosia		IT	03	CS	078047	9481	Europe/Rome
6537664	Domanico	domanico	Comune di Domanico,Domanico		IT	03	CS	078050	943	Europe/Rome
6537665	Fagnano Castello	fagnano-castello	Comune di Fagnano Castello,Fagnano Castello		IT	03	CS	078051	3949	Europe/Rome
6537666	Firmo	firmo	Comune di Firmo,Firmo		IT	03	CS	078054	2184	Europe/Rome
6537667	Fiumefreddo Bruzio	fiumefreddo-bruzio	Comune di Fiumefreddo Bruzio,Fiumefreddo Bruzio		IT	03	CS	078055	3078	Europe/Rome
6537668	Guardia Piemontese	guardia-piemontese	Comune di Guardia Piemontese,Guardia Piemontese		IT	03	CS	078061	1895	Europe/Rome
6537669	Laino Borgo	laino-borgo	Comune di Laino Borgo,Laino Borgo		IT	03	CS	078063	2027	Europe/Rome
6537670	Lungro	lungro	Comune di Lungro,Lungro		IT	03	CS	078069	2517	Europe/Rome
6537671	Luzzi	luzzi	Comune di Luzzi,Luzzi		IT	03	CS	078070	9568	Europe/Rome
6537672	Maierà	maiera	Comune di Maiera,Comune di Maierà,Maiera,Maierà		IT	03	CS	078071	1231	Europe/Rome
6537673	Malito	malito	Comune di Malito,Malito		IT	03	CS	078072	812	Europe/Rome
6537674	Malvito	malvito	Comune di Malvito,Malvito		IT	03	CS	078073	1867	Europe/Rome
6537675	Mangone	mangone	Comune di Mangone,Mangone		IT	03	CS	078075	1823	Europe/Rome
6537676	Statte	statte	Comune di Statte,Statte		IT	13	TA	073029	14194	Europe/Rome
6537677	Morano Calabro	morano-calabro	Comune di Morano Calabro,Morano Calabro		IT	03	CS	078083	4615	Europe/Rome
6537678	Nocara	nocara	Comune di Nocara,Nocara		IT	03	CS	078086	422	Europe/Rome
6537679	Orsomarso	orsomarso	Comune di Orsomarso,Orsomarso		IT	03	CS	078088	1338	Europe/Rome
6537680	Pietrapaola	pietrapaola	Comune di Pietrapaola,Pietrapaola		IT	03	CS	078099	1173	Europe/Rome
6537681	Plataci	plataci	Comune di Plataci,Plataci		IT	03	CS	078100	830	Europe/Rome
6537682	Roseto Capo Spulico	roseto-capo-spulico	Comune di Roseto Capo Spulico,Roseto Capo Spulico		IT	03	CS	078107	1873	Europe/Rome
6537683	Rota Greca	rota-greca	Comune di Rota Greca,Rota Greca		IT	03	CS	078109	1178	Europe/Rome
6537684	San Cosmo Albanese	san-cosmo-albanese	Comune di San Cosmo Albanese,San Cosmo Albanese		IT	03	CS	078113	629	Europe/Rome
6537685	Sangineto	sangineto	Comune di Sangineto,Sangineto		IT	03	CS	078117	1337	Europe/Rome
6537686	San Lorenzo Bellizzi	san-lorenzo-bellizzi	Comune di San Lorenzo Bellizzi,San Lorenzo Bellizzi		IT	03	CS	078120	746	Europe/Rome
6537687	San Lucido	san-lucido	Comune di San Lucido,San Lucido		IT	03	CS	078122	5940	Europe/Rome
6537688	San Sosti	san-sosti	Comune di San Sosti,San Sosti		IT	03	CS	078128	2200	Europe/Rome
6537689	Santa Domenica Talao	santa-domenica-talao	Comune di Santa Domenica Talao,Santa Domenica Talao		IT	03	CS	078130	1272	Europe/Rome
6537690	Scala Coeli	scala-coeli	Comune di Scala Coeli,Scala Coeli		IT	03	CS	078137	1141	Europe/Rome
6537691	Tarsia	tarsia	Comune di Tarsia,Tarsia		IT	03	CS	078145	2139	Europe/Rome
6537692	Terranova da Sibari	terranova-da-sibari	Comune di Terranova da Sibari,Terranova da Sibari		IT	03	CS	078146	4999	Europe/Rome
6537693	Albi	albi	Albi,Comune di Albi		IT	03	CZ	079002	1010	Europe/Rome
6537694	Cenadi	cenadi	Cenadi,Comune di Cenadi		IT	03	CZ	079024	598	Europe/Rome
6537695	Gasperina	gasperina	Comune di Gasperina,Gasperina		IT	03	CZ	079056	2160	Europe/Rome
6537696	Guardavalle	guardavalle	Comune di Guardavalle,Guardavalle		IT	03	CZ	079061	4752	Europe/Rome
6537697	Isca sullo Ionio	isca-sullo-ionio	Comune di Isca sullo Ionio,Isca sullo Ionio		IT	03	CZ	079063	1614	Europe/Rome
6537698	Miglierina	miglierina	Comune di Miglierina,Miglierina		IT	03	CZ	079077	799	Europe/Rome
6537699	San Floro	san-floro	Comune di San Floro,San Floro		IT	03	CZ	079108	700	Europe/Rome
6537700	San Sostene	san-sostene	Comune di San Sostene,San Sostene		IT	03	CZ	079116	1311	Europe/Rome
6537701	Santa Caterina dello Ionio	santa-caterina-dello-ionio	Comune di Santa Caterina dello Ionio,Santa Caterina dello Ionio		IT	03	CZ	079117	2142	Europe/Rome
6537702	San Vito sullo Ionio	san-vito-sullo-ionio	Comune di San Vito sullo Ionio,San Vito sullo Ionio		IT	03	CZ	079122	1830	Europe/Rome
6537703	Serrastretta	serrastretta	Comune di Serrastretta,Serrastretta		IT	03	CZ	079129	3249	Europe/Rome
6537704	Sorbo San Basile	sorbo-san-basile	Comune di Sorbo San Basile,Sorbo San Basile		IT	03	CZ	079134	827	Europe/Rome
6537705	Antonimina	antonimina	Antonimina,Comune di Antonimina		IT	03	RC	080004	1361	Europe/Rome
6537706	Bova Marina	bova-marina	Bova Marina,Comune di Bova Marina		IT	03	RC	080013	4142	Europe/Rome
6537707	Candidoni	candidoni	Candidoni,Comune di Candidoni		IT	03	RC	080019	389	Europe/Rome
6537708	Casignana	casignana	Casignana,Comune di Casignana		IT	03	RC	080024	773	Europe/Rome
6537709	Condofuri	condofuri	Comune di Condofuri,Condofuri		IT	03	RC	080029	5074	Europe/Rome
6537710	Delianuova	delianuova	Comune di Delianuova,Delianuova		IT	03	RC	080031	3436	Europe/Rome
6537711	Feroleto della Chiesa	feroleto-della-chiesa	Comune di Feroleto della Chiesa,Feroleto della Chiesa		IT	03	RC	080032	1772	Europe/Rome
6537712	Ferruzzano	ferruzzano	Comune di Ferruzzano,Ferruzzano		IT	03	RC	080033	745	Europe/Rome
6537713	Laureana di Borrello	laureana-di-borrello	Comune di Laureana di Borrello,Laureana di Borrello		IT	03	RC	080042	5289	Europe/Rome
6537714	Melicucco	melicucco	Comune di Melicucco,Melicucco		IT	03	RC	080049	5045	Europe/Rome
6537715	Molochio	molochio	Comune di Molochio,Molochio		IT	03	RC	080051	2643	Europe/Rome
6537716	Pazzano	pazzano	Comune di Pazzano,Pazzano		IT	03	RC	080058	640	Europe/Rome
6537717	Placanica	placanica	Comune di Placanica,Placanica		IT	03	RC	080059	1250	Europe/Rome
6537718	Platì	plati	Comune di Plati,Comune di Platì,Plati,Platì		IT	03	RC	080060	3711	Europe/Rome
6537719	Roccella Ionica	roccella-ionica	Comune di Roccella Ionica,Roccella Ionica		IT	03	RC	080067	6434	Europe/Rome
6537720	San Giovanni di Gerace	san-giovanni-di-gerace	Comune di San Giovanni di Gerace,San Giovanni di Gerace		IT	03	RC	080072	537	Europe/Rome
6537721	San Roberto	san-roberto	Comune di San Roberto,San Roberto		IT	03	RC	080077	1833	Europe/Rome
6537722	Scilla	scilla	Comune di Scilla,Scilla		IT	03	RC	080085	5115	Europe/Rome
6537723	Seminara	seminara	Comune di Seminara,Seminara		IT	03	RC	080086	2820	Europe/Rome
6537724	Staiti	staiti	Comune di Staiti,Staiti		IT	03	RC	080090	279	Europe/Rome
6537725	Stignano	stignano	Comune di Stignano,Stignano		IT	03	RC	080091	1340	Europe/Rome
6537726	Stilo	stilo	Comune di Stilo,Stilo		IT	03	RC	080092	2687	Europe/Rome
6537727	Taurianova	taurianova	Comune di Taurianova,Taurianova		IT	03	RC	080093	15310	Europe/Rome
6537728	Varapodio	varapodio	Comune di Varapodio,Varapodio		IT	03	RC	080095	2223	Europe/Rome
6537729	Custonaci	custonaci	Comune di Custonaci,Custonaci		IT	15	TP	081007	5392	Europe/Rome
6537730	Paceco	paceco	Comune di Paceco,Paceco		IT	15	TP	081013	11487	Europe/Rome
6537731	Salemi	salemi	Comune di Salemi,Salemi		IT	15	TP	081018	10871	Europe/Rome
6537732	Santa Ninfa	santa-ninfa	Comune di Santa Ninfa,Santa Ninfa		IT	15	TP	081019	5095	Europe/Rome
6537733	Alia	alia	Alia,Comune di Alia		IT	15	PA	082001	3806	Europe/Rome
6537734	Altofonte	altofonte	Altofonte,Comune di Altofonte		IT	15	PA	082005	10266	Europe/Rome
6537735	Bagheria	bagheria	Bagheria,Comune di Bagheria		IT	15	PA	082006	54257	Europe/Rome
6537736	Borgetto	borgetto	Borgetto,Comune di Borgetto		IT	15	PA	082013	7021	Europe/Rome
6537737	Caltavuturo	caltavuturo	Caltavuturo,Comune di Caltavuturo		IT	15	PA	082015	4171	Europe/Rome
6537738	Campofelice di Roccella	campofelice-di-roccella	Campofelice di Roccella,Comune di Campofelice di Roccella		IT	15	PA	082017	6918	Europe/Rome
6537739	Casteldaccia	casteldaccia	Casteldaccia,Comune di Casteldaccia		IT	15	PA	082023	10884	Europe/Rome
6537740	Cefalù	cefalu	Cefalu,Cefalù,Comune di Cefalu,Comune di Cefalù		IT	15	PA	082027	14354	Europe/Rome
6537741	Chiusa Sclafani	chiusa-sclafani	Chiusa Sclafani,Comune di Chiusa Sclafani		IT	15	PA	082029	2957	Europe/Rome
6537742	Ciminna	ciminna	Ciminna,Comune di Ciminna		IT	15	PA	082030	3845	Europe/Rome
6537743	Cinisi	cinisi	Cinisi,Comune di Cinisi		IT	15	PA	082031	12031	Europe/Rome
6537744	Collesano	collesano	Collesano,Comune di Collesano		IT	15	PA	082032	4095	Europe/Rome
6537745	Corleone	corleone	Comune di Corleone,Corleone		IT	15	PA	082034	11286	Europe/Rome
6537746	Gratteri	gratteri	Comune di Gratteri,Gratteri		IT	15	PA	082041	1019	Europe/Rome
6537747	Lercara Friddi	lercara-friddi	Comune di Lercara Friddi,Lercara Friddi		IT	15	PA	082045	6935	Europe/Rome
6537748	Montemaggiore Belsito	montemaggiore-belsito	Comune di Montemaggiore Belsito,Montemaggiore Belsito		IT	15	PA	082051	3566	Europe/Rome
6537749	Partinico	partinico	Comune di Partinico,Partinico		IT	15	PA	082054	31401	Europe/Rome
6537750	Polizzi Generosa	polizzi-generosa	Comune di Polizzi Generosa,Polizzi Generosa		IT	15	PA	082058	3607	Europe/Rome
6537751	Santa Cristina Gela	santa-cristina-gela	Comune di Santa Cristina Gela,Santa Cristina Gela		IT	15	PA	082066	925	Europe/Rome
6537752	Terrasini	terrasini	Comune di Terrasini,Terrasini		IT	15	PA	082071	11985	Europe/Rome
6537753	Scillato	scillato	Comune di Scillato,Scillato		IT	15	PA	082081	627	Europe/Rome
6537754	Barcellona Pozzo di Gotto	barcellona-pozzo-di-gotto	Barcellona Pozzo di Gotto,Comune di Barcellona Pozzo di Gotto		IT	15	ME	083005	41632	Europe/Rome
6537755	Capizzi	capizzi	Capizzi,Comune di Capizzi		IT	15	ME	083008	3347	Europe/Rome
6537756	Castroreale	castroreale	Castroreale,Comune di Castroreale		IT	15	ME	083016	2548	Europe/Rome
6537757	Fiumedinisi	fiumedinisi	Comune di Fiumedinisi,Fiumedinisi		IT	15	ME	083021	1559	Europe/Rome
6537758	Floresta	floresta	Comune di Floresta,Floresta		IT	15	ME	083022	516	Europe/Rome
6537759	Forza d'Agrò	forza-d-agro	Comune di Forza d'Agro,Comune di Forza d'Agrò,Forza d'Agro,Forza d'Agrò		IT	15	ME	083024	878	Europe/Rome
6537760	Galati Mamertino	galati-mamertino	Comune di Galati Mamertino,Galati Mamertino		IT	15	ME	083030	2794	Europe/Rome
6537761	Librizzi	librizzi	Comune di Librizzi,Librizzi		IT	15	ME	083039	1771	Europe/Rome
6537762	Malvagna	malvagna	Comune di Malvagna,Malvagna		IT	15	ME	083044	794	Europe/Rome
6537763	Mazzarrà Sant'Andrea	mazzarra-sant-andrea	Comune di Mazzarra Sant'Andrea,Comune di Mazzarrà Sant'Andrea,Mazzarra Sant'Andrea,Mazzarrà Sant'Andrea		IT	15	ME	083046	1567	Europe/Rome
6537764	Merì	meri	Comune di Meri,Comune di Merì,Meri,Merì		IT	15	ME	083047	2396	Europe/Rome
6537765	Militello Rosmarino	militello-rosmarino	Comune di Militello Rosmarino,Militello Rosmarino		IT	15	ME	083050	1334	Europe/Rome
6537766	Motta Camastra	motta-camastra	Comune di Motta Camastra,Motta Camastra		IT	15	ME	083058	882	Europe/Rome
6537767	Naso	naso	Comune di Naso,Naso		IT	15	ME	083060	4015	Europe/Rome
6537768	Pettineo	pettineo	Comune di Pettineo,Pettineo		IT	15	ME	083067	1433	Europe/Rome
6537769	Piraino	piraino	Comune di Piraino,Piraino		IT	15	ME	083068	3964	Europe/Rome
6537770	Sant'Agata di Militello	sant-agata-di-militello	Comune di Sant'Agata di Militello,Sant'Agata di Militello		IT	15	ME	083084	12803	Europe/Rome
6537771	Santa Lucia del Mela	santa-lucia-del-mela	Comune di Santa Lucia del Mela,Santa Lucia del Mela		IT	15	ME	083086	4744	Europe/Rome
6537772	Sant'Angelo di Brolo	sant-angelo-di-brolo	Comune di Sant'Angelo di Brolo,Sant'Angelo di Brolo		IT	15	ME	083088	3297	Europe/Rome
6537773	Taormina	taormina	Comune di Taormina,Taormina		IT	15	ME	083097	11084	Europe/Rome
6537774	Tortorici	tortorici	Comune di Tortorici,Tortorici		IT	15	ME	083099	6732	Europe/Rome
6537775	Alessandria della Rocca	alessandria-della-rocca	Alessandria della Rocca,Comune di Alessandria della Rocca,Lisciannira di la Rocca,Lisciànnira di la Rocca		IT	15	AG	084002	3118	Europe/Rome
6537776	Cammarata	cammarata	Cammarata,Comune di Cammarata		IT	15	AG	084009	6275	Europe/Rome
6537777	Casteltermini	casteltermini	Casteltermini,Comune di Casteltermini		IT	15	AG	084012	8422	Europe/Rome
6537778	Castrofilippo	castrofilippo	Castrofilippo,Comune di Castrofilippo		IT	15	AG	084013	3020	Europe/Rome
6537779	Cianciana	cianciana	Cianciana,Comune di Cianciana		IT	15	AG	084015	3517	Europe/Rome
6537780	Menfi	menfi	Comune di Menfi,Menfi		IT	15	AG	084023	12711	Europe/Rome
6537781	Racalmuto	racalmuto	Comune di Racalmuto,Racalmuto		IT	15	AG	084029	8345	Europe/Rome
6537782	Ravanusa	ravanusa	Comune di Ravanusa,Ravanusa		IT	15	AG	084031	12128	Europe/Rome
6537783	San Giovanni Gemini	san-giovanni-gemini	Comune di San Giovanni Gemini,San Giovanni Gemini		IT	15	AG	084036	8127	Europe/Rome
6537784	Santa Elisabetta	santa-elisabetta	Comune di Santa Elisabetta,Santa Elisabetta		IT	15	AG	084037	2608	Europe/Rome
6537785	Santa Margherita di Belice	santa-margherita-di-belice	Comune di Santa Margherita di Belice,Santa Margherita di Belice		IT	15	AG	084038	6544	Europe/Rome
6537786	Acquaviva Platani	acquaviva-platani	Acquaviva Platani,Comune di Acquaviva Platani		IT	15	CL	085001	1041	Europe/Rome
6537787	Butera	butera	Butera,Comune di Butera		IT	15	CL	085003	4937	Europe/Rome
6537788	Milena	milena	Comune di Milena,Milena		IT	15	CL	085010	3178	Europe/Rome
6537789	Montedoro	montedoro	Comune di Montedoro,Montedoro		IT	15	CL	085011	1643	Europe/Rome
6537790	Mussomeli	mussomeli	Comune di Mussomeli,Mussomeli		IT	15	CL	085012	11010	Europe/Rome
6537791	Resuttano	resuttano	Comune di Resuttano,Resuttano		IT	15	CL	085014	2139	Europe/Rome
6537792	Serradifalco	serradifalco	Comune di Serradifalco,Serradifalco		IT	15	CL	085018	6265	Europe/Rome
6537793	Aidone	aidone	Aidone,Comune di Aidone		IT	15	EN	086002	4929	Europe/Rome
6537794	Calascibetta	calascibetta	Calascibetta,Comune di Calascibetta		IT	15	EN	086005	4628	Europe/Rome
6537795	Centuripe	centuripe	Centuripe,Comune di Centuripe		IT	15	EN	086007	5599	Europe/Rome
6537796	Nissoria	nissoria	Comune di Nissoria,Nissoria		IT	15	EN	086013	2969	Europe/Rome
6537797	Piazza Armerina	piazza-armerina	Comune di Piazza Armerina,Piazza Armerina		IT	15	EN	086014	22196	Europe/Rome
6537798	Regalbuto	regalbuto	Comune di Regalbuto,Regalbuto		IT	15	EN	086016	7388	Europe/Rome
6537799	Valguarnera Caropepe	valguarnera-caropepe	Comune di Valguarnera Caropepe,Valguarnera Caropepe		IT	15	EN	086019	8182	Europe/Rome
6537800	Aci Bonaccorsi	aci-bonaccorsi	Aci Bonaccorsi,Comune di Aci Bonaccorsi		IT	15	CT	087001	3200	Europe/Rome
6537801	Aci Castello	aci-castello	Aci Castello,Comune di Aci Castello		IT	15	CT	087002	18122	Europe/Rome
6537802	Aci Catena	aci-catena	Aci Catena,Comune di Aci Catena		IT	15	CT	087003	28749	Europe/Rome
6537803	Aci Sant'Antonio	aci-sant-antonio	Aci Sant'Antonio,Comune di Aci Sant'Antonio		IT	15	CT	087005	17270	Europe/Rome
6537804	Adrano	adrano	Adrano,Comune di Adrano		IT	15	CT	087006	35549	Europe/Rome
6537805	Castiglione di Sicilia	castiglione-di-sicilia	Castiglione di Sicilia,Comune di Castiglione di Sicilia		IT	15	CT	087014	3298	Europe/Rome
6537806	Mineo	mineo	Comune di Mineo,Mineo		IT	15	CT	087027	5216	Europe/Rome
6537807	Nicolosi	nicolosi	Comune di Nicolosi,Nicolosi		IT	15	CT	087031	7156	Europe/Rome
6537808	Ramacca	ramacca	Comune di Ramacca,Ramacca		IT	15	CT	087037	10775	Europe/Rome
6537809	San Michele di Ganzaria	san-michele-di-ganzaria	Comune di San Michele di Ganzaria,San Michele di Ganzaria		IT	15	CT	087043	3463	Europe/Rome
6537810	Santa Maria di Licodia	santa-maria-di-licodia	Comune di Santa Maria di Licodia,Santa Maria di Licodia		IT	15	CT	087047	7322	Europe/Rome
6537811	Scordia	scordia	Comune di Scordia,Scordia		IT	15	CT	087049	17185	Europe/Rome
6537812	Trecastagni	trecastagni	Comune di Trecastagni,Trecastagni		IT	15	CT	087050	10482	Europe/Rome
6537813	Chiaramonte Gulfi	chiaramonte-gulfi	Chiaramonte Gulfi,Comune di Chiaramonte Gulfi		IT	15	RG	088002	8224	Europe/Rome
6537814	Giarratana	giarratana	Comune di Giarratana,Giarratana		IT	15	RG	088004	3143	Europe/Rome
6537815	Monterosso Almo	monterosso-almo	Comune di Monterosso Almo,Monterosso Almo		IT	15	RG	088007	3183	Europe/Rome
6537816	Scicli	scicli	Comune di Scicli,Scicli		IT	15	RG	088011	25922	Europe/Rome
6537817	Buccheri	buccheri	Buccheri,Comune di Buccheri		IT	15	SR	089003	2133	Europe/Rome
6537818	Buscemi	buscemi	Buscemi,Comune di Buscemi		IT	15	SR	089004	1128	Europe/Rome
6537819	Ferla	ferla	Comune di Ferla,Ferla		IT	15	SR	089008	2600	Europe/Rome
6537820	Aggius	aggius	Aggius,Comune di Aggius		IT	14	OT	104001	1602	Europe/Rome
6537821	Alghero	alghero	Alghero,Comune di Alghero		IT	14	SS	090003	40641	Europe/Rome
6537822	Benetutti	benetutti	Benetutti,Comune di Benetutti		IT	14	SS	090008	1971	Europe/Rome
6537823	Berchidda	berchidda	Berchidda,Comune di Berchidda		IT	14	OT	104006	2897	Europe/Rome
6537824	Buddusò	budduso	Budduso,Buddusò,Comune di Budduso,Comune di Buddusò		IT	14	OT	104008	3979	Europe/Rome
6537825	Bulzi	bulzi	Bulzi,Comune di Bulzi		IT	14	SS	090019	552	Europe/Rome
6537826	Chiaramonti	chiaramonti	Chiaramonti,Comune di Chiaramonti		IT	14	SS	090025	1735	Europe/Rome
6537827	Giave	giave	Comune di Giave,Giave		IT	14	SS	090030	586	Europe/Rome
6537828	Martis	martis	Comune di Martis,Martis		IT	14	SS	090039	553	Europe/Rome
6537829	Monteleone Rocca Doria	monteleone-rocca-doria	Comune di Monteleone Rocca Doria,Monteleone Rocca Doria		IT	14	SS	090040	117	Europe/Rome
6537830	Mores	mores	Comune di Mores,Mores		IT	14	SS	090042	1945	Europe/Rome
6537831	Muros	muros	Comune di Muros,Muros		IT	14	SS	090043	837	Europe/Rome
6537832	Osilo	osilo	Comune di Osilo,Osilo		IT	14	SS	090050	3204	Europe/Rome
6537833	Ossi	ossi	Comune di Ossi,Ossi		IT	14	SS	090051	5876	Europe/Rome
6537834	Padria	padria	Comune di Padria,Padria		IT	14	SS	090053	695	Europe/Rome
6537835	Palau	palau	Comune di Palau,Palau		IT	14	OT	104020	3772	Europe/Rome
6537836	Perfugas	perfugas	Comune di Perfugas,Perfugas		IT	14	SS	090056	2415	Europe/Rome
6537837	Ploaghe	ploaghe	Comune di Ploaghe,Ploaghe		IT	14	SS	090057	4653	Europe/Rome
6537838	Putifigari	putifigari	Comune di Putifigari,Putifigari		IT	14	SS	090060	757	Europe/Rome
6537839	Semestene	semestene	Comune di Semestene,Semestene		IT	14	SS	090066	171	Europe/Rome
6537840	Sennori	sennori	Comune di Sennori,Sennori		IT	14	SS	090067	7375	Europe/Rome
6537841	Sorso	sorso	Comune di Sorso,Sorso		IT	14	SS	090069	14300	Europe/Rome
6537842	Tissi	tissi	Comune di Tissi,Tissi		IT	14	SS	090072	2289	Europe/Rome
6537843	Tula	tula	Comune di Tula,Tula		IT	14	SS	090075	1598	Europe/Rome
6537844	Uri	uri	Comune di Uri,Uri		IT	14	SS	090076	3016	Europe/Rome
6537845	Usini	usini	Comune di Usini,Usini		IT	14	SS	090077	4321	Europe/Rome
6537846	Badesi	badesi	Badesi,Comune di Badesi		IT	14	OT	104005	1898	Europe/Rome
6537847	Aritzo	aritzo	Aritzo,Comune di Aritzo		IT	14	NU	091001	1328	Europe/Rome
6537848	Austis	austis	Austis,Comune di Austis		IT	14	NU	091004	876	Europe/Rome
6537849	Bari Sardo	bari-sardo	Bari Sardo,Comune di Bari Sardo		IT	14	OG	105002	3938	Europe/Rome
6537850	Baunei	baunei	Baunei,Comune di Baunei		IT	14	OG	105003	3716	Europe/Rome
6537851	Bitti	bitti	Bitti,Comune di Bitti		IT	14	NU	091009	3019	Europe/Rome
6537852	Borore	borore	Borore,Comune di Borore		IT	14	NU	091011	2190	Europe/Rome
6537853	Escolca	escolca	Comune di Escolca,Escolca		IT	14	CA	092111	624	Europe/Rome
6537854	Flussio	flussio	Comune di Flussio,Flussio		IT	14	OR	095080	454	Europe/Rome
6537855	Girasole	girasole	Comune di Girasole,Girasole		IT	14	OG	105007	1191	Europe/Rome
6537856	Isili	isili	Comune di Isili,Isili		IT	14	CA	092114	2842	Europe/Rome
6537857	Lotzorai	lotzorai	Comune di Lotzorai,Lotzorai		IT	14	OG	105012	2151	Europe/Rome
6537858	Lula	lula	Comune di Lula,Lula		IT	14	NU	091043	1495	Europe/Rome
6537859	Montresta	montresta	Comune di Montresta,Montresta		IT	14	OR	095085	535	Europe/Rome
6537860	Noragugume	noragugume	Comune di Noragugume,Noragugume		IT	14	NU	091050	338	Europe/Rome
6537861	Nuragus	nuragus	Comune di Nuragus,Nuragus		IT	14	CA	092115	942	Europe/Rome
6537862	Nurallao	nurallao	Comune di Nurallao,Nurallao		IT	14	CA	092116	1357	Europe/Rome
6537863	Nurri	nurri	Comune di Nurri,Nurri		IT	14	CA	092117	2233	Europe/Rome
6537864	Oliena	oliena	Comune di Oliena,Oliena		IT	14	NU	091055	7355	Europe/Rome
6537865	Olzai	olzai	Comune di Olzai,Olzai		IT	14	NU	091057	903	Europe/Rome
6537866	Onifai	onifai	Comune di Onifai,Onifai		IT	14	NU	091059	742	Europe/Rome
6537867	Orani	orani	Comune di Orani,Orani		IT	14	NU	091061	3007	Europe/Rome
6537868	Orgosolo	orgosolo	Comune di Orgosolo,Orgosolo		IT	14	NU	091062	4347	Europe/Rome
6537869	Orroli	orroli	Comune di Orroli,Orroli		IT	14	CA	092118	2397	Europe/Rome
6537870	Ortueri	ortueri	Comune di Ortueri,Ortueri		IT	14	NU	091066	1262	Europe/Rome
6537871	Orune	orune	Comune di Orune,Orune		IT	14	NU	091067	2561	Europe/Rome
6537872	Osidda	osidda	Comune di Osidda,Osidda		IT	14	NU	091068	230	Europe/Rome
6537873	Osini	osini	Comune di Osini,Osini		IT	14	OG	105013	811	Europe/Rome
6537874	Perdasdefogu	perdasdefogu	Comune di Perdasdefogu,Perdasdefogu		IT	14	OG	105014	2042	Europe/Rome
6537875	Posada	posada	Comune di Posada,Posada		IT	14	NU	091073	2737	Europe/Rome
6537876	Serri	serri	Comune di Serri,Serri		IT	14	CA	092120	676	Europe/Rome
6537877	Seui	seui	Comune di Seui,Seui		IT	14	OG	105015	1361	Europe/Rome
6537878	Silanus	silanus	Comune di Silanus,Silanus		IT	14	NU	091083	2200	Europe/Rome
6537879	Sindia	sindia	Comune di Sindia,Sindia		IT	14	NU	091084	1811	Europe/Rome
6537880	Suni	suni	Comune di Suni,Suni		IT	14	OR	095087	1130	Europe/Rome
6537881	Tertenia	tertenia	Comune di Tertenia,Tertenia		IT	14	OG	105017	3815	Europe/Rome
6537882	Tinnura	tinnura	Comune di Tinnura,Tinnura		IT	14	OR	095088	268	Europe/Rome
6537883	Triei	triei	Comune di Triei,Triei		IT	14	OG	105019	1126	Europe/Rome
6537884	Urzulei	urzulei	Comune di Urzulei,Urzulei		IT	14	OG	105021	1295	Europe/Rome
6537885	Villagrande Strisaili	villagrande-strisaili	Comune di Villagrande Strisaili,Villagrande Strisaili		IT	14	OG	105023	3376	Europe/Rome
6537886	Cardedu	cardedu	Cardedu,Comune di Cardedu		IT	14	OG	105004	1809	Europe/Rome
6537887	Armungia	armungia	Armungia,Comune di Armungia		IT	14	CA	092002	489	Europe/Rome
6537888	Assemini	assemini	Assemini,Comune di Assemini		IT	14	CA	092003	26620	Europe/Rome
6537889	Ballao	ballao	Ballao,Comune di Ballao		IT	14	CA	092004	877	Europe/Rome
6537890	Barrali	barrali	Barrali,Comune di Barrali		IT	14	CA	092005	1139	Europe/Rome
6537891	Burcei	burcei	Burcei,Comune di Burcei		IT	14	CA	092008	2896	Europe/Rome
6537892	Capoterra	capoterra	Capoterra,Comune di Capoterra		IT	14	CA	092011	23255	Europe/Rome
6537893	Carloforte	carloforte	Carloforte,Comune di Carloforte		IT	14	CI	107004	6301	Europe/Rome
6537894	Decimomannu	decimomannu	Comune di Decimomannu,Decimomannu		IT	14	CA	092015	7831	Europe/Rome
6537895	Dolianova	dolianova	Comune di Dolianova,Dolianova		IT	14	CA	092017	9404	Europe/Rome
6537896	Furtei	furtei	Comune di Furtei,Furtei		IT	14	VS	106004	1674	Europe/Rome
6537897	Gesico	gesico	Comune di Gesico,Gesico		IT	14	CA	092024	886	Europe/Rome
6537898	Goni	goni	Comune di Goni,Goni		IT	14	CA	092027	504	Europe/Rome
6537899	Guasila	guasila	Comune di Guasila,Guasila		IT	14	CA	092031	2775	Europe/Rome
6537900	Guspini	guspini	Comune di Guspini,Guspini		IT	14	VS	106008	12272	Europe/Rome
6537901	Maracalagonis	maracalagonis	Comune di Maracalagonis,Maracalagonis		IT	14	CA	092037	7523	Europe/Rome
6537902	Monastir	monastir	Comune di Monastir,Monastir		IT	14	CA	092038	4505	Europe/Rome
6537903	Nuxis	nuxis	Comune di Nuxis,Nuxis		IT	14	CI	107013	1631	Europe/Rome
6537904	Pimentel	pimentel	Comune di Pimentel,Pimentel		IT	14	CA	092048	1193	Europe/Rome
6537905	Portoscuso	portoscuso	Comune di Portoscuso,Portoscuso		IT	14	CI	107016	5236	Europe/Rome
6537906	Samassi	samassi	Comune di Samassi,Samassi		IT	14	VS	106013	5321	Europe/Rome
6537907	Samatzai	samatzai	Comune di Samatzai,Samatzai		IT	14	CA	092053	1720	Europe/Rome
6537908	San Sperate	san-sperate	Comune di San Sperate,San Sperate		IT	14	CA	092059	7972	Europe/Rome
6537909	Sant'Andrea Frius	sant-andrea-frius	Comune di Sant'Andrea Frius,Sant'Andrea Frius		IT	14	CA	092061	1834	Europe/Rome
6537910	Sardara	sardara	Comune di Sardara,Sardara		IT	14	VS	106016	4168	Europe/Rome
6537911	Sarroch	sarroch	Comune di Sarroch,Sarroch		IT	14	CA	092066	5198	Europe/Rome
6537912	Selargius	selargius	Comune di Selargius,Selargius		IT	14	CA	092068	28684	Europe/Rome
6537913	Senorbì	senorbi	Comune di Senorbi,Comune di Senorbì,Senorbi,Senorbì		IT	14	CA	092070	4781	Europe/Rome
6537914	Serramanna	serramanna	Comune di Serramanna,Serramanna		IT	14	VS	106018	9259	Europe/Rome
6537915	Serrenti	serrenti	Comune di Serrenti,Serrenti		IT	14	VS	106019	5028	Europe/Rome
6537916	Setzu	setzu	Comune di Setzu,Setzu		IT	14	VS	106020	144	Europe/Rome
6537917	Soleminis	soleminis	Comune di Soleminis,Soleminis		IT	14	CA	092082	1858	Europe/Rome
6537918	Ussana	ussana	Comune di Ussana,Ussana		IT	14	CA	092088	4285	Europe/Rome
6537919	Vallermosa	vallermosa	Comune di Vallermosa,Vallermosa		IT	14	CA	092091	1944	Europe/Rome
6537920	Villamar	villamar	Comune di Villamar,Villamar		IT	14	VS	106026	2872	Europe/Rome
6537921	Villanovafranca	villanovafranca	Comune di Villanovafranca,Villanovafranca		IT	14	VS	106028	1433	Europe/Rome
6537922	Villasor	villasor	Comune di Villasor,Villasor		IT	14	CA	092101	6857	Europe/Rome
6537923	Villaspeciosa	villaspeciosa	Comune di Villaspeciosa,Villaspeciosa		IT	14	CA	092102	2407	Europe/Rome
6537924	Masainas	masainas	Comune di Masainas,Masainas		IT	14	CI	107010	1350	Europe/Rome
6537925	Andreis	andreis	Andreis,Comune di Andreis		IT	06	PN	093001	282	Europe/Rome
6537926	Barcis	barcis	Barcis,Comune di Barcis		IT	06	PN	093006	261	Europe/Rome
6537927	Budoia	budoia	Budoia,Comune di Budoia		IT	06	PN	093008	2552	Europe/Rome
6537928	Clauzetto	clauzetto	Clauzetto,Comune di Clauzetto		IT	06	PN	093016	390	Europe/Rome
6537929	Cordenons	cordenons	Comune di Cordenons,Cordenons		IT	06	PN	093017	18203	Europe/Rome
6537930	Cordovado	cordovado	Comune di Cordovado,Cordovado		IT	06	PN	093018	2748	Europe/Rome
6537931	Fanna	fanna	Comune di Fanna,Fanna		IT	06	PN	093020	1556	Europe/Rome
6537932	Fiume Veneto	fiume-veneto	Comune di Fiume Veneto,Fiume Veneto		IT	06	PN	093021	11486	Europe/Rome
6537933	Meduno	meduno	Comune di Meduno,Meduno		IT	06	PN	093026	1674	Europe/Rome
6537934	Pinzano al Tagliamento	pinzano-al-tagliamento	Comune di Pinzano al Tagliamento,Pinzano al Tagliamento		IT	06	PN	093030	1567	Europe/Rome
6537935	Roveredo in Piano	roveredo-in-piano	Comune di Roveredo in Piano,Roveredo in Piano		IT	06	PN	093036	5779	Europe/Rome
6537936	San Giorgio della Richinvelda	san-giorgio-della-richinvelda	Comune di San Giorgio della Richinvelda,San Giorgio della Richinvelda		IT	06	PN	093038	4530	Europe/Rome
6537937	Sequals	sequals	Comune di Sequals,Sequals		IT	06	PN	093042	2221	Europe/Rome
6537938	Sesto al Reghena	sesto-al-reghena	Comune di Sesto al Reghena,Sesto al Reghena		IT	06	PN	093043	6319	Europe/Rome
6537939	Travesio	travesio	Comune di Travesio,Travesio		IT	06	PN	093047	1814	Europe/Rome
6537940	Zoppola	zoppola	Comune di Zoppola,Zoppola		IT	06	PN	093051	8419	Europe/Rome
6537941	Acquaviva d'Isernia	acquaviva-d-isernia	Acquaviva d'Isernia,Comune di Acquaviva d'Isernia		IT	11	IS	094001	455	Europe/Rome
6537942	Bagnoli del Trigno	bagnoli-del-trigno	Bagnoli del Trigno,Comune di Bagnoli del Trigno		IT	11	IS	094003	772	Europe/Rome
6537943	Capracotta	capracotta	Capracotta,Comune di Capracotta		IT	11	IS	094006	950	Europe/Rome
6537944	Carpinone	carpinone	Carpinone,Comune di Carpinone		IT	11	IS	094008	1226	Europe/Rome
6537945	Castelpizzuto	castelpizzuto	Castelpizzuto,Comune di Castelpizzuto		IT	11	IS	094011	159	Europe/Rome
6537946	Castel San Vincenzo	castel-san-vincenzo	Castel San Vincenzo,Comune di Castel San Vincenzo		IT	11	IS	094012	545	Europe/Rome
6537947	Civitanova del Sannio	civitanova-del-sannio	Civitanova del Sannio,Comune di Civitanova del Sannio		IT	11	IS	094016	955	Europe/Rome
6537948	Frosolone	frosolone	Comune di Frosolone,Frosolone		IT	11	IS	094022	3255	Europe/Rome
6537949	Macchia d'Isernia	macchia-d-isernia	Comune di Macchia d'Isernia,Macchia d'Isernia		IT	11	IS	094025	979	Europe/Rome
6537950	Montaquila	montaquila	Comune di Montaquila,Montaquila		IT	11	IS	094028	2451	Europe/Rome
6537951	Montenero Val Cocchiara	montenero-val-cocchiara	Comune di Montenero Val Cocchiara,Montenero Val Cocchiara		IT	11	IS	094029	558	Europe/Rome
6537952	Pescolanciano	pescolanciano	Comune di Pescolanciano,Pescolanciano		IT	11	IS	094032	878	Europe/Rome
6537953	Pietrabbondante	pietrabbondante	Comune di Pietrabbondante,Pietrabbondante		IT	11	IS	094035	826	Europe/Rome
6537954	Poggio Sannita	poggio-sannita	Comune di Poggio Sannita,Poggio Sannita		IT	11	IS	094037	764	Europe/Rome
6537955	San Pietro Avellana	san-pietro-avellana	Comune di San Pietro Avellana,San Pietro Avellana		IT	11	IS	094043	537	Europe/Rome
6537956	Sant'Angelo del Pesco	sant-angelo-del-pesco	Comune di Sant'Angelo del Pesco,Sant'Angelo del Pesco		IT	11	IS	094046	368	Europe/Rome
6537957	Scapoli	scapoli	Comune di Scapoli,Scapoli		IT	11	IS	094048	758	Europe/Rome
6537958	Abbasanta	abbasanta	Abbasanta,Comune di Abbasanta		IT	14	OR	095001	2828	Europe/Rome
6537959	Allai	allai	Allai,Comune di Allai		IT	14	OR	095005	370	Europe/Rome
6537960	Ardauli	ardauli	Ardauli,Comune di Ardauli		IT	14	OR	095007	946	Europe/Rome
6537961	Assolo	assolo	Assolo,Comune di Assolo		IT	14	OR	095008	434	Europe/Rome
6537962	Asuni	asuni	Asuni,Comune di Asuni		IT	14	OR	095009	357	Europe/Rome
6537963	Baradili	baradili	Baradili,Comune di Baradili		IT	14	OR	095010	90	Europe/Rome
6537964	Bauladu	bauladu	Bauladu,Comune di Bauladu		IT	14	OR	095013	703	Europe/Rome
6537965	Bidonì	bidoni	Bidoni,Bidonì,Comune di Bidoni,Comune di Bidonì		IT	14	OR	095014	147	Europe/Rome
6537966	Busachi	busachi	Busachi,Comune di Busachi		IT	14	OR	095017	1379	Europe/Rome
6537967	Gonnosnò	gonnosno	Comune di Gonnosno,Comune di Gonnosnò,Gonnosno,Gonnosnò		IT	14	OR	095023	800	Europe/Rome
6537968	Gonnostramatza	gonnostramatza	Comune di Gonnostramatza,Gonnostramatza		IT	14	OR	095024	943	Europe/Rome
6537969	Masullas	masullas	Comune di Masullas,Masullas		IT	14	OR	095026	1129	Europe/Rome
6537970	Morgongiori	morgongiori	Comune di Morgongiori,Morgongiori		IT	14	OR	095030	777	Europe/Rome
6537971	Neoneli	neoneli	Comune di Neoneli,Neoneli		IT	14	OR	095032	713	Europe/Rome
6537972	Nughedu Santa Vittoria	nughedu-santa-vittoria	Comune di Nughedu Santa Vittoria,Nughedu Santa Vittoria		IT	14	OR	095034	508	Europe/Rome
6537973	Nurachi	nurachi	Comune di Nurachi,Nurachi		IT	14	OR	095035	1790	Europe/Rome
6537974	Pau	pau	Comune di Pau,Pau		IT	14	OR	095040	300	Europe/Rome
6537975	Riola Sardo	riola-sardo	Comune di Riola Sardo,Riola Sardo		IT	14	OR	095043	2146	Europe/Rome
6537976	San Nicolò d'Arcidano	san-nicolo-d-arcidano	Comune di San Nicolo d'Arcidano,Comune di San Nicolò d'Arcidano,San Nicolo d'Arcidano,San Nicolò d'Arcidano		IT	14	OR	095046	2811	Europe/Rome
6537977	Sennariolo	sennariolo	Comune di Sennariolo,Sennariolo		IT	14	OR	095055	183	Europe/Rome
6537978	Simala	simala	Comune di Simala,Simala		IT	14	OR	095058	357	Europe/Rome
6537979	Sini	sini	Comune di Sini,Sini		IT	14	OR	095060	515	Europe/Rome
6537980	Siris	siris	Comune di Siris,Siris		IT	14	OR	095061	224	Europe/Rome
6537981	Sorradile	sorradile	Comune di Sorradile,Sorradile		IT	14	OR	095063	417	Europe/Rome
6537982	Tramatza	tramatza	Comune di Tramatza,Tramatza		IT	14	OR	095066	997	Europe/Rome
6537983	Zeddiani	zeddiani	Comune di Zeddiani,Zeddiani		IT	14	OR	095074	1158	Europe/Rome
6537984	Curcuris	curcuris	Comune di Curcuris,Curcuris		IT	14	OR	095077	314	Europe/Rome
6537985	Benna	benna	Benna,Comune di Benna		IT	12	BI	096003	1190	Europe/Rome
6537986	Campiglia Cervo	campiglia-cervo	Campiglia Cervo,Comune di Campiglia Cervo		IT	12	BI	096011	172	Europe/Rome
6537987	Crevacuore	crevacuore	Comune di Crevacuore,Crevacuore		IT	12	BI	096021	1610	Europe/Rome
6537988	Massazza	massazza	Comune di Massazza,Massazza		IT	12	BI	096031	542	Europe/Rome
6537989	Mottalciata	mottalciata	Comune di Mottalciata,Mottalciata		IT	12	BI	096037	1431	Europe/Rome
6537990	Netro	netro	Comune di Netro,Netro		IT	12	BI	096039	1015	Europe/Rome
6537991	Occhieppo Inferiore	occhieppo-inferiore	Comune di Occhieppo Inferiore,Occhieppo Inferiore		IT	12	BI	096040	3980	Europe/Rome
6537992	Occhiobello	occhiobello	Comune di Occhiobello,Occhiobello		IT	20	RO	029033	11351	Europe/Rome
6537993	Occhieppo Superiore	occhieppo-superiore	Comune di Occhieppo Superiore,Occhieppo Superiore		IT	12	BI	096041	2821	Europe/Rome
6537994	Pollone	pollone	Comune di Pollone,Pollone		IT	12	BI	096046	2153	Europe/Rome
6537995	Quittengo	quittengo	Comune di Quittengo,Quittengo		IT	12	BI	096052	214	Europe/Rome
6537996	Sandigliano	sandigliano	Comune di Sandigliano,Sandigliano		IT	12	BI	096059	2762	Europe/Rome
6537997	Valle San Nicolao	valle-san-nicolao	Comune di Valle San Nicolao,Valle San Nicolao		IT	12	BI	096074	1086	Europe/Rome
6537998	Vigliano Biellese	vigliano-biellese	Comune di Vigliano Biellese,Vigliano Biellese		IT	12	BI	096077	8180	Europe/Rome
6537999	Zimone	zimone	Comune di Zimone,Zimone		IT	12	BI	096081	425	Europe/Rome
6538000	Barzanò	barzano	Barzano,Barzanò,Comune di Barzano,Comune di Barzanò		IT	09	LC	097006	5171	Europe/Rome
6538001	Calolziocorte	calolziocorte	Calolziocorte,Comune di Calolziocorte		IT	09	LC	097013	14009	Europe/Rome
6538002	Casargo	casargo	Casargo,Comune di Casargo		IT	09	LC	097015	849	Europe/Rome
6538003	Cremeno	cremeno	Comune di Cremeno,Cremeno		IT	09	LC	097029	1438	Europe/Rome
6538004	Galbiate	galbiate	Comune di Galbiate,Galbiate		IT	09	LC	097036	8587	Europe/Rome
6538005	Lomagna	lomagna	Comune di Lomagna,Lomagna		IT	09	LC	097044	4899	Europe/Rome
6538006	Monte Marenzo	monte-marenzo	Comune di Monte Marenzo,Monte Marenzo		IT	09	LC	097052	1971	Europe/Rome
6538007	Torre de' Busi	torre-de-busi	Comune di Torre de' Busi,Torre de' Busi		IT	09	LC	097080	2007	Europe/Rome
6538008	Bertonico	bertonico	Bertonico,Comune di Bertonico		IT	09	LO	098002	1168	Europe/Rome
6538009	Brembio	brembio	Brembio,Comune di Brembio		IT	09	LO	098006	2647	Europe/Rome
6538010	Casalmaiocco	casalmaiocco	Casalmaiocco,Comune di Casalmaiocco		IT	09	LO	098009	3069	Europe/Rome
6538011	Cavacurta	cavacurta	Cavacurta,Comune di Cavacurta		IT	09	LO	098016	853	Europe/Rome
6538012	Cavenago d'Adda	cavenago-d-adda	Cavenago d'Adda,Comune di Cavenago d'Adda		IT	09	LO	098017	2259	Europe/Rome
6538013	Corno Giovine	corno-giovine	Comune di Corno Giovine,Corno Giovine		IT	09	LO	098022	1193	Europe/Rome
6538014	Crespiatica	crespiatica	Comune di Crespiatica,Crespiatica		IT	09	LO	098025	2137	Europe/Rome
6538015	Sant'Angelo Lodigiano	sant-angelo-lodigiano	Comune di Sant'Angelo Lodigiano,Sant'Angelo Lodigiano		IT	09	LO	098050	12665	Europe/Rome
6538016	Montescudo	montescudo	Comune di Montescudo,Montescudo		IT	05	RN	099010	3251	Europe/Rome
6538018	Poggio a Caiano	poggio-a-caiano	Comune di Poggio a Caiano,Poggio a Caiano		IT	16	PO	100004	9626	Europe/Rome
6538019	Petilia Policastro	petilia-policastro	Comune di Petilia Policastro,Petilia Policastro		IT	03	KR	101017	9267	Europe/Rome
6538020	Roccabernarda	roccabernarda	Comune di Roccabernarda,Roccabernarda		IT	03	KR	101018	3467	Europe/Rome
6538021	Strongoli	strongoli	Comune di Strongoli,Strongoli		IT	03	KR	101025	6486	Europe/Rome
6538022	Umbriatico	umbriatico	Comune di Umbriatico,Umbriatico		IT	03	KR	101026	929	Europe/Rome
6538023	Dasà	dasa	Comune di Dasa,Comune di Dasà,Dasa,Dasà		IT	03	VV	102007	1272	Europe/Rome
6538024	Drapia	drapia	Comune di Drapia,Drapia		IT	03	VV	102009	2102	Europe/Rome
6538025	Filadelfia	filadelfia	Comune di Filadelfia,Filadelfia		IT	03	VV	102011	5638	Europe/Rome
6538026	Filogaso	filogaso	Comune di Filogaso,Filogaso		IT	03	VV	102013	1439	Europe/Rome
6538027	Mongiana	mongiana	Comune di Mongiana,Mongiana		IT	03	VV	102022	796	Europe/Rome
6538028	Ricadi	ricadi	Comune di Ricadi,Ricadi		IT	03	VV	102030	4750	Europe/Rome
6538029	Simbario	simbario	Comune di Simbario,Simbario		IT	03	VV	102038	956	Europe/Rome
6538030	Tropea	tropea	Comune di Tropea,Tropea		IT	03	VV	102044	6555	Europe/Rome
6538031	Baveno	baveno	Baveno,Comune di Baveno		IT	12	VB	103008	4917	Europe/Rome
6538032	Belgirate	belgirate	Belgirate,Comune di Belgirate		IT	12	VB	103010	546	Europe/Rome
6538033	Cannero Riviera	cannero-riviera	Cannero Riviera,Comune di Cannero Riviera		IT	12	VB	103016	973	Europe/Rome
6538034	Cannobio	cannobio	Cannobio,Comune di Cannobio		IT	12	VB	103017	4992	Europe/Rome
6538035	Santa Maria Maggiore	santa-maria-maggiore	Comune di Santa Maria Maggiore,Santa Maria Maggiore		IT	12	VB	103062	1264	Europe/Rome
6538036	Varzo	varzo	Comune di Varzo,Varzo		IT	12	VB	103071	2106	Europe/Rome
6538037	Barbania	barbania	Barbania,Comune di Barbania		IT	12	TO	001021	1623	Europe/Rome
6538038	Beinasco	beinasco	Beinasco,Comune di Beinasco		IT	12	TO	001024	18104	Europe/Rome
6538039	Bobbio Pellice	bobbio-pellice	Bobbio Pellice,Comune di Bobbio Pellice		IT	12	TO	001026	566	Europe/Rome
6538040	Bollengo	bollengo	Bollengo,Comune di Bollengo		IT	12	TO	001027	2112	Europe/Rome
6538041	Borgaro Torinese	borgaro-torinese	Borgaro Torinese,Comune di Borgaro Torinese		IT	12	TO	001028	13620	Europe/Rome
6538042	Borgiallo	borgiallo	Borgiallo,Comune di Borgiallo		IT	12	TO	001029	550	Europe/Rome
6538043	Bussoleno	bussoleno	Bussoleno,Comune di Bussoleno		IT	12	TO	001044	6363	Europe/Rome
6538044	Cambiano	cambiano	Cambiano,Comune di Cambiano		IT	12	TO	001048	6215	Europe/Rome
6538045	Candia Canavese	candia-canavese	Candia Canavese,Comune di Candia Canavese		IT	12	TO	001050	1286	Europe/Rome
6538046	Caravino	caravino	Caravino,Comune di Caravino		IT	12	TO	001056	995	Europe/Rome
6538047	Carema	carema	Carema,Comune di Carema		IT	12	TO	001057	772	Europe/Rome
6538048	Caselette	caselette	Caselette,Comune di Caselette		IT	12	TO	001062	2931	Europe/Rome
6538049	Castellamonte	castellamonte	Castellamonte,Comune di Castellamonte		IT	12	TO	001066	9917	Europe/Rome
6538050	Chialamberto	chialamberto	Chialamberto,Comune di Chialamberto		IT	12	TO	001075	364	Europe/Rome
6538051	Chiomonte	chiomonte	Chiomonte,Comune di Chiomonte		IT	12	TO	001080	932	Europe/Rome
6538052	Chivasso	chivasso	Chivasso,Comune di Chivasso		IT	12	TO	001082	25914	Europe/Rome
6538053	Collegno	collegno	Collegno,Comune di Collegno		IT	12	TO	001090	49083	Europe/Rome
6538054	Cuceglio	cuceglio	Comune di Cuceglio,Cuceglio		IT	12	TO	001096	997	Europe/Rome
6538055	Cuorgnè	cuorgne	Comune di Cuorgne,Comune di Cuorgnè,Cuorgne,Cuorgnè		IT	12	TO	001098	10084	Europe/Rome
6538056	Druento	druento	Comune di Druento,Druento		IT	12	TO	001099	8436	Europe/Rome
6538057	Exilles	exilles	Comune di Exilles,Exilles		IT	12	TO	001100	266	Europe/Rome
6538058	Favria	favria	Comune di Favria,Favria		IT	12	TO	001101	5230	Europe/Rome
6538059	Fenestrelle	fenestrelle	Comune di Fenestrelle,Fenestrelle		IT	12	TO	001103	553	Europe/Rome
6538060	Foglizzo	foglizzo	Comune di Foglizzo,Foglizzo		IT	12	TO	001106	2331	Europe/Rome
6538061	Front	front	Comune di Front,Front		IT	12	TO	001109	1726	Europe/Rome
6538062	Lemie	lemie	Comune di Lemie,Lemie		IT	12	TO	001131	189	Europe/Rome
6538063	Mazzè	mazze	Comune di Mazze,Comune di Mazzè,Mazze,Mazzè		IT	12	TO	001148	4152	Europe/Rome
6538064	Moncalieri	moncalieri	Comune di Moncalieri,Moncalieri		IT	12	TO	001156	55875	Europe/Rome
6538065	Monserrato	monserrato	Comune di Monserrato,Monserrato		IT	14	CA	092109	20449	Europe/Rome
6538066	Montalenghe	montalenghe	Comune di Montalenghe,Montalenghe		IT	12	TO	001159	1030	Europe/Rome
6538067	Monteu da Po	monteu-da-po	Comune di Monteu da Po,Monteu da Po		IT	12	TO	001162	901	Europe/Rome
6538068	Noasca	noasca	Comune di Noasca,Noasca		IT	12	TO	001165	169	Europe/Rome
6538069	Nomaglio	nomaglio	Comune di Nomaglio,Nomaglio		IT	12	TO	001167	312	Europe/Rome
6538070	Novalesa	novalesa	Comune di Novalesa,Novalesa		IT	12	TO	001169	560	Europe/Rome
6538071	Orio Canavese	orio-canavese	Comune di Orio Canavese,Orio Canavese		IT	12	TO	001172	829	Europe/Rome
6538072	Pancalieri	pancalieri	Comune di Pancalieri,Pancalieri		IT	12	TO	001178	1985	Europe/Rome
6538073	Piossasco	piossasco	Comune di Piossasco,Piossasco		IT	12	TO	001194	18186	Europe/Rome
6538074	Quassolo	quassolo	Comune di Quassolo,Quassolo		IT	12	TO	001209	359	Europe/Rome
6538075	Quincinetto	quincinetto	Comune di Quincinetto,Quincinetto		IT	12	TO	001210	1048	Europe/Rome
6538076	Rivalba	rivalba	Comune di Rivalba,Rivalba		IT	12	TO	001213	1159	Europe/Rome
6538077	Rivalta di Torino	rivalta-di-torino	Comune di Rivalta di Torino,Rivalta di Torino		IT	12	TO	001214	19245	Europe/Rome
6538078	Riva presso Chieri	riva-presso-chieri	Comune di Riva presso Chieri,Riva presso Chieri		IT	12	TO	001215	4207	Europe/Rome
6538079	Romano Canavese	romano-canavese	Comune di Romano Canavese,Romano Canavese		IT	12	TO	001223	2937	Europe/Rome
6538080	Rondissone	rondissone	Comune di Rondissone,Rondissone		IT	12	TO	001225	1834	Europe/Rome
6538081	San Giorgio Canavese	san-giorgio-canavese	Comune di San Giorgio Canavese,San Giorgio Canavese		IT	12	TO	001244	2705	Europe/Rome
6538082	San Giusto Canavese	san-giusto-canavese	Comune di San Giusto Canavese,San Giusto Canavese		IT	12	TO	001246	3397	Europe/Rome
6538083	Sant'Ambrogio di Torino	sant-ambrogio-di-torino	Comune di Sant'Ambrogio di Torino,Sant'Ambrogio di Torino		IT	12	TO	001255	4753	Europe/Rome
6538084	Sciolze	sciolze	Comune di Sciolze,Sciolze		IT	12	TO	001262	1513	Europe/Rome
6538085	Strambino	strambino	Comune di Strambino,Strambino		IT	12	TO	001269	6336	Europe/Rome
6538086	Trana	trana	Comune di Trana,Trana		IT	12	TO	001276	3881	Europe/Rome
6538087	Traversella	traversella	Comune di Traversella,Traversella		IT	12	TO	001278	350	Europe/Rome
6538088	Trofarello	trofarello	Comune di Trofarello,Trofarello		IT	12	TO	001280	10911	Europe/Rome
6538089	Usseglio	usseglio	Comune di Usseglio,Usseglio		IT	12	TO	001282	219	Europe/Rome
6538090	Valperga	valperga	Comune di Valperga,Valperga		IT	12	TO	001287	3163	Europe/Rome
6538091	Verolengo	verolengo	Comune di Verolengo,Verolengo		IT	12	TO	001293	4962	Europe/Rome
6538092	Vico Canavese	vico-canavese	Comune di Vico Canavese,Vico Canavese		IT	12	TO	001297	882	Europe/Rome
6538093	Vigone	vigone	Comune di Vigone,Vigone		IT	12	TO	001299	5217	Europe/Rome
6538094	Villareggia	villareggia	Comune di Villareggia,Villareggia		IT	12	TO	001304	1012	Europe/Rome
6538095	Villastellone	villastellone	Comune di Villastellone,Villastellone		IT	12	TO	001308	4864	Europe/Rome
6538096	Alagna Valsesia	alagna-valsesia	Alagna Valsesia,Comune di Alagna Valsesia		IT	12	VC	002002	420	Europe/Rome
6538097	Alice Castello	alice-castello	Alice Castello,Comune di Alice Castello		IT	12	VC	002004	2721	Europe/Rome
6538098	Arborio	arborio	Arborio,Comune di Arborio		IT	12	VC	002006	909	Europe/Rome
6538099	Balmuccia	balmuccia	Balmuccia,Comune di Balmuccia		IT	12	VC	002008	94	Europe/Rome
6538100	Borgo d'Ale	borgo-d-ale	Borgo d'Ale,Comune di Borgo d'Ale		IT	12	VC	002015	2588	Europe/Rome
6538101	Buronzo	buronzo	Buronzo,Comune di Buronzo		IT	12	VC	002021	916	Europe/Rome
6538102	Costanzana	costanzana	Comune di Costanzana,Costanzana		IT	12	VC	002047	816	Europe/Rome
6538103	Crova	crova	Comune di Crova,Crova		IT	12	VC	002052	410	Europe/Rome
6538104	Formigliana	formigliana	Comune di Formigliana,Formigliana		IT	12	VC	002059	550	Europe/Rome
6538105	Ghislarengo	ghislarengo	Comune di Ghislarengo,Ghislarengo		IT	12	VC	002062	899	Europe/Rome
6538106	Greggio	greggio	Comune di Greggio,Greggio		IT	12	VC	002065	382	Europe/Rome
6538107	Lenta	lenta	Comune di Lenta,Lenta		IT	12	VC	002068	878	Europe/Rome
6538108	Lignana	lignana	Comune di Lignana,Lignana		IT	12	VC	002070	579	Europe/Rome
6538109	Lozzolo	lozzolo	Comune di Lozzolo,Lozzolo		IT	12	VC	002072	819	Europe/Rome
6538110	Pertengo	pertengo	Comune di Pertengo,Pertengo		IT	12	VC	002091	321	Europe/Rome
6538111	Piode	piode	Comune di Piode,Piode		IT	12	VC	002097	193	Europe/Rome
6538112	Prarolo	prarolo	Comune di Prarolo,Prarolo		IT	12	VC	002104	672	Europe/Rome
6538113	Quarona	quarona	Comune di Quarona,Quarona		IT	12	VC	002107	4246	Europe/Rome
6538114	Ronsecco	ronsecco	Comune di Ronsecco,Ronsecco		IT	12	VC	002118	580	Europe/Rome
6538115	Rovasenda	rovasenda	Comune di Rovasenda,Rovasenda		IT	12	VC	002122	979	Europe/Rome
6538116	Saluggia	saluggia	Comune di Saluggia,Saluggia		IT	12	VC	002128	4170	Europe/Rome
6538117	Santhià	santhia	Comune di Santhia,Comune di Santhià,Santhia,Santhià		IT	12	VC	002133	8825	Europe/Rome
6538118	Serravalle Sesia	serravalle-sesia	Comune di Serravalle Sesia,Serravalle Sesia		IT	12	VC	002137	5141	Europe/Rome
6538119	Tricerro	tricerro	Comune di Tricerro,Tricerro		IT	12	VC	002147	709	Europe/Rome
6538120	Trino	trino	Comune di Trino,Trino		IT	12	VC	002148	7437	Europe/Rome
6538121	Villarboit	villarboit	Comune di Villarboit,Villarboit		IT	12	VC	002163	465	Europe/Rome
6538122	Armeno	armeno	Armeno,Comune di Armeno		IT	12	NO	003006	2201	Europe/Rome
6538123	Bolzano Novarese	bolzano-novarese	Bolzano Novarese,Comune di Bolzano Novarese		IT	12	NO	003022	1176	Europe/Rome
6538124	Borgomanero	borgomanero	Borgomanero,Comune di Borgomanero		IT	12	NO	003024	21166	Europe/Rome
6538125	Borgo Ticino	borgo-ticino	Borgo Ticino,Comune di Borgo Ticino		IT	12	NO	003025	4929	Europe/Rome
6538188	Bistagno	bistagno	Bistagno,Comune di Bistagno		IT	12	AL	006017	1930	Europe/Rome
6538126	Carpignano Sesia	carpignano-sesia	Carpignano Sesia,Comune di Carpignano Sesia		IT	12	NO	003036	2578	Europe/Rome
6538127	Castellazzo Novarese	castellazzo-novarese	Castellazzo Novarese,Comune di Castellazzo Novarese		IT	12	NO	003042	323	Europe/Rome
6538128	Castelletto sopra Ticino	castelletto-sopra-ticino	Castelletto sopra Ticino,Comune di Castelletto sopra Ticino		IT	12	NO	003043	10005	Europe/Rome
6538129	Galliate	galliate	Comune di Galliate,Galliate		IT	12	NO	003068	15008	Europe/Rome
6538130	Ghemme	ghemme	Comune di Ghemme,Ghemme		IT	12	NO	003073	3617	Europe/Rome
6538131	Landiona	landiona	Comune di Landiona,Landiona		IT	12	NO	003083	590	Europe/Rome
6538132	Oleggio	oleggio	Comune di Oleggio,Oleggio		IT	12	NO	003108	13650	Europe/Rome
6538133	Pella	pella	Comune di Pella,Pella		IT	12	NO	003115	1038	Europe/Rome
6538134	Sillavengo	sillavengo	Comune di Sillavengo,Sillavengo		IT	12	NO	003138	595	Europe/Rome
6538135	Sozzago	sozzago	Comune di Sozzago,Sozzago		IT	12	NO	003141	1055	Europe/Rome
6538136	Suno	suno	Comune di Suno,Suno		IT	12	NO	003143	2808	Europe/Rome
6538137	Tornaco	tornaco	Comune di Tornaco,Tornaco		IT	12	NO	003146	876	Europe/Rome
6538138	Vaprio d'Agogna	vaprio-d-agogna	Comune di Vaprio d'Agogna,Vaprio d'Agogna		IT	12	NO	003153	1015	Europe/Rome
6538139	Vespolate	vespolate	Comune di Vespolate,Vespolate		IT	12	NO	003158	2067	Europe/Rome
6538140	Bagnasco	bagnasco	Bagnasco,Comune di Bagnasco		IT	12	CN	004008	1038	Europe/Rome
6538141	Beinette	beinette	Beinette,Comune di Beinette		IT	12	CN	004016	3200	Europe/Rome
6538142	Belvedere Langhe	belvedere-langhe	Belvedere Langhe,Comune di Belvedere Langhe		IT	12	CN	004018	370	Europe/Rome
6538143	Bene Vagienna	bene-vagienna	Bene Vagienna,Comune di Bene Vagienna		IT	12	CN	004019	3671	Europe/Rome
6538144	Bra	bra	Bra,Comune di Bra		IT	12	CN	004029	28935	Europe/Rome
6538145	Carrù	carru	Carru,Carrù,Comune di Carru,Comune di Carrù		IT	12	CN	004043	4428	Europe/Rome
6538146	Casalgrasso	casalgrasso	Casalgrasso,Comune di Casalgrasso		IT	12	CN	004045	1448	Europe/Rome
6538147	Casteldelfino	casteldelfino	Casteldelfino,Comune di Casteldelfino		IT	12	CN	004047	179	Europe/Rome
6538148	Centallo	centallo	Centallo,Comune di Centallo		IT	12	CN	004061	6817	Europe/Rome
6538149	Ceva	ceva	Ceva,Comune di Ceva		IT	12	CN	004066	5757	Europe/Rome
6538150	Cortemilia	cortemilia	Comune di Cortemilia,Cortemilia		IT	12	CN	004073	2388	Europe/Rome
6538151	Costigliole Saluzzo	costigliole-saluzzo	Comune di Costigliole Saluzzo,Costigliole Saluzzo		IT	12	CN	004075	3344	Europe/Rome
6538152	Frabosa Soprana	frabosa-soprana	Comune di Frabosa Soprana,Frabosa Soprana		IT	12	CN	004090	815	Europe/Rome
6538153	Gorzegno	gorzegno	Comune di Gorzegno,Gorzegno		IT	12	CN	004097	322	Europe/Rome
6538154	Melle	melle	Comune di Melle,Melle		IT	12	CN	004122	326	Europe/Rome
6538155	Monesiglio	monesiglio	Comune di Monesiglio,Monesiglio		IT	12	CN	004131	712	Europe/Rome
6538156	Monteu Roero	monteu-roero	Comune di Monteu Roero,Monteu Roero		IT	12	CN	004140	1667	Europe/Rome
6538157	Revello	revello	Comune di Revello,Revello		IT	12	CN	004180	4203	Europe/Rome
6538158	Robilante	robilante	Comune di Robilante,Robilante		IT	12	CN	004185	2424	Europe/Rome
6538159	Roccaforte Mondovì	roccaforte-mondovi	Comune di Roccaforte Mondovi,Comune di Roccaforte Mondovì,Roccaforte Mondovi,Roccaforte Mondovì		IT	12	CN	004190	2148	Europe/Rome
6538160	Ruffia	ruffia	Comune di Ruffia,Ruffia		IT	12	CN	004198	350	Europe/Rome
6538161	Sant'Albano Stura	sant-albano-stura	Comune di Sant'Albano Stura,Sant'Albano Stura		IT	12	CN	004211	2380	Europe/Rome
6538162	Sommariva del Bosco	sommariva-del-bosco	Comune di Sommariva del Bosco,Sommariva del Bosco		IT	12	CN	004222	6394	Europe/Rome
6538163	Tarantasca	tarantasca	Comune di Tarantasca,Tarantasca		IT	12	CN	004225	2009	Europe/Rome
6538164	Vernante	vernante	Comune di Vernante,Vernante		IT	12	CN	004239	1217	Europe/Rome
6538165	Verzuolo	verzuolo	Comune di Verzuolo,Verzuolo		IT	12	CN	004240	6409	Europe/Rome
6538166	Vignolo	vignolo	Comune di Vignolo,Vignolo		IT	12	CN	004243	2487	Europe/Rome
6538167	Berzano di San Pietro	berzano-di-san-pietro	Berzano di San Pietro,Comune di Berzano di San Pietro		IT	12	AT	005009	431	Europe/Rome
6538168	Calamandrana	calamandrana	Calamandrana,Comune di Calamandrana		IT	12	AT	005013	1784	Europe/Rome
6538169	Castagnole Monferrato	castagnole-monferrato	Castagnole Monferrato,Comune di Castagnole Monferrato		IT	12	AT	005023	1271	Europe/Rome
6538170	Castello di Annone	castello-di-annone	Castello di Annone,Comune di Castello di Annone		IT	12	AT	005028	1928	Europe/Rome
6538171	Cessole	cessole	Cessole,Comune di Cessole		IT	12	AT	005037	420	Europe/Rome
6538172	Cortanze	cortanze	Comune di Cortanze,Cortanze		IT	12	AT	005046	288	Europe/Rome
6538173	Cortazzone	cortazzone	Comune di Cortazzone,Cortazzone		IT	12	AT	005047	657	Europe/Rome
6538174	Cortiglione	cortiglione	Comune di Cortiglione,Cortiglione		IT	12	AT	005048	576	Europe/Rome
6538175	Costigliole d'Asti	costigliole-d-asti	Comune di Costigliole d'Asti,Costigliole d'Asti		IT	12	AT	005050	5969	Europe/Rome
6538176	Fontanile	fontanile	Comune di Fontanile,Fontanile		IT	12	AT	005054	566	Europe/Rome
6538177	Mombaldone	mombaldone	Comune di Mombaldone,Mombaldone		IT	12	AT	005064	221	Europe/Rome
6538178	Moncucco Torinese	moncucco-torinese	Comune di Moncucco Torinese,Moncucco Torinese		IT	12	AT	005070	878	Europe/Rome
6538179	Mongardino	mongardino	Comune di Mongardino,Mongardino		IT	12	AT	005071	951	Europe/Rome
6538180	Nizza Monferrato	nizza-monferrato	Comune di Nizza Monferrato,Nizza Monferrato		IT	12	AT	005080	10372	Europe/Rome
6538181	Piea	piea	Comune di Piea,Piea		IT	12	AT	005084	612	Europe/Rome
6538182	Valfenera	valfenera	Comune di Valfenera,Valfenera		IT	12	AT	005112	2519	Europe/Rome
6538183	Vesime	vesime	Comune di Vesime,Vesime		IT	12	AT	005113	661	Europe/Rome
6538184	Villafranca d'Asti	villafranca-d-asti	Comune di Villafranca d'Asti,Villafranca d'Asti		IT	12	AT	005117	3250	Europe/Rome
6538185	Acqui Terme	acqui-terme	Acqui Terme,Comune di Acqui Terme		IT	12	AL	006001	20054	Europe/Rome
6538186	Balzola	balzola	Balzola,Comune di Balzola		IT	12	AL	006011	1420	Europe/Rome
6538187	Bassignana	bassignana	Bassignana,Comune di Bassignana		IT	12	AL	006013	1742	Europe/Rome
6538189	Borgoratto Alessandrino	borgoratto-alessandrino	Borgoratto Alessandrino,Comune di Borgoratto Alessandrino		IT	12	AL	006019	617	Europe/Rome
6538190	Cassano Spinola	cassano-spinola	Cassano Spinola,Comune di Cassano Spinola		IT	12	AL	006042	1793	Europe/Rome
6538191	Castellazzo Bormida	castellazzo-bormida	Castellazzo Bormida,Comune di Castellazzo Bormida		IT	12	AL	006047	4566	Europe/Rome
6538192	Castelnuovo Scrivia	castelnuovo-scrivia	Castelnuovo Scrivia,Comune di Castelnuovo Scrivia		IT	12	AL	006053	5414	Europe/Rome
6538193	Cremolino	cremolino	Comune di Cremolino,Cremolino		IT	12	AL	006063	1062	Europe/Rome
6538194	Frugarolo	frugarolo	Comune di Frugarolo,Frugarolo		IT	12	AL	006075	2012	Europe/Rome
6538195	Gavi	gavi	Comune di Gavi,Gavi		IT	12	AL	006081	4707	Europe/Rome
6538196	Guazzora	guazzora	Comune di Guazzora,Guazzora		IT	12	AL	006086	313	Europe/Rome
6538197	Mirabello Monferrato	mirabello-monferrato	Comune di Mirabello Monferrato,Mirabello Monferrato		IT	12	AL	006094	1401	Europe/Rome
6538198	Molare	molare	Comune di Molare,Molare		IT	12	AL	006095	2269	Europe/Rome
6538199	Morano sul Po	morano-sul-po	Comune di Morano sul Po,Morano sul Po		IT	12	AL	006109	1511	Europe/Rome
6538200	Castel San Lorenzo	castel-san-lorenzo	Castel San Lorenzo,Comune di Castel San Lorenzo		IT	04	SA	065035	2632	Europe/Rome
6538201	Celle di Bulgheria	celle-di-bulgheria	Celle di Bulgheria,Comune di Celle di Bulgheria		IT	04	SA	065038	1968	Europe/Rome
6538202	Cetara	cetara	Cetara,Comune di Cetara		IT	04	SA	065041	2302	Europe/Rome
6538203	Cicerale	cicerale	Cicerale,Comune di Cicerale		IT	04	SA	065042	1233	Europe/Rome
6538204	Conca dei Marini	conca-dei-marini	Comune di Conca dei Marini,Conca dei Marini		IT	04	SA	065044	730	Europe/Rome
6538205	Gioi	gioi	Comune di Gioi,Gioi		IT	04	SA	065057	1339	Europe/Rome
6538206	Giungano	giungano	Comune di Giungano,Giungano		IT	04	SA	065058	1249	Europe/Rome
6538207	Laureana Cilento	laureana-cilento	Comune di Laureana Cilento,Laureana Cilento		IT	04	SA	065060	1151	Europe/Rome
6538208	Laurito	laurito	Comune di Laurito,Laurito		IT	04	SA	065062	843	Europe/Rome
6538209	Lustra	lustra	Comune di Lustra,Lustra		IT	04	SA	065064	1100	Europe/Rome
6538210	Murisengo	murisengo	Comune di Murisengo,Murisengo		IT	12	AL	006113	1450	Europe/Rome
6538211	Pomaro Monferrato	pomaro-monferrato	Comune di Pomaro Monferrato,Pomaro Monferrato		IT	12	AL	006131	390	Europe/Rome
6538212	Ponzone	ponzone	Comune di Ponzone,Ponzone		IT	12	AL	006136	1071	Europe/Rome
6538213	Craveggia	craveggia	Comune di Craveggia,Craveggia		IT	12	VB	103024	728	Europe/Rome
6538214	Druogno	druogno	Comune di Druogno,Druogno		IT	12	VB	103029	977	Europe/Rome
6538215	Ghiffa	ghiffa	Comune di Ghiffa,Ghiffa		IT	12	VB	103033	2394	Europe/Rome
6538216	Malesco	malesco	Comune di Malesco,Malesco		IT	12	VB	103041	1465	Europe/Rome
6538217	Pallanzeno	pallanzeno	Comune di Pallanzeno,Pallanzeno		IT	12	VB	103052	1176	Europe/Rome
6538218	Sanzeno	sanzeno	Comune di Sanzeno,Sanzeno		IT	17	TN	022169	928	Europe/Rome
6538219	Siror	siror	Comune di Siror,Siror		IT	17	TN	022174	1284	Europe/Rome
6538220	Spormaggiore	spormaggiore	Comune di Spormaggiore,Spormaggiore		IT	17	TN	022180	1259	Europe/Rome
6538221	Stenico	stenico	Comune di Stenico,Stenico		IT	17	TN	022182	1137	Europe/Rome
6538222	Tassullo	tassullo	Comune di Tassullo,Tassullo		IT	17	TN	022187	1920	Europe/Rome
6538223	Terlago	terlago	Comune di Terlago,Terlago		IT	17	TN	022192	1883	Europe/Rome
6538224	Tesero	tesero	Comune di Tesero,Tesero		IT	17	TN	022196	2868	Europe/Rome
6538226	Tione di Trento	tione-di-trento	Comune di Tione di Trento,Tione di Trento		IT	17	TN	022199	3608	Europe/Rome
6538227	Vigo di Fassa	vigo-di-fassa	Comune di Vigo di Fassa,Vigo di Fassa		IT	17	TN	022217	1207	Europe/Rome
6538228	Vigo Rendena	vigo-rendena	Comune di Vigo Rendena,Vigo Rendena		IT	17	TN	022220	501	Europe/Rome
6538229	Affi	affi	Affi,Comune di Affi		IT	20	VR	023001	2297	Europe/Rome
6538230	Albaredo d'Adige	albaredo-d-adige	Albaredo d'Adige,Comune di Albaredo d'Adige		IT	20	VR	023002	5232	Europe/Rome
6538231	Arcole	arcole	Arcole,Comune di Arcole		IT	20	VR	023004	6144	Europe/Rome
6538232	Badia Calavena	badia-calavena	Badia Calavena,Comune di Badia Calavena		IT	20	VR	023005	2661	Europe/Rome
6538233	Bevilacqua	bevilacqua	Bevilacqua,Comune di Bevilacqua		IT	20	VR	023008	1787	Europe/Rome
6538234	Bovolone	bovolone	Bovolone,Comune di Bovolone		IT	20	VR	023012	15846	Europe/Rome
6538235	Casaleone	casaleone	Casaleone,Comune di Casaleone		IT	20	VR	023019	5939	Europe/Rome
6538236	Cavaion Veronese	cavaion-veronese	Cavaion Veronese,Comune di Cavaion Veronese		IT	20	VR	023023	5471	Europe/Rome
6538237	Dolcè	dolce	Comune di Dolce,Comune di Dolcè,Dolce,Dolcè		IT	20	VR	023031	2573	Europe/Rome
6538238	Erbè	erbe	Comune di Erbe,Comune di Erbè,Erbe,Erbè		IT	20	VR	023032	1841	Europe/Rome
6538239	Grezzana	grezzana	Comune di Grezzana,Grezzana		IT	20	VR	023038	10827	Europe/Rome
6538240	Isola della Scala	isola-della-scala	Comune di Isola della Scala,Isola della Scala		IT	20	VR	023040	11457	Europe/Rome
6538241	Lazise	lazise	Comune di Lazise,Lazise		IT	20	VR	023043	6695	Europe/Rome
6538242	Minerbe	minerbe	Comune di Minerbe,Minerbe		IT	20	VR	023048	4667	Europe/Rome
6538243	Montecchia di Crosara	montecchia-di-crosara	Comune di Montecchia di Crosara,Montecchia di Crosara		IT	20	VR	023049	4462	Europe/Rome
6538244	Monteforte d'Alpone	monteforte-d-alpone	Comune di Monteforte d'Alpone,Monteforte d'Alpone		IT	20	VR	023050	8410	Europe/Rome
6538245	Oppeano	oppeano	Comune di Oppeano,Oppeano		IT	20	VR	023055	9427	Europe/Rome
6538246	Pressana	pressana	Comune di Pressana,Pressana		IT	20	VR	023061	2564	Europe/Rome
6538247	Ronco all'Adige	ronco-all-adige	Comune di Ronco all'Adige,Ronco all'Adige		IT	20	VR	023064	6179	Europe/Rome
6538248	Veronella	veronella	Comune di Veronella,Veronella		IT	20	VR	023092	4670	Europe/Rome
6538249	Vigasio	vigasio	Comune di Vigasio,Vigasio		IT	20	VR	023094	9438	Europe/Rome
6538250	Albettone	albettone	Albettone,Comune di Albettone		IT	20	VI	024002	2066	Europe/Rome
6538251	Altavilla Vicentina	altavilla-vicentina	Altavilla Vicentina,Comune di Altavilla Vicentina		IT	20	VI	024004	11760	Europe/Rome
6538252	Bassano del Grappa	bassano-del-grappa	Bassano del Grappa,Comune di Bassano del Grappa		IT	20	VI	024012	42984	Europe/Rome
6538253	Breganze	breganze	Breganze,Comune di Breganze		IT	20	VI	024014	8693	Europe/Rome
6538254	Camisano Vicentino	camisano-vicentino	Camisano Vicentino,Comune di Camisano Vicentino		IT	20	VI	024021	10624	Europe/Rome
6538255	Campiglia dei Berici	campiglia-dei-berici	Campiglia dei Berici,Comune di Campiglia dei Berici		IT	20	VI	024022	1791	Europe/Rome
6538256	Chiampo	chiampo	Chiampo,Comune di Chiampo		IT	20	VI	024029	12859	Europe/Rome
6538257	Chiuppano	chiuppano	Chiuppano,Comune di Chiuppano		IT	20	VI	024030	2626	Europe/Rome
6538258	Cismon del Grappa	cismon-del-grappa	Cismon del Grappa,Comune di Cismon del Grappa		IT	20	VI	024031	964	Europe/Rome
6538259	Cogollo del Cengio	cogollo-del-cengio	Cogollo del Cengio,Comune di Cogollo del Cengio		IT	20	VI	024032	3390	Europe/Rome
6538260	Conco	conco	Comune di Conco,Conco		IT	20	VI	024033	2206	Europe/Rome
6538261	Crespadoro	crespadoro	Comune di Crespadoro,Crespadoro		IT	20	VI	024037	1452	Europe/Rome
6538262	Foza	foza	Comune di Foza,Foza		IT	20	VI	024041	717	Europe/Rome
6538263	Grisignano di Zocco	grisignano-di-zocco	Comune di Grisignano di Zocco,Grisignano di Zocco		IT	20	VI	024046	4292	Europe/Rome
6538264	Lastebasse	lastebasse	Comune di Lastebasse,Lastebasse		IT	20	VI	024050	229	Europe/Rome
6538265	Lusiana	lusiana	Comune di Lusiana,Lusiana		IT	20	VI	024054	2740	Europe/Rome
6538266	Montebello Vicentino	montebello-vicentino	Comune di Montebello Vicentino,Montebello Vicentino		IT	20	VI	024060	6531	Europe/Rome
6538267	Rossano Veneto	rossano-veneto	Comune di Rossano Veneto,Rossano Veneto		IT	20	VI	024088	7922	Europe/Rome
6538268	Sandrigo	sandrigo	Comune di Sandrigo,Sandrigo		IT	20	VI	024091	8392	Europe/Rome
6538269	San Vito di Leguzzano	san-vito-di-leguzzano	Comune di San Vito di Leguzzano,San Vito di Leguzzano		IT	20	VI	024096	3584	Europe/Rome
6538270	Schio	schio	Comune di Schio,Schio		IT	20	VI	024100	39131	Europe/Rome
6538271	Solagna	solagna	Comune di Solagna,Solagna		IT	20	VI	024101	1895	Europe/Rome
6538272	Villaga	villaga	Comune di Villaga,Villaga		IT	20	VI	024117	1963	Europe/Rome
6538273	Zanè	zane	Comune di Zane,Comune di Zanè,Zane,Zanè		IT	20	VI	024119	6642	Europe/Rome
6538274	Cesiomaggiore	cesiomaggiore	Cesiomaggiore,Comune di Cesiomaggiore		IT	20	BL	025011	4145	Europe/Rome
6538275	Cortina d'Ampezzo	cortina-d-ampezzo	Comune di Cortina d'Ampezzo,Cortina Ampecanorum,Cortina d'Ampezzo,Cortina d'Anpezo,Cortina d’Ampezzo,Kortina d'Ampecas,Kortina d'Ampeco,Kortina-d'Ampecco,ke er di na dan pei zuo,koleutinadampecho,kwrtyna dambydzw,kwrtyna damptzw,kxr ti nada mpes so,Кортина д'Ампецо,Кортина-д’Ампеццо,Кортіна-д'Ампеццо,كورتينا دامبيدزو,کورتینا دامپتزو,กอร์ตีนาดัมเปซโซ,コルティーナ・ダンペッツォ,科爾蒂納丹佩佐,코르티나담페초		IT	20	BL	025016	5890	Europe/Rome
6538276	Domegge di Cadore	domegge-di-cadore	Comune di Domegge di Cadore,Domegge di Cadore		IT	20	BL	025018	2575	Europe/Rome
6538277	Fonzaso	fonzaso	Comune di Fonzaso,Fonzaso		IT	20	BL	025022	3322	Europe/Rome
6538278	Forno di Zoldo	forno-di-zoldo	Comune di Forno di Zoldo,Forno di Zoldo		IT	20	BL	025024	2465	Europe/Rome
6538279	Lamon	lamon	Comune di Lamon,Lamon		IT	20	BL	025026	3046	Europe/Rome
6538280	La Valle Agordina	la-valle-agordina	Comune di La Valle Agordina,La Valle Agordina		IT	20	BL	025027	1150	Europe/Rome
6538281	Lentiai	lentiai	Comune di Lentiai,Lentiai		IT	20	BL	025028	2979	Europe/Rome
6538282	Longarone	longarone	Comune di Longarone,Longarone		IT	20	BL	025031	3945	Europe/Rome
6538283	Lorenzago di Cadore	lorenzago-di-cadore	Comune di Lorenzago di Cadore,Lorenzago di Cadore		IT	20	BL	025032	567	Europe/Rome
6538284	Lozzo di Cadore	lozzo-di-cadore	Comune di Lozzo di Cadore,Lozzo di Cadore		IT	20	BL	025033	1497	Europe/Rome
6538285	Pedavena	pedavena	Comune di Pedavena,Pedavena		IT	20	BL	025036	4429	Europe/Rome
6538286	Quero	quero	Comune di Quero,Quero		IT	20	BL	025042	2511	Europe/Rome
6538287	Santo Stefano di Cadore	santo-stefano-di-cadore	Comune di Santo Stefano di Cadore,Santo Stefano di Cadore		IT	20	BL	025050	2663	Europe/Rome
6538288	Sedico	sedico	Comune di Sedico,Sedico		IT	20	BL	025053	9906	Europe/Rome
6538289	Trichiana	trichiana	Comune di Trichiana,Trichiana		IT	20	BL	025061	4832	Europe/Rome
6538290	Vas	vas	Comune di Vas,Vas		IT	20	BL	025064	827	Europe/Rome
6538291	Vigo di Cadore	vigo-di-cadore	Comune di Vigo di Cadore,Vigo di Cadore		IT	20	BL	025065	1499	Europe/Rome
6538292	Arcade	arcade	Arcade,Comune di Arcade		IT	20	TV	026002	4366	Europe/Rome
6538293	Carbonera	carbonera	Carbonera,Comune di Carbonera		IT	20	TV	026008	11135	Europe/Rome
6538294	Casale sul Sile	casale-sul-sile	Casale sul Sile,Comune di Casale sul Sile		IT	20	TV	026009	12722	Europe/Rome
6538295	Chiarano	chiarano	Chiarano,Comune di Chiarano		IT	20	TV	026016	3695	Europe/Rome
6538296	Colle Umberto	colle-umberto	Colle Umberto,Comune di Colle Umberto		IT	20	TV	026020	5177	Europe/Rome
6538297	Conegliano	conegliano	Comune di Conegliano,Conegliano		IT	20	TV	026021	34428	Europe/Rome
6538298	Fregona	fregona	Comune di Fregona,Fregona		IT	20	TV	026030	3169	Europe/Rome
6538299	Mansuè	mansue	Comune di Mansue,Comune di Mansuè,Mansue,Mansuè		IT	20	TV	026037	4974	Europe/Rome
6538300	Maserada sul Piave	maserada-sul-piave	Comune di Maserada sul Piave,Maserada sul Piave		IT	20	TV	026040	9293	Europe/Rome
6538301	Meduna di Livenza	meduna-di-livenza	Comune di Meduna di Livenza,Meduna di Livenza		IT	20	TV	026041	2947	Europe/Rome
6538302	Moriago della Battaglia	moriago-della-battaglia	Comune di Moriago della Battaglia,Moriago della Battaglia		IT	20	TV	026048	2785	Europe/Rome
6538303	Motta di Livenza	motta-di-livenza	Comune di Motta di Livenza,Motta di Livenza		IT	20	TV	026049	10681	Europe/Rome
6538304	Nervesa della Battaglia	nervesa-della-battaglia	Comune di Nervesa della Battaglia,Nervesa della Battaglia		IT	20	TV	026050	6854	Europe/Rome
6538305	Ormelle	ormelle	Comune di Ormelle,Ormelle		IT	20	TV	026052	4464	Europe/Rome
6538306	Possagno	possagno	Comune di Possagno,Possagno		IT	20	TV	026061	2195	Europe/Rome
6538307	Preganziol	preganziol	Comune di Preganziol,Preganziol		IT	20	TV	026063	16772	Europe/Rome
6538308	San Polo di Piave	san-polo-di-piave	Comune di San Polo di Piave,San Polo di Piave		IT	20	TV	026074	4929	Europe/Rome
6538309	Sarmede	sarmede	Comune di Sarmede,Sarmede		IT	20	TV	026078	3174	Europe/Rome
6538310	Silea	silea	Comune di Silea,Silea		IT	20	TV	026081	9923	Europe/Rome
6538311	Vedelago	vedelago	Comune di Vedelago,Vedelago		IT	20	TV	026089	16434	Europe/Rome
6538312	Vittorio Veneto	vittorio-veneto	Comune di Vittorio Veneto,Vittorio Veneto		IT	20	TV	026092	28656	Europe/Rome
6538313	Annone Veneto	annone-veneto	Annone Veneto,Comune di Annone Veneto		IT	20	VE	027001	3976	Europe/Rome
6538314	Concordia Sagittaria	concordia-sagittaria	Comune di Concordia Sagittaria,Concordia Sagittaria		IT	20	VE	027011	10640	Europe/Rome
6538315	Martellago	martellago	Comune di Martellago,Martellago		IT	20	VE	027021	21171	Europe/Rome
6538316	Meolo	meolo	Comune di Meolo,Meolo		IT	20	VE	027022	6465	Europe/Rome
6538317	Mirano	mirano	Comune di Mirano,Mirano		IT	20	VE	027024	26456	Europe/Rome
6538318	Noale	noale	Comune di Noale,Noale		IT	20	VE	027026	15708	Europe/Rome
6538319	Noventa di Piave	noventa-di-piave	Comune di Noventa di Piave,Noventa di Piave		IT	20	VE	027027	6843	Europe/Rome
6538320	Quarto d'Altino	quarto-d-altino	Comune di Quarto d'Altino,Quarto d'Altino		IT	20	VE	027031	8199	Europe/Rome
6538321	Salzano	salzano	Comune di Salzano,Salzano		IT	20	VE	027032	12678	Europe/Rome
6538322	San Donà di Piave	san-dona-di-piave	Comune di San Dona di Piave,Comune di San Donà di Piave,San Dona di Piave,San Donà di Piave		IT	20	VE	027033	40646	Europe/Rome
6538323	Scorzè	scorze	Comune di Scorze,Comune di Scorzè,Scorze,Scorzè		IT	20	VE	027037	18904	Europe/Rome
6538324	Teglio Veneto	teglio-veneto	Comune di Teglio Veneto,Teglio Veneto		IT	20	VE	027040	2325	Europe/Rome
6538325	Albignasego	albignasego	Albignasego,Comune di Albignasego		IT	20	PD	028003	23464	Europe/Rome
6538326	Anguillara Veneta	anguillara-veneta	Anguillara Veneta,Comune di Anguillara Veneta		IT	20	PD	028004	4594	Europe/Rome
6538327	Arre	arre	Arre,Comune di Arre		IT	20	PD	028006	2191	Europe/Rome
6538328	Arzergrande	arzergrande	Arzergrande,Comune di Arzergrande		IT	20	PD	028007	4682	Europe/Rome
6538329	Bovolenta	bovolenta	Bovolenta,Comune di Bovolenta		IT	20	PD	028014	3349	Europe/Rome
6538330	Camposampiero	camposampiero	Camposampiero,Comune di Camposampiero		IT	20	PD	028019	12019	Europe/Rome
6538331	Carmignano di Brenta	carmignano-di-brenta	Carmignano di Brenta,Comune di Carmignano di Brenta		IT	20	PD	028023	7540	Europe/Rome
6538332	Casale di Scodosia	casale-di-scodosia	Casale di Scodosia,Comune di Casale di Scodosia		IT	20	PD	028027	4866	Europe/Rome
6538333	Castelbaldo	castelbaldo	Castelbaldo,Comune di Castelbaldo		IT	20	PD	028029	1625	Europe/Rome
6538334	Curtarolo	curtarolo	Comune di Curtarolo,Curtarolo		IT	20	PD	028036	7175	Europe/Rome
6538335	Legnaro	legnaro	Comune di Legnaro,Legnaro		IT	20	PD	028044	8544	Europe/Rome
6538336	Lozzo Atestino	lozzo-atestino	Comune di Lozzo Atestino,Lozzo Atestino		IT	20	PD	028047	3179	Europe/Rome
6538337	Maserà di Padova	masera-di-padova	Comune di Masera di Padova,Comune di Maserà di Padova,Masera di Padova,Maserà di Padova		IT	20	PD	028048	9045	Europe/Rome
6538338	Merlara	merlara	Comune di Merlara,Merlara		IT	20	PD	028053	2831	Europe/Rome
6538339	Piazzola sul Brenta	piazzola-sul-brenta	Comune di Piazzola sul Brenta,Piazzola sul Brenta		IT	20	PD	028063	11130	Europe/Rome
6538340	Piombino Dese	piombino-dese	Comune di Piombino Dese,Piombino Dese		IT	20	PD	028064	9276	Europe/Rome
6538341	Pontelongo	pontelongo	Comune di Pontelongo,Pontelongo		IT	20	PD	028068	3902	Europe/Rome
6538342	San Martino di Lupari	san-martino-di-lupari	Comune di San Martino di Lupari,San Martino di Lupari		IT	20	PD	028077	13052	Europe/Rome
6538343	Santa Margherita d'Adige	santa-margherita-d-adige	Comune di Santa Margherita d'Adige,Santa Margherita d'Adige		IT	20	PD	028081	2299	Europe/Rome
6538344	Stanghella	stanghella	Comune di Stanghella,Stanghella		IT	20	PD	028088	4331	Europe/Rome
6538345	Tombolo	tombolo	Comune di Tombolo,Tombolo		IT	20	PD	028091	8227	Europe/Rome
6538346	Vigodarzere	vigodarzere	Comune di Vigodarzere,Vigodarzere		IT	20	PD	028099	12885	Europe/Rome
6538347	Castelguglielmo	castelguglielmo	Castelguglielmo,Comune di Castelguglielmo		IT	20	RO	029011	1646	Europe/Rome
6538348	Ceneselli	ceneselli	Ceneselli,Comune di Ceneselli		IT	20	RO	029014	1813	Europe/Rome
6538349	Ceregnano	ceregnano	Ceregnano,Comune di Ceregnano		IT	20	RO	029015	3691	Europe/Rome
6538350	Corbola	corbola	Comune di Corbola,Corbola		IT	20	RO	029017	2514	Europe/Rome
6538351	Ficarolo	ficarolo	Comune di Ficarolo,Ficarolo		IT	20	RO	029021	2609	Europe/Rome
6538352	Guarda Veneta	guarda-veneta	Comune di Guarda Veneta,Guarda Veneta		IT	20	RO	029028	1185	Europe/Rome
6538353	Lendinara	lendinara	Comune di Lendinara,Lendinara		IT	20	RO	029029	12024	Europe/Rome
6538354	Loreo	loreo	Comune di Loreo,Loreo		IT	20	RO	029030	3568	Europe/Rome
6538355	Pettorazza Grimani	pettorazza-grimani	Comune di Pettorazza Grimani,Pettorazza Grimani		IT	20	RO	029035	1669	Europe/Rome
6538356	Rosolina	rosolina	Comune di Rosolina,Rosolina		IT	20	RO	029040	6481	Europe/Rome
6538357	Salara	salara	Comune di Salara,Salara		IT	20	RO	029042	1214	Europe/Rome
6538358	San Bellino	san-bellino	Comune di San Bellino,San Bellino		IT	20	RO	029043	1156	Europe/Rome
6538359	Villadose	villadose	Comune di Villadose,Villadose		IT	20	RO	029048	5188	Europe/Rome
6538360	Amaro	amaro	Amaro,Comune di Amaro		IT	06	UD	030002	841	Europe/Rome
6538361	Arta Terme	arta-terme	Arta Terme,Comune di Arta Terme		IT	06	UD	030005	2243	Europe/Rome
6538362	Campoformido	campoformido	Campoformido,Comune di Campoformido		IT	06	UD	030016	7679	Europe/Rome
6538363	Cervignano del Friuli	cervignano-del-friuli	Cervignano del Friuli,Comune di Cervignano del Friuli		IT	06	UD	030023	13409	Europe/Rome
6538364	Cividale del Friuli	cividale-del-friuli	Cividale del Friuli,Comune di Cividale del Friuli		IT	06	UD	030026	11378	Europe/Rome
6538365	Coseano	coseano	Comune di Coseano,Coseano		IT	06	UD	030031	2247	Europe/Rome
6538366	Faedis	faedis	Comune di Faedis,Faedis		IT	06	UD	030036	3014	Europe/Rome
6538367	Flaibano	flaibano	Comune di Flaibano,Flaibano		IT	06	UD	030039	1197	Europe/Rome
6538368	Forni di Sopra	forni-di-sopra	Comune di Forni di Sopra,Forni di Sopra		IT	06	UD	030041	1027	Europe/Rome
6538369	Forni di Sotto	forni-di-sotto	Comune di Forni di Sotto,Forni di Sotto		IT	06	UD	030042	620	Europe/Rome
6538370	Lauco	lauco	Comune di Lauco,Lauco		IT	06	UD	030047	784	Europe/Rome
6538371	Lestizza	lestizza	Comune di Lestizza,Lestizza		IT	06	UD	030048	3885	Europe/Rome
6538372	Ligosullo	ligosullo	Comune di Ligosullo,Ligosullo		IT	06	UD	030050	142	Europe/Rome
6538373	Marano Lagunare	marano-lagunare	Comune di Marano Lagunare,Marano Lagunare		IT	06	UD	030056	1963	Europe/Rome
6538374	Martignacco	martignacco	Comune di Martignacco,Martignacco		IT	06	UD	030057	6796	Europe/Rome
6538375	Moimacco	moimacco	Comune di Moimacco,Moimacco		IT	06	UD	030060	1648	Europe/Rome
6538376	Mortegliano	mortegliano	Comune di Mortegliano,Mortegliano		IT	06	UD	030062	5045	Europe/Rome
6538377	Moruzzo	moruzzo	Comune di Moruzzo,Moruzzo		IT	06	UD	030063	2391	Europe/Rome
6538378	Muzzana del Turgnano	muzzana-del-turgnano	Comune di Muzzana del Turgnano,Muzzana del Turgnano		IT	06	UD	030064	2641	Europe/Rome
6538379	Ovaro	ovaro	Comune di Ovaro,Ovaro		IT	06	UD	030067	2010	Europe/Rome
6538380	Pagnacco	pagnacco	Comune di Pagnacco,Pagnacco		IT	06	UD	030068	5044	Europe/Rome
6538381	Palazzolo dello Stella	palazzolo-dello-stella	Comune di Palazzolo dello Stella,Palazzolo dello Stella		IT	06	UD	030069	3008	Europe/Rome
6538382	Pasian di Prato	pasian-di-prato	Comune di Pasian di Prato,Pasian di Prato		IT	06	UD	030072	9375	Europe/Rome
6538383	Pontebba	pontebba	Comune di Pontebba,Pontebba		IT	06	UD	030076	1503	Europe/Rome
6538384	Porpetto	porpetto	Comune di Porpetto,Porpetto		IT	06	UD	030077	2650	Europe/Rome
6538385	Precenicco	precenicco	Comune di Precenicco,Precenicco		IT	06	UD	030082	1484	Europe/Rome
6538386	Premariacco	premariacco	Comune di Premariacco,Premariacco		IT	06	UD	030083	4187	Europe/Rome
6538387	Ravascletto	ravascletto	Comune di Ravascletto,Ravascletto		IT	06	UD	030088	560	Europe/Rome
6538388	Raveo	raveo	Comune di Raveo,Raveo		IT	06	UD	030089	508	Europe/Rome
6538389	Rive d'Arcano	rive-d-arcano	Comune di Rive d'Arcano,Rive d'Arcano		IT	06	UD	030095	2479	Europe/Rome
6538390	Ruda	ruda	Comune di Ruda,Ruda		IT	06	UD	030098	2995	Europe/Rome
6538391	San Daniele del Friuli	san-daniele-del-friuli	Comune di San Daniele del Friuli,San Daniele del Friuli		IT	06	UD	030099	8072	Europe/Rome
6538392	San Giorgio di Nogaro	san-giorgio-di-nogaro	Comune di San Giorgio di Nogaro,San Giorgio di Nogaro		IT	06	UD	030100	7681	Europe/Rome
6538393	San Giovanni al Natisone	san-giovanni-al-natisone	Comune di San Giovanni al Natisone,San Giovanni al Natisone		IT	06	UD	030101	6117	Europe/Rome
6538394	Sutrio	sutrio	Comune di Sutrio,Sutrio		IT	06	UD	030112	1371	Europe/Rome
6538395	Taipana	taipana	Comune di Taipana,Taipana		IT	06	UD	030113	679	Europe/Rome
6538397	Torviscosa	torviscosa	Comune di Torviscosa,Torviscosa		IT	06	UD	030123	2969	Europe/Rome
6538398	Trasaghis	trasaghis	Comune di Trasaghis,Trasaghis		IT	06	UD	030124	2298	Europe/Rome
6538399	Villa Santina	villa-santina	Comune di Villa Santina,Villa Santina		IT	06	UD	030133	2222	Europe/Rome
6538400	Villa Vicentina	villa-vicentina	Comune di Villa Vicentina,Villa Vicentina		IT	06	UD	030134	1387	Europe/Rome
6538401	Visco	visco	Comune di Visco,Visco		IT	06	UD	030135	775	Europe/Rome
6538402	Zuglio	zuglio	Comune di Zuglio,Zuglio		IT	06	UD	030136	606	Europe/Rome
6538403	Moraro	moraro	Comune di Moraro,Moraro		IT	06	GO	031013	767	Europe/Rome
6538404	San Floriano del Collio	san-floriano-del-collio	Comune di San Floriano del Collio,San Floriano del Collio		IT	06	GO	031019	798	Europe/Rome
6538405	San Lorenzo Isontino	san-lorenzo-isontino	Comune di San Lorenzo Isontino,San Lorenzo Isontino		IT	06	GO	031020	1548	Europe/Rome
6538406	San Pier d'Isonzo	san-pier-d-isonzo	Comune di San Pier d'Isonzo,San Pier d'Isonzo		IT	06	GO	031021	2019	Europe/Rome
6538407	Turriaco	turriaco	Comune di Turriaco,Turriaco		IT	06	GO	031024	2780	Europe/Rome
6538408	Villesse	villesse	Comune di Villesse,Villesse		IT	06	GO	031025	1717	Europe/Rome
6538409	Agazzano	agazzano	Agazzano,Comune di Agazzano		IT	05	PC	033001	2070	Europe/Rome
6538410	Caorso	caorso	Caorso,Comune di Caorso		IT	05	PC	033010	4830	Europe/Rome
6538411	Carpaneto Piacentino	carpaneto-piacentino	Carpaneto Piacentino,Comune di Carpaneto Piacentino		IT	05	PC	033011	7537	Europe/Rome
6538412	Farini	farini	Comune di Farini,Farini		IT	05	PC	033019	1455	Europe/Rome
6538413	Gragnano Trebbiense	gragnano-trebbiense	Comune di Gragnano Trebbiense,Gragnano Trebbiense		IT	05	PC	033024	4386	Europe/Rome
6538414	Lugagnano Val d'Arda	lugagnano-val-d-arda	Comune di Lugagnano Val d'Arda,Lugagnano Val d'Arda		IT	05	PC	033026	4155	Europe/Rome
6538415	Podenzano	podenzano	Comune di Podenzano,Podenzano		IT	05	PC	033035	8990	Europe/Rome
6538416	Ponte dell'Olio	ponte-dell-olio	Comune di Ponte dell'Olio,Ponte dell'Olio		IT	05	PC	033036	4936	Europe/Rome
6538417	Ziano Piacentino	ziano-piacentino	Comune di Ziano Piacentino,Ziano Piacentino		IT	05	PC	033048	2635	Europe/Rome
6538418	Albareto	albareto	Albareto,Comune di Albareto		IT	05	PR	034001	2165	Europe/Rome
6538419	Calestano	calestano	Calestano,Comune di Calestano		IT	05	PR	034008	2033	Europe/Rome
6538420	Collecchio	collecchio	Collecchio,Comune di Collecchio		IT	05	PR	034009	13893	Europe/Rome
6538421	Colorno	colorno	Colorno,Comune di Colorno		IT	05	PR	034010	8920	Europe/Rome
6538422	Felino	felino	Comune di Felino,Felino		IT	05	PR	034013	8621	Europe/Rome
6538423	Fontanellato	fontanellato	Comune di Fontanellato,Fontanellato		IT	05	PR	034015	6963	Europe/Rome
6538424	Langhirano	langhirano	Comune di Langhirano,Langhirano		IT	05	PR	034018	9784	Europe/Rome
6538425	Montechiarugolo	montechiarugolo	Comune di Montechiarugolo,Montechiarugolo		IT	05	PR	034023	10482	Europe/Rome
6538426	Neviano degli Arduini	neviano-degli-arduini	Comune di Neviano degli Arduini,Neviano degli Arduini		IT	05	PR	034024	3691	Europe/Rome
6538427	Palanzano	palanzano	Comune di Palanzano,Palanzano		IT	05	PR	034026	1165	Europe/Rome
6538428	San Secondo Parmense	san-secondo-parmense	Comune di San Secondo Parmense,San Secondo Parmense		IT	05	PR	034033	5519	Europe/Rome
6538429	Soragna	soragna	Comune di Soragna,Soragna		IT	05	PR	034036	4872	Europe/Rome
6538430	Tornolo	tornolo	Comune di Tornolo,Tornolo		IT	05	PR	034040	1102	Europe/Rome
6538432	Varano de' Melegari	varano-de-melegari	Comune di Varano de' Melegari,Varano de' Melegari		IT	05	PR	034045	2689	Europe/Rome
6538433	Zibello	zibello	Comune di Zibello,Zibello		IT	05	PR	034048	1841	Europe/Rome
6538434	Baiso	baiso	Baiso,Comune di Baiso		IT	05	RE	035003	3403	Europe/Rome
6538435	Brescello	brescello	Brescello,Comune di Brescello		IT	05	RE	035006	5546	Europe/Rome
6538436	Campegine	campegine	Campegine,Comune di Campegine		IT	05	RE	035010	5114	Europe/Rome
6538437	Carpineti	carpineti	Carpineti,Comune di Carpineti		IT	05	RE	035011	4178	Europe/Rome
6538438	Casalgrande	casalgrande	Casalgrande,Comune di Casalgrande		IT	05	RE	035012	18635	Europe/Rome
6538439	Castellarano	castellarano	Castellarano,Comune di Castellarano		IT	05	RE	035014	14838	Europe/Rome
6538440	Castelnovo di Sotto	castelnovo-di-sotto	Castelnovo di Sotto,Comune di Castelnovo di Sotto		IT	05	RE	035015	8594	Europe/Rome
6538441	Guastalla	guastalla	Comune di Guastalla,Guastalla		IT	05	RE	035024	14786	Europe/Rome
6538442	Montecchio Emilia	montecchio-emilia	Comune di Montecchio Emilia,Montecchio Emilia		IT	05	RE	035027	10201	Europe/Rome
6538443	Novellara	novellara	Comune di Novellara,Novellara		IT	05	RE	035028	13455	Europe/Rome
6538444	Rubiera	rubiera	Comune di Rubiera,Rubiera		IT	05	RE	035036	14421	Europe/Rome
6538445	Sant'Ilario d'Enza	sant-ilario-d-enza	Comune di Sant'Ilario d'Enza,Sant'Ilario d'Enza		IT	05	RE	035039	10939	Europe/Rome
6538446	Vezzano sul Crostolo	vezzano-sul-crostolo	Comune di Vezzano sul Crostolo,Vezzano sul Crostolo		IT	05	RE	035043	4214	Europe/Rome
6538447	Villa Minozzo	villa-minozzo	Comune di Villa Minozzo,Villa Minozzo		IT	05	RE	035045	3900	Europe/Rome
6538448	Bomporto	bomporto	Bomporto,Comune di Bomporto		IT	05	MO	036002	9761	Europe/Rome
6538449	Camposanto	camposanto	Camposanto,Comune di Camposanto		IT	05	MO	036004	3171	Europe/Rome
6538450	Carpi	carpi	Carpi,Comune di Carpi		IT	05	MO	036005	67268	Europe/Rome
6538451	Castelvetro di Modena	castelvetro-di-modena	Castelvetro di Modena,Comune di Castelvetro di Modena		IT	05	MO	036008	11012	Europe/Rome
6538452	Concordia sulla Secchia	concordia-sulla-secchia	Comune di Concordia sulla Secchia,Concordia sulla Secchia		IT	05	MO	036010	8968	Europe/Rome
6538453	Formigine	formigine	Comune di Formigine,Formigine		IT	05	MO	036015	33667	Europe/Rome
6538454	Marano sul Panaro	marano-sul-panaro	Comune di Marano sul Panaro,Marano sul Panaro		IT	05	MO	036020	4787	Europe/Rome
6538455	Medolla	medolla	Comune di Medolla,Medolla		IT	05	MO	036021	6322	Europe/Rome
6538456	Mirandola	mirandola	Comune di Mirandola,Mirandola		IT	05	MO	036022	23960	Europe/Rome
6538457	Palagano	palagano	Comune di Palagano,Palagano		IT	05	MO	036029	2354	Europe/Rome
6538458	San Cesario sul Panaro	san-cesario-sul-panaro	Comune di San Cesario sul Panaro,San Cesario sul Panaro		IT	05	MO	036036	6117	Europe/Rome
6538459	Savignano sul Panaro	savignano-sul-panaro	Comune di Savignano sul Panaro,Savignano sul Panaro		IT	05	MO	036041	9276	Europe/Rome
6538460	Serramazzoni	serramazzoni	Comune di Serramazzoni,Serramazzoni		IT	05	MO	036042	8014	Europe/Rome
6538461	Anzola dell'Emilia	anzola-dell-emilia	Anzola dell'Emilia,Comune di Anzola dell'Emilia		IT	05	BO	037001	11851	Europe/Rome
6538462	Baricella	baricella	Baricella,Comune di Baricella		IT	05	BO	037003	6763	Europe/Rome
6538463	Calderara di Reno	calderara-di-reno	Calderara di Reno,Comune di Calderara di Reno		IT	05	BO	037009	13148	Europe/Rome
6538464	Castel d'Aiano	castel-d-aiano	Castel d'Aiano,Comune di Castel d'Aiano		IT	05	BO	037013	1951	Europe/Rome
6538465	Castel Guelfo di Bologna	castel-guelfo-di-bologna	Castel Guelfo di Bologna,Comune di Castel Guelfo di Bologna		IT	05	BO	037016	4277	Europe/Rome
6538466	Castello d'Argile	castello-d-argile	Castello d'Argile,Comune di Castello d'Argile		IT	05	BO	037017	6458	Europe/Rome
6538467	Castel San Pietro Terme	castel-san-pietro-terme	Castel San Pietro Terme,Comune di Castel San Pietro Terme		IT	05	BO	037020	20468	Europe/Rome
6538468	Crevalcore	crevalcore	Comune di Crevalcore,Crevalcore		IT	05	BO	037024	13527	Europe/Rome
6538469	Gaggio Montano	gaggio-montano	Comune di Gaggio Montano,Gaggio Montano		IT	05	BO	037027	5066	Europe/Rome
6538470	Loiano	loiano	Comune di Loiano,Loiano		IT	05	BO	037034	4434	Europe/Rome
6538471	Molinella	molinella	Comune di Molinella,Molinella		IT	05	BO	037039	15651	Europe/Rome
6538472	Mordano	mordano	Comune di Mordano,Mordano		IT	05	BO	037045	4644	Europe/Rome
6538473	Pieve di Cento	pieve-di-cento	Comune di Pieve di Cento,Pieve di Cento		IT	05	BO	037048	6895	Europe/Rome
6538474	San Giorgio di Piano	san-giorgio-di-piano	Comune di San Giorgio di Piano,San Giorgio di Piano		IT	05	BO	037052	8201	Europe/Rome
6538475	San Giovanni in Persiceto	san-giovanni-in-persiceto	Comune di San Giovanni in Persiceto,San Giovanni in Persiceto		IT	05	BO	037053	26992	Europe/Rome
6538476	San Pietro in Casale	san-pietro-in-casale	Comune di San Pietro in Casale,San Pietro in Casale		IT	05	BO	037055	11736	Europe/Rome
6538477	Sasso Marconi	sasso-marconi	Comune di Sasso Marconi,Sasso Marconi		IT	05	BO	037057	14545	Europe/Rome
6538478	Vergato	vergato	Comune di Vergato,Vergato		IT	05	BO	037059	7642	Europe/Rome
6538479	Codigoro	codigoro	Codigoro,Comune di Codigoro		IT	05	FE	038005	12389	Europe/Rome
6538480	Comacchio	comacchio	Comacchio,Comune di Comacchio		IT	05	FE	038006	22648	Europe/Rome
6538481	Lagosanto	lagosanto	Comune di Lagosanto,Lagosanto		IT	05	FE	038011	4952	Europe/Rome
6538482	Poggio Renatico	poggio-renatico	Comune di Poggio Renatico,Poggio Renatico		IT	05	FE	038018	9674	Europe/Rome
6538483	Brisighella	brisighella	Brisighella,Comune di Brisighella		IT	05	RA	039004	7664	Europe/Rome
6538484	Castel Bolognese	castel-bolognese	Castel Bolognese,Comune di Castel Bolognese		IT	05	RA	039006	9519	Europe/Rome
6538485	Cotignola	cotignola	Comune di Cotignola,Cotignola		IT	05	RA	039009	7384	Europe/Rome
6538486	Russi	russi	Comune di Russi,Russi		IT	05	RA	039016	12083	Europe/Rome
6538487	Cesenatico	cesenatico	Cesenatico,Comune di Cesenatico		IT	05	FC	040008	25412	Europe/Rome
6538488	Galeata	galeata	Comune di Galeata,Galeata		IT	05	FC	040014	2516	Europe/Rome
6538489	Gambettola	gambettola	Comune di Gambettola,Gambettola		IT	05	FC	040015	10238	Europe/Rome
6538490	Longiano	longiano	Comune di Longiano,Longiano		IT	05	FC	040018	6837	Europe/Rome
6538491	Meldola	meldola	Comune di Meldola,Meldola		IT	05	FC	040019	10000	Europe/Rome
6538493	Frontone	frontone	Comune di Frontone,Frontone		IT	10	PU	041018	1348	Europe/Rome
6538494	Isola del Piano	isola-del-piano	Comune di Isola del Piano,Isola del Piano		IT	10	PU	041021	635	Europe/Rome
6538495	Mombaroccio	mombaroccio	Comune di Mombaroccio,Mombaroccio		IT	10	PU	041027	2134	Europe/Rome
6538496	Mondavio	mondavio	Comune di Mondavio,Mondavio		IT	10	PU	041028	3929	Europe/Rome
6538497	Mondolfo	mondolfo	Comune di Mondolfo,Mondolfo		IT	10	PU	041029	11735	Europe/Rome
6538498	Monteciccardo	monteciccardo	Comune di Monteciccardo,Monteciccardo		IT	10	PU	041032	1686	Europe/Rome
6538499	Montelabbate	montelabbate	Comune di Montelabbate,Montelabbate		IT	10	PU	041036	6719	Europe/Rome
6538500	Piandimeleto	piandimeleto	Comune di Piandimeleto,Piandimeleto		IT	10	PU	041047	2146	Europe/Rome
6538501	Piobbico	piobbico	Comune di Piobbico,Piobbico		IT	10	PU	041049	2109	Europe/Rome
6538502	Saltara	saltara	Comune di Saltara,Saltara		IT	10	PU	041050	6772	Europe/Rome
6538503	Sant'Agata Feltria	sant-agata-feltria	Comune di Sant'Agata Feltria,Sant'Agata Feltria		IT	05	RN	099026	2280	Europe/Rome
6538504	Sant'Angelo in Vado	sant-angelo-in-vado	Comune di Sant'Angelo in Vado,Sant'Angelo in Vado		IT	10	PU	041057	4107	Europe/Rome
6538505	Serra Sant'Abbondio	serra-sant-abbondio	Comune di Serra Sant'Abbondio,Serra Sant'Abbondio		IT	10	PU	041061	1099	Europe/Rome
6538506	Urbania	urbania	Comune di Urbania,Urbania		IT	10	PU	041066	7077	Europe/Rome
6538507	Camerano	camerano	Camerano,Comune di Camerano		IT	10	AN	042006	7213	Europe/Rome
6538508	Castelbellino	castelbellino	Castelbellino,Comune di Castelbellino		IT	10	AN	042008	4763	Europe/Rome
6538510	Castelfidardo	castelfidardo	Castelfidardo,Comune di Castelfidardo		IT	10	AN	042010	18645	Europe/Rome
6538511	Cerreto d'Esi	cerreto-d-esi	Cerreto d'Esi,Comune di Cerreto d'Esi		IT	10	AN	042013	3967	Europe/Rome
6538512	Mergo	mergo	Comune di Mergo,Mergo		IT	10	AN	042024	1083	Europe/Rome
6538514	Numana	numana	Comune di Numana,Numana		IT	10	AN	042032	3716	Europe/Rome
6538515	Ostra Vetere	ostra-vetere	Comune di Ostra Vetere,Ostra Vetere		IT	10	AN	042036	3471	Europe/Rome
6538516	Camporotondo di Fiastrone	camporotondo-di-fiastrone	Camporotondo di Fiastrone,Comune di Camporotondo di Fiastrone		IT	10	MC	043008	589	Europe/Rome
6538517	Castelsantangelo sul Nera	castelsantangelo-sul-nera	Castelsantangelo sul Nera,Comune di Castelsantangelo sul Nera		IT	10	MC	043010	310	Europe/Rome
6538518	Colmurano	colmurano	Colmurano,Comune di Colmurano		IT	10	MC	043014	1278	Europe/Rome
6538519	Corridonia	corridonia	Comune di Corridonia,Corridonia		IT	10	MC	043015	15322	Europe/Rome
6538520	Esanatoglia	esanatoglia	Comune di Esanatoglia,Esanatoglia		IT	10	MC	043016	2147	Europe/Rome
6538521	Monte San Martino	monte-san-martino	Comune di Monte San Martino,Monte San Martino		IT	10	MC	043032	792	Europe/Rome
6538522	Pievebovigliana	pievebovigliana	Comune di Pievebovigliana,Pievebovigliana		IT	10	MC	043037	844	Europe/Rome
6538523	Pioraco	pioraco	Comune di Pioraco,Pioraco		IT	10	MC	043039	1250	Europe/Rome
6538524	Pollenza	pollenza	Comune di Pollenza,Pollenza		IT	10	MC	043041	6583	Europe/Rome
6538525	Sarnano	sarnano	Comune di Sarnano,Sarnano		IT	10	MC	043049	3367	Europe/Rome
6538526	Serrapetrona	serrapetrona	Comune di Serrapetrona,Serrapetrona		IT	10	MC	043051	1008	Europe/Rome
6538527	Visso	visso	Comune di Visso,Visso		IT	10	MC	043057	1180	Europe/Rome
6538528	Acquasanta Terme	acquasanta-terme	Acquasanta Terme,Comune di Acquasanta Terme		IT	10	AP	044001	3050	Europe/Rome
6538529	Amandola	amandola	Amandola,Comune di Amandola		IT	10	FM	109002	3709	Europe/Rome
6538530	Appignano del Tronto	appignano-del-tronto	Appignano del Tronto,Comune di Appignano del Tronto		IT	10	AP	044005	1852	Europe/Rome
6538531	Comunanza	comunanza	Comunanza,Comune di Comunanza		IT	10	AP	044015	3204	Europe/Rome
6538532	Cossignano	cossignano	Comune di Cossignano,Cossignano		IT	10	AP	044016	1015	Europe/Rome
6538533	Falerone	falerone	Comune di Falerone,Falerone		IT	10	FM	109005	3395	Europe/Rome
6538534	Grottammare	grottammare	Comune di Grottammare,Grottammare		IT	10	AP	044023	15615	Europe/Rome
6538535	Massa Fermana	massa-fermana	Comune di Massa Fermana,Massa Fermana		IT	10	FM	109011	1002	Europe/Rome
6538536	Monsampietro Morico	monsampietro-morico	Comune di Monsampietro Morico,Monsampietro Morico		IT	10	FM	109012	682	Europe/Rome
6538537	Montedinove	montedinove	Comune di Montedinove,Montedinove		IT	10	AP	044034	505	Europe/Rome
6538538	Montegranaro	montegranaro	Comune di Montegranaro,Montegranaro		IT	10	FM	109018	13153	Europe/Rome
6538539	Montelparo	montelparo	Comune di Montelparo,Montelparo		IT	10	FM	109020	861	Europe/Rome
6538540	Monteprandone	monteprandone	Comune di Monteprandone,Monteprandone		IT	10	AP	044045	12211	Europe/Rome
6538541	Monterubbiano	monterubbiano	Comune di Monterubbiano,Monterubbiano		IT	10	FM	109022	2351	Europe/Rome
6538542	Monte San Pietrangeli	monte-san-pietrangeli	Comune di Monte San Pietrangeli,Monte San Pietrangeli		IT	10	FM	109023	2547	Europe/Rome
6538543	Monte Vidon Corrado	monte-vidon-corrado	Comune di Monte Vidon Corrado,Monte Vidon Corrado		IT	10	FM	109026	777	Europe/Rome
6538544	Ortezzano	ortezzano	Comune di Ortezzano,Ortezzano		IT	10	FM	109029	791	Europe/Rome
6538545	Palmiano	palmiano	Comune di Palmiano,Palmiano		IT	10	AP	044056	214	Europe/Rome
6538546	Venarotta	venarotta	Comune di Venarotta,Venarotta		IT	10	AP	044073	2146	Europe/Rome
6538547	Licciana Nardi	licciana-nardi	Comune di Licciana Nardi,Licciana Nardi		IT	16	MS	045009	4955	Europe/Rome
6538548	Mulazzo	mulazzo	Comune di Mulazzo,Mulazzo		IT	16	MS	045012	2566	Europe/Rome
6538549	Altopascio	altopascio	Altopascio,Comune di Altopascio		IT	16	LU	046001	15072	Europe/Rome
6538551	Agliana	agliana	Agliana,Comune di Agliana		IT	16	PT	047002	16792	Europe/Rome
6538552	Monsummano Terme	monsummano-terme	Comune di Monsummano Terme,Monsummano Terme		IT	16	PT	047009	20767	Europe/Rome
6538553	San Marcello Pistoiese	san-marcello-pistoiese	Comune di San Marcello Pistoiese,San Marcello Pistoiese		IT	16	PT	047019	6672	Europe/Rome
6538554	Barberino Val d'Elsa	barberino-val-d-elsa	Barberino Val d'Elsa,Comune di Barberino Val d'Elsa		IT	16	FI	048003	4351	Europe/Rome
6538555	Borgo San Lorenzo	borgo-san-lorenzo	Borgo San Lorenzo,Comune di Borgo San Lorenzo		IT	16	FI	048004	17854	Europe/Rome
6538556	Certaldo	certaldo	Certaldo,Comune di Certaldo		IT	16	FI	048012	15935	Europe/Rome
6538557	Dicomano	dicomano	Comune di Dicomano,Dicomano		IT	16	FI	048013	5670	Europe/Rome
6538558	Empoli	empoli	Comune di Empoli,Empoli		IT	16	FI	048014	46541	Europe/Rome
6538560	Lastra a Signa	lastra-a-signa	Comune di Lastra a Signa,Lastra a Signa		IT	16	FI	048024	18960	Europe/Rome
6538561	Marradi	marradi	Comune di Marradi,Marradi		IT	16	FI	048026	3257	Europe/Rome
6538562	Montaione	montaione	Comune di Montaione,Montaione		IT	16	FI	048027	3776	Europe/Rome
6538563	Montelupo Fiorentino	montelupo-fiorentino	Comune di Montelupo Fiorentino,Montelupo Fiorentino		IT	16	FI	048028	13653	Europe/Rome
6538564	Pontassieve	pontassieve	Comune di Pontassieve,Pontassieve		IT	16	FI	048033	20529	Europe/Rome
6538566	Sesto Fiorentino	sesto-fiorentino	Comune di Sesto Fiorentino,Sesto Fiorentino		IT	16	FI	048043	47742	Europe/Rome
6538567	Vinci	vinci	Comune di Vinci,Vinci		IT	16	FI	048050	14105	Europe/Rome
6538568	Porto Azzurro	porto-azzurro	Comune di Porto Azzurro,Porto Azzurro		IT	16	LI	049013	3826	Europe/Rome
6538569	Rio Marina	rio-marina	Comune di Rio Marina,Rio Marina		IT	16	LI	049015	2235	Europe/Rome
6538570	Rio nell'Elba	rio-nell-elba	Comune di Rio nell'Elba,Rio nell'Elba		IT	16	LI	049016	1170	Europe/Rome
6538571	Buti	buti	Buti,Comune di Buti		IT	16	PI	050002	5773	Europe/Rome
6538572	Casale Marittimo	casale-marittimo	Casale Marittimo,Comune di Casale Marittimo		IT	16	PI	050006	1084	Europe/Rome
6538573	Castelfranco di Sotto	castelfranco-di-sotto	Castelfranco di Sotto,Comune di Castelfranco di Sotto		IT	16	PI	050009	12904	Europe/Rome
6538574	Chianni	chianni	Chianni,Comune di Chianni		IT	16	PI	050012	1457	Europe/Rome
6538576	Fauglia	fauglia	Comune di Fauglia,Fauglia		IT	16	PI	050014	3592	Europe/Rome
6538578	Monteverdi Marittimo	monteverdi-marittimo	Comune di Monteverdi Marittimo,Monteverdi Marittimo		IT	16	PI	050021	778	Europe/Rome
6538579	Pomarance	pomarance	Comune di Pomarance,Pomarance		IT	16	PI	050027	5845	Europe/Rome
6538580	Ponsacco	ponsacco	Comune di Ponsacco,Ponsacco		IT	16	PI	050028	15237	Europe/Rome
6538581	San Giuliano Terme	san-giuliano-terme	Comune di San Giuliano Terme,San Giuliano Terme		IT	16	PI	050031	31103	Europe/Rome
6538582	Santa Maria a Monte	santa-maria-a-monte	Comune di Santa Maria a Monte,Santa Maria a Monte		IT	16	PI	050035	12847	Europe/Rome
6538583	Vecchiano	vecchiano	Comune di Vecchiano,Vecchiano		IT	16	PI	050037	12366	Europe/Rome
6538584	Bibbiena	bibbiena	Bibbiena,Comune di Bibbiena		IT	16	AR	051004	12284	Europe/Rome
6538585	Bucine	bucine	Bucine,Comune di Bucine		IT	16	AR	051005	10033	Europe/Rome
6538587	Castiglion Fibocchi	castiglion-fibocchi	Castiglion Fibocchi,Comune di Castiglion Fibocchi		IT	16	AR	051011	2218	Europe/Rome
6538588	Chiusi della Verna	chiusi-della-verna	Chiusi della Verna,Comune di Chiusi della Verna		IT	16	AR	051015	2058	Europe/Rome
6538589	Loro Ciuffenna	loro-ciuffenna	Comune di Loro Ciuffenna,Loro Ciuffenna		IT	16	AR	051020	5892	Europe/Rome
6538590	Monterchi	monterchi	Comune di Monterchi,Monterchi		IT	16	AR	051024	1822	Europe/Rome
6538591	Pergine Valdarno	pergine-valdarno	Comune di Pergine Valdarno,Pergine Valdarno		IT	16	AR	051028	3218	Europe/Rome
6538592	Pieve Santo Stefano	pieve-santo-stefano	Comune di Pieve Santo Stefano,Pieve Santo Stefano		IT	16	AR	051030	3190	Europe/Rome
6538594	Terranuova Bracciolini	terranuova-bracciolini	Comune di Terranuova Bracciolini,Terranuova Bracciolini		IT	16	AR	051039	12302	Europe/Rome
6538595	Buonconvento	buonconvento	Buonconvento,Comune di Buonconvento		IT	16	SI	052003	3182	Europe/Rome
6538596	Castelnuovo Berardenga	castelnuovo-berardenga	Castelnuovo Berardenga,Comune di Castelnuovo Berardenga		IT	16	SI	052006	8787	Europe/Rome
6538597	Castiglione d'Orcia	castiglione-d-orcia	Castiglione d'Orcia,Comune di Castiglione d'Orcia		IT	16	SI	052007	2453	Europe/Rome
6538598	Gaiole in Chianti	gaiole-in-chianti	Comune di Gaiole in Chianti,Gaiole in Chianti		IT	16	SI	052013	2758	Europe/Rome
6538599	Monticiano	monticiano	Comune di Monticiano,Monticiano		IT	16	SI	052018	1505	Europe/Rome
6538600	Radicofani	radicofani	Comune di Radicofani,Radicofani		IT	16	SI	052024	1151	Europe/Rome
6538601	San Casciano dei Bagni	san-casciano-dei-bagni	Comune di San Casciano dei Bagni,San Casciano dei Bagni		IT	16	SI	052027	1637	Europe/Rome
6538602	San Giovanni d'Asso	san-giovanni-d-asso	Comune di San Giovanni d'Asso,San Giovanni d'Asso		IT	16	SI	052029	898	Europe/Rome
6538603	San Quirico d'Orcia	san-quirico-d-orcia	Comune di San Quirico d'Orcia,San Quirico d'Orcia		IT	16	SI	052030	2680	Europe/Rome
6538604	Sarteano	sarteano	Comune di Sarteano,Sarteano		IT	16	SI	052031	4741	Europe/Rome
6538605	Trequanda	trequanda	Comune di Trequanda,Trequanda		IT	16	SI	052036	1339	Europe/Rome
6538606	Campagnatico	campagnatico	Campagnatico,Comune di Campagnatico		IT	16	GR	053002	2498	Europe/Rome
6538607	Castell'Azzara	castell-azzara	Castell'Azzara,Comune di Castell'Azzara		IT	16	GR	053005	1601	Europe/Rome
6538608	Magliano in Toscana	magliano-in-toscana	Comune di Magliano in Toscana,Magliano in Toscana		IT	16	GR	053013	3633	Europe/Rome
6538609	Massa Marittima	massa-marittima	Comune di Massa Marittima,Massa Marittima		IT	16	GR	053015	8614	Europe/Rome
6538610	Scarlino	scarlino	Comune di Scarlino,Scarlino		IT	16	GR	053024	3699	Europe/Rome
6538611	Seggiano	seggiano	Comune di Seggiano,Seggiano		IT	16	GR	053025	1004	Europe/Rome
6538612	Assisi	assisi	Asis,Asisium,Asize,Asizi,Asizo,Assis,Assise,Assisi,Assizi,Assís,Asyz,Asyzius,Asyż,Asyžius,Asís,Asīze,Comune di Assisi,Gorad Asizi,Lungsod ng Assisi,Sisa,a xi xi,acici,asisi,asshiji,asyzy,xas si si,Ασίζη,Асизи,Ассизи,Ассізі,Горад Асізі,אסיזי,آسیزی,أسيزي,அசிசி,อัสซีซี,アッシジ,阿西西,아시시		IT	18	PG	054001	27377	Europe/Rome
6538613	Bettona	bettona	Bettona,Comune di Bettona		IT	18	PG	054003	4302	Europe/Rome
6538614	Cascia	cascia	Cascia,Comune di Cascia		IT	18	PG	054007	3248	Europe/Rome
6538615	Cerreto di Spoleto	cerreto-di-spoleto	Cerreto di Spoleto,Comune di Cerreto di Spoleto		IT	18	PG	054010	1122	Europe/Rome
6538616	Foligno	foligno	Comune di Foligno,Foligno,Folignu,Folin'jo,Folin'o,Folinjas,Folino,Fulginium,forinyo,fu li ni ao,fwlynw,fwlynyw,pwlynyw,Фолиньо,Фолињо,Фоліньйо,פוליניו,فولينيو,فولینو,フォリーニョ,福利尼奧		IT	18	PG	054018	56045	Europe/Rome
6538617	Preci	preci	Comune di Preci,Preci		IT	18	PG	054043	757	Europe/Rome
6538618	Umbertide	umbertide	Comune di Umbertide,Umbertide		IT	18	PG	054056	16481	Europe/Rome
6538619	Allerona	allerona	Allerona,Comune di Allerona		IT	18	TR	055002	1859	Europe/Rome
6538620	Attigliano	attigliano	Attigliano,Comune di Attigliano		IT	18	TR	055006	1917	Europe/Rome
6538621	Castel Viscardo	castel-viscardo	Castel Viscardo,Comune di Castel Viscardo		IT	18	TR	055010	3028	Europe/Rome
6538622	Fabro	fabro	Comune di Fabro,Fabro		IT	18	TR	055011	2906	Europe/Rome
6538623	Guardea	guardea	Comune di Guardea,Guardea		IT	18	TR	055015	1863	Europe/Rome
6538624	Montecastrilli	montecastrilli	Comune di Montecastrilli,Montecastrilli		IT	18	TR	055017	5190	Europe/Rome
6538625	Otricoli	otricoli	Comune di Otricoli,Otricoli		IT	18	TR	055024	1915	Europe/Rome
6538626	Polino	polino	Comune di Polino,Polino		IT	18	TR	055027	246	Europe/Rome
6538627	Porano	porano	Comune di Porano,Porano		IT	18	TR	055028	1989	Europe/Rome
6538628	Arlena di Castro	arlena-di-castro	Arlena di Castro,Comune di Arlena di Castro		IT	07	VT	056002	886	Europe/Rome
6538629	Bassano in Teverina	bassano-in-teverina	Bassano in Teverina,Comune di Bassano in Teverina		IT	07	VT	056006	1277	Europe/Rome
6538630	Civitella d'Agliano	civitella-d-agliano	Civitella d'Agliano,Comune di Civitella d'Agliano		IT	07	VT	056022	1658	Europe/Rome
6538631	Graffignano	graffignano	Comune di Graffignano,Graffignano		IT	07	VT	056029	2319	Europe/Rome
6538632	Latera	latera	Comune di Latera,Latera		IT	07	VT	056032	933	Europe/Rome
6538633	Lubriano	lubriano	Comune di Lubriano,Lubriano		IT	07	VT	056033	919	Europe/Rome
6538634	Montalto di Castro	montalto-di-castro	Comune di Montalto di Castro,Montalto di Castro		IT	07	VT	056035	8770	Europe/Rome
6538635	Montefiascone	montefiascone	Comune di Montefiascone,Montefiascone		IT	07	VT	056036	13388	Europe/Rome
6538636	Monte Romano	monte-romano	Comune di Monte Romano,Monte Romano		IT	07	VT	056037	2007	Europe/Rome
6538637	Monterosi	monterosi	Comune di Monterosi,Monterosi		IT	07	VT	056038	3868	Europe/Rome
6538638	Onano	onano	Comune di Onano,Onano		IT	07	VT	056040	1017	Europe/Rome
6538639	Piansano	piansano	Comune di Piansano,Piansano		IT	07	VT	056043	2147	Europe/Rome
6538640	Proceno	proceno	Comune di Proceno,Proceno		IT	07	VT	056044	605	Europe/Rome
6538641	Soriano nel Cimino	soriano-nel-cimino	Comune di Soriano nel Cimino,Soriano nel Cimino		IT	07	VT	056048	8544	Europe/Rome
6538642	Vignanello	vignanello	Comune di Vignanello,Vignanello		IT	07	VT	056058	4826	Europe/Rome
6538643	Antrodoco	antrodoco	Antrodoco,Comune di Antrodoco		IT	07	RI	057003	2704	Europe/Rome
6538644	Borbona	borbona	Borbona,Comune di Borbona		IT	07	RI	057006	650	Europe/Rome
6538645	Cantalupo in Sabina	cantalupo-in-sabina	Cantalupo in Sabina,Comune di Cantalupo in Sabina		IT	07	RI	057010	1736	Europe/Rome
6538646	Casperia	casperia	Casperia,Comune di Casperia		IT	07	RI	057012	1231	Europe/Rome
6538647	Castel di Tora	castel-di-tora	Castel di Tora,Comune di Castel di Tora		IT	07	RI	057013	299	Europe/Rome
6538648	Castelnuovo di Farfa	castelnuovo-di-farfa	Castelnuovo di Farfa,Comune di Castelnuovo di Farfa		IT	07	RI	057014	1047	Europe/Rome
6538649	Cittaducale	cittaducale	Cittaducale,Comune di Cittaducale		IT	07	RI	057016	6900	Europe/Rome
6538650	Cittareale	cittareale	Cittareale,Comune di Cittareale		IT	07	RI	057017	470	Europe/Rome
6538651	Colle di Tora	colle-di-tora	Colle di Tora,Comune di Colle di Tora		IT	07	RI	057019	384	Europe/Rome
6538652	Cottanello	cottanello	Comune di Cottanello,Cottanello		IT	07	RI	057026	562	Europe/Rome
6538653	Montasola	montasola	Comune di Montasola,Montasola		IT	07	RI	057039	403	Europe/Rome
6538654	Monteleone Sabino	monteleone-sabino	Comune di Monteleone Sabino,Monteleone Sabino		IT	07	RI	057041	1232	Europe/Rome
6538655	Morro Reatino	morro-reatino	Comune di Morro Reatino,Morro Reatino		IT	07	RI	057045	356	Europe/Rome
6538656	Nespolo	nespolo	Comune di Nespolo,Nespolo		IT	07	RI	057046	274	Europe/Rome
6538657	Pescorocchiano	pescorocchiano	Comune di Pescorocchiano,Pescorocchiano		IT	07	RI	057049	2211	Europe/Rome
6538658	Poggio Catino	poggio-catino	Comune di Poggio Catino,Poggio Catino		IT	07	RI	057052	1335	Europe/Rome
6538659	Poggio Mirteto	poggio-mirteto	Comune di Poggio Mirteto,Poggio Mirteto		IT	07	RI	057053	5995	Europe/Rome
6538660	Poggio San Lorenzo	poggio-san-lorenzo	Comune di Poggio San Lorenzo,Poggio San Lorenzo		IT	07	RI	057056	580	Europe/Rome
6538661	Roccantica	roccantica	Comune di Roccantica,Roccantica		IT	07	RI	057061	605	Europe/Rome
6538662	Stimigliano	stimigliano	Comune di Stimigliano,Stimigliano		IT	07	RI	057066	2241	Europe/Rome
6538663	Toffia	toffia	Comune di Toffia,Toffia		IT	07	RI	057068	1002	Europe/Rome
6538664	Torricella in Sabina	torricella-in-sabina	Comune di Torricella in Sabina,Torricella in Sabina		IT	07	RI	057069	1405	Europe/Rome
6538665	Affile	affile	Affile,Comune di Affile		IT	07	RM	058001	1552	Europe/Rome
6538666	Anguillara Sabazia	anguillara-sabazia	Anguillara Sabazia,Comune di Anguillara Sabazia		IT	07	RM	058005	18575	Europe/Rome
6538667	Anticoli Corrado	anticoli-corrado	Anticoli Corrado,Comune di Anticoli Corrado		IT	07	RM	058006	942	Europe/Rome
6538668	Ariccia	ariccia	Ariccia,Comune di Ariccia		IT	07	RM	058009	18311	Europe/Rome
6538669	Camerata Nuova	camerata-nuova	Camerata Nuova,Comune di Camerata Nuova		IT	07	RM	058014	460	Europe/Rome
6538670	Capranica Prenestina	capranica-prenestina	Capranica Prenestina,Comune di Capranica Prenestina		IT	07	RM	058019	330	Europe/Rome
6538671	Carpineto Romano	carpineto-romano	Carpineto Romano,Comune di Carpineto Romano		IT	07	RM	058020	4649	Europe/Rome
6538672	Cervara di Roma	cervara-di-roma	Cervara di Roma,Comune di Cervara di Roma		IT	07	RM	058028	472	Europe/Rome
6538673	Gallicano nel Lazio	gallicano-nel-lazio	Comune di Gallicano nel Lazio,Gallicano nel Lazio		IT	07	RM	058040	5749	Europe/Rome
6538674	Genzano di Roma	genzano-di-roma	Comune di Genzano di Roma,Genzano di Roma		IT	07	RM	058043	23780	Europe/Rome
6538675	Lanuvio	lanuvio	Comune di Lanuvio,Lanuvio		IT	07	RM	058050	13006	Europe/Rome
6538676	Licenza	licenza	Comune di Licenza,Licenza		IT	07	RM	058051	1012	Europe/Rome
6538677	Magliano Romano	magliano-romano	Comune di Magliano Romano,Magliano Romano		IT	07	RM	058052	1470	Europe/Rome
6538678	Mandela	mandela	Comune di Mandela,Mandela		IT	07	RM	058053	897	Europe/Rome
6538679	Manziana	manziana	Comune di Manziana,Manziana		IT	07	RM	058054	7082	Europe/Rome
6538680	Mentana	mentana	Comune di Mentana,Mentana		IT	07	RM	058059	20772	Europe/Rome
6538681	Montelanico	montelanico	Comune di Montelanico,Montelanico		IT	07	RM	058062	2152	Europe/Rome
6538682	Montorio Romano	montorio-romano	Comune di Montorio Romano,Montorio Romano		IT	07	RM	058066	2035	Europe/Rome
6538683	Nemi	nemi	Comune di Nemi,Nemi		IT	07	RM	058070	1925	Europe/Rome
6538684	Nerola	nerola	Comune di Nerola,Nerola		IT	07	RM	058071	1821	Europe/Rome
6538685	Poli	poli	Comune di Poli,Poli		IT	07	RM	058078	2433	Europe/Rome
6538686	Rocca di Cave	rocca-di-cave	Comune di Rocca di Cave,Rocca di Cave		IT	07	RM	058085	396	Europe/Rome
6538687	Roiate	roiate	Comune di Roiate,Roiate		IT	07	RM	058090	749	Europe/Rome
6538688	San Gregorio da Sassola	san-gregorio-da-sassola	Comune di San Gregorio da Sassola,San Gregorio da Sassola		IT	07	RM	058095	1553	Europe/Rome
6538689	San Polo dei Cavalieri	san-polo-dei-cavalieri	Comune di San Polo dei Cavalieri,San Polo dei Cavalieri		IT	07	RM	058096	2984	Europe/Rome
6538690	Vicovaro	vicovaro	Comune di Vicovaro,Vicovaro		IT	07	RM	058112	3937	Europe/Rome
6538691	Ciampino	ciampino	Ciampino,Comune di Ciampino		IT	07	RM	058118	37235	Europe/Rome
6538692	Bassiano	bassiano	Bassiano,Comune di Bassiano		IT	07	LT	059002	1580	Europe/Rome
6538693	Castelforte	castelforte	Castelforte,Comune di Castelforte		IT	07	LT	059004	4401	Europe/Rome
6538694	Cori	cori	Comune di Cori,Cori		IT	07	LT	059006	11025	Europe/Rome
6538695	Lenola	lenola	Comune di Lenola,Lenola		IT	07	LT	059012	4155	Europe/Rome
6538696	Norma	norma	Comune di Norma,Norma		IT	07	LT	059016	4035	Europe/Rome
6538697	Ponza	ponza	Comune di Ponza,Ponza		IT	07	LT	059018	3255	Europe/Rome
6538698	Rocca Massima	rocca-massima	Comune di Rocca Massima,Rocca Massima		IT	07	LT	059022	1094	Europe/Rome
6538699	Alvito	alvito	Alvito,Comune di Alvito		IT	07	FR	060004	2852	Europe/Rome
6538700	Amaseno	amaseno	Amaseno,Comune di Amaseno		IT	07	FR	060005	4314	Europe/Rome
6538701	Arnara	arnara	Arnara,Comune di Arnara		IT	07	FR	060009	2379	Europe/Rome
6538702	Atina	atina	Atina,Comune di Atina		IT	07	FR	060011	4461	Europe/Rome
6538703	Castrocielo	castrocielo	Castrocielo,Comune di Castrocielo		IT	07	FR	060022	3969	Europe/Rome
6538704	Ceccano	ceccano	Ceccano,Comune di Ceccano		IT	07	FR	060024	23098	Europe/Rome
6538705	Esperia	esperia	Comune di Esperia,Esperia		IT	07	FR	060031	3903	Europe/Rome
6538706	Fiuggi	fiuggi	Comune di Fiuggi,Fiuggi		IT	07	FR	060035	9645	Europe/Rome
6538707	Fontechiari	fontechiari	Comune di Fontechiari,Fontechiari		IT	07	FR	060037	1318	Europe/Rome
6538708	Guarcino	guarcino	Comune di Guarcino,Guarcino		IT	07	FR	060042	1658	Europe/Rome
6538709	Paliano	paliano	Comune di Paliano,Paliano		IT	07	FR	060046	8146	Europe/Rome
6538710	Pescosolido	pescosolido	Comune di Pescosolido,Pescosolido		IT	07	FR	060049	1552	Europe/Rome
6538711	Pico	pico	Comune di Pico,Pico		IT	07	FR	060051	3004	Europe/Rome
6538712	San Donato Val di Comino	san-donato-val-di-comino	Comune di San Donato Val di Comino,San Donato Val di Comino		IT	07	FR	060062	2122	Europe/Rome
6538713	Sgurgola	sgurgola	Comune di Sgurgola,Sgurgola		IT	07	FR	060073	2623	Europe/Rome
6538714	Supino	supino	Comune di Supino,Supino		IT	07	FR	060076	4893	Europe/Rome
6538715	Terelle	terelle	Comune di Terelle,Terelle		IT	07	FR	060077	460	Europe/Rome
6538716	Torrice	torrice	Comune di Torrice,Torrice		IT	07	FR	060079	4608	Europe/Rome
6538717	Vallerotonda	vallerotonda	Comune di Vallerotonda,Vallerotonda		IT	07	FR	060084	1671	Europe/Rome
6538718	Villa Latina	villa-latina	Comune di Villa Latina,Villa Latina		IT	07	FR	060088	1286	Europe/Rome
6538719	Alvignano	alvignano	Alvignano,Comune di Alvignano		IT	04	CE	061003	4914	Europe/Rome
6538720	Casaluce	casaluce	Casaluce,Comune di Casaluce		IT	04	CE	061020	10001	Europe/Rome
6538721	Conca della Campania	conca-della-campania	Comune di Conca della Campania,Conca della Campania		IT	04	CE	061031	1256	Europe/Rome
6538722	Formicola	formicola	Comune di Formicola,Formicola		IT	04	CE	061035	1504	Europe/Rome
6538723	Pietramelara	pietramelara	Comune di Pietramelara,Pietramelara		IT	04	CE	061058	4657	Europe/Rome
6538724	Pietravairano	pietravairano	Comune di Pietravairano,Pietravairano		IT	04	CE	061059	3018	Europe/Rome
6538725	Portico di Caserta	portico-di-caserta	Comune di Portico di Caserta,Portico di Caserta		IT	04	CE	061062	7719	Europe/Rome
6538726	Riardo	riardo	Comune di Riardo,Riardo		IT	04	CE	061068	2412	Europe/Rome
6538727	San Pietro Infine	san-pietro-infine	Comune di San Pietro Infine,San Pietro Infine		IT	04	CE	061079	949	Europe/Rome
6538728	Santa Maria Capua Vetere	santa-maria-capua-vetere	Comune di Santa Maria Capua Vetere,Santa Maria Capua Vetere		IT	04	CE	061083	32503	Europe/Rome
6538729	San Tammaro	san-tammaro	Comune di San Tammaro,San Tammaro		IT	04	CE	061085	5064	Europe/Rome
6538730	Sant'Arpino	sant-arpino	Comune di Sant'Arpino,Sant'Arpino		IT	04	CE	061087	14076	Europe/Rome
6538731	Sessa Aurunca	sessa-aurunca	Comune di Sessa Aurunca,Sessa Aurunca		IT	04	CE	061088	22216	Europe/Rome
6538732	Vitulazio	vitulazio	Comune di Vitulazio,Vitulazio		IT	04	CE	061100	7020	Europe/Rome
6538733	Cellole	cellole	Cellole,Comune di Cellole		IT	04	CE	061102	7684	Europe/Rome
6538734	Amorosi	amorosi	Amorosi,Comune di Amorosi		IT	04	BN	062002	2836	Europe/Rome
6538735	Baselice	baselice	Baselice,Comune di Baselice		IT	04	BN	062007	2555	Europe/Rome
6538736	Campolattaro	campolattaro	Campolattaro,Comune di Campolattaro		IT	04	BN	062013	1084	Europe/Rome
6538737	Castelpagano	castelpagano	Castelpagano,Comune di Castelpagano		IT	04	BN	062017	1547	Europe/Rome
6538738	Castelvenere	castelvenere	Castelvenere,Comune di Castelvenere		IT	04	BN	062019	2620	Europe/Rome
6538739	Cautano	cautano	Cautano,Comune di Cautano		IT	04	BN	062021	2091	Europe/Rome
6538740	Cerreto Sannita	cerreto-sannita	Cerreto Sannita,Comune di Cerreto Sannita		IT	04	BN	062023	4083	Europe/Rome
6538741	Circello	circello	Circello,Comune di Circello		IT	04	BN	062024	2476	Europe/Rome
6538742	Dugenta	dugenta	Comune di Dugenta,Dugenta		IT	04	BN	062027	2752	Europe/Rome
6538743	Faicchio	faicchio	Comune di Faicchio,Faicchio		IT	04	BN	062029	3698	Europe/Rome
6538744	Forchia	forchia	Comune di Forchia,Forchia		IT	04	BN	062032	1238	Europe/Rome
6538745	Fragneto Monforte	fragneto-monforte	Comune di Fragneto Monforte,Fragneto Monforte		IT	04	BN	062034	1889	Europe/Rome
6538746	Molinara	molinara	Comune di Molinara,Molinara		IT	04	BN	062041	1662	Europe/Rome
6538747	Montesarchio	montesarchio	Comune di Montesarchio,Montesarchio		IT	04	BN	062043	13198	Europe/Rome
6538748	Pietrelcina	pietrelcina	Comune di Pietrelcina,Pietrelcina		IT	04	BN	062052	3081	Europe/Rome
6538749	San Lorenzo Maggiore	san-lorenzo-maggiore	Comune di San Lorenzo Maggiore,San Lorenzo Maggiore		IT	04	BN	062062	2165	Europe/Rome
6538750	San Martino Sannita	san-martino-sannita	Comune di San Martino Sannita,San Martino Sannita		IT	04	BN	062065	1277	Europe/Rome
6538751	San Salvatore Telesino	san-salvatore-telesino	Comune di San Salvatore Telesino,San Salvatore Telesino		IT	04	BN	062068	4038	Europe/Rome
6538752	Sant'Agata de' Goti	sant-agata-de-goti	Comune di Sant'Agata de' Goti,Sant'Agata de' Goti		IT	04	BN	062070	11310	Europe/Rome
6538753	Sassinoro	sassinoro	Comune di Sassinoro,Sassinoro		IT	04	BN	062072	659	Europe/Rome
6538754	Torrecuso	torrecuso	Comune di Torrecuso,Torrecuso		IT	04	BN	062076	3439	Europe/Rome
6538755	Anacapri	anacapri	Anacapri,Comune di Anacapri		IT	04	NA	063004	6546	Europe/Rome
6538756	Calvizzano	calvizzano	Calvizzano,Comune di Calvizzano		IT	04	NA	063012	12537	Europe/Rome
6538757	Camposano	camposano	Camposano,Comune di Camposano		IT	04	NA	063013	5365	Europe/Rome
6538758	Casandrino	casandrino	Casandrino,Comune di Casandrino		IT	04	NA	063020	13295	Europe/Rome
6538759	Cercola	cercola	Cercola,Comune di Cercola		IT	04	NA	063026	18128	Europe/Rome
6538760	Comiziano	comiziano	Comiziano,Comune di Comiziano		IT	04	NA	063029	1842	Europe/Rome
6538761	Lacco Ameno	lacco-ameno	Comune di Lacco Ameno,Lacco Ameno		IT	04	NA	063038	4675	Europe/Rome
6538762	Mariglianella	mariglianella	Comune di Mariglianella,Mariglianella		IT	04	NA	063042	7572	Europe/Rome
6538763	Melito di Napoli	melito-di-napoli	Comune di Melito di Napoli,Melito di Napoli		IT	04	NA	063045	36933	Europe/Rome
6538764	Monte di Procida	monte-di-procida	Comune di Monte di Procida,Monte di Procida		IT	04	NA	063047	12975	Europe/Rome
6538765	Mugnano di Napoli	mugnano-di-napoli	Comune di Mugnano di Napoli,Mugnano di Napoli		IT	04	NA	063048	34504	Europe/Rome
6538766	Poggiomarino	poggiomarino	Comune di Poggiomarino,Poggiomarino		IT	04	NA	063055	21206	Europe/Rome
6538767	Pomigliano d'Arco	pomigliano-d-arco	Comune di Pomigliano d'Arco,Pomigliano d'Arco		IT	04	NA	063057	40083	Europe/Rome
6538768	Portici	portici	Comune di Portici,Portici		IT	04	NA	063059	55765	Europe/Rome
6538769	Sant'Agnello	sant-agnello	Comune di Sant'Agnello,Sant'Agnello		IT	04	NA	063071	9029	Europe/Rome
6538770	Saviano	saviano	Comune di Saviano,Saviano		IT	04	NA	063076	15488	Europe/Rome
6538771	Aiello del Sabato	aiello-del-sabato	Aiello del Sabato,Comune di Aiello del Sabato		IT	04	AV	064001	3971	Europe/Rome
6538772	Altavilla Irpina	altavilla-irpina	Altavilla Irpina,Comune di Altavilla Irpina		IT	04	AV	064002	4280	Europe/Rome
6538773	Ariano Irpino	ariano-irpino	Ariano Irpino,Comune di Ariano Irpino		IT	04	AV	064005	22517	Europe/Rome
6538774	Atripalda	atripalda	Atripalda,Comune di Atripalda		IT	04	AV	064006	10926	Europe/Rome
6538775	Cairano	cairano	Cairano,Comune di Cairano		IT	04	AV	064013	348	Europe/Rome
6538776	Caposele	caposele	Caposele,Comune di Caposele		IT	04	AV	064017	3537	Europe/Rome
6538777	Casalbore	casalbore	Casalbore,Comune di Casalbore		IT	04	AV	064020	1922	Europe/Rome
6538778	Castelfranci	castelfranci	Castelfranci,Comune di Castelfranci		IT	04	AV	064023	2104	Europe/Rome
6538779	Chiusano di San Domenico	chiusano-di-san-domenico	Chiusano di San Domenico,Comune di Chiusano di San Domenico		IT	04	AV	064028	2351	Europe/Rome
6538780	Fontanarosa	fontanarosa	Comune di Fontanarosa,Fontanarosa		IT	04	AV	064033	3301	Europe/Rome
6538781	Forino	forino	Comune di Forino,Forino		IT	04	AV	064034	5397	Europe/Rome
6538782	Frigento	frigento	Comune di Frigento,Frigento		IT	04	AV	064035	3965	Europe/Rome
6538783	Gesualdo	gesualdo	Comune di Gesualdo,Gesualdo		IT	04	AV	064036	3603	Europe/Rome
6538784	Grottolella	grottolella	Comune di Grottolella,Grottolella		IT	04	AV	064039	1955	Europe/Rome
6538785	Lacedonia	lacedonia	Comune di Lacedonia,Lacedonia		IT	04	AV	064041	2465	Europe/Rome
6538786	Luogosano	luogosano	Comune di Luogosano,Luogosano		IT	04	AV	064045	1238	Europe/Rome
6538787	Marzano di Nola	marzano-di-nola	Comune di Marzano di Nola,Marzano di Nola		IT	04	AV	064047	1680	Europe/Rome
6538788	Montaguto	montaguto	Comune di Montaguto,Montaguto		IT	04	AV	064051	451	Europe/Rome
6538789	Montefalcione	montefalcione	Comune di Montefalcione,Montefalcione		IT	04	AV	064053	3442	Europe/Rome
6538790	Montemarano	montemarano	Comune di Montemarano,Montemarano		IT	04	AV	064058	3005	Europe/Rome
6538791	Montemiletto	montemiletto	Comune di Montemiletto,Montemiletto		IT	04	AV	064059	5361	Europe/Rome
6538792	Pratola Serra	pratola-serra	Comune di Pratola Serra,Pratola Serra		IT	04	AV	064075	3708	Europe/Rome
6538793	Quadrelle	quadrelle	Comune di Quadrelle,Quadrelle		IT	04	AV	064076	1893	Europe/Rome
6538794	Salza Irpina	salza-irpina	Comune di Salza Irpina,Salza Irpina		IT	04	AV	064081	767	Europe/Rome
6538795	San Michele di Serino	san-michele-di-serino	Comune di San Michele di Serino,San Michele di Serino		IT	04	AV	064084	2591	Europe/Rome
6538796	Santa Lucia di Serino	santa-lucia-di-serino	Comune di Santa Lucia di Serino,Santa Lucia di Serino		IT	04	AV	064088	1446	Europe/Rome
6538797	Senerchia	senerchia	Comune di Senerchia,Senerchia		IT	04	AV	064098	1014	Europe/Rome
6538798	Sturno	sturno	Comune di Sturno,Sturno		IT	04	AV	064104	3139	Europe/Rome
6538799	Summonte	summonte	Comune di Summonte,Summonte		IT	04	AV	064105	1613	Europe/Rome
6538800	Taurano	taurano	Comune di Taurano,Taurano		IT	04	AV	064106	1600	Europe/Rome
6538801	Villamaina	villamaina	Comune di Villamaina,Villamaina		IT	04	AV	064117	1018	Europe/Rome
6538802	Atena Lucana	atena-lucana	Atena Lucana,Comune di Atena Lucana		IT	04	SA	065010	2288	Europe/Rome
6538803	Atrani	atrani	Atrani,Comune di Atrani		IT	04	SA	065011	887	Europe/Rome
6538804	Auletta	auletta	Auletta,Comune di Auletta		IT	04	SA	065012	2406	Europe/Rome
6538805	Bracigliano	bracigliano	Bracigliano,Comune di Bracigliano		IT	04	SA	065016	5439	Europe/Rome
6538806	Buccino	buccino	Buccino,Comune di Buccino		IT	04	SA	065017	5248	Europe/Rome
6538807	Buonabitacolo	buonabitacolo	Buonabitacolo,Comune di Buonabitacolo		IT	04	SA	065018	2571	Europe/Rome
6538808	Caggiano	caggiano	Caggiano,Comune di Caggiano		IT	04	SA	065019	2803	Europe/Rome
6538809	Cannalonga	cannalonga	Cannalonga,Comune di Cannalonga		IT	04	SA	065024	1081	Europe/Rome
6538810	Capaccio	capaccio	Capaccio,Comune di Capaccio		IT	04	SA	065025	22016	Europe/Rome
6538811	Casalbuono	casalbuono	Casalbuono,Comune di Casalbuono		IT	04	SA	065026	1211	Europe/Rome
6538812	Castelnuovo Cilento	castelnuovo-cilento	Castelnuovo Cilento,Comune di Castelnuovo Cilento		IT	04	SA	065032	2598	Europe/Rome
6538813	Castel San Giorgio	castel-san-giorgio	Castel San Giorgio,Comune di Castel San Giorgio		IT	04	SA	065034	13411	Europe/Rome
6538814	Cava de' Tirreni	cava-de-tirreni	Cava de' Tirreni,Comune di Cava de' Tirreni		IT	04	SA	065037	53885	Europe/Rome
6538815	Centola	centola	Centola,Comune di Centola		IT	04	SA	065039	5073	Europe/Rome
6538816	Fisciano	fisciano	Comune di Fisciano,Fisciano		IT	04	SA	065052	13677	Europe/Rome
6538817	Futani	futani	Comune di Futani,Futani		IT	04	SA	065054	1234	Europe/Rome
6538818	Laviano	laviano	Comune di Laviano,Laviano		IT	04	SA	065063	1485	Europe/Rome
6538819	Maiori	maiori	Comune di Maiori,Maiori		IT	04	SA	065066	5575	Europe/Rome
6538820	Montano Antilia	montano-antilia	Comune di Montano Antilia,Montano Antilia		IT	04	SA	065070	2233	Europe/Rome
6538821	Pagani	pagani	Comune di Pagani,Pagani		IT	04	SA	065088	34671	Europe/Rome
6538822	Palomonte	palomonte	Comune di Palomonte,Palomonte		IT	04	SA	065089	4049	Europe/Rome
6538823	Perdifumo	perdifumo	Comune di Perdifumo,Perdifumo		IT	04	SA	065091	1768	Europe/Rome
6538824	Perito	perito	Comune di Perito,Perito		IT	04	SA	065092	1007	Europe/Rome
6538825	Piaggine	piaggine	Comune di Piaggine,Piaggine		IT	04	SA	065095	1447	Europe/Rome
6538826	Pisciotta	pisciotta	Comune di Pisciotta,Pisciotta		IT	04	SA	065096	2748	Europe/Rome
6538827	Positano	positano	Comune di Positano,Positano		IT	04	SA	065100	3858	Europe/Rome
6538828	Rutino	rutino	Comune di Rutino,Rutino		IT	04	SA	065112	889	Europe/Rome
6538829	Sala Consilina	sala-consilina	Comune di Sala Consilina,Sala Consilina		IT	04	SA	065114	12258	Europe/Rome
6538830	San Gregorio Magno	san-gregorio-magno	Comune di San Gregorio Magno,San Gregorio Magno		IT	04	SA	065120	4417	Europe/Rome
6538831	San Marzano sul Sarno	san-marzano-sul-sarno	Comune di San Marzano sul Sarno,San Marzano sul Sarno		IT	04	SA	065122	10225	Europe/Rome
6538832	San Mauro Cilento	san-mauro-cilento	Comune di San Mauro Cilento,San Mauro Cilento		IT	04	SA	065123	985	Europe/Rome
6538833	San Mauro la Bruca	san-mauro-la-bruca	Comune di San Mauro la Bruca,San Mauro la Bruca		IT	04	SA	065124	653	Europe/Rome
6538834	San Pietro al Tanagro	san-pietro-al-tanagro	Comune di San Pietro al Tanagro,San Pietro al Tanagro		IT	04	SA	065125	1737	Europe/Rome
6538835	San Rufo	san-rufo	Comune di San Rufo,San Rufo		IT	04	SA	065126	1729	Europe/Rome
6538836	Sanza	sanza	Comune di Sanza,Sanza		IT	04	SA	065133	2697	Europe/Rome
6538837	Serramezzana	serramezzana	Comune di Serramezzana,Serramezzana		IT	04	SA	065139	347	Europe/Rome
6538838	Torraca	torraca	Comune di Torraca,Torraca		IT	04	SA	065148	1267	Europe/Rome
6538839	Valva	valva	Comune di Valva,Valva		IT	04	SA	065155	1712	Europe/Rome
6538840	Vibonati	vibonati	Comune di Vibonati,Vibonati		IT	04	SA	065156	3237	Europe/Rome
6538841	Campotosto	campotosto	Campotosto,Comune di Campotosto		IT	01	AQ	066016	586	Europe/Rome
6538842	Capestrano	capestrano	Capestrano,Comune di Capestrano		IT	01	AQ	066019	895	Europe/Rome
6538843	Capitignano	capitignano	Capitignano,Comune di Capitignano		IT	01	AQ	066021	680	Europe/Rome
6538844	Cappadocia	cappadocia	Cappadocia,Comune di Cappadocia		IT	01	AQ	066023	551	Europe/Rome
6538845	Civitella Alfedena	civitella-alfedena	Civitella Alfedena,Comune di Civitella Alfedena		IT	01	AQ	066035	303	Europe/Rome
6538846	Collelongo	collelongo	Collelongo,Comune di Collelongo		IT	01	AQ	066039	1313	Europe/Rome
6538847	Introdacqua	introdacqua	Comune di Introdacqua,Introdacqua		IT	01	AQ	066048	2129	Europe/Rome
6538848	Magliano de' Marsi	magliano-de-marsi	Comune di Magliano de' Marsi,Magliano de' Marsi		IT	01	AQ	066053	3753	Europe/Rome
6538849	Molina Aterno	molina-aterno	Comune di Molina Aterno,Molina Aterno		IT	01	AQ	066055	419	Europe/Rome
6538850	Ovindoli	ovindoli	Comune di Ovindoli,Ovindoli		IT	01	AQ	066065	1190	Europe/Rome
6538851	Pescina	pescina	Comune di Pescina,Pescina		IT	01	AQ	066069	4264	Europe/Rome
6538852	Rocca Pia	rocca-pia	Comune di Rocca Pia,Rocca Pia		IT	01	AQ	066083	167	Europe/Rome
6538853	Roccaraso	roccaraso	Comune di Roccaraso,Roccaraso		IT	01	AQ	066084	1636	Europe/Rome
6538854	Sant'Eusanio Forconese	sant-eusanio-forconese	Comune di Sant'Eusanio Forconese,Sant'Eusanio Forconese		IT	01	AQ	066090	418	Europe/Rome
6538855	Arsita	arsita	Arsita,Comune di Arsita		IT	01	TE	067003	871	Europe/Rome
6538856	Castilenti	castilenti	Castilenti,Comune di Castilenti		IT	01	TE	067014	1551	Europe/Rome
6538857	Mosciano Sant'Angelo	mosciano-sant-angelo	Comune di Mosciano Sant'Angelo,Mosciano Sant'Angelo		IT	01	TE	067030	9251	Europe/Rome
6538858	Nereto	nereto	Comune di Nereto,Nereto		IT	01	TE	067031	5075	Europe/Rome
6538859	Penna Sant'Andrea	penna-sant-andrea	Comune di Penna Sant'Andrea,Penna Sant'Andrea		IT	01	TE	067033	1728	Europe/Rome
6538860	Pietracamela	pietracamela	Comune di Pietracamela,Pietracamela		IT	01	TE	067034	304	Europe/Rome
6538861	Bolognano	bolognano	Bolognano,Comune di Bolognano		IT	01	PE	068003	1157	Europe/Rome
6538862	Cappelle sul Tavo	cappelle-sul-tavo	Cappelle sul Tavo,Comune di Cappelle sul Tavo		IT	01	PE	068006	3959	Europe/Rome
6538863	Catignano	catignano	Catignano,Comune di Catignano		IT	01	PE	068010	1449	Europe/Rome
6538864	Civitella Casanova	civitella-casanova	Civitella Casanova,Comune di Civitella Casanova		IT	01	PE	068014	1875	Europe/Rome
6538865	Cugnoli	cugnoli	Comune di Cugnoli,Cugnoli		IT	01	PE	068017	1590	Europe/Rome
6538866	San Valentino in Abruzzo Citeriore	san-valentino-in-abruzzo-citeriore	Comune di San Valentino in Abruzzo Citeriore,San Valentino in Abruzzo Citeriore		IT	01	PE	068038	1930	Europe/Rome
6538867	Serramonacesca	serramonacesca	Comune di Serramonacesca,Serramonacesca		IT	01	PE	068040	582	Europe/Rome
6538868	Spoltore	spoltore	Comune di Spoltore,Spoltore		IT	01	PE	068041	18566	Europe/Rome
6538869	Atessa	atessa	Atessa,Comune di Atessa		IT	01	CH	069005	10761	Europe/Rome
6538870	Bomba	bomba	Bomba,Comune di Bomba		IT	01	CH	069006	885	Europe/Rome
6538871	Bucchianico	bucchianico	Bucchianico,Comune di Bucchianico		IT	01	CH	069008	5221	Europe/Rome
6538872	Carunchio	carunchio	Carunchio,Comune di Carunchio		IT	01	CH	069012	639	Europe/Rome
6538873	Castiglione Messer Marino	castiglione-messer-marino	Castiglione Messer Marino,Comune di Castiglione Messer Marino		IT	01	CH	069020	1898	Europe/Rome
6538874	Celenza sul Trigno	celenza-sul-trigno	Celenza sul Trigno,Comune di Celenza sul Trigno		IT	01	CH	069021	974	Europe/Rome
6538875	Cupello	cupello	Comune di Cupello,Cupello		IT	01	CH	069028	4848	Europe/Rome
6538876	Dogliola	dogliola	Comune di Dogliola,Dogliola		IT	01	CH	069029	389	Europe/Rome
6538877	Fara Filiorum Petri	fara-filiorum-petri	Comune di Fara Filiorum Petri,Fara Filiorum Petri		IT	01	CH	069030	1955	Europe/Rome
6538878	Gamberale	gamberale	Comune di Gamberale,Gamberale		IT	01	CH	069039	328	Europe/Rome
6538879	Gissi	gissi	Comune di Gissi,Gissi		IT	01	CH	069041	2935	Europe/Rome
6538880	Guilmi	guilmi	Comune di Guilmi,Guilmi		IT	01	CH	069044	432	Europe/Rome
6538881	Lama dei Peligni	lama-dei-peligni	Comune di Lama dei Peligni,Lama dei Peligni		IT	01	CH	069045	1364	Europe/Rome
6538882	Palena	palena	Comune di Palena,Palena		IT	01	CH	069060	1412	Europe/Rome
6538883	Pennadomo	pennadomo	Comune di Pennadomo,Pennadomo		IT	01	CH	069063	311	Europe/Rome
6538884	Poggiofiorito	poggiofiorito	Comune di Poggiofiorito,Poggiofiorito		IT	01	CH	069067	943	Europe/Rome
6538885	Pollutri	pollutri	Comune di Pollutri,Pollutri		IT	01	CH	069068	2306	Europe/Rome
6538886	Ripa Teatina	ripa-teatina	Comune di Ripa Teatina,Ripa Teatina		IT	01	CH	069072	4188	Europe/Rome
6538887	Rosello	rosello	Comune di Rosello,Rosello		IT	01	CH	069078	253	Europe/Rome
6538888	San Giovanni Lipioni	san-giovanni-lipioni	Comune di San Giovanni Lipioni,San Giovanni Lipioni		IT	01	CH	069080	210	Europe/Rome
6538889	Sant'Eusanio del Sangro	sant-eusanio-del-sangro	Comune di Sant'Eusanio del Sangro,Sant'Eusanio del Sangro		IT	01	CH	069085	2453	Europe/Rome
6538890	San Vito Chietino	san-vito-chietino	Comune di San Vito Chietino,San Vito Chietino		IT	01	CH	069086	5226	Europe/Rome
6538891	Schiavi di Abruzzo	schiavi-di-abruzzo	Comune di Schiavi di Abruzzo,Schiavi di Abruzzo		IT	01	CH	069088	931	Europe/Rome
6538892	Taranta Peligna	taranta-peligna	Comune di Taranta Peligna,Taranta Peligna		IT	01	CH	069089	399	Europe/Rome
6538893	Torino di Sangro	torino-di-sangro	Comune di Torino di Sangro,Torino di Sangro		IT	01	CH	069091	3041	Europe/Rome
6538894	Torrebruna	torrebruna	Comune di Torrebruna,Torrebruna		IT	01	CH	069093	924	Europe/Rome
6538895	Tufillo	tufillo	Comune di Tufillo,Tufillo		IT	01	CH	069097	468	Europe/Rome
6538896	Vasto	vasto	Comune di Vasto,Vasto		IT	01	CH	069099	38747	Europe/Rome
6538897	Bojano	bojano	Bojano,Comune di Bojano		IT	11	CB	070003	7946	Europe/Rome
6538898	Bonefro	bonefro	Bonefro,Comune di Bonefro		IT	11	CB	070004	1528	Europe/Rome
6538899	Campochiaro	campochiaro	Campochiaro,Comune di Campochiaro		IT	11	CB	070007	637	Europe/Rome
6538900	Campomarino	campomarino	Campomarino,Comune di Campomarino		IT	11	CB	070010	7068	Europe/Rome
6538901	Castelbottaccio	castelbottaccio	Castelbottaccio,Comune di Castelbottaccio		IT	11	CB	070013	349	Europe/Rome
6538902	Castellino del Biferno	castellino-del-biferno	Castellino del Biferno,Comune di Castellino del Biferno		IT	11	CB	070014	589	Europe/Rome
6538903	Castropignano	castropignano	Castropignano,Comune di Castropignano		IT	11	CB	070016	1029	Europe/Rome
6538904	Fossalto	fossalto	Comune di Fossalto,Fossalto		IT	11	CB	070024	1480	Europe/Rome
6538905	Gildone	gildone	Comune di Gildone,Gildone		IT	11	CB	070026	850	Europe/Rome
6538906	Lucito	lucito	Comune di Lucito,Lucito		IT	11	CB	070033	734	Europe/Rome
6538907	Mafalda	mafalda	Comune di Mafalda,Mafalda		IT	11	CB	070036	1231	Europe/Rome
6538908	Oratino	oratino	Comune di Oratino,Oratino		IT	11	CB	070049	1560	Europe/Rome
6538909	Pietracupa	pietracupa	Comune di Pietracupa,Pietracupa		IT	11	CB	070054	228	Europe/Rome
6538910	Riccia	riccia	Comune di Riccia,Riccia		IT	11	CB	070057	5403	Europe/Rome
6538911	Ripalimosani	ripalimosani	Comune di Ripalimosani,Ripalimosani		IT	11	CB	070059	2972	Europe/Rome
6538912	Roccavivara	roccavivara	Comune di Roccavivara,Roccavivara		IT	11	CB	070060	840	Europe/Rome
6538913	Rotello	rotello	Comune di Rotello,Rotello		IT	11	CB	070061	1219	Europe/Rome
6538914	San Giacomo degli Schiavoni	san-giacomo-degli-schiavoni	Comune di San Giacomo degli Schiavoni,San Giacomo degli Schiavoni		IT	11	CB	070065	1410	Europe/Rome
6538915	Torella del Sannio	torella-del-sannio	Comune di Torella del Sannio,Torella del Sannio		IT	11	CB	070079	794	Europe/Rome
6538916	Toro	toro	Comune di Toro,Toro		IT	11	CB	070080	1450	Europe/Rome
6538917	Trivento	trivento	Comune di Trivento,Trivento		IT	11	CB	070081	4812	Europe/Rome
6538918	Apricena	apricena	Apricena,Comune di Apricena		IT	13	FG	071004	13435	Europe/Rome
6538919	Ascoli Satriano	ascoli-satriano	Ascoli Satriano,Comune di Ascoli Satriano		IT	13	FG	071005	6194	Europe/Rome
6538920	Candela	candela	Candela,Comune di Candela		IT	13	FG	071009	2693	Europe/Rome
6538921	Casalvecchio di Puglia	casalvecchio-di-puglia	Casalvecchio di Puglia,Comune di Casalvecchio di Puglia		IT	13	FG	071014	1939	Europe/Rome
6538922	Castelnuovo della Daunia	castelnuovo-della-daunia	Castelnuovo della Daunia,Comune di Castelnuovo della Daunia		IT	13	FG	071017	1557	Europe/Rome
6538923	Cerignola	cerignola	Cerignola,Comune di Cerignola		IT	13	FG	071020	56653	Europe/Rome
6538924	Deliceto	deliceto	Comune di Deliceto,Deliceto		IT	13	FG	071022	3919	Europe/Rome
6538925	Ischitella	ischitella	Comune di Ischitella,Ischitella		IT	13	FG	071025	4316	Europe/Rome
6538926	Lesina	lesina	Comune di Lesina,Lesina		IT	13	FG	071027	6319	Europe/Rome
6538927	Margherita di Savoia	margherita-di-savoia	Comune di Margherita di Savoia,Margherita di Savoia		IT	13	BT	110005	12193	Europe/Rome
6538928	Peschici	peschici	Comune di Peschici,Peschici		IT	13	FG	071038	4197	Europe/Rome
6538929	Poggio Imperiale	poggio-imperiale	Comune di Poggio Imperiale,Poggio Imperiale		IT	13	FG	071040	2819	Europe/Rome
6538930	San Ferdinando di Puglia	san-ferdinando-di-puglia	Comune di San Ferdinando di Puglia,San Ferdinando di Puglia		IT	13	BT	110007	13916	Europe/Rome
6538931	San Marco in Lamis	san-marco-in-lamis	Comune di San Marco in Lamis,San Marco in Lamis		IT	13	FG	071047	14218	Europe/Rome
6538932	Stornara	stornara	Comune di Stornara,Stornara		IT	13	FG	071054	5306	Europe/Rome
6538933	Stornarella	stornarella	Comune di Stornarella,Stornarella		IT	13	FG	071055	5022	Europe/Rome
6538934	Vico del Gargano	vico-del-gargano	Comune di Vico del Gargano,Vico del Gargano		IT	13	FG	071059	7861	Europe/Rome
6538935	Vieste	vieste	Comune di Vieste,Vieste		IT	13	FG	071060	13271	Europe/Rome
6538936	Zapponeta	zapponeta	Comune di Zapponeta,Zapponeta		IT	13	FG	071064	3326	Europe/Rome
6538937	Acquaviva delle Fonti	acquaviva-delle-fonti	Acquaviva delle Fonti,Comune di Acquaviva delle Fonti		IT	13	BA	072001	21038	Europe/Rome
6538938	Adelfia	adelfia	Adelfia,Comune di Adelfia		IT	13	BA	072002	17101	Europe/Rome
6538939	Bitritto	bitritto	Bitritto,Comune di Bitritto		IT	13	BA	072012	10878	Europe/Rome
6538940	Canosa di Puglia	canosa-di-puglia	Canosa di Puglia,Comune di Canosa di Puglia		IT	13	BT	110004	30422	Europe/Rome
6538941	Capurso	capurso	Capurso,Comune di Capurso		IT	13	BA	072014	15396	Europe/Rome
6538942	Casamassima	casamassima	Casamassima,Comune di Casamassima		IT	13	BA	072015	19246	Europe/Rome
6538943	Gravina in Puglia	gravina-in-puglia	Comune di Gravina in Puglia,Gravina in Puglia		IT	13	BA	072023	43614	Europe/Rome
6538944	Locorotondo	locorotondo	Comune di Locorotondo,Locorotondo		IT	13	BA	072025	14161	Europe/Rome
6538945	Mola di Bari	mola-di-bari	Comune di Mola di Bari,Mola di Bari		IT	13	BA	072028	25567	Europe/Rome
6538946	Putignano	putignano	Comune di Putignano,Putignano		IT	13	BA	072036	27083	Europe/Rome
6538947	Rutigliano	rutigliano	Comune di Rutigliano,Rutigliano		IT	13	BA	072037	18418	Europe/Rome
6538948	Sammichele di Bari	sammichele-di-bari	Comune di Sammichele di Bari,Sammichele di Bari		IT	13	BA	072039	6715	Europe/Rome
6538949	Triggiano	triggiano	Comune di Triggiano,Triggiano		IT	13	BA	072046	27007	Europe/Rome
6538950	Turi	turi	Comune di Turi,Turi		IT	13	BA	072047	12748	Europe/Rome
6538951	Fragagnano	fragagnano	Comune di Fragagnano,Fragagnano		IT	13	TA	073006	5353	Europe/Rome
6538952	Leporano	leporano	Comune di Leporano,Leporano		IT	13	TA	073010	7802	Europe/Rome
6538953	Manduria	manduria	Comune di Manduria,Manduria		IT	13	TA	073012	30921	Europe/Rome
6538954	Martina Franca	martina-franca	Comune di Martina Franca,Martina Franca		IT	13	TA	073013	49009	Europe/Rome
6538955	Maruggio	maruggio	Comune di Maruggio,Maruggio		IT	13	TA	073014	5411	Europe/Rome
6538956	Monteiasi	monteiasi	Comune di Monteiasi,Monteiasi		IT	13	TA	073016	5522	Europe/Rome
6538957	Montemesola	montemesola	Comune di Montemesola,Montemesola		IT	13	TA	073017	4088	Europe/Rome
6538958	San Giorgio Ionico	san-giorgio-ionico	Comune di San Giorgio Ionico,San Giorgio Ionico		IT	13	TA	073024	15676	Europe/Rome
6538959	Carovigno	carovigno	Carovigno,Comune di Carovigno		IT	13	BR	074002	15896	Europe/Rome
6538960	Francavilla Fontana	francavilla-fontana	Comune di Francavilla Fontana,Francavilla Fontana		IT	13	BR	074008	36955	Europe/Rome
6538961	Ostuni	ostuni	Comune di Ostuni,Ostuni		IT	13	BR	074012	31860	Europe/Rome
6538962	San Pietro Vernotico	san-pietro-vernotico	Comune di San Pietro Vernotico,San Pietro Vernotico		IT	13	BR	074016	13974	Europe/Rome
6538963	Torchiarolo	torchiarolo	Comune di Torchiarolo,Torchiarolo		IT	13	BR	074018	5461	Europe/Rome
6538964	Alessano	alessano	Alessano,Comune di Alessano		IT	13	LE	075002	6480	Europe/Rome
6538965	Andrano	andrano	Andrano,Comune di Andrano		IT	13	LE	075005	4962	Europe/Rome
6538966	Aradeo	aradeo	Aradeo,Comune di Aradeo		IT	13	LE	075006	9755	Europe/Rome
6538967	Arnesano	arnesano	Arnesano,Comune di Arnesano		IT	13	LE	075007	3953	Europe/Rome
6538968	Campi Salentina	campi-salentina	Campi Salentina,Comune di Campi Salentina		IT	13	LE	075011	10760	Europe/Rome
6538969	Copertino	copertino	Comune di Copertino,Copertino		IT	13	LE	075022	23870	Europe/Rome
6538970	Galatina	galatina	Comune di Galatina,Galatina		IT	13	LE	075029	27214	Europe/Rome
6538971	Leverano	leverano	Comune di Leverano,Leverano		IT	13	LE	075037	14069	Europe/Rome
6538972	Maglie	maglie	Comune di Maglie,Maglie		IT	13	LE	075039	14819	Europe/Rome
6538973	Martano	martano	Comune di Martano,Martano		IT	13	LE	075040	9320	Europe/Rome
6538974	Matino	matino	Comune di Matino,Matino		IT	13	LE	075042	11704	Europe/Rome
6538975	Melendugno	melendugno	Comune di Melendugno,Melendugno		IT	13	LE	075043	9646	Europe/Rome
6538976	Melissano	melissano	Comune di Melissano,Melissano		IT	13	LE	075044	7307	Europe/Rome
6538977	Minervino di Lecce	minervino-di-lecce	Comune di Minervino di Lecce,Minervino di Lecce		IT	13	LE	075047	3729	Europe/Rome
6538978	Morciano di Leuca	morciano-di-leuca	Comune di Morciano di Leuca,Morciano di Leuca		IT	13	LE	075050	3416	Europe/Rome
6538979	Muro Leccese	muro-leccese	Comune di Muro Leccese,Muro Leccese		IT	13	LE	075051	5091	Europe/Rome
6538980	Parabita	parabita	Comune di Parabita,Parabita		IT	13	LE	075059	9323	Europe/Rome
6538981	Patù	patu	Comune di Patu,Comune di Patù,Patu,Patù		IT	13	LE	075060	1721	Europe/Rome
6538982	San Cesario di Lecce	san-cesario-di-lecce	Comune di San Cesario di Lecce,San Cesario di Lecce		IT	13	LE	075068	8297	Europe/Rome
6538983	Sannicola	sannicola	Comune di Sannicola,Sannicola		IT	13	LE	075070	5902	Europe/Rome
6538984	Santa Cesarea Terme	santa-cesarea-terme	Comune di Santa Cesarea Terme,Santa Cesarea Terme		IT	13	LE	075072	3032	Europe/Rome
6538985	Sogliano Cavour	sogliano-cavour	Comune di Sogliano Cavour,Sogliano Cavour		IT	13	LE	075075	4065	Europe/Rome
6538986	Soleto	soleto	Comune di Soleto,Soleto		IT	13	LE	075076	5542	Europe/Rome
6538987	Supersano	supersano	Comune di Supersano,Supersano		IT	13	LE	075081	4509	Europe/Rome
6538988	Surbo	surbo	Comune di Surbo,Surbo		IT	13	LE	075083	14849	Europe/Rome
6538989	Tiggiano	tiggiano	Comune di Tiggiano,Tiggiano		IT	13	LE	075086	2931	Europe/Rome
6538990	Trepuzzi	trepuzzi	Comune di Trepuzzi,Trepuzzi		IT	13	LE	075087	14277	Europe/Rome
6538991	Zollino	zollino	Comune di Zollino,Zollino		IT	13	LE	075094	2058	Europe/Rome
6538992	Armento	armento	Armento,Comune di Armento		IT	02	PZ	076005	679	Europe/Rome
6538993	Banzi	banzi	Banzi,Comune di Banzi		IT	02	PZ	076009	1406	Europe/Rome
6538994	Cancellara	cancellara	Cancellara,Comune di Cancellara		IT	02	PZ	076018	1396	Europe/Rome
6538995	Castelgrande	castelgrande	Castelgrande,Comune di Castelgrande		IT	02	PZ	076021	1018	Europe/Rome
6538996	Castelsaraceno	castelsaraceno	Castelsaraceno,Comune di Castelsaraceno		IT	02	PZ	076025	1480	Europe/Rome
6538997	Chiaromonte	chiaromonte	Chiaromonte,Comune di Chiaromonte		IT	02	PZ	076028	1954	Europe/Rome
6538998	Francavilla in Sinni	francavilla-in-sinni	Comune di Francavilla in Sinni,Francavilla in Sinni		IT	02	PZ	076034	4282	Europe/Rome
6538999	Gallicchio	gallicchio	Comune di Gallicchio,Gallicchio		IT	02	PZ	076035	894	Europe/Rome
6539000	Latronico	latronico	Comune di Latronico,Latronico		IT	02	PZ	076040	4748	Europe/Rome
6539001	Laurenzana	laurenzana	Comune di Laurenzana,Laurenzana		IT	02	PZ	076041	1944	Europe/Rome
6539002	Moliterno	moliterno	Comune di Moliterno,Moliterno		IT	02	PZ	076050	4182	Europe/Rome
6539003	Montemilone	montemilone	Comune di Montemilone,Montemilone		IT	02	PZ	076051	1725	Europe/Rome
6539004	Montemurro	montemurro	Comune di Montemurro,Montemurro		IT	02	PZ	076052	1312	Europe/Rome
6539005	Nemoli	nemoli	Comune di Nemoli,Nemoli		IT	02	PZ	076054	1512	Europe/Rome
6539006	Noepoli	noepoli	Comune di Noepoli,Noepoli		IT	02	PZ	076055	974	Europe/Rome
6539007	Palazzo San Gervasio	palazzo-san-gervasio	Comune di Palazzo San Gervasio,Palazzo San Gervasio		IT	02	PZ	076057	5027	Europe/Rome
6539008	Pietragalla	pietragalla	Comune di Pietragalla,Pietragalla		IT	02	PZ	076060	4267	Europe/Rome
6539009	Pietrapertosa	pietrapertosa	Comune di Pietrapertosa,Pietrapertosa		IT	02	PZ	076061	1108	Europe/Rome
6539010	Rapone	rapone	Comune di Rapone,Rapone		IT	02	PZ	076065	1013	Europe/Rome
6539011	Roccanova	roccanova	Comune di Roccanova,Roccanova		IT	02	PZ	076069	1644	Europe/Rome
6539012	Ruvo del Monte	ruvo-del-monte	Comune di Ruvo del Monte,Ruvo del Monte		IT	02	PZ	076072	1099	Europe/Rome
6539013	Sant'Angelo Le Fratte	sant-angelo-le-fratte	Comune di Sant'Angelo Le Fratte,Sant'Angelo Le Fratte		IT	02	PZ	076079	1457	Europe/Rome
6539014	Sarconi	sarconi	Comune di Sarconi,Sarconi		IT	02	PZ	076081	1362	Europe/Rome
6539015	Senise	senise	Comune di Senise,Senise		IT	02	PZ	076085	7127	Europe/Rome
6539016	Terranova di Pollino	terranova-di-pollino	Comune di Terranova di Pollino,Terranova di Pollino		IT	02	PZ	076088	1324	Europe/Rome
6539017	Tramutola	tramutola	Comune di Tramutola,Tramutola		IT	02	PZ	076091	3155	Europe/Rome
6539018	Vaglio Basilicata	vaglio-basilicata	Comune di Vaglio Basilicata,Vaglio Basilicata		IT	02	PZ	076094	2074	Europe/Rome
6539019	Aliano	aliano	Aliano,Comune di Aliano		IT	02	MT	077002	1082	Europe/Rome
6539020	Calciano	calciano	Calciano,Comune di Calciano		IT	02	MT	077004	796	Europe/Rome
6539021	Cirigliano	cirigliano	Cirigliano,Comune di Cirigliano		IT	02	MT	077005	361	Europe/Rome
6539022	Colobraro	colobraro	Colobraro,Comune di Colobraro		IT	02	MT	077006	1342	Europe/Rome
6539023	Grassano	grassano	Comune di Grassano,Grassano		IT	02	MT	077011	5395	Europe/Rome
6539024	Grottole	grottole	Comune di Grottole,Grottole		IT	02	MT	077012	2371	Europe/Rome
6539025	Oliveto Lucano	oliveto-lucano	Comune di Oliveto Lucano,Oliveto Lucano		IT	02	MT	077019	494	Europe/Rome
6539026	Pomarico	pomarico	Comune di Pomarico,Pomarico		IT	02	MT	077022	4238	Europe/Rome
6539027	San Mauro Forte	san-mauro-forte	Comune di San Mauro Forte,San Mauro Forte		IT	02	MT	077026	1710	Europe/Rome
6539028	Tursi	tursi	Comune di Tursi,Tursi		IT	02	MT	077029	5151	Europe/Rome
6539029	Aiello Calabro	aiello-calabro	Aiello Calabro,Comune di Aiello Calabro		IT	03	CS	078004	1907	Europe/Rome
6539030	Alessandria del Carretto	alessandria-del-carretto	Alessandria del Carretto,Comune di Alessandria del Carretto		IT	03	CS	078007	530	Europe/Rome
6539031	Amendolara	amendolara	Amendolara,Comune di Amendolara		IT	03	CS	078011	3001	Europe/Rome
6539032	Belvedere Marittimo	belvedere-marittimo	Belvedere Marittimo,Comune di Belvedere Marittimo		IT	03	CS	078015	9120	Europe/Rome
6539033	Bocchigliero	bocchigliero	Bocchigliero,Comune di Bocchigliero		IT	03	CS	078018	1479	Europe/Rome
6539034	Carolei	carolei	Carolei,Comune di Carolei		IT	03	CS	078026	3462	Europe/Rome
6539035	Carpanzano	carpanzano	Carpanzano,Comune di Carpanzano		IT	03	CS	078027	300	Europe/Rome
6539036	Celico	celico	Celico,Comune di Celico		IT	03	CS	078034	2883	Europe/Rome
6539037	Corigliano Calabro	corigliano-calabro	Comune di Corigliano Calabro,Corigliano Calabro		IT	03	CS	078044	38501	Europe/Rome
6539038	Francavilla Marittima	francavilla-marittima	Comune di Francavilla Marittima,Francavilla Marittima		IT	03	CS	078056	3025	Europe/Rome
6539039	Frascineto	frascineto	Comune di Frascineto,Frascineto		IT	03	CS	078057	2239	Europe/Rome
6539040	Grisolia	grisolia	Comune di Grisolia,Grisolia		IT	03	CS	078060	2310	Europe/Rome
6539041	Longobucco	longobucco	Comune di Longobucco,Longobucco		IT	03	CS	078068	3479	Europe/Rome
6539042	Mandatoriccio	mandatoriccio	Comune di Mandatoriccio,Mandatoriccio		IT	03	CS	078074	2900	Europe/Rome
6539043	Marano Marchesato	marano-marchesato	Comune di Marano Marchesato,Marano Marchesato		IT	03	CS	078076	3474	Europe/Rome
6539044	Marano Principato	marano-principato	Comune di Marano Principato,Marano Principato		IT	03	CS	078077	3119	Europe/Rome
6539045	Marzi	marzi	Comune di Marzi,Marzi		IT	03	CS	078078	996	Europe/Rome
6539046	Montalto Uffugo	montalto-uffugo	Comune di Montalto Uffugo,Montalto Uffugo		IT	03	CS	078081	18168	Europe/Rome
6539047	Mormanno	mormanno	Comune di Mormanno,Mormanno		IT	03	CS	078084	3264	Europe/Rome
6539048	Mottafollone	mottafollone	Comune di Mottafollone,Mottafollone		IT	03	CS	078085	1274	Europe/Rome
6539049	Paludi	paludi	Comune di Paludi,Paludi		IT	03	CS	078089	1134	Europe/Rome
6539050	Papasidero	papasidero	Comune di Papasidero,Papasidero		IT	03	CS	078092	808	Europe/Rome
6539051	Piane Crati	piane-crati	Comune di Piane Crati,Piane Crati		IT	03	CS	078097	1414	Europe/Rome
6539052	Rende	rende	Comune di Rende,Rende		IT	03	CS	078102	33555	Europe/Rome
6539053	Rocca Imperiale	rocca-imperiale	Comune di Rocca Imperiale,Rocca Imperiale		IT	03	CS	078103	3292	Europe/Rome
6539054	Roggiano Gravina	roggiano-gravina	Comune di Roggiano Gravina,Roggiano Gravina		IT	03	CS	078104	7228	Europe/Rome
6539055	Rovito	rovito	Comune di Rovito,Rovito		IT	03	CS	078110	3078	Europe/Rome
6539056	San Demetrio Corone	san-demetrio-corone	Comune di San Demetrio Corone,San Demetrio Corone		IT	03	CS	078114	3665	Europe/Rome
6539057	San Giorgio Albanese	san-giorgio-albanese	Comune di San Giorgio Albanese,San Giorgio Albanese		IT	03	CS	078118	1555	Europe/Rome
6539058	San Lorenzo del Vallo	san-lorenzo-del-vallo	Comune di San Lorenzo del Vallo,San Lorenzo del Vallo		IT	03	CS	078121	3465	Europe/Rome
6539059	San Marco Argentano	san-marco-argentano	Comune di San Marco Argentano,San Marco Argentano		IT	03	CS	078123	7282	Europe/Rome
6539060	San Nicola Arcella	san-nicola-arcella	Comune di San Nicola Arcella,San Nicola Arcella		IT	03	CS	078125	1751	Europe/Rome
6539061	Santa Caterina Albanese	santa-caterina-albanese	Comune di Santa Caterina Albanese,Santa Caterina Albanese		IT	03	CS	078129	1244	Europe/Rome
6539062	Sant'Agata di Esaro	sant-agata-di-esaro	Comune di Sant'Agata di Esaro,Sant'Agata di Esaro		IT	03	CS	078131	1990	Europe/Rome
6539063	Santa Sofia d'Epiro	santa-sofia-d-epiro	Comune di Santa Sofia d'Epiro,Santa Sofia d'Epiro		IT	03	CS	078133	2748	Europe/Rome
6539064	San Vincenzo la Costa	san-vincenzo-la-costa	Comune di San Vincenzo la Costa,San Vincenzo la Costa		IT	03	CS	078135	2158	Europe/Rome
6539065	Serra d'Aiello	serra-d-aiello	Comune di Serra d'Aiello,Serra d'Aiello		IT	03	CS	078140	549	Europe/Rome
6539066	Spezzano Albanese	spezzano-albanese	Comune di Spezzano Albanese,Spezzano Albanese		IT	03	CS	078142	7157	Europe/Rome
6539067	Tortora	tortora	Comune di Tortora,Tortora		IT	03	CS	078149	5997	Europe/Rome
6539068	Trenta	trenta	Comune di Trenta,Trenta		IT	03	CS	078151	2722	Europe/Rome
6539069	Vaccarizzo Albanese	vaccarizzo-albanese	Comune di Vaccarizzo Albanese,Vaccarizzo Albanese		IT	03	CS	078152	1184	Europe/Rome
6539070	Verbicaro	verbicaro	Comune di Verbicaro,Verbicaro		IT	03	CS	078153	3212	Europe/Rome
6539071	Andali	andali	Andali,Comune di Andali		IT	03	CZ	079005	795	Europe/Rome
6539072	Botricello	botricello	Botricello,Comune di Botricello		IT	03	CZ	079012	4906	Europe/Rome
6539073	Caraffa di Catanzaro	caraffa-di-catanzaro	Caraffa di Catanzaro,Comune di Caraffa di Catanzaro		IT	03	CZ	079017	1960	Europe/Rome
6539074	Carlopoli	carlopoli	Carlopoli,Comune di Carlopoli		IT	03	CZ	079020	1622	Europe/Rome
6539075	Chiaravalle Centrale	chiaravalle-centrale	Chiaravalle Centrale,Comune di Chiaravalle Centrale		IT	03	CZ	079029	5883	Europe/Rome
6539076	Cicala	cicala	Cicala,Comune di Cicala		IT	03	CZ	079030	1008	Europe/Rome
6539077	Davoli	davoli	Comune di Davoli,Davoli		IT	03	CZ	079042	5407	Europe/Rome
6539078	Falerna	falerna	Comune di Falerna,Falerna		IT	03	CZ	079047	3801	Europe/Rome
6539079	Gizzeria	gizzeria	Comune di Gizzeria,Gizzeria		IT	03	CZ	079060	4522	Europe/Rome
6539080	Marcedusa	marcedusa	Comune di Marcedusa,Marcedusa		IT	03	CZ	079071	425	Europe/Rome
6539081	Martirano Lombardo	martirano-lombardo	Comune di Martirano Lombardo,Martirano Lombardo		IT	03	CZ	079074	1167	Europe/Rome
6539082	Montepaone	montepaone	Comune di Montepaone,Montepaone		IT	03	CZ	079081	4681	Europe/Rome
6539083	Palermiti	palermiti	Comune di Palermiti,Palermiti		IT	03	CZ	079089	1275	Europe/Rome
6539084	Pentone	pentone	Comune di Pentone,Pentone		IT	03	CZ	079092	2215	Europe/Rome
6539085	Petrizzi	petrizzi	Comune di Petrizzi,Petrizzi		IT	03	CZ	079094	1167	Europe/Rome
6539086	Petronà	petrona	Comune di Petrona,Comune di Petronà,Petrona,Petronà		IT	03	CZ	079095	2685	Europe/Rome
6539087	Pianopoli	pianopoli	Comune di Pianopoli,Pianopoli		IT	03	CZ	079096	2559	Europe/Rome
6539088	Platania	platania	Comune di Platania,Platania		IT	03	CZ	079099	2232	Europe/Rome
6539089	Soveria Mannelli	soveria-mannelli	Comune di Soveria Mannelli,Soveria Mannelli		IT	03	CZ	079138	3137	Europe/Rome
6539090	Soveria Simeri	soveria-simeri	Comune di Soveria Simeri,Soveria Simeri		IT	03	CZ	079139	1643	Europe/Rome
6539091	Squillace	squillace	Comune di Squillace,Squillace		IT	03	CZ	079142	3400	Europe/Rome
6539092	Torre di Ruggiero	torre-di-ruggiero	Comune di Torre di Ruggiero,Torre di Ruggiero		IT	03	CZ	079148	1131	Europe/Rome
6539093	Agnana Calabra	agnana-calabra	Agnana Calabra,Comune di Agnana Calabra		IT	03	RC	080002	569	Europe/Rome
6539094	Bagnara Calabra	bagnara-calabra	Bagnara Calabra,Comune di Bagnara Calabra		IT	03	RC	080007	10622	Europe/Rome
6539095	Calanna	calanna	Calanna,Comune di Calanna		IT	03	RC	080016	979	Europe/Rome
6539096	Camini	camini	Camini,Comune di Camini		IT	03	RC	080017	715	Europe/Rome
6539097	Cardeto	cardeto	Cardeto,Comune di Cardeto		IT	03	RC	080022	1822	Europe/Rome
6539098	Caulonia	caulonia	Caulonia,Comune di Caulonia		IT	03	RC	080025	7060	Europe/Rome
6539099	Locri	locri	Comune di Locri,Locri		IT	03	RC	080043	12459	Europe/Rome
6539100	Mammola	mammola	Comune di Mammola,Mammola		IT	03	RC	080044	2971	Europe/Rome
6539101	Martone	martone	Comune di Martone,Martone		IT	03	RC	080047	554	Europe/Rome
6539102	Montebello Ionico	montebello-ionico	Comune di Montebello Ionico,Montebello Ionico		IT	03	RC	080053	6242	Europe/Rome
6539103	Motta San Giovanni	motta-san-giovanni	Comune di Motta San Giovanni,Motta San Giovanni		IT	03	RC	080054	6122	Europe/Rome
6539104	Rizziconi	rizziconi	Comune di Rizziconi,Rizziconi		IT	03	RC	080065	7806	Europe/Rome
6539105	San Procopio	san-procopio	Comune di San Procopio,San Procopio		IT	03	RC	080076	539	Europe/Rome
6539106	Santa Cristina d'Aspromonte	santa-cristina-d-aspromonte	Comune di Santa Cristina d'Aspromonte,Santa Cristina d'Aspromonte		IT	03	RC	080078	1017	Europe/Rome
6539107	Serrata	serrata	Comune di Serrata,Serrata		IT	03	RC	080087	914	Europe/Rome
6539108	Sinopoli	sinopoli	Comune di Sinopoli,Sinopoli		IT	03	RC	080089	2154	Europe/Rome
6539109	Campobello di Mazara	campobello-di-mazara	Campobello di Mazara,Comune di Campobello di Mazara		IT	15	TP	081004	11580	Europe/Rome
6539110	Castellammare del Golfo	castellammare-del-golfo	Castellammare del Golfo,Comune di Castellammare del Golfo		IT	15	TP	081005	14603	Europe/Rome
6539111	Castelvetrano	castelvetrano	Castelvetrano,Comune di Castelvetrano		IT	15	TP	081006	31824	Europe/Rome
6539112	Erice	erice	Comune di Erice,Erice		IT	15	TP	081008	28012	Europe/Rome
6539113	Favignana	favignana	Comune di Favignana,Favignana		IT	15	TP	081009	4185	Europe/Rome
6539114	Pantelleria	pantelleria	Comune di Pantelleria,Pantelleria		IT	15	TP	081014	7493	Europe/Rome
6539115	Vita	vita	Comune di Vita,Vita		IT	15	TP	081023	2139	Europe/Rome
6539116	Alimena	alimena	Alimena,Comune di Alimena		IT	15	PA	082002	2152	Europe/Rome
6539117	Aliminusa	aliminusa	Aliminusa,Comune di Aliminusa		IT	15	PA	082003	1291	Europe/Rome
6539118	Baucina	baucina	Baucina,Comune di Baucina		IT	15	PA	082008	2014	Europe/Rome
6539119	Bisacquino	bisacquino	Bisacquino,Comune di Bisacquino		IT	15	PA	082010	4829	Europe/Rome
6539120	Bolognetta	bolognetta	Bolognetta,Comune di Bolognetta		IT	15	PA	082011	3932	Europe/Rome
6539121	Caccamo	caccamo	Caccamo,Comune di Caccamo		IT	15	PA	082014	8295	Europe/Rome
6539122	Campofelice di Fitalia	campofelice-di-fitalia	Campofelice di Fitalia,Comune di Campofelice di Fitalia		IT	15	PA	082016	548	Europe/Rome
6539123	Campofiorito	campofiorito	Campofiorito,Comune di Campofiorito		IT	15	PA	082018	1332	Europe/Rome
6539124	Camporeale	camporeale	Camporeale,Comune di Camporeale		IT	15	PA	082019	3448	Europe/Rome
6539125	Castellana Sicula	castellana-sicula	Castellana Sicula,Comune di Castellana Sicula		IT	15	PA	082024	3549	Europe/Rome
6539126	Cerda	cerda	Cerda,Comune di Cerda		IT	15	PA	082028	5391	Europe/Rome
6539127	Contessa Entellina	contessa-entellina	Comune di Contessa Entellina,Contessa Entellina		IT	15	PA	082033	1865	Europe/Rome
6539128	Ficarazzi	ficarazzi	Comune di Ficarazzi,Ficarazzi		IT	15	PA	082035	11484	Europe/Rome
6539129	Gangi	gangi	Comune di Gangi,Gangi		IT	15	PA	082036	7063	Europe/Rome
6539130	Godrano	godrano	Comune di Godrano,Godrano		IT	15	PA	082040	1153	Europe/Rome
6539131	Isola delle Femmine	isola-delle-femmine	Comune di Isola delle Femmine,Isola delle Femmine		IT	15	PA	082043	7100	Europe/Rome
6539132	Lascari	lascari	Comune di Lascari,Lascari		IT	15	PA	082044	3500	Europe/Rome
6539133	Misilmeri	misilmeri	Comune di Misilmeri,Misilmeri		IT	15	PA	082048	27570	Europe/Rome
6539134	Palazzo Adriano	palazzo-adriano	Comune di Palazzo Adriano,Palazzo Adriano		IT	15	PA	082052	2227	Europe/Rome
6539135	Piana degli Albanesi	piana-degli-albanesi	Comune di Piana degli Albanesi,Piana degli Albanesi		IT	15	PA	082057	6010	Europe/Rome
6539136	Prizzi	prizzi	Comune di Prizzi,Prizzi		IT	15	PA	082060	5055	Europe/Rome
6539137	Roccamena	roccamena	Comune di Roccamena,Roccamena		IT	15	PA	082061	1562	Europe/Rome
6539138	San Cipirello	san-cipirello	Comune di San Cipirello,San Cipirello		IT	15	PA	082063	5478	Europe/Rome
6539139	San Mauro Castelverde	san-mauro-castelverde	Comune di San Mauro Castelverde,San Mauro Castelverde		IT	15	PA	082065	1847	Europe/Rome
6539140	Termini Imerese	termini-imerese	Comune di Termini Imerese,Termini Imerese		IT	15	PA	082070	27217	Europe/Rome
6539141	Ventimiglia di Sicilia	ventimiglia-di-sicilia	Comune di Ventimiglia di Sicilia,Ventimiglia di Sicilia		IT	15	PA	082077	2080	Europe/Rome
6539142	Vicari	vicari	Comune di Vicari,Vicari		IT	15	PA	082078	2948	Europe/Rome
6539143	Villafrati	villafrati	Comune di Villafrati,Villafrati		IT	15	PA	082080	3377	Europe/Rome
6539144	Alcara li Fusi	alcara-li-fusi	Alcara li Fusi,Comune di Alcara li Fusi		IT	15	ME	083001	2072	Europe/Rome
6539145	Basicò	basico	Basico,Basicò,Comune di Basico,Comune di Basicò		IT	15	ME	083006	679	Europe/Rome
6539146	Capri Leone	capri-leone	Capri Leone,Comune di Capri Leone		IT	15	ME	083010	4516	Europe/Rome
6539147	Castel di Lucio	castel-di-lucio	Castel di Lucio,Comune di Castel di Lucio		IT	15	ME	083013	1366	Europe/Rome
6539148	Francavilla di Sicilia	francavilla-di-sicilia	Comune di Francavilla di Sicilia,Francavilla di Sicilia		IT	15	ME	083025	3901	Europe/Rome
6539149	Gaggi	gaggi	Comune di Gaggi,Gaggi		IT	15	ME	083029	3138	Europe/Rome
6539150	Gioiosa Marea	gioiosa-marea	Comune di Gioiosa Marea,Gioiosa Marea		IT	15	ME	083033	7114	Europe/Rome
6539151	Itala	itala	Comune di Itala,Itala		IT	15	ME	083036	1663	Europe/Rome
6539152	Leni	leni	Comune di Leni,Leni		IT	15	ME	083037	702	Europe/Rome
6539153	Lipari	lipari	Comune di Lipari,Lipari		IT	15	ME	083041	11642	Europe/Rome
6539154	Malfa	malfa	Comune di Malfa,Malfa		IT	15	ME	083043	988	Europe/Rome
6539155	Mandanici	mandanici	Comune di Mandanici,Mandanici		IT	15	ME	083045	629	Europe/Rome
6539156	Novara di Sicilia	novara-di-sicilia	Comune di Novara di Sicilia,Novara di Sicilia		IT	15	ME	083062	1413	Europe/Rome
6539157	Roccella Valdemone	roccella-valdemone	Comune di Roccella Valdemone,Roccella Valdemone		IT	15	ME	083074	711	Europe/Rome
6539158	San Fratello	san-fratello	Comune di San Fratello,San Fratello		IT	15	ME	083078	3942	Europe/Rome
6539159	San Marco d'Alunzio	san-marco-d-alunzio	Comune di San Marco d'Alunzio,San Marco d'Alunzio		IT	15	ME	083079	2083	Europe/Rome
6539160	San Piero Patti	san-piero-patti	Comune di San Piero Patti,San Piero Patti		IT	15	ME	083081	3082	Europe/Rome
6539161	Santa Domenica Vittoria	santa-domenica-vittoria	Comune di Santa Domenica Vittoria,Santa Domenica Vittoria		IT	15	ME	083083	1067	Europe/Rome
6539162	Sant'Alessio Siculo	sant-alessio-siculo	Comune di Sant'Alessio Siculo,Sant'Alessio Siculo		IT	15	ME	083085	1497	Europe/Rome
6539163	Santa Marina Salina	santa-marina-salina	Comune di Santa Marina Salina,Santa Marina Salina		IT	15	ME	083087	892	Europe/Rome
6539164	Santa Teresa di Riva	santa-teresa-di-riva	Comune di Santa Teresa di Riva,Santa Teresa di Riva		IT	15	ME	083089	9240	Europe/Rome
6539165	Santo Stefano di Camastra	santo-stefano-di-camastra	Comune di Santo Stefano di Camastra,Santo Stefano di Camastra		IT	15	ME	083091	4674	Europe/Rome
6539166	Sinagra	sinagra	Comune di Sinagra,Sinagra		IT	15	ME	083095	2760	Europe/Rome
6539167	Tripi	tripi	Comune di Tripi,Tripi		IT	15	ME	083100	933	Europe/Rome
6539168	Ucria	ucria	Comune di Ucria,Ucria		IT	15	ME	083102	1105	Europe/Rome
6539169	Campobello di Licata	campobello-di-licata	Campobello di Licata,Comune di Campobello di Licata		IT	15	AG	084010	10438	Europe/Rome
6539170	Canicattì	canicatti	Canicatti,Canicattì,Comune di Canicatti,Comune di Canicattì		IT	15	AG	084011	34863	Europe/Rome
6539171	Joppolo Giancaxio	joppolo-giancaxio	Comune di Joppolo Giancaxio,Joppolo Giancaxio,Joppulu Giancaxiu,Jòppulu Giancaxiu		IT	15	AG	084019	1210	Europe/Rome
6539172	Lucca Sicula	lucca-sicula	Comune di Lucca Sicula,Lucca Sicula		IT	15	AG	084022	1917	Europe/Rome
6539173	Raffadali	raffadali	Comune di Raffadali,Raffadali		IT	15	AG	084030	12837	Europe/Rome
6539174	Ribera	ribera	Comune di Ribera,Ribera		IT	15	AG	084033	19302	Europe/Rome
6539175	Sambuca di Sicilia	sambuca-di-sicilia	Comune di Sambuca di Sicilia,Sambuca di Sicilia		IT	15	AG	084034	6114	Europe/Rome
6539176	Villafranca Sicula	villafranca-sicula	Comune di Villafranca Sicula,Villafranca Sicula		IT	15	AG	084043	1426	Europe/Rome
6539177	Bompensiere	bompensiere	Bompensiere,Comune di Bompensiere		IT	15	CL	085002	610	Europe/Rome
6539178	Marianopoli	marianopoli	Comune di Marianopoli,Marianopoli		IT	15	CL	085008	2006	Europe/Rome
6539179	Mazzarino	mazzarino	Comune di Mazzarino,Mazzarino		IT	15	CL	085009	12333	Europe/Rome
6539180	Niscemi	niscemi	Comune di Niscemi,Niscemi		IT	15	CL	085013	27975	Europe/Rome
6539181	Riesi	riesi	Comune di Riesi,Riesi		IT	15	CL	085015	11814	Europe/Rome
6539182	Santa Caterina Villarmosa	santa-caterina-villarmosa	Comune di Santa Caterina Villarmosa,Santa Caterina Villarmosa		IT	15	CL	085017	5727	Europe/Rome
6539183	Sutera	sutera	Comune di Sutera,Sutera		IT	15	CL	085020	1436	Europe/Rome
6539184	Vallelunga Pratameno	vallelunga-pratameno	Comune di Vallelunga Pratameno,Vallelunga Pratameno		IT	15	CL	085021	3641	Europe/Rome
6539185	Agira	agira	Agira,Comune di Agira		IT	15	EN	086001	8484	Europe/Rome
6539186	Catenanuova	catenanuova	Catenanuova,Comune di Catenanuova		IT	15	EN	086006	4999	Europe/Rome
6539187	Cerami	cerami	Cerami,Comune di Cerami		IT	15	EN	086008	2150	Europe/Rome
6539188	Gagliano Castelferrato	gagliano-castelferrato	Comune di Gagliano Castelferrato,Gagliano Castelferrato		IT	15	EN	086010	3722	Europe/Rome
6539189	Nicosia	nicosia	Comune di Nicosia,Nicosia		IT	15	EN	086012	14272	Europe/Rome
6539190	Pietraperzia	pietraperzia	Comune di Pietraperzia,Pietraperzia		IT	15	EN	086015	7227	Europe/Rome
6539191	Sperlinga	sperlinga	Comune di Sperlinga,Sperlinga		IT	15	EN	086017	833	Europe/Rome
6539192	Troina	troina	Comune di Troina,Troina		IT	15	EN	086018	9628	Europe/Rome
6539193	Villarosa	villarosa	Comune di Villarosa,Villarosa		IT	15	EN	086020	5130	Europe/Rome
6539194	Bronte	bronte	Bronte,Comune di Bronte		IT	15	CT	087009	19234	Europe/Rome
6539195	Calatabiano	calatabiano	Calatabiano,Comune di Calatabiano		IT	15	CT	087010	5383	Europe/Rome
6539196	Grammichele	grammichele	Comune di Grammichele,Grammichele		IT	15	CT	087018	13064	Europe/Rome
6539197	Licodia Eubea	licodia-eubea	Comune di Licodia Eubea,Licodia Eubea		IT	15	CT	087020	3047	Europe/Rome
6539198	Mascali	mascali	Comune di Mascali,Mascali		IT	15	CT	087023	13792	Europe/Rome
6539199	Motta Sant'Anastasia	motta-sant-anastasia	Comune di Motta Sant'Anastasia,Motta Sant'Anastasia		IT	15	CT	087030	11394	Europe/Rome
6539200	Raddusa	raddusa	Comune di Raddusa,Raddusa		IT	15	CT	087036	3280	Europe/Rome
6539201	Randazzo	randazzo	Comune di Randazzo,Randazzo		IT	15	CT	087038	11108	Europe/Rome
6539202	San Cono	san-cono	Comune di San Cono,San Cono		IT	15	CT	087040	2790	Europe/Rome
6539203	Santa Venerina	santa-venerina	Comune di Santa Venerina,Santa Venerina		IT	15	CT	087048	8351	Europe/Rome
6539204	Vizzini	vizzini	Comune di Vizzini,Vizzini		IT	15	CT	087054	6409	Europe/Rome
6539205	Zafferana Etnea	zafferana-etnea	Comune di Zafferana Etnea,Zafferana Etnea		IT	15	CT	087055	9249	Europe/Rome
6539206	Ispica	ispica	Comune di Ispica,Ispica		IT	15	RG	088005	15122	Europe/Rome
6539207	Canicattini Bagni	canicattini-bagni	Canicattini Bagni,Comune di Canicattini Bagni		IT	15	SR	089005	7186	Europe/Rome
6539208	Carlentini	carlentini	Carlentini,Comune di Carlentini		IT	15	SR	089006	17958	Europe/Rome
6539209	Floridia	floridia	Comune di Floridia,Floridia		IT	15	SR	089009	22685	Europe/Rome
6539210	Francofonte	francofonte	Comune di Francofonte,Francofonte		IT	15	SR	089010	12923	Europe/Rome
6539211	Lentini	lentini	Comune di Lentini,Lentini		IT	15	SR	089011	24484	Europe/Rome
6539212	Melilli	melilli	Comune di Melilli,Melilli		IT	15	SR	089012	13076	Europe/Rome
6539213	Pachino	pachino	Comune di Pachino,Pachino		IT	15	SR	089014	22068	Europe/Rome
6539214	Rosolini	rosolini	Comune di Rosolini,Rosolini		IT	15	SR	089016	21526	Europe/Rome
6539215	Solarino	solarino	Comune di Solarino,Solarino		IT	15	SR	089018	7853	Europe/Rome
6539216	Sortino	sortino	Comune di Sortino,Sortino		IT	15	SR	089019	8907	Europe/Rome
6539217	Priolo Gargallo	priolo-gargallo	Comune di Priolo Gargallo,Priolo Gargallo		IT	15	SR	089021	12167	Europe/Rome
6539218	Alà dei Sardi	ala-dei-sardi	Ala dei Sardi,Alà dei Sardi,Comune di Ala dei Sardi,Comune di Alà dei Sardi		IT	14	OT	104003	1947	Europe/Rome
6539219	Arzachena	arzachena	Arzachena,Comune di Arzachena		IT	14	OT	104004	11447	Europe/Rome
6539220	Banari	banari	Banari,Comune di Banari		IT	14	SS	090007	610	Europe/Rome
6539221	Bonorva	bonorva	Bonorva,Comune di Bonorva		IT	14	SS	090013	3669	Europe/Rome
6539222	Cargeghe	cargeghe	Cargeghe,Comune di Cargeghe		IT	14	SS	090022	644	Europe/Rome
6539223	Castelsardo	castelsardo	Castelsardo,Comune di Castelsardo		IT	14	SS	090023	5737	Europe/Rome
6539224	Codrongianos	codrongianos	Codrongianos,Comune di Codrongianos		IT	14	SS	090026	1346	Europe/Rome
6539225	Florinas	florinas	Comune di Florinas,Florinas		IT	14	SS	090029	1547	Europe/Rome
6539226	Illorai	illorai	Comune di Illorai,Illorai		IT	14	SS	090031	953	Europe/Rome
6539227	Ittireddu	ittireddu	Comune di Ittireddu,Ittireddu		IT	14	SS	090032	580	Europe/Rome
6539228	Ittiri	ittiri	Comune di Ittiri,Ittiri		IT	14	SS	090033	8868	Europe/Rome
6539229	Laerru	laerru	Comune di Laerru,Laerru		IT	14	SS	090034	945	Europe/Rome
6539230	Luras	luras	Comune di Luras,Luras		IT	14	OT	104015	2651	Europe/Rome
6539231	Mara	mara	Comune di Mara,Mara		IT	14	SS	090038	682	Europe/Rome
6539232	Nule	nule	Comune di Nule,Nule		IT	14	SS	090045	1427	Europe/Rome
6539233	Nulvi	nulvi	Comune di Nulvi,Nulvi		IT	14	SS	090046	2851	Europe/Rome
6539234	Olmedo	olmedo	Comune di Olmedo,Olmedo		IT	14	SS	090048	4001	Europe/Rome
6539235	Oschiri	oschiri	Comune di Oschiri,Oschiri		IT	14	OT	104018	3436	Europe/Rome
6539236	Ozieri	ozieri	Comune di Ozieri,Ozieri		IT	14	SS	090052	10881	Europe/Rome
6539237	Pozzomaggiore	pozzomaggiore	Comune di Pozzomaggiore,Pozzomaggiore		IT	14	SS	090059	2717	Europe/Rome
6539238	Santa Teresa Gallura	santa-teresa-gallura	Comune di Santa Teresa Gallura,Santa Teresa Gallura		IT	14	OT	104022	5018	Europe/Rome
6539239	Sedini	sedini	Comune di Sedini,Sedini		IT	14	SS	090065	1378	Europe/Rome
6539240	Thiesi	thiesi	Comune di Thiesi,Thiesi		IT	14	SS	090071	3005	Europe/Rome
6539241	Villanova Monteleone	villanova-monteleone	Comune di Villanova Monteleone,Villanova Monteleone		IT	14	SS	090078	2375	Europe/Rome
6539242	Tergu	tergu	Comune di Tergu,Tergu		IT	14	SS	090086	614	Europe/Rome
6539243	Stintino	stintino	Comune di Stintino,Stintino		IT	14	SS	090089	1501	Europe/Rome
6539244	Arzana	arzana	Arzana,Comune di Arzana		IT	14	OG	105001	2501	Europe/Rome
6539245	Atzara	atzara	Atzara,Comune di Atzara		IT	14	NU	091003	1210	Europe/Rome
6539246	Belvì	belvi	Belvi,Belvì,Comune di Belvi,Comune di Belvì		IT	14	NU	091007	665	Europe/Rome
6539247	Birori	birori	Birori,Comune di Birori		IT	14	NU	091008	561	Europe/Rome
6539248	Bortigali	bortigali	Bortigali,Comune di Bortigali		IT	14	NU	091012	1417	Europe/Rome
6539249	Elini	elini	Comune di Elini,Elini		IT	14	OG	105005	550	Europe/Rome
6539250	Escalaplano	escalaplano	Comune di Escalaplano,Escalaplano		IT	14	CA	092110	2268	Europe/Rome
6539251	Esterzili	esterzili	Comune di Esterzili,Esterzili		IT	14	CA	092112	721	Europe/Rome
6539252	Fonni	fonni	Comune di Fonni,Fonni		IT	14	NU	091024	4062	Europe/Rome
6539253	Gadoni	gadoni	Comune di Gadoni,Gadoni		IT	14	NU	091025	886	Europe/Rome
6539254	Gavoi	gavoi	Comune di Gavoi,Gavoi		IT	14	NU	091028	2790	Europe/Rome
6539255	Genoni	genoni	Comune di Genoni,Genoni		IT	14	OR	095081	885	Europe/Rome
6539256	Gergei	gergei	Comune di Gergei,Gergei		IT	14	CA	092113	1298	Europe/Rome
6539257	Ilbono	ilbono	Comune di Ilbono,Ilbono		IT	14	OG	105008	2207	Europe/Rome
6539258	Irgoli	irgoli	Comune di Irgoli,Irgoli		IT	14	NU	091033	2345	Europe/Rome
6539259	Jerzu	jerzu	Comune di Jerzu,Jerzu		IT	14	OG	105009	3228	Europe/Rome
6539260	Laconi	laconi	Comune di Laconi,Laconi		IT	14	OR	095082	2008	Europe/Rome
6539261	Loceri	loceri	Comune di Loceri,Loceri		IT	14	OG	105011	1278	Europe/Rome
6539262	Mamoiada	mamoiada	Comune di Mamoiada,Mamoiada		IT	14	NU	091046	2559	Europe/Rome
6539263	Meana Sardo	meana-sardo	Comune di Meana Sardo,Meana Sardo		IT	14	NU	091047	1913	Europe/Rome
6539264	Oniferi	oniferi	Comune di Oniferi,Oniferi		IT	14	NU	091060	925	Europe/Rome
6539265	Orotelli	orotelli	Comune di Orotelli,Orotelli		IT	14	NU	091064	2152	Europe/Rome
6539266	Ottana	ottana	Comune di Ottana,Ottana		IT	14	NU	091070	2384	Europe/Rome
6539267	Sadali	sadali	Comune di Sadali,Sadali		IT	14	CA	092119	918	Europe/Rome
6539268	Seulo	seulo	Comune di Seulo,Seulo		IT	14	CA	092121	897	Europe/Rome
6539269	Teti	teti	Comune di Teti,Teti		IT	14	NU	091090	690	Europe/Rome
6539270	Ulassai	ulassai	Comune di Ulassai,Ulassai		IT	14	OG	105020	1517	Europe/Rome
6539271	Ussassai	ussassai	Comune di Ussassai,Ussassai		IT	14	OG	105022	599	Europe/Rome
6539272	Lodine	lodine	Comune di Lodine,Lodine		IT	14	NU	091104	358	Europe/Rome
6539273	Arbus	arbus	Arbus,Comune di Arbus		IT	14	VS	106001	6575	Europe/Rome
6539274	Barumini	barumini	Barumini,Comune di Barumini		IT	14	VS	106002	1310	Europe/Rome
6539275	Buggerru	buggerru	Buggerru,Comune di Buggerru		IT	14	CI	107001	1108	Europe/Rome
6539276	Collinas	collinas	Collinas,Comune di Collinas		IT	14	VS	106003	885	Europe/Rome
6539277	Decimoputzu	decimoputzu	Comune di Decimoputzu,Decimoputzu		IT	14	CA	092016	4315	Europe/Rome
6539278	Domus de Maria	domus-de-maria	Comune di Domus de Maria,Domus de Maria		IT	14	CA	092018	1675	Europe/Rome
6539279	Donorì	donori	Comune di Donori,Comune di Donorì,Donori,Donorì		IT	14	CA	092020	2119	Europe/Rome
6539280	Fluminimaggiore	fluminimaggiore	Comune di Fluminimaggiore,Fluminimaggiore		IT	14	CI	107006	2966	Europe/Rome
6539281	Genuri	genuri	Comune di Genuri,Genuri		IT	14	VS	106005	345	Europe/Rome
6539282	Gesturi	gesturi	Comune di Gesturi,Gesturi		IT	14	VS	106006	1280	Europe/Rome
6539283	Giba	giba	Comune di Giba,Giba		IT	14	CI	107007	2120	Europe/Rome
6539284	Gonnesa	gonnesa	Comune di Gonnesa,Gonnesa		IT	14	CI	107008	5135	Europe/Rome
6539285	Gonnosfanadiga	gonnosfanadiga	Comune di Gonnosfanadiga,Gonnosfanadiga		IT	14	VS	106007	6702	Europe/Rome
6539286	Guamaggiore	guamaggiore	Comune di Guamaggiore,Guamaggiore		IT	14	CA	092030	1050	Europe/Rome
6539287	Las Plassas	las-plassas	Comune di Las Plassas,Las Plassas		IT	14	VS	106009	257	Europe/Rome
6539288	Lunamatrona	lunamatrona	Comune di Lunamatrona,Lunamatrona		IT	14	VS	106010	1783	Europe/Rome
6539289	Mandas	mandas	Comune di Mandas,Mandas		IT	14	CA	092036	2238	Europe/Rome
6539290	Muravera	muravera	Comune di Muravera,Muravera		IT	14	CA	092039	5162	Europe/Rome
6539291	Musei	musei	Comune di Musei,Musei		IT	14	CI	107011	1522	Europe/Rome
6539292	Narcao	narcao	Comune di Narcao,Narcao		IT	14	CI	107012	3373	Europe/Rome
6539293	Nuraminis	nuraminis	Comune di Nuraminis,Nuraminis		IT	14	CA	092042	2606	Europe/Rome
6539294	Ortacesus	ortacesus	Comune di Ortacesus,Ortacesus		IT	14	CA	092044	933	Europe/Rome
6539295	Pabillonis	pabillonis	Comune di Pabillonis,Pabillonis		IT	14	VS	106011	2948	Europe/Rome
6539296	Pauli Arbarei	pauli-arbarei	Comune di Pauli Arbarei,Pauli Arbarei		IT	14	VS	106012	651	Europe/Rome
6539297	Perdaxius	perdaxius	Comune di Perdaxius,Perdaxius		IT	14	CI	107014	1475	Europe/Rome
6539298	San Gavino Monreale	san-gavino-monreale	Comune di San Gavino Monreale,San Gavino Monreale		IT	14	VS	106014	8894	Europe/Rome
6539299	San Nicolò Gerrei	san-nicolo-gerrei	Comune di San Nicolo Gerrei,Comune di San Nicolò Gerrei,San Nicolo Gerrei,San Nicolò Gerrei		IT	14	CA	092058	846	Europe/Rome
6539300	Sant'Anna Arresi	sant-anna-arresi	Comune di Sant'Anna Arresi,Sant'Anna Arresi		IT	14	CI	107019	2712	Europe/Rome
6539301	Segariu	segariu	Comune di Segariu,Segariu		IT	14	VS	106017	1277	Europe/Rome
6539302	Selegas	selegas	Comune di Selegas,Selegas		IT	14	CA	092069	1433	Europe/Rome
6539303	Serdiana	serdiana	Comune di Serdiana,Serdiana		IT	14	CA	092071	2620	Europe/Rome
6539304	Sestu	sestu	Comune di Sestu,Sestu		IT	14	CA	092074	19893	Europe/Rome
6539305	Settimo San Pietro	settimo-san-pietro	Comune di Settimo San Pietro,Settimo San Pietro		IT	14	CA	092075	6532	Europe/Rome
6539306	Siddi	siddi	Comune di Siddi,Siddi		IT	14	VS	106021	696	Europe/Rome
6539307	Siliqua	siliqua	Comune di Siliqua,Siliqua		IT	14	CA	092078	3997	Europe/Rome
6539308	Silius	silius	Comune di Silius,Silius		IT	14	CA	092079	1271	Europe/Rome
6539309	Sinnai	sinnai	Comune di Sinnai,Sinnai		IT	14	CA	092080	16730	Europe/Rome
6539310	Suelli	suelli	Comune di Suelli,Suelli		IT	14	CA	092083	1135	Europe/Rome
6539311	Teulada	teulada	Comune di Teulada,Teulada		IT	14	CA	092084	3773	Europe/Rome
6539312	Tuili	tuili	Comune di Tuili,Tuili		IT	14	VS	106022	1062	Europe/Rome
6539313	Ussaramanna	ussaramanna	Comune di Ussaramanna,Ussaramanna		IT	14	VS	106024	556	Europe/Rome
6539314	Uta	uta	Comune di Uta,Uta		IT	14	CA	092090	7859	Europe/Rome
6539315	Villamassargia	villamassargia	Comune di Villamassargia,Villamassargia		IT	14	CI	107022	3655	Europe/Rome
6539316	Villanovaforru	villanovaforru	Comune di Villanovaforru,Villanovaforru		IT	14	VS	106027	681	Europe/Rome
6539317	Villaputzu	villaputzu	Comune di Villaputzu,Villaputzu		IT	14	CA	092097	4836	Europe/Rome
6539318	Villasalto	villasalto	Comune di Villasalto,Villasalto		IT	14	CA	092098	1127	Europe/Rome
6539319	Villa San Pietro	villa-san-pietro	Comune di Villa San Pietro,Villa San Pietro		IT	14	CA	092099	2009	Europe/Rome
6539320	Villasimius	villasimius	Comune di Villasimius,Villasimius		IT	14	CA	092100	3420	Europe/Rome
6539321	Quartucciu	quartucciu	Comune di Quartucciu,Quartucciu		IT	14	CA	092105	12825	Europe/Rome
6539322	Piscinas	piscinas	Comune di Piscinas,Piscinas		IT	14	CI	107015	872	Europe/Rome
6539323	Arba	arba	Arba,Comune di Arba		IT	06	PN	093002	1309	Europe/Rome
6539324	Brugnera	brugnera	Brugnera,Comune di Brugnera		IT	06	PN	093007	9254	Europe/Rome
6539325	Casarsa della Delizia	casarsa-della-delizia	Casarsa della Delizia,Comune di Casarsa della Delizia		IT	06	PN	093010	8440	Europe/Rome
6539326	Cavasso Nuovo	cavasso-nuovo	Cavasso Nuovo,Comune di Cavasso Nuovo		IT	06	PN	093012	1606	Europe/Rome
6539327	Cimolais	cimolais	Cimolais,Comune di Cimolais		IT	06	PN	093014	421	Europe/Rome
6539328	Frisanco	frisanco	Comune di Frisanco,Frisanco		IT	06	PN	093024	645	Europe/Rome
6539329	Porcia	porcia	Comune di Porcia,Porcia		IT	06	PN	093032	15251	Europe/Rome
6539330	Pravisdomini	pravisdomini	Comune di Pravisdomini,Pravisdomini		IT	06	PN	093035	3471	Europe/Rome
6539331	San Quirino	san-quirino	Comune di San Quirino,San Quirino		IT	06	PN	093040	4274	Europe/Rome
6539332	San Vito al Tagliamento	san-vito-al-tagliamento	Comune di San Vito al Tagliamento,San Vito al Tagliamento		IT	06	PN	093041	15011	Europe/Rome
6539333	Spilimbergo	spilimbergo	Comune di Spilimbergo,Spilimbergo		IT	06	PN	093044	11902	Europe/Rome
6539334	Tramonti di Sopra	tramonti-di-sopra	Comune di Tramonti di Sopra,Tramonti di Sopra		IT	06	PN	093045	358	Europe/Rome
6539335	Tramonti di Sotto	tramonti-di-sotto	Comune di Tramonti di Sotto,Tramonti di Sotto		IT	06	PN	093046	410	Europe/Rome
6539336	Valvasone	valvasone	Comune di Valvasone,Valvasone		IT	06	PN	093048	2190	Europe/Rome
6539337	Vajont	vajont	Comune di Vajont,Vajont		IT	06	PN	093052	1715	Europe/Rome
6539338	Cantalupo nel Sannio	cantalupo-nel-sannio	Cantalupo nel Sannio,Comune di Cantalupo nel Sannio		IT	11	IS	094005	729	Europe/Rome
6539339	Castel del Giudice	castel-del-giudice	Castel del Giudice,Comune di Castel del Giudice		IT	11	IS	094009	355	Europe/Rome
6539340	Castelverrino	castelverrino	Castelverrino,Comune di Castelverrino		IT	11	IS	094013	124	Europe/Rome
6539341	Cerro al Volturno	cerro-al-volturno	Cerro al Volturno,Comune di Cerro al Volturno		IT	11	IS	094014	1341	Europe/Rome
6539342	Chiauci	chiauci	Chiauci,Comune di Chiauci		IT	11	IS	094015	268	Europe/Rome
6539343	Colli a Volturno	colli-a-volturno	Colli a Volturno,Comune di Colli a Volturno		IT	11	IS	094017	1382	Europe/Rome
6539344	Forlì del Sannio	forli-del-sannio	Comune di Forli del Sannio,Comune di Forlì del Sannio,Forli del Sannio,Forlì del Sannio		IT	11	IS	094020	735	Europe/Rome
6539345	Monteroduni	monteroduni	Comune di Monteroduni,Monteroduni		IT	11	IS	094030	2267	Europe/Rome
6539346	Pescopennataro	pescopennataro	Comune di Pescopennataro,Pescopennataro		IT	11	IS	094033	300	Europe/Rome
6539347	Pettoranello del Molise	pettoranello-del-molise	Comune di Pettoranello del Molise,Pettoranello del Molise		IT	11	IS	094034	459	Europe/Rome
6539348	Pozzilli	pozzilli	Comune di Pozzilli,Pozzilli		IT	11	IS	094038	2275	Europe/Rome
6539349	Roccasicura	roccasicura	Comune di Roccasicura,Roccasicura		IT	11	IS	094041	559	Europe/Rome
6539350	Sessano del Molise	sessano-del-molise	Comune di Sessano del Molise,Sessano del Molise		IT	11	IS	094049	744	Europe/Rome
6539351	Venafro	venafro	Comune di Venafro,Venafro		IT	11	IS	094052	11236	Europe/Rome
6539352	Aidomaggiore	aidomaggiore	Aidomaggiore,Comune di Aidomaggiore		IT	14	OR	095002	472	Europe/Rome
6539353	Albagiara	albagiara	Albagiara,Comune di Albagiara		IT	14	OR	095003	277	Europe/Rome
6539419	San Fiorano	san-fiorano	Comune di San Fiorano,San Fiorano		IT	09	LO	098047	1804	Europe/Rome
6539354	Baratili San Pietro	baratili-san-pietro	Baratili San Pietro,Comune di Baratili San Pietro		IT	14	OR	095011	1329	Europe/Rome
6539355	Baressa	baressa	Baressa,Comune di Baressa		IT	14	OR	095012	723	Europe/Rome
6539356	Bonarcado	bonarcado	Bonarcado,Comune di Bonarcado		IT	14	OR	095015	1627	Europe/Rome
6539357	Cuglieri	cuglieri	Comune di Cuglieri,Cuglieri		IT	14	OR	095019	2811	Europe/Rome
6539358	Fordongianus	fordongianus	Comune di Fordongianus,Fordongianus		IT	14	OR	095020	939	Europe/Rome
6539359	Ghilarza	ghilarza	Comune di Ghilarza,Ghilarza		IT	14	OR	095021	4615	Europe/Rome
6539360	Gonnoscodina	gonnoscodina	Comune di Gonnoscodina,Gonnoscodina		IT	14	OR	095022	505	Europe/Rome
6539361	Marrubiu	marrubiu	Comune di Marrubiu,Marrubiu		IT	14	OR	095025	4921	Europe/Rome
6539362	Mogorella	mogorella	Comune di Mogorella,Mogorella		IT	14	OR	095028	463	Europe/Rome
6539363	Mogoro	mogoro	Comune di Mogoro,Mogoro		IT	14	OR	095029	4354	Europe/Rome
6539364	Narbolia	narbolia	Comune di Narbolia,Narbolia		IT	14	OR	095031	1801	Europe/Rome
6539365	Norbello	norbello	Comune di Norbello,Norbello		IT	14	OR	095033	1178	Europe/Rome
6539366	Nureci	nureci	Comune di Nureci,Nureci		IT	14	OR	095036	348	Europe/Rome
6539367	Palmas Arborea	palmas-arborea	Comune di Palmas Arborea,Palmas Arborea		IT	14	OR	095039	1482	Europe/Rome
6539368	Paulilatino	paulilatino	Comune di Paulilatino,Paulilatino		IT	14	OR	095041	2347	Europe/Rome
6539369	Samugheo	samugheo	Comune di Samugheo,Samugheo		IT	14	OR	095045	3183	Europe/Rome
6539370	Santu Lussurgiu	santu-lussurgiu	Comune di Santu Lussurgiu,Santu Lussurgiu		IT	14	OR	095049	2440	Europe/Rome
6539371	San Vero Milis	san-vero-milis	Comune di San Vero Milis,San Vero Milis		IT	14	OR	095050	2526	Europe/Rome
6539372	Sedilo	sedilo	Comune di Sedilo,Sedilo		IT	14	OR	095052	2216	Europe/Rome
6539373	Senis	senis	Comune di Senis,Senis		IT	14	OR	095054	479	Europe/Rome
6539374	Siamaggiore	siamaggiore	Comune di Siamaggiore,Siamaggiore		IT	14	OR	095056	970	Europe/Rome
6539375	Siamanna	siamanna	Comune di Siamanna,Siamanna		IT	14	OR	095057	824	Europe/Rome
6539376	Solarussa	solarussa	Comune di Solarussa,Solarussa		IT	14	OR	095062	2467	Europe/Rome
6539377	Terralba	terralba	Comune di Terralba,Terralba		IT	14	OR	095065	10440	Europe/Rome
6539378	Ulà Tirso	ula-tirso	Comune di Ula Tirso,Comune di Ulà Tirso,Ula Tirso,Ulà Tirso		IT	14	OR	095068	580	Europe/Rome
6539379	Uras	uras	Comune di Uras,Uras		IT	14	OR	095069	2960	Europe/Rome
6539380	Villanova Truschedu	villanova-truschedu	Comune di Villanova Truschedu,Villanova Truschedu		IT	14	OR	095071	323	Europe/Rome
6539381	Villaurbana	villaurbana	Comune di Villaurbana,Villaurbana		IT	14	OR	095072	1731	Europe/Rome
6539382	Villa Verde	villa-verde	Comune di Villa Verde,Villa Verde		IT	14	OR	095073	335	Europe/Rome
6539383	Zerfaliu	zerfaliu	Comune di Zerfaliu,Zerfaliu		IT	14	OR	095075	1172	Europe/Rome
6539384	Siapiccia	siapiccia	Comune di Siapiccia,Siapiccia		IT	14	OR	095076	370	Europe/Rome
6539385	Ailoche	ailoche	Ailoche,Comune di Ailoche		IT	12	BI	096001	330	Europe/Rome
6539386	Borriana	borriana	Borriana,Comune di Borriana		IT	12	BI	096006	880	Europe/Rome
6539387	Brusnengo	brusnengo	Brusnengo,Comune di Brusnengo		IT	12	BI	096007	2168	Europe/Rome
6539388	Candelo	candelo	Candelo,Comune di Candelo		IT	12	BI	096012	7952	Europe/Rome
6539389	Coggiola	coggiola	Coggiola,Comune di Coggiola		IT	12	BI	096019	1996	Europe/Rome
6539390	Gaglianico	gaglianico	Comune di Gaglianico,Gaglianico		IT	12	BI	096026	3899	Europe/Rome
6539391	Lessona	lessona	Comune di Lessona,Lessona		IT	12	BI	096029	2491	Europe/Rome
6539392	Pralungo	pralungo	Comune di Pralungo,Pralungo		IT	12	BI	096049	2639	Europe/Rome
6539393	Salussola	salussola	Comune di Salussola,Salussola		IT	12	BI	096058	2015	Europe/Rome
6539394	Tollegno	tollegno	Comune di Tollegno,Tollegno		IT	12	BI	096068	2645	Europe/Rome
6539395	Torrazzo	torrazzo	Comune di Torrazzo,Torrazzo		IT	12	BI	096069	224	Europe/Rome
6539396	Valle Mosso	valle-mosso	Comune di Valle Mosso,Valle Mosso		IT	12	BI	096073	3526	Europe/Rome
6539397	Verrone	verrone	Comune di Verrone,Verrone		IT	12	BI	096076	1253	Europe/Rome
6539398	Abbadia Lariana	abbadia-lariana	Abbadia Lariana,Comune di Abbadia Lariana		IT	09	LC	097001	3249	Europe/Rome
6539399	Airuno	airuno	Airuno,Comune di Airuno		IT	09	LC	097002	2979	Europe/Rome
6539400	Annone di Brianza	annone-di-brianza	Annone di Brianza,Comune di Annone di Brianza		IT	09	LC	097003	2292	Europe/Rome
6539401	Bosisio Parini	bosisio-parini	Bosisio Parini,Comune di Bosisio Parini		IT	09	LC	097009	3504	Europe/Rome
6539402	Casatenovo	casatenovo	Casatenovo,Comune di Casatenovo		IT	09	LC	097016	12664	Europe/Rome
6539403	Dorio	dorio	Comune di Dorio,Dorio		IT	09	LC	097032	337	Europe/Rome
6539404	Malgrate	malgrate	Comune di Malgrate,Malgrate		IT	09	LC	097045	4216	Europe/Rome
6539405	Merate	merate	Comune di Merate,Merate		IT	09	LC	097048	14583	Europe/Rome
6539406	Missaglia	missaglia	Comune di Missaglia,Missaglia		IT	09	LC	097049	8579	Europe/Rome
6539407	Premana	premana	Comune di Premana,Premana		IT	09	LC	097069	2288	Europe/Rome
6539408	Robbiate	robbiate	Comune di Robbiate,Robbiate		IT	09	LC	097071	6101	Europe/Rome
6539409	Rovagnate	rovagnate	Comune di Rovagnate,Rovagnate		IT	09	LC	097073	2911	Europe/Rome
6539410	Sueglio	sueglio	Comune di Sueglio,Sueglio		IT	09	LC	097077	147	Europe/Rome
6539411	Varenna	varenna	Comune di Varenna,Varenna		IT	09	LC	097084	765	Europe/Rome
6539412	Vercurago	vercurago	Comune di Vercurago,Vercurago		IT	09	LC	097086	2833	Europe/Rome
6539413	Borghetto Lodigiano	borghetto-lodigiano	Borghetto Lodigiano,Comune di Borghetto Lodigiano		IT	09	LO	098004	4379	Europe/Rome
6539414	Casalpusterlengo	casalpusterlengo	Casalpusterlengo,Comune di Casalpusterlengo		IT	09	LO	098010	14852	Europe/Rome
6539415	Castiglione d'Adda	castiglione-d-adda	Castiglione d'Adda,Comune di Castiglione d'Adda		IT	09	LO	098014	4818	Europe/Rome
6539416	Fombio	fombio	Comune di Fombio,Fombio		IT	09	LO	098026	2288	Europe/Rome
6539417	Maleo	maleo	Comune di Maleo,Maleo		IT	09	LO	098035	3249	Europe/Rome
6539418	Montanaso Lombardo	montanaso-lombardo	Comune di Montanaso Lombardo,Montanaso Lombardo		IT	09	LO	098040	2231	Europe/Rome
6539420	Secugnago	secugnago	Comune di Secugnago,Secugnago		IT	09	LO	098052	1984	Europe/Rome
6539421	Turano Lodigiano	turano-lodigiano	Comune di Turano Lodigiano,Turano Lodigiano		IT	09	LO	098058	1538	Europe/Rome
6539422	Saludecio	saludecio	Comune di Saludecio,Saludecio		IT	05	RN	099015	3028	Europe/Rome
6539423	Caccuri	caccuri	Caccuri,Comune di Caccuri		IT	03	KR	101002	1695	Europe/Rome
6539424	Cerenzia	cerenzia	Cerenzia,Comune di Cerenzia		IT	03	KR	101006	1215	Europe/Rome
6539425	Cirò Marina	ciro-marina	Ciro Marina,Cirò Marina,Comune di Ciro Marina,Comune di Cirò Marina		IT	03	KR	101008	15051	Europe/Rome
6539426	Cotronei	cotronei	Comune di Cotronei,Cotronei		IT	03	KR	101009	5434	Europe/Rome
6539427	Crucoli	crucoli	Comune di Crucoli,Crucoli		IT	03	KR	101011	3243	Europe/Rome
6539428	Cutro	cutro	Comune di Cutro,Cutro		IT	03	KR	101012	10065	Europe/Rome
6539429	Rocca di Neto	rocca-di-neto	Comune di Rocca di Neto,Rocca di Neto		IT	03	KR	101019	5594	Europe/Rome
6539430	San Mauro Marchesato	san-mauro-marchesato	Comune di San Mauro Marchesato,San Mauro Marchesato		IT	03	KR	101020	2192	Europe/Rome
6539431	Santa Severina	santa-severina	Comune di Santa Severina,Santa Severina		IT	03	KR	101022	2262	Europe/Rome
6539432	Cessaniti	cessaniti	Cessaniti,Comune di Cessaniti		IT	03	VV	102006	3405	Europe/Rome
6539433	Fabrizia	fabrizia	Comune di Fabrizia,Fabrizia		IT	03	VV	102010	2373	Europe/Rome
6539434	Limbadi	limbadi	Comune di Limbadi,Limbadi		IT	03	VV	102019	3498	Europe/Rome
6539435	Maierato	maierato	Comune di Maierato,Maierato		IT	03	VV	102020	2198	Europe/Rome
6539436	Parghelia	parghelia	Comune di Parghelia,Parghelia		IT	03	VV	102026	1303	Europe/Rome
6539437	Vazzano	vazzano	Comune di Vazzano,Vazzano		IT	03	VV	102046	1106	Europe/Rome
6539438	Zambrone	zambrone	Comune di Zambrone,Zambrone		IT	03	VV	102049	1805	Europe/Rome
6539439	Anzola d'Ossola	anzola-d-ossola	Anzola d'Ossola,Comune di Anzola d'Ossola		IT	12	VB	103002	448	Europe/Rome
6539440	Baceno	baceno	Baceno,Comune di Baceno		IT	12	VB	103006	922	Europe/Rome
6539441	Casale Corte Cerro	casale-corte-cerro	Casale Corte Cerro,Comune di Casale Corte Cerro		IT	12	VB	103019	3476	Europe/Rome
6539442	Cesara	cesara	Cesara,Comune di Cesara		IT	12	VB	103022	598	Europe/Rome
6539443	Crodo	crodo	Comune di Crodo,Crodo		IT	12	VB	103026	1472	Europe/Rome
6539444	Domodossola	domodossola	Comune di Domodossola,Domodossola		IT	12	VB	103028	18175	Europe/Rome
6539445	Falmenta	falmenta	Comune di Falmenta,Falmenta		IT	12	VB	103030	157	Europe/Rome
6539446	Quarna Sopra	quarna-sopra	Comune di Quarna Sopra,Quarna Sopra		IT	12	VB	103058	289	Europe/Rome
6539447	Stresa	stresa	Comune di Stresa,Stresa		IT	12	VB	103064	4816	Europe/Rome
6539448	Viganella	viganella	Comune di Viganella,Viganella		IT	12	VB	103073	174	Europe/Rome
6539449	Villadossola	villadossola	Comune di Villadossola,Villadossola		IT	12	VB	103075	6777	Europe/Rome
6539450	Castel Campagnano	castel-campagnano	Castel Campagnano,Comune di Castel Campagnano		IT	04	CE	061023	1608	Europe/Rome
6539451	Cervino	cervino	Cervino,Comune di Cervino		IT	04	CE	061028	5024	Europe/Rome
6539452	Ciorlano	ciorlano	Ciorlano,Comune di Ciorlano		IT	04	CE	061030	440	Europe/Rome
6539453	Fontegreca	fontegreca	Comune di Fontegreca,Fontegreca		IT	04	CE	061034	849	Europe/Rome
6539454	Francolise	francolise	Comune di Francolise,Francolise		IT	04	CE	061036	4921	Europe/Rome
6539455	Grazzanise	grazzanise	Comune di Grazzanise,Grazzanise		IT	04	CE	061042	7085	Europe/Rome
6539456	Macerata Campania	macerata-campania	Comune di Macerata Campania,Macerata Campania		IT	04	CE	061047	10558	Europe/Rome
6539457	Mondragone	mondragone	Comune di Mondragone,Mondragone		IT	04	CE	061052	27070	Europe/Rome
6539458	Pignataro Maggiore	pignataro-maggiore	Comune di Pignataro Maggiore,Pignataro Maggiore		IT	04	CE	061060	6230	Europe/Rome
6539459	Pratella	pratella	Comune di Pratella,Pratella		IT	04	CE	061064	1615	Europe/Rome
6539460	Lorsica	lorsica	Comune di Lorsica,Lorsica		IT	08	GE	010030	519	Europe/Rome
6539461	Bogliasco	bogliasco	Bogliasco,Comune di Bogliasco		IT	08	GE	010004	4486	Europe/Rome
6539462	Casalzuigno	casalzuigno	Casalzuigno,Comune di Casalzuigno		IT	09	VA	012037	1304	Europe/Rome
6539463	Castellanza	castellanza	Castellanza,Comune di Castellanza		IT	09	VA	012042	14244	Europe/Rome
6539464	Cantù	cantu	Cantu,Cantù,Comune di Cantu,Comune di Cantù		IT	09	CO	013041	38717	Europe/Rome
6539465	Canzo	canzo	Canzo,Comune di Canzo		IT	09	CO	013042	5109	Europe/Rome
6539466	Rovello Porro	rovello-porro	Comune di Rovello Porro,Rovello Porro		IT	09	CO	013202	6035	Europe/Rome
6539467	Sormano	sormano	Comune di Sormano,Sormano		IT	09	CO	013217	633	Europe/Rome
6539468	Bianzone	bianzone	Bianzone,Comune di Bianzone		IT	09	SO	014008	1273	Europe/Rome
6539469	Campodolcino	campodolcino	Campodolcino,Comune di Campodolcino		IT	09	SO	014012	1037	Europe/Rome
6539470	Cedrasco	cedrasco	Cedrasco,Comune di Cedrasco		IT	09	SO	014016	455	Europe/Rome
6539471	Chiesa in Valmalenco	chiesa-in-valmalenco	Chiesa in Valmalenco,Comune di Chiesa in Valmalenco		IT	09	SO	014019	2591	Europe/Rome
6539472	Delebio	delebio	Comune di Delebio,Delebio		IT	09	SO	014026	3173	Europe/Rome
6539473	Grosio	grosio	Comune di Grosio,Grosio		IT	09	SO	014033	4619	Europe/Rome
6539474	Cambiago	cambiago	Cambiago,Comune di Cambiago		IT	09	MI	015044	6508	Europe/Rome
6539475	Camparada	camparada	Camparada,Comune di Camparada		IT	09	MB	108014	2074	Europe/Rome
6539476	Carnate	carnate	Carnate,Comune di Carnate		IT	09	MB	108016	7177	Europe/Rome
6539477	Carugate	carugate	Carugate,Comune di Carugate		IT	09	MI	015051	14175	Europe/Rome
6539478	Cassina de' Pecchi	cassina-de-pecchi	Cassina de' Pecchi,Comune di Cassina de' Pecchi		IT	09	MI	015060	13206	Europe/Rome
6539479	Cavenago di Brianza	cavenago-di-brianza	Cavenago di Brianza,Comune di Cavenago di Brianza		IT	09	MB	108017	6883	Europe/Rome
6539480	Ceriano Laghetto	ceriano-laghetto	Ceriano Laghetto,Comune di Ceriano Laghetto		IT	09	MB	108018	6324	Europe/Rome
6539481	Cernusco sul Naviglio	cernusco-sul-naviglio	Cernusco sul Naviglio,Comune di Cernusco sul Naviglio		IT	09	MI	015070	30697	Europe/Rome
6539482	Concorezzo	concorezzo	Comune di Concorezzo,Concorezzo		IT	09	MB	108021	15193	Europe/Rome
6539483	Corbetta	corbetta	Comune di Corbetta,Corbetta		IT	09	MI	015085	17460	Europe/Rome
6539484	Cuggiono	cuggiono	Comune di Cuggiono,Cuggiono		IT	09	MI	015096	8142	Europe/Rome
6539485	Pioltello	pioltello	Comune di Pioltello,Pioltello		IT	09	MI	015175	35066	Europe/Rome
6539486	Bonate Sopra	bonate-sopra	Bonate Sopra,Comune di Bonate Sopra		IT	09	BG	016030	8920	Europe/Rome
6539487	Camerata Cornello	camerata-cornello	Camerata Cornello,Comune di Camerata Cornello		IT	09	BG	016048	627	Europe/Rome
6539488	Caravaggio	caravaggio	Caravaggio,Comune di Caravaggio		IT	09	BG	016053	15882	Europe/Rome
6539489	Cassiglio	cassiglio	Cassiglio,Comune di Cassiglio		IT	09	BG	016061	122	Europe/Rome
6539490	Olmo al Brembo	olmo-al-brembo	Comune di Olmo al Brembo,Olmo al Brembo		IT	09	BG	016145	518	Europe/Rome
6539491	Piazza Brembana	piazza-brembana	Comune di Piazza Brembana,Piazza Brembana		IT	09	BG	016164	1235	Europe/Rome
6539492	Medolago	medolago	Comune di Medolago,Medolago		IT	09	BG	016250	2340	Europe/Rome
6539493	Adro	adro	Adro,Comune di Adro		IT	09	BS	017002	7114	Europe/Rome
6539494	Castelnovetto	castelnovetto	Castelnovetto,Comune di Castelnovetto		IT	09	PV	018040	624	Europe/Rome
6539495	Codevilla	codevilla	Codevilla,Comune di Codevilla		IT	09	PV	018051	1000	Europe/Rome
6539496	Confienza	confienza	Comune di Confienza,Confienza		IT	09	PV	018052	1671	Europe/Rome
6539497	Copiano	copiano	Comune di Copiano,Copiano		IT	09	PV	018053	1794	Europe/Rome
6539498	Corana	corana	Comune di Corana,Corana		IT	09	PV	018054	798	Europe/Rome
6539499	Dorno	dorno	Comune di Dorno,Dorno		IT	09	PV	018061	4584	Europe/Rome
6539500	Ferrera Erbognone	ferrera-erbognone	Comune di Ferrera Erbognone,Ferrera Erbognone		IT	09	PV	018062	1121	Europe/Rome
6539501	Fortunago	fortunago	Comune di Fortunago,Fortunago		IT	09	PV	018064	383	Europe/Rome
6539502	Mazzin	mazzin	Comune di Mazzin,Matzin,Mazin,Mazzin		IT	17	TN	022113	494	Europe/Rome
6539503	Grigno	grigno	Comune di Grigno,Grigno		IT	17	TN	022095	2271	Europe/Rome
6539504	Lavis	lavis	Comune di Lavis,Lavis		IT	17	TN	022103	8636	Europe/Rome
6539505	Levico Terme	levico-terme	Comune di Levico Terme,Levico Terme		IT	17	TN	022104	7516	Europe/Rome
6539506	Mezzocorona	mezzocorona	Comune di Mezzocorona,Mezzocorona		IT	17	TN	022116	5161	Europe/Rome
6539507	Molveno	molveno	Comune di Molveno,Molveno		IT	17	TN	022120	1110	Europe/Rome
6539508	Monclassico	monclassico	Comune di Monclassico,Monclassico		IT	17	TN	022121	882	Europe/Rome
6539509	Nomi	nomi	Comune di Nomi,Nomi		IT	17	TN	022128	1403	Europe/Rome
6539510	Novaledo	novaledo	Comune di Novaledo,Novaledo		IT	17	TN	022129	1018	Europe/Rome
6539511	Pieve Tesino	pieve-tesino	Comune di Pieve Tesino,Pieve Tesino		IT	17	TN	022142	681	Europe/Rome
6539512	Predazzo	predazzo	Comune di Predazzo,Predazzo		IT	17	TN	022147	4531	Europe/Rome
6539513	Bardonecchia	bardonecchia	Bardonecchia,Comune di Bardonecchia		IT	12	TO	001022	3212	Europe/Rome
6539514	Groscavallo	groscavallo	Comune di Groscavallo,Groscavallo		IT	12	TO	001118	191	Europe/Rome
6539515	Borgomasino	borgomasino	Borgomasino,Comune di Borgomasino		IT	12	TO	001031	835	Europe/Rome
6539516	Bosconero	bosconero	Bosconero,Comune di Bosconero		IT	12	TO	001033	3056	Europe/Rome
6539517	Locana	locana	Comune di Locana,Locana		IT	12	TO	001134	1601	Europe/Rome
6539518	Lombardore	lombardore	Comune di Lombardore,Lombardore		IT	12	TO	001135	1706	Europe/Rome
6539519	Mathi	mathi	Comune di Mathi,Mathi		IT	12	TO	001146	3985	Europe/Rome
6539520	None	none	Comune di None,None		IT	12	TO	001168	7998	Europe/Rome
6539521	Pavarolo	pavarolo	Comune di Pavarolo,Pavarolo		IT	12	TO	001180	1119	Europe/Rome
6539522	San Martino Canavese	san-martino-canavese	Comune di San Martino Canavese,San Martino Canavese		IT	12	TO	001247	851	Europe/Rome
6539523	San Ponso	san-ponso	Comune di San Ponso,San Ponso		IT	12	TO	001251	279	Europe/Rome
6539524	Scarmagno	scarmagno	Comune di Scarmagno,Scarmagno		IT	12	TO	001261	812	Europe/Rome
6539525	Settimo Vittone	settimo-vittone	Comune di Settimo Vittone,Settimo Vittone		IT	12	TO	001266	1543	Europe/Rome
6539526	Sparone	sparone	Comune di Sparone,Sparone		IT	12	TO	001267	1085	Europe/Rome
6539527	Torre Pellice	torre-pellice	Comune di Torre Pellice,Torre Pellice		IT	12	TO	001275	4573	Europe/Rome
6539528	Valprato Soana	valprato-soana	Comune di Valprato Soana,Valprato Soana		IT	12	TO	001288	112	Europe/Rome
6539529	Vestignè	vestigne	Comune di Vestigne,Comune di Vestignè,Vestigne,Vestignè		IT	12	TO	001295	830	Europe/Rome
6539530	Villar Pellice	villar-pellice	Comune di Villar Pellice,Villar Pellice		IT	12	TO	001306	1120	Europe/Rome
6539531	Virle Piemonte	virle-piemonte	Comune di Virle Piemonte,Virle Piemonte		IT	12	TO	001310	1191	Europe/Rome
6539532	Viù	viu	Comune di Viu,Comune di Viù,Viu,Viù		IT	12	TO	001313	1118	Europe/Rome
6539533	Volpiano	volpiano	Comune di Volpiano,Volpiano		IT	12	TO	001314	14998	Europe/Rome
6539534	Albano Vercellese	albano-vercellese	Albano Vercellese,Comune di Albano Vercellese		IT	12	VC	002003	334	Europe/Rome
6539535	Carisio	carisio	Carisio,Comune di Carisio		IT	12	VC	002032	864	Europe/Rome
6539536	Casanova Elvo	casanova-elvo	Casanova Elvo,Comune di Casanova Elvo		IT	12	VC	002033	265	Europe/Rome
6539537	Collobiano	collobiano	Collobiano,Comune di Collobiano		IT	12	VC	002045	105	Europe/Rome
6539538	Crescentino	crescentino	Comune di Crescentino,Crescentino		IT	12	VC	002049	7984	Europe/Rome
6539539	Desana	desana	Comune di Desana,Desana		IT	12	VC	002054	1055	Europe/Rome
6539540	Fontanetto Po	fontanetto-po	Comune di Fontanetto Po,Fontanetto Po		IT	12	VC	002058	1203	Europe/Rome
6539541	Lamporo	lamporo	Comune di Lamporo,Lamporo		IT	12	VC	002067	546	Europe/Rome
6539542	Livorno Ferraris	livorno-ferraris	Comune di Livorno Ferraris,Livorno Ferraris		IT	12	VC	002071	4450	Europe/Rome
6539543	Mollia	mollia	Comune di Mollia,Mollia		IT	12	VC	002078	104	Europe/Rome
6539544	Olcenengo	olcenengo	Comune di Olcenengo,Olcenengo		IT	12	VC	002088	754	Europe/Rome
6539545	Oldenico	oldenico	Comune di Oldenico,Oldenico		IT	12	VC	002089	252	Europe/Rome
6539546	Palazzolo Vercellese	palazzolo-vercellese	Comune di Palazzolo Vercellese,Palazzolo Vercellese		IT	12	VC	002090	1292	Europe/Rome
6539547	Pezzana	pezzana	Comune di Pezzana,Pezzana		IT	12	VC	002093	1346	Europe/Rome
6539548	Invorio	invorio	Comune di Invorio,Invorio		IT	12	NO	003082	4464	Europe/Rome
6539549	Gozzano	gozzano	Comune di Gozzano,Gozzano		IT	12	NO	003076	5601	Europe/Rome
6539550	Grignasco	grignasco	Comune di Grignasco,Grignasco		IT	12	NO	003079	4691	Europe/Rome
6539551	Marano Ticino	marano-ticino	Comune di Marano Ticino,Marano Ticino		IT	12	NO	003091	1554	Europe/Rome
6539552	Meina	meina	Comune di Meina,Meina		IT	12	NO	003095	2556	Europe/Rome
6539553	Mezzomerico	mezzomerico	Comune di Mezzomerico,Mezzomerico		IT	12	NO	003097	1176	Europe/Rome
6539554	Orta San Giulio	orta-san-giulio	Comune di Orta San Giulio,Orta San Giulio		IT	12	NO	003112	1163	Europe/Rome
6539555	Pogno	pogno	Comune di Pogno,Pogno		IT	12	NO	003120	1538	Europe/Rome
6539556	Prato Sesia	prato-sesia	Comune di Prato Sesia,Prato Sesia		IT	12	NO	003122	1993	Europe/Rome
6539557	Recetto	recetto	Comune di Recetto,Recetto		IT	12	NO	003129	916	Europe/Rome
6539558	Romagnano Sesia	romagnano-sesia	Comune di Romagnano Sesia,Romagnano Sesia		IT	12	NO	003130	4049	Europe/Rome
6539559	Benevello	benevello	Benevello,Comune di Benevello		IT	12	CN	004020	457	Europe/Rome
6539560	Borgomale	borgomale	Borgomale,Comune di Borgomale		IT	12	CN	004024	389	Europe/Rome
6539561	Brossasco	brossasco	Brossasco,Comune di Brossasco		IT	12	CN	004033	1109	Europe/Rome
6539562	Busca	busca	Busca,Comune di Busca		IT	12	CN	004034	10049	Europe/Rome
6539563	Caraglio	caraglio	Caraglio,Comune di Caraglio		IT	12	CN	004040	6755	Europe/Rome
6539564	Castagnito	castagnito	Castagnito,Comune di Castagnito		IT	12	CN	004046	2113	Europe/Rome
6539565	Castino	castino	Castino,Comune di Castino		IT	12	CN	004057	500	Europe/Rome
6539566	Cavallermaggiore	cavallermaggiore	Cavallermaggiore,Comune di Cavallermaggiore		IT	12	CN	004059	5472	Europe/Rome
6539567	Cervere	cervere	Cervere,Comune di Cervere		IT	12	CN	004065	2162	Europe/Rome
6539568	Cherasco	cherasco	Cherasco,Comune di Cherasco		IT	12	CN	004067	8652	Europe/Rome
6539569	Diano d'Alba	diano-d-alba	Comune di Diano d'Alba,Diano d'Alba		IT	12	CN	004080	3451	Europe/Rome
6539570	Entracque	entracque	Comune di Entracque,Entracque		IT	12	CN	004084	807	Europe/Rome
6539571	Envie	envie	Comune di Envie,Envie		IT	12	CN	004085	2057	Europe/Rome
6539572	Fossano	fossano	Comune di Fossano,Fossano		IT	12	CN	004089	24710	Europe/Rome
6539573	Gaiola	gaiola	Comune di Gaiola,Gaiola		IT	12	CN	004093	600	Europe/Rome
6539574	Gambasca	gambasca	Comune di Gambasca,Gambasca		IT	12	CN	004094	408	Europe/Rome
6539575	La Morra	la-morra	Comune di La Morra,La Morra		IT	12	CN	004105	2718	Europe/Rome
6539576	Lesegno	lesegno	Comune di Lesegno,Lesegno		IT	12	CN	004108	854	Europe/Rome
6539577	Limone Piemonte	limone-piemonte	Comune di Limone Piemonte,Limone Piemonte		IT	12	CN	004110	1490	Europe/Rome
6539578	Boscotrecase	boscotrecase	Boscotrecase,Comune di Boscotrecase		IT	04	NA	063009	10416	Europe/Rome
6539579	Ordona	ordona	Comune di Ordona,Ordona		IT	13	FG	071063	2654	Europe/Rome
6539580	Castiadas	castiadas	Castiadas,Comune di Castiadas		IT	14	CA	092106	1507	Europe/Rome
6539581	Elmas	elmas	Comune di Elmas,Elmas		IT	14	CA	092108	8949	Europe/Rome
6539582	Biella	biella	B'ella,Biela,Biella,Bjela,Bugella,Comune di Biella,bi ye la,bierra,byyla,Б'єлла,Биела,Бьелла,Бјела,ביאלה,بييلا,ビエッラ,比耶拉		IT	12	BI	096004	43818	Europe/Rome
6539583	Carbonia	carbonia	Carbonia,Comune di Carbonia		IT	14	CI	107003	28882	Europe/Rome
6539584	Iglesias	iglesias	Comune di Iglesias,Iglesias		IT	14	CI	107009	27674	Europe/Rome
6539585	Ozegna	ozegna	Comune di Ozegna,Ozegna		IT	12	TO	001176	1235	Europe/Rome
6539586	Tempio Pausania	tempio-pausania	Comune di Tempio Pausania,Tempio Pausania		IT	14	OT	104025	13946	Europe/Rome
6539587	Lanusei	lanusei	Comune di Lanusei,Lanusei		IT	14	OG	105010	5492	Europe/Rome
6539588	Sanluri	sanluri	Comune di Sanluri,Sanluri		IT	14	VS	106015	8460	Europe/Rome
6539589	Villacidro	villacidro	Comune di Villacidro,Villacidro		IT	14	VS	106025	14281	Europe/Rome
6539590	Furore	furore	Comune di Furore,Furore		IT	04	SA	065053	846	Europe/Rome
6539591	Nanto	nanto	Comune di Nanto,Nanto		IT	20	VI	024071	3082	Europe/Rome
6539592	Vallo di Nera	vallo-di-nera	Comune di Vallo di Nera,Vallo di Nera		IT	18	PG	054058	401	Europe/Rome
6539593	Leonessa	leonessa	Comune di Leonessa,Leonessa		IT	07	RI	057033	2480	Europe/Rome
6539594	Vallinfreda	vallinfreda	Comune di Vallinfreda,Vallinfreda		IT	07	RM	058109	317	Europe/Rome
6539595	Pietradefusi	pietradefusi	Comune di Pietradefusi,Pietradefusi		IT	04	AV	064072	2375	Europe/Rome
6539596	Alanno	alanno	Alanno,Comune di Alanno		IT	01	PE	068002	3608	Europe/Rome
6539597	Palazzolo Acreide	palazzolo-acreide	Comune di Palazzolo Acreide,Palazzolo Acreide		IT	15	SR	089015	9091	Europe/Rome
6539598	Pompu	pompu	Comune di Pompu,Pompu		IT	14	OR	095042	278	Europe/Rome
6539599	Polia	polia	Comune di Polia,Polia		IT	03	VV	102029	1048	Europe/Rome
6539600	Rombiolo	rombiolo	Comune di Rombiolo,Rombiolo		IT	03	VV	102031	4649	Europe/Rome
6539601	San Costantino Calabro	san-costantino-calabro	Comune di San Costantino Calabro,San Costantino Calabro		IT	03	VV	102033	2238	Europe/Rome
6539602	San Nicola da Crissa	san-nicola-da-crissa	Comune di San Nicola da Crissa,San Nicola da Crissa		IT	03	VV	102035	1416	Europe/Rome
6539603	Soriano Calabro	soriano-calabro	Comune di Soriano Calabro,Soriano Calabro		IT	03	VV	102040	2472	Europe/Rome
6539604	Mango	mango	Comune di Mango,Mango		IT	12	CN	004115	1334	Europe/Rome
6539605	Saliceto	saliceto	Comune di Saliceto,Saliceto		IT	12	CN	004201	1382	Europe/Rome
6539606	Asti	asti	Ast,Asti,Astis,Comune di Asti,Hasta Pompeia,a si di,asth,asty,asuti,Асти,Асті,אסטי,آسته,أستي,アスティ,阿斯蒂		IT	12	AT	005005	73899	Europe/Rome
6539607	Montemagno	montemagno	Comune di Montemagno,Montemagno		IT	12	AT	005077	1162	Europe/Rome
6539608	Paderna	paderna	Comune di Paderna,Paderna		IT	12	AL	006124	231	Europe/Rome
6539609	Castellaro	castellaro	Castellaro,Comune di Castellaro		IT	08	IM	008014	1233	Europe/Rome
6539610	Prazzo	prazzo	Comune di Prazzo,Prazzo		IT	12	CN	004174	175	Europe/Rome
6539611	Torriglia	torriglia	Comune di Torriglia,Torriglia		IT	08	GE	010062	2392	Europe/Rome
6539612	Carro	carro	Carro,Comune di Carro		IT	08	SP	011009	580	Europe/Rome
6539613	Ranco	ranco	Comune di Ranco,Ranco		IT	09	VA	012116	1326	Europe/Rome
6539614	Mezzanego	mezzanego	Comune di Mezzanego,Mezzanego		IT	08	GE	010034	1624	Europe/Rome
6539615	Porlezza	porlezza	Comune di Porlezza,Porlezza		IT	09	CO	013189	4661	Europe/Rome
6539616	Torno	torno	Comune di Torno,Torno		IT	09	CO	013223	1203	Europe/Rome
6539617	Sondrio	sondrio	Comune di Sondrio,Sondrio		IT	09	SO	014061	21642	Europe/Rome
6539618	Teglio	teglio	Comune di Teglio,Teglio		IT	09	SO	014065	4654	Europe/Rome
6539619	Tirano	tirano	Comune di Tirano,Tirano		IT	09	SO	014066	9073	Europe/Rome
6539620	Capriate San Gervasio	capriate-san-gervasio	Capriate San Gervasio,Comune di Capriate San Gervasio		IT	09	BG	016051	7777	Europe/Rome
6539621	Carona	carona	Carona,Comune di Carona		IT	09	BG	016056	359	Europe/Rome
6539622	Ponte San Pietro	ponte-san-pietro	Comune di Ponte San Pietro,Ponte San Pietro		IT	09	BG	016170	11273	Europe/Rome
6539623	Artogne	artogne	Artogne,Comune di Artogne		IT	09	BS	017007	3571	Europe/Rome
6539624	Dello	dello	Comune di Dello,Dello		IT	09	BS	017066	5576	Europe/Rome
6539625	Gambara	gambara	Comune di Gambara,Gambara		IT	09	BS	017073	4697	Europe/Rome
6539626	Mura	mura	Comune di Mura,Mura		IT	09	BS	017115	790	Europe/Rome
6539627	San Paolo	san-paolo	Comune di San Paolo,San Paolo		IT	09	BS	017138	4504	Europe/Rome
6539628	Canzano	canzano	Canzano,Comune di Canzano		IT	01	TE	067009	1955	Europe/Rome
6539629	Volpara	volpara	Comune di Volpara,Volpara		IT	09	PV	018183	133	Europe/Rome
6539630	Calavino	calavino	Calavino,Comune di Calavino		IT	17	TN	022031	1481	Europe/Rome
6539631	Peio	peio	Comune di Peio,Peio		IT	17	TN	022136	1891	Europe/Rome
6539632	Mezzana	mezzana	Comune di Mezzana,Mezzana		IT	17	TN	022114	884	Europe/Rome
6539633	Mezzano	mezzano	Comune di Mezzano,Mezzano		IT	17	TN	022115	1615	Europe/Rome
6539634	Ospedaletto	ospedaletto	Comune di Ospedaletto,Ospedaletto		IT	17	TN	022130	820	Europe/Rome
6539635	Vezzano	vezzano	Comune di Vezzano,Vezzano		IT	17	TN	022215	2183	Europe/Rome
6539636	Volano	volano	Comune di Volano,Volano		IT	17	TN	022224	3125	Europe/Rome
6539637	Bettola	bettola	Bettola,Comune di Bettola		IT	05	PC	033004	2999	Europe/Rome
6539638	Legnago	legnago	Comune di Legnago,Legnago		IT	20	VR	023044	24992	Europe/Rome
6539639	Miane	miane	Comune di Miane,Miane		IT	20	TV	026042	3436	Europe/Rome
6539640	Paese	paese	Comune di Paese,Paese		IT	20	TV	026055	21432	Europe/Rome
6539641	Barbona	barbona	Barbona,Comune di Barbona		IT	20	PD	028010	733	Europe/Rome
6539642	Eraclea	eraclea	Comune di Eraclea,Eraclea		IT	20	VE	027013	12689	Europe/Rome
6539643	Fossò	fosso	Comune di Fosso,Comune di Fossò,Fosso,Fossò		IT	20	VE	027017	6786	Europe/Rome
6539644	Portogruaro	portogruaro	Comune di Portogruaro,Portogruaro		IT	20	VE	027029	25140	Europe/Rome
6539645	Ampezzo	ampezzo	Ampezzo,Comune di Ampezzo		IT	06	UD	030003	1030	Europe/Rome
6539646	Cercivento	cercivento	Cercivento,Comune di Cercivento		IT	06	UD	030022	696	Europe/Rome
6539647	Dogna	dogna	Comune di Dogna,Dogna		IT	06	UD	030033	192	Europe/Rome
6539648	Pavia di Udine	pavia-di-udine	Comune di Pavia di Udine,Pavia di Udine		IT	06	UD	030074	5698	Europe/Rome
6539649	Ronchis	ronchis	Comune di Ronchis,Ronchis		IT	06	UD	030097	2054	Europe/Rome
6539650	Montignoso	montignoso	Comune di Montignoso,Montignoso		IT	16	MS	045011	10226	Europe/Rome
6539651	Grado	grado	Comune di Grado,Grado		IT	06	GO	031009	8462	Europe/Rome
6539652	Mossa	mossa	Comune di Mossa,Mossa		IT	06	GO	031014	1659	Europe/Rome
6539653	Bobbio	bobbio	Bobbio,Comune di Bobbio		IT	05	PC	033005	3711	Europe/Rome
6539654	Buggiano	buggiano	Buggiano,Comune di Buggiano		IT	16	PT	047003	8735	Europe/Rome
6539655	Ottone	ottone	Comune di Ottone,Ottone		IT	05	PC	033030	570	Europe/Rome
6539656	Castellabate	castellabate	Castellabate,Comune di Castellabate		IT	04	SA	065031	8209	Europe/Rome
6539657	Trevignano	trevignano	Comune di Trevignano,Trevignano		IT	20	TV	026085	10565	Europe/Rome
6539658	Galliera	galliera	Comune di Galliera,Galliera		IT	05	BO	037028	5462	Europe/Rome
6539659	Chions	chions	Chions,Comune di Chions		IT	06	PN	093013	5188	Europe/Rome
6539660	Comelico Superiore	comelico-superiore	Comelico Superiore,Comune di Comelico Superiore		IT	20	BL	025015	2341	Europe/Rome
6539661	Sappada	sappada	Comune di Sappada,Sappada		IT	20	BL	025052	1306	Europe/Rome
6539662	Gairo	gairo	Comune di Gairo,Gairo		IT	14	OG	105006	1514	Europe/Rome
6539663	Caneva	caneva	Caneva,Comune di Caneva		IT	06	PN	093009	6504	Europe/Rome
6539664	Strona	strona	Comune di Strona,Strona		IT	12	BI	096065	1157	Europe/Rome
6539665	Vernio	vernio	Comune di Vernio,Vernio		IT	16	PO	100007	6012	Europe/Rome
6539666	Moretta	moretta	Comune di Moretta,Moretta		IT	12	CN	004143	4237	Europe/Rome
6539667	Gabiano	gabiano	Comune di Gabiano,Gabiano		IT	12	AL	006077	1212	Europe/Rome
6539668	Lu	lu	Comune di Lu,Lu		IT	12	AL	006089	1181	Europe/Rome
6539669	Predosa	predosa	Comune di Predosa,Predosa		IT	12	AL	006140	2092	Europe/Rome
6539670	Vallebona	vallebona	Comune di Vallebona,Vallebona		IT	08	IM	008062	1332	Europe/Rome
6539671	Albenga	albenga	Albenga,Comune di Albenga		IT	08	SV	009002	23576	Europe/Rome
6539672	Sarzana	sarzana	Comune di Sarzana,Sarzana		IT	08	SP	011027	21829	Europe/Rome
6539673	Livo	livo	Comune di Livo,Livo		IT	09	CO	013130	190	Europe/Rome
6539674	Cerro Maggiore	cerro-maggiore	Cerro Maggiore,Comune di Cerro Maggiore		IT	09	MI	015072	14735	Europe/Rome
6539675	Muggiò	muggio	Comune di Muggio,Comune di Muggiò,Muggio,Muggiò		IT	09	MB	108034	23208	Europe/Rome
6539676	Paullo	paullo	Comune di Paullo,Paullo		IT	09	MI	015169	11014	Europe/Rome
6539677	Giussago	giussago	Comune di Giussago,Giussago		IT	09	PV	018072	5049	Europe/Rome
6539678	Borgoforte	borgoforte	Borgoforte,Comune di Borgoforte		IT	09	MN	020005	3487	Europe/Rome
6539679	Moglia	moglia	Comune di Moglia,Moglia		IT	09	MN	020035	5923	Europe/Rome
6539680	Daone	daone	Comune di Daone,Daone		IT	17	TN	022072	597	Europe/Rome
6539681	Lasino	lasino	Comune di Lasino,Lasino		IT	17	TN	022101	1302	Europe/Rome
6539682	Ronzone	ronzone	Comune di Ronzone,Ronzone		IT	17	TN	022159	391	Europe/Rome
6539683	Roncà	ronca	Comune di Ronca,Comune di Roncà,Ronca,Roncà		IT	20	VR	023063	3726	Europe/Rome
6539684	Soave	soave	Comune di Soave,Soave		IT	20	VR	023081	6908	Europe/Rome
6539685	San Nazario	san-nazario	Comune di San Nazario,San Nazario		IT	20	VI	024093	1740	Europe/Rome
6539686	Valdagno	valdagno	Comune di Valdagno,Valdagno		IT	20	VI	024111	26575	Europe/Rome
6539687	Agordo	agordo	Agordo,Comune di Agordo		IT	20	BL	025001	4249	Europe/Rome
6539688	Arsiè	arsie	Arsie,Arsiè,Comune di Arsie,Comune di Arsiè		IT	20	BL	025004	2465	Europe/Rome
6539689	Santa Giustina	santa-giustina	Comune di Santa Giustina,Santa Giustina		IT	20	BL	025048	6767	Europe/Rome
6539690	Cavarzere	cavarzere	Cavarzere,Comune di Cavarzere		IT	20	VE	027006	14816	Europe/Rome
6539691	Vigonovo	vigonovo	Comune di Vigonovo,Vigonovo		IT	20	VE	027043	9892	Europe/Rome
6539692	Ponso	ponso	Comune di Ponso,Ponso		IT	20	PD	028067	2449	Europe/Rome
6539693	Crespino	crespino	Comune di Crespino,Crespino		IT	20	RO	029019	1970	Europe/Rome
6539694	Gavello	gavello	Comune di Gavello,Gavello		IT	20	RO	029026	1605	Europe/Rome
6539695	Osoppo	osoppo	Comune di Osoppo,Osoppo		IT	06	UD	030066	3006	Europe/Rome
6539696	Savogna	savogna	Comune di Savogna,Savogna		IT	06	UD	030108	482	Europe/Rome
6539697	Sedegliano	sedegliano	Comune di Sedegliano,Sedegliano		IT	06	UD	030109	3937	Europe/Rome
6539698	Torreano	torreano	Comune di Torreano,Torreano		IT	06	UD	030122	2213	Europe/Rome
6539699	Varmo	varmo	Comune di Varmo,Varmo		IT	06	UD	030130	2830	Europe/Rome
6539700	Bardi	bardi	Bardi,Comune di Bardi		IT	05	PR	034002	2337	Europe/Rome
6539701	Borgo Val di Taro	borgo-val-di-taro	Borgo Val di Taro,Comune di Borgo Val di Taro		IT	05	PR	034006	7275	Europe/Rome
6539702	Medesano	medesano	Comune di Medesano,Medesano		IT	05	PR	034020	10663	Europe/Rome
6539703	Sorbolo	sorbolo	Comune di Sorbolo,Sorbolo		IT	05	PR	034037	9602	Europe/Rome
6539704	Terenzo	terenzo	Comune di Terenzo,Terenzo		IT	05	PR	034038	1195	Europe/Rome
6539705	Varsi	varsi	Comune di Varsi,Varsi		IT	05	PR	034046	1281	Europe/Rome
6539706	Correggio	correggio	Comune di Correggio,Correggio		IT	05	RE	035020	24825	Europe/Rome
6539707	Cavezzo	cavezzo	Cavezzo,Comune di Cavezzo		IT	05	MO	036009	7196	Europe/Rome
6539708	Finale Emilia	finale-emilia	Comune di Finale Emilia,Finale Emilia		IT	05	MO	036012	15713	Europe/Rome
6539709	Maranello	maranello	Comune di Maranello,Maranello		IT	05	MO	036019	16622	Europe/Rome
6539710	Vignola	vignola	Comune di Vignola,Vignola		IT	05	MO	036046	24344	Europe/Rome
6539711	Zocca	zocca	Comune di Zocca,Zocca		IT	05	MO	036047	4883	Europe/Rome
6539713	Budrio	budrio	Budrio,Comune di Budrio		IT	05	BO	037008	18008	Europe/Rome
6539715	Mirabello	mirabello	Comune di Mirabello,Mirabello		IT	05	FE	038016	3503	Europe/Rome
6539716	Ostellato	ostellato	Comune di Ostellato,Ostellato		IT	05	FE	038017	6453	Europe/Rome
6539718	Borghi	borghi	Borghi,Comune di Borghi		IT	05	FC	040004	2718	Europe/Rome
6539719	Carpegna	carpegna	Carpegna,Comune di Carpegna		IT	10	PU	041009	1670	Europe/Rome
6539720	San Costanzo	san-costanzo	Comune di San Costanzo,San Costanzo		IT	10	PU	041051	4841	Europe/Rome
6539721	San Leo	san-leo	Comune di San Leo,San Leo		IT	05	RN	099025	2970	Europe/Rome
6539722	Sant'Ippolito	sant-ippolito	Comune di Sant'Ippolito,Sant'Ippolito		IT	10	PU	041058	1574	Europe/Rome
6539723	Chiaravalle	chiaravalle	Chiaravalle,Comune di Chiaravalle		IT	10	AN	042014	14858	Europe/Rome
6539724	Falconara Marittima	falconara-marittima	Comune di Falconara Marittima,Falconara Marittima		IT	10	AN	042018	26710	Europe/Rome
6539725	Genga	genga	Comune di Genga,Genga		IT	10	AN	042020	1875	Europe/Rome
6539726	Loreto	loreto	Comune di Loreto,Loreto		IT	10	AN	042022	12533	Europe/Rome
6539727	Monte San Vito	monte-san-vito	Comune di Monte San Vito,Monte San Vito		IT	10	AN	042030	6706	Europe/Rome
6539728	Ostra	ostra	Comune di Ostra,Ostra		IT	10	AN	042035	6743	Europe/Rome
6539729	Montefano	montefano	Comune di Montefano,Montefano		IT	10	MC	043029	3555	Europe/Rome
6539730	Castignano	castignano	Castignano,Comune di Castignano		IT	10	AP	044012	2947	Europe/Rome
6539731	Monte Urano	monte-urano	Comune di Monte Urano,Monte Urano		IT	10	FM	109024	8283	Europe/Rome
6539732	Sant'Elpidio a Mare	sant-elpidio-a-mare	Comune di Sant'Elpidio a Mare,Sant'Elpidio a Mare		IT	10	FM	109037	16968	Europe/Rome
6539733	Barga	barga	Barga,Comune di Barga		IT	16	LU	046003	10125	Europe/Rome
6539734	Pescia	pescia	Comune di Pescia,Pescia		IT	16	PT	047012	19435	Europe/Rome
6539735	Bibbona	bibbona	Bibbona,Comune di Bibbona		IT	16	LI	049001	3209	Europe/Rome
6539736	Cecina	cecina	Cecina,Comune di Cecina		IT	16	LI	049007	27992	Europe/Rome
6539737	Santa Luce	santa-luce	Comune di Santa Luce,Santa Luce		IT	16	PI	050034	1737	Europe/Rome
6539738	Volterra	volterra	Comune di Volterra,Volterra		IT	16	PI	050039	10689	Europe/Rome
6539739	Lucignano	lucignano	Comune di Lucignano,Lucignano		IT	16	AR	051021	3615	Europe/Rome
6539740	Chiusi	chiusi	Chiusi,Comune di Chiusi		IT	16	SI	052011	8836	Europe/Rome
6539741	San Gimignano	san-gimignano	Comune di San Gimignano,San Gimignano		IT	16	SI	052028	7677	Europe/Rome
6539742	Pitigliano	pitigliano	Comune di Pitigliano,Pitigliano		IT	16	GR	053019	3870	Europe/Rome
6539743	Sorano	sorano	Comune di Sorano,Sorano		IT	16	GR	053026	3596	Europe/Rome
6539744	Pietralunga	pietralunga	Comune di Pietralunga,Pietralunga		IT	18	PG	054041	2182	Europe/Rome
6539745	Alviano	alviano	Alviano,Comune di Alviano		IT	18	TR	055003	1514	Europe/Rome
6539746	Castel Giorgio	castel-giorgio	Castel Giorgio,Comune di Castel Giorgio		IT	18	TR	055009	2178	Europe/Rome
6539747	Montecchio	montecchio	Comune di Montecchio,Montecchio		IT	18	TR	055018	1723	Europe/Rome
6539814	Sorrento	sorrento	Comune di Sorrento,Sorrento		IT	04	NA	063080	16563	Europe/Rome
6539815	Baiano	baiano	Baiano,Comune di Baiano		IT	04	AV	064010	4730	Europe/Rome
6539748	Orvieto	orvieto	Comune di Orvieto,Orv'eto,Orvieto,Orvietu,Orvijeto,Orvjetas,Urbs Vetus,ao er wei ye tuo,awrfyytw,oleubieto,oruvu~ieto,Орв'єто,Орвието,Орвијето,אורבייטו,أورفييتو,オルヴィエート,奥尔维耶托,오르비에토		IT	18	TR	055023	21064	Europe/Rome
6539749	San Venanzo	san-venanzo	Comune di San Venanzo,San Venanzo		IT	18	TR	055030	2311	Europe/Rome
6539750	Farnese	farnese	Comune di Farnese,Farnese		IT	07	VT	056026	1631	Europe/Rome
6539751	Ronciglione	ronciglione	Comune di Ronciglione,Ronciglione		IT	07	VT	056045	8308	Europe/Rome
6539752	Vallerano	vallerano	Comune di Vallerano,Vallerano		IT	07	VT	056054	2613	Europe/Rome
6539753	Collevecchio	collevecchio	Collevecchio,Comune di Collevecchio		IT	07	RI	057021	1595	Europe/Rome
6539754	Fiamignano	fiamignano	Comune di Fiamignano,Fiamignano		IT	07	RI	057028	1455	Europe/Rome
6539755	Labro	labro	Comune di Labro,Labro		IT	07	RI	057032	344	Europe/Rome
6539756	Montebuono	montebuono	Comune di Montebuono,Montebuono		IT	07	RI	057040	917	Europe/Rome
6539757	Bracciano	bracciano	Bracciano,Comune di Bracciano		IT	07	RM	058013	18549	Europe/Rome
6539758	Cave	cave	Cave,Comune di Cave		IT	07	RM	058026	10421	Europe/Rome
6539759	Colonna	colonna	Colonna,Comune di Colonna		IT	07	RM	058035	4002	Europe/Rome
6539760	Gorga	gorga	Comune di Gorga,Gorga		IT	07	RM	058045	767	Europe/Rome
6539761	Marino	marino	Comune di Marino,Marino		IT	07	RM	058057	38245	Europe/Rome
6539762	Monterotondo	monterotondo	Comune di Monterotondo,Monterotondo		IT	07	RM	058065	39502	Europe/Rome
6539763	Saracinesco	saracinesco	Comune di Saracinesco,Saracinesco		IT	07	RM	058101	184	Europe/Rome
6539764	Tivoli	tivoli	Comune di Tivoli,Tivoli		IT	07	RM	058104	52910	Europe/Rome
6539765	Cervaro	cervaro	Cervaro,Comune di Cervaro		IT	07	FR	060026	7744	Europe/Rome
6539766	Ferentino	ferentino	Comune di Ferentino,Ferentino		IT	07	FR	060033	20966	Europe/Rome
6539767	Strangolagalli	strangolagalli	Comune di Strangolagalli,Strangolagalli		IT	07	FR	060075	2501	Europe/Rome
6539768	Villa Santa Lucia	villa-santa-lucia	Comune di Villa Santa Lucia,Villa Santa Lucia		IT	07	FR	060089	2639	Europe/Rome
6539769	Alife	alife	Alife,Comune di Alife		IT	04	CE	061002	7660	Europe/Rome
6539770	Sale	sale	Comune di Sale,Sale		IT	12	AL	006151	4218	Europe/Rome
6539771	San Cristoforo	san-cristoforo	Comune di San Cristoforo,San Cristoforo		IT	12	AL	006152	607	Europe/Rome
6539772	Stazzano	stazzano	Comune di Stazzano,Stazzano		IT	12	AL	006167	2425	Europe/Rome
6539773	Valenza	valenza	Comune di Valenza,Valenza		IT	12	AL	006177	19671	Europe/Rome
6539774	Cervo	cervo	Cervo,Comune di Cervo		IT	08	IM	008017	1128	Europe/Rome
6539775	Zuccarello	zuccarello	Comune di Zuccarello,Zuccarello		IT	08	SV	009069	322	Europe/Rome
6539776	Casella	casella	Casella,Comune di Casella		IT	08	GE	010012	3232	Europe/Rome
6539777	Portofino	portofino	Comune di Portofino,Portofino		IT	08	GE	010044	453	Europe/Rome
6539778	Dumenza	dumenza	Comune di Dumenza,Dumenza		IT	09	VA	012065	1433	Europe/Rome
6539779	Marzio	marzio	Comune di Marzio,Marzio		IT	09	VA	012099	303	Europe/Rome
6539780	Lenno	lenno	Comune di Lenno,Lenno		IT	09	CO	013125	1833	Europe/Rome
6539781	Mello	mello	Comune di Mello,Mello		IT	09	SO	014041	1001	Europe/Rome
6539782	Almè	alme	Alme,Almè,Comune di Alme,Comune di Almè		IT	09	BG	016005	5665	Europe/Rome
6539783	Castro	castro	Castro,Comune di Castro		IT	09	BG	016065	1383	Europe/Rome
6539784	Vigolo	vigolo	Comune di Vigolo,Vigolo		IT	09	BG	016237	607	Europe/Rome
6539785	Borgo San Giacomo	borgo-san-giacomo	Borgo San Giacomo,Comune di Borgo San Giacomo		IT	09	BS	017020	5496	Europe/Rome
6539786	Leno	leno	Comune di Leno,Leno		IT	09	BS	017088	14364	Europe/Rome
6539787	Nave	nave	Comune di Nave,Nave		IT	09	BS	017117	10957	Europe/Rome
6539788	Alagna	alagna	Alagna,Comune di Alagna		IT	09	PV	018001	882	Europe/Rome
6539789	Parona	parona	Comune di Parona,Parona		IT	09	PV	018109	1987	Europe/Rome
6539790	Valeggio	valeggio	Comune di Valeggio,Valeggio		IT	09	PV	018167	236	Europe/Rome
6539791	Vescovato	vescovato	Comune di Vescovato,Vescovato		IT	09	CR	019113	3991	Europe/Rome
6539792	Cavriana	cavriana	Cavriana,Comune di Cavriana		IT	09	MN	020018	3911	Europe/Rome
6539793	Marmirolo	marmirolo	Comune di Marmirolo,Marmirolo		IT	09	MN	020033	7759	Europe/Rome
6539794	Arco	arco	Arco,Comune di Arco		IT	17	TN	022006	16871	Europe/Rome
6539795	Calliano	calliano	Calliano,Comune di Calliano		IT	17	TN	022035	1611	Europe/Rome
6539796	Castelnuovo	castelnuovo	Castelnuovo,Comune di Castelnuovo		IT	17	TN	022049	1035	Europe/Rome
6539797	Condino	condino	Comune di Condino,Condino		IT	17	TN	022066	1534	Europe/Rome
6539798	Folgaria	folgaria	Comune di Folgaria,Folgaria		IT	17	TN	022087	3130	Europe/Rome
6539799	Fondo	fondo	Comune di Fondo,Fondo		IT	17	TN	022088	1435	Europe/Rome
6539800	Chieri	chieri	Chieri,Comune di Chieri		IT	12	TO	001078	35962	Europe/Rome
6539801	Feletto	feletto	Comune di Feletto,Feletto		IT	12	TO	001102	2269	Europe/Rome
6539802	Frassinetto	frassinetto	Comune di Frassinetto,Frassinetto		IT	12	TO	001108	272	Europe/Rome
6539803	Pianezza	pianezza	Comune di Pianezza,Pianezza		IT	12	TO	001189	14169	Europe/Rome
6539804	Samone	samone	Comune di Samone,Samone		IT	12	TO	001235	1614	Europe/Rome
6539805	Rive	rive	Comune di Rive,Rive		IT	12	VC	002115	469	Europe/Rome
6539806	Scopello	scopello	Comune di Scopello,Scopello		IT	12	VC	002135	402	Europe/Rome
6539807	Ameno	ameno	Ameno,Comune di Ameno		IT	12	NO	003002	874	Europe/Rome
6539808	Ceppaloni	ceppaloni	Ceppaloni,Comune di Ceppaloni		IT	04	BN	062022	3375	Europe/Rome
6539809	Durazzano	durazzano	Comune di Durazzano,Durazzano		IT	04	BN	062028	2247	Europe/Rome
6539810	Arzano	arzano	Arzano,Comune di Arzano		IT	04	NA	063005	34933	Europe/Rome
6539811	Ischia	ischia	Comune di Ischia,Ischia		IT	04	NA	063037	18688	Europe/Rome
6539812	Pompei	pompei	Comune di Pompei,Pompei		IT	04	NA	063058	25440	Europe/Rome
6539813	Sant'Anastasia	sant-anastasia	Comune di Sant'Anastasia,Sant'Anastasia		IT	04	NA	063072	27296	Europe/Rome
6539816	Contrada	contrada	Comune di Contrada,Contrada		IT	04	AV	064029	3005	Europe/Rome
6539817	Montefusco	montefusco	Comune di Montefusco,Montefusco		IT	04	AV	064056	1393	Europe/Rome
6539818	Sirignano	sirignano	Comune di Sirignano,Sirignano		IT	04	AV	064100	2878	Europe/Rome
6539819	Omignano	omignano	Comune di Omignano,Omignano		IT	04	SA	065084	1579	Europe/Rome
6539820	Santa Marina	santa-marina	Comune di Santa Marina,Santa Marina		IT	04	SA	065127	3166	Europe/Rome
6539821	Scala	scala	Comune di Scala,Scala		IT	04	SA	065138	1518	Europe/Rome
6539822	Alfedena	alfedena	Alfedena,Comune di Alfedena		IT	01	AQ	066003	785	Europe/Rome
6539823	Castel del Monte	castel-del-monte	Castel del Monte,Comune di Castel del Monte		IT	01	AQ	066026	447	Europe/Rome
6539824	Celano	celano	Celano,Comune di Celano		IT	01	AQ	066032	10828	Europe/Rome
6539825	Opi	opi	Comune di Opi,Opi		IT	01	AQ	066061	428	Europe/Rome
6539826	Sante Marie	sante-marie	Comune di Sante Marie,Sante Marie		IT	01	AQ	066089	1208	Europe/Rome
6539827	Castelli	castelli	Castelli,Comune di Castelli		IT	01	TE	067012	1224	Europe/Rome
6539828	Popoli	popoli	Comune di Popoli,Popoli		IT	01	PE	068033	5450	Europe/Rome
6539829	Borrello	borrello	Borrello,Comune di Borrello		IT	01	CH	069007	368	Europe/Rome
6539830	Ortona	ortona	Comune di Ortona,Ortona		IT	01	CH	069058	23425	Europe/Rome
6539831	Villa Santa Maria	villa-santa-maria	Comune di Villa Santa Maria,Villa Santa Maria		IT	01	CH	069102	1433	Europe/Rome
6539832	Limosano	limosano	Comune di Limosano,Limosano		IT	11	CB	070032	826	Europe/Rome
6539833	Palata	palata	Comune di Palata,Palata		IT	11	CB	070050	1769	Europe/Rome
6539834	Sant'Agata di Puglia	sant-agata-di-puglia	Comune di Sant'Agata di Puglia,Sant'Agata di Puglia		IT	13	FG	071052	2096	Europe/Rome
6539835	Faggiano	faggiano	Comune di Faggiano,Faggiano		IT	13	TA	073005	3540	Europe/Rome
6539836	Ginosa	ginosa	Comune di Ginosa,Ginosa		IT	13	TA	073007	22582	Europe/Rome
6539837	Calimera	calimera	Calimera,Comune di Calimera		IT	13	LE	075010	7264	Europe/Rome
6539838	Caprarica di Lecce	caprarica-di-lecce	Caprarica di Lecce,Comune di Caprarica di Lecce		IT	13	LE	075013	2582	Europe/Rome
6539839	Nardò	nardo	Comune di Nardo,Comune di Nardò,Nardo,Nardò		IT	13	LE	075052	31688	Europe/Rome
6539840	Scorrano	scorrano	Comune di Scorrano,Scorrano		IT	13	LE	075073	6975	Europe/Rome
6539841	Avigliano	avigliano	Avigliano,Comune di Avigliano		IT	02	PZ	076007	11796	Europe/Rome
6539842	Ruoti	ruoti	Comune di Ruoti,Ruoti		IT	02	PZ	076071	3542	Europe/Rome
6539843	Stigliano	stigliano	Comune di Stigliano,Stigliano		IT	02	MT	077027	4685	Europe/Rome
6539844	Altilia	altilia	Altilia,Comune di Altilia		IT	03	CS	078008	737	Europe/Rome
6539845	Amantea	amantea	Amantea,Comune di Amantea		IT	03	CS	078010	13754	Europe/Rome
6539846	Bonifati	bonifati	Bonifati,Comune di Bonifati		IT	03	CS	078019	2912	Europe/Rome
6539847	Grimaldi	grimaldi	Comune di Grimaldi,Grimaldi		IT	03	CS	078059	1739	Europe/Rome
6539848	Lago	lago	Comune di Lago,Lago		IT	03	CS	078062	2689	Europe/Rome
6539849	Oriolo	oriolo	Comune di Oriolo,Oriolo		IT	03	CS	078087	2386	Europe/Rome
6539850	Praia a Mare	praia-a-mare	Comune di Praia a Mare,Praia a Mare		IT	03	CS	078101	6496	Europe/Rome
6539851	Rossano	rossano	Comune di Rossano,Rossano		IT	03	CS	078108	36347	Europe/Rome
6539852	San Fili	san-fili	Comune di San Fili,San Fili		IT	03	CS	078116	2715	Europe/Rome
6539853	Terravecchia	terravecchia	Comune di Terravecchia,Terravecchia		IT	03	CS	078147	1019	Europe/Rome
6539854	Badolato	badolato	Badolato,Comune di Badolato		IT	03	CZ	079008	3183	Europe/Rome
6539855	Decollatura	decollatura	Comune di Decollatura,Decollatura		IT	03	CZ	079043	3252	Europe/Rome
6539856	Taverna	taverna	Comune di Taverna,Taverna		IT	03	CZ	079146	2705	Europe/Rome
6539857	Ardore	ardore	Ardore,Comune di Ardore		IT	03	RC	080005	4760	Europe/Rome
6539858	Bianco	bianco	Bianco,Comune di Bianco		IT	03	RC	080009	4125	Europe/Rome
6539859	Gioia Tauro	gioia-tauro	Comune di Gioia Tauro,Gioia Tauro		IT	03	RC	080038	19063	Europe/Rome
6539860	Melicuccà	melicucca	Comune di Melicucca,Comune di Melicuccà,Melicucca,Melicuccà		IT	03	RC	080048	1001	Europe/Rome
6539861	Monasterace	monasterace	Comune di Monasterace,Monasterace		IT	03	RC	080052	3369	Europe/Rome
6539862	San Lorenzo	san-lorenzo	Comune di San Lorenzo,San Lorenzo		IT	03	RC	080073	2685	Europe/Rome
6539863	San Luca	san-luca	Comune di San Luca,San Luca		IT	03	RC	080074	4044	Europe/Rome
6539864	Giardinello	giardinello	Comune di Giardinello,Giardinello		IT	15	PA	082038	2258	Europe/Rome
6539865	Giuliana	giuliana	Comune di Giuliana,Giuliana		IT	15	PA	082039	2032	Europe/Rome
6539866	Marineo	marineo	Comune di Marineo,Marineo		IT	15	PA	082046	6779	Europe/Rome
6539867	Gallodoro	gallodoro	Comune di Gallodoro,Gallodoro		IT	15	ME	083031	381	Europe/Rome
6539868	Monforte San Giorgio	monforte-san-giorgio	Comune di Monforte San Giorgio,Monforte San Giorgio		IT	15	ME	083054	2880	Europe/Rome
6539869	Aragona	aragona	Aragona,Comune di Aragona		IT	15	AG	084003	9493	Europe/Rome
6539870	Siculiana	siculiana	Comune di Siculiana,Siculiana		IT	15	AG	084042	4632	Europe/Rome
6539871	Tusa	tusa	Comune di Tusa,Tusa		IT	15	ME	083101	3051	Europe/Rome
6539872	Paternò	paterno	Comune di Paterno,Comune di Paternò,Paterno,Paternò		IT	15	CT	087033	47870	Europe/Rome
6539873	Bono	bono	Bono,Comune di Bono		IT	14	SS	090012	3636	Europe/Rome
6539874	Bosa	bosa	Bosa,Comune di Bosa		IT	14	OR	095079	8026	Europe/Rome
6539875	Orosei	orosei	Comune di Orosei,Orosei		IT	14	NU	091063	6794	Europe/Rome
6539876	Siniscola	siniscola	Comune di Siniscola,Siniscola		IT	14	NU	091085	11469	Europe/Rome
6539877	San Basilio	san-basilio	Comune di San Basilio,San Basilio		IT	14	CA	092054	1281	Europe/Rome
6539878	Santadi	santadi	Comune di Santadi,Santadi		IT	14	CI	107018	3570	Europe/Rome
6539879	San Vito	san-vito	Comune di San Vito,San Vito		IT	14	CA	092064	3822	Europe/Rome
6539880	Arzene	arzene	Arzene,Comune di Arzene		IT	06	PN	093003	1777	Europe/Rome
6539881	Sacile	sacile	Comune di Sacile,Sacile		IT	06	PN	093037	19897	Europe/Rome
6539882	Longano	longano	Comune di Longano,Longano		IT	11	IS	094024	697	Europe/Rome
6539884	Arborea	arborea	Arborea,Comune di Arborea		IT	14	OR	095006	4048	Europe/Rome
6539885	Milis	milis	Comune di Milis,Milis		IT	14	OR	095027	1591	Europe/Rome
6539886	Usellus	usellus	Comune di Usellus,Usellus		IT	14	OR	095070	854	Europe/Rome
6539887	Ballabio	ballabio	Ballabio,Comune di Ballabio		IT	09	LC	097004	4018	Europe/Rome
6539888	Coriano	coriano	Comune di Coriano,Coriano		IT	05	RN	099003	10028	Europe/Rome
6539889	San Clemente	san-clemente	Comune di San Clemente,San Clemente		IT	05	RN	099016	5234	Europe/Rome
6539890	Verucchio	verucchio	Comune di Verucchio,Verucchio		IT	05	RN	099020	9960	Europe/Rome
6539891	Carmignano	carmignano	Carmignano,Comune di Carmignano		IT	16	PO	100002	13991	Europe/Rome
6539892	Cirò	ciro	Ciro,Cirò,Comune di Ciro,Comune di Cirò		IT	03	KR	101007	3125	Europe/Rome
6539893	Savelli	savelli	Comune di Savelli,Savelli		IT	03	KR	101023	1321	Europe/Rome
6539894	Nicotera	nicotera	Comune di Nicotera,Nicotera		IT	03	VV	102025	6490	Europe/Rome
6539895	Sant'Onofrio	sant-onofrio	Comune di Sant'Onofrio,Sant'Onofrio		IT	03	VV	102036	3148	Europe/Rome
6539896	Padru	padru	Comune di Padru,Padru		IT	14	OT	104019	2130	Europe/Rome
6539897	Cavour	cavour	Cavour,Comune di Cavour		IT	12	TO	001070	5568	Europe/Rome
6539898	Coazze	coazze	Coazze,Comune di Coazze		IT	12	TO	001089	3084	Europe/Rome
6539899	Fiano	fiano	Comune di Fiano,Fiano		IT	12	TO	001104	2713	Europe/Rome
6539900	Montanaro	montanaro	Comune di Montanaro,Montanaro		IT	12	TO	001161	5375	Europe/Rome
6539901	Parella	parella	Comune di Parella,Parella		IT	12	TO	001179	468	Europe/Rome
6539902	Rivoli	rivoli	Comune di Rivoli,Rivoli		IT	12	TO	001219	48632	Europe/Rome
6539903	Borgo Vercelli	borgo-vercelli	Borgo Vercelli,Comune di Borgo Vercelli		IT	12	VC	002017	2295	Europe/Rome
6539904	Breia	breia	Breia,Comune di Breia		IT	12	VC	002019	178	Europe/Rome
6539905	Caresana	caresana	Caresana,Comune di Caresana		IT	12	VC	002030	1028	Europe/Rome
6539906	Villata	villata	Comune di Villata,Villata		IT	12	VC	002164	1618	Europe/Rome
6539907	Canale	canale	Canale,Comune di Canale		IT	12	CN	004037	5636	Europe/Rome
6539908	Priola	priola	Comune di Priola,Priola		IT	12	CN	004177	719	Europe/Rome
6539909	Saluzzo	saluzzo	Comune di Saluzzo,Saluzzo		IT	12	CN	004203	16940	Europe/Rome
6539910	Valdieri	valdieri	Comune di Valdieri,Valdieri		IT	12	CN	004233	924	Europe/Rome
6539911	Viola	viola	Comune di Viola,Viola		IT	12	CN	004249	425	Europe/Rome
6539912	Camino	camino	Camino,Comune di Camino		IT	12	AL	006027	802	Europe/Rome
6539913	Cassine	cassine	Cassine,Comune di Cassine		IT	12	AL	006043	3048	Europe/Rome
6539914	Frascaro	frascaro	Comune di Frascaro,Frascaro		IT	12	AL	006071	446	Europe/Rome
6539915	Laurino	laurino	Comune di Laurino,Laurino		IT	04	SA	065061	1708	Europe/Rome
6539916	Rovereto	rovereto	Comune di Rovereto,Rovereto		IT	17	TN	022161	37754	Europe/Rome
6539917	Tres	tres	Comune di Tres,Tres		IT	17	TN	022206	718	Europe/Rome
6539918	Belfiore	belfiore	Belfiore,Comune di Belfiore		IT	20	VR	023007	3008	Europe/Rome
6539919	Erbezzo	erbezzo	Comune di Erbezzo,Erbezzo		IT	20	VR	023033	767	Europe/Rome
6539920	Sanguinetto	sanguinetto	Comune di Sanguinetto,Sanguinetto		IT	20	VR	023072	4140	Europe/Rome
6539921	Povegliano	povegliano	Comune di Povegliano,Povegliano		IT	20	TV	026062	5052	Europe/Rome
6539922	Volpago del Montello	volpago-del-montello	Comune di Volpago del Montello,Volpago del Montello		IT	20	TV	026093	10045	Europe/Rome
6539923	Agna	agna	Agna,Comune di Agna		IT	20	PD	028002	3400	Europe/Rome
6539924	Carceri	carceri	Carceri,Comune di Carceri		IT	20	PD	028022	1600	Europe/Rome
6539925	Cittadella	cittadella	Cittadella,Comune di Cittadella		IT	20	PD	028032	19956	Europe/Rome
6539926	Gazzo	gazzo	Comune di Gazzo,Gazzo		IT	20	PD	028041	4291	Europe/Rome
6539927	Montagnana	montagnana	Comune di Montagnana,Montagnana		IT	20	PD	028056	9421	Europe/Rome
6539928	Piove di Sacco	piove-di-sacco	Comune di Piove di Sacco,Piove di Sacco		IT	20	PD	028065	19067	Europe/Rome
6539929	Adria	adria	Adria,Comune di Adria		IT	20	RO	029001	20233	Europe/Rome
6539930	Aquileia	aquileia	Akujleja,Akvileja,Akwileja,Aquilea,Aquilee,Aquilegia,Aquileia,Aquileja,Aquilée,Aquiłeja,Comune di Aquileia,Oglej,a kui lai ya,akuireia,akyuliya,xa kwi ley a,Аквилея,Аквилеја,Аквілея,Акуйлея,אקוויליה,അക്യുലിയ,อากวีเลยา,აკვილია,アクイレイア,阿奎萊亞		IT	06	UD	030004	3441	Europe/Rome
6539931	Bicinicco	bicinicco	Bicinicco,Comune di Bicinicco		IT	06	UD	030011	1922	Europe/Rome
6539932	Fagagna	fagagna	Comune di Fagagna,Fagagna		IT	06	UD	030037	6279	Europe/Rome
6539933	Forni Avoltri	forni-avoltri	Comune di Forni Avoltri,Forni Avoltri		IT	06	UD	030040	642	Europe/Rome
6539934	Latisana	latisana	Comune di Latisana,Latisana		IT	06	UD	030046	13647	Europe/Rome
6539935	Manzano	manzano	Comune di Manzano,Manzano		IT	06	UD	030055	6581	Europe/Rome
6539936	Prepotto	prepotto	Comune di Prepotto,Prepotto		IT	06	UD	030085	809	Europe/Rome
6539937	Tarvisio	tarvisio	Comune di Tarvisio,Tarvisio		IT	06	UD	030117	4577	Europe/Rome
6539938	Monfalcone	monfalcone	Comune di Monfalcone,Monfalcone		IT	06	GO	031012	27041	Europe/Rome
6539939	Sagrado	sagrado	Comune di Sagrado,Sagrado		IT	06	GO	031017	2236	Europe/Rome
6539940	Castel San Giovanni	castel-san-giovanni	Castel San Giovanni,Comune di Castel San Giovanni		IT	05	PC	033013	13629	Europe/Rome
6539941	Casina	casina	Casina,Comune di Casina		IT	05	RE	035013	4534	Europe/Rome
6539942	Gualtieri	gualtieri	Comune di Gualtieri,Gualtieri		IT	05	RE	035023	6639	Europe/Rome
6539943	Poviglio	poviglio	Comune di Poviglio,Poviglio		IT	05	RE	035029	7045	Europe/Rome
6539944	Bentivoglio	bentivoglio	Bentivoglio,Comune di Bentivoglio		IT	05	BO	037005	5358	Europe/Rome
6539945	Bondeno	bondeno	Bondeno,Comune di Bondeno		IT	05	FE	038003	15116	Europe/Rome
6539946	Ro	ro	Comune di Ro,Ro		IT	05	FE	038020	3348	Europe/Rome
6539947	Gatteo	gatteo	Comune di Gatteo,Gatteo		IT	05	FC	040016	8910	Europe/Rome
6539948	Montiano	montiano	Comune di Montiano,Montiano		IT	05	FC	040028	1701	Europe/Rome
6539949	Santa Sofia	santa-sofia	Comune di Santa Sofia,Santa Sofia		IT	05	FC	040043	4193	Europe/Rome
6539950	Piagge	piagge	Comune di Piagge,Piagge		IT	10	PU	041046	1018	Europe/Rome
6539951	San Giorgio di Pesaro	san-giorgio-di-pesaro	Comune di San Giorgio di Pesaro,San Giorgio di Pesaro		IT	10	PU	041052	1448	Europe/Rome
6539952	Montemarciano	montemarciano	Comune di Montemarciano,Montemarciano		IT	10	AN	042027	10110	Europe/Rome
6539954	Staffolo	staffolo	Comune di Staffolo,Staffolo		IT	10	AN	042049	2290	Europe/Rome
6539955	Mogliano	mogliano	Comune di Mogliano,Mogliano		IT	10	MC	043025	4773	Europe/Rome
6539956	Petriolo	petriolo	Comune di Petriolo,Petriolo		IT	10	MC	043036	1977	Europe/Rome
6539957	Potenza Picena	potenza-picena	Comune di Potenza Picena,Potenza Picena		IT	10	MC	043043	15843	Europe/Rome
6539958	Treia	treia	Comune di Treia,Treia		IT	10	MC	043054	9745	Europe/Rome
6539959	Bagni di Lucca	bagni-di-lucca	Bagni di Lucca,Comune di Bagni di Lucca		IT	16	LU	046002	6207	Europe/Rome
6539960	Pietrasanta	pietrasanta	Comune di Pietrasanta,Pietrasanta		IT	16	LU	046024	24179	Europe/Rome
6539961	Sillano	sillano	Comune di Sillano,Sillano		IT	16	LU	046029	681	Europe/Rome
6539962	Montale	montale	Comune di Montale,Montale		IT	16	PT	047010	10682	Europe/Rome
6539963	Pelago	pelago	Comune di Pelago,Pelago		IT	16	FI	048032	7509	Europe/Rome
6539964	Rufina	rufina	Comune di Rufina,Rufina		IT	16	FI	048037	7382	Europe/Rome
6539965	Marciana	marciana	Comune di Marciana,Marciana		IT	16	LI	049010	2208	Europe/Rome
6539966	Sassetta	sassetta	Comune di Sassetta,Sassetta		IT	16	LI	049019	533	Europe/Rome
6539967	Talla	talla	Comune di Talla,Talla		IT	16	AR	051038	1130	Europe/Rome
6539968	Castel del Piano	castel-del-piano	Castel del Piano,Comune di Castel del Piano		IT	16	GR	053004	4671	Europe/Rome
6539969	Montone	montone	Comune di Montone,Montone		IT	18	PG	054033	1663	Europe/Rome
6539970	San Giustino	san-giustino	Comune di San Giustino,San Giustino		IT	18	PG	054044	11337	Europe/Rome
6539971	Sigillo	sigillo	Comune di Sigillo,Sigillo		IT	18	PG	054049	2468	Europe/Rome
6539972	Narni	narni	Comune di Narni,Narni		IT	18	TR	055022	20054	Europe/Rome
6539973	Gallese	gallese	Comune di Gallese,Gallese		IT	07	VT	056027	2994	Europe/Rome
6539974	Marta	marta	Comune di Marta,Marta		IT	07	VT	056034	3520	Europe/Rome
6539975	Selci	selci	Comune di Selci,Selci		IT	07	RI	057065	1106	Europe/Rome
6539976	Allumiere	allumiere	Allumiere,Comune di Allumiere		IT	07	RM	058004	4133	Europe/Rome
6539977	Gavignano	gavignano	Comune di Gavignano,Gavignano		IT	07	RM	058041	1956	Europe/Rome
6539978	Nazzano	nazzano	Comune di Nazzano,Nazzano		IT	07	RM	058069	1361	Europe/Rome
6539979	Segni	segni	Comune di Segni,Segni		IT	07	RM	058102	9101	Europe/Rome
6539980	Arce	arce	Arce,Comune di Arce		IT	07	FR	060008	5783	Europe/Rome
6539981	Arpino	arpino	Arpino,Comune di Arpino		IT	07	FR	060010	7386	Europe/Rome
6539982	Giuliano di Roma	giuliano-di-roma	Comune di Giuliano di Roma,Giuliano di Roma		IT	07	FR	060041	2343	Europe/Rome
6539983	Pastena	pastena	Comune di Pastena,Pastena		IT	07	FR	060047	1528	Europe/Rome
6539984	Roccasecca	roccasecca	Comune di Roccasecca,Roccasecca		IT	07	FR	060060	7536	Europe/Rome
6539985	Aversa	aversa	Aversa,Comune di Aversa		IT	04	CE	061005	52830	Europe/Rome
6539986	Camigliano	camigliano	Camigliano,Comune di Camigliano		IT	04	CE	061011	1902	Europe/Rome
6539987	Maddaloni	maddaloni	Comune di Maddaloni,Maddaloni		IT	04	CE	061048	39409	Europe/Rome
6539988	Bucciano	bucciano	Bucciano,Comune di Bucciano		IT	04	BN	062010	2077	Europe/Rome
6539989	Moiano	moiano	Comune di Moiano,Moiano		IT	04	BN	062040	4121	Europe/Rome
6539990	Brusciano	brusciano	Brusciano,Comune di Brusciano		IT	04	NA	063010	16010	Europe/Rome
6539991	Capri	capri	Capri,Comune di Capri		IT	04	NA	063014	6831	Europe/Rome
6539992	Cardito	cardito	Cardito,Comune di Cardito		IT	04	NA	063016	22322	Europe/Rome
6539993	Visciano	visciano	Comune di Visciano,Visciano		IT	04	NA	063088	4550	Europe/Rome
6539994	Bisaccia	bisaccia	Bisaccia,Comune di Bisaccia		IT	04	AV	064011	3919	Europe/Rome
6539995	Greci	greci	Comune di Greci,Greci		IT	04	AV	064037	736	Europe/Rome
6539996	Lapio	lapio	Comune di Lapio,Lapio		IT	04	AV	064042	1648	Europe/Rome
6539997	Lauro	lauro	Comune di Lauro,Lauro		IT	04	AV	064043	3608	Europe/Rome
6539998	Monteverde	monteverde	Comune di Monteverde,Monteverde		IT	04	AV	064060	831	Europe/Rome
6539999	Teora	teora	Comune di Teora,Teora		IT	04	AV	064108	1543	Europe/Rome
6540000	Alfano	alfano	Alfano,Comune di Alfano		IT	04	SA	065004	1097	Europe/Rome
6540001	Bellosguardo	bellosguardo	Bellosguardo,Comune di Bellosguardo		IT	04	SA	065015	853	Europe/Rome
6540002	Camerota	camerota	Camerota,Comune di Camerota		IT	04	SA	065021	6751	Europe/Rome
6540003	Campagna	campagna	Campagna,Comune di Campagna		IT	04	SA	065022	15953	Europe/Rome
6540004	Corbara	corbara	Comune di Corbara,Corbara		IT	04	SA	065047	2521	Europe/Rome
6540005	Padula	padula	Comune di Padula,Padula		IT	04	SA	065087	5279	Europe/Rome
6540006	Salento	salento	Comune di Salento,Salento		IT	04	SA	065115	2005	Europe/Rome
6540007	Sarno	sarno	Comune di Sarno,Sarno		IT	04	SA	065135	31030	Europe/Rome
6540008	Serre	serre	Comune di Serre,Serre		IT	04	SA	065140	3956	Europe/Rome
6540009	Siano	siano	Comune di Siano,Siano		IT	04	SA	065142	10074	Europe/Rome
6540010	Fontecchio	fontecchio	Comune di Fontecchio,Fontecchio		IT	01	AQ	066043	410	Europe/Rome
6540011	Montereale	montereale	Comune di Montereale,Montereale		IT	01	AQ	066056	2812	Europe/Rome
6540012	Ancarano	ancarano	Ancarano,Comune di Ancarano		IT	01	TE	067002	1877	Europe/Rome
6540013	Elice	elice	Comune di Elice,Elice		IT	01	PE	068018	1729	Europe/Rome
6540014	Archi	archi	Archi,Comune di Archi		IT	01	CH	069002	2282	Europe/Rome
6540015	Casoli	casoli	Casoli,Comune di Casoli		IT	01	CH	069017	5847	Europe/Rome
6540016	Palombaro	palombaro	Comune di Palombaro,Palombaro		IT	01	CH	069062	1108	Europe/Rome
6540017	Lupara	lupara	Comune di Lupara,Lupara		IT	11	CB	070034	538	Europe/Rome
6540018	Molise	molise	Comune di Molise,Molise		IT	11	CB	070039	162	Europe/Rome
6540019	San Biase	san-biase	Comune di San Biase,San Biase		IT	11	CB	070063	209	Europe/Rome
6540020	San Massimo	san-massimo	Comune di San Massimo,San Massimo		IT	11	CB	070070	836	Europe/Rome
6540021	Carapelle	carapelle	Carapelle,Comune di Carapelle		IT	13	FG	071010	6524	Europe/Rome
6540022	San Severo	san-severo	Comune di San Severo,San Severo		IT	13	FG	071051	54906	Europe/Rome
6540023	Conversano	conversano	Comune di Conversano,Conversano		IT	13	BA	072019	25683	Europe/Rome
6540024	Lizzano	lizzano	Comune di Lizzano,Lizzano		IT	13	TA	073011	10238	Europe/Rome
6540025	Fasano	fasano	Comune di Fasano,Fasano		IT	13	BR	074007	39482	Europe/Rome
6540026	Oria	oria	Comune di Oria,Oria		IT	13	BR	074011	15228	Europe/Rome
6540027	Novoli	novoli	Comune di Novoli,Novoli		IT	13	LE	075055	8211	Europe/Rome
6540028	Taviano	taviano	Comune di Taviano,Taviano		IT	13	LE	075085	12492	Europe/Rome
6540029	San Cassiano	san-cassiano	Comune di San Cassiano,San Cassiano,San Cassiano di Lecce		IT	13	LE	075095	2105	Europe/Rome
6540030	Carbone	carbone	Carbone,Comune di Carbone		IT	02	PZ	076019	705	Europe/Rome
6540031	Rotonda	rotonda	Comune di Rotonda,Rotonda		IT	02	PZ	076070	3519	Europe/Rome
6540032	Sant'Arcangelo	sant-arcangelo	Comune di Sant'Arcangelo,Sant'Arcangelo		IT	02	PZ	076080	6506	Europe/Rome
6540033	Ginestra	ginestra	Comune di Ginestra,Ginestra		IT	02	PZ	076099	741	Europe/Rome
6540034	Paterno	paterno	Comune di Paterno,Paterno		IT	02	PZ	076100	3423	Europe/Rome
6540035	Rotondella	rotondella	Comune di Rotondella,Rotondella		IT	02	MT	077023	2707	Europe/Rome
6540036	Bianchi	bianchi	Bianchi,Comune di Bianchi		IT	03	CS	078016	1367	Europe/Rome
6540037	Fuscaldo	fuscaldo	Comune di Fuscaldo,Fuscaldo		IT	03	CS	078058	8072	Europe/Rome
6540038	Rose	rose	Comune di Rose,Rose		IT	03	CS	078106	4316	Europe/Rome
6540039	Trebisacce	trebisacce	Comune di Trebisacce,Trebisacce		IT	03	CS	078150	8734	Europe/Rome
6540040	Cortale	cortale	Comune di Cortale,Cortale		IT	03	CZ	079034	2217	Europe/Rome
6540041	Cropani	cropani	Comune di Cropani,Cropani		IT	03	CZ	079036	4306	Europe/Rome
6540042	Gimigliano	gimigliano	Comune di Gimigliano,Gimigliano		IT	03	CZ	079058	3421	Europe/Rome
6540043	Satriano	satriano	Comune di Satriano,Satriano		IT	03	CZ	079123	3314	Europe/Rome
6540044	Canolo	canolo	Canolo,Comune di Canolo		IT	03	RC	080020	801	Europe/Rome
6540045	Cittanova	cittanova	Cittanova,Comune di Cittanova		IT	03	RC	080028	10344	Europe/Rome
6540046	Gerace	gerace	Comune di Gerace,Gerace		IT	03	RC	080036	2772	Europe/Rome
6540047	Palizzi	palizzi	Comune di Palizzi,Palizzi		IT	03	RC	080056	2297	Europe/Rome
6540048	San Ferdinando	san-ferdinando	Comune di San Ferdinando,San Ferdinando		IT	03	RC	080097	4299	Europe/Rome
6540049	Castelbuono	castelbuono	Castelbuono,Comune di Castelbuono		IT	15	PA	082022	9161	Europe/Rome
6540050	Monreale	monreale	Comune di Monreale,Monreale		IT	15	PA	082049	38018	Europe/Rome
6540051	Alì	ali	Ali,Alì,Comune di Ali,Comune di Alì		IT	15	ME	083002	823	Europe/Rome
6540052	Brolo	brolo	Brolo,Comune di Brolo		IT	15	ME	083007	5826	Europe/Rome
6540053	Castell'Umberto	castell-umberto	Castell'Umberto,Comune di Castell'Umberto		IT	15	ME	083014	3295	Europe/Rome
6540054	Falcone	falcone	Comune di Falcone,Falcone		IT	15	ME	083019	2874	Europe/Rome
6540055	Milazzo	milazzo	Comune di Milazzo,Milazzo		IT	15	ME	083049	32146	Europe/Rome
6540056	Mirto	mirto	Comune di Mirto,Mirto		IT	15	ME	083051	1000	Europe/Rome
6540057	Pagliara	pagliara	Comune di Pagliara,Pagliara		IT	15	ME	083065	1230	Europe/Rome
6540058	San Teodoro	san-teodoro	Comune di San Teodoro,San Teodoro		IT	15	ME	083090	1421	Europe/Rome
6540059	Bivona	bivona	Bivona,Comune di Bivona		IT	15	AG	084004	3882	Europe/Rome
6540060	Burgio	burgio	Burgio,Comune di Burgio		IT	15	AG	084005	2780	Europe/Rome
6540061	Grotte	grotte	Comune di Grotte,Grotte		IT	15	AG	084018	5839	Europe/Rome
6540062	Riposto	riposto	Comune di Riposto,Riposto		IT	15	CT	087039	14181	Europe/Rome
6540063	Vittoria	vittoria	Comune di Vittoria,Vittoria		IT	15	RG	088012	61006	Europe/Rome
6540064	Noto	noto	Comune di Noto,Noto		IT	15	SR	089013	23704	Europe/Rome
6540065	Romana	romana	Comune di Romana,Romana		IT	14	SS	090061	578	Europe/Rome
6540066	Galtellì	galtelli	Comune di Galtelli,Comune di Galtellì,Galtelli,Galtellì		IT	14	NU	091027	2472	Europe/Rome
6540067	Calasetta	calasetta	Calasetta,Comune di Calasetta		IT	14	CI	107002	2822	Europe/Rome
6540068	Domusnovas	domusnovas	Comune di Domusnovas,Domusnovas		IT	14	CI	107005	6416	Europe/Rome
6540069	Pula	pula	Comune di Pula,Pula		IT	14	CA	092050	7141	Europe/Rome
6540070	Sant'Antioco	sant-antioco	Comune di Sant'Antioco,Sant'Antioco		IT	14	CI	107020	11496	Europe/Rome
6540071	Turri	turri	Comune di Turri,Turri		IT	14	VS	106023	442	Europe/Rome
6540072	Polcenigo	polcenigo	Comune di Polcenigo,Polcenigo		IT	06	PN	093031	3176	Europe/Rome
6540073	Vivaro	vivaro	Comune di Vivaro,Vivaro		IT	06	PN	093050	1399	Europe/Rome
6540074	Fornelli	fornelli	Comune di Fornelli,Fornelli		IT	11	IS	094021	1925	Europe/Rome
6540075	Pizzone	pizzone	Comune di Pizzone,Pizzone		IT	11	IS	094036	335	Europe/Rome
6540076	Sant'Agapito	sant-agapito	Comune di Sant'Agapito,Sant'Agapito		IT	11	IS	094044	1387	Europe/Rome
6540077	Ruinas	ruinas	Comune di Ruinas,Ruinas		IT	14	OR	095044	728	Europe/Rome
6540078	Santa Giusta	santa-giusta	Comune di Santa Giusta,Santa Giusta		IT	14	OR	095047	4811	Europe/Rome
6540079	Simaxis	simaxis	Comune di Simaxis,Simaxis		IT	14	OR	095059	2309	Europe/Rome
6540080	Villa del Bosco	villa-del-bosco	Comune di Villa del Bosco,Villa del Bosco		IT	12	BI	096078	363	Europe/Rome
6540081	Moggio	moggio	Comune di Moggio,Moggio		IT	09	LC	097050	503	Europe/Rome
6540083	Casabona	casabona	Casabona,Comune di Casabona		IT	03	KR	101004	2856	Europe/Rome
6540084	Acquaro	acquaro	Acquaro,Comune di Acquaro		IT	03	VV	102001	2448	Europe/Rome
6540085	Arena	arena	Arena,Comune di Arena		IT	03	VV	102002	1532	Europe/Rome
6540086	Pizzo	pizzo	Comune di Pizzo,Pizzo		IT	03	VV	102027	8885	Europe/Rome
6540087	Omegna	omegna	Comune di Omegna,Omegna		IT	12	VB	103050	15744	Europe/Rome
6540089	Galluccio	galluccio	Comune di Galluccio,Galluccio		IT	04	CE	061039	2239	Europe/Rome
6540090	Cesa	cesa	Cesa,Comune di Cesa		IT	04	CE	061029	8496	Europe/Rome
6540091	Asso	asso	Asso,Comune di Asso		IT	09	CO	013013	3625	Europe/Rome
6540092	Brienno	brienno	Brienno,Comune di Brienno		IT	09	CO	013030	402	Europe/Rome
6540093	Chiavenna	chiavenna	Chiavenna,Comune di Chiavenna		IT	09	SO	014018	7297	Europe/Rome
6540094	Rho	rho	Comune di Rho,Rho		IT	09	MI	015182	50052	Europe/Rome
6540095	Anfo	anfo	Anfo,Comune di Anfo		IT	09	BS	017005	472	Europe/Rome
6540096	Cozzo	cozzo	Comune di Cozzo,Cozzo		IT	09	PV	018059	371	Europe/Rome
6540097	Livo	livo	Comune di Livo,Livo		IT	17	TN	022106	887	Europe/Rome
6540098	Luserna	luserna	Comune di Luserna,Luserna		IT	17	TN	022109	279	Europe/Rome
6540099	Mori	mori	Comune di Mori,Mori		IT	17	TN	022123	9456	Europe/Rome
6540100	Oulx	oulx	Comune di Oulx,Oulx		IT	12	TO	001175	3160	Europe/Rome
6540101	Susa	susa	Comune di Susa,Susa		IT	12	TO	001270	6629	Europe/Rome
6540102	Cigliano	cigliano	Cigliano,Comune di Cigliano		IT	12	VC	002042	4547	Europe/Rome
6540103	Gattinara	gattinara	Comune di Gattinara,Gattinara		IT	12	VC	002061	8272	Europe/Rome
6540104	Pombia	pombia	Comune di Pombia,Pombia		IT	12	NO	003121	2182	Europe/Rome
6540105	Frassino	frassino	Comune di Frassino,Frassino		IT	12	CN	004092	290	Europe/Rome
6540106	Macerata	macerata	Comune di Macerata,Macera,Macerata,Macerato,Macerà,Macherata,Macirata,Maĉerato,Mačerata,ma qie la ta,machelata,macherata,mashyrata,mz'rth,Мачерата,מצ'רטה,ماشيراتا,マチェラータ,马切拉塔,마체라타		IT	10	MC	043023	42019	Europe/Rome
6540107	Viterbo	viterbo	Comune di Viterbo,Viterb,Viterbas,Viterbe,Viterbium,Viterbo,Viterbu,fytyrbw,vu~iterubo,wei tai bo,wytrbw,Витербо,Вітербо,فيتيربو,ویتربو,ヴィテルボ,維泰博		IT	07	VT	056059	63209	Europe/Rome
6540108	Pescara	pescara	Aternum,Chyvitakuana,Comune di Pescara,Pescara,Pescjare,Peskara,Peskaro,Piscara,bskara,pei si ka la,peseukala,pesukara,pskara,Πεσκάρα,Пескара,Чывітакуана,بسكارا,پسکارا,პესკარა,ペスカーラ,佩斯卡拉,페스카라		IT	01	PE	068028	117166	Europe/Rome
6540109	Brindisi	brindisi	Brindisi,Comune di Brindisi		IT	13	BR	074001	88812	Europe/Rome
6540110	Matera	matera	Comune di Matera,Matera,Materae,Materia,Matero,ma tai la,matera,matra,matyra,mtrh,Ματέρα,Матерæ,Матера,מטרה,ماترا,ماتيرا,மாதேரா,მატერა,マテーラ,马泰拉		IT	02	MT	077014	59796	Europe/Rome
6540111	Sassari	sassari	Comune di Sassari,Sasari,Sasaris,Sassari,Sassaris,Sasser,Sasāri,Sàssari,Sàsser,Tatari,Tàtari,sa sa li,sasali,sasari,sasary,sassari,Σάσσαρι,Сасари,Сассари,Сассарі,סאסארי,ساساري,ساساری,სასარი,サッサリ,薩薩里,사사리		IT	14	SS	090064	123782	Europe/Rome
6540112	Pordenone	pordenone	Comune di Pordenone,Pordenon,Pordenone,Pordenoni,Pordenono,Pordenonė,Portus Naonis,bo dai nuo nei,bwrdynwny,porudenone,pwrdnwnh,Порденоне,بوردينوني,پوردنونه,ポルデノーネ,波代諾內		IT	06	PN	093033	50583	Europe/Rome
6540113	Isernia	isernia	Aesernia,Comune di Isernia,Isernia,Isernio,Isérnia,Izernija,aysrnya,izerunia,yi sai er ni ya,Ізернія,Изерния,Изернија,ایسرنیا,イゼルニア,伊塞尔尼亚		IT	11	IS	094023	22025	Europe/Rome
6540114	Lodi	lodi	Comune di Lodi,Lodi		IT	09	LO	098031	43332	Europe/Rome
6540115	Vibo Valentia	vibo-valentia	Comune di Vibo-Valentia,Vibo Valentia		IT	03	VV	102047	33357	Europe/Rome
6540116	Vercelli	vercelli	Comune di Vercelli,Gorad Verchehli,Verceil,Vercej,Vercelis,Vercellae,Vercelli,Vercelo,Vercheli,Verchelli,Vercèj,Versej,Vertselli,Verĉelo,Verčelis,Vërsèj,frshyly,vu~erucherri,wei er qie li,Βερτσέλλι,Верчели,Верчелли,Верчеллі,Горад Верчэлі,فرشيلي,ヴェルチェッリ,韦尔切利		IT	12	VC	002158	46308	Europe/Rome
6540117	Belluno	belluno	Belluno,Comune di Belluno		IT	20	BL	025006	35591	Europe/Rome
6540118	Treviso	treviso	Comune di Treviso,Lungsod ng Treviso,Tarvisium,Trevis,Trevise,Treviso,Trevixo,Trevizas,Trevizo,Trevís,Trevîs,Trivisu,Trévise,te lei wei suo,teulebiso,torevu~izo,trebhiso,trwwyzw,trwyzw,tryfyzw,Тревизо,Тревізо,טראוויזיע,טרוויזו,ترویزو,تريفيزو,ٹریویسو,ট্রেভিসো,トレヴィーゾ,特雷維索,트레비소		IT	20	TV	026086	81014	Europe/Rome
6540119	Udine	udine	Comune di Udine,Ountine,Udin,Udine,Udini,Udinė,Udīne,Utinum,Videm,awdynh,awdyny,udine,wu di nei,Ùdin,Ùdine,Ούντινε,Удине,Удіне,أوديني,اودینه,یوڈائن,უდინე,ウーディネ,烏迪內,우디네		IT	06	UD	030129	98287	Europe/Rome
6540120	Parma	parma	Comune di Parma,Gorad Parma,Parma,Parmae,Parme,Parmo,barma,pa er ma,paleuma,par ma,parma,paruma,Πάρμα,Горад Парма,Пармæ,Парма,פארמה,بارما,پارما,ปาร์มา,პარმა,パルマ,帕爾馬,파르마		IT	05	PR	034027	175895	Europe/Rome
6540121	Ravenna	ravenna	Comune di Ravenna,Gorad Ravena,Hravenna,Lungsod ng Ravenna,Ravena,Ravenna,Ravennae,Ravenne,Raveno,Ravënna,Rawenna,Rávena,la wen na,labenna,ra wen na,rafyna,ravena,ravu~en'na,rawna,rawyna,rwwnh,Ραβέννα,Горад Равена,Равена,Равеннæ,Равенна,Հռավեննա,רוונה,رافينا,راونا,راوینا,रवेना,ราเวนนา,რავენა,ራቬና,ラヴェンナ,拉文納,라벤나		IT	05	RA	039014	153740	Europe/Rome
6540122	Livorno	livorno	Comune di Livorno,Labro,Levuorno,Ligorna,Liorna,Livorn,Livornas,Livorno,Livornu,Livourne,Lungsod ng Livorno,li wo na,li wxr no,liboleuno,livorno,lybwrnw,lyfwrnw,lywrnw,lywwrnw,rivu~oruno,Λιβόρνο,Ливорно,Ліворно,ליבורנו,ليفورنو,لیورنو,لیوورنو,ลีวอร์โน,ლივორნო,リヴォルノ,里窝那,리보르노		IT	16	LI	049009	157052	Europe/Rome
6540123	Oristano	oristano	Aristanis,Aristianis,Arystana,Comune di Oristano,Oristan,Oristanas,Oristano,Oristanu,Oristany,Oristán,ao li si ta nuo,awrystanw,orisutano,Арыстана,Ористано,אוריסטאנו,أوريستانو,オリスターノ,奥里斯塔诺		IT	14	OR	095038	31155	Europe/Rome
6540124	Prato	prato	Comune di Prato,Pratas,Prato,Pratu,Pratum,bratw,peulato,pratw,pu la tuo,purato,Прато,פראטו,براتو,پراتو,پراٹو,პრატო,プラート,普拉托,프라토		IT	16	PO	100005	185456	Europe/Rome
6540180	Tavernola Bergamasca	tavernola-bergamasca	Comune di Tavernola Bergamasca,Tavernola Bergamasca		IT	09	BG	016211	2140	Europe/Rome
6540181	Acquafredda	acquafredda	Acquafredda,Comune di Acquafredda		IT	09	BS	017001	1579	Europe/Rome
6540125	Cagliari	cagliari	Cagliari,Caliari,Caller,Caralis,Casteddu,Castel,Castèl,Comune di Cagliari,Càgliari,Càliari,Càller,Cáller,Gorad Kal'jary,Kagliari,Kal'jari,Kalari,Kaliari,Kaljari,Kaljaris,Kaljaro,Kaljāri,Lungsod ng Cagliari,ka li ya li,kagliyari,kaglyary,kal ya ri,kaliyari,kalliali,kalyary,karyari,Κάλιαρι,Горад Кальяры,Кальяри,Кальярі,Каляри,Каљари,קליארי,كالياري,کالیاری,کاگلیاری,काग्लियारी,கலியாரி,กาลยารี,კალიარი,カリャリ,卡利亚里,칼리아리		IT	14	CA	092009	149883	Europe/Rome
6540126	Forlì	forli	Comune di Forli,Comune di Forlì,Forli,Forlì,Forum Livii,Gorad Farli,foruri,fu li,fwrly,poleulli,porli,Φορλί,Горад Фарлі,Форли,Форлі,فورلي,فورلی,ფორლი,フォルリ,弗利,포를리		IT	05	FC	040012	116434	Europe/Rome
6540127	Olbia	olbia	Comune di Olbia,Olbia		IT	14	OT	104017	53307	Europe/Rome
6540128	Tortolì	tortoli	Comune di Tortoli,Comune di Tortolì,Tortoli,Tortolì		IT	14	OG	105018	10743	Europe/Rome
6540129	Zimella	zimella	Comune di Zimella,Zimella		IT	20	VR	023098	4834	Europe/Rome
6540130	San Leonardo	san-leonardo	Comune di San Leonardo,San Leonardo		IT	06	UD	030102	1161	Europe/Rome
6540131	Marene	marene	Comune di Marene,Marene		IT	12	CN	004117	3055	Europe/Rome
6540132	Massello	massello	Comune di Massello,Massello		IT	12	TO	001145	58	Europe/Rome
6540133	San Michele Mondovì	san-michele-mondovi	Comune di San Michele Mondovi,Comune di San Michele Mondovì,San Michele Mondovi,San Michele Mondovì		IT	12	CN	004210	2034	Europe/Rome
6540134	Savigliano	savigliano	Comune di Savigliano,Savigliano		IT	12	CN	004215	20935	Europe/Rome
6540135	Bruno	bruno	Bruno,Comune di Bruno		IT	12	AT	005010	351	Europe/Rome
6540136	Calliano	calliano	Calliano,Comune di Calliano		IT	12	AT	005014	1392	Europe/Rome
6540137	Sestriere	sestriere	Comune di Sestriere,Sestriere		IT	12	TO	001263	838	Europe/Rome
6540138	Granozzo con Monticello	granozzo-con-monticello	Comune di Granozzo con Monticello,Granozzo con Monticello		IT	12	NO	003077	1432	Europe/Rome
6540139	Ovada	ovada	Comune di Ovada,Ovada		IT	12	AL	006121	11685	Europe/Rome
6540140	Castelmagno	castelmagno	Castelmagno,Comune di Castelmagno		IT	12	CN	004053	82	Europe/Rome
6540141	Valpelline	valpelline	Comune di Valpelline,Valpelline		IT	19	AO	007069	655	Europe/Rome
6540142	Caravonica	caravonica	Caravonica,Comune di Caravonica		IT	08	IM	008012	303	Europe/Rome
6540143	Mondovì	mondovi	Comune di Mondovi,Comune di Mondovì,Mondovi,Mondovì		IT	12	CN	004130	22253	Europe/Rome
6540144	Cesio	cesio	Cesio,Comune di Cesio		IT	08	IM	008018	286	Europe/Rome
6540145	Diano Marina	diano-marina	Comune di Diano Marina,Diano Marina		IT	08	IM	008027	6004	Europe/Rome
6540146	Ceriale	ceriale	Ceriale,Comune di Ceriale		IT	08	SV	009024	5815	Europe/Rome
6540147	Testico	testico	Comune di Testico,Testico		IT	08	SV	009060	212	Europe/Rome
6540148	Fontanigorda	fontanigorda	Comune di Fontanigorda,Fontanigorda		IT	08	GE	010024	274	Europe/Rome
6540149	Ne	ne	Comune di Ne,Ne		IT	08	GE	010040	2361	Europe/Rome
6540150	Lavagna	lavagna	Comune di Lavagna,Lavagna		IT	08	GE	010028	12579	Europe/Rome
6540151	Mignanego	mignanego	Comune di Mignanego,Mignanego		IT	08	GE	010035	3756	Europe/Rome
6540152	Pieve Ligure	pieve-ligure	Comune di Pieve Ligure,Pieve Ligure		IT	08	GE	010043	2582	Europe/Rome
6540153	Sestri Levante	sestri-levante	Comune di Sestri Levante,Sestri Levante		IT	08	GE	010059	18172	Europe/Rome
6540154	Ameglia	ameglia	Ameglia,Comune di Ameglia		IT	08	SP	011001	4484	Europe/Rome
6540155	Arcola	arcola	Arcola,Comune di Arcola		IT	08	SP	011002	10316	Europe/Rome
6540156	La Spezia	la-spezia	A Speza,A Spèza,Comune di La Spezia,Gorad Specyja,La Specija,La Spesia,La Spessia,La Spezia,La Spezzia,La-Specija,Speci,Specija,Spedia,la asptzya,la sbytsya,la si pei qi ya,la spyzya,laseupechia,lh spzyh,Ła Spesia,Горад Спецыя,Ла Специја,Ла-Спеція,Специ,Специя,לה ספציה,لا اسپتزیا,لا سبيتسيا,لا سپیزیا,სპეცია,ラ・スペツィア,拉斯佩齐亚,라스페치아		IT	08	SP	011015	92659	Europe/Rome
6540157	Luino	luino	Comune di Luino,Luino		IT	09	VA	012092	14276	Europe/Rome
6540158	Marnate	marnate	Comune di Marnate,Marnate		IT	09	VA	012098	7299	Europe/Rome
6540159	Olgiate Olona	olgiate-olona	Comune di Olgiate Olona,Olgiate Olona		IT	09	VA	012108	12215	Europe/Rome
6540160	Bellagio	bellagio	Bellagio,Comune di Bellagio		IT	09	CO	013019	3067	Europe/Rome
6540161	Brissogne	brissogne	Brissogne,Comune di Brissogne		IT	19	AO	007011	983	Europe/Rome
6540162	Menaggio	menaggio	Comune di Menaggio,Menaggio		IT	09	CO	013145	3182	Europe/Rome
6540163	Leivi	leivi	Comune di Leivi,Leivi		IT	08	GE	010029	2349	Europe/Rome
6540164	Pigra	pigra	Comune di Pigra,Pigra		IT	09	CO	013184	266	Europe/Rome
6540165	Pognana Lario	pognana-lario	Comune di Pognana Lario,Pognana Lario		IT	09	CO	013186	764	Europe/Rome
6540166	Postalesio	postalesio	Comune di Postalesio,Postalesio		IT	09	SO	014053	659	Europe/Rome
6540167	Abbiategrasso	abbiategrasso	Abbiategrasso,Comune di Abbiategrasso		IT	09	MI	015002	30994	Europe/Rome
6540168	Agrate Brianza	agrate-brianza	Agrate Brianza,Comune di Agrate Brianza		IT	09	MB	108001	14770	Europe/Rome
6540169	Arcore	arcore	Arcore,Comune di Arcore		IT	09	MB	108004	17285	Europe/Rome
6540170	Biassono	biassono	Biassono,Comune di Biassono		IT	09	MB	108009	11697	Europe/Rome
6540171	Rodano	rodano	Comune di Rodano,Rodano		IT	09	MI	015185	4526	Europe/Rome
6540172	Calusco d'Adda	calusco-d-adda	Calusco d'Adda,Comune di Calusco d'Adda		IT	09	BG	016046	8233	Europe/Rome
6540173	Calvenzano	calvenzano	Calvenzano,Comune di Calvenzano		IT	09	BG	016047	4061	Europe/Rome
6540174	Carvico	carvico	Carvico,Comune di Carvico		IT	09	BG	016057	4666	Europe/Rome
6540175	Oltre il Colle	oltre-il-colle	Comune di Oltre il Colle,Oltre il Colle		IT	09	BG	016146	1058	Europe/Rome
6540176	Ornica	ornica	Comune di Ornica,Ornica		IT	09	BG	016151	172	Europe/Rome
6540177	Endine Gaiano	endine-gaiano	Comune di Endine Gaiano,Endine Gaiano		IT	09	BG	016093	3519	Europe/Rome
6540178	Sarnico	sarnico	Comune di Sarnico,Sarnico		IT	09	BG	016193	6390	Europe/Rome
6540179	Strozza	strozza	Comune di Strozza,Strozza		IT	09	BG	016208	1066	Europe/Rome
6540182	Angolo Terme	angolo-terme	Angolo Terme,Comune di Angolo Terme		IT	09	BS	017006	2503	Europe/Rome
6540183	Bagolino	bagolino	Bagolino,Comune di Bagolino		IT	09	BS	017010	3940	Europe/Rome
6540184	Cigole	cigole	Cigole,Comune di Cigole		IT	09	BS	017053	1619	Europe/Rome
6540185	Gardone Val Trompia	gardone-val-trompia	Comune di Gardone Val Trompia,Gardone Val Trompia		IT	09	BS	017075	11700	Europe/Rome
6540186	Gottolengo	gottolengo	Comune di Gottolengo,Gottolengo		IT	09	BS	017080	5238	Europe/Rome
6540187	Isorella	isorella	Comune di Isorella,Isorella		IT	09	BS	017086	4091	Europe/Rome
6540188	Rocca Susella	rocca-susella	Comune di Rocca Susella,Rocca Susella		IT	09	PV	018126	234	Europe/Rome
6540189	Orzivecchi	orzivecchi	Comune di Orzivecchi,Orzivecchi		IT	09	BS	017126	2485	Europe/Rome
6540190	Paderno Franciacorta	paderno-franciacorta	Comune di Paderno Franciacorta,Paderno Franciacorta		IT	09	BS	017130	3699	Europe/Rome
6540191	Passirano	passirano	Comune di Passirano,Passirano		IT	09	BS	017136	7114	Europe/Rome
6540192	Pisogne	pisogne	Comune di Pisogne,Pisogne		IT	09	BS	017143	8112	Europe/Rome
6540193	Ponte di Legno	ponte-di-legno	Comune di Ponte di Legno,Ponte di Legno		IT	09	BS	017148	1754	Europe/Rome
6540194	Pozzolengo	pozzolengo	Comune di Pozzolengo,Pozzolengo		IT	09	BS	017151	3438	Europe/Rome
6540195	Pescarolo ed Uniti	pescarolo-ed-uniti	Comune di Pescarolo ed Uniti,Pescarolo ed Uniti		IT	09	CR	019069	1608	Europe/Rome
6540196	Rivarolo del Re ed Uniti	rivarolo-del-re-ed-uniti	Comune di Rivarolo del Re ed Uniti,Rivarolo del Re ed Uniti		IT	09	CR	019083	2077	Europe/Rome
6540197	Sabbio Chiese	sabbio-chiese	Comune di Sabbio Chiese,Sabbio Chiese		IT	09	BS	017168	3831	Europe/Rome
6540198	Sarezzo	sarezzo	Comune di Sarezzo,Sarezzo		IT	09	BS	017174	13469	Europe/Rome
6540199	Verolanuova	verolanuova	Comune di Verolanuova,Verolanuova		IT	09	BS	017195	8133	Europe/Rome
6540200	Vione	vione	Comune di Vione,Vione		IT	09	BS	017202	723	Europe/Rome
6540201	Badia Pavese	badia-pavese	Badia Pavese,Comune di Badia Pavese		IT	09	PV	018006	402	Europe/Rome
6540202	Bascapè	bascape	Bascape,Bascapè,Comune di Bascape,Comune di Bascapè		IT	09	PV	018009	1715	Europe/Rome
6540203	Certosa di Pavia	certosa-di-pavia	Certosa di Pavia,Comune di Certosa di Pavia		IT	09	PV	018046	5004	Europe/Rome
6540204	Bereguardo	bereguardo	Bereguardo,Comune di Bereguardo		IT	09	PV	018014	2775	Europe/Rome
6540205	San Giorgio di Lomellina	san-giorgio-di-lomellina	Comune di San Giorgio di Lomellina,San Giorgio di Lomellina		IT	09	PV	018136	1155	Europe/Rome
6540206	San Zenone al Po	san-zenone-al-po	Comune di San Zenone al Po,San Zenone al Po		IT	09	PV	018145	598	Europe/Rome
6540207	Scaldasole	scaldasole	Comune di Scaldasole,Scaldasole		IT	09	PV	018147	967	Europe/Rome
6540208	Silvano Pietra	silvano-pietra	Comune di Silvano Pietra,Silvano Pietra		IT	09	PV	018149	680	Europe/Rome
6540209	Stradella	stradella	Comune di Stradella,Stradella		IT	09	PV	018153	11639	Europe/Rome
6540210	Tromello	tromello	Comune di Tromello,Tromello		IT	09	PV	018164	3828	Europe/Rome
6540211	Arcugnano	arcugnano	Arcugnano,Comune di Arcugnano		IT	20	VI	024006	7899	Europe/Rome
6540212	Vidigulfo	vidigulfo	Comune di Vidigulfo,Vidigulfo		IT	09	PV	018176	5933	Europe/Rome
6540213	Villanterio	villanterio	Comune di Villanterio,Villanterio		IT	09	PV	018180	3153	Europe/Rome
6540214	Montecchio Maggiore	montecchio-maggiore	Comune di Montecchio Maggiore,Montecchio Maggiore		IT	20	VI	024061	23315	Europe/Rome
6540215	Romanengo	romanengo	Comune di Romanengo,Romanengo		IT	09	CR	019086	3021	Europe/Rome
6540216	Salvirola	salvirola	Comune di Salvirola,Salvirola		IT	09	CR	019087	1169	Europe/Rome
6540217	San Bassano	san-bassano	Comune di San Bassano,San Bassano		IT	09	CR	019088	2207	Europe/Rome
6540218	Chies d'Alpago	chies-d-alpago	Chies d'Alpago,Comune di Chies d'Alpago		IT	20	BL	025012	1411	Europe/Rome
6540219	Crocetta del Montello	crocetta-del-montello	Comune di Crocetta del Montello,Crocetta del Montello		IT	20	TV	026025	6029	Europe/Rome
6540220	Mira	mira	Comune di Mira,Mira		IT	20	VE	027023	38552	Europe/Rome
6540221	Piubega	piubega	Comune di Piubega,Piubega		IT	09	MN	020041	1768	Europe/Rome
6540222	Quingentole	quingentole	Comune di Quingentole,Quingentole		IT	09	MN	020046	1194	Europe/Rome
6540223	Quistello	quistello	Comune di Quistello,Quistello		IT	09	MN	020047	5722	Europe/Rome
6540224	San Benedetto Po	san-benedetto-po	Comune di San Benedetto Po,San Benedetto Po		IT	09	MN	020055	7724	Europe/Rome
6540225	Albiano	albiano	Albiano,Comune di Albiano		IT	17	TN	022002	1508	Europe/Rome
6540226	Caldonazzo	caldonazzo	Caldonazzo,Comune di Caldonazzo		IT	17	TN	022034	3340	Europe/Rome
6540227	Canazei	canazei	Canazei,Comune di Canazei		IT	17	TN	022039	1907	Europe/Rome
6540228	Cavalese	cavalese	Cavalese,Comune di Cavalese		IT	17	TN	022050	3953	Europe/Rome
6540229	Ariano nel Polesine	ariano-nel-polesine	Ariano nel Polesine,Comune di Ariano nel Polesine		IT	20	RO	029002	4554	Europe/Rome
6540230	Mezzolombardo	mezzolombardo	Comune di Mezzolombardo,Mezzolombardo		IT	17	TN	022117	6817	Europe/Rome
6540231	Moena	moena	Comune di Moena,Moena		IT	17	TN	022118	2690	Europe/Rome
6540232	Revò	revo	Comune di Revo,Comune di Revò,Revo,Revò		IT	17	TN	022152	1265	Europe/Rome
6540233	Gemona del Friuli	gemona-del-friuli	Comune di Gemona del Friuli,Gemona del Friuli		IT	06	UD	030043	11141	Europe/Rome
6540234	Grimacco	grimacco	Comune di Grimacco,Grimacco		IT	06	UD	030045	374	Europe/Rome
6540235	Taio	taio	Comune di Taio,Taio		IT	17	TN	022186	2958	Europe/Rome
6540236	Vattaro	vattaro	Comune di Vattaro,Vattaro		IT	17	TN	022212	1167	Europe/Rome
6540237	Vervò	vervo	Comune di Vervo,Comune di Vervò,Vervo,Vervò		IT	17	TN	022214	712	Europe/Rome
6540238	Ziano di Fiemme	ziano-di-fiemme	Comune di Ziano di Fiemme,Ziano di Fiemme		IT	17	TN	022226	1679	Europe/Rome
6540239	Gazzo Veronese	gazzo-veronese	Comune di Gazzo Veronese,Gazzo Veronese		IT	20	VR	023037	5477	Europe/Rome
6540240	Bardolino	bardolino	Bardolino,Comune di Bardolino		IT	20	VR	023006	6714	Europe/Rome
6540241	Caprino Veronese	caprino-veronese	Caprino Veronese,Comune di Caprino Veronese		IT	20	VR	023018	8065	Europe/Rome
6540242	Costermano	costermano	Comune di Costermano,Costermano		IT	20	VR	023030	3586	Europe/Rome
6540243	Fumane	fumane	Comune di Fumane,Fumane		IT	20	VR	023035	4151	Europe/Rome
6540244	Nogara	nogara	Comune di Nogara,Nogara		IT	20	VR	023053	8574	Europe/Rome
6540245	Pastrengo	pastrengo	Comune di Pastrengo,Pastrengo		IT	20	VR	023057	2893	Europe/Rome
6540246	Villanova sull'Arda	villanova-sull-arda	Comune di Villanova sull'Arda,Villanova sull'Arda		IT	05	PC	033046	1936	Europe/Rome
6540247	San Giovanni Lupatoto	san-giovanni-lupatoto	Comune di San Giovanni Lupatoto,San Giovanni Lupatoto		IT	20	VR	023071	24148	Europe/Rome
6540248	San Martino Buon Albergo	san-martino-buon-albergo	Comune di San Martino Buon Albergo,San Martino Buon Albergo		IT	20	VR	023073	14283	Europe/Rome
6540249	Longare	longare	Comune di Longare,Longare		IT	20	VI	024051	5654	Europe/Rome
6540250	Malo	malo	Comune di Malo,Malo		IT	20	VI	024055	14641	Europe/Rome
6540251	Castel Maggiore	castel-maggiore	Castel Maggiore,Comune di Castel Maggiore		IT	05	BO	037019	17507	Europe/Rome
6540252	Canale d'Agordo	canale-d-agordo	Canale d'Agordo,Comune di Canale d'Agordo		IT	20	BL	025023	1172	Europe/Rome
6540253	Pieve d'Alpago	pieve-d-alpago	Comune di Pieve d'Alpago,Pieve d'Alpago		IT	20	BL	025038	1924	Europe/Rome
6540254	Medicina	medicina	Comune di Medicina,Medicina		IT	05	BO	037037	16526	Europe/Rome
6540256	Mareno di Piave	mareno-di-piave	Comune di Mareno di Piave,Mareno di Piave		IT	20	TV	026038	9667	Europe/Rome
6540257	Maiolo	maiolo	Comune di Maiolo,Maiolo		IT	05	RN	099022	848	Europe/Rome
6540258	Fossalta di Portogruaro	fossalta-di-portogruaro	Comune di Fossalta di Portogruaro,Fossalta di Portogruaro		IT	20	VE	027016	6075	Europe/Rome
6540259	San Pietro Viminario	san-pietro-viminario	Comune di San Pietro Viminario,San Pietro Viminario		IT	20	PD	028079	3003	Europe/Rome
6540260	Solesino	solesino	Comune di Solesino,Solesino		IT	20	PD	028087	7180	Europe/Rome
6540261	Civitanova Marche	civitanova-marche	Civitanova Marche,Comune di Civitanova Marche		IT	10	MC	043013	40217	Europe/Rome
6540262	Santa Vittoria in Matenano	santa-vittoria-in-matenano	Comune di Santa Vittoria in Matenano,Santa Vittoria in Matenano		IT	10	FM	109036	1422	Europe/Rome
6540263	Cengio	cengio	Cengio,Comune di Cengio		IT	08	SV	009023	3678	Europe/Rome
6540264	Massa e Cozzile	massa-e-cozzile	Comune di Massa e Cozzile,Massa e Cozzile		IT	16	PT	047008	7786	Europe/Rome
6540265	Ferriere	ferriere	Comune di Ferriere,Ferriere		IT	05	PC	033020	1425	Europe/Rome
6540266	Piozzano	piozzano	Comune di Piozzano,Piozzano		IT	05	PC	033034	642	Europe/Rome
6540267	Murlo	murlo	Comune di Murlo,Murlo		IT	16	SI	052019	2388	Europe/Rome
6540268	Stazzema	stazzema	Comune di Stazzema,Stazzema		IT	16	LU	046030	3318	Europe/Rome
6540269	Sant'Urbano	sant-urbano	Comune di Sant'Urbano,Sant'Urbano		IT	20	PD	028084	2162	Europe/Rome
6540270	Bagno di Romagna	bagno-di-romagna	Bagno di Romagna,Comune di Bagno di Romagna		IT	05	FC	040001	6138	Europe/Rome
6540271	Cadoneghe	cadoneghe	Cadoneghe,Comune di Cadoneghe		IT	20	PD	028016	15964	Europe/Rome
6540272	Pederobba	pederobba	Comune di Pederobba,Pederobba		IT	20	TV	026056	7573	Europe/Rome
6540273	Curinga	curinga	Comune di Curinga,Curinga		IT	03	CZ	079039	6708	Europe/Rome
6540274	Castel San Niccolò	castel-san-niccolo	Castel San Niccolo,Castel San Niccolò,Comune di Castel San Niccolo,Comune di Castel San Niccolò		IT	16	AR	051010	2739	Europe/Rome
6540275	Montjovet	montjovet	Comune di Montjovet,Montjovet		IT	19	AO	007043	1831	Europe/Rome
6540276	Murialdo	murialdo	Comune di Murialdo,Murialdo		IT	08	SV	009040	838	Europe/Rome
6540277	Vagli Sotto	vagli-sotto	Comune di Vagli Sotto,Vagli Sotto		IT	16	LU	046031	991	Europe/Rome
6540278	Monte Compatri	monte-compatri	Comune di Monte Compatri,Monte Compatri		IT	07	RM	058060	11234	Europe/Rome
6540279	Castelnuovo Parano	castelnuovo-parano	Castelnuovo Parano,Comune di Castelnuovo Parano		IT	07	FR	060021	902	Europe/Rome
6540280	Castiglione Chiavarese	castiglione-chiavarese	Castiglione Chiavarese,Comune di Castiglione Chiavarese		IT	08	GE	010013	1642	Europe/Rome
6540281	Piuro	piuro	Comune di Piuro,Piuro		IT	09	SO	014050	1950	Europe/Rome
6540282	Dragoni	dragoni	Comune di Dragoni,Dragoni		IT	04	CE	061033	2167	Europe/Rome
6540283	Casei Gerola	casei-gerola	Casei Gerola,Comune di Casei Gerola		IT	09	PV	018033	2500	Europe/Rome
6540284	San Leucio del Sannio	san-leucio-del-sannio	Comune di San Leucio del Sannio,San Leucio del Sannio		IT	04	BN	062060	3238	Europe/Rome
6540285	Selva di Cadore	selva-di-cadore	Comune di Selva di Cadore,Selva di Cadore		IT	20	BL	025054	517	Europe/Rome
6540286	San Vendemiano	san-vendemiano	Comune di San Vendemiano,San Vendemiano		IT	20	TV	026076	10080	Europe/Rome
6540287	Fiumicino	fiumicino	Comune di Fiumicino,Fiumicino		IT	07	RM	058120	67626	Europe/Rome
6540288	Moio della Civitella	moio-della-civitella	Comune di Moio della Civitella,Moio della Civitella		IT	04	SA	065069	1856	Europe/Rome
6540289	Olevano sul Tusciano	olevano-sul-tusciano	Comune di Olevano sul Tusciano,Olevano sul Tusciano		IT	04	SA	065082	6883	Europe/Rome
6540290	Tramonti	tramonti	Comune di Tramonti,Tramonti		IT	04	SA	065151	4080	Europe/Rome
6540291	Canistro	canistro	Canistro,Comune di Canistro		IT	01	AQ	066017	1023	Europe/Rome
6540292	Massa d'Albe	massa-d-albe	Comune di Massa d'Albe,Massa d'Albe		IT	01	AQ	066054	1509	Europe/Rome
6540293	Torricella Sicura	torricella-sicura	Comune di Torricella Sicura,Torricella Sicura		IT	01	TE	067043	2670	Europe/Rome
6540294	Casalbordino	casalbordino	Casalbordino,Comune di Casalbordino		IT	01	CH	069015	6303	Europe/Rome
6540295	Pedace	pedace	Comune di Pedace,Pedace		IT	03	CS	078095	1998	Europe/Rome
6540296	Venetico	venetico	Comune di Venetico,Venetico		IT	15	ME	083104	3855	Europe/Rome
6540297	Fiumefreddo di Sicilia	fiumefreddo-di-sicilia	Comune di Fiumefreddo di Sicilia,Fiumefreddo di Sicilia		IT	15	CT	087016	9690	Europe/Rome
6540298	Aviano	aviano	Aviano,Comune di Aviano		IT	06	PN	093004	9025	Europe/Rome
6540299	Crosa	crosa	Comune di Crosa,Crosa		IT	12	BI	096022	344	Europe/Rome
6540300	Mongrando	mongrando	Comune di Mongrando,Mongrando		IT	12	BI	096035	3977	Europe/Rome
6540301	Santarcangelo di Romagna	santarcangelo-di-romagna	Comune di Santarcangelo di Romagna,Santarcangelo di Romagna		IT	05	RN	099018	20839	Europe/Rome
6540302	Belvedere di Spinello	belvedere-di-spinello	Belvedere di Spinello,Comune di Belvedere di Spinello		IT	03	KR	101001	2327	Europe/Rome
6540303	Formazza	formazza	Comune di Formazza,Formazza		IT	12	VB	103031	442	Europe/Rome
6540304	Morozzo	morozzo	Comune di Morozzo,Morozzo		IT	12	CN	004144	2115	Europe/Rome
6540305	Murazzano	murazzano	Comune di Murazzano,Murazzano		IT	12	CN	004145	840	Europe/Rome
6540306	Pietraporzio	pietraporzio	Comune di Pietraporzio,Pietraporzio		IT	12	CN	004167	91	Europe/Rome
6540307	Trinità	trinita	Comune di Trinita,Comune di Trinità,Trinita,Trinità		IT	12	CN	004232	2188	Europe/Rome
6540308	Villanova Mondovì	villanova-mondovi	Comune di Villanova Mondovi,Comune di Villanova Mondovì,Villanova Mondovi,Villanova Mondovì		IT	12	CN	004245	5769	Europe/Rome
6540309	Vinadio	vinadio	Comune di Vinadio,Vinadio		IT	12	CN	004248	684	Europe/Rome
6540310	Lerma	lerma	Comune di Lerma,Lerma		IT	12	AL	006088	873	Europe/Rome
6540311	Occimiano	occimiano	Comune di Occimiano,Occimiano		IT	12	AL	006115	1367	Europe/Rome
6540312	Pontecurone	pontecurone	Comune di Pontecurone,Pontecurone		IT	12	AL	006132	3850	Europe/Rome
6540313	Pontestura	pontestura	Comune di Pontestura,Pontestura		IT	12	AL	006133	1508	Europe/Rome
6540314	Ponti	ponti	Comune di Ponti,Ponti		IT	12	AL	006134	618	Europe/Rome
6540315	San Salvatore Monferrato	san-salvatore-monferrato	Comune di San Salvatore Monferrato,San Salvatore Monferrato		IT	12	AL	006154	4449	Europe/Rome
6540316	Bard	bard	Bard,Comune di Bard		IT	19	AO	007009	125	Europe/Rome
6540317	Cogne	cogne	Cogne,Comune di Cogne		IT	19	AO	007021	1453	Europe/Rome
6540318	Courmayeur	courmayeur	Comune di Courmayeur,Courmayeur		IT	19	AO	007022	2815	Europe/Rome
6540319	Triora	triora	Comune di Triora,Triora		IT	08	IM	008061	374	Europe/Rome
6540320	Balestrino	balestrino	Balestrino,Comune di Balestrino		IT	08	SV	009008	597	Europe/Rome
6540321	Brinzio	brinzio	Brinzio,Comune di Brinzio		IT	09	VA	012021	873	Europe/Rome
6540322	Carnago	carnago	Carnago,Comune di Carnago		IT	09	VA	012033	6502	Europe/Rome
6540323	Cislago	cislago	Cislago,Comune di Cislago		IT	09	VA	012050	9984	Europe/Rome
6540324	Comerio	comerio	Comerio,Comune di Comerio		IT	09	VA	012055	2616	Europe/Rome
6540325	Lonate Ceppino	lonate-ceppino	Comune di Lonate Ceppino,Lonate Ceppino		IT	09	VA	012089	4860	Europe/Rome
6540326	Vedano Olona	vedano-olona	Comune di Vedano Olona,Vedano Olona		IT	09	VA	012134	7301	Europe/Rome
6540327	Barni	barni	Barni,Comune di Barni		IT	09	CO	013015	597	Europe/Rome
6540328	Cavargna	cavargna	Cavargna,Comune di Cavargna		IT	09	CO	013062	242	Europe/Rome
6540329	Domaso	domaso	Comune di Domaso,Domaso		IT	09	CO	013089	1455	Europe/Rome
6540330	Lezzeno	lezzeno	Comune di Lezzeno,Lezzeno		IT	09	CO	013126	2052	Europe/Rome
6540331	Vertemate con Minoprio	vertemate-con-minoprio	Comune di Vertemate con Minoprio,Vertemate con Minoprio		IT	09	CO	013242	3982	Europe/Rome
6540332	Carate Brianza	carate-brianza	Carate Brianza,Comune di Carate Brianza		IT	09	MB	108015	17684	Europe/Rome
6540333	Cassano d'Adda	cassano-d-adda	Cassano d'Adda,Comune di Cassano d'Adda		IT	09	MI	015059	18552	Europe/Rome
6540334	Colturano	colturano	Colturano,Comune di Colturano		IT	09	MI	015082	1952	Europe/Rome
6540335	Desio	desio	Comune di Desio,Desio		IT	09	MB	108023	40397	Europe/Rome
6540336	Garbagnate Milanese	garbagnate-milanese	Comune di Garbagnate Milanese,Garbagnate Milanese		IT	09	MI	015105	26262	Europe/Rome
6540337	Limbiate	limbiate	Comune di Limbiate,Limbiate		IT	09	MB	108027	33903	Europe/Rome
6540338	Misinto	misinto	Comune di Misinto,Misinto		IT	09	MB	108032	5195	Europe/Rome
6540339	Motta Visconti	motta-visconti	Comune di Motta Visconti,Motta Visconti		IT	09	MI	015151	7601	Europe/Rome
6540340	San Zenone al Lambro	san-zenone-al-lambro	Comune di San Zenone al Lambro,San Zenone al Lambro		IT	09	MI	015202	4186	Europe/Rome
6540341	Vanzago	vanzago	Comune di Vanzago,Vanzago		IT	09	MI	015229	8914	Europe/Rome
6540342	Albino	albino	Albino,Comune di Albino		IT	09	BG	016004	18087	Europe/Rome
6540343	Almenno San Bartolomeo	almenno-san-bartolomeo	Almenno San Bartolomeo,Comune di Almenno San Bartolomeo		IT	09	BG	016006	6030	Europe/Rome
6540344	Brumano	brumano	Brumano,Comune di Brumano		IT	09	BG	016041	95	Europe/Rome
6540345	Cazzano Sant'Andrea	cazzano-sant-andrea	Cazzano Sant'Andrea,Comune di Cazzano Sant'Andrea		IT	09	BG	016067	1594	Europe/Rome
6540346	Foppolo	foppolo	Comune di Foppolo,Foppolo		IT	09	BG	016103	202	Europe/Rome
6540347	Ghisalba	ghisalba	Comune di Ghisalba,Ghisalba		IT	09	BG	016113	5923	Europe/Rome
6540348	Lenna	lenna	Comune di Lenna,Lenna		IT	09	BG	016125	641	Europe/Rome
6540349	Bassano Bresciano	bassano-bresciano	Bassano Bresciano,Comune di Bassano Bresciano		IT	09	BS	017013	2224	Europe/Rome
6540350	Borno	borno	Borno,Comune di Borno		IT	09	BS	017022	2630	Europe/Rome
6540351	Braone	braone	Braone,Comune di Braone		IT	09	BS	017027	657	Europe/Rome
6540352	Limone sul Garda	limone-sul-garda	Comune di Limone sul Garda,Limone sul Garda		IT	09	BS	017089	1151	Europe/Rome
6540353	Campospinoso	campospinoso	Campospinoso,Comune di Campospinoso		IT	09	PV	018026	990	Europe/Rome
6540354	Casteggio	casteggio	Casteggio,Comune di Casteggio		IT	09	PV	018037	6836	Europe/Rome
6540355	Cervesina	cervesina	Cervesina,Comune di Cervesina		IT	09	PV	018047	1224	Europe/Rome
6540356	Cilavegna	cilavegna	Cilavegna,Comune di Cilavegna		IT	09	PV	018050	5656	Europe/Rome
6540357	Corteolona	corteolona	Comune di Corteolona,Corteolona		IT	09	PV	018056	2132	Europe/Rome
6540358	Lomello	lomello	Comune di Lomello,Lomello		IT	09	PV	018083	2295	Europe/Rome
6540359	Lungavilla	lungavilla	Comune di Lungavilla,Lungavilla		IT	09	PV	018084	2412	Europe/Rome
6540360	Miradolo Terme	miradolo-terme	Comune di Miradolo Terme,Miradolo Terme		IT	09	PV	018093	3792	Europe/Rome
6540361	Pietra de' Giorgi	pietra-de-giorgi	Comune di Pietra de' Giorgi,Pietra de' Giorgi		IT	09	PV	018111	915	Europe/Rome
6540362	Calvatone	calvatone	Calvatone,Comune di Calvatone		IT	09	CR	019009	1260	Europe/Rome
6540363	Camisano	camisano	Camisano,Comune di Camisano		IT	09	CR	019010	1303	Europe/Rome
6540364	Capralba	capralba	Capralba,Comune di Capralba		IT	09	CR	019015	2452	Europe/Rome
6540365	Crotta d'Adda	crotta-d-adda	Comune di Crotta d'Adda,Crotta d'Adda		IT	09	CR	019038	654	Europe/Rome
6540366	Isola Dovarese	isola-dovarese	Comune di Isola Dovarese,Isola Dovarese		IT	09	CR	019053	1231	Europe/Rome
6540367	Spineda	spineda	Comune di Spineda,Spineda		IT	09	CR	019101	633	Europe/Rome
6540368	Tornata	tornata	Comune di Tornata,Tornata		IT	09	CR	019106	491	Europe/Rome
6540369	Torre de' Picenardi	torre-de-picenardi	Comune di Torre de' Picenardi,Torre de' Picenardi		IT	09	CR	019107	1769	Europe/Rome
6540370	Volongo	volongo	Comune di Volongo,Volongo		IT	09	CR	019114	578	Europe/Rome
6540371	Asola	asola	Asola,Comune di Asola		IT	09	MN	020002	10077	Europe/Rome
6540372	Casalmoro	casalmoro	Casalmoro,Comune di Casalmoro		IT	09	MN	020010	2204	Europe/Rome
6540373	Ceresara	ceresara	Ceresara,Comune di Ceresara		IT	09	MN	020019	2712	Europe/Rome
6540374	Dosolo	dosolo	Comune di Dosolo,Dosolo		IT	09	MN	020022	3385	Europe/Rome
6540375	Magnacavallo	magnacavallo	Comune di Magnacavallo,Magnacavallo		IT	09	MN	020029	1669	Europe/Rome
6540376	Medole	medole	Comune di Medole,Medole		IT	09	MN	020034	4038	Europe/Rome
6540377	Pegognaga	pegognaga	Comune di Pegognaga,Pegognaga		IT	09	MN	020039	7244	Europe/Rome
6540378	Sant'Anna d'Alfaedo	sant-anna-d-alfaedo	Comune di Sant'Anna d'Alfaedo,Sant'Anna d'Alfaedo		IT	20	VR	023078	2564	Europe/Rome
6540379	Barbarano Vicentino	barbarano-vicentino	Barbarano Vicentino,Comune di Barbarano Vicentino		IT	20	VI	024011	4576	Europe/Rome
6540380	Dueville	dueville	Comune di Dueville,Dueville		IT	20	VI	024038	13888	Europe/Rome
6540381	Marano Vicentino	marano-vicentino	Comune di Marano Vicentino,Marano Vicentino		IT	20	VI	024056	9662	Europe/Rome
6540382	Montorso Vicentino	montorso-vicentino	Comune di Montorso Vicentino,Montorso Vicentino		IT	20	VI	024068	3179	Europe/Rome
6540383	Nove	nove	Comune di Nove,Nove		IT	20	VI	024073	5069	Europe/Rome
6540384	Posina	posina	Comune di Posina,Posina		IT	20	VI	024080	577	Europe/Rome
6540385	Rosà	rosa	Comune di Rosa,Comune di Rosà,Rosa,Rosà		IT	20	VI	024087	14071	Europe/Rome
6540386	Thiene	thiene	Comune di Thiene,Thiene		IT	20	VI	024105	23254	Europe/Rome
6540387	Tonezza del Cimone	tonezza-del-cimone	Comune di Tonezza del Cimone,Tonezza del Cimone		IT	20	VI	024106	577	Europe/Rome
6540388	Trissino	trissino	Comune di Trissino,Trissino		IT	20	VI	024110	8620	Europe/Rome
6540389	Asolo	asolo	Asolo,Comune di Asolo		IT	20	TV	026003	8952	Europe/Rome
6540390	Castelfranco Veneto	castelfranco-veneto	Castelfranco Veneto,Comune di Castelfranco Veneto		IT	20	TV	026012	32894	Europe/Rome
6540391	Castello di Godego	castello-di-godego	Castello di Godego,Comune di Castello di Godego		IT	20	TV	026013	7013	Europe/Rome
6540392	Caorle	caorle	Caorle,Comune di Caorle		IT	20	VE	027005	11793	Europe/Rome
6540393	Stra	stra	Comune di Stra,Stra		IT	20	VE	027039	7566	Europe/Rome
6540394	Baone	baone	Baone,Comune di Baone		IT	20	PD	028009	3108	Europe/Rome
6540395	Campo San Martino	campo-san-martino	Campo San Martino,Comune di Campo San Martino		IT	20	PD	028020	5724	Europe/Rome
6540396	Granze	granze	Comune di Granze,Granze		IT	20	PD	028043	2022	Europe/Rome
6540397	Limena	limena	Comune di Limena,Limena		IT	20	PD	028045	7699	Europe/Rome
6540398	Mestrino	mestrino	Comune di Mestrino,Mestrino		IT	20	PD	028054	10961	Europe/Rome
6540399	Veggiano	veggiano	Comune di Veggiano,Veggiano		IT	20	PD	028096	4543	Europe/Rome
6540400	Calto	calto	Calto,Comune di Calto		IT	20	RO	029008	819	Europe/Rome
6540401	Castelmassa	castelmassa	Castelmassa,Comune di Castelmassa		IT	20	RO	029012	4291	Europe/Rome
6540402	Fratta Polesine	fratta-polesine	Comune di Fratta Polesine,Fratta Polesine		IT	20	RO	029024	2782	Europe/Rome
6540403	Pincara	pincara	Comune di Pincara,Pincara		IT	20	RO	029036	1262	Europe/Rome
6540404	Nimis	nimis	Comune di Nimis,Nimis		IT	06	UD	030065	2778	Europe/Rome
6540405	Tolmezzo	tolmezzo	Comune di Tolmezzo,Tolmezzo		IT	06	UD	030121	10570	Europe/Rome
6540406	Travo	travo	Comune di Travo,Travo		IT	05	PC	033043	1993	Europe/Rome
6540407	Vernasca	vernasca	Comune di Vernasca,Vernasca		IT	05	PC	033044	2241	Europe/Rome
6540408	Fidenza	fidenza	Comune di Fidenza,Fidenza		IT	05	PR	034014	25521	Europe/Rome
6540409	Fontevivo	fontevivo	Comune di Fontevivo,Fontevivo		IT	05	PR	034016	5428	Europe/Rome
6540410	Roccabianca	roccabianca	Comune di Roccabianca,Roccabianca		IT	05	PR	034030	3069	Europe/Rome
6540412	Torrile	torrile	Comune di Torrile,Torrile		IT	05	PR	034041	7458	Europe/Rome
6540413	Traversetolo	traversetolo	Comune di Traversetolo,Traversetolo		IT	05	PR	034042	9275	Europe/Rome
6540414	Bibbiano	bibbiano	Bibbiano,Comune di Bibbiano		IT	05	RE	035004	9965	Europe/Rome
6540415	Campagnola Emilia	campagnola-emilia	Campagnola Emilia,Comune di Campagnola Emilia		IT	05	RE	035009	5493	Europe/Rome
6540416	Cavriago	cavriago	Cavriago,Comune di Cavriago		IT	05	RE	035017	9698	Europe/Rome
6540417	Luzzara	luzzara	Comune di Luzzara,Luzzara		IT	05	RE	035026	9169	Europe/Rome
6540418	Rio Saliceto	rio-saliceto	Comune di Rio Saliceto,Rio Saliceto		IT	05	RE	035034	6092	Europe/Rome
6540419	San Polo d'Enza	san-polo-d-enza	Comune di San Polo d'Enza,San Polo d'Enza		IT	05	RE	035038	5949	Europe/Rome
6540420	Viano	viano	Comune di Viano,Viano		IT	05	RE	035044	3377	Europe/Rome
6540421	Campogalliano	campogalliano	Campogalliano,Comune di Campogalliano		IT	05	MO	036003	8514	Europe/Rome
6540422	Guiglia	guiglia	Comune di Guiglia,Guiglia		IT	05	MO	036017	3999	Europe/Rome
6540423	Montese	montese	Comune di Montese,Montese		IT	05	MO	036026	3357	Europe/Rome
6540424	Novi di Modena	novi-di-modena	Comune di Novi di Modena,Novi di Modena		IT	05	MO	036028	10972	Europe/Rome
6540425	Castenaso	castenaso	Castenaso,Comune di Castenaso		IT	05	BO	037021	14352	Europe/Rome
6540426	Castiglione dei Pepoli	castiglione-dei-pepoli	Castiglione dei Pepoli,Comune di Castiglione dei Pepoli		IT	05	BO	037022	5870	Europe/Rome
6540428	Fontanelice	fontanelice	Comune di Fontanelice,Fontanelice		IT	05	BO	037026	1927	Europe/Rome
6540429	Lizzano in Belvedere	lizzano-in-belvedere	Comune di Lizzano in Belvedere,Lizzano in Belvedere		IT	05	BO	037033	2309	Europe/Rome
6540430	Copparo	copparo	Comune di Copparo,Copparo		IT	05	FE	038007	17017	Europe/Rome
6540431	Formignana	formignana	Comune di Formignana,Formignana		IT	05	FE	038009	2803	Europe/Rome
6540432	Cervia	cervia	Cervia,Comune di Cervia		IT	05	RA	039007	28896	Europe/Rome
6540433	Conselice	conselice	Comune di Conselice,Conselice		IT	05	RA	039008	9837	Europe/Rome
6540434	Faenza	faenza	Comune di Faenza,Faehnca,Faenca,Faenza,Faventia,Favenza,fa en zha,fa xen sa,faentsu~a,fanza,faynza,Фаенца,Фаэнца,فانزا,فاينزا,ฟาเอนซา,ファエンツァ,法恩扎		IT	05	RA	039010	57748	Europe/Rome
6540435	Lugo	lugo	Comune di Lugo,Lugo		IT	05	RA	039012	32062	Europe/Rome
6540436	Sant'Agata sul Santerno	sant-agata-sul-santerno	Comune di Sant'Agata sul Santerno,Sant'Agata sul Santerno		IT	05	RA	039017	2822	Europe/Rome
6540437	Solarolo	solarolo	Comune di Solarolo,Solarolo		IT	05	RA	039018	4489	Europe/Rome
6540438	Forlimpopoli	forlimpopoli	Comune di Forlimpopoli,Forlimpopoli		IT	05	FC	040013	12982	Europe/Rome
6540439	Roncofreddo	roncofreddo	Comune di Roncofreddo,Roncofreddo		IT	05	FC	040037	3395	Europe/Rome
6540440	Savignano sul Rubicone	savignano-sul-rubicone	Comune di Savignano sul Rubicone,Savignano sul Rubicone		IT	05	FC	040045	17521	Europe/Rome
6540441	Verghereto	verghereto	Comune di Verghereto,Verghereto		IT	05	FC	040050	1974	Europe/Rome
6540442	Apecchio	apecchio	Apecchio,Comune di Apecchio		IT	10	PU	041002	2013	Europe/Rome
6540443	Borgo Pace	borgo-pace	Borgo Pace,Comune di Borgo Pace		IT	10	PU	041006	643	Europe/Rome
6540444	Novafeltria	novafeltria	Comune di Novafeltria,Novafeltria		IT	05	RN	099023	7282	Europe/Rome
6540445	Peglio	peglio	Comune di Peglio,Peglio		IT	10	PU	041041	735	Europe/Rome
6540446	Pergola	pergola	Comune di Pergola,Pergola		IT	10	PU	041043	6555	Europe/Rome
6540448	Blera	blera	Blera,Comune di Blera		IT	07	VT	056007	3356	Europe/Rome
6540449	Fabriano	fabriano	Comune di Fabriano,Fabriano		IT	10	AN	042017	31020	Europe/Rome
6540450	Monsano	monsano	Comune di Monsano,Monsano		IT	10	AN	042025	3353	Europe/Rome
6540451	Sirolo	sirolo	Comune di Sirolo,Sirolo		IT	10	AN	042048	3856	Europe/Rome
6540452	Belforte del Chienti	belforte-del-chienti	Belforte del Chienti,Comune di Belforte del Chienti		IT	10	MC	043004	1860	Europe/Rome
6540453	Montelupone	montelupone	Comune di Montelupone,Montelupone		IT	10	MC	043030	3658	Europe/Rome
6540454	Penna San Giovanni	penna-san-giovanni	Comune di Penna San Giovanni,Penna San Giovanni		IT	10	MC	043035	1154	Europe/Rome
6540455	Pieve Torina	pieve-torina	Comune di Pieve Torina,Pieve Torina		IT	10	MC	043038	1483	Europe/Rome
6540456	Poggio San Vicino	poggio-san-vicino	Comune di Poggio San Vicino,Poggio San Vicino		IT	10	MC	043040	297	Europe/Rome
6540457	San Ginesio	san-ginesio	Comune di San Ginesio,San Ginesio		IT	10	MC	043046	3644	Europe/Rome
6540458	Urbisaglia	urbisaglia	Comune di Urbisaglia,Urbisaglia		IT	10	MC	043055	2712	Europe/Rome
6540459	Castorano	castorano	Castorano,Comune di Castorano		IT	10	AP	044013	2322	Europe/Rome
6540460	Montalto delle Marche	montalto-delle-marche	Comune di Montalto delle Marche,Montalto delle Marche		IT	10	AP	044032	2260	Europe/Rome
6540461	Montefalcone Appennino	montefalcone-appennino	Comune di Montefalcone Appennino,Montefalcone Appennino		IT	10	FM	109014	445	Europe/Rome
6540462	Monte Giberto	monte-giberto	Comune di Monte Giberto,Monte Giberto		IT	10	FM	109016	815	Europe/Rome
6540463	Montemonaco	montemonaco	Comune di Montemonaco,Montemonaco		IT	10	AP	044044	635	Europe/Rome
6540464	Moresco	moresco	Comune di Moresco,Moresco		IT	10	FM	109028	605	Europe/Rome
6540465	Porcari	porcari	Comune di Porcari,Porcari		IT	16	LU	046026	8604	Europe/Rome
6540466	Piteglio	piteglio	Comune di Piteglio,Piteglio		IT	16	PT	047015	1797	Europe/Rome
6540467	Ponte Buggianese	ponte-buggianese	Comune di Ponte Buggianese,Ponte Buggianese		IT	16	PT	047016	8771	Europe/Rome
6540468	Quarrata	quarrata	Comune di Quarrata,Quarrata		IT	16	PT	047017	25378	Europe/Rome
6540469	Castelfiorentino	castelfiorentino	Castelfiorentino,Comune di Castelfiorentino		IT	16	FI	048010	17489	Europe/Rome
6540470	Cerreto Guidi	cerreto-guidi	Cerreto Guidi,Comune di Cerreto Guidi		IT	16	FI	048011	10364	Europe/Rome
6540471	Montespertoli	montespertoli	Comune di Montespertoli,Montespertoli		IT	16	FI	048030	13195	Europe/Rome
6540472	San Casciano in Val di Pesa	san-casciano-in-val-di-pesa	Comune di San Casciano in Val di Pesa,San Casciano in Val di Pesa		IT	16	FI	048038	16883	Europe/Rome
6540473	Vaglia	vaglia	Comune di Vaglia,Vaglia		IT	16	FI	048046	5065	Europe/Rome
6540474	Capoliveri	capoliveri	Capoliveri,Comune di Capoliveri		IT	16	LI	049004	3763	Europe/Rome
6540475	San Vincenzo	san-vincenzo	Comune di San Vincenzo,San Vincenzo		IT	16	LI	049018	7023	Europe/Rome
6540476	Suvereto	suvereto	Comune di Suvereto,Suvereto		IT	16	LI	049020	3142	Europe/Rome
6540477	Capannoli	capannoli	Capannoli,Comune di Capannoli		IT	16	PI	050005	6213	Europe/Rome
6540479	Anghiari	anghiari	Anghiari,Comune di Anghiari		IT	16	AR	051001	5672	Europe/Rome
6540480	Caprese Michelangelo	caprese-michelangelo	Caprese Michelangelo,Comune di Caprese Michelangelo		IT	16	AR	051007	1516	Europe/Rome
6540481	Castiglion Fiorentino	castiglion-fiorentino	Castiglion Fiorentino,Comune di Castiglion Fiorentino		IT	16	AR	051012	13166	Europe/Rome
6540482	Subbiano	subbiano	Comune di Subbiano,Subbiano		IT	16	AR	051037	6299	Europe/Rome
6540483	Abbadia San Salvatore	abbadia-san-salvatore	Abbadia San Salvatore,Comune di Abbadia San Salvatore		IT	16	SI	052001	6557	Europe/Rome
6540484	Casole d'Elsa	casole-d-elsa	Casole d'Elsa,Comune di Casole d'Elsa		IT	16	SI	052004	3886	Europe/Rome
6540485	Pienza	pienza	Comune di Pienza,Pienza		IT	16	SI	052021	2141	Europe/Rome
6540486	Torrita di Siena	torrita-di-siena	Comune di Torrita di Siena,Torrita di Siena		IT	16	SI	052035	7357	Europe/Rome
6540487	Arcidosso	arcidosso	Arcidosso,Comune di Arcidosso		IT	16	GR	053001	4313	Europe/Rome
6540488	Gavorrano	gavorrano	Comune di Gavorrano,Gavorrano		IT	16	GR	053010	8660	Europe/Rome
6540489	Campello sul Clitunno	campello-sul-clitunno	Campello sul Clitunno,Comune di Campello sul Clitunno		IT	18	PG	054005	2500	Europe/Rome
6540490	Magione	magione	Comune di Magione,Magione		IT	18	PG	054026	14589	Europe/Rome
6540491	Norcia	norcia	Comune di Norcia,Norcia		IT	18	PG	054035	4915	Europe/Rome
6540492	Spello	spello	Comune di Spello,Spello		IT	18	PG	054050	8631	Europe/Rome
6540493	Trevi	trevi	Comune di Trevi,Trevi		IT	18	PG	054054	8335	Europe/Rome
6540494	Acquasparta	acquasparta	Acquasparta,Comune di Acquasparta		IT	18	TR	055001	4929	Europe/Rome
6540495	San Gemini	san-gemini	Comune di San Gemini,San Gemini		IT	18	TR	055029	4921	Europe/Rome
6540496	Bagnoregio	bagnoregio	Bagnoregio,Comune di Bagnoregio		IT	07	VT	056003	3674	Europe/Rome
6540497	Capranica	capranica	Capranica,Comune di Capranica		IT	07	VT	056014	6644	Europe/Rome
6540498	Caprarola	caprarola	Caprarola,Comune di Caprarola		IT	07	VT	056015	5345	Europe/Rome
6540499	Cellere	cellere	Cellere,Comune di Cellere		IT	07	VT	056020	1230	Europe/Rome
6540500	Faleria	faleria	Comune di Faleria,Faleria		IT	07	VT	056025	2115	Europe/Rome
6540501	Oriolo Romano	oriolo-romano	Comune di Oriolo Romano,Oriolo Romano		IT	07	VT	056041	3648	Europe/Rome
6540502	Orte	orte	Comune di Orte,Orte		IT	07	VT	056042	8665	Europe/Rome
6540503	Vejano	vejano	Comune di Vejano,Vejano		IT	07	VT	056056	2298	Europe/Rome
6540504	Amatrice	amatrice	Amatrice,Comune di Amatrice		IT	07	RI	057002	2646	Europe/Rome
6540505	Castel Sant'Angelo	castel-sant-angelo	Castel Sant'Angelo,Comune di Castel Sant'Angelo		IT	07	RI	057015	1289	Europe/Rome
6540506	Collalto Sabino	collalto-sabino	Collalto Sabino,Comune di Collalto Sabino		IT	07	RI	057018	440	Europe/Rome
6540507	Collegiove	collegiove	Collegiove,Comune di Collegiove		IT	07	RI	057020	169	Europe/Rome
6540508	Colli sul Velino	colli-sul-velino	Colli sul Velino,Comune di Colli sul Velino		IT	07	RI	057022	524	Europe/Rome
6540509	Fara in Sabina	fara-in-sabina	Comune di Fara in Sabina,Fara in Sabina		IT	07	RI	057027	12326	Europe/Rome
6540510	Posta	posta	Comune di Posta,Posta		IT	07	RI	057057	686	Europe/Rome
6540511	Rocca Sinibalda	rocca-sinibalda	Comune di Rocca Sinibalda,Rocca Sinibalda		IT	07	RI	057062	853	Europe/Rome
6540512	Salisano	salisano	Comune di Salisano,Salisano		IT	07	RI	057063	558	Europe/Rome
6540513	Scandriglia	scandriglia	Comune di Scandriglia,Scandriglia		IT	07	RI	057064	2934	Europe/Rome
6540514	Tarano	tarano	Comune di Tarano,Tarano		IT	07	RI	057067	1431	Europe/Rome
6540515	Artena	artena	Artena,Comune di Artena		IT	07	RM	058011	13665	Europe/Rome
6540516	Campagnano di Roma	campagnano-di-roma	Campagnano di Roma,Comune di Campagnano di Roma		IT	07	RM	058015	11107	Europe/Rome
6540517	Castelnuovo di Porto	castelnuovo-di-porto	Castelnuovo di Porto,Comune di Castelnuovo di Porto		IT	07	RM	058024	8059	Europe/Rome
6540518	Castel San Pietro Romano	castel-san-pietro-romano	Castel San Pietro Romano,Comune di Castel San Pietro Romano		IT	07	RM	058025	855	Europe/Rome
6540519	Cerveteri	cerveteri	Cerveteri,Comune di Cerveteri		IT	07	RM	058029	35207	Europe/Rome
6540520	Ciciliano	ciciliano	Ciciliano,Comune di Ciciliano		IT	07	RM	058030	1353	Europe/Rome
6540521	Fiano Romano	fiano-romano	Comune di Fiano Romano,Fiano Romano		IT	07	RM	058036	13059	Europe/Rome
6540522	Marcellina	marcellina	Comune di Marcellina,Marcellina		IT	07	RM	058056	6901	Europe/Rome
6540523	Morlupo	morlupo	Comune di Morlupo,Morlupo		IT	07	RM	058068	8122	Europe/Rome
6540524	Percile	percile	Comune di Percile,Percile		IT	07	RM	058076	277	Europe/Rome
6540525	Roviano	roviano	Comune di Roviano,Roviano		IT	07	RM	058092	1392	Europe/Rome
6540526	Subiaco	subiaco	Comune di Subiaco,Subiaco		IT	07	RM	058103	9066	Europe/Rome
6540527	Trevignano Romano	trevignano-romano	Comune di Trevignano Romano,Trevignano Romano		IT	07	RM	058107	5274	Europe/Rome
6540528	Vallepietra	vallepietra	Comune di Vallepietra,Vallepietra		IT	07	RM	058108	306	Europe/Rome
6540529	Lariano	lariano	Comune di Lariano,Lariano		IT	07	RM	058115	12893	Europe/Rome
6540530	Formia	formia	Comune di Formia,Formia		IT	07	LT	059008	36331	Europe/Rome
6540531	Sonnino	sonnino	Comune di Sonnino,Sonnino		IT	07	LT	059029	7279	Europe/Rome
6540532	Sperlonga	sperlonga	Comune di Sperlonga,Sperlonga		IT	07	LT	059030	3334	Europe/Rome
6540533	Acuto	acuto	Acuto,Comune di Acuto		IT	07	FR	060002	1910	Europe/Rome
6540534	Anagni	anagni	Anagni,Comune di Anagni		IT	07	FR	060006	21441	Europe/Rome
6540535	Casalattico	casalattico	Casalattico,Comune di Casalattico		IT	07	FR	060017	641	Europe/Rome
6540536	Castro dei Volsci	castro-dei-volsci	Castro dei Volsci,Comune di Castro dei Volsci		IT	07	FR	060023	4903	Europe/Rome
6540537	Filettino	filettino	Comune di Filettino,Filettino		IT	07	FR	060034	551	Europe/Rome
6540538	Isola del Liri	isola-del-liri	Comune di Isola del Liri,Isola del Liri		IT	07	FR	060043	11963	Europe/Rome
6540539	Pontecorvo	pontecorvo	Comune di Pontecorvo,Pontecorvo		IT	07	FR	060056	13223	Europe/Rome
6540540	Sant'Elia Fiumerapido	sant-elia-fiumerapido	Comune di Sant'Elia Fiumerapido,Sant'Elia Fiumerapido		IT	07	FR	060068	6227	Europe/Rome
6540541	Vico nel Lazio	vico-nel-lazio	Comune di Vico nel Lazio,Vico nel Lazio		IT	07	FR	060087	2256	Europe/Rome
6540542	Almese	almese	Almese,Comune di Almese		IT	12	TO	001006	6303	Europe/Rome
6540543	Ruviano	ruviano	Comune di Ruviano,Ruviano		IT	04	CE	061073	1822	Europe/Rome
6540544	Avigliana	avigliana	Avigliana,Comune di Avigliana		IT	12	TO	001013	12129	Europe/Rome
6540545	Sala Monferrato	sala-monferrato	Comune di Sala Monferrato,Sala Monferrato		IT	12	AL	006150	377	Europe/Rome
6540546	Arvier	arvier	Arvier,Comune di Arvier		IT	19	AO	007005	892	Europe/Rome
6540547	Oyace	oyace	Comune di Oyace,Oyace		IT	19	AO	007047	225	Europe/Rome
6540548	Borghetto d'Arroscia	borghetto-d-arroscia	Borghetto d'Arroscia,Comune di Borghetto d'Arroscia		IT	08	IM	008009	463	Europe/Rome
6540549	Borgomaro	borgomaro	Borgomaro,Comune di Borgomaro		IT	08	IM	008010	873	Europe/Rome
6540550	Rezzo	rezzo	Comune di Rezzo,Rezzo		IT	08	IM	008049	371	Europe/Rome
6540551	Seborga	seborga	Comune di Seborga,Seborga		IT	08	IM	008057	323	Europe/Rome
6540552	Vallecrosia	vallecrosia	Comune di Vallecrosia,Vallecrosia		IT	08	IM	008063	7032	Europe/Rome
6540553	Ventimiglia	ventimiglia	Comune di Ventimiglia,Ventimiglia		IT	08	IM	008065	23926	Europe/Rome
6540554	Bardineto	bardineto	Bardineto,Comune di Bardineto		IT	08	SV	009009	697	Europe/Rome
6540555	Dego	dego	Comune di Dego,Dego		IT	08	SV	009027	2003	Europe/Rome
6540556	Laigueglia	laigueglia	Comune di Laigueglia,Laigueglia		IT	08	SV	009033	1800	Europe/Rome
6540557	Pallare	pallare	Comune di Pallare,Pallare		IT	08	SV	009047	957	Europe/Rome
6540558	Quiliano	quiliano	Comune di Quiliano,Quiliano		IT	08	SV	009052	7336	Europe/Rome
6540559	Toirano	toirano	Comune di Toirano,Toirano		IT	08	SV	009061	2669	Europe/Rome
6540560	Campomorone	campomorone	Campomorone,Comune di Campomorone		IT	08	GE	010009	7306	Europe/Rome
6540561	Masone	masone	Comune di Masone,Masone		IT	08	GE	010032	3758	Europe/Rome
6540562	Montebruno	montebruno	Comune di Montebruno,Montebruno		IT	08	GE	010038	217	Europe/Rome
6540563	Recco	recco	Comune di Recco,Recco		IT	08	GE	010047	10106	Europe/Rome
6540564	Pignone	pignone	Comune di Pignone,Pignone		IT	08	SP	011021	599	Europe/Rome
6540565	Portovenere	portovenere	Comune di Portovenere,Portovenere		IT	08	SP	011022	3702	Europe/Rome
6540566	Angera	angera	Angera,Comune di Angera		IT	09	VA	012003	5622	Europe/Rome
6540567	Caravate	caravate	Caravate,Comune di Caravate		IT	09	VA	012031	2612	Europe/Rome
6540568	Gemonio	gemonio	Comune di Gemonio,Gemonio		IT	09	VA	012074	2883	Europe/Rome
6540569	Lavena Ponte Tresa	lavena-ponte-tresa	Comune di Lavena Ponte Tresa,Lavena Ponte Tresa		IT	09	VA	012086	5414	Europe/Rome
6540570	Maccagno	maccagno	Comune di Maccagno,Maccagno		IT	09	VA	012094	1984	Europe/Rome
6540571	Malnate	malnate	Comune di Malnate,Malnate		IT	09	VA	012096	16604	Europe/Rome
6540572	Porto Ceresio	porto-ceresio	Comune di Porto Ceresio,Porto Ceresio		IT	09	VA	012113	3001	Europe/Rome
6540573	Sesto Calende	sesto-calende	Comune di Sesto Calende,Sesto Calende		IT	09	VA	012120	10819	Europe/Rome
6540574	Solbiate Arno	solbiate-arno	Comune di Solbiate Arno,Solbiate Arno		IT	09	VA	012121	4274	Europe/Rome
6540575	Argegno	argegno	Argegno,Comune di Argegno		IT	09	CO	013011	667	Europe/Rome
6540576	Dizzasco	dizzasco	Comune di Dizzasco,Dizzasco		IT	09	CO	013087	565	Europe/Rome
6540577	Inverigo	inverigo	Comune di Inverigo,Inverigo		IT	09	CO	013118	8926	Europe/Rome
6540578	Lurago Marinone	lurago-marinone	Comune di Lurago Marinone,Lurago Marinone		IT	09	CO	013137	2456	Europe/Rome
6540579	Mozzate	mozzate	Comune di Mozzate,Mozzate		IT	09	CO	013159	8208	Europe/Rome
6540580	Ponte Lambro	ponte-lambro	Comune di Ponte Lambro,Ponte Lambro		IT	09	CO	013188	4345	Europe/Rome
6540581	Mazzo di Valtellina	mazzo-di-valtellina	Comune di Mazzo di Valtellina,Mazzo di Valtellina		IT	09	SO	014040	1041	Europe/Rome
6540582	Traona	traona	Comune di Traona,Traona		IT	09	SO	014069	2536	Europe/Rome
6540583	Bresso	bresso	Bresso,Comune di Bresso		IT	09	MI	015032	25712	Europe/Rome
6540584	Lissone	lissone	Comune di Lissone,Lissone		IT	09	MB	108028	42220	Europe/Rome
6540585	Locate di Triulzi	locate-di-triulzi	Comune di Locate di Triulzi,Locate di Triulzi		IT	09	MI	015125	9655	Europe/Rome
6540586	Meda	meda	Comune di Meda,Meda		IT	09	MB	108030	23073	Europe/Rome
6540587	Melegnano	melegnano	Comune di Melegnano,Melegnano		IT	09	MI	015140	16774	Europe/Rome
6540588	Nerviano	nerviano	Comune di Nerviano,Nerviano		IT	09	MI	015154	17089	Europe/Rome
6540589	Opera	opera	Comune di Opera,Opera		IT	09	MI	015159	13226	Europe/Rome
6540590	Solaro	solaro	Comune di Solaro,Solaro		IT	09	MI	015213	13890	Europe/Rome
6540591	Villasanta	villasanta	Comune di Villasanta,Villasanta		IT	09	MB	108049	13619	Europe/Rome
6540592	Zibido San Giacomo	zibido-san-giacomo	Comune di Zibido San Giacomo,Zibido San Giacomo		IT	09	MI	015247	6552	Europe/Rome
6540593	Almenno San Salvatore	almenno-san-salvatore	Almenno San Salvatore,Comune di Almenno San Salvatore		IT	09	BG	016007	5831	Europe/Rome
6540594	Arcene	arcene	Arcene,Comune di Arcene		IT	09	BG	016011	4731	Europe/Rome
6540595	Cisano Bergamasco	cisano-bergamasco	Cisano Bergamasco,Comune di Cisano Bergamasco		IT	09	BG	016074	6268	Europe/Rome
6540596	Gandino	gandino	Comune di Gandino,Gandino		IT	09	BG	016108	5576	Europe/Rome
6540597	Luzzana	luzzana	Comune di Luzzana,Luzzana		IT	09	BG	016130	891	Europe/Rome
6540598	Nembro	nembro	Comune di Nembro,Nembro		IT	09	BG	016144	11542	Europe/Rome
6540599	Rovetta	rovetta	Comune di Rovetta,Rovetta		IT	09	BG	016187	3953	Europe/Rome
6540600	Schilpario	schilpario	Comune di Schilpario,Schilpario		IT	09	BG	016195	1250	Europe/Rome
6540601	Vedeseta	vedeseta	Comune di Vedeseta,Vedeseta		IT	09	BG	016230	210	Europe/Rome
6540602	Verdello	verdello	Comune di Verdello,Verdello		IT	09	BG	016233	7748	Europe/Rome
6540603	Zogno	zogno	Comune di Zogno,Zogno		IT	09	BG	016246	9054	Europe/Rome
6540604	Bagnolo Mella	bagnolo-mella	Bagnolo Mella,Comune di Bagnolo Mella		IT	09	BS	017009	12692	Europe/Rome
6540605	Bovezzo	bovezzo	Bovezzo,Comune di Bovezzo		IT	09	BS	017025	7483	Europe/Rome
6540606	Calcinato	calcinato	Calcinato,Comune di Calcinato		IT	09	BS	017032	12599	Europe/Rome
6540607	Cimbergo	cimbergo	Cimbergo,Comune di Cimbergo		IT	09	BS	017054	562	Europe/Rome
6540608	Collio	collio	Collio,Comune di Collio		IT	09	BS	017058	2227	Europe/Rome
6540609	Esine	esine	Comune di Esine,Esine		IT	09	BS	017070	5351	Europe/Rome
6540610	Mairano	mairano	Comune di Mairano,Mairano		IT	09	BS	017099	3329	Europe/Rome
6540611	Nuvolento	nuvolento	Comune di Nuvolento,Nuvolento		IT	09	BS	017119	4011	Europe/Rome
6540612	Offlaga	offlaga	Comune di Offlaga,Offlaga		IT	09	BS	017122	4269	Europe/Rome
6540613	Paratico	paratico	Comune di Paratico,Paratico		IT	09	BS	017134	4464	Europe/Rome
6540614	Pian Camuno	pian-camuno	Comune di Pian Camuno,Pian Camuno		IT	09	BS	017142	4400	Europe/Rome
6540615	Poncarale	poncarale	Comune di Poncarale,Poncarale		IT	09	BS	017147	5219	Europe/Rome
6540616	Pontevico	pontevico	Comune di Pontevico,Pontevico		IT	09	BS	017149	7121	Europe/Rome
6540617	Salò	salo	Comune di Salo,Comune di Salò,Salo,Salò		IT	09	BS	017170	10350	Europe/Rome
6540618	Sellero	sellero	Comune di Sellero,Sellero		IT	09	BS	017176	1506	Europe/Rome
6540619	Seniga	seniga	Comune di Seniga,Seniga		IT	09	BS	017177	1581	Europe/Rome
6540620	Verolavecchia	verolavecchia	Comune di Verolavecchia,Verolavecchia		IT	09	BS	017196	3875	Europe/Rome
6540621	Villachiara	villachiara	Comune di Villachiara,Villachiara		IT	09	BS	017200	1432	Europe/Rome
6540622	Vobarno	vobarno	Comune di Vobarno,Vobarno		IT	09	BS	017204	8150	Europe/Rome
6540623	Albonese	albonese	Albonese,Comune di Albonese		IT	09	PV	018003	565	Europe/Rome
6540624	Casatisma	casatisma	Casatisma,Comune di Casatisma		IT	09	PV	018032	895	Europe/Rome
6540625	Gerenzago	gerenzago	Comune di Gerenzago,Gerenzago		IT	09	PV	018071	1386	Europe/Rome
6540626	Mezzana Rabattone	mezzana-rabattone	Comune di Mezzana Rabattone,Mezzana Rabattone		IT	09	PV	018091	502	Europe/Rome
6540627	Mezzanino	mezzanino	Comune di Mezzanino,Mezzanino		IT	09	PV	018092	1494	Europe/Rome
6540628	Montalto Pavese	montalto-pavese	Comune di Montalto Pavese,Montalto Pavese		IT	09	PV	018094	924	Europe/Rome
6540629	Montesegale	montesegale	Comune di Montesegale,Montesegale		IT	09	PV	018098	307	Europe/Rome
6540630	Robbio	robbio	Comune di Robbio,Robbio		IT	09	PV	018123	6164	Europe/Rome
6540631	Sartirana Lomellina	sartirana-lomellina	Comune di Sartirana Lomellina,Sartirana Lomellina		IT	09	PV	018146	1760	Europe/Rome
6540632	Torrazza Coste	torrazza-coste	Comune di Torrazza Coste,Torrazza Coste		IT	09	PV	018155	1693	Europe/Rome
6540633	Vellezzo Bellini	vellezzo-bellini	Comune di Vellezzo Bellini,Vellezzo Bellini		IT	09	PV	018173	3066	Europe/Rome
6540634	Vigevano	vigevano	Comune di Vigevano,Vigevano		IT	09	PV	018177	60109	Europe/Rome
6540635	Voghera	voghera	Comune di Voghera,Voghera		IT	09	PV	018182	38174	Europe/Rome
6540636	Zerbolò	zerbolo	Comune di Zerbolo,Comune di Zerbolò,Zerbolo,Zerbolò		IT	09	PV	018189	1653	Europe/Rome
6540637	Bordolano	bordolano	Bordolano,Comune di Bordolano		IT	09	CR	019007	621	Europe/Rome
6540638	Cappella de' Picenardi	cappella-de-picenardi	Cappella de' Picenardi,Comune di Cappella de' Picenardi		IT	09	CR	019014	439	Europe/Rome
6540639	Castelverde	castelverde	Castelverde,Comune di Castelverde		IT	09	CR	019026	5651	Europe/Rome
6540640	Crema	crema	Comune di Crema,Crema		IT	09	CR	019035	33091	Europe/Rome
6540641	Madignano	madignano	Comune di Madignano,Madignano		IT	09	CR	019055	2931	Europe/Rome
6540642	Pessina Cremonese	pessina-cremonese	Comune di Pessina Cremonese,Pessina Cremonese		IT	09	CR	019070	673	Europe/Rome
6540643	Robecco d'Oglio	robecco-d-oglio	Comune di Robecco d'Oglio,Robecco d'Oglio		IT	09	CR	019085	2438	Europe/Rome
6540644	Sospiro	sospiro	Comune di Sospiro,Sospiro		IT	09	CR	019099	3236	Europe/Rome
6540645	Torricella del Pizzo	torricella-del-pizzo	Comune di Torricella del Pizzo,Torricella del Pizzo		IT	09	CR	019108	678	Europe/Rome
6540646	Carbonara di Po	carbonara-di-po	Carbonara di Po,Comune di Carbonara di Po		IT	09	MN	020009	1333	Europe/Rome
6540647	Roncoferraro	roncoferraro	Comune di Roncoferraro,Roncoferraro		IT	09	MN	020052	7201	Europe/Rome
6540648	San Giovanni del Dosso	san-giovanni-del-dosso	Comune di San Giovanni del Dosso,San Giovanni del Dosso		IT	09	MN	020058	1298	Europe/Rome
6540649	Suzzara	suzzara	Comune di Suzzara,Suzzara		IT	09	MN	020065	20545	Europe/Rome
6540650	Ala	ala	Ala,Comune di Ala		IT	17	TN	022001	8887	Europe/Rome
6540651	Aldeno	aldeno	Aldeno,Comune di Aldeno		IT	17	TN	022003	3036	Europe/Rome
6540652	Baselga di Pinè	baselga-di-pine	Baselga di Pine,Baselga di Pinè,Comune di Baselga di Pine,Comune di Baselga di Pinè		IT	17	TN	022009	4928	Europe/Rome
6540653	Besenello	besenello	Besenello,Comune di Besenello		IT	17	TN	022013	2511	Europe/Rome
6540654	Centa San Nicolò	centa-san-nicolo	Centa San Nicolo,Centa San Nicolò,Comune di Centa San Nicolo,Comune di Centa San Nicolò		IT	17	TN	022056	617	Europe/Rome
6540655	Dro	dro	Comune di Dro,Dro		IT	17	TN	022079	4566	Europe/Rome
6540656	Fiera di Primiero	fiera-di-primiero	Comune di Fiera di Primiero,Fiera di Primiero		IT	17	TN	022084	507	Europe/Rome
6540657	Brandizzo	brandizzo	Brandizzo,Comune di Brandizzo		IT	12	TO	001034	8402	Europe/Rome
6540658	Caluso	caluso	Caluso,Comune di Caluso		IT	12	TO	001047	7483	Europe/Rome
6540659	Carignano	carignano	Carignano,Comune di Carignano		IT	12	TO	001058	9156	Europe/Rome
6540660	Caselle Torinese	caselle-torinese	Caselle Torinese,Comune di Caselle Torinese		IT	12	TO	001063	18299	Europe/Rome
6540661	Ceresole Reale	ceresole-reale	Ceresole Reale,Comune di Ceresole Reale		IT	12	TO	001073	159	Europe/Rome
6540662	Pinerolo	pinerolo	Comune di Pinerolo,Pinerolo		IT	12	TO	001191	34854	Europe/Rome
6540663	Rocca Canavese	rocca-canavese	Comune di Rocca Canavese,Rocca Canavese		IT	12	TO	001221	1754	Europe/Rome
6540664	Salassa	salassa	Comune di Salassa,Salassa		IT	12	TO	001231	1795	Europe/Rome
6540665	San Gillio	san-gillio	Comune di San Gillio,San Gillio		IT	12	TO	001243	3023	Europe/Rome
6540666	Rimasco	rimasco	Comune di Rimasco,Rimasco		IT	12	VC	002112	123	Europe/Rome
6540667	Sali Vercellese	sali-vercellese	Comune di Sali Vercellese,Sali Vercellese		IT	12	VC	002127	114	Europe/Rome
6540668	Valduggia	valduggia	Comune di Valduggia,Valduggia		IT	12	VC	002152	2117	Europe/Rome
6540669	Divignano	divignano	Comune di Divignano,Divignano		IT	12	NO	003060	1445	Europe/Rome
6540670	Acceglio	acceglio	Acceglio,Comune di Acceglio		IT	12	CN	004001	174	Europe/Rome
6540671	Alba	alba	Alba,Comune di Alba		IT	12	CN	004003	30804	Europe/Rome
6540672	San Prisco	san-prisco	Comune di San Prisco,San Prisco		IT	04	CE	061081	11903	Europe/Rome
6540673	Sant'Angelo d'Alife	sant-angelo-d-alife	Comune di Sant'Angelo d'Alife,Sant'Angelo d'Alife		IT	04	CE	061086	2276	Europe/Rome
6540674	Apollosa	apollosa	Apollosa,Comune di Apollosa		IT	04	BN	062004	2697	Europe/Rome
6540675	Limatola	limatola	Comune di Limatola,Limatola		IT	04	BN	062038	4077	Europe/Rome
6540676	Ponte	ponte	Comune di Ponte,Ponte		IT	04	BN	062053	2661	Europe/Rome
6540677	San Lorenzello	san-lorenzello	Comune di San Lorenzello,San Lorenzello		IT	04	BN	062061	2320	Europe/Rome
6540678	San Marco dei Cavoti	san-marco-dei-cavoti	Comune di San Marco dei Cavoti,San Marco dei Cavoti		IT	04	BN	062064	3544	Europe/Rome
6540679	Solopaca	solopaca	Comune di Solopaca,Solopaca		IT	04	BN	062073	3956	Europe/Rome
6540680	Casalnuovo di Napoli	casalnuovo-di-napoli	Casalnuovo di Napoli,Comune di Casalnuovo di Napoli		IT	04	NA	063017	48621	Europe/Rome
6540681	Cimitile	cimitile	Cimitile,Comune di Cimitile		IT	04	NA	063028	7093	Europe/Rome
6540682	Forio	forio	Comune di Forio,Forio,Forio d'Ischia		IT	04	NA	063031	16597	Europe/Rome
6540804	Maida	maida	Comune di Maida,Maida		IT	03	CZ	079069	4457	Europe/Rome
6540683	Frattamaggiore	frattamaggiore	Comune di Frattamaggiore,Frattamaggiore		IT	04	NA	063032	30241	Europe/Rome
6540684	Gragnano	gragnano	Comune di Gragnano,Gragnano		IT	04	NA	063035	29509	Europe/Rome
6540685	San Sebastiano al Vesuvio	san-sebastiano-al-vesuvio	Comune di San Sebastiano al Vesuvio,San Sebastiano al Vesuvio		IT	04	NA	063070	9167	Europe/Rome
6540686	Sant'Antimo	sant-antimo	Comune di Sant'Antimo,Sant'Antimo		IT	04	NA	063073	34107	Europe/Rome
6540687	Villaricca	villaricca	Comune di Villaricca,Villaricca		IT	04	NA	063087	30052	Europe/Rome
6540688	Candida	candida	Candida,Comune di Candida		IT	04	AV	064016	1152	Europe/Rome
6540689	Carife	carife	Carife,Comune di Carife		IT	04	AV	064019	1498	Europe/Rome
6540690	Lioni	lioni	Comune di Lioni,Lioni		IT	04	AV	064044	6335	Europe/Rome
6540691	Montecalvo Irpino	montecalvo-irpino	Comune di Montecalvo Irpino,Montecalvo Irpino		IT	04	AV	064052	3907	Europe/Rome
6540692	Mugnano del Cardinale	mugnano-del-cardinale	Comune di Mugnano del Cardinale,Mugnano del Cardinale		IT	04	AV	064065	5312	Europe/Rome
6540693	Scampitella	scampitella	Comune di Scampitella,Scampitella		IT	04	AV	064097	1344	Europe/Rome
6540694	Torrioni	torrioni	Comune di Torrioni,Torrioni		IT	04	AV	064111	578	Europe/Rome
6540695	Zungoli	zungoli	Comune di Zungoli,Zungoli		IT	04	AV	064120	1197	Europe/Rome
6540696	Calvanico	calvanico	Calvanico,Comune di Calvanico		IT	04	SA	065020	1570	Europe/Rome
6540697	Montecorvino Rovella	montecorvino-rovella	Comune di Montecorvino Rovella,Montecorvino Rovella		IT	04	SA	065073	12553	Europe/Rome
6540698	Montesano sulla Marcellana	montesano-sulla-marcellana	Comune di Montesano sulla Marcellana,Montesano sulla Marcellana		IT	04	SA	065076	6781	Europe/Rome
6540699	Nocera Superiore	nocera-superiore	Comune di Nocera Superiore,Nocera Superiore		IT	04	SA	065079	24151	Europe/Rome
6540700	Polla	polla	Comune di Polla,Polla		IT	04	SA	065097	5327	Europe/Rome
6540701	Roccapiemonte	roccapiemonte	Comune di Roccapiemonte,Roccapiemonte		IT	04	SA	065108	9124	Europe/Rome
6540702	Sassano	sassano	Comune di Sassano,Sassano		IT	04	SA	065136	4995	Europe/Rome
6540703	Sessa Cilento	sessa-cilento	Comune di Sessa Cilento,Sessa Cilento		IT	04	SA	065141	1366	Europe/Rome
6540704	Acciano	acciano	Acciano,Comune di Acciano		IT	01	AQ	066001	351	Europe/Rome
6540705	Anversa degli Abruzzi	anversa-degli-abruzzi	Anversa degli Abruzzi,Comune di Anversa degli Abruzzi		IT	01	AQ	066004	368	Europe/Rome
6540706	Castel di Sangro	castel-di-sangro	Castel di Sangro,Comune di Castel di Sangro		IT	01	AQ	066028	5985	Europe/Rome
6540707	Collarmele	collarmele	Collarmele,Comune di Collarmele		IT	01	AQ	066038	950	Europe/Rome
6540708	Collepietro	collepietro	Collepietro,Comune di Collepietro		IT	01	AQ	066040	235	Europe/Rome
6540709	Gioia dei Marsi	gioia-dei-marsi	Comune di Gioia dei Marsi,Gioia dei Marsi		IT	01	AQ	066046	2111	Europe/Rome
6540710	Luco dei Marsi	luco-dei-marsi	Comune di Luco dei Marsi,Luco dei Marsi		IT	01	AQ	066051	5868	Europe/Rome
6540711	Ofena	ofena	Comune di Ofena,Ofena		IT	01	AQ	066060	527	Europe/Rome
6540712	Rocca di Botte	rocca-di-botte	Comune di Rocca di Botte,Rocca di Botte		IT	01	AQ	066080	830	Europe/Rome
6540713	Sulmona	sulmona	Comune di Sulmona,Sul'mona,Sulmo,Sulmona,su er mo na,surumona,swlmwna,Сулмона,Сульмона,سولمونا,スルモーナ,苏尔莫纳		IT	01	AQ	066098	24275	Europe/Rome
6540714	Basciano	basciano	Basciano,Comune di Basciano		IT	01	TE	067005	2438	Europe/Rome
6540715	Bellante	bellante	Bellante,Comune di Bellante		IT	01	TE	067006	7160	Europe/Rome
6540716	Corropoli	corropoli	Comune di Corropoli,Corropoli		IT	01	TE	067021	4750	Europe/Rome
6540717	Giulianova	giulianova	Comune di Giulianova,Giulianova		IT	01	TE	067025	23199	Europe/Rome
6540718	Montefino	montefino	Comune di Montefino,Montefino		IT	01	TE	067027	1091	Europe/Rome
6540719	Notaresco	notaresco	Comune di Notaresco,Notaresco		IT	01	TE	067032	6863	Europe/Rome
6540720	Pineto	pineto	Comune di Pineto,Pineto		IT	01	TE	067035	14631	Europe/Rome
6540721	Torano Nuovo	torano-nuovo	Comune di Torano Nuovo,Torano Nuovo		IT	01	TE	067042	1658	Europe/Rome
6540722	Tortoreto	tortoreto	Comune di Tortoreto,Tortoreto		IT	01	TE	067044	10442	Europe/Rome
6540723	Valle Castellana	valle-castellana	Comune di Valle Castellana,Valle Castellana		IT	01	TE	067046	1029	Europe/Rome
6540724	Civitaquana	civitaquana	Civitaquana,Comune di Civitaquana		IT	01	PE	068013	1322	Europe/Rome
6540725	Farindola	farindola	Comune di Farindola,Farindola		IT	01	PE	068019	1601	Europe/Rome
6540726	Manoppello	manoppello	Comune di Manoppello,Manoppello		IT	01	PE	068022	7008	Europe/Rome
6540727	Moscufo	moscufo	Comune di Moscufo,Moscufo		IT	01	PE	068025	3264	Europe/Rome
6540728	Penne	penne	Comune di Penne,Penne		IT	01	PE	068027	12717	Europe/Rome
6540729	Pianella	pianella	Comune di Pianella,Pianella		IT	01	PE	068030	8437	Europe/Rome
6540730	Pietranico	pietranico	Comune di Pietranico,Pietranico		IT	01	PE	068032	509	Europe/Rome
6540731	Scafa	scafa	Comune di Scafa,Scafa		IT	01	PE	068039	3836	Europe/Rome
6540732	Ari	ari	Ari,Comune di Ari		IT	01	CH	069003	1165	Europe/Rome
6540733	Arielli	arielli	Arielli,Comune di Arielli		IT	01	CH	069004	1144	Europe/Rome
6540734	Crecchio	crecchio	Comune di Crecchio,Crecchio		IT	01	CH	069027	2932	Europe/Rome
6540735	Fresagrandinaria	fresagrandinaria	Comune di Fresagrandinaria,Fresagrandinaria		IT	01	CH	069036	1056	Europe/Rome
6540736	Pennapiedimonte	pennapiedimonte	Comune di Pennapiedimonte,Pennapiedimonte		IT	01	CH	069064	515	Europe/Rome
6540737	Busso	busso	Busso,Comune di Busso		IT	11	CB	070005	1367	Europe/Rome
6540738	Petacciato	petacciato	Comune di Petacciato,Petacciato		IT	11	CB	070051	3638	Europe/Rome
6540739	Biccari	biccari	Biccari,Comune di Biccari		IT	13	FG	071006	2872	Europe/Rome
6540740	Celenza Valfortore	celenza-valfortore	Celenza Valfortore,Comune di Celenza Valfortore		IT	13	FG	071018	1724	Europe/Rome
6540741	Manfredonia	manfredonia	Comune di Manfredonia,Manfredonia		IT	13	FG	071029	56257	Europe/Rome
6540742	Mattinata	mattinata	Comune di Mattinata,Mattinata		IT	13	FG	071031	6360	Europe/Rome
6540743	Rignano Garganico	rignano-garganico	Comune di Rignano Garganico,Rignano Garganico		IT	13	FG	071041	2200	Europe/Rome
6540744	San Giovanni Rotondo	san-giovanni-rotondo	Comune di San Giovanni Rotondo,San Giovanni Rotondo		IT	13	FG	071046	27329	Europe/Rome
6540745	San Paolo di Civitate	san-paolo-di-civitate	Comune di San Paolo di Civitate,San Paolo di Civitate		IT	13	FG	071050	5935	Europe/Rome
6540746	Cornuda	cornuda	Comune di Cornuda,Cornuda		IT	20	TV	026023	6217	Europe/Rome
6540747	Volturino	volturino	Comune di Volturino,Volturino		IT	13	FG	071062	1781	Europe/Rome
6540748	Bisceglie	bisceglie	Bisceglie,Comune di Bisceglie		IT	13	BT	110003	54678	Europe/Rome
6540749	Cassano delle Murge	cassano-delle-murge	Cassano delle Murge,Comune di Cassano delle Murge		IT	13	BA	072016	14270	Europe/Rome
6540750	Palagianello	palagianello	Comune di Palagianello,Palagianello		IT	13	TA	073020	7854	Europe/Rome
6540751	Cisternino	cisternino	Cisternino,Comune di Cisternino		IT	13	BR	074005	11745	Europe/Rome
6540752	San Michele Salentino	san-michele-salentino	Comune di San Michele Salentino,San Michele Salentino		IT	13	BR	074014	6371	Europe/Rome
6540753	San Vito dei Normanni	san-vito-dei-normanni	Comune di San Vito dei Normanni,San Vito dei Normanni		IT	13	BR	074017	19620	Europe/Rome
6540754	Acquarica del Capo	acquarica-del-capo	Acquarica del Capo,Comune di Acquarica del Capo		IT	13	LE	075001	4898	Europe/Rome
6540755	Cannole	cannole	Cannole,Comune di Cannole		IT	13	LE	075012	1754	Europe/Rome
6540756	Castrignano de' Greci	castrignano-de-greci	Castrignano de' Greci,Comune di Castrignano de' Greci		IT	13	LE	075018	4070	Europe/Rome
6540757	Cavallino	cavallino	Cavallino,Comune di Cavallino		IT	13	LE	075020	11913	Europe/Rome
6540758	Corigliano d'Otranto	corigliano-d-otranto	Comune di Corigliano d'Otranto,Corigliano d'Otranto		IT	13	LE	075023	5771	Europe/Rome
6540759	Cursi	cursi	Comune di Cursi,Cursi		IT	13	LE	075025	4251	Europe/Rome
6540760	Cutrofiano	cutrofiano	Comune di Cutrofiano,Cutrofiano		IT	13	LE	075026	9182	Europe/Rome
6540761	Gagliano del Capo	gagliano-del-capo	Comune di Gagliano del Capo,Gagliano del Capo		IT	13	LE	075028	5402	Europe/Rome
6540762	Giuggianello	giuggianello	Comune di Giuggianello,Giuggianello		IT	13	LE	075032	1249	Europe/Rome
6540763	Giurdignano	giurdignano	Comune di Giurdignano,Giurdignano		IT	13	LE	075033	1928	Europe/Rome
6540764	Lequile	lequile	Comune di Lequile,Lequile		IT	13	LE	075036	8624	Europe/Rome
6540765	Melpignano	melpignano	Comune di Melpignano,Melpignano		IT	13	LE	075045	2209	Europe/Rome
6540766	Miggiano	miggiano	Comune di Miggiano,Miggiano		IT	13	LE	075046	3684	Europe/Rome
6540767	Sanarica	sanarica	Comune di Sanarica,Sanarica		IT	13	LE	075067	1503	Europe/Rome
6540768	San Pietro in Lama	san-pietro-in-lama	Comune di San Pietro in Lama,San Pietro in Lama		IT	13	LE	075071	3600	Europe/Rome
6540769	Tricase	tricase	Comune di Tricase,Tricase		IT	13	LE	075088	17665	Europe/Rome
6540770	Porto Cesareo	porto-cesareo	Comune di Porto Cesareo,Porto Cesareo		IT	13	LE	075097	5448	Europe/Rome
6540771	Brindisi Montagna	brindisi-montagna	Brindisi Montagna,Comune di Brindisi Montagna		IT	02	PZ	076014	925	Europe/Rome
6540772	Calvello	calvello	Calvello,Comune di Calvello		IT	02	PZ	076015	1953	Europe/Rome
6540773	Forenza	forenza	Comune di Forenza,Forenza		IT	02	PZ	076033	2209	Europe/Rome
6540774	Lagonegro	lagonegro	Comune di Lagonegro,Lagonegro		IT	02	PZ	076039	5725	Europe/Rome
6540775	Lauria	lauria	Comune di Lauria,Lauria		IT	02	PZ	076042	13262	Europe/Rome
6540776	Maschito	maschito	Comune di Maschito,Maschito		IT	02	PZ	076047	1730	Europe/Rome
6540777	Picerno	picerno	Comune di Picerno,Picerno		IT	02	PZ	076059	6080	Europe/Rome
6540778	Rapolla	rapolla	Comune di Rapolla,Rapolla		IT	02	PZ	076064	4430	Europe/Rome
6540779	Trecchina	trecchina	Comune di Trecchina,Trecchina		IT	02	PZ	076092	2322	Europe/Rome
6540780	Salandra	salandra	Comune di Salandra,Salandra		IT	02	MT	077024	2934	Europe/Rome
6540781	Acri	acri	Acri,Comune di Acri		IT	03	CS	078003	21458	Europe/Rome
6540782	Belmonte Calabro	belmonte-calabro	Belmonte Calabro,Comune di Belmonte Calabro		IT	03	CS	078013	2007	Europe/Rome
6540783	Bisignano	bisignano	Bisignano,Comune di Bisignano		IT	03	CS	078017	10335	Europe/Rome
6540784	Canna	canna	Canna,Comune di Canna		IT	03	CS	078024	785	Europe/Rome
6540785	Castrovillari	castrovillari	Castrovillari,Comune di Castrovillari		IT	03	CS	078033	22515	Europe/Rome
6540786	Cerisano	cerisano	Cerisano,Comune di Cerisano		IT	03	CS	078037	3271	Europe/Rome
6540787	Cleto	cleto	Cleto,Comune di Cleto		IT	03	CS	078042	1320	Europe/Rome
6540788	Mongrassano	mongrassano	Comune di Mongrassano,Mongrassano		IT	03	CS	078080	1661	Europe/Rome
6540789	Parenti	parenti	Comune di Parenti,Parenti		IT	03	CS	078093	2249	Europe/Rome
6540790	Pietrafitta	pietrafitta	Comune di Pietrafitta,Pietrafitta		IT	03	CS	078098	1377	Europe/Rome
6540791	San Basile	san-basile	Comune di San Basile,San Basile		IT	03	CS	078111	1065	Europe/Rome
6540792	San Benedetto Ullano	san-benedetto-ullano	Comune di San Benedetto Ullano,San Benedetto Ullano		IT	03	CS	078112	1598	Europe/Rome
6540793	San Donato di Ninea	san-donato-di-ninea	Comune di San Donato di Ninea,San Donato di Ninea		IT	03	CS	078115	1491	Europe/Rome
6540794	San Giovanni in Fiore	san-giovanni-in-fiore	Comune di San Giovanni in Fiore,San Giovanni in Fiore		IT	03	CS	078119	17912	Europe/Rome
6540795	San Pietro in Amantea	san-pietro-in-amantea	Comune di San Pietro in Amantea,San Pietro in Amantea		IT	03	CS	078126	534	Europe/Rome
6540796	Santo Stefano di Rogliano	santo-stefano-di-rogliano	Comune di Santo Stefano di Rogliano,Santo Stefano di Rogliano		IT	03	CS	078134	1640	Europe/Rome
6540797	Saracena	saracena	Comune di Saracena,Saracena		IT	03	CS	078136	3964	Europe/Rome
6540798	Spezzano Piccolo	spezzano-piccolo	Comune di Spezzano Piccolo,Spezzano Piccolo		IT	03	CS	078144	2084	Europe/Rome
6540799	Torano Castello	torano-castello	Comune di Torano Castello,Torano Castello		IT	03	CS	078148	4573	Europe/Rome
6540800	Villapiana	villapiana	Comune di Villapiana,Villapiana		IT	03	CS	078154	5181	Europe/Rome
6540801	Borgia	borgia	Borgia,Comune di Borgia		IT	03	CZ	079011	7418	Europe/Rome
6540802	Fossato Serralta	fossato-serralta	Comune di Fossato Serralta,Fossato Serralta		IT	03	CZ	079052	614	Europe/Rome
6540803	Girifalco	girifalco	Comune di Girifalco,Girifalco		IT	03	CZ	079059	6120	Europe/Rome
6540805	Montauro	montauro	Comune di Montauro,Montauro		IT	03	CZ	079080	1583	Europe/Rome
6540806	Motta Santa Lucia	motta-santa-lucia	Comune di Motta Santa Lucia,Motta Santa Lucia		IT	03	CZ	079083	871	Europe/Rome
6540807	Sant'Andrea Apostolo dello Ionio	sant-andrea-apostolo-dello-ionio	Comune di Sant'Andrea Apostolo dello Ionio,Sant'Andrea Apostolo dello Ionio		IT	03	CZ	079118	2072	Europe/Rome
6540808	Sersale	sersale	Comune di Sersale,Sersale		IT	03	CZ	079130	4767	Europe/Rome
6540809	Bagaladi	bagaladi	Bagaladi,Comune di Bagaladi		IT	03	RC	080006	1082	Europe/Rome
6540810	Benestare	benestare	Benestare,Comune di Benestare		IT	03	RC	080008	2442	Europe/Rome
6540811	Careri	careri	Careri,Comune di Careri		IT	03	RC	080023	2410	Europe/Rome
6540812	Cinquefrondi	cinquefrondi	Cinquefrondi,Comune di Cinquefrondi		IT	03	RC	080027	6492	Europe/Rome
6540813	Galatro	galatro	Comune di Galatro,Galatro		IT	03	RC	080035	1778	Europe/Rome
6540814	Gioiosa Ionica	gioiosa-ionica	Comune di Gioiosa Ionica,Gioiosa Ionica		IT	03	RC	080039	7014	Europe/Rome
6540815	Laganadi	laganadi	Comune di Laganadi,Laganadi		IT	03	RC	080041	412	Europe/Rome
6540816	Rosarno	rosarno	Comune di Rosarno,Rosarno		IT	03	RC	080069	14380	Europe/Rome
6540817	Sant'Eufemia d'Aspromonte	sant-eufemia-d-aspromonte	Comune di Sant'Eufemia d'Aspromonte,Sant'Eufemia d'Aspromonte		IT	03	RC	080081	4053	Europe/Rome
6540818	Scido	scido	Comune di Scido,Scido		IT	03	RC	080084	976	Europe/Rome
6540819	Siderno	siderno	Comune di Siderno,Siderno		IT	03	RC	080088	16879	Europe/Rome
6540820	Villa San Giovanni	villa-san-giovanni	Comune di Villa San Giovanni,Villa San Giovanni		IT	03	RC	080096	13395	Europe/Rome
6540821	Partanna	partanna	Comune di Partanna,Partanna		IT	15	TP	081015	10854	Europe/Rome
6540822	San Vito Lo Capo	san-vito-lo-capo	Comune di San Vito Lo Capo,San Vito Lo Capo		IT	15	TP	081020	4415	Europe/Rome
6540823	Geraci Siculo	geraci-siculo	Comune di Geraci Siculo,Geraci Siculo		IT	15	PA	082037	1925	Europe/Rome
6540824	Montelepre	montelepre	Comune di Montelepre,Montelepre		IT	15	PA	082050	6421	Europe/Rome
6540825	Pollina	pollina	Comune di Pollina,Pollina		IT	15	PA	082059	2998	Europe/Rome
6540826	Villabate	villabate	Comune di Villabate,Villabate		IT	15	PA	082079	19819	Europe/Rome
6540827	Antillo	antillo	Antillo,Comune di Antillo		IT	15	ME	083004	992	Europe/Rome
6540828	Caronia	caronia	Caronia,Comune di Caronia		IT	15	ME	083011	3463	Europe/Rome
6540829	Furci Siculo	furci-siculo	Comune di Furci Siculo,Furci Siculo		IT	15	ME	083027	3428	Europe/Rome
6540830	Longi	longi	Comune di Longi,Longi		IT	15	ME	083042	1562	Europe/Rome
6540831	Mistretta	mistretta	Comune di Mistretta,Mistretta		IT	15	ME	083052	5014	Europe/Rome
6540832	Montalbano Elicona	montalbano-elicona	Comune di Montalbano Elicona,Montalbano Elicona		IT	15	ME	083057	2420	Europe/Rome
6540833	Nizza di Sicilia	nizza-di-sicilia	Comune di Nizza di Sicilia,Nizza di Sicilia		IT	15	ME	083061	3723	Europe/Rome
6540834	Raccuja	raccuja	Comune di Raccuja,Raccuja		IT	15	ME	083069	1139	Europe/Rome
6540835	San Pier Niceto	san-pier-niceto	Comune di San Pier Niceto,San Pier Niceto		IT	15	ME	083080	2911	Europe/Rome
6540836	Saponara	saponara	Comune di Saponara,Saponara		IT	15	ME	083092	4078	Europe/Rome
6540837	Valdina	valdina	Comune di Valdina,Valdina		IT	15	ME	083103	1352	Europe/Rome
6540838	Villafranca Tirrena	villafranca-tirrena	Comune di Villafranca Tirrena,Villafranca Tirrena		IT	15	ME	083105	8748	Europe/Rome
6540839	Calamonaci	calamonaci	Calamonaci,Comune di Calamonaci		IT	15	AG	084006	1375	Europe/Rome
6540840	Comitini	comitini	Comitini,Comune di Comitini		IT	15	AG	084016	944	Europe/Rome
6540841	Montallegro	montallegro	Comune di Montallegro,Montallegro,Muntallegru		IT	15	AG	084024	2543	Europe/Rome
6540842	Naro	naro	Comune di Naro,Naro		IT	15	AG	084026	8103	Europe/Rome
6540843	Palma di Montechiaro	palma-di-montechiaro	Comune di Palma di Montechiaro,Palma di Montechiaro		IT	15	AG	084027	23643	Europe/Rome
6540844	Realmonte	realmonte	Comune di Realmonte,Muntiriali,Realmonte		IT	15	AG	084032	4487	Europe/Rome
6540845	Delia	delia	Comune di Delia,Delia		IT	15	CL	085006	4325	Europe/Rome
6540846	Sommatino	sommatino	Comune di Sommatino,Sommatino		IT	15	CL	085019	7267	Europe/Rome
6540847	Villalba	villalba	Comune di Villalba,Villalba		IT	15	CL	085022	1731	Europe/Rome
6540848	Barrafranca	barrafranca	Barrafranca,Comune di Barrafranca		IT	15	EN	086004	13977	Europe/Rome
6540849	Acireale	acireale	Acireale,Comune di Acireale		IT	15	CT	087004	51456	Europe/Rome
6540850	Linguaglossa	linguaglossa	Comune di Linguaglossa,Linguaglossa		IT	15	CT	087021	5416	Europe/Rome
6540851	San Gregorio di Catania	san-gregorio-di-catania	Comune di San Gregorio di Catania,San Gregorio di Catania		IT	15	CT	087042	11497	Europe/Rome
6540852	Sant'Alfio	sant-alfio	Comune di Sant'Alfio,Sant'Alfio		IT	15	CT	087046	1631	Europe/Rome
6540853	Santa Croce Camerina	santa-croce-camerina	Comune di Santa Croce Camerina,Santa Croce Camerina		IT	15	RG	088010	9452	Europe/Rome
6540854	Avola	avola	Avola,Comune di Avola		IT	15	SR	089002	31328	Europe/Rome
6540855	Anela	anela	Anela,Comune di Anela		IT	14	SS	090004	673	Europe/Rome
6540856	Bessude	bessude	Bessude,Comune di Bessude		IT	14	SS	090010	428	Europe/Rome
6540857	Bonnanaro	bonnanaro	Bonnanaro,Comune di Bonnanaro		IT	14	SS	090011	1021	Europe/Rome
6540858	Bortigiadas	bortigiadas	Bortigiadas,Comune di Bortigiadas		IT	14	OT	104007	800	Europe/Rome
6540859	Cheremule	cheremule	Cheremule,Comune di Cheremule		IT	14	SS	090024	455	Europe/Rome
6540860	Porto Torres	porto-torres	Comune di Porto Torres,Porto Torres		IT	14	SS	090058	22391	Europe/Rome
6540861	Aglientu	aglientu	Aglientu,Comune di Aglientu		IT	14	OT	104002	1171	Europe/Rome
6540862	Siligo	siligo	Comune di Siligo,Siligo		IT	14	SS	090068	912	Europe/Rome
6540863	Santa Maria Coghinas	santa-maria-coghinas	Comune di Santa Maria Coghinas,Santa Maria Coghinas		IT	14	SS	090087	1430	Europe/Rome
6540864	Dorgali	dorgali	Comune di Dorgali,Dorgali		IT	14	NU	091017	8524	Europe/Rome
6540865	Loculi	loculi	Comune di Loculi,Loculi		IT	14	NU	091040	515	Europe/Rome
6540866	Ovodda	ovodda	Comune di Ovodda,Ovodda		IT	14	NU	091071	1627	Europe/Rome
6540867	Sagama	sagama	Comune di Sagama,Sagama		IT	14	OR	095086	193	Europe/Rome
6540868	Sorgono	sorgono	Comune di Sorgono,Sorgono		IT	14	NU	091086	1753	Europe/Rome
6540869	Talana	talana	Comune di Talana,Talana		IT	14	OG	105016	1069	Europe/Rome
6540870	Torpè	torpe	Comune di Torpe,Comune di Torpè,Torpe,Torpè		IT	14	NU	091094	2891	Europe/Rome
6540871	Tratalias	tratalias	Comune di Tratalias,Tratalias		IT	14	CI	107021	1107	Europe/Rome
6540872	Agnone	agnone	Agnone,Comune di Agnone		IT	11	IS	094002	5240	Europe/Rome
6540873	Carovilli	carovilli	Carovilli,Comune di Carovilli		IT	11	IS	094007	1428	Europe/Rome
6540874	Conca Casale	conca-casale	Comune di Conca Casale,Conca Casale		IT	11	IS	094018	214	Europe/Rome
6540875	Miranda	miranda	Comune di Miranda,Miranda		IT	11	IS	094027	1064	Europe/Rome
6540876	Sesto Campano	sesto-campano	Comune di Sesto Campano,Sesto Campano		IT	11	IS	094050	2331	Europe/Rome
6540877	Vastogirardi	vastogirardi	Comune di Vastogirardi,Vastogirardi		IT	11	IS	094051	728	Europe/Rome
6540878	Boroneddu	boroneddu	Boroneddu,Comune di Boroneddu		IT	14	OR	095016	165	Europe/Rome
6540879	Seneghe	seneghe	Comune di Seneghe,Seneghe		IT	14	OR	095053	1847	Europe/Rome
6540880	Tadasuni	tadasuni	Comune di Tadasuni,Tadasuni		IT	14	OR	095064	184	Europe/Rome
6540881	Cavaglià	cavaglia	Cavaglia,Cavaglià,Comune di Cavaglia,Comune di Cavaglià		IT	12	BI	096016	3625	Europe/Rome
6540882	Cerrione	cerrione	Cerrione,Comune di Cerrione		IT	12	BI	096018	2894	Europe/Rome
6540883	Cossato	cossato	Comune di Cossato,Cossato		IT	12	BI	096020	14810	Europe/Rome
6540884	Graglia	graglia	Comune di Graglia,Graglia		IT	12	BI	096028	1588	Europe/Rome
6540885	Portula	portula	Comune di Portula,Portula		IT	12	BI	096048	1365	Europe/Rome
6540886	Sala Biellese	sala-biellese	Comune di Sala Biellese,Sala Biellese		IT	12	BI	096057	627	Europe/Rome
6540887	Bellano	bellano	Bellano,Comune di Bellano		IT	09	LC	097008	3264	Europe/Rome
6540888	Esino Lario	esino-lario	Comune di Esino Lario,Esino Lario		IT	09	LC	097035	750	Europe/Rome
6540889	Lierna	lierna	Comune di Lierna,Lierna		IT	09	LC	097043	2232	Europe/Rome
6540890	Olginate	olginate	Comune di Olginate,Olginate		IT	09	LC	097059	7102	Europe/Rome
6540891	Pagnona	pagnona	Comune di Pagnona,Pagnona		IT	09	LC	097063	402	Europe/Rome
6540892	Taceno	taceno	Comune di Taceno,Taceno		IT	09	LC	097079	541	Europe/Rome
6540893	Tremenico	tremenico	Comune di Tremenico,Tremenico		IT	09	LC	097081	186	Europe/Rome
6540894	Boffalora d'Adda	boffalora-d-adda	Boffalora d'Adda,Comune di Boffalora d'Adda		IT	09	LO	098003	1705	Europe/Rome
6540895	Orio Litta	orio-litta	Comune di Orio Litta,Orio Litta		IT	09	LO	098042	2023	Europe/Rome
6540896	Cattolica	cattolica	Cattolica,Comune di Cattolica		IT	05	RN	099002	16550	Europe/Rome
6540897	Montefiore Conca	montefiore-conca	Comune di Montefiore Conca,Montefiore Conca		IT	05	RN	099008	2195	Europe/Rome
6540898	San Giovanni in Marignano	san-giovanni-in-marignano	Comune di San Giovanni in Marignano,San Giovanni in Marignano		IT	05	RN	099017	8973	Europe/Rome
6540899	Mesoraca	mesoraca	Comune di Mesoraca,Mesoraca		IT	03	KR	101015	6718	Europe/Rome
6540900	San Nicola dell'Alto	san-nicola-dell-alto	Comune di San Nicola dell'Alto,San Nicola dell'Alto		IT	03	KR	101021	898	Europe/Rome
6540901	Briatico	briatico	Briatico,Comune di Briatico		IT	03	VV	102003	3983	Europe/Rome
6540902	Capistrano	capistrano	Capistrano,Comune di Capistrano		IT	03	VV	102005	1097	Europe/Rome
6540903	Dinami	dinami	Comune di Dinami,Dinami		IT	03	VV	102008	2433	Europe/Rome
6540904	San Calogero	san-calogero	Comune di San Calogero,San Calogero		IT	03	VV	102032	4460	Europe/Rome
6540905	San Gregorio d'Ippona	san-gregorio-d-ippona	Comune di San Gregorio d'Ippona,San Gregorio d'Ippona		IT	03	VV	102034	2422	Europe/Rome
6540906	Serra San Bruno	serra-san-bruno	Comune di Serra San Bruno,Serra San Bruno		IT	03	VV	102037	6850	Europe/Rome
6540907	Candiolo	candiolo	Candiolo,Comune di Candiolo		IT	12	TO	001051	5566	Europe/Rome
6540908	Cantoira	cantoira	Cantoira,Comune di Cantoira		IT	12	TO	001054	554	Europe/Rome
6540909	Castelnuovo Nigra	castelnuovo-nigra	Castelnuovo Nigra,Comune di Castelnuovo Nigra		IT	12	TO	001067	417	Europe/Rome
6540910	Cintano	cintano	Cintano,Comune di Cintano		IT	12	TO	001084	261	Europe/Rome
6540911	Lanzo Torinese	lanzo-torinese	Comune di Lanzo Torinese,Lanzo Torinese		IT	12	TO	001128	5150	Europe/Rome
6540912	Lauriano	lauriano	Comune di Lauriano,Lauriano		IT	12	TO	001129	1493	Europe/Rome
6540913	Loranzè	loranze	Comune di Loranze,Comune di Loranzè,Loranze,Loranzè		IT	12	TO	001137	1126	Europe/Rome
6540914	Mercenasco	mercenasco	Comune di Mercenasco,Mercenasco		IT	12	TO	001150	1267	Europe/Rome
6540915	Nichelino	nichelino	Comune di Nichelino,Nichelino		IT	12	TO	001164	47851	Europe/Rome
6540916	Oglianico	oglianico	Comune di Oglianico,Oglianico		IT	12	TO	001170	1426	Europe/Rome
6540917	Palazzo Canavese	palazzo-canavese	Comune di Palazzo Canavese,Palazzo Canavese		IT	12	TO	001177	843	Europe/Rome
6540918	Pessinetto	pessinetto	Comune di Pessinetto,Pessinetto		IT	12	TO	001188	607	Europe/Rome
6540919	Rivara	rivara	Comune di Rivara,Rivara		IT	12	TO	001216	2666	Europe/Rome
6540920	Ronco Canavese	ronco-canavese	Comune di Ronco Canavese,Ronco Canavese		IT	12	TO	001224	313	Europe/Rome
6540921	San Francesco al Campo	san-francesco-al-campo	Comune di San Francesco al Campo,San Francesco al Campo		IT	12	TO	001240	4825	Europe/Rome
6540922	Settimo Rottaro	settimo-rottaro	Comune di Settimo Rottaro,Settimo Rottaro		IT	12	TO	001264	503	Europe/Rome
6540923	Settimo Torinese	settimo-torinese	Comune di Settimo Torinese,Settimo Torinese		IT	12	TO	001265	46875	Europe/Rome
6540924	Tavagnasco	tavagnasco	Comune di Tavagnasco,Tavagnasco		IT	12	TO	001271	813	Europe/Rome
6540925	Venaus	venaus	Comune di Venaus,Venaus		IT	12	TO	001291	959	Europe/Rome
6540926	Vistrorio	vistrorio	Comune di Vistrorio,Vistrorio		IT	12	TO	001312	521	Europe/Rome
6540927	Volvera	volvera	Comune di Volvera,Volvera		IT	12	TO	001315	8690	Europe/Rome
6540928	Bianzè	bianze	Bianze,Bianzè,Comune di Bianze,Comune di Bianzè		IT	12	VC	002011	2028	Europe/Rome
6540929	Campertogno	campertogno	Campertogno,Comune di Campertogno		IT	12	VC	002025	243	Europe/Rome
6540930	Carcoforo	carcoforo	Carcoforo,Comune di Carcoforo		IT	12	VC	002029	75	Europe/Rome
6540931	Quinto Vercellese	quinto-vercellese	Comune di Quinto Vercellese,Quinto Vercellese		IT	12	VC	002108	400	Europe/Rome
6540932	Tronzano Vercellese	tronzano-vercellese	Comune di Tronzano Vercellese,Tronzano Vercellese		IT	12	VC	002150	3558	Europe/Rome
6540933	Cameri	cameri	Cameri,Comune di Cameri		IT	12	NO	003032	10770	Europe/Rome
6540934	Casalino	casalino	Casalino,Comune di Casalino		IT	12	NO	003040	1555	Europe/Rome
6540935	Momo	momo	Comune di Momo,Momo		IT	12	NO	003100	2673	Europe/Rome
6540936	Argentera	argentera	Argentera,Comune di Argentera		IT	12	CN	004006	79	Europe/Rome
6540937	Borgo San Dalmazzo	borgo-san-dalmazzo	Borgo San Dalmazzo,Comune di Borgo San Dalmazzo		IT	12	CN	004025	12372	Europe/Rome
6540938	Cravanzana	cravanzana	Comune di Cravanzana,Cravanzana		IT	12	CN	004076	408	Europe/Rome
6540939	Dogliani	dogliani	Comune di Dogliani,Dogliani		IT	12	CN	004081	4805	Europe/Rome
6540940	Garessio	garessio	Comune di Garessio,Garessio		IT	12	CN	004095	3362	Europe/Rome
6540941	Genola	genola	Comune di Genola,Genola		IT	12	CN	004096	2596	Europe/Rome
6540942	Narzole	narzole	Comune di Narzole,Narzole		IT	12	CN	004147	3532	Europe/Rome
6540943	Piasco	piasco	Comune di Piasco,Piasco		IT	12	CN	004166	2821	Europe/Rome
6540944	Rossana	rossana	Comune di Rossana,Rossana		IT	12	CN	004197	909	Europe/Rome
6540945	Sambuco	sambuco	Comune di Sambuco,Sambuco		IT	12	CN	004204	100	Europe/Rome
6540946	Sampeyre	sampeyre	Comune di Sampeyre,Sampeyre		IT	12	CN	004205	1069	Europe/Rome
6540947	Sanfrè	sanfre	Comune di Sanfre,Comune di Sanfrè,Sanfre,Sanfrè		IT	12	CN	004208	2901	Europe/Rome
6540948	Santo Stefano Belbo	santo-stefano-belbo	Comune di Santo Stefano Belbo,Santo Stefano Belbo		IT	12	CN	004213	4055	Europe/Rome
6540949	Serravalle Langhe	serravalle-langhe	Comune di Serravalle Langhe,Serravalle Langhe		IT	12	CN	004219	323	Europe/Rome
6540950	Valgrana	valgrana	Comune di Valgrana,Valgrana		IT	12	CN	004234	817	Europe/Rome
6540951	Bubbio	bubbio	Bubbio,Comune di Bubbio		IT	12	AT	005011	912	Europe/Rome
6540952	Castelnuovo Don Bosco	castelnuovo-don-bosco	Castelnuovo Don Bosco,Comune di Castelnuovo Don Bosco		IT	12	AT	005031	3260	Europe/Rome
6540953	Cortandone	cortandone	Comune di Cortandone,Cortandone		IT	12	AT	005045	323	Europe/Rome
6540954	Grazzano Badoglio	grazzano-badoglio	Comune di Grazzano Badoglio,Grazzano Badoglio		IT	12	AT	005057	618	Europe/Rome
6540955	Montechiaro d'Asti	montechiaro-d-asti	Comune di Montechiaro d'Asti,Montechiaro d'Asti		IT	12	AT	005075	1380	Europe/Rome
6540956	Tonco	tonco	Comune di Tonco,Tonco		IT	12	AT	005109	899	Europe/Rome
6540957	Borgo San Martino	borgo-san-martino	Borgo San Martino,Comune di Borgo San Martino		IT	12	AL	006020	1470	Europe/Rome
6540958	Bosco Marengo	bosco-marengo	Bosco Marengo,Comune di Bosco Marengo		IT	12	AL	006021	2531	Europe/Rome
6540959	Cabella Ligure	cabella-ligure	Cabella Ligure,Comune di Cabella Ligure		IT	12	AL	006025	554	Europe/Rome
6540960	Gamalero	gamalero	Comune di Gamalero,Gamalero		IT	12	AL	006078	847	Europe/Rome
6540961	Giarole	giarole	Comune di Giarole,Giarole		IT	12	AL	006082	720	Europe/Rome
6540962	Malvicino	malvicino	Comune di Malvicino,Malvicino		IT	12	AL	006090	84	Europe/Rome
6540963	Colliano	colliano	Colliano,Comune di Colliano		IT	04	SA	065043	3764	Europe/Rome
6540964	Controne	controne	Comune di Controne,Controne		IT	04	SA	065045	872	Europe/Rome
6540965	Corleto Monforte	corleto-monforte	Comune di Corleto Monforte,Corleto Monforte		IT	04	SA	065048	643	Europe/Rome
6540966	Ozzano Monferrato	ozzano-monferrato	Comune di Ozzano Monferrato,Ozzano Monferrato		IT	12	AL	006123	1506	Europe/Rome
6540967	Quargnento	quargnento	Comune di Quargnento,Quargnento		IT	12	AL	006141	1397	Europe/Rome
6540968	Masera	masera	Comune di Masera,Masera		IT	12	VB	103042	1527	Europe/Rome
6540969	Telve	telve	Comune di Telve,Telve		IT	17	TN	022188	1995	Europe/Rome
6540970	Villa Lagarina	villa-lagarina	Comune di Villa Lagarina,Villa Lagarina		IT	17	TN	022222	3692	Europe/Rome
6540971	Bonavigo	bonavigo	Bonavigo,Comune di Bonavigo		IT	20	VR	023009	2024	Europe/Rome
6540972	Buttapietra	buttapietra	Buttapietra,Comune di Buttapietra		IT	20	VR	023016	6867	Europe/Rome
6540973	Cerea	cerea	Cerea,Comune di Cerea		IT	20	VR	023025	16251	Europe/Rome
6540974	Cologna Veneta	cologna-veneta	Cologna Veneta,Comune di Cologna Veneta		IT	20	VR	023027	8607	Europe/Rome
6540975	Ferrara di Monte Baldo	ferrara-di-monte-baldo	Comune di Ferrara di Monte Baldo,Ferrara di Monte Baldo		IT	20	VR	023034	221	Europe/Rome
6540976	Illasi	illasi	Comune di Illasi,Illasi		IT	20	VR	023039	5302	Europe/Rome
6540977	Palù	palu	Comune di Palu,Comune di Palù,Palu,Palù		IT	20	VR	023056	1284	Europe/Rome
6540978	Pescantina	pescantina	Comune di Pescantina,Pescantina		IT	20	VR	023058	16326	Europe/Rome
6540979	San Bonifacio	san-bonifacio	Comune di San Bonifacio,San Bonifacio		IT	20	VR	023069	20275	Europe/Rome
6540980	Sommacampagna	sommacampagna	Comune di Sommacampagna,Sommacampagna		IT	20	VR	023082	14615	Europe/Rome
6540981	Vestenanova	vestenanova	Comune di Vestenanova,Vestenanova		IT	20	VR	023093	2618	Europe/Rome
6540982	Asiago	asiago	Asiago,Comune di Asiago		IT	20	VI	024009	6391	Europe/Rome
6540983	Brendola	brendola	Brendola,Comune di Brendola		IT	20	VI	024015	6722	Europe/Rome
6540984	Gallio	gallio	Comune di Gallio,Gallio		IT	20	VI	024042	2413	Europe/Rome
6540985	Pianezze	pianezze	Comune di Pianezze,Pianezze		IT	20	VI	024077	2060	Europe/Rome
6540986	Sarcedo	sarcedo	Comune di Sarcedo,Sarcedo		IT	20	VI	024097	5303	Europe/Rome
6540987	Sossano	sossano			IT	20	VI	024102	4401	Europe/Rome
6540988	Valli del Pasubio	valli-del-pasubio	Comune di Valli del Pasubio,Valli del Pasubio		IT	20	VI	024113	3345	Europe/Rome
6540989	Valstagna	valstagna	Comune di Valstagna,Valstagna		IT	20	VI	024114	1851	Europe/Rome
6540990	Zovencedo	zovencedo	Comune di Zovencedo,Zovencedo		IT	20	VI	024121	796	Europe/Rome
6540991	Seren del Grappa	seren-del-grappa	Comune di Seren del Grappa,Seren del Grappa		IT	20	BL	025055	2557	Europe/Rome
6540992	Borso del Grappa	borso-del-grappa	Borso del Grappa,Comune di Borso del Grappa		IT	20	TV	026004	5913	Europe/Rome
6540993	Castelcucco	castelcucco	Castelcucco,Comune di Castelcucco		IT	20	TV	026011	2189	Europe/Rome
6540994	Maser	maser	Comune di Maser,Maser		IT	20	TV	026039	4962	Europe/Rome
6540995	Mogliano Veneto	mogliano-veneto	Comune di Mogliano Veneto,Mogliano Veneto		IT	20	TV	026043	27608	Europe/Rome
6540996	Oderzo	oderzo	Comune di Oderzo,Oderzo		IT	20	TV	026051	20068	Europe/Rome
6540997	Vidor	vidor	Comune di Vidor,Vidor		IT	20	TV	026090	3769	Europe/Rome
6540998	Camponogara	camponogara	Camponogara,Comune di Camponogara		IT	20	VE	027004	12920	Europe/Rome
6540999	Musile di Piave	musile-di-piave	Comune di Musile di Piave,Musile di Piave		IT	20	VE	027025	11518	Europe/Rome
6541000	Torre di Mosto	torre-di-mosto	Comune di Torre di Mosto,Torre di Mosto		IT	20	VE	027041	4739	Europe/Rome
6541001	Abano Terme	abano-terme	Abano Terme,Comune di Abano Terme		IT	20	PD	028001	19349	Europe/Rome
6541002	Casalserugo	casalserugo	Casalserugo,Comune di Casalserugo		IT	20	PD	028028	5452	Europe/Rome
6541003	Este	este	Comune di Este,Este		IT	20	PD	028037	16576	Europe/Rome
6541004	Grantorto	grantorto	Comune di Grantorto,Grantorto		IT	20	PD	028042	4661	Europe/Rome
6541005	Monselice	monselice	Comune di Monselice,Monselice		IT	20	PD	028055	17451	Europe/Rome
6541006	Ospedaletto Euganeo	ospedaletto-euganeo	Comune di Ospedaletto Euganeo,Ospedaletto Euganeo		IT	20	PD	028059	5876	Europe/Rome
6541007	Pernumia	pernumia	Comune di Pernumia,Pernumia		IT	20	PD	028061	3915	Europe/Rome
6541008	Polverara	polverara	Comune di Polverara,Polverara		IT	20	PD	028066	3104	Europe/Rome
6541009	Saccolongo	saccolongo	Comune di Saccolongo,Saccolongo		IT	20	PD	028073	4934	Europe/Rome
6541010	Saletto	saletto	Comune di Saletto,Saletto		IT	20	PD	028074	2730	Europe/Rome
6541011	Gaiba	gaiba	Comune di Gaiba,Gaiba		IT	20	RO	029025	1094	Europe/Rome
6541012	Lusia	lusia	Comune di Lusia,Lusia		IT	20	RO	029031	3595	Europe/Rome
6541013	San Martino di Venezze	san-martino-di-venezze	Comune di San Martino di Venezze,San Martino di Venezze		IT	20	RO	029044	4035	Europe/Rome
6541014	Stienta	stienta	Comune di Stienta,Stienta		IT	20	RO	029045	3329	Europe/Rome
6541015	Villamarzana	villamarzana	Comune di Villamarzana,Villamarzana		IT	20	RO	029049	1202	Europe/Rome
6541016	Villanova Marchesana	villanova-marchesana	Comune di Villanova Marchesana,Villanova Marchesana		IT	20	RO	029051	1000	Europe/Rome
6541017	Magnano in Riviera	magnano-in-riviera	Comune di Magnano in Riviera,Magnano in Riviera		IT	06	UD	030052	2366	Europe/Rome
6541018	San Pietro al Natisone	san-pietro-al-natisone	Comune di San Pietro al Natisone,San Pietro al Natisone		IT	06	UD	030103	2223	Europe/Rome
6541019	Treppo Grande	treppo-grande	Comune di Treppo Grande,Treppo Grande		IT	06	UD	030126	1741	Europe/Rome
6541020	Calendasco	calendasco	Calendasco,Comune di Calendasco		IT	05	PC	033008	2448	Europe/Rome
6541021	Cortemaggiore	cortemaggiore	Comune di Cortemaggiore,Cortemaggiore		IT	05	PC	033018	4456	Europe/Rome
6541022	Fiorenzuola d'Arda	fiorenzuola-d-arda	Comune di Fiorenzuola d'Arda,Fiorenzuola d'Arda		IT	05	PC	033021	14886	Europe/Rome
6541023	Nibbiano	nibbiano	Comune di Nibbiano,Nibbiano		IT	05	PC	033029	2263	Europe/Rome
6541024	Sarmato	sarmato	Comune di Sarmato,Sarmato		IT	05	PC	033042	2919	Europe/Rome
6541025	Pellegrino Parmense	pellegrino-parmense	Comune di Pellegrino Parmense,Pellegrino Parmense		IT	05	PR	034028	1066	Europe/Rome
6541026	Albinea	albinea	Albinea,Comune di Albinea		IT	05	RE	035001	8755	Europe/Rome
6541027	San Martino in Rio	san-martino-in-rio	Comune di San Martino in Rio,San Martino in Rio		IT	05	RE	035037	7773	Europe/Rome
6541028	Ravarino	ravarino	Comune di Ravarino,Ravarino		IT	05	MO	036034	6165	Europe/Rome
6541029	Borgo Tossignano	borgo-tossignano	Borgo Tossignano,Comune di Borgo Tossignano		IT	05	BO	037007	3302	Europe/Rome
6541030	Casalecchio di Reno	casalecchio-di-reno	Casalecchio di Reno,Comune di Casalecchio di Reno		IT	05	BO	037011	35173	Europe/Rome
6541031	Dozza	dozza	Comune di Dozza,Dozza		IT	05	BO	037025	6440	Europe/Rome
6541032	Imola	imola	Comune di Imola,Forum Cornelii,Imola,Imoła,aymwla,imora,yi mo la,Ímola,Ίμολα,Імола,Имола,إيمولا,ایمولا,イーモラ,伊莫拉		IT	05	BO	037032	67892	Europe/Rome
6541033	Monghidoro	monghidoro	Comune di Monghidoro,Monghidoro		IT	05	BO	037040	3806	Europe/Rome
6541034	Monterenzio	monterenzio	Comune di Monterenzio,Monterenzio		IT	05	BO	037041	5853	Europe/Rome
6541035	Porretta Terme	porretta-terme	Comune di Porretta Terme,Porretta Terme		IT	05	BO	037049	4735	Europe/Rome
6541037	Berra	berra	Berra,Comune di Berra		IT	05	FE	038002	5160	Europe/Rome
6541038	Cento	cento	Cento,Comune di Cento		IT	05	FE	038004	34723	Europe/Rome
6541039	Mesola	mesola	Comune di Mesola,Mesola		IT	05	FE	038014	7140	Europe/Rome
6541040	Vigarano Mainarda	vigarano-mainarda	Comune di Vigarano Mainarda,Vigarano Mainarda		IT	05	FE	038022	7431	Europe/Rome
6541041	Alfonsine	alfonsine	Alfonsine,Comune di Alfonsine		IT	05	RA	039001	12245	Europe/Rome
6541042	Bagnara di Romagna	bagnara-di-romagna	Bagnara di Romagna,Comune di Bagnara di Romagna		IT	05	RA	039003	2348	Europe/Rome
6541043	Casola Valsenio	casola-valsenio	Casola Valsenio,Comune di Casola Valsenio		IT	05	RA	039005	2724	Europe/Rome
6541044	Riolo Terme	riolo-terme	Comune di Riolo Terme,Riolo Terme		IT	05	RA	039015	5777	Europe/Rome
6541045	Civitella di Romagna	civitella-di-romagna	Civitella di Romagna,Comune di Civitella di Romagna		IT	05	FC	040009	3792	Europe/Rome
6541046	Modigliana	modigliana	Comune di Modigliana,Modigliana		IT	05	FC	040022	4726	Europe/Rome
6541047	Rocca San Casciano	rocca-san-casciano	Comune di Rocca San Casciano,Rocca San Casciano		IT	05	FC	040036	2000	Europe/Rome
6541048	Acqualagna	acqualagna	Acqualagna,Comune di Acqualagna		IT	10	PU	041001	4496	Europe/Rome
6541049	Cantiano	cantiano	Cantiano,Comune di Cantiano		IT	10	PU	041008	2356	Europe/Rome
6541050	Fano	fano	Comune di Fano,Fano		IT	10	PU	041013	62901	Europe/Rome
6541051	Fossombrone	fossombrone	Comune di Fossombrone,Fossombrone		IT	10	PU	041015	9858	Europe/Rome
6541052	Gradara	gradara	Comune di Gradara,Gradara		IT	10	PU	041020	4758	Europe/Rome
6541053	San Lorenzo in Campo	san-lorenzo-in-campo	Comune di San Lorenzo in Campo,San Lorenzo in Campo		IT	10	PU	041054	3496	Europe/Rome
6541054	Tavoleto	tavoleto	Comune di Tavoleto,Tavoleto		IT	10	PU	041064	894	Europe/Rome
6541055	Agugliano	agugliano	Agugliano,Comune di Agugliano		IT	10	AN	042001	4870	Europe/Rome
6541056	Camerata Picena	camerata-picena	Camerata Picena,Comune di Camerata Picena		IT	10	AN	042007	2419	Europe/Rome
6541057	Castelplanio	castelplanio	Castelplanio,Comune di Castelplanio		IT	10	AN	042012	3482	Europe/Rome
6541058	Montecarotto	montecarotto	Comune di Montecarotto,Montecarotto		IT	10	AN	042026	2080	Europe/Rome
6541059	Morro d'Alba	morro-d-alba	Comune di Morro d'Alba,Morro d'Alba		IT	10	AN	042031	1977	Europe/Rome
6541060	Offagna	offagna	Comune di Offagna,Offagna		IT	10	AN	042033	1880	Europe/Rome
6541061	Polverigi	polverigi	Comune di Polverigi,Polverigi		IT	10	AN	042038	4327	Europe/Rome
6541062	San Marcello	san-marcello	Comune di San Marcello,San Marcello		IT	10	AN	042041	2069	Europe/Rome
6541063	Bolognola	bolognola	Bolognola,Comune di Bolognola		IT	10	MC	043005	161	Europe/Rome
6541064	Caldarola	caldarola	Caldarola,Comune di Caldarola		IT	10	MC	043006	1839	Europe/Rome
6541065	Castelraimondo	castelraimondo	Castelraimondo,Comune di Castelraimondo		IT	10	MC	043009	4741	Europe/Rome
6541066	Cessapalombo	cessapalombo	Cessapalombo,Comune di Cessapalombo		IT	10	MC	043011	546	Europe/Rome
6541067	Cingoli	cingoli	Cingoli,Comune di Cingoli		IT	10	MC	043012	10509	Europe/Rome
6541068	Gagliole	gagliole	Comune di Gagliole,Gagliole		IT	10	MC	043020	655	Europe/Rome
6541069	Tolentino	tolentino	Comune di Tolentino,Tolentino		IT	10	MC	043053	20336	Europe/Rome
6541070	Belmonte Piceno	belmonte-piceno	Belmonte Piceno,Comune di Belmonte Piceno		IT	10	FM	109003	664	Europe/Rome
6541071	Folignano	folignano	Comune di Folignano,Folignano		IT	10	AP	044020	9302	Europe/Rome
6541072	Lapedona	lapedona	Comune di Lapedona,Lapedona		IT	10	FM	109009	1175	Europe/Rome
6541073	Massignano	massignano	Comune di Massignano,Massignano		IT	10	AP	044029	1655	Europe/Rome
6541074	Montefortino	montefortino	Comune di Montefortino,Montefortino		IT	10	FM	109015	1214	Europe/Rome
6541075	Offida	offida	Comune di Offida,Offida		IT	10	AP	044054	5215	Europe/Rome
6541076	Petritoli	petritoli	Comune di Petritoli,Petritoli		IT	10	FM	109031	2440	Europe/Rome
6541077	Porto Sant'Elpidio	porto-sant-elpidio	Comune di Porto Sant'Elpidio,Porto Sant'Elpidio		IT	10	FM	109034	25324	Europe/Rome
6541078	Pontremoli	pontremoli	Comune di Pontremoli,Pontremoli		IT	16	MS	045014	7633	Europe/Rome
6541079	Villafranca in Lunigiana	villafranca-in-lunigiana	Comune di Villafranca in Lunigiana,Villafranca in Lunigiana		IT	16	MS	045016	4730	Europe/Rome
6541080	Camporgiano	camporgiano	Camporgiano,Comune di Camporgiano		IT	16	LU	046006	2285	Europe/Rome
6541081	Gallicano	gallicano	Comune di Gallicano,Gallicano		IT	16	LU	046015	3882	Europe/Rome
6541082	Molazzana	molazzana	Comune di Molazzana,Molazzana		IT	16	LU	046020	1127	Europe/Rome
6541083	Villa Basilica	villa-basilica	Comune di Villa Basilica,Villa Basilica		IT	16	LU	046034	1700	Europe/Rome
6541084	Abetone	abetone	Abetone,Comune di Abetone		IT	16	PT	047001	687	Europe/Rome
6541085	Serravalle Pistoiese	serravalle-pistoiese	Comune di Serravalle Pistoiese,Serravalle Pistoiese		IT	16	PT	047020	11517	Europe/Rome
6541086	Barberino di Mugello	barberino-di-mugello	Barberino di Mugello,Comune di Barberino di Mugello		IT	16	FI	048002	10461	Europe/Rome
6541087	Calenzano	calenzano	Calenzano,Comune di Calenzano		IT	16	FI	048005	16637	Europe/Rome
6541088	Fiesole	fiesole	Comune di Fiesole,Fiesole		IT	16	FI	048015	13990	Europe/Rome
6541089	Fucecchio	fucecchio	Comune di Fucecchio,Fucecchio		IT	16	FI	048019	22785	Europe/Rome
6541091	Campiglia Marittima	campiglia-marittima	Campiglia Marittima,Comune di Campiglia Marittima		IT	16	LI	049002	13220	Europe/Rome
6541092	Castagneto Carducci	castagneto-carducci	Castagneto Carducci,Comune di Castagneto Carducci		IT	16	LI	049006	8462	Europe/Rome
6541093	Rosignano Marittimo	rosignano-marittimo	Comune di Rosignano Marittimo,Rosignano Marittimo		IT	16	LI	049017	31752	Europe/Rome
6541094	Calci	calci	Calci,Comune di Calci		IT	16	PI	050003	6409	Europe/Rome
6541095	Terricciola	terricciola	Comune di Terricciola,Terricciola		IT	16	PI	050036	4511	Europe/Rome
6541096	Vicopisano	vicopisano	Comune di Vicopisano,Vicopisano		IT	16	PI	050038	8479	Europe/Rome
6541097	Monte San Savino	monte-san-savino	Comune di Monte San Savino,Monte San Savino		IT	16	AR	051025	8743	Europe/Rome
6541098	Montevarchi	montevarchi	Comune di Montevarchi,Montevarchi		IT	16	AR	051026	23971	Europe/Rome
6541100	Sansepolcro	sansepolcro	Comune di Sansepolcro,Sansepolcro		IT	16	AR	051034	16108	Europe/Rome
6541101	Sestino	sestino	Comune di Sestino,Sestino		IT	16	AR	051035	1421	Europe/Rome
6541102	Colle di Val d'Elsa	colle-di-val-d-elsa	Colle di Val d'Elsa,Comune di Colle di Val d'Elsa		IT	16	SI	052012	21256	Europe/Rome
6541103	Montalcino	montalcino	Comune di Montalcino,Montalcino		IT	16	SI	052014	5145	Europe/Rome
6541104	Radicondoli	radicondoli	Comune di Radicondoli,Radicondoli		IT	16	SI	052025	931	Europe/Rome
6541105	Cinigiano	cinigiano	Cinigiano,Comune di Cinigiano		IT	16	GR	053007	2662	Europe/Rome
6541106	Follonica	follonica	Comune di Follonica,Follonica		IT	16	GR	053009	21479	Europe/Rome
6541107	Orbetello	orbetello	Comune di Orbetello,Orbetello		IT	16	GR	053018	14705	Europe/Rome
6541108	Roccastrada	roccastrada	Comune di Roccastrada,Roccastrada		IT	16	GR	053021	9378	Europe/Rome
6541109	Castiglione del Lago	castiglione-del-lago	Castiglione del Lago,Comune di Castiglione del Lago		IT	18	PG	054009	15422	Europe/Rome
6541110	Fratta Todina	fratta-todina	Comune di Fratta Todina,Fratta Todina		IT	18	PG	054020	1840	Europe/Rome
6541111	Gubbio	gubbio	Comune di Gubbio,Gubbio		IT	18	PG	054024	32432	Europe/Rome
6541112	Montefalco	montefalco	Comune di Montefalco,Montefalco		IT	18	PG	054030	5691	Europe/Rome
6541113	Monteleone di Spoleto	monteleone-di-spoleto	Comune di Monteleone di Spoleto,Monteleone di Spoleto		IT	18	PG	054031	626	Europe/Rome
6541114	Monte Santa Maria Tiberina	monte-santa-maria-tiberina	Comune di Monte Santa Maria Tiberina,Monte Santa Maria Tiberina		IT	18	PG	054032	1216	Europe/Rome
6541115	Passignano sul Trasimeno	passignano-sul-trasimeno	Comune di Passignano sul Trasimeno,Passignano sul Trasimeno		IT	18	PG	054038	5522	Europe/Rome
6541116	Spoleto	spoleto	Comune di Spoleto,Spoleto		IT	18	PG	054051	38429	Europe/Rome
6541117	Torgiano	torgiano	Comune di Torgiano,Torgiano		IT	18	PG	054053	6520	Europe/Rome
6541118	Lugnano in Teverina	lugnano-in-teverina	Comune di Lugnano in Teverina,Lugnano in Teverina		IT	18	TR	055016	1539	Europe/Rome
6541119	Penna in Teverina	penna-in-teverina	Comune di Penna in Teverina,Penna in Teverina		IT	18	TR	055026	1056	Europe/Rome
6541120	Acquapendente	acquapendente	Acquapendente,Comune di Acquapendente		IT	07	VT	056001	5655	Europe/Rome
6541121	Bassano Romano	bassano-romano	Bassano Romano,Comune di Bassano Romano		IT	07	VT	056005	4834	Europe/Rome
6541122	Capodimonte	capodimonte	Capodimonte,Comune di Capodimonte		IT	07	VT	056013	1741	Europe/Rome
6541123	Civita Castellana	civita-castellana	Civita Castellana,Comune di Civita Castellana		IT	07	VT	056021	15596	Europe/Rome
6541124	Nepi	nepi	Comune di Nepi,Nepi		IT	07	VT	056039	9353	Europe/Rome
6541125	Borgorose	borgorose	Borgorose,Comune di Borgorose		IT	07	RI	057007	4615	Europe/Rome
6541126	Borgo Velino	borgo-velino	Borgo Velino,Comune di Borgo Velino		IT	07	RI	057008	990	Europe/Rome
6541127	Configni	configni	Comune di Configni,Configni		IT	07	RI	057024	672	Europe/Rome
6541128	Contigliano	contigliano	Comune di Contigliano,Contigliano		IT	07	RI	057025	3601	Europe/Rome
6541129	Capena	capena	Capena,Comune di Capena		IT	07	RM	058018	9488	Europe/Rome
6541130	Cerreto Laziale	cerreto-laziale	Cerreto Laziale,Comune di Cerreto Laziale		IT	07	RM	058027	1192	Europe/Rome
6541131	Mazzano Romano	mazzano-romano	Comune di Mazzano Romano,Mazzano Romano		IT	07	RM	058058	3056	Europe/Rome
6541132	Riofreddo	riofreddo	Comune di Riofreddo,Riofreddo		IT	07	RM	058083	762	Europe/Rome
6541133	Sant'Oreste	sant-oreste	Comune di Sant'Oreste,Sant'Oreste		IT	07	RM	058099	3702	Europe/Rome
6541134	San Cesareo	san-cesareo	Comune di San Cesareo,San Cesareo		IT	07	RM	058119	13806	Europe/Rome
6541135	Aprilia	aprilia	Aprilia,Comune di Aprilia		IT	07	LT	059001	66979	Europe/Rome
6541136	Fondi	fondi	Comune di Fondi,Fondi		IT	07	LT	059007	37180	Europe/Rome
6541137	Sabaudia	sabaudia	Comune di Sabaudia,Sabaudia		IT	07	LT	059024	18812	Europe/Rome
6541138	Santi Cosma e Damiano	santi-cosma-e-damiano	Comune di Santi Cosma e Damiano,Santi Cosma e Damiano		IT	07	LT	059026	6882	Europe/Rome
6541139	Sezze	sezze	Comune di Sezze,Sezze		IT	07	LT	059028	24114	Europe/Rome
6541140	Aquino	aquino	Aquino,Comune di Aquino		IT	07	FR	060007	5309	Europe/Rome
6541141	Ausonia	ausonia	Ausonia,Comune di Ausonia		IT	07	FR	060012	2650	Europe/Rome
6541142	Belmonte Castello	belmonte-castello	Belmonte Castello,Comune di Belmonte Castello		IT	07	FR	060013	778	Europe/Rome
6541143	Boville Ernica	boville-ernica	Boville Ernica,Comune di Boville Ernica		IT	07	FR	060014	8811	Europe/Rome
6541144	Ceprano	ceprano	Ceprano,Comune di Ceprano		IT	07	FR	060025	8740	Europe/Rome
6541145	Fumone	fumone	Comune di Fumone,Fumone		IT	07	FR	060039	2180	Europe/Rome
6541146	Serrone	serrone	Comune di Serrone,Serrone		IT	07	FR	060071	3069	Europe/Rome
6541147	Vicalvi	vicalvi	Comune di Vicalvi,Vicalvi		IT	07	FR	060086	806	Europe/Rome
6541148	Arienzo	arienzo	Arienzo,Comune di Arienzo		IT	04	CE	061004	5333	Europe/Rome
6541149	Capriati a Volturno	capriati-a-volturno	Capriati a Volturno,Comune di Capriati a Volturno		IT	04	CE	061014	1594	Europe/Rome
6541150	Santa Maria la Fossa	santa-maria-la-fossa	Comune di Santa Maria la Fossa,Santa Maria la Fossa		IT	04	CE	061084	2682	Europe/Rome
6541151	Valle Agricola	valle-agricola	Comune di Valle Agricola,Valle Agricola		IT	04	CE	061096	975	Europe/Rome
6541152	Castelvetere in Val Fortore	castelvetere-in-val-fortore	Castelvetere in Val Fortore,Comune di Castelvetere in Val Fortore		IT	04	BN	062020	1389	Europe/Rome
6541153	Fragneto l'Abate	fragneto-l-abate	Comune di Fragneto l'Abate,Fragneto l'Abate		IT	04	BN	062033	1116	Europe/Rome
6541154	Frasso Telesino	frasso-telesino	Comune di Frasso Telesino,Frasso Telesino		IT	04	BN	062035	2404	Europe/Rome
6541155	Melizzano	melizzano	Comune di Melizzano,Melizzano		IT	04	BN	062039	1892	Europe/Rome
6541156	Montefalcone di Val Fortore	montefalcone-di-val-fortore	Comune di Montefalcone di Val Fortore,Montefalcone di Val Fortore		IT	04	BN	062042	1650	Europe/Rome
6541157	Morcone	morcone	Comune di Morcone,Morcone		IT	04	BN	062044	5042	Europe/Rome
6541158	Pontelandolfo	pontelandolfo	Comune di Pontelandolfo,Pontelandolfo		IT	04	BN	062054	2288	Europe/Rome
6541159	Reino	reino	Comune di Reino,Reino		IT	04	BN	062056	1262	Europe/Rome
6541160	San Giorgio la Molara	san-giorgio-la-molara	Comune di San Giorgio la Molara,San Giorgio la Molara		IT	04	BN	062059	3050	Europe/Rome
6541161	Vitulano	vitulano	Comune di Vitulano,Vitulano		IT	04	BN	062077	2930	Europe/Rome
6541162	Afragola	afragola	Afragola,Comune di Afragola		IT	04	NA	063002	63820	Europe/Rome
6541163	Caivano	caivano	Caivano,Comune di Caivano		IT	04	NA	063011	37654	Europe/Rome
6541164	Giugliano in Campania	giugliano-in-campania	Comune di Giugliano in Campania,Giugliano in Campania		IT	04	NA	063034	108793	Europe/Rome
6541165	Ercolano	ercolano	Comune di Ercolano,Ercolano		IT	04	NA	063064	53677	Europe/Rome
6541166	Sant'Antonio Abate	sant-antonio-abate	Comune di Sant'Antonio Abate,Sant'Antonio Abate		IT	04	NA	063074	19546	Europe/Rome
6541167	Serrara Fontana	serrara-fontana	Comune di Serrara Fontana,Serrara Fontana		IT	04	NA	063078	3164	Europe/Rome
6541168	Torre Annunziata	torre-annunziata	Comune di Torre Annunziata,Torre Annunziata		IT	04	NA	063083	43521	Europe/Rome
6541169	Vico Equense	vico-equense	Comune di Vico Equense,Vico Equense		IT	04	NA	063086	20839	Europe/Rome
6541170	Pietrastornina	pietrastornina	Comune di Pietrastornina,Pietrastornina		IT	04	AV	064073	1568	Europe/Rome
6541171	San Mango sul Calore	san-mango-sul-calore	Comune di San Mango sul Calore,San Mango sul Calore		IT	04	AV	064082	1192	Europe/Rome
6541172	Sant'Angelo a Scala	sant-angelo-a-scala	Comune di Sant'Angelo a Scala,Sant'Angelo a Scala		IT	04	AV	064091	755	Europe/Rome
6541173	Taurasi	taurasi	Comune di Taurasi,Taurasi		IT	04	AV	064107	2444	Europe/Rome
6541174	Torre Le Nocelle	torre-le-nocelle	Comune di Torre Le Nocelle,Torre Le Nocelle		IT	04	AV	064110	1360	Europe/Rome
6541175	Trevico	trevico	Comune di Trevico,Trevico		IT	04	AV	064112	1072	Europe/Rome
6541176	Agropoli	agropoli	Agropoli,Comune di Agropoli		IT	04	SA	065002	20610	Europe/Rome
6541177	Angri	angri	Angri,Comune di Angri		IT	04	SA	065007	32576	Europe/Rome
6541178	Aquara	aquara	Aquara,Comune di Aquara		IT	04	SA	065008	1550	Europe/Rome
6541179	Campora	campora	Campora,Comune di Campora		IT	04	SA	065023	461	Europe/Rome
6541180	Casal Velino	casal-velino	Casal Velino,Comune di Casal Velino		IT	04	SA	065028	4938	Europe/Rome
6541181	Castelcivita	castelcivita	Castelcivita,Comune di Castelcivita		IT	04	SA	065030	1834	Europe/Rome
6541182	Ceraso	ceraso	Ceraso,Comune di Ceraso		IT	04	SA	065040	2508	Europe/Rome
6541183	Monte San Giacomo	monte-san-giacomo	Comune di Monte San Giacomo,Monte San Giacomo		IT	04	SA	065075	1630	Europe/Rome
6541184	Novi Velia	novi-velia	Comune di Novi Velia,Novi Velia		IT	04	SA	065080	2298	Europe/Rome
6541185	Pellezzano	pellezzano	Comune di Pellezzano,Pellezzano		IT	04	SA	065090	10580	Europe/Rome
6541186	Pertosa	pertosa	Comune di Pertosa,Pertosa		IT	04	SA	065093	705	Europe/Rome
6541187	Pollica	pollica	Comune di Pollica,Pollica		IT	04	SA	065098	2393	Europe/Rome
6541188	Roccadaspide	roccadaspide	Comune di Roccadaspide,Roccadaspide		IT	04	SA	065106	7354	Europe/Rome
6541189	Roscigno	roscigno	Comune di Roscigno,Roscigno		IT	04	SA	065111	827	Europe/Rome
6541190	Sacco	sacco	Comune di Sacco,Sacco		IT	04	SA	065113	559	Europe/Rome
6541191	Salvitelle	salvitelle	Comune di Salvitelle,Salvitelle		IT	04	SA	065117	582	Europe/Rome
6541192	Sant'Angelo a Fasanella	sant-angelo-a-fasanella	Comune di Sant'Angelo a Fasanella,Sant'Angelo a Fasanella		IT	04	SA	065128	718	Europe/Rome
6541193	Santomenna	santomenna	Comune di Santomenna,Santomenna		IT	04	SA	065131	473	Europe/Rome
6541194	Scafati	scafati	Comune di Scafati,Scafati		IT	04	SA	065137	50013	Europe/Rome
6541195	Tortorella	tortorella	Comune di Tortorella,Tortorella		IT	04	SA	065150	563	Europe/Rome
6541196	Trentinara	trentinara	Comune di Trentinara,Trentinara		IT	04	SA	065152	1683	Europe/Rome
6541197	Barisciano	barisciano	Barisciano,Comune di Barisciano		IT	01	AQ	066009	1853	Europe/Rome
6541198	Barrea	barrea	Barrea,Comune di Barrea		IT	01	AQ	066010	726	Europe/Rome
6541199	Campo di Giove	campo-di-giove	Campo di Giove,Comune di Campo di Giove		IT	01	AQ	066015	847	Europe/Rome
6541200	Cansano	cansano	Cansano,Comune di Cansano		IT	01	AQ	066018	282	Europe/Rome
6541201	Castelvecchio Calvisio	castelvecchio-calvisio	Castelvecchio Calvisio,Comune di Castelvecchio Calvisio		IT	01	AQ	066030	159	Europe/Rome
6541202	Corfinio	corfinio	Comune di Corfinio,Corfinio		IT	01	AQ	066041	1079	Europe/Rome
6541203	Ortucchio	ortucchio	Comune di Ortucchio,Ortucchio		IT	01	AQ	066064	1863	Europe/Rome
6541204	Pettorano sul Gizio	pettorano-sul-gizio	Comune di Pettorano sul Gizio,Pettorano sul Gizio		IT	01	AQ	066071	1363	Europe/Rome
6541205	Prata d'Ansidonia	prata-d-ansidonia	Comune di Prata d'Ansidonia,Prata d'Ansidonia		IT	01	AQ	066074	501	Europe/Rome
6541206	San Demetrio ne' Vestini	san-demetrio-ne-vestini	Comune di San Demetrio ne' Vestini,San Demetrio ne' Vestini		IT	01	AQ	066087	1836	Europe/Rome
6541207	Santo Stefano di Sessanio	santo-stefano-di-sessanio	Comune di Santo Stefano di Sessanio,Santo Stefano di Sessanio		IT	01	AQ	066091	111	Europe/Rome
6541208	Secinaro	secinaro	Comune di Secinaro,Secinaro		IT	01	AQ	066097	383	Europe/Rome
6541209	Castellalto	castellalto	Castellalto,Comune di Castellalto		IT	01	TE	067011	7359	Europe/Rome
6541210	Cermignano	cermignano	Cermignano,Comune di Cermignano		IT	01	TE	067016	1787	Europe/Rome
6541211	Sant'Omero	sant-omero	Comune di Sant'Omero,Sant'Omero		IT	01	TE	067039	5313	Europe/Rome
6541212	Abbateggio	abbateggio	Abbateggio,Comune di Abbateggio		IT	01	PE	068001	441	Europe/Rome
6541213	Caramanico Terme	caramanico-terme	Caramanico Terme,Comune di Caramanico Terme		IT	01	PE	068007	2008	Europe/Rome
6541214	Collecorvino	collecorvino	Collecorvino,Comune di Collecorvino		IT	01	PE	068015	5908	Europe/Rome
6541215	Corvara	corvara	Comune di Corvara,Corvara		IT	01	PE	068016	278	Europe/Rome
6541216	Lettomanoppello	lettomanoppello	Comune di Lettomanoppello,Lettomanoppello		IT	01	PE	068020	3019	Europe/Rome
6541217	Picciano	picciano	Comune di Picciano,Picciano		IT	01	PE	068031	1338	Europe/Rome
6541218	Rosciano	rosciano	Comune di Rosciano,Rosciano		IT	01	PE	068035	3663	Europe/Rome
6541219	Salle	salle	Comune di Salle,Salle		IT	01	PE	068036	317	Europe/Rome
6541220	Sant'Eufemia a Maiella	sant-eufemia-a-maiella	Comune di Sant'Eufemia a Maiella,Sant'Eufemia a Maiella		IT	01	PE	068037	299	Europe/Rome
6541221	Tocco da Casauria	tocco-da-casauria	Comune di Tocco da Casauria,Tocco da Casauria		IT	01	PE	068042	2721	Europe/Rome
6541222	Torre de' Passeri	torre-de-passeri	Comune di Torre de' Passeri,Torre de' Passeri		IT	01	PE	068043	3174	Europe/Rome
6541223	Vicoli	vicoli	Comune di Vicoli,Vicoli		IT	01	PE	068045	396	Europe/Rome
6541224	Altino	altino	Altino,Comune di Altino		IT	01	CH	069001	2833	Europe/Rome
6541225	Carpineto Sinello	carpineto-sinello	Carpineto Sinello,Comune di Carpineto Sinello		IT	01	CH	069011	666	Europe/Rome
6541226	Casalanguida	casalanguida	Casalanguida,Comune di Casalanguida		IT	01	CH	069014	1006	Europe/Rome
6541227	Frisa	frisa	Comune di Frisa,Frisa		IT	01	CH	069037	1889	Europe/Rome
6541228	Guardiagrele	guardiagrele	Comune di Guardiagrele,Guardiagrele		IT	01	CH	069043	9367	Europe/Rome
6541229	Lentella	lentella	Comune di Lentella,Lentella		IT	01	CH	069047	725	Europe/Rome
6541230	Miglianico	miglianico	Comune di Miglianico,Miglianico		IT	01	CH	069050	4844	Europe/Rome
6541231	Montenerodomo	montenerodomo	Comune di Montenerodomo,Montenerodomo		IT	01	CH	069054	736	Europe/Rome
6541232	Quadri	quadri	Comune di Quadri,Quadri		IT	01	CH	069070	863	Europe/Rome
6541233	Rapino	rapino	Comune di Rapino,Rapino		IT	01	CH	069071	1356	Europe/Rome
6541234	Santa Maria Imbaro	santa-maria-imbaro	Comune di Santa Maria Imbaro,Santa Maria Imbaro		IT	01	CH	069084	1830	Europe/Rome
6541235	Tornareccio	tornareccio	Comune di Tornareccio,Tornareccio		IT	01	CH	069092	1932	Europe/Rome
6541236	Torricella Peligna	torricella-peligna	Comune di Torricella Peligna,Torricella Peligna		IT	01	CH	069095	1391	Europe/Rome
6541237	Vacri	vacri	Comune di Vacri,Vacri		IT	01	CH	069098	1702	Europe/Rome
6541238	Villalfonsina	villalfonsina	Comune di Villalfonsina,Villalfonsina		IT	01	CH	069100	977	Europe/Rome
6541239	Villamagna	villamagna	Comune di Villamagna,Villamagna		IT	01	CH	069101	2437	Europe/Rome
6541240	Baranello	baranello	Baranello,Comune di Baranello		IT	11	CB	070002	2732	Europe/Rome
6541241	Campodipietra	campodipietra	Campodipietra,Comune di Campodipietra		IT	11	CB	070008	2567	Europe/Rome
6541242	Colle d'Anchise	colle-d-anchise	Colle d'Anchise,Comune di Colle d'Anchise		IT	11	CB	070020	802	Europe/Rome
6541243	Duronia	duronia	Comune di Duronia,Duronia		IT	11	CB	070022	431	Europe/Rome
6541244	Monacilioni	monacilioni	Comune di Monacilioni,Monacilioni		IT	11	CB	070040	553	Europe/Rome
6541245	San Giuliano del Sannio	san-giuliano-del-sannio	Comune di San Giuliano del Sannio,San Giuliano del Sannio		IT	11	CB	070067	1050	Europe/Rome
6541246	Spinete	spinete	Comune di Spinete,Spinete		IT	11	CB	070076	1373	Europe/Rome
6541247	Vinchiaturo	vinchiaturo	Comune di Vinchiaturo,Vinchiaturo		IT	11	CB	070084	3238	Europe/Rome
6541248	Castelluccio Valmaggiore	castelluccio-valmaggiore	Castelluccio Valmaggiore,Comune di Castelluccio Valmaggiore		IT	13	FG	071016	1331	Europe/Rome
6541249	Faeto	faeto	Comune di Faeto,Faeto		IT	13	FG	071023	644	Europe/Rome
6541250	Rocchetta Sant'Antonio	rocchetta-sant-antonio	Comune di Rocchetta Sant'Antonio,Rocchetta Sant'Antonio		IT	13	FG	071042	1954	Europe/Rome
6541251	Rodi Garganico	rodi-garganico	Comune di Rodi Garganico,Rodi Garganico		IT	13	FG	071043	3663	Europe/Rome
6541252	San Marco la Catola	san-marco-la-catola	Comune di San Marco la Catola,San Marco la Catola		IT	13	FG	071048	1082	Europe/Rome
6541253	Troia	troia	Comune di Troia,Troia		IT	13	FG	071058	7330	Europe/Rome
6541254	Altamura	altamura	Altamura,Comune di Altamura		IT	13	BA	072004	69529	Europe/Rome
6541255	Bitonto	bitonto	Bitonto,Comune di Bitonto		IT	13	BA	072011	56258	Europe/Rome
6541256	Cellamare	cellamare	Cellamare,Comune di Cellamare		IT	13	BA	072018	5491	Europe/Rome
6541257	Monopoli	monopoli	Comune di Monopoli,Monopoli		IT	13	BA	072030	48529	Europe/Rome
6541258	Terlizzi	terlizzi	Comune di Terlizzi,Terlizzi		IT	13	BA	072043	26986	Europe/Rome
6541259	Trani	trani	Comune di Trani,Trani		IT	13	BT	110009	55842	Europe/Rome
6541260	Valenzano	valenzano	Comune di Valenzano,Valenzano		IT	13	BA	072048	17897	Europe/Rome
6541261	Laterza	laterza	Comune di Laterza,Laterza		IT	13	TA	073009	15296	Europe/Rome
6541262	Mesagne	mesagne	Comune di Mesagne,Mesagne		IT	13	BR	074010	27753	Europe/Rome
6541263	Diso	diso	Comune di Diso,Diso		IT	13	LE	075027	3073	Europe/Rome
6541264	Montesano Salentino	montesano-salentino	Comune di Montesano Salentino,Montesano Salentino		IT	13	LE	075049	2677	Europe/Rome
6541265	Neviano	neviano	Comune di Neviano,Neviano		IT	13	LE	075053	5514	Europe/Rome
6541266	Otranto	otranto	Comune di Otranto,Otranto		IT	13	LE	075057	5622	Europe/Rome
6541267	Specchia	specchia	Comune di Specchia,Specchia		IT	13	LE	075077	4807	Europe/Rome
6541268	Tuglie	tuglie	Comune di Tuglie,Tuglie		IT	13	LE	075089	5264	Europe/Rome
6541269	Ugento	ugento	Comune di Ugento,Ugento		IT	13	LE	075090	12001	Europe/Rome
6541270	Baragiano	baragiano	Baragiano,Comune di Baragiano		IT	02	PZ	076010	2675	Europe/Rome
6541271	Bella	bella	Bella,Comune di Bella		IT	02	PZ	076012	5240	Europe/Rome
6541272	Castelluccio Inferiore	castelluccio-inferiore	Castelluccio Inferiore,Comune di Castelluccio Inferiore		IT	02	PZ	076022	2179	Europe/Rome
6541273	Rionero in Vulture	rionero-in-vulture	Comune di Rionero in Vulture,Rionero in Vulture		IT	02	PZ	076066	13444	Europe/Rome
6541274	Rivello	rivello	Comune di Rivello,Rivello		IT	02	PZ	076068	2843	Europe/Rome
6541275	San Chirico Raparo	san-chirico-raparo	Comune di San Chirico Raparo,San Chirico Raparo		IT	02	PZ	076074	1161	Europe/Rome
6541276	Accettura	accettura	Accettura,Comune di Accettura		IT	02	MT	077001	1980	Europe/Rome
6541277	Gorgoglione	gorgoglione	Comune di Gorgoglione,Gorgoglione		IT	02	MT	077010	1053	Europe/Rome
6541278	Montalbano Jonico	montalbano-jonico	Comune di Montalbano Jonico,Montalbano Jonico		IT	02	MT	077016	7427	Europe/Rome
6541279	Policoro	policoro	Comune di Policoro,Policoro		IT	02	MT	077021	15976	Europe/Rome
6541280	Acquappesa	acquappesa	Acquappesa,Comune di Acquappesa		IT	03	CS	078002	1910	Europe/Rome
6541281	Aieta	aieta	Aieta,Comune di Aieta		IT	03	CS	078005	839	Europe/Rome
6541282	Belsito	belsito	Belsito,Comune di Belsito		IT	03	CS	078014	958	Europe/Rome
6541283	Calopezzati	calopezzati	Calopezzati,Comune di Calopezzati		IT	03	CS	078021	1293	Europe/Rome
6541284	Caloveto	caloveto	Caloveto,Comune di Caloveto		IT	03	CS	078022	1283	Europe/Rome
6541285	Cariati	cariati	Cariati,Comune di Cariati		IT	03	CS	078025	8644	Europe/Rome
6541286	Castrolibero	castrolibero	Castrolibero,Comune di Castrolibero		IT	03	CS	078031	9967	Europe/Rome
6541287	Castroregio	castroregio	Castroregio,Comune di Castroregio		IT	03	CS	078032	345	Europe/Rome
6541288	Cerchiara di Calabria	cerchiara-di-calabria	Cerchiara di Calabria,Comune di Cerchiara di Calabria		IT	03	CS	078036	2467	Europe/Rome
6541289	Cervicati	cervicati	Cervicati,Comune di Cervicati		IT	03	CS	078038	888	Europe/Rome
6541290	Diamante	diamante	Comune di Diamante,Diamante		IT	03	CS	078048	5055	Europe/Rome
6541291	Falconara Albanese	falconara-albanese	Comune di Falconara Albanese,Falconara Albanese		IT	03	CS	078052	1405	Europe/Rome
6541292	Lappano	lappano	Comune di Lappano,Lappano		IT	03	CS	078065	986	Europe/Rome
6541293	Longobardi	longobardi	Comune di Longobardi,Longobardi		IT	03	CS	078067	2256	Europe/Rome
6541294	Montegiordano	montegiordano	Comune di Montegiordano,Montegiordano		IT	03	CS	078082	1988	Europe/Rome
6541295	Panettieri	panettieri	Comune di Panettieri,Panettieri		IT	03	CS	078090	345	Europe/Rome
6541296	Paola	paola	Comune di Paola,Paola		IT	03	CS	078091	16416	Europe/Rome
6541297	Paterno Calabro	paterno-calabro	Comune di Paterno Calabro,Paterno Calabro		IT	03	CS	078094	1366	Europe/Rome
6541298	San Martino di Finita	san-martino-di-finita	Comune di San Martino di Finita,San Martino di Finita		IT	03	CS	078124	1207	Europe/Rome
6541299	San Pietro in Guarano	san-pietro-in-guarano	Comune di San Pietro in Guarano,San Pietro in Guarano		IT	03	CS	078127	3649	Europe/Rome
6541300	Scalea	scalea	Comune di Scalea,Scalea		IT	03	CS	078138	10152	Europe/Rome
6541301	Serra Pedace	serra-pedace	Comune di Serra Pedace,Serra Pedace		IT	03	CS	078141	1002	Europe/Rome
6541302	Zumpano	zumpano	Comune di Zumpano,Zumpano		IT	03	CS	078155	2468	Europe/Rome
6541303	Amaroni	amaroni	Amaroni,Comune di Amaroni		IT	03	CZ	079003	1885	Europe/Rome
6541304	Cerva	cerva	Cerva,Comune di Cerva		IT	03	CZ	079027	1269	Europe/Rome
6541305	Olivadi	olivadi	Comune di Olivadi,Olivadi		IT	03	CZ	079088	587	Europe/Rome
6541306	San Pietro Apostolo	san-pietro-apostolo	Comune di San Pietro Apostolo,San Pietro Apostolo		IT	03	CZ	079115	1778	Europe/Rome
6541307	Sellia	sellia	Comune di Sellia,Sellia		IT	03	CZ	079126	511	Europe/Rome
6541308	Tiriolo	tiriolo	Comune di Tiriolo,Tiriolo		IT	03	CZ	079147	3897	Europe/Rome
6541309	Vallefiorita	vallefiorita	Comune di Vallefiorita,Vallefiorita		IT	03	CZ	079151	1849	Europe/Rome
6541310	Zagarise	zagarise	Comune di Zagarise,Zagarise		IT	03	CZ	079157	1733	Europe/Rome
6541311	Caraffa del Bianco	caraffa-del-bianco	Caraffa del Bianco,Comune di Caraffa del Bianco		IT	03	RC	080021	532	Europe/Rome
6541312	Cosoleto	cosoleto	Comune di Cosoleto,Cosoleto		IT	03	RC	080030	916	Europe/Rome
6541313	Marina di Gioiosa Ionica	marina-di-gioiosa-ionica	Comune di Marina di Gioiosa Ionica,Marina di Gioiosa Ionica		IT	03	RC	080045	6515	Europe/Rome
6541314	Melito di Porto Salvo	melito-di-porto-salvo	Comune di Melito di Porto Salvo,Melito di Porto Salvo		IT	03	RC	080050	11115	Europe/Rome
6541315	Polistena	polistena	Comune di Polistena,Polistena		IT	03	RC	080061	10742	Europe/Rome
6541316	Portigliola	portigliola	Comune di Portigliola,Portigliola		IT	03	RC	080062	1205	Europe/Rome
6541317	San Giorgio Morgeto	san-giorgio-morgeto	Comune di San Giorgio Morgeto,San Giorgio Morgeto		IT	03	RC	080071	3158	Europe/Rome
6541318	Sant'Alessio in Aspromonte	sant-alessio-in-aspromonte	Comune di Sant'Alessio in Aspromonte,Sant'Alessio in Aspromonte		IT	03	RC	080080	323	Europe/Rome
6541319	Terranova Sappo Minulio	terranova-sappo-minulio	Comune di Terranova Sappo Minulio,Terranova Sappo Minulio		IT	03	RC	080094	549	Europe/Rome
6541320	Altavilla Milicia	altavilla-milicia	Altavilla Milicia,Comune di Altavilla Milicia		IT	15	PA	082004	7429	Europe/Rome
6541321	Bompietro	bompietro	Bompietro,Comune di Bompietro		IT	15	PA	082012	1474	Europe/Rome
6541322	Isnello	isnello	Comune di Isnello,Isnello		IT	15	PA	082042	1598	Europe/Rome
6541323	Petralia Sottana	petralia-sottana	Comune di Petralia Sottana,Petralia Sottana		IT	15	PA	082056	2975	Europe/Rome
6541324	Roccapalumba	roccapalumba	Comune di Roccapalumba,Roccapalumba		IT	15	PA	082062	2634	Europe/Rome
6541325	Sciara	sciara	Comune di Sciara,Sciara		IT	15	PA	082068	2787	Europe/Rome
6541326	Ustica	ustica	Comune di Ustica,Ustica		IT	15	PA	082075	1287	Europe/Rome
6541327	Valledolmo	valledolmo	Comune di Valledolmo,Valledolmo		IT	15	PA	082076	3747	Europe/Rome
6541328	Casalvecchio Siculo	casalvecchio-siculo	Casalvecchio Siculo,Comune di Casalvecchio Siculo		IT	15	ME	083012	907	Europe/Rome
6541329	Cesarò	cesaro	Cesaro,Cesarò,Comune di Cesaro,Comune di Cesarò		IT	15	ME	083017	2572	Europe/Rome
6541330	Condrò	condro	Comune di Condro,Comune di Condrò,Condro,Condrò		IT	15	ME	083018	481	Europe/Rome
6541331	Ficarra	ficarra	Comune di Ficarra,Ficarra		IT	15	ME	083020	1566	Europe/Rome
6541332	Frazzanò	frazzano	Comune di Frazzano,Comune di Frazzanò,Frazzano,Frazzanò		IT	15	ME	083026	755	Europe/Rome
6541333	Reitano	reitano	Comune di Reitano,Reitano		IT	15	ME	083070	829	Europe/Rome
6541334	Roccalumera	roccalumera	Comune di Roccalumera,Roccalumera		IT	15	ME	083072	4105	Europe/Rome
6541335	San Salvatore di Fitalia	san-salvatore-di-fitalia	Comune di San Salvatore di Fitalia,San Salvatore di Fitalia		IT	15	ME	083082	1378	Europe/Rome
6541336	Spadafora	spadafora	Comune di Spadafora,Spadafora		IT	15	ME	083096	5091	Europe/Rome
6541337	Caltabellotta	caltabellotta	Caltabellotta,Comune di Caltabellotta		IT	15	AG	084007	3907	Europe/Rome
6541338	Camastra	camastra	Camastra,Comune di Camastra		IT	15	AG	084008	2163	Europe/Rome
6541339	Favara	favara	Comune di Favara,Favara		IT	15	AG	084017	32972	Europe/Rome
6541340	Licata	licata	Comune di Licata,Licata		IT	15	AG	084021	38125	Europe/Rome
6541341	Porto Empedocle	porto-empedocle	Comune di Porto Empedocle,Porto Empedocle		IT	15	AG	084028	16841	Europe/Rome
6541342	San Biagio Platani	san-biagio-platani	Comune di San Biagio Platani,San Biagio Platani		IT	15	AG	084035	3501	Europe/Rome
6541343	Santo Stefano Quisquina	santo-stefano-quisquina	Comune di Santo Stefano Quisquina,Santo Stefano Quisquina		IT	15	AG	084040	4897	Europe/Rome
6541344	Campofranco	campofranco	Campofranco,Comune di Campofranco		IT	15	CL	085005	3218	Europe/Rome
6541345	San Cataldo	san-cataldo	Comune di San Cataldo,San Cataldo		IT	15	CL	085016	23424	Europe/Rome
6541346	Assoro	assoro	Assoro,Comune di Assoro		IT	15	EN	086003	5366	Europe/Rome
6541347	Biancavilla	biancavilla	Biancavilla,Comune di Biancavilla		IT	15	CT	087008	23703	Europe/Rome
6541348	Giarre	giarre	Comune di Giarre,Giarre		IT	15	CT	087017	28114	Europe/Rome
6541349	Militello in Val di Catania	militello-in-val-di-catania	Comune di Militello in Val di Catania,Militello in Val di Catania		IT	15	CT	087025	7807	Europe/Rome
6541350	Mirabella Imbaccari	mirabella-imbaccari	Comune di Mirabella Imbaccari,Mirabella Imbaccari		IT	15	CT	087028	5191	Europe/Rome
6541351	Palagonia	palagonia	Comune di Palagonia,Palagonia		IT	15	CT	087032	16540	Europe/Rome
6541352	Ardara	ardara	Ardara,Comune di Ardara		IT	14	SS	090005	800	Europe/Rome
6541353	Borutta	borutta	Borutta,Comune di Borutta		IT	14	SS	090015	285	Europe/Rome
6541354	Bottidda	bottidda	Bottidda,Comune di Bottidda		IT	14	SS	090016	736	Europe/Rome
6541355	Bultei	bultei	Bultei,Comune di Bultei		IT	14	SS	090018	1046	Europe/Rome
6541356	Burgos	burgos	Burgos,Comune di Burgos		IT	14	SS	090020	944	Europe/Rome
6541357	La Maddalena	la-maddalena	Comune di La Maddalena,La Maddalena		IT	14	OT	104012	10936	Europe/Rome
6541358	Monti	monti	Comune di Monti,Monti		IT	14	OT	104016	2488	Europe/Rome
6541359	Pattada	pattada	Comune di Pattada,Pattada		IT	14	SS	090055	3253	Europe/Rome
6541360	Torralba	torralba	Comune di Torralba,Torralba		IT	14	SS	090073	998	Europe/Rome
6541361	Telti	telti	Comune di Telti,Telti		IT	14	OT	104024	2222	Europe/Rome
6541362	Erula	erula	Comune di Erula,Erula		IT	14	SS	090088	766	Europe/Rome
6541363	Bolotana	bolotana	Bolotana,Comune di Bolotana		IT	14	NU	091010	2846	Europe/Rome
6541364	Dualchi	dualchi	Comune di Dualchi,Dualchi		IT	14	NU	091018	668	Europe/Rome
6541365	Lei	lei	Comune di Lei,Lei		IT	14	NU	091038	566	Europe/Rome
6541366	Lodè	lode	Comune di Lode,Comune di Lodè,Lode,Lodè		IT	14	NU	091041	1894	Europe/Rome
6541367	Macomer	macomer	Comune di Macomer,Macomer		IT	14	NU	091044	10511	Europe/Rome
6541368	Modolo	modolo	Comune di Modolo,Modolo		IT	14	OR	095084	165	Europe/Rome
6541369	Tiana	tiana	Comune di Tiana,Tiana		IT	14	NU	091091	521	Europe/Rome
6541370	Tonara	tonara	Comune di Tonara,Tonara		IT	14	NU	091093	2116	Europe/Rome
6541371	Montereale Valcellina	montereale-valcellina	Comune di Montereale Valcellina,Montereale Valcellina		IT	06	PN	093027	4517	Europe/Rome
6541372	Castelpetroso	castelpetroso	Castelpetroso,Comune di Castelpetroso		IT	11	IS	094010	1662	Europe/Rome
6541373	Filignano	filignano	Comune di Filignano,Filignano		IT	11	IS	094019	689	Europe/Rome
6541374	Macchiagodena	macchiagodena	Comune di Macchiagodena,Macchiagodena		IT	11	IS	094026	1844	Europe/Rome
6541375	Pesche	pesche	Comune di Pesche,Pesche		IT	11	IS	094031	1577	Europe/Rome
6541376	Rionero Sannitico	rionero-sannitico	Comune di Rionero Sannitico,Rionero Sannitico		IT	11	IS	094039	1129	Europe/Rome
6541377	Sant'Elena Sannita	sant-elena-sannita	Comune di Sant'Elena Sannita,Sant'Elena Sannita		IT	11	IS	094047	260	Europe/Rome
6541378	Camburzano	camburzano	Camburzano,Comune di Camburzano		IT	12	BI	096010	1227	Europe/Rome
6541379	Piedicavallo	piedicavallo	Comune di Piedicavallo,Piedicavallo		IT	12	BI	096044	203	Europe/Rome
6541380	Pray	pray	Comune di Pray,Pray		IT	12	BI	096050	2307	Europe/Rome
6541381	Sordevolo	sordevolo	Comune di Sordevolo,Sordevolo		IT	12	BI	096063	1330	Europe/Rome
6541382	Carenno	carenno	Carenno,Comune di Carenno		IT	09	LC	097014	1496	Europe/Rome
6541383	Dervio	dervio	Comune di Dervio,Dervio		IT	09	LC	097030	2681	Europe/Rome
6541384	Oggiono	oggiono	Comune di Oggiono,Oggiono		IT	09	LC	097057	8750	Europe/Rome
6541385	Osnago	osnago	Comune di Osnago,Osnago		IT	09	LC	097061	4807	Europe/Rome
6541386	Camairago	camairago	Camairago,Comune di Camairago		IT	09	LO	098007	667	Europe/Rome
6541387	Castelnuovo Bocca d'Adda	castelnuovo-bocca-d-adda	Castelnuovo Bocca d'Adda,Comune di Castelnuovo Bocca d'Adda		IT	09	LO	098013	1700	Europe/Rome
6541388	Codogno	codogno	Codogno,Comune di Codogno		IT	09	LO	098019	15371	Europe/Rome
6541389	Comazzo	comazzo	Comazzo,Comune di Comazzo		IT	09	LO	098020	2183	Europe/Rome
6541390	Guardamiglio	guardamiglio	Comune di Guardamiglio,Guardamiglio		IT	09	LO	098029	2687	Europe/Rome
6541391	Lodi Vecchio	lodi-vecchio	Comune di Lodi Vecchio,Lodi Vecchio		IT	09	LO	098032	7356	Europe/Rome
6541392	Morciano di Romagna	morciano-di-romagna	Comune di Morciano di Romagna,Morciano di Romagna		IT	05	RN	099011	6892	Europe/Rome
6541393	Carfizzi	carfizzi	Carfizzi,Comune di Carfizzi		IT	03	KR	101003	745	Europe/Rome
6541394	Melissa	melissa	Comune di Melissa,Melissa		IT	03	KR	101014	3529	Europe/Rome
6541395	Pallagorio	pallagorio	Comune di Pallagorio,Pallagorio		IT	03	KR	101016	1337	Europe/Rome
6541396	Scandale	scandale	Comune di Scandale,Scandale		IT	03	KR	101024	3326	Europe/Rome
6541397	Verzino	verzino	Comune di Verzino,Verzino		IT	03	KR	101027	1979	Europe/Rome
6541398	Mileto	mileto	Comune di Mileto,Mileto		IT	03	VV	102021	6894	Europe/Rome
6541399	Arola	arola	Arola,Comune di Arola		IT	12	VB	103004	250	Europe/Rome
6541400	Gignese	gignese	Comune di Gignese,Gignese		IT	12	VB	103034	943	Europe/Rome
6541401	Mergozzo	mergozzo	Comune di Mergozzo,Mergozzo		IT	12	VB	103044	2196	Europe/Rome
6541402	Miazzina	miazzina	Comune di Miazzina,Miazzina		IT	12	VB	103045	414	Europe/Rome
6541403	Ornavasso	ornavasso	Comune di Ornavasso,Ornavasso		IT	12	VB	103051	3407	Europe/Rome
6541404	Piedimulera	piedimulera	Comune di Piedimulera,Piedimulera		IT	12	VB	103053	1559	Europe/Rome
6541405	Vogogna	vogogna	Comune di Vogogna,Vogogna		IT	12	VB	103077	1751	Europe/Rome
6541406	Carinola	carinola	Carinola,Comune di Carinola		IT	04	CE	061017	8056	Europe/Rome
6541407	Casal di Principe	casal-di-principe	Casal di Principe,Comune di Casal di Principe		IT	04	CE	061019	20828	Europe/Rome
6541408	Casapulla	casapulla	Casapulla,Comune di Casapulla		IT	04	CE	061021	8180	Europe/Rome
6541409	Marcianise	marcianise	Comune di Marcianise,Marcianise		IT	04	CE	061049	40297	Europe/Rome
6541410	Pontelatone	pontelatone	Comune di Pontelatone,Pontelatone		IT	04	CE	061061	1758	Europe/Rome
6541411	Presenzano	presenzano	Comune di Presenzano,Presenzano		IT	04	CE	061065	1747	Europe/Rome
6541412	Ortonovo	ortonovo	Comune di Ortonovo,Ortonovo		IT	08	SP	011020	8405	Europe/Rome
6541413	Grandate	grandate	Comune di Grandate,Grandate		IT	09	CO	013110	2862	Europe/Rome
6541414	Brenna	brenna	Brenna,Comune di Brenna		IT	09	CO	013029	2011	Europe/Rome
6541415	Villa Guardia	villa-guardia	Comune di Villa Guardia,Villa Guardia		IT	09	CO	013245	7793	Europe/Rome
6541416	Castello dell'Acqua	castello-dell-acqua	Castello dell'Acqua,Comune di Castello dell'Acqua		IT	09	SO	014014	643	Europe/Rome
6541417	Cercino	cercino	Cercino,Comune di Cercino		IT	09	SO	014017	754	Europe/Rome
6541418	Dazio	dazio	Comune di Dazio,Dazio		IT	09	SO	014025	424	Europe/Rome
6541419	Fusine	fusine	Comune di Fusine,Fusine		IT	09	SO	014030	611	Europe/Rome
6541420	Calcinate	calcinate	Calcinate,Comune di Calcinate		IT	09	BG	016043	5782	Europe/Rome
6541421	Casirate d'Adda	casirate-d-adda	Casirate d'Adda,Comune di Casirate d'Adda		IT	09	BG	016059	3894	Europe/Rome
6541422	Orio al Serio	orio-al-serio	Comune di Orio al Serio,Orio al Serio		IT	09	BG	016150	1733	Europe/Rome
6541423	Pumenengo	pumenengo	Comune di Pumenengo,Pumenengo		IT	09	BG	016177	1695	Europe/Rome
6541424	Ospitaletto	ospitaletto	Comune di Ospitaletto,Ospitaletto		IT	09	BS	017127	13579	Europe/Rome
6541425	Palazzolo sull'Oglio	palazzolo-sull-oglio	Comune di Palazzolo sull'Oglio,Palazzolo sull'Oglio		IT	09	BS	017133	19472	Europe/Rome
6541426	Cava Manara	cava-manara	Cava Manara,Comune di Cava Manara		IT	09	PV	018041	6586	Europe/Rome
6541427	Cornale	cornale	Comune di Cornale,Cornale		IT	09	PV	018055	723	Europe/Rome
6541428	Filighera	filighera	Comune di Filighera,Filighera		IT	09	PV	018063	849	Europe/Rome
6541429	Pellizzano	pellizzano	Comune di Pellizzano,Pellizzano		IT	17	TN	022137	811	Europe/Rome
6541430	Pinzolo	pinzolo	Comune di Pinzolo,Pinzolo		IT	17	TN	022143	3117	Europe/Rome
6541431	Borgone Susa	borgone-susa	Borgone Susa,Comune di Borgone Susa		IT	12	TO	001032	2320	Europe/Rome
6541432	Montalto Dora	montalto-dora	Comune di Montalto Dora,Montalto Dora		IT	12	TO	001160	3450	Europe/Rome
6541433	Nole	nole	Comune di Nole,Nole		IT	12	TO	001166	6910	Europe/Rome
6541434	Pavone Canavese	pavone-canavese	Comune di Pavone Canavese,Pavone Canavese		IT	12	TO	001181	3890	Europe/Rome
6541435	San Mauro Torinese	san-mauro-torinese	Comune di San Mauro Torinese,San Mauro Torinese		IT	12	TO	001249	18925	Europe/Rome
6541436	Sant'Antonino di Susa	sant-antonino-di-susa	Comune di Sant'Antonino di Susa,Sant'Antonino di Susa		IT	12	TO	001256	4333	Europe/Rome
6541437	Sauze di Cesana	sauze-di-cesana	Comune di Sauze di Cesana,Sauze di Cesana		IT	12	TO	001258	219	Europe/Rome
6541438	Sauze d'Oulx	sauze-d-oulx	Comune di Sauze d'Oulx,Sauze d'Oulx		IT	12	TO	001259	1111	Europe/Rome
6541439	Scalenghe	scalenghe	Comune di Scalenghe,Scalenghe		IT	12	TO	001260	3303	Europe/Rome
6541440	Valgioie	valgioie	Comune di Valgioie,Valgioie		IT	12	TO	001285	948	Europe/Rome
6541441	Venaria Reale	venaria-reale	Comune di Venaria Reale,Venaria Reale		IT	12	TO	001292	33741	Europe/Rome
6541442	Balocco	balocco	Balocco,Comune di Balocco		IT	12	VC	002009	239	Europe/Rome
6541443	Boccioleto	boccioleto	Boccioleto,Comune di Boccioleto		IT	12	VC	002014	219	Europe/Rome
6541444	Borgosesia	borgosesia	Borgosesia,Comune di Borgosesia		IT	12	VC	002016	13031	Europe/Rome
6541445	Cellio	cellio	Cellio,Comune di Cellio		IT	12	VC	002038	849	Europe/Rome
6541446	Fobello	fobello	Comune di Fobello,Fobello		IT	12	VC	002057	219	Europe/Rome
6541447	Fontaneto d'Agogna	fontaneto-d-agogna	Comune di Fontaneto d'Agogna,Fontaneto d'Agogna		IT	12	NO	003066	2731	Europe/Rome
6541448	Paruzzaro	paruzzaro	Comune di Paruzzaro,Paruzzaro		IT	12	NO	003114	2088	Europe/Rome
6541449	San Maurizio d'Opaglio	san-maurizio-d-opaglio	Comune di San Maurizio d'Opaglio,San Maurizio d'Opaglio		IT	12	NO	003133	3104	Europe/Rome
6541450	San Pietro Mosezzo	san-pietro-mosezzo	Comune di San Pietro Mosezzo,San Pietro Mosezzo		IT	12	NO	003135	1996	Europe/Rome
6541451	Bagnolo Piemonte	bagnolo-piemonte	Bagnolo Piemonte,Comune di Bagnolo Piemonte		IT	12	CN	004009	6040	Europe/Rome
6541452	Bossolasco	bossolasco	Bossolasco,Comune di Bossolasco		IT	12	CN	004027	676	Europe/Rome
6541453	Calascio	calascio	Calascio,Comune di Calascio		IT	01	AQ	066014	137	Europe/Rome
6541454	Chiusa di Pesio	chiusa-di-pesio	Chiusa di Pesio,Comune di Chiusa di Pesio		IT	12	CN	004068	3730	Europe/Rome
6541455	Demonte	demonte	Comune di Demonte,Demonte		IT	12	CN	004079	2059	Europe/Rome
6541456	Dronero	dronero	Comune di Dronero,Dronero		IT	12	CN	004082	7205	Europe/Rome
6541457	Levice	levice	Comune di Levice,Levice		IT	12	CN	004109	246	Europe/Rome
6541458	Furci	furci	Comune di Furci,Furci		IT	01	CH	069038	1088	Europe/Rome
6541459	Martirano	martirano	Comune di Martirano,Martirano		IT	03	CZ	079073	937	Europe/Rome
6541460	Cattolica Eraclea	cattolica-eraclea	Cattolica Eraclea,Comune di Cattolica Eraclea		IT	15	AG	084014	3975	Europe/Rome
6541461	Modena	modena	Comune di Modena,Gorad Modehna,Modena,Modene,Modeno,Modène,Mutina,Mòdena,Módena,mo de na,modena,mwdna,mwdnh,mwdyna,Горад Модэна,Модена,מודנה,مودنا,مودينا,موڈینا,მოდენა,モデナ,摩德納,모데나		IT	05	MO	036023	179149	Europe/Rome
6541462	Rieti	rieti	Comune di Rieti,Reate,Rieti,Rietis,Rijeti,Ryeci,lie di,lieti,rieti,ryyty,Ριέτι,Риети,Ријети,Рыеці,Рієті,رييتي,რიეტი,リエーティ,列蒂,리에티		IT	07	RI	057059	46187	Europe/Rome
6541463	Crotone	crotone	Comune di Crotone,Crotone		IT	03	KR	101010	58881	Europe/Rome
6541464	Alessandria	alessandria	Alesandrija,Alessandria,Alessandrija,Alessantria,Alexandria,Alexandria Statiellorum,Alexandrie,Alexàndria,Alissandria,Comune di Alessandria,Lissandria,allesandeulia,alsandrya,aressandoria,ya li shan de li ya,Αλεσσάντρια,Алесандрия,Алесандрија,Алессандрия,Алессандрія,אלסנדריה,آلساندریا,ألساندريا,الیسانڈریا,アレッサンドリア,亚历山德里亚,알레산드리아		IT	12	AL	006003	89411	Europe/Rome
6541465	Vicenza	vicenza	Comune di Vicenza,Vicenza		IT	20	VI	024116	111500	Europe/Rome
6541466	Siena	siena	Comune di Siena,Gorad Siena,Lungsod ng Siena,Sena Iulia,Sien-a,Siena,Sienae,Siene,Sienne,Sieno,Sijena,Sjena,Sjēna,shiena,si xe na,siena,siyena,syyna,syynh,xi ye na,Σιένα,Горад Сіена,Сиенæ,Сиена,Сијена,Сієна,סיינה,سيينا,سیه‌نا,सियेना,ซีเอนา,სიენა,シエーナ,锡耶纳,시에나		IT	16	SI	052032	52839	Europe/Rome
6541467	Cosenza	cosenza	Comune di Cosenza,Consentia,Cosenca,Cosensa,Cosenza,Cosença,Cusenza,Kazenca,Kosenco,Kosenza,Kozenca,Kozentsa,ke sen zha,ko sen sa,kosencha,kozentsu~a,kwznsa,kzntza,Κοζέντσα,Казенца,Козенца,كوزنسا,کزنتزا,โกเซนซา,コゼンツァ,科森扎,코센차		IT	03	CS	078045	69484	Europe/Rome
6541468	Catania	catania	Catane,Catania,Catina,Catània,Catânia,Comune di Catania,Gorad Katanija,Katani,Katania,Katanija,Katanio,Kataniya,Katanya,Katānija,Lungsod ng Catania,ka ta ni ya,katania,kataniya,katanya,qtanyt,qtnyh,Κατάνια,Горад Катанія,Катани,Катания,Катанија,Катанія,Կատանիա,קטניה,قطانية,کاتانیا,کاٹانیا,कातानिया,კატანია,カターニア,卡塔尼亞,카타니아		IT	15	CT	087015	293902	Europe/Rome
6541469	Trento	trento	Comune di Trento,Trento		IT	17	TN	022205	114198	Europe/Rome
6541470	Potenza	potenza	Comune di Potenza,Potenza		IT	02	PZ	076063	66777	Europe/Rome
6541471	Aosta	aosta	Aosta,Aostae,Aoste,Aosto,Aouta,Aoûta,Augusta Praetoria,Comune di Aosta,Osta,ao si ta,aoseuta,aosuta,awsta,aywsta,Αόστα,Аостæ,Аоста,אאוסטה,أوستا,ائوستا,アオスタ,奥斯塔,아오스타		IT	19	AO	007003	34102	Europe/Rome
6541531	Auronzo di Cadore	auronzo-di-cadore	Auronzo di Cadore,Comune di Auronzo di Cadore		IT	20	BL	025005	3453	Europe/Rome
6541532	Villorba	villorba	Comune di Villorba,Villorba		IT	20	TV	026091	17883	Europe/Rome
6541472	Urbino	urbino	Comune di Urbino,Gorad Urbina,UErbin,Urbin,Urbinas,Urbino,Urbinu,Urbinum,Urbìn,awrbynw,uleubino,urbino,urubino,wu er bi nuo,xurbi no,Úrbínó,Ürbin,Горад Урбіна,Урбино,Урбіно,אורבינו,أوربينو,อูร์บีโน,ურბინო,ウルビーノ,乌尔比诺,우르비노		IT	10	PU	041067	15501	Europe/Rome
6541473	Roisan	roisan	Comune di Roisan,Roisan		IT	19	AO	007057	1042	Europe/Rome
6541474	Jesi	jesi	Comune di Jesi,Jesi		IT	10	AN	042021	40303	Europe/Rome
6541475	Marigliano	marigliano	Comune di Marigliano,Marigliano		IT	04	NA	063043	30247	Europe/Rome
6541476	San Martino d'Agri	san-martino-d-agri	Comune di San Martino d'Agri,San Martino d'Agri		IT	02	PZ	076077	825	Europe/Rome
6541477	Pizzoni	pizzoni	Comune di Pizzoni,Pizzoni		IT	03	VV	102028	1233	Europe/Rome
6541478	Spilinga	spilinga	Comune di Spilinga,Spilinga		IT	03	VV	102042	1470	Europe/Rome
6541479	Margarita	margarita	Comune di Margarita,Margarita		IT	12	CN	004118	1432	Europe/Rome
6541480	Luserna San Giovanni	luserna-san-giovanni	Comune di Luserna San Giovanni,Luserna San Giovanni		IT	12	TO	001139	7531	Europe/Rome
6541481	Baldichieri d'Asti	baldichieri-d-asti	Baldichieri d'Asti,Comune di Baldichieri d'Asti		IT	12	AT	005007	1114	Europe/Rome
6541482	Rima San Giuseppe	rima-san-giuseppe	Comune di Rima San Giuseppe,Rima San Giuseppe		IT	12	VC	002111	67	Europe/Rome
6541483	Camporosso	camporosso	Camporosso,Comune di Camporosso		IT	08	IM	008011	5419	Europe/Rome
6541484	Imperia	imperia	Comune di Imperia,Imperia,Imperija,Imperio,Impèria,Impéria,ambyrya,inperia,yin pei li ya,Імперія,Империя,Империја,إمبيريا,インペリア,因佩里亞		IT	08	IM	008031	42322	Europe/Rome
6541485	Pieve di Teco	pieve-di-teco	Comune di Pieve di Teco,Pieve di Teco		IT	08	IM	008042	1400	Europe/Rome
6541486	Cogorno	cogorno	Cogorno,Comune di Cogorno		IT	08	GE	010018	5641	Europe/Rome
6541487	Stroppo	stroppo	Comune di Stroppo,Stroppo		IT	12	CN	004224	107	Europe/Rome
6541488	Noli	noli	Comune di Noli,Noli		IT	08	SV	009042	2801	Europe/Rome
6541489	Albissola Marina	albissola-marina	Albissola Marina,Comune di Albissola Marina		IT	08	SV	009003	5564	Europe/Rome
6541490	Olgiate Comasco	olgiate-comasco	Comune di Olgiate Comasco,Olgiate Comasco		IT	09	CO	013165	11401	Europe/Rome
6541491	Orsenigo	orsenigo	Comune di Orsenigo,Orsenigo		IT	09	CO	013170	2757	Europe/Rome
6541492	Arese	arese	Arese,Comune di Arese		IT	09	MI	015009	19138	Europe/Rome
6541493	Calcio	calcio	Calcio,Comune di Calcio		IT	09	BG	016044	5336	Europe/Rome
6541494	Piazzatorre	piazzatorre	Comune di Piazzatorre,Piazzatorre		IT	09	BG	016165	437	Europe/Rome
6541495	Predore	predore	Comune di Predore,Predore		IT	09	BG	016174	1859	Europe/Rome
6541496	Corte Franca	corte-franca	Comune di Corte Franca,Corte Franca		IT	09	BS	017062	7078	Europe/Rome
6541497	Malonno	malonno	Comune di Malonno,Malonno		IT	09	BS	017101	3320	Europe/Rome
6541498	Padenghe sul Garda	padenghe-sul-garda	Comune di Padenghe sul Garda,Padenghe sul Garda		IT	09	BS	017129	4276	Europe/Rome
6541499	Sirmione	sirmione	Comune di Sirmione,Sirmione		IT	09	BS	017179	7438	Europe/Rome
6541500	Sulzano	sulzano	Comune di Sulzano,Sulzano		IT	09	BS	017182	1892	Europe/Rome
6541501	Portalbera	portalbera	Comune di Portalbera,Portalbera		IT	09	PV	018118	1551	Europe/Rome
6541502	San Cipriano Po	san-cipriano-po	Comune di San Cipriano Po,San Cipriano Po		IT	09	PV	018133	516	Europe/Rome
6541503	Annicco	annicco	Annicco,Comune di Annicco		IT	09	CR	019003	2075	Europe/Rome
6541504	Azzanello	azzanello	Azzanello,Comune di Azzanello		IT	09	CR	019004	717	Europe/Rome
6541505	Borgoricco	borgoricco	Borgoricco,Comune di Borgoricco		IT	20	PD	028013	8478	Europe/Rome
6541506	Panchià	panchia	Comune di Panchia,Comune di Panchià,Panchia,Panchià		IT	17	TN	022134	771	Europe/Rome
6541507	Sauris	sauris	Comune di Sauris,Sauris		IT	06	UD	030107	419	Europe/Rome
6541508	Tenno	tenno	Comune di Tenno,Tenno		IT	17	TN	022191	1967	Europe/Rome
6541509	Negrar	negrar	Comune di Negrar,Negrar		IT	20	VR	023052	16935	Europe/Rome
6541510	Nogarole Rocca	nogarole-rocca	Comune di Nogarole Rocca,Nogarole Rocca		IT	20	VR	023054	3455	Europe/Rome
6541511	Loria	loria	Comune di Loria,Loria		IT	20	TV	026036	9097	Europe/Rome
6541512	Acquaviva Picena	acquaviva-picena	Acquaviva Picena,Comune di Acquaviva Picena		IT	10	AP	044002	3848	Europe/Rome
6541513	Castelvetro Piacentino	castelvetro-piacentino	Castelvetro Piacentino,Comune di Castelvetro Piacentino		IT	05	PC	033014	5584	Europe/Rome
6541514	Celle Ligure	celle-ligure	Celle Ligure,Comune di Celle Ligure		IT	08	SV	009022	5353	Europe/Rome
6541515	Finale Ligure	finale-ligure	Comune di Finale Ligure,Finale Ligure		IT	08	SV	009029	11724	Europe/Rome
6541516	Deiva Marina	deiva-marina	Comune di Deiva Marina,Deiva Marina		IT	08	SP	011012	1438	Europe/Rome
6541517	Sumirago	sumirago	Comune di Sumirago,Sumirago		IT	09	VA	012124	6254	Europe/Rome
6541518	Emarèse	emarese	Comune di Emarese,Comune di Emarèse,Emarese,Emarèse		IT	19	AO	007025	228	Europe/Rome
6541519	Campli	campli	Campli,Comune di Campli		IT	01	TE	067008	7276	Europe/Rome
6541520	Tremezzo	tremezzo	Comune di Tremezzo,Tremezzo		IT	09	CO	013225	1258	Europe/Rome
6541521	Gerola Alta	gerola-alta	Comune di Gerola Alta,Gerola Alta		IT	09	SO	014031	189	Europe/Rome
6541522	Pogliano Milanese	pogliano-milanese	Comune di Pogliano Milanese,Pogliano Milanese		IT	09	MI	015176	8141	Europe/Rome
6541523	Vertova	vertova	Comune di Vertova,Vertova		IT	09	BG	016234	4844	Europe/Rome
6541524	Pozzaglio ed Uniti	pozzaglio-ed-uniti	Comune di Pozzaglio ed Uniti,Pozzaglio ed Uniti		IT	09	CR	019077	1471	Europe/Rome
6541525	Sesto ed Uniti	sesto-ed-uniti	Comune di Sesto ed Uniti,Sesto ed Uniti		IT	09	CR	019095	3075	Europe/Rome
6541526	Siziano	siziano	Comune di Siziano,Siziano		IT	09	PV	018150	5807	Europe/Rome
6541527	Zerbo	zerbo	Comune di Zerbo,Zerbo		IT	09	PV	018188	445	Europe/Rome
6541528	San Martino del Lago	san-martino-del-lago	Comune di San Martino del Lago,San Martino del Lago		IT	09	CR	019091	473	Europe/Rome
6541529	Scandolara Ravara	scandolara-ravara	Comune di Scandolara Ravara,Scandolara Ravara		IT	09	CR	019092	1466	Europe/Rome
6541530	Tezze sul Brenta	tezze-sul-brenta	Comune di Tezze sul Brenta,Tezze sul Brenta		IT	20	VI	024104	12600	Europe/Rome
6541533	Campolongo Maggiore	campolongo-maggiore	Campolongo Maggiore,Comune di Campolongo Maggiore		IT	20	VE	027003	10342	Europe/Rome
6541534	Villimpenta	villimpenta	Comune di Villimpenta,Villimpenta		IT	09	MN	020068	2205	Europe/Rome
6541535	Castel Condino	castel-condino	Castel Condino,Comune di Castel Condino		IT	17	TN	022045	238	Europe/Rome
6541536	San Mauro di Saline	san-mauro-di-saline	Comune di San Mauro di Saline,San Mauro di Saline		IT	20	VR	023074	553	Europe/Rome
6541537	Roana	roana	Comune di Roana,Roana		IT	20	VI	024085	4317	Europe/Rome
6541538	Lama Mocogno	lama-mocogno	Comune di Lama Mocogno,Lama Mocogno		IT	05	MO	036018	2844	Europe/Rome
6541539	Zola Predosa	zola-predosa	Comune di Zola Predosa,Zola Predosa		IT	05	BO	037060	18193	Europe/Rome
6541540	Pianiga	pianiga	Comune di Pianiga,Pianiga		IT	20	VE	027028	11968	Europe/Rome
6541541	Villanova del Ghebbo	villanova-del-ghebbo	Comune di Villanova del Ghebbo,Villanova del Ghebbo		IT	20	RO	029050	2164	Europe/Rome
6541542	Uzzano	uzzano	Comune di Uzzano,Uzzano		IT	16	PT	047021	5690	Europe/Rome
6541543	Pontenure	pontenure	Comune di Pontenure,Pontenure		IT	05	PC	033037	6373	Europe/Rome
6541544	Rosora	rosora	Comune di Rosora,Rosora		IT	10	AN	042040	1988	Europe/Rome
6541545	Spigno Saturnia	spigno-saturnia	Comune di Spigno Saturnia,Spigno Saturnia		IT	07	LT	059031	2903	Europe/Rome
6541546	Fontana Liri	fontana-liri	Comune di Fontana Liri,Fontana Liri		IT	07	FR	060036	2993	Europe/Rome
6541547	Brallo di Pregola	brallo-di-pregola	Brallo di Pregola,Comune di Brallo di Pregola		IT	09	PV	018021	689	Europe/Rome
6541548	Falcade	falcade	Comune di Falcade,Falcade		IT	20	BL	025019	2055	Europe/Rome
6541549	Monastier di Treviso	monastier-di-treviso	Comune di Monastier di Treviso,Monastier di Treviso		IT	20	TV	026044	4087	Europe/Rome
6541550	Montesilvano	montesilvano	Comune di Montesilvano,Montesilvano		IT	01	PE	068024	50413	Europe/Rome
6541551	Laino Castello	laino-castello	Comune di Laino Castello,Laino Castello		IT	03	CS	078064	879	Europe/Rome
6541552	Mongiuffi Melia	mongiuffi-melia	Comune di Mongiuffi Melia,Mongiuffi Melia		IT	15	ME	083055	653	Europe/Rome
6541553	Rocchetta a Volturno	rocchetta-a-volturno	Comune di Rocchetta a Volturno,Rocchetta a Volturno		IT	11	IS	094042	1064	Europe/Rome
6541554	Montemurlo	montemurlo	Comune di Montemurlo,Montemurlo		IT	16	PO	100003	17908	Europe/Rome
6541555	Ormea	ormea	Comune di Ormea,Ormea		IT	12	CN	004155	1723	Europe/Rome
6541556	Varese Ligure	varese-ligure	Comune di Varese Ligure,Varese Ligure		IT	08	SP	011029	2103	Europe/Rome
6541557	Cairate	cairate	Cairate,Comune di Cairate		IT	09	VA	012029	7830	Europe/Rome
6541558	Dongo	dongo	Comune di Dongo,Dongo		IT	09	CO	013090	3489	Europe/Rome
6541559	Erba	erba	Comune di Erba,Erba		IT	09	CO	013095	16503	Europe/Rome
6541560	Trezzano Rosa	trezzano-rosa	Comune di Trezzano Rosa,Trezzano Rosa		IT	09	MI	015219	4861	Europe/Rome
6541561	Triuggio	triuggio	Comune di Triuggio,Triuggio		IT	09	MB	108043	8546	Europe/Rome
6541562	Vignate	vignate	Comune di Vignate,Vignate		IT	09	MI	015237	9053	Europe/Rome
6541563	Fara Gera d'Adda	fara-gera-d-adda	Comune di Fara Gera d'Adda,Fara Gera d'Adda		IT	09	BG	016096	7913	Europe/Rome
6541564	Lallio	lallio	Comune di Lallio,Lallio		IT	09	BG	016123	4124	Europe/Rome
6541565	Borgosatollo	borgosatollo	Borgosatollo,Comune di Borgosatollo		IT	09	BS	017021	9094	Europe/Rome
6541566	Pieve Albignola	pieve-albignola	Comune di Pieve Albignola,Pieve Albignola		IT	09	PV	018112	916	Europe/Rome
6541567	Casalmaggiore	casalmaggiore	Casalmaggiore,Comune di Casalmaggiore		IT	09	CR	019021	15111	Europe/Rome
6541568	Castel Gabbiano	castel-gabbiano	Castel Gabbiano,Comune di Castel Gabbiano		IT	09	CR	019024	455	Europe/Rome
6541569	Fara Vicentino	fara-vicentino	Comune di Fara Vicentino,Fara Vicentino		IT	20	VI	024040	3943	Europe/Rome
6541570	Farra di Soligo	farra-di-soligo	Comune di Farra di Soligo,Farra di Soligo		IT	20	TV	026026	8956	Europe/Rome
6541571	Badia Polesine	badia-polesine	Badia Polesine,Comune di Badia Polesine		IT	20	RO	029004	10536	Europe/Rome
6541572	Melara	melara	Comune di Melara,Melara		IT	20	RO	029032	1870	Europe/Rome
6541573	Follo	follo	Comune di Follo,Follo		IT	08	SP	011013	6337	Europe/Rome
6541574	Piateda	piateda	Comune di Piateda,Piateda		IT	09	SO	014049	2309	Europe/Rome
6541575	Colle Santa Lucia	colle-santa-lucia	Colle Santa Lucia,Comune di Colle Santa Lucia		IT	20	BL	025014	391	Europe/Rome
6541576	Ponzano Veneto	ponzano-veneto	Comune di Ponzano Veneto,Ponzano Veneto		IT	20	TV	026059	12194	Europe/Rome
6541577	Revine Lago	revine-lago	Comune di Revine Lago,Revine Lago		IT	20	TV	026067	2241	Europe/Rome
6541578	Serino	serino	Comune di Serino,Serino		IT	04	AV	064099	7129	Europe/Rome
6541579	Giffoni Valle Piana	giffoni-valle-piana	Comune di Giffoni Valle Piana,Giffoni Valle Piana		IT	04	SA	065056	12024	Europe/Rome
6541580	Anoia	anoia	Anoia,Comune di Anoia		IT	03	RC	080003	2246	Europe/Rome
6541581	Roccaforte Ligure	roccaforte-ligure	Comune di Roccaforte Ligure,Roccaforte Ligure		IT	12	AL	006146	154	Europe/Rome
6541582	Levanto	levanto	Comune di Levanto,Levanto		IT	08	SP	011017	5509	Europe/Rome
6541583	Arosio	arosio	Arosio,Comune di Arosio		IT	09	CO	013012	4987	Europe/Rome
6541584	Griante	griante	Comune di Griante,Griante		IT	09	CO	013113	623	Europe/Rome
6541585	Casarile	casarile	Casarile,Comune di Casarile		IT	09	MI	015055	3867	Europe/Rome
6541586	Lainate	lainate	Comune di Lainate,Lainate		IT	09	MI	015116	25054	Europe/Rome
6541587	Seveso	seveso	Comune di Seveso,Seveso		IT	09	MB	108040	22733	Europe/Rome
6541588	Colere	colere	Colere,Comune di Colere		IT	09	BG	016078	1137	Europe/Rome
6541589	Covo	covo	Comune di Covo,Covo		IT	09	BG	016087	4066	Europe/Rome
6541590	Mapello	mapello	Comune di Mapello,Mapello		IT	09	BG	016132	6453	Europe/Rome
6541591	Berzo Inferiore	berzo-inferiore	Berzo Inferiore,Comune di Berzo Inferiore		IT	09	BS	017017	2456	Europe/Rome
6541592	Genzone	genzone	Comune di Genzone,Genzone		IT	09	PV	018070	358	Europe/Rome
6541593	Ponte Nizza	ponte-nizza	Comune di Ponte Nizza,Ponte Nizza		IT	09	PV	018117	811	Europe/Rome
6541594	Trigolo	trigolo	Comune di Trigolo,Trigolo		IT	09	CR	019110	1760	Europe/Rome
6541595	Povegliano Veronese	povegliano-veronese	Comune di Povegliano Veronese,Povegliano Veronese		IT	20	VR	023060	7064	Europe/Rome
6541596	Montegaldella	montegaldella	Comune di Montegaldella,Montegaldella		IT	20	VI	024065	1788	Europe/Rome
6541597	Noventa Vicentina	noventa-vicentina	Comune di Noventa Vicentina,Noventa Vicentina		IT	20	VI	024074	8810	Europe/Rome
6541598	Piovene Rocchette	piovene-rocchette	Comune di Piovene Rocchette,Piovene Rocchette		IT	20	VI	024078	8295	Europe/Rome
6541599	Fontanelle	fontanelle	Comune di Fontanelle,Fontanelle		IT	20	TV	026028	5804	Europe/Rome
6541600	Campodarsego	campodarsego	Campodarsego,Comune di Campodarsego		IT	20	PD	028017	14169	Europe/Rome
6541601	Rubano	rubano	Comune di Rubano,Rubano		IT	20	PD	028072	15669	Europe/Rome
6541602	San Vito di Fagagna	san-vito-di-fagagna	Comune di San Vito di Fagagna,San Vito di Fagagna		IT	06	UD	030106	1682	Europe/Rome
6541603	Tricesimo	tricesimo	Comune di Tricesimo,Tricesimo		IT	06	UD	030127	7609	Europe/Rome
6541604	Polesine Parmense	polesine-parmense	Comune di Polesine Parmense,Polesine Parmense		IT	05	PR	034029	1507	Europe/Rome
6541605	Belvedere Ostrense	belvedere-ostrense	Belvedere Ostrense,Comune di Belvedere Ostrense		IT	10	AN	042005	2288	Europe/Rome
6541606	Appignano	appignano	Appignano,Comune di Appignano		IT	10	MC	043003	4212	Europe/Rome
6541607	San Severino Marche	san-severino-marche	Comune di San Severino Marche,San Severino Marche		IT	10	MC	043047	13018	Europe/Rome
6541608	Campofilone	campofilone	Campofilone,Comune di Campofilone		IT	10	FM	109004	1951	Europe/Rome
6541609	Colli del Tronto	colli-del-tronto	Colli del Tronto,Comune di Colli del Tronto		IT	10	AP	044014	3566	Europe/Rome
6541610	Chitignano	chitignano	Chitignano,Comune di Chitignano		IT	16	AR	051014	933	Europe/Rome
6541611	Montepulciano	montepulciano	Comune di Montepulciano,Montepulciano		IT	16	SI	052015	14237	Europe/Rome
6541612	Costacciaro	costacciaro	Comune di Costacciaro,Costacciaro		IT	18	PG	054016	1283	Europe/Rome
6541613	Sutri	sutri	Comune di Sutri,Sutri		IT	07	VT	056049	6552	Europe/Rome
6541614	Canale Monterano	canale-monterano	Canale Monterano,Comune di Canale Monterano		IT	07	RM	058016	4071	Europe/Rome
6541615	Frascati	frascati	Comune di Frascati,Frascati		IT	07	RM	058039	20755	Europe/Rome
6541616	Ladispoli	ladispoli	Comune di Ladispoli,Ladispoli		IT	07	RM	058116	37293	Europe/Rome
6541617	Cisterna di Latina	cisterna-di-latina	Cisterna di Latina,Comune di Cisterna di Latina		IT	07	LT	059005	35551	Europe/Rome
6541618	Pontinia	pontinia	Comune di Pontinia,Pontinia		IT	07	LT	059017	13812	Europe/Rome
6541619	San Felice Circeo	san-felice-circeo	Comune di San Felice Circeo,San Felice Circeo		IT	07	LT	059025	8709	Europe/Rome
6541620	Sant'Andrea del Garigliano	sant-andrea-del-garigliano	Comune di Sant'Andrea del Garigliano,Sant'Andrea del Garigliano		IT	07	FR	060066	1566	Europe/Rome
6541621	Albiano d'Ivrea	albiano-d-ivrea	Albiano d'Ivrea,Comune di Albiano d'Ivrea		IT	12	TO	001004	1791	Europe/Rome
6541622	Raviscanina	raviscanina	Comune di Raviscanina,Raviscanina		IT	04	CE	061066	1376	Europe/Rome
6541623	Villanova d'Albenga	villanova-d-albenga	Comune di Villanova d'Albenga,Villanova d'Albenga		IT	08	SV	009068	2522	Europe/Rome
6541624	Cicagna	cicagna	Cicagna,Comune di Cicagna		IT	08	GE	010016	2566	Europe/Rome
6541625	Ronco Scrivia	ronco-scrivia	Comune di Ronco Scrivia,Ronco Scrivia		IT	08	GE	010049	4558	Europe/Rome
6541626	Maissana	maissana	Comune di Maissana,Maissana		IT	08	SP	011018	659	Europe/Rome
6541627	Santo Stefano di Magra	santo-stefano-di-magra	Comune di Santo Stefano di Magra,Santo Stefano di Magra		IT	08	SP	011026	8790	Europe/Rome
6541628	Vezzano Ligure	vezzano-ligure	Comune di Vezzano Ligure,Vezzano Ligure		IT	08	SP	011031	7391	Europe/Rome
6541629	Besozzo	besozzo	Besozzo,Comune di Besozzo		IT	09	VA	012013	8994	Europe/Rome
6541630	Giussano	giussano	Comune di Giussano,Giussano		IT	09	MB	108024	24527	Europe/Rome
6541631	Rottofreno	rottofreno	Comune di Rottofreno,Rottofreno		IT	05	PC	033039	11641	Europe/Rome
6541632	Fabbrico	fabbrico	Comune di Fabbrico,Fabbrico		IT	05	RE	035021	6696	Europe/Rome
6541633	Castelfranco Emilia	castelfranco-emilia	Castelfranco Emilia,Comune di Castelfranco Emilia		IT	05	MO	036006	31656	Europe/Rome
6541634	Fanano	fanano	Comune di Fanano,Fanano		IT	05	MO	036011	3028	Europe/Rome
6541635	Bagnacavallo	bagnacavallo	Bagnacavallo,Comune di Bagnacavallo		IT	05	RA	039002	16715	Europe/Rome
6541636	Mercato Saraceno	mercato-saraceno	Comune di Mercato Saraceno,Mercato Saraceno		IT	05	FC	040020	6997	Europe/Rome
6541637	Santa Maria Nuova	santa-maria-nuova	Comune di Santa Maria Nuova,Santa Maria Nuova		IT	10	AN	042043	4199	Europe/Rome
6541638	Magliano di Tenna	magliano-di-tenna	Comune di Magliano di Tenna,Magliano di Tenna		IT	10	FM	109010	1426	Europe/Rome
6541639	Montottone	montottone	Comune di Montottone,Montottone		IT	10	FM	109027	1011	Europe/Rome
6541640	Rapagnano	rapagnano	Comune di Rapagnano,Rapagnano		IT	10	FM	109035	2044	Europe/Rome
6541641	Torre San Patrizio	torre-san-patrizio	Comune di Torre San Patrizio,Torre San Patrizio		IT	10	FM	109040	2078	Europe/Rome
6541642	Casola in Lunigiana	casola-in-lunigiana	Casola in Lunigiana,Comune di Casola in Lunigiana		IT	16	MS	045004	1003	Europe/Rome
6541643	Montecarlo	montecarlo	Comune di Montecarlo,Montecarlo		IT	16	LU	046021	4454	Europe/Rome
6541644	Seravezza	seravezza	Comune di Seravezza,Seravezza		IT	16	LU	046028	13238	Europe/Rome
6541645	Viareggio	viareggio	Comune di Viareggio,Viareggio		IT	16	LU	046033	61857	Europe/Rome
6541646	Piombino	piombino	Comune di Piombino,Piombino		IT	16	LI	049012	34419	Europe/Rome
6541647	Asciano	asciano	Asciano,Comune di Asciano		IT	16	SI	052002	7228	Europe/Rome
6541648	Sinalunga	sinalunga	Comune di Sinalunga,Sinalunga		IT	16	SI	052033	12476	Europe/Rome
6541649	Città di Castello	citta-di-castello	Chita di Kastelo,Chitta-di-Kastello,Cita de Castelo,Cita di Kastelas,Citta di Castello,Città di Castello,Comune di Citta di Castello,Comune di Città di Castello,Tifernum Tiberinum,ka si tai luo cheng,tshyta dy kastylw,Çità de Casteło,Čita di Kastelas,Чита ди Кастело,Читта-ди-Кастелло,Читта-ді-Кастелло,צ'יטה די קאסטלו,تشيتا دي كاستيلو,ჩიტა-დი-კასტელო,チッタ・ディ・カステッロ,卡斯泰洛城		IT	18	PG	054013	40064	Europe/Rome
6541650	Marcetelli	marcetelli	Comune di Marcetelli,Marcetelli		IT	07	RI	057036	97	Europe/Rome
6541651	Albano Laziale	albano-laziale	Albano Laziale,Comune di Albano Laziale		IT	07	RM	058003	38433	Europe/Rome
6541652	Colleferro	colleferro	Colleferro,Comune di Colleferro		IT	07	RM	058034	21574	Europe/Rome
6541653	Zagarolo	zagarolo	Comune di Zagarolo,Zagarolo		IT	07	RM	058114	16922	Europe/Rome
6541654	Cassino	cassino	Cassino,Comune di Cassino		IT	07	FR	060019	33658	Europe/Rome
6541655	Sant'Ambrogio sul Garigliano	sant-ambrogio-sul-garigliano	Comune di Sant'Ambrogio sul Garigliano,Sant'Ambrogio sul Garigliano		IT	07	FR	060065	994	Europe/Rome
6541656	Bordighera	bordighera	Bordighera,Comune di Bordighera		IT	08	IM	008008	10416	Europe/Rome
6541657	Borghetto Santo Spirito	borghetto-santo-spirito	Borghetto Santo Spirito,Comune di Borghetto Santo Spirito		IT	08	SV	009012	5154	Europe/Rome
6541658	Ortovero	ortovero	Comune di Ortovero,Ortovero		IT	08	SV	009045	1583	Europe/Rome
6541659	Vado Ligure	vado-ligure	Comune di Vado Ligure,Vado Ligure		IT	08	SV	009064	8232	Europe/Rome
6541660	Castiglione Olona	castiglione-olona	Castiglione Olona,Comune di Castiglione Olona		IT	09	VA	012046	7836	Europe/Rome
6541661	Robecchetto con Induno	robecchetto-con-induno	Comune di Robecchetto con Induno,Robecchetto con Induno		IT	09	MI	015183	4869	Europe/Rome
6541662	Rozzano	rozzano	Comune di Rozzano,Rozzano		IT	09	MI	015189	39983	Europe/Rome
6541663	Segrate	segrate	Comune di Segrate,Segrate		IT	09	MI	015205	33519	Europe/Rome
6541664	Vimodrone	vimodrone	Comune di Vimodrone,Vimodrone		IT	09	MI	015242	16426	Europe/Rome
6541665	Costa Volpino	costa-volpino	Comune di Costa Volpino,Costa Volpino		IT	09	BG	016086	9194	Europe/Rome
6541666	Fontanella	fontanella	Comune di Fontanella,Fontanella		IT	09	BG	016101	4339	Europe/Rome
6541667	Selvino	selvino	Comune di Selvino,Selvino		IT	09	BG	016197	1991	Europe/Rome
6541668	Solto Collina	solto-collina	Comune di Solto Collina,Solto Collina		IT	09	BG	016200	1735	Europe/Rome
6541669	Sorisole	sorisole	Comune di Sorisole,Sorisole		IT	09	BG	016202	9097	Europe/Rome
6541670	Spirano	spirano	Comune di Spirano,Spirano		IT	09	BG	016206	5639	Europe/Rome
6541671	Stezzano	stezzano	Comune di Stezzano,Stezzano		IT	09	BG	016207	12623	Europe/Rome
6541672	Urgnano	urgnano	Comune di Urgnano,Urgnano		IT	09	BG	016222	9549	Europe/Rome
6541673	Rudiano	rudiano	Comune di Rudiano,Rudiano		IT	09	BS	017167	5699	Europe/Rome
6541674	Arena Po	arena-po	Arena Po,Comune di Arena Po		IT	09	PV	018005	1625	Europe/Rome
6541675	Bagnolo Cremasco	bagnolo-cremasco	Bagnolo Cremasco,Comune di Bagnolo Cremasco		IT	09	CR	019005	4788	Europe/Rome
6541676	Gussola	gussola	Comune di Gussola,Gussola		IT	09	CR	019052	2873	Europe/Rome
6541677	Santa Maria a Vico	santa-maria-a-vico	Comune di Santa Maria a Vico,Santa Maria a Vico		IT	04	CE	061082	14134	Europe/Rome
6541678	Ginestra degli Schiavoni	ginestra-degli-schiavoni	Comune di Ginestra degli Schiavoni,Ginestra degli Schiavoni		IT	04	BN	062036	532	Europe/Rome
6541679	Barano d'Ischia	barano-d-ischia	Barano d'Ischia,Comune di Barano d'Ischia		IT	04	NA	063007	9882	Europe/Rome
6541680	Casoria	casoria	Casoria,Comune di Casoria		IT	04	NA	063023	78647	Europe/Rome
6541681	Pozzuoli	pozzuoli	Comune di Pozzuoli,Pozzuoli		IT	04	NA	063060	80357	Europe/Rome
6541682	Procida	procida	Comune di Procida,Procida		IT	04	NA	063061	10228	Europe/Rome
6541683	Terzigno	terzigno	Comune di Terzigno,Terzigno		IT	04	NA	063082	17367	Europe/Rome
6541684	Aquilonia	aquilonia	Aquilonia,Comune di Aquilonia		IT	04	AV	064004	1815	Europe/Rome
6541685	Conza della Campania	conza-della-campania	Comune di Conza della Campania,Conza della Campania		IT	04	AV	064030	1432	Europe/Rome
6541686	Baronissi	baronissi	Baronissi,Comune di Baronissi		IT	04	SA	065013	16790	Europe/Rome
6541687	Nocera Inferiore	nocera-inferiore	Comune di Nocera Inferiore,Nocera Inferiore		IT	04	SA	065078	46563	Europe/Rome
6541688	Postiglione	postiglione	Comune di Postiglione,Postiglione		IT	04	SA	065101	2198	Europe/Rome
6541689	Rofrano	rofrano	Comune di Rofrano,Rofrano		IT	04	SA	065109	1655	Europe/Rome
6541690	Aielli	aielli	Aielli,Comune di Aielli		IT	01	AQ	066002	1458	Europe/Rome
6541691	Avezzano	avezzano	Avezzano,Comune di Avezzano		IT	01	AQ	066006	40744	Europe/Rome
6541692	Civitella Roveto	civitella-roveto	Civitella Roveto,Comune di Civitella Roveto		IT	01	AQ	066036	3374	Europe/Rome
6541693	Gagliano Aterno	gagliano-aterno	Comune di Gagliano Aterno,Gagliano Aterno		IT	01	AQ	066045	255	Europe/Rome
6541694	Goriano Sicoli	goriano-sicoli	Comune di Goriano Sicoli,Goriano Sicoli		IT	01	AQ	066047	597	Europe/Rome
6541695	Pereto	pereto	Comune di Pereto,Pereto		IT	01	AQ	066067	739	Europe/Rome
6541696	Prezza	prezza	Comune di Prezza,Prezza		IT	01	AQ	066076	1015	Europe/Rome
6541697	Scurcola Marsicana	scurcola-marsicana	Comune di Scurcola Marsicana,Scurcola Marsicana		IT	01	AQ	066096	2762	Europe/Rome
6541698	Tagliacozzo	tagliacozzo	Comune di Tagliacozzo,Tagliacozzo		IT	01	AQ	066099	6939	Europe/Rome
6541699	Vittorito	vittorito	Comune di Vittorito,Vittorito		IT	01	AQ	066108	898	Europe/Rome
6541700	Morro d'Oro	morro-d-oro	Comune di Morro d'Oro,Morro d'Oro		IT	01	TE	067029	3628	Europe/Rome
6541701	Nocciano	nocciano	Comune di Nocciano,Nocciano		IT	01	PE	068026	1800	Europe/Rome
6541702	Turrivalignani	turrivalignani	Comune di Turrivalignani,Turrivalignani		IT	01	PE	068044	884	Europe/Rome
6541703	Canosa Sannita	canosa-sannita	Canosa Sannita,Comune di Canosa Sannita		IT	01	CH	069010	1441	Europe/Rome
6541704	Fossacesia	fossacesia	Comune di Fossacesia,Fossacesia		IT	01	CH	069033	6217	Europe/Rome
6541705	Lettopalena	lettopalena	Comune di Lettopalena,Lettopalena		IT	01	CH	069048	365	Europe/Rome
6541706	Mozzagrogna	mozzagrogna	Comune di Mozzagrogna,Mozzagrogna		IT	01	CH	069056	2291	Europe/Rome
6541707	Torrevecchia Teatina	torrevecchia-teatina	Comune di Torrevecchia Teatina,Torrevecchia Teatina		IT	01	CH	069094	4092	Europe/Rome
6541708	Trescore Balneario	trescore-balneario	Comune di Trescore Balneario,Trescore Balneario		IT	09	BG	016218	9427	Europe/Rome
6541709	Calvisano	calvisano	Calvisano,Comune di Calvisano		IT	09	BS	017034	8537	Europe/Rome
6541771	Comiso	comiso	Comiso,Comune di Comiso		IT	15	RG	088003	29184	Europe/Rome
6541710	Cazzago San Martino	cazzago-san-martino	Cazzago San Martino,Comune di Cazzago San Martino		IT	09	BS	017046	10959	Europe/Rome
6541711	Lonato	lonato	Comune di Lonato,Lonato		IT	09	BS	017092	15559	Europe/Rome
6541712	Sale Marasino	sale-marasino	Comune di Sale Marasino,Sale Marasino		IT	09	BS	017169	3370	Europe/Rome
6541713	Gambolò	gambolo	Comune di Gambolo,Comune di Gambolò,Gambolo,Gambolò		IT	09	PV	018068	9779	Europe/Rome
6541714	Lardirago	lardirago	Comune di Lardirago,Lardirago		IT	09	PV	018080	1200	Europe/Rome
6541715	Villanova d'Ardenghi	villanova-d-ardenghi	Comune di Villanova d'Ardenghi,Villanova d'Ardenghi		IT	09	PV	018179	770	Europe/Rome
6541716	Offanengo	offanengo	Comune di Offanengo,Offanengo		IT	09	CR	019062	5869	Europe/Rome
6541717	Voltido	voltido	Comune di Voltido,Voltido		IT	09	CR	019115	405	Europe/Rome
6541718	Pomponesco	pomponesco	Comune di Pomponesco,Pomponesco		IT	09	MN	020043	1763	Europe/Rome
6541719	Solferino	solferino	Comune di Solferino,Solferino		IT	09	MN	020063	2531	Europe/Rome
6541720	Germagnano	germagnano	Comune di Germagnano,Germagnano		IT	12	TO	001113	1256	Europe/Rome
6541721	Perosa Argentina	perosa-argentina	Comune di Perosa Argentina,Perosa Argentina		IT	12	TO	001184	3405	Europe/Rome
6541722	Perrero	perrero	Comune di Perrero,Perrero		IT	12	TO	001186	723	Europe/Rome
6541723	Gambatesa	gambatesa	Comune di Gambatesa,Gambatesa		IT	11	CB	070025	1487	Europe/Rome
6541724	Jelsi	jelsi	Comune di Jelsi,Jelsi		IT	11	CB	070030	1797	Europe/Rome
6541725	Larino	larino	Comune di Larino,Larino		IT	11	CB	070031	7142	Europe/Rome
6541726	Montorio nei Frentani	montorio-nei-frentani	Comune di Montorio nei Frentani,Montorio nei Frentani		IT	11	CB	070047	466	Europe/Rome
6541727	Salcito	salcito	Comune di Salcito,Salcito		IT	11	CB	070062	695	Europe/Rome
6541728	San Giovanni in Galdo	san-giovanni-in-galdo	Comune di San Giovanni in Galdo,San Giovanni in Galdo		IT	11	CB	070066	624	Europe/Rome
6541729	Santa Croce di Magliano	santa-croce-di-magliano	Comune di Santa Croce di Magliano,Santa Croce di Magliano		IT	11	CB	070072	4692	Europe/Rome
6541730	Sant'Elia a Pianisi	sant-elia-a-pianisi	Comune di Sant'Elia a Pianisi,Sant'Elia a Pianisi		IT	11	CB	070074	1910	Europe/Rome
6541731	Monte Sant'Angelo	monte-sant-angelo	Comune di Monte Sant'Angelo,Monte Sant'Angelo		IT	13	FG	071033	13098	Europe/Rome
6541732	Serracapriola	serracapriola	Comune di Serracapriola,Serracapriola		IT	13	FG	071053	4069	Europe/Rome
6541733	Alberobello	alberobello	Alberobello,Comune di Alberobello		IT	13	BA	072003	10924	Europe/Rome
6541734	Modugno	modugno	Comune di Modugno,Modugno		IT	13	BA	072027	37532	Europe/Rome
6541735	Avetrana	avetrana	Avetrana,Comune di Avetrana		IT	13	TA	073001	7024	Europe/Rome
6541736	Casarano	casarano	Casarano,Comune di Casarano		IT	13	LE	075016	20489	Europe/Rome
6541737	Martignano	martignano	Comune di Martignano,Martignano		IT	13	LE	075041	1730	Europe/Rome
6541738	Ortelle	ortelle	Comune di Ortelle,Ortelle		IT	13	LE	075056	2359	Europe/Rome
6541739	Palmariggi	palmariggi	Comune di Palmariggi,Palmariggi		IT	13	LE	075058	1554	Europe/Rome
6541740	Racale	racale	Comune di Racale,Racale		IT	13	LE	075063	10734	Europe/Rome
6541741	Salve	salve	Comune di Salve,Salve		IT	13	LE	075066	4737	Europe/Rome
6541742	Surano	surano	Comune di Surano,Surano		IT	13	LE	075082	1698	Europe/Rome
6541743	Atella	atella	Atella,Comune di Atella		IT	02	PZ	076006	3863	Europe/Rome
6541744	Bernalda	bernalda	Bernalda,Comune di Bernalda		IT	02	MT	077003	12264	Europe/Rome
6541745	Campana	campana	Campana,Comune di Campana		IT	03	CS	078023	1962	Europe/Rome
6541746	Casole Bruzio	casole-bruzio	Casole Bruzio,Comune di Casole Bruzio		IT	03	CS	078028	2575	Europe/Rome
6541747	Castiglione Cosentino	castiglione-cosentino	Castiglione Cosentino,Comune di Castiglione Cosentino		IT	03	CS	078030	2978	Europe/Rome
6541748	Lattarico	lattarico	Comune di Lattarico,Lattarico		IT	03	CS	078066	4058	Europe/Rome
6541749	Rogliano	rogliano	Comune di Rogliano,Rogliano		IT	03	CS	078105	5697	Europe/Rome
6541750	Argusto	argusto	Argusto,Comune di Argusto		IT	03	CZ	079007	529	Europe/Rome
6541751	Cardinale	cardinale	Cardinale,Comune di Cardinale		IT	03	CZ	079018	2334	Europe/Rome
6541752	San Mango d'Aquino	san-mango-d-aquino	Comune di San Mango d'Aquino,San Mango d'Aquino		IT	03	CZ	079110	1639	Europe/Rome
6541753	San Pietro a Maida	san-pietro-a-maida	Comune di San Pietro a Maida,San Pietro a Maida		IT	03	CZ	079114	4298	Europe/Rome
6541754	Bivongi	bivongi	Bivongi,Comune di Bivongi		IT	03	RC	080010	1398	Europe/Rome
6541755	Ciminà	cimina	Cimina,Ciminà,Comune di Cimina,Comune di Ciminà		IT	03	RC	080026	595	Europe/Rome
6541756	Palmi	palmi	Comune di Palmi,Palmi		IT	03	RC	080057	18721	Europe/Rome
6541757	Roccaforte del Greco	roccaforte-del-greco	Comune di Roccaforte del Greco,Roccaforte del Greco		IT	03	RC	080066	550	Europe/Rome
6541758	Santo Stefano in Aspromonte	santo-stefano-in-aspromonte	Comune di Santo Stefano in Aspromonte,Santo Stefano in Aspromonte		IT	03	RC	080083	1247	Europe/Rome
6541759	Mazara del Vallo	mazara-del-vallo	Comune di Mazara del Vallo,Mazara del Vallo		IT	15	TP	081012	49995	Europe/Rome
6541760	Belmonte Mezzagno	belmonte-mezzagno	Belmonte Mezzagno,Comune di Belmonte Mezzagno		IT	15	PA	082009	11149	Europe/Rome
6541761	Capaci	capaci	Capaci,Comune di Capaci		IT	15	PA	082020	11030	Europe/Rome
6541762	Cefalà Diana	cefala-diana	Cefala Diana,Cefalà Diana,Comune di Cefala Diana,Comune di Cefalà Diana		IT	15	PA	082026	1007	Europe/Rome
6541763	Petralia Soprana	petralia-soprana	Comune di Petralia Soprana,Petralia Soprana		IT	15	PA	082055	3443	Europe/Rome
6541764	Montagnareale	montagnareale	Comune di Montagnareale,Montagnareale		IT	15	ME	083056	1631	Europe/Rome
6541765	Oliveri	oliveri	Comune di Oliveri,Oliveri		IT	15	ME	083063	2157	Europe/Rome
6541766	Torregrotta	torregrotta	Comune di Torregrotta,Torregrotta		IT	15	ME	083098	7426	Europe/Rome
6541767	Montevago	montevago	Comune di Montevago,Montevago		IT	15	AG	084025	3015	Europe/Rome
6541768	Sant'Angelo Muxaro	sant-angelo-muxaro	Comune di Sant'Angelo Muxaro,Sant'Angelo Muxaro		IT	15	AG	084039	1471	Europe/Rome
6541769	Milo	milo	Comune di Milo,Milo		IT	15	CT	087026	1065	Europe/Rome
6541770	Pedara	pedara	Comune di Pedara,Pedara		IT	15	CT	087034	12896	Europe/Rome
6541772	Augusta	augusta	Augusta,Comune di Augusta		IT	15	SR	089001	36169	Europe/Rome
6541773	Cassaro	cassaro	Cassaro,Comune di Cassaro		IT	15	SR	089007	813	Europe/Rome
6541774	Cossoine	cossoine	Comune di Cossoine,Cossoine		IT	14	SS	090027	900	Europe/Rome
6541775	Magomadas	magomadas	Comune di Magomadas,Magomadas		IT	14	OR	095083	643	Europe/Rome
6541776	Ollolai	ollolai	Comune di Ollolai,Ollolai		IT	14	NU	091056	1373	Europe/Rome
6541777	San Teodoro	san-teodoro	Comune di San Teodoro,San Teodoro		IT	14	OT	104023	4540	Europe/Rome
6541778	Sarule	sarule	Comune di Sarule,Sarule		IT	14	NU	091077	1770	Europe/Rome
6541779	Roccamandolfi	roccamandolfi	Comune di Roccamandolfi,Roccamandolfi		IT	11	IS	094040	987	Europe/Rome
6541780	Masserano	masserano	Comune di Masserano,Masserano		IT	12	BI	096032	2202	Europe/Rome
6541781	Brivio	brivio	Brivio,Comune di Brivio		IT	09	LC	097010	4686	Europe/Rome
6541782	Mandello del Lario	mandello-del-lario	Comune di Mandello del Lario,Mandello del Lario		IT	09	LC	097046	10578	Europe/Rome
6541783	Molteno	molteno	Comune di Molteno,Molteno		IT	09	LC	097051	3587	Europe/Rome
6541784	Caselle Lurani	caselle-lurani	Caselle Lurani,Comune di Caselle Lurani		IT	09	LO	098012	3100	Europe/Rome
6541785	Senna Lodigiana	senna-lodigiana	Comune di Senna Lodigiana,Senna Lodigiana		IT	09	LO	098053	1997	Europe/Rome
6541786	Zelo Buon Persico	zelo-buon-persico	Comune di Zelo Buon Persico,Zelo Buon Persico		IT	09	LO	098061	6872	Europe/Rome
6541787	Vaiano	vaiano	Comune di Vaiano,Vaiano		IT	16	PO	100006	9821	Europe/Rome
6541788	Francavilla Angitola	francavilla-angitola	Comune di Francavilla Angitola,Francavilla Angitola		IT	03	VV	102014	1976	Europe/Rome
6541789	Francica	francica	Comune di Francica,Francica		IT	03	VV	102015	1663	Europe/Rome
6541790	Sorianello	sorianello	Comune di Sorianello,Sorianello		IT	03	VV	102039	1210	Europe/Rome
6541791	Borgofranco d'Ivrea	borgofranco-d-ivrea	Borgofranco d'Ivrea,Comune di Borgofranco d'Ivrea		IT	12	TO	001030	3643	Europe/Rome
6541792	Bruino	bruino	Bruino,Comune di Bruino		IT	12	TO	001038	8479	Europe/Rome
6541793	Casalborgone	casalborgone	Casalborgone,Comune di Casalborgone		IT	12	TO	001060	1820	Europe/Rome
6541794	Giaveno	giaveno	Comune di Giaveno,Giaveno		IT	12	TO	001115	16281	Europe/Rome
6541795	Quagliuzzo	quagliuzzo	Comune di Quagliuzzo,Quagliuzzo		IT	12	TO	001208	331	Europe/Rome
6541796	Rivarolo Canavese	rivarolo-canavese	Comune di Rivarolo Canavese,Rivarolo Canavese		IT	12	TO	001217	12356	Europe/Rome
6541797	San Benigno Canavese	san-benigno-canavese	Comune di San Benigno Canavese,San Benigno Canavese		IT	12	TO	001236	5615	Europe/Rome
6541798	Villar Perosa	villar-perosa	Comune di Villar Perosa,Villar Perosa		IT	12	TO	001307	4149	Europe/Rome
6541799	Arona	arona	Arona,Comune di Arona		IT	12	NO	003008	14195	Europe/Rome
6541800	Romentino	romentino	Comune di Romentino,Romentino		IT	12	NO	003131	5379	Europe/Rome
6541801	San Nazzaro Sesia	san-nazzaro-sesia	Comune di San Nazzaro Sesia,San Nazzaro Sesia		IT	12	NO	003134	690	Europe/Rome
6541802	Magliano Alpi	magliano-alpi	Comune di Magliano Alpi,Magliano Alpi		IT	12	CN	004114	2231	Europe/Rome
6541803	Montà	monta	Comune di Monta,Comune di Montà,Monta,Montà		IT	12	CN	004133	4715	Europe/Rome
6541804	Sanfront	sanfront	Comune di Sanfront,Sanfront		IT	12	CN	004209	2530	Europe/Rome
6541805	Venasca	venasca	Comune di Venasca,Venasca		IT	12	CN	004237	1472	Europe/Rome
6541806	Castellar Guidobono	castellar-guidobono	Castellar Guidobono,Comune di Castellar Guidobono		IT	12	AL	006046	427	Europe/Rome
6541807	Eboli	eboli	Aebura,Comune di Eboli,Ebhura,Eboli,Eburum,Ievule,Ièvule,Jevule		IT	04	SA	065050	38219	Europe/Rome
6541808	Gravellona Toce	gravellona-toce	Comune di Gravellona Toce,Gravellona Toce		IT	12	VB	103035	7751	Europe/Rome
6541809	Pieve Vergonte	pieve-vergonte	Comune di Pieve Vergonte,Pieve Vergonte		IT	12	VB	103054	2644	Europe/Rome
6541810	Riva del Garda	riva-del-garda	Comune di Riva del Garda,Riva del Garda		IT	17	TN	022153	15838	Europe/Rome
6541811	Garda	garda	Comune di Garda,Garda		IT	20	VR	023036	3978	Europe/Rome
6541812	Marano di Valpolicella	marano-di-valpolicella	Comune di Marano di Valpolicella,Marano di Valpolicella		IT	20	VR	023046	3083	Europe/Rome
6541813	Salizzole	salizzole	Comune di Salizzole,Salizzole		IT	20	VR	023068	3745	Europe/Rome
6541814	Isola Vicentina	isola-vicentina	Comune di Isola Vicentina,Isola Vicentina		IT	20	VI	024048	9639	Europe/Rome
6541815	Monticello Conte Otto	monticello-conte-otto	Comune di Monticello Conte Otto,Monticello Conte Otto		IT	20	VI	024067	9156	Europe/Rome
6541816	Quinto Vicentino	quinto-vicentino	Comune di Quinto Vicentino,Quinto Vicentino		IT	20	VI	024083	5694	Europe/Rome
6541817	Torrebelvicino	torrebelvicino	Comune di Torrebelvicino,Torrebelvicino		IT	20	VI	024107	5989	Europe/Rome
6541818	Pieve di Cadore	pieve-di-cadore	Comune di Pieve di Cadore,Pieve di Cadore		IT	20	BL	025039	3956	Europe/Rome
6541819	Puos d'Alpago	puos-d-alpago	Comune di Puos d'Alpago,Puos d'Alpago		IT	20	BL	025041	2542	Europe/Rome
6541820	Cappella Maggiore	cappella-maggiore	Cappella Maggiore,Comune di Cappella Maggiore		IT	20	TV	026007	4677	Europe/Rome
6541821	Chioggia	chioggia	Chioggia,Comune di Chioggia		IT	20	VE	027008	49735	Europe/Rome
6541822	Galliera Veneta	galliera-veneta	Comune di Galliera Veneta,Galliera Veneta		IT	20	PD	028039	7042	Europe/Rome
6541823	Loreggia	loreggia	Comune di Loreggia,Loreggia		IT	20	PD	028046	7297	Europe/Rome
6541824	Megliadino San Vitale	megliadino-san-vitale	Comune di Megliadino San Vitale,Megliadino San Vitale		IT	20	PD	028052	1977	Europe/Rome
6541825	Sant'Elena	sant-elena	Comune di Sant'Elena,Sant'Elena		IT	20	PD	028083	2430	Europe/Rome
6541826	Selvazzano Dentro	selvazzano-dentro	Comune di Selvazzano Dentro,Selvazzano Dentro		IT	20	PD	028086	22145	Europe/Rome
6541827	Alseno	alseno	Alseno,Comune di Alseno		IT	05	PC	033002	4823	Europe/Rome
6541828	Gossolengo	gossolengo	Comune di Gossolengo,Gossolengo		IT	05	PC	033023	5431	Europe/Rome
6541829	Gropparello	gropparello	Comune di Gropparello,Gropparello		IT	05	PC	033025	2324	Europe/Rome
6541830	Compiano	compiano	Compiano,Comune di Compiano		IT	05	PR	034011	1122	Europe/Rome
6541831	Noceto	noceto	Comune di Noceto,Noceto		IT	05	PR	034025	12705	Europe/Rome
6541832	Scandiano	scandiano	Comune di Scandiano,Scandiano		IT	05	RE	035040	24792	Europe/Rome
6541833	Bastiglia	bastiglia	Bastiglia,Comune di Bastiglia		IT	05	MO	036001	3985	Europe/Rome
6541834	Montefiorino	montefiorino	Comune di Montefiorino,Montefiorino		IT	05	MO	036025	2253	Europe/Rome
6541835	Castel del Rio	castel-del-rio	Castel del Rio,Comune di Castel del Rio		IT	05	BO	037014	1230	Europe/Rome
6541836	Masi Torello	masi-torello	Comune di Masi Torello,Masi Torello		IT	05	FE	038012	2368	Europe/Rome
6541838	Cesena	cesena	Caesena,Cesen-a,Cesena,Cesenn-a,Cezena,Chezena,Comune di Cesena,che se na,chesena,chezena,chsna,qie sai na,sysyna,tshyzyna,z'znh,Čezena,Čezēna,Чезена,צ'זנה,تشيزينا,سیسینا,چسنا,เชเซนา,ჩეზენა,チェゼーナ,切塞纳,체세나		IT	05	FC	040007	95990	Europe/Rome
6541839	Fermignano	fermignano	Comune di Fermignano,Fermignano		IT	10	PU	041014	8615	Europe/Rome
6541840	Montemaggiore al Metauro	montemaggiore-al-metauro	Comune di Montemaggiore al Metauro,Montemaggiore al Metauro		IT	10	PU	041037	2812	Europe/Rome
6541841	Maiolati Spontini	maiolati-spontini	Comune di Maiolati Spontini,Maiolati Spontini		IT	10	AN	042023	6175	Europe/Rome
6541842	Monte Roberto	monte-roberto	Comune di Monte Roberto,Monte Roberto		IT	10	AN	042029	3026	Europe/Rome
6541843	Montecassiano	montecassiano	Comune di Montecassiano,Montecassiano		IT	10	MC	043026	7185	Europe/Rome
6541844	Montecosaro	montecosaro	Comune di Montecosaro,Montecosaro		IT	10	MC	043028	6918	Europe/Rome
6541845	Morrovalle	morrovalle	Comune di Morrovalle,Morrovalle		IT	10	MC	043033	10287	Europe/Rome
6541846	Recanati	recanati	Comune di Recanati,Recanati		IT	10	MC	043044	21416	Europe/Rome
6541847	Lesa	lesa	Comune di Lesa,Lesa		IT	12	NO	003084	2236	Europe/Rome
6541848	Barge	barge	Barge,Comune di Barge		IT	12	CN	004012	7861	Europe/Rome
6541849	Boves	boves	Boves,Comune di Boves		IT	12	CN	004028	9725	Europe/Rome
6541850	Montenero di Bisaccia	montenero-di-bisaccia	Comune di Montenero di Bisaccia,Montenero di Bisaccia		IT	11	CB	070046	6649	Europe/Rome
6541851	Cremona	cremona	Comune di Cremona,Cremon-a,Cremona,Cremone,Cremuna,Cremùna,Crémone,Gorad Krehmona,Kremona,Kremono,Lungsod ng Cremona,ke lei mo na,keulemona,kremona,krmwna,krymwna,kuremona,qrmwnh,Горад Крэмона,Кремона,קרמונה,كريمونا,کرمونا,क्रेमोना,クレモナ,克雷莫納,크레모나		IT	09	CR	019036	69589	Europe/Rome
6541852	Rovigo	rovigo	Comune di Rovigo,Rodigium,Rovigas,Rovigh,Rovigo,Rovigu,Ruvigh,luo wei ge,rovu~igo,rwfyghw,rwwygw,Ровиго,Ровіго,روفيغو,روویگو,ロヴィーゴ,罗维戈		IT	20	RO	029041	50164	Europe/Rome
6541853	Frosinone	frosinone	Comune di Frosinone,Frosinone		IT	07	FR	060038	46649	Europe/Rome
6541854	Pavia	pavia	Comune di Pavia,Gorad Pavija,Pahuia,Papia,Pavia,Pavie,Pavija,Pavio,Pavìa,Pavía,Pawia,Pāvija,bafya,pa wei ya,pa wi xa,pabia,pavu~ia,pawya,Παβία,Горад Павія,Павия,Павија,Павія,פאביה,بافيا,پاویا,پاویہ,ปาวีอา,パヴィーア,帕維亞,파비아		IT	09	PV	018110	68280	Europe/Rome
6541855	Mantova	mantova	Comune di Mantova,Mantova		IT	09	MN	020030	46649	Europe/Rome
6541856	Teramo	teramo	Comune di Teramo,Gorad Cerama,Interamnium Praetutiorum,Teramas,Teramo,Teramu,Téramo,tai la mo,te ra mo,teramo,tramw,tyramw,Горад Церама,Терамо,ترامو,تيرامو,เตราโม,テーラモ,泰拉莫		IT	01	TE	067041	54294	Europe/Rome
6541857	Foggia	foggia	Comune di Foggia,Foggia,Province of Foggia		IT	13	FG	071024	147036	Europe/Rome
6541858	Catanzaro	catanzaro	Catacium,Catanzaro,Catanzaru,Comune di Catanzaro,Katancaras,Katancaro,Katandzara,Katandzaro,Katandzāro,Katantzaro,Katanzaro,ka tan sa ro,ka tan zha luo,katanchalo,katanjharo,katanzaro,katanzarw,katnzarw,Καταντζάρο,Катандзара,Катандзаро,Катанцаро,קטנזארו,كاتنزارو,کاتانزارو,کاٹانزارو,कातान्झारो,กาตันซาโร,კატანძარო,カタンザーロ,卡坦扎罗,카탄차로		IT	03	CZ	079023	89364	Europe/Rome
6541859	Messina	messina	Comune di Messina,Gorad Mesina,Lungsod ng Messina,Mesina,Mesino,Messana,Messin-a,Messina,Messinae,Messine,Messini,Mesyna,Mesīna,Missina,mesina,messhina,mo xi na,msyna,msynh,msynt,mysyna,Μεσσήνη,Горад Месіна,Месина,Мессинæ,Мессина,Мессіна,Մեսինա,מסינה,مسينة,مسینا,میسینا,मेसिना,მესინა,メッシーナ,墨西拿,메시나		IT	15	ME	083048	243262	Europe/Rome
6541860	Agrigento	agrigento	Agridzentas,Agridzento,Agridzhento,Agridžentas,Agridžento,Agrigent,Agrigente,Agrigento,Agrigentu,Agrigentum,Agrixento,Ankritzento,Comune di Agrigento,Girgenti,a ge li zhen tuo,ageulijento,aghryjntw,agrijantea,agryjntw,agurijento,xa kri cen to,Αγκριτζέντο,Агридженто,Агриђенто,Агриџенто,Агрідженто,אגריג'נטו,آگریجنتو,أغريجنتو,അഗ്രിജന്തോ,อากรีเจนโต,აგრიჯენტო,アグリジェント,阿格里真托,아그리젠토		IT	15	AG	084001	58323	Europe/Rome
6541861	Caltanissetta	caltanissetta	Caltaniseta,Caltanissetta,Caltanissëtta,Comune di Caltanissetta,Kal'taniseta,Kal'tanissetta,Kaltaniseta,Kaltaniseto,Nissa,ka er ta ni sai ta,kaltanysta,kaltanysyta,karutanissetta,qltnysth,Калтанисета,Кальтаниссетта,Кальтанісета,Кальтаніссетта,קלטניסטה,كالتانيسيتا,کالتانیستا,カルタニッセッタ,卡爾塔尼塞塔		IT	15	CL	085004	61711	Europe/Rome
6541862	Nuoro	nuoro	Comune di Nuoro,Nugoro,Nugorus,Nuora,Nuoras,Nuoro,Nuoru,Nùgoro,Nùoro,Nùoru,nu ao luo,nuoro,nwwrw,Нуора,Нуоро,نوورو,ヌーオロ,努奥罗		IT	14	NU	091051	36674	Europe/Rome
6541863	Rimini	rimini	Ariminum,Comune di Rimini,Gorad Rymini,Lungsod ng Rimini,Rimano,Rimin,Rimini,Riminis,Rìmin,Rìmini,Rímini,li mi ni,limini,rimini,rymyny,Ρίμινι,Горад Рыміні,Римини,Ріміні,רימיני,ريميني,ریمینی,რიმინი,リミニ,里米尼,리미니		IT	05	RN	099014	139601	Europe/Rome
6541864	Cuneo	cuneo	Comune di Cuneo,Cuneo		IT	12	CN	004078	55013	Europe/Rome
6541865	Verona	verona	Comune di Verona,Ferona,Gorad Verona,Lungsod ng Verona,Veron-a,Verona,Veronae,Verone,Veronn-a,Verono,Veruna,Veróna,Verùna,Vérone,Werona,belona,fyrwna,verona,vherona,vu~erona,we ro na,wei luo na,wrwna,wrwnh,wyrwna,Βερόνα,Веронæ,Верона,Горад Верона,Վերոնա,ורונה,فيرونا,ورونا,ویرونا,वेरोना,व्हेरोना,เวโรนา,ཝེ་རོ་ན།,ვერონა,ヴェローナ,维罗纳,베로나		IT	20	VR	023091	252520	Europe/Rome
6541920	Fossa	fossa	Aveia,Comune di Fossa,Fossa		IT	01	AQ	066044	690	Europe/Rome
6541866	Gorizia	gorizia	Comune di Gorizia,Goerz,Gorica,Goricija,Gorico,Gorisia,Gorissia,Goritia,Gorizia,Gorizzia,Gorycja,Gurize,Görz,ge li qi ya,ghwrytsya,golichia,goritsu~ia,gwryzyh,Горица,Гориция,Горіція,גוריציה,غوريتسيا,ゴリツィア,戈里齐亚,고리치아		IT	06	GO	031007	35212	Europe/Rome
6541867	Pistoia	pistoia	Comune di Pistoia,Lungsod ng Pistoia,Pistoia,Pistoja,Pistojo,Pistorium,Pistoya,Pistòia,Pistòja,bstwya,pi si tuo ya,pisutoia,pystwya,pystwyh,Πιστόια,Пистоя,Пистоја,Пістоя,פיסטויה,بستويا,پسٹوئیا,پیستویا,ピストイア,皮斯托亞		IT	16	PT	047014	89101	Europe/Rome
6541868	Grosseto	grosseto	Comune di Grosseto,Grosetas,Groseto,Grosset,Grosseto,Grossetum,Grussetu,ge luo sai tuo,ghrwsytw,grwstw,gurosseto,Гросето,Гроссето,غروسيتو,گروستو,گروسیٹو,グロッセート,格罗塞托		IT	16	GR	053011	78630	Europe/Rome
6541869	Caserta	caserta	Caserta,Comune di Caserta		IT	04	CE	061022	75640	Europe/Rome
6541870	Avellino	avellino	Avellino,Comune di Avellino		IT	04	AV	064008	54222	Europe/Rome
6541871	Enna	enna	Castrugiuvanni,Comune di Enna,Ehna,Ehnna,Ena,Enna,Henna,ana,en na,en'na,enna,Ена,Енна,Эна,Энна,Էնա,אנה,إنا,エンナ,恩纳,엔나		IT	15	EN	086009	27894	Europe/Rome
6541872	Carassai	carassai	Carassai,Comune di Carassai		IT	10	AP	044010	1116	Europe/Rome
6541873	Cupra Marittima	cupra-marittima	Comune di Cupra Marittima,Cupra Marittima		IT	10	AP	044017	5378	Europe/Rome
6541874	Fermo	fermo	Comune di Fermo,Fermo		IT	10	FM	109006	37016	Europe/Rome
6541875	Grottazzolina	grottazzolina	Comune di Grottazzolina,Grottazzolina		IT	10	FM	109008	3287	Europe/Rome
6541876	Monte Rinaldo	monte-rinaldo	Comune di Monte Rinaldo,Monte Rinaldo		IT	10	FM	109021	397	Europe/Rome
6541877	San Benedetto del Tronto	san-benedetto-del-tronto	Comune di San Benedetto del Tronto,San Benedetto del Tronto		IT	10	AP	044066	46963	Europe/Rome
6541878	Aulla	aulla	Aulla,Comune di Aulla		IT	16	MS	045001	11284	Europe/Rome
6541879	Castelnuovo di Garfagnana	castelnuovo-di-garfagnana	Castelnuovo di Garfagnana,Comune di Castelnuovo di Garfagnana		IT	16	LU	046009	6059	Europe/Rome
6541880	Forte dei Marmi	forte-dei-marmi	Comune di Forte dei Marmi,Forte dei Marmi		IT	16	LU	046013	7660	Europe/Rome
6541881	Marliana	marliana	Comune di Marliana,Marliana		IT	16	PT	047007	3201	Europe/Rome
6541882	Lajatico	lajatico	Comune di Lajatico,Lajatico		IT	16	PI	050016	1376	Europe/Rome
6541883	Poppi	poppi	Comune di Poppi,Poppi		IT	16	AR	051031	6196	Europe/Rome
6541884	Chianciano Terme	chianciano-terme	Chianciano Terme,Comune di Chianciano Terme		IT	16	SI	052009	7058	Europe/Rome
6541885	Santa Fiora	santa-fiora	Comune di Santa Fiora,Santa Fiora		IT	16	GR	053022	2702	Europe/Rome
6541886	Gualdo Cattaneo	gualdo-cattaneo	Comune di Gualdo Cattaneo,Gualdo Cattaneo		IT	18	PG	054022	6278	Europe/Rome
6541887	Sellano	sellano	Comune di Sellano,Sellano		IT	18	PG	054048	1140	Europe/Rome
6541888	Vetralla	vetralla	Comune di Vetralla,Vetralla		IT	07	VT	056057	13507	Europe/Rome
6541889	Rocca Priora	rocca-priora	Comune di Rocca Priora,Rocca Priora		IT	07	RM	058088	10819	Europe/Rome
6541890	Santa Marinella	santa-marinella	Comune di Santa Marinella,Santa Marinella		IT	07	RM	058097	17403	Europe/Rome
6541891	Vivaro Romano	vivaro-romano	Comune di Vivaro Romano,Vivaro Romano		IT	07	RM	058113	177	Europe/Rome
6541892	Minturno	minturno	Comune di Minturno,Minturno		IT	07	LT	059014	19472	Europe/Rome
6541893	Terracina	terracina	Comune di Terracina,Terracina		IT	07	LT	059032	44233	Europe/Rome
6541894	Alatri	alatri	Alatri,Comune di Alatri		IT	07	FR	060003	28609	Europe/Rome
6541895	Piglio	piglio	Comune di Piglio,Piglio		IT	07	FR	060053	4657	Europe/Rome
6541896	Vallemaio	vallemaio	Comune di Vallemaio,Vallemaio		IT	07	FR	060083	1002	Europe/Rome
6541897	Bellona	bellona	Bellona,Comune di Bellona		IT	04	CE	061007	5705	Europe/Rome
6541898	Castel Volturno	castel-volturno	Castel Volturno,Comune di Castel Volturno		IT	04	CE	061027	22882	Europe/Rome
6541899	Gioia Sannitica	gioia-sannitica	Comune di Gioia Sannitica,Gioia Sannitica		IT	04	CE	061041	3640	Europe/Rome
6541900	Villa Literno	villa-literno	Comune di Villa Literno,Villa Literno		IT	04	CE	061099	10715	Europe/Rome
6541901	San Bartolomeo in Galdo	san-bartolomeo-in-galdo	Comune di San Bartolomeo in Galdo,San Bartolomeo in Galdo		IT	04	BN	062057	5090	Europe/Rome
6541902	Tocco Caudio	tocco-caudio	Comune di Tocco Caudio,Tocco Caudio		IT	04	BN	062075	1543	Europe/Rome
6541903	Castellammare di Stabia	castellammare-di-stabia	Castellammare di Stabia,Comune di Castellammare di Stabia		IT	04	NA	063024	65944	Europe/Rome
6541904	Meta	meta	Comune di Meta,Meta		IT	04	NA	063046	7969	Europe/Rome
6541905	Nola	nola	Comune di Nola,Nola		IT	04	NA	063050	33979	Europe/Rome
6541906	Ottaviano	ottaviano	Comune di Ottaviano,Ottaviano		IT	04	NA	063051	23543	Europe/Rome
6541907	Torre del Greco	torre-del-greco	Comune di Torre del Greco,Torre del Greco		IT	04	NA	063084	85922	Europe/Rome
6541908	Grottaminarda	grottaminarda	Comune di Grottaminarda,Grottaminarda		IT	04	AV	064038	8297	Europe/Rome
6541909	Mirabella Eclano	mirabella-eclano	Comune di Mirabella Eclano,Mirabella Eclano		IT	04	AV	064050	7904	Europe/Rome
6541910	Monteforte Irpino	monteforte-irpino	Comune di Monteforte Irpino,Monteforte Irpino		IT	04	AV	064054	10878	Europe/Rome
6541911	San Martino Valle Caudina	san-martino-valle-caudina	Comune di San Martino Valle Caudina,San Martino Valle Caudina		IT	04	AV	064083	4745	Europe/Rome
6541912	San Sossio Baronia	san-sossio-baronia	Comune di San Sossio Baronia,San Sossio Baronia		IT	04	AV	064087	1697	Europe/Rome
6541913	Battipaglia	battipaglia	Battipaglia,Comune di Battipaglia		IT	04	SA	065014	50464	Europe/Rome
6541914	Cuccaro Vetere	cuccaro-vetere	Comune di Cuccaro Vetere,Cuccaro Vetere		IT	04	SA	065049	580	Europe/Rome
6541915	Barete	barete	Barete,Comune di Barete		IT	01	AQ	066008	679	Europe/Rome
6541916	Caporciano	caporciano	Caporciano,Comune di Caporciano		IT	01	AQ	066022	235	Europe/Rome
6541917	Castel di Ieri	castel-di-ieri	Castel di Ieri,Comune di Castel di Ieri		IT	01	AQ	066027	329	Europe/Rome
6541918	Cerchio	cerchio	Cerchio,Comune di Cerchio		IT	01	AQ	066033	1653	Europe/Rome
6541919	Cocullo	cocullo	Cocullo,Comune di Cocullo		IT	01	AQ	066037	265	Europe/Rome
6541921	Oricola	oricola	Comune di Oricola,Oricola		IT	01	AQ	066062	1155	Europe/Rome
6541922	Villa Santa Lucia degli Abruzzi	villa-santa-lucia-degli-abruzzi	Comune di Villa Santa Lucia degli Abruzzi,Villa Santa Lucia degli Abruzzi		IT	01	AQ	066104	141	Europe/Rome
6541923	Atri	atri	Atri,Comune di Atri		IT	01	TE	067004	11112	Europe/Rome
6541924	Cellino Attanasio	cellino-attanasio	Cellino Attanasio,Comune di Cellino Attanasio		IT	01	TE	067015	2590	Europe/Rome
6541925	Roseto degli Abruzzi	roseto-degli-abruzzi	Comune di Roseto degli Abruzzi,Roseto degli Abruzzi		IT	01	TE	067037	24940	Europe/Rome
6541926	Sant'Egidio alla Vibrata	sant-egidio-alla-vibrata	Comune di Sant'Egidio alla Vibrata,Sant'Egidio alla Vibrata		IT	01	TE	067038	9668	Europe/Rome
6541927	Bussi sul Tirino	bussi-sul-tirino	Bussi sul Tirino,Comune di Bussi sul Tirino		IT	01	PE	068005	2636	Europe/Rome
6541928	Civitella Messer Raimondo	civitella-messer-raimondo	Civitella Messer Raimondo,Comune di Civitella Messer Raimondo		IT	01	CH	069024	861	Europe/Rome
6541929	Filetto	filetto	Comune di Filetto,Filetto		IT	01	CH	069032	1026	Europe/Rome
6541930	Lanciano	lanciano	Comune di Lanciano,Lanciano		IT	01	CH	069046	35921	Europe/Rome
6541931	Roccascalegna	roccascalegna	Comune di Roccascalegna,Roccascalegna		IT	01	CH	069075	1285	Europe/Rome
6541932	Scerni	scerni	Comune di Scerni,Scerni		IT	01	CH	069087	3399	Europe/Rome
6541933	Tollo	tollo	Comune di Tollo,Tollo		IT	01	CH	069090	4071	Europe/Rome
6541934	Termoli	termoli	Comune di Termoli,Termoli		IT	11	CB	070078	32793	Europe/Rome
6541935	Cagnano Varano	cagnano-varano	Cagnano Varano,Comune di Cagnano Varano		IT	13	FG	071008	7451	Europe/Rome
6541936	Orta Nova	orta-nova	Comune di Orta Nova,Orta Nova		IT	13	FG	071036	16999	Europe/Rome
6541937	Andria	andria	Andria,Comune di Andria		IT	13	BT	110001	100052	Europe/Rome
6541938	Noci	noci	Comune di Noci,Noci		IT	13	BA	072031	19285	Europe/Rome
6541939	Carosino	carosino	Carosino,Comune di Carosino		IT	13	TA	073002	6832	Europe/Rome
6541940	Torricella	torricella	Comune di Torricella,Torricella		IT	13	TA	073028	4233	Europe/Rome
6541941	Botrugno	botrugno	Botrugno,Comune di Botrugno		IT	13	LE	075009	2851	Europe/Rome
6541942	Castrignano del Capo	castrignano-del-capo	Castrignano del Capo,Comune di Castrignano del Capo		IT	13	LE	075019	5334	Europe/Rome
6541943	Gallipoli	gallipoli	Comune di Gallipoli,Gallipoli		IT	13	LE	075031	20398	Europe/Rome
6541944	Seclì	secli	Comune di Secli,Comune di Seclì,Secli,Seclì		IT	13	LE	075074	1923	Europe/Rome
6541945	Maratea	maratea	Comune di Maratea,Maratea		IT	02	PZ	076044	5150	Europe/Rome
6541946	Sasso di Castalda	sasso-di-castalda	Comune di Sasso di Castalda,Sasso di Castalda		IT	02	PZ	076082	831	Europe/Rome
6541947	Ferrandina	ferrandina	Comune di Ferrandina,Ferrandina		IT	02	MT	077008	8973	Europe/Rome
6541948	Cellara	cellara	Cellara,Comune di Cellara		IT	03	CS	078035	511	Europe/Rome
6541949	Civita	civita	Civita,Comune di Civita		IT	03	CS	078041	956	Europe/Rome
6541950	Mendicino	mendicino	Comune di Mendicino,Mendicino		IT	03	CS	078079	9238	Europe/Rome
6541951	Pedivigliano	pedivigliano	Comune di Pedivigliano,Pedivigliano		IT	03	CS	078096	878	Europe/Rome
6541952	Centrache	centrache	Centrache,Comune di Centrache		IT	03	CZ	079025	415	Europe/Rome
6541953	Marcellinara	marcellinara	Comune di Marcellinara,Marcellinara		IT	03	CZ	079072	2253	Europe/Rome
6541954	Nocera Terinese	nocera-terinese	Comune di Nocera Terinese,Nocera Terinese		IT	03	CZ	079087	4725	Europe/Rome
6541955	Bruzzano Zeffirio	bruzzano-zeffirio	Bruzzano Zeffirio,Comune di Bruzzano Zeffirio		IT	03	RC	080015	1211	Europe/Rome
6541956	Giffone	giffone	Comune di Giffone,Giffone		IT	03	RC	080037	1946	Europe/Rome
6541957	Grotteria	grotteria	Comune di Grotteria,Grotteria		IT	03	RC	080040	3274	Europe/Rome
6541958	Alcamo	alcamo	Alcamo,Comune di Alcamo		IT	15	TP	081001	45314	Europe/Rome
6541959	Petrosino	petrosino	Comune di Petrosino,Petrosino		IT	15	TP	081024	7760	Europe/Rome
6541960	Santa Flavia	santa-flavia	Comune di Santa Flavia,Santa Flavia		IT	15	PA	082067	10751	Europe/Rome
6541961	Patti	patti	Comune di Patti,Patti		IT	15	ME	083066	13325	Europe/Rome
6541962	Roccavaldina	roccavaldina	Comune di Roccavaldina,Roccavaldina		IT	15	ME	083073	1149	Europe/Rome
6541963	Torrenova	torrenova	Comune di Torrenova,Torrenova		IT	15	ME	083108	4240	Europe/Rome
6541964	Gela	gela	Comune di Gela,Gela		IT	15	CL	085007	75668	Europe/Rome
6541965	Leonforte	leonforte	Comune di Leonforte,Leonforte		IT	15	EN	086011	13878	Europe/Rome
6541966	Belpasso	belpasso	Belpasso,Comune di Belpasso		IT	15	CT	087007	26378	Europe/Rome
6541967	Caltagirone	caltagirone	Caltagirone,Comune di Caltagirone		IT	15	CT	087011	38123	Europe/Rome
6541968	Maletto	maletto	Comune di Maletto,Maletto		IT	15	CT	087022	4015	Europe/Rome
6541969	Piedimonte Etneo	piedimonte-etneo	Comune di Piedimonte Etneo,Piedimonte Etneo		IT	15	CT	087035	4079	Europe/Rome
6541970	San Giovanni la Punta	san-giovanni-la-punta	Comune di San Giovanni la Punta,San Giovanni la Punta		IT	15	CT	087041	22049	Europe/Rome
6541971	Viagrande	viagrande	Comune di Viagrande,Viagrande		IT	15	CT	087053	8155	Europe/Rome
6541972	Modica	modica	Comune di Modica,Modica		IT	15	RG	088006	53959	Europe/Rome
6541973	Pozzallo	pozzallo	Comune di Pozzallo,Pozzallo		IT	15	RG	088008	18929	Europe/Rome
6541974	Calangianus	calangianus	Calangianus,Comune di Calangianus		IT	14	OT	104010	4267	Europe/Rome
6541975	Azzano Decimo	azzano-decimo	Azzano Decimo,Comune di Azzano Decimo		IT	06	PN	093005	15554	Europe/Rome
6541976	Prata di Pordenone	prata-di-pordenone	Comune di Prata di Pordenone,Prata di Pordenone		IT	06	PN	093034	8451	Europe/Rome
6541977	Santa Maria del Molise	santa-maria-del-molise	Comune di Santa Maria del Molise,Santa Maria del Molise		IT	11	IS	094045	635	Europe/Rome
6541978	Soddì	soddi	Comune di Soddi,Comune di Soddì,Soddi,Soddì		IT	14	OR	095078	116	Europe/Rome
6541979	Morterone	morterone	Comune di Morterone,Morterone		IT	09	LC	097055	34	Europe/Rome
6541980	Paderno d'Adda	paderno-d-adda	Comune di Paderno d'Adda,Paderno d'Adda		IT	09	LC	097062	3881	Europe/Rome
6541981	Meleti	meleti	Comune di Meleti,Meleti		IT	09	LO	098038	466	Europe/Rome
6541982	Riccione	riccione	Comune di Riccione,Riccione		IT	05	RN	099013	34536	Europe/Rome
6541983	Zaccanopoli	zaccanopoli	Comune di Zaccanopoli,Zaccanopoli		IT	03	VV	102048	802	Europe/Rome
6541984	Premeno	premeno	Comune di Premeno,Premeno		IT	12	VB	103055	746	Europe/Rome
6541985	Capua	capua	Capoue,Capua,Capua Nova,Comune di Capua,Càpua,Cápua,Kapua,Kapuja,ka pu a,kabwa,kapua,Капуа,Капуя,קפואה,كابوا,კაპუა,カプア,卡普阿,카푸아		IT	04	CE	061015	19036	Europe/Rome
6541986	Veleso	veleso	Comune di Veleso,Veleso		IT	09	CO	013236	274	Europe/Rome
6541987	Ardenno	ardenno	Ardenno,Comune di Ardenno		IT	09	SO	014005	3270	Europe/Rome
6541988	Gordona	gordona	Comune di Gordona,Gordona		IT	09	SO	014032	1857	Europe/Rome
6541989	Cesano Maderno	cesano-maderno	Cesano Maderno,Comune di Cesano Maderno		IT	09	MB	108019	37010	Europe/Rome
6541990	Tribiano	tribiano	Comune di Tribiano,Tribiano		IT	09	MI	015222	3312	Europe/Rome
6541991	Brignano Gera d'Adda	brignano-gera-d-adda	Brignano Gera d'Adda,Comune di Brignano Gera d'Adda		IT	09	BG	016040	5937	Europe/Rome
6541992	Casnigo	casnigo	Casnigo,Comune di Casnigo		IT	09	BG	016060	3334	Europe/Rome
6541993	Castione della Presolana	castione-della-presolana	Castione della Presolana,Comune di Castione della Presolana		IT	09	BG	016064	3455	Europe/Rome
6541994	Pontida	pontida	Comune di Pontida,Pontida		IT	09	BG	016171	3210	Europe/Rome
6541995	Orbassano	orbassano	Comune di Orbassano,Orbassano		IT	12	TO	001171	22537	Europe/Rome
6541996	Ragusa	ragusa	Comune di Ragusa,Ragusa		IT	15	RG	088009	69794	Europe/Rome
6541997	Lecco	lecco	Comune di Lecco,Lecco		IT	09	LC	097042	46705	Europe/Rome
6541998	Bologna	bologna	Bologna,Bologne,Bolon'ja,Bolona,Bolonha,Bolonia,Bolonija,Bolonja,Bolonjo,Bolonya,Boloña,Boloņa,Bològna,Bononia,Bulogna,Bułogna,Comune di Bologna,Gorad Balonnja,blwnya,bo luo ni ya,bollonya,bolon'ya,bolonia,boloyya,boronya,bwlwna,bwlwnya,bwlwnyh,Μπολόνια,Болонья,Болоня,Болоња,Горад Балоння,Բոլոնիա,בולוניה,بلونیا,بولونا,بولونيا,بولونیا,बोलोन्या,โบโลญญา,ბოლონია,ボローニャ,博洛尼亚,볼로냐		IT	05	BO	037006	371337	Europe/Rome
6541999	L'Aquila	l-aquila	Akvila,Aquila,Comune di L'Aquila,L' Akouila,L'Agogia,L'Akuila,L'Akuilae,L'Akujla,L'Akvila,L'Akwila,L'Aquila,L'Àgogia,L'Àquila,La-Aglo,L’Aquila,la kui la,lak wi la,lakvila,lakwilla,lakwyla,lakwyyla,rakuira,Áquila,Ł'Aquiła,Λ' Άκουιλα,Аквила,Л'Аквила,Л'Акуила,Л'Акуйла,Л'Акуїла,Л’Акуилæ,Л’Акуила,Լ'Աքվիլա,ל'אקווילה,لاكويلا,لاکوئیلا,लाक्विला,ลากวีลา,ლ'აკვილა,ლ’აკვილა,ラクイラ,拉奎拉,라퀼라		IT	01	AQ	066049	66964	Europe/Rome
6542000	Campobasso	campobasso	Campobass,Campobasso,Campubbassu,Campus Bassus,Campôbasso,Canpobaso,Comune di Campobasso,Gorad Busa,Kampobasas,Kampobaso,Kampobasso,kambwbasw,kampobas'so,kampobaso,kampwbasw,kan bo ba suo,kanpobasso,Горад Буса,Кампобасо,Кампобассо,קמפובאסו,كامبوباسو,کامپوباسو,कांपोबास्सो,カンポバッソ,坎波巴索,캄포바소		IT	11	CB	070006	48747	Europe/Rome
6542001	Bari	bari	Bari,Baris,Barium,Bary,Comune di Bari,Gorad Bary,ba li,bali,bari,bary,Μπάρι,Бари,Барі,Горад Бары,בארי,باري,باری,बरि,बारी,বারি,ბარი,バーリ,巴里,바리		IT	13	BA	072006	315933	Europe/Rome
6542002	Reggio nell'Emilia	reggio-nell-emilia	Comune di Reggio nell'Emilia,Reggio Emilia,Reggio nell'Emilia		IT	05	RE	035033	162082	Europe/Rome
6542003	Pesaro	pesaro	Comune di Pesaro,Pesaro		IT	10	PU	041044	94237	Europe/Rome
6542004	Verbania	verbania	Comune di Verbania,Verbania		IT	12	VB	103072	30332	Europe/Rome
6542005	Morgano	morgano	Comune di Morgano,Morgano		IT	20	TV	026047	4362	Europe/Rome
6542006	Signa	signa	Comune di Signa,Signa		IT	16	FI	048044	17451	Europe/Rome
6542007	Vallelonga	vallelonga	Comune di Vallelonga,Vallelonga		IT	03	VV	102045	682	Europe/Rome
6542008	Montelupo Albese	montelupo-albese	Comune di Montelupo Albese,Montelupo Albese		IT	12	CN	004137	531	Europe/Rome
6542009	Savona	savona	Comune di Savona,Sann-a,Savo,Savon-a,Savona,Savonae,Savone,Savono,Savuna,sa wo na,safwna,savhona,savu~ona,sawna,Савонæ,Савона,سافونا,ساونا,सव्होना,サヴォーナ,萨沃纳		IT	08	SV	009056	60661	Europe/Rome
6542010	Santo Stefano d'Aveto	santo-stefano-d-aveto	Comune di Santo Stefano d'Aveto,Santo Stefano d'Aveto		IT	08	GE	010056	1217	Europe/Rome
6542011	Dubino	dubino	Comune di Dubino,Dubino		IT	09	SO	014027	3551	Europe/Rome
6542012	Bareggio	bareggio	Bareggio,Comune di Bareggio		IT	09	MI	015012	17035	Europe/Rome
6542013	Zinasco	zinasco	Comune di Zinasco,Zinasco		IT	09	PV	018190	3223	Europe/Rome
6542014	Serle	serle	Comune di Serle,Serle		IT	09	BS	017178	3092	Europe/Rome
6542015	Rabbi	rabbi	Comune di Rabbi,Rabbi		IT	17	TN	022150	1400	Europe/Rome
6542016	Trovo	trovo	Comune di Trovo,Trovo		IT	09	PV	018165	1023	Europe/Rome
6542017	San Zeno di Montagna	san-zeno-di-montagna	Comune di San Zeno di Montagna,San Zeno di Montagna		IT	20	VR	023079	1367	Europe/Rome
6542018	Acquanegra Cremonese	acquanegra-cremonese	Acquanegra Cremonese,Comune di Acquanegra Cremonese		IT	09	CR	019001	1302	Europe/Rome
6542019	Porto Tolle	porto-tolle	Comune di Porto Tolle,Porto Tolle		IT	20	RO	029039	10058	Europe/Rome
6542020	Basiliano	basiliano	Basiliano,Comune di Basiliano		IT	06	UD	030009	5353	Europe/Rome
6542021	San Giovanni Ilarione	san-giovanni-ilarione	Comune di San Giovanni Ilarione,San Giovanni Ilarione		IT	20	VR	023070	5111	Europe/Rome
6542022	Farra d'Alpago	farra-d-alpago	Comune di Farra d'Alpago,Farra d'Alpago		IT	20	BL	025020	2709	Europe/Rome
6542023	Limana	limana	Comune di Limana,Limana		IT	20	BL	025029	5061	Europe/Rome
6542024	Cassacco	cassacco	Cassacco,Comune di Cassacco		IT	06	UD	030019	2911	Europe/Rome
6542025	Piacenza	piacenza	Comune di Piacenza,Gorad P'jachehnca,P'jachenca,Piacenco,Piacensa,Piacenza,Piachenca,Piasensa,Piatsentza,Piaçensa,Piaĉenco,Pjacenca,Pjachenca,Pjačenca,Placencia,Placentia,Placência,Plaisance,Plasenca,Plasencia,Plasença,byatshnza,pi ya qin cha,piachencha,piachentsu~a,pyachnza,pyasnza,Πιατσέντζα,Горад П'ячэнца,П'яченца,Пиаченца,Пьяченца,Пјаченца,פיאצ'נצה,بياتشنزا,پیاسنزا,پیاچنزا,პიაჩენცა,ピアチェンツァ,皮亚琴察,피아첸차		IT	05	PC	033032	100311	Europe/Rome
6542026	Tavagnacco	tavagnacco	Comune di Tavagnacco,Tavagnacco		IT	06	UD	030118	14262	Europe/Rome
6542027	Castel Focognano	castel-focognano	Castel Focognano,Comune di Castel Focognano		IT	16	AR	051008	3239	Europe/Rome
6542028	Ortignano Raggiolo	ortignano-raggiolo	Comune di Ortignano Raggiolo,Ortignano Raggiolo		IT	16	AR	051027	878	Europe/Rome
6542029	La Magdeleine	la-magdeleine	Comune di La Magdeleine,La Magdeleine		IT	19	AO	007039	111	Europe/Rome
6542030	Quart	quart	Comune di Quart,Quart		IT	19	AO	007054	3872	Europe/Rome
6542031	Serra Riccò	serra-ricco	Comune di Serra Ricco,Comune di Serra Riccò,Serra Ricco,Serra Riccò		IT	08	GE	010058	7931	Europe/Rome
6542032	Caianello	caianello	Caianello,Comune di Caianello		IT	04	CE	061008	1782	Europe/Rome
6542033	Valfurva	valfurva	Comune di Valfurva,Valfurva		IT	09	SO	014073	2703	Europe/Rome
6542034	San Pietro di Feletto	san-pietro-di-feletto	Comune di San Pietro di Feletto,San Pietro di Feletto		IT	20	TV	026073	5355	Europe/Rome
6542035	Pescosansonesco	pescosansonesco	Comune di Pescosansonesco,Pescosansonesco		IT	01	PE	068029	517	Europe/Rome
6542036	Poggioreale	poggioreale	Comune di Poggioreale,Poggioreale		IT	15	TP	081016	1534	Europe/Rome
6542037	Paderno Dugnano	paderno-dugnano	Comune di Paderno Dugnano,Paderno Dugnano		IT	09	MI	015166	46562	Europe/Rome
6542038	Comun Nuovo	comun-nuovo	Comun Nuovo,Comune di Comun Nuovo		IT	09	BG	016081	4163	Europe/Rome
6542039	Castel Mella	castel-mella	Castel Mella,Comune di Castel Mella		IT	09	BS	017042	10840	Europe/Rome
6542040	Canneto sull'Oglio	canneto-sull-oglio	Canneto sull'Oglio,Comune di Canneto sull'Oglio		IT	09	MN	020008	4511	Europe/Rome
6542041	Capannori	capannori	Capannori,Comune di Capannori		IT	16	LU	046007	44898	Europe/Rome
6542042	Nocera Umbra	nocera-umbra	Comune di Nocera Umbra,Nocera Umbra		IT	18	PG	054034	5953	Europe/Rome
6542043	Giove	giove	Comune di Giove,Giove		IT	18	TR	055014	1900	Europe/Rome
6542044	Nettuno	nettuno	Comune di Nettuno,Nettuno		IT	07	RM	058072	45460	Europe/Rome
6542045	Riano	riano	Comune di Riano,Riano		IT	07	RM	058081	9536	Europe/Rome
6542046	Valmontone	valmontone	Comune di Valmontone,Valmontone		IT	07	RM	058110	14975	Europe/Rome
6542047	Pignataro Interamna	pignataro-interamna	Comune di Pignataro Interamna,Pignataro Interamna		IT	07	FR	060054	2558	Europe/Rome
6542048	Sant'Apollinare	sant-apollinare	Comune di Sant'Apollinare,Sant'Apollinare		IT	07	FR	060067	1931	Europe/Rome
6542049	Diano Castello	diano-castello	Comune di Diano Castello,Diano Castello		IT	08	IM	008026	2257	Europe/Rome
6542050	Diano San Pietro	diano-san-pietro	Comune di Diano San Pietro,Diano San Pietro		IT	08	IM	008028	1101	Europe/Rome
6542051	Taggia	taggia	Comune di Taggia,Taggia		IT	08	IM	008059	14032	Europe/Rome
6542052	Besano	besano	Besano,Comune di Besano		IT	09	VA	012011	2603	Europe/Rome
6542053	Golasecca	golasecca	Comune di Golasecca,Golasecca		IT	09	VA	012077	2653	Europe/Rome
6542054	Novate Mezzola	novate-mezzola	Comune di Novate Mezzola,Novate Mezzola		IT	09	SO	014046	1814	Europe/Rome
6542055	Como	como	Com,Come,Comm,Como,Comu,Comum,Comune di Como,Còm,Còme,Côme,Koma,Komas,Komo,ke mo,komo,kwmw,qwmw,Кома,Комо,קומו,كومو,کومو,コモ,科莫,코모		IT	09	CO	013075	82045	Europe/Rome
6542056	Poggiridenti	poggiridenti	Comune di Poggiridenti,Poggiridenti		IT	09	SO	014051	1865	Europe/Rome
6542057	Gambarana	gambarana	Comune di Gambarana,Gambarana		IT	09	PV	018067	242	Europe/Rome
6542058	Casalduni	casalduni	Casalduni,Comune di Casalduni		IT	04	BN	062015	1474	Europe/Rome
6542059	Bacoli	bacoli	Bacoli,Comune di Bacoli		IT	04	NA	063006	26648	Europe/Rome
6542060	Boscoreale	boscoreale	Boscoreale,Comune di Boscoreale		IT	04	NA	063008	27457	Europe/Rome
6542061	Piano di Sorrento	piano-di-sorrento	Comune di Piano di Sorrento,Piano di Sorrento		IT	04	NA	063053	12991	Europe/Rome
6542062	San Gennaro Vesuviano	san-gennaro-vesuviano	Comune di San Gennaro Vesuviano,San Gennaro Vesuviano		IT	04	NA	063066	11073	Europe/Rome
6542063	Melito Irpino	melito-irpino	Comune di Melito Irpino,Melito Irpino		IT	04	AV	064048	1936	Europe/Rome
6542064	Albanella	albanella	Albanella,Comune di Albanella		IT	04	SA	065003	6503	Europe/Rome
6542065	Roccaspinalveti	roccaspinalveti	Comune di Roccaspinalveti,Roccaspinalveti		IT	01	CH	069076	1434	Europe/Rome
6542066	San Donato di Lecce	san-donato-di-lecce	Comune di San Donato di Lecce,San Donato di Lecce		IT	13	LE	075069	5792	Europe/Rome
6542067	San Paolo Albanese	san-paolo-albanese	Comune di San Paolo Albanese,San Paolo Albanese		IT	02	PZ	076020	306	Europe/Rome
6542068	Oppido Lucano	oppido-lucano	Comune di Oppido Lucano,Oppido Lucano		IT	02	PZ	076056	3860	Europe/Rome
6542069	Salaparuta	salaparuta	Comune di Salaparuta,Salaparuta		IT	15	TP	081017	1721	Europe/Rome
6542070	Mascalucia	mascalucia	Comune di Mascalucia,Mascalucia		IT	15	CT	087024	29984	Europe/Rome
6542071	Belmonte del Sannio	belmonte-del-sannio	Belmonte del Sannio,Comune di Belmonte del Sannio		IT	11	IS	094004	810	Europe/Rome
6542072	Gemmano	gemmano	Comune di Gemmano,Gemmano		IT	05	RN	099004	1152	Europe/Rome
6542073	Misano Adriatico	misano-adriatico	Comune di Misano Adriatico,Misano Adriatico		IT	05	RN	099005	12252	Europe/Rome
6542074	Pomaretto	pomaretto	Comune di Pomaretto,Pomaretto		IT	12	TO	001198	1068	Europe/Rome
6542075	Villafranca Piemonte	villafranca-piemonte	Comune di Villafranca Piemonte,Villafranca Piemonte		IT	12	TO	001300	4825	Europe/Rome
6542076	Transacqua	transacqua	Comune di Transacqua,Transacqua		IT	17	TN	022204	2136	Europe/Rome
6542077	Zambana	zambana	Comune di Zambana,Zambana		IT	17	TN	022225	1620	Europe/Rome
6542078	Crespano del Grappa	crespano-del-grappa	Comune di Crespano del Grappa,Crespano del Grappa		IT	20	TV	026024	4713	Europe/Rome
6542079	Montegrotto Terme	montegrotto-terme	Comune di Montegrotto Terme,Montegrotto Terme		IT	20	PD	028057	11074	Europe/Rome
6542080	Torreglia	torreglia	Comune di Torreglia,Torreglia		IT	20	PD	028092	6206	Europe/Rome
6542081	Vigonza	vigonza	Comune di Vigonza,Vigonza		IT	20	PD	028100	21993	Europe/Rome
6542082	Artegna	artegna	Artegna,Comune di Artegna		IT	06	UD	030006	2877	Europe/Rome
6542083	Lignano Sabbiadoro	lignano-sabbiadoro	Comune di Lignano Sabbiadoro,Lignano Sabbiadoro		IT	06	UD	030049	6447	Europe/Rome
6542084	Pianoro	pianoro	Comune di Pianoro,Pianoro		IT	05	BO	037047	16890	Europe/Rome
6542085	Montefiore dell'Aso	montefiore-dell-aso	Comune di Montefiore dell'Aso,Montefiore dell'Aso		IT	10	AP	044036	2180	Europe/Rome
6542086	Ponzano di Fermo	ponzano-di-fermo	Comune di Ponzano di Fermo,Ponzano di Fermo		IT	10	FM	109032	1708	Europe/Rome
6542087	Carrara	carrara	Carara,Carrara,Carrare,Carraria,Comune di Carrara,Gorad Karara,Karara,Kararo,Karrara,ka la la,karara,karrara,krara,Καρράρα,Горад Карара,Карара,Каррара,Կարրարա,קרארה,كرارا,کارارا,ཀ་རཱ་ར།,カッラーラ,卡拉拉		IT	16	MS	045003	64689	Europe/Rome
6542088	Lamporecchio	lamporecchio	Comune di Lamporecchio,Lamporecchio		IT	16	PT	047005	7583	Europe/Rome
6542089	Scandicci	scandicci	Comune di Scandicci,Scandicci		IT	16	FI	048041	49765	Europe/Rome
6542090	Cascina	cascina	Cascina,Comune di Cascina		IT	16	PI	050008	43833	Europe/Rome
6542091	San Miniato	san-miniato	Comune di San Miniato,San Miniato		IT	16	PI	050032	27585	Europe/Rome
6542092	Anzio	anzio	Anzio,Comune di Anzio		IT	07	RM	058007	49731	Europe/Rome
6542093	Ardea	ardea	Ardea,Comune di Ardea		IT	07	RM	058117	44202	Europe/Rome
6542094	Gaeta	gaeta	Caieta,Comune di Gaeta,Gaehta,Gaeta,Gaieta,Nkaeta,ga-eta,gaeta,jia ai ta,jyta,Γκαέτα,Гаета,Гаэта,Գաետա,جيتا,ガエータ,加埃塔,가에타		IT	07	LT	059009	20762	Europe/Rome
6542095	Capodrise	capodrise	Capodrise,Comune di Capodrise		IT	04	CE	061013	9773	Europe/Rome
6542096	Valle dell'Angelo	valle-dell-angelo	Comune di Valle dell'Angelo,Valle dell'Angelo		IT	04	SA	065153	280	Europe/Rome
6542097	Capistrello	capistrello	Capistrello,Comune di Capistrello		IT	01	AQ	066020	5341	Europe/Rome
6542098	Campomaggiore	campomaggiore	Campomaggiore,Comune di Campomaggiore		IT	02	PZ	076017	851	Europe/Rome
6542099	Carini	carini	Carini,Comune di Carini		IT	15	PA	082021	35681	Europe/Rome
6542100	Torretta	torretta	Comune di Torretta,Torretta		IT	15	PA	082072	4141	Europe/Rome
6542101	Trabia	trabia	Comune di Trabia,Trabia		IT	15	PA	082073	9344	Europe/Rome
6542102	Capo d'Orlando	capo-d-orlando	Capo d'Orlando,Comune di Capo d'Orlando		IT	15	ME	083009	13260	Europe/Rome
6542103	Sciacca	sciacca	Comune di Sciacca,Sciacca		IT	15	AG	084041	40899	Europe/Rome
6542104	Misterbianco	misterbianco	Comune di Misterbianco,Misterbianco		IT	15	CT	087029	47356	Europe/Rome
6542105	Acate	acate	Acate,Comune di Acate		IT	15	RG	088001	9574	Europe/Rome
6542106	San Martino al Tagliamento	san-martino-al-tagliamento	Comune di San Martino al Tagliamento,San Martino al Tagliamento		IT	06	PN	093039	1496	Europe/Rome
6542107	Introbio	introbio	Comune di Introbio,Introbio		IT	09	LC	097040	2003	Europe/Rome
6542108	Nardodipace	nardodipace	Comune di Nardodipace,Nardodipace		IT	03	VV	102024	1384	Europe/Rome
6542109	Mignano Monte Lungo	mignano-monte-lungo	Comune di Mignano Monte Lungo,Mignano Monte Lungo		IT	04	CE	061051	3258	Europe/Rome
6542110	Aprica	aprica	Aprica,Comune di Aprica		IT	09	SO	014004	1588	Europe/Rome
6542111	Brembate	brembate	Brembate,Comune di Brembate		IT	09	BG	016037	8293	Europe/Rome
6542112	Varese	varese	Baretium,Comune di Varese,Vareis,Vares,Varese,Varesi,Varexe,Vareze,Varezė,Varèis,Varèse,faryzy,vareze,vu~areze,wa lei ze,warysy,wrzh,Варезе,וארזה,فاريزي,واریسی,ورزه,ვარეზე,ヴァレーゼ,瓦雷澤		IT	09	VA	012133	79793	Europe/Rome
6542113	Brescia	brescia	Brescia,Comune di Brescia		IT	09	BS	017029	189902	Europe/Rome
6542114	Terni	terni	Comune di Terni,Interamna Nahars,Terni,Ternis,Terno,te er ni,teleuni,teruni,trny,tyrny,Терни,Терні,טרני,ترنی,تيرني,ٹرنی,ტერნი,テルニ,特爾尼,테르니		IT	18	TR	055032	109193	Europe/Rome
6542115	Latina	latina	Comune di Latina,Latina		IT	07	LT	059011	117892	Europe/Rome
6542116	Bergamo	bergamo	Bergam,Bergamas,Bergame,Bergamo,Bergamu,Berghem,Bergomum,Bernkamo,Berqamo,Bèrgam,Bèrgamu,Bèrghem,Bérgamo,Bérghem,Comune di Bergamo,Gorad Bergama,Lungsod ng Bergamo,bei er jia mo,beleugamo,bergamo,berugamo,brgamw,brgmw,byrgamw,byrghamw,Μπέργκαμο,Бергамо,Горад Бергама,ברגמו,برگامو,بيرغامو,بیرگامو,बेर्गमो,แบร์กาโม,ბერგამო,ベルガモ,贝尔加莫,베르가모		IT	09	BG	016024	115349	Europe/Rome
6542117	Salerno	salerno	Comune di Salerno,Gorad Salerna,Salern,Salernas,Salerne,Salerno,Salernu,Salernum,Salierno,Salèrne,calerno,sa lai nuo,salerno,salleleuno,salrnw,salyrnw,sareruno,slrnw,Σαλέρνο,Горад Салерна,Салерно,Սալեռնո,סלרנו,سالرنو,ساليرنو,சலேர்னோ,სალერნო,サレルノ,薩萊諾,살레르노		IT	04	SA	065116	132608	Europe/Rome
6542118	Chieti	chieti	Chiete,Chieti,Comune di Chieti,K'eci,K'eti,Kieti,Kjeti,Kjetis,Teate,ji ye di,kieti,kyty,kyyty,К'еці,К'єті,Киети,Кьети,Кјети,كييتي,کیتی,キエーティ,基耶蒂		IT	01	CH	069022	51484	Europe/Rome
6542119	Novara	novara	Comune di Novara,Noara,Novara,Novare,Novaria,Novaro,Nuara,Nuvara,no wa ra,nobala,novara,novu~ara,nuo wa la,nwara,nwfara,nwwara,Νοβάρα,Новара,نوارا,نوفارا,نووارا,โนวารา,ნოვარა,ノヴァーラ,諾瓦拉,노바라		IT	12	NO	003106	101952	Europe/Rome
6542120	Ferrara	ferrara	Comune di Ferrara,Ferrara,Ferrare		IT	05	FE	038008	132545	Europe/Rome
6542121	Lucca	lucca	Comune di Lucca,Loukka,Luca,Lucca,Lucques,Luka,Lukka,Luko,lka,lu ka,luk ka,luka,lwka,lwqh,rukka,Λούκκα,Лука,Лукка,לוקה,لوكا,لوکا,لکا,ลุกกา,ルッカ,卢卡,루카		IT	16	LU	046017	87200	Europe/Rome
6542122	Pisa	pisa	Comune di Pisa,Gorad Piza,Lungsod ng Pisa,Pisa,Pisae,Pise,Pixa,Piza,Pizae,Pizo,bi sa,byza,pi sa,pisa,pysa,pyza,pyzh,Πίζα,Горад Піза,Пизæ,Пиза,Піза,פיזה,بيزا,پیزا,پیسا,पिसा,पीसा,ปิซา,პიზა,ピサ,比萨,피사		IT	16	PI	050026	85858	Europe/Rome
6542123	Benevento	benevento	Benevent,Beneventas,Benevento,Beneventu,Beneventum,Beneviento,Benewent,Bénévent,Comune di Benevento,bei nei wen tuo,benevu~ento,bnwntw,bnwwntw,bynyfntw,Μπενεβέντο,Беневенто,בנוונטו,بنونتو,بينيفنتو,ბენევენტო,ベネヴェント,貝內文托		IT	04	BN	062008	61489	Europe/Rome
6542124	Lecce	lecce	Comune di Lecce,Lecce		IT	13	LE	075035	89916	Europe/Rome
6542167	Moniga del Garda	moniga-del-garda	Comune di Moniga del Garda,Moniga del Garda		IT	09	BS	017109	2436	Europe/Rome
6542168	Credera Rubbiano	credera-rubbiano	Comune di Credera Rubbiano,Credera Rubbiano		IT	09	CR	019034	1645	Europe/Rome
6542125	Perugia	perugia	Comune di Perugia,Gorad Perudzha,Lungsod ng Perugia,Perosa,Perouse,Peroutza,Perucca,Perudza,Perudzha,Perudzhae,Perudža,Peruggia,Perugia,Perugo,Peruja,Perusa,Perusia,Peruxa,Peruĝo,Perúgia,Piruggia,Pirùggia,Pérouse,byrwjya,pei lu gu,peluja,peruja,perujiya,prwg'h,prwja,pyrwchya,pyrwgya,Περούτζα,Горад Перуджа,Перуджæ,Перуджа,Перуђа,Перуџа,Պերուջա,פרוג'ה,بيروجيا,پروجا,پيروچيا,پیروگیا,पेरुजिया,პერუჯა,ペルージャ,佩鲁贾,페루자		IT	18	PG	054039	162449	Europe/Rome
6542126	Ancona	ancona	An'kona,Ancon,Ancon-a,Ancona,Ancone,Anconn-a,Ancône,Ankona,Ankonae,Ankono,Comune di Ancona,Gorad Ankona,an ke na,ankona,ankwna,Ανκόνα,Анконæ,Анкона,Горад Анкона,אנקונה,آنکونا,أنكونا,انکونا,आन्कोना,ანკონა,アンコーナ,安科纳,안코나		IT	10	AN	042002	100497	Europe/Rome
6542127	Palermo	palermo	Comune di Palermo,Gorad Palerma,Lungsod ng Palermo,Palerm,Palermas,Palerme,Palermo,Palermu,Palèrme,Panormus,Pałermo,ba lei mo,balyrmw,palermo,palleleumo,palrmw,parerumo,plrmw,Παλέρμο,Горад Палерма,Палермо,Պալերմո,פאלערמא,פלרמו,باليرمو,پالرمو,पलेर्मो,पालेर्मो,ปาแลร์โม,პალერმო,パレルモ,巴勒莫,팔레르모		IT	15	PA	082053	657561	Europe/Rome
6542128	Massa	massa	Comune di Massa,Massa		IT	16	MS	045010	68856	Europe/Rome
6542129	Racconigi	racconigi	Comune di Racconigi,Racconigi		IT	12	CN	004179	10028	Europe/Rome
6542130	San Colombano Certenoli	san-colombano-certenoli	Comune di San Colombano Certenoli,San Colombano Certenoli		IT	08	GE	010053	2687	Europe/Rome
6542131	Livigno	livigno	Comune di Livigno,Livigno		IT	09	SO	014037	5976	Europe/Rome
6542132	Sporminore	sporminore	Comune di Sporminore,Sporminore		IT	17	TN	022181	714	Europe/Rome
6542133	San Pietro in Gu	san-pietro-in-gu	Comune di San Pietro in Gu,San Pietro in Gu		IT	20	PD	028078	4576	Europe/Rome
6542134	Romans d'Isonzo	romans-d-isonzo	Comune di Romans d'Isonzo,Romans d'Isonzo		IT	06	GO	031015	3702	Europe/Rome
6542135	Gibellina	gibellina	Comune di Gibellina,Gibellina		IT	15	TP	081010	4264	Europe/Rome
6542136	Fiesso Umbertiano	fiesso-umbertiano	Comune di Fiesso Umbertiano,Fiesso Umbertiano		IT	20	RO	029022	4275	Europe/Rome
6542137	Camaiore	camaiore	Camaiore,Comune di Camaiore		IT	16	LU	046005	32083	Europe/Rome
6542138	Chatillon	chatillon	Chatillon,Comune di Chatillon		IT	19	AO	007020	4946	Europe/Rome
6542139	Lurago d'Erba	lurago-d-erba	Comune di Lurago d'Erba,Lurago d'Erba		IT	09	CO	013136	5335	Europe/Rome
6542140	Castri di Lecce	castri-di-lecce	Castri di Lecce,Comune di Castri di Lecce		IT	13	LE	075017	2975	Europe/Rome
6542141	Quartu Sant'Elena	quartu-sant-elena	Comune di Quartu Sant'Elena,Quartu Sant'Elena		IT	14	CA	092051	69296	Europe/Rome
6542142	Gerocarne	gerocarne	Comune di Gerocarne,Gerocarne		IT	03	VV	102016	2380	Europe/Rome
6542143	Ciriè	cirie	Cirie,Ciriè,Comune di Cirie,Comune di Ciriè		IT	12	TO	001086	18415	Europe/Rome
6542144	Castions di Strada	castions-di-strada	Castions di Strada,Comune di Castions di Strada		IT	06	UD	030020	3866	Europe/Rome
6542146	Auditore	auditore	Auditore,Comune di Auditore		IT	10	PU	041003	1624	Europe/Rome
6542147	Castelnuovo di Val di Cecina	castelnuovo-di-val-di-cecina	Castelnuovo di Val di Cecina,Comune di Castelnuovo di Val di Cecina		IT	16	PI	050011	2290	Europe/Rome
6542148	Marsala	marsala	Comune di Marsala,Marsala		IT	15	TP	081011	80218	Europe/Rome
6542149	Onanì	onani	Comune di Onani,Comune di Onanì,Onani,Onanì		IT	14	NU	091058	430	Europe/Rome
6542150	Cergnago	cergnago	Cergnago,Comune di Cergnago		IT	09	PV	018045	754	Europe/Rome
6542152	Ascoli Piceno	ascoli-piceno	Ascole,Ascoli Picen,Ascoli Piceno,Asculum Picenum,Askoli Picenas,Askoli Picheno,Askoli Pičenas,Askoli-Picheno,Comune di Ascoli Piceno,a si ke li pi qie nuo,askwly bytshynw,askwly pychnw,Àscoli Picèn,Асколи Пичено,Асколи-Пичено,Асколі-Пічено,אסקולי פיצ'נו,أسكولي بيتشينو,اسکولی پیچنو,アスコリ・ピチェーノ,阿斯科利皮切諾		IT	10	AP	044007	49958	Europe/Rome
6542153	Arezzo	arezzo	Arecas,Arecco,Areco,Aress,Aresso,Aretso,Arezo,Arezzo,Arezzu,Arretium,Comune di Arezzo,Gorad Arehca,a lei zuo,alecho,aretso,arettsu~o,artzw,arytsw,aryzw,Αρέτσο,Арецо,Ареццо,Горад Арэца,ארצו,آرتزو,أريتسو,اریزو,არეცო,アレッツォ,阿雷佐,아레초		IT	16	AR	051002	98144	Europe/Rome
6542154	Taranto	taranto	Comune di Taranto,Gorad Taranta,Tarantas,Taranto,Tarantu,Tarent,Tarente,Tarento,Tarentum,Tàranto,Tàrantu,Tàrent,ta lan tuo,talanto,taranrea,taranto,tarantw,Τάραντας,Горад Таранта,Таранто,טאראנטו,تارانتو,ٹارنٹو,तारांतो,தாரந்தோ,ടാറന്റോ,ტარანტო,ターラント,塔兰托,타란토		IT	13	TA	073027	200154	Europe/Rome
6542155	Trapani	trapani	Comune di Trapani,Drepanum,Trapani,Trapanis,Tràpani,Trápani,te la pa ni,torapani,trabany,trapany,Трапани,Трапані,טרפאני,تراباني,تراپانی,トラーパニ,特拉帕尼		IT	15	TP	081021	69241	Europe/Rome
6542156	Pecetto Torinese	pecetto-torinese	Comune di Pecetto Torinese,Pecetto Torinese		IT	12	TO	001183	3877	Europe/Rome
6542157	Castelnuovo Calcea	castelnuovo-calcea	Castelnuovo Calcea,Comune di Castelnuovo Calcea		IT	12	AT	005030	765	Europe/Rome
6542158	San Giorio di Susa	san-giorio-di-susa	Comune di San Giorio di Susa,San Giorio di Susa		IT	12	TO	001245	1040	Europe/Rome
6542159	Dusino San Michele	dusino-san-michele	Comune di Dusino San Michele,Dusino San Michele		IT	12	AT	005052	1044	Europe/Rome
6542160	Curiglia con Monteviasco	curiglia-con-monteviasco	Comune di Curiglia con Monteviasco,Curiglia con Monteviasco		IT	09	VA	012061	190	Europe/Rome
6542161	Pino sulla Sponda del Lago Maggiore	pino-sulla-sponda-del-lago-maggiore	Comune di Pino sulla Sponda del Lago Maggiore,Pino sulla Sponda del Lago Maggiore		IT	09	VA	012112	210	Europe/Rome
6542162	Montano Lucino	montano-lucino	Comune di Montano Lucino,Montano Lucino		IT	09	CO	013154	4775	Europe/Rome
6542163	Sotto il Monte Giovanni XXIII	sotto-il-monte-giovanni-xxiii	Comune di Sotto il Monte Giovanni XXIII,Sotto il Monte Giovanni XXIII		IT	09	BG	016203	4291	Europe/Rome
6542164	Gravellona Lomellina	gravellona-lomellina	Comune di Gravellona Lomellina,Gravellona Lomellina		IT	09	PV	018075	2688	Europe/Rome
6542165	Darfo Boario Terme	darfo-boario-terme	Comune di Darfo Boario Terme,Darfo Boario Terme		IT	09	BS	017065	15524	Europe/Rome
6542166	Torre Beretti e Castellaro	torre-beretti-e-castellaro	Comune di Torre Beretti e Castellaro,Torre Beretti e Castellaro		IT	09	PV	018156	588	Europe/Rome
6542169	Grumello Cremonese ed Uniti	grumello-cremonese-ed-uniti	Comune di Grumello Cremonese ed Uniti,Grumello Cremonese ed Uniti		IT	09	CR	019051	1873	Europe/Rome
6542170	Roncegno Terme	roncegno-terme	Comune di Roncegno Terme,Roncegno Terme		IT	17	TN	022156	2814	Europe/Rome
6542171	Galzignano Terme	galzignano-terme	Comune di Galzignano Terme,Galzignano Terme		IT	20	PD	028040	4416	Europe/Rome
6542172	Campitello di Fassa	campitello-di-fassa	Campitello di Fassa,Comune di Campitello di Fassa		IT	17	TN	022036	737	Europe/Rome
6542173	Canal San Bovo	canal-san-bovo	Canal San Bovo,Comune di Canal San Bovo		IT	17	TN	022038	1592	Europe/Rome
6542174	Giacciano con Baruchella	giacciano-con-baruchella	Comune di Giacciano con Baruchella,Giacciano con Baruchella		IT	20	RO	029027	2182	Europe/Rome
6542175	Colloredo di Monte Albano	colloredo-di-monte-albano	Colloredo di Monte Albano,Comune di Colloredo di Monte Albano		IT	06	UD	030028	2231	Europe/Rome
6542176	Grizzana Morandi	grizzana-morandi	Comune di Grizzana Morandi,Grizzana Morandi		IT	05	BO	037031	3982	Europe/Rome
6542177	Rivamonte Agordino	rivamonte-agordino	Comune di Rivamonte Agordino,Rivamonte Agordino		IT	20	BL	025043	666	Europe/Rome
6542178	Iesolo	iesolo	Comune di Jesolo,Iesolo,Jesolo		IT	20	VE	027019	24479	Europe/Rome
6542179	Bagnaria Arsa	bagnaria-arsa	Bagnaria Arsa,Comune di Bagnaria Arsa		IT	06	UD	030008	3577	Europe/Rome
6542180	Marciano della Chiana	marciano-della-chiana	Comune di Marciano della Chiana,Marciano della Chiana		IT	16	AR	051022	3422	Europe/Rome
6542181	Bastia Umbra	bastia-umbra	Bastia Umbra,Comune di Bastia Umbra		IT	18	PG	054002	21653	Europe/Rome
6542182	Montopoli di Sabina	montopoli-di-sabina	Comune di Montopoli di Sabina,Montopoli di Sabina		IT	07	RI	057044	4222	Europe/Rome
6542183	Baia e Latina	baia-e-latina	Baia e Latina,Comune di Baia e Latina		IT	04	CE	061006	2251	Europe/Rome
6542184	Gallo Matese	gallo-matese	Comune di Gallo Matese,Gallo Matese		IT	04	CE	061038	648	Europe/Rome
6542185	Marzano Appio	marzano-appio	Comune di Marzano Appio,Marzano Appio		IT	04	CE	061050	2345	Europe/Rome
6542186	Rocchetta e Croce	rocchetta-e-croce	Comune di Rocchetta e Croce,Rocchetta e Croce		IT	04	CE	061072	463	Europe/Rome
6542187	Tora e Piccilli	tora-e-piccilli	Comune di Tora e Piccilli,Tora e Piccilli		IT	04	CE	061093	947	Europe/Rome
6542188	Danta di Cadore	danta-di-cadore	Comune di Danta di Cadore,Danta di Cadore		IT	20	BL	025017	514	Europe/Rome
6542189	San Tomaso Agordino	san-tomaso-agordino	Comune di San Tomaso Agordino,San Tomaso Agordino		IT	20	BL	025049	683	Europe/Rome
6542190	Telese Terme	telese-terme	Comune di Telese Terme,Telese Terme		IT	04	BN	062074	6964	Europe/Rome
6542191	Taibon Agordino	taibon-agordino	Comune di Taibon Agordino,Taibon Agordino		IT	20	BL	025059	1788	Europe/Rome
6542192	Capriglia Irpina	capriglia-irpina	Capriglia Irpina,Comune di Capriglia Irpina		IT	04	AV	064018	2417	Europe/Rome
6542193	Vodo Cadore	vodo-cadore	Comune di Vodo Cadore,Vodo Cadore		IT	20	BL	025066	891	Europe/Rome
6542194	Voltago Agordino	voltago-agordino	Comune di Voltago Agordino,Voltago Agordino		IT	20	BL	025067	914	Europe/Rome
6542195	San Nicandro Garganico	san-nicandro-garganico	Comune di San Nicandro Garganico,San Nicandro Garganico		IT	13	FG	071049	15927	Europe/Rome
6542196	Rodì Milici	rodi-milici	Comune di Rodi Milici,Comune di Rodì Milici,Rodi Milici,Rodì Milici		IT	15	ME	083075	2130	Europe/Rome
6542197	Lampedusa e Linosa	lampedusa-e-linosa	Comune di Lampedusa e Linosa,Lampedusa e Linosa		IT	15	AG	084020	6105	Europe/Rome
6542198	Nughedu San Nicolò	nughedu-san-nicolo	Comune di Nughedu San Nicolo,Comune di Nughedu San Nicolò,Nughedu San Nicolo,Nughedu San Nicolò		IT	14	SS	090044	874	Europe/Rome
6542199	Trinità d'Agultu e Vignola	trinita-d-agultu-e-vignola	Comune di Trinita d'Agultu e Vignola,Comune di Trinità d'Agultu e Vignola,Trinita d'Agultu e Vignola,Trinità d'Agultu e Vignola		IT	14	OT	104026	2155	Europe/Rome
6542200	Loiri Porto San Paolo	loiri-porto-san-paolo	Comune di Loiri Porto San Paolo,Loiri Porto San Paolo		IT	14	OT	104013	3234	Europe/Rome
6542201	Erto e Casso	erto-e-casso	Comune di Erto e Casso,Erto e Casso		IT	06	PN	093019	387	Europe/Rome
6542202	Pasiano di Pordenone	pasiano-di-pordenone	Comune di Pasiano di Pordenone,Pasiano di Pordenone		IT	06	PN	093029	7843	Europe/Rome
6542203	Bannio Anzino	bannio-anzino	Bannio Anzino,Comune di Bannio Anzino		IT	12	VB	103007	518	Europe/Rome
6542204	Trarego Viggiona	trarego-viggiona	Comune di Trarego Viggiona,Trarego Viggiona		IT	12	VB	103066	392	Europe/Rome
6542205	Frassinello Monferrato	frassinello-monferrato	Comune di Frassinello Monferrato,Frassinello Monferrato		IT	12	AL	006072	533	Europe/Rome
6542206	Vignale Monferrato	vignale-monferrato	Comune di Vignale Monferrato,Vignale Monferrato		IT	12	AL	006179	1068	Europe/Rome
6542207	San Remo	san-remo	Comune di San Remo,San Remo,Sanremo		IT	08	IM	008055	54137	Europe/Rome
6542208	Paderno Ponchielli	paderno-ponchielli	Comune di Paderno Ponchielli,Paderno Ponchielli		IT	09	CR	019065	1480	Europe/Rome
6542209	Terzo d'Aquileia	terzo-d-aquileia	Comune di Terzo d'Aquileia,Terzo d'Aquileia		IT	06	UD	030120	2881	Europe/Rome
6542210	Granarolo dell'Emilia	granarolo-dell-emilia	Comune di Granarolo dell'Emilia,Granarolo dell'Emilia		IT	05	BO	037030	10766	Europe/Rome
6542211	Gabicce Mare	gabicce-mare	Comune di Gabicce Mare,Gabicce Mare		IT	10	PU	041019	5845	Europe/Rome
6542212	Gambassi Terme	gambassi-terme	Comune di Gambassi Terme,Gambassi Terme		IT	16	FI	048020	4900	Europe/Rome
6542213	Greve in Chianti	greve-in-chianti	Comune di Greve in Chianti,Greve in Chianti		IT	16	FI	048021	13886	Europe/Rome
6542214	Montecatini Val di Cecina	montecatini-val-di-cecina	Comune di Montecatini Val di Cecina,Montecatini Val di Cecina		IT	16	PI	050019	1820	Europe/Rome
6542215	Calvi dell'Umbria	calvi-dell-umbria	Calvi dell'Umbria,Comune di Calvi dell'Umbria		IT	18	TR	055008	1883	Europe/Rome
6542216	Bolsena	bolsena	Bolsena,Comune di Bolsena		IT	07	VT	056008	4137	Europe/Rome
6542217	Posta Fibreno	posta-fibreno	Comune di Posta Fibreno,Posta Fibreno		IT	07	FR	060057	1217	Europe/Rome
6542218	Castel Vittorio	castel-vittorio	Castel Vittorio,Comune di Castel Vittorio		IT	08	IM	008015	329	Europe/Rome
6542219	Torbole Casaglia	torbole-casaglia	Comune di Torbole Casaglia,Torbole Casaglia		IT	09	BS	017186	6370	Europe/Rome
6542220	Sant'Angelo Lomellina	sant-angelo-lomellina	Comune di Sant'Angelo Lomellina,Sant'Angelo Lomellina		IT	09	PV	018144	864	Europe/Rome
6542221	San Martino dall'Argine	san-martino-dall-argine	Comune di San Martino dall'Argine,San Martino dall'Argine		IT	09	MN	020059	1811	Europe/Rome
6542222	Brusasco	brusasco	Brusasco,Comune di Brusasco		IT	12	TO	001039	1726	Europe/Rome
6542223	Cascinette d'Ivrea	cascinette-d-ivrea	Cascinette d'Ivrea,Comune di Cascinette d'Ivrea		IT	12	TO	001061	1491	Europe/Rome
6542224	Santa Croce del Sannio	santa-croce-del-sannio	Comune di Santa Croce del Sannio,Santa Croce del Sannio		IT	04	BN	062069	985	Europe/Rome
6542225	Torella dei Lombardi	torella-dei-lombardi	Comune di Torella dei Lombardi,Torella dei Lombardi		IT	04	AV	064109	2225	Europe/Rome
6542226	Ortona dei Marsi	ortona-dei-marsi	Comune di Ortona dei Marsi,Ortona dei Marsi		IT	01	AQ	066063	592	Europe/Rome
6542227	San Benedetto dei Marsi	san-benedetto-dei-marsi	Comune di San Benedetto dei Marsi,San Benedetto dei Marsi		IT	01	AQ	066085	3910	Europe/Rome
6542228	San Martino sulla Marrucina	san-martino-sulla-marrucina	Comune di San Martino sulla Marrucina,San Martino sulla Marrucina		IT	01	CH	069082	960	Europe/Rome
6542229	Civitacampomarano	civitacampomarano	Civitacampomarano,Comune di Civitacampomarano		IT	11	CB	070019	451	Europe/Rome
6542230	Pietramontecorvino	pietramontecorvino	Comune di Pietramontecorvino,Pietramontecorvino		IT	13	FG	071039	2745	Europe/Rome
6542231	Marsicovetere	marsicovetere	Comune di Marsicovetere,Marsicovetere		IT	02	PZ	076046	5341	Europe/Rome
6542232	Scanzano Jonico	scanzano-jonico	Comune di Scanzano Jonico,Scanzano Jonico		IT	02	MT	077031	7171	Europe/Rome
6542233	Cassano allo Ionio	cassano-allo-ionio	Cassano allo Ionio,Comune di Cassano allo Ionio		IT	03	CS	078029	17281	Europe/Rome
6542234	Sclafani Bagni	sclafani-bagni	Comune di Sclafani Bagni,Sclafani Bagni		IT	15	PA	082069	450	Europe/Rome
6542235	Castelmola	castelmola	Castelmola,Comune di Castelmola,Kastelmola,Кастелмола		IT	15	ME	083015	1073	Europe/Rome
6542236	Moio Alcantara	moio-alcantara	Comune di Moio Alcantara,Moio Alcantara		IT	15	ME	083053	756	Europe/Rome
6542237	Portopalo di Capo Passero	portopalo-di-capo-passero	Comune di Portopalo di Capo Passero,Portopalo di Capo Passero		IT	15	SR	089020	3749	Europe/Rome
6542238	Ossago Lodigiano	ossago-lodigiano	Comune di Ossago Lodigiano,Ossago Lodigiano		IT	09	LO	098044	1412	Europe/Rome
6542239	Isola di Capo Rizzuto	isola-di-capo-rizzuto	Comune di Isola di Capo Rizzuto,Isola di Capo Rizzuto		IT	03	KR	101013	15827	Europe/Rome
6542240	Monterosso Calabro	monterosso-calabro	Comune di Monterosso Calabro,Monterosso Calabro		IT	03	VV	102023	1796	Europe/Rome
6542241	Moriondo Torinese	moriondo-torinese	Comune di Moriondo Torinese,Moriondo Torinese		IT	12	TO	001163	820	Europe/Rome
6542242	Cravagliana	cravagliana	Comune di Cravagliana,Cravagliana		IT	12	VC	002048	278	Europe/Rome
6542243	Motta de' Conti	motta-de-conti	Comune di Motta de' Conti,Motta de' Conti		IT	12	VC	002082	804	Europe/Rome
6542244	Varallo	varallo	Comune di Varallo,Varallo		IT	12	VC	002156	7485	Europe/Rome
6542245	Borgolavezzaro	borgolavezzaro	Borgolavezzaro,Comune di Borgolavezzaro		IT	12	NO	003023	2083	Europe/Rome
6542246	Castagnole delle Lanze	castagnole-delle-lanze	Castagnole delle Lanze,Comune di Castagnole delle Lanze		IT	12	AT	005022	3784	Europe/Rome
6542247	Contursi Terme	contursi-terme	Comune di Contursi Terme,Contursi Terme		IT	04	SA	065046	3337	Europe/Rome
6542248	San Pietro Mussolino	san-pietro-mussolino	Comune di San Pietro Mussolino,San Pietro Mussolino		IT	20	VI	024094	1613	Europe/Rome
6542249	Cencenighe Agordino	cencenighe-agordino	Cencenighe Agordino,Comune di Cencenighe Agordino		IT	20	BL	025010	1402	Europe/Rome
6542250	Forgaria nel Friuli	forgaria-nel-friuli	Comune di Forgaria nel Friuli,Forgaria nel Friuli		IT	06	UD	030137	1826	Europe/Rome
6542251	Dolegna del Collio	dolegna-del-collio	Comune di Dolegna del Collio,Dolegna del Collio		IT	06	GO	031004	390	Europe/Rome
6542252	Casalfiumanese	casalfiumanese	Casalfiumanese,Comune di Casalfiumanese		IT	05	BO	037012	3461	Europe/Rome
6542253	Sassofeltrio	sassofeltrio	Comune di Sassofeltrio,Sassofeltrio		IT	10	PU	041060	1445	Europe/Rome
6542254	San Paolo di Jesi	san-paolo-di-jesi	Comune di San Paolo di Jesi,San Paolo di Jesi		IT	10	AN	042042	902	Europe/Rome
6542255	Capraia Isola	capraia-isola	Capraia Isola,Comune di Capraia Isola		IT	16	LI	049005	394	Europe/Rome
6542256	Collesalvetti	collesalvetti	Collesalvetti,Comune di Collesalvetti		IT	16	LI	049008	16707	Europe/Rome
6542257	Avigliano Umbro	avigliano-umbro	Avigliano Umbro,Comune di Avigliano Umbro		IT	18	TR	055033	2568	Europe/Rome
6542258	Monteflavio	monteflavio	Comune di Monteflavio,Monteflavio		IT	07	RM	058061	1399	Europe/Rome
6542259	San Biagio Saracinisco	san-biagio-saracinisco	Comune di San Biagio Saracinisco,San Biagio Saracinisco		IT	07	FR	060061	361	Europe/Rome
6542260	Santopadre	santopadre	Comune di Santopadre,Santopadre		IT	07	FR	060069	1410	Europe/Rome
6542261	Gricignano di Aversa	gricignano-di-aversa	Comune di Gricignano di Aversa,Gricignano di Aversa		IT	04	CE	061043	10559	Europe/Rome
6542262	San Gregorio Matese	san-gregorio-matese	Comune di San Gregorio Matese,San Gregorio Matese		IT	04	CE	061076	1022	Europe/Rome
6542263	Petruro Irpino	petruro-irpino	Comune di Petruro Irpino,Petruro Irpino		IT	04	AV	064071	341	Europe/Rome
6542264	Castiglione del Genovesi	castiglione-del-genovesi	Castiglione del Genovesi,Comune di Castiglione del Genovesi		IT	04	SA	065036	1356	Europe/Rome
6542265	Isola del Gran Sasso d'Italia	isola-del-gran-sasso-d-italia	Comune di Isola del Gran Sasso d'Italia,Isola del Gran Sasso d'Italia		IT	01	TE	067026	4840	Europe/Rome
6542266	Castel Frentano	castel-frentano	Castel Frentano,Comune di Castel Frentano		IT	01	CH	069018	4311	Europe/Rome
6542267	Montefalcone nel Sannio	montefalcone-nel-sannio	Comune di Montefalcone nel Sannio,Montefalcone nel Sannio		IT	11	CB	070043	1650	Europe/Rome
6542268	Celle di San Vito	celle-di-san-vito	Celle di San Vito,Comune di Celle di San Vito		IT	13	FG	071019	172	Europe/Rome
6542269	Torremaggiore	torremaggiore	Comune di Torremaggiore,Torremaggiore		IT	13	FG	071056	17365	Europe/Rome
6542270	Sant'Ilario dello Ionio	sant-ilario-dello-ionio	Comune di Sant'Ilario dello Ionio,Sant'Ilario dello Ionio		IT	03	RC	080082	1332	Europe/Rome
6542271	San Giuseppe Jato	san-giuseppe-jato	Comune di San Giuseppe Jato,San Giuseppe Jato		IT	15	PA	082064	8511	Europe/Rome
6542272	San Filippo del Mela	san-filippo-del-mela	Comune di San Filippo del Mela,San Filippo del Mela		IT	15	ME	083077	7065	Europe/Rome
6542273	Acquedolci	acquedolci	Acquedolci,Comune di Acquedolci		IT	15	ME	083107	5744	Europe/Rome
6542274	Luogosanto	luogosanto	Comune di Luogosanto,Luogosanto		IT	14	OT	104014	1905	Europe/Rome
6542275	Sant'Antonio di Gallura	sant-antonio-di-gallura	Comune di Sant'Antonio di Gallura,Sant'Antonio di Gallura		IT	14	OT	104021	1619	Europe/Rome
6542276	Scano di Montiferro	scano-di-montiferro	Comune di Scano di Montiferro,Scano di Montiferro		IT	14	OR	095051	1580	Europe/Rome
6542277	Tresnuraghes	tresnuraghes	Comune di Tresnuraghes,Tresnuraghes		IT	14	OR	095067	1215	Europe/Rome
6542278	Caiazzo	caiazzo	Caiazzo,Comune di Caiazzo		IT	04	CE	061009	5657	Europe/Rome
6542279	Pozza di Fassa	pozza-di-fassa	Comune di Pozza di Fassa,Pozza di Fassa		IT	17	TN	022145	2138	Europe/Rome
6542280	Montiglio Monferrato	montiglio-monferrato	Comune di Montiglio Monferrato,Montiglio Monferrato		IT	12	AT	005121	1687	Europe/Rome
6542281	Padova	padova	Comune di Padova,Padova		IT	20	PD	028060	206192	Europe/Rome
6542282	Genoa	genoa	Comune di Genova,Genoa,Genova		IT	08	GE	010025	586180	Europe/Rome
6542283	Milano	milano	Comune di Milano,Mailand,Milan,Milano		IT	09	MI	015146	1242123	Europe/Rome
6542284	Venezia	venezia	Comune di Venezia,Mestre,Venezia		IT	20	VE	027042	261362	Europe/Rome
6542285	Firenze	firenze	Comune di Firenze,Firenze,Florence		IT	16	FI	048017	358079	Europe/Rome
6542286	Siracusa	siracusa	Comune di Siracusa,Siracusa		IT	15	SR	089017	118385	Europe/Rome
6542287	Reggio Calabria	reggio-calabria	Comune di Reggio Calabria,Reggio Calabria		IT	03	RC	080063	180817	Europe/Rome
6542288	Soverato	soverato	Comune di Soverato,Soverato		IT	03	CZ	079137	8841	Europe/Rome
6542289	Creazzo	creazzo	Comune di Creazzo,Creazzo		IT	20	VI	024036	11038	Europe/Rome
6542290	Ponte San Nicolò	ponte-san-nicolo	Comune di Ponte San Nicolo,Comune di Ponte San Nicolò,Ponte San Nicolo,Ponte San Nicolò		IT	20	PD	028069	13237	Europe/Rome
6542291	Santa Croce sull'Arno	santa-croce-sull-arno	Comune di Santa Croce sull'Arno,Santa Croce sull'Arno		IT	16	PI	050033	14061	Europe/Rome
6542292	Silvi	silvi	Comune di Silvi,Silvi		IT	01	TE	067040	15401	Europe/Rome
6542293	Massa Lubrense	massa-lubrense	Comune di Massa Lubrense,Massa Lubrense		IT	04	NA	063044	14020	Europe/Rome
6542294	Pieve Emanuele	pieve-emanuele	Comune di Pieve Emanuele,Pieve Emanuele		IT	09	MI	015173	14868	Europe/Rome
6542295	Osio Sotto	osio-sotto	Comune di Osio Sotto,Osio Sotto		IT	09	BG	016153	12080	Europe/Rome
6542296	Scanzorosciate	scanzorosciate	Comune di Scanzorosciate,Scanzorosciate		IT	09	BG	016194	9835	Europe/Rome
6542297	Bedizzole	bedizzole	Bedizzole,Comune di Bedizzole		IT	09	BS	017014	11816	Europe/Rome
6542298	Mazzano	mazzano	Comune di Mazzano,Mazzano		IT	09	BS	017107	11487	Europe/Rome
6542299	Castelnuovo del Garda	castelnuovo-del-garda	Castelnuovo del Garda,Comune di Castelnuovo del Garda		IT	20	VR	023022	12199	Europe/Rome
6542300	Romano d'Ezzelino	romano-d-ezzelino	Comune di Romano d'Ezzelino,Romano d'Ezzelino		IT	20	VI	024086	14484	Europe/Rome
6542301	Saonara	saonara	Comune di Saonara,Saonara		IT	20	PD	028085	10043	Europe/Rome
6542302	Mediglia	mediglia	Comune di Mediglia,Mediglia		IT	09	MI	015139	12080	Europe/Rome
6542303	Curtatone	curtatone	Comune di Curtatone,Curtatone		IT	09	MN	020021	14570	Europe/Rome
6542304	Buccinasco	buccinasco	Buccinasco,Comune di Buccinasco		IT	09	MI	015036	26503	Europe/Rome
6542307	Lamezia Terme	lamezia-terme	Comune di Lamezia Terme,Lamezia Terme		IT	03	CZ	079160	70336	Europe/Rome
6542308	Cardano al Campo	cardano-al-campo	Cardano al Campo,Comune di Cardano al Campo		IT	09	VA	012032	14136	Europe/Rome
6542309	Caronno Pertusella	caronno-pertusella	Caronno Pertusella,Comune di Caronno Pertusella		IT	09	VA	012034	16397	Europe/Rome
6542310	Cassano Magnago	cassano-magnago	Cassano Magnago,Comune di Cassano Magnago		IT	09	VA	012040	21386	Europe/Rome
6542311	Gerenzano	gerenzano	Comune di Gerenzano,Gerenzano		IT	09	VA	012075	10411	Europe/Rome
6542312	Uboldo	uboldo	Comune di Uboldo,Uboldo		IT	09	VA	012130	10446	Europe/Rome
6542313	Pero	pero	Comune di Pero,Pero		IT	09	MI	015170	10291	Europe/Rome
6542314	Pessano con Bornago	pessano-con-bornago	Comune di Pessano con Bornago,Pessano con Bornago		IT	09	MI	015172	9064	Europe/Rome
6542315	Settimo Milanese	settimo-milanese	Comune di Settimo Milanese,Settimo Milanese		IT	09	MI	015211	19148	Europe/Rome
6542316	Cassola	cassola	Cassola,Comune di Cassola		IT	20	VI	024026	14128	Europe/Rome
6542317	Pieve a Nievole	pieve-a-nievole	Comune di Pieve a Nievole,Pieve a Nievole		IT	16	PT	047013	9460	Europe/Rome
6542318	Arcisate	arcisate	Arcisate,Comune di Arcisate		IT	09	VA	012004	9850	Europe/Rome
6542319	Basiglio	basiglio	Basiglio,Comune di Basiglio		IT	09	MI	015015	7567	Europe/Rome
6542320	Bussero	bussero	Bussero,Comune di Bussero		IT	09	MI	015040	8532	Europe/Rome
6542321	Verano Brianza	verano-brianza	Comune di Verano Brianza,Verano Brianza		IT	09	MB	108048	9275	Europe/Rome
6542322	Treviolo	treviolo	Comune di Treviolo,Treviolo		IT	09	BG	016220	10302	Europe/Rome
6542323	Concesio	concesio	Comune di Concesio,Concesio		IT	09	BS	017061	14813	Europe/Rome
6542324	Pino Torinese	pino-torinese	Comune di Pino Torinese,Pino Torinese		IT	12	TO	001192	8481	Europe/Rome
6542325	San Cipriano d'Aversa	san-cipriano-d-aversa	Comune di San Cipriano d'Aversa,San Cipriano d'Aversa		IT	04	CE	061074	13416	Europe/Rome
6542326	San Felice a Cancello	san-felice-a-cancello	Comune di San Felice a Cancello,San Felice a Cancello		IT	04	CE	061075	17110	Europe/Rome
6542327	San Nicola la Strada	san-nicola-la-strada	Comune di San Nicola la Strada,San Nicola la Strada		IT	04	CE	061078	21157	Europe/Rome
6542328	Crispano	crispano	Comune di Crispano,Crispano		IT	04	NA	063030	12411	Europe/Rome
6542329	Pollena Trocchia	pollena-trocchia	Comune di Pollena Trocchia,Pollena Trocchia		IT	04	NA	063056	13514	Europe/Rome
6542330	Quarto	quarto	Comune di Quarto,Quarto		IT	04	NA	063063	39221	Europe/Rome
6542331	Tremestieri Etneo	tremestieri-etneo	Comune di Tremestieri Etneo,Tremestieri Etneo		IT	15	CT	087051	21032	Europe/Rome
6542332	Santena	santena	Comune di Santena,Santena		IT	12	TO	001257	10738	Europe/Rome
6542333	San Pietro in Cariano	san-pietro-in-cariano	Comune di San Pietro in Cariano,San Pietro in Cariano		IT	20	VR	023076	12930	Europe/Rome
6542334	Casagiove	casagiove	Casagiove,Comune di Casagiove		IT	04	CE	061018	13705	Europe/Rome
6542335	Frignano	frignano	Comune di Frignano,Frignano		IT	04	CE	061037	8733	Europe/Rome
6542336	Orta di Atella	orta-di-atella	Comune di Orta di Atella,Orta di Atella		IT	04	CE	061053	24796	Europe/Rome
6542337	San Marcellino	san-marcellino	Comune di San Marcellino,San Marcellino		IT	04	CE	061077	12643	Europe/Rome
6542338	Teverola	teverola	Comune di Teverola,Teverola		IT	04	CE	061092	13610	Europe/Rome
6542339	Casavatore	casavatore	Casavatore,Comune di Casavatore		IT	04	NA	063021	18663	Europe/Rome
6542340	Volla	volla	Comune di Volla,Volla		IT	04	NA	063089	22989	Europe/Rome
6542341	Santa Maria la Carità	santa-maria-la-carita	Comune di Santa Maria la Carita,Comune di Santa Maria la Carità,Santa Maria la Carita,Santa Maria la Carità		IT	04	NA	063090	11726	Europe/Rome
6542342	Trecase	trecase	Comune di Trecase,Trecase		IT	04	NA	063091	9118	Europe/Rome
6542343	Sant'Egidio del Monte Albino	sant-egidio-del-monte-albino	Comune di Sant'Egidio del Monte Albino,Sant'Egidio del Monte Albino		IT	04	SA	065130	8715	Europe/Rome
6542344	Bellizzi	bellizzi	Bellizzi,Comune di Bellizzi		IT	04	SA	065158	12971	Europe/Rome
6542345	Alba Adriatica	alba-adriatica	Alba Adriatica,Comune di Alba Adriatica		IT	01	TE	067001	11565	Europe/Rome
6542346	Gravina di Catania	gravina-di-catania	Comune di Gravina di Catania,Gravina di Catania		IT	15	CT	087019	26543	Europe/Rome
6542347	Sant'Agata li Battiati	sant-agata-li-battiati	Comune di Sant'Agata li Battiati,Sant'Agata li Battiati		IT	15	CT	087045	9829	Europe/Rome
6542348	Lusciano	lusciano	Comune di Lusciano,Lusciano		IT	04	CE	061046	14539	Europe/Rome
6542349	Parete	parete	Comune di Parete,Parete		IT	04	CE	061054	11012	Europe/Rome
6542350	Piedimonte Matese	piedimonte-matese	Comune di Piedimonte Matese,Piedimonte Matese		IT	04	CE	061057	11504	Europe/Rome
6542351	Cesano Boscone	cesano-boscone	Cesano Boscone,Comune di Cesano Boscone		IT	09	MI	015074	23398	Europe/Rome
6542352	Cesate	cesate	Cesate,Comune di Cesate		IT	09	MI	015076	13858	Europe/Rome
6542353	Due Carrare	due-carrare	Comune di Due Carrare,Due Carrare		IT	20	PD	028106	8943	Europe/Rome
6542354	Porto Viro	porto-viro	Comune di Porto Viro,Porto Viro		IT	20	RO	029052	14645	Europe/Rome
6542355	Fonte Nuova	fonte-nuova	Comune di Fonte Nuova,Fonte Nuova		IT	07	RM	058122	30572	Europe/Rome
6542356	San Giovanni Teatino	san-giovanni-teatino	Comune di San Giovanni Teatino,San Giovanni Teatino		IT	01	CH	069081	12733	Europe/Rome
6542357	Bernareggio	bernareggio	Bernareggio,Comune di Bernareggio		IT	09	MB	108007	10555	Europe/Rome
6542358	Brozolo	brozolo	Brozolo,Comune di Brozolo		IT	12	TO	001037	471	Europe/Rome
6542359	Magliano Alfieri	magliano-alfieri	Comune di Magliano Alfieri,Magliano Alfieri		IT	12	CN	004113	2026	Europe/Rome
6542360	Moiola	moiola	Comune di Moiola,Moiola		IT	12	CN	004123	252	Europe/Rome
6542361	Mombarcaro	mombarcaro	Comune di Mombarcaro,Mombarcaro		IT	12	CN	004124	274	Europe/Rome
6542362	Mombasiglio	mombasiglio	Comune di Mombasiglio,Mombasiglio		IT	12	CN	004125	616	Europe/Rome
6542363	Monasterolo Casotto	monasterolo-casotto	Comune di Monasterolo Casotto,Monasterolo Casotto		IT	12	CN	004127	101	Europe/Rome
6542364	Montaldo di Mondovì	montaldo-di-mondovi	Comune di Montaldo di Mondovi,Comune di Montaldo di Mondovì,Montaldo di Mondovi,Montaldo di Mondovì		IT	12	CN	004134	571	Europe/Rome
6542365	Rocca de' Baldi	rocca-de-baldi	Comune di Rocca de' Baldi,Rocca de' Baldi		IT	12	CN	004189	1698	Europe/Rome
6542366	Coassolo Torinese	coassolo-torinese	Coassolo Torinese,Comune di Coassolo Torinese		IT	12	TO	001088	1550	Europe/Rome
6542367	Inverso Pinasca	inverso-pinasca	Comune di Inverso Pinasca,Inverso Pinasca		IT	12	TO	001122	741	Europe/Rome
6542368	Priero	priero	Comune di Priero,Priero		IT	12	CN	004175	487	Europe/Rome
6542369	Roascio	roascio	Comune di Roascio,Roascio		IT	12	CN	004184	83	Europe/Rome
6542370	Rocchetta Belbo	rocchetta-belbo	Comune di Rocchetta Belbo,Rocchetta Belbo		IT	12	CN	004193	181	Europe/Rome
6542371	Roddi	roddi	Comune di Roddi,Roddi		IT	12	CN	004194	1546	Europe/Rome
6542372	Roddino	roddino	Comune di Roddino,Roddino		IT	12	CN	004195	377	Europe/Rome
6542373	Rodello	rodello	Comune di Rodello,Rodello		IT	12	CN	004196	1004	Europe/Rome
6542374	Sale delle Langhe	sale-delle-langhe	Comune di Sale delle Langhe,Sale delle Langhe		IT	12	CN	004199	525	Europe/Rome
6542375	San Benedetto Belbo	san-benedetto-belbo	Comune di San Benedetto Belbo,San Benedetto Belbo		IT	12	CN	004206	191	Europe/Rome
6542376	Sinio	sinio	Comune di Sinio,Sinio		IT	12	CN	004220	516	Europe/Rome
6542377	Mompantero	mompantero	Comune di Mompantero,Mompantero		IT	12	TO	001154	651	Europe/Rome
6542378	Pinasca	pinasca	Comune di Pinasca,Pinasca		IT	12	TO	001190	3049	Europe/Rome
6542379	Pramollo	pramollo	Comune di Pramollo,Pramollo		IT	12	TO	001204	242	Europe/Rome
6542380	Prarostino	prarostino	Comune di Prarostino,Prarostino		IT	12	TO	001205	1289	Europe/Rome
6542381	Belveglio	belveglio	Belveglio,Comune di Belveglio		IT	12	AT	005008	326	Europe/Rome
6542382	Cantarana	cantarana	Cantarana,Comune di Cantarana		IT	12	AT	005018	1023	Europe/Rome
6542383	Capriglio	capriglio	Capriglio,Comune di Capriglio		IT	12	AT	005019	300	Europe/Rome
6542384	Castel Boglione	castel-boglione	Castel Boglione,Comune di Castel Boglione		IT	12	AT	005024	614	Europe/Rome
6542385	Castellero	castellero	Castellero,Comune di Castellero		IT	12	AT	005026	302	Europe/Rome
6542386	Castelletto Molina	castelletto-molina	Castelletto Molina,Comune di Castelletto Molina		IT	12	AT	005027	184	Europe/Rome
6542387	Cellarengo	cellarengo	Cellarengo,Comune di Cellarengo		IT	12	AT	005033	714	Europe/Rome
6542388	Roure	roure	Comune di Roure,Roure		IT	12	TO	001227	888	Europe/Rome
6542389	Salza di Pinerolo	salza-di-pinerolo	Comune di Salza di Pinerolo,Salza di Pinerolo		IT	12	TO	001234	78	Europe/Rome
6542390	San Raffaele Cimena	san-raffaele-cimena	Comune di San Raffaele Cimena,San Raffaele Cimena		IT	12	TO	001252	3107	Europe/Rome
6542391	Traves	traves	Comune di Traves,Traves		IT	12	TO	001279	553	Europe/Rome
6542392	Val della Torre	val-della-torre	Comune di Val della Torre,Val della Torre		IT	12	TO	001284	3812	Europe/Rome
6542393	Cinaglio	cinaglio	Cinaglio,Comune di Cinaglio		IT	12	AT	005039	455	Europe/Rome
6542394	Coazzolo	coazzolo	Coazzolo,Comune di Coazzolo		IT	12	AT	005041	316	Europe/Rome
6542395	Corsione	corsione	Comune di Corsione,Corsione		IT	12	AT	005044	205	Europe/Rome
6542396	Ferrere	ferrere	Comune di Ferrere,Ferrere		IT	12	AT	005053	1602	Europe/Rome
6542397	Maranzana	maranzana	Comune di Maranzana,Maranzana		IT	12	AT	005061	307	Europe/Rome
6542398	Maretto	maretto	Comune di Maretto,Maretto		IT	12	AT	005062	405	Europe/Rome
6542399	Mombaruzzo	mombaruzzo	Comune di Mombaruzzo,Mombaruzzo		IT	12	AT	005065	1153	Europe/Rome
6542400	Mombercelli	mombercelli	Comune di Mombercelli,Mombercelli		IT	12	AT	005066	2343	Europe/Rome
6542401	Monale	monale	Comune di Monale,Monale		IT	12	AT	005067	1026	Europe/Rome
6542402	Monastero Bormida	monastero-bormida	Comune di Monastero Bormida,Monastero Bormida		IT	12	AT	005068	1006	Europe/Rome
6542403	Alluvioni Cambiò	alluvioni-cambio	Alluvioni Cambio,Alluvioni Cambiò,Comune di Alluvioni Cambio,Comune di Alluvioni Cambiò		IT	12	AL	006006	961	Europe/Rome
6542404	Vauda Canavese	vauda-canavese	Comune di Vauda Canavese,Vauda Canavese		IT	12	TO	001290	1465	Europe/Rome
6542405	Verrua Savoia	verrua-savoia	Comune di Verrua Savoia,Verrua Savoia		IT	12	TO	001294	1459	Europe/Rome
6542406	Montabone	montabone	Comune di Montabone,Montabone		IT	12	AT	005072	347	Europe/Rome
6542407	Montafia	montafia	Comune di Montafia,Montafia		IT	12	AT	005073	904	Europe/Rome
6542408	Montaldo Scarampi	montaldo-scarampi	Comune di Montaldo Scarampi,Montaldo Scarampi		IT	12	AT	005074	788	Europe/Rome
6542409	Piovà Massaia	piova-massaia	Comune di Piova Massaia,Comune di Piovà Massaia,Piova Massaia,Piovà Massaia		IT	12	AT	005086	680	Europe/Rome
6542410	Quaranti	quaranti	Comune di Quaranti,Quaranti		IT	12	AT	005088	184	Europe/Rome
6542411	Refrancore	refrancore	Comune di Refrancore,Refrancore		IT	12	AT	005089	1669	Europe/Rome
6542412	Roatto	roatto	Comune di Roatto,Roatto		IT	12	AT	005091	374	Europe/Rome
6542413	Robella	robella	Comune di Robella,Robella		IT	12	AT	005092	504	Europe/Rome
6542414	Rocca d'Arazzo	rocca-d-arazzo	Comune di Rocca d'Arazzo,Rocca d'Arazzo		IT	12	AT	005093	944	Europe/Rome
6542415	Agrate Conturbia	agrate-conturbia	Agrate Conturbia,Comune di Agrate Conturbia		IT	12	NO	003001	1554	Europe/Rome
6542416	Castelspina	castelspina	Castelspina,Comune di Castelspina		IT	12	AL	006054	422	Europe/Rome
6542417	Cella Monte	cella-monte	Cella Monte,Comune di Cella Monte		IT	12	AL	006056	528	Europe/Rome
6542418	Conzano	conzano	Comune di Conzano,Conzano		IT	12	AL	006061	1015	Europe/Rome
6542419	Oviglio	oviglio	Comune di Oviglio,Oviglio		IT	12	AL	006122	1319	Europe/Rome
6542420	Bellino	bellino	Bellino,Comune di Bellino		IT	12	CN	004017	135	Europe/Rome
6542421	Briaglia	briaglia	Briaglia,Comune di Briaglia		IT	12	CN	004030	324	Europe/Rome
6542422	Briga Alta	briga-alta	Briga Alta,Comune di Briga Alta		IT	12	CN	004031	48	Europe/Rome
6542423	Camerana	camerana	Camerana,Comune di Camerana		IT	12	CN	004035	655	Europe/Rome
6542424	Caprauna	caprauna	Caprauna,Comune di Caprauna		IT	12	CN	004039	120	Europe/Rome
6542425	Celle di Macra	celle-di-macra	Celle di Macra,Comune di Celle di Macra		IT	12	CN	004060	93	Europe/Rome
6542426	Verrayes	verrayes	Comune di Verrayes,Verrayes		IT	19	AO	007072	1344	Europe/Rome
6542427	Aquila di Arroscia	aquila-di-arroscia	Aquila di Arroscia,Comune di Aquila di Arroscia		IT	08	IM	008003	176	Europe/Rome
6542428	Monastero di Vasco	monastero-di-vasco	Comune di Monastero di Vasco,Monastero di Vasco		IT	12	CN	004126	1319	Europe/Rome
6542429	Cosio di Arroscia	cosio-di-arroscia	Comune di Cosio di Arroscia,Cosio di Arroscia		IT	08	IM	008023	248	Europe/Rome
6542430	Diano Arentino	diano-arentino	Comune di Diano Arentino,Diano Arentino		IT	08	IM	008025	678	Europe/Rome
6542431	Mendatica	mendatica	Comune di Mendatica,Mendatica		IT	08	IM	008034	205	Europe/Rome
6542432	Montezemolo	montezemolo	Comune di Montezemolo,Montezemolo		IT	12	CN	004141	270	Europe/Rome
6542433	Monticello d'Alba	monticello-d-alba	Comune di Monticello d'Alba,Monticello d'Alba		IT	12	CN	004142	2216	Europe/Rome
6542434	Niella Tanaro	niella-tanaro	Comune di Niella Tanaro,Niella Tanaro		IT	12	CN	004151	1035	Europe/Rome
6542435	Ostana	ostana	Comune di Ostana,Ostana		IT	12	CN	004156	81	Europe/Rome
6542436	Perlo	perlo	Comune di Perlo,Perlo		IT	12	CN	004162	126	Europe/Rome
6542437	Pontechianale	pontechianale	Comune di Pontechianale,Pontechianale		IT	12	CN	004172	182	Europe/Rome
6542438	Rittana	rittana	Comune di Rittana,Rittana		IT	12	CN	004182	135	Europe/Rome
6542439	Roccabruna	roccabruna	Comune di Roccabruna,Roccabruna		IT	12	CN	004187	1589	Europe/Rome
6542440	Cosseria	cosseria	Comune di Cosseria,Cosseria		IT	08	SV	009026	1080	Europe/Rome
6542441	Giusvalla	giusvalla	Comune di Giusvalla,Giusvalla		IT	08	SV	009032	460	Europe/Rome
6542442	Magliolo	magliolo	Comune di Magliolo,Magliolo		IT	08	SV	009035	917	Europe/Rome
6542443	Mallare	mallare	Comune di Mallare,Mallare		IT	08	SV	009036	1200	Europe/Rome
6542444	Scagnello	scagnello	Comune di Scagnello,Scagnello		IT	12	CN	004216	207	Europe/Rome
6542445	Torre Mondovì	torre-mondovi	Comune di Torre Mondovi,Comune di Torre Mondovì,Torre Mondovi,Torre Mondovì		IT	12	CN	004227	494	Europe/Rome
6542446	Valloriate	valloriate	Comune di Valloriate,Valloriate		IT	12	CN	004235	121	Europe/Rome
6542447	Agliano Terme	agliano-terme	Agliano Terme,Comune di Agliano Terme		IT	12	AT	005001	1673	Europe/Rome
6542448	Mioglia	mioglia	Comune di Mioglia,Mioglia		IT	08	SV	009039	539	Europe/Rome
6542449	Plodio	plodio	Comune di Plodio,Plodio		IT	08	SV	009050	648	Europe/Rome
6542450	Rialto	rialto	Comune di Rialto,Rialto		IT	08	SV	009053	564	Europe/Rome
6542451	Casarza Ligure	casarza-ligure	Casarza Ligure,Comune di Casarza Ligure		IT	08	GE	010011	6708	Europe/Rome
6542452	Davagna	davagna	Comune di Davagna,Davagna		IT	08	GE	010021	1927	Europe/Rome
6542453	Orero	orero	Comune di Orero,Orero		IT	08	GE	010042	604	Europe/Rome
6542454	Beverino	beverino	Beverino,Comune di Beverino		IT	08	SP	011003	2403	Europe/Rome
6542455	Camerano Casasco	camerano-casasco	Camerano Casasco,Comune di Camerano Casasco		IT	12	AT	005016	480	Europe/Rome
6542456	Incisa Scapaccino	incisa-scapaccino	Comune di Incisa Scapaccino,Incisa Scapaccino		IT	12	AT	005058	2276	Europe/Rome
6542457	Isola d'Asti	isola-d-asti	Comune di Isola d'Asti,Isola d'Asti		IT	12	AT	005059	2121	Europe/Rome
6542458	Passerano Marmorito	passerano-marmorito	Comune di Passerano Marmorito,Passerano Marmorito		IT	12	AT	005082	443	Europe/Rome
6542459	Rondanina	rondanina	Comune di Rondanina,Rondanina		IT	08	GE	010050	69	Europe/Rome
6542460	Rovegno	rovegno	Comune di Rovegno,Rovegno		IT	08	GE	010052	568	Europe/Rome
6542461	Carezzano	carezzano	Carezzano,Comune di Carezzano		IT	12	AL	006032	444	Europe/Rome
6542462	Cassinelle	cassinelle	Cassinelle,Comune di Cassinelle		IT	12	AL	006044	937	Europe/Rome
6542463	Castelletto Merli	castelletto-merli	Castelletto Merli,Comune di Castelletto Merli		IT	12	AL	006050	484	Europe/Rome
6542464	Cerrina Monferrato	cerrina-monferrato	Cerrina Monferrato,Comune di Cerrina Monferrato		IT	12	AL	006059	1495	Europe/Rome
6542465	Coniolo	coniolo	Comune di Coniolo,Coniolo		IT	12	AL	006060	451	Europe/Rome
6542466	Lozza	lozza	Comune di Lozza,Lozza		IT	09	VA	012091	1237	Europe/Rome
6542467	Malgesso	malgesso	Comune di Malgesso,Malgesso		IT	09	VA	012095	1298	Europe/Rome
6542468	Masciago Primo	masciago-primo	Comune di Masciago Primo,Masciago Primo		IT	09	VA	012100	290	Europe/Rome
6542469	Mesenzana	mesenzana	Comune di Mesenzana,Mesenzana		IT	09	VA	012102	1486	Europe/Rome
6542470	Montegrino Valtravaglia	montegrino-valtravaglia	Comune di Montegrino Valtravaglia,Montegrino Valtravaglia		IT	09	VA	012103	1414	Europe/Rome
6542471	Orino	orino	Comune di Orino,Orino		IT	09	VA	012110	840	Europe/Rome
6542472	Saltrio	saltrio	Comune di Saltrio,Saltrio		IT	09	VA	012117	3013	Europe/Rome
6542473	Drezzo	drezzo	Comune di Drezzo,Drezzo		IT	09	CO	013093	1231	Europe/Rome
6542474	Morbello	morbello	Comune di Morbello,Morbello		IT	12	AL	006110	408	Europe/Rome
6542475	Odalengo Piccolo	odalengo-piccolo	Comune di Odalengo Piccolo,Odalengo Piccolo		IT	12	AL	006117	270	Europe/Rome
6542476	Pozzol Groppo	pozzol-groppo	Comune di Pozzol Groppo,Pozzol Groppo		IT	12	AL	006137	365	Europe/Rome
6542477	San Giorgio Monferrato	san-giorgio-monferrato	Comune di San Giorgio Monferrato,San Giorgio Monferrato		IT	12	AL	006153	1279	Europe/Rome
6542478	Bizzarone	bizzarone	Bizzarone,Comune di Bizzarone		IT	09	CO	013024	1517	Europe/Rome
6542479	Blessagno	blessagno	Blessagno,Comune di Blessagno		IT	09	CO	013025	284	Europe/Rome
6542480	Blevio	blevio	Blevio,Comune di Blevio		IT	09	CO	013026	1185	Europe/Rome
6542481	Bulgarograsso	bulgarograsso	Bulgarograsso,Comune di Bulgarograsso		IT	09	CO	013034	3883	Europe/Rome
6542482	Cadorago	cadorago	Cadorago,Comune di Cadorago		IT	09	CO	013036	7631	Europe/Rome
6542483	Carate Urio	carate-urio	Carate Urio,Comune di Carate Urio		IT	09	CO	013044	1216	Europe/Rome
6542484	Carbonate	carbonate	Carbonate,Comune di Carbonate		IT	09	CO	013045	2905	Europe/Rome
6542485	Caslino d'Erba	caslino-d-erba	Caslino d'Erba,Comune di Caslino d'Erba		IT	09	CO	013052	1692	Europe/Rome
6542486	Casnate con Bernate	casnate-con-bernate	Casnate con Bernate,Comune di Casnate con Bernate		IT	09	CO	013053	4915	Europe/Rome
6542487	Castelnuovo Bozzente	castelnuovo-bozzente	Castelnuovo Bozzente,Comune di Castelnuovo Bozzente		IT	09	CO	013059	889	Europe/Rome
6542488	Ayas	ayas	Ayas,Comune di Ayas		IT	19	AO	007007	1359	Europe/Rome
6542489	Chamois	chamois	Chamois,Comune di Chamois		IT	19	AO	007016	94	Europe/Rome
6542490	Champorcher	champorcher	Champorcher,Comune di Champorcher		IT	19	AO	007018	398	Europe/Rome
6542491	Fénis	fenis	Comune di Fenis,Comune di Fénis,Fenis,Fénis		IT	19	AO	007027	1766	Europe/Rome
6542492	Introd	introd	Comune di Introd,Introd		IT	19	AO	007035	632	Europe/Rome
6542493	Merone	merone	Comune di Merone,Merone		IT	09	CO	013147	4155	Europe/Rome
6542494	Moltrasio	moltrasio	Comune di Moltrasio,Moltrasio		IT	09	CO	013152	1640	Europe/Rome
6542495	Montorfano	montorfano	Comune di Montorfano,Montorfano		IT	09	CO	013157	2619	Europe/Rome
6542496	Nesso	nesso	Comune di Nesso,Nesso		IT	09	CO	013161	1241	Europe/Rome
6542497	Ranzo	ranzo	Comune di Ranzo,Ranzo		IT	08	IM	008048	556	Europe/Rome
6542498	Andora	andora	Andora,Comune di Andora		IT	08	SV	009006	7470	Europe/Rome
6542499	Arnasco	arnasco	Arnasco,Comune di Arnasco		IT	08	SV	009007	630	Europe/Rome
6542500	Borgio Verezzi	borgio-verezzi	Borgio Verezzi,Comune di Borgio Verezzi		IT	08	SV	009013	2327	Europe/Rome
6542501	Bormida	bormida	Bormida,Comune di Bormida		IT	08	SV	009014	401	Europe/Rome
6542502	San Siro	san-siro	Comune di San Siro,San Siro		IT	09	CO	013248	1758	Europe/Rome
6542503	Moconesi	moconesi	Comune di Moconesi,Moconesi		IT	08	GE	010036	2695	Europe/Rome
6542504	Zignago	zignago	Comune di Zignago,Zignago		IT	08	SP	011032	524	Europe/Rome
6542505	Bodio Lomnago	bodio-lomnago	Bodio Lomnago,Comune di Bodio Lomnago		IT	09	VA	012016	2119	Europe/Rome
6542506	Brezzo di Bedero	brezzo-di-bedero	Brezzo di Bedero,Comune di Brezzo di Bedero		IT	09	VA	012020	1185	Europe/Rome
6542507	Castelveccana	castelveccana	Castelveccana,Comune di Castelveccana		IT	09	VA	012045	2000	Europe/Rome
6542508	Novedrate	novedrate	Comune di Novedrate,Novedrate		IT	09	CO	013163	2873	Europe/Rome
6542509	Ossuccio	ossuccio	Comune di Ossuccio,Ossuccio		IT	09	CO	013172	973	Europe/Rome
6542510	Parè	pare	Comune di Pare,Comune di Parè,Pare,Parè		IT	09	CO	013175	1748	Europe/Rome
6542511	Peglio	peglio	Comune di Peglio,Peglio		IT	09	CO	013178	185	Europe/Rome
6542512	Plesio	plesio	Comune di Plesio,Plesio		IT	09	CO	013185	842	Europe/Rome
6542513	Sala Comacina	sala-comacina	Comune di Sala Comacina,Sala Comacina		IT	09	CO	013203	614	Europe/Rome
6542514	San Bartolomeo Val Cavargna	san-bartolomeo-val-cavargna	Comune di San Bartolomeo Val Cavargna,San Bartolomeo Val Cavargna		IT	09	CO	013204	1041	Europe/Rome
6542515	San Fermo della Battaglia	san-fermo-della-battaglia	Comune di San Fermo della Battaglia,San Fermo della Battaglia		IT	09	CO	013206	4466	Europe/Rome
6542516	San Nazzaro Val Cavargna	san-nazzaro-val-cavargna	Comune di San Nazzaro Val Cavargna,San Nazzaro Val Cavargna		IT	09	CO	013207	338	Europe/Rome
6542517	Solbiate	solbiate	Comune di Solbiate,Solbiate		IT	09	CO	013215	2530	Europe/Rome
6542518	Stazzona	stazzona	Comune di Stazzona,Stazzona		IT	09	CO	013218	634	Europe/Rome
6542519	Veniano	veniano	Comune di Veniano,Veniano		IT	09	CO	013238	2887	Europe/Rome
6542520	Oggiona con Santo Stefano	oggiona-con-santo-stefano	Comune di Oggiona con Santo Stefano,Oggiona con Santo Stefano		IT	09	VA	012107	4295	Europe/Rome
6542521	Bema	bema	Bema,Comune di Bema		IT	09	SO	014006	130	Europe/Rome
6542522	Cino	cino	Cino,Comune di Cino		IT	09	SO	014021	373	Europe/Rome
6542523	Sernio	sernio	Comune di Sernio,Sernio		IT	09	SO	014059	500	Europe/Rome
6542524	Tresivio	tresivio	Comune di Tresivio,Tresivio		IT	09	SO	014070	2002	Europe/Rome
6542525	Veddasca	veddasca	Comune di Veddasca,Veddasca		IT	09	VA	012135	250	Europe/Rome
6542526	Albavilla	albavilla	Albavilla,Comune di Albavilla		IT	09	CO	013003	6255	Europe/Rome
6542527	Beregazzo con Figliaro	beregazzo-con-figliaro	Beregazzo con Figliaro,Comune di Beregazzo con Figliaro		IT	09	CO	013022	2577	Europe/Rome
6542528	Casasco d'Intelvi	casasco-d-intelvi	Casasco d'Intelvi,Comune di Casasco d'Intelvi		IT	09	CO	013050	418	Europe/Rome
6542529	Assago	assago	Assago,Comune di Assago		IT	09	MI	015011	8124	Europe/Rome
6542530	Basiano	basiano	Basiano,Comune di Basiano		IT	09	MI	015014	3639	Europe/Rome
6542531	Bellusco	bellusco	Bellusco,Comune di Bellusco		IT	09	MB	108006	7212	Europe/Rome
6542533	Cremia	cremia	Comune di Cremia,Cremia		IT	09	CO	013083	709	Europe/Rome
6542534	Eupilio	eupilio	Comune di Eupilio,Eupilio		IT	09	CO	013097	2769	Europe/Rome
6542535	Faggeto Lario	faggeto-lario	Comune di Faggeto Lario,Faggeto Lario		IT	09	CO	013098	1235	Europe/Rome
6542536	Faloppio	faloppio	Comune di Faloppio,Faloppio		IT	09	CO	013099	4274	Europe/Rome
6542537	Gironico	gironico	Comune di Gironico,Gironico		IT	09	CO	013109	2255	Europe/Rome
6542538	Grandola ed Uniti	grandola-ed-uniti	Comune di Grandola ed Uniti,Grandola ed Uniti		IT	09	CO	013111	1313	Europe/Rome
6542539	Mezzegra	mezzegra	Comune di Mezzegra,Mezzegra		IT	09	CO	013148	1014	Europe/Rome
6542540	Monguzzo	monguzzo	Comune di Monguzzo,Monguzzo		IT	09	CO	013153	2230	Europe/Rome
6542541	Montemezzo	montemezzo	Comune di Montemezzo,Montemezzo		IT	09	CO	013155	261	Europe/Rome
6542542	Pianello del Lario	pianello-del-lario	Comune di Pianello del Lario,Pianello del Lario		IT	09	CO	013183	1041	Europe/Rome
6542543	Schignano	schignano	Comune di Schignano,Schignano		IT	09	CO	013211	874	Europe/Rome
6542544	Trezzone	trezzone	Comune di Trezzone,Trezzone		IT	09	CO	013226	237	Europe/Rome
6542545	Valbrona	valbrona	Comune di Valbrona,Valbrona		IT	09	CO	013229	2656	Europe/Rome
6542546	Val Rezzo	val-rezzo	Comune di Val Rezzo,Val Rezzo		IT	09	CO	013233	179	Europe/Rome
6542547	Castione Andevenno	castione-andevenno	Castione Andevenno,Comune di Castione Andevenno		IT	09	SO	014015	1562	Europe/Rome
6542548	Pozzo d'Adda	pozzo-d-adda	Comune di Pozzo d'Adda,Pozzo d'Adda		IT	09	MI	015177	5667	Europe/Rome
6542549	Pozzuolo Martesana	pozzuolo-martesana	Comune di Pozzuolo Martesana,Pozzuolo Martesana		IT	09	MI	015178	7983	Europe/Rome
6542550	Renate	renate	Comune di Renate,Renate		IT	09	MB	108037	4177	Europe/Rome
6542551	Roncello	roncello	Comune di Roncello,Roncello		IT	09	MB	108055	3925	Europe/Rome
6542552	Bedulita	bedulita	Bedulita,Comune di Bedulita		IT	09	BG	016022	723	Europe/Rome
6542553	Canonica d'Adda	canonica-d-adda	Canonica d'Adda,Comune di Canonica d'Adda		IT	09	BG	016049	4207	Europe/Rome
6542554	Carobbio degli Angeli	carobbio-degli-angeli	Carobbio degli Angeli,Comune di Carobbio degli Angeli		IT	09	BG	016055	4549	Europe/Rome
6542555	Cenate Sopra	cenate-sopra	Cenate Sopra,Comune di Cenate Sopra		IT	09	BG	016068	2505	Europe/Rome
6542556	Cenate Sotto	cenate-sotto	Cenate Sotto,Comune di Cenate Sotto		IT	09	BG	016069	3494	Europe/Rome
6542557	Moio de' Calvi	moio-de-calvi	Comune di Moio de' Calvi,Moio de' Calvi		IT	09	BG	016136	213	Europe/Rome
6542558	Palazzago	palazzago	Comune di Palazzago,Palazzago		IT	09	BG	016156	4293	Europe/Rome
6542559	Pedrengo	pedrengo	Comune di Pedrengo,Pedrengo		IT	09	BG	016160	5799	Europe/Rome
6542560	Peia	peia	Comune di Peia,Peia		IT	09	BG	016161	1864	Europe/Rome
6542561	Pianico	pianico	Comune di Pianico,Pianico		IT	09	BG	016162	1512	Europe/Rome
6542562	Piario	piario	Comune di Piario,Piario		IT	09	BG	016163	1109	Europe/Rome
6542563	Piazzolo	piazzolo	Comune di Piazzolo,Piazzolo		IT	09	BG	016166	84	Europe/Rome
6542564	Pognano	pognano	Comune di Pognano,Pognano		IT	09	BG	016167	1581	Europe/Rome
6542565	Ponteranica	ponteranica	Comune di Ponteranica,Ponteranica		IT	09	BG	016169	6788	Europe/Rome
6542566	Fara Olivana con Sola	fara-olivana-con-sola	Comune di Fara Olivana con Sola,Fara Olivana con Sola		IT	09	BG	016097	1268	Europe/Rome
6542567	Foresto Sparso	foresto-sparso	Comune di Foresto Sparso,Foresto Sparso		IT	09	BG	016104	3153	Europe/Rome
6542568	Isola di Fondra	isola-di-fondra	Comune di Isola di Fondra,Isola di Fondra		IT	09	BG	016121	192	Europe/Rome
6542569	Locatello	locatello	Comune di Locatello,Locatello		IT	09	BG	016127	819	Europe/Rome
6542570	Oltressenda Alta	oltressenda-alta	Comune di Oltressenda Alta,Oltressenda Alta		IT	09	BG	016147	174	Europe/Rome
6542571	San Paolo d'Argon	san-paolo-d-argon	Comune di San Paolo d'Argon,San Paolo d'Argon		IT	09	BG	016189	5386	Europe/Rome
6542572	Spinone al Lago	spinone-al-lago	Comune di Spinone al Lago,Spinone al Lago		IT	09	BG	016205	1038	Europe/Rome
6542573	Rota d'Imagna	rota-d-imagna	Comune di Rota d'Imagna,Rota d'Imagna		IT	09	BG	016186	926	Europe/Rome
6542574	Sant'Omobono Terme	sant-omobono-terme	Comune di Sant'Omobono Terme,Sant'Omobono Terme		IT	09	BG	016192	3472	Europe/Rome
6542575	Taleggio	taleggio	Comune di Taleggio,Taleggio		IT	09	BG	016210	603	Europe/Rome
6542576	Ubiale Clanezzo	ubiale-clanezzo	Comune di Ubiale Clanezzo,Ubiale Clanezzo		IT	09	BG	016221	1399	Europe/Rome
6542577	Valbrembo	valbrembo	Comune di Valbrembo,Valbrembo		IT	09	BG	016224	3886	Europe/Rome
6542578	Valgoglio	valgoglio	Comune di Valgoglio,Valgoglio		IT	09	BG	016225	607	Europe/Rome
6542579	Torre de' Roveri	torre-de-roveri	Comune di Torre de' Roveri,Torre de' Roveri		IT	09	BG	016216	2310	Europe/Rome
6542580	Valleve	valleve	Comune di Valleve,Valleve		IT	09	BG	016226	136	Europe/Rome
6542581	Vilminore di Scalve	vilminore-di-scalve	Comune di Vilminore di Scalve,Vilminore di Scalve		IT	09	BG	016243	1491	Europe/Rome
6542582	Bione	bione	Bione,Comune di Bione		IT	09	BS	017019	1471	Europe/Rome
6542583	Brione	brione	Brione,Comune di Brione		IT	09	BS	017030	685	Europe/Rome
6542584	Verdellino	verdellino	Comune di Verdellino,Verdellino		IT	09	BG	016232	7654	Europe/Rome
6542585	Viadanica	viadanica	Comune di Viadanica,Viadanica		IT	09	BG	016235	1084	Europe/Rome
6542586	Vigano San Martino	vigano-san-martino	Comune di Vigano San Martino,Vigano San Martino		IT	09	BG	016236	1252	Europe/Rome
6542587	Costa di Serina	costa-di-serina	Comune di Costa di Serina,Costa di Serina		IT	09	BG	016247	973	Europe/Rome
6542588	Algua	algua	Algua,Comune di Algua		IT	09	BG	016248	721	Europe/Rome
6542589	Agnosine	agnosine	Agnosine,Comune di Agnosine		IT	09	BS	017003	1833	Europe/Rome
6542590	Alfianello	alfianello	Alfianello,Comune di Alfianello		IT	09	BS	017004	2451	Europe/Rome
6542591	Lodrino	lodrino	Comune di Lodrino,Lodrino		IT	09	BS	017090	1750	Europe/Rome
6542592	Lozio	lozio	Comune di Lozio,Lozio		IT	09	BS	017095	418	Europe/Rome
6542593	Corvino San Quirico	corvino-san-quirico	Comune di Corvino San Quirico,Corvino San Quirico		IT	09	PV	018057	1034	Europe/Rome
6542594	Montecalvo Versiggia	montecalvo-versiggia	Comune di Montecalvo Versiggia,Montecalvo Versiggia		IT	09	PV	018096	561	Europe/Rome
6542595	Mornico Losana	mornico-losana	Comune di Mornico Losana,Mornico Losana		IT	09	PV	018101	721	Europe/Rome
6542596	Collebeato	collebeato	Collebeato,Comune di Collebeato		IT	09	BS	017057	4698	Europe/Rome
6542597	Incudine	incudine	Comune di Incudine,Incudine		IT	09	BS	017083	403	Europe/Rome
6542598	Irma	irma	Comune di Irma,Irma		IT	09	BS	017084	147	Europe/Rome
6542599	Rocca de' Giorgi	rocca-de-giorgi	Comune di Rocca de' Giorgi,Rocca de' Giorgi		IT	09	PV	018125	79	Europe/Rome
6542600	Santa Margherita di Staffora	santa-margherita-di-staffora	Comune di Santa Margherita di Staffora,Santa Margherita di Staffora		IT	09	PV	018142	513	Europe/Rome
6542601	Val di Nizza	val-di-nizza	Comune di Val di Nizza,Val di Nizza		IT	09	PV	018166	655	Europe/Rome
6542602	Valverde	valverde	Comune di Valverde,Valverde		IT	09	PV	018170	299	Europe/Rome
6542603	Longhena	longhena	Comune di Longhena,Longhena		IT	09	BS	017093	607	Europe/Rome
6542604	Losine	losine	Comune di Losine,Losine		IT	09	BS	017094	591	Europe/Rome
6542605	Malegno	malegno	Comune di Malegno,Malegno		IT	09	BS	017100	2078	Europe/Rome
6542606	Milzano	milzano	Comune di Milzano,Milzano		IT	09	BS	017108	1799	Europe/Rome
6542607	Ome	ome	Comune di Ome,Ome		IT	09	BS	017123	3238	Europe/Rome
6542608	Cappella Cantone	cappella-cantone	Cappella Cantone,Comune di Cappella Cantone		IT	09	CR	019013	577	Europe/Rome
6542609	Corte de' Cortesi con Cignone	corte-de-cortesi-con-cignone	Comune di Corte de' Cortesi con Cignone,Corte de' Cortesi con Cignone		IT	09	CR	019032	1123	Europe/Rome
6542610	Prestine	prestine	Comune di Prestine,Prestine		IT	09	BS	017154	384	Europe/Rome
6542611	Prevalle	prevalle	Comune di Prevalle,Prevalle		IT	09	BS	017155	6816	Europe/Rome
6542612	Persico Dosimo	persico-dosimo	Comune di Persico Dosimo,Persico Dosimo		IT	09	CR	019068	3372	Europe/Rome
6542613	Urago d'Oglio	urago-d-oglio	Comune di Urago d'Oglio,Urago d'Oglio		IT	09	BS	017192	3877	Europe/Rome
6542614	Bagnaria	bagnaria	Bagnaria,Comune di Bagnaria		IT	09	PV	018007	675	Europe/Rome
6542615	Canevino	canevino	Canevino,Comune di Canevino		IT	09	PV	018028	112	Europe/Rome
6542616	Montescano	montescano	Comune di Montescano,Montescano		IT	09	PV	018097	383	Europe/Rome
6542617	San Giorgio di Mantova	san-giorgio-di-mantova	Comune di San Giorgio di Mantova,San Giorgio di Mantova		IT	09	MN	020057	9398	Europe/Rome
6542618	Bastida Pancarana	bastida-pancarana	Bastida Pancarana,Comune di Bastida Pancarana		IT	09	PV	018011	1032	Europe/Rome
6542620	Bleggio Superiore	bleggio-superiore	Bleggio Superiore,Comune di Bleggio Superiore		IT	17	TN	022017	1600	Europe/Rome
6542621	Bresimo	bresimo	Bresimo,Comune di Bresimo		IT	17	TN	022026	254	Europe/Rome
6542622	Cimone	cimone	Cimone,Comune di Cimone		IT	17	TN	022058	685	Europe/Rome
6542623	Commezzadura	commezzadura	Commezzadura,Comune di Commezzadura		IT	17	TN	022064	993	Europe/Rome
6542624	Fierozzo	fierozzo	Comune di Fierozzo,Fierozzo		IT	17	TN	022085	481	Europe/Rome
6542625	Garniga Terme	garniga-terme	Comune di Garniga Terme,Garniga Terme		IT	17	TN	022091	381	Europe/Rome
6542626	Giovo	giovo	Comune di Giovo,Giovo		IT	17	TN	022092	2465	Europe/Rome
6542627	Montagne	montagne	Comune di Montagne,Montagne		IT	17	TN	022122	246	Europe/Rome
6542628	Redavalle	redavalle	Comune di Redavalle,Redavalle		IT	09	PV	018120	1056	Europe/Rome
6542629	Robecco Pavese	robecco-pavese	Comune di Robecco Pavese,Robecco Pavese		IT	09	PV	018124	569	Europe/Rome
6542630	Roncaro	roncaro	Comune di Roncaro,Roncaro		IT	09	PV	018129	1385	Europe/Rome
6542631	Rovescala	rovescala	Comune di Rovescala,Rovescala		IT	09	PV	018131	917	Europe/Rome
6542632	Sant'Alessio con Vialone	sant-alessio-con-vialone	Comune di Sant'Alessio con Vialone,Sant'Alessio con Vialone		IT	09	PV	018141	840	Europe/Rome
6542633	Santa Maria della Versa	santa-maria-della-versa	Comune di Santa Maria della Versa,Santa Maria della Versa		IT	09	PV	018143	2476	Europe/Rome
6542634	Pieve di Bono	pieve-di-bono	Comune di Pieve di Bono,Pieve di Bono		IT	17	TN	022140	1331	Europe/Rome
6542635	Rumo	rumo	Comune di Rumo,Rumo		IT	17	TN	022163	822	Europe/Rome
6542636	Sagron Mis	sagron-mis	Comune di Sagron Mis,Sagron Mis		IT	17	TN	022164	183	Europe/Rome
6542637	Sant'Orsola Terme	sant-orsola-terme	Comune di Sant'Orsola Terme,Sant'Orsola Terme		IT	17	TN	022168	1073	Europe/Rome
6542638	Terragnolo	terragnolo	Comune di Terragnolo,Terragnolo		IT	17	TN	022193	755	Europe/Rome
6542639	Ton	ton	Comune di Ton,Ton		IT	17	TN	022200	1319	Europe/Rome
6542640	Trambileno	trambileno	Comune di Trambileno,Trambileno		IT	17	TN	022203	1355	Europe/Rome
6542641	Torre de' Negri	torre-de-negri	Comune di Torre de' Negri,Torre de' Negri		IT	09	PV	018158	347	Europe/Rome
6542642	Torricella Verzate	torricella-verzate	Comune di Torricella Verzate,Torricella Verzate		IT	09	PV	018161	837	Europe/Rome
6542643	Valfloriana	valfloriana	Comune di Valfloriana,Valfloriana		IT	17	TN	022209	530	Europe/Rome
6542644	Vallarsa	vallarsa	Comune di Vallarsa,Vallarsa		IT	17	TN	022210	1343	Europe/Rome
6542645	Villa Agnedo	villa-agnedo	Comune di Villa Agnedo,Villa Agnedo		IT	17	TN	022221	987	Europe/Rome
6542646	Brentino Belluno	brentino-belluno	Brentino Belluno,Comune di Brentino Belluno		IT	20	VR	023013	1406	Europe/Rome
6542647	Concamarise	concamarise	Comune di Concamarise,Concamarise		IT	20	VR	023029	1078	Europe/Rome
6542648	Lavagno	lavagno	Comune di Lavagno,Lavagno		IT	20	VR	023042	8101	Europe/Rome
6542649	Travacò Siccomario	travaco-siccomario	Comune di Travaco Siccomario,Comune di Travacò Siccomario,Travaco Siccomario,Travacò Siccomario		IT	09	PV	018162	4361	Europe/Rome
6542650	Velezzo Lomellina	velezzo-lomellina	Comune di Velezzo Lomellina,Velezzo Lomellina		IT	09	PV	018172	101	Europe/Rome
6542651	Verretto	verretto	Comune di Verretto,Verretto		IT	09	PV	018174	386	Europe/Rome
6542652	Verrua Po	verrua-po	Comune di Verrua Po,Verrua Po		IT	09	PV	018175	1319	Europe/Rome
6542653	Gerre de' Caprioli	gerre-de-caprioli	Comune di Gerre de' Caprioli,Gerre de' Caprioli		IT	09	CR	019048	1283	Europe/Rome
6542654	Zeccone	zeccone	Comune di Zeccone,Zeccone		IT	09	PV	018185	1696	Europe/Rome
6542655	Zenevredo	zenevredo	Comune di Zenevredo,Zenevredo		IT	09	PV	018187	478	Europe/Rome
6542656	Pedemonte	pedemonte	Comune di Pedemonte,Pedemonte		IT	20	VI	024076	768	Europe/Rome
6542657	Ripalta Arpina	ripalta-arpina	Comune di Ripalta Arpina,Ripalta Arpina		IT	09	CR	019080	1055	Europe/Rome
6542658	Ripalta Guerina	ripalta-guerina	Comune di Ripalta Guerina,Ripalta Guerina		IT	09	CR	019082	535	Europe/Rome
6542659	San Daniele Po	san-daniele-po	Comune di San Daniele Po,San Daniele Po		IT	09	CR	019089	1419	Europe/Rome
6542660	Valdastico	valdastico	Comune di Valdastico,Valdastico		IT	20	VI	024112	1389	Europe/Rome
6542661	Velo d'Astico	velo-d-astico	Comune di Velo d'Astico,Velo d'Astico		IT	20	VI	024115	2400	Europe/Rome
6542662	Fonte	fonte	Comune di Fonte,Fonte		IT	20	TV	026029	6019	Europe/Rome
6542663	Pieve di Coriano	pieve-di-coriano	Comune di Pieve di Coriano,Pieve di Coriano		IT	09	MN	020040	1041	Europe/Rome
6542664	Ponti sul Mincio	ponti-sul-mincio	Comune di Ponti sul Mincio,Ponti sul Mincio		IT	09	MN	020044	2272	Europe/Rome
6542665	Redondesco	redondesco	Comune di Redondesco,Redondesco		IT	09	MN	020048	1335	Europe/Rome
6542666	Serravalle a Po	serravalle-a-po	Comune di Serravalle a Po,Serravalle a Po		IT	09	MN	020062	1593	Europe/Rome
6542667	Bersone	bersone	Bersone,Comune di Bersone		IT	17	TN	022012	289	Europe/Rome
6542668	Bolbeno	bolbeno	Bolbeno,Comune di Bolbeno		IT	17	TN	022019	362	Europe/Rome
6542669	Brione	brione	Brione,Comune di Brione		IT	17	TN	022028	140	Europe/Rome
6542670	Massanzago	massanzago	Comune di Massanzago,Massanzago		IT	20	PD	028050	5872	Europe/Rome
6542671	Megliadino San Fidenzio	megliadino-san-fidenzio	Comune di Megliadino San Fidenzio,Megliadino San Fidenzio		IT	20	PD	028051	1952	Europe/Rome
6542672	Cagnò	cagno	Cagno,Cagnò,Comune di Cagno,Comune di Cagnò		IT	17	TN	022030	360	Europe/Rome
6542673	Villanova di Camposampiero	villanova-di-camposampiero	Comune di Villanova di Camposampiero,Villanova di Camposampiero		IT	20	PD	028104	5929	Europe/Rome
6542674	Vò	vo	Comune di Vo',Vo,Vo',Vò		IT	20	PD	028105	3417	Europe/Rome
6542675	Papozze	papozze	Comune di Papozze,Papozze		IT	20	RO	029034	1645	Europe/Rome
6542676	Lisignago	lisignago	Comune di Lisignago,Lisignago		IT	17	TN	022105	484	Europe/Rome
6542677	Malosco	malosco	Comune di Malosco,Malosco		IT	17	TN	022111	445	Europe/Rome
6542678	Nanno	nanno	Comune di Nanno,Nanno		IT	17	TN	022125	608	Europe/Rome
6542679	Nogaredo	nogaredo	Comune di Nogaredo,Nogaredo		IT	17	TN	022127	1917	Europe/Rome
6542680	Ossana	ossana	Comune di Ossana,Ossana		IT	17	TN	022131	844	Europe/Rome
6542681	Pelugo	pelugo	Comune di Pelugo,Pelugo		IT	17	TN	022138	379	Europe/Rome
6542682	Buja	buja	Buja,Comune di Buja		IT	06	UD	030013	6627	Europe/Rome
6542683	Fiumicello	fiumicello	Comune di Fiumicello,Fiumicello		IT	06	UD	030038	5021	Europe/Rome
6542684	Sarnonico	sarnonico	Comune di Sarnonico,Sarnonico		IT	17	TN	022170	749	Europe/Rome
6542685	Segonzano	segonzano	Comune di Segonzano,Segonzano		IT	17	TN	022172	1531	Europe/Rome
6542686	Sfruz	sfruz	Comune di Sfruz,Sfruz		IT	17	TN	022173	323	Europe/Rome
6542687	Smarano	smarano	Comune di Smarano,Smarano		IT	17	TN	022175	509	Europe/Rome
6542688	Reana del Rojale	reana-del-rojale	Comune di Reana del Rojale,Reana del Rojale		IT	06	UD	030090	5032	Europe/Rome
6542689	Resia	resia	Comune di Resia,Resia		IT	06	UD	030092	1091	Europe/Rome
6542690	Soraga	soraga	Comune di Soraga,Soraga		IT	17	TN	022176	736	Europe/Rome
6542691	Sover	sover	Comune di Sover,Sover		IT	17	TN	022177	882	Europe/Rome
6542692	Tenna	tenna	Comune di Tenna,Tenna		IT	17	TN	022190	955	Europe/Rome
6542693	Terzolas	terzolas	Comune di Terzolas,Terzolas		IT	17	TN	022195	606	Europe/Rome
6542694	Torcegno	torcegno	Comune di Torcegno,Torcegno		IT	17	TN	022202	697	Europe/Rome
6542695	Varena	varena	Comune di Varena,Varena		IT	17	TN	022211	845	Europe/Rome
6542696	Zuclo	zuclo	Comune di Zuclo,Zuclo		IT	17	TN	022227	345	Europe/Rome
6542697	Verzegnis	verzegnis	Comune di Verzegnis,Verzegnis		IT	06	UD	030132	906	Europe/Rome
6542698	Corte Brugnatella	corte-brugnatella	Comune di Corte Brugnatella,Corte Brugnatella		IT	05	PC	033017	671	Europe/Rome
6542699	Angiari	angiari	Angiari,Comune di Angiari		IT	20	VR	023003	2164	Europe/Rome
6542700	Boschi Sant'Anna	boschi-sant-anna	Boschi Sant'Anna,Comune di Boschi Sant'Anna		IT	20	VR	023010	1454	Europe/Rome
6542701	Cerro Veronese	cerro-veronese	Cerro Veronese,Comune di Cerro Veronese		IT	20	VR	023026	2434	Europe/Rome
6542702	Colognola ai Colli	colognola-ai-colli	Colognola ai Colli,Comune di Colognola ai Colli		IT	20	VR	023028	8141	Europe/Rome
6542703	Grancona	grancona	Comune di Grancona,Grancona		IT	20	VI	024045	1894	Europe/Rome
6542704	Roveredo di Guà	roveredo-di-gua	Comune di Roveredo di Gua,Comune di Roveredo di Guà,Roveredo di Gua,Roveredo di Guà		IT	20	VR	023066	1541	Europe/Rome
6542705	Roverè Veronese	rovere-veronese	Comune di Rovere Veronese,Comune di Roverè Veronese,Rovere Veronese,Roverè Veronese		IT	20	VR	023067	2127	Europe/Rome
6542706	Molvena	molvena	Comune di Molvena,Molvena		IT	20	VI	024059	2596	Europe/Rome
6542707	Valmozzola	valmozzola	Comune di Valmozzola,Valmozzola		IT	05	PR	034044	567	Europe/Rome
6542708	Lugo di Vicenza	lugo-di-vicenza	Comune di Lugo di Vicenza,Lugo di Vicenza		IT	20	VI	024053	3739	Europe/Rome
6542709	San Gregorio nelle Alpi	san-gregorio-nelle-alpi	Comune di San Gregorio nelle Alpi,San Gregorio nelle Alpi		IT	20	BL	025045	1607	Europe/Rome
6542710	San Nicolò di Comelico	san-nicolo-di-comelico	Comune di San Nicolo di Comelico,Comune di San Nicolò di Comelico,San Nicolo di Comelico,San Nicolò di Comelico		IT	20	BL	025046	405	Europe/Rome
6542711	Monfumo	monfumo	Comune di Monfumo,Monfumo		IT	20	TV	026045	1442	Europe/Rome
6542712	Monte Grimano Terme	monte-grimano-terme	Comune di Monte Grimano Terme,Monte Grimano Terme		IT	10	PU	041035	1166	Europe/Rome
6542713	Pietrarubbia	pietrarubbia	Comune di Pietrarubbia,Pietrarubbia		IT	10	PU	041048	689	Europe/Rome
6542714	Terrassa Padovana	terrassa-padovana	Comune di Terrassa Padovana,Terrassa Padovana		IT	20	PD	028090	2625	Europe/Rome
6542715	Fiordimonte	fiordimonte	Comune di Fiordimonte,Fiordimonte		IT	10	MC	043018	207	Europe/Rome
6542716	Ussita	ussita	Comune di Ussita,Ussita		IT	10	MC	043056	420	Europe/Rome
6542717	Castel di Lama	castel-di-lama	Castel di Lama,Comune di Castel di Lama		IT	10	AP	044011	8470	Europe/Rome
6542718	Montegallo	montegallo	Comune di Montegallo,Montegallo		IT	10	AP	044038	573	Europe/Rome
6542719	Cortino	cortino	Comune di Cortino,Cortino		IT	01	TE	067022	683	Europe/Rome
6542720	San Romano in Garfagnana	san-romano-in-garfagnana	Comune di San Romano in Garfagnana,San Romano in Garfagnana		IT	16	LU	046027	1459	Europe/Rome
6542721	Caminata	caminata	Caminata,Comune di Caminata		IT	05	PC	033009	276	Europe/Rome
6542722	Cerignale	cerignale	Cerignale,Comune di Cerignale		IT	05	PC	033015	155	Europe/Rome
6542723	Capraia e Limite	capraia-e-limite	Capraia e Limite,Comune di Capraia e Limite		IT	16	FI	048008	7298	Europe/Rome
6542724	Tavarnelle Val di Pesa	tavarnelle-val-di-pesa	Comune di Tavarnelle Val di Pesa,Tavarnelle Val di Pesa		IT	16	FI	048045	7675	Europe/Rome
6542725	Gazzola	gazzola	Comune di Gazzola,Gazzola		IT	05	PC	033022	1999	Europe/Rome
6542726	Caprile	caprile	Caprile,Comune di Caprile		IT	12	BI	096013	206	Europe/Rome
6542727	Callabiana	callabiana	Callabiana,Comune di Callabiana		IT	12	BI	096008	149	Europe/Rome
6542728	Montegioco	montegioco	Comune di Montegioco,Montegioco		IT	12	AL	006107	326	Europe/Rome
6542729	Calvignasco	calvignasco	Calvignasco,Comune di Calvignasco		IT	09	MI	015042	1182	Europe/Rome
6542730	Sardigliano	sardigliano	Comune di Sardigliano,Sardigliano		IT	12	AL	006157	452	Europe/Rome
6542731	Nibionno	nibionno	Comune di Nibionno,Nibionno		IT	09	LC	097056	3630	Europe/Rome
6542732	Lumarzo	lumarzo	Comune di Lumarzo,Lumarzo		IT	08	GE	010031	1594	Europe/Rome
6542733	Cornegliano Laudense	cornegliano-laudense	Comune di Cornegliano Laudense,Cornegliano Laudense		IT	09	LO	098021	2838	Europe/Rome
6542734	Castegnero	castegnero	Castegnero,Comune di Castegnero		IT	20	VI	024027	2857	Europe/Rome
6542735	Palazzo Pignano	palazzo-pignano	Comune di Palazzo Pignano,Palazzo Pignano		IT	09	CR	019066	3848	Europe/Rome
6542736	Terranova dei Passerini	terranova-dei-passerini	Comune di Terranova dei Passerini,Terranova dei Passerini		IT	09	LO	098057	906	Europe/Rome
6542737	Capriata d'Orba	capriata-d-orba	Capriata d'Orba,Comune di Capriata d'Orba		IT	12	AL	006029	1926	Europe/Rome
6542738	Granaglione	granaglione	Comune di Granaglione,Granaglione		IT	05	BO	037029	2232	Europe/Rome
6542739	Bigarello	bigarello	Bigarello,Comune di Bigarello		IT	09	MN	020004	2083	Europe/Rome
6542740	Fabbrica Curone	fabbrica-curone	Comune di Fabbrica Curone,Fabbrica Curone		IT	12	AL	006067	695	Europe/Rome
6542741	Montemignaio	montemignaio	Comune di Montemignaio,Montemignaio		IT	16	AR	051023	576	Europe/Rome
6542742	Isola del Giglio	isola-del-giglio	Comune di Isola del Giglio,Isola del Giglio		IT	16	GR	053012	1418	Europe/Rome
6542743	Tresana	tresana	Comune di Tresana,Tresana		IT	16	MS	045015	2085	Europe/Rome
6542744	Pontey	pontey	Comune di Pontey,Pontey		IT	19	AO	007051	818	Europe/Rome
6542745	Castelbianco	castelbianco	Castelbianco,Comune di Castelbianco		IT	08	SV	009020	321	Europe/Rome
6542746	Giustenice	giustenice	Comune di Giustenice,Giustenice		IT	08	SV	009031	946	Europe/Rome
6542747	Larciano	larciano	Comune di Larciano,Larciano		IT	16	PT	047006	6418	Europe/Rome
6542748	Onzo	onzo	Comune di Onzo,Onzo		IT	08	SV	009043	234	Europe/Rome
6542749	Orco Feglino	orco-feglino	Comune di Orco Feglino,Orco Feglino		IT	08	SV	009044	895	Europe/Rome
6542750	Roccavignale	roccavignale	Comune di Roccavignale,Roccavignale		IT	08	SV	009054	746	Europe/Rome
6542751	Stella	stella	Comune di Stella,Stella		IT	08	SV	009058	3066	Europe/Rome
6542752	Broccostella	broccostella	Broccostella,Comune di Broccostella		IT	07	FR	060015	2807	Europe/Rome
6542753	Colfelice	colfelice	Colfelice,Comune di Colfelice		IT	07	FR	060027	1853	Europe/Rome
6542754	Vendone	vendone	Comune di Vendone,Vendone		IT	08	SV	009066	403	Europe/Rome
6542755	Vezzi Portio	vezzi-portio	Comune di Vezzi Portio,Vezzi Portio		IT	08	SV	009067	810	Europe/Rome
6542756	Avegno	avegno	Avegno,Comune di Avegno		IT	08	GE	010002	2539	Europe/Rome
6542757	Sant'Olcese	sant-olcese	Comune di Sant'Olcese,Sant'Olcese		IT	08	GE	010055	5911	Europe/Rome
6542758	Tribogna	tribogna	Comune di Tribogna,Tribogna		IT	08	GE	010063	620	Europe/Rome
6542759	Valbrevenna	valbrevenna	Comune di Valbrevenna,Valbrevenna		IT	08	GE	010065	812	Europe/Rome
6542760	Cosio Valtellino	cosio-valtellino	Comune di Cosio Valtellino,Cosio Valtellino		IT	09	SO	014024	5400	Europe/Rome
6542761	Forcola	forcola	Comune di Forcola,Forcola		IT	09	SO	014029	835	Europe/Rome
6542762	Menarola	menarola	Comune di Menarola,Menarola		IT	09	SO	014042	46	Europe/Rome
6542763	Castel di Sasso	castel-di-sasso	Castel di Sasso,Comune di Castel di Sasso		IT	04	CE	061024	1193	Europe/Rome
6542764	Castel Morrone	castel-morrone	Castel Morrone,Comune di Castel Morrone		IT	04	CE	061026	3934	Europe/Rome
6542765	Samolaco	samolaco	Comune di Samolaco,Samolaco		IT	09	SO	014057	2884	Europe/Rome
6542766	Valdisotto	valdisotto	Comune di Valdisotto,Valdisotto		IT	09	SO	014072	3533	Europe/Rome
6542767	Val Masino	val-masino	Comune di Val Masino,Val Masino		IT	09	SO	014074	939	Europe/Rome
6542768	Marmentino	marmentino	Comune di Marmentino,Marmentino		IT	09	BS	017105	676	Europe/Rome
6542769	Monte Isola	monte-isola	Comune di Monte Isola,Monte Isola		IT	09	BS	017111	1804	Europe/Rome
6542770	Monticelli Brusati	monticelli-brusati	Comune di Monticelli Brusati,Monticelli Brusati		IT	09	BS	017112	4401	Europe/Rome
6542771	Muscoline	muscoline	Comune di Muscoline,Muscoline		IT	09	BS	017116	2547	Europe/Rome
6542772	Pertica Alta	pertica-alta	Comune di Pertica Alta,Pertica Alta		IT	09	BS	017139	599	Europe/Rome
6542773	Pertica Bassa	pertica-bassa	Comune di Pertica Bassa,Pertica Bassa		IT	09	BS	017140	686	Europe/Rome
6542774	Pezzaze	pezzaze	Comune di Pezzaze,Pezzaze		IT	09	BS	017141	1586	Europe/Rome
6542775	Preseglie	preseglie	Comune di Preseglie,Preseglie		IT	09	BS	017153	1577	Europe/Rome
6542776	Provaglio d'Iseo	provaglio-d-iseo	Comune di Provaglio d'Iseo,Provaglio d'Iseo		IT	09	BS	017156	7136	Europe/Rome
6542777	Provaglio Val Sabbia	provaglio-val-sabbia	Comune di Provaglio Val Sabbia,Provaglio Val Sabbia		IT	09	BS	017157	966	Europe/Rome
6542778	Puegnago sul Garda	puegnago-sul-garda	Comune di Puegnago sul Garda,Puegnago sul Garda		IT	09	BS	017158	3263	Europe/Rome
6542779	Remedello	remedello	Comune di Remedello,Remedello		IT	09	BS	017160	3387	Europe/Rome
6542780	Tignale	tignale	Comune di Tignale,Tignale		IT	09	BS	017185	1298	Europe/Rome
6542781	Tremosine	tremosine	Comune di Tremosine,Tremosine		IT	09	BS	017189	2125	Europe/Rome
6542782	Treviso Bresciano	treviso-bresciano	Comune di Treviso Bresciano,Treviso Bresciano		IT	09	BS	017191	566	Europe/Rome
6542783	Valvestino	valvestino	Comune di Valvestino,Valvestino		IT	09	BS	017194	212	Europe/Rome
6542784	Albaredo Arnaboldi	albaredo-arnaboldi	Albaredo Arnaboldi,Comune di Albaredo Arnaboldi		IT	09	PV	018002	225	Europe/Rome
6542785	Castelletto di Branduzzo	castelletto-di-branduzzo	Castelletto di Branduzzo,Comune di Castelletto di Branduzzo		IT	09	PV	018038	1037	Europe/Rome
6542787	Sovramonte	sovramonte	Comune di Sovramonte,Sovramonte		IT	20	BL	025058	1514	Europe/Rome
6542788	Paderno del Grappa	paderno-del-grappa	Comune di Paderno del Grappa,Paderno del Grappa		IT	20	TV	026054	2169	Europe/Rome
6542789	Sarre	sarre	Comune di Sarre,Sarre		IT	19	AO	007066	4857	Europe/Rome
6542790	Valsavarenche	valsavarenche	Comune di Valsavarenche,Valsavarenche		IT	19	AO	007070	187	Europe/Rome
6542791	Valtournenche	valtournenche	Comune di Valtournenche,Valtournenche		IT	19	AO	007071	2147	Europe/Rome
6542792	Bajardo	bajardo	Bajardo,Comune di Bajardo		IT	08	IM	008007	312	Europe/Rome
6542793	Ceranesi	ceranesi	Ceranesi,Comune di Ceranesi		IT	08	GE	010014	4006	Europe/Rome
6542794	Roè Volciano	roe-volciano	Comune di Roe Volciano,Comune di Roè Volciano,Roe Volciano,Roè Volciano		IT	09	BS	017164	4465	Europe/Rome
6542795	Soiano del Lago	soiano-del-lago	Comune di Soiano del Lago,Soiano del Lago		IT	09	BS	017180	1785	Europe/Rome
6542796	Venticano	venticano	Comune di Venticano,Venticano		IT	04	AV	064116	2532	Europe/Rome
6542797	Vallada Agordina	vallada-agordina	Comune di Vallada Agordina,Vallada Agordina		IT	20	BL	025062	514	Europe/Rome
6542798	Cavaso del Tomba	cavaso-del-tomba	Cavaso del Tomba,Comune di Cavaso del Tomba		IT	20	TV	026014	2996	Europe/Rome
6542799	Giffoni Sei Casali	giffoni-sei-casali	Comune di Giffoni Sei Casali,Giffoni Sei Casali		IT	04	SA	065055	5262	Europe/Rome
6542800	Montecorvino Pugliano	montecorvino-pugliano	Comune di Montecorvino Pugliano,Montecorvino Pugliano		IT	04	SA	065072	10019	Europe/Rome
6542801	Lucoli	lucoli	Comune di Lucoli,Lucoli		IT	01	AQ	066052	1019	Europe/Rome
6542802	Ocre	ocre	Comune di Ocre,Ocre		IT	01	AQ	066059	1110	Europe/Rome
6542803	Conflenti	conflenti	Comune di Conflenti,Conflenti		IT	03	CZ	079033	1437	Europe/Rome
6542804	Africo	africo	Africo,Comune di Africo		IT	03	RC	080001	3210	Europe/Rome
6542805	Fiumara	fiumara	Comune di Fiumara,Fiumara		IT	03	RC	080034	1021	Europe/Rome
6542806	Roghudi	roghudi	Comune di Roghudi,Roghudi		IT	03	RC	080068	1172	Europe/Rome
6542807	Terme Vigliatore	terme-vigliatore	Comune di Terme Vigliatore,Terme Vigliatore		IT	15	ME	083106	7213	Europe/Rome
6542808	Maniace	maniace	Comune di Maniace,Maniace		IT	15	CT	087057	3671	Europe/Rome
6542809	Valledoria	valledoria	Comune di Valledoria,Valledoria		IT	14	SS	090079	4091	Europe/Rome
6542810	Camandona	camandona	Camandona,Comune di Camandona		IT	12	BI	096009	359	Europe/Rome
6542811	Cerreto Castello	cerreto-castello	Cerreto Castello,Comune di Cerreto Castello		IT	12	BI	096017	628	Europe/Rome
6542812	Curino	curino	Comune di Curino,Curino		IT	12	BI	096023	453	Europe/Rome
6542813	Mezzana Mortigliengo	mezzana-mortigliengo	Comune di Mezzana Mortigliengo,Mezzana Mortigliengo		IT	12	BI	096033	561	Europe/Rome
6542814	Selve Marcone	selve-marcone	Comune di Selve Marcone,Selve Marcone		IT	12	BI	096061	100	Europe/Rome
6542815	Soprana	soprana	Comune di Soprana,Soprana		IT	12	BI	096062	754	Europe/Rome
6542816	Vallanzengo	vallanzengo	Comune di Vallanzengo,Vallanzengo		IT	12	BI	096072	239	Europe/Rome
6542817	Veglio	veglio	Comune di Veglio,Veglio		IT	12	BI	096075	566	Europe/Rome
6542818	Castello di Brianza	castello-di-brianza	Castello di Brianza,Comune di Castello di Brianza		IT	09	LC	097019	2475	Europe/Rome
6542819	Colle Brianza	colle-brianza	Colle Brianza,Comune di Colle Brianza		IT	09	LC	097024	1736	Europe/Rome
6542820	Garbagnate Monastero	garbagnate-monastero	Comune di Garbagnate Monastero,Garbagnate Monastero		IT	09	LC	097037	2430	Europe/Rome
6542821	Monticello Brianza	monticello-brianza	Comune di Monticello Brianza,Monticello Brianza		IT	09	LC	097054	4217	Europe/Rome
6542822	Castiraga Vidardo	castiraga-vidardo	Castiraga Vidardo,Comune di Castiraga Vidardo		IT	09	LO	098015	2624	Europe/Rome
6542823	Corte Palasio	corte-palasio	Comune di Corte Palasio,Corte Palasio		IT	09	LO	098024	1550	Europe/Rome
6542824	Jonadi	jonadi	Comune di Jonadi,Jonadi		IT	03	VV	102017	3822	Europe/Rome
6542825	Antrona Schieranco	antrona-schieranco	Antrona Schieranco,Comune di Antrona Schieranco		IT	12	VB	103001	467	Europe/Rome
6542826	Madonna del Sasso	madonna-del-sasso	Comune di Madonna del Sasso,Madonna del Sasso		IT	12	VB	103040	396	Europe/Rome
6542827	Montescheno	montescheno	Comune di Montescheno,Montescheno		IT	12	VB	103047	414	Europe/Rome
6542828	Oggebbio	oggebbio	Comune di Oggebbio,Oggebbio		IT	12	VB	103049	881	Europe/Rome
6542829	San Bernardino Verbano	san-bernardino-verbano	Comune di San Bernardino Verbano,San Bernardino Verbano		IT	12	VB	103061	1384	Europe/Rome
6542830	Valstrona	valstrona	Comune di Valstrona,Valstrona		IT	12	VB	103069	1268	Europe/Rome
6542831	Montemale di Cuneo	montemale-di-cuneo	Comune di Montemale di Cuneo,Montemale di Cuneo		IT	12	CN	004138	218	Europe/Rome
6542832	Monterosso Grana	monterosso-grana	Comune di Monterosso Grana,Monterosso Grana		IT	12	CN	004139	536	Europe/Rome
6542833	Murello	murello	Comune di Murello,Murello		IT	12	CN	004146	962	Europe/Rome
6542834	Paroldo	paroldo	Comune di Paroldo,Paroldo		IT	12	CN	004160	228	Europe/Rome
6542835	Perletto	perletto	Comune di Perletto,Perletto		IT	12	CN	004161	305	Europe/Rome
6542836	Pianfei	pianfei	Comune di Pianfei,Pianfei		IT	12	CN	004165	2222	Europe/Rome
6542837	Pocapaglia	pocapaglia	Comune di Pocapaglia,Pocapaglia		IT	12	CN	004170	3330	Europe/Rome
6542838	Polonghera	polonghera	Comune di Polonghera,Polonghera		IT	12	CN	004171	1193	Europe/Rome
6542839	Torre Bormida	torre-bormida	Comune di Torre Bormida,Torre Bormida		IT	12	CN	004226	211	Europe/Rome
6542840	Torre San Giorgio	torre-san-giorgio	Comune di Torre San Giorgio,Torre San Giorgio		IT	12	CN	004228	709	Europe/Rome
6542841	Verduno	verduno	Comune di Verduno,Verduno		IT	12	CN	004238	577	Europe/Rome
6542842	Vezza d'Alba	vezza-d-alba	Comune di Vezza d'Alba,Vezza d'Alba		IT	12	CN	004241	2206	Europe/Rome
6542843	Villar San Costanzo	villar-san-costanzo	Comune di Villar San Costanzo,Villar San Costanzo		IT	12	CN	004247	1502	Europe/Rome
6542844	Albugnano	albugnano	Albugnano,Comune di Albugnano		IT	12	AT	005002	541	Europe/Rome
6542845	Antignano	antignano	Antignano,Comune di Antignano		IT	12	AT	005003	1025	Europe/Rome
6542846	San Martino Alfieri	san-martino-alfieri	Comune di San Martino Alfieri,San Martino Alfieri		IT	12	AT	005099	712	Europe/Rome
6542847	San Paolo Solbrito	san-paolo-solbrito	Comune di San Paolo Solbrito,San Paolo Solbrito		IT	12	AT	005101	1197	Europe/Rome
6542848	Soglio	soglio	Comune di Soglio,Soglio		IT	12	AT	005107	160	Europe/Rome
6542849	Tigliole	tigliole	Comune di Tigliole,Tigliole		IT	12	AT	005108	1734	Europe/Rome
6542850	Vaglio Serra	vaglio-serra	Comune di Vaglio Serra,Vaglio Serra		IT	12	AT	005111	284	Europe/Rome
6542851	Viarigi	viarigi	Comune di Viarigi,Viarigi		IT	12	AT	005115	955	Europe/Rome
6542852	Vinchio	vinchio	Comune di Vinchio,Vinchio		IT	12	AT	005120	657	Europe/Rome
6542853	Alice Bel Colle	alice-bel-colle	Alice Bel Colle,Comune di Alice Bel Colle		IT	12	AL	006005	774	Europe/Rome
6542854	Altavilla Monferrato	altavilla-monferrato	Altavilla Monferrato,Comune di Altavilla Monferrato		IT	12	AL	006007	497	Europe/Rome
6542855	Avolasca	avolasca	Avolasca,Comune di Avolasca		IT	12	AL	006010	306	Europe/Rome
6542856	Belforte Monferrato	belforte-monferrato	Belforte Monferrato,Comune di Belforte Monferrato		IT	12	AL	006014	505	Europe/Rome
6542857	Bergamasco	bergamasco	Bergamasco,Comune di Bergamasco		IT	12	AL	006015	765	Europe/Rome
6542858	Berzano di Tortona	berzano-di-tortona	Berzano di Tortona,Comune di Berzano di Tortona		IT	12	AL	006016	171	Europe/Rome
6542859	Borghetto di Borbera	borghetto-di-borbera	Borghetto di Borbera,Comune di Borghetto di Borbera		IT	12	AL	006018	1991	Europe/Rome
6542860	Bosio	bosio	Bosio,Comune di Bosio		IT	12	AL	006022	1240	Europe/Rome
6542861	Carpeneto	carpeneto	Carpeneto,Comune di Carpeneto		IT	12	AL	006033	991	Europe/Rome
6542862	Casal Cermelli	casal-cermelli	Casal Cermelli,Comune di Casal Cermelli		IT	12	AL	006037	1235	Europe/Rome
6542863	Casaleggio Boiro	casaleggio-boiro	Casaleggio Boiro,Comune di Casaleggio Boiro		IT	12	AL	006038	401	Europe/Rome
6542864	Costa Vescovato	costa-vescovato	Comune di Costa Vescovato,Costa Vescovato		IT	12	AL	006062	357	Europe/Rome
6542865	Cuccaro Monferrato	cuccaro-monferrato	Comune di Cuccaro Monferrato,Cuccaro Monferrato		IT	12	AL	006064	339	Europe/Rome
6542866	Fraconalto	fraconalto	Comune di Fraconalto,Fraconalto		IT	12	AL	006069	352	Europe/Rome
6542867	Francavilla Bisio	francavilla-bisio	Comune di Francavilla Bisio,Francavilla Bisio		IT	12	AL	006070	518	Europe/Rome
6542868	Fresonara	fresonara	Comune di Fresonara,Fresonara		IT	12	AL	006074	739	Europe/Rome
6542869	Gavazzana	gavazzana	Comune di Gavazzana,Gavazzana		IT	12	AL	006080	172	Europe/Rome
6542870	Grondona	grondona	Comune di Grondona,Grondona		IT	12	AL	006085	545	Europe/Rome
6542871	Masio	masio	Comune di Masio,Masio		IT	12	AL	006091	1465	Europe/Rome
6542872	Molino dei Torti	molino-dei-torti	Comune di Molino dei Torti,Molino dei Torti		IT	12	AL	006096	653	Europe/Rome
6542873	Mombello Monferrato	mombello-monferrato	Comune di Mombello Monferrato,Mombello Monferrato		IT	12	AL	006097	1087	Europe/Rome
6542874	Momperone	momperone	Comune di Momperone,Momperone		IT	12	AL	006098	219	Europe/Rome
6542875	Moncestino	moncestino	Comune di Moncestino,Moncestino		IT	12	AL	006099	228	Europe/Rome
6542876	Montacuto	montacuto	Comune di Montacuto,Montacuto		IT	12	AL	006102	306	Europe/Rome
6542877	Montaldeo	montaldeo	Comune di Montaldeo,Montaldeo		IT	12	AL	006103	291	Europe/Rome
6542878	Montechiaro d'Acqui	montechiaro-d-acqui	Comune di Montechiaro d'Acqui,Montechiaro d'Acqui		IT	12	AL	006106	568	Europe/Rome
6542879	Montemarzino	montemarzino	Comune di Montemarzino,Montemarzino		IT	12	AL	006108	341	Europe/Rome
6542880	Morsasco	morsasco	Comune di Morsasco,Morsasco		IT	12	AL	006112	712	Europe/Rome
6542881	Odalengo Grande	odalengo-grande	Comune di Odalengo Grande,Odalengo Grande		IT	12	AL	006116	487	Europe/Rome
6542882	Olivola	olivola	Comune di Olivola,Olivola		IT	12	AL	006118	123	Europe/Rome
6542883	Orsara Bormida	orsara-bormida	Comune di Orsara Bormida,Orsara Bormida		IT	12	AL	006119	406	Europe/Rome
6542884	Pietra Marazzi	pietra-marazzi	Comune di Pietra Marazzi,Pietra Marazzi		IT	12	AL	006129	900	Europe/Rome
6542885	Piovera	piovera	Comune di Piovera,Piovera		IT	12	AL	006130	830	Europe/Rome
6542886	Ponzano Monferrato	ponzano-monferrato	Comune di Ponzano Monferrato,Ponzano Monferrato		IT	12	AL	006135	380	Europe/Rome
6542887	Rosignano Monferrato	rosignano-monferrato	Comune di Rosignano Monferrato,Rosignano Monferrato		IT	12	AL	006149	1641	Europe/Rome
6542888	Sant'Agata Fossili	sant-agata-fossili	Comune di Sant'Agata Fossili,Sant'Agata Fossili		IT	12	AL	006156	441	Europe/Rome
6542889	Sezzadio	sezzadio	Comune di Sezzadio,Sezzadio		IT	12	AL	006161	1294	Europe/Rome
6542890	Solonghello	solonghello	Comune di Solonghello,Solonghello		IT	12	AL	006164	221	Europe/Rome
6542891	Treville	treville	Comune di Treville,Treville		IT	12	AL	006175	271	Europe/Rome
6542892	Arnad	arnad	Arnad,Comune di Arnad		IT	19	AO	007004	1294	Europe/Rome
6542893	Fontainemore	fontainemore	Comune di Fontainemore,Fontainemore		IT	19	AO	007028	449	Europe/Rome
6542894	Hone	hone	Comune di Hone,Hone		IT	19	AO	007034	1175	Europe/Rome
6542895	Agra	agra	Agra,Comune di Agra		IT	09	VA	012001	379	Europe/Rome
6542896	Azzio	azzio	Azzio,Comune di Azzio		IT	09	VA	012007	802	Europe/Rome
6542897	Barasso	barasso	Barasso,Comune di Barasso		IT	09	VA	012008	1710	Europe/Rome
6542898	Bedero Valcuvia	bedero-valcuvia	Bedero Valcuvia,Comune di Bedero Valcuvia		IT	09	VA	012010	667	Europe/Rome
6542899	Brenta	brenta	Brenta,Comune di Brenta		IT	09	VA	012019	1798	Europe/Rome
6542900	Caronno Varesino	caronno-varesino	Caronno Varesino,Comune di Caronno Varesino		IT	09	VA	012035	4940	Europe/Rome
6542901	Castello Cabiaglio	castello-cabiaglio	Castello Cabiaglio,Comune di Castello Cabiaglio		IT	09	VA	012043	530	Europe/Rome
6542902	Clivio	clivio	Clivio,Comune di Clivio		IT	09	VA	012052	1942	Europe/Rome
6542903	Cuasso al Monte	cuasso-al-monte	Comune di Cuasso al Monte,Cuasso al Monte		IT	09	VA	012058	3604	Europe/Rome
6542904	Cunardo	cunardo	Comune di Cunardo,Cunardo		IT	09	VA	012060	2887	Europe/Rome
6542905	Daverio	daverio	Comune di Daverio,Daverio		IT	09	VA	012064	3075	Europe/Rome
6542906	Duno	duno	Comune di Duno,Duno		IT	09	VA	012066	159	Europe/Rome
6542907	Gorla Minore	gorla-minore	Comune di Gorla Minore,Gorla Minore		IT	09	VA	012079	8398	Europe/Rome
6542908	Jerago con Orago	jerago-con-orago	Comune di Jerago con Orago,Jerago con Orago		IT	09	VA	012085	5084	Europe/Rome
6542909	Leggiuno	leggiuno	Comune di Leggiuno,Leggiuno		IT	09	VA	012088	3571	Europe/Rome
6542910	Varano Borghi	varano-borghi	Comune di Varano Borghi,Varano Borghi		IT	09	VA	012132	2418	Europe/Rome
6542911	Albese con Cassano	albese-con-cassano	Albese con Cassano,Comune di Albese con Cassano		IT	09	CO	013004	4164	Europe/Rome
6542912	Alserio	alserio	Alserio,Comune di Alserio		IT	09	CO	013006	1176	Europe/Rome
6542913	Cavallasca	cavallasca	Cavallasca,Comune di Cavallasca		IT	09	CO	013061	2914	Europe/Rome
6542914	Civenna	civenna	Civenna,Comune di Civenna		IT	09	CO	013070	729	Europe/Rome
6542915	Corrido	corrido	Comune di Corrido,Corrido		IT	09	CO	013077	841	Europe/Rome
6542916	Fenegrò	fenegro	Comune di Fenegro,Comune di Fenegrò,Fenegro,Fenegrò		IT	09	CO	013100	3147	Europe/Rome
6542918	Laino	laino	Comune di Laino,Laino		IT	09	CO	013120	517	Europe/Rome
6542919	Lasnigo	lasnigo	Comune di Lasnigo,Lasnigo		IT	09	CO	013123	462	Europe/Rome
6542920	Albosaggia	albosaggia	Albosaggia,Comune di Albosaggia		IT	09	SO	014002	3146	Europe/Rome
6542921	Briosco	briosco	Briosco,Comune di Briosco		IT	09	MB	108011	5966	Europe/Rome
6542922	Cassinetta di Lugagnano	cassinetta-di-lugagnano	Cassinetta di Lugagnano,Comune di Cassinetta di Lugagnano		IT	09	MI	015061	1884	Europe/Rome
6542923	Cogliate	cogliate	Cogliate,Comune di Cogliate		IT	09	MB	108020	8450	Europe/Rome
6542924	Correzzana	correzzana	Comune di Correzzana,Correzzana		IT	09	MB	108022	2657	Europe/Rome
6542925	Dresano	dresano	Comune di Dresano,Dresano		IT	09	MI	015101	3023	Europe/Rome
6542926	Gessate	gessate	Comune di Gessate,Gessate		IT	09	MI	015106	8664	Europe/Rome
6542927	Gudo Visconti	gudo-visconti	Comune di Gudo Visconti,Gudo Visconti		IT	09	MI	015112	1711	Europe/Rome
6542928	Lazzate	lazzate	Comune di Lazzate,Lazzate		IT	09	MB	108025	7603	Europe/Rome
6542929	Lesmo	lesmo	Comune di Lesmo,Lesmo		IT	09	MB	108026	8094	Europe/Rome
6542930	Macherio	macherio	Comune di Macherio,Macherio		IT	09	MB	108029	7130	Europe/Rome
6542931	Masate	masate	Comune di Masate,Masate		IT	09	MI	015136	3312	Europe/Rome
6542932	Mesero	mesero	Comune di Mesero,Mesero		IT	09	MI	015144	3909	Europe/Rome
6542933	Mezzago	mezzago	Comune di Mezzago,Mezzago		IT	09	MB	108031	4106	Europe/Rome
6542934	San Vittore Olona	san-vittore-olona	Comune di San Vittore Olona,San Vittore Olona		IT	09	MI	015201	8254	Europe/Rome
6542935	Sulbiate	sulbiate	Comune di Sulbiate,Sulbiate		IT	09	MB	108042	4067	Europe/Rome
6542936	Veduggio con Colzano	veduggio-con-colzano	Comune di Veduggio con Colzano,Veduggio con Colzano		IT	09	MB	108047	4434	Europe/Rome
6542937	Vizzolo Predabissi	vizzolo-predabissi	Comune di Vizzolo Predabissi,Vizzolo Predabissi		IT	09	MI	015244	4045	Europe/Rome
6542938	Adrara San Rocco	adrara-san-rocco	Adrara San Rocco,Comune di Adrara San Rocco		IT	09	BG	016002	836	Europe/Rome
6542939	Ambivere	ambivere	Ambivere,Comune di Ambivere		IT	09	BG	016009	2354	Europe/Rome
6542940	Aviatico	aviatico	Aviatico,Comune di Aviatico		IT	09	BG	016015	517	Europe/Rome
6542941	Barbata	barbata	Barbata,Comune di Barbata		IT	09	BG	016019	698	Europe/Rome
6542942	Bianzano	bianzano	Bianzano,Comune di Bianzano		IT	09	BG	016026	605	Europe/Rome
6542943	Boltiere	boltiere	Boltiere,Comune di Boltiere		IT	09	BG	016029	5814	Europe/Rome
6542944	Bonate Sotto	bonate-sotto	Bonate Sotto,Comune di Bonate Sotto		IT	09	BG	016031	6455	Europe/Rome
6542945	Bossico	bossico	Bossico,Comune di Bossico		IT	09	BG	016033	969	Europe/Rome
6542946	Chignolo d'Isola	chignolo-d-isola	Chignolo d'Isola,Comune di Chignolo d'Isola		IT	09	BG	016072	3214	Europe/Rome
6542947	Colzate	colzate	Colzate,Comune di Colzate		IT	09	BG	016080	1664	Europe/Rome
6542948	Corna Imagna	corna-imagna	Comune di Corna Imagna,Corna Imagna		IT	09	BG	016082	953	Europe/Rome
6542949	Entratico	entratico	Comune di Entratico,Entratico		IT	09	BG	016094	1878	Europe/Rome
6542950	Filago	filago	Comune di Filago,Filago		IT	09	BG	016098	3176	Europe/Rome
6542951	Fiorano al Serio	fiorano-al-serio	Comune di Fiorano al Serio,Fiorano al Serio		IT	09	BG	016100	3071	Europe/Rome
6542952	Fonteno	fonteno	Comune di Fonteno,Fonteno		IT	09	BG	016102	685	Europe/Rome
6543015	San Prospero	san-prospero	Comune di San Prospero,San Prospero		IT	05	MO	036039	5841	Europe/Rome
6542953	Fuipiano Valle Imagna	fuipiano-valle-imagna	Comune di Fuipiano Valle Imagna,Fuipiano Valle Imagna		IT	09	BG	016106	221	Europe/Rome
6542954	Gandellino	gandellino	Comune di Gandellino,Gandellino		IT	09	BG	016107	1046	Europe/Rome
6542955	Gaverina Terme	gaverina-terme	Comune di Gaverina Terme,Gaverina Terme		IT	09	BG	016110	871	Europe/Rome
6542956	Gorlago	gorlago	Comune di Gorlago,Gorlago		IT	09	BG	016114	5028	Europe/Rome
6542957	Madone	madone	Comune di Madone,Madone		IT	09	BG	016131	3943	Europe/Rome
6542958	Premolo	premolo	Comune di Premolo,Premolo		IT	09	BG	016175	1171	Europe/Rome
6542959	Presezzo	presezzo	Comune di Presezzo,Presezzo		IT	09	BG	016176	4934	Europe/Rome
6542960	Riva di Solto	riva-di-solto	Comune di Riva di Solto,Riva di Solto		IT	09	BG	016180	862	Europe/Rome
6542961	Castelcovati	castelcovati	Castelcovati,Comune di Castelcovati		IT	09	BS	017041	6593	Europe/Rome
6542962	Borgo San Siro	borgo-san-siro	Borgo San Siro,Comune di Borgo San Siro		IT	09	PV	018018	1035	Europe/Rome
6542963	Castana	castana	Castana,Comune di Castana		IT	09	PV	018036	744	Europe/Rome
6542964	Chignolo Po	chignolo-po	Chignolo Po,Comune di Chignolo Po		IT	09	PV	018048	3992	Europe/Rome
6542965	Costa de' Nobili	costa-de-nobili	Comune di Costa de' Nobili,Costa de' Nobili		IT	09	PV	018058	351	Europe/Rome
6542966	Frascarolo	frascarolo	Comune di Frascarolo,Frascarolo		IT	09	PV	018065	1214	Europe/Rome
6542967	Golferenzo	golferenzo	Comune di Golferenzo,Golferenzo		IT	09	PV	018074	206	Europe/Rome
6542968	Magherno	magherno	Comune di Magherno,Magherno		IT	09	PV	018085	1690	Europe/Rome
6542969	Marcignago	marcignago	Comune di Marcignago,Marcignago		IT	09	PV	018086	2440	Europe/Rome
6542970	Marzano	marzano	Comune di Marzano,Marzano		IT	09	PV	018087	1559	Europe/Rome
6542971	Campagnola Cremasca	campagnola-cremasca	Campagnola Cremasca,Comune di Campagnola Cremasca		IT	09	CR	019011	683	Europe/Rome
6542972	Casaletto Vaprio	casaletto-vaprio	Casaletto Vaprio,Comune di Casaletto Vaprio		IT	09	CR	019020	1761	Europe/Rome
6542973	Cella Dati	cella-dati	Cella Dati,Comune di Cella Dati		IT	09	CR	019028	553	Europe/Rome
6542974	Derovere	derovere	Comune di Derovere,Derovere		IT	09	CR	019040	310	Europe/Rome
6542975	Drizzona	drizzona	Comune di Drizzona,Drizzona		IT	09	CR	019042	552	Europe/Rome
6542976	Malagnino	malagnino	Comune di Malagnino,Malagnino		IT	09	CR	019056	1525	Europe/Rome
6542977	Spinadesco	spinadesco	Comune di Spinadesco,Spinadesco		IT	09	CR	019100	1575	Europe/Rome
6542978	Castelbelforte	castelbelforte	Castelbelforte,Comune di Castelbelforte		IT	09	MN	020013	3069	Europe/Rome
6542979	Motteggiana	motteggiana	Comune di Motteggiana,Motteggiana		IT	09	MN	020037	2516	Europe/Rome
6542980	Cunevo	cunevo	Comune di Cunevo,Cunevo		IT	17	TN	022069	571	Europe/Rome
6542981	Daiano	daiano	Comune di Daiano,Daiano		IT	17	TN	022070	692	Europe/Rome
6542982	Dorsino	dorsino	Comune di Dorsino,Dorsino		IT	17	TN	022077	426	Europe/Rome
6542983	Isera	isera	Comune di Isera,Isera		IT	17	TN	022098	2625	Europe/Rome
6542984	Ronchi Valsugana	ronchi-valsugana	Comune di Ronchi Valsugana,Ronchi Valsugana		IT	17	TN	022157	421	Europe/Rome
6542985	Rivoli Veronese	rivoli-veronese	Comune di Rivoli Veronese,Rivoli Veronese		IT	20	VR	023062	2127	Europe/Rome
6542986	Selva di Progno	selva-di-progno	Comune di Selva di Progno,Selva di Progno		IT	20	VR	023080	934	Europe/Rome
6542987	Alonte	alonte	Alonte,Comune di Alonte		IT	20	VI	024003	1647	Europe/Rome
6542988	Altissimo	altissimo	Altissimo,Comune di Altissimo		IT	20	VI	024005	2266	Europe/Rome
6542989	Asigliano Veneto	asigliano-veneto	Asigliano Veneto,Comune di Asigliano Veneto		IT	20	VI	024010	877	Europe/Rome
6542990	Brogliano	brogliano	Brogliano,Comune di Brogliano		IT	20	VI	024017	3900	Europe/Rome
6542991	Campolongo sul Brenta	campolongo-sul-brenta	Campolongo sul Brenta,Comune di Campolongo sul Brenta		IT	20	VI	024023	830	Europe/Rome
6542992	Carrè	carre	Carre,Carrè,Comune di Carre,Comune di Carrè		IT	20	VI	024024	3647	Europe/Rome
6542993	Enego	enego	Comune di Enego,Enego		IT	20	VI	024039	1825	Europe/Rome
6542994	Mason Vicentino	mason-vicentino	Comune di Mason Vicentino,Mason Vicentino		IT	20	VI	024058	3517	Europe/Rome
6542995	Montecchio Precalcino	montecchio-precalcino	Comune di Montecchio Precalcino,Montecchio Precalcino		IT	20	VI	024062	4988	Europe/Rome
6542996	Montegalda	montegalda	Comune di Montegalda,Montegalda		IT	20	VI	024064	3343	Europe/Rome
6542997	Mossano	mossano	Comune di Mossano,Mossano		IT	20	VI	024069	1776	Europe/Rome
6542998	Mussolente	mussolente	Comune di Mussolente,Mussolente		IT	20	VI	024070	7653	Europe/Rome
6542999	Pove del Grappa	pove-del-grappa	Comune di Pove del Grappa,Pove del Grappa		IT	20	VI	024081	3093	Europe/Rome
6543000	Sarego	sarego	Comune di Sarego,Sarego		IT	20	VI	024098	6641	Europe/Rome
6543001	Alano di Piave	alano-di-piave	Alano di Piave,Comune di Alano di Piave		IT	20	BL	025002	2926	Europe/Rome
6543002	Altivole	altivole	Altivole,Comune di Altivole		IT	20	TV	026001	6720	Europe/Rome
6543003	Segusino	segusino	Comune di Segusino,Segusino		IT	20	TV	026079	1941	Europe/Rome
6543004	Cartura	cartura	Cartura,Comune di Cartura		IT	20	PD	028026	4623	Europe/Rome
6543005	Urbana	urbana	Comune di Urbana,Urbana		IT	20	PD	028095	2186	Europe/Rome
6543006	Vighizzolo d'Este	vighizzolo-d-este	Comune di Vighizzolo d'Este,Vighizzolo d'Este		IT	20	PD	028098	935	Europe/Rome
6543007	Villafranca Padovana	villafranca-padovana	Comune di Villafranca Padovana,Villafranca Padovana		IT	20	PD	028103	9797	Europe/Rome
6543008	Arquà Polesine	arqua-polesine	Arqua Polesine,Arquà Polesine,Comune di Arqua Polesine,Comune di Arquà Polesine		IT	20	RO	029003	2811	Europe/Rome
6543009	Castelnovo Bariano	castelnovo-bariano	Castelnovo Bariano,Comune di Castelnovo Bariano		IT	20	RO	029013	2931	Europe/Rome
6543010	Frassinelle Polesine	frassinelle-polesine	Comune di Frassinelle Polesine,Frassinelle Polesine		IT	20	RO	029023	1529	Europe/Rome
6543011	Berceto	berceto	Berceto,Comune di Berceto		IT	05	PR	034004	2144	Europe/Rome
6543012	Solignano	solignano	Comune di Solignano,Solignano		IT	05	PR	034035	1809	Europe/Rome
6543013	Capolona	capolona	Capolona,Comune di Capolona		IT	16	AR	051006	5428	Europe/Rome
6543014	Montecreto	montecreto	Comune di Montecreto,Montecreto		IT	05	MO	036024	1000	Europe/Rome
6543016	Voghiera	voghiera	Comune di Voghiera,Voghiera		IT	05	FE	038023	3847	Europe/Rome
6543017	Ragoli	ragoli	Comune di Ragoli,Ragoli		IT	17	TN	022151	760	Europe/Rome
6543018	Barchi	barchi	Barchi,Comune di Barchi		IT	10	PU	041004	1001	Europe/Rome
6543019	Casteldelci	casteldelci	Casteldelci,Comune di Casteldelci		IT	05	RN	099021	445	Europe/Rome
6543020	Montefelcino	montefelcino	Comune di Montefelcino,Montefelcino		IT	10	PU	041034	2726	Europe/Rome
6543021	Gualdo	gualdo	Comune di Gualdo,Gualdo		IT	10	MC	043021	868	Europe/Rome
6543022	Maltignano	maltignano	Comune di Maltignano,Maltignano		IT	10	AP	044027	2483	Europe/Rome
6543023	Monte Vidon Combatte	monte-vidon-combatte	Comune di Monte Vidon Combatte,Monte Vidon Combatte		IT	10	FM	109025	459	Europe/Rome
6543024	Smerillo	smerillo	Comune di Smerillo,Smerillo		IT	10	FM	109039	389	Europe/Rome
6543025	Comano	comano	Comano,Comune di Comano		IT	16	MS	045005	755	Europe/Rome
6543026	Giuncugnano	giuncugnano	Comune di Giuncugnano,Giuncugnano		IT	16	LU	046016	469	Europe/Rome
6543027	Montescudaio	montescudaio	Comune di Montescudaio,Montescudaio		IT	16	PI	050020	1958	Europe/Rome
6543028	Valtopina	valtopina	Comune di Valtopina,Valtopina		IT	18	PG	054059	1486	Europe/Rome
6543029	Arcinazzo Romano	arcinazzo-romano	Arcinazzo Romano,Comune di Arcinazzo Romano		IT	07	RM	058008	1394	Europe/Rome
6543030	Canterano	canterano	Canterano,Comune di Canterano		IT	07	RM	058017	359	Europe/Rome
6543031	Jenne	jenne	Comune di Jenne,Jenne		IT	07	RM	058048	398	Europe/Rome
6543032	Montelibretti	montelibretti	Comune di Montelibretti,Montelibretti		IT	07	RM	058063	5213	Europe/Rome
6543033	Ponzano Romano	ponzano-romano	Comune di Ponzano Romano,Ponzano Romano		IT	07	RM	058080	1158	Europe/Rome
6543034	Rocca Canterano	rocca-canterano	Comune di Rocca Canterano,Rocca Canterano		IT	07	RM	058084	207	Europe/Rome
6543035	Rocca Santo Stefano	rocca-santo-stefano	Comune di Rocca Santo Stefano,Rocca Santo Stefano		IT	07	RM	058089	1028	Europe/Rome
6543036	Roccagorga	roccagorga	Comune di Roccagorga,Roccagorga		IT	07	LT	059021	4552	Europe/Rome
6543037	Coreno Ausonio	coreno-ausonio	Comune di Coreno Ausonio,Coreno Ausonio		IT	07	FR	060030	1671	Europe/Rome
6543038	San Vittore del Lazio	san-vittore-del-lazio	Comune di San Vittore del Lazio,Fanum Sancti Victoris Latii,San Vittore d%27%27o Lazzio,San Vittore del Lazio,San Vitturi du Lazziu,San Vitturi dû Lazziu,San-Vittore-dehl'-Lacio,San-Vittore-del'-Lacio,sheng wei tuo lei de la qi ao,Сан-Витторе-дэль-Лацио,Сан-Вітторе-дель-Лаціо,サン・ヴィットーレ・デル・ラーツィオ,圣维托雷德拉齐奥		IT	07	FR	060070	2679	Europe/Rome
6543039	Bairo	bairo	Bairo,Comune di Bairo		IT	12	TO	001015	816	Europe/Rome
6543040	Baldissero Canavese	baldissero-canavese	Baldissero Canavese,Comune di Baldissero Canavese		IT	12	TO	001017	534	Europe/Rome
6543041	Angrogna	angrogna	Angrogna,Comune di Angrogna		IT	12	TO	001011	870	Europe/Rome
6543042	Rivalta Bormida	rivalta-bormida	Comune di Rivalta Bormida,Rivalta Bormida		IT	12	AL	006144	1417	Europe/Rome
6543043	Rivarone	rivarone	Comune di Rivarone,Rivarone		IT	12	AL	006145	363	Europe/Rome
6543044	Rocca Grimalda	rocca-grimalda	Comune di Rocca Grimalda,Rocca Grimalda		IT	12	AL	006147	1495	Europe/Rome
6543045	Spineto Scrivia	spineto-scrivia	Comune di Spineto Scrivia,Spineto Scrivia		IT	12	AL	006166	332	Europe/Rome
6543046	Tagliolo Monferrato	tagliolo-monferrato	Comune di Tagliolo Monferrato,Tagliolo Monferrato		IT	12	AL	006169	1606	Europe/Rome
6543047	Tassarolo	tassarolo	Comune di Tassarolo,Tassarolo		IT	12	AL	006170	636	Europe/Rome
6543048	Terzo	terzo	Comune di Terzo,Terzo		IT	12	AL	006172	907	Europe/Rome
6543049	Vignole Borbera	vignole-borbera	Comune di Vignole Borbera,Vignole Borbera		IT	12	AL	006180	2245	Europe/Rome
6543050	Villadeati	villadeati	Comune di Villadeati,Villadeati		IT	12	AL	006182	523	Europe/Rome
6543051	Villamiroglio	villamiroglio	Comune di Villamiroglio,Villamiroglio		IT	12	AL	006184	332	Europe/Rome
6543052	Villaromagnano	villaromagnano	Comune di Villaromagnano,Villaromagnano		IT	12	AL	006186	700	Europe/Rome
6543053	Visone	visone	Comune di Visone,Visone		IT	12	AL	006187	1257	Europe/Rome
6543054	Volpeglino	volpeglino	Comune di Volpeglino,Volpeglino		IT	12	AL	006189	160	Europe/Rome
6543055	Allein	allein	Allein,Comune di Allein		IT	19	AO	007001	248	Europe/Rome
6543056	Avise	avise	Avise,Comune di Avise		IT	19	AO	007006	348	Europe/Rome
6543057	Donnas	donnas	Comune di Donnas,Donnas		IT	19	AO	007023	2624	Europe/Rome
6543058	Doues	doues	Comune di Doues,Doues		IT	19	AO	007024	477	Europe/Rome
6543059	Gignod	gignod	Comune di Gignod,Gignod		IT	19	AO	007030	1692	Europe/Rome
6543060	Jovencan	jovencan	Comune di Jovencan,Jovencan		IT	19	AO	007038	758	Europe/Rome
6543061	Nus	nus	Comune di Nus,Nus		IT	19	AO	007045	2943	Europe/Rome
6543062	Ollomont	ollomont	Comune di Ollomont,Ollomont		IT	19	AO	007046	158	Europe/Rome
6543063	Perloz	perloz	Comune di Perloz,Perloz		IT	19	AO	007048	453	Europe/Rome
6543064	Pontboset	pontboset	Comune di Pontboset,Pontboset		IT	19	AO	007050	195	Europe/Rome
6543065	Valgrisenche	valgrisenche	Comune di Valgrisenche,Valgrisenche		IT	19	AO	007068	198	Europe/Rome
6543066	Villeneuve	villeneuve	Comune di Villeneuve,Villeneuve		IT	19	AO	007074	1236	Europe/Rome
6543067	Armo	armo	Armo,Comune di Armo		IT	08	IM	008004	124	Europe/Rome
6543068	Boissano	boissano	Boissano,Comune di Boissano		IT	08	SV	009011	2437	Europe/Rome
6543069	Calice Ligure	calice-ligure	Calice Ligure,Comune di Calice Ligure		IT	08	SV	009016	1683	Europe/Rome
6543070	Casanova Lerrone	casanova-lerrone	Casanova Lerrone,Comune di Casanova Lerrone		IT	08	SV	009019	744	Europe/Rome
6543071	Castelvecchio di Rocca Barbena	castelvecchio-di-rocca-barbena	Castelvecchio di Rocca Barbena,Comune di Castelvecchio di Rocca Barbena		IT	08	SV	009021	172	Europe/Rome
6543072	Massimino	massimino	Comune di Massimino,Massimino		IT	08	SV	009037	121	Europe/Rome
6543073	Tovo San Giacomo	tovo-san-giacomo	Comune di Tovo San Giacomo,Tovo San Giacomo		IT	08	SV	009062	2489	Europe/Rome
6543074	Mele	mele	Comune di Mele,Mele		IT	08	GE	010033	2687	Europe/Rome
6543075	Savignone	savignone	Comune di Savignone,Savignone		IT	08	GE	010057	3226	Europe/Rome
6543076	Bardello	bardello	Bardello,Comune di Bardello		IT	09	VA	012009	1550	Europe/Rome
6543077	Bisuschio	bisuschio	Bisuschio,Comune di Bisuschio		IT	09	VA	012015	4267	Europe/Rome
6543078	Bregano	bregano	Bregano,Comune di Bregano		IT	09	VA	012018	839	Europe/Rome
6543079	Brunello	brunello	Brunello,Comune di Brunello		IT	09	VA	012023	1030	Europe/Rome
6543080	Buguggiate	buguggiate	Buguggiate,Comune di Buguggiate		IT	09	VA	012025	3115	Europe/Rome
6543081	Cadrezzate	cadrezzate	Cadrezzate,Comune di Cadrezzate		IT	09	VA	012028	1818	Europe/Rome
6543082	Cantello	cantello	Cantello,Comune di Cantello		IT	09	VA	012030	4569	Europe/Rome
6543083	Casale Litta	casale-litta	Casale Litta,Comune di Casale Litta		IT	09	VA	012036	2652	Europe/Rome
6543084	Cazzago Brabbia	cazzago-brabbia	Cazzago Brabbia,Comune di Cazzago Brabbia		IT	09	VA	012049	828	Europe/Rome
6543085	Cremenaga	cremenaga	Comune di Cremenaga,Cremenaga		IT	09	VA	012056	768	Europe/Rome
6543086	Crosio della Valle	crosio-della-valle	Comune di Crosio della Valle,Crosio della Valle		IT	09	VA	012057	611	Europe/Rome
6543087	Cuveglio	cuveglio	Comune di Cuveglio,Cuveglio		IT	09	VA	012062	3397	Europe/Rome
6543088	Cuvio	cuvio	Comune di Cuvio,Cuvio		IT	09	VA	012063	1698	Europe/Rome
6543089	Ferrera di Varese	ferrera-di-varese	Comune di Ferrera di Varese,Ferrera di Varese		IT	09	VA	012069	693	Europe/Rome
6543090	Galliate Lombardo	galliate-lombardo	Comune di Galliate Lombardo,Galliate Lombardo		IT	09	VA	012071	982	Europe/Rome
6543091	Germignaga	germignaga	Comune di Germignaga,Germignaga		IT	09	VA	012076	3724	Europe/Rome
6543092	Grantola	grantola	Comune di Grantola,Grantola		IT	09	VA	012081	1271	Europe/Rome
6543093	Inarzo	inarzo	Comune di Inarzo,Inarzo		IT	09	VA	012082	1073	Europe/Rome
6543094	Luvinate	luvinate	Comune di Luvinate,Luvinate		IT	09	VA	012093	1309	Europe/Rome
6543095	Marchirolo	marchirolo	Comune di Marchirolo,Marchirolo		IT	09	VA	012097	3381	Europe/Rome
6543096	Monvalle	monvalle	Comune di Monvalle,Monvalle		IT	09	VA	012104	1944	Europe/Rome
6543097	Morazzone	morazzone	Comune di Morazzone,Morazzone		IT	09	VA	012105	4303	Europe/Rome
6543098	Sangiano	sangiano	Comune di Sangiano,Sangiano		IT	09	VA	012141	1536	Europe/Rome
6543099	Albiolo	albiolo	Albiolo,Comune di Albiolo		IT	09	CO	013005	2679	Europe/Rome
6543100	Alzate Brianza	alzate-brianza	Alzate Brianza,Comune di Alzate Brianza		IT	09	CO	013007	5019	Europe/Rome
6543101	Capiago Intimiano	capiago-intimiano	Capiago Intimiano,Comune di Capiago Intimiano		IT	09	CO	013043	5525	Europe/Rome
6543102	Carugo	carugo	Carugo,Comune di Carugo		IT	09	CO	013048	6243	Europe/Rome
6543103	Cassina Rizzardi	cassina-rizzardi	Cassina Rizzardi,Comune di Cassina Rizzardi		IT	09	CO	013055	3175	Europe/Rome
6543104	Castelmarte	castelmarte	Castelmarte,Comune di Castelmarte		IT	09	CO	013058	1286	Europe/Rome
6543105	Cerano d'Intelvi	cerano-d-intelvi	Cerano d'Intelvi,Comune di Cerano d'Intelvi		IT	09	CO	013063	536	Europe/Rome
6543106	Colonno	colonno	Colonno,Comune di Colonno		IT	09	CO	013074	529	Europe/Rome
6543107	Cucciago	cucciago	Comune di Cucciago,Cucciago		IT	09	CO	013084	3450	Europe/Rome
6543108	Cusino	cusino	Comune di Cusino,Cusino		IT	09	CO	013085	238	Europe/Rome
6543109	Dosso del Liro	dosso-del-liro	Comune di Dosso del Liro,Dosso del Liro		IT	09	CO	013092	275	Europe/Rome
6543110	Figino Serenza	figino-serenza	Comune di Figino Serenza,Figino Serenza		IT	09	CO	013101	5226	Europe/Rome
6543111	Guanzate	guanzate	Comune di Guanzate,Guanzate		IT	09	CO	013114	5705	Europe/Rome
6543112	Lambrugo	lambrugo	Comune di Lambrugo,Lambrugo		IT	09	CO	013121	2469	Europe/Rome
6543113	Limido Comasco	limido-comasco	Comune di Limido Comasco,Limido Comasco		IT	09	CO	013128	3793	Europe/Rome
6543114	Lipomo	lipomo	Comune di Lipomo,Lipomo		IT	09	CO	013129	5800	Europe/Rome
6543115	Longone al Segrino	longone-al-segrino	Comune di Longone al Segrino,Longone al Segrino		IT	09	CO	013134	1780	Europe/Rome
6543116	Luisago	luisago	Comune di Luisago,Luisago		IT	09	CO	013135	2686	Europe/Rome
6543117	Magreglio	magreglio	Comune di Magreglio,Magreglio		IT	09	CO	013139	645	Europe/Rome
6543118	Proserpio	proserpio	Comune di Proserpio,Proserpio		IT	09	CO	013192	892	Europe/Rome
6543119	Mantello	mantello	Comune di Mantello,Mantello		IT	09	SO	014039	732	Europe/Rome
6543120	Montagna in Valtellina	montagna-in-valtellina	Comune di Montagna in Valtellina,Montagna in Valtellina		IT	09	SO	014044	3031	Europe/Rome
6543121	Ponte in Valtellina	ponte-in-valtellina	Comune di Ponte in Valtellina,Ponte in Valtellina		IT	09	SO	014052	2304	Europe/Rome
6543122	San Giacomo Filippo	san-giacomo-filippo	Comune di San Giacomo Filippo,San Giacomo Filippo		IT	09	SO	014058	395	Europe/Rome
6543123	Spriana	spriana	Comune di Spriana,Spriana		IT	09	SO	014062	101	Europe/Rome
6543124	Talamona	talamona	Comune di Talamona,Talamona		IT	09	SO	014063	4768	Europe/Rome
6543125	Tartano	tartano	Comune di Tartano,Tartano		IT	09	SO	014064	190	Europe/Rome
6543126	Tovo di Sant'Agata	tovo-di-sant-agata	Comune di Tovo di Sant'Agata,Tovo di Sant'Agata		IT	09	SO	014068	624	Europe/Rome
6543127	Vervio	vervio	Comune di Vervio,Vervio		IT	09	SO	014076	209	Europe/Rome
6543128	Aicurzio	aicurzio	Aicurzio,Comune di Aicurzio		IT	09	MB	108002	2067	Europe/Rome
6543129	Albairate	albairate	Albairate,Comune di Albairate		IT	09	MI	015005	4621	Europe/Rome
6543130	Bellinzago Lombardo	bellinzago-lombardo	Bellinzago Lombardo,Comune di Bellinzago Lombardo		IT	09	MI	015016	3810	Europe/Rome
6543131	Bubbiano	bubbiano	Bubbiano,Comune di Bubbiano		IT	09	MI	015035	2215	Europe/Rome
6543132	Burago di Molgora	burago-di-molgora	Burago di Molgora,Comune di Burago di Molgora		IT	09	MB	108013	4240	Europe/Rome
6543133	Busnago	busnago	Busnago,Comune di Busnago		IT	09	MB	108051	6413	Europe/Rome
6543134	Grezzago	grezzago	Comune di Grezzago,Grezzago		IT	09	MI	015110	2842	Europe/Rome
6543135	Ronco Briantino	ronco-briantino	Comune di Ronco Briantino,Ronco Briantino		IT	09	MB	108038	3389	Europe/Rome
6543136	San Giorgio su Legnano	san-giorgio-su-legnano	Comune di San Giorgio su Legnano,San Giorgio su Legnano		IT	09	MI	015194	6730	Europe/Rome
6543137	Settala	settala	Comune di Settala,Settala		IT	09	MI	015210	7328	Europe/Rome
6543138	Vedano al Lambro	vedano-al-lambro	Comune di Vedano al Lambro,Vedano al Lambro		IT	09	MB	108046	7426	Europe/Rome
6543139	Zelo Surrigone	zelo-surrigone	Comune di Zelo Surrigone,Zelo Surrigone		IT	09	MI	015246	1477	Europe/Rome
6543140	Adrara San Martino	adrara-san-martino	Adrara San Martino,Comune di Adrara San Martino		IT	09	BG	016001	2161	Europe/Rome
6543141	Arzago d'Adda	arzago-d-adda	Arzago d'Adda,Comune di Arzago d'Adda		IT	09	BG	016013	2760	Europe/Rome
6543142	Azzano San Paolo	azzano-san-paolo	Azzano San Paolo,Comune di Azzano San Paolo		IT	09	BG	016016	7597	Europe/Rome
6543143	Bagnatica	bagnatica	Bagnatica,Comune di Bagnatica		IT	09	BG	016018	4154	Europe/Rome
6543144	Bariano	bariano	Bariano,Comune di Bariano		IT	09	BG	016020	4350	Europe/Rome
6543145	Berbenno	berbenno	Berbenno,Comune di Berbenno		IT	09	BG	016023	2442	Europe/Rome
6543146	Berzo San Fermo	berzo-san-fermo	Berzo San Fermo,Comune di Berzo San Fermo		IT	09	BG	016025	1298	Europe/Rome
6543147	Bolgare	bolgare	Bolgare,Comune di Bolgare		IT	09	BG	016028	5760	Europe/Rome
6543148	Cavernago	cavernago	Cavernago,Comune di Cavernago		IT	09	BG	016066	2508	Europe/Rome
6543149	Chiuduno	chiuduno	Chiuduno,Comune di Chiuduno		IT	09	BG	016073	5852	Europe/Rome
6543150	Cortenuova	cortenuova	Comune di Cortenuova,Cortenuova		IT	09	BG	016083	1942	Europe/Rome
6543151	Credaro	credaro	Comune di Credaro,Credaro		IT	09	BG	016088	3336	Europe/Rome
6543152	Dossena	dossena	Comune di Dossena,Dossena		IT	09	BG	016092	962	Europe/Rome
6543153	Fino del Monte	fino-del-monte	Comune di Fino del Monte,Fino del Monte		IT	09	BG	016099	1131	Europe/Rome
6543154	Gandosso	gandosso	Comune di Gandosso,Gandosso		IT	09	BG	016109	1502	Europe/Rome
6543155	Grassobbio	grassobbio	Comune di Grassobbio,Grassobbio		IT	09	BG	016117	6345	Europe/Rome
6543156	Grone	grone	Comune di Grone,Grone		IT	09	BG	016119	913	Europe/Rome
6543157	Isso	isso	Comune di Isso,Isso		IT	09	BG	016122	660	Europe/Rome
6543158	Levate	levate	Comune di Levate,Levate		IT	09	BG	016126	3802	Europe/Rome
6543159	Lurano	lurano	Comune di Lurano,Lurano		IT	09	BG	016129	2580	Europe/Rome
6543160	Montello	montello	Comune di Montello,Montello		IT	09	BG	016139	3173	Europe/Rome
6543161	Morengo	morengo	Comune di Morengo,Morengo		IT	09	BG	016140	2581	Europe/Rome
6543162	Mornico al Serio	mornico-al-serio	Comune di Mornico al Serio,Mornico al Serio		IT	09	BG	016141	2890	Europe/Rome
6543163	Ranzanico	ranzanico	Comune di Ranzanico,Ranzanico		IT	09	BG	016179	1261	Europe/Rome
6543164	Rogno	rogno	Comune di Rogno,Rogno		IT	09	BG	016182	3888	Europe/Rome
6543165	Roncobello	roncobello	Comune di Roncobello,Roncobello		IT	09	BG	016184	429	Europe/Rome
6543166	Roncola	roncola	Comune di Roncola,Roncola		IT	09	BG	016185	739	Europe/Rome
6543167	Songavazzo	songavazzo	Comune di Songavazzo,Songavazzo		IT	09	BG	016201	702	Europe/Rome
6543168	Suisio	suisio	Comune di Suisio,Suisio		IT	09	BG	016209	3873	Europe/Rome
6543169	Terno d'Isola	terno-d-isola	Comune di Terno d'Isola,Terno d'Isola		IT	09	BG	016213	7665	Europe/Rome
6543170	Villa d'Adda	villa-d-adda	Comune di Villa d'Adda,Villa d'Adda		IT	09	BG	016238	4735	Europe/Rome
6543171	Villa d'Ogna	villa-d-ogna	Comune di Villa d'Ogna,Villa d'Ogna		IT	09	BG	016241	1971	Europe/Rome
6543172	Barbariga	barbariga	Barbariga,Comune di Barbariga		IT	09	BS	017011	2388	Europe/Rome
6543173	Brandico	brandico	Brandico,Comune di Brandico		IT	09	BS	017026	1611	Europe/Rome
6543174	Caino	caino	Caino,Comune di Caino		IT	09	BS	017031	2079	Europe/Rome
6543175	Calvagese della Riviera	calvagese-della-riviera	Calvagese della Riviera,Comune di Calvagese della Riviera		IT	09	BS	017033	3461	Europe/Rome
6543176	Capovalle	capovalle	Capovalle,Comune di Capovalle		IT	09	BS	017036	388	Europe/Rome
6543177	Capriano del Colle	capriano-del-colle	Capriano del Colle,Comune di Capriano del Colle		IT	09	BS	017037	4553	Europe/Rome
6543178	Castrezzato	castrezzato	Castrezzato,Comune di Castrezzato		IT	09	BS	017045	7083	Europe/Rome
6543179	Cellatica	cellatica	Cellatica,Comune di Cellatica		IT	09	BS	017048	4945	Europe/Rome
6543180	Corzano	corzano	Comune di Corzano,Corzano		IT	09	BS	017064	1397	Europe/Rome
6543181	Gianico	gianico	Comune di Gianico,Gianico		IT	09	BS	017079	2196	Europe/Rome
6543182	Maclodio	maclodio	Comune di Maclodio,Maclodio		IT	09	BS	017097	1501	Europe/Rome
6543183	Montirone	montirone	Comune di Montirone,Montirone		IT	09	BS	017114	5044	Europe/Rome
6543184	Niardo	niardo	Comune di Niardo,Niardo		IT	09	BS	017118	1950	Europe/Rome
6543185	Nuvolera	nuvolera	Comune di Nuvolera,Nuvolera		IT	09	BS	017120	4535	Europe/Rome
6543186	Polaveno	polaveno	Comune di Polaveno,Polaveno		IT	09	BS	017144	2661	Europe/Rome
6543187	Pontoglio	pontoglio	Comune di Pontoglio,Pontoglio		IT	09	BS	017150	6894	Europe/Rome
6543188	Roncadelle	roncadelle	Comune di Roncadelle,Roncadelle		IT	09	BS	017165	9265	Europe/Rome
6543189	San Zeno Naviglio	san-zeno-naviglio	Comune di San Zeno Naviglio,San Zeno Naviglio		IT	09	BS	017173	4601	Europe/Rome
6543190	Trenzano	trenzano	Comune di Trenzano,Trenzano		IT	09	BS	017190	5480	Europe/Rome
6543191	Zone	zone	Comune di Zone,Zone		IT	09	BS	017205	1091	Europe/Rome
6543192	Battuda	battuda	Battuda,Comune di Battuda		IT	09	PV	018012	582	Europe/Rome
6543193	Borgarello	borgarello	Borgarello,Comune di Borgarello		IT	09	PV	018015	2659	Europe/Rome
6543194	Bosnasco	bosnasco	Bosnasco,Comune di Bosnasco		IT	09	PV	018020	633	Europe/Rome
6543195	Casanova Lonati	casanova-lonati	Casanova Lonati,Comune di Casanova Lonati		IT	09	PV	018031	483	Europe/Rome
6543196	Castello d'Agogna	castello-d-agogna	Castello d'Agogna,Comune di Castello d'Agogna		IT	09	PV	018039	1091	Europe/Rome
6543197	Linarolo	linarolo	Comune di Linarolo,Linarolo		IT	09	PV	018081	2754	Europe/Rome
6543198	Lirio	lirio	Comune di Lirio,Lirio		IT	09	PV	018082	136	Europe/Rome
6543199	Monticelli Pavese	monticelli-pavese	Comune di Monticelli Pavese,Monticelli Pavese		IT	09	PV	018099	711	Europe/Rome
6543200	Nicorvo	nicorvo	Comune di Nicorvo,Nicorvo		IT	09	PV	018103	364	Europe/Rome
6543201	Oliva Gessi	oliva-gessi	Comune di Oliva Gessi,Oliva Gessi		IT	09	PV	018105	173	Europe/Rome
6543202	Pinarolo Po	pinarolo-po	Comune di Pinarolo Po,Pinarolo Po		IT	09	PV	018115	1702	Europe/Rome
6543203	Sommo	sommo	Comune di Sommo,Sommo		IT	09	PV	018151	1146	Europe/Rome
6543204	Spessa	spessa	Comune di Spessa,Spessa		IT	09	PV	018152	602	Europe/Rome
6543205	Torre d'Arese	torre-d-arese	Comune di Torre d'Arese,Torre d'Arese		IT	09	PV	018157	977	Europe/Rome
6543206	Torrevecchia Pia	torrevecchia-pia	Comune di Torrevecchia Pia,Torrevecchia Pia		IT	09	PV	018160	3427	Europe/Rome
6543207	Trivolzio	trivolzio	Comune di Trivolzio,Trivolzio		IT	09	PV	018163	2036	Europe/Rome
6543208	Valle Salimbene	valle-salimbene	Comune di Valle Salimbene,Valle Salimbene		IT	09	PV	018169	1537	Europe/Rome
6543209	Villa Biscossi	villa-biscossi	Comune di Villa Biscossi,Villa Biscossi		IT	09	PV	018178	75	Europe/Rome
6543210	Vistarino	vistarino	Comune di Vistarino,Vistarino		IT	09	PV	018181	1546	Europe/Rome
6543211	Bonemerse	bonemerse	Bonemerse,Comune di Bonemerse		IT	09	CR	019006	1485	Europe/Rome
6543212	Ca' d'Andrea	ca-d-andrea	Ca' d'Andrea,Comune di Ca' d'Andrea		IT	09	CR	019008	480	Europe/Rome
6543213	Casaletto di Sopra	casaletto-di-sopra	Casaletto di Sopra,Comune di Casaletto di Sopra		IT	09	CR	019019	548	Europe/Rome
6543214	Castelvisconti	castelvisconti	Castelvisconti,Comune di Castelvisconti		IT	09	CR	019027	330	Europe/Rome
6543215	Chieve	chieve	Chieve,Comune di Chieve		IT	09	CR	019029	2240	Europe/Rome
6543216	Corte de' Frati	corte-de-frati	Comune di Corte de' Frati,Corte de' Frati		IT	09	CR	019033	1423	Europe/Rome
6543217	Cremosano	cremosano	Comune di Cremosano,Cremosano		IT	09	CR	019037	1580	Europe/Rome
6543218	Fiesco	fiesco	Comune di Fiesco,Fiesco		IT	09	CR	019043	1200	Europe/Rome
6543219	Gombito	gombito	Comune di Gombito,Gombito		IT	09	CR	019049	636	Europe/Rome
6543220	Martignana di Po	martignana-di-po	Comune di Martignana di Po,Martignana di Po		IT	09	CR	019057	1893	Europe/Rome
6543221	Monte Cremasco	monte-cremasco	Comune di Monte Cremasco,Monte Cremasco		IT	09	CR	019058	2356	Europe/Rome
6543222	Pianengo	pianengo	Comune di Pianengo,Pianengo		IT	09	CR	019072	2561	Europe/Rome
6543223	Pieranica	pieranica	Comune di Pieranica,Pieranica		IT	09	CR	019073	1152	Europe/Rome
6543224	Quintano	quintano	Comune di Quintano,Quintano		IT	09	CR	019078	910	Europe/Rome
6543225	Ricengo	ricengo	Comune di Ricengo,Ricengo		IT	09	CR	019079	1770	Europe/Rome
6543226	Borgofranco sul Po	borgofranco-sul-po	Borgofranco sul Po,Comune di Borgofranco sul Po		IT	09	MN	020006	790	Europe/Rome
6543227	Felonica	felonica	Comune di Felonica,Felonica		IT	09	MN	020023	1464	Europe/Rome
6543228	Mariana Mantovana	mariana-mantovana	Comune di Mariana Mantovana,Mariana Mantovana		IT	09	MN	020032	729	Europe/Rome
6543229	Sabbioneta	sabbioneta	Comune di Sabbioneta,Sabbioneta		IT	09	MN	020054	4313	Europe/Rome
6543230	Schivenoglia	schivenoglia	Comune di Schivenoglia,Schivenoglia		IT	09	MN	020060	1240	Europe/Rome
6543231	Villa Poma	villa-poma	Comune di Villa Poma,Villa Poma		IT	09	MN	020067	2033	Europe/Rome
6543232	Amblar	amblar	Amblar,Comune di Amblar		IT	17	TN	022004	229	Europe/Rome
6543234	Bieno	bieno	Bieno,Comune di Bieno		IT	17	TN	022015	430	Europe/Rome
6543235	Bondo	bondo	Bondo,Comune di Bondo		IT	17	TN	022020	698	Europe/Rome
6543236	Bondone	bondone	Bondone,Comune di Bondone		IT	17	TN	022021	668	Europe/Rome
6543237	Calceranica al Lago	calceranica-al-lago	Calceranica al Lago,Comune di Calceranica al Lago		IT	17	TN	022032	1305	Europe/Rome
6543238	Carano	carano	Carano,Comune di Carano		IT	17	TN	022041	1073	Europe/Rome
6543239	Carzano	carzano	Carzano,Comune di Carzano		IT	17	TN	022043	505	Europe/Rome
6543240	Cavedine	cavedine	Cavedine,Comune di Cavedine		IT	17	TN	022053	2916	Europe/Rome
6543241	Cavizzana	cavizzana	Cavizzana,Comune di Cavizzana		IT	17	TN	022054	259	Europe/Rome
6543242	Cis	cis	Cis,Comune di Cis		IT	17	TN	022060	309	Europe/Rome
6543243	Darè	dare	Comune di Dare,Comune di Darè,Dare,Darè		IT	17	TN	022073	254	Europe/Rome
6543244	Don	don	Comune di Don,Don		IT	17	TN	022076	249	Europe/Rome
6543245	Faedo	faedo	Comune di Faedo,Faedo		IT	17	TN	022080	610	Europe/Rome
6543246	Faver	faver	Comune di Faver,Faver		IT	17	TN	022082	833	Europe/Rome
6543247	Fornace	fornace	Comune di Fornace,Fornace		IT	17	TN	022089	1321	Europe/Rome
6543248	Frassilongo	frassilongo	Comune di Frassilongo,Frassilongo		IT	17	TN	022090	321	Europe/Rome
6543249	Giustino	giustino	Comune di Giustino,Giustino		IT	17	TN	022093	743	Europe/Rome
6543250	Cantalupa	cantalupa	Cantalupa,Comune di Cantalupa		IT	12	TO	001053	2527	Europe/Rome
6543251	Cercenasco	cercenasco	Cercenasco,Comune di Cercenasco		IT	12	TO	001071	1857	Europe/Rome
6543252	Chiesanuova	chiesanuova	Chiesanuova,Comune di Chiesanuova		IT	12	TO	001079	203	Europe/Rome
6543253	Chiusa di San Michele	chiusa-di-san-michele	Chiusa di San Michele,Comune di Chiusa di San Michele		IT	12	TO	001081	1691	Europe/Rome
6543254	Ciconio	ciconio	Ciconio,Comune di Ciconio		IT	12	TO	001083	371	Europe/Rome
6543255	Colleretto Castelnuovo	colleretto-castelnuovo	Colleretto Castelnuovo,Comune di Colleretto Castelnuovo		IT	12	TO	001091	347	Europe/Rome
6543256	Colleretto Giacosa	colleretto-giacosa	Colleretto Giacosa,Comune di Colleretto Giacosa		IT	12	TO	001092	603	Europe/Rome
6543257	Cossano Canavese	cossano-canavese	Comune di Cossano Canavese,Cossano Canavese		IT	12	TO	001095	522	Europe/Rome
6543258	Fiorano Canavese	fiorano-canavese	Comune di Fiorano Canavese,Fiorano Canavese		IT	12	TO	001105	837	Europe/Rome
6543259	Givoletto	givoletto	Comune di Givoletto,Givoletto		IT	12	TO	001116	3640	Europe/Rome
6543260	Grosso	grosso	Comune di Grosso,Grosso		IT	12	TO	001119	1040	Europe/Rome
6543261	Pratiglione	pratiglione	Comune di Pratiglione,Pratiglione		IT	12	TO	001207	548	Europe/Rome
6543262	Ribordone	ribordone	Comune di Ribordone,Ribordone		IT	12	TO	001212	67	Europe/Rome
6543263	Salerano Canavese	salerano-canavese	Comune di Salerano Canavese,Salerano Canavese		IT	12	TO	001233	522	Europe/Rome
6543264	San Didero	san-didero	Comune di San Didero,San Didero		IT	12	TO	001239	566	Europe/Rome
6543265	San Germano Chisone	san-germano-chisone	Comune di San Germano Chisone,San Germano Chisone		IT	12	TO	001242	1874	Europe/Rome
6543266	Pila	pila	Comune di Pila,Pila		IT	12	VC	002096	137	Europe/Rome
6543267	Rossa	rossa	Comune di Rossa,Rossa		IT	12	VC	002121	194	Europe/Rome
6543268	Salasco	salasco	Comune di Salasco,Salasco		IT	12	VC	002126	237	Europe/Rome
6543269	Bogogno	bogogno	Bogogno,Comune di Bogogno		IT	12	NO	003021	1325	Europe/Rome
6543270	Briona	briona	Briona,Comune di Briona		IT	12	NO	003027	1234	Europe/Rome
6543271	Colazza	colazza	Colazza,Comune di Colazza		IT	12	NO	003051	463	Europe/Rome
6543272	Comignago	comignago	Comignago,Comune di Comignago		IT	12	NO	003052	1223	Europe/Rome
6543273	Soriso	soriso	Comune di Soriso,Soriso		IT	12	NO	003140	781	Europe/Rome
6543274	Veruno	veruno	Comune di Veruno,Veruno		IT	12	NO	003157	1844	Europe/Rome
6543275	Aisone	aisone	Aisone,Comune di Aisone		IT	12	CN	004002	254	Europe/Rome
6543276	Albaretto della Torre	albaretto-della-torre	Albaretto della Torre,Comune di Albaretto della Torre		IT	12	CN	004004	259	Europe/Rome
6543277	Succivo	succivo	Comune di Succivo,Succivo		IT	04	CE	061090	8148	Europe/Rome
6543278	Pietraroja	pietraroja	Comune di Pietraroja,Pietraroja		IT	04	BN	062051	587	Europe/Rome
6543279	Sant'Angelo a Cupolo	sant-angelo-a-cupolo	Comune di Sant'Angelo a Cupolo,Sant'Angelo a Cupolo		IT	04	BN	062071	4264	Europe/Rome
6543280	Castello di Cisterna	castello-di-cisterna	Castello di Cisterna,Comune di Castello di Cisterna		IT	04	NA	063025	7452	Europe/Rome
6543281	San Vitaliano	san-vitaliano	Comune di San Vitaliano,San Vitaliano		IT	04	NA	063075	6220	Europe/Rome
6543282	Scisciano	scisciano	Comune di Scisciano,Scisciano		IT	04	NA	063077	5775	Europe/Rome
6543283	Cassano Irpino	cassano-irpino	Cassano Irpino,Comune di Cassano Irpino		IT	04	AV	064021	967	Europe/Rome
6543284	Cesinali	cesinali	Cesinali,Comune di Cesinali		IT	04	AV	064026	2472	Europe/Rome
6543285	Moschiano	moschiano	Comune di Moschiano,Moschiano		IT	04	AV	064064	1667	Europe/Rome
6543286	Sant'Angelo all'Esca	sant-angelo-all-esca	Comune di Sant'Angelo all'Esca,Sant'Angelo all'Esca		IT	04	AV	064090	836	Europe/Rome
6543287	Sperone	sperone	Comune di Sperone,Sperone		IT	04	AV	064103	3655	Europe/Rome
6543288	Cagnano Amiterno	cagnano-amiterno	Cagnano Amiterno,Comune di Cagnano Amiterno		IT	01	AQ	066013	1383	Europe/Rome
6543289	Villa Sant'Angelo	villa-sant-angelo	Comune di Villa Sant'Angelo,Villa Sant'Angelo		IT	01	AQ	066105	425	Europe/Rome
6543290	Liscia	liscia	Comune di Liscia,Liscia		IT	01	CH	069049	712	Europe/Rome
6543291	Tufara	tufara	Comune di Tufara,Tufara		IT	11	CB	070082	978	Europe/Rome
6543292	Castelluccio dei Sauri	castelluccio-dei-sauri	Castelluccio dei Sauri,Comune di Castelluccio dei Sauri		IT	13	FG	071015	2119	Europe/Rome
6543293	Binetto	binetto	Binetto,Comune di Binetto		IT	13	BA	072008	2162	Europe/Rome
6543294	Poggiorsini	poggiorsini	Comune di Poggiorsini,Poggiorsini		IT	13	BA	072034	1418	Europe/Rome
6543295	Brienza	brienza	Brienza,Comune di Brienza		IT	02	PZ	076013	4082	Europe/Rome
6543296	Figline Vegliaturo	figline-vegliaturo	Comune di Figline Vegliaturo,Figline Vegliaturo		IT	03	CS	078053	1097	Europe/Rome
6543297	Santa Maria del Cedro	santa-maria-del-cedro	Comune di Santa Maria del Cedro,Santa Maria del Cedro		IT	03	CS	078132	4897	Europe/Rome
6543298	Amato	amato	Amato,Comune di Amato		IT	03	CZ	079004	837	Europe/Rome
6543299	Belcastro	belcastro	Belcastro,Comune di Belcastro		IT	03	CZ	079009	1400	Europe/Rome
6543300	Feroleto Antico	feroleto-antico	Comune di Feroleto Antico,Feroleto Antico		IT	03	CZ	079048	2087	Europe/Rome
6543301	Jacurso	jacurso	Comune di Jacurso,Jacurso		IT	03	CZ	079065	623	Europe/Rome
6543302	Magisano	magisano	Comune di Magisano,Madzhizano,Madzhyzana,Magisano,Magisanu,ma ji sa nuo,majizano,Маджизано,Маджызана,マジザーノ,马吉萨诺		IT	03	CZ	079068	1272	Europe/Rome
6543303	Sellia Marina	sellia-marina	Comune di Sellia Marina,Sellia Marina		IT	03	CZ	079127	6987	Europe/Rome
6543304	Bova	bova	Bova,Comune di Bova		IT	03	RC	080011	461	Europe/Rome
6543305	Furnari	furnari	Comune di Furnari,Furnari		IT	15	ME	083028	3665	Europe/Rome
6543306	Gualtieri Sicaminò	gualtieri-sicamino	Comune di Gualtieri Sicamino,Comune di Gualtieri Sicaminò,Gualtieri Sicamino,Gualtieri Sicaminò		IT	15	ME	083035	1834	Europe/Rome
6543307	Motta d'Affermo	motta-d-affermo	Comune di Motta d'Affermo,Motta d'Affermo		IT	15	ME	083059	828	Europe/Rome
6543308	Roccafiorita	roccafiorita	Comune di Roccafiorita,Roccafiorita		IT	15	ME	083071	228	Europe/Rome
6543309	Savoca	savoca	Comune di Savoca,Savoca		IT	15	ME	083093	1766	Europe/Rome
6543310	Camporotondo Etneo	camporotondo-etneo	Camporotondo Etneo,Comune di Camporotondo Etneo		IT	15	CT	087012	4476	Europe/Rome
6543311	San Pietro Clarenza	san-pietro-clarenza	Comune di San Pietro Clarenza,San Pietro Clarenza		IT	15	CT	087044	7102	Europe/Rome
6543312	Valverde	valverde	Comune di Valverde,Valverde		IT	15	CT	087052	7714	Europe/Rome
6543313	Mazzarrone	mazzarrone	Comune di Mazzarrone,Mazzarrone		IT	15	CT	087056	3989	Europe/Rome
6543314	Ragalna	ragalna	Comune di Ragalna,Ragalna		IT	15	CT	087058	3676	Europe/Rome
6543315	Villaperuccio	villaperuccio	Comune di Villaperuccio,Villaperuccio		IT	14	CI	107023	1097	Europe/Rome
6543316	Villa Sant'Antonio	villa-sant-antonio	Comune di Villa Sant'Antonio,Villa Sant'Antonio		IT	14	OR	095048	382	Europe/Rome
6543317	Donato	donato	Comune di Donato,Donato		IT	12	BI	096024	719	Europe/Rome
6543318	Magnano	magnano	Comune di Magnano,Magnano		IT	12	BI	096030	378	Europe/Rome
6543319	Piatto	piatto	Comune di Piatto,Piatto		IT	12	BI	096043	547	Europe/Rome
6543320	Ronco Biellese	ronco-biellese	Comune di Ronco Biellese,Ronco Biellese		IT	12	BI	096053	1514	Europe/Rome
6543321	Sagliano Micca	sagliano-micca	Comune di Sagliano Micca,Sagliano Micca		IT	12	BI	096056	1654	Europe/Rome
6543322	San Paolo Cervo	san-paolo-cervo	Comune di San Paolo Cervo,San Paolo Cervo		IT	12	BI	096060	142	Europe/Rome
6543323	Sostegno	sostegno	Comune di Sostegno,Sostegno		IT	12	BI	096064	751	Europe/Rome
6543324	Tavigliano	tavigliano	Comune di Tavigliano,Tavigliano		IT	12	BI	096066	960	Europe/Rome
6543325	Valdengo	valdengo	Comune di Valdengo,Valdengo		IT	12	BI	096071	2532	Europe/Rome
6543326	Villanova Biellese	villanova-biellese	Comune di Villanova Biellese,Villanova Biellese		IT	12	BI	096079	190	Europe/Rome
6543327	Bulciago	bulciago	Bulciago,Comune di Bulciago		IT	09	LC	097011	2948	Europe/Rome
6543328	Calco	calco	Calco,Comune di Calco		IT	09	LC	097012	5113	Europe/Rome
6543329	Cassago Brianza	cassago-brianza	Cassago Brianza,Comune di Cassago Brianza		IT	09	LC	097017	4406	Europe/Rome
6543330	Civate	civate	Civate,Comune di Civate		IT	09	LC	097022	4019	Europe/Rome
6543331	Cortenova	cortenova	Comune di Cortenova,Cortenova		IT	09	LC	097025	1265	Europe/Rome
6543332	Costa Masnaga	costa-masnaga	Comune di Costa Masnaga,Costa Masnaga		IT	09	LC	097026	4751	Europe/Rome
6543333	Erve	erve	Comune di Erve,Erve		IT	09	LC	097034	764	Europe/Rome
6543334	Garlate	garlate	Comune di Garlate,Garlate		IT	09	LC	097038	2617	Europe/Rome
6543335	Imbersago	imbersago	Comune di Imbersago,Imbersago		IT	09	LC	097039	2408	Europe/Rome
6543336	Parlasco	parlasco	Comune di Parlasco,Parlasco		IT	09	LC	097064	141	Europe/Rome
6543337	Pasturo	pasturo	Comune di Pasturo,Pasturo		IT	09	LC	097065	1961	Europe/Rome
6543338	Perego	perego	Comune di Perego,Perego		IT	09	LC	097066	1765	Europe/Rome
6543339	Perledo	perledo	Comune di Perledo,Perledo		IT	09	LC	097067	1025	Europe/Rome
6543340	Pescate	pescate	Comune di Pescate,Pescate		IT	09	LC	097068	2188	Europe/Rome
6543341	Rogeno	rogeno	Comune di Rogeno,Rogeno		IT	09	LC	097072	3197	Europe/Rome
6543342	Santa Maria Hoè	santa-maria-hoe	Comune di Santa Maria Hoe,Comune di Santa Maria Hoè,Santa Maria Hoe,Santa Maria Hoè		IT	09	LC	097074	2207	Europe/Rome
6543343	Sirtori	sirtori	Comune di Sirtori,Sirtori		IT	09	LC	097076	2920	Europe/Rome
6543344	Suello	suello	Comune di Suello,Suello		IT	09	LC	097078	1686	Europe/Rome
6543345	Valgreghentino	valgreghentino	Comune di Valgreghentino,Valgreghentino		IT	09	LC	097082	3410	Europe/Rome
6543346	Verderio Inferiore	verderio-inferiore	Comune di Verderio Inferiore,Verderio Inferiore		IT	09	LC	097087	2952	Europe/Rome
6543347	Verderio Superiore	verderio-superiore	Comune di Verderio Superiore,Verderio Superiore		IT	09	LC	097088	2707	Europe/Rome
6543348	Casaletto Lodigiano	casaletto-lodigiano	Casaletto Lodigiano,Comune di Casaletto Lodigiano		IT	09	LO	098008	2779	Europe/Rome
6543349	Cervignano d'Adda	cervignano-d-adda	Cervignano d'Adda,Comune di Cervignano d'Adda		IT	09	LO	098018	2119	Europe/Rome
6543350	Graffignana	graffignana	Comune di Graffignana,Graffignana		IT	09	LO	098028	2604	Europe/Rome
6543351	Mairago	mairago	Comune di Mairago,Mairago		IT	09	LO	098034	1397	Europe/Rome
6543352	Ospedaletto Lodigiano	ospedaletto-lodigiano	Comune di Ospedaletto Lodigiano,Ospedaletto Lodigiano		IT	09	LO	098043	1853	Europe/Rome
6543353	Pieve Fissiraga	pieve-fissiraga	Comune di Pieve Fissiraga,Pieve Fissiraga		IT	09	LO	098045	1604	Europe/Rome
6543354	San Martino in Strada	san-martino-in-strada	Comune di San Martino in Strada,San Martino in Strada		IT	09	LO	098048	3624	Europe/Rome
6543355	Sordio	sordio	Comune di Sordio,Sordio		IT	09	LO	098055	3149	Europe/Rome
6543356	Valera Fratta	valera-fratta	Comune di Valera Fratta,Valera Fratta		IT	09	LO	098059	1669	Europe/Rome
6543357	Villanova del Sillaro	villanova-del-sillaro	Comune di Villanova del Sillaro,Villanova del Sillaro		IT	09	LO	098060	1732	Europe/Rome
6543358	Montegridolfo	montegridolfo	Comune di Montegridolfo,Montegridolfo		IT	05	RN	099009	1029	Europe/Rome
6543359	Castelsilano	castelsilano	Castelsilano,Comune di Castelsilano		IT	03	KR	101005	1034	Europe/Rome
6543360	Filandari	filandari	Comune di Filandari,Filandari		IT	03	VV	102012	1844	Europe/Rome
6543361	Stefanaconi	stefanaconi	Comune di Stefanaconi,Stefanaconi		IT	03	VV	102043	2526	Europe/Rome
6543362	Arizzano	arizzano	Arizzano,Comune di Arizzano		IT	12	VB	103003	2040	Europe/Rome
6543363	Aurano	aurano	Aurano,Comune di Aurano		IT	12	VB	103005	103	Europe/Rome
6543364	Cambiasca	cambiasca	Cambiasca,Comune di Cambiasca		IT	12	VB	103015	1646	Europe/Rome
6543365	Quarna Sotto	quarna-sotto	Comune di Quarna Sotto,Quarna Sotto		IT	12	VB	103059	420	Europe/Rome
6543366	Seppiana	seppiana	Comune di Seppiana,Seppiana		IT	12	VB	103063	161	Europe/Rome
6543367	Vignone	vignone	Comune di Vignone,Vignone		IT	12	VB	103074	1220	Europe/Rome
6543368	Villette	villette	Comune di Villette,Villette		IT	12	VB	103076	264	Europe/Rome
6543369	Bibiana	bibiana	Bibiana,Comune di Bibiana		IT	12	TO	001025	3376	Europe/Rome
6543370	Bruzolo	bruzolo	Bruzolo,Comune di Bruzolo		IT	12	TO	001040	1545	Europe/Rome
6543371	Castagnole Piemonte	castagnole-piemonte	Castagnole Piemonte,Comune di Castagnole Piemonte		IT	12	TO	001065	2193	Europe/Rome
6543372	Castiglione Torinese	castiglione-torinese	Castiglione Torinese,Comune di Castiglione Torinese		IT	12	TO	001068	6363	Europe/Rome
6543373	Chianocco	chianocco	Chianocco,Comune di Chianocco		IT	12	TO	001076	1700	Europe/Rome
6543374	Chiaverano	chiaverano	Chiaverano,Comune di Chiaverano		IT	12	TO	001077	2106	Europe/Rome
6543375	Frossasco	frossasco	Comune di Frossasco,Frossasco		IT	12	TO	001110	2840	Europe/Rome
6543376	Garzigliana	garzigliana	Comune di Garzigliana,Garzigliana		IT	12	TO	001111	557	Europe/Rome
6543377	Giaglione	giaglione	Comune di Giaglione,Giaglione		IT	12	TO	001114	653	Europe/Rome
6543378	Gravere	gravere	Comune di Gravere,Gravere		IT	12	TO	001117	715	Europe/Rome
6543379	Isolabella	isolabella	Comune di Isolabella,Isolabella		IT	12	TO	001123	393	Europe/Rome
6543380	Issiglio	issiglio	Comune di Issiglio,Issiglio		IT	12	TO	001124	425	Europe/Rome
6543381	La Cassa	la-cassa	Comune di La Cassa,La Cassa		IT	12	TO	001126	1781	Europe/Rome
6543382	Levone	levone	Comune di Levone,Levone		IT	12	TO	001133	439	Europe/Rome
6543383	Lugnacco	lugnacco	Comune di Lugnacco,Lugnacco		IT	12	TO	001138	379	Europe/Rome
6543384	Lusigliè	lusiglie	Comune di Lusiglie,Comune di Lusigliè,Lusiglie,Lusigliè		IT	12	TO	001141	556	Europe/Rome
6543385	Macello	macello	Comune di Macello,Macello		IT	12	TO	001142	1238	Europe/Rome
6543386	Mattie	mattie	Comune di Mattie,Mattie		IT	12	TO	001147	707	Europe/Rome
6543387	Meugliano	meugliano	Comune di Meugliano,Meugliano		IT	12	TO	001151	93	Europe/Rome
6543388	Mombello di Torino	mombello-di-torino	Comune di Mombello di Torino,Mombello di Torino		IT	12	TO	001153	411	Europe/Rome
6543389	Monastero di Lanzo	monastero-di-lanzo	Comune di Monastero di Lanzo,Monastero di Lanzo		IT	12	TO	001155	381	Europe/Rome
6543390	Moncenisio	moncenisio	Comune di Moncenisio,Moncenisio		IT	12	TO	001157	42	Europe/Rome
6543391	Montaldo Torinese	montaldo-torinese	Comune di Montaldo Torinese,Montaldo Torinese		IT	12	TO	001158	749	Europe/Rome
6543392	Pecco	pecco	Comune di Pecco,Pecco		IT	12	TO	001182	209	Europe/Rome
6543393	Perosa Canavese	perosa-canavese	Comune di Perosa Canavese,Perosa Canavese		IT	12	TO	001185	556	Europe/Rome
6543394	Pertusio	pertusio	Comune di Pertusio,Pertusio		IT	12	TO	001187	773	Europe/Rome
6543395	Piobesi Torinese	piobesi-torinese	Comune di Piobesi Torinese,Piobesi Torinese		IT	12	TO	001193	3713	Europe/Rome
6543396	Piscina	piscina	Comune di Piscina,Piscina		IT	12	TO	001195	3450	Europe/Rome
6543397	Piverone	piverone	Comune di Piverone,Piverone		IT	12	TO	001196	1378	Europe/Rome
6543398	Porte	porte	Comune di Porte,Porte		IT	12	TO	001200	1113	Europe/Rome
6543399	Rivarossa	rivarossa	Comune di Rivarossa,Rivarossa		IT	12	TO	001218	1626	Europe/Rome
6543400	Roletto	roletto	Comune di Roletto,Roletto		IT	12	TO	001222	1989	Europe/Rome
6543401	Rorà	rora	Comune di Rora,Comune di Rorà,Rora,Rorà		IT	12	TO	001226	255	Europe/Rome
6543402	Rosta	rosta	Comune di Rosta,Rosta		IT	12	TO	001228	4621	Europe/Rome
6543403	Rueglio	rueglio	Comune di Rueglio,Rueglio		IT	12	TO	001230	773	Europe/Rome
6543404	San Carlo Canavese	san-carlo-canavese	Comune di San Carlo Canavese,San Carlo Canavese		IT	12	TO	001237	3874	Europe/Rome
6543405	San Colombano Belmonte	san-colombano-belmonte	Comune di San Colombano Belmonte,San Colombano Belmonte		IT	12	TO	001238	376	Europe/Rome
6543406	Strambinello	strambinello	Comune di Strambinello,Strambinello		IT	12	TO	001268	264	Europe/Rome
6543407	Usseaux	usseaux	Comune di Usseaux,Usseaux		IT	12	TO	001281	185	Europe/Rome
6543408	Vallo Torinese	vallo-torinese	Comune di Vallo Torinese,Vallo Torinese		IT	12	TO	001286	785	Europe/Rome
6543409	Villanova Canavese	villanova-canavese	Comune di Villanova Canavese,Villanova Canavese		IT	12	TO	001301	1135	Europe/Rome
6543410	Asigliano Vercellese	asigliano-vercellese	Asigliano Vercellese,Comune di Asigliano Vercellese		IT	12	VC	002007	1401	Europe/Rome
6543411	Caresanablot	caresanablot	Caresanablot,Comune di Caresanablot		IT	12	VC	002031	1137	Europe/Rome
6543412	San Giacomo Vercellese	san-giacomo-vercellese	Comune di San Giacomo Vercellese,San Giacomo Vercellese		IT	12	VC	002035	329	Europe/Rome
6543413	Cervatto	cervatto	Cervatto,Comune di Cervatto		IT	12	VC	002041	48	Europe/Rome
6543414	Rassa	rassa	Comune di Rassa,Rassa		IT	12	VC	002110	66	Europe/Rome
6543415	Riva Valdobbia	riva-valdobbia	Comune di Riva Valdobbia,Riva Valdobbia		IT	12	VC	002114	251	Europe/Rome
6543416	Scopa	scopa	Comune di Scopa,Scopa		IT	12	VC	002134	391	Europe/Rome
6543417	Vocca	vocca	Comune di Vocca,Vocca		IT	12	VC	002166	162	Europe/Rome
6543418	Barengo	barengo	Barengo,Comune di Barengo		IT	12	NO	003012	852	Europe/Rome
6543419	Boca	boca	Boca,Comune di Boca		IT	12	NO	003019	1227	Europe/Rome
6543420	Casalbeltrame	casalbeltrame	Casalbeltrame,Comune di Casalbeltrame		IT	12	NO	003037	1076	Europe/Rome
6543421	Cavaglietto	cavaglietto	Cavaglietto,Comune di Cavaglietto		IT	12	NO	003044	407	Europe/Rome
6543422	Cavaglio d'Agogna	cavaglio-d-agogna	Cavaglio d'Agogna,Comune di Cavaglio d'Agogna		IT	12	NO	003045	1280	Europe/Rome
6543423	Cureggio	cureggio	Comune di Cureggio,Cureggio		IT	12	NO	003058	2604	Europe/Rome
6543424	Dormelletto	dormelletto	Comune di Dormelletto,Dormelletto		IT	12	NO	003062	2643	Europe/Rome
6543425	Gargallo	gargallo	Comune di Gargallo,Gargallo		IT	12	NO	003070	1869	Europe/Rome
6543426	Maggiora	maggiora	Comune di Maggiora,Maggiora		IT	12	NO	003088	1742	Europe/Rome
6543427	Mandello Vitta	mandello-vitta	Comune di Mandello Vitta,Mandello Vitta		IT	12	NO	003090	244	Europe/Rome
6543428	Miasino	miasino	Comune di Miasino,Miasino		IT	12	NO	003098	887	Europe/Rome
6543429	Nibbiola	nibbiola	Comune di Nibbiola,Nibbiola		IT	12	NO	003104	792	Europe/Rome
6543430	Pisano	pisano	Comune di Pisano,Pisano		IT	12	NO	003119	770	Europe/Rome
6543431	Alto	alto	Alto,Comune di Alto		IT	12	CN	004005	121	Europe/Rome
6543432	Baldissero d'Alba	baldissero-d-alba	Baldissero d'Alba,Comune di Baldissero d'Alba		IT	12	CN	004010	1086	Europe/Rome
6543433	Barolo	barolo	Barolo,Comune di Barolo		IT	12	CN	004013	705	Europe/Rome
6543434	Battifollo	battifollo	Battifollo,Comune di Battifollo		IT	12	CN	004015	234	Europe/Rome
6543435	Canosio	canosio	Canosio,Comune di Canosio		IT	12	CN	004038	82	Europe/Rome
6543436	Castelletto Stura	castelletto-stura	Castelletto Stura,Comune di Castelletto Stura		IT	12	CN	004049	1351	Europe/Rome
6543437	Castelnuovo di Ceva	castelnuovo-di-ceva	Castelnuovo di Ceva,Comune di Castelnuovo di Ceva		IT	12	CN	004054	139	Europe/Rome
6543438	Cavallerleone	cavallerleone	Cavallerleone,Comune di Cavallerleone		IT	12	CN	004058	652	Europe/Rome
6543439	Cerreto Langhe	cerreto-langhe	Cerreto Langhe,Comune di Cerreto Langhe		IT	12	CN	004063	455	Europe/Rome
6543440	Cervasca	cervasca	Cervasca,Comune di Cervasca		IT	12	CN	004064	4804	Europe/Rome
6543441	Clavesana	clavesana	Clavesana,Comune di Clavesana		IT	12	CN	004071	900	Europe/Rome
6543442	Cossano Belbo	cossano-belbo	Comune di Cossano Belbo,Cossano Belbo		IT	12	CN	004074	1030	Europe/Rome
6543443	Farigliano	farigliano	Comune di Farigliano,Farigliano		IT	12	CN	004086	1747	Europe/Rome
6543444	Frabosa Sottana	frabosa-sottana	Comune di Frabosa Sottana,Frabosa Sottana		IT	12	CN	004091	1494	Europe/Rome
6543445	Guarene	guarene	Comune di Guarene,Guarene		IT	12	CN	004101	3435	Europe/Rome
6543446	Igliano	igliano	Comune di Igliano,Igliano		IT	12	CN	004102	84	Europe/Rome
6543447	Lagnasco	lagnasco	Comune di Lagnasco,Lagnasco		IT	12	CN	004104	1405	Europe/Rome
6543448	Lequio Berria	lequio-berria	Comune di Lequio Berria,Lequio Berria		IT	12	CN	004106	494	Europe/Rome
6543449	Macra	macra	Comune di Macra,Macra		IT	12	CN	004112	52	Europe/Rome
6543450	Marmora	marmora	Comune di Marmora,Marmora		IT	12	CN	004119	74	Europe/Rome
6543451	Marsaglia	marsaglia	Comune di Marsaglia,Marsaglia		IT	12	CN	004120	261	Europe/Rome
6543452	Monasterolo di Savigliano	monasterolo-di-savigliano	Comune di Monasterolo di Savigliano,Monasterolo di Savigliano		IT	12	CN	004128	1357	Europe/Rome
6543453	Montaldo Roero	montaldo-roero	Comune di Montaldo Roero,Montaldo Roero		IT	12	CN	004135	872	Europe/Rome
6543454	Montanera	montanera	Comune di Montanera,Montanera		IT	12	CN	004136	733	Europe/Rome
6543455	Neviglie	neviglie	Comune di Neviglie,Neviglie		IT	12	CN	004149	425	Europe/Rome
6543456	Oncino	oncino	Comune di Oncino,Oncino		IT	12	CN	004154	82	Europe/Rome
6543457	Pagno	pagno	Comune di Pagno,Pagno		IT	12	CN	004158	572	Europe/Rome
6543458	Pezzolo Valle Uzzone	pezzolo-valle-uzzone	Comune di Pezzolo Valle Uzzone,Pezzolo Valle Uzzone		IT	12	CN	004164	354	Europe/Rome
6543459	Piozzo	piozzo	Comune di Piozzo,Piozzo		IT	12	CN	004169	1007	Europe/Rome
6543460	Priocca	priocca	Comune di Priocca,Priocca		IT	12	CN	004176	2001	Europe/Rome
6543461	Prunetto	prunetto	Comune di Prunetto,Prunetto		IT	12	CN	004178	471	Europe/Rome
6543462	Rifreddo	rifreddo	Comune di Rifreddo,Rifreddo		IT	12	CN	004181	1072	Europe/Rome
6543463	Roaschia	roaschia	Comune di Roaschia,Roaschia		IT	12	CN	004183	138	Europe/Rome
6543464	Roburent	roburent	Comune di Roburent,Roburent		IT	12	CN	004186	513	Europe/Rome
6543465	Rocca Cigliè	rocca-ciglie	Comune di Rocca Ciglie,Comune di Rocca Cigliè,Rocca Ciglie,Rocca Cigliè		IT	12	CN	004188	154	Europe/Rome
6543466	Roccasparvera	roccasparvera	Comune di Roccasparvera,Roccasparvera		IT	12	CN	004191	737	Europe/Rome
6543467	Sale San Giovanni	sale-san-giovanni	Comune di Sale San Giovanni,Sale San Giovanni		IT	12	CN	004200	178	Europe/Rome
6543468	Santo Stefano Roero	santo-stefano-roero	Comune di Santo Stefano Roero,Santo Stefano Roero		IT	12	CN	004214	1407	Europe/Rome
6543469	Serralunga d'Alba	serralunga-d-alba	Comune di Serralunga d'Alba,Serralunga d'Alba		IT	12	CN	004218	524	Europe/Rome
6543470	Somano	somano	Comune di Somano,Somano		IT	12	CN	004221	361	Europe/Rome
6543471	Torresina	torresina	Comune di Torresina,Torresina		IT	12	CN	004229	65	Europe/Rome
6543472	Treiso	treiso	Comune di Treiso,Treiso		IT	12	CN	004230	820	Europe/Rome
6543473	Trezzo Tinella	trezzo-tinella	Comune di Trezzo Tinella,Trezzo Tinella		IT	12	CN	004231	341	Europe/Rome
6543474	Valmala	valmala	Comune di Valmala,Valmala		IT	12	CN	004236	64	Europe/Rome
6543475	Vicoforte	vicoforte	Comune di Vicoforte,Vicoforte		IT	12	CN	004242	3167	Europe/Rome
6543476	Villanova Solaro	villanova-solaro	Comune di Villanova Solaro,Villanova Solaro		IT	12	CN	004246	777	Europe/Rome
6543477	Vottignasco	vottignasco	Comune di Vottignasco,Vottignasco		IT	12	CN	004250	547	Europe/Rome
6543478	Aramengo	aramengo	Aramengo,Comune di Aramengo		IT	12	AT	005004	632	Europe/Rome
6543479	Azzano d'Asti	azzano-d-asti	Azzano d'Asti,Comune di Azzano d'Asti		IT	12	AT	005006	419	Europe/Rome
6543480	Buttigliera d'Asti	buttigliera-d-asti	Buttigliera d'Asti,Comune di Buttigliera d'Asti		IT	12	AT	005012	2552	Europe/Rome
6543481	Calosso	calosso	Calosso,Comune di Calosso		IT	12	AT	005015	1331	Europe/Rome
6543482	Castelnuovo Belbo	castelnuovo-belbo	Castelnuovo Belbo,Comune di Castelnuovo Belbo		IT	12	AT	005029	895	Europe/Rome
6543483	Castel Rocchero	castel-rocchero	Castel Rocchero,Comune di Castel Rocchero		IT	12	AT	005032	396	Europe/Rome
6543484	Celle Enomondo	celle-enomondo	Celle Enomondo,Comune di Celle Enomondo		IT	12	AT	005034	480	Europe/Rome
6543485	Cerreto d'Asti	cerreto-d-asti	Cerreto d'Asti,Comune di Cerreto d'Asti		IT	12	AT	005035	220	Europe/Rome
6543486	Cerro Tanaro	cerro-tanaro	Cerro Tanaro,Comune di Cerro Tanaro		IT	12	AT	005036	670	Europe/Rome
6543487	Chiusano d'Asti	chiusano-d-asti	Chiusano d'Asti,Comune di Chiusano d'Asti		IT	12	AT	005038	226	Europe/Rome
6543488	Frinco	frinco	Comune di Frinco,Frinco		IT	12	AT	005055	731	Europe/Rome
6543489	Grana	grana	Comune di Grana,Grana		IT	12	AT	005056	622	Europe/Rome
6543490	Loazzolo	loazzolo	Comune di Loazzolo,Loazzolo		IT	12	AT	005060	337	Europe/Rome
6543491	Moasca	moasca	Comune di Moasca,Moasca		IT	12	AT	005063	470	Europe/Rome
6543492	Moransengo	moransengo	Comune di Moransengo,Moransengo		IT	12	AT	005079	212	Europe/Rome
6543493	Olmo Gentile	olmo-gentile	Comune di Olmo Gentile,Olmo Gentile		IT	12	AT	005081	90	Europe/Rome
6543494	Penango	penango	Comune di Penango,Penango		IT	12	AT	005083	516	Europe/Rome
6543495	Pino d'Asti	pino-d-asti	Comune di Pino d'Asti,Pino d'Asti		IT	12	AT	005085	221	Europe/Rome
6543496	Portacomaro	portacomaro	Comune di Portacomaro,Portacomaro		IT	12	AT	005087	1976	Europe/Rome
6543497	Revigliasco d'Asti	revigliasco-d-asti	Comune di Revigliasco d'Asti,Revigliasco d'Asti		IT	12	AT	005090	833	Europe/Rome
6543498	Roccaverano	roccaverano	Comune di Roccaverano,Roccaverano		IT	12	AT	005094	447	Europe/Rome
6543499	Rocchetta Palafea	rocchetta-palafea	Comune di Rocchetta Palafea,Rocchetta Palafea		IT	12	AT	005095	347	Europe/Rome
6543500	Rocchetta Tanaro	rocchetta-tanaro	Comune di Rocchetta Tanaro,Rocchetta Tanaro		IT	12	AT	005096	1437	Europe/Rome
6543501	San Giorgio Scarampi	san-giorgio-scarampi	Comune di San Giorgio Scarampi,San Giorgio Scarampi		IT	12	AT	005098	131	Europe/Rome
6543502	San Marzano Oliveto	san-marzano-oliveto	Comune di San Marzano Oliveto,San Marzano Oliveto		IT	12	AT	005100	1067	Europe/Rome
6543503	Scurzolengo	scurzolengo	Comune di Scurzolengo,Scurzolengo		IT	12	AT	005103	596	Europe/Rome
6543504	Sessame	sessame	Comune di Sessame,Sessame		IT	12	AT	005105	284	Europe/Rome
6543505	Settime	settime	Comune di Settime,Settime		IT	12	AT	005106	581	Europe/Rome
6543506	Tonengo	tonengo	Comune di Tonengo,Tonengo		IT	12	AT	005110	197	Europe/Rome
6543507	Viale	viale	Comune di Viale,Viale		IT	12	AT	005114	261	Europe/Rome
6543508	Vigliano d'Asti	vigliano-d-asti	Comune di Vigliano d'Asti,Vigliano d'Asti		IT	12	AT	005116	887	Europe/Rome
6543509	Albera Ligure	albera-ligure	Albera Ligure,Comune di Albera Ligure		IT	12	AL	006002	329	Europe/Rome
6543510	Alzano Scrivia	alzano-scrivia	Alzano Scrivia,Comune di Alzano Scrivia		IT	12	AL	006008	380	Europe/Rome
6543511	Basaluzzo	basaluzzo	Basaluzzo,Comune di Basaluzzo		IT	12	AL	006012	2071	Europe/Rome
6543512	Camagna Monferrato	camagna-monferrato	Camagna Monferrato,Comune di Camagna Monferrato		IT	12	AL	006026	510	Europe/Rome
6543513	Carbonara Scrivia	carbonara-scrivia	Carbonara Scrivia,Comune di Carbonara Scrivia		IT	12	AL	006030	1055	Europe/Rome
6543514	Carentino	carentino	Carentino,Comune di Carentino		IT	12	AL	006031	325	Europe/Rome
6543515	Carrega Ligure	carrega-ligure	Carrega Ligure,Comune di Carrega Ligure		IT	12	AL	006034	83	Europe/Rome
6543516	Cartosio	cartosio	Cartosio,Comune di Cartosio		IT	12	AL	006036	811	Europe/Rome
6543517	Castellania	castellania	Castellania,Comune di Castellania		IT	12	AL	006045	91	Europe/Rome
6543518	Castelletto d'Erro	castelletto-d-erro	Castelletto d'Erro,Comune di Castelletto d'Erro		IT	12	AL	006048	150	Europe/Rome
6543519	Castelletto d'Orba	castelletto-d-orba	Castelletto d'Orba,Comune di Castelletto d'Orba		IT	12	AL	006049	2096	Europe/Rome
6543520	Castelletto Monferrato	castelletto-monferrato	Castelletto Monferrato,Comune di Castelletto Monferrato		IT	12	AL	006051	1558	Europe/Rome
6543521	Cavatore	cavatore	Cavatore,Comune di Cavatore		IT	12	AL	006055	301	Europe/Rome
6543522	Cerreto Grue	cerreto-grue	Cerreto Grue,Comune di Cerreto Grue		IT	12	AL	006058	325	Europe/Rome
6543523	Denice	denice	Comune di Denice,Denice		IT	12	AL	006065	190	Europe/Rome
6543524	Dernice	dernice	Comune di Dernice,Dernice		IT	12	AL	006066	210	Europe/Rome
6543525	Garbagna	garbagna	Comune di Garbagna,Garbagna		IT	12	AL	006079	707	Europe/Rome
6543526	Gremiasco	gremiasco	Comune di Gremiasco,Gremiasco		IT	12	AL	006083	344	Europe/Rome
6543527	Grognardo	grognardo	Comune di Grognardo,Grognardo		IT	12	AL	006084	296	Europe/Rome
6543528	Melazzo	melazzo	Comune di Melazzo,Melazzo		IT	12	AL	006092	1315	Europe/Rome
6543529	Merana	merana	Comune di Merana,Merana		IT	12	AL	006093	185	Europe/Rome
6543530	Monleale	monleale	Comune di Monleale,Monleale		IT	12	AL	006101	593	Europe/Rome
6543531	Montaldo Bormida	montaldo-bormida	Comune di Montaldo Bormida,Montaldo Bormida		IT	12	AL	006104	708	Europe/Rome
6543532	Montecastello	montecastello	Comune di Montecastello,Montecastello		IT	12	AL	006105	324	Europe/Rome
6543533	Mornese	mornese	Comune di Mornese,Mornese		IT	12	AL	006111	726	Europe/Rome
6543534	Ispani	ispani	Comune di Ispani,Ispani		IT	04	SA	065059	1020	Europe/Rome
6543535	Pareto	pareto	Comune di Pareto,Pareto		IT	12	AL	006125	602	Europe/Rome
6543536	Parodi Ligure	parodi-ligure	Comune di Parodi Ligure,Parodi Ligure		IT	12	AL	006126	710	Europe/Rome
6543537	Pasturana	pasturana	Comune di Pasturana,Pasturana		IT	12	AL	006127	1256	Europe/Rome
6543538	Prasco	prasco	Comune di Prasco,Prasco		IT	12	AL	006139	552	Europe/Rome
6543539	Crevoladossola	crevoladossola	Comune di Crevoladossola,Crevoladossola		IT	12	VB	103025	4726	Europe/Rome
6543540	Germagno	germagno	Comune di Germagno,Germagno		IT	12	VB	103032	186	Europe/Rome
6543541	Loreglia	loreglia	Comune di Loreglia,Loreglia		IT	12	VB	103038	262	Europe/Rome
6543542	Romallo	romallo	Comune di Romallo,Romallo		IT	17	TN	022154	604	Europe/Rome
6543543	Samone	samone	Comune di Samone,Samone		IT	17	TN	022165	544	Europe/Rome
6543544	San Lorenzo in Banale	san-lorenzo-in-banale	Comune di San Lorenzo in Banale,San Lorenzo in Banale		IT	17	TN	022166	1181	Europe/Rome
6543545	Scurelle	scurelle	Comune di Scurelle,Scurelle		IT	17	TN	022171	1401	Europe/Rome
6543546	Spera	spera	Comune di Spera,Spera		IT	17	TN	022178	585	Europe/Rome
6543547	Spiazzo	spiazzo	Comune di Spiazzo,Spiazzo		IT	17	TN	022179	1315	Europe/Rome
6543548	Strembo	strembo	Comune di Strembo,Strembo		IT	17	TN	022184	531	Europe/Rome
6543549	Telve di Sopra	telve-di-sopra	Comune di Telve di Sopra,Telve di Sopra		IT	17	TN	022189	617	Europe/Rome
6543550	Terres	terres	Comune di Terres,Terres		IT	17	TN	022194	307	Europe/Rome
6543551	Valda	valda	Comune di Valda,Valda		IT	17	TN	022208	227	Europe/Rome
6543552	Villa Rendena	villa-rendena	Comune di Villa Rendena,Villa Rendena		IT	17	TN	022223	1002	Europe/Rome
6543553	Caldiero	caldiero	Caldiero,Comune di Caldiero		IT	20	VR	023017	7374	Europe/Rome
6543554	Cazzano di Tramigna	cazzano-di-tramigna	Cazzano di Tramigna,Comune di Cazzano di Tramigna		IT	20	VR	023024	1555	Europe/Rome
6543555	Isola Rizza	isola-rizza	Comune di Isola Rizza,Isola Rizza		IT	20	VR	023041	3255	Europe/Rome
6543556	Mezzane di Sotto	mezzane-di-sotto	Comune di Mezzane di Sotto,Mezzane di Sotto		IT	20	VR	023047	2463	Europe/Rome
6543557	Roverchiara	roverchiara	Comune di Roverchiara,Roverchiara		IT	20	VR	023065	2740	Europe/Rome
6543558	San Pietro di Morubio	san-pietro-di-morubio	Comune di San Pietro di Morubio,San Pietro di Morubio		IT	20	VR	023075	3024	Europe/Rome
6543559	Sorgà	sorga	Comune di Sorga,Comune di Sorgà,Sorga,Sorgà		IT	20	VR	023084	3112	Europe/Rome
6543560	Velo Veronese	velo-veronese	Comune di Velo Veronese,Velo Veronese		IT	20	VR	023090	781	Europe/Rome
6543561	Cartigliano	cartigliano	Cartigliano,Comune di Cartigliano		IT	20	VI	024025	3802	Europe/Rome
6543562	Gambellara	gambellara	Comune di Gambellara,Gambellara		IT	20	VI	024043	3319	Europe/Rome
6543563	Gambugliano	gambugliano	Comune di Gambugliano,Gambugliano		IT	20	VI	024044	851	Europe/Rome
6543564	Laghi	laghi	Comune di Laghi,Laghi		IT	20	VI	024049	123	Europe/Rome
6543565	Nogarole Vicentino	nogarole-vicentino	Comune di Nogarole Vicentino,Nogarole Vicentino		IT	20	VI	024072	1136	Europe/Rome
6543566	Rotzo	rotzo	Comune di Rotzo,Rotzo		IT	20	VI	024089	638	Europe/Rome
6543567	San Germano dei Berici	san-germano-dei-berici	Comune di San Germano dei Berici,San Germano dei Berici		IT	20	VI	024092	1153	Europe/Rome
6543568	Sovizzo	sovizzo	Comune di Sovizzo,Sovizzo		IT	20	VI	024103	7034	Europe/Rome
6543569	Zugliano	zugliano	Comune di Zugliano,Zugliano		IT	20	VI	024122	6690	Europe/Rome
6543570	Rocca Pietore	rocca-pietore	Comune di Rocca Pietore,Rocca Pietore		IT	20	BL	025044	1322	Europe/Rome
6543571	Tambre	tambre	Comune di Tambre,Tambre		IT	20	BL	025060	1425	Europe/Rome
6543572	Boara Pisani	boara-pisani	Boara Pisani,Comune di Boara Pisani		IT	20	PD	028012	2611	Europe/Rome
6543573	Cervarese Santa Croce	cervarese-santa-croce	Cervarese Santa Croce,Comune di Cervarese Santa Croce		IT	20	PD	028030	5698	Europe/Rome
6543574	Masi	masi	Comune di Masi,Masi		IT	20	PD	028049	1782	Europe/Rome
6543575	San Giorgio delle Pertiche	san-giorgio-delle-pertiche	Comune di San Giorgio delle Pertiche,San Giorgio delle Pertiche		IT	20	PD	028075	9979	Europe/Rome
6543576	Bagnolo di Po	bagnolo-di-po	Bagnolo di Po,Comune di Bagnolo di Po		IT	20	RO	029005	1374	Europe/Rome
6543577	Canda	canda	Canda,Comune di Canda		IT	20	RO	029010	1007	Europe/Rome
6543578	Majano	majano	Comune di Majano,Majano		IT	06	UD	030053	6051	Europe/Rome
6543579	Treppo Carnico	treppo-carnico	Comune di Treppo Carnico,Treppo Carnico		IT	06	UD	030125	642	Europe/Rome
6543580	Farra d'Isonzo	farra-d-isonzo	Comune di Farra d'Isonzo,Farra d'Isonzo		IT	06	GO	031005	1752	Europe/Rome
6543581	San Pietro in Cerro	san-pietro-in-cerro	Comune di San Pietro in Cerro,San Pietro in Cerro		IT	05	PC	033041	926	Europe/Rome
6543582	Zerba	zerba	Comune di Zerba,Zerba		IT	05	PC	033047	92	Europe/Rome
6543583	San Possidonio	san-possidonio	Comune di San Possidonio,San Possidonio		IT	05	MO	036038	3621	Europe/Rome
6543584	Cartoceto	cartoceto	Cartoceto,Comune di Cartoceto		IT	10	PU	041010	7850	Europe/Rome
6543585	Mercatino Conca	mercatino-conca	Comune di Mercatino Conca,Mercatino Conca		IT	10	PU	041026	1108	Europe/Rome
6543586	Monte Porzio	monte-porzio	Comune di Monte Porzio,Monte Porzio		IT	10	PU	041038	2802	Europe/Rome
6543587	Serrungarina	serrungarina	Comune di Serrungarina,Serrungarina		IT	10	PU	041062	2582	Europe/Rome
6543588	Barbara	barbara	Barbara,Comune di Barbara		IT	10	AN	042004	1408	Europe/Rome
6543589	Castelleone di Suasa	castelleone-di-suasa	Castelleone di Suasa,Comune di Castelleone di Suasa		IT	10	AN	042011	1702	Europe/Rome
6543590	Poggio San Marcello	poggio-san-marcello	Comune di Poggio San Marcello,Poggio San Marcello		IT	10	AN	042037	731	Europe/Rome
6543591	Force	force	Comune di Force,Force		IT	10	AP	044021	1428	Europe/Rome
6543592	Monteleone di Fermo	monteleone-di-fermo	Comune di Monteleone di Fermo,Monteleone di Fermo		IT	10	FM	109019	436	Europe/Rome
6543593	Filattiera	filattiera	Comune di Filattiera,Filattiera		IT	16	MS	045006	2361	Europe/Rome
6543594	Careggine	careggine	Careggine,Comune di Careggine		IT	16	LU	046008	584	Europe/Rome
6543595	Fosciandora	fosciandora	Comune di Fosciandora,Fosciandora		IT	16	LU	046014	621	Europe/Rome
6543597	Villa Collemandina	villa-collemandina	Comune di Villa Collemandina,Villa Collemandina		IT	16	LU	046035	1363	Europe/Rome
6543598	Orciano Pisano	orciano-pisano	Comune di Orciano Pisano,Orciano Pisano		IT	16	PI	050023	635	Europe/Rome
6543599	Semproniano	semproniano	Comune di Semproniano,Semproniano		IT	16	GR	053028	1144	Europe/Rome
6543600	Lisciano Niccone	lisciano-niccone	Comune di Lisciano Niccone,Lisciano Niccone		IT	18	PG	054025	624	Europe/Rome
6543601	Villa San Giovanni in Tuscia	villa-san-giovanni-in-tuscia	Comune di Villa San Giovanni in Tuscia,Villa San Giovanni in Tuscia		IT	07	VT	056046	1313	Europe/Rome
6543602	Montenero Sabino	montenero-sabino	Comune di Montenero Sabino,Montenero Sabino		IT	07	RI	057042	295	Europe/Rome
6543603	Campodimele	campodimele	Campodimele,Comune di Campodimele		IT	07	LT	059003	638	Europe/Rome
6543604	Torre Cajetani	torre-cajetani	Comune di Torre Cajetani,Torre Cajetani		IT	07	FR	060078	1388	Europe/Rome
6543605	Trivigliano	trivigliano	Comune di Trivigliano,Trivigliano		IT	07	FR	060081	1693	Europe/Rome
6543606	Carinaro	carinaro	Carinaro,Comune di Carinaro		IT	04	CE	061016	6886	Europe/Rome
6543607	Castello del Matese	castello-del-matese	Castello del Matese,Comune di Castello del Matese		IT	04	CE	061025	1509	Europe/Rome
6543608	Curti	curti	Comune di Curti,Curti		IT	04	CE	061032	7110	Europe/Rome
6543609	Piana di Monte Verna	piana-di-monte-verna	Comune di Piana di Monte Verna,Piana di Monte Verna		IT	04	CE	061056	2382	Europe/Rome
6543610	Villa di Briano	villa-di-briano	Comune di Villa di Briano,Villa di Briano		IT	04	CE	061098	6066	Europe/Rome
6543611	Falciano del Massico	falciano-del-massico	Comune di Falciano del Massico,Falciano del Massico		IT	04	CE	061101	3673	Europe/Rome
6543612	Casapesenna	casapesenna	Casapesenna,Comune di Casapesenna		IT	04	CE	061103	6651	Europe/Rome
6543613	Calvi	calvi	Calvi,Comune di Calvi		IT	04	BN	062012	2616	Europe/Rome
6543614	San Nazzaro	san-nazzaro	Comune di San Nazzaro,San Nazzaro		IT	04	BN	062066	914	Europe/Rome
6543615	San Nicola Manfredi	san-nicola-manfredi	Comune di San Nicola Manfredi,San Nicola Manfredi		IT	04	BN	062067	3624	Europe/Rome
6543616	Carbonara di Nola	carbonara-di-nola	Carbonara di Nola,Comune di Carbonara di Nola		IT	04	NA	063015	2303	Europe/Rome
6543617	Massa di Somma	massa-di-somma	Comune di Massa di Somma,Massa di Somma		IT	04	NA	063092	5587	Europe/Rome
6543618	Pago del Vallo di Lauro	pago-del-vallo-di-lauro	Comune di Pago del Vallo di Lauro,Pago del Vallo di Lauro		IT	04	AV	064068	1851	Europe/Rome
6543619	Roccabascerana	roccabascerana	Comune di Roccabascerana,Roccabascerana		IT	04	AV	064078	2366	Europe/Rome
6543620	Tufo	tufo	Comune di Tufo,Tufo		IT	04	AV	064113	924	Europe/Rome
6543621	Vallesaccarda	vallesaccarda	Comune di Vallesaccarda,Vallesaccarda		IT	04	AV	064115	1418	Europe/Rome
6543622	Felitto	felitto	Comune di Felitto,Felitto		IT	04	SA	065051	1296	Europe/Rome
6543623	Bugnara	bugnara	Bugnara,Comune di Bugnara		IT	01	AQ	066012	1106	Europe/Rome
6543624	Morino	morino	Comune di Morino,Morino		IT	01	AQ	066057	1505	Europe/Rome
6543625	Rivisondoli	rivisondoli	Comune di Rivisondoli,Rivisondoli		IT	01	AQ	066078	663	Europe/Rome
6543626	Castel Castagna	castel-castagna	Castel Castagna,Comune di Castel Castagna		IT	01	TE	067010	491	Europe/Rome
6543627	Roccamorice	roccamorice	Comune di Roccamorice,Roccamorice		IT	01	PE	068034	989	Europe/Rome
6543628	Casalincontrada	casalincontrada	Casalincontrada,Comune di Casalincontrada		IT	01	CH	069016	3153	Europe/Rome
6543629	Palmoli	palmoli	Comune di Palmoli,Palmoli		IT	01	CH	069061	980	Europe/Rome
6543630	Rocca San Giovanni	rocca-san-giovanni	Comune di Rocca San Giovanni,Rocca San Giovanni		IT	01	CH	069074	2348	Europe/Rome
6543631	Castro	castro	Castro,Comune di Castro		IT	13	LE	075096	2473	Europe/Rome
6543632	Gagliato	gagliato	Comune di Gagliato,Gagliato		IT	03	CZ	079055	524	Europe/Rome
6543633	Settingiano	settingiano	Comune di Settingiano,Settingiano		IT	03	CZ	079131	2955	Europe/Rome
6543634	Campo Calabro	campo-calabro	Campo Calabro,Comune di Campo Calabro		IT	03	RC	080018	4410	Europe/Rome
6543635	Maropati	maropati	Comune di Maropati,Maropati		IT	03	RC	080046	1583	Europe/Rome
6543636	Oppido Mamertina	oppido-mamertina	Comune di Oppido Mamertina,Oppido Mamertina		IT	03	RC	080055	5406	Europe/Rome
6543637	Riace	riace	Comune di Riace,Riace		IT	03	RC	080064	1793	Europe/Rome
6543638	San Pietro di Caridà	san-pietro-di-carida	Comune di San Pietro di Carida,Comune di San Pietro di Caridà,San Pietro di Carida,San Pietro di Caridà		IT	03	RC	080075	1265	Europe/Rome
6543639	Sant'Agata del Bianco	sant-agata-del-bianco	Comune di Sant'Agata del Bianco,Sant'Agata del Bianco		IT	03	RC	080079	679	Europe/Rome
6543640	Buseto Palizzolo	buseto-palizzolo	Buseto Palizzolo,Comune di Buseto Palizzolo		IT	15	TP	081002	3031	Europe/Rome
6543641	Trappeto	trappeto	Comune di Trappeto,Trappeto		IT	15	PA	082074	3211	Europe/Rome
6543642	Blufi	blufi	Blufi,Comune di Blufi		IT	15	PA	082082	1083	Europe/Rome
6543643	Alì Terme	ali-terme	Ali Terme,Alì Terme,Comune di Ali Terme,Comune di Alì Terme		IT	15	ME	083003	2567	Europe/Rome
6543644	Graniti	graniti	Comune di Graniti,Graniti		IT	15	ME	083034	1522	Europe/Rome
6543645	Rometta	rometta	Comune di Rometta,Rometta		IT	15	ME	083076	6541	Europe/Rome
6543646	Castel di Iudica	castel-di-iudica	Castel di Iudica,Comune di Castel di Iudica		IT	15	CT	087013	4748	Europe/Rome
6543647	Esporlatu	esporlatu	Comune di Esporlatu,Esporlatu		IT	14	SS	090028	412	Europe/Rome
6543648	Viddalba	viddalba	Comune di Viddalba,Viddalba		IT	14	SS	090082	1694	Europe/Rome
6543649	Golfo Aranci	golfo-aranci	Comune di Golfo Aranci,Golfo Aranci		IT	14	OT	104011	2288	Europe/Rome
6543650	Budoni	budoni	Budoni,Budune,Budùne,Comune di Budoni		IT	14	OT	104009	4846	Europe/Rome
6543651	Villanova Tulo	villanova-tulo	Comune di Villanova Tulo,Villanova Tulo		IT	14	CA	092122	1158	Europe/Rome
6543652	Ollastra	ollastra	Comune di Ollastra,Ollastra		IT	14	OR	095037	1255	Europe/Rome
6543653	Casapinta	casapinta	Casapinta,Comune di Casapinta		IT	12	BI	096014	454	Europe/Rome
6543654	Castelletto Cervo	castelletto-cervo	Castelletto Cervo,Comune di Castelletto Cervo		IT	12	BI	096015	880	Europe/Rome
6543655	Dorzano	dorzano	Comune di Dorzano,Dorzano		IT	12	BI	096025	508	Europe/Rome
6543656	Gifflenga	gifflenga	Comune di Gifflenga,Gifflenga		IT	12	BI	096027	130	Europe/Rome
6543657	Muzzano	muzzano	Comune di Muzzano,Muzzano		IT	12	BI	096038	614	Europe/Rome
6543658	Ponderano	ponderano	Comune di Ponderano,Ponderano		IT	12	BI	096047	3927	Europe/Rome
6543659	Quaregna	quaregna	Comune di Quaregna,Quaregna		IT	12	BI	096051	1390	Europe/Rome
6543660	Roppolo	roppolo	Comune di Roppolo,Roppolo		IT	12	BI	096054	921	Europe/Rome
6543661	Rosazza	rosazza	Comune di Rosazza,Rosazza		IT	12	BI	096055	87	Europe/Rome
6543662	Ternengo	ternengo	Comune di Ternengo,Ternengo		IT	12	BI	096067	298	Europe/Rome
6543663	Viverone	viverone	Comune di Viverone,Viverone		IT	12	BI	096080	1423	Europe/Rome
6543664	Zubiena	zubiena	Comune di Zubiena,Zubiena		IT	12	BI	096082	1251	Europe/Rome
6543665	Zumaglia	zumaglia	Comune di Zumaglia,Zumaglia		IT	12	BI	096083	1129	Europe/Rome
6543666	Barzago	barzago	Barzago,Comune di Barzago		IT	09	LC	097005	2577	Europe/Rome
6543667	Cassina Valsassina	cassina-valsassina	Cassina Valsassina,Comune di Cassina Valsassina		IT	09	LC	097018	470	Europe/Rome
6543668	Cernusco Lombardone	cernusco-lombardone	Cernusco Lombardone,Comune di Cernusco Lombardone		IT	09	LC	097020	3851	Europe/Rome
6543669	Cesana Brianza	cesana-brianza	Cesana Brianza,Comune di Cesana Brianza		IT	09	LC	097021	2348	Europe/Rome
6543670	Crandola Valsassina	crandola-valsassina	Comune di Crandola Valsassina,Crandola Valsassina		IT	09	LC	097027	273	Europe/Rome
6543671	Cremella	cremella	Comune di Cremella,Cremella		IT	09	LC	097028	1762	Europe/Rome
6543672	Dolzago	dolzago	Comune di Dolzago,Dolzago		IT	09	LC	097031	2307	Europe/Rome
6543673	Ello	ello	Comune di Ello,Ello		IT	09	LC	097033	1242	Europe/Rome
6543674	Introzzo	introzzo	Comune di Introzzo,Introzzo		IT	09	LC	097041	122	Europe/Rome
6543675	Margno	margno	Comune di Margno,Margno		IT	09	LC	097047	375	Europe/Rome
6543676	Montevecchia	montevecchia	Comune di Montevecchia,Montevecchia		IT	09	LC	097053	2480	Europe/Rome
6543677	Sirone	sirone	Comune di Sirone,Sirone		IT	09	LC	097075	2391	Europe/Rome
6543678	Vendrogno	vendrogno	Comune di Vendrogno,Vendrogno		IT	09	LC	097085	319	Europe/Rome
6543679	Vestreno	vestreno	Comune di Vestreno,Vestreno		IT	09	LC	097089	307	Europe/Rome
6543680	Viganò	vigano	Comune di Vigano,Comune di Viganò,Vigano,Viganò		IT	09	LC	097090	2012	Europe/Rome
6543681	Abbadia Cerreto	abbadia-cerreto	Abbadia Cerreto,Comune di Abbadia Cerreto		IT	09	LO	098001	297	Europe/Rome
6543682	Borgo San Giovanni	borgo-san-giovanni	Borgo San Giovanni,Comune di Borgo San Giovanni		IT	09	LO	098005	2213	Europe/Rome
6543683	Caselle Landi	caselle-landi	Caselle Landi,Comune di Caselle Landi		IT	09	LO	098011	1652	Europe/Rome
6543684	Cornovecchio	cornovecchio	Comune di Cornovecchio,Cornovecchio		IT	09	LO	098023	226	Europe/Rome
6543685	Galgagnano	galgagnano	Comune di Galgagnano,Galgagnano		IT	09	LO	098027	1208	Europe/Rome
6543686	Livraga	livraga	Comune di Livraga,Livraga		IT	09	LO	098030	2602	Europe/Rome
6543687	Maccastorna	maccastorna	Comune di Maccastorna,Maccastorna		IT	09	LO	098033	60	Europe/Rome
6543688	Marudo	marudo	Comune di Marudo,Marudo		IT	09	LO	098036	1568	Europe/Rome
6543689	Massalengo	massalengo	Comune di Massalengo,Massalengo		IT	09	LO	098037	4192	Europe/Rome
6543690	Merlino	merlino	Comune di Merlino,Merlino		IT	09	LO	098039	1772	Europe/Rome
6543691	Mulazzano	mulazzano	Comune di Mulazzano,Mulazzano		IT	09	LO	098041	5733	Europe/Rome
6543692	Salerano sul Lambro	salerano-sul-lambro	Comune di Salerano sul Lambro,Salerano sul Lambro		IT	09	LO	098046	2653	Europe/Rome
6543693	San Rocco al Porto	san-rocco-al-porto	Comune di San Rocco al Porto,San Rocco al Porto		IT	09	LO	098049	3464	Europe/Rome
6543694	Santo Stefano Lodigiano	santo-stefano-lodigiano	Comune di Santo Stefano Lodigiano,Santo Stefano Lodigiano		IT	09	LO	098051	1902	Europe/Rome
6543695	Somaglia	somaglia	Comune di Somaglia,Somaglia		IT	09	LO	098054	3661	Europe/Rome
6543696	Mondaino	mondaino	Comune di Mondaino,Mondaino		IT	05	RN	099006	1441	Europe/Rome
6543697	Monte Colombo	monte-colombo	Comune di Monte Colombo,Monte Colombo		IT	05	RN	099007	3355	Europe/Rome
6543698	Brognaturo	brognaturo	Brognaturo,Comune di Brognaturo		IT	03	VV	102004	670	Europe/Rome
6543699	Joppolo	joppolo	Comune di Joppolo,Joppolo		IT	03	VV	102018	2090	Europe/Rome
6543700	Zungri	zungri	Comune di Zungri,Zungri		IT	03	VV	102050	1985	Europe/Rome
6543701	Bee	bee	Bee,Comune di Bee		IT	12	VB	103009	729	Europe/Rome
6543702	Caprezzo	caprezzo	Caprezzo,Comune di Caprezzo		IT	12	VB	103018	168	Europe/Rome
6543703	Ceppo Morelli	ceppo-morelli	Ceppo Morelli,Comune di Ceppo Morelli		IT	12	VB	103021	341	Europe/Rome
6543704	Cossogno	cossogno	Comune di Cossogno,Cossogno		IT	12	VB	103023	588	Europe/Rome
6543705	Gurro	gurro	Comune di Gurro,Gurro		IT	12	VB	103036	247	Europe/Rome
6543706	Intragna	intragna	Comune di Intragna,Intragna		IT	12	VB	103037	107	Europe/Rome
6543707	Massiola	massiola	Comune di Massiola,Massiola		IT	12	VB	103043	137	Europe/Rome
6543708	Montecrestese	montecrestese	Comune di Montecrestese,Montecrestese		IT	12	VB	103046	1255	Europe/Rome
6543709	Nonio	nonio	Comune di Nonio,Nonio		IT	12	VB	103048	878	Europe/Rome
6543710	Premia	premia	Comune di Premia,Premia		IT	12	VB	103056	577	Europe/Rome
6543711	Toceno	toceno	Comune di Toceno,Toceno		IT	12	VB	103065	771	Europe/Rome
6543712	Trasquera	trasquera	Comune di Trasquera,Trasquera		IT	12	VB	103067	211	Europe/Rome
6543713	Trontano	trontano	Comune di Trontano,Trontano		IT	12	VB	103068	1702	Europe/Rome
6543714	Calvi Risorta	calvi-risorta	Calvi Risorta,Comune di Calvi Risorta		IT	04	CE	061010	5785	Europe/Rome
6543715	Letino	letino	Comune di Letino,Letino		IT	04	CE	061044	715	Europe/Rome
6543716	Pastorano	pastorano	Comune di Pastorano,Pastorano		IT	04	CE	061055	2920	Europe/Rome
6543717	Coreglia Ligure	coreglia-ligure	Comune di Coreglia Ligure,Coreglia Ligure		IT	08	GE	010019	274	Europe/Rome
6543718	Casciago	casciago	Casciago,Comune di Casciago		IT	09	VA	012038	3865	Europe/Rome
6543719	Cassano Valcuvia	cassano-valcuvia	Cassano Valcuvia,Comune di Cassano Valcuvia		IT	09	VA	012041	665	Europe/Rome
6543720	Bene Lario	bene-lario	Bene Lario,Comune di Bene Lario		IT	09	CO	013021	342	Europe/Rome
6543721	Binago	binago	Binago,Comune di Binago		IT	09	CO	013023	4776	Europe/Rome
6543722	Cabiate	cabiate	Cabiate,Comune di Cabiate		IT	09	CO	013035	7412	Europe/Rome
6543723	Cagno	cagno	Cagno,Comune di Cagno		IT	09	CO	013038	2058	Europe/Rome
6543724	Ramponio Verna	ramponio-verna	Comune di Ramponio Verna,Ramponio Verna		IT	09	CO	013194	411	Europe/Rome
6543725	Rodero	rodero	Comune di Rodero,Rodero		IT	09	CO	013197	1210	Europe/Rome
6543726	Ronago	ronago	Comune di Ronago,Ronago		IT	09	CO	013199	1754	Europe/Rome
6543727	Senna Comasco	senna-comasco	Comune di Senna Comasco,Senna Comasco		IT	09	CO	013212	3171	Europe/Rome
6543728	Sorico	sorico	Comune di Sorico,Sorico		IT	09	CO	013216	1234	Europe/Rome
6543729	Tavernerio	tavernerio	Comune di Tavernerio,Tavernerio		IT	09	CO	013222	5705	Europe/Rome
6543730	Turate	turate	Comune di Turate,Turate		IT	09	CO	013227	8973	Europe/Rome
6543731	Vercana	vercana	Comune di Vercana,Vercana		IT	09	CO	013239	751	Europe/Rome
6543732	Zelbio	zelbio	Comune di Zelbio,Zelbio		IT	09	CO	013246	220	Europe/Rome
6543733	Andalo Valtellino	andalo-valtellino	Andalo Valtellino,Comune di Andalo Valtellino		IT	09	SO	014003	552	Europe/Rome
6543734	Caiolo	caiolo	Caiolo,Comune di Caiolo		IT	09	SO	014011	1035	Europe/Rome
6543735	Civo	civo	Civo,Comune di Civo		IT	09	SO	014022	1114	Europe/Rome
6543736	Colorina	colorina	Colorina,Comune di Colorina		IT	09	SO	014023	1460	Europe/Rome
6543737	Lanzada	lanzada	Comune di Lanzada,Lanzada		IT	09	SO	014036	1372	Europe/Rome
6543738	Lovero	lovero	Comune di Lovero,Lovero		IT	09	SO	014038	667	Europe/Rome
6543739	Noviglio	noviglio	Comune di Noviglio,Noviglio		IT	09	MI	015158	4237	Europe/Rome
6543740	Caponago	caponago	Caponago,Comune di Caponago		IT	09	MB	108052	5226	Europe/Rome
6543741	Cerro al Lambro	cerro-al-lambro	Cerro al Lambro,Comune di Cerro al Lambro		IT	09	MI	015071	4956	Europe/Rome
6543742	Cusago	cusago	Comune di Cusago,Cusago		IT	09	MI	015097	3597	Europe/Rome
6543743	Blello	blello	Blello,Comune di Blello		IT	09	BG	016027	76	Europe/Rome
6543744	Pregnana Milanese	pregnana-milanese	Comune di Pregnana Milanese,Pregnana Milanese		IT	09	MI	015179	6867	Europe/Rome
6543745	Bracca	bracca	Bracca,Comune di Bracca		IT	09	BG	016035	749	Europe/Rome
6543746	Branzi	branzi	Branzi,Comune di Branzi		IT	09	BG	016036	732	Europe/Rome
6543747	Brembate di Sopra	brembate-di-sopra	Brembate di Sopra,Comune di Brembate di Sopra		IT	09	BG	016038	7771	Europe/Rome
6543748	Castel Rozzone	castel-rozzone	Castel Rozzone,Comune di Castel Rozzone		IT	09	BG	016063	2896	Europe/Rome
6543749	Torre Pallavicina	torre-pallavicina	Comune di Torre Pallavicina,Torre Pallavicina		IT	09	BG	016217	1114	Europe/Rome
6543750	Onore	onore	Comune di Onore,Onore		IT	09	BG	016149	846	Europe/Rome
6543751	Osio Sopra	osio-sopra	Comune di Osio Sopra,Osio Sopra		IT	09	BG	016152	5079	Europe/Rome
6543752	Pagazzano	pagazzano	Comune di Pagazzano,Pagazzano		IT	09	BG	016154	2082	Europe/Rome
6543753	Paladina	paladina	Comune di Paladina,Paladina		IT	09	BG	016155	3996	Europe/Rome
6543754	Parre	parre	Comune di Parre,Par,Parre,pa lei,parre,Парре,パッレ,帕雷		IT	09	BG	016158	2807	Europe/Rome
6543755	Pontirolo Nuovo	pontirolo-nuovo	Comune di Pontirolo Nuovo,Pontirolo Nuovo		IT	09	BG	016172	4993	Europe/Rome
6543756	Pradalunga	pradalunga	Comune di Pradalunga,Pradalunga		IT	09	BG	016173	4636	Europe/Rome
6543757	Ranica	ranica	Comune di Ranica,Ranica		IT	09	BG	016178	5986	Europe/Rome
6543758	Solza	solza	Comune di Solza,Solza		IT	09	BG	016251	1961	Europe/Rome
6543759	Azzano Mella	azzano-mella	Azzano Mella,Comune di Azzano Mella		IT	09	BS	017008	2969	Europe/Rome
6543760	Ono San Pietro	ono-san-pietro	Comune di Ono San Pietro,Ono San Pietro		IT	09	BS	017124	1002	Europe/Rome
6543761	Paitone	paitone	Comune di Paitone,Paitone		IT	09	BS	017132	2091	Europe/Rome
6543762	Cecima	cecima	Cecima,Comune di Cecima		IT	09	PV	018042	233	Europe/Rome
6543763	Ceranova	ceranova	Ceranova,Comune di Ceranova		IT	09	PV	018043	1894	Europe/Rome
6543764	Ceretto Lomellina	ceretto-lomellina	Ceretto Lomellina,Comune di Ceretto Lomellina		IT	09	PV	018044	205	Europe/Rome
6543765	Cigognola	cigognola	Cigognola,Comune di Cigognola		IT	09	PV	018049	1363	Europe/Rome
6543766	Cura Carpignano	cura-carpignano	Comune di Cura Carpignano,Cura Carpignano		IT	09	PV	018060	4371	Europe/Rome
6543767	Galliavola	galliavola	Comune di Galliavola,Galliavola		IT	09	PV	018066	213	Europe/Rome
6543768	Ruino	ruino	Comune di Ruino,Ruino		IT	09	PV	018132	745	Europe/Rome
6543769	Pizzale	pizzale	Comune di Pizzale,Pizzale		IT	09	PV	018116	722	Europe/Rome
6543770	Rea	rea	Comune di Rea,Rea		IT	09	PV	018119	432	Europe/Rome
6543771	Imer	imer	Comune di Imer,Imer		IT	17	TN	022097	1183	Europe/Rome
6543772	Nave San Rocco	nave-san-rocco	Comune di Nave San Rocco,Nave San Rocco		IT	17	TN	022126	1391	Europe/Rome
6543774	Pomarolo	pomarolo	Comune di Pomarolo,Pomarolo		IT	17	TN	022144	2355	Europe/Rome
6543775	Praso	praso	Comune di Praso,Praso		IT	17	TN	022146	334	Europe/Rome
6543776	Prezzo	prezzo	Comune di Prezzo,Prezzo		IT	17	TN	022149	210	Europe/Rome
6543777	Banchette	banchette	Banchette,Comune di Banchette		IT	12	TO	001020	3280	Europe/Rome
6543778	Barone Canavese	barone-canavese	Barone Canavese,Comune di Barone Canavese		IT	12	TO	001023	599	Europe/Rome
6543779	Lombriasco	lombriasco	Comune di Lombriasco,Lombriasco		IT	12	TO	001136	1056	Europe/Rome
6543780	Lusernetta	lusernetta	Comune di Lusernetta,Lusernetta		IT	12	TO	001140	524	Europe/Rome
6543781	Maglione	maglione	Comune di Maglione,Maglione		IT	12	TO	001143	468	Europe/Rome
6543782	Marentino	marentino	Comune di Marentino,Marentino		IT	12	TO	001144	1383	Europe/Rome
6543783	Meana di Susa	meana-di-susa	Comune di Meana di Susa,Meana di Susa		IT	12	TO	001149	880	Europe/Rome
6543784	Mezzenile	mezzenile	Comune di Mezzenile,Mezzenile		IT	12	TO	001152	834	Europe/Rome
6543785	Osasco	osasco	Comune di Osasco,Osasco		IT	12	TO	001173	1124	Europe/Rome
6543786	Osasio	osasio	Comune di Osasio,Osasio		IT	12	TO	001174	913	Europe/Rome
6543787	San Pietro Val Lemina	san-pietro-val-lemina	Comune di San Pietro Val Lemina,San Pietro Val Lemina		IT	12	TO	001250	1430	Europe/Rome
6543788	San Sebastiano da Po	san-sebastiano-da-po	Comune di San Sebastiano da Po,San Sebastiano da Po		IT	12	TO	001253	1909	Europe/Rome
6543789	San Secondo di Pinerolo	san-secondo-di-pinerolo	Comune di San Secondo di Pinerolo,San Secondo di Pinerolo		IT	12	TO	001254	3608	Europe/Rome
6543790	Torrazza Piemonte	torrazza-piemonte	Comune di Torrazza Piemonte,Torrazza Piemonte		IT	12	TO	001273	2816	Europe/Rome
6543791	Torre Canavese	torre-canavese	Comune di Torre Canavese,Torre Canavese		IT	12	TO	001274	589	Europe/Rome
6543792	Trausella	trausella	Comune di Trausella,Trausella		IT	12	TO	001277	131	Europe/Rome
6543793	Vaie	vaie	Comune di Vaie,Vaie		IT	12	TO	001283	1455	Europe/Rome
6543794	Varisella	varisella	Comune di Varisella,Varisella		IT	12	TO	001289	830	Europe/Rome
6543795	Vialfrè	vialfre	Comune di Vialfre,Comune di Vialfrè,Vialfre,Vialfrè		IT	12	TO	001296	254	Europe/Rome
6543796	Vidracco	vidracco	Comune di Vidracco,Vidracco		IT	12	TO	001298	500	Europe/Rome
6543797	Villarbasse	villarbasse	Comune di Villarbasse,Villarbasse		IT	12	TO	001302	3323	Europe/Rome
6543798	Villar Dora	villar-dora	Comune di Villar Dora,Villar Dora		IT	12	TO	001303	2951	Europe/Rome
6543799	Civiasco	civiasco	Civiasco,Comune di Civiasco		IT	12	VC	002043	265	Europe/Rome
6543800	Guardabosone	guardabosone	Comune di Guardabosone,Guardabosone		IT	12	VC	002066	340	Europe/Rome
6543801	Moncrivello	moncrivello	Comune di Moncrivello,Moncrivello		IT	12	VC	002079	1465	Europe/Rome
6543802	Garbagna Novarese	garbagna-novarese	Comune di Garbagna Novarese,Garbagna Novarese		IT	12	NO	003069	1350	Europe/Rome
6543803	Gattico	gattico	Comune di Gattico,Gattico		IT	12	NO	003071	3361	Europe/Rome
6543804	Massino Visconti	massino-visconti	Comune di Massino Visconti,Massino Visconti		IT	12	NO	003093	1111	Europe/Rome
6543805	Nebbiuno	nebbiuno	Comune di Nebbiuno,Nebbiuno		IT	12	NO	003103	1856	Europe/Rome
6543806	Oleggio Castello	oleggio-castello	Comune di Oleggio Castello,Oleggio Castello		IT	12	NO	003109	1968	Europe/Rome
6543807	Pettenasco	pettenasco	Comune di Pettenasco,Pettenasco		IT	12	NO	003116	1368	Europe/Rome
6543808	Arguello	arguello	Arguello,Comune di Arguello		IT	12	CN	004007	201	Europe/Rome
6543809	Barbaresco	barbaresco	Barbaresco,Comune di Barbaresco		IT	12	CN	004011	677	Europe/Rome
6543810	Bastia Mondovì	bastia-mondovi	Bastia Mondovi,Bastia Mondovì,Comune di Bastia Mondovi,Comune di Bastia Mondovì		IT	12	CN	004014	646	Europe/Rome
6543811	Bergolo	bergolo	Bergolo,Comune di Bergolo		IT	12	CN	004021	67	Europe/Rome
6543812	Bernezzo	bernezzo	Bernezzo,Comune di Bernezzo		IT	12	CN	004022	3785	Europe/Rome
6543813	Bonvicino	bonvicino	Bonvicino,Comune di Bonvicino		IT	12	CN	004023	107	Europe/Rome
6543814	Bosia	bosia	Bosia,Comune di Bosia		IT	12	CN	004026	181	Europe/Rome
6543815	Brondello	brondello	Brondello,Comune di Brondello		IT	12	CN	004032	287	Europe/Rome
6543816	Camo	camo	Camo,Comune di Camo		IT	12	CN	004036	200	Europe/Rome
6543817	Caramagna Piemonte	caramagna-piemonte	Caramagna Piemonte,Comune di Caramagna Piemonte		IT	12	CN	004041	3032	Europe/Rome
6543818	Cardè	carde	Carde,Cardè,Comune di Carde,Comune di Cardè		IT	12	CN	004042	1134	Europe/Rome
6543819	Castellar	castellar	Castellar,Comune di Castellar		IT	12	CN	004048	284	Europe/Rome
6543820	Castellinaldo	castellinaldo	Castellinaldo,Comune di Castellinaldo		IT	12	CN	004051	897	Europe/Rome
6543821	Castellino Tanaro	castellino-tanaro	Castellino Tanaro,Comune di Castellino Tanaro		IT	12	CN	004052	337	Europe/Rome
6543822	Castiglione Falletto	castiglione-falletto	Castiglione Falletto,Comune di Castiglione Falletto		IT	12	CN	004055	708	Europe/Rome
6543823	Castiglione Tinella	castiglione-tinella	Castiglione Tinella,Comune di Castiglione Tinella		IT	12	CN	004056	871	Europe/Rome
6543824	Grinzane Cavour	grinzane-cavour	Comune di Grinzane Cavour,Grinzane Cavour		IT	12	CN	004100	1938	Europe/Rome
6543825	Ceresole Alba	ceresole-alba	Ceresole Alba,Comune di Ceresole Alba		IT	12	CN	004062	2115	Europe/Rome
6543826	Cigliè	ciglie	Ciglie,Cigliè,Comune di Ciglie,Comune di Cigliè		IT	12	CN	004069	196	Europe/Rome
6543827	Cissone	cissone	Cissone,Comune di Cissone		IT	12	CN	004070	82	Europe/Rome
6543828	Corneliano d'Alba	corneliano-d-alba	Comune di Corneliano d'Alba,Corneliano d'Alba		IT	12	CN	004072	2037	Europe/Rome
6543829	Faule	faule	Comune di Faule,Faule		IT	12	CN	004087	496	Europe/Rome
6543830	Feisoglio	feisoglio	Comune di Feisoglio,Feisoglio		IT	12	CN	004088	344	Europe/Rome
6543831	Gottasecca	gottasecca	Comune di Gottasecca,Gottasecca		IT	12	CN	004098	174	Europe/Rome
6543832	Govone	govone	Comune di Govone,Govone		IT	12	CN	004099	2157	Europe/Rome
6543833	Isasca	isasca	Comune di Isasca,Isasca		IT	12	CN	004103	78	Europe/Rome
6543834	Lequio Tanaro	lequio-tanaro	Comune di Lequio Tanaro,Lequio Tanaro		IT	12	CN	004107	819	Europe/Rome
6543835	Lisio	lisio	Comune di Lisio,Lisio		IT	12	CN	004111	214	Europe/Rome
6543836	Mosso	mosso	Comune di Mosso,Mosso		IT	12	BI	096084	1643	Europe/Rome
6543837	Spadola	spadola	Comune di Spadola,Spadola		IT	03	VV	102041	858	Europe/Rome
6543838	Cavagnolo	cavagnolo	Cavagnolo,Comune di Cavagnolo		IT	12	TO	001069	2309	Europe/Rome
7669364	Comano Terme	comano-terme	Comano Terme,Comune di Comano Terme		IT	17	TN	022228	2913	Europe/Rome
7669365	Ledro	ledro	Comune di Ledro,Ledro		IT	17	TN	022229	5448	Europe/Rome
7669366	Campolongo Tapogliano	campolongo-tapogliano	Campolongo Tapogliano,Comune di Campolongo Tapogliano		IT	06	UD	030138	1210	Europe/Rome
8658897	Valsamoggia	valsamoggia			IT	05	BO	037061	0	Europe/Rome
8658899	Rivignano Teor	rivignano-teor			IT	06	UD	030188	0	Europe/Rome
8658902	Fiscaglia	fiscaglia			IT	05	FE	038027	0	Europe/Rome
8658903	Sissa Trecasali	sissa-trecasali			IT	05	PR	034049	0	Europe/Rome
8659020	Poggio Torriana	poggio-torriana			IT	05	RN	099028	0	Europe/Rome
8659021	Trecastelli	trecastelli			IT	10	AN	042050	0	Europe/Rome
8659022	Vallefoglia	vallefoglia			IT	10	PU	041068	0	Europe/Rome
8659023	Pratovecchio Stia	pratovecchio-stia			IT	16	AR	051041	0	Europe/Rome
8659024	Castelfranco Piandiscò	castelfranco-piandisco			IT	16	AR	051040	0	Europe/Rome
8659026	Figline e Incisa Valdarno	figline-e-incisa-valdarno			IT	16	FI	048052	0	Europe/Rome
8659027	Scarperia e San Piero	scarperia-e-san-piero			IT	16	FI	048053	0	Europe/Rome
8659031	Fabbriche di Vergemoli	fabbriche-di-vergemoli			IT	16	LU	046036	0	Europe/Rome
8659032	Crespina Lorenzana	crespina-lorenzana			IT	16	PI	050041	0	Europe/Rome
8659033	Casciana Terme Lari	casciana-terme-lari			IT	16	PI	050040	0	Europe/Rome
8659034	Montoro	montoro			IT	04	AV	064121	0	Europe/Rome
\.


--
-- Data for Name: admin4; Type: TABLE DATA; Schema: it; Owner: g5
--

COPY it.admin4 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, admin2_code, admin3_code, admin4_code, population, timezone) FROM stdin;
\.


--
-- Data for Name: cities; Type: TABLE DATA; Schema: it; Owner: g5
--

COPY it.cities (geoid, name, slug, country_code, postal_code, population, timezone, latitude, longitude, altitude, alternatenames, capital_of, admin1_code, admin2_code, admin3_code, admin4_code) FROM stdin;
781060	Casale San Antonio	casale-san-antonio	IT		0	Europe/Rome	44.61907	11.02235				05	MO	036006	
2522676	Zungti	zungti	IT		0	Europe/Rome	38.65	15.98333				03	VV	102050	
2522679	Zona	zona	IT		0	Europe/Rome	38.3	16.16667				03	RC	080036	
2522684	Zeppara	zeppara	IT		215	Europe/Rome	39.77438	8.83056	165			14	OR	095004	
2522688	Zarafa	zarafa	IT		0	Europe/Rome	39.93333	16.06667		Casa Sarafa,Zarafa		02	PZ	076070	
2522690	Zammarò	zammaro	IT		0	Europe/Rome	38.65	16.1				03	VV	102034	
2522693	Zagaria	zagaria	IT		0	Europe/Rome	39.36667	16.53333		Zaccaria,Zagaria		03	CS	078143	
2522697	Zaffaria	zaffaria	IT		0	Europe/Rome	38.15	15.5				15	ME	083048	
2522701	Xirbi	xirbi	IT		0	Europe/Rome	37.51667	14.03333				15	CL	085004	
2522703	Vunazzi	vunazzi	IT		0	Europe/Rome	39.03459	16.36688		Vanazzi,Vonazzi,Vunazzi		03	CZ	079043	
2522706	Votturino	votturino	IT		0	Europe/Rome	39.28333	16.55		Votturino,Vuturino		03	CS	078141	
2522710	Viziole	viziole	IT		0	Europe/Rome	39.58333	16.03333				03	CS	078073	
2522715	Vito Superiore	vito-superiore	IT		0	Europe/Rome	38.13333	15.7				03	RC	080063	
2522716	Vito Inferiore	vito-inferiore	IT		0	Europe/Rome	38.11667	15.68333				03	RC	080063	
2522719	Vincolise	vincolise	IT		0	Europe/Rome	39.01667	16.6		San Giovanni,Vincolise		03	CZ	079002	
2522722	Villa Torre dei Due Mari	villa-torre-dei-due-mari	IT		0	Europe/Rome	39.08333	16.61667		Villa Giulia,Villa Giúlia,Villa Torre dei Due Mari		03	CZ	079146	
2522723	Villa Targia	villa-targia	IT		0	Europe/Rome	36.98333	15.23333		Tragia in Syracuse,Villa Targia		15	SR	089017	
2522737	Villapetuccio	villapetuccio	IT		0	Europe/Rome	39.11111	8.67361				14	CI	107023	
2522738	Villapetrosa	villapetrosa	IT		0	Europe/Rome	37.75	12.5				15	TP	081011	
2522739	Villanovotulo	villanovotulo	IT		0	Europe/Rome	39.77944	9.21667		Villanovo Talo,Villanovotulo		14	CA	092122	
2522745	Villa Morelli	villa-morelli	IT		0	Europe/Rome	39.08333	17.08333		Morelli,Villa Morelli		03	KR	101010	
2522746	Villa Milia	villa-milia	IT		0	Europe/Rome	37.68333	14.95		Casa Melia,Mila,Villa Milia		15	CT	087058	
2522747	Villa Meliscio	villa-meliscio	IT		0	Europe/Rome	39.91667	16				03	CS	078084	
2522751	Villa Italia	villa-italia	IT		0	Europe/Rome	38.35	15.86667				03	RC	080057	
2522752	Villa Ingham	villa-ingham	IT		0	Europe/Rome	37.86667	12.46667				15	TP	081011	
2522753	Villa Ingham	villa-ingham	IT		0	Europe/Rome	37.81667	12.5				15	TP	081011	
2522758	San Priamo	san-priamo	IT		0	Europe/Rome	39.35722	9.56111		San Priamo,Villaggio Giuriati		14	CA	092064	
2522764	Villa Cordopatri	villa-cordopatri	IT		0	Europe/Rome	38.41667	15.95				03	RC	080065	
2522768	Villa Barco	villa-barco	IT		0	Europe/Rome	36.95	14.8				15	RG	088006	
2522769	Vigne di Pietra Pertosa	vigne-di-pietra-pertosa	IT		0	Europe/Rome	39.38333	16.83333				03	CS	078023	
2522770	Vigne Corte	vigne-corte	IT		0	Europe/Rome	39.4	16.75				03	CS	078018	
2522771	Vignazza	vignazza	IT		0	Europe/Rome	38.01667	14.66667				15	ME	083050	
2522780	Verticelli	verticelli	IT		0	Europe/Rome	39.28333	16.31667				03	CS	078151	
2522781	Verta	verta	IT		0	Europe/Rome	39.26667	16.7				03	CS	078119	
2522790	Vena di Sotto	vena-di-sotto	IT		0	Europe/Rome	38.68333	16.06667				03	VV	102047	
2522794	Varco	varco	IT		0	Europe/Rome	39.96667	16.15				02	PZ	076097	
2522797	Vallicciardi	vallicciardi	IT		0	Europe/Rome	39	16.23333		Vallicciardi,Vallicelardi		03	CZ	079160	
2522799	Vallepiccola	vallepiccola	IT		0	Europe/Rome	39.3	16.61667				03	CS	078119	
2522800	Vallenetta	vallenetta	IT		0	Europe/Rome	39.18333	16.11667				03	CS	078013	
2522806	Valguarnera	valguarnera	IT		0	Europe/Rome	38.01667	13.08333				15	PA	082054	
2522810	Vaiola	vaiola	IT		0	Europe/Rome	38.96667	16.36667				03	CZ	079048	
2522829	Umbri	umbri	IT		0	Europe/Rome	38.88333	16.21667				03			
2522841	Turovio	turovio	IT		0	Europe/Rome	38.41667	16.38333		Tirivio,Turonio,Turovio		03	RC	080025	
2522843	Tumminello	tumminello	IT		0	Europe/Rome	37.63333	13		Casa Tumminello,Tumminello		15	AG	084023	
2522844	Tulni	tulni	IT		0	Europe/Rome	39.08333	8.63333		Tulni,Tului		14	CI	107007	
2522846	Trunca	trunca	IT		530	Europe/Rome	38.04642	15.7505	622			03	RC	080063	
2522854	Tripatni	tripatni	IT		0	Europe/Rome	38.68333	16.06667				03	VV	102047	
2522860	Trescero	trescero	IT		0	Europe/Rome	39.98333	16.01667				03	CS	078063	
2522861	Tresauro	tresauro	IT		0	Europe/Rome	36.91667	14.63333				15	RG	088009	
2522866	Trebisacce Marina	trebisacce-marina	IT		0	Europe/Rome	39.86667	16.53333				03	CS	078150	
2522869	Trearie	trearie	IT		267	Europe/Rome	39.122	16.40844	960			03	CS	078043	
2522871	Trappeto Oliveto Grande	trappeto-oliveto-grande	IT		0	Europe/Rome	38.36667	16.05				03	RC	080028	
2522872	Trappeto Migliaccio	trappeto-migliaccio	IT		0	Europe/Rome	38.28333	16.25				03	RC	080088	
2522873	Trappeto di Montalto	trappeto-di-montalto	IT		0	Europe/Rome	38.53333	15.98333				03	VV	102019	
2522874	Trappeto Bambino	trappeto-bambino	IT		0	Europe/Rome	38.38333	16.05				03	RC	080028	
2522880	Tracoccia	tracoccia	IT		0	Europe/Rome	38.2	15.36667				15	ME	083103	
2522882	Tracasi	tracasi	IT		0	Europe/Rome	39.11667	8.55				14	CI	107021	
2522894	Torre Sant'Irene	torre-sant-irene	IT		0	Europe/Rome	38.73333	15.98333		Torre Sant'Arena,Torre Sant'Irene		03			
2522896	Torre Ritani	torre-ritani	IT		0	Europe/Rome	38.95	17.05				03	KR	101013	
2522897	Torre Pinta	torre-pinta	IT		0	Europe/Rome	39.61667	16.65		Torre Pinta,Torre Punta		03	CS	078108	
2522898	Torre Palleca	torre-palleca	IT		0	Europe/Rome	39.36667	16.88333		Torre Palleca,Torre Pelleca		03	KR	101026	
2522902	Torre Mordillo	torre-mordillo	IT		0	Europe/Rome	39.71667	16.3				03	CS	078142	
2522904	Torre Mauro	torre-mauro	IT		0	Europe/Rome	39.26667	16.8				03	KR	101005	
2522905	Torre Marino	torre-marino	IT		0	Europe/Rome	38.65	15.85				03	VV	102030	
2522906	Torre Marcubbo	torre-marcubbo	IT		0	Europe/Rome	37.75	12.51667				15	TP	081011	
2522907	Torre Larderia	torre-larderia	IT		0	Europe/Rome	39.98333	16.13333				02	PZ	076097	
2522909	Torre Granatello	torre-granatello	IT		0	Europe/Rome	37.86667	12.51667				15	TP	081011	
2522910	Torre Forte	torre-forte	IT		0	Europe/Rome	38.11667	15.11667				15	ME	083028	
2522912	Torre di Ponte Sottano	torre-di-ponte-sottano	IT		0	Europe/Rome	39.18333	16.6		Torre di Ponte Sottano,Villa Gallucci		03	CZ	079146	
2522913	Torre di Ponte Soprano	torre-di-ponte-soprano	IT		0	Europe/Rome	39.18333	16.58333		Torre di Ponte Soprano,Torre di Ponte Zurle		03	CS	078012	
2522914	Torre di Faro	torre-di-faro	IT		0	Europe/Rome	38.26667	15.65		Faro,Torre Faro,Torre di Faro		15	ME	083048	
2522915	Torre Cognale del Pero	torre-cognale-del-pero	IT		0	Europe/Rome	39.5	16.58333				03	CS	078068	
3165836	Tellina	tellina	IT		0	Europe/Rome	46.05	11.7				20	BL		
2522917	Torre Caprara	torre-caprara	IT		0	Europe/Rome	39.18333	16.63333				03	KR	101009	
2522926	Tomaini	tomaini	IT		0	Europe/Rome	39.04705	16.33967				03	CZ	079083	
2522927	Todero	todero	IT		0	Europe/Rome	39.5	16.31667		Casa Dodaro,Casa Dódaro,Todero		03	CS	078017	
2522928	Tocci	tocci	IT		0	Europe/Rome	39.65	16.4				03	CS	078146	
2522931	Tipoddo	tipoddo	IT		0	Europe/Rome	38.15	15.46667				15	ME	083048	
2522936	Thurio	thurio	IT		0	Europe/Rome	39.68333	16.46667		Thurio,Villaggio Thurio		03	CS	078044	
2522945	Terrubia	terrubia	IT		0	Europe/Rome	39.18639	8.72111				14	CI	107012	
2522954	Terranovo di Pollino	terranovo-di-pollino	IT		0	Europe/Rome	39.96667	16.3		Terranovo,Terranovo di Pollino,Terranovo ti Pollino		02	PZ	076088	
2522962	Termine Grosso	termine-grosso	IT		0	Europe/Rome	39.01667	16.86667		Casa Termine Grosso,Termine Grosso		03	CZ	079071	
2522963	Terme Luigiane	terme-luigiane	IT		0	Europe/Rome	39.48333	15.98333				03	CS	078002	
2522964	Tenutella	tenutella	IT		0	Europe/Rome	37.28333	13.91667				15	AG	084010	
2522974	Targia	targia	IT		0	Europe/Rome	37.1	15.23333				15	SR	089017	
2522986	Su de is Gattas	su-de-is-gattas	IT		0	Europe/Rome	39.03333	8.71667		Su de is Cattas,Su de is Gattas		14	CA	092084	
2522988	Strovina	strovina	IT		221	Europe/Rome	39.52472	8.84778	60			14	VS	106015	
2522993	Straorini	straorini	IT		0	Europe/Rome	38.13333	15.75		Straorini,Straorino		03	RC	080063	
2522995	Stracia	stracia	IT		0	Europe/Rome	37.93333	15.98333				03	RC	080056	
2523000	Steccato	steccato	IT		0	Europe/Rome	38.95	16.91667				03	KR	101012	
2523002	Stasimo	stasimo	IT		0	Europe/Rome	39.25	16.8				03	KR	101006	
2523012	Sprovieri	sprovieri	IT		0	Europe/Rome	39.48333	16.35				03	CS	078003	
2523013	Spropolo	spropolo	IT		0	Europe/Rome	37.93333	16.05				03	RC	080056	
2523014	Sprazzi	sprazzi	IT		0	Europe/Rome	38.05	14.61667				15	ME	083084	
2523016	Spineto	spineto	IT		0	Europe/Rome	39.18333	16.1				03	CS	078013	
2523017	Spinello	spinello	IT		0	Europe/Rome	39.2	16.88333				03	KR	101005	
3166231	Spora	spora	IT		0	Europe/Rome	44.5	9.53333				05	PR	034003	
2523036	Spano	spano	IT		0	Europe/Rome	37.83333	12.51667				15	TP	081011	
2523050	Sorrentini	sorrentini	IT		0	Europe/Rome	38.15	14.95				15	ME	083066	
2523054	Sorgenti di Frido	sorgenti-di-frido	IT		0	Europe/Rome	39.95	16.18333		Sorgenti Frido,Sorgenti di Frido		02	PZ	076078	
2523058	Solinas	solinas	IT		0	Europe/Rome	39.02333	8.59583				14	CI	107010	
2523059	Solfara Zimbalio	solfara-zimbalio	IT		0	Europe/Rome	37.6	14.46667				15	EN	086003	
2523060	Solfara Panche	solfara-panche	IT		0	Europe/Rome	37.6	14.46667				15	EN	086003	
2523061	Solfara Giumentaro	solfara-giumentaro	IT		0	Europe/Rome	37.51667	14.13333				15	CL	085004	
2523067	Solano Superiore	solano-superiore	IT		582	Europe/Rome	38.25231	15.79928	621			03	RC	080085	
2523072	Siùrgus	siurgus	IT		0	Europe/Rome	39.59639	9.18472				14	CA	092081	
2523074	Sisinni	sisinni	IT		0	Europe/Rome	39.98333	15.86667				03	CS	078149	
2523076	Sirri	sirri	IT		0	Europe/Rome	39.2	8.55				14	CI	107003	
2523091	Simone	simone	IT		0	Europe/Rome	39.55	16.48333		Casa Simone,Simone		03	CS	078003	
2523102	Silos	silos	IT		0	Europe/Rome	39.03333	16.85		Casa del Conte,Silos		03	CZ	079071	
2523111	Signorelli	signorelli	IT		0	Europe/Rome	39.51667	16.13333				03	CS	078039	
2523115	Siculiana Marina	siculiana-marina	IT		0	Europe/Rome	37.33333	13.38333		Marina,Siculiana Marina		15			
2523120	Sicci San Biagio	sicci-san-biagio	IT		0	Europe/Rome	39.36667	9.16667				14	CA	092082	
2523121	Sicamino	sicamino	IT		0	Europe/Rome	38.15	15.33333				15	ME	083035	
2523140	Serrisi	serrisi	IT		0	Europe/Rome	39.3	16.65				03	CS	078119	
2523150	Serradipiro	serradipiro	IT		0	Europe/Rome	39.1	16.41667				03	CS	078016	
2523157	Serbariu di Sopra	serbariu-di-sopra	IT		0	Europe/Rome	39.15	8.56667				14	CI	107003	
2523160	Senole	senole	IT		0	Europe/Rome	38.21667	16.1				03	RC	080060	
2523167	Selamo	selamo	IT		0	Europe/Rome	39.51667	16.28333				03	CS	078017	
2523168	Seglieria	seglieria	IT		0	Europe/Rome	39.38333	16.53333				03	CS	078143	
2523169	Seggio Romano	seggio-romano	IT		0	Europe/Rome	39.6	16.68333		Seggia,Seggio,Seggio Romano		03	CS	078108	
2523170	Seggio Parrone	seggio-parrone	IT		0	Europe/Rome	39.6	16.68333				03	CS	078108	
2523175	Sebatzus	sebatzus	IT		0	Europe/Rome	39.31667	8.73333				14	CA	092078	
2523176	Scuola	scuola	IT		0	Europe/Rome	36.86667	14.63333				15	RG	088009	
2523177	Scucina	scucina	IT		0	Europe/Rome	38.06667	12.7				15	TP	081007	
2523178	Scrofario	scrofario	IT		0	Europe/Rome	38.31667	16.03333				03	RC	080051	
2523179	Scorza	scorza	IT		0	Europe/Rome	39.75	16.28333				03	CS	078033	
2523183	Scola	scola	IT		0	Europe/Rome	39.1	16.1				03	CS	078126	
2523189	Scifo	scifo	IT		0	Europe/Rome	39.01667	17.16667				03	KR	101010	
2523196	Schioviello	schioviello	IT		0	Europe/Rome	38.78333	16.31667				03	VV	102011	
2523198	Scarpaleggia	scarpaleggia	IT		0	Europe/Rome	39.98333	16.06667				02	PZ	076097	
2523208	Scala Greca	scala-greca	IT		0	Europe/Rome	37.11667	15.26667				15	SR		
2523216	Savarino	savarino	IT		0	Europe/Rome	36.88333	14.96667				15	SR	089013	
2523218	Satacuosco	satacuosco	IT		0	Europe/Rome	39.53333	16.46667				03	CS	078003	
2523221	Sarrotino	sarrotino	IT		0	Europe/Rome	38.9	16.53333				03	CZ	079147	
2523237	San Vito sullo Ionio	san-vito-sull-ionio	IT		2012	Europe/Rome	38.71178	16.4097		San Vito,San Vito sul Ionio,San Vito sull'Jonio,San Vito sullo Ionio,San Vito sullo Iónio	079122	03	CZ	079122	
2523243	San Vero Congius	san-vero-congius	IT		0	Europe/Rome	39.94	8.72083				14	OR	095059	
2523245	Santuario di Piedigrotta	santuario-di-piedigrotta	IT		0	Europe/Rome	37.68333	13.6				15	PA	082025	
2523246	Santuario di Gibilmanna	santuario-di-gibilmanna	IT		0	Europe/Rome	37.98333	14.01667		Gibilmanna,Santuario di Gibilmanna		15	PA	082027	
2523265	Sant'Eufemia Lamezia	sant-eufemia-lamezia	IT		0	Europe/Rome	38.91982	16.25221		Sant'Eufemia Lamezia,Santa Eufemia Lamezia		03	CZ	079160	
2523281	Sant'Avendrace	sant-avendrace	IT		0	Europe/Rome	39.23056	9.09694				14	CA	092009	
2523287	Santa Rosalia	santa-rosalia	IT		0	Europe/Rome	36.96667	14.75				15	RG	088009	
2523289	Santa Panagia	santa-panagia	IT		0	Europe/Rome	37.1	15.26667				15	SR	089017	
2523291	Sant'Antonio de Santadi	sant-antonio-de-santadi	IT		0	Europe/Rome	39.71278	8.485				14	VS	106001	
2523295	Sant'Antioco Ponti	sant-antioco-ponti	IT		0	Europe/Rome	39.05	8.46667		I Ponti,Porto Ponte Romano,Sant'Antioco Ponti		14	CI	107020	
2523319	Santa Maria la Castagna	santa-maria-la-castagna	IT		0	Europe/Rome	39.38333	16.13333				03	CS	078081	
2523322	Santa Maria di Gesù	santa-maria-di-gesu	IT		0	Europe/Rome	37.23333	14.51667				15	CT	087011	
2523323	Santa Maria del Rosario	santa-maria-del-rosario	IT		0	Europe/Rome	37.85	12.46667				15			
2523324	Santa Maria delle Grotte	santa-maria-delle-grotte	IT		0	Europe/Rome	39.46667	16.13333		Santa Maria delle Grotte,Santa Maria le Grotte		03	CS	078066	
2523326	Santa Maria de is Acquas	santa-maria-de-is-acquas	IT		0	Europe/Rome	39.615	8.78667		Santa Maria Acquas,Santa Maria de is Acquas		14	VS	106016	
2523339	Sant'Alfano	sant-alfano	IT		0	Europe/Rome	37.05	15.05				15	SR	089013	
2523345	Santa Giorgia	santa-giorgia	IT		0	Europe/Rome	38.28333	15.53333				15	ME	083048	
2523359	Santadi Basso	santadi-basso	IT		0	Europe/Rome	39.08389	8.71417				14	CI	107018	
2523374	San Sisto dei Valdesi	san-sisto-dei-valdesi	IT		0	Europe/Rome	39.38333	16.13333				03	CS	078081	
2523446	San Lauro	san-lauro	IT		0	Europe/Rome	39.55	16.06667				03	CS	078051	
2523458	San Giovanni di Sinis	san-giovanni-di-sinis	IT		0	Europe/Rome	39.88194	8.44		San Giovanni Sinis,San Giovanni del Sinis,San Giovanni di Sinis		14	OR	095018	
2523464	San Giovanni di Galermo	san-giovanni-di-galermo	IT		0	Europe/Rome	37.55	15.06667		San Giovanni,San Giovanni di Calermo,San Giovanni di Galermo		15	CT	087019	
2523488	San Francesco di Paola	san-francesco-di-paola	IT		0	Europe/Rome	37.95	15.35		San Francesco,San Francesco di Paola		15	ME	083093	
2523491	San Filoreto	san-filoreto	IT		0	Europe/Rome	38.33333	15.9				03	RC	080086	
2523492	San Filippo Superiore	san-filippo-superiore	IT		0	Europe/Rome	38.16667	15.48333				15	ME	083048	
2523494	San Filippo del Mela	san-filippo-della-mela	IT		6952	Europe/Rome	38.17007	15.27338			083077	15	ME	083077	
2523503	San Cusumano	san-cusumano	IT		0	Europe/Rome	37.18333	15.16667				15	SR	089012	
2523510	San Como	san-como	IT		0	Europe/Rome	38.16667	15.41667				15	ME	083076	
2523517	San Blasio	san-blasio	IT		0	Europe/Rome	38.36667	16.36667		Bertacci,San Blasio		03	RC	080067	
2523534	Sambrase	sambrase	IT		0	Europe/Rome	38.43333	16.41667				03	RC	080059	
2523538	Salvidio	salvidio	IT		0	Europe/Rome	39.45	16.48333		Casa Salvidio,Salvidio		03	CS	078003	
2523545	Salinella Petraro	salinella-petraro	IT		0	Europe/Rome	39.23333	16.86667				03	KR	101005	
2523546	Salinella	salinella	IT		0	Europe/Rome	39.06667	16.8				03	KR	101015	
2523556	Salerni	salerni	IT		127	Europe/Rome	39.37591	16.42438				03	CS	078034	
2523564	Saccuti	saccuti	IT		0	Europe/Rome	38.05	16.1				03	RC	080021	
2523565	Sabatino	sabatino	IT		0	Europe/Rome	38.81667	16.51667		Casa Sabatino,Casino Sabatino,Sabatino		03	CZ	079011	
2523566	Runci	runci	IT		0	Europe/Rome	38.26667	15.8				03	RC	080007	
2523568	Rugieri	rugieri	IT		0	Europe/Rome	39.5	16.3				03	CS	078017	
2523570	Rozale	rozale	IT		0	Europe/Rome	39.2	16.36667		Rozale,Rozzale		03	CS	078134	
2523572	Rovella	rovella	IT		0	Europe/Rome	39.3	16.28333		Rovella,Rovello		03	CS	078045	
2523573	Rovale	rovale	IT		0	Europe/Rome	39.25	16.53333		Rovale,Ruvale		03	CS	078119	
2523592	Rodì	rodi	IT		2335	Europe/Rome	38.10886	15.16928			083075	15	ME	083075	
2523593	Rocco	rocco	IT		0	Europe/Rome	38.95	16.78333		Molino Rocco,Rocchi,Rocco		03	CZ	079036	
2523596	Roccella	roccella	IT		0	Europe/Rome	38.8	16.6				03	CZ		
2523607	Rizzuti	rizzuti	IT		0	Europe/Rome	39.11667	16.36667				03	CS	078096	
2523609	Rizzi	rizzi	IT		0	Europe/Rome	39.01667	16.35				03	CZ	079099	
2523610	Ritiro	ritiro	IT		0	Europe/Rome	38.21667	15.53333		Ritiro,Scala Ritiro		15	ME	083048	
2523615	Righio di Varrese	righio-di-varrese	IT		0	Europe/Rome	39.31667	16.53333				03	CS	078141	
2523621	Riace Capo	riace-capo	IT		0	Europe/Rome	37.96667	15.8				03	RC	080050	
2523624	Remiti	remiti	IT		0	Europe/Rome	37.98333	15.26667				15	ME	083012	
2523635	Recattivo	recattivo	IT		0	Europe/Rome	37.61667	14				15	PA	082056	
2523637	Razzà	razza	IT		0	Europe/Rome	37.98333	16.1		Casa Razza,Casa Razzà,Razza,Razzà		03	RC	080014	
2523640	Ranieri	ranieri	IT		0	Europe/Rome	38.21667	15.65				03	RC	080018	
2523642	Rampingallo	rampingallo	IT		0	Europe/Rome	37.78333	12.7				15	TP	081018	
2523643	Ramondo	ramondo	IT		0	Europe/Rome	39.25	16.56667		Ramondo,Ramundo		03	CS	078119	
2523646	Raiu	raiu	IT		0	Europe/Rome	38.01667	15.18333		Raiu,Raju		15	ME	083023	
2523651	Ragonà	ragona	IT		0	Europe/Rome	38.43333	16.33333				03	VV	102024	
2523655	Radicena	radicena	IT		0	Europe/Rome	38.35	16.01667				03	RC	080093	
2523658	Raccuja	raccuia	IT		1389	Europe/Rome	38.05526	14.90958		Raccuja	083069	15	ME	083069	
2523663	Quattro Pani	quattro-pani	IT		0	Europe/Rome	38.5	14.91667				15	ME	083041	
2523668	Quarantano Inferiore	quarantano-inferiore	IT		0	Europe/Rome	38.35	15.96667				03	RC	080095	
2523669	Quadraletto	quadraletto	IT		0	Europe/Rome	39.28333	16.81667				03	KR	101005	
2523672	Punta Secca	punta-secca	IT		0	Europe/Rome	36.79114	14.4932				15	RG	088010	
2523689	Pozzo d'Agnello	pozzo-d-agnello	IT		0	Europe/Rome	38.56667	14.86667				15	ME	083087	
2523690	Pozzo Cocuzza	pozzo-cocuzza	IT		0	Europe/Rome	37.13333	14.73333				15	CT	087054	
2523692	Pozzella	pozzella	IT		0	Europe/Rome	39.35	17.08333		Casa Puzzello,Pozzella,Pozzello		03	KR	101007	
2523697	Porto Vesme	porto-vesme	IT		0	Europe/Rome	39.2	8.4				14	CI	107016	
2523702	Porto Palo	porto-palo	IT		0	Europe/Rome	37.56667	12.9		Porto Casa Ciano,Porto Palo		15			
2523703	Portopalo di Capo Passero	portopalo	IT		3500	Europe/Rome	36.68234	15.1346		Terra Nobile		15	SR	089020	
2523706	Porto di Maratea	porto-di-maratea	IT		0	Europe/Rome	39.98333	15.7				02			
2523708	Porto Botte	porto-botte	IT		0	Europe/Rome	39.03333	8.56667		Porto Bodie,Porto Botte		14			
2523709	Portixeddu	portixeddu	IT		0	Europe/Rome	39.44417	8.41472				14	CI	107006	
2523713	Porticella	porticella	IT		0	Europe/Rome	38.58333	16.26667				03	VV	102016	
2523714	Portella Sottana	portella-sottana	IT		0	Europe/Rome	37.88333	12.6		Masseria Portella Sottana,Portella Sottana		15	TP	081021	
2523716	Porcu Mannu	porcu-mannu	IT		0	Europe/Rome	39.16667	8.65				14	CI	107012	
2523717	Porcilicchi	porcilicchi	IT		0	Europe/Rome	39.5	16.51667				03	CS	078044	
2523719	Popelli	popelli	IT		0	Europe/Rome	38.38333	16.33333		Pappodi,Popelli		03	RC	080039	
2523722	Ponte Olivo	ponte-olivo	IT		0	Europe/Rome	37.13333	14.3		Olivo,Ponte Olivo		15	CL	085007	
2523723	Ponte la Mennola	ponte-la-mennola	IT		0	Europe/Rome	39.76667	16.36667		Ponte Amendola,Ponte la Mennola		03	CS	078029	
2523729	Pomari	pomari	IT		0	Europe/Rome	38.43333	15.96667				03	RC	080065	
2523730	Polverini	polverini	IT		0	Europe/Rome	38.96667	16.41667				03	CZ	079096	
2523735	Pollara	pollara	IT		0	Europe/Rome	38.56667	14.8				15	ME	083037	
2523739	Polimieri	polimieri	IT		0	Europe/Rome	39.08333	16.51667				03	CZ	079134	
2523743	Poleio	poleio	IT		0	Europe/Rome	39.2	16.28333				03	CS	078014	
2523746	Pogliano	pogliano	IT		0	Europe/Rome	39.15	16.1				03	CS	078013	
2523763	Pittarella	pittarella	IT		0	Europe/Rome	39.1	16.28333				03	CZ	079083	
2523765	Piscopie	piscopie	IT		0	Europe/Rome	39.16667	16.13333				03	CS	078062	
2523766	Piscità	piscita	IT		0	Europe/Rome	38.8	15.23333				15	ME	083041	
2523768	Pisciotto	pisciotto	IT		0	Europe/Rome	38.23333	15.51667				15	ME	083048	
2523772	Pirillo	pirillo	IT		0	Europe/Rome	39.08333	16.38333				03	CZ	079138	
2523781	Pietre Bianche	pietre-bianche	IT		0	Europe/Rome	39.03333	16.23333				03	CZ	079074	
2523789	Pietragrossa	pietragrossa	IT		0	Europe/Rome	37.96667	15.18333				15	ME	083023	
2523791	Pietracalcina	pietracalcina	IT		0	Europe/Rome	38.03333	15.98333				03	RC	080011	
2523792	Pietra	pietra	IT		0	Europe/Rome	38.45	16.41667				03	RC	080059	
2523798	Piano Scala	piano-scala	IT		0	Europe/Rome	37.7	12.5		Case Scala,Piano Scala		15	TP	081024	
2523800	Piano della Fiera	piano-della-fiera	IT		0	Europe/Rome	39.65	16.03333		Piano della Fiera,Piano di Fiera		03	CS	078085	
2523802	Piano Conte	piano-conte	IT		0	Europe/Rome	38.48333	14.93333				15	ME	083041	
2523804	Pianelle	pianelle	IT		0	Europe/Rome	39.96667	16.01667				03	CS		
2523812	Pezzi di Gala	pezzi-di-gala	IT		0	Europe/Rome	38.13333	15.15				15	ME	083106	
2523815	Petruzzolo	petruzzolo	IT		0	Europe/Rome	39.98333	15.96667				03	CS	078063	
2523913	Palinudo	palinudo	IT		0	Europe/Rome	39.06667	16.33333		Palinudo,Paoli		03	CZ	079043	
2523824	Petracca	petracca	IT		0	Europe/Rome	36.98333	15.03333		Case Petracca,Petracca		15	SR	089013	
2523826	Pesus	pesus	IT		0	Europe/Rome	39.15972	8.64028				14	CI	107014	
2523830	Perlupo	perlupo	IT		0	Europe/Rome	38.13333	15.8				03	RC	080063	
2523837	Perciata	perciata	IT		0	Europe/Rome	37.88333	13.15		Masseria Perciata,Perciata		15	PA	082049	
2523848	Pedochiella	pedochiella	IT		0	Europe/Rome	38.96667	17.06667		Pedochiella,Pidocchiella		03	KR	101013	
2523851	Pedali	pedali	IT		829	Europe/Rome	39.99187	16.06125	564			02	PZ	076097	
2523868	Pastine	pastine	IT		0	Europe/Rome	39.75	15.86667				03	CS	078132	
2523873	Parrini	parrini	IT		0	Europe/Rome	37.68333	12.48333		Case Parrini,Parrini		15			
2523878	Pardu Atzei	pardu-atzei	IT		0	Europe/Rome	39.63333	8.55				14	VS	106007	
2523884	Paparella	paparella	IT		0	Europe/Rome	38.05	12.63333				15	TP	081022	
2523886	Papaglionti	papaglionti	IT		0	Europe/Rome	38.65	16.03333				03	VV	102047	
2523891	Pantanolungo	pantanolungo	IT		0	Europe/Rome	39.23333	16.2				03	CS	078026	
2523893	Pantalica	pantalica	IT		0	Europe/Rome	37.13333	15.01667		Pantalica		15	SR	089019	
2523894	Pantaleo	pantaleo	IT		0	Europe/Rome	39.08778	8.7975				14	CI	107018	
2523897	Panetti	panetti	IT		0	Europe/Rome	39.01667	16.3		Giampaolo,Panetti		03	CZ	079099	
2523901	Palombara	palombara	IT		0	Europe/Rome	38.96667	16.48333				03	CZ	079077	
2523924	Palazzo della Piana	palazzo-della-piana	IT		0	Europe/Rome	39.81667	16.41667				03	CS	078036	
2523929	Pagliarazzi	pagliarazzi	IT		0	Europe/Rome	36.9	14.91667				15	SR	089016	
2523933	Pagliaia	pagliaia	IT		0	Europe/Rome	38.08333	12.7				15	TP	081007	
2523936	Pagania	pagania	IT		0	Europe/Rome	39.55	16.43333				03	CS	078003	
2523939	Pace Superiore	pace-superiore	IT		0	Europe/Rome	38.16667	15.31667				15	ME	083035	
2523940	Pace Inferiore	pace-inferiore	IT		0	Europe/Rome	38.18333	15.31667				15	ME	083064	
2523944	Ovile Sant'Andre	ovile-sant-andre	IT		0	Europe/Rome	39	17.08333		Ovile,Ovile Sant'Andre		03	KR	101013	
2523945	Ovile la Marinella	ovile-la-marinella	IT		0	Europe/Rome	38.91667	17.1				03	KR	101013	
2523946	Ovile la Marina	ovile-la-marina	IT		0	Europe/Rome	38.96667	17.13333				03	KR	101013	
2523947	Ovile Forgianello	ovile-forgianello	IT		0	Europe/Rome	38.98333	17.11667		Ovile,Ovile Forgianello		03	KR	101013	
2523956	Orsigliadi	orsigliadi	IT		0	Europe/Rome	38.65	15.86667				03	VV	102030	
2523957	Orsi	orsi	IT		0	Europe/Rome	39.03559	16.36259				03	CZ	079043	
2523970	Ollastra Simaxis	ollastra-simaxis	IT		0	Europe/Rome	39.95222	8.73417		Ollastra,Ollastra Simaxis		14	OR	095037	
2523971	Oliveto	oliveto	IT		399	Europe/Rome	38.04781	15.70444	228			03	RC	080063	
2523973	Olivaro	olivaro	IT		0	Europe/Rome	39.26667	16.68333		Olivaro,Olivaru		03	CS	078119	
2523977	Oliva	oliva	IT		0	Europe/Rome	38.31667	15.98333				03	RC	080095	
2523982	Occhio	occhio	IT		0	Europe/Rome	38.05	15.65				03			
2523992	Nucavi	nucavi	IT		0	Europe/Rome	38.33333	16.31667				03	RC	080039	
2523996	Noto Marina	noto-marina	IT		0	Europe/Rome	36.85	15.11667		Colonia Marina,Lido di Noto,Noto Marina		15	SR		
2524002	Noce	noce	IT		0	Europe/Rome	38.11667	13.33333				15	PA	082053	
2524007	Nicotera Marina	nicotera-marina	IT		0	Europe/Rome	38.55	15.93333				03	VV	102025	
2524012	Nicchiara	nicchiara	IT		0	Europe/Rome	37.26667	14.75		Casa Nicchiara,Nicchiara		15	CT	087025	
2524027	Musteddinu	musteddinu	IT		0	Europe/Rome	39.18333	8.56667				14	CI	107003	
2524030	Musala	musala	IT		0	Europe/Rome	38.21667	15.66667				03	RC	080018	
2524036	Muglia	muglia	IT		0	Europe/Rome	37.56667	14.75				15	EN	086007	
2524051	Morgilongo	morgilongo	IT		0	Europe/Rome	39.95	15.93333				03	CS	078063	
2524058	Morachi	morachi	IT		0	Europe/Rome	39.08333	16.4				03	CZ	079138	
2524066	Monte Piselli	monte-piselli	IT		0	Europe/Rome	38.18333	15.53333				15	ME	083048	
2524079	Montalbano Elicona	montalbano-di-elicona	IT		2838	Europe/Rome	38.02466	15.01268		Montalbano Elicona,Montalbano d'Elicona,Muntarbanu	083057	15	ME	083057	
2524087	Mongo	mongo	IT		0	Europe/Rome	38.8	16.38333				03	CZ	079034	
2524092	Monforte San Giorgio Marina	monforte-san-giorgio-marina	IT		0	Europe/Rome	38.2	15.33333		Casino,Monforte San Giorgio Marina		15	ME	083080	
2524098	Monaco	monaco	IT		0	Europe/Rome	39.88333	16.53333		Monaco,Mónaco		03	CS	078150	
2524102	Molino San Biagio	molino-san-biagio	IT		0	Europe/Rome	38.01667	14.18333				15	PA	082065	
2524103	Molino di Serrarossa	molino-di-serrarossa	IT		0	Europe/Rome	39.06667	16.88333		Molino di Serrarossa,Serrarossa		03	KR	101017	
2524107	Molinaro	molinaro	IT		0	Europe/Rome	39.5	16.45				03	CS	078003	
2524108	Molinari	molinari	IT		0	Europe/Rome	39.5	16.46667				03	CS	078003	
2524111	Mola Vento	mola-vento	IT		0	Europe/Rome	37.73333	12.51667				15	TP	081011	
2524120	Modi	modi	IT		0	Europe/Rome	38.35	16.33333				03	RC	080039	
2524121	Mitta	mitta	IT		0	Europe/Rome	37.96667	15.26667				15	ME	083012	
2524128	Mirto Croscia	mirto-croscia	IT		0	Europe/Rome	39.6	16.76667				03	CS	078047	
2524136	Mio Caro	mio-caro	IT		0	Europe/Rome	39.55	15.98333				03	CS	078040	
2524137	Miniera Trabia	miniera-trabia	IT		0	Europe/Rome	37.3	14.03333		Miniera Trabia,Solfarella		15	CL	085015	
2524138	Miniera Montagna d'Aragona	miniera-montagna-d-aragona	IT		0	Europe/Rome	37.43333	13.6				15	AG	084003	
2524139	Malacalzetta	malacalzetta	IT		0	Europe/Rome	39.37472	8.5475		Malacalzetta,Miniera Malacalzetta,Miniera di Malacalzetta,Montenovo		14	CI	107009	
2524141	Miniera Cozzo Disi	miniera-cozzo-disi	IT		0	Europe/Rome	37.5	13.66667				15	AG	084012	
2524144	Militello Rosmarino	militello-rosmatino	IT		1445	Europe/Rome	38.04616	14.67647		Militello,Militello Rosmarino,Militello di Rosmarino,Militieddu	083050	15	ME	083050	
2524146	Mili San Pietro	mili-san-pietro	IT		0	Europe/Rome	38.13333	15.48333				15	ME	083048	
2524156	Milanesi	milanesi	IT		0	Europe/Rome	38.2	15.73333		Milanese,Milanesi		03	RC	080016	
2524159	Migliarello	migliarello	IT		0	Europe/Rome	39.03333	17.08333				03	KR	101010	
2524161	Migaudi	migaudi	IT		0	Europe/Rome	39.41667	16.28333		Migaldi,Migaudi		03	CS	078070	
2524174	Meroso	meroso	IT		0	Europe/Rome	39.98333	15.98333				03	CS	078063	
2524187	Melilla	melilla	IT		0	Europe/Rome	39.11667	16.36667				03	CS	078096	
2524196	Mecarillo	mecarillo	IT		0	Europe/Rome	39.66667	16.01667				03	CS	078128	
2524198	Mazzuca	mazzuca	IT		0	Europe/Rome	39.1	16.8				03	KR	101017	
2524203	Mazza	mazza	IT		0	Europe/Rome	38.96667	16.85				03	CZ	079005	
2524207	Mauro	mauro	IT		0	Europe/Rome	39.6	16.36667				03	CS	078114	
2524211	Masseria Tempa del Pertagio	masseria-tempa-del-pertagio	IT		0	Europe/Rome	39.95	16.11667				02	PZ	076097	
2524212	Masseria Speciale	masseria-speciale	IT		0	Europe/Rome	37.55	14.61667				15	EN	086001	
2524213	Masseria Sollima	masseria-sollima	IT		0	Europe/Rome	37.43333	14.51667				15	EN	086002	
2524214	Masseria Scilva	masseria-scilva	IT		0	Europe/Rome	39.85	16.41667				03	CS	078036	
2524215	Masseria Santa Maria del Bosco	masseria-santa-maria-del-bosco	IT		0	Europe/Rome	37.93333	14.95		Masseria Santa Maria del Bosco,Santa Maria del Bosco		15	ME	083083	
2524216	Masseria San Biagio	masseria-san-biagio	IT		0	Europe/Rome	37.25	14.81667		Casa San Biagio,Casa San Biágio,Masseria San Biagio		15	SR	089011	
2524217	Masseria Salituri	masseria-salituri	IT		0	Europe/Rome	39.78333	16.23333				03	CS	078033	
2524218	Masseria Rossi	masseria-rossi	IT		0	Europe/Rome	37.56667	14.38333				15	EN	086009	
2524219	Masseria Niscima	masseria-niscima	IT		0	Europe/Rome	37.28333	14.65		Masseria Niscima,Niscima		15	CT	087027	
2524220	Masseria Margherito Sottano	masseria-margherito-sottano	IT		0	Europe/Rome	37.38333	14.61667		Margherito Sottano,Masseria Margherito Sottano		15	CT	087037	
2524221	Masseria Macchiafava	masseria-macchiafava	IT		0	Europe/Rome	37.78333	14.76667				15	CT	087009	
2524222	Masseria Grotta Fumata	masseria-grotta-fumata	IT		0	Europe/Rome	37.71667	14.71667				15	EN	086018	
2524223	Masseria Giancio	masseria-giancio	IT		0	Europe/Rome	37.55	14.58333				15	CT	087037	
2524224	Masseria Fovate	masseria-fovate	IT		0	Europe/Rome	37.43333	14.63333				15	CT	087037	
2524225	Masseria Filippelli	masseria-filippelli	IT		0	Europe/Rome	39.56667	16.78333				03	CS	078047	
2524226	Masseria di Rusciano	masseria-di-rusciano	IT		0	Europe/Rome	39.96667	16.25		Masseria Rusciano,Masseria di Rusciano		02	PZ	076088	
2524227	Masseria di Bruca	masseria-di-bruca	IT		0	Europe/Rome	37.66667	14.68333				15	EN	086016	
2524228	Masseria Cunazzo	masseria-cunazzo	IT		0	Europe/Rome	37.48333	14.46667				15	EN	086002	
2524229	Masseria Comunelli	masseria-comunelli	IT		0	Europe/Rome	37.78333	14.71667				15	EN	086018	
2524230	Masseria Comunelli	masseria-comunelli	IT		0	Europe/Rome	37.45	14.68333				15	CT	087037	
2524231	Masseria Caruso	masseria-caruso	IT		0	Europe/Rome	39.53333	16.76667				03	CS	078022	
2524233	Massadita	massadita	IT		0	Europe/Rome	39.93333	15.81667		Case Massadita,Massadita		03	CS	078005	
2524248	Marri	marri	IT		0	Europe/Rome	39.41667	16.13333		Marri		03	CS	078112	
2524249	Marraglione	marraglione	IT		0	Europe/Rome	38.96667	16.75				03	CZ	079130	
2524257	Marina Serra	marina-serra	IT		0	Europe/Rome	39.91306	18.39038		La Serra		13	LE	075088	
2524258	Marina Schiavonia	marina-schiavonia	IT		0	Europe/Rome	39.65	16.53333		Marina Schiavonia,Schiavonea,Schiavonia,Schiavunea		03	CS	078044	
2524259	Marina Porto	marina-porto	IT		0	Europe/Rome	39.9334	18.3954		Porto di Tricase		13	LE	075088	
2524261	Marina di Sellia	marina-di-sellia	IT		0	Europe/Rome	38.9	16.73333		Marina Sellia,Marina di Sellia		03	CZ	079127	
2524264	Marina di Palma	marina-di-palma	IT		0	Europe/Rome	37.17601	13.7166				15	AG	084027	
2524265	Marina di Monasterace	marina-di-monasterace	IT		0	Europe/Rome	38.43333	16.56667		Marina Monasterace,Marina di Monasterace,Monasterace Marina		03	RC	080052	
2524269	Marina di Catanzaro	marina-di-catanzaro	IT		0	Europe/Rome	38.81667	16.6				03	CZ	079011	
2524271	Marina d'Avola	marina-d-avola	IT		0	Europe/Rome	36.9	15.13333				15	SR	089002	
2524280	Marchicelli	marchicelli	IT		0	Europe/Rome	39.15	16.5				03	CS	078093	
2524284	Marcazzo	marcazzo	IT		0	Europe/Rome	37.96667	15.18333				15	ME	083023	
2524285	Marcatobianco	marcatobianco	IT		0	Europe/Rome	37.73333	13.7				15	PA	082025	
2524291	Maranise	maranise	IT		0	Europe/Rome	39.01667	16.56667		Maranise,Muranise		03	CZ	079134	
2524302	Mangiapane	mangiapane	IT		0	Europe/Rome	38.1	12.7		Case Mangiapane,Mangiapane		15	TP	081007	
2524303	Mandriagrande	mandriagrande	IT		0	Europe/Rome	39.13333	16.51667				03	CZ	079146	
2524304	Mandra Capreria	mandra-capreria	IT		0	Europe/Rome	38.01667	13.58333				15	PA	082004	
2524325	Maladera	maladera	IT		0	Europe/Rome	39.21667	16.8				03	KR	101002	
2524330	Maida Marina	maida-marina	IT		0	Europe/Rome	38.86667	16.23333				03	CZ	079160	
2524332	Magorano	magorano	IT		0	Europe/Rome	39.88333	18.35				13	LE	075002	
2524334	Magliacane	magliacane	IT		0	Europe/Rome	38.95	16.88333				03	CZ	079009	
2524341	Madonna Vergadoro	madonna-vergadoro	IT		0	Europe/Rome	39.23333	17.08333				03	KR	101025	
2524342	Madonna di Mare	madonna-di-mare	IT		0	Europe/Rome	39.4	17.11667				03	KR	101008	
2524343	Madonna della Catena	madonna-della-catena	IT		0	Europe/Rome	38.03333	16.13333				03	RC	080009	
2524344	Madia	madia	IT		0	Europe/Rome	39.11667	16.76667				03	KR	101017	
2524345	Maddalenedda	maddalenedda	IT		0	Europe/Rome	39.15	9.01667				14	CA	092011	
2524347	Macri	macri	IT		0	Europe/Rome	38.71667	16.36667				03	CZ	079122	
2524353	Luposa	luposa	IT		0	Europe/Rome	39.28333	16.71667		Lipusa,Luposa		03	CS	078119	
2524354	Luogo Grande	luogo-grande	IT		0	Europe/Rome	37.92578	12.51154		Locogrande		15	TP	081021	
2524355	Luoghicello	luoghicello	IT		0	Europe/Rome	38.95	16.83333				03	CZ	079012	
2524364	Lo Schioppo	lo-schioppo	IT		0	Europe/Rome	38.65	16.23333				03	VV	102046	
2524370	Longbardi	longbardi	IT		0	Europe/Rome	38.71667	16.13333				03	VV	102047	
2524375	Litarru	litarru	IT		0	Europe/Rome	39.15	8.7				14	CI	107012	
2524376	L'Isola	l-isola	IT		0	Europe/Rome	39.85	15.88333				03	CS	078092	
2524390	Li Gretti	li-gretti	IT		0	Europe/Rome	39.9	15.7				03			
2524391	Lido di Mondello	lido-di-mondello	IT		0	Europe/Rome	38.2	13.33333		Lido,Lido di Mondello		15	PA		
2524403	Le Pioppe	le-pioppe	IT		0	Europe/Rome	38.61667	16		Le Pioppe,Li Pioppe,Li Pioppi,Mesiano		03	VV	102031	
2524406	Lenzuno	lenzuno	IT		0	Europe/Rome	39.23333	16.63333		Lenzuno,Linzana		03	CS	078119	
2524407	L'Entrata	l-entrata	IT		0	Europe/Rome	38.11667	15.85				03	RC	080022	
2524411	Lentina	lentina	IT		0	Europe/Rome	38.03333	12.66667				15	TP	081022	
2524415	Le Macchie	le-macchie	IT		0	Europe/Rome	39.25	16.51667		Le Macchie,Le Macchie di Tancredi,Le Mácchie di Tancredi		03	CS	078119	
2524416	L'Edera	l-edera	IT		0	Europe/Rome	38.03333	16.03333		Dedera,L'Edera		03	RC	080015	
2524418	Le Caselle	le-caselle	IT		0	Europe/Rome	39.71667	16.41667		La Casella,Le Caselle		03	CS	078029	
2524419	Lazzidono	lazzidono	IT		0	Europe/Rome	39.96667	15.93333				03	CS	078063	
2524423	La Volta del Ponte	la-volta-del-ponte	IT		0	Europe/Rome	39.71667	16.4				03	CS	078029	
2524424	La Volta del Forno	la-volta-del-forno	IT		0	Europe/Rome	39.7	16.43333				03	CS	078044	
2524434	La Taverna	la-taverna	IT		0	Europe/Rome	38.96667	16.16667				03	CZ	079060	
2524437	La Scruca	la-scruca	IT		0	Europe/Rome	39.3	16.5		La Scruca,La Sculca		03	CS	078141	
2524440	La Rotondella	la-rotondella	IT		0	Europe/Rome	37.5	14.9				15	CT	087007	
2524441	La Rocca	la-rocca	IT		0	Europe/Rome	38.11667	14.71667		La Rocca,Rocca di Caprileone		15	ME	083009	
2524442	Larderia Superiore	larderia-superiore	IT		0	Europe/Rome	38.15	15.48333				15	ME	083048	
2524443	Larderia Inferiore	larderia-inferiore	IT		0	Europe/Rome	38.13333	15.5		Larderia,Larderia Inferiore,Lareria		15	ME	083048	
2524444	Laratta	laratta	IT		0	Europe/Rome	39.26667	16.73333				03	CS	078119	
2524448	La Pervolidda	la-pervolidda	IT		0	Europe/Rome	37.48333	13.86667				15	CL	085018	
2524451	La Palombella	la-palombella	IT		0	Europe/Rome	39.56667	16.51667		La Palombella,Palombella		03	CS	078044	
2524452	La Palazzina	la-palazzina	IT		0	Europe/Rome	39.45	16.85				03	CS	078137	
2524455	Landro	landro	IT		0	Europe/Rome	37.66667	13.98333				15	PA	082056	
2524460	Lamia	lamia	IT		0	Europe/Rome	38.46667	15.95				03	RC	080069	
2524461	La Matina	la-matina	IT		0	Europe/Rome	39.41667	16.51667		Casa la Mattina,La Matina		03	CS	078034	
2524462	La Marinella	la-marinella	IT		0	Europe/Rome	39.95	15.73333				02			
2524464	La Lenza	la-lenza	IT		0	Europe/Rome	38.46667	16.46667		La Lenza,Lenza		03	RC	080092	
2524469	Laghitello	laghitello	IT		0	Europe/Rome	39.15	16.13333				03	CS	078062	
2524472	La Foresta	la-foresta	IT		0	Europe/Rome	39.6	16.73333				03	CS	078108	
2524473	La Foresta	la-foresta	IT		0	Europe/Rome	38.98333	16.33333		Case Foresta,La Foresta		03	CZ	079160	
2524474	La Ferrera	la-ferrera	IT		0	Europe/Rome	39.38333	16.11667				03	CS	078081	
2524475	La Ferrandina	la-ferrandina	IT		0	Europe/Rome	38.33333	15.95				03	RC	080055	
2524476	La Favella	la-favella	IT		0	Europe/Rome	39.66667	16.43333				03	CS	078044	
2524477	La Fabbrica	la-fabbrica	IT		0	Europe/Rome	38.41667	14.95				15	ME		
2524478	L'Addolorata	l-addolorata	IT		0	Europe/Rome	37.81667	12.46667		Cappella della Addolorata,L'Addolorata		15	TP	081011	
2524480	La Chiesa	la-chiesa	IT		0	Europe/Rome	37.08333	14.55				15	CT	087056	
2524481	La Certosa	la-certosa	IT		0	Europe/Rome	38.55	16.31667		Certosa,La Certosa		03	VV	102037	
2524482	Lacecetto	lacecetto	IT		0	Europe/Rome	39.35	16.51667				03	CS	078143	
2524483	Lacchi	lacchi	IT		0	Europe/Rome	38.41667	16.13333				03	RC	080027	
2524484	La Casiola	la-casiola	IT		0	Europe/Rome	39.88333	16.28333				03	CS	078057	
2524485	La Callura	la-callura	IT		0	Europe/Rome	37.36667	14.81667		Callura,La Callura,Masseria Chiesa,Masseria Chiesa Callura,Masseria la Callora		15	CT	087032	
2524486	Labonia	labonia	IT		0	Europe/Rome	39.65	16.36667				03	CS	078146	
2524487	La Banca	la-banca	IT		0	Europe/Rome	36.8	15.1		Balsamo,La Banca		15	SR		
2524497	Is Meddas	is-meddas	IT		0	Europe/Rome	39.15	8.68333				14	CI	107012	
2524499	Ischiaromana	ischiaromana	IT		0	Europe/Rome	39.15	16.36667		Isca Romana,Iscaramano,Ischiaromana		03	CS	078078	
2524500	Ischellini	ischellini	IT		0	Europe/Rome	39.43333	16.76667		Ischellini,Ischettini		03	CS	078018	
2524504	Iria	iria	IT		0	Europe/Rome	38.03333	14.63333				15	ME	083084	
2524507	Ioppolo	ioppolo	IT		0	Europe/Rome	38.58333	15.88333				03			
2524508	Ioppola	ioppola	IT		0	Europe/Rome	39.98333	16.06667		Ioppola,Ioppoli		02	PZ	076097	
2524509	Ionadi	ionadi	IT		0	Europe/Rome	38.61667	16.05				03	VV	102012	
3170706	Pill	pill	IT		0	Europe/Rome	46.56667	12.68333				20	BL	025052	
2524515	I Mulelli	i-mulelli	IT		0	Europe/Rome	39.45	16.76667				03	CS	078018	
2524521	Il Torrione	il-torrione	IT		0	Europe/Rome	39.61667	16.26667				03	CS	078145	
2524522	Il Seduttore	il-seduttore	IT		0	Europe/Rome	39.61667	16.03333				03	CS	078073	
2524523	Il Porcile	il-porcile	IT		0	Europe/Rome	39.73333	16.36667				03	CS	078029	
2524524	Il Pagliarone	il-pagliarone	IT		0	Europe/Rome	38.9	16.25				03	CZ	079160	
2524525	Il Monte	il-monte	IT		0	Europe/Rome	38.65	15.91667				03	VV	102009	
2524527	Il Crossetto	il-crossetto	IT		0	Europe/Rome	39.6	16.65		Crosetto,Il Crossetto		03	CS	078108	
2524529	Il Casale	il-casale	IT		0	Europe/Rome	38.06667	15.11667		Casale,Il Casale		15	ME	083100	
2524531	Il Baraccone	il-baraccone	IT		0	Europe/Rome	38.41667	15.95				03	RC	080065	
2524535	Ieno	ieno	IT		0	Europe/Rome	39.58333	16.33333				03	CS	078114	
2524537	I Casoni	i-casoni	IT		0	Europe/Rome	39.73333	16.48333				03	CS	078029	
2524539	Iatrinoli	iatrinoli	IT		0	Europe/Rome	38.35	16.01667		Iatrinoli,Latrinoli		03	RC	080093	
2524543	Ianni	ianni	IT		0	Europe/Rome	39.71667	15.88333		Ianni,Sant'Ianni		03	CS	078071	
2524545	Gutterie	gutterie	IT		0	Europe/Rome	39.58333	16.58333		Guttaria,Gutterie		03	CS	078108	
2524548	Gullo	gullo	IT		0	Europe/Rome	39.08333	16.98333		Barco di Gallo,Barco di Gullo,Gullo		03	KR	101012	
2524549	Guido	guido	IT		0	Europe/Rome	38.91667	16.76667				03	CZ	079127	
2524550	Gugliano	gugliano	IT		0	Europe/Rome	39.6	16.05				03	CS	078073	
2524559	Grugua	grugua	IT		0	Europe/Rome	39.38333	8.46667				14	CI	107001	
2524567	Grillea	grillea	IT		0	Europe/Rome	39.25	16.81667				03	KR	101006	
2524571	Gravano	gravano	IT		0	Europe/Rome	37.8	12.53333				15	TP	081011	
2524591	Golino	golino	IT		0	Europe/Rome	38.8	16.58333				03	CZ	079011	
2524601	Girello	girello	IT		0	Europe/Rome	38.38333	15.95				03	RC	080093	
2524603	Gipso	gipso	IT		0	Europe/Rome	39.18333	16.86667				03	KR	101022	
2524608	Gioia	gioia	IT		254	Europe/Rome	39.52193	16.39618	781			03	CS	078003	
2524611	Gimello ne'Monaci	gimello-ne-monaci	IT		0	Europe/Rome	38.13333	15.4				15	ME	083054	
2524615	Gibbesi Vecchio	gibbesi-vecchio	IT		0	Europe/Rome	37.3	13.95				15	AG	084026	
2524620	Giardini di Gioiosa	giardini-di-gioiosa	IT		0	Europe/Rome	38.31667	16.31667				03	RC	080039	
2524621	Giardini	giardini	IT		0	Europe/Rome	39.1	16.85				03	KR	101017	
2524628	Giamiglione	giamiglione	IT		0	Europe/Rome	39.1	17.05				03	KR	101010	
2524632	Gharaca	gharaca	IT		0	Europe/Rome	37.95	15.93333				03	RC	080013	
2524638	Geremèas	geremeas	IT		0	Europe/Rome	39.17444	9.37889				14	CA	092051	
2524639	Gerbini	gerbini	IT		0	Europe/Rome	37.46667	14.83333				15	CT	087037	
2524647	Genniomus	genniomus	IT		0	Europe/Rome	39.05	8.73333				14	CI	107018	
2524655	Gastili	gastili	IT		0	Europe/Rome	39.16667	16.06667		Gastili,Regastili		03	CS	078013	
2524658	Garisi	garisi	IT		0	Europe/Rome	37.61667	14.01667				15	PA	082056	
2524659	Garigliano	garigliano	IT		0	Europe/Rome	38.8	16.4				03	CZ	079059	
2524660	Gardi	gardi	IT		0	Europe/Rome	39.73333	16.3				03	CS	078029	
2524662	Gambarie d'Aspromonte	gambarie-d-aspromonte	IT		0	Europe/Rome	38.16667	15.83333		Cambarie d'Aspromonte,Cambárie d'Aspromonte,Gambarie,Gambarie d'Aspromonte		03	RC	080083	
2524663	Gallucci	gallucci	IT		0	Europe/Rome	39.26667	16.78333				03	KR	101005	
2524671	Galligianesi	galligianesi	IT		0	Europe/Rome	38.01667	15.96667				03	RC	080011	
2524672	Gallico Marina	gallico-marina	IT		0	Europe/Rome	38.16667	15.65				03	RC	080063	
2524675	Galliciano	galliciano	IT		0	Europe/Rome	38.03333	15.9		Galliciano		03	RC	080066	
2524676	Galli	galli	IT		0	Europe/Rome	38.98333	16.36667				03	CZ	079129	
2524687	Gagliano	gagliano	IT		0	Europe/Rome	38.91667	16.55				03	CZ	079023	
2524696	Fronte Aguglieri	fronte-aguglieri	IT		0	Europe/Rome	39.03333	16.15				03	CZ	079087	
2524701	Frassi di Mele	frassi-di-mele	IT		0	Europe/Rome	38.85	16.56667				03	CZ	079108	
2524710	Fragulo	fragulo	IT		0	Europe/Rome	39.28333	16.58333		Fragula,Fragulo		03	CS	078119	
2524712	Fossiata	fossiata	IT		0	Europe/Rome	39.38333	16.58333				03	CS	078143	
2524714	Fossato	fossato	IT		0	Europe/Rome	38.01667	15.78333				03	RC	080053	
2524721	Forcanello	forcanello	IT		0	Europe/Rome	38.38333	15.9				03	RC	080057	
2524722	Fontanelli	fontanelli	IT		0	Europe/Rome	38.16667	15.63333		Fontanelle,Fontanelli		03			
2524724	Fondaco Vecchio	fondaco-vecchio	IT		0	Europe/Rome	38.8	16.23333				03	VV	102014	
2524725	Fondaco Apostoliti	fondaco-apostoliti	IT		0	Europe/Rome	38.8	16.25				03	VV	102014	
2524726	Fondaco	fondaco	IT		0	Europe/Rome	38.23333	15.43333				15	ME	083105	
2524730	Focà	foca	IT		0	Europe/Rome	38.35	16.46667				03	RC	080025	
2524737	Flavetto	flavetto	IT		0	Europe/Rome	39.3	16.48333				03	CS	078141	
2524739	Fiuzzi	fiuzzi	IT		0	Europe/Rome	39.9	15.78333		Fiusi,Fiuzzi		03	CS	078101	
2524747	Fittasi Sottano	fittasi-sottano	IT		0	Europe/Rome	37.9	12.65		Fellase,Fittasi Sottano		15	TP	081021	
2524752	Filigieno	filigieno	IT		0	Europe/Rome	39.45	16.63333		Filigeni,Filigieno		03	CS	078068	
2524754	Filicello	filicello	IT		0	Europe/Rome	37.78333	12.48333				15	TP	081011	
2524755	Filemi	filemi	IT		0	Europe/Rome	38.65	16.45				03	CZ	079123	
2524759	Figunni	figunni	IT		0	Europe/Rome	39.96667	15.96667		Casa Figunno,Figunni		03	CS	078063	
2524760	Figu	figu	IT		0	Europe/Rome	39.76333	8.86361				14	OR	095023	
2524766	Ficaia	ficaia	IT		0	Europe/Rome	39.9	15.73333				03			
2524772	Ferraud	ferraud	IT		0	Europe/Rome	39.53333	16.31667		Casa Feraudo,Ferraud		03	CS	078017	
2524776	Ferdinandea	ferdinandea	IT		0	Europe/Rome	38.5	16.38333		Ferdinandea		03	RC	080092	
2524778	Fazio	fazio	IT		0	Europe/Rome	37.93333	12.68333				15	TP	081021	
2524783	Favata	favata	IT		0	Europe/Rome	39.5	16.68333				03	CS	078046	
2524785	Favarotta	favarotta	IT		0	Europe/Rome	37.21667	13.91667				15	AG	084010	
2524787	Fattoria Feudonuovo	fattoria-feudonuovo	IT		0	Europe/Rome	37.41667	14.5				15	EN	086002	
2524788	Fattoria Cazzipoli	fattoria-cazzipoli	IT		0	Europe/Rome	37.88333	14.66667				15	ME	083017	
2524789	Fatighella	fatighella	IT		0	Europe/Rome	39.06667	16.8				03	KR	101015	
2524794	Faro	faro	IT		0	Europe/Rome	38.9	17.1				03	CZ		
2524796	Fantini	fantini	IT		0	Europe/Rome	39.23333	16.73333				03	CS	078119	
2524804	Failla	failla	IT		0	Europe/Rome	38.9	16.41667				03	CZ	079069	
2524806	Faghita	faghita	IT		0	Europe/Rome	39.4	16.61667				03	CS	078068	
2524807	Fadarechi	fadarechi	IT		0	Europe/Rome	37.96667	15.28333				15	ME	083012	
2524812	Escovedu	escovedu	IT		0	Europe/Rome	39.79083	8.85611				14	OR	095070	
2524816	Eranova	eranova	IT		0	Europe/Rome	38.46667	15.91667				03	RC	080038	
2524828	Drauto	drauto	IT		0	Europe/Rome	38.63333	15.08333				15			
2524834	Donn'Angelo	donn-angelo	IT		0	Europe/Rome	38.01667	16.08333				03	RC	080015	
2524838	Donigala	donigala	IT		0	Europe/Rome	39.97139	9.67139		Donigala,Donigalla		14	OG	105012	
2524840	Donigala	donigala	IT		0	Europe/Rome	39.60417	9.18889		Donigala,Donigala Siurgus		14	CA	092081	
2524845	Dolcetti	dolcetti	IT		0	Europe/Rome	39.75	16.25		Dolcetti,Masseria Dolcetti		03	CS	078033	
2524853	Digerbato	digerbato	IT		0	Europe/Rome	37.78333	12.53333				15	TP	081011	
2524874	Cuppodia	cuppodia	IT		0	Europe/Rome	37.21667	14.98333				15	SR	089006	
2524875	Cumia Superiore	cumia-superiore	IT		0	Europe/Rome	38.18333	15.5				15	ME	083048	
2524876	Cumia Inferiore	cumia-inferiore	IT		0	Europe/Rome	38.18333	15.5				15	ME	083048	
2524879	Cuccumella	cuccumella	IT		0	Europe/Rome	37.36667	14.93333				15	SR	089011	
2524888	Crocetta	crocetta	IT		0	Europe/Rome	38.01667	14.75				15	ME	083042	
2524890	Crivola	crivola	IT		0	Europe/Rome	39.95	15.93333				03	CS	078063	
2524891	Cristofano	cristofano	IT		0	Europe/Rome	37.83333	14.55				15	EN	086008	
2524892	Crisionis	crisionis	IT		0	Europe/Rome	38.98333	8.41667				14	CI	107020	
2524893	Crima	crima	IT		0	Europe/Rome	38.96667	16.86667				03	CZ	079009	
2524899	Cotturella	cotturella	IT		0	Europe/Rome	38.98333	16.78333				03	CZ	079027	
2524902	Costiera	costiera	IT		0	Europe/Rome	37.71667	12.63333		Costiera,Costiera di Mazara		15	TP	081012	
2524903	Cosolo	cosolo	IT		0	Europe/Rome	38.63333	16.38333				03	CZ	079018	
2524908	Cosentino	cosentino	IT		0	Europe/Rome	39.4	16.4				03	CS	078034	
2524912	Corvo	corvo	IT		0	Europe/Rome	38.85	16.6				03	CZ	079023	
2524913	Cortiois	cortiois	IT		0	Europe/Rome	39.06667	8.53333				14	CI	107017	
2524930	Coremo	coremo	IT		0	Europe/Rome	39.11	8.59806				14	CI	107021	
2524931	Corazzello	corazzello	IT		0	Europe/Rome	39.15	17.03333		Casotto di Corazzello,Corazzello		03	KR	101024	
2524932	Coraci	coraci	IT		0	Europe/Rome	39.11667	16.38333				03	CS	078043	
2524935	Contura	contura	IT		0	Europe/Rome	38.1	14.9				15	ME	083088	
2524938	Contrada San Leonardo	contrada-san-leonardo	IT		0	Europe/Rome	38.15	14.9		Contrada San Leonardo,San Leonardo		15	ME	083068	
2524939	Contrada Lacco	contrada-lacco	IT		0	Europe/Rome	38.13333	14.85				15	ME	083007	
2524941	Conocchiella	conocchiella	IT		0	Europe/Rome	39.96667	16.16667				02	PZ	076097	
2524943	Conidoni	conidoni	IT		0	Europe/Rome	38.71667	16.03333				03	VV	102003	
2524944	Conflenti Superiore	conflenti-superiore	IT		0	Europe/Rome	39.05	16.45				03	CZ	079020	
2524948	Condoianni	condoianni	IT		0	Europe/Rome	38.21667	16.2				03	RC	080082	
2524950	Concio di Liquirizia	concio-di-liquirizia	IT		0	Europe/Rome	39.1	16.95		Casa Conso,Concio di Liquirizia		03	KR	101020	
2524951	Concio di Baracco	concio-di-baracco	IT		0	Europe/Rome	39.16667	16.81667				03	KR	101009	
2524953	Compagna	compagna	IT		0	Europe/Rome	39.63333	16.43333		Casa Compagna,Compagna		03	CS	078044	
2524967	Coletta	coletta	IT		0	Europe/Rome	37.98333	15.73333				03	RC	080053	
2524968	Colamanci	colamanci	IT		0	Europe/Rome	39.38333	16.5		Colamanci,Colamauci		03	CS	078034	
2524969	Colacaruso	colacaruso	IT		0	Europe/Rome	38.26667	15.85				03	RC	080081	
2524984	Cipollina	cipollina	IT		0	Europe/Rome	39.75	15.83333				03	CS	078132	
2524995	Ciaramiti	ciaramiti	IT		0	Europe/Rome	38.66667	15.88333				03	VV	102044	
2524996	Ciaramira	ciaramira	IT		0	Europe/Rome	37.7	12.56667				15	TP	081012	
2524997	Ciappi	ciappi	IT		0	Europe/Rome	38.13333	15.88333				03	RC	080068	
2525000	Cialandaro	cialandaro	IT		0	Europe/Rome	38.8	16.25		Casa Filandaro,Cialandaro		03	VV	102014	
2525004	Chiubbica	chiubbica	IT		0	Europe/Rome	39.63333	16.51667				03	CS	078044	
2525005	Chiesa Vetusa	chiesa-vetusa	IT		0	Europe/Rome	38.51667	14.93333				15	ME	083041	
2525007	Chiesa di Pusillesi	chiesa-di-pusillesi	IT		0	Europe/Rome	37.81667	12.75				15	TP	081018	
2525022	Cerretella	cerretella	IT		0	Europe/Rome	39.55	16.05				03	CS	078051	
2525033	Centrale Timpa Grande	centrale-timpa-grande	IT		0	Europe/Rome	39.16667	16.8				03	KR	101009	
2525042	Cefalì	cefali	IT		0	Europe/Rome	38.83333	16.26667		Casa Cefali,Cefali,Cefalì		03	CZ	079039	
2525078	Castiglione d'Otranto	castiglione-d-otranto	IT		0	Europe/Rome	39.98333	18.35		Castiglione,Castiglione d'Otranto		13	LE	075005	
2525087	Castell'Umberto Vecchio	castell-umberto-vecchio	IT		0	Europe/Rome	38.06667	14.8				15	ME	083082	
2525092	Castello Gresti	castello-gresti	IT		0	Europe/Rome	37.46667	14.46667				15	EN	086002	
2525105	Castagnarella	castagnarella	IT		0	Europe/Rome	38.23333	15.78333				03	RC	080085	
2525110	Cassano allo Ionio	cassano-al-ionio	IT		17565	Europe/Rome	39.783	16.31819		Cassano Jonio,Cassano al Jonio,Cassano all'Ionio,Cassano all'Iónio	078029	03	CS	078029	
2525111	Casotto Prismatari	casotto-prismatari	IT		0	Europe/Rome	39.41667	16.9		Casino Pismataro,Casotto Prismatari,Prismatari		03	CS	078137	
2525112	Casotti Sant'Elia	casotti-sant-elia	IT		0	Europe/Rome	37.86667	14.93333		Casotti Sant'Elia,Casotti Sant'Elia Garetta		15	CT	087038	
2525114	Casino Vecchiarello	casino-vecchiarello	IT		0	Europe/Rome	39.51667	16.83333		Casino Vecchiarello,Vecchiarello,Vecchierello		03	CS	078074	
2525115	Casino di Falcone	casino-di-falcone	IT		0	Europe/Rome	38.1	15.08333				15	ME	083100	
2525116	Casino dell'Arpa	casino-dell-arpa	IT		0	Europe/Rome	38.86667	16.41667				03	CZ	079034	
2525117	Casino Dattole	casino-dattole	IT		0	Europe/Rome	39.25	17.06667				03	KR	101025	
2525118	Casino	casino	IT		0	Europe/Rome	39.26667	16.76667				03	KR	101005	
2525119	Casinetto	casinetto	IT		0	Europe/Rome	39.28333	16.85				03	KR	101005	
2525121	Case Zuccogrande	case-zuccogrande	IT		0	Europe/Rome	38.56667	14.56667				15	ME	083041	
2525122	Case Verre	case-verre	IT		0	Europe/Rome	38.98333	16.36667				03	CZ	079129	
2525123	Casetta Tre Ponticelli	casetta-tre-ponticelli	IT		0	Europe/Rome	38.55	16.36667				03	RC	080092	
2525124	Case Torre di Sacco	case-torre-di-sacco	IT		0	Europe/Rome	38.91667	16.31667		Case Torre di Sacco,Torre Sacco,Torre di Sacco		03	CZ	079160	
2525125	Case Terranova	case-terranova	IT		0	Europe/Rome	39.36667	17.11667		Case Terranova,Ferranova		03	KR	101008	
2525126	Case Serravalle	case-serravalle	IT		0	Europe/Rome	37.8	14.8		Case Serravalle,Serravalle		15	CT	087009	
2525127	Case Serra	case-serra	IT		0	Europe/Rome	38.05	14.65				15	ME	083084	
2525128	Case Sant'Antonino	case-sant-antonino	IT		0	Europe/Rome	38.11667	14.8		Case Sant'Antonino,Sant'Antonino		15	ME	083060	
2525129	Case Sansone	case-sansone	IT		0	Europe/Rome	38.83333	16.53333				03	CZ	079011	
2525130	Case San Leo	case-san-leo	IT		0	Europe/Rome	37.25	14.85				15	SR	089010	
2525131	Case San Giovanni	case-san-giovanni	IT		0	Europe/Rome	38.05	14.63333				15	ME	083084	
2525132	Case San Francesco	case-san-francesco	IT		0	Europe/Rome	39.6	16.58333				03	CS	078108	
2525133	Case Salinella	case-salinella	IT		0	Europe/Rome	39.23333	17.05				03	KR	101025	
2525134	Case Ruccione	case-ruccione	IT		0	Europe/Rome	37.7	12.48333				15	TP	081024	
2525135	Caserma di Latro	caserma-di-latro	IT		0	Europe/Rome	38.53333	16.26667				03	VV	102002	
2525136	Case Piccirillo	case-piccirillo	IT		0	Europe/Rome	37.88333	12.46667		Case Piccirillo,Picirillo		15			
2525137	Case Paparaci	case-paparaci	IT		0	Europe/Rome	38.66667	16.4				03	CZ	079029	
2525138	Case Pagliarone	case-pagliarone	IT		0	Europe/Rome	38.65	16.01667				03	VV	102050	
2525141	Case Nasidi	case-nasidi	IT		0	Europe/Rome	38.08333	14.95		Case Nasidi,Nasidi		15	ME	083039	
2525142	Case Mortille	case-mortille	IT		0	Europe/Rome	38.93333	16.73333		Case Mortille,Martilluso,Mortille		03	CZ	079127	
2525143	Case Milazzo	case-milazzo	IT		0	Europe/Rome	37.88333	12.46667		Case Milazzo,Milazzo		15			
2525144	Case Martinez	case-martinez	IT		0	Europe/Rome	37.43333	14.06667				15	CL	085004	
2525145	Case Marineo	case-marineo	IT		0	Europe/Rome	37.21667	14.68333				15	CT	087020	
2525146	Case Mandrile	case-mandrile	IT		0	Europe/Rome	38.4	16.53333				03	RC	080064	
2525147	Case Maledrendi	case-maledrendi	IT		0	Europe/Rome	38.48333	16.38333				03	RC	080092	
2525148	Case Magnotta	case-magnotta	IT		0	Europe/Rome	37.95	15.1		Case Magnotta,Magnotta		15	ME	083025	
2525149	Casello Russo	casello-russo	IT		0	Europe/Rome	38.41667	16.3				03	RC	080047	
2525150	Casellone	casellone	IT		0	Europe/Rome	38.66667	16.35				03	CZ	079148	
2525151	Casello Martucci	casello-martucci	IT		0	Europe/Rome	39.61667	16.68333		Casello Martucci,Conzo Martucci		03	CS	078108	
2525152	Case Levito	case-levito	IT		0	Europe/Rome	38.13333	15.35		Case Levito,Levito		15	ME	083035	
2525153	Case Grimaldi	case-grimaldi	IT		0	Europe/Rome	38.86667	16.56667				03	CZ	079023	
2525154	Case Gambarelli	case-gambarelli	IT		0	Europe/Rome	38.93333	16.68333		Case Gambarelli,Gambarelli		03	CZ	079139	
2525155	Case Galati	case-galati	IT		0	Europe/Rome	38.53333	16.23333				03	VV	102002	
2525156	Case Frasca	case-frasca	IT		0	Europe/Rome	37.31667	14.51667				15	CT	087027	
2525157	Case Fossa	case-fossa	IT		0	Europe/Rome	39.6	16.71667				03	CS	078108	
2525158	Case Fiorello	case-fiorello	IT		0	Europe/Rome	39.15	16.16667				03	CS	078004	
2525159	Case Fiego	case-fiego	IT		0	Europe/Rome	38.85	16.28333		Case Fiego,Corda Patri		03	CZ	079039	
2525160	Case Erbazza	case-erbazza	IT		0	Europe/Rome	37.96667	14.75		Case Erbazza,Case Erbazzo		15	ME	083001	
2525161	Case di Grazia	case-di-grazia	IT		0	Europe/Rome	38.91667	16.78333				03	CZ	079130	
2525162	Case d'Amico	case-d-amico	IT		0	Europe/Rome	37.98333	12.7				15	TP	081002	
2525163	Case Cugno di Carcaci	case-cugno-di-carcaci	IT		0	Europe/Rome	37.68333	14.73333		Case Cugno di Carcaci,Cugno di Carcaci		15	EN	086007	
2525164	Case Cucche	case-cucche	IT		0	Europe/Rome	38.53333	16.25				03	VV	102002	
2525165	Case Crapuzza	case-crapuzza	IT		0	Europe/Rome	39.01667	16.4				03	CZ	079043	
2525166	Case Cicoria	case-cicoria	IT		0	Europe/Rome	39.16667	16.96667				03	KR	101022	
2525167	Case Cicirello	case-cicirello	IT		0	Europe/Rome	37	14.38333				15	RG	088001	
2525168	Case Catenanci	case-catenanci	IT		0	Europe/Rome	38.41667	16.5		Case Catenanci,Catenanci		03	RC	080064	
2525169	Case Casulle	case-casulle	IT		0	Europe/Rome	37.2	14.71667		Case Casulle,Casulle		15	CT	087054	
2525170	Case Carameto	case-carameto	IT		0	Europe/Rome	39.2	17.01667				03	KR	101019	
2525171	Case Cannavali	case-cannavali	IT		0	Europe/Rome	39.11667	16.2				03	CS	078004	
2525172	Case Canini	case-canini	IT		0	Europe/Rome	37.91667	12.3				15	TP		
2525173	Case Campanella	case-campanella	IT		0	Europe/Rome	37.75	12.5				15	TP	081011	
2525174	Case Boschetto	case-boschetto	IT		0	Europe/Rome	37.85	14.78333		Boschetto,Case Boschetto		15	ME	083017	
2525175	Case Balze	case-balze	IT		0	Europe/Rome	38.06667	14.98333				15	ME	083039	
2525176	Case Acelli	case-acelli	IT		0	Europe/Rome	38.53333	16.41667				03	RC	080092	
2525177	Casa Zessi	casa-zessi	IT		0	Europe/Rome	38.51667	16.45				03	CZ	079061	
2525178	Casa Zecca	casa-zecca	IT		0	Europe/Rome	38.8	16.33333		Casa Zecca,Licca		03	CZ	079039	
2525179	Casa Vitetto	casa-vitetto	IT		0	Europe/Rome	39.2	17.11667				03	KR	101010	
2525180	Casa Vatoni	casa-vatoni	IT		0	Europe/Rome	38.38333	16.03333				03	RC	080093	
2525181	Casa Varet	casa-varet	IT		0	Europe/Rome	38.15	16.08333				03	RC	080074	
2525182	Casa Valdibella	casa-valdibella	IT		0	Europe/Rome	37.93333	12.96667				15	TP	081001	
2525183	Casa Uomomorto	casa-uomomorto	IT		0	Europe/Rome	37.83333	13.71667				15	PA	082069	
2525184	Casa Tuvolo	casa-tuvolo	IT		0	Europe/Rome	39.03333	17.11667		Casa Tuvolo,Tufolo		03	KR	101010	
2525185	Casa Toscano	casa-toscano	IT		0	Europe/Rome	39.61667	16.56667		Casa Toscano,Toscano		03	CS	078044	
2525186	Casa Torre Murcillo	casa-torre-murcillo	IT		0	Europe/Rome	39.21667	16.36667		Casa Torre Murcillo,Murcillo		03	CS	078035	
2525187	Casa Torno	casa-torno	IT		0	Europe/Rome	39.2	16.41667		Casa Torno,Torna		03	CS	078134	
2525188	Casa Tommasi	casa-tommasi	IT		0	Europe/Rome	36.88333	14.51667				15	RG	088009	
2525189	Casa Serra Piani	casa-serra-piani	IT		0	Europe/Rome	39.25	17.01667				03	KR	101025	
2525190	Casa Serraleta	casa-serraleta	IT		0	Europe/Rome	39.18333	16.38333		Casa Serraleta,Casa Serralieta,Casa Servalieta		03	CS	078105	
2525191	Casa Scrisi	casa-scrisi	IT		0	Europe/Rome	38.73333	16.21667		Casa Scrisi,Scrisi		03	VV	102020	
2525192	Casa Scole	casa-scole	IT		0	Europe/Rome	39.46667	16.66667		Casa Scale,Casa Scole		03	CS	078068	
2525193	Casa Schifazzo	casa-schifazzo	IT		0	Europe/Rome	37.33333	14.93333				15	SR	089011	
2525194	Casa Sant'Ianelli	casa-sant-ianelli	IT		0	Europe/Rome	39.18333	16.83333		Casa Sant'Ianelli,Casa SantIannelli		03	KR	101002	
2525195	Casa Santa Caterina	casa-santa-caterina	IT		0	Europe/Rome	39.08333	16.5				03	CZ	079134	
2525196	Casa San Nicola	casa-san-nicola	IT		0	Europe/Rome	39.78333	15.88333				03	CS	078088	
2525197	Casa San Martino	casa-san-martino	IT		0	Europe/Rome	39.28333	17				03	KR	101014	
2525198	Casa San Giovanni	casa-san-giovanni	IT		0	Europe/Rome	39.38333	16.53333		Casa San Giovanni,San Giovanni Paliati		03	CS	078143	
2525199	Casa San Filo	casa-san-filo	IT		0	Europe/Rome	38.95	16.78333		Casa San Filo,San Fili		03	CZ	079036	
2525200	Casa San Biagio	casa-san-biagio	IT		0	Europe/Rome	39.36667	16.25				03	CS	078102	
2525201	Casa Sampieri	casa-sampieri	IT		0	Europe/Rome	37.95	14.46667				15	ME	083011	
2525202	Casa Salvati	casa-salvati	IT		0	Europe/Rome	39.21667	17.01667				03	KR	101019	
2525203	Casa Roccani	casa-roccani	IT		0	Europe/Rome	38.86667	16.7				03	CZ	079133	
2525204	Casa Riola	casa-riola	IT		0	Europe/Rome	36.76667	14.73333		Casa Riola,Riola		15	RG	088011	
2525205	Casa Renzi	casa-renzi	IT		0	Europe/Rome	39.63333	16.48333				03	CS	078044	
2525206	Casa Renda	casa-renda	IT		0	Europe/Rome	38.96667	16.25				03	CZ	079160	
2525208	Casa Raccalta	casa-raccalta	IT		0	Europe/Rome	37.13333	14.9				15	SR	089003	
2525209	Casa Pupo	casa-pupo	IT		0	Europe/Rome	38.48333	16.53333				03	CZ	079061	
2525210	Casa Principe	casa-principe	IT		0	Europe/Rome	39.48333	16.98333				03	CS	078025	
2525211	Casa Portiglia	casa-portiglia	IT		0	Europe/Rome	39.06667	16.83333		Casa Portiglia,Portiglia		03	KR	101015	
2525212	Casa Pinnia	casa-pinnia	IT		0	Europe/Rome	38.06667	16.13333		Casa Pinnia,Molina Pinnia,Pinnia		03	RC	080009	
2525213	Casa Pietra Grossa	casa-pietra-grossa	IT		0	Europe/Rome	39.91667	15.98333				03	CS	078084	
2525214	Casa Piccirillo	casa-piccirillo	IT		0	Europe/Rome	38.91667	16.36667				03	CZ	079096	
2525215	Casa Picanello	casa-picanello	IT		0	Europe/Rome	39.38333	17.08333		Casa Picanello,Picanello		03	KR	101007	
2525216	Casa Piana	casa-piana	IT		0	Europe/Rome	38.98333	16.7		Casa La Piana,Casa Piana,Piana		03	CZ	079157	
2525217	Casa Pettinato	casa-pettinato	IT		0	Europe/Rome	37.76667	14.63333				15	EN	086018	
2525218	Casa Petrusa	casa-petrusa	IT		0	Europe/Rome	38.45	16.55				03	RC	080052	
2525219	Casa Pellegrino	casa-pellegrino	IT		0	Europe/Rome	38.86667	16.41667		Casa Pellegrino,Scuteri		03	CZ	079034	
2525220	Casa Pasquale	casa-pasquale	IT		0	Europe/Rome	39.18333	16.71667		Casa Pasquale,Pasquale		03	KR	101009	
2525221	Casa Parroni	casa-parroni	IT		0	Europe/Rome	38.35	16.16667				03	RC	080020	
2525222	Casa Parisi	casa-parisi	IT		0	Europe/Rome	37.45	14.7		Casa Parisi,Parisi		15	CT	087037	
2525223	Casa Paradiso	casa-paradiso	IT		0	Europe/Rome	39.1	16.28333		Casa Paradiso,Paradiso		03	CZ	079083	
2525224	Casa Pantano	casa-pantano	IT		0	Europe/Rome	39.21667	17.11667				03	KR	101025	
2525225	Casa Pantano	casa-pantano	IT		0	Europe/Rome	39.18333	16.06667				03	CS	078013	
2525226	Casa Palmento Murato	casa-palmento-murato	IT		0	Europe/Rome	39.2	16.98333				03	KR	101019	
2525227	Casa Palagi	casa-palagi	IT		0	Europe/Rome	39.25	17				03	KR	101004	
2525228	Casa Paladino	casa-paladino	IT		0	Europe/Rome	37.73333	12.51667				15	TP	081011	
2525229	Casa Pace	casa-pace	IT		0	Europe/Rome	38.88333	16.66667		Casa Pace,Fegato,Pace		03	CZ	079133	
2525230	Casa Otaito	casa-otaito	IT		0	Europe/Rome	37.88333	14.83333				15	CT	087057	
2525231	Casa Oliveto	casa-oliveto	IT		0	Europe/Rome	39.58333	16.66667		Casa Oliveto,Oliveto		03	CS	078108	
2525232	Casa Oglialoro	casa-oglialoro	IT		0	Europe/Rome	37.61667	14.35				15	EN	086011	
2525233	Casa Nucara	casa-nucara	IT		0	Europe/Rome	38.65	15.98333				03	VV	102050	
2525234	Casa Musco	casa-musco	IT		0	Europe/Rome	38.43333	16.5				03	RC	080017	
2525235	Casa Monaci	casa-monaci	IT		0	Europe/Rome	38.38333	16.11667				03	RC	080071	
2525236	Casa Modica	casa-modica	IT		0	Europe/Rome	36.9	15.08333				15	SR	089002	
2525237	Casa Modica	casa-modica	IT		0	Europe/Rome	36.78333	15.05		Casa Modica,Modica		15	SR	089013	
2525238	Casa Miroddi	casa-miroddi	IT		0	Europe/Rome	38.2	15.26667				15	ME	083049	
2525239	Casa Milazzo	casa-milazzo	IT		0	Europe/Rome	37.71667	12.53333				15	TP	081024	
2525240	Casa Mila	casa-mila	IT		0	Europe/Rome	38.46667	16.46667		Casa Mila,Mila		03	RC	080092	
2525241	Casa Michelotti	casa-michelotti	IT		0	Europe/Rome	38.43333	16.55		Casa Michelotti,Michelotti		03	RC	080052	
2525242	Casa Mezzata	casa-mezzata	IT		0	Europe/Rome	39.38333	16.96667				03	KR	101026	
2525243	Casa Mattina	casa-mattina	IT		0	Europe/Rome	39.56667	16.13333		Casa Mattina,La Mattina		03	CS	078123	
2525245	Casa Marletta	casa-marletta	IT		0	Europe/Rome	37.58333	14.65				15	EN	086016	
2525246	Casa Margherita	casa-margherita	IT		0	Europe/Rome	39.13333	17.08333				03	KR	101010	
2525247	Casa Malocutrazzo	casa-malocutrazzo	IT		0	Europe/Rome	39.36667	16.96667				03	KR	101026	
2525248	Casa Maio	casa-maio	IT		0	Europe/Rome	38.76667	16.53333				03	CZ	079143	
2525249	Casa Macchia di Pietra	casa-macchia-di-pietra	IT		0	Europe/Rome	39.35	16.55		Casa Macchia di Pietra,Casa Macchie di Pietro		03	CS	078143	
2525250	Casa Maccari	casa-maccari	IT		0	Europe/Rome	36.76667	15.06667		Casa Maccari,Maccari		15	SR	089013	
2525252	Casa Luppini	casa-luppini	IT		0	Europe/Rome	37.93333	12.53333				15	TP	081021	
2525253	Casalotto	casalotto	IT		0	Europe/Rome	38.18333	15.53333				15	ME	083048	
2525254	Casa Longo	casa-longo	IT		0	Europe/Rome	37.6	14.61667				15	EN	086016	
2525255	Casalnuovo	casalnuovo	IT		0	Europe/Rome	38.06667	15.98333				03	RC	080001	
2525256	Casalisi	casalisi	IT		0	Europe/Rome	39.33333	16.53333		Casalisi,Casolisi		03	CS	078144	
2525257	Casalinazzo	casalinazzo	IT		0	Europe/Rome	37.46667	13.38333				15	AG	084033	
2525258	Casalgiordana	casalgiordana	IT		0	Europe/Rome	37.71667	14.16667		Casalgiordana,Casalgiordano		15	PA	082002	
2525259	Casale Zappulla	casale-zappulla	IT		0	Europe/Rome	36.76667	14.8		Casale Zappulla,Zappulla		15	RG	088006	
2525260	Casale Savarino	casale-savarino	IT		0	Europe/Rome	36.81667	14.98333				15	SR	089013	
2525261	Casale Modica	casale-modica	IT		0	Europe/Rome	36.8	14.98333		Casale Modica,Modica		15	SR	089013	
2525262	Casa Leanza	casa-leanza	IT		0	Europe/Rome	37.83333	14.6				15	ME	083017	
2525263	Casa Latina	casa-latina	IT		0	Europe/Rome	39.36667	16.03333				03	CS	078091	
2525264	Casa La Rosa	casa-la-rosa	IT		0	Europe/Rome	38.25	16.23333				03	RC	080043	
2525265	Casa la Rocca	casa-la-rocca	IT		0	Europe/Rome	38.98333	16.9		Casa la Bocca,Casa la Rocca,La Ruca		03	KR	101015	
2525266	Casa la Motta	casa-la-motta	IT		0	Europe/Rome	39.33333	17		Casa la Motta,La Motta		03	KR	101003	
2525267	Casa la Laca	casa-la-laca	IT		0	Europe/Rome	38.88333	16.7				03	CZ	079133	
2525268	Casa la Fontana	casa-la-fontana	IT		0	Europe/Rome	39.35	16.26667				03	CS	078127	
2525269	Casa la Ciura	casa-la-ciura	IT		0	Europe/Rome	36.75	14.98333		Casa la Ciura,La Ciura		15	RG	088005	
2525270	Casa la Chiusa	casa-la-chiusa	IT		0	Europe/Rome	38.98333	16.7				03	CZ	079157	
2525271	Casa Iroldo	casa-iroldo	IT		0	Europe/Rome	37.3	14.9				15	SR	089011	
2525272	Casa Gorgo di Sale	casa-gorgo-di-sale	IT		0	Europe/Rome	37.53333	13.83333				15	CL	085012	
2525273	Casa Giunta	casa-giunta	IT		0	Europe/Rome	37.61667	14.58333				15	EN	086001	
2525274	Casa Giosafat	casa-giosafat	IT		0	Europe/Rome	39.65	16.45		Casa Giosafat,Giosafat		03	CS	078044	
2525275	Casa Germano	casa-germano	IT		0	Europe/Rome	39.31667	16.65		Casa Germano,Termanu		03	CS	078119	
2525276	Casa Genova	casa-genova	IT		0	Europe/Rome	37.95	12.7		Casa Genova,Genova		15	TP	081021	
2525277	Casa Gaetani	casa-gaetani	IT		0	Europe/Rome	39.73333	16.38333				03	CS	078029	
2525278	Casa Gabelluzza	casa-gabelluzza	IT		0	Europe/Rome	37.85	14.56667		Casa Gabelluzza,Stagliata		15	ME	083017	
2525279	Casa Gabella	casa-gabella	IT		0	Europe/Rome	39.15	16.08333				03	CS	078010	
2525280	Casa Frasso	casa-frasso	IT		0	Europe/Rome	39.6	16.61667		Casa Frasso,Farsa		03	CS	078108	
2525281	Casa Francomanno	casa-francomanno	IT		0	Europe/Rome	39.9	16.28333		Casa Francomanno,Francomanno		03	CS	078041	
2525282	Casa Franco	casa-franco	IT		0	Europe/Rome	37.18333	14.51667		Casa Franco,Vaccaro		15	CT	087011	
2525283	Casa Francesi	casa-francesi	IT		0	Europe/Rome	38.96667	17.1				03	KR	101013	
2525284	Casa Fortino	casa-fortino	IT		0	Europe/Rome	39.5	16.91667				03	CS	078025	
2525285	Casa Forestale de Cittanova	casa-forestale-de-cittanova	IT		0	Europe/Rome	38.33333	16.25				03	RC	080044	
2525286	Casa Fiumicello	casa-fiumicello	IT		0	Europe/Rome	39.91667	15.98333				03	CS	078084	
2525287	Casa Feraudi	casa-feraudi	IT		0	Europe/Rome	39.68333	16.35		Casa Feraudi,Deangelis		03	CS	078146	
2525288	Casa Feraudi	casa-feraudi	IT		0	Europe/Rome	39.66667	16.38333		Casa Feraudi,Casa Gruerio,Gruerio		03	CS	078146	
2525289	Casa Felicella	casa-felicella	IT		0	Europe/Rome	38.53333	16.45				03	CZ	079061	
2525290	Casa Favare	casa-favare	IT		0	Europe/Rome	39.36667	17.03333				03	KR	101007	
2525291	Casa Fassio di Sopra	casa-fassio-di-sopra	IT		0	Europe/Rome	36.95	15.13333				15	SR	089002	
2525292	Casa Fallico	casa-fallico	IT		0	Europe/Rome	37.8	14.88333				15	CT	087022	
2525293	Casa Donato	casa-donato	IT		0	Europe/Rome	39.03333	17.13333				03	KR	101010	
2525294	Casa di San Martino	casa-di-san-martino	IT		0	Europe/Rome	39.45	16.38333				03	CS	078003	
2525295	Casa Di Natale	casa-di-natale	IT		0	Europe/Rome	36.71667	15		Casa Di Natale,Di Natale		15	SR	089013	
2525296	Casa dello Stumio	casa-dello-stumio	IT		0	Europe/Rome	38.91667	17.06667				03			
2525297	Casa della Sarculla	casa-della-sarculla	IT		0	Europe/Rome	36.93333	14.96667				15	SR	089013	
2525298	Casa del Lago	casa-del-lago	IT		0	Europe/Rome	39.66667	15.83333		Casa del Lago,Casotto il Lago		03	CS		
2525299	Casa della Contessa	casa-della-contessa	IT		0	Europe/Rome	36.98333	15.11667				15	SR	089013	
2525300	Casa del Giardino	casa-del-giardino	IT		0	Europe/Rome	39.08333	16.98333				03	KR	101012	
2525301	Casa del Campo	casa-del-campo	IT		0	Europe/Rome	38.85	16.33333				03	CZ	079114	
2525302	Casa De Giorgis	casa-de-giorgis	IT		0	Europe/Rome	37.9	12.35		Casa De Giorgis,De Giergi		15			
2525303	Casa d'Acquino	casa-d-acquino	IT		0	Europe/Rome	38.65	15.96667				03	VV	102050	
2525304	Casa Cuffaro	casa-cuffaro	IT		0	Europe/Rome	37.45	13.46667				15	AG	084039	
2525305	Casa Criscione	casa-criscione	IT		0	Europe/Rome	36.98333	14.53333				15	RG	088012	
2525306	Casa Cosimino	casa-cosimino	IT		0	Europe/Rome	39.61667	16.48333				03	CS	078044	
2525307	Casa Comunere	casa-comunere	IT		0	Europe/Rome	38.86667	16.63333				03	CZ	079023	
2525308	Casa Cola	casa-cola	IT		0	Europe/Rome	39.6	16.56667				03	CS	078044	
2525309	Casa Cicchelli	casa-cicchelli	IT		0	Europe/Rome	39.18333	16.41667		Casa Cicchelli,Cicchetti		03	CS	078105	
2525310	Casa Ciappe	casa-ciappe	IT		0	Europe/Rome	37.8	14.66667				15	EN	086018	
2525311	Casa Cerbaro	casa-cerbaro	IT		0	Europe/Rome	39.1	16.3		Casa Cerbaro,Cerbaro		03	CZ	079083	
2525312	Casa Catalano	casa-catalano	IT		0	Europe/Rome	37.75	12.58333				15	TP	081012	
2525313	Casa Castellana	casa-castellana	IT		0	Europe/Rome	39.91667	16.06667				02	PZ	076070	
2525314	Casa Carrieri	casa-carrieri	IT		0	Europe/Rome	38.75	16.23333				03	VV	102020	
2525315	Casa Carpitella	casa-carpitella	IT		0	Europe/Rome	39.05	16.83333				03	KR	101015	
2525316	Casa Carito	casa-carito	IT		0	Europe/Rome	39.15	16.43333		Casa Carito,Favalle		03	CS	078093	
2525317	Casa Caparra	casa-caparra	IT		0	Europe/Rome	39.36667	17				03	KR	101007	
2525318	Casa Cangemi	casa-cangemi	IT		0	Europe/Rome	38.13333	14.73333				15	ME	083009	
2525319	Casa Camigliati	casa-camigliati	IT		0	Europe/Rome	39.33333	16.46667		Albergo,Casa Camigliati		03	CS	078143	
2525320	Casa Camarina	casa-camarina	IT		0	Europe/Rome	36.86667	14.46667		Casa Camarina,Casa Camerina		15	RG	088009	
2525321	Casa Calori	casa-calori	IT		0	Europe/Rome	39.96667	16.01667				03	CS		
2525322	Casa Bucche	casa-bucche	IT		0	Europe/Rome	39.18333	17.1		Bucchi,Buchi,Casa Bucche		03	KR	101010	
2525323	Casa Bubba	casa-bubba	IT		0	Europe/Rome	38.88333	16.35		Casa Bubba,Chiriaco		03	CZ	079069	
2525324	Casa Boscarelli	casa-boscarelli	IT		0	Europe/Rome	39.63333	16.53333		Casa Boscarelli,Casa l'Olmo		03	CS	078044	
2525325	Casa Borgorosso	casa-borgorosso	IT		0	Europe/Rome	38.48333	16.56667				03	CZ	079061	
2525326	Casa Boraccini	casa-boraccini	IT		0	Europe/Rome	38.23333	15.43333				15	ME	083105	
2525327	Casa Bonivini	casa-bonivini	IT		0	Europe/Rome	36.76667	15.01667		Bonivini,Casa Bonivini		15	SR	089013	
2525329	Casa Bocchetta	casa-bocchetta	IT		0	Europe/Rome	39.2	16.95				03	KR	101001	
2525330	Casa Beneficio	casa-beneficio	IT		0	Europe/Rome	39.5	16.9				03	CS	078137	
2525331	Casa Benarifi	casa-benarifi	IT		0	Europe/Rome	36.73333	14.8		Benarifi,Casa Benarifi		15	RG	088006	
2525332	Casa Bastione	casa-bastione	IT		0	Europe/Rome	38.11667	14.71667		Bastione,Casa Bastione		15	ME	083009	
2525333	Casa Arcuri	casa-arcuri	IT		0	Europe/Rome	39.06667	16.41667				03	CZ	079020	
2525334	Casa Andrea	casa-andrea	IT		0	Europe/Rome	38.55	16.4				03	RC	080092	
2525335	Casa Alfieri	casa-alfieri	IT		0	Europe/Rome	37.08333	14.55				15	CT	087056	
2525336	Casa Agromalia	casa-agromalia	IT		0	Europe/Rome	38.35	16.11667				03	RC	080028	
2525339	Carrao	carrao	IT		0	Europe/Rome	38.91667	16.8				03	CZ	079036	
2525340	Carpinteri	carpinteri	IT		0	Europe/Rome	36.98333	14.96667				15	SR	089013	
2525342	Caronia Marina	caronia-marina	IT		0	Europe/Rome	38.03333	14.46667		Caronia Marina,Marina,Marina di Caronia		15	ME	083011	
2525355	Caresi	caresi	IT		0	Europe/Rome	39.08333	16.83333				03	KR	101015	
2525371	Caracciolina	caracciolina	IT		0	Europe/Rome	37.93871	15.75311				03	RC	080053	
2525377	Cappella della Colla	cappella-della-colla	IT		0	Europe/Rome	38.98333	16.46667				03	CZ	079077	
2525380	Capo Rizzuto	capo-rizzuto	IT		0	Europe/Rome	38.9	17.1		Capo Rizzuto,Madonna Greca		03	CZ		
2525381	Capora-Merendi	capora-merendi	IT		0	Europe/Rome	39.21667	16.25		Capora,Capora-Merendi,Merendi		03	CS	078094	
2525383	Capo Molini	capo-molini	IT		0	Europe/Rome	37.58333	15.18333				15			
2525389	Capi d'Acqua	capi-d-acqua	IT		0	Europe/Rome	39.63333	16.01667				03	CS	078131	
2525394	Cantera	cantera	IT		0	Europe/Rome	37.18333	15.2				15			
2525398	Cannecelle	cannecelle	IT		0	Europe/Rome	39.98333	16				03	CS	078063	
2525399	Cannava	cannava	IT		0	Europe/Rome	38.4	15.96667				03	RC	080065	
2525403	Canigliari	canigliari	IT		0	Europe/Rome	37.98333	15.23333				15	ME	083004	
2525412	Canalelli	canalelli	IT		0	Europe/Rome	38.85	16.46667				03	CZ	079059	
2525413	Canai	canai	IT		0	Europe/Rome	39	8.41667		Canai,Funtana de Canai		14	CI	107020	
2525416	Campolivaro	campolivaro	IT		0	Europe/Rome	39.21667	16.06667				03	CS	078067	
2525417	Campoli	campoli	IT		0	Europe/Rome	38.45	16.38333				03	VV	102024	
2525418	Campoli	campoli	IT		0	Europe/Rome	37.98333	15.65				03			
2525428	Campionna	campionna	IT		0	Europe/Rome	38.91667	8.76667				14			
2525438	Camemi	camemi	IT		0	Europe/Rome	36.81667	14.56667				15	RG	088009	
2525439	Cambariere	cambariere	IT		0	Europe/Rome	37.98333	15.66667				03	RC	080054	
2525443	Camarella	camarella	IT		0	Europe/Rome	39.61667	16				03	CS	078131	
2525466	Calamia	calamia	IT		0	Europe/Rome	39.55	16.36667				03	CS	078114	
2525469	Calabernardo	calabernardo	IT		0	Europe/Rome	36.86667	15.13333				15	SR		
2525481	Buseto Superiore	buseto-superiore	IT		0	Europe/Rome	38	12.73333				15	TP	081002	
2525482	Buseto Inferiore	buseto-inferiore	IT		0	Europe/Rome	38.01667	12.73333				15	TP	081002	
2525495	Brunetto	brunetto	IT		0	Europe/Rome	39.68333	16.3		Brunetto,Casa Brunetto		03	CS	078142	
2525497	Brucanuova	brucanuova	IT		0	Europe/Rome	37.96667	12.8		Bruca,Brucanuova		15	TP	081002	
2525502	Brefaro	brefaro	IT		0	Europe/Rome	39.98333	15.76667				02	PZ	076044	
2525510	Bove	bove	IT		0	Europe/Rome	38	15.93333				03	RC	080011	
2525518	Botindari	botindari	IT		0	Europe/Rome	37.86667	14.18333				15	PA	082037	
2525519	Bosco Fraccia	bosco-fraccia	IT		0	Europe/Rome	37.91667	13.06667		Bosco Fraccia,Fraccia,Fráccia		15	PA	082019	
2525520	Borgo Salvatore Giuliano	borgo-salvatore-giuliano	IT		0	Europe/Rome	37.81667	14.7		Borgo Giuliano,Borgo Salvatore Giuliano		15	ME	083090	
2525521	Borgo Regalmici	borgo-regalmici	IT		0	Europe/Rome	37.7	13.71667		Borgo Regalmici,Regalmici		15	PA	082025	
2525522	Borgo Pietro Lupo	borgo-pietro-lupo	IT		0	Europe/Rome	37.33333	14.61667		Borgo Lupo,Borgo Pietro Lupo		15	CT	087027	
2525527	Borgesati	borgesati	IT		0	Europe/Rome	37.8	12.81667				15	TP	081018	
2525528	Borgata Stazione	borgata-stazione	IT		0	Europe/Rome	39.61667	16.5				03	CS	078044	
2525530	Bonocozzo	bonocozzo	IT		0	Europe/Rome	37.78333	14.11667		Bonocozza,Bonocozzo		15	PA	082055	
2525541	Boccalupo	boccalupo	IT		0	Europe/Rome	39.93333	15.81667				03	CS	078005	
2525546	Bivio Lupotto	bivio-lupotto	IT		0	Europe/Rome	37.9	13.36667		Bivia Lupotto,Bivio Lupotto,Lupotto		15	PA	082049	
2525547	Bivio Donnici	bivio-donnici	IT		0	Europe/Rome	39.25632	16.2856		Bivio Donnici,Bombino		03	CS	078045	
2525548	Bivio Bonacci	bivio-bonacci	IT		0	Europe/Rome	39.05	16.4				03	CZ	079138	
2525551	Bisciano	bisciano	IT		0	Europe/Rome	37.95	12.51667				15	TP	081021	
2525553	Birgi Vecchi	birgi-vecchi	IT		0	Europe/Rome	37.88333	12.48333				15	TP	081011	
2525562	Punta Bianca	punta-bianca	IT		0	Europe/Rome	37.20436	13.66922				15	AG	084027	
2525563	Bertuccia	bertuccia	IT		0	Europe/Rome	37.36667	15.05				15	CT	087015	
2525566	Belvedete	belvedete	IT		0	Europe/Rome	37.1	15.21667		Belvedere di Siracusa,Belvedete		15	SR	089012	
2525572	Belmontino Soprano	belmontino-soprano	IT		0	Europe/Rome	37.41667	14.55		Belmontino Soprano,Belmontino Superiore,Casa Belmontino Soprano		15	EN	086002	
2525577	Belladonna	belladonna	IT		0	Europe/Rome	38.85	16.66667		Belladama,Belladonna,Casa Belladonna		03	CZ	079023	
2525582	Bauso	bauso	IT		0	Europe/Rome	38.23333	15.43333				15	ME	083105	
2525584	Bastione	bastione	IT		0	Europe/Rome	38.18333	15.21667				15	ME	083049	
2525586	Basilico	basilico	IT		0	Europe/Rome	39.21667	16.81667				03	KR	101002	
2525587	Basilicò	basilico	IT		0	Europe/Rome	38.16667	15.83333				03	RC	080083	
2525590	Barrittieri	barrittieri	IT		0	Europe/Rome	38.33333	15.86667				03	RC	080086	
2525591	Barretta	barretta	IT		0	Europe/Rome	39.16667	16.91667				03	KR	101022	
2525594	Barone	barone	IT		0	Europe/Rome	38.2	15.23333				15	ME	083049	
2525603	Baracche Tirivolo	baracche-tirivolo	IT		0	Europe/Rome	39.1	16.61667				03	CZ	079146	
2525604	Baracca del Brigante	baracca-del-brigante	IT		0	Europe/Rome	38.1	15.88333				03	RC	080066	
2525606	Balletto	balletto	IT		0	Europe/Rome	37.91667	13.13333				15	PA	082049	
2525610	Balata di Modica	balata-di-modica	IT		0	Europe/Rome	36.96667	14.8		Balata,Balata di Modica,Balata di Modico		15	RG	088009	
2525612	Balano di Falco	balano-di-falco	IT		0	Europe/Rome	39.6	16.68333				03	CS	078108	
2525613	Balanello	balanello	IT		0	Europe/Rome	39.6	16.66667				03	CS	078108	
2525617	Baglio Spano	baglio-spano	IT		0	Europe/Rome	37.85	12.53333				15	TP	081011	
2525618	Baglio Rizzo	baglio-rizzo	IT		0	Europe/Rome	37.95	12.68333		Baglio Rizzo,Rizzo		15	TP	081021	
2525619	Baglio Rinazzo	baglio-rinazzo	IT		0	Europe/Rome	37.81667	12.6		Baglio Rinazzo,Masseria Rinazzo		15	TP	081011	
2525620	Baglio Perino	baglio-perino	IT		0	Europe/Rome	37.81667	12.53333		Baglio Perino,Perino		15	TP	081011	
2525621	Baglio Messinello	baglio-messinello	IT		0	Europe/Rome	37.81667	12.66667				15	TP	081011	
2525622	Baglio Messina	baglio-messina	IT		0	Europe/Rome	38.08333	12.71667				15	TP	081007	
2525623	Baglio Manzo	baglio-manzo	IT		0	Europe/Rome	37.85	12.51667		Baglio Manzo,Manzo		15	TP	081011	
2525624	Baglio Inferno	baglio-inferno	IT		0	Europe/Rome	37.81667	12.55		Baglio Inferno,Baglio d'Inferno		15	TP	081011	
2525625	Baglio Guttaja	baglio-guttaja	IT		0	Europe/Rome	37.76667	12.66667		Baglio Guttaja,Guttaia		15	TP	081012	
2525626	Baglio Guarine	baglio-guarine	IT		0	Europe/Rome	37.86667	12.66667				15	TP	081021	
2525627	Baglio Biro	baglio-biro	IT		0	Europe/Rome	38.1	12.73333				15	TP	081020	
2525631	Baffi	baffi	IT		0	Europe/Rome	39.58333	16.3				03	CS	078133	
2525633	Badolato Stazione	badolato-stazione	IT		0	Europe/Rome	38.56667	16.56667		Badolato Stazione,Marina Badolato,Marina di Badolato		03	CZ	079008	
2525635	Badiazza	badiazza	IT		0	Europe/Rome	38.21667	15.53333				15	ME	083048	
2525636	Badia Vecchia	badia-vecchia	IT		0	Europe/Rome	38	15.1				15	ME	083062	
2525648	Atolia	atolia	IT		0	Europe/Rome	38.08333	15.45				15	ME	083048	
2525650	Asuai	asuai	IT		0	Europe/Rome	40	9.21667				14	NU	091016	
2525653	Assieni	assieni	IT		0	Europe/Rome	38.05	12.68333				15	TP	081007	
2525671	Armentano	armentano	IT		0	Europe/Rome	39.96667	15.9				03	CS	078063	
2525674	Ariola	ariola	IT		0	Europe/Rome	38.5681	16.25565				03	VV	102016	
2525675	Arini	arini	IT		0	Europe/Rome	37.81667	12.48333				15	TP	081011	
2525677	Arietta	arietta	IT		0	Europe/Rome	39.05	16.78333				03	CZ	079095	
2525680	Arenas	arenas	IT		0	Europe/Rome	39.11667	8.56667				14	CI	107021	
2525692	Arangea	arangea	IT		0	Europe/Rome	38.1	15.7				03	RC	080063	
2525694	Aquarone	aquarone	IT		0	Europe/Rome	38.3	15.55		Acqualadrone,Acquarone,Aguarone,Aquarone		15	ME	083048	
2525696	Apriglianello	apriglianello	IT		0	Europe/Rome	39.08333	17.05				03	KR	101010	
2525699	Apatia	apatia	IT		0	Europe/Rome	39.21667	16.75				03	CS	078119	
2591218	Simius	simius	IT		0	Europe/Rome	39.12889	9.53083				14	CA	092100	
2525742	Alì Marina	ali-marina	IT		0	Europe/Rome	38	15.43333				15			
2525758	Albergo	albergo	IT		0	Europe/Rome	39.06667	16.55				03	CZ	079146	
2525765	Agrifoglio	agrifoglio	IT		0	Europe/Rome	39.13585	16.348		Acrifoglio,Agrifoglio		03	CS	078139	
2525768	Africo Vecchio	africo-vecchio	IT		3349	Europe/Rome	38.06667	15.98333				03	RC	080001	
2525784	Acqua di Santa Domenica	acqua-di-santa-domenica	IT		0	Europe/Rome	39.9	16				03	CS	078084	
2525786	Acquacadda	acquacadda	IT		0	Europe/Rome	39.16972	8.74833				14	CI	107013	
2525788	Acone	acone	IT		0	Europe/Rome	37.98333	15.8				03	RC	080073	
2591046	Terra Mala	terra-mala	IT		0	Europe/Rome	39.1925	9.34333				14	CA	092051	
2591076	Su Forti	su-forti	IT		0	Europe/Rome	39.23	9.22889				14	CA	092051	
2591097	Olìa Speciosa	olia-speciosa	IT		0	Europe/Rome	39.27806	9.525				14	CA	092106	
2591175	Villa Aresu	villa-aresu	IT		0	Europe/Rome	39.19583	9.06333				14	CA	092009	
2591217	Is Traias	is-traias	IT		0	Europe/Rome	39.13056	9.53583				14	CA		
2591219	Tanka Village	tanka-village	IT		0	Europe/Rome	39.12472	9.525				14	CA	092100	
2591220	Serr'e Morus	serr-e-morus	IT		0	Europe/Rome	39.11917	9.52028				14	CA	092100	
2591224	Notteri	notteri	IT		0	Europe/Rome	39.11889	9.51139				14	CA	092100	
2591225	San Stèfano	san-stefano	IT		0	Europe/Rome	39.1075	9.50611				14	CA	092100	
2591226	Oasi dei Due Mari	oasi-dei-due-mari	IT		0	Europe/Rome	39.12944	9.5075				14	CA	092100	
2591227	Campu Longu	campu-longu	IT		0	Europe/Rome	39.12833	9.50667				14	CA		
2591228	Portu sa Ruxi	portu-sa-ruxi	IT		0	Europe/Rome	39.12778	9.46139				14			
2591230	Torre delle Stelle	torre-delle-stelle	IT		0	Europe/Rome	39.14917	9.39472				14	CA	092037	
2591231	Marongiu	marongiu	IT		0	Europe/Rome	39.16667	9.3825				14	CA	092051	
2591232	Costa degli Angeli	costa-degli-angeli	IT		0	Europe/Rome	39.20611	9.3075				14	CA		
2591233	Capitana	capitana	IT		0	Europe/Rome	39.20833	9.31361				14	CA	092051	
2591234	Santa Luria	santa-luria	IT		0	Europe/Rome	39.21222	9.30028				14	CA		
2591235	Flumini	flumini	IT		0	Europe/Rome	39.21694	9.28444				14	CA	092051	
2591245	Su Loi	su-loi	IT		0	Europe/Rome	39.12861	9.00917		Orti su Loi,Su Loi		14	CA	092011	
2591249	Porto Columbu - Perd'e Sali	porto-columbu-perd-e-sali	IT		0	Europe/Rome	39.02361	9.02278				14	CA	092066	
2591251	Foxi'e Sali	foxi-e-sali	IT		0	Europe/Rome	38.97111	8.98472				14	CA	092050	
2591252	Is Morus	is-morus	IT		0	Europe/Rome	38.94	8.94194				14	CA	092050	
2591253	Fort Village	fort-village	IT		0	Europe/Rome	38.93306	8.93389				14	CA		
2591255	Perla Marina	perla-marina	IT		0	Europe/Rome	38.92944	8.92694				14			
2591256	Riva dei Pini	riva-dei-pini	IT		0	Europe/Rome	38.92444	8.91917				14	CA	092050	
2591257	Pinus Village	pinus-village	IT		0	Europe/Rome	38.91806	8.91278				14	CA	092050	
2592659	Quirra	quirra	IT		0	Europe/Rome	39.51528	9.60639				14	CA	092097	
2592661	Camisa	camisa	IT		0	Europe/Rome	39.29778	9.5225				14	CA	092106	
3163830	Granarolo dell'Emilia	granarolo-del-l-emilia	IT		8696	Europe/Rome	44.55327	11.44291		Granarolo	037030	05	BO	037030	
3163833	Zunna	zunna	IT		0	Europe/Rome	42.58333	12.95				07	RI	057033	
3163836	Zula	zula	IT		0	Europe/Rome	44.35	11.33333				05	BO	037047	
3163845	Zovello	zovello	IT		0	Europe/Rome	46.535	12.95583				06	UD	030088	
3163848	Zompícchia	zompicchia	IT		0	Europe/Rome	45.96611	13.00389				06	UD	030027	
3163850	Col	col	IT		0	Europe/Rome	45.71966	13.80312		Col,Monrupino,Repentabor,Zolla,Zolla Monrupino,Zolla di Monrupino	032002	06	TS	032002	
3163851	Zolforata	zolforata	IT		0	Europe/Rome	41.7	12.53333				07	RM	058091	
3163855	Zocchetta	zocchetta	IT		0	Europe/Rome	44.36667	10.98333				05	MO	036047	
3163863	Ziona	ziona	IT		0	Europe/Rome	44.26667	9.61667				08	SP	011009	
3163865	Zinghera	zinghera	IT		0	Europe/Rome	42.86667	10.88333				16	GR	053024	
3163868	Zinaletto	zinaletto	IT		0	Europe/Rome	44.58333	11.08333				05	MO	036006	
3163873	Zibido al Lambro	zibido-al-lambro	IT		0	Europe/Rome	45.28177	9.27195		Zibido		09	PV	018160	
3163968	Volta Casaralta	volta-casaralta	IT		0	Europe/Rome	44.53333	11.36667				05	BO	037006	
3163883	Zeriolo	zeriolo	IT		0	Europe/Rome	45.62722	12.10472				20	TV	026095	
3163889	Zenna	zenna	IT		0	Europe/Rome	46.1035	8.75396				09	VA	012112	
3163890	Zendri	zendri	IT		0	Europe/Rome	45.76616	11.1162	940			17	TN	022210	
3163891	Zenarella	zenarella	IT		0	Europe/Rome	44.33333	11.36667				05	BO	037047	
3163892	Zena	zena	IT		0	Europe/Rome	44.93333	9.8				05	PC	033011	
3163897	Zellina	zellina	IT		312	Europe/Rome	45.83333	13.18139	6			06	UD	030100	
3163901	Zavena	zavena	IT		0	Europe/Rome	46.05	11.76667		Zagena,Zavena		20	BL	025058	
3163905	Zappolino	zappolino	IT		0	Europe/Rome	44.43333	11.11667				05	BO	037061	
3163906	Zapparola	zapparola	IT		0	Europe/Rome	44.96667	9.95				05	PC	033003	
3163909	Zanon	zanon	IT		0	Europe/Rome	45.25	11.05				20	VR	023040	
3163912	Zanetti	zanetti	IT		0	Europe/Rome	45.93333	11.75				20	VI	024031	
3163913	Zanengo	zanengo	IT		0	Europe/Rome	45.21667	9.85				09	CR	019051	
3163914	Zaneca	zaneca	IT		0	Europe/Rome	44.05	9.95				08	SP	011016	
3163923	Zanca	zanca	IT		0	Europe/Rome	42.79981	10.1312				16	LI	049010	
3163924	Zanacchi	zanacchi	IT		0	Europe/Rome	44.76667	9.35				05	PC	033005	
3163925	Zampil	zampil	IT		0	Europe/Rome	46.38333	10.68333		Zampi,Zampil		17	TN	022136	
3163926	Zampani	zampani	IT		0	Europe/Rome	42.8	12.53333				18	PG	054028	
3163928	Zambra	zambra	IT		0	Europe/Rome	43.50387	11.11027				16	FI	048003	
3163929	Zambla Alta	zambla-alta	IT		0	Europe/Rome	45.89216	9.79603				09	BG	016146	
3163931	Zago	zago	IT		0	Europe/Rome	45.55	11.03333				20	VR	023038	
3163933	Zaffignano	zaffignano	IT		0	Europe/Rome	44.88333	9.66667				05	PC	033036	
3163937	Weng	weng	IT		0	Europe/Rome	45.85	7.91667				12	VC	002002	
3163941	Voze	voze	IT		520	Europe/Rome	44.21365	8.39553	217			08	SV	009042	
3163942	Vo Sinistro	vo-sinistro	IT		0	Europe/Rome	45.73333	10.95		Vo,Vo Sinistro		17	TN	022007	
3163945	Vonzo	vonzo	IT		0	Europe/Rome	45.36667	7.35				12	TO	001075	
3163959	Volton	volton	IT		0	Europe/Rome	45.68333	13.05				06	UD	030046	
3163960	Voltole	voltole	IT		0	Europe/Rome	43.2	12.75				18	PG	054023	
3163969	Volta Barozzo	volta-barozzo	IT		0	Europe/Rome	45.36667	11.9				20	PD	028069	
3163970	Volta	volta	IT		0	Europe/Rome	45.75	13.03333				06	UD	030046	
3163972	Volpino	volpino	IT		0	Europe/Rome	45.83333	10.08333				09	BG	016086	
3163973	Volpino	volpino	IT		0	Europe/Rome	45.38333	11.31667				20	VR	023004	
3163975	Volpi	volpi	IT		0	Europe/Rome	44.71667	9.86667				05	PR	034028	
3163976	Volperino	volperino	IT		0	Europe/Rome	42.98333	12.86667				18	PG	054018	
3163982	Volpaia	volpaia	IT		0	Europe/Rome	43.51667	11.38333		Volpaia		16	SI	052023	
3163997	Voga	voga	IT		0	Europe/Rome	46.30443	9.34413				09	SO	014042	
3163999	Voceto	voceto	IT		0	Europe/Rome	42.63433	13.32444				07	RI	057002	
3164009	Vizzarete	vizzarete	IT		0	Europe/Rome	44.11667	11.21667				05	BO	037022	
3164014	Viviere	viviere	IT		0	Europe/Rome	44.43333	6.98333		Vibiere,Viviere,Vuoiere		12	CN	004001	
3164021	Vivajo	vivajo	IT		0	Europe/Rome	43.66667	11.45				16	FI	048052	
3164022	Viustino	viustino	IT		0	Europe/Rome	44.9	9.75				05	PC	033040	
3164030	Vitoio	vitoio	IT		0	Europe/Rome	44.15	10.33333				16	LU	046006	
3164031	Vitoio	vitoio	IT		0	Europe/Rome	43.96667	10.25				16	LU	046024	
3164036	Vitiano	vitiano	IT		0	Europe/Rome	43.36667	11.88333				16	AR	051002	
3164037	Vitereta	vitereta	IT		0	Europe/Rome	43.51667	11.68333				16	AR	051019	
3164052	Viserano	viserano	IT		0	Europe/Rome	44.83333	9.53333				05	PC	033043	
3164059	Viscarda	viscarda	IT		0	Europe/Rome	44.93272	8.81636				12	AL	006174	
3164060	Visanti	visanti	IT		0	Europe/Rome	41.28333	14.45		Massari Visanti,Visanti		04	BN	062029	
3164073	Vindola	vindola	IT		0	Europe/Rome	42.88333	13.38333				10	AP	044015	
3164078	Vinaio	vinaio	IT		0	Europe/Rome	46.44222	12.95056				06	UD	030047	
3164082	Vimignano	vimignano	IT		0	Europe/Rome	44.21667	11.06667				05	BO	037031	
3164085	Vilmaggiore	vilmaggiore	IT		0	Europe/Rome	46	10.1				09	BG	016243	
3164086	Villotta di Visinale	villotta-di-visinale	IT		0	Europe/Rome	45.88694	12.6125		Villotta di Visinale,Visinale		06	PN	093029	
3164091	Villora	villora	IT		0	Europe/Rome	44.68333	9.81667				05	PR	034046	
3164097	Villetta	villetta	IT		0	Europe/Rome	46.81667	11.76667				17	BZ	021110	
3164098	Vernago	vernago	IT		0	Europe/Rome	46.73598	10.84908				17	BZ	021091	
3164099	Villetta	villetta	IT		0	Europe/Rome	42.21667	13.18333				07	RI	057049	
3164100	Villetta	villetta	IT		0	Europe/Rome	42.12777	13.10497		Villa		01	AQ	066025	
3164102	Ville San Sebastiano	ville-san-sebastiano	IT		0	Europe/Rome	43.96667	7.91667				08	IM	008010	
3164103	Ville San Pietro	ville-san-pietro	IT		0	Europe/Rome	43.96667	7.9				08	IM	008010	
3164105	Villecollefegato	villecollefegato	IT		0	Europe/Rome	42.17333	13.20866		Le Ville		07	RI	057007	
3164106	Villecchia	villecchia	IT		0	Europe/Rome	44.26667	9.88333				16	MS	045015	
3164112	Villa Viani	villa-viani	IT		0	Europe/Rome	43.94006	7.98225				08	IM	008045	
3164113	Villa Vezzano	villa-vezzano	IT		0	Europe/Rome	44.26506	11.74881		Villa San Giorgio in Vezzano		05	RA	039004	
3164117	Villa Vergano	villa-vergano	IT		0	Europe/Rome	45.78333	9.36667		Vergano,Villa Vergano		09	LC	097033	
3164118	Villavecchia	villavecchia	IT		0	Europe/Rome	40.91667	8.9				14	SS	090082	
3164119	Villa Vallucci	villa-vallucci	IT		0	Europe/Rome	42.58333	13.6				01	TE	067028	
3164122	Villatella	villatella	IT		0	Europe/Rome	43.82926	7.53619				08	IM	008065	
3164124	Villa Talla	villa-talla	IT		0	Europe/Rome	43.93333	7.9				08	IM	008047	
3164129	Villa San Valentino	villa-san-valentino	IT		0	Europe/Rome	44.65	11				05	MO	036006	
3164139	Villa San Silvestro	villa-san-silvestro	IT		0	Europe/Rome	42.65	13.05		La Villa,Villa San Silvestro		18	PG	054007	
3164148	Villa Rossi	villa-rossi	IT		0	Europe/Rome	44.55	11.38333				05	BO	037019	
3164149	Villa Rossi	villa-rossi	IT		0	Europe/Rome	42.5	13.7		I Rossi,Villa Rossi		01	TE	067012	
3164151	Villa Rogatti	villa-rogatti	IT		297	Europe/Rome	42.29178	14.38627	145	Villa Rogatti,Villa Ruatti		01	CH	069058	
3164152	Villaro	villaro	IT		0	Europe/Rome	44.46667	6.96667		Villar,Villaro		12	CN	004001	
3164156	Villaret	villaret	IT		0	Europe/Rome	45.73333	7.08333				19	AO	007040	
3164157	Villarelli	villarelli	IT		0	Europe/Rome	43.99565	8.07804				08	SV	009059	
3164161	Villarasca	villarasca	IT		0	Europe/Rome	45.28333	9.08333				09	PV	018127	
3164163	Villa Poggiolo	villa-poggiolo	IT		0	Europe/Rome	44.43333	11.53333				05	BO	037020	
3164166	Villa Pepoli	villa-pepoli	IT		0	Europe/Rome	42.99209	13.22934		Villa Pepoli,Villa di mezzo		10	MC	043005	
3164170	Villa Osti	villa-osti	IT		0	Europe/Rome	45.35	11.83333				20	PD	028003	
3164173	Villa Nuova	villa-nuova	IT		0	Europe/Rome	43.95	12.36667				10	PU		
3164200	Villa Montesoli	villa-montesoli	IT		0	Europe/Rome	43.13333	11.43333				16	SI	052003	
3164201	Villa Monastero	villa-monastero	IT		0	Europe/Rome	44.9	9.7				05	PC	033036	
3164205	Villa Marina	villa-marina	IT		0	Europe/Rome	44.17531	12.42991				05	FC	040008	
3164206	Villa Marin	villa-marin	IT		0	Europe/Rome	45.38333	11.7				20	PD	028030	
3164207	Villa Maria	villa-maria	IT		0	Europe/Rome	43.73333	12.63333				10	PU	041067	
3164208	Villa Malvezzi	villa-malvezzi	IT		0	Europe/Rome	42.98807	13.23243		Villa Malvezzi,Villa da capo		10	MC	043005	
3164210	Villa Magri	villa-magri	IT		0	Europe/Rome	44.86667	11.28333				05	MO	036012	
3164214	Villamaggiore	villamaggiore	IT		0	Europe/Rome	45.31667	9.16667				09	MI	015115	
3164215	Villa Maggiore	villa-maggiore	IT		0	Europe/Rome	42.58333	13.68333				01	TE	067028	
3164228	Villagrossa	villagrossa	IT		0	Europe/Rome	45.15	10.95				09	MN	020052	
3164229	Villagrossa	villagrossa	IT		0	Europe/Rome	44.25	9.83333				08	SP	011008	
3164230	Villagrappa	villagrappa	IT		364	Europe/Rome	44.22255	11.97287	29			05	FC	040012	
3164233	Villaggio Resta	villaggio-resta	IT		0	Europe/Rome	40.2	17.95				13	LE	075052	
3164234	Villaggio Ferrari	villaggio-ferrari	IT		0	Europe/Rome	45.51667	10.21667				09	BS	017029	
3164235	Villaggio Badia	villaggio-badia	IT		0	Europe/Rome	45.53333	10.16667				09	BS	017165	
3164242	Villafranca di Forlì	villafranca-di-forli	IT		0	Europe/Rome	44.29467	12.01673		Villafranca,Villufranca di Forli		05	FC	040012	
3164246	Villa Fornace	villa-fornace	IT		0	Europe/Rome	44.9552	9.22525				09	PV	018094	
3164247	Villafora	villafora	IT		0	Europe/Rome	45.1	11.55				20	RO	029004	
3164251	Villa Fabbri	villa-fabbri	IT		0	Europe/Rome	42.85	12.6				18	PG	054021	
3164255	Villa Dogana	villa-dogana	IT		0	Europe/Rome	44.06667	11.21667		Dogana,Villa Dogana		16	FI	048002	
3164257	Villa di Serravalle	villa-di-serravalle	IT		0	Europe/Rome	42.78333	13.03333				18	PG	054035	
3164259	Villa di Laurino	villa-di-laurino	IT		0	Europe/Rome	40.36667	15.33333		Villa Littorio,Villa di Laurino		04	SA	065061	
3164262	Villadelmonte	villadelmonte	IT		0	Europe/Rome	43.68333	12.88333				10	PU	041058	
3164263	Villa del Monte	villa-del-monte	IT		0	Europe/Rome	43.53333	11				16	FI	048020	
3164264	Villa delle Fontane	villa-delle-fontane	IT		0	Europe/Rome	42.56667	11.81667				07	VT	056053	
3164265	Villa del Ferro	villa-del-ferro	IT		0	Europe/Rome	45.38392	11.4705				20	VI	024092	
3164269	Villa d'Arceno	villa-d-arceno	IT		0	Europe/Rome	43.38333	11.51667				16	SI	052006	
3164271	Villa d'Allegno	villa-d-allegno	IT		0	Europe/Rome	46.25	10.48333				09	BS	017184	
3164273	Villacriccola	villacriccola	IT		0	Europe/Rome	45.83333	12.66667				06	PN	093005	
3164275	Villa Corradini	villa-corradini	IT		0	Europe/Rome	44.38333	12.2				05	RA	039014	
3164276	Villa Contea Valentini	villa-contea-valentini	IT		0	Europe/Rome	43.11667	11.95		Valentini,Villa Contea Valentini,Villa Valentini		18	PG	054009	
3164277	Villa Colle Onorato	villa-colle-onorato	IT		0	Europe/Rome	43.51667	13.18333				10	AN	042021	
3164278	Villa Coldecanali	villa-coldecanali	IT		0	Europe/Rome	43.38333	12.68333				18	PG	054016	
3164280	Villa Cenci	villa-cenci	IT		0	Europe/Rome	43.2	12.48333				18	PG	054039	
3164283	Villa Carlo	villa-carlo	IT		0	Europe/Rome	45.76667	13.1		Rotta,Villa Carlo		06	UD	030069	
3164286	Villa Camponeschi	villa-camponeschi	IT		0	Europe/Rome	42.5	13.08333				07	RI	057057	
3164287	Villa Cameroni	villa-cameroni	IT		0	Europe/Rome	45.53333	12.23333				20	VE	027042	
3164289	Villa Calabra	villa-calabra	IT		0	Europe/Rome	44.17944	12.30056		Osteriaccia,Villa Calabra		05	FC	040007	
3164291	Villacáccia	villacaccia	IT		0	Europe/Rome	45.97278	13.06861				06	UD	030048	
3164293	Villa Boretti	villa-boretti	IT		0	Europe/Rome	43.45	10.36667		Boretti,Villa Boretti		16			
3164294	Villa Bonini	villa-bonini	IT		0	Europe/Rome	44.63333	10.43333				05	RE	035038	
3164295	Villa Bibone	villa-bibone	IT		0	Europe/Rome	44.35	10.91667				05	MO	036030	
3164296	Villabianca	villabianca	IT		0	Europe/Rome	44.46667	10.93333				05	MO	036020	
3164297	Villa Bertolli	villa-bertolli	IT		0	Europe/Rome	43.4	11.2				16	SI	052016	
3164298	Villa Bentivoglio	villa-bentivoglio	IT		0	Europe/Rome	42.99718	13.21793		Villa Bentivoglio,Villa Dapiedi		10	MC	043005	
3164299	Villa Bensi	villa-bensi	IT		0	Europe/Rome	43.7	11.51667				16	FI	048035	
3164304	Villa Barone	villa-barone	IT		0	Europe/Rome	43.93333	11.05		Villa Barone,Villa il Barone		16	PO	100003	
3164315	Vigostano	vigostano	IT		0	Europe/Rome	44.88333	9.85				05	PC	033012	
3164316	Vigorso	vigorso	IT		0	Europe/Rome	44.53333	11.5				05	BO	037008	
3164329	Vigolante	vigolante	IT		0	Europe/Rome	44.8	10.25				05	PR	034027	
3164345	Vigneta	vigneta	IT		0	Europe/Rome	44.21667	10.18333				16	MS	045004	
3164346	Vigneria	vigneria	IT		0	Europe/Rome	42.82279	10.42937				16	LI	049015	
3164351	Vignatico	vignatico	IT		0	Europe/Rome	42.76667	13.5				01	TE		
3164353	Vignarello	vignarello	IT		0	Europe/Rome	45.35	8.75				12	NO	003146	
3164355	Vignana	vignana	IT		0	Europe/Rome	44.19119	9.63346				08	SP	011017	
3164361	Vignai	vignai	IT		0	Europe/Rome	43.91667	7.76667				08	IM	008007	
3164362	Vignago	vignago	IT		0	Europe/Rome	44.01667	7.76667		Casa Vignago,Vignago		08	IM	008035	
3164370	Vigino	vigino	IT		0	Europe/Rome	46.01008	8.18361				12	VB	103014	
3164372	Vigheffio	vigheffio	IT		0	Europe/Rome	44.76667	10.28333				05	PR	034009	
3164378	Vigentino	vigentino	IT		0	Europe/Rome	45.43365	9.20109				09	MI	015146	
3164379	Vigazzuolo	vigazzuolo	IT		0	Europe/Rome	46.23008	9.40541				09	SO	014057	
3164389	Vidoni	vidoni	IT		0	Europe/Rome	42.99379	13.32041				10	FM	109002	
3164390	Vidiuno	vidiuno	IT		0	Europe/Rome	44.38333	11.73333				05	BO	037032	
3164395	Vico Soprano	vico-soprano	IT		0	Europe/Rome	44.56902	9.40292	1086			08	GE	010048	
3164399	Vico Mezzano	vico-mezzano	IT		0	Europe/Rome	44.55	9.4				08	GE	010048	
3164401	Vicomarino	vicomarino	IT		0	Europe/Rome	44.98333	9.4				05	PC	033048	
3164403	Vicolo Rancolfo	vicolo-rancolfo	IT		0	Europe/Rome	43.23333	12.41667				18	PG	054039	
3164410	Vico d'Arbia	vico-d-arbia	IT		0	Europe/Rome	43.32624	11.41651				16	SI	052032	
3164420	Viceno	viceno	IT		0	Europe/Rome	42.73333	12.01667				18	TR	055023	
3164421	Vicchiomaggio	vicchiomaggio	IT		0	Europe/Rome	43.61667	11.28333				16	FI	048038	
3164425	Vicanino	vicanino	IT		0	Europe/Rome	44.79256	9.76118				05	PC	033026	
3164427	Vic	vic	IT		0	Europe/Rome	46.25	11.98333				20	BL	025067	
3164430	Viboldone	viboldone	IT		0	Europe/Rome	45.38555	9.27744				09	MI	015195	
3164431	Viaverde	viaverde	IT		0	Europe/Rome	45.6	11.1				20	VR	023090	
3164435	Viana	viana	IT		0	Europe/Rome	45.73333	9.73333				09	BG	016008	
3164437	Viamaggio	viamaggio	IT		0	Europe/Rome	43.68333	12.13333				16	AR	051003	
3164439	Via di Mezzo di Sopra	via-di-mezzo-di-sopra	IT		0	Europe/Rome	45.28333	11.93333				20	PD	028014	
3164448	Vezzena	vezzena	IT		0	Europe/Rome	45.95	11.35		Vezena,Vezzena		17	TN	022104	
3164459	Vezza	vezza	IT		0	Europe/Rome	43.56667	11.8				16	AR	051006	
3164463	Vettica Maggiore	vettica-maggiore	IT		0	Europe/Rome	40.61667	14.51667				04			
3164468	Vetriano	vetriano	IT		0	Europe/Rome	43.98333	10.46667				16	LU	046022	
3164473	Vetrale	vetrale	IT		0	Europe/Rome	40.3	15.2				04	SA	065085	
3164475	Vetozza	vetozza	IT		0	Europe/Rome	42.56667	13.11667				07	RI	057057	
3164477	Vetice	vetice	IT		0	Europe/Rome	42.95	13.3				10	FM	109015	
3164484	Vestignano	vestignano	IT		0	Europe/Rome	43.11667	13.21667				10	MC	043006	
3164398	Vicomoscano	vicomoscano	IT	26041	0	Europe/Rome	44.96667	10.45				09	CR	019021	
3164489	Vespignano	vespignano	IT		0	Europe/Rome	44.23333	11.73333				05	RA	039004	
3164491	Vescovile	vescovile	IT		0	Europe/Rome	42.33333	12.6				07	RI	057067	
3164494	Vescona	vescona	IT		0	Europe/Rome	43.26667	11.5				16	SI	052002	
3164495	Vesciano	vesciano	IT		0	Europe/Rome	43.01667	13.35				10	FM	109002	
3164496	Vescia	vescia	IT		0	Europe/Rome	42.98333	12.73333		Vescia		18	PG	054018	
3164498	Vesallo	vesallo	IT		0	Europe/Rome	44.43333	10.53333				05	RE	035011	
3164500	Verzuno	verzuno	IT		0	Europe/Rome	44.2	11.06667				05	BO	037010	
3164506	Vertemate con Minoprio	vertemate	IT		3851	Europe/Rome	45.72438	9.07294		Vertemate Minoprio,Vertemate con Minoprio		09	CO	013242	
3164507	Vertaglia	vertaglia	IT		0	Europe/Rome	43.98333	12.18333				05	FC	040020	
3164510	Versciaco di Sopra	versciaco-di-sopra	IT		276	Europe/Rome	46.73023	12.32598	1154	Versciaco,Versciaco di Sopra		17	BZ	021077	
3164514	Verrua Siccomario	verrua-siccomario	IT		0	Europe/Rome	45.11667	9.16667				09	PV	018175	
3164518	Verri	verri	IT		0	Europe/Rome	42.95	13.36667				10	FM	109015	
3164521	Verratti	verratti	IT		0	Europe/Rome	42.15	14.33333				01	CH	069017	
3164534	Vernets	vernets	IT		0	Europe/Rome	45.1	6.7				12	TO	001022	
3164539	Vermolera	vermolera	IT		0	Europe/Rome	46.36667	10.21667				09	SO	014033	
3164551	Vergelle	vergelle	IT		0	Europe/Rome	43.11667	11.55				16	SI	052029	
3164569	Verago	verago	IT		0	Europe/Rome	44.96667	9.41667				05	PC	033006	
3164580	Ventosa	ventosa	IT		0	Europe/Rome	41.3	13.8				07	LT	059026	
3164587	Ventaroli	ventaroli	IT		0	Europe/Rome	41.21667	13.98333				04	CE	061017	
3164588	Vens	vens	IT		0	Europe/Rome	45.71667	7.13333				19	AO	007006	
3164594	Veniera	veniera	IT		0	Europe/Rome	44.98333	12.25				20	RO	029046	
3164610	Vendrello	vendrello	IT		0	Europe/Rome	46.38333	10.35				09	SO	014072	
3164612	Vendaso	vendaso	IT		0	Europe/Rome	44.25	10.18333				16	MS	045007	
3164618	Venapiccola	venapiccola	IT		0	Europe/Rome	42.88333	13.53333				10	AP	044007	
3164619	Venamartello	venamartello	IT		0	Europe/Rome	42.78915	13.41469				10	AP	044001	
3164633	Vellai	vellai	IT		0	Europe/Rome	46.03333	11.93333				20	BL	025021	
3164640	Velici Inferiore	velici-inferiore	IT		0	Europe/Rome	44.28333	9.45				08	GE	010011	
3164649	Vedun	vedun	IT		0	Europe/Rome	45.71667	7.03333				19	AO	007040	
3164658	Vecciano	vecciano	IT		0	Europe/Rome	43.95	12.55				05	RN	099010	
3164659	Veccialone	veccialone	IT		0	Europe/Rome	44.08333	10.76667				16	PT	047019	
3164664	Vecchia	vecchia	IT		0	Europe/Rome	43.55	11.8		Casa Vecchia,Vecchia		16	AR	051006	
3164667	Vaud	vaud	IT		0	Europe/Rome	45.86667	7.3				19	AO	007046	
3164676	Vasconi	vasconi	IT		0	Europe/Rome	43.21667	12.98333				10	MC	043009	
3164678	Vasciano Vecchio	vasciano-vecchio	IT		0	Europe/Rome	42.73333	12.41667				18	PG	054052	
3164679	Vasciano Nuovo	vasciano-nuovo	IT		0	Europe/Rome	42.73333	12.41667				18	PG	054052	
3164680	Vasciano	vasciano	IT		0	Europe/Rome	42.45	12.6				18	TR	055031	
3164772	Valnogaredo	valnogaredo	IT		206	Europe/Rome	45.2992	11.66441	72			20	PD	028031	
3164690	Varni	varni	IT		0	Europe/Rome	44.6	9.21667				08	GE	010026	
3164703	Varda	varda	IT		0	Europe/Rome	46.56836	11.88789				17	BZ	021006	
3164704	Varda	varda	IT		0	Europe/Rome	46.50064	11.88656				20	BL	025030	
3164707	Varco	varco	IT		0	Europe/Rome	43.18333	13.41667				10	MC	043022	
3164708	Varcencio	varcencio	IT		0	Europe/Rome	46.15	8.2				12	VB	103012	
3164710	Varase	varase	IT		0	Europe/Rome	43.83333	7.58333				08	IM	008065	
3164724	Vanzone con San Carlo	vanzone	IT		512	Europe/Rome	45.97877	8.11061		Vanzone con San Carlo,Varzone Carlo		12	VB	103070	
3164725	Vanzo	vanzo	IT		0	Europe/Rome	45.23333	11.8				20	PD	028055	
3164733	Vandria	vandria	IT		0	Europe/Rome	41.33333	13.95				04	CE	061039	
3164741	Vanchiglia	vanchiglia	IT		0	Europe/Rome	45.0714	7.70421				12	TO	001272	
3164747	Valtreara	valtreara	IT		0	Europe/Rome	43.38333	12.98333				10	AN	042020	
3164748	Valtournanche	valtournanche	IT		0	Europe/Rome	45.88333	7.61667		Valtornenza,Valtournanche		19	AO	007071	
3164757	Valsigiara	valsigiara	IT		0	Europe/Rome	44.63333	9.31667				05	PC	033030	
3164760	Valsavignone	valsavignone	IT		0	Europe/Rome	43.73545	12.02505				16	AR	051030	
3164765	Valpicetto	valpicetto	IT		0	Europe/Rome	46.54361	12.85917				06	UD	030094	
3164771	Valogno Piccolo	valogno-piccolo	IT		0	Europe/Rome	41.25	13.96667				04	CE	061088	
3164775	Valmoresca	valmoresca	IT		0	Europe/Rome	46	9.61667				09	BG	016090	
3164780	Valmaggiore	valmaggiore	IT		0	Europe/Rome	45.78333	9.98333				09	BG	016093	
3164781	Valmaggiore	valmaggiore	IT		0	Europe/Rome	44.13333	11.61667				05	RA	039004	
3164783	Val Madre	val-madre	IT		0	Europe/Rome	46.11667	9.75				09	SO	014030	
3164785	Vallunga	vallunga	IT		0	Europe/Rome	42.56667	13				07	RI	057033	
3164786	Valloria Marittima	valloria-marittima	IT		0	Europe/Rome	43.91667	7.91667				08	IM	008030	
3164787	Valloni	valloni	IT		0	Europe/Rome	41.63333	14.11667				11	IS	094014	
3164791	Vallona	vallona	IT		0	Europe/Rome	45	12.28333				20	RO	029052	
3164795	Vallocchia	vallocchia	IT		0	Europe/Rome	42.71896	12.78955				18	PG	054051	
3164801	Vallinfante	vallinfante	IT		0	Europe/Rome	42.88333	13.16667				10	MC	043010	
3164805	Vallicella	vallicella	IT		0	Europe/Rome	42.43333	13.31667				01	AQ	066072	
3164806	Vallicchio	vallicchio	IT		0	Europe/Rome	43.06667	13.05				10	MC	043034	
3164810	Vallezza	vallezza	IT		0	Europe/Rome	44.65	10.15		Valleza,Vallezza		05	PR	034038	
3164811	Vallevaccaro	vallevaccaro	IT		0	Europe/Rome	42.58333	13.46667				01	TE	067023	
3164813	Valletta	valletta	IT		0	Europe/Rome	45.06667	11.28333				20	RO	029013	
3164814	Vallestretta	vallestretta	IT		0	Europe/Rome	42.95774	13.13948				10	MC	043056	
3164816	Vallesindola	vallesindola	IT		0	Europe/Rome	42.3	13.41667		Vallesindola,Vallesindole		01	AQ	066049	
3164819	Vallescura	vallescura	IT		0	Europe/Rome	44.51667	9.28333				08	GE	010024	
3164820	Valle San Silvestro	valle-san-silvestro	IT		0	Europe/Rome	46.75194	12.25889		Valle,Valle San Silvestro,Wahlen		17	BZ	021028	
3164822	Valle San Martino	valle-san-martino	IT		0	Europe/Rome	42.62187	12.72363				18	PG	054051	
3164827	Valles	valles	IT		0	Europe/Rome	46.83333	11.61667				17	BZ	021074	
3164830	Vallerenzo	vallerenzo	IT		0	Europe/Rome	44.8909	9.3722				05	PC	033031	
3164831	Valleremita	valleremita	IT		0	Europe/Rome	43.3	12.86667				10	AN	042017	
3164834	Valle Piola	valle-piola	IT		0	Europe/Rome	42.69802	13.57674				01	TE	067043	
3164837	Vallepezzata	vallepezzata	IT		0	Europe/Rome	42.7	13.51667				01	TE	067046	
3164839	Valle Orsara	valle-orsara	IT		0	Europe/Rome	42.81667	13.31667				10	AP	044038	
3164840	Vallenquina	vallenquina	IT		0	Europe/Rome	42.73333	13.53333				01	TE	067046	
3164848	Valleluce-Cese	valleluce-cese	IT		0	Europe/Rome	41.56667	13.85		Cese,Valleluce,Valleluce-Cese		07	FR	060068	
3164851	Vallegrascia	vallegrascia	IT		0	Europe/Rome	42.86667	13.3				10	AP	044044	
3164852	Vallegrande	vallegrande	IT		0	Europe/Rome	41.61667	13.86667				07	FR	060088	
3164858	Vallecupola	vallecupola	IT		0	Europe/Rome	42.25	13				07	RI	057062	
3164859	Vallecupa	vallecupa	IT		0	Europe/Rome	42.25	13.56667			066042	01	AQ	066042	
3164860	Vallecupa	vallecupa	IT		0	Europe/Rome	42.05	14.35				01	CH	069006	
3164861	Vallecupa	vallecupa	IT		0	Europe/Rome	41.43333	14.01667				11	IS	094052	
3164864	Valle Cilento	valle-cilento	IT		0	Europe/Rome	40.26667	15.06667		Valle,Valle Cilento		04	SA	065141	
3164865	Vallececa	vallececa	IT		0	Europe/Rome	42.23333	13.06667				07	RI	057049	
3164870	Vallebuona	vallebuona	IT		0	Europe/Rome	44.45	9.11667				08	GE	010031	
3164871	Vallebuona	vallebuona	IT		0	Europe/Rome	42.13333	12.91667				07	RI	057047	
3164875	Valle Avellana	valle-avellana	IT		0	Europe/Rome	43.83333	12.53333				10	PU	041059	
3164897	Vallaro	vallaro	IT		0	Europe/Rome	46.13333	8.15				12	VB	103012	
3164902	Vallacquosa	vallacquosa	IT		0	Europe/Rome	44.88333	11.23333				05	MO	036012	
3164907	Valgrisanche	valgrisanche	IT		0	Europe/Rome	45.63333	7.06667		Valgrisanche,Valgrisenza		19	AO	007068	
3164910	Valgiano	valgiano	IT		0	Europe/Rome	43.91667	10.6				16	LU	046007	
3164917	Valeriano Lunense	valeriano-lunense	IT		0	Europe/Rome	44.14939	9.85628		Valeriano		08	SP	011031	
3164922	Valentina	valentina	IT		0	Europe/Rome	42.86667	13.36667				10	AP	044015	
3164926	Valdurna	valdurna	IT		0	Europe/Rome	46.73915	11.43788		Durnholz		17	BZ	021086	
3164929	Val Dorizzo	val-dorizzo	IT		0	Europe/Rome	45.86667	10.43333				09	BS	017010	
3164935	Valdirame	valdirame	IT		0	Europe/Rome	44.98333	11.1				09	MN	020058	
3164936	Val di Pugna	val-di-pugna	IT		0	Europe/Rome	43.3089	11.37076				16	SI	052032	
3164937	Val di Perga	val-di-perga	IT		0	Europe/Rome	43.41667	10.5				16	LI	049017	
3164939	Valdinoce	valdinoce	IT		0	Europe/Rome	44.0625	12.10444		Valdinace,Valdinoce		05	FC	040019	
3164941	Val di Mezzo	val-di-mezzo	IT		0	Europe/Rome	46.85	11.38333				17	BZ	021070	
3164945	Valdena	valdena	IT		0	Europe/Rome	44.45	9.78333				05	PR	034006	
3164946	Val della Cort	val-della-cort	IT		0	Europe/Rome	45.96667	12				20	TV	026079	
3164947	Valdazzo	valdazzo	IT		0	Europe/Rome	43.75	12.61667				10	PU	041067	
3164950	Valdantena Casalina	valdantena-casalina	IT		0	Europe/Rome	44.41667	9.93333				16	MS	045014	
3164951	Valdamonte	valdamonte	IT		0	Europe/Rome	44.98805	9.31787				09	PV	018143	
3165062	Ugliano	ugliano	IT		0	Europe/Rome	43.28333	13.13333				10	MC	043047	
3164953	Valdagno di Trento	valdagno-di-trento	IT		0	Europe/Rome	46.36667	11.35		Valdagno,Valdagno di Trento		17	BZ	021001	
3164956	Valcarecce	valcarecce	IT		0	Europe/Rome	43.4	13.16667		Valcarecce,Valcareccie		10	MC	043012	
3164957	Valcaldara	valcaldara	IT		0	Europe/Rome	42.73333	13.11667				18	PG	054035	
3164958	Valburga	valburga	IT		0	Europe/Rome	46.06667	9.56667				09	SO	014031	
3164961	Valbiano	valbiano	IT		0	Europe/Rome	43.90538	12.11311	300			05	FC	040044	
3164979	Vagli Sotto	vagli-di-sotto	IT		1123	Europe/Rome	44.10925	10.2888		Vagli Sotto		16	LU	046031	
3164980	Vagliano	vagliano	IT		0	Europe/Rome	43.98333	11.43333				16	FI	048004	
3164985	Vagli	vagli	IT		0	Europe/Rome	42.7	12.35				18	TR	055007	
3164986	Vado Lucoli	vado-lucoli	IT		0	Europe/Rome	42.29268	13.3477				01	AQ	066052	
3165002	Vaccina	vaccina	IT		0	Europe/Rome	41.97034	12.0817				07	RM	058116	
3165007	Vaccarizza	vaccarizza	IT		0	Europe/Rome	45.13333	9.21667				09	PV	018092	
3165011	Uzzo	uzzo	IT		0	Europe/Rome	43.98333	10.91667				16	PT	047014	
3165013	Uvert	uvert	IT		0	Europe/Rome	44.75	7.16667				12	CN	004009	
3165020	Usigni	usigni	IT		0	Europe/Rome	42.7	12.93333		Usigni		18	PG	054042	
3165022	Usi	usi	IT		0	Europe/Rome	42.71667	11.46667				16	GR	053020	
3165044	Uncinano	uncinano	IT		0	Europe/Rome	42.76667	12.66667				18	PG	054051	
3165045	Umito	umito	IT		0	Europe/Rome	42.73333	13.4				10	AP	044001	
3165046	Umes	umes	IT		0	Europe/Rome	46.5	11.5		Umes,Umes di Fie,Umes di Fié		17	BZ	021031	
3165060	Ugrigno	ugrigno	IT		0	Europe/Rome	43.9	12.23333				10	PU		
3165063	Uggiate-Trevano	uggiate	IT		3863	Europe/Rome	45.82338	8.95964				09	CO	013228	
3165067	Uffogliano	uffogliano	IT		0	Europe/Rome	43.95	12.33333				05	RN	099023	
3165080	Tussillo	tussillo	IT		0	Europe/Rome	42.26736	13.53125				01	AQ	066082	
3165087	Turrito	turrito	IT		0	Europe/Rome	43.91008	12.12213				05	FC	040044	
3165093	Turignano	turignano	IT		0	Europe/Rome	43.61667	11.1		Podere Turignano,Turignano		16	FI	048030	
3165098	Turchi	turchi	IT		0	Europe/Rome	46.35	10.35				09	SO	014060	
3165110	Tungoni	tungoni	IT		0	Europe/Rome	40.91667	8.95				14	SS	090082	
3165111	Tuna	tuna	IT		0	Europe/Rome	44.96667	9.56667				05	PC	033022	
3165117	Tufo Basso	tufo-basso	IT		305	Europe/Rome	42.15182	13.11253	830			01	AQ	066025	
3165118	Tufo Alto	tufo-alto	IT		0	Europe/Rome	42.15679	13.11476				01	AQ	066025	
3165125	Tubione	tubione	IT		0	Europe/Rome	42.1	13.21667				01	AQ	066089	
3165126	Tubbiano	tubbiano	IT		0	Europe/Rome	43.93333	10.56667				16	LU	046017	
3165136	Troncea	troncea	IT		0	Europe/Rome	44.95	6.95		Troncea,Tronchee		12	TO	001201	
3165137	Troncea	troncea	IT		0	Europe/Rome	44.9	6.9				12	TO	001258	
3165138	Tronale	tronale	IT		0	Europe/Rome	44.1	11.2				05	BO		
3165146	Trivio	trivio	IT		0	Europe/Rome	43.45	12.95				10	AN	042020	
3165147	Trivio	trivio	IT		0	Europe/Rome	42.65	12.98333				18	PG	054031	
3165148	Trivio	trivio	IT		0	Europe/Rome	41.28464	13.64004	232			07	LT	059008	
3165154	Trivellano	trivellano	IT		0	Europe/Rome	44.98333	10.96667				09	MN	020035	
3165167	Trinità d'Agultu e Vignola	trinita-d-agultu	IT		2026	Europe/Rome	40.98377	8.91562				14	OT	104026	
3165172	Trimezzo	trimezzo	IT		0	Europe/Rome	42.63333	13.11667				07	RI	057017	
3165173	Trigoso	trigoso	IT		0	Europe/Rome	44.26481	9.43017				08	GE	010059	
3165181	Triflisco	triflisco	IT		0	Europe/Rome	41.13333	14.25				04	CE	061015	
3165217	Tresnuraghes	tresnuraghea	IT		1296	Europe/Rome	40.25175	8.51982			095067	14	OR	095067	
3165228	Tresanti	tresanti	IT		0	Europe/Rome	43.6	11.05				16	FI	048030	
3165236	Tre Ponti	tre-ponti	IT		0	Europe/Rome	45.21667	12.11667				20	PD	028035	
3165238	Trepalade	trepalade	IT		0	Europe/Rome	45.56139	12.40722				20	VE	027031	
3165239	Trentola	trentola	IT		0	Europe/Rome	44.41667	11.66667				05	BO	037032	
3165255	Tre Madonne	tre-madonne	IT		0	Europe/Rome	44.5	11.28333				05	BO	037006	
3165266	Treggio	treggio	IT		0	Europe/Rome	42.98333	12.7				18	PG	054018	
3165270	Tre Colli	tre-colli	IT		0	Europe/Rome	43.75	10.53333				16	PI	050003	
3165277	Tre Cancelli	tre-cancelli	IT		0	Europe/Rome	41.48333	12.71667				07	RM	058072	
3165278	Trebiciano	trebiciano	IT		558	Europe/Rome	45.67241	13.82524	344	Trebce,Trebiciano,Trebče		06	TS	032006	
3165279	Trebiano	trebiano	IT		0	Europe/Rome	44.10275	9.92246		Trebbiano		08	SP	011002	
3165280	Trebecco	trebecco	IT		0	Europe/Rome	44.89425	9.30053				05	PC	033029	
3165282	Trebbiantico	trebbiantico	IT		0	Europe/Rome	43.86667	12.95				10	PU	041013	
3165283	Trebbiano Nizza	trebbiano-nizza	IT		0	Europe/Rome	44.87959	9.12148				09	PV	018117	
3165285	Trebbana	trebbana	IT		0	Europe/Rome	44.05	11.68333		Terbana,Trebana,Trebbana		16	FI	048026	
3165292	Traverses	traverses	IT		0	Europe/Rome	44.98333	6.91667				12	TO	001201	
3165296	Travedona-Monate	travedona	IT		3337	Europe/Rome	45.80427	8.67143				09	VA	012128	
3165299	Travalle	travalle	IT		0	Europe/Rome	43.88156	11.15627				16	FI	048005	
3165306	Trastevere	trastevere	IT		0	Europe/Rome	41.88333	12.46667		Rione di Trastevere,Trastevere,Trastiber,Trastévere,Trastíber		07	RM	058091	
3165309	Traso	traso	IT		407	Europe/Rome	44.43609	9.08938	466			08	GE	010003	
3165312	Traschio	traschio	IT		0	Europe/Rome	44.65	9.31667				05	PC	033030	
3165316	Trarego Viggiona	trarego	IT		379	Europe/Rome	46.03428	8.67362				12	VB	103066	
3165320	Tranzi	tranzi	IT		0	Europe/Rome	41.23333	14.05				04	CE	061091	
3165331	Tragole	tragole	IT		0	Europe/Rome	45.65	12.98333				20	VE	027034	
3165332	Tragliatella	tragliatella	IT		0	Europe/Rome	42.01667	12.21667		Castle Tragliatella,Tragliatella		07	RM	058120	
3165333	Tragliata	tragliata	IT		0	Europe/Rome	41.97296	12.25679		Casa Tragliata		07	RM	058120	
3165336	Traga	traga	IT		0	Europe/Rome	46.63333	10.68333				17	BZ	021042	
3165337	Trafusina	trafusina	IT		0	Europe/Rome	41.76667	12.4				07	RM	058091	
3165344	Tovo	tovo	IT		0	Europe/Rome	43.96667	8.1				08	IM	008067	
3165347	Touraz	touraz	IT		0	Europe/Rome	45.75	7.25		Thourraz,Touraz		19	AO	007066	
3165349	Toulazur	toulazur	IT		0	Europe/Rome	46.48333	10.1				09	SO	014037	
3165352	Totana	totana	IT		0	Europe/Rome	43.1	12.76667				18	PG	054034	
3165357	Toscolano	toscolano	IT		0	Europe/Rome	42.65	12.35				18	TR	055033	
3165358	Toscella	toscella	IT		0	Europe/Rome	42.88333	12.43333				18	PG	054014	
3165362	Tosca	tosca	IT		0	Europe/Rome	44.61667	9.81667				05	PR	034046	
3165374	Tortigliano	tortigliano	IT		0	Europe/Rome	43.5	12.03333				16	AR	051001	
3165385	Torrione	torrione	IT		0	Europe/Rome	45.31667	8.46667				12	VC	002158	
3165386	Torriola	torriola	IT		0	Europe/Rome	43.73333	12.35				10	PU	041005	
3165387	Torrini	torrini	IT		0	Europe/Rome	44.55	9.4				08	GE	010048	
3165405	Torricchio	torricchio	IT		0	Europe/Rome	42.98333	13.05				10	MC	043038	
3165407	Torria	torria	IT		0	Europe/Rome	43.97935	7.97934				08	IM	008019	
3165416	Torre Tre Ponti	torre-tre-ponti	IT		0	Europe/Rome	41.50742	12.94516				07	LT	059011	
3165418	Torresella	torresella	IT		0	Europe/Rome	45.75611	12.88944				20	VE	027029	
3165419	Torre San Vito	torre-san-vito	IT		0	Europe/Rome	40.4	17.23333				13	TA		
3165421	Torre Sant'Alluccia	torre-sant-alluccia	IT		0	Europe/Rome	43.15	10.96667				16	GR	053017	
3165422	Torre San Severo	torre-san-severo	IT		0	Europe/Rome	42.66667	12.06667				18	TR	055023	
3165424	Torre San Limato	torre-san-limato	IT		0	Europe/Rome	41.15229	13.84483				07			
3165425	Torre sa Crucca	torre-sa-crucca	IT		0	Europe/Rome	40.76278	8.42083		La Crucca,Torre sa Crucca		14	SS	090064	
3165426	Torre Pelosa	torre-pelosa	IT		0	Europe/Rome	41.08333	17				13	BA	072006	
3165428	Torre Paponi	torre-paponi	IT		0	Europe/Rome	43.88333	7.93333				08	IM	008041	
3165429	Torre Orsina	torre-orsina	IT		0	Europe/Rome	42.57407	12.7347				18	TR	055032	
3165433	Torre Mileto	torre-mileto	IT		0	Europe/Rome	41.93333	15.63333				13			
3165435	Torremaggiore	torre-maggiore	IT		17021	Europe/Rome	41.69074	15.29634			071056	13	FG	071056	
3165437	Torre Iussi	torre-iussi	IT		0	Europe/Rome	44.3	11.03333				05	BO	037013	
3165439	Torre Giulia	torre-giulia	IT		0	Europe/Rome	41.3	15.85		Giuilia,Torre Giulia		13	FG	071020	
3165440	Torre Gazzone	torre-gazzone	IT		0	Europe/Rome	44.48333	11.1				05	BO	037061	
3165441	Torre Gaveta	torre-gaveta	IT		0	Europe/Rome	40.8103	14.05186				04	NA	063006	
3165443	Torre Gandini	torre-gandini	IT		0	Europe/Rome	44.91619	9.31237				05	PC	033029	
3165449	Torre di Montalto	torre-di-montalto	IT		0	Europe/Rome	42.32505	11.58749				07	VT	056035	
3165450	Torri di Confine	torri-di-confine	IT		0	Europe/Rome	45.42239	11.33961		Torre di Confine,Torri di Confine		20	VR	023069	
3165457	Torre del Colle	torre-del-colle	IT		0	Europe/Rome	42.95	12.58333		Torre del Colle		18	PG	054004	
3165458	Torre del Campese	torre-del-campese	IT		0	Europe/Rome	42.36844	10.88342				16	GR	053012	
3165460	Torre de'Calzolari	torre-de-calzolari	IT		0	Europe/Rome	43.3	12.66667				18	PG	054024	
3165463	Torrecola	torrecola	IT		0	Europe/Rome	42.66167	12.73539				18	PG	054051	
3165467	Torrecchia Nuova	torrecchia-nuova	IT		0	Europe/Rome	41.62366	12.84422				07	LT	059005	
3165472	Torre Beretti	torre-beretti	IT		558	Europe/Rome	45.05996	8.67094		Torreberretti	018156	09	PV	018156	
3165486	Torrazza	torrazza	IT		0	Europe/Rome	44.7	10.28333				05	PR	034013	
3165487	Torrazza	torrazza	IT		0	Europe/Rome	43.88837	7.96723				08	IM	008031	
3165491	Torpedini Padula	torpedini-padula	IT		0	Europe/Rome	41.21667	9.4				14	OT	104012	
3165493	Tor Paterno	tor-paterno	IT		0	Europe/Rome	41.67676	12.38949				07	RM	058091	
3165494	Torone	torone	IT		0	Europe/Rome	41.13333	14.36667				04	CE	061026	
3165503	Tornasano	tornasano	IT		0	Europe/Rome	43.43952	13.36588	212			10	AN	042019	
3165506	Tornadri	tornadri	IT		0	Europe/Rome	46.26667	9.88333				09	SO	014036	
3165509	Tormini	tormini	IT		0	Europe/Rome	45.6	10.48333				09	BS	017077	
3165510	Tormine	tormine	IT		0	Europe/Rome	45.28333	10.81667				09	MN	020053	
3165524	Turin	turin	IT		865263	Europe/Rome	45.07049	7.68682	240	Augusta Taurinorum,Gorad Turyn,Julia Augusta Taurinorum,Lungsod ng Turino,TRN,Tori,Torin,Torino,Torinu,Torí,Tueri,Turen,Turijn,Turim,Turin,Turina,Turinas,Turino,Turinu,Turyn,Turén,Turìn,Turín,Turīna,Tórínó,Türì,dou ling,tolino,torino,tu rin,turin,turina,twryn,twrynw,Τορίνο,Горад Турын,Торино,Турин,Թուրին,טורין,טורינו,تورينو,تورین,टोरीनो,तोरिनो,তুরিন,துரின்,ตูริน,ཊུ་རིན།,ტურინი,トリノ,都灵,토리노	12	12	TO	001272	
3165530	Torella dei Lombardi	torella-de-lombardi	IT		2202	Europe/Rome	40.93972	15.11505			064109	04	AV	064109	
3165531	Tor di Quinto	tor-di-quinto	IT		0	Europe/Rome	41.94264	12.48356				07	RM	058091	
3165533	Tordimonte	tordimonte	IT		0	Europe/Rome	42.7	12.16667				18	TR	055023	
3165538	Torcello	torcello	IT		100	Europe/Rome	45.49778	12.41611		Torcallo,Torcello		20	VE	027042	
3165540	Torca	torca	IT		0	Europe/Rome	40.6	14.38333				04	NA	063044	
3165541	Torbole sul Garda	torbole-sul-garda	IT		0	Europe/Rome	45.86951	10.87561	85	Torbole sul Garda	022124	17	TN	022124	
3165554	Toppole	toppole	IT		0	Europe/Rome	43.5	12.01667				16	AR	051001	
3165559	Tonnicoda	tonnicoda	IT		0	Europe/Rome	42.2	13.06667				07	RI	057049	
3165562	Toneri	toneri	IT		0	Europe/Rome	40.03333	9.16667				14	NU	091093	
3165570	Tonale	tonale	IT		0	Europe/Rome	46.25	10.58333		Passo del Tonale,Tonale		09	BS	017148	
3165577	Tombolino	tombolino	IT		0	Europe/Rome	45.59167	12.63972				20	VE	027013	
3165580	Tomaiolo	tomaiolo	IT		0	Europe/Rome	41.68333	15.88333				13	FG	071029	
3165583	Tolotti	tolotti	IT		0	Europe/Rome	45.48333	11.21667				20	VR	023024	
3165586	Tolleri	tolleri	IT		0	Europe/Rome	46.13333	11.35				17	TN	022133	
3165597	Tolaro	tolaro	IT		0	Europe/Rome	44.31667	10.6				05	MO	036016	
3165599	Tola	tola	IT		0	Europe/Rome	46.4	10.35				09	SO	014072	
3165602	Toiano	toiano	IT		0	Europe/Rome	43.78333	10.88333				16	FI	048050	
3165603	Togliano	togliano	IT		331	Europe/Rome	46.11339	13.39495	138	Togliana,Togliano		06	UD	030122	
3165605	Toffanelle	toffanelle	IT		0	Europe/Rome	45.35	11.08333				20	VR	023097	
3165618	Toccalmatto	toccalmatto	IT		0	Europe/Rome	44.88333	10.1				05	PR	034014	
3165620	Toara	toara	IT		0	Europe/Rome	45.38724	11.51359				20	VI	024092	
3165631	Tissolo	tissolo	IT		0	Europe/Rome	44.46667	10.35				05	RE	035042	
3165635	Tiso	tiso	IT		437	Europe/Rome	46.65199	11.62247	850			17	BZ	021033	
3165639	Tirrenia	tirrenia	IT		3112	Europe/Rome	43.62719	10.29204		Tirren'ja,Tirrenia,Тирренья		16	PI	050026	
3165641	Tiro a Segno	tiro-a-segno	IT		0	Europe/Rome	42.8	13.08333				18	PG	054035	
3165646	Tirecorne	tirecorne	IT		0	Europe/Rome	45.78333	6.98333				19	AO	007053	
3165648	Tiraculo	tiraculo	IT		0	Europe/Rome	45.15	6.95				12	TO	001114	
3165652	Tiola	tiola	IT		0	Europe/Rome	46.4	10.33333				09	SO	014072	
3165656	Tino	tino	IT		0	Europe/Rome	42.71262	13.25149				07	RI	057001	
3165660	Timpone	timpone	IT		0	Europe/Rome	40.06667	15.63333				04	SA	065134	
3165676	Tierno	tierno	IT		0	Europe/Rome	45.84554	10.98015	200			17	TN	022123	
3165679	Tieni	tieni	IT		0	Europe/Rome	44.82167	12.04444				05	FE	038027	
3165686	Ticchiano	ticchiano	IT		0	Europe/Rome	43.16667	11.15				16	SI	052010	
3165687	Tibertella	tibertella	IT		0	Europe/Rome	44.91667	11.58333				20	RO	029033	
3165693	Thures Gorlier	thures-gorlier	IT		0	Europe/Rome	44.91667	6.81667				12	TO	001074	
3165695	Thuras	thuras	IT		0	Europe/Rome	44.88333	6.85				12	TO	001074	
3165696	Thumel	thumel	IT		0	Europe/Rome	45.53333	7.1				19	AO	007055	
3165700	Tezzeli	tezzeli	IT		0	Europe/Rome	45.91667	11.21667				17	TN	022087	
3165710	Tetto Marsola	tetto-marsola	IT		0	Europe/Rome	44.25	7.55		Marsola,Tetto Marsola		12	CN	004239	
3165711	Tetto Malanoce	tetto-malanoce	IT		0	Europe/Rome	44.25	7.46667		Malanoce,Tetto Malanoce		12	CN	004183	
3165712	Tetti Lumignon	tetti-lumignon	IT		0	Europe/Rome	44.23333	7.3				12	CN	004233	
3165721	Tessera	tessera	IT		1239	Europe/Rome	45.50241	12.32632	2	Boarie Tessera,Tessera		20	VE	027042	
3165741	Terricoli	terricoli	IT		0	Europe/Rome	43.23333	12.96667				10	MC	043024	
3165743	Terriccio	terriccio	IT		0	Europe/Rome	43.38333	10.53333		Il Terriccio,Terriccio		16	PI	050010	
3165745	Terria	terria	IT		0	Europe/Rome	42.6583	12.83431				18	TR	055012	
3165746	Terrenzano	terrenzano	IT		0	Europe/Rome	43.3	11.3				16	SI	052032	
3165750	Terra Rossa	terra-rossa	IT		0	Europe/Rome	43.81667	11.26667		Speer,Terra Rossa,Villa Nagliati		16	FI	048017	
3165754	Terranera	terranera	IT		0	Europe/Rome	42.23333	13.53333				01	AQ	066082	
3165756	Terraia	terraia	IT		0	Europe/Rome	42.78333	12.7				18	PG	054051	
3165759	Terracino	terracino	IT		41	Europe/Rome	42.68004	13.21475	1164			07	RI	057001	
3165764	Terrabona	terrabona	IT		0	Europe/Rome	46.08333	8.55				12	VB	103036	
3165769	Ternova Píccola	ternova-piccola	IT		0	Europe/Rome	45.76583	13.70583				06	TS	032001	
3165774	Termo de La Spezia	termo-de-la-spezia	IT		0	Europe/Rome	44.11822	9.88272				08	SP	011015	
3165775	Terminuzzo	terminuzzo	IT		0	Europe/Rome	42.93333	10.98333				16	GR	053010	
3165784	Terme di Valdieri	terme-di-valdieri	IT		0	Europe/Rome	44.2	7.26667		Terme di Valdieri,Valdieri Terme		12	CN	004233	
3165785	Terme di Miradolo	terme-di-miradolo	IT		0	Europe/Rome	45.18333	9.41667				09	PV	018077	
3165787	Terme del Brennero	terme-del-brennero	IT		0	Europe/Rome	46.97662	11.48071		Brennerbad,Terme del Brennero		17	BZ	021010	
3165805	Tepolini	tepolini	IT		0	Europe/Rome	42.9108	11.55058				16	GR	053004	
3165809	Teonghio	teonghio	IT		0	Europe/Rome	45.33646	11.45471		Case Teonghio,Teonghio		20	VI	024075	
3165812	Tenuta Moline	tenuta-moline	IT		0	Europe/Rome	45.06667	11.93333				20	RO	029048	
3165827	Tempone	tempone	IT		0	Europe/Rome	40.06667	15.96667				02	PZ	076040	
3165830	Temossi	temossi	IT		0	Europe/Rome	44.45	9.36667				08	GE	010005	
3165833	Temennotte	temennotte	IT		0	Europe/Rome	41.56667	14.2		Iemmenotte,Temennotte		11	IS	094023	
3165839	Teliseri	teliseri	IT		0	Europe/Rome	40.03333	9.18333				14	NU	091093	
3165846	Tegoia	tegoia	IT		0	Europe/Rome	43.27789	11.19816		Tegoja		16	SI	052034	
3165853	Tedon Nuovo	tedon-nuovo	IT		0	Europe/Rome	45.58333	12.56667				20	VE	027033	
3165858	Tazzola	tazzola	IT		0	Europe/Rome	44.33333	11.38333				05	BO	037047	
3165859	Tazzo	tazzo	IT		0	Europe/Rome	42.71667	13.05				18	PG	054007	
3165866	Tavolero	tavolero	IT		0	Europe/Rome	42.66667	13.53333		Tavolero		01	TE	067036	
3165867	Tavole	tavole	IT		0	Europe/Rome	43.93333	7.9				08	IM	008047	
3165875	Tavernette	tavernette	IT		277	Europe/Rome	44.95241	7.37347	374			12	TO	001097	
3165876	Tavernelle in Val di Pesa	tavernelle-in-val-di-pesa	IT		0	Europe/Rome	43.5618	11.17275		Tavernelle Val di Pesa		16	FI	048045	
3165883	Taverne della Vandra	taverne-della-vandra	IT		0	Europe/Rome	41.66667	14.2				11	IS	094023	
3165897	Tausano	tausano	IT		0	Europe/Rome	43.93333	12.35				10	PU		
3165906	Tasso	tasso	IT		0	Europe/Rome	44.45	9.13333				08	GE	010031	
3165907	Tassei	tassei	IT		0	Europe/Rome	46.06667	12.25				20	BL	025006	
3165921	Tarignano	tarignano	IT		0	Europe/Rome	42.45535	13.27917				01	AQ	066008	
3165931	Tarabina	tarabina	IT		0	Europe/Rome	44.53333	11.81667				05	RA	039008	
3165950	Tamaroz	tamaroz	IT		0	Europe/Rome	46.40167	13.40556		Tamaroz,Tarnaroz		06	UD	030025	
3165952	Tamaricciola	tamaricciola	IT		0	Europe/Rome	41.41667	15.73333		Tamaricciola,Tamariciola		13	FG	071029	
3165956	Talvacchia	talvacchia	IT		0	Europe/Rome	42.78945	13.51168				10	AP	044007	
3165966	Talavorno	talavorno	IT		0	Europe/Rome	44.31667	9.91667				16	MS	045012	
3165968	Talanico	talanico	IT		0	Europe/Rome	41	14.5				04	CE	061075	
3165973	Talacchio	talacchio	IT		0	Europe/Rome	43.8278	12.71273				10	PU	041068	
3165979	Tagusa	tagusa	IT		0	Europe/Rome	46.6	11.55				17	BZ	021039	
3165983	Taglio della Falce	taglio-della-falce	IT		0	Europe/Rome	44.81667	12.26667		Passo di Falce,Taglio della Falce		05	FE		
3165984	Taglio Corelli	taglio-corelli	IT		0	Europe/Rome	44.53333	12				05	RA	039001	
3165985	Taglio	taglio	IT		0	Europe/Rome	45.15	11.86667				20	PD	028004	
3165986	Taglio	taglio	IT		14441	Europe/Rome	45.02222	12.21083		Contarina-Taglio,Contarina-Tàglio,Porto Viro,Taglio,Taglio di Porto Viro,Taglio-Contarina		20	RO	029052	
3166000	Tablà	tabla	IT		0	Europe/Rome	46.63333	10.96667				17	BZ	021018	
3166002	Tabellini	tabellini	IT		0	Europe/Rome	44.5	11.53333				05	BO	037008	
3166003	Tabarro	tabarro	IT		0	Europe/Rome	44.93333	11.8				05	FE	038007	
3166004	Tabano	tabano	IT		0	Europe/Rome	43.51667	13.2				10	AN	042021	
3166005	Suzzi	suzzi	IT		0	Europe/Rome	44.63159	9.23023				05	PC	033030	
3166020	Surigheddu	surigheddu	IT		0	Europe/Rome	40.6	8.38333		Surighe,Surigheddu		14	SS	090003	
3166038	Suio	suio	IT		0	Europe/Rome	41.3	13.85		Suio		07	LT	059004	
3166040	Sughera	sughera	IT		0	Europe/Rome	43.56667	10.85				16	FI	048027	
3166048	Succiso Superiore	succiso-superiore	IT		0	Europe/Rome	44.36667	10.2				05	RE	035031	
3166049	Succiso Inferiore	succiso-inferiore	IT		0	Europe/Rome	44.36667	10.18333				05	RE	035031	
3166064	Stura	stura	IT		0	Europe/Rome	45.08333	8.11667				12	AT	005092	
3166066	Stuozzi	stuozzi	IT		0	Europe/Rome	40.78333	15.63333				02	PZ	076076	
3166067	Stulles	stulles	IT		270	Europe/Rome	46.8287	11.1962	1315	Stulles,Stuls		17	BZ	021054	
3166069	Stuetta	stuetta	IT		0	Europe/Rome	46.46667	9.35				09	SO	014035	
3166070	Stùdena Bassa	studena-bassa	IT		0	Europe/Rome	46.52083	13.2725				06	UD	030076	
3166075	Strozzacapponi	strozzacapponi	IT		0	Europe/Rome	43.06667	12.31667		Strozzacapponi		18	PG	054039	
3166080	Stroppare	stroppare	IT		0	Europe/Rome	45.15	11.81667		School,Stroppare		20	PD	028070	
3166089	Strognano	strognano	IT		0	Europe/Rome	44.65	10.23333				05	PR	034018	
3166093	Strigara	strigara	IT		0	Europe/Rome	44	12.26667				05	FC	040046	
3166102	Strepeto	strepeto	IT		0	Europe/Rome	44.45	9.55				05	PR	034003	
3166107	Stravignano	stravignano	IT		0	Europe/Rome	43.08333	12.81667				18	PG	054034	
3166113	Stradone	stradone	IT		0	Europe/Rome	45.2	11.36667				20	VR	023010	
3166121	Straccis	straccis	IT		0	Europe/Rome	45.89831	12.94919				06	UD	030015	
3166126	Stoppiaro	stoppiaro	IT		0	Europe/Rome	44.96667	11.18333				09	MN	020042	
3166127	Stonar	stonar	IT		0	Europe/Rome	45.91667	11.65		Stonar,Stoner		20	VI	024041	
3166129	Stoccareddo	stoccareddo	IT		0	Europe/Rome	45.86667	11.6		Stoccareddo		20	VI	024009	
3166130	Stivigliano	stivigliano	IT		0	Europe/Rome	42.71667	13.51667				01	TE	067046	
3166143	Stiffe	stiffe	IT		0	Europe/Rome	42.25	13.53333				01	AQ	066082	
3166146	Stibiveri	stibiveri	IT		0	Europe/Rome	44.46667	9.35				08	GE	010005	
3166147	Stiatico	stiatico	IT		573	Europe/Rome	44.61896	11.36116	27			05	BO	037052	
3166148	Stiappa	stiappa	IT		0	Europe/Rome	43.98333	10.71667				16	PT	047012	
3166149	Stiago	stiago	IT		0	Europe/Rome	45.76667	12.88333				20	VE	027029	
3166154	Sterpeto	sterpeto	IT		0	Europe/Rome	43.11667	12.55		Sterpeto		18	PG	054001	
3166155	Sterpeto	sterpeto	IT		0	Europe/Rome	42.66667	12.63333				18	TR	055032	
3166156	Sterpeto	sterpeto	IT		0	Europe/Rome	40.78333	15.68333				02	PZ	076032	
3166157	Sterpeti	sterpeti	IT		0	Europe/Rome	43.71667	12.85				10	PU	041015	
3166158	Sterparone	sterparone	IT		0	Europe/Rome	41.6	15.31667				13	FG	071056	
3166162	Steppio	steppio	IT		0	Europe/Rome	46	8.55				12	VB	103018	
3166176	Stefania	stefania	IT		0	Europe/Rome	44.38333	11.45				05	BO	037046	
3166177	Stebline	stebline	IT		0	Europe/Rome	46.48333	10.1		Alpe Steblino,Stebline		09	SO	014037	
3166181	Stazzano Nuovo	stazzano-nuovo	IT		0	Europe/Rome	42.08333	12.76667		Stazzano,Stazzano Nuovo		07	RM	058075	
3166183	Stavel	stavel	IT		0	Europe/Rome	46.28333	10.65				17	TN	022213	
3166184	Stavel	stavel	IT		0	Europe/Rome	46.06667	10.68333				17	TN	022223	
3166185	Staval	staval	IT		0	Europe/Rome	45.86667	7.8				19	AO	007032	
3166191	Starleggia	starleggia	IT		0	Europe/Rome	46.41667	9.31667				09	SO	014012	
3166192	Starda	starda	IT		0	Europe/Rome	43.46667	11.51667				16	SI	052013	
3166195	Stanganello	stanganello	IT		0	Europe/Rome	44.4	11.03333				05	MO	036047	
3166196	Stanga	stanga	IT		0	Europe/Rome	46.88333	11.38333		Sianga,Stanga,Stanghe		17	BZ	021070	
3166197	Stanga	stanga	IT		0	Europe/Rome	45.6	12.53333				20	VE	027025	
3166198	Stancadora	stancadora	IT		0	Europe/Rome	44.23333	10.95				05	MO	036026	
3166199	Stanazzo	stanazzo	IT		0	Europe/Rome	42.21667	14.41667		Stanazzo,Villa Stanazzo		01	CH	069046	
3166200	Stalle Comparetti	stalle-comparetti	IT		0	Europe/Rome	45.83333	11.28333				20	VI	024007	
3166202	Stalla Misola	stalla-misola	IT		0	Europe/Rome	45.93333	11.83333				20	BL	025055	
3166203	Staineri	staineri	IT		0	Europe/Rome	45.79759	11.09339				17	TN	022210	
3166209	Stagnali	stagnali	IT		0	Europe/Rome	41.2	9.45				14	OT	104012	
3166218	Staffa	staffa	IT		253	Europe/Rome	45.96986	7.96571	1327			12	VB	103039	
3166220	Stabiel	stabiel	IT		0	Europe/Rome	46.21667	9.28333				09	CO	013130	
3166221	Stabiazoni	stabiazoni	IT		0	Europe/Rome	44.05	10.96667				16	PT	047014	
3166233	Spondigna	spondigna	IT		0	Europe/Rome	46.63333	10.61667				17	BZ	021094	
3166234	Sponda	sponda	IT		0	Europe/Rome	46.03333	9.71667				09	BG	016226	
3166237	Spogna	spogna	IT		0	Europe/Rome	42.30194	13.33483				01	AQ	066052	
3166239	Spirago	spirago	IT		0	Europe/Rome	45.25	9.28333				09	PV	018087	
3166242	Spino al Brembo	spino-al-brembo	IT		0	Europe/Rome	45.81667	9.66667		Spino al Brembo,Spino sul Brembo		09	BG	016246	
3166246	Spineta	spineta	IT		0	Europe/Rome	42.95	11.85				16	SI	052031	
3166247	Spinello	spinello	IT		0	Europe/Rome	44.8	9.51667				05	PC	033043	
3166248	Spinello	spinello	IT		0	Europe/Rome	43.91667	11.98333				05	FC	040043	
3166252	Spindoli	spindoli	IT		0	Europe/Rome	43.19498	12.90078				10	MC	043019	
3166254	Spina Vecchia	spina-vecchia	IT		0	Europe/Rome	42.86667	12.85				18	PG	054005	
3166256	Spina Nuova	spina-nuova	IT		0	Europe/Rome	42.85	12.85		Spina Nuova		18	PG	054005	
3166257	Spinacceto	spinacceto	IT		0	Europe/Rome	42.43524	12.77032				07	RI	057031	
3166268	Spignana	spignana	IT		0	Europe/Rome	44.43333	10.46667				05	RE	035011	
3166269	Spignana	spignana	IT		0	Europe/Rome	44.06667	10.78333				16	PT	047019	
3166270	Spigarolo	spigarolo	IT		0	Europe/Rome	44.96667	10.06667				05	PR	034007	
3166279	Spervara	spervara	IT		0	Europe/Rome	44.28333	10.58333				05	MO	036016	
3166281	Sperongia	sperongia	IT		0	Europe/Rome	44.73333	9.75				05	PC	033028	
3166282	Spermani	spermani	IT		0	Europe/Rome	45.61667	11.26667				20	VI	024111	
3166284	Spergolaia	spergolaia	IT		0	Europe/Rome	42.68294	11.08812				16	GR	053011	
3166286	Spelonca	spelonca	IT		0	Europe/Rome	42.75669	13.29792		Spelonca,Spelonga		10	AP	044006	
3166289	Spedino	spedino	IT		0	Europe/Rome	42.17244	13.26221				07	RI	057007	
3166293	Spazzo Croce	spazzo-croce	IT		0	Europe/Rome	45.83333	11.5		Spazzo Croce,Spiazzo Croce		20	VI	024009	
3166296	Sparti	sparti	IT		0	Europe/Rome	43.68333	12.06667				16	AR	051030	
3166305	Spagna	spagna	IT		0	Europe/Rome	45.21667	7.5		Spagna,Spagua		12	TO	001289	
3166313	Sozzine	sozzine	IT		0	Europe/Rome	46.24849	10.53276				09	BS	017148	
3166315	Soviore	soviore	IT		0	Europe/Rome	44.16041	9.66599				08	SP	011019	
3166316	Sovignano	sovignano	IT		0	Europe/Rome	43.18333	11.41667		Sovignano,Suvignano		16	SI	052017	
3166320	Sovereto	sovereto	IT		0	Europe/Rome	41.11667	16.58333				13	BA	072043	
3166249	Spinelli	spinelli	IT	56035	0	Europe/Rome	43.6	10.58333				16	PI	050040	
3166325	Souchères Hautes	soucheres-hautes	IT		0	Europe/Rome	45.01667	6.95		Souchere Haute,Soucheres,Soucheres Hautes,Souchère Haute,Souchères,Souchères Hautes		12	TO	001201	
3166326	Souchères Basses	soucheres-basses	IT		0	Europe/Rome	45.03314	6.96422				12	TO	001201	
3166327	Sottomonte	sottomonte	IT		0	Europe/Rome	45.66667	13.78333				06	TS	032006	
3166329	Sotto la Frua	sotto-la-frua	IT		0	Europe/Rome	46.4	8.4		Sotto Frua,Sotto la Frua		12	VB	103031	
3166331	Sotto Castello	sotto-castello	IT		0	Europe/Rome	45.61667	11.18333		Sotto,Sotto Castello		20	VR	023080	
3166337	Sostino	sostino	IT		0	Europe/Rome	42.98333	12.8				18	PG	054018	
3166338	Sostere	sostere	IT		0	Europe/Rome	45.76642	11.35235				20	VI	024100	
3166339	Soste	soste	IT		0	Europe/Rome	46.46667	9.31667				09	SO	014035	
3166340	Sostasio	sostasio	IT		0	Europe/Rome	46.51667	12.83333				06	UD	030081	
3166344	Sorti	sorti	IT		0	Europe/Rome	43.11667	12.95				10	MC	043050	
3166347	Sorrivoli	sorrivoli	IT		0	Europe/Rome	44.06694	12.26472				05	FC	040037	
3166348	Sorrezzana	sorrezzana	IT		0	Europe/Rome	43.65	10.83333				16	PI	050032	
3166352	Sorrenti	sorrenti	IT		0	Europe/Rome	42.63333	13.76667				01	TE	067041	
3166373	Sorbolo a Mare	sorbolo-a-mare	IT		0	Europe/Rome	44.85	10.48333		Sorbolo a Mare,Sorbolo a mane,Sórbolo a mane		05	RE	035029	
3166379	Sorbello	sorbello	IT		0	Europe/Rome	41.21667	13.93333				04	CE	061088	
3166390	Sopra la Frua	sopra-la-frua	IT		0	Europe/Rome	46.41667	8.4		Frua di Sopra,Sopra la Frua		12	VB	103031	
3166391	Sopralacroce	sopralacroce	IT		0	Europe/Rome	44.43333	9.41667				08	GE	010005	
3166392	Sopra Castello	sopra-castello	IT		0	Europe/Rome	45.63333	11.18333				20	VI	024037	
3166401	Sommorio	sommorio	IT		0	Europe/Rome	44.16667	11.55				05	RA	039005	
3166403	Sommavilla	sommavilla	IT		0	Europe/Rome	45.71667	10.78333				20	VR	023014	
3166408	Sommarese	sommarese	IT		0	Europe/Rome	45.73333	7.71667				19	AO	007025	
3166416	Solomeo	solomeo	IT		456	Europe/Rome	43.08245	12.27636	273			18	PG	054015	
3166435	Solda di Fuori	solda-di-fuori	IT		0	Europe/Rome	46.55	10.55		Solda,Solda di Fuori		17	BZ	021095	
3166441	Solata	solata	IT		0	Europe/Rome	43.43333	11.55				16	AR	051005	
3166443	Solarolo Monasterolo	solarolo-monasterolo	IT		0	Europe/Rome	45.05	10.23333				09	CR	019061	
3166454	Soianella	soianella	IT		251	Europe/Rome	43.55701	10.63889	99			16	PI	050036	
3166459	Soffranco	soffranco	IT		0	Europe/Rome	46.27798	12.24418				20	BL	025031	
3166467	Sobrano	sobrano	IT		0	Europe/Rome	42.73333	12.46667		Sobrano,Soprano		18	PG	054052	
3166476	Slivia	slivia	IT		0	Europe/Rome	45.77135	13.66467				06	TS	032001	
3166477	Slingia	slingia	IT		0	Europe/Rome	46.7	10.46667				17	BZ	021046	
3166480	Sivizzo	sivizzo	IT		0	Europe/Rome	44.45	10.1				05	PR	034012	
3166481	Sivignano	sivignano	IT		0	Europe/Rome	42.53297	13.2902				01	AQ	066021	
3166483	Siusi allo Sciliar	siusi-allo-sciliar	IT		0	Europe/Rome	46.54133	11.55868	1004	Scis,Seis am Schlern,Siusi,Siusi allo Sciliar		17	BZ	021019	
3166489	Sista	sista	IT		0	Europe/Rome	45.18917	12.15333				20	VE	027010	
3166510	Singlin	singlin	IT		0	Europe/Rome	45.9	7.63333				19	AO	007071	
3166538	Signatico	signatico	IT		0	Europe/Rome	44.55	10.13333				05	PR	034012	
3166543	Sigiletto	sigiletto	IT		0	Europe/Rome	46.57833	12.81306		Sigiletto,Sigilletto		06	UD	030040	
3166560	Sibano	sibano	IT		0	Europe/Rome	44.31667	11.16667				05	BO	037036	
3166566	Sghittosa	sghittosa	IT		0	Europe/Rome	46.25	12.81667		Sghittosa,Sglattosa		06	PN	093026	
3166567	Sgarbozio	sgarbozio	IT		0	Europe/Rome	44.76667	9.73333				05	PC	033026	
3166572	Seytes	seytes	IT		0	Europe/Rome	44.96667	6.93333				12	TO	001201	
3166583	Sette Polesini	sette-polesini	IT		0	Europe/Rome	44.9	11.45				05	FE	038003	
3166587	Settecerri	settecerri	IT		0	Europe/Rome	42.77748	13.5428				01	TE	067046	
3166592	Setri	setri	IT		0	Europe/Rome	42.9	12.95				18	PG	054048	
3166794	Sella della Turra	sella-della-turra	IT		0	Europe/Rome	44.25	7.73333				12	CN	004190	
3166615	Sesoret	sesoret	IT		0	Europe/Rome	45.63333	7.28333				19	AO	007008	
3166617	Servola	servola	IT		0	Europe/Rome	45.62519	13.78383		Servola,Skedenj,Škedenj		06	TS	032006	
3166618	Servillo	servillo	IT		0	Europe/Rome	42.61667	13.51667				01	TE	067022	
3166620	Servagno	servagno	IT		0	Europe/Rome	44.36667	6.98333				12	CN	004006	
3166629	Serretto	serretto	IT		0	Europe/Rome	44.25	10.81667				05	MO	036011	
3166631	Serreta	serreta	IT		0	Europe/Rome	43.91667	8.05				08	IM	008027	
3166640	Serravalle Langhe	serravalle-delle-langhe	IT		352	Europe/Rome	44.55924	8.05864		Serravalle Langhe		12	CN	004219	
3166652	Serrato	serrato	IT		0	Europe/Rome	44.53333	9.03333				08	GE	010039	
3166668	Serralta	serralta	IT		0	Europe/Rome	44.16667	10.71667				05	MO	036011	
3166669	Serralta	serralta	IT		0	Europe/Rome	43.3	13.18333				10	MC	043047	
3166671	Serraglione	serraglione	IT		0	Europe/Rome	45.13333	11.53333				20	PD	028062	
3166672	Serraglio	serraglio	IT		0	Europe/Rome	44.13333	11.2				05	BO	037022	
3166673	Serragli Alti	serragli-alti	IT		0	Europe/Rome	45.1	11.45				20	RO	029004	
3166676	Serra del Monte	serra-del-monte	IT		0	Europe/Rome	44.83333	9.06667				09	PV	018042	
3166677	Serra dei Turchi	serra-dei-turchi	IT		0	Europe/Rome	44.65	7.96667				12	CN	004105	
3166692	Serò	sero	IT		0	Europe/Rome	44.26667	9.73333				08	SP	011032	
3166700	Monte Serio	monte-serio	IT		0	Europe/Rome	40.81667	17.13333	402			13	BA	072031	
3166703	Serini	serini	IT		0	Europe/Rome	44.06667	10.65				16	LU	046002	
3166709	Sergine di Sotto	sergine-di-sotto	IT		0	Europe/Rome	43.53333	11.65				16	AR	051039	
3166715	Sèrapo	serapo	IT		0	Europe/Rome	41.21308	13.56005		Serapo		07	LT	059009	
3166717	Sequsino	sequsino	IT		0	Europe/Rome	45.91667	11.93333				20	BL	025042	
3166723	Sentino	sentino	IT		0	Europe/Rome	43.06667	13.1				10	MC	043037	
3166727	Sensano	sensano	IT		0	Europe/Rome	43.43333	10.95				16	PI	050039	
3166728	Sensano	sensano	IT		0	Europe/Rome	43.38035	11.16005				16	SI	052016	
3166730	Sennes	sennes	IT		0	Europe/Rome	46.65528	12.05694				17	BZ	021047	
3166739	Senin	senin	IT		0	Europe/Rome	45.75	7.33333				19	AO	007003	
3166749	Senarega	senarega	IT		0	Europe/Rome	44.5569	9.11934				08	GE	010065	
3166756	Semon	semon	IT		0	Europe/Rome	45.76667	7.56667				19	AO	007059	
3166760	Semelano di Sotto	semelano-di-sotto	IT		0	Europe/Rome	44.31667	10.96667				05	MO	036026	
3166761	Selvuzzis	selvuzzis	IT		0	Europe/Rome	45.98333	13.31667				06	UD	030074	
3166762	Selvone	selvone	IT		0	Europe/Rome	41.56667	14.05				11	IS	094019	
3166764	Selvetta	selvetta	IT		0	Europe/Rome	46.15	9.68333				09	SO	014029	
3166768	Selvavecchia	selvavecchia	IT		0	Europe/Rome	45.65	10.95				20	VR	023078	
3166773	Selva Grossa	selva-grossa	IT		0	Europe/Rome	44.61667	10.01667				05	PR	034038	
3166809	Segondin	segondin	IT		0	Europe/Rome	46.33333	10.38333				09	SO	014060	
3166815	Segheria	segheria	IT		0	Europe/Rome	44.25	10.43333		Segheria,Segheria dell'Abetina		05	RE	035045	
3166843	Secchia	secchia	IT		0	Europe/Rome	44.61667	10.78333				05	RE	035012	
3166852	Sdobba	sdobba	IT		0	Europe/Rome	45.73333	13.51667		Casoni Sdobba,Sdobba		06	GO	031009	
3166853	Sdazzina	sdazzina	IT		0	Europe/Rome	44.9	10.23333				05	PR	034033	
3166859	Scuole del Fossatone	scuole-del-fossatone	IT		0	Europe/Rome	44.5	11.58333				05	BO	037037	
3166867	Scorzarolo	scorzarolo	IT		0	Europe/Rome	45.05	10.68333				09	MN	020066	
3166873	Scorpeto	scorpeto	IT		0	Europe/Rome	41.35	14.38333				04	CE	061057	
3166874	Scorcola	scorcola	IT		0	Europe/Rome	45.66667	13.76667				06	TS	032006	
3166877	Scorano	scorano	IT		0	Europe/Rome	42.13333	12.58333		Casale di Scorano,Scorano		07	RM	058036	
3166879	Scoppio	scoppio	IT		0	Europe/Rome	42.73333	12.6				18	TR	055001	
3166880	Scoppieto	scoppieto	IT		0	Europe/Rome	42.71667	12.28333				18	TR	055007	
3166891	Scogna Superiore	scogna-superiore	IT		0	Europe/Rome	44.28333	9.7				08	SP	011028	
3166896	Sclavons	sclavons	IT		0	Europe/Rome	45.96667	12.68333				06	PN	093033	
3166898	Sciusciano	sciusciano	IT		0	Europe/Rome	42.68333	13.68333				01	TE	067041	
3166902	Sciosci	sciosci	IT		0	Europe/Rome	40.73333	15.68333				02	PZ	076071	
3166907	Scigozzo	scigozzo	IT		0	Europe/Rome	46.31667	10.25		Cigozzo,Scigozzo		09	SO	014033	
3166910	Naz-Sciaves - Natz-Schabs	naz-sciaves-natz-schabs	IT		2430	Europe/Rome	46.76883	11.66558		Natz-Schabs,Naz-Sciaves,Schabs,natsu=shavu~esu,ナツ＝シャーヴェス	021057	17	BZ	021057	
3166918	Schine	schine	IT		0	Europe/Rome	43.4	12.15				18	PG	054013	
3166925	Schiazzano	schiazzano	IT		0	Europe/Rome	43.98333	12.11667				05	FC	040020	
3166927	Schiavonià	schiavonia	IT		0	Europe/Rome	45.2	11.71667				20	PD	028037	
3166931	Schiaviano	schiaviano	IT		0	Europe/Rome	42.58333	13.58333				01	TE	067028	
3166933	Schiavi	schiavi	IT		0	Europe/Rome	45.56667	11.4				20	VI	024028	
3166938	Schettini	schettini	IT		0	Europe/Rome	40.03333	15.78333				02	PZ	076092	
3166945	Scavolino	scavolino	IT		0	Europe/Rome	43.81667	12.3				10	PU		
3166949	Scatozza	scatozza	IT		0	Europe/Rome	42.15	14.48333		Masseria Scatozza,Scatozza		01	CH	069059	
3166951	Scatarci	scatarci	IT		0	Europe/Rome	42.75	12.66667				18	PG	054051	
3166953	Scarzara	scarzara	IT		0	Europe/Rome	44.78333	10.28333				05	PR	034027	
3166954	Scaruglio	scaruglio	IT		0	Europe/Rome	44.3	11.41667				05	BO	037041	
3166957	Scarniago	scarniago	IT		0	Europe/Rome	44.85	9.46667				05	PC	033043	
3166966	Scareno	scareno	IT		0	Europe/Rome	46.01667	8.58333				12	VB	103005	
3166968	Scaraiazzi	scaraiazzi	IT		0	Europe/Rome	40.9	15.75				02	PZ	076067	
3166976	Scano di Montiferro	scano-montiferro	IT		1725	Europe/Rome	40.21525	8.58692			095051	14	OR	095051	
3166982	Scanello	scanello	IT		0	Europe/Rome	44.26667	11.35				05	BO	037034	
3166984	Scandolaro	scandolaro	IT		0	Europe/Rome	42.93333	12.75				18	PG	054018	
3166992	Scanarello	scanarello	IT		0	Europe/Rome	45.01667	12.38333		Casone Scanarello,Scanarello		20	RO	029052	
3166994	Scalza	scalza	IT		0	Europe/Rome	43.80951	7.54915				08	IM	008065	
3166996	Scalogna	scalogna	IT		0	Europe/Rome	46.41667	10.46667				09	SO	014073	
3166997	Scalo di Gorgona	scalo-di-gorgona	IT		0	Europe/Rome	43.43235	9.90563				16	LI	049009	
3166999	Scaleres	scaleres	IT		0	Europe/Rome	46.73333	11.6				17	BZ	021111	
3167002	Scalchi	scalchi	IT		0	Europe/Rome	45.7	11.71667				20	VI	024104	
3167003	Scala Santa	scala-santa	IT		0	Europe/Rome	42.86667	10.98333				16	GR	053006	
3167014	Scabiazza	scabiazza	IT		0	Europe/Rome	44.78333	9.43333		Scabbiazza,Scabiazza		05	PC	033005	
3167016	Sbarra	sbarra	IT		0	Europe/Rome	42.55	13.68333				01	TE	067018	
3167017	Savoulx	savoulx	IT		392	Europe/Rome	45.04494	6.79074	1116	Savoule,Savoulx		12	TO	001175	
3167040	Savassa	savassa	IT		0	Europe/Rome	46.01667	12.28333				20	TV	026092	
3167049	Sauris di Sopra	sauris-di-sopra	IT		0	Europe/Rome	46.4679	12.68174				06	UD	030107	
3167060	Sassomorello	sassomorello	IT		0	Europe/Rome	44.41667	10.73333				05	MO	036032	
3167061	Sassomolare	sassomolare	IT		0	Europe/Rome	44.26667	10.96667				05	MO	036026	
3167069	Sassofeltrio	sasso-feltrio	IT		1229	Europe/Rome	43.89236	12.51055			041060	10	PU	041060	
3167071	Sasso di Santo Zanobi	sasso-di-santo-zanobi	IT		0	Europe/Rome	44.2	11.38333				16	FI	048018	
3167073	Sasso di Bordighera	sasso-di-bordighera	IT		200	Europe/Rome	43.80499	7.67	219			08	IM	008008	
3167093	Sassella	sassella	IT		0	Europe/Rome	46.15	9.81667				09	SO	014011	
3167080	Sasso	sasso	IT	36012	0	Europe/Rome	45.85	11.6				20	VI	024114	
3167106	Sarturano	sarturano	IT		0	Europe/Rome	44.96667	9.5				05	PC	033001	
3167114	Sarola	sarola	IT		0	Europe/Rome	43.95415	7.99908				08	IM	008019	
3167118	Sarnelli	sarnelli	IT		0	Europe/Rome	40.78333	15.75				02	PZ	076007	
3167123	Sarmazza	sarmazza	IT		0	Europe/Rome	45.43333	11.31667				20	VR	023050	
3167125	Sarizzola	sarizzola	IT		0	Europe/Rome	44.82383	9.15466				09	PV	018007	
3167130	Saretto	saretto	IT		0	Europe/Rome	44.47875	6.93727				12	CN	004001	
3167136	Sarche di Lasino	sarche-di-lasino	IT		0	Europe/Rome	46.04571	10.95079		Sarohe di Lasino,Sarze di Lasino		17	TN	022031	
3167137	Sarche di Calavino	sarche-di-calavino	IT		0	Europe/Rome	46.04773	10.95317	249	Alle Sarche,Le Sarche,Sarche,Sarche di Madruzzo		17	TN	022031	
3167145	Saragano	saragano	IT		0	Europe/Rome	42.88333	12.48333				18	PG	054022	
3167150	Sarabbia	sarabbia	IT		0	Europe/Rome	44.8	10.78333				05	RE	035034	
3167156	San Zuanet	san-zuanet	IT		0	Europe/Rome	45.93333	12.18333				20	TV	026057	
3167166	San Zavedro	san-zavedro	IT		0	Europe/Rome	45.06667	10.36667				09	CR	019090	
3167167	San Zanobi a Casignano	san-zanobi-a-casignano	IT		0	Europe/Rome	43.71667	11.16667				16	FI	048041	
3167168	Sanzan	sanzan	IT		0	Europe/Rome	45.98333	11.93333				20	BL	025021	
3167170	San Vivaldo	san-vivaldo	IT		0	Europe/Rome	43.52565	10.89972				16	FI	048027	
3167201	San Vitale di Reno	san-vitale-di-reno	IT		0	Europe/Rome	44.55	11.36667				05	BO	037006	
3167208	San Vincenti	san-vincenti	IT		0	Europe/Rome	43.41667	11.53333				16	SI	052013	
3167210	San Vidotto	san-vidotto	IT		245	Europe/Rome	45.93889	12.93583	37			06	UD	030015	
3167218	San Venanzia	san-venanzia	IT		0	Europe/Rome	42.76667	12.71667				18	PG	054051	
3167221	San Valentino di Villa	san-valentino-di-villa	IT		0	Europe/Rome	43.15	12.25				18	PG	054026	
3167222	San Valentino alla Mutta	san-valentino-alla-mutta	IT		0	Europe/Rome	46.76667	10.53333		San Valentino alla Muta,San Valentino alla Mutta,Sankt Valentin auf der Haid		17	BZ	021027	
3167241	Santo Stefano in Zerfognano	santo-stefano-in-zerfognano	IT		0	Europe/Rome	44.21667	11.7		Santo Stefano Zerfugnano,Santo Stefano in Zerfognano		05	RA	039004	
3167247	Santo Stefano dei Piccioni	santo-stefano-dei-piccioni	IT		0	Europe/Rome	42.93333	12.75		San Stefano dei Piccioni,Santo Stefano dei Piccioni		18	PG	054018	
3167250	Santo Stefano a Macerata	santo-stefano-a-macerata	IT		0	Europe/Rome	43.65	10.5		Macerata,Santo Stefano a Macerata		16	PI	050008	
3167277	Sant'Omobono Imagna	sant-omobono-imagna	IT		0	Europe/Rome	45.8	9.53333		Sant'Omobono Imagna		09	BG	016192	
3167283	Celat	celat	IT		812	Europe/Rome	46.38072	11.97439		San Tominaso,San Tommaso	025049	20	BL	025049	
3167285	Sant'Odorico	sant-odorico	IT		260	Europe/Rome	46.04583	12.93333	92			06	UD	030039	
3167292	Santissima Annunziata	santissima-annunziata	IT		0	Europe/Rome	44.36667	9.9				16	MS	045014	
3167295	Sant'Isidoro	sant-isidoro	IT		0	Europe/Rome	43.1	13.58333				10	FM	109027	
3167299	Sant'Iona	sant-iona	IT		0	Europe/Rome	42.08333	13.5				01	AQ	066032	
3167303	Sant'Ilario in Campo	sant-ilario-in-campo	IT		0	Europe/Rome	42.7639	10.21076		San Hario in Campo		16	LI	049003	
3167307	Santi di Daone	santi-di-daone	IT		0	Europe/Rome	46.06667	10.73333				17	TN	022073	
3167310	Sant'Ianni	sant-ianni	IT		0	Europe/Rome	41.65	14.43333		San Janni,Sant'Ianni		11	CB	070022	
3167336	Sant'Elia Reatino	sant-elia-reatino	IT		0	Europe/Rome	42.36667	12.81667				07	RI	057059	
3167356	Santa Viola	santa-viola	IT		0	Europe/Rome	44.5	11.31667				05	BO	037006	
3167357	Santa Valpurga	santa-valpurga	IT		2954	Europe/Rome	46.55	11		Sankt Walburg,Santa Valburga in Ultimo,Santa Valpurga,Santa Valpurga d'Ultimo,St. Walburg		17	BZ	021104	
3167358	Santa Trinità	santa-trinita	IT		0	Europe/Rome	42.7	13.06667				18	PG	054007	
3167365	Santa Scolastica	santa-scolastica	IT		0	Europe/Rome	42.76667	13.1				18	PG	054035	
3167373	Santarcangelo di Romagna	sant-arcangelo-di-romagna	IT		18943	Europe/Rome	44.06326	12.44657		Santarcangelo,Santarcangelo di Romagna	099018	05	RN	099018	
3167375	Santa Procula Maggiore	santa-procula-maggiore	IT		0	Europe/Rome	41.65	12.53333				07	RM	058079	
3167376	Sant'Appiano	sant-appiano	IT		0	Europe/Rome	43.51395	11.14769		Sant'Appiano Val d'Elsa		16	FI	048003	
3167377	Sant'Apollinare in Girfalco	sant-apollinare-in-girfalco	IT		0	Europe/Rome	43.75	12.55				10	PU	041067	
3167384	Santa Paola	santa-paola	IT		0	Europe/Rome	44.03389	12.30556				05	FC	040037	
3167392	Sant'Antonio della Quaderna	sant-antonio-della-quaderna	IT		0	Europe/Rome	44.56667	11.71667		San Antonio della Quaderna,Sant'Antonio della Bassa Quaderna,Sant'Antonio della Quaderna		05	BO	037037	
3167421	Sant'Ansano	sant-ansano	IT		0	Europe/Rome	43.76667	10.93333				16	FI	048050	
3167435	Sant'Angiolo	sant-angiolo	IT		0	Europe/Rome	43.26667	12				16	AR	051017	
3167437	Sant'Angelo Radiginosa	sant-angelo-radiginosa	IT		0	Europe/Rome	41.41667	14.76667				04	BN	062069	
3167438	Sant'Angelo Lomellina	sant-angelo-lomellino	IT		828	Europe/Rome	45.24706	8.64444		Sant'Angelo di Lomellino	018144	09	PV	018144	
3167450	Sant'Angelo dei Lombardi	sant-angelo-de-lombardi	IT		4244	Europe/Rome	40.92932	15.17625		Sant'Angelo dei Lombardi	064092	04	AV	064092	
3167481	Sant'Andrea di Rossano	sant-andrea-di-rossano	IT		0	Europe/Rome	44.20694	12.14222		Sant'Andrea,Sant'Andrea di Rossano,Sant'Andrea in Rossano		05	FC	040013	
3167483	Sant'Andrea di Compito	sant-andrea-di-compito	IT		0	Europe/Rome	43.8	10.55		Sant'Andrea de Compito,Sant'Andrea di Compito		16	LU	046007	
3167485	Sant'Andrea d'Agliano	sant-andrea-d-agliano	IT		0	Europe/Rome	43.05	12.4				18	PG	054039	
3167486	Sant'Andrea a Sera	sant-andrea-a-sera	IT		0	Europe/Rome	44.9	10.31667				05	PR	034041	
3167430	Sant'Anna	sant-anna	IT	09094	0	Europe/Rome	44.35	9.2				08	GE	010046	
3167503	Sant'Andrà	sant-andra	IT		0	Europe/Rome	45.74778	12.20111		Sant'Andra,Sant'Andreag,Sant'Andrà		20	TV	026062	
3167511	San Menna	san-menna	IT		0	Europe/Rome	42.31159	13.32024				01	AQ	066052	
3167517	Santa Massenza	santa-massenza	IT		0	Europe/Rome	46.06939	10.98302	271	Santa Massenze		17	TN	022215	
3167518	Santa Marta	santa-marta	IT		0	Europe/Rome	42.1	12.58333				07	RM	058024	
3167519	Santa Marizzutta	santa-marizzutta	IT		0	Europe/Rome	45.87053	13.00627				06	UD	030130	
3167523	Santa Maria Valle	santa-maria-valle	IT		0	Europe/Rome	42.13333	13.33333				01	AQ	066053	
3167524	Santa Maria Rocca	santa-maria-rocca	IT		0	Europe/Rome	44.36667	7.68333				12	CN	004068	
3167525	Santa Maria Pietrafitta	santa-maria-pietrafitta	IT		0	Europe/Rome	43.91667	12.71667				05	RN	099017	
3167527	Santa Maria Nova	santa-maria-nova	IT		0	Europe/Rome	44.2	12.19389				05	FC	040003	
3167533	Santa Maria in Stelle	santa-maria-in-stelle	IT		0	Europe/Rome	45.48333	11.03333				20	VR	023091	
3167535	Santa Maria in Lapide	santa-maria-in-lapide	IT		0	Europe/Rome	42.83368	13.33985				10	AP	044038	
3167540	Santa Maria di Venezzano	santa-maria-di-venezzano	IT		0	Europe/Rome	44.68333	11.33333				05	BO	037017	
3167542	Santa Maria di Scacciano	santa-maria-di-scacciano	IT		0	Europe/Rome	43.96667	12.65				05	RN	099005	
3167544	Santa Maria di Ramici	santa-maria-di-ramici	IT		0	Europe/Rome	42.55	12.3				18	TR	055016	
3167546	Santa Maria di Paterno	santa-maria-di-paterno	IT		0	Europe/Rome	43.33333	13.26667				10	MC	043054	
3167547	Santa Maria di Mugnano	santa-maria-di-mugnano	IT		0	Europe/Rome	44.6	10.93333				05	MO	036023	
3167548	Santa Maria di Mortola	santa-maria-di-mortola	IT		0	Europe/Rome	41.35	13.88333				04	CE	061069	
3167549	Santa Maria di Galeria	santa-maria-di-galeria	IT		0	Europe/Rome	42.02328	12.31842				07	RM	058091	
3167553	Santa Maria del Sambuco	santa-maria-del-sambuco	IT		0	Europe/Rome	42.26667	13.16667		Santa Maria,Santa Maria del Sambuco		07	RI	057028	
3167554	Santa Maria del Ponte	santa-maria-del-ponte	IT		0	Europe/Rome	42.2	13.63333				01	AQ	066100	
3167557	Santa Maria della Valle	santa-maria-della-valle	IT		0	Europe/Rome	43.66667	12.83333				10	PU	041015	
3167563	Santa Maria a Vezzano	santa-maria-a-vezzano	IT		349	Europe/Rome	43.98304	11.44495	352			16	FI	048049	
3167564	Santa Maria a Versano	santa-maria-a-versano	IT		0	Europe/Rome	41.28333	14.08333				04	CE	061091	
3167565	Santa Maria a Pugliano	santa-maria-a-pugliano	IT		0	Europe/Rome	40.81667	14.7				04	SA	065016	
3167566	Santa Maria a Potenza	santa-maria-a-potenza	IT		0	Europe/Rome	43.48333	13.65				10			
3167603	Santa Maddalena in Casies	santa-maddalena-in-casies	IT		0	Europe/Rome	46.83056	12.18389		Santa Maddalena in Casies,Santa Maddalena in Casies Vallalta,Santa Magdalena		17	BZ	021109	
3167622	Santa Luca	santa-luca	IT		0	Europe/Rome	43.11667	13.08333				10	MC	043007	
3167623	Sant'Alfonso	sant-alfonso	IT		0	Europe/Rome	41.23333	13.08333				07	LT	059025	
3167631	Sant'Agnese	sant-agnese	IT		0	Europe/Rome	44.63333	10.93333				05	MO	036023	
3167639	Santa Giuliana	santa-giuliana	IT		0	Europe/Rome	45.98333	11.23333				17	TN	022212	
3167641	Santa Giulia	santa-giulia	IT		0	Europe/Rome	44.83333	10.76667				05	RE	035009	
3167654	Santa Firmina	santa-firmina	IT		0	Europe/Rome	43.43333	11.88333				16	AR	051002	
3167656	Santa Filomena	santa-filomena	IT		0	Europe/Rome	44.25	12.2				05	FC	040012	
3167657	Sant'Adriano	sant-adriano	IT		211	Europe/Rome	44.10283	11.65797	260			16	FI	048026	
3167663	Sestière di Santa Croce	sestiere-di-santa-croce	IT		0	Europe/Rome	45.43966	12.31842				20	VE	027042	
3167677	Santa Cristina in Prilli	santa-cristina-in-prilli	IT		0	Europe/Rome	43.80615	11.04948				16	PO	100002	
3167680	Santa Cristina Valgardena	santa-cristina-valgardena	IT		1477	Europe/Rome	46.55892	11.71918	1428	Santa Cristina,Santa Cristina Val Gardena,St. Christina in Groeden,St. Christina in Gröden	021085	17	BZ	021085	
3167689	Santa Cecilia	santa-cecilia	IT		0	Europe/Rome	44.31667	11.28333				05	BO	037044	
3167698	Sant'Abundio	sant-abundio	IT		0	Europe/Rome	43.3	11.31667				16	SI	052032	
3167701	Santa Bianca	santa-bianca	IT		0	Europe/Rome	44.86667	11.4				05	FE	038003	
3167715	San Siro a Secchia	san-siro-a-secchia	IT		0	Europe/Rome	45.05	10.98333				09	MN	020055	
3167717	San Simeone	san-simeone	IT		0	Europe/Rome	40.85	15.01667				04	AV	064057	
3167728	San Sicario	san-sicario	IT		0	Europe/Rome	44.95	6.8		San Sicario		12	TO	001074	
3167740	San Secondino	san-secondino	IT		0	Europe/Rome	41.18333	14.18333				04	CE	061055	
3167750	San Sano	san-sano	IT		0	Europe/Rome	43.41667	11.38333				16	SI	052006	
3167754	San Salvatore a Pilli	san-salvatore-a-pilli	IT		0	Europe/Rome	43.25	11.3				16	SI	052034	
3167756	San Salvaro	san-salvaro	IT		0	Europe/Rome	45.2	11.41667				20	PD	028095	
3167758	San Sabba	san-sabba	IT		0	Europe/Rome	45.66667	13.78333				06	TS	032006	
3167769	Antica Fonte di Peio	antica-fonte-di-peio	IT		0	Europe/Rome	46.35	10.66667				17	TN	022136	
3167776	San Rigo	san-rigo	IT		378	Europe/Rome	44.66495	10.57469	80			05	RE	035033	
3167778	San Raineri	san-raineri	IT		0	Europe/Rome	46.53333	10.4		San Raineri,San Ranieri		09	SO	014071	
3167781	San Quirico in Val di Polcevera	san-quirico-in-val-di-polcevera	IT		0	Europe/Rome	44.48493	8.90056		San Quirico,San Quirico in Val Polcevera,San Quírico in Val Polcévera		08	GE	010025	
3167784	San Quirico di Moriano	san-quirico-di-moriano	IT		0	Europe/Rome	43.9	10.51667		San Quirico,San Quirico di Moriano		16	LU	046017	
3167802	Sestière di San Polo	sestiere-di-san-polo	IT		0	Europe/Rome	45.43812	12.33027				20	VE	027042	
3167807	San Placido	san-placido	IT		0	Europe/Rome	42.91667	13.13333				10	MC	043056	
3167809	San Pio	san-pio	IT		0	Europe/Rome	42.23333	13.6				01	AQ	066043	
3167819	San Pietro in Laguna	san-pietro-in-laguna	IT		0	Europe/Rome	44.32495	11.87262		San Piero Laguna		05	RA	039010	
3167820	San Pietro in Guardiano	san-pietro-in-guardiano	IT		0	Europe/Rome	44.22333	12.19722		San Pietro,San Pietro in Guardiano		05	FC	040003	
3167822	San Pietro in Gardena	san-pietro-in-gardena	IT		0	Europe/Rome	46.6	11.6		Saint Peter,San Pietro,San Pietro in Gardena,San Pietro in Laion		17	BZ	021039	
3167826	San Pietro d'Orzio	san-pietro-d-orzio	IT		0	Europe/Rome	45.88541	9.6611				09	BG	016188	
3167828	San Pietro di Recanati	san-pietro-di-recanati	IT		0	Europe/Rome	43.38333	13.55		San Pietro,San Pietro di Recanati		10	MC	043044	
3167839	San Pietro ad Lacum	san-pietro-ad-lacum	IT		0	Europe/Rome	42.7	13.7				01	TE	067041	
3167872	San Pier d'Arena	san-pier-d-arena	IT		0	Europe/Rome	44.4111	8.89552		Sampierdarena		08	GE	010025	
3167874	San Pellino	san-pellino	IT		0	Europe/Rome	42.46779	13.26393				01	AQ	066013	
3167884	San Patrignano	san-patrignano	IT		0	Europe/Rome	43.98333	12.55				05	RN	099003	
3167885	San Paterniano	san-paterniano	IT		438	Europe/Rome	43.50585	13.43248	224			10	AN	042034	
3167902	San Panfilo d'Ocre	san-panfilo-d-ocre	IT		254	Europe/Rome	42.28536	13.47383	850	San Panfilo,San Panfilo d'Ocre,San Panfilo d’Ocre	066059	01	AQ	066059	
3167905	San Pancrazio - St. Pankraz	san-pancrazio-st-pankraz	IT		1608	Europe/Rome	46.58522	11.08617		San Pancrazio,Sankt Pankraz,St. Pankraz,サン・パンクラーツィオ	021084	17	BZ	021084	
3167915	San Nicolò Ferrarese	san-nicolo-ferrarese	IT		0	Europe/Rome	44.7	11.7		San Nicolo,San Nicolo Ferrarese,San Nicolò Ferrarese		05	FE	038001	
3167916	San Nicolò d'Ultimo	san-nicolo-d-ultimo	IT		0	Europe/Rome	46.51056	10.92393		San Nicolo,San Nicolò		17	BZ	021104	
3167919	San Nicolò di Lido	san-nicolo-di-lido	IT		0	Europe/Rome	45.4184	12.37618		San Niccolo,San Niccolò,San Nicolo,San Nicolo di Lido,San Nicolò,San Nicolò di Lido		20	VE	027042	
3167922	San Nicolas	san-nicolas	IT		0	Europe/Rome	45.71667	7.16667				19	AO	007061	
3167939	San Niccolo	san-niccolo	IT		0	Europe/Rome	46.01667	11.83333		Niccolo,San Niccolo,San Nicolo		20	BL	025022	
3167940	San Nicandro Garganico	sannicandro-garganico	IT		18074	Europe/Rome	41.83844	15.56535			071049	13	FG	071049	
3167942	San Nicandro	san-nicandro	IT		0	Europe/Rome	42.28314	13.59232				01	AQ	066074	
3167946	San Nazzaro Calvi	san-nazzaro-calvi	IT		0	Europe/Rome	41.05	14.85				04	BN	062066	
3167951	San Monte	san-monte	IT		0	Europe/Rome	45.48333	11.18333				20	VR	023039	
3167952	San Momme	san-momme	IT		0	Europe/Rome	44.03333	10.91667				16	PT	047014	
3167956	San Michele Nuovo	san-michele-nuovo	IT		0	Europe/Rome	45.56667	12.35				20	VE	027031	
3167995	San Marziale	san-marziale	IT		0	Europe/Rome	43.4	11.13333				16	SI	052012	
3168002	San Martino Olearo	san-martino-olearo	IT		0	Europe/Rome	45.41695	9.34786				09	MI	015139	
3168003	San Martino Montenevoso	san-martino-montenevoso	IT		0	Europe/Rome	46.9	11.16667		San Martino,San Martino Montenenaso,San Martino Montenevoso		17	BZ	021054	
3168005	San Martino in Spino	san-martino-in-spino	IT		0	Europe/Rome	44.93333	11.23333				05	MO	036022	
3168006	San Martino in Soverzano	san-martino-in-soverzano	IT		0	Europe/Rome	44.61667	11.51667				05	BO	037038	
3168011	San Martino in Fiume	san-martino-in-fiume	IT		0	Europe/Rome	44.21361	12.25194				05	FC	040007	
3168012	San Martino in Colle	san-martino-in-colle	IT		0	Europe/Rome	43.35	12.51667				18	PG	054024	
3168013	San Martino in Colle	san-martino-in-colle	IT		0	Europe/Rome	43.03333	12.36667				18	PG	054039	
3168015	San Martino in Campo	san-martino-in-campo	IT		2662	Europe/Rome	43.03608	12.40265	179			18	PG	054039	
3168020	San Martino del Medesano	san-martino-del-medesano	IT		0	Europe/Rome	44.45	11.66667		San Martino,San Martino del Medesano,San Martino in Medesano		05	BO	037016	
3168023	San Martino dei Muri	san-martino-dei-muri	IT		0	Europe/Rome	43.63333	12.8				10	PU	041015	
3168024	San Martino dei Colli	san-martino-dei-colli	IT		0	Europe/Rome	43.05	12.25				18	PG	054039	
3168031	San Martino a Maiano	san-martino-a-maiano	IT		0	Europe/Rome	43.58333	11.06667		San Martino a Maiano,San Martino a Majano		16	FI	048012	
3168033	San Martino al Foggio	san-martino-al-foggio	IT		0	Europe/Rome	42.98333	13.4				10	FM	109002	
3168043	San Martino in Passiria - St. Martin in Passeier	san-martino-in-passiria-st-martin-in-passeier	IT		2832	Europe/Rome	46.78392	11.22727			021083	17	BZ	021083	
3168080	Sestière di San Marco	sestiere-di-san-marco	IT		0	Europe/Rome	45.43448	12.33726				20	VE	027042	
3168095	San Marcel	san-marcel	IT		0	Europe/Rome	45.73333	7.45				19	AO	007060	
3168099	San Mamiliano	san-mamiliano	IT		0	Europe/Rome	42.7559	10.22853				16	LI	049003	
3168104	Colle San Luigi	colle-san-luigi	IT		0	Europe/Rome	43.55	13.41667				10	AN	042002	
3168105	San Luigi	san-luigi	IT		0	Europe/Rome	42.2762	12.66024				07	RI	057053	
3168112	San Lorenzo in Collina	san-lorenzo-in-collina	IT		0	Europe/Rome	44.46667	11.16667		Cavedagna,San Lorenzo in Collina		05	BO	037042	
3168153	San Litardo	san-litardo	IT		0	Europe/Rome	42.98333	11.98333				18	PG	054012	
3168154	San Ligorio	san-ligorio	IT		0	Europe/Rome	40.36667	18.2				13	LE	075035	
3168171	San Leolino	san-leolino	IT		0	Europe/Rome	43.4579	11.58611				16	AR	051005	
3168174	San Lazzaro Reale	san-lazzaro-reale	IT		0	Europe/Rome	43.97762	7.96904				08	IM	008010	
3168177	San Latino	san-latino	IT		0	Europe/Rome	45.25	9.75				09	CR	019049	
3168180	San Iacopo	san-iacopo	IT		0	Europe/Rome	43.53333	10.3		San Iacopo,San Jacopo		16			
3168184	Sanguignano	sanguignano	IT		0	Europe/Rome	44.8968	9.11659				09	PV	018098	
3168185	Sanguigna	sanguigna	IT		243	Europe/Rome	44.95322	10.36873	27			05	PR	034010	
3168187	San Guglielmo	san-guglielmo	IT		0	Europe/Rome	46.33333	9.36667		Guglielmo,San Guglielmo		09	SO	014058	
3168204	San Giusto	san-giusto	IT		0	Europe/Rome	45.64735	13.771				06	TS	032006	
3168205	San Giusto	san-giusto	IT		0	Europe/Rome	43.78333	10.98333				16	FI	048008	
3168210	San Giuseppe in Anterselva	san-giuseppe-in-anterselva	IT		0	Europe/Rome	46.87722	12.13083		San Giuseppe,San Giuseppe in Anterselva		17	BZ	021071	
3168229	San Girolamo di Sopra	san-girolamo-di-sopra	IT		0	Europe/Rome	43.05	13.36667		San Girolamo,San Girolamo di Sopra,San Girólamo		10	MC	043021	
3168230	San Giovenale	san-giovenale	IT		0	Europe/Rome	42.61667	13.03333				07	RI	057033	
3168238	San Giovanni in Strada	san-giovanni-in-strada	IT		0	Europe/Rome	42.95	13.73333				10	AP	044054	
3168244	San Giovanni in Bosco	san-giovanni-in-bosco	IT		0	Europe/Rome	44.46667	11.55				05	BO	037020	
3168247	San Giovanni di Sopra	san-giovanni-di-sopra	IT		0	Europe/Rome	46.01667	12.51667				06	PN	093031	
3168248	San Giovanni di Mezzo	san-giovanni-di-mezzo	IT		0	Europe/Rome	46.03333	12.51667				06	PN	093031	
3168250	San Giovanni di Bieda	san-giovanni-di-bieda	IT		0	Europe/Rome	42.28333	12.05				07	VT	056046	
3168251	San Giovanni del Pantano	san-giovanni-del-pantano	IT		0	Europe/Rome	43.21667	12.31667				18	PG	054039	
3168271	San Giovanni di Duíno	san-giovanni-di-duino	IT		0	Europe/Rome	45.78694	13.60167		San Giovanni,San Giovanni al Timavo,San Giovanni di Duino,San Giovanni di Duíno,Sent Ivan,Stivan,Šent Ivan		06	TS	032001	
3168291	San Giorgio Maggiore	san-giorgio-maggiore	IT		0	Europe/Rome	45.4277	12.344				20	VE	027042	
3168297	San Giorgio in Brenta	san-giorgio-in-brenta	IT		0	Europe/Rome	45.6	11.75		San Giorgia di Brenta,San Giorgio in Brenta		20	PD	028042	
3168322	San Giacomo Val di Vizze	san-giacomo-val-di-vizze	IT		2701	Europe/Rome	46.96713	11.60036		San Giacomo,San Giacomo Val di Vizze,San Giácomo,Sankt Jakob		17	BZ	021107	
3168325	San Giacomo di Martignone	san-giacomo-di-martignone	IT		0	Europe/Rome	44.6	11.21667				05	BO	037001	
3168327	San Giacomo dei Capri	san-giacomo-dei-capri	IT		0	Europe/Rome	40.85	14.21667				04	NA	063049	
3168346	San Genesio	san-genesio	IT		0	Europe/Rome	44.8	9.76667				05	PC	033026	
3168347	San Geminiano	san-geminiano	IT		0	Europe/Rome	44.73352	10.43023				05	PR	034023	
3168349	San Gaudenzio	san-gaudenzio	IT		0	Europe/Rome	43.7	13.2				10	AN	042045	
3168390	San Felice d'Ocre	san-felice-d-ocre	IT		207	Europe/Rome	42.29363	13.45559	780	San Felice,San Felice d'Ocre,San Felice d’Ocre		01	AQ	066059	
3168400	San Fedele Superiore	san-fedele-superiore	IT		1642	Europe/Rome	45.96667	9.06667		San Fedele Intelvi di sopra,San Fedele Superiore		09	CO	013205	
3168402	San Fedele Inferiore	san-fedele-inferiore	IT		0	Europe/Rome	45.95	9.06667		San Fedele Inferiore,San Fedele Intelvi di sotto		09	CO	013060	
3168410	San Donnino della Nizzola	san-donnino-della-nizzola	IT		0	Europe/Rome	44.58333	10.96667				05	MO	036023	
3168412	San Donino	san-donino	IT		379	Europe/Rome	44.66724	11.30914	20			05	BO	037002	
3168415	San Donato in Taviglione	san-donato-in-taviglione	IT		0	Europe/Rome	43.77927	12.5281				10	PU	041059	
3168419	San Donato a Torri	san-donato-a-torri	IT		0	Europe/Rome	43.78752	11.36793				16	FI	048001	
3168420	San Donato a Livizzano	san-donato-a-livizzano	IT		0	Europe/Rome	43.7	11.05				16	FI	048028	
3168431	San Donà	san-dona	IT		0	Europe/Rome	45.76667	11.48333				20	VI	024019	
3168445	San Crocifisso	san-crocifisso	IT		0	Europe/Rome	43.2	13.38333				10	MC	043055	
3168446	Santa Croce del Sannio	san-croce-del-sannio	IT		1067	Europe/Rome	41.38842	14.73223			062069	04	BN	062069	
3168449	San Croce	san-croce	IT		0	Europe/Rome	43.13333	13.46667				10	FM	109013	
3168450	San Cristoforo de Valli	san-cristoforo-de-valli	IT		0	Europe/Rome	43.7	12.73333		San Cristoforo,San Cristoforo de Valli,San Cristofóro		10	PU	041015	
3168451	San Cristoforo a Perticaia	san-cristoforo-a-perticaia	IT		0	Europe/Rome	43.71667	11.41667				16	FI	048036	
3168456	San Crispieri	san-crispieri	IT		0	Europe/Rome	40.4	17.38333				13	TA	073005	
3168466	San Clemente in Valle	san-clemente-in-valle	IT		0	Europe/Rome	43.61667	11.63333				16	AR	051020	
3168478	Sancio	sancio	IT		0	Europe/Rome	44.38333	11.01667				05	MO	036047	
3168482	San Chimento	san-chimento	IT		0	Europe/Rome	43.33333	11.15				16	SI	052004	
3168486	San Cerbone	san-cerbone	IT		0	Europe/Rome	43.65	11.38333				16	FI	048021	
3168491	San Cassiano di Livenza	san-cassiano-di-livenza	IT		0	Europe/Rome	45.86861	12.51056				20	TV	026031	
3168492	San Cassiano a Moriano	san-cassiano-a-moriano	IT		0	Europe/Rome	43.86667	10.55				16	LU	046007	
3168520	San Biagio Saracinisco	san-biagio-saracinesco	IT		365	Europe/Rome	41.61292	13.92861		San Biagio Saracinisco,San Biágio Saracinisco	060061	07	FR	060061	
3168531	San Bernardo di Conio	san-bernardo-di-conio	IT		0	Europe/Rome	43.99917	7.87282		Koni,San Bernardo,San Bernardo di Conio		08	IM	008049	
3168537	San Bernardino in Selva	san-bernardino-in-selva	IT		0	Europe/Rome	44.51456	11.88686		San Bernardino		05	RA	039012	
3168556	Collacchia	collacchia	IT		0	Europe/Rome	42.97891	11.01474		San Benedetta		16	GR	053010	
3168561	San Bartolomeo in Bosco	san-bartolomeo-in-bosco	IT		0	Europe/Rome	44.73333	11.63333				05	FE	038008	
3168573	San Barnaba	san-barnaba	IT		0	Europe/Rome	44.5	7.5		Castel San Barnaba,San Barnaba		12	CN	004034	
3168576	Sanalvò	sanalvo	IT		0	Europe/Rome	40.83333	9.6				14	OT	104013	
3168577	Samprugnano	samprugnano	IT		0	Europe/Rome	42.73333	11.53333				16	GR	053028	
3168578	Sampiano	sampiano	IT		0	Europe/Rome	43.63333	12.28333		Sampiano,Sompiano		10	PU	041006	
3168585	Sa Mela	sa-mela	IT		0	Europe/Rome	40.78333	8.96667				14	SS	090088	
3168597	Samboseto	samboseto	IT		0	Europe/Rome	44.95472	9.12578				09	PV	018016	
3168598	Samatorza	samatorza	IT		0	Europe/Rome	45.75861	13.71917				06	TS	032005	
3168607	Salvatonica	salvatonica	IT		0	Europe/Rome	44.91667	11.45				05	FE	038003	
3168613	Salute	salute	IT		0	Europe/Rome	45.65944	12.80278		Casa Salute,La Salute,La Salute di Livenza,Salute		20	VE	027036	
3168620	Salto del Cieco	salto-del-cieco	IT		0	Europe/Rome	42.6	12.86667				18	TR	055027	
3168635	Salmaregia	salmaregia	IT		0	Europe/Rome	43.2	12.86667				10	AN		
3168638	Salivoli	salivoli	IT		0	Europe/Rome	42.93333	10.5				16	LI		
3168656	Saliceto di Chiaravalle	saliceto-di-chiaravalle	IT		0	Europe/Rome	44.9	9.98333				05	PC	033002	
3168661	Salettuol	salettuol	IT		0	Europe/Rome	45.76806	12.32472				20	TV	026040	
3168669	Sáles	sales	IT		0	Europe/Rome	45.74833	13.73083		Sales,Salez,Salež,Sáles		06	TS	032005	
3168679	Saleit	saleit	IT		0	Europe/Rome	46.36667	10.45				09	SO	014060	
3168680	Salecchio	salecchio	IT		0	Europe/Rome	44.1	11.55				16	FI	048031	
3168690	Salars	salars	IT		0	Europe/Rome	46.53333	12.9		Salars,Solars		06	UD	030088	
3168698	Sala di Campagna	sala-di-campagna	IT		0	Europe/Rome	45.70333	12.095		Sala,Sala di Campagna		20	TV	026035	
3168713	Saint-Léonard	saint-leonard	IT		387	Europe/Rome	45.82366	7.1814			007064	19	AO	007064	
3168718	Saguignod	saguignod	IT		0	Europe/Rome	45.78333	7.48333				19	AO	007045	
3168720	Sagrado di Sgonico	sagrado-di-sgonico	IT		0	Europe/Rome	45.72425	13.77432		Sagrado,Sagrado di Sgonico		06	TS	032005	
3168723	Sagginale	sagginale	IT		0	Europe/Rome	43.93333	11.41667				16	FI	048004	
3168726	Sacro Eremo di Camaldoli	sacro-eremo-di-camaldoli	IT		0	Europe/Rome	43.8	11.81667		Camaldoli,Eremo,Eremo di Camaldoli,Sacro Eremo,Sacro Eremo di Camaldoli		16	AR	051031	
3168731	Sacerno	sacerno	IT		0	Europe/Rome	44.56667	11.23333				05	BO	037009	
3168741	Sa Castangia	sa-castangia	IT		0	Europe/Rome	40.8	9.45		Sa Castangia,Sa Castanza,Sa Castargia		14	OT	104017	
3168747	Sabbioso	sabbioso	IT		0	Europe/Rome	44.38333	11.63333				05	BO	037025	
3168753	Sabbionera	sabbionera	IT		0	Europe/Rome	45.66667	12.5				20	TV	026094	
3168757	Sabbioncello	sabbioncello	IT		0	Europe/Rome	45.36667	11.98333				20	PD	028085	
3168778	Rustighino	rustighino	IT		0	Europe/Rome	44.7	9.71667				05	PC	033028	
3168779	Rustico	rustico	IT		0	Europe/Rome	43.5	13.35				10	AN	042034	
3168780	Rustici	rustici	IT		0	Europe/Rome	42.98333	13.33333				10	FM	109002	
3168783	Russo	russo	IT		0	Europe/Rome	44.48333	11.43333				05	BO	037054	
3168785	Ruscio	ruscio	IT		0	Europe/Rome	42.65	12.95		Ruscio		18	PG	054031	
3168787	Rus	rus	IT		0	Europe/Rome	46.08333	9.13333		Monti Rus di Tavaino,Rus		09	CO	013207	
3168788	Rupo	rupo	IT		0	Europe/Rome	42.68333	13.66667				01	TE	067041	
3168789	Rupinpíccolo	rupinpiccolo	IT		0	Europe/Rome	45.72639	13.76361		Mali Repen,Rupinpiccolo,Rupinpíccolo		06	TS	032005	
3168790	Rupingrande	rupingrande	IT		0	Europe/Rome	45.72361	13.79167		Monrupino,Rupin Grande,Rupingrande,Veliki Repen,monrupino,モンルピーノ		06	TS	032002	
3168794	Runzi	runzi	IT		205	Europe/Rome	44.9883	11.50633	9			20	RO	029005	
3168802	Ruilles	ruilles	IT		0	Europe/Rome	44.9	6.81667				12	TO	001074	
3168807	Ruginello	ruginello	IT		0	Europe/Rome	45.63333	9.38333				09	MB	108050	
3168811	Ruggera	ruggera	IT		0	Europe/Rome	45	12.13333		Cascina Ruggera,Ruggera		20	RO	029017	
3168833	Rozzol	rozzol	IT		0	Europe/Rome	45.64381	13.80042		Rocol,Rozzol		06	TS	032006	
3168840	Rovitolo	rovitolo	IT		0	Europe/Rome	42.95	13.33333				10	FM	109015	
3168844	Roviglieto	roviglieto	IT		0	Europe/Rome	42.93333	12.76667				18	PG	054018	
3168845	Rovieto	rovieto	IT		0	Europe/Rome	44.39951	8.49072				08	SV	009058	
3168850	Roveto	roveto	IT		0	Europe/Rome	43.18333	12.78333				18	PG	054023	
3168851	Rovetino	rovetino	IT		0	Europe/Rome	42.96667	13.53333				10	AP	044065	
3168852	Roversella	roversella	IT		0	Europe/Rome	44.98333	11.28333				09	MN	020061	
3168857	Rovereti	rovereti	IT		0	Europe/Rome	43.93333	11.95				05	FC	040043	
3168866	Roverazza	roverazza	IT		0	Europe/Rome	44.46667	8.73333				08	GE	010033	
3168867	Rovenaud	rovenaud	IT		0	Europe/Rome	45.61667	7.2		Rovenaud,Ruinaux		19	AO	007070	
3168869	Rovello	rovello	IT		0	Europe/Rome	45.65	9.03333		Rovello		09	CO	013202	
3168871	Rovella	rovella	IT		0	Europe/Rome	40.7	14.96667				04	SA	065073	
3168880	Rotta Sabadina	rotta-sabadina	IT		0	Europe/Rome	45.1	11.63333				20	RO	029031	
3168882	Rotorscio	rotorscio	IT		0	Europe/Rome	43.41667	13.05				10	AN	042017	
3168901	Rota	rota	IT		0	Europe/Rome	43.68333	11.46667		Rota,Ruota		16	FI	048035	
3168902	Rota	rota	IT		0	Europe/Rome	42.15	12.01667				07	RM	058105	
3168909	Rossi	rossi	IT		0	Europe/Rome	45.83333	11.41667				20	VI	024032	
3168910	Rossetta	rossetta	IT		257	Europe/Rome	44.48526	12.02589	8	Madonna del Grazio,Rossetta		05	RA	039002	
3168912	Rossena	rossena	IT		0	Europe/Rome	44.58333	10.43333				05	RE	035018	
3168929	Rosna	rosna	IT		0	Europe/Rome	46.08333	11.76667				20	BL	025058	
3168934	Rosi	rosi	IT		0	Europe/Rome	44.76667	9.86667				05	PC	033044	
3168937	Rosennano	rosennano	IT		0	Europe/Rome	43.4	11.51667				16	SI	052006	
3168938	Rosennano	rosennano	IT		0	Europe/Rome	43.23333	11.5				16	SI	052002	
3168939	Rosenga	rosenga	IT		0	Europe/Rome	43.41667	12.95				10	AN	042020	
3168945	Rosei	rosei	IT		0	Europe/Rome	45.68333	7.95				12	BI	096044	
3168951	Rosceto	rosceto	IT		0	Europe/Rome	42.73333	12.48333				18	PG	054052	
3168957	Rosaro	rosaro	IT		0	Europe/Rome	42.7	12.48333				18	TR	055001	
3168958	Rosara	rosara	IT		367	Europe/Rome	42.83809	13.53902	418			10	AP	044007	
3168965	Rosana	rosana	IT		0	Europe/Rome	44.13333	11.5				16	FI	048031	
3168973	Rorai Piccolo	rorai-piccolo	IT		0	Europe/Rome	45.95	12.61667				06	PN	093032	
3168974	Rorai Grande	rorai-grande	IT		0	Europe/Rome	45.97222	12.61				06	PN	093032	
3168975	Roppa	roppa	IT		0	Europe/Rome	46.45083	12.53917				06	UD	030041	
3168976	Ropaga	ropaga	IT		0	Europe/Rome	42.88333	13.33333				10	AP	044044	
3168978	Ronzano	ronzano	IT		0	Europe/Rome	42.55	13.71667				01	TE	067010	
3168982	Rongolisi	rongolisi	IT		0	Europe/Rome	41.26667	13.91667				04	CE	061088	
3168987	Roncovetro	roncovetro	IT		0	Europe/Rome	44.51667	10.38333				05	RE	035018	
3168988	Ronco Todeschino	ronco-todeschino	IT		0	Europe/Rome	45.35	9.78333				09	CR	019087	
3168989	Roncostorto Basso	roncostorto-basso	IT		0	Europe/Rome	45.1	12.1				20	VE	027006	
3168991	Roncopascolo	roncopascolo	IT		0	Europe/Rome	44.83333	10.26667				05	PR	034027	
3168995	Roncolongo	roncolongo	IT		0	Europe/Rome	44.63333	10.11667				05	PR	034038	
3168996	Roncole	roncole	IT		0	Europe/Rome	44.58333	9.6				05	PR	034002	
3168997	Roncole	roncole	IT		0	Europe/Rome	44.51667	9.61667				05	PR	034003	
3169000	Roncodiga	roncodiga	IT		0	Europe/Rome	44.8	11.91667				05	FE	038024	
3169003	Roncobillaccio	roncobillaccio	IT		0	Europe/Rome	44.11667	11.21667		Roncobilaccio,Roncobillaccio		05	BO	037022	
3169007	Ronco Chiesa	ronco-chiesa	IT		0	Europe/Rome	46.14149	11.7143	875			17	TN	022048	
3169020	Ronchetti	ronchetti	IT		0	Europe/Rome	44.9	10.23333				05	PR	034033	
3169025	Roncaiette	roncaiette	IT		0	Europe/Rome	45.33333	11.93333				20	PD	028069	
3169028	Roncagli	roncagli	IT		0	Europe/Rome	43.95662	8.04663				08	IM	008028	
3169040	Romazzano	romazzano	IT		0	Europe/Rome	42.73333	12.38333				18	PG	054052	
3169052	Romanziol	romanziol	IT		0	Europe/Rome	45.68333	12.5				20	TV	026094	
3169058	Romano Alto	romano-alto	IT		0	Europe/Rome	45.78333	11.75				20	VI	024086	
3169062	Romagnoli	romagnoli	IT		0	Europe/Rome	42.2	14.41667		Romagnoli,Villa Romagnoli		01	CH	069046	
3169070	Rome	rome	IT		2563241	Europe/Rome	41.89474	12.4839		An Roimh,An Ròimh,An Róimh,Erroma,Hrom,Lungsod ng Roma,Mji wa Roma,ROM,Ramma,Rhufain,Rim,Rim",Roeme,Rom,Roma,Rome,Romma,Romo,Romë,Rooma,Roum,Rym,Rzym,Råmma,Rím,Róm,Róma,Urbs,loma,luo ma shi,rm,rom,roma,romi,rwm,rwma,rym,Řím,Ρώμη,Рим,Римъ,Ром,Рым,Հռոմ,רומא,رم,روم,روما,رىم,ܪܘܡܐ,रोम,रोमा,โรม,რომი,ሮማ,ローマ,罗马市,로마		07	RM	058091	
3169073	Rollieres	rollieres	IT		0	Europe/Rome	44.93333	6.83333				12	TO	001258	
3169078	Roina	roina	IT		0	Europe/Rome	45.66948	10.64549				09	BS	017187	
3169080	Roiano	roiano	IT		0	Europe/Rome	45.66956	13.76672		Roiano,Rojan		06	TS	032006	
3169081	Roiano	roiano	IT		0	Europe/Rome	42.7	13.63333				01	TE	067008	
3169083	Roia	roia	IT		0	Europe/Rome	46.8	10.46667				17	BZ	021027	
3169090	Roffeno Musiolo	roffeno-musiolo	IT		0	Europe/Rome	44.28333	11.03333				05	BO	037013	
3169091	Rofelle	rofelle	IT		0	Europe/Rome	43.75	12.16667				16	AR	051003	
3169093	Rodigo	rodigo2	IT		5023	Europe/Rome	45.19958	10.62498		Rodigo,rodigo,ローディゴ	020051	09	MN	020051	
3169095	Rodiano	rodiano	IT		0	Europe/Rome	44.31667	11.1				05	BO	037059	
3169102	Rocciano	rocciano	IT		0	Europe/Rome	42.61667	13.65		Rocciano		01	TE	067041	
3169103	Rocchettine	rocchettine	IT		0	Europe/Rome	42.37286	12.62584				07	RI	057070	
3169104	Rocchette di Fazio	rocchette-di-fazio	IT		0	Europe/Rome	42.73333	11.5		Rocchette,Rocchette di Fazio		16	GR	053028	
3169105	Rocchette	rocchette	IT		0	Europe/Rome	45.76667	11.43333				20	VI	024078	
3169106	Rocchette	rocchette	IT		0	Europe/Rome	44.35	7.83333		Le Rocchette,Rocchette		12	CN	004126	
3169107	Rocchette	rocchette	IT		0	Europe/Rome	42.83333	12.51667				18	PG	054028	
3169108	Rocchette	rocchette	IT		0	Europe/Rome	42.4	12.46667				18	TR	055024	
3169126	Susella	susella	IT		229	Europe/Rome	44.91267	9.09651		Rocca Susella	018126	09	PV	018126	
3169138	Rocca Ceppino	rocca-ceppino	IT		204	Europe/Rome	42.74985	13.66399	484			01	TE	067017	
3169141	Roccasalli	roccasalli	IT		0	Europe/Rome	42.65	13.18333		Roccasalle,Roccasalli		07	RI	057001	
3169146	Rocca Ranieri	rocca-ranieri	IT		0	Europe/Rome	42.33333	12.96667				07	RI	057034	
3169151	Roccaprebalza	roccaprebalza	IT		0	Europe/Rome	44.51667	9.95				05	PR	034004	
3169152	Roccaporena	roccaporena	IT		0	Europe/Rome	42.71667	12.96667		Roccaporena		18	PG	054007	
3169153	Rocca Pitigliana	rocca-pitigliana	IT		0	Europe/Rome	44.23333	11				05	BO	037027	
3169154	Rocca Pipirozzi	rocca-pipirozzi	IT		0	Europe/Rome	41.43333	14.03333				11	IS	094050	
3169155	Boccapignone	boccapignone	IT		0	Europe/Rome	44.22023	9.75238	102	Bocca Pignone		08	SP	011006	
3169158	Roccapassa	roccapassa	IT		0	Europe/Rome	42.58197	13.24651				07	RI	057002	
3169159	Rocca Nuova	rocca-nuova	IT		0	Europe/Rome	40.26667	18.38333				13	LE	075043	
3169171	Rocca Lanzona	rocca-lanzona	IT		0	Europe/Rome	44.71667	10.05				05	PR	034020	
3169180	Rocca di Varsi	rocca-di-varsi	IT		0	Europe/Rome	44.65	9.83333		Rocca,Rocca di Varsi		05	PR	034046	
3169183	Rocca di Fondi	rocca-di-fondi	IT		0	Europe/Rome	42.38333	13.08333				07	RI	057003	
3169184	Rocca di Corno	rocca-di-corno	IT		0	Europe/Rome	42.36667	13.18333				01	AQ	066095	
3169189	Rocca del Colle	rocca-del-colle	IT		0	Europe/Rome	45.65	9.76667				09	BG	016018	
3169360	Rinaldi	rinaldi	IT		0	Europe/Rome	43.75	11.15				16	FI	048041	
3169193	Rocca d'Anfo	rocca-d-anfo	IT		0	Europe/Rome	45.78333	10.48333				09	BS	017005	
3169195	Rocca Cinquemiglia	rocca-cinquemiglia	IT		0	Europe/Rome	41.81667	14.11667				01	AQ	066028	
3169196	Rocca Cilento	rocca-cilento	IT		0	Europe/Rome	40.3	15.05				04	SA	065060	
3169214	Robbiano	robbiano	IT		0	Europe/Rome	45.7	9.23333				09	MB	108024	
3169217	Roaro	roaro	IT		0	Europe/Rome	45.23333	11.51667				20	PD	028051	
3169219	Roa Marenca	roa-marenca	IT		0	Europe/Rome	44.31667	7.86667		Murenca,Roa Marenca		12	CN	004134	
3169224	Rizzata	rizzata	IT		0	Europe/Rome	44.99444	12.21639				20	RO	029046	
3169230	Rivoli di Osoppo	rivoli-di-osoppo	IT		0	Europe/Rome	46.21667	13.06667		Cascina Gentilini,Rivoli di Osoppo		06	UD	030053	
3169233	Rivola	rivola	IT		0	Europe/Rome	44.26161	11.67173				05	RA	039015	
3169237	Rivis	rivis	IT		238	Europe/Rome	46.01183	12.93963	71			06	UD	030109	
3169240	Riviera	riviera	IT		0	Europe/Rome	44.66667	10.36667				05	PR	034042	
3169242	Rividischia	rividischia	IT		0	Europe/Rome	45.9047	12.99957				06	UD	030027	
3169257	Riva Ponente	riva-ponente	IT		0	Europe/Rome	44.26075	9.42086				08	GE	010059	
3169260	Rivalta Trebbia	rivalta-trebbia	IT		0	Europe/Rome	44.95	9.58333				05	PC	033022	
3169268	Riva Levante	riva-levante	IT		0	Europe/Rome	44.25602	9.42987				08			
3169271	Riva di Sotto	riva-di-sotto	IT		0	Europe/Rome	46.5	11.26667				17	BZ	021004	
3169282	Rissa	rissa	IT		0	Europe/Rome	46.71667	11.23333		Risa,Rissa		17	BZ	021087	
3169294	Ripiano	ripiano	IT		0	Europe/Rome	44.3	11.5				05	BO	037012	
3169298	Ripattone	ripattone	IT		0	Europe/Rome	42.7	13.81667				01	TE	067041	
3169309	Ripaioli	ripaioli	IT		0	Europe/Rome	42.86667	12.41667				18	PG	054052	
3169328	Riondi	riondi	IT		0	Europe/Rome	44.2	12.31667				05	FC	040007	
3169346	Rio di Fontecervo	rio-di-fontecervo	IT		0	Europe/Rome	46.81667	11.93333				17	BZ	021013	
3169348	Riobianco	riobianco	IT		201	Europe/Rome	46.77072	11.36768	1338	Aberstuckl,Aberstückl,Riobianco		17	BZ	021086	
3169354	Rio	rio	IT		0	Europe/Rome	44.3	9.66667				08	SP	011028	
3169355	Rio	rio	IT		0	Europe/Rome	42.65	13.28333				07	RI	057002	
3169357	Rino	rino	IT		0	Europe/Rome	46.15	10.35				09	BS	017181	
3169358	Rinecchi	rinecchi	IT		0	Europe/Rome	43.78333	10.95				16	FI	048050	
3169359	Rincine	rincine	IT		0	Europe/Rome	43.86667	11.6				16	FI	048025	
3169367	Rimale	rimale	IT		0	Europe/Rome	44.88333	10.01667				05	PR	034014	
3169368	Rimagna	rimagna	IT		0	Europe/Rome	44.38333	10.13333		Rimagna,Rimigna		05	PR	034022	
3169375	Rigosa	rigosa	IT		0	Europe/Rome	44.51667	11.25				05	BO	037006	
3169378	Rigolo	rigolo	IT		0	Europe/Rome	44.71667	9.61667				05	PC	033019	
3169391	Rigo	rigo	IT		0	Europe/Rome	42.81667	13.31667				10	AP	044038	
3169396	Rignano	rignano	IT		0	Europe/Rome	44.21667	11.86667				05	RA	039004	
3169397	Rignanelli	rignanelli	IT		0	Europe/Rome	43.38333	11.9				16	AR	051002	
3169400	Rigatti	rigatti	IT		0	Europe/Rome	42.23333	13.03333				07	RI	057073	
3169402	Rigali	rigali	IT		0	Europe/Rome	43.21667	12.78333				18	PG	054023	
3169403	Riga Davanti	riga-davanti	IT		0	Europe/Rome	46.75	11.61667				17	BZ	021111	
3169404	Rifugio Bedole	rifugio-bedole	IT		0	Europe/Rome	46.2	10.6		Bedole,Rifugio Bedole		17	TN	022179	
3169406	Riforano	riforano	IT		0	Europe/Rome	44.41667	7.65				12	CN	004144	
3169409	Rifiano - Riffian	rifiano-riffian	IT		1192	Europe/Rome	46.70372	11.18167		Scena,Schenna,Schoenna,Schönna,shena,シェーナ	021073	17	BZ	021073	
3169410	Rif	rif	IT		0	Europe/Rome	45.11667	6.95		Bif,Rif		12	TO	001100	
3169416	Rido	rido	IT		0	Europe/Rome	46.16667	8.3				12	VB	103025	
3169420	Richardet	richardet	IT		0	Europe/Rome	45.03333	6.88333				12	TO	001259	
3169421	Ricetto	ricetto	IT		0	Europe/Rome	42.16667	13.05				07	RI	057018	
3169429	Riccio	riccio	IT		0	Europe/Rome	43.21667	12				16	AR	051017	
3169433	Ricasoli	ricasoli	IT		0	Europe/Rome	43.53333	11.53333				16	AR	051033	
3169455	Rezza	rezza	IT		0	Europe/Rome	44.31667	9.35				08	GE	010028	
3169469	Retignano	retignano	IT		0	Europe/Rome	42.7	12.18333				18	TR	055023	
3169471	Restano	restano	IT		0	Europe/Rome	44.73333	9.61667				05	PC	033004	
3169479	Resega	resega	IT		0	Europe/Rome	44.91667	10.9		Fienile Resega,Fienile Résega,Resega		05	MO	036028	
3169480	Rescia	rescia	IT		0	Europe/Rome	42.63333	12.98333				18	PG	054031	
3169484	Repasto	repasto	IT		0	Europe/Rome	42.48333	12.76667				07	RI	057025	
3169485	Rensa	rensa	IT		0	Europe/Rome	44.21667	10.18333				16	MS	045004	
3169495	Renaio	renaio	IT		0	Europe/Rome	44.1	10.51667				16	LU	046003	
3169498	Rena	rena	IT		0	Europe/Rome	44.98333	11.81667				20	RO	029028	
3169500	Remedello Sotto	remedello-sotto	IT		0	Europe/Rome	45.25	10.36667				09	BS	017160	
3169501	Remedello Sopra	remedello-sopra	IT		0	Europe/Rome	45.26667	10.36667				09	BS	017160	
3169504	Reisoni	reisoni	IT		0	Europe/Rome	44.53333	9.28333				08	GE	010024	
3169513	Reginati	reginati	IT		0	Europe/Rome	45.81667	11.86667				20	TV	026054	
3169518	Regia Dogana	regia-dogana	IT		0	Europe/Rome	41	9.61667		Dogana,Golfo Aranci,Regia Dogana		14			
3169522	Reggio nell'Emilia	reggio-nell-emilia	IT		133296	Europe/Rome	44.69825	10.63125	58	Redzho-Ehmilija,Reggio,Reggio Emilia,Reggio nell'Emilia,ZRO,Реджо-Эмилия	RE	05	RE	035033	
3169525	Reggimonti	reggimonti	IT		0	Europe/Rome	44.19864	9.5763				08	SP	011005	
3169528	Refavaie	refavaie	IT		0	Europe/Rome	46.21667	11.61667				17	TN	022048	
3169531	Redena	redena	IT		0	Europe/Rome	44.91667	11.26667				05	FE	038003	
3169538	Recenza	recenza	IT		0	Europe/Rome	43.18333	11.25				16	SI	052034	
3169544	Reale Casa di Caccia	reale-casa-di-caccia	IT		0	Europe/Rome	44.2	7.23333				12	CN	004233	
3169550	Razzuolo	razzuolo	IT		0	Europe/Rome	44.03333	11.46667				16	FI	048004	
3169555	Ravigliano	ravigliano	IT		0	Europe/Rome	43.01667	12.03333				18	PG	054012	
3169566	Ravalle	ravalle	IT		359	Europe/Rome	44.92928	11.50829	9			05	FE	038008	
3169572	Rataira	rataira	IT		0	Europe/Rome	43.96667	7.81667				08	IM	008035	
3169582	Raspano	raspano	IT		0	Europe/Rome	46.18806	13.18361		Raspana,Raspano		06	UD	030019	
3169583	Rasora	rasora	IT		0	Europe/Rome	44.11667	11.15				05	BO	037022	
3169585	Rasiglio	rasiglio	IT		0	Europe/Rome	44.41667	11.18333				05	BO	037057	
3169597	Rapicciano	rapicciano	IT		0	Europe/Rome	42.7	12.63333				18	PG	054051	
3169598	Rapezzo	rapezzo	IT		0	Europe/Rome	44.13333	11.45				16	FI	048018	
3169599	Rapegna	rapegna	IT		0	Europe/Rome	42.86667	13.15				10	MC	043010	
3169603	Rapale	rapale	IT		0	Europe/Rome	43.36667	11.58333		Rapale		16	AR	051005	
3169608	Ranucci	ranucci	IT		0	Europe/Rome	42.55	12.08333				07	VT	056036	
3169609	Ranocchio	ranocchio	IT		0	Europe/Rome	44.28333	10.9				05	MO	036026	
3169617	Rancate	rancate	IT		0	Europe/Rome	45.669	9.25735				09	MB	108043	
3169618	Ramponio	ramponio	IT		0	Europe/Rome	45.98814	9.06226				09	CO	013179	
3169619	Rampazzo	rampazzo	IT		526	Europe/Rome	45.53842	11.6845	30			20	VI	024021	
3169620	Ramon	ramon	IT		1013	Europe/Rome	45.71386	11.86828	63			20	TV	026036	
3169623	Ramera	ramera	IT		0	Europe/Rome	45.85778	12.33306				20	TV	026038	
3169630	Raggio	raggio	IT		0	Europe/Rome	43.93333	11.93333				05	FC	040043	
3169631	Raggio	raggio	IT		0	Europe/Rome	42.75	12.51667				18	PG	054028	
3169632	Ragada	ragada	IT		0	Europe/Rome	46.16667	10.63333				17	TN	022184	
3169636	Radogna	radogna	IT		0	Europe/Rome	41.28333	15.4				13	FG	071007	
3169638	Radicosa	radicosa	IT		0	Europe/Rome	43.48333	12.85				10	AN	042044	
3169653	Rabatta	rabatta	IT		0	Europe/Rome	43.95	11.41667				16	FI	048004	
3169654	Quorle	quorle	IT		0	Europe/Rome	43.71667	11.7				16	AR	051031	
3169659	Quinzo	quinzo	IT		0	Europe/Rome	46.97246	11.618				17	BZ	021107	
3169674	Quercioso	quercioso	IT		0	Europe/Rome	44.4	11.43333				05	BO	037046	
3169677	Quercianella	quercianella	IT		1039	Europe/Rome	43.45959	10.36757	22	Quercianella Sonnino		16	LI	049009	
3169691	Quasani	quasani	IT		0	Europe/Rome	40.96667	16.58333		Quasani,Quasano		13	BA	072044	
3169692	Quarzina	quarzina	IT		0	Europe/Rome	44.13333	7.86667				12	CN	004155	
3169693	Quarto Superiore	quarto-superiore	IT		0	Europe/Rome	44.9	8.3				12	AT	005028	
3169695	Quartolo	quartolo	IT		0	Europe/Rome	44.25	11.81667				05	RA	039004	
3169706	Monte Sacro	monte-sacro	IT		0	Europe/Rome	41.93333	12.53333		Quartiere Monte Sacro		07	RM	058091	
3169707	Quartesana	quartesana	IT		0	Europe/Rome	44.8	11.73333		Quartesana,Quartesana Balbo		05	FE	038023	
3169708	Quartazzola	quartazzola	IT		0	Europe/Rome	45.01667	9.61667				05	PC	033023	
3169709	Quartarezza	quartarezza	IT		0	Europe/Rome	45.8	12.65				20	TV	026041	
3169722	Quantin	quantin	IT		256	Europe/Rome	46.12436	12.29765	763			20	BL	025040	
3169727	Quadro Vecchio	quadro-vecchio	IT		0	Europe/Rome	42.78333	12.31667		Quadro,Quadro Vecchio		18	PG	054052	
3169740	Puys	puys	IT		0	Europe/Rome	45.05	6.73333				12	TO	001175	
3169748	Puro	puro	IT		0	Europe/Rome	42.73333	13.01667				18	PG	054007	
3169749	Pupaggi	pupaggi	IT		0	Europe/Rome	42.88333	12.88333		Papaggi,Pupaggi		18	PG	054048	
3169752	Puntoni	puntoni	IT		0	Europe/Rome	43.81667	10.83333				16	PT	047006	
3169756	Punta Gorzone	punta-gorzone	IT		0	Europe/Rome	45.18333	12.25		Gorzone,Punta Gorzone		20	VE	027008	
3169757	Punta di Rialbano	punta-di-rialbano	IT		0	Europe/Rome	42.84652	10.44302		Rio Albano		16	LI	049015	
3169762	Pullir	pullir	IT		232	Europe/Rome	46.06537	11.95862	353			20	BL	025011	
3169763	Puliciano	puliciano	IT		0	Europe/Rome	43.38777	11.85691				16	AR	051002	
3169764	Pulicciano	pulicciano	IT		0	Europe/Rome	43.641	11.57041				16	AR	051040	
3169766	Pulcini	pulcini	IT		0	Europe/Rome	42.6	12.91667				07	RI	057033	
3169767	Pulciano	pulciano	IT		0	Europe/Rome	45.63333	10.6				09	BS	017187	
3169768	Pulcherini	pulcherini	IT		0	Europe/Rome	41.28333	13.75				07	LT	059014	
3169770	Pugnochiuso	pugnochiuso	IT		0	Europe/Rome	41.78333	16.2		Faro di Pugnochiuso,Pugnochiuso		13			
3169779	Pudiano	pudiano	IT		0	Europe/Rome	45.4	10				09	BS	017146	
3169780	Pucciarelli	pucciarelli	IT		633	Europe/Rome	43.0912	12.05373	291	Pucciarelli		18	PG	054009	
3169792	Protte	protte	IT		220	Europe/Rome	42.7962	12.73231	242			18	PG	054051	
3169794	Prospiano	prospiano	IT		0	Europe/Rome	45.63333	8.9				09	VA	012098	
3169797	Propezzano	propezzano	IT		0	Europe/Rome	42.86667	13.35				10	AP	044038	
3169799	Promiod	promiod	IT		0	Europe/Rome	45.78333	7.61667				19	AO	007020	
3169800	Proiettore	proiettore	IT		0	Europe/Rome	41.18333	9.43333				14			
3169801	Prognetto	prognetto	IT		0	Europe/Rome	42.63333	13.61667				01	TE	067041	
3169803	Procoio Nuovo	procoio-nuovo	IT		0	Europe/Rome	42.05	12.51667				07	RM	058091	
3169804	Procoio	procoio	IT		0	Europe/Rome	41.75	12.3				07	RM	058091	
3169813	Priorato	priorato	IT		0	Europe/Rome	44.86667	10.16667		Priorata,Priorato		05	PR	034015	
3169815	Prine	prine	IT		0	Europe/Rome	43.41667	12.15				18	PG	054032	
3169837	Pretara	pretara	IT		0	Europe/Rome	42.48333	13.65				01	TE	067026	
3169838	Pretalve	pretalve	IT		0	Europe/Rome	41.7	14.13333				11	IS	094039	
3169840	Prestone	prestone	IT		0	Europe/Rome	46.38333	9.35				09	SO	014058	
3169849	Presciano	presciano	IT		0	Europe/Rome	43.3	11.4				16	SI	052032	
3169852	Presa Botner	presa-botner	IT		0	Europe/Rome	44.96667	12.25				20	RO	029046	
3169858	Pren	pren	IT		0	Europe/Rome	46.05	11.88333				20	BL	025036	
3169864	Premadio	premadio	IT		0	Europe/Rome	46.48333	10.35				09	SO	014071	
3169865	Prelaz	prelaz	IT		0	Europe/Rome	45.73333	7.58333				19	AO	007051	
3169867	Preinardo	preinardo	IT		0	Europe/Rome	44.36667	6.98333				12	CN	004006	
3169873	Predonico	predonico	IT		0	Europe/Rome	46.5	11.23333				17	BZ	021004	
3169876	Prediera	prediera	IT		0	Europe/Rome	44.53333	10.55				05	RE	035044	
3169791	Prova	prova	IT	37047	0	Europe/Rome	45.4	11.3				20	VR	023069	
3169880	Precicchie	precicchie	IT		0	Europe/Rome	43.4	13.03333				10	AN	042017	
3169882	Precenico	precenico	IT		0	Europe/Rome	45.77972	13.68111		Precenico,Precenico di Comeno		06	TS	032001	
3169884	Prebernardo	prebernardo	IT		0	Europe/Rome	46.04994	8.13924		Prabernardo		12	VB	103001	
3169885	Prebenico	prebenico	IT		0	Europe/Rome	45.5868	13.84932		Prebenek,Prebenicco,Prebenico,Trebenicco		06	TS	032004	
3169888	Prazzo Superiore	prazzo-superiore	IT		0	Europe/Rome	44.48297	7.05468		Prazzo Superiore	004174	12	CN	004174	
3169889	Prazzo Inferiore	prazzo-inferiore	IT		0	Europe/Rome	44.48333	7.06667		Prazzo Inferiore		12	CN	004174	
3169894	Praturlone	praturlone	IT		0	Europe/Rome	45.90389	12.73444				06	PN	093021	
3169896	Prato Valentino	prato-valentino	IT		0	Europe/Rome	46.18333	10.05		Prato Valentino,Valentino		09	SO	014065	
3169899	Pratorotondo	pratorotondo	IT		0	Europe/Rome	44.43333	6.98333				12	CN	004001	
3169900	Pratoretto	pratoretto	IT		0	Europe/Rome	44.71667	10.46667				05	RE	035027	
3169902	Pratone	pratone	IT		0	Europe/Rome	44.81667	11.53333		Pradone,Pratone		05	FE	038022	
3169904	Pratomagno	pratomagno	IT		0	Europe/Rome	47.05486	12.14135	1623			17	BZ	021068	
3169909	Pratoianni	pratoianni	IT		0	Europe/Rome	42.3	12.98333				07	RI	057023	
3169910	Prato Gudo	prato-gudo	IT		0	Europe/Rome	46.15	9.56667				09	SO	014022	
3169911	Prato di Resia	prato-di-resia	IT		1228	Europe/Rome	46.37364	13.30659		Prato,Prato di Resia,Resia,Resie,Résia	030092	06	UD	030092	
3169916	Prato alla Drava	prato-alla-drava	IT		316	Europe/Rome	46.74047	12.35943	1131	Prato,Prato a Drava,Prato alla Drava		17	BZ	021077	
3169923	Prati Piastorba	prati-piastorba	IT		0	Europe/Rome	46.18333	9.83333				09	SO	014061	
3169933	Prata Inferiore	prata-inferiore	IT		0	Europe/Rome	41.43333	14.2				04	CE	061063	
3169935	Prata di Sopra	prata-di-sopra	IT		0	Europe/Rome	45.90476	12.5966		Prata,Prata di Pordenone,Prate		06	PN	093034	
3169944	Prarayè	praraye	IT		0	Europe/Rome	45.91667	7.53333		Prarage,Praraye,Prarayer,Prarayè		19	AO	007010	
3169945	Pra Piano	pra-piano	IT		0	Europe/Rome	45.15	6.98333				12	TO	001114	
3169946	Pra Neiron	pra-neiron	IT		0	Europe/Rome	45.78333	6.93333				19	AO	007022	
3169948	Pramauron	pramauron	IT		0	Europe/Rome	46.56667	11.75		Pramauron,Pramauroni		17	BZ	021089	
3169955	Praie	praie	IT		0	Europe/Rome	45.4	7.5		Praie,Praje		12	TO	001134	
3169959	Praelo	praelo	IT		0	Europe/Rome	43.93333	7.93333				08	IM	008047	
3169960	Pradovera	pradovera	IT		0	Europe/Rome	44.73869	9.4927				05	PC	033019	
3169961	Pradone	pradone	IT		0	Europe/Rome	44.43333	10.78333				05	MO	036042	
3169962	Prado	prado	IT		0	Europe/Rome	45.2	9.2				09	PV	018110	
3169964	Pra di Sotto	pra-di-sotto	IT		0	Europe/Rome	45.78333	11.61667				20	VI	024033	
3169966	Pradibosco	pradibosco	IT		0	Europe/Rome	46.76667	11.18333		Pradibasco,Pradibosco		17	BZ	021083	
3169967	Pra del Torno	pra-del-torno	IT		0	Europe/Rome	44.86667	7.16667				12	TO	001011	
3169968	Pradellan	pradellan	IT		0	Europe/Rome	46.08333	11.56667				17	TN	022015	
3169970	Pradaccio	pradaccio	IT		0	Europe/Rome	46.46667	10.43333				09	SO	014073	
3169971	Pradaccio	pradaccio	IT		0	Europe/Rome	46.41667	10.53333				09	SO	014073	
3169974	Pracupola	pracupola	IT		0	Europe/Rome	46.53333	10.96667				17	BZ	021104	
3169975	Pracul	pracul	IT		0	Europe/Rome	45.95	10.53333				17	TN	022072	
3169977	Pracchi	pracchi	IT		0	Europe/Rome	44.1	10.6				16	LU	046011	
3169978	Pracchi	pracchi	IT		0	Europe/Rome	44.08333	9.6				08			
3169979	Prà Campo	pra-campo	IT		0	Europe/Rome	46.25	10.15		Alpe Campo,Pra Campo,Prà Campo		09			
3169987	Pozzovetere	pozzovetere	IT		0	Europe/Rome	41.1	14.38333				04	CE	061022	
3169996	Pozzo Catena	pozzo-catena	IT		0	Europe/Rome	45.36667	10.55				09	MN	020063	
3170004	Pozzis	pozzis	IT		0	Europe/Rome	46.34861	12.91361				06	UD	030132	
3170007	Pozzarsogno	pozzarsogno	IT		0	Europe/Rome	41.36667	15.43333				13	FG	071058	
3170011	Pozzaglia Sabina	pozzaglia-sabino	IT		411	Europe/Rome	42.15863	12.96428		Pozzaglia Sabina	057058	07	RI	057058	
3170012	Pozzacchio	pozzacchio	IT		0	Europe/Rome	45.83565	11.0825	792			17	TN	022203	
3170021	Pourrières	pourrieres	IT		0	Europe/Rome	45.046	6.99863				12	TO	001281	
3170030	Postuman	postuman	IT		0	Europe/Rome	45.5	11.11667				20	VR	023047	
3170032	Postoncicco	postoncicco	IT		0	Europe/Rome	46.01611	12.87639				06	PN	093039	
3170034	Postignano	postignano	IT		0	Europe/Rome	42.86667	12.91667				18	PG	054048	
3170037	Posta Vecchia	posta-vecchia	IT		0	Europe/Rome	45.41667	11.15		La Posta Vecchia,Posta Vecchia		20	VR	023017	
3170038	Posta Piana	posta-piana	IT		0	Europe/Rome	41.13333	15.9				13	BT	110004	
3170041	Posta Gaudiano	posta-gaudiano	IT		0	Europe/Rome	41.1	15.88333		Posta Gaudiano,Posta di Gaudiano		02	PZ	076043	
3170044	Possessione Serrara	possessione-serrara	IT		0	Europe/Rome	44.85	11.93333		Possessione Serrara,Serraro		05	FE	038010	
3170045	Possessione Mottaton	possessione-mottaton	IT		0	Europe/Rome	44.83333	11.96667				05	FE	038010	
3170046	Possessione la Chiavica	possessione-la-chiavica	IT		0	Europe/Rome	44.81667	11.95				05	FE	038010	
3170047	Possessione Colombara	possessione-colombara	IT		0	Europe/Rome	44.56667	11.46667				05	BO	037008	
3170048	Possessionazza	possessionazza	IT		0	Europe/Rome	44.85	11.46667				05	FE	038022	
3170049	Posseggio	posseggio	IT		0	Europe/Rome	44.21667	11.56667				05	RA	039005	
3170055	Posillipo	posillipo	IT		0	Europe/Rome	40.82209	14.21562				04	NA	063049	
3170058	Posatora	posatora	IT		2316	Europe/Rome	43.59917	13.48984				10	AN	042002	
3170067	Porto Vecchio	porto-vecchio	IT		0	Europe/Rome	43.0581	9.83671		Porto		16	LI		
3170078	Nogaro	nogaro	IT		0	Europe/Rome	45.82	13.21722		Nogaro,Porto Nogaro		06	UD	030100	
3170084	Portolo	portolo	IT		0	Europe/Rome	46.08042	11.27648				17	TN	022139	
3170085	Porto Levante	porto-levante	IT		0	Europe/Rome	45.04611	12.36472		Porto Levante,Porto di Levante		20	RO	029052	
3170089	Portofino Vetta	portofino-vetta	IT		0	Europe/Rome	44.33429	9.17152				08	GE	010007	
3170095	Porto Falconera	porto-falconera	IT		0	Europe/Rome	45.61667	12.91667		Porto Falconera,Porto di Falconera		20	VE	027005	
3170099	Porto Conte Torre Nuova	porto-conte-torre-nuova	IT		0	Europe/Rome	40.59382	8.20456		Porto Conte,Porto Conte Torre Nuova,Portus Nympharum		14	SS	090003	
3170101	Porto Clementino	porto-clementino	IT		0	Europe/Rome	42.2228	11.70525				07			
3170106	Porto Badino	porto-badino	IT		0	Europe/Rome	41.28333	13.2		Badino,Porto Badino		07	LT	059032	
3170126	Portantino	portantino	IT		0	Europe/Rome	41.66667	13.45				07	FR	060085	
3170128	Porta	porta	IT		0	Europe/Rome	46.01667	9.78333				09	BG	016056	
3170129	Porrona	porrona	IT		0	Europe/Rome	42.91667	11.4				16	GR	053007	
3170137	Porotto	porotto	IT		0	Europe/Rome	44.85	11.55				05	FE	038008	
3170142	Porle	porle	IT		0	Europe/Rome	45.6	10.36667				09	BS	017193	
3170143	Poreta	poreta	IT		0	Europe/Rome	42.81667	12.78333				18	PG	054005	
3170144	Porello	porello	IT		0	Europe/Rome	43.31667	12.75		Porello,Purello		18	PG	054019	
3170161	Porcen	porcen	IT		0	Europe/Rome	45.98333	11.86667				20	BL	025055	
3170164	Porcareccia	porcareccia	IT		0	Europe/Rome	42.26667	13.23333				07	RI	057049	
3170165	Porassey	porassey	IT		0	Europe/Rome	45.71667	6.9				19	AO	007041	
3170167	Poracchia	poracchia	IT		0	Europe/Rome	44.33333	7.23333				12	CN	004079	
3170171	Poppiano	poppiano	IT		0	Europe/Rome	43.65	11.11667		Poppiano,San Biagio a Poppiano,San Biágio a Poppiano		16	FI	048030	
3170176	Popola	popola	IT		0	Europe/Rome	42.98333	12.88333				18	PG	054018	
3170179	Ponzolotti	ponzolotti	IT		0	Europe/Rome	45.73509	11.07077	704	Ponzoiotti		17	TN	022001	
3170181	Ponze	ponze	IT		0	Europe/Rome	42.91667	12.8				18	PG	054054	
3170182	Ponzano Ramano	ponzano-ramano	IT		0	Europe/Rome	42.25	12.56667				07	RM	058080	
3170185	Ponzanello	ponzanello	IT		0	Europe/Rome	44.16667	10				16	MS	045008	
3170186	Ponzana	ponzana	IT		0	Europe/Rome	45.4	8.51667				12	NO	003040	
3170192	Ponton	ponton	IT		0	Europe/Rome	45.51667	10.8				20	VR	023023	
3170197	Pontile	pontile	IT		0	Europe/Rome	43.18115	12.94207				10	MC	043019	
3170209	Ponte Vettigano	ponte-vettigano	IT		0	Europe/Rome	44.83333	10.8				05	RE	035034	
3170210	Ponte Vedessana	ponte-vedessana	IT		0	Europe/Rome	46.46667	12.35				20	BL	025008	
3170211	Ponte Valleceppi	ponte-valleceppi	IT		0	Europe/Rome	43.1	12.45				18	PG	054039	
3170212	Ponte Trevisani	ponte-trevisani	IT		0	Europe/Rome	44.83333	11.38333				05	FE	038003	
3170221	Ponte San Giovanni	ponte-san-giovanni	IT		0	Europe/Rome	43.08333	12.43333		Ponte San Giovanni		18	PG	054039	
3170222	Ponte Samoggia	ponte-samoggia	IT		0	Europe/Rome	44.56667	11.13333				05	BO	037061	
3170225	Ponte Rotto	ponte-rotto	IT		0	Europe/Rome	41.58333	12.8				07	LT	059005	
3170229	Ponte Punzetti	ponte-punzetti	IT		0	Europe/Rome	44.96667	12		Ponte Panzetto,Ponte Punzetti		05	FE	038002	
3170231	Ponte Paganino	ponte-paganino	IT		0	Europe/Rome	44.38333	11.23333				05	BO	037057	
3170239	Ponte nelle Alpi	ponte-nell-alpi	IT		7913	Europe/Rome	46.18083	12.28333		Ponte nelle Alpi	025040	20	BL	025040	
3170243	Ponte Maodino	ponte-maodino	IT		0	Europe/Rome	44.83333	12.15				05	FE	038005	
3170244	Ponte Mantovano	ponte-mantovano	IT		0	Europe/Rome	44.83333	10.61667				05	RE	035015	
3170245	Ponte Maira	ponte-maira	IT		0	Europe/Rome	44.46667	6.95		Ponte Maira,Ponte Marie		12	CN	004001	
3170246	Ponte Macereto	ponte-macereto	IT		0	Europe/Rome	43.15	11.28333		Macereto,Ponte Macereto		16	SI	052018	
3170248	Ponte Lucano	ponte-lucano	IT		0	Europe/Rome	41.95	12.76667				07	RM	058104	
3170254	Pontelagoscuro	pontelagoscuro	IT		0	Europe/Rome	44.88333	11.6				05	FE	038008	
3170258	Ponteggia	ponteggia	IT		0	Europe/Rome	46.32779	9.47124				09	SO	014050	
3170262	Ponte Galeria	ponte-galeria	IT		0	Europe/Rome	41.81863	12.3479		Casale Ponte Galeria		07	RM	058091	
3170263	Ponte di Via Levata	ponte-di-via-levata	IT		0	Europe/Rome	44.83333	10.68333				05	RE	035028	
3170264	Ponte d'Istia	ponte-d-istia	IT		0	Europe/Rome	42.77959	11.17764				16	GR	053011	
3170265	Ponte di San Pellegrino	ponte-di-san-pellegrino	IT		0	Europe/Rome	44.86667	11.15		Ponte San Pellegrino,Ponte di San Pellegrino		05	MO	036037	
3170273	Ponte del Marodia	ponte-del-marodia	IT		0	Europe/Rome	46.4	12.61667				06	UD	030042	
3170275	Ponte delle Arche	ponte-delle-arche	IT		0	Europe/Rome	46.03526	10.8732		Arche		17	TN	022228	
3170277	Ponte della Rovina	ponte-della-rovina	IT		0	Europe/Rome	44.2	7.36667		Ponte della Rovina,Ponte delle Rovine		12	CN	004084	
3170278	Ponte della Muda	ponte-della-muda	IT		0	Europe/Rome	45.94458	12.44116				20	TV	026022	
3170279	Ponte dell'Agrato	ponte-dell-agrato	IT		0	Europe/Rome	44.71667	10.73333				05	RE	035020	
3170280	Ponte della Forca	ponte-della-forca	IT		0	Europe/Rome	44.81667	10.66667				05	RE	035002	
3170288	Ponte Centesimo	ponte-centesimo	IT		0	Europe/Rome	43.01667	12.75		Ponte Centesimo,Pontecentesimo		18	PG	054018	
3170290	Pontecchio	pontecchio	IT		0	Europe/Rome	44.43333	11.26667				05	BO	037057	
3170291	Pontecasale	pontecasale	IT		0	Europe/Rome	45.21667	11.95				20	PD	028006	
3170296	Ponte Blaize	ponte-blaize	IT		0	Europe/Rome	44.93333	6.83333				12	TO	001258	
3170298	Ponte Azzana	ponte-azzana	IT		0	Europe/Rome	44.76667	11.85		Ponte Azzana,Ponte Azzano		05	FE	038017	
3170300	Ponte Arpiglio	ponte-arpiglio	IT		0	Europe/Rome	43.66667	10.43333				16	PI	050026	
3170303	Ponte a Greve	ponte-a-greve	IT		0	Europe/Rome	43.76601	11.18674		Ponte a Greve,San Lorenzo a Greve		16	FI	048017	
3170304	Ponte a Evola	ponte-a-evola	IT		0	Europe/Rome	43.68333	10.8		Ponte a Egola,Ponte a Evola,Ponte a Égola		16	PI	050032	
3170307	Ponteacco	ponteacco	IT		200	Europe/Rome	46.14894	13.49096	210	Panteacco,Ponteacco		06	UD	030103	
3170319	Pont	pont	IT		0	Europe/Rome	45.56667	7.11667				19	AO	007055	
3170322	Ponna Superiore	ponna-superiore	IT		0	Europe/Rome	45.98957	9.09406			013187	09	CO	013187	
3170323	Ponna Inferiore	ponna-inferiore	IT		0	Europe/Rome	45.99094	9.08393				09	CO	013187	
3170338	Pompagnano	pompagnano	IT		0	Europe/Rome	42.69146	12.7008				18	PG	054051	
3170344	Pomerolo	pomerolo	IT		0	Europe/Rome	44.58333	7.56667				12	CN	004244	
3170345	Pomeo	pomeo	IT		0	Europe/Rome	45.71667	9.41667				09	LC	097048	
3170348	Pomaro	pomaro	IT		0	Europe/Rome	44.91667	9.46667				05	PC	033034	
3170349	Pomaro	pomaro	IT		0	Europe/Rome	42.76006	13.41358				10	AP	044001	
3170358	Polveriera di Cocco	polveriera-di-cocco	IT		0	Europe/Rome	45.85	11.01667		Polva di Cocco,Polveriera di Cocco		17	TN	022161	
3170364	Polvano	polvano	IT		0	Europe/Rome	43.35	12				16	AR	051012	
3170377	Polizza	polizza	IT		0	Europe/Rome	46.13333	13.61667				06	UD	030111	
3170381	Polina	polina	IT		0	Europe/Rome	44.43333	9.9		Casa Polina,Polina		16	MS	045014	
3170383	Polignano	polignano	IT		261	Europe/Rome	45.0442	9.90779	43			05	PC	033041	
3170388	Poletto	poletto	IT		0	Europe/Rome	45.09346	11.00667				09	MN	020064	
3170391	Polesine Camerini	polesine-camerini	IT		265	Europe/Rome	44.93743	12.44035	1			20	RO	029039	
3170395	Polesia	polesia	IT		0	Europe/Rome	42.9	13.55				10	AP	044007	
3170401	Polengo	polengo	IT		0	Europe/Rome	45.23333	9.95				09	CR	019065	
3170406	Polanesi	polanesi	IT		0	Europe/Rome	44.36667	9.11667				08			
3170407	Polaggia	polaggia	IT		0	Europe/Rome	46.16667	9.75				09	SO	014007	
3170409	Poira di Fuori	poira-di-fuori	IT		0	Europe/Rome	46.16667	9.53333				09	SO	014041	
3170410	Poira di Dentro	poira-di-dentro	IT		0	Europe/Rome	46.16667	9.55				09	SO	014041	
3170411	Poira	poira	IT		0	Europe/Rome	46.13333	9.73333				09	SO	014023	
3170412	Poiano	poiano	IT		0	Europe/Rome	45.46667	11				20	VR	023091	
3170413	Poiano	poiano	IT		0	Europe/Rome	44.38333	10.43333				05	RE	035045	
3170414	Pojana Maggiore	pojana-maggiore	IT		4216	Europe/Rome	45.29039	11.5025		Poiana	024079	20	VI	024079	
3170415	Poian	poian	IT		0	Europe/Rome	45.55	12.33333				20	VE	027020	
3170424	Pogi	pogi	IT		0	Europe/Rome	43.46667	11.61667				16	AR	051005	
3170426	Poggio Vittiano	poggio-vittiano	IT		0	Europe/Rome	42.26667	13.01667				07	RI	057062	
3170427	Poggiovitellino	poggiovitellino	IT		0	Europe/Rome	42.65	13.26667				07	RI	057002	
3170428	Poggio Valle	poggio-valle	IT		0	Europe/Rome	42.68897	13.58296				01	TE	067043	
3170431	Poggio Sorifa	poggio-sorifa	IT		0	Europe/Rome	43.15	12.85				10	MC	043019	
3170432	Poggio Sommavilla	poggio-sommavilla	IT		0	Europe/Rome	42.3	12.53333				07	RI	057066	
3170435	Poggio Santa Maria	poggio-santa-maria	IT		281	Europe/Rome	42.33035	13.29831	858			01	AQ	066049	
3170436	Poggio Santa Cecilia	poggio-santa-cecilia	IT		0	Europe/Rome	43.3	11.63333				16	SI	052026	
3170439	Poggio San Giovanni	poggio-san-giovanni	IT		0	Europe/Rome	43.83333	12.55				10	PU	041003	
3170440	Poggio San Giovanni	poggio-san-giovanni	IT		0	Europe/Rome	42.21667	13.16667				07	RI	057049	
3170443	Villa Opicina	villa-opicina	IT		8009	Europe/Rome	45.6878	13.78861	320	Opcine,Opicina,Opčine,Poggioreale del Carso,Villa Opicina		06	TS	032006	
3170448	Poggio Rattieri	poggio-rattieri	IT		0	Europe/Rome	42.63333	13.58333		Poggio Rattieri		01	TE	067043	
3170449	Poggioprimocaso	poggioprimocaso	IT		0	Europe/Rome	42.75	12.98333				18	PG	054007	
3170452	Poggioni	poggioni	IT		0	Europe/Rome	43.35	12.08333				16	AR	051017	
3170458	Poggio Maggiore	poggio-maggiore	IT		0	Europe/Rome	44.76429	8.97677				12	AL	006018	
3170459	Poggiolo	poggiolo	IT		0	Europe/Rome	42.42916	12.55064				18	TR	055008	
3170460	Poggiolino	poggiolino	IT		0	Europe/Rome	44.08333	11.23333				16	FI	048002	
3170461	Poggio Lavarino	poggio-lavarino	IT		0	Europe/Rome	42.63333	12.65				18	TR	055032	
3170464	Poggio Fuoco	poggio-fuoco	IT		0	Europe/Rome	42.53333	11.48333				16	GR	053014	
3170468	Poggio Ferro	poggio-ferro	IT		0	Europe/Rome	42.93776	11.54697				16	GR	053025	
3170470	Poggio Ferrato	poggio-ferrato	IT		0	Europe/Rome	44.8684	9.1753				09	PV	018166	
3170473	Poggio della Rose	poggio-della-rose	IT		0	Europe/Rome	42.56667	13.8				01	TE	067016	
3170474	Poggio d'Api	poggio-d-api	IT		0	Europe/Rome	42.72082	13.29556				07	RI	057001	
3170475	Poggio Cupro	poggio-cupro	IT		0	Europe/Rome	43.45	13.08333				10	AN	042047	
3170476	Poggio Cono	poggio-cono	IT		0	Europe/Rome	42.65	13.76667				01	TE	067041	
3170478	Poggio Cavallo	poggio-cavallo	IT		0	Europe/Rome	42.77209	11.16365				16	GR	053011	
3170480	Poggio Canoso	poggio-canoso	IT		0	Europe/Rome	42.95	13.51667				10	AP	044065	
3170485	Poggio al Pozzo	poggio-al-pozzo	IT		0	Europe/Rome	44.03333	11.35				16	FI	048053	
3170486	Poggio alle Mura	poggio-alle-mura	IT		0	Europe/Rome	42.98333	11.4				16	SI	052014	
3170506	Poggialto	poggialto	IT		0	Europe/Rome	43.98333	7.9		Poggialto,Poggio Alto		08	IM	008010	
3170508	Poggi	poggi	IT		0	Europe/Rome	43.8703	7.98397				08	IM	008031	
3170516	Poderi Ravaglia	poderi-ravaglia	IT		0	Europe/Rome	44.5	12.1				05	RA	039014	
3170517	Poderi Rancoli	poderi-rancoli	IT		0	Europe/Rome	43.33333	11.85				16	AR	051002	
3170518	Poderi Foci	poderi-foci	IT		0	Europe/Rome	43.45	11.08333				16	SI	052028	
3170520	Podere Sant'Elisa	podere-sant-elisa	IT		0	Europe/Rome	43.33333	10.81667				16	PI	050027	
3170521	Podere San Pancrazio	podere-san-pancrazio	IT		0	Europe/Rome	44.71667	11.38333				05	BO	037055	
3170522	Podere Rosa	podere-rosa	IT		0	Europe/Rome	41.95	12.56667				07	RM	058091	
3170523	Podere Poggiaccio	podere-poggiaccio	IT		0	Europe/Rome	43.26667	11.15		Podere Poggiaccio,Poggiaccio		16	SI	052034	
3170524	Pian dei Mucini	pian-dei-mucini	IT		0	Europe/Rome	43.06667	10.91667		Pian Mucini,Podere Pian Mucini		16	GR	053015	
3170525	Podere Monte Miccioli	podere-monte-miccioli	IT		0	Europe/Rome	43.4	10.98333				16	PI	050039	
3170526	Podere Monte Lucci	podere-monte-lucci	IT		0	Europe/Rome	43.45	11.68333				16	AR	051028	
3170528	Podere Modello	podere-modello	IT		0	Europe/Rome	43.6	11.51667				16	AR	051040	
3170529	Podere Liguria	podere-liguria	IT		0	Europe/Rome	44.68333	11.66667				05	FE	038001	
3170530	Podere Isola Primera	podere-isola-primera	IT		0	Europe/Rome	43.75	10.31667				16	PI	050037	
3170531	Podere Dottrina	podere-dottrina	IT		0	Europe/Rome	43.38333	10.6				16	PI	050030	
3170532	Podere del Pozzo	podere-del-pozzo	IT		0	Europe/Rome	43.46667	10.61667				16	PI	050012	
3170533	Podere Cordicella	podere-cordicella	IT		0	Europe/Rome	43.48333	10.63333				16	PI	050012	
3170534	Podere Colombaie	podere-colombaie	IT		0	Europe/Rome	43.36667	10.68333		Colombaie,Colombáie,Podere Colombaie		16	PI	050019	
3170535	Podere Cernaia	podere-cernaia	IT		0	Europe/Rome	42.78333	10.98333		Iarovora Cernale,Podere Cernaia		16	GR	053011	
3170536	Podere Caminino	podere-caminino	IT		0	Europe/Rome	42.99341	11.09821		Caminino,Casa Caminino		16	GR	053021	
3170544	Pocol	pocol	IT		0	Europe/Rome	46.5261	12.11586				20	BL	025016	
3170547	Pobbio	pobbio	IT		0	Europe/Rome	44.68333	9.11667				12	AL	006025	
3170552	Plout	plout	IT		0	Europe/Rome	45.71667	7.66667				19	AO	007043	
3170556	Plezzo di Tarvisio	plezzo-di-tarvisio	IT		0	Europe/Rome	46.48861	13.58917		Plezzo,Plezzo di Tarvisio,Plezzut di Tarvisio		06	UD	030117	
3170557	Plezza	plezza	IT		0	Europe/Rome	46.55	11.86667				17	BZ	021026	
3170558	Pleziche	pleziche	IT		0	Europe/Rome	46.455	13.38417				06	UD	030033	
3170560	Plazzoles	plazzoles	IT		0	Europe/Rome	46.53333	11.11667				17	BZ	021099	
3170561	Plazzo dell'Asino	plazzo-dell-asino	IT		0	Europe/Rome	46.3	10.4		Casere Plazzo dell Asino,Plazzo dell'Asino		09	BS	017198	
3170563	Platischis	platischis	IT		0	Europe/Rome	46.2425	13.38472				06	UD	030113	
3170567	Plata	plata	IT		241	Europe/Rome	46.82233	11.17579	1146	Plata,Platt		17	BZ	021054	
3170573	Plancios	plancios	IT		0	Europe/Rome	46.66667	11.71667		Colonia Alpi Plancios,Plancios		17	BZ	021033	
3170574	Planca di Sotto	planca-di-sotto	IT		0	Europe/Rome	46.77556	12.20111				17	BZ	021109	
3170575	Planca di Sopra	planca-di-sopra	IT		0	Europe/Rome	46.79222	12.21139		Planca,Planca di Sopra,Planken Ober		17	BZ	021109	
3170576	Plan	plan	IT		0	Europe/Rome	46.55	11.76667		Plan,Plan in Gardena,Plan in Passiria		17	BZ	021089	
3170577	Plan	plan	IT		0	Europe/Rome	44.98333	6.91667		Plan,Plax		12	TO	001201	
3170579	Plagnals	plagnals	IT		0	Europe/Rome	44.95	6.86667				12	TO	001258	
3170581	Placa	placa	IT		0	Europe/Rome	45.76667	11.63333		Placa,Placca		20	VI	024057	
3170585	Pizzonero	pizzonero	IT		0	Europe/Rome	44.64234	9.24371				05	PC	033030	
3170589	Pizzolo	pizzolo	IT		0	Europe/Rome	44.35	9.61667				08	SP	011029	
3170592	Pizzocorno	pizzocorno	IT		0	Europe/Rome	44.85386	9.12415				09	PV	018117	
3170600	Pizzago	pizzago	IT		0	Europe/Rome	46.63333	11.68333				17	BZ	021033	
3170613	Pito	pito	IT		0	Europe/Rome	42.73333	13.41667				10	AP	044001	
3170623	Pissignano	pissignano	IT		0	Europe/Rome	42.83333	12.76667				18	PG	054005	
3170624	Pissebus	pissebus	IT		0	Europe/Rome	46.38333	13.05				06	UD	030021	
3170635	Pisciarelli	pisciarelli	IT		0	Europe/Rome	42.11667	12.15				07	RM	058013	
3170636	Pisciacavallo	pisciacavallo	IT		0	Europe/Rome	42.05	12.36667				07	RM	058091	
3170651	Piras	piras	IT		0	Europe/Rome	40.85	9.3				14	OT	104010	
3170652	Piras	piras	IT		0	Europe/Rome	40.65	9.48333				14	OT	104019	
3170653	Pippiete	pippiete	IT		0	Europe/Rome	42.93333	13.38333				10	FM	109015	
3170658	Piova	piova	IT		0	Europe/Rome	46.5	12.56667				20	BL	025065	
3170665	Pioppe	pioppe	IT		0	Europe/Rome	45.11667	11.81667				20	RO	029041	
3170666	Pioppa	pioppa	IT		0	Europe/Rome	44.85	10.98333				05	MO	036009	
3170667	Pioppa	pioppa	IT		312	Europe/Rome	44.61667	11.05	36			05	MO	036006	
3170669	Pion di Lou	pion-di-lou	IT		0	Europe/Rome	45.88333	11.88333				20	TV	026014	
3170681	Pio	pio	IT		0	Europe/Rome	45.03333	11.33333				20	RO	029012	
3170686	Pino Troinese	pino-troinese	IT		0	Europe/Rome	45.05	7.78333				12	TO	001192	
3170688	Pinocchio di Ancona	pinocchio-di-ancona	IT		3367	Europe/Rome	43.58986	13.49413		Pinocchio,Pinocchio di Ancona,Pinokkio-di-Ankona,Пиноккио-ди-Анкона		10	AN	042002	
3170697	Pincano	pincano	IT		0	Europe/Rome	42.67499	12.71161				18	PG	054051	
3170701	Pils	pils	IT		0	Europe/Rome	46.5	10.83333				17	BZ	021104	
3170702	Piloni	piloni	IT		0	Europe/Rome	42.41667	12.53333				18	TR	055008	
3170705	Pillori	pillori	IT		0	Europe/Rome	44.81667	9.5				05	PC	033016	
3170716	Pignona	pignona	IT		0	Europe/Rome	44.31667	9.7				08	SP	011028	
3170724	Pigge	pigge	IT		0	Europe/Rome	42.85	12.75		Pigge		18	PG	054054	
3170725	Pievina	pievina	IT		0	Europe/Rome	43.25	11.51667				16	SI	052002	
3170727	Pieve Vecchia	pieve-vecchia	IT		0	Europe/Rome	43.83333	12.83333				10	PU	041044	
3170728	Pieve Vecchia	pieve-vecchia	IT		0	Europe/Rome	43.26667	11.76667		Pieve,Pieve Vecchia		16	AR	051021	
3170729	Pievetta	pievetta	IT		0	Europe/Rome	44.53333	9.43333				08	GE	010056	
3170738	Pieve Otto Ville	pieve-otto-ville	IT		0	Europe/Rome	45.01667	10.15				05	PR	034048	
3170741	Pieve Dugliara	pieve-dugliara	IT		0	Europe/Rome	44.91667	9.6				05	PC	033038	
3170745	Pieve di Sant'Andrea	pieve-di-sant-andrea	IT		0	Europe/Rome	44.33333	11.58333		Pieve Sant'Andrea,Pieve di Sant'Andrea		05	BO	037012	
3170747	Pieve di Rigutino	pieve-di-rigutino	IT		0	Europe/Rome	43.38333	11.88333				16	AR	051002	
3170748	Pieve di Panzano	pieve-di-panzano	IT		0	Europe/Rome	43.53333	11.31667				16	FI	048021	
3170749	Pieve di Marebbe	pieve-di-marebbe	IT		0	Europe/Rome	46.71901	11.91694		Enneberg Pfarre,Marebbe,Marebum,Mareo,marebbe,マレッベ		17	BZ	021047	
3170750	Pieve di Livinallongo	pieve-di-livinallongo	IT		0	Europe/Rome	46.48333	11.95		Pieve di Livinallongo,Pieve di Livine		20	BL	025030	
3170753	Pieve di Carpegna	pieve-di-carpegna	IT		0	Europe/Rome	43.78333	12.35				10	PU	041009	
3170755	Pieve del Pino	pieve-del-pino	IT		0	Europe/Rome	44.4	11.3		Pieve del Pino,Pievo del Pieno		05	BO	037057	
3170756	Pieve delle Rose	pieve-delle-rose	IT		0	Europe/Rome	43.51667	12.3				18	PG	054013	
3170760	Pieve a Scuola	pieve-a-scuola	IT		0	Europe/Rome	43.31667	11.13333		Pieve Scola,Pieve a Scuola		16	SI	052004	
3170761	Pieve a Salti	pieve-a-salti	IT		0	Europe/Rome	43.13333	11.53333				16	SI	052029	
3170780	Pietra Rossa	pietra-rossa	IT		0	Europe/Rome	42.88333	12.71667				18	PG	054054	
3170781	Pietraroia	pietraroia	IT		0	Europe/Rome	41.35	14.55				04	BN	062051	
3170784	Pietranta	pietranta	IT		0	Europe/Rome	42.9	12.63333				18	PG	054030	
3170787	Pietranera	pietranera	IT		0	Europe/Rome	44.58333	9.3				08	GE	010052	
3170789	Pietramontecorvino	pietra-montecorvino	IT		2972	Europe/Rome	41.54163	15.12754			071039	13	FG	071039	
3170790	Pietramogolana	pietramogolana	IT		0	Europe/Rome	44.58333	9.95				05	PR	034004	
3170791	Pietramelina	pietramelina	IT		0	Europe/Rome	43.26667	12.41667				18	PG	054039	
3170793	Pietramaura	pietramaura	IT		0	Europe/Rome	43.91667	12.36667				10	PU		
3170798	Pietra la Croce	pietra-la-croce	IT		3815	Europe/Rome	43.60224	13.53887				10	AN	042002	
3170800	Pietra Gavina	pietra-gavina	IT		0	Europe/Rome	44.83822	9.24019				09	PV	018171	
3170802	Pietraforte	pietraforte	IT		0	Europe/Rome	42.15	13				07	RI	057058	
3170807	Pietradura	pietradura	IT		0	Europe/Rome	44.45	10.45				05	RE	035016	
3170814	Pietracolora	pietracolora	IT		0	Europe/Rome	45.25	10.98333				20	VR	023032	
3170815	Pietracavata	pietracavata	IT		0	Europe/Rome	44.61667	9.76667				05	PR	034046	
3170822	Pietra	pietra	IT		0	Europe/Rome	45.93333	11.7				20	VI	024039	
3170825	Pierle	pierle	IT		0	Europe/Rome	43.26667	12.11667				16	AR	051017	
3170830	Piemonte	piemonte	IT		0	Europe/Rome	42.78333	12.55				18	PG	054028	
3170835	Piè la Villa	pie-la-villa	IT		0	Europe/Rome	42.30101	13.29585				01	AQ	066101	
3170836	Pié La Costa	pie-la-costa	IT		0	Europe/Rome	42.31864	13.27251				01	AQ	066101	
3170841	Piedimordenti	piedimordenti	IT		0	Europe/Rome	42.53333	13.13333				07	RI	057006	
3170843	Piedimonte Massicano	piedimonte-massicano	IT		0	Europe/Rome	41.18333	13.9				04	CE	061088	
3170848	Piedilama	piedilama	IT		0	Europe/Rome	42.78961	13.30118				10	AP	044006	
3170849	Piedilago	piedilago	IT		0	Europe/Rome	46.28333	8.35				12	VB	103056	
3170850	Piedigrotta	piedigrotta	IT		0	Europe/Rome	40.98333	14.2				04	CE	061005	
3170853	Piè del Sasso	pie-del-sasso	IT		0	Europe/Rome	42.99429	12.99889			043027	10	MC	043027	
3170854	Piè del Poggio	pie-del-poggio	IT		0	Europe/Rome	42.55	13				07	RI	057033	
3170855	Piè della Rocca	pie-della-rocca	IT		0	Europe/Rome	42.83333	13.1				18	PG	054035	
3170856	Piè del Colle	pie-del-colle	IT		0	Europe/Rome	43.02984	13.17535			043001	10	MC	043001	
3170857	Piecorto	piecorto	IT		0	Europe/Rome	43.51463	11.18237				16	SI	052022	
3170869	Picenengo	picenengo	IT		0	Europe/Rome	45.16667	9.98333				09	CR	019036	
3170870	Picedo	picedo	IT		0	Europe/Rome	45.55499	10.5146				09	BS	017145	
3170873	Piccoli	piccoli	IT		0	Europe/Rome	44.7549	9.5139				05	PC	033004	
3170878	Piccione	piccione	IT		865	Europe/Rome	43.18051	12.50955	331			18	PG	054039	
3170880	Picciche	picciche	IT		263	Europe/Rome	42.84743	12.70139	226			18	PG	054054	
3170883	Picciai	picciai	IT		0	Europe/Rome	46.55	11.85				17	BZ	021026	
3170887	Piazzola	piazzola	IT		0	Europe/Rome	46.41058	10.82488				17	TN	022150	
3170888	Piazzo Basso	piazzo-basso	IT		0	Europe/Rome	45.83333	9.66667				09	BG	016190	
3170889	Piazzi di Dentro	piazzi-di-dentro	IT		0	Europe/Rome	46.25	10.28333		Piazzi de dentro,Piazzi di Dentro		09	SO	014040	
3170890	Piazzetta	piazzetta	IT		0	Europe/Rome	45	11.11667				09	MN	020067	
3170891	Piazzeno	piazzeno	IT		0	Europe/Rome	46.21667	8.35				12	VB	103046	
3170893	Piazza Mercato	piazza-mercato	IT		0	Europe/Rome	45.43333	12.15				20	VE	027023	
3170908	Piave Vecchia	piave-vecchia	IT		0	Europe/Rome	45.47972	12.57972		Casa Piave Vecchia,Casa Piave Vécchia,Piave Vecchia,Porto di Piave Vecchia		20	VE	027044	
3170910	Piavenna	piavenna	IT		0	Europe/Rome	46.73333	10.55				17	BZ	021046	
3170912	Piavata	piavata	IT		0	Europe/Rome	44.31667	8.15				08	SV	009040	
3170919	Pianzo	pianzo	IT		0	Europe/Rome	44.53333	10.43333				05	RE	035013	
3170922	Pianucciole	pianucciole	IT		0	Europe/Rome	42.63333	12.18333		Pianicciole,Pianucciole		07	VT	056022	
3170924	Piantoli	piantoli	IT		0	Europe/Rome	41.33333	13.98333				04	CE	061031	
3170929	Piantabete	piantabete	IT		0	Europe/Rome	42.88333	13.36667				10	AP	044015	
3170932	Piano Vomano	piano-vomano	IT		0	Europe/Rome	42.55	13.5				01	TE	067023	
3170938	Pianore	pianore	IT		0	Europe/Rome	43.75	10.68333				16	PI	050035	
3170941	Piano Grande	piano-grande	IT		0	Europe/Rome	42.63333	13.63333				01	TE	067041	
3170942	Piano Fiumata	piano-fiumata	IT		0	Europe/Rome	42.65	13.48333		Piano Fiumata,Piano Fiumato		01	TE	067036	
3170944	Piano di Santa Laura	piano-di-santa-laura	IT		0	Europe/Rome	40.18333	16.56667		Piano Santa Laura,Piano di Santa Laura		02	MT	077023	
3171341	Pedale	pedale	IT		0	Europe/Rome	40.35	15.81667				02	PZ	076046	
3170945	Piano di San Martino	piano-di-san-martino	IT		0	Europe/Rome	42.8	12.38333		Pian San Martino,Piano di San Martino		18	PG	054052	
3170947	Piano dell'Ospedale	piano-dell-ospedale	IT		0	Europe/Rome	42.05	14.56667				01	CH	069041	
3170949	Piano dei Resinelli	piano-dei-resinelli	IT		0	Europe/Rome	45.90417	9.39177		Piani Resinelli,Piano Resinelli,Piano dei Resinelli		09	LC	097001	
3170959	Pianizza di Sotto	pianizza-di-sotto	IT		0	Europe/Rome	46.42922	11.2536		Pianezza di Sotto,Pianizza di Sotto		17	BZ	021015	
3170960	Pianizza di Sopra	pianizza-di-sopra	IT		388	Europe/Rome	46.43715	11.2488	498	Pianezza di Sopra		17	BZ	021015	
3170964	Piani di Vallecrosia	piani-di-vallecrosia	IT		0	Europe/Rome	43.78752	7.64777				08	IM	008063	
3170965	Piani di Cassia	piani-di-cassia	IT		0	Europe/Rome	43.33333	13.41667				10	MC	043023	
3170968	Pianiano	pianiano	IT		0	Europe/Rome	42.5	11.73333				07	VT	056020	
3170974	Pian Grande	pian-grande	IT		0	Europe/Rome	43.58333	11.03333		Case il Pian Grande,Pian Grande		16	FI	048012	
3170976	Piangesca	piangesca	IT		0	Europe/Rome	46.35	9.43333				09	SO	014050	
3170985	Pianelli	pianelli	IT		0	Europe/Rome	44.68333	9.91667		Casa de Pianelli,Pianelli		05	PR	034045	
3170986	Pianelleto	pianelleto	IT		0	Europe/Rome	44.6	9.81667				05	PR	034002	
3170989	Piane di Montorio	piane-di-montorio	IT		0	Europe/Rome	44.25	11.2				05	BO	037044	
3170994	Pian d'Orsina	pian-d-orsina	IT		0	Europe/Rome	43.98333	10.36667				16	LU	046022	
3170995	Piandoli	piandoli	IT		0	Europe/Rome	42.76667	12.98333				18	PG	054007	
3171000	Pian di Mulino	pian-di-mulino	IT		0	Europe/Rome	43.58333	12.45		Molino di Piano,Pian di Mulino		10	PU	041002	
3171004	Piandema	piandema	IT		0	Europe/Rome	45.4	7.46667				12	TO	001134	
3171005	Pian del Voglio	pian-del-voglio	IT		0	Europe/Rome	44.16667	11.21667		Pian del Voglio,Piano del Voglio		05	BO	037051	
3171006	Pian del Cerro	pian-del-cerro	IT		0	Europe/Rome	44.11667	11				16	PT	047018	
3171009	Pian dei Cerri	pian-dei-cerri	IT		0	Europe/Rome	43.71667	11.13333				16	FI	048041	
3171011	Pian d'Alma	pian-d-alma	IT		0	Europe/Rome	42.8406	10.81638		Casa Pian d'Alma		16	GR	053006	
3171013	Pianchiosso	pianchiosso	IT		0	Europe/Rome	44.25	8.01667				12	CN	004177	
3171015	Pian Cavallo	pian-cavallo	IT		0	Europe/Rome	46.01667	8.63333				12	VB	103049	
3171018	Pianca	pianca	IT		0	Europe/Rome	45.8961	9.63398				09	BG	016188	
3171019	Pian Bottello	pian-bottello	IT		0	Europe/Rome	44.46667	8.41667				08	SV	009039	
3171021	Pianavia	pianavia	IT		0	Europe/Rome	43.94522	7.94432				08	IM	008064	
3171023	Piana di Giannone	piana-di-giannone	IT		0	Europe/Rome	44.18333	11.13333				05	BO	037010	
3171024	Piana di Forcella	piana-di-forcella	IT		0	Europe/Rome	42.8	13.41667				10	AP	044001	
3171025	Piana di Caiazzo	piana-di-caiazzo	IT		0	Europe/Rome	41.16667	14.33333				04	CE	061056	
3171026	Pianadetto	pianadetto	IT		0	Europe/Rome	44.4	10.1				05	PR	034022	
3171038	Pian	pian	IT		0	Europe/Rome	46.43167	12.01306				20	BL	025003	
3171039	Piamprato	piamprato	IT		0	Europe/Rome	45.55	7.56667				12	TO	001288	
3171041	Piamaggio	piamaggio	IT		323	Europe/Rome	44.19978	11.31972	787			05	BO	037040	
3171043	Piaia	piaia	IT		0	Europe/Rome	46.38637	11.98342				20	BL	025049	
3171044	Piagnano	piagnano	IT		0	Europe/Rome	43.76667	12.45				10	PU	041059	
3171045	Piaggiori	piaggiori	IT		0	Europe/Rome	43.9	10.6		Piaggione,Piaggiori		16	LU	046007	
3171059	Piacentina	piacentina	IT		0	Europe/Rome	44.93333	11.61667				20	RO	029033	
3171060	Pezzuoli	pezzuoli	IT		0	Europe/Rome	46.2	11.91667				17	TN	022201	
3171062	Pezzoli	pezzoli	IT		0	Europe/Rome	45.03333	11.93333				20	RO	029015	
3171063	Pezzo	pezzo	IT		0	Europe/Rome	46.28839	10.5219	1565			09	BS	017148	
3171064	Pezzeit	pezzeit	IT		0	Europe/Rome	46.3975	13.35		Pezzeit,Rezzeit		06	UD	030025	
3171066	Pezzea	pezzea	IT		0	Europe/Rome	44.55	8.01667				12	CN	004221	
3171069	Pezzan di Melma	pezzan-di-melma	IT		0	Europe/Rome	45.70194	12.29056		Pezzan,Pezzan di Melma,Pezzan di Meluna		20	TV	026008	
3171072	Pezza	pezza	IT		0	Europe/Rome	43.75	11.9				16	AR	051015	
3171080	Pettino	pettino	IT		0	Europe/Rome	42.86667	12.81667		Pettino		18	PG	054005	
3171088	Petroro	petroro	IT		0	Europe/Rome	42.81667	12.46667				18	PG	054052	
3171090	Petrognano	petrognano	IT		0	Europe/Rome	43.91667	10.65				16	LU	046034	
3171091	Petrognano	petrognano	IT		0	Europe/Rome	43.83333	11.53333				16	FI	048037	
3171092	Petrognano	petrognano	IT		0	Europe/Rome	42.9	12.96667				18	PG	054048	
3171093	Petrognano	petrognano	IT		0	Europe/Rome	42.81667	12.7				18	PG	054051	
3171103	Petrella Guidi	petrella-guidi	IT		0	Europe/Rome	43.85	12.25				10	PU		
3171108	Petrana	petrana	IT		0	Europe/Rome	42.64927	13.29088				07	RI	057002	
3171109	Petraia	petraia	IT		0	Europe/Rome	43.18333	11.96667		Petraia,Pietraia		16	AR	051017	
3171115	Pestrina	pestrina	IT		0	Europe/Rome	44.98333	11.43333				20	RO	029042	
3171121	Pese di Grozzana	pese-di-grozzana	IT		0	Europe/Rome	45.62778	13.89806		Pese,Pese di Grozzana		06	TS	032004	
3171128	Pescomaggiore	pescomaggiore	IT		0	Europe/Rome	42.35664	13.5102				01	AQ	066049	
3171130	Pescolla	pescolla	IT		0	Europe/Rome	42.88333	13.73333		Pescoglia,Pescolla		10	AP	044013	
3171135	Pescocupo	pescocupo	IT		0	Europe/Rome	41.63333	14.33333				11	IS	094049	
3171140	Pescincanna	pescincanna	IT		0	Europe/Rome	45.94278	12.75389				06	PN	093021	
3171144	Pesciano	pesciano	IT		0	Europe/Rome	42.69631	12.42863				18	PG	054052	
3171145	Pescia Fiorentina	pescia-fiorentina	IT		0	Europe/Rome	42.43752	11.47694				07	VT		
3171151	Peschiere	peschiere	IT		0	Europe/Rome	45.2	11.26667				20	VR	023044	
3171161	Pescarola	pescarola	IT		0	Europe/Rome	45.79583	13.08111				06	UD	030082	
3171170	Pescaia	pescaia	IT		0	Europe/Rome	43.30949	11.81361				16	AR	051022	
3171176	Pesara	pesara	IT		0	Europe/Rome	45.01667	11.61667				20	RO	029024	
3171181	Perucca	perucca	IT		0	Europe/Rome	44.46667	7.76667				12	CN	004189	
3171182	Pertuso	pertuso	IT		0	Europe/Rome	44.59554	9.50772				05	PC	033020	
3171188	Persereano	persereano	IT		0	Europe/Rome	45.96528	13.29722		Persereana,Persereano		06	UD	030074	
3171190	Perrini	perrini	IT		0	Europe/Rome	45.87829	11.1066	650			17	TN	022193	
3171195	Perondo	perondo	IT		0	Europe/Rome	44.16667	7.88333				12	CN	004155	
3171196	Perolla	perolla	IT		0	Europe/Rome	43.02109	10.96384				16	GR	053015	
3171201	Perlisa	perlisa	IT		0	Europe/Rome	45.78333	9.95				09	BG	016093	
3171202	Perli	perli	IT		0	Europe/Rome	46.15	11				17	TN	022005	
3171208	Periase	periase	IT		0	Europe/Rome	45.81667	7.68333		Periase,Perriasc		19	AO	007007	
3171213	Pergognano	pergognano	IT		0	Europe/Rome	43.33333	11.95				16	AR	051012	
3171233	Pentolina	pentolina	IT		0	Europe/Rome	43.2	11.18333				16	SI	052010	
3171238	Penone	penone	IT		0	Europe/Rome	46.3	11.2		Penon,Penone		17	BZ	021024	
3171243	Pennes	pennes	IT		0	Europe/Rome	46.78031	11.41488				17	BZ	021086	
3171255	Penna Alta	penna-alta	IT		0	Europe/Rome	42.75	13.75				01	TE	067008	
3171265	Peneggi	peneggi	IT		0	Europe/Rome	42.91667	12.93333				18	PG	054048	
3171268	Pendenza	pendenza	IT		0	Europe/Rome	42.35	13				07	RI	057016	
3171273	Pelosa	pelosa	IT		0	Europe/Rome	44.43333	9.55				05	PR	034040	
3171278	Pellio Superiore	pellio-superiore	IT		0	Europe/Rome	45.97937	9.05668		Pellio Superiore,Pellio d'Intelvi Superiore		09	CO	013179	
3171280	Pellio Inferiore	pellio-inferiore	IT		0	Europe/Rome	45.97955	9.06484		Pellio Inferiore,Pellio d'Intelvi Inferiore		09	CO	013179	
3171286	Pellestrina	pellestrina	IT		2651	Europe/Rome	45.26806	12.29972	2	Pellestrina		20	VE	027042	
3171287	Pellestrina	pellestrina	IT		0	Europe/Rome	44.9	12.46667				20	RO	029039	
3171288	Pellescritta	pellescritta	IT		0	Europe/Rome	42.50833	13.20518		Pellescritta		01	AQ	066056	
3171291	Pellegrini	pellegrini	IT		0	Europe/Rome	40.18333	15.53333				04	SA	065029	
3171296	Peli	peli	IT		0	Europe/Rome	44.73333	9.43333				05	PC	033016	
3171302	Pegui	pegui	IT		0	Europe/Rome	44.21125	9.86083				16	MS		
3171340	Pedana	pedana	IT		0	Europe/Rome	42.81159	13.49357				10	AP	044007	
3171351	Pecetto Torinese	pecetto	IT		3690	Europe/Rome	45.02075	7.75022				12	TO	001183	
3171353	Peccia	peccia	IT		0	Europe/Rome	45.8	7.9				12	VC	002114	
3171373	Pattemouche	pattemouche	IT		0	Europe/Rome	44.98333	6.91667				12	TO	001201	
3171381	Patigno	patigno	IT		207	Europe/Rome	44.35316	9.76297	708			16	MS	045017	
3171383	Paterno d'Ancona	paterno-d-ancona	IT		0	Europe/Rome	43.56667	13.4				10	AN	042002	
3171394	Paterna	paterna	IT		0	Europe/Rome	43.56667	11.65				16	AR	051039	
3171395	Patarico	patarico	IT		0	Europe/Rome	42.6475	13.24131				07	RI	057002	
3171401	Pastine	pastine	IT		0	Europe/Rome	43.52553	11.13396				16	FI	048003	
3171407	Passo Segni	passo-segni	IT		0	Europe/Rome	44.7	11.58333				05	BO	037003	
3171409	Passo di Primaro	passo-di-primaro	IT		0	Europe/Rome	44.58333	12.26667		Passo di Primaro,Primaro		05	RA	039014	
3171411	Passo del Signore	passo-del-signore	IT		0	Europe/Rome	44.5	11.75				05	BO	037032	
3171413	Passo	passo	IT		0	Europe/Rome	46.31667	8.38333		Al Passo,Passo		12	VB	103056	
3171424	Passariano	passariano	IT		0	Europe/Rome	45.94833	13.01056				06	UD	030027	
3171425	Passarelli	passarelli	IT		0	Europe/Rome	41.55	14.8		Masseria Passarelli,Passarelli		11	CB	070080	
3171427	Passano	passano	IT		0	Europe/Rome	43.95483	12.59634				05	RN	099003	
3171429	Pasquarelli	pasquarelli	IT		0	Europe/Rome	41.01667	14.75		Pasquarelli,Pasquarielli		04	BN	062006	
3171433	Pasciano	pasciano	IT		0	Europe/Rome	42.63333	13.2				07	RI	057002	
3171434	Pasciana	pasciana	IT		0	Europe/Rome	42.96667	12.68333				18	PG	054018	
3171435	Paschero	paschero	IT		0	Europe/Rome	44.51667	7.13333				12	CN	004224	
3171440	Parrutta	parrutta	IT		0	Europe/Rome	40.01667	15.8				02	PZ	076092	
3171442	Parrochia di Ripe	parrochia-di-ripe	IT		0	Europe/Rome	43.81667	12.75		Parrochia di Ripe,Ripe		10	PU	041036	
3171443	Parrochia di Monte Maggiore	parrochia-di-monte-maggiore	IT		0	Europe/Rome	43.48333	12.36667				18	PG	054041	
3171444	Parrochia di Croara	parrochia-di-croara	IT		0	Europe/Rome	44.3	11.56667				05	BO	037012	
3171448	Parpinasca	parpinasca	IT		0	Europe/Rome	46.1	8.33333		Parpinasca,Parpinasco		12	VB	103068	
3171449	Parona di Valpolicella	parona-di-valpolicella	IT		0	Europe/Rome	45.47882	10.94414		Parona,Parona di Valpolicella		20	VR	023091	
3171452	Paroletta	paroletta	IT		0	Europe/Rome	44.9	10.15				05	PR	034015	
3171458	Parlupiano	parlupiano	IT		0	Europe/Rome	41.38333	14.7				04	BN	062044	
3171459	Parlascio	parlascio	IT		0	Europe/Rome	43.53333	10.6				16	PI	050040	
3171460	Parigi	parigi	IT		0	Europe/Rome	44.78333	10.51667				05	RE	035010	
3171461	Pariana	pariana	IT		0	Europe/Rome	43.95	10.65				16	LU	046034	
3171462	Parezzana	parezzana	IT		0	Europe/Rome	43.81667	10.53333				16	LU	046007	
3171474	Parasacco	parasacco	IT		0	Europe/Rome	45.23333	8.96667				09	PV	018069	
3171475	Parasacco	parasacco	IT		0	Europe/Rome	44.78333	11.86667		Mascalcia,Parasacco		05	FE	038008	
3171476	Paraonda	paraonda	IT		0	Europe/Rome	42.93333	12.86667				18	PG	054048	
3171481	Paradiso	paradiso	IT		0	Europe/Rome	45.86778	13.14583				06	UD	030075	
3171482	Paradisi	paradisi	IT		0	Europe/Rome	42.96667	13.35				10	FM	109002	
3171487	Papotti	papotti	IT		0	Europe/Rome	44.71667	10.85		Case Papotti,Papotti		05	MO	036003	
3171490	Paparotti	paparotti	IT		0	Europe/Rome	46.01472	13.26722				06	UD	030129	
3171491	Paparinetto	paparinetto	IT		0	Europe/Rome	44.95	11.7				20	RO	029009	
3171494	Paolorio	paolorio	IT		0	Europe/Rome	44.76667	7.83333				12	CN	004222	
3171497	Paolino	paolino	IT		0	Europe/Rome	45	11.61667				20	RO	029036	
3171505	Pantasina	pantasina	IT		0	Europe/Rome	43.94253	7.9332				08	IM	008047	
3171508	Pantaniello	pantaniello	IT		0	Europe/Rome	41.63333	14.33333				11	IS	094049	
3171509	Pantani	pantani	IT		0	Europe/Rome	45.68333	13.06667				06	UD	030046	
3171510	Pantaneto	pantaneto	IT		0	Europe/Rome	42.66667	13.63333				01	TE	067043	
3171514	Pantana	pantana	IT		0	Europe/Rome	42.28333	12.88333				07	RI	057069	
3171516	Pannocchia	pannocchia	IT		654	Europe/Rome	44.67696	10.3093	174	Pannocchia,Panocchia		05	PR	034027	
3171518	Pannesi	pannesi	IT		0	Europe/Rome	44.41667	9.11667				08	GE	010031	
3171536	Panaccioni	panaccioni	IT		0	Europe/Rome	41.46667	13.81667				07	FR	060019	
3171537	Pampuro	pampuro	IT		0	Europe/Rome	45.16667	11				20	VR	023084	
3171539	Pampara	pampara	IT		0	Europe/Rome	43.863	7.81969				08	IM	008055	
3171542	Palumbo	palumbo	IT		0	Europe/Rome	40.38333	17.3				13	TA	073010	
3171543	Paludon	paludon	IT		0	Europe/Rome	46.25889	12.85528		Paladon,Paludon,Paludor		06	PN	093046	
3171546	Paludea	paludea	IT		226	Europe/Rome	46.1995	12.90344	234	Paladea,Paludea	093011	06	PN	093011	
3171552	Palombo	palombo	IT		0	Europe/Rome	42.58333	13.88333				01	TE	067015	
3171554	Palombina Vecchia	palombina-vecchia	IT		0	Europe/Rome	43.61667	13.43333				10	AN	042002	
3171555	Palombina Nuova	palombina-nuova	IT		0	Europe/Rome	43.61667	13.4				10	AN	042018	
3171578	Pallua	pallua	IT		0	Europe/Rome	46.5	11.85				20	BL	025030	
3171583	Pallino	pallino	IT		0	Europe/Rome	43.76667	12.65				10	PU	041067	
3171584	Pallex	pallex	IT		0	Europe/Rome	45.83333	7.21667				19	AO	007026	
3171586	Palazzolo sull'Oglio	pallazzolo-sull-oglio	IT		17330	Europe/Rome	45.60368	9.89716		Palazzolo,Palazzolo sull'Oglio	017133	09	BS	017133	
3171591	Pallanzano	pallanzano	IT		0	Europe/Rome	40.13333	18.4				13	LE	075058	
3171593	Pallanza	pallanza	IT		0	Europe/Rome	45.92298	8.55045				12	VB	103072	
3171601	Palidoro	palidoro	IT		0	Europe/Rome	41.92933	12.17852				07	RM	058120	
3171617	Palazzo Vana	palazzo-vana	IT		0	Europe/Rome	45.05	11.38333				20	RO	029014	
3171618	Palazzo San Lazzaro	palazzo-san-lazzaro	IT		0	Europe/Rome	44.33333	11.75				05	BO	037032	
3171620	Palazzo Revedin	palazzo-revedin	IT		0	Europe/Rome	45.76667	12.55				20	TV	026034	
3171621	Palazzo Rastelli	palazzo-rastelli	IT		0	Europe/Rome	44.99778	12.42833		Maestra,Palazzo Rastelli		20	RO	029039	
3171622	Palazzo Platis	palazzo-platis	IT		0	Europe/Rome	45.13333	12.16667				20	VE	027006	
3171628	Palazzo Guglielmi	palazzo-guglielmi	IT		0	Europe/Rome	43.21667	12.36667				18	PG	054039	
3171629	Pizzo Guerrino	pizzo-guerrino	IT		0	Europe/Rome	44.45431	11.75245		Fornace Guerrino		05	BO	037032	
3171630	Palazzo Garagnani	palazzo-garagnani	IT		0	Europe/Rome	44.48333	11.2				05	BO	037060	
3171631	Palazzo Diamantina	palazzo-diamantina	IT		0	Europe/Rome	44.88333	11.5				05	FE	038022	
3171633	Palazzo Del Maino	palazzo-del-maino	IT		0	Europe/Rome	45.85	12.43333		Palazzo Del Maino,Palazzo Del Mayne		20	TV	026088	
3171634	Palazzo dei Maschi	palazzo-dei-maschi	IT		0	Europe/Rome	43.76667	12.56667				10	PU	041067	
3171635	Palazzo Cavalieri	palazzo-cavalieri	IT		0	Europe/Rome	45.88333	12.4				20	TV	026072	
3171638	Palazzo Bovarino	palazzo-bovarino	IT		0	Europe/Rome	42.83333	12.2				18	TR	055030	
3171647	Palazzina	palazzina	IT		0	Europe/Rome	44.83333	11.71667				05	FE	038008	
3171648	Palazzina	palazzina	IT		0	Europe/Rome	44.65	10.75				05	RE	035033	
3171649	Palazzina	palazzina	IT		0	Europe/Rome	44.31667	11.7				05	BO	037032	
3171650	Palazzina	palazzina	IT		0	Europe/Rome	43.18333	11.35				16	SI	052019	
3171651	Palazzetto	palazzetto	IT		0	Europe/Rome	44.95	11.36667		Il Palazzetto,Palazzetto		05	FE	038003	
3171652	Palazzesi	palazzesi	IT		0	Europe/Rome	42.78249	13.73677				01	TE	067017	
3171659	Palanfrè	palanfre	IT		0	Europe/Rome	44.2	7.48333		Palanfre,Palanfrè,Pallanfre,Pallanfrè		12	CN	004239	
3171662	Palagio	palagio	IT		0	Europe/Rome	43.65	10.78333				16	PI	050032	
3171670	Paisco	paisco	IT		0	Europe/Rome	46.06667	10.28333				09	BS	017035	
3171671	Pairola	pairola	IT		0	Europe/Rome	43.94006	8.09658				08	IM	008052	
3171674	Pago	pago	IT		0	Europe/Rome	42.53025	13.27337				01	AQ	066021	
3171680	Pagliarone	pagliarone	IT		0	Europe/Rome	41.73333	14.23333				11	IS	094051	
3171684	Pagliare di Fontecchio	pagliare-di-fontecchio	IT		0	Europe/Rome	42.2	13.58333				01	AQ	066100	
3171685	Pagliare del Tione	pagliare-del-tione	IT		0	Europe/Rome	42.18333	13.6				01	AQ	066100	
3171686	Pagliare di Sassa	pagliare-di-sassa	IT		0	Europe/Rome	42.34879	13.30994				01	AQ	066049	
3171689	Pagliana	pagliana	IT		0	Europe/Rome	44.13333	11.33333				16	FI	048018	
3171690	Pagliaga	pagliaga	IT		0	Europe/Rome	45.53333	12.53333				20	VE	027042	
3171692	Pagino	pagino	IT		0	Europe/Rome	43.66667	12.73333				10	PU	041014	
3171693	Paggi	paggi	IT		0	Europe/Rome	44.35	9.36667				08	GE	010010	
3171697	Pagannoni	pagannoni	IT		0	Europe/Rome	42.71667	13.7		Pagannoni,Paganoni		01	TE	067008	
3171704	Paganelli	paganelli	IT		0	Europe/Rome	42.73333	13.11667				18	PG	054035	
3171627	Palazzolo	palazzolo	IT	37060	0	Europe/Rome	45.45	10.81667				20	VR	023083	
3171719	Padru Mannu	padru-mannu	IT		0	Europe/Rome	40.35	8.8				14	NU	091012	
3171724	Padriciano	padriciano	IT		780	Europe/Rome	45.65843	13.83936	363	Padrice,Padriciano,Padriče		06	TS	032006	
3171726	Padresergio	padresergio	IT		0	Europe/Rome	40.91667	17.2				13	BA	072017	
3171730	Padonchia	padonchia	IT		0	Europe/Rome	43.46667	12.1				16	AR	051024	
3171754	Paceida	paceida	IT		0	Europe/Rome	46.2	13.43333				06	UD	030086	
3171761	Ozein	ozein	IT		0	Europe/Rome	45.66667	7.23333				19	AO	007008	
3171764	Ovolaccio	ovolaccio	IT		0	Europe/Rome	40.01667	9.21667				14	NU	091016	
3171769	Ovasta	ovasta	IT		0	Europe/Rome	46.49875	12.85036				06	UD	030067	
3171779	Ottavia	ottavia	IT		0	Europe/Rome	41.96667	12.4				07	RM	058091	
3171797	Osteto	osteto	IT		0	Europe/Rome	44.06667	11.41667				16	FI	048018	
3171799	Osteriola	osteriola	IT		0	Europe/Rome	44.58333	11.41667				05	BO	037030	
3171800	Osteria Marcesina	osteria-marcesina	IT		0	Europe/Rome	45.96667	11.6		Osteria Marcesina,Osteria di Marcesina,Osteria di Marcesna		20	VI	024009	
3171801	Osteria di Novoli	osteria-di-novoli	IT		0	Europe/Rome	43.95	11.31667				16	FI	048053	
3171802	Osteria dell'Osa	osteria-dell-osa	IT		0	Europe/Rome	41.88333	12.7				07	RM	058060	
3171803	Osteria del Forcelletto	osteria-del-forcelletto	IT		0	Europe/Rome	45.88333	11.75				20	VI	024031	
3171804	Osteria Carlettini	osteria-carlettini	IT		0	Europe/Rome	46.15	11.51667		Osteria Carlettani,Osteria Carlettini		17	TN	022171	
3171805	Osteria Boscaro	osteria-boscaro	IT		0	Europe/Rome	45.36667	12.08333		Osteria Boscara,Osteria Boscaro		20	VE	027004	
3171806	Osteria Alpina	osteria-alpina	IT		0	Europe/Rome	46.13333	11.46667				17	TN	022188	
3171807	Claino	claino	IT		0	Europe/Rome	46.00367	9.08741				09	CO	013071	
3171809	Ost	ost	IT		0	Europe/Rome	44.78333	10.7				05	RE	035002	
3171815	Ossenigo	ossenigo	IT		0	Europe/Rome	45.6729	10.90384				20	VR	023031	
3171816	Ossaia	ossaia	IT		0	Europe/Rome	43.23333	12				16	AR	051017	
3171823	Ospitalmonacale	ospitalmonacale	IT		0	Europe/Rome	44.66667	11.7				05	FE	038001	
3171825	Ospitale di Brenta	ospitale-di-brenta	IT		0	Europe/Rome	45.61667	11.7				20	PD	028023	
3171841	Ospanesco	ospanesco	IT		0	Europe/Rome	42.21667	13.1				07	RI	057049	
3171843	Osoli	osoli	IT		0	Europe/Rome	42.85206	13.44392				10	AP	044064	
3171854	Osera	osera	IT		0	Europe/Rome	44.8	9.5				05	PC	033016	
3171859	Oseacco	oseacco	IT		299	Europe/Rome	46.36197	13.31363	490			06	UD	030092	
3171862	Osarella	osarella	IT		0	Europe/Rome	42.73333	12.16667				18	TR	055023	
3171864	Osacca	osacca	IT		0	Europe/Rome	44.55	9.75				05	PR	034006	
3171867	Osa	osa	IT		0	Europe/Rome	42.73333	12.23333				18	TR	055023	
3171871	Orzale	orzale	IT		0	Europe/Rome	43.33333	11.96667				16	AR	051012	
3171875	Orvegno	orvegno	IT		0	Europe/Rome	43.95	7.63333				08	IM	008043	
3171876	Orvano	orvano	IT		0	Europe/Rome	42.91667	13.03333				10	MC	043057	
3171894	Orticelli	orticelli	IT		0	Europe/Rome	45.075	12.03				20	RO	029001	
3171904	Orsoleo	orsoleo	IT		0	Europe/Rome	40.23333	16.25				02	PZ	076080	
3171915	Orsano	orsano	IT		0	Europe/Rome	42.91667	12.85				18	PG	054048	
3171930	Oro	oro	IT		0	Europe/Rome	45.81667	7.93333				12	VC	002114	
3171931	Oro	oro	IT		0	Europe/Rome	43	12.15				18	PG	054037	
3171936	Ornaro	ornaro	IT		0	Europe/Rome	42.28333	12.85				07	RI	057069	
3171937	Ornano Piccolo	ornano-piccolo	IT		0	Europe/Rome	42.53333	13.65				01	TE	067018	
3171944	Ormanico	ormanico	IT		0	Europe/Rome	46.16667	11.83333				17	TN	022204	
3171963	Orgnese	orgnese	IT		0	Europe/Rome	46.18694	12.79				06	PN	093012	
3171971	Oregne	oregne	IT		0	Europe/Rome	46.11667	12.06667				20	BL	025048	
3171972	Oregina	oregina	IT		0	Europe/Rome	44.42315	8.92426				08	GE	010025	
3171980	Orcenico Superiore	orcenico-superiore	IT		0	Europe/Rome	45.97028	12.81194		Orcenico Superiore,Orcenico di Sopra		06	PN	093051	
3171982	Orcazzo	orcazzo	IT		0	Europe/Rome	40.1	15.51667				04	SA	065127	
3171991	Cursolo-Orasso	orasso	IT		119	Europe/Rome	46.09858	8.56822				12	VB	103027	
3171887	Ortodonico	ortodonico	IT	84060	0	Europe/Rome	40.23333	15				04	SA	065071	
3171998	Opera di Poggio Rasu Superiore	opera-di-poggio-rasu-superiore	IT		0	Europe/Rome	41.2	9.46667		Opera di Poggio Rasu,Opera di Poggio Rasu Superiore		14	OT	104012	
3171999	Opera Arbuticci	opera-arbuticci	IT		0	Europe/Rome	41.21667	9.46667		Opera Arbuticci,Opera Arouticci		14	OT	104012	
3172001	Opagna	opagna	IT		0	Europe/Rome	42.65719	13.09965				18	PG	054007	
3172003	Onzato	onzato	IT		0	Europe/Rome	45.48333	10.16667				09	BS	017072	
3172011	Onfiano	onfiano	IT		0	Europe/Rome	44.48333	10.55				05	RE	035011	
3172013	Onelli	onelli	IT		0	Europe/Rome	42.68333	13.01667		Onelli		18	PG	054007	
3172019	Omignano Scale	omignano-scale	IT		0	Europe/Rome	40.25	15.13333				04	SA	065084	
3172021	Omero	omero	IT		0	Europe/Rome	41.66667	14.03333				11	IS	094036	
3172030	Olzano	olzano	IT		0	Europe/Rome	45.7359	10.72077				09	BS	017185	
3172040	Olmeto	olmeto	IT		227	Europe/Rome	42.9855	12.32598	287			18	PG	054027	
3172044	Ollano	ollano	IT		0	Europe/Rome	44.3	8.3				08	SV	009036	
3172052	Oliveto	oliveto	IT		0	Europe/Rome	44.46667	11.11667				05	BO	037061	
3172053	Oliveto	oliveto	IT		0	Europe/Rome	43.38333	11.73333				16	AR	051016	
3172054	Oliveto	oliveto	IT		0	Europe/Rome	42.25	12.88333				07	RI	057069	
3172057	Oliero	oliero	IT		0	Europe/Rome	45.85	11.66667				20	VI	024114	
3172060	Olibra Incinesca	olibra-incinesca	IT		0	Europe/Rome	42.86667	13.51667				10	AP	044073	
3172061	Olibra Incinante	olibra-incinante	IT		0	Europe/Rome	42.87339	13.45448				10	AP	044064	
3172068	Olgiata	olgiata	IT		0	Europe/Rome	42.03333	12.36667				07	RM	058091	
3172069	Olgiasca	olgiasca	IT		0	Europe/Rome	46.11667	9.31667				09	LC	097023	
3172070	Olgia	olgia	IT		0	Europe/Rome	46.15	8.58333				12	VB	103060	
3172071	Olevole	olevole	IT		0	Europe/Rome	42.86667	12.08333				18	TR	055013	
3172078	Oleis	oleis	IT		354	Europe/Rome	46.01746	13.39269	92			06	UD	030055	
3172081	Oldaniga	oldaniga	IT		0	Europe/Rome	45.61667	9.38333				09	MB	108050	
3172084	Olbicella	olbicella	IT		0	Europe/Rome	44.53333	8.58333				12	AL	006095	
3171996	Opi	opi	IT	67030	0	Europe/Rome	42.25	13.6				01	AQ	066042	
3172086	Olbia Marittima	olbia-marittima	IT		0	Europe/Rome	40.9224	9.50528		La Bianca,Olbia Marittima,Stazione Marittima,Terranova Pausania Marittima,Terranova Pausánia Marittima		14	SS		
3172091	Oira	oira	IT		0	Europe/Rome	46.18333	8.31667				12	VB	103025	
3172092	Oiano	oiano	IT		0	Europe/Rome	42.25	13.06667				07	RI	057073	
3172093	Oia	oia	IT		0	Europe/Rome	44.8	7.7				12	CN	004179	
3172094	Ognissanti	ognissanti	IT		0	Europe/Rome	45.11667	10.21667				09	CR	019075	
3172095	Ogna	ogna	IT		0	Europe/Rome	45.9	9.93333				09	BG	016241	
3172102	Oga	oga	IT		0	Europe/Rome	46.46667	10.35				09	SO	014072	
3172106	Offeio	offeio	IT		0	Europe/Rome	42.3	13		Offeio,Offejo		07	RI	057050	
3172117	Odecla	odecla	IT		0	Europe/Rome	46.1	10.3				09	BS	017101	
3172121	Ocricchio	ocricchio	IT		0	Europe/Rome	42.73333	13.08333				18	PG	054035	
3172126	Ocenelli	ocenelli	IT		0	Europe/Rome	42.75	12.61667				18	PG	054051	
3172132	Obledo	obledo	IT		0	Europe/Rome	45.85	11.86667				20	TV	026061	
3172136	Nurtiddi	nurtiddi	IT		0	Europe/Rome	40.55	9.41667		Nortiddi,Nurtiddi		14	NU	091058	
3172156	Nunziatella	nunziatella	IT		0	Europe/Rome	42.41535	11.34836				16	GR	053003	
3172162	Nughedu San Nicolò	nughedu-di-san-nicolo	IT		1017	Europe/Rome	40.55736	9.02142		Nughedu San Nicolo,Nughedu San Nicolò	090044	14	SS	090044	
3172166	Nuarsaz	nuarsaz	IT		0	Europe/Rome	45.83333	7.6				19	AO	007002	
3172178	Novele	novele	IT		0	Europe/Rome	42.76801	13.38309				10	AP	044001	
3172180	Noveglia	noveglia	IT		0	Europe/Rome	44.58333	9.76667				05	PR	034002	
3172181	Novegigola	novegigola	IT		0	Europe/Rome	44.21667	9.91667				16	MS	045015	
3172182	Novecase	novecase	IT		0	Europe/Rome	46.78333	12.01667				17	BZ	021071	
3172124	Ocre	ocre	IT	67040	0	Europe/Rome	42.6	12.96667		Ocre		07	RI	057033	
3172190	Nova Ponente - Deutschnofen	nova-ponente-deutschnofen	IT		3565	Europe/Rome	46.41404	11.42523	1359	Deutschnofen,Nova Ponente,ノーヴァ・ポネンテ	021059	17	BZ	021059	
3172198	Nottoria	nottoria	IT		0	Europe/Rome	42.71667	13.15				18	PG	054035	
3172203	Nortosce	nortosce	IT		0	Europe/Rome	42.78333	12.95		Nortosce		18	PG	054010	
3172216	Noncello	noncello	IT		0	Europe/Rome	45.93833	12.64472		Noncello,Vallenoncello		06	PN	093033	
3172218	Nona	nona	IT		0	Europe/Rome	46	10.05				09	BG	016243	
3172221	Nomentano	nomentano	IT		0	Europe/Rome	41.91667	12.5				07	RM	058091	
3172223	Nomadelfia	nomadelfia	IT		0	Europe/Rome	44.83333	10.9				05	MO	036005	
3172230	Noghera	noghera	IT		0	Europe/Rome	45.58333	13.8		Noghera,Noghere		06	TS	032003	
3172231	Noghera	noghera	IT		0	Europe/Rome	45.52306	12.35667		Ca Noghera,Noghera		20	VE	027042	
3172234	Nogaredo di Corno	nogaredo-di-corno	IT		220	Europe/Rome	46.06999	13.02299	109			06	UD	030031	
3172237	Nocria	nocria	IT		0	Europe/Rome	42.9	13.13333				10	MC	043010	
3172247	Nocella	nocella	IT		337	Europe/Rome	42.71866	13.67278	431			01	TE	067008	
3172255	Nisporto	nisporto	IT		0	Europe/Rome	42.82352	10.38238				16	LI	049016	
3172260	Nigola	nigola	IT		0	Europe/Rome	46.16667	10.01667				09	SO	014065	
3172268	Nichesola	nichesola	IT		0	Europe/Rome	45.16667	11.36667				20	VR	023085	
3172271	Nicelli	nicelli	IT		0	Europe/Rome	44.68333	9.48333				05	PC	033020	
3172279	Nezza	nezza	IT		0	Europe/Rome	46.18333	8.38333				12	VB	103046	
3172291	Nestore	nestore	IT		0	Europe/Rome	43.35	12.23333				18	PG	054056	
3172296	Nesce	nesce	IT		0	Europe/Rome	42.17829	13.27423				07	RI	057007	
3172325	Nenno	nenno	IT		0	Europe/Rome	44.56667	9.01667				08	GE	010057	
3172329	Nemeggio	nemeggio	IT		0	Europe/Rome	46.03333	11.96667				20	BL	025021	
3172331	Nembia	nembia	IT		0	Europe/Rome	46.1	10.93333				17	TN	022166	
3172341	Negi	negi	IT		0	Europe/Rome	43.84449	7.70322		Neggi		08	IM	008040	
3172342	Nebbione	nebbione	IT		0	Europe/Rome	45.41667	8.18333				12	VC	002032	
3172356	Navicello	navicello	IT		0	Europe/Rome	44.66667	10.98333				05	MO	036023	
3172359	Navenze	navenze	IT		0	Europe/Rome	46.05	12.21667				20	BL	025061	
3172364	Navarons	navarons	IT		0	Europe/Rome	46.225	12.75083				06	PN	093026	
3172371	Nasolino	nasolino	IT		194	Europe/Rome	45.9	9.93333		Nasolino,Oltressenda Alta		09	BG	016241	
3172378	Nardoia	nardoia	IT		0	Europe/Rome	41.48333	14.73333		Masseria Nardoia,Nardoia		11	CB	070017	
3172403	Naggio	naggio	IT		0	Europe/Rome	46.03333	9.2				09	CO	013111	
3172404	Naggio	naggio	IT		0	Europe/Rome	44.16667	10.33333				16	LU	046006	
3172420	Muslone	muslone	IT		0	Europe/Rome	45.7	10.68333				09	BS	017076	
3172421	Musita	musita	IT		0	Europe/Rome	45.83333	9.56667				09	BG	016027	
3172426	Musi	musi	IT		0	Europe/Rome	46.31306	13.27833				06	UD	030051	
3172427	Muserale	muserale	IT		0	Europe/Rome	43.03749	12.16126				18	PG	054037	
3172428	Muscletto	muscletto	IT		0	Europe/Rome	45.91	13.00306				06	UD	030027	
3172440	Muro	muro	IT		0	Europe/Rome	43.46667	11.91667				16	AR	051002	
3172451	Muravalle	muravalle	IT		0	Europe/Rome	45.74774	11.03791	406			17	TN	022001	
3172452	Murata	murata	IT		0	Europe/Rome	46.08333	8.26667				12	VB	103075	
3172460	Muradello	muradello	IT		0	Europe/Rome	45.01667	9.8				05	PC	033037	
3172464	Muneghetti	muneghetti	IT		0	Europe/Rome	43.98333	7.76667				08	IM	008035	
3172476	Mugnana	mugnana	IT		0	Europe/Rome	43.65	11.31667				16	FI	048021	
3172478	Mugliano	mugliano	IT		0	Europe/Rome	43.41667	11.8				16	AR	051002	
3172480	Muggia Vecchia	muggia-vecchia	IT		0	Europe/Rome	45.6	13.75				06	TS	032003	
3172493	Mozzio	mozzio	IT		0	Europe/Rome	46.21667	8.3				12	VB	103026	
3172498	Mozza	mozza	IT		0	Europe/Rome	42.40026	13.01961				07	RI	057015	
3172500	Mottinello Nuovo	mottinello-nuovo	IT		0	Europe/Rome	45.68333	11.8				20	PD	028032	
3172501	Mottaziana	mottaziana	IT		442	Europe/Rome	45.01582	9.50663	89			05	PC	033006	
3172504	Mottarelle	mottarelle	IT		0	Europe/Rome	45.2	11.68333				20	PD	028037	
3172509	Motta del Turco	motta-del-turco	IT		0	Europe/Rome	44.9	11.71667				05	FE	038008	
3172512	Motta Amolara	motta-amolara	IT		0	Europe/Rome	45.16667	12.15				20	VE	027010	
3172515	Motrone di Versilia	motrone-di-versilia	IT		0	Europe/Rome	43.91916	10.20647				16	LU	046024	
3172516	Motrone	motrone	IT		0	Europe/Rome	44.01667	10.48333				16	LU	046004	
3172517	Motolano	motolano	IT		0	Europe/Rome	43.71667	12.23333				16	AR	051035	
3172522	Mosso Santa Maria	mosso-santa-maria	IT		0	Europe/Rome	45.63333	8.13333				12	BI	096073	
3172523	Mosson	mosson	IT		0	Europe/Rome	45.78333	11.43333				20	VI	024032	
3172526	Moso in Passiria - Moos in Passeier	moso-in-passiria-moos-in-passeier	IT		2170	Europe/Rome	46.83212	11.16647		Moos,Moos in Passeier,Moso in Passiria,モーゾ・イン・パッシーリア	021054	17	BZ	021054	
3172527	Moso	moso	IT		0	Europe/Rome	46.68333	12.38333		Moos,Moso		17	BZ	021092	
3172529	Mosina	mosina	IT		0	Europe/Rome	45.53333	10.41667				09	BS	017155	
3172532	Moscolo	moscolo	IT		0	Europe/Rome	43.91667	12.68333				05	RN	099017	
3172536	Mosciano	mosciano	IT		0	Europe/Rome	43.73333	11.15				16	FI	048041	
3172538	Moschini	moschini	IT		0	Europe/Rome	44.88333	8.75				12	AL	006003	
3172543	Moruri	moruri	IT		0	Europe/Rome	45.51667	11.1				20	VR	023091	
3172545	Mortola Superiore	mortola-superiore	IT		0	Europe/Rome	43.8	7.53333				08	IM	008065	
3172546	Mortola Inferiore	mortola-inferiore	IT		0	Europe/Rome	43.78566	7.55396				08	IM	008065	
3172552	Mortigliano	mortigliano	IT		0	Europe/Rome	42.78501	10.11111				16	LI	049010	
3172556	Mortaso	mortaso	IT		0	Europe/Rome	46.1	10.73333				17	TN	022179	
3172558	Mortaiolo	mortaiolo	IT		0	Europe/Rome	43.6	10.43333		Mortaiolo		16	LI	049008	
3172559	Morsecca	morsecca	IT		0	Europe/Rome	46.18333	12.03333				20	BL	025056	
3172560	Morsano di Strada	morsano-di-strada	IT		0	Europe/Rome	45.90556	13.21389				06	UD	030020	
3172562	Morruzze	morruzze	IT		0	Europe/Rome	42.71667	12.33333				18	TR	055007	
3172574	Morrice	morrice	IT		0	Europe/Rome	42.71667	13.45				01	TE	067046	
3172575	Morrea	morrea	IT		0	Europe/Rome	41.8532	13.51284		Morrea		01	AQ	066092	
3172580	Morosolo	morosolo	IT		0	Europe/Rome	45.82434	8.76498		Murusoe,Murusö		09	VA	012038	
3172587	Morleschio	morleschio	IT		0	Europe/Rome	43.21667	12.46667				18	PG	054039	
3172588	Morina	morina	IT		0	Europe/Rome	44.3	11.78333				05	RA	039006	
3172592	Morigallo	morigallo	IT		0	Europe/Rome	44.47801	8.91953				08	GE	010025	
3172594	Morichella	morichella	IT		0	Europe/Rome	43.08333	13.26667				10	MC	043011	
3172595	Moriano	moriano	IT		0	Europe/Rome	43.73333	11.41667				16	FI	048036	
3172596	Moriano	moriano	IT		0	Europe/Rome	42.83333	12.61667				18	PG	054021	
3172601	Morge	morge	IT		0	Europe/Rome	42.73333	13.7				01	TE	067008	
3172609	Morello	morello	IT		0	Europe/Rome	43.48333	12.8				10	AN	042044	
3172613	Morcicchia	morcicchia	IT		0	Europe/Rome	42.81667	12.6				18	PG	054021	
3172615	Morcella	morcella	IT		211	Europe/Rome	42.93605	12.30706	221			18	PG	054027	
3172616	Morbio	morbio	IT		0	Europe/Rome	46.13333	9.26667				09	CO	013249	
3172619	Morasco	morasco	IT		0	Europe/Rome	46.43333	8.4				12	VB	103031	
3172620	Moranzani	moranzani	IT		0	Europe/Rome	45.43333	12.23333				20	VE	027042	
3172624	Mora	mora	IT		0	Europe/Rome	43.1	12.65				18	PG	054001	
3172625	Mopolino	mopolino	IT		0	Europe/Rome	42.51798	13.29951				01	AQ	066021	
3172631	Montu de'Gabbi	montu-de-gabbi	IT		0	Europe/Rome	45.05	9.26667				09	PV	018024	
3172634	Montrone	montrone	IT		0	Europe/Rome	41	16.88333				13	BA	072002	
3172642	Montorio Veronese	montorio-veronese	IT		0	Europe/Rome	45.45826	11.06589		Montorio,Montorio Veronese		20	VR	023091	
3172645	Montorio in Valle	montorio-in-valle	IT		0	Europe/Rome	42.15	12.98333				07	RI	057058	
3172651	Montopoli di Sabina	montopoli-in-sabina	IT		3698	Europe/Rome	42.24593	12.69208			057044	07	RI	057044	
3172655	Montonari	montonari	IT		0	Europe/Rome	42.77902	11.62886				16	GR	053005	
3172659	Montita	montita	IT		0	Europe/Rome	45.83333	6.98333				19	AO	007022	
3172662	Montioni Allumiera	montioni-allumiera	IT		0	Europe/Rome	43.01667	10.75		Montioni,Montioni Allumiera,Montioni Allumiere		16	LI	049020	
3172664	Montingegnoli	montingegnoli	IT		0	Europe/Rome	43.21667	11.03333				16	SI	052025	
3172665	Montinelle	montinelle	IT		0	Europe/Rome	45.55168	10.56112				09	BS	017102	
3172672	Montigli	montigli	IT		0	Europe/Rome	45.41667	7.43333				12	TO	001134	
3172675	Monti di Pino	monti-di-pino	IT		0	Europe/Rome	46.08333	8.76667				09	VA	012094	
3172677	Monti di Grandola	monti-di-grandola	IT		0	Europe/Rome	46.05	9.18333				09	CO	013047	
3172678	Monti di Cadiroggio	monti-di-cadiroggio	IT		0	Europe/Rome	44.56667	10.71667				05	RE	035012	
3172679	Monticolo	monticolo	IT		0	Europe/Rome	46.43333	11.28333				17	BZ	021004	
3172694	Monticchio Sgarroni	monticchio-sgarroni	IT		0	Europe/Rome	40.91667	15.56667		Monticchio Sgarroni,Sgarroni		02	PZ	076066	
3172704	Montevrolo	montevrolo	IT		0	Europe/Rome	44.46667	10.56667				05	RE	035011	
3172709	Monte Vibiano Vecchio	monte-vibiano-vecchio	IT		0	Europe/Rome	42.96667	12.26667				18	PG	054027	
3172710	Monte Vibiano Nuovo	monte-vibiano-nuovo	IT		0	Europe/Rome	42.96667	12.26667				18	PG	054027	
3172711	Monteviasco	monteviasco	IT		0	Europe/Rome	46.06667	8.83333				09	VA	012061	
3172722	Montetiffi	montetiffi	IT		0	Europe/Rome	43.95	12.28333				05	FC	040046	
3172724	Montetassi	montetassi	IT		0	Europe/Rome	43.85	12.43333				10	PU	041031	
3172725	Montessoro	montessoro	IT		0	Europe/Rome	44.63333	9				08	GE	010027	
3172734	Montesecco	montesecco	IT		0	Europe/Rome	43.9	10.95				16	PT	047014	
3172738	Montescarso	montescarso	IT		0	Europe/Rome	44.5	11.1				05	BO	037061	
3172744	Montesanto di Lussari	montesanto-di-lussari	IT		0	Europe/Rome	46.48139	13.52694				06	UD	030117	
3172755	Monte San Lorenzo	monte-san-lorenzo	IT		0	Europe/Rome	45.58333	11.43333				20	VI	024044	
3172761	Montesalso	montesalso	IT		0	Europe/Rome	44.71667	9.98333				05	PR	034045	
3172762	Monte Sabinese	monte-sabinese	IT		0	Europe/Rome	42.08333	13.1				01	AQ	066025	
3172764	Monte Rubiaglio	monte-rubiaglio	IT		0	Europe/Rome	42.76667	12.01667				18	TR	055010	
3172766	Monterotto	monterotto	IT		0	Europe/Rome	43.83333	12.36667				10	PU	041033	
3172773	Monte Rosara	monte-rosara	IT		0	Europe/Rome	42.81667	13.53333				10	AP	044007	
3172781	Monterivoso	monterivoso	IT		0	Europe/Rome	42.6159	12.80499				18	TR	055012	
3172786	Monterecchio	monterecchio	IT		0	Europe/Rome	46.08333	8.78333				09	VA	012135	
3172795	Monteprato	monteprato	IT		0	Europe/Rome	46.23667	13.30167				06	UD	030065	
3172868	Monte Licciano	monte-licciano	IT		0	Europe/Rome	43.88333	12.46667				10	PU	041035	
3172799	Montepo	montepo	IT		0	Europe/Rome	42.73333	11.35				16	GR	053023	
3172800	Monte Pillerone	monte-pillerone	IT		0	Europe/Rome	44.88333	9.55				05	PC	033043	
3172801	Montepietro	montepietro	IT		0	Europe/Rome	42.65	13.8				01	TE	067009	
3172804	Monte Petriolo	monte-petriolo	IT		211	Europe/Rome	43.01609	12.22777	374			18	PG	054039	
3172806	Montepennino	montepennino	IT		340	Europe/Rome	42.90261	12.64072	366			18	PG	054030	
3172807	Montepastore	montepastore	IT		520	Europe/Rome	44.36815	11.12337	590			05	BO	037042	
3172811	Monte Ortone	monte-ortone	IT		0	Europe/Rome	45.35356	11.74142				20	PD	028089	
3172813	Monte Ombraro	monte-ombraro	IT		0	Europe/Rome	44.38333	11				05	MO	036047	
3172815	Monte Nuovo	monte-nuovo	IT		0	Europe/Rome	43.73333	12.46667				10	PU	041022	
3172816	Montenotte Inferiore	montenotte-inferiore	IT		0	Europe/Rome	44.41667	8.41667				08	SV	009051	
3172819	Montenero in Sabina	montenero-in-sabina	IT		0	Europe/Rome	42.28333	12.81667				07	RI	057042	
3172831	Monte Molino	monte-molino	IT		0	Europe/Rome	42.83333	12.36667				18	PG	054029	
3172837	Montemezzano di Sopra	montemezzano-di-sopra	IT		0	Europe/Rome	44.18333	10.8				05	MO	036011	
3172840	Montemelino	montemelino	IT		0	Europe/Rome	43.11134	12.2374				18	PG	054026	
3172846	Monte Marcello	monte-marcello	IT		261	Europe/Rome	44.04577	9.96572	266			08	SP	011001	
3172848	Montemara	montemara	IT		0	Europe/Rome	46.78333	12.11667				17	BZ	021052	
3172855	Montemaggiore	montemaggiore	IT		0	Europe/Rome	46.19556	13.53111				06	UD	030108	
3172856	Monte Maggiore	monte-maggiore	IT		0	Europe/Rome	42.15	12.68333				07	RM	058063	
3172859	Monteluro	monteluro	IT		0	Europe/Rome	43.91667	12.76667		Monteluro,Montelurro		10	PU	041020	
3172864	Monte Lopio	monte-lopio	IT		0	Europe/Rome	43.51667	10.76667				16	PI	050025	
3172869	Monte Libretti	monte-libretti	IT		0	Europe/Rome	42.13333	12.78333				07	RM	058066	
3172870	Monteleto	monteleto	IT		334	Europe/Rome	43.37982	12.50844	454			18	PG	054024	
3172881	Montelama	montelama	IT		0	Europe/Rome	44.31667	9.76667				16	MS	045017	
3172882	Monte l'Agello	monte-l-agello	IT		0	Europe/Rome	42.95	12.23333				18	PG	054027	
3172885	Monte Iottone	monte-iottone	IT		0	Europe/Rome	44	12.16667				05	FC	040020	
3172887	Monte Guiduccio	monte-guiduccio	IT		0	Europe/Rome	43.76667	12.76667				10	PU	041034	
3172889	Monte Gualtieri	monte-gualtieri	IT		0	Europe/Rome	42.61667	13.81667				01	TE	067016	
3172893	Monte Grimano	monte-grimano	IT		1178	Europe/Rome	43.46667	12.46667				18	PG	054041	
3172894	Montegrazie	montegrazie	IT		308	Europe/Rome	43.91667	7.98333	240			08	IM	008031	
3172895	Montegranelli	montegranelli	IT		0	Europe/Rome	43.87958	11.97639				05	FC	040001	
3172899	Montegiove	montegiove	IT		0	Europe/Rome	42.91667	12.15				18	TR	055020	
3172908	Montegaudio	montegaudio	IT		258	Europe/Rome	43.80196	12.78644	320			10	PU	041032	
3172909	Monte Gallo	monte-gallo	IT		0	Europe/Rome	43.51667	13.46667				10	AN	042034	
3172911	Montegabbro	montegabbro	IT		0	Europe/Rome	43.40093	11.04332				16	SI	052012	
3172914	Montefredente	montefredente	IT		260	Europe/Rome	44.18869	11.22024	693			05	BO	037051	
3172917	Montefotogno	montefotogno	IT		0	Europe/Rome	43.93333	12.35				10	PU		
3172925	Monteflavio	monte-flavio	IT		1372	Europe/Rome	42.10802	12.83038			058061	07	RM	058061	
3172934	Montefano Vecchio	montefano-vecchio	IT		0	Europe/Rome	43.4	13.41667		Monte Fanovecchio,Montefano Vecchio		10	MC	043029	
3172940	Montefalcone	montefalcone	IT		0	Europe/Rome	43.73333	10.73333				16	PI	050009	
3172943	Monte Fabbri	monte-fabbri	IT		0	Europe/Rome	43.81667	12.7				10	PU	041068	
3172945	Montedoglio	montedoglio	IT		0	Europe/Rome	43.58333	12.15				16	AR	051034	
3172950	Monte di Leva	monte-di-leva	IT		0	Europe/Rome	41.7	12.46667				07	RM	058091	
3172951	Monte di Fuori	monte-di-fuori	IT		0	Europe/Rome	46.71667	12.33333				17	BZ	021092	
3172952	Monte del Lago	monte-del-lago	IT		0	Europe/Rome	43.15	12.15				18	PG	054026	
3172953	Montecuccoli	montecuccoli	IT		0	Europe/Rome	44.00874	11.17704				16	PO	100007	
3172955	Monte Cucco	monte-cucco	IT		0	Europe/Rome	42.86667	11.31667				16	GR	053007	
3172958	Monte Croce	monte-croce	IT		0	Europe/Rome	46.1	11.76667		Monte Croce,Pontet Monte Croce		17	TN	022038	
3172965	Montecoronaro	montecoronaro	IT		0	Europe/Rome	43.78485	12.03338	912	Montecoronaro		05	FC	040050	
3172966	Monte Corona	monte-corona	IT		0	Europe/Rome	43.26667	12.35				18	PG	054056	
3172969	Monte Compatri	monte-compatri	IT		8121	Europe/Rome	41.80892	12.73778		Monte Compatri,モンテ・コンパトリ	058060	07	RM	058060	
3172972	Montechino	montechino	IT		0	Europe/Rome	44.80492	9.68934				05	PC	033025	
3172991	Montecchia	montecchia	IT		0	Europe/Rome	45.38333	11.76667				20	PD	028086	
3172994	Montecavalloro	montecavalloro	IT		0	Europe/Rome	44.25	11.08333				05	BO	037059	
3173003	Monte Castelli	monte-castelli	IT		0	Europe/Rome	43.35	12.28333				18	PG	054056	
3173010	Montecapraro	montecapraro	IT		0	Europe/Rome	44.73417	9.15839				12	AL	006067	
3173011	Monte Canepino	monte-canepino	IT		0	Europe/Rome	43.35	13.63333				10	MC	043043	
3173012	Monte Campano	monte-campano	IT		0	Europe/Rome	42.51667	12.43333				18	TR	055004	
3173016	Montecalvello	montecalvello	IT		0	Europe/Rome	42.55	12.21667				07	VT	056059	
3173017	Montecalderaro	montecalderaro	IT		0	Europe/Rome	44.35	11.48333				05	BO	037041	
3173020	Montebufo	montebufo	IT		0	Europe/Rome	42.81667	13.01667				18	PG	054035	
3173021	Montebudello	montebudello	IT		0	Europe/Rome	44.48333	11.08333				05	BO	037061	
3173023	Montebore	montebore	IT		0	Europe/Rome	44.77026	9.01797				12	AL	006066	
3173024	Montebono	montebono	IT		0	Europe/Rome	44.1	10.5				16	LU	046003	
3173025	Monteboaggine	monteboaggine	IT		0	Europe/Rome	43.81667	12.35				10	PU	041033	
3173026	Montebibico	montebibico	IT		0	Europe/Rome	42.65	12.68333				18	PG	054051	
3173027	Monte Benichi	monte-benichi	IT		0	Europe/Rome	43.4	11.53333				16	AR	051005	
3173028	Monte Benedetto	monte-benedetto	IT		0	Europe/Rome	43.85	12.23333				10	PU		
3173037	Montebabbio	montebabbio	IT		0	Europe/Rome	44.55	10.68333				05	RE	035014	
3173040	Monteaperta	monteaperta	IT		247	Europe/Rome	46.27272	13.31231	608	Montcaperta,Monteaperta		06	UD	030113	
3173044	Monte Altavelio	monte-altavelio	IT		0	Europe/Rome	43.85483	12.50476				10	PU	041026	
3173047	Monte Acuto	monte-acuto	IT		0	Europe/Rome	44.8951	9.20423				09	PV	018166	
3173056	Montazzolo	montazzolo	IT		0	Europe/Rome	44.7	9.31667				05	PC	033017	
3173058	Montauto	montauto	IT		0	Europe/Rome	43.71667	11.26667				16	FI	048022	
3173059	Montauto	montauto	IT		0	Europe/Rome	43.36667	11.16667				16	SI	052016	
3173060	Montattico	montattico	IT		0	Europe/Rome	41.61667	13.71667				07	FR	060017	
3173061	Montatteglia	montatteglia	IT		0	Europe/Rome	42.93333	13.38333				10	FM	109015	
3173063	Montasico	montasico	IT		0	Europe/Rome	44.35	11.15				05	BO	037036	
3173064	Montarice	montarice	IT		0	Europe/Rome	43.41667	13.63333				10	MC	043044	
3173067	Montaperti	montaperti	IT		0	Europe/Rome	43.43333	10.85				16	PI	050039	
3173069	Montaniccio	montaniccio	IT		0	Europe/Rome	41.23333	14.35				04	CE	061003	
3173070	Montanesi	montanesi	IT		0	Europe/Rome	44.53333	8.95				08	GE	010058	
3173071	Montanes	montanes	IT		0	Europe/Rome	46.18472	12.39139				20	BL	025012	
3173078	Montanaldo	montanaldo	IT		0	Europe/Rome	43.3	12.5				18	PG	054024	
3173086	Montalone	montalone	IT		0	Europe/Rome	43.7	11.98333				16	AR	051015	
3173087	Montalfina	montalfina	IT		0	Europe/Rome	42.68333	11.95				18	TR	055009	
3173094	Montaldo di Cosola	montaldo-di-cosola	IT		0	Europe/Rome	44.66667	9.18333		Montaldo,Montaldo di Cosola		12	AL	006025	
3173095	Montaldo	montaldo	IT		0	Europe/Rome	44.51667	8.33333				12	AL	006165	
3173097	Montalbo	montalbo	IT		0	Europe/Rome	44.96667	9.36667				05	PC	033048	
3173114	Montaglioni	montaglioni	IT		0	Europe/Rome	42.85	13				18	PG	054043	
3173115	Montagliano	montagliano	IT		0	Europe/Rome	42.13333	13.01667				07	RI	057071	
3173117	Montadamo	montadamo	IT		0	Europe/Rome	42.9	13.53333				10	AP	044007	
3173128	Monsampietro	monsampietro	IT		0	Europe/Rome	42.9	13.5				10	AP	044073	
3173129	Monsagrati	monsagrati	IT		0	Europe/Rome	43.91667	10.41667				16	LU	046022	
3173138	Monistero Saccione	monistero-saccione	IT		0	Europe/Rome	43.41667	11.88333				16	AR	051002	
3173150	Monfol	monfol	IT		0	Europe/Rome	45.05	6.88333				12	TO	001175	
3173157	Monestirolo	monestirolo	IT		549	Europe/Rome	44.73489	11.68883	7			05	FE	038008	
3173167	Mondini	mondini	IT		0	Europe/Rome	45.65	11.33333				20	VI	024034	
3173168	Mondine	mondine	IT		0	Europe/Rome	44.96667	11.21667				09	MN	020061	
3173173	Monchio di Sarzano	monchio-di-sarzano	IT		0	Europe/Rome	44.53333	10.5				05	RE	035013	
3173178	Moncellier	moncellier	IT		0	Europe/Rome	45.08013	6.88409				12	TO	001232	
3173188	Monacizzo	monacizzo	IT		0	Europe/Rome	40.33333	17.5				13	TA	073028	
3173191	Monaci	monaci	IT		0	Europe/Rome	46	9.75				09	BG	016036	
3173192	Monachino	monachino	IT		0	Europe/Rome	44.03333	11.03333				16	PT	047018	
3173197	Mommio	mommio	IT		0	Europe/Rome	43.91667	10.28333				16	LU	046018	
3173201	Molviano	molviano	IT		0	Europe/Rome	42.76132	13.71892		Molviano		01	TE	067008	
3173206	Moltedo Superiore	moltedo-superiore	IT		0	Europe/Rome	43.91904	7.96886				08	IM	008031	
3173207	Moltedo	moltedo	IT		0	Europe/Rome	43.98034	8.1122				08	SV	009006	
3173210	Mollières	mollieres	IT		0	Europe/Rome	44.96667	6.8				12	TO	001074	
3173211	Mollié	mollie	IT		0	Europe/Rome	45.75	6.98333				19	AO	007053	
3173213	Mollette	mollette	IT		0	Europe/Rome	45.7	11.41667				20	VI	024056	
3173214	Mollere	mollere	IT		0	Europe/Rome	44.36667	8.05		Le Molere,Mollere		12	CN	004066	
3173223	Molino Santinelli	molino-santinelli	IT		0	Europe/Rome	43.63333	13.35				10	AN	042018	
3173224	Molino Sant'Anna	molino-sant-anna	IT		0	Europe/Rome	43.4	12.43333				18	PG	054041	
3173226	Molino Penna	molino-penna	IT		0	Europe/Rome	43.06667	13.45				10	MC	043035	
3173227	Molino Paolini	molino-paolini	IT		0	Europe/Rome	43.48333	13.15				10	AN	042029	
3173228	Molino Nuovo	molino-nuovo	IT		0	Europe/Rome	46.05	9.25				09	CO	013248	
3173229	Molino Nuovo	molino-nuovo	IT		625	Europe/Rome	43.98195	8.13005	27			08	SV	009006	
3173230	Molino Moscano	molino-moscano	IT		0	Europe/Rome	43.46667	12.41667				18	PG	054041	
3173231	Molino Mazzetti	molino-mazzetti	IT		0	Europe/Rome	43.5	10.75				16	PI	050025	
3173232	Molino Maccheroni	molino-maccheroni	IT		0	Europe/Rome	43.48333	12.41667				18	PG	054041	
3173233	Molino Gigliucci	molino-gigliucci	IT		0	Europe/Rome	43.16667	13.66667				10	FM	109006	
3173234	Molino Fabbri	molino-fabbri	IT		0	Europe/Rome	43.98333	12.3				05	FC	040046	
3173235	Molino di San Costanzo	molino-di-san-costanzo	IT		0	Europe/Rome	43.71667	13.08333				10	PU	041038	
3173236	Molino di Ripe	molino-di-ripe	IT		0	Europe/Rome	43.65	13.11667				10	AN	042050	
3173237	Molino di Renzetti	molino-di-renzetti	IT		0	Europe/Rome	43.55	12.26667				18	PG	054044	
3173239	Molino di Monte Urano	molino-di-monte-urano	IT		0	Europe/Rome	43.18333	13.68333				10	FM	109024	
3173240	Molino di Carassai	molino-di-carassai	IT		0	Europe/Rome	43.03333	13.66667				10	AP	044010	
3173241	Molino di Bastelli	molino-di-bastelli	IT		0	Europe/Rome	44.9	10.06667		Molino Bastelli,Molino di Bastelli		05	PR	034014	
3173242	Molino di Ancona	molino-di-ancona	IT		0	Europe/Rome	43.61667	13.36667				10	AN	042018	
3173243	Molino del Sasso	molino-del-sasso	IT		0	Europe/Rome	43.45	12.28333				18	PG	054013	
3173244	Molino del Roglio	molino-del-roglio	IT		0	Europe/Rome	43.58333	10.71667				16	PI	050005	
3173247	Molino del Conte	molino-del-conte	IT		0	Europe/Rome	45.35	8.81667				09	PV	018035	
3173248	Molino del Calcione	molino-del-calcione	IT		0	Europe/Rome	43.28333	11.68333				16	SI	052033	
3173249	Molino dei Frati	molino-dei-frati	IT		0	Europe/Rome	43.98333	12.33333				05	FC	040046	
3173250	Molino d'Agugliano	molino-d-agugliano	IT		0	Europe/Rome	43.56667	13.33333				10	AN	042001	
3173251	Molino Corsi	molino-corsi	IT		0	Europe/Rome	43.48333	12.41667				18	PG	054041	
3173253	Molino Cesaretti	molino-cesaretti	IT		0	Europe/Rome	43.61667	13.33333				10	AN	042014	
3173254	Molino Cesano	molino-cesano	IT		0	Europe/Rome	43.68333	13.05				10	AN	042015	
3173255	Molino Catorcio	molino-catorcio	IT		0	Europe/Rome	43.56667	12.05				16	AR	051001	
3173256	Molino Caigisti	molino-caigisti	IT		0	Europe/Rome	43.43333	12.4				18	PG	054041	
3173257	Molino Basso	molino-basso	IT		0	Europe/Rome	43.43333	12.43333				18	PG	054041	
3173258	Molino Apolloni	molino-apolloni	IT		0	Europe/Rome	43.58333	13.08333				10	AN	042036	
3173259	Molino Americano	molino-americano	IT		0	Europe/Rome	43.58333	13.33333				10	AN	042021	
3173260	Molino Alzano	molino-alzano	IT		0	Europe/Rome	45.01667	8.88333				12	AL	006008	
3173261	Molino Abbadia	molino-abbadia	IT		0	Europe/Rome	43.6	12.35				18	PG	054013	
3173266	Molini di Verdes	molini-di-verdes	IT		0	Europe/Rome	46.33034	11.14048				17	TN	022067	
3173269	Molini al Rio	molini-al-rio	IT		0	Europe/Rome	46.58333	11.03333		Molini al Rio,Motini al Rio		17	BZ	021084	
3173275	Molinelli	molinelli	IT		0	Europe/Rome	43.46667	11.93333				16	AR	051002	
3173288	Molezzano	molezzano	IT		0	Europe/Rome	43.96667	11.46667				16	FI	048049	
3173291	Moleto	moleto	IT		0	Europe/Rome	43.85	12.31667				10	PU		
3173292	Moletano	moletano	IT		0	Europe/Rome	42.62811	13.32513				07	RI	057002	
3173297	Molaretto	molaretto	IT		0	Europe/Rome	45.16667	7		Dogana,Molaretto		12	TO	001291	
3173312	Moglietta	moglietta	IT		0	Europe/Rome	42.96667	13.3				10	FM	109002	
3173313	Nasche	nasche	IT		0	Europe/Rome	44.41667	9				08	GE	010025	
3173322	Mogginano	mogginano	IT		0	Europe/Rome	43.72509	12.04376				16	AR	051030	
3173323	Mogessa di Quà	mogessa-di-qua	IT		0	Europe/Rome	46.42389	13.15556		Mogessa di Qua,Mogessa di Quà,Moggessa,Moggessa di Qua		06	UD	030059	
3173324	Mogessa di Là	mogessa-di-la	IT		0	Europe/Rome	46.41667	13.15		Mogessa di La,Mogessa di Là,Moggessa,Moggessa di La,Moggessa di Là		06	UD	030059	
3173332	Modeano	modeano	IT		0	Europe/Rome	45.82055	13.02798				06	UD	030069	
3173333	Modanella	modanella	IT		0	Europe/Rome	43.26667	11.66667				16	SI	052026	
3173334	Mocomero	mocomero	IT		0	Europe/Rome	44.78333	9.8				05	PC	033044	
3173335	Mochignano	mochignano	IT		0	Europe/Rome	44.32735	10.00657		Mochignano di sopra		16	MS	045002	
3173337	Moccia	moccia	IT		0	Europe/Rome	43.16667	11.51667				16	SI	052002	
3173338	Moano	moano	IT		0	Europe/Rome	44.08333	7.91667				08	IM	008004	
3173339	Mizzole	mizzole	IT		799	Europe/Rome	45.47871	11.06021	86			20	VR	023091	
3173344	Mistà	mista	IT		0	Europe/Rome	44.78333	9.68333				05	PC	033025	
3173346	Missirola	missirola	IT		0	Europe/Rome	45.36667	7.31667				12	TO	001075	
3173347	Missiano	missiano	IT		0	Europe/Rome	46.48333	11.26667				17	BZ	021004	
3173361	Misano Marina	misano-marina	IT		0	Europe/Rome	43.96667	12.71667				05	RN	099002	
3173366	Miroglio	miroglio	IT		0	Europe/Rome	44.28333	7.76667				12	CN	004091	
3173367	Miravalle	miravalle	IT		0	Europe/Rome	44.58333	11.61667				05	BO	037039	
3173375	Miramare	miramare	IT		0	Europe/Rome	44.03318	12.61806		Miramare di Romagna		05	RN	099014	
3173376	Mirafiori	mirafiori	IT		0	Europe/Rome	45.01667	7.63333				12	TO	001272	
3173381	Mirabello Ciria	mirabello-ciria	IT		0	Europe/Rome	45.26667	9.91667				09	CR	019003	
3173386	Mione	mione	IT		0	Europe/Rome	46.43333	11.03333				17	TN	022163	
3173400	Miniera dell'Argentiera	miniera-dell-argentiera	IT		0	Europe/Rome	40.74056	8.14972		Argentiera,Miniera dell'Argentiera,Miniere		14	SS	090064	
3173401	Mingarine	mingarine	IT		0	Europe/Rome	44.43333	11.21667				05	BO	037057	
3173411	Millefonti	millefonti	IT		0	Europe/Rome	45.03333	7.66667				12	TO	001272	
3173414	Milies	milies	IT		0	Europe/Rome	45.93333	11.96667				20	TV	026079	
3173428	Milano Marittima	milano-marittima	IT		0	Europe/Rome	44.27409	12.35172				05	RA	039007	
3173441	Vetrerie	vetrerie	IT		3515	Europe/Rome	44.52748	8.91412		Mignanego	010035	08	GE	010035	
3173442	Migliorini	migliorini	IT		0	Europe/Rome	44.03333	10.76667				16	PT	047015	
3173451	Migliara	migliara	IT		0	Europe/Rome	44.5	10.48333				05	RE	035013	
3173452	Migliara	migliara	IT		0	Europe/Rome	41.13333	14.48333				04	BN	062070	
3173455	Migiandone	migiandone	IT		0	Europe/Rome	45.98333	8.38333				12	VB	103051	
3173456	Migiana	migiana	IT		240	Europe/Rome	43.14459	12.29291	301	Migiana		18	PG	054015	
3173458	Miemo	miemo	IT		0	Europe/Rome	43.41667	10.66667				16	PI	050016	
3173464	Michelazza	michelazza	IT		0	Europe/Rome	44.99066	9.26216				09	PV	018096	
3173467	Micciani	micciani	IT		0	Europe/Rome	42.35	13				07	RI	057016	
3173468	Micarone	micarone	IT		0	Europe/Rome	42.36667	13.98333		Micarone,Micherone		01	PE	068010	
3173469	Miazzina di Fuori	miazzina-di-fuori	IT		0	Europe/Rome	45.96667	8.51667		Miazzina di Fuori,Miazzina di Qua,Miazzina di Quà		12	VB	103023	
3173470	Miazzina di Dentro	miazzina-di-dentro	IT		0	Europe/Rome	45.96667	8.51667				12	VB	103023	
3173490	Mezzavilla	mezzavilla	IT		0	Europe/Rome	46.00361	12.31833		Mezzavilla,Mezzovilla		20	TV	026092	
3173491	Mezzavia	mezzavia	IT		916	Europe/Rome	45.32222	11.81108	9			20	PD	028106	
3173492	Mezzaselva	mezzaselva	IT		0	Europe/Rome	46.8	11.56667		Mezzaselva,Mittevald		17	BZ	021032	
3173493	Mezzaselva	mezzaselva	IT		0	Europe/Rome	45.86667	11.41667		Mezzaselva,Mezzaselva di Roana,Mezzaselva di Róana		20	VI	024089	
3173495	Mezzano Siccomario	mezzano-siccomario	IT		0	Europe/Rome	45.13333	9.15				09	PV	018162	
3173513	Meyen	meyen	IT		0	Europe/Rome	45.81667	6.98333		Meyen,Meyer		19	AO	007022	
3173514	Mevale	mevale	IT		0	Europe/Rome	42.9	12.98333				10	MC	043057	
3173515	Metti	metti	IT		0	Europe/Rome	44.7	9.8				05	PR	034005	
3173516	Metteglia	metteglia	IT		0	Europe/Rome	44.7	9.41667				05	PC	033017	
3173530	Messerotti	messerotti	IT		0	Europe/Rome	44.71667	10.95				05	MO	036044	
3173531	Messenano	messenano	IT		0	Europe/Rome	42.7	12.6				18	PG	054051	
3173539	Mesa	mesa	IT		0	Europe/Rome	41.38333	13.11667				07	LT	059017	
3173540	Mersino	mersino	IT		0	Europe/Rome	46.18333	13.48333				06	UD	030086	
3173542	Merrone	merrone	IT		0	Europe/Rome	41.18333	14.28333		Merrone,Morrone		04	CE	061024	
3173543	Merli	merli	IT		0	Europe/Rome	43.85143	7.72794				08	IM	008055	
3173553	Merendaore	merendaore	IT		301	Europe/Rome	45.71463	11.19807	750			20	VI	024084	
3173554	Mercore	mercore	IT		0	Europe/Rome	44.96667	9.98333				05	PC	033003	
3173558	Mercato Vecchio	mercato-vecchio	IT		285	Europe/Rome	43.80421	12.37653	572		041048	10	PU	041048	
3173586	Mensano	mensano	IT		0	Europe/Rome	43.3	11.05				16	SI	052004	
3173587	Mensanello	mensanello	IT		0	Europe/Rome	43.38333	11.11667				16	SI	052012	
3173590	Mennella	mennella	IT		0	Europe/Rome	41.58333	14.05				11	IS	094048	
3173591	Mengara	mengara	IT		0	Europe/Rome	43.26667	12.56667				18	PG	054024	
3173596	Menate	menate	IT		0	Europe/Rome	44.6	12				05	RA	039001	
3173617	Melfa	melfa	IT		0	Europe/Rome	41.53333	13.65		Melfa,Torre di Melfa		07	FR	060060	
3173621	Mélezet	melezet	IT		0	Europe/Rome	45.06667	6.68333				12	TO	001022	
3173622	Meleze	meleze	IT		0	Europe/Rome	44.56667	6.98333		Melene,Meleze		12	CN	004017	
3173629	Meleta	meleta	IT		0	Europe/Rome	43.03273	11.06508				16	GR	053021	
3173639	Melago	melago	IT		0	Europe/Rome	46.83333	10.65				17	BZ	021027	
3173645	Meira Prini	meira-prini	IT		0	Europe/Rome	44.58333	7.28333				12	CN	004092	
3173648	Megolo di Mezzo	megolo-di-mezzo	IT		0	Europe/Rome	45.98333	8.3				12	VB	103054	
3173649	Megognano	megognano	IT		0	Europe/Rome	43.43333	11.16667				16	SI	052022	
3173651	Meggiano	meggiano	IT		0	Europe/Rome	42.8	12.86667				18	PG	054058	
3173652	Meggiano	meggiano	IT		0	Europe/Rome	42.7	12.68333				18	PG	054051	
3173666	Medeazza	medeazza	IT		0	Europe/Rome	45.79583	13.60639				06	TS	032001	
3173673	Meana	meana	IT		0	Europe/Rome	42.78333	11.98333				18	TR	055002	
3173674	Mea	mea	IT		0	Europe/Rome	45.01556	12.2675				20	RO	029052	
3173677	Mazzola	mazzola	IT		0	Europe/Rome	44.2	10.13333				16	MS	045007	
3173680	Mazzocco	mazzocco	IT		0	Europe/Rome	45.55	12.25		Casale Mazzocco,Mazzocco		20	TV	026043	
3173683	Mazzarocco	mazzarocco	IT		0	Europe/Rome	46.06667	8.55		Mazzarocco,Mezzarocco		12	VB	103030	
3173686	Mazzangrugno	mazzangrugno	IT		0	Europe/Rome	43.51667	13.31667				10	AN	042021	
3173687	Mazzabue	mazzabue	IT		0	Europe/Rome	44.9	10.41667				05	PR	034021	
3173691	Mavigna	mavigna	IT		0	Europe/Rome	46.15	10.13333				09	SO	014004	
3173695	Mauria	mauria	IT		0	Europe/Rome	46.45	12.51667				20	BL	025032	
3173698	Mattone	mattone	IT		0	Europe/Rome	43.48333	11.06667				16	SI	052028	
3173700	Matticoli	matticoli	IT		0	Europe/Rome	41.61667	14.21667				11	IS	094023	
3173701	Mattere	mattere	IT		0	Europe/Rome	42.71667	13.5				01	TE	067046	
3173708	Matrignano	matrignano	IT		0	Europe/Rome	42.75	12.78333				18	PG	054051	
3173725	Masuldo	masuldo	IT		0	Europe/Rome	40.06667	16		Masulda,Masuldo		02	PZ	076040	
3173726	Masucco	masucco	IT		0	Europe/Rome	46.45	10.31667				09	SO	014072	
3173727	Mastro	mastro	IT		0	Europe/Rome	43.98333	12.16667				05	FC	040020	
3173728	Mastrati	mastrati	IT		0	Europe/Rome	41.4	14.11667				04	CE	061064	
3173739	Masseria Priore	masseria-priore	IT		0	Europe/Rome	40.78333	15.65		Masseria Priore,Priore		02	PZ	076076	
3173740	Masseria Orimini	masseria-orimini	IT		0	Europe/Rome	40.69806	17.21694		Masseria Orimini,Orimini		13	TA	073013	
3173741	Masseria Inacquata	masseria-inacquata	IT		0	Europe/Rome	41.43333	15.85		Inacquata,Masseria Inacquata		13	FG	071020	
3173742	Masseria d'Ardes	masseria-d-ardes	IT		0	Europe/Rome	41.63333	15.08333		D'Ardes,Masseria d'Ardes		13	FG	071013	
3173743	Masseria Balzano	masseria-balzano	IT		0	Europe/Rome	40.76667	14.48333				04	NA	063008	
3173744	Masseria	masseria	IT		0	Europe/Rome	46.91667	11.25				17	BZ	021070	
3173745	Masseri	masseri	IT		0	Europe/Rome	42.7	13.68333				01	TE	067041	
3173756	Massanera	massanera	IT		0	Europe/Rome	43.7	11.18333				16	FI	048038	
3173768	Massac	massac	IT		0	Europe/Rome	46.06667	11.93333		Massac,Massao		20	BL	025011	
3173778	Maso Stabbio	maso-stabbio	IT		0	Europe/Rome	46.61667	10.7				17	BZ	021042	
3173781	Masolino	masolino	IT		0	Europe/Rome	44.71667	11.75		Casalino,Masolino		05	FE	038019	
3173782	Masogelato	masogelato	IT		0	Europe/Rome	46.75	10.96667				17	BZ	021091	
3173783	Maso Corto	maso-corto	IT		0	Europe/Rome	46.75589	10.782		Maso Corto,Masso Corto		17	BZ	021091	
3173784	Masobello	masobello	IT		0	Europe/Rome	46.75	12.18333		Belcolle,Masobello,Schonhuben		17	BZ	021028	
3173785	Maso	maso	IT		0	Europe/Rome	45.88333	11.35				20	VI	024112	
3173793	Masina	masina	IT		0	Europe/Rome	46.16667	9.4		Masina,Musina		09	CO	013216	
3173796	Masiello	masiello	IT		0	Europe/Rome	41.08333	14.98333				04	AV	064012	
3173797	Masi del Monte	masi-del-monte	IT		0	Europe/Rome	46.3368	10.61408				17	TN	022136	
3173799	Maseralino	maseralino	IT		0	Europe/Rome	45.26667	11.81667				20	PD	028061	
3173807	Masarei	masarei	IT		0	Europe/Rome	46.5	11.9				20	BL	025030	
3173809	Masanti di Sopra	masanti-di-sopra	IT		0	Europe/Rome	44.55	9.61667		Masanti,Masanti di Sopra		05	PR	034003	
3173812	Marzolo	marzolo	IT		0	Europe/Rome	44.05	11.25				16	FI	048002	
3173813	Marzolini	marzolini	IT		0	Europe/Rome	42.8	12.63333		Marzolini,Mazzolini		18	PG	054051	
3173819	Marziai	marziai	IT		0	Europe/Rome	45.98333	11.98333				20	BL	025064	
3173820	Marzettelle	marzettelle	IT		0	Europe/Rome	44.96667	10.9		Marzetelle,Marzettelle		09	MN	020035	
3173828	Marzalengo	marzalengo	IT		0	Europe/Rome	45.2	9.98333				09	CR	019026	
3173838	Martinetto	martinetto	IT		0	Europe/Rome	44.38333	8.35				08	SV	009015	
3173847	Martesi	martesi	IT		0	Europe/Rome	42.66667	13.51667				01	TE	067036	
3173851	Martelli	martelli	IT		0	Europe/Rome	42.23333	14.41667		Martelli,Villa Martelli		01	CH	069046	
3173853	Martella	martella	IT		0	Europe/Rome	40.68333	16.53333		La Martella,Martella		02	MT	077014	
3173854	Martella	martella	IT		0	Europe/Rome	40.66667	16.55				02	MT	077014	
3173869	Marseiller	marseiller	IT		0	Europe/Rome	45.75	7.53333				19	AO	007072	
3173872	Marrucheto	marrucheto	IT		0	Europe/Rome	42.7755	11.06512		Casa Marrucheto		16	GR	053011	
3173879	Marore	marore	IT		0	Europe/Rome	44.76667	10.35				05	PR	034027	
3173897	Marmigliaio	marmigliaio	IT		0	Europe/Rome	43.50234	10.46378		Marmigliaio,Marmigliajo		16	LI	049008	
3173898	Marmi	marmi	IT		0	Europe/Rome	42.77562	10.24252				16	LI	049010	
3173900	Marliano	marliano	IT		0	Europe/Rome	43.73333	11.08333				16	FI	048024	
3173910	Mariona	mariona	IT		0	Europe/Rome	45.4	11.1		La Mariona,Mariona		20	VR	023073	
3173924	Marina Grande	marina-grande	IT		0	Europe/Rome	40.55	14.23333		Marina Grande,Marina Grande di Capri		04	NA	063014	
3173927	Marina di Pisa	marina-di-pisa	IT		4000	Europe/Rome	43.66667	10.26667		Marina de Pisa,Marina di Pisa,Marina-di-Piza,Марина-ди-Пиза		16	PI	050026	
3173929	Marina di Orosei	marina-di-orosei	IT		0	Europe/Rome	40.36667	9.71667				14	NU	091063	
3173933	Marina di Cecina	marina-di-cecina	IT		0	Europe/Rome	43.30082	10.49726		Cecina Mare,Cecina Marina,Forte di Cecina,Forte di Cécina		16	LI	049007	
3173937	Marina d'Andora	marina-d-andora	IT		0	Europe/Rome	43.95353	8.1546		Marina di Andora		08	SV	009006	
3173943	Marin	marin	IT		0	Europe/Rome	45.23333	12				20	PD	028021	
3173944	Marignano	marignano	IT		0	Europe/Rome	42.53114	13.2647				01	AQ	066056	
3173951	Marianitto	marianitto	IT		0	Europe/Rome	42.58333	13.16667				07	RI	057017	
3173952	Mariae	mariae	IT		0	Europe/Rome	46.26667	12.5				06	PN	093015	
3173959	Margherie del Seu	margherie-del-seu	IT		0	Europe/Rome	45.05	6.91667		Margherie del Seu,Montagneseu		12	TO	001232	
3173972	Marendole	marendole	IT		0	Europe/Rome	45.21667	11.71667				20	PD	028055	
3173984	Marconcella	marconcella	IT		0	Europe/Rome	44.85	10.83333				05	RE	035034	
3173986	Marcoiano	marcoiano	IT		0	Europe/Rome	44.05	11.3				16	FI	048053	
3174003	Marche	marche	IT		0	Europe/Rome	45.9	11.9				20	BL	025002	
3174013	Maranza	maranza	IT		507	Europe/Rome	46.8147	11.65971	1414			17	BZ	021074	
3174153	Malignano	malignano	IT		0	Europe/Rome	43.26552	11.23137				16	SI	052034	
3174039	Manzoni	manzoni	IT		0	Europe/Rome	44.55	11.93333				05	RA	039012	
3174041	Manzoleria	manzoleria	IT		0	Europe/Rome	44.98333	12.36667				20	RO	029039	
3174042	Manzitti	manzitti	IT		0	Europe/Rome	42.56667	13.91667				01	TE	067027	
3174049	Mantovana	mantovana	IT		0	Europe/Rome	44.73333	8.61667				12	AL	006161	
3174052	Mantigno	mantigno	IT		0	Europe/Rome	44.11667	11.5				16	FI	048031	
3174079	Manigi	manigi	IT		0	Europe/Rome	42.7	13.08333				18	PG	054007	
3174080	Manicomio Mombello	manicomio-mombello	IT		0	Europe/Rome	45.61667	9.11667		Manicomio Mombello,Mombello Manicomio		09	MB	108027	
3174088	Mangia	mangia	IT		0	Europe/Rome	44.25793	9.70307				08	SP	011028	
3174095	Maneia	maneia	IT		0	Europe/Rome	44.7	9.9		Maneia,Maneja		05	PR	034045	
3174098	Mandriole	mandriole	IT		310	Europe/Rome	44.55335	12.2223	5			05	RA	039014	
3174104	Mandrago	mandrago	IT		0	Europe/Rome	45.58333	10.93333				20	VR	023046	
3174110	Mancini	mancini	IT		0	Europe/Rome	42.7	13.83333				01	TE	067011	
3174111	Mancine	mancine	IT		0	Europe/Rome	40.03333	16.16667		Mancine,Mancini		02	PZ	076078	
3174113	Manca di Sopra	manca-di-sopra	IT		0	Europe/Rome	40.06667	16.1				02	PZ	076030	
3174123	Mambrini	mambrini	IT		0	Europe/Rome	44.41667	11.81667				05	BO	037045	
3174126	Mama	mama	IT		0	Europe/Rome	45.7	10.9				20	VR	023013	
3174132	Malregolata	malregolata	IT		0	Europe/Rome	45	11.06667				09	MN	020060	
3174150	Malintrada	malintrada	IT		0	Europe/Rome	45.76389	12.615				20	TV	026049	
3174151	Malinone	malinone	IT		0	Europe/Rome	46.35	9.48333				09	SO	014077	
3174155	Malghera	malghera	IT		0	Europe/Rome	46.33333	10.13333				09	SO	014033	
3174156	Malghe Podeme	malghe-podeme	IT		0	Europe/Rome	45.68333	11.18333				20	VI	024084	
3174157	Malghe di Mezzomonte	malghe-di-mezzomonte	IT		0	Europe/Rome	46.93333	11.88333				17	BZ	021108	
3174158	Malga Zocchi	malga-zocchi	IT		0	Europe/Rome	45.82135	11.12533		Malga Zoochi		17	TN	022203	
3174159	Malga Quarazza	malga-quarazza	IT		0	Europe/Rome	46.11667	11.6				17	TN	022142	
3174160	Malga Pra della Fratta	malga-pra-della-fratta	IT		0	Europe/Rome	46.61667	12.61667		Malga Pra della Fratta,Malga Pramarino,Malghe Pramarino		20	BL	025047	
3174161	Malga Pozze	malga-pozze	IT		0	Europe/Rome	45.98333	11.5				20	VI	024009	
3174162	Malga Postesina	malga-postesina	IT		0	Europe/Rome	45.95	11.33333				17	TN	022104	
3174163	Malga Pasubio di Sotto	malga-pasubio-di-sotto	IT		0	Europe/Rome	45.78333	11.2				20	VI		
3174164	Malga Mandrielle	malga-mandrielle	IT		0	Europe/Rome	45.96667	11.56667				20	VI	024009	
3174165	Malga Lora	malga-lora	IT		0	Europe/Rome	45.91667	11.6				20	VI	024041	
3174166	Malga Leno	malga-leno	IT		0	Europe/Rome	46	10.48333		Leno,Malga Leno		17	TN	022072	
3174167	Malga Granezza di Gallia	malga-granezza-di-gallia	IT		0	Europe/Rome	45.81667	11.53333				20	VI	024054	
3174168	Malga Galmarara	malga-galmarara	IT		0	Europe/Rome	45.95	11.48333				20	VI	024009	
3174169	Malga Fossetta	malga-fossetta	IT		0	Europe/Rome	45.98333	11.55				20	VI	024009	
3174170	Malga di Valmigna	malga-di-valmigna	IT		0	Europe/Rome	46.91667	11.38333				17	BZ	021115	
3174171	Malga di Ronchetto	malga-di-ronchetto	IT		0	Europe/Rome	45.95	11.6				20	VI	024039	
3174172	Malga di Montegrande	malga-di-montegrande	IT		0	Europe/Rome	46.93315	11.57719		Grassbergalm		17	BZ	021107	
3174173	Malga del Palazzo	malga-del-palazzo	IT		0	Europe/Rome	45.95	11.15		Malga Palazzo,Malga del Palazzo		17	TN	022013	
3174174	Malga dell'Alpetta	malga-dell-alpetta	IT		0	Europe/Rome	46.76667	11.3				17	BZ	021080	
3174175	Malga del Cambio	malga-del-cambio	IT		0	Europe/Rome	46.98333	11.46667				17	BZ	021010	
3174176	Malga dei Forni	malga-dei-forni	IT		0	Europe/Rome	46.41667	10.55		Malga dei Forni,Malga del Forno		09	SO	014073	
3174177	Malga dei Dossi	malga-dei-dossi	IT		0	Europe/Rome	46.985	12.10028				17	BZ	021017	
3174178	Malga Campo Paselaro	malga-campo-paselaro	IT		0	Europe/Rome	45.93333	11.36667				20	VI	024089	
3174179	Malga Campiluzzi Inferiore	malga-campiluzzi-inferiore	IT		0	Europe/Rome	45.85	11.25		Malga Campiluzzi Inferiore,Malga Campoluzzo Inferiore		20	VI	024049	
3174187	Málchina	malchina	IT		0	Europe/Rome	45.78472	13.65694		Malchina,Malchino,Mavhinje,Málchina		06	TS	032001	
3174192	Malaventre	malaventre	IT		0	Europe/Rome	43.78333	10.35				16	PI	050037	
3174193	Malandrone	malandrone	IT		0	Europe/Rome	44.01667	10.85				16	PT	047014	
3174194	Malandre	malandre	IT		0	Europe/Rome	44.3	7.55				12	CN	004185	
3174207	Maisonnette	maisonnette	IT		0	Europe/Rome	45.75	6.96667				19	AO	007053	
3174208	Maisonasse	maisonasse	IT		0	Europe/Rome	45.56667	7.2				19	AO	007070	
3174219	Serra di Maiolo	serra-di-maiolo	IT		273	Europe/Rome	43.87396	12.31114	590	Maiolo,San Biagio,Serra di Maiolo	099022	05	RN	099022	
3174221	Maiola	maiola	IT		0	Europe/Rome	44.48333	10.4				05	RE	035042	
3174227	Maiatico	maiatico	IT		0	Europe/Rome	44.7	10.2				05	PR	034031	
3174232	Maia Bassa	maia-bassa	IT		0	Europe/Rome	46.65427	11.15301		Untermais		17	BZ	021051	
3174233	Magugnano-Marniga	magugnano-marniga	IT		0	Europe/Rome	45.7	10.76667		Magugnano,Magugnano-Marniga		20	VR	023014	
3174236	Magrè all'Adige	magre-all-adige	IT		0	Europe/Rome	46.28333	11.2		Magre,Magre all'Adige,Magrè,Magrè all'Adige		17	BZ	021045	
3174237	Magras	magras	IT		0	Europe/Rome	46.35	10.93333				17	TN	022195	
3174240	Magona	magona	IT		0	Europe/Rome	45.08964	11.47101				20	RO	029027	
3174613	Lombro	lombro	IT		0	Europe/Rome	46.16667	10.25				09	BS	017063	
3174248	Magnanella	magnanella	IT		0	Europe/Rome	42.68333	13.63333				01	TE	067041	
3174252	Magnadola	magnadola	IT		0	Europe/Rome	45.71667	12.6				20	TV	026015	
3174266	Maglianello	maglianello	IT		0	Europe/Rome	42.36667	12.85				07	RI	057059	
3174270	Magliana	magliana	IT		0	Europe/Rome	41.83464	12.42167		Magliana Vecchia		07	RM	058091	
3174274	Magioncalda	magioncalda	IT		0	Europe/Rome	44.6	9.16667		Maggioncalda,Magioncalda		12	AL	006034	
3174302	Maestrello	maestrello	IT		0	Europe/Rome	43.18333	12.31667		Maestrello,Menestrello		18	PG	054039	
3174303	Maestrazza	maestrazza	IT		0	Europe/Rome	44.98889	12.40778				20	RO	029039	
3174314	Madonna Passoscio	madonna-passoscio	IT		0	Europe/Rome	43.93333	7.65		Madonna Passoscio,Madonna di Passascio		08	IM	008043	
3174315	Madonna Oca	madonna-oca	IT		0	Europe/Rome	44.41667	11.13333				05	BO	037042	
3174316	Madonna Mora	madonna-mora	IT		0	Europe/Rome	45.48333	12				20	VE	027035	
3174317	Madonna di Vallio	madonna-di-vallio	IT		0	Europe/Rome	45.63722	12.41611		Madonna di Vallio,Vallio		20	TV	026069	
3174320	Madonna di San Clemente	madonna-di-san-clemente	IT		0	Europe/Rome	44.71667	11				05	MO	036001	
3174321	Madonna di Reggio	madonna-di-reggio	IT		0	Europe/Rome	44.14375	9.68822				08	SP	011030	
3174322	Madonna di Petralba	madonna-di-petralba	IT		0	Europe/Rome	46.38333	11.41667		Madonna di Petralba,Madonna di Petrelba		17	BZ	021059	
3174323	Madonna di Loreto	madonna-di-loreto	IT		0	Europe/Rome	45.98333	12.91667				06	UD	030027	
3174325	Madonna di Fornelli	madonna-di-fornelli	IT		0	Europe/Rome	44.2	11.25				05	BO	037051	
3174327	Madonna di Campagna	madonna-di-campagna	IT		0	Europe/Rome	43.93333	7.63333				08	IM	008043	
3174329	Madonna del Trezzo	madonna-del-trezzo	IT		0	Europe/Rome	44.16667	9.73333				08	SP	011003	
3174330	Madonna del Soccorso	madonna-del-soccorso	IT		0	Europe/Rome	46.51667	10.18333				09	SO	014037	
3174331	Madonna del Rio	madonna-del-rio	IT		0	Europe/Rome	42.58333	12.61667				18	TR	055032	
3174332	Madonna del Pino	madonna-del-pino	IT		0	Europe/Rome	44.27532	12.32752				05	RA	039007	
3174335	Madonna della Quercia	madonna-della-quercia	IT		0	Europe/Rome	42.41667	12.1		La Quercia,Madonna della Quercia,Quercia,Quércia,Santa Maria della Quercia		07	VT	056059	
3174336	Madonna della Provvidenza	madonna-della-provvidenza	IT		203	Europe/Rome	44.55178	11.10426	52	Madonna della Provvidenza,Provvidenza		05	MO	036006	
3174340	Madonna della Losa	madonna-della-losa	IT		0	Europe/Rome	45.11667	7.03333				12	TO	001117	
3174341	Madonna dell'Acqua	madonna-dell-acqua	IT		1595	Europe/Rome	43.74264	10.37513	3			16	PI	050031	
3174342	Madonna della Costa	madonna-della-costa	IT		0	Europe/Rome	45.86667	9.66667				09	BG	016188	
3174343	Madonna della Comuna	madonna-della-comuna	IT		0	Europe/Rome	45.08498	11.1622				09	MN	020038	
3174347	Madonna del Bosco	madonna-del-bosco	IT		0	Europe/Rome	44.55	12.08333				05	RA	039001	
3174348	Madonna dei Prati	madonna-dei-prati	IT		0	Europe/Rome	44.51667	11.2		Madonna dei Prati,Madonna del Prati		05	BO	037060	
3174349	Madonna dei Ponticelli	madonna-dei-ponticelli	IT		0	Europe/Rome	44.81667	10.95				05	MO	036028	
3174355	Madice	madice	IT		0	Europe/Rome	46.02426	10.83303				17	TN	022017	
3174368	Maciolla	maciolla	IT		0	Europe/Rome	43.71667	12.6				10	PU	041067	
3174370	Macialla	macialla	IT		0	Europe/Rome	43.38333	11.31667				16	SI	052006	
3174373	Macerino	macerino	IT		0	Europe/Rome	42.66667	12.6				18	TR	055001	
3174374	Macereto	macereto	IT		0	Europe/Rome	43	12.13333				18	PG	054037	
3174375	Macereto	macereto	IT		0	Europe/Rome	42.96667	13.1				10	MC	043057	
3174381	Macenano	macenano	IT		0	Europe/Rome	42.64596	12.82379				18	TR	055012	
3174383	Maccione	maccione	IT		0	Europe/Rome	43.81667	11.15				16	FI	048006	
3174386	Macchina Tassi	macchina-tassi	IT		0	Europe/Rome	45.16667	12.03333		Idrovora Tassi,Macchina Tassi		20	VE	027010	
3174396	Macchiavella	macchiavella	IT		0	Europe/Rome	44.96667	11.9				05	FE	038002	
3174398	Macchiatornella	macchiatornella	IT		0	Europe/Rome	42.61667	13.45				01	TE	067022	
3174399	Macchiascandona	macchiascandona	IT		0	Europe/Rome	42.8	10.98333				16	GR	053006	
3174407	Macchia di Monte	macchia-di-monte	IT		0	Europe/Rome	40.88333	17.3		Macchia di Monte,Macchie di Monte		13	BA	072030	
3174412	Maccagno Inferiore	maccagno-inferiore	IT		0	Europe/Rome	46.03797	8.73825				09	VA	012094	
3174414	Maccabei	maccabei	IT		0	Europe/Rome	41.08333	14.78333				04	BN	062060	
3174419	Luvigliano	luvigliano	IT		0	Europe/Rome	45.35	11.7				20	PD	028089	
3174422	Lustrola	lustrola	IT		0	Europe/Rome	44.11667	10.98333				16	PT	047018	
3174433	Luriano	luriano	IT		0	Europe/Rome	43.10687	11.12486				16	SI	052010	
3174434	Lu Razzoni	lu-razzoni	IT		0	Europe/Rome	40.92006	8.89436		Lu Bazzoni,Lu Bozzoni,Lu Razzoni		14	SS	090082	
3174440	Lupompesi	lupompesi	IT		0	Europe/Rome	43.18333	11.38333				16	SI	052019	
3174444	Lupicciana	lupicciana	IT		0	Europe/Rome	43.98333	10.95				16	PT	047014	
3174445	Lupia	lupia	IT		0	Europe/Rome	45.63333	11.6				20	VI	024091	
3174446	Lupetto	lupetto	IT		0	Europe/Rome	41.86667	16.16667				13	FG	071060	
3174453	Luogo Casone	luogo-casone	IT		0	Europe/Rome	44.55	11.68333				05	BO	037037	
3174461	Lunghezza	lunghezza	IT		0	Europe/Rome	41.91667	12.58333				07	RM	058091	
3174469	Lunense	lunense	IT		0	Europe/Rome	44.13208	9.84761				08	SP	011015	
3174484	Luignano	luignano	IT		0	Europe/Rome	45.21667	9.9				09	CR	019095	
3174485	Luiano	luiano	IT		0	Europe/Rome	43.51667	10.98333		Luiano,Lujano di Sotto		16	SI	052028	
3174486	Luia	luia	IT		0	Europe/Rome	43.58333	11.1				16	FI	048012	
3174489	Lugolo	lugolo	IT		0	Europe/Rome	44.4	10.21667				05	RE	035031	
3174495	Lugnola	lugnola	IT		0	Europe/Rome	42.45	12.63333				07	RI	057024	
3174498	Luglie	luglie	IT		0	Europe/Rome	43.3	11.35				16	SI	052032	
3174499	Lugliano	lugliano	IT		0	Europe/Rome	43.98333	10.58333				16	LU	046002	
3174501	Lugarina	lugarina	IT		0	Europe/Rome	44.2	12				05	FC	040012	
3174504	Lugagnano Superiore	lugagnano-superiore	IT		0	Europe/Rome	44.41667	10.16667				05	PR	034022	
3174509	Lucoli Alto	lucoli-alto	IT		0	Europe/Rome	42.28982	13.34955		Lucoli Alta,Lucoli Alto		01	AQ	066052	
3174513	Luco	luco	IT		0	Europe/Rome	42.77928	13.42778				10	AP	044001	
3174521	Luciano	luciano	IT		0	Europe/Rome	43.9	10.35				16	LU	046018	
3174524	Luchiano	luchiano	IT		0	Europe/Rome	42.55	12.36667				18	TR	055004	
3174525	Lucese	lucese	IT		0	Europe/Rome	43.95	10.38333				16	LU	046022	
3174527	Lucciana	lucciana	IT		0	Europe/Rome	43.36597	11.05613				16	SI	052004	
3174537	Lozzole	lozzole	IT		0	Europe/Rome	44.06667	11.53333				16	FI	048031	
3174540	Lovolo	lovolo	IT		203	Europe/Rome	45.37958	11.60903	15			20	VI	024002	
3174542	Lovero Valtellino	lovero-valtellino	IT		0	Europe/Rome	46.23333	10.23333		Lovero,Lovero Valtellino		09	SO	014038	
3174544	Loveno	loveno	IT		0	Europe/Rome	46.05	10.23333				09	BS	017131	
3174545	Lovea	lovea	IT		0	Europe/Rome	46.47972	13.10056				06	UD	030005	
3174551	Lo Stallone	lo-stallone	IT		0	Europe/Rome	45.65	13				20	VE	027034	
3174552	Lo Stabbiale	lo-stabbiale	IT		0	Europe/Rome	44.46667	12.2				05	RA	039014	
3174554	Lo Spino	lo-spino	IT		0	Europe/Rome	44.43333	10.88333				05	MO	036020	
3174559	Lornano	lornano	IT		0	Europe/Rome	43.4	11.26667				16	SI	052016	
3174560	L'Orlanda	l-orlanda	IT		0	Europe/Rome	44.86667	11.21667				05	MO	036012	
3174562	Lorino	lorino	IT		0	Europe/Rome	42.638	12.7904	706	loreno		18	TR	055012	
3174564	Lorgnano	lorgnano	IT		0	Europe/Rome	42.83333	12.46667				18	PG	054052	
3174568	Loretello	loretello	IT		0	Europe/Rome	43.56667	12.95				10	AN	042003	
3174571	Lorenzi	lorenzi	IT		0	Europe/Rome	45.65	11.25				20	VI	024111	
3174572	Lorenzatico	lorenzatico	IT		0	Europe/Rome	44.65	11.23333				05	BO	037053	
3174575	Lorenzaga	lorenzaga	IT		241	Europe/Rome	45.76591	12.63914	7			20	TV	026049	
3174579	L'Oratorio	l-oratorio	IT		0	Europe/Rome	44.68333	9.68333				05	PC	033028	
3174583	L'Opaco	l-opaco	IT		0	Europe/Rome	43.85	11.36667				16	FI	048033	
3174586	Lontignano	lontignano	IT		0	Europe/Rome	42.9	13.36667				10	AP	044044	
3174588	Longostagno	longostagno	IT		216	Europe/Rome	46.55476	11.49218	970			17	BZ	021072	
3174591	Longoio	longoio	IT		0	Europe/Rome	44.03333	10.58333				16	LU	046002	
3174595	Lóngera	longera	IT		0	Europe/Rome	45.63967	13.83153		Longera,Lonjer,Lóngera		06	TS	032006	
3174604	Lonedo	lonedo	IT		0	Europe/Rome	45.75	11.53333				20	VI	024053	
3174610	Lonaro Fano	lonaro-fano	IT		0	Europe/Rome	42.5325	13.1951				01	AQ	066056	
3174619	Lombardi	lombardi	IT		0	Europe/Rome	41.25	14.46667				04	BN	062029	
3174627	Lolli	lolli	IT		0	Europe/Rome	44.53333	11.76667				05	BO	037032	
3174633	Log	log	IT		0	Europe/Rome	45.62145	13.83659		Log,Logo		06	TS	032004	
3174634	Logna	logna	IT		0	Europe/Rome	42.73333	13		Logna		18	PG	054007	
3174635	Loghino Speranza	loghino-speranza	IT		0	Europe/Rome	44.98333	11.03333				09	MN	020056	
3174646	Locate Bergamasco	locate-bergamasco	IT		0	Europe/Rome	45.7	9.55				09	BG	016132	
3174648	Lobbia	lobbia	IT		0	Europe/Rome	44.72674	9.49699				05	PC	033019	
3174650	Lizzola Bassa	lizzola-bassa	IT		0	Europe/Rome	46.03333	10				09	BG	016223	
3174651	Lizzola Alta	lizzola-alta	IT		0	Europe/Rome	46.03333	10.01667		Lizzola,Lizzola Alta		09	BG	016223	
3174670	Livelli	livelli	IT		0	Europe/Rome	44.83506	9.14835				09	PV	018007	
3174671	Li Valcaggi	li-valcaggi	IT		0	Europe/Rome	41.06667	8.96667				14	OT	104026	
3174674	Litorno	litorno	IT		0	Europe/Rome	44.23807	9.50738				08	GE	010037	
3174676	Literno	literno	IT		0	Europe/Rome	42.76667	10.25				16	LI	049003	
3174678	Listolade	listolade	IT		214	Europe/Rome	46.31611	12.00677	701			20	BL	025059	
3174680	Lissaro	lissaro	IT		946	Europe/Rome	45.46066	11.74562	21			20	PD	028054	
3174681	Lisorno	lisorno	IT		0	Europe/Rome	44.31667	9.65				08	SP	011029	
3174683	L'Isola	l-isola	IT		0	Europe/Rome	43.45	12.9				10	AN	042020	
3174696	Li Paoli	li-paoli	IT		0	Europe/Rome	41.28333	13.93333				04	CE	061088	
3174698	Lione	lione	IT		0	Europe/Rome	45.46667	11.13333				20	VR	023042	
3174702	Lingotto	lingotto	IT		0	Europe/Rome	45.03333	7.65				12	TO	001272	
3174703	Lindar	lindar	IT		0	Europe/Rome	46.18333	13.48333		Linclar,Lindar		06	UD	030086	
3174707	Linari	linari	IT		0	Europe/Rome	43.66667	11.35				16	FI	048021	
3174712	Limiti	limiti	IT		0	Europe/Rome	42.98333	12.61667				18	PG	054050	
3174714	Limite	limite	IT		0	Europe/Rome	43.73333	10.96667				16	FI	048014	
3174715	Limigiano	limigiano	IT		0	Europe/Rome	42.98333	12.55		Limigiano		18	PG	054006	
3174733	Ligliano	ligliano	IT		0	Europe/Rome	43.43333	11.25				16	SI	052005	
3174741	Lido di Ostia	lido-di-ostia	IT		79400	Europe/Rome	41.73212	12.27654	1	Lido di Ostia,Lido-di-Ostija,Lido-di-Roma,Ostia Lido,Лидо-ди-Остия,Лидо-ди-Рома		07	RM	058091	
3174742	Lido di Jesolo	lido-di-jesolo	IT		0	Europe/Rome	45.50694	12.64694				20	VE	027019	
3174750	Lidarno	lidarno	IT		0	Europe/Rome	43.11667	12.48333				18	PG	054039	
3174763	Librari	librari	IT		0	Europe/Rome	40.3	17.48333				13	TA		
3174768	Liberani	liberani	IT		0	Europe/Rome	42.11667	13.05				01	AQ	066025	
3174773	Libano	libano	IT		554	Europe/Rome	46.15189	12.15474	509			20	BL	025053	
3174774	Liano	liano	IT		0	Europe/Rome	44.38333	11.53333				05	BO	037020	
3174777	Lezzara	lezzara	IT		0	Europe/Rome	44.58333	9.7				05	PR	034002	
3174780	Le Vignole	le-vignole	IT		0	Europe/Rome	45.45	12.4				20	VE	027042	
3174782	Le Vigne	le-vigne	IT		0	Europe/Rome	41.71667	14.15				11	IS	094039	
3174783	Levigliani	levigliani	IT		331	Europe/Rome	44.02135	10.28445	582			16	LU	046030	
3174787	Le Versegge	le-versegge	IT		0	Europe/Rome	42.91667	11.1				16	GR	053021	
3174788	Leverogne Rochefort	leverogne-rochefort	IT		0	Europe/Rome	45.7	7.15		Leverogne,Leverogne Rochefort,Leverogne la Ravoire		19	AO	007005	
3174790	Levei	levei	IT		0	Europe/Rome	44.73333	9.7				05	PC	033028	
3174791	Le Vedute	le-vedute	IT		0	Europe/Rome	43.76667	10.75				16	FI	048019	
3174805	Levada di Sotto	levada-di-sotto	IT		0	Europe/Rome	45.61667	12.06667				20	PD	028064	
3174809	Leutta	leutta	IT		0	Europe/Rome	45.71667	7.43333				19	AO	007060	
3174815	Le Torri	le-torri	IT		0	Europe/Rome	44.49111	12.11167				05	RA	039014	
3174816	Le Torri	le-torri	IT		0	Europe/Rome	42.7	13.78333				01	TE	067041	
3174818	Le Tombe	le-tombe	IT		0	Europe/Rome	44.98333	12.15				20	RO	029017	
3174823	Le Tagliole	le-tagliole	IT		0	Europe/Rome	44.16667	10.6		Le Tagliole,Tagliole		05	MO	036031	
3174830	Les Perères	les-pereres	IT		0	Europe/Rome	45.9	7.61667				19	AO	007071	
3174831	Lesis	lesis	IT		0	Europe/Rome	46.27583	12.545				06	PN	093015	
3174835	Lesignano di Palmia	lesignano-di-palmia	IT		0	Europe/Rome	44.61667	10.11667				05	PR	034038	
3174838	Les Granges	les-granges	IT		0	Europe/Rome	45.1	6.68333				12	TO	001022	
3174840	Le Serucce	le-serucce	IT		0	Europe/Rome	44.21667	11.2		Le Serucce,Le Seruzze		05	BO	037051	
3174845	Les Arnauds	les-arnauds	IT		0	Europe/Rome	45.06667	6.68333		Arnauds,Les Arnauds		12	TO	001022	
3174846	Le Salse	le-salse	IT		0	Europe/Rome	44.11667	7.73333		Le Salse,Salse		08	IM	008034	
3174848	Le Rucce	le-rucce	IT		0	Europe/Rome	43.36667	12.78333				10	AN	042017	
3174849	Le Rosse	le-rosse	IT		0	Europe/Rome	45.18333	11.63333				20	PD	028098	
3174850	Le Rose	le-rose	IT		0	Europe/Rome	42.55	13.15				07	RI	057057	
3174857	Leri	leri	IT		0	Europe/Rome	45.25	8.2				12	VC	002148	
3174858	L'Eremo	l-eremo	IT		0	Europe/Rome	45.05	7.71667				12	TO	001272	
3174861	Le Presure	le-presure	IT		0	Europe/Rome	46.55	10.25		Le Presure,Presure		09	SO	014071	
3174868	Le Piazze	le-piazze	IT		0	Europe/Rome	42.9	11.91667		Le Piazze,Piazze		16	SI	052027	
3174869	Le Piane	le-piane	IT		0	Europe/Rome	45.8	7.91667				12	VC	002114	
3174871	Le Pastinelle	le-pastinelle	IT		0	Europe/Rome	41.48333	13.88333		Le Pastinelle,Pastinelle		07	FR	060026	
3174900	Lemmolle	lemmolle	IT		0	Europe/Rome	41.61667	13.86667				07	FR	060088	
3174901	Lemmi	lemmi	IT		0	Europe/Rome	44.7	9				12	AL	006085	
3174902	Lemmen	lemmen	IT		0	Europe/Rome	44.08777	9.76659				08	SP	011024	
3174904	Lemignano	lemignano	IT		0	Europe/Rome	44.75	10.26667				05	PR	034009	
3174907	Le Marmore	le-marmore	IT		0	Europe/Rome	42.55	12.71667		Le Marmore,Marmore		18	TR	055032	
3174908	Le Marche	le-marche	IT		228	Europe/Rome	45.70596	12.36104	15			20	TV	026005	
3174909	Le Malghe	le-malghe	IT		0	Europe/Rome	46.48333	10.91667				17	BZ	021104	
3174910	Le Lamie di Olimpe	le-lamie-di-olimpe	IT		0	Europe/Rome	40.78333	17.35		Le Lame di Olimpe,Le Lamie di Olimpe		13	BA	072025	
3174914	Le Grotte	le-grotte	IT		0	Europe/Rome	42.35	12.95				07	RI	057059	
3174915	Le Grazie di Ancona	le-grazie-di-ancona	IT		6385	Europe/Rome	43.60081	13.51529		Le Grazie,Le Grazie di Ancona,Le Grázie		10	AN	042002	
3174919	Legogne	legogne	IT		0	Europe/Rome	42.8	13.01667				18	PG	054035	
3174923	Leggio	leggio	IT		0	Europe/Rome	44.78333	9.51667				05	PC	033004	
3174925	Le Fornacette	le-fornacette	IT		0	Europe/Rome	43.61667	11.15				16	FI	048038	
3174926	Le Foci	le-foci	IT		0	Europe/Rome	42.78333	10.3				16	LI	049014	
3174927	Le Focette	le-focette	IT		0	Europe/Rome	43.91667	10.23333		Focette,Le Focette		16	LU	046005	
3174937	Le Cremosine	le-cremosine	IT		0	Europe/Rome	44.85	11.26667		Le Cremonine,Le Cremosine		05	MO	036012	
3174938	Le Comuni	le-comuni	IT		0	Europe/Rome	45.25	11.35				20	VR	023048	
3174941	Le Cese	le-cese	IT		0	Europe/Rome	41.55	13.61667				07	FR	060027	
3174942	Le Cerquete	le-cerquete	IT		0	Europe/Rome	41.85	12.26667				07	RM	058120	
3174949	Lecchiore	lecchiore	IT		0	Europe/Rome	43.91667	7.91667				08	IM	008030	
3174950	Lecce nei Marsi	lecce-ne-marsi	IT		1752	Europe/Rome	41.93383	13.687		Lecce dei Marse,Lecce nei Marsi	066050	01	AQ	066050	
3174954	Le Cave	le-cave	IT		0	Europe/Rome	46.81667	11.53333				17	BZ	021032	
3174958	Le Caselle	le-caselle	IT		0	Europe/Rome	45.53333	11.91667		Contrada Caselle,Le Caselle		20	PD	028075	
3174959	Le Case	le-case	IT		0	Europe/Rome	42.93137	10.83986				16	GR	053024	
3174961	Le Casaccie	le-casaccie	IT		0	Europe/Rome	43.41667	12.75				18	PG	054046	
3174962	Le Bratte	le-bratte	IT		0	Europe/Rome	46.15	10.16667				09	BS	017063	
3174963	Le Bolle	le-bolle	IT		0	Europe/Rome	43.61667	11.3				16	FI	048021	
3174964	Le Biuse	le-biuse	IT		0	Europe/Rome	46.08333	8.61667				12	VB	103020	
3174966	Le Barre	le-barre	IT		0	Europe/Rome	40.23333	15.28333		Barre,Le Barre		04	SA	065154	
3174968	Le Balmelle	le-balmelle	IT		0	Europe/Rome	46.23333	8.15		Balmelle,Le Balmelle		12	VB	103067	
3174970	Le Ammonite	le-ammonite	IT		0	Europe/Rome	44.44778	12.09		Ammonite,Le Ammonite		05	RA	039014	
3174973	Lazzari	lazzari	IT		0	Europe/Rome	44.23333	10.91667		I Lazzari,Lazzari		05	MO	036026	
3174977	Lazins	lazins	IT		0	Europe/Rome	46.78333	11.05				17	BZ	021054	
3174979	La Zecchina	la-zecchina	IT		0	Europe/Rome	45.61667	12.15				20	TV	026095	
3174982	La Volla	la-volla	IT		0	Europe/Rome	41.48333	13.75				07	FR	060052	
3174989	La Villetta	la-villetta	IT		0	Europe/Rome	42.35	12.96667		La Villetta,Villetta		07	RI	057016	
3174995	La Via	la-via	IT		0	Europe/Rome	46.9	11.31667		La Via,La Vid		17	BZ	021070	
3174999	Laverino	laverino	IT		0	Europe/Rome	43.13333	12.88333				10	MC	043019	
3175001	La Vergine	la-vergine	IT		0	Europe/Rome	43.93333	10.9				16	PT	047014	
3175005	La Venezia	la-venezia	IT		0	Europe/Rome	44.41667	11.16667				05	BO	037042	
3175007	Lavena	lavena	IT		0	Europe/Rome	45.95749	8.86987			012086	09	VA	012086	
3175015	Lavangone	lavangone	IT		0	Europe/Rome	40.71667	15.8		Contrada Lavangone,Lavancone,Lavangone		02	PZ	076063	
3175021	Laval	laval	IT		0	Europe/Rome	44.96667	6.91667				12	TO	001201	
3175119	Larcher	larcher	IT		0	Europe/Rome	46.53333	10.95				17	BZ	021104	
3175026	Lausetto	lausetto	IT		0	Europe/Rome	44.48333	6.98333				12	CN	004001	
3175042	Laturo	laturo	IT		0	Europe/Rome	42.75	13.53333				01	TE	067046	
3175047	La Tosca	la-tosca	IT		0	Europe/Rome	44.52139	12.03778				05	RA	039001	
3175051	La Torrazza	la-torrazza	IT		0	Europe/Rome	43.75	12.7		La Torraccia,La Torrazza		10	PU	041067	
3175052	La Torraccia	la-torraccia	IT		0	Europe/Rome	43.02046	10.52336				16	LI	049018	
3175063	La Terzana	la-terzana	IT		0	Europe/Rome	44.93333	11.31667				05	FE	038003	
3175065	La Terra	la-terra	IT		0	Europe/Rome	42.5	13.11667				07	RI	057006	
3175071	Lateis	lateis	IT		0	Europe/Rome	46.45944	12.74889				06	UD	030107	
3175072	La Strada	la-strada	IT		0	Europe/Rome	44.55	10.16667				05	PR	034012	
3175073	La Strada	la-strada	IT		0	Europe/Rome	44.18333	11.68333		La Strada,Strada		05	RA	039004	
3175077	Laste	laste	IT		0	Europe/Rome	46.8	11.45		Lasle,Laste		17	BZ	021086	
3175083	La Sirena	la-sirena	IT		0	Europe/Rome	44.35	11.08333		La Predosa,La Sirena		05	BO	037061	
3175086	Lasei	lasei	IT		0	Europe/Rome	46.65	11.73333				17	BZ	021033	
3175087	La Sdriscia	la-sdriscia	IT		0	Europe/Rome	42.98333	10.58333				16	LI	049012	
3175090	La Sanguettola	la-sanguettola	IT		0	Europe/Rome	44.75	11.48333				05	FE	038018	
3175092	La Salza	la-salza	IT		0	Europe/Rome	42.53333	13.71667				01	TE	067010	
3175094	La Salana	la-salana	IT		0	Europe/Rome	44.88333	11.91667				05	FE	038010	
3175095	La Sabatina	la-sabatina	IT		0	Europe/Rome	42.8	11.3		La Sabatina,Sabatina		16	GR	053002	
3175097	Larzano	larzano	IT		0	Europe/Rome	44.95	9.63333				05	PC	033038	
3175102	La Rocca	la-rocca	IT		0	Europe/Rome	42.36667	11.9		Casa la Rocca,La Rocca		07	VT	056037	
3175110	Larghetto	larghetto	IT		0	Europe/Rome	42.4	12.8				07	RI	057059	
3175116	Lardara	lardara	IT		0	Europe/Rome	45.15	9.78333				09	LO	098035	
3175122	La Presuraccia	la-presuraccia	IT		0	Europe/Rome	46.53333	10.26667				09	SO	014071	
3175124	Lappago	lappago	IT		0	Europe/Rome	46.91667	11.8		Lappach,Lappago		17	BZ	021088	
3175125	La Posta	la-posta	IT		0	Europe/Rome	44.18333	11.33333				16	FI	048018	
3175126	La Pioppa	la-pioppa	IT		0	Europe/Rome	44.63333	11.95				05	FE	038001	
3175131	La Pieve	la-pieve	IT		0	Europe/Rome	43.93333	12.33333				10	PU		
3175132	La Pieve	la-pieve	IT		0	Europe/Rome	43.76667	12.9				10	PU	041010	
3175133	La Pieve	la-pieve	IT		0	Europe/Rome	43.56667	13.13333				10	AN	042005	
3175134	La Pievaccia	la-pievaccia	IT		0	Europe/Rome	43.15	11.8				16	SI	052015	
3175135	La Pettenella	la-pettenella	IT		0	Europe/Rome	44.9	11.08333				05	MO	036022	
3175136	La Pesta	la-pesta	IT		0	Europe/Rome	42.98333	10.9		La Pesta,Pesta di Carpignone		16	GR	053015	
3175137	La Pescaia	la-pescaia	IT		0	Europe/Rome	42.91667	11.11667				16	GR	053021	
3175139	La Pedocca	la-pedocca	IT		0	Europe/Rome	44.95	11.3				05	FE	038003	
3175140	La Pavonara	la-pavonara	IT		0	Europe/Rome	44.88333	11.66667				05	FE	038008	
3175141	La Pastorella	la-pastorella	IT		0	Europe/Rome	44.55	11.93333				05	RA	039012	
3175142	La Panizza	la-panizza	IT		0	Europe/Rome	44.85	10.6		La Panizza,La Paruzza		05	RE	035023	
3175143	La Panighina	la-panighina	IT		0	Europe/Rome	44.17162	12.16324				05	FC	040003	
3175144	La Paluaccia	la-paluaccia	IT		0	Europe/Rome	46.55	10.11667				09	SO	014037	
3175145	La Palazzina	la-palazzina	IT		0	Europe/Rome	44.65	10.05				05	PR	034017	
3175146	La Palazzina	la-palazzina	IT		0	Europe/Rome	43.7	10.31667				16	PI	050026	
3175147	La Palazza	la-palazza	IT		0	Europe/Rome	43.05	12.26667				18	PG	054039	
3175151	Lanzoni	lanzoni	IT		0	Europe/Rome	45.56667	12.5				20	VE	027042	
3175158	Lano	lano	IT		0	Europe/Rome	43.36667	11.1				16	SI	052012	
3175159	L'Annunziata	l-annunziata	IT		0	Europe/Rome	42.73333	13.96667				01	TE	067025	
3175160	Lanna	lanna	IT		0	Europe/Rome	41.76667	13.61667				07	FR	060049	
3175162	L'Angolo	l-angolo	IT		0	Europe/Rome	44.95	6.96667				12	TO	001201	
3175166	Lanfredi	lanfredi	IT		0	Europe/Rome	43.99109	8.12181				08	SV	009006	
3175169	L'Andria	l-andria	IT		0	Europe/Rome	46.45	12.05		I'Andria,L'Andria		20	BL	025054	
3175172	Lanciatoio	lanciatoio	IT		0	Europe/Rome	42.9	13.33333				10	AP	044044	
3175175	Lana di Sotto	lana-di-sotto	IT		0	Europe/Rome	46.6	11.16667				17	BZ	021041	
3175178	La Murta	la-murta	IT		0	Europe/Rome	41.2	9.18333				14	OT	104022	
3175179	La Mura	la-mura	IT		0	Europe/Rome	44.45	11.41667		La Mura,Ospizio San Carlo		05	BO	037054	
3175180	La Muda	la-muda	IT		0	Europe/Rome	46.25056	12.10389		La Muda,Muda		20	BL	025027	
3175192	La Miniera	la-miniera	IT		0	Europe/Rome	44.36667	7.26667		La Miniera,Miniera d'Asfalto		12	CN	004079	
3175194	L'Americano	l-americano	IT		0	Europe/Rome	41.57256	12.5136				07			
3175195	Lame	lame	IT		0	Europe/Rome	45.68333	13.06667				06	UD	030046	
3175199	Lambre	lambre	IT		0	Europe/Rome	45.8	11.23333				20	VI	024080	
3175202	La Massara	la-massara	IT		0	Europe/Rome	44.9	11.15				05	MO	036022	
3175203	La Masonaccia	la-masonaccia	IT		0	Europe/Rome	46.11667	9.48333				09	SO	014003	
3175204	La Martina	la-martina	IT		0	Europe/Rome	44.21667	11.36667				05	BO	037040	
3175205	La Marina	la-marina	IT		0	Europe/Rome	44.21568	9.51764				08	SP	011012	
3175206	La Marchesa	la-marchesa	IT		0	Europe/Rome	44.8	11.11667				05	MO	036004	
3175207	La Mandria	la-mandria	IT		0	Europe/Rome	45.16667	11.66667				20	PD	028102	
3175211	La Madonnina	la-madonnina	IT		0	Europe/Rome	46.6	11.41667		La Madonnina,La Madonnina del Renon,La Madonnina del Renón,Madonnina,Madonnina del Renon		17	BZ	021072	
3175212	La Madonnina	la-madonnina	IT		0	Europe/Rome	44.65	10.9		La Madonnina,Madonnina		05	MO	036023	
3175213	La Madonnetta	la-madonnetta	IT		0	Europe/Rome	45.28333	11.73333				20	PD	028005	
3175214	La Madonna	la-madonna	IT		0	Europe/Rome	43.83333	11.05				16	PO	100005	
3175215	Lama di Monchio	lama-di-monchio	IT		0	Europe/Rome	44.38333	10.66667				05	MO	036029	
3175232	L'Albera	l-albera	IT		0	Europe/Rome	45.25	11.85				20	PD	028079	
3175233	La Lama	la-lama	IT		0	Europe/Rome	43.83333	11.83333				05	FC	040001	
3175234	La Lama	la-lama	IT		0	Europe/Rome	43.63333	11.58333				16	AR	051040	
3175235	Laives - Leifers	laives-leifers	IT		15069	Europe/Rome	46.42679	11.33841	245	Laives,Leifers,raivu~esu,ライヴェス	021040	17	BZ	021040	
3175242	Lagune	lagune	IT		0	Europe/Rome	44.4	11.2				05	BO	037057	
3175244	La Guardia	la-guardia	IT		0	Europe/Rome	42.79471	10.11772		La Guardin		16	LI	049010	
3175245	La Gualda	la-gualda	IT		0	Europe/Rome	45.46667	11.4				20	VI	024060	
3175252	Lagora	lagora	IT		0	Europe/Rome	44.15	11.16667				05	BO	037022	
3175263	Laglesie-San Leopoldo	laglesie-san-leopoldo	IT		0	Europe/Rome	46.51306	13.34583		Laglesie-San Leopoldo,San Leopoldo,San Leopoldo Laglesie,San Leopoldo Laglèsie		06	UD	030076	
3175265	La Giudecca	la-giudecca	IT		0	Europe/Rome	45.42477	12.32906		Giudecca		20	VE	027042	
3175267	La Giovecca	la-giovecca	IT		0	Europe/Rome	44.53333	11.88333		La Gioecca,La Giovecca		05	RA	039012	
3175271	Lagdei	lagdei	IT		0	Europe/Rome	44.41183	10.00906				05	PR	034012	
3175274	Lagarino	lagarino	IT		0	Europe/Rome	46.45	10.83333		Lagarina,Lagarino		17	BZ	021104	
3175278	La Fruttarola	la-fruttarola	IT		0	Europe/Rome	44.88333	11.28333				05	MO	036012	
3175279	La Frua	la-frua	IT		0	Europe/Rome	46.4	8.4		Frua,La Frua		12	VB	103031	
3175280	La Frattina	la-frattina	IT		0	Europe/Rome	44.83333	11.46667				05	FE	038022	
3175281	La Frampolina	la-frampolina	IT		0	Europe/Rome	44.48333	11.95		Frampolina,La Frampolina		05	RA	039011	
3175283	La Foppa	la-foppa	IT		0	Europe/Rome	46.18333	9.23333		Foppa,La Foppa		09	CO	013249	
3175288	La Figurina	la-figurina	IT		0	Europe/Rome	43.71667	13.01667				10	PU	041052	
3175290	La Fagiana	la-fagiana	IT		0	Europe/Rome	45.58333	12.8				20	VE	027013	
3175291	La Faggia	la-faggia	IT		0	Europe/Rome	42.84202	11.62113				16	GR	053022	
3175292	La Fabbrica	la-fabbrica	IT		0	Europe/Rome	44.3	11.63333		Fabbrica,La Fabbrica		05	BO	037032	
3175294	Ladurnes	ladurnes	IT		0	Europe/Rome	46.65	10.95				17	BZ	021056	
3175299	La Dispensa	la-dispensa	IT		0	Europe/Rome	43.35764	10.97435				16	PI	050039	
3175300	La Cupa	la-cupa	IT		0	Europe/Rome	43.7	12.26667				16	AR	051003	
3175302	Laculo	laculo	IT		0	Europe/Rome	42.48333	13.08333				07	RI	057057	
3175303	La Crosara	la-crosara	IT		0	Europe/Rome	44.95	11.68333				20	RO	029009	
3175306	Acquarino	acquarino	IT		0	Europe/Rome	44	11.01667		L'Acquarino,L'Aquerino		16	PO	100001	
3175312	La Coreggia	la-coreggia	IT		0	Europe/Rome	40.8	17.26667	395	Coreggia,La Correggia		13	TA	073013	
3175316	La Collina	la-collina	IT		0	Europe/Rome	43.56667	10.88333				16	FI	048027	
3175317	La Collevata	la-collevata	IT		0	Europe/Rome	44.88333	11.03333				05	MO	036022	
3175319	La Colla	la-colla	IT		0	Europe/Rome	46.16667	8.5				12	VB	103024	
3175320	La Cinquantina	la-cinquantina	IT		0	Europe/Rome	43.31667	10.48333		Cinquantina,La Cinquantina		16	LI	049007	
3175321	La Cilla	la-cilla	IT		0	Europe/Rome	44.53417	12.12444		Fattoria Mazzolini,La Cilla		05	RA	039014	
3175322	La Chiusa	la-chiusa	IT		0	Europe/Rome	42.45	12.63333				07	RI	057024	
3175323	La Chiocciola	la-chiocciola	IT		0	Europe/Rome	43.7	11.4		Chiocciola,Chiócciola,La Chiocciola		16	FI	048036	
3175324	La Chiassa	la-chiassa	IT		0	Europe/Rome	43.53333	11.9		La Chiassa,La Chiasso		16	AR	051002	
3175327	Lachelle	lachelle	IT		0	Europe/Rome	45.26667	8.25				12	VC	002118	
3175338	La Cavriana	la-cavriana	IT		0	Europe/Rome	44.98333	10.98333		La Caoriana,La Cavriana		09	MN	020047	
3175339	La Cavanella	la-cavanella	IT		0	Europe/Rome	44.35	11.1				05	BO	037061	
3175340	La Cava	la-cava	IT		0	Europe/Rome	43.5	10.86667				16	FI	048027	
3175341	La Casinina	la-casinina	IT		0	Europe/Rome	43.81667	12.58333				10	PU	041003	
3175342	La Casina	la-casina	IT		0	Europe/Rome	43.78195	12.01918				05	FC	040050	
3175343	La Casina	la-casina	IT		0	Europe/Rome	43.41667	10.63333				16	PI	050030	
3175344	La Casetta	la-casetta	IT		0	Europe/Rome	44.3	11.68333				05	RA	039015	
3175345	La Casetta	la-casetta	IT		0	Europe/Rome	43.5	10.68333				16	PI	050036	
3175346	La Casetta	la-casetta	IT		0	Europe/Rome	43.36667	10.96667				16	PI	050039	
3175347	La Cascina	la-cascina	IT		0	Europe/Rome	46.08333	8.46667				12	VB	103041	
3175348	La Cascina	la-cascina	IT		0	Europe/Rome	44.96667	11.5				20	RO	029045	
3175349	La Cascina	la-cascina	IT		0	Europe/Rome	44.56694	12.24667				05	RA	039014	
3175350	La Capriola	la-capriola	IT		0	Europe/Rome	42.51667	11.46667				16	GR	053014	
3175351	La Cappelletta	la-cappelletta	IT		0	Europe/Rome	45.1	10.76667				09	MN	020069	
3175353	La Capocotta	la-capocotta	IT		0	Europe/Rome	41.68333	12.45				07	RM	058091	
3175356	La Campigliola	la-campigliola	IT		0	Europe/Rome	42.51667	11.5				16	GR	053014	
3175357	La Campagnola	la-campagnola	IT		0	Europe/Rome	45.01667	11.51667				20	RO	029011	
3175358	La Campa	la-campa	IT		0	Europe/Rome	44.9	11.23333				05	MO	036012	
3175360	La Caduta	la-caduta	IT		0	Europe/Rome	43.05	10.56667				16	LI	049002	
3175362	La Botiaccia	la-botiaccia	IT		0	Europe/Rome	41.9	12.31667				07	RM	058091	
3175363	La Boccalona	la-boccalona	IT		0	Europe/Rome	44.95	10.6		Boccalona,La Boccalona		09	MN	020043	
3175364	La Boaria	la-boaria	IT		0	Europe/Rome	44.38333	12.28333		La Boara,La Boaria		05	RA	039014	
3175365	La Biondella	la-biondella	IT		0	Europe/Rome	45.43333	11.13333				20	VR	023042	
3175366	La Biocca	la-biocca	IT		0	Europe/Rome	45.35	11.13333		La Biocca,La Bioccia		20	VR	023097	
3175368	La Berzigala	la-berzigala	IT		0	Europe/Rome	44.38333	10.8		Berzigala,La Berzigala		05	MO	036030	
3175369	La Bertolotta	la-bertolotta	IT		0	Europe/Rome	44.35	11.86667				05	RA	039018	
3175370	La Bernolda	la-bernolda	IT		0	Europe/Rome	44.86667	10.76667				05	RE	035009	
3175372	La Bassa	la-bassa	IT		0	Europe/Rome	44.73333	10.71667				05	RE	035033	
3175373	La Barchessa	la-barchessa	IT		0	Europe/Rome	44.96667	11.81667				05	FE	038020	
3175374	La Barchessa	la-barchessa	IT		0	Europe/Rome	44.75	11.18333				05	BO	037024	
3175375	La Barbina	la-barbina	IT		0	Europe/Rome	45	11.78333				20	RO	029028	
3175376	La Bandita	la-bandita	IT		0	Europe/Rome	43.03333	10.63333				16	LI	049002	
3175377	La Balda	la-balda	IT		0	Europe/Rome	44.71667	11.85				05	FE	038019	
3175378	La Balantina	la-balantina	IT		0	Europe/Rome	44.9	10.98333		La Balantina,La Palatina		05	MO	036038	
3175380	Joussaud	joussaud	IT		0	Europe/Rome	44.98333	6.91667		Joussand,Joussaud		12	TO	001201	
3175383	I Zalloni	i-zalloni	IT		0	Europe/Rome	44.4	9.68333		I Zalloni,Squarci		05	PR	034001	
3175386	I Villini	i-villini	IT		0	Europe/Rome	42.87684	11.68568				16	SI	052001	
3175387	I Vaccari	i-vaccari	IT		0	Europe/Rome	44.98333	9.73333		I Vaccari,Vaccari		05	PC	033035	
3175393	I Tre Olmi	i-tre-olmi	IT		0	Europe/Rome	44.66667	10.88333		I Tre Olmi,The Olmi		05	MO	036023	
3175404	Issiria	issiria	IT		0	Europe/Rome	40.01667	9.23333				14	NU	091016	
3175416	Isola Santa	isola-santa	IT		0	Europe/Rome	44.06667	10.31667				16	LU	046008	
3175417	Isola San Biagio	isola-san-biagio	IT		0	Europe/Rome	42.9	13.3				10	AP	044044	
3175418	Isola Pescaroli	isola-pescaroli	IT		0	Europe/Rome	45.05	10.16667				09	CR	019089	
3175421	Isolalunga	isolalunga	IT		318	Europe/Rome	43.90287	7.96104	89			08	IM	008030	
3175431	Isola Comacina	isola-comacina	IT		0	Europe/Rome	45.96667	9.16667				09	CO	013203	
3175443	Isiata	isiata	IT		0	Europe/Rome	45.61306	12.60611				20	VE	027033	
3175469	I Ronchi	i-ronchi	IT		0	Europe/Rome	45.74528	12.32556				20	TV	026040	
3175470	I Roncari	i-roncari	IT		0	Europe/Rome	45.61667	11.15				20	VR	023080	
3175471	Irola	irola	IT		0	Europe/Rome	44.33883	9.96426				16	MS	045016	
3175476	I Rami	i-rami	IT		0	Europe/Rome	44.73333	11.08333				05	MO	036034	
3175478	I Pozzi	i-pozzi	IT		0	Europe/Rome	45.78333	12.96667				20	VE	027034	
3175479	I Pozzi	i-pozzi	IT		0	Europe/Rome	43.79681	7.60254				08	IM	008065	
3175480	I Ponti	i-ponti	IT		0	Europe/Rome	44.56667	11.8		I Due Ponti,I Ponti		05	FE	038001	
3175481	I Poggetti	i-poggetti	IT		0	Europe/Rome	42.93333	10.86667				16	GR	053010	
3175482	I Pieracci	i-pieracci	IT		0	Europe/Rome	43.15	11.98333				18	PG	054009	
3175483	I Pavoloni	i-pavoloni	IT		0	Europe/Rome	44.35	11.03333				05	BO	037061	
3175484	I Palazzi	i-palazzi	IT		0	Europe/Rome	43.63333	10.38333		I Palazzi,Palazz		16	PI	050026	
3175485	I Padri	i-padri	IT		0	Europe/Rome	45.78075	11.36853		I Padri,Paori		20	VI	024115	
3175490	Inzino	inzino	IT		0	Europe/Rome	45.7	10.18333				09	BS	017075	
3175500	Intra	intra	IT		0	Europe/Rome	45.93778	8.57088				12	VB	103072	
3175501	Intizzo	intizzo	IT		0	Europe/Rome	45.945	12.96861		Intizzo,Iutizzo		06	UD	030027	
3175502	Intissans	intissans	IT		0	Europe/Rome	46.38278	12.99278				06	UD	030132	
3175525	Incisa in Val d'Arno	incisa-in-valdarno	IT		5503	Europe/Rome	43.65575	11.44863		Incisa,Incisa Val d'Arno,Incisa in Val d'Arno		16	FI	048052	
3175527	Incassaturo	incassaturo	IT		0	Europe/Rome	40.7	15.71667				02	PZ	076071	
3175536	I Morini	i-morini	IT		0	Europe/Rome	44.75	10.1				05	PR	034020	
3175541	Il Trucco	il-trucco	IT		0	Europe/Rome	45.15	6.98333				12	TO	001114	
3175549	Il Rastello	il-rastello	IT		0	Europe/Rome	45.01667	11.81667				20	RO	029038	
3175552	Il Prato	il-prato	IT		0	Europe/Rome	43.75	10.46667				16	PI	050031	
3175553	Il Portico	il-portico	IT		0	Europe/Rome	43.75	11.2				16	FI	048041	
3175554	Il Ponte	il-ponte	IT		0	Europe/Rome	44.46667	11.51667		Il Ponte,Ponte Rizzoli		05	BO	037046	
3175555	Il Poggione	il-poggione	IT		0	Europe/Rome	42.78333	11.13333				16	GR	053011	
3175556	Il Poggio	il-poggio	IT		0	Europe/Rome	44.48333	10.91667				05	MO	036008	
3175557	Il Poggio	il-poggio	IT		0	Europe/Rome	44.11667	11				16	PT	047018	
3175558	Il Poggettone	il-poggettone	IT		0	Europe/Rome	42.88333	10.96667				16	GR	053010	
3175559	Il Pizzone	il-pizzone	IT		0	Europe/Rome	41.2349	13.55988		Pizzone		07	LT	059009	
3175560	Il Piano	il-piano	IT		0	Europe/Rome	44.97556	12.21556		Il Piano,Piano		20	RO	029002	
3175561	Il Pero	il-pero	IT		0	Europe/Rome	44.38755	8.54891		Pero		08	SV	009065	
3175562	Il Palazzone	il-palazzone	IT		0	Europe/Rome	44.95	11.8				05	FE	038020	
3175563	Il Palazzone	il-palazzone	IT		0	Europe/Rome	44.41667	11.5				05	BO	037020	
3175564	Il Palazzone	il-palazzone	IT		0	Europe/Rome	43.75	12.65				10	PU	041067	
3175565	Il Palazzo	il-palazzo	IT		0	Europe/Rome	43.91667	11.4				16	FI	048004	
3175566	Il Palazzo	il-palazzo	IT		0	Europe/Rome	43.88333	11.56667				16	FI	048013	
3175567	Il Motto	il-motto	IT		0	Europe/Rome	46.35	10.33333		Il Motto,Mot		09	SO	014060	
3175568	Il Motto	il-motto	IT		0	Europe/Rome	44.85	11.2				05	MO	036012	
3175570	Il Monte	il-monte	IT		0	Europe/Rome	40.06667	18.01667		Il Monte,Monte		13	LE	075031	
3175573	Il Molinaccio	il-molinaccio	IT		0	Europe/Rome	43.6	11.63333				16	AR	051020	
3175574	Il Magazzeno	il-magazzeno	IT		0	Europe/Rome	44.55	12.1		Casale Martinelle,Il Magazzeno,Magazzeno		05	RA	039001	
3175576	Il Loghino	il-loghino	IT		0	Europe/Rome	45	11.25				09	MN	020061	
3175579	Illice	illice	IT		0	Europe/Rome	42.9	13.4				10	AP	044015	
3175580	Illica	illica	IT		0	Europe/Rome	44.56667	9.6				05	PR	034003	
3175581	Illica	illica	IT		0	Europe/Rome	42.70382	13.26376				07	RI	057001	
3175585	Il Guasto	il-guasto	IT		0	Europe/Rome	41.55	14.33333		Guasto,Il Guasto		11	IS	094010	
3175587	Il Gazzaro	il-gazzaro	IT		0	Europe/Rome	44.66667	10.71667				05	RE	035033	
3175591	Il Cristo	il-cristo	IT		0	Europe/Rome	44.75	11				05	MO	036002	
3175592	Il Corso	il-corso	IT		0	Europe/Rome	45.51667	11.56667				20	VI	024116	
3175593	Il Conte	il-conte	IT		0	Europe/Rome	44.66667	11.26667				05	BO	037050	
3175594	Il Collegio	il-collegio	IT		0	Europe/Rome	44.88333	9.61667				05	PC	033045	
3175595	Il Colle	il-colle	IT		0	Europe/Rome	42.05	13.83333				01	AQ	066076	
3175596	Il Ciocco	il-ciocco	IT		0	Europe/Rome	44.1	10.45				16	LU	046015	
3175598	Il Chiaro	il-chiaro	IT		0	Europe/Rome	44.75	11.53333				05	FE	038018	
3175599	Il Castello	il-castello	IT		0	Europe/Rome	43.23333	13.51667				10	MC	043015	
3175602	Il Casaletto	il-casaletto	IT		0	Europe/Rome	41.78333	12.56667				07	RM	058091	
3175603	Il Casale	il-casale	IT		0	Europe/Rome	41.56667	14.35		Casale,Il Casale		11	IS	094010	
3175605	Il Capitello	il-capitello	IT		0	Europe/Rome	45.2	11.13333				20	VR	023029	
3175606	Il Cantone	il-cantone	IT		0	Europe/Rome	44.81393	10.50799				05	RE	035022	
3175607	Il Cantone	il-cantone	IT		0	Europe/Rome	44.73333	10.85				05	MO	036003	
3175608	Il Cantone	il-cantone	IT		0	Europe/Rome	44.63333	10.55		Cantone,Il Cantone		05	RE	035030	
3175609	Il Canton	il-canton	IT		0	Europe/Rome	45.06667	11.55				20	RO	029029	
3175611	Il Bosco	il-bosco	IT		0	Europe/Rome	44.95	11.35		Il Barco,Il Bosco		05	FE	038003	
3175612	Il Borgo	il-borgo	IT		0	Europe/Rome	44.8	11.76667				05	FE	038008	
3175613	Il Belagaio	il-belagaio	IT		0	Europe/Rome	43.07641	11.22082				16	GR	053021	
3175614	Il Bastardo	il-bastardo	IT		0	Europe/Rome	43.45	11.8				16	AR	051002	
3175615	Il Barba	il-barba	IT		0	Europe/Rome	43.88333	10.96667				16	PT	047014	
3175616	Il Balzo	il-balzo	IT		0	Europe/Rome	43.85	11.18333				16	FI	048005	
3175617	Il Bagno	il-bagno	IT		0	Europe/Rome	42.93333	10.88333				16	GR	053010	
3175618	I Gugi	i-gugi	IT		0	Europe/Rome	45.46667	11.1		Gugi,I Gugi		20	VR	023073	
3175620	Ignago	ignago	IT		0	Europe/Rome	45.58333	11.45				20	VI	024044	
3175623	I Forti	i-forti	IT		0	Europe/Rome	44.88694	12.47306		Forti,I Forti		20	RO	029039	
3175624	I Forni	i-forni	IT		0	Europe/Rome	46.1	9.98333		Case del Forno,I Forni,Il Forno		09	SO	014052	
3175626	I Fondi	i-fondi	IT		0	Europe/Rome	46.01667	10.2		Fondi,I Fondi		09	BG	016195	
3175627	Jesolo	jesolo	IT		23988	Europe/Rome	45.53311	12.64475		Capazuccherina,Cavazuccherina,Jesolo,Jezolo,Lido di Ezolo,i~ezoro,Йезоло,Лидо ди Езоло,イェーゾロ	027019	20	VE	027019	
3175631	Ienne	ienne	IT		0	Europe/Rome	41.88333	13.16667				07	RM	058048	
3175637	Idrovora Veronese	idrovora-veronese	IT		0	Europe/Rome	45.55	12.43333				20	VE	027031	
3175641	I Doddi	i-doddi	IT		0	Europe/Rome	41.21667	14.01667				04	CE	061091	
3175643	Idice	idice	IT		0	Europe/Rome	44.46667	11.43333				05	BO	037054	
3175644	I Costenieri	i-costenieri	IT		0	Europe/Rome	45.74734	11.31182		Costemeri,I Costenieri		20	VI	024100	
3175645	I Colombaroni	i-colombaroni	IT		0	Europe/Rome	44.95	11.16667				09	MN	020042	
3175646	Icciano	icciano	IT		0	Europe/Rome	42.7	12.65				18	PG	054051	
3175647	I Casoni	i-casoni	IT		0	Europe/Rome	44.28333	9.81667				08	SP	011025	
3175648	I Casini	i-casini	IT		0	Europe/Rome	42.08333	12.55				07	RM	058081	
3175649	I Casali	i-casali	IT		0	Europe/Rome	43.36667	11.06667				16	SI	052004	
3175650	I Boschi	i-boschi	IT		0	Europe/Rome	44.41667	11				05	MO	036017	
3175651	I Bonelli	i-bonelli	IT		0	Europe/Rome	44.87194	12.46417		Bonelli,Casa di Bonelli,I Bonelli		20	RO	029039	
3175652	I Balzani	i-balzani	IT		0	Europe/Rome	40.78333	14.48333				04	NA	063082	
3175665	Hers	hers	IT		0	Europe/Rome	45.76667	7.5		Ers,Hers		19	AO	007072	
3175666	Hermada	hermada	IT		0	Europe/Rome	41.3	13.16667		Borgo Ermada,Ermada,Hermada		07	LT	059032	
3175668	Gutieres	gutieres	IT		0	Europe/Rome	45.66667	12.58333		Casa Gutieres,Casale Gutieres,Gutieres		20	VE	027027	
3175685	Gudo Gambaredo	gudo-gambaredo	IT		0	Europe/Rome	45.38772	9.11204				09	MI	015036	
3175690	Guazzano	guazzano	IT		0	Europe/Rome	42.73463	13.64489	600			01	TE	067008	
3175696	Guarenna	guarenna	IT		0	Europe/Rome	42.13006	14.35767				01	CH	069017	
3175699	Guardiella	guardiella	IT		0	Europe/Rome	45.65	13.8		Guardiella,Vrdela		06	TS	032006	
3175719	Guarazzano	guarazzano	IT		0	Europe/Rome	40.23333	15.08333				04	SA	065144	
3175721	Gualinga	gualinga	IT		0	Europe/Rome	44.53333	10.95				05	MO	036008	
3175723	Gualdo di Macerata	gualdo-di-macerata	IT		0	Europe/Rome	43.06667	13.33333		Gualdo,Gualdo di Macerata		10	MC	043021	
3175737	Guadamello	guadamello	IT		203	Europe/Rome	42.44836	12.44386	275			18	TR	055022	
3175740	Grutti	grutti	IT		0	Europe/Rome	42.85	12.46667				18	PG	054052	
3175742	Grupignano	grupignano	IT		0	Europe/Rome	46.08333	13.41667				06	UD	030026	
3175747	Grumo	grumo	IT		0	Europe/Rome	45.89168	9.66368				09	BG	016188	
3175748	Grumi	grumi	IT		0	Europe/Rome	45.61667	9.98333				09	BS	017002	
3175754	Grumale	grumale	IT		323	Europe/Rome	43.53104	12.68853	373			10	PU	041007	
3175757	Grozzana	grozzana	IT		0	Europe/Rome	45.63417	13.91		Grocana,Grozzana,Gročana		06	TS	032004	
3175758	Grovella	grovella	IT		0	Europe/Rome	46.38333	8.41667				12	VB	103031	
3175790	Groppo Visdomo	groppo-visdomo	IT		0	Europe/Rome	44.78333	9.7				05	PC	033025	
3175793	Groppizioso	groppizioso	IT		0	Europe/Rome	44.48333	9.18333		Groppizioso,Groppizzioso		08	GE	010041	
3175794	Groppe de Fora	groppe-de-fora	IT		0	Europe/Rome	46.06667	10.7				17	TN	022223	
3175797	Gropina	gropina	IT		0	Europe/Rome	43.58333	11.63333				16	AR	051020	
3175799	Gropada	gropada	IT		290	Europe/Rome	45.66472	13.84895	397	Gropada,Grotada		06	TS	032006	
3175802	Grompa	grompa	IT		0	Europe/Rome	45.15	11.68333				20	PD	028102	
3175806	Grizzo	grizzo	IT		0	Europe/Rome	46.15222	12.64611				06	PN	093027	
3175810	Gris	gris	IT		364	Europe/Rome	45.92762	13.23348	35			06	UD	030011	
3175811	Grintorto	grintorto	IT		0	Europe/Rome	44.98333	9.46667				05	PC	033001	
3175825	Gricignano di Aversa	gricignano-d-aversa	IT		8903	Europe/Rome	40.98021	14.23103		Gricignano	061043	04	CE	061043	
3175828	Gricigliana	gricigliana	IT		0	Europe/Rome	44.01667	11.13333		Gricigliana,Grieigliano		16	PO	100001	
3175831	Grevo	grevo	IT		0	Europe/Rome	46.06667	10.35				09	BS	017176	
3175834	Gretta	gretta	IT		0	Europe/Rome	45.66517	13.77216				06	TS	032006	
3175841	Gressa	gressa	IT		0	Europe/Rome	43.73333	11.83333				16	AR	051004	
3175843	Greppoleschieto	greppoleschieto	IT		0	Europe/Rome	42.95	12.15		Greppoleschieto,Greppolischieto		18	PG	054040	
3175844	Grello	grello	IT		0	Europe/Rome	43.21667	12.73333				18	PG	054023	
3175851	Grecciano	grecciano	IT		0	Europe/Rome	43.61667	10.48333				16	LI	049008	
3175859	Gravizzi	gravizzi	IT		0	Europe/Rome	45.15	11.78333				20	PD	028088	
3175866	Gravellino	gravellino	IT		0	Europe/Rome	45.4	7.93333				12	TO	001295	
3175870	Gravagna	gravagna	IT		0	Europe/Rome	44.45	9.95				16	MS	045014	
3175871	Cravagliana	gravagliana	IT		276	Europe/Rome	45.84827	8.20182			002048	12	VC	002048	
3175872	Grauzaria	grauzaria	IT		0	Europe/Rome	46.45278	13.18583				06	UD	030059	
3175875	Graticcia	graticcia	IT		0	Europe/Rome	42.37554	11.46355		Graticciara,Graticciare		16			
3175881	Grassanella	grassanella	IT		0	Europe/Rome	45.38333	11.28333				20	VR	023069	
3175892	Granigo	granigo	IT		0	Europe/Rome	45.86667	11.91667				20	TV	026014	
3175893	Grangie	grangie	IT		0	Europe/Rome	44.43333	6.98333				12	CN	004001	
3175894	Grangie	grangie	IT		0	Europe/Rome	44.39926	6.92585				12	CN	004006	
3175895	Grangia Rosano	grangia-rosano	IT		0	Europe/Rome	44.41667	6.96667		Grangia Rosano,Grosse Rosano		12	CN	004001	
3175896	Grangia dell'Antolina	grangia-dell-antolina	IT		0	Europe/Rome	44.65	6.96667		Grangia dell'Antolina,Grosse Dell Antolina		12	CN	004172	
3175897	Grange Verzio Sottana	grange-verzio-sottana	IT		0	Europe/Rome	44.5	6.98333		Grange Verzio,Grange Verzio Sottana,Grosse Verzlasott		12	CN	004001	
3175898	Granges Suppas	granges-suppas	IT		0	Europe/Rome	45.06667	6.75		Grande Suppas,Granges Suppas,Granges de Souppas		12	TO	001175	
3175899	Granges la Rhô	granges-la-rho	IT		0	Europe/Rome	45.08333	6.68333		Grange della Rho,Granges la Rho,Granges la Rhô		12	TO	001022	
3175900	Grange Sarmicel	grange-sarmicel	IT		0	Europe/Rome	44.58333	6.95		Grange Sarmicel,Grosse Sarmicel		12	CN	004017	
3175901	Grange Rosano	grange-rosano	IT		0	Europe/Rome	44.45	6.96667		Grange Rosano,Grosse Rosano		12	CN	004001	
3175902	Grange Pie sotto Bianca	grange-pie-sotto-bianca	IT		0	Europe/Rome	44.65	6.96667		Grange Pie sotto Bianca,Grosse Pie Scotto Bianca		12	CN	004172	
3175903	Grange Pieccia	grange-pieccia	IT		0	Europe/Rome	44.41667	7.1				12	CN	004119	
3175904	Grange Merletto	grange-merletto	IT		0	Europe/Rome	44.51667	6.96667		Grange Merletto,Grange Morletto,Grosse Morletto,Merletto		12	CN	004001	
3175905	Grange Giacomarda	grange-giacomarda	IT		0	Europe/Rome	44.51667	6.96667		Grange Giacomarda,Grosse Giacomada		12	CN	004001	
3175906	Grange Durazza Sottano	grange-durazza-sottano	IT		0	Europe/Rome	44.48333	6.98333		Di Mezzo,Durazza,Grange Durazza Sottano		12	CN	004001	
3175907	Grange del Rio	grange-del-rio	IT		0	Europe/Rome	44.65	6.98333		Grange del Rio,Grosse Del Rio		12	CN	004172	
3175908	Grange dell'Agnello	grange-dell-agnello	IT		0	Europe/Rome	44.66667	6.98333		Del Agnello,Grange dell'Agnello		12	CN	004172	
3175909	Grange Cruset	grange-cruset	IT		0	Europe/Rome	44.56667	6.95		Grange Cruset,Grosse Crucet		12	CN	004017	
3175910	Grange Cautun	grange-cautun	IT		0	Europe/Rome	44.5	6.96667		Grange Cautun,Grosse Cantun		12	CN	004001	
3175911	Grange Cassin	grange-cassin	IT		0	Europe/Rome	44.43333	6.98333		Grange Cassin,Grosse Cassio		12	CN	004001	
3175912	Granere	granere	IT		0	Europe/Rome	44.6	9.58333				05	PR	034002	
3175938	Grand'Albergo	grand-albergo	IT		0	Europe/Rome	46.53333	10.5				17	BZ	021095	
3175940	Grancare	grancare	IT		0	Europe/Rome	45.46667	11.56667				20	VI	024006	
3175948	Graile	graile	IT		0	Europe/Rome	46.33333	10.35				09	SO	014060	
3175962	Gradillo	gradillo	IT		0	Europe/Rome	41.13333	14.33333				04	CE	061026	
3175964	Gradaro	gradaro	IT		0	Europe/Rome	45.08333	10.88333				09	MN	020003	
3175967	Gozzi	gozzi	IT		0	Europe/Rome	46.01991	8.24035				12	VB	103053	
3175970	Gouthier	gouthier	IT		0	Europe/Rome	45.06667	6.78333				12	TO	001175	
3175979	Gorreta	gorreta	IT		0	Europe/Rome	44.56667	8.53333				12	AL	006044	
3175982	Gorleri	gorleri	IT		0	Europe/Rome	43.9	8.05				08	IM	008031	
3175987	Gorino Ferrarese	gorino-ferrarese	IT		0	Europe/Rome	44.82222	12.35194		Gorino,Gorino Ferrarese		20	RO	029002	
3175913	Grand Villa	grand-villa	IT	11020	0	Europe/Rome	45.78333	7.53333				19	AO	007072	
3175992	Gorgognano	gorgognano	IT		0	Europe/Rome	44.35	11.38333				05	BO	037047	
3175996	Gorgia	gorgia	IT		0	Europe/Rome	44.88333	6.95				12	TO	001258	
3176001	Gordale	gordale	IT		0	Europe/Rome	43.95	7.71667				08	IM	008015	
3176004	Gombo	gombo	IT		0	Europe/Rome	43.71667	10.28333				16	PI	050026	
3176005	Gombitelli	gombitelli	IT		0	Europe/Rome	43.93333	10.38333				16	LU	046005	
3176006	Gombion	gombion	IT		0	Europe/Rome	45.4	11.15				20	VR	023017	
3176009	Golfo Arnaci	golfo-arnaci	IT		2006	Europe/Rome	40.98333	9.63333		Golfo Arnaci,Golfo degli Aranci		14	OT		
3176013	Gola	gola	IT		0	Europe/Rome	46.35	11.35				17	BZ	021001	
3176015	Gognano	gognano	IT		0	Europe/Rome	45.01667	11.66667				20	RO	029049	
3176016	Goglio	goglio	IT		0	Europe/Rome	46.3	8.26667				12	VB	103006	
3176021	Godezza	godezza	IT		0	Europe/Rome	44.86667	10.53333				05	RE	035029	
3176022	Godenzo	godenzo	IT		0	Europe/Rome	46.03333	10.86667				17	TN	022228	
3176025	Gobbi	gobbi	IT		0	Europe/Rome	44.82766	9.40558				05	PC	033005	
3176027	Gnocchetta	gnocchetta	IT		0	Europe/Rome	44.8475	12.38056				20	RO	029039	
3176030	Glori	glori	IT		0	Europe/Rome	43.95	7.83333				08	IM	008035	
3176032	Gli Angeli	gli-angeli	IT		0	Europe/Rome	43.55203	13.53112				10	AN	042002	
3176033	Gli Angeli	gli-angeli	IT		0	Europe/Rome	43.46667	13.06667				10	AN	042016	
3176035	Glato	glato	IT		0	Europe/Rome	46.06667	10.9				17	TN	022077	
3176036	Gizzi	gizzi	IT		0	Europe/Rome	42.6	12.95				07	RI	057033	
3176038	Givigliana	givigliana	IT		0	Europe/Rome	46.56944	12.85444		Givighana,Givigliana		06	UD	030094	
3176040	Giusti	giusti	IT		0	Europe/Rome	41.23333	13.96667				04	CE	061088	
3176067	Giraudo	giraudo	IT		0	Europe/Rome	44.3	7.45				12	CN	004233	
3176068	Giratola	giratola	IT		0	Europe/Rome	44.01667	11.2				16	FI	048002	
3176084	Gionzana	gionzana	IT		0	Europe/Rome	45.43333	8.53333				12	NO	003106	
3176086	Giomici	giomici	IT		0	Europe/Rome	43.2	12.61667		Giomici,Giomisci,Giómisci		18	PG	054057	
3176088	Gioia Vecchio	gioia-vecchio	IT		0	Europe/Rome	41.9	13.73333				01	AQ	066046	
3176093	Giogoli	giogoli	IT		0	Europe/Rome	43.73333	11.2		Giogoli		16	FI	048041	
3176095	Giocola	giocola	IT		0	Europe/Rome	44.96667	12.06667				05	FE	038002	
3176096	Ginosa Marina	ginosa-marina	IT		0	Europe/Rome	40.43333	16.88333		Ginosa Marina,Marina di Ginosa		13	TA	073007	
3176110	Ginepri	ginepri	IT		0	Europe/Rome	42.65	13.56667				01	TE	067043	
3176115	Gilba Superiore	gilba-superiore	IT		0	Europe/Rome	44.6	7.28333				12	CN	004033	
3176118	Gigliola	gigliola	IT		0	Europe/Rome	44.85861	12.24111		Casa Mangolini,Gigliola		05	FE	038014	
3176119	Gigliola	gigliola	IT		0	Europe/Rome	43.63333	11.08333				16	FI	048030	
3176126	Giazzera	giazzera	IT		0	Europe/Rome	45.86667	11.1				17	TN	022203	
3176127	Giazza	giazza	IT		0	Europe/Rome	45.65	11.11667				20	VR	023080	
3176128	Giavone	giavone	IT		0	Europe/Rome	45.28333	11.33333				20	VR	023092	
3176132	Giaugo	giaugo	IT		0	Europe/Rome	45.95	11.38333				20	VI		
3176134	Gias delle Lose	gias-delle-lose	IT		0	Europe/Rome	44.38333	6.91667				12	CN	004006	
3176135	Gias della Casa	gias-della-casa	IT		0	Europe/Rome	44.16667	7.26667				12	CN	004233	
3176136	Giaroni	giaroni	IT		0	Europe/Rome	45.98333	11.78333		Giaron,Giaroni		20	BL	025022	
3176138	Giarola	giarola	IT		0	Europe/Rome	44.81046	9.2462				09	PV	018089	
3176142	Giara	giara	IT		0	Europe/Rome	45.45	11.18333				20	VR	023039	
3176144	Gianona	gianona	IT		0	Europe/Rome	45.55	8.65				12	NO	003016	
3176149	Giannetti	giannetti	IT		0	Europe/Rome	41.61667	13.55				07	FR	060036	
3176160	Ghisione	ghisione	IT		0	Europe/Rome	45.01667	11.11667				09	MN	020067	
3176161	Ghisellina	ghisellina	IT		0	Europe/Rome	44.85	11.31667				05	MO	036012	
3176164	Ghisa	ghisa	IT		0	Europe/Rome	45.53333	11.38333		Ghira,Ghisa		20	VI	024061	
3176166	Ghiosso	ghiosso	IT		0	Europe/Rome	46.23333	8.21667				12	VB	103071	
3176168	Ghigo	ghigo	IT		0	Europe/Rome	44.88333	7.05				12	TO	001202	
3176172	Ghiarone Biondini	ghiarone-biondini	IT		0	Europe/Rome	44.83333	11.51667				05	FE	038008	
3176175	Gherghenzano	gherghenzano	IT		299	Europe/Rome	44.68103	11.38696	20			05	BO	037052	
3176187	Gerola Nuova	gerola-nuova	IT		0	Europe/Rome	45.03333	8.9				12	AL	006096	
3176197	Gerbolina	gerbolina	IT		0	Europe/Rome	44.68333	7.53333				12	CN	004203	
3176205	Genzano di Sassa	genzano-di-sassa	IT		0	Europe/Rome	42.35138	13.32379				01	AQ	066049	
3176208	Gentiluomo	gentiluomo	IT		0	Europe/Rome	40.15	18.11667				13	LE	075074	
3176219	Genoa	genoa	IT		601951	Europe/Rome	44.40632	8.93386		Cenova,Dzenova,Dženova,GOA,Genes,Genoa,Genova,Genovo,Genua,Genuja,Genès,Genúa,Gènova,Génova,Gênes,Janov,Xenova - Genova,Xénova - Genova,Zena,genua,jeno'a,jenoba,jenovu~a,jnwa,jnwt,re na ya,Ĝenovo,Ђенова,Генуа,Генуя,גנואה,جنوا,جنوة,जेनोआ,გენუა,ジェノヴァ,热那亚,제노바	08	08	GE	010025	
3176235	Gemmiano	gemmiano	IT		0	Europe/Rome	44	12.38333				05	RN	099028	
3176250	Gazzelli	gazzelli	IT		0	Europe/Rome	43.96667	8				08	IM	008019	
3176251	Gazzata	gazzata	IT		0	Europe/Rome	44.7	10.78333		Gazzata,Gazzati		05	RE	035037	
3176253	Gazzara	gazzara	IT		0	Europe/Rome	44.99778	12.095		Garzara,Gazzara		20	RO	029017	
3176258	Gazola	gazola	IT		0	Europe/Rome	44.83333	9.46667				05	PC	033005	
3176263	Gaville	gaville	IT		0	Europe/Rome	43.4	12.81667				10	AN	042044	
3176264	Gavigno	gavigno	IT		0	Europe/Rome	44.07026	11.0925				16	PO	100001	
3176274	Gavelli	gavelli	IT		0	Europe/Rome	42.6936	12.89598				18	PG	054045	
3176275	Gavedo	gavedo	IT		0	Europe/Rome	44.3	9.91667				16	MS	045012	
3176278	Gavano	gavano	IT		0	Europe/Rome	43.96667	7.78333				08	IM	008035	
3176286	Gasparini	gasparini	IT		0	Europe/Rome	44.85	9.93333				05	PC	033044	
3176288	Garzano	garzano	IT		0	Europe/Rome	41.07353	14.37664				04	CE	061022	
3176289	Garzano	garzano	IT		0	Europe/Rome	40.85	15.01667				04	AV	064057	
3176291	Garulla Inferiore	garulla-inferiore	IT		0	Europe/Rome	42.99156	13.2947	806	Garalla		10	MC	043049	
3176295	Garna d'Alpago	garna-d-alpago	IT		0	Europe/Rome	46.15444	12.37583		Garna,Garna d'Alpago		20	BL	025038	
3176301	Garigliano	garigliano	IT		0	Europe/Rome	40.05	15.48333				04	SA	065119	
3176310	Gares	gares	IT		0	Europe/Rome	46.31667	11.88333				20	BL	025023	
3176321	Garbatella	garbatella	IT		0	Europe/Rome	41.87515	12.48141				07	RM	058091	
3176323	Garavatti	garavatti	IT		0	Europe/Rome	46.35	10.33333				09	SO	014060	
3176329	Ganfardine	ganfardine	IT		0	Europe/Rome	45.38333	10.86667				20	VR	023096	
3176331	Martello - Martell	martello-martell	IT		891	Europe/Rome	46.56551	10.78276		Enetal,Ganda,Ganda in Val Martello,Granda di Martello,Martell,Martello,maruterro,マルテッロ	021049	17	BZ	021049	
3176341	Gambaro	gambaro	IT		0	Europe/Rome	44.6143	9.48283				05	PC	033020	
3176345	Gamagna	gamagna	IT		0	Europe/Rome	42.25	13.11667				07	RI	057028	
3176347	Galvagnina	galvagnina	IT		0	Europe/Rome	44.98333	10.91667				09	MN	020039	
3176365	Gallivaggio	gallivaggio	IT		0	Europe/Rome	46.35	9.35				09	SO	014058	
3176380	Galliana	galliana	IT		0	Europe/Rome	44.11667	11.7				16	FI	048026	
3176381	Gallessina	gallessina	IT		0	Europe/Rome	41.88333	12.36667		Calessina,Gallessina		07	RM	058091	
3176387	Gallereto	gallereto	IT		0	Europe/Rome	45.05	8.03333		Gallareto,Gallereto		12	AT	005035	
3176389	Gallena	gallena	IT		0	Europe/Rome	43.28333	11.13333				16	SI	052004	
3176397	Galera	galera	IT		0	Europe/Rome	43.25	12.31667				18	PG	054056	
3176399	Galeazza Pepoli	galeazza-pepoli	IT		0	Europe/Rome	44.8	11.26667				05	BO	037024	
3176404	Galbino	galbino	IT		0	Europe/Rome	43.55	12.01667				16	AR	051001	
3176413	Gaino	gaino	IT		0	Europe/Rome	45.65449	10.61382				09	BS	017187	
3176415	Gaico	gaico	IT		0	Europe/Rome	42.83333	13.4				10	AP	044064	
3176416	Gaibanella	gaibanella	IT		2003	Europe/Rome	44.76667	11.65				05	FE	038008	
3176417	Gaibana	gaibana	IT		274	Europe/Rome	44.75253	11.65625	8			05	FE	038008	
3176421	Gaianigo	gaianigo	IT		0	Europe/Rome	45.55	11.66667				20	PD	028041	
3176424	Gagno	gagno	IT		0	Europe/Rome	42.95	10.53333				16	LI	049012	
3176425	Gaglioli	gaglioli	IT		0	Europe/Rome	42.9	12.58333				18	PG	054022	
3176427	Gaglietole	gaglietole	IT		0	Europe/Rome	42.92384	12.4645				18	PG	054014	
3176429	Gagliano	gagliano	IT		0	Europe/Rome	46.07278	13.43639				06	UD	030026	
3176430	Gagliano	gagliano	IT		0	Europe/Rome	44.01667	11.28333		Gagliano,Galliano		16	FI	048002	
3176431	Gagliano	gagliano	IT		0	Europe/Rome	42.75338	13.70922				01	TE	067008	
3176440	Gad	gad	IT		0	Europe/Rome	45.03333	6.85				12	TO	001259	
3176442	Gabrovizza San Primo	gabrovizza-san-primo	IT		0	Europe/Rome	45.72639	13.72944		Cabrovizza,Gabrovica,Gabrovizza,Gabrovizza San Primo,Gabrovizza San Prino		06	TS	032005	
3176447	Gabellino	gabellino	IT		0	Europe/Rome	43.0798	11.01766				16	GR	053017	
3176450	Gabbione	gabbione	IT		0	Europe/Rome	44.94645	9.18963				09	PV	018017	
3176452	Gabbiano	gabbiano	IT		0	Europe/Rome	44.26667	11.23333				05	BO	037044	
3176453	Gabbiano	gabbiano	IT		0	Europe/Rome	42.88333	13.4				10	AP	044015	
3176458	Fustagnano	fustagnano	IT		0	Europe/Rome	42.68333	13.51667				01	TE	067036	
3176466	Fusina	fusina	IT		0	Europe/Rome	45.41981	12.257				20	VE	027023	
3176468	Fuscoli	fuscoli	IT		0	Europe/Rome	40.7	14.55				04	NA	063039	
3176477	Fuorigrotta	fuorigrotta	IT		0	Europe/Rome	40.83333	14.2		Fuorigrotta		04	NA	063049	
3176478	Funti	funti	IT		0	Europe/Rome	42.80227	13.51091				10	AP	044007	
3176481	Fungaia	fungaia	IT		0	Europe/Rome	43.33804	11.22691				16	SI	052016	
3176485	Funchio	funchio	IT		0	Europe/Rome	44.45	11.23333		Funchio,Funcluo		05	BO	037057	
3176496	Fugazzolo di Sopra	fugazzolo-di-sopra	IT		0	Europe/Rome	44.51667	10.01667				05	PR	034004	
3176503	Fucignano	fucignano	IT		0	Europe/Rome	42.77058	13.64605				01	TE	067017	
3176518	Frontin	frontin	IT		214	Europe/Rome	46.07112	12.14875	389			20	BL	025061	
3176519	Frontignano	frontignano	IT		0	Europe/Rome	42.85	12.45				18	PG	054052	
3176537	Fresine	fresine	IT		0	Europe/Rome	46.06667	10.4				09	BS	017047	
3176540	Frena	frena	IT		0	Europe/Rome	46.63333	11.86667				17	BZ	021082	
3176551	Frattuccia	frattuccia	IT		0	Europe/Rome	42.63333	12.38333				18	TR	055015	
3176554	Fratticciola Selvatica	fratticciola-selvatica	IT		0	Europe/Rome	43.18333	12.53333				18	PG	054039	
3176555	Fratticciola	fratticciola	IT		0	Europe/Rome	43.25	11.9				16	AR	051017	
3176562	Frattaguida	frattaguida	IT		0	Europe/Rome	42.86667	12.18333				18	TR	055025	
3176580	Frassineta	frassineta	IT		0	Europe/Rome	43.33333	10.63333				16	PI	050020	
3176583	Frassinara	frassinara	IT		0	Europe/Rome	44.86667	10.41667				05	PR	034037	
3176588	Frasnedo	frasnedo	IT		0	Europe/Rome	46.2	9.48333				09	SO	014075	
3176592	Frantoio Massabo	frantoio-massabo	IT		0	Europe/Rome	43.85	7.66667				08	IM	008040	
3176593	Frantoio	frantoio	IT		0	Europe/Rome	41.7	12.65		Frantoio,Frantoto		07	RM	058003	
3176595	Franconi	franconi	IT		0	Europe/Rome	40.26667	18.25		Francone,Franconi		13	LE	075013	
3176597	Francolino	francolino	IT		1961	Europe/Rome	44.89662	11.65701	8			05	FE	038008	
3176606	Franca	franca	IT		0	Europe/Rome	45.65	12.7		Boaria,Franca		20	VE	027041	
3176609	Fraisse	fraisse	IT		0	Europe/Rome	45.04078	6.97846				12	TO	001201	
3176610	Fraioli	fraioli	IT		0	Europe/Rome	41.58333	13.61667				07	FR	060059	
3176613	Fragno	fragno	IT		0	Europe/Rome	44.58333	10.15				05	PR	034008	
3176617	Fraforeano	fraforeano	IT		0	Europe/Rome	45.83111	12.99333				06	UD	030097	
3176618	Fraelacco	fraelacco	IT		261	Europe/Rome	46.18128	13.22149	230			06	UD	030127	
3176621	Fradegola	fradegola	IT		0	Europe/Rome	44.88333	9.53333				05	PC	033043	
3176623	Fraccia	fraccia	IT		0	Europe/Rome	46.10657	9.68471				09	SO	014064	
3176624	Fraccia	fraccia	IT		0	Europe/Rome	46.03333	9.65				09	BG	016134	
3176625	Fracchie	fracchie	IT		0	Europe/Rome	46.35	8.41667				12	VB	103031	
3176629	Fossone d'Adige	fossone-d-adige	IT		0	Europe/Rome	45.14	12.29194		Fienile Fossone,Fossone,Fossone d'Adige		20	RO	029040	
3176636	Fossato	fossato	IT		0	Europe/Rome	44.07754	11.06117				16	PT	047018	
3176637	Fossatillo	fossatillo	IT		0	Europe/Rome	42.45917	13.22458		Fossatello,Fossatillo		01	AQ	066013	
3176651	Fossacoccola	fossacoccola	IT		0	Europe/Rome	45.13333	12.13333				20	VE	027006	
3176653	Fossa Caprara	fossa-caprara	IT		0	Europe/Rome	44.95	10.45				09	CR	019021	
3176633	Fosso	fosso	IT	30030	0	Europe/Rome	42.83758	11.59693				16	GR	053022	
3176658	Fosio	fosio	IT		0	Europe/Rome	44.66667	10				05	PR	034035	
3176659	Fosini	fosini	IT		0	Europe/Rome	43.16667	10.93333				16	SI	052025	
3176662	Fosco	fosco	IT		0	Europe/Rome	42.98333	12.16667				18	PG	054040	
3176669	Forti	forti	IT		0	Europe/Rome	46.08333	10.66667				17	TN	022223	
3176671	Fortezza - Franzensfeste	fortezza-franzensfeste	IT		892	Europe/Rome	46.78963	11.60998		Franzensfeste	021032	17	BZ	021032	
3176673	Forte di Bibbona	forte-di-bibbona	IT		0	Europe/Rome	43.2377	10.52868		Marina di Bibbona		16	LI	049001	
3176677	Forsivo	forsivo	IT		0	Europe/Rome	42.78333	13				18	PG	054035	
3176678	Forotondo	forotondo	IT		0	Europe/Rome	44.74716	9.18586				12	AL	006067	
3176695	Forni di Val d'Astico	forni-di-val-d-astico	IT		0	Europe/Rome	45.85	11.36667		Forni,Forni di Val d'Astico		20	VI	024112	
3176698	Forni di Gavorrano	forni-di-gavorrano	IT		0	Europe/Rome	42.93333	10.86667				16	GR	053010	
3176699	Forni dell'Accesa	forni-dell-accesa	IT		0	Europe/Rome	42.96667	10.9				16	GR	053010	
3176701	Fornetti	fornetti	IT		0	Europe/Rome	45.43333	7.38333				12	TO	001134	
3176703	Fornello	fornello	IT		0	Europe/Rome	45.01667	9.38333				05	PC	033048	
3176704	Fornello	fornello	IT		0	Europe/Rome	43.81667	10.91667				16	PT	047005	
3176705	Fornello	fornello	IT		0	Europe/Rome	43.66667	11.61667				16	AR	051040	
3176717	Fornace Visentini	fornace-visentini	IT		0	Europe/Rome	45.8	13.03333				06	UD	030069	
3176719	Fornace Mutinella	fornace-mutinella	IT		0	Europe/Rome	44.38333	11.41667				05	BO	037046	
3176720	Fornace Mattioli	fornace-mattioli	IT		0	Europe/Rome	44.63333	11.2				05	BO	037053	
3176723	Fornace Benassati	fornace-benassati	IT		0	Europe/Rome	44.61667	10.9				05	MO	036023	
3176727	Fornacchia	fornacchia	IT		0	Europe/Rome	42.45	12.2				07	VT	056048	
3176728	Fornaca	fornaca	IT		0	Europe/Rome	42.21667	13.88333				01	PE	068009	
3176823	Fontana Fota	fontana-fota	IT		0	Europe/Rome	41.43333	14.61667				11	CB	070075	
3176747	Forleta	forleta	IT		0	Europe/Rome	41.63333	13.66667				07	FR	060010	
3176751	Forgaria	forgaria	IT		0	Europe/Rome	46.21667	12.96667				06	UD	030137	
3176752	Forfi	forfi	IT		0	Europe/Rome	42.91667	12.91667				18	PG	054048	
3176763	Forcelle	forcelle	IT		0	Europe/Rome	42.63333	13.18333				07	RI	057002	
3176767	Forcelle	forcelle	IT		0	Europe/Rome	42.32885	13.26269				01	AQ	066101	
3176769	Forcatura	forcatura	IT		0	Europe/Rome	43.15	12.88333				10	MC	043019	
3176771	Forca	forca	IT		0	Europe/Rome	42.81667	13.33333				10	AP	044038	
3176773	Forame	forame	IT		0	Europe/Rome	46.06667	10.45				09	BS	017051	
3176775	Foppa	foppa	IT		0	Europe/Rome	46.35	12.15				20	BL	025024	
3176776	Foppa	foppa	IT		0	Europe/Rome	46.33333	10.18333				09	SO	014033	
3176777	Foppa	foppa	IT		0	Europe/Rome	46.13333	9.93333				09	SO	014052	
3176780	Fontignano	fontignano	IT		1029	Europe/Rome	43.02436	12.1919	294	Fontignano		18	PG	054039	
3176786	Fonte della Roccia	fonte-della-roccia	IT		0	Europe/Rome	47.05	12.16667		Fonte alla Roccia,Fonte alla Róccia,Fonte della Roccia		17	BZ	021068	
3176787	Fonte del Campo	fonte-del-campo	IT		0	Europe/Rome	42.69468	13.25668				07	RI	057001	
3176788	Fonte del Botto	fonte-del-botto	IT		0	Europe/Rome	41.61667	14.13333				11	IS	094021	
3176789	Fontecorniale	fontecorniale	IT		0	Europe/Rome	43.76667	12.81667				10	PU	041034	
3176794	Fontebecci	fontebecci	IT		0	Europe/Rome	43.33333	11.3				16	SI	052032	
3176796	Fontavignone	fontavignone	IT		0	Europe/Rome	42.25	13.5				01	AQ	066081	
3176815	Fontana Vecchia	fontana-vecchia	IT		0	Europe/Rome	41.28333	14.5				04	BN	062029	
3176816	Fontanasse	fontanasse	IT		0	Europe/Rome	44.51667	9.01667				08	GE	010039	
3176820	Fontana Liri Inferiore	fontana-liri-inferiore	IT		0	Europe/Rome	41.6	13.55				07	FR	060044	
3177020	Fiery	fiery	IT		0	Europe/Rome	45.86667	7.71667				19	AO	007007	
3176824	Fontanaccia	fontanaccia	IT		0	Europe/Rome	44.25	10.76667				05	MO	036043	
3176831	Fontalcinaldo	fontalcinaldo	IT		0	Europe/Rome	43.11667	10.96667				16	GR	053015	
3176833	Fonmonfracchio	fonmonfracchio	IT		0	Europe/Rome	46.2	8.51667				12	VB	103024	
3176834	Fongara	fongara	IT		0	Europe/Rome	45.66667	11.23333				20	VI	024111	
3176835	Fondo Volta	fondo-volta	IT		0	Europe/Rome	44.61667	11.65				05	BO	037039	
3176840	Fondiano	fondiano	IT		0	Europe/Rome	44.55	10.56667				05	RE	035043	
3176844	Fondaccio	fondaccio	IT		0	Europe/Rome	44.01667	11.43333				16	FI	048004	
3176845	Fondaccio	fondaccio	IT		0	Europe/Rome	43.36667	11.9				16	AR	051002	
3176851	Follona	follona	IT		0	Europe/Rome	44.86667	10.81667				05	RE	035021	
3176856	Foliano	foliano	IT		0	Europe/Rome	46.38333	10.35				09	SO	014072	
3176870	Fogliano Marina	fogliano-marina	IT		0	Europe/Rome	44.01205	12.64475		Fogliano		05	RN	099013	
3176894	Foce di Sassa	foce-di-sassa	IT		0	Europe/Rome	42.31356	13.29758				01	AQ	066049	
3176898	Fluno	fluno	IT		0	Europe/Rome	44.41667	11.76667				05	BO	037045	
3176902	Floronzo	floronzo	IT		0	Europe/Rome	46.78225	11.89223		Floronz		17	BZ	021081	
3176905	Floriano	floriano	IT		0	Europe/Rome	42.76667	13.73333				01	TE	067008	
3176909	Fleres	fleres	IT		0	Europe/Rome	46.96667	11.35		Flenes,Fleres		17	BZ	021010	
3176913	Flammignano	flammignano	IT		0	Europe/Rome	42.53333	13.61667		Flamignano,Flammignano		01	TE	067045	
3176914	Flambruzzo	flambruzzo	IT		0	Europe/Rome	45.88389	13.07167				06	UD	030188	
3176916	Flaipano	flaipano	IT		0	Europe/Rome	46.26833	13.21778				06	UD	030061	
3176929	Fiumesino	fiumesino	IT		0	Europe/Rome	43.63333	13.36667				10	AN	042018	
3176930	Fiumes	fiumes	IT		253	Europe/Rome	46.76443	11.68368	896			17	BZ	021057	
3176935	Fiume	fiume	IT		0	Europe/Rome	43.03333	13.16667				10	MC	043017	
3176936	Fiume	fiume	IT		0	Europe/Rome	42.65	13.5				01	TE	067022	
3176944	Fiugni	fiugni	IT		0	Europe/Rome	42.47053	13.2131				01	AQ	066013	
3176951	Firmano	firmano	IT		244	Europe/Rome	46.0625	13.40833	114			06	UD	030083	
3176960	Fiorino	fiorino	IT		0	Europe/Rome	46.36667	10.33333				09	SO	014060	
3176961	Fiorino	fiorino	IT		0	Europe/Rome	44.46667	8.7				08	GE	010025	
3176962	Fiorine	fiorine	IT		0	Europe/Rome	45.86667	9.91667				09	BG	016077	
3176968	Fiore	fiore	IT		0	Europe/Rome	42.75	12.4				18	PG	054052	
3176969	Fiordini	fiordini	IT		0	Europe/Rome	42.53333	12.03333		Fiordine,Fiordini		07	VT	056036	
3176973	Fioli	fioli	IT		0	Europe/Rome	42.63333	13.46667				01	TE	067022	
3176975	Fiocina	fiocina	IT		0	Europe/Rome	43.76667	10.35				16	PI	050031	
3176979	Finocchieto	finocchieto	IT		231	Europe/Rome	42.45273	12.65774	459			18	TR	055031	
3176984	Finale di Rero	finale-di-rero	IT		0	Europe/Rome	44.8	11.86667				05	FE	038008	
3176987	Fimon	fimon	IT		0	Europe/Rome	45.48333	11.5				20	VI	024006	
3177010	Figliano	figliano	IT		0	Europe/Rome	43.98333	11.36667				16	FI	048053	
3177012	Fighine	fighine	IT		0	Europe/Rome	42.88333	11.91667				16	SI	052027	
3177023	Fienilone	fienilone	IT		0	Europe/Rome	44.95889	12.04111				05	FE	038002	
3177024	Fienile Nuovo Malea	fienile-nuovo-malea	IT		0	Europe/Rome	44.86667	12.08333		Fienile Nuovo,Fienile Nuovo Malea		05	FE	038005	
3177025	Fienile Grosaro	fienile-grosaro	IT		0	Europe/Rome	44.91667	12.06667				05	FE	038005	
3177026	Fienile Avanzarola	fienile-avanzarola	IT		0	Europe/Rome	44.93333	12		Fienile Avanzarola,Fienile l'Avanzarola		05	FE	038010	
3177028	Fiè allo Sciliar - Voels am Schlern	fie-allo-sciliar-voels-am-schlern	IT		3038	Europe/Rome	46.51672	11.50128		Fie allo Sciliar,Fiè allo Sciliar,Voels am Schlern,Vols,Völs am Schlern	021031	17	BZ	021031	
3177033	Ficareto	ficareto	IT		0	Europe/Rome	42.81667	12.48333				18	PG	054052	
3177035	Fibbialla	fibbialla	IT		0	Europe/Rome	43.9	10.38333				16	LU	046005	
3177043	Fiaschetti	fiaschetti	IT		0	Europe/Rome	45.985	12.47389				06	PN	093009	
3177045	Fiasca	fiasca	IT		0	Europe/Rome	44.73333	11.61667				05	FE	038008	
3177054	Fiaiola	fiaiola	IT		0	Europe/Rome	42.51667	12.58333				18	TR	055022	
3177058	Fetovaia	fetovaia	IT		0	Europe/Rome	42.73491	10.15265		Felovaja		16	LI	049003	
3177060	Festi Rasini	festi-rasini	IT		0	Europe/Rome	45.9	9.91667				09	BG	016158	
3177061	Festilli	festilli	IT		0	Europe/Rome	46.4	11.66667				17	TN	022176	
3177078	Ferrero	ferrero	IT		0	Europe/Rome	45.45	7.88333				12	TO	001125	
3177080	Ferrera Cenisio	ferrera-cenisio	IT		0	Europe/Rome	45.2	6.98333				12	TO	001157	
3177085	Ferrari	ferrari	IT		0	Europe/Rome	44.76667	9.41667				05	PC	033005	
3177086	Ferrari	ferrari	IT		0	Europe/Rome	40.85	14.85				04	AV	064099	
3177101	Fergino	fergino	IT		0	Europe/Rome	42.85	12.95				18	PG	054010	
3177104	Feraion	feraion	IT		0	Europe/Rome	46.38333	10.68333				17	TN	022136	
3177106	Fenils	fenils	IT		0	Europe/Rome	44.98333	6.78333				12	TO	001074	
3177107	Fenil Nuovo	fenil-nuovo	IT		0	Europe/Rome	45.36667	11.08333				20	VR	023097	
3177108	Fenillettaz	fenillettaz	IT		0	Europe/Rome	45.7	7.68333		Fenillettaz,Il Palazzo		19	AO	007043	
3177109	Fenili Patrignani	fenili-patrignani	IT		0	Europe/Rome	44.66667	12.23333				05	FE	038006	
3177121	Felletto	felletto	IT		0	Europe/Rome	45.3	7.75				12	TO	001102	
3177124	Felisio	felisio	IT		0	Europe/Rome	44.34893	11.86755		Feliso,Folisio		05	RA	039010	
3177131	Felcino Nero	felcino-nero	IT		0	Europe/Rome	43.45	12.06667				16	AR	051024	
3177135	Fedi	fedi	IT		0	Europe/Rome	43.9	10.93333				16	PT	047014	
3177136	Feder	feder	IT		0	Europe/Rome	46.38333	11.9				20	BL	025023	
3177137	Fecchiera	fecchiera	IT		0	Europe/Rome	45.74232	11.21213	640	Fecchier		20	VI	024113	
3177138	Febbio	febbio	IT		0	Europe/Rome	44.3	10.43333				05	RE	035045	
3177142	Faviano di Sotto	faviano-di-sotto	IT		0	Europe/Rome	44.58333	10.3				05	PR	034019	
3177143	Faverga	faverga	IT		0	Europe/Rome	46.11444	12.24333				20	BL	025006	
3177144	Favaro Veneto	favaro-veneto	IT		0	Europe/Rome	45.49889	12.28333		Favaro Veneto		20	VE	027042	
3177147	Favalanciata	favalanciata	IT		0	Europe/Rome	42.76334	13.36804				10	AP	044001	
3177148	Fava	fava	IT		0	Europe/Rome	45.66667	7.66667				19	AO	007037	
3177149	Fauglis	fauglis	IT		0	Europe/Rome	45.885	13.28639		Fanglis,Fauglis		06	UD	030008	
3177152	Fattoria Vecchia	fattoria-vecchia	IT		0	Europe/Rome	45.11667	12				20	RO	029035	
3177153	Fattoria Spedaletto	fattoria-spedaletto	IT		0	Europe/Rome	43.45	10.76667		Fattoria Spedaletto,Spedaletto		16	PI	050016	
3177154	Fattoria Ragazzena	fattoria-ragazzena	IT		0	Europe/Rome	44.3	12.26667				05	RA	039014	
3177155	Fattoria Montecchio	fattoria-montecchio	IT		0	Europe/Rome	43.53333	11.25		Fattoria Montecchio,Montecchio,Montécchio		16	FI	048045	
3177156	Fattoria la Marsiliana	fattoria-la-marsiliana	IT		0	Europe/Rome	43.01667	10.8		Fattoria Marsiliana,Fattoria la Marsiliana		16	GR	053015	
3177157	Fattoria Gargiano	fattoria-gargiano	IT		0	Europe/Rome	43.65	11.85				16	AR	051015	
3177158	Fattoria Falsini	fattoria-falsini	IT		0	Europe/Rome	43.25	11.08333		Falsini,Fattoria Falsini		16	SI	052025	
3177160	Fattoria del Castagno	fattoria-del-castagno	IT		0	Europe/Rome	43.48333	10.91667		Castagno,Fattoria del Castagno		16	FI	048020	
3177161	Fattoria de Falkner	fattoria-de-falkner	IT		0	Europe/Rome	43.43333	10.61667				16	PI	050012	
3177162	Fattoria Badiola	fattoria-badiola	IT		0	Europe/Rome	42.7823	10.94736		Badiola al Fango		16	GR	053011	
3177165	Fatagliano	fatagliano	IT		0	Europe/Rome	43.33333	10.86667				16	PI	050027	
3177167	Fassinoro	fassinoro	IT		0	Europe/Rome	42.33333	12.93333				07	RI	057034	
3177169	Faseto	faseto	IT		0	Europe/Rome	44.66667	10.16667				05	PR	034017	
3177176	Farrò	farro	IT		0	Europe/Rome	45.94222	12.14444				20	TV	026027	
3177179	Farra	farra	IT		333	Europe/Rome	46.0764	12.11239	333			20	BL	025034	
3177182	Faro	faro	IT		0	Europe/Rome	45.23333	12.28333				20	VE	027008	
3177183	Farnetozzo-Montebello	farnetozzo-montebello	IT		0	Europe/Rome	41.5	12.71667				07	RM	058072	
3177186	Farneta di Ricco	farneta-di-ricco	IT		0	Europe/Rome	44.43333	10.85				05	MO	036042	
3177191	Farnè	farne	IT		0	Europe/Rome	44.3	11.3				05	BO	037034	
3177197	Farfareta	farfareta	IT		0	Europe/Rome	44.01667	11.58333				16	FI	048026	
3177212	Faognano	faognano	IT		0	Europe/Rome	42.66667	13.55				01	TE	067036	
3177214	Fantuzza	fantuzza	IT		0	Europe/Rome	44.46667	11.71667				05	BO	037016	
3177222	Fanghetto	fanghetto	IT		0	Europe/Rome	43.88333	7.53333				08	IM	008038	
3177223	Fanciullata	fanciullata	IT		0	Europe/Rome	42.98333	12.38333				18	PG	054027	
3177230	Falzittu	falzittu	IT		0	Europe/Rome	40.81667	8.95				14	SS	090056	
3177246	Falera	falera	IT		0	Europe/Rome	43.77407	12.08127				05	FC	040050	
3177251	Falconara	falconara	IT		0	Europe/Rome	43.98333	12.16667				05	FC	040020	
3177252	Falcognana di Sotto	falcognana-di-sotto	IT		0	Europe/Rome	41.75	12.55				07	RM	058091	
3177253	Falcognana di Sopra	falcognana-di-sopra	IT		0	Europe/Rome	41.75	12.55				07	RM	058091	
3177255	Falcioni	falcioni	IT		0	Europe/Rome	43.41667	12.98333				10	AN	042020	
3177257	Falcigiano	falcigiano	IT		0	Europe/Rome	43.56667	12.08333				16	AR	051034	
3177258	Falciano Selice	falciano-selice	IT		0	Europe/Rome	41.16667	13.95				04	CE	061101	
3177259	Falciano Capo	falciano-capo	IT		0	Europe/Rome	41.16667	13.95				04	CE	061101	
3177269	Faiti	faiti	IT		0	Europe/Rome	41.46667	13		Borgo Faiti,Borgo Fanti,Borgo Fáiti,Faiti,Foro Appio		07	LT	059011	
3177270	Faiolo	faiolo	IT		0	Europe/Rome	42.9	12.08333				18	TR	055020	
3177271	Faieto	faieto	IT		0	Europe/Rome	42.61667	13.56667		Faieto		01	TE	067022	
3177272	Faiete	faiete	IT		0	Europe/Rome	42.66667	13.55		Faieta,Faiete		01	TE	067036	
3177283	Faggiona	faggiona	IT		0	Europe/Rome	44.2	9.7				08	SP	011021	
3177290	Fagge	fagge	IT		0	Europe/Rome	42.26667	13.16667				07	RI	057028	
3177297	Faete	faete	IT		0	Europe/Rome	42.76986	13.30663				10	AP	044006	
3177311	Faccia di Trippa di Monte	faccia-di-trippa-di-monte	IT		0	Europe/Rome	40.88333	17.25				13	BA	072030	
3177312	Faccia di Trippa	faccia-di-trippa	IT		0	Europe/Rome	40.88333	17.31667				13	BA	072030	
3177319	Fabbrica Vecchia	fabbrica-vecchia	IT		0	Europe/Rome	45.08333	11.4				20	VR	023020	
3177320	Fabbrica Nuova	fabbrica-nuova	IT		0	Europe/Rome	45.1	11.38333				20	VR	023020	
3177321	Fabbricaccia	fabbricaccia	IT		0	Europe/Rome	43.25	11.28333				16	SI	052034	
3177323	Fabbri	fabbri	IT		0	Europe/Rome	42.86667	12.68333				18	PG	054030	
3177324	Fabbiano	fabbiano	IT		224	Europe/Rome	44.89272	9.58471	188			05	PC	033038	
3177343	Esmate	esmate	IT		0	Europe/Rome	45.78333	10.01667				09	BG	016200	
3177348	Eschio	eschio	IT		0	Europe/Rome	46.61667	11.25				17	BZ	021112	
3177351	Erto	erto	IT		328	Europe/Rome	46.2764	12.37149	830		093019	06	PN	093019	
3177360	Eremiti	eremiti	IT		0	Europe/Rome	40.15	15.28333				04	SA	065124	
3177398	Enas	enas	IT		0	Europe/Rome	40.85	9.45				14	OT	104013	
3177424	Elce	elce	IT		0	Europe/Rome	42.63333	13.51667		Elce,Elice		01	TE	067022	
3177425	Elce	elce	IT		0	Europe/Rome	42.18333	14.38333		Elce,Elici		01	CH	069046	
3177427	Eita	eita	IT		0	Europe/Rome	46.36667	10.25		Casa di Eita,Eita		09	SO	014033	
3177436	Eclause	eclause	IT		0	Europe/Rome	45.08333	6.9				12	TO	001232	
3177439	Ebbio	ebbio	IT		0	Europe/Rome	44.8	9.56667				05	PC	033004	
3177440	Dzovenno	dzovenno	IT		0	Europe/Rome	45.86667	7.4		Dzovenno,Jovenoz		19	AO	007010	
3177446	Duomo Vegezzi	duomo-vegezzi	IT		0	Europe/Rome	44.96667	9.6		Duomo Vegezzi,Duomo delle Vegezzi		05	PC	033023	
3177452	Dugliolo	dugliolo	IT		414	Europe/Rome	44.61422	11.58135	11			05	BO	037008	
3177454	Dugara	dugara	IT		0	Europe/Rome	44.56667	9.7				05	PR	034002	
3177458	Due Santi	due-santi	IT		281	Europe/Rome	42.8162	12.44612	318			18	PG	054052	
3177459	Due Maestà	due-maesta	IT		0	Europe/Rome	44.66667	10.65				05	RE	035033	
3177463	Duddova	duddova	IT		0	Europe/Rome	43.41667	11.58333				16	AR	051005	
3177464	Ducato di Fabriago	ducato-di-fabriago	IT		0	Europe/Rome	44.48333	11.86667				05	RA	039012	
3177470	Drugolo	drugolo	IT		0	Europe/Rome	45.5	10.46667				09	BS	017092	
3177475	Droneretto	droneretto	IT		0	Europe/Rome	44.53333	7.21667				12	CN	004207	
3177479	Drego	drego	IT		0	Europe/Rome	44	7.81667				08	IM	008035	
3177484	Dragodena	dragodena	IT		0	Europe/Rome	44.33333	11.03333				05	MO	036047	
3177486	Draga Sant'Elia	draga-sant-elia	IT		0	Europe/Rome	45.62022	13.88957	341			06	TS	032004	
3177487	Dozzano	dozzano	IT		0	Europe/Rome	44.36667	9.85				16	MS	045014	
3177492	Dova Inferiore	dova-inferiore	IT		0	Europe/Rome	44.64142	9.12449				12	AL	006025	
3177495	Dotti	dotti	IT		0	Europe/Rome	44.21667	10.53333				05	MO	036016	
3177502	Dossalto	dossalto	IT		0	Europe/Rome	46.53333	10.75				17	BZ	021049	
3177506	Dosdè	dosde	IT		0	Europe/Rome	46.41667	10.18333		Alpe Dosde,Alpe Dosdè,Dosde,Dosdè		09	SO	014071	
3177507	Sestière di Dorsoduro	sestiere-di-dorsoduro	IT		0	Europe/Rome	45.43129	12.32537				20	VE	027042	
3177512	Dorgnan	dorgnan	IT		0	Europe/Rome	46.06667	11.98333				20	BL	025011	
3177514	Dorga	dorga	IT		0	Europe/Rome	45.91667	10.05				09	BG	016064	
3177523	Clapey	clapey	IT		0	Europe/Rome	45.6	7.76667		Donas,Donnaz,Donàs		19	AO	007023	
3177528	Donego	donego	IT		0	Europe/Rome	46.01667	8.65				12	VB	103016	
3177529	Dondena	dondena	IT		0	Europe/Rome	45.61667	7.55				19	AO	007018	
3177535	Domminizia	domminizia	IT		0	Europe/Rome	46.23333	12.9		Dominisia,Domminizia		06	PN	093016	
3177543	Doma	doma	IT		0	Europe/Rome	42.65	13.23333		Doma,Domo		07	RI	057002	
3177549	Dolciano	dolciano	IT		0	Europe/Rome	43.03333	11.93333				16	SI	052011	
3177556	Doglio	doglio	IT		0	Europe/Rome	43.5	12.85				10	AN	042044	
3177557	Doglio	doglio	IT		0	Europe/Rome	42.81667	12.31667				18	PG	054029	
3177569	Dobbiaco Nuovo	dobbiaco-nuovo	IT		0	Europe/Rome	46.71639	12.2975				17	BZ	021077	
3177577	Disvetro	disvetro	IT		0	Europe/Rome	44.86667	11.06667				05	MO	036022	
3177579	Di Santo	di-santo	IT		0	Europe/Rome	42.08333	14.56667		Di Santo,Masseria Di Santo		01	CH	069087	
3177580	Direzione	direzione	IT		0	Europe/Rome	40.8	9.01667				14	SS	090075	
3177581	Diolo	diolo	IT		0	Europe/Rome	44.85	9.8				05	PC	033011	
3177598	Diano Borello	diano-borello	IT		0	Europe/Rome	43.94648	8.0492				08	IM	008025	
3177601	Diaccialone	diaccialone	IT		0	Europe/Rome	42.71667	11.21667		Diaccialone,Il Diaccialone		16	GR	053013	
3177602	Dezzo di Scalve	dezzo-di-scalve	IT		0	Europe/Rome	45.98333	10.08333		Dezzo,Dezzo di Scalve		09	BG	016243	
3177604	Deveys	deveys	IT		0	Europe/Rome	45.1	6.91667				12	TO	001100	
3177605	Devetachi	devetachi	IT		0	Europe/Rome	45.87028	13.56972				06	GO	031003	
3177609	Desertes	desertes	IT		0	Europe/Rome	44.98333	6.78333				12	TO	001074	
3177611	Desenzano	desenzano	IT		0	Europe/Rome	45.76667	9.78333		Desenzano,Desenzano al Serio		09	BG	016004	
3177614	Desco	desco	IT		0	Europe/Rome	46.14761	9.62608				09	SO	014063	
3177620	De Pascale	de-pascale	IT		0	Europe/Rome	41.31667	14.4				04	CE	061041	
3177624	De Nardis	de-nardis	IT		0	Europe/Rome	42.6	13.75		De Nardis,Nardi		01	TE	067005	
3177633	Degioz	degioz	IT		0	Europe/Rome	45.6	7.2				19	AO	007070	
3177638	De Crescenzio	de-crescenzio	IT		0	Europe/Rome	41.1	16.55		Casino De Crescenzio,De Crescenzio		13	BA	072043	
3177641	De Biasi	de-biasi	IT		0	Europe/Rome	41.23333	14.11667				04	CE	061072	
3177643	Datti	datti	IT		0	Europe/Rome	40.11667	18.1				13	LE	075074	
3177644	Dasindo	dasindo	IT		0	Europe/Rome	46.01103	10.86179	502			17	TN	022083	
3177648	Danta	danta	IT		480	Europe/Rome	46.567	12.52055	1398		025017	20	BL	025017	
3177658	Cusinati	cusinati	IT		0	Europe/Rome	45.7	11.75				20	VI	024087	
3177673	Curletti	curletti	IT		0	Europe/Rome	44.63226	9.43751				05	PC	033020	
3177674	Curiglia con Monteviasco	curiglia	IT		201	Europe/Rome	46.06018	8.80433				09	VA	012061	
3177676	Curicchi	curicchi	IT		0	Europe/Rome	45.01667	12.05				20	RO	029001	
3177678	Cure	cure	IT		0	Europe/Rome	45.7	10.06667				09	BS	017111	
3177681	Cura Nuova	cura-nuova	IT		0	Europe/Rome	42.96667	10.8				16	GR	053009	
3177690	Cupi	cupi	IT		0	Europe/Rome	42.98333	13.1				10	MC	043038	
3177702	Cumilata	cumilata	IT		0	Europe/Rome	42.55	13.01667		Cumilata,Cumulata		07	RI	057033	
3177708	Cultura	cultura	IT		0	Europe/Rome	46.05769	10.7939		Coltura,Cultura		17	TN	022199	
3177709	Culla	culla	IT		0	Europe/Rome	43.96667	10.28333				16	LU	046030	
3177717	Cugnan	cugnan	IT		0	Europe/Rome	46.15706	12.28958				20	BL	025040	
3177739	Cuccana	cuccana	IT		223	Europe/Rome	45.93518	13.23039	36	Cuccagna,Cuccana		06	UD	030011	
3177740	Cuccagna	cuccagna	IT		0	Europe/Rome	44.96613	9.26765				09	PV	018125	
3177745	Croveo	croveo	IT		231	Europe/Rome	46.27256	8.30412	814			12	VB	103006	
3177746	Crovara	crovara	IT		0	Europe/Rome	44.5	10.38333		Crovara,Scalucchia		05	RE	035042	
3177748	Crotte	crotte	IT		0	Europe/Rome	45.38333	7.9				12	TO	001269	
3177751	Crosare	crosare	IT		213	Europe/Rome	45.26667	11.43333	17			20	VR	023061	
3177760	Crogle	crogle	IT		0	Europe/Rome	45.6	13.83333		Crogle,Crogole		06	TS	032004	
3177763	Crocina	crocina	IT		0	Europe/Rome	43.51667	10.45				16	LI	049008	
3177764	Crocilone	crocilone	IT		0	Europe/Rome	44.98333	10.18333				05	PR	034030	
3177765	Crocile	crocile	IT		0	Europe/Rome	45	10.71667				09	MN	020065	
3177766	Crociglia	crociglia	IT		0	Europe/Rome	44.85788	9.25641				09	PV	018184	
3177767	Crociera di Runzi	crociera-di-runzi	IT		0	Europe/Rome	45	11.5				20	RO	029005	
3177768	Crocicchio	crocicchio	IT		223	Europe/Rome	43.26959	12.71619	481			18	PG	054023	
3177769	Crocicchie	crocicchie	IT		0	Europe/Rome	42.05	12.25				07	RM	058005	
3177770	Crocicchia	crocicchia	IT		0	Europe/Rome	43.7	12.63333		Crocicchia,Parrochia di Crocicchia,Parrochia di Crocícchia		10	PU	041067	
3177775	Crocetta	crocetta	IT		335	Europe/Rome	45.07073	11.48526	10			20	RO	029004	
3177776	Crocetta	crocetta	IT		0	Europe/Rome	44.91667	8.01667				12	AT	005117	
3177777	Crocesanta	crocesanta	IT		0	Europe/Rome	43.87117	11.99578				05	FC	040001	
3177779	Croceron	croceron	IT		0	Europe/Rome	45.73333	11.75				20	VI	024087	
3177784	Croce del Magno	croce-del-magno	IT		0	Europe/Rome	43.5	10.65				16	PI	050012	
3177800	Cristena	cristena	IT		0	Europe/Rome	43.18333	11.51667				16	SI	052002	
3177809	Criscia	criscia	IT		0	Europe/Rome	41.31667	14.41667				04	CE	061041	
3177812	Crevola d'Ossola	crevola-d-ossola	IT		0	Europe/Rome	46.15617	8.30356		Crevola,Crevola d'Ossola,Crevola d’Ossola		12	VB	103025	
3177813	Crèves	creves	IT		0	Europe/Rome	46.1	8.53333		Creves,Crèves,Monti Creves		12	VB	103027	
3177817	Crêton	creton	IT		0	Europe/Rome	45.85	7.13333				19	AO	007064	
3177820	Cret	cret	IT		0	Europe/Rome	45.6	7.43333				19	AO	007021	
3177830	Cresciasca	cresciasca	IT		0	Europe/Rome	46.15	9.41667				09	CO	013107	
3177834	Crépin	crepin	IT		0	Europe/Rome	45.88333	7.63333				19	AO	007071	
3177846	Crea	crea	IT		0	Europe/Rome	45.46667	12.13333				20	VE	027023	
3177847	Craverezza	craverezza	IT		0	Europe/Rome	44.8	9.65				05	PC	033004	
3177848	Cravegna	cravegna	IT		0	Europe/Rome	46.23333	8.31667				12	VB	103026	
3177852	Craúglio	crauglio	IT		0	Europe/Rome	45.88111	13.38417				06	UD	030105	
3177856	Crasciana	crasciana	IT		0	Europe/Rome	44.01667	10.66667				16	LU	046002	
3177867	Covelo	covelo	IT		361	Europe/Rome	46.09871	11.02152	548			17	TN	022192	
3177873	Cotti	cotti	IT		0	Europe/Rome	42.15	14.38333				01	CH	069085	
3177892	Costapianella	costapianella	IT		0	Europe/Rome	44.53333	9.11667				08	GE	010062	
3177893	Costa Pallavieino	costa-pallavieino	IT		0	Europe/Rome	44.68333	9.93333				05	PR	034045	
3177896	Costamolino	costamolino	IT		0	Europe/Rome	46.98333	11.96667		Costamolina,Costamolino		17	BZ	021108	
3177897	Costamolino	costamolino	IT		0	Europe/Rome	46.43	13.30778				06	UD	030025	
3177898	Costa Merlassino	costa-merlassino	IT		0	Europe/Rome	44.74362	9.0354				12	AL	006028	
3177899	Costamala	costamala	IT		0	Europe/Rome	44.23198	9.98116				16	MS	045009	
3177903	Costa Finale	costa-finale	IT		0	Europe/Rome	44.49467	9.24508				08	GE	010030	
3177904	Costa d'Oneglia	costa-d-oneglia	IT		384	Europe/Rome	43.91533	8.03186	145			08	IM	008031	
3177907	Costa di Bassano	costa-di-bassano	IT		0	Europe/Rome	45.88333	9.6				09	BG	016210	
3177908	Costa de'Grassi	costa-de-grassi	IT		0	Europe/Rome	44.4	10.38333				05	RE	035016	
3177910	Costa Cavalieri	costa-cavalieri	IT		0	Europe/Rome	44.91279	9.19787				09	PV	018064	
3177911	Costa Carnara	costa-carnara	IT		0	Europe/Rome	43.9	7.95				08	IM	008030	
3177915	Costa	costa	IT		0	Europe/Rome	45.9	11.68333				20	VI	024114	
3177916	Costa	costa	IT		0	Europe/Rome	44.98333	9.55				05	PC	033024	
3177917	Costa	costa	IT		0	Europe/Rome	44.33333	9.35				08	GE	010018	
3177918	Costa	costa	IT		0	Europe/Rome	43.15862	12.80108				18	PG	054034	
3177921	Cossito	cossito	IT		0	Europe/Rome	42.67414	13.29333				07	RI	057002	
3177926	Cosentini	cosentini	IT		0	Europe/Rome	40.23333	15				04	SA	065071	
3177931	Cosana del Collio (same as Kozana)	cosana-del-collio-same-as-kozana	IT		0	Europe/Rome	45.98333	13.53333		Cosana del Collio (same as Kozana),Cosana nel Collio		06			
3177935	Corzes	corzes	IT		0	Europe/Rome	46.63333	10.75				17	BZ	021093	
3177940	Corvella	corvella	IT		0	Europe/Rome	44.16667	10.96667				05	BO	037049	
3177942	Corvara in Passiria	corvara-in-passiria	IT		0	Europe/Rome	46.86667	11.15		Corvara,Corvara in Passiria		17	BZ	021054	
3177946	Corvacchiano	corvacchiano	IT		0	Europe/Rome	42.65	13.55				01	TE	067043	
3177949	Cortis	cortis	IT		0	Europe/Rome	46.34861	13.39444		Coritis,Cortis		06	UD	030092	
3177950	Cortina Vecctia	cortina-vecctia	IT		0	Europe/Rome	44.86667	9.93333		Cortina,Cortina Vecctia		05	PC	033002	
3177951	Cortina di Giais	cortina-di-giais	IT		0	Europe/Rome	46.11667	12.61667		Cortina,Cortina di Giais		06	PN	093004	
3177953	Cortinaccia	cortinaccia	IT		0	Europe/Rome	46.31667	9.41667				09	SO	014018	
3177957	Cortigno	cortigno	IT		0	Europe/Rome	42.81667	12.98333				18	PG	054035	
3177958	Cortignasco	cortignasco	IT		0	Europe/Rome	46.16667	8.51667				12	VB	103024	
3177959	Cortignano	cortignano	IT		0	Europe/Rome	42.85	12.63333				18	PG	054030	
3177965	Corti	corti	IT		0	Europe/Rome	43.56667	11.35				16	FI	048021	
3177966	Cortevezzo	cortevezzo	IT		0	Europe/Rome	44.71667	9.26667				09	PV	018021	
3177967	Corte Torriana	corte-torriana	IT		0	Europe/Rome	45.06667	11.06667				09	MN	020062	
3177968	Corte San Paolo	corte-san-paolo	IT		0	Europe/Rome	45.03333	12.26667				20	RO	029052	
3177969	Corte Rusta	corte-rusta	IT		0	Europe/Rome	45.13333	11				09	MN	020068	
3177970	Corte Romana	corte-romana	IT		0	Europe/Rome	44.95	10.98333				09	MN	020056	
3177971	Corte Polfranceschi	corte-polfranceschi	IT		0	Europe/Rome	45.33333	11.18333				20	VR	023056	
3177975	Corte Motta	corte-motta	IT		0	Europe/Rome	44.96667	11.25				09	MN	020061	
3177979	Cortellazzo	cortellazzo	IT		0	Europe/Rome	45.53917	12.71528				20	VE	027019	
3177980	Corte le Franzine	corte-le-franzine	IT		0	Europe/Rome	45.13333	11.3				20	VR	023044	
3177981	Corte la Casona	corte-la-casona	IT		0	Europe/Rome	45.09	12.075		Casona,Corte la Casona		20	VE	027006	
3177984	Corte Fenilone	corte-fenilone	IT		0	Europe/Rome	45.11085	11.02924				09	MN	020068	
3177985	Corte dei Cortesi	corte-dei-cortesi	IT		0	Europe/Rome	45.26667	10				09	CR	019032	
3177986	Corte Cerino	corte-cerino	IT		0	Europe/Rome	46.26667	8.26667				12	VB	103026	
3177987	Corte Centrale	corte-centrale	IT		0	Europe/Rome	45.16667	12.25				20	VE	027008	
3177988	Corte Centrale	corte-centrale	IT		0	Europe/Rome	44.75	12.01667				05	FE	038017	
3177989	Cortecce	cortecce	IT		0	Europe/Rome	44.01667	11.63333				16	FI	048026	
3177990	Corte Carpania	corte-carpania	IT		0	Europe/Rome	45.11667	11.2				20	VR	023019	
3177991	Corte Bragagnani	corte-bragagnani	IT		0	Europe/Rome	45.3	11.1				20	VR	023012	
3177992	Corte Acquabuona	corte-acquabuona	IT		0	Europe/Rome	45.56667	12.71667				20	VE	027013	
3178001	Cortaccio	cortaccio	IT		0	Europe/Rome	46.03333	8.56667				12	VB	103005	
3178009	Corrugunele	corrugunele	IT		0	Europe/Rome	40.03333	9.36667				14	OG	105023	
3178010	Corruccioni	corruccioni	IT		0	Europe/Rome	42.46171	13.23951		Corroccioni,Corruccioni		01	AQ	066013	
3178011	Corrubio	corrubio	IT		0	Europe/Rome	45.56667	11		Corrubbio,Corrubio		20	VR	023038	
3178020	Correggi	correggi	IT		0	Europe/Rome	44.78333	11.83333				05	FE	038017	
3178023	Corradi	corradi	IT		0	Europe/Rome	43.87872	7.98826				08	IM	008031	
3178026	Coronelle	coronelle	IT		0	Europe/Rome	42.71667	13.5				01	TE	067046	
3178034	Coroglio	coroglio	IT		0	Europe/Rome	40.80816	14.17554				04	NA	063049	
3178041	Cornolo	cornolo	IT		0	Europe/Rome	44.56667	9.56667				05	PR	034003	
3178042	Cornolatino	cornolatino	IT		0	Europe/Rome	46.76667	11.96667		Corno,Cornolatino		17	BZ	021013	
3178056	Corno	corno	IT		0	Europe/Rome	42.36667	13.15				07	RI	057003	
3178057	Cornizzai	cornizzai	IT		0	Europe/Rome	45.85583	12.58472				06	PN	093029	
3178061	Cornillo Nuovo	cornillo-nuovo	IT		0	Europe/Rome	42.61394	13.33242				07	RI	057002	
3178068	Corneto	corneto	IT		0	Europe/Rome	43.26667	13.43333				10	MC	043023	
3178070	Cornelle	cornelle	IT		0	Europe/Rome	42.59413	13.26088				07	RI	057002	
3178071	Cornegliana	cornegliana	IT		799	Europe/Rome	45.30254	11.85313	8			20	PD	028106	
3178079	Cornacchiano	cornacchiano	IT		0	Europe/Rome	42.78778	13.63154				01	TE	067017	
3178084	Corna	corna	IT		0	Europe/Rome	45.88051	10.17282				09	BS	017065	
3178088	Corlo	corlo	IT		394	Europe/Rome	44.87976	11.74962	5			05	FE	038008	
3178089	Corlo	corlo	IT		0	Europe/Rome	44.58333	10.83333				05	MO	036015	
3178092	Corleto	corleto	IT		0	Europe/Rome	44.26667	11.96667				05	RA	039010	
3178100	Córgnolo	corgnolo	IT		0	Europe/Rome	45.86833	13.19722				06	UD	030077	
3178101	Corgna	corgna	IT		0	Europe/Rome	43.23333	12.15		Corgna,Villa Corgna		18	PG	054025	
3178113	Cordellon	cordellon	IT		0	Europe/Rome	46.01667	12.05				20	BL	025034	
3178116	Corcolle	corcolle	IT		0	Europe/Rome	41.91667	12.76667		Corcolle,Querquetula		07	RM	058091	
3178118	Corcia	corcia	IT		0	Europe/Rome	43.2	12.78333				18	PG	054023	
3178126	Corbellino	corbellino	IT		0	Europe/Rome	42.25	13.65				01	AQ	066022	
3178136	Coppe	coppe	IT		0	Europe/Rome	42.48333	12.65				18	TR	055031	
3178138	Coppari	coppari	IT		0	Europe/Rome	41.4	14.71667		Coppari,Masseria Coppari		04	BN	062069	
3178148	Convento	convento	IT		0	Europe/Rome	44	12.43333				05	RN	099020	
3178149	Convento	convento	IT		0	Europe/Rome	40.36667	18.06667				13	LE	075055	
3178155	Contrada Suore	contrada-suore	IT		0	Europe/Rome	45.15	11.28333				20	VR	023044	
3178156	Contrada Ronchiel	contrada-ronchiel	IT		0	Europe/Rome	45.21667	11.16667				20	VR	023025	
3178157	Contrada i Monti	contrada-i-monti	IT		0	Europe/Rome	43.48333	13.33333				10	AN	042043	
3178158	Contrada di Sotto	contrada-di-sotto	IT		0	Europe/Rome	46.21667	10.2		Contrada,Contrada di Sotto		09	SO	014066	
3178159	Contrada della Chiesa	contrada-della-chiesa	IT		0	Europe/Rome	44.95	10.01667				05	PR	034007	
3178160	Contrada Cocco	contrada-cocco	IT		0	Europe/Rome	45.63333	11.23333				20	VI	024005	
3178161	Contrada Brutti	contrada-brutti	IT		0	Europe/Rome	45.65	11.05				20	VR	023011	
3178162	Contrada Broggio	contrada-broggio	IT		0	Europe/Rome	45.26667	11.18333				20	VR	023041	
3178163	Contrada Anselmi	contrada-anselmi	IT		0	Europe/Rome	45.58333	11.15				20	VR	023005	
3178165	Contovello	contovello	IT		0	Europe/Rome	45.70172	13.73332		Contovello,Kontovel		06	TS	032006	
3178168	Contignaco	contignaco	IT		0	Europe/Rome	44.78333	9.96667				05	PR	034032	
3178170	Conti	conti	IT		0	Europe/Rome	42.98333	13.4				10	FM	109002	
3178179	Consilvano	consilvano	IT		0	Europe/Rome	42.91667	13.36667				10	FM	109015	
3178185	Conocchia	conocchia	IT		257	Europe/Rome	41.61812	14.21261	596			11	IS	094023	
3178187	Conio	conio	IT		0	Europe/Rome	43.98222	7.89528		Koni		08	IM	008010	
3178188	Conialo	conialo	IT		0	Europe/Rome	45.15	8.36667				12	AL	006060	
3178189	Confortino	confortino	IT		0	Europe/Rome	44.51667	11.18333				05	BO	037060	
3178195	Conetta	conetta	IT		0	Europe/Rome	45.16667	11.98333				20	VE	027010	
3178204	Conconello	conconello	IT		200	Europe/Rome	45.67064	13.79514	358	Konkonelj		06	TS	032006	
3178211	Conca d'Albero	conca-d-albero	IT		0	Europe/Rome	45.21556	12.08056				20	PD	028035	
3178216	Conca	conca	IT		0	Europe/Rome	42.58333	13.15				07	RI	057017	
3178222	Compione	compione	IT		0	Europe/Rome	44.33066	10.04665				16	MS	045002	
3178235	Comignano	comignano	IT		0	Europe/Rome	42.61667	13.5				01	TE	067022	
3178240	Comboè	comboe	IT		0	Europe/Rome	45.68333	7.33333				19	AO	007019	
3178249	Colvedro	colvedro	IT		0	Europe/Rome	46.38333	9.31667				09	SO	014012	
3178250	Colunga	colunga	IT		0	Europe/Rome	44.46667	11.46667				05	BO	037054	
3178256	Coltavolino	coltavolino	IT		0	Europe/Rome	43.23333	12.43333				18	PG	054039	
3178264	Coloria	coloria	IT		0	Europe/Rome	46.01842	8.29227				12	VB	103077	
3178270	Colonia Marina	colonia-marina	IT		0	Europe/Rome	44.46667	12.28333				05	RA	039014	
3178271	Colonia Elena	colonia-elena	IT		0	Europe/Rome	41.25	13.11667				07	LT	059025	
3178272	Colonia di Pra	colonia-di-pra	IT		0	Europe/Rome	46.3	11.93333				20	BL	025059	
3178273	Coloncovez	coloncovez	IT		0	Europe/Rome	45.62022	13.82792				06	TS	032006	
3178274	Colombiere	colombiere	IT		0	Europe/Rome	44.98333	6.81667		Colombiere,Colombieres		12	TO	001074	
3178275	Colombera	colombera	IT		0	Europe/Rome	45.8	12.86667				20	VE	027016	
3178278	Colombari	colombari	IT		0	Europe/Rome	45.21667	7.58333				12	TO	001086	
3178279	Colombara	colombara	IT		0	Europe/Rome	45.58333	13.81667		Colombar,Colombara		06	TS	032003	
3178280	Colombara	colombara	IT		0	Europe/Rome	44.94536	9.10398				09	PV	018155	
3178281	Colombara	colombara	IT		0	Europe/Rome	43.51667	12.71667		Colombara,Colombaro		10	PU	041018	
3178282	Colombaie	colombaie	IT		0	Europe/Rome	43.9	10.96667				16	PT	047014	
3178284	Colognola	colognola	IT		0	Europe/Rome	43.18333	12.36667				18	PG	054039	
3178294	Colmotino	colmotino	IT		0	Europe/Rome	42.7	13.06667				18	PG	054007	
3178296	Colludrozza	colludrozza	IT		0	Europe/Rome	45.73333	13.73333				06	TS	032005	
3178297	Collorso	collorso	IT		0	Europe/Rome	42.2	13.18333				07	RI	057049	
3178363	Collenasso	collenasso	IT		0	Europe/Rome	42.6	13.15				07	RI	057017	
3178300	Collodari	collodari	IT		0	Europe/Rome	43.36667	9.15				00			
3178303	Collistano	collistano	IT		0	Europe/Rome	44.71667	9.28333				09	PV	018021	
3178304	Collipace	collipace	IT		0	Europe/Rome	42.21667	13.1		Colle di Pace,Colli,Collipace		07	RI	057049	
3178306	Collino	collino	IT		0	Europe/Rome	44.11667	11.33333				16	FI	048018	
3178309	Collimento	collimento	IT		0	Europe/Rome	42.2928	13.33955			066052	01	AQ	066052	
3178310	Colli in Pusteria	colli-in-pusteria	IT		0	Europe/Rome	46.81667	11.8		Colli,Colli in Pusteria,Ruen		17	BZ	021021	
3178311	Colli di Sotto	colli-di-sotto	IT		0	Europe/Rome	44.31667	9.51667		Colle di Sotto,Colli di Sotto		08	GE	010011	
3178312	Colli di Sopra	colli-di-sopra	IT		0	Europe/Rome	44.31667	9.51667		Colle di Sopra,Colli di Sopra		08	GE	010011	
3178313	Colli di Monte Bove	colli-di-monte-bove	IT		0	Europe/Rome	42.1	13.15		Colli Monte Bove,Colli di Monte Bove		01	AQ	066025	
3178315	Colli Chiampon	colli-chiampon	IT		0	Europe/Rome	46.36667	12.88333				06	UD	030084	
3178316	Collicello	collicello	IT		0	Europe/Rome	42.61667	12.4		Collicello,E'Collicello		18	TR	055004	
3178317	Collicello	collicello	IT		0	Europe/Rome	42.46221	13.21921				01	AQ	066013	
3178318	Collicelli	collicelli	IT		0	Europe/Rome	42.7	13.63333				01	TE	067008	
3178319	Colliberti	colliberti	IT		0	Europe/Rome	42.5	13.65				01	TE	067026	
3178326	Colle Verrico	colle-verrico	IT		0	Europe/Rome	42.56635	13.20535				01	AQ	066056	
3178332	Collettara	collettara	IT		0	Europe/Rome	42.36644	13.27462				01	AQ	066095	
3178333	Colletta	colletta	IT		0	Europe/Rome	43.95	7.8				08	IM	008035	
3178334	Colletroio	colletroio	IT		0	Europe/Rome	42.6	13.28333				07	RI	057002	
3178337	Collespada	collespada	IT		0	Europe/Rome	42.66432	13.2332				07	RI	057001	
3178341	Collescille	collescille	IT		0	Europe/Rome	42.86667	13.05				18	PG	054043	
3178342	Colle San Vito	colle-san-vito	IT		0	Europe/Rome	42.29388	13.29195		Colle San Vito,San Vito		01	AQ	066101	
3178343	Colle Sant'Angelo	colle-sant-angelo	IT		0	Europe/Rome	42.54157	12.78671				18	TR	055005	
3178345	Colle Santa Colomba	colle-santa-colomba	IT		0	Europe/Rome	42.03333	12.56667				07	RM	058091	
3178348	Colle San Lorenzo	colle-san-lorenzo	IT		0	Europe/Rome	42.96667	12.75				18	PG	054018	
3178350	Collerinaldo	collerinaldo	IT		0	Europe/Rome	42.40124	13.05991		Collerinaldo,Collermaldo		07	RI	057008	
3178351	Colleretto Parella	colleretto-parella	IT		0	Europe/Rome	45.45	7.8				12	TO	001137	
3178352	Coller	coller	IT		0	Europe/Rome	46.41667	10.76667				17	TN	022150	
3178353	Collepizzulo	collepizzulo	IT		0	Europe/Rome	41.65	13.81667				07	FR	060040	
3178354	Collepino	collepino	IT		0	Europe/Rome	43.01667	12.7		Collepino		18	PG	054050	
3178356	Colle Pietralta	colle-pietralta	IT		0	Europe/Rome	42.7	13.43333				01	TE	067046	
3178362	Colle Paganica	colle-paganica	IT		0	Europe/Rome	42.51459	13.25209				01	AQ	066056	
3178364	Collemusino	collemusino	IT		0	Europe/Rome	42.41667	13.31667				01	AQ	066072	
3178367	Collemincio	collemincio	IT		0	Europe/Rome	43.16667	12.68333				18	PG	054057	
3178368	Colle Micotti	colle-micotti	IT		0	Europe/Rome	42.4	12.51667				18	TR		
3178369	Collemezzo	collemezzo	IT		0	Europe/Rome	42.85	12.58333				18	PG	054021	
3178371	Colle Mastroianni	colle-mastroianni	IT		0	Europe/Rome	41.68333	13.66667		Colle Mastroianni,Colle Mastrojanni		07	FR	060037	
3178372	Colle Massari	colle-massari	IT		0	Europe/Rome	42.88333	11.35				16	GR	053007	
3178373	Collemancio	collemancio	IT		0	Europe/Rome	42.98333	12.51667		Collemancio		18	PG	054006	
3178374	Colle Malamerenda	colle-malamerenda	IT		0	Europe/Rome	43.26667	11.36667				16	SI	052032	
3178376	Collemacchia	collemacchia	IT		0	Europe/Rome	41.55	14.05				11	IS	094019	
3178383	Colleluce	colleluce	IT		0	Europe/Rome	42.83333	13.3				10	AP	044038	
3178384	Colleluccio	colleluccio	IT		0	Europe/Rome	42.6	13.9				01	TE	067015	
3178387	Collegrato	collegrato	IT		0	Europe/Rome	42.76667	13.5				01	TE		
3178389	Collegnago	collegnago	IT		0	Europe/Rome	44.23333	10.15				16	MS	045007	
3178390	Collegiudeo	collegiudeo	IT		0	Europe/Rome	42.23333	13.15				07	RI	057028	
3178392	Collegilesco	collegilesco	IT		0	Europe/Rome	42.63333	13.55				01	TE	067022	
3178393	Collegiglioni	collegiglioni	IT		0	Europe/Rome	43.36667	12.91667				10	AN	042017	
3178394	Collegiata	collegiata	IT		0	Europe/Rome	40.86667	14.43333				04	NA	063079	
3178395	Collegentilesco	collegentilesco	IT		0	Europe/Rome	42.62519	13.22423				07	RI	057002	
3178396	Collegarola	collegarola	IT		0	Europe/Rome	44.61667	10.93333				05	MO	036023	
3178397	Collegalli	collegalli	IT		0	Europe/Rome	43.6	10.85				16	FI	048027	
3178399	Colle Farelli	colle-farelli	IT		0	Europe/Rome	42.3254	13.27681				01	AQ	066101	
3178400	Colle Fabri	colle-fabri	IT		0	Europe/Rome	42.69449	12.80877				18	PG	054047	
3178407	Colle di Favilla	colle-di-favilla	IT		0	Europe/Rome	44.05	10.3		Col di Favilla,Colle di Favilla		16	LU	046030	
3178408	Colle di Campana	colle-di-campana	IT		0	Europe/Rome	45.81667	12.28333		Colla di Campana,Colle di Campana		20	TV	026075	
3178409	Colle del Marchese	colle-del-marchese	IT		0	Europe/Rome	42.81667	12.61667		Colle del Marchese		18	PG	054021	
3178410	Colle della Sponga	colle-della-sponga	IT		0	Europe/Rome	42.26667	13.06667				07	RI	057050	
3178411	Colle d'Avendita	colle-d-avendita	IT		0	Europe/Rome	42.75	13.03333				18	PG	054007	
3178417	Collecastagno	collecastagno	IT		0	Europe/Rome	42.33586	13.26054		Rocca Santo Stefano		01	AQ	066101	
3178418	Collecaruno	collecaruno	IT		0	Europe/Rome	42.66667	13.63333				01	TE	067043	
3178419	Colle Campo	colle-campo	IT		0	Europe/Rome	42.68333	12.6				18	TR	055001	
3178420	Colle Calzolaro	colle-calzolaro	IT		0	Europe/Rome	43.01667	12.13333				18	PG	054037	
3178421	Colle Calvo	colle-calvo	IT		0	Europe/Rome	42.53379	13.24659				01	AQ	066056	
3178425	Collebaldo	collebaldo	IT		0	Europe/Rome	42.98333	12.16667				18	PG	054040	
3178426	Colleatterrato	colleatterrato	IT		0	Europe/Rome	42.66667	13.71667				01	TE	067041	
3178427	Colle Arduino	colle-arduino	IT		0	Europe/Rome	41.48333	13.56667				07	FR	060064	
3178428	Colle Alto	colle-alto	IT		0	Europe/Rome	41.56667	13.56667				07	FR	060008	
3178436	Colle di Lucoli	colle-di-lucoli	IT		0	Europe/Rome	42.30908	13.33324				01	AQ	066052	
3178438	Collazzoni	collazzoni	IT		0	Europe/Rome	42.83333	13				18	PG	054043	
3178440	Collattoni	collattoni	IT		0	Europe/Rome	42.98161	12.96404				10	MC	043027	
3178443	Collaralli	collaralli	IT		0	Europe/Rome	42.23333	13.13333				07	RI	057049	
3178449	Collabassa	collabassa	IT		0	Europe/Rome	43.86667	7.56667				08	IM	008001	
3178453	Colfrancui	colfrancui	IT		0	Europe/Rome	45.78722	12.47				20	TV	026028	
3178457	Col di Villa	col-di-villa	IT		0	Europe/Rome	46.46667	11.36667		Col di Villa,Colonia di Villa		17	BZ	021040	
3178460	Fornelle	fornelle	IT		0	Europe/Rome	43.34736	13.1157				10	MC	043002	
3178461	Coldellanoce	coldellanoce	IT		0	Europe/Rome	43.4	12.81667				10	AN	042044	
3178462	Colcerasa	colcerasa	IT		0	Europe/Rome	43.31667	13.18333				10	MC	043047	
3178466	Colcanino	colcanino	IT		0	Europe/Rome	43.45	12.81667				10	AN	042044	
3178471	Coimo	coimo	IT		262	Europe/Rome	46.13233	8.39861	817			12	VB	103029	
3178473	Cogruzzo	cogruzzo	IT		0	Europe/Rome	44.8283	10.58481				05	RE	035015	
3178478	Cogoli	cogoli	IT		0	Europe/Rome	40.55	9.43333		Cogoli,Gogali		14	NU	091058	
3178490	Coggia	coggia	IT		0	Europe/Rome	46.21667	8.25				12	VB	103071	
3178491	Coggia	coggia	IT		0	Europe/Rome	45.16667	8.13333				12	TO	001294	
3178492	Coette	coette	IT		0	Europe/Rome	45.15139	12.05194				20	VE	027006	
3178497	Codovilla	codovilla	IT		0	Europe/Rome	44.4	7.93333				12	CN	004151	
3178508	Codevico	codevico	IT		0	Europe/Rome	44.78333	9.06667				12	AL	006155	
3178511	Codegazzi	codegazzi	IT		0	Europe/Rome	44.67726	9.52618				05	PC	033020	
3178522	Cocoscia	cocoscia	IT		0	Europe/Rome	42.78333	13.4				10	AP	044001	
3178523	Cocolicchio	cocolicchio	IT		0	Europe/Rome	40.81309	17.32132	305	Cuccolicchio		13	BR	074007	
3178525	Cocconi	cocconi	IT		0	Europe/Rome	44.85	10.26667		Casa Cocconi,Cocconi		05	PR	034027	
3178529	Cocciglia	cocciglia	IT		0	Europe/Rome	44.03333	10.66667				16	LU	046002	
3178530	Cocciano	cocciano	IT		0	Europe/Rome	42.63333	12.31667				18	TR	055015	
3178531	Coccau	coccau	IT		0	Europe/Rome	46.52528	13.61222				06	UD	030117	
3178533	Coccagna	coccagna	IT		0	Europe/Rome	41.08333	14.3				04	CE	061021	
3178538	Coatti	coatti	IT		0	Europe/Rome	44.98333	11.41667				20	RO	029042	
3178539	Coaté	coate	IT		0	Europe/Rome	46.25	8.23333				12	VB	103071	
3178542	Clusane sul Lago	clusane-sul-lago	IT		0	Europe/Rome	45.66247	10.00005		Clusane,Clusane sul Lago		09	BS	017085	
3178543	Cludinico	cludinico	IT		0	Europe/Rome	46.45778	12.88361				06	UD	030067	
3178544	Clotes	clotes	IT		0	Europe/Rome	44.88333	6.91667		Clotes,Cotes		12	TO	001258	
3178546	Clevolo	clevolo	IT		0	Europe/Rome	46.48333	10.26667		Clevo,Clevolo		09	SO	014071	
3178547	Cleuis	cleuis	IT		0	Europe/Rome	46.56056	12.99972		Cleuis,Cleulis		06	UD	030071	
3178549	Cleran	cleran	IT		0	Europe/Rome	46.68333	11.66667				17	BZ	021011	
3178555	Classe Fuori	classe-fuori	IT		0	Europe/Rome	44.38333	12.23333				05	RA	039014	
3178559	Barclaino	barclaino	IT		0	Europe/Rome	46	9.08333				09	CO	013071	
3178561	Civorio	civorio	IT		0	Europe/Rome	43.95	12.03333				05	FC	040009	
3178564	Verrico	verrico	IT		0	Europe/Rome	42.56141	13.21009				01	AQ	066056	
3178573	Civitella de'Pazzi	civitella-de-pazzi	IT		0	Europe/Rome	42.71667	12.28333				18	TR	055007	
3178575	Civitella de'Conti	civitella-de-conti	IT		0	Europe/Rome	42.9	12.3				18	TR	055030	
3178588	Civitatomassa	civitatomassa	IT		398	Europe/Rome	42.35429	13.27865	739			01	AQ	066095	
3178612	Città Vecchia	citta-vecchia	IT		0	Europe/Rome	40.46667	17.23333				13			
3178615	Città Nuova	citta-nuova	IT		0	Europe/Rome	40.46667	17.25				13	TA	073027	
3178621	Cittadella La Rocchetta	cittadella-la-rocchetta	IT		0	Europe/Rome	42.93333	10.55				16			
3178624	Citerni	citerni	IT		0	Europe/Rome	43.98333	12.11667				05	FC	040020	
3178641	Cisi	cisi	IT		0	Europe/Rome	44.85	11.96667				05	FE	038010	
3178646	Cirlat	cirlat	IT		0	Europe/Rome	46.63333	10.98333		Cirlano,Cirlat		17	BZ	021056	
3178657	Cipresso	cipresso	IT		0	Europe/Rome	42.5	14		Cipressi,Cipresso		01	PE	068018	
3178668	Cinquanta	cinquanta	IT		261	Europe/Rome	44.65786	11.39967	19			05	BO	037052	
3178677	Cinecittà	cinecitta	IT		0	Europe/Rome	41.85	12.56667		Cinecitta,Cinecittà		07	RM	058091	
3178678	Cincelli	cincelli	IT		0	Europe/Rome	43.51667	11.8				16	AR	051002	
3178689	Cima Sappada	cima-sappada	IT		1334	Europe/Rome	46.57194	12.725		Cima Sappada,Sappada		20	BL	025052	
3178692	Cima Gogna	cima-gogna	IT		0	Europe/Rome	46.51861	12.4625				20	BL	025033	
3178694	Cimabanche	cimabanche	IT		0	Europe/Rome	46.61678	12.17019		Rufreddo		20	BL	025016	
3178702	Cignolo	cignolo	IT		0	Europe/Rome	44.77239	9.22886				09	PV	018142	
3178708	Ciglione	ciglione	IT		0	Europe/Rome	44.6	8.48333				12	AL	006136	
3178712	Cifelli	cifelli	IT		0	Europe/Rome	41.56667	14.31667				11	IS	094010	
3178718	Cicognaia	cicognaia	IT		0	Europe/Rome	43.8	12.21667				16	AR	051003	
3178719	Cicogna	cicogna	IT		100	Europe/Rome	46.00364	8.49243		Chikon'ja,Чиконья		12	VB	103023	
3178721	Cicignano	cicignano	IT		0	Europe/Rome	42.35	12.53333				07	RI	057021	
3178723	Ciciana	ciciana	IT		0	Europe/Rome	43.91667	10.55				16	LU	046017	
3178724	Cichero	cichero	IT		0	Europe/Rome	44.41667	9.31667				08	GE	010053	
3178728	Cibottola	cibottola	IT		0	Europe/Rome	42.98333	12.23333				18	PG	054040	
3178730	Cibiana	cibiana	IT		483	Europe/Rome	46.38856	12.28658		Cibiana di Cadore	025013	20	BL	025013	
3178731	Ciaxe	ciaxe	IT		0	Europe/Rome	43.81667	7.6		Ciauxe,Ciaxe		08	IM	008065	
3178734	Ciarelli	ciarelli	IT		0	Europe/Rome	42.68333	13.5				01	TE	067036	
3178739	Ciampie	ciampie	IT		0	Europe/Rome	46.41667	11.76667				17	TN	022145	
3178740	Ciampiano	ciampiano	IT		0	Europe/Rome	44.96586	7.19883				12	TO	001184	
3178741	Ciamp del Pezzo	ciamp-del-pezzo	IT		0	Europe/Rome	46.38333	11.78333				17	TN	022118	
3178742	Ciamp dello Stanzon	ciamp-dello-stanzon	IT		0	Europe/Rome	46.45	11.9				20	BL	025044	
3178743	Cialabrone	cialabrone	IT		0	Europe/Rome	43.45	10.68333				16	PI	050016	
3178744	Ciabaudo	ciabaudo	IT		0	Europe/Rome	43.91667	7.8				08	IM	008006	
3178747	Chiusura	chiusura	IT		0	Europe/Rome	44.36667	11.75		Chiusura,Savina		05	BO	037032	
3178748	Chiusola	chiusola	IT		0	Europe/Rome	44.33333	9.7				08	SP	011028	
3178770	Chitarra	chitarra	IT		0	Europe/Rome	45.43333	12.13333				20	VE	027023	
3178776	Chiovano	chiovano	IT		0	Europe/Rome	42.53333	13.66667				01	TE	067018	
3178777	Chiout di Puppe	chiout-di-puppe	IT		0	Europe/Rome	46.45944	13.35722		Chiout,Chiout di Puppe		06	UD	030033	
3178778	Chiot la Setta	chiot-la-setta	IT		0	Europe/Rome	44.76667	7.13333				12	TO	001306	
3178779	Chioso	chioso	IT		0	Europe/Rome	46.33333	8.38333				12	VB	103056	
3178786	Chioano	chioano	IT		0	Europe/Rome	42.78333	12.45				18	PG	054052	
3178789	Chigiano	chigiano	IT		0	Europe/Rome	43.3	13.13333				10	MC	043047	
3178790	Chifa	chifa	IT		0	Europe/Rome	46.78333	11.7		Chifa,Chivo		17	BZ	021075	
3178798	Chiesuola	chiesuola	IT		0	Europe/Rome	44.56667	11.65		Chiesino,Chiesuola,Chiesuola della Barabana		05	BO	037039	
3178799	Chiessi	chiessi	IT		0	Europe/Rome	42.75974	10.11274				16	LI	049010	
3178800	Chiesol del Fosso	chiesol-del-fosso	IT		0	Europe/Rome	44.8	11.58333				05	FE	038008	
3178803	Chies	chies	IT		317	Europe/Rome	46.16539	12.39249	712	Chies d'Alpago		20	BL	025012	
3178809	Chiesa in Giù	chiesa-in-giu	IT		0	Europe/Rome	42.75	11.4				16	GR	053023	
3178817	Gionghi-Cappella	gionghi-cappella	IT		1084	Europe/Rome	45.9368	11.27478		Chiesa di Lavarone,Lavarone,ravu~arone,ラヴァローネ	022102	17	TN	022102	
3178823	Chiavicone	chiavicone	IT		0	Europe/Rome	45.25	11.6				20	PD	028059	
3178824	Chiavica Ferrarese	chiavica-ferrarese	IT		0	Europe/Rome	45.01667	11.91667				20	RO	029026	
3178827	Chiavenna Landi	chiavenna-landi	IT		0	Europe/Rome	45	9.86667				05	PC	033007	
3178830	Chiavelli	chiavelli	IT		0	Europe/Rome	42.13333	14.48333				01	CH	069059	
3178842	Chiaronto	chiaronto	IT		0	Europe/Rome	44.58333	7.25				12	CN	004205	
3178852	Chiarbola	chiarbola	IT		0	Europe/Rome	45.63241	13.78295				06	TS	032006	
3178853	Chiaravalle della Colomba	chiaravalle-della-colomba	IT		0	Europe/Rome	44.91667	9.96667				05	PC	033002	
3178859	Chiara	chiara	IT		0	Europe/Rome	45.51667	7.71667				12	TO	001151	
3178861	Chiapporato	chiapporato	IT		0	Europe/Rome	44.08333	11.06667				16	PO	100001	
3178862	Chiappi	chiappi	IT		0	Europe/Rome	44.4	7.16667				12	CN	004053	
3178863	Chiappera	chiappera	IT		0	Europe/Rome	44.48333	6.91667				12	CN	004001	
3178866	Chiapeto	chiapeto	IT		0	Europe/Rome	44.97057	9.29727				09	PV	018074	
3178873	Chiani	chiani	IT		0	Europe/Rome	43.46667	11.81667				16	AR	051002	
3178880	Chianale	chianale	IT		0	Europe/Rome	44.65	6.98333				12	CN	004172	
3178881	Chianaiola	chianaiola	IT		0	Europe/Rome	42.85	12.08333				18	TR	055013	
3178886	Chialvetta	chialvetta	IT		0	Europe/Rome	44.45	7				12	CN	004001	
3178890	Chiadino	chiadino	IT		0	Europe/Rome	45.64864	13.79604				06	TS	032006	
3178892	Chevrère	chevrere	IT		0	Europe/Rome	45.68333	7.63333		Chalamy,Chevrere,Chevrère		19	AO	007017	
3178893	Chevrère	chevrere	IT		0	Europe/Rome	45.65	7.2				19	AO	007035	
3178897	Chero	chero	IT		200	Europe/Rome	44.92959	9.8264	89			05	PC	033011	
3178901	Chentre e Places	chentre-e-places	IT		0	Europe/Rome	45.85	7.38333		Chentre Places,Chentre e Places,Chentres		19	AO	007047	
3178902	Cheiron	cheiron	IT		0	Europe/Rome	44.66667	6.96667		Cheiron,Grosse Cheiron		12	CN	004172	
3178903	Cheggio	cheggio	IT		0	Europe/Rome	46.2	8.3				12	VB	103025	
3178904	Chaudana	chaudana	IT		0	Europe/Rome	45.56667	7.11667		Chaudana,Chaudanne		19	AO	007055	
3178906	Château	chateau	IT		0	Europe/Rome	45.61667	7.61667				19	AO	007018	
3178907	Chasteiran	chasteiran	IT		0	Europe/Rome	44.98333	7.1				12	TO	001227	
3178909	Chardonney	chardonney	IT		0	Europe/Rome	45.61667	7.6		Chardoney,Chardonney		19	AO	007018	
3178910	Chappuis	chappuis	IT		0	Europe/Rome	45.58333	7.03333				19	AO	007068	
3178911	Chanton	chanton	IT		0	Europe/Rome	45.78333	7.05				19	AO	007044	
3178912	Champsil	champsil	IT		0	Europe/Rome	45.75	7.85				19	AO	007033	
3178913	Champ Quartier	champ-quartier	IT		0	Europe/Rome	44.91667	6.83333				12	TO	001074	
3178916	Champlas Seguin	champlas-seguin	IT		0	Europe/Rome	44.95	6.81667		Champlas Segnin,Champlas Seguin		12	TO	001074	
3178917	Champlas Janvier	champlas-janvier	IT		0	Europe/Rome	44.95	6.83333		Champlas Janoier,Champlas Janvier		12	TO	001074	
3178918	Champlas du Col	champlas-du-col	IT		0	Europe/Rome	44.93333	6.85				12	TO	001258	
3178919	Champlaisant	champlaisant	IT		0	Europe/Rome	45.83333	7.51667				19	AO	007045	
3178922	Chalpe	chalpe	IT		0	Europe/Rome	45.91667	6.8				19			
3178924	Challancin	challancin	IT		0	Europe/Rome	45.75	7.06667		Callaucin,Chalancin,Challancin		19	AO	007040	
3178925	Chabaud	chabaud	IT		0	Europe/Rome	44.9	6.81667		Chaband,Chabaud		12	TO	001074	
3178931	Cetta	cetta	IT		0	Europe/Rome	43.98333	7.73333				08	IM	008061	
3178935	Cetinale	cetinale	IT		0	Europe/Rome	43.30082	11.20477				16	SI	052034	
3178936	Cetica	cetica	IT		0	Europe/Rome	43.7	11.65				16	AR	051010	
3178939	Cestina	cestina	IT		0	Europe/Rome	44.16667	11.51667				05	BO	037014	
3178945	Cesoni	cesoni	IT		0	Europe/Rome	42.38333	12.98333				07	RI	057016	
3178948	Cesoli	cesoli	IT		0	Europe/Rome	42	13.7				01	AQ	066063	
3178966	Cesclans	cesclans	IT		0	Europe/Rome	46.35389	13.05611				06	UD	030021	
3178969	Cesariano	cesariano	IT		0	Europe/Rome	42.53333	13.26667				01	AQ	066056	
3178975	Cesani	cesani	IT		0	Europe/Rome	44.51667	7.06667				12	CN	004174	
3178980	Cesa di Francia	cesa-di-francia	IT		0	Europe/Rome	42.5	13.63333				01	TE	067026	
3178993	Cervidone	cervidone	IT		0	Europe/Rome	43.43333	13.25				10	MC	043012	
3179006	Cervarolo	cervarolo	IT		0	Europe/Rome	44.3	10.48333				05	RE	035045	
3179018	Certosino	certosino	IT		0	Europe/Rome	44.86667	10.38333				05	PR	034027	
3179019	Certosa di Pesio	certosa-di-pesio	IT		0	Europe/Rome	44.23333	7.66667		Certosa,Certosa di Pesio		12	CN	004068	
3179021	Certosa	certosa	IT		263	Europe/Rome	46.7045	10.91088	1327		021091	17	BZ	021091	
3179023	Certano	certano	IT		0	Europe/Rome	43.3	11.28333				16	SI	052032	
3179026	Cerruti	cerruti	IT		0	Europe/Rome	44.91667	10.1		Casa Cerruti,Cerruti		05	PR	034036	
3179028	Cerro Lago Maggiore	cerro-lago-maggiore	IT		0	Europe/Rome	45.89855	8.59706				09	VA	012087	
3179029	Cerro Grosso	cerro-grosso	IT		0	Europe/Rome	41.58333	13.98333				07	FR	060084	
3178960	Cese	cese	IT	67051	0	Europe/Rome	43	12.9				10	MC	043052	
3179038	Cerreto Alto	cerreto-alto	IT		0	Europe/Rome	41.41667	12.85				07	LT	059011	
3179053	Cerreta	cerreta	IT		0	Europe/Rome	41.11667	14.51667				04	BN	062070	
3179054	Cerrè Sologno	cerre-sologno	IT		0	Europe/Rome	44.35	10.36667		Cerre,Cerre Sologno,Cerrè,Cerrè Sologno		05	RE	035045	
3179055	Cerreggio	cerreggio	IT		0	Europe/Rome	44.43333	10.28333				05	RE	035031	
3179063	Ceronda	ceronda	IT		0	Europe/Rome	45.1	7.65				12	TO	001272	
3179064	Ceróglie dell'Ermada	ceroglie-dell-ermada	IT		0	Europe/Rome	45.78833	13.64333				06	TS	032001	
3179072	Cerliano	cerliano	IT		0	Europe/Rome	44.01667	11.36667				16	FI	048053	
3179073	Cerise	cerise	IT		0	Europe/Rome	45.7	7.3				19	AO	007031	
3179074	Ceriolo	ceriolo	IT		0	Europe/Rome	44.48333	7.7				12	CN	004211	
3179077	Ceriano	ceriano	IT		0	Europe/Rome	44	12.46667				05	RN	099014	
3179085	Ceretoli	ceretoli	IT		0	Europe/Rome	44.38333	9.91667				16	MS	045006	
3179087	Cereto	cereto	IT		0	Europe/Rome	43.86667	12.63333		Cereto,Cerreto		05	RN	099015	
3179089	Ceretana	ceretana	IT		0	Europe/Rome	42.91667	13.33333				10	AP	044044	
3179093	Ceresole	ceresole	IT		0	Europe/Rome	43.06667	12.81667				18	PG	054034	
3179094	Ceresola	ceresola	IT		0	Europe/Rome	44.33333	10.53333				05	MO	036016	
3179104	Barostro	barostro	IT		0	Europe/Rome	44.72613	9.2462				09	PV	018021	
3179108	Cercomano	cercomano	IT		0	Europe/Rome	45.31667	11.01667				20	VR	023040	
3179112	Cercina	cercina	IT		0	Europe/Rome	43.85	11.26667		Cercina		16	FI	048043	
3179121	Cerbaiolo	cerbaiolo	IT		0	Europe/Rome	43.66667	12.08333				16	AR	051030	
3179126	Cerasola	cerasola	IT		0	Europe/Rome	42.76667	13				18	PG	054007	
3179138	Ceralto	ceralto	IT		0	Europe/Rome	42.91667	12.46667				18	PG	054022	
3179139	Ceraino	ceraino	IT		0	Europe/Rome	45.57368	10.82548				20	VR	023031	
3179147	Cepletischis	cepletischis	IT		0	Europe/Rome	46.17917	13.56972				06	UD	030108	
3179148	Cepino	cepino	IT		0	Europe/Rome	45.8	9.53333				09	BG	016192	
3179152	Ceola	ceola	IT		0	Europe/Rome	46.16667	11.18333				17	TN	022105	
3179156	Centovera	centovera	IT		0	Europe/Rome	44.91667	9.71667				05	PC	033040	
3179159	Centofinestre	centofinestre	IT		0	Europe/Rome	43.44	13.38168	228			10	AN	042019	
3179161	Centocelle	centocelle	IT		0	Europe/Rome	41.88333	12.56667				07	RM	058091	
3179163	Centeno	centeno	IT		0	Europe/Rome	42.8	11.81667				07	VT	056044	
3179165	Centegnan	centegnan	IT		0	Europe/Rome	45.38333	11.06667				20	VR	023073	
3179170	Cennina	cennina	IT		0	Europe/Rome	43.43333	11.58333				16	AR	051005	
3179176	Cenciara	cenciara	IT		0	Europe/Rome	42.35	12.93333				07	RI	057023	
3179177	Cencerato	cencerato	IT		0	Europe/Rome	44.71808	9.2395				09	PV	018021	
3179179	Cenaia Vecchia	cenaia-vecchia	IT		0	Europe/Rome	43.6	10.55		Cenaia,Cenaia Vecchia,Cenaja,Cenáia		16	PI	050041	
3179181	Cemmo	cemmo	IT		0	Europe/Rome	46.01667	10.33333				09	BS	017124	
3179182	Cementara	cementara	IT		0	Europe/Rome	41.01667	14.46667				04	CE	061075	
3179191	Cellino di Sotto	cellino-di-sotto	IT		0	Europe/Rome	46.25	12.46667		Cellino,Cellino di Soto,Cellino di Sotto		06	PN	093015	
3179192	Cellino di Sopra	cellino-di-sopra	IT		0	Europe/Rome	46.24694	12.46694		Cellino,Cellino di Sopra		06	PN	093015	
3179199	Celleri	celleri	IT		0	Europe/Rome	44.88333	9.75				05	PC	033011	
3179215	Celentino	celentino	IT		0	Europe/Rome	46.31667	10.71667				17	TN	022136	
3179217	Cegliolo	cegliolo	IT		0	Europe/Rome	43.3	11.96667				16	AR	051017	
3179218	Ceglie Messapica	ceglie-messapico	IT		21370	Europe/Rome	40.64393	17.5155		Ceglie Messapica,Céglie Messápica,チェーリエ・メッサピーカ	074003	13	BR	074003	
3179219	Ceglie di Campo	ceglie-di-campo	IT		0	Europe/Rome	41.05	16.86667		Ceglie del Campo,Ceglie di Campo		13	BA	072006	
3179224	Cedri	cedri	IT		0	Europe/Rome	43.5	10.81667				16	PI	050025	
3179226	Cedogno	cedogno	IT		0	Europe/Rome	44.53333	10.35				05	PR	034024	
3179229	Cedarchis	cedarchis	IT		0	Europe/Rome	46.45611	13.03972				06	UD	030121	
3179232	Cecino	cecino	IT		0	Europe/Rome	45.68333	10.5				09	BS	017204	
3179239	Cecciola	cecciola	IT		0	Europe/Rome	44.38333	10.18333				05	RE	035031	
3179244	Cecanibbi	cecanibbi	IT		0	Europe/Rome	42.81667	12.36667				18	PG	054052	
3179246	Cazzola	cazzola	IT		0	Europe/Rome	44.6	10.03333				05	PR	034038	
3179248	Cazzano	cazzano	IT		0	Europe/Rome	44.58333	11.5				05	BO	037008	
3179251	Cavuccio	cavuccio	IT		214	Europe/Rome	42.64225	13.65414	425	Cavuccio		01	TE	067041	
3179261	Cavoleto	cavoleto	IT		0	Europe/Rome	43.75	12.4				10	PU	041047	
3179265	Cavo Diversivo	cavo-diversivo	IT		0	Europe/Rome	45.01667	11.21667				09	MN	020006	
3179268	Cavizzano	cavizzano	IT		0	Europe/Rome	44.4	9.55		Cavizano,Cavizzano		08	SP	011029	
3179269	Caviaga	caviaga	IT		0	Europe/Rome	45.28333	9.56667				09	LO	098017	
3179270	Cavia	cavia	IT		0	Europe/Rome	46.06667	9.16667		Cama,Cavia		09	CO	013085	
3179271	Cava di Lavagna	cava-di-lavagna	IT		0	Europe/Rome	44.29008	9.38031				08	GE	010028	
3179273	Cavezzana Gordana	cavezzana-gordana	IT		0	Europe/Rome	44.36667	9.85				16	MS	045014	
3179274	Cave Vecchie	cave-vecchie	IT		0	Europe/Rome	42.16667	11.91667				07	RM	058004	
3179282	Cave d'Ardesia	cave-d-ardesia	IT		0	Europe/Rome	46.28333	9.83333				09	SO	014019	
3179289	Cavazzola	cavazzola	IT		0	Europe/Rome	44.56667	10.01667				05	PR	034038	
3179297	Cavaria con Premezzo	cavaria	IT		4788	Europe/Rome	45.69337	8.80143		Cavaria con Premezzo		09	VA	012048	
3179304	Cavanella	cavanella	IT		0	Europe/Rome	45.73667	12.85		Case Cavanella,Cavanella		20	VE	027011	
3179318	Cavallo	cavallo	IT		0	Europe/Rome	44.83333	7.9				12	TO	001203	
3179327	Cavallari	cavallari	IT		0	Europe/Rome	42.53613	13.25226				01	AQ	066056	
3179328	Cavallari	cavallari	IT		0	Europe/Rome	42.41644	13.29901				01	AQ	066072	
3179330	Cavaliggi	cavaliggi	IT		0	Europe/Rome	44.41667	7.35				12	CN	004234	
3179343	Caurga	caurga	IT		0	Europe/Rome	46.35	9.31667				09	SO	014058	
3179344	Caudino	caudino	IT		0	Europe/Rome	43.51667	12.9				10	AN	042003	
3179351	Ca Tron	ca-tron	IT		0	Europe/Rome	45.59833	12.43611				20	TV	026069	
3179355	Catobagli	catobagli	IT		0	Europe/Rome	43.48333	12.85				10	AN	042044	
3179357	Catino	catino	IT		0	Europe/Rome	42.29014	12.6935				07	RI	057052	
3179365	Catellani	catellani	IT		0	Europe/Rome	44.8	10.63333				05	RE	035008	
3179370	Castrozzi	castrozzi	IT		0	Europe/Rome	46.08333	11.5		Castrazzi,Castrozzi		17	TN	022171	
3179371	Castro San Martino	castro-san-martino	IT		0	Europe/Rome	44.1	11.31667		Castro,Castro San Martino		16	FI	048018	
3179375	Castroncello	castroncello	IT		0	Europe/Rome	43.3	11.88333				16	AR	051012	
3179379	Castrocaro Terme	castrocaro-terme	IT		0	Europe/Rome	44.17556	11.94952			040005	05	FC	040005	
3179394	Castinatelli	castinatelli	IT		0	Europe/Rome	40.15	15.3				04	SA	065054	
3179420	Castiglione del Bosco	castiglione-del-bosco	IT		0	Europe/Rome	43.66667	10.7				16	PI	050029	
3179422	Castiglione del Genovesi	castiglione-dei-genovesi	IT		1270	Europe/Rome	40.72551	14.84844			065036	04	SA	065036	
3179437	Castiglioncello del Trinoro	castiglioncello-del-trinoro	IT		0	Europe/Rome	42.98333	11.81667				16	SI	052031	
3179399	Castiglioni	castiglioni	IT	60011	0	Europe/Rome	44.05	11				16	PT	047018	
3179453	Castel Venzago	castel-venzago	IT		0	Europe/Rome	45.43333	10.51667				09	BS	017092	
3179465	Castel Tona	castel-tona	IT		0	Europe/Rome	46.88333	11.43333				17	BZ	021016	
3179466	Castel Todino	castel-todino	IT		0	Europe/Rome	42.66667	12.5				18	TR	055017	
3179467	Schloss Reifenstein	schloss-reifenstein	IT		0	Europe/Rome	46.86667	11.43333		Castel Tasso,Tasso		17	BZ	021016	
3179477	Castel Santa Maria	castel-santa-maria	IT		0	Europe/Rome	43.21667	13				10	MC	043009	
3179478	Castel Santa Maria	castel-santa-maria	IT		0	Europe/Rome	42.7	13.11667				18	PG	054007	
3179490	Castel San Felice	castel-san-felice	IT		0	Europe/Rome	42.74323	12.84113				18	PG	054045	
3179491	Castel San Benedetto	castel-san-benedetto	IT		0	Europe/Rome	42.36667	12.85				07	RI	057059	
3179495	Castel Roncolo	castel-roncolo	IT		0	Europe/Rome	46.51667	11.36667		Castel Ronco,Castel Roncolo		17	BZ	021072	
3179500	Castelrinaldi	castelrinaldi	IT		0	Europe/Rome	42.8	12.5				18	PG	054028	
3179503	Castelpozzolo	castelpozzolo	IT		0	Europe/Rome	44.86667	9.03333				12	AL	006137	
3179511	Castel Petraio	castel-petraio	IT		0	Europe/Rome	43.3791	11.17722		Petraio,Petrajo,Petráio		16	SI	052016	
3179519	Castelnuovo di Verona	castelnuovo-di-verona	IT		0	Europe/Rome	45.43333	10.78333		Castelnuovo,Castelnuovo di Verona		20	VR	023083	
3179526	Castelnuovo di Bisano	castelnuovo-di-bisano	IT		0	Europe/Rome	44.28333	11.38333		Castel Nueve di Bisano,Castelnuovo Bisano,Castelnuovo di Bisano		05	BO	037041	
3179527	Castelnuovo de'Sabbioni	castelnuovo-de-sabbioni	IT		0	Europe/Rome	43.55	11.45		Castelnuovo,Castelnuovo de'Sabbioni		16	AR	051013	
3179528	Castelnuovo del Zappa	castelnuovo-del-zappa	IT		0	Europe/Rome	45.2	9.95				09	CR	019065	
3179529	Castelnuovo della Misericordia	castelnuovo-della-misericordia	IT		0	Europe/Rome	43.43333	10.45				16	LI	049017	
3179551	Castelmozzano	castelmozzano	IT		0	Europe/Rome	44.55	10.25				05	PR	034024	
3179554	Castelmenardo	castelmenardo	IT		0	Europe/Rome	42.20856	13.22359				07	RI	057007	
3179558	Castel Malnome	castel-malnome	IT		0	Europe/Rome	41.85	12.31667				07	RM	058091	
3179559	Campolino	campolino	IT		0	Europe/Rome	44.40883	7.21192		Castelmagno	004053	12	CN	004053	
3179573	Castello Ripalta	castello-ripalta	IT		0	Europe/Rome	43.78333	12.86667				10	PU	041010	
3179578	Castellonalto	castellonalto	IT		0	Europe/Rome	42.62335	12.82851				18	TR	055012	
3179579	Castellavazzo	castellavazzo	IT		1716	Europe/Rome	46.2848	12.30606		Castellavazzo	025009	20	BL	025009	
3179582	Castello di Montalto	castello-di-montalto	IT		0	Europe/Rome	43.36667	11.55		Castello di Montalto		16	SI	052006	
3179583	Castello di Montalera	castello-di-montalera	IT		0	Europe/Rome	43.06667	12.11667				18	PG	054037	
3179587	Castello di Corno	castello-di-corno	IT		0	Europe/Rome	42.39078	13.14476				07	RI	057003	
3179588	Castello di Contignaco	castello-di-contignaco	IT		0	Europe/Rome	44.78333	9.95		Castello,Castello di Contignaco		05	PR	034032	
3179589	Castello di Comano	castello-di-comano	IT		0	Europe/Rome	44.3	10.13333				16	MS	045005	
3179590	Castello di Casaleggio	castello-di-casaleggio	IT		0	Europe/Rome	44.63333	8.73333				12	AL	006038	
3179592	Castello delle Forme	castello-delle-forme	IT		0	Europe/Rome	42.98333	12.35				18	PG	054027	
3179593	Castello della Madonnina	castello-della-madonnina	IT		0	Europe/Rome	44.76667	10.65				05	RE	035033	
3179596	Castello d'Aviano	castello-d-aviano	IT		0	Europe/Rome	46.05278	12.56139		Aviano-Castello,Castello,Castello d'Aviano		06	PN	093004	
3179598	Castello d'Alife	castello-d-alife	IT		0	Europe/Rome	41.36667	14.36667				04	CE	061057	
3179599	Castello Canali	castello-canali	IT		0	Europe/Rome	44.66667	10.61667				05	RE	035033	
3179601	Sestière di Castello	sestiere-di-castello	IT		0	Europe/Rome	45.43178	12.3561				20	VE	027042	
3179625	Calepio	calepio	IT		0	Europe/Rome	45.65029	9.9107		Calepio,Castelli Calepio		09	BG	016062	
3179628	Castelletto Uzzone	castelletto-sottano	IT		375	Europe/Rome	44.49434	8.18674		Castelletto Uzzone,Castelletto Uzzone Soprano,Castelletto Uzzone Sottano		12	CN	004050	
3179630	Castelletto Soprano	castelletto-soprano	IT		0	Europe/Rome	44.48333	8.2				12	CN	004050	
3179654	Castellani	castellani	IT		0	Europe/Rome	44.8	7.35				12	TO	001049	
3179660	Castellammare di Velia	castellammare-di-velia	IT		0	Europe/Rome	40.15954	15.15626				04	SA	065028	
3179666	Castellaccio	castellaccio	IT		0	Europe/Rome	44.15	12.38333				05	FC	040008	
3179679	Castelgiocondo	castelgiocondo	IT		0	Europe/Rome	43.05	11.41667				16	SI	052014	
3179689	Castelfranco	castelfranco	IT		0	Europe/Rome	42.43333	12.91667				07	RI	057059	
3179694	Castel Folignano	castel-folignano	IT		105	Europe/Rome	42.81681	13.63918	226	Castel Folignano,Castel di Folignano,Castello di Folignano		10	AP	044020	
3179700	Castelfalfi	castelfalfi	IT		0	Europe/Rome	43.55	10.85				16	FI	048027	
3179704	Castel di Mezzo	castel-di-mezzo	IT		0	Europe/Rome	43.95764	12.8062				10	PU	041044	
3179707	Castel di Guido	castel-di-guido	IT		0	Europe/Rome	41.9	12.28333				07	RM	058091	
3179721	Castel de'Fiori	castel-de-fiori	IT		0	Europe/Rome	42.9	12.11667		Castel de'Fiori,Castel di Fiori		18	TR	055020	
3179731	Castelcerino	castelcerino	IT		0	Europe/Rome	45.46667	11.23333				20	VR	023081	
3179737	Castelbello-Ciardes - Kastelbell-Tschars	castelbello-ciardes-kastelbell-tschars	IT		2328	Europe/Rome	46.62832	10.90666			021018	17	BZ	021018	
3179743	Castel	castel	IT		0	Europe/Rome	45.8	7.81667				19	AO	007033	
3179752	Castagnolo	castagnolo	IT		0	Europe/Rome	44.6	11.15				05	BO	037053	
3179753	Castagnolo	castagnolo	IT		0	Europe/Rome	44.01667	11.96667				05	FC	040009	
3179758	Castagno	castagno	IT		0	Europe/Rome	44.15	11.58333				16	FI	048031	
3179759	Castagno	castagno	IT		0	Europe/Rome	43.9	11.65				16	FI	048039	
3179770	Castagnara	castagnara	IT		0	Europe/Rome	44.21667	11.43333		Castagnana,Castagnara		16	FI	048018	
3179782	Cassine Superiore	cassine-superiore	IT		0	Europe/Rome	44.88452	9.26559		Cascine		09	PV	018184	
3179783	Cassine Inferiore	cassine-inferiore	IT		0	Europe/Rome	44.87832	9.27014				09	PV	018184	
3179786	Cassinari	cassinari	IT		0	Europe/Rome	44.81667	9.56667				05	PC	033004	
3179788	Cassinaccia	cassinaccia	IT		0	Europe/Rome	46.33333	9.46667				09	SO	014077	
3179790	Cassero	cassero	IT		0	Europe/Rome	43.56667	13.38333				10	AN	042001	
3179791	Cassego	cassego	IT		0	Europe/Rome	44.4	9.5				08	SP	011029	
3179792	Cassaurolo	cassaurolo	IT		0	Europe/Rome	46.38333	10.25		Cassaurolo,Cassavrolo		09	SO	014033	
3179799	Cassana	cassana	IT		0	Europe/Rome	46.36667	10.95				17	TN	022054	
3179810	Casoni Zanolla	casoni-zanolla	IT		0	Europe/Rome	45.96667	11.81667		Casa Zanolla,Casoni Zanolla		20	BL	025055	
3179811	Casoni di Sant'Albino	casoni-di-sant-albino	IT		0	Europe/Rome	45.25	8.78333				09	PV	018102	
3179812	Casoni di Romagna	casoni-di-romagna	IT		0	Europe/Rome	44.25	11.43333				05	BO	037012	
3179813	Casoni di Campo	casoni-di-campo	IT		0	Europe/Rome	46	11.71667				20	BL	025004	
3179816	Casone Sanguinetto	casone-sanguinetto	IT		0	Europe/Rome	45.01667	11				09	MN	020047	
3179817	Casone di Coston	casone-di-coston	IT		0	Europe/Rome	45.86667	11.76667				20	TV	026004	
3179818	Casone Bozzetti	casone-bozzetti	IT		0	Europe/Rome	44.98333	10.36667				09	CR	019057	
3179825	Cason delle Fratte	cason-delle-fratte	IT		0	Europe/Rome	45.88333	11.71667				20	VI	024093	
3179833	Casola Canina	casola-canina	IT		0	Europe/Rome	44.4	11.68333				05	BO	037032	
3179836	Casarile	casirile	IT		3572	Europe/Rome	45.31777	9.10525		Casarile,kazarire,カザリーレ	015055	09	MI	015055	
3179838	Casino Boario	casino-boario	IT		0	Europe/Rome	45.88333	10.18333				09	BS	017065	
3179839	Casino Barbieri	casino-barbieri	IT		0	Europe/Rome	44.8	11.05				05	MO	036039	
3179845	Casigno	casigno	IT		0	Europe/Rome	44.28333	11.05				05	BO	037013	
3179852	Case Vialarga	case-vialarga	IT		0	Europe/Rome	44.66667	11.06667				05	MO	036027	
3179853	Case Vecchie	case-vecchie	IT		0	Europe/Rome	42.91667	12.68333				18	PG	054018	
3179859	Casetta di Tiara	casetta-di-tiara	IT		0	Europe/Rome	44.1	11.43333		Casetta di Tiara,Casetta di Tiari		16	FI	048018	
3179860	Case Trudda	case-trudda	IT		0	Europe/Rome	40.85	9.55				14	OT	104013	
3179861	Case Toca	case-toca	IT		0	Europe/Rome	43.9	7.66667				08	IM	008002	
3179862	Case Tagliata	case-tagliata	IT		0	Europe/Rome	44.78333	12.11667				05	FE	038011	
3179863	Case Selva Grande	case-selva-grande	IT		0	Europe/Rome	43.61667	13.01667				10	AN	042015	
3179864	Caserta Vecchia	caserta-vecchia	IT		0	Europe/Rome	41.1	14.36667				04	CE	061022	
3179867	Case Romagnoni	case-romagnoni	IT		0	Europe/Rome	43.9	7.66667				08	IM	008002	
3179868	Case Riminino	case-riminino	IT		0	Europe/Rome	42.46667	11.65				07	VT	056012	
3179869	Casere Verena	casere-verena	IT		0	Europe/Rome	45.91667	11.41667		Casare Verena,Casere Verena		20	VI	024085	
3179870	Casere Postarmaz	casere-postarmaz	IT		0	Europe/Rome	46.3	13.38333		Casare Starmaz,Casere Postarmaz,Casere Starmaz,Casere Starmaz Tapersirocazo,Casere Starmaz Tapersitocazo		06	UD	030092	
3179872	Casere Grisol	casere-grisol	IT		0	Europe/Rome	46.26667	12.23333		Casere Grisol,Grisol		20	BL	025031	
3179873	Case Reggiani	case-reggiani	IT		0	Europe/Rome	44.75	11.06667				05	MO	036034	
3179874	Case Regalfare	case-regalfare	IT		0	Europe/Rome	45.91667	12.06667				20	TV	026087	
3179875	Casere di Campo Manderiolo	casere-di-campo-manderiolo	IT		0	Europe/Rome	45.96667	11.36667				17	TN	022104	
3179876	Casere Alte	casere-alte	IT		0	Europe/Rome	46.48333	10.7		Casere Alte,Casere alte del Piano		17	BZ	021049	
3179877	Casera Zebio	casera-zebio	IT		0	Europe/Rome	45.93333	11.5				20	VI	024009	
3179878	Casera Vallorch	casera-vallorch	IT		0	Europe/Rome	46.06667	12.38333		Casera Vallorch,Vallorc,Vallorch		20	TV	026030	
3179879	Casera Vallerana	casera-vallerana	IT		0	Europe/Rome	45.8	12.65				20	TV	026041	
3179880	Casera Tragonia	casera-tragonia	IT		0	Europe/Rome	46.46667	12.6				06	UD	030041	
3179881	Casera Razzo	casera-razzo	IT		0	Europe/Rome	46.47889	12.6075				20	BL	025065	
3179882	Casera Pian dei Gatti	casera-pian-dei-gatti	IT		0	Europe/Rome	46.24667	12.15861		Casera Pian Dei Gutti,Casera Pian dei Gat,Casera Pian dei Gatti		20	BL	025053	
3179883	Casera Palasecca di Mezzo	casera-palasecca-di-mezzo	IT		0	Europe/Rome	46.46667	13.11667		Casera Palasecca,Casera Palasecca di Mezzo		06	UD	030005	
3179884	Casera Palasecca Bassa	casera-palasecca-bassa	IT		0	Europe/Rome	46.46667	13.1				06	UD	030005	
3179885	Casera Palasecca Alta	casera-palasecca-alta	IT		0	Europe/Rome	46.48333	13.1				06	UD	030005	
3179886	Casera Malins	casera-malins	IT		0	Europe/Rome	46.48333	12.7				06	UD	030081	
3179887	Casera la Fontana	casera-la-fontana	IT		0	Europe/Rome	46.35	12.46667				06	PN	093014	
3179888	Casera Ferrera	casera-ferrera	IT		0	Europe/Rome	46.3	12.36667		Casera Ferrera,Ferrera		06	PN	093019	
3179889	Casera di Sunio	casera-di-sunio	IT		0	Europe/Rome	45.8	11.45				20	VI	024032	
3179890	Casera di Fuori	casera-di-fuori	IT		0	Europe/Rome	46.73333	10.91667				17	BZ	021091	
3179891	Casera Campigolo	casera-campigolo	IT		0	Europe/Rome	45.9	11.9				20	BL	025002	
3179892	Case Pussiano	case-pussiano	IT		0	Europe/Rome	45.76667	13.01667				06	UD	030046	
3179893	Case Ponte della Delizia	case-ponte-della-delizia	IT		0	Europe/Rome	45.96667	12.91667				06	UD	030027	
3179894	Case Pieve al Toppo	case-pieve-al-toppo	IT		0	Europe/Rome	43.41667	11.8				16	AR	051002	
3179895	Case Oratorio	case-oratorio	IT		0	Europe/Rome	44.78333	11.05				05	MO	036039	
3179896	Case Olmo	case-olmo	IT		0	Europe/Rome	45.15	11.41667				20	VR	023085	
3179897	Case Ocaro	case-ocaro	IT		0	Europe/Rome	44.95	12.45		Casa Ocaro,Case Ocaro		20	RO	029039	
3179902	Casentino	casentino	IT		0	Europe/Rome	42.27895	13.51005				01	AQ	066059	
3179904	Case Negri	case-negri	IT		0	Europe/Rome	45.2	11.48333				20	PD	028027	
3179905	Case Morchio	case-morchio	IT		0	Europe/Rome	45.55	12.15		Casale Morchio,Case Morchio		20	VE	027021	
3179906	Case Matte	case-matte	IT		0	Europe/Rome	45.06667	12				20	RO	029001	
3179907	Casemascie	casemascie	IT		0	Europe/Rome	42.75	12.3		Casemasce,Casemascie		18	PG	054052	
3179908	Case Malva	case-malva	IT		0	Europe/Rome	43.6	11.58333		Case Malva,Malva,Malva Nuova Squarcia		16	AR	051020	
3179909	Casello Vecchio	casello-vecchio	IT		0	Europe/Rome	44.91667	10.26667				05	PR	034049	
3179915	Caselle d'Isola	caselle-d-isola	IT		0	Europe/Rome	45.3	11.03333				20	VR	023040	
3179923	Case la Selva	case-la-selva	IT		0	Europe/Rome	44.55	10.43333				05	RE	035018	
3179924	Case la Bandera	case-la-bandera	IT		0	Europe/Rome	41.11667	9.1		Casale la Bandera,Case la Bandera		14	OT	104002	
3179926	Caseificio	caseificio	IT		0	Europe/Rome	44.75	11.05				05	MO	036002	
3179927	Case Gibellini	case-gibellini	IT		0	Europe/Rome	43.81818	7.58142				08	IM	008065	
3179928	Case Gherardi	case-gherardi	IT		0	Europe/Rome	44.43333	10.68333				05	MO	036033	
3179929	Case Galli	case-galli	IT		0	Europe/Rome	42.71667	11.98333		Casa Galli,Case Galli		18	TR	055009	
3179930	Case Fortullino	case-fortullino	IT		0	Europe/Rome	43.43333	10.38333		Case Fortullino,Fortullino		16			
3179931	Case Fioravanti	case-fioravanti	IT		0	Europe/Rome	42.84287	11.60989				16	GR	053022	
3179932	Case Fascco	case-fascco	IT		0	Europe/Rome	43.88333	7.56667				08	IM	008001	
3179933	Case di Ribano	case-di-ribano	IT		0	Europe/Rome	44.38333	11.48333				05	BO	037020	
3179934	Case di Contra	case-di-contra	IT		0	Europe/Rome	42.16667	14.01667				01	PE	068007	
3179935	Case di Bando	case-di-bando	IT		0	Europe/Rome	44.63333	11.9				05	FE	038001	
3179936	Case del Ponte	case-del-ponte	IT		0	Europe/Rome	45.96667	12.88333				06	PN	093048	
3179937	Case del Ponte	case-del-ponte	IT		0	Europe/Rome	44.71667	10.58333				05	RE	035033	
3179938	Case del Molino	case-del-molino	IT		0	Europe/Rome	44.91309	9.13273				09	PV	018098	
3179939	Case del Cantone	case-del-cantone	IT		0	Europe/Rome	44.78333	10.63333				05	RE	035008	
3179940	Case del Bevano	case-del-bevano	IT		0	Europe/Rome	44.33333	12.26667				05	RA	039014	
3179941	Case Dal Moro	case-dal-moro	IT		0	Europe/Rome	45.71667	12.78333				20	VE	027011	
3179942	Case Ciazze	case-ciazze	IT		0	Europe/Rome	43.9	7.86667				08	IM	008059	
3179943	Case Castellazzo	case-castellazzo	IT		0	Europe/Rome	46	12.06667				20	BL	025034	
3179944	Case Cantalupo	case-cantalupo	IT		0	Europe/Rome	44.83333	12				05	FE	038010	
3179945	Case Canove	case-canove	IT		0	Europe/Rome	44.78333	11.98333				05	FE	038027	
3179946	Case Camillo	case-camillo	IT		0	Europe/Rome	44.63333	10.95				05	MO	036023	
3179948	Case Bozzini	case-bozzini	IT		0	Europe/Rome	44.43333	9.7				05	PR	034001	
3179949	Case Bardi	case-bardi	IT		0	Europe/Rome	42.8	11.31667				16	GR	053002	
3179950	Case Avenale	case-avenale	IT		0	Europe/Rome	43.28333	12.93333				10	AN	042017	
3179951	Case Arzilla	case-arzilla	IT		0	Europe/Rome	43.85	12.88333				10	PU	041044	
3179952	Case Arfel	case-arfel	IT		0	Europe/Rome	44.25	7.78333				12	CN	004091	
3179953	Case	case	IT		0	Europe/Rome	43.68333	10.68333				16	PI	050035	
3179954	Casciolino	casciolino	IT		0	Europe/Rome	42.76667	13.13333				18	PG	054035	
3179957	Cascine Vecchie	cascine-vecchie	IT		0	Europe/Rome	43.73333	10.35				16	PI	050026	
3179959	Cascine di Pietra	cascine-di-pietra	IT		0	Europe/Rome	45	8.25				12	AT	005014	
3179960	Cascine Ca Pasta	cascine-ca-pasta	IT		0	Europe/Rome	44.98333	12.3				20	RO	029052	
3179962	Cascina Zerbini	cascina-zerbini	IT		0	Europe/Rome	44.55	11.58333				05	BO	037008	
3179963	Cascina Vallerana	cascina-vallerana	IT		0	Europe/Rome	45.16667	11.48333		Cascina Vallerana,Chiesa Valerana		20	PD	028027	
3179964	Cascina Serafino	cascina-serafino	IT		0	Europe/Rome	44.56667	11.53333				05	BO	037008	
3179967	Cascina Nuovo	cascina-nuovo	IT		0	Europe/Rome	45.6	9.66667		Cascina Nuovo,Nouva		09	BG	016206	
3179968	Cascina Motta	cascina-motta	IT		0	Europe/Rome	44.81667	7.55				12	TO	001300	
3179970	Cascina Moiani	cascina-moiani	IT		0	Europe/Rome	43.36667	13.56667		Cascina Mogliani,Cascina Moiani		10	MC	043030	
3179971	Cascina Grossa	cascina-grossa	IT		0	Europe/Rome	45.01667	8.78333				12	AL	006013	
3179972	Cascina Fienili	cascina-fienili	IT		0	Europe/Rome	45.01667	11.05				09	MN	020046	
3179973	Cascina della Costa	cascina-della-costa	IT		0	Europe/Rome	45.63196	8.74979		Cascina Costa		09	VA	012118	
3179974	Cascina Borghetto	cascina-borghetto	IT		0	Europe/Rome	45.4	8.53333				12	NO	003040	
3179975	Cascina Baracca	cascina-baracca	IT		0	Europe/Rome	44.51667	8.75				08	GE	010032	
3179983	Cascabraga	cascabraga	IT		0	Europe/Rome	41	8.91667		Cascabraga,Cascabrage		14	OT	104026	
3179985	Casa Zonta	casa-zonta	IT		0	Europe/Rome	45.75	12.35				20	TV	026040	
3179986	Casa Zola	casa-zola	IT		0	Europe/Rome	46.43333	10.33333		Casa Zola,Zola		09	SO	014072	
3179987	Casa Zappoli	casa-zappoli	IT		0	Europe/Rome	44.5	11.7				05	BO	037037	
3179988	Casa Zanarello	casa-zanarello	IT		0	Europe/Rome	44.35	11.41667				05	BO	037041	
3179989	Casa Zanardo	casa-zanardo	IT		0	Europe/Rome	45.71667	12.51667		Casa Zanardo,Casale Zanardo		20	TV	026070	
3179990	Casa Zamagna	casa-zamagna	IT		0	Europe/Rome	44.21667	12.3				05	FC	040007	
3179991	Casa Zaffi	casa-zaffi	IT		0	Europe/Rome	44.24766	12.33593		Casale Zaffi		05	RA	039007	
3179992	Casa Zabotto	casa-zabotto	IT		0	Europe/Rome	45.6	12.73333				20	VE	027013	
3179993	Casa Villa	casa-villa	IT		0	Europe/Rome	42.9	10.88333		Casa Villa,Casale Villa		16	GR	053024	
3179994	Casa Vici	casa-vici	IT		0	Europe/Rome	43.56667	13.1				10	AN	042035	
3179995	Casa Verrando	casa-verrando	IT		0	Europe/Rome	43.86667	7.6				08	IM	008029	
3179996	Casa Veragne	casa-veragne	IT		0	Europe/Rome	43.91667	7.65				08	IM	008043	
3179997	Casavecchie	casavecchie	IT		0	Europe/Rome	44.93333	7.45		Casavecchie,Case Vecchie		12	TO	001195	
3179998	Casa Vecchia	casa-vecchia	IT		0	Europe/Rome	44.06667	12				05	FC	040009	
3180000	Casa Varnesi	casa-varnesi	IT		0	Europe/Rome	42.6	13.6		Casa Varnesi,Casa Vernesi		01	TE	067028	
3180001	Casa Vado all'Arancio	casa-vado-all-arancio	IT		0	Europe/Rome	42.96667	10.81667		Casa Vado all'Arancio,Casale Vada all'Arancia		16	GR	053015	
3180002	Casa Tuffetta	casa-tuffetta	IT		0	Europe/Rome	45.95	12.16667		Casa Tuffetta,Casale Tuffetta		20	TV	026018	
3180003	Casa Torontola	casa-torontola	IT		0	Europe/Rome	43.01667	12.2				18	PG	054039	
3180004	Casa Toninetti	casa-toninetti	IT		0	Europe/Rome	45.21667	11.3				20	VR	023009	
3180005	Casa Tonietti	casa-tonietti	IT		0	Europe/Rome	42.78333	10.41667		Casa Tonietti,Casale Tonietti		16	LI	049013	
3180006	Lacona	lacona	IT		303	Europe/Rome	42.76151	10.30123	13	Casale Tondi		16	LI	049004	
3180007	Casa Tonale	casa-tonale	IT		0	Europe/Rome	46.28333	10.4				09	BS	017198	
3180009	Casate Stoffi	casate-stoffi	IT		0	Europe/Rome	44.95	10.98333				09	MN	020056	
3180010	Casa Testa	casa-testa	IT		0	Europe/Rome	44.88333	10.78333		Casa Testa,Testa		05	RE	035021	
3180011	Casa Terzi	casa-terzi	IT		0	Europe/Rome	44.73333	10.35				05	PR	034027	
3180012	Casa Terza	casa-terza	IT		0	Europe/Rome	42.51667	13.63333				01	TE	067026	
3180013	Casate Raffa	casate-raffa	IT		0	Europe/Rome	44.95	10.9		Casate Raffa,Raffa		09	MN	020035	
3180015	Gasteig	gasteig	IT		0	Europe/Rome	46.88333	11.41667				17	BZ	021070	
3180016	Casate Cascina	casate-cascina	IT		0	Europe/Rome	44.95	10.75				09	MN	020027	
3180017	Casate Belvedere	casate-belvedere	IT		0	Europe/Rome	45.18333	10.7				09	MN	020045	
3180018	Casa Tamponi	casa-tamponi	IT		0	Europe/Rome	41	9.61667		Casa Tamponi,Tamponi		14			
3180019	Casa Storto	casa-storto	IT		0	Europe/Rome	45.59194	12.76778		Casa Storti,Casa Storto		20	VE	027013	
3180020	Casa Stella	casa-stella	IT		0	Europe/Rome	44.45	10.8		Casa Stella,La Stella,Stella		05	MO	036042	
3180021	Casa Starnieri	casa-starnieri	IT		0	Europe/Rome	44.71667	10.9				05	MO	036023	
3180022	Casa Stanghelle	casa-stanghelle	IT		0	Europe/Rome	45.1	11.3		Casa Stanghelle,Stanghelle		20	VR	023044	
3180023	Casa Squarci	casa-squarci	IT		0	Europe/Rome	42.32371	10.31196		Casale Squarci		16	LI	049014	
3180024	Casa Soligo	casa-soligo	IT		0	Europe/Rome	45.71667	12.03333				20	TV	026089	
3180025	Casa Serranello	casa-serranello	IT		0	Europe/Rome	43.46667	13.6				10	AN	042010	
3180026	Casa Serra e Mesu	casa-serra-e-mesu	IT		0	Europe/Rome	40.4	8.5		Casa Serra e Mesu,Serra 'e Mesu		14	OR	095085	
3180027	Casa Selvatico	casa-selvatico	IT		0	Europe/Rome	45.6	12.4		Casa Selvalico,Casa Selvatico		20	TV	026069	
3180030	Casa Scalzollo	casa-scalzollo	IT		0	Europe/Rome	45.48333	11.7				20	VI	024046	
3180031	Casa Savini	casa-savini	IT		0	Europe/Rome	42.31667	12.61667				07	RI	057065	
3180032	Casa Sassetta	casa-sassetta	IT		0	Europe/Rome	44.38333	11.65				05	BO	037025	
3180033	Casa Saraceni	casa-saraceni	IT		0	Europe/Rome	43.41667	13.55				10	MC	043044	
3180034	Casa San Vitale	casa-san-vitale	IT		0	Europe/Rome	44.45	12.23333		Casa San Vitale,La San Vitala,La San Vitale		05	RA	039014	
3180035	Casa San Tomaso	casa-san-tomaso	IT		0	Europe/Rome	44.51667	11.63333				05	BO	037037	
3180036	Casa Sant'Eugenia	casa-sant-eugenia	IT		0	Europe/Rome	42.93333	10.75		Casa Sant'Eugene,Casa Sant'Eugenia,Casale San Eugene		16	GR	053009	
3180037	Casa Sant'Andrea	casa-sant-andrea	IT		0	Europe/Rome	43.43333	10.51667				16	PI	050034	
3180038	Casa Santa Lucia	casa-santa-lucia	IT		0	Europe/Rome	43.66667	13.15				10	AN	042050	
3180039	Casa Santa Giulia	casa-santa-giulia	IT		0	Europe/Rome	43.25	10.98333				16	PI	050011	
3180040	Casa San Luigi	casa-san-luigi	IT		0	Europe/Rome	45.15	11.9				20	PD	028004	
3180041	Casa San Guido	casa-san-guido	IT		0	Europe/Rome	43.65	10.35				16	PI	050026	
3180042	Casa San Giovanni	casa-san-giovanni	IT		0	Europe/Rome	43.01667	13.76667				10	AP	044063	
3180043	Casa San Giacomo	casa-san-giacomo	IT		0	Europe/Rome	44.33333	11.01667		Casa San Giacomo,Monte San Giacomo		05	MO	036047	
3180044	Casa Sabbatino	casa-sabbatino	IT		0	Europe/Rome	44.16667	11.28333		Casa Sabbatino,Casale Sabbatino		16	FI		
3180046	Casa Rovinosa	casa-rovinosa	IT		0	Europe/Rome	44.26667	11.13333				05	BO	037031	
3180047	Casa Rovenega	casa-rovenega	IT		0	Europe/Rome	45.25	11.38333		Casa Rovenega,Casale Rovenega		20	VR	023048	
3180048	Casa Rougna	casa-rougna	IT		0	Europe/Rome	45.75	13.45				06	GO	031018	
3180049	Casa Rotonda	casa-rotonda	IT		0	Europe/Rome	43.76667	12.78333				10	PU	041034	
3180050	Casa Rossi	casa-rossi	IT		0	Europe/Rome	43.53333	11.68333				16	AR	051039	
3180051	Casa Rossa	casa-rossa	IT		0	Europe/Rome	45.23889	12.20556				20	VE	027008	
3180052	Casa Rossa	casa-rossa	IT		0	Europe/Rome	44.43333	11.6				05	BO	037020	
3180053	Casa Ronzone	casa-ronzone	IT		0	Europe/Rome	46.36667	10.41667		Baite Ronzone,Casa Ronzone		09	SO	014060	
3180054	Casa Rondelli	casa-rondelli	IT		0	Europe/Rome	42.93333	10.76667		Casa Rondelli,Casale Rondelli		16	GR	053009	
3180055	Casa Ronco	casa-ronco	IT		0	Europe/Rome	44.35	11.53333		Casa Ronco,Ronco		05	BO	037020	
3180056	Casarola	casarola	IT		0	Europe/Rome	44.41667	10.1				05	PR	034022	
3180057	Casa Rodin	casa-rodin	IT		0	Europe/Rome	45.11667	11.35				20	VR	023095	
3180058	Casa Rod	casa-rod	IT		0	Europe/Rome	45.75	12.95		Casa Rod,Casale Rod		20	VE	027029	
3180059	Casa Robella Bassa	casa-robella-bassa	IT		0	Europe/Rome	44.78333	7.6				12	CN	004171	
3180060	Casa Rizzalda	casa-rizzalda	IT		0	Europe/Rome	44.8	12.11667		Casa Rizzalda,Casale Rizalda		05	FE	038011	
3180061	Casaricchio	casaricchio	IT		0	Europe/Rome	42.96667	13.3				10	FM	109002	
3180063	Casare Trentin	casare-trentin	IT		0	Europe/Rome	45.96667	11.45				20	VI	024009	
3180064	Casarei	casarei	IT		0	Europe/Rome	44.78333	9.51667				05	PC	033004	
3180065	Casa Regnano	casa-regnano	IT		0	Europe/Rome	42.86667	13.73333				10	AP	044007	
3180066	Casare Gasparine di Dentro	casare-gasparine-di-dentro	IT		0	Europe/Rome	45.71667	11.06667				17	TN	022001	
3180067	Casa Reali	casa-reali	IT		0	Europe/Rome	45.65	12.33333		Casa Reali,Casale Reali		20	TV	026071	
3180068	Casara Tombal	casara-tombal	IT		0	Europe/Rome	45.95	11.66667		Casara Tombal,Casara del Tombal		20	VI	024039	
3180070	Casa Quaranta	casa-quaranta	IT		0	Europe/Rome	42.84904	11.65752				16	SI	052020	
3180071	Casa Purtud	casa-purtud	IT		0	Europe/Rome	45.80774	6.93237		Casa Pertud,Pertud		19	AO	007022	
3180074	Casa Prosdocimi	casa-prosdocimi	IT		0	Europe/Rome	45.81667	12.58333				20	TV	026034	
3180075	Casa Praspadino	casa-praspadino	IT		0	Europe/Rome	46.53333	10.28333		Casa Praspadino,Praspadino		09	SO	014071	
3180076	Casa Poragine	casa-poragine	IT		0	Europe/Rome	44.45	9.43333				08	GE	010005	
3180077	Casa Pontida	casa-pontida	IT		0	Europe/Rome	45.53333	12.2				20	VE	027042	
3180078	Casa Ponte	casa-ponte	IT		0	Europe/Rome	44.58333	8.6				12	AL	006095	
3180079	Casa Polverara	casa-polverara	IT		0	Europe/Rome	44.28333	11.2		Casa Polverara,Polverara		05	BO	037036	
3180080	Casa Poles	casa-poles	IT		0	Europe/Rome	45.68333	12.58333		Casa Poles,Case Polezzo		20	VE	027033	
3180081	Casa Poggio di Sopra	casa-poggio-di-sopra	IT		0	Europe/Rome	44.33333	11.65				05	BO	037032	
3180082	Casa Poggio Avvoltoio	casa-poggio-avvoltoio	IT		0	Europe/Rome	42.98333	10.7		Casa Poggio Avvoltoio,Casale Poggio Avvoltoio		16	LI	049012	
3180083	Casa Poggio al Lupo	casa-poggio-al-lupo	IT		0	Europe/Rome	43.6	10.35				16	PI	050026	
3180084	Casa Piculiri	casa-piculiri	IT		0	Europe/Rome	41.13333	9.16667		Casa Piculiri,Casale Piculari		14	OT	104002	
3180085	Casa Picciolo	casa-picciolo	IT		0	Europe/Rome	42.96667	10.91667		Casa Picciolo,Casale Picciolo		16	GR	053010	
3180086	Casa Pianezze	casa-pianezze	IT		0	Europe/Rome	45.91667	12				20	TV	026087	
3180087	Casa Piali	casa-piali	IT		0	Europe/Rome	46.15	10.06667		Casa Piali,Casale Piali		09	SO	014065	
3180088	Casa Pezza	casa-pezza	IT		0	Europe/Rome	45	11.2				09	MN	020029	
3180089	Casa Petromilli	casa-petromilli	IT		0	Europe/Rome	43.5	13.58333				10	AN	042048	
3180090	Casa Pedrelli	casa-pedrelli	IT		0	Europe/Rome	44.78333	10.61667				05	RE	035008	
3180091	Casa Pedemonta	casa-pedemonta	IT		0	Europe/Rome	45.08333	11.1		Casa Pedemonta,Pedemonta		09	MN	020062	
3180093	Casa Pasiano	casa-pasiano	IT		0	Europe/Rome	45.78333	13.03333				06	UD	030082	
3180094	Casa Paraolo	casa-paraolo	IT		0	Europe/Rome	46.25	10.36667		Casa Paraolo,Paraolo		09	BS	017083	
3180095	Paludo di Latisana	paludo-di-latisana	IT		0	Europe/Rome	45.7725	13.02556		Casa Palude Lastiana,Paludo di Latisana		06	UD	030046	
3180096	Casa Pallini	casa-pallini	IT		0	Europe/Rome	43.06667	10.75				16	LI	049020	
3180097	Casa Paduletto	casa-paduletto	IT		0	Europe/Rome	42.98333	10.65		Casa Paduletto,Casale Paduletto		16	LI	049012	
3180098	Casa Ottani	casa-ottani	IT		0	Europe/Rome	44.38333	12.2		Casa Ottani,Casale Ottani		05	RA	039014	
3180099	Casa Oratorio	casa-oratorio	IT		0	Europe/Rome	44.88333	10.46667				05	PR	034037	
3180100	Casa Nuova	casa-nuova	IT		0	Europe/Rome	44.6	11.95				05	FE	038001	
3180101	Casa Nuova	casa-nuova	IT		0	Europe/Rome	44.56667	12.06667				05	FE	038001	
3180102	Casa Nuova	casa-nuova	IT		0	Europe/Rome	43.91667	12.31667				10	PU		
3180103	Casa Nuova	casa-nuova	IT		0	Europe/Rome	43.73333	12.36667				10	PU	041047	
3180104	Casa Novara	casa-novara	IT		0	Europe/Rome	44.96667	11.4				09	MN	020023	
3180107	Casa Nova	casa-nova	IT		0	Europe/Rome	44.15	11				05	BO	037015	
3180111	Casa Nagli	casa-nagli	IT		0	Europe/Rome	43.35	11.18333				16	SI	052016	
3180112	Casa Mussota	casa-mussota	IT		0	Europe/Rome	45	11.9		Casa Mussato,Casa Mussota,Case Mussata		20	RO	029019	
3180113	Casa Mortula	casa-mortula	IT		0	Europe/Rome	41.38333	13.9				04	CE	061069	
3180116	Casa Mora	casa-mora	IT		0	Europe/Rome	42.79187	10.82342		Casale Mora		16	GR	053006	
3180117	Casa Monticelli	casa-monticelli	IT		0	Europe/Rome	43.53333	13.23333				10	AN	042021	
3180118	Casa Monti	casa-monti	IT		0	Europe/Rome	43	13.46667				10	FM	109014	
3180119	Casa Montesecco	casa-montesecco	IT		0	Europe/Rome	43.53333	13.2				10	AN	042021	
3180120	Casa Monte Adamo	casa-monte-adamo	IT		0	Europe/Rome	43.51667	13.13333		Casa Monte Adamo,Casa del Vento		10	AN	042023	
3180121	Casa Montacuto	casa-montacuto	IT		0	Europe/Rome	43.3	10.96667				16	SI	052004	
3180122	Casa Minotte	casa-minotte	IT		0	Europe/Rome	45.15	11.46667		Casa Minotte,Minotte		20	PD	028053	
3180123	Casa Minolle	casa-minolle	IT		0	Europe/Rome	45.4	11.65		Casa Minolle,Casa Minone,Casale Minolle		20	PD	028071	
3180124	Casa Minnina	casa-minnina	IT		0	Europe/Rome	40.65	8.31667		Cantoniera Minnina,Casa Minnina		14	SS	090003	
3180126	Casamento	casamento	IT		0	Europe/Rome	44.38333	11.16667				05	BO	037057	
3180127	Casa Menegol	casa-menegol	IT		0	Europe/Rome	45.96667	12.03333		Casa Menegol,Casale Menegol		20	TV	026087	
3180128	Casa Meneghesso	casa-meneghesso	IT		0	Europe/Rome	45.2	11.83333		Casa Meneghesso,Casale Meneghesso		20	PD	028094	
3180129	Casa Meletta Davanti	casa-meletta-davanti	IT		0	Europe/Rome	45.9	11.58333		Casa Meletta Davanti,Casera Meletta daranti		20	VI	024042	
3180130	Casa Mazzoli	casa-mazzoli	IT		0	Europe/Rome	44.11667	12.21667		Casa Mazzoli,Casale Mazzoli		05	FC	040007	
3180131	Casa Mazzari	casa-mazzari	IT		0	Europe/Rome	42.78333	10.28333		Casa Mazzari,Casale Mezzari		16	LI	049014	
3180135	Casa Marzoc	casa-marzoc	IT		0	Europe/Rome	45.96667	12.61667				06	PN	093032	
3180136	Casa Martinuzzi	casa-martinuzzi	IT		0	Europe/Rome	45.45	12.38333		Casa Martinuzzi,Casale Martinuzzi		20	VE	027042	
3180137	Casa Maria	casa-maria	IT		0	Europe/Rome	45.74139	13.08861				06	UD	030069	
3180139	Casa Maregno	casa-maregno	IT		0	Europe/Rome	43.88333	7.81667				08	IM	008016	
3180140	Casa Marcolin	casa-marcolin	IT		0	Europe/Rome	45.78333	11.93333		Casa Marcolin,Casale Marcolin		20	TV	026003	
3180142	Casa Marchetti	casa-marchetti	IT		0	Europe/Rome	42.78333	10.33333		Casa Marchetti,Casale Marchetti		16	LI	049014	
3180143	Casa Marcantonio	casa-marcantonio	IT		0	Europe/Rome	45.8	12.48333				20	TV	026028	
3180144	Casa Mantesana	casa-mantesana	IT		0	Europe/Rome	44.43333	11.76667				05	BO	037032	
3180146	Casa Magro	casa-magro	IT		0	Europe/Rome	45.65	12.35		Casa Magro,Casale Magro		20	TV	026069	
3180147	Casamaggiore	casamaggiore	IT		0	Europe/Rome	43.1	11.98333		Casamaggiore		18	PG	054009	
3180148	Casa Madonnina	casa-madonnina	IT		0	Europe/Rome	44.88333	10.9				05	MO	036028	
3180149	Casa Madal	casa-madal	IT		0	Europe/Rome	45.91667	11.86667		Casa Madal,Monte Madal		20	BL	025002	
3180150	Casa Macehia Meli	casa-macehia-meli	IT		0	Europe/Rome	43.5	10.6				16	PI	050040	
3180154	Casalvento	casalvento	IT		0	Europe/Rome	43.38333	12.78333				10	AN	042044	
3180158	Casalvatico	casalvatico	IT		0	Europe/Rome	41.41667	14.71667				11	CB	070017	
3180159	Casalunge	casalunge	IT		0	Europe/Rome	43.41667	10.78333				16	PI	050039	
3180162	Casaltone	casaltone	IT		0	Europe/Rome	44.82197	10.43864				05	RE	035022	
3180163	Casal Taulero	casal-taulero	IT		0	Europe/Rome	42.65787	13.97491				01	TE	067037	
3180164	Casal Sottano	casal-sottano	IT		0	Europe/Rome	40.21667	15.03333		Casal Sottano,Casale sottano		04	SA	065123	
3180181	Casaline	casaline	IT		0	Europe/Rome	42.41075	13.23582				01	AQ	066049	
3180183	Casa Linari	casa-linari	IT		0	Europe/Rome	40.6	8.31667		Cantoniera Linari,Casa Linari		14	SS	090003	
3180193	Casale Vignarola	casale-vignarola	IT		0	Europe/Rome	41.48878	12.59136				07			
3180196	Casale Torre San Giovanni	casale-torre-san-giovanni	IT		0	Europe/Rome	41.98333	12.56667				07	RM	058091	
3180198	Casale Smeraldi	casale-smeraldi	IT		0	Europe/Rome	41.8	12.51667		Casale Smeraldi,Prato Smeraldo		07	RM	058091	
3180199	Casale Santa Procula	casale-santa-procula	IT		0	Europe/Rome	41.66667	12.53333				07	RM	058079	
3180201	Casale San Nicola	casale-san-nicola	IT		0	Europe/Rome	42.48333	13.58333		Casale San Nicola,San Nicola		01	TE	067026	
3180202	Casale Sabini	casale-sabini	IT		0	Europe/Rome	40.81667	16.66667		Casale Sabini,Cassale Sabini,Il Casale		13	BA	072004	
3180203	Casale Reciso	casale-reciso	IT		0	Europe/Rome	42.78333	10.3				16	LI	049014	
3180204	Casale Pisana	casale-pisana	IT		0	Europe/Rome	41.85	12.38333				07	RM	058091	
3180206	Casa Leonardi	casa-leonardi	IT		0	Europe/Rome	42.78333	10.4		Casa Leonardi,Casale Leonardi		16	LI	049013	
3180207	Casale Nuovo Presciano	casale-nuovo-presciano	IT		0	Europe/Rome	41.62443	12.71221		Casale Nuovo di Presciano		07	RM	058050	
3180210	Casale Malnome	casale-malnome	IT		0	Europe/Rome	41.85	12.31667				07	RM	058091	
3180211	Casale la Cogna	casale-la-cogna	IT		0	Europe/Rome	41.56357	12.58226		Conia,Koni		07	LT	059001	
3180212	Casale Granaraccio	casale-granaraccio	IT		0	Europe/Rome	41.91667	12.73333				07	RM	058091	
3180214	Casale Fiammingo	casale-fiammingo	IT		0	Europe/Rome	41.61667	12.76667				07	RM	058111	
3180217	Casale di Padiglione	casale-di-padiglione	IT		0	Europe/Rome	41.55	12.7				07	LT	059001	
3180218	Casale di Bismantova	casale-di-bismantova	IT		0	Europe/Rome	44.41667	10.45		Casale,Casale di Bismantova		05	RE	035016	
3180219	Casale del Re	casale-del-re	IT		0	Europe/Rome	41.58333	13.86667				07	FR	060068	
3180220	Casale della Mandria	casale-della-mandria	IT		0	Europe/Rome	41.62417	12.67479				07	RM	058050	
3180222	Casale Col Cavaliere	casale-col-cavaliere	IT		0	Europe/Rome	41.63333	12.68333				07	RM	058050	
3180223	Casale Cesarina	casale-cesarina	IT		0	Europe/Rome	41.96667	12.58333				07	RM	058091	
3180225	Casalecchio de'Conti	casalecchio-de-conti	IT		0	Europe/Rome	44.38333	11.53333				05	BO	037020	
3180227	Casalecchio	casalecchio	IT		0	Europe/Rome	44	12.61667				05	RN	099014	
3180228	Casale Cassinese	casale-cassinese	IT		0	Europe/Rome	41.55	13.98333				07	FR	060001	
3180229	Casale Bufalotta	casale-bufalotta	IT		0	Europe/Rome	41.98333	12.55		Casa Buffalotta,Casale Bufalotta		07	RM	058091	
3180230	Casale Acquaviva	casale-acquaviva	IT		0	Europe/Rome	41.98333	12.35				07	RM	058091	
3180248	Casalbano	casalbano	IT		0	Europe/Rome	43.9	12.21667				10	PU		
3180251	Casa la Torretta	casa-la-torretta	IT		0	Europe/Rome	44.15099	12.44682				05	RN	099001	
3180252	Casa Lappi	casa-lappi	IT		0	Europe/Rome	43.01667	10.68333				16	LI	049002	
3180253	Casa la Padula	casa-la-padula	IT		0	Europe/Rome	41.21667	9.4		Casa Padule,Casa Paule,Casa la Padula,Villa Webber		14	OT	104012	
3180255	Casa la Motta	casa-la-motta	IT		0	Europe/Rome	45.1	11.35		Casa la Motta,La Motta		20	VR	023095	
3180256	Casa la Luna	casa-la-luna	IT		0	Europe/Rome	44.58333	11.23333		Casa la Luna,La Luna		05	BO	037050	
3180258	Casalaccio	casalaccio	IT		0	Europe/Rome	41.64944	12.71513				07	RM	058043	
3180259	Casalabate	casalabate	IT		0	Europe/Rome	40.49722	18.12167				13	LE	075035	
3180260	Casa il Tesorino	casa-il-tesorino	IT		0	Europe/Rome	42.96667	10.8		Casa il Tesorino,Casale il Tesorino		16	GR	053009	
3180261	Casa il Palazzino	casa-il-palazzino	IT		0	Europe/Rome	45.06667	11.25				20	RO	029006	
3180262	Casa Guardia Caccia	casa-guardia-caccia	IT		0	Europe/Rome	45.7	12.98333				20	VE	027034	
3180263	Casagreca	casagreca	IT		0	Europe/Rome	42.6	13.51667				01	TE	067023	
3180264	Casa Granzotto	casa-granzotto	IT		0	Europe/Rome	45.81667	12.75		Casa Granzotto,Casale Granzotto		20	VE	027030	
3180265	Casa Gradenigo	casa-gradenigo	IT		0	Europe/Rome	45.63333	12.51667		Casa Gradenigo,Casale Gradenigo		20	VE	027025	
3180266	Casa Gnes	casa-gnes	IT		0	Europe/Rome	45.63333	12.58333		Casa Gnes,Casale Gnes		20	VE	027033	
3180269	Casa Giare	casa-giare	IT		0	Europe/Rome	45.36667	12.18333				20	VE	027002	
3180271	Casa Giannetto	casa-giannetto	IT		0	Europe/Rome	42.96667	10.88333		Casa Giannetto,Casale Giannetto		16	GR	053010	
3180272	Casa Gherardi	casa-gherardi	IT		0	Europe/Rome	43.98333	10.18333		Casa Gherardi,Gherardi		16	LU	046028	
3180273	Casa Garibaldi	casa-garibaldi	IT		0	Europe/Rome	41.21844	9.46103		Capo di Garibaldi,Capo di Giuseppe Garibaldi,Casa di Garibaldi,Casa di Generale Garibaldi,Casale Garibaldi		14	OT	104012	
3180274	Casa Gardin	casa-gardin	IT		0	Europe/Rome	45.88333	12.88333				06	PN	093043	
3180275	Casa Galvagna	casa-galvagna	IT		0	Europe/Rome	45.76667	12.43333		Casa Galvagna,Casale Galvagna		20	TV	026052	
3180276	Casa Galluccio	casa-galluccio	IT		0	Europe/Rome	40.9	15.63333		Casa Galluccio,Galluccio		02	PZ	076006	
3180277	Casa Gallina	casa-gallina	IT		0	Europe/Rome	45.96667	11.95		Casa Gallina,Gallina		20	BL	025064	
3180278	Casa Galeotti	casa-galeotti	IT		0	Europe/Rome	44.8202	9.14097				09	PV	018007	
3180279	Casa Gagliano	casa-gagliano	IT		0	Europe/Rome	43.26667	13.38333				10	MC	043041	
3180280	Casa Fusi	casa-fusi	IT		0	Europe/Rome	42.95	10.78333		Casa Fusi,Casale Fusi		16	GR	053009	
3180281	Casa Furno	casa-furno	IT		0	Europe/Rome	44.61667	7.83333				12	CN	004067	
3180282	Casa Furnetta	casa-furnetta	IT		0	Europe/Rome	44.91667	11.3				05	FE	038003	
3180283	Casa Fronte	casa-fronte	IT		0	Europe/Rome	44.88528	12.14611		Casa Fronte,Fronte,Tenuta Fronte		05	FE	038005	
3180285	Casa Franciana	casa-franciana	IT		0	Europe/Rome	42.98333	10.61667		Casa Franciana,Casale Franciana		16	LI	049012	
3180286	Casa Francesconi	casa-francesconi	IT		0	Europe/Rome	44.08333	12.28333		Casa Francesconi,Casale Francesconi		05	FC	040007	
3180287	Casa Franceschini	casa-franceschini	IT		0	Europe/Rome	44.81667	11.85		Casa Franceschini,Casale Franceschini		05	FE	038008	
3180289	Casa Foschini	casa-foschini	IT		0	Europe/Rome	44.31667	12.03333				05	FC	040012	
3180290	Casa Fornace	casa-fornace	IT		0	Europe/Rome	44.23333	11.86667		Casa Fornace,Fornace		05	RA	039010	
3180291	Casa Fontane	casa-fontane	IT		0	Europe/Rome	44.76667	10.5				05	RE	035010	
3180292	Casa Fontana Cervo	casa-fontana-cervo	IT		0	Europe/Rome	44.91667	7.78333				12	TO	001308	
3180293	Casa Follona	casa-follona	IT		0	Europe/Rome	42.86667	10.93333		Casa Follona,Casale Follona		16	GR	053006	
3180294	Casa Fiumicino	casa-fiumicino	IT		0	Europe/Rome	45.63333	12.63333		Casa Fiumicino,Fiumicino		20	VE	027033	
3180295	Casa Fava	casa-fava	IT		0	Europe/Rome	44.86667	10.55		Casa Fava,Casa Favina		05	RE	035029	
3180296	Casa Fava	casa-fava	IT		0	Europe/Rome	44.33333	9.75				16	MS	045017	
3180297	Casa Faloppa	casa-faloppa	IT		0	Europe/Rome	45.73333	12.6		Casa Faloppa,Casale Faloppa		20	TV	026016	
3180298	Casa Fallona	casa-fallona	IT		0	Europe/Rome	44.51667	11.05				05	MO	036041	
3180299	Casa Facciabella	casa-facciabella	IT		0	Europe/Rome	46.13333	11.2				17	TN	022002	
3180300	Casa Donini	casa-donini	IT		0	Europe/Rome	44.58333	11.28333		Casa Donini,San Chiara		05	BO	037009	
3180301	Casa Domizia	casa-domizia	IT		0	Europe/Rome	44.93333	11.36667				05	FE	038003	
3180302	Casa di Struz	casa-di-struz	IT		0	Europe/Rome	45.98333	12.11667				20	TV	026027	
3180303	Casa di Rinaldo	casa-di-rinaldo	IT		0	Europe/Rome	44.43333	10.33333				05	RE	035042	
3180304	Casa di Pietra	casa-di-pietra	IT		0	Europe/Rome	42.95	10.98333		Casa di Pietra,Casael di Pietro		16	GR	053010	
3180305	Casa di Cio	casa-di-cio	IT		0	Europe/Rome	43.5	11.88333				16	AR	051002	
3180306	Casa dell'Isola	casa-dell-isola	IT		0	Europe/Rome	43.61667	10.4				16	LI	049008	
3180307	Casa delle Curve	casa-delle-curve	IT		0	Europe/Rome	44.58333	11.31667		Casa delle Curve,Casale delle Curve		05	BO	037009	
3180308	Casa del Lago	casa-del-lago	IT		0	Europe/Rome	44.53333	10.48333				05	RE	035013	
3180309	Casa dei Fracchioni	casa-dei-fracchioni	IT		0	Europe/Rome	44.85775	9.36052				05	PC	033031	
3180310	Casa Dante	casa-dante	IT		0	Europe/Rome	45.61667	11.86667				20	PD	028077	
3180312	Casa Corinaldi	casa-corinaldi	IT		0	Europe/Rome	45.46667	11.96667		Casa Corinaldi,Case Corinaldi		20	PD	028100	
3180313	Casa Colussi	casa-colussi	IT		0	Europe/Rome	45.73333	12.96667				20	VE	027029	
3180314	Casa Coldi Sasso	casa-coldi-sasso	IT		0	Europe/Rome	42.91287	10.86814		Casale Coldi Sasso		16	GR	053024	
3180315	Casa Chierici	casa-chierici	IT		0	Europe/Rome	44.71667	10.95				05	MO	036044	
3180316	Casa Chiaiozza	casa-chiaiozza	IT		0	Europe/Rome	40.73333	14				04			
3180317	Casaccia	casaccia	IT		0	Europe/Rome	44.41667	11.1				05	BO	037061	
3180318	Casaccia	casaccia	IT		0	Europe/Rome	42.05	12.28333				07	RM	058091	
3180319	Casacce	casacce	IT		0	Europe/Rome	43.21667	12.53333				18	PG	054024	
3180320	Casa Caviglieri	casa-caviglieri	IT		0	Europe/Rome	42.95	10.88333		Casa Caviglieri,Casale Caviglieri		16	GR	053010	
3180321	Casa Cavallini	casa-cavallini	IT		0	Europe/Rome	42.98271	10.98457		Casale Cavallini		16	GR	053010	
3180322	Casa Castellani	casa-castellani	IT		0	Europe/Rome	43.75	13.1				10	PU	041029	
3180325	Casa Caselli	casa-caselli	IT		0	Europe/Rome	44.73333	10.05				05	PR	034020	
3180326	Casa Carta	casa-carta	IT		0	Europe/Rome	45.41667	11.76667				20	PD	028073	
3180328	Casa Carlappiana	casa-carlappiana	IT		0	Europe/Rome	42.96667	10.63333		Casa Carlappiana,Casale Carlappiana		16	LI	049012	
3180329	Casa Cappanera	casa-cappanera	IT		0	Europe/Rome	43.53333	13.35				10	AN	042038	
3180330	Casa Canovetta	casa-canovetta	IT		0	Europe/Rome	44.35	11.41667				05	BO	037041	
3180331	Casa Canevazzi	casa-canevazzi	IT		0	Europe/Rome	44.63333	10.85				05	MO	036023	
3180333	Casa Candaten	casa-candaten	IT		0	Europe/Rome	46.2	12.11667		Candate,Casa Candaten		20	BL	025053	
3180334	Casa Campo la Cantina	casa-campo-la-cantina	IT		0	Europe/Rome	42.97853	10.96873		Casale Campo Contina		16	GR	053010	
3180335	Casa Campoai Mori	casa-campoai-mori	IT		0	Europe/Rome	43.03333	10.7				16	LI	049020	
3180337	Casa Calderoni	casa-calderoni	IT		0	Europe/Rome	44.36667	11.96667				05	RA	039010	
3180338	Casa Calari	casa-calari	IT		0	Europe/Rome	44.71667	11.23333				05	BO	037053	
3180339	Casa Buraccio	casa-buraccio	IT		0	Europe/Rome	42.76667	10.36667		Casa Buraccio,Casale Buraccio		16	LI	049013	
3180340	Casa Bullo	casa-bullo	IT		0	Europe/Rome	45.18333	12.3				20	VE	027008	
3180341	Casa Bubbaco	casa-bubbaco	IT		0	Europe/Rome	45.46667	12.41667		Bubbaco,Casa Bubbaco		20	VE	027042	
3180342	Casa Brancobalardi	casa-brancobalardi	IT		0	Europe/Rome	44.01667	11.51667				16	FI	048049	
3180343	Casa Boulogne	casa-boulogne	IT		0	Europe/Rome	43.68333	10.46667				16	PI	050008	
3180344	Casa Botrona	casa-botrona	IT		0	Europe/Rome	42.9	10.8		Casa Botrona,Casale Botrana		16	GR	053024	
3180345	Casa Boscolo	casa-boscolo	IT		0	Europe/Rome	45.1	12.2				20	RO	029030	
3180346	Casa Boscato	casa-boscato	IT		0	Europe/Rome	45.8	12.95				20	VE	027034	
3180348	Casa Biscione	casa-biscione	IT		0	Europe/Rome	44.5	8.56667				08	SV	009055	
3180351	Casa Berta	casa-berta	IT		0	Europe/Rome	44.73333	8.33333				12	AT	005013	
3180352	Casa Benina	casa-benina	IT		0	Europe/Rome	44.35	11.86667				05	RA	039018	
3180353	Casabella	casabella	IT		0	Europe/Rome	46.83333	10.6				17	BZ	021027	
3180354	Casa Beccaguta	casa-beccaguta	IT		0	Europe/Rome	44.98333	11.23333				09	MN	020061	
3180355	Casa Baroni	casa-baroni	IT		0	Europe/Rome	44.56667	12				05	RA	039001	
3180356	Casa Banditelle	casa-banditelle	IT		0	Europe/Rome	43	10.63333				16	LI	049002	
3180357	Casa Balzano	casa-balzano	IT		0	Europe/Rome	40.8	14.46667				04	NA	063082	
3180358	Casa Balzano	casa-balzano	IT		0	Europe/Rome	40.78333	14.48333				04	NA	063082	
3180359	Casa Balzano	casa-balzano	IT		0	Europe/Rome	40.78333	14.43333				04	NA	063091	
3180360	Casa Azara	casa-azara	IT		0	Europe/Rome	41.23333	9.41667		Casa Arara,Casa Azara,Casale Azara		14	OT	104012	
3180361	Casa Arletta	casa-arletta	IT		0	Europe/Rome	44.75	12.23333				05	FE	038006	
3180362	Casa Anselmi	casa-anselmi	IT		0	Europe/Rome	42.80039	10.16431		Casale Anselmi		16	LI	049010	
3180363	Casa Alzi	casa-alzi	IT		0	Europe/Rome	42.74184	10.21574		Casale Alxi		16	LI	049003	
3180364	Casa al Vento	casa-al-vento	IT		0	Europe/Rome	43.4	10.81667				16	PI	050039	
3180365	Casa Alta	casa-alta	IT		0	Europe/Rome	44.88333	11.35				05	FE	038003	
3180366	Casa Allegri	casa-allegri	IT		0	Europe/Rome	45.51667	11.2				20	VR	023087	
3180367	Casa Allegretti	casa-allegretti	IT		0	Europe/Rome	43.68333	12.9				10	PU	041058	
3180368	Casa Albonetti	casa-albonetti	IT		0	Europe/Rome	43.63333	13.25				10	AN	042031	
3180369	Barabarca	barabarca	IT		0	Europe/Rome	42.74919	10.36151	0			16	LI	049004	
3180370	Casa Agresti	casa-agresti	IT		0	Europe/Rome	42.85	10.83333		Casa Agresti,Casale Agresti		16	GR	053006	
3180371	Casa Affitti	casa-affitti	IT		0	Europe/Rome	42.98333	10.6		Casa Affitti,Casale Attitti		16	LI	049012	
3180375	Carzeto	carzeto	IT		286	Europe/Rome	44.93865	10.16414	38			05	PR	034036	
3182266	Baulen	baulen	IT		0	Europe/Rome	45.68333	7.1				19	AO	007006	
3180379	Carvisi	carvisi	IT		0	Europe/Rome	45.69233	9.54351				09	BG	016213	
3180380	Carvirone	carvirone	IT		0	Europe/Rome	46.2	8.36667				12	VB	103046	
3180382	Carviano	carviano	IT		0	Europe/Rome	44.28333	11.13333				05	BO	037031	
3180383	Carve	carve	IT		288	Europe/Rome	46.04277	12.10143	539			20	BL	025034	
3180391	Cartore	cartore	IT		0	Europe/Rome	42.16658	13.30873				07	RI	057007	
3180395	Cartiera Reali	cartiera-reali	IT		0	Europe/Rome	45.68333	12.31667		Cartiera Reali,Le Cartiere		20	TV	026008	
3180396	Cartiera	cartiera	IT		0	Europe/Rome	44.85	12.06667				05	FE	038005	
3180408	Carrodano Superiore	carrodano-superiore	IT		530	Europe/Rome	44.24858	9.63973				08	SP	011010	
3180409	Carrodano Inferiore	carrodano-inferiore	IT		0	Europe/Rome	44.23333	9.65				08	SP	011010	
3180411	Carroceto	carroceto	IT		0	Europe/Rome	41.57603	12.64011				07	LT	059001	
3180416	Carriola	carriola	IT		0	Europe/Rome	46.11667	9.35				09	LC	097032	
3180417	Carriera	carriera	IT		0	Europe/Rome	40.75	15.78333		Carriera,Carriero		02	PZ	076007	
3180419	Carretto	carretto	IT		0	Europe/Rome	44.43333	8.23333				08	SV	009015	
3180429	Carpini	carpini	IT		0	Europe/Rome	43.38333	12.38333				18	PG	054033	
3180434	Carpineta	carpineta	IT		0	Europe/Rome	44.18333	11.06667				05	BO	037010	
3180435	Carpineta	carpineta	IT		0	Europe/Rome	44.0919	11.03654				05	BO	037010	
3180460	Carozzo	carozzo	IT		0	Europe/Rome	44.13208	9.85886				08	SP	011015	
3180464	Ca Rossa	ca-rossa	IT		0	Europe/Rome	45.75	12.73333				20	VE	027029	
3180465	Ca Rossa	ca-rossa	IT		0	Europe/Rome	44.48333	12.2		Ca Rossa,Case del Bosco		05	RA	039014	
3180471	Ca Romana	ca-romana	IT		0	Europe/Rome	43.76667	12.23333		Ca Romana,Ca Romano		05	RN	099024	
3180476	Carobbio	carobbio	IT		0	Europe/Rome	44.51383	10.14381				05	PR	034039	
3180477	Carniglia	carniglia	IT		0	Europe/Rome	44.48333	9.6				05	PR	034003	
3180489	Carmine	carmine	IT		0	Europe/Rome	46.04119	8.70598				12	VB	103017	
3180499	Carletti	carletti	IT		0	Europe/Rome	43.81667	7.56667				08	IM	008065	
3180502	Carità	carita	IT		0	Europe/Rome	45.71193	12.25928				20	TV	026091	
3180505	Cariseto	cariseto	IT		0	Europe/Rome	44.64777	9.37966				05	PC	033015	
3180506	Carisasca	carisasca	IT		0	Europe/Rome	44.68562	9.32447				05	PC	033015	
3180509	Carinato	carinato	IT		0	Europe/Rome	45.75	11.85				20	TV	026077	
3180515	Carigie Bassa	carigie-bassa	IT		0	Europe/Rome	42.42346	11.42063		Carigie		16	GR	053003	
3180516	Carigie Alta	carigie-alta	IT		0	Europe/Rome	42.43195	11.42578		Carigie		16	GR	053003	
3180520	Cargalla	cargalla	IT		0	Europe/Rome	44.41667	9.91667				16	MS	045014	
3180524	Carette	carette	IT		0	Europe/Rome	46.31667	10.21667				09	SO	014034	
3180527	Cares	cares	IT		204	Europe/Rome	46.03308	10.86492	489	Caces		17	TN	022228	
3180528	Careno	careno	IT		0	Europe/Rome	44.71667	9.91667				05	PR	034028	
3180532	Carella	carella	IT		0	Europe/Rome	45.81667	9.26667				09	CO	013097	
3180535	Cardoso	cardoso	IT		0	Europe/Rome	44.02587	10.48276				16	LU	046015	
3180545	Cardenosa	cardenosa	IT		0	Europe/Rome	44.49595	9.28525				08	GE	010048	
3180547	Cardella	cardella	IT		0	Europe/Rome	43.56667	12.55				10	PU	041049	
3180551	Cardabello	cardabello	IT		0	Europe/Rome	42.28333	13.55				01	AQ	066087	
3180553	Carchelli	carchelli	IT		0	Europe/Rome	44.55	9.28333				08	GE	010052	
3180556	Carcereri	carcereri	IT		0	Europe/Rome	45.58333	11.03333				20	VR	023026	
3180558	Carbuta	carbuta	IT		0	Europe/Rome	44.21667	8.3				08	SV	009016	
3180559	Carbonin	carbonin	IT		0	Europe/Rome	46.62111	12.21722		Carbonin,Schluderbach		17	BZ	021028	
3180560	Carbonifera	carbonifera	IT		0	Europe/Rome	42.95	10.68333		Carbonifera,La Carbonifera		16	LI	049012	
3180561	Carbonesca	carbonesca	IT		329	Europe/Rome	43.22768	12.62502	515			18	PG	054024	
3180562	Carboneri	carboneri	IT		0	Europe/Rome	45.05	8.06667				12	AT	005086	
3180566	Carbonarola	carbonarola	IT		0	Europe/Rome	45.03333	11.25				09	MN	020009	
3180568	Carbonari	carbonari	IT		0	Europe/Rome	45.55	11.16667				20	VR	023087	
3180574	Carbonaia	carbonaia	IT		0	Europe/Rome	44.1	10.41667		Carbona,Carbonaia		16	LU	046009	
3180575	Carbona	carbona	IT		0	Europe/Rome	45.88972	12.88778				06	PN	093043	
3180598	Ca Raffaele	ca-raffaele	IT		0	Europe/Rome	43.78333	12.21667				05	RN	099024	
3180599	Ca Quarta	ca-quarta	IT		0	Europe/Rome	45.1	11.83333				20	RO	029041	
3180602	Capsano	capsano	IT		0	Europe/Rome	42.51667	13.68333				01	TE	067026	
3180603	Caprone	caprone	IT		0	Europe/Rome	46.81667	10.58333				17	BZ	021027	
3180605	Capro	capro	IT		0	Europe/Rome	42.95	12.6				18	PG	054004	
3180606	Caprizi	caprizi	IT		0	Europe/Rome	46.38222	12.77861				06	UD	030110	
3180607	Ca'Priuli	ca-priuli	IT		0	Europe/Rome	45.13333	11.6				20	PD	028084	
3180623	Capricchia	capricchia	IT		0	Europe/Rome	42.62242	13.34041				07	RI	057002	
3180624	Capriati a Volturno	capriati-al-volturno	IT		1647	Europe/Rome	41.46862	14.14542		Capriati a Volturno	061014	04	CE	061014	
3180638	Caprareccia	caprareccia	IT		0	Europe/Rome	43.35	10.93333				16	PI	050039	
3180653	Cappuccini di Riano	cappuccini-di-riano	IT		0	Europe/Rome	42.1	12.5				07	RM	058081	
3180668	Capo Sile	capo-sile	IT		0	Europe/Rome	45.58222	12.55				20	VE	027025	
3180674	Caporali	caporali	IT		0	Europe/Rome	42.16667	14.38333		Caporali,Rizzacorno-Caporali		01	CH	069085	
3180677	Capo la Villa	capo-la-villa	IT		0	Europe/Rome	42.28713	13.30032				01	AQ	066101	
3180680	Capograssi	capograssi	IT		0	Europe/Rome	40.25	15.01667				04	SA	065139	
3180684	Capo di Sotto	capo-di-sotto	IT		0	Europe/Rome	45.88333	12.35				20	TV	026076	
3180685	Capo di Sopra	capo-di-sopra	IT		0	Europe/Rome	45.86667	12.41667				20	TV	026019	
3180687	Capodirigo	capodirigo	IT		0	Europe/Rome	42.77701	13.34569				10	AP	044006	
3180691	Capodigiano	capodigiano	IT		0	Europe/Rome	40.75	15.48333				02	PZ	076053	
3180692	Capodichino	capodichino	IT		0	Europe/Rome	40.88333	14.26667				04	NA	063049	
3180701	Capobosco	capobosco	IT		0	Europe/Rome	45.01667	11.71667				20	RO	029003	
3180714	Ca'Pisani	ca-pisani	IT		0	Europe/Rome	44.96556	12.31917				20	RO	029052	
3180715	Ca Pirami	ca-pirami	IT		0	Europe/Rome	45.55	12.63333		Ca Pirami,Casa Pirami		20	VE	027019	
3180718	Capicchia	capicchia	IT		0	Europe/Rome	43.91667	12.4		Capicchia,Capicchio		10	PU		
3180719	Capezzana	capezzana	IT		0	Europe/Rome	43.88333	11.05				16	PO	100005	
3180729	Capazzano	capazzano	IT		0	Europe/Rome	43.23333	11.9				16	AR	051017	
3180732	Capannuccia	capannuccia	IT		0	Europe/Rome	43.7	11.3				16	FI	048022	
3180736	Capanne Tornini	capanne-tornini	IT		0	Europe/Rome	44.35	10.06667				16	MS	045002	
3180739	Capanne di Sillano	capanne-di-sillano	IT		0	Europe/Rome	44.25	10.31667				16	LU	046029	
3180740	Capanne Curtiglia	capanne-curtiglia	IT		0	Europe/Rome	44.38333	10.01667				16	MS	045002	
3180745	Cà Paini	ca-paini	IT		0	Europe/Rome	46.18333	9.9		Ca Paini,Cà Paini,Paini		09	SO	014044	
3180751	Cao Malnisio	cao-malnisio	IT		0	Europe/Rome	46.14167	12.62889		Cao Malnisio,Malnisio		06	PN	093027	
3180760	Cantoniera	cantoniera	IT		0	Europe/Rome	45.71667	11.81667		Cantoniera,Contrada Biscia		20	VI	024088	
3180762	Cantone Giacomello	cantone-giacomello	IT		0	Europe/Rome	45.08333	11.26667				20	RO	029006	
3180765	Canton	canton	IT		0	Europe/Rome	45.6	12.33333				20	TV	026009	
3180767	Cantiglio	cantiglio	IT		0	Europe/Rome	45.88333	9.6				09	BG	016210	
3180769	Cantia	cantia	IT		0	Europe/Rome	43.36667	12.85				10	AN	042017	
3180780	Cantagrillo	cantagrillo	IT		0	Europe/Rome	43.86667	10.91667				16	PT	047020	
3180782	Cantaboa	cantaboa	IT		0	Europe/Rome	44.96667	11.2				09	MN	020042	
3180785	Canovetta	canovetta	IT		0	Europe/Rome	44.35	11.4		Canovetta,Casa Canovetta		05	BO	037047	
3180786	Canovello	canovello	IT		0	Europe/Rome	44.08333	11.65				16	FI	048026	
3180788	Ca Nova Rosella	ca-nova-rosella	IT		0	Europe/Rome	45.4	11.06667		Ca Nova Rosella,Casella Nova Rosella		20	VR	023091	
3180807	Cannetolo	cannetolo	IT		213	Europe/Rome	44.88333	10.15	49			05	PR	034015	
3180808	Canneto di Bari	canneto-di-bari	IT		0	Europe/Rome	41	16.88333				13	BA	072002	
3180814	Cannelli	cannelli	IT		863	Europe/Rome	42.68628	13.70404	145			01	TE	067041	
3180823	Sestière di Cannaregio	sestiere-di-cannaregio	IT		0	Europe/Rome	45.44532	12.33258				20	VE	027042	
3180839	Canili	canili	IT		0	Europe/Rome	42.66667	13.51667				01	TE	067036	
3180842	Canigiano	canigiano	IT		0	Europe/Rome	44.18333	10.4				16	LU	046035	
3180846	Caneso	caneso	IT		0	Europe/Rome	44.48333	9.58333				05	PR	034003	
3180847	Canesano	canesano	IT		0	Europe/Rome	44.56667	10.13333				05	PR	034008	
3180853	Ca Negra Bassa	ca-negra-bassa	IT		0	Europe/Rome	45.08889	12.16583		Ca Negra,Ca Negra Bassa		20	RO	029030	
3180855	Canedo	canedo	IT		0	Europe/Rome	44.82008	9.32636				09	PV	018128	
3180856	Canebola	canebola	IT		0	Europe/Rome	46.17833	13.38833				06	UD	030036	
3180860	Candoglia	candoglia	IT		0	Europe/Rome	45.96667	8.41667		Candoglia,Candoglia-Albo		12	VB	103051	
3180870	Candia	candia	IT		865	Europe/Rome	43.56553	13.49293	198	Candia,Candia di Ancona		10	AN	042002	
3180875	Candeasco	candeasco	IT		0	Europe/Rome	43.97849	7.95011				08	IM	008010	
3180885	Canavera	canavera	IT		0	Europe/Rome	44.93023	9.23547				09	PV	018132	
3180887	Canargo	canargo	IT		0	Europe/Rome	46.11424	9.45867				09	SO	014026	
3180890	Canapile	canapile	IT		0	Europe/Rome	44.75	7.7				12	CN	004179	
3180899	Canalaccia	canalaccia	IT		0	Europe/Rome	44.25	10.51667				05	MO	036016	
3180903	Campriond	campriond	IT		0	Europe/Rome	45.1	6.95		Cainpriond,Campriond		12	TO	001100	
3180904	Campriano	campriano	IT		0	Europe/Rome	43.63333	10.9				16	FI	048010	
3180905	Campra	campra	IT		0	Europe/Rome	46.11667	8.4				12	VB	103029	
3180906	Campozillone	campozillone	IT		0	Europe/Rome	41.38333	14				04	CE	061051	
3180912	Camposonaldo	camposonaldo	IT		0	Europe/Rome	43.95	11.88333				05	FC	040043	
3180913	Camposilvano	camposilvano	IT		0	Europe/Rome	45.75953	11.14395	1005			17	TN	022210	
3180917	Campo San Pietro	campo-san-pietro	IT		283	Europe/Rome	46.04977	12.05835	309			20	BL	025034	
3180922	Camporsevoli	camporsevoli	IT		0	Europe/Rome	42.91667	11.9				16	SI	052008	
3180928	Campo Rossignolo	campo-rossignolo	IT		0	Europe/Rome	45.65	11.55		Campo Rossignole,Campo Rossignolo		20	VI	024038	
3180930	Campo Reggiano	campo-reggiano	IT		0	Europe/Rome	43.33333	12.41667				18	PG	054024	
3180933	Camporcioni	camporcioni	IT		0	Europe/Rome	43.85	10.73333				16	PT	047016	
3180934	Camporbiano	camporbiano	IT		0	Europe/Rome	43.48333	10.95				16	FI	048020	
3180936	Campo Pedrona	campo-pedrona	IT		0	Europe/Rome	46.33333	10.15		Campo Pedrona,Campo Pedruna		09	SO	014033	
3180939	Campomorto	campomorto	IT		0	Europe/Rome	41.53333	12.73333		Campomorto,Casale Campomorto		07	LT	059001	
3180941	Campomolle	campomolle	IT		0	Europe/Rome	45.84944	13.04194				06	UD	030188	
3180944	Campo Marzio	campo-marzio	IT		0	Europe/Rome	41.91112	12.47442		Campo de Marte,Campus Martius		07	RM	058091	
3180950	Campoluci	campoluci	IT		274	Europe/Rome	43.51035	11.83899	251			16	AR	051002	
3180954	Campolonghetto	campolonghetto	IT		224	Europe/Rome	45.86556	13.28857	13			06	UD	030008	
3180955	Campo Lomaso	campo-lomaso	IT		232	Europe/Rome	46.02349	10.86606	492			17	TN	022228	
3180956	Campolo	campolo	IT		0	Europe/Rome	44.21667	11.08333				05	BO	037031	
3180963	Campolemisi	campolemisi	IT		0	Europe/Rome	44	10.38333				16	LU	046036	
3180966	Campolarzo	campolarzo	IT		0	Europe/Rome	43.13333	13.15				10	MC	043007	
3180968	Campo Iemini	campo-iemini	IT		0	Europe/Rome	41.61667	12.5				07	RM	058079	
3180978	Campo di Mezza Via	campo-di-mezza-via	IT		0	Europe/Rome	45.83333	11.56667		Campidimezzavia,Campo di Mezza Via		20	VI	024054	
3180987	Campo Catino	campo-catino	IT		0	Europe/Rome	41.83333	13.33333				07	FR	060042	
3180993	Campo Albino	campo-albino	IT		0	Europe/Rome	46.03333	8.28333				12	VB	103077	
3181008	Campigna	campigna	IT		0	Europe/Rome	43.86667	11.75				05	FC	040043	
3181009	Campiglio	campiglio	IT		0	Europe/Rome	44.46667	10.98333				05	MO	036046	
3181010	Campiglia Soana	campiglia-soana	IT		0	Europe/Rome	45.53333	7.53333		Campiglia,Campiglia Soana		12	TO	001288	
3181023	Campi	campi	IT		0	Europe/Rome	45.86667	11.18333				17	TN	022193	
3181024	Campi	campi	IT		0	Europe/Rome	44.46667	9.71667				05	PR	034001	
3181025	Campi	campi	IT		0	Europe/Rome	42.85	13.08333				18	PG	054035	
3181028	Campestri	campestri	IT		0	Europe/Rome	43.9	11.43333				16	FI	048004	
3181032	Campello	campello	IT		0	Europe/Rome	46.21667	10				09	SO	014052	
3181033	Campelli	campelli	IT		0	Europe/Rome	46.13333	9.86667		Campeglio,Campelli,Fienili di Campeglio		09	SO	014002	
3181037	Campea	campea	IT		388	Europe/Rome	45.93056	12.10667	200			20	TV	026042	
3181038	Campavaglio	campavaglio	IT		0	Europe/Rome	41.13333	9.23333		Campavaglio,Stazzo Campavaglio		14	OT	104025	
3181045	Campanella	campanella	IT		0	Europe/Rome	45.6	11.25				20	VI	024005	
3181053	Campalano	campalano	IT		0	Europe/Rome	45.16667	11.08333				20	VR	023053	
3181055	Campagrina	campagrina	IT		0	Europe/Rome	44.06667	10.25				16	LU	046030	
3181059	Campagnazza	campagnazza	IT		0	Europe/Rome	45.05	11.8				20	RO	029041	
3181067	Camorone	camorone	IT		0	Europe/Rome	45.8	9.6				09	BG	016039	
3181068	Ca Moro	ca-moro	IT		0	Europe/Rome	45	11.56667				20	RO	029011	
3181070	Ca Molini	ca-molini	IT		0	Europe/Rome	45.96667	12.23333				20	TV	026084	
3181082	Camilgara	camilgara	IT		0	Europe/Rome	45.81667	11.36667				20	VI	024007	
3181090	Camiano	camiano	IT		0	Europe/Rome	42.9	12.66667		Camian,Camiano		18	PG	054030	
3181097	Camerata Vecchia	camerata-vecchia	IT		0	Europe/Rome	42	13.11667				07	RM	058014	
3181103	Ca Mello	ca-mello	IT		0	Europe/Rome	44.92222	12.39333		Ca Mello,Case Mello		20	RO	029039	
3181104	Camella	camella	IT		0	Europe/Rome	40.26667	15.01667				04	SA	065091	
3181109	Camblione	camblione	IT		0	Europe/Rome	46.05405	8.20816				12	VB	103063	
3181114	Ca Matte	ca-matte	IT		0	Europe/Rome	44.9	11.76667				05	FE	038007	
3181117	Camarlotti	camarlotti	IT		0	Europe/Rome	45.78333	11				17	TN	022001	
3181126	Camaione	camaione	IT		0	Europe/Rome	43.76667	11.03333				16	FI	048028	
3181128	Calzagatta	calzagatta	IT		0	Europe/Rome	44.48333	9.28333				08	GE	010048	
3181129	Calzaiolo	calzaiolo	IT		0	Europe/Rome	43.63333	11.18333		Calzaiolo,Calzajolo		16	FI	048038	
3181141	Calvi Vecchia	calvi-vecchia	IT		0	Europe/Rome	41.20287	14.13773				04	CE	061010	
3181144	Calvillano	calvillano	IT		0	Europe/Rome	43.81667	12.35				10	PU	041033	
3181158	Calvario	calvario	IT		0	Europe/Rome	42.25	14.25				01	CH	069032	
3181170	Calpera	calpera	IT		0	Europe/Rome	46.01667	8.6				12	VB	103005	
3181174	Ca Longa	ca-longa	IT		0	Europe/Rome	45.08333	11.85		Boaria CaLonga,Ca Longa		20	RO	029041	
3181175	Calonega	calonega	IT		0	Europe/Rome	45.6	11.66667				20	PD	028078	
3181178	Calò	calo	IT		0	Europe/Rome	45.68333	9.26667				09	MB	108008	
3181180	Callieri	callieri	IT		0	Europe/Rome	44.26667	7.05				12	CN	004248	
3181188	Ca Lino	ca-lino	IT		0	Europe/Rome	45.15	12.28333		Ca Limo,Ca Lino		20	VE	027008	
3181191	Caligiana	caligiana	IT		0	Europe/Rome	43.16667	12.25				18	PG	054026	
3181194	Calibano	calibano	IT		0	Europe/Rome	43.88333	12.86667		Calibano,Calibano San Pietro		10	PU	041044	
3181195	Calghera	calghera	IT		0	Europe/Rome	44.88184	9.22491				09	PV	018170	
3181202	Calegare	calegare	IT		0	Europe/Rome	44.4	11.31667				05	BO	037057	
3181205	Caldosa	caldosa	IT		0	Europe/Rome	41.05	9.1				14	OT	104002	
3181221	Calcini	calcini	IT		0	Europe/Rome	44.93333	8.36667				12	AT	005089	
3181232	Calcariola	calcariola	IT		0	Europe/Rome	42.35	12.96667				07	RI	057016	
3181235	Calbenzano	calbenzano	IT		0	Europe/Rome	43.61667	11.86667				16	AR	051037	
3181237	Ca Latis	ca-latis	IT		0	Europe/Rome	44.87417	12.33722				20	RO	029046	
3181246	Calambrone	calambrone	IT		0	Europe/Rome	43.58333	10.3				16	PI	050026	
3181253	Cala di Forno	cala-di-forno	IT		0	Europe/Rome	42.61667	11.08333				16	GR	053013	
3181254	Calachina	calachina	IT		0	Europe/Rome	46.06667	8.6				12	VB	103017	
3181256	Calabrina	calabrina	IT		0	Europe/Rome	44.1825	12.30472				05	FC	040007	
3181261	Cairo	cairo	IT		0	Europe/Rome	41.53333	13.81667		Caira,Cairo,Cáira		07	FR	060019	
3181266	Caidate	caidate	IT		0	Europe/Rome	45.75	8.76667				09	VA	012106	
3181268	Caianello Vecchio	caianello-vecchio	IT		0	Europe/Rome	41.29496	14.08413				04	CE	061008	
3181270	Ca Grignella	ca-grignella	IT		0	Europe/Rome	45.07222	12.10361				20	VE	027006	
3181271	Ca Grande Pineda	ca-grande-pineda	IT		0	Europe/Rome	45.65778	13.0575		Ca Grande Pineda,Ca Grande Pineta		20	VE	027034	
3181272	Cagnoletti	cagnoletti	IT		0	Europe/Rome	46.2	9.86667				09	SO	014061	
3181280	Caffaraccia	caffaraccia	IT		0	Europe/Rome	44.51667	9.78333				05	PR	034006	
3181283	Ca Falier	ca-falier	IT		0	Europe/Rome	45.78333	11.88333				20	TV	026029	
3181285	Caenere	caenere	IT		0	Europe/Rome	45.83333	11.93333		Cacnere,Caenere		20	TV	026045	
3181294	Ca di Nardo	ca-di-nardo	IT		0	Europe/Rome	43.93333	12.18333				05	FC	040046	
3181296	Cadimarco	cadimarco	IT		0	Europe/Rome	45.21667	10.35		Ca'di Marco di Fiessa,Cadimarco		09	BS	017071	
3181297	Ca di Lugo	ca-di-lugo	IT		0	Europe/Rome	44.46043	11.88317				05	RA	039012	
3181299	Ca di Guido	ca-di-guido	IT		0	Europe/Rome	44	12.2		Ca di Guido,Casale di Guido		05	FC	040020	
3181304	Caderuschi	caderuschi	IT		0	Europe/Rome	44.98333	12.03333				20	RO	029034	
3181307	Ca del Monte	ca-del-monte	IT		0	Europe/Rome	44.51667	10.63333				05	RE	035003	
3181308	Ca dell'Era	ca-dell-era	IT		0	Europe/Rome	44.98333	10.9				09	MN	020039	
3181309	Ca del Lago	ca-del-lago	IT		0	Europe/Rome	45.21667	11.21667				20	VR	023025	
3181312	Ca dei Mattoni	ca-dei-mattoni	IT		0	Europe/Rome	44.95	10.56667				09	MN	020066	
3181314	Ca de'Bonavogli	ca-de-bonavogli	IT		0	Europe/Rome	45.11667	10.23333				09	CR	019040	
3181315	Cadeasse	cadeasse	IT		0	Europe/Rome	45.1	11.75				20	PD	028097	
3181317	Caddo	caddo	IT		0	Europe/Rome	46.12792	8.27777				12	VB	103025	
3181318	Cadarese	cadarese	IT		0	Europe/Rome	46.3	8.35				12	VB	103056	
3181319	Ca d'Amici	ca-d-amici	IT		0	Europe/Rome	44.98333	10.48333				09	MN	020054	
3181320	Cadaglia	cadaglia	IT		0	Europe/Rome	46.05	8.61667				12	VB	103066	
3181323	Caccivio Colombaro	caccivio-colombaro	IT		0	Europe/Rome	45.76667	9				09	CO	013138	
3181327	Cacciampone	cacciampone	IT		0	Europe/Rome	43.45	12.9				10	AN	042020	
3181331	Ca Castelle	ca-castelle	IT		0	Europe/Rome	45.71667	11.43333		Ca Castelle,Casara Castelle		20	VI	024056	
3181335	Ca Boatti	ca-boatti	IT		0	Europe/Rome	44.95848	9.15187		Ca de' Boatti		09	PV	018016	
3181336	Ca Boano	ca-boano	IT		0	Europe/Rome	43.81667	12.26667				10	PU		
3181338	Ca Bertacchi	ca-bertacchi	IT		0	Europe/Rome	44.56667	10.58333				05	RE	035044	
3181350	Butino	butino	IT		0	Europe/Rome	42.65	12.93333				18	PG	054031	
3181356	Busti	busti	IT		0	Europe/Rome	44.63333	9.01667				08	GE	010027	
3181357	Busta	busta	IT		0	Europe/Rome	45.73333	12				20	TV	026046	
3181366	Bussentino	bussentino	IT		0	Europe/Rome	40.08333	15.53333				04	SA	065059	
3181369	Bussana Nuova	bussana-nuova	IT		0	Europe/Rome	43.82388	7.83806		Bussana		08	IM	008055	
3181370	Busonengo	busonengo	IT		0	Europe/Rome	45.4	8.31667				12	VC	002045	
3181375	Busiago	busiago	IT		396	Europe/Rome	45.56312	11.8322	28			20	PD	028020	
3181377	Buschi	buschi	IT		0	Europe/Rome	44.83706	9.17118				09	PV	018171	
3181385	Burzanella	burzanella	IT		0	Europe/Rome	44.2	11.11667				05	BO	037010	
3181396	Buriane	buriane	IT		0	Europe/Rome	44.6	11.6				05	BO	037039	
3181399	Burchio	burchio	IT		0	Europe/Rome	43.68333	11.45				16	FI	048052	
3181406	Buosi	buosi	IT		0	Europe/Rome	45.8	12.33333				20	TV	026017	
3181408	Buoncammino	buoncammino	IT		0	Europe/Rome	41.21667	9.18333				14	OT	104022	
3181413	Buniccu	buniccu	IT		0	Europe/Rome	41	8.93333				14	OT	104026	
3181416	Bullicame	bullicame	IT		0	Europe/Rome	42.41667	12.08333				07	VT	056059	
3181418	Bulla	bulla	IT		0	Europe/Rome	46.56667	11.63333				17	BZ	021019	
3181420	Buliciano	buliciano	IT		0	Europe/Rome	43.38333	11.05		Bulicciano,Buliciano,Bulisciano		16	SI	052012	
3181422	Bulgarno	bulgarno	IT		0	Europe/Rome	44.13337	12.33456				05	FC	040007	
3181424	Buia	buia	IT		6327	Europe/Rome	46.21278	13.11472	215		030013	06	UD	030013	
3181425	Bugnins	bugnins	IT		0	Europe/Rome	45.91278	12.93861				06	UD	030015	
3181427	Bugnano	bugnano	IT		0	Europe/Rome	45.56667	9.15				09	MI	015166	
3181429	Bugliaga	bugliaga	IT		0	Europe/Rome	46.21667	8.16667				12	VB	103067	
3181430	Bugiallo	bugiallo	IT		0	Europe/Rome	46.18333	9.38333				09	CO	013216	
3181431	Bugia	bugia	IT		0	Europe/Rome	44.61667	10.86667				05	MO	036023	
3181432	Buggio	buggio	IT		0	Europe/Rome	43.96667	7.68333				08	IM	008043	
3181434	Buggiana	buggiana	IT		0	Europe/Rome	43.95	11.96667				05	FC	040014	
3181447	Budino	budino	IT		317	Europe/Rome	42.95445	12.63262	200			18	PG	054018	
3181463	Bubegno	bubegno	IT		0	Europe/Rome	46.08333	9.11667				09	CO	013062	
3181473	Brusaporco	brusaporco	IT		0	Europe/Rome	45.63333	11.98333				20	TV	026066	
3181475	Brusà des Planes	brusa-des-planes	IT		0	Europe/Rome	44.9	6.9		Brusa des Planes,Brusa-del Plan,Brusà des Planes,Brusà-del Plan		12	TO	001258	
3181476	Brusà de la Merle	brusa-de-la-merle	IT		0	Europe/Rome	44.91667	6.88333				12	TO	001258	
3181481	Brunetti	brunetti	IT		0	Europe/Rome	43.8409	7.60743				08	IM	008011	
3181489	Brugnola	brugnola	IT		0	Europe/Rome	44.56667	9.76667				05	PR	034002	
3181496	Bruggi	bruggi	IT		0	Europe/Rome	44.71143	9.18697				12	AL	006067	
3181498	Bruciato	bruciato	IT		0	Europe/Rome	43.96667	12.41667				05	RN	099020	
3181499	Brucciano	brucciano	IT		0	Europe/Rome	43.23333	11.28333				16	SI	052034	
3181505	Bronzola	bronzola	IT		0	Europe/Rome	45.51667	11.91667				20	PD	028017	
3181506	Bronzo	bronzo	IT		0	Europe/Rome	43.81667	12.5				10	PU	041059	
3181511	Broletto	broletto	IT		0	Europe/Rome	44.6	10.58333				05	RE	035001	
3181518	Bristie	bristie	IT		0	Europe/Rome	45.75	13.7				06	TS	032001	
3181522	Brirus	brirus	IT		0	Europe/Rome	44.51667	7.33333				12	CN	004236	
3181529	Brigolo	brigolo	IT		0	Europe/Rome	45.69889	13.04583		Brigolo,Brigolo di Sotto		06	UD	030046	
3181531	Brignole	brignole	IT		0	Europe/Rome	44.51667	9.36667				08	GE	010048	
3181533	Brignano	brignano	IT		220	Europe/Rome	44.81285	9.04026	288		006024	12	AL	006024	
3181537	Brieis	brieis	IT		0	Europe/Rome	44.46667	7.1				12	CN	004119	
3181538	Brie	brie	IT		0	Europe/Rome	46.48333	11.48333				17	BZ	021023	
3181540	Bric Gallo	bric-gallo	IT		0	Europe/Rome	44.88333	8.05				12	AT	005108	
3181542	Briana	briana	IT		0	Europe/Rome	45.51667	12.03333				20	VE	027035	
3181544	Breuson	breuson	IT		0	Europe/Rome	45.85	7.33333				19	AO	007069	
3181560	Brentone	brentone	IT		0	Europe/Rome	45.5	11.26667				20	VR	023049	
3181563	Brentanella	brentanella	IT		0	Europe/Rome	45.63333	11.95				20	TV	026066	
3181584	Bregalla	bregalla	IT		0	Europe/Rome	44	7.73333				08	IM	008061	
3181588	Brecciasecca	brecciasecca	IT		0	Europe/Rome	42.34502	13.2851				01	AQ	066049	
3181592	Bre	bre	IT		0	Europe/Rome	44.98333	10.06667				05	PR	034007	
3181601	Brasi	brasi	IT		0	Europe/Rome	44.36976	8.5314		i Brasi		08	SV	009022	
3181604	Branzone	branzone	IT		0	Europe/Rome	44.53333	9.85				05	PR	034006	
3181608	Brancorsi	brancorsi	IT		0	Europe/Rome	43.15	10.65				16	LI	049019	
3181611	Brancere	brancere	IT		0	Europe/Rome	45.06667	10.06667				09	CR	019103	
3181615	Brallo	brallo	IT		0	Europe/Rome	44.73899	9.28448				09	PV	018021	
3181617	Braglie	braglie	IT		0	Europe/Rome	44.26667	10.55				05	MO	036016	
3181618	Braglia Vecchia	braglia-vecchia	IT		0	Europe/Rome	44.88333	11.81667				05	FE	038007	
3181619	Bragadina	bragadina	IT		0	Europe/Rome	45.15	12				20	VE	027006	
3181624	Bracelli	bracelli	IT		0	Europe/Rome	44.19476	9.75792				08	SP	011003	
3181626	Bracco	bracco	IT		0	Europe/Rome	44.25922	9.50498				08	GE	010037	
3181635	Bozza	bozza	IT		0	Europe/Rome	42.55	13.91667				01	TE	067014	
3181643	Bovisa	bovisa	IT		0	Europe/Rome	45.50647	9.16466				09	MI	015146	
3181650	Boveglio	boveglio	IT		0	Europe/Rome	43.98333	10.65				16	LU	046034	
3181651	Bovedo	bovedo	IT		0	Europe/Rome	45.67935	13.75864				06	TS	032006	
3181652	Bovecchio	bovecchio	IT		0	Europe/Rome	43.98083	11.18846				16	FI	048002	
3181655	Bovaria	bovaria	IT		0	Europe/Rome	45.5	11.23333				20	VR	023070	
3181665	Botteghe	botteghe	IT		0	Europe/Rome	44.61667	10.58333		Botteghe,Botteghe d'Albinea		05	RE	035001	
3181672	Botazzo	botazzo	IT		0	Europe/Rome	45.61507	13.88406				06	TS	032004	
3181675	Bossare	bossare	IT		0	Europe/Rome	43.86667	7.51667				08	IM	008038	
3181676	Bosmenso Superiore	bosmenso-superiore	IT		0	Europe/Rome	44.79128	9.22131		Bosmenzo		09	PV	018171	
3181679	Bosellina	bosellina	IT		0	Europe/Rome	44.85	10.91667		Bosellina,Bosellino		05	MO	036005	
3181681	Bosco Soprano	bosco-soprano	IT		0	Europe/Rome	43.95	7.86667				08	IM	008013	
3181682	Boscoriva di Sopra	boscoriva-di-sopra	IT		0	Europe/Rome	45.68333	11.41667				20	VI	024055	
3181687	Bosco di Rossano	bosco-di-rossano	IT		0	Europe/Rome	44.3	9.8				16	MS	045017	
3181688	Bosco del Monaco	bosco-del-monaco	IT		0	Europe/Rome	45.01667	11.78333		Bosco Monaco,Bosco Mónaco,Bosco del Monaco		20	RO	029041	
3181698	Boschietto	boschietto	IT		0	Europe/Rome	45.51667	7.48333				12	TO	001224	
3181699	Boschiere	boschiere	IT		0	Europe/Rome	45.56667	12.15				20	VE	027037	
3181709	Borzago	borzago	IT		0	Europe/Rome	46.1	10.73333				17	TN	022179	
3181714	Borsoi	borsoi	IT		0	Europe/Rome	46.14725	12.4088				20	BL	025060	
3181717	Borsecchio	borsecchio	IT		0	Europe/Rome	43.63333	11				16	FI	048010	
3181719	Borro	borro	IT		0	Europe/Rome	43.53333	11.71667				16	AR	051039	
3181723	Borrano	borrano	IT		0	Europe/Rome	42.78283	13.70051	386			01	TE	067017	
3181724	Borra	borra	IT		0	Europe/Rome	44.3	10.7		Borra,Borra Sanatorio		05	MO	036018	
3181739	Borio	borio	IT		0	Europe/Rome	44.93333	9.96667				05	PC	033002	
3181741	Borgunto	borgunto	IT		0	Europe/Rome	43.8	11.3				16	FI	048015	
3181742	Borgo Zanetti	borgo-zanetti	IT		0	Europe/Rome	45.98333	12.35				20	TV	026030	
3181751	Borgo Santa Rita	borgo-santa-rita	IT		0	Europe/Rome	41.63333	12.48333				07	RM	058079	
3181758	Borgo Saline	borgo-saline	IT		0	Europe/Rome	45.28333	11.56667		Boaria Saline,Borgo Saline		20	VI	024074	
3181761	Borgo Roma	borgo-roma	IT		0	Europe/Rome	45.4	10.98333				20	VR	023091	
3181767	Borgo Prino	borgo-prino	IT		0	Europe/Rome	40.88333	7.98333				14			
3181768	Borgo Ponte	borgo-ponte	IT		0	Europe/Rome	44.2	8.01667		Borgo Littorio,Borgo Ponte		12	CN	004095	
3181770	Borgo Po	borgo-po	IT		0	Europe/Rome	45.05	7.7				12	TO	001272	
3181784	Borgone	borgone	IT		0	Europe/Rome	45.97263	8.07941				12	VB	103021	
3181716	Borselli	borselli	IT	50060	0	Europe/Rome	43.8	11.53333				16	FI	048032	
3181788	Borgomasca	borgomasca	IT		0	Europe/Rome	44.96667	9.56667				05	PC	033022	
3181791	Borgo Malpasso	borgo-malpasso	IT		0	Europe/Rome	44.83333	11.63333				05	FE	038008	
3181796	Borgo Grotta Gigante	borgo-grotta-gigante	IT		218	Europe/Rome	45.70635	13.76631	270	Borgo Grotta Gigante,Brisciki,Briščiki		06	TS	032005	
3181798	Borgo Frassine	borgo-frassine	IT		0	Europe/Rome	45.25	11.48333		Borgo Frassine,Frassine		20	PD	028056	
3181800	Borgo Fosso Ghiaia	borgo-fosso-ghiaia	IT		0	Europe/Rome	44.35583	12.25917				05	RA	039014	
3181803	Borgo d'Oneglia	borgo-d-oneglia	IT		281	Europe/Rome	43.91561	8.0204	85			08	IM	008031	
3181805	Borgo di Sopra	borgo-di-sopra	IT		0	Europe/Rome	45.86361	12.40083				20	TV	026019	
3181806	Borgo di Ronta	borgo-di-ronta	IT		0	Europe/Rome	44.18633	12.24237				05	FC	040007	
3181807	Borgo di Bisano	borgo-di-bisano	IT		0	Europe/Rome	44.26667	11.38333				05	BO	037041	
3181808	Borgo del Molino	borgo-del-molino	IT		0	Europe/Rome	45.75444	12.39194				20	TV	026017	
3181811	Borgo Casale	borgo-casale	IT		0	Europe/Rome	40.65	17.95				13	BR	074001	
3181813	Borgo Bianchi	borgo-bianchi	IT		0	Europe/Rome	45.80389	12.41306				20	TV	026074	
3181817	Borgo a Giovi	borgo-a-giovi	IT		0	Europe/Rome	43.53333	11.86667				16	AR	051002	
3181818	Borgo Adorno	borgo-adorno	IT		0	Europe/Rome	44.74082	9.09445				12	AL	006028	
3181826	Borgiano	borgiano	IT		0	Europe/Rome	43.15	13.2				10	MC	043051	
3181827	Borgiano	borgiano	IT		0	Europe/Rome	42.73333	12.78333				18	PG	054051	
3181828	Borgianello	borgianello	IT		0	Europe/Rome	43.15	13.18333				10	MC	043051	
3181831	Borghetto Secondo	borghetto-secondo	IT		0	Europe/Rome	44.275	12.21528		Borghetto,Borghetto Secondo		05	RA	039014	
3181834	Borghetto Primo	borghetto-primo	IT		0	Europe/Rome	44.27889	12.22111				05	RA	039014	
3181837	Borghetto di Fenigli	borghetto-di-fenigli	IT		0	Europe/Rome	43.56667	12.78333				10	PU	041043	
3181846	Borghese	borghese	IT		0	Europe/Rome	44.93333	10.06667				05	PR	034007	
3181847	Borgatello	borgatello	IT		0	Europe/Rome	43.43333	11.08333				16	SI	052012	
3181848	Borgata Zarattini	borgata-zarattini	IT		0	Europe/Rome	44.41667	12.13333		Borgata Zarattini,Case Zaratini		05	RA	039014	
3181849	Borgata Sestriere	borgata-sestriere	IT		0	Europe/Rome	44.97281	6.89637		Sestriere Vecchio		12	TO	001263	
3181852	Borganzo	borganzo	IT		0	Europe/Rome	43.94574	8.05538				08	IM	008028	
3181858	Bordonchio	bordonchio	IT		0	Europe/Rome	44.1261	12.47206				05	RN	099001	
3181862	Bordignano	bordignano	IT		0	Europe/Rome	44.16667	11.41667				16	FI	048018	
3181865	Bordiana	bordiana	IT		0	Europe/Rome	46.38333	10.96667				17	TN	022033	
3181866	Borca Verzasco	borca-verzasco	IT		0	Europe/Rome	46.18333	8.45				12	VB	103062	
3181871	Boratella	boratella	IT		0	Europe/Rome	44.01639	12.16194				05	FC	040020	
3181872	Borassi	borassi	IT		0	Europe/Rome	44.63333	9				08	GE	010027	
3181877	Bonomo	bonomo	IT		0	Europe/Rome	42.11667	14.61667		Bonomo,Masseria Bonomo		01	CH	069087	
3181881	Bonizzo	bonizzo	IT		0	Europe/Rome	45.03333	11.18333				09	MN	020006	
3181887	Boneggio	boneggio	IT		0	Europe/Rome	43.06667	12.35				18	PG	054039	
3181892	Bonconvento	bonconvento	IT		0	Europe/Rome	44.61667	11.3				05	BO	037050	
3181901	Bonaldo	bonaldo	IT		0	Europe/Rome	45.34581	11.33712				20	VR	023092	
3181902	Bonacquisto	bonacquisto	IT		0	Europe/Rome	42.54688	12.80954		Bonacquisto,Buonacquisto		18	TR	055005	
3181904	Bomplan	bomplan	IT		0	Europe/Rome	45.7	7.43333				19	AO	007060	
3181905	Bominaco	bominaco	IT		0	Europe/Rome	42.23333	13.65				01	AQ	066022	
3181925	Bolognana	bolognana	IT		317	Europe/Rome	44.04018	10.47244	175			16	LU	046015	
3181851	Borgaria	borgaria	IT	05035	0	Europe/Rome	42.48333	12.5				18	TR	055022	
3181929	Bollone	bollone	IT		0	Europe/Rome	45.7392	10.58155	804			09	BS	017194	
3181933	Bolca	bolca	IT		286	Europe/Rome	45.59535	11.20831	803	Bolca		20	VR	023093	
3181936	Boion	boion	IT		0	Europe/Rome	45.33722	12.065				20	VE	027003	
3181937	Boio	boio	IT		0	Europe/Rome	44.63333	9.98333				05	PR	034035	
3181944	Boffat	boffat	IT		0	Europe/Rome	45.91667	11.8				20	BL	025055	
3181947	Boffalora	boffalora	IT		0	Europe/Rome	45.42481	9.16461				09	MI	015146	
3181949	Bodengo	bodengo	IT		0	Europe/Rome	46.26667	9.3				09	SO	014032	
3181950	Bochicchio	bochicchio	IT		0	Europe/Rome	40.83333	15.88333				02	PZ	076033	
3181951	Boceto	boceto	IT		0	Europe/Rome	42.71667	13.73333		Boceto,Roceto		01	TE	067008	
3181954	Boccon	boccon	IT		0	Europe/Rome	45.31667	11.65				20	PD	028105	
3181958	Bocchetto	bocchetto	IT		0	Europe/Rome	44.61667	10.01667				05	PR	034038	
3181960	Bocchere	bocchere	IT		0	Europe/Rome	45.26667	10.53333				09	MN	020019	
3181963	Boccea	boccea	IT		0	Europe/Rome	41.96667	12.31667				07	RM	058091	
3181965	Bocca di Croce	bocca-di-croce	IT		0	Europe/Rome	45.6	10.48333				09	BS	017077	
3181966	Bocca Callalta	bocca-callalta	IT		581	Europe/Rome	45.70491	12.44269	10	Bocca Callalta,Bocca di Callalta		20	TV	026071	
3181972	Boaria Val di Spino	boaria-val-di-spino	IT		0	Europe/Rome	44.66667	11.83333		Boaria Val di Spino,Val di Spino		05	FE	038019	
3181973	Boaria Solferino	boaria-solferino	IT		0	Europe/Rome	45.16667	12.1				20	VE	027010	
3181974	Boaria Marcello	boaria-marcello	IT		0	Europe/Rome	45.58333	12.28333				20	TV	026043	
3181975	Boaria Gavriana	boaria-gavriana	IT		0	Europe/Rome	44.93333	11.65		Boaria Cavriana,Boaria Gavriana,Cavriana		20	RO	029009	
3181976	Boaria Cavallara	boaria-cavallara	IT		0	Europe/Rome	44.66667	11.85		Boaria Cavallara,Cavallara		05	FE	038019	
3181978	Boara	boara	IT		0	Europe/Rome	44.88333	11.68333				05	FE	038008	
3181980	Blucchi	blucchi	IT		0	Europe/Rome	44.73333	9.55				05	PC	033019	
3181987	Bizzuno	bizzuno	IT		484	Europe/Rome	44.45198	11.92592	10			05	RA	039012	
3181988	Bivio Sant'Angelo	bivio-sant-angelo	IT		0	Europe/Rome	43.33333	13.18333				10	MC	043012	
3181991	Biverone	biverone	IT		0	Europe/Rome	45.7	12.7				20	VE	027041	
3181998	Bissone	bissone	IT		0	Europe/Rome	45.13333	9.41667				09	PV	018058	
3182004	Biselli	biselli	IT		0	Europe/Rome	42.8	12.98333		Biselli,Biselli Argentigli		18	PG	054035	
3182006	Biscina	biscina	IT		0	Europe/Rome	43.21667	12.58333				18	PG	054024	
3182010	Bisarina	bisarina	IT		0	Europe/Rome	45.08333	11.03333				09	MN	020064	
3182015	Birbesi	birbesi	IT		0	Europe/Rome	45.28333	10.56667				09	MN	020019	
3182016	Birandola	birandola	IT		0	Europe/Rome	44.30039	11.96531				05	RA	039010	
3182018	Bionde di Visegna	bionde-di-visegna	IT		0	Europe/Rome	45.2	11.1		Bionde,Bionde di Visegna		20	VR	023053	
3182020	Biolla	biolla	IT		0	Europe/Rome	45.7	8.18333				12	BI	096019	
3182026	Bindella	bindella	IT		0	Europe/Rome	45.23333	11.25				20	VR	023003	
3182030	Bilgalzu	bilgalzu	IT		0	Europe/Rome	40.8	9.01667				14	SS	090075	
3182035	Biglini	biglini	IT		399	Europe/Rome	44.70458	7.98174	179	Biglini,Piana Biglini		12	CN	004003	
3182036	Bigioni	bigioni	IT		0	Europe/Rome	42.58333	12.93333				07	RI	057033	
3182039	Biestro	biestro	IT		0	Europe/Rome	44.33333	8.23333				08	SV	009047	
3182046	Bidocchio	bidocchio	IT		0	Europe/Rome	44.48333	11.61667				05	BO	037037	
3182055	Bicchignano	bicchignano	IT		0	Europe/Rome	44.88333	9.61667				05	PC	033045	
3182063	Bibano di Sotto	bibano-di-sotto	IT		0	Europe/Rome	45.9	12.43333				20	TV	026033	
3182065	Biaza	biaza	IT		0	Europe/Rome	45.68333	10.73333				20	VR	023014	
3182086	Biacci	biacci	IT		0	Europe/Rome	40.78333	9.55		Biacci,Biati,Biaxi		14	OT	104019	
3182088	Beverone	beverone	IT		0	Europe/Rome	44.23333	9.78333				08	SP	011025	
3182092	Bevazzana	bevazzana	IT		349	Europe/Rome	45.66613	13.05986	2			20	VE	027034	
3182097	Bevadoro	bevadoro	IT		0	Europe/Rome	45.5	11.73333				20	VI	024021	
3182101	Bettolelle	bettolelle	IT		316	Europe/Rome	43.6624	13.17017	32			10	AN	042045	
3182105	Bettelmatt	bettelmatt	IT		0	Europe/Rome	46.45	8.36667				12	VB	103031	
3182108	Bessé-Haut	besse-haut	IT		0	Europe/Rome	44.93333	6.86667		Besse-Haut,Bessen-haut,Bessé-Haut,Bessén-haut		12	TO	001258	
3182109	Bessé-Bas	besse-bas	IT		0	Europe/Rome	44.93333	6.86667		Besse-Bas,Bessen-bas,Bessé-Bas,Bessén-bas		12	TO	001258	
3182110	Besozzola	besozzola	IT		0	Europe/Rome	44.75	9.88333				05	PR	034028	
3182118	Besanigo	besanigo	IT		0	Europe/Rome	43.98333	12.61667				05	RN	099003	
3182122	Berzo	berzo	IT		1847	Europe/Rome	46.0932	10.33356		Berzo Demo,ベルツォ・デーモ	017016	09	BS	017016	
3182123	Berzi	berzi	IT		0	Europe/Rome	43.9	7.71667		Bergi,Berzi		08	IM	008007	
3182126	Bertoulla	bertoulla	IT		0	Europe/Rome	45.1	7.75				12	TO	001272	
3182127	Bertonio	bertonio	IT		0	Europe/Rome	46.21667	8.23333				12	VB	103067	
3182129	Bertone	bertone	IT		0	Europe/Rome	44.62249	9.26688				05	PC	033030	
3182131	Bertoldi	bertoldi	IT		0	Europe/Rome	45.95091	11.26013				17	TN	022102	
3182134	Bertigo	bertigo	IT		0	Europe/Rome	45.86667	11.55				20	VI	024009	
3182136	Bertesina	bertesina	IT		0	Europe/Rome	45.55	11.6				20	VI	024116	
3182137	Bertagia	bertagia	IT		0	Europe/Rome	45.13333	12.25		Bertagia,Bertaglia		20	VE	027008	
3182139	Berta	berta	IT		0	Europe/Rome	45.8	11.26667				20	VI	024080	
3182141	Bersenico	bersenico	IT		0	Europe/Rome	45.66667	10.33333				09	BS	017019	
3182142	Bersatichello	bersatichello	IT		0	Europe/Rome	44.56667	10.26667				05	PR	034024	
3182143	Bersano	bersano	IT		0	Europe/Rome	44.98333	10.01667				05	PC	033003	
3182145	Bersagliera	bersagliera	IT		0	Europe/Rome	44.45	11.1				05	BO	037061	
3182150	Bernardine di Bonavigo	bernardine-di-bonavigo	IT		0	Europe/Rome	45.26667	11.3				20	VR	023009	
3182151	Bernardina	bernardina	IT		0	Europe/Rome	44.2	10.61667				05	MO	036031	
3182152	Bernarda	bernarda	IT		0	Europe/Rome	45	11.65				20	RO	029036	
3182155	Berioli	berioli	IT		0	Europe/Rome	44.13333	8.08333				08	SV	009028	
3182157	Bergullo	bergullo	IT		0	Europe/Rome	44.31667	11.73333				05	BO	037032	
3182158	Bergiola Foscalina	bergiola-foscalina	IT		0	Europe/Rome	44.06667	10.11667				16	MS	045003	
3182159	Bergerie Giulian	bergerie-giulian	IT		0	Europe/Rome	44.83333	7.06667		Bergerie Giulian,Grange Giuliano,Grange Gíuliano		12	TO	001026	
3182165	Berga	berga	IT		0	Europe/Rome	44.6	9.11667				12	AL	006034	
3182174	Beo	beo	IT		0	Europe/Rome	44.38333	9.63333				08	SP	011029	
3182175	Benvignante	benvignante	IT		0	Europe/Rome	44.68333	11.73333				05	FE	038001	
3182202	Belnome	belnome	IT		0	Europe/Rome	44.65107	9.25735				05	PC	033030	
3182207	Belmonte	belmonte	IT		0	Europe/Rome	46.09811	9.27246	331			09	CO	013183	
3182215	Belloca	belloca	IT		0	Europe/Rome	43.71667	12.78333				10	PU	041021	
3182220	Bellisio di Sopra	bellisio-di-sopra	IT		0	Europe/Rome	43.53333	12.83333				10	PU	041043	
3182223	Bellimadore	bellimadore	IT		0	Europe/Rome	45.48333	11.3				20	VR	023063	
3182231	Bella Farnia	bella-farnia	IT		0	Europe/Rome	41.36667	12.96667				07	LT	059024	
3182233	Belito	belito	IT		0	Europe/Rome	44.78333	9.53333				05	PC	033004	
3182234	Beligna	beligna	IT		0	Europe/Rome	45.76667	13.38333				06	UD	030004	
3182235	Belicchi	belicchi	IT		0	Europe/Rome	44.8	10.18333				05	PR	034025	
3182255	Bebbio	bebbio	IT		0	Europe/Rome	44.43333	10.58333				05	RE	035011	
3182258	Bazzano Superiore	bazzano-superiore	IT		0	Europe/Rome	42.78333	12.8				18	PG	054051	
3182264	Baura	baura	IT		698	Europe/Rome	44.85209	11.71853	5			05	FE	038008	
3182268	Baucca	baucca	IT		0	Europe/Rome	43.43333	12.26667				18	PG	054013	
3182271	Battipiedi	battipiedi	IT		0	Europe/Rome	40.05	16.18333				02	PZ	076078	
3182275	Battidizzo	battidizzo	IT		0	Europe/Rome	44.38333	11.25		Battedizzo,Battidizzo		05	BO	037057	
3182285	Basto	basto	IT		0	Europe/Rome	42.73333	13.5				01	TE	067046	
3182289	Bastia Umbra	bastia-umbra	IT		18400	Europe/Rome	43.06794	12.54556			054002	18	PG	054002	
3182290	Bassura	bassura	IT		0	Europe/Rome	44.5	7.11667				12	CN	004224	
3182291	Basso Nove	basso-nove	IT		0	Europe/Rome	46.05	12.31667		Basso Nove,Nove		20	TV	026092	
3182299	Bassano	bassano	IT		0	Europe/Rome	46.09621	8.74465				09	VA	012129	
3182300	Bassa di Mai	bassa-di-mai	IT		0	Europe/Rome	44.94415	10.06348				05	PR	034007	
3182305	Basoia	basoia	IT		0	Europe/Rome	46.26667	12.51667				06	PN	093015	
3182312	Baselica	baselica	IT		0	Europe/Rome	44.96667	9.63333				05	PC	033038	
3182320	Basanello	basanello	IT		0	Europe/Rome	42.42496	13.25713				01	AQ	066008	
3182322	Barzotti	barzotti	IT		0	Europe/Rome	43.46667	12.3				18	PG	054013	
3182324	Barzesto	barzesto	IT		0	Europe/Rome	46	10.13333				09	BG	016195	
3182331	Barriera di Stura	barriera-di-stura	IT		0	Europe/Rome	45.08333	7.71667				12	TO	001272	
3182335	Barrabisa	barrabisa	IT		0	Europe/Rome	41.18333	9.31667				14	OT	104020	
3182339	Barlia	barlia	IT		0	Europe/Rome	45.86667	7.3				19	AO	007046	
3182429	Banne	banne	IT		0	Europe/Rome	45.67775	13.80228				06	TS	032006	
3182353	Bargino	bargino	IT		0	Europe/Rome	43.61667	11.18333				16	FI	048038	
3182359	Bareto	bareto	IT		308	Europe/Rome	43.99398	12.19689	105			05	FC	040020	
3182363	Bardonazzi	bardonazzi	IT		0	Europe/Rome	44.75	9.68333				05	PC	033028	
3182368	Bardano	bardano	IT		0	Europe/Rome	42.75	12.05				18	TR	055023	
3182370	Bárcola	barcola	IT		0	Europe/Rome	45.68306	13.75194		Barcola,Barkovlje,Bárcola		06	TS		
3182375	Barchessone	barchessone	IT		0	Europe/Rome	44.91667	11.23333				05	MO	036022	
3182376	Barchessa	barchessa	IT		0	Europe/Rome	44.73333	11.61667		Barchessa,Fornace		05	FE	038008	
3182377	Barcheo	barcheo	IT		0	Europe/Rome	43.90321	8.02689				08	IM	008031	
3182378	Bar Cenisio	bar-cenisio	IT		0	Europe/Rome	45.18333	6.98333		Bar,Bar Cenisia,Bar Cenisio,Bard Cenisio		12	TO	001291	
3182387	Barbiana	barbiana	IT		0	Europe/Rome	43.9	11.46667				16	FI	048049	
3182388	Barbialla	barbialla	IT		0	Europe/Rome	43.61667	10.88333		Barbialla,Barbiallo		16	FI	048027	
3182389	Barberino Val d'Elsa	barberino-di-val-d-elsa	IT		3871	Europe/Rome	43.54094	11.16972		Barberino Val d'Elsa	048003	16	FI	048003	
3182391	Barberini	barberini	IT		0	Europe/Rome	43.86667	12.18333				10	PU		
3182397	Barbaricina	barbaricina	IT		0	Europe/Rome	43.7138	10.37676				16	PI	050026	
3182403	Barbanella	barbanella	IT		0	Europe/Rome	42.78333	11.13333				16	GR	053011	
3182404	Barbana nel Collio	barbana-nel-collio	IT		0	Europe/Rome	45.98333	13.46667				06	GO	031002	
3182407	Barba	barba	IT		0	Europe/Rome	41.03333	14.76667				04	BN	062022	
3182412	Barano	barano	IT		328	Europe/Rome	42.30112	13.28479	824			01	AQ	066101	
3182419	Baraccamenti	baraccamenti	IT		0	Europe/Rome	41.13333	9.46667				14			
3182423	Banzuola Nuova	banzuola-nuova	IT		0	Europe/Rome	44.45	10.86667				05	MO	036042	
3182424	Banzola	banzola	IT		0	Europe/Rome	44.76667	10.01667				05	PR	034020	
3182427	Bantine	bantine	IT		0	Europe/Rome	40.58333	9.08333				14	SS	090055	
3182437	Balzo	balzo	IT		0	Europe/Rome	42.84199	13.33234			044038	10	AP	044038	
3182438	Balzi	balzi	IT		0	Europe/Rome	41.11667	14.36667				04	CE	061026	
3182441	Balsorano Vecchio	balsorano-vecchio	IT		3707	Europe/Rome	41.8	13.56667		Balsorano,Balsorano Vecchio		01	AQ	066007	
3182450	Ballerini	ballerini	IT		0	Europe/Rome	44.71667	9.38333				05	PC	033017	
3182452	Ballan	ballan	IT		0	Europe/Rome	44.96667	11.78333				20	RO	029028	
3182453	Ballabio Superiore	ballabio-superiore	IT		0	Europe/Rome	45.9	9.41667				09	LC	097004	
3182454	Ballabio Inferiore	ballabio-inferiore	IT		0	Europe/Rome	45.88333	9.41667				09	LC	097042	
3182457	Balifrascio	balifrascio	IT		0	Europe/Rome	40.18333	15.63333				04	SA	065027	
3182463	Baldassarri	baldassarri	IT		0	Europe/Rome	40.41667	17.96667		Baldassarri,Villa Baldassarri		13	LE	075034	
3182465	Balbano	balbano	IT		0	Europe/Rome	43.83333	10.4				16	LU	046017	
3182468	Baito	baito	IT		0	Europe/Rome	45.68333	11.06667				20	VR	023011	
3182469	Baite Dorena	baite-dorena	IT		0	Europe/Rome	46.2	10.28333				09	BS	017068	
3182470	Baite di Dombastone	baite-di-dombastone	IT		0	Europe/Rome	46.31667	10.36667		Baite Dombastone,Baite di Dombastone		09	SO	014060	
3182471	Baite di Bota	baite-di-bota	IT		0	Europe/Rome	46.11667	10.13333		Baite Bota,Baite di Bota		09	SO	014065	
3182472	Baite del Zebrù	baite-del-zebru	IT		0	Europe/Rome	46.46667	10.45				09	SO	014073	
3182473	Baite della Rua	baite-della-rua	IT		0	Europe/Rome	46.1	9.91667		Baita la Rua,Baite Rua,Baite della Rua		09	SO	014049	
3182474	Baite Cigola	baite-cigola	IT		0	Europe/Rome	46.05	9.86667				09	SO	014049	
3182475	Baite Altomera	baite-altomera	IT		0	Europe/Rome	46.43333	10.18333		Baite Altomera,Baite Altumeira		09	SO	014071	
3182476	Baita	baita	IT		0	Europe/Rome	45.75	13.71667				06	TS	032005	
3182480	Baigno	baigno	IT		0	Europe/Rome	44.13333	11.08333				05	BO	037010	
3182481	Baiessa	baiessa	IT		0	Europe/Rome	46.01667	8.55				12	VB	103037	
3182482	Baiardo	baiardo	IT		0	Europe/Rome	43.9	7.71667				08	IM	008007	
3182485	Baiana	baiana	IT		0	Europe/Rome	45.78333	13.26667				06	UD	030123	
3182519	Bagnola	bagnola	IT		0	Europe/Rome	43.41667	13.5				10	MC	043044	
3182521	Bagno di Piano	bagno-di-piano	IT		0	Europe/Rome	44.65	11.28333				05	BO	037050	
3182530	Bagni San Cataldo	bagni-san-cataldo	IT		0	Europe/Rome	40.75	15.65		Bagni San Cataldo,San Cataldo		02	PZ	076012	
3182532	Bagni di Vicarello	bagni-di-vicarello	IT		0	Europe/Rome	42.16667	12.2				07	RM	058013	
3182533	Bagni di Tivoli	bagni-di-tivoli	IT		0	Europe/Rome	41.95	12.71667		Acque Albule,Acque Albule Bagni,Bagni,Bagni Acque Albule,Bagni Albule,Bagni di Tivoli		07	RM	058104	
3182535	Rabbi Fonti	rabbi-fonti	IT		1456	Europe/Rome	46.39886	10.84951				17	TN	022150	
3182536	Bagni di Mommialla	bagni-di-mommialla	IT		0	Europe/Rome	43.46667	10.91667				16	FI	048020	
3182537	Bagni di Lusnizza	bagni-di-lusnizza	IT		0	Europe/Rome	46.49722	13.37167				06	UD	030054	
3182539	Bagni di Lavina Bianca	bagni-di-lavina-bianca	IT		0	Europe/Rome	46.48333	11.55		Bagni di Lavina Bianca,Bagno Termine		17	BZ	021100	
3182540	Bagni del Masino	bagni-del-masino	IT		0	Europe/Rome	46.25	9.6		Bagni,Bagni del Masino,Bagni di Masino,Bagni di Másino		09	SO	014074	
3182542	Bagni	bagni	IT		0	Europe/Rome	46.68139	12.36917		Bagni,Bagni di Moso,Bagni di Sesto		17	BZ	021092	
3182543	Bagni	bagni	IT		0	Europe/Rome	44.8	12.26667				05	FE	038006	
3182544	Bagni	bagni	IT		0	Europe/Rome	42.78333	12.11667				18	TR	055023	
3182545	Bagnena	bagnena	IT		0	Europe/Rome	43.58333	11.78333				16	AR	051038	
3182553	Bagini	bagini	IT		0	Europe/Rome	46.08333	9.65				09	SO	014064	
3182558	Bagarotto	bagarotto	IT		0	Europe/Rome	44.96667	9.91667				05	PC	033021	
3182568	Badolo	badolo	IT		0	Europe/Rome	44.36667	11.28333				05	BO	037057	
3182569	Badoara	badoara	IT		0	Europe/Rome	45.01667	11.95				20	RO	029026	
3182578	Badia Nuova	badia-nuova	IT		0	Europe/Rome	44.15	11.2				16	FI	048018	
3182579	Badia Morronese	badia-morronese	IT		0	Europe/Rome	42.08333	13.91667		Badia,Badia Morronese,Badia di Santo Spirito,Badia di Santo Spírito		01	AQ	066098	
3182582	Badia a Ruoti	badia-a-ruoti	IT		0	Europe/Rome	43.4	11.6				16	AR	051005	
3182583	Badia al Fiolo	badia-al-fiolo	IT		0	Europe/Rome	43.31667	12.61667		Badia al Fiolo,Castel d'Alfido		18	PG	054024	
3182590	Badde Salighes	badde-salighes	IT		0	Europe/Rome	40.35	8.88333		Badde Salighes,Baddes Salighes,Baddes Sálighes,Tres Funtanas,Tres Funtanes,Tres Funtanés		14	NU	091010	
3182598	Bacugno	bacugno	IT		0	Europe/Rome	42.53333	13.11667				07	RI	057057	
3182602	Bacedasco	bacedasco	IT		0	Europe/Rome	44.85	9.9		Bacedasco,Becedasco		05	PC	033012	
3182604	Baccano	baccano	IT		0	Europe/Rome	42.91667	12.23333				18	TR	055030	
3182606	Azzida	azzida	IT		0	Europe/Rome	46.11056	13.48528				06	UD	030103	
3182614	Azienda le Trezze	azienda-le-trezze	IT		0	Europe/Rome	45.55	12.45				20	VE	027031	
3182617	Ayasse Grauson	ayasse-grauson	IT		0	Europe/Rome	45.63333	7.38333		Ayasse Grauson,Bergiera Grauson		19	AO	007021	
3182622	Avolasio	avolasio	IT		0	Europe/Rome	45.89216	9.52017				09	BG	016230	
3182639	Avert d'Inghirina	avert-d-inghirina	IT		0	Europe/Rome	46.23333	9.28333		Avert d'Ingherina,Avert d'Inghirina		09	CO	013130	
3182646	Avendita	avendita	IT		0	Europe/Rome	42.75	13.03333		Avendita		18	PG	054007	
3182654	Aveggio	aveggio	IT		0	Europe/Rome	44.36667	9.3				08	GE	010053	
3182655	Aveacco	aveacco	IT		0	Europe/Rome	46.17528	13.1325				06	UD	030028	
3182659	Auzate	auzate	IT		0	Europe/Rome	45.73333	8.41667				12	NO	003140	
3182662	Autagne	autagne	IT		0	Europe/Rome	44.98333	6.81667				12	TO	001074	
3182678	Auri Grande	auri-grande	IT		0	Europe/Rome	45.68333	7.13333		Auri Grande,Grand Toury		19	AO	007005	
3182680	Aurighi	aurighi	IT		0	Europe/Rome	43.95	7.81667				08	IM	008035	
3182683	Auna di Sotto	auna-di-sotto	IT		602	Europe/Rome	46.51173	11.44127	909	Auna di Sotto,Rin Superiore		17	BZ	021072	
3182685	Aulpi	aulpi	IT		0	Europe/Rome	41.26667	13.9				04	CE	061088	
3182725	Asseggiano	asseggiano	IT		0	Europe/Rome	45.48333	12.18333				20	VE	027042	
3182726	Asproli	asproli	IT		0	Europe/Rome	42.75	12.35				18	PG	054052	
3182745	Aselogna	aselogna	IT		379	Europe/Rome	45.16667	11.25	14			20	VR	023025	
3182751	Aschio	aschio	IT		0	Europe/Rome	42.96667	13.05				10	MC	043057	
3182752	Aschi	aschi	IT		0	Europe/Rome	41.96667	13.73333				01	AQ	066063	
3182755	Ascagnano	ascagnano	IT		0	Europe/Rome	43.25	12.38333				18	PG	054039	
3182758	Arzeri di Sopra	arzeri-di-sopra	IT		0	Europe/Rome	45.7	12.55				20	TV	026070	
3182761	Arzenutto	arzenutto	IT		0	Europe/Rome	46.01667	12.86667				06	PN	093039	
3182774	Artogna Campo	artogna-campo	IT		0	Europe/Rome	45.78333	7.95				12	VC	002025	
3182777	Arteselle	arteselle	IT		0	Europe/Rome	45.18333	11.76667				20	PD	028087	
3182781	Artemisio	artemisio	IT		0	Europe/Rome	42.6	13.86667				01	TE	067015	
3182785	Artana	artana	IT		0	Europe/Rome	44.65699	9.22886				05	PC	033030	
3182786	Artallo	artallo	IT		0	Europe/Rome	43.89294	8.00835				08	IM	008031	
3182790	Arsiera	arsiera	IT		0	Europe/Rome	46.37333	12.2275				20	BL	025024	
3182808	Arpesina	arpesina	IT		0	Europe/Rome	44.93449	9.14277				09	PV	018016	
3182818	Arnoga	arnoga	IT		0	Europe/Rome	46.46667	10.16667				09	SO	014037	
3182821	Arni	arni	IT		0	Europe/Rome	44.06667	10.25				16	LU	046030	
3182823	Arnaz	arnaz	IT		0	Europe/Rome	45.63333	7.71667				19	AO	007004	
3182832	Armarolo	armarolo	IT		0	Europe/Rome	44.6	11.46667				05	BO	037038	
3182836	Arliod	arliod	IT		0	Europe/Rome	45.76667	7.3		Arbod,Arliod		19	AO	007030	
3182837	Arli	arli	IT		0	Europe/Rome	42.8	13.45				10	AP	044001	
3182844	Áriis	ariis	IT		0	Europe/Rome	45.87278	13.08722				06	UD	030188	
3182858	Argnai	argnai	IT		0	Europe/Rome	46.23333	8.26667				12	VB	103071	
3182860	Arginella	arginella	IT		0	Europe/Rome	44.75	10.76667				05	RE	035020	
3182861	Argine del Sabato	argine-del-sabato	IT		0	Europe/Rome	44.95	11.55				20	RO	029045	
3182864	Argiano	argiano	IT		0	Europe/Rome	42.98333	11.41667				16	SI	052014	
3182881	Argallo	argallo	IT		0	Europe/Rome	43.91667	7.8				08	IM	008006	
3182902	Arcumeggia	arcumeggia	IT		0	Europe/Rome	45.91667	8.71667		Arcumeggia		09	VA	012037	
3182920	Arcello	arcello	IT		0	Europe/Rome	44.95	9.43333				05	PC	033033	
3182932	Aramo	aramo	IT		0	Europe/Rome	43.945	10.7				16	PT	047012	
3182934	Pinaco Arafranca	pinaco-arafranca	IT		0	Europe/Rome	42.60538	13.29749				07	RI	057002	
3182944	Aquilea	aquilea	IT		0	Europe/Rome	43.91667	10.51667				16	LU	046017	
3182945	Aquilano	aquilano	IT		0	Europe/Rome	42.55	13.61667				01	TE	067045	
3182947	Aquilaia	aquilaia	IT		0	Europe/Rome	42.83333	13.05				18	PG	054043	
3182948	Aquaviva Picena	aquaviva-picena	IT		0	Europe/Rome	42.95	13.81667				10	AP	044002	
3182949	Aquasparta	aquasparta	IT		0	Europe/Rome	42.68333	12.55				18	TR	055001	
3182950	Aquasanta	aquasanta	IT		0	Europe/Rome	42.76667	13.41667				10	AP	044001	
3182983	Appecano	appecano	IT		0	Europe/Rome	42.63333	12.65				18	TR	055032	
3182987	Apoleggia	apoleggia	IT		0	Europe/Rome	42.5	12.83333				07	RI	057045	
3182994	Apagni	apagni	IT		0	Europe/Rome	42.88333	12.88333				18	PG	054048	
3183000	Anzolla	anzolla	IT		0	Europe/Rome	44.48333	10.2				05	PR	034039	
3183003	Anzo	anzo	IT		0	Europe/Rome	44.20417	9.5551				08	SP	011014	
3183006	Bannio Anzino	anzino	IT		582	Europe/Rome	45.98397	8.14611				12	VB	103007	
3183020	Antona	antona	IT		308	Europe/Rome	44.05823	10.18295	402			16	MS	045010	
3183022	Antognola	antognola	IT		0	Europe/Rome	43.23333	12.35				18	PG	054039	
3183026	Antico di Maiolo	antico-di-maiolo	IT		0	Europe/Rome	43.85	12.3		Antico,Antico di Maiolo		10	PU		
3183029	Antica Fonte di Peio	antica-fonte-di-peio	IT		0	Europe/Rome	46.35	10.66667				17	TN	022136	
3183031	Antesica	antesica	IT		0	Europe/Rome	44.56667	10.21667		Antesica,Antesiea		05	PR	034018	
3183033	Anterselva Bassa	anterselva-bassa	IT		0	Europe/Rome	46.83333	12.08333				17	BZ	021071	
3183037	Antermoia	antermoia	IT		0	Europe/Rome	46.68333	11.85				17	BZ	021082	
3183042	Antea	antea	IT		0	Europe/Rome	45.85	9.66667				09	BG	016190	
3183046	Ansedónia	ansedonia	IT		0	Europe/Rome	42.40977	11.28365		Ansedonia,Cosa e Ansedonia		16	GR	053018	
3183064	Angóris	angoris	IT		0	Europe/Rome	45.93917	13.46194				06	GO	031002	
3183074	Andreoli	andreoli	IT		0	Europe/Rome	42.2	14.4		Andreoli,Villa Andreoli		01	CH	069046	
3183076	Andraz	andraz	IT		0	Europe/Rome	46.48333	11.98333				20	BL	025030	
3183080	Andogno	andogno	IT		0	Europe/Rome	46.06667	10.88333				17	TN	022182	
3183083	Andagna	andagna	IT		0	Europe/Rome	43.98333	7.78333				08	IM	008035	
3183084	Anconella	anconella	IT		0	Europe/Rome	44.3	11.31667				05	BO	037034	
3183095	Ancaiano	ancaiano	IT		0	Europe/Rome	43.2937	11.20142				16	SI	052034	
3183096	Ancaiano	ancaiano	IT		0	Europe/Rome	42.64681	12.77319				18	PG	054051	
3183101	Ampugnano	ampugnano	IT		0	Europe/Rome	43.26952	11.25335				16	SI	052034	
3183103	Ampinana	ampinana	IT		0	Europe/Rome	43.93333	11.53333				16	FI	048049	
3183108	Amola	amola	IT		0	Europe/Rome	44.45	11.16667				05	BO	037042	
3183131	Amalafede	amalafede	IT		0	Europe/Rome	40.23333	15.06667				04	SA	065144	
3183133	Alzate con Linduno	alzate-con-linduno	IT		0	Europe/Rome	45.56667	8.58333		Alzate,Alzate con Linduno		12	NO	003100	
3183136	Alzano di Sopra	alzano-di-sopra	IT		0	Europe/Rome	45.73333	9.73333		Alzano Sopra,Alzano di Sopra		09	BG	016008	
3183137	Alzano	alzano	IT		0	Europe/Rome	42.23333	13.18333				07	RI	057049	
3183143	Alvi	alvi	IT		0	Europe/Rome	42.55	13.45		Alvi		01	TE	067023	
3183145	Altovia	altovia	IT		0	Europe/Rome	42.6	13.46667				01	TE	067023	
3183148	Alto Nove	alto-nove	IT		0	Europe/Rome	46.05306	12.31944		Alto Nove,Nove		20	TV	026092	
3183164	Altieri	altieri	IT		0	Europe/Rome	41.68333	12.65				07	RM	058003	
3183172	Altavilla	altavilla	IT		0	Europe/Rome	42.58333	13.56667				01	TE	067023	
3183179	Alta Marina	alta-marina	IT		0	Europe/Rome	43.65	13.33333		Alta Marina,Marina Alta		10	AN	042027	
3183182	Al Solivo	al-solivo	IT		0	Europe/Rome	46.21667	10.35				09	BS	017110	
3183186	Alpi Vaudet	alpi-vaudet	IT		0	Europe/Rome	45.53333	7.01667		Alpi Vaudet,Alpi di Vaudet		19	AO	007068	
3183188	Alpiggia	alpiggia	IT		0	Europe/Rome	46.35	9.43333		Alpiggia,Somma Alpiggia		09	SO	014050	
3183191	Alpe Zunchi	alpe-zunchi	IT		0	Europe/Rome	46.08333	8.5				12	VB	103041	
3183192	Alpe Zucchero	alpe-zucchero	IT		0	Europe/Rome	46.06667	8.48333				12	VB	103041	
3183193	Alpe Vauzone	alpe-vauzone	IT		0	Europe/Rome	46.08333	8.16667				12	VB	103047	
3183194	Alpe Valle	alpe-valle	IT		0	Europe/Rome	46.23333	8.16667		Alpe Valle,Valle		12	VB	103067	
3183195	Alpe Valle	alpe-valle	IT		0	Europe/Rome	46.08333	8.41667		Alpe Vald,Alpe Valle		12	VB	103068	
3183094	Ancarano	ancarano	IT	06046	0	Europe/Rome	42.83333	13.1				18	PG	054035	
3183196	Alpe Valaverta	alpe-valaverta	IT		0	Europe/Rome	46.03333	8.08333		Alpe Valaverta,Valaverta		12	VB	103001	
3183197	Alpe Vago	alpe-vago	IT		0	Europe/Rome	46.45	10.08333				09	SO	014037	
3183199	Alpe Torcelli	alpe-torcelli	IT		0	Europe/Rome	46.1	8.23333				12	VB	103028	
3183200	Alpe Tartarea	alpe-tartarea	IT		0	Europe/Rome	44.63333	7.18333				12	CN	004154	
3183201	Alpe Strencia	alpe-strencia	IT		0	Europe/Rome	46.18333	10.18333				09	SO	014078	
3183202	Alpe Regina	alpe-regina	IT		0	Europe/Rome	46.45	8.45		Alpe Regina,Konigin		12	VB	103031	
3183203	Alpe Rebella	alpe-rebella	IT		0	Europe/Rome	46.45	9.43333		Alpe Rebella,Alpe Rebellao		09	SO	014050	
3183204	Alpe Rasica	alpe-rasica	IT		0	Europe/Rome	46.05	9.45				09	LC	097069	
3183205	Alpe Piodella	alpe-piodella	IT		0	Europe/Rome	46.28333	9.28333				09	SO	014032	
3183206	Alpe Pilocca	alpe-pilocca	IT		0	Europe/Rome	45.46667	7.15		Alpe Pilocca,Alpe Pitocca		12	TO	001073	
3183207	Alpe Olza	alpe-olza	IT		0	Europe/Rome	46.1	9.61667				09	SO	014001	
3183208	Alpe Ogliana	alpe-ogliana	IT		0	Europe/Rome	46.05	8.35		Alpe Ogliana,Alpe Ogliano		12	VB	103011	
3183209	Alpe Mulecetto	alpe-mulecetto	IT		0	Europe/Rome	46.41667	9.41667		Alpe Mulecetto,Mulecetto		09	SO	014050	
3183210	Alpe Mattignale	alpe-mattignale	IT		0	Europe/Rome	46.25	8.41667				12	VB	103046	
3183211	Alpe Marghino	alpe-marghino	IT		0	Europe/Rome	46.16667	8.26667				12	VB	103025	
3183212	Alpe Mandetto	alpe-mandetto	IT		0	Europe/Rome	45.43333	7.13333				12	TO	001073	
3183213	Alpe Lorino	alpe-lorino	IT		0	Europe/Rome	46.18333	8.21667				12	VB	103025	
3183214	Alpe la Satta	alpe-la-satta	IT		0	Europe/Rome	46.35	8.3		Alpe la Satta,Casa la Satta		12	VB	103006	
3183215	Alpe Lareccio	alpe-lareccio	IT		0	Europe/Rome	46.03333	8.06667		Alpe Lareccio,Lareccio		12	VB	103001	
3183216	Alpe Larecchio	alpe-larecchio	IT		0	Europe/Rome	46.21667	8.5				12	VB	103024	
3183217	Alpe Lagarasc	alpe-lagarasc	IT		0	Europe/Rome	46.01667	8.33333		Alpe Lagarasc,Alpe Lagarsc		12	VB	103057	
3183218	Alpe i Motti	alpe-i-motti	IT		0	Europe/Rome	46.2	8.46667				12	VB	103062	
3183219	Alpe Groppera	alpe-groppera	IT		0	Europe/Rome	46.43333	9.36667		Alpe Groppera,Groppera		09	SO	014035	
3183220	Alpe Grasso	alpe-grasso	IT		0	Europe/Rome	46.01667	9.4				09	LC	097027	
3183221	Alpe Giove	alpe-giove	IT		0	Europe/Rome	46.35	8.36667				12	VB	103056	
3183222	Alpe Gera	alpe-gera	IT		0	Europe/Rome	46.31667	9.93333				09	SO	014036	
3183223	Alpe Gembrè	alpe-gembre	IT		0	Europe/Rome	46.31667	9.95				09	SO	014036	
3183224	Alpe Forno	alpe-forno	IT		0	Europe/Rome	46.03333	9.45				09	LC	097015	
3183225	Alpe Forgnone	alpe-forgnone	IT		0	Europe/Rome	46.2	8.41667		Alpe Forgnone,Forgnone		12	VB	103046	
3183226	Alpe di Teste	alpe-di-teste	IT		0	Europe/Rome	46.1	8.1				12	VB	103001	
3183227	Alpe di Lenno	alpe-di-lenno	IT		0	Europe/Rome	46.0053	9.15289	1495			09	CO	013189	
3183228	Alpe di Dumenza	alpe-di-dumenza	IT		0	Europe/Rome	46.03333	8.81667		Alpe di Dumenza,Alpet		09	VA	012065	
3183229	Alpe di Camona	alpe-di-camona	IT		0	Europe/Rome	46.18333	8.16667		Alpe di Camona,Colonia di Confine Camona		12	VB	103067	
3183230	Alpe di Bondeno	alpe-di-bondeno	IT		0	Europe/Rome	46.38333	9.36667				09	SO	014012	
3183231	Alpe Devero	alpe-devero	IT		0	Europe/Rome	46.31667	8.25				12	VB	103006	
3183233	Alpe Cortone	alpe-cortone	IT		0	Europe/Rome	46.21667	8.41667				12	VB	103046	
3183234	Alpe Cortevecchio	alpe-cortevecchio	IT		0	Europe/Rome	46.05	8.36667				12	VB	103011	
3183235	Alpe Cortelancio	alpe-cortelancio	IT		0	Europe/Rome	46.01667	8.11667				12	VB	103014	
3183236	Alpe Cortefreddo	alpe-cortefreddo	IT		0	Europe/Rome	46.23333	8.38333				12	VB	103046	
3183237	Alpe Col	alpe-col	IT		0	Europe/Rome	46.16667	8.36667				12	VB	103046	
3183238	Alpe Ciamporino	alpe-ciamporino	IT		0	Europe/Rome	46.26667	8.2				12	VB	103071	
3183239	Alpe Cheggio	alpe-cheggio	IT		0	Europe/Rome	46.08333	8.11667		Alpe Cheggio,Cheggio		12	VB	103001	
3183240	Alpe Cazzola	alpe-cazzola	IT		0	Europe/Rome	46.16667	8.41667				12	VB	103029	
3183241	Alpe Cavegna	alpe-cavegna	IT		0	Europe/Rome	46.23333	8.45				12	VB	103062	
3183242	Alpe Casarolo	alpe-casarolo	IT		0	Europe/Rome	46.05	8.4				12	VB	103068	
3183243	Alpe Campolungo	alpe-campolungo	IT		0	Europe/Rome	46.28333	9.9				09	SO	014036	
3183244	Alpe Campolomana	alpe-campolomana	IT		0	Europe/Rome	46.1	8.06667		Alpe Campolomana,Campolamana		12	VB	103001	
3183245	Alpe Campo di Sotto	alpe-campo-di-sotto	IT		0	Europe/Rome	46.05	8.45		Alpe Campo,Alpe Campo di Sotto		12	VB	103041	
3183246	Alpe Campo	alpe-campo	IT		0	Europe/Rome	46.15	8.23333				12	VB	103028	
3183247	Alpe Caldenno	alpe-caldenno	IT		0	Europe/Rome	46.2	9.75				09	SO	014007	
3183248	Alpe Busarasca	alpe-busarasca	IT		0	Europe/Rome	46.05	8.48333				12	VB	103023	
3183249	Alpe Basso	alpe-basso	IT		0	Europe/Rome	46.1	8.45				12	VB	103062	
3183250	Alpe Basciumo	alpe-basciumo	IT		0	Europe/Rome	46.05	8.23333				12	VB	103063	
3183251	Alpe Balma Rossa	alpe-balma-rossa	IT		0	Europe/Rome	46.4	8.4				12	VB	103031	
3183252	Alpe Airale	alpe-airale	IT		0	Europe/Rome	46.23333	9.76667				09	SO	014067	
3183253	Alpe Agrosa	alpe-agrosa	IT		0	Europe/Rome	46.11667	8.13333		Agrosa,Alpe Agrosa		12	VB	103012	
3183254	Alpe Acquanegra	alpe-acquanegra	IT		0	Europe/Rome	46.26667	9.91667		Alpe Acquanegra,Alpe Acquanera		09	SO	014036	
3183261	Al Maso	al-maso	IT		0	Europe/Rome	46.51667	10.95				17	BZ	021104	
3183266	Allesà	allesa	IT		0	Europe/Rome	45.73333	7.75				19	AO	007012	
3183270	Alino	alino	IT		0	Europe/Rome	45.85	9.63333				09	BG	016190	
3183274	Aliena	aliena	IT		0	Europe/Rome	42.75	13.03333				18	PG	054007	
3183281	Alianello	alianello	IT		0	Europe/Rome	40.26667	16.25				02	PZ	076080	
3183285	Al Geccio	al-geccio	IT		0	Europe/Rome	46.1	8.43333				12	VB	103062	
3183286	Al Gallo	al-gallo	IT		0	Europe/Rome	46.85	11.16667		Al Gallo,Ii Callo		17	BZ	021054	
3183289	Alfiano Nuovo	alfiano-nuovo	IT		0	Europe/Rome	45.23333	10.11667				09	CR	019033	
3183303	Aldina Seconda	aldina-seconda	IT		0	Europe/Rome	44.21667	12.31667				05	RA	039007	
3183305	Aldegheri	aldegheri	IT		0	Europe/Rome	45.6	11.16667				20	VR	023005	
3183308	Albonico	albonico	IT		0	Europe/Rome	46.2	9.41667				09	CO	013216	
3183314	Albissola Marina	albisola-marina	IT		5623	Europe/Rome	44.33079	8.5096		Albissola Marina,アルビッソラ・マリーナ	009003	08	SV	009003	
3183315	Albisano	albisano	IT		0	Europe/Rome	45.6	10.7				20	VR	023086	
3183331	Albero	albero	IT		0	Europe/Rome	45.31667	11.43333				20	VR	023027	
3183332	Albero	albero	IT		0	Europe/Rome	44.03333	11.61667				16	FI	048026	
3183333	Alberica	alberica	IT		0	Europe/Rome	44.91667	11.03333				05	MO	036010	
3183335	Albergo della Posta	albergo-della-posta	IT		0	Europe/Rome	46.53333	10.58333				17	BZ	021095	
3183336	Albergo del Ghertele	albergo-del-ghertele	IT		0	Europe/Rome	45.93333	11.43333				20	VI	024085	
3183341	Alberazzo	alberazzo	IT		0	Europe/Rome	44.93333	12.28333				05	FE	038014	
3183342	Alberazzi	alberazzi	IT		0	Europe/Rome	45	11.51667				20	RO	029005	
3183282	Alì	ali	IT	98020	0	Europe/Rome	42.95	12.93333				10	MC	043052	
3183348	Albaron di Sea	albaron-di-sea	IT		0	Europe/Rome	45.33333	7.18333				12	TO	001118	
3183353	Albarea	albarea	IT		0	Europe/Rome	44.83333	11.78333				05	FE	038008	
3183368	Alagua	alagua	IT		0	Europe/Rome	46.2	8.33333				12	VB	103025	
3183382	Aiola	aiola	IT		0	Europe/Rome	43.43333	11.35				16	SI	052023	
3183387	Aigovo	aigovo	IT		0	Europe/Rome	43.96667	7.8				08	IM	008035	
3183390	Aiello	aiello	IT		0	Europe/Rome	42.58333	13.5				01	TE	067023	
3183396	Aia Salina	aia-salina	IT		0	Europe/Rome	44.6	11.7				05	BO	037039	
3183397	Aia Murata	aia-murata	IT		0	Europe/Rome	43.55	11.05				16	FI	048012	
3183398	Aia Bosco	aia-bosco	IT		0	Europe/Rome	44.73333	11.5				05	BO	037028	
3183406	Aguzzo	aguzzo	IT		0	Europe/Rome	42.48333	12.61667				18	TR	055031	
3183408	Aguiaro	aguiaro	IT		0	Europe/Rome	45	11.9				20	RO	029019	
3183413	Agro	agro	IT		0	Europe/Rome	46.21667	8.2		Agaro,Agro,Agro Fuori		12	VB	103067	
3183414	Agrimonte	agrimonte	IT		0	Europe/Rome	44.46667	10.06667				05	PR	034012	
3183423	Agnova	agnova	IT		0	Europe/Rome	42.65	13.5				01	TE	067022	
3183425	Agnolo	agnolo	IT		0	Europe/Rome	45	11.15				09	MN	020029	
3183442	Aghezzola	aghezzola	IT		0	Europe/Rome	44.08333	11.5				16	FI	048031	
3183444	Aggio	aggio	IT		311	Europe/Rome	44.46601	9.01085	350			08	GE	010025	
3183447	Agenzia Valpelina	agenzia-valpelina	IT		0	Europe/Rome	45.66667	13				20	VE	027034	
3183451	Agaro	agaro	IT		0	Europe/Rome	46.3	8.3				12	VB	103056	
3183452	Agaggio Superiore	agaggio-superiore	IT		0	Europe/Rome	43.96667	7.81667				08	IM	008035	
3183459	Advise	advise	IT		0	Europe/Rome	45.71667	7.13333				19	AO	007006	
3183473	Adelano	adelano	IT		0	Europe/Rome	44.35	10.73333				05	MO	036032	
3183489	Acquosi	acquosi	IT		0	Europe/Rome	43.25	13.05				10	MC	043024	
3183491	Acquevive	acquevive	IT		0	Europe/Rome	41.63333	14.43333				11	IS	094022	
3183507	Acquatina	acquatina	IT		0	Europe/Rome	43.3	12.91667				10	AN	042017	
3183514	Acquarica	acquarica	IT		0	Europe/Rome	40.3	18.31667		Acquarica,Acquarica di Lecce		13	LE	075093	
3183515	Acquaratola	acquaratola	IT		0	Europe/Rome	42.70133	13.55962				01	TE	067036	
3183520	Acqualunga	acqualunga	IT		0	Europe/Rome	45.31667	9.95				09	CR	019027	
3183521	Acqua Loreto	acqua-loreto	IT		0	Europe/Rome	42.73333	12.33333				18	TR	055007	
3183523	Acqualacastagna	acqualacastagna	IT		0	Europe/Rome	42.65681	12.71625				18	PG	054051	
3183524	Acquaiura	acquaiura	IT		0	Europe/Rome	42.68333	12.73333				18	PG	054051	
3183529	Acquadene	acquadene	IT		0	Europe/Rome	46.56667	10.78333				17	BZ	021049	
3183537	Acqua	acqua	IT		0	Europe/Rome	44.41667	9.25				08	GE	010016	
3183547	Acera	acera	IT		0	Europe/Rome	42.81667	12.83333		Acera		18	PG	054005	
3183550	Accio	accio	IT		0	Europe/Rome	40.88333	15.81667				02	PZ	076033	
3183552	Acciarella	acciarella	IT		0	Europe/Rome	41.44646	12.75238				07	LT	059011	
3183568	Abetito	abetito	IT		0	Europe/Rome	42.85	13.36667		Abetito,Vaglie		10	AP	044038	
3183569	Abetemozzo	abetemozzo	IT		0	Europe/Rome	42.63333	13.55				01	TE	067022	
3183574	Abbaziz	abbaziz	IT		0	Europe/Rome	45.03333	6.83333				12	TO	001175	
3183576	Abbazia di Santa Maria in Selva	abbazia-di-santa-maria-in-selva	IT		0	Europe/Rome	43.31667	13.4				10	MC	043054	
3183583	Abbadia di Stura	abbadia-di-stura	IT		0	Europe/Rome	45.1	7.71667		Abbadia Stura,Abbadia di Stura		12	TO	001272	
3183584	Abbadia di Fiastra	abbadia-di-fiastra	IT		0	Europe/Rome	43.21667	13.4		Abbadia,Abbadia di Fiastra		10	MC	043055	
3183588	Abadia a Isola	abadia-a-isola	IT		0	Europe/Rome	43.3884	11.19481		Abbadia,Abbadia a Isola		16	SI	052016	
3200852	Fernetti	fernetti	IT		0	Europe/Rome	45.69722	13.82917		Fernetici,Fernetiči,Fernetti,Sernetici		06	TS	032002	
3205825	Santa Maria di Pisa	santa-maria-di-pisa	IT		0	Europe/Rome	40.74278	8.55222				14	SS	090064	
3205865	Monte Balvarigas	monte-balvarigas	IT		0	Europe/Rome	40.78667	8.65028				14	SS	090050	
3205867	Monte Marzeddu	monte-marzeddu	IT		0	Europe/Rome	40.80333	8.63028				14	SS	090067	
3206077	Lampianu	lampianu	IT		0	Europe/Rome	40.8125	8.21417				14	SS	090064	
3206480	Cuile Ezi Mannu	cuile-ezi-mannu	IT		0	Europe/Rome	40.87111	8.26222				14	SS	090089	
3206523	Cuile Pazzoni	cuile-pazzoni	IT		0	Europe/Rome	40.89667	8.22306				14	SS	090089	
3206524	Villa Sirena	villa-sirena	IT		0	Europe/Rome	40.94944	8.22444				14	SS	090089	
3206526	Cuili Issi	cuili-issi	IT		0	Europe/Rome	40.84361	8.28028				14	SS	090064	
3206527	Borgata Pozzo San Nicola	borgata-pozzo-san-nicola	IT		0	Europe/Rome	40.83333	8.27667		Borgata Pozzo San Nicola,Casteddu		14	SS	090064	
3207259	Le Fontane	le-fontane	IT		0	Europe/Rome	40.41778	17.24667				13	TA	073027	
3207277	Elena Marina	elena-marina	IT		0	Europe/Rome	40.53694	17.0875				13	TA	073015	
3207302	La Colombaia	la-colombaia	IT		0	Europe/Rome	40.54667	17.17139				13	TA	073029	
3207351	La Batteria	la-batteria	IT		0	Europe/Rome	40.55278	17.2				13	TA	073029	
3207354	Casa Monte dei Tèrmiti	casa-monte-dei-termiti	IT		0	Europe/Rome	40.57722	17.21472				13	TA	073029	
3183566	Abeto	abeto	IT	06047	0	Europe/Rome	44.1	11.71667				16	FI	048026	
3207452	Masseriola	masseriola	IT		0	Europe/Rome	40.57611	17.19167				13	TA	073004	
3208770	Lendinuso	lendinuso	IT		0	Europe/Rome	40.51944	18.08917				13	BR	074018	
3209214	I Bacini	i-bacini	IT		0	Europe/Rome	40.46528	18.19				13	LE	075035	
3209218	Monte Grappa	monte-grappa	IT		0	Europe/Rome	40.45361	18.20972				13	LE	075035	
3212488	Cala Galera	cala-galera	IT		0	Europe/Rome	42.40139	11.20139				16	GR	053016	
3212526	Sapello	sapello	IT		0	Europe/Rome	44.42845	8.78271				08	GE	010025	
3212528	Palmaro	palmaro	IT		0	Europe/Rome	44.42888	8.77155				08	GE	010025	
3212530	Crevari	crevari	IT		0	Europe/Rome	44.42361	8.73645				08	GE	010025	
3212543	Vesima	vesima	IT		0	Europe/Rome	44.41686	8.71516				08	GE	010025	
3212708	Vendicio	vendicio	IT		0	Europe/Rome	41.25	13.59198	10			07	LT	059008	
3212728	San Erasmo	san-erasmo	IT		0	Europe/Rome	41.20833	13.58667				07	LT	059009	
3214705	Pieve Rivoschio	pieve-rivoschio	IT		0	Europe/Rome	44.00583	12.06944				05	FC	040044	
3214727	Giaggiolo	giaggiolo	IT		0	Europe/Rome	44.03222	12.06028				05	FC	040009	
3214733	San Paolo in Acquiliano	san-paolo-in-acquiliano	IT		0	Europe/Rome	44.04694	12.04528				05	FC	040009	
3214747	Casa Venzi	casa-venzi	IT		0	Europe/Rome	44.04222	12.14167				05	FC	040007	
3214752	Luzzena	luzzena	IT		0	Europe/Rome	44.05556	12.16194				05	FC	040007	
3214756	Formignano	formignano	IT		0	Europe/Rome	44.0775	12.16667				05	FC	040007	
3214758	Palladio	palladio	IT		0	Europe/Rome	44.0775	12.12333				05	FC	040019	
3214760	Monte Codruzzo	monte-codruzzo	IT		0	Europe/Rome	44.03139	12.24444				05	FC	040037	
3214761	Montaguzzo	montaguzzo	IT		0	Europe/Rome	44.05167	12.22056				05	FC	040037	
3214762	Santa Lucia di Roversano	santa-lucia-di-roversano	IT		0	Europe/Rome	44.07083	12.21				05	FC	040007	
3214763	Diolaguardia	diolaguardia	IT		0	Europe/Rome	44.07583	12.24083				05	FC	040037	
3214768	San Demetrio	san-demetrio	IT		0	Europe/Rome	44.10028	12.23083				05	FC	040007	
3214771	Borgo Paglia	borgo-paglia	IT		0	Europe/Rome	44.11972	12.215				05	FC	040007	
3214776	Montevescovo	montevescovo	IT		0	Europe/Rome	44.08611	12.06861				05	FC	040019	
3214785	Tipano	tipano	IT		0	Europe/Rome	44.12806	12.20361				05	FC	040007	
3214788	Massa del Moro	massa-del-moro	IT		0	Europe/Rome	44.14028	12.185				05	FC	040007	
3214791	Ravaldino	ravaldino	IT		0	Europe/Rome	44.14583	12.04083				05	FC	040012	
3214796	Maratello	maratello	IT		0	Europe/Rome	44.16861	12.0625				05	FC	040012	
3214802	Santa Maria di Urano	santa-maria-di-urano	IT		0	Europe/Rome	44.15667	12.12667				05	FC	040003	
3214803	Dorgagnano	dorgagnano	IT		0	Europe/Rome	44.16417	12.11833				05	FC	040003	
3214806	Trentola	trentola	IT		0	Europe/Rome	44.15801	12.16435				05	FC	040003	
3214815	Provezza	provezza	IT		0	Europe/Rome	44.18417	12.18694				05	FC	040007	
3214818	Grisignano	grisignano	IT		0	Europe/Rome	44.17944	12.03667				05	FC	040012	
3214820	Bussecchio	bussecchio	IT		0	Europe/Rome	44.1975	12.02639				05	FC	040012	
3214917	Bagnole	bagnole	IT		0	Europe/Rome	44.24176	12.09723				05	FC	040012	
3214918	Selvo	selvo	IT		0	Europe/Rome	44.2125	12.1275				05	FC	040012	
3214922	San Leonardo in Schiava	san-leonardo-in-schiava	IT		0	Europe/Rome	44.21028	12.14083				05	FC	040013	
3214929	Mensa	mensa	IT		0	Europe/Rome	44.24028	12.23417				05	RA	039014	
3214934	Borgo Pipa	borgo-pipa	IT		0	Europe/Rome	44.23444	12.23528				05	RA	039014	
3214942	Santa Maria Riopetra	santa-maria-riopetra	IT		0	Europe/Rome	44.00472	12.24472				05	FC	040046	
3214945	San Martino di Bagnolo	san-martino-di-bagnolo	IT		0	Europe/Rome	44.02	12.28667				05	FC	040046	
3214950	Ciola Araldi	ciola-araldi	IT		0	Europe/Rome	44.03472	12.27389				05	FC	040037	
3214978	Tribola	tribola	IT		222	Europe/Rome	44.04167	12.37056	184			05	FC	040004	
3214984	San Lorenzo in Seanno	san-lorenzo-in-seanno	IT		0	Europe/Rome	44.06306	12.34944				05	FC	040018	
3214995	Montenovo	montenovo	IT		258	Europe/Rome	44.06658	12.2954	252			05	FC	040028	
3214997	Montilgallo	montilgallo	IT		0	Europe/Rome	44.07451	12.35395				05	FC	040018	
3215020	Celincordia	celincordia	IT		0	Europe/Rome	44.11722	12.26139				05	FC	040007	
3215035	San Giovanni in Compito	san-giovanni-in-compito	IT		0	Europe/Rome	44.08861	12.37583				05	FC	040045	
3215074	San Vito Rimini	san-vito-rimini	IT		0	Europe/Rome	44.08556	12.46972				05	RN	099014	
3215108	Savignano a Mare	savignano-a-mare	IT		0	Europe/Rome	44.1662	12.43918				05	FC	040045	
3215111	Villamarina	villamarina	IT		0	Europe/Rome	44.17796	12.42511				05	FC	040008	
3215133	Verzaglia	verzaglia	IT		0	Europe/Rome	44.14111	12.38917				05	FC	040016	
3215146	Ruffio	ruffio	IT		0	Europe/Rome	44.14175	12.30563				05	FC	040007	
3215149	Borella	borella	IT		0	Europe/Rome	44.18645	12.38125				05	FC	040008	
3215150	Montaletto	montaletto	IT		0	Europe/Rome	44.1975	12.34917				05	RA	039007	
3215152	Zadina Pineta	zadina-pineta	IT		0	Europe/Rome	44.22195	12.38091				05	FC	040008	
3215156	Bagnarola di Sopra	bagnarola-di-sopra	IT		0	Europe/Rome	44.16232	12.3428				05	FC	040008	
3215163	Villa Chiaviche	villa-chiaviche	IT		0	Europe/Rome	44.16392	12.27465				05	FC	040007	
3215177	Bagnile	bagnile	IT		0	Europe/Rome	44.22472	12.27083				05	FC	040007	
3215179	Pisagnano	pisagnano	IT		0	Europe/Rome	44.23556	12.28028				05	RA	039007	
3215181	Cociarone	cociarone	IT		0	Europe/Rome	44.24472	12.27583				05	RA	039007	
3215196	Orsoleto	orsoleto	IT		0	Europe/Rome	44.08472	12.52583				05	RN	099014	
3215201	SanGiuliano a Mare	sangiuliano-a-mare	IT		0	Europe/Rome	44.07359	12.5651				05	RN	099014	
3215202	Ciocefisso	ciocefisso	IT		0	Europe/Rome	44.05167	12.54778				05	RN	099014	
3215205	Ghetto	ghetto	IT		0	Europe/Rome	44.01028	12.56472				05	RN	099014	
3215207	Marebello	marebello	IT		0	Europe/Rome	44.04349	12.60647				05	RN	099014	
3215220	San Tomè	san-tome	IT		0	Europe/Rome	44.265	12.02472				05	FC	040012	
3215224	San Martino di Villafranca	san-martino-di-villafranca	IT		0	Europe/Rome	44.28194	12.02833				05	FC	040012	
3215228	Malmissole	malmissole	IT		0	Europe/Rome	44.27389	12.0725				05	FC	040012	
3215232	Durazzanino	durazzanino	IT		0	Europe/Rome	44.2825	12.10306				05	FC	040012	
3215233	Branzolino	branzolino	IT		0	Europe/Rome	44.29444	12.05833				05	FC	040012	
3215237	Borgo Sisa	borgo-sisa	IT		0	Europe/Rome	44.27417	12.11167				05	RA	039014	
3215243	Castellaccio	castellaccio	IT		0	Europe/Rome	44.26051	12.13062				05	FC	040012	
3215244	Pieve Quinta	pieve-quinta	IT		0	Europe/Rome	44.23819	12.15277				05	FC	040012	
3215297	Casemurate	casemurate	IT		233	Europe/Rome	44.24692	12.21457	13			05	RA	039014	
3215298	Castiglione di Cervia	castiglione-di-cervia	IT		0	Europe/Rome	44.26917	12.28				05	RA	039007	
3215305	Casa Cassano	casa-cassano	IT		0	Europe/Rome	44.30722	12.25722				05	RA	039014	
3215308	Case Belluzzi	case-belluzzi	IT		0	Europe/Rome	44.32361	12.3375				05	RA	039014	
3215321	Cassa di Sassi	cassa-di-sassi	IT		0	Europe/Rome	44.3875	12.29694				05	RA	039014	
3215333	Lido di Dante	lido-di-dante	IT		0	Europe/Rome	44.38972	12.32361				05	RA		
3215336	Sant'Apollinare in Classe	sant-apollinare-in-classe	IT		0	Europe/Rome	44.38611	12.23944		Sant'Apollinare in Classe		05	RA	039014	
3215352	Riva Verde	riva-verde	IT		0	Europe/Rome	44.46889	12.28889				05	RA	039014	
3215368	Podere Patrignani	podere-patrignani	IT		0	Europe/Rome	44.60278	12.26				05	RA	039014	
3215387	Chiesuola	chiesuola	IT		0	Europe/Rome	44.35	12.05694				05	RA	039016	
3215399	Longana	longana	IT		0	Europe/Rome	44.35972	12.1525				05	RA	039014	
3215415	Villa Brocchi	villa-brocchi	IT		0	Europe/Rome	44.37111	12.08528				05	RA	039014	
3215448	Borgo Fusara	borgo-fusara	IT		0	Europe/Rome	44.43194	12.14111				05	RA	039014	
3215455	Borgo di Villanova	borgo-di-villanova	IT		0	Europe/Rome	44.44278	12.02444				05	RA	039002	
3215459	Borgo dell Anime	borgo-dell-anime	IT		0	Europe/Rome	44.46	12.12333				05	RA	039014	
3215470	Borgo Garibaldi	borgo-garibaldi	IT		0	Europe/Rome	44.49639	12.03972				05	RA	039001	
3215497	Conventello	conventello	IT		0	Europe/Rome	44.50333	12.10028				05	RA	039014	
3215499	Borgo Seganti	borgo-seganti	IT		0	Europe/Rome	44.52028	12.06583				05	RA	039001	
3215501	Borgo Gallina	borgo-gallina	IT		0	Europe/Rome	44.5125	12.05639				05	RA	039001	
3215508	Casa Monti	casa-monti	IT		0	Europe/Rome	44.55694	12.02				05	RA	039001	
3215510	Grattacoppa	grattacoppa	IT		0	Europe/Rome	44.50583	12.11806				05	RA	039014	
3215539	Brusaroma	brusaroma	IT		0	Europe/Rome	44.53167	12.18806				05	RA	039014	
3215559	Casone le Fosse	casone-le-fosse	IT		0	Europe/Rome	44.65472	12.11028				05	FE	038006	
3215561	Casone Caldirolo	casone-caldirolo	IT		0	Europe/Rome	44.64611	12.13889				05	FE	038006	
3215563	Casa Campo	casa-campo	IT		0	Europe/Rome	44.64167	12.22111				05	FE	038006	
3215567	Villa Logonovo	villa-logonovo	IT		0	Europe/Rome	44.66222	12.24306				05	FE	038006	
3215569	Lido di Scacchi	lido-di-scacchi	IT		0	Europe/Rome	44.70667	12.23611				05	FE	038006	
3215570	Lido di Pomposa	lido-di-pomposa	IT		0	Europe/Rome	44.715	12.24528				05			
3215576	Case Accorsi	case-accorsi	IT		0	Europe/Rome	44.73667	12.16028				05	FE	038006	
3215578	Casa Bellaria	casa-bellaria	IT		0	Europe/Rome	44.74694	12.18361				05	FE	038006	
3215589	Maestra	maestra	IT		0	Europe/Rome	44.76194	12.05833				05	FE	038027	
3215592	Casa Manara	casa-manara	IT		0	Europe/Rome	44.75639	12.22056				05	FE	038006	
3215593	Lido di Nazioni	lido-di-nazioni	IT		0	Europe/Rome	44.74111	12.24944				05	FE		
3215601	Lido di Volano	lido-di-volano	IT		0	Europe/Rome	44.79639	12.27083				05	FE		
3215609	La Chiarina	la-chiarina	IT		0	Europe/Rome	44.77389	12.02028				05	FE	038027	
3215616	Case Sálghea	case-salghea	IT		0	Europe/Rome	44.81139	12.15361				05	FE	038005	
3215633	Case Straforini	case-straforini	IT		266	Europe/Rome	44.86882	12.16849	1			05	FE	038005	
3215639	Borgata Caprile	borgata-caprile	IT		0	Europe/Rome	44.86278	12.17417				05	FE	038005	
3215643	Passo di Pomposa	passo-di-pomposa	IT		0	Europe/Rome	44.82833	12.18417				05	FE	038005	
3215685	Case Cucco	case-cucco	IT		0	Europe/Rome	44.88417	12.16194				05	FE	038005	
3215686	Caserma Finanza	caserma-finanza	IT		0	Europe/Rome	44.84583	12.29361				05	FE	038025	
3215742	Fienile Nuovo	fienile-nuovo	IT		0	Europe/Rome	44.94556	12.02222				05	FE	038010	
3215746	Broendlì	broendli	IT		0	Europe/Rome	44.93222	12.04278				05	FE	038010	
3215751	Galvana	galvana	IT		0	Europe/Rome	44.97056	12.04444				05	FE	038002	
3215756	Crepalda	crepalda	IT		0	Europe/Rome	44.95972	12.06667				05	FE	038002	
3215758	Valline	valline	IT		0	Europe/Rome	44.96028	12.10778				05	FE	038014	
3215774	Case Ragazzi	case-ragazzi	IT		0	Europe/Rome	44.89917	12.23472				05	FE	038014	
3215778	Santa Giulia	santa-giulia	IT		0	Europe/Rome	44.83778	12.38556				20	RO	029039	
3215783	Gorino Veneto	gorino-veneto	IT		0	Europe/Rome	44.83583	12.35694				20	RO	029046	
3215790	Cassella	cassella	IT		0	Europe/Rome	44.86722	12.37				20	RO	029039	
3215791	Corte Frignani	corte-frignani	IT		0	Europe/Rome	44.87528	12.30889				20	RO	029046	
3215816	Scovetta	scovetta	IT		0	Europe/Rome	44.92806	12.33694				20	RO	029039	
3215821	Fraterna	fraterna	IT		0	Europe/Rome	44.9525	12.36806				20	RO	029039	
3215832	Ca Cappellino	ca-cappellino	IT		0	Europe/Rome	44.99139	12.2575				20	RO	029052	
3215844	Panarella	panarella	IT		0	Europe/Rome	44.99528	12.07111				20	RO	029034	
3215851	Mezzavilla	mezzavilla	IT		0	Europe/Rome	44.96	12.12528				20	RO	029002	
3215861	Palazzo Nichetti	palazzo-nichetti	IT		0	Europe/Rome	44.95861	12.21778				20	RO	029002	
3215865	Cascina Cornera	cascina-cornera	IT		0	Europe/Rome	44.98389	12.22694				20	RO	029046	
3215870	Le Tombe	le-tombe	IT		0	Europe/Rome	44.975	12.16083				20	RO	029002	
3215871	Le Tombine	le-tombine	IT		0	Europe/Rome	44.99556	12.1675				20	RO	029046	
3215908	Bona	bona	IT		0	Europe/Rome	44.04528	12.18806				05	FC	040020	
3215910	Pieve Sesuta	pieve-sesuta	IT		0	Europe/Rome	44.16528	12.21472				05	FC	040007	
3217195	San Sabba	san-sabba	IT		0	Europe/Rome	45.62082	13.79016				06	TS	032006	
3217259	Aurisina Cave	aurisina-cave	IT		0	Europe/Rome	45.75398	13.65931			032001	06	TS	032001	
3217326	Iamiano	iamiano	IT		0	Europe/Rome	45.81833	13.58194				06	GO	031003	
3217330	Cave di Selz	cave-di-selz	IT		0	Europe/Rome	45.82417	13.52278		Cava di Selo,Cave di Selz		06	GO	031016	
3217357	Villanova di Farra	villanova-di-farra	IT		0	Europe/Rome	45.91333	13.5325				06	GO	031005	
3217364	Peci	peci	IT		0	Europe/Rome	45.89329	13.58425				06	GO	031022	
3217400	Villanova del Lúdrio	villanova-del-ludrio	IT		0	Europe/Rome	45.955	13.42		Villanova del Ludrio,Villanova del Lúdrio,Villanova dell'ludria		06	UD	030101	
3217406	Viscone	viscone	IT		222	Europe/Rome	45.92653	13.38481	35			06	UD	030024	
3217428	Múscoli	muscoli	IT		0	Europe/Rome	45.83806	13.33361				06	UD	030023	
3217429	Saciletto	saciletto	IT		333	Europe/Rome	45.84428	13.36321	10			06	UD	030098	
3217432	Ioánnis	ioannis	IT		0	Europe/Rome	45.87667	13.34861				06	UD	030001	
3217466	Dòbbia	dobbia	IT		0	Europe/Rome	45.8125	13.48361				06	GO	031023	
3215752	Serravalle	serravalle	IT	06046	1738	Europe/Rome	44.96667	12.05194	1			05	FE	038002	
3217469	Golometto	golometto	IT		0	Europe/Rome	45.71389	13.51111				06	GO		
3217471	Ruttàrs	ruttars	IT		0	Europe/Rome	45.99806	13.47444		Rutarji,Ruttars,Ruttàrs		06	GO	031004	
3217472	Sant'Andràt	sant-andrat	IT		0	Europe/Rome	45.99028	13.44778				06	UD	030030	
3217496	Bicinicco di Sopra	bicinicco-di-sopra	IT		0	Europe/Rome	45.93861	13.2525				06	UD	030011	
3217510	Manzinello	manzinello	IT		304	Europe/Rome	45.98639	13.34694	57			06	UD	030055	
3217517	Chiasiéllis	chiasiellis	IT		0	Europe/Rome	45.94306	13.20833		Chiasiellis,Chiasiéllis		06	UD	030062	
3217522	Santo Stéfano Udinese	santo-stefano-udinese	IT		0	Europe/Rome	45.95556	13.28389		Santo Stefano,Santo Stefano Udinese,Santo Stéfano Udinese		06	UD	030104	
3217528	Chiasóttis	chiasottis	IT		0	Europe/Rome	45.96222	13.25778		Chiasottia,Chiasottis,Chiasóttis		06	UD	030074	
3217574	Bagnaria Arsa	bagnario-arsa	IT		3428	Europe/Rome	45.88417	13.28611			030008	06	UD	030008	
3217575	San Martino di Terzo	san-martino-di-terzo	IT		0	Europe/Rome	45.79833	13.33083				06	UD	030120	
3217576	Pampaluna	pampaluna	IT		0	Europe/Rome	45.85083	13.18472				06	UD	030077	
3217592	Sella	sella	IT		0	Europe/Rome	45.86083	13.01417				06	UD	030188	
3217594	Chiarmácis	chiarmacis	IT		0	Europe/Rome	45.83722	13.07806				06	UD	030188	
3217599	Casali Franceschini	casali-franceschini	IT		0	Europe/Rome	45.85611	13.12167				06	UD	030075	
3217600	Driolassa	driolassa	IT		0	Europe/Rome	45.84861	13.06944		Driolassa,Driolossa		06	UD	030188	
3217601	Latisanotta	latisanotta	IT		0	Europe/Rome	45.79167	12.99306				06	UD	030046	
3217608	Piancada	piancada	IT		0	Europe/Rome	45.78667	13.08472				06	UD	030069	
3217610	Titiano	titiano	IT		0	Europe/Rome	45.7575	13.06028				06	UD	030082	
3217639	Virco	virco	IT		0	Europe/Rome	45.94	13.07028				06	UD	030010	
3217641	Goricizza	goricizza	IT		0	Europe/Rome	45.97722	12.97194				06	UD	030027	
3217646	Gorizzo	gorizzo	IT		0	Europe/Rome	45.93306	12.95722				06	UD	030015	
3217649	Glaunicco	glaunicco	IT		0	Europe/Rome	45.91611	12.95306				06	UD	030015	
3217651	Gradiscutta	gradiscutta	IT		0	Europe/Rome	45.9025	12.96194				06	UD	030130	
3217653	Belgrado	belgrado	IT		0	Europe/Rome	45.89222	12.96278				06	UD	030130	
3217656	Sterpo	sterpo	IT		0	Europe/Rome	45.90611	13.05056				06	UD	030010	
3217716	Casena la Comina	casena-la-comina	IT		0	Europe/Rome	45.98944	12.64444				06	PN	093040	
3217717	Villadolt	villadolt	IT		0	Europe/Rome	45.97972	12.57583				06	PN	093022	
3217720	Schiavol	schiavol	IT		0	Europe/Rome	45.94472	12.55417				06	PN	093022	
3217721	San Giovanni di Sopra	san-giovanni-di-sopra	IT		0	Europe/Rome	45.92028	12.51556				06	PN	093037	
3217722	San Giovanni del Tempio	san-giovanni-del-tempio	IT		0	Europe/Rome	45.96472	12.5275				06	PN	093037	
3217724	Vistorta	vistorta	IT		0	Europe/Rome	45.93641	12.48055				06	PN	093037	
3217728	Poincicco	poincicco	IT		0	Europe/Rome	45.95139	12.71				06	PN	093051	
3217729	Marzinis	marzinis	IT		0	Europe/Rome	45.93167	12.77444				06	PN	093021	
3217730	Prodolone	prodolone	IT		0	Europe/Rome	45.92667	12.83528				06	PN	093041	
3217732	Visinale di Sopra	visinale-di-sopra	IT		0	Europe/Rome	45.90333	12.61583				06	PN	093029	
3217757	Basedo	basedo	IT		0	Europe/Rome	45.84528	12.74944				06	PN	093013	
3217769	Prata di Sotto	prata-di-sotto	IT		0	Europe/Rome	45.89073	12.59591			093034	06	PN	093034	
3217774	Murlis	murlis	IT		0	Europe/Rome	45.995	12.775				06	PN	093051	
3217776	Ovoledo	ovoledo	IT		0	Europe/Rome	45.9775	12.78083				06	PN	093051	
3217780	Tabina	tabina	IT		0	Europe/Rome	45.96583	12.86778				06	PN	093048	
3217783	Ligugnana	ligugnana	IT		0	Europe/Rome	45.92278	12.87417				06	PN	093041	
3217809	Malafesia	malafesia	IT		0	Europe/Rome	45.82611	12.96194				20	VE	027034	
3217811	Bràida Bottari	braida-bottari	IT		0	Europe/Rome	45.91056	12.875				06	PN	093041	
3217818	Torrate	torrate	IT		0	Europe/Rome	45.89083	12.80472				06	PN	093013	
3217820	Braidacurti	braidacurti	IT		0	Europe/Rome	45.88278	12.79556				06	PN	093013	
3217823	Marignana	marignana	IT		411	Europe/Rome	45.85511	12.80046	16			06	PN	093043	
3217935	Fossobiubo	fossobiubo	IT		0	Europe/Rome	45.8175	12.55361				20	TV	026037	
3217937	Navolè	navole	IT		0	Europe/Rome	45.81306	12.58306				20	TV	026034	
3217940	Mure	mure	IT		0	Europe/Rome	45.80889	12.64194				20	TV	026041	
3217943	Palazzi	palazzi	IT		0	Europe/Rome	45.77917	12.54028				20	TV	026034	
3217946	Busco	busco	IT		0	Europe/Rome	45.74083	12.51472				20	TV	026058	
3217948	Cavalier	cavalier	IT		251	Europe/Rome	45.75472	12.55361	7			20	TV	026034	
3217954	Lison	lison	IT		209	Europe/Rome	45.75656	12.7521	5			20	VE	027029	
3217956	Spadacenta	spadacenta	IT		0	Europe/Rome	45.78389	12.72611				20	VE	027030	
3217958	Salvarolo	salvarolo	IT		0	Europe/Rome	45.82444	12.72833				20	VE	027030	
3217960	Blessaglia	blessaglia	IT		0	Europe/Rome	45.80528	12.725				20	VE	027030	
3217971	Suzzolins	suzzolins	IT		0	Europe/Rome	45.82472	12.8825				20	VE	027040	
3217974	Bonazza	bonazza	IT		0	Europe/Rome	45.73194	12.78417				20	VE	027011	
3217975	Mazzolada di Lison	mazzolada-di-lison	IT		0	Europe/Rome	45.7475	12.77139				20	VE	027029	
3217976	San Giusto	san-giusto	IT		0	Europe/Rome	45.765	12.82056				20	VE	027011	
3217983	Villanova di Vado	villanova-di-vado	IT		0	Europe/Rome	45.77583	12.90833				20	VE	027016	
3217987	Borgo Valle	borgo-valle	IT		0	Europe/Rome	45.73556	12.92				20	VE	027029	
3217989	Garibaldi	garibaldi	IT		0	Europe/Rome	45.70361	12.88167				20	VE	027011	
3217991	Brussa	brussa	IT		0	Europe/Rome	45.66056	12.945				20	VE	027005	
3217995	Marina di Santa Croce	marina-di-santa-croce	IT		0	Europe/Rome	45.55	12.77				20	VE	027013	
3217998	Rovèdol	rovedol	IT		0	Europe/Rome	45.55167	12.75194				20	VE	027013	
3218000	Boccatossa	boccatossa	IT		0	Europe/Rome	45.66111	12.7475				20	VE	027041	
3218002	Crepaldo	crepaldo	IT		2455	Europe/Rome	45.59495	12.69655	2			20	VE	027013	
3218003	Tezzon	tezzon	IT		0	Europe/Rome	45.6175	12.80917				20	VE	027005	
3218004	Palazzetto	palazzetto	IT		0	Europe/Rome	45.60472	12.64028				20	VE	027033	
3218008	Rotto	rotto	IT		0	Europe/Rome	45.68722	12.70222				20	VE	027041	
3218009	Prà di Levada	pra-di-levada	IT		0	Europe/Rome	45.69611	12.66861				20	VE	027007	
3218171	Sant Erasmo	sant-erasmo	IT		0	Europe/Rome	45.45722	12.41222				20	VE	027042	
3218173	Lio Piccolo	lio-piccolo	IT		0	Europe/Rome	45.49111	12.48639				20	VE	027044	
3218177	Ca Zoia	ca-zoia	IT		0	Europe/Rome	45.49722	12.50306				20	VE	027044	
3218179	Mazzarbo	mazzarbo	IT		0	Europe/Rome	45.4873	12.41007				20	VE	027042	
3218185	Azienda Piave - Isonzo	azienda-piave-isonzo	IT		0	Europe/Rome	45.54806	12.61306				20	VE	027019	
3218188	Musetta di Sopra	musetta-di-sopra	IT		0	Europe/Rome	45.65306	12.54056				20	VE	027033	
3218189	Lesson della Battaglia	lesson-della-battaglia	IT		0	Europe/Rome	45.63611	12.44194				20	VE	027022	
3218191	Pralongo	pralongo	IT		0	Europe/Rome	45.64556	12.48444				20	TV	026044	
3218195	Rovarè	rovare	IT		0	Europe/Rome	45.67917	12.40278				20	TV	026071	
3218221	Grassaga	grassaga	IT		0	Europe/Rome	45.68028	12.58833				20	VE	027033	
3218223	Santa Maria di Campagna	santa-maria-di-campagna	IT		0	Europe/Rome	45.69944	12.57306				20	TV	026070	
3218304	Tampolose	tampolose	IT		0	Europe/Rome	46.31	13.415				06	UD	030092	
3218402	La Fossa	la-fossa	IT		0	Europe/Rome	45.69722	12.4575				20	TV	026071	
3218406	Stabiuzzo	stabiuzzo	IT		333	Europe/Rome	45.76667	12.38222	22			20	TV	026017	
3218408	Cornadella	cornadella	IT		0	Europe/Rome	45.77472	12.37361				20	TV	026017	
3218411	Rai	rai	IT		373	Europe/Rome	45.80861	12.39139	26			20	TV	026074	
3218435	Lavadina	lavadina	IT		0	Europe/Rome	45.77	12.27861				20	TV	026082	
3218477	Epago	epago	IT		0	Europe/Rome	46.94944	12.09278				17	BZ	021017	
3218506	Bagni di Riomolino	bagni-di-riomolino	IT		0	Europe/Rome	46.85722	12.0175				17	BZ	021034	
3218509	Malga Pudio	malga-pudio	IT		0	Europe/Rome	46.86833	12.24639				17	BZ	021109	
3218519	San Martino in Casies Vallalta	san-martino-in-casies-vallalta	IT		0	Europe/Rome	46.84417	12.245				17	BZ	021109	
3218521	Santa Maddalena in Casies Valbassa	santa-maddalena-in-casies-valbassa	IT		0	Europe/Rome	46.81472	12.22361				17	BZ	021109	
3218524	Arfanta	arfanta	IT		0	Europe/Rome	45.9675	12.2				20	TV	026084	
3218525	Prateria	prateria	IT		0	Europe/Rome	46.80861	12.22278				17	BZ	021109	
3218526	Rolle	rolle	IT		0	Europe/Rome	45.95306	12.16583				20	TV	026018	
3218527	Gai	gai	IT		224	Europe/Rome	45.9679	12.17396	259			20	TV	026018	
3218532	Miane Premaor	miane-premaor	IT		3735	Europe/Rome	45.93694	12.12472				20	TV	026042	
3218534	Guietta	guietta	IT		0	Europe/Rome	45.91583	12.05333				20	TV	026087	
3218541	Dorigo	dorigo	IT		0	Europe/Rome	45.91056	12.14306				20	TV	026026	
3218543	Posmon	posmon	IT		0	Europe/Rome	45.89611	12.09806				20	TV	026026	
3218544	Colbertaldo	colbertaldo	IT		0	Europe/Rome	45.88965	12.06771				20	TV	026048	
3218546	Fontigo	fontigo	IT		0	Europe/Rome	45.85972	12.11722				20	TV	026080	
3218549	Barche	barche	IT		0	Europe/Rome	45.85444	12.02917				20	TV	026056	
3218553	Bagni di Salomone	bagni-di-salomone	IT		0	Europe/Rome	46.82333	12.07806				17	BZ	021071	
3218554	Marcatelli	marcatelli	IT		0	Europe/Rome	45.83667	12.21833				20	TV	026083	
3218555	Masserie	masserie	IT		0	Europe/Rome	46.84222	12.08972				17	BZ	021071	
3218558	Castello San Salvatore	castello-san-salvatore	IT		0	Europe/Rome	45.84917	12.20417				20	TV	026083	
3218560	Barriera	barriera	IT		0	Europe/Rome	45.86361	12.25083				20	TV	026083	
3218562	Santa Maria di Feletto	santa-maria-di-feletto	IT		0	Europe/Rome	45.89667	12.235				20	TV	026073	
3218563	Vila di Sopra	vila-di-sopra	IT		0	Europe/Rome	46.81417	12.00306				17	BZ	021063	
3218564	Nessano	nessano	IT		0	Europe/Rome	46.79528	12.00972				17	BZ	021063	
3218567	Voldaora di Sopra	voldaora-di-sopra	IT		0	Europe/Rome	46.75528	12.01194				17	BZ	021106	
3218568	Salla	salla	IT		0	Europe/Rome	46.75833	12.07583				17	BZ	021106	
3218570	Colle di Dentro	colle-di-dentro	IT		0	Europe/Rome	46.7875	12.20167				17	BZ	021109	
3218572	Scandole	scandole	IT		0	Europe/Rome	46.78083	12.15833				17	BZ	021109	
3218574	Prati di Tèsido	prati-di-tesido	IT		0	Europe/Rome	46.77361	12.19222				17	BZ	021109	
3218575	Mandre	mandre	IT		0	Europe/Rome	45.83472	12.28139				20	TV	026075	
3218579	Borgo Villa	borgo-villa	IT		0	Europe/Rome	45.84056	12.34917				20	TV	026038	
3218583	Cimetto	cimetto	IT		0	Europe/Rome	45.8575	12.40889				20	TV	026019	
3218584	Durna in Selva	durna-in-selva	IT		0	Europe/Rome	46.76833	12.18278				17	BZ	021109	
3218587	Ruvacca	ruvacca	IT		0	Europe/Rome	46.76333	12.23306				17	BZ	021028	
3218588	Tempio	tempio	IT		376	Europe/Rome	45.79389	12.43306	17			20	TV	026052	
3218590	Calderano	calderano	IT		210	Europe/Rome	45.89255	12.49887	16			20	TV	026031	
3218593	Borgo Municipio	borgo-municipio	IT		0	Europe/Rome	45.86694	12.40056				20	TV	026019	
3218597	Vallonto	vallonto	IT		271	Europe/Rome	45.84817	12.48216	17			20	TV	026028	
3218598	L'Addolorata	l-addolorata	IT		0	Europe/Rome	46.74722	12.2075				17	BZ	021028	
3218600	Bagni di San Càndido	bagni-di-san-candido	IT		0	Europe/Rome	46.72111	12.30944				17	BZ	021077	
3218609	Cattai	cattai	IT		0	Europe/Rome	45.83889	12.43944				20	TV	026028	
3218610	Bagni di Piandimaia	bagni-di-piandimaia	IT		0	Europe/Rome	46.72694	12.19028				17	BZ	021113	
3218613	Bagni Bràies Vecchia	bagni-braies-vecchia	IT		0	Europe/Rome	46.71639	12.22083				17	BZ	021028	
3218616	Lovade	lovade	IT		0	Europe/Rome	45.83861	12.44528				20	TV	026028	
3218619	Sorafurcia	sorafurcia	IT		0	Europe/Rome	46.74861	12.00639				17	BZ	021106	
3218620	Bagni Pervalle	bagni-pervalle	IT		0	Europe/Rome	46.73722	12.00583				17	BZ	021106	
3218621	Cornarè	cornare	IT		0	Europe/Rome	45.84167	12.50611				20	TV	026037	
3218624	Basalghelle	basalghelle	IT		0	Europe/Rome	45.83472	12.50889				20	TV	026037	
3218628	Tabiai dei Colli Alti	tabiai-dei-colli-alti	IT		0	Europe/Rome	46.70472	12.02417				17	BZ	021047	
3218631	Vegia	vegia	IT		0	Europe/Rome	45.95333	12.32083				20	TV	026092	
3218634	Formeniga	formeniga	IT		0	Europe/Rome	45.94111	12.24583				20	TV	026092	
3218636	Manzana	manzana	IT		0	Europe/Rome	45.92667	12.27056				20	TV	026092	
3218644	Tàmers	tamers	IT		0	Europe/Rome	46.65722	12.00861				17	BZ	021047	
3218668	Ronche	ronche	IT		0	Europe/Rome	45.97306	12.4875		Ronche		06	PN	093037	
3218669	Stavenà	stavena	IT		0	Europe/Rome	45.96444	12.43167				06	PN	093009	
3218670	San Michele Fratta	san-michele-fratta	IT		0	Europe/Rome	45.9575	12.47167				06	PN	093009	
3218680	Castello di Raganzuolo	castello-di-raganzuolo	IT		0	Europe/Rome	45.93	12.29611				20	TV	026021	
3218681	Rua di Feletto	rua-di-feletto	IT		0	Europe/Rome	45.91361	12.25028				20	TV	026073	
3218685	Ogliano	ogliano	IT		347	Europe/Rome	45.92509	12.30404	152			20	TV	026021	
3218697	Baver	baver	IT		0	Europe/Rome	45.90556	12.39694				20	TV	026033	
3218698	Chiave	chiave	IT		0	Europe/Rome	46.55358	12.13549				20	BL	025016	
3218700	Alvera	alvera	IT		0	Europe/Rome	46.54889	12.15556				20	BL	025016	
3218701	Borgo Plobili	borgo-plobili	IT		0	Europe/Rome	45.91167	12.4175				20	TV	026033	
3218704	Bavarol	bavarol	IT		0	Europe/Rome	45.92833	12.44333				20	TV	026053	
3218708	Bidasio	bidasio	IT		732	Europe/Rome	45.81171	12.2405	70			20	TV	026050	
3218710	Maion	maion	IT		0	Europe/Rome	46.55222	12.12583				20	BL	025016	
3218712	Col	col	IT		0	Europe/Rome	46.53278	12.12917				20	BL	025016	
3218713	Cojana	cojana	IT		0	Europe/Rome	46.53111	12.14722				20	BL	025016	
3218739	Pescùl	pescul	IT		0	Europe/Rome	46.44111	12.07				20	BL	025054	
3218743	Resinego	resinego	IT		0	Europe/Rome	46.455	12.21694				20	BL	025051	
3218746	Malga Fiorentina	malga-fiorentina	IT		0	Europe/Rome	46.43917	12.11306				20	BL	025007	
3218754	Caonada	caonada	IT		0	Europe/Rome	45.78528	12.07056				20	TV	026046	
3218764	Barucchella	barucchella	IT		0	Europe/Rome	45.74222	12.18472				20	TV	026059	
3218767	Villaggio	villaggio	IT		0	Europe/Rome	46.43333	12.2575				20	BL	025066	
3218768	Pozzobon	pozzobon	IT		0	Europe/Rome	45.69528	12.04139				20	TV	026089	
3218769	Aunede	aunede	IT		0	Europe/Rome	46.43278	12.29306				20	BL	025063	
3218770	Merlengo	merlengo	IT		0	Europe/Rome	45.71306	12.19556				20	TV	026059	
3218777	Sàltore	saltore	IT		0	Europe/Rome	45.73139	12.30222				20	TV	026040	
3218789	Stabiziane	stabiziane	IT		0	Europe/Rome	46.54056	12.30722				20	BL	025005	
3218790	Stabinrigo	stabinrigo	IT		0	Europe/Rome	46.53722	12.27306				20	BL	025005	
3218798	Colmello	colmello	IT		0	Europe/Rome	45.66056	12.1625				20	TV	026064	
3218799	Federavecchia	federavecchia	IT		0	Europe/Rome	46.54889	12.25167				20	BL	025005	
3218800	Casacarba	casacarba	IT		0	Europe/Rome	45.65944	12.03889				20	TV	026089	
3218882	Malga di Londo	malga-di-londo	IT		0	Europe/Rome	46.63639	12.51889				20	BL	025015	
3218892	Tabià d'Ambata	tabia-d-ambata	IT		0	Europe/Rome	46.58778	12.41472				20	BL	025005	
3218899	Costa	costa	IT		0	Europe/Rome	46.58801	12.53283				20	BL	025046	
3218911	Brische	brische	IT		0	Europe/Rome	45.82111	12.62722				20	TV	026041	
3218916	Malòn	malon	IT		0	Europe/Rome	46.55528	12.40167				20	BL	025005	
3218924	Casoni di Valsalega	casoni-di-valsalega	IT		0	Europe/Rome	46.53333	12.44833				20	BL	025033	
3218934	Deppo	deppo	IT		0	Europe/Rome	46.46556	12.415				20	BL	025018	
3218939	Oltreacqua	oltreacqua	IT		1182	Europe/Rome	46.51694	13.64083				06	UD	030117	
3218940	Poscolle	poscolle	IT		0	Europe/Rome	46.50917	13.6475				06	UD	030117	
3218941	Villa Alta	villa-alta	IT		0	Europe/Rome	46.49472	13.66778				06	UD	030117	
3218948	Muda	muda	IT		0	Europe/Rome	46.46278	13.57722				06	UD	030117	
3218950	Rutte	rutte	IT		0	Europe/Rome	46.49472	13.60611				06	UD	030117	
3218989	Malga Saisera	malga-saisera	IT		0	Europe/Rome	46.45767	13.47223				06	UD	030054	
3219000	Rivale	rivale	IT		0	Europe/Rome	45.45722	12.01556				20	VE	027028	
3219004	Taglio	taglio	IT		0	Europe/Rome	45.43056	12.13389				20	VE	027023	
3219005	Chiesa Gambara	chiesa-gambara	IT		0	Europe/Rome	45.42667	12.15611				20	VE	027023	
3219006	Piazza Veachia	piazza-veachia	IT		0	Europe/Rome	45.41583	12.14611				20	VE	027023	
3219014	Dogaletto	dogaletto	IT		519	Europe/Rome	45.41457	12.19109	3			20	VE	027023	
3219015	Casali Vidali	casali-vidali	IT		0	Europe/Rome	46.44083	13.30222				06	UD	030025	
3219016	Cadramazzo	cadramazzo	IT		0	Europe/Rome	46.42472	13.3275				06	UD	030025	
3219020	Malcontento	malcontento	IT		0	Europe/Rome	45.43972	12.20528				20	VE	027042	
3219021	Dese	dese	IT		1302	Europe/Rome	45.52962	12.30363	2			20	VE	027042	
3219022	Pradis	pradis	IT		0	Europe/Rome	46.43083	13.20806				06	UD	030059	
3219023	Colmello	colmello	IT		0	Europe/Rome	45.55222	12.31				20	VE	027020	
3219024	Riulade	riulade	IT		0	Europe/Rome	46.44111	13.21667				06	UD	030059	
3219025	Dordolla	dordolla	IT		0	Europe/Rome	46.46639	13.19611				06	UD	030059	
3219027	Santa Liberale	santa-liberale	IT		0	Europe/Rome	45.54778	12.34139				20	VE	027020	
3219029	Pietratagliata	pietratagliata	IT		0	Europe/Rome	46.48611	13.29417				06	UD	030076	
3219033	Stùdena Alta	studena-alta	IT		0	Europe/Rome	46.50361	13.29806				06	UD	030076	
3219034	Aupa	aupa	IT		0	Europe/Rome	46.50667	13.25222				06	UD	030076	
3219036	Trivignano	trivignano	IT		2227	Europe/Rome	45.52778	12.19472	2			20	VE	027042	
3219041	San Dono	san-dono	IT		0	Europe/Rome	45.555	12.03194				20	PD	028050	
3219057	Casera Lius	casera-lius	IT		0	Europe/Rome	46.50944	13.23				06	UD	030059	
3219058	Galizzis	galizzis	IT		0	Europe/Rome	46.48944	13.19556				06	UD	030059	
3219060	Casaso	casaso	IT		0	Europe/Rome	46.52917	13.12361				06	UD	030073	
3219062	Villamezzo	villamezzo	IT		0	Europe/Rome	46.53778	13.11333				06	UD	030073	
3219063	Murzalis	murzalis	IT		0	Europe/Rome	46.5425	13.06833				06	UD	030050	
3219068	Trelli	trelli	IT		0	Europe/Rome	46.49889	13.10222				06	UD	030073	
3219072	Chiàulis	chiaulis	IT		0	Europe/Rome	46.49083	13.09694				06	UD	030073	
3219080	Badaiuz	badaiuz	IT		0	Europe/Rome	46.4425	13.1775				06	UD	030059	
3219084	Cendanin	cendanin	IT		0	Europe/Rome	45.64167	12.32				20	TV	026081	
3219095	Rossignago	rossignago	IT		0	Europe/Rome	45.50778	12.14833				20	VE	027038	
3219098	Cazzaso	cazzaso	IT		0	Europe/Rome	46.43278	12.99639				06	UD	030121	
3219099	Fusea	fusea	IT		233	Europe/Rome	46.42406	12.99269	698			06	UD	030121	
3219107	Formeaso	formeaso	IT		0	Europe/Rome	46.45472	13.02222				06	UD	030136	
3219108	Sezza	sezza	IT		0	Europe/Rome	46.45639	13.01444				06	UD	030136	
3219109	Càbia	cabia	IT		0	Europe/Rome	46.46722	13.03917		Cabia,Càbia		06	UD	030005	
3219110	Fielis	fielis	IT		0	Europe/Rome	46.47722	13.00194				06	UD	030136	
3219112	Compocroce	compocroce	IT		0	Europe/Rome	45.49139	12.06194				20	VE	027024	
3219113	Piedim	piedim	IT		0	Europe/Rome	46.47194	13.06667				06	UD	030005	
3219115	Rivalpo	rivalpo	IT		0	Europe/Rome	46.48222	13.07667				06	UD	030005	
3219119	Rivo	rivo	IT		0	Europe/Rome	46.51889	13.01222				06	UD	030071	
3219121	Casteons	casteons	IT		0	Europe/Rome	46.53917	13.01972				06	UD	030071	
3219123	Muse	muse	IT		0	Europe/Rome	46.57278	13.01389				06	UD	030071	
3219167	Ca Gusson	ca-gusson	IT		0	Europe/Rome	45.39556	12.14972				20	VE	027023	
3219170	Pròzzolo	prozzolo	IT		0	Europe/Rome	45.3725	12.08444				20	VE	027004	
3219174	Premaore	premaore	IT		230	Europe/Rome	45.36246	12.06686	3			20	VE	027004	
3219181	Rosara	rosara	IT		210	Europe/Rome	45.28778	12.10444	3			20	PD	028033	
3219182	Collinetta	collinetta	IT		0	Europe/Rome	46.58667	12.84278				06	UD	030040	
3219183	Cambroso	cambroso	IT		525	Europe/Rome	45.28702	12.08361	3			20	PD	028033	
3219184	Vuezzis	vuezzis	IT		0	Europe/Rome	46.55417	12.86229				06	UD	030094	
3219186	Naiaretta	naiaretta	IT		0	Europe/Rome	46.53917	12.86				06	UD	030094	
3219188	Tognana	tognana	IT		0	Europe/Rome	45.28833	12.02917				20	PD	028065	
3219189	Tualis	tualis	IT		0	Europe/Rome	46.53333	12.88583				06	UD	030029	
3219190	Campagnolo	campagnolo	IT		0	Europe/Rome	45.27889	12.02778				20	PD	028065	
3219191	Mieli	mieli	IT		0	Europe/Rome	46.52589	12.87505				06	UD	030029	
3219192	Arzarello	arzarello	IT		0	Europe/Rome	45.27417	12.00417				20	PD	028015	
3219194	Casa Rocca	casa-rocca	IT		0	Europe/Rome	45.36139	12.16639				20	VE	027002	
3219197	Noiariis	noiariis	IT		0	Europe/Rome	46.4975	12.98861				06	UD	030112	
3219199	Campivolo	campivolo	IT		0	Europe/Rome	46.52528	12.92583				06	UD	030088	
3219201	Clavais	clavais	IT		0	Europe/Rome	46.49872	12.87928				06	UD	030067	
3219202	Chialina	chialina	IT		0	Europe/Rome	46.49083	12.86639				06	UD	030067	
3219204	Mione	mione	IT		0	Europe/Rome	46.47806	12.84972				06	UD	030067	
3219205	Luìnt	luint	IT		0	Europe/Rome	46.4875	12.85167				06	UD	030067	
3219207	Entrampo	entrampo	IT		0	Europe/Rome	46.50947	12.85984				06	UD	030067	
3219208	Pradumbli	pradumbli	IT		0	Europe/Rome	46.51771	12.80628				06	UD	030081	
3219209	Avausa	avausa	IT		0	Europe/Rome	46.51824	12.81873				06	UD	030081	
3219210	Calgaretto	calgaretto	IT		0	Europe/Rome	46.52556	12.86387				06	UD	030029	
3219211	Truia	truia	IT		0	Europe/Rome	46.52432	12.79143				06	UD	030081	
3219214	Maiaso	maiaso	IT		0	Europe/Rome	46.42194	12.8975				06	UD	030089	
3219215	Colza	colza	IT		0	Europe/Rome	46.42611	12.87028				06	UD	030035	
3219216	Fresis	fresis	IT		0	Europe/Rome	46.4225	12.86944				06	UD	030035	
3219217	Feltrone	feltrone	IT		0	Europe/Rome	46.42111	12.83528				06	UD	030110	
3219218	Viaso	viaso	IT		0	Europe/Rome	46.40671	12.84791				06	UD	030110	
3219219	Dilignidis	dilignidis	IT		0	Europe/Rome	46.41639	12.83528				06	UD	030110	
3219221	Voltois	voltois	IT		0	Europe/Rome	46.42278	12.81028				06	UD	030003	
3219223	Muina	muina	IT		0	Europe/Rome	46.46083	12.86639				06	UD	030067	
3219224	Agrons	agrons	IT		0	Europe/Rome	46.47111	12.85972				06	UD	030067	
3219250	Casera di Casa Vecchia	casera-di-casa-vecchia	IT		0	Europe/Rome	46.61667	12.73167				06	UD	030040	
3219252	Corcrevà	corcreva	IT		0	Europe/Rome	45.02194	12.03139				20	RO	029001	
3219255	Ca Zeno	ca-zeno	IT		0	Europe/Rome	45.01472	12.1825				20	RO	029046	
3219258	Retinella	retinella	IT		0	Europe/Rome	45.04167	12.14972				20	RO	029030	
3219261	Griman	griman	IT		0	Europe/Rome	45.0475	12.18389				20	RO	029030	
3219265	Campelli	campelli	IT		0	Europe/Rome	45.07861	12.0575				20	RO	029001	
3219266	La Botta	la-botta	IT		0	Europe/Rome	45.10917	12.06694				20	VE	027006	
3219268	Barbarighe	barbarighe	IT		0	Europe/Rome	45.12028	12.03028				20	VE	027006	
3219272	Malga di Sesis	malga-di-sesis	IT		0	Europe/Rome	46.62278	12.68778				20	BL	025050	
3219274	Costa Zucco	costa-zucco	IT		0	Europe/Rome	46.62611	12.64083				20	BL	025047	
3219282	Acqua Marzo	acqua-marzo	IT		0	Europe/Rome	45.09917	12.13944				20	VE	027006	
3219283	Ecche	ecche	IT		0	Europe/Rome	46.57278	12.69278				20	BL	025052	
3219284	Ca Labia	ca-labia	IT		0	Europe/Rome	45.12194	12.08944				20	VE	027006	
3219286	Ca Matte	ca-matte	IT		0	Europe/Rome	45.12361	12.11556				20	VE	027006	
3219287	Ca Briani	ca-briani	IT		0	Europe/Rome	45.11889	12.14028				20	VE	027006	
3219288	Bruso	bruso	IT		0	Europe/Rome	45.17806	12.1				20	VE	027010	
3219293	Mondonovo	mondonovo	IT		0	Europe/Rome	45.15083	12.09722				20	VE	027006	
3219297	Le Martinelle	le-martinelle	IT		0	Europe/Rome	45.14	12.1225				20	VE	027006	
3219300	Buoro	buoro	IT		0	Europe/Rome	45.13611	12.13972				20	VE	027006	
3219301	Cordonazzo	cordonazzo	IT		0	Europe/Rome	45.17361	12.14056				20	VE	027010	
3219305	Ca Zennare	ca-zennare	IT		0	Europe/Rome	45.195	12.16472				20	VE	027008	
3219307	Monsole	monsole	IT		214	Europe/Rome	45.20077	12.07163	2			20	VE	027010	
3219310	Dolfina	dolfina	IT		0	Europe/Rome	45.14889	12.215				20	VE	027006	
3219312	Le Motte	le-motte	IT		0	Europe/Rome	45.13667	12.23667				20	VE	027008	
3219314	Valcera	valcera	IT		0	Europe/Rome	45.13944	12.18139				20	VE	027006	
3219317	Tornova	tornova	IT		0	Europe/Rome	45.09278	12.21111				20	RO	029030	
3219323	Bròndolo	brondolo	IT		0	Europe/Rome	45.18583	12.28472				20	VE	027008	
3219324	Chiandarèns	chiandarens	IT		0	Europe/Rome	46.43556	12.55361				06	UD	030041	
3219326	Nuoitas	nuoitas	IT		0	Europe/Rome	46.44	12.54028				06	UD	030041	
3219327	Rosapineta	rosapineta	IT		0	Europe/Rome	45.13417	12.32056				20	RO	029040	
3219328	Rosalina Mare	rosalina-mare	IT		0	Europe/Rome	45.11917	12.31333				20	RO	029040	
3219329	Caleri	caleri	IT		0	Europe/Rome	45.09667	12.32417				20	RO	029040	
3219330	Casone San Leonardo	casone-san-leonardo	IT		0	Europe/Rome	45.00972	12.38833				20	RO	029052	
3219331	Casone Valle Ripiego	casone-valle-ripiego	IT		0	Europe/Rome	45.00972	12.44194				20	RO	029039	
3219333	Ca Giustinian	ca-giustinian	IT		0	Europe/Rome	45.00389	12.26861				20	RO	029052	
3219337	Palazzo Vianello	palazzo-vianello	IT		0	Europe/Rome	45.05833	12.34722				20	RO	029040	
3219338	Casa Boschettona	casa-boschettona	IT		0	Europe/Rome	45.25611	12.13556				20	PD	028033	
3219339	Fogolana	fogolana	IT		0	Europe/Rome	45.24694	12.14222				20	PD	028033	
3219342	Branta	branta	IT		0	Europe/Rome	45.23222	12.11278				20	PD	028035	
3219343	Casone Figheri	casone-figheri	IT		0	Europe/Rome	45.32	12.17639				20	VE	027002	
3219344	Molla del Cornio	molla-del-cornio	IT		0	Europe/Rome	45.3275	12.22167				20	VE	027002	
3219345	Field	field	IT		0	Europe/Rome	46.47139	12.69806				06	UD	030107	
3219349	Santa Maria del Mare	santa-maria-del-mare	IT		0	Europe/Rome	45.33172	12.31919				20	VE	027042	
3219355	Città Giardino	citta-giardino	IT		0	Europe/Rome	45.4025	12.36361				20	VE	027042	
3219357	Porto Secco	porto-secco	IT		0	Europe/Rome	45.30861	12.31444				20	VE	027042	
3219370	Caserma di Canal Muro	caserma-di-canal-muro	IT		0	Europe/Rome	45.72028	13.24056				06	UD	030056	
3219384	Rizzìos	rizzios	IT		0	Europe/Rome	46.45507	12.37713				20	BL	025008	
3219388	I Romiti	i-romiti	IT		0	Europe/Rome	46.45167	12.42639				20	BL	025018	
3219401	Monteversciaco	monteversciaco	IT		0	Europe/Rome	46.74056	12.3475				17	BZ	021077	
3219411	Bortolot	bortolot	IT		271	Europe/Rome	46.38608	12.17371			025069	20	BL	025069	
3219412	Brusadàz	brusadaz	IT		0	Europe/Rome	46.38448	12.13912				20	BL	025068	
3219413	Pianaz	pianaz	IT		0	Europe/Rome	46.38235	12.1208				20	BL	025068	
3219420	Fornesighe	fornesighe	IT		201	Europe/Rome	46.36144	12.1949	1010			20	BL	025024	
3219422	Casal	casal	IT		0	Europe/Rome	46.35361	12.17389				20	BL	025024	
3219423	Colcerver	colcerver	IT		0	Europe/Rome	46.33972	12.16583				20	BL	025024	
3219425	Gavaz	gavaz	IT		0	Europe/Rome	46.34889	12.12222				20	BL	025068	
3219427	Masarè	masare	IT		0	Europe/Rome	46.39806	12.01556				20	BL	025003	
3219449	Casera Costa dei Nass	casera-costa-dei-nass	IT		0	Europe/Rome	46.27639	12.19667				20	BL	025031	
3219451	Casera Grisol	casera-grisol	IT		0	Europe/Rome	46.26556	12.21389				20	BL	025031	
3219460	Cancellade	cancellade	IT		0	Europe/Rome	46.27139	12.05492				20	BL	025027	
3219461	Noàc	noac	IT		0	Europe/Rome	46.265	12.05083				20	BL	025027	
3219463	Zenich	zenich	IT		0	Europe/Rome	46.25611	12.03278				20	BL	025043	
3219464	Tos	tos	IT		0	Europe/Rome	46.24914	12.02265				20	BL	025043	
3219471	Pinòi	pinoi	IT		0	Europe/Rome	46.24139	12.11056				20	BL	025053	
3219486	Gena	gena	IT		0	Europe/Rome	46.19472	12.04444				20	BL	025056	
3219488	Peron	peron	IT		347	Europe/Rome	46.16406	12.12703	384			20	BL	025053	
3219491	Valdenogher	valdenogher	IT		0	Europe/Rome	46.12328	12.38803				20	BL	025060	
3219492	Braz	braz	IT		0	Europe/Rome	46.11674	12.40657				20	BL	025060	
3219495	Casera Valpiccola	casera-valpiccola	IT		0	Europe/Rome	46.09944	12.40694				20	BL	025020	
3219496	Pian dell'Osteria	pian-dell-osteria	IT		0	Europe/Rome	46.09111	12.40944				20	BL	025020	
3219498	Lastra	lastra	IT		0	Europe/Rome	46.09056	12.33556				20	BL	025020	
3219503	La Crosetta	la-crosetta	IT		0	Europe/Rome	46.03806	12.40694				20	TV		
3219510	San Daniele	san-daniele	IT		0	Europe/Rome	46.01778	12.35361				20	TV	026030	
3219511	Luca	luca	IT		0	Europe/Rome	46.01194	12.36361				20	TV	026030	
3219513	Piai	piai	IT		0	Europe/Rome	46.01222	12.34028				20	TV	026030	
3219514	Sònego	sonego	IT		0	Europe/Rome	46.02194	12.33583				20	TV	026030	
3219516	Longhere	longhere	IT		0	Europe/Rome	46.01139	12.26917				20	TV	026092	
3219517	Vizza	vizza	IT		0	Europe/Rome	46.01472	12.26944				20	TV	026092	
3219518	Segat	segat	IT		0	Europe/Rome	46.02694	12.27556				20	TV	026092	
3219521	Casere Val Piana	casere-val-piana	IT		0	Europe/Rome	46.05139	12.25556				20	BL	025006	
3219522	Basso Fadalto	basso-fadalto	IT		0	Europe/Rome	46.06861	12.32417				20	TV	026092	
3219527	Cirvoi	cirvoi	IT		315	Europe/Rome	46.10316	12.2395	545			20	BL	025006	
3219528	Crede	crede	IT		0	Europe/Rome	46.09333	12.24361				20	BL	025006	
3219530	Lassei	lassei	IT		0	Europe/Rome	46.06833	12.24139				20	BL	025006	
3219532	Pranòtz	pranotz	IT		0	Europe/Rome	46.04056	12.20056				20	BL	025061	
3219535	Casera Lovari	casera-lovari	IT		0	Europe/Rome	46.01083	12.22611				20	TV	026067	
3219542	Calèipa	caleipa	IT		0	Europe/Rome	46.12611	12.2475				20	BL	025006	
3219543	Madeago	madeago	IT		0	Europe/Rome	46.11583	12.23417				20	BL	025006	
3219544	Castoi	castoi	IT		0	Europe/Rome	46.11139	12.23083				20	BL	025006	
3219546	Glamosa	glamosa	IT		0	Europe/Rome	46.12556	12.17417				20	BL	025006	
3219548	Glaon	glaon	IT		0	Europe/Rome	46.10083	12.19472				20	BL	025029	
3219550	Polentès	polentes	IT		0	Europe/Rome	46.08556	12.18583				20	BL	025029	
3219551	Trichès	triches	IT		0	Europe/Rome	46.07889	12.17889				20	BL	025029	
3219554	Carfagnoi	carfagnoi	IT		0	Europe/Rome	46.0725	12.16361				20	BL	025061	
3219558	Zottier	zottier	IT		0	Europe/Rome	46.06361	12.11944				20	BL	025034	
3219560	Cònfos	confos	IT		0	Europe/Rome	46.03972	12.17056				20	BL	025061	
3219564	Tortal	tortal	IT		0	Europe/Rome	46.0425	12.16028				20	BL	025061	
3219565	Samprogno	samprogno	IT		0	Europe/Rome	46.05333	12.11028				20	BL	025034	
3219569	Pasa	pasa	IT		0	Europe/Rome	46.09806	12.12444				20	BL	025053	
3219571	Mares	mares	IT		0	Europe/Rome	46.1325	12.16944				20	BL	025006	
3219573	Orzès	orzes	IT		0	Europe/Rome	46.13833	12.14139				20	BL	025006	
3219581	Piz	piz	IT		0	Europe/Rome	46.13944	12.08528				20	BL	025056	
3219582	Landris	landris	IT		0	Europe/Rome	46.11917	12.09861				20	BL	025053	
3219583	Maras	maras	IT		0	Europe/Rome	46.13	12.06444				20	BL	025056	
3219586	Moldoi	moldoi	IT		0	Europe/Rome	46.12722	12.05611				20	BL	025056	
3219589	San Gregorio nelle Aloi	san-gregorio-nelle-aloi	IT		0	Europe/Rome	46.10083	12.06278				20	BL	025048	
3219590	Corazzai	corazzai	IT		0	Europe/Rome	46.11194	12.02111				20	BL	025045	
3219591	Ceranai	ceranai	IT		0	Europe/Rome	46.09278	12.01333				20	BL	025048	
3219592	Marsiai	marsiai	IT		0	Europe/Rome	46.0875	12.01611				20	BL	025048	
3219594	Bivai	bivai	IT		0	Europe/Rome	46.07333	12.00722				20	BL	025048	
3219596	Salzan	salzan	IT		0	Europe/Rome	46.07833	12.05139				20	BL	025048	
3219597	Pagogna	pagogna	IT		0	Europe/Rome	46.0725	12.095				20	BL	025034	
3219599	Tremea	tremea	IT		0	Europe/Rome	46.05083	12.08306				20	BL	025034	
3219601	Tiago	tiago	IT		0	Europe/Rome	46.04	12.075				20	BL	025034	
3219604	Colderù	colderu	IT		0	Europe/Rome	46.03222	12.02556				20	BL	025028	
3219606	Tallandino	tallandino	IT		0	Europe/Rome	46.04417	12.01972				20	BL	025028	
3219614	Tambruz	tambruz	IT		0	Europe/Rome	46.13194	12.42556				20	BL	025060	
3219618	Sitran	sitran	IT		227	Europe/Rome	46.13815	12.33971	489			20	BL	025041	
3219631	Quers	quers	IT		0	Europe/Rome	46.16788	12.37438				20	BL	025038	
3219644	Casera Venal	casera-venal	IT		0	Europe/Rome	46.19917	12.42444				20	BL	025012	
3219654	Provagna	provagna	IT		280	Europe/Rome	46.24463	12.31336	466			20	BL	025031	
3219656	Lòsego	losego	IT		0	Europe/Rome	46.14273	12.28254				20	BL	025040	
3219658	Col-Roncan	col-roncan	IT		319	Europe/Rome	46.14743	12.29816	588			20	BL	025040	
3219659	Nogarè	nogare	IT		0	Europe/Rome	46.15028	12.23306				20	BL	025006	
3219665	Cusighe	cusighe	IT		0	Europe/Rome	46.16111	12.22361				20	BL	025006	
3219666	Gioz	gioz	IT		0	Europe/Rome	46.15885	12.18959				20	BL	025006	
3219671	Gron	gron	IT		0	Europe/Rome	46.14556	12.08778				20	BL	025056	
3219675	Bolago	bolago	IT		0	Europe/Rome	46.15556	12.13333				20	BL	025053	
3219689	Pirago	pirago	IT		0	Europe/Rome	46.26	12.29417				20	BL	025031	
3219691	Casso	casso	IT		0	Europe/Rome	46.27194	12.33333		Casso		06	PN	093019	
3219693	Roggia	roggia	IT		0	Europe/Rome	46.28112	12.29576				20	BL	025009	
3219694	Olàntreghe	olantreghe	IT		0	Europe/Rome	46.29097	12.30289				20	BL	025009	
3219698	Davestra	davestra	IT		0	Europe/Rome	46.31806	12.32583				20	BL	025035	
3219704	Cornigian	cornigian	IT		0	Europe/Rome	46.3675	12.22639				20	BL	025024	
3219709	Peaio	peaio	IT		0	Europe/Rome	46.4125	12.2575				20	BL	025066	
3219711	Vinigo	vinigo	IT		0	Europe/Rome	46.41944	12.27111				20	BL	025066	
3219715	Nebbiu	nebbiu	IT		0	Europe/Rome	46.42833	12.33944				20	BL	025039	
3219720	Rivalgo	rivalgo	IT		0	Europe/Rome	46.35056	12.33333				20	BL	025035	
3219723	Peron	peron	IT		0	Europe/Rome	46.36972	12.35333				20	BL	025037	
3219732	Caralte	caralte	IT		224	Europe/Rome	46.39	12.36806	657			20	BL	025037	
3219755	Casere	casere	IT		0	Europe/Rome	46.40556	13.515				06	UD	030117	
3219756	Cregnedul	cregnedul	IT		0	Europe/Rome	46.39861	13.49528				06	UD	030025	
3219761	Chiout Cali	chiout-cali	IT		0	Europe/Rome	46.40528	13.37222				06	UD	030025	
3219763	Raccolana	raccolana	IT		0	Europe/Rome	46.41	13.31806				06	UD	030025	
3219764	Patòc	patoc	IT		0	Europe/Rome	46.40667	13.35417				06	UD	030025	
3219806	Gli Olmi	gli-olmi	IT		0	Europe/Rome	45.67333	12.33				20	TV	026071	
3219848	Gniva	gniva	IT		0	Europe/Rome	46.36806	13.30194				06	UD	030092	
3219852	Pòvici	povici	IT		0	Europe/Rome	46.38111	13.22222				06	UD	030093	
3219863	Uccea	uccea	IT		0	Europe/Rome	46.30722	13.39761				06	UD	030092	
3219867	Montemaggiore	montemaggiore	IT		0	Europe/Rome	46.26667	13.37139				06	UD	030113	
3219868	Cornappo	cornappo	IT		0	Europe/Rome	46.27361	13.35111				06	UD	030113	
3219869	Micòttis	micottis	IT		0	Europe/Rome	46.28194	13.2825				06	UD	030051	
3219870	Debellis	debellis	IT		0	Europe/Rome	46.26222	13.32722				06	UD	030113	
3219873	Chialminis	chialminis	IT		0	Europe/Rome	46.24417	13.28528				06	UD	030065	
3219875	Prossenicco	prossenicco	IT		0	Europe/Rome	46.2275	13.405				06	UD	030113	
3219877	Nongruella	nongruella	IT		0	Europe/Rome	46.22833	13.33639				06	UD	030065	
3219878	Torlano	torlano	IT		0	Europe/Rome	46.22583	13.28278				06	UD	030065	
3219879	Vallemontana	vallemontana	IT		0	Europe/Rome	46.22083	13.28278				06	UD	030065	
3219880	Cergneu Superiore	cergneu-superiore	IT		0	Europe/Rome	46.21833	13.29472				06	UD	030065	
3219881	Cergneu Inferiore	cergneu-inferiore	IT		0	Europe/Rome	46.21167	13.30667				06	UD	030065	
3219886	Subil	subil	IT		0	Europe/Rome	46.20556	13.32917				06	UD	030007	
3219887	San Gervasio	san-gervasio	IT		0	Europe/Rome	46.20333	13.27806				06	UD	030065	
3219889	Forame	forame	IT		0	Europe/Rome	46.19444	13.34417				06	UD	030007	
3219891	Molmentet	molmentet	IT		0	Europe/Rome	46.19833	13.27056				06	UD	030065	
3219892	Zompitta	zompitta	IT		0	Europe/Rome	46.16889	13.25528				06	UD	030090	
3219893	Partistagno	partistagno	IT		0	Europe/Rome	46.18028	13.32389				06	UD	030007	
3219894	Porzus	porzus	IT		0	Europe/Rome	46.18389	13.35111				06	UD	030007	
3219895	Clao	clao	IT		0	Europe/Rome	46.18139	13.3825				06	UD	030036	
3219897	Stupizza	stupizza	IT		0	Europe/Rome	46.20028	13.47694				06	UD	030086	
3219900	Ossiach	ossiach	IT		0	Europe/Rome	46.1825	13.49833				06	UD	030086	
3219901	Pechinie	pechinie	IT		0	Europe/Rome	46.18278	13.53				06	UD	030108	
3219902	Tercimonte	tercimonte	IT		0	Europe/Rome	46.175	13.51389				06	UD	030086	
3219903	Costa	costa	IT		0	Europe/Rome	46.16611	13.52056				06	UD	030103	
3219905	Grimacco Inferiore	grimacco-inferiore	IT		0	Europe/Rome	46.1568	13.57335		Grimac,Grimacco		06	UD	030045	
3219908	Brischis	brischis	IT		0	Europe/Rome	46.16583	13.48389				06	UD	030086	
3219910	Tarcetta	tarcetta	IT		0	Europe/Rome	46.16194	13.47944				06	UD	030086	
3219911	Marsarolis	marsarolis	IT		0	Europe/Rome	46.18028	13.45333				06	UD	030086	
3219912	Calla	calla	IT		0	Europe/Rome	46.18278	13.42889				06	UD	030122	
3219914	Canal di Grivo	canal-di-grivo	IT		0	Europe/Rome	46.16889	13.36111				06	UD	030036	
3219917	Raschiacco	raschiacco	IT		0	Europe/Rome	46.14361	13.36639				06	UD	030036	
3219918	Prestento	prestento	IT		243	Europe/Rome	46.12682	13.40351	175			06	UD	030122	
3219919	Colloredo	colloredo	IT		0	Europe/Rome	46.13389	13.38583				06	UD	030036	
3219922	Canalutto	canalutto	IT		0	Europe/Rome	46.15944	13.43722				06	UD	030122	
3219923	Biacis	biacis	IT		0	Europe/Rome	46.15	13.48417				06	UD	030086	
3219924	Spignon	spignon	IT		0	Europe/Rome	46.14889	13.465				06	UD	030086	
3219927	Vernasso	vernasso	IT		0	Europe/Rome	46.12278	13.47056				06	UD	030103	
3219930	Topolo	topolo	IT		0	Europe/Rome	46.17662	13.60391				06	UD	030045	
3219931	Obenetto	obenetto	IT		0	Europe/Rome	46.165	13.63972				06	UD	030034	
3219933	Obranchi	obranchi	IT		0	Europe/Rome	46.15833	13.63611				06	UD	030045	
3219934	Prapotnizza	prapotnizza	IT		0	Europe/Rome	46.17417	13.64361				06	UD	030034	
3219935	Tribil di Sopra	tribil-di-sopra	IT		0	Europe/Rome	46.14139	13.6225				06	UD	030111	
3219937	Raune	raune	IT		0	Europe/Rome	46.14222	13.58056				06	UD	030111	
3219938	Oblizza	oblizza	IT		0	Europe/Rome	46.13528	13.59278				06	UD	030111	
3219939	Còsizza	cosizza	IT		0	Europe/Rome	46.14583	13.5475				06	UD	030102	
3219940	Clastra	clastra	IT		0	Europe/Rome	46.13298	13.52048				06	UD	030102	
3219942	Merso Soprano	merso-soprano	IT		0	Europe/Rome	46.12389	13.52806				06	UD	030102	
3219944	Scrutto	scrutto	IT		0	Europe/Rome	46.12	13.51722				06	UD	030102	
3219945	Altana	altana	IT		0	Europe/Rome	46.10361	13.54722				06	UD	030102	
3219946	Còdromaz	codromaz	IT		0	Europe/Rome	46.10333	13.55028				06	UD	030102	
3219949	Cialla	cialla	IT		0	Europe/Rome	46.08167	13.48361				06	UD	030085	
3219950	Miscecco	miscecco	IT		0	Europe/Rome	46.07917	13.50944				06	UD	030085	
3219952	Fornalis	fornalis	IT		0	Europe/Rome	46.07611	13.45639				06	UD	030026	
3219953	Rualis	rualis	IT		0	Europe/Rome	46.08194	13.4125				06	UD	030026	
3219956	Albana	albana	IT		0	Europe/Rome	46.05583	13.49139				06	UD	030085	
3219958	Dolegna del Collio	dalegna-del-collio	IT		435	Europe/Rome	46.03306	13.47472			031004	06	GO	031004	
3219961	Rosazzo	rosazzo	IT		0	Europe/Rome	46.00861	13.42139				06	UD	030055	
3219963	Rocca Bernarda	rocca-bernarda	IT		0	Europe/Rome	46.02583	13.39556				06	UD	030055	
3219966	Leproso	leproso	IT		0	Europe/Rome	46.04361	13.39444				06	UD	030083	
3219971	Selvis	selvis	IT		238	Europe/Rome	46.0708	13.31948	101			06	UD	030091	
3219974	Vicinale	vicinale	IT		0	Europe/Rome	46.02	13.33361				06	UD	030014	
3219975	Lovarie	lovarie	IT		0	Europe/Rome	46.01611	13.30472				06	UD	030080	
3219976	Caminetto	caminetto	IT		0	Europe/Rome	46.00694	13.32417				06	UD	030014	
3219983	Zagliano	zagliano	IT		0	Europe/Rome	46.01917	13.21056				06	UD	030079	
3219987	San Gottordo	san-gottordo	IT		0	Europe/Rome	46.07806	13.27722				06	UD	030129	
3219988	Grions del Torre	grions-del-torre	IT		0	Europe/Rome	46.10306	13.30917				06	UD	030078	
3219990	Siacco	siacco	IT		0	Europe/Rome	46.13806	13.32				06	UD	030078	
3219991	Salt	salt	IT		0	Europe/Rome	46.11167	13.28806				06	UD	030078	
3219993	Beivars	beivars	IT		0	Europe/Rome	46.09139	13.26972				06	UD	030129	
3220004	Ribis	ribis	IT		0	Europe/Rome	46.13028	13.23056				06	UD	030090	
3220013	Bonavilla	bonavilla	IT		0	Europe/Rome	46.06472	13.16583				06	UD	030072	
3220014	Faugnacco	faugnacco	IT		0	Europe/Rome	46.07944	13.12528				06	UD	030057	
3220015	Rizzi	rizzi	IT		0	Europe/Rome	46.08333	13.20861				06	UD	030129	
3220018	Villatta	villatta	IT		0	Europe/Rome	46.10333	13.12139				06	UD	030037	
3220020	Plaino	plaino	IT		0	Europe/Rome	46.11056	13.17944				06	UD	030068	
3220021	Zampis	zampis	IT		0	Europe/Rome	46.1175	13.18				06	UD	030068	
3220023	Modotto	modotto	IT		0	Europe/Rome	46.12778	13.115				06	UD	030063	
3220028	Fontanabona	fontanabona	IT		0	Europe/Rome	46.14306	13.18528				06	UD	030068	
3220029	Luseriacco	luseriacco	IT		0	Europe/Rome	46.15082	13.20608				06	UD	030127	
3220030	Colloredo di Monte Albano	collofedo-di-monte-albano	IT		2154	Europe/Rome	46.16472	13.13861			030028	06	UD	030028	
3220031	Montegnacco	montegnacco	IT		0	Europe/Rome	46.175	13.21361				06	UD	030127	
3220032	Loneriacco	loneriacco	IT		256	Europe/Rome	46.19167	13.22889	240			06	UD	030116	
3220033	Molinis	molinis	IT		0	Europe/Rome	46.20028	13.22944				06	UD	030116	
3220034	Martinazzo	martinazzo	IT		0	Europe/Rome	46.18444	13.15972				06	UD	030126	
3220035	Zeglianutto	zeglianutto	IT		0	Europe/Rome	46.19944	13.15667				06	UD	030126	
3220038	Casasoia	casasoia	IT		0	Europe/Rome	46.19417	13.0875				06	UD	030053	
3220039	Comerzo	comerzo	IT		0	Europe/Rome	46.18056	13.06				06	UD	030053	
3220040	Farla	farla	IT		0	Europe/Rome	46.17139	13.06889				06	UD	030053	
3220041	Sant'Eliseo	sant-eliseo	IT		0	Europe/Rome	46.16972	13.09333				06	UD	030053	
3220044	Batteglia	batteglia	IT		0	Europe/Rome	46.12111	13.06361				06	UD	030037	
3220049	Sedilis	sedilis	IT		282	Europe/Rome	46.2217	13.24314	401			06	UD	030116	
3220050	Ciserns	ciserns	IT		0	Europe/Rome	46.23056	13.24611				06	UD	030116	
3220053	Sammordenchia	sammordenchia	IT		0	Europe/Rome	46.23917	13.20361				06	UD	030116	
3220054	Zomeais	zomeais	IT		0	Europe/Rome	46.23	13.22389				06	UD	030116	
3220055	Sopraprato	sopraprato	IT		0	Europe/Rome	46.25833	13.18667				06	UD	030061	
3220058	Segnacco	segnacco	IT		0	Europe/Rome	46.205	13.22333				06	UD	030116	
3220059	Zegliacco	zegliacco	IT		0	Europe/Rome	46.20278	13.15833				06	UD	030126	
3220060	Zurin	zurin	IT		0	Europe/Rome	46.21056	13.17917				06	UD	030052	
3220062	Ursinis	ursinis	IT		0	Europe/Rome	46.20528	13.13111				06	UD	030013	
3220063	San Floreano	san-floreano	IT		0	Europe/Rome	46.21139	13.07083				06	UD	030053	
3220066	Lessi	lessi	IT		0	Europe/Rome	46.25528	13.09972				06	UD	030043	
3220068	Maniaglia	maniaglia	IT		0	Europe/Rome	46.26444	13.15361				06	UD	030043	
3220069	Frattins	frattins	IT		0	Europe/Rome	46.27056	13.21056				06	UD	030061	
3220070	Cesàriis	cesariis	IT		0	Europe/Rome	46.27444	13.22111				06	UD	030061	
3220071	Taboga	taboga	IT		0	Europe/Rome	46.26556	13.105				06	UD	030043	
3220074	Pers	pers	IT		0	Europe/Rome	46.28083	13.22472				06	UD	030051	
3220075	Pradielis	pradielis	IT		0	Europe/Rome	46.28306	13.24833				06	UD	030051	
3220088	Internoppo	internoppo	IT		0	Europe/Rome	46.32806	13.08389				06	UD	030012	
3220091	Portis	portis	IT		0	Europe/Rome	46.35278	13.14917				06	UD	030131	
3220097	Campiolo	campiolo	IT		0	Europe/Rome	46.40361	13.16389				06	UD	030059	
3220098	Stavoli	stavoli	IT		0	Europe/Rome	46.41833	13.13722				06	UD	030059	
3220103	Proverno	proverno	IT		0	Europe/Rome	46.33528	13.09944				06	UD	030012	
3220105	Somplago	somplago	IT		0	Europe/Rome	46.35056	13.06417				06	UD	030021	
3220114	Marins	marins	IT		0	Europe/Rome	46.31944	12.94167				06	PN	093049	
3220120	Cascinali Chiampeis	cascinali-chiampeis	IT		0	Europe/Rome	46.35917	12.88				06	UD	030084	
3220122	Chiàicis	chiaicis	IT		0	Europe/Rome	46.38528	12.97167				06	UD	030132	
3220123	Chiaulis	chiaulis	IT		202	Europe/Rome	46.38877	12.99155	407		030132	06	UD	030132	
3220129	Priuso	priuso	IT		0	Europe/Rome	46.40083	12.81389				06	UD	030110	
3220131	Clendis	clendis	IT		0	Europe/Rome	46.41889	12.78583				06	UD	030003	
3220142	Casa Cividin	casa-cividin	IT		0	Europe/Rome	46.36722	12.75194				06	UD	030003	
3220148	Andrazza	andrazza	IT		0	Europe/Rome	46.41389	12.59111				06	UD	030041	
3220161	Oncedis	oncedis	IT		0	Europe/Rome	46.30694	13.04861				06	UD	030124	
3220164	Reonis	reonis	IT		0	Europe/Rome	46.29833	12.93944				06	PN	093049	
3220168	Palcoda	palcoda	IT		0	Europe/Rome	46.29111	12.84917				06	PN	093046	
3220175	Pert	pert	IT		0	Europe/Rome	46.26361	12.96972				06	PN	093049	
3220176	Battaias	battaias	IT		0	Europe/Rome	46.26389	12.93861				06	PN	093049	
3220177	Orton	orton	IT		0	Europe/Rome	46.25583	12.91083				06	PN	093016	
3220181	Gerchia	gerchia	IT		0	Europe/Rome	46.255	12.88806				06	PN	093016	
3220182	Pradis	pradis	IT		0	Europe/Rome	46.24278	12.89417				06	PN	093016	
3220185	Celante di Castelnuovo	celante-di-castelnuovo	IT		0	Europe/Rome	46.21194	12.90889				06	PN	093011	
3220186	Manazzons	manazzons	IT		0	Europe/Rome	46.20944	12.91028				06	PN	093011	
3220187	Castelnuovo del Fruili	castelnuovo-del-fruili	IT		0	Europe/Rome	46.195	12.94806				06	PN	093030	
3220188	Riviera	riviera	IT		0	Europe/Rome	46.19556	12.90861				06	PN	093011	
3220189	Susàns	susans	IT		0	Europe/Rome	46.19778	13.04806				06	UD	030053	
3220196	Almàdis	almadis	IT		0	Europe/Rome	46.20861	12.89361				06	PN	093011	
3220201	Tramonti di Mezzo	tramonti-di-mezzo	IT		0	Europe/Rome	46.30222	12.80167				06	PN	093046	
3220212	Faidona	faidona	IT		0	Europe/Rome	46.25083	12.7425				06	PN	093046	
3220213	Sottomonte	sottomonte	IT		0	Europe/Rome	46.21556	12.80611				06	PN	093026	
3220214	Bier	bier	IT		0	Europe/Rome	46.2025	12.77278				06	PN	093012	
3220215	Valdestali	valdestali	IT		0	Europe/Rome	46.20861	12.75778				06	PN	093024	
3220219	Frassaneit	frassaneit	IT		0	Europe/Rome	46.30556	12.73083				06	PN	093045	
3220222	Inglagna	inglagna	IT		0	Europe/Rome	46.26778	12.72417				06	PN	093045	
3220223	Casasolo	casasolo	IT		0	Europe/Rome	46.22444	12.73139				06	PN	093024	
3220225	Merie	merie	IT		0	Europe/Rome	46.21194	12.69278				06	PN	093024	
3220249	Contron	contron	IT		0	Europe/Rome	46.23583	12.48778				06	PN	093015	
3220251	Pinedo	pinedo	IT		0	Europe/Rome	46.26778	12.47778				06	PN	093015	
3220256	Casera Lodina	casera-lodina	IT		0	Europe/Rome	46.30861	12.42194				06	PN	093014	
3220263	Casera Bozzia	casera-bozzia	IT		0	Europe/Rome	46.32306	12.38639				06	PN	093019	
3220266	Sant'Osvaldo	sant-osvaldo	IT		0	Europe/Rome	46.28611	12.43778				06	PN	093014	
3220278	Arcano	arcano	IT		0	Europe/Rome	46.14444	13.01639				06	UD	030099	
3220279	Giavans	giavans	IT		0	Europe/Rome	46.13278	13.01556				06	UD	030095	
3220281	Maseris	maseris	IT		0	Europe/Rome	46.10167	12.98083				06	UD	030031	
3220283	Baseglia	baseglia	IT		0	Europe/Rome	46.12889	12.9025				06	PN	093044	
3220284	Gaio	gaio	IT		0	Europe/Rome	46.13778	12.89				06	PN	093044	
3220286	Aonedis	aonedis	IT		0	Europe/Rome	46.15083	12.96444				06	UD	030099	
3220291	Boscarini	boscarini	IT		0	Europe/Rome	46.1775	12.75833				06	PN	093020	
3220293	Tesis	tesis	IT		444	Europe/Rome	46.11333	12.78667	168			06	PN	093050	
3220302	Casera le Valli	casera-le-valli	IT		0	Europe/Rome	46.14306	12.51472				06	PN	093006	
3220308	Bosplaris	bosplaris	IT		0	Europe/Rome	46.19806	12.62389				06	PN	093001	
3220310	Alcheda	alcheda	IT		0	Europe/Rome	46.1975	12.59083				06	PN	093006	
3220317	Bronzacco	bronzacco	IT		0	Europe/Rome	46.17	13.02417				06	UD	030099	
3220318	Savalons	savalons	IT		0	Europe/Rome	46.06833	13.07056				06	UD	030058	
3220321	Gradisca	gradisca	IT		727	Europe/Rome	46.00472	12.96472	65			06	UD	030109	
3220322	Aurava	aurava	IT		322	Europe/Rome	46.03833	12.88361	79			06	PN	093038	
3220324	Cosa	cosa	IT		352	Europe/Rome	46.05601	12.8943	86			06	PN	093038	
3220325	Gradisca	gradisca	IT		411	Europe/Rome	46.077	12.90083	90			06	PN	093044	
3220326	Bonzicco	bonzicco	IT		0	Europe/Rome	46.07556	12.93333				06	UD	030032	
3220329	Masòn	mason	IT		0	Europe/Rome	46.02667	12.67583				06	PN	093040	
3220331	Nogheredò	nogheredo	IT		0	Europe/Rome	46.02167	12.62778				06	PN	093036	
3220332	La Roiata	la-roiata	IT		0	Europe/Rome	46.01361	12.61278				06	PN	093036	
3220333	Beorchia	beorchia	IT		0	Europe/Rome	46.07833	12.59528				06	PN	093004	
3220334	Costa	costa	IT		0	Europe/Rome	46.08778	12.57778				06	PN	093004	
3220339	Casere della Valle	casere-della-valle	IT		0	Europe/Rome	46.09333	12.485				06	PN	093008	
3220346	Coltura	coltura	IT		0	Europe/Rome	46.03611	12.48333				06	PN	093031	
3220633	Ovedasso	ovedasso	IT		0	Europe/Rome	46.405	13.21361				06	UD	030059	
3220634	Villuzza	villuzza	IT		0	Europe/Rome	46.17667	12.97111				06	UD	030087	
3220635	Mondèl	mondel	IT		0	Europe/Rome	46.18361	12.89306				06	PN	093011	
3220678	Alvisopoli	alvisopoli	IT		0	Europe/Rome	45.80583	12.92				20	VE	027016	
3220679	Corgo	corgo	IT		0	Europe/Rome	45.80222	12.88139				20	VE	027016	
3220682	Ca Cottoni	ca-cottoni	IT		0	Europe/Rome	45.64639	12.825				20	VE	027005	
3220685	Fontanellette	fontanellette	IT		0	Europe/Rome	45.82833	12.43056				20	TV	026028	
3220690	Borgo Bellussi	borgo-bellussi	IT		0	Europe/Rome	45.8225	12.35917				20	TV	026088	
3220692	Veneto	veneto	IT		0	Europe/Rome	45.69889	12.22556				20	TV	026086	
3220693	Bagaggiolo	bagaggiolo	IT		0	Europe/Rome	45.56944	12.41167				20	TV	026069	
3220728	Canale Bianco	canale-bianco	IT		0	Europe/Rome	44.9375	12.11333				05	FE	038002	
3223360	Villaggio del Fanciullo	villaggio-del-fanciullo	IT		0	Europe/Rome	42.05833	11.825				07	RM	058097	
3223361	Poggio Martino	poggio-martino	IT		0	Europe/Rome	42.065	11.81876				07	RM	058032	
3223363	Borgo Odescalchi	borgo-odescalchi	IT		0	Europe/Rome	42.08443	11.80296				07			
3223372	San Liborio	san-liborio	IT		0	Europe/Rome	42.1	11.825				07	RM	058032	
3223398	Rimessa Nuova	rimessa-nuova	IT		0	Europe/Rome	42.11667	11.79444				07	RM	058032	
3223403	Scaglia	scaglia	IT		0	Europe/Rome	42.12764	11.77108				07	RM	058032	
3223436	Borgo Pantano	borgo-pantano	IT		0	Europe/Rome	42.14167	11.75833				07	RM	058032	
3223745	Villa Spartera	villa-spartera	IT		0	Europe/Rome	40.41528	17.20417				13	TA	073027	
3223751	Chiapparo	chiapparo	IT		0	Europe/Rome	40.4375	17.25				13	TA	073027	
3223760	Ruberto	ruberto	IT		0	Europe/Rome	40.4625	17.25972				13	TA	073027	
3223771	Casa Galeone	casa-galeone	IT		0	Europe/Rome	40.48528	17.26861				13	TA	073027	
3223881	Santa Maria del Casale	santa-maria-del-casale	IT		0	Europe/Rome	40.6525	17.935				13	BR	074001	
3223884	Lu Prema	lu-prema	IT		0	Europe/Rome	40.65972	17.925				13	BR	074001	
3224131	Corsanego	corsanego	IT		0	Europe/Rome	44.37596	9.08574				08	GE	010043	
3224136	Pieve Alta	pieve-alta	IT		0	Europe/Rome	44.37688	9.09393				08	GE	010043	
3224207	San Bartolomeo di Bussonengo	san-bartolomeo-di-bussonengo	IT		0	Europe/Rome	44.37715	9.11488				08	GE	010060	
3224220	Ageno	ageno	IT		0	Europe/Rome	44.37333	9.13083				08	GE	010047	
3224246	Cotulo	cotulo	IT		0	Europe/Rome	44.35222	9.15111				08	GE	010007	
3224254	Molino Nuovo	molino-nuovo	IT		0	Europe/Rome	44.38111	9.1525				08	GE	010047	
3224269	Collodari	collodari	IT		0	Europe/Rome	44.37722	9.15583				08	GE	010047	
3224273	Vescina	vescina	IT		0	Europe/Rome	44.37917	9.16667				08	GE	010002	
3224275	Arbocco	arbocco	IT		0	Europe/Rome	44.38333	9.19167				08	GE	010046	
3224278	Sant'Andrea di Foggia	sant-andrea-di-foggia	IT		200	Europe/Rome	44.37805	9.20172	101			08	GE	010046	
3224279	San Martino di Noceto	san-martino-di-noceto	IT		317	Europe/Rome	44.35988	9.17496	232			08	GE	010046	
3224512	Bana	bana	IT		0	Europe/Rome	44.34944	9.18167				08	GE	010007	
3224551	San Quirico d'Assereto	san-quirico-d-assereto	IT		0	Europe/Rome	44.37917	9.225				08	GE	010046	
3224554	Gravero	gravero	IT		0	Europe/Rome	44.37167	9.23333				08	GE	010046	
3224572	San Maurizio del Monte	san-maurizio-del-monte	IT		0	Europe/Rome	44.37389	9.24444				08	GE	010046	
3224583	San Pietro di Novella	san-pietro-di-novella	IT		0	Europe/Rome	44.36365	9.21204				08	GE	010046	
3224584	Santa Maria del Campo	santa-maria-del-campo	IT		0	Europe/Rome	44.35822	9.19461				08	GE	010046	
3224606	Mexi	mexi	IT		0	Europe/Rome	44.35	9.25917				08	GE	010067	
3224612	Pagana	pagana	IT		0	Europe/Rome	44.33897	9.22488				08	GE	010046	
3224658	Oneto	oneto	IT		0	Europe/Rome	44.35778	9.2875				08	GE	010053	
3224659	Camposasco	camposasco	IT		0	Europe/Rome	44.36056	9.29833				08	GE	010053	
3224661	Semorile	semorile	IT		0	Europe/Rome	44.35	9.27889				08	GE	010067	
3224663	Il Bocco	il-bocco	IT		0	Europe/Rome	44.35111	9.30333				08	GE	010029	
3224675	Sanguineto	sanguineto	IT		0	Europe/Rome	44.33803	9.3043				08	GE	010015	
3224677	Villa Solari	villa-solari	IT		0	Europe/Rome	44.32667	9.2925				08			
3224686	Bacezza	bacezza	IT		0	Europe/Rome	44.32028	9.31361				08	GE	010015	
3224720	San Pier di Canne	san-pier-di-canne	IT		0	Europe/Rome	44.32833	9.33056				08	GE	010015	
3224728	Breccanecca	breccanecca	IT		0	Europe/Rome	44.33222	9.36917				08	GE	010018	
3224746	Santo Stefano del Ponte	santo-stefano-del-ponte	IT		0	Europe/Rome	44.27563	9.40335				08	GE	010059	
3224755	Santa Sabina	santa-sabina	IT		0	Europe/Rome	44.26312	9.4285				08	GE	010059	
3229679	Vitalaccia	vitalaccia	IT		0	Europe/Rome	44.43333	12.24167				05	RA	039014	
3229855	Vignola Grande	vignola-grande	IT		0	Europe/Rome	45.44167	12.37917				20	VE	027042	
3229857	Vignola Piccola	vignola-piccola	IT		0	Europe/Rome	45.4375	12.375				20	VE	027042	
3229951	Quattro Fontane	quattro-fontane	IT		0	Europe/Rome	45.40833	12.36667				20	VE	027042	
3230835	Malcontenta	malcontenta	IT		0	Europe/Rome	45.43667	12.20833				20	VE	027042	
3343555	Valpelina	valpelina	IT		0	Europe/Rome	45.66222	13.00361				20	VE	027034	
3343556	Lignano Riviera	lignano-riviera	IT		0	Europe/Rome	45.655	13.10139		Lignano Riviera		06	UD	030049	
3343557	Áusa-Corno	ausa-corno	IT		0	Europe/Rome	45.75806	13.23806				06	UD	030100	
3343559	Villa Bruna	villa-bruna	IT		0	Europe/Rome	45.77972	13.1975				06	UD	030018	
3343562	San Gervásio	san-gervasio	IT		0	Europe/Rome	45.8125	13.16139				06	UD	030018	
3343564	Galli	galli	IT		0	Europe/Rome	45.82889	13.19361				06	UD	030100	
3343570	Panzano Bagni	panzano-bagni	IT		0	Europe/Rome	45.78389	13.54361				06	GO		
3343574	San António	san-antonio	IT		0	Europe/Rome	45.80139	13.40444				06	UD	030038	
3343575	San Zanùt	san-zanut	IT		0	Europe/Rome	45.83472	13.47028				06	GO	031021	
3343576	Pálchisce	palchisce	IT		0	Europe/Rome	45.85667	13.56806				06	GO	031003	
3343577	Visintini	visintini	IT		0	Europe/Rome	45.86472	13.56528				06	GO	031003	
3343588	Plessiva	plessiva	IT		0	Europe/Rome	45.98139	13.49917				06	GO	031002	
3343590	Giássico	giassico	IT		0	Europe/Rome	45.97583	13.44778				06	GO	031002	
3343592	Alture	alture	IT		0	Europe/Rome	45.85389	13.35361				06	UD	030098	
3343594	Sant'Andràt	sant-andrat	IT		0	Europe/Rome	45.91944	13.15611				06	UD	030114	
3343599	Melarolo	melarolo	IT		0	Europe/Rome	45.95556	13.32694				06	UD	030128	
3343600	Merlana	merlana	IT		0	Europe/Rome	45.95167	13.31056				06	UD	030128	
3343602	Sivigliano	sivigliano	IT		0	Europe/Rome	45.88667	13.05861				06	UD	030188	
3343603	Crosere	crosere	IT		0	Europe/Rome	45.79694	13.01944				06	UD	030046	
3343608	Bicinicco di Sotto	bicinicco-di-sotto	IT		0	Europe/Rome	45.93167	13.2525				06	UD	030011	
6252018	monteggia	monteggia	IT		200	Europe/Rome	45.91617	8.62332	400			09	VA	012087	
6254929	Stagnedo	stagnedo	IT		0	Europe/Rome	44.21371	9.75921	80			08	SP	011003	
6269270	EUR	eur	IT		0	Europe/Rome	41.82941	12.46854		E.42,EUR,Esposizione Universale Roma		07	RM	058091	
6324482	S. Marizza di Varmo	s-marizza-di-varmo	IT		0	Europe/Rome	45.90028	12.97794				06	UD	030130	
6324483	Cornazzai	cornazzai	IT		0	Europe/Rome	45.87788	13.00833				06	UD	030130	
6324484	Panellia di Sedegliano	panellia-di-sedegliano	IT		0	Europe/Rome	45.98742	12.92988				06	UD	030109	
6324485	Portobello di Gallura	portobello-di-gallura	IT		0	Europe/Rome	41.12566	9.0239				14	OT	104002	
6355025	Isola Rossa	isola-rossa	IT		0	Europe/Rome	41.01268	8.87755				14	OT		
6355031	Lido del Sole	lido-del-sole	IT		0	Europe/Rome	41.92169	15.82538				13	FG	071043	
6355032	Marciaga	marciaga	IT		0	Europe/Rome	45.59176	10.71261				20	VR	023030	
6533364	Cicogna	cicogna	IT		0	Europe/Rome	43.54643	11.63916	240			16	AR	051039	
6533365	Traiana	traiana	IT		0	Europe/Rome	43.55253	11.6704	240			16	AR	051039	
6534284	Torre Lupara	torre-lupara	IT		22676	Europe/Rome	41.99771	12.61814			058122	07	RM	058122	
6534350	Pleyne	pleyne	IT		0	Europe/Rome	44.58063	7.01712			004017	12	CN	004017	
6534392	Carezzano Maggiore	carezzano-maggiore	IT		449	Europe/Rome	44.80705	8.90055			006032	12	AL	006032	
6534395	Cerrina	cerrina	IT		314	Europe/Rome	45.12135	8.21383	225		006059	12	AL	006059	
6534481	Ponna di Mezzo	ponna-di-mezzo	IT		0	Europe/Rome	45.99028	9.08908				09	CO	013187	
6534527	Costa di Serina	costa-di-serina	IT		914	Europe/Rome	45.83268	9.74165			016247	09	BG	016247	
6534546	Casa Ponte	casa-ponte	IT		0	Europe/Rome	44.87777	9.16509			018166	09	PV	018166	
6534547	Mombelli	mombelli	IT		0	Europe/Rome	44.86866	9.23436			018170	09	PV	018170	
6534567	La Valle - Wengen	la-valle-wengen	IT		1232	Europe/Rome	46.65763	11.92399			021117	17	BZ	021117	
6534641	Reana del Rojale	reana-del-rojale	IT		4726	Europe/Rome	46.14322	13.24653			030090	06	UD	030090	
6534667	Monte Grimano Terme	monte-grimano-terme	IT		430	Europe/Rome	43.86766	12.47125	536		041035	10	PU	041035	
6534671	Valle e Castello	valle-e-castello	IT		0	Europe/Rome	43.0374	13.08742			043018	10	MC	043018	
6534674	Fluminata	fluminata	IT		0	Europe/Rome	42.94375	13.13618			043056	10	MC	043056	
6534724	Molino Vecchio	molino-vecchio	IT		0	Europe/Rome	44.55555	9.06816			010065	08	GE	010065	
6534771	Aldino - Aldein	aldino-aldein	IT		1656	Europe/Rome	46.36581	11.35508			021001	17	BZ	021001	
6534772	Andriano - Andrian	andriano-andrian	IT		794	Europe/Rome	46.51762	11.23137			021002	17	BZ	021002	
6534774	Barbiano - Barbian	barbiano-barbian	IT		1520	Europe/Rome	46.60332	11.52138			021007	17	BZ	021007	
6534776	Brennero - Brenner	brennero-brenner	IT		2066	Europe/Rome	46.93813	11.44247			021010	17	BZ	021010	
6534777	Caines - Kuens	caines-kuens	IT		318	Europe/Rome	46.70002	11.16987			021014	17	BZ	021014	
6534779	Cortina sulla strada del vino - Kurtinig an der Weinstrasse	cortina-sulla-strada-del-vino-kurtinig-an-der-weinstrasse	IT		594	Europe/Rome	46.26941	11.22188			021025	17	BZ	021025	
6534780	Funes - Villnoess	funes-villnoess	IT		2379	Europe/Rome	46.64282	11.67828			021033	17	BZ	021033	
6534782	Marebbe - Enneberg	marebbe-enneberg	IT		2682	Europe/Rome	46.69843	11.93509	1201	Enneberg,Marebbe	021047	17	BZ	021047	
6534783	Proves - Proveis	proves-proveis	IT		288	Europe/Rome	46.47661	11.02247			021069	17	BZ	021069	
6534784	Racines - Ratschings	racines-ratschings	IT		4010	Europe/Rome	46.88183	11.37827			021070	17	BZ	021070	
6534785	Rasun Anterselva - Rasen-Antholz	rasun-anterselva-rasen-antholz	IT		2700	Europe/Rome	46.77853	12.04729		Rasun Anterselva	021071	17	BZ	021071	
6534786	Renon - Ritten	renon-ritten	IT		6993	Europe/Rome	46.54152	11.45728			021072	17	BZ	021072	
6534787	Rodengo - Rodeneck	rodengo-rodeneck	IT		1157	Europe/Rome	46.77953	11.69048			021075	17	BZ	021075	
6534788	San Martino in Badia - St. Martin in Thurn	san-martino-in-badia-st-martin-in-thurn	IT		1690	Europe/Rome	46.68153	11.89809			021082	17	BZ	021082	
6534790	Tirolo - Tirol	tirolo-tirol	IT		2356	Europe/Rome	46.69102	11.15427			021101	17	BZ	021101	
6534791	Ultimo - Ulten	ultimo-ulten	IT		3006	Europe/Rome	46.54832	11.00417			021104	17	BZ	021104	
6534793	Valle Aurina - Ahrntal	valle-aurina-ahrntal	IT		5517	Europe/Rome	46.99624	11.97988			021108	17	BZ	021108	
6534794	Valle di Casies - Gsies	valle-di-casies-gsies	IT		2098	Europe/Rome	46.76833	12.17939			021109	17	BZ	021109	
6534795	Vandoies - Vintl	vandoies-vintl	IT		3108	Europe/Rome	46.81513	11.72068			021110	17	BZ	021110	
6534796	Verano - Voeran	verano-voeran	IT		880	Europe/Rome	46.60472	11.22607			021112	17	BZ	021112	
6534797	Villandro - Villanders	villandro-villanders	IT		1830	Europe/Rome	46.63082	11.53708			021114	17	BZ	021114	
6534806	Imposte	imposte	IT		698	Europe/Rome	42.68634	13.52829			067036	01	TE	067036	
6535740	Zuni	zuni	IT		5856	Europe/Rome	41.21722	14.13082			061010	04	CE	061010	
6535868	Scena - Schenna	scena-schenna	IT		2677	Europe/Rome	46.69012	11.18627			021087	17	BZ	021087	
6543916	San Lorenzo a Vaccoli	san-lorenzo-a-vaccoli	IT		0	Europe/Rome	43.79876	10.48151				16	LU	046017	
6543978	villa a sesta	villa-a-sesta	IT		0	Europe/Rome	43.38657	11.48189				16	SI	052006	
6543982	Isola Albarella	isola-albarella	IT		301	Europe/Rome	45.06947	12.34441	1			20	RO	029040	
6543984	arcigliano	arcigliano	IT		0	Europe/Rome	43.95643	10.8625				16	PT	047014	
6543987	Chiatri	chiatri	IT		0	Europe/Rome	43.86891	10.37891				16	LU	046017	
6543988	Arliano	arliano	IT		0	Europe/Rome	43.84761	10.40471				16	LU	046017	
6543989	Arsella	arsella	IT		0	Europe/Rome	43.93628	11.47657				16	FI	048049	
6543991	Colleoli	colleoli	IT		0	Europe/Rome	43.62032	10.75891				16	PI	050024	
6543992	Montebenichi	montebenichi	IT		0	Europe/Rome	43.40558	11.54484				16	AR	051005	
6544000	san cerbone	san-cerbone	IT		0	Europe/Rome	43.78082	10.45612				16	LU	046017	
6544001	teverina	teverina	IT		0	Europe/Rome	43.32522	12.09957				16	AR	051017	
6544002	compignano lucca	compignano-lucca	IT		0	Europe/Rome	43.84779	10.38443				16	LU	046018	
6544007	Bagni di Petriolo	bagni-di-petriolo	IT		0	Europe/Rome	43.08072	11.29969				16	SI	052018	
6544014	Luco di Mugello	luco-di-mugello	IT		0	Europe/Rome	44.00032	11.39611				16	FI	048004	
6544017	grimaldi inferiore	grimaldi-inferiore	IT		0	Europe/Rome	43.78554	7.53278				08	IM	008065	
6544020	Mastiano	mastiano	IT		0	Europe/Rome	43.91002	10.48939				16	LU	046017	
6544022	Costa Paradiso	costa-paradiso	IT		0	Europe/Rome	41.05182	8.9476				14	OT	104026	
6544026	Marina de lu imposta	marina-de-lu-imposta	IT		0	Europe/Rome	40.81984	9.68437				14	OT	104023	
6544030	Porto Pollo	porto-pollo	IT		0	Europe/Rome	41.18791	9.32518				14	OT	104020	
6544032	Principina a Mare	principina-a-mare	IT		0	Europe/Rome	42.69815	11.00206				16	GR	053011	
6544034	San Macario in Piano	san-macario-in-piano	IT		0	Europe/Rome	43.85759	10.4361				16	LU	046017	
6544036	Valdicastello	valdicastello	IT		0	Europe/Rome	43.95791	10.26988				16	LU	046024	
6544039	Badia a Montemuro	badia-a-montemuro	IT		0	Europe/Rome	43.54619	11.39819				16	SI	052023	
6544043	Marina del Cantone	marina-del-cantone	IT		0	Europe/Rome	40.58322	14.35558				04	NA		
6544046	Ponte Agli Stolli	ponte-agli-stolli	IT		0	Europe/Rome	43.60112	11.41192				16	FI	048052	
6544047	Corella	corella	IT		0	Europe/Rome	43.94094	11.55934				16	FI	048013	
6544049	Corsignano	corsignano	IT		0	Europe/Rome	43.3947	11.34735				16	SI	052006	
6544050	Meati	meati	IT		0	Europe/Rome	43.83226	10.45445				16	LU	046017	
6544051	Orbicciano	orbicciano	IT		0	Europe/Rome	43.9117	10.39222				16	LU	046005	
6544057	falciani	falciani	IT		0	Europe/Rome	43.6783	11.2147				16	FI	048022	
6544058	Farnetella	farnetella	IT		0	Europe/Rome	43.24433	11.70198				16	SI	052033	
6544063	Greppolungo	greppolungo	IT		0	Europe/Rome	43.95517	10.30235				16	LU	046005	
6544064	Grezzano	grezzano	IT		383	Europe/Rome	44.01174	11.40377	358			16	FI	048004	
6544067	Tripalle	tripalle	IT		0	Europe/Rome	43.57288	10.54676				16	PI	050041	
6544080	Monteggiori	monteggiori	IT		0	Europe/Rome	43.94714	10.26774				16	LU	046005	
6544083	Montorsoli	montorsoli	IT		0	Europe/Rome	43.84548	11.29067				16	FI	048046	
6544088	Palmata	palmata	IT		0	Europe/Rome	43.91079	10.53371				16	LU	046017	
6544090	Pievasciata	pievasciata	IT		0	Europe/Rome	43.38924	11.38548				16	SI	052006	
6544093	Pontignano	pontignano	IT		0	Europe/Rome	43.3708	11.3608				16	SI	052006	
6544094	Ponzalla	ponzalla	IT		0	Europe/Rome	44.02357	11.37015				16	FI	048053	
6544096	Arsina	arsina	IT		0	Europe/Rome	43.89237	10.49485				16	LU	046017	
6544471	San Vincenzo d'Elba	san-vincenzo-d-elba	IT		0	Europe/Rome	42.73888	10.97886				16	GR	053011	
6544472	Pingrosso	pingrosso	IT		0	Europe/Rome	42.72848	11.00753				16	GR	053011	
6544473	Casotto di Venezia	casotto-di-venezia	IT		0	Europe/Rome	42.72652	11.0156				16	GR	053011	
6544474	Il Poggiale	il-poggiale	IT		0	Europe/Rome	42.73926	11.04607				16	GR	053011	
6544475	Pianetto	pianetto	IT		0	Europe/Rome	42.74563	11.07396				16	GR	053011	
6544476	La Principina	la-principina	IT		0	Europe/Rome	42.73844	11.05671				16	GR	053011	
6544477	Fattoria Sterpeto	fattoria-sterpeto	IT		0	Europe/Rome	42.76901	11.14331				16	GR	053011	
6544479	Ponte Massa	ponte-massa	IT		0	Europe/Rome	42.78098	11.09714				16	GR	053011	
6544480	Ruffinosa Nuova	ruffinosa-nuova	IT		0	Europe/Rome	42.79137	11.07937				16	GR	053011	
6544503	San Giusto	san-giusto	IT		0	Europe/Rome	43.28833	11.2321				16	SI	052034	
6544506	Poggiarello	poggiarello	IT		0	Europe/Rome	43.29735	11.22949				16	SI	052034	
6544507	Valacchio	valacchio	IT		0	Europe/Rome	43.30013	11.23232				16	SI	052034	
6544508	Caldana di Sotto	caldana-di-sotto	IT		0	Europe/Rome	43.29985	11.23803				16	SI	052034	
6544509	Caldana di Sopra	caldana-di-sopra	IT		0	Europe/Rome	43.29998	11.23974				16	SI	052034	
6544510	Toiano	toiano	IT		0	Europe/Rome	43.29682	11.24545				16	SI	052032	
6544511	Ponte allo Spino	ponte-allo-spino	IT		0	Europe/Rome	43.28895	11.24331				16	SI	052034	
6544515	Volte Basse	volte-basse	IT		0	Europe/Rome	43.28901	11.26957				16	SI	052034	
6544517	Piscialembita	piscialembita	IT		0	Europe/Rome	43.29158	11.21884				16	SI	052034	
6544519	Costafabbri	costafabbri	IT		0	Europe/Rome	43.30251	11.31094				16	SI	052032	
6544529	Bettolino di Mediglia	bettolino-di-mediglia	IT		0	Europe/Rome	45.43297	9.33941	105			09	MI	015139	
6544539	Orgia	orgia	IT		0	Europe/Rome	43.20912	11.25369				16	SI	052034	
6544541	Ferratore	ferratore	IT		0	Europe/Rome	43.2942	11.27369				16	SI	052032	
6544554	Rugacesio	rugacesio	IT		0	Europe/Rome	45.48392	9.30832	110			09	MI	015175	
6545022	Creti	creti	IT		0	Europe/Rome	43.25752	11.87206				16	AR	051017	
6545144	Parione	parione	IT		0	Europe/Rome	41.89905	12.47412				07	RM	058091	
6545146	Regola	regola	IT		0	Europe/Rome	41.89653	12.46811				07	RM	058091	
6545149	Campitelli	campitelli	IT		0	Europe/Rome	41.89081	12.48897				07	RM	058091	
6545154	Ludovisi	ludovisi	IT		0	Europe/Rome	41.9078	12.49103				07	RM	058091	
6545155	Sallustiano	sallustiano	IT		0	Europe/Rome	41.90922	12.49725				07	RM	058091	
6545156	Castro Pretorio	castro-pretorio	IT		0	Europe/Rome	41.90688	12.50381				07	RM	058091	
6545157	Esquilino	esquilino	IT		0	Europe/Rome	41.89931	12.5139				07	RM	058091	
6545160	Celio	celio	IT		0	Europe/Rome	41.88637	12.49901				07	RM	058091	
6545331	Tonni	tonni	IT		0	Europe/Rome	43.25014	11.18327				16	SI	052034	
6559421	Alcamo Marina	alcamo-marina	IT		0	Europe/Rome	38.02735	12.936				15	TP	081001	
6559423	Aprilia Marittima	aprilia-marittima	IT		0	Europe/Rome	45.6974	13.06691				06	UD	030046	
6559424	Capo Vaticano	capo-vaticano	IT		0	Europe/Rome	38.62728	15.83543				03	VV	102030	
6559425	Costa Rei	costa-rei	IT		0	Europe/Rome	39.35618	9.59674				14	CA	092039	
6559426	Costa Verde	costa-verde	IT		0	Europe/Rome	39.56867	8.46132				14	VS	106001	
6559428	Fontane Bianche	fontane-bianche	IT		0	Europe/Rome	36.96628	15.20929				15	SR	089017	
6559430	Torre dei Corsari	torre-dei-corsari	IT		0	Europe/Rome	39.6755	8.45072				14	VS	106001	
6559434	Marilleva 1400	marilleva-1400	IT		0	Europe/Rome	46.30154	10.81323				17	TN	022114	
6561992	Porto Rafael	porto-rafael	IT		0	Europe/Rome	41.19559	9.3628				14	OT	104020	
6586243	Torre San Giovanni	torre-san-giovanni	IT		0	Europe/Rome	39.89002	18.11159				13	LE		
6586928	Marina di Sorso	marina-di-sorso	IT		0	Europe/Rome	40.82949	8.55568				14	SS	090069	
6587940	Pittulongu	pittulongu	IT		0	Europe/Rome	40.94815	9.57				14	OT	104017	
6589201	Lovertino	lovertino	IT		226	Europe/Rome	45.34576	11.60768	20			20	VI	024002	
6589395	Colognora	colognora	IT		0	Europe/Rome	43.9609	10.66078				16	LU	046034	
6589399	Torre Pali	torre-pali	IT		0	Europe/Rome	39.83984	18.20908				13	LE	075066	
6590184	Marina di Montenero	marina-di-montenero	IT		0	Europe/Rome	42.06097	14.79261				11	CB	070046	
6590711	Santa Margherita di Pula	santa-margherita-di-pula	IT		0	Europe/Rome	38.92737	8.91454				14	CA	092050	
6590857	Porto Istana	porto-istana	IT		0	Europe/Rome	40.89391	9.60815				14	OT	104017	
6591100	Lido Marini	lido-marini	IT		0	Europe/Rome	39.85024	18.18328				13	LE	075090	
6592791	Punta Sabbioni	punta-sabbioni	IT		707	Europe/Rome	45.44719	12.42541	2			20	VE	027044	
6602318	Torre Vado	torre-vado	IT		0	Europe/Rome	39.83454	18.27596				13	LE	075050	
6615311	Monteluco	monteluco	IT		0	Europe/Rome	43.4428	11.50682				16	SI	052013	
6615386	Zucale	zucale	IT		0	Europe/Rome	42.75306	10.35885	0			16	LI	049004	
6615387	Naregno	naregno	IT		0	Europe/Rome	42.75628	10.40208				16	LI	049004	
6615388	Pareti	pareti	IT		0	Europe/Rome	42.72842	10.37556				16	LI		
6615390	Ripe Alte	ripe-alte	IT		0	Europe/Rome	42.72369	10.42251				16	LI	049004	
6615391	Lido di Capoliveri	lido-di-capoliveri	IT		0	Europe/Rome	42.76178	10.35526	0			16	LI	049004	
6615393	Ortano	ortano	IT		0	Europe/Rome	42.79515	10.42654				16	LI	049015	
6615394	Capo d'Arco	capo-d-arco	IT		0	Europe/Rome	42.78161	10.43289				16	LI	049015	
6615422	Dres	dres	IT		237	Europe/Rome	46.37308	11.03379	661			17	TN	022062	
6615423	Spinazzeda	spinazzeda	IT		0	Europe/Rome	46.36452	11.03079				17	TN	022062	
6615541	Innamorata	innamorata	IT		0	Europe/Rome	42.72214	10.37886				16	LI	049004	
6615551	Ai colli	ai-colli	IT		0	Europe/Rome	43.90891	10.60189				16	LU	046007	
6615552	Castagnori	castagnori	IT		0	Europe/Rome	43.90008	10.43055				16	LU	046017	
6615553	Montelopio	montelopio	IT		0	Europe/Rome	43.51027	10.77227				16	PI	050025	
6615555	Sant'Andrea in Caprile	sant-andrea-in-caprile	IT		0	Europe/Rome	43.89869	10.61312				16	LU	046007	
6615556	Santa Maria Albiano	santa-maria-albiano	IT		0	Europe/Rome	43.91876	10.40575				16	LU	046005	
6615566	Isola Molara	isola-molara	IT		0	Europe/Rome	40.86801	9.72629				14	OT	104017	
6617996	Volastra	volastra	IT		0	Europe/Rome	44.11532	9.72994				08	SP	011024	
6617998	Fegina	fegina	IT		0	Europe/Rome	44.14557	9.64604				08	SP	011019	
6618000	Miniera Calamita	miniera-calamita	IT		0	Europe/Rome	42.71732	10.39607				16	LI	049004	
6618002	Airport Pisa	airport-pisa	IT		0	Europe/Rome	43.69829	10.39955				16	PI	050026	
6618003	Porto Maghera	porto-maghera	IT		0	Europe/Rome	45.45878	12.26842				20	VE	027042	
6618489	Priaruggia	priaruggia	IT		0	Europe/Rome	44.38769	8.9977	3			08	GE	010025	
6618630	Viote	viote	IT		0	Europe/Rome	46.02018	11.0422	1560			17	TN	022205	
6618636	Passo Cimirlo	passo-cimirlo	IT		0	Europe/Rome	46.06757	11.18455	740			17	TN	022205	
6619139	Sant'Andrea in Percussina	sant-andrea-in-percussina	IT		50	Europe/Rome	43.68479	11.19867	220			16	FI	048038	
6619298	Castellaneta Marina	castellaneta-marina	IT		0	Europe/Rome	40.4682	16.9371				13	TA	073003	
6619318	Massone	massone	IT		0	Europe/Rome	45.92271	10.90367	115			17	TN	022006	
6620302	Folgarida	folgarida	IT		0	Europe/Rome	46.30301	10.8684				17	TN	022075	
6620305	Mortelle	mortelle	IT		0	Europe/Rome	38.27235	15.61501				15	ME	083048	
6620307	Cenerente	cenerente	IT		0	Europe/Rome	43.1464	12.35413				18	PG	054039	
6620313	San Niccolo	san-niccolo	IT		0	Europe/Rome	38.6335	15.85276				03	VV	102030	
6620314	Marina di Pescoluse	marina-di-pescoluse	IT		0	Europe/Rome	39.83876	18.26464				13	LE	075066	
6620318	Capraia Fiorentina	capraia-fiorentina	IT		0	Europe/Rome	43.73749	11.01268				16	FI	048008	
6620501	Passo Pian delle Fugazze	passo-pian-delle-fugazze	IT		4	Europe/Rome	45.76017	11.17299	1150			20	VI		
6620502	Piano di Vallarsa	piano-di-vallarsa	IT		0	Europe/Rome	45.77327	11.13158				17	TN	022210	
6620503	Parrocchia di Vallarsa	parrocchia-di-vallarsa	IT		0	Europe/Rome	45.77695	11.12295	813	Chiesa		17	TN	022210	
6620504	Foxi	foxi	IT		0	Europe/Rome	45.78991	11.11175	674			17	TN	022210	
6620506	Zocchio	zocchio	IT		0	Europe/Rome	45.80957	11.09608	704			17	TN	022210	
6620962	Apigliano	apigliano	IT		0	Europe/Rome	40.20288	18.26919				13	LE	075040	
6621007	Torre Saracena	torre-saracena	IT		0	Europe/Rome	40.25719	18.4312				13	LE	075043	
6621012	Acaya	acaya	IT		0	Europe/Rome	40.33506	18.29782				13	LE	075093	
6621023	Capilungo	capilungo	IT		0	Europe/Rome	39.92922	18.05238				13	LE	075004	
6621024	Torre Suda	torre-suda	IT		0	Europe/Rome	39.95581	18.03401				13	LE	075063	
6621025	Marina di Mancaversa	marina-di-mancaversa	IT		0	Europe/Rome	39.96666	18.02281				13	LE	075085	
6621026	Baia Verde	baia-verde	IT		0	Europe/Rome	40.03885	18.01646				13	LE	075031	
6621041	Torre Santo Stefano	torre-santo-stefano	IT		0	Europe/Rome	40.18264	18.47076				13	LE	075057	
6621068	Villaggio Conca Specchiulla	villaggio-conca-specchiulla	IT		0	Europe/Rome	40.24475	18.4451				13	LE	075057	
6621105	Marina di Felloniche	marina-di-felloniche	IT		0	Europe/Rome	39.81065	18.32897				13	LE	075019	
6621106	Marina San Gregorio	marina-san-gregorio	IT		0	Europe/Rome	39.81229	18.31507				13	LE	075060	
6621109	Novaglie	novaglie	IT		0	Europe/Rome	39.8613	18.39171		Marina di Novaglie,Porto Novaglie		13	LE	075028	
6621154	Giorgilorio	giorgilorio	IT		0	Europe/Rome	40.38683	18.14873				13	LE	075083	
6621158	Vereto	vereto	IT		0	Europe/Rome	39.81843	18.33876		Veretum		13	LE	075019	
6621162	Cardigliano	cardigliano	IT		0	Europe/Rome	39.94798	18.26769				13	LE	075077	
6621175	Torre Colimena	torre-colimena	IT		0	Europe/Rome	40.29969	17.74361				13	TA	073012	
6621176	Punta Prosciutto	punta-prosciutto	IT		0	Europe/Rome	40.29655	17.77854				13	LE	075097	
6621385	Borgo Santa Rita	borgo-santa-rita	IT		0	Europe/Rome	42.9583	11.38689				16	GR	053007	
6621587	Monte Borghetto	monte-borghetto	IT		0	Europe/Rome	45.35739	10.72163				20	VR	023089	
6621588	Pacengo di Lazise	pacengo-di-lazise	IT		0	Europe/Rome	45.46772	10.7218				20	VR	023043	
6621589	Portese	portese	IT		0	Europe/Rome	45.59602	10.5522				09	BS	017171	
6621590	Laghi di Sibari	laghi-di-sibari	IT		249	Europe/Rome	39.72396	16.51468	3			03	CS	078029	
6621597	Sankt Jakob in Gröden	sankt-jakob-in-groeden	IT		0	Europe/Rome	46.57172	11.68868				17	BZ	021085	
6621606	Fontana Candida	fontana-candida	IT		0	Europe/Rome	41.85655	12.65766				07	RM	058091	
6639959	Marina dei Ronchi	marina-dei-ronchi	IT		0	Europe/Rome	43.998	10.12064				16	MS	045010	
6639961	Issengo	issengo	IT		330	Europe/Rome	46.8157	11.86124	986			17	BZ	021030	
6639962	Lido di Liccola	lido-di-liccola	IT		0	Europe/Rome	40.87991	14.04379				04	NA	063034	
6640027	Lenzumo	lenzumo	IT		317	Europe/Rome	45.91199	10.72918	787			17	TN	022229	
6640316	Gerno di Lesmo	gerno-di-lesmo	IT		0	Europe/Rome	45.64252	9.29201				09	MB	108026	
6690929	Paranzano	paranzano	IT		0	Europe/Rome	42.32352	12.6632	270			07	RI	057012	
6690933	Santa Maria in Legarano	santa-maria-in-legarano	IT		0	Europe/Rome	42.35379	12.67436	405			07	RI	057012	
6690934	Quercieto	quercieto	IT		0	Europe/Rome	42.35829	12.67668	415			07	RI	057012	
6690935	Caprignano	caprignano	IT		0	Europe/Rome	42.34097	12.66732	400			07	RI	057012	
6690936	Montefiolo	montefiolo	IT		0	Europe/Rome	42.32762	12.66706	404			07	RI	057012	
6690939	Caneve	caneve	IT		0	Europe/Rome	45.9182	10.89329	100			17	TN	022006	
6690962	Rocchette	rocchette	IT		0	Europe/Rome	42.37456	12.62539				07	RI	057070	
6690964	Eremo di Sant'Anna	eremo-di-sant-anna	IT		0	Europe/Rome	37.58778	15.13208				15	CT	087003	
6691300	Gabicce Monte	gabicce-monte	IT		234	Europe/Rome	43.96323	12.77307	144			10	PU	041019	
6691301	Granarola	granarola	IT		0	Europe/Rome	43.94074	12.79633	136			10	PU	041020	
6692061	Rastignano-Carteria di Sesto	rastignano-carteria-di-sesto	IT		5231	Europe/Rome	44.43623	11.35695	97			05	BO	037047	
6692130	Certosa	certosa	IT		0	Europe/Rome	43.73135	11.22193				16	FI	048017	
6692237	Agnano Terme	agnano-terme	IT		0	Europe/Rome	40.83433	14.15932				04	NA	063049	
6692278	Isolaverde	isolaverde	IT		0	Europe/Rome	45.16994	12.29988				20	VE	027008	
6692279	Losson della Bataglia	losson-della-bataglia	IT		0	Europe/Rome	45.63313	12.48154		Losson della Battaglia		20	VE	027022	
6692282	Mozzavinci	mozzavinci	IT		0	Europe/Rome	43.426	13.38547				10	AN	042019	
6692285	Azzenza	azzenza	IT		0	Europe/Rome	45.72754	10.78235				20	VR	023014	
6692288	Pur	pur	IT		0	Europe/Rome	45.86975	10.74343				17	TN	022229	
6692291	Murta Maria	murta-maria	IT		0	Europe/Rome	41.0677	9.43228				14	OT	104004	
6692293	Trinità d'Agultu	trinita-d-agultu	IT		0	Europe/Rome	40.98589	8.91377			104026	14	OT	104026	
6692294	Montelaguardia	montelaguardia	IT		0	Europe/Rome	37.8739	14.99537				15	CT	087038	
6692297	Ristonchi	ristonchi	IT		0	Europe/Rome	43.76815	11.52367				16	FI	048032	
6692303	Massaciuccoli	massaciuccoli	IT		483	Europe/Rome	43.83555	10.35972	25			16	LU	046018	
6692304	Obereggen	obereggen	IT		0	Europe/Rome	46.38572	11.52474				17	BZ	021059	
6692305	Ridanna (Ridnaun)	ridanna-ridnaun	IT		0	Europe/Rome	46.90982	11.30553				17	BZ	021070	
6692310	Reinswald (San Martino)	reinswald-san-martino	IT		0	Europe/Rome	46.68884	11.41733				17	BZ	021086	
6692312	Montefioralle	montefioralle	IT		0	Europe/Rome	43.581	11.30306				16	FI	048021	
6692313	Partigliano	partigliano	IT		0	Europe/Rome	43.95253	10.46313				16	LU	046004	
6692315	Fontana (Umbria)	fontana-umbria	IT		0	Europe/Rome	43.10712	12.33825				18	PG	054039	
6692316	Oscano	oscano	IT		1293	Europe/Rome	43.15863	12.33776	293			18	PG	054039	
6692318	Ripa (Umbria)	ripa-umbria	IT		0	Europe/Rome	43.1283	12.51171				18	PG	054039	
6692698	Marina di Arbus	marina-di-arbus	IT		0	Europe/Rome	39.60112	8.47336				14	VS	106001	
6693801	Liscia di Vacca	liscia-di-vacca	IT		0	Europe/Rome	41.1371	9.52322				14	OT	104004	
6693810	Lignan	lignan	IT		30	Europe/Rome	45.78713	7.47929	1630			19	AO	007045	
6693820	Zivido	zivido	IT		0	Europe/Rome	45.38822	9.30559	100			09	MI	015195	
6693821	Civesio	civesio	IT		0	Europe/Rome	45.39556	9.2668				09	MI	015195	
6693831	Quinto Stampi	quinto-stampi	IT		0	Europe/Rome	45.39459	9.16938				09	MI	015189	
6693832	Pontesesto	pontesesto	IT		0	Europe/Rome	45.37904	9.1777				09	MI	015173	
6693835	Città Studi	citta-studi	IT		0	Europe/Rome	45.4762	9.22834				09	MI	015146	
6693838	Cascina Bianca	cascina-bianca	IT		0	Europe/Rome	45.26679	9.27491				09	PV	018160	
6693839	Lorenteggio	lorenteggio	IT		0	Europe/Rome	45.44369	9.12144				09	MI	015146	
6693840	Quartiere Otto	quartiere-otto	IT		0	Europe/Rome	45.48607	9.13917		QT8		09	MI	015146	
6693841	Fiera Campionaria	fiera-campionaria	IT		0	Europe/Rome	45.47729	9.15565				09	MI	015146	
6693845	Seguro	seguro	IT		0	Europe/Rome	45.47145	9.06389				09	MI	015211	
6693846	Centro Direzionale	centro-direzionale	IT		0	Europe/Rome	45.4836	9.19161				09	MI	015146	
6693848	Ortica	ortica	IT		0	Europe/Rome	45.47301	9.24379				09	MI	015146	
6693849	Redecesio	redecesio	IT		0	Europe/Rome	45.48192	9.27195				09	MI	015205	
6693851	Milano Due	milano-due	IT		0	Europe/Rome	45.49979	9.26577				09	MI	015205	
6693880	Egro	egro	IT		0	Europe/Rome	45.81253	8.37742				12	VB	103022	
6693881	Centonara	centonara	IT		0	Europe/Rome	45.8035	8.37193				12	VB	103040	
6693882	Monte San Giulio	monte-san-giulio	IT		0	Europe/Rome	45.80499	8.38034				12	NO	003115	
6693883	Lagna	lagna	IT		0	Europe/Rome	45.78506	8.39158				12	NO	003133	
6693884	Alpiolo	alpiolo	IT		0	Europe/Rome	45.77626	8.40385				12	NO	003133	
6693891	Arolo	arolo	IT		0	Europe/Rome	45.86138	8.60981				09	VA	012088	
6693894	Barzola	barzola	IT		0	Europe/Rome	45.78782	8.61972				09	VA	012003	
6693896	Bruschera	bruschera	IT		0	Europe/Rome	45.76689	8.592				09	VA	012003	
6693899	Solcio	solcio	IT		0	Europe/Rome	45.81714	8.54831				12	NO	003084	
6693900	Carpugnino	carpugnino	IT		0	Europe/Rome	45.86025	8.53552				12	VB	103013	
6693905	Scopelle	scopelle	IT		0	Europe/Rome	45.82001	8.23653				12	VC	002156	
6693906	Balangera	balangera	IT		0	Europe/Rome	45.82369	8.21391				12	VC	002156	
6693907	Scopetta	scopetta	IT		0	Europe/Rome	45.80595	8.12242				12	VC	002134	
6693908	Quare	quare	IT		0	Europe/Rome	45.78033	8.03993				12	VC	002025	
6693909	Roccadipietra	roccadipietra	IT		0	Europe/Rome	45.79284	8.27631				12	VC	002156	
6693910	Giare	giare	IT		0	Europe/Rome	45.80987	8.26365				12	VC	002156	
6693911	Aniceti-Pianebelle	aniceti-pianebelle	IT		0	Europe/Rome	45.82874	8.25322				12	VC	002156	
6693913	Parone	parone	IT		0	Europe/Rome	45.79344	8.25674				12	VC	002156	
6693914	Crevola	crevola	IT		0	Europe/Rome	45.80756	8.25614				12	VC	002156	
6693917	Agnona	agnona	IT		0	Europe/Rome	45.72602	8.25957				12	VC	002016	
6693918	Gattera	gattera	IT		0	Europe/Rome	45.67632	8.31322				12	VC	002137	
6693919	Montrigone	montrigone	IT		0	Europe/Rome	45.71136	8.29206				12	VC	002016	
6693939	Campo di Mare	campo-di-mare	IT		0	Europe/Rome	41.97417	12.04084				07	RM	058029	
6693967	Negruzzo	negruzzo	IT		0	Europe/Rome	44.71606	9.21736				09	PV	018142	
6693968	Casale Staffora	casale-staffora	IT		0	Europe/Rome	44.69416	9.22706				09	PV	018142	
6693969	Cegni	cegni	IT		0	Europe/Rome	44.75368	9.23547				09	PV	018142	
6694095	Ciago	ciago	IT		0	Europe/Rome	46.08963	11.00414	574			17	TN	022215	
6694134	Ponte Abbadesse	ponte-abbadesse	IT		0	Europe/Rome	44.12464	12.24261				05	FC	040007	
6694147	Villavecchia	villavecchia	IT		0	Europe/Rome	44.10965	10.03155				08	SP	011011	
6694149	Vecchietto	vecchietto	IT		0	Europe/Rome	44.1819	9.97919				16	MS	045001	
6694156	Vicolo	vicolo	IT		0	Europe/Rome	44.33999	10.00125				16	MS	045002	
6694157	Agnetta	agnetta	IT		0	Europe/Rome	44.33122	9.98932				16	MS	045002	
6694159	Caprio	caprio	IT		0	Europe/Rome	44.35779	9.93739				16	MS	045006	
6694160	Cirone	cirone	IT		0	Europe/Rome	44.44224	10.02185				05	PR	034012	
6694205	San Martino di Villafranca	san-martino-di-villafranca	IT		0	Europe/Rome	44.28048	12.0048				05	FC	040012	
6694207	Capannaguzzo	capannaguzzo	IT		0	Europe/Rome	44.18017	12.33327				05	FC	040007	
6694324	Lorenz	lorenz	IT		0	Europe/Rome	46.46031	11.80346	1626			17	TN	022039	
6694861	Aranova	aranova	IT		0	Europe/Rome	41.933	12.2398				07	RM	058120	
6694973	Eccheli	eccheli	IT		0	Europe/Rome	45.729	11.07874	859			17	TN	022001	
6694976	Cuneghi	cuneghi	IT		0	Europe/Rome	45.78022	11.10075	792			17	TN	022210	
6694978	Bastianello	bastianello	IT		0	Europe/Rome	45.76257	11.1277	716			17	TN	022210	
6694979	Pezzati	pezzati	IT		0	Europe/Rome	45.76486	11.12589	700			17	TN	022210	
6694980	Speccheri	speccheri	IT		0	Europe/Rome	45.76532	11.13118	670			17	TN	022210	
6694982	Ometto	ometto	IT		0	Europe/Rome	45.75878	11.11862	1000			17	TN	022210	
6694999	Matassone	matassone	IT		0	Europe/Rome	45.81543	11.07896	832			17	TN	022210	
6695031	Costa	costa	IT		0	Europe/Rome	45.78647	11.1132	762			17	TN	022210	
6695032	Arlanch	arlanch	IT		0	Europe/Rome	45.78976	11.10442	544			17	TN	022210	
6695033	Aste	aste	IT		0	Europe/Rome	45.79061	11.09612	687			17	TN	022210	
6695034	Cumerlotti	cumerlotti	IT		0	Europe/Rome	45.78691	11.10187	694			17	TN	022210	
6695036	S. Anna	s-anna	IT		0	Europe/Rome	45.79507	11.09706	580			17	TN	022210	
6695038	Roipi	roipi	IT		0	Europe/Rome	45.76622	11.1143	940			17	TN	022210	
6695075	Zanolli	zanolli	IT		0	Europe/Rome	45.82273	11.07109	803			17	TN	022210	
6695076	Foppiano	foppiano	IT		0	Europe/Rome	45.84029	11.06405	775			17	TN	022210	
6695077	Zich	zich	IT		0	Europe/Rome	45.87174	11.06348	479			17	TN	022210	
6695078	Vanza	vanza	IT		0	Europe/Rome	45.85464	11.07843	598			17	TN	022203	
6695111	Bruni	bruni	IT		0	Europe/Rome	45.77662	11.10791	740			17	TN	022210	
6695412	Garulla Superiore	garulla-superiore	IT		0	Europe/Rome	42.98638	13.29371	878			18			
6695524	Cassignanica	cassignanica	IT		0	Europe/Rome	45.45664	9.34439				09	MI	015185	
6695752	Antonella	antonella	IT		0	Europe/Rome	45.66873	11.3916				20	VI	024055	
6695890	Montesover	montesover	IT		276	Europe/Rome	46.21701	11.32714	1129			17	TN	022177	
6695930	Poltu Quatu	poltu-quatu	IT		0	Europe/Rome	41.13807	9.49605				14	OT	104004	
6696183	Cicona	cicona	IT		0	Europe/Rome	46.16229	11.74294	1026			20			
6696184	Zortea	zortea	IT		0	Europe/Rome	46.16332	11.74895	1041			20			
6696185	Valline	valline	IT		0	Europe/Rome	46.16566	11.76468	1024			20			
6696186	Mureri	mureri	IT		0	Europe/Rome	46.16498	11.75836	1031			20			
6696187	Berni	berni	IT		0	Europe/Rome	46.15641	11.74819	850			20			
6696188	Valmolin	valmolin	IT		0	Europe/Rome	46.15993	11.75244	909			20			
6696360	San Daniele in Monte	san-daniele-in-monte	IT		0	Europe/Rome	45.34517	11.76508	80			20	PD	028001	
6696652	Località Luch	localita-luch	IT		0	Europe/Rome	45.96574	10.96371	526			17	TN	022078	
6696789	Nogare	nogare	IT		0	Europe/Rome	46.1032	11.21185	679			17	TN	022139	
6696793	Ville di Giovo	ville-di-giovo	IT		0	Europe/Rome	46.16809	11.157	705			17	TN	022092	
6697055	Marina di Andrano	marina-di-andrano	IT		0	Europe/Rome	39.97158	18.40485				13	LE	075005	
6697056	Feronzo	feronzo	IT		0	Europe/Rome	39.97271	18.40776				13			
6697057	Porto Badisco	porto-badisco	IT		0	Europe/Rome	40.07991	18.48338				13	LE	075057	
6697160	Madonna dell'Aiuto	madonna-dell-aiuto	IT		0	Europe/Rome	45.97018	10.96494	634			17	TN	022053	
6697169	Poggiolungo	poggiolungo	IT		0	Europe/Rome	42.91492	11.5844				16	GR	053025	
6697171	Località Schiacciaie	localita-schiacciaie	IT		0	Europe/Rome	42.88518	11.51753				16	GR	053001	
6697234	Colle Lidia	colle-lidia	IT		0	Europe/Rome	42.21817	12.30522				07	VT	056039	
6697285	Zobbio	zobbio	IT		0	Europe/Rome	45.99249	11.08602	773			17	TN	022091	
6697559	Pontarso	pontarso	IT		0	Europe/Rome	46.11626	11.49226				17	TN	022188	
6697726	Medil	medil	IT		0	Europe/Rome	46.35463	11.62514	1363			20			
6697730	Sorte	sorte	IT		0	Europe/Rome	46.3739	11.64843	1265			20			
6697731	Someda	someda	IT		0	Europe/Rome	46.37761	11.66942	1276			20			
6698332	Infernetto	infernetto	IT		0	Europe/Rome	41.7366	12.36546				07	RM	058091	
6698335	Axa	axa	IT		0	Europe/Rome	41.76517	12.36906				07	RM	058091	
6698336	Lido di Castel Fusano	lido-di-castel-fusano	IT		0	Europe/Rome	41.7155	12.31758				07	RM	058091	
6698337	Baja Sardinia	baja-sardinia	IT		0	Europe/Rome	41.14189	9.47974				14	OT	104004	
6698392	Buchignano	buchignano	IT		0	Europe/Rome	43.92924	10.34361				16	LU	046005	
6698403	casesi	casesi	IT		0	Europe/Rome	43.91297	10.30347				16	LU	046018	
6698408	Cugnana Verde	cugnana-verde	IT		0	Europe/Rome	41.0225	9.48956				14	OT	104017	
6698409	Isola dei Pescatori	isola-dei-pescatori	IT		0	Europe/Rome	45.90056	8.52056				12	VB	103064	
6698410	Santa Maria di Leuca	santa-maria-di-leuca	IT		0	Europe/Rome	39.80031	18.35674				13	LE	075019	
6698411	Terme di Comano	terme-di-comano	IT		0	Europe/Rome	46.03422	10.87071				17	TN	022228	
6929935	Larzana	larzana	IT		0	Europe/Rome	46.05863	10.75139	950			17	TN	022122	
6929939	Colle Farnese	colle-farnese	IT		0	Europe/Rome	42.22394	12.31207	237			07	VT	056039	
6930338	Rovagnasco	rovagnasco	IT		0	Europe/Rome	45.50412	9.2915				09	MI	015205	
6940584	Prè di Ledro	pre-di-ledro	IT		0	Europe/Rome	45.86609	10.78897	470			17	TN	022229	
6940585	Legos	legos	IT		0	Europe/Rome	45.86902	10.77374	665			17	TN	022229	
6941066	Cascina Simonetta (now destroyed)	cascina-simonetta-now-destroyed	IT		0	Europe/Rome	45.56915	9.48296				09	MI	015014	
6941072	Candeo Military Base	candeo-military-base	IT		0	Europe/Rome	41.23844	9.47886				14	OT	104012	
6941344	Gabbiolo	gabbiolo	IT		0	Europe/Rome	46.05639	11.15342	403			17	TN	022205	
6941733	Pergolese	pergolese	IT		382	Europe/Rome	46.02453	10.95899	241			17	TN	022101	
6941734	Brusino	brusino	IT		272	Europe/Rome	45.98563	10.97603	543			17	TN	022053	
6941884	Baselga di Bondone	baselga-di-bondone	IT		0	Europe/Rome	46.07933	11.04834	560			17	TN	022205	
6942099	Val Badia	val-badia	IT		0	Europe/Rome	46.68361	11.89917				17	BZ	021082	
6943452	Ampio	ampio	IT		0	Europe/Rome	42.82515	10.94636				16	GR	053006	
6944856	Antey St Andre	antey-st-andre	IT		0	Europe/Rome	45.80767	7.59002				19	AO	007002	
6944858	Baratti	baratti	IT		0	Europe/Rome	42.99956	10.51781				16	LI	049012	
6944869	piazzano lucca	piazzano-lucca	IT		0	Europe/Rome	43.89318	10.39946				16	LU	046017	
6944871	San Macario in Monte	san-macario-in-monte	IT		0	Europe/Rome	43.87987	10.42492				16	LU	046017	
6945382	Lon	lon	IT		0	Europe/Rome	46.08536	10.99153	540			17	TN	022215	
6945383	Fraveggio	fraveggio	IT		0	Europe/Rome	46.07991	10.99039	427			17	TN	022215	
6946380	Centro Storico	centro-storico	IT		0	Europe/Rome	41.89589	12.48184				07	RM	058091	
6946420	Parioli	parioli	IT		0	Europe/Rome	41.9257	12.4877				07	RM	058091	
6946421	Prenestino	prenestino	IT		0	Europe/Rome	41.8911	12.5265				07	RM	058091	
6946422	Tiburtina	tiburtina	IT		0	Europe/Rome	41.9333	12.5989				07	RM	058091	
6947002	Riccomassimo	riccomassimo	IT		0	Europe/Rome	45.82819	10.50879				17	TN	022183	
6947085	Ca' Rossa	ca-rossa	IT		0	Europe/Rome	45.85426	10.56641	400			17	TN	022183	
6947086	zona industriale di Storo	zona-industriale-di-storo	IT		0	Europe/Rome	45.84076	10.56499	400			17	TN	022183	
6950976	Acitrezza	acitrezza	IT		5000	Europe/Rome	37.5596	15.1599				15	CT		
6951009	Venice-Lido	venice-lido	IT		0	Europe/Rome	45.4131	12.3742				20	VE	027042	
6951018	Marina di Sibari	marina-di-sibari	IT		241	Europe/Rome	39.7452	16.485	3			03	CS	078029	
6951038	Costa Coralina	costa-coralina	IT		0	Europe/Rome	40.8835	9.62038				14	OT	104017	
6951040	Marina di portisco	marina-di-portisco	IT		0	Europe/Rome	41.03524	9.5194				14	OT	104017	
6951044	Oriago Di Mira	oriago-di-mira	IT		0	Europe/Rome	45.4435	12.1723		Oriago		20	VE	027023	
6951053	Punta Bracetto	punta-bracetto	IT		0	Europe/Rome	36.81863	14.46213				15	RG	088009	
6951080	Principina Terra	principina-terra	IT		380	Europe/Rome	42.73829	11.05814	4			16	GR	053011	
6951083	Nova Siri Marina	nova-siri-marina	IT		0	Europe/Rome	40.121	16.6426				02			
6951102	San Donato in Fronzano	san-donato-in-fronzano	IT		0	Europe/Rome	42.8333	12.8333				18	PG	054005	
6956238	Ronche	ronche	IT		0	Europe/Rome	45.97287	12.59243				06	PN	093022	
6956368	S. Andrea di Cassine	s-andrea-di-cassine	IT		0	Europe/Rome	44.72159	8.50405				12	AL	006043	
7116130	Pian de' Valli	pian-de-valli	IT		0	Europe/Rome	42.45563	12.9788				07	RI	057059	
7116131	Campoforogna	campoforogna	IT		0	Europe/Rome	42.45234	12.98962				07	RI	057059	
7117280	Civita di Bagnoregio	civita-di-bagnoregio	IT		12	Europe/Rome	42.62569	12.10565		Chivita-di-Ban'oredzhio,Чивита-ди-Баньореджио		07	VT	056003	
7117913	San Pellegrino in Alpe	san-pellegrino-in-alpe	IT		0	Europe/Rome	44.19165	10.48173				05			
7117919	Sant'Anna di Stazzema	sant-anna-di-stazzema	IT		0	Europe/Rome	43.97534	10.27488				16	LU	046030	
7117929	Morocco	morocco	IT		0	Europe/Rome	43.56153	11.20552				16	FI	048045	
7117930	Castello di Montefioralle	castello-di-montefioralle	IT		0	Europe/Rome	43.58073	11.30332				16	FI	048021	
7117931	La Piazza	la-piazza	IT		0	Europe/Rome	43.52967	11.28517				16	SI	052005	
7117933	Barbischio	barbischio	IT		0	Europe/Rome	43.46286	11.45531				16	SI	052013	
7117935	Colonna di Grillo	colonna-di-grillo	IT		0	Europe/Rome	43.33034	11.55266				16	SI	052006	
7117955	Madonna dei Tre Fiumi	madonna-dei-tre-fiumi	IT		0	Europe/Rome	44.01432	11.44424				16	FI	048004	
7117964	Acquadalto	acquadalto	IT		0	Europe/Rome	44.10776	11.53405				16	FI	048031	
7117973	Vespignano	vespignano	IT		0	Europe/Rome	43.94916	11.43215				16	FI	048049	
7117983	Mulinaccio	mulinaccio	IT		0	Europe/Rome	43.88481	11.35014				16	FI	048046	
7117986	Trappola	trappola	IT		0	Europe/Rome	43.61894	11.65001				16	AR	051020	
7117987	Rocca Riccarda	rocca-riccarda	IT		0	Europe/Rome	43.64858	11.62538				16	AR	051020	
7117994	Tigliano	tigliano	IT		0	Europe/Rome	43.80444	10.92523				16	FI	048050	
7118003	Lanciole Il Poggetto	lanciole-il-poggetto	IT		0	Europe/Rome	43.99204	10.74244				16	PT	047015	
7118014	Cozzile	cozzile	IT		0	Europe/Rome	43.91649	10.74132				16	PT	047008	
7118044	Vicopelago	vicopelago	IT		0	Europe/Rome	43.82238	10.48081				16	LU	046017	
7118078	Pieve di San Pancrazio	pieve-di-san-pancrazio	IT		0	Europe/Rome	43.90383	10.55288				16	LU	046017	
7139912	Capo Testa	capo-testa	IT		0	Europe/Rome	41.24058	9.15577				14	OT	104022	
7139941	La Ciaccia	la-ciaccia	IT		0	Europe/Rome	40.91643	8.77945				14	SS	090079	
7160130	San Pietro a Mare	san-pietro-a-mare	IT		0	Europe/Rome	40.92882	8.80219				14	SS	090079	
7160132	Peruledda	peruledda	IT		0	Europe/Rome	40.89269	8.65744				14	SS	090023	
7160133	Tonnara	tonnara	IT		0	Europe/Rome	40.86225	8.6247				14	SS	090069	
7160134	Eden Beach	eden-beach	IT		0	Europe/Rome	40.84021	8.58998				14	SS	090069	
7287659	Pin Pen	pin-pen	IT		0	Europe/Rome	40.82089	17.08915	373			13	BA	072036	
7287663	Barsento	barsento	IT		0	Europe/Rome	40.80667	17.19418	445			13	BA	072031	
7287664	Villaggio Timmari	villaggio-timmari	IT		0	Europe/Rome	40.65409	16.46844	315	Timmari		02	MT	077014	
7287666	San Nicola di Genna	san-nicola-di-genna	IT		0	Europe/Rome	40.85616	17.17084	364			13	BA	072017	
7287667	Marchione	marchione	IT		0	Europe/Rome	40.89415	17.117	295	Castello di Marchione		13	BA	072019	
7287668	Rosa Marina	rosa-marina	IT		0	Europe/Rome	40.7964	17.5522	10			13	BR	074012	
7288039	Birago	birago	IT		0	Europe/Rome	45.66586	9.11127				09	MB	108054	
7288178	Mainardi	mainardi	IT		0	Europe/Rome	40.45521	15.23619				04	SA	065008	
7289450	Caresto	caresto	IT		0	Europe/Rome	43.6628	12.38683	425	Colle di Caresto,Eremo di Caresto		10	PU	041057	
7289463	Speziale	speziale	IT		0	Europe/Rome	40.79081	17.45848				13	BR	074007	
7289465	Sicarico	sicarico	IT		0	Europe/Rome	40.90989	17.21824				13	BA	072030	
7289559	San Marco di Locorotondo	san-marco-di-locorotondo	IT		0	Europe/Rome	40.79117	17.319	398			13	BA	072025	
7289678	Chiancarosa	chiancarosa	IT		0	Europe/Rome	40.82763	17.15818	361			13	BA	072036	
7289798	Linari	linari	IT		0	Europe/Rome	43.49857	11.14202				16	FI	048003	
7290152	Cellai	cellai	IT		327	Europe/Rome	43.70536	11.40484	250			16	FI	048036	
7290264	Luogo Grande	luogo-grande	IT		0	Europe/Rome	38.16102	13.23492				15	PA	082020	
7290415	Torre di Flumentorgiu	torre-di-flumentorgiu	IT		0	Europe/Rome	39.68196	8.45037				14	VS	106001	
7290480	Fondachelo	fondachelo	IT		0	Europe/Rome	37.7585	15.21255				15	CT	087023	
7290491	Punta Bianca	punta-bianca	IT		0	Europe/Rome	35.8629	12.86636				15	AG	084020	
7290532	Cioccaro	cioccaro	IT		0	Europe/Rome	45.02525	8.27142				12	AT	005083	
7290700	Agriturismo e cantina la Sabbiona	agriturismo-e-cantina-la-sabbiona	IT		0	Europe/Rome	44.23327	11.91738				05	RA	039010	
7302105	Lavinio	lavinio	IT		10000	Europe/Rome	41.5035	12.58973	0			07	RM	058007	
7302226	Poderuccio	poderuccio	IT		0	Europe/Rome	43.32558	11.30296				16	SI	052032	
7302235	ll Crocione	ll-crocione	IT		0	Europe/Rome	45.44586	10.84617				20	VR	023015	
7302303	Casal Sabini	casal-sabini	IT		0	Europe/Rome	40.80004	16.64995	385	Stazione Casal Sabini		13	BA	072004	
7302317	Barche	barche	IT		237	Europe/Rome	45.60233	11.68808	42			20	PD	028078	
7302318	Ca' Onorai	ca-onorai	IT		814	Europe/Rome	45.6717	11.80043	59			20	PD	028032	
7302320	Armedola	armedola	IT		0	Europe/Rome	45.60203	11.65958				20	PD	028078	
7302406	Ventola	ventola	IT		0	Europe/Rome	45.7223	9.42335				09	LC	097012	
7302410	Calco Superiore	calco-superiore	IT		0	Europe/Rome	45.72464	9.4267				09	LC	097012	
7302446	La Palazzina	la-palazzina	IT		0	Europe/Rome	40.84258	9.40129				14	OT	104016	
7302541	San Gimignanello	san-gimignanello	IT		0	Europe/Rome	43.24058	11.64036				16	SI	052026	
7302788	Santa Fosca	santa-fosca	IT		0	Europe/Rome	46.44306	12.06196				20	BL	025054	
7302951	Arzelato	arzelato	IT		0	Europe/Rome	44.3423	9.84774				16	MS	045014	
7303053	PIan del Poggio	pian-del-poggio	IT		0	Europe/Rome	44.68977	9.21549	1330			09	PV	018142	
7303054	Pian dell'Armà	pian-dell-arma	IT		0	Europe/Rome	44.69419	9.20714	1480			09	PV	018142	
7303159	Pian di Meglio	pian-di-meglio	IT		0	Europe/Rome	43.92723	12.09097	690			05	FC	040044	
7303172	Brugnello	brugnello	IT		0	Europe/Rome	44.72094	9.38559				05	PC	033017	
7303173	Cattaragna	cattaragna	IT		0	Europe/Rome	44.6253	9.41091	827			05	PC	033020	
7303193	Camerlengo	camerlengo	IT		0	Europe/Rome	42.09217	14.20957				01	CH	069031	
7303326	Olmo di Mira	olmo-di-mira	IT		0	Europe/Rome	45.47729	12.13569				20	VE	027023	
7303577	San Mores Ittireddu	san-mores-ittireddu	IT		0	Europe/Rome	40.5564	8.87442				14	SS	090042	
7303578	Mille Pertiche	mille-pertiche	IT		0	Europe/Rome	45.59554	12.51377				20	VE	027025	
7303624	Le Querce	le-querce	IT		0	Europe/Rome	41.33558	13.92062				04	CE	061039	
7303645	Monte Nai	monte-nai	IT		393	Europe/Rome	39.26524	9.57987	4			14	CA	092039	
7303695	Bocca Di Valle	bocca-di-valle	IT		0	Europe/Rome	42.18408	14.18172				01	CH	069043	
7303779	Casuzze-Caucana	casuzze-caucana	IT		0	Europe/Rome	36.78908	14.52341		Caucana		15	RG	088010	
7303894	Trambacche	trambacche	IT		0	Europe/Rome	45.41623	11.72258		Trambacche Di Veggiano		20	PD	028096	
7303957	Mazzaforno	mazzaforno	IT		0	Europe/Rome	38.02889	13.9747				15	PA	082027	
7304336	Armenzano	armenzano	IT		0	Europe/Rome	43.07089	12.70045				18	PG	054001	
7304359	Nardini	nardini	IT		0	Europe/Rome	43.84264	10.91153				16	PT	047005	
7304449	Cantagallina Bassa	cantagallina-bassa	IT		0	Europe/Rome	43.03615	12.01904				18	PG	054009	
7306538	Savelletri Di Fasano	savelletri-di-fasano	IT		0	Europe/Rome	40.84907	17.38707				13	BR	074007	
7357898	Monte Armato	monte-armato	IT		0	Europe/Rome	44.36847	11.4287				05	BO	037046	
7357899	Casella di Monte Armato	casella-di-monte-armato	IT		0	Europe/Rome	44.36774	11.41866				05	BO	037046	
7497844	Migiana di Monte Tezio	migiana-di-monte-tezio	IT		0	Europe/Rome	43.1869	12.37807				18	PG	054039	
7500436	Costa	costa	IT		0	Europe/Rome	36.87152	14.59886				15	RG	088009	
7506798	Navene	navene	IT		218	Europe/Rome	45.80005	10.83873	68			20	VR	023045	
7521350	Borgo San Nazario	borgo-san-nazario	IT		0	Europe/Rome	45.7027	13.73767				06	TS	032006	
7521353	Devincina	devincina	IT		0	Europe/Rome	45.71065	13.7359				06	TS	032006	
7521354	Dolenja Vas	dolenja-vas	IT		0	Europe/Rome	45.70462	13.7291				06	TS	032006	
7521357	Campo Romano	campo-romano	IT		0	Europe/Rome	45.68574	13.77381				06	TS	032006	
7521410	Moccò	mocco	IT		0	Europe/Rome	45.62289	13.86183				06	TS	032004	
7521542	Della Vittoria	della-vittoria	IT		0	Europe/Rome	41.90866	12.44588	0			07	RM	058091	
7521544	Salario	salario	IT		0	Europe/Rome	41.93376	12.51137	0			07	RM	058091	
7521545	Ostiense	ostiense	IT		0	Europe/Rome	41.87071	12.48141	0			07	RM	058091	
7521546	Tuscolano	tuscolano	IT		0	Europe/Rome	41.85732	12.56613	0			07	RM	058091	
7521547	Tiburtino	tiburtino	IT		0	Europe/Rome	41.91684	12.55875	0			07	RM	058091	
7521548	Aurelio	aurelio	IT		0	Europe/Rome	41.89538	12.41352	0			07	RM	058091	
7521549	Flaminio	flaminio	IT		0	Europe/Rome	41.92846	12.46948	0			07	RM	058091	
7521550	Alessandrino	alessandrino	IT		0	Europe/Rome	41.88372	12.57729	0			07	RM	058091	
7521551	Portuense	portuense	IT		0	Europe/Rome	41.86905	12.44099	0			07	RM	058091	
7521552	Ardeatino	ardeatino	IT		0	Europe/Rome	41.85786	12.503	0			07	RM	058091	
7521553	Collatino	collatino	IT		0	Europe/Rome	41.90483	12.58836	0			07	RM	058091	
7521554	Trionfale	trionfale	IT		0	Europe/Rome	41.92131	12.4415	0			07	RM	058091	
7521556	Gianicolense	gianicolense	IT		0	Europe/Rome	41.87071	12.44837	0			07	RM	058091	
7521557	Primavalle	primavalle	IT		0	Europe/Rome	41.92773	12.41687	0			07	RM	058091	
7521558	Appio-Latino	appio-latino	IT		0	Europe/Rome	41.87122	12.52974	0	Appio		07	RM	058091	
7521559	Pietralata	pietralata	IT		0	Europe/Rome	41.91786	12.55463	0			07	RM	058091	
7521560	Ponte mammolo	ponte-mammolo	IT		0	Europe/Rome	41.91726	12.5669	0			07	RM	058091	
7521561	Pinciano	pinciano	IT		0	Europe/Rome	41.91151	12.47935	0			07	RM	058091	
7522009	Albori	albori	IT		282	Europe/Rome	40.67007	14.70949	264			04	SA	065157	
7522132	padula bianca	padula-bianca	IT		0	Europe/Rome	40.09981	18.01483				13	LE	075031	
7522242	Cimbano	cimbano	IT		0	Europe/Rome	43.04989	12.00355				18	PG	054009	
7535380	Mucchia	mucchia	IT		0	Europe/Rome	43.23714	11.9872				16	AR	051017	
7535603	Sala Di Cesenatico	sala-di-cesenatico	IT		0	Europe/Rome	44.15487	12.38605		Sala		05	FC	040008	
7535648	Massa Annunziata	massa-annunziata	IT		0	Europe/Rome	37.59519	15.03397				15	CT	087024	
7536043	Casere	casere	IT		0	Europe/Rome	47.05114	12.12895	1582			17	BZ	021068	
7536087	Poggiolo	poggiolo	IT		0	Europe/Rome	43.32842	11.93776				16	AR	051012	
7576104	Sagna Longa	sagna-longa	IT		0	Europe/Rome	44.93054	6.78912		Sagnalonga		12	TO	001074	
7576250	Case di Viso	case-di-viso	IT		0	Europe/Rome	46.29954	10.54992	1754			09	BS	017148	
7576254	Cuotto	cuotto	IT		0	Europe/Rome	40.72427	13.86415				04	NA	063031	
7576537	Montalla	montalla	IT		0	Europe/Rome	43.25508	12.00909				16	AR	051017	
7577048	Valle Santa	valle-santa	IT		1763	Europe/Rome	41.94532	12.31971	93			07	RM	058091	
7601877	Ponsano	ponsano	IT		0	Europe/Rome	43.36503	10.98813				16	PI	050039	
7602081	Badia a Passignano	badia-a-passignano	IT		0	Europe/Rome	43.57958	11.24537				16	FI	048045	
7603164	Tre Ponti	tre-ponti	IT		0	Europe/Rome	44.43901	8.81928				08	GE	010025	
7603166	Granara	granara	IT		0	Europe/Rome	44.4425	8.82094				08	GE	010025	
7603175	Bagneri	bagneri	IT		0	Europe/Rome	45.57954	7.95011	850			12	BI	096038	
7603185	Chiesino	chiesino	IT		0	Europe/Rome	44.44733	8.81804				08	GE	010025	
7603186	Carpenara	carpenara	IT		0	Europe/Rome	44.4636	8.82405				08	GE	010025	
7603187	Campi	campi	IT		0	Europe/Rome	44.41896	8.88109				08	GE	010025	
7603188	Certosa	certosa	IT		0	Europe/Rome	44.42994	8.89293				08	GE	010025	
7603191	Begato	begato	IT		0	Europe/Rome	44.44845	8.90536				08	GE	010025	
7603192	Morego	morego	IT		0	Europe/Rome	44.4763	8.90815				08	GE	010025	
7603193	Murta	murta	IT		0	Europe/Rome	44.46149	8.88971				08	GE	010025	
7603195	Lagaccio	lagaccio	IT		0	Europe/Rome	44.42305	8.91721				08	GE	010025	
7603200	San Bartolomeo del Fossato	san-bartolomeo-del-fossato	IT		0	Europe/Rome	44.4151	8.90272		Fossato		08	GE	010025	
7603202	Marassi	marassi	IT		0	Europe/Rome	44.41727	8.95444				08	GE	010025	
7603204	Ligorna	ligorna	IT		0	Europe/Rome	44.44919	8.99983				08	GE	010025	
7603206	Fontanegli	fontanegli	IT		0	Europe/Rome	44.44443	9.02196				08	GE	010025	
7603215	Cà Nuova	ca-nuova	IT		0	Europe/Rome	44.43563	8.76432		CEP		08	GE	010025	
7603218	Quezzi	quezzi	IT		0	Europe/Rome	44.42192	8.973				08	GE	010025	
7603222	Boccadasse	boccadasse	IT		0	Europe/Rome	44.3903	8.97452				08	GE	010025	
7603223	Vernazzola	vernazzola	IT		0	Europe/Rome	44.39134	8.97982				08	GE	010025	
7603227	Borgoratti	borgoratti	IT		0	Europe/Rome	44.40526	8.98349				08	GE	010025	
7627070	Pantogia	pantogia	IT		0	Europe/Rome	41.11855	9.53073				14	OT	104004	
7627828	Mühlbach	muehlbach	IT		110	Europe/Rome	46.84745	11.98062	1475			17	BZ	021034	
7644851	Tesio di sotto	tesio-di-sotto	IT		0	Europe/Rome	45.57634	10.37181	662			09	BS	017178	
7644852	Tesio di sopra	tesio-di-sopra	IT		0	Europe/Rome	45.57905	10.373	701			09	BS	017178	
7644853	Salvandine	salvandine	IT		0	Europe/Rome	45.56604	10.36352	556			09	BS	017178	
7644873	Ciane	ciane	IT		0	Europe/Rome	37.0549	15.2701				15	SR	089017	
7645251	Fussendrass	fussendrass	IT		0	Europe/Rome	46.94886	11.54006	1440			17	BZ	021107	
7645252	Burgum	burgum	IT		0	Europe/Rome	46.9362	11.53238	1440			17	BZ	021107	
7645254	Afens	afens	IT		0	Europe/Rome	46.91703	11.51376				17	BZ	021107	
7646765	Nevegal	nevegal	IT		0	Europe/Rome	46.09502	12.28744				20	BL	025006	
7647206	Erice Mare	erice-mare	IT		0	Europe/Rome	38.03202	12.54905				15	TP	081008	
7647799	Ponte Santa Lucia	ponte-santa-lucia	IT		0	Europe/Rome	42.98287	12.78603				18	PG	054018	
7648069	Ascea Marina	ascea-marina	IT		0	Europe/Rome	40.14257	15.18375				04	SA	065009	
7648071	Marina di Varcaturo	marina-di-varcaturo	IT		0	Europe/Rome	40.90017	14.03761				04	NA	063034	
7648660	Malga Ciapela	malga-ciapela	IT		0	Europe/Rome	46.4265	11.91502				20	BL	025044	
7667749	Suna	suna	IT		0	Europe/Rome	45.93081	8.54178				12	VB	103072	
7701318	Monte Penice Vetta	monte-penice-vetta	IT		0	Europe/Rome	44.79164	9.3189				09	PV	018089	
7733095	Frachey	frachey	IT		0	Europe/Rome	45.854	7.73545				19	AO	007007	
7778870	Montesiro	montesiro	IT		0	Europe/Rome	45.69442	9.28756				09	MB	108008	
7778955	Eboli Mare	eboli-mare	IT		0	Europe/Rome	40.48665	14.94827				04	SA	065050	
7778974	Foce del Sele	foce-del-sele	IT		0	Europe/Rome	40.48282	14.95205				04	SA	065050	
7800140	Tavernelle di Panicale	tavernelle-di-panicale	IT		0	Europe/Rome	43.06501	12.168				18	PG	054037	
7838700	Montelittu	montelittu	IT		0	Europe/Rome	40.83976	9.52261				14	OT	104013	
7838890	Pietrabissara	pietrabissara	IT		0	Europe/Rome	44.65	8.95	278			08	GE	010027	
7839004	Mereta	mereta	IT		0	Europe/Rome	44.6665	8.93864				08	GE	010027	
7870237	Lizzana	lizzana	IT		0	Europe/Rome	45.86778	11.0322				17	TN	022161	
7870242	Lover	lover	IT		246	Europe/Rome	46.24775	11.02384	567			17	TN	022037	
7870244	Dercolo	dercolo	IT		0	Europe/Rome	46.24843	11.04763				17	TN	022037	
7870245	Quetta	quetta	IT		0	Europe/Rome	46.25991	11.04836				17	TN	022037	
7870246	Termon	termon	IT		338	Europe/Rome	46.26944	11.03575	595			17	TN	022037	
7870247	Segonzone	segonzone	IT		0	Europe/Rome	46.24864	11.03293				17	TN	022037	
7870249	Cressino	cressino	IT		0	Europe/Rome	46.24273	11.05804				17	TN	022181	
7870251	Masi di Vigo	masi-di-vigo	IT		0	Europe/Rome	46.24638	11.06812				17	TN	022200	
7870305	Brancolino	brancolino	IT		365	Europe/Rome	45.9021	11.02008	192			17	TN	022127	
7870353	Civitella d'Arno	civitella-d-arno	IT		0	Europe/Rome	43.12786	12.48652		Civitella d'Arna		18	PG	054039	
7870354	Malnago	malnago	IT		0	Europe/Rome	45.86204	9.42138				09	LC	097042	
7870587	Verziano	verziano	IT		0	Europe/Rome	45.5006	10.17903				09	BS	017029	
7870588	Zerbino	zerbino	IT		0	Europe/Rome	45.49371	10.16553				09	BS	017072	
7870589	Villaggio sereno	villaggio-sereno	IT		0	Europe/Rome	45.51158	10.18862				09	BS	017029	
7870593	Varignano	varignano	IT		0	Europe/Rome	45.92033	10.85856				17	TN	022006	
7870594	Ville del Monte	ville-del-monte	IT		314	Europe/Rome	45.92951	10.82647	549			17	TN	022191	
7870596	Virle	virle	IT		0	Europe/Rome	45.51684	10.33573				09	BS	017161	
7870760	Brentino	brentino	IT		255	Europe/Rome	45.64249	10.87256	187			20	VR	023013	
7873848	Castellone Basso	castellone-basso	IT		0	Europe/Rome	42.62392	12.8198				18	TR	055012	
7873849	Colle Olivo	colle-olivo	IT		0	Europe/Rome	42.62262	12.81351				18	TR	055012	
7873850	Ampognano	ampognano	IT		0	Europe/Rome	42.62736	12.77098				18	TR	055012	
7873851	Le Mura	le-mura	IT		0	Europe/Rome	42.62193	12.773				18	TR	055012	
7873852	San Mamiliano	san-mamiliano	IT		0	Europe/Rome	42.62458	12.76302				18	TR	055012	
7873853	Leazzano	leazzano	IT		0	Europe/Rome	42.61514	12.74616				18	TR	055012	
7873854	Macchialunga	macchialunga	IT		0	Europe/Rome	42.6195	12.7374				18	TR	055012	
7874279	Sant'Osvaldo	sant-osvaldo	IT		0	Europe/Rome	45.64657	12.53815				20	VE	027033	
7874280	Intestadura	intestadura	IT		0	Europe/Rome	45.61572	12.57132				20	VE	027025	
7874281	Il Botteghino	il-botteghino	IT		0	Europe/Rome	45.60896	12.576				20	VE	027033	
7909812	Pieve di Cerreto	pieve-di-cerreto	IT		18	Europe/Rome	43.98992	10.54488	230			16	LU	046004	
7909896	La Pelosa	la-pelosa	IT		0	Europe/Rome	40.95944	8.21125				14	SS	090089	
7910355	Trensasco	trensasco	IT		0	Europe/Rome	44.46007	8.95373				08	GE	010055	
7910438	Salcotto	salcotto	IT		0	Europe/Rome	43.26323	11.99261				16	AR	051017	
7910641	Quartiere San Giacomo	quartiere-san-giacomo	IT		0	Europe/Rome	45.42407	12.33123				20	VE	027042	
7910648	Quartiere Campo di Marte	quartiere-campo-di-marte	IT		0	Europe/Rome	45.42561	12.33886				20	VE	027042	
7910753	Quartiere S. Elena	quartiere-s-elena	IT		0	Europe/Rome	45.42815	12.36154				20	VE	027042	
7910911	Caiano	caiano	IT		0	Europe/Rome	43.76874	11.65529				16	AR	051010	
7910953	Aica	aica	IT		362	Europe/Rome	46.7769	11.64401	732			17	BZ	021057	
7910955	Moiana	moiana	IT		0	Europe/Rome	45.78752	9.25838				09	CO	013147	
7910957	Vello	vello	IT		0	Europe/Rome	45.75361	10.08189				09	BS	017106	
7910979	Racciano	racciano	IT		0	Europe/Rome	43.45923	11.02684				16	SI	052028	
7931975	Olcio	olcio	IT		0	Europe/Rome	45.93563	9.31392				09	LC	097046	
8014925	Abbiadori	abbiadori	IT		0	Europe/Rome	41.09449	9.5303				14	OT	104004	
8015073	Goraiolo	goraiolo	IT		0	Europe/Rome	43.94482	10.75682				16	PT	047007	
8015074	Nuova Olinio	nuova-olinio	IT		0	Europe/Rome	46.16967	9.43176				09	SO	014027	
8015336	Rinella	rinella	IT		0	Europe/Rome	38.5481	14.82802	24						
8029969	Topaligo	topaligo	IT		0	Europe/Rome	45.94327	12.4936				06	PN	093037	
8029970	San Michele di Sacile	san-michele-di-sacile	IT		0	Europe/Rome	45.95553	12.4913				06	PN	093037	
7870475	Sesto	sesto	IT	39030	0	Europe/Rome	46.03293	10.84616				17	TN	022228	
8029971	Cornadella	cornadella	IT		0	Europe/Rome	45.94712	12.47463				06	PN	093037	
8029980	Santo Odorico	santo-odorico	IT		0	Europe/Rome	45.94872	12.50596				06	PN	093037	
8030187	Poggi del Sasso	poggi-del-sasso	IT		0	Europe/Rome	42.90795	11.32339				16	GR	053007	
8030189	Sinchette	sinchette	IT		0	Europe/Rome	44.96654	7.19974				12	TO	001184	
8030190	Raudori	raudori	IT		0	Europe/Rome	44.96651	7.20278				12	TO	001184	
8030210	Prato delle Macinaie	prato-delle-macinaie	IT		0	Europe/Rome	42.89341	11.60482				16	GR	053004	
8030365	Costagrande	costagrande	IT		0	Europe/Rome	44.9192	7.31413				12	TO	001191	
8030370	Marina di Gairo	marina-di-gairo	IT		0	Europe/Rome	39.74217	9.67449				14	OG	105006	
8050868	Villa Tassani	villa-tassani	IT		0	Europe/Rome	44.29592	9.44912	325			08	GE	010059	
8050869	Cardini	cardini	IT		0	Europe/Rome	44.2934	9.45206				08	GE	010011	
8050870	Villa Pezze	villa-pezze	IT		0	Europe/Rome	44.29459	9.44855				08	GE	010059	
8050871	Villa Vignolo	villa-vignolo	IT		0	Europe/Rome	44.29494	9.44294				08	GE	010059	
8050872	Villa Rovereto	villa-rovereto	IT		0	Europe/Rome	44.29638	9.4372				08	GE	010059	
8050873	Villa Campomoneto	villa-campomoneto	IT		0	Europe/Rome	44.30361	9.42388				08	GE	010059	
8050874	Santa Margherita di Fossalupara	santa-margherita-di-fossalupara	IT		0	Europe/Rome	44.2765	9.42219				08	GE	010059	
8050898	Nansola	nansola	IT		0	Europe/Rome	44.29222	9.47631				08	GE	010011	
8050900	Disconesi	disconesi	IT		0	Europe/Rome	44.33358	9.51433				08	SP	011018	
8050903	Tavarone	tavarone	IT		0	Europe/Rome	44.31353	9.54957				08	SP	011018	
8050905	Chiama	chiama	IT		0	Europe/Rome	44.28868	9.56669				08	SP	011018	
8050906	Santuario N. S. Guardia	santuario-n-s-guardia	IT		0	Europe/Rome	44.28398	9.55727				08	GE	010013	
8050909	San Pietro di Frascati	san-pietro-di-frascati	IT		0	Europe/Rome	44.27529	9.50287				08	GE	010013	
8050910	Casareggio	casareggio	IT		0	Europe/Rome	44.277	9.50499				08	GE	010013	
8050912	Localita Casali	localita-casali	IT		0	Europe/Rome	44.27526	9.497				08	GE	010013	
8050913	Battilana	battilana	IT		0	Europe/Rome	44.27414	9.48139				08	GE	010011	
8050914	Masso	masso	IT		0	Europe/Rome	44.26822	9.49336				08	GE	010013	
8050915	Santuario Loreto	santuario-loreto	IT		0	Europe/Rome	44.27092	9.48978				08	GE	010013	
8050916	Massasco	massasco	IT		0	Europe/Rome	44.27653	9.47917				08	GE	010011	
8050917	Campegli	campegli	IT		0	Europe/Rome	44.27942	9.4888				08	GE	010013	
8050918	Bargonasco	bargonasco	IT		412	Europe/Rome	44.27717	9.47031	100			08	GE	010011	
8050919	Verici Superiore	verici-superiore	IT		0	Europe/Rome	44.27911	9.4429				08	GE	010011	
8051057	Bosco Rinelli	bosco-rinelli	IT		0	Europe/Rome	36.98633	14.50779				15	RG	088012	
8051060	Casesoprane	casesoprane	IT		0	Europe/Rome	44.3734	9.46663				08	GE	010040	
8051061	Codivara	codivara	IT		0	Europe/Rome	44.38822	9.50014				08	SP	011029	
8051062	Codivilla	codivilla	IT		0	Europe/Rome	44.38918	9.49702				08	SP	011029	
8051063	Ghiggeri	ghiggeri	IT		0	Europe/Rome	44.38651	9.51198				08	SP	011029	
8051064	Valletti	valletti	IT		0	Europe/Rome	44.37586	9.52716				08	SP	011029	
8051065	Toceto	toceto	IT		0	Europe/Rome	44.38683	9.52242				08	SP	011029	
8051067	Scauggia	scauggia	IT		0	Europe/Rome	44.37805	9.51479				08	SP	011029	
8051068	Cerro	cerro	IT		0	Europe/Rome	44.37438	9.5088				08	SP	011029	
8051070	Arzeno	arzeno	IT		0	Europe/Rome	44.3651	9.46773				08	GE	010040	
8051071	Botasi	botasi	IT		0	Europe/Rome	44.36992	9.45469				08	GE	010040	
8051074	Semovigo	semovigo	IT		0	Europe/Rome	44.39013	9.42207				08	GE	010034	
8051075	San Siro Foce	san-siro-foce	IT		0	Europe/Rome	44.40636	9.42232				08	GE	010034	
8051076	Pontegiacomo Superiore	pontegiacomo-superiore	IT		0	Europe/Rome	44.40225	9.41732				08	GE	010034	
8051077	Pontegiacomo Inferiore	pontegiacomo-inferiore	IT		0	Europe/Rome	44.4022	9.41614				08	GE	010034	
8051078	Porciletto	porciletto	IT		0	Europe/Rome	44.38966	9.38935				08	GE	010034	
8051080	San Pietro a Marcigliano	san-pietro-a-marcigliano	IT		0	Europe/Rome	43.90676	10.60507				16	LU	046007	
8051134	Gragonti	gragonti	IT		0	Europe/Rome	39.50157	8.5147				14	VS	106001	
8063258	Miralduolo	miralduolo	IT		235	Europe/Rome	43.0602	12.44144	183			18	PG	054053	
8063840	Porporana	porporana	IT		0	Europe/Rome	44.92458	11.47333				05	FE	038008	
8081277	Barassi	barassi	IT		0	Europe/Rome	44.29974	9.38847				08	GE	010028	
8081278	Sorlana	sorlana	IT		0	Europe/Rome	44.30949	9.39039				08	GE	010028	
8081279	Crocetta	crocetta	IT		0	Europe/Rome	44.31185	9.383				08	GE	010028	
8081281	Nascio	nascio	IT		0	Europe/Rome	44.34076	9.4607				08	GE	010040	
8081282	Cassagna	cassagna	IT		0	Europe/Rome	44.33984	9.46884				08	GE	010040	
8081283	Frisolino	frisolino	IT		0	Europe/Rome	44.33092	9.42556				08	GE	010040	
8081284	Montedomenico	montedomenico	IT		222	Europe/Rome	44.3114	9.4365	198			08	GE	010059	
8081286	Iscioli Monte	iscioli-monte	IT		0	Europe/Rome	44.33024	9.45004				08	GE	010040	
8081287	Iscioli Basso	iscioli-basso	IT		0	Europe/Rome	44.32852	9.44333				08	GE	010040	
8081288	Zerli	zerli	IT		0	Europe/Rome	44.34609	9.44075				08	GE	010040	
8081290	Terisso	terisso	IT		0	Europe/Rome	44.36985	9.41503				08	GE	010040	
8081291	Carpenissone	carpenissone	IT		0	Europe/Rome	44.37691	9.35347				08	GE	010053	
8081293	Bavaggi	bavaggi	IT		0	Europe/Rome	44.36154	9.34297				08	GE	010053	
8081298	Menta	menta	IT		0	Europe/Rome	44.43582	9.50712				05	PR	034040	
8081301	isola di Borgonovo	isola-di-borgonovo	IT		0	Europe/Rome	44.3991	9.40046				08	GE	010034	
8081302	Corerallo	corerallo	IT		0	Europe/Rome	44.40075	9.39147				08	GE	010034	
8081304	Baravasche	baravasche	IT		0	Europe/Rome	44.40375	9.3932				08	GE	010034	
8081306	Case Massa	case-massa	IT		0	Europe/Rome	44.38718	9.37248				08	GE	010034	
8128526	Colonnetta di Prodo	colonnetta-di-prodo	IT		311	Europe/Rome	42.7547	12.1959	550			18	TR	055023	
8128740	Porto Ottiolu	porto-ottiolu	IT		0	Europe/Rome	40.74002	9.70791				14	OT	104009	
8129096	Borgaccio	borgaccio	IT		0	Europe/Rome	43.71915	11.28064				16	FI	048022	
8129097	Fiorino	fiorino	IT		503	Europe/Rome	43.32247	10.53777	14			16	PI	050020	
8129101	Quinto di Valpantena	quinto-di-valpantena	IT		0	Europe/Rome	45.4929	11.01907				20	VR	023091	
8131398	Porto Pino	porto-pino	IT		0	Europe/Rome	38.9688	8.59526				14	CI	107019	
8134011	Rotecastello	rotecastello	IT		0	Europe/Rome	42.88058	12.29284				18	TR	055030	
8181653	Nicciano	nicciano	IT		0	Europe/Rome	42.64078	12.78002				18	TR	055012	
8198690	Villa di Gargnano	villa-di-gargnano	IT		0	Europe/Rome	45.68449	10.65652				09	BS	017076	
8198724	San Giacomo di Caldes	san-giacomo-di-caldes	IT		0	Europe/Rome	46.37945	10.96264				17	TN	022033	
8199026	San Liberatore	san-liberatore	IT		0	Europe/Rome	42.57097	12.71075				18	TR	055032	
8199027	La romita	la-romita	IT		0	Europe/Rome	42.57173	12.69213				18	TR	055032	
8199030	Palombare	palombare	IT		0	Europe/Rome	42.5977	12.77581				18	TR	055005	
8199031	I Colli	i-colli	IT		0	Europe/Rome	42.62499	12.74551				18	TR	055012	
8199350	Vernone	vernone	IT		0	Europe/Rome	45.08887	7.88904				12	TO	001262	
8199357	Falerii	falerii	IT		0	Europe/Rome	42.30632	12.35395				07	VT	056024	
8199397	Cannatello	cannatello	IT		0	Europe/Rome	37.23867	13.62167				15	AG	084001	
8199411	Praticello di Gattatico	praticello-di-gattatico	IT		0	Europe/Rome	44.80486	10.47461			035022	05	RE	035022	
8199412	Casale di Mezzani	casale-di-mezzani	IT		0	Europe/Rome	44.91534	10.43015			034021	05	PR	034021	
8199416	Cras	cras	IT		0	Europe/Rome	46.17375	13.62266			030034	06	UD	030034	
8199615	Vho	vho	IT		0	Europe/Rome	45.12799	10.38071				09	CR	019071	
8199624	Villafelice	villafelice	IT		0	Europe/Rome	41.555	13.61803				07	FR	060027	
8199625	Folchetti	folchetti	IT		0	Europe/Rome	41.55651	13.6176				07	FR	060027	
8199647	Canne della Battaglia (Scavi)	canne-della-battaglia-scavi	IT		0	Europe/Rome	41.29663	16.15153				13	BT	110002	
8199693	Caseo	caseo	IT		0	Europe/Rome	44.94369	9.27504			018028	09	PV	018028	
8199694	Tagliuno	tagliuno	IT		0	Europe/Rome	45.64255	9.90864			016062	09	BG	016062	
8199696	Villa Fornace	villa-fornace	IT		0	Europe/Rome	44.96953	9.25512			018125	09	PV	018125	
8223936	Terria di Contra	terria-di-contra	IT		17	Europe/Rome	42.65962	12.83456	370			18	TR	055012	
8223983	Arias	arias	IT		0	Europe/Rome	45.76692	10.7533				09	BS	017189	
8223984	Pregasio	pregasio	IT		0	Europe/Rome	45.76177	10.74429				09	BS	017189	
8223985	Priezzo-Sompriezzo	priezzo-sompriezzo	IT		0	Europe/Rome	45.78057	10.7521				09	BS	017189	
8223987	Voiandes	voiandes	IT		0	Europe/Rome	45.7859	10.7369				09	BS	017189	
8223997	Frascata	frascata	IT		44	Europe/Rome	44.80876	9.05128	302			12	AL	006024	
8223998	Carezzano Superiore	carezzano-superiore	IT		0	Europe/Rome	44.81302	8.90287				12	AL	006032	
8224003	Miola di Pinè	miola-di-pine	IT		1038	Europe/Rome	46.12668	11.2485	997			17	TN	022009	
8224180	Macciano	macciano	IT		0	Europe/Rome	43.02054	11.89152	300			16	SI	052011	
8224229	Milunetti	milunetti	IT		0	Europe/Rome	44.36211	9.13075				08	GE	010047	
8224815	Saiaccio	saiaccio	IT		0	Europe/Rome	43.89078	12.05011	355			05	FC	040001	
8224817	Tavolicci	tavolicci	IT		0	Europe/Rome	43.83867	12.13466	805			05	FC	040050	
8224819	Sant'Alberico	sant-alberico	IT		0	Europe/Rome	43.79316	12.09937	1175			05	FC	040050	
8224821	Bruschete	bruschete	IT		0	Europe/Rome	43.82146	11.99675	915			05	FC	040001	
8224825	Castello di Selvapiana	castello-di-selvapiana	IT		0	Europe/Rome	43.87159	12.03853	665			05	FC	040001	
8224826	Acquapartita	acquapartita	IT		0	Europe/Rome	43.8665	12.02909	765			05	FC	040001	
8224827	Calbano	calbano	IT		0	Europe/Rome	43.92241	12.13998	355			05	FC	040044	
8224830	Tezzo	tezzo	IT		0	Europe/Rome	43.94044	12.14669	535			05	FC	040044	
8224832	Tivo	tivo	IT		0	Europe/Rome	43.89282	12.13032	585			05	FC	040044	
8224871	Case Monterosso	case-monterosso	IT		0	Europe/Rome	37.03216	15.18851				15	SR	089017	
8224872	La Pineta	la-pineta	IT		0	Europe/Rome	43.64111	10.6891				16	PI	050029	
8224873	Casa Rigo	casa-rigo	IT		0	Europe/Rome	42.70161	11.56723				16	GR	053028	
8259941	Senatello	senatello	IT		0	Europe/Rome	43.77227	12.11337	920			05	RN	099021	
8260097	Lughero - Casola di Terenzo	lughero-casola-di-terenzo	IT		0	Europe/Rome	44.59479	10.08373	800			05	PR	034038	
8261473	Sant'Enea	sant-enea	IT		754	Europe/Rome	43.01004	12.35773	289			18	PG	054039	
8261474	Pinto	pinto	IT		0	Europe/Rome	43.24498	13.43598				10	MC	043015	
8261477	Torra	torra	IT		0	Europe/Rome	46.30194	11.08048				17	TN	022186	
8299377	Guardasone	guardasone	IT		0	Europe/Rome	44.6267	10.39607				05	PR	034042	
8335066	Busteggia	busteggia	IT		800	Europe/Rome	46.162	9.9155	303			09	SO	014049	
8335356	Perinera	perinera	IT		0	Europe/Rome	45.22688	7.20652	1398			12	TO	001282	
8335481	Busalletta	busalletta	IT		0	Europe/Rome	44.49693	8.98918				08	GE	010055	
8335482	Scavarda	scavarda	IT		0	Europe/Rome	45.33218	8.47477				12	NO	003164	
8347315	Passarera	passarera	IT		0	Europe/Rome	45.32276	9.64591				09	CR	019012	
8347319	Ripalta Vecchia	ripalta-vecchia	IT		0	Europe/Rome	45.33543	9.70316				09	CR	019055	
8347659	Alpe Veglia	alpe-veglia	IT		0	Europe/Rome	46.27934	8.14293				12	VB	103071	
8349522	Cefalino	cefalino	IT		0	Europe/Rome	37.05216	15.17487				15	SR	089017	
8354427	Alpisella	alpisella	IT		1	Europe/Rome	44.12881	7.92183	1100			12	CN	004155	
8354441	Nisportino	nisportino	IT		0	Europe/Rome	42.83223	10.38839				16	LI	049016	
8354451	Oliveto	oliveto	IT		1000	Europe/Rome	43.12357	12.3688	400			18	PG	054039	
8354482	Alpe Campo Sup.	alpe-campo-sup	IT		0	Europe/Rome	45.86097	7.95412	1923			12	VC	002002	
8354623	San Giogio di Perlena	san-giogio-di-perlena	IT		0	Europe/Rome	45.7297	11.58375				20	VI	024040	
8354624	Vason	vason	IT		0	Europe/Rome	46.03803	11.05396				17	TN	022205	
8354625	Montedivalli-chiesa	montedivalli-chiesa	IT		0	Europe/Rome	44.20322	9.87079				16	MS	045013	
8378620	Modignano	modignano	IT		0	Europe/Rome	45.3481	9.39048				09	LO	098056	
8378691	Ostia	ostia	IT		0	Europe/Rome	41.75844	12.29971				07	RM	058091	
8378911	Arcavacata di Rende	arcavacata-di-rende	IT		0	Europe/Rome	39.35846	16.20844				03	CS	078102	
8378913	Punto Verde	punto-verde	IT		0	Europe/Rome	45.13916	8.0288				12	TO	001069	
8379112	Pominio	pominio	IT		0	Europe/Rome	43.81781	11.54783				16	FI	048037	
8379263	La Conia	la-conia	IT		0	Europe/Rome	41.1288	9.43425		Koni		14	OT	104004	
8379264	Casetta di Conia	casetta-di-conia	IT		0	Europe/Rome	43.03674	10.67021				16	LI	049020	
8379286	Casa Conia di sotto	casa-conia-di-sotto	IT		0	Europe/Rome	43.73889	11.49942		Cuona,Koni		16	FI	048035	
8379287	Conio	conio	IT		0	Europe/Rome	44.12817	10.74592		Koni		16	PT	047004	
8379288	Castra	castra	IT		0	Europe/Rome	43.76645	10.98367		Conio,Koni		16	FI	048008	
8379289	Torre a Cona	torre-a-cona	IT		0	Europe/Rome	43.72782	11.39132		Koni,Quona		16	FI	048036	
8379291	Madonna della Cona	madonna-della-cona	IT		0	Europe/Rome	42.65417	13.68389		Koni		01	TE	067041	
8393964	Villa Libiola	villa-libiola	IT		0	Europe/Rome	44.30202	9.4391				08	GE	010059	
8393966	Balicca	balicca	IT		0	Europe/Rome	44.30496	9.43377				08	GE	010059	
8393967	Azaro	azaro	IT		0	Europe/Rome	44.30846	9.42166				08	GE	010059	
8393968	Villa Loto	villa-loto	IT		0	Europe/Rome	44.30605	9.41616				08	GE	010059	
8393971	Costarossa	costarossa	IT		0	Europe/Rome	44.28927	9.40374				08	GE	010059	
8393972	Lapide	lapide	IT		0	Europe/Rome	44.27005	9.41773				08	GE	010059	
8393973	Novano	novano	IT		0	Europe/Rome	44.26698	9.45577				08	GE	010011	
8393975	Rietine	rietine	IT		0	Europe/Rome	43.44273	11.43883				16	SI	052013	
8393987	Mazzanta	mazzanta	IT		214	Europe/Rome	43.32617	10.46209	2			16	LI	049017	
8394121	Ponte Felcino	ponte-felcino	IT		5000	Europe/Rome	43.13049	12.44914	200			18	PG	054039	
8394288	La Molina	la-molina	IT		0	Europe/Rome	43.905	10.75175				16	PT	047008	
8394325	Gisse	gisse	IT		200	Europe/Rome	46.96548	11.92331	988			17	BZ	021108	
8394390	Rigoroso	rigoroso	IT		250	Europe/Rome	44.66329	8.90149	248			12	AL	006009	
8394415	Pieve d'Agnano	pieve-d-agnano	IT		0	Europe/Rome	43.31328	12.41348				18	PG	054024	
8410758	Quartiere	quartiere	IT		231	Europe/Rome	44.71338	11.75786	3			05	FE	038019	
8410805	Alba Fucens	alba-fucens	IT		0	Europe/Rome	42.08012	13.41069				01	AQ	066054	
8410818	Pozzalis	pozzalis	IT		296	Europe/Rome	46.12309	13.04825	197			06	UD	030095	
8410825	Marco Simone	marco-simone	IT		0	Europe/Rome	41.95544	12.64775				07	RM	058047	
8410826	Castell'Arcione	castell-arcione	IT		0	Europe/Rome	41.97149	12.71148				07	RM	058047	
8411068	Bosconure	bosconure	IT		14	Europe/Rome	44.66834	9.5652	514	48.3 Km to Piacenza; 7.9 km to Ferriere		05	PC	033020	
8426401	Antognano	antognano	IT		0	Europe/Rome	44.80943	9.76118				05	PC	033026	
8435856	Cicogna	cicogna	IT		0	Europe/Rome	45.26734	11.48646				20	VI	024079	
8435857	Colloredo	colloredo	IT		440	Europe/Rome	45.33556	11.51101	19			20	VI	024102	
8435870	Dasio	dasio	IT		0	Europe/Rome	46.03716	9.06024				09	CO	013234	
8435871	Puria	puria	IT		0	Europe/Rome	46.0324	9.05694				09	CO	013234	
8435873	Drano	drano	IT		0	Europe/Rome	46.02927	9.06046				09	CO	013234	
8435874	Cressogno	cressogno	IT		0	Europe/Rome	46.02426	9.07102				09	CO	013234	
8435875	San Mamete	san-mamete	IT		0	Europe/Rome	46.02505	9.05364			013234	09	CO	013234	
8435877	Rallo	rallo	IT		0	Europe/Rome	46.34094	11.04564				17	TN	022187	
8435878	Pavillo	pavillo	IT		321	Europe/Rome	46.33081	11.041	590			17	TN	022187	
8436416	Coldipozzo	coldipozzo	IT		0	Europe/Rome	43.36463	12.28932				18	PG	054013	
8436945	Su Tirialzu	su-tirialzu	IT		0	Europe/Rome	40.72017	9.47459				14	OT	104019	
8449413	Cornetto	cornetto	IT		265	Europe/Rome	43.37367	12.25121	270			18	PG	054013	
8449422	Alba Longa	alba-longa	IT		0	Europe/Rome	41.74007	12.65331		Albe la Longue					
8449934	San Firmano	san-firmano	IT		0	Europe/Rome	43.36238	13.54897				10	MC	043030	
8449944	Palombare	palombare	IT		107	Europe/Rome	42.84016	13.56442	297			10	AP	044007	
8449945	Colle San Marco	colle-san-marco	IT		131	Europe/Rome	42.82997	13.5803	694			10	AP	044007	
8449948	Carpineto	carpineto	IT		0	Europe/Rome	42.82304	13.59627				10	AP	044007	
8449949	Colle di Funti	colle-di-funti	IT		0	Europe/Rome	42.81927	13.59884				10	AP	044007	
8449950	La pigna-pigna bassa	la-pigna-pigna-bassa	IT		5006	Europe/Rome	42.83324	13.63446	216			10	AP	044020	
8449955	Pagliericcio	pagliericcio	IT		0	Europe/Rome	42.78324	13.62888				01	TE	067017	
8449956	Valle Sant'Angelo	valle-sant-angelo	IT		0	Europe/Rome	42.78091	13.63841				01	TE	067017	
8449957	Bivio Risteccio	bivio-risteccio	IT		0	Europe/Rome	42.76667	13.65335				01	TE	067017	
8449959	Carosi	carosi	IT		0	Europe/Rome	42.77505	13.70811				01	TE	067017	
8449961	Tavolaccio	tavolaccio	IT		0	Europe/Rome	42.78268	13.72519				01	TE	067017	
8449962	Sant'Eurosia	sant-eurosia	IT		277	Europe/Rome	42.7964	13.70603	289			01	TE	067017	
8449966	Rocca Ischiano	rocca-ischiano	IT		0	Europe/Rome	42.75089	13.65386				01	TE	067017	
8449967	Piano Risteccio	piano-risteccio	IT		0	Europe/Rome	42.76409	13.64905				01	TE	067017	
8449968	Collebigliano	collebigliano	IT		231	Europe/Rome	42.79546	13.62785	505			01	TE	067017	
8449969	Collevirtù	collevirtu	IT		0	Europe/Rome	42.80233	13.62305				01	TE	067017	
8449970	Piano San Pietro	piano-san-pietro	IT		0	Europe/Rome	42.80038	13.61833				01	TE	067017	
8449971	Gabbiano	gabbiano	IT		0	Europe/Rome	42.80271	13.60665				01	TE	067017	
8449972	Colle San Giovanni	colle-san-giovanni	IT		0	Europe/Rome	42.79805	13.91702				01	TE	067044	
8449973	Antonini	antonini	IT		0	Europe/Rome	42.8005	13.88929				01	TE	067044	
8449974	Cavatassi	cavatassi	IT		114	Europe/Rome	42.79408	13.89504	114			01	TE	067044	
8449975	Colle Luna	colle-luna	IT		0	Europe/Rome	42.81373	13.89187				01	TE	067044	
8449976	Gabbiano	gabbiano	IT		0	Europe/Rome	42.83349	13.89178				01	TE	067021	
8449978	Croce di Ravigliano	croce-di-ravigliano	IT		0	Europe/Rome	42.83211	13.84389				01	TE	067021	
8449979	Scuole Ravigliano	scuole-ravigliano	IT		0	Europe/Rome	42.83223	13.85736				01	TE	067021	
8449981	Case Vallese	case-vallese	IT		0	Europe/Rome	42.82764	13.87239				01	TE	067021	
8449982	Case Scataglia	case-scataglia	IT		0	Europe/Rome	42.82103	13.87582				01	TE	067021	
8449983	Terrabianca	terrabianca	IT		0	Europe/Rome	42.8063	13.87402				01	TE	067044	
8449984	Casette Antonelli	casette-antonelli	IT		0	Europe/Rome	43.36737	13.66407				10	MC	043043	
8449985	Casette Torresi	casette-torresi	IT		0	Europe/Rome	43.37548	13.65326				10	MC	043043	
8449986	Serraferlicchio	serraferlicchio	IT		0	Europe/Rome	37.32888	13.58374				15	AG	084001	
8449987	Torcicuda	torcicuda	IT		0	Europe/Rome	37.32717	13.60271				15	AG	084001	
8449988	Ragazzi del '99	ragazzi-del-99	IT		0	Europe/Rome	37.31222	13.59344				15	AG	084001	
8449989	Calcarelle	calcarelle	IT		0	Europe/Rome	37.31611	13.60339				15	AG	084001	
8449990	Villaggio Pirandello	villaggio-pirandello	IT		0	Europe/Rome	37.28703	13.5573				15	AG	084001	
8449994	Maddalusa	maddalusa	IT		0	Europe/Rome	37.27863	13.57009				15	AG	084001	
8449995	Giarra	giarra	IT		0	Europe/Rome	37.25527	13.60494				15	AG	084001	
8468576	Campedel	campedel	IT		0	Europe/Rome	46.2878	12.01484				20	BL	025059	
8468577	Soccol	soccol	IT		0	Europe/Rome	46.29204	12.009				20	BL	025059	
8468578	Curago	curago	IT		0	Europe/Rome	46.17585	12.36546				20	BL	025038	
8468579	Plois	plois	IT		0	Europe/Rome	46.17365	12.3597				20	BL	025038	
8468580	Torres	torres	IT		0	Europe/Rome	46.16747	12.36142				20	BL	025038	
8468581	Facchin	facchin	IT		0	Europe/Rome	46.13271	12.40243				20	BL	025060	
8468582	Sopalù	sopalu	IT		0	Europe/Rome	46.58848	12.50459				20	BL	025015	
8468585	Casada	casada	IT		0	Europe/Rome	46.57273	12.53755				20	BL	025050	
8468588	Irrighe	irrighe	IT		0	Europe/Rome	46.17454	12.40425				20	BL	025012	
8468589	Villaggio Col Pian	villaggio-col-pian	IT		0	Europe/Rome	46.17674	12.41695				20	BL	025012	
8468590	Bastiani	bastiani	IT		0	Europe/Rome	46.35673	11.97913				20	BL	025010	
8468591	Chenet	chenet	IT		0	Europe/Rome	46.35694	11.976				20	BL	025010	
8468629	Osteno	osteno	IT		554	Europe/Rome	46.00668	9.08385		Cin e Osten,Cin e Ostén	013071	09	CO	013071	
8468630	Rescia	rescia	IT		0	Europe/Rome	46.01491	9.10595				09	CO	013071	
8468633	Coldipeccio	coldipeccio	IT		0	Europe/Rome	43.40558	12.74805				18	PG	054046	
8468634	Sant'Agata sopra Cannobio	sant-agata-sopra-cannobio	IT		0	Europe/Rome	46.07076	8.68615		Sant'Agata		12	VB	103017	
8468635	Cinzago	cinzago	IT		0	Europe/Rome	46.0832	8.68439				12	VB	103017	
8468636	Socragno	socragno	IT		0	Europe/Rome	46.0782	8.68572				12	VB	103017	
8468679	Ferrata Nord	ferrata-nord	IT		313	Europe/Rome	43.9513	12.77873	20			10	PU	041044	
8468681	Le Logge	le-logge	IT		0	Europe/Rome	43.94191	12.82946				10	PU	041044	
8468682	La Siligata	la-siligata	IT		0	Europe/Rome	43.94302	12.82268				10	PU	041044	
8468698	Favrio	favrio	IT		0	Europe/Rome	46.00048	10.8575	652			17	TN	022083	
8468700	Stumiaga	stumiaga	IT		0	Europe/Rome	46.00827	10.84979				17	TN	022083	
8468762	San Pedretto	san-pedretto	IT		0	Europe/Rome	45.08104	9.96486				05	PC	033014	
8468782	Santa Maria del Focallo	santa-maria-del-focallo	IT		0	Europe/Rome	36.71893	14.92364				15	RG	088005	
8468795	Trigoria	trigoria	IT		0	Europe/Rome	41.766	12.47772				07	RM	058091	
8468894	San Tomaso della Fossa	san-tomaso-della-fossa	IT		0	Europe/Rome	44.80754	10.69837				05	RE	035028	
8469108	Sigonella	sigonella	IT		0	Europe/Rome	37.41039	14.91025		NSY,Sigonella		15	SR	089011	
8469156	Sollicciano	sollicciano	IT		0	Europe/Rome	43.76936	11.17292	47			16	FI	048017	
8469157	Ugnano	ugnano	IT		0	Europe/Rome	43.782	11.16958				16	FI	048017	
8469158	Quaracchi	quaracchi	IT		0	Europe/Rome	43.79515	11.18013				16	FI	048017	
8469160	Le Piagge	le-piagge	IT		0	Europe/Rome	43.79114	11.17745				16	FI	048017	
8504667	Cantorato	cantorato	IT		0	Europe/Rome	39.17186	17.08468				03	KR	101010	
8504668	Feniglia	feniglia	IT		0	Europe/Rome	42.40923	11.20962				16	GR	053016	
8504681	Santo Stefano di Arcevia	santo-stefano-di-arcevia	IT		21	Europe/Rome	43.48425	12.9055	509			10	AN	042003	
8504682	Spoiano	spoiano	IT		0	Europe/Rome	43.37055	11.76842				16	AR	051016	
8504683	Sustinenza	sustinenza	IT		0	Europe/Rome	45.15686	11.18365				20	VR	023019	
8504685	Manfria	manfria	IT		0	Europe/Rome	37.10065	14.12979				15	CL	085007	
8521391	Giovancorso - Chiusi	giovancorso-chiusi	IT		0	Europe/Rome	43.01836	11.93849				16	SI	052011	
8521706	Torre Santa Sabina	torre-santa-sabina	IT		0	Europe/Rome	40.7576	17.70078				13	BR	074002	
8531813	Sant'Isidoro	sant-isidoro	IT		0	Europe/Rome	40.21709	17.92737				13	LE	075052	
8531815	Metato	metato	IT		0	Europe/Rome	43.95198	10.33058				16	LU	046005	
8531968	Valloria	valloria	IT		0	Europe/Rome	43.92724	7.92193				08	IM	008047	
8533779	Cuchi	cuchi	IT		0	Europe/Rome	45.57704	12.1486				20	VE	027037	
8555653	Maranzanis	maranzanis	IT		0	Europe/Rome	46.51517	12.87473				06	UD	030029	
8556404	Colle di Sassa	colle-di-sassa	IT		0	Europe/Rome	42.34664	13.29146				01	AQ	066049	
8556407	Palombara	palombara	IT		0	Europe/Rome	42.73575	12.83579				18	PG	054045	
8581479	Reitani	reitani	IT		0	Europe/Rome	36.75532	15.10268				15	SR	089013	
8581481	Ramazzano	ramazzano	IT		0	Europe/Rome	43.17119	12.46193				18	PG	054039	
8581485	Duna Verde	duna-verde	IT		0	Europe/Rome	45.56743	12.80285				20	VE	027005	
8604522	Giuliani	giuliani	IT		0	Europe/Rome	43.36737	13.38873				10	MC	043003	
8604523	Funtana Meiga	funtana-meiga	IT		0	Europe/Rome	39.89621	8.42411				14	OR	095018	
8604535	Ca' di David	ca-di-david	IT		0	Europe/Rome	45.38097	10.99783				20	VR	023091	
8604536	Rancione	rancione	IT		0	Europe/Rome	43.09415	12.03072				18	PG	054009	
8604537	Rancone	rancone	IT		0	Europe/Rome	46.00233	8.65233				12	VB	103049	
8604568	Porto Pozzo	porto-pozzo	IT		258	Europe/Rome	41.19203	9.26971	9			14	OT	104022	
8604647	Mercanzie	mercanzie	IT		0	Europe/Rome	43.14158	12.38348				18	PG	054039	
8604724	Crocemarroggia	crocemarroggia	IT		277	Europe/Rome	42.71334	12.64698	341			18	PG	054051	
8604725	Colle Campanaro	colle-campanaro	IT		0	Europe/Rome	42.72142	12.64252				18	PG	054051	
8604860	Bassone	bassone	IT		1653	Europe/Rome	45.4511	10.89449	98			20	VR	023091	
8604868	Carteano	carteano	IT		0	Europe/Rome	43.90111	11.12033				16	PO	100005	
8604871	Faltugnano	faltugnano	IT		0	Europe/Rome	43.92921	11.14074				16	PO	100006	
8604875	La Dogana il Pucci	la-dogana-il-pucci	IT		0	Europe/Rome	44.01479	11.14366				16	PO	100001	
8604876	Terrigoli	terrigoli	IT		537	Europe/Rome	44.02658	11.14546	214			16	PO	100007	
8604877	Sant'Ippolito di Vernio	sant-ippolito-di-vernio	IT		0	Europe/Rome	44.03374	11.14194				16	PO	100007	
8604878	Sasseta	sasseta	IT		285	Europe/Rome	44.06354	11.1519	470			16	PO	100007	
8604880	Lentula	lentula	IT		0	Europe/Rome	44.07683	11.05195				16	PT	047018	
8604881	Luogomano	luogomano	IT		0	Europe/Rome	44.00973	11.08443				16	PO	100001	
8604882	Migliana	migliana	IT		400	Europe/Rome	43.98787	11.09911	620			16	PO	100001	
8604896	L'Acqua	l-acqua	IT		0	Europe/Rome	44.0524	11.04581				16	PT	047018	
8604915	Legri	legri	IT		0	Europe/Rome	43.91448	11.22474				16	FI	048005	
8605002	San Giusto	san-giusto	IT		0	Europe/Rome	43.86345	11.06851				16	PO	100005	
8605019	Secciano	secciano	IT		0	Europe/Rome	43.9247	11.18237				16	FI	048005	
8605026	Lecore	lecore	IT		402	Europe/Rome	43.79978	11.07422	40			16	FI	048044	
8605033	Bicocca	bicocca	IT		0	Europe/Rome	44.58998	7.80828				12	CN	004202	
8605034	Pieve san Nicolò	pieve-san-nicolo	IT		0	Europe/Rome	43.12886	12.61857				18	PG	054001	
8617854	Ruoni	ruoni	IT		0	Europe/Rome	41.22547	9.22088				14	OT	104022	
8617855	Marazzino	marazzino	IT		0	Europe/Rome	41.23148	9.21362				14	OT	104022	
8617856	Capizza di Vacca	capizza-di-vacca	IT		0	Europe/Rome	41.21553	9.22019				14	OT	104022	
8629282	Civitella Benazzone	civitella-benazzone	IT		0	Europe/Rome	43.20417	12.44931				18	PG	054039	
8629303	La Bicocca	la-bicocca	IT		0	Europe/Rome	45.49859	9.20607		la Bicoque		09	MI	015146	
8629833	Riobianco Weissenbach	riobianco-weissenbach	IT		0	Europe/Rome	46.94862	11.87468				17	BZ	021108	
8643102	Peio Ponti	peio-ponti	IT		0	Europe/Rome	46.35457	10.66684				17	TN	022136	
8643103	Peio Terme	peio-terme	IT		0	Europe/Rome	46.35102	10.66315				17	TN	022136	
8643145	Kurzras	kurzras	IT		0	Europe/Rome	46.75666	10.78306				17	BZ	021091	
8643146	Albergo Corteraso	albergo-corteraso	IT		0	Europe/Rome	46.75	10.76667				17	BZ	021091	
8643371	Lido di Maronti	lido-di-maronti	IT		0	Europe/Rome	40.70468	13.91914				04	NA	063007	
8643379	Campomarino Lido	campomarino-lido	IT		601	Europe/Rome	41.95751	15.0526				11	CB	070010	
8643453	Malamurì	malamuri	IT		0	Europe/Rome	40.71987	9.68343	47			14	OT	104009	
8644014	San Giovanni dei Mori	san-giovanni-dei-mori	IT		0	Europe/Rome	43.32523	11.79846				16	AR	051022	
8644015	Badicorte	badicorte	IT		0	Europe/Rome	43.32534	11.78086				16	AR	051022	
8644016	Moraso	moraso	IT		0	Europe/Rome	46.12982	8.20451				12	VB	103012	
8644017	Pioi	pioi	IT		0	Europe/Rome	46.11502	8.21792				12	VB	103012	
8658768	Fibbiallla	fibbiallla	IT		40	Europe/Rome	43.94713	10.68867	350			16	PT	047012	
8658792	Collefracido	collefracido	IT		0	Europe/Rome	42.32436	13.32323				01	AQ	066049	
8658793	Collemare	collemare	IT		0	Europe/Rome	42.32521	13.3027				01	AQ	066049	
8658795	Palombaia di Sassa	palombaia-di-sassa	IT		0	Europe/Rome	42.35805	13.31479				01	AQ	066049	
8658797	Sassa Scalo	sassa-scalo	IT		225	Europe/Rome	42.36064	13.29354	664			01	AQ	066049	
8658802	Cermone	cermone	IT		0	Europe/Rome	42.40704	13.30599				01	AQ	066072	
8658803	Busci	busci	IT		0	Europe/Rome	42.52185	13.22556				01	AQ	066056	
8658804	Cabbia	cabbia	IT		0	Europe/Rome	42.48276	13.20303				01	AQ	066056	
8658805	Casale Bottone	casale-bottone	IT		0	Europe/Rome	42.53482	13.22501				01	AQ	066056	
8658813	Forcellette	forcellette	IT		0	Europe/Rome	42.36179	13.24629				01	AQ	066095	
8658814	Madonna della Strada	madonna-della-strada	IT		0	Europe/Rome	42.34562	13.2587				01	AQ	066101	
8658816	Vallinsù	vallinsu	IT		0	Europe/Rome	42.36397	13.24893				01	AQ	066095	
8658817	Molino Salomone	molino-salomone	IT		0	Europe/Rome	42.31463	13.28294				01	AQ	066101	
8658818	Palombaia di Tornimparte	palombaia-di-tornimparte	IT		0	Europe/Rome	42.32557	13.2826				01	AQ	066101	
8658820	Viaro	viaro	IT		0	Europe/Rome	42.30847	13.2866				01	AQ	066101	
8658821	Colle Fiascone	colle-fiascone	IT		0	Europe/Rome	42.32453	13.27449				01	AQ	066101	
8658822	Colle Marino	colle-marino	IT		0	Europe/Rome	42.32661	13.26376				01	AQ	066101	
8658823	Colle Perdonesco	colle-perdonesco	IT		0	Europe/Rome	42.30798	13.27762				01	AQ	066101	
8658825	Pianelle	pianelle	IT		0	Europe/Rome	42.29029	13.29496				01	AQ	066101	
8658826	Francolisco	francolisco	IT		0	Europe/Rome	42.30878	13.32199				01	AQ	066052	
8658827	Peschiolo	peschiolo	IT		0	Europe/Rome	42.29613	13.3283				01	AQ	066052	
8658828	Prato Lonaro	prato-lonaro	IT		0	Europe/Rome	42.27694	13.36184				01	AQ	066052	
8658831	Spognetta	spognetta	IT		0	Europe/Rome	42.30037	13.33727				01	AQ	066052	
8658833	Castello Paganica	castello-paganica	IT		0	Europe/Rome	42.49917	13.28222				01	AQ	066056	
8658839	Casale d'Abruzzo	casale-d-abruzzo	IT		0	Europe/Rome	42.5076	13.23651				01	AQ	066056	
8659004	Tintoria	tintoria	IT		0	Europe/Rome	44.40754	11.08898				05	BO	037061	
8659006	Ponte Pattoli	ponte-pattoli	IT		1869	Europe/Rome	43.17807	12.42842	210			18	PG	054039	
8659007	Malgasot	malgasot	IT		0	Europe/Rome	46.50336	11.11954				17	BZ	021118	
8659108	Toetto	toetto	IT		0	Europe/Rome	44.78996	8.28004				12	AT	005030	
8659109	Caranti	caranti	IT		0	Europe/Rome	44.78956	8.29725				12	AT	005030	
8659110	Preie	preie	IT		0	Europe/Rome	44.7941	8.28803				12	AT	005030	
8659111	Rapano	rapano	IT		0	Europe/Rome	38.19821	15.41996				15	ME	083076	
8659115	Madonna della Fonte	madonna-della-fonte	IT		0	Europe/Rome	43.39222	13.12639				10	MC	043002	
8659117	Maccarone	maccarone	IT		0	Europe/Rome	43.39733	13.12158				10	MC	043002	
8659118	Ca' di Tosti	ca-di-tosti	IT		0	Europe/Rome	43.39475	13.11055				10	MC	043002	
8659120	Sant'Isidoro	sant-isidoro	IT		0	Europe/Rome	43.41408	13.10841				10	MC	043002	
8659121	Favete	favete	IT		0	Europe/Rome	43.42162	13.09935				10	MC	043002	
8659122	Moricozzi	moricozzi	IT		0	Europe/Rome	43.42134	13.09158				10	MC	043002	
8659123	Casarini I	casarini-i	IT		0	Europe/Rome	43.37921	13.12669				10	MC	043002	
8659124	Casarini II	casarini-ii	IT		0	Europe/Rome	43.37176	13.1142				10	MC	043002	
8659126	Cozzi	cozzi	IT		0	Europe/Rome	43.37822	13.13759				10	MC	043002	
8659128	Pian dell'Elmo	pian-dell-elmo	IT		0	Europe/Rome	43.34295	13.06043				10	MC	043002	
8659129	Costamartina	costamartina	IT		0	Europe/Rome	43.30898	13.69549				10	MC	043013	
8659131	Filippanto'-Vallon Faggiano	filippanto-vallon-faggiano	IT		0	Europe/Rome	43.2908	13.67197				10	MC	043013	
8659132	Orso	orso	IT		0	Europe/Rome	43.34457	13.69866				10	MC	043013	
8659133	Castelletta I	castelletta-i	IT		0	Europe/Rome	43.32735	13.70583				10	MC	043013	
8659134	Castelletta II	castelletta-ii	IT		0	Europe/Rome	43.32866	13.70201				10	MC	043013	
8659137	Fonte Girone	fonte-girone	IT		0	Europe/Rome	43.30577	13.67236				10	MC	043013	
8659138	Mandolesi	mandolesi	IT		0	Europe/Rome	43.30287	13.65686				10	MC	043013	
8659139	Piane Chienti	piane-chienti	IT		0	Europe/Rome	43.29437	13.66978				10	MC	043013	
8659143	Contrada Taverna	contrada-taverna	IT		0	Europe/Rome	38.6128	16.55833				03	CZ	079118	
8659144	Fego	fego	IT		0	Europe/Rome	38.61448	16.55318				03	CZ	079118	
8659152	Piacco	piacco	IT		0	Europe/Rome	45.95746	8.85283				09	VA	012086	
8659183	La Scalitta	la-scalitta	IT		0	Europe/Rome	40.9018	8.88099				14	SS	090087	
8659184	Longareddu	longareddu	IT		0	Europe/Rome	40.90807	8.88155				14	SS	090087	
8659186	Pietre Rosse	pietre-rosse	IT		0	Europe/Rome	38.12202	15.16796				15	ME	083075	
8659187	Finata Mazzarrà	finata-mazzarra	IT		0	Europe/Rome	38.09126	15.14332				15	ME	083075	
8659200	Il Porcello	il-porcello	IT		0	Europe/Rome	43.52984	10.95071				16	FI	048020	
781059	Colognole	colognole	IT	57014	0	Europe/Rome	43.50972	10.44833				16	LI	049008	
2522677	Zumpano	zumpano	IT	87040	343	Europe/Rome	39.31089	16.29209	429	Zumpano	078155	03	CS	078155	
2522681	Zinga	zinga	IT	88822	247	Europe/Rome	39.26099	16.91734	393			03	KR	101004	
2522683	Zerfaliu	zerfaliu	IT	09070	1125	Europe/Rome	39.95861	8.70889	15	Zerfaliu	095075	14	OR	095075	
2522685	Zeddiani	zeddiani	IT	09070	1035	Europe/Rome	39.99083	8.59528	9	Zeddiani	095074	14	OR	095074	
2522691	Zambrone	zambrone	IT	89868	558	Europe/Rome	38.69918	15.99009	222	Zambrone	102049	03	VV	102049	
2522692	Zagarise	zagarise	IT	88050	1553	Europe/Rome	38.99919	16.6632	581	Zagarise	079157	03	CZ	079157	
2522696	Zafferana Etnea	zafferana-etnea	IT	95019	9214	Europe/Rome	37.68772	15.10267	574	Zafarana Etnea,Zaffarana Etnea,Zafferana,Zafferana Etnea	087055	15	CT	087055	
2522699	Zaccanopoli	zaccanopoli	IT	89867	779	Europe/Rome	38.66478	15.92979	430	Zaccanopoli	102048	03	VV	102048	
2522700	Xitta	xitta	IT	91100	0	Europe/Rome	37.98333	12.55				15	TP	081013	
2522709	Vizzini	vizzini	IT	95049	5967	Europe/Rome	37.16094	14.74968	586	Vizzini	087054	15	CT	087054	
2522713	Vittoria	vittoria	IT	97019	55317	Europe/Rome	36.95374	14.53318		Vittoira,Vittoria,vu~ittoria,ヴィットーリア	088012	15	RG	088012	
2522717	Vito	vito	IT	89122	0	Europe/Rome	38.13333	15.7				03	RC	080063	
2522718	Vita	vita	IT	91010	2139	Europe/Rome	37.87054	12.82504	480	Vita,vu~ita,ヴィータ	081023	15	TP	081023	
2522720	Villaurbana	villaurbana	IT	09080	1701	Europe/Rome	39.88639	8.77917	84	Villaurbana	095072	14	OR	095072	
2522724	Villaspeciosa	villaspeciosa	IT	09010	2269	Europe/Rome	39.311	8.92412	12	Villaspeciosa	092102	14	CA	092102	
2522725	Villasor	villasor	IT	09034	6598	Europe/Rome	39.37972	8.94167	25	Villasor	092101	14	CA	092101	
2522726	Villasmundo	villasmundo	IT	96010	3008	Europe/Rome	37.25173	15.09336	191			15	SR	089012	
2522727	Villasimius	villasimius	IT	09049	2999	Europe/Rome	39.14022	9.52217	41	Villasimius	092100	14	CA	092100	
2522730	Villa San Giovanni	villa-san-giovanni	IT	65020	12960	Europe/Rome	38.22757	15.63859	15	Villa San Giovanni,Villa San Giuvanni	080096	03	RC	080096	
2522731	Villasalto	villasalto	IT	09040	1108	Europe/Rome	39.4922	9.38647	502	Villasalto	092098	14	CA	092098	
2522732	Villarosa	villarosa	IT	94010	4164	Europe/Rome	37.58875	14.16597	523	Villarosa,Villarosa Sicilia	086020	15	EN	086020	
2522733	Villarios	villarios	IT	09010	0	Europe/Rome	39.0575	8.57778				14	CI	107007	
2522734	Villaputzu	villaputzu	IT	09040	4831	Europe/Rome	39.44	9.5725		Villaputzu	092097	14	CA	092097	
2522735	Villapriolo	villapriolo	IT	94010	0	Europe/Rome	37.63333	14.18333				15	EN	086020	
2522736	Villapiana	villapiana	IT	32020	1480	Europe/Rome	39.8465	16.45519	206		078154	03	CS	078154	
2522740	Villanova Truschedu	villanova-truschedu	IT	09084	321	Europe/Rome	39.98944	8.75194		Villanova Truschedu	095071	14	OR	095071	
2522741	Villanova Strisaili	villanova-strisaili	IT	08049	0	Europe/Rome	39.9575	9.46611				14	OG	105023	
2522742	Villanovafranca	villanovafranca	IT	09020	1416	Europe/Rome	39.64556	9.00222	300	Villanovafranca	106028	14	VS	106028	
2522743	Villanovaforru	villanovaforru	IT	09020	674	Europe/Rome	39.63196	8.86979	310	Villanovaforru	106027	14	VS	106027	
2522744	Villanova	villanova	IT	00012	0	Europe/Rome	39.1	16.3				03	CZ	079083	
2522748	Villamassargia	villamassargia	IT	09010	3119	Europe/Rome	39.27611	8.63972	121	Villamassargia	107022	14	CI	107022	
2522749	Villamar	villamar	IT	09020	2788	Europe/Rome	39.61944	8.96056	108	Villamar	106026	14	VS	106026	
2522750	Villalba	villalba	IT	00012	1689	Europe/Rome	37.65505	13.84286	620	Vilalba,Villalba,Villarba	085022	15	CL	085022	
2522754	Villagreca	villagreca	IT	09024	253	Europe/Rome	39.46183	9.00111	102			14	CA	092042	
2522755	Villagrazia	villagrazia	IT	90148	0	Europe/Rome	38.16169	13.169		Grazia		15	PA	082021	
2522756	Villagrazia	villagrazia	IT	90148	0	Europe/Rome	38.08333	13.33333				15	PA	082053	
2522757	Villagrande Strisaili	villagrande-strisaili	IT	08049	2579	Europe/Rome	39.96346	9.51016	700	Villagrande,Villagrande Strisaile,Villagrande Strisaili	105023	14	OG	105023	
2522759	Villaggio Frasso	villaggio-frasso	IT	87064	444	Europe/Rome	39.64361	16.48298	28	Frassa,Villaggio Frassa,Villaggio Frasso		03	CS	078044	
2522760	Villafrati	villafrati	IT	90030	3076	Europe/Rome	37.90778	13.48802	450	Villafrati	082080	15	PA	082080	
2522761	Villafranca Tirrena	villafranca-tirrena	IT	98049	8517	Europe/Rome	38.24007	15.43739		Villafranca Tirrena	083105	15	ME	083105	
2522762	Villafranca Sicula	villafranca-sicula	IT	92020	1383	Europe/Rome	37.58814	13.28925	330	Villafranca,Villafranca Sicula	084043	15	AG	084043	
2522763	Villadoro	villadoro	IT	94014	0	Europe/Rome	37.68333	14.25				15	EN	086012	
2522766	Villacidro	villacidro	IT	09039	12768	Europe/Rome	39.45778	8.74056	267	Villacidro,vu~irrachidoro,ヴィッラチードロ	VS	14	VS	106025	
2522767	Villabate	villabate	IT	90039	19031	Europe/Rome	38.07625	13.44485	47	Villabate,Villabbati	082079	15	PA	082079	
2522772	Viggianello	viggianello	IT	85040	484	Europe/Rome	39.9738	16.08608	500	Viggianello	076097	02	PZ	076097	
2522774	Vicari	vicari	IT	90020	2563	Europe/Rome	37.82375	13.56615	700	Vicari	082078	15	PA	082078	
2522775	Vibo Valentia Marina	vibo-valentia-marina	IT	89900	0	Europe/Rome	38.71667	16.11667		Marina di Vibo Valentia,Porto Santa Venere,Vibo Valentia Marina		03	VV	102047	
2522776	Vibo Valentia	vibo-valentia	IT	89900	19263	Europe/Rome	38.67428	16.0951	476	Monteleone di Calabria,Vibbu Valenzia,Vibo Valentia,Vibo-Valentija,Вибо-Валентия,ヴィボ・ヴァレンツィア	VV	03	VV	102047	
2522777	Viagrande	viagrande	IT	95029	6880	Europe/Rome	37.60933	15.09925	410	Viagrande,Viagranni	087053	15	CT	087053	
2522779	Verzino	verzino	IT	88819	1803	Europe/Rome	39.3111	16.86041	549	Verzino	101027	03	KR	101027	
2522785	Verbicaro	verbicaro	IT	87020	2940	Europe/Rome	39.7556	15.91358	428	Verbicaro	078153	03	CS	078153	
2522787	Ventimiglia di Sicilia	ventimiglia-di-sicilia	IT	90020	2039	Europe/Rome	37.92445	13.56905	540	Calamigna,Ventimiglia di Sicilia	082077	15	PA	082077	
2522788	Venetico	venetico	IT	98040	3691	Europe/Rome	38.19307	15.38119		Venetico	083104	15	ME	083104	
2522789	Vena Superiore	vena-superiore	IT	89900	0	Europe/Rome	38.66667	16.06667				03	VV	102047	
2522791	Vena	vena	IT	89900	0	Europe/Rome	38.88333	16.4		Vena,Vena di Maida,Vena di Máida,Vina		03	CZ	079069	
2522792	Vazzano	vazzano	IT	89834	1106	Europe/Rome	38.63288	16.248	357	Vazzano	102046	03	VV	102046	
2522795	Varapodio	varapodio	IT	89010	2223	Europe/Rome	38.31707	15.9844	231	Varapodio	080095	03	RC	080095	
2522798	Vallermosa	vallermosa	IT	09010	1593	Europe/Rome	39.36389	8.79556	70	Vallermosa	092091	14	CA	092091	
2522801	Vallelunga Pratameno	vallelunga-pratameno	IT	93010	3508	Europe/Rome	37.68205	13.83156	472	Vaddilonga,Vallelunga Pratameno	085021	15	CL	085021	
2522802	Vallelonga	vallelonga	IT	89821	455	Europe/Rome	38.64728	16.2949	646	Vallelonga	102045	03	VV	102045	
2522803	Vallefiorita	vallefiorita	IT	88050	1849	Europe/Rome	38.77638	16.461	329	Vallefiorita	079151	03	CZ	079151	
2522804	Valledolmo	valledolmo	IT	90029	3747	Europe/Rome	37.74745	13.82786	746	Vaddilurmu,Valledolmo	082076	15	PA	082076	
2522805	Valguarnera Caropepe	valguarnera-caropepe	IT	94019	7453	Europe/Rome	37.49555	14.38877	590	Carrapipi,Valguarnera,Valguarnera Caropepe	086019	15	EN	086019	
2522807	Valdina	valdina	IT	98040	1209	Europe/Rome	38.19457	15.36899		Valdina	083103	15	ME	083103	
2522811	Vadi	vadi	IT	87033	0	Europe/Rome	39.15	16.1				03	CS	078013	
2522812	Vaccarizzo Albanese	vaccarizzo-albanese	IT	87060	1030	Europe/Rome	39.5854	16.43289	448	Vaccarizzo Albanese,Vakarici	078152	03	CS	078152	
2522814	Vaccarizzo	vaccarizzo	IT	87046	496	Europe/Rome	39.41115	16.13444	459			03	CS	078081	
2522816	Uta	uta	IT	09010	6831	Europe/Rome	39.28833	8.95833	6	Uta	092090	14	CA	092090	
2522818	Ustica	ustica	IT	90010	819	Europe/Rome	38.71076	13.19164	49	Ustica,usutika dao,ウスティカ島	082075	15	PA	082075	
2522819	Ussassai	ussassai	IT	08040	599	Europe/Rome	39.80889	9.39361	710	Ussassai	105022	14	OG	105022	
2522820	Ussaramanna	ussaramanna	IT	09020	553	Europe/Rome	39.69306	8.90917	158	Ussaramanna	106024	14	VS	106024	
2522821	Ussana	ussana	IT	09020	4216	Europe/Rome	39.39194	9.0775	97	Ussana	092088	14	CA	092088	
2522822	Usellus	usellus	IT	09090	623	Europe/Rome	39.80833	8.85167	289	Usellus	095070	14	OR	095070	
2522825	Uria	uria	IT	88050	710	Europe/Rome	38.91312	16.7266	64			03	CZ	079127	
2522826	Uras	uras	IT	09099	2787	Europe/Rome	39.69495	8.702	23	Uras	095069	14	OR	095069	
2522827	Ummari	ummari	IT	91100	0	Europe/Rome	37.93333	12.73333				15	TP	081021	
2522828	Umbriatico	umbriatico	IT	88823	456	Europe/Rome	39.3536	16.91861	422	Umbriatico	101026	03	KR	101026	
2522830	Ulmi	ulmi	IT	91018	0	Europe/Rome	37.83333	12.76667				15	TP	081018	
2522832	Ulassai	ulassai	IT	08040	1491	Europe/Rome	39.81195	9.49786	775	Ulassai	105020	14	OG	105020	
2522833	Ugento	ugento	IT	73059	10824	Europe/Rome	39.92632	18.15743		Ugento	075090	13	LE	075090	
2522835	Ucria	ucria	IT	98060	1370	Europe/Rome	38.04576	14.88028		Ucria	083102	15	ME	083102	
2522837	Tutino	tutino	IT	73039	0	Europe/Rome	39.93333	18.35				13	LE	075088	
2522839	Tusa	tusa	IT	98079	1948	Europe/Rome	37.98386	14.23606	614	Tusa	083101	15	ME	083101	
2522840	Turri	turri	IT	09020	436	Europe/Rome	39.70583	8.91778	164	Turri	106023	14	VS	106023	
2522845	Tuili	tuili	IT	09029	1062	Europe/Rome	39.71527	8.95898	208	Tuili	106022	14	VS	106022	
2522847	Tropea	tropea	IT	89861	6489	Europe/Rome	38.67538	15.89479	61	Tropea,toropea,トロペーア	102044	03	VV	102044	
2522849	Troina	troina	IT	94018	9081	Europe/Rome	37.78535	14.59848	1121	Troina,Truina	086018	15	EN	086018	
2522850	Trodio	trodio	IT	89015	0	Europe/Rome	38.38333	15.86667		Croce del Trodio,Trodio		03	RC	080057	
2522851	Trizzino	trizzino	IT	89126	0	Europe/Rome	38.13333	15.71667				03	RC	080063	
2522852	Tritanti	tritanti	IT	89020	519	Europe/Rome	38.4492	16.0995	263			03	RC	080046	
2522853	Tripi	tripi	IT	98060	1044	Europe/Rome	38.04726	15.09738		Tripi	083100	15	ME	083100	
2522857	Tricase	tricase	IT	73039	17386	Europe/Rome	39.93042	18.35533		Tricase	075088	13	LE	075088	
2522862	Trenta	trenta	IT	87050	900	Europe/Rome	39.28509	16.3214	618	Trenta,torenta,トレンタ	078151	03	CS	078151	
2522864	Tre Croci	tre-croci	IT	01019	0	Europe/Rome	38.75649	16.31779				03	VV	102029	
2522865	Trecastagni	trecastagni	IT	95039	10135	Europe/Rome	37.6035	15.07891	586	Trecastagni,Tricastagni	087050	15	CT	087050	
2522867	Trebisacce	trebisacce	IT	87075	8465	Europe/Rome	39.87081	16.53119	73	Trebisacce	078150	03	CS	078150	
2522870	Tratalias	tratalias	IT	09010	927	Europe/Rome	39.10544	8.57703	30	Tratalias	107021	14	CI	107021	
2522876	Trapani	trapani	IT	91100	58681	Europe/Rome	38.01906	12.49758	3	Drepanum,TPS,Trapani,Trapena,Tràpani,Tràpena,Trápani,torapani,Трапани,טרפאני,トラーパニ	TP	15	TP	081021	
2522879	Tramatza	tramatza	IT	09070	968	Europe/Rome	40.00375	8.64952	22	Tramatza	095066	14	OR	095066	
2522883	Trabia	trabia	IT	90019	9276	Europe/Rome	38.00645	13.63355	50	Trabbia,Trabbìa,Trabia	082073	15	PA	082073	
2522885	Tortorici	tortorici	IT	98078	3306	Europe/Rome	38.02837	14.8267	468	Tortorici,Turturici	083099	15	ME	083099	
2522886	Tortora	tortora	IT	87020	507	Europe/Rome	39.9413	15.80518	300	Tortora	078149	03	CS	078149	
2522890	Tortolì	tortoli	IT	08048	9973	Europe/Rome	39.92556	9.65722		TTB,Tortoli,Tortolì,torutori,Тортоли,トルトリ	OG	14	OG	105018	
2522892	Torretta	torretta	IT	80010	0	Europe/Rome	39.43333	17.03333	0	La Torretta,Torretta		03	KR	101011	
2522893	Torretta	torretta	IT	80010	2308	Europe/Rome	38.13035	13.23174	325	Torretta	082072	15	PA	082072	
2522895	Campora San Giovanni	campora-san-giovanni	IT	87032	3002	Europe/Rome	39.06798	16.09566	20			03	CS	078010	
2522899	Torrepaduli	torrepaduli	IT	73049	0	Europe/Rome	39.98843	18.25396				13	LE	075064	
2522900	Torrenova	torrenova	IT	00133	3854	Europe/Rome	38.09945	14.69026	10	Torrenova	083108	15	ME	083108	
2522901	Torremuzza	torremuzza	IT	98070	0	Europe/Rome	38.01667	14.21667				15			
2522903	Torre Melissa	torre-melissa	IT	88814	2176	Europe/Rome	39.31317	17.10742	6			03	KR	101014	
2522908	Torregrotta	torregrotta	IT	98040	6542	Europe/Rome	38.20317	15.34949		Torregrotta	083098	15	ME	083098	
2522911	Torre di Ruggiero	torre-di-ruggiero	IT	88060	679	Europe/Rome	38.65338	16.3728	566	Torre,Torre di Ruggero,Torre di Ruggiero	079148	03	CZ	079148	
2522918	Torrecandele	torrecandele	IT	98076	0	Europe/Rome	38.06667	14.65				15	ME	083084	
2522919	Torre Archirafi	torre-archirafi	IT	95018	0	Europe/Rome	37.71051	15.21649				15	CT	087039	
2522924	Torano Castello	torano-castello	IT	87010	1661	Europe/Rome	39.5063	16.14559	370	Torano Castello	078148	03	CS	078148	
2522925	Tommaso Natale	tommaso-natale	IT	90148	0	Europe/Rome	38.18333	13.28333				15	PA	082053	
2522930	Tiriolo	tiriolo	IT	88056	2496	Europe/Rome	38.94329	16.5083	690	Tiriolo	079147	03	CZ	079147	
2522934	Tiggiano	tiggiano	IT	73030	2871	Europe/Rome	39.90582	18.36443		Tiggiano	075086	13	LE	075086	
2522941	Teulada	teulada	IT	09019	3288	Europe/Rome	38.96743	8.77224	50	Teulada	092084	14	CA	092084	
2522942	Testa dell'Acqua	testa-dell-acqua	IT	96017	0	Europe/Rome	36.96667	14.96667				15	SR	089013	
2522943	Tessano	tessano	IT	87045	446	Europe/Rome	39.25618	16.24123	650			03	CS	078049	
2522944	Tertenia	tertenia	IT	08047	3045	Europe/Rome	39.69681	9.57477	121	Tertenia	105017	14	OG	105017	
2522947	Terreti	terreti	IT	89126	852	Europe/Rome	38.12079	15.71149	545			03	RC	080063	
2522949	Terravecchia	terravecchia	IT	87060	0	Europe/Rome	37.21667	15.21667				15			
2522950	Terravecchia	terravecchia	IT	87060	1019	Europe/Rome	39.4649	16.94601	472	Terravecchia	078147	03	CS	078147	
2522951	Terrati	terrati	IT	87035	0	Europe/Rome	39.13333	16.11667				03	CS	078126	
2522952	Terrasini	terrasini	IT	90049	9973	Europe/Rome	38.14595	13.08444	33	Terrasini	082071	15	PA	082071	
2522953	Terraseo	terraseo	IT	09010	408	Europe/Rome	39.20286	8.62608	312	Terrascu,Terraseo,Terraseu		14	CI	107012	
2522955	Terranova Sappo Minulio	terranova-sappo-minulio	IT	89010	433	Europe/Rome	38.32267	16.0075	250	Terranova,Terranova Sappo Minulio,Terranuova	080094	03	RC	080094	
2522956	Terranova da Sibari	terranova-da-sibari	IT	87010	4887	Europe/Rome	39.6569	16.33949	313	Terranova da Sibari,Terranova da Síbari	078146	03	CS	078146	
2522957	Terranova di Pollino	terranova-di-pollino	IT	85030	1089	Europe/Rome	39.97811	16.29629	926	Terranova di Pollino	076088	02	PZ	076088	
2522958	Terralba	terralba	IT	09098	9583	Europe/Rome	39.71917	8.63917	9	Tarraba,Terralba	095065	14	OR	095065	
2522960	Termini Imerese	termini-imerese	IT	90018	22957	Europe/Rome	37.98365	13.69555	77	QTI,Termini,Termini Imerese,Thermae Himerarae,Tèrmini	082070	15	PA	082070	
2522968	Taviano	taviano	IT	73057	12506	Europe/Rome	39.98352	18.08683		Taviano	075085	13	LE	075085	
2522969	Taverna	taverna	IT	88055	2446	Europe/Rome	39.02179	16.5818	521		079146	03	CZ	079146	
2522970	Taurisano	taurisano	IT	73056	12436	Europe/Rome	39.95662	18.21413		Tanrisano,Taurisano	075084	13	LE	075084	
2522971	Taurianova	taurianova	IT	89029	11676	Europe/Rome	38.35627	16.0109	210	Iatrinoli,Taurianova	080093	03	RC	080093	
2522972	Taureana	taureana	IT	89015	0	Europe/Rome	38.4	15.86667				03	RC	080057	
2522973	Tarsia	tarsia	IT	87040	1373	Europe/Rome	39.6209	16.27169	192	Tarsia	078145	03	CS	078145	
2522975	Taormina	taormina	IT	98039	10780	Europe/Rome	37.85358	15.28851		TFC,Taorima,Taormina,Taurmina,Tauromenium,tao er mi na,taorumina,tawrmyna,Таормина,Таорміна,Տաորմինա,טאורמינה,تاورمينا,ടാഓർമിന,タオルミーナ,陶尔米纳	083097	15	ME	083097	
2522980	Sutera	sutera	IT	93010	1411	Europe/Rome	37.52334	13.73446	590	Sutera	085020	15	CL	085020	
2522982	Surdo	surdo	IT	87036	0	Europe/Rome	39.31667	16.2				03	CS	078031	
2522985	Suelli	suelli	IT	09040	1125	Europe/Rome	39.56417	9.13111	254	Suelli	092083	14	CA	092083	
2522990	Strongoli	strongoli	IT	88816	3857	Europe/Rome	39.2665	17.05441	342		101025	03	KR	101025	
2522997	Stilo	stilo	IT	89049	1889	Europe/Rome	38.47708	16.46841	400	Stilo	080092	03	RC	080092	
2522999	Stignano	stignano	IT	89040	715	Europe/Rome	38.41608	16.47031	343	Stignano	080091	03	RC	080091	
2523001	Stazzo	stazzo	IT	95024	0	Europe/Rome	37.65202	15.19383				15	CT	087004	
2523004	Stalettì	staletti	IT	88069	2264	Europe/Rome	38.76548	16.5376		Staletti,Stalettì	079143	03	CZ	079143	
2523005	Staiti	staiti	IT	89030	273	Europe/Rome	38.00007	16.0328	550	Staiti	080090	03	RC	080090	
2523010	Squillace	squillace	IT	88069	1639	Europe/Rome	38.78091	16.51175	344	Squillace	079142	03	CZ	079142	
2523019	Spina	spina	IT	06072	0	Europe/Rome	39.35	16.65		Casa Spina,Spina		03	CS	078119	
2523020	Spilinga	spilinga	IT	89864	1209	Europe/Rome	38.62858	15.90699	455	Spilinga	102042	03	VV	102042	
2523022	Spezzano Piccolo	spezzano-piccolo	IT	87050	2013	Europe/Rome	39.29069	16.3418	743	Spezzano Piccolo	078144	03	CS	078144	
2523023	Spezzano della Sila	spezzano-della-sila	IT	87058	3419	Europe/Rome	39.30129	16.3387	800	Spezzano della Sila	078143	03	CS	078143	
2523025	Spezzano Albanese	spezzano-albanese	IT	87019	6525	Europe/Rome	39.6688	16.31049	320	Spezzano Albanese,Spixana	078142	03	CS	078142	
2523027	Sperone	sperone	IT	83020	0	Europe/Rome	38.06667	12.7		Pufara,Púfara,Sperone		15	TP	081007	
2523028	Sperlinga	sperlinga	IT	94010	600	Europe/Rome	37.76786	14.35064	750		086017	15	EN	086017	
2523030	Specchia	specchia	IT	73040	4937	Europe/Rome	39.93712	18.29763		Specchia	075077	13	LE	075077	
2523034	Spartimento	spartimento	IT	80030	0	Europe/Rome	38.46667	15.93333				03	RC	080097	
2523035	Spartà	sparta	IT	98163	0	Europe/Rome	38.3	15.55		Sparta,Sparta di Messina,Spartà,Spartà di Messina		15	ME	083048	
2523041	Spadafora	spadafora	IT	98048	5234	Europe/Rome	38.22377	15.37929		Spadafora	083096	15	ME	083096	
2523042	Soveria Simeri	soveria-simeri	IT	88050	1525	Europe/Rome	38.94659	16.68011	367	Soveria,Soveria Simeri	079139	03	CZ	079139	
2523043	Soveria Mannelli	soveria-mannelli	IT	88049	2328	Europe/Rome	39.08289	16.3719	774	Soveria Mannelli	079138	03	CZ	079138	
2523044	Soverato Superiore	soverato-superiore	IT	88068	9783	Europe/Rome	38.68993	16.53391				03	CZ	079123	
2523045	Soverato Marina	soverato-marina	IT	88068	6990	Europe/Rome	38.68498	16.54991	8	Marina di Soverato,Soverato	079137	03	CZ	079137	
2523049	Sortino	sortino	IT	96010	8532	Europe/Rome	37.15696	15.02904	438	Sciurtinu,Sortino	089019	15	SR	089019	
2523052	Soriano Calabro	soriano-calabro	IT	89831	2424	Europe/Rome	38.59948	16.2277	268	Soriano Calabro	102040	03	VV	102040	
2523053	Sorianello	sorianello	IT	89831	636	Europe/Rome	38.59328	16.2319	420	Sorianello	102039	03	VV	102039	
2523055	Sorbo San Basile	sorbo-san-basile	IT	88050	507	Europe/Rome	39.01939	16.5691	620	Sarbo,Sorbo,Sorbo San Basile	079134	03	CZ	079134	
2523056	Sommatino	sommatino	IT	93019	6934	Europe/Rome	37.33594	13.99667	359	Sommatino,Summatinu	085019	15	CL	085019	
2523062	Soleminis	soleminis	IT	09040	1587	Europe/Rome	39.34694	9.1825		Soleminis	092082	14	CA	092082	
2523064	Solarussa	solarussa	IT	09077	2280	Europe/Rome	39.95528	8.67222	12	Solarussa	095062	14	OR	095062	
2523066	Solarino	solarino	IT	96010	7199	Europe/Rome	37.10205	15.11889		San Paulu,Solarino	089018	15	SR	089018	
2523068	Solano Inferiore	solano-inferiore	IT	89011	0	Europe/Rome	38.25	15.78333		Solano,Solano Inferiore,Sorano		03	RC	080085	
2523069	Solanas	solanas	IT	09072	1068	Europe/Rome	39.93031	8.5534	8			14	OR	095018	
2523070	Soccorso	soccorso	IT	06063	0	Europe/Rome	38.15	15.3				15	ME	083086	
2523075	Sìsini	sisini	IT	09040	0	Europe/Rome	39.56472	9.16667				14	CA	092070	
2523077	Siris	siris	IT	09090	249	Europe/Rome	39.71417	8.77444		Siris	095061	14	OR	095061	
2523078	Sirignano	sirignano	IT	83020	0	Europe/Rome	37.88333	12.95				15	PA	082049	
2523083	Siracusa	siracusa	IT	96100	123657	Europe/Rome	37.08515	15.273		Gorad Sirakuzy,Lungsod ng Siracusa,QIC,Sarausa,Sioracus,Sioracús,Siracuesa,Siracusa,Siracuxa,Siracuza,Siracüsa,Sirakueza,Sirakusa,Sirakuza,Sirakuzae,Sirakuzai,Sirakuzas,Sirakuze,Sirakuzo,Sirakuzy,Siraküza,Sirakūzai,Sirakūzas,Syracusae,Syracuse,Syrakouses,Syrakus,Syrakusa,Syrakusy,Syrakuzy,Syrakúzy,sayrakwz,shirakusa,si ra ku sa,silakusa,srqwst,syrakwz,syrqwzh,xi la ku sa,Συρακούσες,Горад Сіракузы,Сиракузæ,Сиракуза,Сиракузы,Сіракуза,Սիրակուզա,סירקוזה,سائراکوز,سرقوسة,سیراکوز,ซีรากูซา,სირაკუზა,シラクサ,锡拉库萨,시라쿠사	SR	15	SR	089017	
2523086	Sinopoli	sinopoli	IT	89020	1972	Europe/Rome	38.26377	15.8785	500	Sinopoli,shinopori,シノーポリ	080089	03	RC	080089	
2523087	Sinnai	sinnai	IT	09048	15791	Europe/Rome	39.30538	9.20281	134	Sinnai	092080	14	CA	092080	
2523088	Sini	sini	IT	09090	510	Europe/Rome	39.755	8.90694	255	Sini	095060	14	OR	095060	
2523090	Sinagra	sinagra	IT	98069	3041	Europe/Rome	38.07966	14.85228		Sinagra	083095	15	ME	083095	
2523097	Simeri	simeri	IT	88050	413	Europe/Rome	38.93358	16.66214	299			03	CZ	079133	
2523098	Simbario	simbario	IT	89822	873	Europe/Rome	38.61208	16.3351	766	Simbario	102038	03	VV	102038	
2523099	Simaxis	simaxis	IT	09088	2074	Europe/Rome	39.93139	8.68944	17	Simaxis	095059	14	OR	095059	
2523100	Simala	simala	IT	09090	353	Europe/Rome	39.7225	8.82972	155	Simala	095058	14	OR	095058	
2523103	Silius	silius	IT	09040	1257	Europe/Rome	39.51639	9.29528	565	Silius	092079	14	CA	092079	
2523104	Siliqua	siliqua	IT	09010	3618	Europe/Rome	39.30167	8.80778	66		092078	14	CA	092078	
2523105	Silì	sili	IT	09170	0	Europe/Rome	39.92056	8.62278				14	OR	095038	
2523112	Siderno Superiore	siderno-superiore	IT	89048	17523	Europe/Rome	38.28994	16.26792				03	RC	080088	
2523113	Siderno	siderno	IT	89048	15651	Europe/Rome	38.26993	16.29607	10	Siderno,Siderno Marino,shideruno,シデルノ	080088	03	RC	080088	
2523114	Siddi	siddi	IT	09020	690	Europe/Rome	39.67306	8.88917	184	Siddi	106021	14	VS	106021	
2523116	Siculiana	siculiana	IT	92010	4504	Europe/Rome	37.33444	13.42156	129	Siculiana	084042	15	AG	084042	
2523123	Sibari	sibari	IT	87011	2027	Europe/Rome	39.75	16.45	9	Sibari		03	CS	078029	
2523124	Siapiccia	siapiccia	IT	09080	362	Europe/Rome	39.92917	8.7625	64	Siapiccia	095076	14	OR	095076	
2523125	Siano	siano	IT	84088	2666	Europe/Rome	38.91547	16.60224	375			03	CZ	079023	
2523126	Siamanna	siamanna	IT	09080	863	Europe/Rome	39.92056	8.76444		Siamanna	095057	14	OR	095057	
2523127	Siamaggiore	siamaggiore	IT	09070	670	Europe/Rome	39.95028	8.63444	8	Siamaggiore	095056	14	OR	095056	
2523128	Sferro	sferro	IT	95047	0	Europe/Rome	37.5	14.8				15	CT	087033	
2523130	Sferracavallo	sferracavallo	IT	05018	0	Europe/Rome	38.2	13.28333		Sferracavallo,Sferracavello		15	PA	082053	
2523132	Seulo	seulo	IT	08030	871	Europe/Rome	39.86955	9.23606	799	Seulo	092121	14	CA	092121	
2523133	Seui	seui	IT	08037	1345	Europe/Rome	39.84087	9.32328	820	Seui	105015	14	OG	105015	
2523134	Setzu	setzu	IT	09029	166	Europe/Rome	39.72306	8.93972		Setzu	106020	14	VS	106020	
2523135	Settimo San Pietro	settimo-san-pietro	IT	09040	5949	Europe/Rome	39.28972	9.18556		Seltimo San Pietro,Settimo San Pietro	092075	14	CA	092075	
2523136	Sestu	sestu	IT	09028	18191	Europe/Rome	39.30149	9.09492	44	Sestu	092074	14	CA	092074	
2523137	Sersale	sersale	IT	88054	4421	Europe/Rome	39.01089	16.72691	740		079130	03	CZ	079130	
2523138	Serro	serro	IT	98049	0	Europe/Rome	38.23333	15.45				15	ME	083105	
2523139	Serro	serro	IT	98049	0	Europe/Rome	38.01667	15.76667				03	RC	080053	
2523141	Serri	serri	IT	08030	676	Europe/Rome	39.70306	9.145	617	Serri	092120	14	CA	092120	
2523142	Serrenti	serrenti	IT	09027	4819	Europe/Rome	39.4964	8.97205	114	Serrenti	106019	14	VS	106019	
2523143	Serravalle	serravalle	IT	06046	0	Europe/Rome	37.35	14.8		Masseria Serravalle,Serravalle		15	CT	087032	
2523144	Serrata	serrata	IT	89020	914	Europe/Rome	38.51288	16.1007	277	Serrata	080087	03	RC	080087	
2523145	Serrastretta	serrastretta	IT	88040	835	Europe/Rome	39.01319	16.4163	840	Serrastretta	079129	03	CZ	079129	
2523146	Serra San Bruno	serra-san-bruno	IT	89822	6202	Europe/Rome	38.57538	16.3244	790	Serra San Bruno	102037	03	VV	102037	
2523147	Serra Pedace	serra-pedace	IT	87050	972	Europe/Rome	39.27839	16.3456	726	Serra,Serra Pedace	078141	03	CS	078141	
2523148	Serramanna	serramanna	IT	09038	8608	Europe/Rome	39.42444	8.92444	30	Serramanna	106018	14	VS	106018	
2523151	Serradifalco	serradifalco	IT	93010	5642	Europe/Rome	37.45384	13.88046	504	Serradifalco,Serradifarcu	085018	15	CL	085018	
2523152	Serra d'Aiello	serra-d-aiello	IT	87030	450	Europe/Rome	39.09029	16.12749	373	Serra d'Aiello,Serra di Aiello	078140	03	CS	078140	
2523153	Serra	serra	IT	12087	0	Europe/Rome	39.21667	16.06667				03	CS	078067	
2523156	Serdiana	serdiana	IT	09040	2279	Europe/Rome	39.37333	9.15972		Serdiana	092071	14	CA	092071	
2523158	Serbariu	serbariu	IT	09013	0	Europe/Rome	39.15722	8.53917				14	CI	107003	
2523159	Senorbì	senorbi	IT	09040	4419	Europe/Rome	39.53361	9.1325		Senorbi,Senorbì	092070	14	CA	092070	
2523161	Senis	senis	IT	09080	477	Europe/Rome	39.82528	8.93917	256	Senis	095054	14	OR	095054	
2523162	Seminara	seminara	IT	89028	1494	Europe/Rome	38.33584	15.86777	290	Seminara	080086	03	RC	080086	
2523163	Sellia	sellia	IT	88050	480	Europe/Rome	38.98189	16.6299	560	Sellia	079126	03	CZ	079126	
2523165	Selegas	selegas	IT	09040	1295	Europe/Rome	39.56889	9.10306	234	Selegas	092069	14	CA	092069	
2523166	Selargius	selargius	IT	09047	23285	Europe/Rome	39.25212	9.16606	11	Selargius	092068	14	CA	092068	
2523172	Segariu	segariu	IT	09040	1139	Europe/Rome	39.56189	8.98296	117	Segariu	106017	14	VS	106017	
2523180	Scordia	scordia	IT	95048	16645	Europe/Rome	37.29757	14.84509	150	Scordia,Scurdia	087049	15	CT	087049	
2523182	Scopello	scopello	IT	13028	0	Europe/Rome	38.06667	12.81667				15	TP	081005	
2523184	Scoglitti	scoglitti	IT	97019	0	Europe/Rome	36.89424	14.43355				15	RG	088012	
2523185	Sclafani Bagni	sclafani-bagni	IT	90020	396	Europe/Rome	37.82175	13.85476	755		082069	15	PA	082069	
2523186	Scillato	scillato	IT	90020	597	Europe/Rome	37.85655	13.90636	218	Scillato	082081	15	PA	082081	
2523187	Scilla	scilla	IT	89058	3402	Europe/Rome	38.25067	15.71899	72	Scilla	080085	03	RC	080085	
2523190	Scido	scido	IT	89010	927	Europe/Rome	38.24357	15.9327	456	Scido,shido,シード	080084	03	RC	080084	
2523191	Sciconi	sciconi	IT	89817	253	Europe/Rome	38.69216	16.03207	215			03	VV	102003	
2523192	Scicli	scicli	IT	97018	25614	Europe/Rome	36.79024	14.70139		Scicli,Shikli,shikuri,Шикли,シクリ	088011	15	RG	088011	
2523193	Sciara	sciara	IT	90020	2623	Europe/Rome	37.91535	13.76286	210	Sciara	082068	15	PA	082068	
2523194	Sciacca	sciacca	IT	92019	36897	Europe/Rome	37.50693	13.08399	60	Sciacca,Sciacea,Shaka,Xaca,Шака	084041	15	AG	084041	
2523200	Scarcelli	scarcelli	IT	87024	1700	Europe/Rome	39.4	16.01667	178			03	CS	078058	
2523202	Scandale	scandale	IT	88831	2866	Europe/Rome	39.1242	16.96081	350	Scandale	101024	03	KR	101024	
2523204	Scaletta Zanclea	scaletta-zanclea	IT	98029	2578	Europe/Rome	38.04796	15.46769		Scaletta,Scaletta Zanclea	083094	15	ME	083094	
2523207	Scalea	scalea	IT	87029	9344	Europe/Rome	39.813	15.79558	25	Scalea	078138	03	CS	078138	
2523209	Scala Coeli	scala-coeli	IT	87060	906	Europe/Rome	39.4498	16.8854	370	Scala Coeli	078137	03	CS	078137	
2523211	Sbarre	sbarre	IT	89133	0	Europe/Rome	38.1	15.65				03	RC	080063	
2523213	Savuto	savuto	IT	87030	0	Europe/Rome	39.06667	16.16667				03	CS	078042	
2523215	Savelli	savelli	IT	88825	1321	Europe/Rome	39.3135	16.7764	1014	Savelli	101023	03	KR	101023	
2523217	Satriano	satriano	IT	88060	1200	Europe/Rome	38.66688	16.4812	293	Satriano	079123	03	CZ	079123	
2523220	Sartano	sartano	IT	87010	1633	Europe/Rome	39.51301	16.17774	274	Sarcano,Sartano		03	CS	078148	
2523222	Sarroch	sarroch	IT	09018	5243	Europe/Rome	39.06444	9.00972		Sarroch	092066	14	CA	092066	
2523223	Sarro	sarro	IT	95019	0	Europe/Rome	38.63333	16.35				03	CZ	079148	
2523229	Sardara	sardara	IT	09030	4080	Europe/Rome	39.61444	8.82167	155	Sardara	106016	14	VS	106016	
2523233	Saracena	saracena	IT	87010	3469	Europe/Rome	39.7788	16.15668	606	Saracena	078136	03	CS	078136	
2523234	Saponara	saponara	IT	98047	4131	Europe/Rome	38.19241	15.43442		Saponara,Sapunara	083092	15	ME	083092	
2523238	San Vito Lo Capo	san-vito-lo-capo	IT	91010	2730	Europe/Rome	38.17235	12.73493	6	San Vito,San Vito Lo Capo,San Vito lo Cape,San Vito lo Capo	081020	15	TP	081020	
2523240	San Vito	san-vito	IT	05035	0	Europe/Rome	39.85	16.46667				03	CS	078154	
2523241	San Vito	san-vito	IT	05035	3895	Europe/Rome	39.44472	9.53667		San Vito	092064	14	CA	092064	
2523242	San Vincenzo la Costa	san-vincenzo-la-costa	IT	87030	684	Europe/Rome	39.36519	16.15169	493	San Vincenzo,San Vincenzo La Costa	078135	03	CS	078135	
2523244	Santuario di Polsi	santuario-di-polsi	IT	89030	0	Europe/Rome	38.18333	15.88333				03	RC	080089	
2523247	Santo Stefano Quisquina	santo-stefano-quisquina	IT	92020	4072	Europe/Rome	37.62554	13.49125	730	Santo Stefano Quisquina,Santu Stefanu Quisquina,Santu Stèfanu Quisquina	084040	15	AG	084040	
2523248	Santo Stefano in Aspromonte	santo-stefano-in-aspromonte	IT	89057	766	Europe/Rome	38.16917	15.7892	714	San Stefano,Santo Stefano,Santo Stefano d'Aspromonte,Santo Stefano in Aspromonte	080083	03	RC	080083	
2523249	Santo Stefano di Rogliano	santo-stefano-di-rogliano	IT	87056	1041	Europe/Rome	39.19249	16.3182	663	Santo Stefano di Rogliano,サント・ステーファノ・ディ・ロリアーノ	078134	03	CS	078134	
2523250	Santo Stefano di Camastra	santo-stefano-di-camastra	IT	98077	4653	Europe/Rome	38.01456	14.34857		Santo Stefano di Camastra	083091	15	ME	083091	
2523251	Santo Stefano di Briga	santo-stefano-di-briga	IT	98137	0	Europe/Rome	38.1	15.48333		Santo Stefano,Santo Stefano di Briga		15	ME	083048	
2523254	Santo Stefano	santo-stefano	IT	04020	0	Europe/Rome	38.16667	14.93333				15	ME	083033	
2523255	San Sperate	san-sperate	IT	09026	7158	Europe/Rome	39.35651	9.00081	41	San Sperate,Santi Sperate,Santo Sperale,Santo Sperate	092059	14	CA	092059	
2523257	Sant'Orsola	sant-orsola	IT	39015	0	Europe/Rome	38.08333	14.88333				15	ME	083095	
2523258	Sant'Onofrio	sant-onofrio	IT	03041	2491	Europe/Rome	38.69498	16.1441	350	Sant'Onofrio	102036	03	VV	102036	
2523259	San Tommaso	san-tommaso	IT	65023	0	Europe/Rome	39.08333	16.36667				03	CZ	079138	
2523260	Santo	santo	IT	98146	0	Europe/Rome	38.18333	15.53333				15	ME	083048	
2523261	Sant'Ippolito	sant-ippolito	IT	02023	706	Europe/Rome	39.26741	16.29436	468			03	CS	078045	
2523262	Sant'Ilario dello Ionio	sant-ilario-dello-ionio	IT	89040	345	Europe/Rome	38.21877	16.1956	128	Sant'Ilario,Sant'Ilario Jonio,Sant'Ilario dell Ionio,Sant'Ilário,Sant'Ilário dell Ionio	080082	03	RC	080082	
2523266	Sant'Eufemia d'Aspromonte	sant-eufemia-d-aspromonte	IT	89027	3552	Europe/Rome	38.26347	15.8548	450	Sant'Eufemia d'Aspromonte,Sant'Eufemia di Aspromonte	080081	03	RC	080081	
2523268	Sant'Eufemia	sant-eufemia	IT	73039	0	Europe/Rome	39.93333	18.35				13	LE	075088	
2523269	Sant'Eufemia	sant-eufemia	IT	73039	0	Europe/Rome	38.95	16.25		Sant'Eufemia,Sant'Eufemia Vetere		03	CZ	079160	
2523271	San Teodoro	san-teodoro	IT	95121	1421	Europe/Rome	37.84904	14.69449	1150		083090	15	ME	083090	
2523275	Sant'Elia	sant-elia	IT	60044	0	Europe/Rome	39.63333	15.86667				03	CS	078015	
2523276	Sant'Elia	sant-elia	IT	60044	0	Europe/Rome	38.96667	16.58333				03	CZ	079092	
2523277	Sant'Elia	sant-elia	IT	60044	0	Europe/Rome	37.96667	15.68333				03	RC	080054	
2523280	Santa Venerina	santa-venerina	IT	95010	7901	Europe/Rome	37.68736	15.13829		Santa Venerina,Santa Vinirina	087048	15	CT	087048	
2523282	Santa Teresa di Riva	santa-teresa-di-riva	IT	98028	8925	Europe/Rome	37.94696	15.36769		Santa Teresa di Riva	083089	15	ME	083089	
2523284	Santa Tecla	santa-tecla	IT	84090	0	Europe/Rome	37.63585	15.17607				15	CT	087004	
2523285	Santa Sofia d'Epiro	santa-sofia-d-epiro	IT	87048	1255	Europe/Rome	39.5465	16.32899	558	Santa Sofia d'Epiro,Santa Sofia d'Epvo,Shen Sofia	078133	03	CS	078133	
2523286	Santa Severina	santa-severina	IT	88832	1903	Europe/Rome	39.1478	16.91001	326	Santa Severina	101022	03	KR	101022	
2523290	Sant'Antonio Ruinas	sant-antonio-ruinas	IT	09080	0	Europe/Rome	39.86	8.90278				14	OR	095048	
2523292	Sant'Antonio	sant-antonio	IT	12050	0	Europe/Rome	39.83333	18.2				13			
2523293	Sant'Antonio	sant-antonio	IT	12050	0	Europe/Rome	38.15	15.18333				15	ME	083005	
2523294	Sant'Antonino	sant-antonino	IT	13040	0	Europe/Rome	37.76667	15.2				15	CT	087023	
2523297	Sant'Antioco	sant-antioco	IT	09017	10997	Europe/Rome	39.07018	8.45243	7	Sant'Antioco	107020	14	CI	107020	
2523298	Sant'Anna Arresi	sant-anna-arresi	IT	09010	1543	Europe/Rome	39.00399	8.64326	77	Arresi,Sant'Anna Arresi		14	CI	107019	
2523300	Sant'Anna	sant-anna	IT	09094	208	Europe/Rome	39.81361	8.64889	20			14	OR	095025	
2523301	Sant'Anna	sant-anna	IT	09094	0	Europe/Rome	38.33333	15.9				03	RC	080086	
2523302	Sant'Anna	sant-anna	IT	09094	0	Europe/Rome	38.21667	15.5				15	ME	083048	
2523303	Sant'Anna	sant-anna	IT	09094	0	Europe/Rome	38.05	14.6				15	ME	083107	
2523304	Santa Ninfa	santa-ninfa	IT	91029	4856	Europe/Rome	37.77134	12.87764	410	Santa Ninfa	081019	15	TP	081019	
2523306	Sant'Angelo Muxaro	sant-angelo-muxaro	IT	92020	1350	Europe/Rome	37.47964	13.54556	335	Sant'Angelo Muxaro,Sant'Angilu Muxaru,Sant'Àngilu Muxaru	084039	15	AG	084039	
2523307	Sant'Angelo di Brolo	sant-angelo-di-brolo	IT	98060	1486	Europe/Rome	38.11577	14.88529	314	Sant'Angelo,Sant'Angelo di Brolo	083088	15	ME	083088	
2523309	Sant'Angelo	sant-angelo	IT	30036	0	Europe/Rome	39.61667	16.63333		Marina di Sant'Angelo,Sant'Angelo		03	CS	078108	
2523310	Sant'Angelo	sant-angelo	IT	30036	0	Europe/Rome	39.55	15.95				03	CS	078040	
2523311	Gerocarne	gerocarne	IT	89831	947	Europe/Rome	38.58788	16.2187	241	Gerocarne	102016	03	VV	102016	
2523312	Sant'Andrea Frius	sant-andrea-frius	IT	09040	1747	Europe/Rome	39.47917	9.17	300	Sant'Andrea Frius	092061	14	CA	092061	
2523313	Sant'Andrea Apostolo dello Ionio	sant-andrea-apostolo-dello-ionio	IT	88060	770	Europe/Rome	38.62165	16.53048	330	Sant'Andrea,Sant'Andrea Aposlolo dello Ionio,Sant'Andrea Apostolo,Sant'Andrea Apostolo dello Ionio	079118	03	CZ	079118	
2523316	Sant'Ambrogio	sant-ambrogio	IT	35010	286	Europe/Rome	38.01867	14.08779	73	San Ambrogio,Sant'Ambrogio		15	PA	082027	
2523317	Santa Marina Salina	santa-marina-salina	IT	98050	808	Europe/Rome	38.56117	14.87077		Salina,Salina Isola,Santa Marina Salina,サンタ・マリーナ・サリーナ	083087	15	ME	083087	
2523318	Santa Marina	santa-marina	IT	84067	0	Europe/Rome	38.38333	16.1				03	RC	080071	
2523320	Santa Maria di Licodia	santa-maria-di-licodia	IT	95038	6810	Europe/Rome	37.61824	14.89134	442	Santa Maria di Licodia,Santa Maria di Licuddia	087047	15	CT	087047	
2523325	Santa Maria delle Grazie	santa-maria-delle-grazie	IT	32023	0	Europe/Rome	38.18333	15.25				15	ME	083049	
2523328	Santa Maria	santa-maria	IT	05017	0	Europe/Rome	38.86667	16.6				03	CZ	079023	
2523329	Santa Maria	santa-maria	IT	05017	0	Europe/Rome	38.05	15				15	ME	083081	
2523330	Santa Margherita di Belice	santa-margherita-di-belice	IT	92018	6525	Europe/Rome	37.69184	13.02014	400	San Margherita,Santa Margarita,Santa Margherita Belice,Santa Margherita di Belice	084038	15	AG	084038	
2523331	Santa Margherita	santa-margherita	IT	12016	0	Europe/Rome	38.96917	8.97083				14	CA	092050	
2523332	Santa Margherita	santa-margherita	IT	12016	0	Europe/Rome	38.48333	14.95				15	ME	083041	
2523333	Santa Lucia del Mela	santa-lucia-del-mela	IT	98046	4701	Europe/Rome	38.14276	15.28228		Santa Lucia del Mela	083086	15	ME	083086	
2523336	Santa Lucia	santa-lucia	IT	00013	0	Europe/Rome	39.5	16.33333				03	CS	078003	
2523337	Santa Lucia	santa-lucia	IT	00013	0	Europe/Rome	37.08333	15.26667				15	SR	089017	
2523338	Sant'Alfio	sant-alfio	IT	95010	1512	Europe/Rome	37.74424	15.13391	531	Sant'Alfio,Sant'Arfiu	087046	15	CT	087046	
2523340	Sant'Alessio Siculo	sant-alessio-siculo	IT	98030	1346	Europe/Rome	37.92456	15.34909		Sant'Alessio Siculo,Sant'Alessiu Siculu,Sant'Alessiu Sìculu	083085	15	ME	083085	
2523341	Sant'Alessio in Aspromonte	sant-alessio-in-aspromonte	IT	89050	322	Europe/Rome	38.17257	15.7578	567	Sant'Alessio in Aspromonte	080080	03	RC	080080	
2523344	Santa Giusta	santa-giusta	IT	02012	4455	Europe/Rome	39.88	8.60694	10	Santa Giusta	095047	14	OR	095047	
2523347	Sant'Agata di Militello	sant-agata-di-militello	IT	98076	12876	Europe/Rome	38.06786	14.63267		San Agata,Sant'Agata,Sant'Agata Militello,Sant'Agata di Militello,Sant'Ágata	083084	15	ME	083084	
2523348	Sant'Agata di Esaro	sant-agata-di-esaro	IT	87010	1120	Europe/Rome	39.6228	15.98378	461	Sant'Agata,Sant'Agata d'Esaro,Sant'Agata di Esaro	078131	03	CS	078131	
2523350	Sant'Agata	sant-agata	IT	50038	0	Europe/Rome	38.66667	15.91667				03	VV	102009	
2523351	Sant'Agata	sant-agata	IT	50038	0	Europe/Rome	38.25	15.6		Sant'Agata,Santa Agata		00	ME		
2523352	Santa Flavia	santa-flavia	IT	90017	9365	Europe/Rome	38.0828	13.52356	45	Santa Flavia	082067	15	PA	082067	
2523353	Santa Elisabetta	santa-elisabetta	IT	92020	2505	Europe/Rome	37.43464	13.55686	457	Santa Elisabbetta,Santa Elisabetta,Santa Elizabetta	084037	15	AG	084037	
2523354	Santa Domenica Vittoria	santa-domenica-vittoria	IT	98030	1028	Europe/Rome	37.91726	14.96198	1027	Santa Domenica,Santa Domenica Vittoria	083083	15	ME	083083	
2523355	Santa Domenica Talao	santa-domenica-talao	IT	87020	998	Europe/Rome	39.8195	15.85458	304	Santa Domenica Talao	078130	03	CS	078130	
2523356	Santa Domenica	santa-domenica	IT	89866	0	Europe/Rome	39.26667	16.98333				03	KR	101021	
2523357	Santa Domenica	santa-domenica	IT	89866	1472	Europe/Rome	38.66667	15.86667	89			03	VV	102030	
2523358	Santa Domenica	santa-domenica	IT	89866	0	Europe/Rome	38.63333	16.51667		San Domenico,Santa Domenica		03	CZ	079118	
2523361	Santadi	santadi	IT	09010	2008	Europe/Rome	39.09278	8.71583	135	Santadi	107018	14	CI	107018	
2523362	Santa Croce Camerina	santa-croce-camerina	IT	97017	8481	Europe/Rome	36.82894	14.52678		Santa Croce Camerina,Santa Cruci Camarina,サンタ・クローチェ・カメリーナ	088010	15	RG	088010	
2523364	Santa Cristina Gela	santa-cristina-gela	IT	90030	616	Europe/Rome	37.98425	13.32815	674	Santa Cristina Gela,Sendahstina	082066	15	PA	082066	
2523365	Santa Cristina d'Aspromonte	santa-cristina-d-aspromonte	IT	89056	820	Europe/Rome	38.25537	15.9705	514	Santa Cristina,Santa Cristina d'Aspromonte	080078	03	RC	080078	
2523366	Santa Caterina Villarmosa	santa-caterina-villarmosa	IT	93018	5507	Europe/Rome	37.59115	14.03626	606	Santa Catarina,Santa Caterina Villarmosa	085017	15	CL	085017	
2523367	Santa Caterina dello Ionio	santa-caterina-dello-ionio	IT	88060	733	Europe/Rome	38.53268	16.52201	459	Santa Caterina,Santa Caterina del Jonio,Santa Caterina dell Ionio,Santa Caterina dell Iónio,Santa Caterina dell'Jonio,Santa Caterina dello Ionio	079117	03	CZ	079117	
2523368	Santa Caterina Albanese	santa-caterina-albanese	IT	87010	329	Europe/Rome	39.5859	16.07039	472	Picilia,Santa Caterina,Santa Caterina Albanese	078129	03	CS	078129	
2523369	Santa Barbara	santa-barbara	IT	52022	0	Europe/Rome	39.18333	16.06667				03	CS	078013	
2523370	Santa Barbara	santa-barbara	IT	52022	0	Europe/Rome	38.05	15.03333				15	ME	083057	
2523371	San Sosti	san-sosti	IT	87010	1269	Europe/Rome	39.659	16.02758	363	San Sosti	078128	03	CS	078128	
2523373	San Sostene	san-sostene	IT	88060	470	Europe/Rome	38.63788	16.48711	470	San Sostene	079116	03	CZ	079116	
2523375	San Salvatore di Fitalia	san-salvatore-di-fitalia	IT	98070	1679	Europe/Rome	38.05826	14.77848		San Salvatore,San Salvatore di Fitalia	083082	15	ME	083082	
2523378	San Salvatore	san-salvatore	IT	16030	0	Europe/Rome	39.91722	8.4525				14	OR	095018	
2523379	San Salvatore	san-salvatore	IT	16030	0	Europe/Rome	38.81667	16.33333				03	CZ	079039	
2523380	San Salvatore	san-salvatore	IT	16030	0	Europe/Rome	38.44709	14.95098	215			15	ME	083041	
2523381	San Rocco	san-rocco	IT	12046	0	Europe/Rome	38.16667	15.2				15	ME	083005	
2523382	San Roberto	san-roberto	IT	89050	316	Europe/Rome	38.21127	15.73659	280	San Roberto	080077	03	RC	080077	
2523384	San Procopio	san-procopio	IT	89020	514	Europe/Rome	38.28117	15.8904	352	San Procopio	080076	03	RC	080076	
2523385	Villa San Pietro	villa-san-pietro	IT	09010	1778	Europe/Rome	39.03278	8.99639		San Pietro Pula,Villa San Pietro	092099	14	CA	092099	
2523386	San Pietro in Guarano	san-pietro-in-guarano	IT	87047	1355	Europe/Rome	39.34219	16.31149	625	San Pietro in Guarano	078127	03	CS	078127	
2523387	San Pietro in Amantea	san-pietro-in-amantea	IT	87030	206	Europe/Rome	39.13639	16.11159	374	San Pietro,San Pietro in Amantea	078126	03	CS	078126	
2523388	San Pietro Apostolo	san-pietro-apostolo	IT	88040	1463	Europe/Rome	39.00439	16.4684	750	San Pietro Apostolo	079115	03	CZ	079115	
2523389	San Pietro a Maida	san-pietro-a-maida	IT	88025	4019	Europe/Rome	38.84598	16.3435	355	San Pietro,San Pietro a Maida	079114	03	CZ	079114	
2523392	San Pietro	san-pietro	IT	08020	0	Europe/Rome	39.4	16.03333				03	CS	078058	
2523393	San Pietro	san-pietro	IT	08020	0	Europe/Rome	39.18333	16.08333				03	CS	078013	
2523394	San Pietro	san-pietro	IT	08020	0	Europe/Rome	38.98333	17.06667		Casa San Pietro,San Pietro		03	KR	101013	
2523395	San Pietro	san-pietro	IT	08020	0	Europe/Rome	38.18333	15.23333				15	ME	083049	
2523396	San Pietro	san-pietro	IT	08020	6455	Europe/Rome	37.1	14.5		Clarenza di San Pietro,San Pietro,San Pietro Clarenza,Santo Pietro		15	CT	087011	
2523397	San Piero Patti	san-piero-patti	IT	98068	3511	Europe/Rome	38.05286	14.97018		San Piero Patti,San Pietro Patti	083081	15	ME	083081	
2523398	San Pier Niceto	san-pier-niceto	IT	98045	3085	Europe/Rome	38.16127	15.34819		San Pier Niceto	083080	15	ME	083080	
2523399	San Pasquale	san-pasquale	IT	07028	0	Europe/Rome	39.95	16.11667				02	PZ	076097	
2523400	San Paolo	san-paolo	IT	03035	0	Europe/Rome	38.13333	15.23333				15	ME	083005	
2523401	San Paolo	san-paolo	IT	03035	0	Europe/Rome	36.83333	15.03333		Casa San Paolo,San Paolo		15	SR	089013	
2523402	San Pantaleone	san-pantaleone	IT	89069	0	Europe/Rome	37.98333	15.86667				03	RC	080029	
2523404	San Pantaleo	san-pantaleo	IT	07026	0	Europe/Rome	39.58333	16.05				03	CS	078051	
2523405	San Nicolò Gerrei	san-nicolo-gerrei	IT	09040	977	Europe/Rome	39.49833	9.30611		San Nicolo Gerrei,San Nicolò Gerrei	092058	14	CA	092058	
2523406	San Nicolò d'Arcidano	san-nicolo-d-arcidano	IT	09097	2912	Europe/Rome	39.68417	8.64361		San Nicolo d'Arcidano,San Nicolò d'Arcidano,San Nicolò d’Arcidano	095046	14	OR	095046	
2523407	San Nicolò	san-nicolo	IT	29010	0	Europe/Rome	38.66667	15.85				03			
2523408	San Nicola dell'Alto	san-nicola-dell-alto	IT	88817	898	Europe/Rome	39.2893	16.97291	579	San Nicola dell'Alto,Shen Kolli	101021	03	KR	101021	
2523409	San Nicola da Crissa	san-nicola-da-crissa	IT	89821	1110	Europe/Rome	38.66358	16.2848	518	San Nicola da Crissa,San Nicola di Crissa	102035	03	VV	102035	
2523410	San Nicola Arcella	san-nicola-arcella	IT	87020	1309	Europe/Rome	39.8459	15.79338	110	San Nicola Arcella	078125	03	CS	078125	
2523412	San Nicola	san-nicola	IT	07014	249	Europe/Rome	38.41454	16.37327	320			03	RC	080025	
2523413	San Nicola	san-nicola	IT	07014	0	Europe/Rome	38.26667	15.8				03	RC	080007	
2523414	San Nicola	san-nicola	IT	07014	330	Europe/Rome	38.20267	16.14505	350			03	RC	080005	
2523415	San Morello	san-morello	IT	87060	0	Europe/Rome	39.48333	16.86667				03	CS	078137	
2523416	San Michele di Ganzaria	san-michele-di-ganzaria	IT	95040	3311	Europe/Rome	37.28144	14.42548	490	San Michele,San Michele di Ganzaria,San Micheli di Ganzaria	087043	15	CT	087043	
2523417	San Mazzeo	san-mazzeo	IT	88040	0	Europe/Rome	39.03333	16.26667		Casa San Mazzeo,San Mazzeo		03	CZ	079033	
2523418	San Mauro Marchesato	san-mauro-marchesato	IT	88831	2192	Europe/Rome	39.10559	16.92561	289		101020	03	KR	101020	
2523419	San Mauro Castelverde	san-mauro-castelverde	IT	90010	1526	Europe/Rome	37.91545	14.18956	1050	San Mauro,San Mauro Castelverde,Santu Mauru	082065	15	PA	082065	
2523420	San Martino di Finita	san-martino-di-finita	IT	87010	453	Europe/Rome	39.48988	16.10968	550	San Martino,San Martino di Finita,Shen Murtiri	078124	03	CS	078124	
3166803	Selci	selci	IT	02040	0	Europe/Rome	43.5	12.18333				18	PG	054013	
2523421	San Martino	san-martino	IT	15030	1704	Europe/Rome	38.36157	15.97634	134	San Martino		03	RC	080093	
2523422	San Martino	san-martino	IT	15030	0	Europe/Rome	38.2	15.38333				15	ME	083096	
2523423	San Martino	san-martino	IT	15030	0	Europe/Rome	37.98333	15.15		Martino,San Martino		15	ME	083023	
2523425	San Marco d'Alunzio	san-marco-d-alunzio	IT	98070	2202	Europe/Rome	38.07186	14.70067		San Marco d'Alunzio	083079	15	ME	083079	
2523426	San Marco Argentano	san-marco-argentano	IT	87018	2516	Europe/Rome	39.5583	16.12009	426	San Marco Argentano	078123	03	CS	078123	
2523429	San Marco	san-marco	IT	06131	277	Europe/Rome	38.67488	16.00901	368			03	VV	102006	
2523430	San Marco	san-marco	IT	06131	0	Europe/Rome	38.03333	15.15				15	ME	083062	
2523431	San Marco	san-marco	IT	06131	0	Europe/Rome	38.03333	12.61667				15	TP	081022	
2523432	San Mango d'Aquino	san-mango-d-aquino	IT	88040	1447	Europe/Rome	39.06059	16.19469	468	San Mango,San Mango d'Aquino	079110	03	CZ	079110	
2523434	Sanluri	sanluri	IT	09025	7745	Europe/Rome	39.56111	8.89944	135	Sanluri,Sullurium,sanruri,Санлури,サンルーリ	VS	14	VS	106015	
2523435	San Lucido	san-lucido	IT	87038	4194	Europe/Rome	39.30889	16.05079	56	San Lucido	078122	03	CS	078122	
2523436	San Luca	san-luca	IT	62032	3699	Europe/Rome	38.14837	16.066	250	San Luca	080074	03	RC	080074	
2523438	San Lorenzo del Vallo	san-lorenzo-del-vallo	IT	87040	2386	Europe/Rome	39.6682	16.29739	330	San Lorenzo de Vallo,San Lorenzo del Vallo	078121	03	CS	078121	
2523439	San Lorenzo Bellizzi	san-lorenzo-bellizzi	IT	87070	618	Europe/Rome	39.8892	16.33029	830	San Lorenzo,San Lorenzo Bellizzi	078120	03	CS	078120	
2523440	San Lorenzo	san-lorenzo	IT	08020	281	Europe/Rome	38.01097	15.8344	787	San Lorenzo di Reggio Calabria	080073	03	RC	080073	
2523441	San Leone	san-leone	IT	09012	0	Europe/Rome	37.26667	13.58333				15	AG	084001	
2523443	San Leonardo	san-leonardo	IT	09075	0	Europe/Rome	37.86667	12.48333				15	TP	081011	
2523444	San Leo	san-leo	IT	47865	0	Europe/Rome	39.15	16.41667		Casa San Leo,San Leo		03	CS	078093	
2523445	San Leo	san-leo	IT	47865	0	Europe/Rome	38.71667	16.01667				03	VV	102003	
2523447	San Gregorio d'Ippona	san-gregorio-d-ippona	IT	89853	2271	Europe/Rome	38.64458	16.107	402	San Gregorio,San Gregorio d'Ippona	102034	03	VV	102034	
2523448	San Gregorio di Catania	san-gregorio-di-catania	IT	95027	5100	Europe/Rome	37.56525	15.11179	321	San Gregorio,San Gregorio di Catania,San Grigoriu	087042	15	CT	087042	
2523450	San Gregorio	san-gregorio	IT	22010	0	Europe/Rome	38.06667	15.65				03			
2523451	San Giuseppe Jato	san-giuseppe-jato	IT	90048	8245	Europe/Rome	37.97335	13.18814	467	San Giuseppe Jato	082064	15	PA	082064	
2523453	San Giuseppe	san-giuseppe	IT	10059	0	Europe/Rome	39.96667	15.71667				02			
2523454	San Giuseppe	san-giuseppe	IT	10059	0	Europe/Rome	37.85	12.5				15	TP	081011	
2523455	San Giuseppe	san-giuseppe	IT	10059	0	Europe/Rome	37.8	12.48333				15	TP	081011	
2523456	San Giovanni Suergiu	san-giovanni-suergiu	IT	09010	3198	Europe/Rome	39.11	8.52111	16	San Giovanni,San Giovanni Suergiu	107017	14	CI	107017	
2523459	Samo	samo	IT	89030	869	Europe/Rome	38.07377	16.0583	280	Samo,San Giovanni,San Giovanni Samo,samo,サーモ	080070	03	RC	080070	
2523460	San Giovanni la Punta	san-giovanni-la-punta	IT	95037	22046	Europe/Rome	37.57605	15.09809	350	San Giovanni,San Giovanni la Punta,San Giuvanni la Punta	087041	15	CT	087041	
2523461	San Giovanni in Fiore	san-giovanni-in-fiore	IT	87055	17358	Europe/Rome	39.2633	16.6996	1049	San Giovanni in Fiore	078119	03	CS	078119	
2523462	San Giovanni Gemini	san-giovanni-gemini	IT	92020	7774	Europe/Rome	37.62814	13.64076	670	San Giovanni Gemini,San Giuvanni	084036	15	AG	084036	
2523463	San Giovanni di Gerace	san-giovanni-di-gerace	IT	89040	534	Europe/Rome	38.36508	16.2777	310	San Giovanni di Gerace	080072	03	RC	080072	
2523469	San Giovanni	san-giovanni	IT	03010	0	Europe/Rome	38.6	16.1				03	VV	102015	
2523470	San Giovanni	san-giovanni	IT	03010	0	Europe/Rome	38.36667	15.9		Casale San Giovanni,San Giovanni		03	RC	080086	
2523471	San Giovanni	san-giovanni	IT	03010	0	Europe/Rome	38.16667	15.7				03	RC	080063	
2523472	San Giorgio Morgeto	san-giorgio-morgeto	IT	89017	2938	Europe/Rome	38.39018	16.0855	512	San Giorgio,San Giorgio Morgeto,San Giórgio	080071	03	RC	080071	
2523473	San Giorgio Albanese	san-giorgio-albanese	IT	87060	722	Europe/Rome	39.5823	16.45349	428	Mbuzati,San Giorgio,San Giorgio Albanese	078118	03	CS	078118	
2523475	San Giorgio	san-giorgio	IT	15020	0	Europe/Rome	39.06444	8.995				14	CA	092066	
2523476	San Giorgio	san-giorgio	IT	15020	1899	Europe/Rome	38.17284	14.94502	3			15	ME	083033	
2523478	Sangineto	sangineto	IT	87020	484	Europe/Rome	39.6048	15.91488	275	Sangineto	078117	03	CS	078117	
2523479	San Giacomo d'Acri	san-giacomo-d-acri	IT	87041	0	Europe/Rome	39.51667	16.46667		San Giacomo,San Giacomo d'Acri		03	CS	078003	
2523480	San Giacomo	san-giacomo	IT	06049	0	Europe/Rome	39.5	16.1				03	CS	078039	
2523481	San Giacomo	san-giacomo	IT	06049	0	Europe/Rome	37.65	13.18333		Casa San Giacomo,Casa San Giácomo,San Giacomo		15	AG	084007	
2523482	San Gavino Monreale	san-gavino-monreale	IT	09037	8647	Europe/Rome	39.55139	8.79167	54	San Gavino Monreale	106014	14	VS	106014	
2523483	San Gaetano	san-gaetano	IT	30021	0	Europe/Rome	38.36667	15.88333				03	RC	080057	
2523487	San Fratello	san-fratello	IT	98075	4561	Europe/Rome	38.01706	14.59817		Fratello,San Fratello	083078	15	ME	083078	
2523489	San Francesco	san-francesco	IT	38050	0	Europe/Rome	38.15	15.65				03			
2523490	San Floro	san-floro	IT	88021	444	Europe/Rome	38.83799	16.5187	260	San Flaro,San Floro	079108	03	CZ	079108	
2523493	San Filippo Inferiore	san-filippo-inferiore	IT	98142	0	Europe/Rome	38.15	15.5		Casalotto,San Filippo Inferiore		15	ME	083048	
2523495	San Filippo	san-filippo	IT	02043	0	Europe/Rome	38.38333	15.88333				03	RC	080057	
2523496	San Filippo	san-filippo	IT	02043	0	Europe/Rome	38.01667	15.66667				03	RC	080063	
2523497	San Fili	san-fili	IT	87037	1275	Europe/Rome	39.33889	16.14349	566	San Fili	078116	03	CS	078116	
2523498	San Ferdinando	san-ferdinando	IT	89026	3908	Europe/Rome	38.48558	15.9189	6	San Ferdinando	080097	03	RC	080097	
2523499	San Donato di Ninea	san-donato-di-ninea	IT	87010	556	Europe/Rome	39.7116	16.04848	720	San Donato,San Donato di Ninea	078115	03	CS	078115	
2523500	San Demetrio Corone	san-demetrio-corone	IT	87069	2281	Europe/Rome	39.5699	16.36149	521	San Demetrio Corone,Shen Mitri	078114	03	CS	078114	
2523501	San Dana	san-dana	IT	73034	0	Europe/Rome	39.86667	18.35				13	LE	075028	
2523504	San Costantino Calabro	san-costantino-calabro	IT	89851	2097	Europe/Rome	38.63228	16.0739	454	San Costantino,San Costantino Calabro	102033	03	VV	102033	
2523505	San Costantino	san-costantino	IT	85040	0	Europe/Rome	38.71667	16.01667				03	VV	102003	
2523506	San Costantino	san-costantino	IT	85040	0	Europe/Rome	38.13333	14.88333				15	ME	083088	
2523507	San Cosmo Albanese	san-cosmo-albanese	IT	87060	581	Europe/Rome	39.5831	16.42019	400	San Cosmo,San Cosmo Albanese,Strighari	078113	03	CS	078113	
2523508	San Corrado di Fuori	san-corrado-di-fuori	IT	96017	0	Europe/Rome	36.93333	15.06667		San Corrado,San Corrado di Fuori		15	SR	089013	
2523509	San Cono	san-cono	IT	89816	2690	Europe/Rome	37.29144	14.36608	525	San Cono,Santu Conu	087040	15	CT	087040	
2523511	San Cipirello	san-cipirello	IT	90040	5136	Europe/Rome	37.96309	13.17455	394	San Cipirello,San Ciupirreddu	082063	15	PA	082063	
2523512	San Cataldo	san-cataldo	IT	04021	0	Europe/Rome	39.01667	16.2				03	CZ	079047	
2523513	San Cataldo	san-cataldo	IT	04021	22079	Europe/Rome	37.48412	13.98542	625	San Cataldo,San Cataldu	085016	15	CL	085016	
2523514	San Carlo	san-carlo	IT	28879	0	Europe/Rome	37.96667	15.9				03	RC	080029	
2523515	San Carlo	san-carlo	IT	28879	0	Europe/Rome	37.61667	13.25				15	PA	082029	
2523516	San Calogero	san-calogero	IT	89842	3630	Europe/Rome	38.57558	16.0203	261	San Calogero	102032	03	VV	102032	
2523518	San Biase	san-biase	IT	84052	0	Europe/Rome	39.21667	16.06667				03	CS	078067	
2523519	San Biagio Platani	san-biagio-platani	IT	92020	3370	Europe/Rome	37.50904	13.52556	416	San Biaggio,San Biaggiu Platini,San Biaggiu Plàtini,San Biagio,San Biagio Platani,San Biággio	084035	15	AG	084035	
2523521	San Biagio	san-biagio	IT	12044	0	Europe/Rome	38.2	15.31667				15	ME	083064	
2523522	San Bernardo	san-bernardo	IT	16031	0	Europe/Rome	39.04992	16.34688		Passaggio,San Bernardo		03	CZ	079043	
2523523	San Benedetto Ullano	san-benedetto-ullano	IT	87040	684	Europe/Rome	39.4271	16.12379	460	San Benedetto Ullano	078112	03	CS	078112	
2523524	San Benedetto	san-benedetto	IT	09016	0	Europe/Rome	39.36333	8.52667		Miniera di San Benedetto,San Benedetto		14	CI	107009	
2523525	San Basilio	san-basilio	IT	09040	1414	Europe/Rome	39.5375	9.19639		San Basilio	092054	14	CA	092054	
2523526	San Basilio	san-basilio	IT	09040	0	Europe/Rome	38.01667	15.1				15	ME	083062	
2523527	San Basile	san-basile	IT	87010	0	Europe/Rome	39.95	15.98333		San Basile,Shen Vasili		03	CS	078064	
2523528	San Basile	san-basile	IT	87010	999	Europe/Rome	39.8096	16.16328	540	San Basile	078111	03	CS	078111	
2523530	Samugheo	samugheo	IT	09086	3183	Europe/Rome	39.95211	8.94592	370	Samugheo,Samugheu	095045	14	OR	095045	
2523531	Sampieri	sampieri	IT	97018	0	Europe/Rome	36.71667	14.73333		Sampiere,Sampieri		15	RG		
2523533	Sambuca di Sicilia	sambuca-di-sicilia	IT	92017	5903	Europe/Rome	37.64944	13.11094	350	Sambuca,Sambuca Sicilia,Sambuca di Sicilia,Sammuca	084034	15	AG	084034	
2523535	Sambiase	sambiase	IT	88046	0	Europe/Rome	38.96667	16.28333		Sambiase,Sambiase Catanzaro		03	CZ	079160	
2523536	Samatzai	samatzai	IT	09020	1671	Europe/Rome	39.48444	9.03361	162	Samatzai	092053	14	CA	092053	
2523537	Samassi	samassi	IT	09030	5321	Europe/Rome	39.48167	8.90917	56	Samassi	106013	14	VS	106013	
2523539	Salve	salve	IT	73050	4556	Europe/Rome	39.86132	18.29333		Salve	075066	13	LE	075066	
2523547	Saline	saline	IT	56048	0	Europe/Rome	37.95	15.7				03	RC	080053	
2523549	Salina	salina	IT	98060	0	Europe/Rome	39.73333	16.11667		Miniera di Sale,Salina		03	CS	078069	
2523550	Salignano	salignano	IT	73040	0	Europe/Rome	39.83333	18.35				13	LE	075019	
2523552	Salice	salice	IT	98154	0	Europe/Rome	39.16667	16.15				03	CS	078062	
2523553	Salice	salice	IT	98154	0	Europe/Rome	39.06667	16.11667		Salice,Salici,Sálici		03	CS	078010	
2523554	Salice	salice	IT	98154	0	Europe/Rome	38.25	15.48333				15	ME	083048	
2523555	Saliano	saliano	IT	87054	0	Europe/Rome	39.18333	16.43333				03	CS	078105	
2523557	Salemi	salemi	IT	91018	7788	Europe/Rome	37.82314	12.80564	446	Salemi	081018	15	TP	081018	
2523558	Salaparuta	salaparuta	IT	91020	1698	Europe/Rome	37.75794	13.00974	171	Salaparuta	081017	15	TP	081017	
2523562	Sadali	sadali	IT	08030	1054	Europe/Rome	39.81325	9.27194			092119	14	CA	092119	
2523567	Ruinas	ruinas	IT	09085	717	Europe/Rome	39.90917	8.89583	359	Ruinas	095044	14	OR	095044	
2523569	Ruffano	ruffano	IT	73049	9530	Europe/Rome	39.98292	18.24643		Ruffano	075064	13	LE	075064	
2523571	Rovito	rovito	IT	87050	2398	Europe/Rome	39.30799	16.32109	744	Rovito	078110	03	CS	078110	
2523574	Rotonda	rotonda	IT	85048	1699	Europe/Rome	39.9527	16.03908	580	Rotonda	076070	02	PZ	076070	
2523575	Rota Greca	rota-greca	IT	87010	1143	Europe/Rome	39.4685	16.11259	510	Rota Greca	078109	03	CS	078109	
2523577	Rossano Stazione	rossano-stazione	IT	87067	23824	Europe/Rome	39.60196	16.63475	35			03	CS	078108	
2523578	Rossano	rossano	IT	87067	5194	Europe/Rome	39.5751	16.6349	270	Roscianum,Rossano,rossano,Россано,ロッサーノ	078108	03	CS	078108	
2523581	Rosolini	rosolini	IT	96019	20152	Europe/Rome	36.82424	14.94779		Rosolini,Rusalini	089016	15	SR	089016	
2523583	Roseto Capo Spulico	roseto-capo-spulico	IT	87070	604	Europe/Rome	39.98701	16.60169	217	Roseto,Roseto Capo Spulico,Rosito,Rosito Capo Spulico,Rosito Capo Spúlico	078107	03	CS	078107	
2523584	Rose	rose	IT	87040	1235	Europe/Rome	39.3985	16.28719	399	Rose,roze,ローゼ	078106	03	CS	078106	
2523585	Rosarno	rosarno	IT	89025	12838	Europe/Rome	38.48408	15.979	67	Rosarno	080069	03	RC	080069	
2523586	Rosalì	rosali	IT	89135	0	Europe/Rome	38.2	15.68333				03	RC	080063	
2523587	Ronchi	ronchi	IT	12100	0	Europe/Rome	39.1	16.4				03	CS	078016	
2523588	Rombiolo	rombiolo	IT	89841	2494	Europe/Rome	38.59178	16.0017	460		102031	03	VV	102031	
2523589	Rogliano	rogliano	IT	87054	4648	Europe/Rome	39.18119	16.321	660	Rogliano,roriano,ロリアーノ	078105	03	CS	078105	
2523590	Roghudi	roghudi	IT	89060	1299	Europe/Rome	38.05	15.91667		Roghudi,Roghudi Vecchio,Vuni		03	RC	080068	
2523591	Roggiano Gravina	roggiano-gravina	IT	87017	5693	Europe/Rome	39.6182	16.15969	260	Roggiano Gravina,Rogiano Gravina	078104	03	CS	078104	
2523594	Roccella Valdemone	roccella-valdemone	IT	98030	691	Europe/Rome	37.93346	15.00968	812	Roccella,Roccella Valdemone	083074	15	ME	083074	
2523595	Roccella Ionica	roccella-ionica	IT	89047	6004	Europe/Rome	38.32198	16.40091	16	Roccella Ionica,Roccella Jonica	080067	03	RC	080067	
2523597	Roccavaldina	roccavaldina	IT	98040	1172	Europe/Rome	38.18327	15.37269		Roccavaldina	083073	15	ME	083073	
2523599	Roccapalumba	roccapalumba	IT	90020	2175	Europe/Rome	37.80595	13.63846	530	Roccapalumba	082062	15	PA	082062	
2523600	Roccamena	roccamena	IT	90040	1544	Europe/Rome	37.83724	13.15474	480	Roccamena	082061	15	PA	082061	
2523601	Roccalumera	roccalumera	IT	98027	4029	Europe/Rome	37.97626	15.39519		Roccalumera	083072	15	ME	083072	
2523602	Roccaforte del Greco	roccaforte-del-greco	IT	89060	520	Europe/Rome	38.04727	15.8947	971	Richudi,Roccaforte,Roccaforte del Greco	080066	03	RC	080066	
2523603	Rocca di Neto	rocca-di-neto	IT	88821	4623	Europe/Rome	39.19217	16.99608	165	Rocca di Neto	101019	03	KR	101019	
2523604	Roccabernarda	roccabernarda	IT	88835	3316	Europe/Rome	39.13569	16.87051	180	Roccabernarda	101018	03	KR	101018	
2523605	Rocca	rocca	IT	32030	0	Europe/Rome	39.08333	16.86667				03	KR	101017	
2523608	Rizziconi	rizziconi	IT	89016	4108	Europe/Rome	38.41078	15.9582	87	Rizziconi,Rizztconi	080065	03	RC	080065	
2523612	Riposto	riposto	IT	95018	11719	Europe/Rome	37.73476	15.20013	8	Riposto,Ripostu	087039	15	CT	087039	
2523613	Riola Sardo	riola-sardo	IT	09070	2033	Europe/Rome	39.99583	8.54	9	Riola,Riola Sardo	095043	14	OR	095043	
2523614	Rigolizia	rigolizia	IT	96017	0	Europe/Rome	36.99817	14.93291				15	SR	089013	
2523616	Riesi	riesi	IT	93016	11503	Europe/Rome	37.28194	14.08227	330	Riesi	085015	15	CL	085015	
2523618	Ricadi	ricadi	IT	89866	574	Europe/Rome	38.62538	15.86729	284		102030	03	VV	102030	
2523619	Ribera	ribera	IT	92016	17664	Europe/Rome	37.49844	13.26415	223	Ribera,Рибера	084033	15	AG	084033	
2523620	Riace Marina	riace-marina	IT	89040	1128	Europe/Rome	38.38932	16.52476	5			03	RC	080064	
2523622	Resuttano	resuttano	IT	93010	1938	Europe/Rome	37.67865	14.02946	600	Resuttana,Resuttano	085014	15	CL	085014	
2523623	Rende	rende	IT	87036	1404	Europe/Rome	39.33199	16.18439	474	Rende,Ренде	078102	03	CS	078102	
2523626	Reitano	reitano	IT	98070	951	Europe/Rome	37.97206	14.34327		Reitano	083070	15	ME	083070	
2523627	Reitano	reitano	IT	98070	0	Europe/Rome	37.4	15.06667		Masseria Reitano,Reitano		15	CT	087015	
2523628	Regina	regina	IT	87010	368	Europe/Rome	39.45067	16.15783	349			03	CS	078066	
2523630	Reggio Calabria	reggio-calabria	IT	89100	180353	Europe/Rome	38.11047	15.66129		REG,Redzho-di-Kalabrija,Reggio Calabria,Reggio de Calabre,Reggio de Calabria,Reggio de Calàbria,Reggio di Calabria,Regio,Regio de Calabria,Rhegium,Riggiu Calabbria,lei jiao ka la bu li ya,rg'w dy qlbryh,rydjw kalabrya,Реджо-ди-Калабрия,רג'ו די קלבריה,ريدجو كالابريا,レッジョ・ディ・カラブリア,雷焦卡拉布里亚	RC	03	RC	080063	
2523631	Regalgioffoli	regalgioffoli	IT	90020	247	Europe/Rome	37.82081	13.63761	550	Regalgioffole,Regalgioffoli		15	PA	082062	
2523632	Regalbuto	regalbuto	IT	94017	6811	Europe/Rome	37.65334	14.63874	520	Recalbutu,Regalbulo,Regalbuto	086016	15	EN	086016	
2523636	Realmonte	realmonte	IT	92010	3443	Europe/Rome	37.30914	13.46186	144	Realmonte,Rialmunti	084032	15	AG	084032	
2523638	Ravanusa	ravanusa	IT	92029	12051	Europe/Rome	37.26674	13.96897	320	Ravanusa,Rivinusa	084031	15	AG	084031	
2523641	Randazzo	randazzo	IT	95036	9949	Europe/Rome	37.87736	14.95012	765	Randazzo,Rannazzu	087038	15	CT	087038	
3169685	Querce	querce	IT	50054	0	Europe/Rome	43.56667	10.95				16	FI	048020	
2523644	Ramacca	ramacca	IT	95040	10137	Europe/Rome	37.38971	14.6911	270	Ramacca,Rammacca	087037	15	CT	087037	
2523650	Ragusa	ragusa	IT	97100	68956	Europe/Rome	36.92824	14.71719		QRG,Ragusa,Raguse,Raguza,Rausa,raguza,rgwzh,Рагуза,רגוזה,ラグーザ	RG	15	RG	088009	
2523653	Raffo	raffo	IT	90026	0	Europe/Rome	37.76667	14.11667				15	PA	082055	
2523654	Raffadali	raffadali	IT	92015	11992	Europe/Rome	37.40364	13.53306	420	Rafadali,Raffadali	084030	15	AG	084030	
2523656	Raddusa	raddusa	IT	95040	3192	Europe/Rome	37.47565	14.53388	350	Buddusa,Raddusa	087036	15	CT	087036	
2523659	Racalmuto	racalmuto	IT	92020	7083	Europe/Rome	37.40714	13.73376	445	Racalmuto,Ragalmutu,Recalmutu	084029	15	AG	084029	
2523660	Racale	racale	IT	73055	10321	Europe/Rome	39.96312	18.09383		Racale	075063	13	LE	075063	
2523664	Quattromiglia	quattromiglia	IT	87036	22889	Europe/Rome	39.34474	16.23802	180			03	CS	078102	
2523665	Quartu Sant'Elena	quartu-sant-elena	IT	09045	66620	Europe/Rome	39.23096	9.23589	6	Cuartu Santa Aleni,Cuartu Santa Alèni,Quarto Sant'Elena,Quartu Sant'Elena		14	CA	092051	
2523666	Quartucciu	quartucciu	IT	09044	11347	Europe/Rome	39.25388	9.17756	16	Quartuccio,Quartucciu	092105	14	CA	092105	
2523670	Purgatorio	purgatorio	IT	03034	0	Europe/Rome	39.41667	16.5				03	CS	078034	
2523671	Purgatorio	purgatorio	IT	03034	351	Europe/Rome	38.07951	12.71429	265			15	TP	081007	
2523673	Puntalazzo	puntalazzo	IT	95016	0	Europe/Rome	37.75	15.13333				15	CT	087046	
2523675	Pula	pula	IT	09010	6535	Europe/Rome	39.01	9.00167		Pula,pura,プーラ	092050	14	CA	092050	
2523676	Prunella	prunella	IT	89063	657	Europe/Rome	37.94051	15.79536	96	Prunella,Prunello		03	RC	080050	
2523678	Prizzi	prizzi	IT	90038	4514	Europe/Rome	37.72144	13.43275	966	Prizzi	082060	15	PA	082060	
2523679	Priolo Gargallo	priolo-gargallo	IT	96010	11785	Europe/Rome	37.15725	15.18019		Priolo,Priolo Gargallo,Priolu	089021	15	SR	089021	
2523680	Presinaci	presinaci	IT	89841	0	Europe/Rome	38.61667	16.01667				03	VV	102031	
2523681	Presicce	presicce	IT	73054	5629	Europe/Rome	39.89912	18.26173		Presicce	075062	13	LE	075062	
2523682	Presa	presa	IT	95017	0	Europe/Rome	37.8	15.13333				15	CT	087021	
2523683	Preitoni	preitoni	IT	89844	0	Europe/Rome	38.56667	15.93333				03	VV	102025	
2523685	Praticello	praticello	IT	42043	0	Europe/Rome	39.05	16.33333				03	CZ	079043	
2523687	Praia a Mare	praia-a-mare	IT	87028	6470	Europe/Rome	39.9009	15.77928	5	Praia a Mare,Praia d'Aieta,Praja-a-Mare,Прая-а-Маре	078101	03	CS	078101	
2523688	Pozzo di Gotto	pozzo-di-gotto	IT	98051	0	Europe/Rome	38.15	15.23333				15	ME	083005	
2523691	Pozzillo	pozzillo	IT	81042	0	Europe/Rome	37.18333	14.23333		Casa Pozzillo,Pozzillo		15	CL	085003	
2523693	Pozzallo	pozzallo	IT	97016	17936	Europe/Rome	36.73054	14.84989		Pozzallo,Puzzaddu,pottsu~arro,ポッツァッロ	088008	15	RG	088008	
2523695	Potenzoni	potenzoni	IT	89817	0	Europe/Rome	38.7	16.01667				03	VV	102003	
2523699	Portoscuso	portoscuso	IT	09010	4440	Europe/Rome	39.20472	8.37889	6	Portoscuso	107016	14	CI	107016	
2523700	Porto Salvo	porto-salvo	IT	89900	0	Europe/Rome	38.13333	15.18333				15	ME	083106	
2523705	Porto Empedocle	porto-empedocle	IT	92014	16574	Europe/Rome	37.29344	13.52636	2	Porto Empedocle,Portu Empedocli	084028	15	AG	084028	
2523711	Portigliola	portigliola	IT	89040	365	Europe/Rome	38.22767	16.2022	101	Pertigliola,Portigliola	080062	03	RC	080062	
2523712	Porticello	porticello	IT	90017	0	Europe/Rome	38.08634	13.53496				15	PA	082067	
2523715	Portella di Mare	portella-di-mare	IT	90036	4707	Europe/Rome	38.07304	13.46199	89			15	PA	082048	
2523720	Ponticelli	ponticelli	IT	02038	0	Europe/Rome	39.11667	17.06667				03	KR	101010	
2523724	Pontegrande	pontegrande	IT	88100	0	Europe/Rome	38.93333	16.56667				03	CZ	079023	
2523728	Pompu	pompu	IT	09093	303	Europe/Rome	39.72556	8.79722		Pompu,ponpu,ポンプ	095042	14	OR	095042	
2523734	Pollina	pollina	IT	90010	936	Europe/Rome	37.99271	14.14514	730	Poilina,Pollina,Puoddina,Puòddina	082059	15	PA	082059	
2523736	Polizzi Generosa	polizzi-generosa	IT	90028	3454	Europe/Rome	37.81185	14.00336	920		082058	15	PA	082058	
2523737	Polizzello	polizzello	IT	93014	0	Europe/Rome	37.6	13.83333				15	CL	085012	
2523738	Polistena	polistena	IT	89024	9672	Europe/Rome	38.40598	16.08	254	Polistena	080061	03	RC	080061	
2523741	Policastrello	policastrello	IT	87010	0	Europe/Rome	39.68333	16.03333				03	CS	078128	
2523742	Polia	polia	IT	89813	309	Europe/Rome	38.75118	16.3122	400		102029	03	VV	102029	
2523747	Poggioreale	poggioreale	IT	91020	1715	Europe/Rome	37.76404	13.03594		Poggioreale	081016	15	TP	081016	
2523748	Poetto	poetto	IT	09126	0	Europe/Rome	39.2	9.15917				14	CA	092009	
2523749	Platì	plati	IT	89039	3823	Europe/Rome	38.21997	16.0465		Plati,Platì	080060	03	RC	080060	
2523750	Platania	platania	IT	88040	921	Europe/Rome	39.00539	16.3201	750		079099	03	CZ	079099	
2523752	Plataci	plataci	IT	87070	752	Europe/Rome	39.90041	16.43199	930	Plataci,Platici,Pllatani	078100	03	CS	078100	
2523756	Plaesano	plaesano	IT	89050	0	Europe/Rome	38.48333	16.08333				03	RC	080042	
2523757	Placanica	placanica	IT	89040	695	Europe/Rome	38.41188	16.45251	240	Placanica	080059	03	RC	080059	
2523758	Pizzoni	pizzoni	IT	89834	1187	Europe/Rome	38.62308	16.2519	290	Pizzoni	102028	03	VV	102028	
2523759	Pizzolungo	pizzolungo	IT	91016	792	Europe/Rome	38.06076	12.56456	31			15	TP	081008	
2523762	Pizzo	pizzo	IT	89812	7918	Europe/Rome	38.73838	16.1658	44	Pizzo	102027	03	VV	102027	
2523764	Piscopio	piscopio	IT	89900	2133	Europe/Rome	38.65959	16.11845	374			03	VV	102047	
2523769	Piscinas	piscinas	IT	09010	839	Europe/Rome	39.0771	8.66589	66	Piscinas	107015	14	CI	107015	
2523771	Pirri	pirri	IT	09134	0	Europe/Rome	39.24611	9.12778				14	CA	092009	
2523773	Piraino	piraino	IT	98060	3803	Europe/Rome	38.16066	14.86258		Piraino,Pirainu	083068	15	ME	083068	
2523774	Pioppo	pioppo	IT	90046	2656	Europe/Rome	38.05	13.23333	527			15	PA	082049	
2523778	Pimentel	pimentel	IT	09020	1117	Europe/Rome	39.48917	9.06528	154	Pimentel	092048	14	CA	092048	
2523783	Pietrapiana	pietrapiana	IT	50066	0	Europe/Rome	39.43333	16.01667				03	CS	078058	
2523784	Pietraperzia	pietraperzia	IT	94016	6798	Europe/Rome	37.41994	14.13707	476	Petrapirzia,Pietraperzia	086015	15	EN	086015	
2523785	Pietrapennata	pietrapennata	IT	89038	0	Europe/Rome	37.96667	16.01667				03	RC	080056	
2523786	Pietrapaola	pietrapaola	IT	87060	316	Europe/Rome	39.4875	16.8158	375	Pietrapaola	078099	03	CS	078099	
2523787	Pietralunga	pietralunga	IT	06026	0	Europe/Rome	38.15	15.41667				15	ME	083076	
2523788	Pietralunga	pietralunga	IT	06026	0	Europe/Rome	37.58333	14.85		Pietralunga,Tenuta Petralunga		15	CT	087033	
2523790	Pietrafitta	pietrafitta	IT	03040	1377	Europe/Rome	39.26139	16.3386	700	Pietrafitta	078098	03	CS	078098	
2523793	Piedimonte Etneo	piedimonte-etneo	IT	95017	3381	Europe/Rome	37.80686	15.17659	348	Piedimonte,Piedimonte Etnea,Piedimonte Etneo,Piemunti	087035	15	CT	087035	
2523796	Piazza Armerina	piazza-armerina	IT	94015	17736	Europe/Rome	37.38595	14.36717	697	Ciazza,Cjassa,Piazza Armerina	086014	15	EN	086014	
2523799	Pianopoli	pianopoli	IT	88040	2159	Europe/Rome	38.95419	16.3884	200	Pianopoli	079096	03	CZ	079096	
2523801	Piano dei Peri	piano-dei-peri	IT	85049	0	Europe/Rome	39.98333	15.78333				02	PZ	076044	
2523803	Piano	piano	IT	14057	0	Europe/Rome	37.6	15.08333				15	CT	087050	
2523805	Pianella	pianella	IT	53019	0	Europe/Rome	37.76667	14.08333		Pianella,Pianello		15	PA	082082	
2523806	Piane Crati	piane-crati	IT	87050	1242	Europe/Rome	39.23409	16.3255	609	Piane,Piane Crati	078097	03	CS	078097	
2523808	Piana degli Albanesi	piana-degli-albanesi	IT	90037	5651	Europe/Rome	37.99795	13.27974	720	Chiana,Hora e Arbereshevet,Piana de' Greci,Piana degli Albanesi,Piana dei Greci,Piana di Greci	082057	15	PA	082057	
2523810	Pezzolo	pezzolo	IT	98138	0	Europe/Rome	38.08333	15.45				15	ME	083048	
2523813	Pettineo	pettineo	IT	98070	1362	Europe/Rome	37.96726	14.29187	300	Pettineo	083067	15	ME	083067	
2523816	Petrosino	petrosino	IT	91020	6761	Europe/Rome	37.72637	12.50752	13	Petrosino,Pitrusinu	081024	15	TP	081024	
2523817	Petronà	petrona	IT	88050	3010	Europe/Rome	39.04369	16.75591		Petrona,Petronà	079095	03	CZ	079095	
2523818	Petrizzi	petrizzi	IT	88060	946	Europe/Rome	38.70138	16.473	391	Petrizzi	079094	03	CZ	079094	
2523819	Petrizia	petrizia	IT	88050	0	Europe/Rome	38.88333	16.7				03	CZ	079133	
2523821	Petralia Sottana	petralia-sottana	IT	90027	2738	Europe/Rome	37.80434	14.09315	1000	Petralia Sottana,Pitralia Suttana,Pitralìa Suttana,Sottana Petralia	082056	15	PA	082056	
2523822	Petralia Soprana	petralia-soprana	IT	90026	1074	Europe/Rome	37.80055	14.10756	1147	Petralia Soprana,Pitralia Suprana,Pitralìa Suprana	082055	15	PA	082055	
2523825	Petilia Policastro	petilia-policastro	IT	88837	5704	Europe/Rome	39.11389	16.78551	436	Petilia Policastro	101017	03	KR	101017	
2523829	Pernocari	pernocari	IT	89841	0	Europe/Rome	38.61667	16.01667				03	VV	102031	
2523832	Perdaxius	perdaxius	IT	09010	842	Europe/Rome	39.16028	8.61083	98	Perdaxius	107014	14	CI	107014	
2523833	Perdasdefogu	perdasdefogu	IT	08046	2042	Europe/Rome	39.68167	9.43917	599	Perdasdefogu	105014	14	OG	105014	
2523838	Pentone	pentone	IT	88050	1163	Europe/Rome	38.98579	16.5825	648	Pentone	079092	03	CZ	079092	
2523840	Pentedattilo	pentedattilo	IT	89063	0	Europe/Rome	37.95	15.76667		Pentedattilo		03	RC	080050	
2523843	Pellegrino	pellegrino	IT	98041	0	Europe/Rome	38.13333	15.38333				15	ME	083054	
2523845	Pellaro	pellaro	IT	89134	0	Europe/Rome	38.01667	15.65		Pellaro		03	RC	080063	
2523849	Pedivigliano	pedivigliano	IT	87050	432	Europe/Rome	39.10949	16.3029	580	Pedivigliano	078096	03	CS	078096	
2523850	Pedara	pedara	IT	95030	12089	Europe/Rome	37.61685	15.05669	610	Pedara,Pidara	087034	15	CT	087034	
2523852	Pedagaggi	pedagaggi	IT	96013	0	Europe/Rome	37.2	14.95				15	SR	089006	
2523853	Pedace	pedace	IT	87050	2136	Europe/Rome	39.27639	16.3364		Pedace	078095	03	CS	078095	
2523857	Pazzano	pazzano	IT	41028	612	Europe/Rome	38.47518	16.45261	410	Pazzano	080058	03	RC	080058	
2523858	Pavigliana	pavigliana	IT	89133	1088	Europe/Rome	38.10721	15.72108	416			03	RC	080063	
2523859	Pauli Arbarei	pauli-arbarei	IT	09020	720	Europe/Rome	39.66278	8.92306		Pauli Arbarei	106012	14	VS	106012	
2523861	Pau	pau	IT	09090	299	Europe/Rome	39.79167	8.80222	315	Pau	095040	14	OR	095040	
2523862	Patù	patu	IT	73053	1747	Europe/Rome	39.84122	18.33893		Patu,Patù	075060	13	LE	075060	
2523864	Patti	patti	IT	98066	9321	Europe/Rome	38.14046	14.96434	157	Patti	083066	15	ME	083066	
2523865	Paterno Calabro	paterno-calabro	IT	87040	778	Europe/Rome	39.22849	16.26489	680	Paterno,Paterno Calabro	078094	03	CS	078094	
2523866	Paternò	paterno	IT	64012	45725	Europe/Rome	37.57095	14.90268		Paterno,Paternò,Patirno,Patirnò,pateruno,Патерно,パテルノー	087033	15	CT	087033	
2523869	Passopisciaro	passopisciaro	IT	95012	396	Europe/Rome	37.87177	15.03631	653			15	CT	087014	
2523871	Partinico	partinico	IT	90047	28708	Europe/Rome	38.04395	13.12004	175		082054	15	PA	082054	
2523872	Partanna	partanna	IT	91028	10200	Europe/Rome	37.72784	12.88854	414	Partanna	081015	15	TP	081015	
2523875	Paringianu	paringianu	IT	09010	582	Europe/Rome	39.17449	8.43019	16			14	CI	107016	
2523876	Parghelia	parghelia	IT	89861	1081	Europe/Rome	38.68088	15.92249	80	Parghelia	102026	03	VV	102026	
2523877	Parenti	parenti	IT	87040	1546	Europe/Rome	39.16219	16.4105	798	Parenti,parenti,パレンティ	078093	03	CS	078093	
2523879	Pardesca	pardesca	IT	89032	0	Europe/Rome	38.1	16.13333				03	RC	080009	
2523880	Paravati	paravati	IT	89852	2354	Europe/Rome	38.59451	16.05499	308			03	VV	102021	
2523882	Parantoro	parantoro	IT	87046	0	Europe/Rome	39.4	16.11667				03	CS	078081	
2523883	Papasidero	papasidero	IT	87020	457	Europe/Rome	39.8715	15.90788	208	Papasidero	078092	03	CS	078092	
2523885	Papanice	papanice	IT	88900	0	Europe/Rome	39.06667	17.01667				03	KR	101012	
2523887	Paolini	paolini	IT	91025	0	Europe/Rome	37.8	12.51667				15	TP	081011	
2523888	Paola	paola	IT	87027	12649	Europe/Rome	39.35989	16.03959	94	Paola,paora,パオラ	078091	03	CS	078091	
2523890	Pantelleria	pantelleria	IT	91017	3455	Europe/Rome	36.83333	11.95	5	PNL,Pantelaria,Pantelleria,Pantel·leria,Pantelária,Pantilliria,Pantillirìa,panterreria,pntlryh,פנטלריה,パンテッレリーア	081014	15	TP	081014	
2523892	Pantano	pantano	IT	42033	0	Europe/Rome	39.13333	16.78333				03	KR	101017	
2523895	Pannaconi	pannaconi	IT	89816	0	Europe/Rome	38.7	16.05				03	VV	102003	
2523896	Panettieri	panettieri	IT	87050	317	Europe/Rome	39.06007	16.45375	937	Panettieri	078090	03	CS	078090	
2523899	Panaia	panaia	IT	89864	0	Europe/Rome	38.63333	15.9				03	VV	102042	
2523900	Paludi	paludi	IT	87060	1134	Europe/Rome	39.5301	16.6828	430	Paludi	078089	03	CS	078089	
2523902	Palmi	palmi	IT	89015	18556	Europe/Rome	38.35862	15.84915	228	Palmi,parumi,パルミ	080057	03	RC	080057	
2523904	Palmas Arborea	palmas-arborea	IT	09090	1092	Europe/Rome	39.87639	8.64583	4	Palmas Arborea	095039	14	OR	095039	
2523907	Palmas	palmas	IT	09010	0	Europe/Rome	39.07583	8.56				14	CI	107017	
2523908	Palma di Montechiaro	palma-di-montechiaro	IT	92020	22654	Europe/Rome	37.19264	13.76496	155	Palma di Montechiaro,Parma di Muntichiaru	084027	15	AG	084027	
2523910	Pallagorio	pallagorio	IT	88818	1326	Europe/Rome	39.3089	16.90831	554	Pallagorio,Puheriu	101016	03	KR	101016	
2523911	Palizzi Marina	palizzi-marina	IT	89038	0	Europe/Rome	37.91667	15.98333		Marina di Palizzi,Palizzi Marina		03	RC		
2523912	Palizzi	palizzi	IT	89038	2709	Europe/Rome	37.96667	15.9867		Palizzi,Palizzi Superiore	080056	03	RC	080056	
2523920	Palermo	palermo	IT	90100	648260	Europe/Rome	38.11582	13.35976	14	PMO,Palerm,Palerma,Palermas,Palerme,Palermo,Palermu,Panormus,Pałermo,ba lei mo shi,balyrmw,palermo,palrmw,parerumo,plrmw,Палерма,Палермо,פלרמו,باليرمو,پالرمو,पलेर्मो,パレルモ,巴勒莫市	15	15	PA	082053	
2523921	Palermiti	palermiti	IT	88050	1246	Europe/Rome	38.74868	16.4522	496	Palermiti	079089	03	CZ	079089	
2523922	Palazzolo Acreide	palazzolo-acreide	IT	96010	9109	Europe/Rome	37.06234	14.90349		Palazzolo Acreide,Palazzolo Acréide,Palazzolu Acreidi,パラッツォーロ・アクレイデ	089015	15	SR	089015	
2523923	Palazzolo	palazzolo	IT	37060	0	Europe/Rome	37.86667	13.63333		Casale Palazzolo,Case Palazzolo,Palazzolo		15	PA	082014	
2523925	Palazzo Adriano	palazzo-adriano	IT	90030	2098	Europe/Rome	37.68104	13.37905	696	Chiusa Palazzo,Palazzo Adriano,Palazzu Adrianu,Pallaci,パラッツォ・アドリアーノ	082052	15	PA	082052	
2523926	Palazzo	palazzo	IT	06081	0	Europe/Rome	39.93333	16.53333				03	CS	078006	
2523927	Palagonia	palagonia	IT	95046	16227	Europe/Rome	37.32825	14.74478	200	Palagonia,Palagunia	087032	15	CT	087032	
2523928	Pagliarelle	pagliarelle	IT	88837	1277	Europe/Rome	39.14017	16.75101	800			03	KR	101017	
2523932	Pagliara	pagliara	IT	67050	1237	Europe/Rome	37.98546	15.35969		Pagliara	083065	15	ME	083065	
2523938	Pachino	pachino	IT	96018	21324	Europe/Rome	36.71864	15.0907		Pachino,Pachinu,Pakino,Пакино	089014	15	SR	089014	
2523942	Paceco	paceco	IT	91027	9358	Europe/Rome	37.97874	12.55663	36	Paceco	081013	15	TP	081013	
2523943	Pabillonis	pabillonis	IT	09030	2806	Europe/Rome	39.59105	8.71978	40	Pabillonis	106011	14	VS	106011	
2523949	Osini	osini	IT	08040	781	Europe/Rome	39.82211	9.49562	645	Osini	105013	14	OG	105013	
2523953	Orti	orti	IT	15100	0	Europe/Rome	38.13333	15.71667				03	RC	080063	
2523954	Ortacesus	ortacesus	IT	09040	916	Europe/Rome	39.53835	9.08579	162	Ortacesus	092044	14	CA	092044	
2523955	Orsomarso	orsomarso	IT	87020	931	Europe/Rome	39.7991	15.90748	120	Orsomarso	078088	03	CS	078088	
2523958	Orroli	orroli	IT	08030	2392	Europe/Rome	39.69306	9.25139	530	Orroli	092118	14	CA	092118	
2523964	Oristano	oristano	IT	09170	24641	Europe/Rome	39.90306	8.59194	9	Aristanis,FNU,Oristano,Oristanum,Oristany,orisutano,Ористано,オリスターノ	OR	14	OR	095038	
2523967	Oppido Mamertina	oppido-mamertina	IT	89014	0	Europe/Rome	38.28333	18.98333				00			
2523969	Albagiara	albagiara	IT	09090	277	Europe/Rome	39.78694	8.86444	215	Albagiara,Ollastra Usellus	095003	14	OR	095003	
2523972	Oliveri	oliveri	IT	98060	2099	Europe/Rome	38.12576	15.06278		Oliveri	083063	15	ME	083063	
2523974	Olivarella	olivarella	IT	98044	0	Europe/Rome	38.16667	15.26667				15	ME	083077	
2523975	Olivadi	olivadi	IT	88067	508	Europe/Rome	38.72558	16.4237	485	Olivadi	079088	03	CZ	079088	
2523983	Nuxis	nuxis	IT	09010	1180	Europe/Rome	39.15306	8.74056	190	Nuxis	107013	14	CI	107013	
2523984	Nurri	nurri	IT	08035	2109	Europe/Rome	39.71303	9.22777	590	Nurri	092117	14	CA	092117	
2523985	Nureci	nureci	IT	09080	393	Europe/Rome	39.8225	8.97528		Nureci	095036	14	OR	095036	
2523986	Nuraxinieddu	nuraxinieddu	IT	09170	1160	Europe/Rome	39.93444	8.59694	7	Nuraxinieddu,Nuraxinteddu		14	OR	095038	
2523987	Nuraminis	nuraminis	IT	09024	2324	Europe/Rome	39.44472	9.01361	93	Nuraminis	092042	14	CA	092042	
2523988	Nurallao	nurallao	IT	08030	1205	Europe/Rome	39.79056	9.08028	390	Nurallao	092116	14	CA	092116	
2523989	Nuragus	nuragus	IT	08030	926	Europe/Rome	39.77583	9.03639	359	Nuragus	092115	14	CA	092115	
2523990	Nurachi	nurachi	IT	09070	1751	Europe/Rome	39.97427	8.53723	6	Nurachi	095035	14	OR	095035	
2523991	Nunziata	nunziata	IT	95016	1606	Europe/Rome	37.75953	15.17147	191	Annunziata,Nunziata		15	CT	087023	
2523994	Novara di Sicilia	novara-di-sicilia	IT	98058	1731	Europe/Rome	38.01596	15.13188		Novara Sicilia,Novara di Sicilia,Nuvara	083062	15	ME	083062	
2523998	Noto	noto	IT	96017	23065	Europe/Rome	36.89014	15.06929		Netum,Noto,Nuotu,noto,Ното,ノート	089013	15	SR	089013	
2523999	Nola	nola	IT	80035	0	Europe/Rome	39.73333	16.36667				03	CS	078029	
2524000	Nocera Terinese	nocera-terinese	IT	88047	1377	Europe/Rome	39.03439	16.16859	240	Nocera Terinese,Nocera Tirinese	079087	03	CZ	079087	
2524003	Nizza di Sicilia	nizza-di-sicilia	IT	98026	3586	Europe/Rome	37.99496	15.41189		Nizza di Sicilia	083061	15	ME	083061	
2524004	Nissoria	nissoria	IT	94010	2382	Europe/Rome	37.65605	14.44869	691	Nissoria,Nissoria Sicilia,Nissuria	086013	15	EN	086013	
2524006	Niscemi	niscemi	IT	93015	26893	Europe/Rome	37.14864	14.39128	332	Niscemi,Nishemi,Нишеми	085013	15	CL	085013	
3170110	Porto	porto	IT	06061	0	Europe/Rome	41.73853	12.24581				07	RM		
2524008	Nicotera	nicotera	IT	89844	4831	Europe/Rome	38.55458	15.9367	212	Marina di Nicotera	102025	03	VV	102025	
2524009	Nicosia	nicosia	IT	94014	10174	Europe/Rome	37.74745	14.39727	724	Nicosia,Nicosia Sicilia,Nicusia	086012	15	EN	086012	
2524010	Nicolosi	nicolosi	IT	95030	7061	Europe/Rome	37.61595	15.02549	700	Nicolosi,Niculosi,Nikolozi,Николози	087031	15	CT	087031	
2524013	Nicastro	nicastro	IT	88046	70288	Europe/Rome	38.98333	16.31667		Nicastro,Nikastro,Никастро		03	CZ	079160	
2524018	Natile	natile	IT	89030	0	Europe/Rome	38.18333	16.05				03	RC	080023	
2524020	Naso	naso	IT	98074	4512	Europe/Rome	38.12306	14.78688		Naso	083060	15	ME	083060	
2524022	Naro	naro	IT	92028	7816	Europe/Rome	37.2955	13.7935	500	Naro,Naru	084026	15	AG	084026	
2524023	Nardodipace	nardodipace	IT	89824	489	Europe/Rome	38.47228	16.3425	1080	Nardo,Nardodipace	102024	03	VV	102024	
2524024	Narcao	narcao	IT	09010	1744	Europe/Rome	39.1675	8.675	125	Narcao	107012	14	CI	107012	
2524025	Napola	napola	IT	91016	0	Europe/Rome	37.98333	12.63333				15	TP	081021	
2524028	Mussomeli	mussomeli	IT	93014	9818	Europe/Rome	37.57784	13.75126	726	Mussomeli,Mussumeli	085012	15	CL	085012	
2524029	Musei	musei	IT	09010	1285	Europe/Rome	39.30167	8.66667	119	Musei	107011	14	CI	107011	
2524033	Muravera	muravera	IT	09043	4424	Europe/Rome	39.41917	9.57139	11	Muravera	092039	14	CA	092039	
2524040	Motticella	motticella	IT	89030	0	Europe/Rome	38.01667	16.05				03	RC	080090	
2524041	Motta Sant'Anastasia	motta-sant-anastasia	IT	95040	9025	Europe/Rome	37.51315	14.96588	275	Motta Sant'Anastasia	087030	15	CT	087030	
2524042	Motta Santa Lucia	motta-santa-lucia	IT	88040	706	Europe/Rome	39.09189	16.2924	590	Motta,Motta Santa Lucia	079083	03	CZ	079083	
2524043	Motta San Giovanni	motta-san-giovanni	IT	89065	1857	Europe/Rome	38.00316	15.6951	450	Motta,Motta San Giovanni	080054	03	RC	080054	
2524044	Mottafollone	mottafollone	IT	87010	1072	Europe/Rome	39.6487	16.06338	384	Mottafollone	078085	03	CS	078085	
2524045	Motta Filocastro	motta-filocastro	IT	89844	0	Europe/Rome	38.58333	15.96667				03	VV	102019	
2524046	Mosorrofa	mosorrofa	IT	89133	0	Europe/Rome	38.11667	15.73333				03	RC	080063	
2524047	Moschetta	moschetta	IT	89044	430	Europe/Rome	38.22097	16.22951	66			03	RC	080043	
2524049	Mormanno	mormanno	IT	87026	2771	Europe/Rome	39.8883	15.98678	840	Mormanno	078084	03	CS	078084	
2524050	Morgongiori	morgongiori	IT	09090	775	Europe/Rome	39.74556	8.77194	351	Morgongiori	095030	14	OR	095030	
2524054	Morelli	morelli	IT	87050	0	Europe/Rome	39.36667	16.93333				03	KR	101026	
2524055	Morciano di Leuca	morciano-di-leuca	IT	73040	3512	Europe/Rome	39.84782	18.31243		Morciano,Morciano di Leuca	075050	13	LE	075050	
2524056	Morano Calabro	morano-calabro	IT	87016	3310	Europe/Rome	39.8398	16.14128	694	Morano Calabro	078083	03	CS	078083	
2524057	Morano	morano	IT	06023	0	Europe/Rome	38.43333	16.43333				03	RC	080059	
2524060	Montevecchio	montevecchio	IT	09030	0	Europe/Rome	39.55667	8.56833		Miniere Montevecchio,Montevecchio		14	VS	106008	
2524061	Montevago	montevago	IT	92010	2994	Europe/Rome	37.70224	12.98584	380	Montevago,Muntivagu	084025	15	AG	084025	
2524062	Montesardo	montesardo	IT	73031	0	Europe/Rome	39.88333	18.33333				13	LE	075002	
2524063	Montesano Salentino	montesano-salentino	IT	73030	2765	Europe/Rome	39.97562	18.32143		Montesano,Montesano Salentino	075049	13	LE	075049	
2524064	Monterosso Almo	monterosso-almo	IT	97010	3346	Europe/Rome	37.08964	14.76459		Monterosso Almo,Muntirrussu,Muntirussu,モンテロッソ・アルモ	088007	15	RG	088007	
2524065	Monterosso Calabro	monterosso-calabro	IT	89819	1617	Europe/Rome	38.71688	16.291	310		102023	03	VV	102023	
2524067	Montepaone	montepaone	IT	88060	940	Europe/Rome	38.72258	16.4972	367	Montepaone	079081	03	CZ	079081	
2524069	Montemaggiore Belsito	montemaggiore-belsito	IT	90020	3556	Europe/Rome	37.84645	13.76126	517		082051	15	PA	082051	
2524070	Montelepre	montelepre	IT	90040	4811	Europe/Rome	38.09045	13.17434	343	Montelepre,Muncilebbri,Muntilepri	082050	15	PA	082050	
2524071	Montedoro	montedoro	IT	93010	1614	Europe/Rome	37.45324	13.81676	450	Montedoro,Muntidoru	085011	15	CL	085011	
2524072	Montebello Ionico	montebello-ionico	IT	89064	259	Europe/Rome	37.98277	15.758	425	Montebello,Montebello Ionico,Montebello Jonico,モンテベッロ・イオーニコ	080053	03	RC	080053	
2524074	Montauro	montauro	IT	88060	822	Europe/Rome	38.74868	16.5132	393	Montauro	079080	03	CZ	079080	
2524075	Montaperto	montaperto	IT	83038	425	Europe/Rome	37.32874	13.54983	279			15	AG	084001	
2524076	Montalto Uffugo	montalto-uffugo	IT	87046	2751	Europe/Rome	39.4048	16.15799	430	Montalto Uffugo	078081	03	CS	078081	
2524078	Montallegro	montallegro	IT	92010	2327	Europe/Rome	37.39294	13.35075	100	Montallegro,Muntallegru	084024	15	AG	084024	
2524080	Montagnareale	montagnareale	IT	98060	1787	Europe/Rome	38.13216	14.94658		Montagnareale,Muntagnariali	083056	15	ME	083056	
2524082	Montagna	montagna	IT	39040	0	Europe/Rome	39.9	15.91667				03	CS	078092	
2524083	Monsoreto	monsoreto	IT	89833	0	Europe/Rome	38.53333	16.16667				03	VV	102008	
2524084	Monserrato	monserrato	IT	09042	20193	Europe/Rome	39.2582	9.13647	6	Monserrato,Monserratu	092109	14	CA	092109	
2524085	Monreale	monreale	IT	90046	21964	Europe/Rome	38.08005	13.28854	310	Monreal',Monreale,Murriali,monreare,Монреаль,モンレアーレ	082049	15	PA	082049	
2524086	Mongrassano	mongrassano	IT	87040	563	Europe/Rome	39.5269	16.11059	540	Mongrassano,Mungrasana	078080	03	CS	078080	
2524088	Mongiuffi Melia	mongiuffi-melia	IT	98030	783	Europe/Rome	37.90336	15.27539		Mongiuffi Melia,Monguiffi,Mungiuffi	083055	15	ME	083055	
2524089	Mongiove	mongiove	IT	98066	0	Europe/Rome	38.15	15.01667				15	ME	083066	
2524090	Mongiana	mongiana	IT	89823	557	Europe/Rome	38.51288	16.3195	922	Mongiana	102022	03	VV	102022	
2524093	Monforte San Giorgio	monforte-san-giorgio	IT	98041	3088	Europe/Rome	38.15647	15.38129		Monforte,Monforte San Giorgio	083054	15	ME	083054	
2524095	Mondello	mondello	IT	90151	0	Europe/Rome	38.2	13.33333				15	PA		
2524096	Monastir	monastir	IT	09023	4246	Europe/Rome	39.38611	9.04389	83	Monasteri Sardenias,Monastir,Μοναστήρι Σαρδηνίας	092038	14	CA	092038	
2524097	Monasterace	monasterace	IT	89040	501	Europe/Rome	38.45368	16.55201	138	Monasterace	080052	03	RC	080052	
2524100	Molochio	molochio	IT	89010	2643	Europe/Rome	38.30717	16.0293	310	Molochio	080051	03	RC	080051	
2524113	Moladi	moladi	IT	89841	0	Europe/Rome	38.58333	16				03	VV	102019	
2524114	Moio Alcantara	moio-alcantara	IT	98030	746	Europe/Rome	37.90006	15.05148	538	Moio,Moio Alcantara,Mojo Alcantara,Moju d'Alcantara	083053	15	ME	083053	
2524116	Mogoro	mogoro	IT	09095	4190	Europe/Rome	39.68556	8.77694	132	Mogoro	095029	14	OR	095029	
2524117	Mogorella	mogorella	IT	09080	458	Europe/Rome	39.86583	8.85722	265	Mogorella	095028	14	OR	095028	
2524119	Modica	modica	IT	97015	52639	Europe/Rome	36.84594	14.77399		Modica,Modika,Muorica,Muòrica,Módica,modika,Модика,モーディカ	088006	15	RG	088006	
2524122	Mistretta	mistretta	IT	98073	4976	Europe/Rome	37.92828	14.36162	900	Mistretta,Mistritta	083052	15	ME	083052	
2524123	Misterbianco	misterbianco	IT	95045	45542	Europe/Rome	37.51786	15.00902	213	Misterbianco,Mistirjancu	087029	15	CT	087029	
2524124	Misserio	misserio	IT	98028	0	Europe/Rome	37.98333	15.31667				15	ME	083027	
2524125	Misitano	misitano	IT	98032	0	Europe/Rome	37.98333	15.28333				15	ME	083012	
2524126	Misilmeri	misilmeri	IT	90036	19171	Europe/Rome	38.03333	13.44862	129	Misilmeri	082048	15	PA	082048	
2524129	Mirto	mirto	IT	87060	8684	Europe/Rome	39.58333	16.76667	21			03	CS	078047	
2524130	Mirto	mirto	IT	87060	0	Europe/Rome	38.28333	16.28333				03	RC	080088	
2524131	Mirto	mirto	IT	87060	1104	Europe/Rome	38.08466	14.75148		Mirto,Mirtu	083051	15	ME	083051	
2524134	Miranda	miranda	IT	05100	0	Europe/Rome	38.15	15.2				15	ME	083005	
2524135	Mirabella Imbaccari	mirabella-imbaccari	IT	95040	5085	Europe/Rome	37.32754	14.44628	518	Mirabedda Mbaccari,Mirabella Imbaccari	087028	15	CT	087028	
2524140	Monteponi	monteponi	IT	09016	0	Europe/Rome	39.30333	8.50528		Miniera di Monteponi,Monteponi		14	CI	107009	
2524142	Mineo	mineo	IT	95044	4567	Europe/Rome	37.26577	14.6883	511	Mineo,Miniu	087027	15	CT	087027	
2524143	Milo	milo	IT	95010	1104	Europe/Rome	37.72326	15.11589		Milo,Milu	087026	15	CT	087026	
2524145	Militello in Val di Catania	militello-in-val-di-catania	IT	95043	7798	Europe/Rome	37.27485	14.79338	413	Militeddu in Val di Catania,Militello in Val di Catania,ミリテッロ・イン・ヴァル・ディ・カターニア	087025	15	CT	087025	
2524147	Mili San Marco	mili-san-marco	IT	98132	0	Europe/Rome	38.11667	15.5				15	ME	083048	
2524148	Mili Marina	mili-marina	IT	98131	0	Europe/Rome	38.11667	15.51667		Mili Marina,Milmarina		15	ME	083048	
2524150	Milici	milici	IT	98059	0	Europe/Rome	38.08349	15.16877		Milici		15	ME	083075	
2524151	Mileto	mileto	IT	89852	3258	Europe/Rome	38.60958	16.0696	365	Mileto	102021	03	VV	102021	
2524152	Milena	milena	IT	93010	2840	Europe/Rome	37.46964	13.73516	436	Milena,Milocca	085010	15	CL	085010	
2524155	Milazzo	milazzo	IT	98057	32108	Europe/Rome	38.22117	15.23828		Milacco,Milazzo,Milazzu,Mylae,mirattsu~o,Милаццо,מילאי,ミラッツォ	083049	15	ME	083049	
2524157	Migliuso	migliuso	IT	88040	367	Europe/Rome	38.95431	16.43176	453			03	CZ	079129	
2524158	Miglierina	miglierina	IT	88040	799	Europe/Rome	38.95199	16.4712	575	Migliaro,Miglierina,Migtierina	079077	03	CZ	079077	
2524160	Miggiano	miggiano	IT	73035	3753	Europe/Rome	39.95972	18.31163		Miggiano	075046	13	LE	075046	
2524163	Mezzojuso	mezzojuso	IT	90030	2624	Europe/Rome	37.86445	13.46465	534	Mezzoiuso,Mezzojuso,Munxifsi	082047	15	PA	082047	
2524165	Mezzana	mezzana	IT	38020	0	Europe/Rome	39.96667	16.16667				02	PZ	076097	
2524170	Messina	messina	IT	98100	252026	Europe/Rome	38.19327	15.54969		Mesina,Messana,Messina,Messine,Mesyna,Missina,QME,messhina,mo xi na,msynh,mysyna,Месина,Мессина,מסינה,ميسينا,メッシーナ,墨西拿	ME	15	ME	083048	
2524246	Marrubiu	marrubiu	IT	09094	4113	Europe/Rome	39.75056	8.6375	7	Marrubiu	095025	14	OR	095025	
2524171	Messignadi	messignadi	IT	89014	1183	Europe/Rome	38.29964	15.99642	284	Mesignadi,Messignadi		03	RC	080055	
2524172	Mesoraca	mesoraca	IT	88838	6158	Europe/Rome	39.07679	16.78891	415	Mesoraca,Mesuraca	101015	03	KR	101015	
2524175	Merì	meri	IT	98040	2186	Europe/Rome	38.16586	15.24988		Meri,Merì	083047	15	ME	083047	
2524177	Menniti	menniti	IT	89813	312	Europe/Rome	38.74565	16.31161	411			03	VV	102029	
2524179	Menfi	menfi	IT	92013	11874	Europe/Rome	37.60664	12.96784	119	Menfi,Менфи	084023	15	AG	084023	
2524180	Mendicino	mendicino	IT	87040	1910	Europe/Rome	39.26723	16.19515	500	Mendicino	078079	03	CS	078079	
2524181	Melito di Porto Salvo	melito-di-porto-salvo	IT	89063	9663	Europe/Rome	37.92216	15.7714	28	Melito,Melito Porto Salvo,Melito di Porto Salvo,Mélito,メーリト・ディ・ポルト・サルヴォ	080050	03	RC	080050	
2524184	Melissano	melissano	IT	73040	7448	Europe/Rome	39.97402	18.12143		Melissano	075044	13	LE	075044	
2524185	Melissa	melissa	IT	88814	1334	Europe/Rome	39.3086	17.02981	256	Melissa,merissa,メリッサ	101014	03	KR	101014	
2524186	Melilli	melilli	IT	96010	6593	Europe/Rome	37.17965	15.12549	310	Melilli,Mellili,Miliddi	089012	15	SR	089012	
2524188	Melicucco	melicucco	IT	89020	4599	Europe/Rome	38.43398	16.0599	167	Melicucco	080049	03	RC	080049	
2524189	Melicuccà	melicucca	IT	89020	1028	Europe/Rome	38.55	16.16667		Melicocca,Melicoccà,Melicucca,Melicuccà		03	VV	102001	
2524190	Melicuccà	melicucca	IT	89020	1079	Europe/Rome	38.30377	15.8813		Melicucca,Melicuccà	080048	03	RC	080048	
2524197	Meana Sardo	meana-sardo	IT	08030	1813	Europe/Rome	39.94583	9.07222	588	Meana Sardo	091047	14	NU	091047	
2524199	Mazzarrà Sant'Andrea	mazzarra-sant-andrea	IT	98056	1755	Europe/Rome	38.08846	15.13358		Mazzarra,Mazzarra Sant'Andrea,Mazzarrà,Mazzarrà Sant'Andrea	083046	15	ME	083046	
2524200	Mazzarino	mazzarino	IT	93013	11870	Europe/Rome	37.30434	14.21407	553	Mazzarino,Mazzarinu	085009	15	CL	085009	
2524202	Matzaccara	matzaccara	IT	09010	547	Europe/Rome	39.13241	8.45335	6	Matzaccara,Mazzacara		14	CI	107017	
2524205	Mazara del Vallo	mazara-del-vallo	IT	91026	45953	Europe/Rome	37.66414	12.58804	8	Mazara del Vallo,Mazzara	081012	15	TP	081012	
2524208	Maracalagonis	maracalagonis	IT	09040	6488	Europe/Rome	39.28034	9.2311	86	Maracalagonis,Matacalagonis	092037	14	CA	092037	
2524209	Masullas	masullas	IT	09090	1111	Europe/Rome	39.69982	8.78246	129	Masullas	095026	14	OR	095026	
2524232	Massama	massama	IT	09170	0	Europe/Rome	39.94389	8.6025				14	OR	095038	
2524234	Massa	massa	IT	54100	583	Europe/Rome	39.98378	15.74529	450			02	PZ	076044	
2524236	Mascalucia	mascalucia	IT	95030	29910	Europe/Rome	37.59215	15.02989	420	Mascalucia,Maskalucha,Маскалуча	087024	15	CT	087024	
2524237	Mascali	mascali	IT	95016	9377	Europe/Rome	37.75201	15.19408	28	Mascali,Màscali	087023	15	CT	087023	
2524238	Masainas	masainas	IT	09010	882	Europe/Rome	39.04993	8.62924	56	Masainas	107010	14	CI	107010	
2524239	Marzi	marzi	IT	87050	818	Europe/Rome	39.17079	16.3064	530	Marzi	078078	03	CS	078078	
2524240	Marzamemi	marzamemi	IT	96018	263	Europe/Rome	36.73333	15.1				15	SR	089014	
2524241	Martone	martone	IT	89040	551	Europe/Rome	38.35398	16.2883	290	Martone	080047	03	RC	080047	
2524242	Martirano Lombardo	martirano-lombardo	IT	88040	628	Europe/Rome	39.07469	16.232	520	Martirano Lombardo	079074	03	CZ	079074	
2524243	Martirano	martirano	IT	88040	591	Europe/Rome	39.08119	16.2483	381	Martirano	079073	03	CZ	079073	
2524245	Marsala	marsala	IT	91025	77915	Europe/Rome	37.79664	12.43518	12	Marsala,QMR,marusara,Марсала,マルサーラ	081011	15	TP	081011	
2524253	Marittima	marittima	IT	73030	0	Europe/Rome	40	18.4		Marittima		13	LE	075027	
2524255	Marineo	marineo	IT	90035	6305	Europe/Rome	37.94995	13.41685	531	Marineo	082046	15	PA	082046	
2524256	Marinella	marinella	IT	19038	1499	Europe/Rome	37.59475	12.84434	2	Marinella Selinunte		15	TP	081006	
2524262	Marina di San Lorenzo	marina-di-san-lorenzo	IT	89069	0	Europe/Rome	37.93333	15.85		Marina di San Lorenzo,Torre del Salto		03	RC	080029	
2524263	Marina di Ragusa	marina-di-ragusa	IT	97010	4070	Europe/Rome	36.78333	14.55		Marina di Ragusa,Marina-di-Raguza,Mazzareddi,Марина-ди-Рагуза		15	RG		
2524266	Marina di Gioiosa Ionica	marina-di-gioiosa-ionica	IT	89046	5756	Europe/Rome	38.30728	16.32061	10	Gioiosa Marina,Marina di Gioiosa,Marina di Gioiosa Ionica,Marina di Gioiosa Jonica	080045	03	RC	080045	
2524267	Marina di Gioia Tauro	marina-di-gioia-tauro	IT	89013	0	Europe/Rome	38.43333	15.91667				03	RC	080038	
2524268	Marina di Fuscaldo	marina-di-fuscaldo	IT	87024	3064	Europe/Rome	39.42418	16.00694	18			03	CS	078058	
2524270	Marina di Camerota	marina-di-camerota	IT	84059	0	Europe/Rome	40	15.36667		Marina di Camerota		04	SA		
2524272	Marina	marina	IT	65013	0	Europe/Rome	39.61667	15.85				03			
2524273	Marina	marina	IT	65013	0	Europe/Rome	38.61667	13.4		Falconara Alta,Falconara Marina,Falconara Marittima,Marina		15			
2524274	Marina	marina	IT	65013	0	Europe/Rome	38.46667	14.95				15	ME	083041	
2524275	Marianopoli	marianopoli	IT	93010	1894	Europe/Rome	37.59745	13.91576	720	Marianopoli,Paisi di li Manchi	085008	15	CL	085008	
2524279	Marettimo	marettimo	IT	91010	664	Europe/Rome	37.96782	12.07259	6			15	TP	081009	
2524282	Marcellinara	marcellinara	IT	88044	1967	Europe/Rome	38.92499	16.4849	337	Marcellinara	079072	03	CZ	079072	
2524283	Marcedusa	marcedusa	IT	88050	425	Europe/Rome	39.02779	16.83631	288	Marcedusa	079071	03	CZ	079071	
2524286	Marausa	marausa	IT	91100	1194	Europe/Rome	37.94166	12.50948	25			15	TP	081021	
2524287	Maratea	maratea	IT	85046	2715	Europe/Rome	39.9967	15.72237	300	Maratea	076044	02	PZ	076044	
2524289	Marano Principato	marano-principato	IT	87040	2639	Europe/Rome	39.29959	16.17509	496	Marano Principato	078077	03	CS	078077	
2524290	Marano Marchesato	marano-marchesato	IT	87040	3474	Europe/Rome	39.31599	16.17379	550	Marano,Marano Marchesato	078076	03	CS	078076	
2524300	Mangone	mangone	IT	87050	580	Europe/Rome	39.20559	16.332	805	Mangone	078075	03	CS	078075	
2524305	Mandatoriccio	mandatoriccio	IT	87060	2182	Europe/Rome	39.4672	16.8348	561	Mandatoriccio	078074	03	CS	078074	
2524306	Mandas	mandas	IT	09040	2209	Europe/Rome	39.65608	9.13209	457	Mandas	092036	14	CA	092036	
2524307	Mandaradoni	mandaradoni	IT	89844	0	Europe/Rome	38.7	15.98333				03	VV	102049	
2524308	Mandaradoni	mandaradoni	IT	89844	292	Europe/Rome	38.57507	15.96397	336			03	VV	102019	
2524310	Mandanici	mandanici	IT	98020	761	Europe/Rome	38.00356	15.31669		Mandanice,Mandanici,Mannanici	083045	15	ME	083045	
2524311	Mammola	mammola	IT	89045	2225	Europe/Rome	38.36358	16.2394	240	Mammola	080044	03	RC	080044	
2524312	Malvito	malvito	IT	87010	426	Europe/Rome	39.5997	16.05328	449	Malvito	078073	03	CS	078073	
2524313	Malvagna	malvagna	IT	98030	794	Europe/Rome	37.91752	15.05548	710	Lanza,Malvagna,Marvagna	083044	15	ME	083044	
2524316	Malpasso	malpasso	IT	00128	0	Europe/Rome	37.73333	14.06667				15	PA	082012	
2524318	Malò	malo	IT	36034	0	Europe/Rome	38.11667	14.75				15	ME	083060	
2524319	Malito	malito	IT	87030	543	Europe/Rome	39.15499	16.2486	728	Malito	078072	03	CS	078072	
2524321	Malfa	malfa	IT	98050	851	Europe/Rome	38.57597	14.83547		Malfa,marufa,マルファ	083043	15	ME	083043	
2524322	Maletto	maletto	IT	95035	3877	Europe/Rome	37.83076	14.86538	960	Maletto,Malettu	087022	15	CT	087022	
2524328	Maierato	maierato	IT	89843	1879	Europe/Rome	38.70778	16.1865	258	Maierato	102020	03	VV	102020	
2524329	Maierà	maiera	IT	87020	1333	Europe/Rome	39.7168	15.85078		Maiera,Maierà	078071	03	CS	078071	
2524331	Maida	maida	IT	88025	2766	Europe/Rome	38.86019	16.363	299		079069	03	CZ	079069	
2524335	Magisano	magisano	IT	88050	824	Europe/Rome	39.01339	16.6279	565	Magisano	079068	03	CZ	079068	
2524338	Magazzini	magazzini	IT	57037	0	Europe/Rome	39.53333	8.45				14	VS	106001	
2524349	Macchiareddu	macchiareddu	IT	09032	0	Europe/Rome	39.22444	9.0225				14	CA	092003	
2524350	Macchia	macchia	IT	71030	0	Europe/Rome	37.56667	15.16667				15	CT		
2524351	Macari	macari	IT	91010	329	Europe/Rome	38.13456	12.74015	100			15	TP	081020	
2524352	Luzzi	luzzi	IT	87040	2418	Europe/Rome	39.4461	16.28829	376	Luzzi	078070	03	CS	078070	
2524356	Lungro	lungro	IT	87010	2473	Europe/Rome	39.7383	16.12458	600	Lungro,Ungra	078069	03	CS	078069	
2524357	Lunamatrona	lunamatrona	IT	09022	1671	Europe/Rome	39.64889	8.9	180	Lunamatrona	106010	14	VS	106010	
2524360	Lucugnano	lucugnano	IT	73039	0	Europe/Rome	39.93333	18.31667				13	LE	075088	
2524361	Lucca Sicula	lucca-sicula	IT	92010	1917	Europe/Rome	37.57944	13.30695	513	Lucca Sicula,Lucca Sìcula	084022	15	AG	084022	
2524362	Lubrichi	lubrichi	IT	89056	0	Europe/Rome	38.28333	15.95				03	RC	080078	
2524363	Lotzorai	lotzorai	IT	08040	1715	Europe/Rome	39.96874	9.66696	11	Lotzorai	105012	14	OG	105012	
2524365	Lorica	lorica	IT	87055	0	Europe/Rome	39.25	16.51667				03	CS	078119	
2524367	Longobucco	longobucco	IT	87066	2501	Europe/Rome	39.4483	16.6105	784	Longobucco	078068	03	CS	078068	
2524368	Longobardi	longobardi	IT	87030	283	Europe/Rome	39.20709	16.07649	325		078067	03	CS	078067	
2524369	Longi	longi	IT	98070	1653	Europe/Rome	38.02736	14.75228		Lonci,Longi	083042	15	ME	083042	
2524371	Locri	locri	IT	89044	10486	Europe/Rome	38.24137	16.2623	7	Gerace Marina,Locres Epizefiris,Locri,Locros	080043	03	RC	080043	
2524372	Loceri	loceri	IT	08040	1081	Europe/Rome	39.85718	9.58536	190	Loceri	105011	14	OG	105011	
2524373	Locati	locati	IT	90020	0	Europe/Rome	37.73333	14.08333				15	PA	082012	
2524374	Locadi	locadi	IT	98020	0	Europe/Rome	37.98333	15.33333				15	ME	083027	
2524379	Lipari	lipari	IT	98055	10554	Europe/Rome	38.46743	14.95398	26		083041	15	ME	083041	
2524381	Linosa	linosa	IT	92010	433	Europe/Rome	35.85	12.85				15	AG		
2524382	Linguaglossa	linguaglossa	IT	95015	5234	Europe/Rome	37.84316	15.13878	550	Linguaglossa,Linguarossa	087021	15	CT	087021	
2524383	Lingua	lingua	IT	98050	0	Europe/Rome	38.53333	14.86667				15			
2524384	Linera	linera	IT	95010	2757	Europe/Rome	37.66912	15.14197	274			15	CT	087048	
2524386	Limpidi	limpidi	IT	89832	0	Europe/Rome	38.55	16.18333				03	VV	102001	
2524388	Limbadi	limbadi	IT	89844	3630	Europe/Rome	38.55748	15.9659		Limbadi	102019	03	VV	102019	
2524392	Licodia Eubea	licodia-eubea	IT	95040	2921	Europe/Rome	37.15714	14.70608	600	Licodia Eubea,Licuddia	087020	15	CT	087020	
2524393	Licata	licata	IT	92027	36537	Europe/Rome	37.09639	13.93555	8	Licata	084021	15	AG	084021	
2524394	Librizzi	librizzi	IT	98064	1908	Europe/Rome	38.09576	14.95818		Librizzi	083039	15	ME	083039	
2524395	Libertinia	libertinia	IT	95040	0	Europe/Rome	37.53333	14.58333				15	CT	087037	
2524397	Levanzo	levanzo	IT	91023	0	Europe/Rome	37.98333	12.33333				15			
2524399	Leuca	leuca	IT	73040	0	Europe/Rome	39.8	18.35		Cascine di Leuca,Leuca,Levike		13	LE	075019	
2524400	Letojanni	letojanni	IT	98037	2480	Europe/Rome	37.8805	15.30735		Letoianni,Letojanni	083038	15	ME	083038	
2524402	Lercara Friddi	lercara-friddi	IT	90025	6687	Europe/Rome	37.74695	13.60485	660	Lercara,Lercara Friddi	082045	15	PA	082045	
2524404	Leonforte	leonforte	IT	94013	13781	Europe/Rome	37.64435	14.40067	603	Leonforte,Liunforti	086011	15	EN	086011	
2524410	Lentini	lentini	IT	96016	24102	Europe/Rome	37.28683	15.00101	53	Lentini,Leontini,Lintini,lntyny,rentini,Лентини,לנטיני,レンティーニ	089011	15	SR	089011	
2524413	Leni	leni	IT	98050	641	Europe/Rome	38.55447	14.82547	192	Leni,reni,レーニ	083037	15	ME	083037	
2524417	Le Castella	le-castella	IT	04012	1102	Europe/Rome	38.9101	17.02216	11	Castella		03	KR	101013	
2524421	Lazzaro	lazzaro	IT	89062	0	Europe/Rome	37.96667	15.66667				03			
2524425	Lauropoli	lauropoli	IT	87011	0	Europe/Rome	39.78333	16.33333				03	CS	078029	
2524428	Lauro	lauro	IT	83023	0	Europe/Rome	38.21667	16.11667				03	RC	080060	
2524429	Laurignano	laurignano	IT	87045	0	Europe/Rome	39.26667	16.23333				03	CS	078026	
2524430	Laureana di Borrello	laureana-di-borrello	IT	89023	4852	Europe/Rome	38.49258	16.0821	270	Laureana di Borello,Laureana di Borrello	080042	03	RC	080042	
2524431	Lattarico	lattarico	IT	87010	1557	Europe/Rome	39.4499	16.12909	406	Lattarico	078066	03	CS	078066	
2524432	La Torre	la-torre	IT	50054	0	Europe/Rome	39.98333	16.16667				02	PZ	076097	
2524433	La Torre	la-torre	IT	50054	0	Europe/Rome	37.25	14.18333				15	CL	085003	
2524435	Las Plassas	las-plassas	IT	09020	223	Europe/Rome	39.68083	8.98611	148	Las Plassas	106009	14	VS	106009	
2524438	Lascari	lascari	IT	90010	2857	Europe/Rome	38.00005	13.94146	76	Lascari	082044	15	PA	082044	
2524439	La Scala	la-scala	IT	56028	0	Europe/Rome	38.13333	15.03333		La Scala,Scala		15	ME	083066	
2524446	Lappano	lappano	IT	87050	423	Europe/Rome	39.31979	16.31269	650	Lappano	078065	03	CS	078065	
2524454	Lanusei	lanusei	IT	08045	4935	Europe/Rome	39.87583	9.54167	595	Lanusei,ranuzei,Ланусеи,ラヌゼイ	OG	14	OG	105010	
2524459	Lampedusa	lampedusa	IT	92010	4065	Europe/Rome	35.50142	12.60964	16	LMP,Lampedusa	084020	15	AG	084020	
2524463	La Maddalena	la-maddalena	IT	07024	0	Europe/Rome	39.14306	9.01361				14	CA	092011	
2524465	Laino Castello	laino-castello	IT	87015	901	Europe/Rome	39.9363	15.97658		Laino Castello	078064	03	CS	078064	
2524466	Laino Borgo	laino-borgo	IT	87014	994	Europe/Rome	39.9543	15.97348	271	Laino Borgo	078063	03	CS	078063	
2524468	Lago	lago	IT	31020	1250	Europe/Rome	39.16655	16.1491	485	Lago,rago,ラーゴ	078062	03	CS	078062	
2524470	Laganadi	laganadi	IT	89050	245	Europe/Rome	38.17337	15.7414	499	Laganadi	080041	03	RC	080041	
2524471	La Gala	la-gala	IT	98051	0	Europe/Rome	38.11667	15.23333		Gala,La Gala		15	ME	083005	
2524479	Laconi	laconi	IT	08034	1915	Europe/Rome	39.85401	9.05044	550	Laconi,rakoni,ラーコニ	095082	14	OR	095082	
2524488	Kamma	kamma	IT	91017	1206	Europe/Rome	36.79642	12.03709	163	Kamma,Khamma		15	TP	081014	
2524492	Itala	itala	IT	98025	1692	Europe/Rome	38.05116	15.43799		Itala	083036	15	ME	083036	
2524493	Ispica	ispica	IT	97014	14457	Europe/Rome	36.78444	14.90629		Spaccaforno	088005	15	RG	088005	
2524494	Isola delle Femmine	isola-delle-femmine	IT	90040	7100	Europe/Rome	38.19345	13.24884	6	Isola delle Femmine,Isula	082043	15	PA	082043	
2524495	Isola di Capo Rizzuto	isola-di-capo-rizzuto	IT	88841	11045	Europe/Rome	38.95999	17.09332	90	Isola	101013	03	KR	101013	
2524496	Isnello	isnello	IT	90010	1352	Europe/Rome	37.94393	14.00673	530	Isneddu,Isnello	082042	15	PA	082042	
2524498	Isili	isili	IT	08033	2785	Europe/Rome	39.73843	9.11054	523	Isili	092114	14	CA	092114	
2524501	Isca sullo Ionio	isca-sullo-ionio	IT	88060	386	Europe/Rome	38.60128	16.51961	188	Isca,Isca dell'Ionio,Isca dello Ionio,Isca dello Iónio,Isca sull'Ionio,Isca sullo Ionio	079063	03	CZ	079063	
2524506	Joppolo Giancaxio	joppolo-giancaxio	IT	92010	1001	Europe/Rome	37.38704	13.55526	275	Ioppolo,Joppolo,Joppolo Giancaxio,Joppulu Giancaxiu	084019	15	AG	084019	
2524510	Ioggi	ioggi	IT	87010	0	Europe/Rome	39.56667	16.06667				03	CS	078051	
2524511	Ingurtosu	ingurtosu	IT	09031	0	Europe/Rome	39.51972	8.5075		Ingurtosu,Miniera Ingurtosu		14	VS	106001	
2524530	Ilbono	ilbono	IT	08040	2071	Europe/Rome	39.89472	9.54556	400	Ilbono	105008	14	OG	105008	
2524533	Iglesias	iglesias	IT	09016	22659	Europe/Rome	39.31139	8.535	200	Ecclesia,Esglesies,Esglèsies,Esglésies,Iglesias,Iglezias,igurejiasu,Иглезиас,イグレージアス	CI	14	CI	107009	
2524534	Jerzu	jerzu	IT	08044	2851	Europe/Rome	39.79194	9.51694	427	Ierzu,Jerzu	105009	14	OG	105009	
2524546	Guspini	guspini	IT	09036	11704	Europe/Rome	39.54056	8.62944	130	Guspini	106008	14	VS	106008	
2524551	Guasila	guasila	IT	09040	2687	Europe/Rome	39.5564	9.0363	211	Guasila	092031	14	CA	092031	
2524552	Guarrato	guarrato	IT	91100	901	Europe/Rome	37.93519	12.54538	59			15	TP	081021	
2524553	Aprigliano	aprigliano	IT	87051	1551	Europe/Rome	39.24169	16.3418	718	Aprigliano,apuririano,アプリリアーノ	078012	03	CS	078012	
2524554	Guardia Piemontese	guardia-piemontese	IT	87020	410	Europe/Rome	39.4662	15.99929	515	Guardia,Guardia Piemontesa,Guardia Piemontese,Guárdia,Guárdia Piemontese,La Gardia,La Gouardia,La Gàrdia	078061	03	CS	078061	
2524557	Guardavalle	guardavalle	IT	88065	1971	Europe/Rome	38.50498	16.50351	225	Guardavalle	079061	03	CZ	079061	
2524558	Guamaggiore	guamaggiore	IT	09040	944	Europe/Rome	39.57	9.07333	199	Guamaggiore	092030	14	CA	092030	
2524560	Grotteria	grotteria	IT	89043	510	Europe/Rome	38.36548	16.2649	317	Grotteria	080040	03	RC	080040	
2524561	Grotte	grotte	IT	92020	5592	Europe/Rome	37.40464	13.70016	516	Grotte,Grutti	084018	15	AG	084018	
2524563	Grotta	grotta	IT	43047	0	Europe/Rome	37.98333	15.86667				03	RC	080029	
2524564	Grisolia	grisolia	IT	87020	1293	Europe/Rome	39.7245	15.85418	465	Grisolia,Grisolia Cipollina	078060	03	CS	078060	
2524565	Grisi	grisi	IT	90040	0	Europe/Rome	37.95	13.08333				15	PA	082049	
2524566	Grimaldi	grimaldi	IT	18039	1498	Europe/Rome	39.14199	16.23569	650	Grimaldi,gurimarudi,グリマルディ	078059	03	CS	078059	
2524572	Gratteri	gratteri	IT	90010	840	Europe/Rome	37.96555	13.97226	657	Gratteri,Ratteri	082041	15	PA	082041	
2524573	Torre Grande	torre-grande	IT	09170	436	Europe/Rome	39.90778	8.51583	3	Gran Torre,Marina di Torre Grande,Porto d'Oristano,Torre Grande,Turri Manna		14	OR	095038	
2524575	Granitola	granitola	IT	91020	0	Europe/Rome	37.56667	12.65		Granitola,Torretta		15			
2524583	Grammichele	grammichele	IT	95042	12844	Europe/Rome	37.21234	14.63968	520	Grammichele,Grammicheli	087018	15	CT	087018	
2524585	Gonnostramatza	gonnostramatza	IT	09093	930	Europe/Rome	39.6832	8.83102	96	Gonnostramatza	095024	14	OR	095024	
2524586	Gonnosnò	gonnosno	IT	09090	900	Europe/Rome	39.76167	8.87333		Gonnosno,Gonnosnò	095023	14	OR	095023	
2524587	Gonnosfanadiga	gonnosfanadiga	IT	09035	6423	Europe/Rome	39.49361	8.66	180	Gonnosfanadiga	106007	14	VS	106007	
2524588	Gonnoscodina	gonnoscodina	IT	09090	562	Europe/Rome	39.7	8.83722		Gonnoscodina	095022	14	OR	095022	
2524589	Gonnesa	gonnesa	IT	09010	4154	Europe/Rome	39.26528	8.47111	42	Gonnesa	107008	14	CI	107008	
2524590	Goni	goni	IT	09040	564	Europe/Rome	39.5775	9.28806		Goni	092027	14	CA	092027	
2524592	Godrano	godrano	IT	90030	1119	Europe/Rome	37.90335	13.42925	698	Godramo,Godrano,Gudranu	082040	15	PA	082040	
2524593	Gizzeria	gizzeria	IT	88040	1416	Europe/Rome	38.97999	16.2033	630	Gizzeria	079060	03	CZ	079060	
2524596	Giumarra	giumarra	IT	95040	971	Europe/Rome	37.47941	14.6503	232			15	CT	087013	
2524597	Giuliano	giuliano	IT	85100	0	Europe/Rome	39.85	18.33333				13	LE	075019	
2524598	Giuliana	giuliana	IT	90030	1742	Europe/Rome	37.67344	13.23695	710	Giuliana,juriana,ジュリアーナ	082039	15	PA	082039	
2524600	Girifalco	girifalco	IT	88024	5874	Europe/Rome	38.82428	16.4241	456	Girifalco	079059	03	CZ	079059	
2524602	Girasole	girasole	IT	08040	946	Europe/Rome	39.9525	9.66111		Girasole	105007	14	OG	105007	
2524604	Gioiosa Marea	gioiosa-marea	IT	98063	3238	Europe/Rome	38.17276	14.89558	30	Gioiosa Marea,Giojosa Marea,Giujusa	083033	15	ME	083033	
2524605	Gioiosa Ionica	gioiosa-ionica	IT	89042	5849	Europe/Rome	38.32218	16.3026	120	Gioiosa Ionica,Gioiosa Jonica	080039	03	RC	080039	
2524606	Gioia Tauro	gioia-tauro	IT	89013	18769	Europe/Rome	38.42397	15.899	29	Gioia Tauro	080038	03	RC	080038	
2524609	Ginostra	ginostra	IT	98050	0	Europe/Rome	38.80868	15.22714				15	ME	083041	
2524610	Gimigliano	gimigliano	IT	88045	2552	Europe/Rome	38.97449	16.5305	600		079058	03	CZ	079058	
2524612	Gimello	gimello	IT	98043	0	Europe/Rome	38.15	15.4				15	ME	083054	
2524613	Giffone	giffone	IT	89020	1881	Europe/Rome	38.43818	16.15	594	Giffone	080037	03	RC	080037	
2524614	Gibellina	gibellina	IT	91024	4677	Europe/Rome	37.80704	12.86954		Gibbellina,Gibellina	081010	15	TP	081010	
2524617	Giba	giba	IT	09010	1559	Europe/Rome	39.07	8.63444	59	Giba	107007	14	CI	107007	
2524618	Giarre	giarre	IT	95014	24138	Europe/Rome	37.72547	15.18571	210	Dzharre,Giarre,Giarre Riposto,Giarri,Girarre,Джарре	087017	15	CT	087017	
2524619	Giarratana	giarratana	IT	97010	3343	Europe/Rome	37.04864	14.79419		Giarratana,jarratana,ジャッラターナ	088004	15	RG	088004	
2524622	Giardini-Naxos	giardini-naxos	IT	98035	9378	Europe/Rome	37.82755	15.26713	5	Giardini	083032	15	ME	083032	
2524623	Giardinello	giardinello	IT	90040	0	Europe/Rome	38.83333	16.55				03	CZ	079011	
2524624	Giardinello	giardinello	IT	90040	1699	Europe/Rome	38.08805	13.15704	275	Giardineddu,Giardinello	082038	15	PA	082038	
2524625	Giardina Gallotti	giardina-gallotti	IT	92100	1008	Europe/Rome	37.35073	13.52272	304			15	AG	084001	
2524629	Ghorio	ghorio	IT	89060	0	Europe/Rome	38.06667	15.91667				03	RC	080068	
2524633	Gesturi	gesturi	IT	09020	1226	Europe/Rome	39.73415	9.02054	310	Gesturi	106006	14	VS	106006	
2524634	Gesso	gesso	IT	98153	0	Europe/Rome	38.23333	15.46667				15	ME	083048	
2524635	Gesico	gesico	IT	09040	861	Europe/Rome	39.61586	9.1087	300	Gesico	092024	14	CA	092024	
2524636	Gergei	gergei	IT	08030	1457	Europe/Rome	39.70028	9.10139		Gergei	092113	14	CA	092113	
2524641	Geraci Siculo	geraci-siculo	IT	90010	1815	Europe/Rome	37.85975	14.15356	1077	Geraci,Geraci Siculo,Jiraci	082037	15	PA	082037	
2524643	Gerace	gerace	IT	89040	1043	Europe/Rome	38.27137	16.2207	500	Gerace,Gerace Superiore	080036	03	RC	080036	
2524644	Genuri	genuri	IT	09020	345	Europe/Rome	39.74327	8.92407	230	Genari,Genuri	106005	14	VS	106005	
2524646	Genoni	genoni	IT	08030	1006	Europe/Rome	39.795	9.00667		Genoni	095081	14	OR	095081	
2524650	Gemini	gemini	IT	73059	0	Europe/Rome	39.91667	18.18333				13	LE	075090	
2524653	Gela	gela	IT	93012	72774	Europe/Rome	37.08034	14.23068		Dzhela,Gela,ge la,jera,jie la,Джела,ジェーラ,杰拉,格拉	085007	15	CL	085007	
2524654	Gazzi	gazzi	IT	98124	0	Europe/Rome	38.16667	15.55				15	ME		
2524656	Gasperina	gasperina	IT	88060	1801	Europe/Rome	38.74088	16.5061	489	Gasperina	079056	03	CZ	079056	
2524661	Gangi	gangi	IT	90024	6430	Europe/Rome	37.79565	14.20437	1011	Gangi,ganji,ガンジ	082036	15	PA	082036	
2524665	Gallodoro	gallodoro	IT	98030	409	Europe/Rome	37.90206	15.29359		Gallodoro,Jaddudoru	083031	15	ME	083031	
2524670	Gallina	gallina	IT	53023	0	Europe/Rome	38.08333	15.68333				03	RC	080063	
2524674	Gallico	gallico	IT	89135	0	Europe/Rome	38.16667	15.68333				03	RC	080063	
2524677	Galatro	galatro	IT	89054	1769	Europe/Rome	38.46038	16.1106	158	Galatro	080035	03	RC	080035	
2524678	Galati Marina	galati-marina	IT	98134	0	Europe/Rome	38.1	15.5		Galati,Galati Marina		15	ME	083048	
2524679	Galati Mamertino	galati-mamertino	IT	98070	3127	Europe/Rome	38.03196	14.77088		Galati,Galati Mamertino	083030	15	ME	083030	
2524680	Galati	galati	IT	89036	0	Europe/Rome	38.11667	15.48333		Galati,Galati Superiore		15	ME	083048	
2524681	Galati	galati	IT	89036	0	Europe/Rome	37.95	16.06667				03	RC	080014	
2524682	Taquisara	taquisara	IT	08040	0	Europe/Rome	39.85667	9.46167		Gairo Littorio,Gairo Scalo,Gairo Taquisara,Taquisara		14	OG	105006	
2524683	Gairo	gairo	IT	08040	1678	Europe/Rome	39.84972	9.50472		Gairo,Gairo Nuoro	105006	14	OG	105006	
2524685	Gagliano del Capo	gagliano-del-capo	IT	73034	5660	Europe/Rome	39.84422	18.36953		Gagliano del Capo	075028	13	LE	075028	
2524686	Gagliano Castelferrato	gagliano-castelferrato	IT	94010	3427	Europe/Rome	37.71195	14.53677	651	Gagghianu,Gagliano Castelferrato	086010	15	EN	086010	
2524688	Gaggi	gaggi	IT	98030	2693	Europe/Rome	37.85995	15.22126		Caggi,Gaggi,Kaggi	083029	15	ME	083029	
2524690	Gadoni	gadoni	IT	08030	877	Europe/Rome	39.91853	9.18529	696	Gadoni	091025	14	NU	091025	
2524691	Fuscaldo	fuscaldo	IT	87024	1086	Europe/Rome	39.41429	16.02979	350	Fuscaldo	078058	03	CS	078058	
2524692	Furtei	furtei	IT	09040	1590	Europe/Rome	39.56243	8.94638	90	Furtei	106004	14	VS	106004	
2524694	Furci Siculo	furci-siculo	IT	98023	3285	Europe/Rome	37.96036	15.37939		Fulci,Furci Siculo,Furci Siculu	083027	15	ME	083027	
2524698	Frazzanò	frazzano	IT	98070	959	Europe/Rome	38.07306	14.74228		Frazzano,Frazzanò	083026	15	ME	083026	
2524699	Frassino	frassino	IT	12020	0	Europe/Rome	37.2	14.9		Casa Frassino,Frassino		15	SR	089003	
2524700	Frassineto	frassineto	IT	52100	0	Europe/Rome	39.31667	16.63333				03	CS	078119	
2524702	Frascineto	frascineto	IT	87010	2227	Europe/Rome	39.8364	16.26199	486	Frascineto,Frasnita	078057	03	CS	078057	
2524704	Francofonte	francofonte	IT	96015	12635	Europe/Rome	37.22645	14.88059	281	Carlintini,Francofonte,Francufonti,furankofonte,フランコフォンテ	089010	15	SR	089010	
2524705	Francica	francica	IT	89851	1663	Europe/Rome	38.61568	16.0993	322	Francica	102015	03	VV	102015	
2524706	Francavilla Marittima	francavilla-marittima	IT	87072	2433	Europe/Rome	39.8161	16.39499	273	Francavilla,Francavilla Marittima	078056	03	CS	078056	
2524707	Francavilla di Sicilia	francavilla-di-sicilia	IT	98034	3866	Europe/Rome	37.8998	15.13876	330	Francavigghia di Sicilia,Francavilla di Sicilia	083025	15	ME	083025	
2524708	Francavilla Angitola	francavilla-angitola	IT	89815	696	Europe/Rome	38.78018	16.2717	290	Francavilla,Francavilla Angitola	102014	03	VV	102014	
2524713	Fossato Serralta	fossato-serralta	IT	88050	463	Europe/Rome	38.99629	16.5796	722	Fossato Serralta	079052	03	CZ	079052	
2524715	Forza d'Agrò	forza-d-agro	IT	98030	864	Europe/Rome	37.91476	15.33469		Forza d'Agro,Forza d'Agrò	083024	15	ME	083024	
2524716	Fornazzo	fornazzo	IT	95010	0	Europe/Rome	37.73333	15.11667				15	CT	087026	
2524717	Fornaci	fornaci	IT	06089	0	Europe/Rome	39.98333	15.98333				03	CS	078063	
2524718	Fornaci	fornaci	IT	06089	0	Europe/Rome	37.98333	15.65		Bocale,Fornaci,Le Fornaci		03			
2524720	Fordongianus	fordongianus	IT	09083	910	Europe/Rome	39.99583	8.81028	35	Fordongianus	095020	14	OR	095020	
2524727	Fondachello	fondachello	IT	98040	0	Europe/Rome	38.2	15.33333				15	ME	083080	
2524728	Fondachello	fondachello	IT	98040	0	Europe/Rome	37.81667	14.71667				15	EN	086018	
2524731	Fluminimaggiore	fluminimaggiore	IT	09010	2812	Europe/Rome	39.43972	8.49639	58	Fluminimaggiore	107006	14	CI	107006	
2524734	Floridia	floridia	IT	96014	20675	Europe/Rome	37.08695	15.15189		Ciuriddia,Floridia,Floridii,furoridia,Флоридии,フロリーディア	089009	15	SR	089009	
2524735	Floresta	floresta	IT	98030	637	Europe/Rome	37.98756	14.91018		Floresta	083022	15	ME	083022	
2524736	Fleri	fleri	IT	95019	0	Europe/Rome	37.65	15.1				15	CT	087005	
2524742	Fiumefreddo di Sicilia	fiumefreddo-di-sicilia	IT	95013	9602	Europe/Rome	37.79146	15.20919		Ciumifriddu,Fiumefreddo di Sicilia,Sciummefriddo	087016	15	CT	087016	
2524743	Fiumefreddo Bruzio	fiumefreddo-bruzio	IT	87030	521	Europe/Rome	39.23589	16.06635	220	Fiumefreddo Bruzio	078055	03	CS	078055	
2524745	Fiumedinisi	fiumedinisi	IT	98022	1679	Europe/Rome	38.02596	15.38099		Ciumidinisi,Fiumedinisi	083021	15	ME	083021	
2524748	Fitili	fitili	IT	89861	0	Europe/Rome	38.68333	15.93333				03	VV	102026	
2524749	Firmo	firmo	IT	87010	1982	Europe/Rome	39.7214	16.17019	370	Ferma,Firmo	078054	03	CS	078054	
2524750	Finale	finale	IT	90010	1822	Europe/Rome	38.01667	14.16667		Finale		15	PA	082059	
2524751	Filogaso	filogaso	IT	89843	1353	Europe/Rome	38.68148	16.2287	283	Filogaso	102013	03	VV	102013	
2524757	Filaga	filaga	IT	90038	0	Europe/Rome	37.68333	13.46667				15	PA	082060	
2524758	Filadelfia	filadelfia	IT	89814	2644	Europe/Rome	38.78468	16.292	570	Filadelfia,firaderufia,フィラデルフィア	102011	03	VV	102011	
2524761	Fiera	fiera	IT	31100	0	Europe/Rome	39.13333	16.9		Fiera,Fiera di Sant'Ianni		03	KR	101022	
2524762	Ficuzza	ficuzza	IT	90034	0	Europe/Rome	37.88333	13.36667				15	PA	082049	
2524763	Fico	fico	IT	91019	0	Europe/Rome	38.03333	12.61667				15	TP	081022	
2524764	Ficarra	ficarra	IT	98062	1803	Europe/Rome	38.10906	14.82898		Ficarra	083020	15	ME	083020	
2524765	Ficarazzi	ficarazzi	IT	90010	11356	Europe/Rome	38.08975	13.46805	23	Ficarazzi	082035	15	PA	082035	
2524769	Ferruzzano	ferruzzano	IT	89030	852	Europe/Rome	38.03777	16.0877		Ferruzzano	080033	03	RC	080033	
2524774	Feroleto della Chiesa	feroleto-della-chiesa	IT	89050	1709	Europe/Rome	38.46578	16.0642	159	Feroleto,Feroleto della Chiesa	080032	03	RC	080032	
2524775	Ferla	ferla	IT	96010	2488	Europe/Rome	37.12069	14.93864	556	Ferla,ferura,フェルラ	089008	15	SR	089008	
2524777	Felline	felline	IT	73040	0	Europe/Rome	39.93333	18.11667		Felline,Fellini		13	LE	075004	
2524866	Davoli	davoli	IT	88060	1016	Europe/Rome	38.64738	16.4862	401	Davoli	079042	03	CZ	079042	
2524780	Favignana	favignana	IT	91023	2438	Europe/Rome	37.93004	12.32853	6	Favignana,Isla Favignana,Porto de Favignana,favu~inyana,ファヴィニャーナ	081009	15	TP	081009	
2524782	Favazzina	favazzina	IT	89058	0	Europe/Rome	38.25	15.76667				03	RC	080085	
2524786	Favara	favara	IT	92026	32110	Europe/Rome	37.31754	13.66226	338	Favara	084017	15	AG	084017	
2524790	Fasano	fasano	IT	72015	0	Europe/Rome	37.76667	14.08333				15	PA	082082	
2524791	Fasana	fasana	IT	45011	0	Europe/Rome	39.2	17.1				03	KR	101025	
2524792	Faro Superiore	faro-superiore	IT	98158	0	Europe/Rome	38.26667	15.58333		Faro,Faro Superiore		15	ME	083048	
2524798	Fantina	fantina	IT	98050	0	Europe/Rome	38.05	15.18333				15	ME	083075	
2524800	Falerna	falerna	IT	88042	988	Europe/Rome	39.00249	16.1707	550	Falerna	079047	03	CZ	079047	
2524801	Falcone	falcone	IT	98060	2506	Europe/Rome	38.11706	15.07908	3	Falcone,Falcuni	083019	15	ME	083019	
2524802	Falconara Albanese	falconara-albanese	IT	87030	495	Europe/Rome	39.27589	16.09179	602	Falconara,Falconara Albanese,Fallkunara	078052	03	CS	078052	
2524805	Fagnano Castello	fagnano-castello	IT	87013	3439	Europe/Rome	39.5657	16.05369	516	Fagnano Castello	078051	03	CS	078051	
2524808	Fabrizia	fabrizia	IT	89823	2251	Europe/Rome	38.48708	16.301	947	Fabrizia	102010	03	VV	102010	
2524811	Esterzili	esterzili	IT	08030	716	Europe/Rome	39.78194	9.28694	731	Esterzili	092112	14	CA	092112	
2524813	Escolca	escolca	IT	08030	624	Europe/Rome	39.69861	9.12139	416	Escolca	092111	14	CA	092111	
2524814	Escalaplano	escalaplano	IT	08043	2220	Europe/Rome	39.62444	9.35222	338	Escalaplano	092110	14	CA	092110	
2524815	Erice	erice	IT	91016	565	Europe/Rome	38.03704	12.58653	751	Ehriche,Erice,Erici,Mont Eryx,Mont Éryx,Monte San Giuliano,Èrici,Эриче	081008	15	TP	081008	
2524819	Enna	enna	IT	94100	22998	Europe/Rome	37.55885	14.28917	931	Castrugiuvanni,Ehnna,Ena,Enna,Haenna,en'na,Ена,Энна,אנה,エンナ	EN	15	EN	086009	
2524820	Elmas	elmas	IT	09030	8025	Europe/Rome	39.26849	9.05423	7	Elmas	092108	14	CA	092108	
2524821	Elini	elini	IT	08040	553	Europe/Rome	39.89972	9.52944		Elini	105005	14	OG	105005	
2524823	Eianina	eianina	IT	87010	0	Europe/Rome	39.81667	16.26667		Eianina,Ejanina,Porcile		03	CS	078057	
2524827	Drosi	drosi	IT	89016	813	Europe/Rome	38.42552	15.95711	71			03	RC	080065	
2524829	Drapia	drapia	IT	89862	2193	Europe/Rome	38.66558	15.91159		Drapia	102009	03	VV	102009	
2524830	Doria	doria	IT	87011	1173	Europe/Rome	39.73042	16.35597	54			03	CS	078029	
2524831	Donorì	donori	IT	09040	2138	Europe/Rome	39.43306	9.12722		Donori,Donorì,Donoti	092020	14	CA	092020	
2524832	Donnici Superiore	donnici-superiore	IT	87100	558	Europe/Rome	39.2484	16.30351	540			03	CS	078045	
2524833	Donnici Inferiore	donnici-inferiore	IT	87100	1178	Europe/Rome	39.2502	16.29307	492			03	CS	078045	
2524835	Donnalucata	donnalucata	IT	97018	0	Europe/Rome	36.76505	14.64186				15	RG	088011	
2524836	Donnafugata	donnafugata	IT	97017	0	Europe/Rome	36.88333	14.56667				15	RG	088009	
2524837	Donisi	donisi	IT	89048	0	Europe/Rome	38.28333	16.3				03	RC	080088	
2524839	Donigala Fenughedu	donigala-fenughedu	IT	09170	0	Europe/Rome	39.93501	8.57311		Donigala		14	OR	095038	
2524841	Domusnovas	domusnovas	IT	09015	6178	Europe/Rome	39.32194	8.64861	152	Domusnovas	107005	14	CI	107005	
2524842	Domus de Maria	domus-de-maria	IT	09010	1015	Europe/Rome	38.94403	8.86354	66	Domus de Maria	092018	14	CA	092018	
2524843	Domanico	domanico	IT	87030	590	Europe/Rome	39.21969	16.20609	730	Domanico	078050	03	CS	078050	
2524844	Dolianova	dolianova	IT	09041	7979	Europe/Rome	39.37778	9.17583		Dolianova	092017	14	CA	092017	
2524847	Divieto	divieto	IT	98049	0	Europe/Rome	38.25	15.43333				15			
2524849	Diso	diso	IT	73030	3298	Europe/Rome	40.00952	18.39253		Diso	075027	13	LE	075027	
2524852	Dinami	dinami	IT	89833	800	Europe/Rome	38.52968	16.1479	260	Dinami	102008	03	VV	102008	
2524855	Diano	diano	IT	87057	257	Europe/Rome	39.1278	16.31418	620			03	CS	078139	
2524856	Diamante	diamante	IT	87023	3101	Europe/Rome	39.676	15.82488	25		078048	03	CS	078048	
2524858	Destro	destro	IT	87066	0	Europe/Rome	39.5	16.7		Destro,Pestro		03	CS	078046	
2524859	Depressa	depressa	IT	73039	0	Europe/Rome	39.96667	18.36667		Depressa		13	LE	075088	
2524861	Delianuova	delianuova	IT	89012	3436	Europe/Rome	38.23407	15.9178	600	Delianova,Delianuova	080031	03	RC	080031	
2524862	Delia	delia	IT	93010	4191	Europe/Rome	37.35874	13.92867	420	Delia	085006	15	CL	085006	
2524863	Casenove	casenove	IT	06034	3489	Europe/Rome	39.04645	16.35753		Decollatura	079043	03	CZ	079043	
2524864	Decimoputzu	decimoputzu	IT	09010	3840	Europe/Rome	39.33583	8.91556	17	Decimoputzu	092016	14	CA	092016	
2524865	Decimomannu	decimomannu	IT	09033	7168	Europe/Rome	39.3125	8.96944	10	DCI,Decimomannu,Decimontanne,Decimontanno	092015	14	CA	092015	
3175311	La Costa	la-costa	IT	39055	0	Europe/Rome	44.45	9.65				05	PR	034001	
2524867	Dattilo	dattilo	IT	91027	479	Europe/Rome	37.96999	12.63876	85			15	TP	081013	
2524868	Dasà	dasa	IT	89832	1308	Europe/Rome	38.56488	16.196		Dasa,Dasà	102007	03	VV	102007	
2524869	Cutro	cutro	IT	88842	7977	Europe/Rome	39.03529	16.98191	220	Cutro	101012	03	KR	101012	
2524870	Custonaci	custonaci	IT	91015	3910	Europe/Rome	38.07304	12.68753	186	Castonaci,Custonaci,Custunaci	081007	15	TP	081007	
2524871	Cusino	cusino	IT	22010	0	Europe/Rome	39.01667	16.4		Casino,Cusino		03	CZ	079043	
2524872	Curinga	curinga	IT	88022	2590	Europe/Rome	38.82618	16.3134	380	Curinga,Curinga a Maida,Curinga a Máida	079039	03	CZ	079039	
2524873	Curcuris	curcuris	IT	09090	317	Europe/Rome	39.74722	8.83111		Curcuris	095077	14	OR	095077	
2524877	Cumia	cumia	IT	98146	0	Europe/Rome	38.18333	15.48333				15	ME	083048	
2524880	Crucoli	crucoli	IT	88812	774	Europe/Rome	39.4237	17.00231	380		101011	03	KR	101011	
2524881	Crotone	crotone	IT	88900	48704	Europe/Rome	39.0851	17.11781	8	CRV,Cotrone,Croto,Croton,Crotona,Cutroni,Kroton,Krotona,Krotonas,Krotone,Krotono,Krotonė,ke luo tuo nei,keulotone,kor tone,krwtwn,krwtwny,kurotone,qrwtwnh,Κρότωνας,Кротон,Кротоне,קרוטונה,كروتوني,کروتون,โกรโตเน,クロトーネ,克羅托內,크로토네	KR	03	KR	101010	
2524882	Crosia	crosia	IT	87060	505	Europe/Rome	39.5676	16.7728	230	Crosia,Crosta	078047	03	CS	078047	
2524883	Cropani	cropani	IT	88051	1456	Europe/Rome	38.96779	16.78131	347	Cropani	079036	03	CZ	079036	
2524884	Cropalati	cropalati	IT	87060	1097	Europe/Rome	39.5172	16.7265	384	Cropalati	078046	03	CS	078046	
2524885	Crocevie	crocevie	IT	91019	787	Europe/Rome	38.03601	12.65389	188			15	TP	081022	
2524886	Croce Valanidi	croce-valanidi	IT	89134	0	Europe/Rome	38.06667	15.68333				03	RC	080063	
2524894	Crichi	crichi	IT	88050	2176	Europe/Rome	38.95499	16.6411	465		079133	03	CZ	079133	
2524901	Cotronei	cotronei	IT	88836	5121	Europe/Rome	39.15819	16.78091	502	Cotronei	101009	03	KR	101009	
2524904	Cosoleto	cosoleto	IT	89050	399	Europe/Rome	38.27537	15.928	440	Cosoleto	080030	03	RC	080030	
2524907	Cosenza	cosenza	IT	87100	63852	Europe/Rome	39.30999	16.25019	238	Cosenza,Cusenza,Kozenca,QCS,kozentsu~a,Козенца,コゼンツァ	CS	03	CS	078045	
2524915	Cortale	cortale	IT	88020	2002	Europe/Rome	38.84009	16.4096	410	Cortale	079034	03	CZ	079034	
2524918	Corsano	corsano	IT	53014	5735	Europe/Rome	39.88922	18.36933		Corsano	075024	13	LE	075024	
2524920	Corriolo	corriolo	IT	98044	0	Europe/Rome	38.18333	15.26667				15	ME	083049	
2524928	Corleone	corleone	IT	90034	10290	Europe/Rome	37.81338	13.3017	550	Corleone,Curliuni,Korleone,Korleonė,korureone,Κορλεόνε,Корлеоне,קורלאונה,コルレオーネ	082034	15	PA	082034	
2524929	Corigliano Calabro	corigliano-calabro	IT	87064	5402	Europe/Rome	39.595	16.5177	210	Corigliano Calabro,コリリアーノ・カーラブロ	078044	03	CS	078044	
2524934	Copanello	copanello	IT	88069	0	Europe/Rome	38.76667	16.55				03	CZ	079143	
2524940	Contessa Entellina	contessa-entellina	IT	90030	1754	Europe/Rome	37.73064	13.18365	571	Contessa Entellina,Cuntissa	082033	15	PA	082033	
2524945	Conflenti Inferiore	conflenti-inferiore	IT	88040	0	Europe/Rome	39.06667	16.26667				03	CZ	079073	
2524946	Condrò	condro	IT	98040	523	Europe/Rome	38.17437	15.32679		Condro,Condrò,Cundro,Cundrò	083018	15	ME	083018	
2524949	Condofuri	condofuri	IT	89030	5055	Europe/Rome	38.00447	15.8577		Condofuri,Kontocori	080029	03	RC	080029	
2524952	Comparni	comparni	IT	89852	0	Europe/Rome	38.58333	16.08333				03	VV	102021	
2524954	Comitini	comitini	IT	92020	897	Europe/Rome	37.40794	13.64296	350	Comitini,Cumitini	084016	15	AG	084016	
2524955	Comiso	comiso	IT	97013	29076	Europe/Rome	36.95134	14.61018		CIY,Comiso,Comisu,Commisu,Còmisu,Còmmisu,Komizo,komizo,Комизо,コーミゾ	088003	15	RG	088003	
2524956	Comerconi	comerconi	IT	89844	496	Europe/Rome	38.58333	15.93333	375			03	VV	102025	
2524957	Colosimi	colosimi	IT	87050	438	Europe/Rome	39.11909	16.3997	850	Colosimi	078043	03	CS	078043	
2524963	Collinas	collinas	IT	09020	884	Europe/Rome	39.64	8.84083	249	Collinas	106003	14	VS	106003	
2524964	Collesano	collesano	IT	90016	3409	Europe/Rome	37.91759	13.934	468	Collesano,Gulisanu	082032	15	PA	082032	
2524966	Colla	colla	IT	24010	0	Europe/Rome	39.06667	16.36667				03	CZ	079043	
2524972	Coccorino	coccorino	IT	89863	0	Europe/Rome	38.6	15.88333				03	VV	102018	
2524973	Cleto	cleto	IT	87030	255	Europe/Rome	39.09019	16.15839	250	Cleto	078042	03	CS	078042	
2524975	Civita	civita	IT	01022	903	Europe/Rome	39.8288	16.31249	450	Cifti,Civita	078041	03	CS	078041	
2524976	Cittanova	cittanova	IT	89022	9368	Europe/Rome	38.35517	16.0798	400	Cittanova	080028	03	RC	080028	
2524977	Cittadella del Capo	cittadella-del-capo	IT	87020	1163	Europe/Rome	39.55932	15.87602	23	Cittadella di Capo Bonifati		03	CS	078019	
2524979	Cirò Marina	ciro-marina	IT	88811	13987	Europe/Rome	39.3732	17.12601		Ciro Marina,Cirò Marina,Marina di Ciro	101008	03	KR	101008	
2524980	Cirò	ciro	IT	88813	3614	Europe/Rome	39.3824	17.06261		Ciro,Cirò	101007	03	KR	101007	
2524982	Cirella	cirella	IT	87023	745	Europe/Rome	39.714	15.81043	27			03	CS	078048	
2524983	Cirella	cirella	IT	87023	382	Europe/Rome	38.23333	16.1	266			03	RC	080060	
2524985	Cinquefrondi	cinquefrondi	IT	89021	6461	Europe/Rome	38.41618	16.0842		Cinquefrondi	080027	03	RC	080027	
2524987	Cinisi	cinisi	IT	90045	11704	Europe/Rome	38.15615	13.10734	75	Cinisi	082031	15	PA	082031	
2524989	Ciminna	ciminna	IT	90023	3340	Europe/Rome	37.89825	13.55945	530	Ciminna	082030	15	PA	082030	
2524990	Ciminà	cimina	IT	89040	683	Europe/Rome	38.24667	16.1404		Cimina,Ciminà	080026	03	RC	080026	
2524992	Cicala	cicala	IT	88040	990	Europe/Rome	39.02219	16.4861	829	Cicala	079030	03	CZ	079030	
2524993	Cibali	cibali	IT	95123	0	Europe/Rome	37.51667	15.06667				15	CT	087015	
2524994	Ciavolo	ciavolo	IT	91025	1682	Europe/Rome	37.77943	12.53774	127			15	TP	081011	
2524998	Ciano	ciano	IT	31035	238	Europe/Rome	38.57622	16.21273	364			03	VV	102016	
2524999	Cianciana	cianciana	IT	92012	3375	Europe/Rome	37.52024	13.43355	390	Cianciana	084015	15	AG	084015	
2525002	Chorio	chorio	IT	89069	549	Europe/Rome	37.98644	15.81224	291	Chorio,Ghorio,Ghorlo		03	RC	080073	
2525003	Chiusa Sclafani	chiusa-sclafani	IT	90033	2656	Europe/Rome	37.67694	13.27015	658	Chiusa,Chiusa Sclafani,Sclafani	082029	15	PA	082029	
2525006	Chiesa Nuova	chiesa-nuova	IT	44028	0	Europe/Rome	38.01667	12.65				15	TP	081022	
2525008	Chiesa	chiesa	IT	25080	0	Europe/Rome	38.56667	14.55				15	ME	083041	
2525009	Chiaravalle Centrale	chiaravalle-centrale	IT	88064	3795	Europe/Rome	38.68038	16.4106	545	Chiaravalle Centrale	079029	03	CZ	079029	
2525010	Chiaramonte Gulfi	chiaramonte-gulfi	IT	97012	8099	Europe/Rome	37.03134	14.70128		Chiaramonte Gulfi,Ciaramunti,キアラモンテ・グルフィ	088002	15	RG	088002	
2525011	Chia	chia	IT	01038	274	Europe/Rome	38.90588	8.88084	13	Bithia,Chia		14	CA	092018	
2525012	Cetraro	cetraro	IT	87022	1555	Europe/Rome	39.5166	15.94158	120	Cetraro	078040	03	CS	078040	
2525014	Cessaniti	cessaniti	IT	89816	687	Europe/Rome	38.66368	16.0268	428	Cessaniti,Cessanti	102006	03	VV	102006	
2525015	Cesarò	cesaro	IT	98033	2815	Europe/Rome	37.84476	14.71308		Cesaro,Cesarò,Chezaro,Чезаро	083017	15	ME	083017	
2525016	Cerzeto	cerzeto	IT	87040	655	Europe/Rome	39.5078	16.11499	450	Cerzeto,Qana	078039	03	CS	078039	
2525017	Cervicati	cervicati	IT	87010	436	Europe/Rome	39.5425	16.12829	485	Cervicati,Cervikati	078038	03	CS	078038	
2525019	Cerva	cerva	IT	88050	1258	Europe/Rome	39.02389	16.74361	800	Cerva	079027	03	CZ	079027	
2525020	Cerrisi	cerrisi	IT	88041	0	Europe/Rome	39.03699	16.36654				03	CZ	079043	
2525021	Cerreto	cerreto	IT	54038	0	Europe/Rome	39.4	16.53333				03	CS	078034	
2525023	Cerisano	cerisano	IT	87044	2493	Europe/Rome	39.27609	16.17539	610	Cerisano	078037	03	CS	078037	
2525025	Cerenzia	cerenzia	IT	88833	1188	Europe/Rome	39.2444	16.781	664	Cerenzia	101006	03	KR	101006	
2525026	Cerda	cerda	IT	90010	5129	Europe/Rome	37.90595	13.81436	274	Cerda	082028	15	PA	082028	
2525027	Cerchiara di Calabria	cerchiara-di-calabria	IT	87070	1084	Europe/Rome	39.8604	16.38279	650	Cerchiara di Calabria	078036	03	CS	078036	
2525028	Ceraso	ceraso	IT	84052	0	Europe/Rome	38.78333	16.55				03	CZ	079142	
2525029	Cerasi	cerasi	IT	89126	0	Europe/Rome	38.16667	15.75				03	RC	080063	
2525030	Ceramida	ceramida	IT	89011	0	Europe/Rome	38.31667	15.85				03	RC	080086	
2525031	Cerami	cerami	IT	94010	1995	Europe/Rome	37.81229	14.50911	970	Cerami,Cirami	086008	15	EN	086008	
2525032	Centuripe	centuripe	IT	94010	4910	Europe/Rome	37.62295	14.73908	730	Centorvu,Centuripe	086007	15	EN	086007	
2525034	Centrache	centrache	IT	88067	358	Europe/Rome	38.72898	16.4321	458	Centrache	079025	03	CZ	079025	
2525036	Cenadi	cenadi	IT	88067	504	Europe/Rome	38.71948	16.4172	539	Cenadi	079024	03	CZ	079024	
2525037	Cellara	cellara	IT	87050	371	Europe/Rome	39.21849	16.3348	750	Cellara	078035	03	CS	078035	
2525038	Celico	celico	IT	87053	2218	Europe/Rome	39.31009	16.3399	750	Celico	078034	03	CS	078034	
2525041	Cefalù	cefalu	IT	90015	13789	Europe/Rome	38.03856	14.02285		Cefalas,Cefalu,Cefalù,Cefalú,Cifalu,Cifalù,z'plw,צ'פלו	082027	15	PA	082027	
2525043	Cefalà Diana	cefala-diana	IT	90030	992	Europe/Rome	37.91565	13.46325		Cefala,Cefala Diana,Cefalà Diana,Cifala Diana,Cifalà Diana	082026	15	PA	082026	
2525049	Cavaliere	cavaliere	IT	98047	0	Europe/Rome	39.25	16.48333				03	CS	078095	
2525050	Cavaliere	cavaliere	IT	98047	0	Europe/Rome	38.21667	15.43333				15	ME	083092	
2525051	Cava d'Aliga	cava-d-aliga	IT	97018	0	Europe/Rome	36.71667	14.68333				15	RG		
2525053	Caulonia	caulonia	IT	89041	1337	Europe/Rome	38.38138	16.40901	300	Caulonia	080025	03	RC	080025	
2525454	Calimera	calimera	IT	73021	0	Europe/Rome	38.56667	16.03333				03	VV	102032	
2525054	Cattolica Eraclea	cattolica-eraclea	IT	92011	3909	Europe/Rome	37.44084	13.39205	180	Catolica Eraclia,Cattolica,Cattolica Eraclea,Cattolica Eraclia,Catòlica Eraclìa	084014	15	AG	084014	
2525056	Catona	catona	IT	84046	0	Europe/Rome	38.18333	15.63333		Catona,Dorrecatona		03			
2525057	Catenanuova	catenanuova	IT	94010	4447	Europe/Rome	37.56325	14.68809	170	Cantagnenuova	086006	15	EN	086006	
2525059	Catanzaro	catanzaro	IT	88100	78970	Europe/Rome	38.89079	16.5987	320	Catanzara,Catanzaro,Catanzaru,Katandzaro,QCZ,katantsu~aro,Катандзаро,カタンツァーロ	03	03	CZ	079023	
2525068	Catania	catania	IT	95100	290927	Europe/Rome	37.503	15.08638	7	CTA,Catane,Catania,Catina,Catània,Catânia,Katane,Katania,Katanija,Katānija,katania,katanya,qtnyh,Κατάνη,Катания,Катанија,קטניה,كاتانيا,კატანია,カターニア	CT	15	CT	087015	
2525070	Castrovillari	castrovillari	IT	87012	20334	Europe/Rome	39.8203	16.21229	362	Castrovillari,Kastrovillari,Кастровиллари	078033	03	CS	078033	
2525071	Castroregio	castroregio	IT	87070	244	Europe/Rome	39.99241	16.47759	819	Castroregio,Kasternexhi	078032	03	CS	078032	
2525073	Castroreale	castroreale	IT	98053	2910	Europe/Rome	38.09916	15.21018		Castroreale,Castruriali	083016	15	ME	083016	
2525074	Castronovo di Sicilia	castronuovo-di-sicilia	IT	90030	3419	Europe/Rome	37.67894	13.60346		Castronovo di Sicilia,Castronuovo,Castrunovu	082025	15	PA	082025	
2525075	Castrolibero	castrolibero	IT	87040	369	Europe/Rome	39.30809	16.19439	559	Castrolibero	078031	03	CS	078031	
2525076	Castrofilippo	castrofilippo	IT	92020	2895	Europe/Rome	37.35046	13.75001	470	Castrofilippo,Castrufilippu	084013	15	AG	084013	
2525077	Castrignano del Capo	castrignano-del-capo	IT	73040	5474	Europe/Rome	39.83232	18.35123		Castignano del Capo,Castrignano del Capo	075019	13	LE	075019	
2525079	Castiglione di Sicilia	castiglione-di-sicilia	IT	95012	1817	Europe/Rome	37.88206	15.12138	621	Castigghiuni di Sicilia,Castiglione di Sicilia	087014	15	CT	087014	
2525080	Castiglione Cosentino	castiglione-cosentino	IT	87040	1014	Europe/Rome	39.352	16.28939	400	Castiglione,Castiglione Cosentino	078030	03	CS	078030	
2525081	Castiglione	castiglione	IT	14100	0	Europe/Rome	38.98333	16.16667				03	CZ	079047	
2525082	Castiadas	castiadas	IT	09040	1310	Europe/Rome	39.23556	9.50056		Casa di Pena,Castiadas	092106	14	CA	092106	
2525083	Castelvetrano	castelvetrano	IT	91022	28072	Europe/Rome	37.68264	12.79164	187	Castedduvitranu,Castelvetrano,Castelvetranu,Kastel'vetrano,kasuteruvu~etorano,Кастельветрано,カステルヴェトラーノ	081006	15	TP	081006	
2525084	Casteltermini	casteltermini	IT	92025	7350	Europe/Rome	37.54054	13.64446	554	Casteltermini	084012	15	AG	084012	
2525085	Castelmola	castelmola	IT	98030	0	Europe/Rome	37.85829	15.27713			083015	15	ME	083015	
2525086	Castelluzzo	castelluzzo	IT	91010	1047	Europe/Rome	38.10096	12.73599	75			15	TP	081020	
2525088	Castell'Umberto	castell-umberto	IT	98070	1288	Europe/Rome	38.09208	14.80272	660	Castania,Castell'Umberto,Castello Umberto	083014	15	ME	083014	
2525089	Castelluccio Inferiore	castelluccio-inferiore	IT	85040	1896	Europe/Rome	40.0039	15.98088	495	Castelluccio,Castelluccio Inferiore	076022	02	PZ	076022	
2525091	Castelluccio	castelluccio	IT	06046	0	Europe/Rome	36.95	14.93333				15	SR	089013	
2525093	Castellana Sicula	castellana-sicula	IT	90020	3178	Europe/Rome	37.78485	14.03936	765	Castellana,Castellana Sicula,Castiddana	082024	15	PA	082024	
2525094	Castellana	castellana	IT	65019	0	Europe/Rome	37.35	14.88333				15	SR	089011	
2525095	Castellammare del Golfo	castellammare-del-golfo	IT	91014	13085	Europe/Rome	38.01885	12.88584	26	Casteddammari,Castellammare del Golfo	081005	15	TP	081005	
2525097	Castellace	castellace	IT	89014	0	Europe/Rome	38.95	16.71667				03	CZ	079157	
2525098	Castellace	castellace	IT	89014	0	Europe/Rome	38.31667	15.91667				03	RC	080089	
2525099	Castel di Tusa	castel-di-tusa	IT	98079	0	Europe/Rome	38.01667	14.25				15	ME	083101	
2525100	Castel di Lucio	castel-di-lucio	IT	98070	1291	Europe/Rome	37.88637	14.31055	753	Castel di Lucio,Castel di Luciu	083013	15	ME	083013	
2525101	Castel di Iudica	castel-di-iudica	IT	95040	4777	Europe/Rome	37.49475	14.64744		Carrulo,Castel di Iudica,Castel di Judica,Giardinelli,Giumarra	087013	15	CT	087013	
2525102	Casteldaccia	casteldaccia	IT	90014	10091	Europe/Rome	38.05255	13.52865	79	Casteldaccia,Castiddazzu	082023	15	PA	082023	
2525103	Castelbuono	castelbuono	IT	90013	7458	Europe/Rome	37.93195	14.08856	423	Castelbuono,Castiddubbuonu	082022	15	PA	082022	
2525104	Castanea delle Furie	castanea-delle-furie	IT	98155	0	Europe/Rome	38.25	15.51667		Castanea,Castanea delle Furie		15	ME	083048	
2525106	Castagna	castagna	IT	16010	543	Europe/Rome	39.05522	16.43683	825	Castagna		03	CZ	079020	
2525108	Cassibile	cassibile	IT	96100	0	Europe/Rome	36.96667	15.18333		Cassibile		15	SR	089017	
2525109	Cassaro	cassaro	IT	96010	909	Europe/Rome	37.10704	14.94789		Cassaro,Cassaru,kassaro,カッサロ	089007	15	SR	089007	
2525113	Casole Bruzio	casole-bruzio	IT	87050	2404	Europe/Rome	39.28439	16.3365	647	Casole Bruzio	078028	03	CS	078028	
3178033	Corona	corona	IT	34070	0	Europe/Rome	42.1	13.38333				01	AQ	066053	
2525120	Casignana	casignana	IT	89030	518	Europe/Rome	38.10187	16.0899	342	Casignana	080024	03	RC	080024	
2525139	Case Nuove	case-nuove	IT	21019	0	Europe/Rome	38.13333	15				15	ME	083066	
2525207	Casarano	casarano	IT	73042	20579	Europe/Rome	40.01502	18.16303		Casarano,Casaranu	075016	13	LE	075016	
3178432	Colle	colle	IT	33090	0	Europe/Rome	42.9	12.05				18	TR	055021	
2525251	Casalvecchio Siculo	casalvecchio-siculo	IT	98032	1152	Europe/Rome	37.95816	15.32259		Casalvecchio,Casalvecchio Siculo,Casalvecchiu Siculu	083012	15	ME	083012	
2525328	Casabona	casabona	IT	88822	2469	Europe/Rome	39.2503	16.95651	287	Casabona	101004	03	KR	101004	
2525338	Carrubbo	carrubbo	IT	95040	0	Europe/Rome	37.5	14.61667		Carrubbo,Carrubo,Case Carubbo		15	CT	087013	
2525341	Carpanzano	carpanzano	IT	87050	300	Europe/Rome	39.14749	16.3033	600	Carpanzano	078027	03	CS	078027	
2525344	Caronia	caronia	IT	98072	3589	Europe/Rome	38.02436	14.44057		Caronia,Carunia,Carunìa	083011	15	ME	083011	
2525345	Caroni	caroni	IT	89844	0	Europe/Rome	38.56667	15.96667				03	VV	102019	
2525346	Carolei	carolei	IT	87030	1320	Europe/Rome	39.25629	16.22009	624	Carolei	078026	03	CS	078026	
2525347	Carlopoli	carlopoli	IT	88040	1003	Europe/Rome	39.05669	16.4549	924	Carlopoli	079020	03	CZ	079020	
2525348	Carloforte	carloforte	IT	09014	5560	Europe/Rome	39.145	8.30583	10	Carloforte	107004	14	CI	107004	
2525349	Carlentini	carlentini	IT	96013	14900	Europe/Rome	37.27957	15.01105	200	Carlentini,Carlintini,Carruntini,karurentini,カルレンティーニ	089006	15	SR	089006	
2525350	Carini	carini	IT	90044	35082	Europe/Rome	38.15665	13.17764	170	Carini,Karina,Карина	082021	15	PA	082021	
2525351	Cariglio	cariglio	IT	87024	0	Europe/Rome	39.41667	16.01667				03	CS	078058	
2525352	Cariati	cariati	IT	87062	8255	Europe/Rome	39.4922	16.95941	50	Cariati	078025	03	CS	078025	
2525353	Caria	caria	IT	89862	651	Europe/Rome	38.65	15.9	442			03	VV	102009	
2525354	Carfizzi	carfizzi	IT	88817	745	Europe/Rome	39.30558	16.97591	512	Carfizzi,Karfici	101003	03	KR	101003	
2525357	Careri	careri	IT	89030	684	Europe/Rome	38.17591	16.11605	320	Careri	080023	03	RC	080023	
2525358	Cardinale	cardinale	IT	88062	1877	Europe/Rome	38.64948	16.3854	562	Cardinale	079018	03	CZ	079018	
2525360	Cardeto	cardeto	IT	89060	472	Europe/Rome	38.08457	15.7666	700	Cardeto	080022	03	RC	080022	
2525362	Carbonia	carbonia	IT	09013	21664	Europe/Rome	39.16722	8.52222	111	Carbonia,Karbonija,karubonia,Карбония,カルボーニア	CI	14	CI	107003	
2525363	Carbone	carbone	IT	85030	0	Europe/Rome	38.23333	16.25				03	RC	080043	
2525369	Caraffa di Catanzaro	caraffa-di-catanzaro	IT	88050	1452	Europe/Rome	38.88129	16.4856	358	Caraffa,Caraffa di Catanzaro	079017	03	CZ	079017	
2525370	Caraffa del Bianco	caraffa-del-bianco	IT	89030	515	Europe/Rome	38.09267	16.0864	355	Caraffa del Bianco	080021	03	RC	080021	
2525373	Capri Leone	capri-leone	IT	98070	4016	Europe/Rome	38.08626	14.72877		Capri Leone,Capri Liuni	083010	15	ME	083010	
2525374	Caprarica del Capo	caprarica-del-capo	IT	73039	0	Europe/Rome	39.91667	18.35		Caprarica,Caprarica del Capo		13	LE	075088	
2525378	Cappella	cappella	IT	38046	0	Europe/Rome	39.4	17.06667		Cappella,Casa Cappella		03	KR	101007	
2525379	Capoterra	capoterra	IT	09012	21391	Europe/Rome	39.17444	8.97111		Cabuderra,Capoterra,Kapoterra,Капотерра	092011	14	CA	092011	
2525384	Capo d'Orlando	capo-d-orlando	IT	98071	12710	Europe/Rome	38.14346	14.73047		Capo d'Orlando,Capu d'Orlannu	083009	15	ME	083009	
2525385	Dipignano	dipignano	IT	87045	1252	Europe/Rome	39.23749	16.25309	720	Dipignano	078049	03	CS	078049	
2525387	Capizzi	capizzi	IT	98031	3182	Europe/Rome	37.85101	14.48135	1100	Capizzi	083008	15	ME	083008	
2525388	Capistrano	capistrano	IT	89818	1092	Europe/Rome	38.69228	16.2896	352	Capistrano	102005	03	VV	102005	
2525390	Capanne	capanne	IT	56020	0	Europe/Rome	39.25	16.56667				03	CS	078119	
2525391	Capanne	capanne	IT	56020	0	Europe/Rome	39.06667	16.63333				03	CZ	079002	
2525392	Capaci	capaci	IT	90040	9779	Europe/Rome	38.17107	13.2393	51	Capaci	082020	15	PA	082020	
2525395	Canolo	canolo	IT	89040	221	Europe/Rome	38.31498	16.1999	432	Canolo	080020	03	RC	080020	
2525396	Cannitello	cannitello	IT	89018	0	Europe/Rome	38.23333	15.65				03	RC	080096	
2525397	Canneto	canneto	IT	02032	0	Europe/Rome	38.49505	14.96037				15	ME	083041	
2525404	Canicattini Bagni	canicattini-bagni	IT	96010	7519	Europe/Rome	37.03294	15.06339		Canicattini,Canicattini Bagni,カニカッティーニ・バーニ	089005	15	SR	089005	
2525405	Canicattì	canicatti	IT	92024	31713	Europe/Rome	37.35894	13.85036		Canicatti,Canicattì	084011	15	AG	084011	
2525408	Candidoni	candidoni	IT	89020	268	Europe/Rome	38.50548	16.0863	239	Candidoni,Candioni	080019	03	RC	080019	
2525409	Cancello	cancello	IT	81030	0	Europe/Rome	39.05	16.33333				03	CZ	079043	
2525415	Camporeale	camporeale	IT	90043	3382	Europe/Rome	37.89714	13.09384	425	Camporeale,Campuriali	082019	15	PA	082019	
2525421	Campofranco	campofranco	IT	93010	2755	Europe/Rome	37.51114	13.71256	350	Campofranco,Campufrancu	085005	15	CL	085005	
2525422	Campofiorito	campofiorito	IT	90030	1232	Europe/Rome	37.75374	13.26875	666	Campofiorito,Campuciurutu	082018	15	PA	082018	
2525423	Campofelice di Roccella	campofelice-di-roccella	IT	90010	5914	Europe/Rome	37.99015	13.88536	2	Campofelice,Campofelice Roccella,Campofelice di Roccella,La Ruccedda	082017	15	PA	082017	
2525424	Campofelice di Fitalia	campofelice-di-fitalia	IT	90030	544	Europe/Rome	37.82675	13.48635	734	Campo Felice,Campofelice di Fitalia,Campufilici di Fitalia	082016	15	PA	082016	
2525425	Campobello di Mazara	campobello-di-mazara	IT	91021	9883	Europe/Rome	37.63584	12.74434	110	Campobello di Mazara,Campobello di Mazzara,Campubbeddu	081004	15	TP	081004	
2525426	Campobello di Licata	campobello-di-licata	IT	92023	10047	Europe/Rome	37.25844	13.91827	316	Campobello di Licata,Campubbeddu,Campubeddu	084010	15	AG	084010	
2525427	Campo	campo	IT	23025	0	Europe/Rome	38.26667	16.26667				03	RC	080088	
2525430	Campana	campana	IT	87061	1953	Europe/Rome	39.4136	16.8222	612		078023	03	CS	078023	
2525433	Cammarata	cammarata	IT	92022	5646	Europe/Rome	37.62994	13.63146	682	Cammarata	084009	15	AG	084009	
2525434	Camini	camini	IT	89040	458	Europe/Rome	38.43208	16.48271	300	Camini	080017	03	RC	080017	
2525436	Camigliatello Silano	camigliatello-silano	IT	87052	896	Europe/Rome	39.3412	16.42543	1272	Camigliatello,Camigliatello Bianchi,Camigliatello Silano,Camigliati		03	CS	078143	
2525441	Camastra	camastra	IT	92020	2090	Europe/Rome	37.25635	13.78931	340	Camastra,Camastra ex Solfara	084008	15	AG	084008	
2525442	Camaro	camaro	IT	98149	0	Europe/Rome	38.2	15.51667				15	ME	083048	
2525444	Calvisi	calvisi	IT	81010	0	Europe/Rome	39.13333	16.3				03	CS	078139	
2525445	Caltavuturo	caltavuturo	IT	90022	4033	Europe/Rome	37.82095	13.89016	635	Caltavuturo,Caltavuturu	082015	15	PA	082015	
2525448	Caltanissetta	caltanissetta	IT	93100	56715	Europe/Rome	37.48774	14.04497	568	Caltanisetta,Caltanissetta,Kal'tanissetta,Nissa,QCL,karutanissetta,qltnysth,Кальтаниссетта,קלטניסטה,カルタニッセッタ	CL	15	CL	085004	
2525450	Caltagirone	caltagirone	IT	95041	35371	Europe/Rome	37.23682	14.5132	608	Caltaggiruni,Caltagirone,Kal'tadzhirone,karutajirone,Кальтаджироне,カルタジローネ	087011	15	CT	087011	
2525451	Caltabellotta	caltabellotta	IT	92010	3267	Europe/Rome	37.57734	13.21655	949	Caltabellotta,Cataviddotta	084007	15	AG	084007	
2525452	Caloveto	caloveto	IT	87060	1283	Europe/Rome	39.5051	16.7599	385	Caloveto	078022	03	CS	078022	
2525453	Calopezzati	calopezzati	IT	87060	1206	Europe/Rome	39.5612	16.8018		Calopezzati	078021	03	CS	078021	
2525456	Calcarelli	calcarelli	IT	90020	0	Europe/Rome	37.8	14.03333		Calcarelh,Calcarelle,Calcarelli		15	PA	082024	
2525458	Calatafimi-Segesta	calatafimi	IT	91013	7496	Europe/Rome	37.91484	12.86254				15	TP	081003	
2525459	Calatabiano	calatabiano	IT	95011	4102	Europe/Rome	37.81796	15.23284	60	Calatabiano,Calatabianu	087010	15	CT	087010	
2525460	Calasetta	calasetta	IT	09011	2331	Europe/Rome	39.10778	8.36861	9	Calasetta	107002	14	CI	107002	
2525461	Calascibetta	calascibetta	IT	94010	3167	Europe/Rome	37.58925	14.27473	691	Calascibetta,karashibetta,カラシベッタ	086005	15	EN	086005	
2525464	Calanna	calanna	IT	89050	214	Europe/Rome	38.18367	15.72309	511	Calanna	080016	03	RC	080016	
2525465	Calamonaci	calamonaci	IT	92010	1375	Europe/Rome	37.52614	13.28985	307	Calamonaci	084006	15	AG	084006	
2525473	Cagliari	cagliari	IT	09100	149257	Europe/Rome	39.20738	9.13462	6	CAG,Cagliari,Caller,Caralis,Casteddu,Castel,Castèl,Càgliari,Càller,Cáller,Kal'jari,Kalari,ka li ya li,kalyary,karyari,Кальяри,Каљари,קליארי,كالياري,カリャリ,卡利亚里	14	14	CA	092009	
2525475	Caccuri	caccuri	IT	88833	1211	Europe/Rome	39.227	16.7765	646	Caccuri	101002	03	KR	101002	
2525476	Caccamo	caccamo	IT	90012	7241	Europe/Rome	37.93265	13.66495	521		082014	15	PA	082014	
2525478	Cabras	cabras	IT	09072	7695	Europe/Rome	39.93	8.53139	6	Cabras	095018	14	OR	095018	
2525480	Butera	butera	IT	93011	4683	Europe/Rome	37.19104	14.18367	402	Butera,Vutera	085003	15	CL	085003	
2525483	Buscemi	buscemi	IT	96010	1200	Europe/Rome	37.08684	14.88389		Bascemi,Buscemi,bushemi,ブシェーミ	089004	15	SR	089004	
2525485	Burgio	burgio	IT	92010	2697	Europe/Rome	37.59944	13.29015	317	Burgio,Burgiu	084005	15	AG	084005	
2525486	Burgio	burgio	IT	92010	0	Europe/Rome	36.73333	15.03333				15	SR	089013	
2525487	Burcei	burcei	IT	09040	2978	Europe/Rome	39.34583	9.36167		Burcei	092008	14	CA	092008	
2525488	Buonvicino	buonvicino	IT	87020	266	Europe/Rome	39.686	15.88548	400	Buonvicino	078020	03	CS	078020	
2525491	Buggerru	buggerru	IT	09010	1037	Europe/Rome	39.39667	8.4025	51	Buggerru	107001	14	CI	107001	
2525492	Buccheri	buccheri	IT	96010	1860	Europe/Rome	37.12504	14.84989	820	Buccheri,bukkeri,ブッケリ	089003	15	SR	089003	
2525493	Bruzzano Zeffirio	bruzzano-zeffirio	IT	89030	894	Europe/Rome	38.01327	16.0826	82	Bruzzano Zeffirio	080015	03	RC	080015	
2525496	Brucoli	brucoli	IT	96011	0	Europe/Rome	37.28333	15.18333		Brucoli,Brugoli		15	SR	089001	
2525498	Bronte	bronte	IT	95034	18397	Europe/Rome	37.78946	14.83418	760	Bronte,Bronti	087009	15	CT	087009	
2525499	Brolo	brolo	IT	98061	4949	Europe/Rome	38.15613	14.83007	8	Brolo,Brolu,buroro,ブローロ	083007	15	ME	083007	
2525500	Briga	briga	IT	98139	0	Europe/Rome	38.08333	15.45				15	ME	083048	
2525501	Briatico	briatico	IT	89817	1878	Europe/Rome	38.72598	16.0329	51	Briatico	102003	03	VV	102003	
2525505	Brancaleone	brancaleone	IT	89036	3882	Europe/Rome	37.96297	16.1004		Brancaleone	080014	03	RC	080014	
2525506	Brancaleone Marina	brancaleone-marina	IT	89036	0	Europe/Rome	37.96667	16.1		Brancaleone Marina,Marina di Brancaleone		03	RC	080014	
2525508	Braidi	braidi	IT	98065	0	Europe/Rome	38.05	15.01667				15	ME	083057	
2525511	Bova Marina	bova-marina	IT	89035	3901	Europe/Rome	37.93037	15.9175	20	Bova Marina	080013	03	RC	080013	
2525512	Bovalino Superiore	bovalino-superiore	IT	89034	8418	Europe/Rome	38.16905	16.15849				03	RC	080005	
2525513	Bovalino	bovalino	IT	89034	7514	Europe/Rome	38.14897	16.174	11	Bovalino,Marina di Bovalino	080012	03	RC	080012	
2525517	Botricello	botricello	IT	88070	4846	Europe/Rome	38.93199	16.85831	19	Botricello,Bottricello	079012	03	CZ	079012	
2525523	Borgo Partenope	borgo-partenope	IT	87100	282	Europe/Rome	39.27087	16.30388	507			03	CS	078045	
2525524	Borgo	borgo	IT	12066	0	Europe/Rome	39.51667	15.93333				03			
2525525	Borgia	borgia	IT	88021	4118	Europe/Rome	38.82619	16.5088	341	Borgia	079011	03	CZ	079011	
2525526	Borgetto	borgetto	IT	90042	6272	Europe/Rome	38.04705	13.14354	290	Borgetto,Lu Burgettu	082013	15	PA	082013	
2525529	Bordonaro	bordonaro	IT	98145	0	Europe/Rome	38.18333	15.51667				15	ME	083048	
2525532	Bonifati	bonifati	IT	87020	707	Europe/Rome	39.5853	15.90028	425	Bonifati	078019	03	CS	078019	
2525534	Bompietro	bompietro	IT	90020	1370	Europe/Rome	37.74495	14.09296	685	Bompietro,Bompietru,Buompietro	082012	15	PA	082012	
2525535	Bompensiere	bompensiere	IT	93010	610	Europe/Rome	37.47434	13.78126	283	Bampensiere,Bompensiere,Naduri	085002	15	CL	085002	
2525536	Bombile	bombile	IT	89031	0	Europe/Rome	38.2	16.18333		Bombile,Bombili		03	RC	080005	
2525537	Bolognetta	bolognetta	IT	90030	2769	Europe/Rome	37.96565	13.45685	350	Bolognetta,Bulugnetta	082011	15	PA	082011	
2525540	Bocchigliero	bocchigliero	IT	87060	1474	Europe/Rome	39.4198	16.749	870	Bocchiglicro,Bocchigliero	078018	03	CS	078018	
2525542	Boccadifalco	boccadifalco	IT	90121	0	Europe/Rome	38.1	13.3				15	PA	082049	
2525543	Bivongi	bivongi	IT	89040	1388	Europe/Rome	38.48328	16.45251	270	Bivongi	080010	03	RC	080010	
2525544	Bivona	bivona	IT	92010	0	Europe/Rome	38.7	16.1				03	VV	102047	
2525545	Bivona	bivona	IT	92010	3661	Europe/Rome	37.61934	13.43835	503	Bivona	084004	15	AG	084004	
2525550	Bisignano	bisignano	IT	63094	5055	Europe/Rome	39.5059	16.27719	350	Bisignano	078017	03	CS	078017	
2525552	Bisacquino	bisacquino	IT	90032	4557	Europe/Rome	37.70244	13.25975	744	Bisacquino,Busacchinu	082010	15	PA	082010	
2525558	Bianco	bianco	IT	89032	3543	Europe/Rome	38.09067	16.1493	12	Bianco	080009	03	RC	080009	
2525559	Bianchi	bianchi	IT	87050	367	Europe/Rome	39.10089	16.4101	825	Bianchi,bianki,ビアンキ	078016	03	CS	078016	
2525560	Biancavilla	biancavilla	IT	95033	23188	Europe/Rome	37.64355	14.86828	515	Biancavilla	087008	15	CT	087008	
2525564	Benestare	benestare	IT	89030	850	Europe/Rome	38.18537	16.137	250	Benestare	080008	03	RC	080008	
2525565	Belvì	belvi	IT	08030	741	Europe/Rome	39.96111	9.18639		Belvi,Belvì	091007	14	NU	091007	
2525567	Belvedere Marittimo	belvedere-marittimo	IT	87021	6182	Europe/Rome	39.6179	15.86168	150	Belevedere,Belvedere,Belvedere Marittimo,Marina di Belvedere,ベルヴェデーレ・マリッティモ	078015	03	CS	078015	
2525568	Belvedere di Spinello	belvedere-di-spinello	IT	88824	2470	Europe/Rome	39.2099	16.88821		Belvedere,Belvedere Spinello,Belvedere di Spinello	101001	03	KR	101001	
2525570	Belsito	belsito	IT	87030	435	Europe/Rome	39.17719	16.2883	600	Belsiio,Belsito,berushito,ベルシート	078014	03	CS	078014	
2525571	Belpasso	belpasso	IT	95032	16319	Europe/Rome	37.59465	14.98338	551	Belpasso,Belpassu	087007	15	CT	087007	
2525573	Belmonte Mezzagno	belmonte-mezzagno	IT	90031	10208	Europe/Rome	38.04565	13.39465	356	Belmonte Mezzagno,Belmunti Minzagnu	082009	15	PA	082009	
2525574	Belmonte Calabro	belmonte-calabro	IT	87033	456	Europe/Rome	39.16239	16.08629	262	Belmonte,Belmonte Calabro,ベルモンテ・カーラブロ	078013	03	CS	078013	
2525583	Baucina	baucina	IT	90020	1887	Europe/Rome	37.92495	13.53725	550	Baucina	082008	15	PA	082008	
2525588	Basicò	basico	IT	98060	746	Europe/Rome	38.06156	15.06338		Basico,Basicò	083006	15	ME	083006	
2525589	Barumini	barumini	IT	09021	1257	Europe/Rome	39.70361	9.00222	202	Barumini,barumini,バルーミニ	106002	14	VS	106002	
2525592	Barrali	barrali	IT	09040	1074	Europe/Rome	39.4749	9.10339	140	Barrali	092005	14	CA	092005	
2525593	Barrafranca	barrafranca	IT	94012	13397	Europe/Rome	37.37914	14.20107	450		086004	15	EN	086004	
2525595	Bari Sardo	bari-sardo	IT	08042	3374	Europe/Rome	39.84075	9.64248	51	Bari Sardo	105002	14	OG	105002	
2525596	Baressa	baressa	IT	09090	723	Europe/Rome	39.71417	8.87583	165	Baressa	095012	14	OR	095012	
2525597	Barcellona Pozzo di Gotto	barcellona-pozzo-di-gotto	IT	98051	41258	Europe/Rome	38.14756	15.21048		Barcellona,Barcellona Pozzo di Gotto,Barcillona siciliana	083005	15	ME	083005	
2525598	Barbusi	barbusi	IT	09013	0	Europe/Rome	39.19667	8.50056				14	CI	107003	
2525599	Barbarano	barbarano	IT	25087	0	Europe/Rome	39.86667	18.31667				13	LE	075050	
2525601	Baratili San Pietro	baratili-san-pietro	IT	09070	1290	Europe/Rome	39.99306	8.55528	11	Baratili San Pietro	095011	14	OR	095011	
2525602	Baradili	baradili	IT	09090	95	Europe/Rome	39.7225	8.89861		Baradili	095010	14	OR	095010	
2525605	Villa Verde	villa-verde	IT	09090	335	Europe/Rome	39.79694	8.81944	204	Bannari,Bannari d'Usellus,Bannari di Usellus,Bannari d’Usellus,Villa Verde	095073	14	OR	095073	
2525607	Ballata	ballata	IT	91016	454	Europe/Rome	37.97423	12.69405	260			15	TP	081008	
2525608	Ballao	ballao	IT	09040	858	Europe/Rome	39.54833	9.3625	90	Ballao,Ballau	092004	14	CA	092004	
2525609	Balestrate	balestrate	IT	90041	5693	Europe/Rome	38.05125	13.00724		Sicciara	082007	15	PA	082007	
2525611	Balata di Baida	balata-di-baida	IT	91014	209	Europe/Rome	38.02417	12.78821	197	Balata,Balata di Baida		15	TP	081005	
2525616	Bagnara Calabra	bagnara-calabra	IT	89011	8505	Europe/Rome	38.28847	15.8078	50	Bagnara Calabra,ba na la,巴納拉	080007	03	RC	080007	
2525628	Bagheria	bagheria	IT	90011	52952	Europe/Rome	38.07892	13.51236	78	Bagerija,Bagheria,Багерия	082006	15	PA	082006	
2525629	Bagaladi	bagaladi	IT	89060	931	Europe/Rome	38.02667	15.8214	473	Bagaladi	080006	03	RC	080006	
2525630	Bafia	bafia	IT	98053	0	Europe/Rome	38.07447	15.20529				15	ME	083016	
2525634	Badolato	badolato	IT	88060	398	Europe/Rome	38.56868	16.52461	240	Badolato	079008	03	CZ	079008	
2525637	Badia	badia	IT	39036	374	Europe/Rome	38.56301	15.95405	258			03	VV	102025	
2525638	Badia	badia	IT	39036	0	Europe/Rome	38.4	15.95				03	RC	080065	
2525639	Badia	badia	IT	39036	0	Europe/Rome	38.16667	15.51667				15	ME	083048	
2525641	Bacu Abis	bacu-abis	IT	09013	1673	Europe/Rome	39.24301	8.46491	85	Bacu Abis,Miniera Bacu Abis,Miniera di Bacu Abis		14	CI	107003	
2525643	Avola	avola	IT	96012	31289	Europe/Rome	36.91134	15.1395		Aebura,Avola,Avula,avu~ora,Àvula,アーヴォラ	089002	15	SR	089002	
2525644	Avena	avena	IT	52014	0	Europe/Rome	39.86667	15.91667				03	CS	078092	
2525646	Augusta	augusta	IT	96011	33820	Europe/Rome	37.23655	15.21969		Augusta,Austa,augusuta,アウグスタ	089001	15	SR	089001	
2525647	Atzara	atzara	IT	08030	1196	Europe/Rome	39.99187	9.0744	540	Atzara	091003	14	NU	091003	
2525649	Asuni	asuni	IT	09080	355	Europe/Rome	39.86887	8.94797	233	Asuni	095009	14	OR	095009	
2525651	Assoro	assoro	IT	94010	3958	Europe/Rome	37.62525	14.42167	850	Asaru,Assero,Assoro	086003	15	EN	086003	
2525652	Assolo	assolo	IT	09080	485	Europe/Rome	39.81028	8.91944		Assolo	095008	14	OR	095008	
2525655	Assemini	assemini	IT	09032	25257	Europe/Rome	39.29056	8.99694	6	Assemini,Assèmini,Ассемини	092003	14	CA	092003	
2525663	Arzona	arzona	IT	89841	0	Europe/Rome	38.63333	16.05				03	VV	102017	
2525664	Arzana	arzana	IT	08040	2465	Europe/Rome	39.91972	9.52694	672	Arzana	105001	14	OG	105001	
2525667	Armungia	armungia	IT	09040	488	Europe/Rome	39.52333	9.38083	366	Armungia,Armunja	092002	14	CA	092002	
2525669	Armo	armo	IT	18026	0	Europe/Rome	38.08333	15.73333				03	RC	080063	
2525672	Arixi	arixi	IT	09040	0	Europe/Rome	39.53528	9.15528				14	CA	092070	
2525673	Aritzo	aritzo	IT	08031	1321	Europe/Rome	39.95556	9.19694	796	Aritzo	091001	14	NU	091001	
2525676	Arigliano	arigliano	IT	73034	0	Europe/Rome	39.85	18.35				13	LE	075019	
2525678	Argusto	argusto	IT	88060	392	Europe/Rome	38.68078	16.4354	530	Argusto	079007	03	CZ	079007	
2525683	Arena	arena	IT	56017	914	Europe/Rome	38.56278	16.2099	496	Arena	102002	03	VV	102002	
2525684	Ardore Marina	ardore-marina	IT	89037	3580	Europe/Rome	38.16667	16.2	8			03	RC	080005	
2525685	Ardore	ardore	IT	89031	447	Europe/Rome	38.19137	16.168	250	Ardore,Ardore Superiore	080005	03	RC	080005	
2525687	Archi	archi	IT	66044	0	Europe/Rome	38.15	15.65				03			
2525688	Arbus	arbus	IT	09031	5892	Europe/Rome	39.52722	8.59944	311	Arbus	106001	14	VS	106001	
2525689	Arborea	arborea	IT	09092	1896	Europe/Rome	39.77444	8.58194	7	Arborea,Arboree,Mussolinia,Mussolinia di Sardegna,Villaggio Mussolini	095006	14	OR	095006	
2525691	Àrbatax	arbatax	IT	08048	0	Europe/Rome	39.93444	9.70556		Arbatax,Arbatax di Tortoli,Àrbatax		14	OG	105018	
2525693	Aragona	aragona	IT	92021	8779	Europe/Rome	37.40084	13.61756	400	Aragona,Araguna	084003	15	AG	084003	
2525700	Antonimina	antonimina	IT	89040	506	Europe/Rome	38.27227	16.1484	327	Antonimina	080004	03	RC	080004	
2525701	Antillo	antillo	IT	98030	1128	Europe/Rome	37.97726	15.24479		Antillo,Antillu	083004	15	ME	083004	
2525705	Anoia Superiore	anoia-superiore	IT	89020	1114	Europe/Rome	38.43198	16.09595	256			03	RC	080003	
2525706	Anoia	anoia	IT	89020	2378	Europe/Rome	38.43618	16.0794		Anoia	080003	03	RC	080003	
2525708	Annunziata	annunziata	IT	81020	0	Europe/Rome	39.93333	16.58333		Annunziata,Cappella dell'Annunziata		03	CS	078011	
2525709	Annunziata	annunziata	IT	81020	0	Europe/Rome	39.16667	16.06667				03	CS	078013	
2525710	Anna	anna	IT	89063	0	Europe/Rome	37.92653	15.75371				03	RC	080050	
2525711	Angoli	angoli	IT	88040	261	Europe/Rome	38.97095	16.43732	667			03	CZ	079129	
2525714	Andrano	andrano	IT	73032	5160	Europe/Rome	39.98322	18.38253		Andrano	075005	13	LE	075005	
2525715	Andali	andali	IT	88050	754	Europe/Rome	39.01339	16.76841	650	Andali	079005	03	CZ	079005	
2525720	Amica	amica	IT	87067	1403	Europe/Rome	39.60085	16.66694	34	Amica,Mica		03	CS	078108	
2525723	Amendolara	amendolara	IT	87071	1270	Europe/Rome	39.95211	16.58239	227	Amendolara,amendorara,アメンドラーラ	078011	03	CS	078011	
2525725	Amato	amato	IT	88040	895	Europe/Rome	38.38333	16.13333				03	RC	080071	
2525726	Amaroni	amaroni	IT	88050	1724	Europe/Rome	38.79308	16.4481	378	Amaroni	079003	03	CZ	079003	
2525727	Amantea	amantea	IT	87032	8917	Europe/Rome	39.13319	16.07459	50	Amantea,amantea,アマンテーア	078010	03	CS	078010	
2525728	Altomonte	altomonte	IT	87042	2041	Europe/Rome	39.699	16.12999	455	Altomonte,arutomonte,アルトモンテ	078009	03	CS	078009	
2525729	Altofonte	altofonte	IT	90030	7087	Europe/Rome	38.04205	13.29624	350	Altofonte,Parco,Parcu	082005	15	PA	082005	
2525731	Altilia	altilia	IT	87040	0	Europe/Rome	39.18333	16.86667		Altilia,Attilia		03	KR	101022	
2525732	Altilia	altilia	IT	87040	262	Europe/Rome	39.13049	16.2527	594	Altilia,arutiria,アルティーリア	078008	03	CS	078008	
2525734	Altavilla Milicia	altavilla-milicia	IT	90010	5151	Europe/Rome	38.03785	13.54835	73	Altavilla Milicia	082004	15	PA	082004	
2525736	Alliste	alliste	IT	73040	6054	Europe/Rome	39.94862	18.08883		Alliste	075004	13	LE	075004	
2525739	Allai	allai	IT	09080	354	Europe/Rome	39.95806	8.86389	60	Allai	095005	14	OR	095005	
2525740	Aliminusa	aliminusa	IT	90020	1291	Europe/Rome	37.86395	13.78126	450	Aliminusa,Montemaggiore	082003	15	PA	082003	
2525741	Alimena	alimena	IT	90020	2100	Europe/Rome	37.69365	14.11367	740	Alimena	082002	15	PA	082002	
2525746	Alia	alia	IT	90021	3504	Europe/Rome	37.77995	13.71386	726	Alia	082001	15	PA	082001	
2525747	Alì	ali	IT	98020	933	Europe/Rome	38.02736	15.41769		Ali,Ali Superiore,Alì	083002	15	ME	083002	
2525748	Alessano	alessano	IT	73031	6556	Europe/Rome	39.88862	18.33103		Alessano	075002	13	LE	075002	
2525749	Alessandria della Rocca	alessandria-della-rocca	IT	92010	2979	Europe/Rome	37.56644	13.45335	533	Alessandria della Rocca,Lisciannira di la Rocca,Lisciànnira di la Rocca	084002	15	AG	084002	
2525750	Alessandria del Carretto	alessandria-del-carretto	IT	87070	523	Europe/Rome	39.95811	16.37949	1000	Alessandria,Alessandria del Carretto,Alessándria,アレッサンドリア・デル・カッレット	078007	03	CS	078007	
2525751	Ales	ales	IT	09091	1300	Europe/Rome	39.77083	8.815	194	Ales,aresu,アーレス	095004	14	OR	095004	
2525752	Alcara li Fusi	alcara-li-fusi	IT	98070	2473	Europe/Rome	38.02196	14.70087		Alcara,Alcara Li Fusi,Alcara li Fusi	083001	15	ME	083001	
2525755	Alcamo	alcamo	IT	91011	44431	Europe/Rome	37.99835	12.95654	258	Al'kamo,Alcamo,Arcamu,Àrcamu,Алькамо	081001	15	TP	081001	
2525756	Albidona	albidona	IT	87070	1391	Europe/Rome	39.92332	16.47237	810	Albidona,arubidona,アルビドーナ	078006	03	CS	078006	
2525757	Albi	albi	IT	88055	758	Europe/Rome	39.02499	16.5964	710	Albi	079002	03	CZ	079002	
2525759	Aieta	aieta	IT	87020	711	Europe/Rome	39.9278	15.82348	524	Aieta,Ajeta,aieta,アイエータ	078005	03	CS	078005	
2525760	Aiello Calabro	aiello-calabro	IT	87031	724	Europe/Rome	39.11759	16.16669	502	Aiello,Aiello Calabro,アイエッロ・カーラブロ	078004	03	CS	078004	
2525761	Aidone	aidone	IT	94010	4929	Europe/Rome	37.41545	14.44528	800	Aidone,Aidoni	086002	15	EN	086002	
2525764	Agrigento	agrigento	IT	92100	32514	Europe/Rome	37.31168	13.57962	230	Agridzentas,Agridzhento,Agridžentas,Agrigent,Agrigente,Agrigento,Agrigentum,Agrixento - Agrigento,Girgenti,QAO,agurijento,Агридженто,אגריג'נטו,アグリジェント	AG	15	AG	084001	
2525766	Agnana Calabra	agnana-calabra	IT	89040	543	Europe/Rome	38.30267	16.2229	180	Agnana,Agnana Calabra	080002	03	RC	080002	
2525767	Agira	agira	IT	94011	7627	Europe/Rome	37.65615	14.52158	650	Agira,Agurion	086001	15	EN	086001	
2525769	Adrano	adrano	IT	95031	34446	Europe/Rome	37.66175	14.83478	560	Aderno,Adernó,Adrano,Адрано	087006	15	CT	087006	
2525770	Adami	adami	IT	88041	281	Europe/Rome	39.07111	16.35341	837			03	CZ	079043	
2525772	Acri	acri	IT	87041	9862	Europe/Rome	39.4929	16.38379	720	Acri,Akri,akuri,Акри,アクリ	078003	03	CS	078003	
2525773	Acquedolci	acquedolci	IT	98070	5373	Europe/Rome	38.05606	14.58207			083107	15	ME	083107	
2525774	Acquaviva Platani	acquaviva-platani	IT	93010	795	Europe/Rome	37.57174	13.70156	558	Acquaviva Platani,Acquaviva Plàtani	085001	15	CL	085001	
2525776	Acquaro	acquaro	IT	89832	1559	Europe/Rome	38.55478	16.1872	262	Acquaro	102001	03	VV	102001	
2525777	Acquaro	acquaro	IT	89832	0	Europe/Rome	38.28333	15.9				03	RC	080076	
2525778	Acquarica del Capo	acquarica-del-capo	IT	73040	4734	Europe/Rome	39.91112	18.24543		Acquarica,Acquarica del Capo	075001	13	LE	075001	
2525779	Acquappesa	acquappesa	IT	87020	377	Europe/Rome	39.49573	15.95419	80	Acquappesa,Acquappessa,akkuappeza,アックアッペーザ	078002	03	CS	078002	
2525781	Acquafredda	acquafredda	IT	25010	437	Europe/Rome	38.98999	16.24012	860			03	CZ	079160	
2525782	Acquaformosa	acquaformosa	IT	87010	1145	Europe/Rome	39.7231	16.08988	756	Acquaformosa,Firmoza,akkuaforumoza,アックアフォルモーザ	078001	03	CS	078001	
2525785	Acquacalda	acquacalda	IT	89050	0	Europe/Rome	38.51667	14.95				15	ME	083041	
2525789	Aci Sant'Antonio	aci-sant-antonio	IT	95025	10373	Europe/Rome	37.60832	15.12543	302	Aci Sant'Antonio,Jaci Sant'Antoniu	087005	15	CT	087005	
2525790	Acireale	acireale	IT	95024	49477	Europe/Rome	37.60666	15.16279	161		087004	15	CT	087004	
2525791	Aci Catena	aci-catena	IT	95022	24663	Europe/Rome	37.60617	15.13798	170	Aci Catena,Jaci Catena	087003	15	CT	087003	
2525792	Aci Castello	aci-castello	IT	95021	17588	Europe/Rome	37.55825	15.13459	15	Aci Castello,Jaci Casteddu	087002	15	CT	087002	
2525793	Aci Bonaccorsi	aci-bonaccorsi	IT	95020	3143	Europe/Rome	37.59765	15.10789	365	Aci Bonaccorsi,Aci Buonaccorsi,Jaci Bonaccossi	087001	15	CT	087001	
2525796	Acate	acate	IT	97011	8000	Europe/Rome	37.02504	14.49298		Biscari,Vischiri	088001	15	RG	088001	
2568511	Cussorgia	cussorgia	IT	09011	0	Europe/Rome	39.1	8.4				14	CI	107002	
2591169	Villa d'Orri	villa-d-orri	IT	09018	0	Europe/Rome	39.11222	9.00944				14	CA	092066	
2591229	Solànas	solanas	IT	09072	0	Europe/Rome	39.13694	9.42861		Solanas,Solànas		14	CA	092080	
2591236	Sant'Andrea	sant-andrea	IT	25038	0	Europe/Rome	39.21778	9.27056				14	CA	092051	
2591241	Sant'Elia	sant-elia	IT	60044	0	Europe/Rome	39.19111	9.14056				14	CA	092009	
2592654	Santa Maria Navarrese	santa-maria-navarrese	IT	08040	1569	Europe/Rome	39.98972	9.6875	9	Santa Maria Navarrese		14	OG	105003	
2592655	Cardedu	cardedu	IT	08040	1319	Europe/Rome	39.79278	9.63232	40	Cardedu	105004	14	OG	105004	
2592658	Siurgus Donigala	siurgus-donigala	IT	09040	2027	Europe/Rome	39.59697	9.18275	452	Siurgus Donigala	092081	14	CA	092081	
2592660	Annunziata	annunziata	IT	81020	0	Europe/Rome	39.30222	9.50528				14	CA	092106	
2592662	San Gregorio	san-gregorio	IT	22010	0	Europe/Rome	39.30056	9.36556				14	CA	092080	
3163827	Volpago del Montello	volpago-del-montello	IT	31040	3888	Europe/Rome	45.7773	12.11441	94	Volpago,Volpago del Montello	026093	20	TV	026093	
3163828	Abbazia	abbazia	IT	15024	0	Europe/Rome	45.03333	6.83333		Abbadia,Abbazia,La Prevote,La Prevôté		12	TO	001175	
3163832	Zuri	zuri	IT	09074	0	Europe/Rome	40.11667	8.86667				14	OR	095016	
3163834	Zungoli	zungoli	IT	83030	1432	Europe/Rome	41.12532	15.20365		Zungoli	064120	04	AV	064120	
3163837	Zuglio	zuglio	IT	33020	455	Europe/Rome	46.46389	13.0225	429	Zuglio,Zui	030136	06	UD	030136	
3163838	Zuel	zuel	IT	32043	0	Europe/Rome	46.52361	12.14833				20	BL	025016	
3163840	Zuccarello	zuccarello	IT	17039	0	Europe/Rome	45.53333	12.35				20	VE	027042	
3163841	Zuccarello	zuccarello	IT	17039	279	Europe/Rome	44.11103	8.11585	130	Sucare,Sucarê,Zuccarello,Zuccarrello	009069	08	SV	009069	
3163844	Zovencedo	zovencedo	IT	36020	866	Europe/Rome	45.42849	11.5032		Zovencedo	024121	20	VI	024121	
3163846	Zoppola	zoppola	IT	33080	2241	Europe/Rome	45.96611	12.7675	36	Copule,Zoppola	093051	06	PN	093051	
3163849	Zollino	zollino	IT	73010	2194	Europe/Rome	40.20652	18.24873		Tzuddhino,Zollino	075094	13	LE	075094	
3163853	Zola Predosa	zola-predosa	IT	40069	15965	Europe/Rome	44.48966	11.21831			037060	05	BO	037060	
3163854	Zogno	zogno	IT	24019	9015	Europe/Rome	45.79188	9.65615		Zogno	016246	09	BG	016246	
3163857	Zocca	zocca	IT	41059	0	Europe/Rome	44.93333	10.9				09	MN	020035	
3163858	Zocca	zocca	IT	41059	1773	Europe/Rome	44.34726	10.99041	758		036047	05	MO	036047	
3163859	Zoagli	zoagli	IT	16030	2126	Europe/Rome	44.33668	9.2668	17	Zoaggi,Zoagli	010067	08	GE	010067	
3163862	Ziracco	ziracco	IT	33047	602	Europe/Rome	46.11167	13.34111	121			06	UD	030091	
3163866	Zinasco Nuovo	zinasco-nuovo	IT	27030	0	Europe/Rome	45.11667	9				09	PV	018190	
3163867	Zinasco	zinasco	IT	27030	2950	Europe/Rome	45.12836	9.02975		Zinasco	018190	09	PV	018190	
3163869	Zimone	zimone	IT	13887	424	Europe/Rome	45.44926	8.03602	410	Zimone	096081	12	BI	096081	
3163870	Zimella	zimella	IT	37040	810	Europe/Rome	45.33219	11.3753	25	Zimella	023098	20	VR	023098	
3163871	Zimella	zimella	IT	37040	0	Europe/Rome	44.63333	10.73333				05	RE	035033	
3163872	Zibido San Giacomo	zibido-san-giacomo	IT	20058	5415	Europe/Rome	45.36041	9.11119		Zibido San Giacomo,ジービド・サン・ジャコモ	015247	09	MI	015247	
3163874	Zibello	zibello	IT	43016	910	Europe/Rome	45.01847	10.12968	35	Zibello,jiberro,ジベッロ	034048	05	PR	034048	
3163875	Ziano Piacentino	ziano-piacentino	IT	29010	574	Europe/Rome	45.00146	9.40156	220	Ziano,Ziano Piacentino	033048	05	PC	033048	
3163876	Ziano di Fiemme	ziano-di-fiemme	IT	38030	1661	Europe/Rome	46.28651	11.56598	953	Ziano di Fiemme,ジアーノ・ディ・フィエンメ	022226	17	TN	022226	
3163877	Panchià	panchia	IT	38030	682	Europe/Rome	46.28571	11.54248		Panchia,Panchia Ziano,Panchià,Panchià Ziano,pankia,パンキア	022134	17	TN	022134	
3163878	Zevio	zevio	IT	37059	12035	Europe/Rome	45.37209	11.12929		Zevio	023097	20	VR	023097	
3163879	Zero Branco	zero-branco	IT	31059	5838	Europe/Rome	45.59865	12.16034	18	Zero Branco	026095	20	TV	026095	
3163881	Zermeghedo	zermeghedo	IT	36050	1245	Europe/Rome	45.47499	11.3695	84	Zermeghedo	024120	20	VI	024120	
3163882	Zerman	zerman	IT	31021	819	Europe/Rome	45.57944	12.26833	8			20	TV	026043	
3163885	Zerbolò	zerbolo	IT	27020	1216	Europe/Rome	45.20716	9.01295		Zerbolo,Zerbolò	018189	09	PV	018189	
3163886	Zerbo	zerbo	IT	27017	466	Europe/Rome	45.11046	9.39606		Zerbo	018188	09	PV	018188	
3163887	Zepponami	zepponami	IT	01027	1707	Europe/Rome	42.52439	12.05377	450			07	VT	056036	
3163888	Zenson di Piave	zenson-di-piave	IT	31050	1086	Europe/Rome	45.67833	12.48833	7	Zenson,Zenson di Piave,Zenzon di Piave	026094	20	TV	026094	
3163893	Zeme	zeme	IT	27030	1197	Europe/Rome	45.19726	8.66834			018186	09	PV	018186	
3163894	Zelo Buon Persico	zelo-buon-persico	IT	26839	5200	Europe/Rome	45.41247	9.43265		Zelo Buon Persico,ゼーロ・ブオン・ペルシコ	098061	09	LO	098061	
3163895	Zelo	zelo	IT	45020	0	Europe/Rome	45.5	12.21667				20	VE	027042	
3163896	Zelo	zelo	IT	45020	0	Europe/Rome	45.05	11.4				20	RO	029014	
3163898	Zelarino	zelarino	IT	30174	5260	Europe/Rome	45.51083	12.20417	2			20	VE	027042	
3163902	Zavattarello	zavattarello	IT	27059	1129	Europe/Rome	44.86746	9.26516		Zavattarello,Zavattarello-Valverde	018184	09	PV	018184	
3163904	Zapponeta	zapponeta	IT	71030	3013	Europe/Rome	41.45704	15.95706		Zapponeta,Zapponete,Zapponétë	071064	13	FG	071064	
3163911	Zanica	zanica	IT	24050	7063	Europe/Rome	45.64088	9.68566		Zanica	016245	09	BG	016245	
3163916	Zanè	zane	IT	36010	6114	Europe/Rome	45.7234	11.44289		Zane,Zanè	024119	20	VI	024119	
3163917	Zandobbio	zandobbio	IT	24060	2281	Europe/Rome	45.68788	9.85336		Zandobbio	016244	09	BG	016244	
3163919	Zancona	zancona	IT	58031	0	Europe/Rome	42.8592	11.52509				16	GR	053001	
3163930	Zambana	zambana	IT	38097	1569	Europe/Rome	46.1517	11.09618	206	Zambana,zanbana,ザンバーナ	022225	17	TN	022225	
3163932	Zagarolo	zagarolo	IT	00039	11509	Europe/Rome	41.82648	12.8396	303	Zagarolo,zagarolo,zagaroro,ザガローロ	058114	07	RM	058114	
3164236	Villa Garibaldi	villa-garibaldi	IT	46037	0	Europe/Rome	45.147	10.92264				09	MN	020052	
3163948	Vomero	vomero	IT	80127	0	Europe/Rome	40.83333	14.23333		Rione Vomero,Vomero,Vommaro		04	NA	063049	
3163950	Volvera	volvera	IT	10040	5660	Europe/Rome	44.95484	7.51142	251	Volvera,vu~oruvu~era,ヴォルヴェーラ	001315	12	TO	001315	
3163954	Volturino	volturino	IT	71030	1992	Europe/Rome	41.47723	15.12424		Volturino	071062	13	FG	071062	
3163955	Volturara Irpina	volturara-irpina	IT	83050	4229	Europe/Rome	40.88242	14.91574		Volturara Irpina	064119	04	AV	064119	
3163956	Volturara Appula	volturara-appula	IT	71030	595	Europe/Rome	41.49603	15.05224		Volturara Appula	071061	13	FG	071061	
3163957	Voltri	voltri	IT	16158	0	Europe/Rome	44.42973	8.74855				08	GE	010025	
3163958	Voltre	voltre	IT	47012	0	Europe/Rome	44.03444	12.04083		Badia di Voltre,Voltre		05	FC	040009	
3163961	Voltido	voltido	IT	26030	452	Europe/Rome	45.11197	10.33298		Voltido	019115	09	CR	019115	
3163962	Volterra	volterra	IT	56048	11264	Europe/Rome	43.40034	10.86002		Vol'terra,Volterra,Вольтерра	050039	16	PI	050039	
3163964	Voltana	voltana	IT	48022	0	Europe/Rome	44.55	11.96667		Il Casino,Voltana		05	RA	039001	
3163965	Volta Mantovana	volta-mantovana	IT	46049	6628	Europe/Rome	45.31868	10.65848		Volta Mantovana,ヴォルタ・マントヴァーナ	020070	09	MN	020070	
3163966	Voltago Agordino	voltago-agordino	IT	32020	991	Europe/Rome	46.27139	12.00574			025067	20	BL	025067	
3163967	Voltaggio	voltaggio	IT	15060	571	Europe/Rome	44.62175	8.84306	342	Voltaggio	006190	12	AL	006190	
3163974	Volpiano	volpiano	IT	10088	14371	Europe/Rome	45.20145	7.77822	219	Volpian,Volpiano,vu~orupyano,ヴォルピャーノ	001314	12	TO	001314	
3163977	Volpedo	volpedo	IT	15059	1027	Europe/Rome	44.89026	8.98185	194	Volpedo	006188	12	AL	006188	
3163980	Volpara	volpara	IT	27047	132	Europe/Rome	44.95306	9.29686		Volpara	018183	09	PV	018183	
3163981	Volpara	volpara	IT	27047	0	Europe/Rome	44.71399	9.12166				12	AL	006002	
3163984	Volongo	volongo	IT	26030	620	Europe/Rome	45.21188	10.30138		Volongo	019114	09	CR	019114	
3163985	Vologno	vologno	IT	42035	0	Europe/Rome	44.4	10.43333				05	RE	035016	
3163987	Volargne	volargne	IT	37020	0	Europe/Rome	45.55	10.81667				20	VR	023062	
3163989	Volano	volano	IT	38060	3068	Europe/Rome	45.918	11.06238	189	Volano,vu~orano,ヴォラーノ	022224	17	TN	022224	
3163990	Volania	volania	IT	44022	0	Europe/Rome	44.73333	12.13333				05	FE	038006	
3163992	Vogogna	vogogna	IT	28805	1434	Europe/Rome	46.00898	8.29302	226	Vogogna	103077	12	VB	103077	
3163995	Voghera	voghera	IT	27058	38183	Europe/Rome	44.99467	9.00862		Iria,Vogera,Voghera,vu~ogera,Вогера,ヴォゲーラ	018182	09	PV	018182	
3163996	Voghenza	voghenza	IT	44019	487	Europe/Rome	44.76667	11.75	4			05	FE	038023	
3163998	Vodo Cadore	vodo-cadore	IT	32040	936	Europe/Rome	46.42333	12.24944		Vodo,Vodo Cadore,Vodo di Cadore	025066	20	BL	025066	
3164001	Vobbia	vobbia	IT	16010	497	Europe/Rome	44.60125	9.03866		Obbia,Vobbia	010066	08	GE	010066	
3164002	Vobarno	vobarno	IT	25079	7477	Europe/Rome	45.64009	10.50347		Vobarno,vu~obaruno,ヴォバルノ	017204	09	BS	017204	
3164003	Vo	vo	IT	35030	909	Europe/Rome	45.45646	11.44522	45			20	VI	024015	
3164004	Vizzola Ticino	vizzola-ticino	IT	21010	428	Europe/Rome	45.6317	8.6865		Vizzola,Vizzola Ticino	012140	09	VA	012140	
3164010	Vivo d'Orcia	vivo-d-orcia	IT	53023	0	Europe/Rome	42.93167	11.6419				16	SI	052007	
3164016	Vivaro Romano	vivaro-romano	IT	00020	223	Europe/Rome	42.09983	13.00669		Vivaro Romano,ヴィヴァーロ・ロマーノ	058113	07	RM	058113	
3164018	Vivaro	vivaro	IT	33099	634	Europe/Rome	46.07759	12.77846	138	Vivar,Vivaro	093050	06	PN	093050	
3164019	Vivaro	vivaro	IT	33099	0	Europe/Rome	45.61667	11.53333				20	VI	024038	
3164023	Viù	viu	IT	10070	1225	Europe/Rome	45.23915	7.37541		Viu,Viù,vu~iu,ヴィウ	001313	12	TO	001313	
3164024	Vitulazio	vitulazio	IT	81041	6550	Europe/Rome	41.16092	14.20869	57	Vitulazio	061100	04	CE	061100	
3164025	Vitulano	vitulano	IT	82038	1970	Europe/Rome	41.17285	14.65004	430	Vitulano	062077	04	BN	062077	
3164026	Vittuone	vittuone	IT	20009	7526	Europe/Rome	45.48797	8.95244		Vittuone,vu~itto~uone,ヴィットゥオーネ	015243	09	MI	015243	
3164027	Vittorito	vittorito	IT	67030	898	Europe/Rome	42.12703	13.8167	377	Vittorito	066108	01	AQ	066108	
3164028	Vittorio Veneto	vittorio-veneto	IT	31029	24789	Europe/Rome	45.97667	12.30333	138	Vitorio,Vittorio,Vittorio Veneto,Vittorio-Veneto,Vitòrio,Витторио-Венето,ヴィットリオ・ヴェネト	026092	20	TV	026092	
3164029	Vitorchiano	vitorchiano	IT	01030	1982	Europe/Rome	42.46543	12.17246	285		056060	07	VT	056060	
3164032	Vito d'Asio	vito-d-asio	IT	33090	892	Europe/Rome	46.22824	12.93889		Vit,Vito d'Asio,Vito d’Asio		06	PN	093049	
3164033	Vitigliano	vitigliano	IT	73020	0	Europe/Rome	40.03951	18.4117				13	LE	075072	
3164034	Viticuso	viticuso	IT	03040	428	Europe/Rome	41.52432	13.97112		Viticuso	060091	07	FR	060091	
3164039	Viterbo	viterbo	IT	01100	47134	Europe/Rome	42.41783	12.10856	326	Viterbe,Viterbium,Viterbo,vu~iterubo,Витербо,ヴィテルボ	VT	07	VT	056059	
3164044	Vistrorio	vistrorio	IT	10080	442	Europe/Rome	45.44246	7.76802	480	Vistrorio,vu~isutororio,ヴィストローリオ	001312	12	TO	001312	
3164045	Visso	visso	IT	62039	793	Europe/Rome	42.92924	13.08738	607		043057	10	MC	043057	
3164046	Visome	visome	IT	32100	0	Europe/Rome	46.10861	12.195				20	BL	025029	
3164047	Visogliano	visogliano	IT	34011	0	Europe/Rome	45.78333	13.65				06	TS	032001	
3164049	Visnadello	visnadello	IT	31027	0	Europe/Rome	45.88333	12.31667				20	TV	026021	
3164050	Visnadello	visnadello	IT	31027	0	Europe/Rome	45.75806	12.25194				20	TV	026082	
3164051	Viserba	viserba	IT	47900	0	Europe/Rome	44.08888	12.5366		Viserba a Mare		05	RN	099014	
3164055	Visciano	visciano	IT	80030	0	Europe/Rome	42.48333	12.48333				18	TR	055022	
3164056	Visciano	visciano	IT	80030	0	Europe/Rome	41.21667	14.11667				04	CE	061010	
3164057	Visciano	visciano	IT	80030	4621	Europe/Rome	40.92541	14.58284		Visciano,vu~ishano,ヴィシャーノ	063088	04	NA	063088	
3164061	Visano	visano	IT	25010	1700	Europe/Rome	45.31838	10.37238		Visano,vu~izano,ヴィザーノ	017203	09	BS	017203	
3164062	Virle Piemonte	virle-piemonte	IT	10060	1099	Europe/Rome	44.86454	7.57012	246	Virle Piemonte,ヴィルレ・ピエモンテ	001310	12	TO	001310	
3164065	Vipiteno - Sterzing	vipiteno	IT	39049	5785	Europe/Rome	46.89253	11.43007		Sterzing,Sterzing-Vipiteno,Vipiteno,Vipitenum,vu~ipiteno,ヴィピテーノ	021115	17	BZ	021115	
3164066	Vione	vione	IT	25050	758	Europe/Rome	46.2484	10.44716		Vione,vu~ione,ヴィオーネ	017202	09	BS	017202	
3164068	Viola	viola	IT	12070	461	Europe/Rome	44.29203	7.96474		Viola	004249	12	CN	004249	
3164069	Vinzaglio	vinzaglio	IT	28060	229	Europe/Rome	45.32296	8.51914	124	Vinzaglio	003164	12	NO	003164	
3164072	Vindoli	vindoli	IT	02016	0	Europe/Rome	42.58333	13.01667				07	RI	057033	
3164074	Vinci	vinci	IT	50059	1519	Europe/Rome	43.77885	10.92242	97	Vinchi,Vinci,vu~inchi,Винчи,ヴィンチ	048050	16	FI	048050	
3164075	Vinchiaturo	vinchiaturo	IT	86019	1705	Europe/Rome	41.49292	14.59073	620	Vinchiaturo	070084	11	CB	070084	
3164077	Vinca	vinca	IT	54013	0	Europe/Rome	44.13799	10.15712				16	MS	045007	
3164079	Vinadio	vinadio	IT	12010	405	Europe/Rome	44.30902	7.17602	904	Vinadio,vinadio,Винадио	004248	12	CN	004248	
3164080	Vimodrone	vimodrone	IT	20055	13868	Europe/Rome	45.51537	9.28565		Vimodrone,vu~imodorone,ヴィモドローネ	015242	09	MI	015242	
3164083	Vimercate	vimercate	IT	20871	25536	Europe/Rome	45.61188	9.36705		Vicus Mercati,Vimercate,Vimerkate,vu~imerukate,Вимеркате,ヴィメルカーテ	108050	09	MB	108050	
3164084	Vilpiano	vilpiano	IT	39018	0	Europe/Rome	46.55	11.21667				17	BZ	021055	
3164087	Villotta	villotta	IT	33083	1397	Europe/Rome	45.86336	12.75418	16	Villota,Villotta,Villotta di Chions,Villutta	093013	06	PN	093013	
3164089	Villore	villore	IT	50039	0	Europe/Rome	43.96667	11.55				16	FI	048049	
3164090	Villorba	villorba	IT	31020	16921	Europe/Rome	45.71289	12.25697		Villorba	026091	20	TV	026091	
3164092	Villongo	villongo	IT	24060	6396	Europe/Rome	45.66788	9.92976		Villongo	016242	09	BG	016242	
3164093	Villò	villo	IT	29020	0	Europe/Rome	44.9	9.65				05	PC	033045	
3164094	Villimpenta	villimpenta	IT	46039	2105	Europe/Rome	45.14718	11.03169		Villimpenta	020068	09	MN	020068	
3164096	Villetta Barrea	villetta-barrea	IT	67030	652	Europe/Rome	41.77583	13.93851	990	Villetta Barrea	066107	01	AQ	066107	
3164101	Villesse	villesse	IT	34070	1659	Europe/Rome	45.86056	13.44083	18	Viles,Villesse	031025	06	GO	031025	
3164104	Villefranche	villefranche	IT	11020	0	Europe/Rome	45.73333	7.41667				19	AO	007011	
3164108	Ville	ville	IT	11020	0	Europe/Rome	42.33333	12.88333		Prime Ville,Ville		07	RI	057005	
3164109	Villazzano	villazzano	IT	38100	0	Europe/Rome	46.04875	11.13846				17	TN	022205	
3164110	Villa Vomano	villa-vomano	IT	64100	551	Europe/Rome	42.61339	13.76407	386	Villa Littorio,Villa Vomano		01	TE	067041	
3164111	Villa Vicentina	villa-vicentina	IT	33059	1270	Europe/Rome	45.81211	13.39541	8	Vile Visintine,Villa Vicentina	030134	06	UD	030134	
3164114	Villavesco	villavesco	IT	26838	5020	Europe/Rome	45.33622	9.40584				09	LO	098056	
3164115	Villa Verucchio	villa-verucchio	IT	47826	6576	Europe/Rome	44.0051	12.43575	91	La Villa		05	RN	099020	
3164116	Villaverla	villaverla	IT	36030	4391	Europe/Rome	45.6517	11.4873	75	Villaverla	024118	20	VI	024118	
3164120	Villavallelonga	villavallelonga	IT	67050	936	Europe/Rome	41.87143	13.6212	1005	Villavallelonga	066106	01	AQ	066106	
3164121	Villa Tucci	villa-tucci	IT	66014	438	Europe/Rome	42.30466	14.32141	209			01	CH	069027	
3164123	Villate	villate	IT	10010	0	Europe/Rome	45.35	7.83333				12	TO	001159	
3164125	Villata	villata	IT	13010	1590	Europe/Rome	45.38776	8.43263	136	La Vilata,Villata	002164	12	VC	002164	
3164126	Villata	villata	IT	13010	0	Europe/Rome	44.86667	7.96667				12	AT	005112	
3164127	Villastrada	villastrada	IT	06061	0	Europe/Rome	44.96667	10.65				09	MN	020022	
3164128	Villastellone	villastellone	IT	10029	4629	Europe/Rome	44.91724	7.74493	234	Villastellone,vu~irrasuterrone,ヴィッラステッローネ	001308	12	TO	001308	
3164130	Villa Santo Stefano	villa-santo-stefano	IT	03020	1763	Europe/Rome	41.51742	13.3102		Villa Santo Stefano	060090	07	FR	060090	
3164131	Villa Santina	villa-santina	IT	33029	2145	Europe/Rome	46.4175	12.92222	363	Vile Santine,Villa Santina	030133	06	UD	030133	
3164132	Villa Sant'Antonio	villa-sant-antonio	IT	09080	0	Europe/Rome	42.93333	13.08333				10	MC	043057	
3164133	Villa Santa Maria	villa-santa-maria	IT	66047	0	Europe/Rome	42.45	12.53333				18	TR	055022	
3164134	Villa Santa Maria	villa-santa-maria	IT	66047	1229	Europe/Rome	41.95243	14.35182	320	Villa Santa Maria	069102	01	CH	069102	
3164135	Villa Santa Lucia degli Abruzzi	villa-santa-lucia-degli-abruzzi	IT	67020	206	Europe/Rome	42.33314	13.777		Villa Santa Lucia degli Abruzzi	066104	01	AQ	066104	
3164136	Villa Santa Lucia	villa-santa-lucia	IT	03030	2622	Europe/Rome	41.51242	13.77001		Villa Santa Lucia	060089	07	FR	060089	
3164137	Villa Santa Croce	villa-santa-croce	IT	81013	0	Europe/Rome	41.18333	14.31667				04	CE	061056	
3164138	Villasanta	villasanta	IT	20852	12951	Europe/Rome	45.60798	9.31035		Santa,Villasanta,vu~irrasanta,ヴィッラサンタ	108049	09	MB	108049	
3164140	Villa San Secondo	villa-san-secondo	IT	14020	234	Europe/Rome	45.00655	8.13363	287	Vila San Sgond,Villa San Secondo	005119	12	AT	005119	
3164141	Villa San Sebastiano	villa-san-sebastiano	IT	67069	0	Europe/Rome	42.01667	13.3		San Sebastiano,Villa San Sebastiano		01	AQ	066023	
3164142	Villa San Martino	villa-san-martino	IT	48022	672	Europe/Rome	44.41667	11.86667	16			05	RA	039012	
3164143	Villa San Leonardo	villa-san-leonardo	IT	66026	0	Europe/Rome	42.3	14.4		San Leonardo,Villa San Leonardo		01	CH	069086	
3164145	Villar Perosa	villar-perosa	IT	10069	3930	Europe/Rome	44.91874	7.24922	530	Villa Perosa,Villar Perosa,ヴィッラール・ペローザ	001307	12	TO	001307	
3164146	Villar Pellice	villar-pellice	IT	10060	809	Europe/Rome	44.80834	7.15212	664	Villar Pellice,ヴィッラール・ペッリチェ	001306	12	TO	001306	
3164147	Villarotta	villarotta	IT	42045	1372	Europe/Rome	44.92517	10.74382	21			05	RE	035026	
3164150	Villa Romana	villa-romana	IT	67061	0	Europe/Rome	42.06667	13.08333				01	AQ	066067	
3164153	Villaricca	villaricca	IT	80010	26175	Europe/Rome	40.92161	14.18983		Villaricca,Villarikka,vu~irrarikka,Вилларикка,ヴィッラリッカ	063087	04	NA	063087	
3164154	Villar Focchiardo	villar-focchiardo	IT	10050	2037	Europe/Rome	45.11244	7.23841		Villar Focchiardo,ヴィッラール・フォッキアルド	001305	12	TO	001305	
3164155	Villaretto	villaretto	IT	10060	298	Europe/Rome	45.01667	7.11667	1007	Villaretto,Villaretto di Roreto Chisone		12	TO	001227	
3164158	Villareggia	villareggia	IT	10030	814	Europe/Rome	45.31006	7.97662	274	Villareggia,vu~irrarejja,ヴィッラレッジャ	001304	12	TO	001304	
3164159	Villarboit	villarboit	IT	13030	295	Europe/Rome	45.43736	8.33733	162	Villarboit	002163	12	VC	002163	
3164160	Villa Raspa	villa-raspa	IT	65010	0	Europe/Rome	45.76667	11.93333				20	TV	026003	
3164162	Villa Potenza	villa-potenza	IT	62100	2086	Europe/Rome	43.32149	13.42649	95			10	MC	043023	
3164164	Villapiccola	villapiccola	IT	32040	0	Europe/Rome	46.55	12.45				20	BL	025005	
3164165	Villapiana	villapiana	IT	32020	0	Europe/Rome	46.03333	12				20	BL	025028	
3164167	Villa Pedergnano	villa-pedergnano	IT	25030	0	Europe/Rome	45.58333	10		Pedergnano,Villa Pedergnano		09	BS	017069	
3164168	Villa Pasquali	villa-pasquali	IT	46018	0	Europe/Rome	45	10.53333				09	MN	020054	
3164169	Villa Ottone	villa-ottone	IT	39030	927	Europe/Rome	46.86667	11.95	840			17	BZ	021034	
3164171	Villaorba	villaorba	IT	33031	646	Europe/Rome	46.0111	13.06937	71			06	UD	030009	
3164172	Villanuova sul Clisi	villanuova-sul-clisi	IT	25089	4762	Europe/Rome	45.60019	10.45277		Villanuova sul Clisi,ヴィッラヌオーヴァ・スル・クリージ	017201	09	BS	017201	
3164174	Villanterio	villanterio	IT	27019	2657	Europe/Rome	45.21947	9.36436		Villanterio	018180	09	PV	018180	
3164175	Villanova sull'Arda	villanova-sull-arda	IT	29010	1930	Europe/Rome	45.02647	9.99847		Villanova	033046	05	PC	033046	
3164176	Villanova Santa Margherita	villanova-santa-margherita	IT	30025	0	Europe/Rome	45.78333	12.91667				20	VE	027016	
3164177	Villanova Monteleone	villanova-monteleone	IT	07019	2588	Europe/Rome	40.5025	8.46917		Villanova Monteleone	090078	14	SS	090078	
3164178	Villanova Monferrato	villanova-monferrato	IT	15030	1717	Europe/Rome	45.18286	8.47924	111	Vilaneuva Monfra,Vilaneuva Monfrà,Villanova,Villanova Monferrato	006185	12	AL	006185	
3164179	Villanova Mondovì	villanova-mondovi	IT	12089	5445	Europe/Rome	44.34693	7.76634		Villanova,Villanova Mondovi,Villanova Mondovì	004245	12	CN	004245	
3164180	Villanova Marchesana	villanova-marchesana	IT	45030	373	Europe/Rome	44.99228	11.96472	3	Villanova	029051	20	RO	029051	
3164181	Villanova del Ghebbo	villanova-del-ghebbo	IT	45020	2196	Europe/Rome	45.05918	11.63901			029050	20	RO	029050	
3164182	Villanova del Battista	villanova-del-battista	IT	83030	1998	Europe/Rome	41.12082	15.15875		Villanova del Battista	064118	04	AV	064118	
3164183	Villanova d'Asti	villanova-d-asti	IT	14019	3798	Europe/Rome	44.94185	7.93713	260	Vilaneuva d'Ast,Villanova d'Asti,Villanuova d'Asti	005118	12	AT	005118	
3164184	Villanova d'Ardenghi	villanova-d-ardenghi	IT	27030	687	Europe/Rome	45.17166	9.04235		Villanova d'Ardenghi	018179	09	PV	018179	
3164185	Villanova d'Albenga	villanova-d-albenga	IT	17038	2171	Europe/Rome	44.04725	8.14336	29	Villanova,Villanova d'Albenga	009068	08	SV	009068	
3164186	Villanova	villanova	IT	00012	0	Europe/Rome	46.39917	13.28611				06	UD	030025	
3164187	Villanova	villanova	IT	00012	1005	Europe/Rome	46.13472	12.97194	155			06	UD	030099	
3164188	Villanova	villanova	IT	00012	0	Europe/Rome	45.83667	12.95889		Villanova,Villanova della Cartera		20	VE	027034	
3164189	Villanova	villanova	IT	00012	0	Europe/Rome	45.36667	8.75				09	PV	018035	
3164190	Villanova	villanova	IT	00012	0	Europe/Rome	44.8	7.05				12	TO	001026	
3164191	Villanova	villanova	IT	00012	0	Europe/Rome	44.48333	11.41667		Villanova,Villanuova		05	BO	037054	
3164192	Villanova	villanova	IT	00012	2069	Europe/Rome	44.44722	12.04778	7			05	RA	039002	
3164193	Villanova	villanova	IT	00012	777	Europe/Rome	44.24739	11.98065	27			05	FC	040012	
3164194	Villanova	villanova	IT	00012	0	Europe/Rome	43.7	10.98333				16	FI	048014	
3164195	Villanova	villanova	IT	00012	342	Europe/Rome	43.00704	12.32941	246			18	PG	054027	
3164196	Villanova	villanova	IT	00012	0	Europe/Rome	42.69111	13.2275				07	RI	057001	
3164197	Villanova	villanova	IT	00012	0	Europe/Rome	40.83333	14.21667				04	NA	063049	
3164199	Villaneto	villaneto	IT	85030	0	Europe/Rome	40.05	16.2				02	PZ	076034	
3164202	Villammare	villammare	IT	84079	0	Europe/Rome	40.06667	15.58333		Villamare,Villammare		04	SA	065156	
3164203	Villa Minozzo	villa-minozzo	IT	42030	1206	Europe/Rome	44.36506	10.466	680		035045	05	RE	035045	
3164204	Villamarzana	villamarzana	IT	45030	728	Europe/Rome	45.01358	11.69741	7		029049	20	RO	029049	
3164209	Villamaina	villamaina	IT	83050	1005	Europe/Rome	40.96942	15.09005		Villamaina	064117	04	AV	064117	
3164211	Villamagna	villamagna	IT	56048	0	Europe/Rome	43.76173	11.38209	327			16	FI	048001	
3164212	Villamagna	villamagna	IT	56048	0	Europe/Rome	43.48333	10.83333				16	PI	050039	
3164213	Villamagna	villamagna	IT	56048	1107	Europe/Rome	42.32894	14.23611	255	Villamagna	069101	01	CH	069101	
3164216	Villalvernia	villalvernia	IT	15050	953	Europe/Rome	44.81387	8.85532	193	Villaivernia,Villalvernia	006183	12	AL	006183	
3164217	Villalta	villalta	IT	47042	0	Europe/Rome	45.56667	11.66667				20	VI	024083	
3164218	Villalta	villalta	IT	47042	0	Europe/Rome	44.18167	12.37417				05	FC	040008	
3164219	Villa Literno	villa-literno	IT	81039	10364	Europe/Rome	41.00991	14.08052		Villa Literno	061099	04	CE	061099	
3164220	Villalfonsina	villalfonsina	IT	66020	498	Europe/Rome	42.16054	14.57162	203	Villalfonsina	069100	01	CH	069100	
3164221	Villa Latina	villa-latina	IT	03040	1247	Europe/Rome	41.61522	13.83591		Villa Latina	060088	07	FR	060088	
3164222	Villalago	villalago	IT	67030	581	Europe/Rome	41.93473	13.84201	930	Villalago	066103	01	AQ	066103	
3164223	Villa Lagarina	villa-lagarina	IT	38060	2048	Europe/Rome	45.9162	11.03058	180	Villa Lagarina,ヴィッラ・ラガリーナ	022222	17	TN	022222	
3164224	Villair	villair	IT	11020	0	Europe/Rome	45.8	6.98333				19	AO	007022	
3164225	Villair	villair	IT	11020	0	Europe/Rome	45.75	7.06667				19	AO	007040	
3164226	Villa Inferno	villa-inferno	IT	48015	799	Europe/Rome	44.23333	12.31667	4			05	RA	039007	
3164227	Villa Guardia	villa-guardia	IT	22079	6487	Europe/Rome	45.77648	9.02664		Villa Guardia	013245	09	CO	013245	
3164231	Villagrande	villagrande	IT	61014	0	Europe/Rome	43.83333	12.35				10	PU	041033	
3164232	Villa Grande	villa-grande	IT	66026	0	Europe/Rome	42.16667	13.66667				01	AQ	066100	
3164237	Villaganzerla	villaganzerla	IT	36020	1081	Europe/Rome	45.43333	11.61667	22			20	VI	024027	
3164238	Villaga	villaga	IT	36021	1859	Europe/Rome	45.40279	11.5338		Villaga	024117	20	VI	024117	
3164239	Villafranca Piemonte	villafranca-piemonte	IT	10068	3247	Europe/Rome	44.77894	7.50042	253	Villafranca,Villafranca Piemonte,Villafranca Sabauda,ヴィッラフランカ・ピエモンテ	001300	12	TO	001300	
3164240	Villafranca in Lunigiana	villafranca-in-lunigiana	IT	54028	3070	Europe/Rome	44.29485	9.94898	130	Villafranca,Villafranca Lunigiana,Villafranca in Lunigiana,ヴィッラフランカ・イン・ルニジャーナ	045016	16	MS	045016	
3164241	Villafranca di Verona	villafranca-di-verona	IT	37069	15895	Europe/Rome	45.35238	10.84019	54	Villafranca di Verona,ヴィッラフランカ・ディ・ヴェローナ	023096	20	VR	023096	
3164243	Villafranca d'Asti	villafranca-d-asti	IT	14018	2289	Europe/Rome	44.91195	8.03163	206	Vilafranca d'Ast,Villafranca,Villafranca d'Asti	005117	12	AT	005117	
3164244	Villafranca	villafranca	IT	17033	0	Europe/Rome	41.48333	12.98333		Casa Villafranca,Villafranca		07	LT	059028	
3164245	Villa Fornaci	villa-fornaci	IT	20060	0	Europe/Rome	45.55	9.45				09	MI	015106	
3164248	Villafontana	villafontana	IT	37051	590	Europe/Rome	45.29299	11.08492	30			20	VR	023012	
3164249	Villa Faraldi	villa-faraldi	IT	18010	435	Europe/Rome	43.96842	8.08965		A Vila Faraodi,Villa Faraldi	008067	08	IM	008067	
3164250	Villafalletto	villafalletto	IT	12020	1364	Europe/Rome	44.54373	7.54013	431	Villafalletto	004244	12	CN	004244	
3164252	Villa Estense	villa-estense	IT	35040	1369	Europe/Rome	45.17249	11.66971	10		028102	20	PD	028102	
3164253	Villadossola	villadossola	IT	28844	6633	Europe/Rome	46.07318	8.26742	257	Villa,Villadossola	103075	12	VB	103075	
3164254	Villadose	villadose	IT	45010	5086	Europe/Rome	45.06888	11.89332	3	Viladose,Villadose,Viładose	029048	20	RO	029048	
3164256	Villa di Tirano	villa-di-tirano	IT	23030	2968	Europe/Rome	46.2039	10.13385		Villa di Tirano	014078	09	SO	014078	
3164258	Villa di Serio	villa-di-serio	IT	24020	5837	Europe/Rome	45.72418	9.73615		Serio,Villa di Serio	016240	09	BG	016240	
3164260	Villa di Chiavenna	villa-di-chiavenna	IT	23029	1116	Europe/Rome	46.3307	9.48114		Villa Chiavenna,Villa di Chiavenna	014077	09	SO	014077	
3164266	Villa del Conte	villa-del-conte	IT	35010	2320	Europe/Rome	45.5866	11.859	28		028101	20	PD	028101	
3164267	Villa del Bosco	villa-del-bosco	IT	13868	302	Europe/Rome	45.62057	8.27962	293	Villa del Bosco	096078	12	BI	096078	
3164268	Villa del Bosco	villa-del-bosco	IT	13868	593	Europe/Rome	45.21589	12.03076	3			20	PD	028035	
3164270	Villa d'Almè	villa-d-alme	IT	24018	6617	Europe/Rome	45.74968	9.61445		Ela,Villa d'Alme,Villa d'Almè,Éla	016239	09	BG	016239	
3164272	Villa d'Aiano	villa-d-aiano	IT	40034	0	Europe/Rome	44.3	10.96667				05	BO	037013	
3164274	Villa Cortese	villa-cortese	IT	20035	6113	Europe/Rome	45.56787	8.88774		Villa Cortese,ヴィッラ・コルテーゼ	015248	09	MI	015248	
3164279	Villachiara	villachiara	IT	25030	1239	Europe/Rome	45.35538	9.93097		Villachiara,vu~irrakiara,ヴィッラキアーラ	017200	09	BS	017200	
3164281	Villa Celiera	villa-celiera	IT	65010	231	Europe/Rome	42.38184	13.8586	714	Villa Celiera	068046	01	PE	068046	
3164282	Villa Castelli	villa-castelli	IT	72029	8635	Europe/Rome	40.58453	17.4746		Villa Castelli	074020	13	BR	074020	
3164285	Villa Canale	villa-canale	IT	86081	0	Europe/Rome	41.8	14.41667				11	IS	094002	
3164288	Villa Caldari	villa-caldari	IT	66026	0	Europe/Rome	42.28333	14.35		Villa Caldari		01	CH	069027	
3164292	Villabruna	villabruna	IT	32032	0	Europe/Rome	46.06667	11.93333				20	BL	025011	
3164300	Villabella	villabella	IT	15048	0	Europe/Rome	45.03333	8.56667				12	AL	006154	
3164301	Villabassa - Niederdorf	villabassa	IT	39039	1308	Europe/Rome	46.74028	12.17028		Niederdorf,Villabassa,vu~irrabassa,ヴィッラバッサ	021113	17	BZ	021113	
3164302	Villa Basilica	villa-basilica	IT	55019	477	Europe/Rome	43.92455	10.64491	330	Villa Basilica	046034	16	LU	046034	
3164303	Villa Bartolomea	villa-bartolomea	IT	37049	3221	Europe/Rome	45.15198	11.3537	14	Villa Bartolomea	023095	20	VR	023095	
3164305	Villa Badessa	villa-badessa	IT	65020	208	Europe/Rome	42.35	14.03333	161	Badessa,Badhesa,Villa Badessa		01	PE	068035	
3164306	Villa	villa	IT	06063	0	Europe/Rome	46.84194	12.09611		Villa,Villetta		17	BZ	021071	
3164307	Villa	villa	IT	06063	0	Europe/Rome	45.71667	10.26667				09	BS	017090	
3164308	Villa Carcina	villa-carcina	IT	25069	10015	Europe/Rome	45.62938	10.19647			017199	09	BS	017199	
3164309	Villa	villa	IT	06063	0	Europe/Rome	45.58333	11.2				20	VR	023093	
3164310	Villa	villa	IT	06063	0	Europe/Rome	45.36667	11.66667				20	PD	028071	
3164311	Villa	villa	IT	06063	0	Europe/Rome	44.86667	8.98333				12	AL	006101	
3164312	Villa	villa	IT	06063	0	Europe/Rome	43.8	11.65				16	AR	051041	
3164313	Villa	villa	IT	06063	305	Europe/Rome	43.49109	11.3901	475			16	SI	052023	
3164314	Viguzzolo	viguzzolo	IT	15058	2892	Europe/Rome	44.90446	8.92265	128	Viguzzolo	006181	12	AL	006181	
3164317	Vigo Rendena	vigo-rendena	IT	38094	501	Europe/Rome	46.0799	10.72197	612	Vigo,Vigo Rendena,ヴィーゴ・レンデーナ	022220	17	TN	022220	
3164318	Vigonza	vigonza	IT	35010	13798	Europe/Rome	45.4276	11.95941	10		028100	20	PD	028100	
3164319	Vigonovo	vigonovo	IT	30030	0	Europe/Rome	45.98927	12.54707			093022	06	PN	093022	
3164320	Vigonovo	vigonovo	IT	30030	3535	Europe/Rome	45.38694	12.00861	8	Vigonovo	027043	20	VE	027043	
3164321	Vigone	vigone	IT	10067	3907	Europe/Rome	44.84444	7.49492	260	Vigon,Vigone,vu~igone,ヴィゴーネ	001299	12	TO	001299	
3164322	Vigolzone	vigolzone	IT	29020	1958	Europe/Rome	44.91466	9.66937	165		033045	05	PC	033045	
3164323	Vigolo Vattaro	vigolo-vattaro	IT	38049	1779	Europe/Rome	46.0056	11.19868	725	Vigolo Vattaro,ヴィゴーロ・ヴァッターロ	022219	17	TN	022219	
3164324	Vigo Lomaso	vigo-lomaso	IT	38077	243	Europe/Rome	46.01334	10.86922	502			17	TN	022228	
3164325	Vigolo	vigolo	IT	24060	661	Europe/Rome	45.71638	10.02476		Vigolo	016237	09	BG	016237	
3164326	Vigolo	vigolo	IT	24060	0	Europe/Rome	45.63333	11.33333				20	VI	024034	
3164327	Vigolo	vigolo	IT	24060	0	Europe/Rome	44.8	9.61667				05	PC	033004	
3164328	Vigoleno	vigoleno	IT	29010	0	Europe/Rome	44.81667	9.9				05	PC	033044	
3164554	Verezzo	verezzo	IT	18038	0	Europe/Rome	43.85446	7.78055				08	IM	008055	
3164330	Vigo di Fassa	vigo-di-fassa	IT	38039	1036	Europe/Rome	46.41862	11.67338	1382	Vigo di Fassa,ヴィーゴ・ディ・ファッサ	022217	17	TN	022217	
3164331	Vigo di Cadore	vigo-di-cadore	IT	32040	288	Europe/Rome	46.49904	12.47111	951	Vigo di Cadore	025065	20	BL	025065	
3164332	Vigodarzere	vigodarzere	IT	35010	6278	Europe/Rome	45.458	11.88431	17	Vigodarzere	028099	20	PD	028099	
3164333	Vigo	vigo	IT	38073	0	Europe/Rome	45.53333	11.4				20	VI	024061	
3164334	Vignolo	vignolo	IT	12010	1459	Europe/Rome	44.36223	7.47273	630	Vignolo	004243	12	CN	004243	
3164336	Vignole	vignole	IT	38062	0	Europe/Rome	46.15	12.13333				20	BL	025053	
3164339	Vignola	vignola	IT	38057	0	Europe/Rome	41.12708	9.06295				14	OT	104002	
3164340	Vignola	vignola	IT	38057	20	Europe/Rome	46.0446	11.27628			022216	17	TN	022216	
3164341	Vignola	vignola	IT	38057	0	Europe/Rome	45.78333	11.83333				20	TV	026077	
3164342	Vignola	vignola	IT	38057	22397	Europe/Rome	44.48296	11.0048	125	Vignola,Viynola	036046	05	MO	036046	
3164343	Vignola	vignola	IT	38057	0	Europe/Rome	44.38333	9.85				16	MS	045014	
3164344	Vignola	vignola	IT	38057	0	Europe/Rome	42.40766	13.12386				07	RI	057003	
3164349	Vigne	vigne	IT	05035	329	Europe/Rome	42.46607	12.50553	261			18	TR	055022	
3164352	Vignate	vignate	IT	20052	7854	Europe/Rome	45.49657	9.37665		Vignate,vu~inyate,ヴィニャーテ	015237	09	MI	015237	
3164354	Vignanello	vignanello	IT	01039	4326	Europe/Rome	42.38383	12.27677	369	Vignanello	056058	07	VT	056058	
3164356	Vignale Monferrato	vignale-monferrato	IT	15049	639	Europe/Rome	45.01125	8.39614	308		006179	12	AL	006179	
3164357	Vignale	vignale	IT	28100	604	Europe/Rome	44.63739	10.39933	183			05	PR	034042	
3164358	Vignale	vignale	IT	28100	0	Europe/Rome	44	12.08333				05	FC	040044	
3164359	Vignale	vignale	IT	28100	0	Europe/Rome	43.45	11.85				16	AR	051002	
3164360	Vignale	vignale	IT	28100	0	Europe/Rome	42.96667	10.68333				16	LI	049012	
3164363	Vigna di Valle	vigna-di-valle	IT	00062	0	Europe/Rome	42.08333	12.25				07	RM	058005	
3164364	Vignacastrisi	vignacastrisi	IT	73030	0	Europe/Rome	40.01667	18.4		Vignacastrisi,Villacastrisi		13	LE	075027	
3164368	Vigliano Biellese	vigliano-biellese	IT	13856	7898	Europe/Rome	45.56446	8.10452	312	Vigliano Biellese	096077	12	BI	096077	
3164369	Vigliano	vigliano	IT	20060	0	Europe/Rome	42.3492	13.21876				01	AQ	066095	
3164373	Viggiù	viggiu	IT	21059	4968	Europe/Rome	45.87168	8.91043		Viggiu,Viggiù	012139	09	VA	012139	
3164374	Viggiano	viggiano	IT	85059	2397	Europe/Rome	40.34071	15.90077	975		076098	02	PZ	076098	
3164376	Vigevano	vigevano	IT	27029	57450	Europe/Rome	45.31166	8.86114		Vidzhevano,Vigebanum,Vigevano,vu~ijevu~ano,Виджевано,ヴィジェーヴァノ	018177	09	PV	018177	
3164380	Vigatto	vigatto	IT	43100	1313	Europe/Rome	44.71999	10.33037	118			05	PR	034027	
3164381	Vigasio	vigasio	IT	37068	6918	Europe/Rome	45.31568	10.94009	37	Vigasio	023094	20	VR	023094	
3164382	Vigarano Pieve	vigarano-pieve	IT	44049	1988	Europe/Rome	44.86126	11.5095	10	Vigarano,Vigarano Pieve		05	FE	038022	
3164383	Vigarano Mainarda	vigarano-mainarda	IT	44049	3910	Europe/Rome	44.84008	11.49471	10	Vigarano,Vigarano Mainarda,ヴィガラーノ・マイナルダ	038022	05	FE	038022	
3164384	Vieyes	vieyes	IT	11010	0	Europe/Rome	45.65	7.25				19	AO	007008	
3164385	Vietri sul Mare	vietri-sul-mare	IT	84019	3852	Europe/Rome	40.66871	14.72534	80	Vietri sul Mare,Виетри сул Маре	065157	04	SA	065157	
3164386	Vietri di Potenza	vietri-di-potenza	IT	85058	1869	Europe/Rome	40.59971	15.50796	405	Vietri di Potenza	076096	02	PZ	076096	
3164387	Vieste	vieste	IT	71019	13430	Europe/Rome	41.88245	16.17496		VIF,Vieste	071060	13	FG	071060	
3164388	Vidor	vidor	IT	31020	3509	Europe/Rome	45.86222	12.04	152	Vidor,vu~idoru,ヴィドール	026090	20	TV	026090	
3164391	Vidigulfo	vidigulfo	IT	27018	4231	Europe/Rome	45.29227	9.23665		Vidigulfo	018176	09	PV	018176	
3164392	Vidiciatico	vidiciatico	IT	40042	714	Europe/Rome	44.17205	10.8827	810			05	BO	037033	
3164394	Vicovaro	vicovaro	IT	00029	3714	Europe/Rome	42.01962	12.90088		Vicovaro,vu~ikovu~aro,ヴィコヴァーロ	058112	07	RM	058112	
3164396	Vicopisano	vicopisano	IT	56010	5593	Europe/Rome	43.68724	10.58111	12	Vicopis,Vicopisano	050038	16	PI	050038	
3164397	Vico nel Lazio	vico-nel-lazio	IT	03010	2161	Europe/Rome	41.77702	13.3407			060087	07	FR	060087	
3164400	Vicomero	vicomero	IT	43100	0	Europe/Rome	44.9	10.31667				05	PR	034041	
3164402	Vicolungo	vicolungo	IT	28060	789	Europe/Rome	45.47756	8.46273	170	Vicolungo	003159	12	NO	003159	
3164404	Vicoli	vicoli	IT	65010	445	Europe/Rome	42.34144	13.8971		Vicoli	068045	01	PE	068045	
3164406	Vicofertile	vicofertile	IT	43100	1654	Europe/Rome	44.78557	10.262	77			05	PR	034027	
3164407	Vico Equense	vico-equense	IT	80069	12820	Europe/Rome	40.65981	14.43174	90	Vico Equense,ヴィーコ・エクエンセ	063086	04	NA	063086	
3164408	Vico d'Elsa	vico-d-elsa	IT	50021	0	Europe/Rome	43.51308	11.09877		Vico Val d'Elsa		16	FI	048003	
3164409	Vico del Gargano	vico-del-gargano	IT	71018	8107	Europe/Rome	41.89834	15.95755		Vico Garganico,Vico del Gargano	071059	13	FG	071059	
3164411	Vico Canavese	vico-canavese	IT	10089	430	Europe/Rome	45.49456	7.77642	738	Vico Canavese,ヴィーコ・カナヴェーゼ	001297	12	TO	001297	
3164412	Vicobellignano	vicobellignano	IT	26041	0	Europe/Rome	45	10.4				09	CR	019021	
3164415	Vico	vico	IT	13835	0	Europe/Rome	46.18333	10.3				09	BS	017068	
3164416	Vico	vico	IT	13835	0	Europe/Rome	45.75393	10.54885	929			09	BS	017036	
3164417	Viciomaggio	viciomaggio	IT	52041	0	Europe/Rome	43.43333	11.76667				16	AR	051016	
3164419	Vicenza	vicenza	IT	36100	107129	Europe/Rome	45.55729	11.5409	39	VIC,Vicence,Vicenza,Vicenzsa,Vicetia,Vichenca,vu~ichentsu~a,Виченца,ヴィチェンツァ	VI	20	VI	024116	
3164422	Vicchio	vicchio	IT	50039	3747	Europe/Rome	43.93371	11.46682	203	Vicchio	048049	16	FI	048049	
3164423	Vicarello	vicarello	IT	00069	3106	Europe/Rome	43.61238	10.46515	9			16	LI	049008	
3164426	Vicalvi	vicalvi	IT	03030	801	Europe/Rome	41.67672	13.70641			060086	07	FR	060086	
3164429	Vibonati	vibonati	IT	84079	3019	Europe/Rome	40.0998	15.58287		Vibonati	065156	04	SA	065156	
3164432	Viarolo	viarolo	IT	43018	417	Europe/Rome	44.87345	10.25283	42			05	PR	034027	
3164433	Viareggio	viareggio	IT	55049	49099	Europe/Rome	43.87354	10.2558	2	Viaredzhio,Viareggio,Viareggiu,vu~iarejjo,Виареджио,ヴィアレッジョ	046033	16	LU	046033	
3164434	Viano	viano	IT	42030	1117	Europe/Rome	44.54586	10.6212	275		035044	05	RE	035044	
3164440	Viadana	viadana	IT	25012	16933	Europe/Rome	44.92947	10.51859		Viadana,Viadena	020066	09	MN	020066	
3164445	Vezzola	vezzola	IT	42017	0	Europe/Rome	46.5	10.25				09	SO	014071	
3164446	Vezzola	vezzola	IT	42017	0	Europe/Rome	44.8	10.71667				05	RE	035028	
3164447	Vezzola	vezzola	IT	42017	0	Europe/Rome	44.26667	9.75				08	SP	011032	
3164450	Vezzano sul Crostolo	vezzano-sul-crostolo	IT	42030	2370	Europe/Rome	44.60216	10.54899	162	Vezzano	035043	05	RE	035043	
3164451	Vezzano Ligure	vezzano-ligure	IT	19020	1392	Europe/Rome	44.14144	9.88692	271	Vessan Ligure,Vezzano,Vezzano Ligure	011031	08	SP	011031	
3164452	Vezzano	vezzano	IT	38096	395	Europe/Rome	46.62562	10.81564	708			17	BZ	021093	
3164453	Vezzano	vezzano	IT	38096	1239	Europe/Rome	46.0791	10.99948	385	Vezzano,Vezzano di Trento,vu~ettsu~ano,ヴェッツァーノ	022215	17	TN	022215	
3164454	Vezzano	vezzano	IT	38096	0	Europe/Rome	42.75971	13.28333				10	AP	044006	
3164455	Vezzano	vezzano	IT	38096	0	Europe/Rome	42.6	13.15				07	RI	057017	
3164457	Vezza d'Oglio	vezza-d-oglio	IT	25059	1426	Europe/Rome	46.238	10.39706		Vezza,Vezza d'Oglio,veca d'ol'o,Веца д'Ольо	017198	09	BS	017198	
3164460	Vetulonia	vetulonia	IT	58043	254	Europe/Rome	42.85963	10.97059	335	Vetulonia		16	GR	053006	
3164462	Vetto	vetto	IT	42020	683	Europe/Rome	44.48416	10.33749	447		035042	05	RE	035042	
3164466	Vetriolo	vetriolo	IT	01022	434	Europe/Rome	42.60633	12.1178	459			07	VT	056003	
3164467	Vetriolo	vetriolo	IT	01022	0	Europe/Rome	46.0419	11.31051	1500	Vetriolo Terme		17	TN	022104	
3164471	Vetrego	vetrego	IT	30035	0	Europe/Rome	45.45	12.08333		Vetrego		20	VE	027028	
3164472	Vetralla	vetralla	IT	01019	11231	Europe/Rome	42.32015	12.05385	300	Vetralla,vu~etorarra,ヴェトラッラ	056057	07	VT	056057	
3164482	Vestone	vestone	IT	25078	4225	Europe/Rome	45.70889	10.39987		Vestone	017197	09	BS	017197	
3164483	Vestignè	vestigne	IT	10030	861	Europe/Rome	45.38576	7.95482		Vestigne,Vestignè,vu~esutinye,ヴェスティニェ	001295	12	TO	001295	
3164485	Vestenanova	vestenanova	IT	37030	695	Europe/Rome	45.57359	11.22849	515	Vestenanova	023093	20	VR	023093	
3164486	Vessalico	vessalico	IT	18026	225	Europe/Rome	44.04523	7.95965	197	Vesarco,Vessalico	008066	08	IM	008066	
3164487	Vessa	vessa	IT	47021	0	Europe/Rome	43.89514	12.02569	505			05	FC	040001	
3164488	Vespolate	vespolate	IT	28079	2011	Europe/Rome	45.35036	8.66784	123	Vespolate	003158	12	NO	003158	
3164490	Vesime	vesime	IT	14059	267	Europe/Rome	44.63574	8.22724	225	Vesime,Vesme	005113	12	AT	005113	
3164492	Vescovato	vescovato	IT	26039	3656	Europe/Rome	45.17507	10.16457		Vescovato	019113	09	CR	019113	
3164493	Vescovana	vescovana	IT	35040	648	Europe/Rome	45.13418	11.71651	7	Vescovana	028097	20	PD	028097	
3164499	Verzuolo	verzuolo	IT	12039	4940	Europe/Rome	44.59503	7.48353	420	Verzuolo	004240	12	CN	004240	
3164501	Vervò	vervo	IT	38012	676	Europe/Rome	46.31021	11.12028		Vervo,Vervò,vu~eruvu~o,ヴェルヴォ	022214	17	TN	022214	
3164502	Verucchio	verucchio	IT	47826	944	Europe/Rome	43.98266	12.42304	300	Verucchio	099020	05	RN	099020	
3164504	Vertova	vertova	IT	24029	4701	Europe/Rome	45.81039	9.85326		Vertova	016234	09	BG	016234	
3164511	Versa	versa	IT	34076	361	Europe/Rome	45.89997	13.41815	25			06	GO	031015	
3164515	Verrone	verrone	IT	13871	1167	Europe/Rome	45.50366	8.11902	277	Verrone	096076	12	BI	096076	
3164519	Verrès	verres	IT	11029	2624	Europe/Rome	45.66656	7.68911		Castel Verres,Castel Verrès,Verres,Verrès	007073	19	AO	007073	
3164520	Verrecchie	verrecchie	IT	67060	0	Europe/Rome	42.03333	13.23333		Verrecchie		01	AQ	066023	
3164522	Verrand	verrand	IT	11010	276	Europe/Rome	45.77973	6.97742	1253			19	AO	007053	
3164523	Veronella	veronella	IT	37040	1387	Europe/Rome	45.32279	11.3247	21	Veronella	023092	20	VR	023092	
3164527	Verona	verona	IT	37100	219103	Europe/Rome	45.43419	10.99779	59	VRN,Verona,Verone,Vérone,Werona,fyrwna,verona,vu~erona,wei luo na,wrwna,wrwnh,Верона,ורונה,فيرونا,ورونا,वेरोना,ヴェローナ,维罗纳	VR	20	VR	023091	
3164528	Veroli	veroli	IT	03029	19818	Europe/Rome	41.6824	13.41774		Veroli	060085	07	FR	060085	
3164529	Verolengo	verolengo	IT	10038	2575	Europe/Rome	45.19005	7.96823	169	Verolengo,vu~erorengo,ヴェロレンゴ	001293	12	TO	001293	
3164530	Verolavecchia	verolavecchia	IT	25029	3814	Europe/Rome	45.32708	10.05717		Verolavecchia	017196	09	BS	017196	
3164531	Verolanuova	verolanuova	IT	25028	7539	Europe/Rome	45.32818	10.07587		Veralanuova,Verolanuova	017195	09	BS	017195	
3164532	Vernole	vernole	IT	73029	7592	Europe/Rome	40.28953	18.30353		Vernole	075093	13	LE	075093	
3164533	Vernio	vernio	IT	59024	5535	Europe/Rome	44.04755	11.15052		Vernio,vu~erunio,ヴェルニオ	100007	16	PO	100007	
3164535	Vernazza	vernazza	IT	19018	506	Europe/Rome	44.13501	9.68346	3	Vernassa,Vernazza,vu~erunattsu~a,ヴェルナッツァ	011030	08	SP	011030	
3164536	Vernate	vernate	IT	20080	2345	Europe/Rome	45.31637	9.06045		Vernate,vu~erunate,ヴェルナーテ	015236	09	MI	015236	
3164537	Vernasca	vernasca	IT	29010	513	Europe/Rome	44.79936	9.83057	420		033044	05	PC	033044	
3164538	Vernante	vernante	IT	12019	1096	Europe/Rome	44.24503	7.53383	799	Vernant,Vernante	004239	12	CN	004239	
3164540	Vermiglio	vermiglio	IT	38029	1856	Europe/Rome	46.2969	10.69136		Vermiglio,vu~erumirio,ヴェルミーリオ	022213	17	TN	022213	
3164541	Vermezzo	vermezzo	IT	20071	3091	Europe/Rome	45.39627	8.97904		Vermezzo,vu~erumettsu~o,ヴェルメッツォ	015235	09	MI	015235	
3164543	Vermegliano	vermegliano	IT	34077	0	Europe/Rome	45.83528	13.5125				06	GO	031016	
3164544	Verica	verica	IT	41026	366	Europe/Rome	44.32696	10.90381	581			05	MO	036030	
3164548	Vergiate	vergiate	IT	21029	8414	Europe/Rome	45.72217	8.69613		Vergiate,Verigate	012138	09	VA	012138	
3164549	Vergiano	vergiano	IT	47900	0	Europe/Rome	44.23333	11.28333				05	BO	037040	
3164550	Verghereto	verghereto	IT	47028	220	Europe/Rome	43.79296	12.00394	812		040050	05	FC	040050	
3164552	Vergato	vergato	IT	40038	4697	Europe/Rome	44.28266	11.10731	193	Vergato	037059	05	BO	037059	
3164557	Verdello	verdello	IT	24049	6501	Europe/Rome	45.60478	9.62895		Verdello	016233	09	BG	016233	
3164562	Vercurago	vercurago	IT	23808	2784	Europe/Rome	45.81048	9.42415		Vercurago	097086	09	LC	097086	
3164563	Verchiano	verchiano	IT	06034	225	Europe/Rome	42.95	12.88333	784			18	PG	054018	
3164565	Vercelli	vercelli	IT	13100	45593	Europe/Rome	45.32306	8.41533	130	Verceil,Vercellae,Vercelli,Verchelli,Vercèlli,vu~erucherri,Верчелли,ヴェルチェッリ	VC	12	VC	002158	
3164566	Verceia	verceia	IT	23020	1116	Europe/Rome	46.19869	9.45474	205	Verceia	014075	09	SO	014075	
3164570	Venzone	venzone	IT	33010	1334	Europe/Rome	46.33306	13.14222	230	Vencon,Venzone,Vençon	030131	06	UD	030131	
3164572	Venturina	venturina	IT	57021	9004	Europe/Rome	43.03333	10.6	11			16	LI	049002	
3164577	Ventotene	ventotene	IT	04020	633	Europe/Rome	40.796	13.43121		Ventotene,vu~entotene,ヴェントテーネ	059033	07	LT	059033	
3164578	Ventoso	ventoso	IT	42019	1844	Europe/Rome	44.58621	10.68767	145			05	RE	035040	
3164582	Ventimiglia	ventimiglia	IT	18039	18442	Europe/Rome	43.78956	7.60872	9	Albintimilium,Ventemiglia,Ventemilha,Ventimiglia,Ventimil'ja,Ventimila,Ventimilja,Vintimille,vu~entimiria,wen di mi li ya,Вентимилья,Вентимиля,Вентимиља,Вентімілья,ヴェンティミーリア,文蒂米利亚	008065	08	IM	008065	
3164592	Venosa	venosa	IT	85029	11328	Europe/Rome	40.96132	15.81486	415	Venosa,vu~enoza,ヴェノーザ	076095	02	PZ	076095	
3164603	Venezia	venezia	IT	30100	51298	Europe/Rome	45.43861	12.32667	2	Benatky,Benetia,Benetke,Benezia,Benátky,Feneyjar,V'nise,VCE,Velence,Venecia,Venecia - Venezia,Venecija,Venecio,Venedeg,Venedig,Venedik,Venediku,Venesia,Venetia,Venetie,Venetik,Venetië,Venetsia,Veneza,Venezia,Venezsia,Veneția,Venice,Venies,Venise,Venizia,Venècia,Venèsia,Vignesie,Vinezzia,Wenecja,albndqyt,benechia,benisu,venetsia,vu~enetsu~ia,vu~enisu,wei ni si,wnyz,wnzyh,Βενετία,Венеция,Венеција,Венеція,Վենետիկ,ונציה,البندقية,ونیز,ۋېنىتسىيە,ვენეცია,ベニス,ヴェニス,ヴェネツィア,威尼斯,베네치아	20	20	VE	027042	
3164608	Venegono Superiore	venegono-superiore	IT	21040	6730	Europe/Rome	45.75418	8.89674		Venegono,Venegono Superiore	012137	09	VA	012137	
3164609	Venegono Inferiore	venegono-inferiore	IT	21040	5746	Europe/Rome	45.73688	8.89694		Venegono Inferiore	012136	09	VA	012136	
3164611	Vendoglio	vendoglio	IT	33010	0	Europe/Rome	46.17889	13.15278				06	UD	030126	
3164614	Venasca	venasca	IT	12020	1227	Europe/Rome	44.56453	7.40092	549	Venasca	004237	12	CN	004237	
3164615	Venas	venas	IT	32040	598	Europe/Rome	46.4093	12.29623	860			20	BL	025063	
3164616	Venarotta	venarotta	IT	63091	1091	Europe/Rome	42.88295	13.49228	421	Venarotta,vu~enarotta,ヴェナロッタ	044073	10	AP	044073	
3164617	Venaria Reale	venaria-reale	IT	10078	33531	Europe/Rome	45.12385	7.63542	262	Venaria,Venaria Reale,ヴェナリーア・レアーレ	001292	12	TO	001292	
3164620	Venaus	venaus	IT	10050	905	Europe/Rome	45.15844	7.00811	604	Venaus,Venàus,vu~enausu,ヴェナーウス	001291	12	TO	001291	
3164621	Venafro	venafro	IT	86079	9384	Europe/Rome	41.48342	14.04512	222	Venafro	094052	11	IS	094052	
3164627	Velturno - Feldthurns	velturno	IT	39040	2541	Europe/Rome	46.66752	11.59508		Feldthurns,Velturno,Velturno - Feldthurns,vu~eruto~uruno,ヴェルトゥルノ	021116	17	BZ	021116	
3164629	Vellezzo Bellini	vellezzo-bellini	IT	27010	2251	Europe/Rome	45.27066	9.09925		Vellezzo Bellini	018173	09	PV	018173	
3164630	Velletri	velletri	IT	00049	48443	Europe/Rome	41.67337	12.75107	332	Velitrae,Velletri,vu~erretori,ヴェッレトリ	058111	07	RM	058111	
3164632	Vellano	vellano	IT	51017	254	Europe/Rome	43.95329	10.72031	552			16	PT	047012	
3164639	Velina	velina	IT	84040	0	Europe/Rome	45.99798	8.44943				12	VB	103061	
3164642	Veleso	veleso	IT	22020	297	Europe/Rome	45.90838	9.18214		Veleso	013236	09	CO	013236	
3164643	Velate	velate	IT	20865	0	Europe/Rome	45.85	8.8				09	VA	012133	
3164644	Vela	vela	IT	38100	963	Europe/Rome	46.08237	11.10207	198			17	TN	022205	
3164645	Vejano	vejano	IT	01010	1856	Europe/Rome	42.21722	12.09556	390	Veiano,Vejano	056056	07	VT	056056	
3164646	Veglie	veglie	IT	73010	14022	Europe/Rome	40.33513	17.96522		Veglie	075092	13	LE	075092	
3164647	Veggiano	veggiano	IT	35030	2126	Europe/Rome	45.44719	11.7128	21	Veggiano	028096	20	PD	028096	
3164654	Vedeseta	vedeseta	IT	24010	263	Europe/Rome	45.89102	9.53927		Vedeseta	016230	09	BG	016230	
3164656	Vedelago	vedelago	IT	31050	3939	Europe/Rome	45.68722	12.01639	43	Vedelago	026089	20	TV	026089	
3164657	Vedano Olona	vedano-olona	IT	21040	6994	Europe/Rome	45.77598	8.88584		Vedano Olona	012134	09	VA	012134	
3164663	Vecchiano	vecchiano	IT	56019	11425	Europe/Rome	43.78334	10.3844			050037	16	PI	050037	
3164665	Vazzola	vazzola	IT	31028	5283	Europe/Rome	45.83917	12.38083	30	Vazzola	026088	20	TV	026088	
3164666	Vazia	vazia	IT	02100	0	Europe/Rome	42.45	12.93333				07	RI	057059	
3164668	Vattaro	vattaro	IT	38049	868	Europe/Rome	45.9946	11.21688	689	Vattaro,vu~attaro,ヴァッターロ	022212	17	TN	022212	
3164669	Vatolla	vatolla	IT	84060	0	Europe/Rome	40.28333	15.01667				04	SA	065091	
3164671	Vastogirardi	vastogirardi	IT	86089	488	Europe/Rome	41.77413	14.26042	1200		094051	11	IS	094051	
3164672	Vasto	vasto	IT	66054	30367	Europe/Rome	42.12434	14.70592	144	Istonio,Vasto,Васто	069099	01	CH	069099	
3164673	Vaste	vaste	IT	73037	0	Europe/Rome	40.04725	18.38703				13	LE	075061	
3164675	Vasia	vasia	IT	18020	216	Europe/Rome	43.93202	7.95295	385	Vasia,Vaxia,Vaxìa	008064	08	IM	008064	
3164677	Vascon	vascon	IT	31050	854	Europe/Rome	45.7217	12.2919	24			20	TV	026008	
3164682	Vasanello	vasanello	IT	01030	3881	Europe/Rome	42.41373	12.34657	265	Bassanello,Vasanello	056055	07	VT	056055	
3164683	Vas	vas	IT	32038	487	Europe/Rome	45.93931	11.9366	218	Vas	025064	20	BL	025064	
3164684	Varzo	varzo	IT	28868	1839	Europe/Rome	46.20668	8.25241	745	Varzo	103071	12	VB	103071	
3164685	Varzi	varzi	IT	27057	3539	Europe/Rome	44.82297	9.19762		Varzi	018171	09	PV	018171	
3164686	Varsi	varsi	IT	43049	492	Europe/Rome	44.66216	9.84668	412	Varsi	034046	05	PR	034046	
3164688	Varoni	varoni	IT	82016	0	Europe/Rome	42.60032	13.22333				07	RI	057002	
3164689	Varone	varone	IT	38066	0	Europe/Rome	45.90876	10.84188				17	TN	022153	
3164691	Varna - Vahrn	varna	IT	39040	3577	Europe/Rome	46.73822	11.63858		Vahrn,Varna,vu~aruna,ヴァルナ	021111	17	BZ	021111	
3164692	Varmo	varmo	IT	33030	709	Europe/Rome	45.88639	12.98667	18	Varmo,Vil di Var	030130	06	UD	030130	
3164693	Varigotti	varigotti	IT	17024	0	Europe/Rome	44.18196	8.39544				08	SV		
3164696	Varese Ligure	varese-ligure	IT	19028	525	Europe/Rome	44.37635	9.59418	353	Vaise Ligure,Varese Ligure	011029	08	SP	011029	
3164699	Varese	varese	IT	21100	80511	Europe/Rome	45.82908	8.82193		Baretium,QVA,Vareis,Varese,Vareze,Varèis,Varèse,vu~areze,wa lei ze,Варезе,ヴァレーゼ,瓦雷澤	VA	09	VA	012133	
3164701	Varenna	varenna	IT	23829	846	Europe/Rome	46.01088	9.28364	220	Varenna	097084	09	LC	097084	
3164702	Varedo	varedo	IT	20814	12642	Europe/Rome	45.59797	9.15674		Varedo,vu~aredo,ヴァレード	108045	09	MB	108045	
3164705	Varco Sabino	varco-sabino	IT	02020	263	Europe/Rome	42.23983	13.01988		Varco Sabino	057073	07	RI	057073	
3164709	Varazze	varazze	IT	17019	11534	Europe/Rome	44.35954	8.57405	10	Vaeze,Varazze,Väze,vu~arattsu~e,ヴァラッツェ	009065	08	SV	009065	
3164711	Varano Marchesi	varano-marchesi	IT	43048	289	Europe/Rome	44.75208	10.03177	214			05	PR	034020	
3164712	Varano de'Melegari	varano-de-melegari	IT	43040	2236	Europe/Rome	44.68806	10.01148		Varano de' Melegari,Varano de'Melegari	034045	05	PR	034045	
3164714	Varano	varano	IT	60129	0	Europe/Rome	44.28333	10.06667				16	MS	045009	
3164715	Varano	varano	IT	60129	0	Europe/Rome	42.61667	13.6				01	TE	067041	
3164717	Varallo Pombia	varallo-pombia	IT	28040	4531	Europe/Rome	45.66687	8.62893	300	Varallo Pombia	003154	12	NO	003154	
3164718	Varallo	varallo	IT	13019	5427	Europe/Rome	45.81387	8.25902	450	Varallo Sesia,Varallo Sésia,ヴァラッロ・セージア	002156	12	VC	002156	
3164720	Varago	varago	IT	31052	2356	Europe/Rome	45.73667	12.31333	29			20	TV	026040	
3164722	Vaprio d'Agogna	vaprio-d-agogna	IT	28010	950	Europe/Rome	45.60367	8.55353		Vaprio d'Agogna	003153	12	NO	003153	
3164723	Vaprio d'Adda	vaprio-d-adda	IT	20069	6636	Europe/Rome	45.57778	9.52475		Vaprio,Vaprio d'Ada,Vaprio d'Adda,Ваприо д'Ада,ヴァプリオ・ダッダ	015230	09	MI	015230	
3164726	Vanze	vanze	IT	73029	0	Europe/Rome	40.31667	18.31667				13	LE	075093	
3164727	Vanzago	vanzago	IT	20043	6783	Europe/Rome	45.52697	8.99404		Vanzago,vu~anzago,ヴァンザーゴ	015229	09	MI	015229	
3164728	Vanzaghello	vanzaghello	IT	20020	4883	Europe/Rome	45.57917	8.78104		Vanzaghello,vu~anzagerro,ヴァンザゲッロ	015249	09	MI	015249	
3164736	Vandoies di Sotto	vandoies-di-sotto	IT	39030	3198	Europe/Rome	46.8	11.73333		Niedervintl,Vandoies di Sotto		17	BZ	021075	
3164737	Vandoies di Sopra	vandoies-di-sopra	IT	39030	0	Europe/Rome	46.81463	11.74541				17	BZ	021075	
3164742	Valvori	valvori	IT	03040	0	Europe/Rome	41.56667	13.88333		Valvori		07	FR	060084	
3164744	Valverde	valverde	IT	95028	0	Europe/Rome	40.55	8.4				14	SS	090003	
3164745	Valvasone	valvasone	IT	33098	1802	Europe/Rome	45.99758	12.86074	59	Valvasone,Voleson	093048	06	PN	093048	
3164746	Valva	valva	IT	84020	1772	Europe/Rome	40.73822	15.26945		Valva	065155	04	SA	065155	
3164749	Valtorta	valtorta	IT	24010	345	Europe/Rome	45.97779	9.53494		Valtorta	016229	09	BG	016229	
3164751	Valtesse	valtesse	IT	24123	0	Europe/Rome	45.71667	9.66667		Valtesse		09	BG	016024	
3164754	Valstagna	valstagna	IT	36029	970	Europe/Rome	45.8563	11.6607	147	Valstagna	024114	20	VI	024114	
3164756	Valsinni	valsinni	IT	75029	1400	Europe/Rome	40.16991	16.44349	250	Valsinni	077030	02	MT	077030	
3164758	Valsecca	valsecca	IT	24038	413	Europe/Rome	45.82728	9.49535		Valsecca	016228	09	BG	016228	
3164762	Valrovina	valrovina	IT	36061	507	Europe/Rome	45.78807	11.69092	265			20	VI	024012	
3164763	Valpromaro	valpromaro	IT	55041	0	Europe/Rome	43.9	10.36667		Valpromano,Valpromaro		16	LU	046018	
3164764	Valprato Soana	valprato-soana	IT	10080	127	Europe/Rome	45.52076	7.54901		Valprato,Valprato Soana,ヴァルプラート・ソアーナ	001288	12	TO	001288	
3164766	Valpiana	valpiana	IT	58024	0	Europe/Rome	45.88469	9.74204				09	BG	016199	
3164767	Valpiana	valpiana	IT	58024	499	Europe/Rome	43.00479	10.85032	145			16	GR	053015	
3164768	Valperga	valperga	IT	10087	2548	Europe/Rome	45.37325	7.65802	385	Valperga,vu~aruperuga,ヴァルペルガ	001287	12	TO	001287	
3164769	Valpelline	valpelline	IT	11010	385	Europe/Rome	45.82486	7.3255	960	Valpellina,Valpelline	007069	19	AO	007069	
3164774	Valnegra	valnegra	IT	24010	230	Europe/Rome	45.94909	9.68935		Valnegra	016227	09	BG	016227	
3164777	Valmorbia	valmorbia	IT	38060	0	Europe/Rome	45.81758	11.09383				17	TN	022210	
3164778	Valmontone	valmontone	IT	00038	12244	Europe/Rome	41.77882	12.91749		Valmontone,vu~arumontone,ヴァルモントーネ	058110	07	RM	058110	
3164782	Valmadrera	valmadrera	IT	23868	10871	Europe/Rome	45.84628	9.35824		Valmadrera	097083	09	LC	097083	
3164784	Valmacca	valmacca	IT	15040	717	Europe/Rome	45.10026	8.58304	97	Valmacca	006178	12	AL	006178	
3164789	Vallone	vallone	IT	60019	578	Europe/Rome	43.67989	13.18832	26			10	AN	042045	
3164792	Vallombrosa	vallombrosa	IT	50066	0	Europe/Rome	43.73333	11.53333				16	FI	048035	
3164793	Vallo di Nera	vallo-di-nera	IT	06040	428	Europe/Rome	42.75464	12.86407		Vallo di Nera	054058	18	PG	054058	
3164794	Vallo della Lucania	vallo-della-lucania	IT	84078	8818	Europe/Rome	40.2297	15.26576		Vallo della Lucania,Vallo di Lucania	065154	04	SA	065154	
3164796	Vallo	vallo	IT	10014	0	Europe/Rome	45.28333	7.88333				12	TO	001047	
3164800	Vallinfreda	vallinfreda	IT	00020	290	Europe/Rome	42.08383	12.99689		Vallinfreda	058109	07	RM	058109	
3164802	Valli Mocenighe	valli-mocenighe	IT	35040	0	Europe/Rome	45.16667	11.56667				20	PD	028062	
3164803	Valliera	valliera	IT	45011	0	Europe/Rome	44.41667	7.21667				12	CN	004053	
3164804	Valli del Pasubio	valli-del-pasubio	IT	36030	927	Europe/Rome	45.7408	11.26169	350	Valli d'Pasubio,Valli dei Signori,Valli del Pasubio,Valli di Pasubio	024113	20	VI	024113	
3164808	Valli	valli	IT	30015	0	Europe/Rome	43.3	11.35				16	SI	052032	
3164809	Valli	valli	IT	30015	0	Europe/Rome	43.29851	11.24416				16	SI	052032	
3164818	Vallese	vallese	IT	37050	3091	Europe/Rome	45.32827	11.08608	30			20	VR	023055	
3164821	Valle San Nicolao	valle-san-nicolao	IT	13847	1141	Europe/Rome	45.60706	8.14102		Valle San Nicolao	096074	12	BI	096074	
3164823	Valle San Giovanni	valle-san-giovanni	IT	64100	0	Europe/Rome	42.61667	13.6		Valle San Giovanni		01	TE	067041	
3164828	Vallerotonda	vallerotonda	IT	03040	1854	Europe/Rome	41.55052	13.91201		Vallerotonda	060084	07	FR	060084	
3164829	Vallerona	vallerona	IT	58053	0	Europe/Rome	42.79276	11.47041				16	GR	053020	
3164832	Vallerano	vallerano	IT	01030	0	Europe/Rome	44.61667	10.18333				05	PR	034008	
3164833	Vallerano	vallerano	IT	01030	2530	Europe/Rome	42.38403	12.26347	390	Vallerano	056054	07	VT	056054	
3164835	Vallepietra	vallepietra	IT	00020	376	Europe/Rome	41.92622	13.23139		Vallepietra,vu~arrepietora,ヴァッレピエトラ	058108	07	RM	058108	
3164842	Valle Mosso	valle-mosso	IT	13835	2079	Europe/Rome	45.62986	8.15022	434	Valle Mosso	096073	12	BI	096073	
3164844	Vallemare	vallemare	IT	02010	0	Europe/Rome	42.48333	13.1				07	RI	057006	
3164845	Vallemaio	vallemaio	IT	03040	1052	Europe/Rome	41.36442	13.80931		Vallefredda,Vallemaio	060083	07	FR	060083	
3164850	Valle Lomellina	valle-lomellina	IT	27020	2229	Europe/Rome	45.15306	8.66854		Valle Lomellina	018168	09	PV	018168	
3164853	Valle di Maddaloni	valle-di-maddaloni	IT	81020	2188	Europe/Rome	41.07706	14.41523	156		061097	04	CE	061097	
3164856	Valle dell'Angelo	valle-dell-angelo	IT	84070	406	Europe/Rome	40.34381	15.36846		Valle dell'Angelo	065153	04	SA	065153	
3164862	Vallecrosia	vallecrosia	IT	18019	6024	Europe/Rome	43.78671	7.63902	5	Valecreusa,Vallecrosia	008063	08	IM	008063	
3164863	Vallecorsa	vallecorsa	IT	03020	3115	Europe/Rome	41.44462	13.4052		Vallecorsa	060082	07	FR	060082	
3164867	Vallecchia	vallecchia	IT	55045	0	Europe/Rome	43.98333	10.21667				16	LU	046028	
3164868	Valle Castellana	valle-castellana	IT	64010	254	Europe/Rome	42.73614	13.49709	625	Valle Castellana	067046	01	TE	067046	
3164869	Valle Canzano	valle-canzano	IT	64020	0	Europe/Rome	42.65	13.78333				01	TE	067041	
3164872	Vallebona	vallebona	IT	18012	779	Europe/Rome	43.81272	7.66654	149	Valebona,Valebòna,Vallebona	008062	08	IM	008062	
3164873	Vallebona	vallebona	IT	18012	0	Europe/Rome	42.53333	12.2				07	VT	056059	
3164874	Valle Benedetta	valle-benedetta	IT	57124	0	Europe/Rome	43.52199	10.40633				16	LI	049009	
3164876	Valle Agricola	valle-agricola	IT	81010	1121	Europe/Rome	41.42502	14.25502			061096	04	CE	061096	
3164883	Valle	valle	IT	17013	0	Europe/Rome	46.16194	13.39556				06	UD	030036	
3164884	Valle	valle	IT	17013	0	Europe/Rome	46.06667	10.41667				09	BS	017047	
3164885	Valle	valle	IT	17013	0	Europe/Rome	45.86667	11.38333				20	VI	024089	
3164886	Valle	valle	IT	17013	0	Europe/Rome	45.5	11.38333				20	VI	024061	
3164887	Valle	valle	IT	17013	0	Europe/Rome	44.78333	9.36667		La Valle,Valle		05	PC	033005	
3164888	Valle	valle	IT	17013	0	Europe/Rome	44.43333	10.8				05	MO	036042	
3164889	Valle	valle	IT	17013	0	Europe/Rome	44.25	11.23333				05	BO	037044	
3164890	Valle	valle	IT	17013	0	Europe/Rome	42.3	13.45				01	AQ	066059	
3164891	Valle	valle	IT	17013	0	Europe/Rome	41.53333	14.06667				11	IS	094019	
3164895	Vallata	vallata	IT	83059	3109	Europe/Rome	41.03722	15.25215		Vallata	064114	04	AV	064114	
3164896	Vallarsa	vallarsa	IT	38060	0	Europe/Rome	45.1	11.01667				09	MN	020064	
3164898	Vallarga	vallarga	IT	39030	732	Europe/Rome	46.84282	11.72739	882			17	BZ	021110	
3164900	Vallalta	vallalta	IT	41033	0	Europe/Rome	46.21667	11.96667				20	BL	025025	
3164901	Vall'Alta	vall-alta	IT	24021	0	Europe/Rome	45.76667	9.83333				09	BG	016004	
3164904	Vallà	valla	IT	31030	0	Europe/Rome	45.7	11.93333				20	TV	026068	
3164906	Valiano	valiano	IT	53045	0	Europe/Rome	43.15	11.9				16	SI	052015	
3164908	Valgrana	valgrana	IT	12020	375	Europe/Rome	44.41123	7.38013	642	Valgrana	004234	12	CN	004234	
3164909	Valgioie	valgioie	IT	10094	824	Europe/Rome	45.07614	7.34072	870	Valgioie,vu~arujoie,ヴァルジョーイエ	001285	12	TO	001285	
3164911	Valganna	valganna	IT	21039	1462	Europe/Rome	45.90228	8.82333		Valganna	012131	09	VA	012131	
3164912	San Nicolò	san-nicolo	IT	29010	2742	Europe/Rome	46.46299	10.40998			014073	09	SO	014073	
3164914	Valfenera	valfenera	IT	14017	1499	Europe/Rome	44.90175	7.96433	282	Valfenera	005112	12	AT	005112	
3164915	Valfabbrica	valfabbrica	IT	06029	1534	Europe/Rome	43.15925	12.60306	289	Valfabbrica	054057	18	PG	054057	
3164918	Valeriano	valeriano	IT	19020	619	Europe/Rome	46.16932	12.92121	182			06	PN	093030	
3164919	Valenzano	valenzano	IT	70010	17164	Europe/Rome	41.04533	16.88509		Valenzano	072048	13	BA	072048	
3164920	Valenza	valenza	IT	05100	17305	Europe/Rome	45.01406	8.64144	125	Valensa,Valenza,Валенса	006177	12	AL	006177	
3164923	Valentano	valentano	IT	01018	2809	Europe/Rome	42.56965	11.81873	538	Valentano,vu~arentano,ヴァレンターノ	056053	07	VT	056053	
3164924	Valeggio sul Mincio	valeggio-sul-mincio	IT	37067	8641	Europe/Rome	45.35228	10.73668	88	Valeggio,Valeggio sul Mincio,ヴァレッジョ・スル・ミンチョ	023089	20	VR	023089	
3164925	Valeggio	valeggio	IT	27020	226	Europe/Rome	45.15066	8.85995		Valeggio	018167	09	PV	018167	
3164927	Valduggia	valduggia	IT	13018	1257	Europe/Rome	45.72837	8.32992	390	Valduggia	002152	12	VC	002152	
3164928	Valdottavo	valdottavo	IT	55023	1248	Europe/Rome	43.94187	10.48115	100			16	LU	046004	
3164931	Valdobbiadene	valdobbiadene	IT	31049	6307	Europe/Rome	45.89931	11.9946	253	Valdobbiadene	026087	20	TV	026087	
3164934	Valditacca	valditacca	IT	43010	0	Europe/Rome	44.38333	10.1				05	PR	034022	
3164942	Valdieri	valdieri	IT	12010	500	Europe/Rome	44.27763	7.39763	774	Valdieri	004233	12	CN	004233	
3164949	Valdaora	valdaora	IT	39030	2797	Europe/Rome	46.76027	12.02951		Aulacum,Olang,Valdaora,Valdapra,vu~arudaora,ヴァルダーオラ	021106	17	BZ	021106	
3164954	Valdagno	valdagno	IT	36078	22555	Europe/Rome	45.6483	11.30639	230	Valdagno	024111	20	VI	024111	
3164955	Valcava	valcava	IT	23806	0	Europe/Rome	45.8	9.51667	1340			09	BG	016192	
3164959	Valbruna	valbruna	IT	33010	0	Europe/Rome	46.49	13.49361				06	UD	030054	
3164960	Valbondione	valbondione	IT	24020	1168	Europe/Rome	46.03419	10.00586		Bondione	016223	09	BG	016223	
3164964	Vairo	vairo	IT	43025	0	Europe/Rome	44.41667	10.21667				05	PR	034026	
3164965	Vairano Patenora	vairano-patenora	IT	81058	6259	Europe/Rome	41.33702	14.13112		Vairano Patenora	061095	04	CE	061095	
3164967	Vairano	vairano	IT	81058	0	Europe/Rome	45.26667	9.23333				09	PV	018019	
3164969	Vajont	vajont	IT	33080	1715	Europe/Rome	46.14622	12.69521	290	Vaiont,Vajont	093052	06	PN	093052	
3164970	Vailate	vailate	IT	26019	3973	Europe/Rome	45.46338	9.60306		Vailate	019112	09	CR	019112	
3164971	Vaiano Cremasco	vaiano-cremasco	IT	26010	3622	Europe/Rome	45.37197	9.58716		Vaiano Cremasco	019111	09	CR	019111	
3164972	Vaiano	vaiano	IT	59021	0	Europe/Rome	45.45	9.43333		Vaiano,Vaiano Lodigiano		09	LO	098020	
3164973	Vaiano	vaiano	IT	59021	8243	Europe/Rome	43.96792	11.12374	150	Vaiano	100006	16	PO	100006	
3164974	Vaiano	vaiano	IT	59021	0	Europe/Rome	42.63333	12.16667				07	VT	056018	
3164978	Vaglio Basilicata	vaglio-basilicata	IT	85010	1534	Europe/Rome	40.66752	15.91797	954	Vaglio Basilicata,Vaglio Lucano	076094	02	PZ	076094	
3164982	Vaglia	vaglia	IT	50036	4865	Europe/Rome	43.91035	11.27912		Vaglia	048046	16	FI	048046	
3164983	Vaglia	vaglia	IT	50036	0	Europe/Rome	42.71667	12.75				18	PG	054051	
3164988	Vado Ligure	vado-ligure	IT	17047	7991	Europe/Rome	44.26914	8.43375		Vado Ligure,Vooe,Voœ,ヴァード・リーグレ	009064	08	SV	009064	
3164991	Vado	vado	IT	40036	2001	Europe/Rome	44.31689	11.25851	157			05	BO	037044	
3164992	Vadena - Pfatten	vadena	IT	39051	842	Europe/Rome	46.41361	11.30498		Pfatten,Vadena,vu~adena,ヴァーデナ	021105	17	BZ	021105	
3164994	Vada	vada	IT	57016	3461	Europe/Rome	43.35264	10.45564	3			16	LI	049017	
3164995	Vacri	vacri	IT	66010	327	Europe/Rome	42.29624	14.23031	173	Vacri	069098	01	CH	069098	
3164996	Vacone	vacone	IT	02040	247	Europe/Rome	42.38513	12.64427		Vacone	057072	07	RI	057072	
3164997	Vacile	vacile	IT	33097	419	Europe/Rome	46.14088	12.88938	155			06	PN	093044	
3164998	Vacil	vacil	IT	31030	994	Europe/Rome	45.71083	12.31306	22			20	TV	026005	
3165000	Vaccolino	vaccolino	IT	44022	231	Europe/Rome	44.80234	12.17862	1			05	FE	038006	
3165005	Vacchereccia	vacchereccia	IT	52022	0	Europe/Rome	41.61667	14.08333				11	IS	094042	
3165008	Vaccarile	vaccarile	IT	60010	0	Europe/Rome	43.58333	13.1				10	AN	042035	
3165009	Vaccareccia	vaccareccia	IT	02020	0	Europe/Rome	42.28333	12.96667				07	RI	057034	
3165012	Uzzano	uzzano	IT	51010	4711	Europe/Rome	43.8826	10.7109		Uzzano	047021	16	PT	047021	
3165016	Usseglio	usseglio	IT	10070	256	Europe/Rome	45.23265	7.21441		Usseglio,usserio,ウッセーリオ	001282	12	TO	001282	
3165018	Usmate Velate	usmate-velate	IT	20865	8657	Europe/Rome	45.64798	9.36245		Usmate,Usmate Velate,ウズマーテ・ヴェラーテ	108044	09	MB	108044	
3165019	Usini	usini	IT	07049	3748	Europe/Rome	40.66406	8.54051		Usini	090077	14	SS	090077	
3165021	Usigliano	usigliano	IT	56035	0	Europe/Rome	43.55	10.58333				16	PI	050040	
3165024	Uscio	uscio	IT	16030	2163	Europe/Rome	44.41334	9.16257	361	Aosci,Uscio,Usho,Ушо	010064	08	GE	010064	
3165025	Urzulei	urzulei	IT	08040	1272	Europe/Rome	40.09346	9.50754	511	Ursulei,Ursulèi,Urzulei	105021	14	OG	105021	
3165026	Ururi	ururi	IT	86049	2565	Europe/Rome	41.81654	15.01613	262	Ruri,Ururi	070083	11	CB	070083	
3165030	Uri	uri	IT	07040	3050	Europe/Rome	40.63722	8.48833		Uri	090076	14	SS	090076	
3165031	Urgnano	urgnano	IT	24059	8445	Europe/Rome	45.60058	9.69376		Urgnano	016222	09	BG	016222	
3165033	Urbisaglia	urbisaglia	IT	62010	1862	Europe/Rome	43.19135	13.37298	310	Urbisaglia,Urbisaglia Bonservizi	043055	10	MC	043055	
3165035	Urbino	urbino	IT	61029	5858	Europe/Rome	43.72621	12.63633	485	Urbin,Urbino,Urbinu,Urvinum Mataurense,urubino,Урбино,אורבינו,ウルビーノ	041067	10	PU	041067	
3165036	Urbignacco	urbignacco	IT	33030	0	Europe/Rome	46.21856	13.13433				06	UD	030013	
3165038	Urbania	urbania	IT	61049	5499	Europe/Rome	43.66966	12.52005	273		041066	10	PU	041066	
3165040	Uppello	uppello	IT	06034	263	Europe/Rome	42.95527	12.73766	384			18	PG	054018	
3165052	Umbertide	umbertide	IT	06019	11040	Europe/Rome	43.30555	12.33655	247	Umbertide	054056	18	PG	054056	
3165055	Uliveto Terme	uliveto-terme	IT	56010	0	Europe/Rome	43.7	10.53333				16	PI	050038	
3165056	Ulignano	ulignano	IT	53037	0	Europe/Rome	43.426	10.91114				16	PI	050039	
3165057	Ulà Tirso	ula-tirso	IT	09080	634	Europe/Rome	40.04595	8.90403		Ula Tirso,Ulà Tirso	095068	14	OR	095068	
3165064	Uggiano Montefusco	uggiano-montefusco	IT	74024	0	Europe/Rome	40.38333	17.6				13	TA	073012	
3165065	Uggiano la Chiesa	uggiano-la-chiesa	IT	73020	4341	Europe/Rome	40.10172	18.44933		Uggiano,Uggiano la Chiesa	075091	13	LE	075091	
3165072	Udine	udine	IT	33100	97761	Europe/Rome	46.06194	13.24222	113	UDN,Udin,Udine,Удине	UD	06	UD	030129	
3165079	Tussio	tussio	IT	67020	0	Europe/Rome	42.25	13.63333		Tussio		01	AQ	066042	
3165083	Tuscania	tuscania	IT	01017	7226	Europe/Rome	42.41726	11.87212	165	Tuscania,to~usukania,トゥスカーニア	056052	07	VT	056052	
3165084	Tursi	tursi	IT	75028	4377	Europe/Rome	40.24521	16.46969	210	Tursi	077029	02	MT	077029	
3165085	Turrivalignani	turrivalignani	IT	65020	211	Europe/Rome	42.26194	14.02671	312	Turrivalignani	068044	01	PE	068044	
3165089	Turrida	turrida	IT	33039	337	Europe/Rome	46.02944	12.93278	81			06	UD	030109	
3165090	Turriaco	turriaco	IT	34070	2749	Europe/Rome	45.82222	13.44667	12	Turiac,Turiàc,Turriaco	031024	06	GO	031024	
3165094	Turi	turi	IT	70010	11319	Europe/Rome	40.91733	17.02119			072047	13	BA	072047	
3165100	Turbigo	turbigo	IT	20029	7225	Europe/Rome	45.53076	8.73671		Turbigo,to~urubigo,トゥルビーゴ	015226	09	MI	015226	
3165102	Turano Lodigiano	turano-lodigiano	IT	26828	1267	Europe/Rome	45.24887	9.62146		Turano Lodigiano,トゥラーノ・ロディジャーノ	098058	09	LO	098058	
3165105	Turania	turania	IT	02020	272	Europe/Rome	42.13803	13.00929		Petescia,Turania	057071	07	RI	057071	
3165106	Tuoro sul Trasimeno	tuoro-sul-trasimeno	IT	06069	2306	Europe/Rome	43.20654	12.07465	309	Tuoro,Tuoro sul Trasimeno	054055	18	PG	054055	
3165115	Tula	tula	IT	07010	1665	Europe/Rome	40.73246	8.98392		Tula,to~ura,トゥーラ	090075	14	SS	090075	
3165116	Tuglie	tuglie	IT	73058	5308	Europe/Rome	40.07382	18.09812		Tuglie	075089	13	LE	075089	
3165119	Tufo	tufo	IT	83010	0	Europe/Rome	41.26667	13.76667		Tufo,Tuso		07	LT	059014	
3165120	Tufino	tufino	IT	80030	3247	Europe/Rome	40.95411	14.56594		Tufino,to~ufino,トゥフィーノ	063085	04	NA	063085	
3165121	Tufillo	tufillo	IT	66050	462	Europe/Rome	41.91754	14.62472	555	Tufillo	069097	01	CH	069097	
3165122	Tuenno	tuenno	IT	38019	2349	Europe/Rome	46.32844	11.02306	629	Tuenno,to~uen'no,トゥエンノ	022207	17	TN	022207	
3165124	Tubre - Taufers im Muenstertal	tubre	IT	39020	949	Europe/Rome	46.64561	10.46415		Taufers,Taufers im Muenstertal,Taufers im Münstertal,Tubre,to~ubure,トゥブレ	021103	17	BZ	021103	
3165127	Trucco	trucco	IT	18039	213	Europe/Rome	43.84487	7.58992	52			08	IM	008065	
3165128	Truccazzano	truccazzano	IT	20060	4353	Europe/Rome	45.48387	9.46855		Trucazzano,Truccazzano	015224	09	MI	015224	
3165129	Trovo	trovo	IT	27020	647	Europe/Rome	45.28296	9.03545		Trovo	018165	09	PV	018165	
3165130	Troviggiano	troviggiano	IT	62011	1085	Europe/Rome	43.37868	13.25022	250			10	MC	043012	
3165133	Tronzano Vercellese	tronzano-vercellese	IT	13049	2997	Europe/Rome	45.34126	8.17303	182	Tronsan,Tronzano,Tronzano Vercellese	002150	12	VC	002150	
3165134	Tronzano Lago Maggiore	tronzano-lago-maggiore	IT	21010	257	Europe/Rome	46.08871	8.7331		Tronzano Lago Maggiore	012129	09	VA	012129	
3165140	Tromello	tromello	IT	27020	3409	Europe/Rome	45.21036	8.86954			018164	09	PV	018164	
3165141	Troia	troia	IT	71029	6614	Europe/Rome	41.36313	15.31235	439	Troia,toroia,トローイア	071058	13	FG	071058	
3165142	Trofarello	trofarello	IT	10028	10763	Europe/Rome	44.98365	7.74522	276	Trofarello,torofarerro,トロファレッロ	001280	12	TO	001280	
3165144	Trodena - Truden	trodena	IT	39040	957	Europe/Rome	46.32231	11.35088		Trodena,Truden,torodena,トローデナ	021102	17	BZ	021102	
3165150	Trivigno	trivigno	IT	85018	625	Europe/Rome	40.58102	15.98987	735	Trivigno	076093	02	PZ	076093	
3165151	Trivignano Udinese	trivignano-udinese	IT	33050	944	Europe/Rome	45.94937	13.3405	43	Trivignan,Trivignano,Trivignano Udinese	030128	06	UD	030128	
3165152	Trivero	trivero	IT	13835	6883	Europe/Rome	45.66047	8.17402		Trivero	096070	12	BI	096070	
3165153	Trivento	trivento	IT	86029	1804	Europe/Rome	41.78113	14.55142	599	Trivento	070081	11	CB	070081	
3165155	Triuggio	triuggio	IT	20844	7674	Europe/Rome	45.66268	9.26934		Triuecc,Triuggio,Triücc,toriujjo,トリウッジョ	108043	09	MB	108043	
3165156	Trisungo	trisungo	IT	63096	0	Europe/Rome	42.77427	13.31225				10	AP	044006	
3165157	Trissino	trissino	IT	36070	6255	Europe/Rome	45.56119	11.37169	125	Trissino	024110	20	VI	024110	
3165159	Trisobbio	trisobbio	IT	15070	280	Europe/Rome	44.66165	8.58615	341	Trisobbio	006176	12	AL	006176	
3165160	Triponzo	triponzo	IT	06041	0	Europe/Rome	42.82776	12.93726		Triponzo		18	PG	054010	
3165162	Triora	triora	IT	18010	272	Europe/Rome	43.99252	7.76624	780	Trieua,Triora,Triêua	008061	08	IM	008061	
3165165	Trino	trino	IT	13039	6953	Europe/Rome	45.19206	8.29613	130	Trin,Trino	002148	12	VC	002148	
3165166	Trinitapoli	trinitapoli	IT	76015	13885	Europe/Rome	41.3599	16.0871	5	Trinitapoli	110010	13	BT	110010	
3165168	Trinità	trinita	IT	12049	1981	Europe/Rome	44.50854	7.75703		Trinita,Trinità	004232	12	CN	004232	
3165169	Trinità	trinita	IT	12049	0	Europe/Rome	43.84146	7.59705				08	IM	008011	
3165174	Trigolo	trigolo	IT	26018	1680	Europe/Rome	45.32997	9.81486		Trigolo	019110	09	CR	019110	
3165176	Trignano	trignano	IT	41021	0	Europe/Rome	42.51667	13.66667				01	TE	067026	
3165178	Triggiano	triggiano	IT	70019	26312	Europe/Rome	41.06673	16.92599		Triggiano	072046	13	BA	072046	
3165179	Triggianello	triggianello	IT	70014	0	Europe/Rome	40.92519	17.16871				13	BA	072019	
3165185	Trieste	trieste	IT	34100	187056	Europe/Rome	45.64861	13.78	2	TRS,Tergeste,Terst,Triest,Triestas,Trieste,Triesti,Triesto,Trieszt,Triëst,Trst,de li ya si te,teulieseute,toriesute,tri'esta,tryysty,Триест,Трст,טריאסטה,ترييستي,ट्रिएस्ट,トリエステ,的里雅斯特,트리에스테	06	06	TS	032006	
3165188	Triei	triei	IT	08040	960	Europe/Rome	40.03683	9.64146	140	Triei	105019	14	OG	105019	
3165189	Tricesimo	tricesimo	IT	33019	5590	Europe/Rome	46.1601	13.21323	199	Tresesin,Tricesimo	030127	06	UD	030127	
3165190	Tricerro	tricerro	IT	13038	691	Europe/Rome	45.23576	8.32533	141	Tricerro	002147	12	VC	002147	
3165191	Tricarico	tricarico	IT	75019	4771	Europe/Rome	40.61939	16.15133	698	Tricarico	077028	02	MT	077028	
3165194	Tribiano	tribiano	IT	20067	2234	Europe/Rome	45.41337	9.37895		Tribiano,toribiano,トリビアーノ	015222	09	MI	015222	
3165195	Tribano	tribano	IT	35020	3246	Europe/Rome	45.21369	11.83221	7	Tribano	028094	20	PD	028094	
3165196	Triana	triana	IT	58053	0	Europe/Rome	42.78998	11.55075				16	GR	053020	
3165197	Trezzo sull'Adda	trezzo-sull-adda	IT	20056	11596	Europe/Rome	45.60298	9.51995		Treco sul'Ada,Trezzo,Trezzo sull'Adda,Tritium super Adduam,Трецо сул'Ада,トレッツォ・スッラッダ	015221	09	MI	015221	
3165198	Trezzano sul Naviglio	trezzano-sul-naviglio	IT	20090	18114	Europe/Rome	45.42307	9.06644		Trezzano sul Naviglio,トレッツァーノ・スル・ナヴィーリオ	015220	09	MI	015220	
3165199	Trezzano Rosa	trezzano-rosa	IT	20060	3760	Europe/Rome	45.58278	9.48665		Trezzano Rosa,トレッツァーノ・ローザ	015219	09	MI	015219	
3165201	Treviso	treviso	IT	31100	77604	Europe/Rome	45.66667	12.245	15	Tarvisium,Trevise,Treviso,Trevixo,Trevizo,Trévise,torevu~izo,trwwyzw,Тревизо,טרוויזו,トレヴィーゾ	TV	20	TV	026086	
3165202	Trevi nel Lazio	trevi-nel-lazio	IT	03010	1822	Europe/Rome	41.86302	13.2501		Trevi nel Lazio	060080	07	FR	060080	
3165203	Trevinano	trevinano	IT	01021	0	Europe/Rome	42.81667	11.86667		Trevinano		07	VT	056001	
3165205	Trevignano Romano	trevignano-romano	IT	00069	4583	Europe/Rome	42.15742	12.24077		Trevignano	058107	07	RM	058107	
3165206	Trevignano	trevignano	IT	31040	2179	Europe/Rome	45.73778	12.06528	75	Trevignano,Trevignano Veneto		20	TV	026085	
3165207	Treviglio	treviglio	IT	24047	25736	Europe/Rome	45.52378	9.58946		Treviglio,Trevil'o,Trevilio,torevu~irio,Тревильо,トレヴィーリオ	016219	09	BG	016219	
3165208	Trevico	trevico	IT	83058	1284	Europe/Rome	41.04842	15.23345		Trevico	064112	04	AV	064112	
3165209	Trevi	trevi	IT	06039	4906	Europe/Rome	42.87728	12.74534	294	Trevi	054054	18	PG	054054	
3165210	Trevenzuolo	trevenzuolo	IT	37060	1262	Europe/Rome	45.26938	10.93439	31	Trevenzuolo	023088	20	VR	023088	
3165212	Tret	tret	IT	38013	0	Europe/Rome	46.48066	11.13971				17	TN	022088	
3165216	Trespiano	trespiano	IT	50010	0	Europe/Rome	43.83333	11.3				16	FI	048015	
3165222	Tresigallo	tresigallo	IT	44039	4757	Europe/Rome	44.81598	11.89472		Tresigallo	038024	05	FE	038024	
3165223	Tresenda	tresenda	IT	23036	0	Europe/Rome	46.16667	10.08333				09	SO	014065	
3165225	Trescore Cremasco	trescore-cremasco	IT	26017	2374	Europe/Rome	45.40157	9.62496		Trescorre Cremasco	019109	09	CR	019109	
3165226	Trescore Balneario	trescore-balneario	IT	24069	8303	Europe/Rome	45.69648	9.84256		Trescore,Trescore Balneario	016218	09	BG	016218	
3165227	Trescine	trescine	IT	83012	0	Europe/Rome	41.01667	14.63333			064025	04	AV	064025	
3165231	Tres	tres	IT	38012	644	Europe/Rome	46.32311	11.09687	810	Tres,toresu,トレス	022206	17	TN	022206	
3165232	Trequanda	trequanda	IT	53020	1417	Europe/Rome	43.18774	11.66754		Trequanda,torekuanda,トレクアンダ	052036	16	SI	052036	
3165233	Trepuzzi	trepuzzi	IT	73019	14147	Europe/Rome	40.40556	18.07556		Trepuzzi	075087	13	LE	075087	
3165234	Treppo Grande	treppo-grande	IT	33010	1129	Europe/Rome	46.19006	13.15724	231	Trep Grant,Treppo Grande	030126	06	UD	030126	
3165235	Treponti	treponti	IT	35037	2044	Europe/Rome	45.36667	11.7	17		028089	20	PD	028089	
3165240	Trentola-Ducenta	trentola-ducenta	IT	81038	14126	Europe/Rome	40.97541	14.17623		Trentola-Ducenta,Tréntola-Ducenta	061094	04	CE	061094	
3165243	Trento	trento	IT	38100	80425	Europe/Rome	46.06787	11.12108	194	Gorad Trehnta,Treant,Trent,Trent/o,Trentas,Trente,Trento,Trentu,Trident,Tridentum,Trient,Trionta,Trydent,Trénto,te lun tuo,teulento,torento,trntw,tryntw,Τρέντο,Горад Трэнта,Тренто,טרנטו,ترنتو,ترينتو,ٹرنٹو,ტრენტო,トレント,特伦托,트렌토	17	17	TN	022205	
3165245	Trentinara	trentinara	IT	84070	1769	Europe/Rome	40.40071	15.11316		Trentinara	065152	04	SA	065152	
3165248	Tremonti	tremonti	IT	67069	0	Europe/Rome	46.26667	10.41667				09	BS	017202	
3165249	Tremonti	tremonti	IT	67069	0	Europe/Rome	42.08333	13.18333				01	AQ	066025	
3165251	Tremignon	tremignon	IT	35016	1224	Europe/Rome	45.52076	11.80577	23			20	PD	028063	
3165252	Tremezzo	tremezzo	IT	22019	1314	Europe/Rome	45.98348	9.21854		Tremezzina,Tremezzo	013225	09	CO	013225	
3165253	Tremensuoli	tremensuoli	IT	04026	0	Europe/Rome	41.26667	13.71667				07	LT	059014	
3165254	Tremenico	tremenico	IT	23836	243	Europe/Rome	46.07649	9.36614		Tremenico	097081	09	LC	097081	
3165261	Treia	treia	IT	62010	2299	Europe/Rome	43.31056	13.31148	342	Treia,Treja	043054	10	MC	043054	
3165262	Tregnago	tregnago	IT	37039	3601	Europe/Rome	45.51049	11.16809	317	Tregnago	023087	20	VR	023087	
3165263	Treglio	treglio	IT	66030	642	Europe/Rome	42.26774	14.42552	202	Treglio	069096	01	CH	069096	
3165264	Treglia	treglia	IT	81040	0	Europe/Rome	41.21667	14.26667				04	CE	061061	
3165265	Tregiovo	tregiovo	IT	38028	0	Europe/Rome	46.43333	11.05				17	TN	022152	
3165267	Treggiaia	treggiaia	IT	56025	1034	Europe/Rome	43.62305	10.67325	129			16	PI	050029	
3165268	Tredozio	tredozio	IT	47019	1004	Europe/Rome	44.08096	11.74413	334		040049	05	FC	040049	
3165273	Trecenta	trecenta	IT	45027	1555	Europe/Rome	45.03108	11.4598	11	Trecenta	029047	20	RO	029047	
3165274	Trecchina	trecchina	IT	85049	1373	Europe/Rome	40.0266	15.77467	500	Trecchina	076092	02	PZ	076092	
3165275	Trecate	trecate	IT	28069	19430	Europe/Rome	45.43477	8.73684	136	Trecate	003149	12	NO	003149	
3165276	Trecasali	trecasali	IT	43018	3054	Europe/Rome	44.93577	10.27218		Trecasali		05	PR	034049	
3165281	Trebbio	trebbio	IT	25070	0	Europe/Rome	44.01611	12.39944				05	RN	099028	
3165286	Trebaseleghe	trebaseleghe	IT	35010	7901	Europe/Rome	45.59278	12.05056	22	Trebaseleghe	028093	20	PD	028093	
3165288	Travo	travo	IT	29020	708	Europe/Rome	44.86246	9.54537	176	Travo	033043	05	PC	033043	
3165290	Travesio	travesio	IT	33090	875	Europe/Rome	46.19972	12.86444	226	Traves,Travesio	093047	06	PN	093047	
3165291	Traversetolo	traversetolo	IT	43029	5406	Europe/Rome	44.64216	10.37719	176	Traversetolo	034042	05	PR	034042	
3165293	Traversella	traversella	IT	10080	212	Europe/Rome	45.50846	7.74942	827	Traversella,toravu~eruserra,トラヴェルセッラ	001278	12	TO	001278	
3165294	Traversara	traversara	IT	48012	486	Europe/Rome	44.41121	12.02522	9			05	RA	039002	
3165295	Traversa	traversa	IT	08020	0	Europe/Rome	44.11667	11.28333				16	FI	048018	
3165300	Travale	travale	IT	58026	0	Europe/Rome	43.16667	11		Travale		16	GR	053017	
3165301	Travagliato	travagliato	IT	25039	11012	Europe/Rome	45.52391	10.08013		Travagliato	017188	09	BS	017188	
3165308	Trassilico	trassilico	IT	55027	0	Europe/Rome	44.05	10.41667				16	LU	046015	
3165313	Trasaghis	trasaghis	IT	33010	469	Europe/Rome	46.28164	13.07545	217	Trasaghis	030124	06	UD	030124	
3165314	Trasacco	trasacco	IT	67059	6144	Europe/Rome	41.95693	13.5345	685	Trasacco	066102	01	AQ	066102	
3165315	Trarivi	trarivi	IT	47854	1116	Europe/Rome	43.93672	12.544	240			05	RN	099010	
3165319	Traona	traona	IT	23019	2187	Europe/Rome	46.15019	9.53224		Traona	014069	09	SO	014069	
3165321	Transacqua	transacqua	IT	38054	2021	Europe/Rome	46.17171	11.83069	746	Transacqua,toransakkua,トランサックア	022204	17	TN	022204	
3165322	Trani	trani	IT	76125	53139	Europe/Rome	41.27273	16.41537		Trani,Turenum,torani,Трани,トラーニ	BT	13	BT	110009	
3165323	Trana	trana	IT	10090	1701	Europe/Rome	45.03904	7.42182	372	Tran-a,Trana,torana,トラーナ	001276	12	TO	001276	
3165324	Tramutola	tramutola	IT	85057	2388	Europe/Rome	40.31661	15.79107	650	Tramutola	076091	02	PZ	076091	
3165325	Tramuschio	tramuschio	IT	41037	276	Europe/Rome	44.95887	11.0864	13			05	MO	036022	
3165326	Tramonti di Sopra	tramonti-di-sopra	IT	33090	239	Europe/Rome	46.31111	12.78917	420	Tramonc Disore,Tramonti Sopra,Tramonti di Sopra,Tramonç Disore	093045	06	PN	093045	
3165327	Tramonti	tramonti	IT	84010	3935	Europe/Rome	40.69154	14.6449		Tramonte,Tramonti,Трамонти		04	SA	065151	
3165334	Traghetto	traghetto	IT	44011	254	Europe/Rome	44.64187	11.68825	7			05	FE	038001	
3165338	Trafoi	trafoi	IT	39020	0	Europe/Rome	46.55	10.5				17	BZ	021095	
3165340	Tradate	tradate	IT	21049	15960	Europe/Rome	45.71097	8.90764		Tradate	012127	09	VA	012127	
3165345	Tovena	tovena	IT	31030	614	Europe/Rome	45.97681	12.1757	257			20	TV	026018	
3165350	Tottea	tottea	IT	64043	284	Europe/Rome	42.55333	13.4659	938			01	TE	067023	
3165354	Tossignano	tossignano	IT	40021	216	Europe/Rome	44.27254	11.60434	272			05	BO	037007	
3165355	Tossicia	tossicia	IT	64049	283	Europe/Rome	42.54494	13.64749	409	Tossicia	067045	01	TE	067045	
3165356	Toscolano-Maderno	toscolano-maderno	IT	25088	7006	Europe/Rome	45.63449	10.60838		Toscolano Maderno,Toscolano-Maderno	017187	09	BS	017187	
3165363	Torviscosa	torviscosa	IT	33050	1886	Europe/Rome	45.82111	13.28111	3	Tor di Zuin,Torviscosa	030123	06	UD	030123	
3165365	Tortoreto	tortoreto	IT	64018	839	Europe/Rome	42.80371	13.91346	239	Tortoreto	067044	01	TE	067044	
3165367	Tortorella	tortorella	IT	84030	603	Europe/Rome	40.1422	15.60567		Tortorella	065150	04	SA	065150	
3165370	Tortona	tortona	IT	15057	22743	Europe/Rome	44.89784	8.86374	122	Tortona,Тортона	006174	12	AL	006174	
3165375	Tor Sapienza	tor-sapienza	IT	00155	0	Europe/Rome	41.9	12.58333				07	RM	058091	
3165376	Torsa	torsa	IT	33050	880	Europe/Rome	45.87944	13.11917	13			06	UD	030075	
3165379	Torrone	torrone	IT	67039	0	Europe/Rome	43.16667	13.1				10	MC	043007	
3165380	Torrita Tiberina	torrita-tiberina	IT	00060	558	Europe/Rome	42.23913	12.61448	179	Torrita,Torrita Tiberina,トッリータ・ティベリーナ	058106	07	RM	058106	
3165381	Torrita di Siena	torrita-di-siena	IT	53049	7121	Europe/Rome	43.17024	11.77944		Torrita,Torrita di Siena,トッリータ・ディ・シエーナ	052035	16	SI	052035	
3165382	Torrita	torrita	IT	02012	0	Europe/Rome	42.61865	13.22099				07	RI	057002	
3165383	Torrioni	torrioni	IT	83010	633	Europe/Rome	41.03402	14.81254		Torrioni	064111	04	AV	064111	
3165389	Torrimpietra	torrimpietra	IT	00054	0	Europe/Rome	41.91758	12.20135				07	RM	058120	
3165390	Torrile	torrile	IT	43056	779	Europe/Rome	44.92387	10.32468	32	Torrile	034041	05	PR	034041	
3165391	Torri in Sabina	torri-in-sabina	IT	02049	470	Europe/Rome	42.35303	12.63857	275	Torri in Sabina	057070	07	RI	057070	
3165392	Torriglia	torriglia	IT	16029	1369	Europe/Rome	44.52015	9.16016	769	Torriggia,Torriglia	010062	08	GE	010062	
3165394	Torri di Quartesolo	torri-di-quartesolo	IT	36040	8522	Europe/Rome	45.52499	11.6123	30	Torri,Torri di Quartesolo	024108	20	VI	024108	
3165395	Torri del Benaco	torri-del-benaco	IT	37010	2453	Europe/Rome	45.61013	10.68669	67	Torri,Torri del Benaco	023086	20	VR	023086	
3165396	Torricella Sicura	torricella-sicura	IT	64010	2692	Europe/Rome	42.65904	13.65719		Torricella Sicura	067043	01	TE	067043	
3165397	Torricella Peligna	torricella-peligna	IT	66019	961	Europe/Rome	42.02453	14.25912	910	Torricella Peligna	069095	01	CH	069095	
3165398	Torricella in Sabina	torricella-in-sabina	IT	02030	1216	Europe/Rome	42.26333	12.87008		Torricella,Torricella Sabina,Torricella in Sabina	057069	07	RI	057069	
3165399	Torricella del Pizzo	torricella-del-pizzo	IT	26040	721	Europe/Rome	45.01897	10.29598			019108	09	CR	019108	
3165401	Torricella	torricella	IT	74020	0	Europe/Rome	45.03333	11.3				20	RO	029013	
3165402	Torricella	torricella	IT	74020	0	Europe/Rome	43.86667	12.26667				10	PU		
3165403	Torricella	torricella	IT	74020	4082	Europe/Rome	40.35662	17.49971		Torricella	073028	13	TA	073028	
3165404	Torrice	torrice	IT	03020	4356	Europe/Rome	41.62972	13.3984		Torrice	060079	07	FR	060079	
3165406	Torriana	torriana	IT	47824	1174	Europe/Rome	43.98485	12.38541				05	RN	099028	
3165408	Torri	torri	IT	18039	0	Europe/Rome	44.06667	11.03333				16	PT	047018	
3165409	Torri	torri	IT	18039	265	Europe/Rome	43.83849	7.55216	67			08	IM	008065	
3165410	Torri	torri	IT	18039	222	Europe/Rome	43.74538	11.44621	265			16	FI	048036	
3165411	Torri	torri	IT	18039	0	Europe/Rome	42.8	13.75				01	TE	067017	
3165412	Torrevecchia Teatina	torrevecchia-teatina	IT	66010	3746	Europe/Rome	42.38274	14.21331		Torrevecchia Teatina	069094	01	CH	069094	
3165415	Torretta	torretta	IT	80010	0	Europe/Rome	43.55	10.48333				16	PI	050014	
3165417	Torreselle	torreselle	IT	35017	0	Europe/Rome	45.6	11.41667				20	VI	024028	
3165420	Torre Santa Susanna	torre-santa-susanna	IT	72028	10614	Europe/Rome	40.46563	17.73561		Torre Santa Susanna	074019	13	BR	074019	
3165423	Torre San Patrizio	torre-san-patrizio	IT	63814	1530	Europe/Rome	43.18286	13.61278	224	Torre San Patrizio	109040	10	FM	109040	
3165427	Torre Pellice	torre-pellice	IT	10066	4043	Europe/Rome	44.81974	7.21602	516	Torre Pellice,トッレ・ペッリチェ	001275	12	TO	001275	
3165430	Torre Orsaia	torre-orsaia	IT	84077	2392	Europe/Rome	40.1333	15.47327		Torre Orsaia	065149	04	SA	065149	
3165431	Torrenova	torrenova	IT	00133	0	Europe/Rome	41.85	12.61667		Torrenova		07	RM	058091	
3165432	Torrenieri	torrenieri	IT	53024	0	Europe/Rome	43.08333	11.55				16	SI	052014	
3165436	Torre Le Nocelle	torre-le-nocelle	IT	83030	1370	Europe/Rome	41.02312	14.90934		Torre Le Nocelle	064110	04	AV	064110	
3165438	Torreglia	torreglia	IT	35038	5241	Europe/Rome	45.33609	11.73841	16		028092	20	PD	028092	
3165442	Torre Garofoli	torre-garofoli	IT	15057	0	Europe/Rome	44.8937	8.80194				12	AL	006174	
3165444	Torre Gaia	torre-gaia	IT	00133	0	Europe/Rome	41.8563	12.64093		Towregaia		07	RM	058091	
3165446	Torre d'Isola	torre-d-isola	IT	27020	1857	Europe/Rome	45.21746	9.07615			018159	09	PV	018159	
3165447	Torre di Santa Maria	torre-di-santa-maria	IT	23020	892	Europe/Rome	46.2336	9.85155		Torre Santa Maria,Torre di Santa Maria	014067	09	SO	014067	
3165448	Torre di Mosto	torre-di-mosto	IT	30020	3143	Europe/Rome	45.69078	12.71204	2	Torre di Mosto,トッレ・ディ・モスト	027041	20	VE	027041	
3165452	Torre de'Picenardi	torre-de-picenardi	IT	26038	1841	Europe/Rome	45.14357	10.28688				09	CR	019107	
3165453	Torre de'Passeri	torre-de-passeri	IT	65029	3161	Europe/Rome	42.24324	13.9333		Torre dei Passeri	068043	01	PE	068043	
3165454	Torre del Mangano	torre-del-mangano	IT	27012	0	Europe/Rome	45.25	9.11667				09	PV	018046	
3165455	Torre del Lago Puccini	torre-del-lago-puccini	IT	55049	11230	Europe/Rome	43.83333	10.28333	3	Torre del Lago,Torre del Lago Puccini		16	LU	046033	
3165456	Torre del Greco	torre-del-greco	IT	80059	85897	Europe/Rome	40.78392	14.3708	43	Torre d''o Grieco,Torre del Greco,Torre-del'-Greko,Торре-дель-Греко,トッレ・デル・グレーコ	063084	04	NA	063084	
3165459	Torre degli Alberi	torre-degli-alberi	IT	27040	0	Europe/Rome	44.90221	9.22852				09	PV	018132	
3165461	Torre de'Busi	torre-de-busi	IT	23806	1744	Europe/Rome	45.77408	9.48025		Torre de' Busi,Torre de'Busi	097080	09	LC	097080	
3165462	Torrecuso	torrecuso	IT	82030	3522	Europe/Rome	41.18942	14.67934		Torrecuso	062076	04	BN	062076	
3165465	Torrechiara	torrechiara	IT	43013	0	Europe/Rome	44.65	10.28333		Torrechiara		05	PR	034019	
3165470	Torrebruna	torrebruna	IT	66050	658	Europe/Rome	41.86813	14.54082	845	Torrebruna	069093	01	CH	069093	
3165471	Torre Boldone	torre-boldone	IT	24020	7764	Europe/Rome	45.71418	9.71015		Torre Boldone	016214	09	BG	016214	
3165473	Torrebelvicino	torrebelvicino	IT	36036	4993	Europe/Rome	45.7168	11.31949	260	Torrebelvicino	024107	20	VI	024107	
3165474	Torreano	torreano	IT	33040	939	Europe/Rome	46.13275	13.43438	189	Torean,Torreano	030122	06	UD	030122	
3165475	Torre Annunziata	torre-annunziata	IT	80058	43521	Europe/Rome	40.74971	14.46464	9	Torre Annunziata,Torre Nunziata,Torre-Annunciata,Торре-Аннунциата,トッレ・アンヌンツィアータ	063083	04	NA	063083	
3165476	Torre a Mare	torre-a-mare	IT	70126	0	Europe/Rome	41.08333	17				13	BA	072006	
3165477	Torre Alfina	torre-alfina	IT	01021	291	Europe/Rome	42.75439	11.94572	602			07	VT	056001	
3165481	Torre	torre	IT	50054	0	Europe/Rome	44.61667	10.35				05	PR	034042	
3165482	Torre	torre	IT	50054	450	Europe/Rome	43.76019	10.79769	48			16	FI	048019	
3165483	Torre	torre	IT	50054	0	Europe/Rome	42.45104	13.22475				01	AQ	066013	
3165484	Torrazzo	torrazzo	IT	13884	188	Europe/Rome	45.49876	7.95522		Torrazzo	096069	12	BI	096069	
3165485	Torrazza Coste	torrazza-coste	IT	27050	1518	Europe/Rome	44.97696	9.08355			018155	09	PV	018155	
3165488	Torralba	torralba	IT	07048	1022	Europe/Rome	40.51296	8.76532		Torralba	090073	14	SS	090073	
3165490	Torraca	torraca	IT	84030	1232	Europe/Rome	40.1116	15.63637		Torraca	065148	04	SA	065148	
3165492	Torpè	torpe	IT	08020	2719	Europe/Rome	40.62797	9.67734		Torpe,Torpè	091094	14	NU	091094	
3165495	Toro	toro	IT	86018	1072	Europe/Rome	41.57243	14.76493	588	Toro	070080	11	CB	070080	
3165496	Tornolo	tornolo	IT	43059	1291	Europe/Rome	44.48525	9.62527			034040	05	PR	034040	
3165498	Torno	torno	IT	22020	1222	Europe/Rome	45.85488	9.11584		Torno	013223	09	CO	013223	
3165500	Torniella	torniella	IT	58036	294	Europe/Rome	43.07368	11.15364	441			16	GR	053021	
3165501	Tornavento	tornavento	IT	21015	0	Europe/Rome	45.58333	8.71667				09	VA	012090	
3165502	Tornata	tornata	IT	26030	521	Europe/Rome	45.10437	10.43078			019106	09	CR	019106	
3165504	Tornareccio	tornareccio	IT	66046	1317	Europe/Rome	42.03814	14.41612	630	Tornareccio	069092	01	CH	069092	
3165505	Tornano	tornano	IT	47025	0	Europe/Rome	43.93333	12.23333				05	FC	040020	
3165507	Tornaco	tornaco	IT	28070	789	Europe/Rome	45.35756	8.71594	122	Tornaco	003146	12	NO	003146	
3165511	Tormeno	tormeno	IT	36057	522	Europe/Rome	45.50415	11.55194	30			20	VI	024006	
3165512	Torlino Vimercati	torlino-vimercati	IT	26017	296	Europe/Rome	45.41747	9.59476		Torlino	019105	09	CR	019105	
3165513	Toritto	toritto	IT	70020	8916	Europe/Rome	40.99823	16.67978		Toritto,toritto,トリット	072044	13	BA	072044	
3165522	Torino di Sangro	torino-di-sangro	IT	66020	1239	Europe/Rome	42.18814	14.54082	164	Torino di Sangro	069091	01	CH	069091	
3165526	Torgnon	torgnon	IT	11020	497	Europe/Rome	45.80616	7.5698		Torgnon	007067	19	AO	007067	
3165527	Torgiano	torgiano	IT	06089	2816	Europe/Rome	43.02854	12.44136	219	Torgiano	054053	18	PG	054053	
3165529	Torella del Sannio	torella-del-sannio	IT	86028	642	Europe/Rome	41.63983	14.51953	837	Torella del Sannio	070079	11	CB	070079	
3165534	Tordandrea	tordandrea	IT	06081	939	Europe/Rome	43.03589	12.55578	190	Tordandrea		18	PG	054001	
3165535	Torchiarolo	torchiarolo	IT	72020	5127	Europe/Rome	40.48417	18.0525		Torchiarolo	074018	13	BR	074018	
3165536	Torchiara	torchiara	IT	84076	1525	Europe/Rome	40.3216	15.05446		Torchiara	065147	04	SA	065147	
3165537	Torchiagina	torchiagina	IT	06081	655	Europe/Rome	43.1196	12.53468	220	Torchiagina		18	PG	054001	
3165542	Torbole Casaglia	torbole-casaglia	IT	25030	5113	Europe/Rome	45.51258	10.11547		Torborle	017186	09	BS	017186	
3165549	Torano Nuovo	torano-nuovo	IT	64010	751	Europe/Rome	42.82305	13.77729	237	Torano Nuovo	067042	01	TE	067042	
3165551	Torano	torano	IT	02021	0	Europe/Rome	42.15335	13.25981				07	RI	057007	
3165553	Tora	tora	IT	81044	0	Europe/Rome	41.33822	14.02242			061093	04	CE	061093	
3165555	Toppo	toppo	IT	33090	422	Europe/Rome	46.2014	12.82927	251			06	PN	093047	
3165560	Tonfano	tonfano	IT	55045	0	Europe/Rome	43.92646	10.20201				16	LU	046024	
3165561	Tonezza del Cimone	tonezza-del-cimone	IT	36040	619	Europe/Rome	45.8567	11.34769		Tonezza,Tonezza del Cimone	024106	20	VI	024106	
3165564	Tonco	tonco	IT	14039	769	Europe/Rome	45.02445	8.19003	271	Tonch,Tonco	005109	12	AT	005109	
3165565	Tonara	tonara	IT	08039	2038	Europe/Rome	40.02505	9.17294	900	Tonara	091093	14	NU	091093	
3165571	Tonadico	tonadico	IT	38054	1223	Europe/Rome	46.18111	11.83939	750	Tonadico,tonadiko,トナディーコ	022201	17	TN	022201	
3165576	Tombolo	tombolo	IT	35019	7787	Europe/Rome	45.6395	11.8254	42	Tombolo,tonboro,トンボロ	028091	20	PD	028091	
3165579	Tomba	tomba	IT	33036	0	Europe/Rome	44.45	11.13333				05	BO	037042	
3165582	Tolve	tolve	IT	85017	3361	Europe/Rome	40.69422	16.01627	568	Tolve	076090	02	PZ	076090	
3165584	Tolmezzo	tolmezzo	IT	33028	8078	Europe/Rome	46.4051	13.017	323	Tolmezzo,Tumiec,Tumieç	030121	06	UD	030121	
3165585	Tollo	tollo	IT	66010	3093	Europe/Rome	42.34794	14.31811	152	Tollo	069090	01	CH	069090	
3165587	Tollegno	tollegno	IT	13818	2467	Europe/Rome	45.58746	8.05132	495	Tollegno	096068	12	BI	096068	
3165588	Tolle	tolle	IT	45018	272	Europe/Rome	44.95441	12.41095	1			20	RO	029039	
3165589	Toline	toline	IT	25055	0	Europe/Rome	45.78333	10.08333				09	BS	017143	
3165593	Tolfa	tolfa	IT	00059	4421	Europe/Rome	42.15142	11.93646	484	Tolfa,torufa,トルファ	058105	07	RM	058105	
3165595	Tolentino	tolentino	IT	62029	16504	Europe/Rome	43.21255	13.29008	228	Tolentino	043053	10	MC	043053	
3165596	Tolè	tole	IT	40038	0	Europe/Rome	44.33333	11.05				05	BO	037059	
3165601	Toirano	toirano	IT	17055	2430	Europe/Rome	44.12753	8.20485	38	Toian,Toirano,Toiàn	009061	08	SV	009061	
3165604	Toffia	toffia	IT	02039	905	Europe/Rome	42.21343	12.75608		Toffia	057068	07	RI	057068	
3165606	Tofe	tofe	IT	03013	0	Europe/Rome	42.88333	13.3				10	AP	044044	
3165611	Todiano	todiano	IT	06047	0	Europe/Rome	42.83333	13.05				18	PG	054043	
3165612	Todi	todi	IT	06059	5620	Europe/Rome	42.77994	12.40456	400	Todi	054052	18	PG	054052	
3165615	Tocco da Casauria	tocco-da-casauria	IT	65028	2338	Europe/Rome	42.21374	13.9135	356	Tocco,Tocco Casauria,Tocco da Casauria	068042	01	PE	068042	
3165616	Tocco Caudio	tocco-caudio	IT	82030	1605	Europe/Rome	41.12582	14.63124			062075	04	BN	062075	
3165617	Tocchi	tocchi	IT	53015	0	Europe/Rome	43.13333	11.26667				16	SI	052018	
3165619	Tobia	tobia	IT	01100	0	Europe/Rome	42.35	12.13333				07	VT	056015	
3165621	Toano	toano	IT	42010	695	Europe/Rome	44.37636	10.5612	842	Italia Toano,Toano,Тоано	035041	05	RE	035041	
3165622	Tizzano Val Parma	tizzano-val-parma	IT	43028	367	Europe/Rome	44.52056	10.19979	814		034039	05	PR	034039	
3165623	Tivoli	tivoli	IT	00019	0	Europe/Rome	44.68333	7.16667				12	CN	004077	
3165624	Tivoli	tivoli	IT	00019	49342	Europe/Rome	41.96092	12.79888		Tibur,Tivoli,tivu~ori,tybwly,Тиволи,טיבולי,ティヴォリ	058104	07	RM	058104	
3165627	Tito	tito	IT	85050	4237	Europe/Rome	40.58362	15.67546	650	Tito	076089	02	PZ	076089	
3165628	Titignano	titignano	IT	05018	0	Europe/Rome	42.76667	12.28333				18	TR	055023	
3165633	Tissi	tissi	IT	07040	1875	Europe/Rome	40.67861	8.55917		Tissi	090072	14	SS	090072	
3165634	Tissano	tissano	IT	33050	453	Europe/Rome	45.95528	13.26611	47			06	UD	030104	
3165636	Tiser	tiser	IT	32020	0	Europe/Rome	46.23333	12				20	BL	025025	
3165642	Tirli	tirli	IT	58043	0	Europe/Rome	44.15	11.46667				16	FI	048018	
3165643	Tirli	tirli	IT	58043	255	Europe/Rome	42.84504	10.89426	404			16	GR	053006	
3165645	Tires - Tiers	tires	IT	39050	884	Europe/Rome	46.46832	11.52768		Tiers,Tires,tiresu,ティーレス	021100	17	BZ	021100	
3165647	Tirano	tirano	IT	23037	9044	Europe/Rome	46.2154	10.16786		Tirano,Tiranum,tirano,Тирано	014066	09	SO	014066	
3165649	Tione di Trento	tione-di-trento	IT	38079	3281	Europe/Rome	46.036	10.72637	565	Tione,Tione di Trento,Tione in Giudicarie,ティオーネ・ディ・トレント	022199	17	TN	022199	
3165650	Tione degli Abruzzi	tione-degli-abruzzi	IT	67020	380	Europe/Rome	42.20393	13.6357		Tione degli Abruzzi	066100	01	AQ	066100	
3165651	Tiolo	tiolo	IT	23033	0	Europe/Rome	46.31667	10.3				09	SO	014060	
3165657	Tinnura	tinnura	IT	08010	268	Europe/Rome	40.27015	8.54952	328	Tinnura	095088	14	OR	095088	
3165659	Tina	tina	IT	10030	0	Europe/Rome	45.41667	7.93333				12	TO	001004	
3165667	Timau	timau	IT	33026	346	Europe/Rome	46.58358	13.00507	816			06	UD	030071	
3165670	Tignes	tignes	IT	32010	427	Europe/Rome	46.15766	12.34245	555			20	BL	025038	
3165672	Tiglieto	tiglieto	IT	16010	613	Europe/Rome	44.52324	8.61925		O Tilieto,Tiglieto	010061	08	GE	010061	
3165675	Tiezzo	tiezzo	IT	33082	0	Europe/Rome	45.89361	12.67278				06	PN	093005	
3165683	Ticineto	ticineto	IT	15040	1343	Europe/Rome	45.09616	8.55174	102	Ticineto,Tisneis,Tisnèis	006173	12	AL	006173	
3165684	Ticengo	ticengo	IT	26020	430	Europe/Rome	45.36927	9.82766			019104	09	CR	019104	
3165685	Tecchiena	tecchiena	IT	03011	0	Europe/Rome	41.68333	13.31667		Tecchiena,Ticchiena		07	FR	060003	
3165690	Tiarno di Sotto	tiarno-di-sotto	IT	38060	697	Europe/Rome	45.8945	10.68447	728	Tiarno,Tiarno di Sotto,ティアルノ・ディ・ソット		17	TN	022229	
3165691	Tiarno di Sopra	tiarno-di-sopra	IT	38060	984	Europe/Rome	45.8884	10.66947	744	Tiarno di Sopra,ティアルノ・ディ・ソプラ		17	TN	022229	
3165692	Tiana	tiana	IT	08020	584	Europe/Rome	40.06845	9.14733		Tiana	091091	14	NU	091091	
3165697	Thiesi	thiesi	IT	07047	3165	Europe/Rome	40.52486	8.71642		Thiesi,Tiesi	090071	14	SS	090071	
3165698	Thiene	thiene	IT	36016	21145	Europe/Rome	45.7088	11.47959	147	T'ene,Thiene,Тьене	024105	20	VI	024105	
3165699	Tezze sul Brenta	tezze-sul-brenta	IT	36056	10405	Europe/Rome	45.6866	11.7036		Tezze,Tezze sul Brenta	024104	20	VI	024104	
3165701	Tezze	tezze	IT	31028	731	Europe/Rome	45.99154	11.66969	236			17	TN	022095	
3165702	Tezze	tezze	IT	31028	0	Europe/Rome	45.53333	11.35				20	VI	024008	
3165714	Teti	teti	IT	08030	807	Europe/Rome	40.09575	9.11813		Teti	091090	14	NU	091090	
3165715	Testico	testico	IT	17020	200	Europe/Rome	44.00563	8.02925		Testego,Testico	009060	08	SV	009060	
3165722	Tessennano	tessennano	IT	01010	335	Europe/Rome	42.47832	11.79035	302	Tessennano	056051	07	VT	056051	
3165723	Tessello	tessello	IT	47023	0	Europe/Rome	44.10194	12.14056				05	FC	040007	
3165728	Tesimo - Tisens	tesimo	IT	39010	1809	Europe/Rome	46.56542	11.16937		Tesimo,Tisens,tejimo,テージモ	021099	17	BZ	021099	
3165729	Tesido	tesido	IT	39035	911	Europe/Rome	46.76891	12.11397	1206	Taisten,Tesido		17	BZ	021052	
3165730	Tesero	tesero	IT	38038	2281	Europe/Rome	46.29041	11.51198	1000	Tesero,tezero,テーゼロ	022196	17	TN	022196	
3165733	Terzorio	terzorio	IT	18010	214	Europe/Rome	43.85232	7.89835		O Tresseu,Terzorio	008060	08	IM	008060	
3165735	Terzone	terzone	IT	02016	0	Europe/Rome	42.6	13.06667				07	RI	057033	
3165737	Terzigno	terzigno	IT	80040	17138	Europe/Rome	40.81221	14.49644	105	Terzigno,terutsu~inyo,テルツィーニョ	063082	04	NA	063082	
3165739	Terruggia	terruggia	IT	15030	679	Europe/Rome	45.08226	8.44324	199	Terruggia,Trugia	006171	12	AL	006171	
3165740	Terrossa	terrossa	IT	37030	0	Europe/Rome	45.45	11.31667				20	VR	023049	
3165742	Terricciola	terricciola	IT	56030	1035	Europe/Rome	43.52474	10.68011	180		050036	16	PI	050036	
3165747	Terrazzo	terrazzo	IT	37040	1176	Europe/Rome	45.17328	11.3934	12		023085	20	VR	023085	
3165749	Terrarossa	terrarossa	IT	54016	1334	Europe/Rome	44.23362	9.9611	74	Terrarossa		16	MS	045009	
3165751	Terranuova Bracciolini	terranuova-bracciolini	IT	52028	11181	Europe/Rome	43.55215	11.58843			051039	16	AR	051039	
3165752	Terranova	terranova	IT	15033	477	Europe/Rome	45.16409	8.52402	102			12	AL	006039	
3165753	Terranova	terranova	IT	15033	0	Europe/Rome	40.56667	15.28333				04	SA	065143	
3165757	Terradura	terradura	IT	35020	0	Europe/Rome	40.15	15.21667				04	SA	065009	
3165762	Terracina	terracina	IT	04019	36633	Europe/Rome	41.28967	13.24127		Terrachina,Terracina,terrachina,Террачина,テッラチーナ	059032	07	LT	059032	
3165767	Terontola	terontola	IT	52044	0	Europe/Rome	43.21667	12.03333				18	PG		
3165771	Terni	terni	IT	05100	97050	Europe/Rome	42.56713	12.64987	130	Interamna,Terni,teruni,Терни,テルニ	TR	18	TR	055032	
3165772	Ternate	ternate	IT	21020	2254	Europe/Rome	45.78167	8.69233		Ternate	012126	09	VA	012126	
3165773	Termoli	termoli	IT	86039	31044	Europe/Rome	41.98884	14.98953	15	Termoli,Термоли	070078	11	CB	070078	
3165781	Termine	termine	IT	32010	0	Europe/Rome	46.30778	12.31972				20	BL	025035	
3165782	Termine	termine	IT	32010	453	Europe/Rome	42.44401	13.20973	1050			01	AQ	066013	
3165783	Termeno Sulla Strada del Vino	termeno-sulla-strada-del-vino	IT	39040	3193	Europe/Rome	46.34151	11.24228		Tarmeno,Tarmèno,Tramin,Tramin an der Weinstrasse,Tramín	021098	17	BZ	021098	
3165788	Terlizzi	terlizzi	IT	70038	25811	Europe/Rome	41.12681	16.5421	190	Terlicci,Terlizzi,Терлицци	072043	13	BA	072043	
3165789	Terlano - Terlan	terlano	IT	39018	3579	Europe/Rome	46.53242	11.24537		Terlan,Terlano,terurano,テルラーノ	021097	17	BZ	021097	
3165790	Terlago	terlago	IT	38096	838	Europe/Rome	46.0975	11.04578	456	Terlago,terurago,テルラーゴ	022192	17	TN	022192	
3165793	Terenzo	terenzo	IT	43040	1289	Europe/Rome	44.60996	10.08968			034038	05	PR	034038	
3165794	Terenzano	terenzano	IT	33050	0	Europe/Rome	46.0075	13.21694				06	UD	030079	
3165795	Terenzano	terenzano	IT	33050	0	Europe/Rome	44.21667	10.15				16	MS	045007	
3165796	Terento - Terenten	terento	IT	39030	1572	Europe/Rome	46.83053	11.77998		Terenten,Terento,terento,テレント	021096	17	BZ	021096	
3165797	Terelle	terelle	IT	03040	603	Europe/Rome	41.55212	13.77841		Terelle	060077	07	FR	060077	
3165798	Tereglio	tereglio	IT	55025	0	Europe/Rome	44.05	10.56667		Teregho,Tereglio		16	LU	046011	
3165801	Terdobbiate	terdobbiate	IT	28070	480	Europe/Rome	45.37656	8.69524	128	Terdobbiate	003144	12	NO	003144	
3165803	Teramo	teramo	IT	64100	36099	Europe/Rome	42.66123	13.69901	432	Interamnium,QEA,Teramo,Téramo,teramo,Терамо,テーラモ	TE	01	TE	067041	
3165806	Teora	teora	IT	83056	0	Europe/Rome	42.4263	13.26556				01	AQ	066008	
3165807	Teora	teora	IT	83056	1573	Europe/Rome	40.85282	15.25335		Teora	064108	04	AV	064108	
3165808	Teor	teor	IT	33061	1996	Europe/Rome	45.85639	13.05667		Teor		06	UD	030188	
3165810	Teolo	teolo	IT	35037	441	Europe/Rome	45.34849	11.6708	175		028089	20	PD	028089	
3165811	Teodorano	teodorano	IT	47014	0	Europe/Rome	44.08722	12.11194				05	FC	040019	
3165817	Tenno	tenno	IT	38060	515	Europe/Rome	45.9188	10.83278	428	Tenno,ten'no,テンノ	022191	17	TN	022191	
3165821	Tendola	tendola	IT	54035	0	Europe/Rome	44.15	10.05				16	MS	045008	
3165824	Tencarola	tencarola	IT	35030	0	Europe/Rome	45.38333	11.8				20	PD	028086	
3165825	Tenaglie	tenaglie	IT	05020	0	Europe/Rome	42.65	12.28333				18	TR	055018	
3165826	Temù	temu	IT	25050	1010	Europe/Rome	46.2487	10.46796			017184	09	BS	017184	
3165828	Tempio Pausania	tempio-pausania	IT	07029	13992	Europe/Rome	40.89737	9.10352		Tempio Pausania,Tempio Pausanija,Tempiu,Templum,Tèmpiu,Темпио Паусания,テンピオ・パウザーニア	OT	14	OT	104025	
3165829	Tempera	tempera	IT	67100	0	Europe/Rome	42.36615	13.45679				01	AQ	066049	
3165834	Telve	telve	IT	38050	1689	Europe/Rome	46.07131	11.47959	550	Telve,Telve Valsugana,teruvu~e,テルヴェ	022188	17	TN	022188	
3165835	Telti	telti	IT	07020	1544	Europe/Rome	40.87637	9.35283	332	Telti	104024	14	OT	104024	
3165840	Telgate	telgate	IT	24060	4190	Europe/Rome	45.62888	9.85166		Telgate	016212	09	BG	016212	
3165842	Telese Terme	telese-terme	IT	82037	5756	Europe/Rome	41.21732	14.52773		Telese	062074	04	BN	062074	
3165845	Tegoleto	tegoleto	IT	52041	1373	Europe/Rome	43.39528	11.78663	265			16	AR	051016	
3165847	Teglio Veneto	teglio-veneto	IT	30025	1678	Europe/Rome	45.81583	12.88556	9	Teglio Veneto,Tei	027040	20	VE	027040	
3165848	Teglio	teglio	IT	23036	4797	Europe/Rome	46.1728	10.06475		Teglio,Tel'o,Тельо	014065	09	SO	014065	
3165851	Teggiano	teggiano	IT	84039	8241	Europe/Rome	40.37921	15.54046		Teggiano,Tegiano	065146	04	SA	065146	
3165856	Teano	teano	IT	81057	13042	Europe/Rome	41.25132	14.06652		Teano,teano,Теано	061091	04	CE	061091	
3165857	Teana	teana	IT	85032	573	Europe/Rome	40.12481	16.15178	806	Teana	076087	02	PZ	076087	
3165862	Tavullia	tavullia	IT	61010	2315	Europe/Rome	43.89786	12.75485	170	Tavullia,Tomba di Pesaro	041065	10	PU	041065	
3165865	Tavoleto	tavoleto	IT	61020	707	Europe/Rome	43.84466	12.59195	426	Tavoleto	041064	10	PU	041064	
3165871	Taviano	taviano	IT	73057	1693	Europe/Rome	44.1	11		Sambuca Pistoiese,Taviano		16	PT	047018	
3165873	Tavernole sul Mella	tavernole-sul-mella	IT	25060	1346	Europe/Rome	45.74699	10.24056		Tavernole,Tavernole sul Mella	017183	09	BS	017183	
3165874	Tavernola Bergamasca	tavernola-bergamasca	IT	24060	2273	Europe/Rome	45.70938	10.04626		Tavernola,Tavernola Bergamasca	016211	09	BG	016211	
3165877	Tavernelle d'Emilia	tavernelle-d-emilia	IT	40012	0	Europe/Rome	44.56667	11.23333		Tavernelle,Tavernelle d'Emilia		05	BO	037009	
3165878	Tavernelle	tavernelle	IT	06068	0	Europe/Rome	44.46667	10.96667				05	MO	036020	
3165879	Tavernelle	tavernelle	IT	06068	0	Europe/Rome	44.3	10.06667				16	MS	045009	
3165880	Tavernelle	tavernelle	IT	06068	1780	Europe/Rome	43.73333	12.88333	87			10	PU	041062	
3165881	Tavernelle	tavernelle	IT	06068	3177	Europe/Rome	43.00333	12.1452	236			18	PG	054037	
3165882	Tavernelle	tavernelle	IT	06068	0	Europe/Rome	42.91667	13.43333				10	AP	044015	
3165884	Taverne d'Arbia	taverne-d-arbia	IT	53100	0	Europe/Rome	43.3	11.4		Taverne,Taverne d'Arbia		16	SI	052032	
3165885	Taverne	taverne	IT	84030	0	Europe/Rome	43.03333	12.91667				10	MC	043052	
3165886	Taverne	taverne	IT	84030	0	Europe/Rome	42.91667	12.88333		Taverne,Terne		18	PG	054048	
3165889	Taverna	taverna	IT	88055	0	Europe/Rome	43.91667	12.55				05	RN	099010	
3165890	Tavenna	tavenna	IT	86030	731	Europe/Rome	41.90864	14.76253	550	Tavenna	070077	11	CB	070077	
3165892	Tavazzano	tavazzano	IT	26838	0	Europe/Rome	45.32783	9.40473			098056	09	LO	098056	
3165894	Tavarnuzze	tavarnuzze	IT	50023	0	Europe/Rome	43.71231	11.21524				16	FI	048022	
3165895	Tavagnasco	tavagnasco	IT	10010	795	Europe/Rome	45.54496	7.82332	270	Settimo Tavagnasco,Tavagnasch,Tavagnasco,tavu~anyasuko,タヴァニャスコ	001271	12	TO	001271	
3165896	Tavagnacco	tavagnacco	IT	33010	11638	Europe/Rome	46.12745	13.21488	155	Tavagna,Tavagnacco	030118	06	UD	030118	
3165898	Tauriano	tauriano	IT	33097	0	Europe/Rome	46.10694	12.86583				06	PN	093044	
3165900	Taurasi	taurasi	IT	83030	2750	Europe/Rome	41.00872	14.95864		Taurasi	064107	04	AV	064107	
3165901	Taurano	taurano	IT	83020	1538	Europe/Rome	40.88371	14.63444		Taurano	064106	04	AV	064106	
3165902	Tatti	tatti	IT	58024	209	Europe/Rome	43.02235	11.02693	412			16	GR	053015	
3165904	Tassullo	tassullo	IT	38019	1554	Europe/Rome	46.33593	11.05102	546	Tassullo,tassurro,タッスッロ	022187	17	TN	022187	
3165908	Tassara	tassara	IT	29010	0	Europe/Rome	44.95	9.33333				05	PC	033029	
3165910	Tarzo	tarzo	IT	31020	1544	Europe/Rome	45.97306	12.23222	267	Larzo,Tarzo	026084	20	TV	026084	
3165912	Tarvisio	tarvisio	IT	33018	2509	Europe/Rome	46.50612	13.57334	732	Tarvis,Tarvisio,trwwyzyw,טרוויזיו	030117	06	UD	030117	
3165917	Tarsogno	tarsogno	IT	43059	400	Europe/Rome	44.46342	9.62022	768			05	PR	034040	
3165918	Tarres	tarres	IT	39021	659	Europe/Rome	46.6067	10.87569	854	Tarsch		17	BZ	021037	
3165919	Tarquinia	tarquinia	IT	01016	11949	Europe/Rome	42.25419	11.75657	133	Tarkvinii,Tarquinia,Tarquínia,tarukuinia,Тарквинии,タルクイーニア	056050	07	VT	056050	
3165922	Tarces	tarces	IT	39024	406	Europe/Rome	46.68151	10.56018	1030			17	BZ	021046	
3165923	Tarcento	tarcento	IT	33017	6485	Europe/Rome	46.21222	13.22583	230	Tarcento,Tarcint	030116	06	UD	030116	
3165926	Taranto	taranto	IT	74100	202033	Europe/Rome	40.47611	17.22972		TAR,Taranto,Tarde,Tarent,Tarente,Tarento,Tarento - Taranto,Tarentum,Tàrent,taranto,tarantw,Таранто,تارانتو,ტარანტო,ターラント	TA	13	TA	073027	
3165928	Tarantasca	tarantasca	IT	12020	847	Europe/Rome	44.49353	7.54353	451	Tarantasca	004225	12	CN	004225	
3165929	Taranta Peligna	taranta-peligna	IT	66018	399	Europe/Rome	42.02083	14.17051	460	Taranta Peligna	069089	01	CH	069089	
3165930	Tarano	tarano	IT	02040	1198	Europe/Rome	42.35593	12.59497		Tarano	057067	07	RI	057067	
3165934	Tapogliano	tapogliano	IT	33040	438	Europe/Rome	45.87722	13.40167	19	Tapogliano,Tapoian		06	UD	030138	
3165937	Taneto	taneto	IT	42043	0	Europe/Rome	44.76667	10.46667				05	RE	035039	
3165939	Tanaunella	tanaunella	IT	08020	0	Europe/Rome	40.68439	9.72531				14	OT	104009	
3165948	Sant'Anna	sant-anna	IT	09094	0	Europe/Rome	46.11918	12.4276				20	BL	025060	
3165951	Tamarispa	tamarispa	IT	08020	0	Europe/Rome	40.68333	9.66667				14	OT	104009	
3165953	Tamara	tamara	IT	44034	0	Europe/Rome	44.88333	11.76667				05	FE	038007	
3165954	Tamai	tamai	IT	33070	1783	Europe/Rome	45.92333	12.57778	20			06	PN	093007	
3165957	Talsano	talsano	IT	74100	0	Europe/Rome	40.4	17.28333				13	TA	073027	
3165959	Talmassons	talmassons	IT	33030	4076	Europe/Rome	45.92972	13.12028	30	Talmassons	030114	06	UD	030114	
3165961	Tallacano	tallacano	IT	63095	0	Europe/Rome	42.79925	13.3886				10	AP	044001	
3165963	Talla	talla	IT	52010	431	Europe/Rome	43.60185	11.78714	348	Talla	051038	16	AR	051038	
3165964	Talignano	talignano	IT	43038	0	Europe/Rome	44.71667	10.18333				05	PR	034031	
3165967	Talavà	talava	IT	08020	0	Europe/Rome	40.68224	9.63475				14	NU	091094	
3165969	Talana	talana	IT	08040	976	Europe/Rome	40.04206	9.49654	682	Talana	105016	14	OG	105016	
3165971	Talamone	talamone	IT	58015	280	Europe/Rome	42.55346	11.13276	32			16	GR	053018	
3165972	Talamello	talamello	IT	47867	1093	Europe/Rome	43.90566	12.28484		Talamello	099027	05	RN	099027	
3165974	Taipana	taipana	IT	33040	238	Europe/Rome	46.24911	13.3415	478	Taipana,Taipane	030113	06	UD	030113	
3165975	Taino	taino	IT	21020	3185	Europe/Rome	45.76249	8.61654		Taino	012125	09	VA	012125	
3165976	Taiedo	taiedo	IT	33083	0	Europe/Rome	45.94167	12.59167				06	PN	093032	
3165977	Taiedo	taiedo	IT	33083	303	Europe/Rome	45.89059	12.77457	19			06	PN	093013	
3165978	Taibon Agordino	taibon-agordino	IT	32027	1772	Europe/Rome	46.29838	12.01312			025059	20	BL	025059	
3165981	Taglio di Po	taglio-di-po	IT	45019	6848	Europe/Rome	45.00472	12.20417	0	Taglio di Po	029046	20	RO	029046	
3165987	Tagliata	tagliata	IT	12045	0	Europe/Rome	44.93333	10.7		Tagliata,Tagliato		05	RE	035026	
3165991	Tagliacozzo	tagliacozzo	IT	67069	4637	Europe/Rome	42.06933	13.25469	740	Tagliacozzo	066099	01	AQ	066099	
3165993	Taggia	taggia	IT	18018	12762	Europe/Rome	43.86216	7.85049	39	Taggia	008059	08	IM	008059	
3165995	Tadasuni	tadasuni	IT	09080	198	Europe/Rome	40.10995	8.88353		Tadasuni	095064	14	OR	095064	
3165996	Taceno	taceno	IT	23837	465	Europe/Rome	46.02449	9.36394		Taceno	097079	09	LC	097079	
3166001	Tabiano	tabiano	IT	43039	0	Europe/Rome	44.78333	10.03333				05	PR	034014	
3166006	Suzzara	suzzara	IT	46029	17643	Europe/Rome	44.99187	10.74309			020065	09	MN	020065	
3166008	Suviana	suviana	IT	40030	178	Europe/Rome	44.13333	11.03333		Suviana,Сувиана		05	BO	037015	
3166009	Suvereto	suvereto	IT	57028	2117	Europe/Rome	43.07723	10.67812	90	Suvereto,suvu~ereto,スヴェレート	049020	16	LI	049020	
3166010	Sutri	sutri	IT	01015	4162	Europe/Rome	42.24838	12.21048	291		056049	07	VT	056049	
3166011	Sustinente	sustinente	IT	46030	2266	Europe/Rome	45.06988	11.0181			020064	09	MN	020064	
3166013	Susegana	susegana	IT	31058	3414	Europe/Rome	45.85139	12.24833	76	Susegana	026083	20	TV	026083	
3166015	Susano	susano	IT	40038	0	Europe/Rome	44.35	10.66667				05	MO	036029	
3166016	Susano	susano	IT	40038	0	Europe/Rome	44.3	11.08333		Susano,Suzzano		05	BO	037059	
3166018	Susa	susa	IT	10059	5596	Europe/Rome	45.13754	7.05461	503	Susa,Suse,suza,スーザ	001270	12	TO	001270	
3166021	Surbo	surbo	IT	73010	12729	Europe/Rome	40.39944	18.13306		Surbo	075083	13	LE	075083	
3166022	Surano	surano	IT	73030	1791	Europe/Rome	40.02832	18.34513		Surano	075082	13	LE	075082	
3166023	Supino	supino	IT	03019	4783	Europe/Rome	41.61522	13.2376		Supino	060076	07	FR	060076	
3166024	Supersano	supersano	IT	73040	4602	Europe/Rome	40.01772	18.24323		Supersano	075081	13	LE	075081	
3166028	Superga	superga	IT	10132	0	Europe/Rome	45.08333	7.76667		Superga		12	TO	001249	
3166029	Suno	suno	IT	28019	1694	Europe/Rome	45.63337	8.54283	251	Suno	003143	12	NO	003143	
3166030	Suni	suni	IT	08010	1114	Europe/Rome	40.28085	8.54942	340	Suni	095087	14	OR	095087	
3166031	Summonte	summonte	IT	83010	1563	Europe/Rome	40.94922	14.74534		Summonte	064105	04	AV	064105	
3166032	Sumirago	sumirago	IT	21040	5849	Europe/Rome	45.73767	8.78163		Sumirago	012124	09	VA	012124	
3166033	Sulzano	sulzano	IT	25058	1467	Europe/Rome	45.69038	10.10096		Sulzano	017182	09	BS	017182	
3166034	Sulmona	sulmona	IT	67039	21086	Europe/Rome	42.04793	13.92911	405	QLN,Salmona,Sulmo,Sulmona,Сулмона	066098	01	AQ	066098	
3166037	Sule	sule	IT	37044	0	Europe/Rome	45.31667	11.35				20	VR	023027	
3166045	Sueglio	sueglio	IT	23835	172	Europe/Rome	46.08579	9.33374		Sueglio	097077	09	LC	097077	
3166046	Su Cossu	su-cossu	IT	08020	0	Europe/Rome	40.68333	9.6		Cossu,Su Cossu		14	NU	091094	
3166052	Subiaco	subiaco	IT	00028	9030	Europe/Rome	41.92542	13.09409		Subiaco,subiako,スビアーコ	058103	07	RM	058103	
3166053	Subbiano	subbiano	IT	52010	3620	Europe/Rome	43.57915	11.87114	266	Subbiano	051037	16	AR	051037	
3166055	Suardi	suardi	IT	27030	703	Europe/Rome	45.03466	8.74294		Suardi	018154	09	PV	018154	
3166056	Sturno	sturno	IT	83055	3261	Europe/Rome	41.02012	15.11025		Sturno	064104	04	AV	064104	
3166058	Sturla	sturla	IT	16147	0	Europe/Rome	44.39488	8.98154				08	GE	010025	
3166065	Stupinigi	stupinigi	IT	10042	0	Europe/Rome	44.98333	7.6		Stupinigi		12	TO	001164	
3166068	Stuffione	stuffione	IT	41017	439	Europe/Rome	44.75331	11.11965	22			05	MO	036034	
3166071	Struppa	struppa	IT	16165	0	Europe/Rome	44.44908	9.01186				08	GE	010025	
3166073	Struda	struda	IT	73029	0	Europe/Rome	40.31991	18.28176				13	LE	075093	
3166076	Strozza	strozza	IT	24030	932	Europe/Rome	45.77308	9.57745		Strozza	016208	09	BG	016208	
3166077	Strove	strove	IT	53035	0	Europe/Rome	43.3791	11.17207				16	SI	052016	
3166078	Stroppo	stroppo	IT	12020	108	Europe/Rome	44.50653	7.12652		Stroppo	004224	12	CN	004224	
3166079	Stroppiana	stroppiana	IT	13010	1248	Europe/Rome	45.23026	8.45384	119	Stroppiana	002142	12	VC	002142	
3166083	Stroncone	stroncone	IT	05039	2332	Europe/Rome	42.50233	12.65997	450		055031	18	TR	055031	
3166087	Strona	strona	IT	13823	0	Europe/Rome	45.9	8.35				12	VB	103058	
3166088	Strona	strona	IT	13823	1175	Europe/Rome	45.61656	8.16912		Strona	096065	12	BI	096065	
3166091	Strigno	strigno	IT	38059	1377	Europe/Rome	46.06741	11.52009	506	Strigno,sutorinyo,ストリーニョ	022185	17	TN	022185	
3166095	Stribugliano	stribugliano	IT	58031	0	Europe/Rome	42.85052	11.45913				16	GR	053001	
3166096	Striano	striano	IT	80040	7639	Europe/Rome	40.81591	14.57654	22	Striano,sutoriano,ストリアーノ	063081	04	NA	063081	
3166097	Strevi	strevi	IT	15019	1495	Europe/Rome	44.69815	8.52185	150		006168	12	AL	006168	
3166098	Strettura	strettura	IT	06049	0	Europe/Rome	42.63061	12.73144				18	PG	054051	
3166099	Strettoia	strettoia	IT	55045	2722	Europe/Rome	43.99515	10.19668	60	Strettoia,Strettoja		16	LU	046024	
3166101	Stresa	stresa	IT	28838	3985	Europe/Rome	45.88348	8.53182	200	Stresa,Stresa Borromeo	103064	12	VB	103064	
3166103	Strela	strela	IT	43053	0	Europe/Rome	44.5	9.68333				05	PR	034011	
3166104	Stregna	stregna	IT	33040	456	Europe/Rome	46.12833	13.58		Stregna,Stregne	030111	06	UD	030111	
3166106	Stravino	stravino	IT	38073	387	Europe/Rome	46.00418	10.9847	514			17	TN	022053	
3166108	Strangolagalli	strangolagalli	IT	03020	2503	Europe/Rome	41.60072	13.4939		Strangolagalli	060075	07	FR	060075	
3166109	Strangolagalli	strangolagalli	IT	03020	0	Europe/Rome	41.18333	14.28333				04	CE	061024	
3166110	Strambino	strambino	IT	10019	4673	Europe/Rome	45.38146	7.88572	240	Strambin,Strambino,Strambino Romano,sutoranbino,ストランビーノ	001269	12	TO	001269	
3166111	Strambinello	strambinello	IT	10010	0	Europe/Rome	45.41667	7				00			
3166112	Stramare	stramare	IT	34015	0	Europe/Rome	45.59981	13.80548				06	TS	032003	
3166114	Stradella	stradella	IT	27049	10763	Europe/Rome	45.07306	9.30076		Stradella,sutoraderra,ストラデッラ	018153	09	PV	018153	
3166115	Strada San Zeno	strada-san-zeno	IT	47010	0	Europe/Rome	44.01667	11.88333		Strada,Strada San Zeno		05	FC	040014	
3166117	Strada	strada	IT	52018	0	Europe/Rome	44.3	11.03333				05	BO	037013	
3166118	Strada	strada	IT	52018	0	Europe/Rome	43.65874	11.29678		Strada in Chianti		16	FI	048021	
3166119	Strada	strada	IT	52018	0	Europe/Rome	43.48333	11.03333				16	SI	052028	
3166120	Strada	strada	IT	52018	0	Europe/Rome	43.05	12.01667				18	PG	054009	
3166122	Stra	stra	IT	29010	6200	Europe/Rome	45.41333	12.00556	9	Stra	027039	20	VE	027039	
3166123	Storo	storo	IT	38089	2390	Europe/Rome	45.84925	10.58022	409	Storo,sutoro,ストーロ	022183	17	TN	022183	
3166124	Stornarella	stornarella	IT	71048	4992	Europe/Rome	41.25723	15.73136	154	Stornarella	071055	13	FG	071055	
3166125	Stornara	stornara	IT	71047	5144	Europe/Rome	41.28733	15.76976	107	Stornara	071054	13	FG	071054	
3166128	Stolvizza	stolvizza	IT	33010	0	Europe/Rome	46.36444	13.35194				06	UD	030092	
3166132	Stipes	stipes	IT	02020	0	Europe/Rome	42.25	12.96667				07	RI	057004	
3166133	Stio	stio	IT	84075	1088	Europe/Rome	40.30991	15.25256		Stio	065145	04	SA	065145	
3166134	Stintino	stintino	IT	07040	1159	Europe/Rome	40.93722	8.2275	9	Istintino,Stintino	090089	14	SS	090089	
3166135	Stimigliano	stimigliano	IT	02048	1744	Europe/Rome	42.30103	12.56337		Stinugliano	057066	07	RI	057066	
3166136	Stilves	stilves	IT	39040	0	Europe/Rome	46.88333	11.48333				17	BZ	021016	
3166139	Stigliano	stigliano	IT	30036	0	Europe/Rome	43.25	13.13333				10	MC	043047	
3166140	Stigliano	stigliano	IT	30036	0	Europe/Rome	43.22232	11.23026				16	SI	052034	
3166141	Stigliano	stigliano	IT	30036	4520	Europe/Rome	40.40092	16.23108	909	Stigliano	077027	02	MT	077027	
3166142	Stifone	stifone	IT	05035	0	Europe/Rome	42.5	12.5				18	TR	055022	
3166144	Stienta	stienta	IT	45039	1947	Europe/Rome	44.94108	11.54211	9		029045	20	RO	029045	
3166145	Sticciano	sticciano	IT	58036	0	Europe/Rome	42.91667	11.13333				16	GR	053021	
3166150	Stia	stia	IT	52017	3008	Europe/Rome	43.79877	11.70894			051041	16	AR	051041	
3166151	Stezzano	stezzano	IT	24040	10340	Europe/Rome	45.65068	9.64925		Stezzano	016207	09	BG	016207	
3166161	Sternatia	sternatia	IT	73010	2699	Europe/Rome	40.22212	18.22523		Starnaitta,Starnaìtta,Sternatia,Sternatìa	075080	13	LE	075080	
3166163	Stenico	stenico	IT	38070	562	Europe/Rome	46.0502	10.85367	666	Stenico,suteniko,ステーニコ	022182	17	TN	022182	
3166166	Stelvio - Stilfs	stelvio	IT	39029	1310	Europe/Rome	46.59801	10.54526		Stelvio,Stilfs,suteruvu~io,ステルヴィオ	021095	17	BZ	021095	
3166168	Stellata	stellata	IT	44012	0	Europe/Rome	44.88333	11.41667				05	FE	038003	
3166169	Stellanello	stellanello	IT	17020	754	Europe/Rome	43.99993	8.06025		Stellanello,Stenanelo	009059	08	SV	009059	
3166170	Stella Cilento	stella-cilento	IT	84070	850	Europe/Rome	40.2318	15.09286		Stella Cilento	065144	04	SA	065144	
3166179	Stazzona	stazzona	IT	22010	0	Europe/Rome	46.18333	10.13333				09	SO	014078	
3166180	Stazzema	stazzema	IT	55040	223	Europe/Rome	43.99345	10.3109	439	Stazzema	046030	16	LU	046030	
3166182	Stazzano	stazzano	IT	15060	2021	Europe/Rome	44.72735	8.86995	225	Stazzano	006167	12	AL	006167	
3166187	Stava	stava	IT	39025	0	Europe/Rome	46.31667	11.5				17	TN	022196	
3166189	Statte	statte	IT	74010	14585	Europe/Rome	40.56417	17.20861		Statte	073029	13	TA	073029	
3166193	Staranzano	staranzano	IT	34079	6803	Europe/Rome	45.80722	13.50333	7	Staranzan,Staranzano	031023	06	GO	031023	
3166194	Stanghella	stanghella	IT	35048	2651	Europe/Rome	45.13509	11.75741	7	Stranghella	028088	20	PD	028088	
3166205	Stagno Lombardo	stagno-lombardo	IT	26049	1457	Europe/Rome	45.07327	10.08797			019103	09	CR	019103	
3166207	Stagno	stagno	IT	57017	0	Europe/Rome	45.01667	10.23333				05	PR	034030	
3166208	Stagno	stagno	IT	57017	0	Europe/Rome	43.6	10.35				16	PI	050026	
3166210	Staglieno	staglieno	IT	16137	0	Europe/Rome	44.4275	8.9492				08	GE	010025	
3166211	Staggiano	staggiano	IT	52100	0	Europe/Rome	43.45	11.91667				16	AR	051002	
3166214	Staggia	staggia	IT	41030	0	Europe/Rome	43.41667	11.18333				16	SI	052022	
3166216	Staffolo	staffolo	IT	60039	1269	Europe/Rome	43.43326	13.18487	441	Staffolo,sutafforo,スタッフォロ	042049	10	AN	042049	
3166217	Staffoli	staffoli	IT	56029	0	Europe/Rome	42.3	13.05				07	RI	057050	
3166219	Pracorno	pracorno	IT	38020	0	Europe/Rome	46.37044	10.88367				17	TN	022150	
3166223	Stabbia	stabbia	IT	50050	0	Europe/Rome	43.8	10.81667				16	FI	048019	
3166224	Squinzano	squinzano	IT	73018	15355	Europe/Rome	40.43653	18.04182		Squinzano	075079	13	LE	075079	
3166225	Squille	squille	IT	81010	0	Europe/Rome	41.15	14.43333				04	BN	062027	
3166227	Spresiano	spresiano	IT	31027	10287	Europe/Rome	45.77908	12.25628	56	Spresiano	026082	20	TV	026082	
3166228	Spotorno	spotorno	IT	17028	3841	Europe/Rome	44.22638	8.41647	7	Spotorno	009057	08	SV	009057	
3166229	Sporminore	sporminore	IT	38010	639	Europe/Rome	46.23681	11.03027	515	Sporminore,suporuminore,スポルミノーレ	022181	17	TN	022181	
3166230	Spormaggiore	spormaggiore	IT	38010	1174	Europe/Rome	46.21971	11.04908	565	Spor,Spormaggiore,suporumajjore,スポルマッジョーレ	022180	17	TN	022180	
3166232	Spongano	spongano	IT	73038	3814	Europe/Rome	40.01782	18.36563		Spongano	075078	13	LE	075078	
3166235	Spoltore	spoltore	IT	65010	3693	Europe/Rome	42.45344	14.14101	185	Spoltore	068041	01	PE	068041	
3166236	Spoleto	spoleto	IT	06049	19266	Europe/Rome	42.74484	12.73737	396	Spoletas,Spolete,Spoletium,Spoleto,Spolète,Spuletu,sbwlytw,seupolleto,si bo lai tuo,spwltw,suporeto,Сполето,ספולטו,سبوليتو,スポレート,斯波莱托,스폴레토	054051	18	PG	054051	
3166238	Spirano	spirano	IT	24050	4419	Europe/Rome	45.58208	9.66886		Spirano	016206	09	BG	016206	
3166240	Spinoso	spinoso	IT	85039	1429	Europe/Rome	40.26921	15.96658	649	Spinoso	076086	02	PZ	076086	
3166241	Spino d'Adda	spino-d-adda	IT	26016	5905	Europe/Rome	45.39887	9.49226		Spino d'Ada,Spino d'Adda,Спино д'Ада	019102	09	CR	019102	
3166243	Spinetta	spinetta	IT	12100	0	Europe/Rome	44.88333	8.68333		Spinetta,Spinetta Marengo		12	AL	006003	
3166244	Spinetoli	spinetoli	IT	63078	840	Europe/Rome	42.89145	13.77019	177	Spinetoli	044071	10	AP	044071	
3166245	Spinete	spinete	IT	86020	288	Europe/Rome	41.54493	14.48623	600	Spinete	070076	11	CB	070076	
3166250	Spineda	spineda	IT	26030	881	Europe/Rome	45.75	11.88333	74			20	TV	026068	
3166251	Spineda	spineda	IT	26030	620	Europe/Rome	45.06007	10.51488		Spineda	019101	09	CR	019101	
3166253	Spinazzola	spinazzola	IT	76014	6613	Europe/Rome	40.96306	16.09325	435	Spinazzola	110008	13	BT	110008	
3166260	Spina	spina	IT	06072	564	Europe/Rome	42.98528	12.28112	293			18	PG	054027	
3166261	Spin	spin	IT	36060	0	Europe/Rome	46.8	10.51667		Spin,Spin di Sotto		17	BZ	021027	
3166262	Spilimbergo	spilimbergo	IT	33097	9422	Europe/Rome	46.1125	12.89694	132	Spilimberc,Spilimbergo	093044	06	PN	093044	
3166263	Spilamberto	spilamberto	IT	41057	8770	Europe/Rome	44.53426	11.0195	69		036045	05	MO	036045	
3166264	Spigno Saturnia	spigno-saturnia	IT	04020	2719	Europe/Rome	41.30534	13.73428		Spigno,Spigno Saturnia,スピーニョ・サトゥルニア	059031	07	LT	059031	
3166265	Spigno Monferrato	spigno-monferrato	IT	15018	299	Europe/Rome	44.54314	8.33395	217	Spign,Spigno,Spigno Monferrato	006165	12	AL	006165	
3166272	Spiazzo	spiazzo	IT	38088	0	Europe/Rome	45.4	11.45				20	VI	024045	
3166273	Spiano	spiano	IT	64100	0	Europe/Rome	42.6	13.65		Spiano		01	TE	067028	
3166274	Spianate	spianate	IT	55011	1089	Europe/Rome	43.81075	10.7151	27			16	LU	046001	
3166275	Cozze	cozze	IT	70042	0	Europe/Rome	41.03651	17.13816		Spiaggia di Conversano		13	BA	072028	
3166278	Spessa	spessa	IT	27010	401	Europe/Rome	45.3361	11.42767	20			20	VR	023027	
3166280	Spert	spert	IT	32016	409	Europe/Rome	46.11329	12.40202	921			20	BL	025020	
3166283	Sperlonga	sperlonga	IT	04029	3102	Europe/Rome	41.25897	13.43302		Sperlonga,superuronga,スペルロンガ	059030	07	LT	059030	
3166287	Spello	spello	IT	06038	4410	Europe/Rome	42.99424	12.66546	280	Spello	054050	18	PG	054050	
3166290	Specchio	specchio	IT	43040	0	Europe/Rome	44.66667	9.95				05	PR	034035	
3166291	Specchia Gallone	specchia-gallone	IT	73027	0	Europe/Rome	40.08333	18.4		Specchia Gallone		13	LE	075047	
3166297	Sparone	sparone	IT	10080	847	Europe/Rome	45.41385	7.54341	513	Sparon,Sparone,suparone,スパローネ	001267	12	TO	001267	
3166301	Sparanise	sparanise	IT	81056	7175	Europe/Rome	41.18682	14.09372	65	Sparanise	061089	04	CE	061089	
3166314	Sozzago	sozzago	IT	28060	939	Europe/Rome	45.39856	8.72034	129		003141	12	NO	003141	
3166318	Sovicille	sovicille	IT	53018	8366	Europe/Rome	43.28033	11.22828		Sovicille,sovu~ichirre,ソヴィチッレ	052034	16	SI	052034	
3166319	Soverzene	soverzene	IT	32010	314	Europe/Rome	46.20331	12.30301	424	Soverzene	025057	20	BL	025057	
3166321	Sovere	sovere	IT	24060	4910	Europe/Rome	45.81429	10.02846		Sovere	016204	09	BG	016204	
3166324	Sovana	sovana	IT	58010	0	Europe/Rome	42.65	11.65		Sovana		16	GR	053026	
3166328	Sottomarina	sottomarina	IT	30015	0	Europe/Rome	45.21389	12.29472		Sottomarina		20	VE	027008	
3166330	Sotto il Monte Giovanni XXIII	sotto-il-monte-giovanni-xxiii	IT	24039	3305	Europe/Rome	45.70568	9.50345		Sotto il Monte Gioganni XX111	016203	09	BG	016203	
3166341	Sossano	sossano	IT	36040	2902	Europe/Rome	45.36029	11.512	19	Sossano	024102	20	VI	024102	
3166342	Sospirolo	sospirolo	IT	32037	700	Europe/Rome	46.14134	12.07365	447	Sospirold,Sospirolo	025056	20	BL	025056	
3166343	Sospiro	sospiro	IT	26048	3255	Europe/Rome	45.10857	10.15768		Sospiro	019099	09	CR	019099	
3166346	Sorso	sorso	IT	07037	11419	Europe/Rome	40.7972	8.57806	136	Sorso	090069	14	SS	090069	
3166350	Sorrento	sorrento	IT	80067	14724	Europe/Rome	40.62557	14.3701	50	RRO,Sorrent,Sorrente,Sorrento,Surriento,sorento,swrntw,Сорренто,סורנטו,सोरेन्टो,ソレント	063080	04	NA	063080	
3166353	Sorradile	sorradile	IT	09080	412	Europe/Rome	40.10645	8.93303	337	Sorradile	095063	14	OR	095063	
3166355	Sormano	sormano	IT	22030	633	Europe/Rome	45.87778	9.24874		Sormano	013217	09	CO	013217	
3166356	Sorisole	sorisole	IT	24010	8303	Europe/Rome	45.73628	9.65505		Sorisole	016202	09	BG	016202	
3166357	Soriano nel Cimino	soriano-nel-cimino	IT	01038	5553	Europe/Rome	42.41873	12.23336	480	Soriano nel Cimino	056048	07	VT	056048	
3166359	Sori	sori	IT	16030	2888	Europe/Rome	44.37301	9.1047	14	Soei,Sori,Söi,sori,Сори,ソーリ	010060	08	GE	010060	
3166360	Sorgono	sorgono	IT	08038	1676	Europe/Rome	40.02595	9.10203	688	Sorgono	091086	14	NU	091086	
3166361	Sorgnano	sorgnano	IT	54033	387	Europe/Rome	44.08851	10.09086	274			16	MS	045003	
3166365	Soresina	soresina	IT	26015	8644	Europe/Rome	45.28647	9.85696		Soresina	019098	09	CR	019098	
3166368	Sordevolo	sordevolo	IT	13817	1245	Europe/Rome	45.57346	7.97342	627	Sordevolo	096063	12	BI	096063	
3166371	Sorbo Serpico	sorbo-serpico	IT	83050	566	Europe/Rome	40.91692	14.88774		Sorbo Serpico,Sorbo di Serpico,Sorbo di Sèrpico	064102	04	AV	064102	
3166372	Sorbolongo	sorbolongo	IT	61040	0	Europe/Rome	43.68333	12.9				10	PU	041058	
3166374	Sorbolo	sorbolo	IT	43058	7137	Europe/Rome	44.84817	10.44769	34		034037	05	PR	034037	
3166377	Sorbo	sorbo	IT	67069	0	Europe/Rome	42.06667	13.3				01	AQ	066099	
3166378	Sorbo	sorbo	IT	67069	0	Europe/Rome	40.85	15.01667				04	AV	064057	
3166380	Sorbara	sorbara	IT	41030	3505	Europe/Rome	44.74808	11.00731	27			05	MO	036002	
3166381	Sorbano	sorbano	IT	47027	0	Europe/Rome	43.92473	12.15689				05	FC	040044	
3166384	Sorano	sorano	IT	58010	0	Europe/Rome	44.63333	8				12	CN	004218	
3166385	Sorano	sorano	IT	58010	3915	Europe/Rome	42.68123	11.71425			053026	16	GR	053026	
3166386	Soragna	soragna	IT	43019	3308	Europe/Rome	44.92627	10.12418	47	Soragna	034036	05	PR	034036	
3166387	Sora	sora	IT	03039	23758	Europe/Rome	41.72212	13.6145	300	QXE,Sora,sora,Сора,სორა	060074	07	FR	060074	
3166393	Soprabolzano	soprabolzano	IT	39054	1043	Europe/Rome	46.52899	11.40408	1221	Soprabolzano,Unterinn,Ville di Bolzano		17	BZ	021072	
3166394	Sonnino	sonnino	IT	04010	7043	Europe/Rome	41.41351	13.2448		Sonnino,son'nino,ソンニーノ	059029	07	LT	059029	
3166395	Sonico	sonico	IT	25048	1208	Europe/Rome	46.1655	10.35286		Sonico	017181	09	BS	017181	
3166397	Sondrio	sondrio	IT	23100	21642	Europe/Rome	46.169	9.86915		Sondri,Sondrio,Sundrium,sang zhi ao,sondorio,sundrium,Сондрио,ソンドリオ,桑治奧	SO	09	SO	014061	
3166398	Sondalo	sondalo	IT	23035	4499	Europe/Rome	46.3301	10.32476		Sondalo,Сондало	014060	09	SO	014060	
3166399	Soncino	soncino	IT	26029	7312	Europe/Rome	45.40008	9.86976		Sonchino,Soncino,Сончино	019097	09	CR	019097	
3166400	Sona	sona	IT	37060	4697	Europe/Rome	45.43878	10.82548	169	Sona,sona,ソーナ	023083	20	VR	023083	
3166402	Sommocolonia	sommocolonia	IT	55051	0	Europe/Rome	44.08333	10.51667				16	LU	046003	
3166404	Somma Vesuviana	somma-vesuviana	IT	80049	32484	Europe/Rome	40.87107	14.43969	165	Somma,Somma Vesuviana,ソンマ・ヴェズヴィアーナ	063079	04	NA	063079	
3166405	Sommati	sommati	IT	02012	0	Europe/Rome	42.64248	13.31007				07	RI	057002	
3166406	Sommariva Perno	sommariva-perno	IT	12040	2626	Europe/Rome	44.74564	7.90063		Sommariva Perno,Summariva Perno	004223	12	CN	004223	
3166407	Sommariva del Bosco	sommariva-del-bosco	IT	12048	5685	Europe/Rome	44.76874	7.78533	298	Somariva Bosch,Somariva Bòsch,Sommariva Bosco,Sommariva del Bosco	004222	12	CN	004222	
3166504	Sipicciano	sipicciano	IT	01020	667	Europe/Rome	42.55	12.23333	158			07	VT	056029	
3166409	Somma Lombardo	somma-lombardo	IT	21019	16247	Europe/Rome	45.68297	8.70873		Somma,Somma Lombardo,ソンマ・ロンバルド	012123	09	VA	012123	
3166410	Sommacampagna	sommacampagna	IT	37066	7258	Europe/Rome	45.40658	10.84368	121	Sommacamagna,Sommacampagna,sonmakanpanya,ソンマカンパーニャ	023082	20	VR	023082	
3166413	Solto Collina	solto-collina	IT	24060	1514	Europe/Rome	45.78349	10.02766		Solto Collina	016200	09	BG	016200	
3166414	Solopaca	solopaca	IT	82036	2993	Europe/Rome	41.19535	14.54767	180		062073	04	BN	062073	
3166415	Solomiac	solomiac	IT	10054	0	Europe/Rome	44.98333	6.8				12	TO	001074	
3166418	Sologno	sologno	IT	28010	697	Europe/Rome	45.53698	8.57312	189			12	NO	003030	
3166420	Solofra	solofra	IT	83029	11802	Europe/Rome	40.82951	14.84194		Solofra	064101	04	AV	064101	
3166421	Solità	solita	IT	08020	0	Europe/Rome	40.68504	9.69368				14	OT	104009	
3166423	Solimbergo	solimbergo	IT	33090	216	Europe/Rome	46.17698	12.81865	237			06	PN	093042	
3166424	Solignano Nuovo	solignano-nuovo	IT	41014	1632	Europe/Rome	44.52746	10.92626	113	Solignano,Solignano Nuovo		05	MO	036008	
3166426	Soliera	soliera	IT	41019	8251	Europe/Rome	44.73797	10.9263	28	Soliera,soriera,ソリエーラ	036044	05	MO	036044	
3166427	Solferino	solferino	IT	46040	2294	Europe/Rome	45.36858	10.56668		Solferino,Solférino,Sulphurinum,soruferino,su fa li nuo,ソルフェリーノ,蘇法利諾	020063	09	MN	020063	
3166428	Soleto	soleto	IT	73010	5537	Europe/Rome	40.18842	18.20633		Soleto,Sulitu	075076	13	LE	075076	
3166429	Solesino	solesino	IT	35047	6794	Europe/Rome	45.17779	11.74491	10	Solesino	028087	20	PD	028087	
3166430	Solero	solero	IT	15029	1426	Europe/Rome	44.91835	8.50754	102	Solero	006163	12	AL	006163	
3166434	Soldano	soldano	IT	18036	664	Europe/Rome	43.82912	7.65484	80	O Saudan,Soldano	008058	08	IM	008058	
3166437	Solda	solda	IT	39029	333	Europe/Rome	46.52509	10.58944	1840	Inner Sulden,Santa Geltrude in Val di Solda,Solda,Sulden		17	BZ	021095	
3166439	Solbiate Olona	solbiate-olona	IT	21058	5594	Europe/Rome	45.65147	8.88534		Solbiate Olona	012122	09	VA	012122	
3166440	Solbiate Arno	solbiate-arno	IT	21048	4027	Europe/Rome	45.72197	8.81433		Solbiate Arno	012121	09	VA	012121	
3166442	Solarolo Rainerio	solarolo-rainerio	IT	26030	989	Europe/Rome	45.08157	10.35628		Solarolo Bainerio,Solarolo Rainerio	019096	09	CR	019096	
3166445	Solarolo	solarolo	IT	25080	0	Europe/Rome	44.7688	9.0923				12	AL	006102	
3166446	Solarolo	solarolo	IT	25080	3045	Europe/Rome	44.36037	11.84452	25	Solarolo,soraroro,ソラローロ	039018	05	RA	039018	
3166448	Solaro	solaro	IT	20033	12026	Europe/Rome	45.61427	9.08304		Solaro,soraro,ソラーロ	015213	09	MI	015213	
3166449	Solaro	solaro	IT	20033	13409	Europe/Rome	44.8799	9.17315				09	PV	018166	
3166450	Solaro	solaro	IT	20033	0	Europe/Rome	44.66667	9.48333				05	PC	033020	
3166453	Solagna	solagna	IT	36020	1659	Europe/Rome	45.8192	11.7154	131	Solagna	024101	20	VI	024101	
3166455	Soglio	soglio	IT	14020	0	Europe/Rome	45.86667	11.35				20	VI	024106	
3166456	Soglio	soglio	IT	14020	0	Europe/Rome	44.38333	9.26667				08	GE	010019	
3166457	Sogliano Cavour	sogliano-cavour	IT	73010	4078	Europe/Rome	40.14882	18.19523		Sogliano Cavour	075075	13	LE	075075	
3166458	Sogliano al Rubicone	sogliano-al-rubicone	IT	47030	682	Europe/Rome	44.005	12.30122	379	Sogliano,Sogliano al Rubicone	040046	05	FC	040046	
3166461	Soddì	soddi	IT	09080	142	Europe/Rome	40.13045	8.87843		Soddi,Soddì	095078	14	OR	095078	
3166462	Soci	soci	IT	52011	0	Europe/Rome	43.73333	11.81667				16	AR	051004	
3166465	Soccavo	soccavo	IT	80126	0	Europe/Rome	40.8455	14.19262				04	NA	063049	
3166468	Soave	soave	IT	37038	5035	Europe/Rome	45.42109	11.24659	40	Soave,soavu~e,ソアーヴェ	023081	20	VR	023081	
3166469	Soave	soave	IT	37038	0	Europe/Rome	45.18333	10.71667				09	MN	020045	
3166471	Soanne	soanne	IT	47864	0	Europe/Rome	43.85	12.31667				10	PU		
3166473	Smirra	smirra	IT	61043	298	Europe/Rome	43.58253	12.67187	230			10	PU	041007	
3166474	Sluderno - Schluderns	sluderno	IT	39020	1848	Europe/Rome	46.66451	10.58496		Schledurus,Schluderns,Sluderno,zuruderuno,ズルデルノ	021094	17	BZ	021094	
3166478	Sizzano	sizzano	IT	28070	1308	Europe/Rome	45.57747	8.43733	225	Sizzano	003139	12	NO	003139	
3166479	Siziano	siziano	IT	27010	5226	Europe/Rome	45.31437	9.20315		Siziano	018150	09	PV	018150	
3166482	Siviano	siviano	IT	25050	0	Europe/Rome	45.71487	10.08026			017111	09	BS	017111	
3166488	Sistiana	sistiana	IT	34011	0	Europe/Rome	45.77237	13.63824		Sesljan,Sistiana		06	TS	032001	
3166490	Sissa	sissa	IT	43018	3946	Europe/Rome	44.95927	10.26058				05	PR	034049	
3166491	Sismano	sismano	IT	05020	0	Europe/Rome	42.67947	12.4409		Sismano		18	TR	055033	
3166497	Siror	siror	IT	38054	713	Europe/Rome	46.18691	11.83139	765	Siror,shiroru,シロール	022174	17	TN	022174	
3166498	Sirolo	sirolo	IT	60020	2545	Europe/Rome	43.52186	13.61378	125	Sirolo,shiroro,シローロ	042048	10	AN	042048	
3166499	Sirmione	sirmione	IT	25019	6534	Europe/Rome	45.49744	10.60507		Sermione,Sirmione,Сирмионе	017179	09	BS	017179	
3166501	Sirignano	sirignano	IT	83020	2370	Europe/Rome	40.95001	14.63014			064100	04	AV	064100	
3166503	Siponto	siponto	IT	71043	0	Europe/Rome	41.6	15.9		Siponto		13			
3166505	Sipicciano	sipicciano	IT	01020	0	Europe/Rome	41.31667	13.85				07	LT	059004	
3166509	Siniscola	siniscola	IT	08029	10954	Europe/Rome	40.57187	9.69224		Siniscola	091085	14	NU	091085	
3166513	Sindia	sindia	IT	08018	1801	Europe/Rome	40.29665	8.65662	510	Sindia	091084	14	NU	091084	
3166516	Sinalunga	sinalunga	IT	53048	11790	Europe/Rome	43.21524	11.74954			052033	16	SI	052033	
3166519	Silvi Marina	silvi-marina	IT	64028	0	Europe/Rome	42.56667	14.1		Marina di Silvi,Silvi Marina		01	TE	067040	
3166520	Silvi	silvi	IT	64028	12551	Europe/Rome	42.54564	14.122	2	Silvi	067040	01	TE	067040	
3166521	Silvano Pietra	silvano-pietra	IT	27050	703	Europe/Rome	45.04036	8.94785		Silvano Pietra	018149	09	PV	018149	
3166522	Silvano d'Orba	silvano-d-orba	IT	15060	1524	Europe/Rome	44.6858	8.67182	175	Silvano,Silvano d'Orba	006162	12	AL	006162	
3166524	Sillavengo	sillavengo	IT	28064	449	Europe/Rome	45.52066	8.44103	192	Sillavengo	003138	12	NO	003138	
3166527	Sillano	sillano	IT	55039	352	Europe/Rome	44.22405	10.30139	735	Sillano	046029	16	LU	046029	
3166528	Silla	silla	IT	40041	854	Europe/Rome	44.18333	10.97444	329			05	BO	037027	
3166531	Siligo	siligo	IT	07040	1012	Europe/Rome	40.57616	8.72692		Siligo	090068	14	SS	090068	
3166532	Silea	silea	IT	31057	6077	Europe/Rome	45.65611	12.30028	7	Silea	026081	20	TV	026081	
3166535	Silanus	silanus	IT	08017	2092	Europe/Rome	40.2861	8.88897	432	Silanus	091083	14	NU	091083	
3166537	Silandro - Schlanders	silandro	IT	39028	5733	Europe/Rome	46.62842	10.77116		Schlanders,Schlånders,Silandro,shirandoro,シランドロ	021093	17	BZ	021093	
3166540	Signa	signa	IT	50058	12602	Europe/Rome	43.79235	11.09792	96	Signa	048044	16	FI	048044	
3166541	Sigillo	sigillo	IT	06028	2192	Europe/Rome	43.33025	12.74116	490		054049	18	PG	054049	
3166542	Sigillo	sigillo	IT	06028	0	Europe/Rome	42.48333	13.06667				07	RI	057057	
3166545	Sieti	sieti	IT	84090	0	Europe/Rome	40.75	14.9				04	SA	065055	
3166548	Siena	siena	IT	53100	52625	Europe/Rome	43.32004	11.33283		SAY,Saena Iulia,Saena Julia,Sena,Sien-a,Siena,Sienna,Sienne,Sieno,Séna,shiena,siyena,syynh,Σιένα,Сиена,Сіена,סיינה,सियेना,シエーナ	SI	16	SI	052032	
3166555	Sicilì	sicili	IT	84030	0	Europe/Rome	40.13333	15.53333				04	SA	065077	
3166556	Sicignano degli Alburni	sicignano-degli-alburni	IT	84029	3466	Europe/Rome	40.56031	15.30396		Sicignano degli Alburni	065143	04	SA	065143	
3166561	Siano	siano	IT	84088	9855	Europe/Rome	40.80161	14.69364	126	Siano	065142	04	SA	065142	
3166562	Sgurgola	sgurgola	IT	03010	2556	Europe/Rome	41.67092	13.149		Sgurgola	060073	07	FR	060073	
3166564	Sgonico	sgonico	IT	34010	2185	Europe/Rome	45.73639	13.74861		Sgonico,Zgonik,zugoniko,ズゴニーコ	032005	06	TS	032005	
3166569	Sforzatica	sforzatica	IT	24044	0	Europe/Rome	45.65	9.6				09	BG	016091	
3166570	Sforzacosta	sforzacosta	IT	62100	0	Europe/Rome	43.25	13.41667				10	MC	043053	
3166571	Sezze	sezze	IT	04018	21935	Europe/Rome	41.50331	13.0641		Sezze,settsu~e,セッツェ	059028	07	LT	059028	
3166574	Seveso	seveso	IT	20822	18728	Europe/Rome	45.66013	9.16028	226	Seveso,sevu~ezo,セーヴェゾ	108040	09	MB	108040	
3166575	Settimo Vittone	settimo-vittone	IT	10010	815	Europe/Rome	45.54976	7.83222	282	Settimo Tavagnasco,Settimo Vittone,セッティモ・ヴィットーネ	001266	12	TO	001266	
3166576	Settimo Torinese	settimo-torinese	IT	10036	44122	Europe/Rome	45.14025	7.76802	207	Seto,Settimo,Settimo Torinese,セッティモ・トリネーゼ	001265	12	TO	001265	
3166577	Settimo Rottaro	settimo-rottaro	IT	10010	473	Europe/Rome	45.40776	7.99352	258	Settimo Bottaro,Settimo Rottaro,セッティモ・ロッターロ	001264	12	TO	001264	
3166578	Settimo	settimo	IT	37026	0	Europe/Rome	45.46667	10.88333				20	VR	023015	
3166580	Settima	settima	IT	29020	544	Europe/Rome	44.97316	9.65418	97			05	PC	033023	
3166581	Settignano	settignano	IT	50135	0	Europe/Rome	43.78336	11.32244		Settignano		16	FI	048017	
3166582	Settequerce	settequerce	IT	39018	640	Europe/Rome	46.51059	11.26853	264			17	BZ	021097	
3166586	Settefrati	settefrati	IT	03040	855	Europe/Rome	41.66962	13.85001		Settefrati	060072	07	FR	060072	
3166588	Settecamini	settecamini	IT	00131	0	Europe/Rome	41.93333	12.61667		Settecamini		07	RM	058091	
3166589	Settebagni	settebagni	IT	00138	0	Europe/Rome	42.01667	12.51667				07	RM	058091	
3166594	Sestri Ponente	sestri-ponente	IT	16154	0	Europe/Rome	44.42609	8.8485				08	GE	010025	
3166595	Sestri Levante	sestri-levante	IT	16039	16963	Europe/Rome	44.27317	9.39683	10	Sestri Levante	010059	08	GE	010059	
3166596	Sestriere	sestriere	IT	10058	838	Europe/Rome	44.95864	6.87751		Colle Sestrieres,Colle Sestrières,Sestrier,Sestriere,Sestrieres,Sestrières,sesutoriere,Сестриере,セストリエーレ	001263	12	TO	001263	
3166598	Sesto San Giovanni	sesto-san-giovanni	IT	20099	78850	Europe/Rome	45.53449	9.23401		Sesto,Sesto San Giovanni,セスト・サン・ジョヴァンニ	015209	09	MI	015209	
3166599	Sestola	sestola	IT	41029	1229	Europe/Rome	44.23046	10.7714	1020		036043	05	MO	036043	
3166600	Sesto Imolese	sesto-imolese	IT	40026	1513	Europe/Rome	44.45952	11.72919	20			05	BO	037032	
3166601	Sesto Fiorentino	sesto-fiorentino	IT	50019	45656	Europe/Rome	43.83455	11.19522	55	Sesto,Sesto Fiorentino	048043	16	FI	048043	
3166602	Sesto ed Uniti	sesto-ed-uniti	IT	26028	2808	Europe/Rome	45.17647	9.91407		Sesto ed Uniti	019095	09	CR	019095	
3166603	Sesto Campano	sesto-campano	IT	86078	528	Europe/Rome	41.42042	14.07782	323	Sesto Campano	094050	11	IS	094050	
3166604	Sesto Calende	sesto-calende	IT	21018	9806	Europe/Rome	45.72608	8.63397		Sesto Calende	012120	09	VA	012120	
3166605	Sesto al Reghena	sesto-al-reghena	IT	33079	1021	Europe/Rome	45.84564	12.81705	13	Sest,Sesto al Reghena	093043	06	PN	093043	
3166606	Sesto - Sexten	sesto	IT	39030	1906	Europe/Rome	46.70194	12.35861		Sankt Veit,Sesto,Sexten,sesuto,セスト	021092	17	BZ	021092	
3166607	Sestino	sestino	IT	52038	668	Europe/Rome	43.70966	12.29785	493	Sestino	051035	16	AR	051035	
3166608	Sesta Godano	sesta-godano	IT	19020	728	Europe/Rome	44.29375	9.67535	242	A Sesta,Sesta Godano	011028	08	SP	011028	
3166609	Sesso	sesso	IT	42100	0	Europe/Rome	44.73333	10.63333				05	RE	035033	
3166611	Sessant	sessant	IT	14100	0	Europe/Rome	44.93333	8.16667				12	AT	005005	
3166612	Sessano del Molise	sessano-del-molise	IT	86097	711	Europe/Rome	41.63953	14.32852	796	Sessano,Sessano del Molise	094049	11	IS	094049	
3166613	Sessa Cilento	sessa-cilento	IT	84074	1466	Europe/Rome	40.2592	15.07576		Sessa Cilento	065141	04	SA	065141	
3166614	Sessa Aurunca	sessa-aurunca	IT	81037	22825	Europe/Rome	41.24082	13.93282		Sessa Aurunca,Suessa	061088	04	CE	061088	
3166619	Servigliano	servigliano	IT	63839	1431	Europe/Rome	43.08055	13.49208	215	Servigliano	109038	10	FM	109038	
3166623	Serrone	serrone	IT	03010	2943	Europe/Rome	41.84212	13.09519		Serrone	060071	07	FR	060071	
3166632	Serre di Rapolano	serre-di-rapolano	IT	53040	0	Europe/Rome	43.25	11.61667		Serre,Serre di Rapolano		16	SI	052026	
3166633	Serre	serre	IT	84028	3818	Europe/Rome	40.58251	15.18555		Serre	065140	04	SA	065140	
3166634	Serrazzano	serrazzano	IT	56044	395	Europe/Rome	43.21843	10.81332	548			16	PI	050027	
3166636	Serravalle Sesia	serravalle-sesia	IT	13037	4656	Europe/Rome	45.68557	8.31092	313	Serravalle Sesia	002137	12	VC	002137	
3166637	Serravalle Scrivia	serravalle-scrivia	IT	15069	5672	Europe/Rome	44.72277	8.85635	225	Serravalle Libarna,Serravalle Scrivia	006160	12	AL	006160	
3166638	Serravalle Pistoiese	serravalle-pistoiese	IT	51034	258	Europe/Rome	43.90605	10.83271	182	Serravalle Pistoiese	047020	16	PT	047020	
3166639	Serravalle di Chienti	serravalle-di-chienti	IT	62038	457	Europe/Rome	43.07185	12.95217	647	Serravalle di Chienti	043052	10	MC	043052	
3166641	Serravalle d'Asti	serravalle-d-asti	IT	14020	0	Europe/Rome	44.95	8.13333				12	AT	005005	
3166642	Serravalle	serravalle	IT	06046	581	Europe/Rome	45.81032	11.01478	175			17	TN	022001	
3166644	Serravalle	serravalle	IT	06046	0	Europe/Rome	46	12.28333				20	TV	026092	
3166646	Serravalle	serravalle	IT	06046	0	Europe/Rome	43.81667	11.38333				16	FI	048033	
3166647	Serravalle	serravalle	IT	06046	0	Europe/Rome	43.76667	11.83333				16	AR	051004	
3166648	Serravalle	serravalle	IT	06046	0	Europe/Rome	43.16337	11.48106				16	SI	052003	
3166649	Serravalle	serravalle	IT	06046	0	Europe/Rome	42.78333	13.01667		Serravalle,Serravalle di Norcia		18	PG	054035	
3166653	Serra Sant'Abbondio	serra-sant-abbondio	IT	61040	403	Europe/Rome	43.49106	12.77266	536	Serra Sant'Abbondio	041061	10	PU	041061	
3166655	Serra San Quirico	serra-san-quirico	IT	60048	1780	Europe/Rome	43.44536	13.01927	300	Serra San Quirico,セッラ・サン・クイーリコ	042047	10	AN	042047	
3166656	Serra Riccò	serra-ricco	IT	16010	7879	Europe/Rome	44.51071	8.93806		A Sǽra,Serra Ricco,Serra Riccò,Serra Rocco	010058	08	GE	010058	
3166657	Serrara Fontana	serrara-fontana	IT	80070	1697	Europe/Rome	40.7116	13.89342	366	Serrara Fontana,セッラーラ・フォンターナ	063078	04	NA	063078	
3166660	Serrapetrona	serrapetrona	IT	62020	212	Europe/Rome	43.17605	13.18947	490	Serrapetrona	043051	10	MC	043051	
3166662	Serrano	serrano	IT	73020	0	Europe/Rome	40.18333	18.35		Serrano		13	LE	075015	
3166663	Serramonacesca	serramonacesca	IT	65025	372	Europe/Rome	42.24884	14.09231	280	Serramonacesca	068040	01	PE	068040	
3166664	Serramezzana	serramezzana	IT	84070	403	Europe/Rome	40.2446	15.03246		Serramezzana	065139	04	SA	065139	
3166665	Serramazzoni	serramazzoni	IT	41028	3232	Europe/Rome	44.42506	10.7865	791	Monfestino,Monfestino in Serra Mazzoni	036042	05	MO	036042	
3166666	Serralunga di Crea	serralunga-di-crea	IT	15020	617	Europe/Rome	45.10025	8.28203		Seralonga 'd Crea,Serralunga di Crea,セッラルンガ・ディ・クレーア	006159	12	AL	006159	
3166675	Serradica	serradica	IT	60044	225	Europe/Rome	43.26667	12.85	499			10	AN	042017	
3166678	Serra de'Conti	serra-de-conti	IT	60030	3464	Europe/Rome	43.54196	13.03566		Serra de' Conti,Serra de'Conti,セッラ・デ・コンティ	042046	10	AN	042046	
3166679	Serrada	serrada	IT	38064	0	Europe/Rome	45.89162	11.15481				17	TN	022087	
3166680	Serracapriola	serracapriola	IT	71010	4356	Europe/Rome	41.81194	15.16024		Serracapriola	071053	13	FG	071053	
3166687	Serra	serra	IT	12087	0	Europe/Rome	44.4	9.2				08	GE	010016	
3166688	Serra	serra	IT	12087	0	Europe/Rome	43.93333	12.25				05	FC	040020	
3166689	Serra	serra	IT	12087	0	Europe/Rome	43.31667	10.8				16	PI	050027	
3166691	Serole	serole	IT	14050	163	Europe/Rome	44.55404	8.25974		Serole	005104	12	AT	005104	
3166693	Sernaglia della Battaglia	sernaglia-della-battaglia	IT	31020	3869	Europe/Rome	45.87667	12.13222	117	Sernaglia della Battaglia	026080	20	TV	026080	
3166694	Sermugnano	sermugnano	IT	01024	0	Europe/Rome	42.65	12.16667				07	VT	056018	
3166695	Sermoneta	sermoneta	IT	04013	6620	Europe/Rome	41.54919	12.98481		Sermoneta,serumoneta,セルモネータ	059027	07	LT	059027	
3166697	Sermide	sermide	IT	46028	6486	Europe/Rome	45.00448	11.294		Sermide,Сермиде	020061	09	MN	020061	
3166699	Serle	serle	IT	25080	2849	Europe/Rome	45.56137	10.36821		Serle,serure,セルレ	017178	09	BS	017178	
3166702	Serino	serino	IT	83028	7041	Europe/Rome	40.85481	14.87224		Serino	064099	04	AV	064099	
3166704	Serina	serina	IT	24017	2193	Europe/Rome	45.87159	9.73125			016199	09	BG	016199	
3166706	Seriate	seriate	IT	24068	20320	Europe/Rome	45.68338	9.72286		Seriate,Сериате	016198	09	BG	016198	
3166708	Sergnano	sergnano	IT	26010	3067	Europe/Rome	45.42888	9.70166		Sergnano	019094	09	CR	019094	
3166710	Seren del Grappa	seren-del-grappa	IT	32030	1588	Europe/Rome	45.99351	11.8496	386	Seren del Grappa	025055	20	BL	025055	
3166711	Seregno	seregno	IT	20831	39206	Europe/Rome	45.65238	9.20034		Seregn,Seregno,Serègn,serenyo,セレーニョ	108039	09	MB	108039	
3166714	Seravezza	seravezza	IT	55047	1194	Europe/Rome	43.99504	10.2287	50	Seravezza	046028	16	LU	046028	
3166718	Sequals	sequals	IT	33090	859	Europe/Rome	46.16472	12.82972	232	Secual,Sequals	093042	06	PN	093042	
3166719	Seppio	seppio	IT	62025	0	Europe/Rome	43.16667	13.01667				10	MC	043007	
3166720	Sepino	sepino	IT	86017	925	Europe/Rome	41.40802	14.61833	698	Sepino	070075	11	CB	070075	
3166721	Sepicciano	sepicciano	IT	81016	0	Europe/Rome	41.35	14.38333				04	CE	061057	
3166729	Sennori	sennori	IT	07036	6855	Europe/Rome	40.78462	8.58985	277	Sennori	090067	14	SS	090067	
3166732	Sennariolo	sennariolo	IT	09078	173	Europe/Rome	40.21235	8.55572		Sennariolo	095055	14	OR	095055	
3166733	Senna Lodigiana	senna-lodigiana	IT	26856	2020	Europe/Rome	45.15167	9.59386		Senna Lodigiana,センナ・ロディジャーナ	098053	09	LO	098053	
3166737	Senise	senise	IT	85038	6243	Europe/Rome	40.14711	16.28888	335	Senise	076085	02	PZ	076085	
3166740	Senigallia	senigallia	IT	60019	30882	Europe/Rome	43.70926	13.21667	5	Senigallia,Senigallija,senigarria,Сенигаллия,セニガッリア	042045	10	AN	042045	
3166741	Seniga	seniga	IT	25020	1573	Europe/Rome	45.24267	10.17797		Seniga,seniga,セニーガ	017177	09	BS	017177	
3166745	Senerchia	senerchia	IT	83050	883	Europe/Rome	40.74071	15.20485		Senerchia	064098	04	AV	064098	
3166746	Seneghe	seneghe	IT	09070	1840	Europe/Rome	40.08225	8.61572	305	Seneghe	095053	14	OR	095053	
3166752	Senale	senale	IT	39010	787	Europe/Rome	46.49261	11.13137		Unsere Liebe Frau im Walde-St. Felix	021118	17	BZ	021118	
3166753	Senago	senago	IT	20030	18899	Europe/Rome	45.57627	9.12454			015206	09	MI	015206	
3166757	Semivicoli	semivicoli	IT	66010	0	Europe/Rome	42.26667	14.2				01	CH	069013	
3166758	Semiana	semiana	IT	27020	256	Europe/Rome	45.13746	8.73264		Semiana	018148	09	PV	018148	
3166759	Semestene	semestene	IT	07010	227	Europe/Rome	40.39846	8.72542		Semestene	090066	14	SS	090066	
3166763	Selvino	selvino	IT	24020	2011	Europe/Rome	45.78208	9.75115		Selvino	016197	09	BG	016197	
3166765	Selvena	selvena	IT	58034	0	Europe/Rome	42.76705	11.64207				16	GR	053005	
3166766	Selvazzano Dentro	selvazzano-dentro	IT	35030	7962	Europe/Rome	45.39413	11.78064	18	Selvazzano Dentro	028086	20	PD	028086	
3166769	Selvatelle	selvatelle	IT	56030	1302	Europe/Rome	43.56281	10.69091	50			16	PI	050036	
3166771	Selvapiana	selvapiana	IT	47021	0	Europe/Rome	43.87609	12.04166	570			05	FC	040001	
3166772	Selvanizza	selvanizza	IT	43025	0	Europe/Rome	44.43333	10.23333				05	PR	034026	
3166774	Selva di Fasano	selva-di-fasano	IT	72015	0	Europe/Rome	40.8279	17.32201		La Selva,Selva		13	BR	074007	
3166775	Selva di Cadore	selva-di-cadore	IT	32020	563	Europe/Rome	46.45028	12.05694		Selva Bellunese,Selva di Cadore	025054	20	BL	025054	
3166777	Selva dei Molini - Muehlwald	selva-dei-molini	IT	39030	1455	Europe/Rome	46.89093	11.86018		Muehlwald,Muhlwald,Mühlwald,Selva dei Molini,セルヴァ・デイ・モリーニ	021088	17	BZ	021088	
3166778	Selvacava	selvacava	IT	03040	0	Europe/Rome	41.35	13.73333				07	FR	060012	
3166784	Selva di Val Gardena - Wolkenstein in Groeden	selva	IT	33081	2513	Europe/Rome	46.55472	11.76038		Selva,Selva di Val Gardena,Sëlva,Wolkenstein,Wolkenstein in Groeden,Wolkenstein in Gröden,セルヴァ・ディ・ヴァル・ガルデーナ	021089	17	BZ	021089	
3166785	Selva	selva	IT	33081	0	Europe/Rome	46.01667	11.6				17	TN	022095	
3166786	Selva	selva	IT	33081	0	Europe/Rome	45	11.85				20	RO	029019	
3166787	Selva	selva	IT	33081	0	Europe/Rome	44.8	9.05				12	AL	006024	
3166788	Selva	selva	IT	33081	0	Europe/Rome	44.58472	9.48403				05	PC	033020	
3166789	Selva	selva	IT	33081	0	Europe/Rome	43.26667	11.1				16	SI	052025	
3166791	Sellero	sellero	IT	25050	1475	Europe/Rome	46.0552	10.34686		Seilero,Sellero,serrero,セッレロ	017176	09	BS	017176	
3166793	Sellano	sellano	IT	06030	247	Europe/Rome	42.88874	12.92707	640	Sellano	054048	18	PG	054048	
3166804	Selci	selci	IT	02040	1000	Europe/Rome	42.31073	12.62518		Selci	057065	07	RI	057065	
3166806	Selbagnone	selbagnone	IT	47034	0	Europe/Rome	44.17167	12.08667				05	FC	040012	
3166808	Segrate	segrate	IT	20054	33199	Europe/Rome	45.49624	9.29323		SWK,Segrate,segurate,セグラーテ	015205	09	MI	015205	
3166812	Segno	segno	IT	38012	375	Europe/Rome	44.25663	8.38248	191			08	SV	009064	
3166813	Segni	segni	IT	00037	8780	Europe/Rome	41.68722	13.01519		Segni,Signia,seni,セーニ	058102	07	RM	058102	
3166816	Seggiano	seggiano	IT	20096	953	Europe/Rome	42.92897	11.55736		Seggiano	053025	16	GR	053025	
3166819	Sefro	sefro	IT	62025	260	Europe/Rome	43.14655	12.94847	497	Sefro	043050	10	MC	043050	
3166821	Sedrina	sedrina	IT	24010	2380	Europe/Rome	45.78178	9.62405		Sedrina	016196	09	BG	016196	
3166822	Sedriano	sedriano	IT	20018	10197	Europe/Rome	45.49147	8.96874		Sedriano,sedoriano,セドリアーノ	015204	09	MI	015204	
3166823	Sedrano	sedrano	IT	33080	531	Europe/Rome	46.05444	12.66972	144			06	PN	093040	
3166824	Sedini	sedini	IT	07035	1231	Europe/Rome	40.85227	8.81572	306	Sedini	090065	14	SS	090065	
3166825	Sedilo	sedilo	IT	09076	2207	Europe/Rome	40.17225	8.92173	283	Sedilo	095052	14	OR	095052	
3166826	Sedico	sedico	IT	32036	5478	Europe/Rome	46.11041	12.09745	317	Sedico	025053	20	BL	025053	
3166827	Sedegliano	sedegliano	IT	33039	1169	Europe/Rome	46.01389	12.97472	70	Sedean,Sedegliano,Sedigliano	030109	06	UD	030109	
3166829	Secugnago	secugnago	IT	26826	1742	Europe/Rome	45.23287	9.59346		Secugnago,sekunyago,セクニャーゴ	098052	09	LO	098052	
3166830	Secondigliano	secondigliano	IT	80144	0	Europe/Rome	40.9	14.26667		Secondigliano		04	NA	063049	
3166831	Seclì	secli	IT	73050	1909	Europe/Rome	40.12022	18.10662		Secli,Seclì	075074	13	LE	075074	
3166833	Secinaro	secinaro	IT	67029	383	Europe/Rome	42.15293	13.6807	850	Secinaro	066097	01	AQ	066097	
3166840	Secchiano	secchiano	IT	61043	0	Europe/Rome	43.93333	12.31667				10	PU		
3166841	Secchiano	secchiano	IT	61043	216	Europe/Rome	43.54678	12.60511	318			10	PU	041007	
3166844	Seccheto	seccheto	IT	57034	0	Europe/Rome	42.73781	10.17591		Seccheto		16	LI	049003	
3166848	Seborga	seborga	IT	18012	340	Europe/Rome	43.82642	7.69454		A Seborca,Seborga,Seborgaen,Seborgän,seboleuga,seborja,seboruga gong guo,Себорга,სებორჯა,セボルガ公国,세보르가	008057	08	IM	008057	
3166850	Seano	seano	IT	59011	5944	Europe/Rome	43.83035	11.02122	45			16	PO	100002	
3166856	Scurcola Marsicana	scurcola-marsicana	IT	67068	1449	Europe/Rome	42.06313	13.33919	700	Scurcola Marsicana	066096	01	AQ	066096	
3166857	Scurano	scurano	IT	43024	0	Europe/Rome	44.5	10.28333				05	PR	034024	
3166863	Scritto	scritto	IT	06024	0	Europe/Rome	43.23951	12.55557				18	PG	054024	
3166865	Scorzo	scorzo	IT	84029	0	Europe/Rome	40.58333	15.26667		Lo Scorzo,Scorzo		04	SA	065143	
3166866	Scorzè	scorze	IT	30037	17295	Europe/Rome	45.57361	12.10611		Scorze,Scorzè,sukorutsu~e,スコルツェ	027037	20	VE	027037	
3166869	Scortichino	scortichino	IT	44012	1475	Europe/Rome	44.88333	11.33333	11			05	FE	038003	
3166871	Scorrano	scorrano	IT	64036	0	Europe/Rome	42.58333	13.81667				01	TE	067015	
3166872	Scorrano	scorrano	IT	64036	6755	Europe/Rome	40.09162	18.29963		Scorrano	075073	13	LE	075073	
3166875	Scorciosa	scorciosa	IT	66022	0	Europe/Rome	42.21667	14.43333				01	CH	069056	
3166876	Scorcetoli	scorcetoli	IT	54023	0	Europe/Rome	44.35	9.91667				16	MS	045006	
3166878	Scoppito	scoppito	IT	67019	616	Europe/Rome	42.37303	13.25489	820	Scoppito	066095	01	AQ	066095	
3166881	Scopoli	scopoli	IT	06034	0	Europe/Rome	42.96667	12.8				18	PG	054018	
3166884	Scopello	scopello	IT	13028	309	Europe/Rome	45.77369	8.09435	659	Scopello	002135	12	VC	002135	
3166885	Scontrone	scontrone	IT	67030	212	Europe/Rome	41.74733	14.03941	1038	Scontrone	066094	01	AQ	066094	
3166887	Scomigo	scomigo	IT	31015	1222	Europe/Rome	45.93389	12.305	127			20	TV	026021	
3166895	Scoffera	scoffera	IT	16022	0	Europe/Rome	44.48333	9.11667				08	GE	010021	
3166897	Sclaunicco	sclaunicco	IT	33050	548	Europe/Rome	45.97833	13.13861	49			06	UD	030048	
3166901	Scipione	scipione	IT	43039	0	Europe/Rome	44.83333	9.96667				05	PR	034032	
3166903	Sciolze	sciolze	IT	10090	307	Europe/Rome	45.09325	7.88043	436	Sciolze,Siosse,shorutsu~e,ショルツェ	001262	12	TO	001262	
3166908	Scifelli	scifelli	IT	03029	0	Europe/Rome	41.7	13.48333				07	FR	060085	
3166913	Sciara	sciara	IT	90020	0	Europe/Rome	42.66667	13.61667				01	TE	067043	
3166917	Schio	schio	IT	36015	33740	Europe/Rome	45.7124	11.35739	200	Schio,Skio,Скио	024100	20	VI	024100	
3166919	Schilpario	schilpario	IT	24020	1302	Europe/Rome	46.00879	10.15776		Schilpario	016195	09	BG	016195	
3166920	Schignano	schignano	IT	22020	792	Europe/Rome	43.96487	11.10585	460			16	PO	100006	
3166921	Schifanoia	schifanoia	IT	05035	0	Europe/Rome	43.21667	12.66667				18	PG	054057	
3166922	Schifanoia	schifanoia	IT	05035	0	Europe/Rome	42.45	12.51667				18	TR	055022	
3166923	Schieti	schieti	IT	61029	396	Europe/Rome	43.78333	12.63333	147			10	PU	041067	
3166929	Schiavon	schiavon	IT	36060	1077	Europe/Rome	45.6963	11.645	74	Schiavon	024099	20	VI	024099	
3166930	Schiavi di Abruzzo	schiavi-di-abruzzo	IT	66045	259	Europe/Rome	41.81513	14.48582	1172	Schiavi di Abruzzo	069088	01	CH	069088	
3166937	Gazzada Schianno	gazzada-schianno	IT	21045	4517	Europe/Rome	45.78017	8.83344			012073	09	VA	012073	
3166940	Scheggino	scheggino	IT	06040	273	Europe/Rome	42.71304	12.83007	282	Scheggino	054047	18	PG	054047	
3166942	Scheggia	scheggia	IT	06027	740	Europe/Rome	43.40345	12.66666	580	Scheggia e Pascelupo	054046	18	PG	054046	
3166943	Scerni	scerni	IT	66020	2608	Europe/Rome	42.10244	14.56872	281	Scerni	069087	01	CH	069087	
3166944	Scerne	scerne	IT	64025	1982	Europe/Rome	42.6431	14.03826	4	La Sega,Scerne		01	TE	067035	
3166948	Scauri	scauri	IT	04026	0	Europe/Rome	41.25703	13.70321				07	LT	059014	
3166955	Scarperia	scarperia	IT	50038	6778	Europe/Rome	43.99196	11.35382		Scarperia		16	FI	048053	
3166958	Scarnafigi	scarnafigi	IT	12030	1432	Europe/Rome	44.67874	7.56593	296	Scarnafigi,Scarnafis,Soarnafigi	004217	12	CN	004217	
3166959	Scarmagno	scarmagno	IT	10010	380	Europe/Rome	45.38446	7.84112	278	Scarmagn,Scarmagno,sukarumanyo,スカルマーニョ	001261	12	TO	001261	
3166962	Scarlino	scarlino	IT	58020	429	Europe/Rome	42.90713	10.85123	229	Scarlino	053024	16	GR	053024	
3166963	Scario	scario	IT	84070	0	Europe/Rome	40.05	15.48333		Scario		04	SA	065119	
3166970	Scapoli	scapoli	IT	86070	242	Europe/Rome	41.61552	14.05872	611	Scapoli	094048	11	IS	094048	
3166971	Scapezzano	scapezzano	IT	60019	0	Europe/Rome	43.71667	13.15				10	AN	042045	
3166972	Scanzano	scanzano	IT	06034	0	Europe/Rome	42.56667	13.13333				07	RI	057017	
3166973	Scanzano	scanzano	IT	06034	0	Europe/Rome	42.1	13.23333				01	AQ	066089	
3166974	Scanzano Jonico	scanzano-jonico	IT	75020	4154	Europe/Rome	40.24982	16.69839	21		077031	02	MT	077031	
3166975	Scansano	scansano	IT	58054	1447	Europe/Rome	42.68892	11.33394	500	Scansano	053023	16	GR	053023	
3166979	Scanno	scanno	IT	67038	1900	Europe/Rome	41.90103	13.88361	1050	Scanno	066093	01	AQ	066093	
3166983	Scandriglia	scandriglia	IT	02038	2426	Europe/Rome	42.16003	12.84158		Scandriglia	057064	07	RI	057064	
3166985	Scandolara Ripa d'Oglio	scandolara-ripa-d-oglio	IT	26047	636	Europe/Rome	45.22107	10.15977		Scandolara Ripa d'Oglio	019093	09	CR	019093	
3166986	Scandolara Ravara	scandolara-ravara	IT	26040	1585	Europe/Rome	45.04977	10.30558		Scandolara Ravara	019092	09	CR	019092	
3166987	Scandolara	scandolara	IT	31059	893	Europe/Rome	45.61667	12.1	21			20	TV	026095	
3166988	Scandicci	scandicci	IT	50018	50136	Europe/Rome	43.75423	11.18794		Scadicci,Scandicci,Skandichchi,Скандиччи	048041	16	FI	048041	
3166989	Scandiano	scandiano	IT	42019	11010	Europe/Rome	44.59646	10.6907	95	Scandiano	035040	05	RE	035040	
3166990	Scandeluzza	scandeluzza	IT	14026	0	Europe/Rome	45.05	8.13333				12	AT	005121	
3166993	Scampitella	scampitella	IT	83050	1435	Europe/Rome	41.09252	15.29995		Scampitella,Scampitelli,Scampitello	064097	04	AV	064097	
3166995	Scaltenigo	scaltenigo	IT	30035	1311	Europe/Rome	45.46833	12.07861	7			20	VE	027024	
3167000	Scalenghe	scalenghe	IT	10060	1525	Europe/Rome	44.89174	7.49252	262	Scalenghe,sukarenge,スカレンゲ	001260	12	TO	001260	
3167001	Scaldasole	scaldasole	IT	27020	885	Europe/Rome	45.12586	8.90965		Scaldasole	018147	09	PV	018147	
3167009	Scala	scala	IT	84010	1139	Europe/Rome	40.65665	14.60761	360	Scala,Skala,Скала	065138	04	SA	065138	
3167010	Scafati	scafati	IT	84018	49264	Europe/Rome	40.75281	14.53384	12	Scafati	065137	04	SA	065137	
3167011	Scafali	scafali	IT	06034	0	Europe/Rome	42.93333	12.66667				18	PG	054018	
3167012	Scafa	scafa	IT	65027	2536	Europe/Rome	42.26714	13.99981	108	Scafa	068039	01	PE	068039	
3167018	Savorgnano	savorgnano	IT	33078	0	Europe/Rome	46.165	13.27222				06	UD	030078	
3167022	Savona	savona	IT	17100	58283	Europe/Rome	44.30905	8.47715	4	Sann-a,Saona,Savo,Savo Oppidum Alpinum,Savon-a,Savona,Savone,savu~ona,Савона,サヴォーナ	SV	08	SV	009056	
3167023	Savoia di Lucania	savoia-di-lucania	IT	85050	537	Europe/Rome	40.56981	15.55256	720	Savoia di Lucania	076084	02	PZ	076084	
3167024	Savogna d'Isonzo	savogna-d-isonzo	IT	34070	793	Europe/Rome	45.90894	13.57936	49	Savogna d'Isonzo,Savogna d’Isonzo,Savogne di Gurice,Savogne di Gurize,Sovodnje ob Soci,Sovodnje ob Soči	031022	06	GO	031022	
3167025	Saviore dell'Adamello	saviore-dell-adamello	IT	25040	1161	Europe/Rome	46.0805	10.39966		Saviore,Saviore dell'Adamello	017175	09	BS	017175	
3167027	Savio	savio	IT	48015	1487	Europe/Rome	44.31139	12.29472	2			05	RA	039014	
3167029	Savigno	savigno	IT	40060	2556	Europe/Rome	44.39186	11.07481		Savigno		05	BO	037061	
3167030	Savignano sul Rubicone	savignano-sul-rubicone	IT	47039	14715	Europe/Rome	44.09528	12.40861	32	Savignano,Savignano al Rubicone,Savignano di Romagna,Savignano sul Rubicone	040045	05	FC	040045	
3167031	Savignano sul Panaro	savignano-sul-panaro	IT	41056	2658	Europe/Rome	44.48036	11.0351	102		036041	05	MO	036041	
3167032	Savignano Irpino	savignano-irpino	IT	83030	1334	Europe/Rome	41.22852	15.17925		Savignano Irpino,Savignano di Puglia	064096	04	AV	064096	
3167033	Savignano di Rigo	savignano-di-rigo	IT	47030	0	Europe/Rome	43.93333	12.21667		Savignano di Rigo,Savinano di Rigo		05	FC	040020	
3167034	Savigliano	savigliano	IT	12038	16800	Europe/Rome	44.64404	7.65593	320	Savian,Savigliano	004215	12	CN	004215	
3167035	Saviano	saviano	IT	80039	13110	Europe/Rome	40.90463	14.50988	35	Saviano,savu~iano,サヴィアーノ	063076	04	NA	063076	
3167038	Savelli	savelli	IT	88825	0	Europe/Rome	42.71667	13.11667				18	PG	054035	
3167044	Sava	sava	IT	74028	16163	Europe/Rome	40.40342	17.55841		Sava	073026	13	TA	073026	
3167045	Sauze d'Oulx	sauze-d-oulx	IT	10050	1096	Europe/Rome	45.02534	6.8573	1509	Salice d'Ulzio,Sauze D'Oulx,Sauze d'Oulx,サウゼ・ドゥルクス	001259	12	TO	001259	
3167046	Sauze di Cesana	sauze-di-cesana	IT	10054	186	Europe/Rome	44.94074	6.85901		Sauz di Cesana,Sauze di Cesana,サウゼ・ディ・チェザーナ	001258	12	TO	001258	
3167050	Sauris	sauris	IT	33020	414	Europe/Rome	46.46624	12.70852		Sauris,Zahre	030107	06	UD	030107	
3167051	Saturnia	saturnia	IT	58014	0	Europe/Rome	42.66667	11.5		Saturina,Saturnia		16	GR	053014	
3167052	Satriano di Lucania	satriano-di-lucania	IT	85050	1697	Europe/Rome	40.54391	15.63826	653	Satriano di Lucania	076083	02	PZ	076083	
3167053	Sassuolo	sassuolo	IT	41049	36926	Europe/Rome	44.55086	10.7847	121	Sassuolo,Сассуоло	036040	05	MO	036040	
3167058	Sassostorno	sassostorno	IT	41023	0	Europe/Rome	44.26667	10.7				05	MO	036018	
3167062	Sasso Marconi	sasso-marconi	IT	40037	6115	Europe/Rome	44.39946	11.24951	128	Al Sas,Al Sâs,Praduro e Sasso,Sasso,Sasso Bolognese,Sasso Marconi	037057	05	BO	037057	
3167064	Sassoleone	sassoleone	IT	40022	239	Europe/Rome	44.26213	11.48286	440			05	BO	037012	
3167066	Sassofortino	sassofortino	IT	58036	748	Europe/Rome	43.0258	11.11138	560			16	GR	053021	
3167068	Sassoferrato	sassoferrato	IT	60041	3806	Europe/Rome	43.43266	12.85726	386	Sassoferrato,sassoferrato,サッソフェッラート	042044	10	AN	042044	
3167070	Sasso d'Ombrone	sasso-d-ombrone	IT	58044	0	Europe/Rome	42.93305	11.32759				16	GR	053007	
3167072	Sasso di Castalda	sasso-di-castalda	IT	85050	701	Europe/Rome	40.48681	15.67737	949	Sasso di Castalda	076082	02	PZ	076082	
3167074	Sassocorvaro	sassocorvaro	IT	61028	954	Europe/Rome	43.78156	12.49875	326		041059	10	PU	041059	
3167078	Sasso	sasso	IT	36012	0	Europe/Rome	46.9	11.68333		Sasso,Sasso di Sopra		17	BZ	021110	
3167079	Sasso	sasso	IT	36012	0	Europe/Rome	46.48333	10.86667				17	BZ	021104	
3167081	Sasso	sasso	IT	36012	0	Europe/Rome	44.53333	10.28333				05	PR	034024	
3167082	Sasso	sasso	IT	36012	0	Europe/Rome	43.45	13.05				10	AN	042047	
3167083	Sasso	sasso	IT	36012	233	Europe/Rome	42.05569	12.0462	311			07	RM	058029	
3167084	Sasso	sasso	IT	36012	0	Europe/Rome	41.2	14.3				04	CE	061024	
3167085	Sassinoro	sassinoro	IT	82026	646	Europe/Rome	41.37472	14.66453		Sassinoro	062072	04	BN	062072	
3167088	Sassi	sassi	IT	55020	0	Europe/Rome	45.08333	7.73333				12	TO	001272	
3167089	Sassi	sassi	IT	55020	0	Europe/Rome	44.08333	10.38333				16	LU	046020	
3167091	Sassetta	sassetta	IT	57020	362	Europe/Rome	43.12903	10.64412	330	Sassetta,sassetta,サッセッタ	049019	16	LI	049019	
3167092	Sassello	sassello	IT	17046	1115	Europe/Rome	44.48134	8.49475	405	Sasce,Sascê,Sassello	009055	08	SV	009055	
3167096	Sassari	sassari	IT	07100	91895	Europe/Rome	40.7295	8.53364	225	QSS,Sassari,Sasser,Sàsser,Tatari,Tathari,Tattari,Tàthari,sasary,sassari,Сассари,ساساري,サッサリ	SS	14	SS	090064	
3167097	Sassano	sassano	IT	84038	5190	Europe/Rome	40.33771	15.56307		Sassano	065136	04	SA	065136	
3167098	Sassalbo	sassalbo	IT	54013	0	Europe/Rome	44.28333	10.2				16	MS	045007	
3167100	Sassa	sassa	IT	56040	0	Europe/Rome	43.25	10.68333				16	PI	050019	
3167101	Sassa	sassa	IT	56040	1557	Europe/Rome	42.35204	13.29924	675			01	AQ	066049	
3167102	Sarzanello	sarzanello	IT	19038	0	Europe/Rome	44.1	9.96667				08	SP	011027	
3167103	Sarzana	sarzana	IT	19038	0	Europe/Rome	44.3	11.01667				05	BO	037013	
3167104	Sarzana	sarzana	IT	19038	20435	Europe/Rome	44.11145	9.95859	21	Sarzana	011027	08	SP	011027	
3167105	Sarule	sarule	IT	08020	1905	Europe/Rome	40.22886	9.16723		Sarule	091077	14	NU	091077	
3167108	Sartirana Lomellina	sartirana-lomellina	IT	27020	1900	Europe/Rome	45.11466	8.66444		Sartirana,Sartirana Lomellina	018146	09	PV	018146	
3167109	Sarteano	sarteano	IT	53047	4535	Europe/Rome	42.98984	11.86725		Sarteano,saruteano,サルテアーノ	052031	16	SI	052031	
3167110	Sarsina	sarsina	IT	47027	1688	Europe/Rome	43.91981	12.14255	243	Sarsina,sarushina,サルシナ	040044	05	FC	040044	
3167113	Saronno	saronno	IT	21047	36895	Europe/Rome	45.62787	9.03464		Saronno	012119	09	VA	012119	
3167116	Sarno	sarno	IT	84087	28837	Europe/Rome	40.81081	14.61984	30	Sarno,Сарно	065135	04	SA	065135	
3167117	Sarnico	sarnico	IT	24067	5754	Europe/Rome	45.67338	9.96246		Sarnico	016193	09	BG	016193	
3167119	Sarnano	sarnano	IT	62028	1883	Europe/Rome	43.03475	13.29818	539	Sarnano	043049	10	MC	043049	
3167120	Sarmeola	sarmeola	IT	35030	0	Europe/Rome	45.41667	11.81667				20	PD	028086	
3167122	Sarmede	sarmede	IT	31026	1075	Europe/Rome	45.97944	12.38556	103	Sarmede	026078	20	TV	026078	
3167124	Sarmato	sarmato	IT	29010	2667	Europe/Rome	45.05696	9.49236	74		033042	05	PC	033042	
3167126	Sarissola	sarissola	IT	16012	0	Europe/Rome	44.57194	8.95695				08	GE	010006	
3167127	Sarginesco	sarginesco	IT	46014	0	Europe/Rome	45.16667	10.61667				09	MN	020016	
3167128	Sarezzo	sarezzo	IT	25068	11652	Europe/Rome	45.66168	10.19597		Sarezzo	017174	09	BS	017174	
3167129	Sarezzano	sarezzano	IT	15050	554	Europe/Rome	44.86795	8.91325	300	Sarezzano	006158	12	AL	006158	
3167131	Sarentino	sarentino	IT	39058	2299	Europe/Rome	46.64121	11.35411	961	Sarentino,Sarntal,Sarnthein,sarentino,サレンティーノ	021086	17	BZ	021086	
3167134	Sardagna	sardagna	IT	38100	903	Europe/Rome	46.06406	11.09628	571			17	TN	022205	
3167135	Sarconi	sarconi	IT	85050	1090	Europe/Rome	40.24851	15.88607	636	Sarconi	076081	02	PZ	076081	
3167138	Sarcedo	sarcedo	IT	36030	3631	Europe/Rome	45.7002	11.5296	157	Sarcedo	024097	20	VI	024097	
3167144	Saragiolo	saragiolo	IT	53025	0	Europe/Rome	42.83544	11.64362				16	SI	052020	
3167147	Saracinesco	saracinesco	IT	00020	178	Europe/Rome	42.00332	12.95329		Saracinesco,sarachinesuko,サラチネスコ	058101	07	RM	058101	
3167152	Sapri	sapri	IT	84073	7022	Europe/Rome	40.0751	15.62957		Sapri,Satri,sapuri,サプリ	065134	04	SA	065134	
3167153	Sappada	sappada	IT	32047	1359	Europe/Rome	46.56663	12.68421		Sapade,Sappada	025052	20	BL	025052	
3167154	Saone	saone	IT	38079	223	Europe/Rome	46.04288	10.76669	510			17	TN	022199	
3167159	San Zenone al Po	san-zenone-al-po	IT	27010	521	Europe/Rome	45.10856	9.36176		San Zenone al Po	018145	09	PV	018145	
3167160	San Zenone al Lambro	san-zenone-al-lambro	IT	20070	3446	Europe/Rome	45.32727	9.35525		San Zenone al Lambro,サン・ゼノーネ・アル・ランブロ	015202	09	MI	015202	
3167161	San Zenone degli Ezzelini	san-zenone-degli-ezzelini	IT	31020	6506	Europe/Rome	45.7804	11.8372		San Zenone degli Ezzelini	026077	20	TV	026077	
3167162	San Zeno di Montagna	san-zeno-di-montagna	IT	37010	1243	Europe/Rome	45.63749	10.73218		San Zeno di Montagna	023079	20	VR	023079	
3167164	Sanzeno	sanzeno	IT	38010	339	Europe/Rome	46.36681	11.07657	640	Sanzeno,sanzeno,サンゼーノ	022169	17	TN	022169	
3167165	San Zeno	san-zeno	IT	36022	0	Europe/Rome	45.43333	11.16667				20	VR	023028	
3167169	Sanza	sanza	IT	84030	3006	Europe/Rome	40.24461	15.55267		Sanza	065133	04	SA	065133	
3167171	San Vittorino	san-vittorino	IT	67100	385	Europe/Rome	42.39687	13.31431	714			01	AQ	066049	
3167172	San Vittorino	san-vittorino	IT	67100	0	Europe/Rome	41.91667	12.78333				07	RM	058091	
3167173	San Vittorino	san-vittorino	IT	67100	0	Europe/Rome	41.66667	14.1				11	IS	094014	
3167174	San Vittore del Lazio	san-vittore-del-lazio	IT	03040	2738	Europe/Rome	41.46212	13.93367			060070	07	FR	060070	
3167175	San Vittore	san-vittore	IT	12045	0	Europe/Rome	46.30799	9.3831				09	SO	014032	
3167176	San Vittore	san-vittore	IT	12045	0	Europe/Rome	45.41667	11.21667				20	VR	023081	
3167177	San Vittore	san-vittore	IT	12045	0	Europe/Rome	44.76667	9.98333				05	PR	034032	
3167178	San Vittore	san-vittore	IT	12045	0	Europe/Rome	44.1	12.2				05	FC	040007	
3167179	San Vito Romano	san-vito-romano	IT	00030	3269	Europe/Rome	41.87982	12.97939		San Vito,San Vito Romano,サン・ヴィート・ロマーノ	058100	07	RM	058100	
3167180	San Vito di Leguzzano	san-vito-di-leguzzano	IT	36030	3218	Europe/Rome	45.6822	11.37769	158	San Vito di Leguzzano	024096	20	VI	024096	
3167181	San Vito di Fagagna	san-vito-di-fagagna	IT	33030	1617	Europe/Rome	46.09056	13.08972		San Vit di Feagne,San Vito di Fagagna,Sant Vit di Feagne,Sant Vît di Feagne	030106	06	UD	030106	
3167182	San Vito di Cadore	san-vito-di-cadore	IT	32046	1718	Europe/Rome	46.46333	12.20056		San Vito,San Vito del Cadore,San Vito di Cadore	025051	20	BL	025051	
3167184	San Vito dei Normanni	san-vito-dei-normanni	IT	72019	20070	Europe/Rome	40.65733	17.70721		San Vito de' Normanni	074017	13	BR	074017	
3167185	San Vito Chietino	san-vito-chietino	IT	66038	2009	Europe/Rome	42.29604	14.44452	119	San Vito Chietino	069086	01	CH	069086	
3167186	San Vito al Tagliamento	san-vito-al-tagliamento	IT	33078	12599	Europe/Rome	45.91444	12.85	30	San Vit dal Tiliment,San Vito al Tagliamento	093041	06	PN	093041	
3167191	San Vito	san-vito	IT	05035	0	Europe/Rome	45.64504	13.76879				06	TS	032006	
3167192	San Vito	san-vito	IT	05035	0	Europe/Rome	46.71417	12.10222				17	BZ	021009	
3167193	San Vito	san-vito	IT	05035	1543	Europe/Rome	45.75745	11.9168	83			20	TV	026001	
3167194	San Vito	san-vito	IT	05035	0	Europe/Rome	45.41667	9				09	MI	015103	
3167195	San Vito	san-vito	IT	05035	1091	Europe/Rome	44.55822	10.97432	53			05	MO	036045	
3167196	San Vito	san-vito	IT	05035	0	Europe/Rome	42.79175	13.55121				01	TE	067046	
3167197	San Vito	san-vito	IT	05035	0	Europe/Rome	42.54233	13.26359				01	AQ	066056	
3167198	San Vito	san-vito	IT	05035	0	Europe/Rome	42.43333	12.43333				18	TR	055022	
3167199	San Vito	san-vito	IT	05035	0	Europe/Rome	42.35	12.21667				07	VT	056054	
3167200	San Vito	san-vito	IT	05035	0	Europe/Rome	41.00866	17.19721				13	BA	072035	
3167202	San Vitale	san-vitale	IT	06081	0	Europe/Rome	45.62139	12.18528				20	TV	026086	
3167203	San Vitale	san-vitale	IT	06081	603	Europe/Rome	43.04641	12.63801	372	San Vitale		18	PG	054001	
3167204	San Vincenzo Vecchio	san-vincenzo-vecchio	IT	67050	0	Europe/Rome	41.8445	13.53541		San Vincenzo Valle Roveto Superiore,San Vincenzo Vecchio		01	AQ	066092	
3167206	San Vincenzo Valle Roveto	san-vincenzo-valle-roveto	IT	67050	2577	Europe/Rome	41.83325	13.52365		San Vincenzo Valle Roveto	066092	01	AQ	066092	
3167207	San Vincenzo	san-vincenzo	IT	40015	6178	Europe/Rome	43.09283	10.54082	5	San Vincenzo,サン・ヴィンチェンツォ	049018	16	LI	049018	
3167212	San Vero Milis	san-vero-milis	IT	09070	2072	Europe/Rome	40.01455	8.59822	10	San Vero Milis	095050	14	OR	095050	
3167213	San Vendemiano	san-vendemiano	IT	31020	8776	Europe/Rome	45.88732	12.35164		San Vendemiano	026076	20	TV	026076	
3167214	San Venanzo	san-venanzo	IT	05010	0	Europe/Rome	42.95	13.63333				10	AP	044012	
3167215	San Venanzo	san-venanzo	IT	05010	980	Europe/Rome	42.86934	12.26986	465	San Venanzo	055030	18	TR	055030	
3167216	San Venanzio	san-venanzio	IT	40015	501	Europe/Rome	44.50173	10.85881	270			05	MO	036019	
3167217	San Venanzio	san-venanzio	IT	40015	0	Europe/Rome	43.68333	12.78333				10	PU	041015	
3167219	San Valentino Torio	san-valentino-torio	IT	84010	9300	Europe/Rome	40.79301	14.59804	22	San Valentino Torio	065132	04	SA	065132	
3167220	San Valentino in Abruzzo Citeriore	san-valentino-in-abruzzo-citeriore	IT	65020	1046	Europe/Rome	42.23304	13.98561	457	San Valentino,San Valentino d'Abruzzo,San Valentino in Abruzzo Citeriore	068038	01	PE	068038	
3167223	San Valentino	san-valentino	IT	06055	3277	Europe/Rome	45.79111	13.41111	6	San Valentino,San Valentino di Fiumicello	030038	06	UD	030038	
3167224	San Valentino	san-valentino	IT	06055	0	Europe/Rome	45.63333	11.4		San Valentino,Valentino		20	VI	024055	
3167225	San Valentino	san-valentino	IT	06055	0	Europe/Rome	44.51667	10.7				05	RE	035014	
3167226	San Valentino	san-valentino	IT	06055	0	Europe/Rome	42.98333	12.33333				18	PG	054027	
3167227	San Valentino	san-valentino	IT	06055	0	Europe/Rome	42.7	11.73333				16	GR	053026	
3167228	San Valentino	san-valentino	IT	06055	0	Europe/Rome	42.67587	12.81744				18	PG	054047	
3167229	San Valentino	san-valentino	IT	06055	0	Europe/Rome	42.5	12.36667				18	TR	055026	
3167230	San Valentino	san-valentino	IT	06055	0	Europe/Rome	42.27255	12.69783				07	RI	057053	
3167231	Sant'Urbano	sant-urbano	IT	05035	233	Europe/Rome	45.12368	11.64741	9	Sant'Urbano	028084	20	PD	028084	
3167232	Sant'Urbano	sant-urbano	IT	05035	0	Europe/Rome	42.46667	12.58333				18	TR	055022	
3167233	Santu Lussurgiu	santu-lussurgiu	IT	09075	2394	Europe/Rome	40.14247	8.64899	503	Santu Lussurgiu	095049	14	OR	095049	
3167236	San Trovaso	san-trovaso	IT	31022	0	Europe/Rome	45.62694	12.22528				20	TV	026063	
3167239	Santo Stino di Livenza	santo-stino-di-livenza	IT	30029	7080	Europe/Rome	45.735	12.68083	6	San Stin,San Stino di Livenza,Santo Stimo di Livenza,Santo Stino,Santo Stino di Livenza	027036	20	VE	027036	
3167240	Santo Stefano Ticino	santo-stefano-ticino	IT	20010	3870	Europe/Rome	45.48707	8.91814		Santo Stefano Ticino,サント・ステーファノ・ティチーノ	015200	09	MI	015200	
3167242	Santo Stefano di Sessanio	santo-stefano-di-sessanio	IT	67020	118	Europe/Rome	42.34474	13.6442		Santo Stefano di Sessanio	066091	01	AQ	066091	
3167243	Santo Stefano di Magra	santo-stefano-di-magra	IT	19037	8153	Europe/Rome	44.15135	9.92409	50	Santo Stefano Magra,Santo Stefano di Magra	011026	08	SP	011026	
3167244	Santo Stefano di Cadore	santo-stefano-di-cadore	IT	32045	1218	Europe/Rome	46.55827	12.54956	908	San Stefano,Santo Stefano di Cadore,Santo Stephano di Cadore,Santo Stéphano di Cadore	025050	20	BL	025050	
3167245	Santo Stefano del Sole	santo-stefano-del-sole	IT	83050	1927	Europe/Rome	40.89392	14.86854		Santo Stefano del Sole	064095	04	AV	064095	
3167248	Santo Stefano d'Aveto	santo-stefano-d-aveto	IT	16049	508	Europe/Rome	44.54545	9.44817	1012	San Steva d'Aveto,San Steva d’Aveto,Santo Stefano d'Aveto	010056	08	GE	010056	
3167249	Santo Stefano Belbo	santo-stefano-belbo	IT	12058	2899	Europe/Rome	44.70654	8.22604	170	Santo Stefano,Santo Stefano Belbo	004213	12	CN	004213	
3167251	Santo Stefano al Mare	santo-stefano-al-mare	IT	18010	1842	Europe/Rome	43.83855	7.89728	7	Riva Santo Stefano,San Stefano al Mare,Santo Stefano al Mare	008056	08	IM	008056	
3167258	Santo Stefano	santo-stefano	IT	04020	0	Europe/Rome	44.38333	7.46667				12	CN	004064	
3167259	Santo Stefano	santo-stefano	IT	04020	0	Europe/Rome	43.9	10.45				16	LU	046017	
3167260	Santo Stefano	santo-stefano	IT	04020	0	Europe/Rome	42.65	13.6				01	TE	067043	
3167261	Santo Stefano	santo-stefano	IT	04020	0	Europe/Rome	42.20449	13.25312				07	RI	057007	
3167262	Santo Stefano	santo-stefano	IT	04020	0	Europe/Rome	42.12261	13.22548				01	AQ	066089	
3167263	Santo Stefano	santo-stefano	IT	04020	324	Europe/Rome	41.61271	14.61052	625			11	CB	070006	
3167266	Santo Spirito	santo-spirito	IT	70127	0	Europe/Rome	45.16667	9.01667				09	PV	018076	
3167267	Santo Spirito	santo-spirito	IT	70127	1000	Europe/Rome	41.16667	16.75				13	BA	072006	
3167268	Santorso	santorso	IT	36014	5236	Europe/Rome	45.7351	11.39179	240	Santorso	024095	20	VI	024095	
3167269	Sant'Oreste	sant-oreste	IT	00060	3536	Europe/Rome	42.23472	12.51937		Capena,Sant'Oreste,santoresute,サントレステ	058099	07	RM	058099	
3167270	Santopadre	santopadre	IT	03030	1649	Europe/Rome	41.60252	13.63491			060069	07	FR	060069	
3167273	Sant'Onofrio	sant-onofrio	IT	03041	0	Europe/Rome	42.16667	14.4		Sant'Onofrio		01	CH	069046	
3167275	Sant'Onofrio	sant-onofrio	IT	03041	0	Europe/Rome	41.65	13.51667				07	FR	060044	
3167276	Sant'Onofrio	sant-onofrio	IT	03041	0	Europe/Rome	41.6	14.33333				11	IS	094008	
3167279	San Tommaso	san-tommaso	IT	65023	0	Europe/Rome	42.68209	13.285				07	RI	057002	
3167280	San Tommaso	san-tommaso	IT	65023	0	Europe/Rome	42.18333	13.96667				01	PE	068007	
3167281	Sant'Omero	sant-omero	IT	64027	1569	Europe/Rome	42.79125	13.78669	209	Sant'Omero	067039	01	TE	067039	
3167282	Santomenna	santomenna	IT	84020	580	Europe/Rome	40.80832	15.32145		Santomenna	065131	04	SA	065131	
3167284	Sant'Oliva	sant-oliva	IT	03037	0	Europe/Rome	41.41667	13.63333				07	FR	060031	
3167296	Sant'Ippolito	sant-ippolito	IT	02023	518	Europe/Rome	43.68666	12.87106	246	Sant'Ippolito	041058	10	PU	041058	
3167297	Sant'Ippolito	sant-ippolito	IT	02023	0	Europe/Rome	43.25	10.86667				16	PI	050027	
3167301	Sant'Imento	sant-imento	IT	29010	221	Europe/Rome	45.0785	9.5679	59			05	PC	033039	
3167304	Sant'Ilario d'Enza	sant-ilario-d-enza	IT	42049	8140	Europe/Rome	44.76246	10.44809	59	Sant'Ilario,Sant'Ilario d'Enza	035039	05	RE	035039	
3167305	Sant'Ilario	sant-ilario	IT	57034	0	Europe/Rome	43.76667	11.13333				16	FI	048041	
3167306	Sant'Ilario	sant-ilario	IT	57034	0	Europe/Rome	40.8	15.66667				02	PZ	076006	
3167308	Santi Cosma e Damiano	santi-cosma-e-damiano	IT	04020	6532	Europe/Rome	41.29862	13.81412		Khram na Romul,Kosmas- og Damiankirken,Santi Cosma e Damiano,Tempel van Romulus,Храм на Ромул	059026	07	LT	059026	
3167313	Santi	santi	IT	67100	0	Europe/Rome	42.40261	13.24138				01	AQ	066049	
3167314	Santhià	santhia	IT	13048	9253	Europe/Rome	45.36626	8.17263		Santhia,Santhià	002133	12	VC	002133	
3167315	Sant'Eusebio	sant-eusebio	IT	13060	0	Europe/Rome	44.9	9.15				09	PV	018064	
3167316	Sant'Eusebio	sant-eusebio	IT	13060	0	Europe/Rome	44.53333	10.98333				05	MO	036008	
3167317	Sant'Eusanio Forconese	sant-eusanio-forconese	IT	67020	443	Europe/Rome	42.28783	13.5243		Sant'Eusanio Forconese	066090	01	AQ	066090	
3167318	Sant'Eusanio del Sangro	sant-eusanio-del-sangro	IT	66037	775	Europe/Rome	42.16894	14.32711	184	Sant'Eusanio del Sangro	069085	01	CH	069085	
3167319	Sant'Eusanio	sant-eusanio	IT	86075	0	Europe/Rome	42.45053	13.27239				01	AQ	066008	
3167320	Sant'Eufemia a Maiella	sant-eufemia-a-maiella	IT	65020	274	Europe/Rome	42.12614	14.02651	878	Sant'Eufemia a Maiella,Sant'Eufemia a Majella	068037	01	PE	068037	
3167322	Santerno	santerno	IT	48100	1012	Europe/Rome	44.43697	12.05533	6			05	RA	039014	
3167323	San Terenzo	san-terenzo	IT	19032	0	Europe/Rome	44.08543	9.89662				08	SP	011016	
3167324	San Terenziano	san-terenziano	IT	06035	1153	Europe/Rome	42.86461	12.47511	515			18	PG	054022	
3167327	Santeramo in Colle	santeramo-in-colle	IT	70029	26050	Europe/Rome	40.79303	16.75529		Santeramo in Colle	072041	13	BA	072041	
3167328	Sant'Eraclio	sant-eraclio	IT	06034	0	Europe/Rome	42.93333	12.71667				18	PG	054018	
3167329	San Teodoro	san-teodoro	IT	95121	1895	Europe/Rome	40.76497	9.67075	15	San Teodoro,サン・テオドーロ	104023	14	OT	104023	
3167331	Sante Marie	sante-marie	IT	67067	558	Europe/Rome	42.10081	13.20665	850	Sante Marie	066089	01	AQ	066089	
3167332	Sant'Elpidio Morico	sant-elpidio-morico	IT	63842	0	Europe/Rome	43.03333	13.55				10	FM	109020	
3167333	Sant'Elpidio a Mare	sant-elpidio-a-mare	IT	63811	5365	Europe/Rome	43.22986	13.68608	251	San Elpido a Mare,Sant'Elpidio a Mare	109037	10	FM	109037	
3167335	Sant'Ellero	sant-ellero	IT	50066	0	Europe/Rome	43.73333	11.46667				16	FI	048035	
3167337	Sant'Elia Fiumerapido	sant-elia-fiumerapido	IT	03049	6326	Europe/Rome	41.52852	13.85241		San Elia Fiumerapido,Sant'Elia,Sant'Elia Fiumerapido	060068	07	FR	060068	
3167338	Sant'Elia a Pianisi	sant-elia-a-pianisi	IT	86048	1623	Europe/Rome	41.62043	14.87523	666		070074	11	CB	070074	
3167342	Sant'Elena Sannita	sant-elena-sannita	IT	86095	236	Europe/Rome	41.57571	14.47126	780	Sant'Elena Sannita	094047	11	IS	094047	
3167344	Sant'Elena	sant-elena	IT	30122	0	Europe/Rome	45.62056	12.315				20	TV	026009	
3167345	Sant'Elena	sant-elena	IT	30122	1637	Europe/Rome	45.18619	11.71181	8	Sant'Elena	028083	20	PD	028083	
3167346	Sant'Elena	sant-elena	IT	30122	0	Europe/Rome	41.86667	14.2		Sant'Elena,Sant'Eramo		01	AQ	066005	
3167347	Sant'Egidio alla Vibrata	sant-egidio-alla-vibrata	IT	64016	7753	Europe/Rome	42.82105	13.71789	237	Sant'Egidio alla Vibrata	067038	01	TE	067038	
3167349	Sant'Egidio	sant-egidio	IT	47023	901	Europe/Rome	43.10218	12.4908	262			18	PG	054039	
3167350	Santa Vittoria in Matenano	santa-vittoria-in-matenano	IT	63854	1486	Europe/Rome	43.01975	13.49618		San Vittoria,Santa Vittoria in Matenano	109036	10	FM	109036	
3167351	Santa Vittoria di Libiola	santa-vittoria-di-libiola	IT	16039	0	Europe/Rome	44.29363	9.43211		Santa Vittoria		08	GE	010059	
3167352	Santa Vittoria d'Alba	santa-vittoria-d-alba	IT	12069	2512	Europe/Rome	44.69864	7.93733		Santa Vittoria d'Alba	004212	12	CN	004212	
3167353	Santa Vittoria	santa-vittoria	IT	07033	2003	Europe/Rome	44.85483	10.63348	23			05	RE	035023	
3167354	Santa Vittoria	santa-vittoria	IT	07033	0	Europe/Rome	42.55	13.23333				01	AQ	066056	
3167355	Santa Vittoria	santa-vittoria	IT	07033	0	Europe/Rome	40.77306	8.67528				14	SS	090050	
3167359	Santa Teresa Gallura	santa-teresa-gallura	IT	07028	3283	Europe/Rome	41.24089	9.18547	44	Santa Teresa,Santa Teresa Gallura,サンタ・テレーザ・ガッルーラ	104022	14	OT	104022	
3167361	Santa Tecla	santa-tecla	IT	84090	0	Europe/Rome	40.68333	14.91667				04	SA	065056	
3167363	Santa Sofia	santa-sofia	IT	08034	3037	Europe/Rome	43.94446	11.90873	257	Santa Sofia	040043	05	FC	040043	
3167364	Santa Severa	santa-severa	IT	00058	970	Europe/Rome	42.02507	11.94766	7	Pyrgi		07	RM	058097	
3167366	Santa Rufina	santa-rufina	IT	02015	0	Europe/Rome	42.41667	12.93333				07	RI	057016	
3167367	Sant'Arsenio	sant-arsenio	IT	84037	2752	Europe/Rome	40.47291	15.48456		Sant'Arsenio	065129	04	SA	065129	
3167368	Sant'Arpino	sant-arpino	IT	81030	13394	Europe/Rome	40.95951	14.24893		S. Arpino,Sant'Arpino	061087	04	CE	061087	
3167369	Santa Restituta	santa-restituta	IT	05020	0	Europe/Rome	42.65	12.35				18	TR	055033	
3167370	Santa Restituta	santa-restituta	IT	05020	0	Europe/Rome	41.85	13.5		Santa Restituta,Santa Restituta di Morrea		01	AQ	066092	
3167372	Sant'Arcangelo Trimonte	sant-arcangelo-trimonte	IT	82021	691	Europe/Rome	41.16692	14.94004		Sant'Arcangelo Trimonte	062078	04	BN	062078	
3167374	Sant'Arcangelo	sant-arcangelo	IT	06063	2432	Europe/Rome	40.24731	16.27118	388	Sant'Arcangelo	076080	02	PZ	076080	
3167378	Sant'Apollinare	sant-apollinare	IT	03048	0	Europe/Rome	43.88333	12.33333				10	PU		
3167379	Sant'Apollinare	sant-apollinare	IT	03048	0	Europe/Rome	42.98333	12.25				18	PG	054040	
3167380	Sant'Apollinare	sant-apollinare	IT	03048	765	Europe/Rome	42.29657	14.40969	149			01	CH	069086	
3167381	Sant'Apollinare	sant-apollinare	IT	03048	1950	Europe/Rome	41.40272	13.83161		Sant'Apollinare	060067	07	FR	060067	
3167383	Santa Paolina	santa-paolina	IT	83030	1432	Europe/Rome	41.02172	14.84724		Santa Paolina	064093	04	AV	064093	
3167385	Santa Palomba	santa-palomba	IT	00071	0	Europe/Rome	41.7	12.58333		Casa Santa Palomba,Casale Santa Palomba,Palombi,Santa Palomba		07	RM	058079	
3167387	Sant'Antonio Tortal	sant-antonio-tortal	IT	32028	0	Europe/Rome	46.04222	12.10028		Sant'Antonio,Sant'Antonio Tortal,Sant'Antonio di Tortal,Sant'António di Tortal		20	BL	025034	
3167388	Sant'Antonio Morignone	sant-antonio-morignone	IT	23010	0	Europe/Rome	46.4	10.35		Morignone,Sant'Antonio Morignone		09	SO	014072	
3167389	Sant'António in Bosco	sant-antonio-in-bosco	IT	34018	0	Europe/Rome	45.62454	13.85813		Borst,Boršt,Sant'Antonio in Bosco,Sant'Antonio in Selva,Sant’Antonio in Selva,Sant’António in Bosco		06	TS	032004	
3167390	Sant'Antonino di Susa	sant-antonino-di-susa	IT	10050	4156	Europe/Rome	45.10704	7.27361	380	Sant'Antonino,Sant'Antonino di Susa,サンタントニーノ・ディ・スーザ	001256	12	TO	001256	
3167391	Sant'Antonio di Mavignola	sant-antonio-di-mavignola	IT	38086	360	Europe/Rome	46.1914	10.78994	1123	Sant'Antonio di Marignola,Sant'Antonio di Mavignola		17	TN	022143	
3167393	Sant'Antonio Abate	sant-antonio-abate	IT	80057	18859	Europe/Rome	40.72371	14.54654	20	Sant'Antonio Abate,サンタントーニオ・アバーテ	063074	04	NA	063074	
3167403	Sant'Antonio	sant-antonio	IT	12050	0	Europe/Rome	46.53333	10.13333				09	SO	014037	
3167404	Sant'Antonio	sant-antonio	IT	12050	0	Europe/Rome	46.45	10.41667				09	SO	014073	
3167405	Sant'Antonio	sant-antonio	IT	12050	0	Europe/Rome	46.40579	11.2361				17	BZ	021015	
3167406	Sant'Antonio	sant-antonio	IT	12050	0	Europe/Rome	45.88333	7.93333				12	VC	002002	
3167407	Sant'Antonio	sant-antonio	IT	12050	0	Europe/Rome	45.51667	12.66667		San Antonio,Sant'Antonio		20	VE	027019	
3167408	Sant'Antonio	sant-antonio	IT	12050	0	Europe/Rome	45.43333	11.41667				20	VI	024098	
3167409	Sant'Antonio	sant-antonio	IT	12050	0	Europe/Rome	45.19649	10.79381			020045	09	MN	020045	
3167410	Sant'Antonio	sant-antonio	IT	12050	0	Europe/Rome	45	11.38333				20	RO	029014	
3167411	Sant'Antonio	sant-antonio	IT	12050	0	Europe/Rome	44.43333	10.96667				05	MO	036017	
3167412	Sant'Antonio	sant-antonio	IT	12050	0	Europe/Rome	43.85124	7.79016				08	IM	008055	
3167413	Sant'Antonio	sant-antonio	IT	12050	0	Europe/Rome	43.81898	7.55559				08	IM	008065	
3167414	Sant'Antonio	sant-antonio	IT	12050	0	Europe/Rome	42.81667	11.26667		Case San Antonio,Sant'Antonio		16	GR	053002	
3167415	Sant'Antonio	sant-antonio	IT	12050	0	Europe/Rome	41.03333	9.16667		Sant'Antonio,Santo Antonio		14	OT	104014	
3167416	Sant'Antonio di Gallura	sant-antonio-di-gallura	IT	07030	1625	Europe/Rome	40.99107	9.30202		San Antonio	104021	14	OT	104021	
3167417	Sant'Antonino	sant-antonino	IT	13040	0	Europe/Rome	44.55	10.75				05	RE	035014	
3167418	Sant'Antimo	sant-antimo	IT	80029	0	Europe/Rome	42.73333	12.76667				18	PG	054051	
3167419	Sant'Antimo	sant-antimo	IT	80029	33561	Europe/Rome	40.9471	14.23474	58	Sant'Antimo,santantimo,サンタンティモ	063073	04	NA	063073	
3167422	Sant'Anna Pelago	sant-anna-pelago	IT	41027	230	Europe/Rome	44.1898	10.55396	1069	Sant'Anna,Sant'Anna Pelago		05	MO	036031	
3167423	Sant'Anna di Valdieri	sant-anna-di-valdieri	IT	12010	0	Europe/Rome	44.24397	7.31651		Sant'Anna,Sant'Anna di Valdieri		12	CN	004233	
3167424	Sant'Anna d'Alfaedo	sant-anna-d-alfaedo	IT	37020	376	Europe/Rome	45.62719	10.95168	939	Sant'Anna d'Alfaedo	023078	20	VR	023078	
3167429	Sant'Anna	sant-anna	IT	09094	0	Europe/Rome	44.51667	11		Sant'Anna,Santa Anna		05	MO	036045	
3167431	Sant'Anna	sant-anna	IT	09094	0	Europe/Rome	43.83333	10.48333		Lucca Borgo Sant'Anna,Sant'Anna,Santa Anna		16	LU	046017	
3167432	Sant'Anna	sant-anna	IT	09094	0	Europe/Rome	43.08333	7.78333				00			
3167433	Sant'Anna	sant-anna	IT	09094	0	Europe/Rome	42.8	10.36667		San Anna,Sant'Anna		16	LI	049014	
3167434	Sant'Angelo	sant-angelo	IT	30036	0	Europe/Rome	43.81093	11.08117		Sant'Angelo a Lecore		16	FI	048006	
3167436	Sant'Angelo Romano	sant-angelo-romano	IT	00010	3078	Europe/Rome	42.03512	12.71268		Sant'Angelo Romano,サンタンジェロ・ロマーノ	058098	07	RM	058098	
3167439	Sant'Angelo Lodigiano	sant-angelo-lodigiano	IT	26866	12096	Europe/Rome	45.23807	9.40866		Sant'Angelo Lodigiano,サンタンジェロ・ロディジャーノ	098050	09	LO	098050	
3167440	Sant'Angelo Limosano	sant-angelo-limosano	IT	86020	307	Europe/Rome	41.69333	14.60343	894		070073	11	CB	070073	
3167441	Sant'Angelo Le Fratte	sant-angelo-le-fratte	IT	85050	1472	Europe/Rome	40.54591	15.55896			076079	02	PZ	076079	
3167716	San Siro	san-siro	IT	22010	455	Europe/Rome	45.18194	11.91962	4			20	PD	028008	
3167442	Sant'Angelo in Vado	sant-angelo-in-vado	IT	61048	3638	Europe/Rome	43.66546	12.41575	359	San Angelo in Vado,Sant'Angelo in Vado	041057	10	PU	041057	
3167443	Sant'Angelo in Theodice	sant-angelo-in-theodice	IT	03043	0	Europe/Rome	41.45	13.83333		San Angelo,Sant'Angelo,Sant'Angelo Theodice,Sant'Angelo in Teodice,Sant'Angelo in Theodice		07	FR	060019	
3167444	Sant'Angelo in Pontano	sant-angelo-in-pontano	IT	62020	449	Europe/Rome	43.0978	13.3969	473	Sant'Angelo in Pontano	043048	10	MC	043048	
3167445	Sant'Angelo in Lizzola	sant-angelo-in-lizzola	IT	61022	6810	Europe/Rome	43.82696	12.80076		San Angelo,Sant'Angelo in Lizzola	041068	10	PU	041068	
3167446	Sant'Angelo in Formis	sant-angelo-in-formis	IT	81043	0	Europe/Rome	41.11667	14.25		Sant'Angelo in Formis		04	CE	061015	
3167447	Sant'Angelo in Colle	sant-angelo-in-colle	IT	53024	0	Europe/Rome	43	11.46667				16	SI	052014	
3167448	Sant'Angelo di Piove di Sacco	sant-angelo-di-piove-di-sacco	IT	35020	6128	Europe/Rome	45.34806	12.0025	8	Sant'Angelo di Piove di Sacco	028082	20	PD	028082	
3167449	Sant'Angelo del Pesco	sant-angelo-del-pesco	IT	86080	368	Europe/Rome	41.88263	14.25492	805	Sant'Angelo,Sant'Angelo del Pesco	094046	11	IS	094046	
3167451	Sant'Angelo d'Alife	sant-angelo-d-alife	IT	81017	2406	Europe/Rome	41.35922	14.26352		Sant'Angelo d'Alife	061086	04	CE	061086	
3167453	Sant'Angelo a Scala	sant-angelo-a-scala	IT	83010	736	Europe/Rome	40.97542	14.73944		Sant'Angelo a Scala	064091	04	AV	064091	
3167455	Sant'Angelo a Fasanella	sant-angelo-a-fasanella	IT	84027	818	Europe/Rome	40.45681	15.34146		Sant'Angelo Fasanella,Sant'Angelo a Fasanella	065128	04	SA	065128	
3167465	Sant'Angelo	sant-angelo	IT	30036	1407	Europe/Rome	45.51813	12.01608	14			20	VE	027035	
3167466	Sant'Angelo	sant-angelo	IT	30036	0	Europe/Rome	45.28333	9.68333				09	CR	019060	
3167467	Sant'Angelo	sant-angelo	IT	30036	0	Europe/Rome	43.68333	13.2				10	AN	042045	
3167468	Sant'Angelo	sant-angelo	IT	30036	0	Europe/Rome	43.18333	13.33333				10	MC	043053	
3167469	Sant'Angelo	sant-angelo	IT	30036	0	Europe/Rome	42.95	13.81667				10	AP	044002	
3167470	Sant'Angelo	sant-angelo	IT	30036	0	Europe/Rome	42.83333	13.1				18	PG	054035	
3167471	Sant'Angelo	sant-angelo	IT	30036	0	Europe/Rome	42.63333	13.3				07	RI	057002	
3167472	Sant'Angelo	sant-angelo	IT	30036	0	Europe/Rome	42.58333	13.05				07	RI	057033	
3167473	Sant'Angelo	sant-angelo	IT	30036	203	Europe/Rome	42.56781	12.16985	263			07	VT	056059	
3167474	Sant'Angelo	sant-angelo	IT	30036	0	Europe/Rome	42.10707	14.3502				01	CH	069001	
3167475	Sant'Angelo	sant-angelo	IT	30036	0	Europe/Rome	41.59118	12.92627				07	LT	059005	
3167476	Sant'Angelo	sant-angelo	IT	30036	0	Europe/Rome	41.2369	13.5694				07	LT	059009	
3167477	Sant'Angelo	sant-angelo	IT	30036	0	Europe/Rome	41.11667	13.9				04	CE	061052	
3167479	Sant'Andrea in Monte	sant-andrea-in-monte	IT	39042	664	Europe/Rome	46.69922	11.67776	958			17	BZ	021011	
3167480	Sant'Andrea in Casale	sant-andrea-in-casale	IT	47832	2263	Europe/Rome	43.93333	12.65	77			05	RN	099016	
3167482	Sant'Andrea di Conza	sant-andrea-di-conza	IT	83053	1930	Europe/Rome	40.84482	15.36966		Sant'Andrea di Conza	064089	04	AV	064089	
3167484	Sant'Andrea del Garigliano	sant-andrea-del-garigliano	IT	03040	1589	Europe/Rome	41.36722	13.84092		Sant'Andrea,Sant'Andrea del Garigliano	060066	07	FR	060066	
3167493	Sant'Andrea	sant-andrea	IT	25038	0	Europe/Rome	45.92238	13.60245				06	GO	031007	
3167494	Sant'Andrea	sant-andrea	IT	25038	0	Europe/Rome	45.85	11.83333		Sant'Andrea,Santa Andrea		20	TV	026024	
3167495	Sant'Andrea	sant-andrea	IT	25038	0	Europe/Rome	45.5	11.93333		San Andrea di Codiverno,Sant'Andrea		20	PD	028017	
3167496	Sant'Andrea	sant-andrea	IT	25038	0	Europe/Rome	44.71667	8.5				12	AL	006043	
3167497	Sant'Andrea	sant-andrea	IT	25038	0	Europe/Rome	44.18333	11.5				05	BO	037014	
3167498	Sant'Andrea	sant-andrea	IT	25038	0	Europe/Rome	42.80592	10.14077		San Andrea		16	LI	049010	
3167499	Sant'Andrea	sant-andrea	IT	25038	0	Europe/Rome	42.38333	12.58333				07	RI	057040	
3167500	Sant'Andrea	sant-andrea	IT	25038	0	Europe/Rome	41.61667	13.73333				07	FR	060017	
3167501	Sant'Andrea	sant-andrea	IT	25038	0	Europe/Rome	41.13333	14.03333				04	CE	061036	
3167504	Sant'Anatolia di Narco	sant-anatolia-di-narco	IT	06040	268	Europe/Rome	42.73319	12.83576	328	Sant'Anatolia,Sant'Anatolia di Narco	054045	18	PG	054045	
3167505	Sant'Anatolia	sant-anatolia	IT	02021	0	Europe/Rome	42.14648	13.29294				07	RI	057007	
3167506	Sant'Anastasio	sant-anastasio	IT	55035	0	Europe/Rome	45.71722	12.67361				20	VE	027036	
3167507	Sant'Anastasio	sant-anastasio	IT	55035	0	Europe/Rome	43.4	10.95				16	PI	050039	
3167508	Sant'Anastasio	sant-anastasio	IT	55035	0	Europe/Rome	43.25	11.85				16	AR	051017	
3167509	Sant'Anastasia	sant-anastasia	IT	80048	20733	Europe/Rome	40.86888	14.39863	150	Sant'Anastasia,santanasutajia,サンタナスタジーア	063072	04	NA	063072	
3167510	San Tammaro	san-tammaro	IT	81050	4925	Europe/Rome	41.08245	14.2274	22	San Tammaro	061085	04	CE	061085	
3167512	Sant'Ambrogio sul Garigliano	sant-ambrogio-sul-garigliano	IT	03040	984	Europe/Rome	41.38902	13.87152		Ambrogio,Sant'Ambrogio,Sant'Ambrogio sul Garigliano	060065	07	FR	060065	
3167513	Sant'Ambrogio di Valpolicella	sant-ambrogio-di-valpolicella	IT	37015	9681	Europe/Rome	45.52089	10.83618		San Ambrogio di Valpolicella,Sant'Ambrogio,Sant'Ambrogio di Valpolicella	023077	20	VR	023077	
3167514	Sant'Ambrogio di Torino	sant-ambrogio-di-torino	IT	10057	4688	Europe/Rome	45.09944	7.36232	356	San Ambrogio di Torino,Sant'Ambreus ed Turin,Sant'Ambreus ëd Turin,Sant'Ambrogio,Sant'Ambrogio di Torino,Sant’Ambreus ëd Turin	001255	12	TO	001255	
3167515	Sant'Ambrogio	sant-ambrogio	IT	35010	827	Europe/Rome	45.60611	12.07861	21			20	PD	028093	
3167516	Sant'Ambrogio	sant-ambrogio	IT	35010	0	Europe/Rome	43.11667	11.68333				16	SI	052036	
3167520	Santa Marinella	santa-marinella	IT	00058	14034	Europe/Rome	42.04016	11.83023	7	Santa Marinella,サンタ・マリネッラ	058097	07	RM	058097	
3167521	Santa Marina	santa-marina	IT	84067	0	Europe/Rome	43.93233	12.86533				10	PU	041044	
3167522	Santa Marina	santa-marina	IT	84067	3303	Europe/Rome	40.1043	15.54047		Santa Marina	065127	04	SA	065127	
3167526	Santa Maria Nuova	santa-maria-nuova	IT	47032	3476	Europe/Rome	43.49406	13.31167	249	Santa Maria Nuova,サンタ・マリーア・ヌオーヴァ	042043	10	AN	042043	
3167721	San Silvestro	san-silvestro	IT	08020	0	Europe/Rome	43.88994	11.99132	510			05	FC	040001	
3167528	Santa Maria Maggiore	santa-maria-maggiore	IT	28857	1264	Europe/Rome	46.13508	8.46232	816	Santa Maria Maggiore,サンタ・マリーア・マッジョーレ	103062	12	VB	103062	
3167529	Santa Maria Maddalena	santa-maria-maddalena	IT	45030	0	Europe/Rome	44.88333	11.61667				05	FE	038008	
3167530	Santa Maria la Longa	santa-maria-la-longa	IT	33050	1229	Europe/Rome	45.93437	13.29109	39	Santa Maria la Longa,Sante Marie la Lungje	030104	06	UD	030104	
3167531	Santa Maria la Fossa	santa-maria-la-fossa	IT	81050	2647	Europe/Rome	41.09171	14.12822		Santa Maria,Santa Maria la Fossa	061084	04	CE	061084	
3167532	Santa Maria in Valle	santa-maria-in-valle	IT	06039	617	Europe/Rome	42.89307	12.74853	380			18	PG	054054	
3167534	Santa Maria in Punta	santa-maria-in-punta	IT	45012	0	Europe/Rome	44.97417	12.07861		Santa Maria,Santa Maria in Punta		20	RO	029002	
3167536	Santa Maria Infante	santa-maria-infante	IT	04026	0	Europe/Rome	41.28333	13.73333				07	LT	059014	
3167537	Santa Maria in Fabriago	santa-maria-in-fabriago	IT	48022	0	Europe/Rome	44.48333	11.86667				05	RA	039012	
3167539	Santa Maria Imbaro	santa-maria-imbaro	IT	66030	1287	Europe/Rome	42.21774	14.44922	224	Santa Maria Imbaro	069084	01	CH	069084	
3167541	Santa Maria	santa-maria	IT	05017	994	Europe/Rome	45.97111	13.15889	50	Santa Maria,Santa Maria Sclaunicco,Santa Maria di Sclaunicco		06	UD	030048	
3167543	Santa Maria di Sala	santa-maria-di-sala	IT	30036	2408	Europe/Rome	45.50699	12.03565	13	Santa Maria di Sala,サンタ・マリーア・ディ・サーラ	027035	20	VE	027035	
3167551	Santa Maria di Castellabate	santa-maria-di-castellabate	IT	84048	0	Europe/Rome	40.28333	14.95		Santa Maria,Santa Maria di Castellabate		04	SA	065031	
3167555	Santa Maria del Piano	santa-maria-del-piano	IT	43037	464	Europe/Rome	43.90432	12.53611	204	Madonna del Piano,Santa Maria del Piano		05	RN	099010	
3167556	Santa Maria del Molise	santa-maria-del-molise	IT	86096	245	Europe/Rome	41.55272	14.36822	650	San Angelo in Grotte,Sant'Angelo in Grotte,Santa Maria del Molise	094045	11	IS	094045	
3167559	Santa Maria degli Angeli	santa-maria-degli-angeli	IT	06081	7719	Europe/Rome	43.05691	12.57497	218	Angeli		18	PG	054001	
3167560	Santa Maria Codifiume	santa-maria-codifiume	IT	44011	1816	Europe/Rome	44.66424	11.65099	10			05	FE	038001	
3167561	Santa Maria Capua Vetere	santa-maria-capua-vetere	IT	81055	31743	Europe/Rome	41.08112	14.25158	36	Santa Maria Capua Vetere	061083	04	CE	061083	
3167562	Santa Maria a Vico	santa-maria-a-vico	IT	81028	13502	Europe/Rome	41.02552	14.46543		Santa Maria a Vico	061082	04	CE	061082	
3167567	Santa Maria a Monte	santa-maria-a-monte	IT	56020	6438	Europe/Rome	43.69994	10.68901	56	Santa Maria a Monte	050035	16	PI	050035	
3167568	Santa Maria al Bagno	santa-maria-al-bagno	IT	73050	0	Europe/Rome	40.12917	17.99583		Nuovomondo,Santa Maria al Bagno		13	LE		
3167582	Santa Maria	santa-maria	IT	05017	839	Europe/Rome	46.55	10.13333		Santa Maria		09	SO	014037	
3167583	Santa Maria	santa-maria	IT	05017	0	Europe/Rome	45.95	11.91667				20	BL	025042	
3167584	Santa Maria	santa-maria	IT	05017	0	Europe/Rome	45.36667	7.8				12	TO	001001	
3167585	Santa Maria	santa-maria	IT	05017	0	Europe/Rome	45.31667	11.53333		San Maria,Santa Maria		20	VI	024074	
3167586	Santa Maria	santa-maria	IT	05017	0	Europe/Rome	44.45	11.21667				05	BO	037057	
3167587	Santa Maria	santa-maria	IT	05017	0	Europe/Rome	43.86667	12.28333				10	PU		
3167588	Santa Maria	santa-maria	IT	05017	0	Europe/Rome	43.81667	11.68333				16	AR	051041	
3167589	Santa Maria	santa-maria	IT	05017	0	Europe/Rome	42.81667	13.41667				10	AP	044064	
3167590	Santa Maria	santa-maria	IT	05017	0	Europe/Rome	42.77796	13.4183				10	AP	044001	
3167591	Santa Maria Coghinas	santa-maria-coghinas	IT	07030	1439	Europe/Rome	40.90427	8.86862		Santa Maria Coghinas,Santa Maria Coghínas	090087	14	SS	090087	
3167592	Santa Maria	santa-maria	IT	05017	0	Europe/Rome	40.9	12.98333				00			
3167595	Santa Margherita Ligure	santa-margherita-ligure	IT	16038	8428	Europe/Rome	44.33456	9.21204	13	Santa Margaita,Santa Margherita,Santa Margherita Ligure,Santa-Margarita Ligureh,Санта-Маргарита Лигурэ	010054	08	GE	010054	
3167596	Santa Margherita d'Adige	santa-margherita-d-adige	IT	35040	1394	Europe/Rome	45.21199	11.559	12		028081	20	PD	028081	
3167598	Santa Margherita	santa-margherita	IT	12016	0	Europe/Rome	46.11667	13.15		Santa Margherita,Santa Margherita del Gruagno		06	UD	030063	
3167599	Santa Margherita	santa-margherita	IT	12016	0	Europe/Rome	45.24139	12.12278				20	PD	028033	
3167600	Santa Margherita	santa-margherita	IT	12016	295	Europe/Rome	44.83301	10.09057	90			05	PR	034014	
3167601	Santa Margherita	santa-margherita	IT	12016	0	Europe/Rome	43.45167	13.38832	232			10	AN	042019	
3167604	Santa Lucia di Serino	santa-lucia-di-serino	IT	83020	1516	Europe/Rome	40.87042	14.87594		San Lucia,San Lucia di Serino,Santa Lucia di Serino	064088	04	AV	064088	
3167605	Santa Lucia delle Spianate	santa-lucia-delle-spianate	IT	48018	0	Europe/Rome	44.25	11.9				05	RA	039010	
3167608	Santa Lucia	santa-lucia	IT	00013	0	Europe/Rome	45.28333	11.66667		San Lucia,Santa Lucia		20	PD	028031	
3167609	Santa Lucia	santa-lucia	IT	00013	0	Europe/Rome	45.21667	11.38333		Boschi,Santa Lucia		20	VR	023010	
3167610	Santa Lucia	santa-lucia	IT	00013	0	Europe/Rome	45.05	11				09	MN	020055	
3167611	Santa Lucia	santa-lucia	IT	00013	0	Europe/Rome	42.91667	13.38333		Santa Lucia,Santa Lucia in Consilvano		10	FM	109015	
3167612	Santa Lucia	santa-lucia	IT	00013	0	Europe/Rome	42.7	12.55				18	TR	055001	
3167613	Santa Lucia	santa-lucia	IT	00013	0	Europe/Rome	42.57144	13.2623				01	AQ	066056	
3167614	Santa Lucia	santa-lucia	IT	00013	0	Europe/Rome	42.26667	13.16667		Santa Lucia,Santa Lucia di Fiamignano		07	RI	057028	
3167615	Santa Lucia	santa-lucia	IT	00013	0	Europe/Rome	42.18333	13.08333				07	RI	057018	
3167616	Santa Lucia	santa-lucia	IT	00013	0	Europe/Rome	40.84576	17.29119		Santa Lucia ai Monti		13	BA	072030	
3167617	Santa Lucia	santa-lucia	IT	00013	0	Europe/Rome	40.58333	9.78333		San Lucia,Santa Lucia		14			
3167618	Santa Lucia	santa-lucia	IT	00013	0	Europe/Rome	40.58333	9.18333				14	SS	090055	
3167619	Santa Luce	santa-luce	IT	56040	402	Europe/Rome	43.47234	10.56351	225	Santa Luce Orciano	050034	16	PI	050034	
3167624	Sant'Alberto	sant-alberto	IT	31059	0	Europe/Rome	44.54167	12.13417				05	RA	039014	
3167625	Sant'Albano Stura	sant-albano-stura	IT	12040	1480	Europe/Rome	44.50893	7.72233	378	Sant'Albano Stura	004211	12	CN	004211	
3167629	Sant'Agostino	sant-agostino	IT	35020	2867	Europe/Rome	44.79227	11.38821	19	Sant' Agostino,Sant'Agostino,santagosutino,サンタゴスティーノ	038021	05	FE	038021	
3167632	Sant'Agnello	sant-agnello	IT	80065	7674	Europe/Rome	40.63001	14.39714	67	Sant Agnello,Sant'Agnello,Sant-Agnello,santanyerro,Сант-Агнелло,サンタニェッロ	063071	04	NA	063071	
3167633	Santa Giustina in Colle	santa-giustina-in-colle	IT	35010	4069	Europe/Rome	45.5637	11.90641	24		028080	20	PD	028080	
3167634	Santa Giustina	santa-giustina	IT	17044	4587	Europe/Rome	46.0875	12.04278	308	Santa Giustina,Santa Giustina Bellunese	025048	20	BL	025048	
3167635	Santa Giustina	santa-giustina	IT	17044	0	Europe/Rome	44.93333	9.43333				05	PC	033033	
3167636	Santa Giustina	santa-giustina	IT	17044	0	Europe/Rome	44.41667	8.48333				08	SV	009058	
3167637	Santa Giustina	santa-giustina	IT	17044	1865	Europe/Rome	44.06778	12.485	29			05	RN	099014	
3167638	Santa Giusta	santa-giusta	IT	02012	0	Europe/Rome	42.6435	13.25226				07	RI	057002	
3167642	Santa Giuletta	santa-giuletta	IT	27046	1615	Europe/Rome	45.03396	9.18356			018140	09	PV	018140	
3167643	Sant'Agata sul Santerno	sant-agata-sul-santerno	IT	48020	2404	Europe/Rome	44.44217	11.86012	14	Sant'Agata,Sant'Agata sul Santerno,サンタガータ・スル・サンテルノ	039017	05	RA	039017	
3167644	Sant' Agata sui Due Golfi	sant-agata-sui-due-golfi	IT	80061	0	Europe/Rome	40.60565	14.37402		Sant'Agata,Sant'Agata di Massalubrense,Sant'Agata die due Golfi,Sant'Agata die due Golfí,Sant'Agata su due Golfi,Sant'Agata sui Due Golfi		04	NA	063044	
3167645	Sant'Agata Feltria	sant-agata-feltria	IT	47866	909	Europe/Rome	43.86515	12.20745	607	Sant'Agata Feltria	099026	05	RN	099026	
3167646	Sant'Agata di Puglia	sant-agata-di-puglia	IT	71028	1769	Europe/Rome	41.15182	15.38025	794	Sant'Agata	071052	13	FG	071052	
3167647	Sant'Agata de'Goti	sant-agata-de-goti	IT	82019	11558	Europe/Rome	41.08932	14.49743		Sant'Agata de' Goti,Sant'Agata de'Goti,Sant'Agata dei Goti	062070	04	BN	062070	
3167648	Sant'Agata Bolognese	sant-agata-bolognese	IT	40019	5591	Europe/Rome	44.66417	11.134	21	Sant'Agata Bolognese,Sant'Agata-Bolognese,Sant'Egata,Sant’Ègata,サンターガタ・ボロニェーゼ	037056	05	BO	037056	
3167649	Sant'Agata	sant-agata	IT	50038	0	Europe/Rome	44.7	10.81667				05	MO	036003	
3167650	Sant'Agata	sant-agata	IT	50038	0	Europe/Rome	44.01667	11.33333				16	FI	048053	
3167651	Sant'Agata	sant-agata	IT	50038	0	Europe/Rome	40.1	18.06667				13	LE	075070	
3167652	Sant'Agapito	sant-agapito	IT	02023	0	Europe/Rome	42.25	13.13333				07	RI	057028	
3167653	Sant'Agapito	sant-agapito	IT	02023	523	Europe/Rome	41.54452	14.22242	547		094044	11	IS	094044	
3167655	Santa Fiora	santa-fiora	IT	52037	2767	Europe/Rome	42.83129	11.58474		Santa Fiora	053022	16	GR	053022	
3167658	Santa Croce sull'Arno	santa-croce-sull-arno	IT	56029	11685	Europe/Rome	43.71924	10.77171	18		050033	16	PI	050033	
3167659	Santa Croce	santa-croce	IT	02010	1248	Europe/Rome	45.73472	13.69278	208	Santa Croce,Santa Croce di Trieste,Sveti Kriz,Sveti Križ		06	TS	032006	
3167660	Santa Croce di Magliano	santa-croce-di-magliano	IT	86047	4683	Europe/Rome	41.71283	14.99064	608	Santa Croce di Magliano	070072	11	CB	070072	
3167661	Santa Croce del Lago	santa-croce-del-lago	IT	32016	0	Europe/Rome	46.09222	12.32472		Santa Croce,Santa Croce del Lago		20	BL	025020	
3167662	Santa Croce Bigolina	santa-croce-bigolina	IT	35013	0	Europe/Rome	45.65	11.71667				20	PD	028032	
3167671	Santa Croce	santa-croce	IT	02010	0	Europe/Rome	44.9	10.55				05	RE	035005	
3167672	Santa Croce	santa-croce	IT	02010	0	Europe/Rome	44.7	11.45				05	BO	037055	
3167673	Santa Croce	santa-croce	IT	02010	0	Europe/Rome	42.3	13.55				01	AQ	066087	
3167674	Santa Croce	santa-croce	IT	02010	0	Europe/Rome	41.18333	13.98333				04	CE	061017	
3167678	Santa Cristina e Bissone	santa-cristina-e-bissone	IT	27010	1853	Europe/Rome	45.15756	9.39976		San Cristina e Bissone	018139	09	PV	018139	
3167681	Santa Cristina	santa-cristina	IT	31055	0	Europe/Rome	45.64194	12.11917		Santa Cristina,Santa Cristina del Tiveron		20	TV	026047	
3167682	Santa Cristina	santa-cristina	IT	31055	0	Europe/Rome	44.82958	9.24911				09	PV	018171	
3167683	Santa Cristina	santa-cristina	IT	31055	0	Europe/Rome	43.35	11.98333				16	AR	051012	
3167684	Santa Cristina	santa-cristina	IT	31055	0	Europe/Rome	43.31667	12.53333				18	PG	054024	
3167685	Santa Cristina	santa-cristina	IT	31055	0	Europe/Rome	40.05	8.71667		San Cristina,Santa Cristina		14	OR	095041	
3167687	Santa Chiara	santa-chiara	IT	73050	0	Europe/Rome	40.05	8.86667				14	OR	095068	
3167688	Santa Cesarea Terme	santa-cesarea-terme	IT	73020	3095	Europe/Rome	40.03632	18.45683		Santa Cesarea,Santa Cesarea Terme,Terme di Santa Cesarea	075072	13	LE	075072	
3167690	Santa Caterina Valfurva	santa-caterina-valfurva	IT	23030	0	Europe/Rome	46.41667	10.48333		Santa Caterina Valfurva,Valturva		09	SO	014073	
3167692	Santa Caterina	santa-caterina	IT	09073	0	Europe/Rome	44.96667	10.15				05	PR	034036	
3167693	Santa Caterina	santa-caterina	IT	09073	0	Europe/Rome	42.82386	10.40474		San Caterina		16	LI	049016	
3167694	Santa Caterina	santa-caterina	IT	09073	0	Europe/Rome	42.78728	11.48569				16	GR	053020	
3167695	Santa Caterina	santa-caterina	IT	09073	0	Europe/Rome	40.14222	17.98346				13	LE	075052	
3167696	Santa Caterina	santa-caterina	IT	09073	0	Europe/Rome	40.10355	8.49243				14	OR	095019	
3167700	Santa Brigida	santa-brigida	IT	24010	635	Europe/Rome	45.98489	9.62115		Santa Brigida	016191	09	BG	016191	
3167703	Santa Barbara	santa-barbara	IT	52022	0	Europe/Rome	46.1	10.46667		San Barbara,Santa Barbara		09	BS	017175	
3167704	Santa Barbara	santa-barbara	IT	52022	0	Europe/Rome	42.38333	13.45				01	AQ	066049	
3167705	Santa Barbara	santa-barbara	IT	52022	0	Europe/Rome	41.08333	14.36667				04	CE	061022	
3167706	Santa Barbara	santa-barbara	IT	52022	0	Europe/Rome	40.21667	18.06667		Masseria Santa Barbara,Santa Barbara		13	LE	075052	
3167707	Santa Barbara	santa-barbara	IT	52022	0	Europe/Rome	40.18333	15.25		Santa Barbara		04	SA	065040	
3167708	San Sossio Baronia	san-sossio-baronia	IT	83050	1914	Europe/Rome	41.07122	15.20055		San Sossio Baronia	064087	04	AV	064087	
3167711	San Sisto	san-sisto	IT	06132	0	Europe/Rome	44.51667	11.4				05	BO	037006	
3167712	San Sisto	san-sisto	IT	06132	222	Europe/Rome	43.747	12.35223	658			10	PU	041047	
3167713	San Sisto	san-sisto	IT	06132	0	Europe/Rome	42.76667	12.36667				18	PG	054052	
3167722	San Silvestro	san-silvestro	IT	08020	0	Europe/Rome	43.65	12.58333				10	PU	041066	
3167723	San Silvestro	san-silvestro	IT	08020	0	Europe/Rome	42.76667	12.68333				18	PG	054051	
3167724	San Silvestro	san-silvestro	IT	08020	0	Europe/Rome	42.55	14.1		San Silvestre,San Silvestro		01	TE	067040	
3167725	San Silvestro	san-silvestro	IT	08020	0	Europe/Rome	42.43333	14.23333				01	PE	068028	
3167726	San Silvestro	san-silvestro	IT	08020	0	Europe/Rome	42.31667	12.93333				07	RI	057034	
3167727	San Sigismondo	san-sigismondo	IT	39030	576	Europe/Rome	46.81151	11.80267	786	San Sigismondo,Sankt Sigmund		17	BZ	021021	
3167729	San Severo	san-severo	IT	48033	0	Europe/Rome	44.36879	11.90126				05	RA	039009	
3167730	San Severo	san-severo	IT	48033	0	Europe/Rome	43.46667	11.96667				16	AR	051002	
3167731	San Severo	san-severo	IT	48033	55861	Europe/Rome	41.68974	15.37604		San Severo,サン・セヴェーロ	071051	13	FG	071051	
3167732	San Severino Marche	san-severino-marche	IT	62027	8655	Europe/Rome	43.22815	13.18017	235	San Severino Marche	043047	10	MC	043047	
3167733	San Severino Lucano	san-severino-lucano	IT	85030	730	Europe/Rome	40.02061	16.13788	877	San Severino,San Severino Lucano	076078	02	PZ	076078	
3167734	San Severino	san-severino	IT	84051	0	Europe/Rome	40.08333	15.35				04	SA	065038	
3167736	Sansepolcro	sansepolcro	IT	52037	12364	Europe/Rome	43.57465	12.14304	330	Sansepolcro	051034	16	AR	051034	
3167737	San Secondo Parmense	san-secondo-parmense	IT	43017	4238	Europe/Rome	44.92167	10.22928	38	San Secondo Parmense	034033	05	PR	034033	
3167739	San Secondo	san-secondo	IT	06012	1199	Europe/Rome	43.40468	12.23389	271	San Secondo		18	PG	054013	
3167741	San Sebastiano Curone	san-sebastiano-curone	IT	15056	468	Europe/Rome	44.78633	9.06446	342	San Sebastiano,San Sebastiano Curone	006155	12	AL	006155	
3167742	San Sebastiano al Vesuvio	san-sebastiano-al-vesuvio	IT	80040	9167	Europe/Rome	40.84451	14.36763	175		063070	04	NA	063070	
3167743	San Sebastiano	san-sebastiano	IT	12045	0	Europe/Rome	46.15	10.03333				09	SO	014014	
3167744	San Sebastiano	san-sebastiano	IT	12045	0	Europe/Rome	45.63333	10.26667				09	BS	017096	
3167745	San Sebastiano	san-sebastiano	IT	12045	0	Europe/Rome	43.91667	7.68333				08	IM	008015	
3167746	San Savino	san-savino	IT	06063	0	Europe/Rome	45.13333	10.08333				09	CR	019036	
3167747	San Savino	san-savino	IT	06063	950	Europe/Rome	43.93882	12.59612	142			05	RN	099007	
3167748	San Savino	san-savino	IT	06063	0	Europe/Rome	43.53333	12.73333				10	PU	041018	
3167749	San Savino	san-savino	IT	06063	716	Europe/Rome	43.10788	12.19311	299			18	PG	054026	
3167751	San Salvo	san-salvo	IT	66050	17123	Europe/Rome	42.04334	14.72722	100	San Salvo	069083	01	CH	069083	
3167752	San Salvatore Telesino	san-salvatore-telesino	IT	82030	3706	Europe/Rome	41.23602	14.49913		San Salvatore Telesino	062068	04	BN	062068	
3167753	San Salvatore Monferrato	san-salvatore-monferrato	IT	15046	3266	Europe/Rome	44.99415	8.56594	205	San Salvatore Monferrato	006154	12	AL	006154	
3167755	San Salvatore	san-salvatore	IT	16030	0	Europe/Rome	44.73333	9.36667				05	PC	033017	
3167759	San Rufo	san-rufo	IT	84030	1853	Europe/Rome	40.43451	15.46366		San Rufo	065126	04	SA	065126	
3167760	San Ruffillo	san-ruffillo	IT	40141	0	Europe/Rome	44.45	11.36667				05	BO	037054	
3167762	San Romolo	san-romolo	IT	18038	258	Europe/Rome	43.85687	7.72665	786			08	IM	008055	
3167763	San Romano	san-romano	IT	56020	0	Europe/Rome	44.16667	10.36667				16	LU	046027	
3167764	San Romano	san-romano	IT	56020	0	Europe/Rome	43.68333	10.78333				16	PI	050032	
3167765	San Rocco di Piegara	san-rocco-di-piegara	IT	37030	0	Europe/Rome	45.55	11.08333		San Rocco di Piegara		20	VR	023067	
3167766	San Rocco a Pilli	san-rocco-a-pilli	IT	53018	0	Europe/Rome	43.25839	11.28588				16	SI	052034	
3167768	San Rocco	san-rocco	IT	12046	0	Europe/Rome	46.52021	10.12426				09	SO	014037	
3167770	San Rocco	san-rocco	IT	12046	0	Europe/Rome	46.05	11.15				17	TN	022205	
3167771	San Rocco	san-rocco	IT	12046	0	Europe/Rome	45.95	12.38333				20	TV	026022	
3167772	San Rocco	san-rocco	IT	12046	0	Europe/Rome	45.60778	13.75611		Cantiere San Rocco,San Rocco		06	TS	032003	
3167773	San Rocco	san-rocco	IT	12046	0	Europe/Rome	45.5	10.41667				09	BS	017014	
3167774	San Rocco	san-rocco	IT	12046	0	Europe/Rome	44.98333	11				09	MN	020047	
3167775	San Rocco	san-rocco	IT	12046	0	Europe/Rome	44.83333	12.36667				20	RO	029046	
3167777	San Remo	san-remo	IT	18038	47043	Europe/Rome	43.81725	7.7772	15	San Remo,San-Remo,Sanremo,Sanremu,Villa Matuciana,sanremo,sn rmw,Сан Ремо,Сан-Ремо,Санремо,סן רמו,サンレーモ	008055	08	IM	008055	
3167780	San Quirino	san-quirino	IT	33080	2199	Europe/Rome	46.03472	12.67917	116	San Cuarin,San Quirino	093040	06	PN	093040	
3167782	San Quirico in Collina	san-quirico-in-collina	IT	50025	0	Europe/Rome	43.65	11.13333		San Quirico,San Quirico in Collina		16	FI	048030	
3167783	San Quirico d'Orcia	san-quirico-d-orcia	IT	53027	2463	Europe/Rome	43.05664	11.60484		San Quirico d'Orcia,サン・クイリーコ・ドルチャ	052030	16	SI	052030	
3167785	San Quirico	san-quirico	IT	36078	1146	Europe/Rome	45.67685	11.2726	375			20	VI	024111	
3167786	San Quirico	san-quirico	IT	36078	0	Europe/Rome	44.91667	10.25				05	PR	034033	
3167787	San Quirico	san-quirico	IT	36078	0	Europe/Rome	44.83055	8.741		Casa San Quirico		12	AL	006021	
3167788	San Quirico	san-quirico	IT	36078	0	Europe/Rome	42.71667	12.05				18	TR	055023	
3167789	San Quirico	san-quirico	IT	36078	0	Europe/Rome	42.66667	11.76667				16	GR	053026	
3167791	San Protaso	san-protaso	IT	29017	216	Europe/Rome	44.92201	9.86226	86			05	PC	033021	
3167792	San Prospero	san-prospero	IT	40026	5280	Europe/Rome	44.75	11.46667				05	BO	037028	
3167793	San Prisco	san-prisco	IT	81054	10015	Europe/Rome	41.08712	14.27823		San Prisco	061081	04	CE	061081	
3167795	San Potito Ultra	san-potito-ultra	IT	83050	1441	Europe/Rome	40.92762	14.87034		San Potito Ultra	064086	04	AV	064086	
3167796	San Potito Sannitico	san-potito-sannitico	IT	81016	1897	Europe/Rome	41.33852	14.39213		San Potito Sannitico	061080	04	CE	061080	
3167797	San Potito	san-potito	IT	48022	0	Europe/Rome	42.11667	13.5				01	AQ	066065	
3167798	San Ponso	san-ponso	IT	10080	240	Europe/Rome	45.35075	7.67032	347	San Ponso,サン・ポンソ	001251	12	TO	001251	
3167799	San Polo Matese	san-polo-matese	IT	86020	445	Europe/Rome	41.45932	14.49343		San Polo Matese	070071	11	CB	070071	
3167800	San Polo d'Enza	san-polo-d-enza	IT	42020	4158	Europe/Rome	44.62716	10.42399	166	San Polo d'Enza	035038	05	RE	035038	
3167801	San Polo dei Cavalieri	san-polo-dei-cavalieri	IT	00010	2310	Europe/Rome	42.00972	12.84008		San Polo de Cavalieri,San Polo dei Cavalieri,サン・ポーロ・ディ・カヴァリエーリ	058096	07	RM	058096	
3167803	San Polo	san-polo	IT	02040	0	Europe/Rome	45.51667	10.26667				09	BS	017029	
3167804	San Polo	san-polo	IT	02040	1137	Europe/Rome	44.97868	9.7407	86			05	PC	033035	
3167805	San Polo	san-polo	IT	02040	0	Europe/Rome	43.48333	11.91667				16	AR	051002	
3167806	San Polo	san-polo	IT	02040	0	Europe/Rome	42.33333	12.58333				07	RI	057067	
3167808	San Pio delle Camere	san-pio-delle-camere	IT	67020	345	Europe/Rome	42.28624	13.6577	830	San Pio delle Camere	066088	01	AQ	066088	
3167810	San Pietro Viminario	san-pietro-viminario	IT	35020	1153	Europe/Rome	45.24339	11.81631	7		028079	20	PD	028079	
3167811	San Pietro Vernotico	san-pietro-vernotico	IT	72027	15004	Europe/Rome	40.48528	17.99972		San Pietro Vernotico	074016	13	BR	074016	
3167812	San Pietro Vara	san-pietro-vara	IT	19028	228	Europe/Rome	44.33555	9.58855	293	San Pietro Vara,San Pietro di Vara		08	SP	011029	
3167813	San Pietro Mosezzo	san-pietro-mosezzo	IT	28060	776	Europe/Rome	45.45356	8.54553	155	San Pietro Mosezzo	003135	12	NO	003135	
3167814	San Pietro in Vincoli	san-pietro-in-vincoli	IT	48100	0	Europe/Rome	44.30051	12.14556		San Pietro		05	RA	039014	
3167815	San Pietro in Valle	san-pietro-in-valle	IT	37060	0	Europe/Rome	45.05	11.31667				20	RO	029013	
3167816	San Pietro in Valle	san-pietro-in-valle	IT	37060	683	Europe/Rome	41.60383	14.48207	803			11	IS	094022	
3167817	San Pietro in Trento	san-pietro-in-trento	IT	48100	539	Europe/Rome	44.31746	12.08221	14			05	RA	039014	
3167818	San Pietro in Lama	san-pietro-in-lama	IT	73010	3733	Europe/Rome	40.30843	18.12862		San Pietro in Lama	075071	13	LE	075071	
3167821	San Pietro in Gu	san-pietro-in-gu	IT	35010	2927	Europe/Rome	45.6093	11.6769	45		028078	20	PD	028078	
3167823	San Pietro Infine	san-pietro-infine	IT	81049	1011	Europe/Rome	41.44592	13.96152		San Pietro,San Pietro Infine	061079	04	CE	061079	
3167824	San Pietro in Casale	san-pietro-in-casale	IT	40018	8022	Europe/Rome	44.69957	11.40221	17	San Pietro in Casale	037055	05	BO	037055	
3167825	San Pietro in Campiano	san-pietro-in-campiano	IT	48100	0	Europe/Rome	44.28917	12.14972				05	RA	039014	
3167827	San Pietro d'Olba	san-pietro-d-olba	IT	17048	206	Europe/Rome	44.48762	8.58951	526	Olba,San Pietro d'Olba		08	SV	009063	
3167829	San Pietro di Legnago	san-pietro-di-legnago	IT	37045	0	Europe/Rome	45.18333	11.28333				20	VR	023044	
3167830	San Pietro di Feletto	san-pietro-di-feletto	IT	31020	4890	Europe/Rome	45.91391	12.25101			026073	20	TV	026073	
3167831	San Pietro di Cavarzere	san-pietro-di-cavarzere	IT	30014	0	Europe/Rome	45.12639	12.2325				20	VE	027008	
3167833	San Pietro di Cadore	san-pietro-di-cadore	IT	32040	853	Europe/Rome	46.5719	12.5869	1100	San Pietro,San Pietro Cadore,San Pietro di Cadore	025047	20	BL	025047	
3167834	San Pietro Capofiume	san-pietro-capofiume	IT	40062	1708	Europe/Rome	44.6504	11.64802	11			05	BO	037039	
3167835	San Pietro Avellana	san-pietro-avellana	IT	86088	488	Europe/Rome	41.79063	14.18222	960	San Pietro Avellana	094043	11	IS	094043	
3167836	San Pietro al Tanagro	san-pietro-al-tanagro	IT	84030	1640	Europe/Rome	40.45681	15.48066		San Pietro,San Pietro al Tanagro	065125	04	SA	065125	
3167837	San Pietro al Natisone	san-pietro-al-natisone	IT	33049	1445	Europe/Rome	46.11769	13.4903	175	San Pieri dai Sclavons,San Pietro,San Pietro al Natisone	030103	06	UD	030103	
3167838	San Pietro all'Olmo	san-pietro-all-olmo	IT	20010	0	Europe/Rome	45.48734	9.00467				09	MI	015012	
3167850	San Pietro	san-pietro	IT	08020	0	Europe/Rome	47.01667	12.05		San Pietro,Sankt Peter		17	BZ	021108	
3167851	San Pietro	san-pietro	IT	08020	614	Europe/Rome	46.64057	11.68382	1132			17	BZ	021033	
3167852	San Pietro	san-pietro	IT	08020	0	Europe/Rome	46.25816	9.38464		Pietro,San Pietro		09	SO	014057	
3167853	San Pietro	san-pietro	IT	08020	0	Europe/Rome	46.16667	9.73333				09	SO	014007	
3167854	San Pietro	san-pietro	IT	08020	0	Europe/Rome	45.92139	12.96694				06	UD	030027	
3167855	San Pietro	san-pietro	IT	08020	0	Europe/Rome	43.56667	12.93333				10	AN	042003	
3167856	San Pietro	san-pietro	IT	08020	0	Europe/Rome	43.2	13.5				10	MC	043025	
3167857	San Pietro	san-pietro	IT	08020	0	Europe/Rome	42.86667	12.61667				18	PG	054030	
3167858	San Pietro	san-pietro	IT	08020	0	Europe/Rome	42.85	11.91667				18	TR	055002	
3167859	San Pietro	san-pietro	IT	08020	0	Europe/Rome	42.61667	13.06667				07	RI	057033	
3167860	San Pietro	san-pietro	IT	08020	0	Europe/Rome	42.48333	13.63333				01	TE	067026	
3167861	San Pietro	san-pietro	IT	08020	0	Europe/Rome	42.41667	13.3				01	AQ	066072	
3167862	San Pietro	san-pietro	IT	08020	0	Europe/Rome	42.23333	13.15				07	RI	057028	
3167863	San Pietro	san-pietro	IT	08020	0	Europe/Rome	41.63333	13.85				07	FR	060050	
3167864	San Pietro	san-pietro	IT	08020	0	Europe/Rome	40.7	14.71667				04	SA	065037	
3167865	San Pietro	san-pietro	IT	08020	0	Europe/Rome	40.51667	15.5				04	SA	065097	
3167866	San Piero in Campo	san-piero-in-campo	IT	57034	0	Europe/Rome	43.86667	10.68333				16	LU	046021	
3167867	San Piero in Campo	san-piero-in-campo	IT	57034	589	Europe/Rome	42.75231	10.21153	227	San Pietro in Campo		16	LI	049003	
3167868	San Piero in Bagno	san-piero-in-bagno	IT	47021	3210	Europe/Rome	43.85793	11.97716	462	San Piero	040001	05	FC	040001	
3167869	San Piero a Sieve	san-piero-a-sieve	IT	50037	3758	Europe/Rome	43.96135	11.32442				16	FI	048053	
3167870	San Piero a Grado	san-piero-a-grado	IT	56122	0	Europe/Rome	43.68333	10.35				16	PI	050026	
3167871	San Pier d'Isonzo	san-pier-d-isonzo	IT	34070	1552	Europe/Rome	45.8475	13.45583	18	San Pier d'Isonzo,San Pieri dai Sclas,San Pieri dal Lusinc,San Pieri dal Lusinç	031021	06	GO	031021	
3167875	San Pellegrino Terme	san-pellegrino-terme	IT	24016	4980	Europe/Rome	45.83838	9.66455		San Pellegrino,San Pellegrino Terme	016190	09	BG	016190	
3167876	San Pellegrino al Cassero	san-pellegrino-al-cassero	IT	51020	0	Europe/Rome	44.08333	10.96667				16	PT	047018	
3167878	San Pellegrino	san-pellegrino	IT	06023	0	Europe/Rome	44.51667	11		San Pellegrino,Santa Liberata		05	MO	036045	
3167879	San Pellegrino	san-pellegrino	IT	06023	0	Europe/Rome	42.75	13.13333				18	PG	054035	
3167880	San Pelino	san-pelino	IT	67051	0	Europe/Rome	42.05	13.45		San Pelino		01	AQ	066006	
3167881	San Pelagio	san-pelagio	IT	34011	266	Europe/Rome	45.76306	13.68667	225	San Pelagio,Sempolaj,Šempolaj		06	TS	032001	
3167882	San Pelagio	san-pelagio	IT	34011	0	Europe/Rome	45.69639	12.22722				20	TV	026086	
3167883	San Patrizio	san-patrizio	IT	48017	0	Europe/Rome	44.48333	11.81667				05	RA	039013	
3167886	San Pasquale	san-pasquale	IT	07028	0	Europe/Rome	41.16786	9.27924		Santo Pasquale		14	OT	104025	
3167887	San Paolo di Jesi	san-paolo-di-jesi	IT	60038	431	Europe/Rome	43.45456	13.17277	224		042042	10	AN	042042	
3167888	San Paolo di Civitate	san-paolo-di-civitate	IT	71010	6119	Europe/Rome	41.73834	15.26024		San Paolo Civitate,San Paolo di Civitate	071050	13	FG	071050	
3167889	San Paolo Bel Sito	san-paolo-bel-sito	IT	80030	3356	Europe/Rome	40.91481	14.54674		San Paolo Bel Sito,サン・パオロ・ベル・シート	063069	04	NA	063069	
3167890	San Paolo Albanese	san-paolo-albanese	IT	85030	285	Europe/Rome	40.03671	16.33459	800	Casalnuovo Lucano,Casalnuoyo Lucano,San Paolo Albanese,Shen Pali	076020	02	PZ	076020	
3167895	San Paolo	san-paolo	IT	03035	0	Europe/Rome	45.05	7.63333				12	TO	001272	
3167896	San Paolo	san-paolo	IT	03035	3884	Europe/Rome	45.37058	10.02677		Pedergnaga Oriana,San Paolo	017138	09	BS	017138	
3167897	San Paolo	san-paolo	IT	03035	0	Europe/Rome	42.6	13.06667				07	RI	057033	
3167898	San Paolo	san-paolo	IT	03035	0	Europe/Rome	41.88333	12.48333				07	RM	058091	
3167901	San Pantaleo	san-pantaleo	IT	07026	654	Europe/Rome	41.04574	9.46756	166			14	OT	104017	
3167903	San Pancrazio Salentino	san-pancrazio-salentino	IT	72026	10551	Europe/Rome	40.41913	17.83052		San Pancrazio,San Pancrazio Salentino	074015	13	BR	074015	
3167904	San Pancrazio Parmense	san-pancrazio-parmense	IT	43100	0	Europe/Rome	44.8	10.26667				05	PR	034027	
3167908	San Pancrazio	san-pancrazio	IT	25036	850	Europe/Rome	45.42452	11.02259	49			20	VR	023091	
3167909	San Pancrazio	san-pancrazio	IT	25036	1909	Europe/Rome	44.3581	12.07852	9	San Panerazio		05	RA	039016	
3167910	San Pancrazio	san-pancrazio	IT	25036	0	Europe/Rome	43.82964	7.5507				08	IM	008065	
3167911	San Pancrazio	san-pancrazio	IT	25036	0	Europe/Rome	43.63333	11.15				16	FI	048038	
3167912	San Pancrazio	san-pancrazio	IT	25036	0	Europe/Rome	43.4	11.65				16	AR	051005	
3167914	San Nicolò Po	san-nicolo-po	IT	46031	0	Europe/Rome	45.05	10.83333				09	MN	020005	
3167917	San Nicolò di Celle	san-nicolo-di-celle	IT	06053	0	Europe/Rome	43.01667	12.38333		San Niccolo di Celle,San Nicolo di Celle,San Nicolò di Celle		18	PG	054017	
3167920	San Nicolò	san-nicolo	IT	29010	0	Europe/Rome	44.41667	11.53333				05	BO	037020	
3167924	San Nicola Baronia	san-nicola-baronia	IT	83050	859	Europe/Rome	41.05852	15.19915		San Nicola Baronia	064085	04	AV	064085	
3167935	San Nicola	san-nicola	IT	07014	501	Europe/Rome	42.30244	13.27374	840			01	AQ	066101	
3167936	San Nicola	san-nicola	IT	07014	427	Europe/Rome	42.12245	15.50793		Isole San Nicola,San Nicola,Tremiti,Trémiti		13	FG	071026	
3167937	San Nicola	san-nicola	IT	07014	0	Europe/Rome	40.1	15.28333				04	SA	065096	
3167938	Sannicola	sannicola	IT	73017	6152	Europe/Rome	40.09192	18.06612		San Nicola di Gallipoli,Sannicola	075070	13	LE	075070	
3167941	Sannicandro di Bari	sannicandro-di-bari	IT	70028	9369	Europe/Rome	41.00153	16.79618		San Nicandro,Sannicandro di Bari	072040	13	BA	072040	
3167944	San Nazzaro Sesia	san-nazzaro-sesia	IT	28060	667	Europe/Rome	45.43786	8.42433	153	San Nazzaro Sesia	003134	12	NO	003134	
3167945	Sannazzaro de'Burgondi	sannazzaro-de-burgondi	IT	27039	5802	Europe/Rome	45.10226	8.90635		Sannazzara de' Burgondi	018138	09	PV	018138	
3167947	San Nazzaro	san-nazzaro	IT	82018	0	Europe/Rome	45.89933	10.85475				17	TN	022153	
3167948	San Nazzaro	san-nazzaro	IT	82018	0	Europe/Rome	45.06667	9.88333				05	PC	033010	
3167949	San Nazario	san-nazario	IT	36029	737	Europe/Rome	45.8395	11.6896	160		024093	20	VI	024093	
3167950	San Nazario	san-nazario	IT	36029	0	Europe/Rome	40.13333	15.28333				04	SA	065124	
3167953	San Miniato	san-miniato	IT	56028	16900	Europe/Rome	43.67923	10.85117	140		050032	16	PI	050032	
3167954	San Miniato Basso	san-miniato-basso	IT	56028	26365	Europe/Rome	43.69403	10.84522		San Miniato,San Miniato Basso,San Miniatu,サン・ミニアート		16	PI	050032	
3167955	San Michele Salentino	san-michele-salentino	IT	72018	6248	Europe/Rome	40.63163	17.63151		San Michele Salentino	074014	13	BR	074014	
3167957	San Michele Mondovì	san-michele-mondovi	IT	12080	2069	Europe/Rome	44.37703	7.91104		San Michele,San Michele Mondovi,San Michele Mondovì	004210	12	CN	004210	
3167958	San Michele in Teverina	san-michele-in-teverina	IT	01020	0	Europe/Rome	42.6	12.16667				07	VT	056022	
3167959	San Michele in Bosco	san-michele-in-bosco	IT	46010	0	Europe/Rome	45.1	10.56667				09	MN	020025	
3167960	San Michele di Serino	san-michele-di-serino	IT	83020	2399	Europe/Rome	40.87562	14.85464		San Michele di Serino	064084	04	AV	064084	
3167961	San Michele di Pagana	san-michele-di-pagana	IT	16035	0	Europe/Rome	44.35298	9.23564				08	GE	010046	
3167962	San Michele al Tagliamento	san-michele-al-tagliamento	IT	30028	3735	Europe/Rome	45.76435	12.99494	7	Saint Michael,San Micele al Tagliamento,San Michel dal Tiliment,San Michele,San Michele al Tagliamento	027034	20	VE	027034	
3167963	San Michele all'Adige	san-michele-all-adige	IT	38010	2399	Europe/Rome	46.19291	11.13358	210	San Michele,San Michele all'Adige,サン・ミケーレ・アッラーディジェ	022167	17	TN	022167	
3167966	San Michele	san-michele	IT	15040	0	Europe/Rome	46.36667	8.43333				12	VB	103031	
3167967	San Michele	san-michele	IT	15040	0	Europe/Rome	45.80167	12.34167		San Michele,San Michele di Piave		20	TV	026017	
3167968	San Michele	san-michele	IT	15040	0	Europe/Rome	45.78333	10.7				09	BS	017185	
3167969	San Michele	san-michele	IT	15040	0	Europe/Rome	45.68333	9.05				09	CO	013028	
3167970	San Michele	san-michele	IT	15040	0	Europe/Rome	44.76667	9.7				05	PC	033028	
3167971	San Michele	san-michele	IT	15040	563	Europe/Rome	44.40468	12.11147	4			05	RA	039014	
3167972	Olivetta San Michele	olivetta-san-michele	IT	18030	238	Europe/Rome	43.87872	7.51504			008038	08	IM	008038	
3167973	San Michele	san-michele	IT	15040	0	Europe/Rome	41.51667	13.88333				07	FR	060019	
3167974	San Michele	san-michele	IT	15040	0	Europe/Rome	41.43333	12.96667		Borgo San Michele,Capograssa,San Michele		07	LT	059011	
3167978	San Mauro Torinese	san-mauro-torinese	IT	10099	18521	Europe/Rome	45.10585	7.75452	211	San Mauro Torinese,San Mo,San Mò,サン・マウロ・トリネーゼ	001249	12	TO	001249	
3167979	San Mauro Pascoli	san-mauro-pascoli	IT	47030	8372	Europe/Rome	44.10972	12.42278	21	San Mauro,San Mauro Pascoli,San Mauro di Romagna	040041	05	FC	040041	
3167980	San Mauro la Bruca	san-mauro-la-bruca	IT	84070	768	Europe/Rome	40.1239	15.28946		San Mauro la Bruca	065124	04	SA	065124	
3167981	San Mauro Forte	san-mauro-forte	IT	75010	1648	Europe/Rome	40.48712	16.24808	540	San Mauro Forte	077026	02	MT	077026	
3167982	San Mauro di Saline	san-mauro-di-saline	IT	37030	223	Europe/Rome	45.56569	11.11459	804	San Mauro di Saline	023074	20	VR	023074	
3167983	San Mauro Cilento	san-mauro-cilento	IT	84070	1011	Europe/Rome	40.2279	15.04366		San Mauro Cilento	065123	04	SA	065123	
3167984	San Mauro	san-mauro	IT	30142	0	Europe/Rome	44.36667	11.83333				05	RA	039018	
3167985	San Mauro	san-mauro	IT	30142	3091	Europe/Rome	43.79418	11.12499	37	San Mauro a Signa		16	FI	048044	
3167986	San Mauro	san-mauro	IT	30142	0	Europe/Rome	43.26667	13.15				10	MC	043047	
3167987	San Mauro	san-mauro	IT	30142	0	Europe/Rome	42.7	13.81667				01	TE	067041	
3167988	San Mauro	san-mauro	IT	30142	0	Europe/Rome	40.01667	9.03333				14	NU	091086	
3167989	San Maurizio d'Opaglio	san-maurizio-d-opaglio	IT	28017	3066	Europe/Rome	45.77117	8.39762		San Maurizio d'Opaglio	003133	12	NO	003133	
3167990	San Maurizio Canavese	san-maurizio-canavese	IT	10077	7259	Europe/Rome	45.21705	7.63052		San Maurizio Canavese,San Morizio Canavese,サン・マウリーツィオ・カナヴェーゼ	001248	12	TO	001248	
3167991	San Maurizio	san-maurizio	IT	13060	0	Europe/Rome	44.68333	10.68333				05	RE	035033	
3167992	San Maurizio	san-maurizio	IT	13060	0	Europe/Rome	44.55	7.28333				12	CN	004122	
3167993	San Massimo	san-massimo	IT	16035	0	Europe/Rome	42.48333	13.68333				01	TE	067026	
3167994	San Massimo	san-massimo	IT	16035	328	Europe/Rome	41.49292	14.41022	630	San Massimo	070070	11	CB	070070	
3167996	San Marzano sul Sarno	san-marzano-sul-sarno	IT	84010	9449	Europe/Rome	40.77491	14.58174	20	San Marzano sul Sarno	065122	04	SA	065122	
3167997	San Marzano di San Giuseppe	san-marzano-di-san-giuseppe	IT	74020	8830	Europe/Rome	40.45442	17.50561		San Marzano di San Giuseppe,Shen Marcani	073025	13	TA	073025	
3167998	San Martino Valle Caudina	san-martino-valle-caudina	IT	83018	4704	Europe/Rome	41.02562	14.66454		San Martino,San Martino Valle Caudina	064083	04	AV	064083	
3167999	San Martino sulla Marrucina	san-martino-sulla-marrucina	IT	66010	501	Europe/Rome	42.22504	14.21401	420		069082	01	CH	069082	
3168000	San Martino Siccomario	san-martino-siccomario	IT	27028	5055	Europe/Rome	45.1634	9.14062		San Martino Siccomario	018137	09	PV	018137	
3168001	San Martino Sannita	san-martino-sannita	IT	82010	1180	Europe/Rome	41.06622	14.83584		San Martino Sannita	062065	04	BN	062065	
3168004	San Martino in Strada	san-martino-in-strada	IT	26817	0	Europe/Rome	44.1838	12.03569				05	FC	040012	
3168007	San Martino in Rio	san-martino-in-rio	IT	42018	6093	Europe/Rome	44.73197	10.7821	36	San Martino in Rio	035037	05	RE	035037	
3168008	San Martino in Pensilis	san-martino-in-pensilis	IT	86046	4293	Europe/Rome	41.87334	15.01403	281	San Martino in Pensilis	070069	11	CB	070069	
3168009	San Martino in Pedriolo	san-martino-in-pedriolo	IT	40024	459	Europe/Rome	44.35289	11.5604	103			05	BO	037012	
3168010	San Martino in Freddana	san-martino-in-freddana	IT	55064	0	Europe/Rome	43.90921	10.43778				16	LU	046017	
3168014	San Martino in Casies	san-martino-in-casies	IT	39030	0	Europe/Rome	46.82611	12.23167		San Martino,San Martino in Casies,San Martino in Casies Valbassa		17	BZ	021109	
3168016	San Martino in Argine	san-martino-in-argine	IT	40062	1173	Europe/Rome	44.58876	11.6065	11			05	BO	037039	
3168017	San Martino di Venezze	san-martino-di-venezze	IT	45030	2641	Europe/Rome	45.13149	11.86971	6	San Martino,San Martino di Venezze	029044	20	RO	029044	
3168018	San Martino di Lupari	san-martino-di-lupari	IT	35018	10931	Europe/Rome	45.6548	11.8584	40		028077	20	PD	028077	
3168019	San Martino di Castrozza	san-martino-di-castrozza	IT	38054	402	Europe/Rome	46.26667	11.8	1450	San Martino di Castrozza		17	TN	022174	
3168021	San Martino del Lago	san-martino-del-lago	IT	26040	476	Europe/Rome	45.07327	10.31688			019091	09	CR	019091	
3168022	San Martino della Battaglia	san-martino-della-battaglia	IT	25010	0	Europe/Rome	45.43333	10.6				09	BS	017067	
3168027	San Martino dall'Argine	san-martino-dall-argine	IT	46010	1857	Europe/Rome	45.09747	10.51888		San Martino,San Martino dell'Argine	020059	09	MN	020059	
3168028	San Martino d'Agri	san-martino-d-agri	IT	85030	542	Europe/Rome	40.23971	16.05308	666	San Martino d'Agri	076077	02	PZ	076077	
3168029	San Martino Canavese	san-martino-canavese	IT	10010	481	Europe/Rome	45.39506	7.81672	385	San Martino Canavese,サン・マルティーノ・カナヴェーゼ	001247	12	TO	001247	
3168030	San Martino Buon Albergo	san-martino-buon-albergo	IT	37036	11818	Europe/Rome	45.42169	11.09689	45	San Martino Buon Albergo	023073	20	VR	023073	
3168032	San Martino alla Palma	san-martino-alla-palma	IT	50018	0	Europe/Rome	43.74921	11.14366				16	FI	048041	
3168034	San Martino al Cimino	san-martino-al-cimino	IT	01100	2340	Europe/Rome	42.36978	12.12515	561			07	VT	056059	
3168044	San Martino	san-martino	IT	15030	0	Europe/Rome	46.23333	9.61667				09	SO	014074	
3168045	San Martino	san-martino	IT	15030	0	Europe/Rome	46.0725	12.65222				06	PN	093004	
3168046	San Martino	san-martino	IT	15030	0	Europe/Rome	45.92	12.99278				06	UD	030027	
3168047	San Martino	san-martino	IT	15030	0	Europe/Rome	45.58333	11.53333				20	VI	024018	
3168048	San Martino	san-martino	IT	15030	2565	Europe/Rome	44.77794	11.58751	11			05	FE	038008	
3168049	San Martino	san-martino	IT	15030	0	Europe/Rome	44.56667	9.9				05	PR	034044	
3168050	San Martino	san-martino	IT	15030	0	Europe/Rome	44.56667	9.01667				08	GE	010057	
3168051	San Martino	san-martino	IT	15030	528	Europe/Rome	44.3908	8.51535	320	San Martino Stella		08	SV	009058	
3168052	San Martino	san-martino	IT	15030	0	Europe/Rome	43.9	11.1				16	PO	100005	
3168053	San Martino	san-martino	IT	15030	0	Europe/Rome	43.8	12.63333				10	PU	041030	
3168054	San Martino	san-martino	IT	15030	0	Europe/Rome	43.41667	11.58333				16	AR	051005	
3168055	San Martino	san-martino	IT	15030	0	Europe/Rome	43.26667	11.6				16	SI	052026	
3168056	San Martino	san-martino	IT	15030	0	Europe/Rome	43.11667	13.41667				10	MC	043048	
3168057	San Martino	san-martino	IT	15030	0	Europe/Rome	43.01667	12.15				18	PG	054037	
3168058	San Martino	san-martino	IT	15030	0	Europe/Rome	42.96667	12.91667				10	MC	043052	
3168059	San Martino	san-martino	IT	15030	0	Europe/Rome	42.8	12.98333				18	PG	054035	
3168060	San Martino	san-martino	IT	15030	0	Europe/Rome	42.78333	10.28333				16	LI	049014	
3168061	San Martino	san-martino	IT	15030	0	Europe/Rome	42.66667	11.6				16	GR	053014	
3168062	San Martino	san-martino	IT	15030	0	Europe/Rome	42.63333	13.33333				07	RI	057002	
3168063	San Martino	san-martino	IT	15030	0	Europe/Rome	42.26667	13.46667				01	AQ	066059	
3168064	San Martino	san-martino	IT	15030	0	Europe/Rome	42.15	14.48333				01	CH	069059	
3168065	San Martino	san-martino	IT	15030	0	Europe/Rome	41.3	13.93333				04	CE	061088	
3168066	San Martino	san-martino	IT	15030	0	Europe/Rome	40.3	15.05				04	SA	065060	
3168069	San Marino	san-marino	IT	36020	876	Europe/Rome	44.60428	11.42175	20			05	BO	037005	
3168071	San Mariano	san-mariano	IT	06070	0	Europe/Rome	43.53333	12.96667				10	AN	042003	
3168072	San Mariano	san-mariano	IT	06070	0	Europe/Rome	43.08333	12.3		San Mariano		18	PG	054015	
3168073	San Marco la Catola	san-marco-la-catola	IT	71030	1108	Europe/Rome	41.52483	15.00594		San Marco la Catola	071048	13	FG	071048	
3168075	San Marco in Lamis	san-marco-in-lamis	IT	71014	15739	Europe/Rome	41.71314	15.63985		San Marco in Lamis	071047	13	FG	071047	
3168076	San Marco Evangelista	san-marco-evangelista	IT	81020	6296	Europe/Rome	41.03808	14.33817	45	San Marco Evangelista	061104	04	CE	061104	
3168077	San Marco dei Cavoti	san-marco-dei-cavoti	IT	82029	3752	Europe/Rome	41.31002	14.87974		San Marco de' Cavoti	062064	04	BN	062064	
3168084	San Marco	san-marco	IT	06131	0	Europe/Rome	45.7	13.08333				06	UD	030056	
3168085	San Marco	san-marco	IT	06131	0	Europe/Rome	44.6	11.41667				05	BO	037005	
3168086	San Marco	san-marco	IT	06131	0	Europe/Rome	44.37472	12.17889				05	RA	039014	
3168087	San Marco	san-marco	IT	06131	0	Europe/Rome	43.46156	13.12328	350			10	AN	042016	
3168088	San Marco	san-marco	IT	06131	0	Europe/Rome	42.71667	13.13333				18	PG	054035	
3168089	San Marco	san-marco	IT	06131	0	Europe/Rome	42.39497	13.28118				01	AQ	066049	
3168090	San Marco	san-marco	IT	06131	0	Europe/Rome	41.26667	14.31667				04	CE	061033	
3168091	San Marco	san-marco	IT	06131	0	Europe/Rome	41.21667	14.01667				04	CE	061091	
3168093	San Marcello Pistoiese	san-marcello-pistoiese	IT	51028	1610	Europe/Rome	44.05645	10.79191	623	San Marcello,San Marcello Pistoiese	047019	16	PT	047019	
3168094	San Marcello	san-marcello	IT	60030	1265	Europe/Rome	43.57606	13.20607	231	San Marcello,サン・マルチェッロ	042041	10	AN	042041	
3168096	San Mango sul Calore	san-mango-sul-calore	IT	83050	1233	Europe/Rome	40.95812	14.97274		San Mango sul Calore	064082	04	AV	064082	
3168097	San Mango Piemonte	san-mango-piemonte	IT	84090	2166	Europe/Rome	40.70191	14.83374		San Mango Piemonte	065121	04	SA	065121	
3168098	San Mango	san-mango	IT	84074	0	Europe/Rome	40.26667	15.05		San Mango		04	SA	065141	
3168102	San Lupo	san-lupo	IT	82034	877	Europe/Rome	41.26192	14.63453		San Lupo	062063	04	BN	062063	
3168107	San Lugano	san-lugano	IT	39040	0	Europe/Rome	46.31667	11.38333				17	BZ	021102	
3168108	San Luca	san-luca	IT	62032	0	Europe/Rome	42.86667	12.68333				18	PG	054030	
3168109	San Lorenzo Nuovo	san-lorenzo-nuovo	IT	01020	1921	Europe/Rome	42.68673	11.90665	503	San Lorenzo Nuovo	056047	07	VT	056047	
3168110	San Lorenzo Maggiore	san-lorenzo-maggiore	IT	82034	2280	Europe/Rome	41.24742	14.62343		San Lorenzo Maggiore	062062	04	BN	062062	
3168111	San Lorenzo in Correggiano	san-lorenzo-in-correggiano	IT	47900	0	Europe/Rome	44.00917	12.61556		San Lorenzo in Correggiano,San Lorenzo in Strada		05	RN	099014	
3168113	San Lorenzo in Campo	san-lorenzo-in-campo	IT	61047	2311	Europe/Rome	43.60386	12.94576	209	San Lorenzo in Campo	041054	10	PU	041054	
3168114	San Lorenzo di Sebato - St. Lorenzen	san-lorenzo-di-sebato	IT	39030	3438	Europe/Rome	46.78593	11.90938		San Lorenzo di Sebato,Sankt Lorenzen,Sebatum,St. Lorenzen,サン・ロレンツォ・ディ・セバート	021081	17	BZ	021081	
3168115	San Lorenzo de'Picenardi	san-lorenzo-de-picenardi	IT	26038	0	Europe/Rome	45.13333	10.3				09	CR	019008	
3168116	San Lorenzo a Merse	san-lorenzo-a-merse	IT	53015	0	Europe/Rome	43.15	11.26667				16	SI	052018	
3168117	San Lorenzo al Mare	san-lorenzo-al-mare	IT	18017	1321	Europe/Rome	43.85378	7.96406	6	San Lorenzo al Mare	008054	08	IM	008054	
3168123	San Lorenzo	san-lorenzo	IT	08020	0	Europe/Rome	46.1272	8.20065			103012	12	VB	103012	
3168124	San Lorenzo	san-lorenzo	IT	08020	572	Europe/Rome	45.9992	12.99771	64			06	UD	030109	
3168125	San Lorenzo	san-lorenzo	IT	08020	374	Europe/Rome	45.98113	12.83156	48			06	PN	093003	
3168126	San Lorenzo	san-lorenzo	IT	08020	368	Europe/Rome	45.62693	13.87165				06	TS	032004	
3168127	San Lorenzo	san-lorenzo	IT	08020	0	Europe/Rome	45.45	7.41667				12	TO	001134	
3168128	San Lorenzo	san-lorenzo	IT	08020	0	Europe/Rome	45	8.41667				12	AL	006179	
3168129	San Lorenzo	san-lorenzo	IT	08020	0	Europe/Rome	44.98333	10.88333				09	MN	020039	
3168130	San Lorenzo	san-lorenzo	IT	08020	0	Europe/Rome	44.88333	9.03333				12	AL	006137	
3168131	San Lorenzo	san-lorenzo	IT	08020	0	Europe/Rome	44.81667	10.93333				05	MO	036005	
3168132	San Lorenzo	san-lorenzo	IT	08020	0	Europe/Rome	44.65	7.26667				12	CN	004157	
3168133	San Lorenzo	san-lorenzo	IT	08020	0	Europe/Rome	44.6	7.73333				12	CN	004089	
3168134	San Lorenzo della Costa	san-lorenzo-della-costa	IT	16038	477	Europe/Rome	44.33883	9.18517	192	San Lorenzo		08	GE	010054	
3168135	San Lorenzo	san-lorenzo	IT	08020	0	Europe/Rome	44.25	7.35				12	CN	004233	
3168136	San Lorenzo	san-lorenzo	IT	08020	0	Europe/Rome	43.81667	12.28333				10	PU		
3168137	San Lorenzo	san-lorenzo	IT	08020	0	Europe/Rome	43.81667	7.75				08	IM	008055	
3168138	San Lorenzo	san-lorenzo	IT	08020	0	Europe/Rome	43.80703	7.56907				08	IM	008065	
3168139	San Lorenzo	san-lorenzo	IT	08020	0	Europe/Rome	43.31667	13.25				10	MC	043054	
3168140	San Lorenzo	san-lorenzo	IT	08020	0	Europe/Rome	43.05	13.58333				10	FM	109021	
3168141	San Lorenzo	san-lorenzo	IT	08020	0	Europe/Rome	42.9	12.05				18	TR	055021	
3168142	San Lorenzo	san-lorenzo	IT	08020	0	Europe/Rome	42.86667	13.3				10	AP	044044	
3168143	San Lorenzo	san-lorenzo	IT	08020	0	Europe/Rome	42.85	12.71667				18	PG	054054	
3168144	San Lorenzo	san-lorenzo	IT	08020	0	Europe/Rome	42.6648	13.28676				07	RI	057002	
3168145	San Lorenzo	san-lorenzo	IT	08020	0	Europe/Rome	42.61103	13.29668		San Lorenzo,San Lorenzo a Pinaco		07	RI	057002	
3168146	San Lorenzo	san-lorenzo	IT	08020	0	Europe/Rome	42.42526	13.32062				01	AQ	066072	
3168147	San Lorenzo	san-lorenzo	IT	08020	0	Europe/Rome	42.15	13.03333				07	RI	057018	
3168148	San Lorenzo	san-lorenzo	IT	08020	0	Europe/Rome	41.86667	13.93333				01	AQ	066093	
3168149	San Lorenzo	san-lorenzo	IT	08020	0	Europe/Rome	41.28333	13.81667				07	LT	059026	
3168150	San Lorenzo	san-lorenzo	IT	08020	0	Europe/Rome	40.78667	8.65028				14	SS	090050	
3168151	San Lorenzo	san-lorenzo	IT	08020	0	Europe/Rome	40.6817	9.68251				14	OT	104009	
3168152	San Lorenzello	san-lorenzello	IT	82030	2350	Europe/Rome	41.27602	14.54173		San Lorenzello	062061	04	BN	062061	
3168155	San Liberato	san-liberato	IT	02014	0	Europe/Rome	42.48333	12.9		San Liberato,Santa Liberata		07	RI	057009	
3168156	San Liberato	san-liberato	IT	02014	590	Europe/Rome	42.48093	12.44143	112			18	TR	055022	
3168157	San Leucio del Sannio	san-leucio-del-sannio	IT	82010	3159	Europe/Rome	41.07442	14.75744		San Leucio del Sannio	062060	04	BN	062060	
3168158	San Leucio	san-leucio	IT	81100	0	Europe/Rome	41.1	14.33333		San Leucio		04	CE	061022	
3168160	San Leonardo in Passiria - St. Leonhard in Passeier	san-leonardo-in-passiria	IT	39015	3437	Europe/Rome	46.81282	11.24577		San Leonardo in Passiria,Sankt Leonhard,Sankt Leonhard in Passeier,St. Leonhard in Passeier,サン・レオナルド・イン・パッシーリア	021080	17	BZ	021080	
3168165	San Leonardo	san-leonardo	IT	09075	0	Europe/Rome	46.61148	11.9006				17	BZ	021006	
3168166	San Leonardo	san-leonardo	IT	09075	1169	Europe/Rome	46.12028	13.53556		San Leonardo,Sant Lenart	030102	06	UD	030102	
3168167	San Leonardo	san-leonardo	IT	09075	737	Europe/Rome	46.09778	12.68222	222			06	PN	093027	
3168168	San Leonardo	san-leonardo	IT	09075	0	Europe/Rome	45.15	9.21667				09	PV	018169	
3168169	San Leonardo	san-leonardo	IT	09075	0	Europe/Rome	40.78333	9.06667		San Leonardo,Santo Leonardo		14	OT	104018	
3168170	San Leonardo	san-leonardo	IT	09075	0	Europe/Rome	40.16667	8.66667				14	OR	095049	
3168173	San Leo	san-leo	IT	47865	204	Europe/Rome	43.89696	12.34364	589	San Leo	099025	05	RN	099025	
3168175	San Lazzaro di Savena	san-lazzaro-di-savena	IT	40068	29446	Europe/Rome	44.46777	11.41401		San Lazzaro di Savena	037054	05	BO	037054	
3168176	San Lazzaro	san-lazzaro	IT	12037	0	Europe/Rome	44.26667	9.46667				08	GE	010011	
3168181	San Gusmè	san-gusme	IT	53019	0	Europe/Rome	43.38333	11.5				16	SI	052006	
3168182	Sanguinetto	sanguinetto	IT	37058	3697	Europe/Rome	45.18378	11.1446	19	Sanguinetto	023072	20	VR	023072	
3168189	San Gregorio Magno	san-gregorio-magno	IT	84020	4616	Europe/Rome	40.65801	15.40186		San Gregorio Magno	065120	04	SA	065120	
3168190	San Gregorio da Sassola	san-gregorio-da-sassola	IT	00010	1444	Europe/Rome	41.91712	12.87079		San Gregorio,San Gregorio da Sassola,サン・グレゴーリオ・ダ・サッソラ	058095	07	RM	058095	
3168191	San Gregorio	san-gregorio	IT	22010	0	Europe/Rome	44.63333	9.56667				05	PC	033020	
3168192	San Gregorio	san-gregorio	IT	22010	0	Europe/Rome	43.91667	7.71667				08	IM	008007	
3168193	San Gregorio	san-gregorio	IT	22010	0	Europe/Rome	42.75	13.46667				10	AP	044001	
3168194	San Gregorio	san-gregorio	IT	22010	0	Europe/Rome	42.73333	12.63333				18	PG	054051	
3168195	San Gregorio	san-gregorio	IT	22010	0	Europe/Rome	42.32695	13.49533				01	AQ	066044	
3168196	San Gregorio Matese	san-gregorio-matese	IT	81010	1057	Europe/Rome	41.38522	14.37163			061076	04	CE	061076	
3168197	San Gottardo	san-gottardo	IT	23806	0	Europe/Rome	46.16972	12.11444		San Gottardo,San Gouardo		20	BL	025056	
3168200	San Godenzo	san-godenzo	IT	50060	1187	Europe/Rome	43.92556	11.61843		San Godenzo	048039	16	FI	048039	
3168201	San Giusto Canavese	san-giusto-canavese	IT	10090	3379	Europe/Rome	45.31515	7.80912	264	San Giusto,San Giusto Canavese,サン・ジュスト・カナヴェーゼ	001246	12	TO	001246	
3168206	San Giustino Valdarno	san-giustino-valdarno	IT	52024	0	Europe/Rome	43.55	11.7		San Giustino,San Giustino Valdarno		16	AR	051020	
3168207	San Giustino	san-giustino	IT	06016	4862	Europe/Rome	43.54945	12.17355	336	San Giustino,San Giustino Umbro	054044	18	PG	054044	
3168209	San Giuseppe Vesuviano	san-giuseppe-vesuviano	IT	80047	26888	Europe/Rome	40.82981	14.50444	101	San Giuseppe,San Giuseppe Vesuviano,サン・ジュゼッペ・ヴェズヴィアーノ	063068	04	NA	063068	
3168213	San Giuseppe	san-giuseppe	IT	10059	583	Europe/Rome	46.68944	12.36722	1339	Moso,San Giuseppe		17	BZ	021092	
3168214	San Giuseppe	san-giuseppe	IT	10059	0	Europe/Rome	45.62622	13.84075		Ricmanje,San Giuseppe,San Giuseppe della Chiusa		06	TS	032004	
3168215	San Giuseppe	san-giuseppe	IT	10059	0	Europe/Rome	44.88333	10.55		Fondo San Giuseppe,San Giuseppe		05	RE	035005	
3168216	San Giuseppe	san-giuseppe	IT	10059	2689	Europe/Rome	44.72194	12.22333	1			05	FE	038006	
3168217	San Giuseppe	san-giuseppe	IT	10059	386	Europe/Rome	44.36826	8.29117	335	San Giuseppe,San Giuseppe di Cairo		08	SV	009015	
3168218	San Giuseppe	san-giuseppe	IT	10059	0	Europe/Rome	41.61667	13.88333				07	FR	060088	
3168220	San Giuliano Vecchio	san-giuliano-vecchio	IT	15100	1145	Europe/Rome	44.88902	8.76057	83			12	AL	006003	
3168221	San Giuliano Terme	san-giuliano-terme	IT	56017	2394	Europe/Rome	43.76164	10.4404	6	Bagni San Giuliano,Bagni di Pisa,Bagni di San Giuliano,San Giuliano Terme	050031	16	PI	050031	
3168283	San Giovanni	san-giovanni	IT	03010	0	Europe/Rome	42.08333	13.2				01	AQ	066099	
3168222	San Giuliano Milanese	san-giuliano-milanese	IT	20098	31295	Europe/Rome	45.39574	9.28757		San Giuliano,San Giuliano Milanese,サン・ジュリアーノ・ミラネーゼ	015195	09	MI	015195	
3168223	San Giuliano di Puglia	san-giuliano-di-puglia	IT	86040	1011	Europe/Rome	41.68703	14.96234	452	San Giuliano di Puglia	070068	11	CB	070068	
3168442	San Damiano	san-damiano	IT	20861	0	Europe/Rome	44.91667	9.7				05	PC	033040	
3168224	San Giuliano del Sannio	san-giuliano-del-sannio	IT	86010	610	Europe/Rome	41.45622	14.64083	621	San Giuliano del Sannio	070067	11	CB	070067	
3168225	San Giuliano	san-giuliano	IT	29010	0	Europe/Rome	45.46667	12.28333				20	VE	027042	
3168226	San Giuliano	san-giuliano	IT	29010	244	Europe/Rome	45.13924	7.0862	464			12	TO	001270	
3168227	San Giuliano	san-giuliano	IT	29010	529	Europe/Rome	45.06941	9.99429	38			05	PC	033014	
3168228	San Giuliano	san-giuliano	IT	29010	0	Europe/Rome	40.33333	15.06667				04	SA	065103	
3168231	San Giovanni Valdarno	san-giovanni-valdarno	IT	52027	16002	Europe/Rome	43.54836	11.54696	134	S. Giovanni Valdarno,San Giovanni V.no,San Giovanni Valdarno,サン・ジョヴァンニ・ヴァルダルノ	051033	16	AR	051033	
3168232	San Giovanni Suergiu	san-giovanni-suergiu	IT	09010	0	Europe/Rome	46.01667	12.5				06	PN	093031	
3168234	San Giovanni Rotondo	san-giovanni-rotondo	IT	71013	26106	Europe/Rome	41.70643	15.7277		GBN,Giovanni Rotondo,San Giovanni Rotondo	071046	13	FG	071046	
3168235	San Giovanni Reatino	san-giovanni-reatino	IT	02100	0	Europe/Rome	42.35	12.85		San Giovanni,San Giovanni Reatino		07	RI	057059	
3168236	San Giovanni Lupatoto	san-giovanni-lupatoto	IT	37057	20038	Europe/Rome	45.38789	11.03799	42	Lupatoto,San Giovanni Lupatoto	023071	20	VR	023071	
3168237	San Giovanni Lipioni	san-giovanni-lipioni	IT	66050	210	Europe/Rome	41.8429	14.56201	545	San Giovanni Lipioni	069080	01	CH	069080	
3168239	San Giovanni in Persiceto	san-giovanni-in-persiceto	IT	40017	15783	Europe/Rome	44.63997	11.18411	21	Persiceto,San Giovanni in Persiceto	037053	05	BO	037053	
3168240	San Giovanni in Marignano	san-giovanni-in-marignano	IT	47842	5409	Europe/Rome	43.93416	12.70135	29	San Giovanni,San Giovanni in Marianano,San Giovanni in Marignano	099017	05	RN	099017	
3168241	San Giovanni in Galdo	san-giovanni-in-galdo	IT	86010	429	Europe/Rome	41.58729	14.74732	552	San Giovanni in Galdo	070066	11	CB	070066	
3168242	San Giovanni in Croce	san-giovanni-in-croce	IT	26037	1543	Europe/Rome	45.07887	10.37518			019090	09	CR	019090	
3168243	San Giovanni Incarico	san-giovanni-incarico	IT	03028	3587	Europe/Rome	41.50172	13.55791		San Giovanni Incarico	060064	07	FR	060064	
3168245	San Giovanni Ilarione	san-giovanni-ilarione	IT	37035	2604	Europe/Rome	45.52059	11.23619	194	San Giovanni Ilarione	023070	20	VR	023070	
3168246	San Giovanni e Paolo	san-giovanni-e-paolo	IT	81013	0	Europe/Rome	41.16667	14.38333				04	CE	061009	
3168249	San Giovanni di Casarsa	san-giovanni-di-casarsa	IT	33072	0	Europe/Rome	45.945	12.835		San Giovanni,San Giovanni di Casarsa		06	PN	093010	
3168252	San Giovanni delle Contee	san-giovanni-delle-contee	IT	58010	0	Europe/Rome	42.75	11.76667		San Giovanni,San Giovanni delle Contee		16	GR	053026	
3168253	San Giovanni del Dosso	san-giovanni-del-dosso	IT	46020	1180	Europe/Rome	44.96848	11.0839		San Giovanni	020058	09	MN	020058	
3168254	San Giovanni d'Asso	san-giovanni-d-asso	IT	53020	903	Europe/Rome	43.15474	11.58994		San Giovanni d'Asso,サン・ジョヴァンニ・ダッソ	052029	16	SI	052029	
3168255	San Giovanni Bianco	san-giovanni-bianco	IT	24015	4996	Europe/Rome	45.87388	9.65345		San Giovanni Bianco	016188	09	BG	016188	
3168256	San Giovanni Battista	san-giovanni-battista	IT	16154	0	Europe/Rome	43.83333	7.75		San Giovanni,San Giovanni Battista		08	IM	008055	
3168257	San Giovanni a Teduccio	san-giovanni-a-teduccio	IT	80146	0	Europe/Rome	40.83333	14.31667		San Giovanni a Teduccio		04	NA	063049	
3168258	San Giovanni a Piro	san-giovanni-a-piro	IT	84070	3753	Europe/Rome	40.0503	15.45097		San Giovanni a Piro	065119	04	SA	065119	
3168259	San Giovanni al Natisone	san-giovanni-al-natisone	IT	33048	4067	Europe/Rome	45.97972	13.40333	66	San Giovanni al Natisone,San Giovanni di Manzano,San Giovanni di Mauzano,San Zuan dal Nadison,Sant Zuan dal Nadison,サン・ジョヴァンニ・アル・ナティゾーネ	030101	06	UD	030101	
3168269	San Giovanni	san-giovanni	IT	03010	0	Europe/Rome	46.63333	11.73333		San Giovanni,San Giovanni di Fumes		17	BZ	021033	
3168270	San Giovanni	san-giovanni	IT	03010	1356	Europe/Rome	46.02472	12.51167	55	San Giovanni,San Giovanni di Polcenigo		06	PN	093031	
3168272	San Giovanni	san-giovanni	IT	03010	0	Europe/Rome	45.41667	7.78333				12	TO	001208	
3168273	San Giovanni	san-giovanni	IT	03010	0	Europe/Rome	44.87613	9.07359				09	PV	018073	
3168274	San Giovanni	san-giovanni	IT	03010	0	Europe/Rome	44.85	10.86667				05	MO	036005	
3168275	San Giovanni	san-giovanni	IT	03010	844	Europe/Rome	44.72692	12.04929	2	San Giovanni,San Giovanni di Ostellato		05	FE	038017	
3168276	San Giovanni	san-giovanni	IT	03010	0	Europe/Rome	44.48333	10.43333				05	RE	035016	
3168277	San Giovanni	san-giovanni	IT	03010	0	Europe/Rome	44.2	7.26667		San Giopanni,San Giovanni		12	CN	004233	
3168278	San Giovanni	san-giovanni	IT	03010	0	Europe/Rome	43.35	11.4				16	SI	052006	
3168279	San Giovanni	san-giovanni	IT	03010	0	Europe/Rome	42.98333	12.65				18	PG	054050	
3168280	San Giovanni	san-giovanni	IT	03010	695	Europe/Rome	42.79641	10.32205	2	San Giovania,San Giovanni		16	LI	049014	
3168281	San Giovanni	san-giovanni	IT	03010	401	Europe/Rome	42.46423	13.25844	760			01	AQ	066013	
3168282	San Giovanni	san-giovanni	IT	03010	0	Europe/Rome	42.28333	13.56667				01	AQ	066087	
3168740	Sacca	sacca	IT	25040	0	Europe/Rome	45.21667	10.65				09	MN	020051	
3168284	San Giovanni	san-giovanni	IT	03010	0	Europe/Rome	41.66667	14.11667				11	IS	094014	
3168285	San Giovanni	san-giovanni	IT	03010	0	Europe/Rome	41.23333	15.78333				13	FG	071020	
3168286	San Giovanni	san-giovanni	IT	03010	0	Europe/Rome	40.73333	14.93333				04	SA	065056	
3168287	San Giovanni	san-giovanni	IT	03010	256	Europe/Rome	40.61667	9.75	3	San Giovanni		14	NU	091073	
3168288	San Giorio di Susa	san-giorio	IT	10050	949	Europe/Rome	45.12814	7.17821				12	TO	001245	
3168289	San Giorgio Piacentino	san-giorgio-piacentino	IT	29019	4353	Europe/Rome	44.95416	9.73687	103	San Giorgio,San Giorgio Piacentino	033040	05	PC	033040	
3168293	San Giorgio Lucano	san-giorgio-lucano	IT	75027	1241	Europe/Rome	40.11191	16.38799	416	San Giorgio Lucano	077025	02	MT	077025	
3168294	San Giorgio la Molara	san-giorgio-la-molara	IT	82020	3297	Europe/Rome	41.27302	14.93034			062059	04	BN	062059	
3168295	San Giorgio Ionico	san-giorgio-ionico	IT	74027	15613	Europe/Rome	40.45662	17.3787		San Giorgio Ionico,San Giorgio Jonico,San Giorgio sotto Taranto	073024	13	TA	073024	
3168296	San Giorgio in Salici	san-giorgio-in-salici	IT	37060	1396	Europe/Rome	45.42676	10.78906	147	San Giorgio in Salice,San Giorgio in Salici		20	VR	023083	
3168298	San Giorgio in Bosco	san-giorgio-in-bosco	IT	35010	2169	Europe/Rome	45.5897	11.8064	29	San Giorgio,San Giorgio in Bosco	028076	20	PD	028076	
3168300	San Giorgio di Piano	san-giorgio-di-piano	IT	40016	5850	Europe/Rome	44.64967	11.37561	21	San Giorgio di Piano	037052	05	BO	037052	
3168301	San Giorgio di Pesaro	san-giorgio-di-pesaro	IT	61030	790	Europe/Rome	43.71736	12.97896	201		041052	10	PU	041052	
3168302	San Giorgio di Nogaro	san-giorgio-di-nogaro	IT	33058	6219	Europe/Rome	45.83361	13.21583	7	San Giorgio di Nogaro,San Zorc di Nuiar,Sant Zorc di Noiar,Sant Zorç di Noiâr	030100	06	UD	030100	
3168303	San Giorgio di Lomellina	san-giorgio-di-lomellina	IT	27020	1202	Europe/Rome	45.17486	8.79014		San Giorgio,San Giorgio Lomellina,San Giorgio di Lomellina	018136	09	PV	018136	
3168304	San Giorgio di Livenza	san-giorgio-di-livenza	IT	30021	1171	Europe/Rome	45.65142	12.79521	2			20	VE	027005	
3168305	San Giorgio del Sannio	san-giorgio-del-sannio	IT	82018	9505	Europe/Rome	41.06962	14.85224		San Giorgio Montagna	062058	04	BN	062058	
3168306	San Giorgio della Richinvelda	san-giorgio-della-richinvelda	IT	33095	742	Europe/Rome	46.04833	12.87139	86	San Giorgio della Richinvelda,San Zorc de Richinvelde	093038	06	PN	093038	
3168307	San Giorgio Canavese	san-giorgio-canavese	IT	10090	2214	Europe/Rome	45.33416	7.79682	300	San Giorgio,San Giorgio Canavese,San Giors Canaveis,San Giòrs Canavèis,サン・ジョルジョ・カナヴェーゼ	001244	12	TO	001244	
3168308	San Giorgio a Liri	san-giorgio-a-liri	IT	03047	3067	Europe/Rome	41.40412	13.76131		San Giorgio	060063	07	FR	060063	
3168309	San Giorgio a Cremano	san-giorgio-a-cremano	IT	80046	45463	Europe/Rome	40.83071	14.33763	56	San Giorgio a Cremano,サン・ジョルジョ・ア・クレマーノ	063067	04	NA	063067	
3168310	San Giorgio	san-giorgio	IT	15020	0	Europe/Rome	46.81667	11.93333				17	BZ	021013	
3168311	San Giorgio	san-giorgio	IT	15020	0	Europe/Rome	46.37779	13.28582				06	UD	030092	
3168312	San Giorgio	san-giorgio	IT	15020	0	Europe/Rome	44.76667	10.86667				05	MO	036005	
3168313	San Giorgio	san-giorgio	IT	15020	0	Europe/Rome	44.26028	12.08083				05	FC	040012	
3168314	San Giorgio	san-giorgio	IT	15020	0	Europe/Rome	43.81667	12.68333				10	PU	041068	
3168315	San Giorgio	san-giorgio	IT	15020	0	Europe/Rome	42.63551	13.24595				07	RI	057002	
3168316	San Giorgio	san-giorgio	IT	15020	0	Europe/Rome	42.58333	13.51667				01	TE	067023	
3168317	San Giorgio	san-giorgio	IT	15020	0	Europe/Rome	41.27065	14.31278			061033	04	CE	061033	
3168318	San Ginesio	san-ginesio	IT	62026	1027	Europe/Rome	43.10665	13.32548	680	San Ginesio	043046	10	MC	043046	
3168319	San Ginese	san-ginese	IT	55061	0	Europe/Rome	43.81667	10.58333		San Ginese,San Ginese di Compito		16	LU	046007	
3168320	San Gimignano	san-gimignano	IT	53037	3261	Europe/Rome	43.47066	11.04299	324	San Gimignano,סן ג'ימיניאנו,サン・ジミニャーノ	052028	16	SI	052028	
3168321	San Gillio	san-gillio	IT	10040	2631	Europe/Rome	45.14275	7.53582	320	San Gillio,サン・ジッリオ	001243	12	TO	001243	
3168323	San Giacomo Roncole	san-giacomo-roncole	IT	41037	0	Europe/Rome	44.86667	11.06667				05	MO	036022	
3168326	San Giacomo delle Segnate	san-giacomo-delle-segnate	IT	46020	1704	Europe/Rome	44.97258	11.0331		San Giacomo delle Segnate	020056	09	MN	020056	
3168328	San Giacomo degli Schiavoni	san-giacomo-degli-schiavoni	IT	86030	944	Europe/Rome	41.96324	14.94643	169	San Giacomo degli Schiavoni	070065	11	CB	070065	
3168332	San Giacomo	san-giacomo	IT	06049	229	Europe/Rome	47.0095	12.01012	1192	San Giacomo,Sankt Jakob		17	BZ	021108	
3168333	San Giacomo	san-giacomo	IT	06049	0	Europe/Rome	45.98333	12.71667				06	PN	093017	
3168334	San Giacomo	san-giacomo	IT	06049	0	Europe/Rome	45.86667	7.73333		Saint Jacques,San Giacomo		19	AO	007007	
3168335	San Giacomo	san-giacomo	IT	06049	0	Europe/Rome	45.76667	11.76667				20	VI	024026	
3168336	San Giacomo	san-giacomo	IT	06049	2055	Europe/Rome	42.79387	12.75243	243	San Giacomo,San Giacomo di Spoleto		18	PG	054051	
3168337	San Giacomo	san-giacomo	IT	06049	0	Europe/Rome	42.58333	13.91667				01	TE	067004	
3168338	San Gervasio Bresciano	san-gervasio-bresciano	IT	25020	1476	Europe/Rome	45.30738	10.14867		San Gervasio Bresciano	017172	09	BS	017172	
3168339	San Germano Vercellese	san-germano-vercellese	IT	13047	1600	Europe/Rome	45.35036	8.24783	161	San Germano,San Germano Vercellese	002131	12	VC	002131	
3168340	San Genuario	san-genuario	IT	13044	285	Europe/Rome	45.21466	8.14291	153	San Gennario,San Genuario		12	VC	002049	
3168341	San Gennaro Vesuviano	san-gennaro-vesuviano	IT	80040	10035	Europe/Rome	40.85891	14.52504		San Gennaro Vesuviano,サン・ジェンナーロ・ヴェズヴィアーノ	063066	04	NA	063066	
3168343	San Gennaro	san-gennaro	IT	55010	0	Europe/Rome	41.63333	13.88333				07	FR	060050	
3169263	Rivalta	rivalta	IT	12064	0	Europe/Rome	45.85	13.1				06	UD	030075	
3168344	San Genesio ed Uniti	san-genesio-ed-uniti	IT	27010	3396	Europe/Rome	45.23476	9.17855		San Genesio ed Uniti	018135	09	PV	018135	
3168345	San Genesio Atesino - Jenesien	san-genesio-atesino	IT	39050	2703	Europe/Rome	46.53582	11.32958		Jenesien,San Genesio,San Genesio Atesino,サン・ジェネージオ・アテジーノ	021079	17	BZ	021079	
3168348	San Gemini	san-gemini	IT	05029	3375	Europe/Rome	42.60903	12.54307	337	San Gemini	055029	18	TR	055029	
3168350	Sangano	sangano	IT	10090	3459	Europe/Rome	45.02614	7.44812	330	Sangan,Sangano	001241	12	TO	001241	
3168351	San Gaetano	san-gaetano	IT	30021	0	Europe/Rome	45.86667	11.65				20	VI	024114	
3168352	San Gaetano	san-gaetano	IT	30021	0	Europe/Rome	45.7	11.58333				20	VI	024014	
3168353	San Gaetano	san-gaetano	IT	30021	0	Europe/Rome	45.64583	12.87056				20	VE	027005	
3168354	San Gabriele	san-gabriele	IT	40052	0	Europe/Rome	45.25	11.01667				20	VR	023040	
3168355	San Gabriele	san-gabriele	IT	40052	0	Europe/Rome	44.66667	11.58333				05	BO	037003	
3168356	San Fruttuoso	san-fruttuoso	IT	16032	0	Europe/Rome	44.32495	9.17114				08	GE	010007	
3168357	Sanfront	sanfront	IT	12030	1190	Europe/Rome	44.64703	7.32102	490	Sanfront	004209	12	CN	004209	
3168358	Sanfrè	sanfre	IT	12040	2500	Europe/Rome	44.74994	7.80263		Sanfre,Sanfrè	004208	12	CN	004208	
3168361	Aglientu	aglientu	IT	07020	518	Europe/Rome	41.07957	9.11272	420	Aglientu,Santo Franciscu di l'Aglientu	104002	14	OT	104002	
3168441	San Damiano al Colle	san-damiano-al-colle	IT	27040	738	Europe/Rome	45.02486	9.34656		San Damiano al Colle	018134	09	PV	018134	
3168362	San Francesco al Campo	san-francesco-al-campo	IT	10070	4363	Europe/Rome	45.22633	7.65552	327	San Francesco al Campo,San Fransesch,サン・フランチェスコ・アル・カンポ	001240	12	TO	001240	
3168368	San Francesco	san-francesco	IT	38050	0	Europe/Rome	45.61667	11.06667		Francesco,San Francesco		20	VR	023067	
3168369	San Francesco	san-francesco	IT	38050	0	Europe/Rome	42.95	13.53333				10	AP	044065	
3168370	San Fortunato	san-fortunato	IT	47900	0	Europe/Rome	44.03056	12.54222				05	RN	099014	
3168372	San Foca	san-foca	IT	33080	0	Europe/Rome	40.3	18.4				13	LE	075043	
3168373	San Floriano del Collio	san-floriano-del-collio	IT	34070	297	Europe/Rome	45.98088	13.58875	276	San Florean dai Cuei,San Florean dal Cuei,San Floriano del Collio	031019	06	GO	031019	
3168376	San Floriano	san-floriano	IT	31029	0	Europe/Rome	46.38333	11.51667				17	BZ	021059	
3168377	San Floriano	san-floriano	IT	31029	0	Europe/Rome	46.03333	12.3				20	TV	026092	
3168378	San Floriano	san-floriano	IT	31029	0	Europe/Rome	45.6	13.73333				06	TS	032003	
3168379	San Floriano	san-floriano	IT	31029	0	Europe/Rome	45.51667	10.91667				20	VR	023076	
3168380	San Fior di Sotto	san-fior-di-sotto	IT	31020	853	Europe/Rome	45.90361	12.37611	44			20	TV	026072	
3168381	San Fior di Sopra	san-fior-di-sopra	IT	31020	2898	Europe/Rome	45.92083	12.35833	57	San Fior	026072	20	TV	026072	
3168382	San Fiorano	san-fiorano	IT	26848	1635	Europe/Rome	45.13637	9.72216		San Fiorano,サン・フィオラーノ	098047	09	LO	098047	
3168384	San Filippo	san-filippo	IT	02043	0	Europe/Rome	45.74167	13.00444				20	VE	027034	
3168385	San Filippo	san-filippo	IT	02043	0	Europe/Rome	43.4	13.6		Parrochia di Chiarino,San Filippo		10	MC	043044	
3168386	San Filippo	san-filippo	IT	02043	0	Europe/Rome	42.38333	12.75				07	RI	057025	
3168387	San Fermo	san-fermo	IT	21100	0	Europe/Rome	45.28333	11.2				20	VR	023041	
3168388	San Ferdinando di Puglia	san-ferdinando-di-puglia	IT	76017	14361	Europe/Rome	41.30263	16.07046		San Ferdinando di Puglia	110007	13	BT	110007	
3168389	San Felice sul Panaro	san-felice-sul-panaro	IT	41038	7156	Europe/Rome	44.83317	11.1426	19	San Felice,San Felice sul Panaro	036037	05	MO	036037	
3168391	San Felice del Molise	san-felice-del-molise	IT	86030	579	Europe/Rome	41.89104	14.70053	548	San Felice,San Felice Slavo,San Felice del Littorio,San Felice del Molise	070064	11	CB	070064	
3168392	San Felice del Benaco	san-felice-del-benaco	IT	25010	2939	Europe/Rome	45.58949	10.55168		San Felice,San Felice del Benaco,San Felice di Scovolo	017171	09	BS	017171	
3168393	San Felice Circeo	san-felice-circeo	IT	04017	8036	Europe/Rome	41.23716	13.09416		San Felice Circeo,サン・フェリーチェ・チルチェーオ	059025	07	LT	059025	
3168396	San Felice	san-felice	IT	20090	244	Europe/Rome	46.49429	11.13022	1279		021118	17	BZ	021118	
3168397	San Felice	san-felice	IT	20090	0	Europe/Rome	45.13333	10.06667				09	CR	019036	
3168398	San Felice	san-felice	IT	20090	0	Europe/Rome	41.3	14.18333				04	CE	061059	
3168399	San Fele	san-fele	IT	85020	1137	Europe/Rome	40.81722	15.53946	937	San Fele	076076	02	PZ	076076	
3168403	San Fedele	san-fedele	IT	17031	0	Europe/Rome	45.13333	9.08333				09	PV	018151	
3168404	San Faustino	san-faustino	IT	25070	0	Europe/Rome	44.68333	10.8				05	RE	035036	
3168405	Sanfatucchio	sanfatucchio	IT	06061	0	Europe/Rome	43.06667	12.05		Sanfatucchio		18	PG	054009	
3168407	Sandrigo	sandrigo	IT	36066	6333	Europe/Rome	45.6561	11.592	64	Sandrigo	024091	20	VI	024091	
3168408	San Dorligo della Valle	san-dorligo-della-valle	IT	34018	5927	Europe/Rome	45.6008	13.85929		Dol-Ottelza,Dolina,San Dorligo della Valle,サン・ドルリーゴ・デッラ・ヴァッレ	032004	06	TS	032004	
3168411	San Donnino	san-donnino	IT	40127	0	Europe/Rome	43.54133	11.12555				16	FI	048012	
3168413	San Donato Val di Comino	san-donato-val-di-comino	IT	03046	2192	Europe/Rome	41.70812	13.81261		San Donato Val di Comino	060062	07	FR	060062	
3168414	San Donato Milanese	san-donato-milanese	IT	20097	32354	Europe/Rome	45.4199	9.26628		San Donato Milanese,サン・ドナート・ミラネーゼ	015192	09	MI	015192	
3168416	San Donato in Poggio	san-donato-in-poggio	IT	50028	0	Europe/Rome	43.53333	11.23333		San Donato,San Donato in Poggio		16	FI	048045	
3168417	San Donato in Collina	san-donato-in-collina	IT	50067	0	Europe/Rome	43.71667	11.38333		San Donato,San Donato a Collina,San Donato in Chianti,San Donato in Collina		16	FI	048036	
3168418	San Donato di Lecce	san-donato-di-lecce	IT	73010	5718	Europe/Rome	40.26813	18.18422		San Donato di Lecce	075069	13	LE	075069	
3168421	San Donato	san-donato	IT	12056	0	Europe/Rome	46.06667	11.7				20	BL	025026	
3168422	San Donato	san-donato	IT	12056	0	Europe/Rome	43.8815	12.2013	550			10	PU		
3168423	San Donato	san-donato	IT	12056	0	Europe/Rome	43.7	12.26667				16	AR	051003	
3168424	San Donato	san-donato	IT	12056	0	Europe/Rome	42.5293	11.22288				16	GR	053018	
3168425	San Donato	san-donato	IT	12056	0	Europe/Rome	42.08333	13.26667				01	AQ	066099	
3168426	San Donato	san-donato	IT	12056	0	Europe/Rome	41.38333	13				07	LT	059024	
3168427	San Donato	san-donato	IT	12056	0	Europe/Rome	41.2	13.98333				04	CE	061017	
3168428	San Donato	san-donato	IT	12056	0	Europe/Rome	40.4	17.3				13	TA	073027	
3168429	San Donà di Piave	san-dona-di-piave	IT	30027	35417	Europe/Rome	45.63167	12.56944		San Dona di Piave,San Donà di Piave,サン・ドナ・ディ・ピアーヴェ	027033	20	VE	027033	
3168430	San Donaci	san-donaci	IT	72025	7117	Europe/Rome	40.45063	17.92512		San Donaci	074013	13	BR	074013	
3168432	Sandon	sandon	IT	30030	902	Europe/Rome	45.36385	12.04259	7			20	VE	027017	
3168435	Sandigliano	sandigliano	IT	13876	1645	Europe/Rome	45.51856	8.07752	323	Sandighano,Sandigliano	096059	12	BI	096059	
3168436	San Desiderio	san-desiderio	IT	14031	0	Europe/Rome	44.88333	9.03333				12	AL	006137	
3168437	San Demetrio ne'Vestini	san-demetrio-ne-vestini	IT	67028	1605	Europe/Rome	42.28964	13.5552		San Demetrio nei Vestini	066087	01	AQ	066087	
3168438	San Daniele del Friuli	san-daniele-del-friuli	IT	33038	6700	Europe/Rome	46.16139	13.01417	252	San Daniele,San Daniele del Friuli,San Denel,Sant Denel,Sant Denêl	030099	06	UD	030099	
3168439	San Damiano Macra	san-damiano-macra	IT	12029	286	Europe/Rome	44.48873	7.25842	743	San Damiano Macra	004207	12	CN	004207	
3168440	San Damiano d'Asti	san-damiano-d-asti	IT	14015	4349	Europe/Rome	44.83344	8.06353	179	San Damian,San Damiano,San Damiano d'Asti	005097	12	AT	005097	
3168443	San Dalmazio	san-dalmazio	IT	41028	0	Europe/Rome	44.41667	10.85				05	MO	036042	
3168444	San Dalmazio	san-dalmazio	IT	41028	0	Europe/Rome	43.2665	10.92556				16	PI	050027	
3168453	San Cristoforo	san-cristoforo	IT	15060	0	Europe/Rome	44.75	9.35				05	PC	033005	
3168454	San Cristoforo	san-cristoforo	IT	15060	588	Europe/Rome	44.69225	8.75015	301	San Cristoforo	006152	12	AL	006152	
3168455	San Cristoforo	san-cristoforo	IT	15060	0	Europe/Rome	40.08333	15.55				04	SA	065059	
3168458	San Costanzo	san-costanzo	IT	61039	2196	Europe/Rome	43.76616	13.07276	150	San Costanzo	041051	10	PU	041051	
3168459	San Costantino Albanese	san-costantino-albanese	IT	85030	534	Europe/Rome	40.03581	16.30469	650	San Costantino Albanese,Shen Kostadini	076075	02	PZ	076075	
3168460	San Costantino	san-costantino	IT	85040	274	Europe/Rome	40.07303	15.6882	545	San Costantino,San Costantino di Rivello		02	PZ	076068	
3168462	San Colombano Certenoli	san-colombano-certenoli	IT	16040	2401	Europe/Rome	44.37215	9.31207		San Colombano,San Colombano Certenoli,San Colombano Certénoli,San Comban	010053	08	GE	010053	
3168463	San Colombano al Lambro	san-colombano-al-lambro	IT	20078	7258	Europe/Rome	45.18407	9.48676		San Colombano,San Colombano al Lambro,サン・コロンバーノ・アル・ランブロ	015191	09	MI	015191	
3168464	San Colombano	san-colombano	IT	25060	0	Europe/Rome	45.8	10.36667				09	BS	017058	
3168465	San Colombano	san-colombano	IT	25060	0	Europe/Rome	45.1	6.91667		San Colombano,Santo Colombano		12	TO	001100	
3168469	San Clemente	san-clemente	IT	47832	0	Europe/Rome	45.41153	12.33632				20	VE	027042	
3168470	San Clemente	san-clemente	IT	47832	0	Europe/Rome	44.31667	11.48333				05	BO	037041	
3168471	San Clemente	san-clemente	IT	47832	602	Europe/Rome	43.93296	12.62585	179	San Clemente	099016	05	RN	099016	
3168472	San Clemente	san-clemente	IT	47832	0	Europe/Rome	42.55	13				07	RI	057033	
3168473	San Clemente	san-clemente	IT	47832	0	Europe/Rome	41.33333	13.95				04	CE	061039	
3168474	San Cipriano Po	san-cipriano-po	IT	27043	417	Europe/Rome	45.10896	9.28296		San Cipriano Po	018133	09	PV	018133	
3168475	San Cipriano Picentino	san-cipriano-picentino	IT	84099	5978	Europe/Rome	40.72081	14.87055		San Cipriano Picentino	065118	04	SA	065118	
3168477	San Cipriano	san-cipriano	IT	31056	0	Europe/Rome	43.7	12.6				10	PU	041067	
3168479	San Chirico Raparo	san-chirico-raparo	IT	85030	1101	Europe/Rome	40.19201	16.07718	780	San Chirico Raparo	076074	02	PZ	076074	
3168480	San Chirico Nuovo	san-chirico-nuovo	IT	85010	1463	Europe/Rome	40.67652	16.07907	745	Chirico,San Chirico Nuovo	076073	02	PZ	076073	
3168483	San Cesario sul Panaro	san-cesario-sul-panaro	IT	41018	3193	Europe/Rome	44.56107	11.0332	54	San Cesario sul Panaro,サン・チェザーリオ・スル・パーナロ	036036	05	MO	036036	
3168484	San Cesario di Lecce	san-cesario-di-lecce	IT	73016	7357	Europe/Rome	40.30293	18.15992		San Cesario,San Cesario di Lecce	075068	13	LE	075068	
3168485	San Cesareo	san-cesareo	IT	00030	9456	Europe/Rome	41.82092	12.81559	300	San Cesareo,サン・チェザーレオ	058119	07	RM	058119	
3168488	San Cataldo	san-cataldo	IT	04021	0	Europe/Rome	44.66667	10.9		Cataldo,Catalgo,San Cataldo		05	MO	036023	
3168489	San Cataldo	san-cataldo	IT	04021	0	Europe/Rome	40.38333	18.3				13	LE	075035	
3168490	San Castrese	san-castrese	IT	81037	0	Europe/Rome	41.25	13.86667				04	CE	061088	
3168493	San Cassiano	san-cassiano	IT	23020	431	Europe/Rome	46.57007	11.93606	1537	San Cassiano,St. Kassian		17	BZ	021006	
3168494	San Cassiano	san-cassiano	IT	23020	0	Europe/Rome	46.27697	9.39743				09	SO	014057	
3168495	San Cassiano	san-cassiano	IT	23020	0	Europe/Rome	44.16667	11.85				05	FC	040022	
3168496	San Cassiano	san-cassiano	IT	23020	0	Europe/Rome	44.15	11.68333				05	RA	039004	
3168497	San Cassiano	san-cassiano	IT	23020	2223	Europe/Rome	40.05631	18.33392		San Cassiano	075095	13	LE	075095	
3168498	San Casciano in Val di Pesa	san-casciano-in-val-di-pesa	IT	50026	16615	Europe/Rome	43.65905	11.18952		San Casciano Val di Pesa,San Casciano in Val di Pesa	048038	16	FI	048038	
3168499	San Casciano dei Bagni	san-casciano-dei-bagni	IT	53040	1745	Europe/Rome	42.87093	11.87555		San Casciano de'Bagni,San Casciano dei Bagni,サン・カシャーノ・デイ・バーニ	052027	16	SI	052027	
3168500	San Carlo	san-carlo	IT	28879	1851	Europe/Rome	44.80361	11.40999	16			05	FE	038021	
3168501	San Carlo	san-carlo	IT	28879	0	Europe/Rome	44.75	11.23333				05	BO	037024	
3168502	San Carlo	san-carlo	IT	28879	0	Europe/Rome	44.47794	8.83361		San Carlo,San Carlo di Cese		08	GE	010025	
3168503	San Carlo	san-carlo	IT	28879	0	Europe/Rome	44.09111	12.19306				05	FC	040007	
3168504	San Carlo	san-carlo	IT	28879	0	Europe/Rome	42.41667	12.53333				18	TR	055008	
3168505	San Carlo	san-carlo	IT	28879	0	Europe/Rome	41.31667	13.91667				04	CE	061088	
3168508	San Candido - Innichen	san-candido	IT	39038	3107	Europe/Rome	46.74056	12.27972		Innichen,San Candido,サン・カンディド	021077	17	BZ	021077	
3168509	San Buono	san-buono	IT	66050	783	Europe/Rome	41.98084	14.56992	470	San Buono	069079	01	CH	069079	
3168511	San Brizio	san-brizio	IT	06049	256	Europe/Rome	42.80107	12.7104	246			18	PG	054051	
3168512	San Briccio	san-briccio	IT	37030	0	Europe/Rome	45.46667	11.13333				20	VR	023042	
3168513	San Bortolo	san-bortolo	IT	37030	0	Europe/Rome	45.21667	11.75				20	PD	028055	
3168514	San Bonifacio	san-bonifacio	IT	37047	17347	Europe/Rome	45.39689	11.2844	31	Sambonifacio,San Bonifacio	023069	20	VR	023069	
3168518	San Biase	san-biase	IT	84052	271	Europe/Rome	41.71773	14.59063		San Biase	070063	11	CB	070063	
3168519	San Biase	san-biase	IT	84052	0	Europe/Rome	40.2	15.28333		San Biase,San Blase		04	SA	065040	
3168521	San Biagio di Callalta	san-biagio-di-callalta	IT	31048	2584	Europe/Rome	45.68361	12.37722	10	San Biagio di Callalta	026071	20	TV	026071	
3168522	San Biagio della Cima	san-biagio-della-cima	IT	18036	913	Europe/Rome	43.81792	7.64924	100	San Biagio della Cima	008053	08	IM	008053	
3168524	San Biagio	san-biagio	IT	12044	0	Europe/Rome	45.8	12.76667				20	VE	027009	
3168525	San Biagio	san-biagio	IT	12044	0	Europe/Rome	45.21667	8.96667				09	PV	018069	
3168526	San Biagio	san-biagio	IT	12044	636	Europe/Rome	44.86088	11.1205	20			05	MO	036037	
3168527	San Biagio	san-biagio	IT	12044	0	Europe/Rome	44.8	10.58333				05	RE	035015	
3168528	San Biagio	san-biagio	IT	12044	1418	Europe/Rome	44.58695	11.86918	2			05	FE	038001	
3168529	San Biagio	san-biagio	IT	12044	0	Europe/Rome	44.38333	9.58333				08	SP	011029	
3168530	San Biagio	san-biagio	IT	12044	0	Europe/Rome	42.98333	12.01667				18	PG	054012	
3168533	San Bernardo	san-bernardo	IT	16031	0	Europe/Rome	46.33333	9.35				09	SO	014058	
3168534	San Bernardo	san-bernardo	IT	16031	0	Europe/Rome	46.18333	9.98333				09	SO	014052	
3168535	San Bernardo	san-bernardo	IT	16031	0	Europe/Rome	45.43333	7.88333				12	TO	001125	
3168536	San Bernardo	san-bernardo	IT	16031	0	Europe/Rome	43.8	7.58333				08	IM	008065	
3168539	San Bernardino	san-bernardino	IT	10090	0	Europe/Rome	45.28333	10.95				20	VR	023088	
3168540	San Bernardino	san-bernardino	IT	10090	0	Europe/Rome	45.15	9.6				09	LO	098053	
3168541	San Bernardino	san-bernardino	IT	10090	326	Europe/Rome	44.86501	10.67527	23			05	RE	035028	
3168542	San Bernardino	san-bernardino	IT	10090	0	Europe/Rome	44.58333	11.01667				05	MO	036036	
3168543	San Bernardino	san-bernardino	IT	10090	0	Europe/Rome	44.13131	9.70016				08	SP	011030	
3168544	San Benigno Canavese	san-benigno-canavese	IT	10080	5214	Europe/Rome	45.22705	7.78502	213	San Benigno Canavese,サン・ベニーニョ・カナヴェーゼ	001236	12	TO	001236	
3168545	San Benedetto Val di Sambro	san-benedetto-val-di-sambro	IT	40048	655	Europe/Rome	44.21526	11.23291	602	San Benedetto,San Benedetto Val di Sambro	037051	05	BO	037051	
3168546	San Benedetto Po	san-benedetto-po	IT	46027	7502	Europe/Rome	45.03818	10.93139		San Benedetto,San Benedetto Po	020055	09	MN	020055	
3168547	San Benedetto in Perillis	san-benedetto-in-perillis	IT	67020	145	Europe/Rome	42.18433	13.7708		San Benedetto in Perillis	066086	01	AQ	066086	
3168548	San Benedetto in Alpe	san-benedetto-in-alpe	IT	47010	0	Europe/Rome	43.98333	11.68333				05	FC	040031	
3168549	San Benedetto dei Marsi	san-benedetto-dei-marsi	IT	67058	3896	Europe/Rome	42.00823	13.6227	678	San Benedetto	066085	01	AQ	066085	
3168550	San Benedetto del Tronto	san-benedetto-del-tronto	IT	63074	45873	Europe/Rome	42.94562	13.88157	4	San Benedetto del Tronto	044066	10	AP	044066	
3168551	San Benedetto a Settimo	san-benedetto-a-settimo	IT	56021	0	Europe/Rome	43.7	10.51667				16	PI	050038	
3168554	San Benedetto	san-benedetto	IT	09016	0	Europe/Rome	44.65	11.11667				05	BO	037056	
3168555	San Benedetto	san-benedetto	IT	09016	543	Europe/Rome	44.13436	9.77757	226			08	SP	011023	
3168557	San Bellino	san-bellino	IT	45020	722	Europe/Rome	45.02988	11.58891	7	San Bellino	029043	20	RO	029043	
3168558	San Bassano	san-bassano	IT	26020	2060	Europe/Rome	45.24237	9.80696		San Bassano	019088	09	CR	019088	
3168559	San Basilio	san-basilio	IT	09040	0	Europe/Rome	44.94889	12.18083				20	RO	029002	
3168560	San Bartolomeo in Galdo	san-bartolomeo-in-galdo	IT	82028	5841	Europe/Rome	41.41643	15.01744		San Bartolommeo in Galdo	062057	04	BN	062057	
3168563	San Bartolomeo	san-bartolomeo	IT	00033	0	Europe/Rome	45.89198	9.77354				09	BG	016146	
3168564	San Bartolomeo	san-bartolomeo	IT	00033	0	Europe/Rome	45.59333	13.72444				06			
3168565	San Bartolomeo	san-bartolomeo	IT	00033	0	Europe/Rome	44.4	11.35				05	BO	037047	
3168566	San Bartolomeo	san-bartolomeo	IT	00033	266	Europe/Rome	44.26491	7.6633	758	San Bartolomeo,San Bartolommeo		12	CN	004068	
3168567	San Bartolomeo	san-bartolomeo	IT	00033	0	Europe/Rome	44.08876	9.87431				08			
3168568	San Bartolomeo	san-bartolomeo	IT	00033	0	Europe/Rome	43.8279	7.77111				08	IM	008055	
3168569	San Bartolomeo	san-bartolomeo	IT	00033	0	Europe/Rome	43.79359	7.56503				08	IM	008065	
3168572	San Baronto	san-baronto	IT	51035	522	Europe/Rome	43.83672	10.9188	349			16	PT	047005	
3168574	Sanarica	sanarica	IT	73030	1446	Europe/Rome	40.08912	18.34873		Sanarica	075067	13	LE	075067	
3168579	Sampeyre	sampeyre	IT	12020	566	Europe/Rome	44.57963	7.18452	976	Sampeyre,Sampéyre	004205	12	CN	004205	
3168580	Samone	samone	IT	38059	1614	Europe/Rome	45.44836	7.84052	247	Samone,samone,サモーネ	001235	12	TO	001235	
3168581	Samone	samone	IT	38059	208	Europe/Rome	44.36661	10.94789	617			05	MO	036017	
3168583	Sammichele di Bari	sammichele-di-bari	IT	70010	6965	Europe/Rome	40.88673	16.94779		Sammichele di Bari,San Michele di Bari	072039	13	BA	072039	
3168584	Sammardénchia	sammardenchia	IT	33050	0	Europe/Rome	45.98528	13.23				06	UD	030079	
3168588	Sambuco	sambuco	IT	12010	89	Europe/Rome	44.33502	7.07992		Sambuco	004204	12	CN	004204	
3168589	Sambuci	sambuci	IT	00020	891	Europe/Rome	41.98612	12.93799		Sambuci,sanbuchi,サンブーチ	058094	07	RM	058094	
3168590	Sambuceto	sambuceto	IT	66020	0	Europe/Rome	44.51667	9.68333				05	PR	034011	
3168599	Samarate	samarate	IT	21017	15350	Europe/Rome	45.62537	8.78344		Samarate	012118	09	VA	012118	
3168601	Salzano	salzano	IT	30030	7450	Europe/Rome	45.52194	12.10833	10	Salzano,sarutsu~ano,サルツァーノ	027032	20	VE	027032	
3168602	Salza Irpina	salza-irpina	IT	83050	797	Europe/Rome	40.91942	14.88944		Salza Irpina	064081	04	AV	064081	
3168603	Salvitelle	salvitelle	IT	84020	702	Europe/Rome	40.59091	15.45876		Salvitelle	065117	04	SA	065117	
3168604	Salvirola	salvirola	IT	26010	933	Europe/Rome	45.35667	9.77966		Salvirola	019087	09	CR	019087	
3168605	Salviano	salviano	IT	57124	0	Europe/Rome	43.53333	10.35				16	LI	049009	
3168606	Salvatronda	salvatronda	IT	31033	2023	Europe/Rome	45.67425	11.97709	37			20	TV	026012	
3168608	Salvaterra	salvaterra	IT	42013	3643	Europe/Rome	44.6	10.76667	75			05	RE	035012	
3168609	Saluzzo	saluzzo	IT	12037	13111	Europe/Rome	44.64644	7.48623	340		004203	12	CN	004203	
3168611	Salutio	salutio	IT	52016	0	Europe/Rome	43.63333	11.8				16	AR	051008	
3168614	Salussola	salussola	IT	13885	620	Europe/Rome	45.44676	8.11232	289	Salussola	096058	12	BI	096058	
3168615	Saluggia	saluggia	IT	13040	2989	Europe/Rome	45.23755	8.01103	194	Saluggia	002128	12	VC	002128	
3168616	Saludecio	saludecio	IT	47835	611	Europe/Rome	43.87516	12.66705	343	Saludecio	099015	05	RN	099015	
3168617	Saltusio	saltusio	IT	39010	208	Europe/Rome	46.72952	11.19907	490			17	BZ	021083	
3168621	Saltocchio	saltocchio	IT	55100	0	Europe/Rome	43.9	10.53333				16	LU	046017	
3168623	Salto	salto	IT	41055	0	Europe/Rome	44.4	9.16667				08	GE	010002	
3168624	Saltino	saltino	IT	41048	0	Europe/Rome	43.73333	11.53333				16	FI	048035	
3168625	Saltara	saltara	IT	61030	761	Europe/Rome	43.75366	12.89726	160	Saltara	041050	10	PU	041050	
3168626	Salsominore	salsominore	IT	29024	0	Europe/Rome	44.64588	9.40318				05	PC	033015	
3168627	Salsomaggiore Terme	salsomaggiore-terme	IT	43039	15754	Europe/Rome	44.81476	9.97958	157	Salsomaggiore,Salsomaggiore Terme	034032	05	PR	034032	
3168632	Salorno - Salurn	salorno	IT	39040	2938	Europe/Rome	46.23921	11.21208		Salorno,Salurn,saroruno,サロルノ	021076	17	BZ	021076	
3168633	Salò	salo	IT	25087	10039	Europe/Rome	45.60859	10.53097		Pagus Salodium,Salo,Salò,saro,Сало,サロ	017170	09	BS	017170	
3168634	Salmour	salmour	IT	12040	366	Europe/Rome	44.57804	7.79183	391	Salmour	004202	12	CN	004202	
3168636	Salle	salle	IT	65020	311	Europe/Rome	42.17694	13.96121	450	Salle	068036	01	PE	068036	
3168637	Salizzole	salizzole	IT	37056	1653	Europe/Rome	45.24438	11.08859	22	Salizzole	023068	20	VR	023068	
3168639	Sali Vercellese	sali-vercellese	IT	13040	120	Europe/Rome	45.30986	8.32893		Sala Vercellese,Sali Vercellese	002127	12	VC	002127	
3168640	Salitto	salitto	IT	84062	0	Europe/Rome	40.68333	15				04	SA	065073	
3168641	Salisano	salisano	IT	02040	552	Europe/Rome	42.25933	12.74578			057063	07	RI	057063	
3168642	Salionze	salionze	IT	37067	0	Europe/Rome	45.4	10.71667				20	VR		
3168649	Saline	saline	IT	56048	0	Europe/Rome	46.25	9.48333				09	SO	014046	
3168650	Saline	saline	IT	56048	1143	Europe/Rome	43.36103	10.81246	72	Saline,Saline di Volterra		16	PI	050039	
3168651	Saline	saline	IT	56048	0	Europe/Rome	42.19991	11.72241				07	VT	056050	
3168652	Salina	salina	IT	98060	0	Europe/Rome	44.95	10.58333				09	MN	020043	
3168655	Saliceto	saliceto	IT	12079	792	Europe/Rome	44.41334	8.16864	389	Saliceto,saricheto,サリチェート	004201	12	CN	004201	
3168657	Salice Terme	salice-terme	IT	27052	0	Europe/Rome	44.9151	9.0263		Salice		09	PV	018073	
3168658	Salice Salentino	salice-salentino	IT	73015	8863	Europe/Rome	40.38703	17.96072		Salice Salentino	075065	13	LE	075065	
3168660	Salgareda	salgareda	IT	31040	5574	Europe/Rome	45.705	12.48833		Salgareda,Salgareda Vecchia	026070	20	TV	026070	
3168663	Saletto	saletto	IT	31030	0	Europe/Rome	46.46083	13.29417				06	UD	030033	
3168664	Saletto	saletto	IT	31030	0	Europe/Rome	45.72639	12.39556				20	TV	026005	
3168665	Saletto	saletto	IT	31030	1592	Europe/Rome	45.22889	11.5378	12	Saletto	028074	20	PD	028074	
3168666	Saletto	saletto	IT	31030	242	Europe/Rome	44.65	11.45	11			05	BO	037005	
3168667	Saletta	saletta	IT	44034	0	Europe/Rome	44.9	11.76667				05	FE	038007	
3168668	Saletta	saletta	IT	44034	0	Europe/Rome	42.67084	13.27226				07	RI	057002	
3168673	Salerno	salerno	IT	84100	125797	Europe/Rome	40.67802	14.74577	4	QSR,Salernas,Salerne,Salerno,Salernu,Salernum,Salierno,salyrnw,sareruno,Салерно,ساليرنو,サレルノ	SA	04	SA	065116	
3168676	Salento	salento	IT	84070	2022	Europe/Rome	40.2486	15.19006			065115	04	SA	065115	
3168678	Sale Marasino	sale-marasino	IT	25057	3180	Europe/Rome	45.70328	10.11356		Sale Marasino	017169	09	BS	017169	
3168682	Sale	sale	IT	15045	3080	Europe/Rome	44.98066	8.80935	83	Sale	006151	12	AL	006151	
3168684	Salcito	salcito	IT	86026	332	Europe/Rome	41.74753	14.51012	678	Salcito	070062	11	CB	070062	
3168686	Salci	salci	IT	06062	0	Europe/Rome	42.88333	11.98333				18	PG	054012	
3168687	Salcedo	salcedo	IT	36040	401	Europe/Rome	45.7577	11.5672	398	Salcedo	024090	20	VI	024090	
3168689	Salassa	salassa	IT	10080	1763	Europe/Rome	45.35565	7.68922	349	Salassa,sarassa,サラッサ	001231	12	TO	001231	
3168692	Salara	salara	IT	45030	876	Europe/Rome	44.98328	11.42621	7	Salara	029042	20	RO	029042	
3168695	Salandra	salandra	IT	75017	2598	Europe/Rome	40.52752	16.31918	552	Salandra	077024	02	MT	077024	
3168696	Sala Monferrato	sala-monferrato	IT	15030	339	Europe/Rome	45.07515	8.35874	264	Sala Monferrato	006150	12	AL	006150	
3168697	Salaiola	salaiola	IT	58031	0	Europe/Rome	42.86886	11.50028		Saloiola		16	GR	053001	
3168699	Sala Consilina	sala-consilina	IT	84036	12716	Europe/Rome	40.39121	15.59887		Sala Consilina,Sala Cosilina	065114	04	SA	065114	
3168700	Sala Bolognese	sala-bolognese	IT	40010	1723	Europe/Rome	44.61547	11.25701	25	Sala Bolognese		05	BO	037050	
3168701	Sala Biellese	sala-biellese	IT	13884	399	Europe/Rome	45.50816	7.95842	626	Sala Biellese	096057	12	BI	096057	
3168702	Salbertrand	salbertrand	IT	10050	467	Europe/Rome	45.07204	6.8832	1032	Salbertrand,saruberutorando,サルベルトランド	001232	12	TO	001232	
3168703	Sala Baganza	sala-baganza	IT	43038	4517	Europe/Rome	44.72026	10.23178	162	Sala Baganza	034031	05	PR	034031	
3168705	Sala	sala	IT	05016	0	Europe/Rome	44.77873	9.24688				09	PV	018142	
3168706	Sala	sala	IT	05016	0	Europe/Rome	44.18333	10.3				16	LU	046023	
3168707	Sala	sala	IT	05016	0	Europe/Rome	42.58333	13.03333				07	RI	057033	
3168708	Sala	sala	IT	05016	0	Europe/Rome	42.35	12.9				07	RI	057059	
3168709	Sala	sala	IT	05016	0	Europe/Rome	41.08333	14.31667				04	CE	061018	
3168710	Sairano	sairano	IT	27030	0	Europe/Rome	45.13333	9.03333				09	PV	018190	
3168712	Saint-Vincent	saint-vincent	IT	11027	3969	Europe/Rome	45.75126	7.64861	575	Saint-Vincent,San Vincenzo della Fonte,Sen-Vensan,Сен-Венсан	007065	19	AO	007065	
3168714	Saint-Pierre	saint-pierre	IT	11010	2830	Europe/Rome	45.70976	7.2273	676	Saint-Pierre	007063	19	AO	007063	
3168715	Saint-Oyen	saint-oyen	IT	11014	217	Europe/Rome	45.82439	7.21372	1372	Saint-Oyen	007062	19	AO	007062	
3168721	Sagrado	sagrado	IT	34078	1300	Europe/Rome	45.87444	13.48417	32	Sagrado,Sagrado d'Isonzo,Sagrado d’Isonzo,Sagrat	031017	06	GO	031017	
3168724	Sagama	sagama	IT	08010	213	Europe/Rome	40.26155	8.57752		Sagama	095086	14	OR	095086	
3168725	Sacrofano	sacrofano	IT	00060	5691	Europe/Rome	42.10462	12.44637		Sacrofano,sakurofano,サクロファーノ	058093	07	RM	058093	
3168730	Sacile	sacile	IT	33077	16626	Europe/Rome	45.95412	12.50274	25	Sacil,Sacile,Sacîl	093037	06	PN	093037	
3168732	Saccolongo	saccolongo	IT	35030	3326	Europe/Rome	45.40429	11.746	19	Saccolongo	028073	20	PD	028073	
3168734	Sacco	sacco	IT	23013	0	Europe/Rome	46.11573	9.55596				09	SO	014024	
3168735	Sacco	sacco	IT	23013	0	Europe/Rome	45.88622	11.01987	177	Borgo Sacco		17	TN	022161	
3168736	Sacco	sacco	IT	23013	701	Europe/Rome	40.37811	15.37796		Sacco	065113	04	SA	065113	
3168742	La Caletta	la-caletta	IT	08029	1357	Europe/Rome	40.60988	9.75062	3			14	NU	091085	
3168749	Sabbioni	sabbioni	IT	26013	0	Europe/Rome	44.98333	12.08333				20	RO	029002	
3168750	Sabbioni	sabbioni	IT	26013	0	Europe/Rome	44.98333	10.7				09	MN	020065	
3168751	Sabbioni	sabbioni	IT	26013	0	Europe/Rome	44.28333	11.33333				05	BO	037034	
3168752	Sabbioneta	sabbioneta	IT	46018	4332	Europe/Rome	44.99787	10.48848		Sabbioneta	020054	09	MN	020054	
3168756	Sabbioncello San Vittore	sabbioncello-san-vittore	IT	44034	0	Europe/Rome	44.83333	11.83333				05	FE	038008	
3168759	Sabbio Chiese	sabbio-chiese	IT	25070	3178	Europe/Rome	45.65859	10.42057		Sabbio Chiese	017168	09	BS	017168	
3168761	Sabbia	sabbia	IT	13020	93	Europe/Rome	45.8572	8.2358		Sabbia	002123	12	VC	002123	
3168764	Sabaudia	sabaudia	IT	04016	16229	Europe/Rome	41.30025	13.02815		Sabaudia,sabaudia,サバウディア	059024	07	LT	059024	
3168768	Ruzzano	ruzzano	IT	43025	0	Europe/Rome	44.48333	10.28333				05	PR	034026	
3168770	Ruvo di Puglia	ruvo-di-puglia	IT	70037	23938	Europe/Rome	41.11681	16.49068	256	Ruvo di Puglia	072038	13	BA	072038	
3168771	Ruvo del Monte	ruvo-del-monte	IT	85020	920	Europe/Rome	40.84882	15.54136	638	Ruvo del Monte	076072	02	PZ	076072	
3168772	Ruviano	ruviano	IT	81010	1914	Europe/Rome	41.21032	14.40923			061073	04	CE	061073	
3168774	Rutino	rutino	IT	84070	920	Europe/Rome	40.2997	15.07276		Rutino	065112	04	SA	065112	
3168775	Rutigliano	rutigliano	IT	70018	17559	Europe/Rome	41.01113	17.00549		Rutigliano	072037	13	BA	072037	
3168777	Ruta	ruta	IT	16032	0	Europe/Rome	44.34423	9.17144				08	GE	010007	
3168784	Russi	russi	IT	48026	6697	Europe/Rome	44.3725	12.03222	13	Russi,russhi,ルッシ	039016	05	RA	039016	
3168791	Ruoti	ruoti	IT	85056	1572	Europe/Rome	40.71802	15.67896	751	Ruoti	076071	02	PZ	076071	
3168792	Ruota	ruota	IT	55062	269	Europe/Rome	43.7638	10.57191	350			16	LU	046007	
3168793	Ruosina	ruosina	IT	55040	0	Europe/Rome	44	10.26667		Rosina,Ruosina		16	LU	046030	
3168801	Ruina	ruina	IT	44030	332	Europe/Rome	44.91247	11.74012	4			05	FE	038020	
3168810	Ruggiano	ruggiano	IT	73050	0	Europe/Rome	41.68333	15.86667		Ruggiano,Rugiana		13	FG	071029	
3168813	Rufina	rufina	IT	50068	4809	Europe/Rome	43.82425	11.48503	115	Rufina	048037	16	FI	048037	
3168814	Ruffia	ruffia	IT	12030	252	Europe/Rome	44.70664	7.60403	282	Ruffia	004198	12	CN	004198	
3168816	Rudiano	rudiano	IT	25030	4610	Europe/Rome	45.48858	9.88706		Rudiano,rudiano,ルディアーノ	017167	09	BS	017167	
3168820	Rubiera	rubiera	IT	42048	12001	Europe/Rome	44.65407	10.7787	53	Rubiera	035036	05	RE	035036	
3168823	Rubiana	rubiana	IT	10040	1838	Europe/Rome	45.13775	7.38391	640	Rubian-a,Rubiana,rubiana,ルビアーナ	001229	12	TO	001229	
3168825	Rubbiano	rubbiano	IT	26010	0	Europe/Rome	42.91667	13.3				10	AP	044044	
3168826	Rubbiano	rubbiano	IT	26010	0	Europe/Rome	42.71667	12.7				18	PG	054051	
3168827	Rubano	rubano	IT	35030	3434	Europe/Rome	45.42572	11.78126	18	Rubano	028072	20	PD	028072	
3168832	Pragelato	pragelato	IT	10060	0	Europe/Rome	45.01364	6.94161		Pragela,Pragelato,Prajalats,purajerato,プラジェラート	001201	12	TO	001201	
3168837	Rozzano	rozzano	IT	20089	37207	Europe/Rome	45.38187	9.16055		Rozzano,rottsu~ano,ロッツァーノ	015189	09	MI	015189	
3168838	Rozzampia	rozzampia	IT	36016	721	Europe/Rome	45.6794	11.5023	97			20	VI	024105	
3168839	Rovolon	rovolon	IT	35030	355	Europe/Rome	45.36669	11.6638	152	Rovolon	028071	20	PD	028071	
3168843	Rovigo	rovigo	IT	45100	39347	Europe/Rome	45.07998	11.79301	7	Rodigium,Rovigo,rovu~igo,Ровиго,ロヴィーゴ	RO	20	RO	029041	
3168847	Roviano	roviano	IT	00027	1386	Europe/Rome	42.02552	12.99629		Roviano,rovu~iano,ロヴィアーノ	058092	07	RM	058092	
3168848	Rovetta	rovetta	IT	24020	3370	Europe/Rome	45.89299	9.98346		Rovetta	016187	09	BG	016187	
3168853	Roverino	roverino	IT	18039	0	Europe/Rome	43.80418	7.59722				08	IM	008065	
3168854	Rovereto	rovereto	IT	26010	34152	Europe/Rome	45.8896	11.03868	204	Rovereto,rovu~ereto,Роверето,ロヴェレート	022161	17	TN	022161	
3168855	Rovereto	rovereto	IT	26010	3316	Europe/Rome	44.83512	10.95184	22			05	MO	036028	
3168856	Rovereto	rovereto	IT	26010	485	Europe/Rome	44.76556	11.87234	3			05	FE	038017	
3168858	Roveredo in Piano	roveredo-in-piano	IT	33080	5323	Europe/Rome	46.00389	12.61778	99	Lavoreit,Roveredo,Roveredo in Piano	093036	06	PN	093036	
3168859	Roveredo	roveredo	IT	33030	0	Europe/Rome	46.4	13.25				06	UD	030025	
3168860	Roverè della Luna	rovere-della-luna	IT	38030	1472	Europe/Rome	46.24991	11.17078	250	Rovere della Luna,Roverè della Luna,ロヴェレー・デッラ・ルーナ	022160	17	TN	022160	
3168861	Rovere	rovere	IT	47100	317	Europe/Rome	44.20274	11.9771	52			05	FC	040012	
3168862	Rovere	rovere	IT	47100	0	Europe/Rome	43.92028	8.0971				08	IM	008052	
3168863	Rovere	rovere	IT	47100	0	Europe/Rome	42.16667	13.51667				01	AQ	066082	
3168864	Roverdicrè	roverdicre	IT	45100	0	Europe/Rome	45.06667	11.75				20	RO	029041	
3168865	Roverbella	roverbella	IT	46048	7693	Europe/Rome	45.26808	10.76879		Roverbella,Santa Lucia di Roverbella	020053	09	MN	020053	
3168868	Rovello Porro	rovello-porro	IT	22070	5512	Europe/Rome	45.65507	9.04044		Rovello Porro	013202	09	CO	013202	
3168870	Rovellasca	rovellasca	IT	22069	6279	Europe/Rome	45.66447	9.05114		Rovellasca,Rovi Porro	013201	09	CO	013201	
3168872	Roveleto Landi	roveleto-landi	IT	29029	224	Europe/Rome	44.93556	9.60608	127	Roveleto Landi,Roveleto Lando		05	PC	033038	
3168873	Roveleto	roveleto	IT	29010	0	Europe/Rome	44.8	9.85				05	PC	033044	
3168874	Rovato	rovato	IT	25038	14376	Europe/Rome	45.56578	10.00006		Rovato	017166	09	BS	017166	
3168875	Rovasenda	rovasenda	IT	13040	721	Europe/Rome	45.53876	8.31753	221	Bovasenda,Roasenda,Rovasenda	002122	12	VC	002122	
3168876	Rovagnate	rovagnate	IT	23888	2570	Europe/Rome	45.73858	9.36955			097073	09	LC	097073	
3168879	Rottofreno	rottofreno	IT	29010	1869	Europe/Rome	45.05423	9.5485	65		033039	05	PC	033039	
3168881	Rottanova	rottanova	IT	30014	0	Europe/Rome	45.14	12.01583				20	RO	029035	
3168894	Rotondi	rotondi	IT	83017	3346	Europe/Rome	41.03142	14.59504		Rotondi	064080	04	AV	064080	
3168895	Rotondella	rotondella	IT	75026	1467	Europe/Rome	40.17131	16.52559	576	Rotondella	077023	02	MT	077023	
3168896	Rotondella	rotondella	IT	75026	0	Europe/Rome	40.03333	15.66667				02			
3168897	Rotello	rotello	IT	86040	1072	Europe/Rome	41.74833	15.00624	360	Rotello	070061	11	CB	070061	
3168899	Rotella	rotella	IT	63071	406	Europe/Rome	42.95435	13.55849	395	Rotella	044065	10	AP	044065	
3168908	Rossiglione	rossiglione	IT	16010	2556	Europe/Rome	44.56394	8.66815	297	Roscigion,Rossiglione	010051	08	GE	010051	
3168913	Rossano Veneto	rossano-veneto	IT	36028	7572	Europe/Rome	45.7058	11.806	78	Rossano Veneto	024088	20	VI	024088	
3168914	Rossano	rossano	IT	87067	0	Europe/Rome	44.31667	9.78333				16	MS	045017	
3168915	Rossana	rossana	IT	12020	625	Europe/Rome	44.54333	7.43383	535	Rossana	004197	12	CN	004197	
3168926	Rosora	rosora	IT	60030	264	Europe/Rome	43.48326	13.06887	380	Rosora,rozora,ロゾーラ	042040	10	AN	042040	
3168927	Rosolina	rosolina	IT	45010	5185	Europe/Rome	45.0754	12.24544	1	Rosolina	029040	20	RO	029040	
3168928	Rosola	rosola	IT	41059	0	Europe/Rome	44.31667	10.96667				05	MO	036026	
3168930	Rosignano Solvay	rosignano-solvay	IT	57016	0	Europe/Rome	43.38946	10.43615		Rosignano Solvay		16	LI	049017	
3168931	Rosignano Marittimo	rosignano-marittimo	IT	57016	2342	Europe/Rome	43.40793	10.47291	147	Rosignano Marittimo,ロジニャーノ・マリッティモ	049017	16	LI	049017	
3168933	Rosia	rosia	IT	53018	0	Europe/Rome	43.24611	11.22176				16	SI	052034	
3168935	Roseto Valfortore	roseto-valfortore	IT	71039	1145	Europe/Rome	41.37243	15.09614	658	Roseto,Roseto Valfortore	071044	13	FG	071044	
3168936	Roseto degli Abruzzi	roseto-degli-abruzzi	IT	64026	16538	Europe/Rome	42.66635	14.0227	5	Rosburgo,Roseto degli Abruzzi	067037	01	TE	067037	
3168941	Rosello	rosello	IT	66040	342	Europe/Rome	41.90083	14.34982		Rosello	069078	01	CH	069078	
3168942	Roselli	roselli	IT	03034	0	Europe/Rome	42.76667	12.61667				18	PG	054051	
3168943	Roselli	roselli	IT	03034	0	Europe/Rome	41.65	13.71667		Madonna di Roselli,Roselli		07	FR	060018	
3168946	Rosciolo	rosciolo	IT	67062	0	Europe/Rome	42.11667	13.33333				01	AQ	066053	
3168947	Roscigno	roscigno	IT	84020	993	Europe/Rome	40.39921	15.34626		Roscigno	065111	04	SA	065111	
3168948	Rosciano	rosciano	IT	65020	1576	Europe/Rome	43.8162	12.99992	30			10	PU	041013	
3168949	Rosciano	rosciano	IT	65020	0	Europe/Rome	42.58086	12.80851				18	TR	055005	
3168950	Rosciano	rosciano	IT	65020	620	Europe/Rome	42.32227	14.04555	242	Rosciano	068035	01	PE	068035	
3168954	Rosate	rosate	IT	20088	4717	Europe/Rome	45.35287	9.01724		Rosate,rozate,ロザーテ	015188	09	MI	015188	
3168955	Rosasco	rosasco	IT	27030	712	Europe/Rome	45.25106	8.57894		Rosasco	018130	09	PV	018130	
3168960	Rosano	rosano	IT	42020	0	Europe/Rome	44.93333	8.96667				12	AL	006040	
3168961	Rosano	rosano	IT	42020	234	Europe/Rome	44.45794	10.37996	678			05	RE	035042	
3168962	Rosano	rosano	IT	42020	0	Europe/Rome	43.76989	11.42314				16	FI	048036	
3168963	Rosano	rosano	IT	42020	0	Europe/Rome	40.35	15.36667				04	SA	065153	
3168969	Rosa	rosa	IT	36027	13443	Europe/Rome	45.93056	12.87083				06	PN	093041	
3168970	Rosà	rosa	IT	36027	12516	Europe/Rome	45.7196	11.7634		Rosa,Rosà	024087	20	VI	024087	
3168971	Roreto Chisone	roreto-chisone	IT	10060	0	Europe/Rome	44.98333	7.1		Roreto,Roreto Chisone		12	TO	001227	
3168972	Rore	rore	IT	12020	0	Europe/Rome	44.58333	7.21667				12	CN	004205	
3168977	Ronzone	ronzone	IT	38010	385	Europe/Rome	46.42261	11.15027	1085	Romzone,Ronzone,rontsu~one,ロンツォーネ	022159	17	TN	022159	
3168979	Rontagnano	rontagnano	IT	47030	0	Europe/Rome	43.95	12.23333				05	FC	040046	
3168980	Ronta	ronta	IT	47023	1313	Europe/Rome	44.00009	11.42611	364			16	FI	048004	
3168981	Ronsecco	ronsecco	IT	13036	503	Europe/Rome	45.25216	8.27693	145	Ronsecco	002118	12	VC	002118	
3168983	Rondissone	rondissone	IT	10030	1669	Europe/Rome	45.24685	7.96312	211	Rondisson,Rondissone,rondissone,ロンディッソーネ	001225	12	TO	001225	
3168990	Ronco Scrivia	ronco-scrivia	IT	16019	2853	Europe/Rome	44.61357	8.95042	334	Ronco,Ronco Scrivia	010049	08	GE	010049	
3168993	Roncone	roncone	IT	38087	1352	Europe/Rome	45.9827	10.66817	842	Roncone,ronkone,ロンコーネ	022158	17	TN	022158	
3168998	Roncofreddo	roncofreddo	IT	47020	2819	Europe/Rome	44.04222	12.30083		Roncofreddo	040037	05	FC	040037	
3168999	Roncoferraro	roncoferraro	IT	46037	6604	Europe/Rome	45.14058	10.93949		Roncoferraro	020052	09	MN	020052	
3169001	Roncocesi	roncocesi	IT	42100	0	Europe/Rome	44.73333	10.6				05	RE	035033	
3169002	Ronco Canavese	ronco-canavese	IT	10080	377	Europe/Rome	45.50136	7.54781		Ronco,Ronco Canavese,ロンコ・カナヴェーゼ	001224	12	TO	001224	
3169004	Ronco all'Adige	ronco-all-adige	IT	37055	5684	Europe/Rome	45.33669	11.243		Ronco all'Adige	023064	20	VR	023064	
3169008	Ronco	ronco	IT	25064	0	Europe/Rome	44.20861	12.06444				05	FC	040012	
3169009	Roncitelli	roncitelli	IT	60019	423	Europe/Rome	43.6953	13.1455	143			10	AN	042045	
3169010	Ronciglione	ronciglione	IT	01037	0	Europe/Rome	42.88333	13.73333				10	AP	044013	
3169011	Ronciglione	ronciglione	IT	01037	0	Europe/Rome	42.85	13.4				10	AP	044064	
3169012	Ronciglione	ronciglione	IT	01037	7470	Europe/Rome	42.29042	12.21327		Ronciglione	056045	07	VT	056045	
3169013	Ronchis	ronchis	IT	33050	0	Europe/Rome	46.12917	13.33194		Ronchis,Roncjis		06	UD	030036	
3169014	Ronchis	ronchis	IT	33050	1643	Europe/Rome	45.80792	12.99545	8	Ronchis,Roncjis di Tisane	030097	06	UD	030097	
3169015	Ronchi dei Legionari	ronchi-dei-legionari	IT	34077	11902	Europe/Rome	45.82361	13.50972	11	Ronchi,Ronchi dei Legionari,Roncji,Roncjis	031016	06	GO	031016	
3169016	Ronchi	ronchi	IT	12100	0	Europe/Rome	46.68333	11.53333				17	BZ	021022	
3169017	Ronchi	ronchi	IT	12100	0	Europe/Rome	46.1	9.56667				09	SO	014006	
3169018	Ronchi	ronchi	IT	12100	0	Europe/Rome	45.88333	11.56667				20	VI	024042	
3169019	Ronchi	ronchi	IT	12100	0	Europe/Rome	44.63333	9.91667				05	PR	034046	
3169021	Ronchena	ronchena	IT	32020	0	Europe/Rome	46.03333	12				20	BL	025028	
3169022	Roncegno Terme	roncegno	IT	38050	2475	Europe/Rome	46.04981	11.40829		Roncegno,ronchenyo,ロンチェーニョ	022156	17	TN	022156	
3169026	Roncaglia	roncaglia	IT	15033	414	Europe/Rome	45.04292	9.79631	48	Roncaglia,Roncaglie		05	PC	033032	
3169027	Roncaglia	roncaglia	IT	15033	0	Europe/Rome	44.78333	7.55				12	CN	004143	
3169029	Roncade	roncade	IT	31056	6585	Europe/Rome	45.63	12.37417	8	Roncade	026069	20	TV	026069	
3169030	Roncà	ronca	IT	37030	3385	Europe/Rome	45.48089	11.28759		Ronca,Roncà	023063	20	VR	023063	
3169031	Romola	romola	IT	50026	0	Europe/Rome	43.7	11.16667		La Romola,Romola		16	FI	048038	
3169034	Rometta	rometta	IT	54013	202	Europe/Rome	44.2	10.05	116			16	MS	045007	
3169035	Romentino	romentino	IT	28068	5234	Europe/Rome	45.46397	8.71904	146	Romentino	003131	12	NO	003131	
3169036	Romeno	romeno	IT	38010	731	Europe/Rome	46.39481	11.11847	961	Romeno,romeno,ロメーノ	022155	17	TN	022155	
3169053	Romans d'Isonzo	romans-d-isonzo	IT	34076	3109	Europe/Rome	45.89167	13.44083	23	Romans,Romans d'Isonzo,Romans dal Lusinc	031015	06	GO	031015	
3169054	Romans	romans	IT	33030	524	Europe/Rome	45.89944	13.0175	19			06	UD	030130	
3169055	Romanoro	romanoro	IT	41044	0	Europe/Rome	44.3	10.51667		Romanoro		05	MO	036016	
3169056	Romano di Lombardia	romano-di-lombardia	IT	24058	15634	Europe/Rome	45.52458	9.74836		Romano di Lombardia	016183	09	BG	016183	
3169057	Romano Canavese	romano-canavese	IT	10090	2792	Europe/Rome	45.38866	7.86652	270	Romano,Romano Canavese,ロマーノ・カナヴェーゼ	001223	12	TO	001223	
3169059	Romanengo	romanengo	IT	26014	2517	Europe/Rome	45.37737	9.78166		Romanengo	019086	09	CR	019086	
3169061	Romana	romana	IT	07010	619	Europe/Rome	40.48406	8.58742		Romana	090061	14	SS	090061	
3169063	Romagnese	romagnese	IT	27050	909	Europe/Rome	44.83946	9.32976		Romagnese	018128	09	PV	018128	
3169064	Romagnano Sesia	romagnano-sesia	IT	28078	3596	Europe/Rome	45.63107	8.38863	268	Romagnano,Romagnano Sesia,ロマニャーノ・セージア	003130	12	NO	003130	
3169065	Romagnano al Monte	romagnano-al-monte	IT	84020	415	Europe/Rome	40.62801	15.45626		Romagnano al Monte	065110	04	SA	065110	
3169067	Romagnano	romagnano	IT	37023	1481	Europe/Rome	46.01807	11.10563	235			17	TN	022205	
3169072	Rolo	rolo	IT	42047	3650	Europe/Rome	44.88567	10.8602	21	Rolo	035035	05	RE	035035	
3169075	Roisan	roisan	IT	11010	852	Europe/Rome	45.78396	7.3131		Roisan	007057	19	AO	007057	
3169076	Roio Piano	roio-piano	IT	67100	670	Europe/Rome	42.32781	13.35701	810			01	AQ	066049	
3169077	Roio del Sangro	roio-del-sangro	IT	66040	159	Europe/Rome	41.91153	14.37382		Roio del Sangro	069077	01	CH	069077	
3169079	Roiate	roiate	IT	00030	798	Europe/Rome	41.87232	13.06729		Roiate,roiate,ロイアーテ	058090	07	RM	058090	
3169084	Rogolo	rogolo	IT	23010	501	Europe/Rome	46.13609	9.48434		Rogolo	014056	09	SO	014056	
3169086	Rognano	rognano	IT	27010	194	Europe/Rome	45.28847	9.09025		Rognano	018127	09	PV	018127	
3169088	Rogoredo	rogoredo	IT	20138	0	Europe/Rome	45.43135	9.24491				09	MI	015146	
3169089	Rofrano	rofrano	IT	84070	2193	Europe/Rome	40.2114	15.42786		Rofrano	065109	04	SA	065109	
3169092	Rodio	rodio	IT	84066	0	Europe/Rome	40.13333	15.23333				04	SA	065096	
3169094	Rodi Garganico	rodi-garganico	IT	71012	3778	Europe/Rome	41.92874	15.88105		Rodi Garganico	071043	13	FG	071043	
3169096	Rodengo	rodengo	IT	39037	1170	Europe/Rome	46.8	11.7		Rodeneck,Rodeneck-Rodengo,Rodengo,rodengo,ロデンゴ		17	BZ	021075	
3169097	Rodeano Basso	rodeano-basso	IT	33030	0	Europe/Rome	46.11167	13.00583		Rodeano,Rodeano Basso		06	UD	030095	
3169098	Rodano	rodano	IT	20053	4325	Europe/Rome	45.47607	9.35315		Rodano,rodano,ローダノ	015185	09	MI	015185	
3169099	Rodallo	rodallo	IT	10014	816	Europe/Rome	45.2805	7.87463	250			12	TO	001047	
3169109	Rocchetta Sant'Antonio	rocchetta-sant-antonio	IT	71020	1870	Europe/Rome	41.10352	15.46175	633	Rocchetta San Antonio,Rocchetta Sant'Antonio,Rochetta Sant'Antonio	071042	13	FG	071042	
3169110	Rocchetta Nervina	rocchetta-nervina	IT	18030	268	Europe/Rome	43.89062	7.59964	235	Rocchetta Nervina	008051	08	IM	008051	
3169111	Rocchetta Ligure	rocchetta-ligure	IT	15060	220	Europe/Rome	44.70655	9.05046		Rocchetta Ligure	006148	12	AL	006148	
3169112	Rocchetta di Vara	rocchetta-di-vara	IT	19020	852	Europe/Rome	44.25115	9.75788		A Rocheta,Rocchetta di Vara	011025	08	SP	011025	
3169113	Rocchetta a Volturno	rocchetta-a-volturno	IT	86070	1083	Europe/Rome	41.62582	14.08902		Rocchetta,Rocchetta al Volturno	094042	11	IS	094042	
3169116	Rocchetta	rocchetta	IT	41052	0	Europe/Rome	44.26667	11.61667		Parrochia la Rocchetta,Rocchetta		05	BO	037007	
3169117	Rocchetta	rocchetta	IT	41052	0	Europe/Rome	42.76667	12.93333		Rocchetta		18	PG	054010	
3169118	Rocchetta	rocchetta	IT	41052	0	Europe/Rome	42.65	13.28333				07	RI	057002	
3169119	Rocchetta	rocchetta	IT	41052	0	Europe/Rome	41.23652	14.15722			061072	04	CE	061072	
3169120	Roccavivi	roccavivi	IT	67050	1046	Europe/Rome	41.81214	13.53662	470			01	AQ	066092	
3169121	Roccavivara	roccavivara	IT	86020	739	Europe/Rome	41.83423	14.59992	650		070060	11	CB	070060	
3169122	Roccavione	roccavione	IT	12018	2454	Europe/Rome	44.31463	7.48243	646	Roccavione	004192	12	CN	004192	
3169124	Roccatederighi	roccatederighi	IT	58036	773	Europe/Rome	43.02802	11.08109	537			16	GR	053021	
3169125	Roccatagliata	roccatagliata	IT	16040	0	Europe/Rome	44.46667	16.2				00			
3169128	Roccastrada	roccastrada	IT	58036	2301	Europe/Rome	43.00993	11.16653	475	Roccastrada	053021	16	GR	053021	
3169129	Roccaspromonte	roccaspromonte	IT	86010	0	Europe/Rome	41.6	14.56667				11	CB	070016	
3169130	Roccaspinalveti	roccaspinalveti	IT	66050	1671	Europe/Rome	41.94233	14.47092		Roccaspinalveti	069076	01	CH	069076	
3169131	Rocca Sinibalda	rocca-sinibalda	IT	02026	825	Europe/Rome	42.27443	12.92558			057062	07	RI	057062	
3169132	Roccasicura	roccasicura	IT	86080	531	Europe/Rome	41.69676	14.23065	758		094041	11	IS	094041	
3169133	Roccasecca dei Volsci	roccasecca-dei-volsci	IT	04010	1201	Europe/Rome	41.47852	13.2128		Roccasecca dei Volsci,ロッカセッカ・デイ・ヴォルシ	059023	07	LT	059023	
3169135	Roccasecca	roccasecca	IT	03038	7442	Europe/Rome	41.55132	13.66711		Roccasecca,rokkasekka,ロッカセッカ	060060	07	FR	060060	
3169136	Roccascalegna	roccascalegna	IT	66040	378	Europe/Rome	42.06254	14.30682	460	Roccascalegna	069075	01	CH	069075	
3169139	Rocca San Felice	rocca-san-felice	IT	83050	903	Europe/Rome	40.95032	15.16515		Rocca San Felice	064079	04	AV	064079	
3169140	Rocca San Casciano	rocca-san-casciano	IT	47017	1583	Europe/Rome	44.05916	11.84313	210	Rocca San Casciano	040036	05	FC	040036	
3169143	Roccaromana	roccaromana	IT	81051	1035	Europe/Rome	41.27412	14.22132			061071	04	CE	061071	
3169144	Roccaravindola	roccaravindola	IT	86070	0	Europe/Rome	41.53333	14.11667		Roccaravindola,Roccrazindola,Rocearavindola		11	IS	094028	
3169145	Roccaraso	roccaraso	IT	67037	1218	Europe/Rome	41.85013	14.07841	1236	Roccarasa,Roccaraso	066084	01	AQ	066084	
3169147	Roccarainola	roccarainola	IT	80030	7182	Europe/Rome	40.96941	14.55984		Roccarainola,rokkarainora,ロッカライーノラ	063065	04	NA	063065	
3169148	Rocca Priora	rocca-priora	IT	00079	0	Europe/Rome	43.63333	13.36667				10	AN	042018	
3169149	Rocca Priora	rocca-priora	IT	00079	9034	Europe/Rome	41.77862	12.74818	768	Rocca Priora,ロッカ・プリオーラ	058088	07	RM	058088	
3169150	Roccapreturo	roccapreturo	IT	67020	0	Europe/Rome	42.18333	13.68333				01	AQ	066100	
3169156	Roccapiemonte	roccapiemonte	IT	84086	6363	Europe/Rome	40.76071	14.69264	86	Roccapiemonte	065108	04	SA	065108	
3169157	Rocca Pia	rocca-pia	IT	67030	189	Europe/Rome	41.93343	13.97701		Rocca Pia	066083	01	AQ	066083	
3169160	Roccantica	roccantica	IT	02040	300	Europe/Rome	42.32073	12.69398	457	Roccantica	057061	07	RI	057061	
3169161	Roccanova	roccanova	IT	85036	1142	Europe/Rome	40.21201	16.20318	648	Roccanova	076069	02	PZ	076069	
3169162	Roccanolfi	roccanolfi	IT	06047	0	Europe/Rome	42.85	13.01667				18	PG	054043	
3169163	San Rocco	san-rocco	IT	12046	703	Europe/Rome	42.24294	14.12891	458	Roccamontepiano	069073	01	CH	069073	
3169165	Roccamonfina	roccamonfina	IT	81035	3807	Europe/Rome	41.28822	13.98312		Roccamonfina	061070	04	CE	061070	
3169166	Rocca Massima	rocca-massima	IT	04010	1104	Europe/Rome	41.67932	12.91939		Rocca Massima,ロッカ・マッシマ	059022	07	LT	059022	
3169167	Roccamandolfi	roccamandolfi	IT	86092	913	Europe/Rome	41.49712	14.35382	850		094040	11	IS	094040	
3169168	Rocca Malatina	rocca-malatina	IT	41052	558	Europe/Rome	44.38877	10.96473	564			05	MO	036017	
3169169	Roccalvecce	roccalvecce	IT	01100	211	Europe/Rome	42.56667	12.16667		Roccalvecce,Rokkal'veche,Роккальвече		07	VT	056059	
3169170	Roccalbegna	roccalbegna	IT	58053	1241	Europe/Rome	42.7863	11.50788		Roccalbegna	053020	16	GR	053020	
3169172	Rocca Imperiale	rocca-imperiale	IT	87074	799	Europe/Rome	40.10971	16.58019	204	Rocca Imperiale	078103	03	CS	078103	
3169173	Roccagloriosa	roccagloriosa	IT	84060	1734	Europe/Rome	40.107	15.43557		Roccagloriosa	065107	04	SA	065107	
3169174	Roccagiovine	roccagiovine	IT	00020	297	Europe/Rome	42.05002	12.89938		Rocca Giovane,Rocca Giòvane,Roccagiovine,rokkajovu~ine,ロッカジョーヴィネ	058087	07	RM	058087	
3169175	Roccafranca	roccafranca	IT	25030	3746	Europe/Rome	45.46438	9.91446		Roccafranca	017162	09	BS	017162	
3169176	Roccaforzata	roccaforzata	IT	74020	1756	Europe/Rome	40.43742	17.3896		Roccaforzata	073023	13	TA	073023	
3169177	Roccaforte Mondovì	roccaforte-mondovi	IT	12088	2024	Europe/Rome	44.31793	7.74474		Roccaforte,Roccaforte Mondovi,Roccaforte Mondovì	004190	12	CN	004190	
3169178	Roccaforte Ligure	roccaforte-ligure	IT	15060	167	Europe/Rome	44.67745	9.02856		Roccaforte Ligure	006146	12	AL	006146	
3169181	Rocca di Papa	rocca-di-papa	IT	00040	15036	Europe/Rome	41.75963	12.7043	680	Rocca di Papa,ロッカ・ディ・パーパ	058086	07	RM	058086	
3169182	Rocca di Mezzo	rocca-di-mezzo	IT	67048	1082	Europe/Rome	42.20473	13.5193	1322	Rocca di Mezzo	066082	01	AQ	066082	
3169185	Rocca di Cave	rocca-di-cave	IT	00030	358	Europe/Rome	41.84642	12.94549		Rocca di Cave,ロッカ・ディ・カーヴェ	058085	07	RM	058085	
3169186	Rocca di Cambio	rocca-di-cambio	IT	67047	320	Europe/Rome	42.23613	13.489	1433	Rocca di Cambio	066081	01	AQ	066081	
3169187	Rocca di Botte	rocca-di-botte	IT	67066	695	Europe/Rome	42.02622	13.06769	750	Rocca di Botte	066080	01	AQ	066080	
3169188	Rocca d'Evandro	rocca-d-evandro	IT	81040	3720	Europe/Rome	41.38902	13.90812			061069	04	CE	061069	
3169191	Roccadaspide	roccadaspide	IT	84069	7461	Europe/Rome	40.42541	15.19206		Roccadaspide	065106	04	SA	065106	
3169192	Rocca d'Arce	rocca-d-arce	IT	03030	1031	Europe/Rome	41.58712	13.58511			060059	07	FR	060059	
3169194	Rocca Corneta	rocca-corneta	IT	40042	0	Europe/Rome	44.2	10.86667				05	BO	037033	
3169197	Roccacasale	roccacasale	IT	67030	566	Europe/Rome	42.12293	13.8881	450	Roccacasale	066079	01	AQ	066079	
3169198	Rocca Canavese	rocca-canavese	IT	10070	605	Europe/Rome	45.30975	7.57622	421	Rocca Canavese,ロッカ・カナヴェーゼ	001221	12	TO	001221	
3169199	Roccabianca	roccabianca	IT	43010	1365	Europe/Rome	45.00937	10.21938	32	Roccabianca	034030	05	PR	034030	
3169202	Rocca	rocca	IT	32030	217	Europe/Rome	45.95	11.75	296			20	BL	025004	
3169203	Rocca	rocca	IT	32030	0	Europe/Rome	45.85	8.26667				12	VC	002156	
3169204	Rocca	rocca	IT	32030	0	Europe/Rome	44.58333	8.73333				12	AL	006169	
3169205	Rocca	rocca	IT	32030	0	Europe/Rome	42.88333	13.3				10	AP	044044	
3169206	Robilante	robilante	IT	12017	1957	Europe/Rome	44.29353	7.51243	686	Robilante	004185	12	CN	004185	
3169207	Robella	robella	IT	14020	310	Europe/Rome	45.20506	8.32921	135			12	VC	002148	
3169208	Robella	robella	IT	14020	0	Europe/Rome	44.65	7.3				12	CN	004209	
3169209	Robecco sul Naviglio	robecco-sul-naviglio	IT	20087	6174	Europe/Rome	45.43907	8.88554		Robecco,Robecco sul Naviglio,ロベッコ・スル・ナヴィーリオ	015184	09	MI	015184	
3169210	Robecco d'Oglio	robecco-d-oglio	IT	26010	2245	Europe/Rome	45.25937	10.07657		Robecco,Robecco d'Oglio	019085	09	CR	019085	
3169211	Robecchetto con Induno	robecchetto-con-induno	IT	20020	4320	Europe/Rome	45.52927	8.76694		Robecchetto con Induno,ロベッケット・コン・インドゥーノ	015183	09	MI	015183	
3169212	Robbio	robbio	IT	27038	6159	Europe/Rome	45.29056	8.59114		Robbio	018123	09	PV	018123	
3169213	Robbiate	robbiate	IT	23899	4961	Europe/Rome	45.69148	9.43685			097071	09	LC	097071	
3169215	Robassomero	robassomero	IT	10070	2298	Europe/Rome	45.20005	7.56892	360	Robassome,Robassomero,Robassomé,robassomero,ロバッソメーロ	001220	12	TO	001220	
3169216	Roasio	roasio	IT	13060	2462	Europe/Rome	45.60457	8.28482		Roasio	002116	12	VC	002116	
3169218	Roana	roana	IT	36010	1093	Europe/Rome	45.8824	11.46239	990	Roana	024085	20	VI	024085	
3169220	Ro	ro	IT	44033	1473	Europe/Rome	44.94678	11.75621	5	Ro,Ro Ferrara,ro,ロ	038020	05	FE	038020	
3169223	Rizzolo	rizzolo	IT	96010	0	Europe/Rome	46.85	11.56667				17	BZ	021016	
3169226	Rivolto	rivolto	IT	33033	0	Europe/Rome	45.95861	13.01972				06	UD	030027	
3169227	Rivoltella	rivoltella	IT	25010	0	Europe/Rome	45.45	10.55				09	BS	017067	
3169228	Rivolta d'Adda	rivolta-d-adda	IT	26027	7012	Europe/Rome	45.47017	9.51145		Rivolta,Rivolta d'Ada,Rivolta d'Adda,Риволта д'Ада	019084	09	CR	019084	
3169231	Rivoli	rivoli	IT	10098	46031	Europe/Rome	45.07155	7.52622	390	Rivoli,Rivoli Torinese,rivu~ori,Риволи,リーヴォリ	001219	12	TO	001219	
3169232	Rivoli	rivoli	IT	10098	0	Europe/Rome	43.58333	10.61667				16	PI	050040	
3169234	Rivoira	rivoira	IT	12012	0	Europe/Rome	44.5	7.4				12	CN	004247	
3169235	Rivodutri	rivodutri	IT	02010	1278	Europe/Rome	42.51643	12.85498		Rivodutri	057060	07	RI	057060	
3169238	Rivignano	rivignano	IT	33061	4015	Europe/Rome	45.8775	13.04056		Rivignan,Rivignano	030188	06	UD	030188	
3169243	Rivergaro	rivergaro	IT	29029	3762	Europe/Rome	44.90956	9.59727	155	Rivergaro	033038	05	PC	033038	
3169244	Rivera	rivera	IT	10040	0	Europe/Rome	45.11667	7.4				12	TO	001006	
3169245	Rivello	rivello	IT	85040	738	Europe/Rome	40.078	15.75607	479	Rivello	076068	02	PZ	076068	
3169246	Rive d'Arcano	rive-d-arcano	IT	33030	638	Europe/Rome	46.12722	13.03222	175	Rive d'Arcano,Rive d’Arcano,Rivis d'Arcjan	030095	06	UD	030095	
3169247	Rive	rive	IT	13030	467	Europe/Rome	45.21416	8.41754	126	Rive	002115	12	VC	002115	
3169249	Rivarotta	rivarotta	IT	33061	0	Europe/Rome	45.82194	13.08083				06	UD	030188	
3169250	Rivarolo Mantovano	rivarolo-mantovano	IT	46017	2792	Europe/Rome	45.06997	10.43368		Rivarolo Mantovano	020050	09	MN	020050	
3169251	Rivarolo Ligure	rivarolo-ligure	IT	16159	0	Europe/Rome	44.43683	8.89367	50	Rivarolo		08	GE	010025	
3169252	Rivarolo del Re ed Uniti	rivarolo-del-re-ed-uniti	IT	26036	1919	Europe/Rome	45.02797	10.46978		Rivarolo del Re,Rivarolo del Re ed Uniti	019083	09	CR	019083	
3169253	Rivarolo Canavese	rivarolo-canavese	IT	10086	10978	Europe/Rome	45.33115	7.71702	304	Rivareul,Rivarolo Canavese,リヴァローロ・カナヴェーゼ	001217	12	TO	001217	
3169255	Rivara	rivara	IT	10080	2115	Europe/Rome	45.33255	7.63292	359	Rivara,rivu~ara,リヴァーラ	001216	12	TO	001216	
3169256	Riva presso Chieri	riva-presso-chieri	IT	10020	3833	Europe/Rome	44.98495	7.87233		Riva,Riva di Chieri,Riva presso Chieri,リーヴァ・プレッソ・キエーリ	001215	12	TO	001215	
3169258	Rivanazzano	rivanazzano	IT	27055	4429	Europe/Rome	44.92908	9.01368		Rivanazzano	018122	09	PV	018122	
3169259	Rivamonte Agordino	rivamonte-agordino	IT	32020	399	Europe/Rome	46.25226	12.02303	973		025043	20	BL	025043	
3169261	Rivalta Scrivia	rivalta-scrivia	IT	15057	0	Europe/Rome	44.85	8.81667				12	AL	006174	
3169262	Rivalta di Torino	rivalta-di-torino	IT	10040	10411	Europe/Rome	45.03404	7.51842	294	Arvauta,Arvàuta,Rivalta di Torino,リヴァルタ・ディ・トリーノ	001214	12	TO	001214	
3169264	Rivalta sul Mincio	rivalta-sul-mincio	IT	46040	0	Europe/Rome	45.17287	10.67667	23			09	MN	020051	
3169265	Rivalta	rivalta	IT	12064	0	Europe/Rome	44.65	10.58333				05	RE	035033	
3169266	Rivalta	rivalta	IT	12064	0	Europe/Rome	44.63333	10.31667				05	PR	034019	
3169267	Riva Ligure	riva-ligure	IT	18015	2496	Europe/Rome	43.83792	7.87965	2	Riva Ligure	008050	08	IM	008050	
3169269	Rivalba	rivalba	IT	10090	334	Europe/Rome	45.11835	7.88812	225	Rivalba,rivu~aruba,リヴァルバ	001213	12	TO	001213	
3169270	Riva di Tures	riva-di-tures	IT	39032	223	Europe/Rome	46.94874	12.06419	1600	Rein,Riva di Tures,Riva in Valle		17	BZ	021017	
3169272	Riva del Garda	riva-del-garda	IT	38066	14727	Europe/Rome	45.88577	10.84117	73	Riva,Riva del Garda,Riva sul Garda,リーヴァ・デル・ガルダ	022153	17	TN	022153	
3169274	Riva	riva	IT	45012	0	Europe/Rome	46.23691	9.43417				09	SO	014057	
3169275	Riva	riva	IT	45012	0	Europe/Rome	45.78048	11.10516	716			17	TN	022210	
3169276	Riva	riva	IT	45012	0	Europe/Rome	44.25823	9.42537				08			
3169284	Rispescia	rispescia	IT	58100	755	Europe/Rome	42.70704	11.13602	15			16	GR	053011	
3169288	Risano	risano	IT	33050	671	Europe/Rome	45.97441	13.25492	57			06	UD	030074	
3169295	Ripi	ripi	IT	03027	5282	Europe/Rome	41.61222	13.4258		Ripi	060058	07	FR	060058	
3169296	Ripe San Ginesio	ripe-san-ginesio	IT	62020	758	Europe/Rome	43.14275	13.36758		Ripe	043045	10	MC	043045	
3169297	Ripe	ripe	IT	60012	3575	Europe/Rome	43.66906	13.10586		Ripe,ripe,リーペ	042050	10	AN	042050	
3169299	Ripatransone	ripatransone	IT	63065	1695	Europe/Rome	43.00015	13.76203	494		044063	10	AP	044063	
3169300	Ripa Teatina	ripa-teatina	IT	66010	1867	Europe/Rome	42.35864	14.23411	199	Ripa Teatina	069072	01	CH	069072	
3169302	Riparbella	riparbella	IT	56046	834	Europe/Rome	43.36473	10.59931	216	Riparbella	050030	16	PI	050030	
3169303	Ripapersico	ripapersico	IT	44015	668	Europe/Rome	44.68765	11.78541	1			05	FE	038019	
3169304	Ripalvella	ripalvella	IT	05010	0	Europe/Rome	42.85	12.31667				18	TR	055030	
3169306	Ripalta Nuova	ripalta-nuova	IT	26010	3062	Europe/Rome	45.33247	9.69266		Ripalta,Ripalta Cremasca	019081	09	CR	019081	
3169307	Ripalta	ripalta	IT	71010	0	Europe/Rome	41.85	15.26667				13	FG	071027	
3169308	Ripalimosani	ripalimosani	IT	86025	1731	Europe/Rome	41.61103	14.66273	640	Ripalimosano	070059	11	CB	070059	
3169311	Ripafratta	ripafratta	IT	56017	0	Europe/Rome	43.81667	10.41667		Pupafratta,Ripafratta		16	PI	050031	
3169312	Ripacorbaria	ripacorbaria	IT	65024	0	Europe/Rome	42.28333	14.06667				01	PE	068022	
3169314	Ripacandida	ripacandida	IT	85020	1508	Europe/Rome	40.91192	15.72476	620	Ripacandida	076067	02	PZ	076067	
3169315	Ripabottoni	ripabottoni	IT	86040	427	Europe/Rome	41.68923	14.80833	654		070058	11	CB	070058	
3169316	Ripabianca	ripabianca	IT	06051	571	Europe/Rome	42.9397	12.40323	230	Ripabianca		18	PG	054017	
3169317	Ripabianca	ripabianca	IT	06051	0	Europe/Rome	41.06667	14.71667				04	BN	062022	
3169318	Ripaberarda	ripaberarda	IT	63072	0	Europe/Rome	42.91667	13.58333				10	AP	044007	
3169320	Ripa	ripa	IT	55047	0	Europe/Rome	42.26667	13.56667		Ripa		01	AQ	066042	
3169322	Rioveggio	rioveggio	IT	40036	0	Europe/Rome	44.28333	11.2		Casa de Vegetti,Rioveggio		05	BO	037036	
3169323	Riotorto	riotorto	IT	57025	1445	Europe/Rome	42.97998	10.68471	52			16	LI	049012	
3169324	Rio Saliceto	rio-saliceto	IT	42010	5167	Europe/Rome	44.81157	10.8026	24	Rio Saliceto	035034	05	RE	035034	
3169325	Rionero Sannitico	rionero-sannitico	IT	86087	879	Europe/Rome	41.71193	14.13862	1051	Rionero,Rionero Sannitico	094039	11	IS	094039	
3169326	Rionero in Vulture	rionero-in-vulture	IT	85028	12670	Europe/Rome	40.92572	15.66996	656	Arniuro in Vulture,Rionero in Vulture	076066	02	PZ	076066	
3169330	Rio Marina	rio-marina	IT	57038	1220	Europe/Rome	42.81342	10.42622	51	Rio Marina,リオ・マリーナ	049015	16	LI	049015	
3169332	Riomagno	riomagno	IT	55047	226	Europe/Rome	44.0019	10.22062	65			16	LU	046028	
3169333	Riomaggiore	riomaggiore	IT	19017	1067	Europe/Rome	44.09979	9.73869	35	Rimazo,Rimazò,Riomaggiore,riomajjore,リオマッジョーレ	011024	08	SP	011024	
3169335	Riolunato	riolunato	IT	41020	385	Europe/Rome	44.22985	10.6516	716	Riolunato	036035	05	MO	036035	
3169336	Riolo Terme	riolo-terme	IT	48025	4332	Europe/Rome	44.27536	11.72782	98	Riolo Terme,Riolo dei Bagni,リオーロ・テルメ	039015	05	RA	039015	
3169337	Riolo	riolo	IT	41013	407	Europe/Rome	44.6139	11.08708	29			05	MO	036006	
3169338	Riolo	riolo	IT	41013	0	Europe/Rome	44.43333	11.35		Riolo,Rioto		05	BO	037047	
3169339	Riola	riola	IT	40038	0	Europe/Rome	44.26667	11.06667				05	BO	037013	
3169340	Riofreddo	riofreddo	IT	00020	0	Europe/Rome	46.47222	13.56278				06	UD	030117	
3169341	Riofreddo	riofreddo	IT	00020	0	Europe/Rome	42.95	12.98333				10	MC	043057	
3169342	Riofreddo	riofreddo	IT	00020	764	Europe/Rome	42.05982	12.99719		Riofreddo,riofureddo,リオフレッド	058083	07	RM	058083	
3169345	Rio di Pusteria - Muehlbach	rio-di-pusteria	IT	39037	2640	Europe/Rome	46.79783	11.66808		Muehlbach,Muhlbach,Mühlbach,Rio di Pusteria,リオ・ディ・プステリーア	021074	17	BZ	021074	
3169347	Rio nell'Elba	rio-nell-elba	IT	57039	782	Europe/Rome	42.81312	10.40122	165	Rio nell'Elba,リオ・ネッレルバ	049016	16	LI	049016	
3169361	Rimini	rimini	IT	47900	118673	Europe/Rome	44.06333	12.58083	5	Ariminum,RMI,Remin,Rimini,Rèmin,Rímini,rimini,rymyny,Римини,Ріміні,ريميني,リミニ	RN	05	RN	099014	
3169363	Rimella	rimella	IT	13020	142	Europe/Rome	45.90807	8.18222		Rimella	002113	12	VC	002113	
3169365	Rimasco	rimasco	IT	13026	154	Europe/Rome	45.85907	8.06282		Rimasco	002112	12	VC	002112	
3169366	Rima San Giuseppe	rima-san-giuseppe	IT	13026	76	Europe/Rome	45.88597	7.99901		Rima,Rima San Giuseppe	002111	12	VC	002111	
3169370	Rigutino	rigutino	IT	52100	0	Europe/Rome	43.37548	11.86738				16	AR	051002	
3169374	Rigoso	rigoso	IT	43010	0	Europe/Rome	44.36667	10.13333				05	PR	034022	
3169379	Rigolato	rigolato	IT	33020	372	Europe/Rome	46.55393	12.84619	760	Rigolato,Rigulat	030094	06	UD	030094	
3169392	Rignano sull'Arno	rignano-sull-arno	IT	50067	7542	Europe/Rome	43.72105	11.45143		Rignano	048036	16	FI	048036	
3169394	Rignano Garganico	rignano-garganico	IT	71010	2309	Europe/Rome	41.67934	15.58835		Rignano Garganico	071041	13	FG	071041	
3169395	Rignano Flaminio	rignano-flaminio	IT	00068	6822	Europe/Rome	42.20068	12.47892	250	Rignano Flaminio,リニャーノ・フラミーニオ	058082	07	RM	058082	
3169405	Rifredo	rifredo	IT	50033	0	Europe/Rome	44.06667	11.38333				16	FI	048018	
3169412	Rieti	rieti	IT	02100	43785	Europe/Rome	42.40723	12.85918		QRT,Rieti,rieti,Риети,リエーティ	RI	07	RI	057059	
3169414	Riese Pio X	riese-pio-x	IT	31039	3389	Europe/Rome	45.729	11.919	65		026068	20	TV	026068	
3169417	Ricò	rico	IT	47014	0	Europe/Rome	44.08111	12.03806				05	FC	040019	
3169418	Riclaretto	riclaretto	IT	10060	0	Europe/Rome	44.93333	7.15				12	TO	001186	
3169419	Ricigliano	ricigliano	IT	84020	1339	Europe/Rome	40.66722	15.47846		Ricigliano	065105	04	SA	065105	
3169422	Riccovolto	riccovolto	IT	41044	0	Europe/Rome	44.26667	10.55		Riccovolto,Riccovolto Nuovo		05	MO	036016	
3169423	Riccò del Golfo di Spezia	ricco-del-golfo-di-spezia	IT	19020	3367	Europe/Rome	44.1541	9.76414	144	Ricco del Golfo,Ricco del Golfo di Spezia,Riccò del Golfo,Riccò del Golfo di Spezia,Rico,Ricò	011023	08	SP	011023	
3169424	Riccione	riccione	IT	47838	32744	Europe/Rome	43.99942	12.65689	12	Riccione	099013	05	RN	099013	
3169430	Riccia	riccia	IT	86016	3784	Europe/Rome	41.48193	14.83324	710		070057	11	CB	070057	
3169431	Riccardina	riccardina	IT	40054	216	Europe/Rome	44.55276	11.52391	25			05	BO	037008	
3169437	Ribolla	ribolla	IT	58027	2438	Europe/Rome	42.97087	11.03555	57			16	GR	053021	
3169440	Riardo	riardo	IT	81053	2509	Europe/Rome	41.26272	14.15192		Riardo	061068	04	CE	061068	
3169441	Riano	riano	IT	00060	0	Europe/Rome	44.6	10.2				05	PR	034018	
3169442	Riano	riano	IT	00060	0	Europe/Rome	42.65	13.48333				01	TE	067036	
3169443	Riano	riano	IT	00060	6784	Europe/Rome	42.09685	12.50392	125	Riano,riano,リアーノ	058081	07	RM	058081	
3169445	Riale	riale	IT	40069	0	Europe/Rome	46.42277	8.41656	1731			12	VB	103031	
3169446	Riale	riale	IT	40069	2869	Europe/Rome	44.48333	11.23333	80	Cuvara,Riale		05	BO	037060	
3169447	Rho	rho	IT	20017	50246	Europe/Rome	45.53087	9.04014		Rho,Ro,ro,Ро,ロー	015182	09	MI	015182	
3169448	Rhemes-Notre-Dame	rhemes-notre-dame	IT	11010	112	Europe/Rome	45.56965	7.1187		Rheme Notre Dame,Rhemes-Notre-Dame,Rhême Notre Dame,Rhêmes-Notre-Dame	007055	19	AO	007055	
3169449	Rezzonico	rezzonico	IT	22010	0	Europe/Rome	46.07109	9.2777	205			09	CO	013248	
3169450	Rezzoaglio	rezzoaglio	IT	16048	1248	Europe/Rome	44.52625	9.38827		Rezoaggi,Rezzoaglio	010048	08	GE	010048	
3169451	Rezzo	rezzo	IT	18026	237	Europe/Rome	44.02142	7.87144	563	Rezzo	008049	08	IM	008049	
3169452	Rezzato	rezzato	IT	25086	12295	Europe/Rome	45.51418	10.31667		Rezzato	017161	09	BS	017161	
3169453	Rezzano	rezzano	IT	29013	0	Europe/Rome	44.86667	9.78333				05	PC	033011	
3169454	Rezzago	rezzago	IT	22030	274	Europe/Rome	45.86678	9.24974		Rezzago	013195	09	CO	013195	
3169458	Revò	revo	IT	38028	1207	Europe/Rome	46.39181	11.05967		Revo,Revò,revu~o,レヴォ	022152	17	TN	022152	
3169459	Revine Lago	revine-lago	IT	31020	2119	Europe/Rome	46.005	12.2175		Revine,Revine Lago,Rèvine	026067	20	TV	026067	
3169460	Revigliasco	revigliasco	IT	10024	2265	Europe/Rome	45.01667	7.73333	397			12	TO	001156	
3169462	Revere	revere	IT	46036	2485	Europe/Rome	45.05348	11.1313		Revere	020049	09	MN	020049	
3169465	Revello	revello	IT	12036	2186	Europe/Rome	44.65464	7.39152	351	Revel,Revello	004180	12	CN	004180	
3169468	Retorbido	retorbido	IT	27050	1170	Europe/Rome	44.94946	9.03615		Retorbido	018121	09	PV	018121	
3169472	Resiutta	resiutta	IT	33010	233	Europe/Rome	46.39371	13.21796	316	Reseute,Resiutta	030093	06	UD	030093	
3169478	Resia	resia	IT	33010	677	Europe/Rome	46.8275	10.521	1525	Reschen am See,Resia,Resia all'Adige		17	BZ	021027	
3169481	Rescaldina	rescaldina	IT	20027	13025	Europe/Rome	45.61647	8.95384		Rescaldina,resukarudina,レスカルディーナ	015181	09	MI	015181	
3169482	Resana	resana	IT	31023	3031	Europe/Rome	45.6352	11.95861	31		026066	20	TV	026066	
3169489	Reno	reno	IT	43028	0	Europe/Rome	44.53333	10.18333				05	PR	034039	
3169491	Rendinara	rendinara	IT	67050	0	Europe/Rome	41.83333	13.46667				01	AQ	066057	
3169493	Renazzo	renazzo	IT	44045	4307	Europe/Rome	44.76667	11.28333	16			05	FE	038004	
3169502	Remanzacco	remanzacco	IT	33047	3399	Europe/Rome	46.08667	13.32444	110	Ramanzas,Remanzacco	030091	06	UD	030091	
3169505	Reino	reino	IT	82020	1360	Europe/Rome	41.29162	14.82294		Reino	062056	04	BN	062056	
3169507	Regona	regona	IT	26026	0	Europe/Rome	45.23333	10.21667				09	BS	017177	
3169508	Regona	regona	IT	26026	0	Europe/Rome	45.2	9.81667		Regona,Regona inferiore,Regona superiore		09	CR	019076	
3169509	Regoledo	regoledo	IT	23013	0	Europe/Rome	46.01667	9.31667				09	LC	097067	
3169511	Regnano	regnano	IT	42030	0	Europe/Rome	44.56667	10.58333				05	RE	035044	
3169512	Regnano	regnano	IT	42030	0	Europe/Rome	44.23333	10.21667				16	MS	045004	
3169514	Regina Margherita	regina-margherita	IT	10093	0	Europe/Rome	45.06667	7.58333				12	TO	001120	
3169523	Reggiolo	reggiolo	IT	42046	6753	Europe/Rome	44.91847	10.81079	20	Reggiolo	035032	05	RE	035032	
3169526	Reggello	reggello	IT	50066	3729	Europe/Rome	43.68233	11.52575	390	Reggello	048035	16	FI	048035	
3169527	Refrontolo	refrontolo	IT	31020	648	Europe/Rome	45.92389	12.20694	216	Refrontolo	026065	20	TV	026065	
3169529	Redù	redu	IT	41015	0	Europe/Rome	44.65	11.06667				05	MO	036006	
3169530	Redipúglia	redipuglia	IT	34070	0	Europe/Rome	45.84584	13.48649				06	GO	031006	
3169533	Redagno	redagno	IT	39040	0	Europe/Rome	46.35	11.4		Radagno,Redagno		17	BZ	021001	
3169534	Reda	reda	IT	48018	870	Europe/Rome	44.30162	11.96857	21			05	RA	039010	
3169535	Recoleta	recoleta	IT	75020	0	Europe/Rome	40.25	16.65		Recoleta,Ricoleta		02	MT	077031	
3169536	Recoaro Terme	recoaro-terme	IT	36076	3259	Europe/Rome	45.7042	11.22449	450	Recoaro,Recoaro Terme	024084	20	VI	024084	
3169537	Recetto	recetto	IT	28060	838	Europe/Rome	45.46036	8.43573	162	Recetto	003129	12	NO	003129	
3169539	Recco	recco	IT	16036	9680	Europe/Rome	44.36227	9.14354	5	Recco,Reko,Реко	010047	08	GE	010047	
3169540	Recanati	recanati	IT	62019	14337	Europe/Rome	43.40386	13.55978	293	Recanati,Rekanati,Реканати	043044	10	MC	043044	
3169541	Recale	recale	IT	81020	7147	Europe/Rome	41.05511	14.30403		Recale	061067	04	CE	061067	
3169542	Rebeccu	rebeccu	IT	07012	0	Europe/Rome	40.41667	8.8				14	SS	090013	
3169543	Reano	reano	IT	10090	1598	Europe/Rome	45.05304	7.42712	470	Rean,Reano,reano,レアーノ	001211	12	TO	001211	
3169549	Re	re	IT	28856	502	Europe/Rome	46.13188	8.54792	710	Re,re,レ	103060	12	VB	103060	
3169554	Raviscanina	raviscanina	IT	81017	1352	Europe/Rome	41.37022	14.24272		Raviscanina	061066	04	CE	061066	
3169557	Ravi	ravi	IT	58023	245	Europe/Rome	42.91171	10.91908	209			16	GR	053010	
3169559	Raveo	raveo	IT	33029	386	Europe/Rome	46.43583	12.87028	518	Raveo,Raviei	030089	06	UD	030089	
3169561	Ravenna	ravenna	IT	48100	80868	Europe/Rome	44.4175	12.20111	4	RAN,Ravena,Ravenna,Ravenne,Rawenna,Rávena,la wen na,ravenna,ravu~en'na,rwwnh,Равена,Равенна,רוונה,रवेन्ना,ラヴェンナ,拉文納	RA	05	RA	039014	
3169562	Ravello	ravello	IT	84010	1523	Europe/Rome	40.64932	14.61167	350	Ravello,Ravielle,ravelo,Равело	065104	04	SA	065104	
3169564	Ravascletto	ravascletto	IT	33020	361	Europe/Rome	46.52504	12.92138	950	Ravasclet,Ravascletto	030088	06	UD	030088	
3169565	Ravarino	ravarino	IT	41017	4291	Europe/Rome	44.72117	11.0984	23	Ravarino	036034	05	MO	036034	
3169569	Rauscedo	rauscedo	IT	33095	0	Europe/Rome	46.04083	12.82472				06	PN	093038	
3169573	Rasura	rasura	IT	23010	306	Europe/Rome	46.10059	9.55274		Rasura	014055	09	SO	014055	
3169575	Rasun di Sopra	rasun-di-sopra	IT	39030	635	Europe/Rome	46.78958	12.05709	1091	Rasun,Rasun di Sopra		17	BZ	021071	
3169580	Rassina	rassina	IT	52016	0	Europe/Rome	43.65	11.83333				16	AR	051008	
3169586	Rasiglia	rasiglia	IT	06034	0	Europe/Rome	42.96667	12.86667				18	PG	054018	
3169588	Rasa	rasa	IT	21100	0	Europe/Rome	46.75	11.65		Rasa,Rosa		17	BZ	021111	
3169590	Rapone	rapone	IT	85020	663	Europe/Rome	40.84672	15.50116	838	Rapone	076065	02	PZ	076065	
3169591	Rapolla	rapolla	IT	85027	3989	Europe/Rome	40.97572	15.67126	450	Rapolla	076064	02	PZ	076064	
3169592	Rapolano Terme	rapolano-terme	IT	53040	4776	Europe/Rome	43.28954	11.60524		Rapolano,Rapolano Terme,ラポラーノ・テルメ	052026	16	SI	052026	
3169593	Rapino	rapino	IT	66010	0	Europe/Rome	42.6	13.68333		Rapino		01	TE	067041	
3169594	Rapino	rapino	IT	66010	1258	Europe/Rome	42.21074	14.18391	420	Rapino	069071	01	CH	069071	
3169602	Rapallo	rapallo	IT	16035	26993	Europe/Rome	44.3496	9.22796	5	Rapallo,raparro,Рапалло,ラパッロ	010046	08	GE	010046	
3169604	Rapagnano	rapagnano	IT	63831	828	Europe/Rome	43.16155	13.59438	316		109035	10	FM	109035	
3169605	Raossi	raossi	IT	38060	1412	Europe/Rome	45.78274	11.11851		Raossi di Vallarsa,Vallarsa		17	TN	022210	
3169606	Ranzano	ranzano	IT	43025	0	Europe/Rome	45.99798	12.53583				06	PN	093022	
3169607	Ranzano	ranzano	IT	43025	215	Europe/Rome	44.45982	10.25151	609			05	PR	034026	
3169612	Ranco	ranco	IT	21020	1108	Europe/Rome	45.79733	8.57105		Ranco	012116	09	VA	012116	
3169613	Ranco	ranco	IT	21020	0	Europe/Rome	43.73333	12.2				16	AR	051035	
3169614	Rancio Valcuvia	rancio-valcuvia	IT	21030	867	Europe/Rome	45.91568	8.77273		Rancio Valcuvia	012115	09	VA	012115	
3169621	Ramiseto	ramiseto	IT	42032	352	Europe/Rome	44.41216	10.27719	781	Ramiseto	035031	05	RE	035031	
3169624	Raldon	raldon	IT	37057	3830	Europe/Rome	45.35	11.03333	37			20	VR	023071	
3169626	Raiano	raiano	IT	67027	2726	Europe/Rome	42.10233	13.8146	390	Raiano,Rarano	066077	01	AQ	066077	
3169639	Radicondoli	radicondoli	IT	53030	510	Europe/Rome	43.26094	11.04363	509	Radicondoli,radikondori,ラディコンドリ	052025	16	SI	052025	
3169640	Radicofani	radicofani	IT	53040	1219	Europe/Rome	42.89553	11.77005			052024	16	SI	052024	
3169644	Radda in Chianti	radda-in-chianti	IT	53017	708	Europe/Rome	43.4878	11.37759	530	Radda,Radda in Chianti,ラッダ・イン・キアンティ	052023	16	SI	052023	
3169646	Racines	racines	IT	39040	4128	Europe/Rome	46.86667	11.3		Racines,Ratschings,rachinesu,ラチーネス		17	BZ	021070	
3169647	Racconigi	racconigi	IT	12035	9156	Europe/Rome	44.76984	7.67893	260	Racconigi,Racunis,rakkoniji,ラッコニージ	004179	12	CN	004179	
3169648	Racchiuso	racchiuso	IT	33040	385	Europe/Rome	46.16719	13.32754	176			06	UD	030007	
3169649	Raccano	raccano	IT	45038	214	Europe/Rome	44.95726	11.72953	4			20	RO	029037	
3169655	Quittengo	quittengo	IT	13812	238	Europe/Rome	45.65676	8.01102		Quittengo	096052	12	BI	096052	
3169656	Quistello	quistello	IT	46026	5871	Europe/Rome	45.00558	10.9823		Quistello	020047	09	MN	020047	
3169660	Quinzano d'Oglio	quinzano-d-oglio	IT	25027	5851	Europe/Rome	45.31088	10.00857		Quizano	017159	09	BS	017159	
3169661	Quinto Vicentino	quinto-vicentino	IT	36050	1984	Europe/Rome	45.5741	11.633	37	Quinto Vicentino	024083	20	VI	024083	
3169662	Quinto Vercellese	quinto-vercellese	IT	13030	367	Europe/Rome	45.37966	8.36173	140	Quinto,Quinto Vercellese	002108	12	VC	002108	
3169663	Quinto di Treviso	quinto-di-treviso	IT	31055	6796	Europe/Rome	45.64806	12.16667	17	Quinto,Quinto di Trevisio,Quinto di Treviso	026064	20	TV	026064	
3169664	Quinto al Mare	quinto-al-mare	IT	16166	0	Europe/Rome	44.38442	9.01943				08	GE	010025	
3169666	Quingentole	quingentole	IT	46020	1235	Europe/Rome	45.03908	11.0458			020046	09	MN	020046	
3169667	Quindici	quindici	IT	83020	3005	Europe/Rome	40.86331	14.64754		Quindici	064077	04	AV	064077	
3169668	Quincinetto	quincinetto	IT	10010	1036	Europe/Rome	45.56296	7.80732	295	Quincinetto,Quinsne,Quinsné,kuinchinetto,クインチネット	001210	12	TO	001210	
3169670	Quiliano	quiliano	IT	17047	2801	Europe/Rome	44.29254	8.41265	32	Cuggioen,Cuggiœn,Quiliano,kuiriano,クイリアーノ	009052	08	SV	009052	
3169671	Quiesa	quiesa	IT	55054	0	Europe/Rome	43.85	10.36667				16	LU	046018	
3169673	Quero	quero	IT	32038	1807	Europe/Rome	45.92181	11.9315	288		025042	20	BL	025042	
3169675	Querciola	querciola	IT	40042	0	Europe/Rome	44.2	10.88333				05	BO	037033	
3169681	Querceto	querceto	IT	50019	100	Europe/Rome	43.28333	10.71667		Castello di Querceto,Querceto		16	PI	050019	
3169682	Querceta	querceta	IT	55047	0	Europe/Rome	43.96667	10.21667				16	LU	046024	
3169683	Quercegrossa	quercegrossa	IT	53019	0	Europe/Rome	43.4	11.3				16	SI	052016	
3169684	Querce	querce	IT	50054	0	Europe/Rome	43.8	10.76667				16	FI	048019	
3169686	Querce	querce	IT	50054	0	Europe/Rome	43.06667	12.75		Querce,Quercie		18	PG	054059	
3169687	Quattro Castella	quattro-castella	IT	42020	2800	Europe/Rome	44.63496	10.47429	161	Quattro Castella	035030	05	RE	035030	
3169688	Quattordio	quattordio	IT	15028	1166	Europe/Rome	44.89635	8.40494	135	Quatordi,Quattordio,Quatòrdi	006142	12	AL	006142	
3169690	Quassolo	quassolo	IT	10010	350	Europe/Rome	45.52286	7.83232	275	Quassolo,kuassoro,クアッソーロ	001209	12	TO	001209	
3169694	Quarto Oggiaro	quarto-oggiaro	IT	20157	0	Europe/Rome	45.51675	9.13651		Oggiaro		09	MI	015146	
3169696	Quarto Inferiore	quarto-inferiore	IT	40057	0	Europe/Rome	44.9	8.3				12	AT	005028	
3169697	Quarto Inferiore	quarto-inferiore	IT	40057	1685	Europe/Rome	44.53333	11.41667	35			05	BO	037030	
3169699	Quarto dei Mille	quarto-dei-mille	IT	16148	0	Europe/Rome	44.38715	9.00437				08	GE	010025	
3169700	Quarto d'Altino	quarto-d-altino	IT	30020	5880	Europe/Rome	45.57944	12.37333	4	Quarto d'Altino,Quarto d’Altino,クアルト・ダルティーノ	027031	20	VE	027031	
3169703	Quarto	quarto	IT	29020	0	Europe/Rome	44.98333	9.65				05	PC	033023	
3169704	Quarto	quarto	IT	29020	0	Europe/Rome	44.9	8.3		Quarto,Quarto d'Asti		12	AT	005028	
3169705	Quarto	quarto	IT	29020	0	Europe/Rome	43.89264	12.08754				05	FC	040044	
3169710	Quartaia	quartaia	IT	53034	0	Europe/Rome	43.38333	11.08333		Quartaia,Quartaja		16	SI	052012	
3169712	Quart	quart	IT	11020	3103	Europe/Rome	45.74096	7.4152		Chateau de Quart,Quart	007054	19	AO	007054	
3169713	Quarrata	quarrata	IT	51039	9805	Europe/Rome	43.84985	10.98072	48		047017	16	PT	047017	
3169714	Quarona	quarona	IT	13017	3558	Europe/Rome	45.75787	8.26572	406	Quarona	002107	12	VC	002107	
3169715	Quarna Sopra	quarna-sopra	IT	28898	289	Europe/Rome	45.87367	8.37262	860	Quarna Sopra	103058	12	VB	103058	
3169716	Quargnento	quargnento	IT	15044	1042	Europe/Rome	44.94495	8.48704	121	Quargnent,Quargnento	006141	12	AL	006141	
3169718	Quarata	quarata	IT	52100	0	Europe/Rome	43.5	11.81667				16	AR	051002	
3169719	Quarantoli	quarantoli	IT	41037	1059	Europe/Rome	44.91954	11.10324	13			05	MO	036022	
3169721	Quara	quara	IT	42010	0	Europe/Rome	44.35	10.5				05	RE	035045	
3169723	Qualso	qualso	IT	33010	652	Europe/Rome	46.17651	13.24298	192			06	UD	030090	
3169724	Qualiano	qualiano	IT	80019	23752	Europe/Rome	40.92684	14.15771	101	Qualiano,kuariano,クアリアーノ	063062	04	NA	063062	
3169725	Quagliuzzo	quagliuzzo	IT	10010	244	Europe/Rome	45.42676	7.78162	334	Quagliuzzo,kuariuttsu~o,クアリウッツォ	001208	12	TO	001208	
3169726	Quaglietta	quaglietta	IT	83040	0	Europe/Rome	40.75	15.23333		Quaglietta		04	AV	064014	
3169728	Quadroni	quadroni	IT	00066	0	Europe/Rome	42.13333	12.11667				07	RM	058054	
3169732	Quadri	quadri	IT	66040	839	Europe/Rome	41.92493	14.28822	640	Quadri,kuadori,クアドリ	069070	01	CH	069070	
3169733	Quadrelli	quadrelli	IT	05026	340	Europe/Rome	42.64912	12.52047	373			18	TR	055017	
3169734	Quadrelle	quadrelle	IT	83020	1573	Europe/Rome	40.94851	14.63934			064076	04	AV	064076	
3169742	Putignano	putignano	IT	56121	28176	Europe/Rome	40.85183	17.12129		Putignano,Putin'jano,Путиньяно	072036	13	BA	072036	
3169743	Putifigari	putifigari	IT	07040	701	Europe/Rome	40.56083	8.45917		Putifigari	090060	14	SS	090060	
3169746	Pusiano	pusiano	IT	22030	1166	Europe/Rome	45.81388	9.28184		Pasiano,Pusiano	013193	09	CO	013193	
3169750	Puos d'Alpago	puos-d-alpago	IT	32015	1547	Europe/Rome	46.14154	12.36176	419	Puos,Puos d'Alpago	025041	20	BL	025041	
3169753	Puntone	puntone	IT	58020	0	Europe/Rome	44.1	10.55				16	LU	046011	
3169755	Punta Marina	punta-marina	IT	48100	0	Europe/Rome	44.44278	12.29917				05	RA		
3169759	Pumenengo	pumenengo	IT	24050	1488	Europe/Rome	45.47928	9.86956		Pumenengo	016177	09	BG	016177	
3169760	Pulsano	pulsano	IT	74026	10240	Europe/Rome	40.38212	17.3564		Pulsano	073022	13	TA	073022	
3169765	Pulfero	pulfero	IT	33046	1202	Europe/Rome	46.175	13.48472		Pulfar,Pulfero	030086	06	UD	030086	
3169769	Puianello	puianello	IT	42020	1443	Europe/Rome	44.6263	10.5642	140			05	RE	035030	
3169773	Pugliola	pugliola	IT	19032	0	Europe/Rome	44.08722	9.91293				08	SP	011016	
3169774	Pugliano	pugliano	IT	81057	0	Europe/Rome	44.2	10.2				16	LU	046019	
3169775	Pugliano	pugliano	IT	81057	0	Europe/Rome	43.86667	12.36667				10	PU	041033	
3169776	Puglianello	puglianello	IT	82030	1411	Europe/Rome	41.22342	14.45043		Puglianello	062055	04	BN	062055	
3169784	Prunetta	prunetta	IT	51020	0	Europe/Rome	44	10.8				16	PT	047007	
3169787	Provvidenti	provvidenti	IT	86040	166	Europe/Rome	41.71723	14.82543			070056	11	CB	070056	
3169789	Provesano	provesano	IT	33095	523	Europe/Rome	46.07	12.8875	96			06	PN	093038	
3169793	Prossedi	prossedi	IT	04010	1248	Europe/Rome	41.51622	13.2607		Prossedi,purossedi,プロッセーディ	059020	07	LT	059020	
3169796	Prosecco	prosecco	IT	34017	0	Europe/Rome	45.70807	13.73376		Prosecco,Prosek		06	TS	032006	
3169798	Propata	propata	IT	16027	155	Europe/Rome	44.56565	9.18566		Propa,Propata,Propâ	010045	08	GE	010045	
3169802	Prodo	prodo	IT	05018	0	Europe/Rome	42.76667	12.23333				18	TR	055023	
3169807	Procida	procida	IT	80079	10228	Europe/Rome	40.75691	14.01443	27	Proceta,Procida,ZJJ,purochida,プローチダ	063061	04	NA	063061	
3169808	Proceno	proceno	IT	01020	632	Europe/Rome	42.75723	11.82965			056044	07	VT	056044	
3169810	Procchio	procchio	IT	57030	441	Europe/Rome	42.78696	10.24372	6			16	LI	049010	
3169811	Priverno	priverno	IT	04015	13133	Europe/Rome	41.46911	13.1856		Piperno,Priverno,purivu~eruno,プリヴェルノ	059019	07	LT	059019	
3169814	Priola	priola	IT	12070	245	Europe/Rome	44.24363	8.02124	537	Priola	004177	12	CN	004177	
3169817	Primolano	primolano	IT	36020	0	Europe/Rome	45.96667	11.7				20	VI	024031	
3169820	Prima Porta	prima-porta	IT	00188	0	Europe/Rome	42	12.48333		Casale Prima Porta,Prima Norta,Prima Porta,Rubra,Saxa Rubra		07	RM	058091	
3169821	Primaluna	primaluna	IT	23819	0	Europe/Rome	46.11667	11.51667				17	TN	022171	
3169823	Prignano sulla Secchia	prignano-sulla-secchia	IT	41048	3551	Europe/Rome	44.43836	10.6919		Prignano sulla Secchia	036033	05	MO	036033	
3169824	Prignano Cilento	prignano-cilento	IT	84060	870	Europe/Rome	40.3309	15.06866		Prignano Cilento	065103	04	SA	065103	
3169826	Prezza	prezza	IT	67030	683	Europe/Rome	42.05933	13.8346	480	Prezza	066076	01	AQ	066076	
3169827	Prevalle	prevalle	IT	25080	0	Europe/Rome	46.68333	10.93333				17	BZ	021091	
3169829	Preturo	preturo	IT	67100	2076	Europe/Rome	42.37808	13.29633	685	Preturo		01	AQ	066049	
3169830	Pretoro	pretoro	IT	66010	546	Europe/Rome	42.21764	14.14181	560	Pretoro	069069	01	CH	069069	
3169839	Preta	preta	IT	02012	0	Europe/Rome	42.61589	13.34684				07	RI	057002	
3169841	Pressana	pressana	IT	37040	1017	Europe/Rome	45.28399	11.4048	19	Pressana	023061	20	VR	023061	
3169844	Presina	presina	IT	35016	676	Europe/Rome	45.56091	11.75198	32			20	PD	028063	
3169845	Presina	presina	IT	35016	0	Europe/Rome	45.28333	11.3				20	VR	023002	
3169846	Presenzano	presenzano	IT	81050	1741	Europe/Rome	41.37662	14.07642		Presenzano	061065	04	CE	061065	
3169847	Preselle	preselle	IT	58054	0	Europe/Rome	42.76201	11.25532				16	GR	053023	
3169851	Pré-Saint-Didier	pre-saint-didier	IT	11010	964	Europe/Rome	45.76416	6.98579		Pre-Saint-Didier,Prè-Saint-Didier,Pré-Saint-Didier,San Desiderio Terme	007053	19	AO	007053	
3169854	Prepotto	prepotto	IT	33040	892	Europe/Rome	45.76303	13.6942		Prepot,Prepotto,Prepotto di San Pelagio		06	TS	032001	
3169855	Preore	preore	IT	38095	357	Europe/Rome	46.0473	10.75727	530	Preore,pureore,プレオーレ	022148	17	TN	022148	
3169859	Premosello-Chiovenda	premosello-chiovenda	IT	28803	1270	Europe/Rome	46.00418	8.32892	222	Premosello,Premosello-Chiovenda	103057	12	VB	103057	
3169860	Premilcuore	premilcuore	IT	47010	613	Europe/Rome	43.97948	11.7801	459	Premilcuore	040033	05	FC	040033	
3169861	Premeno	premeno	IT	28818	466	Europe/Rome	45.97908	8.59782	840	Premeno	103055	12	VB	103055	
3169862	Premariacco	premariacco	IT	33040	1743	Europe/Rome	46.05455	13.39396	112	Premaria,Premariacco	030083	06	UD	030083	
3169863	Premana	premana	IT	23834	2256	Europe/Rome	46.05245	9.42129		Premana	097069	09	LC	097069	
3169868	Preglia	preglia	IT	28865	0	Europe/Rome	46.14476	8.29425				12	VB	103025	
3169869	Preganziol	preganziol	IT	31022	6674	Europe/Rome	45.60139	12.23722	12	Preganziol	026063	20	TV	026063	
3169871	Predosa	predosa	IT	15077	1241	Europe/Rome	44.75135	8.65545	136	Predosa	006140	12	AL	006140	
3169872	Predore	predore	IT	24060	1776	Europe/Rome	45.68078	10.01436		Predore	016174	09	BG	016174	
3169874	Predoi - Prettau	predoi	IT	39030	633	Europe/Rome	47.04074	12.10588		Predoi,Prettau,puredoi,プレドーイ	021068	17	BZ	021068	
3169877	Predazzo	predazzo	IT	38037	4254	Europe/Rome	46.30881	11.59969	1018	Predazzo,puredattsu~o,プレダッツォ	022147	17	TN	022147	
3169878	Predappio Alta	predappio-alta	IT	47016	447	Europe/Rome	44.10016	11.96121	235			05	FC	040032	
3169881	Preci	preci	IT	06047	292	Europe/Rome	42.87874	13.03655	596		054043	18	PG	054043	
3169883	Precenicco	precenicco	IT	33050	1190	Europe/Rome	45.79	13.07722	5	Precenicco,Precenins	030082	06	UD	030082	
3169886	Preara	preara	IT	36030	0	Europe/Rome	45.43333	11.13333				20	VR	023042	
3169887	Prea	prea	IT	12088	0	Europe/Rome	41.2	14.28333				04	CE	061024	
3169890	Prazzo	prazzo	IT	12028	198	Europe/Rome	44.81667	7.9				12	CN	004214	
3169892	Pray	pray	IT	13867	1408	Europe/Rome	45.67467	8.20432	439	Pray,purai,プライ	096050	12	BI	096050	
3169893	Pravisdomini	pravisdomini	IT	33076	1280	Europe/Rome	45.81917	12.69583	11	Pravisdomini	093035	06	PN	093035	
3169895	Pratovecchio	pratovecchio	IT	52015	3090	Europe/Rome	43.78685	11.72353		Pratovecchio		16	AR	051041	
3169897	Prato Sesia	prato-sesia	IT	28077	1578	Europe/Rome	45.65067	8.37293	275	Prato Sesia	003122	12	NO	003122	
3169905	Pratolungo	pratolungo	IT	28028	0	Europe/Rome	44.3	7.15				12	CN	004248	
3169906	Pratolino	pratolino	IT	50036	0	Europe/Rome	43.86667	11.3				16	FI	048046	
3169907	Pratola Serra	pratola-serra	IT	83039	3242	Europe/Rome	40.98702	14.85264		Pratola,Pratola Serra	064075	04	AV	064075	
3169908	Pratola Peligna	pratola-peligna	IT	67035	7043	Europe/Rome	42.09833	13.8739	342	Paatola Peligna,Paàtola Peligna,Pratola,Pratola Peligna	066075	01	AQ	066075	
3169913	Prato Carnico	prato-carnico	IT	33020	1065	Europe/Rome	46.52049	12.80886		Prat,Prato,Prato Carnico		06	UD	030081	
3169914	Prato allo Stelvio - Prad am Stilfser Joch	prato-allo-stelvio	IT	39026	3140	Europe/Rome	46.61901	10.59136		Prad am Stilfser Joch,Prad am Stilfserjoch,Prato,Prato allo Stelvio,プラート・アッロ・ステルヴィオ	021067	17	BZ	021067	
3169915	Prato all'Isarco	prato-all-isarco	IT	39053	0	Europe/Rome	46.5	11.45		Blumau,Prato a Isarco,Prato all'Isarco		17	BZ	021072	
3169918	Prato	prato	IT	42015	0	Europe/Rome	46.04512	8.16662				12	VB	103073	
3169919	Prato	prato	IT	42015	0	Europe/Rome	44.51667	11.53333				05	BO	037008	
3169920	Prato	prato	IT	42015	0	Europe/Rome	44.45	9.01667				08	GE	010025	
3169921	Prato	prato	IT	42015	181820	Europe/Rome	43.88425	11.09092	61	Prato,Pratu,Pre,Prè,bratw,pu la tuo,purato,Прато,براتو,プラート,普拉托	PO	16	PO	100005	
3169922	Prato	prato	IT	42015	0	Europe/Rome	42.63333	13.3				07	RI	057002	
3169926	Pratica di Mare	pratica-di-mare	IT	00071	0	Europe/Rome	41.66663	12.47995				07	RM	058079	
3169929	Pratella	pratella	IT	81010	1695	Europe/Rome	41.40462	14.17772		Pratella	061064	04	CE	061064	
3169930	Prata Sannita	prata-sannita	IT	81010	1699	Europe/Rome	41.43282	14.20272		Prata Sannita	061063	04	CE	061063	
3169932	Pratantico	pratantico	IT	52100	0	Europe/Rome	43.48333	11.81667				16	AR	051002	
3169934	Prata di Principato Ultra	prata-di-principato-ultra	IT	83030	3011	Europe/Rome	40.98722	14.83724		Prata di Principato Ultra	064074	04	AV	064074	
3169936	Prata d'Ansidonia	prata-d-ansidonia	IT	67020	330	Europe/Rome	42.27794	13.6083	846	Prata d'Ansidonia	066074	01	AQ	066074	
3169937	Prataccio	prataccio	IT	51020	0	Europe/Rome	44.01667	10.78333				16	PT	047015	
3169939	Prata Camportaccio	prata-camportaccio	IT	23020	2727	Europe/Rome	46.30719	9.39524		Prata,Prata Camportaccio	014054	09	SO	014054	
3169940	Prata	prata	IT	58024	584	Europe/Rome	43.08312	10.98547	620			16	GR	053015	
3169942	Prascorsano	prascorsano	IT	10080	259	Europe/Rome	45.36775	7.61692	590	Prascorsano	001206	12	TO	001206	
3169943	Prarolo	prarolo	IT	13012	315	Europe/Rome	45.28206	8.47814	117	Prareul,Prarolo	002104	12	VC	002104	
3169950	Pralungo	pralungo	IT	13899	1866	Europe/Rome	45.59016	8.03852	554		096049	12	BI	096049	
3169951	Pralormo	pralormo	IT	10040	897	Europe/Rome	44.85974	7.90143	303	Pralormo	001203	12	TO	001203	
3169952	Prali	prali	IT	10060	266	Europe/Rome	44.88944	7.05131		Praal,Prali,Prali Villa	001202	12	TO	001202	
3169954	Pralboino	pralboino	IT	25020	2622	Europe/Rome	45.26558	10.21757		Pralboino	017152	09	BS	017152	
3169956	Praiano	praiano	IT	84010	2087	Europe/Rome	40.61213	14.52461	120	Praiano,Prajano,Праяно	065102	04	SA	065102	
3169963	Pradleves	pradleves	IT	12027	236	Europe/Rome	44.41913	7.28153	822	Pradleves,Pradléves	004173	12	CN	004173	
3169965	Pradipozzo	pradipozzo	IT	30026	798	Europe/Rome	45.7875	12.75861	6			20	VE	027029	
3169969	Prade	prade	IT	38050	0	Europe/Rome	46.15739	11.74008	899			17	TN	022038	
3169972	Prada	prada	IT	48018	0	Europe/Rome	45.8	10.95				17	TN	022025	
3169973	Prada	prada	IT	48018	0	Europe/Rome	44.34278	12.02639				05	RA	039016	
3169976	Pracchia	pracchia	IT	51100	0	Europe/Rome	44.05	10.91667				16	PT	047014	
3169980	Pra	pra	IT	12080	0	Europe/Rome	44.42753	8.79001				08	GE	010025	
3169981	Pozzuolo del Friuli	pozzuolo-del-friuli	IT	33050	1684	Europe/Rome	45.98778	13.19556	67	Pocui,Pozzuolo,Pozzuolo del Friuli,Pucui,Puçui	030079	06	UD	030079	
3169982	Pozzuolo	pozzuolo	IT	06061	1028	Europe/Rome	43.12256	11.95707	351	Pozzuolo		18	PG	054009	
3169984	Pozzuoli	pozzuoli	IT	80078	78754	Europe/Rome	40.83196	14.11001		Pocuoli,Pouzzoles,Pozzuoli,Puteoli,Puzzuolo,pottsuori,Поцуоли,ポッツオリ,ポッツオーリ	063060	04	NA	063060	
3169988	Pozzonovo	pozzonovo	IT	35020	2927	Europe/Rome	45.19629	11.79171	6	Pozzonovo,Pozzonuovo	028070	20	PD	028070	
3169990	Pozzomaggiore	pozzomaggiore	IT	07018	3011	Europe/Rome	40.39876	8.66022		Pozzomaggiore	090059	14	SS	090059	
3169991	Pozzolo Formigaro	pozzolo-formigaro	IT	15068	4110	Europe/Rome	44.79515	8.78485	171	Pozzolo Formigaro	006138	12	AL	006138	
3169992	Pozzolo	pozzolo	IT	46045	0	Europe/Rome	44.73333	9.81667				05	PR	034005	
3169993	Pozzoleone	pozzoleone	IT	36050	1215	Europe/Rome	45.64978	11.67204	56	Pozzoleone	024082	20	VI	024082	
3169994	Pozzolengo	pozzolengo	IT	25010	2900	Europe/Rome	45.40628	10.63298		Pozzolengo	017151	09	BS	017151	
3169995	Pozzolatico	pozzolatico	IT	50023	0	Europe/Rome	43.71667	11.23333				16	FI	048022	
3169997	Pozzo Alto	pozzo-alto	IT	61100	316	Europe/Rome	43.88388	12.78566	157			10	PU	041044	
3170001	Pozzo	pozzo	IT	06035	0	Europe/Rome	45.98778	12.96639				06	UD	030027	
3170002	Pozzo	pozzo	IT	06035	0	Europe/Rome	43.29069	11.79872				16	AR	051018	
3170003	Pozzo	pozzo	IT	06035	255	Europe/Rome	42.90547	12.50935	426			18	PG	054022	
3170005	Pozzillo	pozzillo	IT	81042	0	Europe/Rome	41.2	14.2				04	CE	061040	
3170006	Pozzilli	pozzilli	IT	86077	1778	Europe/Rome	41.51142	14.06252	235	Poczilli,Pozzilli	094038	11	IS	094038	
3170009	Pozzallo	pozzallo	IT	97016	0	Europe/Rome	44.81032	9.33949				05	PC		
3170010	Pozzaglio ed Uniti	pozzaglio-ed-uniti	IT	26010	1202	Europe/Rome	45.20027	10.05057		Pozzaglio ed Uniti	019077	09	CR	019077	
3170013	Pozza di Fassa	pozza-di-fassa	IT	38036	1462	Europe/Rome	46.42701	11.6823	1325		022145	17	TN	022145	
3170014	Pozza	pozza	IT	41053	2882	Europe/Rome	44.52641	10.89234	128			05	MO	036019	
3170015	Pozza	pozza	IT	41053	0	Europe/Rome	42.3944	13.2844				01	AQ	066049	
3170016	Povoletto	povoletto	IT	33040	1969	Europe/Rome	46.11972	13.3	133	Paulet,Povoletto	030078	06	UD	030078	
3170017	Poviglio	poviglio	IT	42028	4726	Europe/Rome	44.84109	10.54459	29	Poviglio	035029	05	RE	035029	
3170018	Poviglio	poviglio	IT	42028	0	Europe/Rome	44.38333	10.23333				05	RE	035031	
3170247	Pontelungo	pontelungo	IT	51100	0	Europe/Rome	43.93333	10.88333				16	PT	047014	
3170019	Povegliano Veronese	povegliano-veronese	IT	37064	6113	Europe/Rome	45.34948	10.88109	47	Povegliano Veronese	023060	20	VR	023060	
3170023	Potenza Picena	potenza-picena	IT	62018	4326	Europe/Rome	43.36836	13.62228	237	Potenza Picena	043043	10	MC	043043	
3170027	Potenza	potenza	IT	85100	56433	Europe/Rome	40.64432	15.80857	819	Oppido Lucano,Potentia,Potenza,Putenza,QPO,potentsu~a,ポテンツァ	02	02	PZ	076063	
3170028	Potassa	potassa	IT	58023	208	Europe/Rome	42.94858	10.92728	70	Osteria di Potassa,Potassa		16	GR	053010	
3170031	Postua	postua	IT	13010	415	Europe/Rome	45.71287	8.23062	459	Postua	002102	12	VC	002102	
3170033	Postioma	postioma	IT	31038	2538	Europe/Rome	45.71861	12.15278	55			20	TV	026055	
3170035	Postiglione	postiglione	IT	84026	2334	Europe/Rome	40.55901	15.23236		Postiglione	065101	04	SA	065101	
3170036	Posticciola	posticciola	IT	02026	0	Europe/Rome	42.23333	12.93333				07	RI	057062	
3170039	Postalesio	postalesio	IT	23010	609	Europe/Rome	46.17409	9.77545		Postalesio	014053	09	SO	014053	
3170040	Postal - Burgstall	postal	IT	39014	1435	Europe/Rome	46.61142	11.19347		Burgstall,Postal,posutaru,ポスタル	021066	17	BZ	021066	
3170042	Posta	posta	IT	02019	824	Europe/Rome	42.52634	13.09808			057057	07	RI	057057	
3170043	Posta Fibreno	posta-fibreno	IT	03030	1274	Europe/Rome	41.69032	13.69741			060057	07	FR	060057	
3170050	Possagno	possagno	IT	31054	2110	Europe/Rome	45.8525	11.8731	276	Posan'o,Possagno,Посаньо	026061	20	TV	026061	
3170051	Positano	positano	IT	84017	2334	Europe/Rome	40.62829	14.48427	30	Positano,Pozitano,pojitano,Позитано,ポジターノ	065100	04	SA	065100	
3170052	Posina	posina	IT	36010	727	Europe/Rome	45.7903	11.26019		Posina	024080	20	VI	024080	
3170060	Posada	posada	IT	08020	2394	Europe/Rome	40.63197	9.71644		Posada	091073	14	NU	091073	
3170061	Porzano	porzano	IT	25024	0	Europe/Rome	42.66667	12.63333				18	TR	055032	
3170062	Portula	portula	IT	13833	600	Europe/Rome	45.67377	8.17932	634	Portula	096048	12	BI	096048	
3170063	Portoverrara	portoverrara	IT	44015	493	Europe/Rome	44.69303	11.83463	3			05	FE	038019	
3170065	Portovenere	portovenere	IT	19025	1025	Europe/Rome	44.05083	9.83431	8	Portivene,Portovenere,Pòrtivene,porutovu~enere,Портовенере,ポルトヴェーネレ	011022	08	SP	011022	
3170066	Portovecchio	portovecchio	IT	57025	0	Europe/Rome	45.80611	12.84222				20	VE	027029	
3170068	Porto Valtravaglia	porto-valtravaglia	IT	21010	2387	Europe/Rome	45.96088	8.68109		Porto Valtravaglia	012114	09	VA	012114	
3170069	Porto Torres	porto-torres	IT	07046	21653	Europe/Rome	40.835	8.39722	5	Porto Torres,Porto-Torres,Порто-Торрес	090058	14	SS	090058	
3170070	Porto Tolle	porto-tolle	IT	45018	10666	Europe/Rome	44.94969	12.32453		Porto Tolle	029039	20	RO	029039	
3170071	Porto Santo Stefano	porto-santo-stefano	IT	58019	8892	Europe/Rome	42.43825	11.11542	5		053016	16	GR	053016	
3170072	Porto Sant'Elpidio	porto-sant-elpidio	IT	63821	22233	Europe/Rome	43.25826	13.75829	4	Porto Sant'Elpidio,Porto Sant'Elpidio a Mare	109034	10	FM	109034	
3170073	Porto San Giorgio	porto-san-giorgio	IT	63822	15558	Europe/Rome	43.18266	13.79339	4	Porto San Giorgio	109033	10	FM	109033	
3170074	Porto Salvo	porto-salvo	IT	89900	0	Europe/Rome	41.22296	13.56949				07	LT	059009	
3170075	Porto Recanati	porto-recanati	IT	62017	10308	Europe/Rome	43.43646	13.66128	6	Porto Recanati	043042	10	MC	043042	
3170076	Porto Potenza Picena	porto-potenza-picena	IT	62018	7596	Europe/Rome	43.35751	13.69746	3	Porto Potenza Picena,Porto di Potenza Picena		10	MC	043043	
3170079	Porto Maurizio	porto-maurizio	IT	18100	0	Europe/Rome	43.87439	8.01401				08	IM	008031	
3170082	Portomaggiore	portomaggiore	IT	44015	7440	Europe/Rome	44.69848	11.80682	3	Portomaggiore,porutomajjore,ポルトマッジョーレ	038019	05	FE	038019	
3170086	Portogruaro	portogruaro	IT	30026	17468	Europe/Rome	45.77528	12.83861	5	Portogruaro,Puart,porutoguruaro,ポルトグルアーロ	027029	20	VE	027029	
3170087	Porto Garibaldi	porto-garibaldi	IT	44029	4732	Europe/Rome	44.67778	12.24444	1			05	FE	038006	
3170088	Porto Fuori	porto-fuori	IT	48100	3353	Europe/Rome	44.40557	12.25218	2	Porto Fuori,Santa Maria in Porto Fuori		05	RA	039014	
3170092	Portofino	portofino	IT	16034	406	Europe/Rome	44.30349	9.20942	5	Portofin,Portofino,fei nuo gang,porutofino,Портофино,ポルトフィーノ,菲諾港	010044	08	GE	010044	
3170094	Portoferraio	portoferraio	IT	57037	8296	Europe/Rome	42.81152	10.31462	4	Ferrajo,Portoferraio,porutoferraio,ポルトフェッラーイオ	049014	16	LI	049014	
3170097	Porto d'Ascoli	porto-d-ascoli	IT	63074	0	Europe/Rome	42.91184	13.89084		Porto d'Ascoli		10	AP	044066	
3170098	Porto Corsini	porto-corsini	IT	48100	1472	Europe/Rome	44.4941	12.27875	2	Porto Corsin		05	RA	039014	
3170102	Civitanova Marche	civitanova-marche	IT	62012	38299	Europe/Rome	43.30696	13.72058		Civitanova Marche,Porto Civitanova	043013	10	MC	043013	
3170103	Porto Ceresio	porto-ceresio	IT	21050	3068	Europe/Rome	45.90268	8.89923		Porto Ceresio	012113	09	VA	012113	
3170104	Portocannone	portocannone	IT	86045	2549	Europe/Rome	41.91594	15.00743	148	Portkanuni,Portocannone	070055	11	CB	070055	
3170105	Portobuffolè	portobuffole	IT	31040	739	Europe/Rome	45.85917	12.535		Portobuffole,Portobuffolè	026060	20	TV	026060	
3170107	Porto Azzurro	porto-azzurro	IT	57036	3088	Europe/Rome	42.76769	10.39241	2	Porto Azzuro,Porto Azzurro,Porto Longone,ポルト・アッズッロ	049013	16	LI	049013	
3170111	Portiolo	portiolo	IT	46027	0	Europe/Rome	45.03333	10.85				09	MN	020039	
3170112	Portile	portile	IT	41100	984	Europe/Rome	44.58112	10.93778	50			05	MO	036023	
3170114	Portico di Romagna	portico-di-romagna	IT	47010	315	Europe/Rome	44.02624	11.78207	309	Portico,Portico di Romagna,Poruco		05	FC	040031	
3170115	Portico di Caserta	portico-di-caserta	IT	81050	6733	Europe/Rome	41.05651	14.27943		Portico di Caserta	061062	04	CE	061062	
3170116	Portici	portici	IT	80055	55765	Europe/Rome	40.81563	14.33716	29	Portichi,Portici,Puortece,bwrtysh,porutichi,Портичи,بورتيش,ポルティチ	063059	04	NA	063059	
3170119	Porto Ercole	porto-ercole	IT	58018	2676	Europe/Rome	42.39485	11.19816	3	Port Ercole,Port'Ercole		16	GR	053016	
3170122	Portella	portella	IT	03049	0	Europe/Rome	41.53333	13.86667				07	FR	060068	
3170123	Portegrandi	portegrandi	IT	30020	0	Europe/Rome	45.55639	12.43944				20	VE	027031	
3170125	Portaria	portaria	IT	05021	0	Europe/Rome	42.65	12.56667				18	TR	055001	
3170127	Portalbera	portalbera	IT	27040	1343	Europe/Rome	45.09756	9.31886		Portalbera	018118	09	PV	018118	
3170131	Porretta Terme	porretta-terme	IT	40046	3632	Europe/Rome	44.15916	10.97231	349	Bagni della Porretta,Porretta Terme,Puratta	037049	05	BO	037049	
3170135	Porporano	porporano	IT	43100	1104	Europe/Rome	44.75	10.35	84			05	PR	034027	
3170136	Porpetto	porpetto	IT	33050	1550	Europe/Rome	45.86194	13.22167	10	Porpet,Porpetto	030077	06	UD	030077	
3170139	Pornello	pornello	IT	05010	0	Europe/Rome	42.88333	12.18333				18	TR	055030	
3170140	Pornassio	pornassio	IT	18024	651	Europe/Rome	44.07053	7.86954		Pornasce,Pornassio	008046	08	IM	008046	
3170141	Porlezza	porlezza	IT	22018	4144	Europe/Rome	46.03714	9.12921		Porlezza,Portus Laetitiae	013189	09	CO	013189	
3170147	Pordenone	pordenone	IT	33170	49878	Europe/Rome	45.96389	12.6575	24	Pordenon,Pordenone,Portus Naonis,QAD,porudenone,Порденоне,ポルデノーネ	PN	06	PN	093033	
3170152	Porcigatone	porcigatone	IT	43043	0	Europe/Rome	44.51667	9.73333				05	PR	034006	
3170154	Porcia	porcia	IT	33080	12987	Europe/Rome	45.96	12.60722	29	Porcia,Purcie	093032	06	PN	093032	
3170155	Porchiano	porchiano	IT	05022	0	Europe/Rome	42.9	13.56667				10	AP	044007	
3170156	Porchiano	porchiano	IT	05022	0	Europe/Rome	42.76667	12.36667				18	PG	054052	
3170157	Porchiano	porchiano	IT	05022	281	Europe/Rome	42.55139	12.35372	463			18	TR	055004	
3170159	Porchia	porchia	IT	63068	0	Europe/Rome	42.98333	13.61667				10	AP	044032	
3170162	Porcellengo	porcellengo	IT	31038	1307	Europe/Rome	45.70639	12.14167	48			20	TV	026055	
3170163	Porcari	porcari	IT	55016	6732	Europe/Rome	43.84414	10.61641	32	Porcari	046026	16	LU	046026	
3170166	Porano	porano	IT	05010	1624	Europe/Rome	42.68183	12.10186	444		055028	18	TR	055028	
3170169	Populonia	populonia	IT	57025	0	Europe/Rome	42.9887	10.4904				16	LI	049012	
3170172	Poppi	poppi	IT	52014	5873	Europe/Rome	43.73485	11.76073		Poppi	051031	16	AR	051031	
3170174	Popoli	popoli	IT	65026	0	Europe/Rome	42.75	13.1				18	PG	054035	
3170175	Popoli	popoli	IT	65026	5394	Europe/Rome	42.16993	13.8308	254	Popoli	068033	01	PE	068033	
3170177	Popiglio	popiglio	IT	51020	480	Europe/Rome	44.04569	10.75338	523			16	PT	047015	
3170178	Ponzone	ponzone	IT	13835	1206	Europe/Rome	44.58814	8.45935		Ponzone	006136	12	AL	006136	
3170183	Ponzano di Fermo	ponzano-di-fermo	IT	63845	396	Europe/Rome	43.10455	13.66139	248		109032	10	FM	109032	
3170184	Ponzano	ponzano	IT	51100	299	Europe/Rome	42.77899	13.70588	359	Ponzano		01	TE	067017	
3170189	Ponza	ponza	IT	04027	3110	Europe/Rome	40.8938	12.9625		Ponza,ZJY,pontsu~a,pontsu~a dao,ポンツァ,ポンツァ島	059018	07	LT	059018	
3170190	Pont-Saint-Martin	pont-saint-martin	IT	11026	3828	Europe/Rome	45.59536	7.79451	345	Pont-Saint-Martin,Ponte San Martino	007052	19	AO	007052	
3170191	Pontremoli	pontremoli	IT	54027	5208	Europe/Rome	44.37515	9.87888	236	Pontremoli,pontoremori,ポントレーモリ	045014	16	MS	045014	
3170193	Pontolo	pontolo	IT	43043	0	Europe/Rome	44.5	9.83333				05	PR	034006	
3170194	Pontinvrea	pontinvrea	IT	17042	374	Europe/Rome	44.44344	8.43605	425	O Ponte,Pontinvrea	009051	08	SV	009051	
3170196	Pontinia	pontinia	IT	04014	13027	Europe/Rome	41.41091	13.0441		Borgo Pasubio,Pontinia,pontinia,ポンティーニア	059017	07	LT	059017	
3170198	Pontida	pontida	IT	24030	2934	Europe/Rome	45.73238	9.49865		Pontida	016171	09	BG	016171	
3170199	Ponticino	ponticino	IT	52020	0	Europe/Rome	46.61667	11.36667				17	BZ	021086	
3170200	Ponticino	ponticino	IT	52020	0	Europe/Rome	43.48333	11.71667				16	AR	051019	
3170203	Ponticelli	ponticelli	IT	02038	881	Europe/Rome	44.31667	11.65	82			05	BO	037032	
3170204	Ponticelli	ponticelli	IT	02038	0	Europe/Rome	43.7	13.16667		Cannella,Ponticelli		10	AN	042045	
3170205	Ponticelli	ponticelli	IT	02038	0	Europe/Rome	42.16667	12.81667				07	RI	057064	
3170206	Ponticelli	ponticelli	IT	02038	0	Europe/Rome	40.8542	14.33038				04	NA	063049	
3170207	Ponti	ponti	IT	15010	306	Europe/Rome	44.62784	8.36544	187	Ponti	006134	12	AL	006134	
3170208	Pontevico	pontevico	IT	25026	6484	Europe/Rome	45.27437	10.09247		Pontevico	017149	09	BS	017149	
3170213	Ponte Tresa	ponte-tresa	IT	21037	5227	Europe/Rome	45.9671	8.85725				09	VA	012086	
3170214	Ponte Taro	ponte-taro	IT	43010	2408	Europe/Rome	44.82872	10.21037	62	Ponte Taro,Stradella		05	PR	034016	
3170215	Pontestura	pontestura	IT	15027	832	Europe/Rome	45.14246	8.33324	140	Pont da Stura,Pontestura	006133	12	AL	006133	
3170216	Ponte Storto	ponte-storto	IT	00060	0	Europe/Rome	45.73333	11.71667				20	VI	024087	
3170217	Ponte Selva	ponte-selva	IT	24020	0	Europe/Rome	45.86667	9.9		Ponte Selva,Ponte della Selva		09	BG	016168	
3170218	Ponte San Pietro	ponte-san-pietro	IT	24036	9633	Europe/Rome	45.69628	9.58485		Ponte San Pietro	016170	09	BG	016170	
3170219	Ponte San Pietro	ponte-san-pietro	IT	24036	0	Europe/Rome	43.86667	10.45				16	LU	046017	
3170220	Ponte San Nicolò	ponte-san-nicolo	IT	35020	12059	Europe/Rome	45.37049	11.92111		Ponto San Nicolo	028069	20	PD	028069	
3170224	Ponterotto	ponterotto	IT	35010	0	Europe/Rome	45.45	11.81667				20	PD	028103	
3170226	Ponte Ronca	ponte-ronca	IT	40069	2026	Europe/Rome	44.50166	11.18973	62			05	BO	037060	
3170227	Ponte Rio	ponte-rio	IT	60012	0	Europe/Rome	42.8	12.4				18	PG	054052	
3170228	Pontericcioli	pontericcioli	IT	61044	0	Europe/Rome	43.43333	12.63333				10	PU	041008	
3170230	Pontepetri	pontepetri	IT	51028	0	Europe/Rome	44.03333	10.88333				16	PT	047014	
3170232	Pontenure	pontenure	IT	29010	5385	Europe/Rome	44.99916	9.78857	65	Pontenure	033037	05	PC	033037	
3170234	Ponte Nuovo	ponte-nuovo	IT	06053	0	Europe/Rome	44.78333	10.58333				05	RE	035008	
3170235	Ponte Nuovo	ponte-nuovo	IT	06053	0	Europe/Rome	43.95	10.95				16	PT	047014	
3170236	Ponte Nova	ponte-nova	IT	39050	0	Europe/Rome	46.41667	11.48333		Birchabruch,Ponte Nova		17	BZ	021059	
3170237	Ponte Nossa	ponte-nossa	IT	24028	2046	Europe/Rome	45.86569	9.88326		Nossa,Ponte Nossa,Ponte di Nossa	016168	09	BG	016168	
3170238	Ponte Nizza	ponte-nizza	IT	27050	864	Europe/Rome	44.85256	9.09686		Ponte Nizza	018117	09	PV	018117	
3170241	Ponte Molino Baffoni	ponte-molino-baffoni	IT	47863	0	Europe/Rome	43.86667	12.28333				10	PU		
3170250	Pontelongo	pontelongo	IT	35029	3274	Europe/Rome	45.25111	12.02722	5	Pontelongo	028068	20	PD	028068	
3170251	Pontelatone	pontelatone	IT	81040	1881	Europe/Rome	41.19352	14.25173		Pontelatone	061061	04	CE	061061	
3170252	Pontelandolfo	pontelandolfo	IT	82027	2520	Europe/Rome	41.29322	14.68903		Pontelandol'fo,Pontelandolfo,Понтеландольфо	062054	04	BN	062054	
3170253	Ponte Lambro	ponte-lambro	IT	22037	4066	Europe/Rome	45.82658	9.22544		Ponte Lambro	013188	09	CO	013188	
3170256	Pontegrande	pontegrande	IT	88100	0	Europe/Rome	45.98987	8.1443				12	VB	103007	
3170257	Ponteginori	ponteginori	IT	56040	464	Europe/Rome	43.33535	10.74452	54	Ponteginora,Ponteginori		16	PI	050019	
3170259	Ponte Gardena - Waidbruck	ponte-gardena	IT	39040	181	Europe/Rome	46.59712	11.53088		Ponte Gardena,Ponte all'Isarco,Ponte in Gardena,Sublavio,Waidbruch,Waidbruck,ポンテ・ガルデーナ	021065	17	BZ	021065	
3170266	Ponte di Piave	ponte-di-piave	IT	31047	3529	Europe/Rome	45.71583	12.46444	11	Ponte di Piave	026058	20	TV	026058	
3170267	Ponte di Nava	ponte-di-nava	IT	12078	0	Europe/Rome	44.06667	7.86667				08	IM	008046	
3170268	Ponte di Masino	ponte-di-masino	IT	50050	0	Europe/Rome	43.81667	10.83333				16	PT	047006	
3170269	Ponte di Legno	ponte-di-legno	IT	25056	1869	Europe/Rome	46.2586	10.50866	1260	Ponte di Legno,ponte di len'o,Понте ди Леньо,ポンテ・ディ・レーニョ	017148	09	BS	017148	
3170270	Ponte di Brenta	ponte-di-brenta	IT	35129	0	Europe/Rome	45.41667	11.93333				20	PD	028060	
3170271	Ponte di Barbarano	ponte-di-barbarano	IT	36021	2208	Europe/Rome	45.39206	11.57847	20			20	VI	024011	
3170272	Pontedera	pontedera	IT	56025	19518	Europe/Rome	43.6643	10.63794	14	Pontedera	050029	16	PI	050029	
3170274	Ponte dell'Olio	ponte-dell-olio	IT	29028	3984	Europe/Rome	44.86736	9.64227	216	Ponte d'Olio,Ponte d'Ólio,Ponte dell'Olio	033036	05	PC	033036	
3170276	Ponte della Venturina	ponte-della-venturina	IT	40046	1450	Europe/Rome	44.13042	10.99113	419	Ponte Venturina,Ponte della Venturina		05	BO	037029	
3170281	Pontedecimo	pontedecimo	IT	16164	0	Europe/Rome	44.49767	8.9039				08	GE	010025	
3170282	Pontedassio	pontedassio	IT	18027	1436	Europe/Rome	43.94032	8.01385	80	O Pontedasce,Pontedassio	008045	08	IM	008045	
3170283	Ponte d'Arbia	ponte-d-arbia	IT	53014	0	Europe/Rome	43.16667	11.46667				16	SI	052017	
3170285	Pontecurone	pontecurone	IT	15055	3839	Europe/Rome	44.96016	8.93385	104	Pontecurone	006132	12	AL	006132	
3170286	Pontecorvo	pontecorvo	IT	03037	13280	Europe/Rome	41.46162	13.66671		Ponte Corvo,Pontecorvo	060056	07	FR	060056	
3170287	Ponte Chiasso	ponte-chiasso	IT	22100	0	Europe/Rome	45.83333	9.03333				09			
3170289	Pontecchio Polesine	pontecchio-polesine	IT	45030	1603	Europe/Rome	45.01978	11.81381	5	Pontecchio Polesine	029038	20	RO	029038	
3170293	Pontecagnano	pontecagnano	IT	84098	0	Europe/Rome	40.64251	14.87345		Pontekan'jano,Понтеканьяно	065099	04	SA	065099	
3170294	Ponte Caffaro	ponte-caffaro	IT	25070	0	Europe/Rome	45.82078	10.52707		Caffaro		09	BS	017010	
3170295	Ponte Buggianese	ponte-buggianese	IT	51019	4850	Europe/Rome	43.84285	10.74761	18	Ponte Buggianese	047016	16	PT	047016	
3170297	Pontebba	pontebba	IT	33016	1109	Europe/Rome	46.49939	13.30141	568	Pontebba,Pontebe	030076	06	UD	030076	
3170299	Ponte a Tressa	ponte-a-tressa	IT	53014	0	Europe/Rome	43.25158	11.39514				16	SI	052017	
3170301	Ponte a Moriano	ponte-a-moriano	IT	55100	0	Europe/Rome	43.9	10.51667		Ponte Ciano,Ponte a Moriano		16	LU	046017	
3170302	Ponte alla Chiassa	ponte-alla-chiassa	IT	52100	0	Europe/Rome	43.53333	11.86667				16	AR	051002	
3170305	Ponte a Ema	ponte-a-ema	IT	50126	0	Europe/Rome	43.73333	11.3				16	FI	048001	
3170306	Ponte a Elsa	ponte-a-elsa	IT	50053	0	Europe/Rome	43.68333	10.9		Ponte Elsa,Ponte a Elsa		16	PI	050032	
3170308	Ponte a Cappiano	ponte-a-cappiano	IT	50054	0	Europe/Rome	43.75	10.76667		Ponte a Cappiano,Ponte a Coppiano		16	FI	048019	
3170310	Ponte	ponte	IT	82030	0	Europe/Rome	45.4	11.38333				20	VI	024052	
3170311	Ponte	ponte	IT	82030	0	Europe/Rome	44.81667	9.46667				05	PC	033005	
3170312	Ponte	ponte	IT	82030	0	Europe/Rome	42.80617	12.91271		Ponte		18	PG	054010	
3170313	Ponte	ponte	IT	82030	0	Europe/Rome	42.40259	13.04234				07	RI	057015	
3170314	Ponte	ponte	IT	82030	277	Europe/Rome	41.27194	13.94332	422			04	CE	061088	
3170315	Ponte	ponte	IT	82030	1717	Europe/Rome	41.21466	14.70484	147	Ponte	062053	04	BN	062053	
3170316	Pont-Canavese	pont-canavese	IT	10085	3264	Europe/Rome	45.42286	7.59621	451	Pont-Canavese,ponto=kanavu~eze,ポント＝カナヴェーゼ	001199	12	TO	001199	
3170317	Pontassieve	pontassieve	IT	50065	9890	Europe/Rome	43.78042	11.44539	108	Pontass,Pontassieve	048033	16	FI	048033	
3170320	Ponso	ponso	IT	35040	1106	Europe/Rome	45.19069	11.58761	9	Ponso	028067	20	PD	028067	
3170321	Ponsacco	ponsacco	IT	56038	13683	Europe/Rome	43.62384	10.62911	24	Ponsacco	050028	16	PI	050028	
3170328	Poncarale	poncarale	IT	25020	4132	Europe/Rome	45.46098	10.17677		Poncarale	017147	09	BS	017147	
3170330	Pomposa	pomposa	IT	44021	0	Europe/Rome	44.83472	12.18278		Abbazia di Pomposa,Pomposa		05	FE	038005	
3170331	Pomponesco	pomponesco	IT	46030	1555	Europe/Rome	44.93137	10.60129		Pomponesco	020043	09	MN	020043	
3170332	Pompiano	pompiano	IT	25030	3388	Europe/Rome	45.43198	9.98926		Pompiano	017146	09	BS	017146	
3170333	Pompei Scavi	pompei-scavi	IT	80045	0	Europe/Rome	40.75007	14.48449				04	NA	063058	
3170334	Pompeiana	pompeiana	IT	18015	775	Europe/Rome	43.85297	7.88836	200	Pompeiana,Pompejana	008044	08	IM	008044	
3170335	Pompei	pompei	IT	80045	23902	Europe/Rome	40.74611	14.49734	14	Pompei,Pompeya,Valle di Pompei,Помпеи	063058	04	NA	063058	
3170337	Pompeano	pompeano	IT	41028	0	Europe/Rome	44.4	11.75				05	BO	037032	
3170340	Pomonte	pomonte	IT	57030	299	Europe/Rome	42.74846	10.12115	20	Poinonte		16	LI	049010	
3170341	Pomigliano d'Arco	pomigliano-d-arco	IT	80038	38921	Europe/Rome	40.90816	14.40042	33	Pomigliano d'Arco,ポミリアーノ・ダルコ	063057	04	NA	063057	
3170342	Pomezia	pomezia	IT	00071	22346	Europe/Rome	41.66701	12.50518	100	Pomezia,QEZ,pometsu~ia,ポメーツィア	058079	07	RM	058079	
3170343	Pometo	pometo	IT	27040	0	Europe/Rome	44.91747	9.2995				05	PC	033009	
3170346	Pombia	pombia	IT	28050	1926	Europe/Rome	45.65297	8.63363	286	Pombia	003121	12	NO	003121	
3170469	Poggioferro	poggioferro	IT	58054	0	Europe/Rome	42.7	11.36667		Poggioferro		16	GR	053023	
3170347	Pomaro Monferrato	pomaro-monferrato	IT	15040	298	Europe/Rome	45.06246	8.59604	142	Pomaro Monferrato	006131	12	AL	006131	
3170350	Pomarico	pomarico	IT	75016	3930	Europe/Rome	40.51782	16.54728	454	Pomarico	077022	02	MT	077022	
3170351	Pomaretto	pomaretto	IT	10063	976	Europe/Rome	44.95614	7.18361	630	Pomaret,Pomaretto	001198	12	TO	001198	
3170352	Pomarance	pomarance	IT	56045	3065	Europe/Rome	43.29894	10.87282	370	Pomarance	050027	16	PI	050027	
3170353	Polvica	polvica	IT	80035	346	Europe/Rome	40.69835	14.64176	321		065151	04	SA	065151	
3170355	Polverina	polverina	IT	62032	0	Europe/Rome	43.08333	13.11667				10	MC	043037	
3170356	Polverina	polverina	IT	62032	0	Europe/Rome	42.86667	13.36667				10	AP	044015	
3170357	Polverigi	polverigi	IT	60020	2927	Europe/Rome	43.52556	13.39207	140	Polverigi,poruvu~eriji,ポルヴェリージ	042038	10	AN	042038	
3170359	Polverara	polverara	IT	35020	2283	Europe/Rome	45.30939	11.95601	6	Polverara	028066	20	PD	028066	
3170360	Polverara	polverara	IT	35020	296	Europe/Rome	44.16429	9.79556	405			08	SP	011023	
3170362	Polveraia	polveraia	IT	58054	0	Europe/Rome	42.76667	11.31667		Polveraia		16	GR	053023	
3170367	Polpet	polpet	IT	32014	0	Europe/Rome	46.18833	12.27833				20	BL	025040	
3170369	Pollutri	pollutri	IT	66020	823	Europe/Rome	42.13784	14.59172	180	Pollutri	069068	01	CH	069068	
3170370	Pollone	pollone	IT	13814	1663	Europe/Rome	45.57976	8.00592	630	Pollone	096046	12	BI	096046	
3170371	Pollica	pollica	IT	84068	2516	Europe/Rome	40.1907	15.05716		Pollica	065098	04	SA	065098	
3170372	Pollenza	pollenza	IT	62010	1846	Europe/Rome	43.26596	13.34788	341	Pollenza	043041	10	MC	043041	
3170374	Pollein	pollein	IT	11020	1167	Europe/Rome	45.72726	7.3522	551	Pollein	007049	19	AO	007049	
3170376	Polla	polla	IT	84035	5347	Europe/Rome	40.51711	15.49796		Polla	065097	04	SA	065097	
3170379	Polino	polino	IT	05030	207	Europe/Rome	42.58424	12.84438	836	Polino	055027	18	TR	055027	
3170380	Polinago	polinago	IT	41040	560	Europe/Rome	44.34476	10.7235	810	Polinago	036032	05	MO	036032	
3170382	Polignano a Mare	polignano-a-mare	IT	70044	16367	Europe/Rome	40.99593	17.21589		Polignano,Polignano a Mare	072035	13	BA	072035	
3170384	Policoro	policoro	IT	75025	11810	Europe/Rome	40.21151	16.67259	25	Policoro	077021	02	MT	077021	
3170386	Policastro Bussentino	policastro-bussentino	IT	84067	0	Europe/Rome	40.08333	15.51667		Policastro,Policastro Bussentino,Policastro del Golfo		04	SA	065127	
3170387	Poli	poli	IT	00010	2163	Europe/Rome	41.88882	12.89199			058078	07	RM	058078	
3170389	Polesine Parmense	polesine-parmense	IT	43016	697	Europe/Rome	45.01627	10.08728	36	Polesine Parmense	034029	05	PR	034029	
3170390	Polesinello	polesinello	IT	45019	0	Europe/Rome	44.9	12.31667				20	RO	029046	
3170394	Polesine	polesine	IT	46020	0	Europe/Rome	44.98581	10.80428				09	MN	020039	
3170397	Polesella	polesella	IT	45038	3443	Europe/Rome	44.96238	11.75281	6	Polesella	029037	20	RO	029037	
3170400	Polenta	polenta	IT	47032	0	Europe/Rome	44.11833	12.12639				05	FC	040003	
3170404	Polcenigo	polcenigo	IT	33070	1474	Europe/Rome	46.03083	12.49583	42	Polcenigo,Pulcini	093031	06	PN	093031	
3170405	Polcanto	polcanto	IT	50032	0	Europe/Rome	43.89822	11.3572				16	FI	048004	
3170408	Poirino	poirino	IT	10046	6686	Europe/Rome	44.92047	7.84465	249	Poirin,Poirino,poirino,ポイリーノ	001197	12	TO	001197	
3170417	Pogno	pogno	IT	28076	1433	Europe/Rome	45.75557	8.38462	420	Pogno	003120	12	NO	003120	
3170418	Pognana Lario	pognana-lario	IT	22020	901	Europe/Rome	45.87848	9.15794		Pognana,Pognana Lario	013186	09	CO	013186	
3170422	Pogliano Milanese	pogliano-milanese	IT	20005	7828	Europe/Rome	45.53786	8.99403		Pogliano Milanese,ポリアーノ・ミラネーゼ	015176	09	MI	015176	
3170425	Poggiridenti	poggiridenti	IT	23020	1807	Europe/Rome	46.1748	9.92605		Poggiridenti	014051	09	SO	014051	
3170429	Poggiovalle	poggiovalle	IT	02021	0	Europe/Rome	42.17791	13.19012				07	RI	057007	
3170430	Poggio Umbricchio	poggio-umbricchio	IT	64043	0	Europe/Rome	42.55	13.53333		Poggio Umbricchio,Poggiombricchio		01	TE	067024	
3170433	Poggio San Vittorino	poggio-san-vittorino	IT	64100	0	Europe/Rome	42.65	13.76667				01	TE	067041	
3170434	Poggio San Vicino	poggio-san-vicino	IT	62021	303	Europe/Rome	43.37516	13.07907		Poggio San Vicino	043040	10	MC	043040	
3170437	Poggio Sannita	poggio-sannita	IT	86086	534	Europe/Rome	41.78063	14.41622	705	Poggio Sannita	094037	11	IS	094037	
3170438	Poggio San Lorenzo	poggio-san-lorenzo	IT	02030	523	Europe/Rome	42.25243	12.84418		Poggio Lorenzo,Poggio San Lorenzo,Póggio Lorenzo	057056	07	RI	057056	
3170441	Poggio Rusco	poggio-rusco	IT	46025	6297	Europe/Rome	44.97488	11.1187		Poggio Rusco	020042	09	MN	020042	
3170442	Poggio Renatico	poggio-renatico	IT	44028	5306	Europe/Rome	44.76597	11.49011	10	Poggio Renatico,Poggio Reratico,Póggio Rerático,ポッジョ・レナーティコ	038018	05	FE	038018	
3170446	Poggioreale	poggioreale	IT	91020	0	Europe/Rome	40.85	14.3				04	NA	063049	
3170450	Poggio Picenze	poggio-picenze	IT	67026	1036	Europe/Rome	42.32064	13.5411	756	Poggio Picenze	066073	01	AQ	066073	
3170451	Poggio Perugino	poggio-perugino	IT	02100	0	Europe/Rome	42.35	12.75		Poggio Peragino,Poggio Perugino		07	RI	057059	
3170453	Poggio Nativo	poggio-nativo	IT	02030	2049	Europe/Rome	42.21543	12.79658		Poggio Nativo	057055	07	RI	057055	
3170454	Poggio Morello	poggio-morello	IT	64027	0	Europe/Rome	42.78333	13.86667				01	TE	067039	
3170455	Poggio Moiano	poggio-moiano	IT	02037	2510	Europe/Rome	42.20263	12.87938		Poggio Moiano	057054	07	RI	057054	
3170456	Poggio Mirteto	poggio-mirteto	IT	02047	3343	Europe/Rome	42.26121	12.68473	246	Poggio Mirteto	057053	07	RI	057053	
3170457	Poggiomarino	poggiomarino	IT	80040	19451	Europe/Rome	40.80311	14.53904	26	Poggiomarino,pojjomarino,ポッジョマリーノ	063055	04	NA	063055	
3170462	Poggiola	poggiola	IT	52100	0	Europe/Rome	43.45	11.8				16	AR	051002	
3170463	Poggio Imperiale	poggio-imperiale	IT	50125	2891	Europe/Rome	41.82504	15.36524		Poggio Imperiale	071040	13	FG	071040	
3170465	Poggiofiorito	poggiofiorito	IT	66030	687	Europe/Rome	42.25494	14.32231	290	Poggiofiorito	069067	01	CH	069067	
3170466	Poggio Filippo	poggio-filippo	IT	67069	0	Europe/Rome	42.08333	13.3		Poggio Filippo		01	AQ	066099	
3170467	Poggio Fidoni	poggio-fidoni	IT	02100	0	Europe/Rome	42.38333	12.78333				07	RI	057059	
3170471	Poggiodomo	poggiodomo	IT	06040	172	Europe/Rome	42.71124	12.93388		Poggiodomo	054042	18	PG	054042	
3170477	Poggio Cinolfo	poggio-cinolfo	IT	67061	0	Europe/Rome	42.1	13.03333				01	AQ	066025	
3170479	Poggio Catino	poggio-catino	IT	02040	1220	Europe/Rome	42.29543	12.69218		Poggio Catino	057052	07	RI	057052	
3170481	Poggio Cancelli	poggio-cancelli	IT	67013	0	Europe/Rome	42.55	13.31667				01	AQ	066021	
3170482	Poggio Bustone	poggio-bustone	IT	02018	2094	Europe/Rome	42.50183	12.88818		Poggio Bustone	057051	07	RI	057051	
3170483	Poggio Berni	poggio-berni	IT	47824	2907	Europe/Rome	44.02639	12.40944		Poggio Berni	099028	05	RN	099028	
3170484	Poggio Aquilone	poggio-aquilone	IT	05010	0	Europe/Rome	42.9	12.28333				18	TR	055030	
3170487	Poggio a Caiano	poggio-a-caiano	IT	59016	8622	Europe/Rome	43.81365	11.05072		Poggio a Caiano,ポッジョ・ア・カイアーノ	100004	16	PO	100004	
3170490	Poggio	poggio	IT	18038	0	Europe/Rome	46.08073	8.72143				09	VA	012129	
3170491	Poggio	poggio	IT	18038	0	Europe/Rome	44.76051	9.08681				12	AL	006102	
3170492	Poggio	poggio	IT	18038	323	Europe/Rome	44.66043	10.19697	262			05	PR	034013	
3170493	Poggio	poggio	IT	18038	0	Europe/Rome	44.56667	9.28333				08	GE	010052	
3170494	Poggio	poggio	IT	18038	0	Europe/Rome	44.27747	12.075				05	FC	040012	
3170495	Poggio	poggio	IT	18038	0	Europe/Rome	44.13333	10.35				16	LU	046006	
3170496	Poggio	poggio	IT	18038	0	Europe/Rome	43.93333	12.38333		Doccia,Poggio		10	PU		
3170497	Poggio	poggio	IT	18038	0	Europe/Rome	43.83112	7.81394				08	IM	008055	
3170498	Poggio	poggio	IT	18038	0	Europe/Rome	43.56667	13.56667				10	AN	042002	
3170499	Poggio	poggio	IT	18038	0	Europe/Rome	42.91667	13.36667				10	FM	109015	
3170500	Poggio	poggio	IT	18038	0	Europe/Rome	42.73333	13.45				01	TE	067046	
3170501	Poggio	poggio	IT	18038	0	Europe/Rome	42.66667	11.55				16	GR	053014	
3170502	Poggio	poggio	IT	18038	410	Europe/Rome	42.43921	12.54667	314			18	TR	055024	
3170503	Poggio di Roio	poggio-di-roio	IT	67100	981	Europe/Rome	42.33177	13.37749	831			01	AQ	066049	
3170504	Poggibonsi	poggibonsi	IT	53036	21692	Europe/Rome	43.48117	11.14593	116	Podzhibonsi,Poggibonsi,pojjibonshi,Поджибонси,ポッジボンシ	052022	16	SI	052022	
3170505	Poggiardo	poggiardo	IT	73037	6075	Europe/Rome	40.05422	18.37913		Poggiardo	075061	13	LE	075061	
3170509	Poggetto	poggetto	IT	59016	0	Europe/Rome	44.73333	11.35				05	BO	037055	
3170510	Poggetello	poggetello	IT	67069	0	Europe/Rome	42.08333	13.21667		Poggetello,Poggitello		01	AQ	066089	
3170511	Pofi	pofi	IT	03026	4463	Europe/Rome	41.56542	13.4146		Pofi	060055	07	FR	060055	
3170519	Poderia	poderia	IT	84040	0	Europe/Rome	40.1	15.38333				04	SA	065038	
3170537	Podenzano	podenzano	IT	29027	5901	Europe/Rome	44.95636	9.68497	118	Podenzano	033035	05	PC	033035	
3170538	Podenzana	podenzana	IT	54010	1819	Europe/Rome	44.20625	9.94199		Podenzana,podentsu~ana,ポデンツァーナ	045013	16	MS	045013	
3170546	Pocenia	pocenia	IT	33050	1451	Europe/Rome	45.83722	13.10028	9	Pocenia,Pucinie	030075	06	UD	030075	
3170554	Ploaghe	ploaghe	IT	07017	4816	Europe/Rome	40.66426	8.74182		Ploaghe	090057	14	SS	090057	
3170562	Plaus - Plaus	plaus	IT	39025	547	Europe/Rome	46.65672	11.04137		Plaus,purausu,プラウス	021064	17	BZ	021064	
3170568	Plasencis	plasencis	IT	33036	586	Europe/Rome	46.06648	13.07081	107			06	UD	030058	
3170570	Planol	planol	IT	39024	0	Europe/Rome	46.71667	10.56667				17	BZ	021046	
3170584	Pizzoni	pizzoni	IT	89834	0	Europe/Rome	44.98333	9.36667				05	PC	033048	
3170586	Pizzone	pizzone	IT	86071	301	Europe/Rome	41.67252	14.03642	730	Pizzone	094036	11	IS	094036	
3170590	Pizzoli	pizzoli	IT	67017	3413	Europe/Rome	42.43603	13.29886	740	Pizzoli	066072	01	AQ	066072	
3170591	Pizzoferrato	pizzoferrato	IT	66040	415	Europe/Rome	41.92143	14.23572	1251	Pizzoferrato	069066	01	CH	069066	
3170597	Pizzighettone	pizzighettone	IT	26026	6785	Europe/Rome	45.18907	9.78986		Picigetone,Pizzighettone,Пицигетоне	019076	09	CR	019076	
3170599	Pizzano	pizzano	IT	40050	0	Europe/Rome	46.3	10.68333				17	TN	022213	
3170603	Piuro	piuro	IT	23020	1913	Europe/Rome	46.3298	9.42064		Piuro,Plurs	014050	09	SO	014050	
3170604	Piumazzo	piumazzo	IT	41013	3940	Europe/Rome	44.54631	11.06727	56			05	MO	036006	
3170605	Piumarola	piumarola	IT	03030	0	Europe/Rome	41.46667	13.76667				07	FR	060089	
3170606	Piubega	piubega	IT	46040	1630	Europe/Rome	45.22778	10.53428		Piubega	020041	09	MN	020041	
3170614	Pitigliano	pitigliano	IT	58017	4055	Europe/Rome	43.45	11.93333				16	AR	051002	
3170615	Pitigliano	pitigliano	IT	58017	3040	Europe/Rome	42.63483	11.67355	313	Pitigliano	053019	16	GR	053019	
3170616	Piticchio	piticchio	IT	60011	0	Europe/Rome	43.53333	12.96667				10	AN	042003	
3170617	Piteglio	piteglio	IT	51020	1877	Europe/Rome	44.02765	10.76511		Piteglio	047015	16	PT	047015	
3170618	Piteccio	piteccio	IT	51100	0	Europe/Rome	44.01667	10.9				16	PT	047014	
3170619	Pistrino	pistrino	IT	06018	1569	Europe/Rome	43.50966	12.15181	295	Pistrino		18	PG	054011	
3170621	Pistoia	pistoia	IT	51100	84274	Europe/Rome	43.92125	10.92361		Pistoia,Pistoja,Pistojja,Pistola,Pistoria,Pistòja,pisutoia,Пистойя,ピストイア	PT	16	PT	047014	
3170622	Pisticci	pisticci	IT	75015	6019	Europe/Rome	40.39062	16.55679	364	Pesticium,Pisticci	077020	02	MT	077020	
3170625	Pissatola	pissatola	IT	45027	0	Europe/Rome	45.05	11.46667				20	RO	029047	
3170626	Pisoniano	pisoniano	IT	00020	734	Europe/Rome	41.90512	12.95889		Pisoniano,pizoniano,ピゾニアーノ	058077	07	RM	058077	
3170627	Pisogne	pisogne	IT	25055	7716	Europe/Rome	45.81009	10.10726		Piscogne,Pisogne,pizonye,ピゾーニェ	017143	09	BS	017143	
3170628	Pisignano	pisignano	IT	48015	0	Europe/Rome	40.3047	18.27155				13	LE	075093	
3170630	Pisciotta	pisciotta	IT	84066	3038	Europe/Rome	40.1089	15.23456		Pisciotta	065096	04	SA	065096	
3170631	Piscinola	piscinola	IT	80145	0	Europe/Rome	40.9	14.23333		Piscinola		04	NA	063049	
3170647	Pisa	pisa	IT	56100	77007	Europe/Rome	43.71553	10.39659	4	PSA,Pisa,Pisae,Pise,Piza,Pizo,Písa,bi sa,byza,pisa,pyzh,Пиза,פיזה,بيزا,पीसा,ピサ,比萨	PI	16	PI	050026	
3170648	Piratello	piratello	IT	40026	0	Europe/Rome	44.36667	11.66667				05	BO	037032	
3170654	Piozzano	piozzano	IT	29010	281	Europe/Rome	44.92626	9.49606	222	Piozzano	033034	05	PC	033034	
3170655	Piovene Rocchette	piovene-rocchette	IT	36013	8069	Europe/Rome	45.7576	11.43489	279	Piovene Rocchette,Piovene-Rocchette	024078	20	VI	024078	
3170657	Piove di Sacco	piove-di-sacco	IT	35028	17517	Europe/Rome	45.2975	12.04278		Piove di Sacco	028065	20	PD	028065	
3170659	Piossasco	piossasco	IT	10045	16904	Europe/Rome	44.99054	7.46372	304	Piossasch,Piossasco	001194	12	TO	001194	
3170660	Pioraco	pioraco	IT	62025	927	Europe/Rome	43.17905	12.98567	441	Pioraco	043039	10	MC	043039	
3170661	Pioppi	pioppi	IT	84068	0	Europe/Rome	40.18333	15.08333		Marina dei Pioppi,Pioppi		04	SA	065098	
3170668	Pione	pione	IT	43032	0	Europe/Rome	44.61667	9.63333				05	PR	034002	
3170670	Piombino Dese	piombino-dese	IT	35017	4879	Europe/Rome	45.60806	12.00167	24	Piombino,Piombino Dese	028064	20	PD	028064	
3170674	Piombino	piombino	IT	57025	30103	Europe/Rome	42.93482	10.52212	21	P'ombino,Piombino,pionbino,Пьомбино,ピオンビーノ	049012	16	LI	049012	
3170676	Pioltello	pioltello	IT	20096	31936	Europe/Rome	45.50502	9.33151		Pioltello,pioruterro,ピオルテッロ	015175	09	MI	015175	
3170677	Piode	piode	IT	13020	197	Europe/Rome	45.77097	8.05062		Piode	002097	12	VC	002097	
3170678	Piobesi Torinese	piobesi-torinese	IT	10040	3478	Europe/Rome	44.76667	7.61667				12	CN	004146	
3170679	Piobesi d'Alba	piobesi-d-alba	IT	12040	1099	Europe/Rome	44.73514	7.97964	194	Piobesi d'Alba	004168	12	CN	004168	
3170680	Piobbico	piobbico	IT	61046	1727	Europe/Rome	43.58776	12.51015	339	Piobbico	041049	10	PU	041049	
3170682	Pinzolo	pinzolo	IT	38086	1899	Europe/Rome	46.158	10.76307	770	Pinzolo,pintsu~oro,ピンツォーロ	022143	17	TN	022143	
3170684	Pinzano al Tagliamento	pinzano-al-tagliamento	IT	33094	430	Europe/Rome	46.1826	12.94751	206	Pincan,Pinzano,Pinzano al Tagliamento	093030	06	PN	093030	
3170687	Pino sulla Sponda del Lago Maggiore	pino-sulla-sponda-del-lago-maggiore	IT	21010	247	Europe/Rome	46.10078	8.73872			012112	09	VA	012112	
3170692	Pineto	pineto	IT	64025	5096	Europe/Rome	42.60975	14.066	4	Pineto	067035	01	TE	067035	
3170693	Pineta	pineta	IT	39055	0	Europe/Rome	42.45	14.23333		Pineta,Pineta di Pescara		01	PE	068028	
3170694	Pinerolo	pinerolo	IT	10064	30866	Europe/Rome	44.88333	7.35	376	Penarol,Peñarol,Pignerol,Pinareul,Pinerolo,pineroro,Пинероло,ピネローロ	001191	12	TO	001191	
3170696	Pincara	pincara	IT	45020	858	Europe/Rome	44.99138	11.60881	5	Pincara	029036	20	RO	029036	
3170698	Pinarella	pinarella	IT	48015	0	Europe/Rome	44.24167	12.37111				05	RA	039007	
3170699	Pimonte	pimonte	IT	80050	5884	Europe/Rome	40.67361	14.50984		Pimonte,pimonte,ピモンテ	063054	04	NA	063054	
3170707	Pilcante	pilcante	IT	38061	0	Europe/Rome	45.76667	10.98333				17	TN	022001	
3170708	Pilastri	pilastri	IT	44012	0	Europe/Rome	44.95	11.51667				20	RO	029045	
3170709	Pilastri	pilastri	IT	44012	727	Europe/Rome	44.94672	11.28829	8			05	FE	038003	
3170711	Pila	pila	IT	13020	1811	Europe/Rome	43.05329	12.32857	295			18	PG	054039	
3170712	Pila	pila	IT	13020	0	Europe/Rome	42.7634	10.23479				16	LI	049003	
3170713	Pigra	pigra	IT	22020	302	Europe/Rome	45.95668	9.12604		Pigra	013184	09	CO	013184	
3170715	Pignone	pignone	IT	19020	328	Europe/Rome	44.17824	9.72408	189	Pignon,Pignone	011021	08	SP	011021	
3170717	Pignola	pignola	IT	85010	3599	Europe/Rome	40.57312	15.78317	926	Pignola,Pignola di Basilicata,Pignola di Lucania	076062	02	PZ	076062	
3170718	Pignataro Maggiore	pignataro-maggiore	IT	81052	5783	Europe/Rome	41.18926	14.16835	93	Pignataro Maggiore	061060	04	CE	061060	
3170719	Pignataro Interamna	pignataro-interamna	IT	03040	2447	Europe/Rome	41.43922	13.78621		Pignataro Interamna	060054	07	FR	060054	
3170720	Pignano	pignano	IT	56048	0	Europe/Rome	43.41667	10.96667				16	PI	050039	
3170721	Pigna	pigna	IT	18037	757	Europe/Rome	43.93345	7.66062	280	Pigna	008043	08	IM	008043	
3170723	Piglio	piglio	IT	03010	4700	Europe/Rome	41.82842	13.12239		Piglio	060053	07	FR	060053	
3170726	Pieve Vergonte	pieve-vergonte	IT	28886	1888	Europe/Rome	46.01298	8.26082	232	Pieve Vergonte	103054	12	VB	103054	
3170730	Pieve Torina	pieve-torina	IT	62036	1009	Europe/Rome	43.04215	13.04587	470	Pieve Torina	043038	10	MC	043038	
3170731	Pieve Tesino	pieve-tesino	IT	38050	538	Europe/Rome	46.06821	11.61029	843	Pieve Tesino,ピエーヴェ・テジーノ	022142	17	TN	022142	
3170732	Pieve Terzagni	pieve-terzagni	IT	26033	0	Europe/Rome	45.18333	10.21667				09	CR	019069	
3170733	Pieve Santo Stefano	pieve-santo-stefano	IT	52036	2228	Europe/Rome	43.67145	12.04124	433	Pieve Santo Stefano	051030	16	AR	051030	
3170734	Pieve San Giacomo	pieve-san-giacomo	IT	26035	1424	Europe/Rome	45.13027	10.18628		Pieve San Giacomo	019075	09	CR	019075	
3170735	Pieve Saliceto	pieve-saliceto	IT	42044	721	Europe/Rome	44.89729	10.60207	22			05	RE	035023	
3170736	Pieve Porto Morone	pieve-porto-morone	IT	27017	2598	Europe/Rome	45.10936	9.43576		Pieve Porto Morone	018114	09	PV	018114	
3170737	Pievepelago	pievepelago	IT	41027	939	Europe/Rome	44.20475	10.6166	781	Pievepelago	036031	05	MO	036031	
3170739	Pieve Ligure	pieve-ligure	IT	16030	2542	Europe/Rome	44.37494	9.0941	70	A Ceive de Soei,A Ceive de Söi,Pieve Ligure	010043	08	GE	010043	
3170740	Pieve Fosciana	pieve-fosciana	IT	55036	1785	Europe/Rome	44.13195	10.411	369	Pieve Fosciana	046025	16	LU	046025	
3170742	Pieve d'Olmi	pieve-d-olmi	IT	26040	1170	Europe/Rome	45.08957	10.12368		Pieve d'Olmi	019074	09	CR	019074	
3170743	Pieve di Teco	pieve-di-teco	IT	18026	877	Europe/Rome	44.04703	7.91495	240	Pieve di Teco	008042	08	IM	008042	
3170744	Pieve di Soligo	pieve-di-soligo	IT	31053	9516	Europe/Rome	45.9025	12.17722	132	Pieve di Soligo	026057	20	TV	026057	
3170746	Pieve di Santa Luce	pieve-di-santa-luce	IT	56040	0	Europe/Rome	43.48333	10.53333				16	PI	050034	
3170751	Pieve di Compresseto	pieve-di-compresseto	IT	06023	0	Europe/Rome	43.23333	12.7		Pieve di Compressato,Pieve di Compresseto		18	PG	054023	
3170752	Pieve di Cento	pieve-di-cento	IT	40066	6254	Europe/Rome	44.71227	11.30761	18	Pieve di Cento	037048	05	BO	037048	
3170754	Pieve di Cadore	pieve-di-cadore	IT	32044	3342	Europe/Rome	46.43164	12.37582	878	Piava di Cadore,Piave di Cadore,Pieve di Cadore	025039	20	BL	025039	
3170757	Pieve del Cairo	pieve-del-cairo	IT	27037	2166	Europe/Rome	45.04996	8.80415		Pieve del Cairo	018113	09	PV	018113	
3170758	Pieve d'Alpago	pieve-d-alpago	IT	32010	338	Europe/Rome	46.16658	12.35344	690	Pieve d'Alpago	025038	20	BL	025038	
3170759	Pievebovigliana	pievebovigliana	IT	62035	553	Europe/Rome	43.06395	13.08297	441	Pievebovigliana	043037	10	MC	043037	
3170762	Pieve a Presciano	pieve-a-presciano	IT	52020	0	Europe/Rome	43.45	11.66667		Pieve a Presciano,Presciano		16	AR	051028	
3170763	Pieve Albignola	pieve-albignola	IT	27030	922	Europe/Rome	45.11286	8.96145		Pieve Albignola	018112	09	PV	018112	
3170764	Pieve	pieve	IT	16019	0	Europe/Rome	45.86667	11.98333				20	TV	026056	
3170765	Pieve	pieve	IT	16019	0	Europe/Rome	45.77273	10.75913			017189	09	BS	017189	
3170766	Pieve	pieve	IT	16019	0	Europe/Rome	45.65	10.23333				09	BS	017096	
3170767	Pieve	pieve	IT	16019	0	Europe/Rome	43.73333	10.5				16	PI	050003	
3170771	Pietrelcina	pietrelcina	IT	82020	3031	Europe/Rome	41.19942	14.84414		Pietrelcina	062052	04	BN	062052	
3170774	Pietravairano	pietravairano	IT	81040	3022	Europe/Rome	41.32522	14.16592		Pietravairano	061059	04	CE	061059	
3170776	Pietrastornina	pietrastornina	IT	83015	1650	Europe/Rome	40.99232	14.72894		Pietrastornina	064073	04	AV	064073	
3170777	Pietrasecca	pietrasecca	IT	67061	0	Europe/Rome	42.13489	13.12677				01	AQ	066025	
3170778	Pietrasanta	pietrasanta	IT	55045	18897	Europe/Rome	43.95224	10.2248	14	Pietrasanta,pietorasanta,Пиетрасанта,ピエトラサンタ	046024	16	LU	046024	
3170782	Pietraporzio	pietraporzio	IT	12010	115	Europe/Rome	44.34372	7.03532		Pietraporzio	004167	12	CN	004167	
3170783	Pietrapertosa	pietrapertosa	IT	85010	961	Europe/Rome	40.51812	16.06247	1088		076061	02	PZ	076061	
3170785	Pietransieri	pietransieri	IT	67037	339	Europe/Rome	41.84668	14.11915	1288	Pietransieri		01	AQ	066084	
3170786	Pietranico	pietranico	IT	65020	277	Europe/Rome	42.27624	13.9104	590	Pietranico	068032	01	PE	068032	
3170788	Pietramurata	pietramurata	IT	38074	1016	Europe/Rome	46.02033	10.94316	248			17	TN	022079	
3170792	Pietramelara	pietramelara	IT	81051	4464	Europe/Rome	41.27212	14.18662		Pietramelara	061058	04	CE	061058	
3170794	Pietramala	pietramala	IT	50033	205	Europe/Rome	44.16449	11.33442	851			16	FI	048018	
3170795	Pietralunga	pietralunga	IT	06026	1276	Europe/Rome	43.43675	12.43115	566	Pietralunga	054041	18	PG	054041	
3170796	Pietralunga	pietralunga	IT	06026	0	Europe/Rome	42.8311	11.66036				16	SI	052020	
3170797	Pietra Ligure	pietra-ligure	IT	17027	8478	Europe/Rome	44.1492	8.28206	3	A Pria,A Prïa,Pietra Ligure	009049	08	SV	009049	
3170801	Pietragalla	pietragalla	IT	85016	2439	Europe/Rome	40.74682	15.87937	839	Pietragalla	076060	02	PZ	076060	
3170804	Pietrafitta	pietrafitta	IT	03040	786	Europe/Rome	42.99111	12.21297	276			18	PG	054040	
3170805	Pietrafitta	pietrafitta	IT	03040	0	Europe/Rome	41.66667	13.81667				07	FR	060040	
3170806	Pietraferrazzana	pietraferrazzana	IT	66040	152	Europe/Rome	41.96883	14.37402		Pietraferrazzana	069103	01	CH	069103	
3170810	Pietra de'Giorgi	pietra-de-giorgi	IT	27040	875	Europe/Rome	45.02136	9.23036		Pietra de' Giorgi,Pietra de'Giorgi,Pietra dei Giorgi	018111	09	PV	018111	
3170811	Pietradefusi	pietradefusi	IT	83030	2551	Europe/Rome	41.04152	14.88554		Pietradefusi	064072	04	AV	064072	
3170812	Pietracuta	pietracuta	IT	47865	0	Europe/Rome	43.95	12.36667				10	PU		
3170813	Pietracupa	pietracupa	IT	86020	259	Europe/Rome	41.68253	14.51932		Pietracupa	070054	11	CB	070054	
3170816	Pietracatella	pietracatella	IT	86040	1261	Europe/Rome	41.57973	14.87263	666	Pietracatella	070053	11	CB	070053	
3170817	Pietracamela	pietracamela	IT	64047	312	Europe/Rome	42.52354	13.55539		Pietracamela	067034	01	TE	067034	
3170818	Pietrabruna	pietrabruna	IT	18010	365	Europe/Rome	43.88972	7.90295	400	Pietrabruna,Prebuna	008041	08	IM	008041	
3170820	Pietrabbondante	pietrabbondante	IT	86085	542	Europe/Rome	41.74713	14.38442	1027	Pietrabbondante	094035	11	IS	094035	
3170823	Pietole	pietole	IT	46034	0	Europe/Rome	45.11406	10.81827				09	MN	020069	
3170827	Pieris	pieris	IT	34075	3140	Europe/Rome	45.81015	13.44221	8			06	GO	031018	
3170828	Pierantonio	pierantonio	IT	06019	897	Europe/Rome	43.26667	12.38333	247			18	PG	054056	
3170829	Pienza	pienza	IT	53026	2233	Europe/Rome	43.07784	11.67794		Pientia,Pienza,pientsu~a,ピエンツァ	052021	16	SI	052021	
3170832	Pielungo	pielungo	IT	33090	0	Europe/Rome	46.27889	12.92806		Pielnngo,Pielungo		06	PN	093049	
3170837	Piegaro	piegaro	IT	06066	757	Europe/Rome	42.96694	12.08345	356	Piegaro	054040	18	PG	054040	
3170838	Piegaio	piegaio	IT	55064	0	Europe/Rome	43.35	12.06667				16	AR	051017	
3170839	Piedipaterno	piedipaterno	IT	06040	0	Europe/Rome	42.76856	12.86293		Piedipaterno,Piedipaterno sul Nera		18	PG	054058	
3170840	Piedimulera	piedimulera	IT	28885	1229	Europe/Rome	46.02408	8.25897	247	Piedimulera	103053	12	VB	103053	
3170842	Piedimonte San Germano	piedimonte-san-germano	IT	03030	4481	Europe/Rome	41.49832	13.75231		Piedimonte San Germano	060052	07	FR	060052	
3170844	Piedimonte d'Alife	piedimonte-d-alife	IT	81016	0	Europe/Rome	41.35	14.36667				04	CE	061057	
3170845	Piedimonte	piedimonte	IT	81037	0	Europe/Rome	41.18886	13.89856		Piedimonte Rivoli		04	CE	061088	
3170847	Piediluco	piediluco	IT	05100	476	Europe/Rome	42.53537	12.76079	375			18	TR	055032	
3170851	Piedicolle	piedicolle	IT	02010	0	Europe/Rome	42.9	12.4		Piedicolle		18	PG	054014	
3171027	Piana Crixia	piana-crixia	IT	17058	816	Europe/Rome	44.48504	8.30805			009048	08	SV	009048	
3170852	Piedicavallo	piedicavallo	IT	13812	187	Europe/Rome	45.68986	7.95482		Pedcaval,Piedicavallo	096044	12	BI	096044	
3170858	Piea	piea	IT	14020	294	Europe/Rome	45.02495	8.07097	275	Piea	005084	12	AT	005084	
3170863	Pico	pico	IT	03020	3123	Europe/Rome	41.45082	13.55961		Pico,piko,ピーコ	060051	07	FR	060051	
3170864	Picinisco	picinisco	IT	03040	304	Europe/Rome	41.64632	13.86761	725	Picinisco	060050	07	FR	060050	
3170866	Picerno	picerno	IT	85055	3330	Europe/Rome	40.64032	15.64326	721	Picerno	076059	02	PZ	076059	
3170879	Piccilli	piccilli	IT	81044	0	Europe/Rome	41.34009	14.03443				04	CE	061093	
3170881	Picciano	picciano	IT	65010	635	Europe/Rome	42.47564	13.9893	170	Picciano	068031	01	PE	068031	
3170882	Piccianello	piccianello	IT	65010	290	Europe/Rome	42.48374	13.99016	142			01	PE	068031	
3171028	Pianaccio	pianaccio	IT	40042	0	Europe/Rome	44.13333	10.86667				05	BO	037033	
3170886	Piazzola sul Brenta	piazzola-sul-brenta	IT	35016	4369	Europe/Rome	45.5415	11.7844	30	Piazzola,Piazzola sul Brenta	028063	20	PD	028063	
3170892	Piazzatorre	piazzatorre	IT	24010	477	Europe/Rome	45.99119	9.68695		Piazzatorre	016165	09	BG	016165	
3170895	Piazza Brembana	piazza-brembana	IT	24014	1182	Europe/Rome	45.94669	9.67405		Piazza Brembana	016164	09	BG	016164	
3170896	Piazza al Serchio	piazza-al-serchio	IT	55035	2556	Europe/Rome	44.18455	10.29689		Piassa al Serchio,Piazza al Serchio	046023	16	LU	046023	
3170898	Piazza	piazza	IT	12084	292	Europe/Rome	45.87912	11.15174	785			17	TN	022193	
3170899	Piazza	piazza	IT	12084	0	Europe/Rome	45.58333	10.13333				09	BS	017081	
3170900	Piazza	piazza	IT	12084	0	Europe/Rome	45.56667	11.3				20	VI	024072	
3170901	Piazza	piazza	IT	12084	0	Europe/Rome	45.23333	11.21667				20	VR	023025	
3170902	Piazza	piazza	IT	12084	0	Europe/Rome	44.98056	12.05333				20	RO	029034	
3170903	Piazza	piazza	IT	12084	343	Europe/Rome	44.68929	10.37537	131			05	PR	034023	
3170904	Piazza	piazza	IT	12084	0	Europe/Rome	44.23385	9.55862				08	SP	011012	
3170905	Piazza	piazza	IT	12084	0	Europe/Rome	40.83333	15.01667				04	AV	064057	
3170915	Piatta	piatta	IT	23030	0	Europe/Rome	46.41667	10.51667				09	SO	014073	
3170916	Piateda	piateda	IT	23020	2320	Europe/Rome	46.1596	9.93495		Piateda	014049	09	SO	014049	
3170917	Piastre	piastre	IT	51100	0	Europe/Rome	44	10.83333				16	PT	047014	
3170918	Piasco	piasco	IT	12026	2536	Europe/Rome	44.56303	7.45383	480	Piasco	004166	12	CN	004166	
3170920	Pianzano	pianzano	IT	31010	0	Europe/Rome	45.91647	12.38872				20	TV	026033	
3170921	Pianura	pianura	IT	80126	0	Europe/Rome	40.85907	14.17314				04	NA	063049	
3170923	Piantonia	piantonia	IT	43045	0	Europe/Rome	44.66667	10.1				05	PR	034017	
3170925	Piantedo	piantedo	IT	23010	1189	Europe/Rome	46.13419	9.42934		Piantedo	014048	09	SO	014048	
3170930	Pianta	pianta	IT	47100	0	Europe/Rome	44.24417	12.05389				05	FC	040012	
3170931	Piansano	piansano	IT	01010	1775	Europe/Rome	42.52449	11.82978	409	Piansano	056043	07	VT	056043	
3170933	Pianosinatico	pianosinatico	IT	51024	0	Europe/Rome	44.11667	10.73333		Pianosinatico,Piansinatico		16	PT	047004	
3170936	Pianosa	pianosa	IT	57034	0	Europe/Rome	42.5869	10.09704		Isola di Pianosa,Pianosa,pianoza dao,ピアノーザ島		16	LI	049003	
3170937	Pianoro	pianoro	IT	40065	8257	Europe/Rome	44.39296	11.34231	200	Pianoro	037047	05	BO	037047	
3170939	Piano Porlezza	piano-porlezza	IT	22010	0	Europe/Rome	46.03333	9.16667		Molino,Piano Porlezza		09	CO	013021	
3170940	Pianola	pianola	IT	67100	1178	Europe/Rome	42.32341	13.40394	768			01	AQ	066049	
3170943	Piano di Sorrento	piano-di-sorrento	IT	80063	12317	Europe/Rome	40.63101	14.41604	96	Piano 'e Surriento,Piano di Sorrento,ピャーノ・ディ・ソッレント	063053	04	NA	063053	
3170946	Follo	follo	IT	19020	5579	Europe/Rome	44.16375	9.86188		Follo,Folo,San Martino Durasoa	011013	08	SP	011013	
3170950	Piano d'Arta	piano-d-arta	IT	33022	0	Europe/Rome	46.4877	13.01571		Piano		06	UD	030005	
3170953	Piano	piano	IT	14057	0	Europe/Rome	46.03333	9.75				09	BG	016226	
3170954	Piano	piano	IT	14057	0	Europe/Rome	45.78333	10.25				09	BS	017141	
3170955	Piano	piano	IT	14057	0	Europe/Rome	44.83333	8.16667				12	AT	005059	
3170956	Piano	piano	IT	14057	0	Europe/Rome	42.85486	13.33903				10	AP	044038	
3170957	Piano	piano	IT	14057	0	Europe/Rome	40.8205	14.76005				04	AV	064121	
3170958	Piano	piano	IT	14057	0	Europe/Rome	40.3	15.2				04	SA	065085	
3170962	Pianillo	pianillo	IT	80051	7253	Europe/Rome	40.64042	14.54295	630			04	NA	063003	
3170963	Pianiga	pianiga	IT	30030	6169	Europe/Rome	45.4575	12.02806	8	Pianiga,pyaniga,ピャニーガ	027028	20	VE	027028	
3170970	Piani	piani	IT	17043	0	Europe/Rome	46.37056	13.13889		Piana,Piani		06	UD	030131	
3170971	Piani	piani	IT	17043	0	Europe/Rome	44.36292	7.97015				12	CN	004125	
3170972	Piani	piani	IT	17043	0	Europe/Rome	43.84796	7.94741				08	IM	008021	
3170975	Piangipane	piangipane	IT	48100	2391	Europe/Rome	44.4175	12.08694	8			05	RA	039014	
3170977	Pianezze	pianezze	IT	13821	564	Europe/Rome	45.7398	11.6269	205	Pianezze	024077	20	VI	024077	
3170978	Pianezza	pianezza	IT	10044	13242	Europe/Rome	45.10585	7.54342	325	Pianessa,Pianezza,Pianëssa,pianettsu~a,ピアネッツァ	001189	12	TO	001189	
3170979	Pianezza	pianezza	IT	10044	0	Europe/Rome	42.6	13.03333				07	RI	057033	
3170981	Pianello Val Tidone	pianello-val-tidone	IT	29010	1856	Europe/Rome	44.94666	9.40516	192	Pianello Val Tidone	033033	05	PC	033033	
3170982	Pianello	pianello	IT	60010	0	Europe/Rome	44.21667	10.9				05	MO	036026	
3170983	Pianello	pianello	IT	60010	413	Europe/Rome	43.51408	12.55487	386			10	PU	041007	
3170984	Pianello	pianello	IT	60010	0	Europe/Rome	43.13333	12.53333				18	PG	054001	
3170987	Pianella	pianella	IT	53019	0	Europe/Rome	43.35	11.41667				16	SI	052032	
3170988	Pianella	pianella	IT	53019	2946	Europe/Rome	42.40034	14.0499	236	Pianella	068030	01	PE	068030	
3170992	Piane	piane	IT	63837	0	Europe/Rome	44.95739	9.07059				09	PV	018051	
3170993	Piane	piane	IT	63837	0	Europe/Rome	43.3	13.01667				10	MC	043024	
3170997	Pian di Scò	pian-di-sco	IT	52026	5441	Europe/Rome	43.64195	11.54523		Pian di Sco,Pian di Scò		16	AR	051040	
3171001	Piandimeleto	piandimeleto	IT	61026	1580	Europe/Rome	43.72416	12.41105	319	Piandimeleto	041047	10	PU	041047	
3171003	Pian di Borno	pian-di-borno	IT	25052	0	Europe/Rome	45.91667	10.2		Pian Borno,Pian di Borno		09	BS	017065	
3171007	Piandelagotti	piandelagotti	IT	41044	0	Europe/Rome	44.23333	10.51667				05	MO	036016	
3171010	Pian degli Ontani	pian-degli-ontani	IT	51024	284	Europe/Rome	44.10451	10.72085	856			16	PT	047004	
3171012	Piancogno	piancogno	IT	25052	4119	Europe/Rome	45.91969	10.22526		Piancogno	017206	09	BS	017206	
3171014	Pianche	pianche	IT	12010	0	Europe/Rome	44.3	7.11667				12	CN	004248	
3171016	Piancastagnaio	piancastagnaio	IT	53025	4196	Europe/Rome	42.85067	11.69014		Pian Castagnajo,Piancastagnaio,piankasutanyaio,ピアンカスタニャーイオ	052020	16	SI	052020	
3171017	Pian Camuno	pian-camuno	IT	25050	3771	Europe/Rome	45.84389	10.15106		Pian Camuno,Pian d'Artogne	017142	09	BS	017142	
3171020	Pianazzo	pianazzo	IT	23024	0	Europe/Rome	46.41667	9.33333				09	SO	014012	
3171030	Piana Battolla	piana-battolla	IT	19020	1269	Europe/Rome	44.19322	9.85345	50	Piana di Battolla		08	SP	011013	
3171037	Piana	piana	IT	36078	292	Europe/Rome	43.13869	12.00849	277	Piana		18	PG	054009	
3171040	Piampaludo	piampaludo	IT	17046	0	Europe/Rome	44.46667	8.58333				08	SV	009055	
3171046	Piaggine	piaggine	IT	84065	1775	Europe/Rome	40.34481	15.37866		Piaggine	065095	04	SA	065095	
3171048	Piaggia	piaggia	IT	18025	0	Europe/Rome	44.08333	7.75				08	IM		
3171049	Piaggia	piaggia	IT	18025	0	Europe/Rome	42.91667	12.96667				18	PG	054048	
3171050	Piagge	piagge	IT	61030	600	Europe/Rome	43.73446	12.96896	201	Piagge,Piaggie	041046	10	PU	041046	
3171051	Piagge	piagge	IT	61030	0	Europe/Rome	43.5	13.08333				10	AN	042012	
3171052	Piagge	piagge	IT	61030	0	Europe/Rome	43.25	12.73333				18	PG	054023	
3171053	Piagge	piagge	IT	61030	566	Europe/Rome	42.83765	13.57627	475			10	AP	044007	
3171054	Piaggia	piaggia	IT	18025	0	Europe/Rome	42.31185	13.32933				01	AQ	066052	
3171055	Piadena	piadena	IT	26034	3516	Europe/Rome	45.12859	10.37101			019071	09	CR	019071	
3171056	Piacenza d'Adige	piacenza-d-adige	IT	35040	1004	Europe/Rome	45.12868	11.54651	10	Piacenza d'Adige	028062	20	PD	028062	
3171058	Piacenza	piacenza	IT	29100	93228	Europe/Rome	45.04676	9.69937	61	P'jachehnca,P'jachenca,Piacenza,Piaseinsa,Piasensa,Piasëinsa,Placencia,Placentia,Placência,Plaisance,Plasencia,QPZ,pi ya qin cha,piachentsu~a,pyachnza,П'ячэнца,Пьяченца,پیاچنزا,ピアチェンツァ,皮亚琴察	PC	05	PC	033032	
3171061	Pezzolo	pezzolo	IT	98138	0	Europe/Rome	44.23333	11.48333				05	BO	037014	
3171065	Pezze di Greco	pezze-di-greco	IT	72015	0	Europe/Rome	40.81004	17.41333				13	BR	074007	
3171068	Pezzano	pezzano	IT	84099	0	Europe/Rome	44.61667	10.43333				05	RE	035038	
3171071	Pezzana	pezzana	IT	13010	1282	Europe/Rome	45.26206	8.48504	117	Pezzana	002093	12	VC	002093	
3171074	Peveragno	peveragno	IT	12016	2604	Europe/Rome	44.33153	7.61983	570	Peveragno	004163	12	CN	004163	
3171076	Pettorazza Grimani	pettorazza-grimani	IT	45010	1231	Europe/Rome	45.13609	11.98682	3	Pettorazza,Pettorazza Grimani	029035	20	RO	029035	
3171077	Pettorano sul Gizio	pettorano-sul-gizio	IT	67034	515	Europe/Rome	41.97453	13.95871	625	Pettorano sul Gizio	066071	01	AQ	066071	
3171078	Pettoranello del Molise	pettoranello-del-molise	IT	86090	351	Europe/Rome	41.57312	14.27752	737	Pettoranello del Molise	094034	11	IS	094034	
3171081	Pettinengo	pettinengo	IT	13843	1599	Europe/Rome	45.61306	8.10422		Pettinengo	096042	12	BI	096042	
3171083	Petruro Irpino	petruro-irpino	IT	83010	400	Europe/Rome	41.03192	14.79754			064071	04	AV	064071	
3171084	Petrulo	petrulo	IT	81042	0	Europe/Rome	41.21667	14.15				04	CE	061010	
3171089	Petroio	petroio	IT	53020	0	Europe/Rome	43.13333	11.68333		Peirojo,Petroio		16	SI	052036	
3171094	Petritoli	petritoli	IT	63848	783	Europe/Rome	43.06671	13.65627	358		109031	10	FM	109031	
3171095	Petriolo	petriolo	IT	62014	1294	Europe/Rome	43.22136	13.46448	271	Petriolo	043036	10	MC	043036	
3171096	Petrignano	petrignano	IT	06081	268	Europe/Rome	43.15273	11.93974	338			18	PG	054009	
3171097	Petrignano	petrignano	IT	06081	3184	Europe/Rome	43.10269	12.53239	212	Petrignano		18	PG	054001	
3171098	Petricci	petricci	IT	58055	0	Europe/Rome	42.75	11.55				16	GR	053028	
3171099	Petriano	petriano	IT	61020	303	Europe/Rome	43.77916	12.73336	327	Petriano	041045	10	PU	041045	
3171100	Petrella Tifernina	petrella-tifernina	IT	86024	1097	Europe/Rome	41.69153	14.69623	651	Petrella Tifernina	070052	11	CB	070052	
3171101	Petrella Salto	petrella-salto	IT	02025	1326	Europe/Rome	42.29543	13.06828		Petrella Salto	057050	07	RI	057050	
3171102	Petrella Liri	petrella-liri	IT	67060	0	Europe/Rome	42.01667	13.28333		Petrella Liri		01	AQ	066023	
3171112	Petina	petina	IT	84020	1238	Europe/Rome	40.53211	15.37346		Petina	065094	04	SA	065094	
3171114	Petacciato	petacciato	IT	86038	2858	Europe/Rome	42.01144	14.86093	225	Petacciato	070051	11	CB	070051	
3171116	Pestarena	pestarena	IT	28876	0	Europe/Rome	45.9595	8.01272				12	VB	103039	
3171117	Pessione	pessione	IT	10023	1318	Europe/Rome	44.96504	7.84115	248	Pessione,Пессионе		12	TO	001078	
3171118	Pessinetto	pessinetto	IT	10070	456	Europe/Rome	45.28675	7.41531	590	Pessinetto	001188	12	TO	001188	
3171119	Pessina Cremonese	pessina-cremonese	IT	26030	755	Europe/Rome	45.18547	10.24868		Pessina Cremonese	019070	09	CR	019070	
3171122	Pescosolido	pescosolido	IT	03030	1568	Europe/Rome	41.74812	13.6566		Pescosolido	060049	07	FR	060049	
3171123	Pescosansonesco	pescosansonesco	IT	65020	556	Europe/Rome	42.25524	13.8848		Pescosansonesco	068029	01	PE	068029	
3171124	Pesco Sannita	pesco-sannita	IT	82020	2185	Europe/Rome	41.23262	14.81214		Pesco Sannita,Pescolamazza	062050	04	BN	062050	
3171125	Pescorocchiano	pescorocchiano	IT	02024	2553	Europe/Rome	42.20643	13.14619		Pescorocchiano	057049	07	RI	057049	
3171126	Pescopennataro	pescopennataro	IT	86080	281	Europe/Rome	41.87893	14.29332	1190	Pescopennataro	094033	11	IS	094033	
3171127	Pescopagano	pescopagano	IT	85020	1851	Europe/Rome	40.83562	15.39886	954	Pescopagano	076058	02	PZ	076058	
3171131	Pescolanciano	pescolanciano	IT	86097	857	Europe/Rome	41.67843	14.33722	819	Pescolanciano	094032	11	IS	094032	
3171136	Pescocostanzo	pescocostanzo	IT	67033	1055	Europe/Rome	41.88633	14.06561	1395	Pescocostanzo	066070	01	AQ	066070	
3171141	Pescina	pescina	IT	67057	3492	Europe/Rome	42.02351	13.65116	735	Pescina	066069	01	AQ	066069	
3171143	Pescia Romana	pescia-romana	IT	01014	1013	Europe/Rome	42.39963	11.49651	19			07	VT	056035	
3171148	Pescia	pescia	IT	51017	11567	Europe/Rome	43.89705	10.69041	62	Pescia,Pesha,Pesia,pesha,Πέσια,Пеша,ペーシャ	047012	16	PT	047012	
3171152	Peschiera del Garda	peschiera-del-garda	IT	37019	7733	Europe/Rome	45.43778	10.68908	68	Peschiera,Peschiera del Garda,Peschiera sul Lago di Garda,Pesciera,ペスキエーラ・デル・ガルダ	023059	20	VR	023059	
3171155	Peschiera Borromeo	peschiera	IT	75010	20264	Europe/Rome	45.4308	9.3087				09	MI	015171	
3171157	Peschici	peschici	IT	71010	4339	Europe/Rome	41.94605	16.01586		Peschici	071038	13	FG	071038	
3171158	Pesche	pesche	IT	86090	1363	Europe/Rome	41.60612	14.27762	732	Pesche	094031	11	IS	094031	
3171159	Pescasseroli	pescasseroli	IT	67032	2224	Europe/Rome	41.80403	13.78891	1167	Pescasseroli	066068	01	AQ	066068	
3171160	Pescarolo ed Uniti	pescarolo-ed-uniti	IT	26033	1485	Europe/Rome	45.19387	10.18647		Pescarolo ed Uniti	019069	09	CR	019069	
3171167	Pescara	pescara	IT	65100	0	Europe/Rome	42.75064	13.27015				10	AP	044006	
3171168	Pescara	pescara	IT	65100	116596	Europe/Rome	42.46024	14.21021	4	PSR,Pescara,Peskara,byskara,pesukara,Пескара,بيسكارا,ペスカーラ	PE	01	PE	068028	
3171169	Pescantina	pescantina	IT	37026	11743	Europe/Rome	45.48369	10.86848	80	Pescantina	023058	20	VR	023058	
3171171	Pescaglia	pescaglia	IT	55064	207	Europe/Rome	43.96625	10.4111	504	Pescaglia	046022	16	LU	046022	
3171173	Pesaro	pesaro	IT	61100	77241	Europe/Rome	43.90357	12.89026	11	Pesaro,Pesaru,Pezaro,Pisaurum,Pèsaru,pezaro,Пезаро,ペーザロ	PU	10	PU	041044	
3171175	Pesariis	pesariis	IT	33020	0	Europe/Rome	46.52167	12.77167				06	UD	030081	
3171180	Perugia	perugia	IT	06100	120137	Europe/Rome	43.1122	12.38878	493	PEG,Perosa,Perouse,Perudzha,Perugia,Perusa,Perusia,Pérouse,byrwdja,pei lu jia,peruja,prwg'h,Перуджа,Перуђа,פרוג'ה,بيرودجا,ペルージャ,佩鲁贾	18	18	PG	054039	
3171183	Pertosa	pertosa	IT	84030	727	Europe/Rome	40.54361	15.44886		Pertosa	065093	04	SA	065093	
3171185	Perticara	perticara	IT	47863	0	Europe/Rome	43.9	12.23333				10	PU		
3171186	Pertengo	pertengo	IT	13030	305	Europe/Rome	45.23556	8.41754	122	Pertengo	002091	12	VC	002091	
3171187	Persi	persi	IT	15060	0	Europe/Rome	44.73333	8.96667				12	AL	006018	
3171189	Persano	persano	IT	84023	0	Europe/Rome	40.55	15.05				04	SA	065140	
3171191	Perrero	perrero	IT	10060	243	Europe/Rome	44.93824	7.11371	844		001186	12	TO	001186	
3171193	Perosa Argentina	perosa-argentina	IT	10063	2932	Europe/Rome	44.95744	7.19091	608	Peirosa,Perosa Argentina,ペローザ・アルジェンティーナ	001184	12	TO	001184	
3171198	Pero	pero	IT	17019	0	Europe/Rome	44.31626	9.17513				08	GE	010007	
3171199	Pernumia	pernumia	IT	35020	2339	Europe/Rome	45.25899	11.78721	9	Pernumia	028061	20	PD	028061	
3171200	Pernate	pernate	IT	28100	3391	Europe/Rome	45.45958	8.67845	146			12	NO	003106	
3171205	Perito	perito	IT	84060	1101	Europe/Rome	40.2977	15.14766		Perito	065092	04	SA	065092	
3171206	Perino	perino	IT	29020	253	Europe/Rome	44.81843	9.50298	208			05	PC	033016	
3171207	Perinaldo	perinaldo	IT	18032	545	Europe/Rome	43.86702	7.66954	572	Perinaldo,Preinaodo	008040	08	IM	008040	
3171209	Peri	peri	IT	37020	465	Europe/Rome	45.65707	10.90256	137			20	VR	023031	
3171211	Pergola	pergola	IT	61045	0	Europe/Rome	44.3	11.8				05	RA	039010	
3171212	Pergola	pergola	IT	61045	4137	Europe/Rome	43.55656	12.83486	265		041043	10	PU	041043	
3171214	Pergine Valsugana	pergine-valsugana	IT	38057	11538	Europe/Rome	46.065	11.23798	482	Pergine,Pergine Valsugana,Perigine Valsugana,ペルジーネ・ヴァルスガーナ	022139	17	TN	022139	
3171215	Pergine Valdarno	pergine-valdarno	IT	52020	3175	Europe/Rome	43.47028	11.68552		Pergine,Pergine Valdarno	051028	16	AR	051028	
3171216	Perfugas	perfugas	IT	07034	2085	Europe/Rome	40.83337	8.88282	92	Perfugas	090056	14	SS	090056	
3171218	Peretola	peretola	IT	50145	0	Europe/Rome	43.797	11.19657		Peretola		16	FI	048017	
3171219	Pereto	pereto	IT	67064	0	Europe/Rome	43.85	12.2				10	PU		
3171220	Pereto	pereto	IT	67064	693	Europe/Rome	42.05893	13.10139	800		066067	01	AQ	066067	
3171221	Pereta	pereta	IT	58051	0	Europe/Rome	42.65	11.31667		Pereta		16	GR	053013	
3171222	Perdifumo	perdifumo	IT	84060	1866	Europe/Rome	40.2682	15.01495		Perdifumo	065091	04	SA	065091	
3171223	Percoto	percoto	IT	33050	1542	Europe/Rome	45.9775	13.32278	56	Percoto,Percotto		06	UD	030074	
3171224	Percile	percile	IT	00020	216	Europe/Rome	42.09462	12.91008		Percile,peruchire,ペルチーレ	058076	07	RM	058076	
3171225	Perca - Percha	perca	IT	39030	1313	Europe/Rome	46.79343	11.98339		Perca,Percha,peruka,ペルカ	021063	17	BZ	021063	
3171227	Perarolo di Cadore	perarolo-di-cadore	IT	32010	362	Europe/Rome	46.39383	12.35636		Perarolo,Perarolo di Cadore	025037	20	BL	025037	
3171228	Perarolo	perarolo	IT	35010	0	Europe/Rome	45.46667	11.48333				20	VI	024015	
3171229	Perarolo	perarolo	IT	35010	0	Europe/Rome	45.03333	11.55				20	RO	029011	
3171230	Perano	perano	IT	66040	451	Europe/Rome	42.10314	14.39402	256	Perano	069065	01	CH	069065	
3171232	Peonis	peonis	IT	33010	312	Europe/Rome	46.26	13.03917	197			06	UD	030124	
3171246	Penne	penne	IT	65017	0	Europe/Rome	44.7	11.6		Penne,Tennta Penne,Tenuta Penne		05	BO	037003	
3171247	Penne	penne	IT	65017	5985	Europe/Rome	42.45384	13.9299	438	Penne,pen'ne,ペンネ	068027	01	PE	068027	
3171248	Penna Sant'Andrea	penna-sant-andrea	IT	64039	318	Europe/Rome	42.59344	13.7722	413	Penna Sant'Andrea	067033	01	TE	067033	
3171249	Penna San Giovanni	penna-san-giovanni	IT	62020	554	Europe/Rome	43.05625	13.42598	630	Penna San Giovanni	043035	10	MC	043035	
3171250	Pennapiedimonte	pennapiedimonte	IT	66010	350	Europe/Rome	42.1539	14.19405	669	Pennapiedimonte	069064	01	CH	069064	
3171251	Penna in Teverina	penna-in-teverina	IT	05028	905	Europe/Rome	42.49213	12.35757	302	Penna in Teverina	055026	18	TR	055026	
3171253	Pennadomo	pennadomo	IT	66040	263	Europe/Rome	42.00483	14.32432	460	Pennadomo	069063	01	CH	069063	
3171254	Pennabilli	pennabilli	IT	47864	980	Europe/Rome	43.81806	12.26564	629	Pennabili,Pennabilli,Pennábili	099024	05	RN	099024	
3171260	Penna	penna	IT	52028	0	Europe/Rome	43.56667	11.61667				16	AR	051039	
3171264	Penia	penia	IT	38032	0	Europe/Rome	46.45779	11.79743	1500			17	TN	022039	
3171274	Pelos di Cadore	pelos-di-cadore	IT	32040	359	Europe/Rome	46.48935	12.45987	785	Pelos,Pelos di Cadore,Pélos di Cadore		20	BL	025065	
3171277	Pellizzano	pellizzano	IT	38020	601	Europe/Rome	46.30991	10.75987	925	Pellizzano,perrittsu~ano,ペッリッツァーノ	022137	17	TN	022137	
3171283	Pellezzano	pellezzano	IT	84080	1243	Europe/Rome	40.72521	14.75744	247	Pellezzano	065090	04	SA	065090	
3171289	Pellegrino Parmense	pellegrino-parmense	IT	43047	420	Europe/Rome	44.73006	9.93278	410	Pellegrino Parmense	034028	05	PR	034028	
3171292	Pellegrina	pellegrina	IT	37063	0	Europe/Rome	45.21667	11.01667				20	VR	023084	
3171294	Pellare	pellare	IT	84060	0	Europe/Rome	40.25	15.28333				04	SA	065069	
3171295	Pella	pella	IT	28010	508	Europe/Rome	45.79837	8.38492	305	Pella	003115	12	NO	003115	
3171297	Pelago	pelago	IT	50060	7270	Europe/Rome	43.77305	11.50393		Pelago	048032	16	FI	048032	
3171300	Peio	peio	IT	38024	408	Europe/Rome	46.36278	10.67353	1579	Peio,peio,ペーイオ	022136	17	TN	022136	
3171303	Pegolotte	pegolotte	IT	30010	1346	Europe/Rome	45.19278	12.03889	3		027010	20	VE	027010	
3171304	Pegola	pegola	IT	40051	868	Europe/Rome	44.69071	11.50025	10			05	BO	037035	
3171305	Pegognaga	pegognaga	IT	46020	6618	Europe/Rome	44.99267	10.85969		Pegognaga	020039	09	MN	020039	
3171307	Peglio	peglio	IT	22010	472	Europe/Rome	43.69646	12.49785	534		041041	10	PU	041041	
3171309	Pegli	pegli	IT	16155	0	Europe/Rome	44.42445	8.81213				08	GE	010025	
3171310	Peghera	peghera	IT	24010	0	Europe/Rome	45.86667	9.55				09	BG	016210	
3171311	Pegazzano	pegazzano	IT	19123	0	Europe/Rome	44.11667	9.8				08	SP	011015	
3171334	Pedraces	pedraces	IT	39036	0	Europe/Rome	46.6	11.88333				17	BZ	021006	
3171335	Pedesina	pedesina	IT	23010	34	Europe/Rome	46.08189	9.54944		Pedesina	014047	09	SO	014047	
3171336	Pederobba	pederobba	IT	31040	1927	Europe/Rome	45.87631	11.9523	220	Pederobba	026056	20	TV	026056	
3171337	Pedemonte	pedemonte	IT	16010	0	Europe/Rome	45.93145	8.42188				12	VB	103035	
3171338	Pedavena	pedavena	IT	32034	3221	Europe/Rome	46.03951	11.8831	359	Pedavena	025036	20	BL	025036	
3171339	Pedaso	pedaso	IT	63827	1818	Europe/Rome	43.09916	13.84079	4	Pedaso	109030	10	FM	109030	
3171344	Pecorile	pecorile	IT	42030	214	Europe/Rome	44.58668	10.50825	237			05	RE	035043	
3171347	Pecorara	pecorara	IT	29010	915	Europe/Rome	44.87582	9.38387		Pecorara	033031	05	PC	033031	
3171350	Pecetto di Valenza	pecetto-di-valenza	IT	15040	459	Europe/Rome	44.98976	8.67094	212	Pecetto di Valenza	006128	12	AL	006128	
3171352	Peccioli	peccioli	IT	56037	2715	Europe/Rome	43.54954	10.72001	144	Peccioli	050025	16	PI	050025	
3171355	Pavullo nel Frignano	pavullo-nel-frignano	IT	41026	9063	Europe/Rome	44.33146	10.835	682	Paullo nel Frignano,Pavullo,Pavullo nel Frignano,pavulo nel frinjano,Павуло нел Фриняно,パヴッロ・ネル・フリニャーノ	036030	05	MO	036030	
3171356	Pavone del Mella	pavone-del-mella	IT	25020	2595	Europe/Rome	45.30378	10.20907		Pavone,Pavone del Mella	017137	09	BS	017137	
3171357	Pavone d'Alessandria	pavone-d-alessandria	IT	15040	0	Europe/Rome	44.93333	8.66667				12	AL	006129	
3171358	Pavone Canavese	pavone-canavese	IT	10018	3361	Europe/Rome	45.43756	7.85172	262	Pavon,Pavone Canavese,パヴォーネ・カナヴェーゼ	001181	12	TO	001181	
3171361	Pavona	pavona	IT	00041	0	Europe/Rome	41.72629	12.61642		La Pavona		07	RM	058003	
3171362	Paviole	paviole	IT	45034	0	Europe/Rome	44.91667	11.66667				20	RO	029009	
3171363	Pavicolo	pavicolo	IT	39011	0	Europe/Rome	46.61667	11.1		Bovicoio,Bovicolo,Bovìcolo,Pavicolo		17	BZ	021041	
3171366	Pavia	pavia	IT	27100	71486	Europe/Rome	45.18446	9.16145		Papia,Pavia,Pavie,Pavija,Pavio,Pavìa,Pavía,Pawia,Ticinum,pa wei ya,pavu~ia,Павия,パヴィア,帕維亞	PV	09	PV	018110	
3171367	Pavarolo	pavarolo	IT	10020	666	Europe/Rome	45.07255	7.83462	363	Pavareul,Pavarolo,pavu~aroro,パヴァローロ	001180	12	TO	001180	
3171369	Paupisi	paupisi	IT	82030	1521	Europe/Rome	41.19532	14.66524		Paupisi,Popisi	062049	04	BN	062049	
3171370	Paullo	paullo	IT	20067	10108	Europe/Rome	45.41867	9.39765		Paullo,paurro,パウッロ	015169	09	MI	015169	
3171371	Paulilatino	paulilatino	IT	09070	2326	Europe/Rome	40.08405	8.76353	280	Paulilatino	095041	14	OR	095041	
3171372	Paularo	paularo	IT	33027	1504	Europe/Rome	46.53278	13.11722	648	Paular,Paularo	030073	06	UD	030073	
3171374	Pattano	pattano	IT	84078	0	Europe/Rome	40.23333	15.23333				04	SA	065154	
3171376	Pattada	pattada	IT	07016	3513	Europe/Rome	40.58176	9.11293		Pattada	090055	14	SS	090055	
3171377	Patrignone	patrignone	IT	52100	0	Europe/Rome	42.96667	13.6				10	AP	044034	
3171378	Patrica	patrica	IT	03010	2915	Europe/Rome	41.59222	13.244		Patrica	060048	07	FR	060048	
3171382	Paternopoli	paternopoli	IT	83052	2716	Europe/Rome	40.97332	15.03205		Paternopoli	064070	04	AV	064070	
3171384	Paterno	paterno	IT	64012	0	Europe/Rome	43.75	11.33333				16	FI	048001	
3171385	Paterno	paterno	IT	64012	0	Europe/Rome	43.26667	13.16667				10	MC	043047	
3171386	Paterno	paterno	IT	64012	0	Europe/Rome	42.96667	13.31667				10	FM	109002	
3171387	Paterno	paterno	IT	64012	0	Europe/Rome	42.75268	13.71866				01	TE	067008	
3171388	Paterno	paterno	IT	64012	0	Europe/Rome	42.58333	13.91667				01	TE	067004	
3171389	Paterno	paterno	IT	64012	0	Europe/Rome	42.53765	13.28376				01	AQ	066021	
3171390	Paterno	paterno	IT	64012	0	Europe/Rome	42.38333	13				07	RI	057015	
3171391	Paterno	paterno	IT	64012	0	Europe/Rome	42.05	13.46667		Paterno,San Paterno		01	AQ	066006	
3171392	Paterno	paterno	IT	64012	2778	Europe/Rome	40.37831	15.73277	634	Paterno,pateruno,パテルノ	076100	02	PZ	076100	
3171399	Pastrengo	pastrengo	IT	37010	1954	Europe/Rome	45.49309	10.79978	192	Pastrengo	023057	20	VR	023057	
3171400	Pastorello	pastorello	IT	43013	0	Europe/Rome	44.56667	10.23333				05	PR	034024	
3171402	Pastina	pastina	IT	56040	0	Europe/Rome	43.21667	12.73333				18	PG	054023	
3171403	Pastina	pastina	IT	56040	0	Europe/Rome	42.83333	13.41667				10	AP	044064	
3171405	Pastena	pastena	IT	03020	248	Europe/Rome	41.55298	14.32394	720			11	IS	094010	
3171406	Pastena	pastena	IT	03020	1672	Europe/Rome	41.46892	13.4916		Pastena	060047	07	FR	060047	
3171408	Passo di Treia	passo-di-treia	IT	62010	2368	Europe/Rome	43.28333	13.33333	148	Passo di Treia,Passo di Treja		10	MC	043054	
3171410	Passo di Mirabella	passo-di-mirabella	IT	83036	0	Europe/Rome	41.05	15				04	AV	064050	
3171412	Passo Corese	passo-corese	IT	02032	0	Europe/Rome	42.15	12.65		Fara Sabina Stazione,Fara di Soligo,Passo Corese		07	RM	058063	
3171416	Passirano	passirano	IT	25050	5911	Europe/Rome	45.59868	10.06666		Passirano	017136	09	BS	017136	
3171418	Passignano sul Trasimeno	passignano-sul-trasimeno	IT	06065	4464	Europe/Rome	43.19414	12.12925	289	Passignano,Passignano sul Trasimeno	054038	18	PG	054038	
3171419	Passiano	passiano	IT	84013	0	Europe/Rome	40.7	14.68333				04	SA	065037	
3171421	Passerano	passerano	IT	14020	0	Europe/Rome	41.9	12.76667				07	RM	058040	
3171422	Passatore	passatore	IT	12100	753	Europe/Rome	44.43169	7.50724	510			12	CN	004078	
3171423	Passatore	passatore	IT	12100	0	Europe/Rome	44.25	11.01667				05	BO	037013	
3171426	Passarella	passarella	IT	30027	1105	Europe/Rome	45.59436	12.60537	2			20	VE	027033	
3171430	Paspardo	paspardo	IT	25050	677	Europe/Rome	46.031	10.37096		Paspardo	017135	09	BS	017135	
3171431	Pasiano di Pordenone	pasiano-di-pordenone	IT	33087	7422	Europe/Rome	45.84972	12.62722		Pasiano di Pordenon	093029	06	PN	093029	
3171432	Pasian di Prato	pasian-di-prato	IT	33037	5447	Europe/Rome	46.04861	13.1875	105	Pasian di Prat,Pasian di Prato	030072	06	UD	030072	
3171436	Pascellata	pascellata	IT	64010	0	Europe/Rome	42.7006	13.49645				01	TE	067046	
3171438	Parzanica	parzanica	IT	24060	377	Europe/Rome	45.73848	10.03406		Parzanica	016159	09	BG	016159	
3171439	Paruzzaro	paruzzaro	IT	28040	1999	Europe/Rome	45.75017	8.51783	334	Paruzzaro	003114	12	NO	003114	
3171445	Parre	parre	IT	24020	2855	Europe/Rome	45.87459	9.89086			016158	09	BG	016158	
3171446	Parrano	parrano	IT	05010	334	Europe/Rome	42.86624	12.11026	441	Parrano	055025	18	TR	055025	
3171447	Parrana San Martino	parrana-san-martino	IT	57014	217	Europe/Rome	43.53772	10.44198	108			16	LI	049008	
3171450	Parona	parona	IT	27020	1698	Europe/Rome	45.28246	8.75084		Parona	018109	09	PV	018109	
3171451	Parolise	parolise	IT	83050	653	Europe/Rome	40.93152	14.88314		Parolise	064069	04	AV	064069	
3171454	Parola	parola	IT	43012	0	Europe/Rome	44.85	10.1				05	PR	034014	
3171457	Parma	parma	IT	43100	146299	Europe/Rome	44.80266	10.32898	57	PMF,Parma,Parme,Perma,Pèrma,barma,parma,paruma,Парма,פארמה,بارما,پارما,パルマ	PR	05	PR	034027	
3171463	Pareto	pareto	IT	15010	629	Europe/Rome	44.56632	9.09333				08	GE	010065	
3171466	Parella	parella	IT	10010	410	Europe/Rome	45.43066	7.79322	330	Parela,Parella,parerra,パレッラ	001179	12	TO	001179	
3171468	Parcines - Partschins	parcines	IT	39020	3192	Europe/Rome	46.68422	11.07337		Parcines,Partschins,paruchinesu,パルチーネス	021062	17	BZ	021062	
3171470	Parazzuolo	parazzuolo	IT	16048	0	Europe/Rome	44.48126	9.32774				08	GE	010048	
3171471	Paratico	paratico	IT	25030	3445	Europe/Rome	45.65688	9.95956		Paratico	017134	09	BS	017134	
3171478	Paraggi	paraggi	IT	16038	0	Europe/Rome	44.31273	9.21066				08	GE	010054	
3171483	Parabita	parabita	IT	73052	9557	Europe/Rome	40.05192	18.12953		Parabita	075059	13	LE	075059	
3171484	Parabiago	parabiago	IT	20015	23950	Europe/Rome	45.55497	8.94564		Parabiago,parabiago,パラビアーゴ	015168	09	MI	015168	
3171486	Papozze	papozze	IT	45010	1687	Europe/Rome	44.98333	12.16667				20	RO	029002	
3171488	Papigno	papigno	IT	05100	424	Europe/Rome	42.54975	12.69108	222			18	TR	055032	
3171489	Papiano	papiano	IT	06055	286	Europe/Rome	42.96123	12.34668	210			18	PG	054027	
3171495	Paolisi	paolisi	IT	82011	1758	Europe/Rome	41.03712	14.57644		Paolisi	062048	04	BN	062048	
3171498	Paolini	paolini	IT	91025	0	Europe/Rome	41.1	14.53333				04	BN	062070	
3171500	Panzano	panzano	IT	41011	0	Europe/Rome	43.54625	11.3136		Panzano,Panzano in Chianti		16	FI	048021	
3171501	Panzano	panzano	IT	41011	0	Europe/Rome	43.45	11.6		Panzano,Podere Panzano		16	AR	051005	
3171502	Pantigliate	pantigliate	IT	20048	5154	Europe/Rome	45.43526	9.3522		Pantigliate,pantiriate,パンティリアーテ	015167	09	MI	015167	
3171503	Pantianicco	pantianicco	IT	33036	545	Europe/Rome	46.025	13.03083	79			06	UD	030058	
3171507	Pantano	pantano	IT	42033	0	Europe/Rome	41.56667	14.05				11	IS	094019	
3171515	Pantalla	pantalla	IT	06059	0	Europe/Rome	42.88333	12.4				18	PG	054014	
3171517	Panni	panni	IT	71020	858	Europe/Rome	41.22202	15.27465	801	Panni	071037	13	FG	071037	
3171519	Pannarano	pannarano	IT	82017	2011	Europe/Rome	41.00982	14.70194		Pannarano	062047	04	BN	062047	
3171521	Panicarola	panicarola	IT	06061	723	Europe/Rome	43.06933	12.08597	269	Panicarola		18	PG	054009	
3171523	Panicale	panicale	IT	06064	510	Europe/Rome	43.02805	12.09611	431	Panicale	054037	18	PG	054037	
3171525	Paneveggio	paneveggio	IT	38037	0	Europe/Rome	46.3	11.73333				17	TN	022174	
3171527	Pandola	pandola	IT	84085	0	Europe/Rome	40.8	14.76667				04	SA	065052	
3171529	Pandino	pandino	IT	26025	7802	Europe/Rome	45.40707	9.55346		Pandino	019067	09	CR	019067	
3171530	Pancole	pancole	IT	58054	0	Europe/Rome	42.71667	11.3		Pancole		16	GR	053023	
3171532	Pancarana	pancarana	IT	27050	322	Europe/Rome	45.07456	9.05065		Pancarana	018108	09	PV	018108	
3171533	Pancalieri	pancalieri	IT	10060	1892	Europe/Rome	44.83344	7.58592	243	Pancale,Pancalieri,Pancalé,pankarieri,パンカリエーリ	001178	12	TO	001178	
3171538	Pamparato	pamparato	IT	12087	403	Europe/Rome	44.27673	7.91304		Pamparato	004159	12	CN	004159	
3171541	Paluzza	paluzza	IT	33026	1241	Europe/Rome	46.52827	13.01484	602	Paluce,Paluzza	030071	06	UD	030071	
3171545	Palù del Fersina	palu-del-fersina	IT	38050	195	Europe/Rome	46.12951	11.35088		Palu,Palu del Fersina,Palù,Palù del Fersina,パルー・デル・フェルシーナ	022133	17	TN	022133	
3171547	Palù	palu	IT	37050	1124	Europe/Rome	45.32548	11.15529		Palu,Palù	023056	20	VR	023056	
3171550	Palosco	palosco	IT	24050	4999	Europe/Rome	45.58928	9.83646		Palosco	016157	09	BG	016157	
3171551	Palomonte	palomonte	IT	84020	4115	Europe/Rome	40.66251	15.29186		Palomonte	065089	04	SA	065089	
3171557	Palombaro	palombaro	IT	66010	549	Europe/Rome	42.12484	14.23061	536		069062	01	CH	069062	
3171558	Palombara Sabina	palombara-sabina	IT	00018	10659	Europe/Rome	42.06672	12.76798		Palombara Sabina,パロンバーラ・サビーナ	058075	07	RM	058075	
3171560	Palombaio	palombaio	IT	70032	0	Europe/Rome	41.06667	16.6		Palombaio,Palombaro		13	BA	072011	
3171562	Palo del Colle	palo-del-colle	IT	70027	20852	Europe/Rome	41.05753	16.70078		Palo del Colle,Palo-del'-Kolle,Пало-дель-Колле	072033	13	BA	072033	
3171563	Palo	palo	IT	00055	0	Europe/Rome	44.48333	8.53333				08	SV	009055	
3171564	Palo	palo	IT	00055	0	Europe/Rome	41.93333	12.1		Alsium,Palo		07	RM		
3171565	Palmiano	palmiano	IT	63092	222	Europe/Rome	42.90015	13.45958		Palmiano	044056	10	AP	044056	
3171570	Palmariggi	palmariggi	IT	73020	1603	Europe/Rome	40.13062	18.37943		Palmariggi	075058	13	LE	075058	
3171573	Palmanova	palmanova	IT	33057	2515	Europe/Rome	45.90639	13.31194	27	Palmanov,Palmanova,Palme	030070	06	UD	030070	
3171576	Palma Campania	palma-campania	IT	80036	14613	Europe/Rome	40.86491	14.54874		Palma Campania,パルマ・カンパーニア	063052	04	NA	063052	
3171585	Pallerone	pallerone	IT	54011	1049	Europe/Rome	44.20485	10.00279	72			16	MS	045001	
3171587	Pallavicino	pallavicino	IT	90146	0	Europe/Rome	44.73186	9.0899				12	AL	006028	
3171589	Pallare	pallare	IT	17043	693	Europe/Rome	44.32724	8.27535	404	Palere,Pallare,Palëre,parrare,パッラーレ	009047	08	SV	009047	
3171590	Pallanzeno	pallanzeno	IT	28884	1176	Europe/Rome	46.04202	8.25949	230	Pallanzeno	103052	12	VB	103052	
3171598	Palinuro	palinuro	IT	84051	0	Europe/Rome	40.03333	15.28333		Palinuro		04	SA	065039	
3171602	Palidano	palidano	IT	46023	0	Europe/Rome	44.96667	10.78333				09	MN	020027	
3171603	Paliano	paliano	IT	03018	7663	Europe/Rome	41.80562	13.05759		Paliano	060046	07	FR	060046	
3171605	Palestro	palestro	IT	27030	2014	Europe/Rome	45.30176	8.53344		Palestro	018107	09	PV	018107	
3171606	Palestrina	palestrina	IT	00036	17234	Europe/Rome	41.83552	12.88899		Palestrina,Praeneste,paresutorina,Палестрина,パレストリーナ	058074	07	RM	058074	
3171607	Palese	palese	IT	70128	0	Europe/Rome	41.15	16.76667				13	BA	072006	
3171611	Palena	palena	IT	66017	1308	Europe/Rome	41.98303	14.13771	767	Palena,Polena	069060	01	CH	069060	
3171614	Pale	pale	IT	06034	0	Europe/Rome	42.98333	12.76667				18	PG	054018	
3171615	Palazzuolo sul Senio	palazzuolo-sul-senio	IT	50035	880	Europe/Rome	44.11386	11.54742	437	Palazzuolo,Palazzuolo di Romagna,Palazzuolo sul Senio	048031	16	FI	048031	
3171616	Palazzuolo	palazzuolo	IT	52048	0	Europe/Rome	43.35	11.63333				16	AR	051025	
3171619	Palazzo San Gervasio	palazzo-san-gervasio	IT	85026	4917	Europe/Rome	40.93132	15.98077	485	Palazzo San Gervasio	076057	02	PZ	076057	
3171623	Palazzone	palazzone	IT	53040	0	Europe/Rome	42.88333	11.93333				16	SI	052027	
3171624	Palazzolo Vercellese	palazzolo-vercellese	IT	13040	1285	Europe/Rome	45.18626	8.23263	137	Palazzolo,Palazzolo Vercellese	002090	12	VC	002090	
3171625	Palazzolo dello Stella	palazzolo-dello-stella	IT	33056	2544	Europe/Rome	45.80639	13.08111	5	Palacul,Palazzolo,Palazzolo dello Stella	030069	06	UD	030069	
3171632	Palazzo del Pero	palazzo-del-pero	IT	52100	645	Europe/Rome	43.42113	11.97621	405			16	AR	051002	
3171636	Palazzo Canavese	palazzo-canavese	IT	10010	709	Europe/Rome	45.45926	7.97892	248	Palass,Palazzo,Palazzo Canavese,パラッツォ・カナヴェーゼ	001177	12	TO	001177	
3171639	Palazzo	palazzo	IT	06081	0	Europe/Rome	44.41667	11.06667				05	BO	037061	
3171640	Palazzo	palazzo	IT	06081	0	Europe/Rome	43.53333	12.91667				10	AN	042003	
3171641	Palazzo	palazzo	IT	06081	0	Europe/Rome	43.26667	12.76667				18	PG	054023	
3171642	Palazzo	palazzo	IT	06081	0	Europe/Rome	43.23333	12.75				18	PG	054023	
3171643	Palazzo	palazzo	IT	06081	0	Europe/Rome	43.21667	12.93333				10	MC	043016	
3171644	Palazzo	palazzo	IT	06081	1817	Europe/Rome	43.09708	12.56436	236	Palazzo		18	PG	054001	
3171645	Palazzo	palazzo	IT	06081	0	Europe/Rome	42.76667	10.3				16	LI	049004	
3171646	Palazzo	palazzo	IT	06081	0	Europe/Rome	42.71667	10.38333				16	LI	049004	
3171654	Palau	palau	IT	07020	2885	Europe/Rome	41.17936	9.3819	5	Palau,parau,パラウ	104020	14	OT	104020	
3171656	Palata Pepoli	palata-pepoli	IT	40014	586	Europe/Rome	44.79221	11.23324	17			05	BO	037024	
3171657	Palata	palata	IT	86037	1552	Europe/Rome	41.88854	14.78683	520	Palata	070050	11	CB	070050	
3171658	Palanzano	palanzano	IT	43025	289	Europe/Rome	44.43726	10.19449	691	Palanzano	034026	05	PR	034026	
3171660	Palaia	palaia	IT	56036	727	Europe/Rome	43.60504	10.77201	240	Palaia	050024	16	PI	050024	
3171664	Palagiano	palagiano	IT	74019	15815	Europe/Rome	40.57889	17.03861		Palagiano	073021	13	TA	073021	
3171665	Palagianello	palagianello	IT	74018	7483	Europe/Rome	40.60982	16.97599		Palagianello	073020	13	TA	073020	
3171666	Palagano	palagano	IT	41046	682	Europe/Rome	44.32096	10.6461	703	Palagano	036029	05	MO	036029	
3171673	Pago Veiano	pago-veiano	IT	82020	2657	Europe/Rome	41.24792	14.87134		Pago Veiano	062046	04	BN	062046	
3171675	Pagnona	pagnona	IT	23833	439	Europe/Rome	46.05969	9.40274		Pagnona	097063	09	LC	097063	
3171678	Paglieta	paglieta	IT	66020	2758	Europe/Rome	42.16304	14.49732	235	Paglieta	069059	01	CH	069059	
3171681	Pagliaroli	pagliaroli	IT	64040	0	Europe/Rome	42.63333	13.53333				01	TE	067022	
3171687	Pagliara	pagliara	IT	67050	0	Europe/Rome	42	13.31667				01	AQ	066029	
3171688	Pagliara	pagliara	IT	67050	0	Europe/Rome	41.06667	14.78333				04	BN	062067	
3171694	Pagazzano	pagazzano	IT	24040	0	Europe/Rome	44.56667	9.98333				05	PR	034004	
3171699	Paganico	paganico	IT	58045	0	Europe/Rome	42.94009	11.2912				16	GR	053008	
3171700	Paganico Sabino	paganico-sabino	IT	02020	180	Europe/Rome	42.18963	12.99688		Civitella Paganico,Paganico Sabino,Pagánico Sabino	057048	07	RI	057048	
3171702	Paganica	paganica	IT	67100	0	Europe/Rome	42.35715	13.47138				01	AQ	066049	
3171703	Pagani	pagani	IT	84016	32835	Europe/Rome	40.75151	14.61334	35	Pagani,pagani,パガーニ	065088	04	SA	065088	
3171709	Paestum	paestum	IT	84047	0	Europe/Rome	40.40879	15.00162		Paestum,Pesto,Pestum,Poseidonia,pa ai si tu mu,paesuto~umu,Ποσειδωνία,Пестум,პესტუმი,パエストゥム,帕埃斯图姆		04	SA	065025	
3171710	Paese	paese	IT	31038	9395	Europe/Rome	45.67417	12.16389	32	Paese	026055	20	TV	026055	
3171711	Paesana	paesana	IT	12034	1895	Europe/Rome	44.68723	7.27342	614	Paesana	004157	12	CN	004157	
3171713	Padulle	padulle	IT	40010	2350	Europe/Rome	44.62945	11.27738	25		037050	05	BO	037050	
3171715	Paduli	paduli	IT	82020	4262	Europe/Rome	41.16612	14.88504		Paduli	062045	04	BN	062045	
3171717	Padule	padule	IT	06024	0	Europe/Rome	43.31667	12.61667				18	PG	054024	
3171718	Padula	padula	IT	64040	5403	Europe/Rome	40.33691	15.65507			065087	04	SA	065087	
3171721	Padru	padru	IT	07020	2109	Europe/Rome	40.76577	9.52023		Padra,Padru	104019	14	OT	104019	
3171725	Padria	padria	IT	07015	836	Europe/Rome	40.39636	8.62992		Padria	090053	14	SS	090053	
3171829	Ospedaletto Euganeo	ospedaletto-euganeo	IT	35045	5494	Europe/Rome	45.21679	11.61321	12	Ospedaletto Euganeo	028059	20	PD	028059	
3171830	Ospedaletto d'Alpinolo	ospedaletto-d-alpinolo	IT	83014	1641	Europe/Rome	40.93942	14.74354			064067	04	AV	064067	
3171728	Padova	padova	IT	35100	203725	Europe/Rome	45.41519	11.88181	12	Padoa,Padoue,Padova,Padovo,Padua,Paduja,Padwa,Patavium,Provincia di Padova,Pàdua,Pádua,QPA,badwfa,pa duo wa,padoba,padovu~a,Падова,Падуа,Падуя,פאדובה,بادوفا,პადუა,パドヴァ,帕多瓦,파도바	PD	20	PD	028060	
3171731	Padola	padola	IT	32040	933	Europe/Rome	46.60333	12.47667	1215			20	BL	025015	
3171732	Padivarma	padivarma	IT	19020	217	Europe/Rome	44.19648	9.76753	73		011003	08	SP	011003	
3171736	Paderno Franciacorta	paderno-franciacorta	IT	25050	3379	Europe/Rome	45.58788	10.08006		Paderno Franciacorta,パデルノ・フランチャコルタ	017130	09	BS	017130	
3171737	Paderno Dugnano	paderno-dugnano	IT	20037	45444	Europe/Rome	45.56899	9.16483		Paderno Dugnano,パデルノ・ドゥニャーノ	015166	09	MI	015166	
3171738	Paderno d'Adda	paderno-d-adda	IT	23877	3229	Europe/Rome	45.67988	9.44515		Paderno d'Adda	097062	09	LC	097062	
3171740	Paderno	paderno	IT	32030	378	Europe/Rome	46.11753	12.05724	379			20	BL	025045	
3171741	Paderno	paderno	IT	32030	0	Europe/Rome	45.71861	12.20667				20	TV	026059	
3171742	Paderno Ponchielli	paderno-ponchielli	IT	26024	1521	Europe/Rome	45.23887	9.93027		Paderno Ossolaro	019065	09	CR	019065	
3171743	Paderno	paderno	IT	32030	0	Europe/Rome	43.96817	12.20959				05	FC	040020	
3171744	Paderna	paderna	IT	15050	0	Europe/Rome	44.95	9.78333				05	PC	033040	
3171745	Paderna	paderna	IT	15050	228	Europe/Rome	44.82055	8.89125	300	Paderna	006124	12	AL	006124	
3171746	Paderna	paderna	IT	15050	0	Europe/Rome	44.56667	10.51667				05	RE	035013	
3171747	Padergnone	padergnone	IT	38096	714	Europe/Rome	46.0621	10.98888	286	Padergnone,paderunyone,パデルニョーネ	022132	17	TN	022132	
3171748	Padenghe sul Garda	padenghe-sul-garda	IT	25080	3493	Europe/Rome	45.50958	10.50638		Padenghe,Padenghe sul Garda	017129	09	BS	017129	
3171752	Paciano	paciano	IT	06060	529	Europe/Rome	43.02364	12.06805	391	Paciano	054036	18	PG	054036	
3171753	Pacentro	pacentro	IT	67030	1149	Europe/Rome	42.05043	13.99151	690	Pacentro	066066	01	AQ	066066	
3171755	Pace	pace	IT	02024	0	Europe/Rome	42.21667	13.11667				07	RI	057049	
3171757	Ozzero	ozzero	IT	20080	1347	Europe/Rome	45.36737	8.92314		Ozzero,ottsu~ero,オッツェロ	015165	09	MI	015165	
3171758	Ozzano Monferrato	ozzano-monferrato	IT	15039	1129	Europe/Rome	45.10826	8.37204	246	Ozzano,Ozzano Monferrato	006123	12	AL	006123	
3171760	Ozieri	ozieri	IT	07014	11334	Europe/Rome	40.58596	9.00122		Ozieri	090052	14	SS	090052	
3171762	Ozegna	ozegna	IT	10080	1105	Europe/Rome	45.34896	7.74522	300	Ozegna,ozenya,オゼーニャ	001176	12	TO	001176	
3171763	Oyace	oyace	IT	11010	220	Europe/Rome	45.85116	7.383		Oiasse,Oyace	007047	19	AO	007047	
3171765	Ovodda	ovodda	IT	08020	1732	Europe/Rome	40.09565	9.16233		Ovodda	091071	14	NU	091071	
3171768	Ovindoli	ovindoli	IT	67046	911	Europe/Rome	42.13703	13.5161	1375	Ovindoli	066065	01	AQ	066065	
3171770	Ovaro	ovaro	IT	33025	840	Europe/Rome	46.48081	12.86704	525	Davar,Ovaro	030067	06	UD	030067	
3171771	Ovada	ovada	IT	15076	9542	Europe/Rome	44.63835	8.64525	186	Ovada	006121	12	AL	006121	
3171772	Oulx	oulx	IT	10056	2256	Europe/Rome	45.03554	6.8338	1100	Ols,Ors,Oulx,Ulzia,Ulzio,urukusu,ウルクス	001175	12	TO	001175	
3171773	Ottone	ottone	IT	29026	211	Europe/Rome	44.62325	9.33267	510	Ottone	033030	05	PC	033030	
3171774	Ottobiano	ottobiano	IT	27030	1131	Europe/Rome	45.15386	8.82984		Ottobiano	018106	09	PV	018106	
3171777	Ottiglio	ottiglio	IT	15038	449	Europe/Rome	45.05425	8.33854	264	Ottiglio	006120	12	AL	006120	
3171778	Ottaviano	ottaviano	IT	80044	23396	Europe/Rome	40.84979	14.48011	220		063051	04	NA	063051	
3171781	Ottati	ottati	IT	84020	809	Europe/Rome	40.46291	15.31526		Ottati	065086	04	SA	065086	
3171782	Ottana	ottana	IT	08020	2526	Europe/Rome	40.23366	9.04293		Ottana	091070	14	NU	091070	
3171783	Otricoli	otricoli	IT	05030	962	Europe/Rome	42.42153	12.47727	209	Otricoli	055024	18	TR	055024	
3171785	Otranto	otranto	IT	73028	5282	Europe/Rome	40.14782	18.48593		Atranta,Derento,Derentò,Hydruntum,Otrante,Otranto,Utrantu,ao te lang tuo,awtrantw,awtrantw, aywwa,otoranto,Òtranto,Οτράντο,Атранта,Отранто,أوترانتو,اوترانتو، آیووا,اوٹرانٹو,オトラント,奧特朗托	075057	13	LE	075057	
3171786	Ostuni	ostuni	IT	72017	32901	Europe/Rome	40.72763	17.57641		Ostuni,Остуни	074012	13	BR	074012	
3171787	Ostra Vetere	ostra-vetere	IT	60010	1898	Europe/Rome	43.60436	13.05986	250	Ostra,Ostra Vetere,オストラ・ヴェーテレ	042036	10	AN	042036	
3171788	Ostra	ostra	IT	60010	2947	Europe/Rome	43.61386	13.15817	118	Ostra,osutora,オストラ	042035	10	AN	042035	
3171789	Ostigliano	ostigliano	IT	84060	0	Europe/Rome	40.31667	15.15				04	SA	065092	
3171792	Ostiglia	ostiglia	IT	46035	7210	Europe/Rome	45.07118	11.1374		Ostiglia	020038	09	MN	020038	
3171793	Ostia Parmense	ostia-parmense	IT	43043	0	Europe/Rome	44.51667	9.85				05	PR	034006	
3171794	Ostiano	ostiano	IT	26032	3018	Europe/Rome	45.22078	10.25208		Ostiano	019064	09	CR	019064	
3172275	Nibbiano	nibbiano	IT	29010	418	Europe/Rome	44.90506	9.32826	284	Nibbiano	033029	05	PC	033029	
3171808	Ostellato	ostellato	IT	44020	1833	Europe/Rome	44.74568	11.94352	2	Ostellato	038017	05	FE	038017	
3171811	Ossona	ossona	IT	20002	3757	Europe/Rome	45.50537	8.89254		Ossona,ossona,オッソーナ	015164	09	MI	015164	
3171814	Ossi	ossi	IT	07045	5735	Europe/Rome	40.67722	8.59278		Ossi	090051	14	SS	090051	
3171817	Ossago Lodigiano	ossago-lodigiano	IT	26816	1228	Europe/Rome	45.24567	9.53706			098044	09	LO	098044	
3171819	Ospitaletto	ospitaletto	IT	20032	11086	Europe/Rome	45.55398	10.07966		Ospitaletto	017127	09	BS	017127	
3171820	Ospitaletto	ospitaletto	IT	20032	0	Europe/Rome	45.53333	9.15		Ospitaletto,Ospitaletto di Cormono		09	MI	015157	
3171821	Ospitaletto	ospitaletto	IT	20032	12423	Europe/Rome	45.13333	10.6				09	MN	020031	
3171822	Ospitaletto	ospitaletto	IT	20032	0	Europe/Rome	44.3	10.31667				05	RE	035025	
3171824	Ospitale di Cadore	ospitale-di-cadore	IT	32010	202	Europe/Rome	46.32808	12.32263	490	Ospitale,Ospitale Bellunese,Ospitale di Cadore	025035	20	BL	025035	
3171826	Ospitale	ospitale	IT	41021	0	Europe/Rome	44.9	11.43333				05	FE	038003	
3171827	Ospitale	ospitale	IT	41021	0	Europe/Rome	44.16667	10.78333				05	MO	036011	
3171828	Ospedalicchio	ospedalicchio	IT	06083	1405	Europe/Rome	43.08333	12.5	199	Ospedalicchio		18	PG	054002	
3171833	Ospedaletto	ospedaletto	IT	05010	0	Europe/Rome	46.29806	13.12389				06	UD	030043	
3171834	Ospedaletto	ospedaletto	IT	05010	689	Europe/Rome	46.04361	11.55259	360	Ospedaletto,osupedaretto,オスペダレット	022130	17	TN	022130	
3171835	Ospedaletto	ospedaletto	IT	05010	2261	Europe/Rome	45.66083	12.07556	29			20	TV	026035	
3171836	Ospedaletto	ospedaletto	IT	05010	1043	Europe/Rome	43.9838	12.57056	34			05	RN	099003	
3171837	Ospedaletto	ospedaletto	IT	05010	0	Europe/Rome	43.7	10.41667				16	PI	050026	
3171838	Ospedaletto	ospedaletto	IT	05010	0	Europe/Rome	42.76667	13.05				18	PG	054007	
3171839	Ospedaletti	ospedaletti	IT	18014	2760	Europe/Rome	43.80112	7.71465	5	Ospedaletti,Spiareti	008039	08	IM	008039	
3171842	Osoppo	osoppo	IT	33010	2493	Europe/Rome	46.2568	13.09057	184	Osof,Osoppo	030066	06	UD	030066	
3171844	Osnago	osnago	IT	23875	4357	Europe/Rome	45.67568	9.39115		Osnago	097061	09	LC	097061	
3171845	Osmate	osmate	IT	21062	447	Europe/Rome	45.78887	8.65993		Osmate	012111	09	VA	012111	
3171846	Oslávia	oslavia	IT	34170	0	Europe/Rome	45.97083	13.61472				06	GO	031007	
3171848	Osimo	osimo	IT	60027	16610	Europe/Rome	43.48276	13.48748	265	Osimo,ojimo,Осимо,オージモ	042034	10	AN	042034	
3171849	Osilo	osilo	IT	07033	3498	Europe/Rome	40.74349	8.67113		Osilo	090050	14	SS	090050	
3171850	Osigo	osigo	IT	22039	569	Europe/Rome	46.0098	12.35198	327			20	TV	026030	
3171851	Osiglia	osiglia	IT	17010	287	Europe/Rome	44.27579	8.1976	715	Oseria,Osiglia	009046	08	SV	009046	
3171853	Osidda	osidda	IT	08020	266	Europe/Rome	40.52386	9.21933		Osidda	091068	14	NU	091068	
3171861	Oschiri	oschiri	IT	07027	3749	Europe/Rome	40.71977	9.10102		Oschiri	104018	14	OT	104018	
3171868	Orzivecchi	orzivecchi	IT	25030	2286	Europe/Rome	45.42058	9.96326		Orzivecchi	017126	09	BS	017126	
3171869	Orzinuovi	orzinuovi	IT	25034	11175	Europe/Rome	45.40398	9.92156		Castrum Urceorum Novorum,Orzinuovi,orutsu~inuovu~i,オルツィヌオーヴィ	017125	09	BS	017125	
3171870	Orzano	orzano	IT	33047	585	Europe/Rome	46.06652	13.34512	101			06	UD	030091	
3171872	Orvinio	orvinio	IT	02035	427	Europe/Rome	42.13213	12.93968		Orvinio	057047	07	RI	057047	
3171874	Orvieto	orvieto	IT	05018	5440	Europe/Rome	42.71953	12.11156	325	Orvieto,oruvu~ieto,Орвието,オルヴィエート	055023	18	TR	055023	
3171878	Orune	orune	IT	08020	2349	Europe/Rome	40.40786	9.36963	750	Orune	091067	14	NU	091067	
3171881	Ortueri	ortueri	IT	08036	1255	Europe/Rome	40.03399	8.98547	585	Ortueri	091066	14	NU	091066	
3171882	Ortucchio	ortucchio	IT	67050	1757	Europe/Rome	41.95503	13.6458	680	Ortucchio	066064	01	AQ	066064	
3171883	Ortovero	ortovero	IT	17037	987	Europe/Rome	44.05385	8.0995	63	Ortoe,Ortovero,Ortoê	009045	08	SV	009045	
3171884	Ortonovo	ortonovo	IT	19034	306	Europe/Rome	44.08877	10.05391	283	Orteneuo,Ortonovo,Ortëneuo	011020	08	SP	011020	
3171885	Ortona dei Marsi	ortona-dei-marsi	IT	67050	205	Europe/Rome	41.99733	13.7281	1003		066063	01	AQ	066063	
3171886	Ortona	ortona	IT	66026	13327	Europe/Rome	42.34964	14.40391	72	Ortona,Ortona a Mare,Ортона	069058	01	CH	069058	
3171891	Ortisei - St. Ulrich	ortisei	IT	39046	4484	Europe/Rome	46.57432	11.66748		Ortisei,St. Ulrich in Groeden,St. Ulrich in Gröden,Urtijei,Urtijëi,orutizei,オルティゼーイ	021061	17	BZ	021061	
3171892	Ortignano Raggiolo	ortignano-raggiolo	IT	52010	852	Europe/Rome	43.67995	11.74883		Ortignano Raggiolo	051027	16	AR	051027	
3171895	Ortezzano	ortezzano	IT	63851	290	Europe/Rome	43.03005	13.60599	301	Ortezzano	109029	10	FM	109029	
3171896	Ortelle	ortelle	IT	73030	2489	Europe/Rome	40.03422	18.39133		Ortelle	075056	13	LE	075056	
3171898	Orte	orte	IT	01028	3865	Europe/Rome	42.45933	12.38537	132	Orte,orute,オルテ	056042	07	VT	056042	
3171899	Orta San Giulio	orta-san-giulio	IT	28016	677	Europe/Rome	45.79787	8.41862	294	Orta,Orta San Giulio,オルタ・サン・ジューリオ	003112	12	NO	003112	
3171900	Orta Nova	orta-nova	IT	71045	16677	Europe/Rome	41.32993	15.71066	69	Orta Nova	071036	13	FG	071036	
3171905	Orsogna	orsogna	IT	66036	3499	Europe/Rome	42.21894	14.27911	430	Orsogna	069057	01	CH	069057	
3171912	Orsenigo	orsenigo	IT	22030	2340	Europe/Rome	45.77738	9.18174		Orsenigo	013170	09	CO	013170	
3171914	Orsara di Puglia	orsara-di-puglia	IT	71027	2522	Europe/Rome	41.28163	15.26445	635	Orsara Danno Irpina,Orsara di Puglia	071035	13	FG	071035	
3171917	Orria	orria	IT	84060	1293	Europe/Rome	40.2997	15.17116		Orria	065085	04	SA	065085	
3171919	Orotelli	orotelli	IT	08020	2314	Europe/Rome	40.30586	9.11293		Orotelli	091064	14	NU	091064	
3171921	Orosei	orosei	IT	08028	5807	Europe/Rome	40.38344	9.68928	19	Orosei	091063	14	NU	091063	
3171933	Ornica	ornica	IT	24010	210	Europe/Rome	45.98939	9.57925		Ornica	016151	09	BG	016151	
3171934	Orneta	orneta	IT	83031	0	Europe/Rome	41.1	15.1				04	AV	064005	
3171935	Ornavasso	ornavasso	IT	28877	3056	Europe/Rome	45.96798	8.41512	215	Ornavasso	103051	12	VB	103051	
3171938	Ornano Grande	ornano-grande	IT	64042	410	Europe/Rome	42.53333	13.65	495			01	TE	067018	
3171939	Ornago	ornago	IT	20876	3440	Europe/Rome	45.60068	9.42015		Ornago,orunago,オルナーゴ	108036	09	MB	108036	
3171942	Ormea	ormea	IT	12078	1276	Europe/Rome	44.15573	7.92444	736	Ormea	004155	12	CN	004155	
3171946	Oris	oris	IT	39023	764	Europe/Rome	46.6301	10.64901	869			17	BZ	021042	
3171947	Oriolo Romano	oriolo-romano	IT	01010	2920	Europe/Rome	42.15812	12.13797		Oriolo,Oriolo Romano	056041	07	VT	056041	
3171948	Oriolo	oriolo	IT	27058	0	Europe/Rome	45.03333	9.01667				09	PV	018182	
3171949	Oriolo	oriolo	IT	27058	0	Europe/Rome	44.21667	11.61667				05	RA	039005	
3171950	Oriolo	oriolo	IT	27058	2192	Europe/Rome	40.05381	16.44609	450	Oriolo	078087	03	CS	078087	
3171951	Orio Litta	orio-litta	IT	26863	1908	Europe/Rome	45.15987	9.55456		Orio Litta,オーリオ・リッタ	098042	09	LO	098042	
3171952	Orio Canavese	orio-canavese	IT	10010	800	Europe/Rome	45.32926	7.86172	327	Orio Canavese,オーリオ・カナヴェーゼ	001172	12	TO	001172	
3171953	Orio al Serio	orio-al-serio	IT	24050	1475	Europe/Rome	45.67608	9.69265		Orio al Serio	016150	09	BG	016150	
3171955	Origgio	origgio	IT	21040	6379	Europe/Rome	45.59617	9.01754		Origgio	012109	09	VA	012109	
3171957	Oricola	oricola	IT	67063	417	Europe/Rome	42.04922	13.03939	810	Oricola	066062	01	AQ	066062	
3171960	Oria	oria	IT	22010	0	Europe/Rome	46.02319	9.03694				09	CO	013234	
3171961	Oria	oria	IT	22010	15209	Europe/Rome	40.49733	17.64131			074011	13	BR	074011	
3171962	Orgosolo	orgosolo	IT	08027	4342	Europe/Rome	40.20476	9.35494	620	Orgosolo,Orgòsolo	091062	14	NU	091062	
3171964	Orgnano	orgnano	IT	30038	456	Europe/Rome	46.00726	13.14214	76			06	UD	030009	
3171965	Orgiano	orgiano	IT	36040	1914	Europe/Rome	45.34789	11.4631	30		024075	20	VI	024075	
3171968	Orezzoli	orezzoli	IT	29026	0	Europe/Rome	44.60752	9.37881				05	PC	033030	
3171969	Orezzo	orezzo	IT	24025	0	Europe/Rome	45.8	9.81667				09	BG	016111	
3171973	Ordona	ordona	IT	71040	2654	Europe/Rome	41.31553	15.62736	120	Ordona	071063	13	FG	071063	
3171976	Orciatico	orciatico	IT	56030	211	Europe/Rome	43.43535	10.72442	313			16	PI	050016	
3171977	Orciano di Pesaro	orciano-di-pesaro	IT	61038	1413	Europe/Rome	43.68666	12.96316	264	Orciano di Pesaro	041040	10	PU	041040	
3171979	Orchi	orchi	IT	81044	0	Europe/Rome	41.3214	14.00147				04	CE	061031	
3171981	Orcenico Inferiore	orcenico-inferiore	IT	33080	2062	Europe/Rome	45.94977	12.76452	33			06	PN	093051	
3171985	Orbetello	orbetello	IT	58015	5779	Europe/Rome	42.44176	11.21963	3	Orbetello,Orbetellu,Орбетелло	053018	16	GR	053018	
3171986	Orbassano	orbassano	IT	10043	21813	Europe/Rome	45.00384	7.53992	273	Orbassan,Orbassano,orubassano,Орбассано,オルバッサーノ	001171	12	TO	001171	
3171990	Oratino	oratino	IT	86010	931	Europe/Rome	41.58369	14.58416	795	Oratino	070049	11	CB	070049	
3171992	Orani	orani	IT	08026	3152	Europe/Rome	40.25016	9.18063		Orani	091061	14	NU	091061	
3171993	Ora - Auer	ora	IT	39040	3022	Europe/Rome	46.34481	11.29538		Auer,Ora,ora,オーラ	021060	17	BZ	021060	
3171994	Oppido Lucano	oppido-lucano	IT	85015	3624	Europe/Rome	40.76182	15.98667	670	Oppido Lucano,Palinira,Palmira	076056	02	PZ	076056	
3171995	Oppeano	oppeano	IT	37050	2653	Europe/Rome	45.30458	11.17959	26	Oppeano	023055	20	VR	023055	
3171997	Opi	opi	IT	67030	293	Europe/Rome	41.77693	13.82921	1250		066061	01	AQ	066061	
3172000	Opera	opera	IT	20073	13373	Europe/Rome	45.37307	9.21115		Opera,opera,オーペラ	015159	09	MI	015159	
3172004	Onno	onno	IT	23865	0	Europe/Rome	45.91667	9.28333				09	LC	097060	
3172006	Onna	onna	IT	67100	0	Europe/Rome	42.31667	13.46667				01	AQ	066049	
3172009	Oniferi	oniferi	IT	08020	959	Europe/Rome	40.27196	9.17033		Oniferi	091060	14	NU	091060	
3172010	Onifai	onifai	IT	08020	719	Europe/Rome	40.40696	9.65134	29	Oniai,Oniài	091059	14	NU	091059	
3172012	Oneta	oneta	IT	24020	714	Europe/Rome	45.87149	9.81935		Oneta	016148	09	BG	016148	
3172014	Oneglia	oneglia	IT	18100	0	Europe/Rome	43.89035	8.04337				08	IM	008031	
3172015	Onara	onara	IT	35019	0	Europe/Rome	45.61667	11.81667				20	PD	028032	
3172016	Onano	onano	IT	01010	864	Europe/Rome	42.69143	11.81625	510	Onano,onano,オナーノ	056040	07	VT	056040	
3172017	Onanì	onani	IT	08020	473	Europe/Rome	40.48526	9.44203		Onani,Onanì	091058	14	NU	091058	
3172020	Omignano	omignano	IT	84060	1536	Europe/Rome	40.2482	15.08516		Omignano	065084	04	SA	065084	
3172023	Omegna	omegna	IT	28887	14868	Europe/Rome	45.87977	8.40802	295	Omegna,omenja,omenya,Оменя,オメーニャ	103050	12	VB	103050	
3172031	Olzai	olzai	IT	08020	1046	Europe/Rome	40.18286	9.14833		Olzai	091057	14	NU	091057	
3172032	Oltrona di San Mamette	oltrona-di-san-mamette	IT	22070	2097	Europe/Rome	45.75598	8.97794		Oltrona di San Mamette	013169	09	CO	013169	
3172033	Oltre il Colle	oltre-il-colle	IT	24013	1142	Europe/Rome	45.88949	9.76925		Oltre il Colle	016146	09	BG	016146	
3172038	Olmo al Brembo	olmo-al-brembo	IT	24010	534	Europe/Rome	45.97229	9.64905		Olmo,Olmo al Brembo	016145	09	BG	016145	
3172039	Olmi	olmi	IT	31048	0	Europe/Rome	43.86696	10.99045		Gli Olmi,Olmi		16	PT	047017	
3172041	Olmeneta	olmeneta	IT	26010	931	Europe/Rome	45.23587	10.02227		Olmeneta	019063	09	CR	019063	
3172042	Olmedo	olmedo	IT	07040	2852	Europe/Rome	40.65156	8.38021		Olmedo	090048	14	SS	090048	
3172043	Ollolai	ollolai	IT	08020	1579	Europe/Rome	40.16846	9.17853		Ollolai	091056	14	NU	091056	
3172046	Olivola	olivola	IT	15030	0	Europe/Rome	44.21667	10.01667				16	MS	045001	
3172049	Oliveto Lucano	oliveto-lucano	IT	75010	473	Europe/Rome	40.53532	16.18458	546	Oliveto Lucano	077019	02	MT	077019	
3172050	Oliveto Lario	oliveto-lario	IT	23865	1111	Europe/Rome	45.93098	9.28384		Oliveto Lario,Vassena	097060	09	LC	097060	
3172051	Oliveto Citra	oliveto-citra	IT	84020	4005	Europe/Rome	40.69031	15.22995		Oliveto Citra	065083	04	SA	065083	
3172059	Oliena	oliena	IT	08025	7264	Europe/Rome	40.26791	9.4024	379	Oliena,Uliana,Ulìana,Олиена	091055	14	NU	091055	
3172064	Olginate	olginate	IT	23854	6695	Europe/Rome	45.79268	9.41555		Olginate	097059	09	LC	097059	
3172065	Olgiate Olona	olgiate-olona	IT	21057	10801	Europe/Rome	45.63706	8.88147		Olgiate Olona	012108	09	VA	012108	
3172067	Olgiate Comasco	olgiate-comasco	IT	22077	10354	Europe/Rome	45.78538	8.96764		Olgiate,Olgiate Comasco,Olgiate Novocomense	013165	09	CO	013165	
3172073	Olevano sul Tusciano	olevano-sul-tusciano	IT	84062	6399	Europe/Rome	40.65721	15.02305		Olevano sul Tusciano	065082	04	SA	065082	
3172074	Olevano Romano	olevano-romano	IT	00035	6354	Europe/Rome	41.86062	13.03309		Olevano,Olevano Romano,オレーヴァノ・ロマーノ	058073	07	RM	058073	
3172075	Olevano di Lomellina	olevano-di-lomellina	IT	27020	771	Europe/Rome	45.21376	8.71664		Olevano di Lomellina	018104	09	PV	018104	
3172077	Olengo	olengo	IT	28100	458	Europe/Rome	45.4147	8.65926	156			12	NO	003106	
3172079	Oleggio	oleggio	IT	28047	12655	Europe/Rome	45.60147	8.64343	233	Oleggio	003108	12	NO	003108	
3172080	Oldenico	oldenico	IT	13030	221	Europe/Rome	45.40276	8.38103	143	Oldenico	002089	12	VC	002089	
3172082	Olda	olda	IT	24010	0	Europe/Rome	45.88744	9.563				09	BG	016210	
3172083	Olcenengo	olcenengo	IT	13047	701	Europe/Rome	45.36346	8.30983	149	Olcenengo	002088	12	VC	002088	
3172087	Olbia	olbia	IT	07026	42930	Europe/Rome	40.92334	9.50395	15	OLB,Ol'bija,Olbia,Tarranoa,Tarranóa,Terranoa,Terranòa,Ольбия	OT	14	OT	104017	
3172098	Ogliastro Cilento	ogliastro-cilento	IT	84061	2202	Europe/Rome	40.3524	15.04315		Ogliastro,Ogliastro Cilento	065081	04	SA	065081	
3172099	Oglianico	oglianico	IT	10080	973	Europe/Rome	45.34255	7.69372	326	Oglianico,orianiko,オリアーニコ	001170	12	TO	001170	
3172101	Oggiono	oggiono	IT	23848	7960	Europe/Rome	45.79188	9.34674		Odzhono,Oggiono,Оджоно	097057	09	LC	097057	
3172103	Offlaga	offlaga	IT	25020	3365	Europe/Rome	45.38618	10.11547			017122	09	BS	017122	
3172104	Offida	offida	IT	63073	2798	Europe/Rome	42.93575	13.70039	293	Offida	044054	10	AP	044054	
3172107	Offanengo	offanengo	IT	26010	5511	Europe/Rome	45.37887	9.74236		Offanengo	019062	09	CR	019062	
3172109	Offagna	offagna	IT	60020	1386	Europe/Rome	43.52686	13.44068	306	Offagna,offanya,オッファーニャ	042033	10	AN	042033	
3172110	Ofena	ofena	IT	67025	454	Europe/Rome	42.32584	13.7587	531	Ofena	066060	01	AQ	066060	
3172115	Odolo	odolo	IT	25076	1904	Europe/Rome	45.64519	10.38357		Odolo,odoro,オードロ	017121	09	BS	017121	
3172116	Oderzo	oderzo	IT	31046	15764	Europe/Rome	45.78	12.48806	13	Oderzo	026051	20	TV	026051	
3172127	Occimiano	occimiano	IT	15040	1218	Europe/Rome	45.06026	8.50764	107	Occimiano	006115	12	AL	006115	
3172128	Occhiobello	occhiobello	IT	45030	1991	Europe/Rome	44.92068	11.58021	8	Occhiobello	029033	20	RO	029033	
3172130	Occhieppo Superiore	occhieppo-superiore	IT	13898	2450	Europe/Rome	45.56506	8.00132	532	Occhieppo Superiore	096041	12	BI	096041	
3172131	Occhieppo Inferiore	occhieppo-inferiore	IT	13897	3893	Europe/Rome	45.55006	8.02102	416	Occhieppo Inferiore	096040	12	BI	096040	
3172133	Nuvolento	nuvolento	IT	25080	3523	Europe/Rome	45.54578	10.38677		Nuvolento	017119	09	BS	017119	
3172134	Nusco	nusco	IT	83051	4420	Europe/Rome	40.88712	15.08825		Nusco	064066	04	AV	064066	
3172143	Portonovo	portonovo	IT	40059	0	Europe/Rome	43.56411	13.59114		Porto Novo,Porto Nuovo,Portonovo		10	AN	042002	
3172154	Nuoro	nuoro	IT	08100	35948	Europe/Rome	40.32106	9.32973	549	Nugoro,Nuoro,Nùgoro,QNU,nuoro,Нуоро,ヌオロ	NU	14	NU	091051	
3172157	Numana	numana	IT	60026	1322	Europe/Rome	43.51026	13.62048	56	Numana,numana,ヌマーナ	042032	10	AN	042032	
3172158	Nulvi	nulvi	IT	07032	2827	Europe/Rome	40.785	8.74194	478	Nulvi	090046	14	SS	090046	
3172159	Nule	nule	IT	07010	1573	Europe/Rome	40.46156	9.18983		Nule	090045	14	SS	090045	
3172160	Nugola	nugola	IT	57017	874	Europe/Rome	43.57779	10.44115	69			16	LI	049008	
3172161	Nughedu Santa Vittoria	nughedu-santa-vittoria	IT	09080	578	Europe/Rome	40.10125	8.95313		Nughedu San Vittoria,Nughedu Santa Vittoria	095034	14	OR	095034	
3172163	Nuchis	nuchis	IT	07029	0	Europe/Rome	40.91667	9.15				14	OT	104025	
3172165	Nucetto	nucetto	IT	12070	268	Europe/Rome	44.34033	8.06034	450	Nucetto	004153	12	CN	004153	
3172167	Nozza	nozza	IT	25078	0	Europe/Rome	45.7	10.38333				09	BS	017197	
3172168	Novoli	novoli	IT	50127	8484	Europe/Rome	40.37853	18.04922		Novoli	075055	13	LE	075055	
3172169	Novi Velia	novi-velia	IT	84060	2052	Europe/Rome	40.2251	15.28836			065080	04	SA	065080	
3172170	Novi Ligure	novi-ligure	IT	15067	25957	Europe/Rome	44.76085	8.78955	197	Novi Ligure,Novi-Ligure,Нови-Лигуре,ノーヴィ・リーグレ	006114	12	AL	006114	
3172171	Novilara	novilara	IT	61100	497	Europe/Rome	43.8584	12.93128	215			10	PU	041044	
3172172	Novi di Modena	novi-di-modena	IT	41016	5679	Europe/Rome	44.89047	10.9014	21	Novi di Modena	036028	05	MO	036028	
3172173	Noventa Vicentina	noventa-vicentina	IT	36025	7588	Europe/Rome	45.29569	11.5469	16	Noventa,Noventa Vicentina	024074	20	VI	024074	
3172175	Noventa di Piave	noventa-di-piave	IT	30020	5154	Europe/Rome	45.66167	12.52972	3	Noventa di Piave,ノヴェンタ・ディ・ピアーヴェ	027027	20	VE	027027	
3172176	Novello	novello	IT	12060	563	Europe/Rome	44.58774	7.92694	471	Novello	004152	12	CN	004152	
3172177	Novellara	novellara	IT	42017	10393	Europe/Rome	44.84297	10.72749	24	Novellara	035028	05	RE	035028	
3172183	Nove	nove	IT	31029	4599	Europe/Rome	45.7222	11.6777	91	Nove,novu~e,ノーヴェ	024073	20	VI	024073	
3172184	Novate Milanese	novate-milanese	IT	20026	19889	Europe/Rome	45.53097	9.13474		Novate Milanese,ノヴァーテ・ミラネーゼ	015157	09	MI	015157	
3172185	Novate Mezzola	novate-mezzola	IT	23025	1645	Europe/Rome	46.22159	9.44984		Novate,Novate Mezzola	014046	09	SO	014046	
3172187	Nova Siri	nova-siri	IT	75020	998	Europe/Rome	40.14821	16.53889	355	Nova Siri	077018	02	MT	077018	
3172189	Novara	novara	IT	28100	93295	Europe/Rome	45.44056	8.61684	165	Novara,Novare,Novaria,Nuara,Nuvara,novu~ara,Новара,ノヴァーラ	NO	12	NO	003106	
3172191	Nova Milanese	nova-milanese	IT	20834	21999	Europe/Rome	45.59037	9.19954		Nova Milanese,ノーヴァ・ミラネーゼ	108035	09	MB	108035	
3172192	Nova Levante - Welschnofen	nova-levante	IT	39056	1825	Europe/Rome	46.43002	11.53778		Nova Levante,Welschnofen,ノーヴァ・レヴァンテ	021058	17	BZ	021058	
3172193	Novalesa	novalesa	IT	10050	396	Europe/Rome	45.19184	7.0145	828	Novalaise,Novaleisa,Novalesa,Novalèisa,novu~areza,ノヴァレーザ	001169	12	TO	001169	
3172194	Novaledo	novaledo	IT	38050	680	Europe/Rome	46.022	11.36579	475	Novaledo,novu~aredo,ノヴァレード	022129	17	TN	022129	
3172195	Novafeltria	novafeltria	IT	47863	3906	Europe/Rome	43.89486	12.28894	275	Mercatino,Mercatino Marecchia,Novafeltria	099023	05	RN	099023	
3172196	Novacella	novacella	IT	39040	548	Europe/Rome	46.74078	11.65099	595			17	BZ	021111	
3172199	Notaresco	notaresco	IT	64024	2656	Europe/Rome	42.65414	13.8947	267	Notaresco	067032	01	TE	067032	
3172202	Nosate	nosate	IT	20020	638	Europe/Rome	45.55087	8.72654		Nosate,nozate,ノザーテ	015155	09	MI	015155	
3172204	Norma	norma	IT	04010	3792	Europe/Rome	41.58643	12.97073			059016	07	LT	059016	
3172208	Norcia	norcia	IT	06046	2964	Europe/Rome	42.79314	13.09538	604	Norcia,Nursja,norucha,ノルチャ	054035	18	PG	054035	
3172209	Norcen	norcen	IT	32034	0	Europe/Rome	46.05	11.86667				20	BL	025036	
3172211	Norbello	norbello	IT	09070	1115	Europe/Rome	40.13475	8.83203	315	Norbello	095033	14	OR	095033	
3172212	Noragugume	noragugume	IT	08010	378	Europe/Rome	40.22456	8.92073		Noragugume	091050	14	NU	091050	
3172215	None	none	IT	10060	7507	Europe/Rome	44.93314	7.54012	246	None,none,ノーネ	001168	12	TO	001168	
3172217	Nonantola	nonantola	IT	41015	10867	Europe/Rome	44.67607	11.0321	24	Nonantola,nonantora,ノナントラ	036027	05	MO	036027	
3172220	Nomi	nomi	IT	38060	1380	Europe/Rome	45.9286	11.07188	179	Nomi,nomi,ノーミ	022128	17	TN	022128	
3172222	Nomaglio	nomaglio	IT	10010	290	Europe/Rome	45.53616	7.86032	575	Nomaglio,nomario,ノマーリオ	001167	12	TO	001167	
3172225	Noli	noli	IT	17026	1673	Europe/Rome	44.20608	8.41458	2		009042	08	SV	009042	
3172226	Nole	nole	IT	10076	5298	Europe/Rome	45.24125	7.57312	372	Nole,Nole Canavese,nore,ノーレ	001166	12	TO	001166	
3172227	Nola	nola	IT	80035	24101	Europe/Rome	40.9238	14.52686	34	Nola,nora,ノーラ	063050	04	NA	063050	
3172228	Noicattaro	noicattaro	IT	70016	23686	Europe/Rome	41.03383	16.98959		Noicattaro	072032	13	BA	072032	
3172229	Noha	noha	IT	73013	0	Europe/Rome	40.15	18.16667				13	LE	075029	
3172232	Nogarole Rocca	nogarole-rocca	IT	37060	638	Europe/Rome	45.29188	10.88379	37	Nogarole Rocca,Nogarole di Rocca	023054	20	VR	023054	
3172233	Nogaredo di Prato	nogaredo-di-prato	IT	33035	952	Europe/Rome	46.07563	13.13436	118			06	UD	030057	
3172235	Nogara	nogara	IT	37054	7003	Europe/Rome	45.17308	11.06579	18	Nogara	023053	20	VR	023053	
3172236	Noepoli	noepoli	IT	85035	823	Europe/Rome	40.08681	16.32968	676	Noepoli	076055	02	PZ	076055	
3172239	Nociglia	nociglia	IT	73020	2669	Europe/Rome	40.03922	18.32603		Nociglia,Nocilia	075054	13	LE	075054	
3172240	Noci	noci	IT	70015	19564	Europe/Rome	40.79073	17.1317		Noci,nochi,ノーチ	072031	13	BA	072031	
3172241	Noceto	noceto	IT	43015	8076	Europe/Rome	44.81136	10.17128	76	Noceto	034025	05	PR	034025	
3172242	Nocera Umbra	nocera-umbra	IT	06025	1690	Europe/Rome	43.11155	12.78717	520	Nocera Umbra	054034	18	PG	054034	
3172243	Nocera Superiore	nocera-superiore	IT	84015	23452	Europe/Rome	40.74211	14.67294	70	Nocera Superiore	065079	04	SA	065079	
3172244	Nocera Inferiore	nocera-inferiore	IT	84014	45086	Europe/Rome	40.75221	14.64014	43	Nocera,Nocera Inferiore,ノチェーラ・インフェリオーレ	065078	04	SA	065078	
3172245	Nocelleto	nocelleto	IT	81030	0	Europe/Rome	42.88333	13.15				10	MC	043010	
3172246	Nocelleto	nocelleto	IT	81030	0	Europe/Rome	41.16667	14.01667				04	CE	061017	
3172249	Nocciano	nocciano	IT	65010	470	Europe/Rome	42.33304	13.9841	301	Nocciano	068026	01	PE	068026	
3172250	Nocara	nocara	IT	87070	348	Europe/Rome	40.09941	16.48189	859	Nocara	078086	03	CS	078086	
3172251	Noasca	noasca	IT	10080	202	Europe/Rome	45.45335	7.31571		Noasca,noasuka,ノアスカ	001165	12	TO	001165	
3172252	Noale	noale	IT	30033	10500	Europe/Rome	45.55333	12.07194	18	Noale,noare,ノアーレ	027026	20	VE	027026	
3172253	Nizza Monferrato	nizza-monferrato	IT	14049	8633	Europe/Rome	44.77385	8.35394	181	Monferrato,Nissa,Nizza Monferrato	005080	12	AT	005080	
3172259	Nimis	nimis	IT	33045	2213	Europe/Rome	46.2075	13.26333	207	Nimis,Valle Nimis	030065	06	UD	030065	
3172262	Niella Belbo	niella-belbo	IT	12050	289	Europe/Rome	44.51274	8.07934	785	Niella Belbo	004150	12	CN	004150	
3172267	Nicola	nicola	IT	19034	0	Europe/Rome	44.08333	10.03333				08	SP	011020	
3172269	Nichelino	nichelino	IT	10042	47605	Europe/Rome	44.99404	7.64182	229	El Niclin,Nichelino,Nikelino,nikerino,Ël Niclin,Никелино,ニケリーノ	001164	12	TO	001164	
3172276	Nibbiaia	nibbiaia	IT	57016	690	Europe/Rome	43.46396	10.41625	275			16	LI	049017	
3172282	Neviano degli Arduini	neviano-degli-arduini	IT	43024	3727	Europe/Rome	44.58236	10.31569		Neviano degli Arduini	034024	05	PR	034024	
3172283	Neviano	neviano	IT	73040	5925	Europe/Rome	40.10772	18.11402		Neviano	075053	13	LE	075053	
3172287	Nettuno	nettuno	IT	00048	44756	Europe/Rome	41.45907	12.66037	11	Nettuno,netto~uno,ネットゥーノ	058072	07	RM	058072	
3172288	Netro	netro	IT	13896	511	Europe/Rome	45.53806	7.94532	606	Netro,netoro,ネトロ	096039	12	BI	096039	
3172292	Nespolo	nespolo	IT	02020	224	Europe/Rome	42.15563	13.06999		Nespolo	057046	07	RI	057046	
3172293	Nespoledo	nespoledo	IT	33050	0	Europe/Rome	45.98306	13.09083				06	UD	030048	
3172297	Nerviano	nerviano	IT	20014	16810	Europe/Rome	45.55667	8.97774		Nerviano,neruvu~iano,ネルヴィアーノ	015154	09	MI	015154	
3172300	Nervi	nervi	IT	16167	0	Europe/Rome	44.38333	9.03333		Nervi		08	GE	010025	
3172301	Nervesa della Battaglia	nervesa-della-battaglia	IT	31040	4349	Europe/Rome	45.82306	12.20639	78	Nervesa,Nervesa della Battaglia	026050	20	TV	026050	
3172303	Nerola	nerola	IT	00017	1419	Europe/Rome	42.16093	12.78488		Nerola,nerora,ネーロラ	058071	07	RM	058071	
3172310	Nerito	nerito	IT	64043	354	Europe/Rome	42.54763	13.47759	835		067023	01	TE	067023	
3172311	Nereto	nereto	IT	64015	3951	Europe/Rome	42.81905	13.81599	163	Nereto	067031	01	TE	067031	
3172313	Nerano	nerano	IT	80061	414	Europe/Rome	40.58502	14.35072	166	Nerano,Нерано		04	NA	063044	
3172322	Nepi	nepi	IT	01036	7827	Europe/Rome	42.24282	12.34557		Nepi,nepi,ネーピ	056039	07	VT	056039	
3172323	Nepezzano	nepezzano	IT	64100	1403	Europe/Rome	42.68994	13.7565	392	Nepezzano		01	TE	067041	
3172324	Neoneli	neoneli	IT	09080	713	Europe/Rome	40.06475	8.94673	554	Neoneli	095032	14	OR	095032	
3172326	Nemoli	nemoli	IT	85040	615	Europe/Rome	40.0675	15.80027	421	Nemoli	076054	02	PZ	076054	
3172328	Nemi	nemi	IT	00074	1156	Europe/Rome	41.72112	12.71738	521	Nemi,nemi,ネーミ	058070	07	RM	058070	
3172330	Nembro	nembro	IT	24027	11108	Europe/Rome	45.74628	9.76286		Nembro	016144	09	BG	016144	
3172332	Neive	neive	IT	12052	2938	Europe/Rome	44.72714	8.11264		Neive	004148	12	CN	004148	
3172333	Neirone	neirone	IT	16040	939	Europe/Rome	44.45545	9.19167		Neion,Neirone	010041	08	GE	010041	
3172337	Negrisia	negrisia	IT	31047	875	Europe/Rome	45.73353	12.43588	10			20	TV	026058	
3172338	Negrar	negrar	IT	37024	6464	Europe/Rome	45.52879	10.93798	190	Negar,Negrar	023052	20	VR	023052	
3172345	Nebbiano	nebbiano	IT	60044	0	Europe/Rome	43.61667	11.01667				16	FI	048030	
3172346	Nebbiano	nebbiano	IT	60044	0	Europe/Rome	43.38333	12.9				10	AN	042017	
3172350	Conscenti	conscenti	IT	16040	742	Europe/Rome	44.34491	9.39537	68		010040	08	GE	010040	
3172351	Nazzano	nazzano	IT	00060	0	Europe/Rome	44.92434	9.03866				09	PV	018122	
3172352	Nazzano	nazzano	IT	00060	1251	Europe/Rome	42.23113	12.59628		Nazzano,nattsu~ano,ナッツァーノ	058069	07	RM	058069	
3172360	Navelli	navelli	IT	67020	376	Europe/Rome	42.23774	13.7286	760	Navelli	066058	01	AQ	066058	
3172363	Nave	nave	IT	25075	10433	Europe/Rome	45.58748	10.28997			017117	09	BS	017117	
3172365	Navacchio	navacchio	IT	56023	0	Europe/Rome	43.68333	10.48333				16	PI	050008	
3172367	Naturno - Naturns	naturno	IT	39025	5089	Europe/Rome	46.64872	11.00507		Naturno,Naturns,nato~uruno,ナトゥルノ	021056	17	BZ	021056	
3172373	Nasino	nasino	IT	17030	224	Europe/Rome	44.11363	8.03205		Nasino,Naxin	009041	08	SV	009041	
3172375	Narzole	narzole	IT	12068	1515	Europe/Rome	44.59544	7.86984	325	Narzole	004147	12	CN	004147	
3172376	Narni Scalo	narni-scalo	IT	05035	5010	Europe/Rome	42.53333	12.51667	93			18	TR	055022	
3172377	Narni	narni	IT	05035	5279	Europe/Rome	42.51713	12.52307	240	Narni,naruni,ナルニ	055022	18	TR	055022	
3172379	Nardò	nardo	IT	73048	30520	Europe/Rome	40.17512	18.02972		Nardo,Nardò,narudo,ナルド	075052	13	LE	075052	
3172380	Narbolia	narbolia	IT	09070	1787	Europe/Rome	40.05035	8.57525	57	Narbolia	095031	14	OR	095031	
3172394	Napoli	napoli	IT	80100	959470	Europe/Rome	40.83333	14.25	17	Gorad Neapal',NAP,Napels,Naples,Naplés,Napoles,Napoli,Napolo,Napols,Napoly,Nappoli,Napul,Napule,Napuli,Napulj,Napólí,Neapel,Neapelj,Neapol,Neapol',Neapole,Neapolis,Noapels,Nàpoli,Nàpols,Nàpuli,Nàpułi,Nápoles,Nápoli,Nápols,Nápoly,Parthenope,na bu lei si,nabwly,napl,napoli,napolli,napori,napwly,nepalasa,nepalsa,nepeils,nyplz,Νάπολη,Горад Неапаль,Напуљ,Неапол,Неаполь,Նեապոլ,נאפאלי,נאפולי,نابولي,ناپل,ناپولی,نیپلز,नापोलि,नापोली,नेपल्स,নেপলস,நாபொலி,เนเปิลส์,ნეაპოლი,ナポリ,那不勒斯,나폴리	04	04	NA	063049	
3172398	Nanto	nanto	IT	36024	467	Europe/Rome	45.43429	11.5776	24	Nanto,nanto,ナント	024071	20	VI	024071	
3172400	Nalles - Nals	nalles	IT	39010	1577	Europe/Rome	46.54332	11.20947		Nalles,Nals,narresu,ナッレス	021055	17	BZ	021055	
3172402	Nago	nago	IT	38069	0	Europe/Rome	45.87594	10.89106		Nago Torbole,Nago-Torbole,nago=torubore,ナーゴ＝トルボレ		17	TN	022124	
3172406	Muzzana del Turgnano	muzzana-del-turgnano	IT	33055	2382	Europe/Rome	45.81833	13.12639	6	Mucane,Muzzana,Muzzana del Turgnano	030064	06	UD	030064	
3172412	Mutignano	mutignano	IT	64025	626	Europe/Rome	42.58792	14.03472	321			01	TE	067035	
3172413	San Pietro Mussolino	san-pietro-mussolino	IT	36070	1014	Europe/Rome	45.58549	11.25859	270		024094	20	VI	024094	
3172414	Musso	musso	IT	22010	1067	Europe/Rome	46.11119	9.27464		Musso	013160	09	CO	013160	
3172419	Musocco	musocco	IT	20151	0	Europe/Rome	45.5049	9.12655				09	MI	015146	
3172422	Musile di Piave	musile-di-piave	IT	30024	7652	Europe/Rome	45.6169	12.56402	4	Musile,Musile di Piave,ムジーレ・ディ・ピアーヴェ	027025	20	VE	027025	
3172423	Musignano	musignano	IT	01011	0	Europe/Rome	46.06667	8.75				09	VA	012094	
3172424	Musignano	musignano	IT	01011	0	Europe/Rome	42.43333	11.71667				07	VT	056012	
3172425	Musigliano	musigliano	IT	56023	0	Europe/Rome	44.80833	9.07522				12	AL	006083	
3172429	Musano	musano	IT	31040	1768	Europe/Rome	45.72611	12.11444	64			20	TV	026085	
3172434	Muros	muros	IT	07030	754	Europe/Rome	40.68083	8.61583		Muros	090043	14	SS	090043	
3172436	Muro Lucano	muro-lucano	IT	85054	3598	Europe/Rome	40.75252	15.48576	600	Muro Lucano	076053	02	PZ	076053	
3172437	Muro Leccese	muro-leccese	IT	73036	5267	Europe/Rome	40.10232	18.33813		Muro Leccese	075051	13	LE	075051	
3172442	Murlo	murlo	IT	53016	1932	Europe/Rome	43.16114	11.38794		Murlo,mururo,ムルロ	052019	16	SI	052019	
3172443	Murisengo	murisengo	IT	15020	753	Europe/Rome	45.08185	8.13493	338	Ambrusengh,Murisengo	006113	12	AL	006113	
3172444	Murialdo	murialdo	IT	17013	871	Europe/Rome	44.31693	8.16815		Moriaodo,Murialdo	009040	08	SV	009040	
3172445	Muriaglio	muriaglio	IT	10081	205	Europe/Rome	45.42871	7.72012	543			12	TO	001066	
3172447	Murci	murci	IT	58054	0	Europe/Rome	42.73333	11.4		Murci		16	GR	053023	
3172448	Murazzo	murazzo	IT	12045	299	Europe/Rome	44.48333	7.65	406	Murasso,Murazzo		12	CN	004089	
3172449	Murazzo	murazzo	IT	12045	0	Europe/Rome	44.3	11.23333		Murazze,Murazze Gardelletta,Murazzo		05	BO	037036	
3172450	Murazzano	murazzano	IT	12060	573	Europe/Rome	44.47474	8.02184	739	Murazzano	004145	12	CN	004145	
3172456	Murano	murano	IT	30141	4506	Europe/Rome	45.45857	12.35683	4	Ile de Murano,Murano,mu la nuo dao,murano,Île de Murano,מוראנו,ムラーノ,穆拉诺岛		20	VE	027042	
3172458	Muraglia	muraglia	IT	61100	0	Europe/Rome	43.98333	12.93333				10			
3172461	Mura	mura	IT	25070	0	Europe/Rome	46.08333	8.31667				12	VB	103011	
3172462	Mura	mura	IT	25070	780	Europe/Rome	45.71329	10.34267		Mura,mura,ムーラ	017115	09	BS	017115	
3172467	Mules	mules	IT	39040	441	Europe/Rome	46.85356	11.52135	940	Mauls,Mules		17	BZ	021016	
3172468	Mulazzo	mulazzo	IT	54026	200	Europe/Rome	44.31615	9.88958	351	Mulazzo,Mulazzo Lunigania,murattsu~o,ムラッツォ	045012	16	MS	045012	
3172469	Mulazzano	mulazzano	IT	26837	491	Europe/Rome	43.95849	12.53453	219			05	RN	099003	
3172470	Mulargia	mulargia	IT	08012	0	Europe/Rome	40.28333	8.78333				14	NU	091044	
3172472	Mugnano di Napoli	mugnano-di-napoli	IT	80018	34231	Europe/Rome	40.91463	14.21056	125	Mugnano 'e Napule,Mugnano di Napoli,ムニャーノ・ディ・ナーポリ	063048	04	NA	063048	
3172473	Mugnano del Cardinale	mugnano-del-cardinale	IT	83027	4910	Europe/Rome	40.94301	14.63564		Mugnano del Cardinale	064065	04	AV	064065	
3172474	Mugnano	mugnano	IT	01020	871	Europe/Rome	43.05546	12.21985	234			18	PG	054039	
3172475	Mugnano	mugnano	IT	01020	0	Europe/Rome	42.5	12.28333				07	VT	056009	
3172477	Mugnai	mugnai	IT	32032	0	Europe/Rome	46.01667	11.86667				20	BL	025021	
3172479	Muggiò	muggio	IT	20835	21207	Europe/Rome	45.58837	9.22625		Muggio,Muggiò,mujjo,ムッジョ	108034	09	MB	108034	
3172481	Muggiano	muggiano	IT	19139	0	Europe/Rome	44.09024	9.87997				08	SP	011015	
3172483	Muggia	muggia	IT	34015	10929	Europe/Rome	45.60419	13.76754	3	Milje,Mudha,Muggia,Muggio,Muđa,mujja,ムッジャ	032003	06	TS	032003	
3172488	Mucinasso	mucinasso	IT	29100	474	Europe/Rome	45.01449	9.72116	64			05	PC	033032	
3172489	Muccia	muccia	IT	62034	590	Europe/Rome	43.08125	13.04367	454	Muccia,Muccia Vallicchio,Múccia Vallicchio	043034	10	MC	043034	
3172494	Mozzecane	mozzecane	IT	37060	4394	Europe/Rome	45.30748	10.81869	47	Mozzecane	023051	20	VR	023051	
3172495	Mozzate	mozzate	IT	22076	6874	Europe/Rome	45.67217	8.95524		Mozzate	013159	09	CO	013159	
3172496	Mozzanica	mozzanica	IT	24050	3921	Europe/Rome	45.47608	9.68926			016142	09	BG	016142	
3172497	Mozzagrogna	mozzagrogna	IT	66030	888	Europe/Rome	42.21484	14.43922	223	Mozzagrogna	069056	01	CH	069056	
3172499	Mottola	mottola	IT	74017	16575	Europe/Rome	40.63528	17.03528		Mottola	073019	13	TA	073019	
3172502	Motta Visconti	motta-visconti	IT	20086	6242	Europe/Rome	45.28906	8.99445		Motta Visconti,モッタ・ヴィスコンティ	015151	09	MI	015151	
3172506	Motta Montecorvino	motta-montecorvino	IT	71030	951	Europe/Rome	41.50743	15.11414		Motta Montecorvino	071034	13	FG	071034	
3172507	Mottalciata	mottalciata	IT	13874	505	Europe/Rome	45.50506	8.20672	205	Mottalciata	096037	12	BI	096037	
3172508	Motta di Livenza	motta-di-livenza	IT	31045	7242	Europe/Rome	45.77806	12.60278	9	Motta di Livenza	026049	20	TV	026049	
3172510	Motta de'Conti	motta-de-conti	IT	13010	851	Europe/Rome	45.19356	8.52094			002082	12	VC	002082	
3172511	Motta Baluffi	motta-baluffi	IT	26045	968	Europe/Rome	45.05607	10.25678		Motta Baluffi	019061	09	CR	019061	
3172513	Motta	motta	IT	14055	0	Europe/Rome	46.41667	9.35				09	SO	014012	
3172514	Motta	motta	IT	14055	1882	Europe/Rome	45.5954	11.49798	42			20	VI	024035	
3172521	Motella	motella	IT	25022	0	Europe/Rome	45.34497	10.01043				09	BS	017159	
3172524	Mossini	mossini	IT	23100	0	Europe/Rome	46.16667	9.85				09	SO	014061	
3172525	Mossa	mossa	IT	34070	1659	Europe/Rome	45.93972	13.54778	59	Massa,Mossa,Mosse	031014	06	GO	031014	
3172528	Mosnigo	mosnigo	IT	31010	1333	Europe/Rome	45.87333	12.07722	128			20	TV	026048	
3172530	Moscufo	moscufo	IT	65010	1020	Europe/Rome	42.42814	14.0543	246	Moscufo	068025	01	PE	068025	
3172535	Mosciano Sant'Angelo	mosciano-sant-angelo	IT	64023	4318	Europe/Rome	42.74685	13.8883	227	Mosciano Sant'Angelo	067030	01	TE	067030	
3172540	Moscazzano	moscazzano	IT	26010	785	Europe/Rome	45.29227	9.68346		Moscazzano,Moscuzzano	019060	09	CR	019060	
3172542	Moruzzo	moruzzo	IT	33030	864	Europe/Rome	46.11967	13.124	263	Moruc,Moruzzo	030063	06	UD	030063	
3172551	Mortizza	mortizza	IT	29100	0	Europe/Rome	45.08333	9.75				09	LO	098049	
3172553	Morterone	morterone	IT	23811	33	Europe/Rome	45.87558	9.48215		Morterone,moruterone,モルテローネ	097055	09	LC	097055	
3172554	Morter	morter	IT	39020	659	Europe/Rome	46.60688	10.82273	729			17	BZ	021037	
3172555	Mortegliano	mortegliano	IT	33050	3487	Europe/Rome	45.94417	13.17333	41	Mortean,Mortegliano	030062	06	UD	030062	
3172557	Mortara	mortara	IT	27036	14244	Europe/Rome	45.24726	8.73554		Mortara,morutara,モルターラ	018102	09	PV	018102	
3172561	Morsano al Tagliamento	morsano-al-tagliamento	IT	33075	2762	Europe/Rome	45.86194	12.92583		Morsan dal Tiliment,Morsano,Morsano al Tagliamento,Morsano al Tagliano	093028	06	PN	093028	
3172564	Morrovalle	morrovalle	IT	62010	1821	Europe/Rome	43.31646	13.58848	245	Morrovalle	043033	10	MC	043033	
3172565	Morro Reatino	morro-reatino	IT	02010	377	Europe/Rome	42.52663	12.83238		Morro Reatino	057045	07	RI	057045	
3172566	Morrone del Sannio	morrone-del-sannio	IT	86040	471	Europe/Rome	41.71153	14.77983	839	Morrone del Sannio	070048	11	CB	070048	
3172569	Morro d'Oro	morro-d-oro	IT	64020	335	Europe/Rome	42.66305	13.9205	210	Morro d'Oro	067029	01	TE	067029	
3172570	Morro d'Alba	morro-d-alba	IT	60030	1581	Europe/Rome	43.60126	13.21347	199	Morro d'Alba,モッロ・ダルバ	042031	10	AN	042031	
3172573	Morro	morro	IT	62032	0	Europe/Rome	42.75	12.7				18	PG	054051	
3172576	Morrano	morrano	IT	05018	0	Europe/Rome	42.76667	12.13333				18	TR	055023	
3172577	Morra De Sanctis	morra-de-sanctis	IT	83040	1408	Europe/Rome	40.92902	15.24285		Morra De Sanctis	064063	04	AV	064063	
3172579	Morozzo	morozzo	IT	12040	1130	Europe/Rome	44.42393	7.71334	431	Morozzo	004144	12	CN	004144	
3172581	Morolo	morolo	IT	03017	3090	Europe/Rome	41.63822	13.1971		Morolo	060045	07	FR	060045	
3172585	Mornago	mornago	IT	21020	4163	Europe/Rome	45.74577	8.75123		Mornago	012106	09	VA	012106	
3172586	Morlupo	morlupo	IT	00067	6424	Europe/Rome	42.14612	12.49737	207	Morlupo,morurupo,モルルーポ	058068	07	RM	058068	
3172589	Morimondo	morimondo	IT	20081	1134	Europe/Rome	45.35437	8.95664		Morimondo,morimondo,モリモンド	015150	09	MI	015150	
3172590	Morigino	morigino	IT	73024	0	Europe/Rome	40.13965	18.30837				13	LE	075039	
3172591	Morigerati	morigerati	IT	84030	780	Europe/Rome	40.1395	15.55487		Morigerati	065077	04	SA	065077	
3172593	Moricone	moricone	IT	00010	2354	Europe/Rome	42.11112	12.77398		Moricone,morikone,モリコーネ	058067	07	RM	058067	
3172597	Moriago della Battaglia	moriago-della-battaglia	IT	31010	1295	Europe/Rome	45.86694	12.10917	119	Moriago,Moriago della Battaglia	026048	20	TV	026048	
3172598	Mori	mori	IT	38065	7660	Europe/Rome	45.8504	10.98068	204	Mori,mori,モーリ	022123	17	TN	022123	
3172599	Morgnano	morgnano	IT	06049	0	Europe/Rome	42.78333	12.68333				18	PG	054051	
3172600	Morgex	morgex	IT	11017	1741	Europe/Rome	45.75696	7.037	923	Morgex,Valdigna,Valdigna d'Aosta	007044	19	AO	007044	
3172602	Morfasso	morfasso	IT	29020	1371	Europe/Rome	44.72276	9.70287		Morfasso	033028	05	PC	033028	
3172603	Moretta	moretta	IT	12033	0	Europe/Rome	46.03333	10.68333				17	TN	022199	
3172604	Moretta	moretta	IT	12033	3909	Europe/Rome	44.76384	7.53712	262	Moretta,Morëtta	004143	12	CN	004143	
3172605	Moresco	moresco	IT	63826	305	Europe/Rome	43.08555	13.73099	405	Moresco	109028	10	FM	109028	
3172607	Mores	mores	IT	07013	2074	Europe/Rome	40.54836	8.83122		Mores	090042	14	SS	090042	
3172610	Mordano	mordano	IT	40027	1903	Europe/Rome	44.39797	11.81182	21	Mordano	037045	05	BO	037045	
3172612	Morcone	morcone	IT	82026	5122	Europe/Rome	41.34312	14.66763		Marcone,Morcone	062044	04	BN	062044	
3172614	Morciano di Romagna	morciano-di-romagna	IT	47833	6321	Europe/Rome	43.91406	12.65055	83	Morciano di Romagna	099011	05	RN	099011	
3172617	Morbegno	morbegno	IT	23017	11087	Europe/Rome	46.13829	9.57004		Morbegno,Morben'o,Морбеньо	014045	09	SO	014045	
3172621	Morano sul Po	morano-sul-po	IT	15025	1242	Europe/Rome	45.16726	8.36614	123	Morano,Morano Po,Morano sul Po	006109	12	AL	006109	
3172622	Moranego	moranego	IT	16022	0	Europe/Rome	44.46667	9.1				08	GE	010021	
3172623	Moraduccio	moraduccio	IT	40022	0	Europe/Rome	44.16667	11.48333		Moraduccio,Moraduccio di Valsalva		16	FI	048018	
3172626	Monzuno	monzuno	IT	40036	1182	Europe/Rome	44.27926	11.26641	621	Monzuno	037044	05	BO	037044	
3172627	Monzone	monzone	IT	41026	543	Europe/Rome	44.16437	10.12714	207			16	MS	045007	
3172628	Monzambano	monzambano	IT	46040	4549	Europe/Rome	45.38668	10.69198		Monzambano,montsu~anbano,モンツァンバーノ	020036	09	MN	020036	
3172629	Monza	monza	IT	20900	120204	Europe/Rome	45.58248	9.27485	162	Modicia,Monca,Monsa,Monza,Munscia,meng zha,mnza,montsu~a,mwnzh,Монца,מונצה,منزا,モンツァ,蒙扎	MB	09	MB	108033	
3172632	Montù Beccaria	montu-beccaria	IT	27040	1683	Europe/Rome	45.03706	9.31546		Montu Beccaria,Montù Beccaria	018100	09	PV	018100	
3172635	Montresta	montresta	IT	08010	650	Europe/Rome	40.37365	8.49962		Montresta	095085	14	OR	095085	
3172637	Montottone	montottone	IT	63843	522	Europe/Rome	43.06205	13.59008	277	Montottone	109027	10	FM	109027	
3172638	Montorso Vicentino	montorso-vicentino	IT	36050	2006	Europe/Rome	45.49089	11.3602	112	Montorso,Montorso Vicentino	024068	20	VI	024068	
3172639	Montorsaio	montorsaio	IT	58042	0	Europe/Rome	42.88333	11.2		Montorsaio		16	GR	053002	
3172640	Montoro	montoro	IT	05035	551	Europe/Rome	43.45521	13.41361	198			10	AN	042019	
3172641	Montoro	montoro	IT	05035	249	Europe/Rome	42.50711	12.46697	194	Montero,Montoro		18	TR	055022	
3172643	Montorio Romano	montorio-romano	IT	00010	1829	Europe/Rome	42.13902	12.80148		Montorio Romano,モントーリオ・ロマーノ	058066	07	RM	058066	
3172644	Montorio nei Frentani	montorio-nei-frentani	IT	86040	562	Europe/Rome	41.75963	14.93273		Montorio dei Frentani,Montorio nei Frentani	070047	11	CB	070047	
3172646	Montorio al Vomano	montorio-al-vomano	IT	64046	5107	Europe/Rome	42.58314	13.63829	263	Montorio Vomano,Montorio al Vomano	067028	01	TE	067028	
3172647	Montorio	montorio	IT	58010	0	Europe/Rome	42.75	11.76667				16	GR	053026	
3172648	Montorgiali	montorgiali	IT	58054	0	Europe/Rome	42.73333	11.3		Montorgiali		16	GR	053023	
3172650	Montopoli in Val d'Arno	montopoli-in-val-d-arno	IT	56020	9648	Europe/Rome	43.67354	10.74951		Montopoli in Val d'Arno	050022	16	PI	050022	
3172653	Montone	montone	IT	06014	567	Europe/Rome	43.36125	12.32635	482		054033	18	PG	054033	
3172654	Montone	montone	IT	06014	291	Europe/Rome	42.76667	13.91667	241	Montone		01	TE	067030	
3172656	Montoggio	montoggio	IT	16026	1359	Europe/Rome	44.51745	9.04816	438	Monteuggio,Montoggio	010039	08	GE	010039	
3172657	Montodine	montodine	IT	26010	2217	Europe/Rome	45.28517	9.70726		Montodine	019059	09	CR	019059	
3172658	Montjovet	montjovet	IT	11020	1742	Europe/Rome	45.70796	7.67411		Mongiove,Montjovet	007043	19	AO	007043	
3172660	Montisi	montisi	IT	53020	0	Europe/Rome	43.15	11.66667		Montisi		16	SI	052036	
3172669	Montignoso	montignoso	IT	54038	10023	Europe/Rome	44.02404	10.17259		Montignoso,montinyozo,モンティニョーゾ	045011	16	MS	045011	
3172670	Montignano	montignano	IT	60019	0	Europe/Rome	42.73333	12.51667				18	PG	054028	
3172671	Montiglio Monferrato	montiglio	IT	14026	1747	Europe/Rome	45.06525	8.09723				12	AT	005121	
3172674	Montieri	montieri	IT	58026	360	Europe/Rome	43.13113	11.01663	704	Montieri,Montreri	053017	16	GR	053017	
3172676	Santa Bárbara	santa-barbara	IT	52022	0	Europe/Rome	45.58528	13.78139		Monti,Monti di Muggia,Santa Barbara,Santa Bárbara,Sveta Barbara		06	TS	032003	
3172680	Monticiano	monticiano	IT	53015	864	Europe/Rome	43.13953	11.17613	375	Monticiano,montichano,モンティチャーノ	052018	16	SI	052018	
3172681	Montichiari	montichiari	IT	25018	19101	Europe/Rome	45.41518	10.39068		Montichiari,montikiari,モンティキアーリ	017113	09	BS	017113	
3172682	Monticello Conte Otto	monticello-conte-otto	IT	36010	7361	Europe/Rome	45.5987	11.5727	42	Monticello Conte Otto	024067	20	VI	024067	
3172683	Monticello	monticello	IT	06059	0	Europe/Rome	45.39616	11.59882				20	VI	024002	
3172684	Monticello	monticello	IT	06059	255	Europe/Rome	45.37632	8.59674	137			12	NO	003077	
3172685	Monticello	monticello	IT	06059	0	Europe/Rome	43.51667	11.65				16	AR	051039	
3172686	Monticello	monticello	IT	06059	0	Europe/Rome	42.88791	11.47848				16	GR	053007	
3172687	Monticello	monticello	IT	06059	0	Europe/Rome	42.8	12.48333				18	PG	054052	
3172688	Monticello	monticello	IT	06059	0	Europe/Rome	40.65	15.01667				04	SA	065082	
3172689	Monticelli d'Ongina	monticelli-d-ongina	IT	29010	3443	Europe/Rome	45.08997	9.93657	40	Monticelli,Monticelli d'Ongina	033027	05	PC	033027	
3172690	Monticelli	monticelli	IT	03045	0	Europe/Rome	45.25	9.65				09	LO	098002	
3172691	Monticelli	monticelli	IT	03045	0	Europe/Rome	44.66667	9.65				05	PR	034002	
3172692	Monticelli	monticelli	IT	03045	0	Europe/Rome	42.7	13.71667		Monticelli		01	TE	067041	
3172693	Monticelli	monticelli	IT	03045	0	Europe/Rome	41.4	13.65				07	FR	060031	
3172696	Monticchio	monticchio	IT	04013	1211	Europe/Rome	42.32035	13.46382	590			01	AQ	066049	
3172697	Monticchio	monticchio	IT	04013	0	Europe/Rome	41.54032	12.97606				07	LT	059027	
3172698	Monticchio	monticchio	IT	04013	0	Europe/Rome	40.95	15.58333		Acqua Santa,Monticchio		02	PZ	076066	
3172699	Monticchiello	monticchiello	IT	53026	0	Europe/Rome	43.06667	11.71667				16	SI	052021	
3172700	Montiano	montiano	IT	47020	682	Europe/Rome	44.08232	12.30455	159	Monfiano,Montiano	040028	05	FC	040028	
3172701	Montiano	montiano	IT	47020	505	Europe/Rome	42.64656	11.22047	260	Montiano		16	GR	053013	
3172703	Monti	monti	IT	07020	2440	Europe/Rome	40.80597	9.32553		Monti	104016	14	OT	104016	
3172705	Montevitozzo	montevitozzo	IT	58010	0	Europe/Rome	42.75	11.7				16	GR	053005	
3172706	Montevirginio	montevirginio	IT	00060	0	Europe/Rome	42.15	12.11667				07	RM	058016	
3172707	Monte Vidon Corrado	monte-vidon-corrado	IT	63836	352	Europe/Rome	43.12065	13.48758	429	Monte Vidon Corrado	109026	10	FM	109026	
3172708	Monte Vidon Combatte	monte-vidon-combatte	IT	63847	509	Europe/Rome	43.03333	13.45				10	MC	043032	
3172712	Monteviale	monteviale	IT	36050	1313	Europe/Rome	45.56049	11.458	157	Monteviale	024066	20	VI	024066	
3172713	Montevettolini	montevettolini	IT	51015	0	Europe/Rome	43.85873	10.84565				16	PT	047009	
3172714	Monteverdi Marittimo	monteverdi-marittimo	IT	56040	365	Europe/Rome	43.17723	10.71452	364	Monteverdi,Monteverdi Marittimo	050021	16	PI	050021	
3172715	Monteverde	monteverde	IT	83049	766	Europe/Rome	41.5	14.48333	495			11	CB	070003	
3172716	Monteverde	monteverde	IT	83049	921	Europe/Rome	40.99892	15.53416		Monteverde	064060	04	AV	064060	
3172717	Monteveglio	monteveglio	IT	40050	4481	Europe/Rome	44.47076	11.10131		Monteveglio		05	BO	037061	
3172718	Montevarchi	montevarchi	IT	52025	22239	Europe/Rome	43.52765	11.56893		Montevarchi,Montevarki,Монтеварки	051026	16	AR	051026	
3172719	Monteu Roero	monteu-roero	IT	12040	1603	Europe/Rome	44.77934	7.93643		Monteu,Monteu Roero	004140	12	CN	004140	
3172720	Monte Urano	monte-urano	IT	63813	6527	Europe/Rome	43.20266	13.67288	247	Monte Urano	109024	10	FM	109024	
3172721	Monteu da Po	monteu-da-po	IT	10020	605	Europe/Rome	45.15085	8.01713	180	Monte da Po,Monteu da Po,モンテーウ・ダ・ポー	001162	12	TO	001162	
3172727	Montespluga	montespluga	IT	23024	0	Europe/Rome	46.48906	9.33645				09	SO	014035	
3172728	Montespertoli	montespertoli	IT	50025	11354	Europe/Rome	43.64424	11.07372		Montespertoli	048030	16	FI	048030	
3172729	Montesilvano Marina	montesilvano-marina	IT	65015	45991	Europe/Rome	42.51667	14.15	5		068024	01	PE	068024	
3172730	Montesilvano	montesilvano	IT	65015	40700	Europe/Rome	42.50394	14.138		Montesilvano,Montezil'vano,Монтезильвано	068024	01	PE	068024	
3172731	Montesicuro	montesicuro	IT	60131	434	Europe/Rome	43.55283	13.46139	301	Montesciuro,Montesicuro		10	AN	042002	
3172733	Montesegale	montesegale	IT	27052	319	Europe/Rome	44.90696	9.12636		Montesegale,Montesgale	018098	09	PV	018098	
3172735	Montese	montese	IT	41055	1357	Europe/Rome	44.27196	10.94401	841	Montese	036026	05	MO	036026	
3172737	Montescudo	montescudo	IT	47854	999	Europe/Rome	43.91946	12.54295	386	Montescudo	099010	05	RN	099010	
3172739	Montescaglioso	montescaglioso	IT	75024	9205	Europe/Rome	40.55222	16.66689	352	Montescaglioso	077017	02	MT	077017	
3172740	Montesarchio	montesarchio	IT	82016	10516	Europe/Rome	41.05559	14.62931	300	Caudium,Montesarchio	062043	04	BN	062043	
3172741	Monte San Vito	monte-san-vito	IT	60037	1459	Europe/Rome	43.60056	13.26817	135	Monte San Vito,モンテ・サン・ヴィート	042030	10	AN	042030	
3172742	Monte San Vito	monte-san-vito	IT	60037	0	Europe/Rome	42.67758	12.84688				18	PG	054047	
3172745	Montesanto	montesanto	IT	44019	0	Europe/Rome	44.78333	11.71667				05	FE	038023	
3172746	Montesanto	montesanto	IT	44019	0	Europe/Rome	42.9	12.93333				18	PG	054048	
3172747	Monte Sant'Angelo	monte-sant-angelo	IT	71037	13917	Europe/Rome	41.70544	15.96766		Monte Sant'Angelo,モンテ・サンタンジェロ	071033	13	FG	071033	
3172748	Monte Santa Maria Tiberina	monte-santa-maria-tiberina	IT	06010	1225	Europe/Rome	43.43595	12.16225		Monte Santa Maria,Monte Santa Maria Tiberina	054032	18	PG	054032	
3172749	Monte Santa Maria	monte-santa-maria	IT	02030	0	Europe/Rome	42.21667	12.76667		Monte Santa Maria,Monte Santa Maria in Sabina		07	RI	057068	
3172750	Monte San Savino	monte-san-savino	IT	52048	8128	Europe/Rome	43.32924	11.72974		Monte San Savino	051025	16	AR	051025	
3172751	Monte San Pietro	monte-san-pietro	IT	39050	0	Europe/Rome	44.43836	11.13591		Monte San Pietro		05	BO	037042	
3172752	Monte San Pietrangeli	monte-san-pietrangeli	IT	63815	1788	Europe/Rome	43.18936	13.57538	241	Monsampietrangeli,Monsampietrángeli,Monte San Pietrangeli	109023	10	FM	109023	
3172753	Montesano sulla Marcellana	montesano-sulla-marcellana	IT	84033	7220	Europe/Rome	40.27601	15.70467		Montesano sulla Marcellana	065076	04	SA	065076	
3172754	Monte San Martino	monte-san-martino	IT	62020	275	Europe/Rome	43.03195	13.43868	603	Monte San Martino	043032	10	MC	043032	
3172756	Monte San Giusto	monte-san-giusto	IT	62015	6213	Europe/Rome	43.23576	13.59528	236	Monte San Giustano,Monte San Giusto	043031	10	MC	043031	
3172757	Monte San Giovanni in Sabina	monte-san-giovanni-in-sabina	IT	02040	728	Europe/Rome	42.32703	12.77858		Monte San Giovanni in Sabina	057043	07	RI	057043	
3172758	Monte San Giovanni Campano	monte-san-giovanni-campano	IT	03025	12739	Europe/Rome	41.64062	13.5137		Monte San Giovanni Campano	060044	07	FR	060044	
3172759	Monte San Giacomo	monte-san-giacomo	IT	84030	1682	Europe/Rome	40.34441	15.54046		Monte San Giacomo	065075	04	SA	065075	
3172760	Monte San Biagio	monte-san-biagio	IT	04020	5996	Europe/Rome	41.35251	13.3522		Monte San Biagio,モンテ・サン・ビアージョ	059015	07	LT	059015	
3172765	Monterubbiano	monterubbiano	IT	63825	603	Europe/Rome	43.08475	13.71989	463	Monterubbiano	109022	10	FM	109022	
3172767	Monterotondo Marittimo	monterotondo-marittimo	IT	58025	994	Europe/Rome	43.14556	10.85591	515	Monterotondo Marittimo	053027	16	GR	053027	
3172768	Monterotondo	monterotondo	IT	00015	34376	Europe/Rome	42.05252	12.61868		Crustumerium,Monterotondo,monterotondo,Монтеротондо,モンテロトンド	058065	07	RM	058065	
3172769	Monterosso al Mare	monterosso-al-mare	IT	19016	1372	Europe/Rome	44.14666	9.65494	12	Monterosso,Monterosso al Mare,モンテロッソ・アル・マーレ	011019	08	SP	011019	
3172772	Monterosi	monterosi	IT	01030	2554	Europe/Rome	42.19582	12.30847	276	Monterosi	056038	07	VT	056038	
3172774	Monteroni di Lecce	monteroni-di-lecce	IT	73047	13677	Europe/Rome	40.32463	18.09712			075048	13	LE	075048	
3172775	Monteroni d'Arbia	monteroni-d-arbia	IT	53014	7170	Europe/Rome	43.22968	11.42228		Monteroni,Monteroni d'Arbia,モンテローニ・ダルビア	052017	16	SI	052017	
3172776	Monterone	monterone	IT	52038	0	Europe/Rome	43.71667	12.35				16	AR	051035	
3172777	Monteromano	monteromano	IT	48013	0	Europe/Rome	43.71667	12.31667				16	AR	051035	
3172778	Monte Romano	monte-romano	IT	01010	1965	Europe/Rome	42.2685	11.9038	230	Monte Romano	056037	07	VT	056037	
3172779	Monteroduni	monteroduni	IT	86075	1049	Europe/Rome	41.52249	14.17459	468	Monteroduni	094030	11	IS	094030	
3172780	Monte Roberto	monte-roberto	IT	60030	256	Europe/Rome	43.48056	13.13797	348	Monte Roberto,モンテ・ロベルト	042029	10	AN	042029	
3172782	Monte Rinaldo	monte-rinaldo	IT	63852	412	Europe/Rome	43.02825	13.58198		Monte Rinaldo	109021	10	FM	109021	
3172783	Monteriggioni	monteriggioni	IT	53035	8904	Europe/Rome	43.38994	11.22323		Monteridzhoni,Monteriggioni,monterijjoni,Монтериджони,モンテリッジョーニ	052016	16	SI	052016	
3172784	Monterenzio	monterenzio	IT	40050	1107	Europe/Rome	44.32636	11.40562	207	Monterenzio	037041	05	BO	037041	
3172785	Montereggio	montereggio	IT	54026	0	Europe/Rome	44.3	9.85				16	MS	045012	
3172787	Montereale Valcellina	montereale-valcellina	IT	33086	3541	Europe/Rome	46.15972	12.65944	318	Montereale,Montereale Cellina,Montereale Valcellina,Montreal,Montreâl	093027	06	PN	093027	
3172788	Montereale	montereale	IT	67015	574	Europe/Rome	42.52184	13.24758	945		066056	01	AQ	066056	
3172789	Monterchi	monterchi	IT	52035	557	Europe/Rome	43.48835	12.11114	356	Monterchi	051024	16	AR	051024	
3172790	Monterappoli	monterappoli	IT	50053	0	Europe/Rome	43.66667	10.93333				16	FI	048014	
3172791	Monterado	monterado	IT	60012	1569	Europe/Rome	43.69686	13.09056		Monterado,monterado,モンテラード		10	AN	042050	
3172792	Montepulciano Stazione	montepulciano-stazione	IT	53045	0	Europe/Rome	43.13333	11.85				16	SI	052015	
3172794	Montepulciano	montepulciano	IT	53045	13883	Europe/Rome	43.10174	11.78684		Mons Politianus,Montepulciano,montepuruchano,モンテプルチャーノ	052015	16	SI	052015	
3172796	Monteprandone	monteprandone	IT	63076	1432	Europe/Rome	42.92005	13.84259	273	Monteprandone	044045	10	AP	044045	
3172797	Monte Porzio Catone	monte-porzio-catone	IT	00078	6821	Europe/Rome	41.81091	12.7212	451	Monte Porzio,Monte Porzio Catone,モンテ・ポルツィオ・カトーネ	058064	07	RM	058064	
3172798	Monte Porzio	monte-porzio	IT	61040	0	Europe/Rome	41.73333	12.71667				07	RM	058086	
3172802	Montepiano	montepiano	IT	59026	0	Europe/Rome	45.9	11.31667				20	VI	024050	
3172803	Montepiano	montepiano	IT	59026	643	Europe/Rome	44.09067	11.16009	700			16	PO	100007	
3172805	Montepescali	montepescali	IT	58100	224	Europe/Rome	42.8828	11.08649	222	Montepescali		16	GR	053011	
3172808	Monteparano	monteparano	IT	74020	2411	Europe/Rome	40.44402	17.4151		Monteparano	073018	13	TA	073018	
3172810	Montepagano	montepagano	IT	64026	784	Europe/Rome	42.67682	13.98966	285			01	TE	067037	
3172812	Monteorsello	monteorsello	IT	41052	0	Europe/Rome	44.41667	10.96667				05	MO	036017	
3172814	Monteodorisio	monteodorisio	IT	66050	1632	Europe/Rome	42.08594	14.65262	315	Monteodorisio	069055	01	CH	069055	
3172817	Montenero Val Cocchiara	montenero-val-cocchiara	IT	86080	554	Europe/Rome	41.71683	14.06942	950	Montenero Val Cocchiara	094029	11	IS	094029	
3172820	Montenerodomo	montenerodomo	IT	66010	424	Europe/Rome	41.97563	14.25282	1165	Montenerodomo	069054	01	CH	069054	
3172821	Montenero di Bisaccia	montenero-di-bisaccia	IT	86036	5508	Europe/Rome	41.95664	14.77996	273	Montenero di Bisaccia	070046	11	CB	070046	
3172823	Montenero	montenero	IT	06059	0	Europe/Rome	43.5	10.35				16	LI	049009	
3172824	Montenero	montenero	IT	06059	0	Europe/Rome	42.95	11.46667				16	GR	053004	
3172825	Montenero	montenero	IT	06059	0	Europe/Rome	42.71814	12.44442				18	PG	054052	
3172827	Montemurro	montemurro	IT	85053	1149	Europe/Rome	40.29691	15.99128	723	Montemurro	076052	02	PZ	076052	
3172828	Montemurlo	montemurlo	IT	59013	17502	Europe/Rome	43.92686	11.03718		Montemurlo,montemururo,モンテムルロ	100003	16	PO	100003	
3172830	Montemonaco	montemonaco	IT	63088	229	Europe/Rome	42.89835	13.33288	988	Montemonaco	044044	10	AP	044044	
3172832	Montemitro	montemitro	IT	86030	454	Europe/Rome	41.88813	14.64666	508	Montemitro	070045	11	CB	070045	
3172833	Montemilone	montemilone	IT	85020	1685	Europe/Rome	41.03003	15.96927	320	Montemilone	076051	02	PZ	076051	
3172834	Montemiletto	montemiletto	IT	83038	5312	Europe/Rome	41.01172	14.90734		Montemiletto	064059	04	AV	064059	
3172836	Montemezzo	montemezzo	IT	22010	0	Europe/Rome	45.55	11.41667				20	VI	024103	
3172838	Montemesola	montemesola	IT	74020	4277	Europe/Rome	40.56453	17.3376		Montemesola	073017	13	TA	073017	
3172839	Montemerano	montemerano	IT	58014	0	Europe/Rome	42.61667	11.48333				16	GR	053014	
3172841	Montemassi	montemassi	IT	58027	0	Europe/Rome	42.99247	11.06306				16	GR	053021	
3172842	Montemartano	montemartano	IT	06049	0	Europe/Rome	42.78333	12.6				18	PG	054051	
3172844	Monte Marenzo	monte-marenzo	IT	23804	1958	Europe/Rome	45.77078	9.45465		Monte Marenzo	097052	09	LC	097052	
3172845	Montemarciano	montemarciano	IT	60018	2493	Europe/Rome	43.63886	13.30747	92	Montemarciano,montemaruchano,モンテマルチャーノ	042027	10	AN	042027	
3172847	Montemarano	montemarano	IT	83040	3043	Europe/Rome	40.91522	14.99765		Montemarano	064058	04	AV	064058	
3172849	Monte Magrè	monte-magre	IT	36015	0	Europe/Rome	45.68333	11.33333				20	VI	024100	
3172850	Montemagno	montemagno	IT	14030	974	Europe/Rome	44.98305	8.32534	260	Montemagno	005077	12	AT	005077	
3172851	Montemagno	montemagno	IT	14030	0	Europe/Rome	43.91667	10.35				16	LU	046005	
3172852	Montemagno	montemagno	IT	14030	0	Europe/Rome	43.86667	10.93333				16	PT	047017	
3172853	Montemagno	montemagno	IT	14030	0	Europe/Rome	43.73333	10.55				16	PI	050003	
3172854	Montemaggiore al Metauro	montemaggiore-al-metauro	IT	61030	269	Europe/Rome	43.73666	12.94536	197	Montemaggiore al Metauro	041037	10	PU	041037	
3172857	Montemaggio	montemaggio	IT	47865	0	Europe/Rome	44.55	9				08	GE	010057	
3172858	Montemaggio	montemaggio	IT	47865	0	Europe/Rome	43.9	12.4				10	PU		
3172860	Montelupone	montelupone	IT	62010	1827	Europe/Rome	43.34296	13.57008	272	Montelupone	043030	10	MC	043030	
3172861	Montelupo Fiorentino	montelupo-fiorentino	IT	50056	11177	Europe/Rome	43.72958	11.00997	35	Montelupo,Montelupo Fiorentino	048028	16	FI	048028	
3172862	Montelupo Albese	montelupo-albese	IT	12050	307	Europe/Rome	44.62144	8.04804	564	Monteiup Albese,Montelupo Albese	004137	12	CN	004137	
3172863	Montelparo	montelparo	IT	63853	241	Europe/Rome	43.01755	13.53698	588	Montelparo	109020	10	FM	109020	
3172865	Montelongo	montelongo	IT	86040	360	Europe/Rome	41.73653	14.95273	591	Montelongo	070044	11	CB	070044	
3172871	Monteleone Sabino	monteleone-sabino	IT	02033	1274	Europe/Rome	42.23313	12.85808		Monteleone Sabino	057041	07	RI	057041	
3172872	Monteleone Rocca Doria	monteleone-rocca-doria	IT	07010	134	Europe/Rome	40.47139	8.56		Monteleone Rocca Doria	090040	14	SS	090040	
3172873	Monteleone d'Orvieto	monteleone-d-orvieto	IT	05017	601	Europe/Rome	42.92374	12.05615	500	Monteleone d'Orvieto,Monteleone di Orrieto	055021	18	TR	055021	
3172874	Monteleone di Spoleto	monteleone-di-spoleto	IT	06045	275	Europe/Rome	42.65084	12.95228	978	Monteleone,Monteleone di Spoleto	054031	18	PG	054031	
3172875	Monteleone di Puglia	monteleone-di-puglia	IT	71020	903	Europe/Rome	41.16542	15.25805	842	Monteleone di Puglia	071032	13	FG	071032	
3172877	Monteleone	monteleone	IT	27010	0	Europe/Rome	45.18333	9.38333				09	PV	018077	
3172878	Montelaterone	montelaterone	IT	58031	0	Europe/Rome	42.88773	11.512				16	GR	053001	
3172879	Montelapiano	montelapiano	IT	66040	107	Europe/Rome	41.96133	14.34272		Montelapiano	069053	01	CH	069053	
3172880	Montelanico	montelanico	IT	00030	1920	Europe/Rome	41.65112	13.03989		Montelanico,monteraniko,モンテラーニコ	058062	07	RM	058062	
3172883	Montelabbate	montelabbate	IT	61025	2248	Europe/Rome	43.84886	12.78796	65	Montelabate,Montelabbate	041036	10	PU	041036	
3172886	Monteiasi	monteiasi	IT	74020	5199	Europe/Rome	40.49992	17.3826		Monteiasi,Montejasi	073016	13	TA	073016	
3172888	Monteguidi	monteguidi	IT	53031	0	Europe/Rome	43.3	11.01667				16	SI	052004	
3172890	Montegrotto Terme	montegrotto-terme	IT	35036	10276	Europe/Rome	45.33149	11.79121	11	Montegrotto Terme	028057	20	PD	028057	
3172891	Montegrosso Pian Latte	montegrosso-pian-latte	IT	18025	140	Europe/Rome	44.06672	7.81704		Montegrosso Pian Latte	008037	08	IM	008037	
3172892	Montegrosso d'Asti	montegrosso-d-asti	IT	14048	2084	Europe/Rome	44.82065	8.23754		Montegrosso d'Asti	005076	12	AT	005076	
3172896	Montegranaro	montegranaro	IT	61100	11493	Europe/Rome	43.23546	13.63098	279	Montegranaro	109018	10	FM	109018	
3172898	Montegiovi	montegiovi	IT	58033	0	Europe/Rome	42.91111	11.52088				16	GR	053004	
3172901	Montegiorgio	montegiorgio	IT	63833	2616	Europe/Rome	43.13225	13.53638	411	Montegiorgio	109017	10	FM	109017	
3172903	Montegiordano	montegiordano	IT	87070	835	Europe/Rome	40.04301	16.53439	619	Montegiordano	078082	03	CS	078082	
3172904	Monte Giberto	monte-giberto	IT	63846	273	Europe/Rome	43.09125	13.63068	322	Monte Giberto	109016	10	FM	109016	
3172907	Montegelli	montegelli	IT	47030	0	Europe/Rome	43.98333	12.25				05	FC	040046	
3172910	Montegaldella	montegaldella	IT	36047	922	Europe/Rome	45.43609	11.6706	23	Montegaldella	024065	20	VI	024065	
3172912	Montegabbione	montegabbione	IT	05010	628	Europe/Rome	42.92144	12.09205	594	Montegabbione	055020	18	TR	055020	
3172913	Montefusco	montefusco	IT	83030	1475	Europe/Rome	41.03762	14.85494		Montefusco	064056	04	AV	064056	
3172915	Montefredane	montefredane	IT	83030	2305	Europe/Rome	40.96282	14.81064		Montefredane	064055	04	AV	064055	
3172916	Montefranco	montefranco	IT	05030	573	Europe/Rome	42.59834	12.76537	375	Montefranco	055019	18	TR	055019	
3172918	Montefoscoli	montefoscoli	IT	56036	489	Europe/Rome	43.57654	10.75442	182			16	PI	050024	
3172919	Montefortino	montefortino	IT	60011	0	Europe/Rome	43.53333	12.93333				10	AN	042003	
3172920	Montefortino	montefortino	IT	60011	444	Europe/Rome	42.94315	13.34558	612	Montefortino,Монтефортино	109015	10	FM	109015	
3172921	Monteforte Irpino	monteforte-irpino	IT	83024	8674	Europe/Rome	40.89181	14.71854		Monteforte Irpino	064054	04	AV	064054	
3172922	Monteforte d'Alpone	monteforte-d-alpone	IT	37032	5235	Europe/Rome	45.41729	11.2837	38	Monteforte,Monteforte d'Alpone	023050	20	VR	023050	
3172923	Monteforte Cilento	monteforte-cilento	IT	84060	625	Europe/Rome	40.36481	15.19486		Monteforte,Monteforte Cilento	065074	04	SA	065074	
3172924	Montefollonico	montefollonico	IT	53049	0	Europe/Rome	43.13333	11.75				16	SI	052035	
3172926	Montefiorino	montefiorino	IT	41045	403	Europe/Rome	44.35286	10.6256	797	Montefiorino	036025	05	MO	036025	
3172928	Montefiore dell'Aso	montefiore-dell-aso	IT	63062	1278	Europe/Rome	43.05195	13.75279	412	Montefiore dell'Aso	044036	10	AP	044036	
3172929	Montefiore Conca	montefiore-conca	IT	47834	218	Europe/Rome	43.88916	12.61145	385	Montefiore Conca	099008	05	RN	099008	
3172930	Montefino	montefino	IT	64030	228	Europe/Rome	42.54454	13.8837	352	Montefino	067027	01	TE	067027	
3172931	Montefiascone	montefiascone	IT	01027	10637	Europe/Rome	42.53933	12.03616	400	Montefiascone,montefiasukone,モンテフィアスコーネ	056036	07	VT	056036	
3172932	Monteferrante	monteferrante	IT	66040	190	Europe/Rome	41.95473	14.38842		Monteferrante	069052	01	CH	069052	
3172935	Montefano	montefano	IT	62010	2331	Europe/Rome	43.41116	13.43838	242	Montefano	043029	10	MC	043029	
3173008	Montecarlo	montecarlo	IT	55015	407	Europe/Rome	43.85125	10.66831	162	Montecarlo	046021	16	LU	046021	
3172936	Montefalcone di Val Fortore	montefalcone-di-val-fortore	IT	82025	1837	Europe/Rome	41.32472	15.00994		Montefalcone di Val Fortore	062042	04	BN	062042	
3172937	Montefalcone nel Sannio	montefalcone-nel-sannio	IT	86033	1480	Europe/Rome	41.86663	14.63822	659		070043	11	CB	070043	
3172939	Montefalcone Appennino	montefalcone-appennino	IT	63855	527	Europe/Rome	42.99005	13.45688		Montefalcone Appennino	109014	10	FM	109014	
3172941	Montefalco	montefalco	IT	06036	1290	Europe/Rome	42.89084	12.64827	472	Montefalco	054030	18	PG	054030	
3172942	Montefalcione	montefalcione	IT	83030	3397	Europe/Rome	40.96152	14.88394		Montefalcione	064053	04	AV	064053	
3172944	Monteduro	monteduro	IT	42035	0	Europe/Rome	44.41667	10.36667				05	RE	035016	
3172946	Monte di Procida	monte-di-procida	IT	80070	12975	Europe/Rome	40.79809	14.05023	63	Monte 'e Proceta,Monte di Procida,モンテ・ディ・プローチダ	063047	04	NA	063047	
3172947	Montedinove	montedinove	IT	63069	567	Europe/Rome	42.97155	13.58849		Montedinove	044034	10	AP	044034	
3172948	Monte di Malo	monte-di-malo	IT	36030	855	Europe/Rome	45.661	11.36129	374	Monte di Malo	024063	20	VI	024063	
3172954	Montecucco	montecucco	IT	25083	0	Europe/Rome	45.61667	10.55				09	BS	017170	
3172961	Montecosaro	montecosaro	IT	62010	1453	Europe/Rome	43.31846	13.63678	252	Montecosaro	043028	10	MC	043028	
3172963	Montecorvino Rovella	montecorvino-rovella	IT	84096	11558	Europe/Rome	40.69181	14.97795		Montecorvino Rovella	065073	04	SA	065073	
3172967	Montecorice	montecorice	IT	84060	2474	Europe/Rome	40.2349	14.98615		Montecorice	065071	04	SA	065071	
3172970	Montecilfone	montecilfone	IT	86032	1423	Europe/Rome	41.90254	14.83643	405	Montecilfone,Munxhfuni	070042	11	CB	070042	
3172971	Monteciccardo	monteciccardo	IT	61024	515	Europe/Rome	43.81856	12.80696	384	Monteciccardo	041032	10	PU	041032	
3172973	Montechiarugolo	montechiarugolo	IT	43022	342	Europe/Rome	44.69326	10.42219	128	Montechiarugolo	034023	05	PR	034023	
3172974	Montechiaro d'Asti	montechiaro-d-asti	IT	14025	1170	Europe/Rome	45.00725	8.11143	292	Montechiaro d'Asti	005075	12	AT	005075	
3172975	Montechiaro	montechiaro	IT	39026	295	Europe/Rome	46.63585	10.56936	927			17	BZ	021067	
3172976	Monte Cerignone	monte-cerignone	IT	61010	382	Europe/Rome	43.84046	12.41475	528	Monte Cerignone	041031	10	PU	041031	
3172977	Montecenere	montecenere	IT	41023	331	Europe/Rome	44.31158	10.7706	776			05	MO	036018	
3172978	Montecelio	montecelio	IT	00012	0	Europe/Rome	42.02067	12.74354				07	RM	058047	
3172979	Montecchio Maggiore	montecchio-maggiore	IT	36075	21061	Europe/Rome	45.50369	11.412		Montecchio Maggiore	024061	20	VI	024061	
3172980	Montecchio Emilia	montecchio-emilia	IT	42027	8482	Europe/Rome	44.70136	10.44709	99	Montecchio,Montecchio Emilia	035027	05	RE	035027	
3172982	Montecchio	montecchio	IT	05020	0	Europe/Rome	45.51667	10.96667				20	VR	023052	
3172983	Montecchio	montecchio	IT	05020	0	Europe/Rome	43.85	12.76667				10	PU	041036	
3172984	Montecchio	montecchio	IT	05020	0	Europe/Rome	43.53333	10.71667				16	PI	050025	
3172985	Montecchio	montecchio	IT	05020	0	Europe/Rome	43.43333	11.08333		Montecchio,Montecchio di Sopra,Montécchio di Sopra		16	SI	052012	
3172986	Montecchio	montecchio	IT	05020	0	Europe/Rome	43.28333	11.3				16	SI	052032	
3172987	Montecchio	montecchio	IT	05020	0	Europe/Rome	43.23333	11.93333				16	AR	051017	
3172988	Montecchio	montecchio	IT	05020	0	Europe/Rome	42.85	12.53333				18	PG	054021	
3172989	Montecchio	montecchio	IT	05020	758	Europe/Rome	42.66353	12.28686	377	Montecchio	055018	18	TR	055018	
3172990	Montecchia di Crosara	montecchia-di-crosara	IT	37030	2260	Europe/Rome	45.48449	11.25439	87	Montecchia,Montecchia di Crosara	023049	20	VR	023049	
3172993	Montecavolo	montecavolo	IT	42020	4051	Europe/Rome	44.63333	10.53333	144			05	RE	035030	
3172996	Montecatini-Terme	montecatini-terme	IT	51016	17954	Europe/Rome	43.8954	10.77867	29	Montecatini Terme,Montecatini-Terme,モンテカティーニ・テルメ	047011	16	PT	047011	
3172997	Montecatini Val di Cecina	montecatini-val-di-cecina	IT	56040	492	Europe/Rome	43.39284	10.74882	416	Montecatini,Montecatini Val di Cecina,Montecatini di Val di Cecina,モンテカティーニ・テルメ	050019	16	PI	050019	
3172998	Montecastrilli	montecastrilli	IT	05026	1339	Europe/Rome	42.65243	12.48857	391	Montecastrilli	055017	18	TR	055017	
3172999	Monte Castello di Vibio	monte-castello-di-vibio	IT	06057	538	Europe/Rome	42.84024	12.35156	423	Monte Castello di Vibio	054029	18	PG	054029	
3173001	Montecastello	montecastello	IT	15040	0	Europe/Rome	43.94877	12.1847				05	FC	040020	
3173002	Montecastello	montecastello	IT	15040	0	Europe/Rome	43.61667	10.71667				16	PI	050024	
3173004	Montecastelli	montecastelli	IT	06019	0	Europe/Rome	43.26667	10.95				16	PI	050011	
3173006	Montecassiano	montecassiano	IT	62010	2099	Europe/Rome	43.36736	13.43878	215	Montecassiano	043026	10	MC	043026	
3173007	Montecarotto	montecarotto	IT	60036	1584	Europe/Rome	43.52796	13.06287	380	Montecarotto,montekarotto,モンテカロット	042026	10	AN	042026	
3173009	Montecarelli	montecarelli	IT	50031	0	Europe/Rome	44.05	11.26667				16	FI	048002	
3173013	Montecalvoli	montecalvoli	IT	56020	0	Europe/Rome	43.68333	10.65		Montecalvo,Montecalvoli		16	PI	050004	
3173014	Montecalvo Irpino	montecalvo-irpino	IT	83037	4279	Europe/Rome	41.19562	15.03344		Montecalvo Irpino	064052	04	AV	064052	
3173015	Montecalvo in Foglia	montecalvo-in-foglia	IT	61020	2363	Europe/Rome	43.81156	12.63105		Montecalvo in Foglia	041030	10	PU	041030	
3173018	Montebuono	montebuono	IT	02040	0	Europe/Rome	42.7	11.65				16	GR	053026	
3173019	Montebuono	montebuono	IT	02040	333	Europe/Rome	42.36723	12.59647	325	Montebuono	057040	07	RI	057040	
3173022	Montebruno	montebruno	IT	16025	277	Europe/Rome	44.52575	9.24756		Montebrun,Montebruno	010038	08	GE	010038	
3173029	Montebelluna	montebelluna	IT	31044	26670	Europe/Rome	45.77528	12.03889	109	Montebelluna,Монтебеллуна	026046	20	TV	026046	
3173030	Montebello Vicentino	montebello-vicentino	IT	36054	5097	Europe/Rome	45.45649	11.3835	53	Montebello,Montebello Vicentino	024060	20	VI	024060	
3173031	Montebello sul Sangro	montebello-sul-sangro	IT	66040	125	Europe/Rome	41.98663	14.32402		Buonanotte,Montebello sul Sangro	069009	01	CH	069009	
3173032	Montebello di Bertona	montebello-di-bertona	IT	65010	324	Europe/Rome	42.41794	13.8719	615	Montebello di Bertona	068023	01	PE	068023	
3173033	Montebello della Battaglia	montebello-della-battaglia	IT	27054	1647	Europe/Rome	45.00096	9.10345		Montebello,Montebello della Battaglia	018095	09	PV	018095	
3173034	Montebello	montebello	IT	06126	0	Europe/Rome	43.96667	12.36667				05	RN	099028	
3173036	Montebaranzone	montebaranzone	IT	41048	219	Europe/Rome	44.47854	10.77532	486			05	MO	036033	
3173039	Monteaperti	monteaperti	IT	53019	0	Europe/Rome	43.32714	11.43119		Monteaperto		16	SI	052006	
3173041	Monte Antico	monte-antico	IT	58045	0	Europe/Rome	42.98333	11.35				16	GR	053008	
3173043	Monte Amiata	monte-amiata	IT	53024	0	Europe/Rome	42.96667	11.55				16	GR	053025	
3173051	Monte	monte	IT	15048	301	Europe/Rome	45.56592	10.84306	440			20	VR	023077	
3173052	Monte	monte	IT	15048	0	Europe/Rome	45.5	10.5				09	BS	017129	
3173053	Monte	monte	IT	15048	0	Europe/Rome	44.78333	9.76667				05	PC	033026	
3173057	Montazzoli	montazzoli	IT	66030	800	Europe/Rome	41.94833	14.42912	850	Montazzoli	069051	01	CH	069051	
3173062	Montasola	montasola	IT	02040	368	Europe/Rome	42.38643	12.68188		Montasola	057039	07	RI	057039	
3173065	Montaquila	montaquila	IT	86070	702	Europe/Rome	41.56672	14.11262	460	Montaquila	094028	11	IS	094028	
3173066	Montappone	montappone	IT	63835	1516	Europe/Rome	43.13645	13.46848	370	Montappone	109013	10	FM	109013	
3173068	Montano Antilia	montano-antilia	IT	84060	2191	Europe/Rome	40.1623	15.36546		Montano Antilia	065070	04	SA	065070	
3173072	Montaner	montaner	IT	31026	0	Europe/Rome	45.98333	12.38333				20	TV	026078	
3173073	Montanaso Lombardo	montanaso-lombardo	IT	26836	1524	Europe/Rome	45.33577	9.46866			098040	09	LO	098040	
3173074	Montanaro	montanaro	IT	10017	5244	Europe/Rome	45.23355	7.85332	209	Montanaro,montanaro,モンタナーロ	001161	12	TO	001161	
3173075	Montanaro	montanaro	IT	10017	0	Europe/Rome	41.2	14.06667				04	CE	061091	
3173076	Montanare	montanare	IT	52044	0	Europe/Rome	43.26066	12.05835				16	AR	051017	
3173077	Montanara	montanara	IT	37030	0	Europe/Rome	45.13531	10.71879			020021	09	MN	020021	
3173079	Montalto Pavese	montalto-pavese	IT	27040	963	Europe/Rome	44.97776	9.21546		Montalto,Montalto Pavese	018094	09	PV	018094	
3173080	Montalto Ligure	montalto-ligure	IT	18010	250	Europe/Rome	43.92802	7.84425	315	Montalto,Montalto Ligure	008036	08	IM	008036	
3173081	Montalto Dora	montalto-dora	IT	10016	3391	Europe/Rome	45.49076	7.86282	247	Montalto Dora,モンタルト・ドーラ	001160	12	TO	001160	
3173082	Montalto di Castro	montalto-di-castro	IT	01014	4623	Europe/Rome	42.35376	11.60492	42	Montalto di Castro	056035	07	VT	056035	
3173889	Marmorta	marmorta	IT	40062	882	Europe/Rome	44.61841	11.71621	8			05	BO	037039	
3173083	Montalto delle Marche	montalto-delle-marche	IT	63068	669	Europe/Rome	42.98985	13.60919	513	Montalto delle Marche	044032	10	AP	044032	
3173085	Montalto	montalto	IT	41055	0	Europe/Rome	44.55	10.55		Casaratta,Montalto		05	RE	035043	
3173088	Montalenghe	montalenghe	IT	10090	983	Europe/Rome	45.33746	7.83882	360	Montalenghe,montarenge,モンタレンゲ	001159	12	TO	001159	
3173090	Montale	montale	IT	19015	0	Europe/Rome	44.58333	10.91667				05	MO	036023	
3173091	Montale	montale	IT	19015	0	Europe/Rome	44.3	9.63333				08	SP	011009	
3173092	Montale	montale	IT	19015	0	Europe/Rome	44.18042	9.62342				08	SP	011017	
3173093	Montale	montale	IT	19015	6316	Europe/Rome	43.93555	11.01711	85	Montale,montare,モンターレ	047010	16	PT	047010	
3173096	Montalcino	montalcino	IT	53024	5118	Europe/Rome	43.05824	11.48964		Montalcino,montaruchino,モンタルチーノ	052014	16	SI	052014	
3173098	Montalbano Jonico	montalbano-jonico	IT	75023	7427	Europe/Rome	40.29258	16.56099	288	Montalbano Jonico	077016	02	MT	077016	
3173101	Montalbano	montalbano	IT	47842	826	Europe/Rome	44.75297	11.57602	9			05	FE	038008	
3173102	Montalbano	montalbano	IT	47842	0	Europe/Rome	44.05417	12.37722				05	RN	099018	
3173103	Montaione	montaione	IT	50050	3439	Europe/Rome	43.55254	10.91072		Montaione	048027	16	FI	048027	
3173104	Montaguto	montaguto	IT	83030	577	Europe/Rome	41.24872	15.24845		Montaguto	064051	04	AV	064051	
3173105	Montagnola	montagnola	IT	87041	0	Europe/Rome	40.06667	15.95				02	PZ	076042	
3173108	Montagnano	montagnano	IT	52048	0	Europe/Rome	43.35	11.8				16	AR	051025	
3173109	Montagnana Pistoiese	montagnana-pistoiese	IT	51030	0	Europe/Rome	43.96667	10.83333		Montagnana,Montagnana Pistoiese		16	PT	047007	
3173110	Montagnana	montagnana	IT	35044	8000	Europe/Rome	45.23229	11.46483	16	Montagnana	028056	20	PD	028056	
3173111	Montagnana	montagnana	IT	35044	208	Europe/Rome	44.47785	10.82727	444			05	MO	036042	
3173112	Montagnana	montagnana	IT	35044	0	Europe/Rome	43.67414	11.10744				16	FI	048030	
3173113	Montagna - Montan	montagna	IT	39040	1480	Europe/Rome	46.33051	11.30088		Montagna,Montan,montanya,モンターニャ	021053	17	BZ	021053	
3173116	Montagano	montagano	IT	86023	1081	Europe/Rome	41.64493	14.67513	801	Montagano	070041	11	CB	070041	
3173118	Montacuto	montacuto	IT	15050	200	Europe/Rome	43.58397	13.54649	159	Montacuto,Montacuto di Ancona		10	AN	042002	
3173119	Monta	monta	IT	12046	0	Europe/Rome	44.9	11.51667		Monta,Vincenza Nuova		05	FE	038008	
3173120	Montà	monta	IT	12046	4292	Europe/Rome	44.81364	7.95723		Monta,Montà	004133	12	CN	004133	
3173122	Monsummano Terme	monsummano-terme	IT	51015	12935	Europe/Rome	43.87035	10.81231	20	Monsumanno,Monsumanno Terme,Monsummano Terme	047009	16	PT	047009	
3173124	Monselice	monselice	IT	35043	12623	Europe/Rome	45.24239	11.74901	9	Monselice	028055	20	PD	028055	
3173125	Monsano	monsano	IT	60030	2318	Europe/Rome	43.56256	13.25007	191	Monsano,monsano,モンサーノ	042025	10	AN	042025	
3173126	Monsampolo del Tronto	monsampolo-del-tronto	IT	63077	519	Europe/Rome	42.89695	13.79389	158	Monsampolo del Tronto	044031	10	AP	044031	
3173127	Monsampietro Morico	monsampietro-morico	IT	63842	744	Europe/Rome	43.06775	13.55568		Monsampietro Morico	109012	10	FM	109012	
3173131	Monopoli	monopoli	IT	70043	46708	Europe/Rome	40.95593	17.2896		Monopoli,monopori,Монополи,モノーポリ	072030	13	BA	072030	
3173134	Monno	monno	IT	25040	586	Europe/Rome	46.2127	10.33976		Monno,mon'no,モンノ	017110	09	BS	017110	
3173139	Moniga del Garda	moniga-del-garda	IT	25080	1702	Europe/Rome	45.52628	10.53808			017109	09	BS	017109	
3173140	Monguelfo-Tesido - Welsberg-Taisten	monguelfo	IT	39035	2528	Europe/Rome	46.75774	12.10556		Monguelfo,Monguelfo-Tesido,Welsberg,Welsberg-Taisten,monguerufo=teshido,モングエルフォ＝テシド	021052	17	BZ	021052	
3173141	Mongrando	mongrando	IT	13888	4022	Europe/Rome	45.52826	8.00712		Mongrando	096035	12	BI	096035	
3173144	Mongiardino Ligure	mongiardino-ligure	IT	15060	204	Europe/Rome	44.64	9.0618		Mongiardino,Mongiardino Ligure	006100	12	AL	006100	
3173145	Monghidoro	monghidoro	IT	40063	1861	Europe/Rome	44.22646	11.32752	841	Monghidoro	037040	05	BO	037040	
3173146	Mongardino	mongardino	IT	14040	434	Europe/Rome	44.84715	8.21394	292	Mongardin,Mongardino	005071	12	AT	005071	
3173149	Monforte d'Alba	monforte-d-alba	IT	12065	1010	Europe/Rome	44.58244	7.96964	480	Monforte,Monforte d'Alba	004132	12	CN	004132	
3173153	Monfalcone	monfalcone	IT	34074	26706	Europe/Rome	45.80722	13.53417	7	Monfal'kone,Monfalcon,Monfalcone,monfarukone,Монфальконе,モンファルコーネ	031012	06	GO	031012	
3173158	Monesiglio	monesiglio	IT	12077	542	Europe/Rome	44.46504	8.11854	372	Monesiglio	004131	12	CN	004131	
3173159	Moneglia	moneglia	IT	16030	1920	Europe/Rome	44.23905	9.49081	4	Monegia,Moneglia	010037	08	GE	010037	
3173160	Mondragone	mondragone	IT	81034	24155	Europe/Rome	41.11411	13.89352		Mondragone,Mundragone	061052	04	CE	061052	
3173162	Mondovì	mondovi	IT	12084	21880	Europe/Rome	44.39603	7.81764		El Mondvi,Mondovi,Mondovì,mondovu~i,Ël Mondvì,Мондови,モンドヴィ	004130	12	CN	004130	
3173164	Mondolfo	mondolfo	IT	61037	3068	Europe/Rome	43.74936	13.09786	144	Mondolfo	041029	10	PU	041029	
3173169	Mondavio	mondavio	IT	61040	914	Europe/Rome	43.67296	12.96866	280	Mondavio	041028	10	PU	041028	
3173170	Moncucco Torinese	moncucco-torinese	IT	14024	272	Europe/Rome	45.06815	7.93263	403	Moncucco Torinese	005070	12	AT	005070	
3173172	Monclassico	monclassico	IT	38025	812	Europe/Rome	46.33481	10.88877	770	Monclassico,monkurasshiko,モンクラッシコ	022121	17	TN	022121	
3173174	Monchio delle Corti	monchio-delle-corti	IT	43010	230	Europe/Rome	44.41295	10.12419	820	Monchio delle Corti	034022	05	PR	034022	
3173175	Monchio	monchio	IT	41046	264	Europe/Rome	44.38573	10.64716	750			05	MO	036029	
3173176	Monchiero	monchiero	IT	12060	518	Europe/Rome	44.57054	7.92024		Monchiero	004129	12	CN	004129	
3173177	Moncerrato	moncerrato	IT	41048	0	Europe/Rome	44.43333	10.73333				05	MO	036033	
3173179	Moncalvo	moncalvo	IT	14036	2082	Europe/Rome	45.05025	8.26524	305	Moncalv,Moncalvo	005069	12	AT	005069	
3173180	Moncalieri	moncalieri	IT	10024	49153	Europe/Rome	44.99625	7.69032	219	Moncale,Moncalieri,Moncalé,monkarieri,モンカリエーリ	001156	12	TO	001156	
3173182	Monastier di Treviso	monastier-di-treviso	IT	31050	3554	Europe/Rome	45.65778	12.4175		Monastier di Treviso	026044	20	TV	026044	
3173183	Monasterolo del Castello	monasterolo-del-castello	IT	24060	938	Europe/Rome	45.76318	9.93166			016137	09	BG	016137	
3173185	Monastero	monastero	IT	52022	0	Europe/Rome	45.78194	13.36194				06	UD	030004	
3173186	Monastero	monastero	IT	52022	0	Europe/Rome	44.6	9.76667				05	PR	034002	
3173189	Monacilioni	monacilioni	IT	86040	437	Europe/Rome	41.60993	14.80853	590	Monacilioni	070040	11	CB	070040	
3173195	Mompeo	mompeo	IT	02040	208	Europe/Rome	42.24913	12.74817	457	Mompeo	057038	07	RI	057038	
3173196	Momo	momo	IT	28015	1971	Europe/Rome	45.57557	8.55343	213	Momo,momo,モーモ	003100	12	NO	003100	
3173199	Mombaroccio	mombaroccio	IT	61024	353	Europe/Rome	43.79506	12.85476	321	Mombaroccio	041027	10	PU	041027	
3173200	Mombaldone	mombaldone	IT	14050	269	Europe/Rome	44.57094	8.33464		Mombaldone	005064	12	AT	005064	
3173203	Molveno	molveno	IT	38018	1063	Europe/Rome	46.1421	10.96377	865	Molveno,moruvu~eno,モルヴェーノ	022120	17	TN	022120	
3173205	Molteno	molteno	IT	23847	3094	Europe/Rome	45.78038	9.30744		Molteno	097051	09	LC	097051	
3173212	Mollia	mollia	IT	13020	100	Europe/Rome	45.81667	8.03032		Mollia	002078	12	VC	002078	
3173220	Moliterno	moliterno	IT	85047	3412	Europe/Rome	40.24181	15.86347	879		076050	02	PZ	076050	
3173221	Molise	molise	IT	86020	186	Europe/Rome	41.63083	14.49292		Molise,morize,モリーゼ	070039	11	CB	070039	
3173245	Molino del Piano	molino-del-piano	IT	50065	0	Europe/Rome	43.81667	11.4		Molin del Piano,Molino del Piano,Mulino del Piano		16	FI	048033	
3173246	Molino del Pallone	molino-del-pallone	IT	40046	0	Europe/Rome	44.10028	10.96135			037029	05	BO	037029	
3173265	Molino	molino	IT	36070	0	Europe/Rome	43.01667	13.45				10	FM	109039	
3173267	Molini di Tures	molini-di-tures	IT	39032	1366	Europe/Rome	46.89926	11.94317	853	Molini di Tures,Muehlen in Taufers,Mühlen in Taufers		17	BZ	021017	
3173268	Molini di Triora	molini-di-triora	IT	18010	232	Europe/Rome	43.98962	7.77434	460	Molina di Triora,Molini di Triora	008035	08	IM	008035	
3173271	Molini	molini	IT	83058	0	Europe/Rome	45.5	11.85				20	PD	028036	
3173272	Molini	molini	IT	83058	0	Europe/Rome	44.86667	7.48333				12	TO	001071	
3173273	Molini	molini	IT	83058	0	Europe/Rome	44.58333	8.86667				12	AL	006190	
3173274	Molini	molini	IT	83058	0	Europe/Rome	43.91667	7.93333				08	IM	008030	
3173276	Molinella	molinella	IT	40062	9377	Europe/Rome	44.62127	11.66862	8	Molinella	037039	05	BO	037039	
3173278	Moline	moline	IT	12080	0	Europe/Rome	46.08333	10.91667				17	TN	022166	
3173279	Molinara	molinara	IT	82020	1946	Europe/Rome	41.29352	14.90784		Molinara	062041	04	BN	062041	
3173280	Molina di Ledro	molina-di-ledro	IT	38060	1064	Europe/Rome	45.8713	10.77528	638	Molina,Molina di Ledro,モリーナ・ディ・レードロ		17	TN	022229	
3173282	Molinaccio	molinaccio	IT	06025	0	Europe/Rome	44.36667	12.18333				05	RA	039014	
3173283	Molina Aterno	molina-aterno	IT	67020	401	Europe/Rome	42.14903	13.7354	482	Molina Aterno	066055	01	AQ	066055	
3173285	Molina	molina	IT	38030	0	Europe/Rome	45.66667	11.46667				20	VI	024055	
3173287	Molfetta	molfetta	IT	70056	62546	Europe/Rome	41.20023	16.59748		Mol'fetta,Molfetta,Мольфетта	072029	13	BA	072029	
3173295	Molazzana	molazzana	IT	55020	1188	Europe/Rome	44.07175	10.4178		Molazzana	046020	16	LU	046020	
3173298	Molare	molare	IT	15074	1676	Europe/Rome	44.61864	8.60055	226	Molare	006095	12	AL	006095	
3173302	Mola di Bari	mola-di-bari	IT	70042	25919	Europe/Rome	41.06094	17.08729		Mola di Bari	072028	13	BA	072028	
3173306	Moio della Civitella	moio-della-civitella	IT	84060	1823	Europe/Rome	40.2471	15.26886		Moio della Civitella	065069	04	SA	065069	
3173307	Moimacco	moimacco	IT	33040	1292	Europe/Rome	46.0925	13.37139	118	Moimacco,Monnacco,Muimans	030060	06	UD	030060	
3173308	Moie	moie	IT	60030	0	Europe/Rome	43.5	13.11667		Moie,Moie di Maiolati		10	AN	042012	
3173311	Moiano	moiano	IT	06062	4106	Europe/Rome	41.08002	14.54323		Moiano	062040	04	BN	062040	
3173314	Mogliano Veneto	mogliano-veneto	IT	31021	21991	Europe/Rome	45.565	12.235	6	Mogliano,Mogliano Veneto,モリアーノ・ヴェーネト	026043	20	TV	026043	
3173315	Mogliano	mogliano	IT	62010	2809	Europe/Rome	43.18275	13.47308	313	Mogliano	043025	10	MC	043025	
3173316	Moglia	moglia	IT	46024	0	Europe/Rome	45.01354	11.26682				09	MN	020061	
3173317	Moglia	moglia	IT	46024	5666	Europe/Rome	44.93717	10.9134		Moglia	020035	09	MN	020035	
3173318	Moggio Udinese	moggio-udinese	IT	33015	2095	Europe/Rome	46.41083	13.20139		Moggio Udinese,Muec	030059	06	UD	030059	
3173320	Moggio	moggio	IT	23817	486	Europe/Rome	45.93348	9.48474		Moggio	097050	09	LC	097050	
3173321	Moggio	moggio	IT	23817	0	Europe/Rome	42.5	12.73333				07	RI	057059	
3173325	Moena	moena	IT	38035	2300	Europe/Rome	46.37732	11.66109	1184	Moena,moena,Моена,モエーナ	022118	17	TN	022118	
3173326	Modugno	modugno	IT	70026	35980	Europe/Rome	41.09743	16.77798		Modugno,Modun'o,Модуньо	072027	13	BA	072027	
3173327	Modolo	modolo	IT	08019	0	Europe/Rome	46.13222	12.25361				20	BL	025006	
3173328	Modolo	modolo	IT	08019	181	Europe/Rome	40.27535	8.53002		Modolo	095084	14	OR	095084	
3173329	Modigliana	modigliana	IT	47015	3953	Europe/Rome	44.16116	11.79353	185	Modigliana	040022	05	FC	040022	
3173331	Modena	modena	IT	41100	158886	Europe/Rome	44.64783	10.92539	34	Modena,Modene,Modna,Modène,Mutina,Mòdena,Mòdna,Módena,ZMO,modena,mwdyna,Модена,مودينا,モデナ	MO	05	MO	036023	
3173336	Mocenigo	mocenigo	IT	38020	235	Europe/Rome	46.45265	11.01042	1069			17	TN	022163	
3173342	Misurina	misurina	IT	32041	0	Europe/Rome	46.58333	12.25				20	BL	025005	
3173348	Missano	missano	IT	41059	0	Europe/Rome	44.35	10.95				05	MO	036047	
3173349	Missanello	missanello	IT	85010	523	Europe/Rome	40.28201	16.16598	604	Missanello	076049	02	PZ	076049	
3173350	Missaglia	missaglia	IT	23873	7194	Europe/Rome	45.70888	9.33705			097049	09	LC	097049	
3173351	Misinto	misinto	IT	20826	4108	Europe/Rome	45.66238	9.08394		Misinto,mijinto,ミジント	108032	09	MB	108032	
3173356	Miseno	miseno	IT	80070	0	Europe/Rome	40.78626	14.08443				04	NA	063006	
3173358	Misciano	misciano	IT	83025	0	Europe/Rome	43.58333	12.13333				16	AR	051034	
3173359	Misciano	misciano	IT	83025	0	Europe/Rome	43.5	11.95				16	AR	051002	
3174197	Malamocco	malamocco	IT	30126	0	Europe/Rome	45.37232	12.33902				20	VE	027042	
3173362	Misano di Gera d'Adda	misano-di-gera-d-adda	IT	24040	2590	Europe/Rome	45.47098	9.62246			016135	09	BG	016135	
3173363	Misano Adriatico	misano-adriatico	IT	47843	4325	Europe/Rome	43.97937	12.69375	3	Misano,Misano Adriatico,Misano in Villa Vittoria	099005	05	RN	099005	
3173369	Mirano	mirano	IT	30035	15139	Europe/Rome	45.49444	12.10472	9	Mirano,mirano,Мирано,ミラーノ	027024	20	VE	027024	
3173370	Mirandola	mirandola	IT	41037	17380	Europe/Rome	44.88677	11.0662	18	Mirandola,Мирандола	036022	05	MO	036022	
3173371	Miranda	miranda	IT	05100	0	Europe/Rome	42.53333	12.68333				18	TR	055032	
3173372	Miranda	miranda	IT	05100	961	Europe/Rome	41.64513	14.24632	860		094027	11	IS	094027	
3173377	Miradolo Terme	miradolo-terme	IT	27010	3177	Europe/Rome	45.17197	9.44556		Miradolo,Miradolo Terme,Terme di Miradolo	018093	09	PV	018093	
3173379	Mirabello Sannitico	mirabello-sannitico	IT	86010	1538	Europe/Rome	41.51563	14.67293	600	Mirabello Sannitice,Mirabello Sannitico	070038	11	CB	070038	
3173380	Mirabello Monferrato	mirabello-monferrato	IT	15040	1239	Europe/Rome	45.03555	8.52324	124	Mirabel,Mirabello,Mirabello Monferrato,Mirabèl	006094	12	AL	006094	
3173382	Mirabello	mirabello	IT	26856	3306	Europe/Rome	44.82578	11.46181	14	Mirabello	038016	05	FE	038016	
3173383	Mirabella Eclano	mirabella-eclano	IT	83036	8272	Europe/Rome	41.04492	14.99874		Mirabella Eclano	064050	04	AV	064050	
3173384	Mirabella	mirabella	IT	36042	0	Europe/Rome	45.68333	11.55				20	VI	024062	
3173385	Mira	mira	IT	30034	35355	Europe/Rome	45.43	12.11972		Mira,mira,Мира,ミーラ	027023	20	VE	027023	
3173390	Minucciano	minucciano	IT	55034	2521	Europe/Rome	44.17045	10.20759		Minucciano	046019	16	LU	046019	
3173391	Minturno	minturno	IT	04026	17814	Europe/Rome	41.25761	13.72371		Minturno,minto~uruno,ミントゥルノ	059014	07	LT	059014	
3173392	Minori	minori	IT	84010	2822	Europe/Rome	40.6503	14.62684	5	Minori,Minure,Минори	065068	04	SA	065068	
3173404	Minervino Murge	minervino-murge	IT	76013	10213	Europe/Rome	41.08433	16.07837			110006	13	BT	110006	
3173405	Minervino di Lecce	minervino-di-lecce	IT	73027	3949	Europe/Rome	40.08842	18.42043		Minervino di Lecce	075047	13	LE	075047	
3173407	Minerbio	minerbio	IT	40061	4903	Europe/Rome	44.61677	11.47071	16	Minerbio	037038	05	BO	037038	
3173408	Minerbe	minerbe	IT	37046	4112	Europe/Rome	45.24108	11.3348	16	Minerbe	023048	20	VR	023048	
3173410	Millesimo	millesimo	IT	17017	3132	Europe/Rome	44.36754	8.20175	429	Merexo,Millesimo,mirrejimo,ミッレージモ	009038	08	SV	009038	
3173413	Milis	milis	IT	09070	1584	Europe/Rome	40.05045	8.63702	72	Milis	095027	14	OR	095027	
3173418	Mileo	mileo	IT	85043	0	Europe/Rome	40.05	16.01667				02	PZ	076040	
3173435	Milano	milano	IT	20121	1306661	Europe/Rome	45.46427	9.18951	120	Lungsod ng Milano,MIL,Mailand,Mediolan,Mediolanum,Mila,Milaan,Milan,Milana,Milanas,Milano,Milanu,Milao,Milà,Milán,Miláno,Milánó,Milão,Milāna,Mílanó,Mилан,mi lan,milan,milani,millano,mirano,mylan,mylanw,Милан,Милано,Мілан,מילאנו,مىلان,ميلانو,மிலன்,มิลาน,მილანი,ミラノ,米蘭,밀라노	09	09	MI	015146	
3173437	Milanere	milanere	IT	10040	0	Europe/Rome	45.1	7.41667				12	TO	001013	
3173439	Mignano Monte Lungo	mignano-monte-lungo	IT	81049	3314	Europe/Rome	41.40592	13.98552		Mignano,Mignano Monte Lungo	061051	04	CE	061051	
3173444	Miglionico	miglionico	IT	75010	2342	Europe/Rome	40.569	16.4957	461	Miglionico	077015	02	MT	077015	
3173446	Migliaro	migliaro	IT	26100	2301	Europe/Rome	44.80008	11.97382		Migliaro		05	FE	038027	
3173447	Migliarino	migliarino	IT	44027	3674	Europe/Rome	44.76988	11.93372		Migliarino		05	FE	038027	
3173448	Migliarino	migliarino	IT	44027	2807	Europe/Rome	43.76589	10.33951	3	Migliarino Pisano		16	PI	050037	
3173449	Migliarina	migliarina	IT	19125	0	Europe/Rome	44.8	10.85		Migliarina,Migliorina		05	MO	036005	
3173453	Migliano	migliano	IT	06072	0	Europe/Rome	42.93333	12.23333				18	PG	054027	
3173454	Miglianico	miglianico	IT	66010	1731	Europe/Rome	42.35834	14.29161	125	Miglianico	069050	01	CH	069050	
3173457	Migazzone	migazzone	IT	38049	0	Europe/Rome	46.00382	11.22794	680			17	TN	022023	
3173460	Micigliano	micigliano	IT	02010	140	Europe/Rome	42.45203	13.05318		Micigliano	057037	07	RI	057037	
3173462	Michellorie	michellorie	IT	37041	555	Europe/Rome	45.28636	11.30844	22			20	VR	023002	
3173466	Micciano	micciano	IT	56045	0	Europe/Rome	43.28333	10.78333				16	PI	050027	
3173471	Miazzina	miazzina	IT	28817	369	Europe/Rome	45.97638	8.52222	721		103045	12	VB	103045	
3173472	Miano	miano	IT	64100	354	Europe/Rome	42.61906	13.70705	713			01	TE	067041	
3173473	Miano	miano	IT	64100	0	Europe/Rome	40.85	14.25		Miano		04	NA	063049	
3173474	Miane	miane	IT	31050	1985	Europe/Rome	45.94471	12.0954	259	Miane	026042	20	TV	026042	
3173478	Mezzomonte	mezzomonte	IT	38064	0	Europe/Rome	46.05056	12.49361				06	PN	093031	
3173479	Mezzomerico	mezzomerico	IT	28040	1129	Europe/Rome	45.61867	8.60553	266	Mezzomerico	003097	12	NO	003097	
3173480	Mezzolombardo	mezzolombardo	IT	38017	6754	Europe/Rome	46.20901	11.09678	227	Mezzolombardo,mettsu~oronbarudo,メッツォロンバルド	022117	17	TN	022117	
3173481	Mezzoldo	mezzoldo	IT	24010	222	Europe/Rome	46.01259	9.66555		Berere,Mezzoldo	016134	09	BG	016134	
3173482	Mezzolara	mezzolara	IT	40054	1619	Europe/Rome	44.58917	11.56492	16	Mezzolara,Mezzolaro		05	BO	037008	
3173484	Mezzogoro	mezzogoro	IT	44021	1487	Europe/Rome	44.90256	12.09925	2			05	FE	038005	
3173485	Mezzocorona	mezzocorona	IT	38016	4975	Europe/Rome	46.21341	11.11868	219	Mezzocorona,mettsu~okorona,メッツォコローナ	022116	17	TN	022116	
3173489	Mezzeno	mezzeno	IT	48018	0	Europe/Rome	44.31998	11.91802				05	RA	039010	
3173494	Mezzano Superiore	mezzano-superiore	IT	43055	711	Europe/Rome	44.93224	10.42465	27			05	PR	034021	
3173496	Mezzano Inferiore	mezzano-inferiore	IT	43055	1285	Europe/Rome	44.91291	10.45838	26			05	PR	034021	
3173497	Mezzano Chitantolo	mezzano-chitantolo	IT	29010	0	Europe/Rome	45.11667	10				09	CR		
3173500	Mezzano	mezzano	IT	38050	1478	Europe/Rome	46.15471	11.80799	640	Mezzano,mettsu~ano,メッツァーノ	022115	17	TN	022115	
3173501	Mezzano	mezzano	IT	38050	2805	Europe/Rome	44.46625	12.08632	10			05	RA	039014	
3173502	Mezzanino	mezzanino	IT	27040	1468	Europe/Rome	45.12396	9.20895		Mezzanino	018092	09	PV	018092	
3173504	Mezzanego	mezzanego	IT	16046	1303	Europe/Rome	44.38275	9.37667		Mezanego,Mezzanego,Mezànego	010034	08	GE	010034	
3173506	Mezzana Rabattone	mezzana-rabattone	IT	27030	532	Europe/Rome	45.09486	9.03125		Mezzana Rabattone	018091	09	PV	018091	
3173507	Mezzana Bigli	mezzana-bigli	IT	27030	1168	Europe/Rome	45.05986	8.84845		Mezzana Bigli	018090	09	PV	018090	
3173508	Mezzana	mezzana	IT	38020	723	Europe/Rome	46.31671	10.80007	940	Mezzana,Mezzana in Val di Sole,mettsu~ana,メッツァーナ	022114	17	TN	022114	
3173509	Mezzana	mezzana	IT	38020	0	Europe/Rome	45.05	11.96667				20	RO	029015	
3173510	Mezzana	mezzana	IT	38020	0	Europe/Rome	44.16667	10.13333				16	MS	045007	
3173511	Mezzana	mezzana	IT	38020	0	Europe/Rome	44.06667	10.33333				16	LU	046020	
3173512	Mezzana	mezzana	IT	38020	0	Europe/Rome	43.73333	10.46667				16	PI	050031	
3173519	Metaponto	metaponto	IT	75012	705	Europe/Rome	40.37139	16.81122	4	Metaponto,Метапонто		02	MT	077003	
3173524	Meta	meta	IT	67054	7598	Europe/Rome	40.63921	14.41824	111		063046	04	NA	063046	
3173528	Mestrino	mestrino	IT	35035	7593	Europe/Rome	45.44089	11.7605	20	Mestrino	028054	20	PD	028054	
3173529	Mestre	mestre	IT	30171	147662	Europe/Rome	45.49028	12.2425	2	Mestre,Mestria,mei si te lei,mesutore,mstrh,Местре,מסטרה,メストレ,梅斯特雷		20	VE	027042	
3173533	Mesola	mesola	IT	44026	1248	Europe/Rome	44.92174	12.22766	1	Mesola	038014	05	FE	038014	
3173534	Mese	mese	IT	23020	1619	Europe/Rome	46.3036	9.37769		Mese	014043	09	SO	014043	
3173537	Mesagne	mesagne	IT	72023	27587	Europe/Rome	40.55883	17.80831		Mesagne	074010	13	BR	074010	
3173544	Merlara	merlara	IT	35040	1842	Europe/Rome	45.16638	11.4413	12	Merlara	028053	20	PD	028053	
3173545	Merizzo	merizzo	IT	54028	0	Europe/Rome	44.27206	9.99146				16	MS	045016	
3173547	Merine	merine	IT	73023	0	Europe/Rome	40.33418	18.22383				13	LE	075038	
3173548	Mergozzo	mergozzo	IT	28802	1511	Europe/Rome	45.96128	8.44952	204	Mergozzo	103044	12	VB	103044	
3173550	Mergo	mergo	IT	60030	389	Europe/Rome	43.47236	13.03677	368	Mergo,merugo,メルゴ	042024	10	AN	042024	
3173552	Mereto di Tomba	mereto-di-tomba	IT	33036	642	Europe/Rome	46.05139	13.04297	97	Meret di Tombe,Mereto,Mereto di Tomba,Meretto,Meretto di Tomba	030058	06	UD	030058	
3173555	Mercogliano	mercogliano	IT	83013	11755	Europe/Rome	40.92212	14.74184		Mercogliano	064049	04	AV	064049	
3173557	Mercenasco	mercenasco	IT	10010	862	Europe/Rome	45.35656	7.88012	249	Mercenasco,Mersnasch,meruchenasuko,メルチェナスコ	001150	12	TO	001150	
3173559	Mercato Saraceno	mercato-saraceno	IT	47025	2098	Europe/Rome	43.96376	12.19754	134	Mercato Saraceno,Mercato Sarareno	040020	05	FC	040020	
3173560	Mercato San Severino	mercato-san-severino	IT	84085	11473	Europe/Rome	40.78121	14.75694	146	Mercato San Severino,San Severino Rota	065067	04	SA	065067	
3173561	Mercato	mercato	IT	84095	0	Europe/Rome	40.71667	14.93333				04	SA	065056	
3173562	Mercatello sul Metauro	mercatello-sul-metauro	IT	61040	1198	Europe/Rome	43.64736	12.33665	429	Mercatello,Mercatello sul Metauro	041025	10	PU	041025	
3173563	Mercatello	mercatello	IT	06072	0	Europe/Rome	42.96667	12.26667				18	PG	054027	
3173564	Mercatello	mercatello	IT	06072	0	Europe/Rome	42.83333	12.68333				18	PG	054008	
3173565	Mercatello	mercatello	IT	06072	0	Europe/Rome	40.65857	14.80262				04	SA	065116	
3173566	Mercatale Vernio	mercatale-vernio	IT	59024	0	Europe/Rome	44.04528	11.15134		Mercatale,Mercatale Vernio		16	PO	100007	
3173567	Mercatale	mercatale	IT	40064	0	Europe/Rome	44.16667	11.58333				05	RA	039005	
3173568	Mercatale	mercatale	IT	40064	1152	Europe/Rome	43.78333	12.48333	230	Mercatale,Mercatale di Sassocorvato		10	PU	041059	
3173569	Mercatale	mercatale	IT	40064	0	Europe/Rome	43.47914	11.56328				16	AR	051005	
3173570	Mercatale	mercatale	IT	40064	0	Europe/Rome	43.25773	12.13972		Mercatale,Mercatale Valdarno		18	PG	054025	
3173573	Mercallo	mercallo	IT	21020	1679	Europe/Rome	45.75007	8.67133		Mercallo di Sassi	012101	09	VA	012101	
3173576	Merate	merate	IT	23807	14096	Europe/Rome	45.69868	9.41165		Merate,merate,メラーテ	097048	09	LC	097048	
3173577	Merano	merano	IT	39012	33453	Europe/Rome	46.66817	11.15953	325	Meran,Merano,Merona,merano,Мерано,メラーノ	021051	17	BZ	021051	
3173578	Meran	meran	IT	39012	0	Europe/Rome	45.7	7.66667				19	AO	007043	
3173580	Meolo	meolo	IT	30020	3978	Europe/Rome	45.62194	12.4525	4	Meolo,meoro,メーオロ	027022	20	VE	027022	
3173582	Mentana	mentana	IT	00013	16288	Europe/Rome	42.03492	12.64238		Mentana,mentana,メンターナ	058059	07	RM	058059	
3173594	Ruffrè	ruffre	IT	38010	412	Europe/Rome	46.41481	11.17777			022162	17	TN	022162	
3173595	Menconico	menconico	IT	27050	494	Europe/Rome	44.79656	9.27946		Menconico	018089	09	PV	018089	
3173598	Menaggio	menaggio	IT	22017	3121	Europe/Rome	46.02075	9.23907	206	Menaggio	013145	09	CO	013145	
3173599	Melzo	melzo	IT	20066	18546	Europe/Rome	45.50127	9.42525		Melzo,merutsu~o,メルツォ	015142	09	MI	015142	
3173600	Meltina - Moelten	meltina	IT	39010	1447	Europe/Rome	46.58802	11.25477		Meltina,Moelten,Mölten,merutina,メルティナ	021050	17	BZ	021050	
3173601	Mels	mels	IT	33010	545	Europe/Rome	46.17645	13.10948	176			06	UD	030028	
3173602	Melpignano	melpignano	IT	73020	2209	Europe/Rome	40.15792	18.29223		Melpignano	075045	13	LE	075045	
3173607	Mello	mello	IT	23010	985	Europe/Rome	46.15529	9.54724		Mello	014041	09	SO	014041	
3173610	Melle	melle	IT	12020	203	Europe/Rome	44.56273	7.32022	683	Melle	004122	12	CN	004122	
3173612	Melizzano	melizzano	IT	82030	1865	Europe/Rome	41.16252	14.50433		Melizzano	062039	04	BN	062039	
3173613	Melito Irpino	melito-irpino	IT	83030	1996	Europe/Rome	41.10312	15.05234		Melito Irpino	064048	04	AV	064048	
3173614	Melito di Napoli	melito-di-napoli	IT	80017	36933	Europe/Rome	40.90925	14.23732	89	Melito 'e Napule,Melito di Napoli,メリート・ディ・ナーポリ	063045	04	NA	063045	
3173615	Melfi	melfi	IT	85025	13079	Europe/Rome	40.99656	15.65364	538	Melfi,Melphi,Μέλφι	076048	02	PZ	076048	
3173620	Melezzole	melezzole	IT	05020	0	Europe/Rome	42.66667	12.33333				18	TR	055018	
3173624	Meletole	meletole	IT	42024	0	Europe/Rome	44.85	10.6				05	RE	035023	
3173625	Meleto	meleto	IT	52022	0	Europe/Rome	43.86667	12.68333				05	RN	099015	
3173626	Meleto	meleto	IT	52022	0	Europe/Rome	43.56667	11.46667				16	AR	051013	
3173627	Meleti	meleti	IT	26843	450	Europe/Rome	45.11887	9.83697		Meleti,mereti,メレーティ	098038	09	LO	098038	
3173630	Melendugno	melendugno	IT	73026	9307	Europe/Rome	40.27473	18.33683		Melendugno	075043	13	LE	075043	
3173631	Melegnano	melegnano	IT	20077	15761	Europe/Rome	45.35877	9.32395		Marignan,Marignano,Melegnano,merenyano,メレニャーノ	015140	09	MI	015140	
3173632	Melegnanello	melegnanello	IT	26828	0	Europe/Rome	45.23333	9.61667				09	LO	098058	
3173634	Mele	mele	IT	16010	0	Europe/Rome	46.2	9.68333				09	SO	014010	
3173635	Meldola	meldola	IT	47014	7011	Europe/Rome	44.12833	12.0625	58	Meldola,merudora,メルドラ	040019	05	FC	040019	
3173636	Melara	melara	IT	19136	1294	Europe/Rome	45.06378	11.1982	13	Melara	029032	20	RO	029032	
3173637	Melara	melara	IT	19136	0	Europe/Rome	44.83333	11.1				05	MO	036021	
3173644	Mel	mel	IT	32026	1744	Europe/Rome	46.06472	12.08222	336	Mel	025034	20	BL	025034	
3173646	Meina	meina	IT	28046	1604	Europe/Rome	45.78877	8.53883	214	Meina,meina,メイナ	003095	12	NO	003095	
3173650	Megliadino San Vitale	megliadino-san-vitale	IT	35040	1488	Europe/Rome	45.19648	11.526	12	Megliadino San Vitale,San Vitale	028052	20	PD	028052	
3173653	Meduno	meduno	IT	33092	1162	Europe/Rome	46.21806	12.79806	313	Meduno,Midun	093026	06	PN	093026	
3173656	Medolla	medolla	IT	41036	4850	Europe/Rome	44.84667	11.0676	22	Medolla	036021	05	MO	036021	
3173657	Medole	medole	IT	46046	3317	Europe/Rome	45.32428	10.51308		Medole	020034	09	MN	020034	
3173658	Medolago	medolago	IT	24030	2047	Europe/Rome	45.66858	9.49565		Medolago	016250	09	BG	016250	
3173659	Mediis	mediis	IT	33020	0	Europe/Rome	46.40336	12.82341			030110	06	UD	030110	
3173660	Medicina	medicina	IT	40059	13570	Europe/Rome	44.47867	11.63812		Medicina	037037	05	BO	037037	
3173661	Medicina	medicina	IT	40059	0	Europe/Rome	43.94	10.68				16	PT	047012	
3173663	Medeuzza	medeuzza	IT	33048	567	Europe/Rome	45.94118	13.39628	43			06	UD	030101	
3173664	Medesano	medesano	IT	43014	3456	Europe/Rome	44.75756	10.13978	136	Medesano	034020	05	PR	034020	
3173665	Medelana	medelana	IT	44020	415	Europe/Rome	44.7744	11.87269	3			05	FE	038017	
3173667	Mede	mede	IT	27035	6924	Europe/Rome	45.09786	8.73594		Mede,mede,メーデ	018088	09	PV	018088	
3173670	Meda	meda	IT	20821	0	Europe/Rome	45.77782	11.4005				20	VI	024115	
3173671	Meda	meda	IT	20821	21266	Europe/Rome	45.65818	9.15974		Med,Meda,meda,Мед,メーダ	108030	09	MB	108030	
3173676	Mazzolla	mazzolla	IT	56048	0	Europe/Rome	43.36667	10.9				16	PI	050039	
3173678	Mazzo di Valtellina	mazzo-di-valtellina	IT	23030	1045	Europe/Rome	46.2586	10.25666		Mazzo,Mazzo di Valtellina	014040	09	SO	014040	
3173681	Mazzin	mazzin	IT	38030	440	Europe/Rome	46.45742	11.70018		Mazin,Mazzin,mattsu~in,マッツィーン	022113	17	TN	022113	
3173682	Mazzè	mazze	IT	10035	3973	Europe/Rome	45.30026	7.93272		Masse,Massè,Mazze,Mazzè,mattsu~e,マッツェ	001148	12	TO	001148	
3173684	Mazzano Romano	mazzano-romano	IT	00060	2493	Europe/Rome	42.20226	12.40109	200	Mazzano Romano,マッツァーノ・ロマーノ	058058	07	RM	058058	
3173688	Mazia	mazia	IT	39024	309	Europe/Rome	46.69427	10.61712	1510			17	BZ	021046	
3173699	Mattinata	mattinata	IT	71030	6523	Europe/Rome	41.71014	16.05156		Matenete,Matenéte,Matinata,Mattinata	071031	13	FG	071031	
3173704	Mattarello	mattarello	IT	38100	5214	Europe/Rome	46.00865	11.12984	198			17	TN	022205	
3173705	Mattarana	mattarana	IT	19020	202	Europe/Rome	44.24717	9.61784	479			08	SP	011010	
3173709	Matrice	matrice	IT	86030	597	Europe/Rome	41.61393	14.71013	690	Matrice	070037	11	CB	070037	
3173710	Matonti	matonti	IT	84050	0	Europe/Rome	40.3	15.01667				04	SA	065060	
3173711	Matino	matino	IT	73046	11615	Europe/Rome	40.03222	18.13183		Matino	075042	13	LE	075042	
3173713	Matigge	matigge	IT	06039	0	Europe/Rome	42.9	12.75		Matigge		18	PG	054054	
3173714	Mathi	mathi	IT	10075	3653	Europe/Rome	45.25515	7.54202	418	Mathi,Mati,mati,マーティ	001146	12	TO	001146	
3173717	Materdomini	materdomini	IT	83040	0	Europe/Rome	40.75	14.68333		Materdomimi,Materdomini		04	SA	065079	
3173720	Matera	matera	IT	75100	0	Europe/Rome	42.75155	13.40147				10	AP	044001	
3173721	Matera	matera	IT	75100	54891	Europe/Rome	40.66852	16.60158	401	Matera,Materia,matera,Матера,マテーラ	MT	02	MT	077014	
3173722	Matelica	matelica	IT	62024	8891	Europe/Rome	43.25405	13.01057	354	Matelica	043024	10	MC	043024	
3173734	Massimeno	massimeno	IT	38086	105	Europe/Rome	46.1407	10.77317		Massimeno,masshimeno,マッシメーノ	022112	17	TN	022112	
3173735	Massignano	massignano	IT	63061	0	Europe/Rome	43.53333	13.6				10	AN	042048	
3173736	Massignano	massignano	IT	63061	492	Europe/Rome	43.05075	13.79719	254	Massignano	044029	10	AP	044029	
3173738	Massicelle	massicelle	IT	84060	0	Europe/Rome	40.13333	15.33333				04	SA	065070	
3173746	Masserano	masserano	IT	13866	1527	Europe/Rome	45.59696	8.21672	341	Masserano	096032	12	BI	096032	
3173747	Massenzatico	massenzatico	IT	42100	0	Europe/Rome	44.71667	10.71667				05	RE	035033	
3173748	Massenzatica	massenzatica	IT	44026	235	Europe/Rome	44.92722	12.17417	1			05	FE	038014	
3173751	Massello	massello	IT	10060	74	Europe/Rome	44.95874	7.05671		Massel,Massello,masserro,マッセッロ	001145	12	TO	001145	
3173752	Massazza	massazza	IT	13873	238	Europe/Rome	45.49136	8.16452	226	Massazza	096031	12	BI	096031	
3173753	Massascusa	massascusa	IT	84052	0	Europe/Rome	40.2	15.28333				04	SA	065040	
3173754	Massarosa	massarosa	IT	55054	10881	Europe/Rome	43.86764	10.3397	10	Massarosa,Massarose,Массаросе	046018	16	LU	046018	
3173757	Massa Martana	massa-martana	IT	06056	1221	Europe/Rome	42.77314	12.52497	351	Massa Martana	054028	18	PG	054028	
3173758	Massa Marittima	massa-marittima	IT	58024	5707	Europe/Rome	43.05244	10.88855	380	Massa Marittima	053015	16	GR	053015	
3173759	Massa Macinaia	massa-macinaia	IT	55060	0	Europe/Rome	43.81667	10.55		Massa Macinaia,Massa Macinata		16	LU	046007	
3173760	Massa Lubrense	massa-lubrense	IT	80061	10192	Europe/Rome	40.6053	14.36674	121		063044	04	NA	063044	
3173761	Massa Lombarda	massa-lombarda	IT	48024	9253	Europe/Rome	44.44687	11.82602	13	Massa Lombarda,マッサ・ロンバルダ	039013	05	RA	039013	
3173762	Massafra	massafra	IT	74016	30923	Europe/Rome	40.59194	17.11528		Massafra	073015	13	TA	073015	
3173763	Massa Fiscaglia	massa-fiscaglia	IT	44027	3819	Europe/Rome	44.79694	12.02889		Massa Fiscaglia		05	FE	038027	
3173764	Massa Fermana	massa-fermana	IT	63834	544	Europe/Rome	43.14805	13.47338	340	Massa Fermana	109011	10	FM	109011	
3173765	Massa d'Albe	massa-d-albe	IT	67050	1436	Europe/Rome	42.10723	13.39429		Massa d'Albe	066054	01	AQ	066054	
3173773	Massa	massa	IT	54100	0	Europe/Rome	44.38333	10.6				05	RE	035041	
3173774	Massa	massa	IT	54100	0	Europe/Rome	44.26874	12.14212				05	RA	039014	
3173775	Massa	massa	IT	54100	64783	Europe/Rome	44.02204	10.11409	65	Massa,massa,Масса,マッサ	MS	16	MS	045010	
3173776	Massa	massa	IT	54100	350	Europe/Rome	43.90925	10.74441	223	Massa e Cozzile	047008	16	PT	047008	
3173777	Massa	massa	IT	54100	681	Europe/Rome	43.18803	12.93142	479		043019	10	MC	043019	
3173779	Masone	masone	IT	16010	0	Europe/Rome	44.67451	10.71467				05	RE	035033	
3173780	Masone	masone	IT	16010	3316	Europe/Rome	44.50134	8.71635	403	Mason,Masone	010032	08	GE	010032	
3173786	Masnago	masnago	IT	21100	0	Europe/Rome	45.83333	8.8				09	VA	012133	
3173787	Maslianico	maslianico	IT	22026	3464	Europe/Rome	45.84388	9.04754			013144	09	CO	013144	
3173789	Masi Torello	masi-torello	IT	44020	2334	Europe/Rome	44.79458	11.80182		Masi Torello	038012	05	FE	038012	
3173790	Masi San Giacomo	masi-san-giacomo	IT	44020	459	Europe/Rome	44.77483	11.79384	3			05	FE	038012	
3173792	Masino	masino	IT	10010	0	Europe/Rome	46.16667	9.63333				09	SO	014005	
3173794	Masiera	masiera	IT	48012	0	Europe/Rome	44.46667	11.96667				05	RA	039011	
3173798	Masi	masi	IT	35040	0	Europe/Rome	40.8	15.71667		I Masi,Masi		02	PZ	076032	
3173800	Maserà di Padova	masera-di-padova	IT	35020	7695	Europe/Rome	45.31909	11.86721		Masera,Masera di Padova,Maserà,Maserà di Padova	028048	20	PD	028048	
3173801	Masera	masera	IT	28855	1349	Europe/Rome	46.13998	8.32342	394	Masera	103042	12	VB	103042	
3173802	Maser	maser	IT	31010	1498	Europe/Rome	45.8074	11.975	147		026039	20	TV	026039	
3173804	Mascioni	mascioni	IT	67013	0	Europe/Rome	42.52816	13.34925				01	AQ	066016	
3173805	Maschito	maschito	IT	85020	1611	Europe/Rome	40.90892	15.82946	595	Maschito,Mashqiti	076047	02	PZ	076047	
3173808	Masanti di Sotto	masanti-di-sotto	IT	43041	0	Europe/Rome	44.56667	9.61667		Masanti,Masanti di Sotto		05	PR	034003	
3173810	Masanti	masanti	IT	43041	0	Europe/Rome	44.56667	9.61667		Masanti,Mazzanti		05	PR	034003	
3173811	Mas	mas	IT	32036	857	Europe/Rome	46.15193	12.12963	374			20	BL	025053	
3173814	Marzolara	marzolara	IT	43030	0	Europe/Rome	44.63333	10.16667				05	PR	034038	
3173818	Marzio	marzio	IT	21030	287	Europe/Rome	45.93818	8.85813			012099	09	VA	012099	
3173822	Marzeno	marzeno	IT	48013	0	Europe/Rome	44.23333	11.86667				05	RA	039010	
3173824	Marzano di Nola	marzano-di-nola	IT	83020	1607	Europe/Rome	40.90271	14.58384		Marzano di Nola	064047	04	AV	064047	
3173826	Marzano	marzano	IT	27010	0	Europe/Rome	44.5	9.15		Marzana di Torriglia,Marzano		08	GE	010062	
3173827	Marzano Appio	marzano	IT	27010	3087	Europe/Rome	41.31772	14.04502				04	CE	061050	
3173829	Marzabotto	marzabotto	IT	40043	1698	Europe/Rome	44.34086	11.20471	130	Marzabot,Marzabotto,Marzabòt	037036	05	BO	037036	
3173830	Maruggio	maruggio	IT	74020	5386	Europe/Rome	40.32192	17.57281		Maruggio	073014	13	TA	073014	
3173831	Martorano	martorano	IT	47023	0	Europe/Rome	44.76667	10.4				05	PR	034027	
3173832	Martis	martis	IT	07030	511	Europe/Rome	40.77866	8.80812	300	Martis	090039	14	SS	090039	
3173833	Martinsicuro	martinsicuro	IT	64014	10317	Europe/Rome	42.88105	13.9145	2	Martinsicuro	067047	01	TE	067047	
3173837	Martiniana Po	martiniana-po	IT	12030	781	Europe/Rome	44.62723	7.36282	490	Martiniana Po	004121	12	CN	004121	
3173839	Martinengo	martinengo	IT	24057	8570	Europe/Rome	45.57308	9.76706		Martinengo	016133	09	BG	016133	
3173840	Urbe	urbe	IT	17048	869	Europe/Rome	44.48714	8.58615		L'Orba,Urbe,urube,ウルベ	009063	08	SV	009063	
3173841	Martina Franca	martina-franca	IT	74015	48756	Europe/Rome	40.70313	17.3339		Martina Franca	073013	13	TA	073013	
3173844	Martignano	martignano	IT	38100	1770	Europe/Rome	40.23742	18.25523		Martignana,Martignano	075041	13	LE	075041	
3173845	Martignacco	martignacco	IT	33035	5050	Europe/Rome	46.09639	13.13778	141	Martigna,Martignacco	030057	06	UD	030057	
3173846	Marti	marti	IT	56020	1173	Europe/Rome	43.65453	10.74058	140			16	PI	050022	
3173852	Martellago	martellago	IT	30030	7224	Europe/Rome	45.5475	12.15	12	Martellago,maruterrago,マルテッラーゴ	027021	20	VE	027021	
3173857	Martano	martano	IT	73025	9516	Europe/Rome	40.20342	18.30283		Martana,Martano	075040	13	LE	075040	
3173861	Marta	marta	IT	01010	3253	Europe/Rome	42.53363	11.92506	315	Marta,maruta,マルタ	056034	07	VT	056034	
3173862	Marsiliana	marsiliana	IT	58014	0	Europe/Rome	42.53333	11.35				16	GR	053014	
3173863	Marsicovetere	marsicovetere	IT	85050	628	Europe/Rome	40.37609	15.82504	1037		076046	02	PZ	076046	
3173864	Marsico Nuovo	marsico-nuovo	IT	85052	1574	Europe/Rome	40.42301	15.73487	865	Marsico Nuovo	076045	02	PZ	076045	
3173868	Marsia	marsia	IT	63093	1014	Europe/Rome	42.8603	13.47619	299		044064	10	AP	044064	
3173870	Marsciano	marsciano	IT	06055	9631	Europe/Rome	42.90594	12.33586	184	Marsciano	054027	18	PG	054027	
3173871	Marsaglia	marsaglia	IT	12060	355	Europe/Rome	44.71228	9.38353	350		033017	05	PC	033017	
3173875	Marradi	marradi	IT	50034	1959	Europe/Rome	44.07329	11.60823	328	Marradi	048026	16	FI	048026	
3173877	Marotta	marotta	IT	61037	6465	Europe/Rome	43.76397	13.14772	4			10	PU	041029	
3173878	Marostica	marostica	IT	36063	9264	Europe/Rome	45.7468	11.6579	103	Marostica,marosutika,マロースティカ	024057	20	VI	024057	
3173880	Marone	marone	IT	25054	3057	Europe/Rome	45.73609	10.09376		Marone,marone,マローネ	017106	09	BS	017106	
3173881	Maron	maron	IT	33070	0	Europe/Rome	45.9	12.55556				06	PN	093007	
3173882	Marola	marola	IT	19132	0	Europe/Rome	45.75	11.48333				20	VI	024024	
3173883	Marola	marola	IT	19132	2001	Europe/Rome	45.53994	11.62593	34			20	VI	024108	
3173884	Marola	marola	IT	19132	0	Europe/Rome	44.48333	10.48333				05	RE	035011	
3173888	Marnate	marnate	IT	21050	5967	Europe/Rome	45.62577	8.91014		Marnate,marunate,マルナーテ	012098	09	VA	012098	
3173895	Marmirolo	marmirolo	IT	42100	7246	Europe/Rome	45.21928	10.75609		Marmirolo,marumiroro,マルミローロ	020033	09	MN	020033	
3173896	Marmirolo	marmirolo	IT	42100	247	Europe/Rome	44.65601	10.71892	57			05	RE	035033	
3173901	Marliana	marliana	IT	51010	2917	Europe/Rome	43.93385	10.77021		Marliana	047007	16	PT	047007	
3173902	Marlia	marlia	IT	55014	0	Europe/Rome	43.89245	10.55709				16	LU	046007	
3173903	Marlengo	marlengo	IT	39020	1942	Europe/Rome	46.65262	11.14546	363	Marlengo,Marling,marurengo,マルレンゴ	021048	17	BZ	021048	
3173907	Marischio	marischio	IT	60044	577	Europe/Rome	43.33947	12.86928	397			10	AN	042017	
3173908	Mariotto	mariotto	IT	70032	0	Europe/Rome	41.05	16.56667		Mariotta,Mariotto		13	BA	072011	
3173909	Moriondo Torinese	moriondo-torinese	IT	10020	484	Europe/Rome	45.03765	7.94003	323		001163	12	TO	001163	
3173914	Marino	marino	IT	00047	38013	Europe/Rome	41.76242	12.64438	360	Castromenio,Marino,marino,Марино,マリーノ	058057	07	RM	058057	
3173915	Marini	marini	IT	84013	0	Europe/Rome	45.73333	11.8				20	VI	024026	
3173921	Marinella	marinella	IT	19038	0	Europe/Rome	44.04805	10.01627				08	SP	011027	
3173923	Marina Palmense	marina-palmense	IT	63900	802	Europe/Rome	43.14671	13.81159	16	Borgo		10	FM	109006	
3173925	Marina di San Vito	marina-di-san-vito	IT	66038	1204	Europe/Rome	42.30514	14.44844	10	Marina San Vito,Marina di San Vito		01	CH	069086	
3173926	Marina di Ravenna	marina-di-ravenna	IT	48100	3476	Europe/Rome	44.48625	12.28087	3			05	RA	039014	
3173928	Marina di Pietrasanta	marina-di-pietrasanta	IT	55045	0	Europe/Rome	43.93333	10.2				16	LU	046024	
3173930	Marina di Montemarciano	marina-di-montemarciano	IT	60018	4976	Europe/Rome	43.65063	13.3364	4	Case Bruciate,Marina di Montemarciano		10	AN	042027	
3173931	Marina di Massa	marina-di-massa	IT	54100	0	Europe/Rome	44.0038	10.10674		QMM		16	MS	045010	
3173932	Marina di Grosseto	marina-di-grosseto	IT	58100	2115	Europe/Rome	42.71667	10.98333	1	Marina di Grosseto		16	GR	053011	
3173934	Marina di Castagneto	marina-di-castagneto	IT	57022	0	Europe/Rome	43.17689	10.54138		Marina,Marina di Castagneto Carducci		16	LI	049006	
3173935	Marina di Carrara	marina-di-carrara	IT	54033	25000	Europe/Rome	44.03837	10.04142				16	MS	045003	
3173936	Marina di Campo	marina-di-campo	IT	57034	2104	Europe/Rome	42.7426	10.23428	2	Campo	049003	16	LI	049003	
3173942	Marina	marina	IT	65013	0	Europe/Rome	40.67113	14.73558				04			
3173945	Marigliano	marigliano	IT	80034	29901	Europe/Rome	40.92449	14.45714	30	Marigliano,Maril'jano,maririano,Марильяно,マリリアーノ	063043	04	NA	063043	
3173946	Mariglianella	mariglianella	IT	80030	6509	Europe/Rome	40.92861	14.44104	28	Mariglianella,maririanerra,マリリアネッラ	063042	04	NA	063042	
3173948	Mariano del Friuli	mariano-del-friuli	IT	34070	1264	Europe/Rome	45.91528	13.46056	32	Marian,Mariano,Mariano del Friuli,Мариано дел Фриули	031010	06	GO	031010	
3173949	Mariano Comense	mariano-comense	IT	22066	20282	Europe/Rome	45.69208	9.17974		Marian,Mariano,Mariano Comense,Mariàn	013143	09	CO	013143	
3173950	Mariano	mariano	IT	43047	0	Europe/Rome	44.56667	9.81667				05	PR	034044	
3173954	Margone	margone	IT	38096	0	Europe/Rome	46.06817	10.96204	945			17	TN	022215	
3173955	Margone	margone	IT	38096	0	Europe/Rome	45.21667	7.18333				12	TO	001282	
3173958	Margherita di Savoia	margherita-di-savoia	IT	76016	11488	Europe/Rome	41.367	16.15977	1		110005	13	BT	110005	
3173962	Marghera	marghera	IT	30175	0	Europe/Rome	45.45111	12.22389		Marghera,Porto Marghera		20	VE	027042	
3173963	Margarita	margarita	IT	12040	1042	Europe/Rome	44.40343	7.68493	448	Margarita,marugarita,マルガリータ	004118	12	CN	004118	
3173966	Mareto	mareto	IT	29023	0	Europe/Rome	44.7	9.5				05	PC	033019	
3173967	Mareta	mareta	IT	39040	673	Europe/Rome	46.89342	11.35118	1035	Mareit,Mareta		17	BZ	021070	
3173968	Mareson	mareson	IT	32010	0	Europe/Rome	46.39037	12.10968				20	BL	025068	
3173969	Maresca	maresca	IT	51028	0	Europe/Rome	44.05	10.85				16	PT	047019	
3173970	Marengo	marengo	IT	46045	0	Europe/Rome	45.25	10.73333				09	MN	020033	
3173971	Marene	marene	IT	12030	2261	Europe/Rome	44.66164	7.73223	310	Marene	004117	12	CN	004117	
3173980	Mardimago	mardimago	IT	45100	1408	Europe/Rome	45.10703	11.83744	5			20	RO	029041	
3173985	Marcon	marcon	IT	30020	12199	Europe/Rome	45.56444	12.29889		Marcon,marukon,マルコーン	027020	20	VE	027020	
3173987	Marco	marco	IT	38068	2597	Europe/Rome	45.84258	11.00925	161			17	TN	022161	
3173988	Marcignana	marcignana	IT	50053	1191	Europe/Rome	43.71667	10.88333	24			16	FI	048014	
3173989	Marcigliana	marcigliana	IT	00138	0	Europe/Rome	42.01667	12.51667		Casale Marcigliana,Marcigliana		07	RM	058091	
3173990	Marciaso	marciaso	IT	54035	0	Europe/Rome	44.15	10.08333				16	MS	045008	
3173991	Marciano Freddo	marciano-freddo	IT	81012	0	Europe/Rome	41.21667	14.33333				04	CE	061009	
3173993	Marciano della Chiana	marciano-della-chiana	IT	52047	2757	Europe/Rome	43.30494	11.78644			051022	16	AR	051022	
3173994	Marciano	marciano	IT	52047	0	Europe/Rome	40.59551	14.33115				04	NA	063044	
3173995	Marcianise	marcianise	IT	81025	40239	Europe/Rome	41.03841	14.30157	33	Marchanize,Marcianise,Марчанизе	061049	04	CE	061049	
3173996	Marciana Marina	marciana-marina	IT	57033	1792	Europe/Rome	42.80272	10.19632	3	Marciana Marina,マルチャーナ・マリーナ	049011	16	LI	049011	
3173997	Marciana	marciana	IT	56021	330	Europe/Rome	42.79301	10.1687	375	Marciana,maruchana,マルチャーナ	049010	16	LI	049010	
3173998	Marcialla	marcialla	IT	50021	0	Europe/Rome	43.57654	11.14168				16	FI	048012	
3174002	Marcheno	marcheno	IT	25060	4126	Europe/Rome	45.70429	10.21246		Marcheno,marukeno,マルケーノ	017104	09	BS	017104	
3174005	Marcetelli	marcetelli	IT	02020	126	Europe/Rome	42.22663	13.04588		Marcetelli	057036	07	RI	057036	
3174006	Marcellina	marcellina	IT	00010	5508	Europe/Rome	42.02512	12.80578		Marcellina,marucherrina,マルチェッリーナ	058056	07	RM	058056	
3174007	Marcellano	marcellano	IT	06035	585	Europe/Rome	42.87561	12.51644	396			18	PG	054022	
3174008	Marcaria	marcaria	IT	46010	6974	Europe/Rome	45.12058	10.53278		Marcaria	020031	09	MN	020031	
3174009	Marcallo con Casone	marcallo-con-casone	IT	20010	5192	Europe/Rome	45.48327	8.87194		Marcallo con Casone,マルカッロ・コン・カゾーネ	015134	09	MI	015134	
3174014	Marano Vicentino	marano-vicentino	IT	36035	9084	Europe/Rome	45.6931	11.42729	136	Marano,Marano Vicentino	024056	20	VI	024056	
3174015	Marano Ticino	marano-ticino	IT	28040	1500	Europe/Rome	45.62987	8.63163	258	Marano Ticino	003091	12	NO	003091	
3174016	Marano sul Panaro	marano-sul-panaro	IT	41054	3301	Europe/Rome	44.45646	10.9711	142	Marano,Marano sul Panaro	036020	05	MO	036020	
3174017	Marano Lagunare	marano-lagunare	IT	33050	1934	Europe/Rome	45.76639	13.16917	2	Maran,Marano Lagunare	030056	06	UD	030056	
3174018	Maranola	maranola	IT	04023	6000	Europe/Rome	41.28522	13.62777	268			07	LT	059008	
3174019	Marano Equo	marano-equo	IT	00020	768	Europe/Rome	41.99402	13.01599		Marano,Marano Equo,マラーノ・エークオ	058055	07	RM	058055	
3174020	Marano di Valpolicella	marano-di-valpolicella	IT	37020	293	Europe/Rome	45.55579	10.91518	350	Marano di Valpolicella	023046	20	VR	023046	
3174021	Marano di Napoli	marano-di-napoli	IT	80016	49920	Europe/Rome	40.89748	14.18836	157	Marano,Marano 'e Napule,Marano di Napoli,マラーノ・ディ・ナーポリ	063041	04	NA	063041	
3174025	Marano	marano	IT	30034	0	Europe/Rome	45.76667	13.16667				06	UD	030056	
3174026	Marano	marano	IT	30034	491	Europe/Rome	44.52585	11.45437	39			05	BO	037021	
3174027	Marano	marano	IT	30034	569	Europe/Rome	44.22669	11.03497	275			05	BO	037027	
3174028	Marano	marano	IT	30034	0	Europe/Rome	42.11667	13.26667				01	AQ	066053	
3174032	Maranello	maranello	IT	41053	9228	Europe/Rome	44.52476	10.8655	137	Maranello,Maranelo,maranerro,Маранелло,Маранело,マラネッロ	036019	05	MO	036019	
3174034	Marana	marana	IT	67015	570	Europe/Rome	42.49666	13.22359	792	Marana,Marana di Montereale		01	AQ	066056	
3174037	Mara	mara	IT	07010	808	Europe/Rome	40.40956	8.63882		Mara	090038	14	SS	090038	
3174038	Mapello	mapello	IT	24030	5606	Europe/Rome	45.71438	9.55505		Mapello	016132	09	BG	016132	
3174043	Manziana	manziana	IT	00066	6125	Europe/Rome	42.12308	12.13075	369	Manziana,mantsu~iana,マンツィアーナ	058054	07	RM	058054	
3174045	Manzano	manzano	IT	33044	5168	Europe/Rome	45.99167	13.38389	71	Manzan,Manzano	030055	06	UD	030055	
3174046	Manzano	manzano	IT	33044	0	Europe/Rome	43.23333	11.91667				16	AR	051017	
3174051	Mantova	mantova	IT	46100	47790	Europe/Rome	45.16031	10.79784		Mantoue,Mantova,Mantua,Mantuja,Мантуя	MN	09	MN	020030	
3174053	Mantignana	mantignana	IT	06073	2053	Europe/Rome	43.15992	12.28855	252	Mantignana		18	PG	054015	
3174054	Manta	manta	IT	12030	3372	Europe/Rome	44.61584	7.48703	404	Manta,manta,マンタ	004116	12	CN	004116	
3174055	Mansuè	mansue	IT	31040	4132	Europe/Rome	45.82472	12.53417		Mansue,Mansuè	026037	20	TV	026037	
3174056	Manoppello	manoppello	IT	65024	889	Europe/Rome	42.25764	14.06001	257	Manoppello	068022	01	PE	068022	
3174057	Manocalzati	manocalzati	IT	83030	3096	Europe/Rome	40.94162	14.84974		Manocalzati	064046	04	AV	064046	
3174084	Maniago	maniago	IT	33085	10395	Europe/Rome	46.17056	12.70778	283	Mania,Maniago	093025	06	PN	093025	
3174086	Mango	mango	IT	12056	537	Europe/Rome	44.68644	8.15024	521	Mango,mango,マンゴ	004115	12	CN	004115	
3174092	Manfredonia	manfredonia	IT	71043	57704	Europe/Rome	41.62594	15.90936		Manfredonia,Manfredonija,Manfredònia,manfuredonia,Манфредония,マンフレドーニア	071029	13	FG	071029	
3174093	Manerbio	manerbio	IT	25025	12611	Europe/Rome	45.35578	10.13517		Manerbio,manerbio,manerubio,Манербио,マネルビオ	017103	09	BS	017103	
3174096	Manduria	manduria	IT	74024	31747	Europe/Rome	40.40182	17.63351		Manduria,Mandurija,Мандурия	073012	13	TA	073012	
3174102	Mandria	mandria	IT	35142	0	Europe/Rome	40.73333	13.95		Mandra,Mandria		04	NA	063037	
3174106	Mandia	mandia	IT	84046	0	Europe/Rome	40.16667	15.25				04	SA	065040	
3174107	Mandello del Lario	mandello-del-lario	IT	23826	10003	Europe/Rome	45.91918	9.31934		Mandello,Mandello del Lario	097046	09	LC	097046	
3174109	Mandela	mandela	IT	00020	771	Europe/Rome	42.02652	12.92088		Mandela,mandera,マンデーラ	058053	07	RM	058053	
3174112	Manciano	manciano	IT	52043	6871	Europe/Rome	42.58792	11.51625		Manciano	053014	16	GR	053014	
3174114	Manarola	manarola	IT	19017	398	Europe/Rome	44.10712	9.72899	70	Manarola,Манарола		08	SP	011024	
3174119	Mamone	mamone	IT	08020	0	Europe/Rome	40.56667	9.41667				14	NU	091058	
3174120	Mamoiada	mamoiada	IT	08024	2544	Europe/Rome	40.21566	9.28044	644	Mamoiada,Mamojada	091046	14	NU	091046	
3174122	Mammiano	mammiano	IT	51028	0	Europe/Rome	44.05	10.76667				16	PT	047015	
3174127	Malvicino	malvicino	IT	15015	121	Europe/Rome	44.55934	8.41315		Malvicino,Malvirino	006090	12	AL	006090	
3174130	Maltignano	maltignano	IT	63085	2514	Europe/Rome	42.7	13.05		Maltignano		18	PG	054007	
3174135	Malpaga	malpaga	IT	24050	0	Europe/Rome	45.45	12.15				20	VE	027023	
3174137	Malonno	malonno	IT	25040	3326	Europe/Rome	46.1241	10.32066		Malonno,maron'no,マロンノ	017101	09	BS	017101	
3174139	Malo	malo	IT	36034	13218	Europe/Rome	45.6603	11.40749	91	Malo	024055	20	VI	024055	
3174141	Malnate	malnate	IT	21046	15192	Europe/Rome	45.79078	8.88193		Malnate,marunate,マルナーテ	012096	09	VA	012096	
3174142	Malmantile	malmantile	IT	50055	0	Europe/Rome	43.74717	11.07285				16	FI	048024	
3174144	Malles Venosta - Mals	malles-venosta	IT	39024	4835	Europe/Rome	46.68791	10.54655		Malles,Malles Venosta,Mals,Málles,マッレス・ヴェノスタ	021046	17	BZ	021046	
3174147	Maliseti	maliseti	IT	59100	0	Europe/Rome	43.9	11.06667				16	PO	100005	
3174148	Malisana	malisana	IT	33050	432	Europe/Rome	45.81369	13.26199	3			06	UD	030123	
3174154	Malgrate	malgrate	IT	23864	4207	Europe/Rome	45.84768	9.37704		Malgrate	097045	09	LC	097045	
3174182	Malesco	malesco	IT	28854	1287	Europe/Rome	46.12638	8.49982	797	Malesco	103041	12	VB	103041	
3174183	Maleo	maleo	IT	26847	3329	Europe/Rome	45.16747	9.76146		Maleo,mareo,マレーオ	098035	09	LO	098035	
3174186	Malè	male	IT	38027	2138	Europe/Rome	46.35161	10.91287		Male,Malè,mare,マレ	022110	17	TN	022110	
3174188	Malcesine	malcesine	IT	37018	2929	Europe/Rome	45.76369	10.81088	89	Malcesine	023045	20	VR	023045	
3174189	Malcantone	malcantone	IT	46028	0	Europe/Rome	45.01667	11.13333				09	MN	020067	
3174190	Malborghetto Valbruna	malborghetto-valbruna	IT	33010	1036	Europe/Rome	46.51278	13.44		Malborghet,Malborghetto,Malborghetto Valbruna,Malborghèt	030054	06	UD	030054	
3174198	Malalbergo	malalbergo	IT	40051	1854	Europe/Rome	44.71867	11.53221	12	Malalbergo	037035	05	BO	037035	
3174200	Malagrotta	malagrotta	IT	00057	0	Europe/Rome	41.88333	12.33333				07	RM	058091	
3174206	Maissana	maissana	IT	19010	669	Europe/Rome	44.33675	9.53588		Maissana,Maissann-a	011018	08	SP	011018	
3174209	Mairano	mairano	IT	25030	2413	Europe/Rome	45.44918	10.07957		Mairano,mairano,マイラーノ	017099	09	BS	017099	
3174210	Mairano	mairano	IT	25030	0	Europe/Rome	45.35794	9.06939				09	MI	015158	
3174214	Maiori	maiori	IT	84010	5268	Europe/Rome	40.64848	14.6407	5	Maiori,Majori,Majure,Майори	065066	04	SA	065066	
3174218	Maiorano di Monte	maiorano-di-monte	IT	81040	0	Europe/Rome	41.23333	14.3		Maiorano di Monte,Majorano di Monti		04	CE	061045	
3174220	Maiolati Spontini	maiolati-spontini	IT	60030	466	Europe/Rome	43.47766	13.12177	405	Maiolati,Maiolati Spontini,マイオラーティ・スポンティーニ	042023	10	AN	042023	
3174225	Maiero	maiero	IT	44015	432	Europe/Rome	44.72394	11.82982	3			05	FE	038019	
3174229	Maiano	maiano	IT	06049	0	Europe/Rome	46.18667	13.07444				06	UD	030053	
3174230	Maiano	maiano	IT	06049	0	Europe/Rome	43.89214	12.19302	580			05	RN	099026	
3174231	Maiano	maiano	IT	06049	0	Europe/Rome	42.78333	12.71667				18	PG	054051	
3174234	Magugnano	magugnano	IT	01100	0	Europe/Rome	42.51667	12.16667				07	VT	056059	
3174235	Magreta	magreta	IT	41043	3344	Europe/Rome	44.6	10.8	78			05	MO	036015	
3174241	Magomadas	magomadas	IT	08010	596	Europe/Rome	40.26475	8.52272		Magomadas	095083	14	OR	095083	
3174243	Magno	magno	IT	25063	0	Europe/Rome	45.73333	10.18333				09	BS	017075	
3174244	Magnasco	magnasco	IT	16048	0	Europe/Rome	44.51667	9.4				08	GE	010048	
3174245	Magnano in Riviera	magnano-in-riviera	IT	33010	1768	Europe/Rome	46.23253	13.17063	200	Magnan,Magnano,Magnano in Riviera	030052	06	UD	030052	
3174246	Magnano	magnano	IT	13887	0	Europe/Rome	44.16667	10.4				16	LU	046035	
3174247	Magnano	magnano	IT	13887	0	Europe/Rome	41.29303	14.04096				04	CE	061050	
3174250	Magnago	magnago	IT	20020	7811	Europe/Rome	45.5792	8.80245		Magnago,manyago,マニャーゴ	015131	09	MI	015131	
3174253	Magnacavallo	magnacavallo	IT	46020	1781	Europe/Rome	45.00558	11.1811		Magnacavallo	020029	09	MN	020029	
3174254	Maglie	maglie	IT	73024	15255	Europe/Rome	40.11842	18.29893		Maddhie,Maglie,marie,マリエ	075039	13	LE	075039	
3174255	Magliano Vetere	magliano-vetere	IT	84050	889	Europe/Rome	40.34701	15.23666		Magliano,Magliano Vetere	065065	04	SA	065065	
3174256	Magliano Sabina	magliano-sabina	IT	02046	2075	Europe/Rome	42.36133	12.48047	222	Magliano Sabina,Magliano Sabino	057035	07	RI	057035	
3174257	Magliano Romano	magliano-romano	IT	00060	1322	Europe/Rome	42.15852	12.43677		Magliano Romano,マリアーノ・ロマーノ	058052	07	RM	058052	
3174258	Magliano Nuovo	magliano-nuovo	IT	84050	0	Europe/Rome	40.33333	15.25				04	SA	065145	
3174259	Magliano in Toscana	magliano-in-toscana	IT	58051	3719	Europe/Rome	42.59802	11.29234		Magliano Toscana,Magliano in Toscana	053013	16	GR	053013	
3174260	Magliano di Tenna	magliano-di-tenna	IT	63832	266	Europe/Rome	43.13795	13.58718	293	Magliano di Tenna	109010	10	FM	109010	
3174261	Magliano de'Marsi	magliano-de-marsi	IT	67062	3540	Europe/Rome	42.09153	13.36379		Magliano de' Marsi,Magliano de'Marsi	066053	01	AQ	066053	
3174262	Magliano Alpi	magliano-alpi	IT	12060	1906	Europe/Rome	44.45963	7.80534	403	Magliano,Magliano Alpi	004114	12	CN	004114	
3174263	Magliano	magliano	IT	55030	0	Europe/Rome	44.21667	10.25				16	LU	046016	
3174264	Magliano	magliano	IT	55030	0	Europe/Rome	42.66667	13.56667		Magliano		01	TE	067043	
3174265	Magliano	magliano	IT	55030	0	Europe/Rome	40.33333	18.05		Magliano		13	LE	075014	
3174272	Magione	magione	IT	06063	0	Europe/Rome	44.41667	11.56667				05	BO	037020	
3174273	Magione	magione	IT	06063	6363	Europe/Rome	43.14394	12.20685	299	Magione	054026	18	PG	054026	
3174294	Maggio	maggio	IT	23814	0	Europe/Rome	45.92632	9.45923				09	LC	097029	
3174295	Magenta	magenta	IT	20013	22839	Europe/Rome	45.46457	8.88264		Castra Maxentia,Magenta,ma zhen ta,majenta,マジェンタ,马真塔	015130	09	MI	015130	
3174296	Magazzini	magazzini	IT	57037	0	Europe/Rome	42.79968	10.35805				16	LI	049014	
3174297	Magasa	magasa	IT	25080	189	Europe/Rome	45.78139	10.61597		Magasa,Moerna,magaza,マガーザ	017098	09	BS	017098	
3174298	Mafalda	mafalda	IT	86030	981	Europe/Rome	41.94308	14.7161	459	Mafalda,Ripalta sul Trigno	070036	11	CB	070036	
3174308	Maerne	maerne	IT	30030	7168	Europe/Rome	45.52306	12.15667	8			20	VE	027021	
3174309	Maenza	maenza	IT	04010	3017	Europe/Rome	41.52372	13.1815		Maenza,maentsu~a,マエンツァ	059013	07	LT	059013	
3174311	Madrisio	madrisio	IT	33034	0	Europe/Rome	45.86611	12.98583				06	UD	030130	
3174318	Madonna di Tirano	madonna-di-tirano	IT	23037	0	Europe/Rome	46.21667	10.15				09	SO	014078	
3174326	Madonna di Campiglio	madonna-di-campiglio	IT	38086	656	Europe/Rome	46.22671	10.82582	1522	Madonna di Campiglio,Madonna di Kampil'o,Мадонна ди Кампильо		17	TN	022143	
3174333	Madonna della Scala	madonna-della-scala	IT	10020	0	Europe/Rome	45	7.78333				12	TO	001078	
3174334	Madonna dell'Arco	madonna-dell-arco	IT	80048	0	Europe/Rome	40.86667	14.38333				04	NA	063056	
3174337	Madonna della Pace	madonna-della-pace	IT	00020	0	Europe/Rome	46.53333	10.15				09	SO	014037	
3174339	Madonna della Neve	madonna-della-neve	IT	03100	0	Europe/Rome	44.78333	11.63333				05	FE	038008	
3174344	Madonna del Carmine	madonna-del-carmine	IT	66034	0	Europe/Rome	45.95	12.06667				20	TV	026042	
3174345	Madonna del Carmine	madonna-del-carmine	IT	66034	0	Europe/Rome	42.23333	14.35				01	CH	069046	
3174351	Madonna	madonna	IT	14045	423	Europe/Rome	46.72465	10.8579	1508	La Madonna,Madonna,Madonna di Senales,Unserfrau		17	BZ	021091	
3174352	Madonna	madonna	IT	14045	0	Europe/Rome	46.15	10.15				09	SO	014004	
3174354	Madignano	madignano	IT	26020	2879	Europe/Rome	45.34567	9.72326		Madigna,Madignano,Madignà	019055	09	CR	019055	
3174356	Madesimo	madesimo	IT	23024	581	Europe/Rome	46.4394	9.35953		Madesimo	014035	09	SO	014035	
3174357	Maderno	maderno	IT	25088	0	Europe/Rome	45.63333	10.58333				09	BS	017187	
3174358	Maddaloni	maddaloni	IT	81024	37546	Europe/Rome	41.04001	14.37683		Maddaloni,Маддалони	061048	04	CE	061048	
3174366	Macugnaga	macugnaga	IT	28876	651	Europe/Rome	45.96929	7.96783		Macugnaga	103039	12	VB	103039	
3174367	Macomer	macomer	IT	08015	10375	Europe/Rome	40.26667	8.78402	563	Macomer	091044	14	NU	091044	
3174369	Maciano	maciano	IT	47864	0	Europe/Rome	43.85	12.28333				10	PU		
3174376	Macere	macere	IT	00031	0	Europe/Rome	41.75	12.86667				07	RM	058011	
3174377	Macerata Feltria	macerata-feltria	IT	61023	1456	Europe/Rome	43.80296	12.44025	321	Macerata Feltria	041023	10	PU	041023	
3174378	Macerata Campania	macerata-campania	IT	81047	10136	Europe/Rome	41.06331	14.27373		Macerata Campania	061047	04	CE	061047	
3174380	Macerata	macerata	IT	62100	30842	Europe/Rome	43.29789	13.45293	315	Macerata,Macherata,macherata,mz'rth,Мачерата,מצ'רטה,マチェラータ	MC	10	MC	043023	
3174382	Macello	macello	IT	10060	0	Europe/Rome	45.63333	13.8				06	TS	032006	
3174391	Macchie	macchie	IT	05022	0	Europe/Rome	43.13333	13.38333				10	MC	043045	
3174392	Macchie	macchie	IT	05022	0	Europe/Rome	43.05	12.06667		Macchie		18	PG	054036	
3174393	Macchie	macchie	IT	05022	0	Europe/Rome	42.9	13.18333				10	MC	043010	
3174394	Macchie	macchie	IT	05022	0	Europe/Rome	41.15003	16.76707				13	BA	072006	
3174395	Macchia Vomano	macchia-vomano	IT	64043	0	Europe/Rome	42.56667	13.5		Macchia,Macchia Vomano		01	TE	067023	
3174397	Macchia Valfortore	macchia-valfortore	IT	86040	557	Europe/Rome	41.59503	14.91174	477	Macchia Valfortore	070035	11	CB	070035	
3174404	Macchiagodena	macchiagodena	IT	86096	464	Europe/Rome	41.55983	14.40782	864	Macchiagodena	094026	11	IS	094026	
3174406	Macchia d'Isernia	macchia-d-isernia	IT	86070	841	Europe/Rome	41.56162	14.16712	360	Macchia d'Isernia	094025	11	IS	094025	
3174410	Maccarese	maccarese	IT	00054	0	Europe/Rome	41.87659	12.23894				07	RM	058120	
3174411	Maccagno	maccagno	IT	21061	2004	Europe/Rome	46.04357	8.73413		Maccagno	012094	09	VA	012094	
3174413	Maccacari	maccacari	IT	37060	1488	Europe/Rome	45.14276	11.13499	14			20	VR	023037	
3174416	Luzzara	luzzara	IT	42045	4383	Europe/Rome	44.95757	10.69039	22	Luzzara	035026	05	RE	035026	
3174417	Luzzano	luzzano	IT	82010	0	Europe/Rome	41.06667	14.53333				04	BN	062040	
3174418	Luzzana	luzzana	IT	23847	719	Europe/Rome	45.71618	9.88316		Luzzana	016130	09	BG	016130	
3174420	Lutago	lutago	IT	39030	822	Europe/Rome	46.94913	11.91797	956	Lutago,Luttach		17	BZ	021108	
3174421	Lusurasco	lusurasco	IT	29010	0	Europe/Rome	44.88333	9.9				05	PC	033012	
3174423	Lustra	lustra	IT	84050	1115	Europe/Rome	40.2883	15.06826			065064	04	SA	065064	
3174424	Lustignano	lustignano	IT	56044	0	Europe/Rome	43.18333	10.8				16	PI	050027	
3174425	Luson - Luesen	luson	IT	39040	1455	Europe/Rome	46.74623	11.76098		Luesen,Lusen,Luson,Lüsen,ruzon,ルゾーン	021044	17	BZ	021044	
3174426	Lusiana	lusiana	IT	36046	524	Europe/Rome	45.7849	11.5756	752	Lusiana	024054	20	VI	024054	
3174427	Lusia	lusia	IT	45020	2035	Europe/Rome	45.09848	11.66511	10	Lusia	029031	20	RO	029031	
3174428	Lusevera	lusevera	IT	33010	788	Europe/Rome	46.27694	13.27139		Lusevare,Lusevera	030051	06	UD	030051	
3174429	Luserna San Giovanni	luserna-san-giovanni	IT	10062	7866	Europe/Rome	44.81544	7.25132		Luserna,Luserna San Giovanni,Luserna Sant Jan,Luserna Sant Joan,Lusèrna,Lusèrna Sant Jan,Lusèrna Sant Joan,ルゼルナ・サン・ジョヴァンニ	001139	12	TO	001139	
3174430	Luserna	luserna	IT	10062	275	Europe/Rome	45.9226	11.32289	1333	Lusern,Luserna,ruzeruna,ルゼルナ	022109	17	TN	022109	
3174432	Lurisia	lurisia	IT	12088	231	Europe/Rome	44.30716	7.71167	660			12	CN	004190	
3174435	Lurate Caccivio	lurate-caccivio	IT	22075	9715	Europe/Rome	45.77068	8.99784		Caccivio,Lurate	013138	09	CO	013138	
3174437	Luras	luras	IT	07025	2660	Europe/Rome	40.93527	9.17532		Luras,Lurisi	104015	14	OT	104015	
3174438	Lurago Marinone	lurago-marinone	IT	22070	1971	Europe/Rome	45.70578	8.98134			013137	09	CO	013137	
3174439	Lurago d'Erba	lurago-d-erba	IT	22040	4778	Europe/Rome	45.75178	9.21974			013136	09	CO	013136	
3174447	Lupazzano	lupazzano	IT	43024	0	Europe/Rome	44.55	10.3				05	PR	034024	
3174449	Lupara	lupara	IT	86030	0	Europe/Rome	44.58333	11.6				05	BO	037039	
3174450	Lupara	lupara	IT	86030	503	Europe/Rome	41.76023	14.73543	505	Lupara	070034	11	CB	070034	
3174451	Luogosanto	luogosanto	IT	07020	1825	Europe/Rome	41.04681	9.20553			104014	14	OT	104014	
3174452	Luogosano	luogosano	IT	83040	1299	Europe/Rome	40.98722	14.99084		Luogosano	064045	04	AV	064045	
3174454	Luns	luns	IT	39031	0	Europe/Rome	46.65	11.91667		Luns,Lunz		17	BZ	021117	
3174455	Luni	luni	IT	19034	0	Europe/Rome	44.06667	9.98333		Luni		08	SP	011001	
3174463	Lungavilla	lungavilla	IT	27053	2154	Europe/Rome	45.04066	9.08135		Lungavilla	018084	09	PV	018084	
3174468	Lunetta	lunetta	IT	46100	0	Europe/Rome	44.48333	8.06667				12	CN	004124	
3174470	Lundo	lundo	IT	38077	0	Europe/Rome	46.01667	10.88333				17	TN	022228	
3174472	Lunano	lunano	IT	61026	1288	Europe/Rome	43.73116	12.44355	297	Lunano	041022	10	PU	041022	
3174476	Lumignano	lumignano	IT	36023	0	Europe/Rome	45.45	11.56667				20	VI	024027	
3174479	Lumellogno	lumellogno	IT	28100	1633	Europe/Rome	45.40801	8.58787	136	Lumellogno		12	NO	003106	
3174481	Lu Lioni	lu-lioni	IT	08020	0	Europe/Rome	40.78333	9.63333				14	OT	104023	
3174482	Lula	lula	IT	08020	1479	Europe/Rome	40.46836	9.48699	516		091043	14	NU	091043	
3174483	Luino	luino	IT	21016	14234	Europe/Rome	46.00185	8.74512		Luino	012092	09	VA	012092	
3174488	Lugugnana	lugugnana	IT	30026	1129	Europe/Rome	45.73306	12.95667	4			20	VE	027029	
3174491	Lugo	lugo	IT	48022	0	Europe/Rome	45.56667	10.98333				20	VR	023038	
3174492	Lugo	lugo	IT	48022	0	Europe/Rome	45.36722	12.13417				20	VE	027002	
3174493	Lugo	lugo	IT	48022	0	Europe/Rome	44.43333	10.65				05	MO	036033	
3174494	Lugo	lugo	IT	48022	21273	Europe/Rome	44.42707	11.90763	12	Lugo,rugo,Луго,ルーゴ	039012	05	RA	039012	
3174496	Lugnano in Teverina	lugnano-in-teverina	IT	05020	997	Europe/Rome	42.57603	12.33276	419	Lugnano in Teverina	055016	18	TR	055016	
3174497	Lugnano	lugnano	IT	06018	0	Europe/Rome	43.36667	12.18333		Lugnano		18	PG	054013	
3174503	Lugagnano Val d'Arda	lugagnano-val-d-arda	IT	29018	2994	Europe/Rome	44.82326	9.82717	229	Lugagnana Val d'Arda,Lugagnano Val d'Arda	033026	05	PC	033026	
3174505	Lugagnano	lugagnano	IT	37060	8383	Europe/Rome	45.43333	10.88333	91			20	VR	023083	
3174508	Lucrezia	lucrezia	IT	61030	0	Europe/Rome	43.76667	12.93333		Borgo Lucrezia,Lucrezia		10	PU	041050	
3174510	Luco dei Marsi	luco-dei-marsi	IT	67056	5675	Europe/Rome	41.95703	13.4736	680	Luco de Marsi,Luco dei Marsi,Luco ne' Marsi	066051	01	AQ	066051	
3174514	Lucito	lucito	IT	86030	693	Europe/Rome	41.73193	14.68723	480	Lucito	070033	11	CB	070033	
3174515	Montano Lucino	montano-lucino	IT	22070	4296	Europe/Rome	45.78378	9.04244			013154	09	CO	013154	
3174516	Lucinico	lucinico	IT	34170	0	Europe/Rome	45.93389	13.57361		Lucinico		06	GO	031007	
3174517	Lucinasco	lucinasco	IT	18020	274	Europe/Rome	43.96602	7.96005		Lucinasco,Luxinasco	008033	08	IM	008033	
3174519	Lucignano	lucignano	IT	52046	0	Europe/Rome	43.63333	11.15				16	FI	048038	
3174520	Lucignano	lucignano	IT	52046	3468	Europe/Rome	43.27364	11.74484		Lucignano	051021	16	AR	051021	
3174522	Luciana	luciana	IT	56043	0	Europe/Rome	44.06699	11.14323				16	PO	100007	
3174523	Luciana	luciana	IT	56043	333	Europe/Rome	43.54692	10.49389	112			16	PI	050014	
3174526	Lucera	lucera	IT	71036	35162	Europe/Rome	41.50823	15.33505		Lucera,Luchera,lutseriumi,Лучера,ლუცერიუმი	071028	13	FG	071028	
3174528	Lucchio	lucchio	IT	55022	0	Europe/Rome	44.03333	10.71667				16	LU	046002	
3174530	Lucca	lucca	IT	55100	81748	Europe/Rome	43.84357	10.50585	19	LCV,Locca,Luca,Lucca,Lucques,Luka,Lukka,lu ka,rukka,Лука,Лукка,ルッカ,卢卡	LU	16	LU	046017	
3174531	Cannigione	cannigione	IT	07021	782	Europe/Rome	41.11587	9.43724	5	La Canigione,Lu Canniscioni		14	OT	104004	
3174534	Lubriano	lubriano	IT	01020	511	Europe/Rome	42.63623	12.10876	441	Lubriano	056033	07	VT	056033	
3174535	Lu	lu	IT	15037	915	Europe/Rome	45.00145	8.48464	307	Lu	006089	12	AL	006089	
3174536	Lozzolo	lozzolo	IT	13045	748	Europe/Rome	45.61957	8.32222	320	Lozzolo	002072	12	VC	002072	
3174538	Lozzo di Cadore	lozzo-di-cadore	IT	32040	1463	Europe/Rome	46.48417	12.44111	756	Lozzo,Lozzo di Cadore	025033	20	BL	025033	
3174539	Lozzo Atestino	lozzo-atestino	IT	35034	2072	Europe/Rome	45.28509	11.6157	19	Lozzo Atestino	028047	20	PD	028047	
3174543	Lovere	lovere	IT	24065	5437	Europe/Rome	45.81169	10.06896		Lovere,rovu~ere,ローヴェレ	016128	09	BG	016128	
3174547	Lovara	lovara	IT	36070	0	Europe/Rome	46.66667	11.9				17	BZ	021082	
3174548	Lovara	lovara	IT	36070	0	Europe/Rome	45.56667	11.33333				20	VI	024110	
3174550	Lottulo	lottulo	IT	12029	0	Europe/Rome	44.5	7.21667				12	CN	004207	
3174555	Loseto	loseto	IT	70129	0	Europe/Rome	41.03333	16.83333				13	BA	072012	
3174556	Lorsica	lorsica	IT	16045	504	Europe/Rome	44.43415	9.27677		Lorsega,Lorsica,Lòrsega	010030	08	GE	010030	
3174557	Loro Piceno	loro-piceno	IT	62020	1308	Europe/Rome	43.16685	13.41778	436	Loro,Loro Piceno	043022	10	MC	043022	
3174558	Loro Ciuffenna	loro-ciuffenna	IT	52024	5174	Europe/Rome	43.58565	11.62753		Loro Ciuffenna	051020	16	AR	051020	
3174563	Loria	loria	IT	31037	7764	Europe/Rome	45.73	11.8654		Loria	026036	20	TV	026036	
3174565	Loreto Aprutino	loreto-aprutino	IT	65014	3930	Europe/Rome	42.42924	13.9809	294	Loreto Aprutino	068021	01	PE	068021	
3174566	Loreto	loreto	IT	24128	0	Europe/Rome	43.98333	7.73333				08	IM	008061	
3174567	Loreto	loreto	IT	24128	7212	Europe/Rome	43.43536	13.60978	127	Lauretum,Loreto,roreto,ロレート	042022	10	AN	042022	
3174570	Loreo	loreo	IT	45017	2497	Europe/Rome	45.06086	12.18993	1	Loreo	029030	20	RO	029030	
3174573	Lorenzana	lorenzana	IT	56042	1144	Europe/Rome	43.53874	10.53081		Lorenzana		16	PI	050041	
3174574	Lorenzago di Cadore	lorenzago-di-cadore	IT	32040	553	Europe/Rome	46.47861	12.45778	883	Lorenzago di Cadore	025032	20	BL	025032	
3174576	Loreggiola	loreggiola	IT	35010	0	Europe/Rome	45.6	11.9				20	PD	028080	
3174577	Loreggia	loreggia	IT	35010	4010	Europe/Rome	45.5941	11.94511	26	Loreggia	028046	20	PD	028046	
3174580	Loranzè	loranze	IT	10010	1003	Europe/Rome	45.44166	7.81272		Loranse,Loransé,Loranze,Loranzè,rorantsu~e,ロランツェ	001137	12	TO	001137	
3174581	Loppiano	loppiano	IT	50064	0	Europe/Rome	44.56667	8.01667				12	CN	004195	
3174582	Loppeglia	loppeglia	IT	55064	0	Europe/Rome	43.93333	10.43333				16	LU	046022	
3174584	Lonzano	lonzano	IT	34070	0	Europe/Rome	46.01667	13.48333		Lonzano,Lonzano Zorutti		06	GO	031004	
3174587	Lonigo	lonigo	IT	36045	12110	Europe/Rome	45.38749	11.389	31	Lonigo	024052	20	VI	024052	
3174589	Longone Sabino	longone-sabino	IT	02020	682	Europe/Rome	42.27313	12.96738		Longone Sabino	057034	07	RI	057034	
3174593	Longiano	longiano	IT	47020	1270	Europe/Rome	44.07306	12.32778	179	Longiano	040018	05	FC	040018	
3174596	Longega	longega	IT	39030	0	Europe/Rome	46.72203	11.89176		Welschellen		17	BZ	021047	
3174597	Longastrino	longastrino	IT	44011	1280	Europe/Rome	44.58848	12.00982	2			05	FE	038001	
3174598	Longarone	longarone	IT	32013	2191	Europe/Rome	46.26579	12.29992	473	Longarone	025031	20	BL	025031	
3174599	Longare	longare	IT	36023	2568	Europe/Rome	45.47329	11.6112	29	Longare	024051	20	VI	024051	
3174602	Longano	longano	IT	86090	390	Europe/Rome	41.52162	14.24562	700	Longano	094024	11	IS	094024	
3174603	Longa	longa	IT	36060	942	Europe/Rome	45.6806	11.64249	67			20	VI	024099	
3174605	Londa	londa	IT	50060	1669	Europe/Rome	43.86185	11.56913			048025	16	FI	048025	
3174606	Lonca	lonca	IT	33033	0	Europe/Rome	45.94583	13.02389				06	UD	030027	
3174607	Lonato	lonato	IT	25017	12212	Europe/Rome	45.46478	10.47388		Lonato,ronato,ロナート	017092	09	BS	017092	
3174608	Lonate Pozzolo	lonate-pozzolo	IT	21015	11480	Europe/Rome	45.59677	8.75474		Lonate Pozzolo	012090	09	VA	012090	
3174609	Lonate Ceppino	lonate-ceppino	IT	21050	4068	Europe/Rome	45.70477	8.87874		Lonate Ceppino	012089	09	VA	012089	
3174611	Lomello	lomello	IT	27034	2378	Europe/Rome	45.12106	8.79624		Lomello	018083	09	PV	018083	
3174615	Lombardore	lombardore	IT	10040	1308	Europe/Rome	45.23545	7.74032	268	Lombardor,Lombardore,ronbarudore,ロンバルドーレ	001135	12	TO	001135	
3174621	Lomazzo	lomazzo	IT	22074	7968	Europe/Rome	45.69918	9.03434		Lomazzo	013133	09	CO	013133	
3174623	Lomagna	lomagna	IT	23871	4068	Europe/Rome	45.66798	9.37605		Lomagna	097044	09	LC	097044	
3174625	Lollove	lollove	IT	08100	0	Europe/Rome	40.36667	9.31667				14	NU	091051	
3174628	Loiri Porto San Paolo	loiri-porto-san-paolo	IT	07020	2214	Europe/Rome	40.84262	9.4982			104013	14	OT	104013	
3174629	Loiano	loiano	IT	40050	2498	Europe/Rome	44.26806	11.32842	714	Loiano	037034	05	BO	037034	
3174632	Lograto	lograto	IT	25030	2909	Europe/Rome	45.48428	10.05327		Lograto,rogurato,ログラート	017091	09	BS	017091	
3174636	Lodi Vecchio	lodi-vecchio	IT	26855	6959	Europe/Rome	45.30237	9.41756		Lodi Vecchio,ローディ・ヴェッキオ	098032	09	LO	098032	
3174637	Lodine	lodine	IT	08020	408	Europe/Rome	40.14926	9.21873		Lodine	091104	14	NU	091104	
3174638	Lodi	lodi	IT	26900	40805	Europe/Rome	45.31357	9.50286		Laus Pompeia,Lod,Lodi,Lòd,rodi,Лоди,ローディ	LO	09	LO	098031	
3174639	Lodè	lode	IT	08020	2212	Europe/Rome	40.59137	9.53873		Lode,Lodè	091041	14	NU	091041	
3174640	Loculi	loculi	IT	08020	523	Europe/Rome	40.40676	9.61134		Loculi	091040	14	NU	091040	
3174641	Locorotondo	locorotondo	IT	70010	13928	Europe/Rome	40.75523	17.3265		Locorotondo,rokorotondo,ロコロトンド	072025	13	BA	072025	
3174644	Locate Varesino	locate-varesino	IT	22070	3960	Europe/Rome	45.69147	8.93154			013131	09	CO	013131	
3174645	Locate di Triulzi	locate-di-triulzi	IT	20085	8222	Europe/Rome	45.35817	9.22655		Locate Triulzi,Locate di Triulzi,ロカーテ・ディ・トリウルツィ	015125	09	MI	015125	
3174647	Locana	locana	IT	10080	740	Europe/Rome	45.41765	7.45891	613	Locan-a,Locana,rokana,ロカーナ	001134	12	TO	001134	
3174649	Loano	loano	IT	17025	11014	Europe/Rome	44.12777	8.25743	4	Leua,Loano	009034	08	SV	009034	
3174652	Lizzano in Belvedere	lizzano-in-belvedere	IT	40042	575	Europe/Rome	44.16186	10.89401	640	Lizan,Lizzano Belvedere,Lizzano in Belvedere,Lizàn	037033	05	BO	037033	
3174653	Lizzano	lizzano	IT	47023	10195	Europe/Rome	40.39102	17.44761			073011	13	TA	073011	
3174654	Lizzanello	lizzanello	IT	73023	10161	Europe/Rome	40.30413	18.22252		Lizzanello	075038	13	LE	075038	
3174655	Livorno Ferraris	livorno-ferraris	IT	13046	3919	Europe/Rome	45.28406	8.07743	188	Livorno Ferraris	002071	12	VC	002071	
3174659	Livorno	livorno	IT	57100	153773	Europe/Rome	43.54264	10.316	3	Labro,Leghorn,Levuorno,Liborno,Liorna,Livorn,Livornas,Livorno,Livornu,Livourne,lybwrnw,lyfwrnw,rivu~oruno,Λιβόρνο,Ливорно,ליבורנו,ليفورنو,リヴォルノ	LI	16	LI	049009	
3174661	Livo	livo	IT	22010	231	Europe/Rome	46.40471	11.01927	741	Livo,rivu~o,リーヴォ	022106	17	TN	022106	
3174662	Livo	livo	IT	22010	208	Europe/Rome	46.16849	9.30414		Livo,rivu~o,リーヴォ	013130	09	CO	013130	
3174663	Livinallongo del Col di Lana	livinallongo-del-col-di-lana	IT	32020	1417	Europe/Rome	46.48162	11.95399			025030	20	BL	025030	
3174664	Livigno	livigno	IT	23030	5069	Europe/Rome	46.53471	10.13375		Livigno	014037	09	SO	014037	
3174666	Liveri	liveri	IT	80030	1815	Europe/Rome	40.90471	14.56594		Liveri,rivu~eri,リーヴェリ	063040	04	NA	063040	
3174667	Livergnano	livergnano	IT	40065	0	Europe/Rome	44.31667	11.35		Livergano,Livergnano		05	BO	037034	
3174669	Livemmo	livemmo	IT	25070	0	Europe/Rome	45.73333	10.33333				09	BS	017115	
3174679	Lissone	lissone	IT	20851	34450	Europe/Rome	45.61236	9.23985		Lissone,Lissun,Lissún,rissone,Лиссоне,リッソーネ	108028	09	MB	108028	
3174686	Lisciano di Colloto	lisciano-di-colloto	IT	63100	0	Europe/Rome	42.83003	13.60219				10	AP	044007	
3174692	Liscate	liscate	IT	20050	3408	Europe/Rome	45.48047	9.41255		Liscate,risukate,リスカーテ	015122	09	MI	015122	
3174697	Lioni	lioni	IT	83047	6110	Europe/Rome	40.87652	15.18775		Lioni	064044	04	AV	064044	
3174700	Lingueglietta	lingueglietta	IT	18017	0	Europe/Rome	43.8677	7.93127				08	IM	008021	
3174704	Linate	linate	IT	20068	0	Europe/Rome	45.44701	9.27229		Linate al Lambro		09	MI	015171	
3174706	Linaro	linaro	IT	47025	0	Europe/Rome	44	12.1				05	FC	040020	
3174708	Limpiddu	limpiddu	IT	08020	0	Europe/Rome	40.69056	9.70522				14	OT	104009	
3174709	Limosano	limosano	IT	86022	669	Europe/Rome	41.67633	14.62243	580	Limosano	070032	11	CB	070032	
3174710	Limone sul Garda	limone-sul-garda	IT	25010	1033	Europe/Rome	45.8145	10.79278	67	Limone,Limone sul Garda,jia da,リモーネ・スル・ガルダ,加达	017089	09	BS	017089	
3174711	Limone Piemonte	limone-piemonte	IT	12015	1054	Europe/Rome	44.20273	7.57634	1009	Limon,Limone Piemonte	004110	12	CN	004110	
3174713	Limiti di Greccio	limiti-di-greccio	IT	02045	726	Europe/Rome	42.45329	12.76955	388	Limiti,Luniti	057031	07	RI	057031	
3174716	Limestre	limestre	IT	51028	0	Europe/Rome	44.05	10.8				16	PT	047019	
3174718	Limena	limena	IT	35010	5448	Europe/Rome	45.4723	11.84371	22	Limena	028045	20	PD	028045	
3174719	Limbiate	limbiate	IT	20812	31551	Europe/Rome	45.59677	9.12904		Limb'jate,Limbiate,rinbiate,Лимбьяте,リンビアーテ	108027	09	MB	108027	
3174721	Limatola	limatola	IT	82030	3623	Europe/Rome	41.14082	14.39293		Limatola	062038	04	BN	062038	
3174723	Lillianes	lillianes	IT	11020	370	Europe/Rome	45.63036	7.84082	655	Lilliana,Lillianes	007042	19	AO	007042	
3174727	Ligosullo	ligosullo	IT	33020	195	Europe/Rome	46.54278	13.08028		Ligosullo,Livussul	030050	06	UD	030050	
3174728	Ligonchio	ligonchio	IT	42032	257	Europe/Rome	44.31625	10.34139	949	Ligonchio	035025	05	RE	035025	
3174729	Lignano Sabbiadoro	lignano-sabbiadoro	IT	33054	5837	Europe/Rome	45.69222	13.14806	2	Lignan,Lignano,Lignano Sabbiadoro	030049	06	UD	030049	
3174730	Lignano Pineta	lignano-pineta	IT	33054	0	Europe/Rome	45.67028	13.10667		Lignano Pineta		06	UD	030049	
3174732	Lignana	lignana	IT	13034	519	Europe/Rome	45.28606	8.34393	134	Lignana	002070	12	VC	002070	
3174737	Lierna	lierna	IT	23827	2025	Europe/Rome	45.95948	9.30564		Lierna	097043	09	LC	097043	
3174738	Liedolo	liedolo	IT	31020	938	Europe/Rome	45.7923	11.82034	151			20	TV	026077	
3174743	Lido di Camaiore	lido-di-camaiore	IT	55041	0	Europe/Rome	43.90012	10.2269				16	LU	046005	
3174744	Lido di Savio	lido-di-savio	IT	48100	0	Europe/Rome	44.31519	12.3419		Lido di Savio		05	RA	039014	
3174748	Lido	lido	IT	30126	15719	Europe/Rome	45.4105	12.36649	2	Bagni del Lido,Lido di Venezia		20	VE	027042	
3174751	Licusati	licusati	IT	84059	0	Europe/Rome	40.05	15.36667				04	SA	065021	
3174758	Licenza	licenza	IT	00026	957	Europe/Rome	42.07412	12.90008		Licenza,richentsu~a,リチェンツァ	058051	07	RM	058051	
3174760	Licciana Nardi	licciana-nardi	IT	54016	4887	Europe/Rome	44.26605	10.03559		Licciana,Licciana Nardi,リッチャーナ・ナルディ	045009	16	MS	045009	
3174764	Libiola	libiola	IT	46030	0	Europe/Rome	45.05	11.05				09	MN	020064	
3174767	Liberi	liberi	IT	81040	1222	Europe/Rome	41.22782	14.29003		Liberi	061045	04	CE	061045	
3174770	Libbiano	libbiano	IT	56045	0	Europe/Rome	43.47715	10.98238				16	SI	052028	
3174771	Libbiano	libbiano	IT	56045	0	Europe/Rome	43.26667	10.8				16	PI	050027	
3174776	Lezzeno	lezzeno	IT	22025	2071	Europe/Rome	45.94518	9.18894		Lezzeno	013126	09	CO	013126	
3174779	Le Ville	le-ville	IT	52035	373	Europe/Rome	43.48575	12.07912	310			16	AR	051024	
3174784	Levico Terme	levico-terme	IT	38056	6171	Europe/Rome	46.0129	11.30718	506	Levico,Levico Terme,レーヴィコ・テルメ	022104	17	TN	022104	
3174786	Levice	levice	IT	12070	270	Europe/Rome	44.53824	8.15504		Levice	004109	12	CN	004109	
3174789	Leverano	leverano	IT	73045	13914	Europe/Rome	40.28902	18.00002		Leverano	075037	13	LE	075037	
3174792	Levata	levata	IT	26044	0	Europe/Rome	44.4	7.31667				12	CN	004139	
3174793	Levanto	levanto	IT	19015	4135	Europe/Rome	44.17014	9.61228	3	Levanto	011017	08	SP	011017	
3174803	Levane	levane	IT	52025	0	Europe/Rome	43.5	11.61667		Levane,Ponte Levane		16	AR	051005	
3174804	Levaldigi	levaldigi	IT	12038	553	Europe/Rome	44.55737	7.62218	374			12	CN	004215	
3174806	Levada	levada	IT	31047	1385	Europe/Rome	45.74	12.47556	12			20	TV	026058	
3174807	Levada	levada	IT	31047	863	Europe/Rome	45.62389	12.05472	25			20	PD	028064	
3174808	Levà	leva	IT	36030	0	Europe/Rome	45.65	11.53333				20	VI	024038	
3174811	Lettopalena	lettopalena	IT	66010	362	Europe/Rome	42.00403	14.15681	680	Lettopalena	069048	01	CH	069048	
3174812	Lettomanoppello	lettomanoppello	IT	65020	3019	Europe/Rome	42.24374	14.03661	370	Lettomanoppello	068020	01	PE	068020	
3174824	Lestizza	lestizza	IT	33050	882	Europe/Rome	45.95667	13.14111	43	Lestice,Lestizza,Listize	030048	06	UD	030048	
3174825	Lestans	lestans	IT	33090	1075	Europe/Rome	46.16361	12.88722	180			06	PN	093042	
3174826	Lessona	lessona	IT	13853	1392	Europe/Rome	45.58516	8.19512	360	Lessona	096029	12	BI	096029	
3174827	Lessolo	lessolo	IT	10010	1443	Europe/Rome	45.47826	7.81472	277	Lesseul,Lessolo,ressoro,レッソロ	001132	12	TO	001132	
3174833	Lesina	lesina	IT	71010	6286	Europe/Rome	41.85944	15.35274			071027	13	FG	071027	
3174836	Lesignano de'Bagni	lesignano-de-bagni	IT	43037	3825	Europe/Rome	44.64346	10.30039		Lesignano de' Bagni,Lesignano de'Bagni	034019	05	PR	034019	
3174837	Lesignana	lesignana	IT	41100	836	Europe/Rome	44.68487	10.89329	38			05	MO	036023	
3174841	Lesegno	lesegno	IT	12076	450	Europe/Rome	44.40223	7.97084	422	Lesegno,rezenyo,レゼーニョ	004108	12	CN	004108	
3174847	Lesa	lesa	IT	28040	2037	Europe/Rome	45.82066	8.55964	198	Lesa,reza,レーザ	003084	12	NO	003084	
3174853	Lerma	lerma	IT	15070	628	Europe/Rome	44.63605	8.71545	293	Lerma	006088	12	AL	006088	
3174854	Ripe	ripe	IT	60012	0	Europe/Rome	42.75615	13.63712		Le Ripe,Ripe		01	TE	067017	
3174856	Lerici	lerici	IT	19032	8793	Europe/Rome	44.07587	9.91121	10	Lerici,Lerze	011016	08	SP	011016	
3174859	Lequile	lequile	IT	73010	7946	Europe/Rome	40.30583	18.14022		Lequile,Lequille	075036	13	LE	075036	
3174865	Leporano	leporano	IT	74020	5810	Europe/Rome	40.38392	17.3349		Leporano	073010	13	TA	073010	
3174875	Leonessa	leonessa	IT	02016	2734	Europe/Rome	42.56554	12.96138		Leonessa	057033	07	RI	057033	
3174879	Leognano	leognano	IT	64046	0	Europe/Rome	42.58333	13.66667				01	TE	067028	
3174880	Leofreni	leofreni	IT	02024	0	Europe/Rome	42.2	13.13333				07	RI	057049	
3174881	Leofara	leofara	IT	64010	0	Europe/Rome	42.73333	13.53333		Leofara		01	TE	067046	
3174883	Lentiscosa	lentiscosa	IT	84059	0	Europe/Rome	40.01667	15.38333				04	SA	065021	
3174884	Lentigione	lentigione	IT	42041	0	Europe/Rome	44.86667	10.48333				05	RE	035006	
3174885	Lentiai	lentiai	IT	32026	1448	Europe/Rome	46.0475	12.0225	262	Lentiai	025028	20	BL	025028	
3174886	Lentella	lentella	IT	66050	580	Europe/Rome	41.99594	14.67782	398	Lentella	069047	01	CH	069047	
3174888	Lentate sul Seveso	lentate-sul-seveso	IT	20823	14366	Europe/Rome	45.68068	9.11734		Lentate,Lentate sul Seveso,レンターテ・スル・セーヴェゾ	108054	09	MB	108054	
3174890	Lenta	lenta	IT	13035	816	Europe/Rome	45.55747	8.38413	219	Lenta	002068	12	VC	002068	
3174891	Lenola	lenola	IT	04025	4131	Europe/Rome	41.40612	13.45941		Lenola,renora,レーノラ	059012	07	LT	059012	
3174892	Leno	leno	IT	25024	12541	Europe/Rome	45.37248	10.21657		Leno,reno,レーノ	017088	09	BS	017088	
3174893	Lenno	lenno	IT	22016	1786	Europe/Rome	45.97298	9.19084		Lenno	013125	09	CO	013125	
3174894	Lenna	lenna	IT	24010	704	Europe/Rome	45.94249	9.67675		Lenna	016125	09	BG	016125	
3174896	Lendinara	lendinara	IT	45026	7475	Europe/Rome	45.08428	11.59971	9	Lendinara	029029	20	RO	029029	
3174899	Villa Lempa	villa-lempa	IT	64010	1090	Europe/Rome	42.79345	13.64433	413			01	TE	067017	
3174905	Lemie	lemie	IT	10070	218	Europe/Rome	45.22865	7.29411		Lemie,remie,レーミエ	001131	12	TO	001131	
3174911	Leinì	leini	IT	10040	11946	Europe/Rome	45.18275	7.71422		Leini,Leinì,Leyni,Leynj,reini,レイニ	001130	12	TO	001130	
3174913	Lei	lei	IT	08010	537	Europe/Rome	40.30456	8.91813	456	Lei	091038	14	NU	091038	
3174916	Le Grazie	le-grazie	IT	19025	1628	Europe/Rome	44.06699	9.83392	5			08	SP	011022	
3174917	Le Grazie	le-grazie	IT	19025	0	Europe/Rome	43.41667	11.1				16	SI	052012	
3174918	Legoli	legoli	IT	56037	259	Europe/Rome	43.57268	10.79399	194			16	PI	050025	
3174920	Legnaro	legnaro	IT	35020	6813	Europe/Rome	45.33979	11.96571	8	Legnaro	028044	20	PD	028044	
3174921	Legnano	legnano	IT	20025	53797	Europe/Rome	45.59597	8.90784		Legnano,Len'jano,renyano,Леньяно,レニャーノ	015118	09	MI	015118	
3174922	Legnago	legnago	IT	37045	21646	Europe/Rome	45.18318	11.3091	16	Legnago,Len'jago,Леньяго	023044	20	VR	023044	
3174928	Leffe	leffe	IT	24026	4940	Europe/Rome	45.80069	9.88546			016124	09	BG	016124	
3174929	Le Ferriere	le-ferriere	IT	04100	0	Europe/Rome	41.51667	12.75				07	LT	059001	
3174945	Lecco	lecco	IT	23900	46723	Europe/Rome	45.85317	9.39005		Lecco,Lech,Lekko,Leucum,rekko,Лекко,レッコ	LC	09	LC	097042	
3174947	Leccio	leccio	IT	50066	0	Europe/Rome	43.61667	10.86667				16	FI	048027	
3174948	Leccio	leccio	IT	50066	0	Europe/Rome	42.90187	11.55573				16	GR	053004	
3174953	Lecce	lecce	IT	73100	83303	Europe/Rome	40.35703	18.17202		LCC,Lecce,Lecci,Lece,Lechche,Leche,Letse,Lečė,Lungsod ng Lecce,Lupiae,Luppiu,lai qie,lchh,leche,lychy,lytshy,retche,Λέτσε,Лече,Лечче,ليتشي,لچه,لیچی,ლეჩე,レッチェ,萊切,레체	LE	13	LE	075035	
3174955	Le Castella	le-castella	IT	04012	0	Europe/Rome	41.61667	12.8				07	LT	059005	
3174956	Le Casine	le-casine	IT	56035	0	Europe/Rome	43.56667	13.41667				10	AN	042002	
3174957	Le Casette	le-casette	IT	35023	0	Europe/Rome	42	12.71667		Casette,Le Casette		07	RM	058047	
3174972	Lazzeretto	lazzeretto	IT	50050	1010	Europe/Rome	43.78305	10.86054	34			16	FI	048011	
3174974	Lazzaretto	lazzaretto	IT	09126	0	Europe/Rome	45.59944	13.72222		Lazaret,Lazzaretto		06	TS	032003	
3174975	Lazise	lazise	IT	37017	3049	Europe/Rome	45.49999	10.74078	76	Lazise	023043	20	VR	023043	
3174978	Lazfons	lazfons	IT	39043	694	Europe/Rome	46.66965	11.55135	1160			17	BZ	021022	
3174981	Lavone	lavone	IT	25060	0	Europe/Rome	45.75	10.23333				09	BS	017183	
3174984	Lavis	lavis	IT	38015	6404	Europe/Rome	46.1395	11.11288	232	Lavis,ravu~isu,ラヴィース	022103	17	TN	022103	
3174985	Lavino di Mezzo	lavino-di-mezzo	IT	40011	306	Europe/Rome	44.53333	11.23333	38			05	BO	037006	
3174988	Lavina	lavina	IT	95025	0	Europe/Rome	45.8845	9.54935				09	BG	016230	
3174990	La Villa	la-villa	IT	10070	0	Europe/Rome	44.03333	11.11667				16	PO	100001	
3174991	La Villa	la-villa	IT	10070	0	Europe/Rome	44.55	10.38333				05	PR	034024	
3174992	La Villa	la-villa	IT	10070	0	Europe/Rome	43.48333	13.41667				10	AN	042034	
3174993	La Villa	la-villa	IT	10070	0	Europe/Rome	42.06667	12.4				07	RM	058038	
3174994	Laviano	laviano	IT	84020	1591	Europe/Rome	40.78602	15.30965		Laviano	065063	04	SA	065063	
3174996	Lavezzola	lavezzola	IT	48017	3017	Europe/Rome	44.56099	11.87557	7			05	RA	039008	
3174998	La Verna	la-verna	IT	52010	0	Europe/Rome	43.7	11.93333		La Verna,Verna		16	AR	051015	
3175002	Lavenone	lavenone	IT	25074	659	Europe/Rome	45.73969	10.43907		Lavenone,ravu~enone,ラヴェノーネ	017087	09	BS	017087	
3175003	Laveno-Mombello	laveno-mombello	IT	21014	8736	Europe/Rome	45.90888	8.62036	200	Laveno-Mombello,Лавено-Момбелло	012087	09	VA	012087	
3175004	Laveno	laveno	IT	21014	9070	Europe/Rome	45.91276	8.61856	200	Laveno Mombello		09	VA	012087	
3175009	Lavello	lavello	IT	85024	13086	Europe/Rome	41.04562	15.79076	313	Lavello	076043	02	PZ	076043	
3175013	Lavariano	lavariano	IT	33050	922	Europe/Rome	45.95778	13.22833	49			06	UD	030062	
3175017	La Valle Agordina	la-valle-agordina	IT	32020	925	Europe/Rome	46.28198	12.06844	800	La Valle Agordina	025027	20	BL	025027	
3175018	La Valle	la-valle	IT	39030	0	Europe/Rome	44.78333	9.93333				05	PR	034028	
3175019	La Valle	la-valle	IT	39030	0	Europe/Rome	44.15	11.61667				05	RA		
3175022	Lavaiano	lavaiano	IT	56035	0	Europe/Rome	43.61667	10.58333				16	PI	050040	
3175024	Lavagna	lavagna	IT	16033	11455	Europe/Rome	44.30794	9.34217	6	Lavagna	010028	08	GE	010028	
3175025	Lauzacco	lauzacco	IT	33050	1122	Europe/Rome	45.98134	13.28024	59	Lauzacco,Pavia d' Udine,Pavia d’ Udine	030074	06	UD	030074	
3175029	Lauro	lauro	IT	83023	1435	Europe/Rome	41.26414	13.8855	90			04	CE	061088	
3175030	Lauro	lauro	IT	83023	3628	Europe/Rome	40.87821	14.63224			064043	04	AV	064043	
3175031	Laurito	laurito	IT	84050	943	Europe/Rome	40.1686	15.40596		Laurito	065062	04	SA	065062	
3175032	Laurino	laurino	IT	84057	1950	Europe/Rome	40.33651	15.33716		Laurino	065061	04	SA	065061	
3175033	Lauriano	lauriano	IT	10020	888	Europe/Rome	45.15825	7.99163	175	Laurian,Lauriano,rauriano,ラウリアーノ	001129	12	TO	001129	
3175034	Lauria	lauria	IT	85044	4660	Europe/Rome	40.0465	15.83578	430	Lauria	076042	02	PZ	076042	
3175037	Laurenzana	laurenzana	IT	85014	1865	Europe/Rome	40.46051	15.97097	850	Laurenzana	076041	02	PZ	076041	
3175038	Lauregno - Laurein	lauregno	IT	39040	361	Europe/Rome	46.45431	11.06177		Lauregno,Laurein,raurenyo,ラウレーニョ	021043	17	BZ	021043	
3175039	Laureana Cilento	laureana-cilento	IT	84050	1093	Europe/Rome	40.3011	15.03876		Laureana Cilento	065060	04	SA	065060	
3175040	Laudes	laudes	IT	39024	0	Europe/Rome	46.66667	10.51667				17	BZ	021046	
3175041	Lauco	lauco	IT	33029	290	Europe/Rome	46.42556	12.9325	719	Lauc,Lauco	030047	06	UD	030047	
3175045	Latronico	latronico	IT	85043	2063	Europe/Rome	40.08981	16.01178	888	Latronico	076040	02	PZ	076040	
3175048	La Torre	la-torre	IT	50054	0	Europe/Rome	44.01667	12.06667		La Torre,Leusa		05	FC	040009	
3175049	La Torre	la-torre	IT	50054	0	Europe/Rome	43.63333	11.1				16	FI	048030	
3175050	La Torre	la-torre	IT	50054	0	Europe/Rome	43.56667	12.05				16	AR	051001	
3175055	Latisana	latisana	IT	33053	8896	Europe/Rome	45.77917	13	7	Latisana,Latisane,Tisane	030046	06	UD	030046	
3175058	Latina	latina	IT	04100	107898	Europe/Rome	41.46614	12.9043		Latina,Littoria,QLT,ratina,Латина,ラティーナ	LT	07	LT	059011	
3175059	Latina	latina	IT	04100	0	Europe/Rome	41.28993	14.27261				04	CE	061006	
3175060	Latignano	latignano	IT	56021	775	Europe/Rome	43.65458	10.55939	8			16	PI	050008	
3175061	Latiano	latiano	IT	72022	15371	Europe/Rome	40.55293	17.72051		Latiano	074009	13	BR	074009	
3175062	La Thuile	la-thuile	IT	11016	762	Europe/Rome	45.71366	6.95099	1441	La Thuile,Porta Littoria	007041	19	AO	007041	
3175064	Laterza	laterza	IT	74014	14996	Europe/Rome	40.62952	16.79969			073009	13	TA	073009	
3175067	Laterina	laterina	IT	52020	3433	Europe/Rome	43.50835	11.71814		Laterina	051019	16	AR	051019	
3175068	Latera	latera	IT	01010	806	Europe/Rome	42.62903	11.82745	508	Latera	056032	07	VT	056032	
3175074	Lastra a Signa	lastra-a-signa	IT	50055	11504	Europe/Rome	43.76998	11.11271	36	Lastra a Signa	048024	16	FI	048024	
3175075	La Storta	la-storta	IT	00123	0	Europe/Rome	42	12.38333				07	RM	058091	
3175076	Lastebasse	lastebasse	IT	36040	243	Europe/Rome	45.9151	11.27389		Lastebasse	024050	20	VI	024050	
3175081	La Spezia	la-spezia	IT	19100	88491	Europe/Rome	44.11054	9.84339	3	La Specija,La Spezia,QLP,Specija,Spedia,Speza,Spezia,Ла Специја,Специя,ラ・スペツィア	SP	08	SP	011015	
3175084	Lasino	lasino	IT	38076	688	Europe/Rome	46.0251	10.98308	463	Lasino,rajino,ラジーノ	022101	17	TN	022101	
3175085	La Serra	la-serra	IT	56024	0	Europe/Rome	43.80269	11.03053				16	PO	100002	
3175089	La Saxe	la-saxe	IT	11013	0	Europe/Rome	45.8	6.96667		La Sare,La Saxe		19	AO	007022	
3175093	La Salle	la-salle	IT	11015	849	Europe/Rome	45.74626	7.074	1001	La Salle,Sala Dora	007040	19	AO	007040	
3175096	Lasa - Laas	lasa	IT	39023	3700	Europe/Rome	46.61661	10.70016		Laas,Lasa,raza,ラーザ	021042	17	BZ	021042	
3175104	Larizzate	larizzate	IT	13100	0	Europe/Rome	45.3	8.38333				12	VC	002158	
3175105	Larino	larino	IT	86035	5164	Europe/Rome	41.80554	14.91933	341	Larino	070031	11	CB	070031	
3175106	Lariano	lariano	IT	00076	10356	Europe/Rome	41.71912	12.82109		Lariano,rariano,ラリアーノ	058115	07	RM	058115	
3175108	Lari	lari	IT	56035	8083	Europe/Rome	43.56794	10.59261		Lari,rari,ラーリ		16	PI	050040	
3175113	Lardirago	lardirago	IT	27016	1163	Europe/Rome	45.23507	9.23205		Lardirago	018080	09	PV	018080	
3175114	Larderello	larderello	IT	56044	342	Europe/Rome	43.23991	10.88909	390	Larderello		16	PI	050027	
3175115	Lardaro	lardaro	IT	38087	184	Europe/Rome	45.9702	10.66117		Lardaro,rarudaro,ラルダーロ	022100	17	TN	022100	
3175117	Larciano	larciano	IT	51036	0	Europe/Rome	43.95	11.35				16	FI	048004	
3175118	Larciano	larciano	IT	51036	0	Europe/Rome	43.83812	11.97836				05	FC	040001	
3175121	L'Aquila	l-aquila	IT	67100	33691	Europe/Rome	42.35055	13.39954	714	Aquila,Aquila degli Abruzzi,L'Akvila,L'Aquila,L’Aquila,rakuira,Áquila,Л’Аквила,ラクイラ	01	01	AQ	066049	
3175123	Lappato	lappato	IT	55010	0	Europe/Rome	43.9	10.65				16	LU	046007	
3175127	Lapio	lapio	IT	83030	0	Europe/Rome	45.46667	11.53333				20	VI	024006	
3175128	Lapio	lapio	IT	83030	1750	Europe/Rome	40.98112	14.94634			064042	04	AV	064042	
3175130	La Pila	la-pila	IT	57034	0	Europe/Rome	46.16667	10.03333				09	SO	014065	
3175138	Lapedona	lapedona	IT	63823	480	Europe/Rome	43.10986	13.77259	263	Lapedona	109009	10	FM	109009	
3175150	Lanzo Torinese	lanzo-torinese	IT	10074	4900	Europe/Rome	45.27345	7.47961	515	Lans,Lanzo Torinese,ランツォ・トリネーゼ	001128	12	TO	001128	
3175152	Lanzo d'Intelvi	lanzo-d-intelvi	IT	22024	1304	Europe/Rome	45.97943	9.02166		Lanzo,Lanzo d'Intelvi	013122	09	CO	013122	
3175156	Lanuvio	lanuvio	IT	00075	6467	Europe/Rome	41.67282	12.69758	324	Lanuvio,ranuvu~io,ラヌーヴィオ	058050	07	RM	058050	
3175161	Langosco	langosco	IT	27030	458	Europe/Rome	45.21486	8.56284		Langosco	018079	09	PV	018079	
3175163	Langhirano	langhirano	IT	43013	5894	Europe/Rome	44.61266	10.26559	265	Langhirano	034018	05	PR	034018	
3175168	Landriano	landriano	IT	27015	4171	Europe/Rome	45.31197	9.26005		Landriano	018078	09	PV	018078	
3175171	Landiona	landiona	IT	28064	575	Europe/Rome	45.49646	8.42233	184	Landiona	003083	12	NO	003083	
3175173	Lanciano	lanciano	IT	66034	30705	Europe/Rome	42.21674	14.38822	265	Lanchano,Lanciano,Ланчано	069046	01	CH	069046	
3175177	Lana - Lana	lana	IT	39011	9759	Europe/Rome	46.61242	11.15587		Lana,Lana d'Adige,rana,ラーナ	021041	17	BZ	021041	
3175181	Lamporo	lamporo	IT	13046	524	Europe/Rome	45.23186	8.10163	165	Lamporo	002067	12	VC	002067	
3175182	Lamporecchio	lamporecchio	IT	51035	5179	Europe/Rome	43.80875	10.88861	56	Lamporecchio	047005	16	PT	047005	
3175184	La Morra	la-morra	IT	12064	1000	Europe/Rome	44.63844	7.93254	513	La Morra	004105	12	CN	004105	
3175189	Lamon	lamon	IT	32033	1779	Europe/Rome	46.04691	11.75229	594	Lamon	025026	20	BL	025026	
3175190	Lamole	lamole	IT	50022	0	Europe/Rome	43.55	11.35				16	FI	048021	
3175191	Lammari	lammari	IT	55013	0	Europe/Rome	43.86667	10.56667				16	LU	046007	
3175200	Lambrate	lambrate	IT	20134	0	Europe/Rome	45.48228	9.24105				09	MI	015146	
3175208	Lama Mocogno	lama-mocogno	IT	41023	3032	Europe/Rome	44.30726	10.7306		Lama,Lama Mocogno	036018	05	MO	036018	
3175210	La Magdeleine	la-magdeleine	IT	11020	91	Europe/Rome	45.80996	7.61871		La Magdeleine	007039	19	AO	007039	
3175310	La Costa	la-costa	IT	39055	0	Europe/Rome	44.56667	10.36667				05	PR	034024	
3175216	Lama dei Peligni	lama-dei-peligni	IT	66010	1163	Europe/Rome	42.04153	14.18621	669	Lama Di Peligni,Lama dei Peligni	069045	01	CH	069045	
3175217	La Maddalena	la-maddalena	IT	07024	10297	Europe/Rome	41.21424	9.40833	19	La Maddalena,ラ・マッダレーナ	104012	14	OT	104012	
3175221	Lama	lama	IT	06016	0	Europe/Rome	44.36667	11.21667				05	BO	037036	
3175222	Lama	lama	IT	06016	0	Europe/Rome	44.33333	11.26667				05	BO	037036	
3175223	Lama	lama	IT	06016	0	Europe/Rome	44.1	10.5				16	LU	046003	
3175224	Lama	lama	IT	06016	0	Europe/Rome	43.51719	12.21293				18	PG	054044	
3175225	Lama	lama	IT	06016	0	Europe/Rome	43.1	11.25				16	SI	052018	
3175228	La Loggia	la-loggia	IT	10040	8433	Europe/Rome	44.95774	7.66732	230	La Loggia,La Logia,La Lògia,ラ・ロッジャ	001127	12	TO	001127	
3175230	Lallio	lallio	IT	24040	3832	Europe/Rome	45.66638	9.63005			016123	09	BG	016123	
3175231	La Lima	la-lima	IT	51020	0	Europe/Rome	44.06667	10.76667				16	PT	047015	
3175236	Laion - Lajen	laion	IT	39040	2261	Europe/Rome	46.60872	11.56598		Laion,Lajen,Lajon,Loyen,raion,ライオーン	021039	17	BZ	021039	
3175238	Lainate	lainate	IT	20045	23660	Europe/Rome	45.57176	9.02681		Lainate,rainate,ライナーテ	015116	09	MI	015116	
3175239	Laigueglia	laigueglia	IT	17053	1773	Europe/Rome	43.97883	8.15735	6	L'Aigheuja,Laigueglia,L’Aigheuja	009033	08	SV	009033	
3175240	Lajatico	lajatico	IT	56030	696	Europe/Rome	43.47134	10.72872	205	Lajatico,Lajàtico	050016	16	PI	050016	
3175243	Lagundo	lagundo	IT	39022	2977	Europe/Rome	46.68113	11.12572	350	Algund,Lagundo,ragundo,ラグンド	021038	17	BZ	021038	
3175248	Lagosanto	lagosanto	IT	44023	4026	Europe/Rome	44.7675	12.14358	0	Lagosanto	038011	05	FE	038011	
3175253	Lagonegro	lagonegro	IT	85042	5056	Europe/Rome	40.12831	15.76147	666	Lagonegro	076039	02	PZ	076039	
3175259	Lago	lago	IT	31020	547	Europe/Rome	45.98694	12.21417	256			20	TV	026067	
3175260	Lago	lago	IT	31020	0	Europe/Rome	44.98333	12.3				20	RO	029052	
3175261	Lago	lago	IT	31020	0	Europe/Rome	44.39034	9.11681				08	GE	010060	
3175262	Laglio	laglio	IT	22010	889	Europe/Rome	45.88768	9.14144		Laglio,Laglio Brienno	013119	09	CO	013119	
3175264	La Giustiniana	la-giustiniana	IT	00135	0	Europe/Rome	41.98333	12.4				07	RM	058091	
3175268	Laghi	laghi	IT	35013	130	Europe/Rome	45.68333	11.75		Laghi		20	VI	024104	
3175269	Laghetti	laghetti	IT	39044	0	Europe/Rome	46.28333	11.23333		I Laghetti,Laghetti		17	BZ	021045	
3175273	Lagaro	lagaro	IT	40035	643	Europe/Rome	44.21765	11.17891	391			05	BO	037022	
3175284	La Foce	la-foce	IT	19134	0	Europe/Rome	44.1253	9.78813		La Foce di Marinasco		08	SP	011015	
3175293	Laerru	laerru	IT	07030	904	Europe/Rome	40.81706	8.83542	177	Laerru	090034	14	SS	090034	
3175298	Ladispoli	ladispoli	IT	00055	34204	Europe/Rome	41.95372	12.07347	2	Ladispoli,radisupori,Ладисполи,ラディスポリ	058116	07	RM	058116	
3175305	La Croce	la-croce	IT	56032	0	Europe/Rome	43.25	11.75				16	AR	051021	
3175307	La Costa	la-costa	IT	39055	0	Europe/Rome	46.08333	9.81667		Casale la Costa,La Costa		09	SO	014011	
3175308	La Costa	la-costa	IT	39055	0	Europe/Rome	44.7	9.36667				05	PC	033017	
3175309	La Costa	la-costa	IT	39055	0	Europe/Rome	44.6	10.3				05	PR	034019	
3175328	Laces - Latsch	laces	IT	39021	4870	Europe/Rome	46.61692	10.85636		Laces,Latsch,rachesu,ラーチェス	021037	17	BZ	021037	
3175334	Lacedonia	lacedonia	IT	83046	3010	Europe/Rome	41.05122	15.42385		Lacedonia	064041	04	AV	064041	
3175335	Lacco Ameno	lacco-ameno	IT	80076	4083	Europe/Rome	40.7506	13.89032	2	Lacco Ameno,ラッコ・アメーノ	063038	04	NA	063038	
3175336	Laccio	laccio	IT	16029	0	Europe/Rome	44.5	9.13333				08	GE	010062	
3175337	Lacchiarella	lacchiarella	IT	20084	7248	Europe/Rome	45.32427	9.13905			015115	09	MI	015115	
3175361	Labro	labro	IT	02010	352	Europe/Rome	42.52603	12.80068		Labro	057032	07	RI	057032	
3175367	Labico	labico	IT	00030	3734	Europe/Rome	41.78952	12.88089		Labico,rabiko,ラビーコ	058049	07	RM	058049	
3175381	Izzalini	izzalini	IT	06059	0	Europe/Rome	42.73333	12.36667				18	PG	054052	
3175382	Izano	izano	IT	26010	1687	Europe/Rome	45.35597	9.75016		Izano	019054	09	CR	019054	
3175384	Ivrea	ivrea	IT	10015	23278	Europe/Rome	45.46723	7.87617	253	Aebura,Eporedia,Ivrea,Ivree,Ivreja,Ivrèja,Ivrée,ivurea,Ивреа,イヴレーア	001125	12	TO	001125	
3175388	Ittiri	ittiri	IT	07044	9050	Europe/Rome	40.59286	8.56842		Ittiri	090033	14	SS	090033	
3175389	Ittireddu	ittireddu	IT	07010	586	Europe/Rome	40.54396	8.90232		Ittireddu	090032	14	SS	090032	
3175392	Itri	itri	IT	04020	8749	Europe/Rome	41.28921	13.52641		Itri,itori,イトリ	059010	07	LT	059010	
3175394	Itieli	itieli	IT	05035	0	Europe/Rome	42.48333	12.56667				18	TR	055022	
3175398	Istrana	istrana	IT	31036	3665	Europe/Rome	45.67833	12.09972	32	Istrana	026035	20	TV	026035	
3175400	Istia d'Ombrone	istia-d-ombrone	IT	58100	0	Europe/Rome	42.78243	11.1882		Istia		16	GR	053011	
3175403	Issogne	issogne	IT	11020	1346	Europe/Rome	45.65496	7.68571		Issogne	007037	19	AO	007037	
3175405	Issime	issime	IT	11020	403	Europe/Rome	45.68546	7.85411		Issime	007036	19	AO	007036	
3175406	Ispra	ispra	IT	21027	4686	Europe/Rome	45.8148	8.61294		Ispra	012084	09	VA	012084	
3175408	Isorella	isorella	IT	25010	3533	Europe/Rome	45.30828	10.32228		Isorella,izorerra,イゾレッラ	017086	09	BS	017086	
3175412	Isolella	isolella	IT	13011	0	Europe/Rome	45.00444	12.00361				20	RO	029001	
3175414	Isola Vicentina	isola-vicentina	IT	36033	4340	Europe/Rome	45.6309	11.4467	80	Isola Vicentina	024048	20	VI	024048	
3175415	Isola Sant'Antonio	isola-sant-antonio	IT	15050	412	Europe/Rome	45.03016	8.84995	76	Isola Sant'Antonio	006087	12	AL	006087	
3175420	Ísola Morosini	isola-morosini	IT	34075	0	Europe/Rome	45.76806	13.43472				06	GO	031018	
3175422	Isola Fossara	isola-fossara	IT	06027	0	Europe/Rome	43.43333	12.73333				18	PG	054046	
3175423	Isola Farnese	isola-farnese	IT	00123	0	Europe/Rome	42.01907	12.39284				07	RM	058091	
3175424	Isola Dovarese	isola-dovarese	IT	26031	1243	Europe/Rome	45.17427	10.31108		Isola Dovarese	019053	09	CR	019053	
3175425	Isola di Fano	isola-di-fano	IT	61034	430	Europe/Rome	43.65647	12.84772	162			10	PU	041015	
3175426	Isola del Piano	isola-del-piano	IT	61030	379	Europe/Rome	43.73776	12.78406	210	Isola del Piano	041021	10	PU	041021	
3175427	Isola del Liri	isola-del-liri	IT	03036	12191	Europe/Rome	41.68622	13.5823		Isola del Liri,Isola di Liri	060043	07	FR	060043	
3175428	Isola della Scala	isola-della-scala	IT	37063	8348	Europe/Rome	45.27218	11.00899	31		023040	20	VR	023040	
3175429	Isola del Gran Sasso d'Italia	isola-del-gran-sasso-d-italia	IT	64045	2162	Europe/Rome	42.50324	13.65721	415	Isola,Isola del Gran Sasso,Isola del Gran Sasso d'Italia	067026	01	TE	067026	
3175430	Isola del Cantone	isola-del-cantone	IT	16017	943	Europe/Rome	44.64783	8.95746	298	Isola del Cantone,L'Isoea do Canton,L’Isöa do Canton	010027	08	GE	010027	
3175432	Isolaccia	isolaccia	IT	23038	0	Europe/Rome	46.48333	10.28333				09	SO	014071	
3175433	Isolabona	isolabona	IT	18035	502	Europe/Rome	43.87962	7.63974	106	Isolabona,L'Isora	008032	08	IM	008032	
3175434	Isola Bella	isola-bella	IT	28838	0	Europe/Rome	41.55	12.8		Feminamorta,Femmina Morta,Isola Bella		07	LT	059005	
3175436	Isola	isola	IT	12041	0	Europe/Rome	46.44349	9.33406		Isolate,Isolato		09	SO	014035	
3175437	Isola	isola	IT	12041	0	Europe/Rome	45.7	7.7		Isola,Isolaz		19	AO	007043	
3175438	Isola	isola	IT	12041	0	Europe/Rome	44.43333	10.16667				05	PR	034026	
3175439	Isola	isola	IT	12041	0	Europe/Rome	44.18333	9.91667				16	MS	045001	
3175440	Isola	isola	IT	12041	0	Europe/Rome	44.13333	9.83333				08	SP	011015	
3175441	Isola	isola	IT	12041	0	Europe/Rome	43.3355	13.13004				10	MC	043047	
3175442	Isola d'Arbia	isola-d-arbia	IT	53100	0	Europe/Rome	43.25864	11.37866				16	SI	052032	
3175445	Isernia	isernia	IT	86170	16945	Europe/Rome	41.60022	14.23822	423	Isernia,Isérnia,Izernija,izerunia,Изерния,イゼルニア	IS	11	IS	094023	
3175447	Iseo	iseo	IT	25049	8410	Europe/Rome	45.65678	10.05276		Iseo,izeo,イゼーオ	017085	09	BS	017085	
3175448	Iselle	iselle	IT	28868	0	Europe/Rome	46.2	8.2				12	VB	103067	
3175452	Ischitella	ischitella	IT	71010	4562	Europe/Rome	41.90434	15.89945		Ischitella	071025	13	FG	071025	
3175453	Ischia Porto	ischia-porto	IT	80077	18192	Europe/Rome	40.73913	13.951		Porto d'Ischia,Porto d’Ischia		04	NA	063037	
3175454	Ischia di Castro	ischia-di-castro	IT	01010	2217	Europe/Rome	42.54403	11.75625	384	Ischia di Castro	056031	07	VT	056031	
3175458	Ischia	ischia	IT	63066	18564	Europe/Rome	40.73793	13.94862	2	Bagni,Bagno,Bagno d'Ischia,ISH,Iscla,Isk'ja,Villa Bagni,Искья	063037	04	NA	063037	
3175466	Irsina	irsina	IT	75022	4888	Europe/Rome	40.74962	16.23578	548	Irsina	077013	02	MT	077013	
3175474	Irgoli	irgoli	IT	08020	2294	Europe/Rome	40.41046	9.63054		Irgoli,Irgoli di Galtelli	091033	14	NU	091033	
3175477	Ipplis	ipplis	IT	33040	521	Europe/Rome	46.0432	13.41013	109			06	UD	030083	
3175488	Jolanda di Savoia	jolanda-di-savoia	IT	44037	1562	Europe/Rome	44.8866	11.97491	1	Jolanda di Savoia	038010	05	FE	038010	
3175491	Inzago	inzago	IT	20065	8919	Europe/Rome	45.54048	9.48205		Andiciacum,Inzago,inzago,インザーゴ	015114	09	MI	015114	
3175492	Invorio	invorio	IT	28045	3510	Europe/Rome	45.75679	8.48741	416	Invorio	003082	12	NO	003082	
3175493	Invillino	invillino	IT	33029	0	Europe/Rome	46.40639	12.93833				06	UD	030133	
3175494	Inveruno	inveruno	IT	20001	8236	Europe/Rome	45.51077	8.85074		Inveruno,in'vu~eruno,インヴェルーノ	015113	09	MI	015113	
3175496	Inverno	inverno	IT	27010	0	Europe/Rome	45.18333	9.38333				09	PV	018077	
3175497	Inverigo	inverigo	IT	22044	7825	Europe/Rome	45.73718	9.21774		Inverigo	013118	09	CO	013118	
3175498	Introdacqua	introdacqua	IT	67030	939	Europe/Rome	42.00743	13.89831	642	Introdacqua	066048	01	AQ	066048	
3175499	Introbio	introbio	IT	23815	1605	Europe/Rome	45.97399	9.45164		Introbio	097040	09	LC	097040	
3175503	Intermesoli	intermesoli	IT	64047	0	Europe/Rome	42.53333	13.53333				01	TE	067034	
3175507	Ingria	ingria	IT	10080	61	Europe/Rome	45.46656	7.57221		Ingri,Ingria,inguria,イングリア	001121	12	TO	001121	
3175521	Induno Olona	induno-olona	IT	21056	9810	Europe/Rome	45.84798	8.83663		Induno Olona	012083	09	VA	012083	
3175522	Indiprete	indiprete	IT	86090	621	Europe/Rome	41.54599	14.33963	688			11	IS	094010	
3175528	Impruneta	impruneta	IT	50023	14637	Europe/Rome	43.68695	11.25482		Impruneta	048022	16	FI	048022	
3175532	Imperia	imperia	IT	18100	38675	Europe/Rome	43.8875	8.03083	10	Imperia,Imperija,Impéria,inperia,Империя,インペリア	IM	08	IM	008031	
3175535	Impalata	impalata	IT	70043	0	Europe/Rome	40.87134	17.28373				13	BA	072030	
3175537	Imola	imola	IT	40026	52981	Europe/Rome	44.35227	11.71582	47	Forum Cornelii,Imola,Iommla,imora,Ímola,Имола,イーモラ	037032	05	BO	037032	
3175542	Il Romito	il-romito	IT	56025	0	Europe/Rome	44.1	9.93333		Il Romito,Romito		08	SP	011002	
3175575	Illorai	illorai	IT	07010	1121	Europe/Rome	40.35386	9.00103		Illorai	090031	14	SS	090031	
3175582	Illegio	illegio	IT	33028	353	Europe/Rome	46.43	13.05639	570			06	UD	030121	
3175584	Illasi	illasi	IT	37031	3029	Europe/Rome	45.46719	11.18239	157	Illasi	023039	20	VR	023039	
3175590	Il Fabbro	il-fabbro	IT	59025	583	Europe/Rome	43.97985	11.12546	161			16	PO	100001	
3175597	Ilci	ilci	IT	06059	0	Europe/Rome	42.83333	12.41667				18	PG	054052	
3175601	Il Casone	il-casone	IT	58017	0	Europe/Rome	44.23333	11.15				05	BO	037031	
3175621	Iggio	iggio	IT	43047	0	Europe/Rome	44.76667	9.86667				05	PC	033044	
3175622	Igea Marina	igea-marina	IT	47814	0	Europe/Rome	44.13756	12.47781				05	RN	099001	
3175628	Jesi	jesi	IT	60035	36985	Europe/Rome	43.52142	13.24368	97	Aesis,Dzhezi,Jesi,Jezi,i~eji,Джези,Йези,イェージ	042021	10	AN	042021	
3175636	Jelsi	jelsi	IT	86015	1310	Europe/Rome	41.51793	14.79873	580	Jelsi	070030	11	CB	070030	
3175654	Iavrè	iavre	IT	38094	0	Europe/Rome	46.06667	10.7		Iavre,Iavrè,Lavre		17	TN	022223	
3175659	Ialmicco	ialmicco	IT	33057	1194	Europe/Rome	45.91333	13.34611	30			06	UD	030070	
3175669	Gussola	gussola	IT	26040	2800	Europe/Rome	45.01307	10.34638		Gussola	019052	09	CR	019052	
3175670	Gussago	gussago	IT	25064	14502	Europe/Rome	45.58358	10.15717			017081	09	BS	017081	
3175675	Guilmi	guilmi	IT	66050	432	Europe/Rome	41.99704	14.47842	674	Guilmi	069044	01	CH	069044	
3175676	Guiglia	guiglia	IT	41052	1635	Europe/Rome	44.42406	10.9621	490	Guiglia	036017	05	MO	036017	
3175678	Guidonia	guidonia	IT	00012	75025	Europe/Rome	42.01667	12.75				07	RM	058047	
3175679	Guidizzolo	guidizzolo	IT	46040	5178	Europe/Rome	45.32068	10.58048		Guidizzolo	020028	09	MN	020028	
3175680	Guglionesi	guglionesi	IT	86034	4844	Europe/Rome	41.91444	14.91723	369	Guglionesi	070029	11	CB	070029	
3175687	Gubbio	gubbio	IT	06024	14378	Europe/Rome	43.35445	12.57246	522	Gubbio,gubbio,gwbyw,Губбио,גוביו,グッビオ	054024	18	PG	054024	
3175688	Guazzora	guazzora	IT	15050	308	Europe/Rome	45.01366	8.85145	78	Guazzora	006086	12	AL	006086	
3175689	Guazzino	guazzino	IT	53048	0	Europe/Rome	43.21667	11.78333				16	SI	052033	
3175691	Guasticce	guasticce	IT	57017	0	Europe/Rome	43.58333	10.4				16	LI	049008	
3175692	Guastameroli	guastameroli	IT	66030	0	Europe/Rome	42.26667	14.36667		Casone,Guastameroli		01	CH	069037	
3175693	Guastalla	guastalla	IT	42016	11682	Europe/Rome	44.91317	10.66089	25	Guastalla	035024	05	RE	035024	
3175697	Guardistallo	guardistallo	IT	56040	859	Europe/Rome	43.31273	10.63262	278	Guardistallo	050015	16	PI	050015	
3175701	Guardia Vomano	guardia-vomano	IT	64024	417	Europe/Rome	42.63735	13.88146	187			01	TE	067032	
3175703	Guardia Sanframondi	guardia-sanframondi	IT	82034	5592	Europe/Rome	41.25792	14.59763		Guardia Sanframondi	062037	04	BN	062037	
3175704	Guardiaregia	guardiaregia	IT	86014	453	Europe/Rome	41.43502	14.54173	730	Guardiaregia	070028	11	CB	070028	
3175706	Guardia Perticara	guardia-perticara	IT	85010	559	Europe/Rome	40.36051	16.09888	750	Guardia Perticara	076038	02	PZ	076038	
3175707	Guardia Lombardi	guardia-lombardi	IT	83040	2029	Europe/Rome	40.95372	15.20885		Guardia Lombardi	064040	04	AV	064040	
3175708	Guardialfiera	guardialfiera	IT	86030	1115	Europe/Rome	41.80423	14.79293	285	Guardialfiera	070027	11	CB	070027	
3175709	Guardiagrele	guardiagrele	IT	66016	4789	Europe/Rome	42.19544	14.21981	576	Guardiagrele	069043	01	CH	069043	
3175710	Guardiabruna	guardiabruna	IT	66050	266	Europe/Rome	41.85196	14.53286	863			01	CH	069093	
3175712	Guardia	guardia	IT	16014	0	Europe/Rome	45.9	11.13333				17	TN	022087	
3175714	Guardea	guardea	IT	05025	1203	Europe/Rome	42.62303	12.30046	387	Guardea	055015	18	TR	055015	
3175715	Guarda Veneta	guarda-veneta	IT	45030	845	Europe/Rome	44.98058	11.80041	5	Guarda Veneta	029028	20	RO	029028	
3175716	Guardamiglio	guardamiglio	IT	26862	2632	Europe/Rome	45.10757	9.68136		Guardamiglio,guarudamirio,グアルダミーリオ	098029	09	LO	098029	
3175718	Guarcino	guarcino	IT	03016	1662	Europe/Rome	41.79902	13.3134		Guarcino	060042	07	FR	060042	
3175720	Gualtieri	gualtieri	IT	42044	3461	Europe/Rome	44.89897	10.63039	22	Gualtieri	035023	05	RE	035023	
3175722	Gualdo Tadino	gualdo-tadino	IT	06023	9748	Europe/Rome	43.23165	12.78096	536	Gualdo Tadino	054023	18	PG	054023	
3175724	Gualdo Cattaneo	gualdo-cattaneo	IT	06035	413	Europe/Rome	42.91184	12.55576	446	Gualdo Cattaneo	054022	18	PG	054022	
3175725	Gualdo	gualdo	IT	05035	0	Europe/Rome	46.48333	9.45				09	SO	014050	
3175726	Gualdo	gualdo	IT	05035	382	Europe/Rome	44.78333	11.73333	6			05	FE	038023	
3175727	Gualdo	gualdo	IT	05035	0	Europe/Rome	44.0725	12.03611				05	FC	040019	
3175728	Gualdo	gualdo	IT	05035	0	Europe/Rome	44.01667	12.2				05	FC	040020	
3175729	Gualdo	gualdo	IT	05035	0	Europe/Rome	43.86667	11.21667				16	FI	048043	
3175730	Gualdo	gualdo	IT	05035	924	Europe/Rome	42.88333	13.16667		Gualdo		10	MC	043010	
3175731	Gualdo	gualdo	IT	05035	210	Europe/Rome	42.45417	12.47691	277			18	TR	055022	
3175735	Guagnano	guagnano	IT	73010	6193	Europe/Rome	40.40123	17.94902		Guagnano	075034	13	LE	075034	
3175736	Guadagnolo	guadagnolo	IT	00030	0	Europe/Rome	41.91417	12.92668	1218			07	RM	058019	
3175743	Grumo Nevano	grumo-nevano	IT	80028	18644	Europe/Rome	40.93591	14.25983		Grumo Nevano	063036	04	NA	063036	
3175744	Grumolo Pedemonte	grumolo-pedemonte	IT	36030	1012	Europe/Rome	45.7243	11.49236	154			20	VI	024122	
3175745	Grumolo delle Abbadesse	grumolo-delle-abbadesse	IT	36040	2249	Europe/Rome	45.51949	11.6583	30	Grumolo,Grumolo delle Abbadesse,Grumolo delle Badesse,Grùmolo	024047	20	VI	024047	
3175746	Grumo Appula	grumo-appula	IT	70025	12431	Europe/Rome	41.01353	16.70848		Grumo Appula	072024	13	BA	072024	
3175749	Grumes	grumes	IT	38092	328	Europe/Rome	46.22081	11.29428	851	Grumes,gurumesu,グルーメス	022096	17	TN	022096	
3175750	Grumento Nova	grumento-nova	IT	85050	1124	Europe/Rome	40.28281	15.88877	771	Grumento Nova,Saponaradi Grumento	076037	02	PZ	076037	
3175751	Grumello del Piano	grumello-del-piano	IT	24040	0	Europe/Rome	45.66667	9.63333				09	BG	016123	
3175752	Grumello del Monte	grumello-del-monte	IT	24064	6353	Europe/Rome	45.63718	9.87676			016120	09	BG	016120	
3175753	Grumello Cremonese ed Uniti	grumello-cremonese	IT	26023	1910	Europe/Rome	45.19307	9.86587				09	CR	019051	
3175755	Grugliasco	grugliasco	IT	10095	33100	Europe/Rome	45.06805	7.57762	293	Grugliasco,Grujasch,gururiasuko,グルリアスコ	001120	12	TO	001120	
3175756	Gruaro	gruaro	IT	30020	2690	Europe/Rome	45.83472	12.84111		Gruar,Gruaro	027018	20	VE	027018	
3175759	Grottolella	grottolella	IT	83010	1854	Europe/Rome	40.97272	14.78704		Grottolella	064039	04	AV	064039	
3175760	Grottole	grottole	IT	75010	2174	Europe/Rome	40.60102	16.37928	482	Grottole	077012	02	MT	077012	
3175761	Grotti	grotti	IT	02015	0	Europe/Rome	45.86667	11.33333				20	VI	024106	
3175762	Grotti	grotti	IT	02015	0	Europe/Rome	43.21667	11.31667				16	SI	052017	
3175763	Grotti	grotti	IT	02015	0	Europe/Rome	42.15577	13.21775		Le Grotte		07	RI	057007	
3175764	Grotte Santo Stefano	grotte-santo-stefano	IT	01100	2802	Europe/Rome	42.51667	12.16667	285			07	VT	056059	
3175765	Grotte di Castro	grotte-di-castro	IT	01025	2560	Europe/Rome	42.67453	11.87225	467	Grotte di Castro	056030	07	VT	056030	
3175768	Grotte	grotte	IT	92020	0	Europe/Rome	44.05	10.71667				16	LU	046002	
3175770	Grottazzolina	grottazzolina	IT	63844	2748	Europe/Rome	43.11705	13.60518	227	Grottazzolina	109008	10	FM	109008	
3175771	Grottammare	grottammare	IT	63066	14572	Europe/Rome	42.98875	13.86489	4	Grottammare	044023	10	AP	044023	
3175772	Grottaminarda	grottaminarda	IT	83035	8274	Europe/Rome	41.06972	15.05894			064038	04	AV	064038	
3175773	Grottaglie	grottaglie	IT	74023	31894	Europe/Rome	40.53923	17.4337		Grottaglie,Grottal'e,Гротталье	073008	13	TA	073008	
3175775	Grottaferrata	grottaferrata	IT	00046	18144	Europe/Rome	41.78362	12.67568	320	Grottaferrata	058046	07	RM	058046	
3175779	Grotta	grotta	IT	43047	0	Europe/Rome	44.78333	9.91667		Grotta,La Grotta		05	PR	034028	
3175786	Grosseto	grosseto	IT	58100	60922	Europe/Rome	42.77142	11.10794	10	GRS,Grosseto,Гроссето	GR	16	GR	053011	
3175787	Grosotto	grosotto	IT	23034	1686	Europe/Rome	46.283	10.25976		Grosotto,Grossotto	014034	09	SO	014034	
3175788	Grosio	grosio	IT	23033	4827	Europe/Rome	46.2979	10.27426		Grosio	014033	09	SO	014033	
3175789	Groscavallo	groscavallo	IT	10070	214	Europe/Rome	45.36805	7.25801		Groscavallo,Grosscaval,gurosukavu~arro,グロスカヴァッロ	001118	12	TO	001118	
3175791	Groppo	groppo	IT	41020	0	Europe/Rome	44.43333	9.68333				05	PR	034001	
3175792	Groppo	groppo	IT	41020	0	Europe/Rome	44.23333	9.91667		Groppa,Groppo		16	MS	045015	
3175795	Gropparello	gropparello	IT	29025	769	Europe/Rome	44.83084	9.72631	355	Gropparello	033025	05	PC	033025	
3175796	Groppallo	groppallo	IT	29023	0	Europe/Rome	44.7	9.6				05	PC	033019	
3175798	Gropello Cairoli	gropello-cairoli	IT	27027	4105	Europe/Rome	45.17856	8.99275		Gropello,Gropello Cairoli	018076	09	PV	018076	
3175800	Grontardo	grontardo	IT	26044	1301	Europe/Rome	45.20187	10.15077		Grontardo	019050	09	CR	019050	
3175801	Grondola	grondola	IT	54027	0	Europe/Rome	44.41667	9.85				16	MS	045014	
3175803	Gromo	gromo	IT	24020	1225	Europe/Rome	45.96399	9.92705			016118	09	BG	016118	
3175804	Gromlongo	gromlongo	IT	24030	0	Europe/Rome	45.73333	9.51667				09	BG	016171	
3175807	Grizzana Morandi	grizzana-morandi	IT	40030	3694	Europe/Rome	44.2582	11.15288			037031	05	BO	037031	
3175808	Grisignano di Zocco	grisignano-di-zocco	IT	36040	2988	Europe/Rome	45.47499	11.6983	23	Grisignano,Grisignano di Zocco	024046	20	VI	024046	
3175809	Grisciano	grisciano	IT	02011	0	Europe/Rome	42.73365	13.26801				10	AP	044006	
3175812	Grimaldi	grimaldi	IT	18039	430	Europe/Rome	43.78733	7.53869	34	Grimaldi di Ventimiglia		08	IM	008065	
3175816	Grigno	grigno	IT	38055	764	Europe/Rome	46.01601	11.63689	263	Grigno,gurinyo,グリーニョ	022095	17	TN	022095	
3175818	Grignasco	grignasco	IT	28075	3967	Europe/Rome	45.67977	8.34302	322	Grignasch,Grignasco	003079	12	NO	003079	
3175820	Grignano	grignano	IT	24041	474	Europe/Rome	45.70825	13.71456	2	Grignano,Grljan		06	TS	032006	
3175824	Gries	gries	IT	39020	0	Europe/Rome	46.51667	11.33333				17	BZ	021008	
3175826	Gricignano	gricignano	IT	52037	0	Europe/Rome	43.92114	11.37497				16	FI	048004	
3175827	Gricignano	gricignano	IT	52037	368	Europe/Rome	43.54312	12.11186	306			16	AR	051034	
3175829	Griante	griante	IT	22011	695	Europe/Rome	45.99528	9.23554			013113	09	CO	013113	
3175830	Grezzana	grezzana	IT	37023	4784	Europe/Rome	45.52029	11.01769	169	Grezzana	023038	20	VR	023038	
3175833	Greve in Chianti	greve-in-chianti	IT	50022	3792	Europe/Rome	43.57905	11.31833	236		048021	16	FI	048021	
3175837	Gressoney-Saint-Jean	gressoney-saint-jean	IT	11025	400	Europe/Rome	45.77507	7.82661	1385	Gressonei San Giovanni,Gressoney,Gressoney-Saint-Jean,Gréssonei San Giovanni	007033	19	AO	007033	
3175838	Gressoney-La-Trinité	gressoney-la-trinite	IT	11020	297	Europe/Rome	45.82967	7.82321		Gressonei-la-Trinita,Gressonei-la-Trinitá	007032	19	AO	007032	
3175840	Gressan	gressan	IT	11020	2867	Europe/Rome	45.72066	7.2869	626	Gressan,Gressen	007031	19	AO	007031	
3175842	Gresine	gresine	IT	25050	0	Europe/Rome	45.63333	10.03333				09	BS	017156	
3175846	Greggio	greggio	IT	13030	317	Europe/Rome	45.45066	8.38303	161	Greggio	002065	12	VC	002065	
3175848	Greci	greci	IT	83030	0	Europe/Rome	41.33333	14.13333		Greci,Katundi / Greci		04	CE	061095	
3175849	Greci	greci	IT	83030	946	Europe/Rome	41.25182	15.16914			064037	04	AV	064037	
3175854	Grazzano Visconti	grazzano-visconti	IT	29020	275	Europe/Rome	44.93393	9.67345	142			05	PC	033045	
3175855	Grazzano Badoglio	grazzano-badoglio	IT	14035	458	Europe/Rome	45.04035	8.31064	299	Grazzano,Grazzano Badoglio,グラッツァーノ・バドーリオ	005057	12	AT	005057	
3175856	Grazzanise	grazzanise	IT	81046	5378	Europe/Rome	41.09201	14.10446	12		061042	04	CE	061042	
3175858	Grazie	grazie	IT	46010	0	Europe/Rome	45.1539	10.6945				09	MN	020016	
3175860	Gravina in Puglia	gravina-in-puglia	IT	70024	42154	Europe/Rome	40.81972	16.42278		Gravina in Puglia	072023	13	BA	072023	
3175864	Gravellona Toce	gravellona-toce	IT	28883	7077	Europe/Rome	45.92859	8.43209	211	Gravellona,Gravellona Toce	103035	12	VB	103035	
3175865	Gravellona Lomellina	gravellona-lomellina	IT	27020	2173	Europe/Rome	45.32766	8.76414			018075	09	PV	018075	
3175868	Graveglia	graveglia	IT	16042	0	Europe/Rome	44.33333	9.4				08	GE	010040	
3175869	Gravedona	gravedona	IT	22015	2611	Europe/Rome	46.14639	9.30094	206	Gravedona,Gravidonia		09	CO	013249	
3175873	Grauno	grauno	IT	38092	142	Europe/Rome	46.23031	11.29778		Grauno,gurauno,グラウノ	022094	17	TN	022094	
3175877	Gratacasolo	gratacasolo	IT	25055	0	Europe/Rome	45.81667	10.11667				09	BS	017143	
3175878	Grassina	grassina	IT	50012	0	Europe/Rome	43.72368	11.29068				16	FI	048001	
3175880	Grassano	grassano	IT	75014	5363	Europe/Rome	40.63457	16.27792	576	Grassano	077011	02	MT	077011	
3175883	Granzette	granzette	IT	45100	0	Europe/Rome	45.08333	11.75				20	RO	029041	
3175884	Granze	granze	IT	35040	1527	Europe/Rome	45.15649	11.71471	6	Granze	028043	20	PD	028043	
3175885	Grantorto	grantorto	IT	35010	3435	Europe/Rome	45.6009	11.7316	36	Grantorto,gurantoruto,グラントルト	028042	20	PD	028042	
3175890	Granozzo con Monticello	granozzo-con-monticello	IT	28060	1216	Europe/Rome	45.36016	8.57334		Granozzo con Monticello	003077	12	NO	003077	
3175936	Grandate	grandate	IT	22070	2901	Europe/Rome	45.77518	9.05784			013110	09	CO	013110	
3175939	Grancetta	grancetta	IT	60033	0	Europe/Rome	43.58333	13.35				10	AN	042007	
3175943	Granarolo	granarolo	IT	48018	0	Europe/Rome	44.4279	8.90747				08	GE	010025	
3175944	Granaiolo	granaiolo	IT	50051	0	Europe/Rome	43.65	10.95				16	FI	048010	
3175946	Gramolazzo	gramolazzo	IT	55034	0	Europe/Rome	44.15	10.23333				16	LU	046019	
3175947	Gramignazzo	gramignazzo	IT	43018	0	Europe/Rome	44.98333	10.25				05	PR	034049	
3175950	Gragnano Trebbiense	gragnano-trebbiense	IT	29010	2274	Europe/Rome	45.01316	9.56896	82	Gragnano Trebbiense	033024	05	PC	033024	
3175951	Gragnano	gragnano	IT	55010	0	Europe/Rome	44.25	11.35				05	BO	037034	
3175952	Gragnano	gragnano	IT	55010	29082	Europe/Rome	40.69561	14.51234	141	Gragnano,Gran'jano,guranyano,Граньяно,グラニャーノ	063035	04	NA	063035	
3175953	Gragnana	gragnana	IT	54033	0	Europe/Rome	44.2	10.26667				16	LU	046023	
3175954	Gragnana	gragnana	IT	54033	917	Europe/Rome	44.1	10.08333	219			16	MS	045003	
3175955	Graglia	graglia	IT	13895	717	Europe/Rome	45.55856	7.97802	596	Graglia,guraria,グラーリア	096028	12	BI	096028	
3175956	Graffignano	graffignano	IT	01020	939	Europe/Rome	42.57253	12.20166	187	Graffignano,guraffinyano,グラッフィニャーノ	056029	07	VT	056029	
3175957	Gradoli	gradoli	IT	01010	1305	Europe/Rome	42.64353	11.85485	470	Gradoli	056028	07	VT	056028	
3175960	Grado	grado	IT	34073	6767	Europe/Rome	45.67861	13.38694	2	Grado,Grau,Gravo,gurado,グラード	031009	06	GO	031009	
3175961	Gradisca d'Isonzo	gradisca-d-isonzo	IT	34072	6431	Europe/Rome	45.8925	13.50167	32	Gradisca,Gradisca d'Isonzo,Gradisca d’Isonzo,Gradiscje dal Lusinc,Gradiska	031008	06	GO	031008	
3175965	Gradara	gradara	IT	61012	1533	Europe/Rome	43.93887	12.77125	142	Gradara	041020	10	PU	041020	
3175966	Gracciano	gracciano	IT	53045	0	Europe/Rome	43.13333	11.81667				16	SI	052015	
3175968	Gozzano	gozzano	IT	28024	4596	Europe/Rome	45.74647	8.43672	367	Gozzano	003076	12	NO	003076	
3175969	Governolo	governolo	IT	46037	0	Europe/Rome	45.08333	10.95		Ambuletum,Governolo		09	MN	020003	
3175971	Gottolengo	gottolengo	IT	25023	4777	Europe/Rome	45.29188	10.27237		Gottolengo,gottorengo,ゴットレンゴ	017080	09	BS	017080	
3175973	Gossolengo	gossolengo	IT	29020	3542	Europe/Rome	45.00226	9.61646	86	Gossolengo	033023	05	PC	033023	
3175974	Gosaldo	gosaldo	IT	32020	884	Europe/Rome	46.22142	11.9557		Gosaldo	025025	20	BL	025025	
3175976	Gorzegno	gorzegno	IT	12070	393	Europe/Rome	44.51284	8.13514		Gorzegno	004097	12	CN	004097	
3175978	Gorreto	gorreto	IT	16020	147	Europe/Rome	44.60485	9.29126		Goreio,Gorreto	010026	08	GE	010026	
3175980	Goro	goro	IT	44020	3101	Europe/Rome	44.85306	12.30873	1	Goro	038025	05	FE	038025	
3175981	Gorno	gorno	IT	24020	1778	Europe/Rome	45.86249	9.84155		Gorno	016116	09	BG	016116	
3175983	Gorle	gorle	IT	24020	5063	Europe/Rome	45.70018	9.71275		Gorle	016115	09	BG	016115	
3175984	Gorla Maggiore	gorla-maggiore	IT	21050	4836	Europe/Rome	45.66587	8.89204			012078	09	VA	012078	
3175986	Gorizia	gorizia	IT	34170	34646	Europe/Rome	45.94088	13.62167	84	Goerz,Gorica,Goricija,Gorizia,Gorycja,Gurize,Gurizze,Görz,QGO,goritsu~ia,Гориция,ゴリツィア	GO	06	GO	031007	
3175988	Goriano Sicoli	goriano-sicoli	IT	67030	597	Europe/Rome	42.08083	13.7748	720	Goriano Sicoli	066047	01	AQ	066047	
3175990	Gorgonzola	gorgonzola	IT	20064	17674	Europe/Rome	45.53157	9.40465		Gorgonzola,gorugonzora,ゴルゴンゾーラ	015108	09	MI	015108	
3175994	Gorgoglione	gorgoglione	IT	75010	1033	Europe/Rome	40.39441	16.14458	800	Gorgoglione	077010	02	MT	077010	
3175995	Gorgo	gorgo	IT	33053	0	Europe/Rome	45.26667	11.88333				20	PD	028026	
3175997	Gorga	gorga	IT	00030	764	Europe/Rome	41.65502	13.1091		Gorga,goruga,ゴルガ	058045	07	RM	058045	
3175998	Gorga	gorga	IT	00030	0	Europe/Rome	40.31667	15.23333				04	SA	065145	
3175999	Gorfigliano	gorfigliano	IT	55034	629	Europe/Rome	44.14591	10.24833	685			16	LU	046019	
3176000	Gordona	gordona	IT	23020	1751	Europe/Rome	46.29229	9.36534		Gordona	014032	09	SO	014032	
3176002	Gonzaga	gonzaga	IT	46023	8054	Europe/Rome	44.94977	10.82089		Gonzaga,gondzaga,gonzaga,გონძაგა,ゴンザーガ	020027	09	MN	020027	
3176003	Gonars	gonars	IT	33050	3938	Europe/Rome	45.89694	13.23361	21	Gonars	030044	06	UD	030044	
3176007	Gombio	gombio	IT	25060	0	Europe/Rome	44.5	10.43333				05	RE	035016	
3176008	Gomagoi	gomagoi	IT	39020	0	Europe/Rome	46.58333	10.53333				17	BZ	021095	
3176012	Golasecca	golasecca	IT	21010	2485	Europe/Rome	45.69677	8.66613		Golasecca	012077	09	VA	012077	
3176014	Goito	goito	IT	46044	9559	Europe/Rome	45.25488	10.67208		Goito,goito,ゴーイト	020026	09	MN	020026	
3176018	Godo	godo	IT	48026	1579	Europe/Rome	44.39173	12.07495	7			05	RA	039016	
3176019	Godiasco	godiasco	IT	27052	2806	Europe/Rome	44.89756	9.05676		Godiasco	018073	09	PV	018073	
3176020	Godia	godia	IT	33100	0	Europe/Rome	46.10139	13.26778				06	UD	030129	
3176023	Godega di Sant'Urbano	godega-di-sant-urbano	IT	31010	5954	Europe/Rome	45.92859	12.39687		Godega,Godega Sant Urbano,Godega di Sant'Urbano,Godeno di Sant'Urbano	026033	20	TV	026033	
3176031	Glorenza - Glurns	glorenza	IT	39020	883	Europe/Rome	46.67021	10.55486		Glorenca,Glorenza,Glurns,gurorentsu~a,Глоренца,グロレンツァ	021036	17	BZ	021036	
3176041	Giussano	giussano	IT	20833	21775	Europe/Rome	45.69408	9.21124		Giuessan,Giussano,Giüssàn,Gluxianum,jussano,ジュッサーノ	108024	09	MB	108024	
3176042	Giussago	giussago	IT	27010	485	Europe/Rome	45.75569	12.91785	4			20	VE	027029	
3176043	Giussago	giussago	IT	27010	3915	Europe/Rome	45.28477	9.14075		Giussago	018072	09	PV	018072	
3176044	Giurdignano	giurdignano	IT	73020	1793	Europe/Rome	40.12152	18.43273		Giurdignano	075033	13	LE	075033	
3176046	Giungano	giungano	IT	84050	1116	Europe/Rome	40.39471	15.10716		Giungano	065058	04	SA	065058	
3176049	Giuncarico	giuncarico	IT	58023	449	Europe/Rome	42.90565	10.99216	170			16	GR	053010	
3176052	Giuliopoli	giuliopoli	IT	66040	0	Europe/Rome	41.91667	14.35		Giuliopoli		01	CH	069078	
3176053	Giulianova	giulianova	IT	64021	20490	Europe/Rome	42.75381	13.9665	68	Giulianova	067025	01	TE	067025	
3176054	Giuliano Teatino	giuliano-teatino	IT	66010	908	Europe/Rome	42.30704	14.27881	272	Giuliano Teanno,Giuliano Teatino	069042	01	CH	069042	
3176055	Giuliano di Roma	giuliano-di-roma	IT	03020	2228	Europe/Rome	41.53972	13.2795		Giuliano di Roma	060041	07	FR	060041	
3176057	Giulianello	giulianello	IT	04010	0	Europe/Rome	41.68333	12.86667				07	LT	059006	
3176058	Giugnola	giugnola	IT	40022	0	Europe/Rome	44.21667	11.45		Giugnola		16	FI	048018	
3176059	Giugliano in Campania	giugliano-in-campania	IT	80014	80269	Europe/Rome	40.92306	14.21039	97	Giuglian,Giugliano,Giugliano in Campania,Giugliàn,ジュリアーノ・イン・カンパーニア	063034	04	NA	063034	
3176060	Giuggianello	giuggianello	IT	73030	1286	Europe/Rome	40.09442	18.36893		Giuggianello	075032	13	LE	075032	
3176064	Gissi	gissi	IT	66052	1881	Europe/Rome	42.01664	14.54432	499	Gissi	069041	01	CH	069041	
3176072	Giovinazzo	giovinazzo	IT	70054	20300	Europe/Rome	41.18643	16.66738		Dzhovinacco,Giovinazzo,Джовинаццо	072022	13	BA	072022	
3176075	Giovi	giovi	IT	16018	412	Europe/Rome	44.54534	8.9354	370			08	GE	010035	
3176082	Giove	giove	IT	05024	1238	Europe/Rome	42.50933	12.33066	292	Giove	055014	18	TR	055014	
3176087	Gioiella	gioiella	IT	06061	0	Europe/Rome	43.1	11.96667		Gioiella		18	PG	054009	
3176089	Gioia Sannitica	gioia-sannitica	IT	81010	3697	Europe/Rome	41.30012	14.44413		Gioia Sannitica	061041	04	CE	061041	
3176090	Gioia del Colle	gioia-del-colle	IT	70023	27655	Europe/Rome	40.79673	16.92359		Dzhoja-del'-Kolle,Gioia del Colle,Gioja del Colle,Джоя-дель-Колле	072021	13	BA	072021	
3176091	Gioia dei Marsi	gioia-dei-marsi	IT	67055	2099	Europe/Rome	41.95219	13.69774	725	Gioia de' Marsi,Gioia dei Marsi	066046	01	AQ	066046	
3176092	Gioi	gioi	IT	84056	1465	Europe/Rome	40.2897	15.21806		Gioi	065057	04	SA	065057	
3176097	Ginosa	ginosa	IT	74013	22146	Europe/Rome	40.58012	16.75609		Ginosa	073007	13	TA	073007	
3176099	Ginestreto	ginestreto	IT	61100	241	Europe/Rome	43.83091	12.8177	288			10	PU	041044	
3176101	Ginestra degli Schiavoni	ginestra-degli-schiavoni	IT	82020	611	Europe/Rome	41.27992	15.04374		Ginestra degli Schiavoni	062036	04	BN	062036	
3176103	Ginestra Fiorentina	ginestra-fiorentina	IT	50055	0	Europe/Rome	43.7115	11.07259				16	FI	048024	
3176104	Ginestra	ginestra	IT	85020	0	Europe/Rome	42.23333	12.85				07	RI	057041	
3176105	Ginestra	ginestra	IT	85020	707	Europe/Rome	40.92982	15.73456	564	Ginestra,Xhinestra	076099	02	PZ	076099	
3176112	Gimigliano	gimigliano	IT	88045	0	Europe/Rome	42.86667	13.53333				10	AP	044073	
3176114	Gildone	gildone	IT	86010	400	Europe/Rome	41.51013	14.73923	608	Gildone	070026	11	CB	070026	
3176116	Gignese	gignese	IT	28836	457	Europe/Rome	45.86067	8.50992	705		103034	12	VB	103034	
3176117	Giglio Porto	giglio-porto	IT	58012	608	Europe/Rome	42.35981	10.91904	9	Giglio Marina		16	GR	053012	
3176120	Giglio Castello	giglio-castello	IT	58012	557	Europe/Rome	42.36667	10.9	405	Giglio,Giglio Castello	053012	16	GR	053012	
3176125	Giffoni Valle Piana	giffoni-valle-piana	IT	84095	10992	Europe/Rome	40.71811	14.94235		Giffoni Valle Piana	065056	04	SA	065056	
3176129	Giavera del Montello	giavera-del-montello	IT	31040	3462	Europe/Rome	45.79374	12.16667	78	Giavera,Giavera del Montello	026032	20	TV	026032	
3176130	Giaveno	giaveno	IT	10094	11540	Europe/Rome	45.04704	7.34922	506	Giaven,Giaveno,javu~eno,ジャヴェーノ	001115	12	TO	001115	
3176131	Giave	giave	IT	07010	692	Europe/Rome	40.45196	8.75222		Giave	090030	14	SS	090030	
3176137	Giarole	giarole	IT	15036	702	Europe/Rome	45.06056	8.56654	98	Giarole	006082	12	AL	006082	
3176140	Giardinetto	giardinetto	IT	15040	0	Europe/Rome	41.31667	15.4				13	FG	071035	
3176143	Giano Vetusto	giano-vetusto	IT	81042	653	Europe/Rome	41.20272	14.19342		Giano Vetusto	061040	04	CE	061040	
3176145	Giano dell'Umbria	giano-dell-umbria	IT	06030	3383	Europe/Rome	42.83384	12.57777		Giano dell'Umbria	054021	18	PG	054021	
3176153	Giai	giai	IT	30020	538	Europe/Rome	45.81639	12.82139	8			20	VE	027018	
3176154	Giai	giai	IT	30020	0	Europe/Rome	45.77361	12.67583		Giai,Giai di Spadacenta		20	VE	027001	
3176157	Ghizzano	ghizzano	IT	56037	349	Europe/Rome	43.53877	10.79178	190			16	PI	050025	
3176158	Ghivizzano	ghivizzano	IT	55025	0	Europe/Rome	44.03333	10.51667				16	LU	046011	
3176159	Ghislarengo	ghislarengo	IT	13030	781	Europe/Rome	45.52906	8.38513	206	Ghislarengo	002062	12	VC	002062	
3176163	Ghisalba	ghisalba	IT	24050	4626	Europe/Rome	45.59478	9.75926		Ghisalba	016113	09	BG	016113	
3176165	Ghirla	ghirla	IT	21039	0	Europe/Rome	45.92507	8.82176				09	VA	012131	
3176167	Ghilarza	ghilarza	IT	09074	4467	Europe/Rome	40.11965	8.83493	290	Ghilarza	095021	14	OR	095021	
3176170	Ghiffa	ghiffa	IT	28823	2241	Europe/Rome	45.95818	8.61692	262	Ghiffa,giffa,ギッファ	103033	12	VB	103033	
3176171	Ghibullo	ghibullo	IT	48100	276	Europe/Rome	44.3457	12.1396	5			05	RA	039014	
3176173	Ghiaie	ghiaie	IT	24040	0	Europe/Rome	45.71667	9.58333				09	BG	016038	
3176176	Ghemme	ghemme	IT	28074	3499	Europe/Rome	45.59957	8.42153	241		003073	12	NO	003073	
3176177	Ghedi	ghedi	IT	25016	15627	Europe/Rome	45.40108	10.27927		Gedi,Ghedi,gedi,Геди,ゲーディ	017078	09	BS	017078	
3176178	Gesualdo	gesualdo	IT	83040	3829	Europe/Rome	41.00672	15.07245		Gesualdo,jezuarudo,ジェズアルド	064036	04	AV	064036	
3176179	Gessopalena	gessopalena	IT	66010	1013	Europe/Rome	42.05664	14.27312	644	Gessopalena	069040	01	CH	069040	
3176182	Gesso	gesso	IT	98153	0	Europe/Rome	44.28333	11.51667				05	BO	037012	
3176183	Gesso	gesso	IT	98153	0	Europe/Rome	43.90544	12.50699				10	PU	041060	
3176184	Gesso	gesso	IT	98153	0	Europe/Rome	42.68333	13.63333				01	TE	067041	
3176185	Quartiano	quartiano	IT	26837	0	Europe/Rome	45.358	9.4176				09	LO	098041	
3176186	Gerosa	gerosa	IT	24012	383	Europe/Rome	45.84978	9.56955		Gerosa	016112	09	BG	016112	
3176188	Gerola Alta	gerola-alta	IT	23010	249	Europe/Rome	46.06089	9.55074		Gerola,Gerola Alta	014031	09	SO	014031	
3176193	Germagnano	germagnano	IT	10070	913	Europe/Rome	45.26385	7.46951	485	Gerinagnano,Germagnan,Germagnano,jerumanyano,ジェルマニャーノ	001113	12	TO	001113	
3176194	Germagnano	germagnano	IT	10070	0	Europe/Rome	43.61667	12.18333				16	AR	051034	
3176195	Gerfalco	gerfalco	IT	58026	0	Europe/Rome	43.15	10.98333				16	GR	053017	
3176196	Gerenzago	gerenzago	IT	27010	913	Europe/Rome	45.20657	9.35966		Gerenzago	018071	09	PV	018071	
3176198	Gerano	gerano	IT	00025	1201	Europe/Rome	41.93302	12.99429		Gerano,jerano,ジェラーノ	058044	07	RM	058044	
3176199	Gera Lario	gera-lario	IT	22010	882	Europe/Rome	46.17099	9.36764		Gera	013107	09	CO	013107	
3176201	Genzone	genzone	IT	27014	345	Europe/Rome	45.18066	9.34746		Genzone	018070	09	PV	018070	
3176203	Genzano di Roma	genzano-di-roma	IT	00045	20582	Europe/Rome	41.70132	12.69178	435	Dzhencano-di-Roma,Genzano,Genzano di Roma,Дженцано-ди-Рома,ジェンツァーノ・ディ・ローマ	058043	07	RM	058043	
3176204	Genzano di Lucania	genzano-di-lucania	IT	85013	5736	Europe/Rome	40.84792	16.03077	587	Genzano,Genzano di Lucania	076036	02	PZ	076036	
3176220	Genola	genola	IT	12040	2186	Europe/Rome	44.58894	7.66453	345	Genola	004096	12	CN	004096	
3176226	Genivolta	genivolta	IT	26020	1085	Europe/Rome	45.33257	9.87726		Genivolta	019047	09	CR	019047	
3176227	Genga	genga	IT	60040	0	Europe/Rome	43.8	12.83333				10	PU	041027	
3176228	Genga	genga	IT	60040	1981	Europe/Rome	43.42966	12.93496		Genga,jenga,ジェンガ	042020	10	AN	042020	
3176230	Genazzano	genazzano	IT	00030	5314	Europe/Rome	41.82522	12.97079		Genazzano,jenattsu~ano,ジェナッツァーノ	058042	07	RM	058042	
3176233	Gemonio	gemonio	IT	21036	2552	Europe/Rome	45.87698	8.67703			012074	09	VA	012074	
3176234	Gemona del Friuli	gemona-del-friuli	IT	33013	11070	Europe/Rome	46.27944	13.14306		Gemona,Gemona del Friuli,Glemone	030043	06	UD	030043	
3176236	Gemmano	gemmano	IT	47855	360	Europe/Rome	43.90396	12.58155	404	Gemmano,Germmano	099004	05	RN	099004	
3176238	Gello	gello	IT	56017	0	Europe/Rome	43.96667	10.9				16	PT	047014	
3176239	Gello	gello	IT	56017	0	Europe/Rome	43.96667	10.45				16	LU	046022	
3176240	Gello	gello	IT	56017	0	Europe/Rome	43.51667	10.56667				16	PI	050040	
3176241	Gello	gello	IT	56017	0	Europe/Rome	43.5	11.93333				16	AR	051002	
3176242	Gello	gello	IT	56017	0	Europe/Rome	43.35	10.7				16	PI	050019	
3176243	Gazzuolo	gazzuolo	IT	46010	2462	Europe/Rome	45.06417	10.57858		Gazzuolo	020025	09	MN	020025	
3176244	Gazzo Veronese	gazzo-veronese	IT	37060	344	Europe/Rome	45.14018	11.0769	16	Gazzo Veronese	023037	20	VR	023037	
3176245	Gazzolo	gazzolo	IT	37040	0	Europe/Rome	44.9	10.1				05	PR	034014	
3176246	Gazzo	gazzo	IT	35010	1191	Europe/Rome	45.5806	11.7042	36		028041	20	PD	028041	
3176247	Gazzo	gazzo	IT	35010	0	Europe/Rome	45.17968	10.89706			020004	09	MN	020004	
3176248	Gazzo	gazzo	IT	35010	0	Europe/Rome	44.65	9.71667				05	PR	034002	
3176254	Gazzaniga	gazzaniga	IT	24025	4968	Europe/Rome	45.79338	9.82976		Gazzaniga	016111	09	BG	016111	
3176256	Gazzada	gazzada	IT	21045	0	Europe/Rome	45.76667	8.81667				09	VA	012105	
3176257	Gazoldo degli Ippoliti	gazoldo-degli-ippoliti	IT	46040	2525	Europe/Rome	45.20028	10.57938		Gazoldo,Gazoldo degli Ippoliti,Gazzoldo d'Ippoliti	020024	09	MN	020024	
3176259	Gavorrano	gavorrano	IT	58023	742	Europe/Rome	42.92526	10.90681	273	Gavorrano	053010	16	GR	053010	
3176260	Gavoi	gavoi	IT	08020	3011	Europe/Rome	40.16176	9.19513		Gavoi	091028	14	NU	091028	
3176261	Gavirate	gavirate	IT	21026	9400	Europe/Rome	45.84008	8.71983			012072	09	VA	012072	
3176262	Gavinana	gavinana	IT	51028	757	Europe/Rome	44.05391	10.82226	819			16	PT	047019	
3176265	Gavignano	gavignano	IT	00030	0	Europe/Rome	42.26667	12.61667				07	RI	057029	
3176266	Gavignano	gavignano	IT	00030	1760	Europe/Rome	41.69912	13.05179		Gavignano,gavu~inyano,ガヴィニャーノ	058041	07	RM	058041	
3176269	Gavi	gavi	IT	15066	2317	Europe/Rome	44.68765	8.80935	233	Gavi,gavu~i,ガーヴィ	006081	12	AL	006081	
3176271	Gavena	gavena	IT	50050	0	Europe/Rome	43.71667	10.85				16	PI	050032	
3176272	Gavello	gavello	IT	41037	966	Europe/Rome	45.02168	11.91512	4	Gavello	029026	20	RO	029026	
3176273	Gavello	gavello	IT	41037	293	Europe/Rome	44.92562	11.18036	14			05	MO	036022	
3176276	Gavazzo Nuova	gavazzo-nuova	IT	38060	0	Europe/Rome	45.91333	10.84127				17	TN	022191	
3176277	Gavardo	gavardo	IT	25085	10089	Europe/Rome	45.58938	10.44257		Gavardo,gavu~arudo,ガヴァルド	017077	09	BS	017077	
3176279	Gaudiano	gaudiano	IT	85024	0	Europe/Rome	41.1	15.9				02	PZ	076043	
3176280	Gattorna	gattorna	IT	16047	672	Europe/Rome	44.42989	9.18923	182			08	GE	010036	
3176282	Gattinara	gattinara	IT	13045	8001	Europe/Rome	45.61787	8.36743	263	Gattinara,gattinara,ガッティナーラ	002061	12	VC	002061	
3176283	Gattatico	gattatico	IT	42043	0	Europe/Rome	44.79432	10.46044		Gattatico		05	RE	035022	
3176284	Gattaia	gattaia	IT	50039	0	Europe/Rome	43.98333	11.46667				16	FI	048049	
3176285	Gassino Torinese	gassino-torinese	IT	10090	8211	Europe/Rome	45.13165	7.82762	230	Gassino,Gassino Torinese,Gasso,Gássino,ガッシーノ・トリネーゼ	001112	12	TO	001112	
3176287	Garzeno	garzeno	IT	22010	1029	Europe/Rome	46.13409	9.24964			013106	09	CO	013106	
3176292	Garrufo	garrufo	IT	64027	0	Europe/Rome	42.73702	13.65716				01	TE	067008	
3176297	Garlenda	garlenda	IT	17033	957	Europe/Rome	44.03325	8.09546		Garlenda	009030	08	SV	009030	
3176299	Garlasco	garlasco	IT	27026	9207	Europe/Rome	45.19736	8.92375		Garlasco	018069	09	PV	018069	
3176304	Gargnano	gargnano	IT	25084	3035	Europe/Rome	45.68909	10.66088		Gargnano,garunyano,ガルニャーノ	017076	09	BS	017076	
3176305	Gargazzone - Gargazon	gargazzone	IT	39010	1366	Europe/Rome	46.58482	11.20357		Gargazon,Gargazzone,garugattsu~one,ガルガッツォーネ	021035	17	BZ	021035	
3176309	Garessio	garessio	IT	12075	2612	Europe/Rome	44.20293	8.01924	621	Garessio	004095	12	CN	004095	
3176311	Gardone Val Trompia	gardone-val-trompia	IT	25063	10952	Europe/Rome	45.69419	10.18696		Gardone Val Trompia,ガルドーネ・ヴァル・トロンピア	017075	09	BS	017075	
3176312	Gardone Riviera	gardone-riviera	IT	25083	2531	Europe/Rome	45.62499	10.56528		Gardone Riviera,ガルドーネ・リヴィエーラ	017074	09	BS	017074	
3176319	Garda	garda	IT	37016	0	Europe/Rome	46.11667	10.35				09	BS	017016	
3176320	Garda	garda	IT	37016	3611	Europe/Rome	45.57779	10.71238	67	Garda,garuda,Гарда,ガルダ	023036	20	VR	023036	
3176322	Garbagnate Milanese	garbagnate-milanese	IT	20024	27276	Europe/Rome	45.57647	9.07174		Garbagnate Milanese,ガルバニャーテ・ミラネーゼ	015105	09	MI	015105	
3176324	Garaguso	garaguso	IT	75010	951	Europe/Rome	40.54842	16.22718	492	Garaguso	077009	02	MT	077009	
3176326	Garadassi	garadassi	IT	15054	0	Europe/Rome	44.75429	9.15393		Brintazzi	006067	12	AL	006067	
3176328	Ganna	ganna	IT	21039	0	Europe/Rome	45.9	8.81667				09	VA	012131	
3176330	Gandino	gandino	IT	24024	5649	Europe/Rome	45.80789	9.89646		Gandino	016108	09	BG	016108	
3176332	Gambulaga	gambulaga	IT	44015	768	Europe/Rome	44.7441	11.79057	2			05	FE	038019	
3176333	Gambolò	gambolo	IT	27025	8323	Europe/Rome	45.26416	8.85724		Gambolo,Gambolò	018068	09	PV	018068	
3176334	Gambettola	gambettola	IT	47035	10034	Europe/Rome	44.11748	12.33705	31	Gambettola	040015	05	FC	040015	
3176335	Gamberale	gamberale	IT	66040	394	Europe/Rome	41.90603	14.20732		Gamberale	069039	01	CH	069039	
3176337	Gambellara	gambellara	IT	36053	371	Europe/Rome	44.33074	12.13653	8	Gambellara,Gambellaro		05	RA	039014	
3176338	Gambatesa	gambatesa	IT	86013	1241	Europe/Rome	41.50893	14.91354	468	Gambalesa,Gambatesa	070025	11	CB	070025	
3176339	Gambassi Terme	gambassi-terme	IT	50050	4709	Europe/Rome	43.53694	10.95232			048020	16	FI	048020	
3176340	Gambasca	gambasca	IT	12030	346	Europe/Rome	44.62873	7.34732		Gambasca	004094	12	CN	004094	
3176342	Gambarana	gambarana	IT	27030	281	Europe/Rome	45.02836	8.76335		Gambarana	018067	09	PV	018067	
3176343	Gambara	gambara	IT	25020	4533	Europe/Rome	45.25528	10.29348		Gambara,ganbara,ガンバラ	017073	09	BS	017073	
3176344	Gamalero	gamalero	IT	15010	432	Europe/Rome	44.80905	8.54164	142	Gamaleri,Gamalero	006078	12	AL	006078	
3176346	Galzignano Terme	galzignano-terme	IT	35030	4225	Europe/Rome	45.30798	11.73134			028040	20	PD	028040	
3176348	Galugnano	galugnano	IT	73010	0	Europe/Rome	40.25601	18.21473				13	LE	075069	
3176349	Galtellì	galtelli	IT	08020	2344	Europe/Rome	40.38526	9.61464		Galtelli,Galtellì	091027	14	NU	091027	
3176350	Galluzzo	galluzzo	IT	50124	0	Europe/Rome	43.73333	11.21667		Galluzzo		16	FI	048017	
3176353	Galluccio	galluccio	IT	81044	2385	Europe/Rome	41.35232	13.95372		Galluccio	061039	04	CE	061039	
3176355	Galloro	galloro	IT	00072	0	Europe/Rome	41.71667	12.66667				07	RM	058009	
3176359	Gallo	gallo	IT	12060	1680	Europe/Rome	44.73333	11.55	10			05	FE	038018	
3176360	Gallo	gallo	IT	12060	0	Europe/Rome	42.86667	12.66667				18	PG	054030	
3176361	Gallo	gallo	IT	12060	0	Europe/Rome	42.08333	13.25				01	AQ	066099	
3176362	Gallo	gallo	IT	12060	0	Europe/Rome	42.06667	14.21667				01	CH	069024	
3176363	Gallo Matese	gallo-matese	IT	81010	761	Europe/Rome	41.46452	14.22502			061038	04	CE	061038	
3176364	Gallo	gallo	IT	12060	0	Europe/Rome	41.3	13.98333				04	CE	061070	
3176366	Gallipoli	gallipoli	IT	73014	20266	Europe/Rome	40.05556	17.97639		Gallipoli,Kaddhipuli,Галлиполи	075031	13	LE	075031	
3176367	Gallio	gallio	IT	36032	1460	Europe/Rome	45.8862	11.53679	1090	Gallio	024042	20	VI	024042	
3176369	Gallinaro	gallinaro	IT	03040	1221	Europe/Rome	41.65342	13.79781		Gallinaro	060040	07	FR	060040	
3176372	Gallignano	gallignano	IT	26029	0	Europe/Rome	45.43333	9.83333				09	CR	019097	
3176373	Galliera Veneta	galliera-veneta	IT	35015	6729	Europe/Rome	45.6635	11.8309	49	Galliera Veneta	028039	20	PD	028039	
3176375	Galliera	galliera	IT	40015	506	Europe/Rome	44.74927	11.39371	16	Galliera	037028	05	BO	037028	
3176376	Gallicchio	gallicchio	IT	85010	829	Europe/Rome	40.28901	16.13908	730	Gallicchio	076035	02	PZ	076035	
3176377	Gallicano nel Lazio	gallicano-nel-lazio	IT	00010	4578	Europe/Rome	41.86882	12.82408		Gallicano nel Lazio,ガッリカーノ・ネル・ラーツィオ	058040	07	RM	058040	
3176378	Gallicano	gallicano	IT	55027	2556	Europe/Rome	44.05735	10.4452	186	Gallicano	046015	16	LU	046015	
3176379	Galliate	galliate	IT	28066	14649	Europe/Rome	45.48157	8.69674	153	Galliate	003068	12	NO	003068	
3176383	Gallese	gallese	IT	01035	0	Europe/Rome	45.58333	12.11667				20	VE	027037	
3176384	Gallese	gallese	IT	01035	1542	Europe/Rome	42.37373	12.39897	135	Gallese	056027	07	VT	056027	
3176386	Galleriano	galleriano	IT	33050	598	Europe/Rome	45.9642	13.11455	40			06	UD	030048	
3176388	Galleno	galleno	IT	25040	526	Europe/Rome	43.77462	10.72132	34			16	FI	048019	
3176391	Gallarate	gallarate	IT	21013	46361	Europe/Rome	45.66019	8.79164		Gallarate,Галларате	012070	09	VA	012070	
3176400	Galeata	galeata	IT	47010	2090	Europe/Rome	43.99796	11.91323	237	Galeata,gareata,ガレアータ	040014	05	FC	040014	
3176401	Galdo	galdo	IT	84068	0	Europe/Rome	40.56667	15.31667				04	SA	065143	
3176402	Galdo	galdo	IT	84068	0	Europe/Rome	40.21667	15.05				04	SA	065098	
3176405	Galbiate	galbiate	IT	23851	8644	Europe/Rome	45.81618	9.37804		Galbiate	097036	09	LC	097036	
3176406	Galatone	galatone	IT	73044	15895	Europe/Rome	40.14292	18.07042		Galatone	075030	13	LE	075030	
3176407	Galatina	galatina	IT	73013	28081	Europe/Rome	40.17402	18.16822		Aspedro,Galatina	075029	13	LE	075029	
3176410	Gais - Gais	gais	IT	39030	2865	Europe/Rome	46.83693	11.94978		Cais,Gais,gaisu,ガイス	021034	17	BZ	021034	
3176411	Gaiole in Chianti	gaiole-in-chianti	IT	53013	1122	Europe/Rome	43.46726	11.43297	360	Gaiole in Chianti,ガイオーレ・イン・キアンティ	052013	16	SI	052013	
3176412	Gaiola	gaiola	IT	12010	490	Europe/Rome	44.33523	7.40693	692	Gaiola,Gajola	004093	12	CN	004093	
3176414	Gaida	gaida	IT	42100	0	Europe/Rome	44.75	10.51667				05	RE	035033	
3176418	Gaiba	gaiba	IT	45030	779	Europe/Rome	44.94618	11.48021	9	Gaiba	029025	20	RO	029025	
3176419	Gaiato	gaiato	IT	41026	0	Europe/Rome	44.28333	10.86667				05	MO	036030	
3176420	Gaiarine	gaiarine	IT	31018	1892	Europe/Rome	45.88056	12.48306	20	Gaiarine	026031	20	TV	026031	
3176426	Gagliole	gagliole	IT	62022	670	Europe/Rome	43.23725	13.06767		Gagliole	043020	10	MC	043020	
3176428	Gagliano Aterno	gagliano-aterno	IT	67020	255	Europe/Rome	42.12653	13.7	650	Gagliano Aterno	066045	01	AQ	066045	
3176432	Gaglianico	gaglianico	IT	13894	3549	Europe/Rome	45.53786	8.07502	353	Gaglianico	096026	12	BI	096026	
3176433	Gaggio Montano	gaggio-montano	IT	40041	1407	Europe/Rome	44.19696	10.93291	620	Gaggio Montano	037027	05	BO	037027	
3176434	Gaggio	gaggio	IT	30020	0	Europe/Rome	45.55333	12.31778				20	VE	027020	
3176435	Gaggio	gaggio	IT	30020	1280	Europe/Rome	44.63231	11.01173	35			05	MO	036006	
3176436	Gaggiano	gaggiano	IT	20083	8111	Europe/Rome	45.40484	9.03488		Gaggiano,Oaggiano,gajjano,ガッジャーノ	015103	09	MI	015103	
3176438	Gaeta	gaeta	IT	04024	21179	Europe/Rome	41.21408	13.57082	10	Gaeta,Gaete,Gaieta,Gaète,gaeta,Гаета,ガエータ	059009	07	LT	059009	
3176441	Gaby	gaby	IT	11020	377	Europe/Rome	45.71216	7.88281	1047	Gaby	007029	19	AO	007029	
3176444	Gabicce Mare	gabicce-mare	IT	61011	4413	Europe/Rome	43.96471	12.75641	11		041019	10	PU	041019	
3176445	Gabiano	gabiano	IT	15020	337	Europe/Rome	45.15675	8.19523	300	Gabian,Gabiano	006077	12	AL	006077	
3176446	Gabiano	gabiano	IT	15020	0	Europe/Rome	42.71667	13.6				01	TE	067043	
3176448	Gabelletta	gabelletta	IT	05018	0	Europe/Rome	42.58333	12.58333				18	TR	055032	
3176449	Gabbro	gabbro	IT	57016	898	Europe/Rome	43.48177	10.44232	204			16	LI	049017	
3176451	Gabbio	gabbio	IT	28881	0	Europe/Rome	42.62903	12.78165				18	TR	055012	
3176454	Gabbiana	gabbiana	IT	46010	0	Europe/Rome	44.28333	10.01667				16	MS	045002	
3176456	Futani	futani	IT	84050	1280	Europe/Rome	40.1507	15.32316		Futani	065054	04	SA	065054	
3176461	Fusine in Valromana	fusine-in-valromana	IT	33018	402	Europe/Rome	46.49599	13.65233	773			06	UD	030117	
3176463	Fusine	fusine	IT	23010	0	Europe/Rome	46.37589	12.12547			025068	20	BL	025068	
3176464	Fusine	fusine	IT	23010	657	Europe/Rome	46.14949	9.74975			014030	09	SO	014030	
3176467	Fusignano	fusignano	IT	48034	6178	Europe/Rome	44.46507	11.95713	9	Fusignano,fujinyano,フジニャーノ	039011	05	RA	039011	
3176472	Furore	furore	IT	84010	810	Europe/Rome	40.62061	14.54904		Furore,Фуроре	065053	04	SA	065053	
3176473	Furnolo	furnolo	IT	81057	0	Europe/Rome	41.26667	14.05				04	CE	061091	
3176474	Furci	furci	IT	66050	916	Europe/Rome	42.00944	14.58762	550	Furci	069038	01	CH	069038	
3176484	Fundres	fundres	IT	39030	535	Europe/Rome	46.88882	11.70628	1155	Fundres,Pfunders		17	BZ	021110	
3176486	Fumone	fumone	IT	03010	2153	Europe/Rome	41.72752	13.2725		Fumone	060039	07	FR	060039	
3176489	Fumane	fumane	IT	37022	2557	Europe/Rome	45.54335	10.88338	198		023035	20	VR	023035	
3176502	Fucine	fucine	IT	38026	248	Europe/Rome	46.30926	10.73101	982			17	TN	022131	
3176504	Fucecchio	fucecchio	IT	50054	14479	Europe/Rome	43.72784	10.81011	25	Fucecchio,Fuchekkio,Фучеккио	048019	16	FI	048019	
3176505	Fubine	fubine	IT	15043	1231	Europe/Rome	44.96275	8.42994	192	Fubin-i,Fubine	006076	12	AL	006076	
3176508	Frusci	frusci	IT	85031	0	Europe/Rome	40.78333	15.73333				02	PZ	076032	
3176510	Frugarolo	frugarolo	IT	15065	1658	Europe/Rome	44.83715	8.68155	112	Frugarolo,furugaroro,フルガローロ	006075	12	AL	006075	
3176512	Frosolone	frosolone	IT	86095	1451	Europe/Rome	41.60063	14.44652	894	Frosolone	094022	11	IS	094022	
3176515	Frosinone	frosinone	IT	03100	48636	Europe/Rome	41.64002	13.3401		Fresulone,Frosinone,Frozinone,QFR,furojinone,Фрозиноне,フロジノーネ	FR	07	FR	060038	
3176516	Frontone	frontone	IT	61040	630	Europe/Rome	43.51606	12.74126	412	Frontone	041018	10	PU	041018	
3176517	Frontino	frontino	IT	61021	369	Europe/Rome	43.76456	12.37675			041017	10	PU	041017	
3176520	Frontale	frontale	IT	23035	282	Europe/Rome	43.35078	13.1044	528			10	MC	043002	
3176521	Front	front	IT	10070	709	Europe/Rome	45.28085	7.66362	273	Front,Fronta,furonto,フロント	001109	12	TO	001109	
3176523	Frondarola	frondarola	IT	64100	0	Europe/Rome	42.61667	13.63333		Frondarola		01	TE	067028	
3176526	Frisanco	frisanco	IT	33080	222	Europe/Rome	46.21246	12.72626	500	Frisanc,Frisanco	093024	06	PN	093024	
3176527	Frisa	frisa	IT	66030	1423	Europe/Rome	42.26124	14.36941	237	Frisa	069037	01	CH	069037	
3176528	Friola	friola	IT	36050	0	Europe/Rome	45.68333	11.66667				20	VI	024099	
3176529	Frigole	frigole	IT	73100	0	Europe/Rome	40.42583	18.24028		Frigole,Frigule,Masseria Frigole,Masseria Frigule		13	LE	075035	
3176533	Frigento	frigento	IT	83040	4126	Europe/Rome	41.01132	15.09975		Frigento	064035	04	AV	064035	
3176536	Fresonara	fresonara	IT	15064	0	Europe/Rome	44.13333	9.88333				08	SP	011031	
3176538	Fresagrandinaria	fresagrandinaria	IT	66050	763	Europe/Rome	41.97904	14.66352	391	Fresagrandinaria	069036	01	CH	069036	
3176543	Fregona	fregona	IT	31010	1751	Europe/Rome	45.9975	12.33806	251	Fregona,Fregono	026030	20	TV	026030	
3176544	Fregene	fregene	IT	00054	0	Europe/Rome	41.85051	12.19671				07	RM	058120	
3176550	Frattura	frattura	IT	67038	0	Europe/Rome	41.93333	13.86667		Frattura		01	AQ	066093	
3176552	Frattocchie	frattocchie	IT	00040	0	Europe/Rome	41.76667	12.61667				07	RM	058057	
3176556	Fratte	fratte	IT	35010	0	Europe/Rome	45.58333	11.9				20	PD	028080	
3176557	Fratte	fratte	IT	35010	0	Europe/Rome	43.16667	12.28333		Fratte,Le Fratte		18	PG	054015	
3176558	Fratta Todina	fratta-todina	IT	06054	686	Europe/Rome	42.85684	12.36366	243	Fratta,Fratta Todina	054020	18	PG	054020	
3176559	Fratta Polesine	fratta-polesine	IT	45025	1932	Europe/Rome	45.02928	11.64501	11	Fratta,Fratta Polesine	029024	20	RO	029024	
3176560	Frattaminore	frattaminore	IT	80020	15072	Europe/Rome	40.95551	14.27273		Frattaminore,furattaminore,フラッタミノーレ	063033	04	NA	063033	
3176561	Frattamaggiore	frattamaggiore	IT	80027	32731	Europe/Rome	40.93931	14.27403		Frattamadzhore,Frattamaggiore,furattamajjore,Фраттамаджоре,フラッタマッジョーレ	063032	04	NA	063032	
3176570	Fratta	fratta	IT	30025	0	Europe/Rome	44.14139	12.10139				05	FC	040003	
3176571	Frasso Telesino	frasso-telesino	IT	82030	2708	Europe/Rome	41.15682	14.52783		Frasso Telesino	062035	04	BN	062035	
3176572	Frasso Sabino	frasso-sabino	IT	02030	632	Europe/Rome	42.22983	12.80558		Frasso Sabino	057030	07	RI	057030	
3176573	Frassinoro	frassinoro	IT	41044	598	Europe/Rome	44.29556	10.5702	1131	Frassinoro	036016	05	MO	036016	
3176575	Frassino	frassino	IT	12020	324	Europe/Rome	44.57163	7.27602		Frassino	004092	12	CN	004092	
3176576	Frassinetto	frassinetto	IT	10080	0	Europe/Rome	46.56667	11.26667				17	BZ	021050	
3176577	Frassinetto	frassinetto	IT	10080	287	Europe/Rome	45.43686	7.60671		Frassinej,Frassineto,Frassinetto,Frassinèj,furasshinetto,フラッシネット	001108	12	TO	001108	
3176578	Frassineto Po	frassineto-po	IT	15040	1357	Europe/Rome	45.13366	8.53434	104	Frassineto Po	006073	12	AL	006073	
3176579	Frassineto	frassineto	IT	52100	0	Europe/Rome	43.7	12.08333				16	AR	051030	
3176581	Frassinello Monferrato	frassinello-monferrato	IT	15035	445	Europe/Rome	45.03175	8.38764	261	Frassinello Olivola	006072	12	AL	006072	
3176582	Frassine	frassine	IT	58025	0	Europe/Rome	43.11631	10.76529				16	GR	053027	
3176585	Frassenè	frassene	IT	32020	0	Europe/Rome	46.25	11.96667				20	BL	025067	
3176586	Frassenè	frassene	IT	32020	0	Europe/Rome	46.01667	11.78333				20	BL	025022	
3176587	Frassenè	frassene	IT	32020	0	Europe/Rome	45.75	12.53333				20	TV	026051	
3176589	Frascati	frascati	IT	00044	19314	Europe/Rome	41.81632	12.66868		Frascati,furasukati,フラスカーティ	058039	07	RM	058039	
3176590	Frascaro	frascaro	IT	15010	365	Europe/Rome	44.82645	8.53224	124	Frascaro,Frasche,Frasché	006071	12	AL	006071	
3176591	Frascaro	frascaro	IT	15010	0	Europe/Rome	42.75	13.13333				18	PG	054035	
3176594	Frangarto	frangarto	IT	39057	0	Europe/Rome	46.47818	11.29609		Frangart,Frangarto		17	BZ	021008	
3176596	Francolise	francolise	IT	81050	4905	Europe/Rome	41.18502	14.05672		Francolise	061036	04	CE	061036	
3176602	Francavilla in Sinni	francavilla-in-sinni	IT	85034	2690	Europe/Rome	40.07911	16.20328	421	Francavilla,Francavilla in Sinni,Francavilla sul Sinni	076034	02	PZ	076034	
3176603	Francavilla Fontana	francavilla-fontana	IT	72021	36274	Europe/Rome	40.53063	17.58521		Francavilla Fontana	074008	13	BR	074008	
3176604	Francavilla d'Ete	francavilla-d-ete	IT	63816	700	Europe/Rome	43.18736	13.54068	231	Francavilla d'Ete	109007	10	FM	109007	
3176605	Francavilla al Mare	francavilla-al-mare	IT	66023	21095	Europe/Rome	42.42064	14.28701	3	Francavilla al Mare	069035	01	CH	069035	
3176607	Framura	framura	IT	19014	744	Europe/Rome	44.20946	9.55399		Framua,Framura	011014	08	SP	011014	
3176611	Fraine	fraine	IT	66050	396	Europe/Rome	41.90543	14.48642	751	Fraine	069034	01	CH	069034	
3176614	Fragneto Monforte	fragneto-monforte	IT	82020	1962	Europe/Rome	41.24692	14.76314		Fragneto Monforte	062034	04	BN	062034	
3176615	Fragneto l'Abate	fragneto-l-abate	IT	82020	1215	Europe/Rome	41.25392	14.78234		Fragneto l'Abate	062033	04	BN	062033	
3176616	Fragagnano	fragagnano	IT	74022	5639	Europe/Rome	40.43192	17.47221		Fragagnano	073006	13	TA	073006	
3176626	Fraccano	fraccano	IT	06012	0	Europe/Rome	43.5	12.3		Fraccano		18	PG	054013	
3176627	Frabosa Soprana	frabosa-soprana	IT	12082	397	Europe/Rome	44.28783	7.80694	891	Frabosa Soprana	004090	12	CN	004090	
3176628	Foza	foza	IT	36010	293	Europe/Rome	45.8962	11.63079	1083		024041	20	VI	024041	
3176630	Fossombrone	fossombrone	IT	61034	6808	Europe/Rome	43.69076	12.81266	118	Fossombrone	041015	10	PU	041015	
3176631	Fossolo	fossolo	IT	48018	0	Europe/Rome	44.48333	11.38333				05	BO	037006	
3176632	Fossoli	fossoli	IT	41012	0	Europe/Rome	44.68333	9.43333				05	PC	033020	
3176635	Fossato di Vico	fossato-di-vico	IT	06022	421	Europe/Rome	43.29805	12.76066	581	Fossato,Fossato di Vico	054019	18	PG	054019	
3176639	Fossano	fossano	IT	12045	18773	Europe/Rome	44.54894	7.72013	375	Fossan,Fossano	004089	12	CN	004089	
3176640	Fossamerlo	fossamerlo	IT	31020	0	Europe/Rome	45.88333	12.33333				20	TV	026076	
3176641	Fossalunga	fossalunga	IT	31050	1539	Europe/Rome	45.69583	12.05778	48			20	TV	026089	
3176644	Fossalto	fossalto	IT	86020	419	Europe/Rome	41.67293	14.54573	511	Fossalto	070024	11	CB	070024	
3176645	Fossalta di Portogruaro	fossalta-di-portogruaro	IT	30025	2775	Europe/Rome	45.79296	12.90812	8	Fossalta,Fossalta di Portogruaro,Fossalte	027016	20	VE	027016	
3176646	Fossalta di Piave	fossalta-di-piave	IT	30020	3842	Europe/Rome	45.64417	12.51306	5	Fossalta,Fossalta Maggiore,Fossalta di Piave,フォッサルタ・ディ・ピアーヴェ	027015	20	VE	027015	
3176647	Fossalta	fossalta	IT	35010	619	Europe/Rome	45.57558	12.00317	20			20	PD	028093	
3176648	Fossalta	fossalta	IT	35010	0	Europe/Rome	44.63333	10.98333				05	MO	036023	
3176652	Fossacesia	fossacesia	IT	66022	3644	Europe/Rome	42.23564	14.47962	140	Fossacesia	069033	01	CH	069033	
3176656	Fossa	fossa	IT	41033	0	Europe/Rome	44.21667	11.88333				05	RA	039004	
3176657	Fossa	fossa	IT	41033	661	Europe/Rome	42.29823	13.48849		Fossa	066044	01	AQ	066044	
3176660	Fosdondo	fosdondo	IT	42015	0	Europe/Rome	44.76667	10.75		Fosdondo,Fosfondo		05	RE	035020	
3176661	Fosdinovo	fosdinovo	IT	54035	403	Europe/Rome	44.13245	10.01649	500	Fosdinovo,fozudinovu~o,フォズディノーヴォ	045008	16	MS	045008	
3176666	Fortunago	fortunago	IT	27040	420	Europe/Rome	44.92226	9.18516		Fortunago	018064	09	PV	018064	
3176668	Fortogna	fortogna	IT	32013	518	Europe/Rome	46.2302	12.2895	434			20	BL	025031	
3176674	Forte dei Marmi	forte-dei-marmi	IT	55042	7656	Europe/Rome	43.96484	10.1724	2	Forte dei Marmi	046013	16	LU	046013	
3176680	Fornovo San Giovanni	fornovo-san-giovanni	IT	24040	2707	Europe/Rome	45.49778	9.67856		Fornovo San Giovanni,Fornovo di San Giovanni	016105	09	BG	016105	
3176681	Fornovolasco	fornovolasco	IT	55020	0	Europe/Rome	44.03333	10.36667				16	LU	046036	
3176682	Fornovo di Taro	fornovo-di-taro	IT	43045	3029	Europe/Rome	44.69196	10.10098	158	Fornoue,Fornova Di Taro,Fornova Tara,Fornova de Taro,Fornovo di Taro,Furnovo-Ditaro	034017	05	PR	034017	
3176684	Forno di Zoldo	forno-di-zoldo	IT	32012	1485	Europe/Rome	46.34637	12.17496	848	Forno di Zoldo	025024	20	BL	025024	
3176686	Forno d'Allione	forno-d-allione	IT	25040	0	Europe/Rome	46.08333	10.31667				09	BS	017016	
3176687	Forno Canavese	forno-canavese	IT	10084	3438	Europe/Rome	45.34535	7.59102	585	Forn,Forno Canavese,フォルノ・カナヴェーゼ	001107	12	TO	001107	
3176688	Forno Alpi Graie	forno-alpi-graie	IT	10070	0	Europe/Rome	45.36667	7.21667		Forno,Forno Alpi Graie		12	TO	001118	
3176692	Forno	forno	IT	38035	0	Europe/Rome	45.93333	8.28333		Forno,Forno di Omegna		12	VB	103069	
3176693	Forno	forno	IT	38035	708	Europe/Rome	44.08259	10.17746	212			16	MS	045010	
3176694	Forno	forno	IT	38035	0	Europe/Rome	42.65	13.46667				01	TE	067036	
3176696	Forni di Sotto	forni-di-sotto	IT	33020	602	Europe/Rome	46.39417	12.67111	776	Forni di Sotto,Fors Disot	030042	06	UD	030042	
3176697	Forni di Sopra	forni-di-sopra	IT	33024	966	Europe/Rome	46.42613	12.57349	907	For Disore,Forni di Sopra,Fors Disore		06	UD	030041	
3176700	Forni Avoltri	forni-avoltri	IT	33020	441	Europe/Rome	46.58597	12.77763	888	Forni Avoltri,Fors di Voltri	030040	06	UD	030040	
3176707	Fornelli	fornelli	IT	84060	694	Europe/Rome	41.60492	14.13942	530	Fornelli	094021	11	IS	094021	
3176711	Fornaci di Barga	fornaci-di-barga	IT	55051	2357	Europe/Rome	44.05	10.46667	164	Catarozzo,Fornaci,Fornaci di Barga		16	LU	046003	
3176713	Fornaci	fornaci	IT	06089	2856	Europe/Rome	45.65194	12.43278	6		026044	20	TV	026044	
3176714	Fornaci	fornaci	IT	06089	0	Europe/Rome	45.5	10.16667		Fornaci,Fornacia		09	BS	017029	
3176715	Fornaci	fornaci	IT	06089	0	Europe/Rome	45.04806	12.21611				20	RO	029052	
3176716	Fornaci	fornaci	IT	06089	0	Europe/Rome	44.28828	8.44188				08	SV	009056	
3176718	Fornacette	fornacette	IT	56012	0	Europe/Rome	43.66667	10.56667				16	PI	050008	
3176722	Fornacelle	fornacelle	IT	59013	17278	Europe/Rome	43.93333	11.03333	73		100003	16	PO	100003	
3176724	Fornace	fornace	IT	38040	0	Europe/Rome	46.55	10.15				09	SO	014037	
3176725	Fornace	fornace	IT	38040	0	Europe/Rome	45.73333	12.65				20	TV	026049	
3176726	Fornace	fornace	IT	38040	0	Europe/Rome	43.85	11.61667				16	FI	048025	
3176731	Formignana	formignana	IT	44039	1974	Europe/Rome	44.84348	11.86002	2	Formignana,Formignano	038009	05	FE	038009	
3176732	Formigliana	formigliana	IT	13030	371	Europe/Rome	45.42926	8.29193	157	Formigliana	002059	12	VC	002059	
3176733	Formigine	formigine	IT	41043	26324	Europe/Rome	44.57296	10.847	82	Formigine,Furmezen,Furmèżen,forumijine,フォルミージネ	036015	05	MO	036015	
3176734	Formigara	formigara	IT	26020	1138	Europe/Rome	45.22207	9.76986		Formigara	019044	09	CR	019044	
3176735	Formicola	formicola	IT	81040	1467	Europe/Rome	41.21002	14.23742		Formicola	061035	04	CE	061035	
3176738	Formia	formia	IT	04023	34931	Europe/Rome	41.25626	13.60588	10	Formia,forumia,フォルミア	059008	07	LT	059008	
3176739	Formello	formello	IT	00060	5143	Europe/Rome	42.0672	12.39941	225	Formello,forumerro,フォルメッロ	058038	07	RM	058038	
3176740	Forme	forme	IT	67050	424	Europe/Rome	42.11076	13.44177	1020			01	AQ	066054	
3176741	Formazza	formazza	IT	28863	448	Europe/Rome	46.37689	8.42571		Formazza	103031	12	VB	103031	
3176743	Forlimpopoli	forlimpopoli	IT	47034	9392	Europe/Rome	44.19107	12.12873	30	Forlimpopoli,forurinpopori,フォルリンポーポリ	040013	05	FC	040013	
3176744	Forlì del Sannio	forli-del-sannio	IT	86084	833	Europe/Rome	41.69593	14.17952		Forli del Sannio,Forlì del Sannio	094020	11	IS	094020	
3176746	Forlì	forli	IT	47121	108335	Europe/Rome	44.22361	12.05278		FRL,Forli,Forlì,Forum Livii,foruri,Форли,フォルリ	FC	05	FC	040012	
3176748	Forio	forio	IT	80075	15969	Europe/Rome	40.7342	13.86462	18	Forio,Forio d'Ischia,forio,フォリーオ	063031	04	NA	063031	
3176749	Forino	forino	IT	83020	5088	Europe/Rome	40.86261	14.73604		Forino	064034	04	AV	064034	
3176750	Foria	foria	IT	84051	0	Europe/Rome	40.08333	15.31667				04	SA	065039	
3176753	Foresto	foresto	IT	10053	0	Europe/Rome	44.73333	7.73333				12	CN	004059	
3176755	Foresta	foresta	IT	88837	0	Europe/Rome	46.68333	11.11667		Foresta,Forst		17	BZ	021038	
3176756	Foresta	foresta	IT	88837	0	Europe/Rome	41.65	14.11667				11	IS	094014	
3176757	Forenza	forenza	IT	85023	1831	Europe/Rome	40.86041	15.85457	836	Forenza	076033	02	PZ	076033	
3176758	Forcoli	forcoli	IT	56036	1780	Europe/Rome	43.60266	10.70318	45			16	PI	050024	
3176761	Forchia	forchia	IT	82011	1116	Europe/Rome	41.03082	14.53633		Forchia	062032	04	BN	062032	
3176765	Forcella	forcella	IT	64100	0	Europe/Rome	42.95	12.95				10	MC	043052	
3176766	Forcella	forcella	IT	64100	0	Europe/Rome	42.38333	12.68333				07	RI	057039	
3176768	Forcella	forcella	IT	64100	0	Europe/Rome	41.75	13.63333				07	FR	060049	
3176770	Forca di Valle	forca-di-valle	IT	64045	0	Europe/Rome	42.51667	13.61667				01	TE	067026	
3176772	Forano	forano	IT	02044	2453	Europe/Rome	42.30123	12.58977		Forano	057029	07	RI	057029	
3176774	Foppolo	foppolo	IT	24010	208	Europe/Rome	46.04189	9.75745		Foppolo	016103	09	BG	016103	
3176778	Fonzaso	fonzaso	IT	32030	1947	Europe/Rome	46.01721	11.7998	329	Fonzaso	025022	20	BL	025022	
3176781	Fonti	fonti	IT	28842	0	Europe/Rome	46.12286	8.20606		Bognanco,Bognanco Terme,bonyanko,ボニャンコ		12	VB	103012	
3176782	Fontevivo	fontevivo	IT	43010	1254	Europe/Rome	44.85876	10.17518	53	Fontevivo	034016	05	PR	034016	
3176783	Fonterutoli	fonterutoli	IT	53011	0	Europe/Rome	43.45	11.31667				16	SI	052023	
3176785	Fontegreca	fontegreca	IT	81014	857	Europe/Rome	41.45552	14.18362		Fontegreca	061034	04	CE	061034	
3176790	Fontechiari	fontechiari	IT	03030	1288	Europe/Rome	41.66822	13.67451			060037	07	FR	060037	
3176792	Fontecchio	fontecchio	IT	67020	323	Europe/Rome	42.22963	13.6058	668	Fontecchio	066043	01	AQ	066043	
3176793	Fonteblanda	fonteblanda	IT	58015	1088	Europe/Rome	42.56414	11.16441	13			16	GR	053018	
3176797	Fontaniva	fontaniva	IT	35014	6081	Europe/Rome	45.634	11.7486	44	Fontaniva	028038	20	PD	028038	
3176798	Fontanile	fontanile	IT	14044	369	Europe/Rome	44.75295	8.42134	276	Fontanile	005054	12	AT	005054	
3176799	Fontanigorda	fontanigorda	IT	16023	337	Europe/Rome	44.54605	9.30447		Fontanegorda,Fontanigorda	010024	08	GE	010024	
3176800	Fontanetto Po	fontanetto-po	IT	13040	1181	Europe/Rome	45.19496	8.19353	143	Fontanetto Po	002058	12	VC	002058	
3176801	Fontaneto d'Agogna	fontaneto-d-agogna	IT	28010	2549	Europe/Rome	45.64347	8.48083		Fontaneto d'Agogna	003066	12	NO	003066	
3176805	Fontanelle	fontanelle	IT	12012	1766	Europe/Rome	45.83883	12.45385	18	Fontanelle	026028	20	TV	026028	
3176806	Fontanelle	fontanelle	IT	12012	800	Europe/Rome	42.61756	13.92562	120			01	TE	067004	
3176807	Fontanelle	fontanelle	IT	12012	0	Europe/Rome	41.25	14.01667				04	CE	061091	
3176808	Fontanellato	fontanellato	IT	43012	3897	Europe/Rome	44.88167	10.17218	44		034015	05	PR	034015	
3176809	Fontanella	fontanella	IT	24056	3628	Europe/Rome	45.46988	9.80196		Fontanella	016101	09	BG	016101	
3176810	Fontanella	fontanella	IT	24056	0	Europe/Rome	45.18333	10.31667				09	CR	019053	
3176811	Fontanella	fontanella	IT	24056	0	Europe/Rome	43.65	10.93333				16	FI	048010	
3176812	Fontanelice	fontanelice	IT	40025	1207	Europe/Rome	44.25966	11.55922	165	Fontanelice	037026	05	BO	037026	
3176813	Fontane	fontane	IT	12082	0	Europe/Rome	44.23333	7.85				12	CN	004186	
3176817	Fontanarossa	fontanarossa	IT	16020	0	Europe/Rome	44.58333	9.25				08	GE	010026	
3176818	Fontanarosa	fontanarosa	IT	83040	3450	Europe/Rome	41.01812	15.02054		Fontanarosa	064033	04	AV	064033	
3176819	Fontana Pradosa	fontana-pradosa	IT	29015	0	Europe/Rome	45.05	9.45				05	PC	033013	
3176821	Fontana Liri	fontana-liri	IT	03035	3215	Europe/Rome	41.61002	13.5503		Fontana Liri	060036	07	FR	060036	
3176822	Fontanafredda	fontanafredda	IT	33074	0	Europe/Rome	45.97556	12.56833		Fontanafredda,Fontanefrede		06	PN	093022	
3176826	Fontana	fontana	IT	40037	0	Europe/Rome	46.41667	10.95				17	TN	022026	
3176827	Fontana	fontana	IT	40037	0	Europe/Rome	46.2	8.23333				12	VB	103071	
3176828	Fontana	fontana	IT	40037	0	Europe/Rome	45.45	11.1				20	VR	023073	
3176829	Fontana	fontana	IT	40037	0	Europe/Rome	44.8	11.63333				05	FE	038008	
3176830	Fontana	fontana	IT	40037	0	Europe/Rome	40.83333	15.01667				04	AV	064057	
3176832	Fonni	fonni	IT	08023	4371	Europe/Rome	40.12066	9.25084		Fonni	091024	14	NU	091024	
3176836	Fondo	fondo	IT	38013	1135	Europe/Rome	46.43821	11.13747	987	Fondo,Fondo in Val di Non,fondo,フォンド	022088	17	TN	022088	
3176842	Fondi	fondi	IT	04022	0	Europe/Rome	45.83333	11.43333				20	VI	024085	
3176843	Fondi	fondi	IT	04022	31023	Europe/Rome	41.35411	13.43131		Fonda,Fondi,fondi,pwndy,Фонда,פונדי,フォンディ	059007	07	LT	059007	
3176846	Fombio	fombio	IT	26861	1807	Europe/Rome	45.14037	9.68776		Fombio,fonbio,フォンビオ	098026	09	LO	098026	
3176849	Follonica	follonica	IT	58022	21163	Europe/Rome	42.92633	10.76162	4	Follonica,Follonika,Фоллоника	053009	16	GR	053009	
3176852	Follina	follina	IT	31051	1975	Europe/Rome	45.9525	12.11389	191	Follina	026027	20	TV	026027	
3176854	Foligno	foligno	IT	06034	47747	Europe/Rome	42.94404	12.70107	234	Foligno,Folin'o,forinyo,Фолиньо,フォリーニョ	054018	18	PG	054018	
3176855	Folignano	folignano	IT	63084	2171	Europe/Rome	42.82025	13.63429	319	Folignano	044020	10	AP	044020	
3176857	Folgaria	folgaria	IT	38064	1601	Europe/Rome	45.9152	11.17068	1166	Folgaria,forugaria,フォルガリーア	022087	17	TN	022087	
3176858	Folgaria	folgaria	IT	38064	0	Europe/Rome	45.78333	11.5				20	VI	024019	
3176859	Foiano di Val Fortore	foiano-di-val-fortore	IT	82020	1551	Europe/Rome	41.35182	14.97734		Foiano,Foiano di Val Fortore	062031	04	BN	062031	
3176860	Foiano della Chiana	foiano-della-chiana	IT	52045	8412	Europe/Rome	43.25564	11.81534		Foiana della Chiana,Foiano,Foiano della Chiana,Fojano della Chiana	051018	16	AR	051018	
3176864	Fognano	fognano	IT	48013	0	Europe/Rome	44.83333	10.28333				05	PR	034027	
3176865	Fognano	fognano	IT	48013	1400	Europe/Rome	44.20509	11.73782	124			05	RA	039004	
3176866	Fognano	fognano	IT	48013	919	Europe/Rome	43.95201	11.03465	160			16	PT	047010	
3176869	Foglizzo	foglizzo	IT	10090	2278	Europe/Rome	45.27195	7.81982	247	Foglizzo,Fojiss,forittsu~o,フォリッツォ	001106	12	TO	001106	
3176871	Fogliano Redipuglia	fogliano-redipuglia	IT	34070	2706	Europe/Rome	45.86556	13.48222		Fogliano,Fogliano Redipuglia,Fogliano di Monfalcone,Fogliano di Redipuglia,Foian	031006	06	GO	031006	
3176876	Fogliano	fogliano	IT	04100	0	Europe/Rome	44.5	10.83333		Fogliano,Fogliano di Maranello		05	MO	036019	
3176877	Fogliano	fogliano	IT	04100	0	Europe/Rome	42.73333	13.03333		Fogliano		18	PG	054007	
3176878	Fogliano	fogliano	IT	04100	0	Europe/Rome	41.4	12.91667				07	LT	059011	
3176879	Foglianise	foglianise	IT	82030	3423	Europe/Rome	41.16452	14.66824		Figlianese,Foglianise	062030	04	BN	062030	
3176881	Foglia	foglia	IT	02046	0	Europe/Rome	42.33333	12.46667				07	RI	057035	
3176885	Foggia	foggia	IT	71100	155203	Europe/Rome	41.46093	15.54925		FOG,Fodzha,Foggia,Fovea,byrwdja,fojja,fwdja,Фоджа,بيرودجا,فودجا,フォッジャ	FG	13	FG	071024	
3176892	Foce	foce	IT	90041	0	Europe/Rome	42.86667	13.26667				10	AP	044044	
3176893	Foce	foce	IT	90041	0	Europe/Rome	42.56667	12.45				18	TR	055004	
3176895	Fobello	fobello	IT	13025	249	Europe/Rome	45.89017	8.15732		Fobello	002057	12	VC	002057	
3176897	Flussio	flussio	IT	08010	497	Europe/Rome	40.26745	8.54022		Flassin,Flussio	095080	14	OR	095080	
3176900	Flumignano	flumignano	IT	33030	0	Europe/Rome	45.92194	13.14639				06	UD	030114	
3176901	Flumeri	flumeri	IT	83040	3336	Europe/Rome	41.07782	15.14775		Flumeri	064032	04	AV	064032	
3176903	Florinas	florinas	IT	07030	1574	Europe/Rome	40.64956	8.66512		Florinas	090029	14	SS	090029	
3176907	Flero	flero	IT	25020	7495	Europe/Rome	45.48258	10.17347		Fleri,Flero,furero,フレーロ	017072	09	BS	017072	
3176911	Flavon	flavon	IT	38093	483	Europe/Rome	46.29809	11.02993	575	Flavon,furavu~on,フラヴォーン	022086	17	TN	022086	
3176915	Flambro	flambro	IT	33030	0	Europe/Rome	45.93611	13.09611				06	UD	030114	
3176917	Flaibano	flaibano	IT	33030	906	Europe/Rome	46.05944	12.98556	104	Flaiban,Flaibano	030039	06	UD	030039	
3176918	Flagogna	flagogna	IT	33030	384	Europe/Rome	46.2085	12.95966	175			06	UD	030137	
3176919	Fivizzano	fivizzano	IT	54013	1323	Europe/Rome	44.23835	10.12599	326	Fivizzano,fivu~ittsu~ano,フィヴィッツァーノ	045007	16	MS	045007	
3176922	Fiumicino	fiumicino	IT	00054	0	Europe/Rome	44.12111	12.4175				05	FC	040041	
3177126	Feletto Umberto	feletto-umberto	IT	33010	0	Europe/Rome	46.10317	13.22196		Feletto,Feletto Umberto	030118	06	UD	030118	
3176923	Fiumicino	fiumicino	IT	00054	50535	Europe/Rome	41.76747	12.22907		F'jumichino,Fiumicino,fiumichino,Фьюмичино,フィウミチーノ	058120	07	RM	058120	
3176926	Fiumicello	fiumicello	IT	33050	0	Europe/Rome	45.5	11.96667				20	PD	028104	
3176927	Fiume Veneto	fiume-veneto	IT	33080	9313	Europe/Rome	45.93051	12.7393	14	Fiume Veneto,Vile di Flum	093021	06	PN	093021	
3176928	Fiumetto	fiumetto	IT	55045	0	Europe/Rome	43.94253	10.18484		Fiumello		08			
3176931	Fiumenero	fiumenero	IT	24020	0	Europe/Rome	46.02152	9.95756				09	BG	016107	
3176937	Fiumata	fiumata	IT	02025	0	Europe/Rome	42.23333	13.08333				07	RI	057049	
3176942	Fiumana	fiumana	IT	47016	1647	Europe/Rome	44.14325	11.98719	92			05	FC	040032	
3176943	Fiumalbo	fiumalbo	IT	41022	1370	Europe/Rome	44.17925	10.6472		Fiumalbo	036014	05	MO	036014	
3176946	Fiuggi	fiuggi	IT	03014	8763	Europe/Rome	41.79862	13.2203		Fiuggi,pywg'y,פיוג'י	060035	07	FR	060035	
3176949	Fisciano	fisciano	IT	84084	709	Europe/Rome	40.77198	14.79087	320	Fisciano	065052	04	SA	065052	
3176952	Firenzuola	firenzuola	IT	50033	1765	Europe/Rome	44.11798	11.37857	422	Firenzuola	048018	16	FI	048018	
3176959	Firenze	firenze	IT	50100	371517	Europe/Rome	43.76667	11.25		FLR,Fflorens,Firenca,Firence,Firense,Firenz,Firenze,Firenzi,Florans,Floransa,Florenc,Florenca,Florence,Florenci,Florencia,Florencie,Florencij,Florencija,Florencja,Florenco,Florens,Florensa,Florensiya,Florensya,Florenta,Florentia,Florentzia,Florenz,Florença,Florența,Florâns,Florència,Floréncia,Florénsa,Flórans,Flórens,Gorad Flarehncyja,Lungsod ng Florencia,Sciorenza,firentsu~e,florensa,flwrans,flwrns,flwrnsa,flxrens,fu luo lun sa,phlorens,phlorensa,pilenche,plorentsia,pyrnzh,Φλωρεντία,Горад Фларэнцыя,Фиренца,Флоренц,Флоренци,Флоренций,Флоренция,Флоренція,Ֆլորենցիա,פירנצה,פירענצע,فلورانس,فلورنس,فلورنسا,फ़्लोरेन्स,फ्लोरेन्स,ఫ్లోరెన్స్,ഫ്ലോറൻസ്,ฟลอเรนซ์,ཧྥུ་ལོ་རོན་ཟིའུ་ཡ།,ფლორენცია,フィレンツェ,佛罗伦萨,피렌체	16	16	FI	048017	
3176964	Fiorenzuola d'Arda	fiorenzuola-d-arda	IT	29017	13207	Europe/Rome	44.92206	9.90897	80	Fiorenzuola d'Arda	033021	05	PC	033021	
3176970	Fiorano Modenese	fiorano-modenese	IT	41042	16137	Europe/Rome	44.53596	10.8218		Fiorano Modenese,フィオラーノ・モデネーゼ	036013	05	MO	036013	
3176976	Fino Mornasco	fino-mornasco	IT	22073	8229	Europe/Rome	45.74288	9.04764		Fino,Fino Mornasco	013102	09	CO	013102	
3176977	Finocchito	finocchito	IT	84061	0	Europe/Rome	40.35	15.06667				04	SA	065081	
3176982	Finale Ligure	finale-ligure	IT	17024	9495	Europe/Rome	44.16952	8.3436	10	Final-marina,Finale Ligure,O Fina,O Finâ	009029	08	SV	009029	
3176983	Finale Emilia	finale-emilia	IT	41034	9044	Europe/Rome	44.83457	11.2939	15	Finale Emilia,Finale nell'Emilia	036012	05	MO	036012	
3176988	Filottrano	filottrano	IT	60024	5637	Europe/Rome	43.43553	13.35141	270	Filottrano,firottorano,フィロットラーノ	042019	10	AN	042019	
3176989	Filorsi	filorsi	IT	81035	302	Europe/Rome	41.27292	13.98817	514			04	CE	061070	
3176990	Filo	filo	IT	44011	305	Europe/Rome	44.58654	11.92822	2			05	RA	039001	
3176993	Filignano	filignano	IT	86074	209	Europe/Rome	41.54492	14.05632	460	Filignano	094019	11	IS	094019	
3176994	Filighera	filighera	IT	27010	843	Europe/Rome	45.17706	9.31596		Filighera	018063	09	PV	018063	
3176996	Filiano	filiano	IT	85020	730	Europe/Rome	40.81072	15.70616	597	Filiano	076032	02	PZ	076032	
3176998	Filettole	filettole	IT	56019	1382	Europe/Rome	43.81307	10.40239	10			16	PI	050037	
3176999	Filetto	filetto	IT	48100	0	Europe/Rome	44.30174	9.96057				16	MS	045016	
3177000	Filetto	filetto	IT	48100	223	Europe/Rome	42.37838	13.51988	1090			01	AQ	066049	
3177001	Filetto	filetto	IT	48100	537	Europe/Rome	42.22824	14.24511	403	Filetto,firetto,フィレット	069032	01	CH	069032	
3177002	Filettino	filettino	IT	03010	550	Europe/Rome	41.89142	13.3275		Filettino,Filettino Graziani	060034	07	FR	060034	
3177003	Filetta	filetta	IT	84099	0	Europe/Rome	43.2	11.28333				16	SI	052019	
3177004	Filacciano	filacciano	IT	00060	502	Europe/Rome	42.25483	12.59768		Filacciano,firatchano,フィラッチャーノ	058037	07	RM	058037	
3177009	Figline Valdarno	figline-valdarno	IT	50063	16301	Europe/Rome	43.61955	11.46933		Figline Valdarno		16	FI	048052	
3177011	Figino	figino	IT	20153	0	Europe/Rome	42.53333	13.13333		Figgino,Figino		07	RI	057006	
3177013	Fighille	fighille	IT	06010	577	Europe/Rome	43.51892	12.10766	321	Fighille		18	PG	054011	
3177016	Fiesso Umbertiano	fiesso-umbertiano	IT	45024	3584	Europe/Rome	44.96258	11.60541	9	Fiesso Umbertiano	029022	20	RO	029022	
3177017	Fiesso	fiesso	IT	40055	0	Europe/Rome	44.81247	10.44525		Fiesso,Villa Fiesso		05	RE	035022	
3177018	Fiesse	fiesse	IT	25020	1931	Europe/Rome	45.23148	10.32418		Fiesse,fiesse,フィエッセ	017071	09	BS	017071	
3177019	Fiesole	fiesole	IT	50014	14085	Europe/Rome	43.80485	11.29412		Faesulae,Fiesole,Fiésole,fiezore,piesolle,フィエーゾレ,피에솔레	048015	16	FI	048015	
3177021	Fiera di Primiero	fiera-di-primiero	IT	38054	507	Europe/Rome	46.17621	11.82879	710	Fiera di Primiero,Primeiro,フィエーラ・ディ・プリミエーロ	022084	17	TN	022084	
3177029	Fidenza	fidenza	IT	43036	21952	Europe/Rome	44.86396	10.06668	75	Fidency,Fidenza,San Donnino,Фиденцы	034014	05	PR	034014	
3177030	Ficulle	ficulle	IT	05016	848	Europe/Rome	42.83562	12.06632	437	Ficulle	055013	18	TR	055013	
3177032	Ficarolo	ficarolo	IT	45036	2007	Europe/Rome	44.95438	11.43481	10	Ficarolo	029021	20	RO	029021	
3177036	Fiavè	fiave	IT	38075	1127	Europe/Rome	46.00457	10.84225	660	Fiave,Fiavè,fiavu~e,フィアヴェ	022083	17	TN	022083	
3177040	Trebbio	trebbio	IT	25070	0	Europe/Rome	43.03585	13.15558		Fiastra	043017	10	MC	043017	
3177044	Fiascherino	fiascherino	IT	19032	0	Europe/Rome	44.06563	9.92623				08	SP	011016	
3177046	Fiano Romano	fiano-romano	IT	00065	7924	Europe/Rome	42.15952	12.59418		Fiano Romano,フィアーノ・ロマーノ	058036	07	RM	058036	
3177047	Fiano	fiano	IT	10070	1894	Europe/Rome	45.21685	7.52272	417	Fian,Fiano,fiano,フィアーノ	001104	12	TO	001104	
3177048	Fiano	fiano	IT	10070	0	Europe/Rome	43.58333	11.11667				16	FI	048012	
3177049	Fiano	fiano	IT	10070	0	Europe/Rome	42.81667	13.05				18	PG	054043	
3177050	Fianello	fianello	IT	02040	0	Europe/Rome	42.36667	12.55				07	RI	057040	
3177052	Fiamignano	fiamignano	IT	02023	1603	Europe/Rome	42.26483	13.12309		Fiamignano	057028	07	RI	057028	
3177053	Fiamenga	fiamenga	IT	06034	558	Europe/Rome	42.95415	12.66138	216			18	PG	054018	
3177056	Fezzano	fezzano	IT	19025	888	Europe/Rome	44.08062	9.82608	3			08	SP	011022	
3177063	Fertilia	fertilia	IT	07041	966	Europe/Rome	40.5927	8.28542	9	Calich,Fertilia		14	SS	090003	
3177075	Ferriere	ferriere	IT	29024	314	Europe/Rome	44.64385	9.49657	626	Ferriere	033020	05	PC	033020	
3177079	Ferrera Erbognone	ferrera-erbognone	IT	27032	1103	Europe/Rome	45.11506	8.86435		Ferrera Erbognone	018062	09	PV	018062	
3177081	Ferrera	ferrera	IT	13020	0	Europe/Rome	44.35	7.31667				12	CN	004235	
3177083	Ferrazzano	ferrazzano	IT	86010	638	Europe/Rome	41.53033	14.67223	872	Ferrazzano	070023	11	CB	070023	
3177087	Ferrara di Monte Baldo	ferrara-di-monte-baldo	IT	37020	188	Europe/Rome	45.67319	10.86078		Ferrara,Ferraro di Monte Baldo	023034	20	VR	023034	
3177090	Ferrara	ferrara	IT	44121	92802	Europe/Rome	44.82678	11.62071	9	Ferrara,Ferrare,Феррара	FE	05	FE	038008	
3177092	Ferrania	ferrania	IT	17014	0	Europe/Rome	44.35	8.33333				08	SV	009005	
3177094	Ferrandina	ferrandina	IT	75013	8718	Europe/Rome	40.50122	16.45468	497	Ferrandina	077008	02	MT	077008	
3177097	Ferrada	ferrada	IT	16047	0	Europe/Rome	44.41667	9.2				08	GE	010063	
3177098	Ferno	ferno	IT	21010	6364	Europe/Rome	45.61617	8.75454			012068	09	VA	012068	
3177099	Fermo	fermo	IT	63900	18109	Europe/Rome	43.16466	13.72329	319	Fermo,Firmum Picenum,ferumo,Фермо,フェルモ	FM	10	FM	109006	
3177100	Fermignano	fermignano	IT	61033	7309	Europe/Rome	43.68396	12.64405	200	Fermignano,feruminyano,フェルミニャーノ	041014	10	PU	041014	
3177102	Ferentino	ferentino	IT	03013	20103	Europe/Rome	41.69532	13.2564		Ferentino,Ферентино	060033	07	FR	060033	
3177103	Ferentillo	ferentillo	IT	05034	1272	Europe/Rome	42.62054	12.78957	260	Ferentillo	055012	18	TR	055012	
3177110	Fenile	fenile	IT	61032	0	Europe/Rome	46.05	9.55				09	SO	014031	
3177112	Fenestrelle	fenestrelle	IT	10060	317	Europe/Rome	45.03594	7.04941	1154	Fenestrele,Fenestrelle,fenesutorerre,フェネストレッレ	001103	12	TO	001103	
3177113	Fener	fener	IT	32031	0	Europe/Rome	45.9	11.93333				20	BL	025002	
3177117	Fematre	fematre	IT	62039	0	Europe/Rome	42.91667	13				10	MC	043057	
3177120	Feltre	feltre	IT	32032	13643	Europe/Rome	46.02351	11.907	325	Feltre	025021	20	BL	025021	
3177123	Felizzano	felizzano	IT	15023	2276	Europe/Rome	44.89935	8.43584	114	Felizzano,Flissan	006068	12	AL	006068	
3177125	Felino	felino	IT	43035	4226	Europe/Rome	44.69576	10.24108	185	Felino	034013	05	PR	034013	
3177316	Fabiano	fabiano	IT	19123	0	Europe/Rome	45.13333	8.28333				12	AL	006164	
3177127	Feletto	feletto	IT	10080	2171	Europe/Rome	45.30385	7.74472	275	Feletto,Flet,Flèt,feretto,フェレット	001102	12	TO	001102	
3177128	Feléttis	felettis	IT	33050	0	Europe/Rome	45.91611	13.26083				06	UD	030011	
3177129	Felegara	felegara	IT	43014	2702	Europe/Rome	44.72187	10.11273	134			05	PR	034020	
3177134	Fegino	fegino	IT	16161	0	Europe/Rome	44.4394	8.88354				08	GE	010025	
3177140	Favria	favria	IT	10083	4630	Europe/Rome	45.33115	7.69062	316	Favria,favuria,ファヴリア	001101	12	TO	001101	
3177141	Favischio	favischio	IT	02019	0	Europe/Rome	42.51667	13.06667				07	RI	057057	
3177145	Favaro	favaro	IT	13900	470	Europe/Rome	45.59805	8.00689	450			12	BI	096004	
3177146	Favale di Malvaro	favale-di-malvaro	IT	16040	201	Europe/Rome	44.45225	9.25897	300	Fava,Favale di Malvaro,Favâ	010023	08	GE	010023	
3177150	Fauglia	fauglia	IT	56043	1297	Europe/Rome	43.57064	10.51441	91	Fauglia	050014	16	PI	050014	
3177166	Fastello	fastello	IT	01100	0	Europe/Rome	42.55	12.1				07	VT	056019	
3177170	Fascia	fascia	IT	16020	122	Europe/Rome	44.58255	9.22136		Fascia	010022	08	GE	010022	
3177171	Fasano	fasano	IT	72015	38667	Europe/Rome	40.83443	17.3584		Fasano,Fazano,Фазано	074007	13	BR	074007	
3177173	Fasani	fasani	IT	81037	0	Europe/Rome	41.23333	13.88333				04	CE	061088	
3177174	Fasana Polesine	fasana-polesine	IT	45011	347	Europe/Rome	45.09672	12.01454	3			20	RO	029001	
3177175	Fasana	fasana	IT	45011	0	Europe/Rome	40.26667	15.13333		Fasana,La Fasana		04	SA	065092	
3177177	Farra di Soligo	farra-di-soligo	IT	31010	7892	Europe/Rome	45.90528	12.12444		Farra,Farra di Soligo	026026	20	TV	026026	
3177178	Farra d'Alpago	farra-d-alpago	IT	32016	1864	Europe/Rome	46.12079	12.35876	395	Farra,Farra d'Alpago	025020	20	BL	025020	
3177184	Farneto	farneto	IT	40068	0	Europe/Rome	44.43333	11.4				05	BO	037047	
3177185	Farneto	farneto	IT	40068	0	Europe/Rome	44.35	11.46667				05	BO	037041	
3177187	Farneta	farneta	IT	41045	0	Europe/Rome	43.23333	11.86667		Farneta		16	AR	051017	
3177188	Farneta	farneta	IT	41045	0	Europe/Rome	40.01667	16.4				03	CS	078032	
3177190	Farnese	farnese	IT	01010	1572	Europe/Rome	42.54943	11.72565	341	Farnese,faruneze,ファルネーゼ	056026	07	VT	056026	
3177194	Farini	farini	IT	29023	1881	Europe/Rome	44.71266	9.56887		Farini	033019	05	PC	033019	
3177195	Farindola	farindola	IT	65010	498	Europe/Rome	42.44244	13.8221	530	Farindola	068019	01	PE	068019	
3177196	Farfengo	farfengo	IT	25022	0	Europe/Rome	45.36667	9.96667				09	BS	017020	
3177199	Farfa	farfa	IT	02032	0	Europe/Rome	42.21667	12.71667				07	RI	057027	
3177200	Fardella	fardella	IT	85034	572	Europe/Rome	40.11381	16.16978	745		076031	02	PZ	076031	
3177201	Fara Vicentino	fara-vicentino	IT	36030	1482	Europe/Rome	45.7398	11.5476	202		024040	20	VI	024040	
3177202	Fara San Martino	fara-san-martino	IT	66015	1506	Europe/Rome	42.09004	14.20531	440	Fara San Martino	069031	01	CH	069031	
3177203	Faraone	faraone	IT	64016	0	Europe/Rome	42.80302	13.67394				01	TE	067038	
3177204	Fara Novarese	fara-novarese	IT	28073	2105	Europe/Rome	45.55177	8.45863	210	Fara,Fara Novarese	003065	12	NO	003065	
3177207	Fara in Sabina	fara-in-sabina	IT	02032	284	Europe/Rome	42.20747	12.72923	482	Fara in Sabina	057027	07	RI	057027	
3177209	Fara Gera d'Adda	fara-gera-d-adda	IT	24045	6748	Europe/Rome	45.55568	9.53785			016096	09	BG	016096	
3177317	Fabbrico	fabbrico	IT	42042	6149	Europe/Rome	44.86947	10.81159	25	Fabbrico	035021	05	RE	035021	
3177210	Fara Filiorum Petri	fara-filiorum-petri	IT	66010	1260	Europe/Rome	42.24894	14.18601	227	Fara Filiorum Petri	069030	01	CH	069030	
3177213	Fanzolo	fanzolo	IT	31050	1562	Europe/Rome	45.71178	11.98421	61	Fanzolo,Fonzolo		20	TV	026089	
3177216	Fano Adriano	fano-adriano	IT	64044	214	Europe/Rome	42.55304	13.53589	745	Fano Adriano	067024	01	TE	067024	
3177217	Fano a Corno	fano-a-corno	IT	64045	0	Europe/Rome	42.48333	13.6				01	TE	067026	
3177219	Fano	fano	IT	61032	38999	Europe/Rome	43.8525	13.01866	12	Fano,Fanu,Fanum Fortunae,Фано	041013	10	PU	041013	
3177221	Fanna	fanna	IT	33092	1500	Europe/Rome	46.18638	12.74893	274	Fane,Fanna	093020	06	PN	093020	
3177225	Fanano	fanano	IT	41021	1664	Europe/Rome	44.21146	10.7964	640	Fanano	036011	05	MO	036011	
3177231	Falzes - Pfalzen	falzes	IT	39030	2255	Europe/Rome	46.81443	11.88368		Falzes,Pfalzen,farutsu~esu,ファルツェス	021030	17	BZ	021030	
3177232	Falzè di Piave	falze-di-piave	IT	31020	0	Europe/Rome	45.86056	12.16667				20	TV	026080	
3177234	Falvaterra	falvaterra	IT	03020	630	Europe/Rome	41.50512	13.52381		Falvaterra	060032	07	FR	060032	
3177239	Falmenta	falmenta	IT	28827	231	Europe/Rome	46.07288	8.58122		Falmenta	103030	12	VB	103030	
3177240	Fallo	fallo	IT	66040	162	Europe/Rome	41.93833	14.32362		Fallo	069104	01	CH	069104	
3177242	Fallascoso	fallascoso	IT	66019	0	Europe/Rome	42	14.23333		Fallascoso		01	CH	069095	
3177244	Falerone	falerone	IT	63837	500	Europe/Rome	43.10705	13.47168	432	Falerone	109005	10	FM	109005	
3177245	Faleria	faleria	IT	01030	1607	Europe/Rome	42.22594	12.44256	202	Faleria	056025	07	VT	056025	
3177250	Falconara Marittima	falconara-marittima	IT	60015	25948	Europe/Rome	43.62326	13.40307	5	Falconara Alta,Falconara Marittima,ファルコナーラ・マリッティマ	042018	10	AN	042018	
3177256	Falcinello	falcinello	IT	19038	0	Europe/Rome	44.15	9.95				08	SP	011026	
3177261	Falciano	falciano	IT	81100	0	Europe/Rome	43.58333	11.9				16	AR	051037	
3177262	Falchera	falchera	IT	10156	0	Europe/Rome	45.11667	7.7				12	TO	001272	
3177263	Falcade	falcade	IT	32020	2207	Europe/Rome	46.35421	11.86592	1145	Falcade	025019	20	BL	025019	
3177273	Faidello	faidello	IT	41022	0	Europe/Rome	44.15	10.65				16	PT	047001	
3177274	Fai della Paganella	fai-della-paganella	IT	38010	884	Europe/Rome	46.17461	11.06908	957	Fai della Paganella,ファーイ・デッラ・パガネッラ	022081	17	TN	022081	
3177275	Faida	faida	IT	38042	254	Europe/Rome	46.1096	11.25146	972			17	TN	022009	
3177276	Faicchio	faicchio	IT	82030	3879	Europe/Rome	41.27792	14.47803		Faicchio	062029	04	BN	062029	
3177277	Faiano	faiano	IT	84098	0	Europe/Rome	42.55	13.61667				01	TE	067045	
3177278	Faiano	faiano	IT	84098	0	Europe/Rome	40.66254	14.90244				04	SA	065099	
3177279	Fagnano Olona	fagnano-olona	IT	21054	10418	Europe/Rome	45.66977	8.85994		Fagnano,Fagnano Olona	012067	09	VA	012067	
3177280	Fagnano Alto	fagnano-alto	IT	67020	446	Europe/Rome	42.25343	13.5745		Fagnano Alto		01	AQ	066042	
3177285	Faggiano	faggiano	IT	74020	0	Europe/Rome	41.1	14.51667				04	BN	062070	
3177286	Faggiano	faggiano	IT	74020	3513	Europe/Rome	40.41982	17.3866		Faggiano	073005	13	TA	073005	
3177291	Fagarè della Battaglia	fagare-della-battaglia	IT	31042	0	Europe/Rome	45.70667	12.42528		Fagare,Fagare della Battaglia,Fagarè,Fagarè della Battaglia		20	TV	026071	
3177292	Fagagna	fagagna	IT	33034	4942	Europe/Rome	46.11417	13.09389	177	Fagagna,Feagne	030037	06	UD	030037	
3177294	Faeto	faeto	IT	41028	636	Europe/Rome	41.32715	15.15926	820	Faeto,Fete,Fête	071023	13	FG	071023	
3177300	Faenza	faenza	IT	48018	41714	Europe/Rome	44.2857	11.88334	35	Faenca,Faenza,faentsu~a,ファエンツァ	039010	05	RA	039010	
3177304	Faedo Valtellino	faedo-valtellino	IT	23020	539	Europe/Rome	46.153	9.90605		Faedo,Faedo Valtellino	014028	09	SO	014028	
3177305	Faedis	faedis	IT	33040	1290	Europe/Rome	46.15333	13.34306	172	Faedis	030036	06	UD	030036	
3177306	Faè	fae	IT	31046	0	Europe/Rome	46.24647	12.29834				20	BL	025031	
3177307	Faè	fae	IT	31046	0	Europe/Rome	45.76667	12.46667				20	TV	026051	
3177309	Fadalto	fadalto	IT	31029	0	Europe/Rome	46.07444	12.34139				20	TV	026092	
3177313	Fabro	fabro	IT	05015	1028	Europe/Rome	42.87524	12.01715	364	Fabro	055011	18	TR	055011	
3177314	Fabrica di Roma	fabrica-di-roma	IT	01034	5108	Europe/Rome	42.33513	12.29977	296		056024	07	VT	056024	
3177488	Dozza	dozza	IT	40060	0	Europe/Rome	45.08333	11.66667				20	RO	029031	
3177315	Fabriano	fabriano	IT	60044	23230	Europe/Rome	43.34065	12.90726	325	Fabriano,Fabrianum,faburiano,Фабриано,ファブリアーノ	042017	10	AN	042017	
3177318	Fabbriche di Vallico	fabbriche-di-vallico	IT	55021	526	Europe/Rome	43.99765	10.4279		Fabbriche,Fabbriche di Vallico		16	LU	046036	
3177322	Fabbrica	fabbrica	IT	56037	0	Europe/Rome	44.11667	10.31667				16	LU	046008	
3177326	Exilles	exilles	IT	10050	284	Europe/Rome	45.09754	6.9292		Esille,Exilles,Isiles,Isìles,ejirresu,エジッレス	001100	12	TO	001100	
3177330	Etroubles	etroubles	IT	11014	363	Europe/Rome	45.82056	7.2293	1270	Etroble,Etroubles,Étroubles	007026	19	AO	007026	
3177337	Este	este	IT	35042	14629	Europe/Rome	45.22289	11.65871	15	Este,esute,Есте,エステ	028037	20	PD	028037	
3177342	Esperia	esperia	IT	03045	4131	Europe/Rome	41.38292	13.68691		Esperia	060031	07	FR	060031	
3177344	Esino Lario	esino-lario	IT	23825	799	Europe/Rome	45.99548	9.33534		Esino Lario	097035	09	LC	097035	
3177346	Esine	esine	IT	25040	4707	Europe/Rome	45.92569	10.25086		Esine,ejine,エージネ	017070	09	BS	017070	
3177349	Esanatoglia	esanatoglia	IT	62024	1720	Europe/Rome	43.25255	12.95057	446	Esanatoglia	043016	10	MC	043016	
3177350	Erula	erula	IT	07030	807	Europe/Rome	40.79117	8.94222		Erula	090088	14	SS	090088	
3177357	Erli	erli	IT	17030	244	Europe/Rome	44.13753	8.10315		Eril,Erli	009028	08	SV	009028	
3177359	Eremo	eremo	IT	89124	0	Europe/Rome	42.15	12.11667				07	RM	058016	
3177362	Eredita	eredita	IT	84061	0	Europe/Rome	40.36667	15.05				04	SA	065081	
3177363	Ercolano	ercolano	IT	80056	53576	Europe/Rome	40.80631	14.36093	44	Ercolano,Gerkulanum,Resina,Геркуланум	063064	04	NA	063064	
3177366	Erchie	erchie	IT	72020	8740	Europe/Rome	40.43803	17.73061		Erchie	074006	13	BR	074006	
3177369	Erbezzo	erbezzo	IT	37020	236	Europe/Rome	45.64049	11.00068	1118	Erbezzo	023033	20	VR	023033	
3177370	Erbè	erbe	IT	37060	1629	Europe/Rome	45.24148	10.96919		Erbe,Erbè	023032	20	VR	023032	
3177372	Erba	erba	IT	22036	16374	Europe/Rome	45.80958	9.23124		Erba,Herba,Incino,eruba,エルバ	013095	09	CO	013095	
3177373	Eraclea	eraclea	IT	30020	4104	Europe/Rome	45.58056	12.67556	2	Eraclea,Grisolera,erakurea,エラクレーア	027013	20	VE	027013	
3177375	Equi Terme	equi-terme	IT	54014	0	Europe/Rome	44.16995	10.15489		Equi,Equi Terme		16	MS	045007	
3177377	Episcopia	episcopia	IT	85033	1024	Europe/Rome	40.07481	16.09818	530	Episcopia	076030	02	PZ	076030	
3177378	Epinel	epinel	IT	11012	265	Europe/Rome	45.62886	7.32518	1452			19	AO	007021	
3177381	Envie	envie	IT	12030	780	Europe/Rome	44.68224	7.37112	327	Envie	004085	12	CN	004085	
3177383	Entrèves	entreves	IT	11013	0	Europe/Rome	45.81654	6.96087				19	AO	007022	
3177384	Entracque	entracque	IT	12010	722	Europe/Rome	44.24142	7.39933	894	Entracque,Entraque	004084	12	CN	004084	
3177390	Engazzà	engazza	IT	37056	0	Europe/Rome	45.2	11.05				20	VR	023053	
3177392	Enemonzo	enemonzo	IT	33020	1347	Europe/Rome	46.40833	12.87944		Denemonc,Enemonzo	030035	06	UD	030035	
3177393	Endine Gaiano	endine-gaiano	IT	24060	3100	Europe/Rome	45.79249	9.96906		Endine,Endine Gaiano	016093	09	BG	016093	
3177400	Empoli	empoli	IT	50053	34394	Europe/Rome	43.71754	10.94142	28	Empoli,enpori,Емполи,エンポリ	048014	16	FI	048014	
3177403	Emarèse	emarese	IT	11020	202	Europe/Rome	45.72456	7.70181		Emarese,Emarèse,Émarèse	007025	19	AO	007025	
3177408	Elvas	elvas	IT	39042	327	Europe/Rome	46.73257	11.66757	814			17	BZ	021011	
3177410	Serre	serre	IT	84028	0	Europe/Rome	44.54033	7.09032		Elva	004083	12	CN	004083	
3177416	Elmo	elmo	IT	58010	0	Europe/Rome	42.7	11.7				16	GR	053026	
3177419	Elice	elice	IT	65010	366	Europe/Rome	42.52044	13.9693	259		068018	01	PE	068018	
3177431	Egna - Neumarkt	egna	IT	39044	4339	Europe/Rome	46.31691	11.27258		Egna,Neumarkt,Villa D'Egna,enya,エーニャ	021029	17	BZ	021029	
3177432	Eggi	eggi	IT	06049	484	Europe/Rome	42.7614	12.77732	325			18	PG	054051	
3177435	Edolo	edolo	IT	25048	4291	Europe/Rome	46.1782	10.32916		Curtis Iduli,Edolo,edolo,edoro,Едоло,エードロ	017068	09	BS	017068	
3177438	Eboli	eboli	IT	84025	35842	Europe/Rome	40.61421	15.05785			065050	04	SA	065050	
3177441	Dusino San Michele	dusino	IT	14010	938	Europe/Rome	44.92615	7.97073				12	AT	005052	
3177442	Duronia	duronia	IT	86020	284	Europe/Rome	41.65893	14.45842	918	Duronia	070022	11	CB	070022	
3177444	Durazzano	durazzano	IT	48100	2070	Europe/Rome	41.06302	14.45063		Durazzano	062028	04	BN	062028	
3177447	Dunarobba	dunarobba	IT	05020	203	Europe/Rome	42.67082	12.45069	448			18	TR	055033	
3177448	Dumenza	dumenza	IT	21010	1325	Europe/Rome	46.01888	8.78753		Dumenza	012065	09	VA	012065	
3177451	Duino	duino	IT	34011	1369	Europe/Rome	45.77342	13.60436	39	Devin,Duino,Дуино		06	TS	032001	
3177453	Dugenta	dugenta	IT	82030	2646	Europe/Rome	41.13222	14.45243		Dugenta	062027	04	BN	062027	
3177456	Dueville	dueville	IT	36031	12649	Europe/Rome	45.6337	11.5502	57		024038	20	VI	024038	
3177460	Due Cossani	due-cossani	IT	21010	0	Europe/Rome	46.03333	8.78333				09	VA	012065	
3177466	Dubino	dubino	IT	23015	3160	Europe/Rome	46.17179	9.43014		Dubino	014027	09	SO	014027	
3177467	Dualchi	dualchi	IT	08010	764	Europe/Rome	40.22886	8.89643		Dualchi	091018	14	NU	091018	
3177468	Drusco	drusco	IT	43041	0	Europe/Rome	44.53333	9.55		Drusco,Druseo		05	PR	034003	
3177469	Druogno	druogno	IT	28853	568	Europe/Rome	46.13488	8.43602	836	Druogno	103029	12	VB	103029	
3177471	Druento	druento	IT	10040	8232	Europe/Rome	45.13475	7.57662	285	Druent,Druento,doruento,ドルエント	001099	12	TO	001099	
3177474	Dronero	dronero	IT	12025	5454	Europe/Rome	44.46573	7.35133	622	Drone,Dronero,Droné	004082	12	CN	004082	
3177476	Dro	dro	IT	38074	2535	Europe/Rome	45.9616	10.91148	123	Dro,doro,Дро,ドロ	022079	17	TN	022079	
3177477	Drenchia	drenchia	IT	33040	0	Europe/Rome	46.18343	13.63584		Drenchia,Drencje,Drenclua		06	UD	030034	
3177478	Drena	drena	IT	38074	405	Europe/Rome	45.9693	10.94448	398	Drena,dorena,ドレーナ	022078	17	TN	022078	
3177480	Dragoni	dragoni	IT	73010	2108	Europe/Rome	41.27619	14.30368		Dragoni		04	CE	061033	
3177481	Dragoni	dragoni	IT	73010	0	Europe/Rome	40.3	18.13333				13	LE	075036	
3177482	Dragonetti	dragonetti	IT	85020	302	Europe/Rome	40.83133	15.71536	561			02	PZ	076032	
3177489	Dozza	dozza	IT	40060	1142	Europe/Rome	44.36027	11.63222	190	Dozza	037025	05	BO	037025	
3177490	Dovera	dovera	IT	26010	3494	Europe/Rome	45.36527	9.54136		Dovera,dovu~era,ドヴェーラ	019041	09	CR	019041	
3177493	Dovadola	dovadola	IT	47013	1186	Europe/Rome	44.12266	11.88873	140	Dovadola,dovu~adora,ドヴァードラ	040011	05	FC	040011	
3177496	Dosson	dosson	IT	31030	5783	Europe/Rome	45.63556	12.25722	12		026010	20	TV	026010	
3177497	Dossobuono	dossobuono	IT	37062	6087	Europe/Rome	45.4	10.91667	66	Dossobuono		20	VR	023096	
3177498	Dosso	dosso	IT	44047	0	Europe/Rome	46.58333	10.81667				17	BZ	021037	
3177499	Dosso	dosso	IT	44047	0	Europe/Rome	46.45	10.21667		Baita Dosso,Dosso		09	SO	014071	
3177500	Dosso	dosso	IT	44047	0	Europe/Rome	45.95	10.1				09	BG	016078	
3177501	Dosso	dosso	IT	44047	1436	Europe/Rome	44.76806	11.33938	16			05	FE	038021	
3177503	Dosolo	dosolo	IT	46030	3104	Europe/Rome	44.95337	10.63759		Dosolo	020022	09	MN	020022	
3177504	Dosoledo	dosoledo	IT	32040	460	Europe/Rome	46.59945	12.49171	1237			20	BL	025015	
3177505	Dosimo	dosimo	IT	26043	0	Europe/Rome	45.16667	10.1				09	CR	019046	
3177508	Dorno	dorno	IT	27020	4184	Europe/Rome	45.15596	8.95275			018061	09	PV	018061	
3177510	Dorio	dorio	IT	23824	346	Europe/Rome	46.10169	9.32004		Dorio	097032	09	LC	097032	
3177513	Dorgali	dorgali	IT	08022	6498	Europe/Rome	40.29668	9.58555	390	Dorgali	091017	14	NU	091017	
3177520	Donzella	donzella	IT	45018	1119	Europe/Rome	44.93229	12.32814	1	Donzelia,Donzella		20	RO	029039	
3177521	Dont	dont	IT	32012	478	Europe/Rome	46.35478	12.14368	935			20	BL	025024	
3177522	Donnini	donnini	IT	50066	870	Europe/Rome	43.73307	11.49649	335			16	FI	048035	
3177526	Dongo	dongo	IT	22014	3468	Europe/Rome	46.13159	9.28084		Dongo,dongo,ドンゴ	013090	09	CO	013090	
3177530	Donada	donada	IT	45014	0	Europe/Rome	45.04056	12.21694				20	RO	029052	
3177531	Domusnovas Canales	domusnovas-canales	IT	09070	0	Europe/Rome	40.15	8.83333		Domusnovas,Domusnovas Canales		14	OR	095033	
3177532	Domodossola	domodossola	IT	28845	17778	Europe/Rome	46.1165	8.29313	272	Domodossola,domodossora,ドモドッソラ	103028	12	VB	103028	
3177534	Domo	domo	IT	21010	0	Europe/Rome	43.4	13.05				10	AN	042017	
3177537	Domicella	domicella	IT	83020	1561	Europe/Rome	40.88001	14.58774		Domicella	064031	04	AV	064031	
3177538	Domegliara	domegliara	IT	37015	0	Europe/Rome	45.51667	10.81667		Domegliara,Domigliara		20	VR	023077	
3177539	Domegge di Cadore	domegge-di-cadore	IT	32040	2548	Europe/Rome	46.46028	12.41722	763	Domegge,Domegge di Cadore	025018	20	BL	025018	
3177540	Domaso	domaso	IT	22013	1438	Europe/Rome	46.15289	9.33344	206	Domaso	013089	09	CO	013089	
3177541	Domanins	domanins	IT	33095	0	Europe/Rome	46.02667	12.82111				06	PN	093038	
3177544	Dolonne	dolonne	IT	11013	0	Europe/Rome	45.78333	6.95				19	AO	007022	
3177547	Dolo	dolo	IT	30031	8410	Europe/Rome	45.42833	12.0725	7	Dolo,doro,ドーロ	027012	20	VE	027012	
3177548	Dolegnano	dolegnano	IT	33048	552	Europe/Rome	45.9835	13.42742	72			06	UD	030101	
3177550	Dolcedo	dolcedo	IT	18020	646	Europe/Rome	43.90512	7.95015	75	Dolcedo	008030	08	IM	008030	
3177551	Dolceacqua	dolceacqua	IT	18035	1556	Europe/Rome	43.85172	7.62264	51	Dolceacqua	008029	08	IM	008029	
3177552	Dolcè	dolce	IT	37020	2200	Europe/Rome	45.60069	10.85248		Dolce,Dolcè	023031	20	VR	023031	
3177554	Dogna	dogna	IT	33010	259	Europe/Rome	46.44793	13.31502		Dogna,Dogne	030033	06	UD	030033	
3177555	Dogliola	dogliola	IT	66050	378	Europe/Rome	41.94184	14.63622	445	Dogliola	069029	01	CH	069029	
3177558	Dogliani	dogliani	IT	12063	3433	Europe/Rome	44.53094	7.94724	295	Dogliani	004081	12	CN	004081	
3177560	Dogato	dogato	IT	44020	852	Europe/Rome	44.75	11.88333	3			05	FE	038017	
3177561	Dogaro	dogaro	IT	41038	0	Europe/Rome	44.8	11.18333				05	MO	036004	
3177562	Doganella	doganella	IT	04013	0	Europe/Rome	41.57333	12.92816		Doganella di Ninfa		07	LT	059027	
3177565	Dogana	dogana	IT	19034	0	Europe/Rome	43.96667	12.41667				05	RN	099020	
3177566	Dogana	dogana	IT	19034	0	Europe/Rome	42.88496	10.78441				16	GR		
3177568	Doberdò del Lago	doberdo-del-lago	IT	34070	1410	Europe/Rome	45.84611	13.5375		Dobardo,Dobardò,Doberdo,Doberdo del Lago,Doberdò del Lago,ドベルド・デル・ラーゴ	031003	06	GO	031003	
3177571	Dobbiaco - Toblach	dobbiaco	IT	39034	3240	Europe/Rome	46.7425	12.23139		Dobbiaco,Toblach,dobbiako,ドッビアーコ	021028	17	BZ	021028	
3177572	Dizzasco	dizzasco	IT	22020	491	Europe/Rome	45.94378	9.09974		Dizzasco	013087	09	CO	013087	
3177573	Divignano	divignano	IT	28010	1407	Europe/Rome	45.66237	8.60163	337	Divignano	003060	12	NO	003060	
3177582	Dimaro	dimaro	IT	38025	1196	Europe/Rome	46.32621	10.87077	766	Dimaro,dimaro,ディマーロ	022075	17	TN	022075	
3177584	Dignano	dignano	IT	33030	780	Europe/Rome	46.08444	12.93889	112	Dignan,Dignano	030032	06	UD	030032	
3177586	Diegaro	diegaro	IT	47023	0	Europe/Rome	44.15961	12.19131				05	FC	040007	
3177587	Diecimo	diecimo	IT	55023	804	Europe/Rome	43.9635	10.5078	76			16	LU	046004	
3177588	Dicomano	dicomano	IT	50062	3493	Europe/Rome	43.89314	11.521	162	Dicomano	048013	16	FI	048013	
3177594	Diano San Pietro	diano-san-pietro	IT	18013	551	Europe/Rome	43.93142	8.07165	83	Diano San Pietro	008028	08	IM	008028	
3177595	Diano Marina	diano-marina	IT	18013	5130	Europe/Rome	43.91032	8.07925	4	Diano Marina	008027	08	IM	008027	
3177596	Diano d'Alba	diano-d-alba	IT	12055	711	Europe/Rome	44.65004	8.02734	496	Diano,Diano d'Alba	004080	12	CN	004080	
3177597	Diano Castello	diano-castello	IT	18013	1554	Europe/Rome	43.92423	8.06602	135	Diano Castello	008026	08	IM	008026	
3177608	Desio	desio	IT	20832	35069	Europe/Rome	45.62018	9.20424		Dees,Desio,Dezio,dejio,Дезио,デージオ	108023	09	MB	108023	
3177610	Desenzano del Garda	desenzano-del-garda	IT	25015	23651	Europe/Rome	45.46798	10.53398		Desenzano,Desenzano del Garda,Desenzano sul Lago,Dezencano del' Garda,Дезенцано дель Гарда,デゼンツァーノ・デル・ガルダ	017067	09	BS	017067	
3177615	Desana	desana	IT	13034	1019	Europe/Rome	45.26966	8.35973	131	Desana	002054	12	VC	002054	
3177616	Dervio	dervio	IT	23824	2742	Europe/Rome	46.07599	9.30464	211	Dervio	097030	09	LC	097030	
3177757	Crone	crone	IT	25074	1852	Europe/Rome	45.73333	10.48333		Crone,Idro		09	BS	017082	
3177617	Deruta	deruta	IT	06053	4162	Europe/Rome	42.98044	12.41506	218	Deruta,deruta,デルータ	054017	18	PG	054017	
3177618	Taio	taio	IT	38012	1306	Europe/Rome	46.32139	11.06624	515	Taio,Tajo,taio,ターイオ	022186	17	TN	022186	
3177623	Denno	denno	IT	38010	1186	Europe/Rome	46.27501	11.04907	429	Denno,den'no,デンノ	022074	17	TN	022074	
3177626	Demonte	demonte	IT	12014	1184	Europe/Rome	44.31553	7.29873	780	Demonte	004079	12	CN	004079	
3177628	Dello	dello	IT	25020	4231	Europe/Rome	45.42028	10.07747		Dello,derro,デッロ	017066	09	BS	017066	
3177629	Deliceto	deliceto	IT	71026	3660	Europe/Rome	41.22303	15.38585	575	Deliceto	071022	13	FG	071022	
3177630	Delebio	delebio	IT	23014	2996	Europe/Rome	46.13609	9.46064		Delebio	014026	09	SO	014026	
3177631	Deiva Marina	deiva-marina	IT	19013	700	Europe/Rome	44.21931	9.52064	15	Deiva,Deiva Marina,Déiva	011012	08	SP	011012	
3177632	Dego	dego	IT	17058	1131	Europe/Rome	44.44304	8.30595	317	Dego,O De,O Dê	009027	08	SV	009027	
3177634	Deggiano	deggiano	IT	38020	0	Europe/Rome	46.31667	10.85				17	TN	022064	
3177639	Decorata	decorata	IT	82024	0	Europe/Rome	41.41667	14.88333		Decorata,Decorato		04	BN	062025	
3177640	Decima	decima	IT	00144	5181	Europe/Rome	44.71045	11.22978	18			05	BO	037053	
3177642	Dazio	dazio	IT	23010	347	Europe/Rome	46.16129	9.60064		Dazio	014025	09	SO	014025	
3177645	Darzo	darzo	IT	38089	0	Europe/Rome	45.84184	10.54919				17	TN	022183	
3177646	Darfo	darfo	IT	25047	0	Europe/Rome	45.87794	10.18115			017065	09	BS	017065	
3177647	Daone	daone	IT	38091	572	Europe/Rome	45.9472	10.62107	767	Daone	022072	17	TN	022072	
3177649	Dambel	dambel	IT	38010	412	Europe/Rome	46.40471	11.09307	751	Dambel,danberu,ダンベル	022071	17	TN	022071	
3177650	Dalmine	dalmine	IT	24044	21459	Europe/Rome	45.64928	9.60395		Dal'mine,Dalmine,Дальмине	016091	09	BG	016091	
3177651	Dairago	dairago	IT	20036	4580	Europe/Rome	45.56717	8.86324		Dairago,dairago,ダイラーゴ	015099	09	MI	015099	
3177652	Cuzzego	cuzzego	IT	28851	500	Europe/Rome	46.05125	8.27923	235			12	VB	103011	
3177653	Cuzzago	cuzzago	IT	28803	444	Europe/Rome	45.99648	8.36969	220			12	VB	103057	
3177654	Cutrofiano	cutrofiano	IT	73020	9089	Europe/Rome	40.12632	18.20163		Cutrofiano,Cutrufianu,Kutrofiana	075026	13	LE	075026	
3177655	Cutigliano	cutigliano	IT	51024	399	Europe/Rome	44.09945	10.75541	678	Cutigliano	047004	16	PT	047004	
3177657	Cusio	cusio	IT	24010	313	Europe/Rome	45.99089	9.60175		Cusio	016090	09	BG	016090	
3177659	Cusignana	cusignana	IT	31040	0	Europe/Rome	45.78608	12.17731				20	TV	026002	
3177660	Cusercoli	cusercoli	IT	47012	1076	Europe/Rome	44.04514	12.0074	118			05	FC	040009	
3177662	Cusciano	cusciano	IT	64046	0	Europe/Rome	42.56667	13.58333				01	TE	067028	
3177663	Cusano Mutri	cusano-mutri	IT	82033	4396	Europe/Rome	41.33772	14.50883		Cusano Mntri,Cusano Mutri	062026	04	BN	062026	
3177664	Cusano Milanino	cusano-milanino	IT	20095	19850	Europe/Rome	45.55307	9.18344		Cusano Milanino,クザーノ・ミラニーノ	015098	09	MI	015098	
3177666	Curtarolo	curtarolo	IT	35010	1215	Europe/Rome	45.5221	11.8358	22	Curtarolo	028036	20	PD	028036	
3177669	Cursi	cursi	IT	73020	4122	Europe/Rome	40.14962	18.31483		Cursi,Kurze	075025	13	LE	075025	
3177670	Curon Venosta - Graun im Vinschgau	curon-venosta	IT	39027	2379	Europe/Rome	46.80832	10.54265		Curon,Curon Venosta,Curón,Graun,Graun im Vinschgau,クローン・ヴェノスタ	021027	17	BZ	021027	
3177672	Curno	curno	IT	24035	7193	Europe/Rome	45.68898	9.60705		Curdomo,Curno,kuruno,クルノ	016089	09	BG	016089	
3177682	Cura	cura	IT	01019	0	Europe/Rome	44.98333	11.46667				20	RO	029005	
3177683	Cura	cura	IT	01019	0	Europe/Rome	42.3	12.08333		Cura,Cura Rurale		07	VT	056057	
3177684	Cupramontana	cupramontana	IT	60034	3617	Europe/Rome	43.44586	13.11547	505	Cupramontana,kupuramontana,クプラモンターナ	042016	10	AN	042016	
3177685	Cupra Marittima	cupra-marittima	IT	63064	4107	Europe/Rome	43.02995	13.85789	4	Cupra Marittima	044017	10	AP	044017	
3177692	Cupello	cupello	IT	66051	3670	Europe/Rome	42.06814	14.66922	274	Cupello	069028	01	CH	069028	
3177694	Cupa	cupa	IT	81037	0	Europe/Rome	41.23333	13.9				04	CE	061088	
3177695	Cuorgnè	cuorgne	IT	10082	10032	Europe/Rome	45.38946	7.64992		Corgne,Corgnè,Cuorgne,Cuorgnè,kuorunye,クオルニェ	001098	12	TO	001098	
3177698	Cunico	cunico	IT	14026	363	Europe/Rome	45.03995	8.09673	257	Cunico	005051	12	AT	005051	
3177700	Cuneo	cuneo	IT	12100	46416	Europe/Rome	44.39733	7.54453	534	CUF,Coni,Koni,Kuneo,Кунео	CN	12	CN	004078	
3177703	Cumignano sul Naviglio	cumignano-sul-naviglio	IT	26020	402	Europe/Rome	45.35577	9.83476		Cumignano sul Naviglio	019039	09	CR	019039	
3177704	Cumiana	cumiana	IT	10040	5498	Europe/Rome	44.97974	7.37672	377	Cumian-a,Cumiana,kumiana,クミアーナ	001097	12	TO	001097	
3177712	Cugnoli	cugnoli	IT	65020	416	Europe/Rome	42.30795	13.93267	331	Cugnoli	068017	01	PE	068017	
3177719	Cuglieri	cuglieri	IT	09073	2141	Europe/Rome	40.19132	8.56795	483	Cuglieri,Cullieri	095019	14	OR	095019	
3177720	Cuggiono	cuggiono	IT	20012	7516	Europe/Rome	45.50683	8.8155		Cuggiono,kujjono,クッジョーノ	015096	09	MI	015096	
3177726	Cuceglio	cuceglio	IT	10090	959	Europe/Rome	45.35916	7.81742	375	Cuceglio,Cusele,kucherio,クチェーリオ	001096	12	TO	001096	
3177728	Cuccurano	cuccurano	IT	61032	3469	Europe/Rome	43.8	12.96667	46			10	PU	041013	
3177737	Cuccaro Vetere	cuccaro-vetere	IT	84050	622	Europe/Rome	40.1652	15.30646		Cuccaro Vetere	065049	04	SA	065049	
3177742	Crusinallo	crusinallo	IT	28887	0	Europe/Rome	45.89007	8.40823				12	VB	103050	
3177743	Crugnola	crugnola	IT	21020	0	Europe/Rome	45.73333	8.75				09	VA	012106	
3177744	Croviana	croviana	IT	38027	689	Europe/Rome	46.34521	10.90347	721	Croviana,kurovu~iana,クロヴィアーナ	022068	17	TN	022068	
3177747	Crova	crova	IT	13040	370	Europe/Rome	45.33066	8.21083	167	Crova	002052	12	VC	002052	
3177749	Crotta d'Adda	crotta-d-adda	IT	26020	670	Europe/Rome	45.15827	9.85647		Crotta d'Adda	019038	09	CR	019038	
3177752	Crosara	crosara	IT	36063	287	Europe/Rome	45.77419	11.61405	417			20	VI	024057	
3177753	Crosano	crosano	IT	38060	649	Europe/Rome	45.81999	10.97315	575			17	TN	022025	
3177754	Crosa	crosa	IT	13853	336	Europe/Rome	45.60876	8.18652		Crosa,kuroza,クローザ	096022	12	BI	096022	
3177755	Cropani	cropani	IT	88051	0	Europe/Rome	40.05	16.11667				02	PZ	076078	
3177759	Crognaleto	crognaleto	IT	64043	1549	Europe/Rome	42.58794	13.48959		Crognaleto	067023	01	TE	067023	
3177761	Crodo	crodo	IT	28862	871	Europe/Rome	46.21078	8.32061	505	Crodo	103026	12	VB	103026	
3177773	Crocetta del Montello	crocetta-del-montello	IT	31035	5709	Europe/Rome	45.83667	12.03361		Crocetta Trevigiana,Crocetta de Montello,Crocetta del Montello	026025	20	TV	026025	
3177781	Crocefieschi	crocefieschi	IT	16010	458	Europe/Rome	44.57975	9.02396	742	A Croxe,Crocefieschi	010020	08	GE	010020	
3177798	Croce	croce	IT	30024	0	Europe/Rome	43.13333	13.18333				10	MC	043006	
3177799	Croce	croce	IT	30024	0	Europe/Rome	41.22812	14.18893				04	CE	061072	
3177805	Crissolo	crissolo	IT	12030	210	Europe/Rome	44.69953	7.15602		Crissolo	004077	12	CN	004077	
3177807	Crispiero	crispiero	IT	62022	0	Europe/Rome	43.2	13.08333				10	MC	043009	
3177808	Crispiano	crispiano	IT	74012	12973	Europe/Rome	40.60583	17.23028		Crispiano	073004	13	TA	073004	
3177814	Crevalcore	crevalcore	IT	40014	9017	Europe/Rome	44.72057	11.1498	20	Crevalcore	037024	05	BO	037024	
3177815	Crevacuore	crevacuore	IT	13864	1467	Europe/Rome	45.68687	8.24672	377	Crevacuore	096021	12	BI	096021	
3177816	Cretone	cretone	IT	00018	0	Europe/Rome	42.08333	12.7		Cretone		07	RM	058075	
3177818	Creto	creto	IT	38085	0	Europe/Rome	45.93333	10.63333				17	TN	022149	
3177822	Cressa	cressa	IT	28012	660	Europe/Rome	45.64827	8.50903	267	Cressa	003055	12	NO	003055	
3177823	Crespino del Lamone	crespino-del-lamone	IT	50034	0	Europe/Rome	44.03333	11.53333		Cresdino del Lamone,Crespino,Crespino del Lamone		16	FI	048026	
3177824	Crespino	crespino	IT	45030	1186	Europe/Rome	44.98388	11.88702	3	Crespino	029019	20	RO	029019	
3177825	Crespina	crespina	IT	56040	3746	Europe/Rome	43.57304	10.56431		Crespina	050041	16	PI	050041	
3177826	Crespiatica	crespiatica	IT	26835	1564	Europe/Rome	45.35667	9.57516		Crespiatica,kuresupiatika,クレスピアーティカ	098025	09	LO	098025	
3177827	Crespellano	crespellano	IT	40056	7787	Europe/Rome	44.51046	11.13051		Crespellano		05	BO	037061	
3177828	Crespano del Grappa	crespano-del-grappa	IT	31017	4315	Europe/Rome	45.8254	11.8337	350	Crespano del Grappa	026024	20	TV	026024	
3177829	Crespadoro	crespadoro	IT	36070	475	Europe/Rome	45.62019	11.22589	363	Crespadoro	024037	20	VI	024037	
3177832	Crescenzago	crescenzago	IT	20127	0	Europe/Rome	45.50767	9.24791				09	MI	015146	
3177833	Crescentino	crescentino	IT	13044	6003	Europe/Rome	45.19045	8.09993	154	Crescentino	002049	12	VC	002049	
3177838	Cremona	cremona	IT	26100	70887	Europe/Rome	45.13617	10.02797		Cremon-a,Cremona,Cremone,Crémone,Kremona,ke lei mo na,keulemona,kuremona,Кремона,クレモナ,克雷莫納,크레모나	CR	09	CR	019036	
3177839	Cremolino	cremolino	IT	15010	202	Europe/Rome	44.63594	8.58525	405	Cremolino	006063	12	AL	006063	
3177840	Cremeno	cremeno	IT	23814	1014	Europe/Rome	45.93548	9.46864		Cremeno	097029	09	LC	097029	
3177841	Crema	crema	IT	26013	32981	Europe/Rome	45.35877	9.66826		Crema,Krema,kurema,Крема,クレーマ	019035	09	CR	019035	
3177842	Credera	credera	IT	26010	1621	Europe/Rome	45.30327	9.65606			019034	09	CR	019034	
3177843	Creda	creda	IT	40035	0	Europe/Rome	44.16667	11.16667				05	BO	037010	
3177844	Crecchio	crecchio	IT	66014	523	Europe/Rome	42.28914	14.32291	206	Crecchio	069027	01	CH	069027	
3177845	Creazzo	creazzo	IT	36051	10124	Europe/Rome	45.53199	11.4785	99	Casale Creazzo	024036	20	VI	024036	
3177849	Craveggia	craveggia	IT	28852	484	Europe/Rome	46.14158	8.48822	889	Craveggia	103024	12	VB	103024	
3177850	Cravanzana	cravanzana	IT	12050	235	Europe/Rome	44.57474	8.12604	585	Cravanzana	004076	12	CN	004076	
3177858	Craco	craco	IT	75010	796	Europe/Rome	40.37992	16.43708		Craco	077007	02	MT	077007	
3177862	Cozzo	cozzo	IT	27030	432	Europe/Rome	45.19266	8.61104		Cozzo	018059	09	PV	018059	
3177863	Cozzana	cozzana	IT	70043	0	Europe/Rome	40.93649	17.21199				13	BA	072030	
3177864	Covolo	covolo	IT	31040	0	Europe/Rome	45.76667	11.55				20	VI	024053	
3177865	Covolo	covolo	IT	31040	0	Europe/Rome	45.51667	11.38333				20	VI	024061	
3177866	Covo	covo	IT	24050	3154	Europe/Rome	45.50028	9.77126		Covo,kovu~o,コーヴォ	016087	09	BG	016087	
3177872	Courmayeur	courmayeur	IT	11013	2794	Europe/Rome	45.79386	6.97139	1224	Cormaiore,Cormaire,Cort-Mayor,Courmayeur,Curia Maior,Kurmajor,ku er ma ye wu er,kurumaiyuru,kwrmayr,Курмайор,Курмаёр,קורמאיור,کورمائر,კურმაიორი,クールマイユール,库尔马耶乌尔	007022	19	AO	007022	
3177874	Cottanello	cottanello	IT	02040	572	Europe/Rome	42.40633	12.68418		Cottanello	057026	07	RI	057026	
3177875	Cotone	cotone	IT	57025	0	Europe/Rome	42.93333	10.51667				16	LI	049012	
3177876	Cotignola	cotignola	IT	48033	3970	Europe/Rome	44.38717	11.93943	19	Cotignola,Cottignola,kotinyora,コティニョーラ	039009	05	RA	039009	
3177879	Costrignano	costrignano	IT	41046	0	Europe/Rome	44.36667	10.66667				05	MO	036029	
3177880	Costigliole Saluzzo	costigliole-saluzzo	IT	12024	3122	Europe/Rome	44.56453	7.48543		Costigliole Saluzzo	004075	12	CN	004075	
3177881	Costigliole d'Asti	costigliole-d-asti	IT	14055	1771	Europe/Rome	44.78394	8.18094	242	Costigliole,Costigliole d'Asti	005050	12	AT	005050	
3177882	Costermano	costermano	IT	37010	889	Europe/Rome	45.58689	10.73718	237	Costermano	023030	20	VR	023030	
3177885	Costa Volpino	costa-volpino	IT	24062	8460	Europe/Rome	45.82989	10.09816		Costa Volpino	016086	09	BG	016086	
3177886	Costa Vescovato	costa-vescovato	IT	15050	347	Europe/Rome	44.82142	9.12045				09	PV	018007	
3177887	Costa Valle Imagna	costa-valle-imagna	IT	24030	620	Europe/Rome	45.80488	9.50215		Costa Valle Imagna	016085	09	BG	016085	
3177888	Costa Sant'Abramo	costa-sant-abramo	IT	26022	0	Europe/Rome	45.16667	9.96667				09	CR	019095	
3177890	Costarainera	costarainera	IT	18017	377	Europe/Rome	43.85477	7.94106	220	A Costa,A Còsta,Costarainera	008024	08	IM	008024	
3177894	Costanzana	costanzana	IT	13033	798	Europe/Rome	45.23816	8.36813	129	Costanzana	002047	12	VC	002047	
3177895	Costano	costano	IT	06083	1127	Europe/Rome	43.0442	12.5341	191	Costano		18	PG	054002	
3177901	Costalta	costalta	IT	32040	0	Europe/Rome	44.86667	9.35				05	PC	033031	
3177902	Costalpino	costalpino	IT	53100	0	Europe/Rome	43.2912	11.3027				16	SI	052032	
3178076	Cornale	cornale	IT	24020	734	Europe/Rome	45.04296	8.91305		Cornale	018055	09	PV	018055	
3177905	Costa di Rovigo	costa-di-rovigo	IT	45023	2326	Europe/Rome	45.04908	11.69461	9	Costa di Rovigo	029018	20	RO	029018	
3177906	Costa di Mezzate	costa-di-mezzate	IT	24060	2747	Europe/Rome	45.66198	9.79396		Costa di Mezzate,Costa di Monticelli	016084	09	BG	016084	
3177909	Costacciaro	costacciaro	IT	06021	533	Europe/Rome	43.36075	12.71216	567	Costacciaro	054016	18	PG	054016	
3177912	Costabissara	costabissara	IT	36030	3217	Europe/Rome	45.58359	11.4872	49	Costabissara	024035	20	VI	024035	
3177919	Cossombrato	cossombrato	IT	14020	342	Europe/Rome	44.99295	8.13613	300	Cossombra,Cossombrato,Cossombrà	005049	12	AT	005049	
3177920	Cossoine	cossoine	IT	07010	982	Europe/Rome	40.43136	8.71622		Cossoine	090027	14	SS	090027	
3177922	Cossignano	cossignano	IT	63067	396	Europe/Rome	42.98425	13.68999	400	Cossignano	044016	10	AP	044016	
3177924	Cossato	cossato	IT	13836	13931	Europe/Rome	45.57386	8.18172	253	Cossato	096020	12	BI	096020	
3177927	Coseano	coseano	IT	33030	771	Europe/Rome	46.09639	13.01917	118	Cosean,Coseano	030031	06	UD	030031	
3177928	Coscogno	coscogno	IT	41026	0	Europe/Rome	44.38333	10.86667				05	MO	036030	
3177941	Corvaro	corvaro	IT	02021	0	Europe/Rome	42.20538	13.26496				07	RI	057007	
3177943	Corvara in Badia - Corvara	corvara-in-badia	IT	39033	1266	Europe/Rome	46.55162	11.87019		Corvara,Corvara in Badia,Corvaria,コルヴァーラ・イン・バディーア	021026	17	BZ	021026	
3177945	Corvara	corvara	IT	39033	289	Europe/Rome	42.27494	13.873		Corvara	068016	01	PE	068016	
3177947	Corva	corva	IT	33082	0	Europe/Rome	45.91556	12.65917				06	PN	093005	
3177948	Cortona	cortona	IT	52044	22707	Europe/Rome	43.27467	11.98533		Cortona,Cortone,Kortona,Кортона	051017	16	AR	051017	
3177952	Cortina d'Ampezzo	cortina-d-ampezzo	IT	32043	5423	Europe/Rome	46.5369	12.13903	1211	Cortina Ampecanorum,Cortina d'Ampezzo,Cortina d’Ampezzo,Kortina d'Ampecco,Кортина д'Ампеццо,コルティーナ・ダンペッツォ	025016	20	BL	025016	
3177954	Cortina	cortina	IT	33081	0	Europe/Rome	45.86667	7.6				19	AO	007071	
3177956	Cortile	cortile	IT	41012	0	Europe/Rome	44.8	10.98333				05	MO	036005	
3177960	Cortiglione	cortiglione	IT	14040	316	Europe/Rome	44.82325	8.35844	211	Corgeli,Corgèli,Cortiglione	005048	12	AT	005048	
3177962	Corticelle Pieve	corticelle-pieve	IT	25020	0	Europe/Rome	45.41667	10.1				09	BS	017066	
3177963	Corticella	corticella	IT	40128	0	Europe/Rome	44.55	11.36667				05	BO	037006	
3177972	Corteolona	corteolona	IT	27014	1906	Europe/Rome	45.15786	9.36936		Corteleona,Corteolona	018056	09	PV	018056	
3177974	Cortenedolo	cortenedolo	IT	25048	0	Europe/Rome	46.16667	10.28333				09	BS	017063	
3177976	Cortemilia	cortemilia	IT	12074	1845	Europe/Rome	44.57794	8.19294	247	Cortemilia	004073	12	CN	004073	
3177977	Cortemaggiore	cortemaggiore	IT	29016	3659	Europe/Rome	44.99377	9.93077	52	Cortemaggiore	033018	05	PC	033018	
3177983	Corte Franca	corte-franca	IT	25040	6282	Europe/Rome	45.62998	9.98846		Corte Franca,コルテ・フランカ	017062	09	BS	017062	
3177995	Corte	corte	IT	35028	1119	Europe/Rome	45.3075	12.07056	3			20	PD	028065	
3177996	Corte	corte	IT	35028	0	Europe/Rome	44	7.76667				08	IM	008061	
3177997	Cortazzone	cortazzone	IT	14010	626	Europe/Rome	44.97915	8.06123		Cortazzone	005047	12	AT	005047	
3177998	Cortanze	cortanze	IT	14020	257	Europe/Rome	45.01435	8.08803	299	Cortanze	005046	12	AT	005046	
3177999	Cortandone	cortandone	IT	14013	290	Europe/Rome	44.95915	8.05843		Cortandone	005045	12	AT	005045	
3178002	Cortaccia sulla strada del vino	cortaccia-sulla-strada-del-vino	IT	39040	2085	Europe/Rome	46.31401	11.22388		Kurtasch,Kurtatsch,Kurtatsch an der Weinstrasse	021024	17	BZ	021024	
3178004	Corsico	corsico	IT	20094	33273	Europe/Rome	45.43099	9.11093		Corsico,Korsiko,korushiko,Корсико,コルシコ	015093	09	MI	015093	
3178007	Corsalone	corsalone	IT	52010	0	Europe/Rome	43.68333	11.81667				16	AR	051004	
3178012	Corropoli	corropoli	IT	64013	2953	Europe/Rome	42.8272	13.83471	132	Corropoli	067021	01	TE	067021	
3178014	Corridonia	corridonia	IT	62014	8626	Europe/Rome	43.25106	13.50878	255	Corridonia	043015	10	MC	043015	
3178015	Correzzola	correzzola	IT	35020	586	Europe/Rome	45.23361	12.06167	2	Correzzola	028035	20	PD	028035	
3178016	Correzzo	correzzo	IT	37060	0	Europe/Rome	45.14972	11.11628				20	VR	023037	
3178017	Correggioverde	correggioverde	IT	46030	0	Europe/Rome	44.93333	10.63333				09	MN	020022	
3178018	Correggio	correggio	IT	42015	0	Europe/Rome	44.88333	11.71667				05	FE	038008	
3178019	Correggio	correggio	IT	42015	15571	Europe/Rome	44.76977	10.7823	31	Coreggio,Correggio,Koredzho,korrejjo,Кореджо,コッレッジョ	035020	05	RE	035020	
3178025	Corpolò	corpolo	IT	47900	0	Europe/Rome	44.01905	12.45266				05	RN	099014	
3178027	Coronella	coronella	IT	44028	788	Europe/Rome	44.80232	11.52323	12			05	FE	038018	
3178028	Coronella	coronella	IT	44028	0	Europe/Rome	42.63333	13.05				18	PG	054007	
3178029	Coronata	coronata	IT	16152	0	Europe/Rome	44.45	9.21667				08	GE	010036	
3178039	Cornuda	cornuda	IT	31041	5699	Europe/Rome	45.83366	12.02655	163	Cornuda	026023	20	TV	026023	
3178045	Corno Giovine	corno-giovine	IT	26846	1202	Europe/Rome	45.13347	9.75967			098022	09	LO	098022	
3178046	Corno di Rosazzo	corno-di-rosazzo	IT	33040	3005	Europe/Rome	45.99944	13.43972	84	Corno di Rosazzo,Cuar di Rosacis	030030	06	UD	030030	
3178058	Corniolo	corniolo	IT	47018	0	Europe/Rome	44.08333	11.35				16	FI	048018	
3178059	Corniolo	corniolo	IT	47018	0	Europe/Rome	43.9	11.8		Corniola,Corniolo		05	FC	040043	
3178060	Cornino	cornino	IT	33030	490	Europe/Rome	46.22284	13.00603	205	Cornino		06	UD	030137	
3178062	Corniglio	corniglio	IT	43021	217	Europe/Rome	44.47426	10.09008	690	Corniglio	034012	05	PR	034012	
3178063	Cornigliano Ligure	cornigliano-ligure	IT	16152	0	Europe/Rome	44.41613	8.87354		Cornigliano		08	GE	010025	
3178064	Corniglia	corniglia	IT	19018	245	Europe/Rome	44.11988	9.70805		Kornil'ja,Корнилья		08	SP		
3178072	Cornedo Vicentino	cornedo-vicentino	IT	36073	7654	Europe/Rome	45.61309	11.34059	200	Cornedo	024034	20	VI	024034	
3178073	Cornate d'Adda	cornate-d-adda	IT	20872	9238	Europe/Rome	45.64168	9.46735		Cornate,Cornate d'Adda,コルナーテ・ダッダ	108053	09	MB	108053	
3178074	Cornaredo	cornaredo	IT	20007	19928	Europe/Rome	45.49697	9.02614		Cornaredo,korunaredo,コルナレード	015087	09	MI	015087	
3178077	Cornalba	cornalba	IT	24017	287	Europe/Rome	45.85149	9.74405		Cornalba	016249	09	BG	016249	
3178078	Cornaiano	cornaiano	IT	39057	1576	Europe/Rome	46.46329	11.28115	430	Girlan		17	BZ	021004	
3178080	Cornacchiaia	cornacchiaia	IT	50033	0	Europe/Rome	44.1	11.33333				16	FI	048018	
3178085	Cormons	cormons	IT	34071	5795	Europe/Rome	45.96056	13.47222	56	Cormons,Cormòns	031002	06	GO	031002	
3178087	Cormano	cormano	IT	20032	18056	Europe/Rome	45.53957	9.17094		Cormano,korumano,コルマーノ	015086	09	MI	015086	
3178090	Corleto Perticara	corleto-perticara	IT	85012	2459	Europe/Rome	40.38351	16.04068	757		076029	02	PZ	076029	
3178091	Corleto Monforte	corleto-monforte	IT	84020	764	Europe/Rome	40.43721	15.37956		Corleto Monforte	065048	04	SA	065048	
3178093	Corio	corio	IT	10070	1482	Europe/Rome	45.31375	7.53221	625	Cheuri,Corio,korio,コーリオ	001094	12	TO	001094	
3178094	Corinaldo	corinaldo	IT	60013	2614	Europe/Rome	43.64986	13.04816	203	Corinaldo,korinarudo,コリナルド	042015	10	AN	042015	
3178095	Corigliano d'Otranto	corigliano-d-otranto	IT	73022	5633	Europe/Rome	40.15962	18.25943		Corigliano d'Otranto	075023	13	LE	075023	
3178096	Corigliano	corigliano	IT	81037	0	Europe/Rome	41.28333	13.91667				04	CE	061088	
3178097	Coriano	coriano	IT	47853	2359	Europe/Rome	43.96906	12.60055	102	Coriano,koriano,コリアーノ	099003	05	RN	099003	
3178099	Cori	cori	IT	04010	11136	Europe/Rome	41.64442	12.91279		Cori,Kori,kori,Кори,コーリ	059006	07	LT	059006	
3178102	Corgeno	corgeno	IT	21029	0	Europe/Rome	45.75	8.68333				09	VA	012138	
3178103	Corfinio	corfinio	IT	67030	940	Europe/Rome	42.12373	13.8415	346	Corfinio	066041	01	AQ	066041	
3178104	Corese Terra	corese-terra	IT	02032	676	Europe/Rome	42.16881	12.71069	176	Corese,Corese Terra		07	RI	057027	
3178107	Coreglia Antelminelli	coreglia-antelminelli	IT	55025	769	Europe/Rome	44.06365	10.5255	595	Coreglia Antelminelli	046011	16	LU	046011	
3178108	Coredo	coredo	IT	38012	1544	Europe/Rome	46.34906	11.09001	831	Coredo,koredo,コーレド	022067	17	TN	022067	
3178109	Cordovado	cordovado	IT	33075	2607	Europe/Rome	45.84694	12.88028	15	Cordovado,Cordovat,Cordoyado	093018	06	PN	093018	
3178110	Cordignano	cordignano	IT	31016	4974	Europe/Rome	45.94936	12.41567	55	Cordignano	026022	20	TV	026022	
3178112	Cordenons	cordenons	IT	33084	15962	Europe/Rome	45.98972	12.70194	42	Cordenona,Cordenons	093017	06	PN	093017	
3178114	Corcumello	corcumello	IT	67053	239	Europe/Rome	42.00831	13.34645	744			01	AQ	066020	
3178117	Corciano	corciano	IT	06073	806	Europe/Rome	43.12904	12.28736	408	Corciano	054015	18	PG	054015	
3178119	Corchiano	corchiano	IT	01030	2861	Europe/Rome	42.34929	12.35351	196	Corchiano	056023	07	VT	056023	
3178121	Corbola	corbola	IT	45015	1945	Europe/Rome	45.00539	12.07837	2	Corbola	029017	20	RO	029017	
3178123	Corbiolo	corbiolo	IT	37021	774	Europe/Rome	45.60024	11.03051	847			20	VR	023011	
3178124	Corbezzi	corbezzi	IT	51100	0	Europe/Rome	44	10.91667				16	PT	047014	
3178125	Corbetta	corbetta	IT	20011	13735	Europe/Rome	45.46723	8.91867		Corbetta,korubetta,コルベッタ	015085	09	MI	015085	
3178128	Corbara	corbara	IT	05018	0	Europe/Rome	42.7	12.23333				18	TR	055007	
3178129	Corbara	corbara	IT	05018	2045	Europe/Rome	40.72121	14.59454	167	Corbara	065047	04	SA	065047	
3178130	Corbanese	corbanese	IT	31020	1228	Europe/Rome	45.9457	12.24027	152			20	TV	026084	
3178131	Corato	corato	IT	70033	46505	Europe/Rome	41.1469	16.41224	232	Corato,Korato,Корато	072020	13	BA	072020	
3178132	Corana	corana	IT	27050	790	Europe/Rome	45.06166	8.96835		Corana	018054	09	PV	018054	
3178135	Coppito	coppito	IT	67100	2903	Europe/Rome	42.3673	13.34358	650			01	AQ	066049	
3178137	Copparo	copparo	IT	44034	8903	Europe/Rome	44.89298	11.82492	3	Copparo	038007	05	FE	038007	
3178140	Copiano	copiano	IT	27010	1364	Europe/Rome	45.19627	9.32246		Copiano	018053	09	PV	018053	
3178141	Copertino	copertino	IT	73043	22294	Europe/Rome	40.27152	18.05652		Copertino,Cupertinu	075022	13	LE	075022	
3178142	Copersito	copersito	IT	84076	0	Europe/Rome	40.31667	15.05				04	SA	065147	
3178144	Conza della Campania	conza-della-campania	IT	83040	1457	Europe/Rome	40.87322	15.30695		Conza della Campania,Conza di Campania	064030	04	AV	064030	
3178147	Conversano	conversano	IT	70014	24071	Europe/Rome	40.96623	17.11479		Conversano,Konversano,Конверсано	072019	13	BA	072019	
3178151	Contursi Terme	contursi-terme	IT	84024	3182	Europe/Rome	40.64951	15.23936			065046	04	SA	065046	
3178152	Controne	controne	IT	84020	943	Europe/Rome	40.50961	15.20556		Controne	065045	04	SA	065045	
3178153	Controguerra	controguerra	IT	64010	1063	Europe/Rome	42.85455	13.81759	267	Controguerra	067020	01	TE	067020	
3178164	Contrada	contrada	IT	83020	2874	Europe/Rome	40.86591	14.77894			064029	04	AV	064029	
3178167	Contignano	contignano	IT	53040	0	Europe/Rome	42.97843	11.73992				16	SI	052024	
3178169	Contigliano	contigliano	IT	02043	2230	Europe/Rome	42.41153	12.76788	488	Contigliano	057025	07	RI	057025	
3178178	Consuma	consuma	IT	50060	0	Europe/Rome	43.78333	11.58333				16	FI	048037	
3178180	Conselve	conselve	IT	35026	8768	Europe/Rome	45.23089	11.87381	7	Conselve	028034	20	PD	028034	
3178181	Conselice	conselice	IT	48017	4486	Europe/Rome	44.51187	11.83122	6		039008	05	RA	039008	
3178182	Conscio	conscio	IT	31032	1082	Europe/Rome	45.6175	12.28528	9			20	TV	026009	
3178183	Consandolo	consandolo	IT	44011	1992	Europe/Rome	44.65606	11.77524	4			05	FE	038001	
3178191	Configni	configni	IT	02040	0	Europe/Rome	42.7	12.53333				18	TR	055001	
3178192	Configni	configni	IT	02040	705	Europe/Rome	42.42353	12.64217		Configni	057024	07	RI	057024	
3178193	Confienza	confienza	IT	27030	1636	Europe/Rome	45.33216	8.55634		Confienza	018052	09	PV	018052	
3178197	Conegliano	conegliano	IT	31015	30765	Europe/Rome	45.89056	12.2925	72	Conegliano,Konel'jano,koneriano,Конельяно,コネリアーノ	026021	20	TV	026021	
3178198	Condove	condove	IT	10055	4057	Europe/Rome	45.11734	7.30761	376	Condove,Condòve,kondovu~e,コンドーヴェ	001093	12	TO	001093	
3178199	Condino	condino	IT	38083	1492	Europe/Rome	45.88969	10.60027	444	Condino,kondino,コンディーノ	022066	17	TN	022066	
3178201	Concorezzo	concorezzo	IT	20863	14204	Europe/Rome	45.58968	9.33595		Concorezzo,Concorrezzo,Cuncuress,Cuncurèss,konkorettsu~o,コンコレッツォ	108021	09	MB	108021	
3178202	Concordia sulla Secchia	concordia-sulla-secchia	IT	41033	4832	Europe/Rome	44.91317	10.9833	22	Concordia,Concordia sulla Secchia	036010	05	MO	036010	
3178203	Concordia Sagittaria	concordia-sagittaria	IT	30023	8677	Europe/Rome	45.75944	12.84056	2	Concordia,Concordia Sagittaria,Concuardie,コンコルディア・サジッターリア	027011	20	VE	027011	
3178205	Conco	conco	IT	36046	818	Europe/Rome	45.8	11.6071	830	Conco,konko,コンコ	024033	20	VI	024033	
3178206	Concerviano	concerviano	IT	02020	386	Europe/Rome	42.32303	12.98558		Concerviano	057023	07	RI	057023	
3178207	Concas	concas	IT	08020	0	Europe/Rome	40.65	9.56667		Concas,Coneas		14	NU	091094	
3178208	Concadirame	concadirame	IT	45100	818	Europe/Rome	45.09373	11.72992	6			20	RO	029041	
3178209	Conca della Campania	conca-della-campania	IT	81044	1392	Europe/Rome	41.33092	13.99162		Conca della Campania	061031	04	CE	061031	
3178210	Conca dei Marini	conca-dei-marini	IT	84010	597	Europe/Rome	40.61754	14.57311	120	Conca dei Marini,Konka dei Marini,Конка деи Марини	065044	04	SA	065044	
3178212	Conca Casale	conca-casale	IT	86070	269	Europe/Rome	41.49512	14.00682		Conca Casale	094018	11	IS	094018	
3178217	Cona	cona	IT	30010	373	Europe/Rome	45.18528	12.01917	3	Cona,Koni,kona,コーナ	027010	20	VE	027010	
3178218	Comun Nuovo	comun-nuovo	IT	24040	2908	Europe/Rome	45.62268	9.65976		Comun Nuovo	016081	09	BG	016081	
3178221	Comunanza	comunanza	IT	63087	2452	Europe/Rome	42.95735	13.41228	448	Comunanza,Comunanza del Littorio	044015	10	AP	044015	
3178223	Compiobbi	compiobbi	IT	50061	0	Europe/Rome	43.78485	11.35909		Compiabbi,Compiobbi		16	FI	048001	
3178224	Compignano	compignano	IT	06072	0	Europe/Rome	42.95	12.28333		Compignano		18	PG	054027	
3178225	Compiano	compiano	IT	43053	1097	Europe/Rome	44.49605	9.66208		Compiano	034011	05	PR	034011	
3178229	Como	como	IT	22100	78680	Europe/Rome	45.80998	9.08744		Com,Come,Como,Còm,Côme,Komo,Novum Comum,QCM,ke mo,komo,Комо,コモ,科莫	CO	09	CO	013075	
3178230	Commessaggio	commessaggio	IT	46010	1160	Europe/Rome	45.03787	10.54348		Commessaggio	020020	09	MN	020020	
3178231	Commenda	commenda	IT	87036	314	Europe/Rome	42.49074	12.01512	333			07	VT	056036	
3178232	Comiziano	comiziano	IT	80030	1769	Europe/Rome	40.95211	14.55144		Comiziano,komitsu~iano,コミツィアーノ	063029	04	NA	063029	
3178234	Comino	comino	IT	66016	412	Europe/Rome	42.18681	14.19228	550	Commino		01	CH	069043	
3178236	Comezzano	comezzano	IT	25030	0	Europe/Rome	45.4688	9.95816				09	BS	017060	
3178237	Comerio	comerio	IT	21025	2352	Europe/Rome	45.84328	8.74363			012055	09	VA	012055	
3178238	Comeglians	comeglians	IT	33023	637	Europe/Rome	46.51614	12.86619		Comeglians,Comelians	030029	06	UD	030029	
3178239	Comeana	comeana	IT	59015	2683	Europe/Rome	43.79334	11.05825	51			16	PO	100002	
3178241	Comazzo	comazzo	IT	26833	1466	Europe/Rome	45.44097	9.46465		Comazzo,komattsu~o,コマッツォ	098020	09	LO	098020	
3178242	Comano	comano	IT	54015	0	Europe/Rome	46.03439	10.89226		Coman		17	TN	022228	
3178245	Comacchio	comacchio	IT	44022	8409	Europe/Rome	44.69415	12.18847	0	Comacchio,Cumaculum,Komakio,Komakk'o,ke ma ji ao,komakkio,kwmakyw,Комакио,Комаккьо,كوماكيو,コマッキオ,科马基奥	038006	05	FE	038006	
3178247	Comabbio	comabbio	IT	21020	958	Europe/Rome	45.77097	8.67623		Comabbio	012054	09	VA	012054	
3178253	Colturano	colturano	IT	20075	1934	Europe/Rome	45.38151	9.33443		Colturano,Culturano,koruto~urano,コルトゥラーノ	015082	09	MI	015082	
3178254	Coltodino	coltodino	IT	02032	420	Europe/Rome	42.2032	12.72126	234			07	RI	057027	
3178257	Coltaro	coltaro	IT	43018	0	Europe/Rome	44.96623	10.32045		Coltara,Coltaro		05	PR	034049	
3178259	Coltano	coltano	IT	56121	0	Europe/Rome	43.63333	10.4		Coltano,I Palazzi		16	PI	050026	
3178260	Colpetrazzo	colpetrazzo	IT	06056	0	Europe/Rome	42.73333	12.55				18	PG	054028	
3178261	Colpalombo	colpalombo	IT	06024	215	Europe/Rome	43.24828	12.61221	424			18	PG	054024	
3178263	Colorno	colorno	IT	43052	7106	Europe/Rome	44.92627	10.37678	29	Colorno	034010	05	PR	034010	
3178266	Colonnella	colonnella	IT	64010	1179	Europe/Rome	42.87315	13.86829	303	Colonnella	067019	01	TE	067019	
3178267	Colonnata	colonnata	IT	50019	0	Europe/Rome	43.83333	11.21667		Colonnata		16	FI	048043	
3178269	Colonna	colonna	IT	00030	3329	Europe/Rome	41.83372	12.75318		Colonna,koron'na,コロンナ	058035	07	RM	058035	
3178276	Colombaro	colombaro	IT	10020	0	Europe/Rome	45.64405	9.99413				09	BS	017062	
3178277	Colombaro	colombaro	IT	10020	1380	Europe/Rome	44.55153	10.89628	94			05	MO	036015	
3178283	Cologno Monzese	cologno-monzese	IT	20093	48262	Europe/Rome	45.53004	9.27795		Cologno	015081	09	MI	015081	
3178285	Cologno al Serio	cologno-al-serio	IT	24055	9442	Europe/Rome	45.58208	9.70876		Cologno,Cologno al Serio,Cologno sul Serio	016079	09	BG	016079	
3178286	Cologno	cologno	IT	26831	0	Europe/Rome	46.3	8.26667		Cologno,Cotogno		12	VB	103006	
3178287	Cologne	cologne	IT	25033	6492	Europe/Rome	45.58138	9.94136		Cologne,koronye,コローニェ	017059	09	BS	017059	
3178288	Cologna Veneta	cologna-veneta	IT	37044	4807	Europe/Rome	45.31029	11.3844	24	Cologna Veronese	023027	20	VR	023027	
3178289	Cologna	cologna	IT	23884	0	Europe/Rome	45.66469	13.78846				06	TS	032006	
3178290	Cologna	cologna	IT	23884	865	Europe/Rome	44.96889	11.89547	3			05	FE	038002	
3178291	Cologna Paese	cologna-paese	IT	64026	0	Europe/Rome	42.69441	13.9492				01	TE	067037	
3178292	Colobraro	colobraro	IT	75021	1209	Europe/Rome	40.18731	16.42499	630	Colobraro	077006	02	MT	077006	
3178293	Colmurano	colmurano	IT	62020	579	Europe/Rome	43.16485	13.35908	414	Colmurano	043014	10	MC	043014	
3178298	Colloredo di Prato	colloredo-di-prato	IT	33037	1249	Europe/Rome	46.05124	13.14394	98	Colloredo,Colloredo di Prato		06	UD	030072	
3178299	Collodi	collodi	IT	51012	0	Europe/Rome	43.9	10.65				16	LU	046007	
3178301	Collobiano	collobiano	IT	13030	114	Europe/Rome	45.39686	8.34833		Collobiano	002045	12	VC	002045	
3178302	Colli sul Velino	colli-sul-velino	IT	02010	524	Europe/Rome	42.49823	12.77868	465	Colli di Labro,Colli sul Velino	057022	07	RI	057022	
3178305	Collio	collio	IT	25060	2315	Europe/Rome	45.80979	10.33427		Collio,korrio,コッリオ	017058	09	BS	017058	
3178307	Collina	collina	IT	51020	0	Europe/Rome	46.59056	12.84111		Collina,Collina di Forni Avoltri		06	UD	030040	
3178308	Collina	collina	IT	51020	0	Europe/Rome	43.98333	11.96667				05	FC	040009	
3178314	Colli del Tronto	colli-del-tronto	IT	63079	1274	Europe/Rome	42.87675	13.74939	168	Colli del Tronto	044014	10	AP	044014	
3178320	Colliano	colliano	IT	84020	3830	Europe/Rome	40.72612	15.29116		Colliano	065043	04	SA	065043	
3178321	Colli a Volturno	colli-a-volturno	IT	86073	751	Europe/Rome	41.59872	14.10492	408	Colli a Volturno	094017	11	IS	094017	
3178323	Colli	colli	IT	03025	0	Europe/Rome	42.5	13.71667				01	TE	067012	
3178324	Colli	colli	IT	03025	0	Europe/Rome	42.43273	13.25955				01	AQ	066008	
3178325	Colli	colli	IT	03025	0	Europe/Rome	41.61667	13.53333				07	FR	060044	
3178327	Colle Verde	colle-verde	IT	00012	0	Europe/Rome	42.56667	13.01667				07	RI	057033	
3178328	Collevecchio	collevecchio	IT	02042	0	Europe/Rome	42.58333	13.65		Collevecchio		01	TE	067028	
3178329	Collevecchio	collevecchio	IT	02042	632	Europe/Rome	42.33403	12.55267	245	Collevecchio	057021	07	RI	057021	
3178330	Collevalenza	collevalenza	IT	06059	0	Europe/Rome	42.74632	12.4803				18	PG	054052	
3178335	Colletorto	colletorto	IT	86044	2087	Europe/Rome	41.66363	14.96884	515	Colletorto	070021	11	CB	070021	
3178336	Collestatte	collestatte	IT	05100	398	Europe/Rome	42.57028	12.72663	351			18	TR	055032	
3178338	Colle Sestriere	colle-sestriere	IT	10058	646	Europe/Rome	44.95647	6.87784	2035	Colle Sestriere,Sestriere		12	TO	001263	
3178339	Collesecco	collesecco	IT	05026	0	Europe/Rome	42.68086	12.47755				18	TR	055017	
3178340	Collescipoli	collescipoli	IT	05100	0	Europe/Rome	42.53333	12.61667				18	TR	055032	
3178344	Colle Santa Lucia	colle-santa-lucia	IT	32020	418	Europe/Rome	46.44852	12.01399		Colle San Lucia,Colle Santa Lucia	025014	20	BL	025014	
3178346	Colle Sannita	colle-sannita	IT	82024	3056	Europe/Rome	41.36432	14.83314		Colle Sannita	062025	04	BN	062025	
3178347	Colle San Magno	colle-san-magno	IT	03030	819	Europe/Rome	41.55122	13.69491		Colle San Magno	060029	07	FR	060029	
3178349	Collesalvetti	collesalvetti	IT	57014	3530	Europe/Rome	43.58884	10.47481	40		049008	16	LI	049008	
3178355	Collepietro	collepietro	IT	67020	235	Europe/Rome	42.22174	13.7793	849	Collepietro	066040	01	AQ	066040	
3178357	Collepietra	collepietra	IT	39053	923	Europe/Rome	46.48527	11.45481	820	Steinegg		17	BZ	021023	
3178358	Collepietra	collepietra	IT	39053	0	Europe/Rome	42.73333	13.85				01	TE	067030	
3178359	Collepepe	collepepe	IT	06050	1347	Europe/Rome	42.91548	12.39486	251	Collepepe,Collepeppe		18	PG	054014	
3178360	Collepasso	collepasso	IT	73040	6691	Europe/Rome	40.07152	18.16403		Collepasso,Collepassu	075021	13	LE	075021	
3178361	Collepardo	collepardo	IT	03010	928	Europe/Rome	41.76432	13.3695		Collepardo	060028	07	FR	060028	
3178365	Collemoresco	collemoresco	IT	02012	0	Europe/Rome	42.64428	13.2335				07	RI	057002	
3178366	Colleminuccio	colleminuccio	IT	64100	0	Europe/Rome	42.68333	13.7				01	TE	067041	
3178370	Collemeto	collemeto	IT	73013	0	Europe/Rome	40.2	18.1				13	LE	075029	
3178375	Collemaggiore	collemaggiore	IT	02021	0	Europe/Rome	42.21667	13.2				07	RI	057007	
3178378	Collelungo	collelungo	IT	02030	0	Europe/Rome	43.6	10.8				16	PI	050024	
3178379	Collelungo	collelungo	IT	02030	0	Europe/Rome	42.86667	12.31667				18	TR	055030	
3178380	Collelungo	collelungo	IT	02030	0	Europe/Rome	42.71667	12.35				18	TR	055007	
3178381	Collelungo	collelungo	IT	02030	0	Europe/Rome	42.25	12.81667				07	RI	057011	
3178385	Collelongo	collelongo	IT	67050	1313	Europe/Rome	41.88683	13.5849	915	Collelongo	066039	01	AQ	066039	
3178386	Colle Isarco	colle-isarco	IT	39041	0	Europe/Rome	46.93333	11.43333		Colle Isarco,Gossensuss		17	BZ	021115	
3178388	Collegno	collegno	IT	10093	46524	Europe/Rome	45.07755	7.57242	302	Colegn,Collegno,Kollen'o,korrenyo,Колленьо,コッレーニョ	001090	12	TO	001090	
3178391	Collegiove	collegiove	IT	02020	176	Europe/Rome	42.17553	13.03899		Collegiove	057020	07	RI	057020	
3178398	Colleferro	colleferro	IT	00034	20723	Europe/Rome	41.72622	13.00359		Colleferro,Kolleferro,korreferro,Коллеферро,コッレフェッロ	058034	07	RM	058034	
3178401	Colledoro	colledoro	IT	64041	0	Europe/Rome	42.51667	13.71667				01	TE	067012	
3178402	Colle di Val d'Elsa	colle-di-val-d-elsa	IT	53034	19521	Europe/Rome	43.41514	11.13142		Colle di Val d'Elsa,Kole-dzi-Val'-d'Ehl'sa,Kolle-di-Val'-d'Ehl'sa,Коле-дзі-Валь-д'Эльса,Колле-ди-Валь-д'Эльса,コッレ・ディ・ヴァル・デルザ	052012	16	SI	052012	
3178403	Colle di Tora	colle-di-tora	IT	02020	383	Europe/Rome	42.21163	12.94798		Colle di Tora	057019	07	RI	057019	
3178404	Colledimezzo	colledimezzo	IT	66040	512	Europe/Rome	41.98744	14.38842	425	Colledimezzo	069026	01	CH	069026	
3178405	Colledimacine	colledimacine	IT	66010	237	Europe/Rome	42.00443	14.20061	770	Colledimacine	069025	01	CH	069025	
3178406	Colle di Fuori	colle-di-fuori	IT	00079	0	Europe/Rome	41.8	12.8				07	RM	058088	
3178412	Colledara	colledara	IT	64042	564	Europe/Rome	42.54074	13.679	430	Colledara	067018	01	TE	067018	
3178413	Colle d'Anchise	colle-d-anchise	IT	86020	508	Europe/Rome	41.50986	14.51873	649	Colle d'Anchise	070020	11	CB	070020	
3178415	Collecorvino	collecorvino	IT	65010	1887	Europe/Rome	42.45894	14.0152	253	Collecorvino	068015	01	PE	068015	
3178416	Collecchio	collecchio	IT	43044	7988	Europe/Rome	44.75396	10.21838	112	Collecchio	034009	05	PR	034009	
3178422	Collebrincioni	collebrincioni	IT	67100	0	Europe/Rome	42.38333	13.4				01	AQ	066049	
3178424	Colleberardi	colleberardi	IT	03029	0	Europe/Rome	41.68333	13.45				07	FR	060085	
3178429	Colle	colle	IT	33090	0	Europe/Rome	43.3	12.75				18	PG	054019	
3178430	Colle	colle	IT	33090	0	Europe/Rome	43.16667	12.8				18	PG	054034	
3178431	Colle	colle	IT	33090	0	Europe/Rome	42.95	13.38333				10	FM	109015	
3178433	Colle	colle	IT	33090	0	Europe/Rome	42.80756	13.51099				10	AP	044007	
3178434	Colle	colle	IT	33090	0	Europe/Rome	42.72848	13.30976				07	RI	057001	
3178435	Colle	colle	IT	33090	0	Europe/Rome	42.7	13.71667				01	TE	067041	
3178437	Colle	colle	IT	33090	0	Europe/Rome	42.23333	13.16667				07	RI	057049	
3178439	Collazzone	collazzone	IT	06050	392	Europe/Rome	42.90041	12.43726	469	Collazzone	054014	18	PG	054014	
3178441	Collarmele	collarmele	IT	67040	941	Europe/Rome	42.05903	13.6257	835	Collarmele	066038	01	AQ	066038	
3178444	Collamato	collamato	IT	60044	341	Europe/Rome	43.29143	12.94918	500			10	AN	042017	
3178445	Collalto Sabino	collalto-sabino	IT	02022	497	Europe/Rome	42.13573	13.04749		Collalto Sabino	057018	07	RI	057018	
3178446	Collalto	collalto	IT	33017	0	Europe/Rome	42.67458	13.28728				07	RI	057002	
3178447	Collalbo	collalbo	IT	39054	1733	Europe/Rome	46.5369	11.46369	1154	Collalbo,Lengmoos		17	BZ	021072	
3178448	Collagna	collagna	IT	42032	399	Europe/Rome	44.34755	10.27539	830	Collagna	035019	05	RE	035019	
3178450	Colla	colla	IT	24010	0	Europe/Rome	44.18333	10.08333				16	MS	045007	
3178451	Colico Piano	colico-piano	IT	23823	6257	Europe/Rome	46.13239	9.36984		Colico,Koliko,Колико	097023	09	LC	097023	
3178452	Coli	coli	IT	29020	1076	Europe/Rome	44.74476	9.41456		Coli,kori,コーリ	033016	05	PC	033016	
3178455	Colere	colere	IT	24020	1143	Europe/Rome	45.97429	10.08276		Colere	016078	09	BG	016078	
3178456	Coldragone	coldragone	IT	03030	0	Europe/Rome	41.55458	13.60399			060027	07	FR	060027	
3178458	Coldirodi	coldirodi	IT	18038	0	Europe/Rome	43.81149	7.73111				08	IM	008055	
3178464	Colcellalto	colcellalto	IT	52038	0	Europe/Rome	43.71667	12.21667				16	AR	051035	
3178465	Colcavagno	colcavagno	IT	14026	0	Europe/Rome	45.05	8.11667				12	AT	005121	
3178467	Colbuccaro	colbuccaro	IT	62014	382	Europe/Rome	43.2446	13.44363	242			10	MC	043015	
3178468	Colbordolo	colbordolo	IT	61022	5087	Europe/Rome	43.82006	12.72105		Colbordolo		10	PU	041068	
3178469	Colà	cola	IT	37017	0	Europe/Rome	45.47428	10.74257				20	VR	023043	
3178470	Cola	cola	IT	37017	0	Europe/Rome	42.55	13.66667				01	TE	067018	
3178472	Coiano	coiano	IT	59100	0	Europe/Rome	43.61667	10.91667				16	FI	048010	
3178474	Cogozzo	cogozzo	IT	25069	0	Europe/Rome	44.93333	10.51667				09	MN	020066	
3178475	Cogolo	cogolo	IT	38024	742	Europe/Rome	46.35205	10.69302	1173	Cogolo,Cogolo in Val di Pejo		17	TN	022136	
3178476	Cogollo del Cengio	cogollo-del-cengio	IT	36010	3095	Europe/Rome	45.7847	11.42589	305	Cogollo del Cengio	024032	20	VI	024032	
3178477	Cogollo	cogollo	IT	37039	0	Europe/Rome	44.43306	12.02417				05	RA	039002	
3178479	Cogoleto	cogoleto	IT	16016	5955	Europe/Rome	44.38934	8.64286	4	Cogoeuo,Cogoleto	010017	08	GE	010017	
3178481	Cognento	cognento	IT	41100	0	Europe/Rome	44.81667	10.76667				05	RE	035009	
3178482	Cognento	cognento	IT	41100	0	Europe/Rome	44.63333	10.86667				05	MO	036023	
3178483	Cogne	cogne	IT	11012	767	Europe/Rome	45.60742	7.35803	1544	Cogne,Koni	007021	19	AO	007021	
3178489	Coggiola	coggiola	IT	13863	1611	Europe/Rome	45.68437	8.18362	460	Coggiola,Goggiola	096019	12	BI	096019	
3178495	Codrongianos	codrongianos	IT	07040	1281	Europe/Rome	40.65726	8.67982		Codrongianos,Codrongianus	090026	14	SS	090026	
3178496	Codroipo	codroipo	IT	33033	12811	Europe/Rome	45.96	12.97917	43	Codroip,Codroipo,QOP	030027	06	UD	030027	
3178499	Codogno	codogno	IT	26845	14408	Europe/Rome	45.16187	9.70216		Codogno,Codonio,kodonyo,コドーニョ	098019	09	LO	098019	
3178500	Codognè	codogne	IT	31013	5068	Europe/Rome	45.87083	12.43083		Codogne,Codognè	026019	20	TV	026019	
3178502	Codisotto	codisotto	IT	42045	1262	Europe/Rome	44.98278	10.7275	20	Cadisotto,Codisotto		05	RE	035026	
3178503	Codiponte	codiponte	IT	54014	0	Europe/Rome	44.18333	10.15		Codiponte		16	MS	045004	
3178505	Codigoro	codigoro	IT	44021	6752	Europe/Rome	44.83111	12.11417	3	Codigoro	038005	05	FE	038005	
3178506	Codevilla	codevilla	IT	27050	917	Europe/Rome	44.96356	9.05615		Codevilla	018051	09	PV	018051	
3178507	Codevigo	codevigo	IT	35020	1555	Europe/Rome	45.26861	12.10111	3	Codevigo	028033	20	PD	028033	
3178509	Coderno	coderno	IT	33039	450	Europe/Rome	46.03056	12.99361	84			06	UD	030109	
3178510	Codemondo	codemondo	IT	42100	0	Europe/Rome	44.66667	10.56667				05	RE	035033	
3178513	Codaruina	codaruina	IT	07039	0	Europe/Rome	40.93333	8.81667				14	SS	090079	
3178516	Cocuruzzo	cocuruzzo	IT	81040	0	Europe/Rome	41.36667	13.9				04	CE	061069	
3178518	Cocumola	cocumola	IT	73027	0	Europe/Rome	40.06667	18.41667		Cocumola		13	LE	075047	
3178520	Cocullo	cocullo	IT	67030	317	Europe/Rome	42.03283	13.775		Cocullo	066037	01	AQ	066037	
3178521	Cocquio-Trevisago	cocquio-trevisago	IT	21034	4600	Europe/Rome	45.86288	8.68823		Cocquio-Trevisago	012053	09	VA	012053	
3178526	Cocconato	cocconato	IT	14023	895	Europe/Rome	45.08805	8.03943	491	Cocconato	005042	12	AT	005042	
3178527	Coccolia	coccolia	IT	48100	425	Europe/Rome	44.29559	12.10847	16			05	RA	039014	
3178532	Coccanile	coccanile	IT	44034	0	Europe/Rome	44.91667	11.86667				05	FE	038007	
3178534	Coccaglio	coccaglio	IT	25030	7049	Europe/Rome	45.56458	9.97426		Coccaglio,kokkario,コッカーリオ	017056	09	BS	017056	
3178536	Coazze	coazze	IT	10050	2785	Europe/Rome	45.05454	7.30691	750	Coasse,Coazze,koattsu~e,コアッツェ	001089	12	TO	001089	
3178537	Coazze	coazze	IT	10050	0	Europe/Rome	44.96667	10.93333				09	MN	020055	
3178541	Clusone	clusone	IT	24023	8259	Europe/Rome	45.88709	9.94966		Clauso,Clusone,kuruzone,クルゾーネ	016077	09	BG	016077	
3178548	Cles	cles	IT	38023	5903	Europe/Rome	46.36667	11.03333	658	Cles,kuresu,クレス	022062	17	TN	022062	
3178550	Claviere	claviere	IT	10050	163	Europe/Rome	44.93974	6.753		Clavier,Claviere,Clavieres,Clavieres Torinese,Clavière,Clavières,Clavièrès Torinese,kuravu~iere,クラヴィエーレ	001087	12	TO	001087	
3178551	Clauzetto	clauzetto	IT	33090	419	Europe/Rome	46.22917	12.91417		Clauset,Clausêt,Clauzetto	093016	06	PN	093016	
3178554	Clauiano	clauiano	IT	33050	457	Europe/Rome	45.93087	13.334	36			06	UD	030128	
3178557	Clanezzo	clanezzo	IT	24010	0	Europe/Rome	45.75	9.6				09	BG	016007	
3178560	Cizzago	cizzago	IT	25030	0	Europe/Rome	45.47128	9.95006			017060	09	BS	017060	
3178565	Civitella San Paolo	civitella-san-paolo	IT	00060	1547	Europe/Rome	42.19852	12.57648		Civitella San Paolo,チヴィテッラ・サン・パオロ	058033	07	RM	058033	
3178566	Civitella Roveto	civitella-roveto	IT	67054	2687	Europe/Rome	41.91603	13.4269	528	Civitella Roveto	066036	01	AQ	066036	
3178568	Civitella Messer Raimondo	civitella-messer-raimondo	IT	66010	257	Europe/Rome	42.08894	14.21701	613	Civitella Messer Raimondo	069024	01	CH	069024	
3178569	Civitella Marittima	civitella-marittima	IT	58045	3058	Europe/Rome	43	11.28333		Civitella,Civitella Marittima,Civitella Paganico		16	GR	053008	
3178570	Civitella Licinio	civitella-licinio	IT	82033	0	Europe/Rome	41.31667	14.53333		Civitella Licinia,Civitella Licinio		04	BN	062026	
3178571	Civitella in Val di Chiana	civitella-in-val-di-chiana	IT	52041	8687	Europe/Rome	43.41764	11.72334		Civitella,Civitella Val di Chiana,Civitella della Chiana,Civitella in Val di Chiana	051016	16	AR	051016	
3178572	Civitella di Romagna	civitella-di-romagna	IT	47012	1523	Europe/Rome	44.00766	11.94223	219	Civitella,Civitella di Romagna,チヴィテッラ・ディ・ロマーニャ	040009	05	FC	040009	
3178574	Civitella del Tronto	civitella-del-tronto	IT	64010	691	Europe/Rome	42.77298	13.67626	589	Civitella del Tronto	067017	01	TE	067017	
3178576	Civitella d'Agliano	civitella-d-agliano	IT	01020	582	Europe/Rome	42.60616	12.18853	262	Civitella d'Agliano,チヴィテッラ・ダリアーノ	056022	07	VT	056022	
3178577	Civitella Cesi	civitella-cesi	IT	01010	311	Europe/Rome	42.21596	12.02392	194			07	VT	056007	
3178578	Civitella Casanova	civitella-casanova	IT	65010	456	Europe/Rome	42.36454	13.8851	400	Civitella Casanova	068014	01	PE	068014	
3178579	Civitella Alfedena	civitella-alfedena	IT	67030	300	Europe/Rome	41.76533	13.94271	1123	Civitella Alfedena	066035	01	AQ	066035	
3178585	Civitella	civitella	IT	00026	0	Europe/Rome	42.93333	12.8				18	PG	054018	
3178586	Civitella	civitella	IT	00026	0	Europe/Rome	42.2	13.16667				07	RI	057049	
3178587	Civitavecchia	civitavecchia	IT	00053	47543	Europe/Rome	42.09325	11.79674	10	Chivitavekk'ja,Civitavecchia,chivu~itavu~ekkia,Чивитавеккья,チヴィタヴェッキア	058032	07	RM	058032	
3178589	Civitaretenga	civitaretenga	IT	67020	0	Europe/Rome	42.23333	13.7				01	AQ	066022	
3178590	Civitaquana	civitaquana	IT	65010	450	Europe/Rome	42.32594	13.9034	550	Civitaquana	068013	01	PE	068013	
3178591	Civitanova del Sannio	civitanova-del-sannio	IT	86094	650	Europe/Rome	41.66793	14.40382	655	Civitanova del Sannio	094016	11	IS	094016	
3178592	Civitanova Alta	civitanova-alta	IT	62012	2608	Europe/Rome	43.31619	13.67978	160	Civitanova,Civitanova Alta,Civitanova Marche,Civitanova Marche Alta		10	MC	043013	
3178593	Civitaluparella	civitaluparella	IT	66040	302	Europe/Rome	41.94613	14.29902	903	Civitaluparella	069023	01	CH	069023	
3178594	Civita d'Antino	civita-d-antino	IT	67050	224	Europe/Rome	41.88572	13.4715	904	Civita d'Antino	066034	01	AQ	066034	
3178672	Cinigiano	cinigiano	IT	58044	2695	Europe/Rome	42.89059	11.39196		Cinigiano	053007	16	GR	053007	
3178595	Civita Castellana	civita-castellana	IT	01033	15219	Europe/Rome	42.29523	12.40917		Civita Castellana,チーヴィタ・カステッラーナ	056021	07	VT	056021	
3178596	Civitacampomarano	civitacampomarano	IT	86030	443	Europe/Rome	41.78038	14.68711	520		070019	11	CB	070019	
3178598	Civita	civita	IT	01022	0	Europe/Rome	42.67272	13.11836		Civita		18	PG	054007	
3178599	Civita	civita	IT	01022	0	Europe/Rome	42.3	13.43333				01	AQ	066049	
3178602	Cividate Camuno	cividate-camuno	IT	25040	2637	Europe/Rome	45.94249	10.27746		Cividate,Cividate Camuno,Civitas Camunorum,チヴィダーテ・カムーノ	017055	09	BS	017055	
3178603	Cividate al Piano	cividate-al-piano	IT	24050	4869	Europe/Rome	45.55488	9.83096		Cividate al Piano	016076	09	BG	016076	
3178604	Cividale Mantovano	cividale-mantovano	IT	46017	0	Europe/Rome	45.06667	10.48333		Cividale Mantovano,Cividale di Rivaroto		09	MN	020050	
3178605	Cividale del Friuli	cividale-del-friuli	IT	33043	9290	Europe/Rome	46.09306	13.4275	135	Cividale,Cividale d'Friu,Cividale del Friuli,Cividale d’Friu,Cividat,Cividât	030026	06	UD	030026	
3178606	Civezzano	civezzano	IT	38045	1854	Europe/Rome	46.09133	11.18468	469	Civezzano,chivu~ettsu~ano,チヴェッツァーノ	022061	17	TN	022061	
3178607	Civezza	civezza	IT	18017	357	Europe/Rome	43.87982	7.95165	225	Civessa,Civezza,chivu~ettsu~a,Çivessa,チヴェッツァ	008022	08	IM	008022	
3178611	Cittiglio	cittiglio	IT	21033	3718	Europe/Rome	45.89698	8.66013		Cittiglio	012051	09	VA	012051	
3178613	Città Sant'Angelo	citta-sant-angelo	IT	65013	11952	Europe/Rome	42.51814	14.0592		Citta Sant'Angelo,Città Sant'Angelo	068012	01	PE	068012	
3178614	Cittareale	cittareale	IT	02010	482	Europe/Rome	42.61624	13.15788		Cittareale	057017	07	RI	057017	
3178616	Cittanova	cittanova	IT	89022	0	Europe/Rome	44.65	10.83333				05	MO	036023	
3178617	Cittaducale	cittaducale	IT	02015	6542	Europe/Rome	42.38713	12.95698		Cittaducale	057016	07	RI	057016	
3178619	Città di Castello	citta-di-castello	IT	06012	37889	Europe/Rome	43.46905	12.23045		Chita di Kastelo,Citta di Castello,Citti Di Castello,Città di Castello,Tifernum Tiberinum,Чита ди Кастело,チッタ・ディ・カステッロ	054013	18	PG	054013	
3178620	Città della Pieve	citta-della-pieve	IT	06062	7122	Europe/Rome	42.95394	12.00485		Chita dela Pieve,Citta della Pieve,Città della Pieve,Чита дела Пиеве	054012	18	PG	054012	
3178622	Cittadella	cittadella	IT	35013	14421	Europe/Rome	45.65	11.7842	48	Cittadella	028032	20	PD	028032	
3178623	Cittadella	cittadella	IT	35013	0	Europe/Rome	45.08333	10.08333				09	CR	019103	
3178629	Citerna	citerna	IT	06010	299	Europe/Rome	43.49825	12.11634	480	Citerna	054011	18	PG	054011	
3178630	Cisternino	cisternino	IT	72014	12078	Europe/Rome	40.74453	17.4243		Cisternino	074005	13	BR	074005	
3178631	Cisterna di Latina	cisterna-di-latina	IT	04012	32584	Europe/Rome	41.5908	12.82808		Cisterna	059005	07	LT	059005	
3178632	Cisterna d'Asti	cisterna-d-asti	IT	14010	657	Europe/Rome	44.82614	8.00093	350	Cisterna d'Asti	005040	12	AT	005040	
3178633	Cisterna	cisterna	IT	33030	713	Europe/Rome	46.08567	12.98819	126			06	UD	030031	
3178634	Cisterna	cisterna	IT	33030	0	Europe/Rome	42.91667	12.48333				18	PG	054022	
3178636	Cison di Valmarino	cison-di-valmarino	IT	31030	1178	Europe/Rome	45.97082	12.14344	261	Cison di Valmarino	026018	20	TV	026018	
3178637	Cismon del Grappa	cismon-del-grappa	IT	36029	592	Europe/Rome	45.9197	11.7309	210	Cismon,Cismon del Grappa	024031	20	VI	024031	
3178639	Cisliano	cisliano	IT	20046	3303	Europe/Rome	45.44467	8.99024		Cisliano,chizuriano,チズリアーノ	015078	09	MI	015078	
3178640	Cislago	cislago	IT	21040	8683	Europe/Rome	45.65877	8.97194		Cislago	012050	09	VA	012050	
3178642	Ciserano	ciserano	IT	24040	4925	Europe/Rome	45.58938	9.60255		Ciserano	016075	09	BG	016075	
3178643	Cisano sul Neva	cisano-sul-neva	IT	17035	1568	Europe/Rome	44.08543	8.14935		Cisano,Cisano sul Neva	009025	08	SV	009025	
3178644	Cisano Bergamasco	cisano-bergamasco	IT	24034	5605	Europe/Rome	45.74248	9.47025		Cisano,Cisano Bergamasco	016074	09	BG	016074	
3178647	Cirimido	cirimido	IT	22070	1914	Europe/Rome	45.69978	9.01254		Cirimido	013068	09	CO	013068	
3178649	Cirigliano	cirigliano	IT	75010	329	Europe/Rome	40.39441	16.17258	656	Cirigliano	077005	02	MT	077005	
3178650	Ciriè	cirie	IT	10073	18188	Europe/Rome	45.23505	7.59882		Cirie,Ciriè,Cirié,chirie,cirie,ciriè,チリエ	001086	12	TO	001086	
3178651	Cireglio	cireglio	IT	51100	0	Europe/Rome	43.98333	10.85				16	PT	047014	
3178656	Circello	circello	IT	82020	2673	Europe/Rome	41.35502	14.80894		Circello	062024	04	BN	062024	
3178658	Cipressa	cipressa	IT	18017	369	Europe/Rome	43.85205	7.93144	240	Cipressa,Çipressa	008021	08	IM	008021	
3178660	Ciorlano	ciorlano	IT	81010	524	Europe/Rome	41.45022	14.15832		Ciorlano	061030	04	CE	061030	
3178661	Ciola	ciola	IT	47025	0	Europe/Rome	43.98333	12.13333				05	FC	040020	
3178662	Cinzano	cinzano	IT	10090	331	Europe/Rome	45.09425	7.92563		Cinzano	001085	12	TO	001085	
3178663	Cinto Euganeo	cinto-euganeo	IT	35030	399	Europe/Rome	45.27495	11.66065	26	Cinto Euganeo	028031	20	PD	028031	
3178664	Cinto Caomaggiore	cinto-caomaggiore	IT	30020	2448	Europe/Rome	45.82556	12.78611	11	Cinto,Cinto Caomaggiore	027009	20	VE	027009	
3178665	Cinte Tesino	cinte-tesino	IT	38050	332	Europe/Rome	46.05761	11.61329	851	Cinte Tesino,チンテ・テジーノ	022059	17	TN	022059	
3178666	Cintano	cintano	IT	10080	244	Europe/Rome	45.42856	7.68812		Cintano,chintano,チンターノ	001084	12	TO	001084	
3178667	Cinquecerri	cinquecerri	IT	42032	0	Europe/Rome	44.35	10.33333				05	RE	035025	
3178670	Cinquale	cinquale	IT	54038	0	Europe/Rome	43.98333	10.13333		Cinquale,Marina di Montignoso		16	MS		
3178671	Cinisello Balsamo	cinisello-balsamo	IT	20092	72050	Europe/Rome	45.55707	9.22185		Cinisello,Cinisello Balsamo,チニゼッロ・バルサモ	015077	09	MI	015077	
3178673	Cingoli	cingoli	IT	62011	3427	Europe/Rome	43.37326	13.20247	631	Cingoli	043012	10	MC	043012	
3178674	Cingia de'Botti	cingia-de-botti	IT	26042	1277	Europe/Rome	45.08507	10.27548		Cingia de' Botti,Cingia de'Botti	019031	09	CR	019031	
3178676	Cineto Romano	cineto-romano	IT	00020	612	Europe/Rome	42.05042	12.96219		Cineto Romano,チネート・ロマーノ	058031	07	RM	058031	
3178679	Cimpello	cimpello	IT	33080	0	Europe/Rome	45.91667	12.7				06	PN	093021	
3178682	Cimolais	cimolais	IT	33080	351	Europe/Rome	46.28673	12.43607	652	Cimolais	093014	06	PN	093014	
3178683	Cimitile	cimitile	IT	80030	6840	Europe/Rome	40.94051	14.52544		Cimitile,chimitire,チミティーレ	063028	04	NA	063028	
3178687	Cimego	cimego	IT	38083	376	Europe/Rome	45.9119	10.61337	557	Cimego,chimego,チーメゴ	022057	17	TN	022057	
3178688	Cimbergo	cimbergo	IT	25050	573	Europe/Rome	46.0241	10.36566		Cimbergo,chinberugo,チンベルゴ	017054	09	BS	017054	
3178693	Cimadolmo	cimadolmo	IT	31010	1504	Europe/Rome	45.78722	12.36056	32	Cimadolmo	026017	20	TV	026017	
3178695	Cima	cima	IT	22018	0	Europe/Rome	46.0251	9.09119				09	CO	013189	
3178698	Cilavegna	cilavegna	IT	27024	4979	Europe/Rome	45.31006	8.74474		Cilavegna	018050	09	PV	018050	
3178700	Cigole	cigole	IT	25020	1523	Europe/Rome	45.30868	10.18937		Cigole,chigore,チーゴレ	017053	09	BS	017053	
3178701	Cignone	cignone	IT	26020	0	Europe/Rome	45.26667	9.98333				09	CR	019032	
3178705	Cignano	cignano	IT	25020	0	Europe/Rome	45.36667	10.1				09	BS	017122	
3178709	Cigliano	cigliano	IT	13043	3881	Europe/Rome	45.30836	8.02102	237	Cigliano	002042	12	VC	002042	
3178710	Cigliano	cigliano	IT	13043	0	Europe/Rome	43.83333	11.56667				16	FI	048037	
3178711	Ciggiano	ciggiano	IT	52041	0	Europe/Rome	43.36667	11.7				16	AR	051016	
3178715	Ciconicco	ciconicco	IT	33034	0	Europe/Rome	46.10194	13.09694				06	UD	030037	
3178716	Cicognolo	cicognolo	IT	26030	850	Europe/Rome	45.16457	10.19458		Cicognolo	019030	09	CR	019030	
3178717	Cicognara	cicognara	IT	46019	0	Europe/Rome	44.95	10.46667				09	CR	019021	
3178720	Ciciliano	ciciliano	IT	00020	1133	Europe/Rome	41.96092	12.94089		Ciciliano,chichiriano,チチリアーノ	058030	07	RM	058030	
3178722	Ciciano	ciciano	IT	53012	310	Europe/Rome	43.14183	11.07188	506			16	SI	052010	
3178725	Cicerale	cicerale	IT	84053	1351	Europe/Rome	40.34291	15.13116		Cicerale	065042	04	SA	065042	
3178726	Cicciano	cicciano	IT	80033	12573	Europe/Rome	40.96471	14.53894		Cicciano,chitchano,チッチャーノ	063027	04	NA	063027	
3178727	Cicagna	cicagna	IT	16044	2057	Europe/Rome	44.40405	9.24637	88	Cicagna	010016	08	GE	010016	
3178735	Ciardes	ciardes	IT	39020	735	Europe/Rome	46.63924	10.93762	625			17	BZ	021018	
3178736	Ciano d'Enza	ciano-d-enza	IT	42026	2349	Europe/Rome	44.59982	10.4104	219	Ciano	035018	05	RE	035018	
3178737	Ciamprisco	ciamprisco	IT	81050	0	Europe/Rome	41.15	14.03333				04	CE	061036	
3178738	Ciampino	ciampino	IT	00043	35174	Europe/Rome	41.80162	12.60658	124	Champino,Ciampino,chanpino,Чампино,チャンピーノ	058118	07	RM	058118	
3178745	Chivasso	chivasso	IT	10034	23017	Europe/Rome	45.18935	7.88722	183	Chivasso,Civass,Clavassium,Kivasso,kivu~asso,Кивассо,キヴァッソ	001082	12	TO	001082	
3178746	Chiusure	chiusure	IT	53041	0	Europe/Rome	43.18333	11.55				16	SI	052002	
3178750	Chiusi della Verna	chiusi-della-verna	IT	52010	2225	Europe/Rome	43.69745	11.93504		Chiusi della Verna	051015	16	AR	051015	
3178754	Chiusi	chiusi	IT	53043	8612	Europe/Rome	43.01604	11.94745		Chiusi,kiuji,キウージ	052011	16	SI	052011	
3178756	Chiusdino	chiusdino	IT	53012	734	Europe/Rome	43.15463	11.08423	564	Chiusdino,kiuzudino,キウズディーノ	052010	16	SI	052010	
3178757	Chiusavecchia	chiusavecchia	IT	18027	359	Europe/Rome	43.96842	7.98355	140	Chiusavecchia,Ciusavegia	008020	08	IM	008020	
3178758	Chiusano di San Domenico	chiusano-di-san-domenico	IT	83040	2490	Europe/Rome	40.93312	14.91634		Chiusano di San Domenico	064028	04	AV	064028	
3178759	Chiusanico	chiusanico	IT	18027	219	Europe/Rome	43.97192	7.99335	360	Chiusanico,Ciusanego	008019	08	IM	008019	
3178760	Chiusaforte	chiusaforte	IT	33010	246	Europe/Rome	46.40846	13.30918	391	Chiusaforte,Scluse	030025	06	UD	030025	
3178949	Cesole	cesole	IT	46010	0	Europe/Rome	45.05	10.63333				09	MN	020031	
3178761	Chiusa di Pesio	chiusa-di-pesio	IT	12013	2429	Europe/Rome	44.32643	7.67544	575	Chiusa Pesio,Chiusa di Pesio	004068	12	CN	004068	
3178764	Chiusa - Klausen	chiusa	IT	39043	4613	Europe/Rome	46.64001	11.56573		Chiusa,Klausen,ZAK,kiuza,キウーザ	021022	17	BZ	021022	
3178765	Chiusa	chiusa	IT	39043	0	Europe/Rome	44.78333	11.68333		Chius,Chiusa		05	FE	038008	
3178766	Chiuro	chiuro	IT	23030	2495	Europe/Rome	46.165	9.98095		Chiuro	014020	09	SO	014020	
3178767	Chiuppano	chiuppano	IT	36010	2504	Europe/Rome	45.7638	11.46169	241	Chiuppano	024030	20	VI	024030	
3178769	Chitignano	chitignano	IT	52010	954	Europe/Rome	43.66235	11.88134		Chitignano	051014	16	AR	051014	
3178774	Chiozzola	chiozzola	IT	43058	0	Europe/Rome	44.81667	10.4				05	PR	034027	
3178775	Chiozza	chiozza	IT	42019	0	Europe/Rome	44.15	10.43333				16	LU	046010	
3178780	Chions	chions	IT	33083	1679	Europe/Rome	45.84889	12.71111	12	Chions,Cjons		06	PN	093013	
3178782	Chiomonte	chiomonte	IT	10050	784	Europe/Rome	45.11954	6.98531	750	Chaumont,Chiomonte,Cimon,kiomonte,キオモンテ	001080	12	TO	001080	
3178784	Chioggia	chioggia	IT	30015	41897	Europe/Rome	45.21857	12.27774	2	Chioggia,kiojja,キオッジャ	027008	20	VE	027008	
3178785	Chiocchio	chiocchio	IT	50027	0	Europe/Rome	43.63333	11.31667		Chiocchio		16	FI	048021	
3178788	Chilivani	chilivani	IT	07014	0	Europe/Rome	40.6	8.93333				14	SS	090052	
3178791	Chievolis	chievolis	IT	33090	0	Europe/Rome	46.25722	12.74139				06	PN	093045	
3178792	Chievo	chievo	IT	37139	0	Europe/Rome	45.45	10.93333		Chievo		20	VR	023091	
3178794	Chieuti	chieuti	IT	71010	1788	Europe/Rome	41.84464	15.16594		Chieuti,Qefti	071021	13	FG	071021	
3178796	Chieti	chieti	IT	66100	44444	Europe/Rome	42.36094	14.13801	330	Chieta,Chieti,K'eti,Teate,kieti,Кьети,キエーティ	CH	01	CH	069022	
3178801	Chiesina Uzzanese	chiesina-uzzanese	IT	51013	2186	Europe/Rome	43.83895	10.72211	20	Chiesina Uzzanese	047022	16	PT	047022	
3178804	Chiesa Nuova	chiesa-nuova	IT	44028	0	Europe/Rome	44.36667	11.05				05	BO	037061	
3178805	Chiesanuova	chiesanuova	IT	10080	0	Europe/Rome	44.17217	9.64582				08	SP	011017	
3178806	Chiesanuova	chiesanuova	IT	10080	0	Europe/Rome	40.08333	18.05				13	LE	075070	
3178808	Chiesa in Valmalenco	chiesa-in-valmalenco	IT	23023	2755	Europe/Rome	46.2651	9.84865		Chiesa,Chiesa di Valmalenco,Chiesa in Valmalenco	014019	09	SO	014019	
3178815	Chiesa	chiesa	IT	25080	0	Europe/Rome	46.34667	12.10472				20	BL	025068	
3178816	Chiesa	chiesa	IT	25080	0	Europe/Rome	46.06198	8.28944				12	VB	103011	
3178818	Chieri	chieri	IT	10023	32169	Europe/Rome	45.01395	7.82233	283	Cher,Chieri,kieri,キエーリ	001078	12	TO	001078	
3178820	Chienes - Kiens	chienes	IT	39030	2641	Europe/Rome	46.80463	11.84178		Chienes,Cluenes,Kiens,kienesu,キエーネス	021021	17	BZ	021021	
3178826	Chiavenna Rocchetta	chiavenna-rocchetta	IT	29018	0	Europe/Rome	44.85	9.81667				05	PC	033026	
3178829	Chiavenna	chiavenna	IT	23022	7239	Europe/Rome	46.32159	9.39864		Chiavenna,Clavenna	014018	09	SO	014018	
3178831	Chiavazza	chiavazza	IT	13900	0	Europe/Rome	45.58333	8.06667		Chiavazza		12	BI	096004	
3178832	Chiavari	chiavari	IT	16043	26572	Europe/Rome	44.31771	9.32241	5	Chiavari,Ciaevai,Ciävai,Kiavari,Киавари	010015	08	GE	010015	
3178833	Chiavano	chiavano	IT	06043	0	Europe/Rome	42.65	13.05		Chiavano		18	PG	054007	
3178834	Chiauci	chiauci	IT	86097	263	Europe/Rome	41.67653	14.38242	868	Chiauci	094015	11	IS	094015	
3178839	Chiaserna	chiaserna	IT	61044	295	Europe/Rome	43.45	12.66667	484	Chiaserna		10	PU	041008	
3178845	Chiarone	chiarone	IT	58011	0	Europe/Rome	44.90993	9.41245		Stazione Chiarone		05	PC	033033	
3178846	Chiaromonte	chiaromonte	IT	85032	1191	Europe/Rome	40.12391	16.21478	794	Chiaramonte,Chiaromonte	076028	02	PZ	076028	
3178850	Chiari	chiari	IT	25032	17393	Europe/Rome	45.53588	9.93036		Chiari,Clarium,kiari,キアーリ	017052	09	BS	017052	
3178851	Chiareggio	chiareggio	IT	23023	0	Europe/Rome	46.31667	9.78333				09	SO	014019	
3178855	Chiaravalle	chiaravalle	IT	29010	13465	Europe/Rome	43.60266	13.32457	22	Chiaravalle,Chiaravalle Marche,kiaravu~arre,キアラヴァッレ	042014	10	AN	042014	
3178857	Chiarano	chiarano	IT	31040	1639	Europe/Rome	45.73028	12.58028	6	Chiarano	026016	20	TV	026016	
3178858	Chiaramonti	chiaramonti	IT	07030	1602	Europe/Rome	40.74906	8.81862	430	Chiaramonti	090025	14	SS	090025	
3178860	Chiapuzza	chiapuzza	IT	32046	0	Europe/Rome	46.47361	12.20111				20	BL	025051	
3178864	Chiappa	chiappa	IT	19123	0	Europe/Rome	44.11667	9.81667				08	SP	011015	
3178865	Chiappa	chiappa	IT	19123	0	Europe/Rome	43.95143	8.10705				08	IM	008052	
3178869	Chianni	chianni	IT	56034	957	Europe/Rome	43.48124	10.64181	284	Chianni	050012	16	PI	050012	
3178874	Chianciano Terme	chianciano-terme	IT	53042	6955	Europe/Rome	43.04394	11.81245		Bagni di Chianciano,Chianciano,Chianciano Bagni,Chianciano Terme,Il Bagno,キアンチャーノ・テルメ	052009	16	SI	052009	
3178876	Chianche	chianche	IT	83010	610	Europe/Rome	41.04632	14.78904			064027	04	AV	064027	
3178884	Chiampo	chiampo	IT	36072	10857	Europe/Rome	45.54589	11.27959	175		024029	20	VI	024029	
3178887	Chialamberto	chialamberto	IT	10070	200	Europe/Rome	45.36365	7.34131	851	Chialamberto,Cialambert,Cialambèrt,kiaranberuto,キアランベルト	001075	12	TO	001075	
3178888	Chiaiamari	chiaiamari	IT	03025	0	Europe/Rome	41.65	13.53333				07	FR	060044	
3178891	Chia	chia	IT	01038	414	Europe/Rome	42.47053	12.27727	255			07	VT	056048	
3178898	Cheremule	cheremule	IT	07040	527	Europe/Rome	40.50636	8.72532		Cheremule	090024	14	SS	090024	
3178899	Cherasco	cherasco	IT	12062	3406	Europe/Rome	44.64774	7.85843	288	Cherasch,Cherasco	004067	12	CN	004067	
3178905	Chatillon	chatillon	IT	11024	4334	Europe/Rome	45.75166	7.61751	549	Castiglion Dora,Chatillion,Chatillon,Châtillon	007020	19	AO	007020	
3178908	Charvensod	charvensod	IT	11020	738	Europe/Rome	45.72006	7.325	766	Charvensod	007019	19	AO	007019	
3178915	Champoluc	champoluc	IT	11020	0	Europe/Rome	45.83333	7.73333		Champoluc,Champoluce		19	AO	007007	
3178920	Champdepraz	champdepraz	IT	11020	640	Europe/Rome	45.68526	7.65681		Champdepraz	007017	19	AO	007017	
3178921	Chambave	chambave	IT	11023	389	Europe/Rome	45.74426	7.54931	480	Chambave,Ciambave	007015	19	AO	007015	
3178926	Cevo	cevo	IT	23010	0	Europe/Rome	46.2	10				09	SO	014052	
3178927	Cevo	cevo	IT	23010	0	Europe/Rome	46.18333	9.61667				09	SO	014022	
3178928	Cevo	cevo	IT	23010	1030	Europe/Rome	46.0814	10.36856		Cevo,chevu~o,チェーヴォ	017051	09	BS	017051	
3179158	Centoia	centoia	IT	52044	0	Europe/Rome	43.19291	11.9351				16	AR	051017	
3178930	Ceva	ceva	IT	12073	4378	Europe/Rome	44.38253	8.02554	376	Ceva,Cheva,chevu~a,Чева,チェーヴァ	004066	12	CN	004066	
3178933	Cetona	cetona	IT	53040	2854	Europe/Rome	42.96694	11.90235		Cetona,chetona,チェトーナ	052008	16	SI	052008	
3178934	Ceto	ceto	IT	25040	1860	Europe/Rome	46.0026	10.35196		Ceto,cheto,チェート	017050	09	BS	017050	
3178937	Cetara	cetara	IT	84010	2034	Europe/Rome	40.64756	14.70091	10	Cetara,Chetara,Четара	065041	04	SA	065041	
3178938	Cesuna	cesuna	IT	36010	0	Europe/Rome	45.83333	11.45				20	VI	024032	
3178940	Cesta	cesta	IT	44034	0	Europe/Rome	44.91667	11.86667				05	FE	038007	
3178942	Cessole	cessole	IT	14050	456	Europe/Rome	44.64894	8.24364		Cessole	005037	12	AT	005037	
3178943	Cessapalombo	cessapalombo	IT	62020	585	Europe/Rome	43.10825	13.25758		Cessapalombo	043011	10	MC	043011	
3178944	Cessalto	cessalto	IT	31040	1734	Europe/Rome	45.71167	12.61111	5	Cessalto	026015	20	TV	026015	
3178947	Cesolo	cesolo	IT	62027	0	Europe/Rome	43.25	13.18333				10	MC	043047	
3178952	Cesiomaggiore	cesiomaggiore	IT	32030	843	Europe/Rome	46.08811	11.9866	479	Cesiomaggiore	025011	20	BL	025011	
3178953	Cesio	cesio	IT	18022	241	Europe/Rome	44.00802	7.97515		Cesio,Ceslo,Cexi	008018	08	IM	008018	
3178956	Cesenatico	cesenatico	IT	47042	18925	Europe/Rome	44.19987	12.3991	2	Cesenatico,Chezenatiko,chezenatiko,Чезенатико,チェゼナーティコ	040008	05	FC	040008	
3178957	Cesena	cesena	IT	47023	79398	Europe/Rome	44.1391	12.24315	44	Caesena,Cesena,Cesene,Chezena,Césène,Zisena,Zisèna,chezena,Чезена,チェゼーナ	040007	05	FC	040007	
3178958	Cesenà	cesena	IT	47023	0	Europe/Rome	42.73333	13.71667				01	TE	067008	
3178961	Cese	cese	IT	67051	0	Europe/Rome	42.95	13.36667				10	FM	109015	
3178962	Cese	cese	IT	67051	0	Europe/Rome	42.9	13.31667				10	AP	044044	
3178963	Cese	cese	IT	67051	0	Europe/Rome	42.67966	12.78834				18	PG	054051	
3178964	Cese	cese	IT	67051	0	Europe/Rome	42.37322	13.28809				01	AQ	066095	
3178965	Cese	cese	IT	67051	587	Europe/Rome	42.02454	13.38886	723	Cese,Le Cese		01	AQ	066006	
3178967	Cesarolo	cesarolo	IT	30028	1651	Europe/Rome	45.7225	13.01306	4			20	VE	027034	
3178968	Porto Cesareo	porto-cesareo	IT	73010	4419	Europe/Rome	40.26282	17.89842		Porto Cesareo,Porto Cesario	075097	13	LE	075097	
3178970	Cesara	cesara	IT	28891	445	Europe/Rome	45.83447	8.36642	499	Cesara	103022	12	VB	103022	
3178971	Cesaproba	cesaproba	IT	67015	431	Europe/Rome	42.49852	13.18638	1040			01	AQ	066056	
3178972	Cesano Maderno	cesano-maderno	IT	20811	33094	Europe/Rome	45.63038	9.15224		Cesano,Cesano Maderno,チェザーノ・マデルノ	108019	09	MB	108019	
3178974	Cesano	cesano	IT	64010	6549	Europe/Rome	42.06895	12.33866	240	Cesano		07	RM	058091	
3178976	Cesana Torinese	cesana-torinese	IT	10054	617	Europe/Rome	44.95224	6.7908	1354	Cesana,Cesana Torinese,Cesanne,チェザーナ・トリネーゼ	001074	12	TO	001074	
3178981	Cesacastina	cesacastina	IT	64043	0	Europe/Rome	42.58333	13.45				01	TE	067023	
3178982	Cesa	cesa	IT	52047	0	Europe/Rome	46.10278	12.15694				20	BL	025029	
3178983	Cesa	cesa	IT	52047	0	Europe/Rome	43.31624	11.81262				16	AR	051022	
3178984	Cesa	cesa	IT	52047	8496	Europe/Rome	40.9633	14.2292	40	Cesa	061029	04	CE	061029	
3178987	Cervo	cervo	IT	18010	1021	Europe/Rome	43.92572	8.11529	66	Cervo,O Cervo,O Çervo	008017	08	IM	008017	
3178988	Cervino	cervino	IT	81023	5016	Europe/Rome	41.04002	14.42403		Cervino	061028	04	CE	061028	
3178992	Cervignano del Friuli	cervignano-del-friuli	IT	33052	12275	Europe/Rome	45.82111	13.33806	2	Carvignan,Cervenianum,Cervignan Sarvignan,Cervignano,Cervignano del Friuli,Çarvignan	030023	06	UD	030023	
3178998	Cervia	cervia	IT	48015	20487	Europe/Rome	44.26204	12.34812	5	Cervia,Chervia,cheruvu~ia,Червиа,チェルヴィア	039007	05	RA	039007	
3178999	Cerveteri	cerveteri	IT	00052	15883	Europe/Rome	41.99262	12.09237	81	Caere,Cerveleri,Cerveteri,Cherveteri,cheruvu~eteri,Черветери,チェルヴェーテリ	058029	07	RM	058029	
3179000	Cervesina	cervesina	IT	27050	1200	Europe/Rome	45.06126	9.01615		Cervesina	018047	09	PV	018047	
3179001	Cervere	cervere	IT	12040	1310	Europe/Rome	44.63544	7.79193	304	Cervere	004065	12	CN	004065	
3179003	Cerveno	cerveno	IT	25040	659	Europe/Rome	46.0026	10.32576		Cervedo,Cerveno,cheruvu~eno,チェルヴェーノ	017049	09	BS	017049	
3179011	Cervaro	cervaro	IT	03044	0	Europe/Rome	42.56667	13.46667				01	TE	067023	
3179012	Cervaro	cervaro	IT	03044	0	Europe/Rome	41.65	13.9				07	FR	060050	
3179013	Cervaro	cervaro	IT	03044	7022	Europe/Rome	41.48372	13.90531		Cervaro,Cervaro di Frosinone	060026	07	FR	060026	
3179014	Cervarezza	cervarezza	IT	42032	613	Europe/Rome	44.38333	10.33333	900			05	RE	035007	
3179015	Cervara di Roma	cervara-di-roma	IT	00020	471	Europe/Rome	41.98822	13.06799		Cervara di Roma,チェルヴァーラ・ディ・ローマ	058028	07	RM	058028	
3179016	Cervara	cervara	IT	54027	0	Europe/Rome	44.41667	9.81667				16	MS	045014	
3179020	Certosa di Pavia	certosa-di-pavia	IT	27012	3320	Europe/Rome	45.2542	9.1329		Certosa di Pavia,Torre del Mangano,チェルトーザ・ディ・パヴィーア	018046	09	PV	018046	
3179024	Certaldo	certaldo	IT	50052	15670	Europe/Rome	43.54704	11.04022		Certaldo	048012	16	FI	048012	
3179025	Cersosimo	cersosimo	IT	85030	706	Europe/Rome	40.04701	16.34939	548	Cersosimo	076027	02	PZ	076027	
3179027	Cerro Maggiore	cerro-maggiore	IT	20023	13893	Europe/Rome	45.59527	8.95024		Cerro,Cerro Maggiore,チェッロ・マッジョーレ	015072	09	MI	015072	
3179030	Cerro al Volturno	cerro-al-volturno	IT	86072	297	Europe/Rome	41.65592	14.10232	572	Cerro,Cerro a Volturno,Cerro al Volturno	094014	11	IS	094014	
3179032	Cerrione	cerrione	IT	13882	409	Europe/Rome	45.46836	8.06812	250	Cerrione	096018	12	BI	096018	
3179033	Cerreto Sannita	cerreto-sannita	IT	82032	4197	Europe/Rome	41.28202	14.55513		Cerreto Sannita	062023	04	BN	062023	
3179034	Cerreto Laziale	cerreto-laziale	IT	00020	1057	Europe/Rome	41.94332	12.98169		Cerreto Laziale,チェッレート・ラツィアーレ	058027	07	RM	058027	
3179035	Cerreto Guidi	cerreto-guidi	IT	50050	2602	Europe/Rome	43.76074	10.87611	123	Cerreto Guidi	048011	16	FI	048011	
3179036	Cerreto di Spoleto	cerreto-di-spoleto	IT	06041	366	Europe/Rome	42.82184	12.91927	557	Cerreto,Cerreto di Spoleto	054010	18	PG	054010	
3179613	Castello	castello	IT	13853	0	Europe/Rome	44.61667	7.05				12	CN	004172	
3179037	Cerreto d'Esi	cerreto-d-esi	IT	60043	3491	Europe/Rome	43.31295	12.98757	264	Cerreto,Cerreto d'Esi,チェッレート・デージ	042013	10	AN	042013	
3179039	Cerreto Alpi	cerreto-alpi	IT	42032	0	Europe/Rome	44.31667	10.25				05	RE	035019	
3179045	Cerreto	cerreto	IT	54038	0	Europe/Rome	44.65	9.66667				05	PR	034002	
3179046	Cerreto	cerreto	IT	54038	0	Europe/Rome	42.65	13.76667				01	TE	067041	
3179047	Cerreto	cerreto	IT	54038	0	Europe/Rome	42.28333	13.03333				07	RI	057050	
3179048	Cerreto	cerreto	IT	54038	0	Europe/Rome	41.73333	14.25				11	IS	094051	
3179056	Cerredolo	cerredolo	IT	42010	0	Europe/Rome	44.4	10.65				05	MO	036029	
3179057	Cerratina	cerratina	IT	65019	1297	Europe/Rome	42.39007	14.10338	121			01	PE	068030	
3179059	Cerqueto	cerqueto	IT	06023	564	Europe/Rome	42.95201	12.31854	311			18	PG	054027	
3179060	Cerqueto	cerqueto	IT	06023	0	Europe/Rome	42.86667	13.41667				10	AP	044064	
3179061	Cerqueto	cerqueto	IT	06023	0	Europe/Rome	42.79521	13.61627				01	TE	067017	
3179062	Cerqueto	cerqueto	IT	06023	0	Europe/Rome	42.55	13.55				01	TE	067034	
3179066	Cernusco sul Naviglio	cernusco-sul-naviglio	IT	20063	26958	Europe/Rome	45.52716	9.3334		Cernusco,Cernusco sul Naviglio,チェルヌスコ・スル・ナヴィーリオ	015070	09	MI	015070	
3179067	Cernobbio	cernobbio	IT	22012	6662	Europe/Rome	45.84108	9.06704		Cernobbio	013065	09	CO	013065	
3179068	Cermignano	cermignano	IT	64037	614	Europe/Rome	42.59164	13.7959	563	Cermignano	067016	01	TE	067016	
3179069	Cermes - Tscherms	cermes	IT	39010	1228	Europe/Rome	46.63462	11.14657		Cermes,Tscherms,cherumesu,チェルメス	021020	17	BZ	021020	
3179070	Cermenate	cermenate	IT	22072	8599	Europe/Rome	45.70288	9.08584		Cermenate	013064	09	CO	013064	
3179071	Cerlongo	cerlongo	IT	46044	0	Europe/Rome	45.28333	10.63333		Cerlongo,Cerlongo i Cerri		09	MN	020026	
3179075	Cerignola	cerignola	IT	71042	54056	Europe/Rome	41.26674	15.89313	120	Corignola	071020	13	FG	071020	
3179076	Ceriano Laghetto	ceriano-laghetto	IT	20816	5440	Europe/Rome	45.63037	9.07834		Ceriano,Ceriano Laghetto,チェリアーノ・ラゲット	108018	09	MB	108018	
3179078	Ceriana	ceriana	IT	18034	915	Europe/Rome	43.88042	7.77495	369	Ceriana,Çeriana	008016	08	IM	008016	
3179079	Ceriale	ceriale	IT	17023	5152	Europe/Rome	44.09128	8.22893	10	Ceriale,O Ceja,O Çejâ	009024	08	SV	009024	
3179081	Ceri	ceri	IT	00052	0	Europe/Rome	41.98333	12.15		Ceri		07	RM	058029	
3179082	Cergnago	cergnago	IT	27020	764	Europe/Rome	45.19826	8.77234		Cergnago	018045	09	PV	018045	
3179084	Cerfignano	cerfignano	IT	73020	0	Europe/Rome	40.05	18.43333				13	LE	075072	
3179088	Cerete	cerete	IT	24020	1378	Europe/Rome	45.86729	9.99466		Cerete	016071	09	BG	016071	
3179090	Cereta	cereta	IT	46049	0	Europe/Rome	45.3	10.63333				09	MN	020070	
3179092	Ceresole Reale	ceresole-reale	IT	10080	160	Europe/Rome	45.43195	7.23571		Ceresole,Ceresole Reale,Ceresòle,チェレゾーレ・レアーレ	001073	12	TO	001073	
3179095	Cereseto	cereseto	IT	15020	279	Europe/Rome	45.08685	8.31817	280	Cereseto,Ciarzin	006057	12	AL	006057	
3179096	Ceresè	cerese	IT	46034	0	Europe/Rome	46.4007	10.85252				17	TN	022150	
3179097	Cerese	cerese	IT	46034	0	Europe/Rome	45.11948	10.79049		Andes,Virgilio,vu~irujirio,ヴィルジーリオ	020069	09	MN	020069	
3179098	Ceresara	ceresara	IT	46040	2462	Europe/Rome	45.26228	10.56958		Ceresara	020019	09	MN	020019	
3179099	Ceres	ceres	IT	10070	405	Europe/Rome	45.31465	7.38961	704	Cere,Ceres,cheresu,チェーレス	001072	12	TO	001072	
3179102	Ceregnano	ceregnano	IT	45010	1253	Europe/Rome	45.04798	11.86931	5	Ceregnano	029015	20	RO	029015	
3179103	Cereglio	cereglio	IT	40038	254	Europe/Rome	44.30609	11.06889	635			05	BO	037059	
3179106	Cerea	cerea	IT	37053	12869	Europe/Rome	45.19208	11.2103	18	Cerea	023025	20	VR	023025	
3179107	Cerdomare	cerdomare	IT	02037	0	Europe/Rome	42.2	12.83333				07	RI	057064	
3179109	Cercola	cercola	IT	80040	17821	Europe/Rome	40.85661	14.35773	75	Cercola,cherukora,チェルコラ	063026	04	NA	063026	
3179110	Cercivento	cercivento	IT	33020	0	Europe/Rome	48.53333	12.98333		Cercivento,Curcuvint		00			
3179111	Cercino	cercino	IT	23016	689	Europe/Rome	46.15809	9.50814		Cercino	014017	09	SO	014017	
3179114	Cerchio	cerchio	IT	67044	1621	Europe/Rome	42.06093	13.6017	834	Cerchio	066033	01	AQ	066033	
3179116	Cerchiara	cerchiara	IT	64045	737	Europe/Rome	42.50366	13.62726	685			01	TE	067026	
3179117	Cerchiara	cerchiara	IT	64045	0	Europe/Rome	42.36667	12.78333				07	RI	057059	
3179118	Cercepiccola	cercepiccola	IT	86010	328	Europe/Rome	41.46012	14.66543	679	Cercepiccola	070018	11	CB	070018	
3179119	Cercemaggiore	cercemaggiore	IT	86012	968	Europe/Rome	41.46133	14.72313	930	Cercemaggiore	070017	11	CB	070017	
3179122	Cerbaia	cerbaia	IT	50026	0	Europe/Rome	43.68519	11.12889				16	FI	048038	
3179123	Cerasuolo	cerasuolo	IT	86074	0	Europe/Rome	41.58333	14.01667				11	IS	094019	
3179124	Cerasomma	cerasomma	IT	55100	0	Europe/Rome	43.83333	10.43333				16	LU	046017	
3179125	Cerasolo	cerasolo	IT	47853	1309	Europe/Rome	43.99312	12.53544	132			05	RN	099003	
3179135	Ceraso	ceraso	IT	84052	2510	Europe/Rome	40.1943	15.25606		Cerasa,Ceraso	065040	04	SA	065040	
3179137	Cerano	cerano	IT	28065	6499	Europe/Rome	45.41097	8.78004	127	Cerano	003049	12	NO	003049	
3179140	Cerageto	cerageto	IT	55033	0	Europe/Rome	44.16667	10.41667				16	LU	046010	
3179141	Ceprano	ceprano	IT	03024	8246	Europe/Rome	41.54572	13.51473		Ceprano	060025	07	FR	060025	
3179142	Ceppo Morelli	ceppo-morelli	IT	28875	0	Europe/Rome	48.96667	8.06667				00			
3179145	Ceppaloni	ceppaloni	IT	82010	3402	Europe/Rome	41.04592	14.76054		Ceppaloni	062022	04	BN	062022	
3179146	Ceppagna	ceppagna	IT	86079	565	Europe/Rome	41.46295	14.01411	232			11	IS	094052	
3179149	Ceparana	ceparana	IT	19020	0	Europe/Rome	44.16667	9.88333		Ceparana,Cepparana		08	SP	011004	
3179150	Cepagatti	cepagatti	IT	65012	3131	Europe/Rome	42.36494	14.07581	145	Cepagalli,Cepagatti	068011	01	PE	068011	
3179151	Ceolini	ceolini	IT	33074	507	Europe/Rome	45.9925	12.60167	68			06	PN	093022	
3179155	Centrale	centrale	IT	36030	0	Europe/Rome	45.71667	11.48333				20	VI	024105	
3179157	Centola	centola	IT	84051	4828	Europe/Rome	40.0665	15.31196		Centola	065039	04	SA	065039	
3179162	Cento	cento	IT	44042	18191	Europe/Rome	44.72597	11.28821	15	Cento,chento,チェント	038004	05	FE	038004	
3179164	Centenaro	centenaro	IT	25017	0	Europe/Rome	44.66667	9.53333		Centenaro,Parrochia di Centendro		05	PC	033020	
3179166	Centa San Nicolò	centa-san-nicolo	IT	38049	565	Europe/Rome	45.9693	11.23238		Centa San Nicolo,Centa San Nicolò,チェンタ・サン・ニコロ	022056	17	TN	022056	
3179167	Centallo	centallo	IT	12044	3939	Europe/Rome	44.50153	7.58783	426	Centallo,Sental	004061	12	CN	004061	
3179171	Cengles	cengles	IT	39023	413	Europe/Rome	46.61261	10.63667	950			17	BZ	021042	
3179172	Cengio	cengio	IT	17056	3777	Europe/Rome	44.3894	8.2116		Cenge,Cengio,Cengë,chenjo,チェンジョ	009023	08	SV	009023	
3179173	Ceneselli	ceneselli	IT	45030	934	Europe/Rome	45.01368	11.37	13	Ceneselli	029014	20	RO	029014	
3179175	Cene	cene	IT	24020	3931	Europe/Rome	45.78328	9.82546		Cene	016070	09	BG	016070	
3179178	Cencenighe Agordino	cencenighe-agordino	IT	32020	1183	Europe/Rome	46.35184	11.96823	773		025010	20	BL	025010	
3179180	Cenaia	cenaia	IT	56040	0	Europe/Rome	43.6	10.53333		Cenaia,Cenaia Nuova,Cenaja Nuova		16	PI	050041	
3179184	Cembra	cembra	IT	38034	1802	Europe/Rome	46.17371	11.22078	667	Cembra	022055	17	TN	022055	
3179185	Celso	celso	IT	84068	0	Europe/Rome	40.2	15.05				04	SA	065098	
3179188	Cellole	cellole	IT	81030	5765	Europe/Rome	41.20481	13.85432	19	Cellole	061102	04	CE	061102	
3179189	Cellio	cellio	IT	13024	302	Europe/Rome	45.75607	8.31162	685	Cej,Cellio,Cèj	002038	12	VC	002038	
3179190	Cellino San Marco	cellino-san-marco	IT	72020	6818	Europe/Rome	40.47223	17.96632		Cellino San Marco,Cellinu Santu Marcu,チェッリーノ・サン・マルコ	074004	13	BR	074004	
3179193	Cellino Attanasio	cellino-attanasio	IT	64036	605	Europe/Rome	42.58574	13.8605	443	Cellino,Cellino Attanasio	067015	01	TE	067015	
3179195	Celletta	celletta	IT	47023	0	Europe/Rome	44.6	11.85				05	FE	038001	
3179196	Celletta	celletta	IT	47023	0	Europe/Rome	44.35	11.91667		Casale Mazzolana,Celletta		05	RA	039010	
3179197	Celle sul Rigo	celle-sul-rigo	IT	53040	0	Europe/Rome	42.86667	11.81667		Celle,Celle sul Rigo		16	SI	052027	
3179198	Celle di San Vito	celle-di-san-vito	IT	71020	186	Europe/Rome	41.32593	15.18104			071019	13	FG	071019	
3179201	Cellere	cellere	IT	01010	1186	Europe/Rome	42.51042	11.77165	344	Cellere	056020	07	VT	056020	
3179202	Celleno	celleno	IT	01020	932	Europe/Rome	42.56039	12.12442	407	Celleno	056019	07	VT	056019	
3179203	Cellena	cellena	IT	58055	0	Europe/Rome	42.75	11.56667				16	GR	053028	
3179204	Celle Ligure	celle-ligure	IT	17015	4510	Europe/Rome	44.34509	8.54685	27	Celle Ligure,チェッレ・リーグレ	009022	08	SV	009022	
3179205	Celledizzo	celledizzo	IT	38024	331	Europe/Rome	46.34456	10.70229	1192	Celadizzo,Celledizzo		17	TN	022136	
3179206	Celle di Bulgheria	celle-di-bulgheria	IT	84040	1934	Europe/Rome	40.0947	15.40326		Celle,Celle Bulgheria,Celle di Bulgheria	065038	04	SA	065038	
3179208	Cellamare	cellamare	IT	70010	4683	Europe/Rome	41.01933	16.92829		Cellamare,Cellammare	072018	13	BA	072018	
3179209	Cella	cella	IT	42100	0	Europe/Rome	44.86667	9.48333				05	PC	033043	
3179210	Cella	cella	IT	42100	0	Europe/Rome	44.72917	10.54576				05	RE	035033	
3179212	Celenza Valfortore	celenza-valfortore	IT	71035	1990	Europe/Rome	41.56173	14.97884		Celenza Valfortore	071018	13	FG	071018	
3179213	Celenza sul Trigno	celenza-sul-trigno	IT	66050	924	Europe/Rome	41.87223	14.57792	646	Celenza sul Trigno	069021	01	CH	069021	
3179216	Celano	celano	IT	67043	9966	Europe/Rome	42.08553	13.5398	800	Celano	066032	01	AQ	066032	
3179220	Ceggia	ceggia	IT	30022	5493	Europe/Rome	45.68917	12.63667	2	Ceggia,chejja,チェッジャ	027007	20	VE	027007	
3179225	Cedrasco	cedrasco	IT	23010	484	Europe/Rome	46.14929	9.76705		Cedrasco	014016	09	SO	014016	
3179227	Cedegolo	cedegolo	IT	25051	1261	Europe/Rome	46.0767	10.34956		Cedegolo,chedegoro,チェデーゴロ	017047	09	BS	017047	
3179228	Cedas	cedas	IT	34136	0	Europe/Rome	45.69428	13.73785				06	TS		
3179234	Cecina	cecina	IT	57023	0	Europe/Rome	43.83333	10.86667				16	PT	047006	
3179235	Cecina	cecina	IT	57023	22018	Europe/Rome	43.31283	10.52401	15	Cecina,Chechina,chechina,Чечина,チェーチナ	049007	16	LI	049007	
3179240	Cecchini	cecchini	IT	33087	0	Europe/Rome	45.87583	12.60611				06	PN	093034	
3179241	Cecchina	cecchina	IT	00041	0	Europe/Rome	41.7	12.65		Cecchina		07	RM	058003	
3179242	Cecchignola	cecchignola	IT	00143	0	Europe/Rome	41.81667	12.48333				07	RM	058091	
3179243	Ceccano	ceccano	IT	03023	22334	Europe/Rome	41.56772	13.3333		Ceccano,Chekkano,Чеккано	060024	07	FR	060024	
3179245	Cecalocco	cecalocco	IT	05100	0	Europe/Rome	42.61122	12.71298				18	TR	055032	
3179247	Cazzano Sant'Andrea	cazzano-sant-andrea	IT	24026	1402	Europe/Rome	45.81259	9.88476		Cazzano Sant'Andrea	016067	09	BG	016067	
3179249	Cazzago San Martino	cazzago-san-martino	IT	25046	9814	Europe/Rome	45.59378	10.04186		Cazzago San Martino,カッツァーゴ・サン・マルティーノ	017046	09	BS	017046	
3179250	Ca Zuliani	ca-zuliani	IT	45018	0	Europe/Rome	44.95944	12.43167				20	RO	029039	
3179252	Cavriglia	cavriglia	IT	52022	7808	Europe/Rome	43.52024	11.48693		Cavriglia	051013	16	AR	051013	
3179253	Cavriana	cavriana	IT	46040	3668	Europe/Rome	45.34708	10.59798		Cavriana	020018	09	MN	020018	
3179254	Cavriago	cavriago	IT	42025	8912	Europe/Rome	44.69366	10.52749	78	Capriago,Cavriago,Gavriago	035017	05	RE	035017	
3179257	Cavour	cavour	IT	10061	2963	Europe/Rome	44.78894	7.37612	300	Cavour,ka wu er,kavuru,カヴール,卡武尔	001070	12	TO	001070	
3179262	Cavolano	cavolano	IT	33077	0	Europe/Rome	46.56667	10.56667				17	BZ	021095	
3179263	Cavolano	cavolano	IT	33077	0	Europe/Rome	45.93333	12.5				06	PN	093037	
3179264	Cavola	cavola	IT	42010	762	Europe/Rome	44.4	10.53333	507			05	RE	035041	
3179267	Cavo	cavo	IT	57038	620	Europe/Rome	42.86263	10.41899	2	Chiesa del Cavo,Il Cavo		16	LI	049015	
3179272	Cavezzo	cavezzo	IT	41032	5464	Europe/Rome	44.83637	11.0286	24	Cavezzo	036009	05	MO	036009	
3179277	Ca Venier	ca-venier	IT	45018	0	Europe/Rome	44.95889	12.33528		Ca Venier,Case Venier		20	RO	029039	
3179278	Ca Vendramin	ca-vendramin	IT	45019	0	Europe/Rome	44.94333	12.29917				20	RO	029046	
3179614	Castello	castello	IT	13853	0	Europe/Rome	44.48333	10.05				05	PR	034012	
3179279	Cavenago di Brianza	cavenago-di-brianza	IT	20873	6116	Europe/Rome	45.58408	9.41445		Cavenago di Brianza,カヴェナーゴ・ディ・ブリアンツァ	108017	09	MB	108017	
3179280	Cavenago d'Adda	cavenago-d-adda	IT	26824	2038	Europe/Rome	45.28447	9.60106		Cavenago d'Adda,カヴェナーゴ・ダッダ	098017	09	LO	098017	
3179281	Cave del Predil	cave-del-predil	IT	33018	376	Europe/Rome	46.44046	13.57127	906	Raibl		06	UD	030117	
3179283	Cavedago	cavedago	IT	38010	376	Europe/Rome	46.18521	11.03148	864	Cavedago,kavu~edago,カヴェダーゴ	022052	17	TN	022052	
3179284	Ca Vecchia	ca-vecchia	IT	46030	0	Europe/Rome	45.75622	11.37156				20	VI	024100	
3179285	Ca Vecchia	ca-vecchia	IT	46030	0	Europe/Rome	44.68333	10.68333				05	RE	035033	
3179286	Ca Vecchia	ca-vecchia	IT	46030	0	Europe/Rome	44.51667	12.23333				05	RA	039014	
3179287	Cave	cave	IT	00033	0	Europe/Rome	42.95	12.66667				18	PG	054018	
3179288	Cave	cave	IT	00033	9529	Europe/Rome	41.81672	12.93379		Cave,kavu~e,カーヴェ	058026	07	RM	058026	
3179290	Cavazzo Carnico	cavazzo-carnico	IT	33020	706	Europe/Rome	46.36835	13.04119	280	Cavazzo,Cavazzo Carnico,Cjavac	030021	06	UD	030021	
3179292	Cavazzana	cavazzana	IT	45020	0	Europe/Rome	45.08333	11.63333				20	RO	029029	
3179293	Cavasso Nuovo	cavasso-nuovo	IT	33092	1295	Europe/Rome	46.19748	12.77441	300	Cavasso,Cavasso Nuovo,Cjavas	093012	06	PN	093012	
3179294	Cavarzere	cavarzere	IT	30014	8992	Europe/Rome	45.13556	12.08167	4	Cavarzere,kavu~arutsu~ere,カヴァルツェレ	027006	20	VE	027006	
3179298	Cavargna	cavargna	IT	22010	248	Europe/Rome	46.09009	9.11123		Cavargna	013062	09	CO	013062	
3179299	Cavareno	cavareno	IT	38011	1026	Europe/Rome	46.40841	11.13807	973	Cavareno,kavu~areno,カヴァレーノ	022051	17	TN	022051	
3179300	Cavanella Po	cavanella-po	IT	45011	0	Europe/Rome	45.03667	12.15583				20	RO	029030	
3179302	Cavanella d'Adige	cavanella-d-adige	IT	30015	0	Europe/Rome	45.11639	12.18472		Cavanella,Cavanella d'Adige		20	VE	027006	
3179305	Cava Manara	cava-manara	IT	27051	5321	Europe/Rome	45.14016	9.10685		Cava Manara	018041	09	PV	018041	
3179306	Cavalo	cavalo	IT	37022	366	Europe/Rome	45.57007	10.87101	600	Caualo,Cavalo		20	VR	023035	
3179319	Cavallirio	cavallirio	IT	28010	1115	Europe/Rome	45.66337	8.39453	367		003047	12	NO	003047	
3179322	Cavallino	cavallino	IT	30013	0	Europe/Rome	43.76667	12.6				10	PU	041067	
3179323	Cavallino	cavallino	IT	30013	10621	Europe/Rome	40.31253	18.20042		Cavallino,Cavallinu	075020	13	LE	075020	
3179325	Cavallermaggiore	cavallermaggiore	IT	12030	4121	Europe/Rome	44.70984	7.68633	285	Cavallermaggiore,Cavlimor	004059	12	CN	004059	
3179332	Cavalicco	cavalicco	IT	33010	0	Europe/Rome	46.10936	13.23604				06	UD	030118	
3179333	Cavalese	cavalese	IT	38033	3107	Europe/Rome	46.29151	11.45938	1000	Cavalese,kavu~areze,カヴァレーゼ	022050	17	TN	022050	
3179334	Cavaion Veronese	cavaion-veronese	IT	37010	4164	Europe/Rome	45.54009	10.77048		Cavaion Veronese	023023	20	VR	023023	
3179335	Cavagnano	cavagnano	IT	21050	0	Europe/Rome	42.54088	13.25775				01	AQ	066056	
3179336	Cavaglià	cavaglia	IT	13881	3666	Europe/Rome	45.40746	8.09332		Cavaglia,Cavaglià,Cavaja,Cavajà	096016	12	BI	096016	
3179337	Cava de'Tirreni	cava-de-tirreni	IT	84013	52616	Europe/Rome	40.70091	14.70564		Cava,Cava de' Tirreni,Cava de'Tirreni,Cava dei Tirreni	065037	04	SA	065037	
3179338	Cavacurta	cavacurta	IT	26844	868	Europe/Rome	45.18977	9.74186		Cavacurta,kavu~akuruta,カヴァクルタ	098016	09	LO	098016	
3179340	Cava	cava	IT	47100	0	Europe/Rome	45.67722	12.75333				20	VE	027036	
3179341	Cautano	cautano	IT	82030	1552	Europe/Rome	41.15303	14.65032	385	Cautano	062021	04	BN	062021	
3179347	Cattolica	cattolica	IT	47841	16189	Europe/Rome	43.95747	12.73755	12	Cattolica,kattorika,カットーリカ	099002	05	RN	099002	
3179350	Cattinara	cattinara	IT	34149	0	Europe/Rome	45.63472	13.82792				06	TS	032006	
3179353	Catona	catona	IT	84046	0	Europe/Rome	40.15	15.23333				04	SA	065009	
3179360	Catignano	catignano	IT	65011	743	Europe/Rome	42.34754	13.9535	355	Catignano	068010	01	PE	068010	
3179361	Ca Tiepolo	ca-tiepolo	IT	45018	0	Europe/Rome	44.94861	12.33917				20	RO	029039	
3179367	Cataeggio	cataeggio	IT	23010	0	Europe/Rome	46.21667	9.63333		Cataeggio,Cattaeggio		09	SO	014074	
3179372	Castropignano	castropignano	IT	86010	457	Europe/Rome	41.61833	14.55983	590	Castropignano	070016	11	CB	070016	
3179373	Castronuovo di Sant'Andrea	castronuovo-di-sant-andrea	IT	85030	676	Europe/Rome	40.18657	16.18723	650	Castronuovo di Sant'Andrea	076026	02	PZ	076026	
3179374	Castronno	castronno	IT	21040	4842	Europe/Rome	45.74567	8.81283		Castronno	012047	09	VA	012047	
3179376	Castro dei Volsci	castro-dei-volsci	IT	03020	5039	Europe/Rome	41.50822	13.4063		Castro de' Volsci,Castro dei Volsci	060023	07	FR	060023	
3179377	Castrocielo	castrocielo	IT	03030	3750	Europe/Rome	41.52832	13.69351		Castrocielo	060022	07	FR	060022	
3179380	Castro	castro	IT	24063	1416	Europe/Rome	45.80299	10.06706		Castro,kasutoro,カストロ	016065	09	BG	016065	
3179381	Castro	castro	IT	24063	0	Europe/Rome	42.84665	13.3271				10	AP	044038	
3179382	Castrignano de'Greci	castrignano-de-greci	IT	73020	4107	Europe/Rome	40.17342	18.29643		Castrignano de' Greci,Castrignano de'Greci	075018	13	LE	075018	
3179383	Castri di Lecce	castri-di-lecce	IT	73020	3112	Europe/Rome	40.27383	18.26333		Castri di Lecce	075017	13	LE	075017	
3179384	Castorano	castorano	IT	63081	0	Europe/Rome	42.98333	13.41667				10	FM	109014	
3179385	Castorano	castorano	IT	63081	757	Europe/Rome	42.89835	13.72889	280	Castorano	044013	10	AP	044013	
3179386	Casto	casto	IT	25070	1913	Europe/Rome	45.69489	10.32117		Casto,kasuto,カスト	017044	09	BS	017044	
3179387	Castions di Strada	castions-di-strada	IT	33050	3647	Europe/Rome	45.90944	13.18528	23	Castions di Strada,Cjasteons di Stradalte	030020	06	UD	030020	
3179388	Castiòns delle Mura	castions-delle-mura	IT	33050	0	Europe/Rome	45.84667	13.3		Castions delle Mura,Castions di Mure,Castiòns delle Mura		06	UD	030008	
3179389	Castions	castions	IT	33080	3782	Europe/Rome	45.98775	12.78291	46			06	PN	093051	
3179390	Castione della Presolana	castione-della-presolana	IT	24020	3291	Europe/Rome	45.91439	10.06356		Castione,Castione della Presolana	016064	09	BG	016064	
3179451	Castelverrino	castelverrino	IT	86080	130	Europe/Rome	41.76643	14.39762		Castelverrino	094013	11	IS	094013	
3179391	Castione dei Marchesi	castione-dei-marchesi	IT	43036	0	Europe/Rome	44.91667	10.03333		Castione,Castione Marchesi,Castione dei Marchesi		05	PR	034014	
3179392	Castione de'Baratti	castione-de-baratti	IT	43029	0	Europe/Rome	44.59951	10.36174				05	PR	034042	
3179393	Castino	castino	IT	12050	208	Europe/Rome	44.61784	8.18244	540	Castino	004057	12	CN	004057	
3179395	Castilenti	castilenti	IT	64035	456	Europe/Rome	42.53334	13.9171	272	Castilenti	067014	01	TE	067014	
3179396	Castignano	castignano	IT	63072	1265	Europe/Rome	42.93935	13.62399	475	Castignano	044012	10	AP	044012	
3179398	Castiglione	castiglione	IT	14100	0	Europe/Rome	42.5706	13.21856				01	AQ	066056	
3179400	Castiglioni	castiglioni	IT	60011	0	Europe/Rome	43.7	11.06667				16	FI	048028	
3179401	Castiglioni	castiglioni	IT	60011	212	Europe/Rome	43.50611	13.00817	228			10	AN	042003	
3179402	Castiglioni	castiglioni	IT	60011	0	Europe/Rome	42.93333	13.63333				10	AP	044012	
3179403	Castiglioni	castiglioni	IT	60011	0	Europe/Rome	42.57723	12.78448				18	TR	055005	
3179404	Castiglion Fosco	castiglion-fosco	IT	06066	0	Europe/Rome	42.98333	12.11667				18	PG	054040	
3179405	Castiglion Fiorentino	castiglion-fiorentino	IT	52043	12031	Europe/Rome	43.34284	11.91804		Castiglion Fiorentino,Castiglione Fiorentino	051012	16	AR	051012	
3179406	Castiglion Fibocchi	castiglion-fibocchi	IT	52029	1985	Europe/Rome	43.52785	11.76274		Castiglion Fibocchi,Castiglione Fibocchi	051011	16	AR	051011	
3179407	Castiglione Olona	castiglione-olona	IT	21043	7696	Europe/Rome	45.75318	8.87454		Castiglione Olona	012046	09	VA	012046	
3179408	Castiglione Messer Raimondo	castiglione-messer-raimondo	IT	64034	436	Europe/Rome	42.53234	13.8787	306	Castiglione Messer Raimondo	067013	01	TE	067013	
3179409	Castiglione Messer Marino	castiglione-messer-marino	IT	66033	1650	Europe/Rome	41.86893	14.45242	1000	Castiglione Messer Marino	069020	01	CH	069020	
3179410	Castiglione in Teverina	castiglione-in-teverina	IT	01024	1995	Europe/Rome	42.64793	12.20336	228	Castiglione in Teverina,カスティリオーネ・イン・テヴェリーナ	056018	07	VT	056018	
3179411	Castiglione d'Orcia	castiglione-d-orcia	IT	53023	2508	Europe/Rome	43.00444	11.61614		Castiglione d'Orcia,カスティリオーネ・ドルチャ	052007	16	SI	052007	
3179412	Castiglione di Ravenna	castiglione-di-ravenna	IT	48100	0	Europe/Rome	44.26118	12.26057				05	RA	039014	
3179413	Castiglione d'Intelvi	castiglione-d-intelvi	IT	22023	760	Europe/Rome	45.95508	9.09064		Castiglione d'Intelvi	013060	09	CO	013060	
3179414	Castiglione di Garfagnana	castiglione-di-garfagnana	IT	55033	477	Europe/Rome	44.14995	10.4109	545	Castiglione di Garfagnana	046010	16	LU	046010	
3179415	Castiglione delle Stiviere	castiglione-delle-stiviere	IT	46043	18428	Europe/Rome	45.39058	10.48528		Castiglione delle Stiviere,カスティリオーネ・デッレ・スティヴィエーレ	020017	09	MN	020017	
3179416	Castiglione della Valle	castiglione-della-valle	IT	06072	527	Europe/Rome	43.01997	12.25149	212			18	PG	054027	
3179417	Castiglione della Valle	castiglione-della-valle	IT	06072	0	Europe/Rome	42.53333	13.66667				01	TE	067018	
3179418	Castiglione della Pescaia	castiglione-della-pescaia	IT	58043	3860	Europe/Rome	42.76376	10.8747	4	Castiglione della Pescaia	053006	16	GR	053006	
3179419	Castiglione del Lago	castiglione-del-lago	IT	06061	5344	Europe/Rome	43.12714	12.04525	304	Castiglione del Lago	054009	18	PG	054009	
3179421	Castiglione dei Pepoli	castiglione-dei-pepoli	IT	40035	2761	Europe/Rome	44.14226	11.16381	691	Castiglione de 'Pepoli,Castiglione de 'Pépoli,Castiglione dei Pepoli	037022	05	BO	037022	
3179423	Castiglione d'Adda	castiglione-d-adda	IT	26823	4750	Europe/Rome	45.21887	9.69416		Castiglione d'Adda,カスティリオーネ・ダッダ	098014	09	LO	098014	
3179424	Castiglione Chiavarese	castiglione-chiavarese	IT	16030	1485	Europe/Rome	44.27594	9.51798		Castiglione,Castiglione Chiavarese,O Castiggion	010013	08	GE	010013	
3179425	Castiglione a Casauria	castiglione-a-casauria	IT	65020	281	Europe/Rome	42.23604	13.8976	350	Castiglione a Casauria	068009	01	PE	068009	
3179431	Castiglione	castiglione	IT	14100	0	Europe/Rome	44.29609	9.99198		Castiglione del Terziere		16	MS	045002	
3179432	Castiglione	castiglione	IT	14100	0	Europe/Rome	43.85	11.26667				16	FI	048043	
3179433	Castiglione	castiglione	IT	14100	0	Europe/Rome	42.43333	12.66667				07	RI	057026	
3179434	Castiglione	castiglione	IT	14100	0	Europe/Rome	42.28235	13.24466				01	AQ	066101	
3179435	Castiglione	castiglione	IT	14100	0	Europe/Rome	41.73333	14.3		Castiglion,Castiglione		11	IS	094007	
3179436	Castiglione	castiglione	IT	14100	0	Europe/Rome	41.73333	14.13333				11	IS	094039	
3179438	Castiglioncello Bandini	castiglioncello-bandini	IT	58044	0	Europe/Rome	42.87499	11.44175		Castiglioncello		16	GR	053007	
3179439	Castiglioncello	castiglioncello	IT	57016	0	Europe/Rome	43.40517	10.42165				16	LI	049017	
3179440	Castenedolo	castenedolo	IT	25014	9257	Europe/Rome	45.46948	10.29567		Castenedolo,kasutenedoro,カステネードロ	017043	09	BS	017043	
3179441	Castenaso	castenaso	IT	40055	8961	Europe/Rome	44.50887	11.46982	42	Castenaso	037021	05	BO	037021	
3179443	Castel Volturno	castel-volturno	IT	81030	21881	Europe/Rome	41.03353	13.94217	3	Castel Volturno	061027	04	CE	061027	
3179444	Castel Vittorio	castel-vittorio	IT	18030	329	Europe/Rome	43.92822	7.67514	420	Castel Vittorio,Castelvittorio	008015	08	IM	008015	
3179445	Castel Viscardo	castel-viscardo	IT	05014	1085	Europe/Rome	42.75343	11.99845	507		055010	18	TR	055010	
3179446	Castelvetro Piacentino	castelvetro-piacentino	IT	29010	4293	Europe/Rome	45.09927	9.98957	39	Castelvetro Piacentino	033014	05	PC	033014	
3179447	Castelvetro di Modena	castelvetro-di-modena	IT	41014	3648	Europe/Rome	44.50576	10.9464	152	Castelvetro,Castelvetro di Modena	036008	05	MO	036008	
3179448	Castelvetere sul Calore	castelvetere-sul-calore	IT	83040	1713	Europe/Rome	40.92872	14.98614		Castelvetere di Calore,Castelvetere sul Calore	064024	04	AV	064024	
3179449	Castelvetere in Val Fortore	castelvetere-in-val-fortore	IT	82023	1810	Europe/Rome	41.44233	14.94184		Castelvetere in Val Fortore	062020	04	BN	062020	
3179452	Castelverde	castelverde	IT	26022	4921	Europe/Rome	45.18877	9.99557		Castelverde	019026	09	CR	019026	
3179454	Castelvenere	castelvenere	IT	82037	2632	Europe/Rome	41.23482	14.54653		Castelvenere	062019	04	BN	062019	
3179455	Castelvecchio Subequo	castelvecchio-subequo	IT	67024	964	Europe/Rome	42.13023	13.7278	409	Castelvecchio Subequo,Castelvecchio in Subequo,Castelvécchio in Subéquo	066031	01	AQ	066031	
3179456	Castelvecchio Pascoli	castelvecchio-pascoli	IT	55051	590	Europe/Rome	44.08256	10.46345	286	Castelvecchio,Castelvecchio Pascoli		16	LU	046003	
3179457	Castelvecchio Calvisio	castelvecchio-calvisio	IT	67020	198	Europe/Rome	42.31134	13.6872		Castelvecchio Calvisio	066030	01	AQ	066030	
3179460	Castelvecchio	castelvecchio	IT	36078	0	Europe/Rome	46.38333	11.23333				17	BZ	021015	
3179461	Castelvecchio	castelvecchio	IT	36078	0	Europe/Rome	44.18333	11.41667				16	FI	048018	
3179462	Castelvecchio	castelvecchio	IT	36078	0	Europe/Rome	43.76667	10.61667				16	LU	046007	
3179463	Castelvecchio	castelvecchio	IT	36078	850	Europe/Rome	43.69777	13.05504	102			10	PU	041038	
3179464	Castelvecchio	castelvecchio	IT	36078	0	Europe/Rome	42.88333	13.01667				18	PG	054043	
3179468	Castelseprio	castelseprio	IT	21050	1237	Europe/Rome	45.71597	8.86264		Castelseprio	012044	09	VA	012044	
3179470	Castelsardo	castelsardo	IT	07031	3747	Europe/Rome	40.91528	8.71028	114	Castelsardo	090023	14	SS	090023	
3179471	Castelsaraceno	castelsaraceno	IT	85031	1247	Europe/Rome	40.16371	15.99188	916	Castelsaraceno	076025	02	PZ	076025	
3179472	Castel San Vincenzo	castel-san-vincenzo	IT	86071	433	Europe/Rome	41.65562	14.06442	749	Castel San Vincenzo	094012	11	IS	094012	
3179473	Castel Sant'Elia	castel-sant-elia	IT	01030	2151	Europe/Rome	42.25062	12.37407		Castel Sant'Elia	056017	07	VT	056017	
3179474	Castelsantangelo sul Nera	castelsantangelo-sul-nera	IT	62039	370	Europe/Rome	42.88584	13.15328		Castelsantangelo,Castelsantangelo sul Nera	043010	10	MC	043010	
3179475	Castel Sant'Angelo	castel-sant-angelo	IT	02010	0	Europe/Rome	43.33333	13.16667				10	MC	043012	
3179476	Castel Sant'Angelo	castel-sant-angelo	IT	02010	1282	Europe/Rome	42.39373	13.02738		Castel Sant'Angelo,カステル・サンタンジェロ	057015	07	RI	057015	
3179479	Castel San Pietro Terme	castel-san-pietro-terme	IT	40024	11081	Europe/Rome	44.39857	11.58482	75	Castel San Pietro Terme,Castel San Pietro dell'Emilia	037020	05	BO	037020	
3179480	Castel San Pietro Romano	castel-san-pietro-romano	IT	00030	743	Europe/Rome	41.84572	12.89489		Castel San Pietro Romano,カステル・サン・ピエトロ・ロマーノ	058025	07	RM	058025	
3179481	Castel San Pietro	castel-san-pietro	IT	02047	0	Europe/Rome	43.31994	13.13085				10	MC	043047	
3179482	Castel San Pietro	castel-san-pietro	IT	02047	202	Europe/Rome	42.25615	12.71787	356			07	RI	057053	
3179483	Castel San Niccolò	castel-san-niccolo	IT	52018	2855	Europe/Rome	43.74445	11.70913		Castel San Niccolo,Castel San Niccolò	051010	16	AR	051010	
3179484	Castel San Lorenzo	castel-san-lorenzo	IT	84049	3034	Europe/Rome	40.41831	15.22716		Castel San Lorenzo	065035	04	SA	065035	
3179485	Castel San Giovanni	castel-san-giovanni	IT	29015	11308	Europe/Rome	45.05826	9.43346	74	Castel San Giovanni	033013	05	PC	033013	
3179486	Castel San Giovanni	castel-san-giovanni	IT	29015	288	Europe/Rome	42.83486	12.70513	225	Castel San Giovanni		18	PG	054008	
3179487	Castel San Giovanni	castel-san-giovanni	IT	29015	0	Europe/Rome	42.68333	13.05				18	PG	054007	
3179488	Castel San Giorgio	castel-san-giorgio	IT	84083	7038	Europe/Rome	40.78371	14.69884	90	Castel San Giorgio	065034	04	SA	065034	
3179489	Castel San Gimignano	castel-san-gimignano	IT	53030	0	Europe/Rome	43.40405	11.02066				16	SI	052012	
3179492	Castel Ruggero	castel-ruggero	IT	84077	0	Europe/Rome	40.13333	15.46667				04	SA	065149	
3179493	Castelrotto - Kastelruth	castelrotto	IT	12050	5994	Europe/Rome	46.56662	11.56098		Castellum Ruptum,Castelrotto,Kastelruth,kasuterurotto,カステルロット	021019	17	BZ	021019	
3179494	Castelrosso	castelrosso	IT	10034	0	Europe/Rome	45.2	7.93333				12	TO	001082	
3179496	Castel Romano	castel-romano	IT	00128	0	Europe/Rome	41.73333	12.45				07	RM	058091	
3179497	Castelromano	castelromano	IT	86170	515	Europe/Rome	41.61874	14.19707	646			11	IS	094023	
3179498	Castel Ritaldi	castel-ritaldi	IT	06044	569	Europe/Rome	42.82247	12.6742	297	Castel Ritaldi,Castel Ritaldi e San Giovanni	054008	18	PG	054008	
3179501	Castel Rigone	castel-rigone	IT	06065	415	Europe/Rome	43.19833	12.22272	653	Castel Rigone		18	PG	054038	
3179502	Castelraimondo	castelraimondo	IT	62022	4046	Europe/Rome	43.20815	13.05367	307	Castelraimondo	043009	10	MC	043009	
3179504	Castelpoto	castelpoto	IT	82030	1476	Europe/Rome	41.13992	14.70034		Castelpoto	062018	04	BN	062018	
3179505	Castel Porziano	castel-porziano	IT	00122	0	Europe/Rome	41.73333	12.4				07	RM	058091	
3179506	Castelpoggio	castelpoggio	IT	54033	357	Europe/Rome	44.11219	10.07411	547			16	MS	045003	
3179508	Castelplanio	castelplanio	IT	60031	495	Europe/Rome	43.49306	13.08187	305	Castelplanio,kasuterupuranio,カステルプラーニオ	042012	10	AN	042012	
3179509	Castelpizzuto	castelpizzuto	IT	86090	143	Europe/Rome	41.52172	14.29232		Castelpizzuto	094011	11	IS	094011	
3179510	Castelpetroso	castelpetroso	IT	86090	1644	Europe/Rome	41.55942	14.34502		Castelpetroso	094010	11	IS	094010	
3179565	Castelluccio Cosentino	castelluccio-cosentino	IT	84029	0	Europe/Rome	40.58333	15.35				04	SA	065143	
3179512	Castelpagano	castelpagano	IT	82024	1699	Europe/Rome	41.40172	14.80804		Castelpagano	062017	04	BN	062017	
3179513	Castelnuovo Scrivia	castelnuovo-scrivia	IT	15053	4768	Europe/Rome	44.98046	8.88125	85	Castelnuovo Scrivia	006053	12	AL	006053	
3179514	Castelnuovo Rangone	castelnuovo-rangone	IT	41051	8064	Europe/Rome	44.55126	10.935	76	Castelnuovo Rangone	036007	05	MO	036007	
3179515	Castelnuovo Parano	castelnuovo-parano	IT	03040	876	Europe/Rome	41.37912	13.75621		Castelnuovo Parano	060021	07	FR	060021	
3179516	Castelnuovo Nigra	castelnuovo-nigra	IT	10080	440	Europe/Rome	45.43816	7.69462		Castelneuv Nigra,Castelnuovo Nigra,カステルヌオーヴォ・ニグラ	001067	12	TO	001067	
3179517	Castelnuovo Fogliani	castelnuovo-fogliani	IT	29010	0	Europe/Rome	44.86667	9.46667				05	PC	033043	
3179518	Castelnuovo Don Bosco	castelnuovo-don-bosco	IT	14022	2018	Europe/Rome	45.04085	7.96313	245	Castelneuv Don Bosch,Castelneuv Don Bòsch,Castelnuova,Castelnuovo Don Bosco,Castelnuovo d'Asti	005031	12	AT	005031	
3179520	Castelnuovo di Val di Cecina	castelnuovo-di-val-di-cecina	IT	56041	1528	Europe/Rome	43.21093	10.90182	576	Castelnuovo Val di Cecina,Castelnuovo di Val di Cecina	050011	16	PI	050011	
3179521	Castelnuovo di Porto	castelnuovo-di-porto	IT	00060	3760	Europe/Rome	42.12582	12.50118	250	Castelnuovo di Porto,カステルヌオーヴォ・ディ・ポルト	058024	07	RM	058024	
3179522	Castelnuovo Magra	castelnuovo-magra	IT	19033	463	Europe/Rome	44.10035	10.01639	181	Castarno,Castarnò,Castelnuovo Magra	011011	08	SP	011011	
3179523	Castelnuovo di Garfagnana	castelnuovo-di-garfagnana	IT	55032	4983	Europe/Rome	44.10993	10.41188	270	Castelnuovo di Garfagnana	046009	16	LU	046009	
3179524	Castelnuovo di Farfa	castelnuovo-di-farfa	IT	02031	929	Europe/Rome	42.23193	12.74308		Castelnuovo di Farfa	057014	07	RI	057014	
3179525	Castelnuovo di Conza	castelnuovo-di-conza	IT	84020	966	Europe/Rome	40.82062	15.31875		Castelnuovo di Conza	065033	04	SA	065033	
3179530	Castelnuovo della Daunia	castelnuovo-della-daunia	IT	71034	1763	Europe/Rome	41.58263	15.12084		Castelnuovo della Daunia	071017	13	FG	071017	
3179531	Castelnuovo dell'Abate	castelnuovo-dell-abate	IT	53024	0	Europe/Rome	43	11.51667				16	SI	052014	
3179532	Castelnuovo Cilento	castelnuovo-cilento	IT	84040	2614	Europe/Rome	40.2181	15.17706		Castelnuovo Cilento,Castiedde Nuove,Castièddë Nuòvë	065032	04	SA	065032	
3179533	Castelnuovo Bormida	castelnuovo-bormida	IT	15017	564	Europe/Rome	44.74265	8.54855	123	Castelnuovo Bormida	006052	12	AL	006052	
3179534	Castelnuovo Bocca d'Adda	castelnuovo-bocca-d-adda	IT	26843	1747	Europe/Rome	45.11087	9.86367		Castelnuovo Bocca d'Adda,カステルヌオーヴォ・ボッカ・ダッダ	098013	09	LO	098013	
3179535	Castelnuovo Berardenga	castelnuovo-berardenga	IT	53019	1654	Europe/Rome	43.34917	11.50311	351	Castelnuovo Berardenga,カステルヌオーヴォ・ベラルデンガ	052006	16	SI	052006	
3179537	Castelnuovo	castelnuovo	IT	06081	782	Europe/Rome	46.05281	11.49329	348	Castelnovo,Castelnuovo,kasuterunuovu~o,カステルヌオーヴォ	022049	17	TN	022049	
3179538	Castelnuovo	castelnuovo	IT	06081	0	Europe/Rome	45.23333	10.45				09	MN	020002	
3179539	Castelnuovo Calcea	castelnuovo-calcea	IT	14040	307	Europe/Rome	44.78688	8.28421	246	Castelneuv Brusa,Castelneuv Brusà	005030	12	AT	005030	
3179540	Castelnuovo	castelnuovo	IT	06081	0	Europe/Rome	44.35	11.8				05	RA	039018	
3179541	Castelnuovo	castelnuovo	IT	06081	0	Europe/Rome	43.86667	12.56667				10	PU	041003	
3179542	Castelnuovo	castelnuovo	IT	06081	0	Europe/Rome	43.4	13.53333				10	MC	043044	
3179543	Castelnuovo	castelnuovo	IT	06081	791	Europe/Rome	43.03333	12.58333	195	Castelnuovo		18	PG	054001	
3179544	Castelnuovo	castelnuovo	IT	06081	0	Europe/Rome	42.08333	13.45		Castelnuovo		01	AQ	066006	
3179545	Castelnuovo	castelnuovo	IT	06081	0	Europe/Rome	41.61667	14.05		Castelnuovo,Castelnuovo a Volturno		11	IS	094048	
3179546	Castelnovo ne'Monti	castelnovo-ne-monti	IT	42035	10046	Europe/Rome	44.43556	10.40329		Castelnovo ne Monti,Castelnovo ne' Monti,Castelnovo ne'Monti,Castelnovo né Monti,Castelnuovo ne' Monti	035016	05	RE	035016	
3179547	Castelnovo di Sotto	castelnovo-di-sotto	IT	42024	7401	Europe/Rome	44.80797	10.56819	27	Castelnovo di Sotto,Castelnuovo di sotto	035015	05	RE	035015	
3179549	Castelnovo	castelnovo	IT	36033	0	Europe/Rome	44.98333	9.43333				05	PC	033006	
3179550	Castelnovetto	castelnovetto	IT	27030	643	Europe/Rome	45.25476	8.61184		Castelnovetto	018040	09	PV	018040	
3179552	Castelmonte	castelmonte	IT	33040	0	Europe/Rome	46.0925	13.52194				06	UD	030085	
3179553	Castelmezzano	castelmezzano	IT	85010	737	Europe/Rome	40.52882	16.04557	750		076024	02	PZ	076024	
3179555	Castel Mella	castel-mella	IT	25030	8141	Europe/Rome	45.49913	10.14553		Castel Mella,カステル・メッラ	017042	09	BS	017042	
3179556	Castelmauro	castelmauro	IT	86031	1605	Europe/Rome	41.82783	14.70913	692	Castelmauro	070015	11	CB	070015	
3179557	Castelmassa	castelmassa	IT	45035	3421	Europe/Rome	45.01848	11.3133	12	Castelmassa	029012	20	RO	029012	
3179560	Castel Maggiore	castel-maggiore	IT	40013	16068	Europe/Rome	44.57707	11.36071		Castel Maggiore,Kastel Madzhore,Кастел Маджоре	037019	05	BO	037019	
3179561	Castel Madama	castel-madama	IT	00024	6415	Europe/Rome	41.97352	12.86848		Castel Madama,カステル・マダーマ	058023	07	RM	058023	
3179563	Castelluccio Valmaggiore	castelluccio-valmaggiore	IT	71020	1284	Europe/Rome	41.34233	15.19904	630	Castelluccio,Castelluccio Valmaggiore	071016	13	FG	071016	
3179564	Castelluccio Superiore	castelluccio-superiore	IT	85040	681	Europe/Rome	40.0103	15.97508	680	Castelluccio Superiore	076023	02	PZ	076023	
3179566	Castelluccio	castelluccio	IT	06046	0	Europe/Rome	44.42459	8.7996				08	GE	010025	
3179567	Castelluccio	castelluccio	IT	06046	0	Europe/Rome	44.23333	10.91667		Castelluccio,Castelluccio di Moscheda		05	MO	036026	
3179568	Castelluccio	castelluccio	IT	06046	0	Europe/Rome	42.8289	13.20582		Castelluccio		18	PG	054035	
3179569	Castelluccio	castelluccio	IT	06046	0	Europe/Rome	42.2	13.11667				07	RI	057049	
3179570	Castellucchio	castellucchio	IT	46014	4883	Europe/Rome	45.14728	10.64848		Castellucchio	020016	09	MN	020016	
3179571	Castell'Ottieri	castell-ottieri	IT	58010	0	Europe/Rome	42.73333	11.75				16	GR	053026	
3179572	Castello Tesino	castello-tesino	IT	38053	1097	Europe/Rome	46.06351	11.63239	871	Castello Tesino,カステッロ・テジーノ	022048	17	TN	022048	
3179574	Castellonorato	castellonorato	IT	04023	0	Europe/Rome	41.28333	13.68333		Castellonorato		07	LT	059008	
3179576	Castellone	castellone	IT	86021	472	Europe/Rome	41.49435	14.44506	505			11	CB	070003	
3179584	Castello di Godego	castello-di-godego	IT	31030	3311	Europe/Rome	45.6934	11.8769	51	Castello di Godego	026013	20	TV	026013	
3179585	Castello di Fiemme	castello-di-fiemme	IT	38030	2064	Europe/Rome	46.28241	11.43348		Castello,Castello di Fiemmo	022047	17	TN	022047	
3179591	Castello di Annone	castello-di-annone	IT	14034	1062	Europe/Rome	44.87805	8.31714	109	Castel d'Anon,Castello Annone,Castello d'Annone,Castello di Annone	005028	12	AT	005028	
3179594	Castello del Lago	castello-del-lago	IT	83030	0	Europe/Rome	41.08333	14.91667				04	BN	062012	
3179595	Castello dell'Acqua	castello-dell-acqua	IT	23030	700	Europe/Rome	46.146	10.01355		Castello dell'Acqua	014014	09	SO	014014	
3179597	Castello d'Argile	castello-d-argile	IT	40050	3778	Europe/Rome	44.67907	11.29591	23	Castel d'Argile,Castello d'Argile	037017	05	BO	037017	
3179606	Castello	castello	IT	13853	0	Europe/Rome	46.15	13.08333				06	UD	030028	
3179608	Castello	castello	IT	13853	0	Europe/Rome	45.78333	7.31667		Castello,Chaville		19	AO	007057	
3179609	Castello	castello	IT	13853	0	Europe/Rome	45.56667	10.5				09	BS	017158	
3179610	Castello	castello	IT	13853	0	Europe/Rome	45.41667	8.06667				12	BI	096054	
3179611	Castello	castello	IT	13853	0	Europe/Rome	45.03333	6.76667		Castello,Chatean,Chateau,Chateau-Beaulard,Chàtean,Château		12	TO	001175	
3179612	Castello	castello	IT	13853	0	Europe/Rome	44.68333	9.98333				05	PR	034045	
3179615	Castello	castello	IT	13853	0	Europe/Rome	43.8987	12.43884				10	PU	041060	
3179616	Castello	castello	IT	13853	0	Europe/Rome	43.85	12.8				10	PU	041036	
3179617	Castello	castello	IT	13853	0	Europe/Rome	43.83333	12.28333				10	PU		
3179618	Castello	castello	IT	13853	0	Europe/Rome	43.81667	11.23333				16	FI	048017	
3179619	Castello	castello	IT	13853	0	Europe/Rome	41.06667	14.45				04	BN	062028	
3179620	Castelliri	castelliri	IT	03030	3560	Europe/Rome	41.67922	13.5514		Castelliri	060020	07	FR	060020	
3179621	Castellino del Biferno	castellino-del-biferno	IT	86020	576	Europe/Rome	41.70163	14.73113	450	Castellino del Biferno	070014	11	CB	070014	
3179622	Castellina Marittima	castellina-marittima	IT	56040	817	Europe/Rome	43.41184	10.57631	394	Castellina Marittima	050010	16	PI	050010	
3179623	Castellina in Chianti	castellina-in-chianti	IT	53011	2673	Europe/Rome	43.46824	11.28773		Castellina in Chianti,カステッリーナ・イン・キアンティ	052005	16	SI	052005	
3179626	Castelli	castelli	IT	64041	271	Europe/Rome	42.48794	13.7117	497	Castelli	067012	01	TE	067012	
3179629	Castelletto sopra Ticino	castelletto-sopra-ticino	IT	28053	8755	Europe/Rome	45.72002	8.63362		Castelletto,Castelletto Ticino,Castelletto sopra Ticino	003043	12	NO	003043	
3179632	Castelletto	castelletto	IT	25024	0	Europe/Rome	45.58333	8.58333				12	NO	003100	
3179633	Castelletto	castelletto	IT	25024	0	Europe/Rome	45.40014	8.93618		Castelletto Mendosio		09	MI	015002	
3179634	Castelletto	castelletto	IT	25024	0	Europe/Rome	44.75	9.8				05	PC	033044	
3179636	Castelleone	castelleone	IT	26012	8934	Europe/Rome	45.29387	9.76166		Castelleone	019025	09	CR	019025	
3179637	Castellengo	castellengo	IT	13836	0	Europe/Rome	45.53333	8.18333				12	BI	096020	
3179639	Castellazzo Novarese	castellazzo-novarese	IT	28060	242	Europe/Rome	45.51337	8.48693	182	Castellazzo Novarese	003042	12	NO	003042	
3179703	Castel di Sangro	castel-di-sangro	IT	67031	5891	Europe/Rome	41.77373	14.10352	793	Castel di Sangro	066028	01	AQ	066028	
3179640	Castellazzo Bormida	castellazzo-bormida	IT	15073	4073	Europe/Rome	44.84505	8.57724	104	Castellazzo Bormida,El Castlass,Ël Castlass	006047	12	AL	006047	
3179641	Castell'Azzara	castell-azzara	IT	58034	980	Europe/Rome	42.76853	11.69542	815	Castell'Azzara,Castell'Azzaru	053005	16	GR	053005	
3179642	Castell'Arquato	castell-arquato	IT	29014	2392	Europe/Rome	44.85236	9.87237	224	Castell'Arquato	033012	05	PC	033012	
3179644	Castellaro	castellaro	IT	18011	0	Europe/Rome	45.36667	10.63333		Castellaro,Castellaro Lagusello		09	MN	020018	
3179645	Castellaro	castellaro	IT	18011	0	Europe/Rome	44.77855	9.20414				09	PV	018171	
3179646	Castellaro	castellaro	IT	18011	0	Europe/Rome	44.26667	10.78333				05	MO	036043	
3179647	Castellaro	castellaro	IT	18011	471	Europe/Rome	43.86522	7.86875	275	Castellaro,O Castella,O Castellâ	008014	08	IM	008014	
3179648	Castellar Guidobono	castellar-guidobono	IT	15050	393	Europe/Rome	44.90596	8.94785	144	Castellar,Castellar Guidobono	006046	12	AL	006046	
3179649	Castellarano	castellarano	IT	42014	9251	Europe/Rome	44.51306	10.7329	149	Castellarano	035014	05	RE	035014	
3179650	Castellanza	castellanza	IT	21053	14569	Europe/Rome	45.61237	8.90114		Castellanza	012042	09	VA	012042	
3179655	Castellaneta	castellaneta	IT	74011	17393	Europe/Rome	40.62722	16.93689		Castellaneta	073003	13	TA	073003	
3179656	Castellana Grotte	castellana-grotte	IT	70013	18276	Europe/Rome	40.88643	17.1655		Castellana Grotte,カステッラーナ・グロッテ	072017	13	BA	072017	
3179659	Castellamonte	castellamonte	IT	10081	7215	Europe/Rome	45.38196	7.71212	375	Castellamonte,Castlamont,kasuterramonte,カステッラモンテ	001066	12	TO	001066	
3179661	Castellammare di Stabia	castellammare-di-stabia	IT	80053	65730	Europe/Rome	40.71551	14.48914	6	Castellammare,Castellammare di Stabia,Estabia,Estàbia,Kastelamare di Stabija,Stabiae,Stabie,Кастеламаре ди Стабија	063024	04	NA	063024	
3179662	Castellalto	castellalto	IT	64020	397	Europe/Rome	42.67804	13.8216	481	Castellalto	067011	01	TE	067011	
3179663	Castell'Alfero	castell-alfero	IT	14033	1038	Europe/Rome	44.98125	8.21054	235	Castel Alfe,Castel Alfè,Castell'Alfero	005025	12	AT	005025	
3179664	Castel Lagopesole	castel-lagopesole	IT	85021	0	Europe/Rome	40.81667	15.73333		Castel Lagopesole,Castello di Lago Pesole,Lagopesole		02	PZ	076007	
3179665	Castellafiume	castellafiume	IT	67050	1059	Europe/Rome	41.98913	13.3344	840	Castellafiume	066029	01	AQ	066029	
3179667	Castellabate	castellabate	IT	84048	7775	Europe/Rome	40.28209	14.95742		Castellabate,Castiellabbate	065031	04	SA	065031	
3179669	Castelguidone	castelguidone	IT	66040	482	Europe/Rome	41.82263	14.52192		Castelguidone	069019	01	CH	069019	
3179670	Castelguglielmo	castelguglielmo	IT	45020	833	Europe/Rome	45.02478	11.53661	9	Castelguglielmo	029011	20	RO	029011	
3179671	Castel Guelfo di Bologna	castel-guelfo-di-bologna	IT	40023	2520	Europe/Rome	44.43067	11.67782	32	Castel Guelfo,Castel Guelfo di Bologna	037016	05	BO	037016	
3179672	Castelguelfo	castelguelfo	IT	43010	0	Europe/Rome	44.83333	10.18333				05	PR	034016	
3179673	Castelgrande	castelgrande	IT	85050	741	Europe/Rome	40.78662	15.43016	950	Castelgrande	076021	02	PZ	076021	
3179674	Castelgomberto	castelgomberto	IT	36070	4166	Europe/Rome	45.58489	11.39569	145	Castelgomberto	024028	20	VI	024028	
3179675	Castel Goffredo	castel-goffredo	IT	46042	9829	Europe/Rome	45.29858	10.47538		Castel Goffredo	020015	09	MN	020015	
3179676	Castel Giuliano	castel-giuliano	IT	00062	0	Europe/Rome	42.05	12.11667				07	RM	058013	
3179678	Castel Giorgio	castel-giorgio	IT	05013	1652	Europe/Rome	42.70553	11.97636	559	Castel Giorgio	055009	18	TR	055009	
3179680	Castel Gandolfo	castel-gandolfo	IT	00073	3694	Europe/Rome	41.74487	12.65163	426		058022	07	RM	058022	
3179681	Castel Gabbiano	castel-gabbiano	IT	26010	392	Europe/Rome	45.46828	9.71646		Castel Gabbiano	019024	09	CR	019024	
3179682	Castel Fusano	castel-fusano	IT	00122	0	Europe/Rome	41.73333	12.31667		Castel Fusana,Castel Fusano		07	RM	058091	
3179683	Castel Frentano	castel-frentano	IT	66032	3220	Europe/Rome	42.19714	14.35521	400		069018	01	CH	069018	
3179684	Castelfranco Veneto	castelfranco-veneto	IT	31033	25545	Europe/Rome	45.6761	11.926	43	Castelfranco Veneto	026012	20	TV	026012	
3179685	Castelfranco in Miscano	castelfranco-in-miscano	IT	82022	1065	Europe/Rome	41.29862	15.08354		Castelfranco in Miscano	062016	04	BN	062016	
3179686	Castelfranco Emilia	castelfranco-emilia	IT	41013	17315	Europe/Rome	44.59577	11.052	42	Castelfranco Emilia,Castelfranco d'Emilia,Castelfranco dell'Emilia	036006	05	MO	036006	
3179687	Castelfranco di Sotto	castelfranco-di-sotto	IT	56022	8291	Europe/Rome	43.70154	10.74551	16	Castelfranco,Castelfranco di Sotto	050009	16	PI	050009	
3179688	Castelfranco di Sopra	castelfranco-di-sopra	IT	52020	2731	Europe/Rome	43.62265	11.55723		Castelfranco,Castelfranco di Sopra	051040	16	AR	051040	
3179690	Castelfranci	castelfranci	IT	83040	2540	Europe/Rome	40.93132	15.04325		Castelfranci	064023	04	AV	064023	
3179692	Castelforte	castelforte	IT	04021	4518	Europe/Rome	41.29902	13.82402		Castelforte,kasuteruforute,カステルフォルテ	059004	07	LT	059004	
3179693	Castelfondo	castelfondo	IT	38020	478	Europe/Rome	46.45571	11.11677	948	Castelfondo,kasuterufondo,カステルフォンド	022046	17	TN	022046	
3179695	Castel Focognano	castel-focognano	IT	52016	3331	Europe/Rome	43.65365	11.78774		Castel Focognano	051008	16	AR	051008	
3179696	Castelfiorentino	castelfiorentino	IT	50051	17012	Europe/Rome	43.61004	10.96922		Castelfiorentino	048010	16	FI	048010	
3179697	Castelfidardo	castelfidardo	IT	60022	14892	Europe/Rome	43.46316	13.54518	199		042010	10	AN	042010	
3179698	Castelferretti	castelferretti	IT	60015	0	Europe/Rome	43.6	13.35				10	AN	042014	
3179699	Castelferrato	castelferrato	IT	66010	0	Europe/Rome	42.36667	14.21667				01	CH	069022	
3179702	Castel di Tora	castel-di-tora	IT	02020	286	Europe/Rome	42.21533	12.96418		Castel di Tora	057013	07	RI	057013	
3179705	Castel di Leva	castel-di-leva	IT	00134	0	Europe/Rome	41.78333	12.53333		Castel di Leva,Divino Amore		07	RM	058091	
3179706	Castel di Ieri	castel-di-ieri	IT	67020	329	Europe/Rome	42.11523	13.7426	519	Castel di Ieri	066027	01	AQ	066027	
3179708	Casteldidone	casteldidone	IT	26030	569	Europe/Rome	45.06947	10.40628		Casteldidone	019023	09	CR	019023	
3179709	Castel di Decima	castel-di-decima	IT	00128	217	Europe/Rome	41.75236	12.43725	24			07	RM	058091	
3179710	Castel di Croce	castel-di-croce	IT	63071	0	Europe/Rome	42.93333	13.51667				10	AP	044065	
3179711	Castel di Casio	castel-di-casio	IT	40030	3174	Europe/Rome	44.16296	11.03581		Castel d Chesi,Castel di Casio,Castèl d Chèsi	037015	05	BO	037015	
3179712	Castel d'Emilio	castel-d-emilio	IT	60020	0	Europe/Rome	43.56667	13.36667				10	AN	042001	
3179713	Castel del Rio	castel-del-rio	IT	40022	731	Europe/Rome	44.21436	11.50392	215		037014	05	BO	037014	
3179714	Castel del Piano	castel-del-piano	IT	58033	0	Europe/Rome	43.06667	12.31667				18	PG	054039	
3179715	Castel del Piano	castel-del-piano	IT	58033	4331	Europe/Rome	42.89228	11.53903		Castel del Piano	053004	16	GR	053004	
3179716	Castel del Monte	castel-del-monte	IT	67023	0	Europe/Rome	42.7	12.56667				18	TR	055001	
3179717	Castel del Monte	castel-del-monte	IT	67023	447	Europe/Rome	42.36574	13.7279	1346		066026	01	AQ	066026	
3179718	Castel dell'Alpi	castel-dell-alpi	IT	40048	0	Europe/Rome	44.2	11.26667				05	BO	037051	
3179719	Castel del Giudice	castel-del-giudice	IT	86080	308	Europe/Rome	41.85453	14.23112	800	Castel del Giudice	094009	11	IS	094009	
3179720	Casteldelfino	casteldelfino	IT	12020	227	Europe/Rome	44.58963	7.06982		Casteldelfino,Chateaudauphin,Châteaudauphin	004047	12	CN	004047	
3179724	Castel d'Ario	castel-d-ario	IT	46033	4231	Europe/Rome	45.18798	10.97449		Castel d'Ario	020014	09	MN	020014	
3179725	Castel d'Aiano	castel-d-aiano	IT	40034	581	Europe/Rome	44.27586	10.99941	805	Castel d'Aiano	037013	05	BO	037013	
3179726	Castelcucco	castelcucco	IT	31030	1667	Europe/Rome	45.8307	11.8842	189	Castelcucco	026011	20	TV	026011	
3179727	Castel Condino	castel-condino	IT	38082	237	Europe/Rome	45.9144	10.60277	811	Castel Condino,Castello,Castello Condino,カステル・コンディーノ	022045	17	TN	022045	
3179728	Castel Colonna	castel-colonna	IT	60012	961	Europe/Rome	43.68066	13.10466		Castel Colonna,カステル・コロンナ		10	AN	042050	
3179729	Castelcivita	castelcivita	IT	84020	2152	Europe/Rome	40.49421	15.23446		Castelcivita	065030	04	SA	065030	
3179730	Castelchiodato	castelchiodato	IT	00013	0	Europe/Rome	42.05	12.7				07	RM	058059	
3179732	Castel Campagnano	castel-campagnano	IT	81010	1632	Europe/Rome	41.18272	14.45223		Castel Campagnano	061023	04	CE	061023	
3179733	Castelbuono	castelbuono	IT	90013	0	Europe/Rome	42.95	12.55		Castelbuono		18	PG	054004	
3179734	Castelbottaccio	castelbottaccio	IT	86030	349	Europe/Rome	41.75432	14.70582	618	Castelbottaccio	070013	11	CB	070013	
3179735	Castel Bolognese	castel-bolognese	IT	48014	7537	Europe/Rome	44.32067	11.79992	42	Castel Bolognese,カステル・ボロニェーゼ	039006	05	RA	039006	
3179738	Castelbellino	castelbellino	IT	60030	220	Europe/Rome	43.48676	13.14467	261	Castelbellino,kasuteruberrino,カステルベッリーノ	042008	10	AN	042008	
3179739	Castelbasso	castelbasso	IT	64020	0	Europe/Rome	42.63333	13.83333				01	TE	067011	
3179740	Castel Baronia	castel-baronia	IT	83040	1233	Europe/Rome	41.04742	15.18875		Castel Baronia	064022	04	AV	064022	
3179741	Castelbaldo	castelbaldo	IT	35040	1143	Europe/Rome	45.12288	11.4523	12	Castelbaldo	028029	20	PD	028029	
3179744	Castegnato	castegnato	IT	25045	6666	Europe/Rome	45.56018	10.11397		Castegnato,kasutenyato,カステニャート	017040	09	BS	017040	
3179745	Casteggio	casteggio	IT	27045	6337	Europe/Rome	45.01006	9.12235			018037	09	PV	018037	
3179749	Castano Primo	castano-primo	IT	20022	9951	Europe/Rome	45.55357	8.77544		Castano,Castano Primo,カスターノ・プリーモ	015062	09	MI	015062	
3179751	Castana	castana	IT	27040	0	Europe/Rome	45.8169	11.30991				20	VI	024080	
3179754	Castagnole Monferrato	castagnole-monferrato	IT	14030	696	Europe/Rome	44.95905	8.30444	232	Castagnole Monferrato	005023	12	AT	005023	
3179755	Castagnole delle Lanze	castagnole-delle-lanze	IT	14054	2410	Europe/Rome	44.75114	8.15024	271	Castagnole	005022	12	AT	005022	
3179756	Castagnole	castagnole	IT	31038	2983	Europe/Rome	45.68833	12.18194	30			20	TV	026055	
3179757	Castagnola	castagnola	IT	15060	0	Europe/Rome	44.8	9.15				12	AL	006067	
3179760	Castagnito	castagnito	IT	12050	530	Europe/Rome	44.75544	8.03134	350	Castagnito	004046	12	CN	004046	
3179761	Castagneto Po	castagneto-po	IT	10090	944	Europe/Rome	45.15854	7.88639	473	Castagne,Castagneto Po,Castagné,カスタニェート・ポー	001064	12	TO	001064	
3180377	Carzago della Riviera	carzago-della-riviera	IT	25080	0	Europe/Rome	45.51667	10.45				09	BS	017014	
3179762	Castagneto Carducci	castagneto-carducci	IT	57022	1160	Europe/Rome	43.16073	10.61092	194	Castagneto,Castagneto Carducci,カスタニェート・カルドゥッチ	049006	16	LI	049006	
3179763	Castagneto	castagneto	IT	41026	0	Europe/Rome	44.48333	10.58333				05	RE	035003	
3179764	Castagneto	castagneto	IT	41026	0	Europe/Rome	44.4	10.23333				05	RE	035031	
3179766	Castagneto	castagneto	IT	41026	0	Europe/Rome	42.66667	13.63333		Castagneto		01	TE	067043	
3179767	Castagneto	castagneto	IT	41026	0	Europe/Rome	40.26667	15.05		Castagneta,Castagneto		04	SA	065141	
3179768	Castagnaro	castagnaro	IT	37043	2764	Europe/Rome	45.11728	11.4114	14	Castagnaro	023020	20	VR	023020	
3179774	Castagna	castagna	IT	16010	0	Europe/Rome	44.39221	9.00561				08	GE	010025	
3179775	Castagna	castagna	IT	16010	0	Europe/Rome	42.59442	12.71058				18	TR	055032	
3179778	Cassolnovo	cassolnovo	IT	27023	5820	Europe/Rome	45.36116	8.80864		Cassolnovo	018035	09	PV	018035	
3179779	Cassio	cassio	IT	43040	0	Europe/Rome	44.58333	10.03333				05	PR	034038	
3179780	Cassino	cassino	IT	03043	0	Europe/Rome	42.66667	13.21667				07	RI	057001	
3179781	Cassino	cassino	IT	03043	32762	Europe/Rome	41.48762	13.83151		Cassino,Kassino,kasshino,Кассино,カッシーノ	060019	07	FR	060019	
3179784	Cassine	cassine	IT	15016	1963	Europe/Rome	44.74995	8.52785	190	Cassine	006043	12	AL	006043	
3179785	Cassinasco	cassinasco	IT	14050	248	Europe/Rome	44.68914	8.30264	447	Cassinasco	005021	12	AT	005021	
3179787	Cassina de'Pecchi	cassina-de-pecchi	IT	20051	12326	Europe/Rome	45.51637	9.35975		Cassina de' Pecchi,Cassina de'Pecchi,カッシーナ・デ・ペッキ	015060	09	MI	015060	
3179789	Cassiglio	cassiglio	IT	24010	107	Europe/Rome	45.96679	9.61215		Cassiglio	016061	09	BG	016061	
3179793	Cassano Spinola	cassano-spinola	IT	15063	1648	Europe/Rome	44.76557	8.86228	190	Cassano,Cassano Spinola	006042	12	AL	006042	
3179794	Cassano delle Murge	cassano-delle-murge	IT	70020	11958	Europe/Rome	40.89283	16.76778		Cassano,Cassano delle Murge	072016	13	BA	072016	
3179795	Cassano d'Adda	cassano-d-adda	IT	20062	16665	Europe/Rome	45.52358	9.51395		Cassano d'Adda,Kasano d'Ada,Касано д'Ада,カッサーノ・ダッダ	015059	09	MI	015059	
3179796	Cassano	cassano	IT	41040	0	Europe/Rome	44.83333	9.61667				05	PC	033036	
3179797	Cassano	cassano	IT	41040	0	Europe/Rome	41.03333	14.7				04	AV	064078	
3179800	Cassacco	cassacco	IT	33010	2849	Europe/Rome	46.16806	13.15611		Cassacco,Cjassa	030019	06	UD	030019	
3179801	Caspoli	caspoli	IT	81049	0	Europe/Rome	41.38333	13.96667				04	CE	061051	
3179802	Caspoggio	caspoggio	IT	23020	1586	Europe/Rome	46.2635	9.86285		Caspoggio	014013	09	SO	014013	
3179803	Casperia	casperia	IT	02041	613	Europe/Rome	42.34201	12.67336	397	Casperia	057012	07	RI	057012	
3179804	Casotto	casotto	IT	36040	0	Europe/Rome	45.9	11.35				20	VI	024076	
3179805	Casorzo	casorzo	IT	14032	617	Europe/Rome	45.02245	8.33704	275	Casorzo	005020	12	AT	005020	
3179806	Casoria	casoria	IT	80026	58456	Europe/Rome	40.90569	14.2917	70	Casoria,kazoria,カゾーリア	063023	04	NA	063023	
3179807	Casorezzo	casorezzo	IT	20003	4633	Europe/Rome	45.52437	8.90154		Casorezzo,kazorettsu~o,カゾレッツォ	015058	09	MI	015058	
3179808	Casorate Sempione	casorate-sempione	IT	21011	5070	Europe/Rome	45.67097	8.74343		Casorate Sempione	012039	09	VA	012039	
3179809	Casorate Primo	casorate-primo	IT	27022	7028	Europe/Rome	45.31237	9.01685		Casorate Primo	018034	09	PV	018034	
3179814	Casoni	casoni	IT	16023	0	Europe/Rome	45.75	11.8				20	VI	024086	
3179815	Casoni	casoni	IT	16023	497	Europe/Rome	44.93931	10.73931	20			05	RE	035026	
3179819	Casone	casone	IT	20010	0	Europe/Rome	46.45	9.36667				09	SO	014035	
3179820	Casone	casone	IT	20010	0	Europe/Rome	44.75435	9.26851				09	PV	018021	
3179821	Casone	casone	IT	20010	0	Europe/Rome	44.46667	8.41667				08	SV	009039	
3179822	Casone	casone	IT	20010	0	Europe/Rome	43.4	11.18333				16	SI	052016	
3179823	Casone	casone	IT	20010	0	Europe/Rome	42.75	11.53333				16	GR	053028	
3179824	Casone	casone	IT	20010	0	Europe/Rome	42.65	11.76667		Casone		16	GR	053019	
3179826	Casoli	casoli	IT	55041	331	Europe/Rome	43.96324	10.32702	403			16	LU	046005	
3179827	Casoli	casoli	IT	55041	1085	Europe/Rome	42.61723	13.9791	189			01	TE	067004	
3179828	Casoli	casoli	IT	55041	2466	Europe/Rome	42.11464	14.29021	378	Casoli	069017	01	CH	069017	
3179829	Casole d'Elsa	casole-d-elsa	IT	53031	1024	Europe/Rome	43.34014	11.04752	417	Casole d'Elsa,カーゾレ・デルザ	052004	16	SI	052004	
3179830	Casola Valsenio	casola-valsenio	IT	48032	1815	Europe/Rome	44.22506	11.62512	195	Casola Valsenio,カゾーラ・ヴァルセーニオ	039005	05	RA	039005	
3179831	Casola in Lunigiana	casola-in-lunigiana	IT	54014	1231	Europe/Rome	44.20045	10.17679		Casola in Lunigiana,カーゾラ・イン・ルニジャーナ	045004	16	MS	045004	
3179832	Casola di Napoli	casola-di-napoli	IT	80050	3699	Europe/Rome	40.69691	14.52764	170	Casola 'e Napule,Casola di Napoli,カーゾラ・ディ・ナーポリ	063022	04	NA	063022	
3179834	Casola	casola	IT	41045	0	Europe/Rome	44.33333	10.6				05	MO	036025	
3179835	Casnigo	casnigo	IT	24020	3453	Europe/Rome	45.81599	9.86856		Casnigo	016060	09	BG	016060	
3179837	Casirate d'Adda	casirate-d-adda	IT	24040	3359	Europe/Rome	45.49678	9.56626		Casirate d'Adda	016059	09	BG	016059	
3179841	Casine	casine	IT	41029	0	Europe/Rome	44.26667	10.81667				05	MO	036043	
3179842	Casine	casine	IT	41029	1296	Europe/Rome	43.63165	13.14425	47			10	AN	042035	
3179843	Casinalbo	casinalbo	IT	41043	0	Europe/Rome	44.6	10.85				05	MO	036015	
3179844	Casina	casina	IT	42034	1883	Europe/Rome	44.51026	10.50159	574	Casina,Casma	035013	05	RE	035013	
3179846	Casigliano	casigliano	IT	05021	0	Europe/Rome	42.71667	12.5				18	TR	055001	
3179847	Casigliano	casigliano	IT	05021	0	Europe/Rome	40.28333	15.05				04	SA	065141	
3179851	Casi	casi	IT	81057	0	Europe/Rome	41.25	14.03333				04	CE	061091	
3179854	Casetti	casetti	IT	10080	0	Europe/Rome	46.2	10.81667				17	TN	022143	
3179855	Casetti	casetti	IT	10080	0	Europe/Rome	45.43333	7.43333				12	TO	001134	
3179857	Casette	casette	IT	02100	0	Europe/Rome	42.58333	13.66667		Casette,Cassetta		01	TE	067028	
3179858	Casette	casette	IT	02100	0	Europe/Rome	42.38333	12.9				07	RI	057059	
3179866	Caserta	caserta	IT	23868	72844	Europe/Rome	41.07281	14.33043	68	CTJ,Caserta,Caserte,Kazerta,kazeruta,Казерта,カゼルタ	CE	04	CE	061022	
3179898	Case Nuove	case-nuove	IT	21019	0	Europe/Rome	44.68333	10.4				05	PR	034023	
3179899	Case Nuove	case-nuove	IT	21019	0	Europe/Rome	43.65	11.08333				16	FI	048030	
3179900	Case Nuove	case-nuove	IT	21019	0	Europe/Rome	42.56667	12.98333				07	RI	057033	
3179903	Casenove	casenove	IT	06034	0	Europe/Rome	42.96667	12.83333				18	PG	054018	
3179910	Casellina	casellina	IT	50018	0	Europe/Rome	43.76421	11.17584				16	FI	048017	
3179984	Casazza	casazza	IT	24060	3478	Europe/Rome	45.74918	9.90726		Casazza,Cassazza	016058	09	BG	016058	
3179911	Caselle Torinese	caselle-torinese	IT	10072	11817	Europe/Rome	45.17785	7.64262	277	Caseli,Caselle,Caselle Torinese,カゼッレ・トリネーゼ	001063	12	TO	001063	
3179912	Caselle Lurani	caselle-lurani	IT	26853	2244	Europe/Rome	45.28057	9.35945		Caselle Lurani,カゼッレ・ルラーニ	098012	09	LO	098012	
3179913	Caselle in Pittari	caselle-in-pittari	IT	84030	2026	Europe/Rome	40.1727	15.54497		Caselle in Pittari	065029	04	SA	065029	
3179916	Caselle	caselle	IT	35030	2307	Europe/Rome	45.74965	11.98004	83			20	TV	026001	
3179917	Caselle	caselle	IT	35030	0	Europe/Rome	45.25	11.56667				20	PD	028074	
3179918	Caselle	caselle	IT	35030	0	Europe/Rome	44.68333	10.11667				05	PR	034017	
3179919	Caselle	caselle	IT	35030	0	Europe/Rome	44.05	11.2		Casella,Caselle		16	FI	048002	
3179920	Casella	casella	IT	16015	2662	Europe/Rome	44.53505	8.99796	410	Casella	010012	08	GE	010012	
3179921	Casella	casella	IT	16015	0	Europe/Rome	44.14471	9.73972				08	SP	011023	
3179922	Caselette	caselette	IT	10040	2875	Europe/Rome	45.10475	7.48082	405	Caselette,Casellette,Caslette,Caslëtte,kazerette,カゼレッテ	001062	12	TO	001062	
3179925	Casei Gerola	casei-gerola	IT	27050	2536	Europe/Rome	45.00756	8.92675		Casei Gerola	018033	09	PV	018033	
3179947	Case Bruciate	case-bruciate	IT	61100	0	Europe/Rome	44.90273	8.05834				12	AT	005108	
3179958	Cascinette d'Ivrea	cascinette-d-ivrea	IT	10010	1460	Europe/Rome	45.48016	7.90562	239		001061	12	TO	001061	
3179961	Cascine	cascine	IT	56032	0	Europe/Rome	45.58333	11				20	VR	023038	
3179977	Cascina	cascina	IT	56021	40512	Europe/Rome	43.67914	10.49941	8	Cascina	050008	16	PI	050008	
3179979	Casciana Terme	casciana-terme	IT	56034	3538	Europe/Rome	43.52734	10.61821		Bagni di Casciana,Casciana Terme		16	PI	050040	
3179980	Cascia	cascia	IT	06043	1555	Europe/Rome	42.71864	13.01738	653	Cascia,Cassia,Cássia	054007	18	PG	054007	
3179982	Cascano	cascano	IT	81037	1102	Europe/Rome	41.23099	13.96625	205			04	CE	061088	
3179999	Casavecchia	casavecchia	IT	62036	0	Europe/Rome	42.30874	13.32985				01	AQ	066052	
3180008	Casatisma	casatisma	IT	27040	856	Europe/Rome	45.04906	9.13195		Casatisma	018032	09	PV	018032	
3180014	Casatenovo	casatenovo	IT	23880	11884	Europe/Rome	45.69638	9.31165		Casatenaovo,Casatenovo,Casatenuovo	097016	09	LC	097016	
3180028	Casaselvatica	casaselvatica	IT	43042	0	Europe/Rome	44.55	10.03333				05	PR	034004	
3180029	Casasco	casasco	IT	15050	149	Europe/Rome	44.82845	9.00586		Casasco	006041	12	AL	006041	
3180045	Casarsa della Delizia	casarsa-della-delizia	IT	33072	8320	Europe/Rome	45.94806	12.8375	44	Casarsa,Casarsa della Delizia,Cjasarse	093010	06	PN	093010	
3180062	Casargo	casargo	IT	23831	890	Europe/Rome	46.03649	9.38534		Casargo	097015	09	LC	097015	
3180072	Casapulla	casapulla	IT	81020	8113	Europe/Rome	41.07684	14.29002	46	Casapulla	061021	04	CE	061021	
3180073	Casaprota	casaprota	IT	02030	686	Europe/Rome	42.25103	12.80428		Casaprota	057011	07	RI	057011	
3180092	Casape	casape	IT	00010	746	Europe/Rome	41.90702	12.88579		Casape,kazape,カザーペ	058021	07	RM	058021	
3180105	Casanova Elvo	casanova-elvo	IT	13030	232	Europe/Rome	45.40096	8.29353	152	Casanova Elvo	002033	12	VC	002033	
3180106	Casanova	casanova	IT	16028	0	Europe/Rome	44.86667	7.78333				12	TO	001059	
3180108	Casanova	casanova	IT	16028	0	Europe/Rome	42.61667	13.56667		Casanova,Casanuova		01	TE	067022	
3180109	Casanova	casanova	IT	16028	0	Europe/Rome	41.2	13.96667				04	CE	061017	
3180110	Casandrino	casandrino	IT	80025	13245	Europe/Rome	40.92861	14.24963		Casandrino,kazandorino,カザンドリーノ	063020	04	NA	063020	
3180114	Morcone	morcone	IT	82026	0	Europe/Rome	42.73239	10.37281				16	LI		
3180115	Casamorcia	casamorcia	IT	06024	0	Europe/Rome	43.36667	12.51667				18	PG	054024	
3180133	Casamassima	casamassima	IT	70010	16734	Europe/Rome	40.95713	16.92039		Casamassima,Cassamassima	072015	13	BA	072015	
3180134	Casamassella	casamassella	IT	73020	0	Europe/Rome	40.11667	18.45				13	LE	075091	
3180141	Casamarciano	casamarciano	IT	80032	3283	Europe/Rome	40.93191	14.55324		Casamarciano,kazamaruchano,カザマルチャーノ	063018	04	NA	063018	
3180145	Casamaina	casamaina	IT	67045	0	Europe/Rome	42.25958	13.39092				01	AQ	066052	
3180151	Casalzuigno	casalzuigno	IT	21030	1207	Europe/Rome	45.90508	8.70883		Casalzuigno	012037	09	VA	012037	
3180152	Casalvolone	casalvolone	IT	28060	815	Europe/Rome	45.40096	8.46463	141	Casalvolone	003041	12	NO	003041	
3180153	Casalvieri	casalvieri	IT	03034	3211	Europe/Rome	41.63192	13.71391		Casalvieri	060018	07	FR	060018	
3180155	Casal Velino	casal-velino	IT	84040	4995	Europe/Rome	40.1911	15.11296		Casal Velino	065028	04	SA	065028	
3180156	Casalvecchio di Puglia	casalvecchio-di-puglia	IT	71030	2167	Europe/Rome	41.59383	15.11054		Casalvecchio di Puglia	071014	13	FG	071014	
3180161	Casaluce	casaluce	IT	81030	9567	Europe/Rome	41.00191	14.19803		Casaluce,Fertilia	061020	04	CE	061020	
3180165	Casalsigone	casalsigone	IT	26010	0	Europe/Rome	45.21667	10.01667				09	CR	019077	
3180166	Casalserugo	casalserugo	IT	35020	3919	Europe/Rome	45.31909	11.91301	8	Casalserugo	028028	20	PD	028028	
3180167	Casalromano	casalromano	IT	46040	1468	Europe/Rome	45.20068	10.36938		Casalromano	020012	09	MN	020012	
3180168	Casalpusterlengo	casalpusterlengo	IT	26841	13895	Europe/Rome	45.17687	9.64906		Casalis Pistorum,Casalpusterlengo	098010	09	LO	098010	
3180170	Casaloldo	casaloldo	IT	46040	2174	Europe/Rome	45.25478	10.47438		Casaloldo,Casaloldo il Palazzio	020011	09	MN	020011	
3180171	Casalnuovo Monterotaro	casalnuovo-monterotaro	IT	71033	1954	Europe/Rome	41.62023	15.10384		Casalnuovo Monterotaro	071013	13	FG	071013	
3180172	Casalnuovo di Napoli	casalnuovo-di-napoli	IT	80013	45796	Europe/Rome	40.90815	14.35852	26	Casalnuovo,Casalnuovo di Napoli,カザルヌオーヴォ・ディ・ナポーリ	063017	04	NA	063017	
3180173	Casalnoceto	casalnoceto	IT	15052	777	Europe/Rome	44.91306	8.98215	159	Casalnoceto	006040	12	AL	006040	
3180174	Casalmoro	casalmoro	IT	46040	2049	Europe/Rome	45.25958	10.40448		Casalmoro	020010	09	MN	020010	
3180175	Casalmorano	casalmorano	IT	26020	1653	Europe/Rome	45.28637	9.89967		Casalmorano	019022	09	CR	019022	
3180176	Casalmaiocco	casalmaiocco	IT	26831	2438	Europe/Rome	45.35387	9.37435			098009	09	LO	098009	
3180177	Casalmaggiore	casalmaggiore	IT	26041	13818	Europe/Rome	44.99387	10.41888		Casalis Maior,Casalmaggiore,kazarumajjore,カザルマッジョーレ	019021	09	CR	019021	
3180178	Casalino	casalino	IT	28060	404	Europe/Rome	45.35836	8.52394	131	Casalino	003040	12	NO	003040	
3180179	Casalino	casalino	IT	28060	0	Europe/Rome	45.25	11.18333				20	VR	023075	
3180180	Casalino	casalino	IT	28060	0	Europe/Rome	44.51667	9.01667				08	GE	010039	
3180182	Casalincontrada	casalincontrada	IT	66012	1662	Europe/Rome	42.29744	14.13511	333	Casalincontrada	069016	01	CH	069016	
3180184	Casalina	casalina	IT	06051	426	Europe/Rome	42.95	12.4	168	Casalina		18	PG	054017	
3180185	Casaliggio	casaliggio	IT	29010	474	Europe/Rome	44.99395	9.57284	89			05	PC	033024	
3180187	Casali	casali	IT	87100	0	Europe/Rome	42.95133	13.17381				10	MC	043056	
3180188	Casali	casali	IT	87100	0	Europe/Rome	42	13.78333		Casali,Il Casale		01	AQ	066004	
3180189	Casali	casali	IT	87100	0	Europe/Rome	41.38333	13.75		Annunziata,Casali		07	FR	060021	
3180190	Casalgrasso	casalgrasso	IT	12030	1258	Europe/Rome	44.81964	7.62462	240	Casalgrass,Casalgrasso	004045	12	CN	004045	
3180191	Casalgrande	casalgrande	IT	42013	7451	Europe/Rome	44.58466	10.7355	97	Casalgrande	035012	05	RE	035012	
3180192	Casalfiumanese	casalfiumanese	IT	40020	1861	Europe/Rome	44.29686	11.62402	125	Casale Fiumanese	037012	05	BO	037012	
3180194	Casaletto Spartano	casaletto-spartano	IT	84030	1680	Europe/Rome	40.1507	15.61867		Casaletto,Casaletto Spartano	065027	04	SA	065027	
3180195	Casaletto Ceredano	casaletto-ceredano	IT	26010	1097	Europe/Rome	45.31807	9.61756		Casaletto Ceredano	019018	09	CR	019018	
3180197	Casale sul Sile	casale-sul-sile	IT	31032	7951	Europe/Rome	45.59306	12.32556	6	Casale sul Sile	026009	20	TV	026009	
3180205	Casaleone	casaleone	IT	37052	4943	Europe/Rome	45.17378	11.1943	16	Casaleone	023019	20	VR	023019	
3180208	Casale Monferrato	casale-monferrato	IT	15033	31275	Europe/Rome	45.13336	8.45714	116	Casal,Casale,Casale Monferrato	006039	12	AL	006039	
3180209	Casale Marittimo	casale-marittimo	IT	56040	654	Europe/Rome	43.29673	10.61582	214	Casale Marittimo	050006	16	PI	050006	
3180213	Casaleggio Novara	casaleggio-novara	IT	28060	915	Europe/Rome	45.48876	8.49193	170	Casaleggio Novara	003039	12	NO	003039	
3180215	Casale di Scodosia	casale-di-scodosia	IT	35040	4661	Europe/Rome	45.18598	11.4683	13	Casale di Scodosia	028027	20	PD	028027	
3180216	Casale di Pari	casale-di-pari	IT	58045	0	Europe/Rome	43.05	11.28333		Casale,Casale di Pari		16	GR	053008	
3180221	Casale Corte Cerro	casale-corte-cerro	IT	28881	1191	Europe/Rome	45.91545	8.41407	372	Casale Corte Cerro	103019	12	VB	103019	
3180224	Casalecchio di Reno	casalecchio-di-reno	IT	40033	33789	Europe/Rome	44.47557	11.27591	61	Casalacc',Casalecchio di Reno,Casalàcc’	037011	05	BO	037011	
3180232	Casale	casale	IT	10035	0	Europe/Rome	44.15	10.9				05	BO	037049	
3180233	Casale	casale	IT	10035	0	Europe/Rome	43.48333	11.05				16	SI	052028	
3180234	Casale	casale	IT	10035	0	Europe/Rome	42.96667	12.8				18	PG	054018	
3180235	Casale	casale	IT	10035	0	Europe/Rome	42.9	13.41667				10	AP	044015	
3180236	Casale	casale	IT	10035	0	Europe/Rome	42.88333	12.61667				18	PG	054030	
3180237	Casale	casale	IT	10035	0	Europe/Rome	42.36267	13.2584				01	AQ	066095	
3180238	Casale	casale	IT	10035	0	Europe/Rome	41.66667	14.46667				11	CB	070022	
3180239	Casalduni	casalduni	IT	82027	1602	Europe/Rome	41.26142	14.69504		Casalduni	062015	04	BN	062015	
3180240	Casal di Principe	casal-di-principe	IT	81033	19859	Europe/Rome	41.01141	14.12482		Casal di Principe	061019	04	CE	061019	
3180241	Casalciprano	casalciprano	IT	86010	360	Europe/Rome	41.58163	14.52933	658	Casalciprano	070012	11	CB	070012	
3180242	Casalbuttano ed Uniti	casalbuttano	IT	26011	4093	Europe/Rome	45.25187	9.96167		Casalbuttano ed Uniti		09	CR	019016	
3180243	Casalbuono	casalbuono	IT	84030	1303	Europe/Rome	40.21431	15.68797		Casalbuono	065026	04	SA	065026	
3180244	Casal Borsetti	casal-borsetti	IT	48010	0	Europe/Rome	44.55028	12.28417				05	RA		
3180245	Casalborgone	casalborgone	IT	10020	921	Europe/Rome	45.13045	7.94043	205	Casalborgon,Casalborgone,kazaruborugone,カザルボルゴーネ	001060	12	TO	001060	
3180246	Casalbore	casalbore	IT	83034	2086	Europe/Rome	41.23392	15.00674		Casalbore	064020	04	AV	064020	
3180247	Casalbordino	casalbordino	IT	66021	6478	Europe/Rome	42.15354	14.59912		Casalbordino	069015	01	CH	069015	
3180249	Casalbagliano	casalbagliano	IT	15020	945	Europe/Rome	44.8957	8.56214	90			12	AL	006003	
3180250	Casalattico	casalattico	IT	03030	675	Europe/Rome	41.62232	13.72621		Casalattico	060017	07	FR	060017	
3180254	Casalanguida	casalanguida	IT	66031	543	Europe/Rome	42.03664	14.49932	450	Casalanguida	069014	01	CH	069014	
3180257	Casalalta	casalalta	IT	06050	0	Europe/Rome	42.95	12.43333		Casalalta,Casalta		18	PG	054014	
3180268	Casaglia	casaglia	IT	40135	0	Europe/Rome	44.03333	11.51667				16	FI	048004	
3180284	Casafredda	casafredda	IT	81057	0	Europe/Rome	41.26667	14.01667				04	CE	061091	
3180323	Casa Castalda	casa-castalda	IT	06029	0	Europe/Rome	43.2	12.65				18	PG	054057	
3180332	Casacanditella	casacanditella	IT	66010	789	Europe/Rome	42.24744	14.19931	432	Casacanditella	069013	01	CH	069013	
3180336	Casacalenda	casacalenda	IT	86043	2041	Europe/Rome	41.73713	14.84673	641	Casacalenda	070011	11	CB	070011	
3180347	Casabona	casabona	IT	88822	0	Europe/Rome	41.71667	14.15				11	IS	094039	
3180349	Casabianca	casabianca	IT	00043	0	Europe/Rome	45.93333	12.86667				06	PN	093041	
3180350	Casabianca	casabianca	IT	00043	0	Europe/Rome	45.21667	7.93333				12	TO	001082	
3180376	Carzano	carzano	IT	38050	0	Europe/Rome	45.71673	10.09506				09	BS	017111	
3180381	Carvico	carvico	IT	24030	4141	Europe/Rome	45.70378	9.48225		Carvico	016057	09	BG	016057	
3180388	Carunchio	carunchio	IT	66050	622	Europe/Rome	41.91663	14.52672	714	Carunchio	069012	01	CH	069012	
3180389	Carugate	carugate	IT	20061	12635	Europe/Rome	45.54977	9.34375		Carugate,karugate,カルガーテ	015051	09	MI	015051	
3180390	Cartura	cartura	IT	35025	0	Europe/Rome	44.46667	11.61667		Cartara,Cartura		05	BO	037037	
3180393	Cartoceto	cartoceto	IT	61030	7173	Europe/Rome	43.61667	12.81667				10	PU	041015	
3180394	Cartignano	cartignano	IT	12020	170	Europe/Rome	44.47833	7.28572		Cartignano	004044	12	CN	004044	
3180400	Carsoli	carsoli	IT	67061	3617	Europe/Rome	42.09893	13.08489	616	Carsoli	066025	01	AQ	066025	
3180403	Carseggio	carseggio	IT	40025	0	Europe/Rome	44.23333	11.51667				05	BO	037012	
3180405	Carrù	carru	IT	12061	4006	Europe/Rome	44.48104	7.87444		Carru,Carrù,Caru,Carù	004043	12	CN	004043	
3180406	Carrosio	carrosio	IT	15060	431	Europe/Rome	44.65825	8.83155	254	Carrosio	006035	12	AL	006035	
3180407	Carrone	carrone	IT	10019	335	Europe/Rome	45.35809	7.90643	228			12	TO	001269	
3180412	Carro	carro	IT	19012	0	Europe/Rome	44.80194	9.23075				09	PV	018171	
3180413	Carro	carro	IT	19012	249	Europe/Rome	44.27215	9.60888	450	Carro,O Caero,O Cäro	011009	08	SP	011009	
3180415	Carrito	carrito	IT	67050	0	Europe/Rome	42.01667	13.71667				01	AQ	066063	
3180422	Carrara Santo Stefano	carrara-santo-stefano	IT	35020	0	Europe/Rome	45.28533	11.82558				20	PD	028106	
3180423	Carrara	carrara	IT	04013	58666	Europe/Rome	44.07834	10.09987	100	Apuania,Carara,Carrara,Carrare,Karrara,karrara,Каррара,カッラーラ	045003	16	MS	045003	
3180426	Carpinone	carpinone	IT	86093	1131	Europe/Rome	41.59043	14.32332	636	Carpinone	094008	11	IS	094008	
3180428	Carpino	carpino	IT	71010	4704	Europe/Rome	41.84424	15.85615		Carpino	071012	13	FG	071012	
3180430	Carpineto Sinello	carpineto-sinello	IT	66030	526	Europe/Rome	42.01204	14.50502	381	Carpineto Sinello	069011	01	CH	069011	
3180431	Carpineto Romano	carpineto-romano	IT	00032	4936	Europe/Rome	41.60442	13.0851		Carpineto Romano,カルピネート・ロマーノ	058020	07	RM	058020	
3180432	Carpineto della Nora	carpineto-della-nora	IT	65010	733	Europe/Rome	42.33304	13.8608		Carpineto della Nora	068008	01	PE	068008	
3180433	Carpineti	carpineti	IT	42033	1311	Europe/Rome	44.45596	10.51969	562	Carpineti	035011	05	RE	035011	
3180436	Carpinello	carpinello	IT	47100	606	Europe/Rome	44.23923	12.11886	23			05	FC	040012	
3180441	Carpignano Sesia	carpignano-sesia	IT	28064	2562	Europe/Rome	45.53426	8.41843	204	Carpignano,Carpignano Sesia	003036	12	NO	003036	
3180442	Carpignano Salentino	carpignano-salentino	IT	73020	3843	Europe/Rome	40.19692	18.33833		Carpignano Salentino	075015	13	LE	075015	
3180443	Carpignano	carpignano	IT	83035	0	Europe/Rome	41.03333	15.05				04	AV	064033	
3180444	Carpiano	carpiano	IT	20074	2409	Europe/Rome	45.34087	9.27275		Carpiano,karupiano,カルピアーノ	015050	09	MI	015050	
3180445	Carpi	carpi	IT	41012	61476	Europe/Rome	44.78237	10.8777		Carpi,Cherp,Chèrp,Karpi,karupi,Карпи,カルピ	036005	05	MO	036005	
3180446	Carpesica	carpesica	IT	31029	0	Europe/Rome	45.95167	12.35028				20	TV	026020	
3180447	Carpeneto	carpeneto	IT	15071	0	Europe/Rome	46	13.16667				06	UD	030079	
3180448	Carpeneto	carpeneto	IT	15071	552	Europe/Rome	45.99722	13.1775	64			06	UD	030079	
3180449	Carpeneto	carpeneto	IT	15071	0	Europe/Rome	44.56667	9.21667				08	GE	010050	
3180450	Carpenedolo	carpenedolo	IT	25013	10386	Europe/Rome	45.36448	10.43128		Carpenedolo,karupenedoro,カルペネードロ	017039	09	BS	017039	
3180451	Carpenedo	carpenedo	IT	30175	0	Europe/Rome	45.51278	12.26333				20	VE	027042	
3180455	Carpegna	carpegna	IT	61021	1445	Europe/Rome	43.78206	12.33665	748	Carpegna	041009	10	PU	041009	
3180456	Carpasio	carpasio	IT	18010	185	Europe/Rome	43.95922	7.86585		Carpasio,Carpaxe	008013	08	IM	008013	
3180457	Carpaneto Piacentino	carpaneto-piacentino	IT	29013	4802	Europe/Rome	44.91526	9.78927	114	Carpaneto,Carpaneto Piacentino	033011	05	PC	033011	
3180458	Carpane	carpane	IT	36020	0	Europe/Rome	45.61667	11.9				20	TV	026012	
3180459	Carpacco	carpacco	IT	33030	958	Europe/Rome	46.12278	12.96028	146	Carpaccio,Carpacco		06	UD	030032	
3180461	Carovilli	carovilli	IT	86083	947	Europe/Rome	41.71353	14.29472	860	Carovilli	094007	11	IS	094007	
3180462	Carovigno	carovigno	IT	72012	14960	Europe/Rome	40.70803	17.65501		Carovigno,Carvignu,karovu~inyo,カロヴィーニョ	074002	13	BR	074002	
3180466	Carosino	carosino	IT	74021	6070	Europe/Rome	40.46582	17.3976		Carosino	073002	13	TA	073002	
3180469	Carona	carona	IT	24010	0	Europe/Rome	46.13333	10.08333				09	SO	014065	
3180470	Carona	carona	IT	24010	383	Europe/Rome	46.02139	9.78285		Carona	016056	09	BG	016056	
3180482	Carnello	carnello	IT	03039	0	Europe/Rome	41.68333	13.61667				07	FR	060010	
3180483	Carnate	carnate	IT	20866	7335	Europe/Rome	45.65158	9.37695		Carnaa,Carnate,karunate,カルナーテ	108016	09	MB	108016	
3180486	Carnaiola	carnaiola	IT	05015	0	Europe/Rome	42.88333	12.05				18	TR	055021	
3180488	Carnago	carnago	IT	21040	5639	Europe/Rome	45.72207	8.83424		Carnago	012033	09	VA	012033	
3180491	Carmignano di Brenta	carmignano-di-brenta	IT	35010	6295	Europe/Rome	45.6309	11.7065	46	Carmignano di Brenta	028023	20	PD	028023	
3180493	Carmignano	carmignano	IT	35040	693	Europe/Rome	45.15	11.65	9			20	PD	028084	
3180494	Carmignano	carmignano	IT	35040	1865	Europe/Rome	43.81135	11.01552	189	Carmignano,karuminyano,カルミニャーノ	100002	16	PO	100002	
3180495	Carmiano	carmiano	IT	29020	12160	Europe/Rome	40.34483	18.04302		Carmiano,Carmianu	075014	13	LE	075014	
3180496	Carmagnola	carmagnola	IT	10022	23012	Europe/Rome	44.84704	7.71803	240	Carmagnola,Carmagnole,Carmagnòla,Karman'ola,karumanyora,Карманьола,カルマニョーラ	001059	12	TO	001059	
3180498	Carlino	carlino	IT	33050	1339	Europe/Rome	45.80222	13.18806	5	Carlino,Cjarlins	030018	06	UD	030018	
3180500	Carlazzo	carlazzo	IT	22010	2696	Europe/Rome	46.04808	9.15954		Carlazzo	013047	09	CO	013047	
3180501	Carlantino	carlantino	IT	71030	1079	Europe/Rome	41.59513	14.97594		Carlandine,Carlandìnë,Carlantino	071011	13	FG	071011	
3180503	Carisolo	carisolo	IT	38080	940	Europe/Rome	46.1688	10.75887	808	Carisolo,karizoro,カリゾーロ	022042	17	TN	022042	
3180504	Carisio	carisio	IT	13040	547	Europe/Rome	45.40936	8.19903	183	Carisio	002032	12	VC	002032	
3180507	Carinola	carinola	IT	81030	8171	Europe/Rome	41.18721	13.98152		Carinola	061017	04	CE	061017	
3180508	Carini	carini	IT	90044	0	Europe/Rome	44.81667	9.7				05	PC	033025	
3180510	Carimate	carimate	IT	22060	3805	Europe/Rome	45.70298	9.11064		Carimate	013046	09	CO	013046	
3180511	Carignano	carignano	IT	10041	7322	Europe/Rome	44.90694	7.67322	235	Carignan,Carignano,karinyano,カリニャーノ	001058	12	TO	001058	
3180512	Carignano	carignano	IT	10041	939	Europe/Rome	44.72683	10.27445	129			05	PR	034027	
3180513	Carignano	carignano	IT	10041	0	Europe/Rome	44.14782	9.98516				16	MS	045008	
3180514	Carignano	carignano	IT	10041	0	Europe/Rome	43.81667	12.93333				10	PU	041013	
3180517	Carife	carife	IT	83040	1701	Europe/Rome	41.02632	15.20895		Carife	064019	04	AV	064019	
3180518	Cargeghe	cargeghe	IT	07030	606	Europe/Rome	40.66833	8.61361		Cargeghe,Gargheghe	090022	14	SS	090022	
3180519	Cargedolo	cargedolo	IT	41044	0	Europe/Rome	44.26667	10.56667				05	MO	036016	
3180522	Carezza al Lago	carezza-al-lago	IT	39056	0	Europe/Rome	46.41147	11.58817		Carezza,Carezza al Lago,Karersee		17	BZ	021058	
3180525	Caresana	caresana	IT	13010	311	Europe/Rome	45.5891	13.8373	105	Caresana,Caresana d'Istria,Caresana d’Istria,Mackovlje,Mačkovlje		06	TS	032004	
3180526	Caresana	caresana	IT	13010	973	Europe/Rome	45.22086	8.50524	119	Caresana	002030	12	VC	002030	
3180529	Carenno	carenno	IT	23802	1459	Europe/Rome	45.80348	9.46205		Carenno	097014	09	LC	097014	
3180531	Carema	carema	IT	10010	698	Europe/Rome	45.58356	7.81072	349		001057	12	TO	001057	
3180537	Cardona	cardona	IT	15021	0	Europe/Rome	45.05	8.18333				12	AL	006182	
3180540	Cardito	cardito	IT	80024	0	Europe/Rome	41.58333	13.96667				07	FR	060084	
3180541	Cardito	cardito	IT	80024	20683	Europe/Rome	40.94201	14.29943		Cardito,karudito,カルディート	063016	04	NA	063016	
3180543	Carditello	carditello	IT	80024	0	Europe/Rome	41.06667	14.18333		Carditello,Villaggio Luigi Razza		04	CE	061085	
3180544	Cardile	cardile	IT	84056	0	Europe/Rome	40.26667	15.25				04	SA	065057	
3180550	Cardano	cardano	IT	39053	442	Europe/Rome	46.49439	11.39161	290			17	BZ	021023	
3180552	Carcoforo	carcoforo	IT	13026	73	Europe/Rome	45.90858	8.04967		Carcoforo	002029	12	VC	002029	
3180554	Carceri	carceri	IT	35040	748	Europe/Rome	45.19609	11.61931	10	Carceri	028022	20	PD	028022	
3180555	Carceri	carceri	IT	35040	0	Europe/Rome	41.85	14.16667				01	AQ	066005	
3180557	Carcare	carcare	IT	17043	5537	Europe/Rome	44.35414	8.29205	365	Cancre,Carcare	009018	08	SV	009018	
3180563	Carbonera	carbonera	IT	31030	4276	Europe/Rome	45.68056	12.28833	18	Carbonera	026008	20	TV	026008	
3180565	Carbone	carbone	IT	85030	683	Europe/Rome	40.14241	16.08938	690	Carbone	076019	02	PZ	076019	
3180569	Carbonare	carbonare	IT	38064	0	Europe/Rome	45.93333	11.21667		Carbonara,Carbonare,Carbonare di Folgaria		17	TN	022087	
3180570	Carbonara di Po	carbonara-di-po	IT	46021	1332	Europe/Rome	45.03658	11.2328		Carbonara,Carbonara di Po	020009	09	MN	020009	
3180571	Carbonara di Bari	carbonara-di-bari	IT	70131	0	Europe/Rome	41.06667	16.86667				13	BA	072006	
3180572	Carbonara al Ticino	carbonara-al-ticino	IT	27020	1289	Europe/Rome	45.16566	9.06155		Carbonara al Ticino	018030	09	PV	018030	
3180576	Carbognano	carbognano	IT	01030	1932	Europe/Rome	42.33162	12.26437	394	Carbognano	056016	07	VT	056016	
3180577	Caravonica	caravonica	IT	18020	278	Europe/Rome	43.99302	7.95805	360	Caironega,Cairònega,Caravonica	008012	08	IM	008012	
3180578	Caravino	caravino	IT	10010	914	Europe/Rome	45.39826	7.96032	257	Caravin,Caravino,karavu~ino,カラヴィーノ	001056	12	TO	001056	
3180579	Caravate	caravate	IT	21032	2607	Europe/Rome	45.87888	8.65793		Caravate	012031	09	VA	012031	
3180580	Caravaggio	caravaggio	IT	24043	14109	Europe/Rome	45.49888	9.64046		Caravaggio,Careas,Careàs,Carraca,Karavago,Karavaĝo,karavu~ajjo,カラヴァッジョ	016053	09	BG	016053	
3180581	Carate Brianza	carate-brianza	IT	20841	16119	Europe/Rome	45.67368	9.23594		Carate,Carate Brianza,カラーテ・ブリアンツァ	108015	09	MB	108015	
3180582	Carassai	carassai	IT	63063	587	Europe/Rome	43.03205	13.68499	365	Carassai	044010	10	AP	044010	
3180583	Carasco	carasco	IT	16042	1439	Europe/Rome	44.34975	9.34567	26	Carasco	010010	08	GE	010010	
3180586	Carapelle Calvisio	carapelle-calvisio	IT	67020	95	Europe/Rome	42.29934	13.6847		Carapelle Calvisio	066024	01	AQ	066024	
3180588	Carapelle	carapelle	IT	71041	6524	Europe/Rome	41.36523	15.69376	62	Carapelle	071010	13	FG	071010	
3180590	Carano	carano	IT	04011	0	Europe/Rome	41.57731	12.72543		Casale Carano,Case Carano		07	LT	059001	
3180591	Carano	carano	IT	04011	1772	Europe/Rome	41.20526	13.90972	63			04	CE	061088	
3180593	Caramanico Terme	caramanico-terme	IT	65023	1042	Europe/Rome	42.15914	14.00551	650	Caramanico,Caramanico Terme	068007	01	PE	068007	
3180594	Caramagna Ligure	caramagna-ligure	IT	18100	0	Europe/Rome	43.88979	7.98809				08	IM	008031	
3180596	Caragna	caragna	IT	17057	0	Europe/Rome	44.26667	8.11667				08	SV	009017	
3180597	Caraglio	caraglio	IT	12023	4267	Europe/Rome	44.41943	7.43293	575	Caraglio,Caraj	004040	12	CN	004040	
3180600	Capurso	capurso	IT	70010	14376	Europe/Rome	41.04693	16.92159		Capurso	072014	13	BA	072014	
3180601	Capua	capua	IT	81043	15438	Europe/Rome	41.11082	14.2133	25	Capoue,Capua,Càpua,Cápua,kapua,קפואה,კაპუა,カプア	061015	04	CE	061015	
3180608	Capriolo	capriolo	IT	25031	8347	Europe/Rome	45.63528	9.93236		Capriolo,kapurioro,カプリオーロ	017038	09	BS	017038	
3180611	Caprino Veronese	caprino-veronese	IT	37013	3629	Europe/Rome	45.60489	10.79518	254	Caprino Veronese	023018	20	VR	023018	
3180612	Caprino Bergamasco	caprino-bergamasco	IT	24030	2823	Europe/Rome	45.74528	9.48175		Caprino,Caprino Bergamasco	016052	09	BG	016052	
3180613	Caprile	caprile	IT	03038	241	Europe/Rome	46.43783	11.99438	1023			20	BL	025003	
3180614	Caprile	caprile	IT	03038	0	Europe/Rome	44.33333	10.33333				05	RE	035025	
3180615	Caprile	caprile	IT	03038	0	Europe/Rome	43.71667	12.11667				16	AR	051003	
3180616	Caprile	caprile	IT	03038	0	Europe/Rome	41.53333	13.68333				07	FR	060022	
3180618	Capriglia	capriglia	IT	55045	0	Europe/Rome	42.98333	13.43333				10	FM	109014	
3180619	Capriglia	capriglia	IT	55045	0	Europe/Rome	42.06667	14.31667		Capriglia,Capriglio		01	CH	069075	
3180620	Capriglia Irpina	capriglia-irpina	IT	83010	2281	Europe/Rome	40.96032	14.77724			064018	04	AV	064018	
3180621	Caprie	caprie	IT	10040	1005	Europe/Rome	45.11884	7.33191	374	Caprie,Chiavrie,Ciavrie,kapurie,カプリエ	001055	12	TO	001055	
3180625	Capriate San Gervasio	capriate-san-gervasio	IT	24042	7252	Europe/Rome	45.61258	9.52875				09	BG	016051	
3180626	Capriate San Gervasio	capriate-san-gervasio	IT	24042	0	Europe/Rome	45.61281	9.52974			016051	09	BG	016051	
3180627	Capriana	capriana	IT	38030	462	Europe/Rome	46.26191	11.33858	1007	Capriana,kapuriana,カプリアーナ	022040	17	TN	022040	
3180630	Capri	capri	IT	80073	6770	Europe/Rome	40.55073	14.24263	142	Capreae,Capri,Enez Capri,Insula Capri,Isla de Capri,Isola di Capri,Kapri,Kapris,PRJ,Vostrau Kapry,ka pri,ka pu li dao,kabry,kapeuli seom,kapry,kapuri dao,Κάπρι,Востраў Капры,Капри,Капрі,קאפרי,كابري,کاپری,กาปรี,კაპრი,カプリ島,卡普里岛,카프리 섬	063014	04	NA	063014	
3180632	Caprese Michelangelo	caprese-michelangelo	IT	52033	231	Europe/Rome	43.63985	11.98484	653	Caprese,Caprese Michelangelo,カプレーゼ・ミケランジェロ	051007	16	AR	051007	
3180634	Caprazzino	caprazzino	IT	61028	338	Europe/Rome	43.7662	12.45864	257	Caprazzino,Caprazzino Strada		10	PU	041059	
3180635	Caprarola	caprarola	IT	01032	4083	Europe/Rome	42.32756	12.23604	520	Caprarola,kapurarora,カプラローラ	056015	07	VT	056015	
3180637	Caprarica di Lecce	caprarica-di-lecce	IT	73010	2813	Europe/Rome	40.2606	18.24426		Caprarica,Caprarica di Lecce,Kraparaka	075013	13	LE	075013	
3180639	Caprara d'Abruzzo	caprara-d-abruzzo	IT	65010	735	Europe/Rome	42.43249	14.11035	125			01	PE	068041	
3180643	Capranica Prenestina	capranica-prenestina	IT	00030	334	Europe/Rome	41.86312	12.95169		Capranica Prenestina,カプラーニカ・プレネスティーナ	058019	07	RM	058019	
3180644	Capranica	capranica	IT	01012	5604	Europe/Rome	42.25872	12.17207		Capranica,kapuranika,カプラーニカ	056014	07	VT	056014	
3180645	Capralba	capralba	IT	26010	2092	Europe/Rome	45.44408	9.64326		Capralba	019015	09	CR	019015	
3180649	Capraia Isola	capraia	IT	50050	333	Europe/Rome	43.05064	9.84298				16	LI	049005	
3180650	Capradosso	capradosso	IT	02025	0	Europe/Rome	42.93333	13.56667				10	AP	044065	
3180651	Capradosso	capradosso	IT	02025	0	Europe/Rome	42.31667	13.01667				07	RI	057050	
3180652	Capracotta	capracotta	IT	86082	872	Europe/Rome	41.83333	14.26432	1421	Capracotta	094006	11	IS	094006	
3180659	Cappelle sul Tavo	cappelle-sul-tavo	IT	65010	3406	Europe/Rome	42.46781	14.10421	122	Cappelle sul Tavo	068006	01	PE	068006	
3180660	Cappelle	cappelle	IT	67068	0	Europe/Rome	42.05	13.36667				01	AQ	066096	
3180662	Cappella Maggiore	cappella-maggiore	IT	31012	4151	Europe/Rome	45.96944	12.35889	115	Cappella Maggiore	026007	20	TV	026007	
3180663	Cappella de'Picenardi	cappella-de-picenardi	IT	26030	424	Europe/Rome	45.15857	10.22998		Cappella de' Pic,Cappella de' Picenardi,Cappella de'Picenardi	019014	09	CR	019014	
3180664	Cappella	cappella	IT	38046	0	Europe/Rome	43.9	10.48333				16	LU	046017	
3180665	Cappadocia	cappadocia	IT	67060	243	Europe/Rome	42.00653	13.27999	1108		066023	01	AQ	066023	
3180666	Capostrada	capostrada	IT	51100	0	Europe/Rome	43.95	10.9		Capo di Strada,Capostrada,Capostrado		16	PT	047014	
3180667	Caposotto	caposotto	IT	46028	0	Europe/Rome	45	11.38333				20	RO	029014	
3180670	Caposele	caposele	IT	83040	3797	Europe/Rome	40.81442	15.22335		Caposel,Caposele,Caposels	064017	04	AV	064017	
3180672	Caporiacco	caporiacco	IT	33010	592	Europe/Rome	46.14633	13.09313	200	Caporiacco,Castello Capariacco		06	UD	030028	
3180673	Caporciano	caporciano	IT	67020	265	Europe/Rome	42.25084	13.6729		Caporciano	066022	01	AQ	066022	
3180676	Capoliveri	capoliveri	IT	57031	2049	Europe/Rome	42.74569	10.37753	167	Capoliveri,kaporivu~eri,カポリーヴェリ	049004	16	LI	049004	
3180678	Capolago	capolago	IT	21100	0	Europe/Rome	45.8	8.81667				09	VA	012133	
3180681	Ville di Fano	ville-di-fano	IT	67015	0	Europe/Rome	42.53099	13.1966				01	AQ	066056	
3180682	Capodrise	capodrise	IT	81020	7508	Europe/Rome	41.04431	14.30353		Capodrise	061013	04	CE	061013	
3180688	Capo di Ponte	capo-di-ponte	IT	25044	2428	Europe/Rome	46.031	10.34586		Capo di Ponte,カーポ・ディ・ポンテ	017035	09	BS	017035	
3180689	Capodimonte	capodimonte	IT	01010	1399	Europe/Rome	42.54653	11.90476	334	Capodimonte	056013	07	VT	056013	
3180690	Capodimonte	capodimonte	IT	01010	0	Europe/Rome	40.86667	14.25				04	NA	063049	
3180694	Capodarco	capodarco	IT	63900	0	Europe/Rome	43.18985	13.75935		Capodarco,Capodarso		10	FM	109033	
3180697	Capodacqua	capodacqua	IT	06034	276	Europe/Rome	43.01825	12.78086	371	Capodacqua		18	PG	054018	
3180698	Capodacqua	capodacqua	IT	06034	0	Europe/Rome	42.98333	13.05				10	MC	043038	
3180699	Capodacqua	capodacqua	IT	06034	0	Europe/Rome	42.73753	13.23925				10	AP	044006	
3180702	Capizzone	capizzone	IT	24030	1194	Europe/Rome	45.78448	9.56775		Capizzone	016050	09	BG	016050	
3180703	Capizzo	capizzo	IT	84050	0	Europe/Rome	40.35	15.21667				04	SA	065065	
3180705	Capitone	capitone	IT	05035	0	Europe/Rome	42.56667	12.46667				18	TR	055004	
3180707	Capitignano	capitignano	IT	67014	436	Europe/Rome	42.52041	13.30122	916	Capitignano	066021	01	AQ	066021	
3180708	Capitello	capitello	IT	84050	0	Europe/Rome	45.56667	11.5				20	VI	024116	
3180709	Capitello	capitello	IT	84050	0	Europe/Rome	44.86667	11.83333				05	FE	038007	
3180710	Capitello	capitello	IT	84050	0	Europe/Rome	40.06667	15.55				04			
3180712	Capistrello	capistrello	IT	67053	4795	Europe/Rome	41.97273	13.3991	734	Capistrello	066020	01	AQ	066020	
3180720	Capestrano	capestrano	IT	67022	698	Europe/Rome	42.26844	13.7658	465		066019	01	AQ	066019	
3180722	Capergnanica	capergnanica	IT	26010	1609	Europe/Rome	45.33757	9.64336		Capergnanica,Capernanica di Sotto	019012	09	CR	019012	
3180723	Caperana	caperana	IT	16043	0	Europe/Rome	44.31667	9.33333				08	GE	010015	
3180725	Capena	capena	IT	00060	5542	Europe/Rome	42.14247	12.54513	160	Capena,kapena,カペーナ	058018	07	RM	058018	
3180733	Capannori	capannori	IT	55012	41116	Europe/Rome	43.87474	10.5728	15	Capannori,Kapannori,Капаннори	046007	16	LU	046007	
3180734	Capannoli	capannoli	IT	56033	4334	Europe/Rome	43.58914	10.66891	51	Capannoli,Capannoli Val d'Era	050005	16	PI	050005	
3180735	Capannole	capannole	IT	52021	0	Europe/Rome	43.43333	11.61667				16	AR	051005	
3180738	Capannelle	capannelle	IT	00178	0	Europe/Rome	41.83333	12.56667		Capannelle,Le Capannelle		07	RM	058091	
3180742	Capanne	capanne	IT	56020	0	Europe/Rome	42.68333	11.53333				16	GR	053014	
3180743	Capalbio	capalbio	IT	58011	3750	Europe/Rome	42.45342	11.42175		Capalbio	053003	16	GR	053003	
3180746	Capaccio	capaccio	IT	84047	20238	Europe/Rome	40.42441	15.08085		Capaccio,Capaccio-Paestum	065025	04	SA	065025	
3180748	Caorso	caorso	IT	29012	3368	Europe/Rome	45.04847	9.87107	42	Caorso	033010	05	PC	033010	
3180749	Caorle	caorle	IT	30021	7511	Europe/Rome	45.59656	12.8758	1	Caorle,Caprulae,Cjaurlis,kaorure,カオルレ	027005	20	VE	027005	
3180750	Caoria	caoria	IT	38050	316	Europe/Rome	46.19647	11.67804	817			17	TN	022038	
3180754	Canzo	canzo	IT	22035	4900	Europe/Rome	45.84948	9.27724		Cantius,Canz,Canzo	013042	09	CO	013042	
3180755	Canzano	canzano	IT	64020	424	Europe/Rome	42.64564	13.8041	448	Canzano	067009	01	TE	067009	
3180756	Canussio	canussio	IT	33030	321	Europe/Rome	45.8426	12.99357	10			06	UD	030130	
3180758	Cantù	cantu	IT	22063	35153	Europe/Rome	45.72938	9.14054			013041	09	CO	013041	
3180763	Cantone	cantone	IT	81025	0	Europe/Rome	44.65	10.58333				05	RE	035033	
3180764	Cantone	cantone	IT	81025	0	Europe/Rome	42.83333	12.13333				18	TR	055025	
3180766	Cantoira	cantoira	IT	10070	511	Europe/Rome	45.33925	7.38711	750	Cantoira,Cantòira,kantoira,カントーイラ	001054	12	TO	001054	
3180768	Cantiano	cantiano	IT	61044	1285	Europe/Rome	43.47575	12.62866	360	Cantiano	041008	10	PU	041008	
3180772	Cantarana	cantarana	IT	14010	328	Europe/Rome	45.19985	12.10037	2			20	VE	027010	
3180773	Cantalupo nel Sannio	cantalupo-nel-sannio	IT	86092	208	Europe/Rome	41.52182	14.39292	588	Cantalupo del Sannio	094005	11	IS	094005	
3180774	Cantalupo Ligure	cantalupo-ligure	IT	15060	555	Europe/Rome	44.71815	9.04496		Cantalupo Ligure	006028	12	AL	006028	
3180775	Cantalupo in Sabina	cantalupo-in-sabina	IT	02040	1621	Europe/Rome	42.30613	12.64728		Cantalupo,Cantalupo Sabino,Cantalupo in Sabina	057010	07	RI	057010	
3180777	Cantalupo	cantalupo	IT	06031	990	Europe/Rome	44.86667	8.55	104			12	AL	006003	
3180778	Cantalupo	cantalupo	IT	06031	358	Europe/Rome	42.96667	12.58333	204	Cantalupo		18	PG	054004	
3180779	Cantalice	cantalice	IT	02014	2875	Europe/Rome	42.46573	12.90478		Cantalice	057009	07	RI	057009	
3180781	Cantagallo	cantagallo	IT	40033	2820	Europe/Rome	44.02205	11.07971		Cantagallo,kantagarro,カンタガッロ	100001	16	PO	100001	
3180784	Cansano	cansano	IT	67030	281	Europe/Rome	42.00443	14.01191	835	Cansano	066018	01	AQ	066018	
3180787	Canove	canove	IT	12040	604	Europe/Rome	44.77724	8.09216	150			12	CN	004099	
3180789	Olgiate Molgora	olgiate-molgora	IT	23887	6311	Europe/Rome	45.73028	9.40335		Olgiate Calco,Olgiate Molgora	097058	09	LC	097058	
3180790	Canossa	canossa	IT	42026	0	Europe/Rome	44.57546	10.45539				05	RE	035018	
3180791	Canosa Sannita	canosa-sannita	IT	66010	899	Europe/Rome	42.29924	14.30521	231	Canosa Sannita	069010	01	CH	069010	
3180792	Canosa di Puglia	canosa-di-puglia	IT	76012	30046	Europe/Rome	41.22341	16.05916	105	Canosa de Pulla,Canosa di Puglia	110004	13	BT	110004	
3180793	Canonica	canonica	IT	06059	0	Europe/Rome	45.9	8.73333				09	VA	012063	
3180794	Canonica	canonica	IT	06059	0	Europe/Rome	42.78333	12.35				18	PG	054052	
3180795	Canonica	canonica	IT	06059	0	Europe/Rome	42.7	12.05				18	TR	055023	
3180796	Canolo	canolo	IT	89040	0	Europe/Rome	44.8	10.76667				05	RE	035034	
3180797	Cannuzzo	cannuzzo	IT	48015	0	Europe/Rome	44.23222	12.26444				05	FC	040007	
3180801	Cannole	cannole	IT	73020	1765	Europe/Rome	40.16622	18.36603		Cannole,Kannula	075012	13	LE	075012	
3180802	Cannobio	cannobio	IT	28822	4430	Europe/Rome	46.06233	8.69628	214	Cannobio,Kannobio,Каннобио	103017	12	VB	103017	
3180804	Cannicchio	cannicchio	IT	84068	0	Europe/Rome	40.18333	15.03333				04	SA	065098	
3180805	Canneto sull'Oglio	canneto-sull-oglio	IT	46013	4543	Europe/Rome	45.15267	10.38088		Canneto,Canneto sull'Oglio	020008	09	MN	020008	
3180806	Canneto Pavese	canneto-pavese	IT	27044	1338	Europe/Rome	45.05046	9.27876		Canneto Pavese	018029	09	PV	018029	
3180810	Canneto	canneto	IT	02032	0	Europe/Rome	43.66667	10.9				16	PI	050032	
3180811	Canneto	canneto	IT	02032	0	Europe/Rome	43.2	10.73333				16	PI	050021	
3180812	Canneto	canneto	IT	02032	0	Europe/Rome	42.18333	12.73333				07	RI	057027	
3180813	Cannero Riviera	cannero-riviera	IT	28821	917	Europe/Rome	46.022	8.67933	225	Cannero,Cannero Riviera	103016	12	VB	103016	
3180826	Cannara	cannara	IT	06033	2888	Europe/Rome	42.99474	12.57936	191	Cannara	054006	18	PG	054006	
3180827	Cannalonga	cannalonga	IT	84040	1098	Europe/Rome	40.2442	15.29516		Cannalonga	065024	04	SA	065024	
3180829	Cannaiola	cannaiola	IT	06039	783	Europe/Rome	42.86466	12.71391	218	Cannaiola		18	PG	054054	
3180831	Canna	canna	IT	87070	771	Europe/Rome	40.09391	16.50429	417	Canna	078024	03	CS	078024	
3180832	Canizzano	canizzano	IT	31100	0	Europe/Rome	45.64167	12.19028				20	TV	026086	
3180833	Canistro	canistro	IT	67050	1042	Europe/Rome	41.94073	13.4125		Canistro	066017	01	AQ	066017	
3180835	Canischio	canischio	IT	10080	274	Europe/Rome	45.37485	7.59621		Canis-cio,Canischio,kanisukio,カニスキオ	001052	12	TO	001052	
3180838	Canino	canino	IT	01011	4891	Europe/Rome	42.46402	11.75115	229	Canino	056012	07	VT	056012	
3180844	Caneva	caneva	IT	33028	6224	Europe/Rome	45.96889	12.44972	57	Caneva,Caneva di Sacile,Cjanive	093009	06	PN	093009	
3180849	Canepina	canepina	IT	01030	2916	Europe/Rome	42.38223	12.23196	501	Canepina	056011	07	VT	056011	
3180850	Canelli	canelli	IT	14053	8805	Europe/Rome	44.72154	8.29244	157	Canej,Canelli	005017	12	AT	005017	
3180852	Canegrate	canegrate	IT	20039	11810	Europe/Rome	45.56927	8.92844		Canegrate,kanegurate,カネグラーテ	015046	09	MI	015046	
3180854	Canedole	canedole	IT	46048	0	Europe/Rome	45.23333	10.83333				09	MN	020053	
3180861	Candiolo	candiolo	IT	10060	5452	Europe/Rome	44.95924	7.60172	237	Candieul,Candiolo,kandioro,カンディオーロ	001051	12	TO	001051	
3180864	Candide	candide	IT	32040	836	Europe/Rome	46.58913	12.51476	1210	Comelico Superiore	025015	20	BL	025015	
3180865	Candida	candida	IT	83040	1072	Europe/Rome	40.94242	14.87414			064016	04	AV	064016	
3180866	Candiana	candiana	IT	35020	1115	Europe/Rome	45.22109	11.98911	4	Candiana	028021	20	PD	028021	
3180867	Candia Lomellina	candia-lomellina	IT	27031	1646	Europe/Rome	45.17876	8.59484		Candia,Candia Lomellina	018027	09	PV	018027	
3180868	Candia Canavese	candia-canavese	IT	10010	1165	Europe/Rome	45.32776	7.88512	285	Candia,Candia Canavese,カンディア・カナヴェーゼ	001050	12	TO	001050	
3180871	Candelo	candelo	IT	13878	7750	Europe/Rome	45.54696	8.10572	340	Candelo	096012	12	BI	096012	
3180873	Candelara	candelara	IT	61100	714	Europe/Rome	43.85737	12.88791	204			10	PU	041044	
3180874	Candela	candela	IT	71024	2197	Europe/Rome	41.13792	15.51465	474	Candela,Kandela,kan de la,kandella,kandera,kandla,qndlh,Кандела,קנדלה,کاندلا,カンデラ,坎德拉,칸델라	071009	13	FG	071009	
3180877	Cancello	cancello	IT	81030	0	Europe/Rome	46.33333	10.25				09	SO	014033	
3180878	Cancello	cancello	IT	81030	0	Europe/Rome	41.0734	14.02542		Cancello,Cancello e Arnone,Cancello ed Arnone		04	CE	061012	
3180879	Cancello	cancello	IT	81030	0	Europe/Rome	40.98333	14.4				04	NA	063001	
3180880	Cancelli	cancelli	IT	50066	285	Europe/Rome	43.30096	12.83907	421			10	AN	042017	
3180881	Cancellara	cancellara	IT	85010	1312	Europe/Rome	40.73022	15.92577	680	Cancellara	076018	02	PZ	076018	
3180883	Canazei	canazei	IT	38032	1001	Europe/Rome	46.47592	11.77149	1465	Canazei,Canazei di Fassa,Cianacei,kanatsu~ei,カナツェーイ	022039	17	TN	022039	
3180886	Canaro	canaro	IT	45034	1494	Europe/Rome	44.93718	11.67611	7	Canaro	029009	20	RO	029009	
3180891	Canalicchio	canalicchio	IT	95030	0	Europe/Rome	42.95	12.45				18	PG	054014	
3180892	Canal San Bovo	canal-san-bovo	IT	38050	409	Europe/Rome	46.15571	11.73249	757		022038	17	TN	022038	
3180894	Canale Monterano	canale-monterano	IT	00060	2080	Europe/Rome	42.13402	12.10217	378	Canale Monterano,カナーレ・モンテラーノ	058016	07	RM	058016	
3180895	Canale d'Agordo	canale-d-agordo	IT	32020	718	Europe/Rome	46.35602	11.91339	976	Canale d'Agordo,Forno di Canale	025023	20	BL	025023	
3180898	Canale	canale	IT	05018	4426	Europe/Rome	44.79854	7.99733	193	Canal,Canale	004037	12	CN	004037	
3180900	Cana	cana	IT	58053	0	Europe/Rome	42.79628	11.42475				16	GR	053020	
3180901	Camugnano	camugnano	IT	40032	446	Europe/Rome	44.17046	11.08881	692	Camugnano	037010	05	BO	037010	
3180902	Camucia	camucia	IT	52044	0	Europe/Rome	43.26667	11.96667				16	AR	051017	
3180907	Campovalano	campovalano	IT	64012	347	Europe/Rome	42.72826	13.66228	464	Campovalano		01	TE	067008	
3180908	Campo Tures - Sand in Taufers	campo-tures	IT	39032	4880	Europe/Rome	46.92033	11.95448		Campo Tures,Sand in Taufers,Taufers,カンポ・トゥーレス	021017	17	BZ	021017	
3180909	Campotosto	campotosto	IT	67013	244	Europe/Rome	42.55884	13.36799	1420	Campotosto	066016	01	AQ	066016	
3180910	Campo Tizzoro	campo-tizzoro	IT	51028	0	Europe/Rome	44.03333	10.86667				16	PT	047014	
3180911	Campospinoso	campospinoso	IT	27040	772	Europe/Rome	45.09403	9.24585		Campospinoso	018026	09	PV	018026	
3180916	Camposanto	camposanto	IT	41031	2503	Europe/Rome	44.78697	11.1429	21	Camposanto	036004	05	MO	036004	
3180918	Camposano	camposano	IT	80030	5303	Europe/Rome	40.95221	14.52864		Camposano,kanpozano,カンポザーノ	063013	04	NA	063013	
3180919	Campo San Martino	campo-san-martino	IT	35010	3703	Europe/Rome	45.5444	11.8104	28	Campo San Martino	028020	20	PD	028020	
3180920	Camposampiero	camposampiero	IT	35012	8722	Europe/Rome	45.5684	11.93541	24	Campo San Piero,Camposampiero	028019	20	PD	028019	
3180923	Camporovere	camporovere	IT	36010	412	Europe/Rome	45.88039	11.48492	1057			20	VI	024085	
3180924	Camporotondo di Fiastrone	camporotondo-di-fiastrone	IT	62020	262	Europe/Rome	43.13245	13.26598	335	Camporotondo di Fiastrone	043008	10	MC	043008	
3180925	Camporosso in Valcanale	camporosso-in-valcanale	IT	33018	799	Europe/Rome	46.50956	13.53858	810	Camporosso,Camporosso in Valcanale		06	UD	030117	
3180927	Camporosso	camporosso	IT	18033	4295	Europe/Rome	43.8131	7.62829	25	Camporosso	008011	08	IM	008011	
3180929	Camporgiano	camporgiano	IT	55031	545	Europe/Rome	44.16005	10.3337	475	Camporgiano	046006	16	LU	046006	
3180932	Campore	campore	IT	13825	0	Europe/Rome	44.35	9.53333				08	SP	011018	
3180935	Campora	campora	IT	84040	479	Europe/Rome	40.30541	15.29236		Campora	065023	04	SA	065023	
3180937	Camponogara	camponogara	IT	30010	10817	Europe/Rome	45.385	12.07222	4	Camponogara,kanponogara,カンポノガーラ	027004	20	VE	027004	
3180940	Campomorone	campomorone	IT	16014	4669	Europe/Rome	44.50954	8.88502	118	Campomon,Campomorone	010009	08	GE	010009	
3180945	Campomarino	campomarino	IT	86042	4538	Europe/Rome	41.95692	15.03546	52	Campomarino,Kemarini	070010	11	CB	070010	
3180947	Campomaggiore	campomaggiore	IT	85010	840	Europe/Rome	40.56862	16.07377	795	Campomaggiore	076017	02	PZ	076017	
3180949	Campolungo	campolungo	IT	63100	0	Europe/Rome	42.85	13.68333				10	AP	044007	
3180951	Campolongo Maggiore	campolongo-maggiore	IT	30010	9196	Europe/Rome	45.32111	12.04667		Campolongo Maggiore,カンポロンゴ・マッジョーレ	027003	20	VE	027003	
3180952	Campolongo al Torre	campolongo-al-torre	IT	33040	716	Europe/Rome	45.86389	13.39667		Campolongo al Torre,Cjamplunc de Tor	030138	06	UD	030138	
3180957	Campo Ligure	campo-ligure	IT	16013	2783	Europe/Rome	44.53764	8.69815	342	Campo,Campo Ligure	010008	08	GE	010008	
3180958	Campolieto	campolieto	IT	86040	629	Europe/Rome	41.63193	14.76693	735	Campolieto	070009	11	CB	070009	
3180959	Campoli del Monte Taburno	campoli-del-monte-taburno	IT	82030	1515	Europe/Rome	41.13152	14.64594		Campoli del Monte Taburno	062014	04	BN	062014	
3180960	Campoli Appennino	campoli-appennino	IT	03030	1804	Europe/Rome	41.73572	13.68371		Campoli Appennino	060016	07	FR	060016	
3180962	Campoleone	campoleone	IT	04011	0	Europe/Rome	41.65	12.61667		Campoleone,Casale Campoleone		07	LT	059001	
3180964	Campolattaro	campolattaro	IT	82020	1135	Europe/Rome	41.28662	14.72944		Campolattaro	062013	04	BN	062013	
3180965	Campolasta	campolasta	IT	39058	0	Europe/Rome	46.66643	11.36526		Astfeld,Campolasta		17	BZ	021086	
3180967	Campolano	campolano	IT	02020	0	Europe/Rome	42.21667	13.08333				07	RI	057049	
3180969	Campogialli	campogialli	IT	52028	0	Europe/Rome	43.53333	11.68333				16	AR	051039	
3180970	Campogalliano	campogalliano	IT	41011	6234	Europe/Rome	44.69157	10.842	43	Campogalliano,kanpogarriano,カンポガッリアーノ	036003	05	MO	036003	
3180971	Campoformido	campoformido	IT	33030	2391	Europe/Rome	46.02083	13.1625	79	Campoformido,Campoformio,Campofórmio,Cjampfuarmit,kanpoforumido,カンポフォルミド	030016	06	UD	030016	
3180972	Campofilone	campofilone	IT	63828	810	Europe/Rome	43.08055	13.81739	202	Campofilone	109004	10	FM	109004	
3180973	Campodoro	campodoro	IT	35010	1207	Europe/Rome	45.49029	11.752	23	Campodoro	028018	20	PD	028018	
3180974	Campodonico	campodonico	IT	60044	0	Europe/Rome	43.23333	12.86667				10	AN	042017	
3180975	Campodolcino	campodolcino	IT	23021	1086	Europe/Rome	46.4042	9.35193		Campodolcino	014012	09	SO	014012	
3180976	Campo di Trens - Freienfeld	campo-di-trens	IT	39040	2458	Europe/Rome	46.87463	11.48667		Campo di Trens,Freienfeld,カンポ・ディ・トレンス	021016	17	BZ	021016	
3180977	Campodipietra	campodipietra	IT	86010	1062	Europe/Rome	41.55703	14.74603	520	Campodipietra	070008	11	CB	070008	
3180979	Campodimele	campodimele	IT	04020	693	Europe/Rome	41.38333	13.03333				07	LT	059024	
3180980	Campo di Giove	campo-di-giove	IT	67030	825	Europe/Rome	42.01013	14.03941	1064	Campo di Giove	066015	01	AQ	066015	
3180981	Campo di Carne	campo-di-carne	IT	04011	0	Europe/Rome	41.55265	12.64114		Casale Campo di Carne		07	LT	059001	
3180982	Campodenno	campodenno	IT	38010	430	Europe/Rome	46.25791	11.03317	534	Campodenno,kanpoden'no,カンポデンノ	022037	17	TN	022037	
3180983	Campodarsego	campodarsego	IT	35011	11971	Europe/Rome	45.5061	11.92091	17	Campodarsego	028017	20	PD	028017	
3180984	Campocroce	campocroce	IT	31021	833	Europe/Rome	45.58528	12.21556	10			20	TV	026043	
3180985	Campochiaro	campochiaro	IT	86020	625	Europe/Rome	41.44752	14.50893	750	Campochiaro	070007	11	CB	070007	
3180991	Campobasso	campobasso	IT	86100	39723	Europe/Rome	41.56003	14.66753	701	Campobass,Campobasso,Campubbassu,Campus Bassus,Kampobasso,QPB,kanpobasso,Кампобассо,カンポバッソ	11	11	CB	070006	
3180999	Campo	campo	IT	23025	0	Europe/Rome	46.13328	9.66651				09	SO	014064	
3181001	Campli	campli	IT	64012	415	Europe/Rome	42.72595	13.6859	393	Campli	067008	01	TE	067008	
3181002	Campitello	campitello	IT	46010	0	Europe/Rome	46.6	11.3				17	BZ	021079	
3181003	Campitello di Fassa	campitello-di-fassa	IT	38031	672	Europe/Rome	46.47632	11.74199	1448		022036	17	TN	022036	
3181004	Campitello	campitello	IT	46010	0	Europe/Rome	45.08333	10.6				09	MN	020031	
3181005	Campi Salentina	campi-salentina	IT	73012	11242	Europe/Rome	40.39944	18.01861		Campi Salentina	075011	13	LE	075011	
3181006	Campione d'Italia	campione-d-italia	IT	22060	2267	Europe/Rome	45.96808	8.97103		Campione,Campione d'Italia,Campione d’Italia,Italiae Campilionum,カンピョーネ・ディターリア	013040	09	CO	013040	
3181007	Campione del Garda	campione-del-garda	IT	25010	0	Europe/Rome	45.7548	10.75141		Campione		09	BS	017189	
3181012	Campiglia Marittima	campiglia-marittima	IT	57021	1379	Europe/Rome	43.06143	10.61584	231	Campiglia,Campiglia Marittima,カンピーリア・マリッティマ	049002	16	LI	049002	
3181013	Campiglia d'Orcia	campiglia-d-orcia	IT	53023	0	Europe/Rome	42.94863	11.66611				16	SI	052007	
3181014	Campiglia dei Berici	campiglia-dei-berici	IT	36020	935	Europe/Rome	45.33479	11.5424	16		024022	20	VI	024022	
3181015	Campiglia Cervo	campiglia-cervo	IT	13812	178	Europe/Rome	45.66346	7.99892		Campiglia Cervo	096011	12	BI	096011	
3181016	Campiglia	campiglia	IT	19132	0	Europe/Rome	44.07464	9.79517				08	SP	011015	
3181018	Campi Bisenzio	campi-bisenzio	IT	50013	32871	Europe/Rome	43.82455	11.13242	38	Campi Bisenzio,Campo Bisenzio,Campo Bisénzio,カンピ・ビゼンツィオ	048006	16	FI	048006	
3181019	Campiano	campiano	IT	48100	0	Europe/Rome	46.11667	9.56667				09	SO	014006	
3181020	Campiano	campiano	IT	48100	884	Europe/Rome	44.29867	12.19774	9			05	RA	039014	
3181027	Campestrin	campestrin	IT	38030	0	Europe/Rome	46.46667	11.71667				17	TN	022113	
3181029	Campertogno	campertogno	IT	13023	228	Europe/Rome	45.79877	8.03212		Campertogno	002025	12	VC	002025	
3181031	Campello sul Clitunno	campello-sul-clitunno	IT	06042	2058	Europe/Rome	42.82832	12.77537	290	Campello,Campello sul Clitunno	054005	18	PG	054005	
3181034	Campegine	campegine	IT	42040	2527	Europe/Rome	44.78367	10.53189	34	Campegine	035010	05	RE	035010	
3181040	Camparada	camparada	IT	20857	1703	Europe/Rome	45.65598	9.31965		Camparada,kanparada,カンパラーダ	108014	09	MB	108014	
3181047	Campanarello	campanarello	IT	83030	0	Europe/Rome	41.05	14.91667				04	AV	064116	
3181049	Campana	campana	IT	87061	0	Europe/Rome	44.45	7.41667				12	CN	004082	
3181050	Campana	campana	IT	87061	0	Europe/Rome	42.23333	13.56667				01	AQ	066042	
3181051	Campalto	campalto	IT	30173	3854	Europe/Rome	45.48334	12.29362	2			20	VE	027042	
3181052	Campalto	campalto	IT	30173	0	Europe/Rome	45.4	11.08333		Campalto,Compalto		20	VR	023073	
3181054	Corfino	corfino	IT	55030	439	Europe/Rome	44.1835	10.37848	820	Alpe di Corfino		16	LU	046035	
3181056	Campagnola Emilia	campagnola-emilia	IT	42012	4483	Europe/Rome	44.83927	10.75709	22	Campagnola Emilia	035009	05	RE	035009	
3181057	Campagnola	campagnola	IT	24126	2470	Europe/Rome	45.27866	11.99902	6			20	PD	028015	
3181058	Campagnola	campagnola	IT	24126	0	Europe/Rome	41.3	14.03333				04	CE	061050	
3181060	Campagnatico	campagnatico	IT	58042	2423	Europe/Rome	42.88373	11.27354		Campagnacito,Campagnatico	053002	16	GR	053002	
3181061	Campagnano di Roma	campagnano-di-roma	IT	00063	8708	Europe/Rome	42.13882	12.37077		Campagnano di Roma,カンパニャーノ・ディ・ローマ	058015	07	RM	058015	
3181062	Campagna Lupia	campagna-lupia	IT	30010	4333	Europe/Rome	45.35083	12.10056	3	Campagna Lupia,カンパーニャ・ルーピア	027002	20	VE	027002	
3181066	Campagna	campagna	IT	33085	15311	Europe/Rome	40.66531	15.10585		Campagna,kanpanya,カンパーニャ	065022	04	SA	065022	
3181071	Camogli	camogli	IT	16032	4934	Europe/Rome	44.34945	9.15487	32	Camoggi,Camogli,Kamoli,Камоли	010007	08	GE	010007	
3181072	Camnago Volta	camnago-volta	IT	22100	0	Europe/Rome	45.8	9.11667		Camnago,Camnago Volta		09	CO	013129	
3181073	Cammoro	cammoro	IT	06030	0	Europe/Rome	42.9	12.85		Cammoro		18	PG	054048	
3181075	Camisano Vicentino	camisano-vicentino	IT	36043	8244	Europe/Rome	45.5222	11.7077	24	Camisano,Camisano Vicentino	024021	20	VI	024021	
3181076	Camisano	camisano	IT	26010	1225	Europe/Rome	45.44328	9.74576		Camisano	019010	09	CR	019010	
3181079	Camino	camino	IT	15020	333	Europe/Rome	45.16026	8.29053	252	Camin,Camino	006027	12	AL	006027	
3181080	Caminata	caminata	IT	29010	311	Europe/Rome	44.9	9.83333				05	PC	033011	
3181081	Camin	camin	IT	35127	0	Europe/Rome	45.4	11.95		Camin,Valle di Camin		20	PD	028060	
3181084	Camigliano	camigliano	IT	81050	0	Europe/Rome	44.88333	10.6		Camigliano,Santa Gemma		05	RE	035023	
3181085	Camigliano	camigliano	IT	81050	0	Europe/Rome	43	11.4				16	SI	052014	
3181086	Camigliano	camigliano	IT	81050	1739	Europe/Rome	41.17982	14.20952		Camigliano,Cammigliano	061011	04	CE	061011	
3181091	Camerota	camerota	IT	84059	7273	Europe/Rome	40.0325	15.37276		Camerota	065021	04	SA	065021	
3181093	Camerlona	camerlona	IT	48100	619	Europe/Rome	44.44713	12.12355	5			05	RA	039014	
3181094	Camerino	camerino	IT	62032	4444	Europe/Rome	43.13985	13.06917	661	Camerino,kamerino,カメリーノ	043007	10	MC	043007	
3181095	Cameriano	cameriano	IT	28060	935	Europe/Rome	45.39557	8.53715	139			12	NO	003040	
3181096	Cameri	cameri	IT	28062	10330	Europe/Rome	45.50327	8.66284	161	Cameri	003032	12	NO	003032	
3181098	Camerata Picena	camerata-picena	IT	60020	1040	Europe/Rome	43.57816	13.35097	125	Camerata Picena,カメラータ・ピチェーナ	042007	10	AN	042007	
3181099	Camerata Nuova	camerata-nuova	IT	00020	476	Europe/Rome	42.01852	13.10769		Camerata Nuova,カメラータ・ヌオーヴァ	058014	07	RM	058014	
3181100	Camerata Cornello	camerata-cornello	IT	24010	594	Europe/Rome	45.89869	9.65635		Camerata Cornello	016048	09	BG	016048	
3181101	Camerata	camerata	IT	06059	208	Europe/Rome	42.70392	12.38137	500			18	PG	054052	
3181102	Camerano	camerano	IT	60021	5368	Europe/Rome	43.53126	13.55158	231	Camerano,kamerano,カメラーノ	042006	10	AN	042006	
3181108	Camburzano	camburzano	IT	13891	489	Europe/Rome	45.54276	8.00282	419	Camburzano	096010	12	BI	096010	
3181111	Cambiano	cambiano	IT	10020	5784	Europe/Rome	44.96835	7.77203	253	Cambiagn,Cambiano,kanbiano,カンビアーノ	001048	12	TO	001048	
3181112	Cambiago	cambiago	IT	20040	4852	Europe/Rome	45.57208	9.42425		Cambiago,kanbiago,カンビアーゴ	015044	09	MI	015044	
3181119	Camarda	camarda	IT	67100	0	Europe/Rome	42.39547	13.49928		Camarda		01	AQ	066049	
3181120	Camalò	camalo	IT	31050	0	Europe/Rome	45.75306	12.16861				20	TV	026062	
3181122	Camaldoli	camaldoli	IT	52014	0	Europe/Rome	40.85	14.2		Camaldoli,Camaldoli di Napoli		04	NA	063049	
3181123	Camairago	camairago	IT	26823	585	Europe/Rome	45.20527	9.72746		Camairago,kamairago,カマイラーゴ	098007	09	LO	098007	
3181125	Camaiore	camaiore	IT	55041	26746	Europe/Rome	43.90974	10.2419	34	Camaiore,Kamajore,Камайоре	046005	16	LU	046005	
3181127	Calzolaro	calzolaro	IT	06019	0	Europe/Rome	43.34886	12.22589				18	PG	054013	
3181139	Calvo	calvo	IT	18039	382	Europe/Rome	43.82995	7.55696	61			08	IM	008065	
3181140	Calvizzano	calvizzano	IT	80012	11194	Europe/Rome	40.90686	14.19295	135	Calvizzano,karuvu~ittsu~ano,カルヴィッツァーノ	063012	04	NA	063012	
3181142	Calvisano	calvisano	IT	25012	7416	Europe/Rome	45.34818	10.34498		Calvisano,Calvisii Forum,karuvu~izano,カルヴィザーノ	017034	09	BS	017034	
3181145	Calvignano	calvignano	IT	27040	130	Europe/Rome	44.98306	9.16876		Calvignano	018025	09	PV	018025	
3181146	Calvi dell'Umbria	calvi-dell-umbria	IT	05032	548	Europe/Rome	42.40313	12.56777	401		055008	18	TR	055008	
3181149	Calvera	calvera	IT	85030	319	Europe/Rome	40.14951	16.14388	630	Calvera	076016	02	PZ	076016	
3181150	Calvenzano	calvenzano	IT	24040	3447	Europe/Rome	45.49678	9.60136		Calvenzano	016047	09	BG	016047	
3181151	Calvene	calvene	IT	36030	980	Europe/Rome	45.7674	11.51139	201	Calvene	024020	20	VI	024020	
3181155	Calvello	calvello	IT	85010	1827	Europe/Rome	40.47601	15.84857	730		076015	02	PZ	076015	
3181156	Calvatone	calvatone	IT	26030	1248	Europe/Rome	45.12857	10.44128		Betriacum,Calvatone	019009	09	CR	019009	
3181160	Calvanico	calvanico	IT	84080	1365	Europe/Rome	40.77521	14.82794		Calvanico	065020	04	SA	065020	
3181164	Caluso	caluso	IT	10014	5203	Europe/Rome	45.30496	7.89572	303	Caluso,karuzo,カルーゾ	001047	12	TO	001047	
3181165	Calusco d'Adda	calusco-d-adda	IT	24033	8052	Europe/Rome	45.69138	9.47265		Calusco d'Adda,Kalusko d'Ada,Калуско д'Ада	016046	09	BG	016046	
3181166	Caltrano	caltrano	IT	36030	2422	Europe/Rome	45.7748	11.44979	234	Caltrano	024019	20	VI	024019	
3181167	Calto	calto	IT	45030	711	Europe/Rome	44.99168	11.3586	11	Calto,karuto,カルト	029008	20	RO	029008	
3181168	Caltignaga	caltignaga	IT	28010	1743	Europe/Rome	45.51867	8.58853	183	Caltignaga,karutinyaga,カルティニャーガ	003030	12	NO	003030	
3181169	Caltana	caltana	IT	30036	2838	Europe/Rome	45.48028	12.03	12			20	VE	027035	
3181176	Calolziocorte	calolziocorte	IT	23801	13867	Europe/Rome	45.79538	9.43765		Calolzio,Calolziocorte,Corte,Kalolciokorte	097013	09	LC	097013	
3181181	Calliano	calliano	IT	14031	1510	Europe/Rome	45.933	11.09358	187	Calliano,karriano,カッリアーノ	022035	17	TN	022035	
3181182	Calliano	calliano	IT	14031	825	Europe/Rome	45.00855	8.25754	258	Calian,Calliano,karriano,カッリアーノ	005014	12	AT	005014	
3181186	Calizzano	calizzano	IT	17057	1138	Europe/Rome	44.23453	8.12015	647	Calizzano,Carizan	009017	08	SV	009017	
3181187	Calitri	calitri	IT	83045	5843	Europe/Rome	40.90212	15.43056		Calitri	064015	04	AV	064015	
3181189	Calimera	calimera	IT	73021	7302	Europe/Rome	40.25033	18.27793		Calimera,Kalimera	075010	13	LE	075010	
3181193	Calice al Cornoviglio	calice-al-cornoviglio	IT	19020	1173	Europe/Rome	44.24326	9.83671	400	Calice,Calice Cornoviglio,Calice al Cornoviglio	011008	08	SP	011008	
3181197	Calestano	calestano	IT	43030	858	Europe/Rome	44.60316	10.12298	417	Calestano	034008	05	PR	034008	
3181199	Calenzano	calenzano	IT	50041	12623	Europe/Rome	43.85595	11.16272	68	Calenzano	048005	16	FI	048005	
3181201	Calendasco	calendasco	IT	29010	781	Europe/Rome	45.08726	9.59606	55	Calendasco	033008	05	PC	033008	
3181207	Caldonazzo	caldonazzo	IT	38052	2946	Europe/Rome	45.995	11.26468	480	Caldonazzo,karudonattsu~o,カルドナッツォ	022034	17	TN	022034	
3181209	Caldogno	caldogno	IT	36030	10116	Europe/Rome	45.6078	11.5028		Caldogno,Kaldon'o,karudonyo,Калдоньо,カルドーニョ	024018	20	VI	024018	
3181211	Caldes	caldes	IT	38022	561	Europe/Rome	46.36611	10.94167	697	Caldes,karudesu,カルデス	022033	17	TN	022033	
3181212	Calderara di Reno	calderara-di-reno	IT	40012	6287	Europe/Rome	44.56307	11.27111	30	Calderara di Reno	037009	05	BO	037009	
3181213	Caldarola	caldarola	IT	62020	1330	Europe/Rome	43.14045	13.22448	314	Caldarola	043006	10	MC	043006	
3181215	Caldaro Sulla Strada del Vino	caldaro-sulla-strada-del-vino	IT	39052	6852	Europe/Rome	46.41326	11.24616		Kaltern,Kaltern an der Weinstrasse	021015	17	BZ	021015	
3181218	Caldana	caldana	IT	21034	906	Europe/Rome	42.8939	10.9253	178			16	GR	053010	
3181220	Calcio	calcio	IT	24054	4799	Europe/Rome	45.50948	9.85126		Calcio,karucho,カルチョ	016044	09	BG	016044	
3181222	Calcinelli	calcinelli	IT	61030	5198	Europe/Rome	43.75	12.91667	66			10	PU	041050	
3181223	Calcinato	calcinato	IT	25011	10648	Europe/Rome	45.45718	10.41357		Calcinato,karuchinato,カルチナート	017032	09	BS	017032	
3181224	Calcinate	calcinate	IT	24050	4665	Europe/Rome	45.62028	9.79926		Calcinate,karuchinate,カルチナーテ	016043	09	BG	016043	
3181227	Calcinaia	calcinaia	IT	56012	3157	Europe/Rome	43.68354	10.61821	16	Calcinaia,Calcinaja	050004	16	PI	050004	
3181228	Calciano	calciano	IT	75010	624	Europe/Rome	40.58802	16.19238	420	Calciano	077004	02	MT	077004	
3181229	Calci	calci	IT	56011	4529	Europe/Rome	43.74392	10.53275	50	Calci	050003	16	PI	050003	
3181230	Calcata	calcata	IT	01030	846	Europe/Rome	42.21952	12.42617		Calcata,karukata,カルカータ	056010	07	VT	056010	
3181233	Calcara	calcara	IT	40056	0	Europe/Rome	44.55	11.11667				05	BO	037061	
3181234	Calcara	calcara	IT	40056	0	Europe/Rome	42.93333	13.15				10	MC	043056	
3181236	Calavino	calavino	IT	38076	824	Europe/Rome	46.0467	10.98508	409	Calavino,karavu~ino,カラヴィーノ	022031	17	TN	022031	
3181238	Calascio	calascio	IT	67020	150	Europe/Rome	42.32644	13.6972		Calascio	066014	01	AQ	066014	
3181240	Calangianus	calangianus	IT	07023	4642	Europe/Rome	40.91977	9.19482		Calangianus	104010	14	OT	104010	
3181244	Calamecca	calamecca	IT	51020	0	Europe/Rome	43.98333	10.78333				16	PT	047015	
3181247	Calamandrana	calamandrana	IT	14042	815	Europe/Rome	44.73715	8.33874	151	Calamandran-a,Calamandrana	005013	12	AT	005013	
3181248	Calalzo di Cadore	calalzo-di-cadore	IT	32042	2113	Europe/Rome	46.44643	12.38176	806	Calalzo di Cadore	025008	20	BL	025008	
3181250	Cala Gonone	cala-gonone	IT	08022	0	Europe/Rome	40.3	9.63333		Cala Gonone,Cala di Gonone,Porto Gonone,Porto di Gonone		14	NU	091017	
3181255	Calabritto	calabritto	IT	83040	2869	Europe/Rome	40.78222	15.22395		Calabritto	064014	04	AV	064014	
3181258	Caivano	caivano	IT	80023	36966	Europe/Rome	40.95711	14.31023		Caivano,Kajvano,kaivu~ano,Кайвано,カイヴァーノ	063011	04	NA	063011	
3181259	Cairo Montenotte	cairo-montenotte	IT	17014	8925	Europe/Rome	44.40314	8.27455	338	Cairi,Cairo Montenotte,カイロ・モンテノッテ	009015	08	SV	009015	
3181263	Cairate	cairate	IT	21050	7301	Europe/Rome	45.68927	8.86944		Cairate	012029	09	VA	012029	
3181264	Cairano	cairano	IT	83040	411	Europe/Rome	40.89682	15.37035		Cairano	064013	04	AV	064013	
3181267	Caiazzo	caiazzo	IT	81013	5879	Europe/Rome	41.17872	14.36223		Caiatia,Caiazzo	061009	04	CE	061009	
3181269	Caianello	caianello	IT	81059	1758	Europe/Rome	41.30509	14.08516		Caianello		04	CE	061008	
3181273	Cagnola	cagnola	IT	35025	803	Europe/Rome	45.28333	11.86667	7			20	PD	028026	
3181274	Cagnano Varano	cagnano-varano	IT	71010	8617	Europe/Rome	41.82874	15.77315		Cagnano Varano,Gagnano Varano	071008	13	FG	071008	
3181275	Caglio	caglio	IT	22030	369	Europe/Rome	45.87238	9.23884		Caglio	013037	09	CO	013037	
3181276	Cagliari	cagliari	IT	09100	0	Europe/Rome	46.36667	10.85				17	TN	022150	
3181277	Cagli	cagli	IT	61043	5094	Europe/Rome	43.54566	12.65266	276	Cagli,kari,カーリ	041007	10	PU	041007	
3181278	Caggiano	caggiano	IT	84030	3011	Europe/Rome	40.56781	15.49336		Caggiano	065019	04	SA	065019	
3181284	Caerano di San Marco	caerano-di-san-marco	IT	31031	7106	Europe/Rome	45.7852	12.0028	124	Caerano di San Marco	026006	20	TV	026006	
3181288	Cadoneghe	cadoneghe	IT	35010	3045	Europe/Rome	45.4423	11.92771	14	Cadoneghe	028016	20	PD	028016	
3181289	Ca Dolfin	ca-dolfin	IT	45018	0	Europe/Rome	44.93917	12.43194		Ca Dolfin,Case Dolfin		20	RO	029039	
3181290	Cadola	cadola	IT	32014	0	Europe/Rome	46.173	12.29653				20	BL	025040	
3181291	Ca di Sola	ca-di-sola	IT	41014	0	Europe/Rome	44.53333	10.96667				05	MO	036008	
3181293	Cadine	cadine	IT	38100	1393	Europe/Rome	46.0896	11.06847	495			17	TN	022205	
3181300	Cadignano	cadignano	IT	25028	0	Europe/Rome	45.35	10.05				09	BS	017195	
3181301	Cadignano	cadignano	IT	25028	0	Europe/Rome	44.33333	10.71667				05	MO	036032	
3181303	Caderzone	caderzone	IT	38080	602	Europe/Rome	46.1302	10.75747		Caderzone,kaderutsu~one,カデルツォーネ	022029	17	TN	022029	
3181305	Cadeo	cadeo	IT	29010	286	Europe/Rome	44.97536	9.83107	66	Cadeo	033007	05	PC	033007	
3181306	Ca de'Mari	ca-de-mari	IT	26030	0	Europe/Rome	45.15	10.1				09	CR	019046	
3181310	Cadelbosco di Sotto	cadelbosco-di-sotto	IT	42023	1505	Europe/Rome	44.8	10.61667	24			05	RE	035008	
3181311	Cadelbosco di Sopra	cadelbosco-di-sopra	IT	42023	6162	Europe/Rome	44.76217	10.59589	33	Cadelbosco,Cadelbosco di Sopra	035008	05	RE	035008	
3181313	Ca degli Oppi	ca-degli-oppi	IT	37050	0	Europe/Rome	45.28333	11.11667				20	VR	023012	
3181316	Cadè	cade	IT	42100	0	Europe/Rome	44.7385	10.5158				05	RE	035033	
3181322	Ca Corniani	ca-corniani	IT	30021	0	Europe/Rome	45.61444	12.855				20	VE	027005	
3181326	Cacciano	cacciano	IT	82030	0	Europe/Rome	41.15	14.65				04	BN	062021	
3181337	Ca Bianca	ca-bianca	IT	30015	0	Europe/Rome	45.19222	12.205		Ca Bianca,Casa Bianca		20	VE	027008	
3181339	Cabernardi	cabernardi	IT	60041	240	Europe/Rome	43.50665	12.86395	402			10	AN	042044	
3181340	Cabella Ligure	cabella-ligure	IT	15060	356	Europe/Rome	44.67375	9.09576	541	Cabella Ligure	006025	12	AL	006025	
3181341	Cabanne	cabanne	IT	16048	0	Europe/Rome	44.49344	9.34327				08	GE	010048	
3181342	Ca Baglioni	ca-baglioni	IT	35010	0	Europe/Rome	45.55	12				20	PD	028013	
3181345	Buttrio	buttrio	IT	33042	3947	Europe/Rome	46.01995	13.34011	79	Buri,Buttrio	030014	06	UD	030014	
3181347	Buttigliera Alta	buttigliera-alta	IT	10090	3443	Europe/Rome	45.06984	7.42842	414	Butiera,Buttigliera Alta,ブッティリエーラ・アルタ	001045	12	TO	001045	
3181348	Buttapietra	buttapietra	IT	37060	4199	Europe/Rome	45.34268	11.00109	38	Buttapietra	023016	20	VR	023016	
3181351	Buti	buti	IT	56032	2100	Europe/Rome	43.72894	10.58581	85	Buti	050002	16	PI	050002	
3181354	Busto Garolfo	busto-garolfo	IT	20038	12506	Europe/Rome	45.54767	8.88564		Busto Garolfo,ブスト・ガロルフォ	015041	09	MI	015041	
3181355	Busto Arsizio	busto-arsizio	IT	21052	75916	Europe/Rome	45.61128	8.84914		Ansizio,Busto Arsizio,Bustum Arsitium,bu si tuo-a xi qi ao,布斯托-阿西齊奧	012026	09	VA	012026	
3181358	Bussoleno	bussoleno	IT	10053	5396	Europe/Rome	45.14034	7.14641	443	Bussoleno,Bussolin,bussoreno,ブッソレーノ	001044	12	TO	001044	
3181359	Bussolengo	bussolengo	IT	37012	15170	Europe/Rome	45.46919	10.85058	127	Bussolengo	023015	20	VR	023015	
3181360	Busso	busso	IT	86010	1066	Europe/Rome	41.55413	14.56103	756	Busso	070005	11	CB	070005	
3181361	Bussi sul Tirino	bussi-sul-tirino	IT	65022	2432	Europe/Rome	42.21304	13.8262	344	Bussi sul Tirino	068005	01	PE	068005	
3181362	Bussi Officine	bussi-officine	IT	65022	0	Europe/Rome	42.18333	13.83333				01	PE	068033	
3181364	Busseto	busseto	IT	43011	4711	Europe/Rome	44.98057	10.04208	40	Busseto,busseto,ブッセート	034007	05	PR	034007	
3181376	Buscoldo	buscoldo	IT	46010	0	Europe/Rome	45.1	10.68333				09	MN	020021	
3181378	Busche	busche	IT	32030	0	Europe/Rome	46.03333	11.98333				20	BL	025021	
3181379	Buscate	buscate	IT	20010	4228	Europe/Rome	45.54597	8.81204		Buscate,busukate,ブスカーテ	015038	09	MI	015038	
3181380	Busca	busca	IT	12022	5588	Europe/Rome	44.51813	7.47433	500	Busca	004034	12	CN	004034	
3181381	Busano	busano	IT	10080	1467	Europe/Rome	45.33285	7.65722	317	Busan,Busano,buzano,ブザーノ	001043	12	TO	001043	
3181382	Busana	busana	IT	42032	240	Europe/Rome	44.36886	10.32339	855	Busana	035007	05	RE	035007	
3181383	Busalla	busalla	IT	16012	5216	Europe/Rome	44.5706	8.94545	358	Busalla	010006	08	GE	010006	
3181384	Busachi	busachi	IT	09082	1378	Europe/Rome	40.03265	8.89673	379	Busachi	095017	14	OR	095017	
3181388	Buronzo	buronzo	IT	13040	749	Europe/Rome	45.48086	8.26713	189	Buronzo	002021	12	VC	002021	
3181389	Burolo	burolo	IT	10010	871	Europe/Rome	45.48116	7.93392	276	Bureul,Burolo,buroro,ブローロ	001042	12	TO	001042	
3181392	Buriasco	buriasco	IT	10060	738	Europe/Rome	44.87364	7.41032	301	Buriasch,Buriasco,buriasuko,ブリアスコ	001041	12	TO	001041	
3181394	Buriano	buriano	IT	58043	0	Europe/Rome	43.36667	10.75				16	PI	050019	
3181395	Buriano	buriano	IT	58043	0	Europe/Rome	42.83333	10.98333				16	GR	053006	
3181397	Burgusio	burgusio	IT	39024	0	Europe/Rome	46.7	10.51667		Burgeis,Burgusio		17	BZ	021046	
3181398	Burgos	burgos	IT	07010	935	Europe/Rome	40.39066	8.99423	561	Burgos	090020	14	SS	090020	
3181402	Burano	burano	IT	30142	2658	Europe/Rome	45.48548	12.41696	2			20	VE	027042	
3181405	Burana	burana	IT	44012	352	Europe/Rome	44.91414	11.35253	10			05	FE	038003	
3181407	Buonconvento	buonconvento	IT	53022	3168	Europe/Rome	43.13364	11.48344		Buonconvento,buonkon'vu~ento,ブオンコンヴェント	052003	16	SI	052003	
3181410	Buonalbergo	buonalbergo	IT	82020	1938	Europe/Rome	41.22322	14.97744		Buonalbergo	062011	04	BN	062011	
3181411	Buonabitacolo	buonabitacolo	IT	84032	2581	Europe/Rome	40.27131	15.61997		Buonabitacolo	065018	04	SA	065018	
3181414	Bulzi	bulzi	IT	07030	529	Europe/Rome	40.84737	8.83002	201	Bulzi	090019	14	SS	090019	
3181415	Bultei	bultei	IT	07010	1206	Europe/Rome	40.45626	9.06473		Bultei	090018	14	SS	090018	
3181423	Bulgaria	bulgaria	IT	47023	0	Europe/Rome	44.12972	12.32694				05	FC	040007	
3181428	Buglio in Monte	buglio-in-monte	IT	23010	2038	Europe/Rome	46.18269	9.67484		Buglio,Buglio in Monte	014010	09	SO	014010	
3181433	Buggiano	buggiano	IT	51011	0	Europe/Rome	42.85	12.9		Buggiano,Bugiano		18	PG	054010	
3181442	Budrione	budrione	IT	41012	760	Europe/Rome	44.81602	10.85855	22			05	MO	036005	
3181443	Budrio	budrio	IT	40054	8941	Europe/Rome	44.53707	11.53362	25	Budrio	037008	05	BO	037008	
3181444	Budrio	budrio	IT	40054	0	Europe/Rome	44.38333	11.9				05	RA	039009	
3181445	Budrie	budrie	IT	40017	701	Europe/Rome	44.59088	11.18182	33			05	BO	037053	
3181446	Budoia	budoia	IT	33070	2449	Europe/Rome	46.04722	12.53222	140	Budoia,Budoio,Buduee,Budòio	093008	06	PN	093008	
3181451	Buddusò	budduso	IT	07020	4145	Europe/Rome	40.57806	9.25813		Budduso,Buddusò	104008	14	OT	104008	
3181455	Buda	buda	IT	40059	0	Europe/Rome	42.63333	13.03333				07	RI	057033	
3181456	Bucine	bucine	IT	52021	9320	Europe/Rome	43.47644	11.61484		Bucine	051005	16	AR	051005	
3181458	Buccino	buccino	IT	84021	5659	Europe/Rome	40.63291	15.36966		Buccino	065017	04	SA	065017	
3181459	Bucciano	bucciano	IT	82010	0	Europe/Rome	43.63333	10.8				16	PI	050032	
3181460	Bucciano	bucciano	IT	82010	1894	Europe/Rome	41.07682	14.57133		Bucciano	062010	04	BN	062010	
3181461	Bucchianico	bucchianico	IT	66011	1702	Europe/Rome	42.30429	14.18079	330	Bucchianico,Rucchianico,Rucchiánico	069008	01	CH	069008	
3181464	Bubbio	bubbio	IT	14051	499	Europe/Rome	44.66344	8.29514	224	Bubbio,Bubi	005011	12	AT	005011	
3181465	Bruzzano	bruzzano	IT	20161	0	Europe/Rome	45.52746	9.1735				09	MI	015146	
3181466	Brusuglio	brusuglio	IT	20032	0	Europe/Rome	45.53876	9.17736				09	MI	015086	
3181467	Brusson	brusson	IT	11022	418	Europe/Rome	45.75776	7.72961	1338	Brusson,Brussone	007012	19	AO	007012	
3181468	Brusnengo	brusnengo	IT	13862	1971	Europe/Rome	45.59386	8.25192	295	Brusnengo	096007	12	BI	096007	
3181470	Brusciano	brusciano	IT	80031	0	Europe/Rome	42.26667	13.15				07	RI	057028	
3181471	Brusciano	brusciano	IT	80031	15238	Europe/Rome	40.92406	14.42924	27	Brusciano,burushano,ブルシャーノ	063010	04	NA	063010	
3181472	Brusasco	brusasco	IT	10020	1161	Europe/Rome	45.15545	8.06273	170	Brusasco-Cavagnolo,Cavagneul,Cavagnolo,kavu~anyoro,カヴァニョーロ	001039	12	TO	001039	
3181474	Brusago	brusago	IT	38043	234	Europe/Rome	46.1824	11.32599	1104			17	TN	022011	
3181479	Bruno	bruno	IT	14046	296	Europe/Rome	44.79325	8.44054	198	Brun,Bruno	005010	12	AT	005010	
3181480	Brunico - Bruneck	brunico	IT	39031	13618	Europe/Rome	46.79583	11.93638		Brunech,Bruneck,Bruneck-Brunico,Brunico,Brunopolis,buruniko,ブルーニコ	021013	17	BZ	021013	
3181483	Brunella	brunella	IT	08020	0	Europe/Rome	40.6889	9.63622				14	OT	104009	
3181484	Brunate	brunate	IT	22034	1730	Europe/Rome	45.82098	9.09434		Brunate,Брунате	013032	09	CO	013032	
3181486	Bruna	bruna	IT	06044	1265	Europe/Rome	42.81989	12.68769	242			18	PG	054008	
3181487	Brumano	brumano	IT	24037	86	Europe/Rome	45.85508	9.50055		Brumano	016041	09	BG	016041	
3181488	Bruino	bruino	IT	10090	8070	Europe/Rome	45.00994	7.48422	320	Bruin,Bruino,buruino,ブルイーノ	001038	12	TO	001038	
3181491	Brugneto	brugneto	IT	29024	0	Europe/Rome	44.66667	9.41667				05	PC	033020	
3181492	Brugnera	brugnera	IT	33070	5585	Europe/Rome	45.90444	12.52639	16	Brugnera,Brugnere	093007	06	PN	093007	
3181493	Brugnato	brugnato	IT	19020	1172	Europe/Rome	44.23671	9.72496	115	Brigne,Brignê,Brugnato	011007	08	SP	011007	
3181494	Brugine	brugine	IT	35020	2249	Europe/Rome	45.29659	11.99511	7	Bruxene,Brùxene	028015	20	PD	028015	
3181495	Brugherio	brugherio	IT	20861	31470	Europe/Rome	45.55301	9.29907		Brugerio,Brugherio,burugerio,Бругерио,ブルゲーリオ	108012	09	MB	108012	
3181497	Brufa	brufa	IT	06089	956	Europe/Rome	43.05704	12.4718	291			18	PG	054053	
3181500	Brozzo	brozzo	IT	25060	0	Europe/Rome	45.71667	14.1				00			
3181501	Brozzi	brozzi	IT	50145	0	Europe/Rome	42.6	13.61667				01	TE	067028	
3181502	Brosso	brosso	IT	10080	410	Europe/Rome	45.49326	7.80392	797	Bross,Brosso,Bròss,burosso,ブロッソ	001036	12	TO	001036	
3181503	Brossasco	brossasco	IT	12020	943	Europe/Rome	44.56863	7.36172	606	Brossasco	004033	12	CN	004033	
3181504	Bronzolo - Branzoll	bronzolo	IT	39051	2293	Europe/Rome	46.40231	11.31948		Branzoll,Bronzolo,burontsu~oro,ブロンツォーロ	021012	17	BZ	021012	
3181507	Broni	broni	IT	27043	9347	Europe/Rome	45.06546	9.26226		Broni,Comiliomagus	018024	09	PV	018024	
3181514	Brizzolara	brizzolara	IT	16041	0	Europe/Rome	44.43333	9.36667				08	GE	010005	
3181516	Brivio	brivio	IT	23883	4115	Europe/Rome	45.73918	9.42685		Brivio	097010	09	LC	097010	
3181517	Brittoli	brittoli	IT	65010	415	Europe/Rome	42.31734	13.8616		Brittoli	068004	01	PE	068004	
3181519	Brissogne	brissogne	IT	11020	904	Europe/Rome	45.72566	7.3926		Brissogne	007011	19	AO	007011	
3181520	Brissago-Valtravaglia	brissago-valtravaglia	IT	21030	1051	Europe/Rome	45.94858	8.74613		Brissago-Valtravaglia	012022	09	VA	012022	
3181521	Brisighella	brisighella	IT	48013	2702	Europe/Rome	44.22166	11.77483	115	Brisighella,bryzyglh,burijigerra,בריזיגלה,ブリジゲッラ	039004	05	RA	039004	
3181523	Brinzio	brinzio	IT	21030	804	Europe/Rome	45.88938	8.78963		Brinzio,Campo di Fiori	012021	09	VA	012021	
3181524	Brindisi Montagna	brindisi-montagna	IT	85010	668	Europe/Rome	40.60952	15.93977	800	Brindisi Montagna	076014	02	PZ	076014	
3181528	Brindisi	brindisi	IT	72100	89081	Europe/Rome	40.62773	17.93682		BDS,Brindisi,Brindizi,Brinnese,Brundisium,Brìndisi,brindisi,burindiji,Бриндизи,ब्रिंडिसि,ブリンディジ	BR	13	BR	074001	
3181530	Marinella	marinella	IT	19038	320	Europe/Rome	45.69805	13.02824	3	Brigolo,Brigolo di Sopra,Marinella		20	VE	027034	
3181532	Brignano Gera d'Adda	brignano-gera-d-adda	IT	24053	4773	Europe/Rome	45.54658	9.64766		Brignano Gera d'Adda	016040	09	BG	016040	
3181535	Briga Novarese	briga-novarese	IT	28010	3009	Europe/Rome	45.73187	8.45673	325	Briga Novarese	003026	12	NO	003026	
3181536	Brienno	brienno	IT	22010	420	Europe/Rome	45.90918	9.13024		Brienno	013030	09	CO	013030	
3181539	Bricherasio	bricherasio	IT	10060	2694	Europe/Rome	44.82354	7.30542	375	Bricheras,Bricherasio,burikerajio,ブリケラージオ	001035	12	TO	001035	
3181541	Bribano	bribano	IT	32036	0	Europe/Rome	46.09861	12.08917				20	BL	025053	
3181543	Brez	brez	IT	38021	473	Europe/Rome	46.43091	11.10657	792	Brez,buretsu,ブレツ	022027	17	TN	022027	
3181545	Breuil-Cervinia	breuil-cervinia	IT	11021	753	Europe/Rome	45.93333	7.63333	2006	Breuil-Cervinia,Breujl-Servinija,Бреуйл-Сервиния		19	AO	007071	
3181547	Breuil	breuil	IT	11021	0	Europe/Rome	45.93333	7.63333				19	AO	007071	
3181548	Bresso	bresso	IT	20091	27132	Europe/Rome	45.53792	9.18921		Bresso,buresso,Брессо,ブレッソ	015032	09	MI	015032	
3181549	Bressanvido	bressanvido	IT	36050	1201	Europe/Rome	45.6443	11.6343	56	Bressanvido	024016	20	VI	024016	
3181550	Bressanone - Brixen	bressanone	IT	39042	18359	Europe/Rome	46.71503	11.65598		Bressanone,Brixen,Brixino,buressanone,Брессаноне,ブレッサノーネ	021011	17	BZ	021011	
3181551	Bressana Bottarone	bressana-bottarone	IT	27042	3143	Europe/Rome	45.07886	9.13265		Bressana,Bressana Bottarone	018023	09	PV	018023	
3181552	Bresega	bresega	IT	35040	700	Europe/Rome	45.20728	11.58417	11			20	PD	028067	
3181554	Brescia	brescia	IT	25100	187567	Europe/Rome	45.52478	10.22727		BRZ,Brescia,Bresha,Breshija,Bresia,Bressia,Brixia,Bréscia,QBS,bryshya,bu lei xi ya,bureshia,Бреша,Брешия,بريشيا,ブレシア,布雷西亚	BS	09	BS	017029	
3181555	Brescello	brescello	IT	42041	2839	Europe/Rome	44.89657	10.51229	24	Brescello	035006	05	RE	035006	
3181556	Breonio	breonio	IT	37022	252	Europe/Rome	45.62371	10.90281	860			20	VR	023035	
3181557	Breolungi	breolungi	IT	12084	0	Europe/Rome	44.43333	7.8				12	CN	004130	
3181559	Brentonico	brentonico	IT	38060	1836	Europe/Rome	45.8191	10.95508	692	Brentonico,burentoniko,ブレントーニコ	022025	17	TN	022025	
3181569	Breno	breno	IT	25043	4962	Europe/Rome	45.95779	10.30476		Breno,bureno,ブレーノ	017028	09	BS	017028	
3181570	Brennero	brennero	IT	39041	247	Europe/Rome	47.00088	11.50394	1375	Brenner,Brennero,buren'nero,ブレンネロ		17	BZ	021010	
3181571	Brenna	brenna	IT	22040	1817	Europe/Rome	45.74298	9.18714		Brenna	013029	09	CO	013029	
3181572	Brendola	brendola	IT	36040	3688	Europe/Rome	45.47489	11.4423	156	Brendola	024015	20	VI	024015	
3181573	Breme	breme	IT	27020	936	Europe/Rome	45.12756	8.62564		Breme	018022	09	PV	018022	
3181575	Brembio	brembio	IT	26822	2364	Europe/Rome	45.21457	9.57146		Brembio,burenbio,ブレンビオ	098006	09	LO	098006	
3181576	Brembilla	brembilla	IT	24012	4274	Europe/Rome	45.82218	9.59585		Brembilla	016039	09	BG	016039	
3181577	Brembate	brembate	IT	24041	7180	Europe/Rome	45.60478	9.55655		Brembate	016037	09	BG	016037	
3181578	Breia	breia	IT	13020	191	Europe/Rome	45.76497	8.30552		Breia	002019	12	VC	002019	
3181579	Breia	breia	IT	13020	0	Europe/Rome	44.48333	9.7		Breia,Breja		05	PR	034001	
3181580	Breguzzo	breguzzo	IT	38087	545	Europe/Rome	46.0077	10.69927	798	Bondo Breguzzo,Breguzzo,bureguttsu~o,ブレグッツォ	022024	17	TN	022024	
3181583	Breganze	breganze	IT	36042	5470	Europe/Rome	45.7057	11.5668	110	Breganze	024014	20	VI	024014	
3181586	Breda di Piave	breda-di-piave	IT	31030	6348	Europe/Rome	45.7225	12.33083		Breda di Piave	026005	20	TV	026005	
3181591	Brebbia	brebbia	IT	21020	3120	Europe/Rome	45.82728	8.64623		Brebbia	012017	09	VA	012017	
3181593	Brazzolo	brazzolo	IT	44035	0	Europe/Rome	44.86667	11.9				05	FE	038007	
3181594	Brazzano	brazzano	IT	34071	616	Europe/Rome	45.97557	13.45442	65			06	GO	031002	
3181595	Brazzacco	brazzacco	IT	33030	762	Europe/Rome	46.12133	13.15917	202			06	UD	030063	
3181597	Braulins	braulins	IT	33010	286	Europe/Rome	46.2848	13.0909	201			06	UD	030124	
3181598	Bratto	bratto	IT	24020	0	Europe/Rome	44.45	9.85				16	MS	045014	
3181603	Braone	braone	IT	25040	610	Europe/Rome	45.99079	10.34256		Braone,buraone,ブラオーネ	017027	09	BS	017027	
3181605	Brandizzo	brandizzo	IT	10032	8373	Europe/Rome	45.17725	7.83772	187	Brandiss,Brandizzo,burandittsu~o,ブランディッツォ	001034	12	TO	001034	
3181613	Branca	branca	IT	06020	918	Europe/Rome	43.27335	12.68101	385			18	PG	054024	
3181614	Brallo di Pregola	brallo-di-pregola	IT	27050	930	Europe/Rome	44.73765	9.27984		Brallo di Pregola,Pregola	018021	09	PV	018021	
3181622	Bracigliano	bracigliano	IT	84082	5375	Europe/Rome	40.82351	14.70544	327	Bracigliano	065016	04	SA	065016	
3181628	Bracciano	bracciano	IT	00062	12459	Europe/Rome	42.10284	12.16497	280	Bracciano,Brachchano,buratchano,Браччано,ブラッチャーノ	058013	07	RM	058013	
3181630	Braccagni	braccagni	IT	58100	1036	Europe/Rome	42.87285	11.07266	19	Braccagni,Ostera Braccagni		16	GR	053011	
3181631	Bra	bra	IT	12042	24072	Europe/Rome	44.70304	7.85563	290	Bra,bura,Бра,ブラ	004029	12	CN	004029	
3181633	Bozzolo	bozzolo	IT	46012	4086	Europe/Rome	45.10247	10.48398		Bozzolo	020007	09	MN	020007	
3181634	Bozzole	bozzole	IT	15040	331	Europe/Rome	45.06976	8.60644	91	Bozzole	006023	12	AL	006023	
3181637	Bovolone	bovolone	IT	37051	14036	Europe/Rome	45.25478	11.12629	24	Bovolone	023012	20	VR	023012	
3181639	Bovolenta	bovolenta	IT	35024	1510	Europe/Rome	45.27109	11.93601	6	Bovolenta	028014	20	PD	028014	
3181640	Bovo	bovo	IT	37060	0	Europe/Rome	45.36667	11				20	VR	023016	
3181641	Bovisio-Masciago	bovisio-masciago	IT	20813	13367	Europe/Rome	45.60997	9.15564		Bovisio,Bovisio-Masciago,Bovisio-Masciago Milanese,Bovísio-Masciago Milanese,bovu~ijio=mashago,ボヴィージオ＝マシャーゴ	108010	09	MB	108010	
3181644	Bovino	bovino	IT	71023	3335	Europe/Rome	41.25051	15.34336	620		071007	13	FG	071007	
3181646	Boville Ernica	boville-ernica	IT	03022	8873	Europe/Rome	41.64252	13.4727		Boville Ernica	060014	07	FR	060014	
3181647	Bovezzo	bovezzo	IT	25073	7407	Europe/Rome	45.59148	10.24127		Bovezzo,bovu~ettsu~o,ボヴェッツォ	017025	09	BS	017025	
3181648	Boves	boves	IT	12012	7089	Europe/Rome	44.33203	7.55143	590	Boves,Bueves,Buèves	004028	12	CN	004028	
3181649	Bovegno	bovegno	IT	25061	2321	Europe/Rome	45.79329	10.27386		Bovegno,bovu~enyo,ボーヴェニョ	017024	09	BS	017024	
3181656	Bousson	bousson	IT	10054	0	Europe/Rome	44.93333	6.81667				12	TO	001074	
3181658	Bottrighe	bottrighe	IT	45011	2055	Europe/Rome	45.02444	12.08694	4			20	RO	029001	
3181659	Botto	botto	IT	13835	0	Europe/Rome	42.68333	12.15				18	TR	055023	
3181661	Bottidda	bottidda	IT	07010	804	Europe/Rome	40.39146	9.00853		Bottida,Bottidda	090016	14	SS	090016	
3181662	Botticino	botticino	IT	25082	9730	Europe/Rome	45.53598	10.30187		Botticino,bottichino,ボッティチーノ	017023	09	BS	017023	
3181663	Botteghino	botteghino	IT	43100	0	Europe/Rome	44.3992	11.3954		Botteghino di Zocca		05	BO	037047	
3181664	Botteghino	botteghino	IT	43100	0	Europe/Rome	43.26667	11.3				16	SI	052032	
3181668	Bottanuco	bottanuco	IT	24040	4567	Europe/Rome	45.63988	9.50645		Bottanuco	016034	09	BG	016034	
3181669	Botta	botta	IT	24010	0	Europe/Rome	45.76667	9.6				09	BG	016221	
3181670	Botrugno	botrugno	IT	73020	3046	Europe/Rome	40.06472	18.32443		Botrugno,Butrugnu	075009	13	LE	075009	
3181673	Bossolasco	bossolasco	IT	12060	523	Europe/Rome	44.52934	8.05094	757	Bossolasco	004027	12	CN	004027	
3181677	Bosisio Parini	bosisio-parini	IT	23842	3090	Europe/Rome	45.80228	9.29074		Bosisio Parini	097009	09	LC	097009	
3181678	Bosentino	bosentino	IT	38049	694	Europe/Rome	46.0018	11.22318	700	Bosentino,bozentino,ボゼンティーノ	022023	17	TN	022023	
3181680	Boscotrecase	boscotrecase	IT	80042	10331	Europe/Rome	40.77431	14.46204	86	Boscotrecase,bosukotorekaze,ボスコトレカーゼ	063009	04	NA	063009	
3181683	Boscoreale	boscoreale	IT	80041	26861	Europe/Rome	40.78106	14.47949	65	Boscoreale,Boskoreale,bosukoreare,Боскореале,ボスコレアーレ	063008	04	NA	063008	
3181684	Bosconero	bosconero	IT	10080	2784	Europe/Rome	45.26695	7.76292	240	Boschneir,Boschnèir,Bosconero,bosukonero,ボスコネーロ	001033	12	TO	001033	
3181685	Bosco Marengo	bosco-marengo	IT	15062	1603	Europe/Rome	44.82555	8.67725	121	Bosch Marengh,Bosco Marengo,Bòsch Marengh,ボスコ・マレンゴ	006021	12	AL	006021	
3181686	Boscomare	boscomare	IT	18010	0	Europe/Rome	43.88333	7.9				08	IM	008041	
3181689	Bosco Chiesanuova	bosco-chiesanuova	IT	37021	1289	Europe/Rome	45.61929	11.03218	1106	Bosco Chiesanuova	023011	20	VR	023011	
3181690	Bosco	bosco	IT	35030	0	Europe/Rome	45.9	11.48333				20	VI	024009	
3181691	Bosco	bosco	IT	35030	1735	Europe/Rome	45.44337	11.7953	18			20	PD	028072	
3181692	Bosco	bosco	IT	35030	0	Europe/Rome	45.33333	11.15				20	VR	023097	
3181693	Bosco	bosco	IT	35030	0	Europe/Rome	44.91667	10.16667				05	PR	034015	
3181694	Bosco	bosco	IT	35030	0	Europe/Rome	44.87639	12.23139		Bosco,Bosco Mesola,Bosco Mèsola		05	FE	038014	
3181695	Bosco	bosco	IT	35030	0	Europe/Rome	44.51667	11.1				05	BO	037061	
3181696	Bosco	bosco	IT	35030	202	Europe/Rome	44.44506	10.03592	841			05	PR	034012	
3181697	Bosco	bosco	IT	35030	0	Europe/Rome	43.13333	12.46667				18	PG	054039	
3181700	Boschi di Bardone	boschi-di-bardone	IT	43040	0	Europe/Rome	44.63333	10.08333		Boschi di Bardone,Boschi di Bord		05	PR	034038	
3181701	Boschi	boschi	IT	40052	0	Europe/Rome	44.58325	9.42421				05	PC	033020	
3181702	Boschetto	boschetto	IT	10034	0	Europe/Rome	45.18333	10.03333				09	CR	019026	
3181704	Bosaro	bosaro	IT	45033	1067	Europe/Rome	44.99878	11.76471	3	Bosaro	029007	20	RO	029007	
3181705	Bosa Marina	bosa-marina	IT	08013	0	Europe/Rome	40.28333	8.48333				14	NU		
3181706	Bosa	bosa	IT	08013	7935	Europe/Rome	40.29927	8.49827		Bosa	095079	14	OR	095079	
3181707	Borzonasca	borzonasca	IT	16041	833	Europe/Rome	44.42225	9.38657	167	Borsonasca,Borzonasca	010005	08	GE	010005	
3181708	Borzano	borzano	IT	42020	1289	Europe/Rome	44.6036	10.63675	173			05	RE	035001	
3181710	Borutta	borutta	IT	07040	318	Europe/Rome	40.52236	8.74352		Borutta	090015	14	SS	090015	
3181711	Bortigiadas	bortigiadas	IT	07030	896	Europe/Rome	40.89167	9.04352		Bortigiadas	104007	14	OT	104007	
3181712	Bortigali	bortigali	IT	08012	1331	Europe/Rome	40.28286	8.83622	505	Bortigali	091012	14	NU	091012	
3181715	Borso del Grappa	borso-del-grappa	IT	31030	4410	Europe/Rome	45.81	11.7877	279	Borso,Borso del Grappa	026004	20	TV	026004	
3181718	Borsano	borsano	IT	21052	0	Europe/Rome	45.58333	8.85				09	VA	012026	
3181720	Borriana	borriana	IT	13872	755	Europe/Rome	45.50616	8.03862	307	Borian-a,Borriana	096006	12	BI	096006	
3181721	Borrello	borrello	IT	66040	355	Europe/Rome	41.91893	14.30442	804	Borrello	069007	01	CH	069007	
3181725	Borore	borore	IT	08016	2164	Europe/Rome	40.2134	8.8032	394	Borore	091011	14	NU	091011	
3181726	Boroneddu	boroneddu	IT	09080	184	Europe/Rome	40.11305	8.87103		Boroneddu	095016	14	OR	095016	
3181727	Borno	borno	IT	25042	2719	Europe/Rome	45.94539	10.19786		Borno,boruno,ボルノ	017022	09	BS	017022	
3181729	Bornasco	bornasco	IT	27010	1677	Europe/Rome	45.26657	9.21795		Bornasco	018019	09	PV	018019	
3181730	Bormio	bormio	IT	23032	4096	Europe/Rome	46.46841	10.37206		Aquae Bormiae,Bormio,Бормио	014009	09	SO	014009	
3181738	Bormida	bormida	IT	17045	444	Europe/Rome	44.43333	8.15				12	CN	004035	
3181743	Borgo Vodice	borgo-vodice	IT	04016	0	Europe/Rome	41.33333	13.1		Borgo Vodica,Borgo Vodice,Borgo Vòdica		07	LT	059024	
3181744	Borgo Vercelli	borgo-vercelli	IT	13012	2113	Europe/Rome	45.35786	8.46303	126	Borgo Vercelli	002017	12	VC	002017	
3181745	Borgo Velino	borgo-velino	IT	02010	922	Europe/Rome	42.40603	13.05928		Borgo Velino	057008	07	RI	057008	
3181746	Borgo Val di Taro	borgo-val-di-taro	IT	43043	5466	Europe/Rome	44.48705	9.76578	411	Borgo Val di Taro,Borgotaro	034006	05	PR	034006	
3181747	Borgo Tossignano	borgo-tossignano	IT	40021	2206	Europe/Rome	44.27666	11.59022	102	Borgo Tossignano,Borgo di Tossignano	037007	05	BO	037007	
3181748	Borgo Ticino	borgo-ticino	IT	28040	3997	Europe/Rome	45.68927	8.60183	299	Borgo Ticino	003025	12	NO	003025	
3181749	Borgosesia	borgosesia	IT	13011	10967	Europe/Rome	45.71447	8.27992	354	Borgosesia	002016	12	VC	002016	
3181750	Borgosatollo	borgosatollo	IT	25010	7972	Europe/Rome	45.48078	10.24107		Borgosatollo,borugosatorro,ボルゴサトッロ	017021	09	BS	017021	
3181752	Borgo Santa Maria	borgo-santa-maria	IT	00010	0	Europe/Rome	43.86667	12.8				10	PU	041036	
3181753	Borgo San Martino	borgo-san-martino	IT	15032	1430	Europe/Rome	45.09426	8.52464	107	Borgo San Martino	006020	12	AL	006020	
3181754	Borgo San Lorenzo	borgo-san-lorenzo	IT	50032	9716	Europe/Rome	43.96009	11.36972	193	Borgo San Lorenzo	048004	16	FI	048004	
3181755	Borgo San Giacomo	borgo-san-giacomo	IT	25022	4603	Europe/Rome	45.34698	9.96847		Borgo San Giacomo,ボルゴ・サン・ジャーコモ	017020	09	BS	017020	
3181756	Borgo San Giacomo	borgo-san-giacomo	IT	25022	0	Europe/Rome	44.85	11.76667		Bagno San Giacomo,Borgo San Giacomo		05	FE	038007	
3181757	Borgo San Dalmazzo	borgo-san-dalmazzo	IT	12011	11128	Europe/Rome	44.33303	7.48583	636	Borgo San Dalmazzo	004025	12	CN	004025	
3181759	Borgo Sabotino	borgo-sabotino	IT	04100	0	Europe/Rome	41.41667	12.83333				07	LT	059011	
3181760	Borgorose	borgorose	IT	02021	4524	Europe/Rome	42.18903	13.23399		Borgocollefegato,Borgorose	057007	07	RI	057007	
3181762	Borgoricco	borgoricco	IT	35010	6939	Europe/Rome	45.5352	11.94111		Borgoricco	028013	20	PD	028013	
3181763	Borgoratto Mormorolo	borgoratto-mormorolo	IT	27040	434	Europe/Rome	44.93066	9.19326		Borgoratto,Borgoratto Mormorolo	018017	09	PV	018017	
3181764	Borgoratto Alessandrino	borgoratto-alessandrino	IT	15013	577	Europe/Rome	44.83625	8.53854	105	Borgorat,Borgoratto Alessandrino	006019	12	AL	006019	
3181765	Borgo Quinzio	borgo-quinzio	IT	02032	0	Europe/Rome	42.16667	12.71667				07	RI	057027	
3181766	Borgo Priolo	borgo-priolo	IT	27040	1405	Europe/Rome	44.96632	9.14835		Borgo Priolo	018016	09	PV	018016	
3181769	Borgo Podgora	borgo-podgora	IT	04100	0	Europe/Rome	41.51462	12.85383		Podgora		07	LT	059011	
3181771	Borgo Piave	borgo-piave	IT	04100	0	Europe/Rome	41.48209	12.86293				07	LT	059011	
3181772	Borgo Piave	borgo-piave	IT	04100	0	Europe/Rome	40.41583	18.2175				13	LE	075035	
3181773	Borgo Panigale	borgo-panigale	IT	40132	0	Europe/Rome	44.51667	11.26667		Borgo Panigale,San Antonio		05	BO	037006	
3181774	Borgo Pace	borgo-pace	IT	61040	320	Europe/Rome	43.65846	12.29405	469	Borgo Pace	041006	10	PU	041006	
3181775	Borgo Nuovo	borgo-nuovo	IT	84047	0	Europe/Rome	44.43333	11.28333		Borgo Nuovo,Borgonuova		05	BO	037057	
3181776	Borgonuovo	borgonuovo	IT	40037	0	Europe/Rome	43.85	10.61667		Borgonovo,Borgonuovo		16	LU	046026	
3181777	Borgonuovo	borgonuovo	IT	40037	0	Europe/Rome	43.21667	11.9				16	AR	051017	
3181778	Borgonuovo	borgonuovo	IT	40037	0	Europe/Rome	42.63333	13.6				01	TE	067041	
3181779	Borgonovo Val Tidone	borgonovo-val-tidone	IT	29011	6866	Europe/Rome	45.01436	9.44346		Borgonovo Val Tidone	033006	05	PC	033006	
3181780	Borgonovo	borgonovo	IT	12052	0	Europe/Rome	44.96667	10.25				05	PR	034049	
3181781	Borgonovo	borgonovo	IT	12052	475	Europe/Rome	44.39547	9.3792	102	Borgonovo,Borgonovo di Mezzanego		08	GE	010034	
3181782	Borgone Susa	borgone-susa	IT	10050	1857	Europe/Rome	45.12284	7.23971	394	Borgon,Borgone Susa,ボルゴーネ・スーザ	001032	12	TO	001032	
3181785	Borgo Montenero	borgo-montenero	IT	04017	0	Europe/Rome	41.28333	13.1				07	LT	059025	
3181786	Borgo Montello	borgo-montello	IT	04100	0	Europe/Rome	41.5	12.76667		Borgo Montello,Montello		07	LT	059011	
3181787	Borgomasino	borgomasino	IT	10031	738	Europe/Rome	45.36326	7.98752	260	Borghmasin,Borgomasino,borugomajino,ボルゴマジーノ	001031	12	TO	001031	
3181789	Borgomaro	borgomaro	IT	18021	361	Europe/Rome	43.97492	7.94515	249	Borgomaro	008010	08	IM	008010	
3181790	Borgomanero	borgomanero	IT	28021	20430	Europe/Rome	45.70237	8.45813	307	Borgomanero	003024	12	NO	003024	
3181792	Borgomale	borgomale	IT	12050	365	Europe/Rome	44.62034	8.13224		Borgomale,Borgomale Priosa	004024	12	CN	004024	
3181794	Borgolavezzaro	borgolavezzaro	IT	28071	2041	Europe/Rome	45.31966	8.69954	118		003023	12	NO	003023	
3181795	Borgo Isonzo	borgo-isonzo	IT	04100	0	Europe/Rome	41.41667	12.9				07	LT	059011	
3181797	Borgo Grappa	borgo-grappa	IT	04100	0	Europe/Rome	41.38333	12.95				07	LT	059024	
3181799	Borgofranco d'Ivrea	borgofranco-d-ivrea	IT	10013	2918	Europe/Rome	45.51286	7.85802	253	Borghfranch,Borgofranco,Borgofranco d'Ivrea,ボルゴフランコ・ディヴレーア	001030	12	TO	001030	
3181801	Borgoforte	borgoforte	IT	35022	0	Europe/Rome	45.13333	11.93333				20	RO	029044	
3181802	Borgoforte	borgoforte	IT	35022	3278	Europe/Rome	45.05128	10.74929		Borgoforte	020005	09	MN	020005	
3181804	Borgo di Terzo	borgo-di-terzo	IT	24060	933	Europe/Rome	45.72078	9.89096		Borgo di Terzo	016032	09	BG	016032	
3181809	Borgo d'Ale	borgo-d-ale	IT	13040	2297	Europe/Rome	45.35166	8.05072	242	Borgo d'Ale	002015	12	VC	002015	
3181810	Borgo Celano	borgo-celano	IT	71014	0	Europe/Rome	41.7	15.65				13	FG	071047	
3181812	Borgo Carso	borgo-carso	IT	04100	0	Europe/Rome	41.53454	12.88851				07	LT	059011	
3181814	Borgo Bainsizza	borgo-bainsizza	IT	04100	0	Europe/Rome	41.48333	12.78333		Bainsizza,Borgo Bainsizza		07	LT	059011	
3181815	Borgo a Mozzano	borgo-a-mozzano	IT	55023	1508	Europe/Rome	43.97895	10.5457	97	Borgo a Mozzano	046004	16	LU	046004	
3181816	Borgo alla Collina	borgo-alla-collina	IT	52018	0	Europe/Rome	43.75	11.71667		Borgo a Collina,Borgo alla Collina		16	AR	051010	
3181819	Borgo a Buggiano	borgo-a-buggiano	IT	51011	7302	Europe/Rome	43.87545	10.73351	41	Buggiano	047003	16	PT	047003	
3181820	Borgo	borgo	IT	12066	0	Europe/Rome	40.48333	17.23333		Borgo,Borgo della Stazione		13	TA	073027	
3181821	Borgo	borgo	IT	12066	0	Europe/Rome	40.05383	17.97578				13	LE	075031	
3181822	Borgo Valsugana	borgo	IT	12066	6177	Europe/Rome	46.05141	11.45439		Borgo Valsugana,ボルゴ・ヴァルスガーナ		17	TN	022022	
3181823	Borgo	borgo	IT	12066	0	Europe/Rome	43.93333	7.95				08	IM	008064	
3181824	Borgo	borgo	IT	12066	0	Europe/Rome	42.98333	13.86667				10	AP	044023	
3181825	Borgnano	borgnano	IT	34071	473	Europe/Rome	45.93139	13.44389	35			06	GO	031002	
3181829	Borgiallo	borgiallo	IT	10080	230	Europe/Rome	45.41706	7.66852	540	Borgial,Borgiallo,borujarro,ボルジャッロ	001029	12	TO	001029	
3181830	Borghi	borghi	IT	47030	433	Europe/Rome	44.03223	12.35618	264	Borghi,borugi,ボルギ	040004	05	FC	040004	
3181832	Borghetto Santo Spirito	borghetto-santo-spirito	IT	17052	4904	Europe/Rome	44.11187	8.24129	2	Borghetto Santo Spirito	009012	08	SV	009012	
3181833	Borghetto San Nicolò	borghetto-san-nicolo	IT	18012	0	Europe/Rome	43.80406	7.66125				08	IM	008008	
3181835	Borghetto Lodigiano	borghetto-lodigiano	IT	26812	3740	Europe/Rome	45.21477	9.49926		Borghetto Lodigiano,ボルゲット・ロディジャーノ	098004	09	LO	098004	
3181836	Borghetto di Vara	borghetto-di-vara	IT	19020	611	Europe/Rome	44.22368	9.72118	104	Borghetto di Vara	011006	08	SP	011006	
3181838	Borghetto d'Arroscia	borghetto-d-arroscia	IT	18020	494	Europe/Rome	44.05773	7.98175		Borghettio d'Arroscia,Borghettio d'Arróscia,Borghetto,Borghetto d'Arroscia	008009	08	IM	008009	
3181839	Borghetto	borghetto	IT	01033	0	Europe/Rome	46.43333	9.28333				09	SO	014035	
3181840	Borghetto	borghetto	IT	01033	0	Europe/Rome	45.6	11.88333				20	PD	028080	
3181841	Borghetto	borghetto	IT	01033	0	Europe/Rome	45.18333	10.48333				09	MN	020032	
3181842	Borghetto	borghetto	IT	01033	0	Europe/Rome	44.81667	10.1				05	PR	034025	
3181843	Borghetto	borghetto	IT	01033	0	Europe/Rome	43.58333	13.28333				10	AN	042025	
3181844	Borghetto	borghetto	IT	01033	0	Europe/Rome	43.18333	12.01667				18	PG	054009	
3181845	Borghetto	borghetto	IT	01033	217	Europe/Rome	42.34675	12.4546	45			07	VT	056021	
3181850	Borgaro Torinese	borgaro-torinese	IT	10071	11291	Europe/Rome	45.14825	7.65672	254	Borgaro Torinese,Borghi,ボルガロ・トリネーゼ	001028	12	TO	001028	
3181853	Borgagne	borgagne	IT	73026	0	Europe/Rome	40.24108	18.37661				13	LE	075043	
3181854	Boretto	boretto	IT	42022	5106	Europe/Rome	44.90187	10.55429	23	Boretto	035005	05	RE	035005	
3181856	Borello	borello	IT	18038	0	Europe/Rome	44.05167	12.17694				05	FC	040020	
3181857	Bore	bore	IT	43030	326	Europe/Rome	44.71866	9.79207	835		034005	05	PR	034005	
3181859	Bordolano	bordolano	IT	26020	567	Europe/Rome	45.29227	9.98727		Bordolano	019007	09	CR	019007	
3181860	Bordogna	bordogna	IT	24010	0	Europe/Rome	45.95	9.71667				09	BG	016184	
3181864	Bordighera	bordighera	IT	18012	9016	Europe/Rome	43.78064	7.66451	5		008008	08	IM	008008	
3181867	Borca di Cadore	borca-di-cadore	IT	32040	774	Europe/Rome	46.44083	12.225		Borca,Borca di Cadore	025007	20	BL	025007	
3181868	Borca	borca	IT	28876	0	Europe/Rome	45.95974	7.99041				12	VB	103039	
3181869	Borbona	borbona	IT	02010	725	Europe/Rome	42.51254	13.13598		Barbona,Borbona	057006	07	RI	057006	
3181875	Bonorva	bonorva	IT	07012	3610	Europe/Rome	40.41796	8.76461	508	Bonorva	090013	14	SS	090013	
3181878	Bono	bono	IT	07011	0	Europe/Rome	46.02224	10.849				17	TN	022228	
3181879	Bono	bono	IT	07011	3800	Europe/Rome	40.41456	9.03233		Bono	090012	14	SS	090012	
3181880	Bonnanaro	bonnanaro	IT	07043	1127	Europe/Rome	40.53336	8.76442		Bonnanaro	090011	14	SS	090011	
3181882	Bonito	bonito	IT	83032	2588	Europe/Rome	41.09772	15.00134			064012	04	AV	064012	
3181883	Bonisiolo	bonisiolo	IT	31021	688	Europe/Rome	45.58233	12.31753	5			20	TV	026043	
3181886	Bonferraro	bonferraro	IT	37060	1323	Europe/Rome	45.18264	11.00866	20			20	VR	023084	
3181888	Bonefro	bonefro	IT	86041	1404	Europe/Rome	41.70453	14.93333	620	Bonefro	070004	11	CB	070004	
3181889	Bonea	bonea	IT	82013	1114	Europe/Rome	41.07522	14.61894	350	Bonea	062009	04	BN	062009	
3181890	Bondeno	bondeno	IT	44012	0	Europe/Rome	44.95	10.86667				09	MN	020027	
3181891	Bondeno	bondeno	IT	44012	7519	Europe/Rome	44.88531	11.41689	11	Bondeno	038003	05	FE	038003	
3181893	Boncellino	boncellino	IT	48012	0	Europe/Rome	44.38333	11.98333				05	RA	039002	
3181894	Bonavigo	bonavigo	IT	37040	720	Europe/Rome	45.25968	11.2796	19	Bonavigo,bonavu~igo,ボナヴィーゴ	023009	20	VR	023009	
3181895	Bonavicina	bonavicina	IT	37050	1435	Europe/Rome	45.24426	11.18419	21			20	VR	023075	
3181896	Bonate Sopra	bonate-sopra	IT	24040	6238	Europe/Rome	45.68338	9.55975		Bonate Sopra	016030	09	BG	016030	
3181897	Bonassola	bonassola	IT	19011	597	Europe/Rome	44.18474	9.58248	6	Bonasseua,Bonassola	011005	08	SP	011005	
3181899	Bonarcado	bonarcado	IT	09070	1623	Europe/Rome	40.09836	8.65534	283	Bonarcado,Bonàrcado	095015	14	OR	095015	
3181903	Bomporto	bomporto	IT	41030	3540	Europe/Rome	44.72977	11.0384	25	Bomporto	036002	05	MO	036002	
3181906	Bomerano	bomerano	IT	80051	0	Europe/Rome	40.63333	14.53333				04	NA	063003	
3181907	Bombiana	bombiana	IT	40041	0	Europe/Rome	44.21667	10.96667				05	BO	037027	
3181908	Bomba	bomba	IT	66042	682	Europe/Rome	42.03434	14.36712	424		069006	01	CH	069006	
3181909	Bomarzo	bomarzo	IT	01020	1595	Europe/Rome	42.48193	12.24876	263	Bomarzo,Polymartium	056009	07	VT	056009	
3181910	Bolzano Vicentino	bolzano-vicentino	IT	36050	3742	Europe/Rome	45.6037	11.6233	45	Bolzano Vicentino	024013	20	VI	024013	
3181911	Bolzano Novarese	bolzano-novarese	IT	28010	912	Europe/Rome	45.76397	8.44492	400	Bolzano Novarese	003022	12	NO	003022	
3181913	Bolzano	bolzano	IT	39100	99049	Europe/Rome	46.49272	11.33358	262	BZO,Bal'cana,Bauzanum,Bocen,Bocenas,Boceno,Bol'cano,Bolcano,Bolcāno,Bolzan,Bolzano,Bolzanu,Bolzán,Bozen,Bozen-Bolzano,Bozn,Bulsaun,Buzzanu,Mpoltzano,bo er cha nuo,borutsu~ano,bwlznw,Μπολτζάνο,Бальцана,Болцано,Больцано,Боцен,בולצנו,ボルツァーノ,波尔查诺	BZ	17	BZ	021008	
3181914	Bolzaneto	bolzaneto	IT	16162	0	Europe/Rome	44.45743	8.90184				08	GE	010025	
3181917	Bolsena	bolsena	IT	01023	3468	Europe/Rome	42.64383	11.98506	350	Bolsena,Bolsena jaerv,Bolsena järv,Bolsenameer,Bolsenas ezers,Bolsenasjoen,Bolsenasjön,Bolsēnas ezers,Lac de Bolsena,Lacus Volsiniensis,Lago Bolsena,Lago de Bolsena,Lago di Bolsena,Lagu di Bolsena,Lake Bolsena,Mar fan Bolsena,Ozero Bol'sena,Tasik Bolsena,bo sai na hu,borusena hu,Озеро Больсена,אגם בולסנה,ボルセーナ湖,博赛纳湖	056008	07	VT	056008	
3181918	Bolotana	bolotana	IT	08011	3276	Europe/Rome	40.32576	8.96113		Bolotana	091010	14	NU	091010	
3181919	Bolognola	bolognola	IT	62035	155	Europe/Rome	42.99385	13.22828		Bolognola	043005	10	MC	043005	
3181924	Bolognano	bolognano	IT	38062	1269	Europe/Rome	42.21814	13.9601		Bolognano	068003	01	PE	068003	
3181928	Bologna	bologna	IT	40100	366133	Europe/Rome	44.49381	11.33875	54	BLQ,Baljon'ja,Bologna,Bologne,Bolon'ja,Bolona,Bolonha,Bolonia,Bolonija,Bolonja,Bolonjo,Bolonya,Boloņa,Boloňa,Bononia,Bulaggna,Bulogna,Bulåggna,bo luo ni ya,bollonya,boronya,bwlwnya,bwlwnyh,Балёнья,Болонья,Болоня,Болоња,בולוניה,بولونيا,ボローニャ,博洛尼亚,볼로냐	05	05	BO	037006	
3181930	Bollengo	bollengo	IT	10012	1280	Europe/Rome	45.47086	7.94202	255	Bolengh,Bollengo,borrengo,ボッレンゴ	001027	12	TO	001027	
3181931	Bollate	bollate	IT	20021	46781	Europe/Rome	45.54647	9.12054		Bollate,borrate,ボッラーテ	015027	09	MI	015027	
3181932	Bolgheri	bolgheri	IT	57022	0	Europe/Rome	43.23333	10.61667		Bolgheri		16	LI	049006	
3181934	Bolano	bolano	IT	19020	712	Europe/Rome	44.18845	9.89648	317	Bolan,Bolano	011004	08	SP	011004	
3181939	Bojano	bojano	IT	86021	6014	Europe/Rome	41.48572	14.47293	482	Boiano,Bojano,boviani,Бояно,ბოვიანი	070003	11	CB	070003	
3181943	Bogliasco	bogliasco	IT	16031	3656	Europe/Rome	44.37904	9.06796	25	Boggiasco,Bogliasco,Bogliasco Pieve	010004	08	GE	010004	
3181945	Boffalora sopra Ticino	boffalora-sopra-ticino	IT	20010	4265	Europe/Rome	45.46735	8.83095		Boffalora,Boffalora Ticino,Boffalora sopra Ticino,ボッファローラ・ソプラ・ティチーノ	015026	09	MI	015026	
3181946	Boffalora d'Adda	boffalora-d-adda	IT	26811	1042	Europe/Rome	45.35977	9.49416		Boffalora d'Adda,ボッファローラ・ダッダ	098003	09	LO	098003	
3181953	Bocenago	bocenago	IT	38080	389	Europe/Rome	46.1191	10.75887	750	Bocenago,bochenago,ボチェナーゴ	022018	17	TN	022018	
3181956	Boccioleto	boccioleto	IT	13022	277	Europe/Rome	45.83047	8.11282		Boccioleto,botchoreto,ボッチョレート	002014	12	VC	002014	
3181957	Bocchignano	bocchignano	IT	02034	0	Europe/Rome	42.25352	12.70075				07	RI	057044	
3181962	Boccheggiano	boccheggiano	IT	58026	311	Europe/Rome	43.09108	11.03319	664			16	GR	053017	
3181964	Boccaleone	boccaleone	IT	24125	490	Europe/Rome	44.64078	11.80394	4			05	FE	038001	
3181969	Bobbio Pellice	bobbio-pellice	IT	10060	409	Europe/Rome	44.80854	7.11692	732	Beubi,Bobbio,Bobbio Pellice,ボッビオ・ペッリーチェ	001026	12	TO	001026	
3181970	Bobbio	bobbio	IT	29022	2260	Europe/Rome	44.77056	9.38536	272	Bobbio,Bobi,Bobium,bo bi ao,bobbio,bwbyw,Боббио,Боббіо,بوبيو,بوبیو,ボッビオ,博比奥	033005	05	PC	033005	
3181971	Boario Terme	boario-terme	IT	25041	0	Europe/Rome	45.8915	10.18879				09	BS	017065	
3181977	Boara Polesine	boara-polesine	IT	45100	0	Europe/Rome	45.11667	11.8				20	PD	028012	
3181982	Blessano	blessano	IT	33031	751	Europe/Rome	46.03986	13.10426	88			06	UD	030009	
3181983	Blera	blera	IT	01010	2549	Europe/Rome	42.27252	12.03166	270	Biede,Blera,Блера	056007	07	VT	056007	
3181984	Blavy	blavy	IT	11020	0	Europe/Rome	45.75	7.46667		Blavy,Blevy		19	AO	007045	
3181990	Bivigliano	bivigliano	IT	50036	0	Europe/Rome	43.9	11.31667				16	FI	048046	
3181992	Bitti	bitti	IT	08021	3481	Europe/Rome	40.47956	9.38403		Bitti	091009	14	NU	091009	
3181994	Bitritto	bitritto	IT	70020	9827	Europe/Rome	41.04453	16.82518		Bitritto,bitoritto,ビトリット	072012	13	BA	072012	
3181995	Bitonto	bitonto	IT	70032	56929	Europe/Rome	41.11083	16.68938		Bitonto,bitonto,ビトント	072011	13	BA	072011	
3181996	Bitetto	bitetto	IT	70020	10153	Europe/Rome	41.03863	16.74688		Bitetto,bitetto,ビテット	072010	13	BA	072010	
3181997	Bistagno	bistagno	IT	15012	1281	Europe/Rome	44.66014	8.37034	175	Bistagn,Bistagno	006017	12	AL	006017	
3181999	Bisignano	bisignano	IT	63094	0	Europe/Rome	42.8469	13.35096				10	AP	044038	
3182003	Bisenti	bisenti	IT	64033	577	Europe/Rome	42.52874	13.8005	274	Bisenti	067007	01	TE	067007	
3182005	Bisegna	bisegna	IT	67050	342	Europe/Rome	41.92113	13.7576		Bisegna	066011	01	AQ	066011	
3182007	Bisceglie	bisceglie	IT	76011	51718	Europe/Rome	41.24203	16.50438		Bisceglie,Bishell'e,bisherie,Бишеллье,ビシェーリエ	110003	13	BT	110003	
3182012	Bisaccia	bisaccia	IT	83044	4391	Europe/Rome	41.01212	15.37475		Bisaccia,Nuova Bisaccia,Nuova Bisáccia	064011	04	AV	064011	
3182013	Birori	birori	IT	08010	591	Europe/Rome	40.26476	8.81762		Birori	091008	14	NU	091008	
3182019	Bionaz	bionaz	IT	11010	239	Europe/Rome	45.87356	7.4231		Bionaz	007010	19	AO	007010	
3182022	Bioglio	bioglio	IT	13841	1087	Europe/Rome	45.61516	8.13602		Bioglio	096005	12	BI	096005	
3182025	Bindo	bindo	IT	23813	0	Europe/Rome	46.00841	9.38112				09	LC	097025	
3182027	Binasco	binasco	IT	20082	6921	Europe/Rome	45.33187	9.09905		Binasco,binasuko,ビナスコ	015024	09	MI	015024	
3182028	Gabbioneta-Binanuova	binanuova	IT	26030	968	Europe/Rome	45.21627	10.22027				09	CR	019045	
3182032	Bigolino	bigolino	IT	31049	1541	Europe/Rome	45.86972	12.01306	176			20	TV	026087	
3182034	Bigliolo	bigliolo	IT	54011	0	Europe/Rome	44.23333	10.05				16	MS	045001	
3182040	Bientina	bientina	IT	56031	5121	Europe/Rome	43.70634	10.61971	10	Bientina	050001	16	PI	050001	
3182041	Bienno	bienno	IT	25040	3510	Europe/Rome	45.93579	10.29336		Bienno,bien'no,ビエンノ	017018	09	BS	017018	
3182043	Biella	biella	IT	13900	43030	Europe/Rome	45.55986	8.05002	420	B'ella,Biella,Bugella,bierra,Бьелла,ビエッラ	BI	12	BI	096004	
3182045	Bidonì	bidoni	IT	09080	159	Europe/Rome	40.11305	8.93643		Bidoni,Bidonì	095014	14	OR	095014	
3182054	Bicinicco	bicinicco	IT	33050	796	Europe/Rome	45.93444	13.25222	36	Bicinicco,Bicinicco di Sotto,Bicinins	030011	06	UD	030011	
3182056	Biccari	biccari	IT	71032	2443	Europe/Rome	41.39613	15.19444	450	Biccari	071006	13	FG	071006	
3182057	Bibione	bibione	IT	30028	2564	Europe/Rome	45.63583	13.05389	1	Bibione,Бибионе		20	VE	027034	
3182058	Bibbona	bibbona	IT	57020	1130	Europe/Rome	43.26873	10.59362	80	Bibbona,bibbona,ビッボーナ	049001	16	LI	049001	
3182059	Bibbiena	bibbiena	IT	52011	6394	Europe/Rome	43.69534	11.81759	425		051004	16	AR	051004	
3182060	Bibbiano	bibbiano	IT	42021	5571	Europe/Rome	44.66436	10.48029	121	Bibbiano	035004	05	RE	035004	
3182061	Bibbiano	bibbiano	IT	42021	0	Europe/Rome	43.45	11.1				16	SI	052022	
3182062	Bibbiano	bibbiano	IT	42021	0	Europe/Rome	43.11667	11.45				16	SI	052003	
3182064	Bibano	bibano	IT	31010	1561	Europe/Rome	45.90751	12.43266	36			20	TV	026033	
3182066	Biassono	biassono	IT	20853	11088	Europe/Rome	45.62988	9.27045		Biassono,biassono,ビアッソーノ	108009	09	MB	108009	
3182067	Bianzone	bianzone	IT	23030	1220	Europe/Rome	46.1882	10.10935		Bianzone	014008	09	SO	014008	
3182068	Bianzè	bianze	IT	13041	2038	Europe/Rome	45.30846	8.12253		Bianse,Biansé,Bianze,Bianzè,biantsu~e,ビアンツェ	002011	12	VC	002011	
3182069	Biandronno	biandronno	IT	21024	3102	Europe/Rome	45.81508	8.71003		Biandronno	012014	09	VA	012014	
3182070	Biandrate	biandrate	IT	28061	1162	Europe/Rome	45.45266	8.46243	160	Biandrate	003018	12	NO	003018	
3182071	Bianconese	bianconese	IT	43010	423	Europe/Rome	44.85	10.21667	54			05	PR	034016	
3182082	Biancano	biancano	IT	82030	0	Europe/Rome	41.15	14.36667				04	BN	062038	
3182087	Bevilacqua	bevilacqua	IT	37040	1066	Europe/Rome	45.23178	11.3925	14	Bevilacqua,bevu~irakkua,ベヴィラックア	023008	20	VR	023008	
3182090	Bevera	bevera	IT	18039	0	Europe/Rome	45.75	9.35				09	LC	097019	
3182091	Bevera	bevera	IT	18039	479	Europe/Rome	43.82481	7.57825	34			08	IM	008065	
3182096	Bevagna	bevagna	IT	06031	2705	Europe/Rome	42.93374	12.60836	210	Bevagna	054004	18	PG	054004	
3182098	Beura-Cardezza	beura	IT	28851	1372	Europe/Rome	46.07958	8.29972		Beura Cardezza,Beura-Cardezza,Béura Cardezza		12	VB	103011	
3182099	Bettona	bettona	IT	06084	615	Europe/Rome	43.01264	12.48546	353	Bettona	054003	18	PG	054003	
3182100	Bettolle	bettolle	IT	53048	0	Europe/Rome	43.2	11.8		Bettolle		16	SI	052033	
3182103	Bettola	bettola	IT	20068	0	Europe/Rome	45.53333	11.11667				20	VR	023074	
3182104	Bettola	bettola	IT	20068	3187	Europe/Rome	44.77826	9.60857		Bettola	033004	05	PC	033004	
3182107	Bessude	bessude	IT	07040	501	Europe/Rome	40.55536	8.72672		Bessude	090010	14	SS	090010	
3182111	Besozzo	besozzo	IT	21023	8239	Europe/Rome	45.85198	8.66923		Besozzo,Besozzo Inferiore,Besozzo Superiore	012013	09	VA	012013	
3182112	Besnate	besnate	IT	21010	4822	Europe/Rome	45.69767	8.76773		Besnate	012012	09	VA	012012	
3182113	Besenzone	besenzone	IT	29010	325	Europe/Rome	44.98607	9.95367	48	Besenzone	033003	05	PC	033003	
3182114	Besenello	besenello	IT	38060	2354	Europe/Rome	45.9426	11.11038	218	Besenello,bezenerro,ベゼネッロ	022013	17	TN	022013	
3182115	Besate	besate	IT	20080	1729	Europe/Rome	45.31296	8.96964		Besate,bezate,ベザーテ	015022	09	MI	015022	
3182116	Besano	besano	IT	21050	2350	Europe/Rome	45.88898	8.89103		Besano,bezano,ベザーノ	012011	09	VA	012011	
3182119	Besana in Brianza	besana-in-brianza	IT	20842	14177	Europe/Rome	45.70378	9.28594		Besana,Besana Brianza,Besana in Brianza,Besàna,ベザーナ・イン・ブリアンツァ	108008	09	MB	108008	
3182120	Berzo Inferiore	berzo-inferiore	IT	25040	2206	Europe/Rome	45.93099	10.27966		Berzo Inferiore,Bezzo Inferiore,ベルツォ・インフェリオーレ	017017	09	BS	017017	
3182124	Berzano di San Pietro	berzano-di-san-pietro	IT	14020	263	Europe/Rome	45.09475	7.95283	424	Bersan,Bersan San Pe,Bersan San Pè,Berzano San Pietro,Berzano di San Pietro	005009	12	AT	005009	
3182128	Bertonico	bertonico	IT	26821	1116	Europe/Rome	45.23307	9.66806		Bertonico,berutoniko,ベルトーニコ	098002	09	LO	098002	
3182132	Bertiolo	bertiolo	IT	33032	1996	Europe/Rome	45.94361	13.05083	33	Bertiolo,Bertiul	030010	06	UD	030010	
3182133	Bertinoro	bertinoro	IT	47032	1550	Europe/Rome	44.14835	12.1334	254	Bartnora,Bartnòra,Bertinoro,berutinoro,ベルティノーロ	040003	05	FC	040003	
3182135	Bertigaro	bertigaro	IT	16041	0	Europe/Rome	44.46667	9.36667	654			08	GE	010005	
3182140	Bersezio	bersezio	IT	12010	0	Europe/Rome	44.38031	6.96885			004006	12	CN	004006	
3182146	Berra	berra	IT	44033	1812	Europe/Rome	44.97718	11.97852	2	Berra,berra,ベッラ	038002	05	FE	038002	
3182147	Beroide	beroide	IT	06049	230	Europe/Rome	42.82685	12.72352	223			18	PG	054051	
3182149	Bernate Ticino	bernate-ticino	IT	20010	2941	Europe/Rome	45.47737	8.81764		Bernate Ticino,ベルナーテ・ティチーノ	015019	09	MI	015019	
3182153	Bernalda	bernalda	IT	75012	10763	Europe/Rome	40.41282	16.69199	126	Bernalda	077003	02	MT	077003	
3182154	Berlingo	berlingo	IT	25030	1861	Europe/Rome	45.50298	10.04366		Berlingo,beruringo,ベルリンゴ	017015	09	BS	017015	
3182161	Bergeggi	bergeggi	IT	17028	1120	Europe/Rome	44.24833	8.44402	110		009010	08	SV	009010	
3182162	Bergantino	bergantino	IT	45032	2065	Europe/Rome	45.06108	11.2517	15	Bergantino	029006	20	RO	029006	
3182164	Bergamo	bergamo	IT	24100	113143	Europe/Rome	45.69798	9.66895		Bergam,Bergame,Bergamo,Berghem,Bergomum,Bèrgam,Bèrghem,Bérgamo,Bérghem,bei er jia mo,bergamo,berugamo,byrghamw,Бергамо,بيرغامو,बेर्गमो,ベルガモ,贝尔加莫	BG	09	BG	016024	
3182167	Bereguardo	bereguardo	IT	27021	2390	Europe/Rome	45.25706	9.02735		Bereguardo	018014	09	PV	018014	
3182168	Berchiddeddu	berchiddeddu	IT	07026	0	Europe/Rome	40.81667	9.45				14	OT	104017	
3182170	Berchidda	berchidda	IT	07022	3177	Europe/Rome	40.78407	9.16452		Berchidda	104006	14	OT	104006	
3182172	Berceto	berceto	IT	43042	1048	Europe/Rome	44.50899	9.99104	808		034004	05	PR	034004	
3182173	Berbenno di Valtellina	berbenno-di-valtellina	IT	23010	4177	Europe/Rome	46.16779	9.74515		Berbenno,Berbenno Valtellina,Berbenno di Valtellina	014007	09	SO	014007	
3182176	Bentivoglio	bentivoglio	IT	40010	1234	Europe/Rome	44.6369	11.41737	19	BQY,Bentivoglio	037005	05	BO	037005	
3182177	Benna	benna	IT	13871	1156	Europe/Rome	45.51366	8.12662	277	Benna,ben'na,ベンナ	096003	12	BI	096003	
3182179	Benevento	benevento	IT	82100	48931	Europe/Rome	41.13204	14.77328	135	Benevent,Benevento,Beneventum,Beneviento,Benewent,Bénévent,QBV,benevu~ento,Беневенто,ბენევენტო,ベネヴェント	BN	04	BN	062008	
3182180	Benevello	benevello	IT	12050	213	Europe/Rome	44.62984	8.10414	671	Benevello	004020	12	CN	004020	
3182181	Bene Vagienna	bene-vagienna	IT	12041	1977	Europe/Rome	44.54334	7.82834	349	Bene Vagienna	004019	12	CN	004019	
3182183	Benetutti	benetutti	IT	07010	2181	Europe/Rome	40.45646	9.16883		Benetutti	090008	14	SS	090008	
3182184	Benedello	benedello	IT	41026	0	Europe/Rome	44.36667	10.86667				05	MO	036030	
3182186	Belvedere Ostrense	belvedere-ostrense	IT	60030	1283	Europe/Rome	43.58216	13.16867	251	Belvedere Ostrense,ベルヴェデーレ・オストレンセ	042005	10	AN	042005	
3182187	Belvedere Langhe	belvedere-langhe	IT	12060	261	Europe/Rome	44.49304	7.97464	639	Belvedere Langhe	004018	12	CN	004018	
3182188	Belvedere Fogliense	belvedere-fogliense	IT	61010	259	Europe/Rome	43.84573	12.69013	302			10	PU	041065	
3182193	Belvedere	belvedere	IT	00060	0	Europe/Rome	46.0456	11.10546				17	TN	022205	
3182194	Belvedere	belvedere	IT	00060	0	Europe/Rome	45.72833	13.395				06	UD	030004	
3182195	Belvedere	belvedere	IT	00060	0	Europe/Rome	43.41667	11.15				16	SI	052012	
3182196	Belvedere	belvedere	IT	00060	0	Europe/Rome	43.23333	12.85				10	AN	042017	
3182197	Belvedere	belvedere	IT	00060	0	Europe/Rome	42.9	11.96667				18	TR	055011	
3182198	Belvedere	belvedere	IT	00060	0	Europe/Rome	42.77146	11.64173				16	GR	053005	
3182199	Belvedere	belvedere	IT	00060	0	Europe/Rome	42.64583	12.75659				18	PG	054051	
3182201	Beltiglio	beltiglio	IT	82010	0	Europe/Rome	41.05	14.75		Beltiglio,Beltiglio di Ceppaloni		04	BN	062022	
3182203	Belmonte Piceno	belmonte-piceno	IT	63838	317	Europe/Rome	43.09175	13.53938	312	Belmonte Piceno,ベルモンテ・ピチェーノ	109003	10	FM	109003	
3182204	Belmonte in Sabina	belmonte-in-sabina	IT	02020	617	Europe/Rome	42.31733	12.89138		Belmonte in Sabina	057005	07	RI	057005	
3182205	Belmonte del Sannio	belmonte-del-sannio	IT	86080	491	Europe/Rome	41.82393	14.42212	864	Belmonte del Sannio	094004	11	IS	094004	
3182206	Belmonte Castello	belmonte-castello	IT	03040	765	Europe/Rome	41.57742	13.81581		Belmonte Castello	060013	07	FR	060013	
3182208	Belluno Veronese	belluno-veronese	IT	37020	329	Europe/Rome	45.68658	10.89938	148			20	VR	023013	
3182210	Belluno	belluno	IT	32100	25064	Europe/Rome	46.145	12.22139	383	BLX,Bellune,Belluno,Bellunum,Belun,berruno,Беллуно,ベッルーノ	BL	20	BL	025006	
3182211	Bellosguardo	bellosguardo	IT	84020	0	Europe/Rome	43.76667	11.21667				16	FI	048017	
3182212	Bellosguardo	bellosguardo	IT	84020	1009	Europe/Rome	40.42331	15.31416		Bellosguardo	065015	04	SA	065015	
3182213	Bellona	bellona	IT	81041	4727	Europe/Rome	41.16397	14.23359	74	Bellona	061007	04	CE	061007	
3182214	Bellocchi	bellocchi	IT	61032	3555	Europe/Rome	43.79564	13.00565	32			10	PU	041013	
3182219	Bellizzi Irpino	bellizzi-irpino	IT	83100	12950	Europe/Rome	40.88333	14.8				04	AV	064001	
3182221	Bellinzago Novarese	bellinzago-novarese	IT	28043	8993	Europe/Rome	45.56877	8.64323	192	Bellinzago,Bellinzago Novarese	003016	12	NO	003016	
3182224	Bellegra	bellegra	IT	00030	3029	Europe/Rome	41.88342	13.02679		Bellegra,berregura,ベッレグラ	058012	07	RM	058012	
3182225	Bellaria	bellaria	IT	20068	0	Europe/Rome	44.146	12.46519				05	RN	099001	
3182226	Bellante	bellante	IT	64020	984	Europe/Rome	42.74185	13.8102	354	Bellante	067006	01	TE	067006	
3182227	Bellano	bellano	IT	23822	3332	Europe/Rome	46.04329	9.30614		Bellano	097008	09	LC	097008	
3182228	Bellamonte	bellamonte	IT	38037	0	Europe/Rome	46.31321	11.6625				17	TN	022147	
3182229	Bellaguarda	bellaguarda	IT	46019	0	Europe/Rome	45	10.6				09	MN	020066	
3182230	Bellagio	bellagio	IT	22021	2949	Europe/Rome	45.98772	9.26182	220	Beladzho,Belladzhio,Bellagio,Bilacus,Беладжо,Белладжио	013019	09	CO	013019	
3182232	Bella	bella	IT	85051	2539	Europe/Rome	40.76092	15.54056	662	Bella,berra,ベッラ	076012	02	PZ	076012	
3182236	Belgirate	belgirate	IT	28832	387	Europe/Rome	45.83887	8.57143	199	Belgirate	103010	12	VB	103010	
3182237	Belgioioso	belgioioso	IT	27011	5357	Europe/Rome	45.15856	9.31376		Belgioioso	018013	09	PV	018013	
3182238	Belforte del Chienti	belforte-del-chienti	IT	62020	1528	Europe/Rome	43.16255	13.24538	347	Belforte,Belforte sul Chienti	043004	10	MC	043004	
3182239	Belforte all'Isauro	belforte-all-isauro	IT	61026	697	Europe/Rome	43.71676	12.37575		Belforte all'Isauro	041005	10	PU	041005	
3182240	Belforte	belforte	IT	06047	0	Europe/Rome	44.5	9.86667				05	PR	034006	
3182241	Belforte	belforte	IT	06047	0	Europe/Rome	42.85	12.96667				18	PG	054043	
3182242	Belfiore	belfiore	IT	06034	2318	Europe/Rome	45.38229	11.20949	26	Belfiore,berufiore,ベルフィオーレ	023007	20	VR	023007	
3182244	Beinette	beinette	IT	12081	2658	Europe/Rome	44.36483	7.64673	491	Beinette,beinette,ベイネッテ	004016	12	CN	004016	
3182245	Beinasco	beinasco	IT	10092	6469	Europe/Rome	45.02314	7.58392	265	Beinasch,Beinasco,beinasuko,ベイナスコ	001024	12	TO	001024	
3182247	Begliano	begliano	IT	34075	1019	Europe/Rome	45.82198	13.46568	10			06	GO	031018	
3182248	Beffi	beffi	IT	67020	0	Europe/Rome	42.18333	13.66667				01	AQ	066100	
3182249	Bedonia	bedonia	IT	43041	2136	Europe/Rome	44.50742	9.63281	500	Bedonia	034003	05	PR	034003	
3182250	Bedollo	bedollo	IT	38043	365	Europe/Rome	46.16551	11.29988	1133	Bedollo,bedorro,ベドッロ	022011	17	TN	022011	
3182251	Bedizzano	bedizzano	IT	54033	797	Europe/Rome	44.0788	10.12446	276			16	MS	045003	
3182254	Beccacivetta	beccacivetta	IT	37060	0	Europe/Rome	45.35	10.95				20	VR	023021	
3182256	Beaulard	beaulard	IT	10056	224	Europe/Rome	45.04407	6.75909	1200			12	TO	001175	
3182257	Beano	beano	IT	33033	380	Europe/Rome	45.99491	13.02802	64			06	UD	030027	
3182259	Bazzano Inferiore	bazzano-inferiore	IT	06049	308	Europe/Rome	42.77654	12.78903	367			18	PG	054051	
3182260	Bazzano	bazzano	IT	40053	6103	Europe/Rome	44.50176	11.08675		Bazzano		05	BO	037061	
3182261	Bazzano	bazzano	IT	40053	0	Europe/Rome	42.33333	13.45				01	AQ	066049	
3182262	Baveno	baveno	IT	28831	3918	Europe/Rome	45.90838	8.49962	205	Baveno	103008	12	VB	103008	
3182265	Baunei	baunei	IT	08040	2025	Europe/Rome	40.03196	9.66284	480	Baunei	105003	14	OG	105003	
3182267	Bauladu	bauladu	IT	09070	687	Europe/Rome	40.02055	8.67192		Bauladu	095013	14	OR	095013	
3182272	Battipaglia	battipaglia	IT	84091	50359	Europe/Rome	40.61091	14.98515		Battipaglia	065014	04	SA	065014	
3182273	Battifolle	battifolle	IT	52100	0	Europe/Rome	43.43333	11.78333				16	AR	051016	
3182274	Battiferro	battiferro	IT	05100	0	Europe/Rome	45.85	12.08333				20	TV	026025	
3182278	Battaglia Terme	battaglia-terme	IT	35041	3750	Europe/Rome	45.28531	11.78375	11	Battaglia,Battaglia Terme	028011	20	PD	028011	
3182282	Battaglia	battaglia	IT	84030	0	Europe/Rome	42.71667	13.63333				01	TE	067008	
3182283	Battaglia	battaglia	IT	84030	0	Europe/Rome	40.15	15.61667				04	SA	065027	
3182284	Batignano	batignano	IT	58100	619	Europe/Rome	42.86667	11.16667	150	Batignano		16	GR	053011	
3182286	Bastiglia	bastiglia	IT	41030	3606	Europe/Rome	44.72697	10.9986	27	Bastiglia,basutiria,バスティリア	036001	05	MO	036001	
3182287	Bastida de'Dossi	bastida-de-dossi	IT	27056	199	Europe/Rome	45.03976	8.92155		Bastida de' Dossi,Bastida de'Dossi,Bastida dei Dossi	018010	09	PV	018010	
3182288	Bastia	bastia	IT	06083	0	Europe/Rome	43.35	12.81667				10	AN	042017	
3182292	Bassignana	bassignana	IT	15042	1366	Europe/Rome	45.00116	8.73095	96	Bassignana	006013	12	AL	006013	
3182293	Bassiano	bassiano	IT	04010	1617	Europe/Rome	41.55042	13.03189		Bassiano,basshiano,バッシアーノ	059002	07	LT	059002	
3182295	Bassano Romano	bassano-romano	IT	01030	4277	Europe/Rome	42.22442	12.18917		Bassano Romano,Bassano di Sutri,バッサーノ・ロマーノ	056005	07	VT	056005	
3182296	Bassano in Teverina	bassano-in-teverina	IT	01030	1025	Europe/Rome	42.46593	12.31177	304	Bassano in Teverina	056006	07	VT	056006	
3182297	Bassano del Grappa	bassano-del-grappa	IT	36061	38224	Europe/Rome	45.7676	11.7357	129	Basan,Basano del Grapa,Bassano,Bassano-del'-Grappa,Bassianus,basanw dl ghraba,Басано дел Грапа,Бассано-дель-Граппа,باسانو دل غرابا,バッサーノ・デル・グラッパ	024012	20	VI	024012	
3182298	Bassano Bresciano	bassano-bresciano	IT	25020	1800	Europe/Rome	45.32718	10.12837		Bassano Bresciano,バッサーノ・ブレシャーノ	017013	09	BS	017013	
3182303	Bassacutena	bassacutena	IT	07029	0	Europe/Rome	41.11217	9.26293				14	OT	104014	
3182304	Basovizza	basovizza	IT	34012	659	Europe/Rome	45.64167	13.86323	377	Basovizza,Bazovica		06	TS	032006	
3182307	Basilicanova	basilicanova	IT	43022	2325	Europe/Rome	44.69804	10.35231	133	Basilicano,Basilicanova		05	PR	034023	
3182308	Basiliano	basiliano	IT	33031	4894	Europe/Rome	46.01417	13.07		Basilian,Basiliano	030009	06	UD	030009	
3182311	Baselice	baselice	IT	82020	2843	Europe/Rome	41.39373	14.97284		Baselice	062007	04	BN	062007	
3182313	Baselga di Pinè	baselga-di-pine	IT	38042	4427	Europe/Rome	46.1325	11.24648	964	Baselga,Baselga di Pine,Baselga di Pinè,バゼルガ・ディ・ピネ	022009	17	TN	022009	
3182314	Vigolo Baselga	vigolo-baselga	IT	38100	299	Europe/Rome	46.08183	11.04512	491			17	TN	022205	
3182316	Basciano	basciano	IT	64030	688	Europe/Rome	42.59374	13.7401	388	Basciano	067005	01	TE	067005	
3182317	Baschi	baschi	IT	05023	941	Europe/Rome	42.67324	12.21762	165	Baschi	055007	18	TR	055007	
3182318	Bascapè	bascape	IT	27010	1504	Europe/Rome	45.30827	9.31345		Bascape,Bascapè,Baskape,Баскапе	018009	09	PV	018009	
3182321	Basagliapenta	basagliapenta	IT	33031	453	Europe/Rome	45.99692	13.08154	62			06	UD	030009	
3182325	Barzanò	barzano	IT	23891	4836	Europe/Rome	45.73548	9.31304		Barzano,Barzanò	097006	09	LC	097006	
3182326	Barzaniga	barzaniga	IT	26021	0	Europe/Rome	45.25	9.88333				09	CR	019003	
3182327	Barzana	barzana	IT	24030	1562	Europe/Rome	45.73558	9.56735		Barzana	016021	09	BG	016021	
3182328	Giacciano con Baruchella	giacciano-con-baruchella	IT	45020	2255	Europe/Rome	45.06718	11.4504			029027	20	RO	029027	
3182333	Barrea	barrea	IT	67030	722	Europe/Rome	41.75593	13.99251	1060	Barrea	066010	01	AQ	066010	
3182336	Barra	barra	IT	80147	0	Europe/Rome	40.83333	14.31667		Barra		04	NA	063049	
3182337	Baronissi	baronissi	IT	84081	12383	Europe/Rome	40.74771	14.77084	226	Baronissi	065013	04	SA	065013	
3182338	Barni	barni	IT	22030	502	Europe/Rome	45.91128	9.26514		Barni	013015	09	CO	013015	
3182340	Barletta	barletta	IT	76121	93279	Europe/Rome	41.3197	16.28662	15	Barletta,baruretta,Барлетта,バルレッタ	BT	13	BT	110002	
3182341	Barlassina	barlassina	IT	20825	5927	Europe/Rome	45.65428	9.12974		Barlassina,barurasshina,バルラッシーナ	108005	09	MB	108005	
3182342	Barisciano	barisciano	IT	67021	1250	Europe/Rome	42.32444	13.5924	940	Barisciano	066009	01	AQ	066009	
3182343	Barile	barile	IT	85022	2665	Europe/Rome	40.94632	15.67266	600	Barile,Barilli	076011	02	PZ	076011	
3182345	Barigazzo	barigazzo	IT	41023	0	Europe/Rome	44.26667	10.65				05	MO	036018	
3182348	Baricella	baricella	IT	40052	3783	Europe/Rome	44.64667	11.53451	11	Baricella	037003	05	BO	037003	
3182428	Bannia	bannia	IT	33080	0	Europe/Rome	45.92083	12.75528				06	PN	093021	
3182351	Bari	bari	IT	70100	316532	Europe/Rome	41.11773	16.85118		BRI,Bari,Baris,Barium,Bary,Mpari,ba li,bali,bari,bary,Μπάρι,Μπαρι,Бари,Барі,בארי,باري,باری,बरि,बारी,বারি,ბარი,バーリ,巴里,바리	13	13	BA	072006	
3182354	Bargi	bargi	IT	40032	0	Europe/Rome	44.13333	11.06667				05	BO	037010	
3182355	Barghe	barghe	IT	25070	1124	Europe/Rome	45.68189	10.41217		Barghe,baruge,バルゲ	017012	09	BS	017012	
3182356	Barge	barge	IT	12032	3950	Europe/Rome	44.72754	7.32102	372	Barge	004012	12	CN	004012	
3182357	Bargagli	bargagli	IT	16021	1781	Europe/Rome	44.44725	9.09176	341	Bargaggi,Bargagli	010003	08	GE	010003	
3182358	Barga	barga	IT	55051	3255	Europe/Rome	44.07425	10.4808	410	Barga	046003	16	LU	046003	
3182360	Barete	barete	IT	67010	386	Europe/Rome	42.45054	13.28209	800	Barete	066008	01	AQ	066008	
3182361	Bareggio	bareggio	IT	20008	15759	Europe/Rome	45.47506	8.9978		Bareggio,barejjo,バレッジョ	015012	09	MI	015012	
3182362	Bardonecchia	bardonecchia	IT	10052	2962	Europe/Rome	45.07834	6.7032	1312	Bardonecchia,Bardoneche,Bardonecia,Bardonèche,barudonekkia,バルドネッキア	001022	12	TO	001022	
3182364	Bardolino	bardolino	IT	37011	4873	Europe/Rome	45.54339	10.72588	65	Bardolino,barudorino,バルドリーノ	023006	20	VR	023006	
3182365	Bardineto	bardineto	IT	17057	577	Europe/Rome	44.19043	8.13665	711	Bardineto,Berdenei,Berdënei	009009	08	SV	009009	
3182366	Bardi	bardi	IT	43032	923	Europe/Rome	44.63296	9.73017	625	Bardi	034002	05	PR	034002	
3182369	Bard	bard	IT	11020	139	Europe/Rome	45.60936	7.74491		Bard	007009	19	AO	007009	
3182371	Barco	barco	IT	33076	2665	Europe/Rome	44.68833	10.49582	95			05	RE	035004	
3182372	Barco	barco	IT	33076	0	Europe/Rome	44.06667	11.38333				16	FI	048018	
3182373	Barcis	barcis	IT	33080	306	Europe/Rome	46.1925	12.55694		Barcis	093006	06	PN	093006	
3182374	Barchi	barchi	IT	61040	0	Europe/Rome	45.18333	10.41667				09	MN	020008	
3182382	Barbuglio	barbuglio	IT	45026	0	Europe/Rome	45.1	11.6				20	RO	029029	
3182383	Barbona	barbona	IT	35040	780	Europe/Rome	45.10278	11.70261		Barbona	028010	20	PD	028010	
3182384	Barbiano	barbiano	IT	39040	0	Europe/Rome	44.66667	10.23333				05	PR	034013	
3182385	Barbiano	barbiano	IT	39040	0	Europe/Rome	43.73333	11.68333				16	AR	051010	
3182386	Barbianello	barbianello	IT	27041	816	Europe/Rome	45.07666	9.20516		Barbianello	018008	09	PV	018008	
3182390	Barberino di Mugello	barberino-di-mugello	IT	50031	5680	Europe/Rome	44.00151	11.23628	270	Barberino,Barberino di Mugello	048002	16	FI	048002	
3182392	Barbeano	barbeano	IT	33097	574	Europe/Rome	46.08278	12.86944	111	Barbeano,Montagnolo		06	PN	093044	
3182396	Barbariga	barbariga	IT	25030	0	Europe/Rome	45.1	11.86667				20	RO	029044	
3182398	Barbarasco	barbarasco	IT	54012	0	Europe/Rome	44.23333	9.93333				16	MS	045015	
3182399	Barbarano Vicentino	barbarano-vicentino	IT	36021	1412	Europe/Rome	45.40949	11.5444	72	Barbarano Vicentino,バルバラーノ・ヴィチェンティーノ	024011	20	VI	024011	
3182400	Barbarano Romano	barbarano-romano	IT	01010	628	Europe/Rome	42.24952	12.06676	340	Barbarano Romano	056004	07	VT	056004	
3182401	Barbara	barbara	IT	60010	1483	Europe/Rome	43.75	13.01667				10	PU	041051	
3182402	Barbania	barbania	IT	10070	875	Europe/Rome	45.29125	7.63032	362	Barbania,Barbanià,barubania,バルバニーア	001021	12	TO	001021	
3182405	Barbaiana	barbaiana	IT	20020	0	Europe/Rome	45.54651	9.0136		Barbiana		09	MI	015116	
3182410	Baranzate	baranzate	IT	20021	11190	Europe/Rome	45.52717	9.11724		Baranzate,baranzate,バランザーテ	015250	09	MI	015250	
3182411	Barano d'Ischia	barano-d-ischia	IT	80070	9044	Europe/Rome	40.718	13.93092	210	Barano,Barano d'Ischia,バラーノ・ディスキア	063007	04	NA	063007	
3182413	Baranello	baranello	IT	86011	684	Europe/Rome	41.52603	14.55943	610	Baranello	070002	11	CB	070002	
3182415	Baragiano	baragiano	IT	85050	549	Europe/Rome	40.67932	15.59446	625	Baragiano	076010	02	PZ	076010	
3182416	Baraggia	baraggia	IT	21059	0	Europe/Rome	45.56667	8.33333		Baraggia,Baraggia di Santa Maria		12	VC	002068	
3182417	Baragazza	baragazza	IT	40035	598	Europe/Rome	44.12822	11.20118	675			05	BO	037022	
3182422	Baone	baone	IT	35030	728	Europe/Rome	45.24359	11.68811	17	Baone	028009	20	PD	028009	
3182425	Banzi	banzi	IT	85010	1381	Europe/Rome	40.86062	16.01297	568		076009	02	PZ	076009	
3182426	Banzena	banzena	IT	52011	0	Europe/Rome	43.71667	11.86667				16	AR	051004	
3182431	Bando	bando	IT	44011	0	Europe/Rome	45.87917	12.91389				06	PN	093028	
3182435	Banari	banari	IT	07040	677	Europe/Rome	40.57056	8.70052		Banari	090007	14	SS	090007	
3182436	Balzola	balzola	IT	15031	1363	Europe/Rome	45.18356	8.40344	119	Balzola	006011	12	AL	006011	
3182439	Balze	balze	IT	47028	305	Europe/Rome	43.77742	12.09384	1081			05	FC	040050	
3182440	Balvano	balvano	IT	85050	1306	Europe/Rome	40.65032	15.51416	425	Balvano	076008	02	PZ	076008	
3182442	Balsorano Nuovo	balsorano-nuovo	IT	67052	1992	Europe/Rome	41.81168	13.55642	340	Balsorano,Balsorano Nuovo		01	AQ	066007	
3182444	Balocco	balocco	IT	13040	262	Europe/Rome	45.45526	8.28013		Balocco,barokko,バロッコ	002009	12	VC	002009	
3182445	Balmuccia	balmuccia	IT	13020	100	Europe/Rome	45.81877	8.14172		Balmuccia,barumutchia,バルムッチア	002008	12	VC	002008	
3182446	Balme	balme	IT	10070	101	Europe/Rome	45.30285	7.21581		Balme	001019	12	TO	001019	
3182447	Balma	balma	IT	13812	0	Europe/Rome	45.65	8.01667				12	BI	096052	
3182449	Ballino	ballino	IT	38075	0	Europe/Rome	45.96535	10.81141				17	TN	022083	
3182455	Ballabio	ballabio	IT	23811	3330	Europe/Rome	45.89818	9.42344		Ballabio,Ballabio Inferiore,Ballabio Superiore	097004	09	LC	097004	
3182458	Balestrino	balestrino	IT	17020	387	Europe/Rome	44.12426	8.17064	371	Balestrino,Barestin	009008	08	SV	009008	
3182461	Baldissero Torinese	baldissero-torinese	IT	10020	1881	Europe/Rome	45.06795	7.81162	593	Baldissero Torinese,Baudse,Baudsé,バルディッセーロ・トリネーゼ	001018	12	TO	001018	
3182462	Baldichieri d'Asti	baldichieri-d-asti	IT	14011	880	Europe/Rome	44.90595	8.09163	173	Baldichieri d'Asti,Baodiche,Baodichè,Baodiché	005007	12	AT	005007	
3182466	Balangero	balangero	IT	10070	2868	Europe/Rome	45.27045	7.51742	440	Balange,Balangero,Balangé,baranjero,バランジェーロ	001016	12	TO	001016	
3182477	Baiso	baiso	IT	42031	934	Europe/Rome	44.50106	10.6038	542	Baiso	035003	05	RE	035003	
3182479	Baio Dora	baio-dora	IT	10013	462	Europe/Rome	45.50649	7.82814	264	Baio Dora,Bajo Dora		12	TO	001030	
3182483	Baiano	baiano	IT	83022	0	Europe/Rome	42.72331	12.67659				18	PG	054051	
3182484	Baiano	baiano	IT	83022	4633	Europe/Rome	40.95251	14.61674			064010	04	AV	064010	
3182486	Baia Domizia	baia-domizia	IT	81030	0	Europe/Rome	41.18333	13.81667		Baia Domizia		04	CE		
3182487	Baia	baia	IT	80070	0	Europe/Rome	41.30292	14.25212			061006	04	CE	061006	
3182488	Baia	baia	IT	80070	0	Europe/Rome	40.81667	14.06667		Baia,Baiae		04	NA	063006	
3182490	Bagolino	bagolino	IT	25072	3919	Europe/Rome	45.82519	10.45947		Bagolino,bagorino,バゴリーノ	017010	09	BS	017010	
3182492	Bagno Vignoni	bagno-vignoni	IT	53027	36	Europe/Rome	43.02837	11.61942		Ban'o-Vin'oni,Баньо-Виньони		16	SI	052030	
3182493	Bagno Roselle	bagno-roselle	IT	58100	1869	Europe/Rome	42.81114	11.13859	25	Terme di Roselle		16	GR	053011	
3182494	Bagnoregio	bagnoregio	IT	01022	2326	Europe/Rome	42.62592	12.0981	484	Bagnoregio,Ban'oredzhio,banyorejo,Баньореджио,バニョレージョ	056003	07	VT	056003	
3182496	Bagnore	bagnore	IT	58037	0	Europe/Rome	42.84652	11.56775				16	GR	053022	
3182497	Bagnone	bagnone	IT	54021	648	Europe/Rome	44.31494	9.99507	236	Bagnone,banyone,バニョーネ	045002	16	MS	045002	
3182498	Bagnolo San Vito	bagnolo-san-vito	IT	46031	5432	Europe/Rome	45.08968	10.87539		Bagnolo San Vito,バニョーロ・サン・ヴィート	020003	09	MN	020003	
3182499	Bagnolo Piemonte	bagnolo-piemonte	IT	12031	2704	Europe/Rome	44.76034	7.31392	365	Bagnolo,Bagnolo Piemonte	004009	12	CN	004009	
3182500	Bagnolo Mella	bagnolo-mella	IT	25021	11375	Europe/Rome	45.42908	10.18437		Bagnolo Mella,バニョーロ・メッラ	017009	09	BS	017009	
3182501	Bagnolo in Piano	bagnolo-in-piano	IT	42011	7663	Europe/Rome	44.76297	10.67329	32	Bagnolo,Bagnolo in Piano	035002	05	RE	035002	
3182502	Bagnolo del Salento	bagnolo-del-salento	IT	73020	1858	Europe/Rome	40.15062	18.35263		Bagnolo,Bagnolo del Salenio,Bagnolo del Salento	075008	13	LE	075008	
3182503	Bagnolo Cremasco	bagnolo-cremasco	IT	26010	4523	Europe/Rome	45.36117	9.61296		Bagnolo Cremasco	019005	09	CR	019005	
3182506	Bagnolo	bagnolo	IT	31020	753	Europe/Rome	45.91007	12.27286	86			20	TV	026073	
3182507	Bagnolo	bagnolo	IT	31020	1159	Europe/Rome	45.27238	10.89081	34			20	VR	023054	
3182508	Bagnolo	bagnolo	IT	31020	0	Europe/Rome	43.6	11.01667				16	FI	048010	
3182509	Bagnolo	bagnolo	IT	31020	0	Europe/Rome	42.84035	11.61791				16	GR	053022	
3182510	Bagnolo	bagnolo	IT	31020	0	Europe/Rome	42.65	13.21667				07	RI	057002	
3182511	Bagnolo	bagnolo	IT	31020	0	Europe/Rome	42.4	12.38333				07	VT	056042	
3182512	Bagnoli Irpino	bagnoli-irpino	IT	83043	3323	Europe/Rome	40.83312	15.07255		Bagnoli Irpino	064009	04	AV	064009	
3182513	Bagnoli di Sopra	bagnoli-di-sopra	IT	35023	1745	Europe/Rome	45.18759	11.88491	5	Bagnoli,Bagnoli di Sopra	028008	20	PD	028008	
3182514	Bagnoli del Trigno	bagnoli-del-trigno	IT	86091	590	Europe/Rome	41.70303	14.45652	660	Bagnoli del Trigno	094003	11	IS	094003	
3182515	Bagnoli della Rosandra	bagnoli-della-rosandra	IT	34018	0	Europe/Rome	45.61452	13.85839		Bagnoli,Bagnoli della Rosandra,Boljunec		06	TS	032004	
3182516	Bagnoli	bagnoli	IT	58031	0	Europe/Rome	42.87276	11.55032				16	GR	053001	
3182517	Bagnoli	bagnoli	IT	58031	0	Europe/Rome	41.08333	14.43333				04	CE	061097	
3182518	Bagnoli	bagnoli	IT	58031	24671	Europe/Rome	40.81322	14.16807		Ban'oli,Баньоли		04	NA	063049	
3182520	Bagno di Romagna	bagno-di-romagna	IT	47021	885	Europe/Rome	43.83546	11.96016	492	Bagno di Romagna,バーニョ・ディ・ロマーニャ		05	FC	040001	
3182522	Bagno a Ripoli	bagno-a-ripoli	IT	50012	25232	Europe/Rome	43.75115	11.32252		Bagno a Ripoli,バーニョ・ア・リーポリ	048001	16	FI	048001	
3182527	Bagno	bagno	IT	42100	0	Europe/Rome	42.79565	10.21634				16	LI	049011	
3182528	Bagno	bagno	IT	42100	407	Europe/Rome	42.30956	13.42478	800	Bagno,Bagnogrande		01	AQ	066049	
3182529	Bagni San Filippo	bagni-san-filippo	IT	53023	0	Europe/Rome	42.92903	11.70027				16	SI	052007	
3182531	Bagni di Vinadio	bagni-di-vinadio	IT	12010	0	Europe/Rome	44.3	7.08333		Bagni,Bagni di Vinadio		12	CN	004248	
3182534	Bagni di Stigliano	bagni-di-stigliano	IT	00060	0	Europe/Rome	42.11667	12.03333				07	RM	058105	
3182538	Bagni di Lucca	bagni-di-lucca	IT	55022	3090	Europe/Rome	44.00865	10.5785	150	Bagni di Lucca,バーニ・ディ・ルッカ	046002	16	LU	046002	
3182546	Bagnasco	bagnasco	IT	12071	936	Europe/Rome	44.30133	8.04314	483	Bagnasco	004008	12	CN	004008	
3182547	Bagnarola	bagnarola	IT	33079	1875	Europe/Rome	45.8669	12.85886	18			06	PN	093043	
3182548	Bagnara di Romagna	bagnara-di-romagna	IT	48031	1790	Europe/Rome	44.39057	11.83002	22	Bagnara 'e Rumagna,Bagnara di Romagna,バニャーラ・ディ・ロマーニャ	039003	05	RA	039003	
3182549	Bagnara	bagnara	IT	30020	0	Europe/Rome	41.05	14.78333				04	AV	064027	
3182550	Bagnaia	bagnaia	IT	01100	0	Europe/Rome	43.21667	11.28333				16	SI	052034	
3182551	Bagnaia	bagnaia	IT	01100	0	Europe/Rome	42.41667	12.15				07	VT	056059	
3182552	Bagnacavallo	bagnacavallo	IT	48012	8550	Europe/Rome	44.41247	11.97713	11	Bagnacavallo,banyakavu~arro,バニャカヴァッロ	039002	05	RA	039002	
3182555	Baggio	baggio	IT	20152	0	Europe/Rome	46.2	9.31667				09	CO	013130	
3182556	Baggio	baggio	IT	20152	0	Europe/Rome	45.68333	11.85		Baggio,Casa Baggio		20	TV	026013	
3182557	Baggio	baggio	IT	20152	0	Europe/Rome	45.45929	9.0917				09	MI	015146	
3182571	Badiola	badiola	IT	06072	0	Europe/Rome	43.58333	11.51667				16	FI	048052	
3182572	Badiola	badiola	IT	06072	315	Europe/Rome	43.02609	12.31895	256			18	PG	054027	
3182574	Badia Tedalda	badia-tedalda	IT	52032	378	Europe/Rome	43.70887	12.18425	700	Badia Tebalda,Badia Tedalda	051003	16	AR	051003	
3182575	Badia Prataglia	badia-prataglia	IT	52014	0	Europe/Rome	43.79442	11.87828		Badia Prataglia,Badia a Prataglia,Badia a Pratáglia		16	AR	051004	
3182576	Badia Polesine	badia-polesine	IT	45021	6940	Europe/Rome	45.09718	11.4916	11	Badia Polesine	029004	20	RO	029004	
3182577	Badia Pavese	badia-pavese	IT	27010	394	Europe/Rome	45.12086	9.46866		Badia Pavese	018006	09	PV	018006	
3182580	Badia Cantignano	badia-cantignano	IT	55060	0	Europe/Rome	43.8	10.5				16	LU	046007	
3182581	Badia Calavena	badia-calavena	IT	37030	1678	Europe/Rome	45.56639	11.15259	470	Badia Calavena,バディーア・カラヴェーナ	023005	20	VR	023005	
3182584	Badia Agnano	badia-agnano	IT	52021	0	Europe/Rome	43.43333	11.65				16	AR	051005	
3182585	Badia - Abtei	badia	IT	39036	3015	Europe/Rome	46.61012	11.89349		Abbatia Ladinorum,Abtei,Abtei-Badia,Badia,badia,バディーア	021006	17	BZ	021006	
3182586	Badia	badia	IT	39036	0	Europe/Rome	43.55	11.01667				16	FI	048020	
3182587	Badia	badia	IT	39036	0	Europe/Rome	43.08333	12		Badia		18	PG	054009	
3182588	Badesse	badesse	IT	53035	0	Europe/Rome	43.38333	11.26667				16	SI	052016	
3182589	Badesi	badesi	IT	07030	1862	Europe/Rome	40.96507	8.88422		Badesi	104005	14	OT	104005	
3182597	Badalucco	badalucco	IT	18010	1100	Europe/Rome	43.91732	7.84575	179	Badalucco,Baeuco,Bäuco	008006	08	IM	008006	
3182599	Bacoli	bacoli	IT	80070	25590	Europe/Rome	40.79926	14.07846	30	Bacoli,Bauli,bakori,バーコリ	063006	04	NA	063006	
3182601	Baceno	baceno	IT	28861	420	Europe/Rome	46.26088	8.32021	655	Baceno	103006	12	VB	103006	
3182605	Azzone	azzone	IT	24020	490	Europe/Rome	45.97889	10.11176		Azzone	016017	09	BG	016017	
3182607	Azzate	azzate	IT	21022	3820	Europe/Rome	45.78038	8.79313		Azzate	012006	09	VA	012006	
3182608	Azzano Decimo	azzano-decimo	IT	33082	12320	Europe/Rome	45.88306	12.71306	14	Azzan,Azzano Decimo	093005	06	PN	093005	
3182609	Azzano	azzano	IT	22010	0	Europe/Rome	45.35769	10.93466				20	VR	023096	
3182610	Azzano	azzano	IT	22010	329	Europe/Rome	44.01993	10.22996	452			16	LU	046028	
3182611	Azzano	azzano	IT	22010	0	Europe/Rome	42.81667	12.73333		Azzano		18	PG	054051	
3182612	Azzanello	azzanello	IT	26010	259	Europe/Rome	45.82306	12.64667	9			06	PN	093029	
3182613	Azzanello	azzanello	IT	26010	670	Europe/Rome	45.31397	9.91967		Azzanello	019004	09	CR	019004	
3182615	Azeglio	azeglio	IT	10010	1029	Europe/Rome	45.42346	7.99392	239	Azeglio,azerrio,アゼッリオ	001014	12	TO	001014	
3182616	Aymavilles	aymavilles	IT	11010	1931	Europe/Rome	45.70176	7.2456	640	Aymaville,Aymavilles	007008	19	AO	007008	
3182625	Avio	avio	IT	38063	1893	Europe/Rome	45.73379	10.93718	131	Avio,avu~io,アーヴィオ	022007	17	TN	022007	
3182627	Avilla	avilla	IT	33030	0	Europe/Rome	46.205	13.10583		Aebura,Avilla		06	UD	030013	
3182628	Avilla	avilla	IT	33030	0	Europe/Rome	42.65	13.7		Aebura,Avilla		01	TE	067041	
3182629	Avigna	avigna	IT	39050	251	Europe/Rome	46.56394	11.35379	870	Avigna,Vinga		17	BZ	021079	
3182632	Avigliano Umbro	avigliano-umbro	IT	05020	1506	Europe/Rome	42.65483	12.42616	441	Avigliano	055033	18	TR	055033	
3182633	Avigliano	avigliano	IT	85021	5774	Europe/Rome	40.73291	15.72004	800	Avigliano,Avigliano Lucana	076007	02	PZ	076007	
3182634	Avigliana	avigliana	IT	10051	9099	Europe/Rome	45.07714	7.39862	383	Avigliana,Vian-a,avu~iriana,アヴィリアーナ	001013	12	TO	001013	
3182635	Aviano	aviano	IT	33081	8225	Europe/Rome	46.07056	12.59472		AVB,Aviano	093004	06	PN	093004	
3182636	Avezzano	avezzano	IT	67051	37808	Europe/Rome	42.04023	13.4388	695	Aveccano,Avezzano,Авеццано	066006	01	AQ	066006	
3182637	Avetrana	avetrana	IT	74020	7303	Europe/Rome	40.35292	17.73491		Avetrana	073001	13	TA	073001	
3182638	Avesa	avesa	IT	37127	0	Europe/Rome	45.46667	11				20	VR	023091	
3182640	Aversa	aversa	IT	81031	52830	Europe/Rome	40.96321	14.21681	39	Aversa,Averza,avu~erusa,Аверса,アヴェルサ	061005	04	CE	061005	
3182642	Averara	averara	IT	24010	202	Europe/Rome	45.98829	9.63055		Averara	016014	09	BG	016014	
3182643	Avenza	avenza	IT	54033	0	Europe/Rome	44.05	10.06667				16	MS	045003	
3182647	Avenale	avenale	IT	62011	266	Europe/Rome	43.35639	13.2402	530			10	MC	043012	
3182650	Avellino	avellino	IT	83100	52703	Europe/Rome	40.91442	14.78874		Abellinum,Avellino,QVN,avu~errino,Авеллино,アヴェッリーノ	AV	04	AV	064008	
3182651	Avella	avella	IT	83021	7677	Europe/Rome	40.95891	14.60054		Avella	064007	04	AV	064007	
3182652	Avelengo - Hafling	avelengo	IT	39010	709	Europe/Rome	46.64442	11.22367		Avelengo,Hafling,avu~erengo,アヴェレンゴ	021005	17	BZ	021005	
3182653	Ave Gratia Plena	ave-gratia-plena	IT	82030	0	Europe/Rome	41.13333	14.4				04	BN	062038	
3182656	Avasinis	avasinis	IT	33010	313	Europe/Rome	46.2939	13.05068	187			06	UD	030124	
3182657	Avaglio	avaglio	IT	51010	0	Europe/Rome	43.95	10.78333				16	PT	047007	
3182658	Avacelli	avacelli	IT	60011	0	Europe/Rome	43.46667	12.98333				10	AN	042003	
3182663	Austis	austis	IT	08030	837	Europe/Rome	40.07065	9.08793	737	Austis	091004	14	NU	091004	
3182665	Ausonia	ausonia	IT	03040	2563	Europe/Rome	41.36022	13.75101		Ausonia	060012	07	FR	060012	
3182671	Auronzo di Cadore	auronzo-di-cadore	IT	32041	3616	Europe/Rome	46.55556	12.43806		Auronzo,Auronzo di Cadore	025005	20	BL	025005	
3182674	Aurisina	aurisina	IT	34011	2202	Europe/Rome	45.74968	13.67345	144	Duino-Aurisina,Nabrazina,Nabražina,Nabresina,Nabrezina,Nabrežina,do~uino=aurijina,ドゥイーノ＝アウリジーナ	032001	06	TS	032001	
3182679	Aurigo	aurigo	IT	18020	267	Europe/Rome	43.98272	7.92245	431	Aorigo,Aurigo	008005	08	IM	008005	
3182681	Aurelia	aurelia	IT	00053	1248	Europe/Rome	42.1391	11.78713	61			07	RM	058032	
3182684	Auna di Sopra	auna-di-sopra	IT	39054	0	Europe/Rome	46.55	11.4		Auna di Sopra,Rin Inferiore		17	BZ	021072	
3182686	Aulla	aulla	IT	54011	4321	Europe/Rome	44.21455	9.96779	64	Aulla,aurra,アウッラ	045001	16	MS	045001	
3182687	Auletta	auletta	IT	84031	2476	Europe/Rome	40.56151	15.42536		Auletta	065012	04	SA	065012	
3182689	Auditore	auditore	IT	61028	1425	Europe/Rome	43.82156	12.57035		Auditore	041003	10	PU	041003	
3182692	Attimis	attimis	IT	33040	1019	Europe/Rome	46.18929	13.30429	195	Atimis,Attimis,Datimis	030007	06	UD	030007	
3182693	Attigliano	attigliano	IT	05012	1754	Europe/Rome	42.51423	12.29246	95	Attigliano	055006	18	TR	055006	
3182694	Attiggio	attiggio	IT	60044	284	Europe/Rome	43.3062	12.92046	450			10	AN	042017	
3182696	Atripalda	atripalda	IT	83042	11146	Europe/Rome	40.91582	14.82464		Atripalda	064006	04	AV	064006	
3182697	Atri	atri	IT	64032	5854	Europe/Rome	42.57784	13.9848	444	Atri	067004	01	TE	067004	
3182698	Atrani	atrani	IT	84010	887	Europe/Rome	40.63617	14.60933	21	Atrani,Атрани	065011	04	SA	065011	
3182699	Atina	atina	IT	03042	4484	Europe/Rome	41.62062	13.79971		Atina	060011	07	FR	060011	
3182700	Atessa	atessa	IT	66041	4410	Europe/Rome	42.06934	14.45112	433	Atessa	069005	01	CH	069005	
3182702	Atena Lucana	atena-lucana	IT	84030	2231	Europe/Rome	40.45511	15.55726		Atena,Atena Lucana,Atena Lucano	065010	04	SA	065010	
3182704	Atella	atella	IT	85020	2896	Europe/Rome	40.88032	15.65016	500	Atella	076006	02	PZ	076006	
3182705	Ateleta	ateleta	IT	67030	606	Europe/Rome	41.85543	14.19752	760	Ateleta	066005	01	AQ	066005	
3182714	Asti	asti	IT	14100	61254	Europe/Rome	44.89795	8.20684	123	Ast,Asti,Hasta Pompeia,asuti,Асти,アスティ	AT	12	AT	005005	
3182720	Asso	asso	IT	22033	3177	Europe/Rome	45.86058	9.26964			013013	09	CO	013013	
3182722	Assisi	assisi	IT	06081	3732	Europe/Rome	43.07083	12.61429	424	Asis,Asis - Assisi,Asisium,Asizi,Asizo,Assis,Assise,Assisi,Assizi,Asyz,Asyż,Asís,Asís - Assisi,asshiji,Асизи,Ассизи,אסיזי,アッシジ	054001	18	PG	054001	
3182724	Assergi	assergi	IT	67100	311	Europe/Rome	42.41545	13.50786	886			01	AQ	066049	
3182732	Asolo	asolo	IT	31011	3852	Europe/Rome	45.7923	11.9117	190	Asolo	026003	20	TV	026003	
3182734	Asola	asola	IT	46041	9470	Europe/Rome	45.22108	10.41358		Ansula,Asola	020002	09	MN	020002	
3182744	Asiago	asiago	IT	36012	3683	Europe/Rome	45.8751	11.50759	1001	Asiago,ajiago,アジアーゴ	024009	20	VI	024009	
3182746	Ascrea	ascrea	IT	02020	284	Europe/Rome	42.19623	12.99658		Ascrea	057004	07	RI	057004	
3182747	Ascoli Satriano	ascoli-satriano	IT	71022	5518	Europe/Rome	41.20613	15.56146	393	Ascoli Satriano	071005	13	FG	071005	
3182749	Ascoli Piceno	ascoli-piceno	IT	63100	41741	Europe/Rome	42.85483	13.5749	154	Ascoli,Ascoli Piceno,Askoli Picheno,Askoli-Picheno,QNO,Асколи Пичено,Асколи-Пичено,アスコリ・ピチェーノ	AP	10	AP	044007	
3182750	Asciano	asciano	IT	53041	6488	Europe/Rome	43.23514	11.57634		Asciano,ashano,アシャーノ	052002	16	SI	052002	
3182754	Ascea	ascea	IT	84046	5392	Europe/Rome	40.1416	15.18576		Ascea	065009	04	SA	065009	
3182757	Arzignano	arzignano	IT	36071	21247	Europe/Rome	45.51929	11.33859	118	Arcin'jano,Arzignano,Арциньяно	024008	20	VI	024008	
3182759	Arzergrande	arzergrande	IT	35020	2545	Europe/Rome	45.27444	12.04713	6	Arzergrande	028007	20	PD	028007	
3182760	Arzercavalli	arzercavalli	IT	35020	557	Europe/Rome	45.24435	11.93925	5			20	PD	028090	
3182763	Arzene	arzene	IT	33098	1263	Europe/Rome	45.9992	12.8481	60	Arzene,Darzin	093003	06	PN	093003	
3182764	Arzene	arzene	IT	33098	0	Europe/Rome	43.95	7.86667				08	IM	008013	
3182765	Arzano	arzano	IT	80022	34933	Europe/Rome	40.91136	14.26756	74	Arzano,arutsu~ano,アルツァーノ	063005	04	NA	063005	
3182769	Arzachena	arzachena	IT	07021	6199	Europe/Rome	41.07688	9.38872	85	Arzachena,Santa Maria d'Arsachena	104004	14	OT	104004	
3182772	Arvier	arvier	IT	11011	738	Europe/Rome	45.70206	7.1658	776	Arvie,Arvier,Arviè	007005	19	AO	007005	
3182773	Artogne	artogne	IT	25040	3134	Europe/Rome	45.84989	10.16096		Artogne,arutonye,アルトーニェ	017007	09	BS	017007	
3182775	Artimino	artimino	IT	59015	0	Europe/Rome	43.78374	11.03541	265			16	PO	100002	
3182778	Artena	artena	IT	00031	11828	Europe/Rome	41.74045	12.91366		Artena,arutena,アルテーナ	058011	07	RM	058011	
3182779	Arten	arten	IT	32030	0	Europe/Rome	46	11.83333				20	BL	025055	
3182782	Artegna	artegna	IT	33011	2904	Europe/Rome	46.2325	13.11278		Artegna,Dartigne	030006	06	UD	030006	
3182783	Arta Terme	arta-terme	IT	33022	1408	Europe/Rome	46.47139	13.0251	442	Arta,Arta Terme,Darte	030005	06	UD	030005	
3182787	Arsoli	arsoli	IT	00023	1537	Europe/Rome	42.04052	13.01839		Arsoli,arusori,アルソリ	058010	07	RM	058010	
3182788	Arsita	arsita	IT	64031	250	Europe/Rome	42.50214	13.7828	470	Arsita	067003	01	TE	067003	
3182789	Arsiero	arsiero	IT	36011	2720	Europe/Rome	45.8029	11.35419	356	Arsiero	024007	20	VI	024007	
3182791	Arsiè	arsie	IT	32030	2806	Europe/Rome	45.98301	11.7583		Arsie,Arsiè	025004	20	BL	025004	
3182792	Arsego	arsego	IT	35010	0	Europe/Rome	45.53333	11.86667				20	PD	028075	
3182793	Arsago Seprio	arsago-seprio	IT	21010	4509	Europe/Rome	45.68837	8.73463		Arsago,Arsago Seprio	012005	09	VA	012005	
3182798	Arrone	arrone	IT	05031	1520	Europe/Rome	42.58266	12.76714	243	Arrone	055005	18	TR	055005	
3182802	Arre	arre	IT	35020	1327	Europe/Rome	45.21809	11.92421	5	Arre	028006	20	PD	028006	
3182803	Arquata Scrivia	arquata-scrivia	IT	15061	4992	Europe/Rome	44.6883	8.88682	248	Arquata,Arquata Scrivia,Arquata Serivia	006009	12	AL	006009	
3182804	Arquata del Tronto	arquata-del-tronto	IT	63096	1481	Europe/Rome	42.77264	13.29628		Arquata del Tronto,アルクアータ・デル・トロント	044006	10	AP	044006	
3182805	Arquà Petrarca	arqua-petrarca	IT	35032	1876	Europe/Rome	45.27039	11.72061		Arqua,Arqua Petrarca,Arquà Petrarca,アルクァ・ペトラルカ	028005	20	PD	028005	
3182806	Arpiola	arpiola	IT	54026	0	Europe/Rome	44.31667	9.9				16	MS	045012	
3182807	Arpino	arpino	IT	03033	7614	Europe/Rome	41.64742	13.60881		Arpino,ארפינו	060010	07	FR	060010	
3182809	Arpaise	arpaise	IT	82010	863	Europe/Rome	41.03132	14.74434		Arpaise	062006	04	BN	062006	
3182810	Arpaia	arpaia	IT	82011	1880	Europe/Rome	41.03732	14.55003		Arpaia	062005	04	BN	062005	
3182811	Arosio	arosio	IT	22060	4469	Europe/Rome	45.71698	9.20804		Arosio	013012	09	CO	013012	
3182812	Arona	arona	IT	28041	12970	Europe/Rome	45.7589	8.55715	212	Arona,Арона	003008	12	NO	003008	
3182813	Arola	arola	IT	28899	279	Europe/Rome	45.80847	8.35702		Arola	103004	12	VB	103004	
3182814	Arola	arola	IT	28899	0	Europe/Rome	44.93333	9.51667				05	PC	033001	
3182815	Arola	arola	IT	28899	0	Europe/Rome	42.76667	13.45				10	AP	044001	
3182816	Arola	arola	IT	28899	0	Europe/Rome	40.63333	14.43333				04	NA	063086	
3182817	Arnone	arnone	IT	81030	0	Europe/Rome	41.07508	14.031				04	CE	061012	
3182822	Arnesano	arnesano	IT	73010	3453	Europe/Rome	40.33713	18.09092		Arnesano,Arnesanu	075007	13	LE	075007	
3182826	Arnara	arnara	IT	03020	2454	Europe/Rome	41.58452	13.3884		Arnara	060009	07	FR	060009	
3182829	Armento	armento	IT	85010	588	Europe/Rome	40.30771	16.06498	710	Armento	076005	02	PZ	076005	
3182830	Armeno	armeno	IT	28011	1627	Europe/Rome	45.82078	8.44557	523	Armeno	003006	12	NO	003006	
3182834	Arma di Taggia	arma-di-taggia	IT	18018	0	Europe/Rome	43.83333	7.85				08	IM	008059	
3182835	Arluno	arluno	IT	20004	9815	Europe/Rome	45.50507	8.94154		Arluno,aruruno,アルルーノ	015010	09	MI	015010	
3182838	Arlena di Castro	arlena-di-castro	IT	01010	867	Europe/Rome	42.46282	11.82066		Arlena di Castro	056002	07	VT	056002	
3182840	Arischia	arischia	IT	67100	992	Europe/Rome	42.41818	13.34075	850	Arischia		01	AQ	066049	
3182842	Aringo	aringo	IT	67015	0	Europe/Rome	42.55536	13.26709		Aringo		01	AQ	066056	
3182846	Arignano	arignano	IT	10020	668	Europe/Rome	45.03905	7.89793	321	Argnan,Arignano,arinyano,アリニャーノ	001012	12	TO	001012	
3182847	Arigna	arigna	IT	23026	0	Europe/Rome	46.13333	9.98333				09	SO	014052	
3182848	Arienzo	arienzo	IT	81021	5198	Europe/Rome	41.02812	14.50063		Arienzo San Felice	061004	04	CE	061004	
3182850	Arielli	arielli	IT	66030	623	Europe/Rome	42.26194	14.30751	295	Arielli	069004	01	CH	069004	
3182851	Ariccia	ariccia	IT	00072	17487	Europe/Rome	41.72012	12.67588	412	Ariccia,Aricia,aritcha,アリッチャ	058009	07	RM	058009	
3182852	Ariano nel Polesine	ariano-nel-polesine	IT	45012	4882	Europe/Rome	44.94	12.13889		Ariano Polesine,Ariano Polesino,Ariano Polésino,Ariano nel Polesine	029002	20	RO	029002	
3182854	Ariano Irpino	ariano-irpino	IT	83031	23505	Europe/Rome	41.14892	15.08334		Ariano Irpino,Ariano di Puglia	064005	04	AV	064005	
3182856	Ari	ari	IT	66010	482	Europe/Rome	42.28967	14.25856	289	Ari,ari,アーリ	069003	01	CH	069003	
3182862	Argine	argine	IT	42023	0	Europe/Rome	45.06667	9.11667				09	PV	018032	
3182863	Argignano	argignano	IT	60044	373	Europe/Rome	43.32569	12.95751	282			10	AN	042017	
3182873	Argentiera	argentiera	IT	07040	0	Europe/Rome	44.88333	6.93333				12	TO	001258	
3182878	Argenta	argenta	IT	44011	7064	Europe/Rome	44.61237	11.83562	4	Argenta,arujenta,Аргента,アルジェンタ	038001	05	FE	038001	
3182879	Argelato	argelato	IT	40050	2626	Europe/Rome	44.64157	11.34781	25	Argelato	037002	05	BO	037002	
3182880	Argegno	argegno	IT	22010	654	Europe/Rome	45.94298	9.12564		Argegno	013011	09	CO	013011	
3182883	Arezzo	arezzo	IT	52100	0	Europe/Rome	44.6	9.05				08	GE	010066	
3182884	Arezzo	arezzo	IT	52100	76346	Europe/Rome	43.46734	11.88261	296	Arecco,Ареццо	AR	16	AR	051002	
3182886	Arese	arese	IT	20044	18771	Europe/Rome	45.55227	9.07654		Arese,areze,アレーゼ	015009	09	MI	015009	
3182887	Arenzano	arenzano	IT	16011	11226	Europe/Rome	44.40521	8.68315	10	Arensen,Arenzano	010001	08	GE	010001	
3182888	Arena Po	arena-po	IT	27040	1572	Europe/Rome	45.09666	9.36246		Arena Po	018005	09	PV	018005	
3182889	Arenabianca	arenabianca	IT	84033	0	Europe/Rome	40.3	15.68333				04	SA	065076	
3182892	Arena	arena	IT	56017	0	Europe/Rome	42.86667	13.43333				10	AP	044064	
3182893	Ardesio	ardesio	IT	24020	3702	Europe/Rome	45.93749	9.93116		Ardesio	016012	09	BG	016012	
3182895	Ardenza	ardenza	IT	57128	0	Europe/Rome	43.51667	10.31667				16	LI		
3182896	Ardenno	ardenno	IT	23011	3122	Europe/Rome	46.16429	9.64494		Ardenno	014005	09	SO	014005	
3182897	Ardea	ardea	IT	00040	17078	Europe/Rome	41.6123	12.51433	37	Ardea,arudea,アルデーア	058117	07	RM	058117	
3182898	Ardauli	ardauli	IT	09081	946	Europe/Rome	40.08349	8.91366	421	Ardauli	095007	14	OR	095007	
3182899	Ardara	ardara	IT	07010	847	Europe/Rome	40.62176	8.81032		Ardara	090005	14	SS	090005	
3182900	Ardali	ardali	IT	08040	0	Europe/Rome	40.01667	9.63333				14	OG	105019	
3182903	Arcugnano	arcugnano	IT	36057	7024	Europe/Rome	45.49579	11.5477		Arcugnano,arukunyano,アルクニャーノ	024006	20	VI	024006	
3182904	Arcore	arcore	IT	20862	16663	Europe/Rome	45.62668	9.32555		Arcore,Arculi,arukore,アルコレ	108004	09	MB	108004	
3182906	Arconate	arconate	IT	20020	5440	Europe/Rome	45.54197	8.84854		Arconate,arukonate,アルコナーテ	015007	09	MI	015007	
3182907	Arcole	arcole	IT	37040	3654	Europe/Rome	45.35679	11.2845	27	Arcole,arukore,アルコレ	023004	20	VR	023004	
3182908	Arcola	arcola	IT	19021	5941	Europe/Rome	44.11854	9.91269	70	Arcoa,Arcola,Arcòa	011002	08	SP	011002	
3182910	Arco	arco	IT	38062	12072	Europe/Rome	45.91772	10.88672	91	Arco,Arko,aruko,Арко,アルコ	022006	17	TN	022006	
3182912	Arcidosso	arcidosso	IT	58031	4114	Europe/Rome	42.87162	11.53599		Arcidosso	053001	16	GR	053001	
3182915	Archi	archi	IT	66044	580	Europe/Rome	42.08994	14.38122	445		069002	01	CH	069002	
3182916	Arcevia	arcevia	IT	60011	1406	Europe/Rome	43.50016	12.94126	535	Arcevia,aruchevu~ia,アルチェーヴィア	042003	10	AN	042003	
3182917	Arcetri	arcetri	IT	50125	0	Europe/Rome	43.75	11.23333		Arcetri		16	FI	048017	
3182918	Arceto	arceto	IT	42019	4285	Europe/Rome	44.61667	10.71667	73			05	RE	035040	
3182919	Arcene	arcene	IT	24040	4347	Europe/Rome	45.57558	9.61405		Arcene,aruchene,アルチェネ	016011	09	BG	016011	
3182921	Arce	arce	IT	03032	6029	Europe/Rome	41.58662	13.57361		Arce,aruche,アルチェ	060008	07	FR	060008	
3182923	Arcade	arcade	IT	31030	3430	Europe/Rome	45.78428	12.21972	62		026002	20	TV	026002	
3182924	Arborio	arborio	IT	13031	830	Europe/Rome	45.49496	8.38533	185	Arborio,Arboro,aruborio,アルボーリオ	002006	12	VC	002006	
3182927	Arba	arba	IT	33090	1041	Europe/Rome	46.14611	12.7925	210	Arba,Darbe,aruba,アルバ	093002	06	PN	093002	
3182933	Aragno	aragno	IT	67100	0	Europe/Rome	42.55	13.45				01	TE	067023	
3182935	Aradeo	aradeo	IT	73040	9676	Europe/Rome	40.13092	18.12962		Aradeo	075006	13	LE	075006	
3182936	Arabba	arabba	IT	32020	275	Europe/Rome	46.49757	11.87485	1601	Arabba,Арабба		20	BL	025030	
3182937	Aquino	aquino	IT	03031	5337	Europe/Rome	41.49112	13.70471		Aquino	060007	07	FR	060007	
3182939	Aquilonia	aquilonia	IT	83041	2074	Europe/Rome	40.98672	15.47446		Aquilonia	064004	04	AV	064004	
3182942	Aquilinia	aquilinia	IT	34015	0	Europe/Rome	45.60524	13.80844		Aquilinia,Zaule,Zavlje,Záule,Žavlje		06	TS	032003	
3182943	Aquileia	aquileia	IT	33051	2939	Europe/Rome	45.77028	13.36833	5	Akwileja,Aquilee,Aquileia,Aquileja,Aquilée,Oglej,akuireia,אקוויליה,アクイレイア	030004	06	UD	030004	
3182951	Aquara	aquara	IT	84020	1799	Europe/Rome	40.44391	15.25386		Aquara	065008	04	SA	065008	
3182957	Aprilia	aprilia	IT	04011	56028	Europe/Rome	41.58951	12.65009		Aprilia,QZR,apuriria,アプリーリア	059001	07	LT	059001	
3182958	Apricena	apricena	IT	71011	13647	Europe/Rome	41.78394	15.44374		Apricena	071004	13	FG	071004	
3182959	Apricale	apricale	IT	18035	451	Europe/Rome	43.88062	7.65934	273	Apricale,Brigar	008002	08	IM	008002	
3182961	Aprica	aprica	IT	23031	1588	Europe/Rome	46.1527	10.15166		Aprica,aprika,Априка	014004	09	SO	014004	
3183376	Airuno	airuno	IT	23881	2610	Europe/Rome	45.75388	9.42425		Airuno	097002	09	LC	097002	
3182962	Appignano del Tronto	appignano-del-tronto	IT	63083	1049	Europe/Rome	42.89955	13.66189	194	Appignano del Tronto,アッピニャーノ・デル・トロント	044005	10	AP	044005	
3182963	Appignano	appignano	IT	62010	2987	Europe/Rome	43.36276	13.34768	199		043003	10	MC	043003	
3182964	Appignano	appignano	IT	62010	0	Europe/Rome	42.53333	13.85				01	TE	067013	
3182965	Appiano Gentile	appiano-gentile	IT	22070	7054	Europe/Rome	45.73758	8.97874		Appiano,Appiano Gentile	013010	09	CO	013010	
3182966	San Michele	san-michele	IT	15040	5967	Europe/Rome	46.45472	11.26178	416	Sankt Michael	021004	17	BZ	021004	
3182981	Appennino	appennino	IT	62036	0	Europe/Rome	42.96667	13.06667				10	MC	043057	
3182985	Apollosa	apollosa	IT	82030	1114	Europe/Rome	41.09412	14.70534	430	Apollosa	062004	04	BN	062004	
3182988	Apiro	apiro	IT	62021	954	Europe/Rome	43.38996	13.13147	516	Apiro	043002	10	MC	043002	
3182990	Apice	apice	IT	82021	5666	Europe/Rome	41.12012	14.93104		Apice	062003	04	BN	062003	
3182992	Apecchio	apecchio	IT	61042	1186	Europe/Rome	43.55739	12.41813	493	Apecchio	041002	10	PU	041002	
3182997	Aosta	aosta	IT	11100	32295	Europe/Rome	45.73736	7.3166	583	AOT,Aosta,Aoste,Aouta,Aoûta,Augusta Praetoria,aoseuta,aosuta,Аоста,אאוסטה,アオスタ,아오스타	19	19	AO	007003	
3182999	Anzù	anzu	IT	32032	0	Europe/Rome	46	11.93333				20	BL	025021	
3183001	Anzola d'Ossola	anzola-d-ossola	IT	28877	438	Europe/Rome	45.98898	8.34452	210	Anzola d'Ossola	103002	12	VB	103002	
3183002	Anzola dell'Emilia	anzola-dell-emilia	IT	40011	8927	Europe/Rome	44.54637	11.19461	38	Anzola,Anzola d'Emilia,Anzola dell'Emilia	037001	05	BO	037001	
3183005	Anzio	anzio	IT	00042	36952	Europe/Rome	41.44749	12.62707		Ancio,Antium,Anzio,antsu~io,Анцио,Анціо,アンツィオ	058007	07	RM	058007	
3183008	Anzi	anzi	IT	85010	1299	Europe/Rome	40.51662	15.92457	1008		076004	02	PZ	076004	
3183009	Anzano di Puglia	anzano-di-puglia	IT	71020	1343	Europe/Rome	41.12252	15.28445	760	Anzano di Puglia	071003	13	FG	071003	
3183010	Anzano del Parco	anzano-del-parco	IT	22040	1619	Europe/Rome	45.76848	9.19544		Anzano del Parco	013009	09	CO	013009	
3183012	Anzano	anzano	IT	31012	0	Europe/Rome	45.98833	12.32917				20	TV	026007	
3183014	Anversa degli Abruzzi	anversa-degli-abruzzi	IT	67030	347	Europe/Rome	41.99383	13.8039	560	Anversa,Anversa degli Abruzzi	066004	01	AQ	066004	
3183015	Antrosano	antrosano	IT	67051	917	Europe/Rome	42.06406	13.41018	780			01	AQ	066006	
3183016	Antronapiana	antronapiana	IT	28841	392	Europe/Rome	46.06091	8.11519	902			12	VB	103001	
3183018	Antrodoco	antrodoco	IT	02013	2845	Europe/Rome	42.41613	13.07868		Antrodoco,Antrodocu,Antrodoko,Interocrium,an te luo duo ke,antorodoko,Антродоко,アントロドーコ,安特罗多科	057003	07	RI	057003	
3183024	Antignano	antignano	IT	14010	0	Europe/Rome	43.49864	10.32406		Antignano di Livorno		16	LI	049009	
3183025	Anticoli Corrado	anticoli-corrado	IT	00022	910	Europe/Rome	42.00952	12.98909		Anticoli Corrado,アンティーコリ・コッラード	058006	07	RM	058006	
3183030	Antey-Saint-André	antey-saint-andre	IT	11020	585	Europe/Rome	45.80666	7.58881		Antei Sant'Andrea,Antey-Saint-Andre,Antey-Saint-Andrè,Antey-Saint-André	007002	19	AO	007002	
3183032	Anterselva di Mezzo	anterselva-di-mezzo	IT	39030	551	Europe/Rome	46.85855	12.0999	1236	Anterselva,Anterselva Mezzavalle,Anterselva di Mezzo,Antholz-Mitterthal,Mitterthal		17	BZ	021071	
3183038	Anterivo - Altrei	anterivo	IT	39040	387	Europe/Rome	46.27851	11.36628		Altrei,Anterivo,anterivu~o,アンテリーヴォ	021003	17	BZ	021003	
3183039	Antella	antella	IT	50012	0	Europe/Rome	43.73333	11.31667				16	FI	048001	
3183041	Antegnate	antegnate	IT	24051	2368	Europe/Rome	45.48648	9.79146		Antegnate	016010	09	BG	016010	
3183047	Anqua	anqua	IT	53030	0	Europe/Rome	43.21667	10.98333				16	SI	052025	
3183049	Annone Veneto	annone-veneto	IT	30020	2730	Europe/Rome	45.79833	12.68389	9	Annone Veneto,Danon	027001	20	VE	027001	
3183050	Annone di Brianza	annone-di-brianza	IT	23841	2000	Europe/Rome	45.80288	9.33044		Annone di Brianza	097003	09	LC	097003	
3183052	Annifo	annifo	IT	06034	275	Europe/Rome	43.05327	12.8596	874	Annifo		18	PG	054018	
3183053	Annicco	annicco	IT	26021	1897	Europe/Rome	45.24457	9.87947		Annicco	019003	09	CR	019003	
3183057	Anitrella	anitrella	IT	03025	0	Europe/Rome	41.63333	13.55		Anitrella		07	FR	060036	
3183060	Anguillara Veneta	anguillara-veneta	IT	35022	2938	Europe/Rome	45.13859	11.88861	6	Anguillara,Anguillara Veneta,Capitello	028004	20	PD	028004	
3183061	Anguillara Sabazia	anguillara-sabazia	IT	00061	14236	Europe/Rome	42.08752	12.27667		Anguillara,Anguillara Sabazia,Anquillara Sabazia,アングイッラーラ・サバーツィア	058005	07	RM	058005	
3183063	Angri	angri	IT	84012	31632	Europe/Rome	40.74271	14.57144	32	Angri	065007	04	SA	065007	
3183065	Angolo Terme	angolo-terme	IT	25040	2508	Europe/Rome	45.89139	10.14776		Angolo,Angolo Terme,アンゴロ・テルメ	017006	09	BS	017006	
3183066	Anghiari	anghiari	IT	52031	2784	Europe/Rome	43.5424	12.0555	429	Anghiari	051001	16	AR	051001	
3183067	Angera	angera	IT	21021	5477	Europe/Rome	45.77555	8.57861		Angera	012003	09	VA	012003	
3183068	Angellara	angellara	IT	84078	0	Europe/Rome	40.23333	15.28333				04	SA	065154	
3183069	Anfo	anfo	IT	25070	434	Europe/Rome	45.76639	10.49377		Anfo,anfo,アンフォ	017005	09	BS	017005	
3183070	Anela	anela	IT	07010	817	Europe/Rome	40.44176	9.05743		Anela	090004	14	SS	090004	
3183071	Anduins	anduins	IT	33090	0	Europe/Rome	46.23311	12.95829			093049	06	PN	093049	
3183072	Andria	andria	IT	76123	98342	Europe/Rome	41.22984	16.30674	151	Andria,Andrija,andoria,Андрия,アンドリア	BT	13	BT	110001	
3183073	Andretta	andretta	IT	83040	2295	Europe/Rome	40.93742	15.32485		Andretta	064003	04	AV	064003	
3183075	Andreis	andreis	IT	33080	201	Europe/Rome	46.20146	12.61448	455	Andreis,Andrers	093001	06	PN	093001	
3183077	Andrate	andrate	IT	10010	388	Europe/Rome	45.52736	7.88032	836	Andra,Andrate,Andrà,andorate,アンドラーテ	001010	12	TO	001010	
3183078	Andorno Micca	andorno-micca	IT	13811	3549	Europe/Rome	45.60926	8.05272		Andorno Cacciorna,Andorno Micca	096002	12	BI	096002	
3183079	Andonno	andonno	IT	12010	231	Europe/Rome	44.29484	7.4292	733			12	CN	004233	
3183081	Andezeno	andezeno	IT	10020	1744	Europe/Rome	45.03775	7.87053	306	Andezeno,Andzen,andezeno,アンデゼーノ	001009	12	TO	001009	
3183377	Airole	airole	IT	18030	399	Europe/Rome	43.87092	7.55414	149	Aireur,Airole	008001	08	IM	008001	
3183082	Andalo	andalo	IT	38010	1005	Europe/Rome	46.1651	11.00408	1042	Andalo,andaro,アンダロ	022005	17	TN	022005	
3183089	Ancona	ancona	IT	60100	89994	Europe/Rome	43.59816	13.51008	16	AOI,Ancona,Ancone,Anconn-a,Ancône,Ankona,an ke na,ankona,Анкона,アンコーナ,安科纳	10	10	AN	042002	
3183091	Anchione	anchione	IT	51019	1223	Europe/Rome	43.82612	10.75844	17	Anchiano,Anchione		16	PT	047016	
3183093	Ancarano	ancarano	IT	06046	946	Europe/Rome	42.83605	13.73939	293	Ancarano	067002	01	TE	067002	
3183098	Anagni	anagni	IT	03012	19134	Europe/Rome	41.74472	13.15269		Anagni,Anagnia	060006	07	FR	060006	
3183099	Anacapri	anacapri	IT	80071	6403	Europe/Rome	40.5558	14.21363	275	Anacapri,anakapuri,アナカプリ	063004	04	NA	063004	
3183105	Ampezzo	ampezzo	IT	33021	813	Europe/Rome	46.41389	12.79472	560	Ampezzo,Dimpec,Dimpeç	030003	06	UD	030003	
3183106	Amorosi	amorosi	IT	82031	2761	Europe/Rome	41.20312	14.46383		Amorosi	062002	04	BN	062002	
3183107	Amola di Piano	amola-di-piano	IT	40017	0	Europe/Rome	44.65	11.16667		Amola,Amola del Piano,Amola di Piano		05	BO	037053	
3183111	Ameno	ameno	IT	28010	491	Europe/Rome	45.78867	8.44092	517	Ameno	003002	12	NO	003002	
3183113	Amelia	amelia	IT	05022	5537	Europe/Rome	42.55233	12.41817	405	Amelia	055004	18	TR	055004	
3183114	Ameglia	ameglia	IT	19031	2617	Europe/Rome	44.06774	9.96519	89	Amegia,Ameglia	011001	08	SP	011001	
3183115	Ambrogio	ambrogio	IT	44034	959	Europe/Rome	44.91169	11.91194	2			05	FE	038007	
3183116	Ambrogiana	ambrogiana	IT	50056	0	Europe/Rome	43.73333	11.01667				16	FI	048028	
3183119	Ambra	ambra	IT	52021	0	Europe/Rome	43.41667	11.6				16	AR	051005	
3183121	Amatrice	amatrice	IT	02012	2807	Europe/Rome	42.62664	13.29508		Amatrice,amatoriche,アマトリーチェ	057002	07	RI	057002	
3183124	Amaseno	amaseno	IT	03021	4228	Europe/Rome	41.46782	13.336		Amaseno	060005	07	FR	060005	
3183127	Amaro	amaro	IT	33020	836	Europe/Rome	46.37323	13.09088	296	Amaro,Damar	030002	06	UD	030002	
3183129	Amandola	amandola	IT	63857	1871	Europe/Rome	42.97885	13.35458	500	Amandola,amandora,アマンドラ	109002	10	FM	109002	
3183130	Amalfi	amalfi	IT	84011	4933	Europe/Rome	40.6349	14.60238	6	Amalfi,Amalfis,a ma er fei,amarufi,Амалфи,אמאלפי,アマルフィ,阿马尔菲	065006	04	SA	065006	
3183135	Alzano Lombardo	alzano-lombardo	IT	24022	12068	Europe/Rome	45.73338	9.72865		Alzano,Alzano Lombardo,Alzano Maggiore,アルツァーノ・ロンバルド	016008	09	BG	016008	
3183139	Alvito	alvito	IT	03041	3031	Europe/Rome	41.68952	13.74421		Alvito,aruvu~ito,アルヴィート	060004	07	FR	060004	
3183140	Alvignano	alvignano	IT	81012	3067	Europe/Rome	41.24047	14.34423	132	Alvignano	061003	04	CE	061003	
3183141	Alvignanello	alvignanello	IT	81010	0	Europe/Rome	41.2	14.43333				04	CE	061073	
3183142	Alviano	alviano	IT	05020	388	Europe/Rome	42.59084	12.29775	251	Alviano	055003	18	TR	055003	
3183147	Altopascio	altopascio	IT	55011	9413	Europe/Rome	43.81736	10.67604	19	Altopascio	046001	16	LU	046001	
3183160	Altipiani di Arcinazzo	altipiani-di-arcinazzo	IT	00020	0	Europe/Rome	41.85	13.18333				07	RM	058008	
3183161	Altino	altino	IT	66040	0	Europe/Rome	46.58333	11.91667		Altino,Altuis		17	BZ	021006	
3183162	Altino	altino	IT	66040	0	Europe/Rome	42.86667	13.3				10	AP	044044	
3183163	Altino	altino	IT	66040	456	Europe/Rome	42.09934	14.33162	345	Altino,arutino,アルティーノ	069001	01	CH	069001	
3183165	Altidona	altidona	IT	63824	345	Europe/Rome	43.10846	13.79729	224	Altidona,arutidona,アルティドーナ	109001	10	FM	109001	
3183167	Altessano	altessano	IT	10078	0	Europe/Rome	45.13333	7.65				12	TO	001028	
3183168	Altedo	altedo	IT	40051	4549	Europe/Rome	44.66667	11.48333	11			05	BO	037035	
3183169	Altavilla Vicentina	altavilla-vicentina	IT	36077	10128	Europe/Rome	45.51549	11.4587	45	Altavilla Vicentina,アルタヴィッラ・ヴィチェンティーナ	024004	20	VI	024004	
3183170	Altavilla Silentina	altavilla-silentina	IT	84045	6751	Europe/Rome	40.53131	15.13095		Altavilla,Altavilla Silentina	065005	04	SA	065005	
3183171	Altavilla Irpina	altavilla-irpina	IT	83011	4143	Europe/Rome	41.00702	14.78134		Altavilla Irpina	064002	04	AV	064002	
3183174	Altare	altare	IT	17041	2068	Europe/Rome	44.33524	8.34295	398	Altare,arutare,アルターレ	009005	08	SV	009005	
3183178	Altamura	altamura	IT	70022	64167	Europe/Rome	40.82923	16.55368		Altamura,arutamura,Алтамура,アルタムーラ	072004	13	BA	072004	
3183184	Alseno	alseno	IT	29010	1951	Europe/Rome	44.89836	9.96137	81	Alseno	033002	05	PC	033002	
3183187	Alpignano	alpignano	IT	10091	16598	Europe/Rome	45.10195	7.52662	314	Alpignan,Alpignano,arupinyano,アルピニャーノ	001008	12	TO	001008	
3183189	Alpicella	alpicella	IT	17019	0	Europe/Rome	44.51667	9.46667		Alpicella,Alpicelle		08	GE	010056	
3183198	Alpette	alpette	IT	10080	239	Europe/Rome	45.40945	7.57731	957	Alpette,Alpëtte,arupette,アルペッテ	001007	12	TO	001007	
3183257	Almese	almese	IT	10040	5658	Europe/Rome	45.11915	7.40112		Almeis,Almese,Almèis,arumeze,アルメーゼ	001006	12	TO	001006	
3183258	Almenno San Salvatore	almenno-san-salvatore	IT	24031	5788	Europe/Rome	45.75018	9.59625		Almenno San Salvatore,アルメンノ・サン・サルヴァトーレ	016007	09	BG	016007	
3183259	Almenno San Bartolomeo	almenno-san-bartolomeo	IT	24030	4916	Europe/Rome	45.74268	9.58225		Almenno San Bartolomeo,アルメンノ・サン・バルトロメーオ	016006	09	BG	016006	
3183260	Almè	alme	IT	24011	5740	Europe/Rome	45.73598	9.61415		Alme,Almè,Lme,Lmé,arume,アルメ	016005	09	BG	016005	
3183265	Allumiere	allumiere	IT	00051	3603	Europe/Rome	42.1577	11.90137	522	Allumiere,arrumiere,アッルミエーレ	058004	07	RM	058004	
3183267	Allerona	allerona	IT	05011	388	Europe/Rome	42.81203	11.97305	472	Allerona	055002	18	TR	055002	
3183268	Alleghe	alleghe	IT	32022	656	Europe/Rome	46.40832	12.01878	979	Alleghe	025003	20	BL	025003	
3183273	Alife	alife	IT	81011	7164	Europe/Rome	41.32612	14.33403		Alife	061002	04	CE	061002	
3183277	Alice Superiore	alice-superiore	IT	10039	352	Europe/Rome	45.46066	7.77922	610	Ales,Alice Superiore,Àles,アーリチェ・スペリオーレ	001005	12	TO	001005	
3183278	Alice Castello	alice-castello	IT	13040	2192	Europe/Rome	45.36516	8.07292	258	Alice Castello,アーリチェ・カステッロ	002004	12	VC	002004	
3183280	Aliano	aliano	IT	75010	761	Europe/Rome	40.31311	16.23108	555	Aliano,Allano	077002	02	MT	077002	
3183284	Alghero	alghero	IT	07041	34261	Europe/Rome	40.55165	8.32355	7	AHO,Alghero,Alguer,Alguer - Alghero,Alguero,Alighera,L'Alguer,arugero,l'Alguer,アルゲーロ	090003	14	SS	090003	
3183287	Alfonsine	alfonsine	IT	48011	9838	Europe/Rome	44.50611	12.05639	6	Alfonsine,arufonshine,アルフォンシーネ	039001	05	RA	039001	
3183290	Alfiano Natta	alfiano-natta	IT	15021	232	Europe/Rome	45.04855	8.20833	280	Alfian,Alfiano Natta,アルフィアーノ・ナッタ	006004	12	AL	006004	
3183291	Alfero	alfero	IT	47028	658	Europe/Rome	43.84734	12.05544	670			05	FC	040050	
3183293	Alfedena	alfedena	IT	67030	785	Europe/Rome	41.73633	14.03851	914	Alfedena	066003	01	AQ	066003	
3183294	Alfano	alfano	IT	84040	1083	Europe/Rome	40.1775	15.42516		Alfano,Arfano,arufano,アルファーノ	065004	04	SA	065004	
3183295	Alezio	alezio	IT	73011	5084	Europe/Rome	40.06132	18.05822		Alezio	075003	13	LE	075003	
3183296	Alesso	alesso	IT	33010	826	Europe/Rome	46.31735	13.05295	197			06	UD	030124	
3183299	Alessandria	alessandria	IT	15100	64178	Europe/Rome	44.91245	8.61894	95	Alesandrija,Alessandria,Alessandrija,Alexandria,Alexandrie,Lissandria,QAL,aressandoria,aressandoria xian,Алесандрия,Алессандрия,Алессандрія,アレッサンドリア,アレッサンドリア県	AL	12	AL	006003	
3183304	Aldeno	aldeno	IT	38060	2967	Europe/Rome	45.9781	11.09338	209	Aldeno,arudeno,アルデーノ	022003	17	TN	022003	
3183306	Albuzzano	albuzzano	IT	27010	2256	Europe/Rome	45.18766	9.27275		Albuzzano	018004	09	PV	018004	
3183309	Albonese	albonese	IT	27020	504	Europe/Rome	45.29226	8.70664		Albonese	018003	09	PV	018003	
3183311	Albizzate	albizzate	IT	21041	4919	Europe/Rome	45.72917	8.80163		Albizzate	012002	09	VA	012002	
3183316	Albino	albino	IT	24021	16394	Europe/Rome	45.76378	9.79636		Albino,arubino,Албино,アルビーノ	016004	09	BG	016004	
3183318	Albinea	albinea	IT	42020	4540	Europe/Rome	44.62446	10.60639	166	Albinea,Албинеа	035001	05	RE	035001	
3183319	Albignasego	albignasego	IT	35020	16477	Europe/Rome	45.34749	11.86721	13	Albignasego	028003	20	PD	028003	
3183320	Albignano	albignano	IT	20060	0	Europe/Rome	45.5	9.48333				09	MI	015224	
3183321	Albiate	albiate	IT	20847	5216	Europe/Rome	45.65708	9.25614		Albiaa,Albiate,arubiate,アルビアーテ	108003	09	MB	108003	
3183322	Albiano d'Ivrea	albiano-d-ivrea	IT	10010	1559	Europe/Rome	45.43296	7.95062	230	Albian,Albiano d'Ivrea,アルビアーノ・ディヴレーア	001004	12	TO	001004	
3183323	Albiano	albiano	IT	38041	1492	Europe/Rome	46.14491	11.19348	644	Albiano,arubiano,アルビアーノ	022002	17	TN	022002	
3183324	Albiano Magra	albiano-magra	IT	54011	0	Europe/Rome	44.17574	9.91619				08	SP	011026	
3183325	Albettone	albettone	IT	36020	807	Europe/Rome	45.35689	11.5818	16	Albettone	024002	20	VI	024002	
3183326	Albes	albes	IT	39042	601	Europe/Rome	46.67657	11.63105	610			17	BZ	021011	
3183327	Alberoni	alberoni	IT	30126	765	Europe/Rome	45.34774	12.31769	2			20	VE	027042	
3183328	Alberone	alberone	IT	44042	0	Europe/Rome	45.13333	9.5				09	PV	018099	
3183329	Alberona	alberona	IT	71031	871	Europe/Rome	41.43273	15.12304	732	Alberona	071002	13	FG	071002	
3183330	Alberobello	alberobello	IT	70011	10859	Europe/Rome	40.78593	17.2372		Alberobello,a er bei luo bei luo,aruberoberro,アルベロベッロ,阿尔贝罗贝洛	072003	13	BA	072003	
3183337	Albareto	albareto	IT	41100	539	Europe/Rome	44.44655	9.69998	512	Albareto,Albareto di Borgo Val di Taro,Albareto di Val di Taro	034001	05	PR	034001	
3183339	Alberese	alberese	IT	58100	368	Europe/Rome	42.6683	11.10443	42			16	GR	053011	
3183343	Albenga	albenga	IT	17031	17103	Europe/Rome	44.04997	8.21829	5	ALL,Albemga,Albenga,Arbenga	009002	08	SV	009002	
3183346	Albe	albe	IT	67050	0	Europe/Rome	42.06667	13.4				01	AQ	066006	
3183347	Albate	albate	IT	22100	0	Europe/Rome	45.78333	9.11667				09	CO	013043	
3183349	Albaredo per San Marco	albaredo-per-san-marco	IT	23010	408	Europe/Rome	46.10349	9.59004		Albaredo,Albaredo per San Marco	014001	09	SO	014001	
3183350	Albaredo d'Adige	albaredo-d-adige	IT	37041	2783	Europe/Rome	45.31599	11.2728	24	Albaredo d'Adige,アルバレード・ダーディジェ	023002	20	VR	023002	
3183351	Albaredo	albaredo	IT	31050	0	Europe/Rome	45.85605	11.06122	702			17	TN	022210	
3183352	Albaredo	albaredo	IT	31050	1375	Europe/Rome	45.66639	12.01056	34			20	TV	026089	
3183354	Albano Vercellese	albano-vercellese	IT	13030	281	Europe/Rome	45.42616	8.38093	151	Albano,Albano Vercellese,アルバーノ・ヴェルチェッレーゼ	002003	12	VC	002003	
3183355	Albano Sant'Alessandro	albano-sant-alessandro	IT	24061	6756	Europe/Rome	45.68648	9.77066		Albano,Albano Sant'Alessandro,アルバーノ・サンタレッサンドロ	016003	09	BG	016003	
3183356	Albano Laziale	albano-laziale	IT	00041	33692	Europe/Rome	41.72873	12.6608		Albano,Albano Laziale,アルバーノ・ラツィアーレ	058003	07	RM	058003	
3183357	Albano di Lucania	albano-di-lucania	IT	85010	1254	Europe/Rome	40.58462	16.03617	899	Albano di Lucania	076003	02	PZ	076003	
3183360	Albaneto	albaneto	IT	02016	0	Europe/Rome	42.53333	13.03333				07	RI	057033	
3183362	Albanella	albanella	IT	84044	6317	Europe/Rome	40.47891	15.11625		Albanella	065003	04	SA	065003	
3183363	Albacina	albacina	IT	60044	0	Europe/Rome	43.35	13.01667				10	AN	042017	
3183364	Alba	alba	IT	12051	24923	Europe/Rome	44.6999	8.0347	172	Al'bom,Alba,aruba,Альбом,アルバ	004003	12	CN	004003	
3183365	Alatri	alatri	IT	03011	27068	Europe/Rome	41.73062	13.3402		Alatri,Алатри	060003	07	FR	060003	
3183366	Alassio	alassio	IT	17021	10623	Europe/Rome	44.00393	8.16713	6	Alassio,Arasce	009001	08	SV	009001	
3183367	Alanno	alanno	IT	65020	754	Europe/Rome	42.29543	13.97247	307	Alanno	068002	01	PE	068002	
3183369	Alagna Valsesia	alagna-valsesia	IT	13021	301	Europe/Rome	45.85097	7.93691	1191	Alagna,Alagna Valsesia,アラーニャ・ヴァルセージア	002002	12	VC	002002	
3183370	Alagna	alagna	IT	27020	755	Europe/Rome	45.16986	8.88985		Alagna	018001	09	PV	018001	
3183371	Ala di Stura	ala-di-stura	IT	10070	328	Europe/Rome	45.31515	7.30591	1080	Ala,Ala de Stura,Ala di Stura,Ala dë Stura,Alo di Stura,アーラ・ディ・ストゥーラ	001003	12	TO	001003	
3183372	Alà dei Sardi	ala-dei-sardi	IT	07020	1949	Europe/Rome	40.65007	9.32783		Ala dei Sardi,Alà dei Sardi	104003	14	OT	104003	
3183374	Ala	ala	IT	38061	5331	Europe/Rome	45.759	11.00018	180	Ala,ara,アーラ	022001	17	TN	022001	
3183378	Airola	airola	IT	82011	7622	Europe/Rome	41.06102	14.55843		Airola	062001	04	BN	062001	
3183380	Airasca	airasca	IT	10060	3583	Europe/Rome	44.91704	7.48432	257	Airasca,airasuka,アイラスカ	001002	12	TO	001002	
3183384	Ailoche	ailoche	IT	13861	317	Europe/Rome	45.69857	8.22102		Alloche	096001	12	BI	096001	
3183385	Ailano	ailano	IT	81010	1466	Europe/Rome	41.39042	14.20502		Ailano,Allana	061001	04	CE	061001	
3183388	Aiello del Sabato	aiello-del-sabato	IT	83020	3219	Europe/Rome	40.88912	14.82084		Aiello del Sabato,Ajello d''o Sabbato	064001	04	AV	064001	
3183389	Aiello del Friuli	aiello-del-friuli	IT	33041	2199	Europe/Rome	45.87167	13.36556	18	Aiello,Aiello del Friuli,Dael	030001	06	UD	030001	
3183391	Aielli	aielli	IT	67041	0	Europe/Rome	42.48333	13.3				01	AQ	066072	
3183392	Aielli	aielli	IT	67041	600	Europe/Rome	42.08083	13.5906	1021	Aielli	066002	01	AQ	066002	
3183394	Aie	aie	IT	47023	0	Europe/Rome	44.78333	8.43333		Aie,Borgo Aie		12	AT	005010	
3183395	Aidomaggiore	aidomaggiore	IT	09070	464	Europe/Rome	40.17075	8.85653	250	Aidomaggiore	095002	14	OR	095002	
3183407	Agums	agums	IT	39026	0	Europe/Rome	46.61667	10.58333		Agumes,Agums		17	BZ	021067	
3183410	Agugliaro	agugliaro	IT	36020	738	Europe/Rome	45.32539	11.5842	13	Agguliaro,Agugliaro	024001	20	VI	024001	
3183411	Agugliano	agugliano	IT	60020	3465	Europe/Rome	43.54356	13.38947	203	Agugliano,aguriano,アグリアーノ	042001	10	AN	042001	
3183412	Agropoli	agropoli	IT	84043	19949	Europe/Rome	40.3469	14.99655		Agropoli,Agruopulo	065002	04	SA	065002	
3183415	Agriano	agriano	IT	06046	0	Europe/Rome	42.75	13.01667				18	PG	054007	
3183417	Agrate Brianza	agrate-brianza	IT	20864	12708	Europe/Rome	45.57778	9.35145		Agrate,Agrate Brianza,アグラーテ・ブリアンツァ	108001	09	MB	108001	
3183418	Agrano	agrano	IT	28887	682	Europe/Rome	45.8459	8.41527	456			12	VB	103050	
3183419	Agosta	agosta	IT	00020	1617	Europe/Rome	41.98162	13.03269		Agosta,agosuta,アーゴスタ	058002	07	RM	058002	
3183420	Agordo	agordo	IT	32021	3861	Europe/Rome	46.28201	12.03608	611	Agordo	025001	20	BL	025001	
3183421	Agognate	agognate	IT	28100	0	Europe/Rome	45.46667	8.58333				12	NO	003106	
3183424	Agnone	agnone	IT	86081	3978	Europe/Rome	41.80943	14.37762	830	Agnone	094002	11	IS	094002	
3183427	Agnino	agnino	IT	54013	0	Europe/Rome	44.2444	10.08064				16	MS	045007	
3183429	Agnano	agnano	IT	56017	479	Europe/Rome	43.73824	10.48825	93			16	PI	050031	
3183430	Agnano	agnano	IT	56017	0	Europe/Rome	43.41667	10.73333				16	PI	050016	
3183431	Agnadello	agnadello	IT	26020	2980	Europe/Rome	45.44437	9.55706		Agnadel,Agnadello,anyaderro,アニャデッロ	019002	09	CR	019002	
3183434	Agna	agna	IT	35021	2909	Europe/Rome	45.16859	11.95651	3	Agna	028002	20	PD	028002	
3183435	Agna	agna	IT	35021	0	Europe/Rome	44.48333	10.11667				05	PR	034012	
3183436	Agna	agna	IT	35021	0	Europe/Rome	43.75	11.76667				16	AR	051031	
3183439	Agliè	aglie	IT	10011	2574	Europe/Rome	45.368	7.768		Aglie,Agliè,Aje,Ajé,arie,アリエ	001001	12	TO	001001	
3183440	Agliano	agliano	IT	14041	0	Europe/Rome	42.86667	12.86667		Agliano		18	PG	054005	
3183441	Agliana	agliana	IT	51031	14561	Europe/Rome	43.90655	11.00621	46	Agliana,ariana,アリアーナ	047002	16	PT	047002	
3183443	Aggius	aggius	IT	07020	1686	Europe/Rome	40.93037	9.06592		Aggius	104001	14	OT	104001	
3183446	Agerola	agerola	IT	80051	7348	Europe/Rome	40.63771	14.53884		Adzherola,Agerola,ajerora,Аджерола,アジェーロラ	063003	04	NA	063003	
3183448	Agello	agello	IT	06063	909	Europe/Rome	43.07059	12.23871	411			18	PG	054026	
3183449	Agelli	agelli	IT	63093	0	Europe/Rome	42.83333	13.41667				10	AP	044064	
3183450	Agazzano	agazzano	IT	29010	1452	Europe/Rome	44.94566	9.51856	187	Agazzano	033001	05	PC	033001	
3183453	Agaggio Inferiore	agaggio-inferiore	IT	18010	0	Europe/Rome	43.96667	7.81667				08	IM	008035	
3183455	Afragola	afragola	IT	80021	62319	Europe/Rome	40.92601	14.31083		Afragola,Afravola,afuragora,Афрагола,アフラゴーラ	063002	04	NA	063002	
3183457	Affile	affile	IT	00021	1644	Europe/Rome	41.88412	13.09539		Affile,affire,アッフィーレ	058001	07	RM	058001	
3183458	Affi	affi	IT	37010	1733	Europe/Rome	45.55439	10.77738	191	Affi,Alla,Alli,affi,アッフィ	023001	20	VR	023001	
3183461	Adro	adro	IT	25030	6421	Europe/Rome	45.61788	9.96266			017002	09	BS	017002	
3183465	Adria	adria	IT	45011	0	Europe/Rome	45.73333	13.51667				06	GO	031009	
3183466	Adria	adria	IT	45011	12986	Europe/Rome	45.05639	12.05778	4	Adria,Adrija,Адрия	029001	20	RO	029001	
3183472	Adelfia	adelfia	IT	70010	16245	Europe/Rome	41.00423	16.87169		Adelfia,aderufia,アデルフィア	072002	13	BA	072002	
3183488	Acuto	acuto	IT	03010	1857	Europe/Rome	41.79152	13.17439		Acuto,akuto,アクート	060002	07	FR	060002	
3183490	Acqui Terme	acqui-terme	IT	15011	17828	Europe/Rome	44.67514	8.46755	156	Acqui,Acqui Citta,Acqui Città,Acqui Terme,Aich,Àich,アックイ・テルメ	006001	12	AL	006001	
3183492	Acquaviva Picena	acquaviva-picena	IT	63075	2468	Europe/Rome	42.94535	13.81549	359	Acquaviva Picena,アックアヴィーヴァ・ピチェーナ	044002	10	AP	044002	
3183493	Acquaviva d'Isernia	acquaviva-d-isernia	IT	86080	455	Europe/Rome	41.67213	14.14892	730	Acquaviva d'Isernia	094001	11	IS	094001	
3183494	Acquaviva delle Fonti	acquaviva-delle-fonti	IT	70021	21613	Europe/Rome	40.89783	16.84249		Acquaviva delle Fonti,アックアヴィーヴァ・デッレ・フォンティ	072001	13	BA	072001	
3183495	Acquaviva Collecroce	acquaviva-collecroce	IT	86030	594	Europe/Rome	41.86624	14.74733	425	Acquaviva Collecroce	070001	11	CB	070001	
3183501	Acquaviva	acquaviva	IT	00017	0	Europe/Rome	43.38433	11.16769				16	SI	052016	
3183502	Acquaviva	acquaviva	IT	00017	0	Europe/Rome	43.11667	11.85				16	SI	052015	
3183504	Acquavena	acquavena	IT	84060	0	Europe/Rome	40.08333	15.45				04	SA	065107	
3183505	Acquavella	acquavella	IT	84040	0	Europe/Rome	40.21667	15.11667				04	SA	065028	
3183508	Acquasparta	acquasparta	IT	05021	3161	Europe/Rome	42.69014	12.54007	320	Acquasparta	055001	18	TR	055001	
3183509	Acquasanta Terme	acquasanta-terme	IT	63095	579	Europe/Rome	42.76994	13.41018	392	Acquasanta,Acquasanta Terme,アックアサンタ・テルメ	044001	10	AP	044001	
3183513	Acquaro	acquaro	IT	89832	0	Europe/Rome	42.86667	13.05				18	PG	054043	
3214759	Cella	cella	IT	42100	0	Europe/Rome	44.00444	12.21444				05	FC	040046	
3183516	Acquapendente	acquapendente	IT	01021	4158	Europe/Rome	42.7405	11.87637	420	Acquapendente	056001	07	VT	056001	
3183518	Acquanegra sul Chiese	acquanegra-sul-chiese	IT	46011	2936	Europe/Rome	45.16248	10.43468		Acquanegra,Acquanegra sul Chiese	020001	09	MN	020001	
3183519	Acquanegra Cremonese	acquanegra-cremonese	IT	26020	1226	Europe/Rome	45.17037	9.89087		Acquanegra,Acquanegra Cremonese	019001	09	CR	019001	
3183522	Acqualagna	acqualagna	IT	61041	2546	Europe/Rome	43.62606	12.67596	204	Acqualagna	041001	10	PU	041001	
3183525	Acquafredda	acquafredda	IT	25010	1409	Europe/Rome	45.30738	10.41468		Acquafredda,akkuafuredda,アックアフレッダ	017001	09	BS	017001	
3183526	Acquafredda	acquafredda	IT	25010	0	Europe/Rome	44.48891	9.01883				08	GE	010039	
3183527	Acquafredda	acquafredda	IT	25010	285	Europe/Rome	40.03484	15.67457	87			02	PZ	076044	
3183528	Acquafondata	acquafondata	IT	03040	316	Europe/Rome	41.54282	13.95282		Acquafondata	060001	07	FR	060001	
3183533	Acquabona	acquabona	IT	32043	0	Europe/Rome	44.35	10.3				05	RE	035007	
3183539	Acilia	acilia	IT	00125	0	Europe/Rome	41.76337	12.33078				07	RM	058091	
3183541	Acerra	acerra	IT	80011	53578	Europe/Rome	40.947	14.36571	28	Acerra,Acerrae,acherra,アチェッラ	063001	04	NA	063001	
3183544	Acerno	acerno	IT	84042	3013	Europe/Rome	40.73771	15.05695		Acerno	065001	04	SA	065001	
3183545	Acereto	acereto	IT	39032	292	Europe/Rome	46.92576	11.97803	1400			17	BZ	021017	
3183546	Acerenza	acerenza	IT	85011	2214	Europe/Rome	40.79212	15.93657	833	Acerenza	076002	02	PZ	076002	
3183548	Accumoli	accumoli	IT	02011	724	Europe/Rome	42.69414	13.24768		Accumoli	057001	07	RI	057001	
3183551	Acciaroli	acciaroli	IT	84068	0	Europe/Rome	40.18097	15.02724		Acciaroli		04	SA	065098	
3183553	Acciano	acciano	IT	67020	401	Europe/Rome	42.17653	13.7171		Acciano	066001	01	AQ	066001	
3183554	Accettura	accettura	IT	75011	1926	Europe/Rome	40.49102	16.15798	770	Accettura	077001	02	MT	077001	
3183556	Acceglio	acceglio	IT	12021	197	Europe/Rome	44.47463	6.99092		Acceglio	004001	12	CN	004001	
3183557	Accadia	accadia	IT	71021	2262	Europe/Rome	41.15882	15.33145	650	Accadia	071001	13	FG	071001	
3183558	Acaia	acaia	IT	73029	0	Europe/Rome	40.33333	18.28333		Acaia,Acaja		13	LE	075093	
3183561	Abriola	abriola	IT	85010	1210	Europe/Rome	40.50801	15.81357	957		076001	02	PZ	076001	
3183565	Abetone	abetone	IT	51021	705	Europe/Rome	44.14525	10.6643		Abetone	047001	16	PT	047001	
3183567	Abeto	abeto	IT	06047	0	Europe/Rome	42.83333	13.05				18	PG	054043	
3183573	Abbiategrasso	abbiategrasso	IT	20081	27739	Europe/Rome	45.39821	8.91678		Abbiategrasso,Albiatum,abbiategurasso,Аббиатеграссо,アッビアテグラッソ	015002	09	MI	015002	
3183575	Abbazia Pisani	abbazia-pisani	IT	35010	1192	Europe/Rome	45.6127	11.85429	35	Abbazia,Abbazia Pisani		20	PD	028101	
3183577	Abbazia	abbazia	IT	15024	0	Europe/Rome	45.73333	12.51667				20	TV	026058	
3183578	Abbateggio	abbateggio	IT	65020	420	Europe/Rome	42.22514	14.01111		Abbateggio	068001	01	PE	068001	
3183579	Abbasanta	abbasanta	IT	09071	2746	Europe/Rome	40.12389	8.82311	315	Abbasanta	095001	14	OR	095001	
3183581	Abbadia San Salvatore	abbadia-san-salvatore	IT	53021	6832	Europe/Rome	42.88213	11.66954		Abbadia San Salvadore,Abbadia San Salvatore,アッバディーア・サン・サルヴァトーレ	052001	16	SI	052001	
3183582	Abbadia Lariana	abbadia-lariana	IT	23821	3151	Europe/Rome	45.90048	9.33414		Abbadia Lariana	097001	09	LC	097001	
3183586	Abatemarco	abatemarco	IT	84060	0	Europe/Rome	40.13333	15.35				04	SA	065070	
3183587	Abano Terme	abano-terme	IT	35031	18224	Europe/Rome	45.36099	11.79141	14	Abano,Abano Terme,Abano-Terme,Абано Терме,Абано-Терме,アーバノ・テルメ	028001	20	PD	028001	
3205699	Santa Maria la Palma	santa-maria-la-palma	IT	07041	0	Europe/Rome	40.66667	8.28167				14	SS	090003	
3205823	San Pasquale	san-pasquale	IT	07028	0	Europe/Rome	40.77833	8.545				14	SS	090069	
3205824	San Michele	san-michele	IT	15040	0	Europe/Rome	40.73889	8.58722				14	SS	090064	
3205826	San Giovanni	san-giovanni	IT	03010	0	Europe/Rome	40.76338	8.489				14	SS	090064	
3205904	Tergu	tergu	IT	07030	362	Europe/Rome	40.8725	8.72	280	Tergu	090086	14	SS	090086	
3205961	Platamona	platamona	IT	07037	0	Europe/Rome	40.81778	8.46778		Platamona		14	SS	090069	
3206073	Palmadula	palmadula	IT	07040	0	Europe/Rome	40.74667	8.19111				14	SS	090064	
3206074	Siniscola	siniscola	IT	08029	0	Europe/Rome	40.7625	8.20528				14	SS	090064	
3206075	Biancareddu	biancareddu	IT	07040	0	Europe/Rome	40.80111	8.19722				14	SS	090064	
3206076	Canaglia	canaglia	IT	07040	0	Europe/Rome	40.78472	8.21944				14	SS	090064	
3207255	San Vito	san-vito	IT	05035	0	Europe/Rome	40.41694	17.21778				13	TA	073027	
3207258	Gesuiti	gesuiti	IT	87030	0	Europe/Rome	40.41222	17.24528				13	TA	073027	
3207260	Lama	lama	IT	06016	0	Europe/Rome	40.40528	17.24694				13	TA	073027	
3207263	Praia a Mare	praia-a-mare	IT	87028	0	Europe/Rome	40.42361	17.23361				13	TA	073027	
3207477	Trappeto	trappeto	IT	90040	0	Europe/Rome	40.60611	17.01944				13	TA	073019	
3209216	Torricella	torricella	IT	74020	0	Europe/Rome	40.46	18.19611				13	LE	075035	
3209324	Cá Ballarin	ca-ballarin	IT	30013	0	Europe/Rome	45.46806	12.51389				20	VE	027044	
3212465	Belvedere	belvedere	IT	00060	0	Europe/Rome	44.41775	8.89343				08	GE	010025	
3212478	Multedo	multedo	IT	16155	0	Europe/Rome	44.42718	8.83045				08	GE	010025	
3212479	Santa Liberata	santa-liberata	IT	58015	0	Europe/Rome	42.43397	11.14923				16	GR	053016	
3212531	Borgonuovo	borgonuovo	IT	40037	0	Europe/Rome	44.42452	8.73053				08	GE	010025	
3212657	Campese	campese	IT	36061	0	Europe/Rome	42.36634	10.88157				16	GR	053012	
3212696	Panzano	panzano	IT	41011	0	Europe/Rome	45.79611	13.5325				06	GO	031012	
3212709	Arzano	arzano	IT	80022	0	Europe/Rome	41.2329	13.57069				07	LT		
3214731	San Romano	san-romano	IT	56020	0	Europe/Rome	44.00611	12.13639				05	FC	040020	
3214746	Piavola	piavola	IT	47025	0	Europe/Rome	44.02667	12.13917				05	FC	040020	
3214750	Bacciolino	bacciolino	IT	47025	0	Europe/Rome	44.03083	12.18444				05	FC	040020	
3214754	Gallo	gallo	IT	12060	0	Europe/Rome	44.06306	12.18917				05	FC	040007	
3214764	Roversano	roversano	IT	47023	0	Europe/Rome	44.08806	12.2125				05	FC	040007	
3214765	Castiglione	castiglione	IT	14100	0	Europe/Rome	44.09222	12.2275				05	FC	040007	
3214767	Montereale	montereale	IT	67015	0	Europe/Rome	44.095	12.26056				05	FC	040007	
3214772	Paderno	paderno	IT	32030	0	Europe/Rome	44.11417	12.18861				05	FC	040007	
3214777	San Colombano	san-colombano	IT	25060	624	Europe/Rome	44.10022	12.05089	106			05	FC	040019	
3214779	San Lorenzo	san-lorenzo	IT	08020	0	Europe/Rome	44.11306	12.03694				05	FC	040019	
3214780	Vitignano	vitignano	IT	47014	0	Europe/Rome	44.12722	12.035				05	FC	040019	
3214782	Collinello	collinello	IT	47032	0	Europe/Rome	44.12167	12.13778				05	FC	040003	
3214783	Lizzano	lizzano	IT	47023	0	Europe/Rome	44.12722	12.17694				05	FC	040007	
3214786	Bracciano	bracciano	IT	00062	0	Europe/Rome	44.13639	12.16389				05	FC	040003	
3214793	San Lorenzo in Noceto	san-lorenzo-in-noceto	IT	47100	893	Europe/Rome	44.16127	12.00635	73			05	FC	040012	
3214795	Collina	collina	IT	51020	0	Europe/Rome	44.17	12.03833				05	FC	040012	
3214817	Carpena	carpena	IT	19020	953	Europe/Rome	44.17996	12.06883	40			05	FC	040012	
3214826	San Varano	san-varano	IT	47100	0	Europe/Rome	44.20972	12.01528				05	FC	040012	
3214913	Coriano	coriano	IT	47853	0	Europe/Rome	44.23083	12.07361				05	FC	040012	
3214915	Ospedaletto	ospedaletto	IT	05010	0	Europe/Rome	44.23861	12.07917				05	FC	040012	
3214923	Rotta	rotta	IT	27020	0	Europe/Rome	44.24852	12.12316				05	FC	040012	
3214927	Bagnolo	bagnolo	IT	31020	0	Europe/Rome	44.21306	12.21778				05	FC	040007	
3214965	San Martino	san-martino	IT	15030	0	Europe/Rome	44.02111	12.33389				05	FC	040004	
3214976	lo Stradone	lo-stradone	IT	47030	0	Europe/Rome	44.03234	12.38708				05	RN	099018	
3214980	Musano	musano	IT	31040	0	Europe/Rome	44.04722	12.34444				05	FC	040037	
3214989	Monteleone	monteleone	IT	27010	0	Europe/Rome	44.04944	12.26639				05	FC	040037	
3214994	Cento	cento	IT	44042	0	Europe/Rome	44.05861	12.32583				05	FC	040037	
3214999	Casate	casate	IT	20010	0	Europe/Rome	44.07667	12.28194				05	FC	040007	
3215005	Calisese	calisese	IT	47023	0	Europe/Rome	44.1017	12.30117				05	FC	040007	
3215006	Massa	massa	IT	54100	0	Europe/Rome	44.09196	12.3313				05	FC	040018	
3215009	Badia	badia	IT	39036	231	Europe/Rome	44.09548	12.31318	50			05	FC	040028	
3215038	Canonica	canonica	IT	06059	391	Europe/Rome	44.05917	12.40722	45			05	RN	099018	
3215042	San Martino	san-martino	IT	15030	0	Europe/Rome	44.03889	12.47778				05	RN	099018	
3215053	Casale	casale	IT	10035	0	Europe/Rome	44.07472	12.47583				05	RN	099014	
3215070	Variano	variano	IT	33031	0	Europe/Rome	44.07917	12.505				05	RN	099014	
3215081	Gatteo	gatteo	IT	47043	6799	Europe/Rome	44.11194	12.39139		Gati,Gatteo,Gatì	040016	05	FC	040016	
3215105	San Mauro a Mare	san-mauro-a-mare	IT	47030	1238	Europe/Rome	44.16367	12.44631	2			05	FC	040041	
3215109	Gatteo a Mare	gatteo-a-mare	IT	47043	1912	Europe/Rome	44.17069	12.43549	2			05	FC	040016	
3215113	Valverde	valverde	IT	95028	0	Europe/Rome	44.18147	12.42202				05	FC	040008	
3215132	Sant Angelo	sant-angelo	IT	30036	0	Europe/Rome	44.13333	12.3975				05	FC	040016	
3215141	Sala	sala	IT	05016	2157	Europe/Rome	44.15639	12.39306	10			05	FC	040008	
3215145	Ponte della Pietra	ponte-della-pietra	IT	06128	0	Europe/Rome	44.13778	12.31028				05	FC	040007	
3215147	Cella	cella	IT	42100	0	Europe/Rome	44.18017	12.37679				05	FC	040008	
3215159	Macerone	macerone	IT	47023	0	Europe/Rome	44.15635	12.33018				05	FC	040007	
3215161	Sant'Egidio	sant-egidio	IT	47023	0	Europe/Rome	44.15361	12.27028				05	FC	040007	
3215166	Gattolino	gattolino	IT	47023	0	Europe/Rome	44.16971	12.29748				05	FC	040007	
3215171	Martorano	martorano	IT	47023	0	Europe/Rome	44.17583	12.28889				05	FC	040007	
3215172	Ronta	ronta	IT	47023	0	Europe/Rome	44.19694	12.25111				05	FC	040007	
3215173	San Giorgio	san-giorgio	IT	15020	0	Europe/Rome	44.19917	12.28389				05	FC	040007	
3215190	Torre Pedrera	torre-pedrera	IT	47900	0	Europe/Rome	44.10694	12.51274				05	RN	099014	
3215191	Viserbella	viserbella	IT	47900	0	Europe/Rome	44.09455	12.52673				05	RN	099014	
3215198	Rivabella	rivabella	IT	47900	0	Europe/Rome	44.07735	12.55102				05	RN	099014	
3215200	San Martino	san-martino	IT	15030	0	Europe/Rome	44.07639	12.51778				05	RN	099014	
3215203	Vergiano	vergiano	IT	47900	0	Europe/Rome	44.04306	12.51278				05	RN	099014	
3215206	Bellariva	bellariva	IT	47900	0	Europe/Rome	44.04645	12.60115				05	RN	099014	
3215209	Rivazzurra	rivazzurra	IT	47900	14000	Europe/Rome	44.04186	12.60894	5			05	RN	099014	
3215240	Durazzano	durazzano	IT	48100	0	Europe/Rome	44.28278	12.11972				05	RA	039014	
3215249	San Zaccaria	san-zaccaria	IT	48100	932	Europe/Rome	44.27053	12.21405	6			05	RA	039014	
3215311	Lido di Classe	lido-di-classe	IT	48100	503	Europe/Rome	44.32913	12.3349	2			05	RA	039014	
3215340	Lido Adriano	lido-adriano	IT	48100	0	Europe/Rome	44.41583	12.31528				05	RA		
3215361	Marina Romea	marina-romea	IT	48100	1185	Europe/Rome	44.51494	12.27113	2			05	RA	039014	
3215378	Carraie	carraie	IT	48100	0	Europe/Rome	44.30616	12.18109				05	RA	039014	
3215380	Santo Stefano	santo-stefano	IT	04020	0	Europe/Rome	44.31525	12.18573				05	RA	039014	
3215382	Filetto	filetto	IT	48100	245	Europe/Rome	44.33564	12.07428	12			05	RA	039014	
3215385	Pilastro	pilastro	IT	35042	0	Europe/Rome	44.33914	12.08479				05	RA	039014	
3215389	Pezzolo	pezzolo	IT	98138	0	Europe/Rome	44.35972	12.04056				05	RA	039016	
3215395	Roncalceci	roncalceci	IT	48100	655	Europe/Rome	44.34766	12.11831	10			05	RA	039014	
3215401	San Bartolomeo	san-bartolomeo	IT	00033	0	Europe/Rome	44.36167	12.19				05	RA	039014	
3215417	Villanova	villanova	IT	00012	0	Europe/Rome	44.39	12.12917				05	RA	039014	
3215427	Cortina	cortina	IT	33081	0	Europe/Rome	44.39889	12.03944				05	RA	039016	
3215444	Borghetto	borghetto	IT	01033	0	Europe/Rome	44.42083	12.10389				05	RA	039014	
3215461	Chiesa	chiesa	IT	25080	0	Europe/Rome	44.47222	12.10111				05	RA	039014	
3215463	Montagnola	montagnola	IT	87041	0	Europe/Rome	44.47778	12.11417				05	RA	039014	
3215467	Glorie	glorie	IT	48012	1306	Europe/Rome	44.47722	12.07083	8			05	RA	039002	
3215496	Borghetto	borghetto	IT	01033	0	Europe/Rome	44.50833	12.03917				05	RA	039001	
3215506	Passetto	passetto	IT	45011	0	Europe/Rome	44.54167	12.04056				05	RA	039001	
3215562	Lido di Spina	lido-di-spina	IT	44029	563	Europe/Rome	44.65083	12.2525	0			05	FE	038006	
3215568	Lido degli Estensi	lido-degli-estensi	IT	44029	1644	Europe/Rome	44.66639	12.25	1			05	FE	038006	
3215603	Volano	volano	IT	38060	0	Europe/Rome	44.80778	12.26222				05	FE	038005	
3215607	Marozzo	marozzo	IT	44023	0	Europe/Rome	44.77833	12.13333				05	FE	038011	
3215763	Ariano Ferrarese	ariano-ferrarese	IT	44026	909	Europe/Rome	44.94111	12.1175	2			05	FE	038014	
3215773	Monticelli	monticelli	IT	03045	794	Europe/Rome	44.91484	12.18568	0			05	FE	038014	
3215793	Gnocca	gnocca	IT	45018	0	Europe/Rome	44.88722	12.33583				20	RO	029039	
3215796	Scardovari	scardovari	IT	45018	1434	Europe/Rome	44.89417	12.45944	-1			20	RO	029039	
3215823	Pila	pila	IT	13020	328	Europe/Rome	44.96756	12.48419	1			20	RO	029039	
3215830	Villaregia	villaregia	IT	45014	0	Europe/Rome	44.95861	12.30167				20	RO	029052	
3215841	Borgo	borgo	IT	12066	0	Europe/Rome	44.98647	12.01982				20	RO	029034	
3215858	Riva	riva	IT	45012	0	Europe/Rome	44.93083	12.22806				20	RO	029002	
3215868	Grillara	grillara	IT	45012	0	Europe/Rome	44.98222	12.19361				20	RO	029002	
3215872	Spin	spin	IT	36060	0	Europe/Rome	44.99222	12.14556				20	RO	029017	
3216498	Cavezzo	cavezzo	IT	41032	0	Europe/Rome	45.99917	13.48028		Cavezz,Cavezzo		06	GO	031004	
3217352	Piuma	piuma	IT	34170	0	Europe/Rome	45.96194	13.61333		Piuma,Pluma		06	GO	031007	
3217360	Capriva del Friuli	capriva-del-friuli	IT	34070	1679	Europe/Rome	45.94306	13.51111	49	Capriva del Friuli,Caprive	031001	06	GO	031001	
3217361	San Lorenzo Isontino	san-lorenzo-isontino	IT	34070	1546	Europe/Rome	45.92917	13.52722	54	San Laurinc di Mosse,San Lorenzo Isontino,San Lorenzo di Mossa	031020	06	GO	031020	
3217366	Gábria	gabria	IT	34070	0	Europe/Rome	45.88583	13.58306				06	GO	031022	
3217368	San Martino del Carso	san-martino-del-carso	IT	34078	258	Europe/Rome	45.87583	13.53528	163			06	GO	031017	
3217369	Marcottini	marcottini	IT	34070	0	Europe/Rome	45.85972	13.54944				06	GO	031003	
3217373	Visogliano	visogliano	IT	34011	0	Europe/Rome	45.77583	13.64694		Visogliano,Visogljano		06	TS	032001	
3217391	San Lorenzo	san-lorenzo	IT	08020	389	Europe/Rome	45.975	13.36361	57	San Lorenza,San Lorenzo		06	UD	030055	
3217397	Bolzano	bolzano	IT	39100	0	Europe/Rome	45.97139	13.39083				06	UD	030101	
3217426	Pertéole	perteole	IT	33050	0	Europe/Rome	45.85222	13.38333				06	UD	030098	
3217427	Strassoldo	strassoldo	IT	33052	707	Europe/Rome	45.86111	13.32389	10			06	UD	030023	
3217430	Ruda	ruda	IT	33050	1399	Europe/Rome	45.84194	13.40028	12	Ruda,Rude	030098	06	UD	030098	
3217431	Cassegliano	cassegliano	IT	34070	0	Europe/Rome	45.84111	13.44389				06	GO	031021	
3217433	Visco	visco	IT	33040	767	Europe/Rome	45.89194	13.34861	24	Visc,Visco	030135	06	UD	030135	
3217435	Sevegliano	sevegliano	IT	33050	1336	Europe/Rome	45.88778	13.30694	20		030008	06	UD	030008	
3217440	San Vito al Torre	san-vito-al-torre	IT	33050	1083	Europe/Rome	45.89587	13.37588	24	San Vit de Tor,San Vito al Torre,Sant Vit de Tor,Sant Vît de Tor	030105	06	UD	030105	
3217442	Nogaredo	nogaredo	IT	38060	0	Europe/Rome	45.91389	13.37778		Nogaredo,Nogariedo al Torre		06	UD	030105	
3217444	Medea	medea	IT	34076	921	Europe/Rome	45.91806	13.42417	30	Medea,Migjee	031011	06	GO	031011	
3217446	Chiópris	chiopris	IT	33048	0	Europe/Rome	45.92667	13.40417			030024	06	UD	030024	
3217461	Alberone	alberone	IT	44042	0	Europe/Rome	45.75667	13.50889		Alberone,Alberoni		06	GO	031023	
3217462	Terzo d'Aquileia	terzo-d-aquileia	IT	33050	2679	Europe/Rome	45.80222	13.34806	5		030120	06	UD	030120	
3217463	San Lorenzo	san-lorenzo	IT	08020	305	Europe/Rome	45.77222	13.41028	7	San Lorenzo,San Lorenzo di Fiumicello		06	UD	030038	
3217464	Papariano	papariano	IT	33050	892	Europe/Rome	45.80361	13.42139	11			06	UD	030038	
3217467	San Canzian d'Isonzo	san-canzian-d-isonzo	IT	34075	1679	Europe/Rome	45.7975	13.46639	6		031018	06	GO	031018	
3217502	Pavia di Udine	pavia-di-udine	IT	33050	1037	Europe/Rome	45.99806	13.30472	67	Pavia d'Udine,Pavia di Udine,Pavie		06	UD	030074	
3217504	Lumignacco	lumignacco	IT	33050	796	Europe/Rome	45.99833	13.24583	72			06	UD	030074	
3217507	Camino	camino	IT	15020	0	Europe/Rome	45.99833	13.34306				06	UD	030014	
3217526	Ronchi	ronchi	IT	12100	0	Europe/Rome	45.96389	13.31056		Ronchi,Ronchi-Popereacco		06	UD	030074	
3217532	Ontagnano	ontagnano	IT	33050	446	Europe/Rome	45.9001	13.27534	27			06	UD	030044	
3217573	Castello	castello	IT	13853	378	Europe/Rome	45.87222	13.22361	12			06	UD	030077	
3217596	Roveredo	roveredo	IT	33030	0	Europe/Rome	45.86556	13.10944				06	UD	030075	
3217612	Pertegada	pertegada	IT	33053	1899	Europe/Rome	45.72222	13.04778	3			06	UD	030046	
3217614	Gorgo	gorgo	IT	33053	968	Europe/Rome	45.74667	13.01806	4			06	UD	030046	
3217642	Biauzzo	biauzzo	IT	33033	728	Europe/Rome	45.95699	12.93332	44			06	UD	030027	
3217644	Camino al Tagliamento	camino-al-tagliamento	IT	33030	730	Europe/Rome	45.92767	12.94489	34	Camino al Tagliamento,Cjamin dal Tiliment	030015	06	UD	030015	
3217654	Roveredo	roveredo	IT	33030	388	Europe/Rome	45.89389	13.00056	19			06	UD	030130	
3217719	Palse	palse	IT	33080	707	Europe/Rome	45.94806	12.60306	26			06	PN	093032	
3217727	Villanova	villanova	IT	00012	0	Europe/Rome	45.93361	12.67361				06	PN	093033	
3217731	Fratte	fratte	IT	35010	0	Europe/Rome	45.90806	12.73583				06	PN	093021	
3217735	Sant'Andrea	sant-andrea	IT	25038	0	Europe/Rome	45.86861	12.64444				06	PN	093029	
3217740	Colle	colle	IT	33090	0	Europe/Rome	45.87833	12.72306				06	PN	093005	
3217759	Barco	barco	IT	33076	760	Europe/Rome	45.81887	12.67171	8			06	PN	093035	
3217761	Fagnigola	fagnigola	IT	33082	693	Europe/Rome	45.85437	12.68431	9			06	PN	093005	
3217765	Rivarotta	rivarotta	IT	33061	0	Europe/Rome	45.8475	12.58194				06	PN	093029	
3217766	Puia	puia	IT	33080	0	Europe/Rome	45.87861	12.5675				06	PN	093034	
3217767	Villanova	villanova	IT	00012	0	Europe/Rome	45.86222	12.57139				06	PN	093034	
3217768	Pozzo	pozzo	IT	06035	735	Europe/Rome	45.84833	12.61361	12			06	PN	093029	
3217778	Torricella	torricella	IT	74020	0	Europe/Rome	45.98111	12.86056				06	PN	093048	
3217799	San Paolo	san-paolo	IT	03035	319	Europe/Rome	45.87194	12.9525	17			06	PN	093028	
3217803	Saletto	saletto	IT	31030	0	Europe/Rome	45.87167	12.92194				06	PN	093028	
3217806	Mussons	mussons	IT	33075	274	Europe/Rome	45.8475	12.96333	11			06	PN	093028	
3217814	Gleris	gleris	IT	33078	579	Europe/Rome	45.89602	12.87487	27			06	PN	093041	
3217816	Savorgnano	savorgnano	IT	33078	996	Europe/Rome	45.89613	12.85328	25			06	PN	093041	
3217910	Santa Margherita	santa-margherita	IT	12016	0	Europe/Rome	45.77	12.89333				20	VE	027016	
3217939	Meduna di Livenza	meduna-di-livenza	IT	31040	2226	Europe/Rome	45.80667	12.61194	8	Meduna di Livenza,Medune	026041	20	TV	026041	
3217941	Gorgo al Monticano	gorgo-al-monticano	IT	31040	3977	Europe/Rome	45.79139	12.55		Gorgo al Monticano	026034	20	TV	026034	
3217942	San Giovanni	san-giovanni	IT	03010	385	Europe/Rome	45.79028	12.61389	9			20	TV	026049	
3217944	Piavon	piavon	IT	31046	1338	Europe/Rome	45.76429	12.52673	10			20	TV	026051	
3217949	Loncon	loncon	IT	30020	0	Europe/Rome	45.76667	12.71306				20	VE	027001	
3217951	Loncon	loncon	IT	30020	0	Europe/Rome	45.75361	12.71167				20	VE	027001	
3217952	Corbolone	corbolone	IT	30029	1014	Europe/Rome	45.74373	12.67275	5			20	VE	027036	
3217955	Belfiore	belfiore	IT	06034	624	Europe/Rome	45.78374	12.72737	7			20	VE	027030	
3217965	Pramaggiore	pramaggiore	IT	30020	3985	Europe/Rome	45.815	12.73889		Pramaggiore,Pramaior	027030	20	VE	027030	
3217966	Sega	sega	IT	37010	0	Europe/Rome	45.80778	12.80972				20	VE	027009	
3217968	Settimo	settimo	IT	37026	0	Europe/Rome	45.83611	12.78389				20	VE	027009	
3217969	Bagnara	bagnara	IT	30020	0	Europe/Rome	45.84167	12.85111				20	VE	027018	
3217970	Cintello	cintello	IT	30025	0	Europe/Rome	45.81889	12.845				20	VE	027018	
3217978	Summaga	summaga	IT	30026	1610	Europe/Rome	45.77778	12.79722	6			20	VE	027029	
3217980	Vada	vada	IT	57016	0	Europe/Rome	45.77306	12.92167				20	VE	027016	
3217985	San Mauro	san-mauro	IT	30142	0	Europe/Rome	45.80528	12.96833				20	VE	027034	
3217986	San Giorgio al Tagliamento	san-giorgio-al-tagliamento	IT	30028	0	Europe/Rome	45.79639	12.96361				20	VE	027034	
3217988	Marina	marina	IT	65013	0	Europe/Rome	45.71194	12.9425				20	VE	027029	
3218001	Torre di Fine	torre-di-fine	IT	30020	888	Europe/Rome	45.56611	12.74955	2			20	VE	027013	
3218005	Staffolo	staffolo	IT	60039	362	Europe/Rome	45.65925	12.69025	1			20	VE	027041	
3218006	Cittànova	cittanova	IT	89022	0	Europe/Rome	45.64722	12.65306				20	VE	027041	
3218007	Calvecchia	calvecchia	IT	30027	0	Europe/Rome	45.65833	12.60806				20	VE	027033	
3218172	Treporti	treporti	IT	30013	0	Europe/Rome	45.46525	12.45644				20	VE	027044	
3218182	Santa Maria di Piave	santa-maria-di-piave	IT	31010	0	Europe/Rome	45.55944	12.57639				20	VE	027033	
3218186	Chiesanuova	chiesanuova	IT	10080	0	Europe/Rome	45.59722	12.53556				20	VE	027025	
3218187	Lazzaretto	lazzaretto	IT	09126	0	Europe/Rome	45.60417	12.53694				20	VE	027025	
3218197	Pero	pero	IT	17019	1104	Europe/Rome	45.70722	12.34833	16			20	TV	026005	
3218199	Cavriè	cavrie	IT	31048	0	Europe/Rome	45.70361	12.36972				20	TV	026071	
3218219	Campo di Pietra	campo-di-pietra	IT	31040	678	Europe/Rome	45.70394	12.53653	6			20	TV	026070	
3218225	San Nicolò	san-nicolo	IT	29010	0	Europe/Rome	45.72139	12.52639				20	TV	026058	
3218403	San Bartolomeo	san-bartolomeo	IT	00033	0	Europe/Rome	45.71806	12.40167				20	TV	026005	
3218404	Candelù	candelu	IT	31052	0	Europe/Rome	45.73944	12.36944				20	TV	026040	
3218409	Ormelle	ormelle	IT	31024	2242	Europe/Rome	45.77944	12.41583	22	Ormelle	026052	20	TV	026052	
3218410	San Polo di Piave	san-polo-di-piave	IT	31020	2945	Europe/Rome	45.79111	12.39333	28	San Polo di Piave	026074	20	TV	026074	
3218412	Camino	camino	IT	15020	0	Europe/Rome	45.80139	12.48861		Camino		20	TV	026051	
3218416	Tezze	tezze	IT	31028	0	Europe/Rome	45.81472	12.34222				20	TV	026088	
3218419	Santa Maria di Piave	santa-maria-di-piave	IT	31010	0	Europe/Rome	45.82222	12.30778				20	TV	026038	
3218423	Rustignè	rustigne	IT	31046	0	Europe/Rome	45.75583	12.48167				20	TV	026051	
3218427	Lutrano	lutrano	IT	31043	1016	Europe/Rome	45.81583	12.47556	15			20	TV	026028	
3218430	Visnà	visna	IT	31028	0	Europe/Rome	45.83556	12.41361				20	TV	026088	
3218433	Maserada sul Piave	maserada-sul-piave	IT	31052	4181	Europe/Rome	45.75195	12.31773	31	Maserada sul Piave	026040	20	TV	026040	
3218510	Sant'Anna	sant-anna	IT	09094	0	Europe/Rome	46.85028	12.25361				17	BZ	021109	
3218522	Mura	mura	IT	25070	0	Europe/Rome	45.97361	12.16333				20	TV	026018	
3218523	Santa Maria	santa-maria	IT	05017	353	Europe/Rome	45.99115	12.22992	246			20	TV	026067	
3218529	Valmareno	valmareno	IT	31051	922	Europe/Rome	45.96444	12.1275	249			20	TV	026027	
3218530	Visnà	visna	IT	31028	0	Europe/Rome	45.93917	12.08333				20	TV	026042	
3218533	Combai	combai	IT	31050	482	Europe/Rome	45.92953	12.07108	391			20	TV	026042	
3218535	Santo Stefano	santo-stefano	IT	04020	0	Europe/Rome	45.90639	12.01556				20	TV	026087	
3218536	Guia	guia	IT	31049	842	Europe/Rome	45.90778	12.05694	267			20	TV	026087	
3218537	Pedeguarda	pedeguarda	IT	31051	204	Europe/Rome	45.92889	12.1525	150			20	TV	026027	
3218538	Solighetto	solighetto	IT	31053	0	Europe/Rome	45.91667	12.16778				20	TV	026057	
3218539	Soligo	soligo	IT	31010	0	Europe/Rome	45.915	12.155				20	TV	026026	
3218545	Bosco	bosco	IT	35030	0	Europe/Rome	45.85722	12.05944				20	TV	026090	
3218547	Collalto	collalto	IT	33017	0	Europe/Rome	45.8725	12.19694				20	TV	026083	
3218548	Còvolo	covolo	IT	31040	0	Europe/Rome	45.86194	12.02361				20	TV	026087	
3218550	Santi Angeli	santi-angeli	IT	31040	0	Europe/Rome	45.83389	12.13778				20	TV	026032	
3218552	Barco	barco	IT	33076	0	Europe/Rome	45.82944	12.23556				20	TV	026083	
3218565	Rasùn di Sotto	rasun-di-sotto	IT	39030	0	Europe/Rome	46.77806	12.05222				17	BZ	021071	
3218569	Novale	novale	IT	36078	0	Europe/Rome	46.75333	12.10028				17	BZ	021052	
3218571	Colle di Fuori	colle-di-fuori	IT	00079	355	Europe/Rome	46.77764	12.18562	1262			17	BZ	021109	
3218577	Campagnola	campagnola	IT	24126	0	Europe/Rome	45.84444	12.27611				20	TV	026075	
3218580	Campolongo	campolongo	IT	38042	0	Europe/Rome	45.87278	12.30611				20	TV	026021	
3218581	Santa Lucia di Piave	santa-lucia-di-piave	IT	31025	8581	Europe/Rome	45.85111	12.28694	55	Santa Lucia di Piave	026075	20	TV	026075	
3218582	Mareno di Piave	mareno-di-piave	IT	31010	7369	Europe/Rome	45.8475	12.35472	36	Mareno di Piave	026038	20	TV	026038	
3218591	Francenigo	francenigo	IT	31018	1526	Europe/Rome	45.90917	12.50472	18			20	TV	026031	
3218592	Roverbasso	roverbasso	IT	31013	0	Europe/Rome	45.87444	12.42556				20	TV	026019	
3218595	Albina	albina	IT	31018	655	Europe/Rome	45.88083	12.51611	16			20	TV	026031	
3218596	Campomolino	campomolino	IT	31018	0	Europe/Rome	45.8625	12.47528				20	TV	026028	
3218611	Vallone	vallone	IT	60019	0	Europe/Rome	46.72222	12.14278				17	BZ	021009	
3218615	Ferrara	ferrara	IT	44121	0	Europe/Rome	46.72278	12.13417				17	BZ	021009	
3218617	Albina	albina	IT	31018	0	Europe/Rome	45.83278	12.46722				20	TV	026028	
3218627	Ghirano	ghirano	IT	33080	939	Europe/Rome	45.84389	12.565	12			06	PN	093034	
3218633	Colle Umberto	colle-umberto	IT	31014	1233	Europe/Rome	45.94238	12.34228	145	Colle Umberto	026020	20	TV	026020	
3218671	Sarone	sarone	IT	33070	0	Europe/Rome	45.99194	12.46083				06	PN	093009	
3218672	Fratte	fratte	IT	35010	0	Europe/Rome	45.99389	12.36694				20	TV	026030	
3218673	San Giacomo	san-giacomo	IT	06049	0	Europe/Rome	45.96083	12.32417				20	TV	026092	
3218674	Cozzuolo	cozzuolo	IT	31029	0	Europe/Rome	45.965	12.28361				20	TV	026092	
3218675	Fratta	fratta	IT	30025	282	Europe/Rome	45.97777	12.21908	259			20	TV	026084	
3218677	San Lorenzo	san-lorenzo	IT	08020	0	Europe/Rome	45.98944	12.27194				20	TV	026092	
3218679	Silvella	silvella	IT	33030	371	Europe/Rome	45.95915	12.39575	49			20	TV	026022	
3218690	Cosniga	cosniga	IT	31020	0	Europe/Rome	45.8875	12.36028				20	TV	026076	
3218702	Levada	levada	IT	31047	0	Europe/Rome	45.89389	12.40333				20	TV	026033	
3218705	Orsago	orsago	IT	31010	3533	Europe/Rome	45.93222	12.42083	44	Orsago	026053	20	TV	026053	
3218711	Ronco	ronco	IT	25064	0	Europe/Rome	46.545	12.12417				20	BL	025016	
3218718	Acquabona	acquabona	IT	32043	0	Europe/Rome	46.50556	12.15778				20	BL	025016	
3218735	Colle	colle	IT	33090	0	Europe/Rome	46.46194	12.02444				20	BL	025014	
3218737	Santa Lucia	santa-lucia	IT	00013	0	Europe/Rome	46.455	12.03667				20	BL	025054	
3218738	Villagrande	villagrande	IT	61014	0	Europe/Rome	46.44639	12.01667				20	BL	025014	
3218744	Villanova	villanova	IT	00012	0	Europe/Rome	46.4425	12.20917				20	BL	025007	
3218749	Le Grazie	le-grazie	IT	19025	0	Europe/Rome	46.42083	12.00778				20	BL	025044	
3218751	Ciano	ciano	IT	31035	1594	Europe/Rome	45.82389	12.05417	142			20	TV	026025	
3218752	Pederiva	pederiva	IT	36040	0	Europe/Rome	45.79028	12.0325				20	TV	026046	
3218753	Biadene	biadene	IT	31044	0	Europe/Rome	45.79611	12.04972				20	TV	026046	
3218755	Bavaria	bavaria	IT	31040	0	Europe/Rome	45.8105	12.18607		Bavaria		20	TV	026050	
3218756	Selva del Montello	selva-del-montello	IT	31040	1749	Europe/Rome	45.78835	12.1435	87			20	TV	026093	
3218758	Povegliano	povegliano	IT	31050	1195	Europe/Rome	45.75984	12.20862	56	Povegliano	026062	20	TV	026062	
3218760	San Gaetano	san-gaetano	IT	30021	0	Europe/Rome	45.75689	12.04977				20	TV	026046	
3218762	Signoressa	signoressa	IT	31040	0	Europe/Rome	45.75028	12.10722				20	TV	026085	
3218765	Falze	falze	IT	31040	0	Europe/Rome	45.74381	12.0926			026085	20	TV	026085	
3218766	Barcon	barcon	IT	31050	904	Europe/Rome	45.72056	12.01194	70			20	TV	026089	
3218772	Ponzano Veneto	ponzano-veneto	IT	31050	9783	Europe/Rome	45.71541	12.20444		Ponzano Veneto,ポンツァーノ・ヴェーネト	026059	20	TV	026059	
3218773	Pozzale	pozzale	IT	32044	564	Europe/Rome	46.43861	12.36361	1054			20	BL	025039	
3218782	Lancenigo	lancenigo	IT	31020	0	Europe/Rome	45.71355	12.27362				20	TV	026091	
3218784	Fontane	fontane	IT	12082	0	Europe/Rome	45.70582	12.24641				20	TV	026091	
3218797	Mignagola	mignagola	IT	31030	2529	Europe/Rome	45.68868	12.32154	15			20	TV	026008	
3218802	Villanova	villanova	IT	00012	0	Europe/Rome	45.66611	12.09528				20	TV	026035	
3218803	Padernello	padernello	IT	25022	2448	Europe/Rome	45.68472	12.12167	40			20	TV	026055	
3218895	Giralba	giralba	IT	32041	0	Europe/Rome	46.57722	12.36111				20	BL	025005	
3218897	Comèlico Superiore	comelico-superiore	IT	32040	0	Europe/Rome	46.60806	12.47778				20	BL	025015	
3218917	Villagrande	villagrande	IT	61014	0	Europe/Rome	46.55306	12.43083				20	BL	025005	
3218919	Reane	reane	IT	32041	0	Europe/Rome	46.56306	12.42556				20	BL	025005	
3218923	Santa Caterina	santa-caterina	IT	09073	0	Europe/Rome	46.54306	12.46417				20	BL	025005	
3218957	Ugovizza	ugovizza	IT	33010	315	Europe/Rome	46.5109	13.4727	775			06	UD	030054	
3218973	Santa Caterina	santa-caterina	IT	09073	0	Europe/Rome	46.50583	13.37611				06	UD	030054	
3218993	Fossò	fosso	IT	30030	5922	Europe/Rome	45.38444	12.045		Fosso,Fossò,fosso,フォッソ	027017	20	VE	027017	
3218994	San Pietro di Stra	san-pietro-di-stra	IT	30039	0	Europe/Rome	45.40472	12.01472				20	VE	027039	
3218996	Paluello	paluello	IT	30039	0	Europe/Rome	45.41056	12.05083				20	VE	027039	
3218998	Fiesso d'Artico	fiesso-d-artico	IT	30032	5779	Europe/Rome	45.42139	12.02944		Fiesso d'Artico,Fiesso d’Artico,フィエッソ・ダルティコ	027014	20	VE	027014	
3219010	Marano	marano	IT	30034	0	Europe/Rome	45.46667	12.10889				20	VE	027024	
3219030	Altino	altino	IT	66040	0	Europe/Rome	45.54444	12.39333		Altino		20	VE	027031	
3219037	Peseggia	peseggia	IT	30037	0	Europe/Rome	45.56167	12.17944				20	VE	027037	
3219038	Cappella	cappella	IT	38046	946	Europe/Rome	45.56944	12.145	12	Cappella		20	VE	027037	
3219039	Rio San Martino	rio-san-martino	IT	30037	866	Europe/Rome	45.58917	12.11333	16			20	VE	027037	
3219040	Cappelletta	cappelletta	IT	30033	0	Europe/Rome	45.57528	12.00444				20	PD	028093	
3219042	Torreselle	torreselle	IT	35017	1105	Europe/Rome	45.63026	12.0225	27			20	PD	028064	
3219043	Badoere	badoere	IT	31050	2165	Europe/Rome	45.63528	12.08333	23		026047	20	TV	026047	
3219045	Morgano	morgano	IT	31050	3754	Europe/Rome	45.64083	12.07528		Morgano	026047	20	TV	026047	
3219049	Sant'Alberto	sant-alberto	IT	31059	1428	Europe/Rome	45.61306	12.13472	21			20	TV	026095	
3219061	Dièrico	dierico	IT	33027	0	Europe/Rome	46.51806	13.13222				06	UD	030073	
3219067	Salino	salino	IT	33027	318	Europe/Rome	46.50417	13.11389	647			06	UD	030073	
3219070	Valle	valle	IT	17013	0	Europe/Rome	46.48694	13.08222				06	UD	030005	
3219076	Lughignano	lughignano	IT	31032	1180	Europe/Rome	45.62583	12.32333	8			20	TV	026009	
3219079	Casier	casier	IT	31030	3508	Europe/Rome	45.64389	12.29444	5	Casier	026010	20	TV	026010	
3219085	Biancade	biancade	IT	31056	2654	Europe/Rome	45.64833	12.35917	9			20	TV	026069	
3219090	Spercenigo	spercenigo	IT	31048	0	Europe/Rome	45.665	12.35333				20	TV	026071	
3219092	San Giacomo	san-giacomo	IT	06049	0	Europe/Rome	45.61556	12.37806				20	TV	026069	
3219093	San Cipriano	san-cipriano	IT	31056	0	Europe/Rome	45.61361	12.36833				20	TV	026069	
3219094	Rialto	rialto	IT	17020	0	Europe/Rome	45.53056	12.15528				20	VE	027021	
3219096	Stigliano	stigliano	IT	30036	1632	Europe/Rome	45.52362	12.04377	15			20	VE	027035	
3219097	Terzo	terzo	IT	15010	304	Europe/Rome	46.43248	13.02018	380			06	UD	030121	
3219100	Imponzo	imponzo	IT	33028	338	Europe/Rome	46.44671	13.04007	400			06	UD	030121	
3219101	Veternigo	veternigo	IT	30036	3356	Europe/Rome	45.515	12.05222	13			20	VE	027035	
3219111	Caselle	caselle	IT	35030	2967	Europe/Rome	45.49194	12.00694	13			20	VE	027035	
3219114	Spinea	spinea	IT	30038	24517	Europe/Rome	45.49306	12.16056		Spinea,supinea,スピネーア	027038	20	VE	027038	
3219168	Lughetto	lughetto	IT	30010	838	Europe/Rome	45.38192	12.13128	2			20	VE	027002	
3219169	Sambruson	sambruson	IT	30031	3138	Europe/Rome	45.415	12.09667	5			20	VE	027012	
3219176	Lièttoli	liettoli	IT	30010	0	Europe/Rome	45.33944	12.02417				20	VE	027003	
3219178	Piòvega	piovega	IT	35028	0	Europe/Rome	45.32222	12.015				20	PD	028082	
3219185	Vallonga	vallonga	IT	35020	1298	Europe/Rome	45.27389	12.07806	3			20	PD	028007	
3219193	Cercivento	cercivento	IT	33020	637	Europe/Rome	46.52706	12.99749	607	Cercivento,Curcuvint,Çurçuvint	030022	06	UD	030022	
3219195	Sutrio	sutrio	IT	33020	1126	Europe/Rome	46.51444	12.98806	570	Sudri,Sutrio	030112	06	UD	030112	
3219196	Priola	priola	IT	12070	0	Europe/Rome	46.50778	12.98778				06	UD	030112	
3219200	Povolaro	povolaro	IT	36031	0	Europe/Rome	46.51836	12.87499				06	UD	030029	
3219212	Trava	trava	IT	33029	0	Europe/Rome	46.44361	12.89806				06	UD	030047	
3219213	Avaglio	avaglio	IT	51010	0	Europe/Rome	46.43639	12.91528				06	UD	030047	
3219225	Cella	cella	IT	42100	0	Europe/Rome	46.47444	12.85833				06	UD	030067	
3219228	Pièria	pieria	IT	33020	0	Europe/Rome	46.52037	12.80328			030081	06	UD	030081	
3219251	Bellombra	bellombra	IT	45011	238	Europe/Rome	45.01083	12.03444	2			20	RO	029001	
3219254	Zocca	zocca	IT	41059	0	Europe/Rome	45.00972	12.09444				20	RO	029017	
3219257	Mazzorno	mazzorno	IT	45019	0	Europe/Rome	45.02083	12.12444				20	RO	029001	
3219260	Valliera	valliera	IT	45011	0	Europe/Rome	45.05639	12.18167				20	RO	029030	
3219264	Valliera	valliera	IT	45011	719	Europe/Rome	45.07	12.02639	2			20	RO	029001	
3219278	Passetto	passetto	IT	45011	0	Europe/Rome	45.10167	12.06194				20	VE	027006	
3219280	Viola	viola	IT	12070	0	Europe/Rome	45.12722	12.13944				20	VE	027006	
3219289	Granvilla	granvilla	IT	32047	1145	Europe/Rome	46.56639	12.66694	1217		025052	20	BL	025052	
3219303	Civé	cive	IT	35020	5605	Europe/Rome	45.20722	12.15139		Cive,Civé,Correzzola		20	PD	028035	
3219319	Volla	volla	IT	80040	0	Europe/Rome	45.09833	12.25583				20	RO	029040	
3219321	Deserto	deserto	IT	35042	0	Europe/Rome	45.10444	12.26167				20	RO	029040	
3219325	Sant'Anna	sant-anna	IT	09094	3062	Europe/Rome	45.1475	12.26944	2			20	VE	027008	
3219332	Boccasette	boccasette	IT	45018	282	Europe/Rome	45.00111	12.42333	1			20	RO	029039	
3219335	Contarina	contarina	IT	45014	0	Europe/Rome	45.02778	12.22861				20	RO	029052	
3219340	Conche	conche	IT	35020	874	Europe/Rome	45.23444	12.17	2	Conche		20	PD	028033	
3219358	Costalta	costalta	IT	32040	468	Europe/Rome	46.58022	12.57402	1303			20	BL	025047	
3219359	Sant'Antonio	sant-antonio	IT	12050	0	Europe/Rome	45.28639	12.30528				20	VE	027042	
3219360	San Vito	san-vito	IT	05035	0	Europe/Rome	45.27306	12.30222				20	VE	027042	
3219362	Campolongo	campolongo	IT	38042	956	Europe/Rome	46.56453	12.58098	940			20	BL	025050	
3219364	Presenaio	presenaio	IT	32040	359	Europe/Rome	46.57479	12.60029	979			20	BL	025047	
3219377	Laggio di Cadore	laggio-di-cadore	IT	32040	813	Europe/Rome	46.49632	12.48047	944	Laggio		20	BL	025065	
3219421	Pieve	pieve	IT	16019	0	Europe/Rome	46.35	12.19028				20	BL	025024	
3219424	Villa	villa	IT	06063	0	Europe/Rome	46.35889	12.15139				20	BL	025024	
3219436	San Cipriano	san-cipriano	IT	31056	0	Europe/Rome	46.29924	12.01604				20	BL	025059	
3219526	Sossai	sossai	IT	32100	0	Europe/Rome	46.12361	12.25389				20	BL	025006	
3219541	Castion	castion	IT	32100	2357	Europe/Rome	46.11757	12.23847	443			20	BL	025006	
3219547	Salce	salce	IT	32100	0	Europe/Rome	46.11667	12.195				20	BL	025006	
3219549	Dussoi	dussoi	IT	32020	0	Europe/Rome	46.09778	12.18167				20	BL	025029	
3219557	Trichiana	trichiana	IT	32026	2250	Europe/Rome	46.07194	12.13417	347	Trichiana	025061	20	BL	025061	
3219568	Limana	limana	IT	32020	4509	Europe/Rome	46.09194	12.14333		Limana	025029	20	BL	025029	
3219572	Sòis	sois	IT	32100	0	Europe/Rome	46.13389	12.16444				20	BL	025006	
3219578	Roe	roe	IT	25077	0	Europe/Rome	46.13417	12.11833				20	BL	025053	
3219580	Bes	bes	IT	32100	208	Europe/Rome	46.12353	12.15198	482			20	BL	025006	
3219588	Meano	meano	IT	32035	867	Europe/Rome	46.10223	12.06297	312			20	BL	025048	
3219593	Formegan	formegan	IT	32035	0	Europe/Rome	46.08361	12.01167				20	BL	025011	
3219595	Longano	longano	IT	86090	0	Europe/Rome	46.09389	12.06778				20	BL	025048	
3219598	Nave	nave	IT	25075	0	Europe/Rome	46.06167	12.06389				20	BL	025034	
3219600	Villa di Villa	villa-di-villa	IT	31016	791	Europe/Rome	46.04444	12.06167	362			20	BL	025034	
3219607	Ronchena	ronchena	IT	32020	0	Europe/Rome	46.03333	12.00694				20	BL	025028	
3219616	San Vigilio	san-vigilio	IT	25062	0	Europe/Rome	46.13083	12.35806				20	BL	025020	
3219617	Bastia	bastia	IT	06083	0	Europe/Rome	46.1325	12.3325				20	BL	025041	
3219628	Lamosano	lamosano	IT	32010	249	Europe/Rome	46.17276	12.38691	647		025012	20	BL	025012	
3219630	Funès	funes	IT	39040	0	Europe/Rome	46.17778	12.4025				20	BL	025012	
3219640	Soccher	soccher	IT	32014	0	Europe/Rome	46.1812	12.31001				20	BL	025040	
3219642	Arsie	arsie	IT	32030	0	Europe/Rome	46.17181	12.32735				20	BL	025040	
3219660	Lèvego	levego	IT	32100	0	Europe/Rome	46.15683	12.26495				20	BL	025006	
3219662	Safforze	safforze	IT	32100	0	Europe/Rome	46.17361	12.25333				20	BL	025006	
3219667	Vezzano	vezzano	IT	38096	0	Europe/Rome	46.15222	12.1975				20	BL	025006	
3219668	Tisoi	tisoi	IT	32100	363	Europe/Rome	46.16366	12.16908	559			20	BL	025006	
3219672	Mis	mis	IT	32037	643	Europe/Rome	46.1575	12.0925	352			20	BL	025056	
3219676	Bolzano	bolzano	IT	39100	538	Europe/Rome	46.16289	12.18727	540			20	BL	025006	
3219684	Villanova	villanova	IT	00012	0	Europe/Rome	46.25401	12.30143				20	BL	025031	
3219685	Dogna	dogna	IT	33010	0	Europe/Rome	46.25947	12.31353		Dogna,Dogne		20	BL	025031	
3219690	Igne	igne	IT	32013	527	Europe/Rome	46.2651	12.27748	578			20	BL	025031	
3219692	Codissago	codissago	IT	32010	533	Europe/Rome	46.27596	12.31087	461			20	BL	025009	
3219697	Casoni	casoni	IT	16023	0	Europe/Rome	46.3075	12.22833				20	BL	025024	
3219714	Masariè	masarie	IT	32040	0	Europe/Rome	46.39694	12.29611				20	BL	025013	
3219716	Valle di Cadore	valle-di-cadore	IT	32040	1394	Europe/Rome	46.41778	12.33639	819	Valle di Cadore	025063	20	BL	025063	
3219758	Stretti	stretti	IT	30020	0	Europe/Rome	46.39778	13.44333				06	UD	030025	
3219759	Piani	piani	IT	17043	0	Europe/Rome	46.40472	13.4225				06	UD	030025	
3219760	Saletto	saletto	IT	31030	0	Europe/Rome	46.40139	13.37917				06	UD	030025	
3219783	Col San Martino	col-san-martino	IT	31010	8425	Europe/Rome	45.89667	12.08361	163		026026	20	TV	026026	
3219871	Vedronza	vedronza	IT	33010	0	Europe/Rome	46.265	13.26028				06	UD	030051	
3219872	Villanova	villanova	IT	00012	0	Europe/Rome	46.25333	13.285				06	UD	030051	
3219898	Erbezzo	erbezzo	IT	37020	0	Europe/Rome	46.18944	13.4575				06	UD	030086	
3219906	Savogna	savogna	IT	33040	659	Europe/Rome	46.15806	13.53444		Savogna,Savogne	030108	06	UD	030108	
3219915	Costalunga	costalunga	IT	37032	0	Europe/Rome	46.15639	13.37444				06	UD	030036	
3219929	Sanguarzo	sanguarzo	IT	33043	0	Europe/Rome	46.10611	13.41833				06	UD	030026	
3219932	Clodig	clodig	IT	33040	0	Europe/Rome	46.1562	13.59399			030045	06	UD	030045	
3219947	Purgèssimo	purgessimo	IT	33043	0	Europe/Rome	46.10333	13.47806				06	UD	030026	
3219951	San Pietro	san-pietro	IT	08020	0	Europe/Rome	46.07444	13.49611				06	UD	030085	
3219957	Prepotto	prepotto	IT	33040	899	Europe/Rome	46.04694	13.47778		Prepot,Prepotto	030085	06	UD	030085	
3219960	Vencò	venco	IT	34070	0	Europe/Rome	46.00583	13.46833				06	GO	031004	
3219964	Azzano	azzano	IT	22010	0	Europe/Rome	46.03417	13.40417				06	UD	030083	
3219965	Spessa	spessa	IT	27010	0	Europe/Rome	46.04278	13.41778				06	UD	030083	
3219967	Orsaria	orsaria	IT	33040	1034	Europe/Rome	46.03759	13.38186	106			06	UD	030083	
3219968	Paderno	paderno	IT	32030	0	Europe/Rome	46.05028	13.39278				06	UD	030083	
3219969	San Mauro	san-mauro	IT	30142	0	Europe/Rome	46.07083	13.38972				06	UD	030083	
3219970	Borgo	borgo	IT	12066	0	Europe/Rome	46.07278	13.34444				06	UD	030091	
3219972	Cerneglons	cerneglons	IT	33047	647	Europe/Rome	46.05389	13.31083	96			06	UD	030091	
3219973	Pradamano	pradamano	IT	33040	3115	Europe/Rome	46.03361	13.30583	88	Pradaman,Pradamano	030080	06	UD	030080	
3219977	Cargnacco	cargnacco	IT	33050	0	Europe/Rome	46.00806	13.26472				06	UD	030079	
3219980	Cussignacco	cussignacco	IT	33100	0	Europe/Rome	46.035	13.25139				06	UD	030129	
3219982	Basaldella	basaldella	IT	33030	3923	Europe/Rome	46.02556	13.21444	89			06	UD	030016	
3219985	Laipacco	laipacco	IT	33100	0	Europe/Rome	46.05972	13.27111				06	UD	030129	
3219989	Campèglio	campeglio	IT	33040	0	Europe/Rome	46.13	13.3625				06	UD	030036	
3219992	San Bernardo	san-bernardo	IT	16031	0	Europe/Rome	46.10472	13.2675				06	UD	030129	
3219994	Adegliacco	adegliacco	IT	33010	0	Europe/Rome	46.11667	13.24278				06	UD	030118	
3219995	Magredis	magredis	IT	33040	0	Europe/Rome	46.14556	13.3075				06	UD	030078	
3219996	Ravosa	ravosa	IT	33040	0	Europe/Rome	46.15167	13.30139				06	UD	030078	
3219997	Cortale	cortale	IT	88020	0	Europe/Rome	46.15944	13.25056				06	UD	030090	
3219998	Reana del Roiale	reana-del-roiale	IT	33010	0	Europe/Rome	46.15833	13.22056				06	UD	030127	
3219999	Primulacco	primulacco	IT	33040	0	Europe/Rome	46.14806	13.24556				06	UD	030090	
3220001	Rizzolo	rizzolo	IT	96010	0	Europe/Rome	46.13806	13.25639				06	UD	030090	
3220007	Variano	variano	IT	33031	902	Europe/Rome	46.0275	13.11861	83			06	UD	030009	
3220008	Vissandone	vissandone	IT	33031	0	Europe/Rome	46.02278	13.09306				06	UD	030009	
3220009	Bressa	bressa	IT	33030	1239	Europe/Rome	46.03639	13.14417	84			06	UD	030016	
3220010	Tomba	tomba	IT	33036	439	Europe/Rome	46.04837	13.06603	96			06	UD	030058	
3220011	San Marco	san-marco	IT	06131	437	Europe/Rome	46.0563	13.08474	100			06	UD	030058	
3220012	Passons	passons	IT	33037	2649	Europe/Rome	46.06889	13.18917	112			06	UD	030072	
3220016	Paderno	paderno	IT	32030	0	Europe/Rome	46.08944	13.22222				06	UD	030129	
3220017	Colugna	colugna	IT	33010	2346	Europe/Rome	46.091	13.20282	120			06	UD	030118	
3220019	Torreano	torreano	IT	33040	0	Europe/Rome	46.10556	13.15528				06	UD	030057	
3220022	Pagnacco	pagnacco	IT	33010	4537	Europe/Rome	46.12167	13.19028	170	Pagna,Pagnacco	030068	06	UD	030068	
3220027	Leonacco	leonacco	IT	33019	278	Europe/Rome	46.14315	13.20205	182			06	UD	030127	
3220036	Collalto	collalto	IT	33017	0	Europe/Rome	46.20194	13.17056				06	UD	030019	
3220037	Carvacco	carvacco	IT	33010	0	Europe/Rome	46.18444	13.14278				06	UD	030126	
3220042	Lauzzana	lauzzana	IT	33010	0	Europe/Rome	46.15861	13.12278				06	UD	030028	
3220043	Silvella	silvella	IT	33030	605	Europe/Rome	46.08724	13.04948	131			06	UD	030106	
3220051	Stella	stella	IT	17044	0	Europe/Rome	46.24944	13.22778				06	UD	030116	
3220057	Montenars	montenars	IT	33010	536	Europe/Rome	46.25111	13.16944		Montenars	030061	06	UD	030061	
3220061	Borgo	borgo	IT	12066	0	Europe/Rome	46.21417	13.17722				06	UD	030052	
3220064	Tomba	tomba	IT	33036	0	Europe/Rome	46.2175	13.08278				06	UD	030013	
3220065	Madonna	madonna	IT	14045	0	Europe/Rome	46.22472	13.12306				06	UD	030013	
3220067	Isola	isola	IT	12041	203	Europe/Rome	46.25573	13.17906	470			06	UD	030061	
3220079	Molino	molino	IT	36070	0	Europe/Rome	46.29194	13.12444				06	UD	030043	
3220085	Campagnola	campagnola	IT	24126	0	Europe/Rome	46.29167	13.11028				06	UD	030043	
3220087	Bordano	bordano	IT	33010	602	Europe/Rome	46.31557	13.10311	224	Bordan,Bordano	030012	06	UD	030012	
3220096	Ponte	ponte	IT	82030	0	Europe/Rome	46.39389	13.19389				06	UD	030093	
3220104	Mena	mena	IT	37043	0	Europe/Rome	46.35667	13.07444				06	UD	030021	
3220113	San Francesco	san-francesco	IT	38050	0	Europe/Rome	46.31	12.93722				06	PN	093049	
3220115	San Vincenzo	san-vincenzo	IT	40015	0	Europe/Rome	46.31083	12.8675				06	PN	093046	
3220125	Villa	villa	IT	06063	0	Europe/Rome	46.3975	12.97444				06	UD	030132	
3220126	Càneva	caneva	IT	33028	0	Europe/Rome	46.41028	12.995				06	UD	030121	
3220127	Preone	preone	IT	33020	266	Europe/Rome	46.39411	12.86645	460	Preon,Preone	030084	06	UD	030084	
3220130	Socchieve	socchieve	IT	33020	320	Europe/Rome	46.3965	12.848	407	Socchieve,Soclef,Soclêf		06	UD	030110	
3220149	Cella	cella	IT	42100	0	Europe/Rome	46.42188	12.57814				06	UD	030041	
3220174	San Rocco	san-rocco	IT	12046	0	Europe/Rome	46.23111	13.00083				06	UD	030137	
3220179	Forno	forno	IT	38035	0	Europe/Rome	46.26528	12.91				06	PN	093016	
3220184	Forgaria nel Friuli	forgaria-nel-friuli	IT	33030	776	Europe/Rome	46.22286	12.97687	270		030137	06	UD	030137	
3220190	Muris	muris	IT	33030	707	Europe/Rome	46.18868	12.98915	212			06	UD	030087	
3220191	San Tomaso	san-tomaso	IT	33030	0	Europe/Rome	46.18722	13.03194				06	UD	030053	
3220192	San Giacomo	san-giacomo	IT	06049	1921	Europe/Rome	46.17311	12.98344	235		030087	06	UD	030087	
3220195	San Pietro	san-pietro	IT	08020	345	Europe/Rome	46.1831	12.96557	224			06	UD	030087	
3220203	Tramonti di Sotto	tramonti-di-sotto	IT	33090	440	Europe/Rome	46.28528	12.79972		Tramonc Disot,Tramonti di Sotto,Tramonç Disot	093046	06	PN	093046	
3220204	Campone	campone	IT	33090	0	Europe/Rome	46.26444	12.83806				06	PN	093046	
3220210	Ferrara	ferrara	IT	44121	0	Europe/Rome	46.25583	12.77583				06	PN	093046	
3220211	Redona	redona	IT	24124	0	Europe/Rome	46.24667	12.75333				06	PN	093045	
3220216	Frattà	fratta	IT	30025	0	Europe/Rome	46.18083	12.71972				06	PN	093025	
3220224	Poffabro	poffabro	IT	33080	0	Europe/Rome	46.22028	12.70722		Poffabro		06	PN	093024	
3220280	Madrisio	madrisio	IT	33034	0	Europe/Rome	46.11917	13.02333				06	UD	030095	
3220282	Vìdulis	vidulis	IT	33030	0	Europe/Rome	46.09861	12.9475				06	UD	030032	
3220285	Istrago	istrago	IT	33097	480	Europe/Rome	46.12423	12.88142	141			06	PN	093044	
3220287	Pignano	pignano	IT	56048	0	Europe/Rome	46.16611	12.98472				06	UD	030087	
3220289	Usago	usago	IT	33090	517	Europe/Rome	46.18367	12.87688	212			06	PN	093047	
3220290	Colle	colle	IT	33090	223	Europe/Rome	46.16417	12.80833	225			06	PN	093002	
3220294	Marsure	marsure	IT	33081	1282	Europe/Rome	46.09861	12.59583	180			06	PN	093004	
3220295	Giais	giais	IT	33081	918	Europe/Rome	46.11278	12.60667	311			06	PN	093004	
3220296	Selva	selva	IT	33081	0	Europe/Rome	46.12167	12.61139				06	PN	093004	
3220300	Malnisio	malnisio	IT	33086	0	Europe/Rome	46.1475	12.63056				06	PN	093027	
3220312	Àrcola	arcola	IT	19021	0	Europe/Rome	46.20056	12.52444				06	PN	093006	
3220319	Barazzetto	barazzetto	IT	13900	274	Europe/Rome	46.06028	13.02861	100			06	UD	030031	
3220320	Grions	grions	IT	33040	338	Europe/Rome	46.03806	12.96722	86			06	UD	030109	
3220323	Pozzo	pozzo	IT	06035	290	Europe/Rome	46.04833	12.88944	81			06	PN	093038	
3220327	Basaldella	basaldella	IT	33030	249	Europe/Rome	46.08889	12.78806	141			06	PN	093050	
3220328	San Martino al Tagliamento	san-martino-al-tagliamento	IT	33098	1336	Europe/Rome	46.01972	12.82528		San Martin dal Tiliment,San Martino al Tagliamento	093039	06	PN	093039	
3220330	San Foca	san-foca	IT	33080	530	Europe/Rome	46.06028	12.69528	146			06	PN	093040	
3220341	Pedemonte	pedemonte	IT	16010	0	Europe/Rome	46.07194	12.57056				06	PN	093004	
3220342	Dardago	dardago	IT	33070	0	Europe/Rome	46.05556	12.53444				06	PN	093008	
3220345	Santa Lucia	santa-lucia	IT	00013	0	Europe/Rome	46.04306	12.52556				06	PN	093008	
3220662	Ramuscello	ramuscello	IT	33079	1384	Europe/Rome	45.88105	12.8846	23			06	PN	093043	
3220669	Valle	valle	IT	17013	0	Europe/Rome	45.92611	12.63361				06	PN	093033	
3220677	Fratta	fratta	IT	30025	0	Europe/Rome	45.80444	12.89444				20	VE	027040	
3220683	Fossalta Maggiore	fossalta-maggiore	IT	31040	843	Europe/Rome	45.73833	12.5475	7			20	TV	026016	
3220684	Roncadelle	roncadelle	IT	25030	858	Europe/Rome	45.75778	12.41028	17			20	TV	026052	
3220689	Zoppe	zoppe	IT	31020	0	Europe/Rome	45.88806	12.40583				20	TV	026033	
3220694	Sant'Angelo	sant-angelo	IT	30036	0	Europe/Rome	45.64472	12.20139				20	TV	026086	
3221658	Claut	claut	IT	33080	787	Europe/Rome	46.27	12.51417	613	Claut	093015	06	PN	093015	
3223754	San Cataldo	san-cataldo	IT	04021	0	Europe/Rome	40.47278	17.22778				13	TA		
3224128	Sant'Ilario	sant-ilario	IT	57034	0	Europe/Rome	44.38359	9.05424				08	GE	010025	
3224129	San Bernardo	san-bernardo	IT	16031	0	Europe/Rome	44.3827	9.07887				08	GE	010004	
3224200	Sant'Apollinare	sant-apollinare	IT	03048	0	Europe/Rome	44.37222	9.11556				08	GE	010060	
3224249	Corticella	corticella	IT	40128	0	Europe/Rome	44.37917	9.15333				08	GE	010047	
3224276	Tassara	tassara	IT	29010	0	Europe/Rome	44.38056	9.19833				08	GE	010046	
3224280	Casalino	casalino	IT	28060	0	Europe/Rome	44.36194	9.19472				08	GE	010046	
3224306	Boschetto	boschetto	IT	10034	0	Europe/Rome	44.34583	9.16667				08	GE	010007	
3224514	San Massimo	san-massimo	IT	16035	419	Europe/Rome	44.3475	9.19	122			08	GE	010046	
3224518	San Rocco	san-rocco	IT	12046	221	Europe/Rome	44.33711	9.15843	221			08	GE	010007	
3224586	Sant'Anna	sant-anna	IT	09094	0	Europe/Rome	44.35333	9.21806				08	GE	010046	
3224590	Cerisola	cerisola	IT	12075	0	Europe/Rome	44.35444	9.23333				08	GE	010046	
3224592	Pellegrino	pellegrino	IT	98041	0	Europe/Rome	44.35611	9.24806				08	GE	010046	
3224604	Sant'Ambrogio	sant-ambrogio	IT	35010	0	Europe/Rome	44.34552	9.25439				08	GE	010067	
3224640	Parazzuolo	parazzuolo	IT	16048	0	Europe/Rome	44.3425	9.27333				08	GE	010067	
3224664	Leivi	leivi	IT	16040	2218	Europe/Rome	44.35344	9.31074			010029	08	GE	010029	
3224665	San Lorenzo	san-lorenzo	IT	08020	0	Europe/Rome	44.35	9.29361				08	GE	010029	
3224666	Cerisola	cerisola	IT	12075	0	Europe/Rome	44.345	9.27917				08	GE	010067	
3224669	Campodonico	campodonico	IT	60044	0	Europe/Rome	44.33729	9.29495				08	GE	010015	
3224671	Rovereto	rovereto	IT	26010	0	Europe/Rome	44.33324	9.2886				08	GE	010015	
3224676	San Bartolomeo	san-bartolomeo	IT	00033	389	Europe/Rome	44.34329	9.32773	234			08	GE	010029	
3224723	Caperana	caperana	IT	16043	0	Europe/Rome	44.33056	9.34583				08	GE	010015	
3224724	San Salvatore	san-salvatore	IT	16030	4172	Europe/Rome	44.33028	9.35944	38			08	GE	010018	
3224727	San Martino	san-martino	IT	15030	0	Europe/Rome	44.32611	9.35528				08	GE	010018	
3224730	Cogorno	cogorno	IT	16030	665	Europe/Rome	44.32074	9.37117	260	Cogorno	010018	08	GE	010018	
3224731	San Bartolomeo	san-bartolomeo	IT	00033	0	Europe/Rome	44.31672	9.37129				08	GE	010018	
3224754	San Bartolomeo	san-bartolomeo	IT	00033	0	Europe/Rome	44.26678	9.41846				08	GE	010059	
3224757	Ginestra	ginestra	IT	85020	0	Europe/Rome	44.26266	9.4152				08	GE	010059	
3224759	Riva Trigoso	riva-trigoso	IT	16039	0	Europe/Rome	44.25958	9.42331				08	GE	010059	
3224760	San Pietro	san-pietro	IT	08020	0	Europe/Rome	44.2622	9.42404				08	GE	010059	
3229689	San Vitale	san-vitale	IT	06081	0	Europe/Rome	44.4375	12.24583		San Vitale		05	RA	039014	
3229948	San Lazzaro	san-lazzaro	IT	12037	0	Europe/Rome	45.4125	12.3625				20	VE	027042	
3343554	Bibione Pineda	bibione-pineda	IT	30028	0	Europe/Rome	45.63278	13.0075				20	VE	027034	
3343560	Casette	casette	IT	02100	0	Europe/Rome	45.71583	13.05194				06	UD	030046	
3343563	Villanova	villanova	IT	00012	365	Europe/Rome	45.82082	13.22423	4			06	UD	030100	
3343565	Lido	lido	IT	30126	0	Europe/Rome	45.67833	13.4025				06	GO	031009	
3343568	Fossalòn	fossalon	IT	34073	0	Europe/Rome	45.72806	13.495				06	GO	031009	
3343569	Levada	levada	IT	31047	0	Europe/Rome	45.77306	13.41833				06	UD	030038	
3343571	Villággio del Pescatore	villaggio-del-pescatore	IT	34011	0	Europe/Rome	45.78083	13.58694				06	TS	032001	
3343572	Bistrigna	bistrigna	IT	34079	0	Europe/Rome	45.79333	13.50167				06	GO	031023	
3343573	San Nicolò	san-nicolo	IT	29010	0	Europe/Rome	45.82528	13.40222				06	UD	030098	
3343579	Monrupino	monrupino	IT	34016	868	Europe/Rome	45.71724	13.8108				06	TS	032002	
3343582	Polazzo	polazzo	IT	34070	587	Europe/Rome	45.8575	13.49	23			06	GO	031006	
3343583	Póggio Terzarmata	poggio-terzarmata	IT	34078	0	Europe/Rome	45.8875	13.51944				06	GO	031017	
3343584	Rupa	rupa	IT	34070	0	Europe/Rome	45.89139	13.58972				06	GO	031022	
3343585	San Máuro	san-mauro	IT	30142	0	Europe/Rome	45.9775	13.6325				06	GO	031007	
3343586	Moraro	moraro	IT	34070	765	Europe/Rome	45.93083	13.4975	44	Morar,Moraro,Morâr	031013	06	GO	031013	
3343587	Corona	corona	IT	34070	310	Europe/Rome	45.92092	13.4808	38			06	GO	031010	
3343589	Visinale	visinale	IT	33087	0	Europe/Rome	45.98333	13.45				06	UD	030030	
3343593	Cavenzano	cavenzano	IT	33040	0	Europe/Rome	45.86306	13.38944				06	UD	030138	
3343595	Villa	villa	IT	06063	0	Europe/Rome	45.83694	13.30167				06	UD	030008	
3343596	Sottoselva	sottoselva	IT	33057	1008	Europe/Rome	45.91208	13.32454	30			06	UD	030070	
3343597	Mereto di Capítolo	mereto-di-capitolo	IT	33050	0	Europe/Rome	45.92528	13.29694				06	UD	030104	
3343598	Fratta	fratta	IT	30025	0	Europe/Rome	45.90861	13.44222				06	GO	031015	
3343601	Pozzecco	pozzecco	IT	33032	526	Europe/Rome	45.95861	13.08917	39			06	UD	030010	
3343604	Malamocco	malamocco	IT	30126	0	Europe/Rome	45.715	13.01417				20	VE	027034	
6290282	Motta Camastra	motta-camastra	IT	98030	587	Europe/Rome	37.89431	15.17008	453	Motta Camastra	083058	15	ME	083058	
6301942	Brusaporto	brusaporto	IT	24060	4168	Europe/Rome	45.6714	9.76041		Brusaporto	016042	09	BG	016042	
6324374	Viganella	viganella	IT	28846	204	Europe/Rome	46.05173	8.19374		Viganella	103073	12	VB	103073	
6324600	Fratte Rosa	fratte-rosa	IT	61040	525	Europe/Rome	43.63346	12.90236	419	Fratterosa	041016	10	PU	041016	
6355084	San Bartolomeo al Mare	san-bartolomeo-al-mare	IT	18016	2622	Europe/Rome	43.92312	8.10482	26		008052	08	IM	008052	
6424353	Ingurtosu	ingurtosu	IT	09031	0	Europe/Rome	39.51976	8.51106				14	VS	106001	
6453462	San Giorgio	san-giorgio	IT	15020	731	Europe/Rome	40.77147	15.79804	846			02	PZ	076060	
6457357	Cloz	cloz	IT	38020	704	Europe/Rome	46.4162	11.08589	791		022063	17	TN	022063	
6457398	Verbania	verbania	IT	28922	31070	Europe/Rome	45.92136	8.55183		Verbanija,Вербания	VB	12	VB	103072	
6533833	Vacchereccia	vacchereccia	IT	52022	0	Europe/Rome	43.56099	11.50131				16	AR	051013	
6534212	Pieve Emanuele	pieve-emanuele	IT	20072	15759	Europe/Rome	45.35052	9.20268			015173	09	MI	015173	
6534213	Osio Sotto	osio-sotto	IT	24046	10630	Europe/Rome	45.61608	9.58905			016153	09	BG	016153	
6534214	Scanzorosciate	scanzorosciate	IT	24020	8714	Europe/Rome	45.71078	9.73506			016194	09	BG	016194	
6534215	Bedizzole	bedizzole	IT	25081	9320	Europe/Rome	45.51038	10.42327			017014	09	BS	017014	
6534216	Lumezzane	lumezzane	IT	25065	23712	Europe/Rome	45.64788	10.26487			017096	09	BS	017096	
6534217	Mazzano	mazzano	IT	25080	9390	Europe/Rome	45.52008	10.35387			017107	09	BS	017107	
6534218	Porto Mantovano	porto-mantovano	IT	46047	0	Europe/Rome	45.18942	10.78995				09	MN	020045	
6534219	Castel d'Azzano	castel-d-azzano	IT	37060	10242	Europe/Rome	45.35588	10.95299			023021	20	VR	023021	
6534220	Noventa Padovana	noventa-padovana	IT	35027	8083	Europe/Rome	45.41429	11.95101			028058	20	PD	028058	
6534221	Castelnuovo del Garda	castelnuovo-del-garda	IT	37014	5341	Europe/Rome	45.43878	10.75978	130	Castelnuovo di Garda	023022	20	VR	023022	
6534222	Romano d'Ezzelino	romano-d-ezzelino	IT	36060	12700	Europe/Rome	45.7964	11.7563	166		024086	20	VI	024086	
6534223	Saonara	saonara	IT	35020	1963	Europe/Rome	45.36529	11.98481	10		028085	20	PD	028085	
6534224	Mediglia	mediglia	IT	20076	10287	Europe/Rome	45.39537	9.33165	95		015139	09	MI	015139	
6534226	Buccinasco	buccinasco	IT	20090	24877	Europe/Rome	45.41617	9.10784			015036	09	MI	015036	
6534227	Monte Argentario	monte-argentario	IT	58019	12147	Europe/Rome	42.43452	11.11954		Manteh-Ardzhehntarya,Mons Argentarius,Monte-Ardzhentario,meng tai ya er zhen ta liao,Мантэ-Арджэнтарыа,Монте-Арджентарио,Монте-Арджентаріо,モンテ・アルジェンターリオ,蒙泰亚尔真塔廖	053016	16	GR	053016	
6534228	Guidonia Montecelio	guidonia-montecelio	IT	00012	67516	Europe/Rome	41.99362	12.72238		Guidonia	058047	07	RM	058047	
6534229	Cervinara	cervinara	IT	83012	10150	Europe/Rome	41.02042	14.61444				04	AV	064025	
6534231	Montoro Superiore	montoro-superiore	IT	83025	8054	Europe/Rome	40.81699	14.79841				04	AV	064121	
6534232	Lamezia Terme	lamezia-terme	IT	88046	70501	Europe/Rome	38.96589	16.3092		Lamezia Terme,SUF	079160	03	CZ	079160	
6534233	Cardano al Campo	cardano-al-campo	IT	21010	12084	Europe/Rome	45.64887	8.76934			012032	09	VA	012032	
6534234	Caronno Pertusella	caronno-pertusella	IT	21042	12052	Europe/Rome	45.59777	9.04634			012034	09	VA	012034	
6534235	Cassano Magnago	cassano-magnago	IT	21012	20668	Europe/Rome	45.66972	8.81996			012040	09	VA	012040	
6534236	Gerenzano	gerenzano	IT	21040	9028	Europe/Rome	45.63967	9.00104			012075	09	VA	012075	
6534237	Uboldo	uboldo	IT	21040	9493	Europe/Rome	45.61527	9.00394			012130	09	VA	012130	
6534238	Pero	pero	IT	17019	10373	Europe/Rome	45.51017	9.08704			015170	09	MI	015170	
6534239	Pessano con Bornago	pessano-con-bornago	IT	20042	8309	Europe/Rome	45.54938	9.38145			015172	09	MI	015172	
6534240	Settimo Milanese	settimo-milanese	IT	20019	17134	Europe/Rome	45.47771	9.05574			015211	09	MI	015211	
6534241	Cassola	cassola	IT	36022	3825	Europe/Rome	45.7336	11.7994	92		024026	20	VI	024026	
6534242	Pieve a Nievole	pieve-a-nievole	IT	51018	8704	Europe/Rome	43.88119	10.7999	28		047013	16	PT	047013	
6534243	Albisola Superiore	albisola-superiore	IT	17011	9635	Europe/Rome	44.33889	8.51046	10		009004	08	SV	009004	
6534244	Arcisate	arcisate	IT	21051	9280	Europe/Rome	45.85578	8.86823			012004	09	VA	012004	
6534245	Basiglio	basiglio	IT	20079	8336	Europe/Rome	45.35917	9.15855			015015	09	MI	015015	
6534246	Bussero	bussero	IT	20041	8493	Europe/Rome	45.53407	9.37205			015040	09	MI	015040	
6534247	Verano Brianza	verano-brianza	IT	20843	8859	Europe/Rome	45.68868	9.22454			108048	09	MB	108048	
6534248	Treviolo	treviolo	IT	24048	8618	Europe/Rome	45.67368	9.61195			016220	09	BG	016220	
6534249	Concesio	concesio	IT	25062	12827	Europe/Rome	45.60518	10.21697			017061	09	BS	017061	
6534250	Pino Torinese	pino-torinese	IT	10025	6930	Europe/Rome	45.03955	7.77712	370		001192	12	TO	001192	
6534251	San Cipriano d'Aversa	san-cipriano-d-aversa	IT	81036	12530	Europe/Rome	40.99881	14.13173			061074	04	CE	061074	
6534252	San Felice a Cancello	san-felice-a-cancello	IT	81027	16769	Europe/Rome	41.00581	14.45583			061075	04	CE	061075	
6534253	San Nicola la Strada	san-nicola-la-strada	IT	81020	21147	Europe/Rome	41.06073	14.3348	58		061078	04	CE	061078	
6534254	Crispano	crispano	IT	80020	12072	Europe/Rome	40.95251	14.28993			063030	04	NA	063030	
6534255	Pollena Trocchia	pollena-trocchia	IT	80040	11880	Europe/Rome	40.85134	14.37911	149		063056	04	NA	063056	
6534256	Quarto	quarto	IT	29020	37683	Europe/Rome	40.88088	14.11436	55	Kvarto,Кварто	063063	04	NA	063063	
6534257	Tremestieri Etneo	tremestieri-etneo	IT	95030	13657	Europe/Rome	37.56494	15.07863	400		087051	15	CT	087051	
6534258	Santena	santena	IT	10026	10437	Europe/Rome	44.94624	7.77303	237		001257	12	TO	001257	
6534259	Vinovo	vinovo	IT	10048	10173	Europe/Rome	44.94674	7.63252	232		001309	12	TO	001309	
6534260	San Pietro in Cariano	san-pietro-in-cariano	IT	37029	6119	Europe/Rome	45.52029	10.88298	151		023076	20	VR	023076	
6534261	Ozzano dell'Emilia	ozzano-dell-emilia	IT	40064	8825	Europe/Rome	44.44427	11.47552	66		037046	05	BO	037046	
6534262	Casagiove	casagiove	IT	81022	13654	Europe/Rome	41.07124	14.31163	55		061018	04	CE	061018	
6534263	Frignano	frignano	IT	81030	8599	Europe/Rome	40.99811	14.17913			061037	04	CE	061037	
6534264	Orta di Atella	orta-di-atella	IT	81030	13070	Europe/Rome	40.96651	14.26803			061053	04	CE	061053	
6534265	San Marcellino	san-marcellino	IT	81030	11644	Europe/Rome	40.99001	14.17583			061077	04	CE	061077	
6534266	Teverola	teverola	IT	81030	9831	Europe/Rome	40.99561	14.20763			061092	04	CE	061092	
6534267	Casavatore	casavatore	IT	80020	20087	Europe/Rome	40.89921	14.27663			063021	04	NA	063021	
6534268	Volla	volla	IT	80040	22911	Europe/Rome	40.87363	14.34085	25		063089	04	NA	063089	
6534269	Santa Maria la Carità	santa-maria-la-carita	IT	80050	10860	Europe/Rome	40.71611	14.50984			063090	04	NA	063090	
6534270	Trecase	trecase	IT	80040	8446	Europe/Rome	40.76941	14.43774	99		063091	04	NA	063091	
6534271	Sant'Egidio del Monte Albino	sant-egidio-del-monte-albino	IT	84010	7564	Europe/Rome	40.73871	14.59454	60		065130	04	SA	065130	
6534272	Bellizzi	bellizzi	IT	84092	12555	Europe/Rome	40.61981	14.94685			065158	04	SA	065158	
6534273	Alba Adriatica	alba-adriatica	IT	64011	11165	Europe/Rome	42.83176	13.9259	5		067001	01	TE	067001	
6534274	Valderice	valderice	IT	91019	6827	Europe/Rome	38.04005	12.61505	240		081022	15	TP	081022	
6534275	Gravina di Catania	gravina-di-catania	IT	95030	26524	Europe/Rome	37.56085	15.06292	355		087019	15	CT	087019	
6534276	Sant'Agata li Battiati	sant-agata-li-battiati	IT	95030	10378	Europe/Rome	37.55745	15.07999			087045	15	CT	087045	
6534277	Lusciano	lusciano	IT	81030	13078	Europe/Rome	40.97001	14.19043			061046	04	CE	061046	
6534278	Parete	parete	IT	81030	10325	Europe/Rome	40.95891	14.16193			061054	04	CE	061054	
6534279	Piedimonte Matese	piedimonte-matese	IT	81016	11462	Europe/Rome	41.35082	14.36803			061057	04	CE	061057	
6534280	Cesano Boscone	cesano-boscone	IT	20090	23593	Europe/Rome	45.44207	9.09445		Boscone	015074	09	MI	015074	
6534281	Cesate	cesate	IT	20031	12317	Europe/Rome	45.59587	9.07574			015076	09	MI	015076	
6534282	Carrara San Giorgio	carrara-san-giorgio	IT	35020	8101	Europe/Rome	45.29259	11.81841			028106	20	PD	028106	
6534283	Porto Viro	porto-viro	IT	45014	13644	Europe/Rome	45.02678	12.21754	2		029052	20	RO	029052	
6534285	San Giovanni Teatino	san-giovanni-teatino	IT	66020	226	Europe/Rome	42.40914	14.20101	137		069081	01	CH	069081	
6534286	Bernareggio	bernareggio	IT	20881	8298	Europe/Rome	45.64778	9.40505			108007	09	MB	108007	
6534287	Brozolo	brozolo	IT	10020	435	Europe/Rome	45.11695	8.07193			001037	12	TO	001037	
6534288	Campiglione-Fenile	campiglione-fenile	IT	10060	1284	Europe/Rome	44.80284	7.32422			001049	12	TO	001049	
6534289	Magliano Alfieri	magliano-alfieri	IT	12050	509	Europe/Rome	44.76924	8.07014	328		004113	12	CN	004113	
6534290	Moiola	moiola	IT	12010	296	Europe/Rome	44.32113	7.38973			004123	12	CN	004123	
6534291	Mombarcaro	mombarcaro	IT	12070	320	Europe/Rome	44.46764	8.08824			004124	12	CN	004124	
6534292	Mombasiglio	mombasiglio	IT	12070	375	Europe/Rome	44.36663	7.96794	454		004125	12	CN	004125	
6534293	Monasterolo Casotto	monasterolo-casotto	IT	12080	126	Europe/Rome	44.32823	7.94324			004127	12	CN	004127	
6534294	Montaldo di Mondovì	montaldo-di-mondovi	IT	12080	587	Europe/Rome	44.32173	7.86714			004134	12	CN	004134	
6534295	Rocca de' Baldi	rocca-de-baldi	IT	12047	1616	Europe/Rome	44.42363	7.76114			004189	12	CN	004189	
6534296	Coassolo Torinese	coassolo-torinese	IT	10070	1470	Europe/Rome	45.29775	7.46041			001088	12	TO	001088	
6534297	Inverso Pinasca	inverso-pinasca	IT	10060	743	Europe/Rome	44.94564	7.21841		l'Envers de Pinacha,l'Invers ed Pinasca,l'Invers ëd Pinasca,l'Ënvers de Pinacha	001122	12	TO	001122	
6534298	Priero	priero	IT	12070	366	Europe/Rome	44.37604	8.09334	475		004175	12	CN	004175	
6534299	Roascio	roascio	IT	12073	85	Europe/Rome	44.41714	8.02234			004184	12	CN	004184	
6534300	Rocchetta Belbo	rocchetta-belbo	IT	12050	191	Europe/Rome	44.63604	8.17534			004193	12	CN	004193	
6534301	Roddi	roddi	IT	12060	1121	Europe/Rome	44.67964	7.97544	284		004194	12	CN	004194	
6534302	Roddino	roddino	IT	12050	363	Europe/Rome	44.57384	8.01914			004195	12	CN	004195	
6534303	Rodello	rodello	IT	12050	593	Europe/Rome	44.62854	8.05684	537		004196	12	CN	004196	
6534304	Sale delle Langhe	sale-delle-langhe	IT	12070	324	Europe/Rome	44.39524	8.08014	480		004199	12	CN	004199	
6534305	San Benedetto Belbo	san-benedetto-belbo	IT	12050	192	Europe/Rome	44.49014	8.05784			004206	12	CN	004206	
6534306	Sinio	sinio	IT	12050	461	Europe/Rome	44.60034	8.01994			004220	12	CN	004220	
6534307	Mompantero	mompantero	IT	10059	668	Europe/Rome	45.14744	7.04301			001154	12	TO	001154	
6534308	Pinasca	pinasca	IT	10060	3073	Europe/Rome	44.94264	7.22912		Pinacha	001190	12	TO	001190	
6534309	Pramollo	pramollo	IT	10065	258	Europe/Rome	44.90814	7.19072			001204	12	TO	001204	
6534310	Prarostino	prarostino	IT	10060	1302	Europe/Rome	44.86634	7.26762		Prarostin,Prustin	001205	12	TO	001205	
6534311	Belveglio	belveglio	IT	14040	320	Europe/Rome	44.82995	8.32834			005008	12	AT	005008	
6534312	Cantarana	cantarana	IT	14010	257	Europe/Rome	44.90245	8.02753	176		005018	12	AT	005018	
6534313	Capriglio	capriglio	IT	14014	309	Europe/Rome	45.00355	8.00893			005019	12	AT	005019	
6534314	Castel Boglione	castel-boglione	IT	14040	645	Europe/Rome	44.72195	8.37994			005024	12	AT	005024	
6534315	Castellero	castellero	IT	14013	291	Europe/Rome	44.92535	8.07383			005026	12	AT	005026	
6534316	Castelletto Molina	castelletto-molina	IT	14040	169	Europe/Rome	44.75125	8.43324			005027	12	AT	005027	
6534317	Cellarengo	cellarengo	IT	14010	474	Europe/Rome	44.86434	7.94533	321		005033	12	AT	005033	
6534318	Roure	roure	IT	10060	897	Europe/Rome	45.00214	7.13161			001227	12	TO	001227	
6534319	Salza di Pinerolo	salza-di-pinerolo	IT	10060	79	Europe/Rome	44.94004	7.05241			001234	12	TO	001234	
6534320	San Raffaele Cimena	san-raffaele-cimena	IT	10090	2815	Europe/Rome	45.14665	7.84932			001252	12	TO	001252	
6534321	Traves	traves	IT	10070	545	Europe/Rome	45.26795	7.43081			001279	12	TO	001279	
6534322	Val della Torre	val-della-torre	IT	10040	3529	Europe/Rome	45.15515	7.44502			001284	12	TO	001284	
6534323	Cinaglio	cinaglio	IT	14020	290	Europe/Rome	44.97525	8.10003	245		005039	12	AT	005039	
6534324	Coazzolo	coazzolo	IT	14054	300	Europe/Rome	44.72824	8.14514			005041	12	AT	005041	
6534325	Corsione	corsione	IT	14020	169	Europe/Rome	45.00095	8.14523			005044	12	AT	005044	
6534326	Ferrere	ferrere	IT	14012	507	Europe/Rome	44.87605	7.99421	268		005053	12	AT	005053	
6534327	Maranzana	maranzana	IT	14040	245	Europe/Rome	44.76035	8.47844	272		005061	12	AT	005061	
6534328	Maretto	maretto	IT	14018	358	Europe/Rome	44.94485	8.03413			005062	12	AT	005062	
6534329	Mombaruzzo	mombaruzzo	IT	14046	522	Europe/Rome	44.77145	8.44824	275		005065	12	AT	005065	
6534330	Mombercelli	mombercelli	IT	14047	1461	Europe/Rome	44.81785	8.29474	233		005066	12	AT	005066	
6534331	Monale	monale	IT	14013	224	Europe/Rome	44.93755	8.07243	200		005067	12	AT	005067	
6534332	Monastero Bormida	monastero-bormida	IT	14058	601	Europe/Rome	44.64854	8.32664	191		005068	12	AT	005068	
6534333	Alluvioni Cambiò	alluvioni-cambio	IT	15040	291	Europe/Rome	45.00126	8.79515			006006	12	AL	006006	
6534334	Vauda Canavese	vauda-canavese	IT	10070	1410	Europe/Rome	45.27995	7.62022			001290	12	TO	001290	
6534335	Verrua Savoia	verrua-savoia	IT	10020	1477	Europe/Rome	45.15675	8.09223			001294	12	TO	001294	
6534336	Montabone	montabone	IT	14040	357	Europe/Rome	44.69874	8.39064			005072	12	AT	005072	
6534337	Montafia	montafia	IT	14014	216	Europe/Rome	44.98925	8.02463	267		005073	12	AT	005073	
6534338	Montaldo Scarampi	montaldo-scarampi	IT	14048	323	Europe/Rome	44.83035	8.25904	258		005074	12	AT	005074	
6534339	Piovà Massaia	piova-massaia	IT	14026	640	Europe/Rome	45.05515	8.05013			005086	12	AT	005086	
6534340	Quaranti	quaranti	IT	14040	199	Europe/Rome	44.75095	8.44914			005088	12	AT	005088	
6534341	Refrancore	refrancore	IT	14030	873	Europe/Rome	44.93635	8.34084	150		005089	12	AT	005089	
6534342	Roatto	roatto	IT	14018	373	Europe/Rome	44.95205	8.02693			005091	12	AT	005091	
6534343	Robella	robella	IT	14020	562	Europe/Rome	45.10165	8.10193			005092	12	AT	005092	
6534344	Rocca d'Arazzo	rocca-d-arazzo	IT	14030	274	Europe/Rome	44.87205	8.28464	195		005093	12	AT	005093	
6534345	Agrate Conturbia	agrate-conturbia	IT	28010	1184	Europe/Rome	45.67547	8.55973			003001	12	NO	003001	
6534346	Castelspina	castelspina	IT	15070	363	Europe/Rome	44.80615	8.58315	116		006054	12	AL	006054	
6534347	Cella Monte	cella-monte	IT	15034	358	Europe/Rome	45.07405	8.39154	268		006056	12	AL	006056	
6534348	Conzano	conzano	IT	15030	278	Europe/Rome	45.02009	8.45554	262		006061	12	AL	006061	
6534349	Oviglio	oviglio	IT	15026	920	Europe/Rome	44.86125	8.48774	107		006122	12	AL	006122	
6534351	Briaglia	briaglia	IT	12080	288	Europe/Rome	44.39583	7.87574			004030	12	CN	004030	
6534352	Briga Alta	briga-alta	IT	18025	62	Europe/Rome	44.08272	7.74944			004031	12	CN	004031	
6534353	Camerana	camerana	IT	12072	723	Europe/Rome	44.42404	8.14144			004035	12	CN	004035	
6534354	Caprauna	caprauna	IT	12070	133	Europe/Rome	44.11603	7.95494			004039	12	CN	004039	
6534355	Celle di Macra	celle-di-macra	IT	12020	105	Europe/Rome	44.48283	7.18062			004060	12	CN	004060	
6534356	Saint-Denis	saint-denis	IT	11023	342	Europe/Rome	45.75256	7.55531			007059	19	AO	007059	
6534357	Verrayes	verrayes	IT	11020	1266	Europe/Rome	45.76326	7.5346			007072	19	AO	007072	
6534358	Aquila di Arroscia	aquila-di-arroscia	IT	18020	211	Europe/Rome	44.08593	8.00525			008003	08	IM	008003	
6534359	Monastero di Vasco	monastero-di-vasco	IT	12080	1200	Europe/Rome	44.34033	7.82264			004126	12	CN	004126	
6534360	Cosio di Arroscia	cosio-di-arroscia	IT	18023	236	Europe/Rome	44.07743	7.83244	721		008023	08	IM	008023	
6534361	Diano Arentino	diano-arentino	IT	18013	226	Europe/Rome	43.94962	8.04155	331		008025	08	IM	008025	
6534362	Mendatica	mendatica	IT	18025	245	Europe/Rome	44.07712	7.80564			008034	08	IM	008034	
6534363	Montezemolo	montezemolo	IT	12070	305	Europe/Rome	44.37704	8.14114			004141	12	CN	004141	
6534364	Monticello d'Alba	monticello-d-alba	IT	12066	1911	Europe/Rome	44.71894	7.94263			004142	12	CN	004142	
6534365	Niella Tanaro	niella-tanaro	IT	12060	1027	Europe/Rome	44.40573	7.92794			004151	12	CN	004151	
6534366	Ostana	ostana	IT	12030	79	Europe/Rome	44.69263	7.18942			004156	12	CN	004156	
6534367	Perlo	perlo	IT	12070	130	Europe/Rome	44.33183	8.08554			004162	12	CN	004162	
6534368	Pontechianale	pontechianale	IT	12020	208	Europe/Rome	44.62123	7.03002			004172	12	CN	004172	
6534369	Rittana	rittana	IT	12010	149	Europe/Rome	44.35103	7.39843			004182	12	CN	004182	
6534370	Roccabruna	roccabruna	IT	12020	1460	Europe/Rome	44.47453	7.34373			004187	12	CN	004187	
6534371	Cosseria	cosseria	IT	17017	278	Europe/Rome	44.36774	8.23485	516		009026	08	SV	009026	
6534372	Giusvalla	giusvalla	IT	17010	425	Europe/Rome	44.44794	8.39415			009032	08	SV	009032	
6534373	Magliolo	magliolo	IT	17020	569	Europe/Rome	44.19253	8.24935	270		009035	08	SV	009035	
6534374	Mallare	mallare	IT	17045	792	Europe/Rome	44.28934	8.29695	458		009036	08	SV	009036	
6534375	Scagnello	scagnello	IT	12070	209	Europe/Rome	44.33333	7.98644			004216	12	CN	004216	
6534376	Torre Mondovì	torre-mondovi	IT	12080	521	Europe/Rome	44.35283	7.89964			004227	12	CN	004227	
6534377	Valloriate	valloriate	IT	12010	166	Europe/Rome	44.33763	7.37393			004235	12	CN	004235	
6534378	Agliano Terme	agliano-terme	IT	14041	1697	Europe/Rome	44.79025	8.25044			005001	12	AT	005001	
6534379	Mioglia	mioglia	IT	17040	282	Europe/Rome	44.49214	8.41435	354		009039	08	SV	009039	
6534380	Plodio	plodio	IT	17043	550	Europe/Rome	44.35774	8.24435			009050	08	SV	009050	
6534381	Rialto	rialto	IT	17020	542	Europe/Rome	44.22653	8.26135			009053	08	SV	009053	
6534382	Casarza Ligure	casarza-ligure	IT	16030	5439	Europe/Rome	44.27188	9.44704	34		010011	08	GE	010011	
6534383	Davagna	davagna	IT	16022	218	Europe/Rome	44.46585	9.08666	552		010021	08	GE	010021	
6534384	Orero	orero	IT	16015	610	Europe/Rome	44.40835	9.26707			010042	08	GE	010042	
6534385	Beverino	beverino	IT	19020	2233	Europe/Rome	44.19402	9.76882			011003	08	SP	011003	
6534386	Camerano Casasco	camerano-casasco	IT	14020	494	Europe/Rome	44.99165	8.09103			005016	12	AT	005016	
6534387	Incisa Scapaccino	incisa-scapaccino	IT	14045	2031	Europe/Rome	44.80805	8.37584			005058	12	AT	005058	
6534388	Isola d'Asti	isola-d-asti	IT	14057	2041	Europe/Rome	44.83315	8.18024			005059	12	AT	005059	
6534389	Passerano Marmorito	passerano-marmorito	IT	14020	450	Europe/Rome	45.05585	8.01873			005082	12	AT	005082	
6534390	Rondanina	rondanina	IT	16025	95	Europe/Rome	44.56325	9.21806			010050	08	GE	010050	
6534391	Rovegno	rovegno	IT	16028	558	Europe/Rome	44.57675	9.27916			010052	08	GE	010052	
6534393	Cassinelle	cassinelle	IT	15070	864	Europe/Rome	44.60154	8.56345			006044	12	AL	006044	
6534394	Castelletto Merli	castelletto-merli	IT	15020	470	Europe/Rome	45.07395	8.24013			006050	12	AL	006050	
6534396	Coniolo	coniolo	IT	15030	422	Europe/Rome	45.14816	8.37094			006060	12	AL	006060	
6534397	Lozza	lozza	IT	21040	951	Europe/Rome	45.77568	8.85773			012091	09	VA	012091	
6534398	Malgesso	malgesso	IT	21020	1113	Europe/Rome	45.82788	8.67553			012095	09	VA	012095	
6534399	Masciago Primo	masciago-primo	IT	21030	272	Europe/Rome	45.91778	8.78113			012100	09	VA	012100	
6534400	Mesenzana	mesenzana	IT	21030	1231	Europe/Rome	45.95158	8.76453			012102	09	VA	012102	
6534401	Montegrino Valtravaglia	montegrino-valtravaglia	IT	21010	1183	Europe/Rome	45.97398	8.76743			012103	09	VA	012103	
6534402	Orino	orino	IT	21030	779	Europe/Rome	45.88148	8.71563			012110	09	VA	012110	
6534403	Saltrio	saltrio	IT	21050	2857	Europe/Rome	45.87347	8.92436	460		012117	09	VA	012117	
6534404	Drezzo	drezzo	IT	22020	1003	Europe/Rome	45.81528	8.99484			013093	09	CO	013093	
6534405	Morbello	morbello	IT	15010	459	Europe/Rome	44.60504	8.51075			006110	12	AL	006110	
6534406	Odalengo Piccolo	odalengo-piccolo	IT	15020	274	Europe/Rome	45.07165	8.20603			006117	12	AL	006117	
6534407	Pozzol Groppo	pozzol-groppo	IT	15050	397	Europe/Rome	44.87806	9.02985			006137	12	AL	006137	
6534408	San Giorgio Monferrato	san-giorgio-monferrato	IT	15020	1279	Europe/Rome	45.10736	8.41614			006153	12	AL	006153	
6534409	Bizzarone	bizzarone	IT	22020	1495	Europe/Rome	45.83428	8.94274			013024	09	CO	013024	
6534410	Blessagno	blessagno	IT	22028	253	Europe/Rome	45.95908	9.09754			013025	09	CO	013025	
6534411	Blevio	blevio	IT	22020	1221	Europe/Rome	45.84218	9.10514			013026	09	CO	013026	
6534412	Bulgarograsso	bulgarograsso	IT	22070	2989	Europe/Rome	45.74708	9.00644			013034	09	CO	013034	
6534413	Cadorago	cadorago	IT	22071	6593	Europe/Rome	45.72728	9.03784			013036	09	CO	013036	
6534414	Carate Urio	carate-urio	IT	22010	1216	Europe/Rome	45.87178	9.12214		Caraa e UEri,Caràa e Üri	013044	09	CO	013044	
6534415	Carbonate	carbonate	IT	22070	2575	Europe/Rome	45.68507	8.93814			013045	09	CO	013045	
6534416	Caslino d'Erba	caslino-d-erba	IT	22030	1714	Europe/Rome	45.83868	9.23144			013052	09	CO	013052	
6534417	Casnate con Bernate	casnate-con-bernate	IT	22070	4382	Europe/Rome	45.75628	9.07264			013053	09	CO	013053	
6534418	Castelnuovo Bozzente	castelnuovo-bozzente	IT	22070	777	Europe/Rome	45.76458	8.94354			013059	09	CO	013059	
6534419	Ayas	ayas	IT	11020	1268	Europe/Rome	45.81506	7.68911			007007	19	AO	007007	
6534420	Challand-Saint-Anselme	challand-saint-anselme	IT	11020	686	Europe/Rome	45.71456	7.73451			007013	19	AO	007013	
6534421	Challand-Saint-Victor	challand-saint-victor	IT	11020	586	Europe/Rome	45.69046	7.70471			007014	19	AO	007014	
6534422	Chamois	chamois	IT	11020	93	Europe/Rome	45.83886	7.61871			007016	19	AO	007016	
6534423	Champorcher	champorcher	IT	11020	423	Europe/Rome	45.62376	7.62151			007018	19	AO	007018	
6534424	Fénis	fenis	IT	11020	1618	Europe/Rome	45.73346	7.4977			007027	19	AO	007027	
6534425	Introd	introd	IT	11010	550	Europe/Rome	45.69306	7.1824			007035	19	AO	007035	
6534426	Merone	merone	IT	22046	3597	Europe/Rome	45.78718	9.24404			013147	09	CO	013147	
6534427	Moltrasio	moltrasio	IT	22010	1768	Europe/Rome	45.85998	9.09844			013152	09	CO	013152	
6534428	Montorfano	montorfano	IT	22030	2489	Europe/Rome	45.78638	9.14374			013157	09	CO	013157	
6534429	Nesso	nesso	IT	22020	1302	Europe/Rome	45.91238	9.15674			013161	09	CO	013161	
6534430	Prelà	prela	IT	18020	480	Europe/Rome	43.92612	7.93675			008047	08	IM	008047	
6534431	Ranzo	ranzo	IT	18020	532	Europe/Rome	44.05963	8.01495			008048	08	IM	008048	
6534432	Andora	andora	IT	17051	6767	Europe/Rome	43.95514	8.14121			009006	08	SV	009006	
6534433	Arnasco	arnasco	IT	17032	563	Europe/Rome	44.07823	8.10745			009007	08	SV	009007	
6534434	Borgio Verezzi	borgio-verezzi	IT	17022	2095	Europe/Rome	44.15906	8.30832			009013	08	SV	009013	
6534435	Bormida	bormida	IT	17045	453	Europe/Rome	44.27813	8.23235			009014	08	SV	009014	
6534436	San Siro	san-siro	IT	22010	1078	Europe/Rome	46.06573	9.26877	205		013248	09	CO	013248	
6534437	Moconesi	moconesi	IT	16047	2561	Europe/Rome	44.42065	9.20977			010036	08	GE	010036	
6534438	Pieve di Zignago	pieve-di-zignago	IT	19020	515	Europe/Rome	44.2779	9.74573		Zignago	011032	08	SP	011032	
6534439	Bodio Lomnago	bodio-lomnago	IT	21020	2012	Europe/Rome	45.78868	8.75083			012016	09	VA	012016	
6534440	Brezzo di Bedero	brezzo-di-bedero	IT	21010	950	Europe/Rome	45.97838	8.71743			012020	09	VA	012020	
6534441	Cadegliano-Viconago	cadegliano-viconago	IT	21031	1774	Europe/Rome	45.95948	8.84343			012027	09	VA	012027	
6534442	Castelveccana	castelveccana	IT	21010	1963	Europe/Rome	45.94798	8.66633			012045	09	VA	012045	
6534443	Novedrate	novedrate	IT	22060	2889	Europe/Rome	45.69808	9.12074			013163	09	CO	013163	
6534444	Ossuccio	ossuccio	IT	22010	1008	Europe/Rome	45.96958	9.17974		Usuec,Usüc	013172	09	CO	013172	
6534445	Parè	pare	IT	22020	1534	Europe/Rome	45.81088	9.00874			013175	09	CO	013175	
6534446	Peglio	peglio	IT	22010	197	Europe/Rome	46.16039	9.29474			013178	09	CO	013178	
6534447	Plesio	plesio	IT	22010	841	Europe/Rome	46.04859	9.22454		Piees,Pies,Piées	013185	09	CO	013185	
6534448	Sala Comacina	sala-comacina	IT	22010	598	Europe/Rome	45.96418	9.16604			013203	09	CO	013203	
6534449	San Bartolomeo Val Cavargna	san-bartolomeo-val-cavargna	IT	22010	1049	Europe/Rome	46.08349	9.14914		San Bartulume,San Bartulumé	013204	09	CO	013204	
6534450	San Fermo della Battaglia	san-fermo-della-battaglia	IT	22020	4189	Europe/Rome	45.80868	9.04744			013206	09	CO	013206	
6534451	San Nazzaro Val Cavargna	san-nazzaro-val-cavargna	IT	22010	348	Europe/Rome	46.08939	9.12743		San Nazar	013207	09	CO	013207	
6534452	Solbiate	solbiate	IT	22043	2248	Europe/Rome	45.78968	8.93314			013215	09	CO	013215	
6534453	Stazzona	stazzona	IT	22010	675	Europe/Rome	46.13879	9.27524			013218	09	CO	013218	
6534454	Veniano	veniano	IT	22070	2334	Europe/Rome	45.71938	8.98974			013238	09	CO	013238	
6534455	Gornate-Olona	gornate-olona	IT	21040	1901	Europe/Rome	45.74158	8.85994			012080	09	VA	012080	
6534456	Oggiona con Santo Stefano	oggiona-con-santo-stefano	IT	21040	4276	Europe/Rome	45.70427	8.81653			012107	09	VA	012107	
6534457	Bema	bema	IT	23010	144	Europe/Rome	46.10819	9.56414			014006	09	SO	014006	
6534458	Cino	cino	IT	23010	335	Europe/Rome	46.15899	9.48454			014021	09	SO	014021	
6534459	Sernio	sernio	IT	23030	445	Europe/Rome	46.2242	10.20526			014059	09	SO	014059	
6534460	Tresivio	tresivio	IT	23020	1943	Europe/Rome	46.1757	9.94255			014070	09	SO	014070	
6534461	Veddasca	veddasca	IT	21010	346	Europe/Rome	46.07058	8.79873			012135	09	VA	012135	
6534462	Albavilla	albavilla	IT	22031	5938	Europe/Rome	45.80038	9.18504			013003	09	CO	013003	
6534463	Beregazzo con Figliaro	beregazzo-con-figliaro	IT	22070	2310	Europe/Rome	45.78068	8.94414			013022	09	CO	013022	
6534464	Bregnano	bregnano	IT	22070	5113	Europe/Rome	45.69778	9.05934			013028	09	CO	013028	
6534465	Casasco d'Intelvi	casasco-d-intelvi	IT	22022	379	Europe/Rome	45.94368	9.07574			013050	09	CO	013050	
6534466	Assago	assago	IT	20057	7447	Europe/Rome	45.40887	9.12565			015011	09	MI	015011	
6534467	Basiano	basiano	IT	20060	2868	Europe/Rome	45.58248	9.46325			015014	09	MI	015014	
6534468	Bellusco	bellusco	IT	20882	6162	Europe/Rome	45.61958	9.41905			108006	09	MB	108006	
6534469	Consiglio di Rumo	consiglio-di-rumo	IT	22010	1175	Europe/Rome	46.14299	9.29334				09	CO	013249	
6534470	Cremia	cremia	IT	22010	761	Europe/Rome	46.08649	9.27114			013083	09	CO	013083	
6534471	Eupilio	eupilio	IT	22030	2502	Europe/Rome	45.81808	9.26984			013097	09	CO	013097	
6534472	Faggeto Lario	faggeto-lario	IT	22020	1173	Europe/Rome	45.85878	9.15894			013098	09	CO	013098	
6534473	Faloppio	faloppio	IT	22020	3455	Europe/Rome	45.80968	8.96434			013099	09	CO	013099	
6534474	Gironico	gironico	IT	22041	2039	Europe/Rome	45.80138	9.00314			013109	09	CO	013109	
6534475	Grandola ed Uniti	grandola-ed-uniti	IT	22010	1358	Europe/Rome	46.02488	9.21274		Grandula	013111	09	CO	013111	
6534476	Mezzegra	mezzegra	IT	22010	952	Europe/Rome	45.98168	9.20514		Mezegra	013148	09	CO	013148	
6534477	Monguzzo	monguzzo	IT	22040	1922	Europe/Rome	45.78018	9.23024			013153	09	CO	013153	
6534478	Montemezzo	montemezzo	IT	22010	287	Europe/Rome	46.17879	9.37094			013155	09	CO	013155	
6534479	Pellio Intelvi	pellio-intelvi	IT	22020	871	Europe/Rome	45.97988	9.05864			013179	09	CO	013179	
6534480	Pianello del Lario	pianello-del-lario	IT	22010	1030	Europe/Rome	46.10279	9.27694			013183	09	CO	013183	
6534482	Schignano	schignano	IT	22020	935	Europe/Rome	45.92978	9.10214			013211	09	CO	013211	
6534483	Trezzone	trezzone	IT	22010	202	Europe/Rome	46.17159	9.35184			013226	09	CO	013226	
6534484	Valbrona	valbrona	IT	22039	2451	Europe/Rome	45.87738	9.29884			013229	09	CO	013229	
6534485	Val Rezzo	val-rezzo	IT	22010	182	Europe/Rome	46.07268	9.11183		Val Rezz	013233	09	CO	013233	
6534486	Castione Andevenno	castione-andevenno	IT	23012	1553	Europe/Rome	46.17279	9.80025			014015	09	SO	014015	
6534487	Pozzo d'Adda	pozzo-d-adda	IT	20060	3515	Europe/Rome	45.57258	9.50295			015177	09	MI	015177	
6534488	Pozzuolo Martesana	pozzuolo-martesana	IT	20060	7233	Europe/Rome	45.51398	9.45625			015178	09	MI	015178	
6534489	Renate	renate	IT	20838	3731	Europe/Rome	45.72438	9.27994			108037	09	MB	108037	
6534490	Roncello	roncello	IT	20877	2354	Europe/Rome	45.60238	9.45495			108055	09	MB	108055	
6534491	Bedulita	bedulita	IT	24030	710	Europe/Rome	45.79138	9.55165			016022	09	BG	016022	
6534492	Canonica d'Adda	canonica-d-adda	IT	24040	3685	Europe/Rome	45.57568	9.54165			016049	09	BG	016049	
6534493	Carobbio degli Angeli	carobbio-degli-angeli	IT	24060	3317	Europe/Rome	45.66518	9.82916			016055	09	BG	016055	
6534494	Cenate Sopra	cenate-sopra	IT	24060	2082	Europe/Rome	45.71298	9.82216			016068	09	BG	016068	
6534495	Cenate Sotto	cenate-sotto	IT	24069	2670	Europe/Rome	45.69898	9.82636			016069	09	BG	016069	
6534496	Moio de' Calvi	moio-de-calvi	IT	24010	195	Europe/Rome	45.95179	9.70075			016136	09	BG	016136	
6534497	Mozzo	mozzo	IT	24030	6895	Europe/Rome	45.69868	9.60865			016143	09	BG	016143	
6534498	Palazzago	palazzago	IT	24030	3610	Europe/Rome	45.75298	9.53365			016156	09	BG	016156	
6534499	Pedrengo	pedrengo	IT	24066	5166	Europe/Rome	45.69598	9.73496			016160	09	BG	016160	
6534500	Peia	peia	IT	24020	1761	Europe/Rome	45.79949	9.89926			016161	09	BG	016161	
6534501	Pianico	pianico	IT	24060	1385	Europe/Rome	45.80989	10.04306			016162	09	BG	016162	
6534502	Piario	piario	IT	24020	918	Europe/Rome	45.89649	9.92726			016163	09	BG	016163	
6534503	Piazzolo	piazzolo	IT	24010	99	Europe/Rome	45.97979	9.67055			016166	09	BG	016166	
6534504	Pognano	pognano	IT	24040	1241	Europe/Rome	45.58638	9.63996			016167	09	BG	016167	
6534505	Ponteranica	ponteranica	IT	24010	6878	Europe/Rome	45.73248	9.65175			016169	09	BG	016169	
6534506	Fara Olivana con Sola	fara-olivana-con-sola	IT	24058	1167	Europe/Rome	45.49508	9.74906			016097	09	BG	016097	
6534507	Foresto Sparso	foresto-sparso	IT	24060	2847	Europe/Rome	45.69088	9.92006			016104	09	BG	016104	
6534508	Isola di Fondra	isola-di-fondra	IT	24010	184	Europe/Rome	45.97859	9.74735			016121	09	BG	016121	
6534509	Locatello	locatello	IT	24030	740	Europe/Rome	45.83518	9.53405			016127	09	BG	016127	
6534510	Oltressenda Alta	oltressenda-alta	IT	24020	194	Europe/Rome	45.91519	9.94486			016147	09	BG	016147	
6534511	San Paolo d'Argon	san-paolo-d-argon	IT	24060	4478	Europe/Rome	45.68838	9.80226			016189	09	BG	016189	
6534512	Spinone al Lago	spinone-al-lago	IT	24060	825	Europe/Rome	45.76748	9.92416			016205	09	BG	016205	
6534513	Rota d'Imagna	rota-d-imagna	IT	24037	856	Europe/Rome	45.83088	9.51225			016186	09	BG	016186	
6534514	Sant'Omobono Terme	sant-omobono-terme	IT	24038	3184	Europe/Rome	45.80838	9.53625			016192	09	BG	016192	
6534515	Taleggio	taleggio	IT	24010	582	Europe/Rome	45.89338	9.56485			016210	09	BG	016210	
6534516	Ubiale Clanezzo	ubiale-clanezzo	IT	24010	1272	Europe/Rome	45.78368	9.61935			016221	09	BG	016221	
6534517	Valbrembo	valbrembo	IT	24030	3587	Europe/Rome	45.71858	9.60905			016224	09	BG	016224	
6534518	Valgoglio	valgoglio	IT	24020	613	Europe/Rome	45.97489	9.91355			016225	09	BG	016225	
6534519	Torre de' Roveri	torre-de-roveri	IT	24060	2036	Europe/Rome	45.69718	9.76326			016216	09	BG	016216	
6534520	Valleve	valleve	IT	24010	158	Europe/Rome	46.02819	9.74375			016226	09	BG	016226	
6534521	Vilminore di Scalve	vilminore-di-scalve	IT	24020	1547	Europe/Rome	45.99819	10.09376			016243	09	BG	016243	
6534522	Bione	bione	IT	25070	1386	Europe/Rome	45.67279	10.33887			017019	09	BS	017019	
6534523	Brione	brione	IT	10040	546	Europe/Rome	45.64228	10.14846			017030	09	BS	017030	
6534524	Verdellino	verdellino	IT	24040	6697	Europe/Rome	45.60108	9.60805			016232	09	BG	016232	
6534525	Viadanica	viadanica	IT	24060	1028	Europe/Rome	45.68468	9.96146			016235	09	BG	016235	
6534526	Vigano San Martino	vigano-san-martino	IT	24060	989	Europe/Rome	45.72608	9.89616			016236	09	BG	016236	
6534528	Algua	algua	IT	24010	690	Europe/Rome	45.82618	9.72215			016248	09	BG	016248	
6534529	Agnosine	agnosine	IT	25071	1875	Europe/Rome	45.64969	10.35267			017003	09	BS	017003	
6534530	Alfianello	alfianello	IT	25020	2347	Europe/Rome	45.26698	10.14817			017004	09	BS	017004	
6534531	Idro	idro	IT	25074	1695	Europe/Rome	45.73609	10.47337			017082	09	BS	017082	
6534532	Lodrino	lodrino	IT	25060	1717	Europe/Rome	45.71969	10.27767			017090	09	BS	017090	
6534533	Lozio	lozio	IT	25040	405	Europe/Rome	45.98569	10.26096			017095	09	BS	017095	
6534534	Manerba del Garda	manerba-del-garda	IT	25080	3761	Europe/Rome	45.54988	10.55228			017102	09	BS	017102	
6534535	Corvino San Quirico	corvino-san-quirico	IT	27050	1092	Europe/Rome	45.01086	9.16246			018057	09	PV	018057	
6534536	Inverno e Monteleone	inverno-e-monteleone	IT	27010	1069	Europe/Rome	45.19787	9.38526			018077	09	PV	018077	
6534537	Montecalvo Versiggia	montecalvo-versiggia	IT	27047	555	Europe/Rome	44.97206	9.28536			018096	09	PV	018096	
6534538	Mornico Losana	mornico-losana	IT	27040	728	Europe/Rome	45.01016	9.20616			018101	09	PV	018101	
6534539	Collebeato	collebeato	IT	25060	4366	Europe/Rome	45.58118	10.21017			017057	09	BS	017057	
6534540	Corteno Golgi	corteno-golgi	IT	25040	1992	Europe/Rome	46.1662	10.24346			017063	09	BS	017063	
6534541	Erbusco	erbusco	IT	25030	6840	Europe/Rome	45.59868	9.97186			017069	09	BS	017069	
6534542	Incudine	incudine	IT	25040	451	Europe/Rome	46.2203	10.35876			017083	09	BS	017083	
6534543	Irma	irma	IT	25061	139	Europe/Rome	45.77129	10.28457			017084	09	BS	017084	
6534544	Rocca de' Giorgi	rocca-de-giorgi	IT	27040	0	Europe/Rome	44.97057	9.25315				09	PV	018125	
6534545	Santa Margherita di Staffora	santa-margherita-di-staffora	IT	27050	617	Europe/Rome	44.77154	9.24006			018142	09	PV	018142	
6534548	Longhena	longhena	IT	25030	578	Europe/Rome	45.43768	10.05967			017093	09	BS	017093	
6534549	Losine	losine	IT	25050	510	Europe/Rome	45.98349	10.31616			017094	09	BS	017094	
6534550	Malegno	malegno	IT	25053	2111	Europe/Rome	45.95079	10.27406			017100	09	BS	017100	
6534551	Milzano	milzano	IT	25020	1483	Europe/Rome	45.27358	10.19927			017108	09	BS	017108	
6534552	Ome	ome	IT	25050	2904	Europe/Rome	45.62728	10.12136			017123	09	BS	017123	
6534553	Cappella Cantone	cappella-cantone	IT	26020	534	Europe/Rome	45.24657	9.83826			019013	09	CR	019013	
6534554	Casale Cremasco-Vidolasco	casale-cremasco-vidolasco	IT	26010	1546	Europe/Rome	45.43188	9.71416			019017	09	CR	019017	
6534555	Corte de' Cortesi con Cignone	corte-de-cortesi-con-cignone	IT	26020	993	Europe/Rome	45.27317	10.00787			019032	09	CR	019032	
6534556	Gadesco-Pieve Delmona	gadesco-pieve-delmona	IT	26030	1634	Europe/Rome	45.15767	10.11567			019046	09	CR	019046	
6534557	Polpenazze del Garda	polpenazze-del-garda	IT	25080	2028	Europe/Rome	45.55118	10.50488			017145	09	BS	017145	
6534558	Prestine	prestine	IT	25040	396	Europe/Rome	45.92959	10.30866			017154	09	BS	017154	
6534559	Prevalle	prevalle	IT	25080	5099	Europe/Rome	45.55138	10.42207			017155	09	BS	017155	
6534560	Persico Dosimo	persico-dosimo	IT	26043	2657	Europe/Rome	45.18587	10.10517			019068	09	CR	019068	
6534561	Urago d'Oglio	urago-d-oglio	IT	25030	3199	Europe/Rome	45.51598	9.86966			017192	09	BS	017192	
6534562	Bagnaria	bagnaria	IT	27050	639	Europe/Rome	44.82726	9.12256			018007	09	PV	018007	
6534563	Canevino	canevino	IT	27061	0	Europe/Rome	44.93801	9.27718				09	PV	018028	
6534564	Montescano	montescano	IT	27040	379	Europe/Rome	45.03196	9.28366			018097	09	PV	018097	
6534565	Mottella	mottella	IT	46030	0	Europe/Rome	45.16382	10.84436			020057	09	MN	020057	
6534566	Bastida Pancarana	bastida-pancarana	IT	27050	894	Europe/Rome	45.08606	9.08515			018011	09	PV	018011	
6534568	Bleggio Inferiore	bleggio-inferiore	IT	38071	1084	Europe/Rome	46.03562	10.86921				17	TN	022228	
6534569	Bleggio Superiore	bleggio-superiore	IT	38071	1529	Europe/Rome	46.0248	10.83837			022017	17	TN	022017	
6534570	Bresimo	bresimo	IT	38020	292	Europe/Rome	46.41181	10.96817			022026	17	TN	022026	
6534571	Cimone	cimone	IT	38060	578	Europe/Rome	45.9793	11.06948			022058	17	TN	022058	
6534572	Commezzadura	commezzadura	IT	38020	906	Europe/Rome	46.32171	10.83957			022064	17	TN	022064	
6534573	Fierozzo	fierozzo	IT	38050	441	Europe/Rome	46.11131	11.31848			022085	17	TN	022085	
6534574	Garniga Terme	garniga-terme	IT	38060	384	Europe/Rome	46.0031	11.08738	810		022091	17	TN	022091	
6534575	Giovo	giovo	IT	17042	2392	Europe/Rome	46.15581	11.15278			022092	17	TN	022092	
6534576	Lomaso	lomaso	IT	38070	1408	Europe/Rome	46.0238	10.86527				17	TN	022228	
6534577	Lona-Lases	lona-lases	IT	38040	729	Europe/Rome	46.14421	11.21958			022108	17	TN	022108	
6534578	Montagne	montagne	IT	38095	264	Europe/Rome	46.0585	10.75127			022122	17	TN	022122	
6534579	Redavalle	redavalle	IT	27050	1008	Europe/Rome	45.03796	9.20226			018120	09	PV	018120	
6534580	Robecco Pavese	robecco-pavese	IT	27042	547	Europe/Rome	45.04836	9.15015			018124	09	PV	018124	
6534581	Roncaro	roncaro	IT	27010	626	Europe/Rome	45.22817	9.27545			018129	09	PV	018129	
6534582	Rovescala	rovescala	IT	27040	933	Europe/Rome	45.00696	9.34586			018131	09	PV	018131	
6534583	Sant'Alessio con Vialone	sant-alessio-con-vialone	IT	27016	372	Europe/Rome	45.22236	9.22605			018141	09	PV	018141	
6534584	Santa Maria della Versa	santa-maria-della-versa	IT	27047	2584	Europe/Rome	44.98757	9.29976			018143	09	PV	018143	
6534585	Pieve di Bono	pieve-di-bono	IT	38085	1396	Europe/Rome	45.9422	10.64027			022140	17	TN	022140	
6534586	Rumo	rumo	IT	38020	811	Europe/Rome	46.44141	11.01857			022163	17	TN	022163	
6534587	Sagron Mis	sagron-mis	IT	38050	207	Europe/Rome	46.19471	11.9432			022164	17	TN	022164	
6534588	Sant'Orsola Terme	sant-orsola-terme	IT	38050	906	Europe/Rome	46.10881	11.30238			022168	17	TN	022168	
6534589	Terragnolo	terragnolo	IT	38060	749	Europe/Rome	45.8783	11.15468			022193	17	TN	022193	
6534590	Ton	ton	IT	38010	1199	Europe/Rome	46.26531	11.08798			022200	17	TN	022200	
6534591	Trambileno	trambileno	IT	38068	1212	Europe/Rome	45.8689	11.07338			022203	17	TN	022203	
6534592	Torre de' Negri	torre-de-negri	IT	27011	365	Europe/Rome	45.14966	9.33456			018158	09	PV	018158	
6534593	Torricella Verzate	torricella-verzate	IT	27050	802	Europe/Rome	45.01996	9.17356			018161	09	PV	018161	
6534594	Valfloriana	valfloriana	IT	38040	567	Europe/Rome	46.24971	11.34308			022209	17	TN	022209	
6534595	Vallarsa	vallarsa	IT	38060	1393	Europe/Rome	45.7828	11.11788			022210	17	TN	022210	
6534596	Villa Agnedo	villa-agnedo	IT	38059	811	Europe/Rome	46.05421	11.52839			022221	17	TN	022221	
6534597	Brentino Belluno	brentino-belluno	IT	37020	1400	Europe/Rome	45.65689	10.89368			023013	20	VR	023013	
6534598	Brenzone	brenzone	IT	37010	2358	Europe/Rome	45.69989	10.76058			023014	20	VR	023014	
6534599	Concamarise	concamarise	IT	37050	1064	Europe/Rome	45.21438	11.1452			023029	20	VR	023029	
6534600	Lavagno	lavagno	IT	37030	5964	Europe/Rome	45.43869	11.13409			023042	20	VR	023042	
6534601	Travacò Siccomario	travaco-siccomario	IT	27020	3580	Europe/Rome	45.14906	9.15965			018162	09	PV	018162	
6534602	Velezzo Lomellina	velezzo-lomellina	IT	27020	103	Europe/Rome	45.16336	8.73724			018172	09	PV	018172	
6534603	Verretto	verretto	IT	27053	324	Europe/Rome	45.03976	9.11315			018174	09	PV	018174	
6534604	Verrua Po	verrua-po	IT	27040	1323	Europe/Rome	45.10686	9.17535			018175	09	PV	018175	
6534605	Gerre de' Caprioli	gerre-de-caprioli	IT	26040	895	Europe/Rome	45.10321	10.04116			019048	09	CR	019048	
6534606	Zeccone	zeccone	IT	27010	1158	Europe/Rome	45.25787	9.20115			018185	09	PV	018185	
6534607	Zenevredo	zenevredo	IT	27049	453	Europe/Rome	45.05426	9.32566			018187	09	PV	018187	
6534608	Pedemonte	pedemonte	IT	16010	830	Europe/Rome	45.9084	11.30859			024076	20	VI	024076	
6534609	Ripalta Arpina	ripalta-arpina	IT	26010	953	Europe/Rome	45.30187	9.72896			019080	09	CR	019080	
6534610	Ripalta Guerina	ripalta-guerina	IT	26010	436	Europe/Rome	45.30607	9.70396			019082	09	CR	019082	
6534611	San Daniele Po	san-daniele-po	IT	26046	1479	Europe/Rome	45.06377	10.18228			019089	09	CR	019089	
6534612	Valdastico	valdastico	IT	36040	1480	Europe/Rome	45.8867	11.36159			024112	20	VI	024112	
6534613	Velo d'Astico	velo-d-astico	IT	36010	2350	Europe/Rome	45.7884	11.36769			024115	20	VI	024115	
6534614	Fonte	fonte	IT	31010	5479	Europe/Rome	45.7839	11.8746			026029	20	TV	026029	
6534615	Pieve di Coriano	pieve-di-coriano	IT	46020	832	Europe/Rome	45.03388	11.1078			020040	09	MN	020040	
6534616	Ponti sul Mincio	ponti-sul-mincio	IT	46040	1912	Europe/Rome	45.41208	10.68508			020044	09	MN	020044	
6534617	Redondesco	redondesco	IT	46010	1387	Europe/Rome	45.16638	10.51228			020048	09	MN	020048	
6534618	Serravalle a Po	serravalle-a-po	IT	46030	1722	Europe/Rome	45.06638	11.0818			020062	09	MN	020062	
6534619	Bersone	bersone	IT	38091	288	Europe/Rome	45.9444	10.63317	637		022012	17	TN	022012	
6534620	Bolbeno	bolbeno	IT	38079	326	Europe/Rome	46.0326	10.73787	575		022019	17	TN	022019	
6534621	Brione	brione	IT	10040	146	Europe/Rome	45.89519	10.58977			022028	17	TN	022028	
6534622	Massanzago	massanzago	IT	35010	4703	Europe/Rome	45.5563	12.00731			028050	20	PD	028050	
6534623	Megliadino San Fidenzio	megliadino-san-fidenzio	IT	35040	1834	Europe/Rome	45.21739	11.516			028051	20	PD	028051	
6534624	Cagnò	cagno	IT	22043	369	Europe/Rome	46.39431	11.04117			022030	17	TN	022030	
6534625	Villanova di Camposampiero	villanova-di-camposampiero	IT	35010	4849	Europe/Rome	45.4889	11.97471			028104	20	PD	028104	
6534626	Vò	vo	IT	35030	3432	Europe/Rome	45.32829	11.6415		Vo'	028105	20	PD	028105	
6534627	Papozze	papozze	IT	45010	1743	Europe/Rome	44.98578	12.03092			029034	20	RO	029034	
6534628	Lisignago	lisignago	IT	38034	443	Europe/Rome	46.16061	11.18768	582		022105	17	TN	022105	
6534629	Malosco	malosco	IT	38013	373	Europe/Rome	46.43611	11.14627	1041		022111	17	TN	022111	
6534630	Nanno	nanno	IT	38019	456	Europe/Rome	46.31481	11.04747	551		022125	17	TN	022125	
6534631	Nogaredo	nogaredo	IT	38060	974	Europe/Rome	45.913	11.02388	216		022127	17	TN	022127	
6534632	Ossana	ossana	IT	38026	202	Europe/Rome	46.30651	10.73757	1003		022131	17	TN	022131	
6534633	Ronzo-Chienis	ronzo-chienis	IT	38060	949	Europe/Rome	45.8896	10.95008	974		022135	17	TN	022135	
6534634	Pelugo	pelugo	IT	38079	377	Europe/Rome	46.0885	10.72387	652		022138	17	TN	022138	
6534635	Buja	buja	IT	33030	0	Europe/Rome	46.20662	13.11582				06	UD	030013	
6534636	Fiumicello	fiumicello	IT	33050	4297	Europe/Rome	45.79202	13.40964				06	UD	030038	
6534637	Sarnonico	sarnonico	IT	38011	647	Europe/Rome	46.41941	11.14177	963		022170	17	TN	022170	
6534638	Segonzano	segonzano	IT	38047	773	Europe/Rome	46.19021	11.25988	660		022172	17	TN	022172	
6534639	Sfruz	sfruz	IT	38010	313	Europe/Rome	46.33961	11.12377	1015		022173	17	TN	022173	
6534640	Smarano	smarano	IT	38012	502	Europe/Rome	46.34311	11.10977	985		022175	17	TN	022175	
6534643	Soraga	soraga	IT	38030	713	Europe/Rome	46.39462	11.66619	1220	Soraga Di Fassa,Sorega,Sorèga	022176	17	TN	022176	
6534644	Sover	sover	IT	38048	270	Europe/Rome	46.22171	11.31568	831		022177	17	TN	022177	
6534645	Tenna	tenna	IT	38050	845	Europe/Rome	46.0157	11.26428	569		022190	17	TN	022190	
6534646	Terzolas	terzolas	IT	38027	591	Europe/Rome	46.36111	10.92587	755		022195	17	TN	022195	
6534647	Torcegno	torcegno	IT	38050	449	Europe/Rome	46.07431	11.44979	769		022202	17	TN	022202	
6534648	Varena	varena	IT	38030	799	Europe/Rome	46.30671	11.45828	1180		022211	17	TN	022211	
6534649	Zuclo	zuclo	IT	38079	326	Europe/Rome	46.0343	10.75107	595		022227	17	TN	022227	
6534652	Angiari	angiari	IT	37050	1565	Europe/Rome	45.22318	11.2768	17		023003	20	VR	023003	
6534653	Boschi Sant'Anna	boschi-sant-anna	IT	37040	603	Europe/Rome	45.21768	11.3562	10		023010	20	VR	023010	
6534654	Cerro Veronese	cerro-veronese	IT	37020	1978	Europe/Rome	45.57449	11.04159	730		023026	20	VR	023026	
6534655	Colognola ai Colli	colognola-ai-colli	IT	37030	2308	Europe/Rome	45.43369	11.18429	177		023028	20	VR	023028	
6534656	Grancona	grancona	IT	36040	1746	Europe/Rome	45.42189	11.4516			024045	20	VI	024045	
6534657	Roveredo di Guà	roveredo-di-gua	IT	37040	1371	Europe/Rome	45.27309	11.4442			023066	20	VR	023066	
6534658	Roverè Veronese	rovere-veronese	IT	37028	2098	Europe/Rome	45.59329	11.06999			023067	20	VR	023067	
6534659	Molvena	molvena	IT	36064	345	Europe/Rome	45.7446	11.6166	235		024059	20	VI	024059	
6534660	Valmozzola	valmozzola	IT	43050	677	Europe/Rome	44.56846	9.88328			034044	05	PR	034044	
6534661	Lugo di Vicenza	lugo-di-vicenza	IT	36030	2397	Europe/Rome	45.7455	11.52869	203		024053	20	VI	024053	
6534662	San Gregorio nelle Alpi	san-gregorio-nelle-alpi	IT	32030	313	Europe/Rome	46.10391	12.0267	528		025045	20	BL	025045	
6534663	San Nicolò di Comelico	san-nicolo-di-comelico	IT	32040	426	Europe/Rome	46.58253	12.5273		San Nicolo Comelico,San Nicolò Comelico	025046	20	BL	025046	
6534664	Monfumo	monfumo	IT	31010	1428	Europe/Rome	45.8308	11.9203			026045	20	TV	026045	
6534665	Portico e San Benedetto	portico-e-san-benedetto	IT	47010	863	Europe/Rome	44.02646	11.78153			040031	05	FC	040031	
6534666	Villagrande	villagrande	IT	61014	510	Europe/Rome	43.84136	12.35994	915		041033	10	PU	041033	
6534669	Terrassa Padovana	terrassa-padovana	IT	35020	1326	Europe/Rome	45.24409	11.90271	6		028090	20	PD	028090	
6534675	Castel di Lama	castel-di-lama	IT	63082	7216	Europe/Rome	42.86435	13.71929			044011	10	AP	044011	
6534677	Cortino	cortino	IT	64040	847	Europe/Rome	42.6333	13.5423			067022	01	TE	067022	
6534679	Zeri	zeri	IT	54029	1382	Europe/Rome	44.35375	9.76318			045017	16	MS	045017	
6534680	San Romano in Garfagnana	san-romano-in-garfagnana	IT	55038	1432	Europe/Rome	44.16945	10.3469			046027	16	LU	046027	
6534681	Caminata	caminata	IT	29010	212	Europe/Rome	44.91036	9.30816	364		033009	05	PC	033009	
6534682	Cerignale	cerignale	IT	29020	224	Europe/Rome	44.67785	9.35076			033015	05	PC	033015	
6534683	Sambuca Pistoiese	sambuca-pistoiese	IT	51020	1604	Europe/Rome	44.10436	10.99961			047018	16	PT	047018	
6534684	Capraia e Limite	capraia-e-limite	IT	50050	5920	Europe/Rome	43.74535	10.98342			048008	16	FI	048008	
6534685	Tavarnelle Val di Pesa	tavarnelle-val-di-pesa	IT	50028	7153	Europe/Rome	43.56184	11.17152			048045	16	FI	048045	
6534686	Gazzola	gazzola	IT	29010	349	Europe/Rome	44.96006	9.54896	139		033022	05	PC	033022	
6534687	Caprile	caprile	IT	03038	210	Europe/Rome	45.68957	8.21582				12	BI	096013	
6534688	Callabiana	callabiana	IT	13821	144	Europe/Rome	45.63136	8.09722			096008	12	BI	096008	
6534689	Montegioco	montegioco	IT	15050	306	Europe/Rome	44.84205	8.96275			006107	12	AL	006107	
6534690	Calvignasco	calvignasco	IT	20080	1029	Europe/Rome	45.32597	9.02775			015042	09	MI	015042	
6534691	Sardigliano	sardigliano	IT	15060	441	Europe/Rome	44.7524	8.89575			006157	12	AL	006157	
6534692	Nibionno	nibionno	IT	23895	3290	Europe/Rome	45.74648	9.26894			097056	09	LC	097056	
6534693	Lumarzo	lumarzo	IT	16024	422	Europe/Rome	44.43365	9.13956	333		010031	08	GE	010031	
6534694	Cornegliano Laudense	cornegliano-laudense	IT	26854	2485	Europe/Rome	45.28617	9.48796			098021	09	LO	098021	
6534695	Castegnero	castegnero	IT	36020	742	Europe/Rome	45.44249	11.5845	55		024027	20	VI	024027	
6534696	Greccio	greccio	IT	02045	1464	Europe/Rome	42.44413	12.75248			057031	07	RI	057031	
6534697	Palazzo Pignano	palazzo-pignano	IT	26020	3590	Europe/Rome	45.39007	9.56956			019066	09	CR	019066	
6534698	Terranova dei Passerini	terranova-dei-passerini	IT	26827	713	Europe/Rome	45.21527	9.66186			098057	09	LO	098057	
6534699	Capriata d'Orba	capriata-d-orba	IT	15060	1231	Europe/Rome	44.72785	8.69085	176		006029	12	AL	006029	
6534700	Granaglione	granaglione	IT	40046	0	Europe/Rome	44.11655	10.96091				05	BO	037029	
6534701	Bigarello	bigarello	IT	46051	0	Europe/Rome	45.20258	10.92499				09	MN	020004	
6534702	Fabbrica Curone	fabbrica-curone	IT	15054	0	Europe/Rome	44.78495	9.14756				12	AL	006067	
6534703	Campo nell'Elba	campo-nell-elba	IT	57034	4155	Europe/Rome	42.74802	10.23332		Marina di Campo		16	LI	049003	
6534704	Montemignaio	montemignaio	IT	52010	589	Europe/Rome	43.73985	11.61883			051023	16	AR	051023	
6534705	Isola del Giglio	isola-del-giglio	IT	58012	1406	Europe/Rome	42.35791	10.90724			053012	16	GR	053012	
6534706	Civitella Paganico	civitella-paganico	IT	58045	3045	Europe/Rome	42.99423	11.28074				16	GR	053008	
6534707	Tresana	tresana	IT	54012	2055	Europe/Rome	44.25425	9.91288			045015	16	MS	045015	
6534708	Pontey	pontey	IT	11024	708	Europe/Rome	45.73886	7.58831			007051	19	AO	007051	
6534709	Rhemes-Saint-Georges	rhemes-saint-georges	IT	11010	195	Europe/Rome	45.65226	7.1544			007056	19	AO	007056	
6534710	Castelbianco	castelbianco	IT	17030	287	Europe/Rome	44.11423	8.07515			009020	08	SV	009020	
6534711	Giustenice	giustenice	IT	17027	895	Europe/Rome	44.17293	8.24305			009031	08	SV	009031	
6534712	Larciano	larciano	IT	51036	6018	Europe/Rome	43.83365	10.89001			047006	16	PT	047006	
6534713	Onzo	onzo	IT	17037	223	Europe/Rome	44.07013	8.05225			009043	08	SV	009043	
6534714	Orco Feglino	orco-feglino	IT	17024	814	Europe/Rome	44.22023	8.32455			009044	08	SV	009044	
6534715	Roccavignale	roccavignale	IT	17017	710	Europe/Rome	44.36124	8.19055			009054	08	SV	009054	
6534716	Stella	stella	IT	17044	2935	Europe/Rome	44.39344	8.49795			009058	08	SV	009058	
6534717	Broccostella	broccostella	IT	03030	2646	Europe/Rome	41.69972	13.6353			060015	07	FR	060015	
6534719	Vendone	vendone	IT	17032	431	Europe/Rome	44.07693	8.07115			009066	08	SV	009066	
6534720	Vezzi Portio	vezzi-portio	IT	17028	690	Europe/Rome	44.22933	8.36505			009067	08	SV	009067	
6534721	Avegno	avegno	IT	16030	2151	Europe/Rome	44.38284	9.15797			010002	08	GE	010002	
6534722	Sant'Olcese	sant-olcese	IT	16010	5983	Europe/Rome	44.48284	8.96466			010055	08	GE	010055	
6534723	Tribogna	tribogna	IT	16030	538	Europe/Rome	44.41655	9.19557			010063	08	GE	010063	
6534725	Carrodano	carrodano	IT	19020	545	Europe/Rome	44.24155	9.65578			011010	08	SP	011010	
6534726	Cosio Valtellino	cosio-valtellino	IT	23013	5135	Europe/Rome	46.13509	9.55164			014024	09	SO	014024	
6534727	Forcola	forcola	IT	23010	874	Europe/Rome	46.15859	9.66034			014029	09	SO	014029	
6534728	Menarola	menarola	IT	23020	43	Europe/Rome	46.29929	9.36124			014042	09	SO	014042	
6534729	Castel di Sasso	castel-di-sasso	IT	81040	1199	Europe/Rome	41.19242	14.27773			061024	04	CE	061024	
6534730	Castel Morrone	castel-morrone	IT	81020	3988	Europe/Rome	41.12102	14.35473			061026	04	CE	061026	
6534731	Samolaco	samolaco	IT	23027	2829	Europe/Rome	46.24249	9.39404			014057	09	SO	014057	
6534732	Valdidentro	valdidentro	IT	23038	3908	Europe/Rome	46.48901	10.29405				09	SO	014071	
6534733	Valdisotto	valdisotto	IT	23030	3217	Europe/Rome	46.43441	10.35696			014072	09	SO	014072	
6534734	Val Masino	val-masino	IT	23010	963	Europe/Rome	46.21519	9.63804			014074	09	SO	014074	
6534735	Marmentino	marmentino	IT	25060	712	Europe/Rome	45.75499	10.28467			017105	09	BS	017105	
6534736	Monte Isola	monte-isola	IT	25050	0	Europe/Rome	45.71618	10.07986				09	BS	017111	
6534737	Monticelli Brusati	monticelli-brusati	IT	25040	3610	Europe/Rome	45.63478	10.10026			017112	09	BS	017112	
6534738	Muscoline	muscoline	IT	25080	2043	Europe/Rome	45.56248	10.46187			017116	09	BS	017116	
6534739	Ossimo	ossimo	IT	25050	1434	Europe/Rome	45.94619	10.23056			017128	09	BS	017128	
6534740	Paisco Loveno	paisco-loveno	IT	25050	257	Europe/Rome	46.0791	10.29256			017131	09	BS	017131	
6534741	Pertica Alta	pertica-alta	IT	25070	608	Europe/Rome	45.74239	10.34417			017139	09	BS	017139	
6534742	Pertica Bassa	pertica-bassa	IT	25078	711	Europe/Rome	45.75339	10.37247			017140	09	BS	017140	
6534743	Pezzaze	pezzaze	IT	25060	1613	Europe/Rome	45.77629	10.23596			017141	09	BS	017141	
6534744	Preseglie	preseglie	IT	25070	1477	Europe/Rome	45.66829	10.39677			017153	09	BS	017153	
6534745	Provaglio d'Iseo	provaglio-d-iseo	IT	25050	5885	Europe/Rome	45.63538	10.04466			017156	09	BS	017156	
6534746	Provaglio Val Sabbia	provaglio-val-sabbia	IT	25070	919	Europe/Rome	45.68879	10.43397			017157	09	BS	017157	
6534747	Puegnago sul Garda	puegnago-sul-garda	IT	25080	2776	Europe/Rome	45.56678	10.50978			017158	09	BS	017158	
6534748	Remedello	remedello	IT	25010	3006	Europe/Rome	45.27838	10.37198			017160	09	BS	017160	
6534749	Rodengo-Saiano	rodengo-saiano	IT	25050	7507	Europe/Rome	45.59958	10.10716			017163	09	BS	017163	
6534750	Gardola	gardola	IT	25080	0	Europe/Rome	45.7418	10.71871			017185	09	BS	017185	
6534752	Trebbio	trebbio	IT	25070	0	Europe/Rome	45.71289	10.46137			017191	09	BS	017191	
6534753	Vallio Terme	vallio-terme	IT	25080	1148	Europe/Rome	45.60978	10.39737			017193	09	BS	017193	
6534754	Valvestino	valvestino	IT	25080	287	Europe/Rome	45.76069	10.59547			017194	09	BS	017194	
6534755	Albaredo Arnaboldi	albaredo-arnaboldi	IT	27040	205	Europe/Rome	45.10666	9.24296			018002	09	PV	018002	
6534756	Castelletto di Branduzzo	castelletto-di-branduzzo	IT	27040	1023	Europe/Rome	45.06936	9.09845			018038	09	PV	018038	
6534757	Concei	concei	IT	38060	758	Europe/Rome	45.906	10.72897	760			17	TN	022229	
6534758	Lettere	lettere	IT	80050	5605	Europe/Rome	40.70491	14.54494			063039	04	NA	063039	
6534759	Sovramonte	sovramonte	IT	32030	1697	Europe/Rome	46.05861	11.7866			025058	20	BL	025058	
6534760	Paderno del Grappa	paderno-del-grappa	IT	31017	2002	Europe/Rome	45.8286	11.8577			026054	20	TV	026054	
6534761	Saint-Christophe	saint-christophe	IT	11020	2982	Europe/Rome	45.75406	7.3472			007058	19	AO	007058	
6534762	Saint-Marcel	saint-marcel	IT	11020	1129	Europe/Rome	45.73146	7.4482			007060	19	AO	007060	
6534763	Saint-Nicolas	saint-nicolas	IT	11010	313	Europe/Rome	45.71656	7.1667			007061	19	AO	007061	
6534764	Sarre	sarre	IT	11010	4179	Europe/Rome	45.71826	7.258			007066	19	AO	007066	
6534765	Valsavarenche	valsavarenche	IT	11010	180	Europe/Rome	45.59186	7.21			007070	19	AO	007070	
6534766	Valtournenche	valtournenche	IT	11028	2198	Europe/Rome	45.87607	7.6243			007071	19	AO	007071	
6534767	Bajardo	bajardo	IT	18031	250	Europe/Rome	43.90402	7.72534	900		008007	08	IM	008007	
6534768	Ceranesi	ceranesi	IT	16014	3762	Europe/Rome	44.50563	8.89343			010014	08	GE	010014	
6534769	Roè Volciano	roe-volciano	IT	25077	4177	Europe/Rome	45.61199	10.48857			017164	09	BS	017164	
6534770	Soiano del Lago	soiano-del-lago	IT	25080	1522	Europe/Rome	45.52778	10.51268			017180	09	BS	017180	
6534773	Venticano	venticano	IT	83030	2547	Europe/Rome	41.04722	14.91194			064116	04	AV	064116	
6534775	Braies	braies	IT	39030	633	Europe/Rome	46.72023	12.13339		Braies,Prags	021009	17	BZ	021009	
6534778	Cornedo all'Isarco	cornedo-all-isarco	IT	39053	3113	Europe/Rome	46.49352	11.39218		Karneid	021023	17	BZ	021023	
6534781	Magrè sulla strada del vino	magre-sulla-strada-del-vino	IT	39040	1181	Europe/Rome	46.28791	11.21068		Margreid an der Weinstrasse	021045	17	BZ	021045	
6534789	Senales	senales	IT	39020	1394	Europe/Rome	46.70602	10.90846		Schnals	021091	17	BZ	021091	
6534792	Prati	prati	IT	19020	965	Europe/Rome	46.90003	11.46507	948	Pfitsch	021107	17	BZ	021107	
6534798	Vallada Agordina	vallada-agordina	IT	32020	556	Europe/Rome	46.36442	11.93399			025062	20	BL	025062	
6534799	Cavaso del Tomba	cavaso-del-tomba	IT	31034	2675	Europe/Rome	45.8607	11.8984			026014	20	TV	026014	
6534800	Capitignano	capitignano	IT	67014	4172	Europe/Rome	40.71851	14.90465			065055	04	SA	065055	
6534801	Montecorvino Pugliano	montecorvino-pugliano	IT	84090	7811	Europe/Rome	40.67921	14.94475			065072	04	SA	065072	
6534802	Balsorano	balsorano	IT	67052	3705	Europe/Rome	41.80982	13.5598			066007	01	AQ	066007	
6534803	Lucoli	lucoli	IT	67045	944	Europe/Rome	42.29093	13.33799			066052	01	AQ	066052	
6534805	Villagrande	villagrande	IT	61014	734	Europe/Rome	42.29533	13.29999	830		066101	01	AQ	066101	
6534807	Isole Tremiti	isole-tremiti	IT	71040	367	Europe/Rome	42.12085	15.50424			071026	13	FG	071026	
6534808	Calvisi	calvisi	IT	81010	513	Europe/Rome	39.12739	16.3059	659		078139	03	CS	078139	
6534809	Conflenti	conflenti	IT	88040	696	Europe/Rome	39.07169	16.2845	540		079033	03	CZ	079033	
6534810	Africo	africo	IT	89030	3465	Europe/Rome	38.05067	16.1332			080001	03	RC	080001	
6534811	Fiumara	fiumara	IT	89050	1201	Europe/Rome	38.21267	15.69369			080034	03	RC	080034	
6534812	Roghudi	roghudi	IT	89060	1066	Europe/Rome	37.92499	15.76537	55	Roghudi,Roghudi Nuovo	080068	03	RC	080068	
6534813	Fondachelli-Fantina	fondachelli-fantina	IT	98050	1235	Europe/Rome	37.98476	15.17518			083023	15	ME	083023	
6534814	Terme Vigliatore	terme-vigliatore	IT	98050	6561	Europe/Rome	38.13586	15.15658			083106	15	ME	083106	
6534815	Maniace	maniace	IT	95030	3543	Europe/Rome	37.88306	14.79808			087057	15	CT	087057	
6534816	Valledoria	valledoria	IT	07039	3713	Europe/Rome	40.92867	8.82322			090079	14	SS	090079	
6534818	Camandona	camandona	IT	13821	401	Europe/Rome	45.64416	8.09972			096009	12	BI	096009	
6534819	Cerreto Castello	cerreto-castello	IT	13854	568	Europe/Rome	45.56446	8.16082	264		096017	12	BI	096017	
6534820	Curino	curino	IT	13865	475	Europe/Rome	45.62717	8.23622			096023	12	BI	096023	
6534821	Mezzana Mortigliengo	mezzana-mortigliengo	IT	13831	647	Europe/Rome	45.62657	8.18952			096033	12	BI	096033	
6534822	Selve Marcone	selve-marcone	IT	13841	103	Europe/Rome	45.61976	8.08742			096061	12	BI	096061	
6534823	Soprana	soprana	IT	13835	835	Europe/Rome	45.63947	8.19892			096062	12	BI	096062	
6534824	Vallanzengo	vallanzengo	IT	13847	250	Europe/Rome	45.60326	8.15042			096072	12	BI	096072	
6534825	Veglio	veglio	IT	13824	660	Europe/Rome	45.64056	8.11412			096075	12	BI	096075	
6534826	Castello di Brianza	castello-di-brianza	IT	23884	2200	Europe/Rome	45.75928	9.34534			097019	09	LC	097019	
6534827	Colle Brianza	colle-brianza	IT	23886	1464	Europe/Rome	45.76238	9.36434			097024	09	LC	097024	
6534828	Garbagnate Monastero	garbagnate-monastero	IT	23846	2186	Europe/Rome	45.77338	9.30144			097037	09	LC	097037	
6534829	Monticello Brianza	monticello-brianza	IT	23876	4182	Europe/Rome	45.70948	9.31564			097054	09	LC	097054	
6534830	Castiraga Vidardo	castiraga-vidardo	IT	26866	1633	Europe/Rome	45.25727	9.40456			098015	09	LO	098015	
6534831	Corte Palasio	corte-palasio	IT	26834	0	Europe/Rome	45.30864	9.56394				09	LO	098024	
6534832	Jonadi	jonadi	IT	89851	1753	Europe/Rome	38.62988	16.061	430		102017	03	VV	102017	
6534833	Antrona Schieranco	antrona-schieranco	IT	28841	544	Europe/Rome	46.06038	8.11461			103001	12	VB	103001	
6534834	Brovello-Carpugnino	brovello-carpugnino	IT	28833	546	Europe/Rome	45.84247	8.53173			103013	12	VB	103013	
6534835	Calasca-Castiglione	calasca-castiglione	IT	28873	765	Europe/Rome	46.02081	8.21451			103014	12	VB	103014	
6534836	Cavaglio-Spoccia	cavaglio-spoccia	IT	28827	309	Europe/Rome	46.07108	8.63072			103020	12	VB	103020	
6534837	Madonna del Sasso	madonna-del-sasso	IT	28894	446	Europe/Rome	45.79217	8.36952			103040	12	VB	103040	
6534838	Montescheno	montescheno	IT	28843	441	Europe/Rome	46.06658	8.23192			103047	12	VB	103047	
6534839	Oggebbio	oggebbio	IT	28824	836	Europe/Rome	45.99088	8.64663			103049	12	VB	103049	
6534840	San Bernardino Verbano	san-bernardino-verbano	IT	28804	1152	Europe/Rome	45.95638	8.51922			103061	12	VB	103061	
6534841	Valstrona	valstrona	IT	28897	1270	Europe/Rome	45.90767	8.34322			103069	12	VB	103069	
6534842	Montemale di Cuneo	montemale-di-cuneo	IT	12025	222	Europe/Rome	44.43743	7.37533			004138	12	CN	004138	
6534843	Monterosso Grana	monterosso-grana	IT	12020	259	Europe/Rome	44.40823	7.32293	720		004139	12	CN	004139	
6534844	Murello	murello	IT	12030	672	Europe/Rome	44.75214	7.60093	260		004146	12	CN	004146	
6534845	Paroldo	paroldo	IT	12070	246	Europe/Rome	44.43204	8.07244			004160	12	CN	004160	
6534846	Perletto	perletto	IT	12070	328	Europe/Rome	44.59934	8.21304			004161	12	CN	004161	
6534847	Pianfei	pianfei	IT	12080	1204	Europe/Rome	44.37203	7.71144	509		004165	12	CN	004165	
6534848	Pocapaglia	pocapaglia	IT	12060	699	Europe/Rome	44.71524	7.88293	381		004170	12	CN	004170	
6534849	Polonghera	polonghera	IT	12030	1128	Europe/Rome	44.80234	7.59572	245		004171	12	CN	004171	
6534850	Torre Bormida	torre-bormida	IT	12050	232	Europe/Rome	44.56274	8.15444			004226	12	CN	004226	
6534851	Torre San Giorgio	torre-san-giorgio	IT	12030	577	Europe/Rome	44.73574	7.52812	262		004228	12	CN	004228	
6534852	Verduno	verduno	IT	12060	393	Europe/Rome	44.66614	7.93074	381		004238	12	CN	004238	
6534853	Vezza d'Alba	vezza-d-alba	IT	12040	1408	Europe/Rome	44.76274	8.00794	353		004241	12	CN	004241	
6534854	Villar San Costanzo	villar-san-costanzo	IT	12020	490	Europe/Rome	44.48473	7.38223	609		004247	12	CN	004247	
6534855	Albugnano	albugnano	IT	14022	224	Europe/Rome	45.07755	7.97113	549		005002	12	AT	005002	
6534856	Antignano	antignano	IT	14010	421	Europe/Rome	44.84535	8.13494	260		005003	12	AT	005003	
6534857	San Martino Alfieri	san-martino-alfieri	IT	14010	306	Europe/Rome	44.81794	8.10994	257		005099	12	AT	005099	
6534858	San Paolo Solbrito	san-paolo-solbrito	IT	14010	811	Europe/Rome	44.95065	7.97073	265		005101	12	AT	005101	
6534859	Soglio	soglio	IT	14020	135	Europe/Rome	44.99625	8.07843			005107	12	AT	005107	
6534860	Tigliole	tigliole	IT	14016	1605	Europe/Rome	44.88625	8.07663			005108	12	AT	005108	
6534861	Vaglio Serra	vaglio-serra	IT	14049	298	Europe/Rome	44.79635	8.33894			005111	12	AT	005111	
6534862	Viarigi	viarigi	IT	14030	476	Europe/Rome	44.98055	8.35714	252		005115	12	AT	005115	
6534863	Vinchio	vinchio	IT	14040	377	Europe/Rome	44.81095	8.32094	269		005120	12	AT	005120	
6534864	Alice Bel Colle	alice-bel-colle	IT	15010	263	Europe/Rome	44.72605	8.45074	418		006005	12	AL	006005	
6534865	Altavilla Monferrato	altavilla-monferrato	IT	15041	275	Europe/Rome	44.99355	8.37594	256		006007	12	AL	006007	
6534866	Avolasca	avolasca	IT	15050	280	Europe/Rome	44.80315	8.96545			006010	12	AL	006010	
6534867	Belforte Monferrato	belforte-monferrato	IT	15070	433	Europe/Rome	44.62505	8.66125	297		006014	12	AL	006014	
6534868	Bergamasco	bergamasco	IT	15022	603	Europe/Rome	44.82725	8.45474	125		006015	12	AL	006015	
6534869	Berzano di Tortona	berzano-di-tortona	IT	15050	132	Europe/Rome	44.87746	8.95135			006016	12	AL	006016	
6534870	Borghetto di Borbera	borghetto-di-borbera	IT	15060	866	Europe/Rome	44.72945	8.94346	295		006018	12	AL	006018	
6534871	Bosio	bosio	IT	15060	925	Europe/Rome	44.64975	8.79285	358		006022	12	AL	006022	
6534872	Carpeneto	carpeneto	IT	15071	428	Europe/Rome	44.67835	8.60555	329		006033	12	AL	006033	
6534873	Casal Cermelli	casal-cermelli	IT	15072	715	Europe/Rome	44.83495	8.62495	102		006037	12	AL	006037	
6534874	Casaleggio Boiro	casaleggio-boiro	IT	15070	377	Europe/Rome	44.63355	8.73045			006038	12	AL	006038	
6534875	Costa Vescovato	costa-vescovato	IT	15050	347	Europe/Rome	44.81615	8.92695			006062	12	AL	006062	
6534876	Cuccaro Monferrato	cuccaro-monferrato	IT	15037	324	Europe/Rome	44.99365	8.45754	232		006064	12	AL	006064	
6534877	Fraconalto	fraconalto	IT	15060	328	Europe/Rome	44.59105	8.87846			006069	12	AL	006069	
6534878	Francavilla Bisio	francavilla-bisio	IT	15060	466	Europe/Rome	44.73465	8.73125	160		006070	12	AL	006070	
6534879	Fresonara	fresonara	IT	15064	325	Europe/Rome	44.78295	8.68615	143		006074	12	AL	006074	
6534880	Gavazzana	gavazzana	IT	15063	127	Europe/Rome	44.77585	8.88595			006080	12	AL	006080	
6534881	Grondona	grondona	IT	15060	538	Europe/Rome	44.69645	8.96546			006085	12	AL	006085	
6534882	Masio	masio	IT	15024	612	Europe/Rome	44.86965	8.40774	142		006091	12	AL	006091	
6534883	Molino dei Torti	molino-dei-torti	IT	15050	606	Europe/Rome	45.02426	8.89365	76		006096	12	AL	006096	
6534884	Mombello Monferrato	mombello-monferrato	IT	15020	1095	Europe/Rome	45.13285	8.25033			006097	12	AL	006097	
6534885	Momperone	momperone	IT	15050	232	Europe/Rome	44.83845	9.03426			006098	12	AL	006098	
6534886	Moncestino	moncestino	IT	15020	226	Europe/Rome	45.15465	8.16143			006099	12	AL	006099	
6534887	Montacuto	montacuto	IT	15050	339	Europe/Rome	44.76645	9.10496			006102	12	AL	006102	
6534888	Montaldeo	montaldeo	IT	15060	223	Europe/Rome	44.66715	8.73015	332		006103	12	AL	006103	
6534889	Montechiaro d'Acqui	montechiaro-d-acqui	IT	15010	585	Europe/Rome	44.59444	8.37865			006106	12	AL	006106	
6534890	Montemarzino	montemarzino	IT	15050	352	Europe/Rome	44.84835	8.99365			006108	12	AL	006108	
6534891	Morsasco	morsasco	IT	15010	435	Europe/Rome	44.66535	8.55085	328		006112	12	AL	006112	
6534892	Odalengo Grande	odalengo-grande	IT	15020	533	Europe/Rome	45.10905	8.16693			006116	12	AL	006116	
6534893	Olivola	olivola	IT	15030	145	Europe/Rome	45.03725	8.36784			006118	12	AL	006118	
6534894	Orsara Bormida	orsara-bormida	IT	15010	228	Europe/Rome	44.69015	8.56275	220		006119	12	AL	006119	
6534895	Pietra Marazzi	pietra-marazzi	IT	15040	783	Europe/Rome	44.94265	8.66854	95		006129	12	AL	006129	
6534896	Piovera	piovera	IT	15040	767	Europe/Rome	44.95845	8.73595	86		006130	12	AL	006130	
6534897	Ponzano Monferrato	ponzano-monferrato	IT	15020	404	Europe/Rome	45.08485	8.26553			006135	12	AL	006135	
6534898	Ricaldone	ricaldone	IT	15010	395	Europe/Rome	44.73235	8.46814	285		006143	12	AL	006143	
6534899	Rosignano Monferrato	rosignano-monferrato	IT	15030	400	Europe/Rome	45.08055	8.39974	280		006149	12	AL	006149	
6534900	Sant'Agata Fossili	sant-agata-fossili	IT	15050	264	Europe/Rome	44.78475	8.92115	425		006156	12	AL	006156	
6534901	Sezzadio	sezzadio	IT	15079	1107	Europe/Rome	44.78485	8.57255	127		006161	12	AL	006161	
6534902	Solonghello	solonghello	IT	15020	245	Europe/Rome	45.12905	8.28323			006164	12	AL	006164	
6534903	Treville	treville	IT	15030	280	Europe/Rome	45.09685	8.35954			006175	12	AL	006175	
6534904	Arnad	arnad	IT	11020	975	Europe/Rome	45.64726	7.71701	361		007004	19	AO	007004	
6534905	Fontainemore	fontainemore	IT	11020	412	Europe/Rome	45.64746	7.85952			007028	19	AO	007028	
6534906	Hone	hone	IT	11020	1115	Europe/Rome	45.61356	7.73851	364		007034	19	AO	007034	
6534907	Agra	agra	IT	21010	370	Europe/Rome	46.03668	8.76833			012001	09	VA	012001	
6534908	Azzio	azzio	IT	21030	701	Europe/Rome	45.88468	8.70853			012007	09	VA	012007	
6534909	Barasso	barasso	IT	21020	1696	Europe/Rome	45.84048	8.75683			012008	09	VA	012008	
6534910	Bedero Valcuvia	bedero-valcuvia	IT	21039	602	Europe/Rome	45.91088	8.79553			012010	09	VA	012010	
6534911	Brenta	brenta	IT	21030	1646	Europe/Rome	45.89418	8.68373			012019	09	VA	012019	
6534912	Brusimpiano	brusimpiano	IT	21050	1086	Europe/Rome	45.94468	8.88953			012024	09	VA	012024	
6534913	Caronno Varesino	caronno-varesino	IT	21040	4602	Europe/Rome	45.73577	8.83173			012035	09	VA	012035	
6534914	Castello Cabiaglio	castello-cabiaglio	IT	21030	503	Europe/Rome	45.89358	8.75763			012043	09	VA	012043	
6534915	Clivio	clivio	IT	21050	1963	Europe/Rome	45.86278	8.93083			012052	09	VA	012052	
6534916	Cuasso al Monte	cuasso-al-monte	IT	21050	3065	Europe/Rome	45.91478	8.87923			012058	09	VA	012058	
6534917	Cugliate-Fabiasco	cugliate-fabiasco	IT	21030	2805	Europe/Rome	45.94568	8.81863			012059	09	VA	012059	
6534918	Cunardo	cunardo	IT	21035	2549	Europe/Rome	45.93428	8.80773			012060	09	VA	012060	
6534919	Daverio	daverio	IT	21020	2634	Europe/Rome	45.77798	8.77343			012064	09	VA	012064	
6534920	Duno	duno	IT	21030	148	Europe/Rome	45.91398	8.73763			012066	09	VA	012066	
6534921	Gorla Minore	gorla-minore	IT	21055	7446	Europe/Rome	45.64117	8.90264			012079	09	VA	012079	
6534922	Jerago con Orago	jerago-con-orago	IT	21040	4688	Europe/Rome	45.70467	8.79593			012085	09	VA	012085	
6534923	Leggiuno	leggiuno	IT	21038	2863	Europe/Rome	45.87588	8.62063			012088	09	VA	012088	
6534924	Varano Borghi	varano-borghi	IT	21020	2194	Europe/Rome	45.77407	8.70403			012132	09	VA	012132	
6534925	Albese con Cassano	albese-con-cassano	IT	22032	3981	Europe/Rome	45.79488	9.16364			013004	09	CO	013004	
6534926	Alserio	alserio	IT	22040	1110	Europe/Rome	45.77888	9.20014			013006	09	CO	013006	
6534927	Cavallasca	cavallasca	IT	22020	2733	Europe/Rome	45.80958	9.03284			013061	09	CO	013061	
6534928	Civenna	civenna	IT	22030	673	Europe/Rome	45.94018	9.27124			013070	09	CO	013070	
6534929	Corrido	corrido	IT	22010	823	Europe/Rome	46.04758	9.13554		Corid o Coret,Corid o Corét	013077	09	CO	013077	
6534930	Fenegrò	fenegro	IT	22070	2553	Europe/Rome	45.70158	8.99964			013100	09	CO	013100	
6534931	Germasino	germasino	IT	22010	255	Europe/Rome	46.13569	9.26344				09	CO	013249	
6534932	Laino	laino	IT	22020	469	Europe/Rome	45.98448	9.07544			013120	09	CO	013120	
6534933	Lasnigo	lasnigo	IT	22030	406	Europe/Rome	45.88198	9.26644			013123	09	CO	013123	
6534934	Albosaggia	albosaggia	IT	23010	3084	Europe/Rome	46.14749	9.85405			014002	09	SO	014002	
6534935	Briosco	briosco	IT	20836	5615	Europe/Rome	45.71008	9.24064			108011	09	MB	108011	
6534936	Cassinetta di Lugagnano	cassinetta-di-lugagnano	IT	20081	1577	Europe/Rome	45.42247	8.90604			015061	09	MI	015061	
6534937	Cogliate	cogliate	IT	20815	7656	Europe/Rome	45.64597	9.07884			108020	09	MB	108020	
6534938	Correzzana	correzzana	IT	20856	1849	Europe/Rome	45.66658	9.30755			108022	09	MB	108022	
6534939	Dresano	dresano	IT	20070	2342	Europe/Rome	45.37297	9.35785			015101	09	MI	015101	
6534940	Gessate	gessate	IT	20060	5508	Europe/Rome	45.54838	9.43775			015106	09	MI	015106	
6534941	Gudo Visconti	gudo-visconti	IT	20088	1309	Europe/Rome	45.37407	9.00014			015112	09	MI	015112	
6534942	Lazzate	lazzate	IT	20824	6423	Europe/Rome	45.67208	9.08424			108025	09	MB	108025	
6534943	Lesmo	lesmo	IT	20855	6469	Europe/Rome	45.64858	9.30735			108026	09	MB	108026	
6534944	Macherio	macherio	IT	20846	6461	Europe/Rome	45.63358	9.25484			108029	09	MB	108029	
6534945	Masate	masate	IT	20060	2459	Europe/Rome	45.56708	9.46415			015136	09	MI	015136	
6534946	Mesero	mesero	IT	20010	3490	Europe/Rome	45.50227	8.85544			015144	09	MI	015144	
6534947	Mezzago	mezzago	IT	20883	3506	Europe/Rome	45.62898	9.44485			108031	09	MB	108031	
6534948	San Vittore Olona	san-vittore-olona	IT	20028	7437	Europe/Rome	45.58577	8.94134			015201	09	MI	015201	
6534949	Sulbiate	sulbiate	IT	20884	3305	Europe/Rome	45.63528	9.42605			108042	09	MB	108042	
6534950	Veduggio con Colzano	veduggio-con-colzano	IT	20837	4249	Europe/Rome	45.73388	9.27024			108047	09	MB	108047	
6534951	Vizzolo Predabissi	vizzolo-predabissi	IT	20070	4023	Europe/Rome	45.35587	9.34815			015244	09	MI	015244	
6534952	Adrara San Rocco	adrara-san-rocco	IT	24060	804	Europe/Rome	45.71578	9.95906			016002	09	BG	016002	
6534953	Ambivere	ambivere	IT	24030	2250	Europe/Rome	45.71958	9.55015			016009	09	BG	016009	
6534954	Aviatico	aviatico	IT	24020	488	Europe/Rome	45.79758	9.77145			016015	09	BG	016015	
6534955	Barbata	barbata	IT	24040	607	Europe/Rome	45.47498	9.77736			016019	09	BG	016019	
6534956	Bianzano	bianzano	IT	24060	521	Europe/Rome	45.77308	9.91816			016026	09	BG	016026	
6534957	Boltiere	boltiere	IT	24040	4181	Europe/Rome	45.60088	9.57845			016029	09	BG	016029	
6534958	Bonate Sotto	bonate-sotto	IT	24040	5429	Europe/Rome	45.66818	9.55865			016031	09	BG	016031	
6534959	Bossico	bossico	IT	24060	997	Europe/Rome	45.82839	10.04506			016033	09	BG	016033	
6534960	Chignolo d'Isola	chignolo-d-isola	IT	24040	2702	Europe/Rome	45.66758	9.52765			016072	09	BG	016072	
6534961	Colzate	colzate	IT	24020	1662	Europe/Rome	45.81719	9.85616			016080	09	BG	016080	
6534962	Corna Imagna	corna-imagna	IT	24030	923	Europe/Rome	45.83068	9.54485			016082	09	BG	016082	
6534963	Entratico	entratico	IT	24060	1452	Europe/Rome	45.70778	9.87316			016094	09	BG	016094	
6534964	Filago	filago	IT	24040	2665	Europe/Rome	45.63758	9.55635			016098	09	BG	016098	
6534965	Fiorano al Serio	fiorano-al-serio	IT	24020	2904	Europe/Rome	45.80018	9.84276			016100	09	BG	016100	
6534966	Fonteno	fonteno	IT	24060	697	Europe/Rome	45.75859	10.01856			016102	09	BG	016102	
6534967	Fuipiano Valle Imagna	fuipiano-valle-imagna	IT	24030	230	Europe/Rome	45.85428	9.52845			016106	09	BG	016106	
6534968	Gandellino	gandellino	IT	24020	1100	Europe/Rome	45.99109	9.94615			016107	09	BG	016107	
6534969	Gaverina Terme	gaverina-terme	IT	24060	906	Europe/Rome	45.75578	9.88666			016110	09	BG	016110	
6534970	Gorlago	gorlago	IT	24060	4607	Europe/Rome	45.67408	9.82296			016114	09	BG	016114	
6534971	Madone	madone	IT	24040	3181	Europe/Rome	45.65028	9.55015			016131	09	BG	016131	
6534972	Premolo	premolo	IT	24020	1029	Europe/Rome	45.87019	9.87466			016175	09	BG	016175	
6534973	Presezzo	presezzo	IT	24030	4529	Europe/Rome	45.69208	9.57035			016176	09	BG	016176	
6534974	Riva di Solto	riva-di-solto	IT	24060	833	Europe/Rome	45.77699	10.04356			016180	09	BG	016180	
6534975	Castelcovati	castelcovati	IT	25030	5348	Europe/Rome	45.50198	9.94596			017041	09	BS	017041	
6534976	Borgo San Siro	borgo-san-siro	IT	27020	1023	Europe/Rome	45.23506	8.91334			018018	09	PV	018018	
6534977	Castana	castana	IT	27040	754	Europe/Rome	45.02676	9.27246			018036	09	PV	018036	
6534978	Chignolo Po	chignolo-po	IT	27013	3234	Europe/Rome	45.14817	9.48156			018048	09	PV	018048	
6534979	Costa de' Nobili	costa-de-nobili	IT	27010	370	Europe/Rome	45.13216	9.37886			018058	09	PV	018058	
6534980	Frascarolo	frascarolo	IT	27030	1321	Europe/Rome	45.04666	8.68204			018065	09	PV	018065	
6534981	Golferenzo	golferenzo	IT	27047	233	Europe/Rome	44.96106	9.30596			018074	09	PV	018074	
6534982	Magherno	magherno	IT	27010	1380	Europe/Rome	45.22357	9.32936			018085	09	PV	018085	
6534983	Marcignago	marcignago	IT	27020	1923	Europe/Rome	45.25306	9.07935			018086	09	PV	018086	
6534984	Marzano	marzano	IT	27010	1025	Europe/Rome	45.24797	9.29505			018087	09	PV	018087	
6534985	Campagnola Cremasca	campagnola-cremasca	IT	26010	606	Europe/Rome	45.39847	9.66946			019011	09	CR	019011	
6534986	Casaletto Vaprio	casaletto-vaprio	IT	26010	1314	Europe/Rome	45.40817	9.62876			019020	09	CR	019020	
6534987	Cella Dati	cella-dati	IT	26040	584	Europe/Rome	45.09527	10.22148			019028	09	CR	019028	
6534988	Derovere	derovere	IT	26040	350	Europe/Rome	45.10997	10.24798			019040	09	CR	019040	
6534989	Drizzona	drizzona	IT	26034	551	Europe/Rome	45.14217	10.35028			019042	09	CR	019042	
6534990	Malagnino	malagnino	IT	26030	1145	Europe/Rome	45.13477	10.11477			019056	09	CR	019056	
6534991	Spinadesco	spinadesco	IT	26020	1535	Europe/Rome	45.14917	9.92637			019100	09	CR	019100	
6534992	Castelbelforte	castelbelforte	IT	46032	2609	Europe/Rome	45.21208	10.89249			020013	09	MN	020013	
6534993	Motteggiana	motteggiana	IT	46020	1960	Europe/Rome	45.03308	10.76269			020037	09	MN	020037	
6534994	Cunevo	cunevo	IT	38093	568	Europe/Rome	46.28641	11.03457	572		022069	17	TN	022069	
6534995	Daiano	daiano	IT	38030	674	Europe/Rome	46.30161	11.44908	1160		022070	17	TN	022070	
6534996	Dorsino	dorsino	IT	38078	303	Europe/Rome	46.0727	10.89737	635		022077	17	TN	022077	
6534997	Isera	isera	IT	38060	974	Europe/Rome	45.8876	11.00918	243		022098	17	TN	022098	
6534998	Ronchi Valsugana	ronchi-valsugana	IT	38050	385	Europe/Rome	46.06841	11.43519			022157	17	TN	022157	
6534999	Rivoli Veronese	rivoli-veronese	IT	37010	626	Europe/Rome	45.57249	10.81178	191		023062	20	VR	023062	
6535000	Selva di Progno	selva-di-progno	IT	37030	1001	Europe/Rome	45.61139	11.13799			023080	20	VR	023080	
6535001	Alonte	alonte	IT	36045	689	Europe/Rome	45.36589	11.4271	34		024003	20	VI	024003	
6535002	Altissimo	altissimo	IT	36070	342	Europe/Rome	45.61429	11.25189	672		024005	20	VI	024005	
6535003	Asigliano Veneto	asigliano-veneto	IT	36020	406	Europe/Rome	45.30469	11.4464	17		024010	20	VI	024010	
6535004	Brogliano	brogliano	IT	36070	2562	Europe/Rome	45.58919	11.36549	172		024017	20	VI	024017	
6535005	Campolongo sul Brenta	campolongo-sul-brenta	IT	36029	639	Europe/Rome	45.8271	11.7008	141		024023	20	VI	024023	
6535006	Carrè	carre	IT	36010	3265	Europe/Rome	45.7488	11.45779			024024	20	VI	024024	
6535007	Enego	enego	IT	36052	1207	Europe/Rome	45.9416	11.7055	750		024039	20	VI	024039	
6535008	Mason Vicentino	mason-vicentino	IT	36064	1706	Europe/Rome	45.7186	11.6068	103		024058	20	VI	024058	
6535009	Montecchio Precalcino	montecchio-precalcino	IT	36030	1019	Europe/Rome	45.6657	11.5636	84		024062	20	VI	024062	
6535010	Montegalda	montegalda	IT	36047	1122	Europe/Rome	45.44609	11.675	28		024064	20	VI	024064	
6535011	Mossano	mossano	IT	36024	324	Europe/Rome	45.41951	11.55382	89		024069	20	VI	024069	
6535012	Mussolente	mussolente	IT	36065	3166	Europe/Rome	45.7792	11.8062	129		024070	20	VI	024070	
6535013	Pove del Grappa	pove-del-grappa	IT	36020	3044	Europe/Rome	45.7982	11.7299	163		024081	20	VI	024081	
6535014	Sarego	sarego	IT	36040	1543	Europe/Rome	45.40769	11.4019	42		024098	20	VI	024098	
6535015	Alano di Piave	alano-di-piave	IT	32031	1518	Europe/Rome	45.90681	11.9084	308		025002	20	BL	025002	
6535016	Altivole	altivole	IT	31030	1369	Europe/Rome	45.7537	11.9562	88		026001	20	TV	026001	
6535017	Segusino	segusino	IT	31040	1692	Europe/Rome	45.91701	11.9556	219		026079	20	TV	026079	
6535018	Cartura	cartura	IT	35025	2094	Europe/Rome	45.26839	11.85681	6		028026	20	PD	028026	
6535019	Urbana	urbana	IT	35040	1313	Europe/Rome	45.19278	11.4449	13		028095	20	PD	028095	
6535020	Vighizzolo d'Este	vighizzolo-d-este	IT	35040	626	Europe/Rome	45.17629	11.62471	11		028098	20	PD	028098	
6535021	Villafranca Padovana	villafranca-padovana	IT	35010	3452	Europe/Rome	45.4919	11.7935	22		028103	20	PD	028103	
6535022	Arquà Polesine	arqua-polesine	IT	45031	2896	Europe/Rome	45.01008	11.73981			029003	20	RO	029003	
6535023	Castelnovo Bariano	castelnovo-bariano	IT	45030	1234	Europe/Rome	45.02738	11.2876	12		029013	20	RO	029013	
6535024	Frassinelle Polesine	frassinelle-polesine	IT	45030	431	Europe/Rome	44.99518	11.69881	7		029023	20	RO	029023	
6535026	Solignano	solignano	IT	43040	744	Europe/Rome	44.61306	9.97548	232		034035	05	PR	034035	
6535027	Capolona	capolona	IT	52010	2763	Europe/Rome	43.56685	11.86374	263		051006	16	AR	051006	
6535028	Montecreto	montecreto	IT	41025	339	Europe/Rome	44.24596	10.7176	864		036024	05	MO	036024	
6535029	San Prospero	san-prospero	IT	40026	2874	Europe/Rome	44.78967	11.0221	22		036039	05	MO	036039	
6535030	Voghiera	voghiera	IT	44019	1158	Europe/Rome	44.75558	11.75182	7		038023	05	FE	038023	
6535031	Ragoli	ragoli	IT	38095	425	Europe/Rome	46.0536	10.77727	556		022151	17	TN	022151	
6535032	Barchi	barchi	IT	61040	551	Europe/Rome	43.6728	12.92823	319		041004	10	PU	041004	
6535033	Casteldelci	casteldelci	IT	47861	511	Europe/Rome	43.79116	12.15514			099021	05	RN	099021	
6535034	Montefelcino	montefelcino	IT	61030	320	Europe/Rome	43.73476	12.83396	260		041034	10	PU	041034	
6535035	Gualdo	gualdo	IT	05035	371	Europe/Rome	43.06585	13.34328	652		043021	10	MC	043021	
6535036	Maltignano	maltignano	IT	63085	945	Europe/Rome	42.83225	13.68799	307		044027	10	AP	044027	
6535037	Monte Vidon Combatte	monte-vidon-combatte	IT	63847	511	Europe/Rome	43.04895	13.63119			109025	10	FM	109025	
6535038	Smerillo	smerillo	IT	63856	411	Europe/Rome	43.00515	13.44498			109039	10	FM	109039	
6535039	Comano	comano	IT	54015	277	Europe/Rome	44.29335	10.13109	530		045005	16	MS	045005	
6535040	Giuncugnano	giuncugnano	IT	55039	538	Europe/Rome	44.21055	10.24719			046016	16	LU	046016	
6535041	Montescudaio	montescudaio	IT	56040	836	Europe/Rome	43.32603	10.62602	242		050020	16	PI	050020	
6535042	Valtopina	valtopina	IT	06030	714	Europe/Rome	43.05674	12.75307	360		054059	18	PG	054059	
6535043	Arcinazzo Romano	arcinazzo-romano	IT	00020	1334	Europe/Rome	41.87972	13.11439			058008	07	RM	058008	
6535044	Canterano	canterano	IT	00020	372	Europe/Rome	41.94322	13.03809			058017	07	RM	058017	
6535045	Jenne	jenne	IT	00020	497	Europe/Rome	41.88882	13.16959			058048	07	RM	058048	
6535046	Montelibretti	montelibretti	IT	00010	4823	Europe/Rome	42.13552	12.73868			058063	07	RM	058063	
6535047	Ponzano Romano	ponzano-romano	IT	00060	1028	Europe/Rome	42.25693	12.57047			058080	07	RM	058080	
6535048	Rocca Canterano	rocca-canterano	IT	00020	251	Europe/Rome	41.95652	13.02179			058084	07	RM	058084	
6535049	Rocca Santo Stefano	rocca-santo-stefano	IT	00030	1009	Europe/Rome	41.91052	13.02379			058089	07	RM	058089	
6535050	Roccagorga	roccagorga	IT	04010	4386	Europe/Rome	41.52512	13.1551			059021	07	LT	059021	
6535051	Coreno Ausonio	coreno-ausonio	IT	03040	1738	Europe/Rome	41.34502	13.78161			060030	07	FR	060030	
6535053	Bairo	bairo	IT	10010	569	Europe/Rome	45.38606	7.75532	365		001015	12	TO	001015	
6535054	Baldissero Canavese	baldissero-canavese	IT	10080	200	Europe/Rome	45.41026	7.74422	392		001017	12	TO	001017	
6535055	Angrogna	angrogna	IT	10060	870	Europe/Rome	44.84354	7.22422		Angreugna,Angruenha	001011	12	TO	001011	
6535056	Rivalta Bormida	rivalta-bormida	IT	15010	1152	Europe/Rome	44.70975	8.55175	140		006144	12	AL	006144	
6535057	Rivarone	rivarone	IT	15040	351	Europe/Rome	44.97686	8.71565	103		006145	12	AL	006145	
6535058	Rocca Grimalda	rocca-grimalda	IT	15078	330	Europe/Rome	44.67145	8.64845	273		006147	12	AL	006147	
6535059	Spineto Scrivia	spineto-scrivia	IT	15050	272	Europe/Rome	44.83735	8.87375	260		006166	12	AL	006166	
6535060	Tagliolo Monferrato	tagliolo-monferrato	IT	15070	926	Europe/Rome	44.63835	8.66585	315		006169	12	AL	006169	
6535061	Tassarolo	tassarolo	IT	15060	504	Europe/Rome	44.72811	8.77164	250		006170	12	AL	006170	
6535062	Terzo	terzo	IT	15010	428	Europe/Rome	44.67044	8.42164	222		006172	12	AL	006172	
6535063	Vignole Borbera	vignole-borbera	IT	15060	1979	Europe/Rome	44.70819	8.89026	243		006180	12	AL	006180	
6535064	Villadeati	villadeati	IT	15020	521	Europe/Rome	45.07225	8.16793			006182	12	AL	006182	
6535065	Villamiroglio	villamiroglio	IT	15020	312	Europe/Rome	45.13455	8.17103			006184	12	AL	006184	
6535066	Villaromagnano	villaromagnano	IT	15050	604	Europe/Rome	44.84965	8.88775	170		006186	12	AL	006186	
6535067	Visone	visone	IT	15010	826	Europe/Rome	44.66184	8.50075	161		006187	12	AL	006187	
6535068	Volpeglino	volpeglino	IT	15050	160	Europe/Rome	44.89296	8.95945			006189	12	AL	006189	
6535069	Allein	allein	IT	11010	242	Europe/Rome	45.80756	7.2714			007001	19	AO	007001	
6535070	Avise	avise	IT	11010	307	Europe/Rome	45.70886	7.1399			007006	19	AO	007006	
6535071	Donnas	donnas	IT	11020	2109	Europe/Rome	45.60286	7.77491	322		007023	19	AO	007023	
6535072	Doues	doues	IT	11010	375	Europe/Rome	45.81916	7.306			007024	19	AO	007024	
6535073	Gignod	gignod	IT	11010	412	Europe/Rome	45.77996	7.2964	988		007030	19	AO	007030	
6535074	Jovencan	jovencan	IT	11020	614	Europe/Rome	45.71486	7.2726	632		007038	19	AO	007038	
6535075	Nus	nus	IT	11020	1826	Europe/Rome	45.74026	7.4666	529		007045	19	AO	007045	
6535076	Ollomont	ollomont	IT	11010	159	Europe/Rome	45.84976	7.3106			007046	19	AO	007046	
6535077	Perloz	perloz	IT	11020	484	Europe/Rome	45.61386	7.80811			007048	19	AO	007048	
6535078	Pontboset	pontboset	IT	11020	201	Europe/Rome	45.60726	7.68641			007050	19	AO	007050	
6535079	Valgrisenche	valgrisenche	IT	11010	192	Europe/Rome	45.63036	7.064			007068	19	AO	007068	
6535080	Villeneuve	villeneuve	IT	11018	372	Europe/Rome	45.70201	7.20682	670		007074	19	AO	007074	
6535081	Armo	armo	IT	18026	129	Europe/Rome	44.08773	7.91544			008004	08	IM	008004	
6535082	Boissano	boissano	IT	17054	2184	Europe/Rome	44.13583	8.22155	121		009011	08	SV	009011	
6535083	Calice Ligure	calice-ligure	IT	17020	1089	Europe/Rome	44.20493	8.29535	70		009016	08	SV	009016	
6535084	Casanova Lerrone	casanova-lerrone	IT	17033	252	Europe/Rome	44.03213	8.04715	256		009019	08	SV	009019	
6535085	Castelvecchio di Rocca Barbena	castelvecchio-di-rocca-barbena	IT	17034	194	Europe/Rome	44.12983	8.11665			009021	08	SV	009021	
6535086	Massimino	massimino	IT	12071	130	Europe/Rome	44.29953	8.07134			009037	08	SV	009037	
6535087	Tovo San Giacomo	tovo-san-giacomo	IT	17020	1399	Europe/Rome	44.17593	8.27045	80		009062	08	SV	009062	
6535088	Mele	mele	IT	16010	1628	Europe/Rome	44.44573	8.74889	125		010033	08	GE	010033	
6535089	Savignone	savignone	IT	16010	1234	Europe/Rome	44.56435	8.98726	471		010057	08	GE	010057	
6535090	Bardello	bardello	IT	21020	1218	Europe/Rome	45.83598	8.69683			012009	09	VA	012009	
6535091	Bisuschio	bisuschio	IT	21050	3794	Europe/Rome	45.87148	8.86843			012015	09	VA	012015	
6535092	Bregano	bregano	IT	21020	726	Europe/Rome	45.82578	8.68773			012018	09	VA	012018	
6535093	Brunello	brunello	IT	21020	954	Europe/Rome	45.76498	8.79533			012023	09	VA	012023	
6535094	Buguggiate	buguggiate	IT	21020	3140	Europe/Rome	45.78228	8.81063			012025	09	VA	012025	
6535095	Cadrezzate	cadrezzate	IT	21062	1577	Europe/Rome	45.79927	8.64333			012028	09	VA	012028	
6535096	Cantello	cantello	IT	21050	4244	Europe/Rome	45.82248	8.89593			012030	09	VA	012030	
6535097	Casale Litta	casale-litta	IT	21020	2420	Europe/Rome	45.76787	8.74133			012036	09	VA	012036	
6535098	Cazzago Brabbia	cazzago-brabbia	IT	21020	785	Europe/Rome	45.79588	8.73483			012049	09	VA	012049	
6535099	Cremenaga	cremenaga	IT	21030	779	Europe/Rome	45.98938	8.80333			012056	09	VA	012056	
6535100	Crosio della Valle	crosio-della-valle	IT	21020	572	Europe/Rome	45.75997	8.77043			012057	09	VA	012057	
6535101	Cuveglio	cuveglio	IT	21030	3021	Europe/Rome	45.90608	8.73333			012062	09	VA	012062	
6535102	Cuvio	cuvio	IT	21030	1515	Europe/Rome	45.89618	8.73413			012063	09	VA	012063	
6535103	Ferrera di Varese	ferrera-di-varese	IT	21030	564	Europe/Rome	45.93278	8.78913			012069	09	VA	012069	
6535104	Galliate Lombardo	galliate-lombardo	IT	21020	844	Europe/Rome	45.78488	8.77043			012071	09	VA	012071	
6535105	Germignaga	germignaga	IT	21010	3596	Europe/Rome	45.99128	8.72403			012076	09	VA	012076	
6535106	Grantola	grantola	IT	21030	1190	Europe/Rome	45.94918	8.77433			012081	09	VA	012081	
6535107	Inarzo	inarzo	IT	21020	805	Europe/Rome	45.78578	8.73563			012082	09	VA	012082	
6535108	Luvinate	luvinate	IT	21020	1386	Europe/Rome	45.83958	8.77193			012093	09	VA	012093	
6535109	Marchirolo	marchirolo	IT	21030	3153	Europe/Rome	45.94788	8.83343			012097	09	VA	012097	
6535110	Monvalle	monvalle	IT	21020	1720	Europe/Rome	45.8581	8.63088			012104	09	VA	012104	
6535111	Morazzone	morazzone	IT	21040	4187	Europe/Rome	45.76448	8.82813			012105	09	VA	012105	
6535112	Sangiano	sangiano	IT	21038	1247	Europe/Rome	45.87508	8.63333			012141	09	VA	012141	
6535113	Albiolo	albiolo	IT	22070	2260	Europe/Rome	45.80558	8.93924			013005	09	CO	013005	
6535114	Alzate Brianza	alzate-brianza	IT	22040	4556	Europe/Rome	45.76978	9.18204			013007	09	CO	013007	
6535115	Capiago Intimiano	capiago-intimiano	IT	22070	4839	Europe/Rome	45.76898	9.12764			013043	09	CO	013043	
6535116	Carugo	carugo	IT	22060	5324	Europe/Rome	45.70848	9.19684			013048	09	CO	013048	
6535117	Cassina Rizzardi	cassina-rizzardi	IT	22070	2379	Europe/Rome	45.75228	9.02454			013055	09	CO	013055	
6535118	Castelmarte	castelmarte	IT	22030	1247	Europe/Rome	45.83238	9.23304			013058	09	CO	013058	
6535119	Cerano d'Intelvi	cerano-d-intelvi	IT	22020	503	Europe/Rome	45.94328	9.08884			013063	09	CO	013063	
6535120	Colonno	colonno	IT	22010	539	Europe/Rome	45.95768	9.15294		Culonn,Culònn	013074	09	CO	013074	
6535121	Cucciago	cucciago	IT	22060	3196	Europe/Rome	45.73928	9.09294			013084	09	CO	013084	
6535122	Cusino	cusino	IT	22010	245	Europe/Rome	46.07489	9.15264		Cusin,Cùsin	013085	09	CO	013085	
6535123	Dosso del Liro	dosso-del-liro	IT	22010	315	Europe/Rome	46.16399	9.27294			013092	09	CO	013092	
6535124	Figino Serenza	figino-serenza	IT	22060	4636	Europe/Rome	45.71048	9.13114			013101	09	CO	013101	
6535125	Guanzate	guanzate	IT	22070	5056	Europe/Rome	45.72758	9.01984			013114	09	CO	013114	
6535126	Lambrugo	lambrugo	IT	22045	2181	Europe/Rome	45.75878	9.23954			013121	09	CO	013121	
6535127	Limido Comasco	limido-comasco	IT	22070	2265	Europe/Rome	45.68917	8.97984			013128	09	CO	013128	
6535128	Lipomo	lipomo	IT	22030	5523	Europe/Rome	45.79288	9.12024			013129	09	CO	013129	
6535129	Longone al Segrino	longone-al-segrino	IT	22030	1455	Europe/Rome	45.81428	9.25144			013134	09	CO	013134	
6535130	Luisago	luisago	IT	22070	2368	Europe/Rome	45.76288	9.03544			013135	09	CO	013135	
6535131	Magreglio	magreglio	IT	22030	459	Europe/Rome	45.92098	9.26264			013139	09	CO	013139	
6535132	Proserpio	proserpio	IT	22030	910	Europe/Rome	45.82828	9.24554			013192	09	CO	013192	
6535133	Mantello	mantello	IT	23016	683	Europe/Rome	46.15249	9.48894			014039	09	SO	014039	
6535134	Montagna in Valtellina	montagna-in-valtellina	IT	23020	2890	Europe/Rome	46.1785	9.90295			014044	09	SO	014044	
6535135	Ponte in Valtellina	ponte-in-valtellina	IT	23026	2252	Europe/Rome	46.175	9.97785			014052	09	SO	014052	
6535136	San Giacomo Filippo	san-giacomo-filippo	IT	23020	472	Europe/Rome	46.33769	9.37124			014058	09	SO	014058	
6535137	Spriana	spriana	IT	23020	117	Europe/Rome	46.2203	9.86425			014062	09	SO	014062	
6535138	Talamona	talamona	IT	23018	4506	Europe/Rome	46.13849	9.61294			014063	09	SO	014063	
6535139	Tartano	tartano	IT	23010	262	Europe/Rome	46.10589	9.67865			014064	09	SO	014064	
6535140	Tovo di Sant'Agata	tovo-di-sant-agata	IT	23030	569	Europe/Rome	46.2461	10.24856			014068	09	SO	014068	
6535141	Vervio	vervio	IT	23030	239	Europe/Rome	46.254	10.23936			014076	09	SO	014076	
6535142	Aicurzio	aicurzio	IT	20886	1980	Europe/Rome	45.63998	9.41495			108002	09	MB	108002	
6535143	Albairate	albairate	IT	20080	4148	Europe/Rome	45.41957	8.93744			015005	09	MI	015005	
6535144	Bellinzago Lombardo	bellinzago-lombardo	IT	20060	3538	Europe/Rome	45.54208	9.44595			015016	09	MI	015016	
6535145	Bubbiano	bubbiano	IT	20080	1404	Europe/Rome	45.32727	9.01455			015035	09	MI	015035	
6535146	Burago di Molgora	burago-di-molgora	IT	20875	4141	Europe/Rome	45.59648	9.38165			108013	09	MB	108013	
6535147	Busnago	busnago	IT	20874	4576	Europe/Rome	45.61648	9.46375			108051	09	MB	108051	
6535148	Grezzago	grezzago	IT	20056	2090	Europe/Rome	45.59108	9.49725			015110	09	MI	015110	
6535149	Ronco Briantino	ronco-briantino	IT	20885	3087	Europe/Rome	45.66628	9.40535			108038	09	MB	108038	
6535150	San Giorgio su Legnano	san-giorgio-su-legnano	IT	20034	6173	Europe/Rome	45.57377	8.91374			015194	09	MI	015194	
6535151	Settala	settala	IT	20049	5790	Europe/Rome	45.45357	9.38715			015210	09	MI	015210	
6535152	Sovico	sovico	IT	20845	7043	Europe/Rome	45.64598	9.26274			108041	09	MB	108041	
6535153	Vedano al Lambro	vedano-al-lambro	IT	20854	7649	Europe/Rome	45.60878	9.26785			108046	09	MB	108046	
6535154	Zelo Surrigone	zelo-surrigone	IT	20071	1110	Europe/Rome	45.38767	8.98504			015246	09	MI	015246	
6535155	Adrara San Martino	adrara-san-martino	IT	24060	1908	Europe/Rome	45.70228	9.94896			016001	09	BG	016001	
6535156	Arzago d'Adda	arzago-d-adda	IT	24040	2285	Europe/Rome	45.48138	9.56416			016013	09	BG	016013	
6535157	Azzano San Paolo	azzano-san-paolo	IT	24052	6769	Europe/Rome	45.65798	9.67305			016016	09	BG	016016	
6535158	Bagnatica	bagnatica	IT	24060	3628	Europe/Rome	45.66088	9.78106			016018	09	BG	016018	
6535159	Bariano	bariano	IT	24050	3977	Europe/Rome	45.51258	9.70366			016020	09	BG	016020	
6535160	Berbenno	berbenno	IT	24030	2368	Europe/Rome	45.81478	9.57105			016023	09	BG	016023	
6535161	Berzo San Fermo	berzo-san-fermo	IT	24060	1142	Europe/Rome	45.71938	9.90316			016025	09	BG	016025	
6535162	Bolgare	bolgare	IT	24060	4200	Europe/Rome	45.63508	9.81286			016028	09	BG	016028	
6535163	Cavernago	cavernago	IT	24050	1667	Europe/Rome	45.62528	9.76556			016066	09	BG	016066	
6535164	Chiuduno	chiuduno	IT	24060	5051	Europe/Rome	45.65068	9.84946			016073	09	BG	016073	
6535165	Cortenuova	cortenuova	IT	24050	1667	Europe/Rome	45.53898	9.78786			016083	09	BG	016083	
6535166	Credaro	credaro	IT	24060	2297	Europe/Rome	45.66058	9.93106			016088	09	BG	016088	
6535167	Dossena	dossena	IT	24010	1015	Europe/Rome	45.88029	9.69675			016092	09	BG	016092	
6535168	Fino del Monte	fino-del-monte	IT	24020	1116	Europe/Rome	45.89269	9.99406			016099	09	BG	016099	
6535169	Gandosso	gandosso	IT	24060	1324	Europe/Rome	45.65888	9.88886			016109	09	BG	016109	
6535170	Grassobbio	grassobbio	IT	24050	5378	Europe/Rome	45.65688	9.72566			016117	09	BG	016117	
6535171	Grone	grone	IT	24060	730	Europe/Rome	45.72728	9.90836			016119	09	BG	016119	
6535172	Isso	isso	IT	24040	630	Europe/Rome	45.47678	9.75866			016122	09	BG	016122	
6535173	Levate	levate	IT	24040	3266	Europe/Rome	45.62518	9.62415			016126	09	BG	016126	
6535174	Lurano	lurano	IT	24050	2093	Europe/Rome	45.56568	9.64016			016129	09	BG	016129	
6535175	Montello	montello	IT	24060	2392	Europe/Rome	45.67208	9.80566			016139	09	BG	016139	
6535176	Morengo	morengo	IT	24050	2248	Europe/Rome	45.53148	9.70586			016140	09	BG	016140	
6535177	Mornico al Serio	mornico-al-serio	IT	24050	2588	Europe/Rome	45.59138	9.80926			016141	09	BG	016141	
6535178	Ranzanico	ranzanico	IT	24060	1088	Europe/Rome	45.78839	9.93506			016179	09	BG	016179	
6535179	Rogno	rogno	IT	24060	3304	Europe/Rome	45.85659	10.13216			016182	09	BG	016182	
6535180	Roncobello	roncobello	IT	24010	495	Europe/Rome	45.95569	9.75235			016184	09	BG	016184	
6535181	Roncola	roncola	IT	24030	634	Europe/Rome	45.76868	9.56065			016185	09	BG	016185	
6535182	Songavazzo	songavazzo	IT	24020	616	Europe/Rome	45.87949	9.98956			016201	09	BG	016201	
6535183	Suisio	suisio	IT	24040	3308	Europe/Rome	45.65708	9.50225			016209	09	BG	016209	
6535184	Terno d'Isola	terno-d-isola	IT	24030	4995	Europe/Rome	45.68548	9.53095			016213	09	BG	016213	
6535185	Villa d'Adda	villa-d-adda	IT	24030	4195	Europe/Rome	45.71398	9.46165			016238	09	BG	016238	
6535186	Villa d'Ogna	villa-d-ogna	IT	24020	1744	Europe/Rome	45.90469	9.93086			016241	09	BG	016241	
6535187	Barbariga	barbariga	IT	25030	2180	Europe/Rome	45.40508	10.05437			017011	09	BS	017011	
6535188	Brandico	brandico	IT	25030	1041	Europe/Rome	45.45418	10.05267			017026	09	BS	017026	
6535189	Caino	caino	IT	25070	1614	Europe/Rome	45.60938	10.31317			017031	09	BS	017031	
6535190	Calvagese della Riviera	calvagese-della-riviera	IT	25080	2539	Europe/Rome	45.53338	10.44167			017033	09	BS	017033	
6535191	Capovalle	capovalle	IT	25070	452	Europe/Rome	45.75339	10.54447	932		017036	09	BS	017036	
6535192	Capriano del Colle	capriano-del-colle	IT	25020	3856	Europe/Rome	45.47478	10.13227			017037	09	BS	017037	
6535193	Castrezzato	castrezzato	IT	25030	5800	Europe/Rome	45.51128	9.98086			017045	09	BS	017045	
6535194	Cellatica	cellatica	IT	25060	4723	Europe/Rome	45.58198	10.18017			017048	09	BS	017048	
6535195	Corzano	corzano	IT	25030	980	Europe/Rome	45.44378	10.00737			017064	09	BS	017064	
6535196	Gianico	gianico	IT	25040	1924	Europe/Rome	45.86559	10.17486			017079	09	BS	017079	
6535197	Maclodio	maclodio	IT	25030	1232	Europe/Rome	45.47778	10.04217			017097	09	BS	017097	
6535198	Montirone	montirone	IT	25010	4021	Europe/Rome	45.44638	10.22877			017114	09	BS	017114	
6535199	Niardo	niardo	IT	25050	1837	Europe/Rome	45.97599	10.33326			017118	09	BS	017118	
6535200	Nuvolera	nuvolera	IT	25080	3679	Europe/Rome	45.53218	10.36917			017120	09	BS	017120	
6535201	Polaveno	polaveno	IT	25060	2481	Europe/Rome	45.66148	10.12396			017144	09	BS	017144	
6535202	Pontoglio	pontoglio	IT	25037	6330	Europe/Rome	45.56938	9.85346			017150	09	BS	017150	
6535203	Roncadelle	roncadelle	IT	25030	7625	Europe/Rome	45.52718	10.15407			017165	09	BS	017165	
6535204	San Zeno Naviglio	san-zeno-naviglio	IT	25010	3447	Europe/Rome	45.49258	10.21847			017173	09	BS	017173	
6535205	Trenzano	trenzano	IT	25030	4848	Europe/Rome	45.47728	10.01066			017190	09	BS	017190	
6535206	Zone	zone	IT	25050	1145	Europe/Rome	45.76339	10.11586			017205	09	BS	017205	
6535207	Battuda	battuda	IT	27020	352	Europe/Rome	45.27466	9.07805			018012	09	PV	018012	
6535208	Borgarello	borgarello	IT	27010	1609	Europe/Rome	45.24066	9.14055			018015	09	PV	018015	
6535209	Bosnasco	bosnasco	IT	27040	600	Europe/Rome	45.06446	9.35876			018020	09	PV	018020	
6535210	Casanova Lonati	casanova-lonati	IT	27041	427	Europe/Rome	45.09446	9.21346			018031	09	PV	018031	
6535211	Castello d'Agogna	castello-d-agogna	IT	27030	969	Europe/Rome	45.23456	8.68714			018039	09	PV	018039	
6535212	Linarolo	linarolo	IT	27010	2172	Europe/Rome	45.16236	9.26996			018081	09	PV	018081	
6535213	Lirio	lirio	IT	27040	147	Europe/Rome	44.99446	9.25656			018082	09	PV	018082	
6535214	Monticelli Pavese	monticelli-pavese	IT	27010	667	Europe/Rome	45.11106	9.51276			018099	09	PV	018099	
6535215	Nicorvo	nicorvo	IT	27020	386	Europe/Rome	45.28566	8.66794			018103	09	PV	018103	
6535216	Oliva Gessi	oliva-gessi	IT	27050	200	Europe/Rome	45.00356	9.17936			018105	09	PV	018105	
6535217	Pinarolo Po	pinarolo-po	IT	27040	1568	Europe/Rome	45.06986	9.16725			018115	09	PV	018115	
6535218	Sommo	sommo	IT	27048	1034	Europe/Rome	45.13316	9.08655			018151	09	PV	018151	
6535219	Spessa	spessa	IT	27010	525	Europe/Rome	45.11356	9.34856			018152	09	PV	018152	
6535220	Torre d'Arese	torre-d-arese	IT	27010	550	Europe/Rome	45.24277	9.31735			018157	09	PV	018157	
6535221	Torrevecchia Pia	torrevecchia-pia	IT	27010	2515	Europe/Rome	45.28197	9.29635			018160	09	PV	018160	
6535222	Trivolzio	trivolzio	IT	27020	1204	Europe/Rome	45.25846	9.04275			018163	09	PV	018163	
6535223	Valle Salimbene	valle-salimbene	IT	27010	1353	Europe/Rome	45.17196	9.23445			018169	09	PV	018169	
6535224	Villa Biscossi	villa-biscossi	IT	27035	73	Europe/Rome	45.09066	8.78714			018178	09	PV	018178	
6535225	Vistarino	vistarino	IT	27010	1118	Europe/Rome	45.21077	9.30825			018181	09	PV	018181	
6535226	Bonemerse	bonemerse	IT	26040	1104	Europe/Rome	45.11367	10.07747			019006	09	CR	019006	
6535227	Ca' d'Andrea	ca-d-andrea	IT	26038	537	Europe/Rome	45.11957	10.27748			019008	09	CR	019008	
6535228	Casaletto di Sopra	casaletto-di-sopra	IT	26014	586	Europe/Rome	45.41918	9.78256			019019	09	CR	019019	
6535229	Castelvisconti	castelvisconti	IT	26010	350	Europe/Rome	45.30537	9.94107			019027	09	CR	019027	
6535230	Chieve	chieve	IT	26010	1715	Europe/Rome	45.34047	9.61646			019029	09	CR	019029	
6535231	Corte de' Frati	corte-de-frati	IT	26010	1368	Europe/Rome	45.21847	10.10187			019033	09	CR	019033	
6535232	Cremosano	cremosano	IT	26010	1162	Europe/Rome	45.39467	9.63826			019037	09	CR	019037	
6535233	Fiesco	fiesco	IT	26010	861	Europe/Rome	45.33737	9.77786			019043	09	CR	019043	
6535234	Gombito	gombito	IT	26020	614	Europe/Rome	45.26187	9.72856			019049	09	CR	019049	
6535235	Martignana di Po	martignana-di-po	IT	26040	1258	Europe/Rome	45.01107	10.37978			019057	09	CR	019057	
6535236	Monte Cremasco	monte-cremasco	IT	26010	1923	Europe/Rome	45.37457	9.57136			019058	09	CR	019058	
6535237	Pianengo	pianengo	IT	26010	2370	Europe/Rome	45.40217	9.69476			019072	09	CR	019072	
6535238	Pieranica	pieranica	IT	26017	900	Europe/Rome	45.42617	9.61026			019073	09	CR	019073	
6535239	Quintano	quintano	IT	26017	702	Europe/Rome	45.42047	9.61856			019078	09	CR	019078	
6535240	Ricengo	ricengo	IT	26010	1235	Europe/Rome	45.40567	9.72396			019079	09	CR	019079	
6535241	Borgofranco sul Po	borgofranco-sul-po	IT	46021	896	Europe/Rome	45.04658	11.2093			020006	09	MN	020006	
6535242	Felonica	felonica	IT	46022	1649	Europe/Rome	44.97898	11.3537			020023	09	MN	020023	
6535243	Mariana Mantovana	mariana-mantovana	IT	46010	594	Europe/Rome	45.19288	10.48688			020032	09	MN	020032	
6535245	Schivenoglia	schivenoglia	IT	46020	1234	Europe/Rome	44.99498	11.073			020060	09	MN	020060	
6535246	Villa Poma	villa-poma	IT	46020	2036	Europe/Rome	45.00238	11.1145			020067	09	MN	020067	
6535247	Amblar	amblar	IT	38011	204	Europe/Rome	46.39541	11.14677	980		022004	17	TN	022004	
6535248	Bezzecca	bezzecca	IT	38060	610	Europe/Rome	45.89704	10.71833	697			17	TN	022229	
6535249	Bieno	bieno	IT	28804	373	Europe/Rome	46.08151	11.55609	815		022015	17	TN	022015	
6535250	Bondo	bondo	IT	38087	677	Europe/Rome	46.0003	10.69197	823		022020	17	TN	022020	
6535251	Bondone	bondone	IT	38080	223	Europe/Rome	45.80649	10.55027	720		022021	17	TN	022021	
6535252	Calceranica al Lago	calceranica-al-lago	IT	38050	1212	Europe/Rome	46.0046	11.24368	465		022032	17	TN	022032	
6535253	Carano	carano	IT	04011	821	Europe/Rome	46.29151	11.43978	1086		022041	17	TN	022041	
6535254	Carzano	carzano	IT	38050	397	Europe/Rome	46.07091	11.49379	433		022043	17	TN	022043	
6535255	Cavedine	cavedine	IT	38073	948	Europe/Rome	45.9952	10.97358	504		022053	17	TN	022053	
6535256	Cavizzana	cavizzana	IT	38022	246	Europe/Rome	46.36721	10.95817	710		022054	17	TN	022054	
6535257	Cis	cis	IT	38020	303	Europe/Rome	46.39841	11.00327	732		022060	17	TN	022060	
6535258	Darè	dare	IT	38094	203	Europe/Rome	46.0752	10.71807			022073	17	TN	022073	
6535259	Don	don	IT	38011	248	Europe/Rome	46.38931	11.13647	971		022076	17	TN	022076	
6535260	Faedo	faedo	IT	23100	216	Europe/Rome	46.19241	11.16128	591		022080	17	TN	022080	
6535261	Faver	faver	IT	38092	733	Europe/Rome	46.18131	11.23728	673		022082	17	TN	022082	
6535262	Fornace	fornace	IT	38040	1067	Europe/Rome	46.11805	11.20751	740		022089	17	TN	022089	
6535263	Frassilongo	frassilongo	IT	38050	357	Europe/Rome	46.08991	11.29718			022090	17	TN	022090	
6535264	Giustino	giustino	IT	38086	734	Europe/Rome	46.1513	10.76777	770		022093	17	TN	022093	
6535265	Cantalupa	cantalupa	IT	10060	2102	Europe/Rome	44.94594	7.33032	420		001053	12	TO	001053	
6535266	Cercenasco	cercenasco	IT	10060	1795	Europe/Rome	44.86204	7.49822	256		001071	12	TO	001071	
6535267	Chiesanuova	chiesanuova	IT	10080	199	Europe/Rome	45.41746	7.65552			001079	12	TO	001079	
6535268	Chiusa di San Michele	chiusa-di-san-michele	IT	10050	1631	Europe/Rome	45.10424	7.32711	378		001081	12	TO	001081	
6535269	Ciconio	ciconio	IT	10080	355	Europe/Rome	45.33025	7.75852	277		001083	12	TO	001083	
6535270	Colleretto Castelnuovo	colleretto-castelnuovo	IT	10080	269	Europe/Rome	45.42236	7.67982	585		001091	12	TO	001091	
6535271	Colleretto Giacosa	colleretto-giacosa	IT	10010	541	Europe/Rome	45.43286	7.79852	280		001092	12	TO	001092	
6535272	Cossano Canavese	cossano-canavese	IT	10010	336	Europe/Rome	45.38776	7.99152	346		001095	12	TO	001095	
6535273	Fiorano Canavese	fiorano-canavese	IT	10010	828	Europe/Rome	45.46776	7.83372	256		001105	12	TO	001105	
6535274	Givoletto	givoletto	IT	10040	3557	Europe/Rome	45.16225	7.49642	398		001116	12	TO	001116	
6535275	Grosso	grosso	IT	10070	818	Europe/Rome	45.25645	7.55732	394		001119	12	TO	001119	
6535276	Pratiglione	pratiglione	IT	10080	323	Europe/Rome	45.35275	7.59602	611		001207	12	TO	001207	
6535277	Ribordone	ribordone	IT	10080	84	Europe/Rome	45.43255	7.50231			001212	12	TO	001212	
6535278	Salerano Canavese	salerano-canavese	IT	10010	446	Europe/Rome	45.45806	7.85112	247		001233	12	TO	001233	
6535279	San Didero	san-didero	IT	10050	529	Europe/Rome	45.13544	7.21301	430		001239	12	TO	001239	
6535280	San Germano Chisone	san-germano-chisone	IT	10065	1474	Europe/Rome	44.90204	7.23662	500		001242	12	TO	001242	
6535281	Pila	pila	IT	13020	114	Europe/Rome	45.76997	8.08122			002096	12	VC	002096	
6535282	Rossa	rossa	IT	13020	185	Europe/Rome	45.83327	8.12432			002121	12	VC	002121	
6535283	Salasco	salasco	IT	13040	229	Europe/Rome	45.32556	8.26423		Salasch	002126	12	VC	002126	
6535284	Bogogno	bogogno	IT	28010	978	Europe/Rome	45.66307	8.53473	278		003021	12	NO	003021	
6535285	Briona	briona	IT	28072	1018	Europe/Rome	45.54247	8.47973	205		003027	12	NO	003027	
6535286	Colazza	colazza	IT	28010	434	Europe/Rome	45.79257	8.50033	517		003051	12	NO	003051	
6535287	Comignago	comignago	IT	28060	752	Europe/Rome	45.71487	8.56403	268		003052	12	NO	003052	
6535288	Soriso	soriso	IT	28010	704	Europe/Rome	45.74037	8.40952	452		003140	12	NO	003140	
6535289	Veruno	veruno	IT	28013	1025	Europe/Rome	45.68887	8.52863	357		003157	12	NO	003157	
6535290	Aisone	aisone	IT	12010	222	Europe/Rome	44.31392	7.21963	834		004002	12	CN	004002	
6535291	Albaretto della Torre	albaretto-della-torre	IT	12050	254	Europe/Rome	44.59624	8.06464			004004	12	CN	004004	
6535292	Succivo	succivo	IT	81030	6850	Europe/Rome	40.96801	14.25563			061090	04	CE	061090	
6535293	Pietraroja	pietraroja	IT	82030	667	Europe/Rome	41.34782	14.54963			062051	04	BN	062051	
6535294	Sant'Angelo a Cupolo	sant-angelo-a-cupolo	IT	82010	4185	Europe/Rome	41.06912	14.80374			062071	04	BN	062071	
6535295	Casamicciola Terme	casamicciola-terme	IT	80074	8011	Europe/Rome	40.7466	13.91202	43		063019	04	NA	063019	
6535296	Castello di Cisterna	castello-di-cisterna	IT	80030	7187	Europe/Rome	40.91379	14.40598	34		063025	04	NA	063025	
6535297	San Vitaliano	san-vitaliano	IT	80030	6072	Europe/Rome	40.92442	14.47463	30		063075	04	NA	063075	
6535298	Scisciano	scisciano	IT	80030	4209	Europe/Rome	40.90663	14.47451	31		063077	04	NA	063077	
6535299	Cassano Irpino	cassano-irpino	IT	83040	955	Europe/Rome	40.87042	15.02595			064021	04	AV	064021	
6535300	Cesinali	cesinali	IT	83020	2299	Europe/Rome	40.89712	14.82774			064026	04	AV	064026	
6535301	Moschiano	moschiano	IT	83020	1658	Europe/Rome	40.87311	14.65594			064064	04	AV	064064	
6535302	Sant'Angelo all'Esca	sant-angelo-all-esca	IT	83050	942	Europe/Rome	41.00662	14.99304			064090	04	AV	064090	
6535303	Sperone	sperone	IT	83020	3185	Europe/Rome	40.95251	14.60524			064103	04	AV	064103	
6535304	Cagnano Amiterno	cagnano-amiterno	IT	67012	330	Europe/Rome	42.45744	13.22789	841		066013	01	AQ	066013	
6535305	Villa Sant'Angelo	villa-sant-angelo	IT	67020	372	Europe/Rome	42.27043	13.5371	570		066105	01	AQ	066105	
6535306	Liscia	liscia	IT	66050	697	Europe/Rome	41.95524	14.55532	740		069049	01	CH	069049	
6535307	Tufara	tufara	IT	86010	845	Europe/Rome	41.48203	14.94654	420		070082	11	CB	070082	
6535308	Castelluccio dei Sauri	castelluccio-dei-sauri	IT	71025	1890	Europe/Rome	41.3046	15.47561	284		071015	13	FG	071015	
6535309	Binetto	binetto	IT	70020	1934	Europe/Rome	41.02343	16.70988			072008	13	BA	072008	
6535310	Poggiorsini	poggiorsini	IT	70020	1367	Europe/Rome	40.91403	16.25605	460		072034	13	BA	072034	
6535311	Brienza	brienza	IT	85050	2731	Europe/Rome	40.47751	15.62926	713		076013	02	PZ	076013	
6535312	Figline Vegliaturo	figline-vegliaturo	IT	87050	895	Europe/Rome	39.22519	16.3303	705		078053	03	CS	078053	
6535313	Santa Maria del Cedro	santa-maria-del-cedro	IT	87020	1512	Europe/Rome	39.7462	15.83638	110		078132	03	CS	078132	
6535314	Amato	amato	IT	88040	644	Europe/Rome	38.94179	16.4622	480		079004	03	CZ	079004	
6535315	Belcastro	belcastro	IT	88050	1155	Europe/Rome	39.01799	16.78641	495		079009	03	CZ	079009	
6535316	Feroleto Antico	feroleto-antico	IT	88040	344	Europe/Rome	38.96239	16.3878	280		079048	03	CZ	079048	
6535317	Jacurso	jacurso	IT	88020	536	Europe/Rome	38.84649	16.3798	441		079065	03	CZ	079065	
6535319	Sellia Marina	sellia-marina	IT	88050	3867	Europe/Rome	38.88599	16.74931	82		079127	03	CZ	079127	
6535320	Bova	bova	IT	89033	238	Europe/Rome	37.99507	15.9319	820		080011	03	RC	080011	
6535321	Furnari	furnari	IT	98054	3394	Europe/Rome	38.10436	15.12358			083028	15	ME	083028	
6535322	Gualtieri Sicaminò	gualtieri-sicamino	IT	98040	2018	Europe/Rome	38.16267	15.31699			083035	15	ME	083035	
6535323	Motta d'Affermo	motta-d-affermo	IT	98070	619	Europe/Rome	37.98096	14.30337	660		083059	15	ME	083059	
6535324	Roccafiorita	roccafiorita	IT	98030	254	Europe/Rome	37.93086	15.26739			083071	15	ME	083071	
6535325	Savoca	savoca	IT	98038	1675	Europe/Rome	37.95326	15.34009			083093	15	ME	083093	
6535326	Camporotondo Etneo	camporotondo-etneo	IT	95040	2831	Europe/Rome	37.56565	15.00319	445		087012	15	CT	087012	
6535327	San Pietro Clarenza	san-pietro-clarenza	IT	95030	6886	Europe/Rome	37.56885	15.02289	463		087044	15	CT	087044	
6535328	Valverde	valverde	IT	95028	4913	Europe/Rome	37.57695	15.12419	305		087052	15	CT	087052	
6535329	Mazzarrone	mazzarrone	IT	95040	3685	Europe/Rome	37.08834	14.56128			087056	15	CT	087056	
6535330	Ragalna	ragalna	IT	95030	3302	Europe/Rome	37.63455	14.94698	830		087058	15	CT	087058	
6535331	Desulo	desulo	IT	08032	2460	Europe/Rome	40.01462	9.23061	888		091016	14	NU	091016	
6535332	Villaperuccio	villaperuccio	IT	09010	911	Europe/Rome	39.11183	8.67004	68		107023	14	CI	107023	
6535333	Villa Sant'Antonio	villa-sant-antonio	IT	09080	364	Europe/Rome	39.85915	8.90153	249		095048	14	OR	095048	
6535334	Donato	donato	IT	13893	387	Europe/Rome	45.52626	7.90962	711		096024	12	BI	096024	
6535335	Magnano	magnano	IT	13887	376	Europe/Rome	45.46336	8.00302			096030	12	BI	096030	
6535336	Piatto	piatto	IT	13844	402	Europe/Rome	45.58986	8.13532	383		096043	12	BI	096043	
6535337	Ronco Biellese	ronco-biellese	IT	13845	1181	Europe/Rome	45.57846	8.09072	460		096053	12	BI	096053	
6535338	Sagliano Micca	sagliano-micca	IT	13816	1453	Europe/Rome	45.62576	8.04332	589		096056	12	BI	096056	
6535339	San Paolo Cervo	san-paolo-cervo	IT	13812	146	Europe/Rome	45.65326	8.01002			096060	12	BI	096060	
6535340	Sostegno	sostegno	IT	13868	614	Europe/Rome	45.65287	8.26982	397		096064	12	BI	096064	
6535341	Tavigliano	tavigliano	IT	13811	806	Europe/Rome	45.62206	8.05172	659		096066	12	BI	096066	
6535342	Valdengo	valdengo	IT	13855	1986	Europe/Rome	45.56706	8.13832	320		096071	12	BI	096071	
6535343	Villanova Biellese	villanova-biellese	IT	13877	196	Europe/Rome	45.48156	8.19432			096079	12	BI	096079	
6535344	Bulciago	bulciago	IT	23892	2733	Europe/Rome	45.75058	9.28534			097011	09	LC	097011	
6535345	Calco	calco	IT	23885	4039	Europe/Rome	45.72418	9.41255			097012	09	LC	097012	
6535346	Cassago Brianza	cassago-brianza	IT	23893	4068	Europe/Rome	45.73808	9.29344			097017	09	LC	097017	
6535347	Civate	civate	IT	23862	3846	Europe/Rome	45.82808	9.34294			097022	09	LC	097022	
6535348	Cortenova	cortenova	IT	23813	1254	Europe/Rome	46.00029	9.38454			097025	09	LC	097025	
6535349	Costa Masnaga	costa-masnaga	IT	23845	4385	Europe/Rome	45.76698	9.27774			097026	09	LC	097026	
6535350	Erve	erve	IT	23805	735	Europe/Rome	45.82158	9.45285			097034	09	LC	097034	
6535351	Garlate	garlate	IT	23852	2525	Europe/Rome	45.81208	9.39964			097038	09	LC	097038	
6535352	Imbersago	imbersago	IT	23898	1926	Europe/Rome	45.70588	9.44445			097039	09	LC	097039	
6535353	Parlasco	parlasco	IT	23837	146	Europe/Rome	46.01789	9.34494			097064	09	LC	097064	
6535354	Pasturo	pasturo	IT	23818	1756	Europe/Rome	45.95168	9.44414			097065	09	LC	097065	
6535355	Perego	perego	IT	23888	1586	Europe/Rome	45.73758	9.36295			097066	09	LC	097066	
6535356	Perledo	perledo	IT	23828	874	Europe/Rome	46.01738	9.29422	407		097067	09	LC	097067	
6535357	Pescate	pescate	IT	23855	1983	Europe/Rome	45.83348	9.39394			097068	09	LC	097068	
6535358	Rogeno	rogeno	IT	23849	2685	Europe/Rome	45.78238	9.27404			097072	09	LC	097072	
6535359	Santa Maria Hoè	santa-maria-hoe	IT	23889	1995	Europe/Rome	45.74428	9.37445			097074	09	LC	097074	
6535360	Sirtori	sirtori	IT	23896	2616	Europe/Rome	45.73658	9.33084			097076	09	LC	097076	
6535361	Suello	suello	IT	23867	1554	Europe/Rome	45.81678	9.31154			097078	09	LC	097078	
6535362	Valgreghentino	valgreghentino	IT	23857	3021	Europe/Rome	45.77928	9.41345			097082	09	LC	097082	
6535363	Verderio Inferiore	verderio-inferiore	IT	23879	2238	Europe/Rome	45.66558	9.43345			097087	09	LC	097087	
6535364	Verderio Superiore	verderio-superiore	IT	23878	2590	Europe/Rome	45.66778	9.44035			097088	09	LC	097088	
6535365	Casaletto Lodigiano	casaletto-lodigiano	IT	26852	1959	Europe/Rome	45.30701	9.36121			098008	09	LO	098008	
6535366	Cervignano d'Adda	cervignano-d-adda	IT	26832	1560	Europe/Rome	45.37387	9.42405			098018	09	LO	098018	
6535367	Graffignana	graffignana	IT	26813	2523	Europe/Rome	45.20647	9.45436			098028	09	LO	098028	
6535368	Mairago	mairago	IT	26825	1054	Europe/Rome	45.25177	9.57836			098034	09	LO	098034	
6535369	Ospedaletto Lodigiano	ospedaletto-lodigiano	IT	26864	1582	Europe/Rome	45.16877	9.57866			098043	09	LO	098043	
6535370	Pieve Fissiraga	pieve-fissiraga	IT	26854	1304	Europe/Rome	45.26327	9.45836			098045	09	LO	098045	
6535371	San Martino in Strada	san-martino-in-strada	IT	26817	3417	Europe/Rome	45.27497	9.52636			098048	09	LO	098048	
6535372	Sordio	sordio	IT	26858	2327	Europe/Rome	45.34217	9.36385			098055	09	LO	098055	
6535373	Valera Fratta	valera-fratta	IT	26859	1208	Europe/Rome	45.25717	9.33615			098059	09	LO	098059	
6535374	Villanova del Sillaro	villanova-del-sillaro	IT	26818	1317	Europe/Rome	45.23797	9.48186		Villanova del Sillaro	098060	09	LO	098060	
6535375	Montegridolfo	montegridolfo	IT	47837	930	Europe/Rome	43.85826	12.68995			099009	05	RN	099009	
6535376	Castelsilano	castelsilano	IT	88834	991	Europe/Rome	39.2691	16.7674	900		101005	03	KR	101005	
6535377	Filandari	filandari	IT	89841	307	Europe/Rome	38.61508	16.0314	486		102012	03	VV	102012	
6535378	Stefanaconi	stefanaconi	IT	89843	2466	Europe/Rome	38.67788	16.1242	365		102043	03	VV	102043	
6535379	Arizzano	arizzano	IT	28811	2033	Europe/Rome	45.95738	8.58292	458		103003	12	VB	103003	
6535380	Aurano	aurano	IT	28812	118	Europe/Rome	46.00038	8.58822			103005	12	VB	103005	
6535381	Cambiasca	cambiasca	IT	28814	1149	Europe/Rome	45.96238	8.54462	290		103015	12	VB	103015	
6535382	Quarna Sotto	quarna-sotto	IT	28896	420	Europe/Rome	45.86917	8.36332	802		103059	12	VB	103059	
6535383	Seppiana	seppiana	IT	28846	182	Europe/Rome	46.05828	8.21662			103063	12	VB	103063	
6535384	Vignone	vignone	IT	28819	919	Europe/Rome	45.96118	8.56372	330		103074	12	VB	103074	
6535385	Villette	villette	IT	28856	264	Europe/Rome	46.13188	8.53422	807		103076	12	VB	103076	
6535386	Bibiana	bibiana	IT	10060	2360	Europe/Rome	44.79894	7.28822	406		001025	12	TO	001025	
6535387	Bruzolo	bruzolo	IT	10050	1483	Europe/Rome	45.13964	7.19841	455		001040	12	TO	001040	
6535388	Cafasse	cafasse	IT	10070	2328	Europe/Rome	45.24865	7.51882	395		001046	12	TO	001046	
6535389	Castagnole Piemonte	castagnole-piemonte	IT	10060	1847	Europe/Rome	44.89814	7.56612	244		001065	12	TO	001065	
6535390	Castiglione Torinese	castiglione-torinese	IT	10090	5131	Europe/Rome	45.11905	7.80712	216		001068	12	TO	001068	
6535391	Chianocco	chianocco	IT	10050	224	Europe/Rome	45.14854	7.16981	550		001076	12	TO	001076	
6535392	Chiaverano	chiaverano	IT	10010	1396	Europe/Rome	45.49886	7.90262	450		001077	12	TO	001077	
6535393	Frossasco	frossasco	IT	10060	2464	Europe/Rome	44.93304	7.35002	376		001110	12	TO	001110	
6535394	Garzigliana	garzigliana	IT	10060	275	Europe/Rome	44.83724	7.37442	314		001111	12	TO	001111	
6535395	Giaglione	giaglione	IT	10050	563	Europe/Rome	45.13919	7.01534	771		001114	12	TO	001114	
6535396	Gravere	gravere	IT	10050	608	Europe/Rome	45.12534	7.01751	821		001117	12	TO	001117	
6535397	Isolabella	isolabella	IT	10046	382	Europe/Rome	44.90645	7.90903	256		001123	12	TO	001123	
6535398	Issiglio	issiglio	IT	10080	337	Europe/Rome	45.44626	7.75322	485		001124	12	TO	001124	
6535399	La Cassa	la-cassa	IT	10040	1312	Europe/Rome	45.18035	7.51632	374		001126	12	TO	001126	
6535400	Levone	levone	IT	10070	415	Europe/Rome	45.31665	7.60632	353		001133	12	TO	001133	
6535401	Lugnacco	lugnacco	IT	10039	265	Europe/Rome	45.44506	7.78212	600		001138	12	TO	001138	
6535402	Lusigliè	lusiglie	IT	10080	536	Europe/Rome	45.31845	7.76462			001141	12	TO	001141	
6535403	Macello	macello	IT	10060	513	Europe/Rome	44.85114	7.39802	301		001142	12	TO	001142	
6535404	Mattie	mattie	IT	10050	627	Europe/Rome	45.11814	7.11511	730		001147	12	TO	001147	
6535405	Meugliano	meugliano	IT	10089	109	Europe/Rome	45.49026	7.77942			001151	12	TO	001151	
6535406	Mombello di Torino	mombello-di-torino	IT	10020	278	Europe/Rome	45.04575	7.92083	336		001153	12	TO	001153	
6535407	Monastero di Lanzo	monastero-di-lanzo	IT	10070	428	Europe/Rome	45.30185	7.43971			001155	12	TO	001155	
6535408	Moncenisio	moncenisio	IT	10050	46	Europe/Rome	45.20404	6.9846			001157	12	TO	001157	
6535409	Montaldo Torinese	montaldo-torinese	IT	10020	408	Europe/Rome	45.06535	7.85023	375		001158	12	TO	001158	
6535410	Pecco	pecco	IT	10039	224	Europe/Rome	45.45206	7.77742			001182	12	TO	001182	
6535411	Perosa Canavese	perosa-canavese	IT	10010	484	Europe/Rome	45.39706	7.83082	265		001185	12	TO	001185	
6535412	Pertusio	pertusio	IT	10080	526	Europe/Rome	45.35565	7.64152	364		001187	12	TO	001187	
6535413	Piobesi Torinese	piobesi-torinese	IT	10040	3241	Europe/Rome	44.93294	7.61012	233		001193	12	TO	001193	
6535414	Piscina	piscina	IT	10060	2710	Europe/Rome	44.91874	7.42532	288		001195	12	TO	001195	
6535415	Piverone	piverone	IT	10010	908	Europe/Rome	45.44557	8.00745	295		001196	12	TO	001196	
6535416	Porte	porte	IT	10060	611	Europe/Rome	44.88714	7.26982	436		001200	12	TO	001200	
6535417	Rivarossa	rivarossa	IT	10040	919	Europe/Rome	45.24954	7.71953	286		001218	12	TO	001218	
6535418	Roletto	roletto	IT	10060	734	Europe/Rome	44.92444	7.33232	412		001222	12	TO	001222	
6535419	Rorà	rora	IT	10060	259	Europe/Rome	44.79214	7.19902			001226	12	TO	001226	
6535420	Rosta	rosta	IT	10090	4391	Europe/Rome	45.06794	7.46512	399		001228	12	TO	001228	
6535421	Rueglio	rueglio	IT	10010	557	Europe/Rome	45.46826	7.75462	675		001230	12	TO	001230	
6535422	San Carlo Canavese	san-carlo-canavese	IT	10070	3011	Europe/Rome	45.24455	7.60572	370		001237	12	TO	001237	
6535423	San Colombano Belmonte	san-colombano-belmonte	IT	10080	361	Europe/Rome	45.38225	7.62102			001238	12	TO	001238	
6535424	Strambinello	strambinello	IT	10010	214	Europe/Rome	45.42306	7.76992	356		001268	12	TO	001268	
6535425	Usseaux	usseaux	IT	10060	191	Europe/Rome	45.04894	7.02851		Usseauso	001281	12	TO	001281	
6535426	Vallo Torinese	vallo-torinese	IT	10070	748	Europe/Rome	45.22355	7.49632	508		001286	12	TO	001286	
6535427	Villanova Canavese	villanova-canavese	IT	10070	1001	Europe/Rome	45.24355	7.55212	380		001301	12	TO	001301	
6535428	Vische	vische	IT	10030	1057	Europe/Rome	45.33566	7.94482	243		001311	12	TO	001311	
6535429	Asigliano Vercellese	asigliano-vercellese	IT	13032	1355	Europe/Rome	45.26146	8.40853	127		002007	12	VC	002007	
6535430	Caresanablot	caresanablot	IT	13030	1115	Europe/Rome	45.35736	8.39203	135		002031	12	VC	002031	
6535431	San Giacomo Vercellese	san-giacomo-vercellese	IT	13030	258	Europe/Rome	45.49816	8.32673	197		002035	12	VC	002035	
6535432	Cervatto	cervatto	IT	13025	49	Europe/Rome	45.88297	8.16232			002041	12	VC	002041	
6535433	Rassa	rassa	IT	13020	71	Europe/Rome	45.76821	8.01208			002110	12	VC	002110	
6535434	Riva Valdobbia	riva-valdobbia	IT	13021	230	Europe/Rome	45.83097	7.95661			002114	12	VC	002114	
6535435	Scopa	scopa	IT	13027	256	Europe/Rome	45.79297	8.11402	626		002134	12	VC	002134	
6535436	Vocca	vocca	IT	13020	139	Europe/Rome	45.83269	8.1958			002166	12	VC	002166	
6535437	Barengo	barengo	IT	28010	760	Europe/Rome	45.57597	8.51403	225		003012	12	NO	003012	
6535438	Boca	boca	IT	28010	776	Europe/Rome	45.67897	8.40873	389		003019	12	NO	003019	
6535439	Casalbeltrame	casalbeltrame	IT	28060	958	Europe/Rome	45.43806	8.46653	151		003037	12	NO	003037	
6535440	Cavaglietto	cavaglietto	IT	28010	320	Europe/Rome	45.60217	8.50213	233		003044	12	NO	003044	
6535441	Cavaglio d'Agogna	cavaglio-d-agogna	IT	28010	1282	Europe/Rome	45.61317	8.48613			003045	12	NO	003045	
6535442	Cureggio	cureggio	IT	28060	1630	Europe/Rome	45.67487	8.45973	289		003058	12	NO	003058	
6535443	Dormelletto	dormelletto	IT	28040	2613	Europe/Rome	45.73627	8.56663	235		003062	12	NO	003062	
6535444	Gargallo	gargallo	IT	28010	1869	Europe/Rome	45.72877	8.42532	397		003070	12	NO	003070	
6535445	Maggiora	maggiora	IT	28014	1655	Europe/Rome	45.68937	8.42233	397		003088	12	NO	003088	
6535446	Mandello Vitta	mandello-vitta	IT	28060	220	Europe/Rome	45.49566	8.45983	175		003090	12	NO	003090	
6535447	Miasino	miasino	IT	28010	398	Europe/Rome	45.80197	8.42972	479		003098	12	NO	003098	
6535448	Nibbiola	nibbiola	IT	28070	755	Europe/Rome	45.37236	8.65674	133		003104	12	NO	003104	
6535449	Pisano	pisano	IT	28010	700	Europe/Rome	45.79567	8.51487	390		003119	12	NO	003119	
6535450	Alto	alto	IT	12070	104	Europe/Rome	44.10863	8.00215			004005	12	CN	004005	
6535451	Baldissero d'Alba	baldissero-d-alba	IT	12040	495	Europe/Rome	44.76184	7.90863	380		004010	12	CN	004010	
6535452	Barolo	barolo	IT	12060	428	Europe/Rome	44.61094	7.94284	301		004013	12	CN	004013	
6535453	Battifollo	battifollo	IT	12070	233	Europe/Rome	44.31983	8.01094	846		004015	12	CN	004015	
6535454	Canosio	canosio	IT	12020	93	Europe/Rome	44.45583	7.08272			004038	12	CN	004038	
6535455	Castelletto Stura	castelletto-stura	IT	12040	907	Europe/Rome	44.44383	7.63923	447		004049	12	CN	004049	
6535456	Castelnuovo di Ceva	castelnuovo-di-ceva	IT	12070	121	Europe/Rome	44.35364	8.12894			004054	12	CN	004054	
6535457	Cavallerleone	cavallerleone	IT	12030	485	Europe/Rome	44.74014	7.66393	270		004058	12	CN	004058	
6535458	Cerreto Langhe	cerreto-langhe	IT	12050	469	Europe/Rome	44.57484	8.09794			004063	12	CN	004063	
6535459	Cervasca	cervasca	IT	12010	1139	Europe/Rome	44.38093	7.47123	578		004064	12	CN	004064	
6535460	Clavesana	clavesana	IT	12060	868	Europe/Rome	44.48334	7.91084			004071	12	CN	004071	
6535461	Cossano Belbo	cossano-belbo	IT	12054	323	Europe/Rome	44.66884	8.19864	244		004074	12	CN	004074	
6535462	Farigliano	farigliano	IT	12060	1043	Europe/Rome	44.51204	7.91424	263		004086	12	CN	004086	
6535463	Frabosa Sottana	frabosa-sottana	IT	12083	1390	Europe/Rome	44.30233	7.79754			004091	12	CN	004091	
6535464	Guarene	guarene	IT	12050	756	Europe/Rome	44.74004	8.03514	360		004101	12	CN	004101	
6535465	Igliano	igliano	IT	12060	81	Europe/Rome	44.44294	8.01334			004102	12	CN	004102	
6535466	Lagnasco	lagnasco	IT	12030	1083	Europe/Rome	44.62504	7.55483	353		004104	12	CN	004104	
6535467	Lequio Berria	lequio-berria	IT	12050	524	Europe/Rome	44.60584	8.09814			004106	12	CN	004106	
6535468	Macra	macra	IT	12020	61	Europe/Rome	44.50013	7.17952			004112	12	CN	004112	
6535469	Marmora	marmora	IT	12020	99	Europe/Rome	44.45833	7.09402			004119	12	CN	004119	
6535470	Marsaglia	marsaglia	IT	12060	316	Europe/Rome	44.45284	7.97994			004120	12	CN	004120	
6535471	Monasterolo di Savigliano	monasterolo-di-savigliano	IT	12030	1071	Europe/Rome	44.68634	7.61953	291		004128	12	CN	004128	
6535472	Montaldo Roero	montaldo-roero	IT	12040	253	Europe/Rome	44.76834	7.92483	378		004135	12	CN	004135	
6535473	Montanera	montanera	IT	12040	493	Europe/Rome	44.46223	7.66563	427		004136	12	CN	004136	
6535474	Neviglie	neviglie	IT	12050	419	Europe/Rome	44.69194	8.11684			004149	12	CN	004149	
6535475	Oncino	oncino	IT	12030	102	Europe/Rome	44.67683	7.19032			004154	12	CN	004154	
6535476	Pagno	pagno	IT	12030	392	Europe/Rome	44.61173	7.42572	362		004158	12	CN	004158	
6535477	Pezzolo Valle Uzzone	pezzolo-valle-uzzone	IT	12070	370	Europe/Rome	44.53874	8.19394			004164	12	CN	004164	
6535478	Piozzo	piozzo	IT	12060	480	Europe/Rome	44.51384	7.89254	327		004169	12	CN	004169	
6535479	Priocca	priocca	IT	12040	1668	Europe/Rome	44.78624	8.06424	253		004176	12	CN	004176	
6535480	Prunetto	prunetto	IT	12077	492	Europe/Rome	44.48894	8.14374			004178	12	CN	004178	
6535481	Rifreddo	rifreddo	IT	12030	770	Europe/Rome	44.65073	7.34642	433		004181	12	CN	004181	
6535482	Roaschia	roaschia	IT	12010	166	Europe/Rome	44.27023	7.45573			004183	12	CN	004183	
6535483	Roburent	roburent	IT	12080	565	Europe/Rome	44.30633	7.89224			004186	12	CN	004186	
6535484	Rocca Cigliè	rocca-ciglie	IT	12060	157	Europe/Rome	44.44524	7.95094			004188	12	CN	004188	
6535485	Roccasparvera	roccasparvera	IT	12010	410	Europe/Rome	44.34213	7.44153	674		004191	12	CN	004191	
6535486	Sale San Giovanni	sale-san-giovanni	IT	12070	193	Europe/Rome	44.39914	8.07794			004200	12	CN	004200	
6535487	Santo Stefano Roero	santo-stefano-roero	IT	12040	1236	Europe/Rome	44.78844	7.94093			004214	12	CN	004214	
6535488	Serralunga d'Alba	serralunga-d-alba	IT	12050	491	Europe/Rome	44.61004	7.99944			004218	12	CN	004218	
6535489	Somano	somano	IT	12060	386	Europe/Rome	44.53534	8.00784			004221	12	CN	004221	
6535490	Torresina	torresina	IT	12070	67	Europe/Rome	44.43364	8.03674			004229	12	CN	004229	
6535491	Treiso	treiso	IT	12050	293	Europe/Rome	44.68974	8.08814	410		004230	12	CN	004230	
6535492	Trezzo Tinella	trezzo-tinella	IT	12050	356	Europe/Rome	44.67704	8.10754			004231	12	CN	004231	
6535493	Valmala	valmala	IT	12022	56	Europe/Rome	44.54423	7.34602			004236	12	CN	004236	
6535494	Vicoforte	vicoforte	IT	12080	2130	Europe/Rome	44.36393	7.86264	598		004242	12	CN	004242	
6535495	Villanova Solaro	villanova-solaro	IT	12030	552	Europe/Rome	44.72994	7.57443	268		004246	12	CN	004246	
6535496	Vottignasco	vottignasco	IT	12020	267	Europe/Rome	44.56413	7.57913	380		004250	12	CN	004250	
6535497	Aramengo	aramengo	IT	14020	604	Europe/Rome	45.10085	8.00003			005004	12	AT	005004	
6535498	Azzano d'Asti	azzano-d-asti	IT	14030	304	Europe/Rome	44.87345	8.26684	216		005006	12	AT	005006	
6535499	Buttigliera d'Asti	buttigliera-d-asti	IT	14021	1677	Europe/Rome	45.02175	7.95103	299		005012	12	AT	005012	
6535500	Calosso	calosso	IT	14052	224	Europe/Rome	44.73994	8.22714	399		005015	12	AT	005015	
6535501	Castelnuovo Belbo	castelnuovo-belbo	IT	14043	681	Europe/Rome	44.8011	8.41236	122		005029	12	AT	005029	
6535502	Castel Rocchero	castel-rocchero	IT	14044	246	Europe/Rome	44.71835	8.41534	414		005032	12	AT	005032	
6535503	Celle Enomondo	celle-enomondo	IT	14010	318	Europe/Rome	44.85685	8.12374	234		005034	12	AT	005034	
6535504	Cerreto d'Asti	cerreto-d-asti	IT	14020	241	Europe/Rome	45.05215	8.03513			005035	12	AT	005035	
6535505	Cerro Tanaro	cerro-tanaro	IT	14030	615	Europe/Rome	44.87335	8.35874	109		005036	12	AT	005036	
6535506	Chiusano d'Asti	chiusano-d-asti	IT	14025	254	Europe/Rome	44.98665	8.11853			005038	12	AT	005038	
6535507	Frinco	frinco	IT	14030	690	Europe/Rome	45.00405	8.17193			005055	12	AT	005055	
6535508	Grana	grana	IT	14031	615	Europe/Rome	44.99835	8.29944	289		005056	12	AT	005056	
6535509	Loazzolo	loazzolo	IT	14051	380	Europe/Rome	44.66904	8.25844			005060	12	AT	005060	
6535510	Moasca	moasca	IT	14050	401	Europe/Rome	44.76355	8.27834			005063	12	AT	005063	
6535511	Moransengo	moransengo	IT	14023	230	Europe/Rome	45.11485	8.02523			005079	12	AT	005079	
6535512	Olmo Gentile	olmo-gentile	IT	14050	104	Europe/Rome	44.58574	8.24694			005081	12	AT	005081	
6535513	Penango	penango	IT	14030	538	Europe/Rome	45.03295	8.25174			005083	12	AT	005083	
6535514	Pino d'Asti	pino-d-asti	IT	14020	211	Europe/Rome	45.05745	7.98623	412		005085	12	AT	005085	
6535515	Portacomaro	portacomaro	IT	14037	855	Europe/Rome	44.95665	8.25804	232		005087	12	AT	005087	
6535516	Revigliasco d'Asti	revigliasco-d-asti	IT	14010	451	Europe/Rome	44.85755	8.16044	203		005090	12	AT	005090	
6535517	Roccaverano	roccaverano	IT	14050	529	Europe/Rome	44.59224	8.27214			005094	12	AT	005094	
6535518	Rocchetta Palafea	rocchetta-palafea	IT	14042	406	Europe/Rome	44.70744	8.34534			005095	12	AT	005095	
6535519	Rocchetta Tanaro	rocchetta-tanaro	IT	14030	987	Europe/Rome	44.85865	8.34564	107		005096	12	AT	005096	
6535520	San Giorgio Scarampi	san-giorgio-scarampi	IT	14059	140	Europe/Rome	44.61094	8.24244			005098	12	AT	005098	
6535521	San Marzano Oliveto	san-marzano-oliveto	IT	14050	221	Europe/Rome	44.75445	8.29534	301		005100	12	AT	005100	
6535522	Scurzolengo	scurzolengo	IT	14030	415	Europe/Rome	44.96485	8.27914	253		005103	12	AT	005103	
6535523	Sessame	sessame	IT	14058	285	Europe/Rome	44.67064	8.33684			005105	12	AT	005105	
6535524	Settime	settime	IT	14020	449	Europe/Rome	44.96175	8.11433	272		005106	12	AT	005106	
6535525	Tonengo	tonengo	IT	14023	192	Europe/Rome	45.11765	8.00213			005110	12	AT	005110	
6535526	Viale	viale	IT	14010	225	Europe/Rome	45.00015	8.04993	261		005114	12	AT	005114	
6535527	Vigliano d'Asti	vigliano-d-asti	IT	14040	230	Europe/Rome	44.83405	8.22914	279		005116	12	AT	005116	
6535528	Albera Ligure	albera-ligure	IT	15060	357	Europe/Rome	44.70235	9.06616			006002	12	AL	006002	
6535529	Alzano Scrivia	alzano-scrivia	IT	15050	327	Europe/Rome	45.01806	8.88065	77		006008	12	AL	006008	
6535530	Basaluzzo	basaluzzo	IT	15060	1891	Europe/Rome	44.76885	8.70485	149		006012	12	AL	006012	
6535531	Camagna Monferrato	camagna-monferrato	IT	15030	405	Europe/Rome	45.01765	8.42974	261		006026	12	AL	006026	
6535532	Carbonara Scrivia	carbonara-scrivia	IT	15050	542	Europe/Rome	44.84915	8.86975	177		006030	12	AL	006030	
6535533	Carentino	carentino	IT	15026	285	Europe/Rome	44.82885	8.47134	160		006031	12	AL	006031	
6535534	Carrega Ligure	carrega-ligure	IT	15060	119	Europe/Rome	44.61879	9.17564			006034	12	AL	006034	
6535535	Cartosio	cartosio	IT	15015	362	Europe/Rome	44.59024	8.42065	230		006036	12	AL	006036	
6535536	Castellania	castellania	IT	15051	95	Europe/Rome	44.79845	8.93035			006045	12	AL	006045	
6535537	Castelletto d'Erro	castelletto-d-erro	IT	15010	153	Europe/Rome	44.62624	8.39364			006048	12	AL	006048	
6535538	Castelletto d'Orba	castelletto-d-orba	IT	15060	1252	Europe/Rome	44.68455	8.70395	200		006049	12	AL	006049	
6535539	Castelletto Monferrato	castelletto-monferrato	IT	15040	852	Europe/Rome	44.98115	8.56454	197		006051	12	AL	006051	
6535540	Cavatore	cavatore	IT	15010	310	Europe/Rome	44.63034	8.45425			006055	12	AL	006055	
6535541	Cerreto Grue	cerreto-grue	IT	15050	201	Europe/Rome	44.84255	8.93035	251		006058	12	AL	006058	
6535542	Denice	denice	IT	15010	204	Europe/Rome	44.59884	8.33314			006065	12	AL	006065	
6535543	Dernice	dernice	IT	15056	249	Europe/Rome	44.76655	9.05036			006066	12	AL	006066	
6535544	Garbagna	garbagna	IT	15050	428	Europe/Rome	44.78045	8.99786	287		006079	12	AL	006079	
6535545	Gremiasco	gremiasco	IT	15056	361	Europe/Rome	44.79625	9.10686			006083	12	AL	006083	
6535546	Grognardo	grognardo	IT	15010	321	Europe/Rome	44.63034	8.49265			006084	12	AL	006084	
6535547	Melazzo	melazzo	IT	15010	276	Europe/Rome	44.64394	8.42495	254		006092	12	AL	006092	
6535548	Merana	merana	IT	15010	185	Europe/Rome	44.51884	8.29824			006093	12	AL	006093	
6535549	Monleale	monleale	IT	15059	634	Europe/Rome	44.88436	8.97395			006101	12	AL	006101	
6535550	Montaldo Bormida	montaldo-bormida	IT	15010	413	Europe/Rome	44.68265	8.58785	334		006104	12	AL	006104	
6535551	Montecastello	montecastello	IT	15040	264	Europe/Rome	44.94945	8.68575	116		006105	12	AL	006105	
6535552	Mornese	mornese	IT	15075	520	Europe/Rome	44.63925	8.75615	380		006111	12	AL	006111	
6535553	Ispani	ispani	IT	84050	1015	Europe/Rome	40.0873	15.55827			065059	04	SA	065059	
6535554	Pareto	pareto	IT	15010	688	Europe/Rome	44.51644	8.38185			006125	12	AL	006125	
6535555	Parodi Ligure	parodi-ligure	IT	15060	721	Europe/Rome	44.66975	8.75865			006126	12	AL	006126	
6535556	Pasturana	pasturana	IT	15060	903	Europe/Rome	44.75085	8.74925	214		006127	12	AL	006127	
6535557	Prasco	prasco	IT	15010	534	Europe/Rome	44.63924	8.55195			006139	12	AL	006139	
6535558	Crevoladossola	crevoladossola	IT	28865	4216	Europe/Rome	46.14858	8.29742	375		103025	12	VB	103025	
6535559	Germagno	germagno	IT	28887	204	Europe/Rome	45.89257	8.38772			103032	12	VB	103032	
6535560	Loreglia	loreglia	IT	28893	283	Europe/Rome	45.90687	8.37132			103038	12	VB	103038	
6535561	Romallo	romallo	IT	38028	591	Europe/Rome	46.39721	11.06617	733		022154	17	TN	022154	
6535562	Samone	samone	IT	38059	461	Europe/Rome	46.08161	11.52259	673		022165	17	TN	022165	
6535563	San Lorenzo in Banale	san-lorenzo-in-banale	IT	38078	1109	Europe/Rome	46.0766	10.90847	758		022166	17	TN	022166	
6535564	Scurelle	scurelle	IT	38050	1199	Europe/Rome	46.06451	11.50569	375		022171	17	TN	022171	
6535565	Spera	spera	IT	38059	476	Europe/Rome	46.07031	11.50899	553		022178	17	TN	022178	
6535566	Spiazzo	spiazzo	IT	38088	1243	Europe/Rome	46.1036	10.73937	645		022179	17	TN	022179	
6535567	Strembo	strembo	IT	38080	523	Europe/Rome	46.1203	10.75087	714		022184	17	TN	022184	
6535568	Telve di Sopra	telve-di-sopra	IT	38050	564	Europe/Rome	46.07131	11.47179	650		022189	17	TN	022189	
6535569	Terres	terres	IT	38093	307	Europe/Rome	46.30991	11.02307	593		022194	17	TN	022194	
6535570	Valda	valda	IT	38092	214	Europe/Rome	46.20721	11.26488	795		022208	17	TN	022208	
6535571	Villa Rendena	villa-rendena	IT	38094	397	Europe/Rome	46.0617	10.71107	608		022223	17	TN	022223	
6535572	Caldiero	caldiero	IT	37042	5743	Europe/Rome	45.41439	11.17739	44		023017	20	VR	023017	
6535573	Cazzano di Tramigna	cazzano-di-tramigna	IT	37030	851	Europe/Rome	45.47309	11.20289	100		023024	20	VR	023024	
6535574	Isola Rizza	isola-rizza	IT	37050	2387	Europe/Rome	45.29228	11.199	23		023041	20	VR	023041	
6535575	Mezzane di Sotto	mezzane-di-sotto	IT	37030	973	Europe/Rome	45.48199	11.12729	122		023047	20	VR	023047	
6535576	Roverchiara	roverchiara	IT	37050	1390	Europe/Rome	45.26798	11.2451	20		023065	20	VR	023065	
6535577	San Pietro di Morubio	san-pietro-di-morubio	IT	37050	1332	Europe/Rome	45.24248	11.227	19		023075	20	VR	023075	
6535578	Sorgà	sorga	IT	37060	2980	Europe/Rome	45.21328	10.97989			023084	20	VR	023084	
6535579	Velo Veronese	velo-veronese	IT	37030	245	Europe/Rome	45.60669	11.09519	1087		023090	20	VR	023090	
6535580	Cartigliano	cartigliano	IT	36050	3218	Europe/Rome	45.713	11.6956	85		024025	20	VI	024025	
6535581	Gambellara	gambellara	IT	36053	2639	Europe/Rome	45.45979	11.3401	70		024043	20	VI	024043	
6535582	Gambugliano	gambugliano	IT	36050	287	Europe/Rome	45.58799	11.4386	133		024044	20	VI	024044	
6535583	Laghi	laghi	IT	35013	128	Europe/Rome	45.8245	11.27249			024049	20	VI	024049	
6535584	Nogarole Vicentino	nogarole-vicentino	IT	36070	304	Europe/Rome	45.56019	11.28829	525		024072	20	VI	024072	
6535585	Rotzo	rotzo	IT	36010	503	Europe/Rome	45.8619	11.39619	939		024089	20	VI	024089	
6535586	San Germano dei Berici	san-germano-dei-berici	IT	36040	386	Europe/Rome	45.40179	11.4713	90		024092	20	VI	024092	
6535587	Sovizzo	sovizzo	IT	36050	3690	Europe/Rome	45.52669	11.4461	44		024103	20	VI	024103	
6535588	Zugliano	zugliano	IT	33050	3209	Europe/Rome	45.7298	11.524	154		024122	20	VI	024122	
6535589	Rocca Pietore	rocca-pietore	IT	32023	1451	Europe/Rome	46.43392	11.97679			025044	20	BL	025044	
6535590	Tambre	tambre	IT	32010	445	Europe/Rome	46.12632	12.41941	922		025060	20	BL	025060	
6535591	Boara Pisani	boara-pisani	IT	35040	1429	Europe/Rome	45.10808	11.78271	7		028012	20	PD	028012	
6535592	Cervarese Santa Croce	cervarese-santa-croce	IT	35030	1026	Europe/Rome	45.42439	11.6879	21		028030	20	PD	028030	
6535593	Masi	masi	IT	35040	1036	Europe/Rome	45.10888	11.4892	11		028049	20	PD	028049	
6535594	San Giorgio delle Pertiche	san-giorgio-delle-pertiche	IT	35010	7009	Europe/Rome	45.541	11.89401	22		028075	20	PD	028075	
6535595	Bagnolo di Po	bagnolo-di-po	IT	45022	532	Europe/Rome	45.01548	11.50091	7		029005	20	RO	029005	
6535596	Canda	canda	IT	45020	658	Europe/Rome	45.03608	11.50331	10		029010	20	RO	029010	
6535597	Majano	majano	IT	33030	5690	Europe/Rome	46.18752	13.06162	169		030053	06	UD	030053	
6535598	Treppo Carnico	treppo-carnico	IT	33020	555	Europe/Rome	46.53323	13.04292	671		030125	06	UD	030125	
6535599	Farra d'Isonzo	farra-d-isonzo	IT	34072	1360	Europe/Rome	45.90802	13.51654	46		031005	06	GO	031005	
6535600	San Pietro in Cerro	san-pietro-in-cerro	IT	29010	254	Europe/Rome	45.02137	9.94987	44		033041	05	PC	033041	
6535601	Zerba	zerba	IT	29020	140	Europe/Rome	44.66615	9.28716			033047	05	PC	033047	
6535602	San Possidonio	san-possidonio	IT	41039	3129	Europe/Rome	44.89377	11.0013	20		036038	05	MO	036038	
6535603	Predappio	predappio	IT	47016	2760	Europe/Rome	44.10316	11.98413	133		040032	05	FC	040032	
6535604	Cartoceto	cartoceto	IT	61030	380	Europe/Rome	43.76566	12.88346	235		041010	10	PU	041010	
6535605	Mercatino Conca	mercatino-conca	IT	61013	902	Europe/Rome	43.87016	12.49115	275		041026	10	PU	041026	
6535606	Monte Porzio	monte-porzio	IT	61040	1208	Europe/Rome	43.69116	13.04686	105		041038	10	PU	041038	
6535607	Serrungarina	serrungarina	IT	61030	2200	Europe/Rome	43.74666	12.87486			041062	10	PU	041062	
6535608	Barbara	barbara	IT	60010	953	Europe/Rome	43.58036	13.02736	219		042004	10	AN	042004	
6535609	Castelleone di Suasa	castelleone-di-suasa	IT	60010	1177	Europe/Rome	43.60816	12.97796	206		042011	10	AN	042011	
6535610	Poggio San Marcello	poggio-san-marcello	IT	60030	442	Europe/Rome	43.51116	13.07367	385		042037	10	AN	042037	
6535611	Force	force	IT	63086	722	Europe/Rome	42.96095	13.48768	689		044021	10	AP	044021	
6535612	Monteleone di Fermo	monteleone-di-fermo	IT	63841	209	Europe/Rome	43.04785	13.52948	427		109019	10	FM	109019	
6535613	Filattiera	filattiera	IT	54023	830	Europe/Rome	44.33005	9.93308	213		045006	16	MS	045006	
6535614	Careggine	careggine	IT	55030	294	Europe/Rome	44.11995	10.3254	882		046008	16	LU	046008	
6535615	Fosciandora	fosciandora	IT	55020	670	Europe/Rome	44.11495	10.4585			046014	16	LU	046014	
6535616	Vergemoli	vergemoli	IT	55020	391	Europe/Rome	44.05135	10.3848				16	LU	046036	
6535617	Villa Collemandina	villa-collemandina	IT	55030	1400	Europe/Rome	44.15855	10.3976			046035	16	LU	046035	
6535618	Orciano Pisano	orciano-pisano	IT	56040	416	Europe/Rome	43.49444	10.51151	122		050023	16	PI	050023	
6535619	Semproniano	semproniano	IT	58055	487	Europe/Rome	42.72923	11.54134	601		053028	16	GR	053028	
6535620	Lisciano Niccone	lisciano-niccone	IT	06060	317	Europe/Rome	43.24684	12.14305	314		054025	18	PG	054025	
6535621	Villa San Giovanni in Tuscia	villa-san-giovanni-in-tuscia	IT	01010	1251	Europe/Rome	42.27882	12.05346	329		056046	07	VT	056046	
6535622	Montenero Sabino	montenero-sabino	IT	02040	345	Europe/Rome	42.28123	12.81358			057042	07	RI	057042	
6535623	Campodimele	campodimele	IT	04020	733	Europe/Rome	41.38822	13.53081			059003	07	LT	059003	
6535624	Torre Cajetani	torre-cajetani	IT	03010	1279	Europe/Rome	41.78672	13.2652			060078	07	FR	060078	
6535625	Trivigliano	trivigliano	IT	03010	1430	Europe/Rome	41.77572	13.2723			060081	07	FR	060081	
6535626	Carinaro	carinaro	IT	81032	6356	Europe/Rome	40.98291	14.21963			061016	04	CE	061016	
6535627	Castello del Matese	castello-del-matese	IT	81016	1476	Europe/Rome	41.36672	14.37773			061025	04	CE	061025	
6535628	Curti	curti	IT	81040	7073	Europe/Rome	41.07616	14.28039	40		061032	04	CE	061032	
6535629	Piana di Monte Verna	piana-di-monte-verna	IT	81013	2523	Europe/Rome	41.16712	14.33373			061056	04	CE	061056	
6535630	Villa di Briano	villa-di-briano	IT	81030	5703	Europe/Rome	41.00001	14.16073			061098	04	CE	061098	
6535631	Falciano del Massico	falciano-del-massico	IT	81030	3866	Europe/Rome	41.16271	13.94812			061101	04	CE	061101	
6535632	Casapesenna	casapesenna	IT	81030	6629	Europe/Rome	40.99151	14.13613			061103	04	CE	061103	
6535633	Calvi	calvi	IT	82018	2348	Europe/Rome	41.07162	14.86524			062012	04	BN	062012	
6535634	San Nazzaro	san-nazzaro	IT	82018	805	Europe/Rome	41.05172	14.85724			062066	04	BN	062066	
6535635	San Nicola Manfredi	san-nicola-manfredi	IT	82010	3226	Europe/Rome	41.07412	14.82494			062067	04	BN	062067	
6535636	Carbonara di Nola	carbonara-di-nola	IT	80030	2025	Europe/Rome	40.87441	14.57884			063015	04	NA	063015	
6535637	Massa di Somma	massa-di-somma	IT	80040	5573	Europe/Rome	40.84551	14.37513	166		063092	04	NA	063092	
6535638	Montella	montella	IT	83048	7770	Europe/Rome	40.84372	15.01785			064057	04	AV	064057	
6535639	Pago del Vallo di Lauro	pago-del-vallo-di-lauro	IT	83020	1728	Europe/Rome	40.89721	14.60764			064068	04	AV	064068	
6535640	Roccabascerana	roccabascerana	IT	83016	2333	Europe/Rome	41.01842	14.71684			064078	04	AV	064078	
6535641	Tufo	tufo	IT	83010	951	Europe/Rome	41.01262	14.81784			064113	04	AV	064113	
6535642	Vallesaccarda	vallesaccarda	IT	83050	1486	Europe/Rome	41.06312	15.25205			064115	04	AV	064115	
6535643	Felitto	felitto	IT	84055	1393	Europe/Rome	40.37351	15.24306			065051	04	SA	065051	
6535644	Bugnara	bugnara	IT	67030	776	Europe/Rome	42.02383	13.86141	580		066012	01	AQ	066012	
6535645	Morino	morino	IT	67050	594	Europe/Rome	41.86442	13.457	443		066057	01	AQ	066057	
6535646	Rivisondoli	rivisondoli	IT	67036	647	Europe/Rome	41.87023	14.06671	1320		066078	01	AQ	066078	
6535647	Castel Castagna	castel-castagna	IT	64030	539	Europe/Rome	42.54294	13.7164			067010	01	TE	067010	
6535648	Roccamorice	roccamorice	IT	65020	388	Europe/Rome	42.21274	14.02531	520		068034	01	PE	068034	
6535650	Palmoli	palmoli	IT	66050	676	Europe/Rome	41.93944	14.58142	711		069061	01	CH	069061	
6535651	Rocca San Giovanni	rocca-san-giovanni	IT	66020	666	Europe/Rome	42.24604	14.46162	155		069074	01	CH	069074	
6535652	Castro	castro	IT	24063	2557	Europe/Rome	40.00702	18.42573			075096	13	LE	075096	
6535653	Gagliato	gagliato	IT	88060	437	Europe/Rome	38.67578	16.4606	450		079055	03	CZ	079055	
6535654	Settingiano	settingiano	IT	88040	1040	Europe/Rome	38.91139	16.5139	270		079131	03	CZ	079131	
6535655	Campo Calabro	campo-calabro	IT	89052	4003	Europe/Rome	38.21607	15.65919	138		080018	03	RC	080018	
6535656	Maropati	maropati	IT	89020	993	Europe/Rome	38.44178	16.0975	239		080046	03	RC	080046	
6535657	Oppido Mamertina	oppido-mamertina	IT	89014	3525	Europe/Rome	38.29337	15.9839	321		080055	03	RC	080055	
6535658	Riace	riace	IT	89040	585	Europe/Rome	38.41828	16.48121	300		080064	03	RC	080064	
6535659	San Pietro di Caridà	san-pietro-di-carida	IT	89020	1715	Europe/Rome	38.52368	16.1353			080075	03	RC	080075	
6535660	Sant'Agata del Bianco	sant-agata-del-bianco	IT	89030	630	Europe/Rome	38.09242	16.08251	405		080079	03	RC	080079	
6535661	Buseto Palizzolo	buseto-palizzolo	IT	91012	2573	Europe/Rome	38.03221	12.71889	249		081002	15	TP	081002	
6535662	Trappeto	trappeto	IT	90040	2916	Europe/Rome	38.06875	13.03794	28		082074	15	PA	082074	
6535663	Blufi	blufi	IT	90020	826	Europe/Rome	37.75205	14.07296	725		082082	15	PA	082082	
6535664	Alì Terme	ali-terme	IT	98021	2569	Europe/Rome	38.00506	15.42269			083003	15	ME	083003	
6535665	Graniti	graniti	IT	98036	1587	Europe/Rome	37.88986	15.22459			083034	15	ME	083034	
6535666	Limina	limina	IT	98030	1006	Europe/Rome	37.94076	15.27119			083040	15	ME	083040	
6535667	Pace del Mela	pace-del-mela	IT	98042	6117	Europe/Rome	38.17997	15.30628			083064	15	ME	083064	
6535668	Rometta	rometta	IT	54013	6307	Europe/Rome	38.17007	15.41429			083076	15	ME	083076	
6535670	Esporlatu	esporlatu	IT	07010	475	Europe/Rome	40.38456	8.98983			090028	14	SS	090028	
6535671	Viddalba	viddalba	IT	07030	1719	Europe/Rome	40.91259	8.89009			090082	14	SS	090082	
6535672	Golfo Aranci	golfo-aranci	IT	07020	1975	Europe/Rome	41.00648	9.61453	2		104011	14	OT	104011	
6535673	Budoni	budoni	IT	08020	1277	Europe/Rome	40.70467	9.70384	16		104009	14	OT	104009	
6535674	Villanova Tulo	villanova-tulo	IT	08030	1126	Europe/Rome	39.77995	9.21424	571		092122	14	CA	092122	
6535675	Ollastra	ollastra	IT	09088	1233	Europe/Rome	39.95095	8.73423	23		095037	14	OR	095037	
6535676	Casapinta	casapinta	IT	13866	415	Europe/Rome	45.61566	8.19592	432		096014	12	BI	096014	
6535677	Castelletto Cervo	castelletto-cervo	IT	13851	858	Europe/Rome	45.52136	8.22542			096015	12	BI	096015	
6535678	Dorzano	dorzano	IT	13881	420	Europe/Rome	45.42606	8.09852	296		096025	12	BI	096025	
6535679	Gifflenga	gifflenga	IT	13874	111	Europe/Rome	45.49306	8.23223			096027	12	BI	096027	
6535680	Miagliano	miagliano	IT	13816	628	Europe/Rome	45.61346	8.04472	520		096034	12	BI	096034	
6535681	Muzzano	muzzano	IT	13895	472	Europe/Rome	45.56076	7.98892	565		096038	12	BI	096038	
6535682	Ponderano	ponderano	IT	13875	3622	Europe/Rome	45.53846	8.05592	357		096047	12	BI	096047	
6535683	Quaregna	quaregna	IT	13854	1276	Europe/Rome	45.58116	8.16372	260		096051	12	BI	096051	
6535684	Roppolo	roppolo	IT	13883	530	Europe/Rome	45.42056	8.06972	307		096054	12	BI	096054	
6535685	Rosazza	rosazza	IT	13815	89	Europe/Rome	45.67576	7.97712			096055	12	BI	096055	
6535686	Ternengo	ternengo	IT	13844	251	Europe/Rome	45.58896	8.11372	425		096067	12	BI	096067	
6535687	Viverone	viverone	IT	13886	1110	Europe/Rome	45.42726	8.04942	287		096080	12	BI	096080	
6535688	Zubiena	zubiena	IT	13888	345	Europe/Rome	45.49266	7.99552	492		096082	12	BI	096082	
6535689	Zumaglia	zumaglia	IT	13848	690	Europe/Rome	45.59386	8.08942	573		096083	12	BI	096083	
6535690	Barzago	barzago	IT	23890	2451	Europe/Rome	45.75548	9.31424			097005	09	LC	097005	
6535691	Barzio	barzio	IT	23816	1292	Europe/Rome	45.94348	9.46694			097007	09	LC	097007	
6535692	Cassina Valsassina	cassina-valsassina	IT	23817	457	Europe/Rome	45.93208	9.47894			097018	09	LC	097018	
6535693	Cernusco Lombardone	cernusco-lombardone	IT	23870	3540	Europe/Rome	45.69088	9.39925			097020	09	LC	097020	
6535694	Cesana Brianza	cesana-brianza	IT	23861	2265	Europe/Rome	45.81678	9.29954			097021	09	LC	097021	
6535695	Crandola Valsassina	crandola-valsassina	IT	23832	259	Europe/Rome	46.02329	9.37914			097027	09	LC	097027	
6535696	Cremella	cremella	IT	23894	1530	Europe/Rome	45.73858	9.30064			097028	09	LC	097028	
6535697	Dolzago	dolzago	IT	23843	2103	Europe/Rome	45.76698	9.33934			097031	09	LC	097031	
6535698	Ello	ello	IT	23848	1110	Europe/Rome	45.78568	9.36534			097033	09	LC	097033	
6535699	Introzzo	introzzo	IT	23835	137	Europe/Rome	46.08119	9.34094			097041	09	LC	097041	
6535700	Margno	margno	IT	23832	367	Europe/Rome	46.03099	9.38164			097047	09	LC	097047	
6535701	Montevecchia	montevecchia	IT	23874	2468	Europe/Rome	45.70548	9.38085			097053	09	LC	097053	
6535702	Primaluna	primaluna	IT	23819	1916	Europe/Rome	45.98379	9.43764			097070	09	LC	097070	
6535703	Sirone	sirone	IT	23844	2200	Europe/Rome	45.77268	9.32214			097075	09	LC	097075	
6535704	Vendrogno	vendrogno	IT	23838	328	Europe/Rome	46.03439	9.32944			097085	09	LC	097085	
6535705	Vestreno	vestreno	IT	23822	291	Europe/Rome	46.08329	9.32484			097089	09	LC	097089	
6535706	Viganò	vigano	IT	20083	1767	Europe/Rome	45.72468	9.32494			097090	09	LC	097090	
6535707	Abbadia Cerreto	abbadia-cerreto	IT	26834	276	Europe/Rome	45.31217	9.59416			098001	09	LO	098001	
6535708	Borgo San Giovanni	borgo-san-giovanni	IT	26851	1596	Europe/Rome	45.27787	9.43496			098005	09	LO	098005	
6535709	Caselle Landi	caselle-landi	IT	26842	1766	Europe/Rome	45.10257	9.79557			098011	09	LO	098011	
6535710	Cornovecchio	cornovecchio	IT	26842	219	Europe/Rome	45.13667	9.79937			098023	09	LO	098023	
6535711	Galgagnano	galgagnano	IT	26832	675	Europe/Rome	45.35797	9.44536			098027	09	LO	098027	
6535712	Livraga	livraga	IT	26814	2508	Europe/Rome	45.19227	9.54646			098030	09	LO	098030	
6535713	Maccastorna	maccastorna	IT	26843	64	Europe/Rome	45.14667	9.85457			098033	09	LO	098033	
6535714	Marudo	marudo	IT	26866	1167	Europe/Rome	45.25297	9.37716			098036	09	LO	098036	
6535715	Massalengo	massalengo	IT	26815	3207	Europe/Rome	45.26497	9.49016			098037	09	LO	098037	
6535716	Merlino	merlino	IT	26833	1264	Europe/Rome	45.43337	9.42985			098039	09	LO	098039	
6535717	Mulazzano	mulazzano	IT	26837	4808	Europe/Rome	45.37237	9.39765			098041	09	LO	098041	
6535718	Salerano sul Lambro	salerano-sul-lambro	IT	26857	2214	Europe/Rome	45.29657	9.38516			098046	09	LO	098046	
6535719	San Rocco al Porto	san-rocco-al-porto	IT	26865	3249	Europe/Rome	45.08197	9.69716			098049	09	LO	098049	
6535720	Santo Stefano Lodigiano	santo-stefano-lodigiano	IT	26849	1793	Europe/Rome	45.11857	9.73527			098051	09	LO	098051	
6535721	Somaglia	somaglia	IT	26867	3202	Europe/Rome	45.14947	9.63346			098054	09	LO	098054	
6535722	Mondaino	mondaino	IT	47836	929	Europe/Rome	43.85796	12.66845	400		099006	05	RN	099006	
6535723	Monte Colombo	monte-colombo	IT	47854	1951	Europe/Rome	43.92016	12.55235			099007	05	RN	099007	
6535724	Brognaturo	brognaturo	IT	89822	659	Europe/Rome	38.60128	16.3414	755		102004	03	VV	102004	
6535725	Joppolo	joppolo	IT	89863	750	Europe/Rome	38.58338	15.89709	177		102018	03	VV	102018	
6535726	Zungri	zungri	IT	89867	1741	Europe/Rome	38.65668	15.98409	554		102050	03	VV	102050	
6535727	Bee	bee	IT	28813	585	Europe/Rome	45.96328	8.57542	591		103009	12	VB	103009	
6535728	Caprezzo	caprezzo	IT	28815	177	Europe/Rome	45.98198	8.56282			103018	12	VB	103018	
6535729	Ceppo Morelli	ceppo-morelli	IT	28875	396	Europe/Rome	45.97114	8.06688			103021	12	VB	103021	
6535730	Cossogno	cossogno	IT	28801	497	Europe/Rome	45.96408	8.50962	398		103023	12	VB	103023	
6535731	Gurro	gurro	IT	28828	229	Europe/Rome	46.08498	8.56772	812		103036	12	VB	103036	
6535732	Intragna	intragna	IT	28816	125	Europe/Rome	45.99468	8.57392			103037	12	VB	103037	
6535733	Massiola	massiola	IT	28895	173	Europe/Rome	45.91247	8.32012			103043	12	VB	103043	
6535734	Montecrestese	montecrestese	IT	28864	1209	Europe/Rome	46.16448	8.32622			103046	12	VB	103046	
6535735	Nonio	nonio	IT	28891	439	Europe/Rome	45.84577	8.37752	476		103048	12	VB	103048	
6535736	Premia	premia	IT	28866	376	Europe/Rome	46.26807	8.3383	800		103056	12	VB	103056	
6535737	Toceno	toceno	IT	28858	745	Europe/Rome	46.14468	8.46902	907		103065	12	VB	103065	
6535738	Trasquera	trasquera	IT	28868	279	Europe/Rome	46.21338	8.21271			103067	12	VB	103067	
6535739	Trontano	trontano	IT	28859	465	Europe/Rome	46.12248	8.33322	520		103068	12	VB	103068	
6535741	Letino	letino	IT	81010	783	Europe/Rome	41.45302	14.25542			061044	04	CE	061044	
6535742	Pastorano	pastorano	IT	81050	2454	Europe/Rome	41.18082	14.19822			061055	04	CE	061055	
6535743	Coreglia Ligure	coreglia-ligure	IT	16040	256	Europe/Rome	44.38775	9.26097			010019	08	GE	010019	
6535744	Casciago	casciago	IT	21020	4019	Europe/Rome	45.83248	8.78333			012038	09	VA	012038	
6535745	Cassano Valcuvia	cassano-valcuvia	IT	21030	541	Europe/Rome	45.93238	8.76843			012041	09	VA	012041	
6535746	Bene Lario	bene-lario	IT	22010	310	Europe/Rome	46.02898	9.18414			013021	09	CO	013021	
6535747	Binago	binago	IT	22070	4233	Europe/Rome	45.78218	8.92234			013023	09	CO	013023	
6535748	Cabiate	cabiate	IT	22060	6769	Europe/Rome	45.67418	9.17374			013035	09	CO	013035	
6535749	Cagno	cagno	IT	22043	1865	Europe/Rome	45.81108	8.91734			013038	09	CO	013038	
6535750	Ramponio Verna	ramponio-verna	IT	22020	403	Europe/Rome	45.99698	9.06633			013194	09	CO	013194	
6535751	Rodero	rodero	IT	22070	1073	Europe/Rome	45.82398	8.91523			013197	09	CO	013197	
6535752	Ronago	ronago	IT	22027	1498	Europe/Rome	45.83228	8.98364			013199	09	CO	013199	
6535753	San Fedele Intelvi	san-fedele-intelvi	IT	22028	1491	Europe/Rome	45.96768	9.08074			013205	09	CO	013205	
6535754	Senna Comasco	senna-comasco	IT	22070	2766	Europe/Rome	45.76298	9.11104			013212	09	CO	013212	
6535755	Sorico	sorico	IT	22010	1204	Europe/Rome	46.17259	9.38404			013216	09	CO	013216	
6535756	Tavernerio	tavernerio	IT	22038	5357	Europe/Rome	45.80068	9.14054			013222	09	CO	013222	
6535757	Turate	turate	IT	22078	7851	Europe/Rome	45.65727	9.00424			013227	09	CO	013227	
6535758	Valmorea	valmorea	IT	22070	2553	Europe/Rome	45.81518	8.93064			013232	09	CO	013232	
6535759	Vercana	vercana	IT	22013	730	Europe/Rome	46.15949	9.33514			013239	09	CO	013239	
6535760	Zelbio	zelbio	IT	22020	195	Europe/Rome	45.90458	9.18054			013246	09	CO	013246	
6535761	Andalo Valtellino	andalo-valtellino	IT	23014	548	Europe/Rome	46.13599	9.47384			014003	09	SO	014003	
6535762	Caiolo	caiolo	IT	23010	956	Europe/Rome	46.14999	9.81455			014011	09	SO	014011	
6535763	Civo	civo	IT	23010	1026	Europe/Rome	46.15419	9.56064			014022	09	SO	014022	
6535764	Colorina	colorina	IT	23010	1453	Europe/Rome	46.15369	9.72935			014023	09	SO	014023	
6535765	Lanzada	lanzada	IT	23020	1440	Europe/Rome	46.2693	9.86925			014036	09	SO	014036	
6535766	Lovero	lovero	IT	23030	635	Europe/Rome	46.2314	10.22856			014038	09	SO	014038	
6535767	Noviglio	noviglio	IT	20082	3025	Europe/Rome	45.35907	9.05215			015158	09	MI	015158	
6535768	Caponago	caponago	IT	20867	4524	Europe/Rome	45.56648	9.37585			108052	09	MB	108052	
6535769	Cerro al Lambro	cerro-al-lambro	IT	20070	4348	Europe/Rome	45.32997	9.33905			015071	09	MI	015071	
6535770	Cusago	cusago	IT	20047	3046	Europe/Rome	45.44997	9.03744			015097	09	MI	015097	
6535771	Blello	blello	IT	24010	94	Europe/Rome	45.83778	9.57105			016027	09	BG	016027	
6535772	Pregnana Milanese	pregnana-milanese	IT	20006	5985	Europe/Rome	45.51597	9.00704			015179	09	MI	015179	
6535773	Bracca	bracca	IT	24010	755	Europe/Rome	45.82358	9.70875			016035	09	BG	016035	
6535774	Branzi	branzi	IT	24010	761	Europe/Rome	46.00249	9.75935			016036	09	BG	016036	
6535775	Brembate di Sopra	brembate-di-sopra	IT	24030	6741	Europe/Rome	45.71668	9.57945			016038	09	BG	016038	
6535776	Castel Rozzone	castel-rozzone	IT	24040	2545	Europe/Rome	45.55228	9.61986			016063	09	BG	016063	
6535777	Torre Pallavicina	torre-pallavicina	IT	24050	1063	Europe/Rome	45.44638	9.87706			016217	09	BG	016217	
6535778	Onore	onore	IT	24020	717	Europe/Rome	45.89159	10.01076			016149	09	BG	016149	
6535779	Osio Sopra	osio-sopra	IT	24040	4077	Europe/Rome	45.62908	9.58465			016152	09	BG	016152	
6535780	Pagazzano	pagazzano	IT	24040	1859	Europe/Rome	45.53428	9.67116			016154	09	BG	016154	
6535781	Paladina	paladina	IT	24030	3319	Europe/Rome	45.73068	9.60585			016155	09	BG	016155	
6535783	Pontirolo Nuovo	pontirolo-nuovo	IT	24040	4241	Europe/Rome	45.56918	9.56935			016172	09	BG	016172	
6535784	Pradalunga	pradalunga	IT	24020	4179	Europe/Rome	45.74588	9.78226			016173	09	BG	016173	
6535785	Ranica	ranica	IT	24020	5820	Europe/Rome	45.72328	9.71335			016178	09	BG	016178	
6535786	Solza	solza	IT	24030	1429	Europe/Rome	45.67868	9.49075			016251	09	BG	016251	
6535787	Azzano Mella	azzano-mella	IT	25020	1859	Europe/Rome	45.45458	10.11717			017008	09	BS	017008	
6535788	Ono San Pietro	ono-san-pietro	IT	25040	933	Europe/Rome	46.0169	10.32836			017124	09	BS	017124	
6535789	Paitone	paitone	IT	25080	1658	Europe/Rome	45.55208	10.40227			017132	09	BS	017132	
6535790	Cecima	cecima	IT	27050	276	Europe/Rome	44.85066	9.08036			018042	09	PV	018042	
6535791	Ceranova	ceranova	IT	27010	1151	Europe/Rome	45.26027	9.24315			018043	09	PV	018043	
6535792	Ceretto Lomellina	ceretto-lomellina	IT	27030	211	Europe/Rome	45.24496	8.67244			018044	09	PV	018044	
6535793	Cigognola	cigognola	IT	27040	1367	Europe/Rome	45.03276	9.24486			018049	09	PV	018049	
6535794	Cura Carpignano	cura-carpignano	IT	27010	2145	Europe/Rome	45.21246	9.25565			018060	09	PV	018060	
6535795	Galliavola	galliavola	IT	27034	232	Europe/Rome	45.09756	8.81885			018066	09	PV	018066	
6535796	Ruino	ruino	IT	27061	811	Europe/Rome	44.92726	9.27478			018132	09	PV	018132	
6535797	Pizzale	pizzale	IT	27050	640	Europe/Rome	45.03856	9.04995			018116	09	PV	018116	
6535798	Rea	rea	IT	27040	498	Europe/Rome	45.11336	9.15465			018119	09	PV	018119	
6535799	Imer	imer	IT	38050	1114	Europe/Rome	46.14931	11.78919	670		022097	17	TN	022097	
6535800	Ivano-Fracena	ivano-fracena	IT	38059	329	Europe/Rome	46.05731	11.52939	452		022099	17	TN	022099	
6535801	Nave San Rocco	nave-san-rocco	IT	38097	1061	Europe/Rome	46.16771	11.10508	207		022126	17	TN	022126	
6535802	Pieve di Ledro	pieve-di-ledro	IT	38060	361	Europe/Rome	45.88848	10.73124	660		022229	17	TN	022229	
6535803	Pomarolo	pomarolo	IT	38060	2004	Europe/Rome	45.9281	11.04308	206		022144	17	TN	022144	
6535804	Praso	praso	IT	38091	309	Europe/Rome	45.95	10.63627	785		022146	17	TN	022146	
6535805	Prezzo	prezzo	IT	38085	208	Europe/Rome	45.9347	10.63297	664		022149	17	TN	022149	
6535806	Banchette	banchette	IT	10010	3273	Europe/Rome	45.45356	7.85632	266		001020	12	TO	001020	
6535807	Barone Canavese	barone-canavese	IT	10010	547	Europe/Rome	45.32576	7.87342	325		001023	12	TO	001023	
6535808	Lombriasco	lombriasco	IT	10040	1007	Europe/Rome	44.84094	7.63592	241		001136	12	TO	001136	
6535809	Lusernetta	lusernetta	IT	10060	287	Europe/Rome	44.80314	7.24672	507	Lusernetta,Lusernëtta,Luzerneta	001140	12	TO	001140	
6535810	Maglione	maglione	IT	10030	429	Europe/Rome	45.34666	8.01332	310		001143	12	TO	001143	
6535811	Marentino	marentino	IT	10020	754	Europe/Rome	45.05368	7.87609	383		001144	12	TO	001144	
6535812	Meana di Susa	meana-di-susa	IT	10050	666	Europe/Rome	45.12204	7.06471	681		001149	12	TO	001149	
6535813	Mezzenile	mezzenile	IT	10070	610	Europe/Rome	45.29485	7.39561	710		001152	12	TO	001152	
6535814	Osasco	osasco	IT	10060	645	Europe/Rome	44.84944	7.34302	343		001173	12	TO	001173	
6535815	Osasio	osasio	IT	10040	856	Europe/Rome	44.87144	7.60802	241		001174	12	TO	001174	
6535816	San Pietro Val Lemina	san-pietro-val-lemina	IT	10060	1247	Europe/Rome	44.90654	7.31092	451		001250	12	TO	001250	
6535817	San Sebastiano da Po	san-sebastiano-da-po	IT	10020	549	Europe/Rome	45.16755	7.95723	175		001253	12	TO	001253	
6535818	San Secondo di Pinerolo	san-secondo-di-pinerolo	IT	10060	1447	Europe/Rome	44.86644	7.29842	413		001254	12	TO	001254	
6535819	Torrazza Piemonte	torrazza-piemonte	IT	10037	2741	Europe/Rome	45.21535	7.97673	197		001273	12	TO	001273	
6535820	Torre Canavese	torre-canavese	IT	10010	510	Europe/Rome	45.39206	7.75982	417		001274	12	TO	001274	
6535821	Trausella	trausella	IT	10089	139	Europe/Rome	45.48996	7.76312			001277	12	TO	001277	
6535822	Vaie	vaie	IT	10050	1450	Europe/Rome	45.10234	7.28941	381		001283	12	TO	001283	
6535823	Varisella	varisella	IT	10070	713	Europe/Rome	45.20835	7.48382	521		001289	12	TO	001289	
6535824	Vialfrè	vialfre	IT	10090	229	Europe/Rome	45.38076	7.81822			001296	12	TO	001296	
6535825	Vidracco	vidracco	IT	10080	321	Europe/Rome	45.43066	7.75742	481		001298	12	TO	001298	
6535826	Villarbasse	villarbasse	IT	10090	2128	Europe/Rome	45.04514	7.46842	381		001302	12	TO	001302	
6535827	Villar Dora	villar-dora	IT	10040	2305	Europe/Rome	45.11465	7.38352	367		001303	12	TO	001303	
6535828	Civiasco	civiasco	IT	13010	231	Europe/Rome	45.80786	8.29386	716		002043	12	VC	002043	
6535829	Guardabosone	guardabosone	IT	13010	307	Europe/Rome	45.70187	8.24932	479		002066	12	VC	002066	
6535830	Moncrivello	moncrivello	IT	13040	1013	Europe/Rome	45.33236	7.99552	322		002079	12	VC	002079	
6535831	Garbagna Novarese	garbagna-novarese	IT	28070	1287	Europe/Rome	45.38876	8.66124	132		003069	12	NO	003069	
6535832	Gattico	gattico	IT	28013	2975	Europe/Rome	45.70717	8.52003	345		003071	12	NO	003071	
6535833	Massino Visconti	massino-visconti	IT	28040	959	Europe/Rome	45.82417	8.54133	465		003093	12	NO	003093	
6535834	Nebbiuno	nebbiuno	IT	28010	977	Europe/Rome	45.80774	8.52593	430		003103	12	NO	003103	
6535835	Oleggio Castello	oleggio-castello	IT	28040	1833	Europe/Rome	45.74887	8.52713	293		003109	12	NO	003109	
6535836	Pettenasco	pettenasco	IT	28028	1133	Europe/Rome	45.81657	8.40702	420		003116	12	NO	003116	
6535837	Arguello	arguello	IT	12050	174	Europe/Rome	44.58274	8.11084			004007	12	CN	004007	
6535838	Barbaresco	barbaresco	IT	12050	290	Europe/Rome	44.72324	8.08194	274		004011	12	CN	004011	
6535839	Bastia Mondovì	bastia-mondovi	IT	12060	624	Europe/Rome	44.44194	7.89444			004014	12	CN	004014	
6535840	Bergolo	bergolo	IT	12074	79	Europe/Rome	44.54784	8.18314			004021	12	CN	004021	
6535841	Bernezzo	bernezzo	IT	12010	1656	Europe/Rome	44.38533	7.43633	559		004022	12	CN	004022	
6535842	Bonvicino	bonvicino	IT	12060	119	Europe/Rome	44.50354	8.01754			004023	12	CN	004023	
6535843	Bosia	bosia	IT	12050	204	Europe/Rome	44.60244	8.14734			004026	12	CN	004026	
6535844	Brondello	brondello	IT	12030	349	Europe/Rome	44.60073	7.40592			004032	12	CN	004032	
6535845	Camo	camo	IT	12058	238	Europe/Rome	44.69504	8.19434			004036	12	CN	004036	
6535846	Caramagna Piemonte	caramagna-piemonte	IT	12030	2464	Europe/Rome	44.78224	7.73943	257		004041	12	CN	004041	
6535847	Cardè	carde	IT	12030	1069	Europe/Rome	44.74444	7.47762			004042	12	CN	004042	
6535848	Castellar	castellar	IT	12037	247	Europe/Rome	44.62123	7.43742			004048	12	CN	004048	
6535849	Castellinaldo	castellinaldo	IT	12050	711	Europe/Rome	44.77484	8.02974	285		004051	12	CN	004051	
6535850	Castellino Tanaro	castellino-tanaro	IT	12060	339	Europe/Rome	44.42784	7.98124			004052	12	CN	004052	
6535851	Castiglione Falletto	castiglione-falletto	IT	12060	228	Europe/Rome	44.62254	7.97534	350		004055	12	CN	004055	
6535852	Castiglione Tinella	castiglione-tinella	IT	12053	877	Europe/Rome	44.72534	8.19014			004056	12	CN	004056	
6535853	Grinzane Cavour	grinzane-cavour	IT	12060	1812	Europe/Rome	44.65334	7.99504			004100	12	CN	004100	
6535854	Ceresole Alba	ceresole-alba	IT	12040	1321	Europe/Rome	44.79974	7.82243	291		004062	12	CN	004062	
6535855	Cigliè	ciglie	IT	12060	188	Europe/Rome	44.43654	7.92654			004069	12	CN	004069	
6535856	Cissone	cissone	IT	12050	100	Europe/Rome	44.56314	8.03044			004070	12	CN	004070	
6535857	Corneliano d'Alba	corneliano-d-alba	IT	12040	1692	Europe/Rome	44.73614	7.95723	204		004072	12	CN	004072	
6535858	Faule	faule	IT	12030	447	Europe/Rome	44.80624	7.58512	246		004087	12	CN	004087	
6535859	Feisoglio	feisoglio	IT	12050	250	Europe/Rome	44.54374	8.10494	706		004088	12	CN	004088	
6535860	Gottasecca	gottasecca	IT	12070	188	Europe/Rome	44.46014	8.16754			004098	12	CN	004098	
6535861	Govone	govone	IT	12040	813	Europe/Rome	44.80444	8.09404	301		004099	12	CN	004099	
6535862	Isasca	isasca	IT	12020	112	Europe/Rome	44.58763	7.38162			004103	12	CN	004103	
6535863	Lequio Tanaro	lequio-tanaro	IT	12060	418	Europe/Rome	44.55994	7.88214	328		004107	12	CN	004107	
6535864	Lisio	lisio	IT	12070	248	Europe/Rome	44.30713	7.97874			004111	12	CN	004111	
6535865	Mosso	mosso	IT	13835	1802	Europe/Rome	45.65007	8.13762			096084	12	BI	096084	
6535866	Spadola	spadola	IT	89822	770	Europe/Rome	38.60378	16.337	754		102041	03	VV	102041	
6535867	Cavagnolo	cavagnolo	IT	10020	2281	Europe/Rome	45.15175	8.04903			001069	12	TO	001069	
6543905	Castel Trosino	castel-trosino	IT	63100	20	Europe/Rome	42.82236	13.55152	418			10	AP	044007	
6543979	Corsano	corsano	IT	53014	0	Europe/Rome	43.22187	11.33522				16	SI	052017	
6543981	albare'	albare	IT	37010	0	Europe/Rome	45.56641	10.75204				20	VR	023030	
6543983	Albinia	albinia	IT	58010	2926	Europe/Rome	42.50278	11.21027	2			16	GR	053018	
6543985	Lippiano	lippiano	IT	06010	0	Europe/Rome	43.46144	12.1202				18	PG	054032	
6543986	Lucolena	lucolena	IT	50022	0	Europe/Rome	43.57729	11.39341				16	FI	048021	
6543990	Casalguidi	casalguidi	IT	51034	0	Europe/Rome	43.86937	10.91386				16	PT	047020	
6543999	cesi	cesi	IT	05100	0	Europe/Rome	42.61075	12.58452				18	TR	055032	
6544003	Ville di Corsano	ville-di-corsano	IT	53014	0	Europe/Rome	43.22252	11.33237				16	SI	052017	
6544004	fiano	fiano	IT	10070	0	Europe/Rome	43.93889	10.42557				16	LU	046022	
6544005	Gragnano	gragnano	IT	55010	0	Europe/Rome	43.8776	10.62549				16	LU	046007	
6544006	Panicale	panicale	IT	06064	0	Europe/Rome	43.90143	10.34454				16	LU	046005	
6544008	Piegaio	piegaio	IT	55064	0	Europe/Rome	43.95228	10.43292				16	LU	046022	
6544009	Sambuca	sambuca	IT	50028	0	Europe/Rome	43.57344	11.21407				16	FI	048045	
6544010	San Gennaro	san-gennaro	IT	55010	373	Europe/Rome	43.89887	10.63741	248			16	LU	046007	
6544011	Sant'Arcangelo	sant-arcangelo	IT	06063	967	Europe/Rome	43.08456	12.15907	286			18	PG	054026	
6544012	Varna	varna	IT	39040	0	Europe/Rome	43.56767	10.97767				16	FI	048020	
6544013	Villastrada	villastrada	IT	06061	295	Europe/Rome	43.04842	12.00916	354			18	PG	054009	
6544015	Torre	torre	IT	50054	0	Europe/Rome	43.9433	10.46596				16	LU	046004	
6544016	Colle di Compito	colle-di-compito	IT	55062	0	Europe/Rome	43.7763	10.60015				16	LU	046007	
6544018	Capezzano Pianore	capezzano-pianore	IT	55041	0	Europe/Rome	43.92938	10.26218				16	LU	046005	
6544019	Castellina Scalo	castellina-scalo	IT	53035	2437	Europe/Rome	43.40476	11.20908	192			16	SI	052016	
6544021	Civitella Del Lago	civitella-del-lago	IT	05023	0	Europe/Rome	42.71181	12.28241				18	TR	055007	
6544023	Pieve di Compito	pieve-di-compito	IT	55062	0	Europe/Rome	43.78307	10.55725				16	LU	046007	
6544024	Mercatale Val Di Pesa	mercatale-val-di-pesa	IT	50020	0	Europe/Rome	43.63677	11.2279				16	FI	048038	
6544025	San Concordio di Moriano	san-concordio-di-moriano	IT	55100	0	Europe/Rome	43.89475	10.50283				16	LU	046017	
6544027	Punta Ala	punta-ala	IT	58043	402	Europe/Rome	42.8034	10.75596	38			16	GR	053006	
6544028	Nozzano	nozzano	IT	55100	0	Europe/Rome	43.8349	10.41732				16	LU	046017	
6544029	Porto Cervo	porto-cervo	IT	07021	2050	Europe/Rome	41.14063	9.53267		Porto Chervo,Порто Черво		14	OT	104004	
6544031	Porto Rotondo	porto-rotondo	IT	07026	305	Europe/Rome	41.02753	9.54047	5			14	OT	104017	
6544033	San Leonardo	san-leonardo	IT	09075	0	Europe/Rome	43.79973	10.56771				16	LU	046007	
6544037	Vo' Vecchio	vo-vecchio	IT	35030	0	Europe/Rome	45.32704	11.61954				20	PD	028105	
6544038	Matraia	matraia	IT	55018	545	Europe/Rome	43.91255	10.57228	300			16	LU	046007	
6544040	Castro Marina	castro-marina	IT	73030	0	Europe/Rome	39.99798	18.41905				13	LE	075096	
6544041	Carignano	carignano	IT	10041	0	Europe/Rome	43.86569	10.457				16	LU	046017	
6544042	Guamo	guamo	IT	55060	0	Europe/Rome	43.81057	10.51706				16	LU	046007	
6544044	San Polo In Chianti	san-polo-in-chianti	IT	50022	0	Europe/Rome	43.6723	11.35939				16	FI	048021	
6544045	Segromigno in Monte	segromigno-in-monte	IT	55018	0	Europe/Rome	43.89408	10.59334				16	LU	046007	
6544048	Corsanico	corsanico	IT	55054	0	Europe/Rome	44.02939	10.17861				16	MS	045011	
6544052	Pieve a Elici	pieve-a-elici	IT	55054	249	Europe/Rome	43.8851	10.33593	176			16	LU	046018	
6544053	Ponte a Bozzone	ponte-a-bozzone	IT	53019	0	Europe/Rome	43.34872	11.37252				16	SI	052006	
6544054	Pontetetto	pontetetto	IT	55100	0	Europe/Rome	43.82292	10.49422				16	LU	046017	
6544056	Pietraviva	pietraviva	IT	52021	0	Europe/Rome	43.39457	11.58362				16	AR	051005	
6544059	Fulgatore	fulgatore	IT	91100	0	Europe/Rome	37.94977	12.69302				15	TP	081021	
6544060	La california	la-california	IT	57020	0	Europe/Rome	43.26938	10.54313				16	LI	049001	
6544061	Montalcinello	montalcinello	IT	53012	0	Europe/Rome	43.19757	11.07844				16	SI	052010	
6544062	Rigomagno	rigomagno	IT	53048	0	Europe/Rome	43.26182	11.69754				16	SI	052033	
6544065	Stiava	stiava	IT	55054	3109	Europe/Rome	43.8972	10.31798	12			16	LU	046018	
6544066	Tellaro	tellaro	IT	19032	0	Europe/Rome	44.05681	9.9458				08	SP	011016	
6544068	Vagliagli	vagliagli	IT	53019	0	Europe/Rome	43.42141	11.34837				16	SI	052006	
6544069	Iano	iano	IT	42019	0	Europe/Rome	43.5158	10.87782				16	FI	048027	
6544070	Vorno	vorno	IT	55060	0	Europe/Rome	43.78998	10.511				16	LU	046007	
6544071	Lucarelli	lucarelli	IT	53017	0	Europe/Rome	43.5183	11.31393				16	SI	052023	
6544077	Vitolini	vitolini	IT	50059	756	Europe/Rome	43.77943	10.95515	186			16	FI	048050	
6544078	Valsanzibio	valsanzibio	IT	35030	759	Europe/Rome	45.2935	11.72347	25			20	PD	028040	
6544079	Matraia	matraia	IT	55018	0	Europe/Rome	43.91255	10.57228				16	LU	046007	
6544081	Tregozzano	tregozzano	IT	52100	0	Europe/Rome	43.51251	11.89134				16	AR	051002	
6544082	Montegonzi	montegonzi	IT	52022	0	Europe/Rome	43.50065	11.4958				16	AR	051013	
6544084	Montuolo	montuolo	IT	55100	0	Europe/Rome	43.83934	10.44696				16	LU	046017	
6544085	Mutigliano	mutigliano	IT	55100	0	Europe/Rome	43.88441	10.47895				16	LU	046017	
6544086	Orentano	orentano	IT	56022	1676	Europe/Rome	43.77907	10.65939	27			16	PI	050009	
6544087	San Donato	san-donato	IT	12056	0	Europe/Rome	43.93512	10.48809				16	LU	046004	
6544089	Pedona	pedona	IT	55041	243	Europe/Rome	43.92268	10.29516	309			16	LU	046005	
6544091	Pievescola	pievescola	IT	53031	445	Europe/Rome	43.31128	11.13141	272			16	SI	052004	
6544092	Pomaia	pomaia	IT	56040	264	Europe/Rome	43.43374	10.56631	176			16	PI	050034	
6544095	Alberoro	alberoro	IT	52048	0	Europe/Rome	43.36689	11.80782				16	AR	051025	
6544097	Baia Sardinia	baia-sardinia	IT	07021	0	Europe/Rome	41.13938	9.48465				14	OT	104004	
6544098	Capriglia	capriglia	IT	55045	255	Europe/Rome	43.9704	10.23766	356			16	LU	046024	
6544478	Bellavista	bellavista	IT	00060	0	Europe/Rome	42.77953	11.07791				16	GR	053011	
6544537	Torri	torri	IT	18039	0	Europe/Rome	43.23326	11.22108				16	SI	052034	
6544540	Brenna	brenna	IT	22040	0	Europe/Rome	43.20424	11.23575				16	SI	052034	
6544553	Seggiano	seggiano	IT	20096	0	Europe/Rome	45.48818	9.32241	110			09	MI	015175	
6545021	Cornino	cornino	IT	33030	298	Europe/Rome	38.09235	12.66282	10			15	TP	081007	
6545116	Borgo	borgo	IT	12066	0	Europe/Rome	41.90202	12.46176				07	RM	058091	
6545118	Prati	prati	IT	19020	0	Europe/Rome	41.90943	12.46819				07	RM	058091	
6545143	Ponte	ponte	IT	82030	0	Europe/Rome	41.89966	12.46652				07	RM	058091	
6545147	Sant' Eustachio	sant-eustachio	IT	84085	0	Europe/Rome	41.89931	12.47721		San Eustacio		07	RM	058091	
6545148	Sant' Angelo	sant-angelo	IT	30036	0	Europe/Rome	41.89206	12.47867		Sant'Angelo,saint angelo,san angelo		07	RM	058091	
6545151	Pigna	pigna	IT	18037	0	Europe/Rome	41.89635	12.48463				07	RM	058091	
6545153	Colonna	colonna	IT	00030	0	Europe/Rome	41.90803	12.48854				07	RM	058091	
6545158	Trevi	trevi	IT	06039	0	Europe/Rome	41.90464	12.49176				07	RM	058091	
6545159	Monti	monti	IT	07020	0	Europe/Rome	41.89547	12.49939				07	RM	058091	
6545161	Ripa	ripa	IT	55047	0	Europe/Rome	41.88068	12.48073				07	RM	058091	
6545164	Testaccio	testaccio	IT	05035	0	Europe/Rome	41.86812	12.48163				07	RM	058091	
6545165	San Saba	san-saba	IT	98162	0	Europe/Rome	41.8764	12.49497				07	RM	058091	
6547115	Moncucco	moncucco	IT	20080	0	Europe/Rome	45.4396	9.16758				09	MI	015146	
6559422	Aci Trezza	aci-trezza	IT	95021	5000	Europe/Rome	37.56386	15.16136		Achi-Trecca,Ачи-Трецца		15	CT	087002	
6559427	Eraclea Mare	eraclea-mare	IT	30020	447	Europe/Rome	45.54969	12.76591	2			20	VE	027013	
6559429	Torre Dell'Orso	torre-dell-orso	IT	73026	0	Europe/Rome	40.2733	18.4258				13	LE	075043	
6559431	Porto San Paolo	porto-san-paolo	IT	07020	991	Europe/Rome	40.87541	9.62709	13			14	OT	104013	
6559432	Marina Di Modica	marina-di-modica	IT	97010	0	Europe/Rome	36.71646	14.78466				15	RG	088006	
6559433	Grado Pineta	grado-pineta	IT	34073	0	Europe/Rome	45.68143	13.42954				06	GO	031009	
6587741	Marina di Tortora	marina-di-tortora	IT	87020	0	Europe/Rome	39.95708	15.74034				02	PZ	076044	
6587744	San Menaio	san-menaio	IT	71018	0	Europe/Rome	41.93474	15.93756				13	FG	071059	
6588570	Campiglione	campiglione	IT	10060	0	Europe/Rome	44.1758	10.10143				16	MS	045007	
6589202	Gioviano	gioviano	IT	55023	0	Europe/Rome	44.0116	10.52701				16	LU	046004	
6589669	Custoza	custoza	IT	37066	812	Europe/Rome	45.37727	10.79664	125			20	VR	023082	
6589958	Tortoreto Lido	tortoreto-lido	IT	64018	6203	Europe/Rome	42.79956	13.94206	4			01	TE	067044	
6590362	Ischia Ponte	ischia-ponte	IT	80077	0	Europe/Rome	40.73194	13.95957				04	NA		
6597095	Preggio	preggio	IT	06019	0	Europe/Rome	43.24174	12.22374				18	PG	054056	
6604722	Tonnarella	tonnarella	IT	98054	0	Europe/Rome	38.12539	15.11348				15	ME	083028	
6615308	Castelnuovo d'Elsa	castelnuovo-d-elsa	IT	50051	545	Europe/Rome	43.63504	10.93768	122			16	FI	048010	
6615309	San Feliciano	san-feliciano	IT	06063	908	Europe/Rome	43.11778	12.16694	279			18	PG	054026	
6615310	Lecchi	lecchi	IT	53013	0	Europe/Rome	43.43641	11.40235				16	SI	052013	
6615312	Marina Velca	marina-velca	IT	01016	293	Europe/Rome	42.25844	11.69692	17			07	VT	056050	
6615389	Madonna delle Grazie	madonna-delle-grazie	IT	03010	0	Europe/Rome	42.74115	10.36723	0			16	LI	049004	
6615392	Bagnaia	bagnaia	IT	01100	231	Europe/Rome	42.8114	10.36371	3			16	LI	049016	
6615419	Mechel	mechel	IT	38023	487	Europe/Rome	46.34859	11.01826	788			17	TN	022062	
6615420	Caltron	caltron	IT	38023	0	Europe/Rome	46.37275	11.02718				17	TN	022062	
6615421	Maiano	maiano	IT	06049	0	Europe/Rome	46.36183	11.04225				17	TN	022062	
6615554	Nocchi	nocchi	IT	55041	513	Europe/Rome	43.92099	10.34495	110			16	LU	046005	
6617997	Groppo	groppo	IT	41020	0	Europe/Rome	44.11507	9.73689				08	SP	011024	
6617999	Poggio	poggio	IT	18038	241	Europe/Rome	42.78728	10.18347	330			16	LI	049010	
6618629	Vigo Cavedine	vigo-cavedine	IT	38073	1000	Europe/Rome	45.97841	10.98041	600			17	TN	022053	
6618631	Povo	povo	IT	38100	4689	Europe/Rome	46.06698	11.15503	398			17	TN	022205	
6618638	Ranzo	ranzo	IT	18020	394	Europe/Rome	46.06352	10.9423	739			17	TN	022215	
6620303	Candeli	candeli	IT	50012	0	Europe/Rome	43.76304	11.33695				16	FI	048001	
6620312	Torvaianica	torvaianica	IT	00071	17235	Europe/Rome	41.63431	12.44768	3			07	RM	058079	
6620316	Savelletri	savelletri	IT	72015	0	Europe/Rome	40.87458	17.4087		S.Velletri		13	BR	074007	
6620317	Torre Canne	torre-canne	IT	72015	0	Europe/Rome	40.83102	17.47547				13	BR	074007	
6620325	Covigliaio	covigliaio	IT	50033	0	Europe/Rome	44.13818	11.30622		Coviglialio		16	FI	048018	
6620342	Ospedaletto	ospedaletto	IT	05010	1043	Europe/Rome	45.50462	10.84212	120			20	VR	023058	
6620343	Bagni di Tabiano	bagni-di-tabiano	IT	43039	625	Europe/Rome	44.80778	10.02103	164			05	PR	034032	
6620505	Anghebeni	anghebeni	IT	38060	0	Europe/Rome	45.7953	11.10679	632			17	TN	022210	
6620507	Spino	spino	IT	24019	0	Europe/Rome	45.86035	11.0751	407			17	TN	022203	
6621000	Sant'Andrea	sant-andrea	IT	25038	0	Europe/Rome	40.2551	18.44456				13	LE	075043	
6621145	Castromediano	castromediano	IT	73020	0	Europe/Rome	40.32803	18.17877				13	LE	075020	
6621159	Torre Mozza	torre-mozza	IT	57025	0	Europe/Rome	39.86074	18.1616				13	LE	075090	
6621160	Fontanelle	fontanelle	IT	12012	0	Europe/Rome	39.87101	18.1465		Riva di Ugento		13	LE	075090	
6621376	Sant'Andrea Bonagia	sant-andrea-bonagia	IT	91019	807	Europe/Rome	38.06495	12.61604	35			15	TP	081022	
6621384	Sieci	sieci	IT	50065	0	Europe/Rome	43.78847	11.39445				16	FI	048033	
6621391	Montecatini Alto	montecatini-alto	IT	51016	435	Europe/Rome	43.89258	10.78971	290			16	PT	047011	
6621593	Klobenstein	klobenstein	IT	39054	0	Europe/Rome	46.53861	11.46552				17	BZ	021072	
6621598	Tanas	tanas	IT	39020	0	Europe/Rome	46.63954	10.66678				17	BZ	021042	
6621599	Tschengls	tschengls	IT	39020	0	Europe/Rome	46.61242	10.637		Cengles		17	BZ	021042	
6639617	Monticelli Terme	monticelli-terme	IT	43022	4345	Europe/Rome	44.72881	10.39444	96			05	PR	034023	
6639634	antria	antria	IT	52100	0	Europe/Rome	43.49946	11.9109				16	AR	051002	
6639635	Gavignano	gavignano	IT	00030	0	Europe/Rome	43.48361	11.16846				16	SI	052022	
6639636	Montemerlo	montemerlo	IT	35030	2224	Europe/Rome	45.38033	11.70815	18			20	PD	028030	
6639637	Sant'Antimo	sant-antimo	IT	80029	0	Europe/Rome	42.99963	11.51563				16	SI	052014	
6639960	Casciano	casciano	IT	53016	0	Europe/Rome	43.16437	11.32536				16	SI	052019	
6640307	Castelletto di Brenzone	castelletto-di-brenzone	IT	37010	0	Europe/Rome	45.68861	10.75115				20	VR	023014	
6690281	Panarea	panarea	IT	98050	241	Europe/Rome	38.63692	15.0753				15	ME	083041	
6690737	San Martino	san-martino	IT	15030	0	Europe/Rome	45.92536	10.89664	110			17	TN	022006	
6690931	San Vito	san-vito	IT	05035	0	Europe/Rome	42.32238	12.64925	246			07	RI	057012	
6690961	Poggio Mirteto Scalo	poggio-mirteto-scalo	IT	02047	817	Europe/Rome	42.25374	12.64007	30			07	RI	057053	
6690963	Aci San Filippo	aci-san-filippo	IT	95022	0	Europe/Rome	37.58734	15.14148				15	CT	087003	
6690965	San Nicolò	san-nicolo	IT	29010	0	Europe/Rome	37.57615	15.14113				15	CT	087003	
6690966	Vampolieri	vampolieri	IT	95022	0	Europe/Rome	37.57417	15.16019				15	CT	087003	
6691846	Stromboli	stromboli	IT	98050	0	Europe/Rome	38.80303	15.23812				15	ME	083041	
6691932	Vulcano	vulcano	IT	98050	0	Europe/Rome	38.41362	14.95707	11			15	ME	083041	
6692133	Lucrino	lucrino	IT	80078	0	Europe/Rome	40.83187	14.08306				04	NA	063060	
6692147	Trebbo	trebbo	IT	40013	2379	Europe/Rome	44.55629	11.31901	31			05	BO	037019	
6692159	Seiano	seiano	IT	80066	0	Europe/Rome	40.65704	14.42119				04	NA	063086	
6692160	Cazzago	cazzago	IT	30030	0	Europe/Rome	45.44159	12.07406				20	VE	027028	
6692284	Cadenabbia	cadenabbia	IT	22011	1012	Europe/Rome	45.98861	9.23615		Kadenabbija,Каденаббия		09	CO	013225	
6692292	Tottubella	tottubella	IT	07040	0	Europe/Rome	40.6863	8.35261				14	SS	090064	
6692295	Cozzano	cozzano	IT	43013	0	Europe/Rome	43.45435	10.90174				16	PI	050039	
6692301	Santomato	santomato	IT	51100	0	Europe/Rome	43.77425	11.08664				16	FI	048024	
6692311	Weissenbach	weissenbach	IT	39030	0	Europe/Rome	46.77164	11.36819				17	BZ	021086	
6692314	Casino di Terra	casino-di-terra	IT	56040	0	Europe/Rome	43.32942	10.66635				16	PI	050019	
6692732	Bardino Vecchio	bardino-vecchio	IT	17020	0	Europe/Rome	44.18913	8.27202				08	SV	009062	
6692916	Pilzone	pilzone	IT	25049	0	Europe/Rome	45.67389	10.08064				09	BS	017085	
6693772	Corrubbio	corrubbio	IT	37029	1685	Europe/Rome	45.48685	10.90359	110			20	VR	023076	
6693802	Trasanni	trasanni	IT	61029	885	Europe/Rome	43.75409	12.66343	172			10	PU	041067	
6693812	Ferro di Cavallo	ferro-di-cavallo	IT	06127	0	Europe/Rome	43.10531	12.34623				18	PG	054039	
6693822	Sesto Ulteriano	sesto-ulteriano	IT	20098	0	Europe/Rome	45.39604	9.24937				09	MI	015195	
6693823	Noverasco	noverasco	IT	20090	0	Europe/Rome	45.39544	9.21427				09	MI	015159	
6693824	Poasco	poasco	IT	20097	0	Europe/Rome	45.40062	9.23186				09	MI	015192	
6693826	Fizzonasco	fizzonasco	IT	20090	0	Europe/Rome	45.37241	9.19066				09	MI	015173	
6693829	Barona	barona	IT	20143	0	Europe/Rome	45.43713	9.15444				09	MI	015146	
6693830	Gratosoglio	gratosoglio	IT	20142	0	Europe/Rome	45.41219	9.17152				09	MI	015146	
6693834	Chiaravalle	chiaravalle	IT	29010	0	Europe/Rome	45.41731	9.23985				09	MI	015146	
6693836	Caleppio	caleppio	IT	20090	0	Europe/Rome	45.43436	9.3825				09	MI	015210	
6693837	Vigonzone	vigonzone	IT	27010	0	Europe/Rome	45.2735	9.3098				09	PV	018160	
6693847	Greco	greco	IT	20125	0	Europe/Rome	45.50238	9.21083				09	MI	015146	
6693850	Novegro	novegro	IT	20090	0	Europe/Rome	45.46778	9.28122				09	MI	015205	
6693885	Cireggio	cireggio	IT	28887	0	Europe/Rome	45.87232	8.38995				12	VB	103050	
6693886	Feriolo	feriolo	IT	28831	890	Europe/Rome	45.93044	8.47939	195			12	VB	103008	
6693890	Reno	reno	IT	43028	0	Europe/Rome	45.88152	8.60041				09	VA	012088	
6693893	Barza	barza	IT	21027	0	Europe/Rome	45.79871	8.62186				09	VA	012084	
6693897	Lisanza	lisanza	IT	21018	0	Europe/Rome	45.73926	8.59852				09	VA	012120	
6693901	Magognino	magognino	IT	28838	227	Europe/Rome	45.86557	8.55612	465			12	VB	103064	
6693902	Molino	molino	IT	36070	0	Europe/Rome	45.88185	8.06633				12	VC	002112	
6693903	Fervento	fervento	IT	13022	0	Europe/Rome	45.84088	8.08225				12	VC	002014	
6693904	Isola	isola	IT	12041	0	Europe/Rome	45.82605	8.16936				12	VC	002166	
6693912	Crosa	crosa	IT	13853	0	Europe/Rome	45.81809	8.27133				12	VC	002156	
6693915	Doccio	doccio	IT	13017	474	Europe/Rome	45.76609	8.2588	406			12	VC	002107	
6693916	Isolella	isolella	IT	13011	0	Europe/Rome	45.73866	8.25897				12	VC	002016	
6693932	Focene	focene	IT	00054	0	Europe/Rome	41.81367	12.21354				07	RM	058120	
6693935	Passo Oscuro	passo-oscuro	IT	00054	0	Europe/Rome	41.90209	12.15723				07	RM	058120	
6693936	Marina San Nicola	marina-san-nicola	IT	00055	1673	Europe/Rome	41.93102	12.12024	8			07	RM	058116	
6693938	Marina di Cerveteri	marina-di-cerveteri	IT	00052	7720	Europe/Rome	41.97997	12.05295	12			07	RM	058029	
6694117	Granarolo	granarolo	IT	48018	1249	Europe/Rome	44.35859	11.93459	18			05	RA	039010	
6694144	Noceto	noceto	IT	43015	0	Europe/Rome	44.10447	10.07721				16	MS	045003	
6694145	Marciano	marciano	IT	52047	0	Europe/Rome	44.09985	10.03301				08	SP	011011	
6694146	Caniparola	caniparola	IT	54035	0	Europe/Rome	44.10934	9.99722				08	SP		
6694150	Serricciolo	serricciolo	IT	54011	427	Europe/Rome	44.20491	10.0306	94			16	MS	045001	
6694151	Soliera	soliera	IT	41019	358	Europe/Rome	44.20891	10.07	163			16	MS	045007	
6694152	Moncigoli	moncigoli	IT	54013	232	Europe/Rome	44.21962	10.08442	243			16	MS	045007	
6694153	Magliano	magliano	IT	55030	0	Europe/Rome	44.24575	10.06717				16	MS	045007	
6694154	Canossa	canossa	IT	42026	0	Europe/Rome	44.28183	9.92718				16	MS	045012	
6694155	Selva	selva	IT	33081	0	Europe/Rome	44.30616	9.95996				16	MS	045016	
6694158	Corlaga	corlaga	IT	54021	0	Europe/Rome	44.33146	9.99533				16	MS	045002	
6694204	Capocolle	capocolle	IT	47032	999	Europe/Rome	44.1646	12.17697	82			05	FC	040003	
6694206	San Lorenzo	san-lorenzo	IT	08020	484	Europe/Rome	44.47569	11.89493	11			05	RA	039012	
6694208	Pitigliano	pitigliano	IT	58017	0	Europe/Rome	43.53007	12.21173				18	PG	054044	
6694974	Mas	mas	IT	32036	0	Europe/Rome	45.73706	11.07017	715			17	TN	022001	
6694975	Ronchi	ronchi	IT	12100	0	Europe/Rome	45.73927	11.06466	711			17	TN	022001	
6694981	Brozzi	brozzi	IT	50145	0	Europe/Rome	45.7639	11.11685	955			17	TN	022210	
6695016	Cisterna	cisterna	IT	33030	0	Europe/Rome	45.88308	11.08684	784			17	TN	022161	
6695035	Sega	sega	IT	37010	0	Europe/Rome	45.79426	11.1006	530			17	TN	022210	
6695512	Trepalle	trepalle	IT	23030	0	Europe/Rome	46.52686	10.17583				09	SO	014037	
6695517	Agliate	agliate	IT	20841	0	Europe/Rome	45.68547	9.23847				09	MB	108015	
6695928	Sammomme	sammomme	IT	51100	0	Europe/Rome	44.02683	10.90942				05			
6696069	Castelmuzio	castelmuzio	IT	53020	0	Europe/Rome	43.14179	11.65965				16	SI	052036	
6696310	Cauria	cauria	IT	39040	0	Europe/Rome	46.27193	11.28332	1328			17	BZ	021076	
6696651	Ceniga	ceniga	IT	38074	714	Europe/Rome	45.95115	10.90136	118			17	TN	022079	
6696779	Pregasina	pregasina	IT	38060	0	Europe/Rome	45.8511	10.82454	532			20			
6696784	Sant'Ilario	sant-ilario	IT	57034	0	Europe/Rome	45.91111	11.04162	210			17	TN	022161	
6696790	Martignano	martignano	IT	38100	0	Europe/Rome	46.08797	11.13185	382			17	TN	022205	
6696792	Vigo Meano	vigo-meano	IT	38100	871	Europe/Rome	46.13366	11.13383	549			17	TN	022205	
6697072	San Michele Extra	san-michele-extra	IT	37132	0	Europe/Rome	45.43111	11.05122				20	VR	023091	
6697073	Nebida	nebida	IT	09016	924	Europe/Rome	39.31418	8.43784	175			14	CI	107009	
6697170	Pescina	pescina	IT	67057	0	Europe/Rome	42.92039	11.58731				16	GR	053025	
6697218	Calerno	calerno	IT	42049	2093	Europe/Rome	44.74875	10.48603	50			05	RE	035039	
6697611	Luni Mare	luni-mare	IT	19034	909	Europe/Rome	44.05919	10.00288	6			08	SP	011020	
6697612	San Sisto	san-sisto	IT	06132	0	Europe/Rome	43.08582	12.34589				18	PG	054039	
6697623	Canneto	canneto	IT	02032	0	Europe/Rome	38.02135	14.38891				15	ME	083011	
6697725	Penia	penia	IT	38032	0	Europe/Rome	46.36504	11.63542	1468			20			
6697727	Forno	forno	IT	38035	0	Europe/Rome	46.35038	11.62796	1165			20			
6697960	San Pietro	san-pietro	IT	08020	0	Europe/Rome	41.38647	13.68651	299	Esperia Inferiore		04			
6698333	Casal Palocco	casal-palocco	IT	00124	0	Europe/Rome	41.74845	12.34726				07	RM	058091	
6698334	Vitinia	vitinia	IT	00127	5799	Europe/Rome	41.79124	12.4081	43			07	RM	058091	
6698353	Gardolo di Mezzo	gardolo-di-mezzo	IT	38100	290	Europe/Rome	46.11536	11.11623	363			17	TN	022205	
6698389	Abbadia di Montepulciano	abbadia-di-montepulciano	IT	53045	0	Europe/Rome	43.14485	11.82204				16	SI	052015	
6698390	Alica	alica	IT	56036	0	Europe/Rome	43.5997	10.72517				16	PI	050024	
6698391	Avane	avane	IT	56019	1157	Europe/Rome	43.79049	10.40982	6			16	PI	050037	
6698393	Castel dell'aquila	castel-dell-aquila	IT	05026	0	Europe/Rome	42.63594	12.40517				07			
6698404	Crespignaga	crespignaga	IT	31010	896	Europe/Rome	45.79366	11.94278	122			20	TV	026039	
6698405	Donoratico	donoratico	IT	57022	5046	Europe/Rome	43.16927	10.56744	10			16	LI	049006	
6698406	Figline di Prato	figline-di-prato	IT	59100	0	Europe/Rome	43.92294	11.0911				16	PO	100005	
6698407	Sant' Elia	sant-elia	IT	60044	0	Europe/Rome	38.09638	13.53756				15	PA	082067	
6929933	Verdesina	verdesina	IT	38094	0	Europe/Rome	46.05561	10.71277	648			09			
6930006	Caprile	caprile	IT	03038	0	Europe/Rome	44.43591	9.28542	566			12			
6930334	Limito	limito	IT	20096	0	Europe/Rome	45.48237	9.32889	113			09	MI	015175	
6930335	San Felice	san-felice	IT	20090	0	Europe/Rome	45.4737	9.30632				09	MI	015205	
6940583	Biacesa di Ledro	biacesa-di-ledro	IT	38067	208	Europe/Rome	45.8658	10.80568	415			17	TN	022229	
6941883	Sopramonte	sopramonte	IT	38100	0	Europe/Rome	46.07406	11.06143	624			17	TN	022205	
6942558	Forno	forno	IT	38035	0	Europe/Rome	45.03569	7.24377				12	TO	001089	
6943101	Montefiridolfi	montefiridolfi	IT	50026	0	Europe/Rome	43.61097	11.21378				16	FI	048038	
6944868	San Pietro in Bevagna	san-pietro-in-bevagna	IT	74024	0	Europe/Rome	40.3044	17.6474				13			
6944870	San Colombano	san-colombano	IT	25060	0	Europe/Rome	43.89324	10.59376				16	LU	046007	
6944877	Veneri	veneri	IT	51012	0	Europe/Rome	43.87987	10.67094				16	PT	047012	
6947000	Lodrone	lodrone	IT	38089	1000	Europe/Rome	45.82962	10.5356				17	TN	022183	
6947003	Baitoni	baitoni	IT	38080	443	Europe/Rome	45.80969	10.54352	371			17	TN	022021	
6948659	Colfosco	colfosco	IT	31010	0	Europe/Rome	46.55402	11.85614				17	BZ	021006	
6948832	Pecol	pecol	IT	32010	0	Europe/Rome	46.48043	11.78965	1926			17	TN	022039	
6950996	Ognina	ognina	IT	95126	0	Europe/Rome	36.982	15.2587				15	SR	089017	
6951015	Caselle di Sommacampagna	caselle-di-sommacampagna	IT	37066	0	Europe/Rome	45.4134	10.8957				20	VR	023082	
6951017	Santa Maria del Giudice	santa-maria-del-giudice	IT	55100	0	Europe/Rome	43.7786	10.4594				16	LU	046017	
6951029	Pianello Vallesina	pianello-vallesina	IT	60030	2154	Europe/Rome	43.48817	13.16188	112			10	AN	042029	
6951042	Pergusa	pergusa	IT	94100	953	Europe/Rome	37.5238	14.3059	681			15	EN	086009	
6951047	Cala Liberotto	cala-liberotto	IT	08028	0	Europe/Rome	40.44375	9.78985				14	NU	091063	
6951100	Poggio alla Malva	poggio-alla-malva	IT	59015	411	Europe/Rome	43.77	11.054	91			16	PO	100002	
6951411	Milano	milano	IT	20121	0	Europe/Rome	42.7833	12.6				18	PG	054051	
6955475	Carruba	carruba	IT	95014	0	Europe/Rome	37.69062	15.18815				15	CT	087017	
6956139	Marcelli	marcelli	IT	60026	1473	Europe/Rome	43.49204	13.62545	5			10	AN	042032	
7115627	Crespi d'Adda	crespi-d-adda	IT	24042	0	Europe/Rome	45.59641	9.53626				09	BG	016051	
7117914	Monti	monti	IT	07020	1369	Europe/Rome	44.24864	10.00854	176			16	MS	045009	
7117915	Treschietto	treschietto	IT	54021	0	Europe/Rome	44.33881	10.0102				16	MS	045002	
7117916	Miseglia	miseglia	IT	54033	449	Europe/Rome	44.08354	10.11565	240			16	MS	045003	
7117921	Pruno	pruno	IT	39040	0	Europe/Rome	44.00886	10.3103				16	LU	046030	
7117962	Coniale	coniale	IT	50033	0	Europe/Rome	44.15216	11.45479				16	FI	048018	
7117963	San Pellegrino	san-pellegrino	IT	06023	0	Europe/Rome	44.12161	11.43565				16	FI	048018	
7117996	San Quirico	san-quirico	IT	36078	0	Europe/Rome	43.96985	10.69235				16	PT	047012	
7118000	Castelvecchio	castelvecchio	IT	36078	0	Europe/Rome	43.97654	10.703				16	PT	047012	
7118001	Pontito	pontito	IT	51017	0	Europe/Rome	43.99739	10.72265				16	PT	047012	
7118068	Colle di Val d’Elsa	colle-di-val-d-elsa	IT	53034	0	Europe/Rome	43.41852	11.13018				16	SI	052012	
7160128	La Muddizza	la-muddizza	IT	07039	0	Europe/Rome	40.90988	8.80142				14	SS	090079	
7160131	Lu Bagnu	lu-bagnu	IT	07031	1664	Europe/Rome	40.90184	8.68555	24			14	SS	090023	
7280681	Roncole Verdi	roncole-verdi	IT	43011	400	Europe/Rome	44.95241	10.07318	40			05	PR	034007	
7287658	San Pietro Piturno	san-pietro-piturno	IT	70017	0	Europe/Rome	40.86731	17.08477	337			13	BA	072036	
7287660	Madonna delle Grazie	madonna-delle-grazie	IT	03010	0	Europe/Rome	40.8257	17.06336	354			13	BA	072036	
7287661	San Michele in Monte Laureto	san-michele-in-monte-laureto	IT	70017	0	Europe/Rome	40.8229	17.10863	352			13	BA	072036	
7287662	San Biagio	san-biagio	IT	12044	0	Europe/Rome	40.84135	17.14859	369			13	BA	072036	
7287665	Madonna della Scala	madonna-della-scala	IT	10020	0	Europe/Rome	40.79164	17.05469	411			13	BA	072031	
7287768	Mazzaro	mazzaro	IT	98039	0	Europe/Rome	37.85697	15.30108				15	ME	083097	
7287794	San Sostene Marina	san-sostene-marina	IT	88060	616	Europe/Rome	38.65	16.55254	13			03	CZ	079116	
7288008	Ragusa Ibla	ragusa-ibla	IT	97100	0	Europe/Rome	36.92561	14.72795				15	RG	088009	
7288184	Borgo San Pietro	borgo-san-pietro	IT	02025	0	Europe/Rome	44.90275	8.21507				12	AT	005005	
7288186	San Quirico	san-quirico	IT	36078	0	Europe/Rome	44.89358	8.21949				12	AT	005005	
7288190	San Carlo	san-carlo	IT	28879	0	Europe/Rome	44.85088	8.29554				12	AT	005093	
7288191	Sant'Anna	sant-anna	IT	09094	0	Europe/Rome	44.86737	8.2994				12	AT	005093	
7289464	Montalbano	montalbano	IT	47842	0	Europe/Rome	40.77827	17.48157				13	BR	074007	
7289467	Torre Lapillo	torre-lapillo	IT	73010	0	Europe/Rome	40.28735	17.84948				13	LE	075097	
7289554	Perno	perno	IT	12065	0	Europe/Rome	44.61283	7.97573				12	CN	004132	
7289560	San Basilio	san-basilio	IT	09040	0	Europe/Rome	40.68845	16.97362	271			13	TA	073019	
7289693	Monte Petrosu	monte-petrosu	IT	08020	319	Europe/Rome	40.84297	9.65707	50			14	OT	104023	
7289794	Scheggia	scheggia	IT	06027	0	Europe/Rome	43.55017	11.96754				16	AR	051001	
7289796	Castagnoli	castagnoli	IT	53013	0	Europe/Rome	43.44563	11.45483				16	SI	052013	
7290085	Valgatara	valgatara	IT	37020	1186	Europe/Rome	45.53467	10.91191	176			20	VR	023046	
7290088	Raito	raito	IT	84019	938	Europe/Rome	40.66939	14.71797	100			04	SA	065157	
7290156	Montalbano	montalbano	IT	47842	0	Europe/Rome	44.34767	10.9744				05	MO	036047	
7290231	Serranova	serranova	IT	72012	0	Europe/Rome	40.69352	17.76378				13	BR	074002	
7290262	Fratta Terme	fratta-terme	IT	47032	1487	Europe/Rome	44.14157	12.10213	47			05	FC	040003	
7290470	Tindari	tindari	IT	98066	0	Europe/Rome	38.14536	15.04007				15	ME	083066	
7290471	Ellera	ellera	IT	06070	0	Europe/Rome	43.08873	12.3216				18	PG	054039	
7290479	Triscina	triscina	IT	91022	1353	Europe/Rome	37.58717	12.78912	31			15	TP	081006	
7290481	Pollenzo	pollenzo	IT	12042	793	Europe/Rome	44.6866	7.89522	198			12	CN	004029	
7290530	San Michele	san-michele	IT	15040	947	Europe/Rome	44.92838	8.57978	95			12	AL	006003	
7290531	Sant'Angelo	sant-angelo	IT	30036	0	Europe/Rome	40.69841	13.89316				04	NA		
7290533	Coldrano	coldrano	IT	39021	818	Europe/Rome	46.62266	10.82648	660	Goldrain		17	BZ	021037	
7290694	Marina di Vasto	marina-di-vasto	IT	66054	2489	Europe/Rome	42.09373	14.72683	13			01	CH	069099	
7302304	Campomarino	campomarino	IT	86042	0	Europe/Rome	40.30143	17.5719		Campomarino di Maruggio		13	TA	073014	
7302319	Spessa	spessa	IT	27010	0	Europe/Rome	45.62922	11.68842				20	PD	028023	
7302321	Lanzè	lanze	IT	36050	0	Europe/Rome	45.58599	11.66096				20	VI	024083	
7302322	Lisiera	lisiera	IT	36050	1172	Europe/Rome	45.57848	11.61178	40			20	VI	024013	
7302323	Ospedaletto	ospedaletto	IT	05010	0	Europe/Rome	45.57728	11.59341				20	VI	024116	
7302324	Anconetta	anconetta	IT	36100	0	Europe/Rome	45.57073	11.5747				20	VI	024116	
7302562	Castelfidardo	castelfidardo	IT	60022	0	Europe/Rome	43.21667	13.38333				10	MC	043055	
7302672	Fontanelle	fontanelle	IT	12012	638	Europe/Rome	44.97117	10.21325	32			05	PR	034030	
7303174	castagnola	castagnola	IT	15060	0	Europe/Rome	44.60135	9.41391				05	PC	033020	
7303204	Malgolo	malgolo	IT	38010	252	Europe/Rome	46.3801	11.09405	806			17	TN	022155	
7303236	Moggiona	moggiona	IT	52014	0	Europe/Rome	43.78324	11.79305				16	AR	051031	
7303400	Santa Reparata	santa-reparata	IT	47015	0	Europe/Rome	41.22973	9.17002				14	OT	104022	
7303447	Montecampano	montecampano	IT	05022	205	Europe/Rome	42.51646	12.43129	347			18	TR	055004	
7303565	Casalini	casalini	IT	72014	0	Europe/Rome	43.06375	12.14161				18	PG	054037	
7303623	Colli di Fontanelle	colli-di-fontanelle	IT	80065	0	Europe/Rome	40.6148	14.41423				04	NA	063071	
7303751	Gargagnago	gargagnago	IT	37015	0	Europe/Rome	45.53052	10.86127		Gargagnago,Gargagnago di Valpolicella		20	VR	023077	
7303898	Ponticello	ponticello	IT	54023	0	Europe/Rome	44.34534	9.91894				16	MS	045006	
7304004	Putzu Idu	putzu-idu	IT	09070	0	Europe/Rome	40.02729	8.40969				14	OR	095050	
7304021	Castagnoli	castagnoli	IT	53013	22	Europe/Rome	43.63088	11.85695	339			16	AR	051037	
7304026	Santa Mama	santa-mama	IT	52010	100	Europe/Rome	43.62966	11.85448	299			16	AR	051037	
7304054	Sandrà	sandra	IT	37014	0	Europe/Rome	45.46067	10.78686				20	VR	023022	
7304282	San Leo Bastia	san-leo-bastia	IT	06018	0	Europe/Rome	43.32455	12.15663				16			
7304301	Santa Maria in Valle	santa-maria-in-valle	IT	06039	0	Europe/Rome	43.49322	11.70713				16	AR	051019	
7506720	Villa Adriana	villa-adriana	IT	00019	0	Europe/Rome	41.95499	12.77216				07	RM	058104	
7506737	Campana	campana	IT	87061	0	Europe/Rome	43.23864	11.4802				16	SI	052002	
7506738	Casabianca	casabianca	IT	00043	0	Europe/Rome	43.22532	11.66508				16	SI	052002	
7521377	Pietrafitta	pietrafitta	IT	03040	0	Europe/Rome	43.49639	11.30613				16	SI	052005	
7521540	San Marco	san-marco	IT	06131	0	Europe/Rome	37.80121	15.24653				15	CT	087010	
7521541	Trieste	trieste	IT	34100	0	Europe/Rome	41.92814	12.51454	0			07	RM	058091	
7521555	San Basilio	san-basilio	IT	09040	0	Europe/Rome	41.93977	12.58415	0			07	RM	058091	
7521575	Castello	castello	IT	13853	0	Europe/Rome	42.48919	12.47746				18	TR	055022	
7522243	Vaiano	vaiano	IT	59021	221	Europe/Rome	43.06133	12.00016	371			18	PG	054009	
7535452	Papiano	papiano	IT	06055	0	Europe/Rome	43.5978	12.01424				16	AR	051007	
7535508	Castelluccio	castelluccio	IT	06046	0	Europe/Rome	43.03383	11.77614				16	SI	052021	
7535783	Farneta	farneta	IT	41045	0	Europe/Rome	43.73886	11.79348				16	AR	051004	
7535937	Micciano	micciano	IT	56045	0	Europe/Rome	43.56472	12.04123				16	AR	051001	
7535962	Colfiorito	colfiorito	IT	06034	396	Europe/Rome	43.02793	12.89083	760			18	PG	054018	
7535964	Trodica	trodica	IT	62010	4397	Europe/Rome	43.27458	13.59369	56			10	MC	043033	
7536130	Sant'Agata	sant-agata	IT	50038	0	Europe/Rome	39.64159	16.38486				03	CS	078114	
7601923	La Villa	la-villa	IT	10070	904	Europe/Rome	46.58636	11.9045	1483			17	BZ	021006	
7601924	Riscone	riscone	IT	39031	1602	Europe/Rome	46.77685	11.95149	956			17	BZ	021013	
7603165	Cantalupo	cantalupo	IT	06031	0	Europe/Rome	44.44132	8.81516				08	GE	010025	
7603184	Borzoli	borzoli	IT	16153	0	Europe/Rome	44.43692	8.87337				08	GE	010025	
7603189	Teglia	teglia	IT	16161	0	Europe/Rome	44.45156	8.89436				08	GE	010025	
7603190	Coronata	coronata	IT	16152	0	Europe/Rome	44.4195	8.87562				08	GE	010025	
7603197	Campasso	campasso	IT	16151	0	Europe/Rome	44.4202	8.88915				08	GE	010025	
7603199	San Teodoro	san-teodoro	IT	95121	0	Europe/Rome	44.41458	8.91			010025	08	GE	010025	
7603201	San Giovanni Battista	san-giovanni-battista	IT	16154	0	Europe/Rome	44.43249	8.8519				08	GE	010025	
7603203	Molassana	molassana	IT	16138	0	Europe/Rome	44.45528	8.98218				08	GE	010025	
7603205	Doria	doria	IT	87011	0	Europe/Rome	44.44809	9.00574				08	GE	010025	
7603207	San Fruttuoso	san-fruttuoso	IT	16032	0	Europe/Rome	44.40793	8.96145				08	GE	010025	
7603217	Castelletto	castelletto	IT	25024	0	Europe/Rome	44.41263	8.93302				08	GE	010025	
7603219	Foce	foce	IT	90041	0	Europe/Rome	44.39672	8.94671				08	GE	010025	
7603220	Carignano	carignano	IT	10041	0	Europe/Rome	44.40207	8.93568				08	GE	010025	
7603221	Albaro	albaro	IT	37055	0	Europe/Rome	44.39773	8.96463				08	GE	010025	
7603226	San Martino	san-martino	IT	15030	0	Europe/Rome	44.40656	8.97562				08	GE	010025	
7603228	Apparizione	apparizione	IT	16133	0	Europe/Rome	44.40564	8.99963				08	GE	010025	
7603229	San Desiderio	san-desiderio	IT	14031	0	Europe/Rome	44.42279	9.01416				08	GE	010025	
7603230	Bavari	bavari	IT	16133	0	Europe/Rome	44.43344	9.01803				08	GE	010025	
7603232	San Gottardo	san-gottardo	IT	23806	0	Europe/Rome	44.4472	8.96652				08	GE	010025	
7603234	Sant'Eusebio	sant-eusebio	IT	13060	0	Europe/Rome	44.4434	8.98748				08	GE	010025	
7627497	La Foce	la-foce	IT	19134	0	Europe/Rome	43.02443	11.77847				16	SI	052021	
7627829	Tesselberg	tesselberg	IT	39030	30	Europe/Rome	46.82779	11.98436	1460			17	BZ	021034	
7628446	Celle	celle	IT	48018	0	Europe/Rome	43.61669	11.40209				16	FI	048052	
7644849	Ronco	ronco	IT	25064	0	Europe/Rome	45.57049	10.3692	594			09	BS	017178	
7644850	Villa	villa	IT	06063	0	Europe/Rome	45.57483	10.36601	680			09	BS	017178	
7645250	Kematen	kematen	IT	39032	0	Europe/Rome	46.95893	11.54363	1444			17	BZ	021107	
7645253	Ried	ried	IT	39049	1440	Europe/Rome	46.92993	11.52414				17	BZ	021107	
7645257	Rein	rein	IT	39030	0	Europe/Rome	46.96297	11.56714				17	BZ	021107	
7645258	Wiesen	wiesen	IT	39049	0	Europe/Rome	46.90196	11.46509				17	BZ	021107	
7645421	San Leonardo	san-leonardo	IT	09075	0	Europe/Rome	46.72186	11.69031				17	BZ	021011	
7646789	Borghetto	borghetto	IT	01033	0	Europe/Rome	42.85389	12.68071				18	PG	054030	
7647617	Torre dei Nolfi	torre-dei-nolfi	IT	67030	0	Europe/Rome	42.04693	13.87033				01	AQ	066012	
7647798	San Biagio Della Valle	san-biagio-della-valle	IT	06072	0	Europe/Rome	43.02054	12.28812				18	PG	054027	
7669424	Vighizzolo	vighizzolo	IT	25018	0	Europe/Rome	45.73337	9.15445				09	CO	013041	
7733027	Monterone	monterone	IT	52038	0	Europe/Rome	40.73677	13.86741				04	NA	063031	
7779004	Bacchereto	bacchereto	IT	59011	419	Europe/Rome	43.80957	10.98513	217			16	PO	100002	
7799838	Monasterolo	monasterolo	IT	10070	1048	Europe/Rome	45.23549	7.50821	463			12	TO	001046	
7815945	Pozzo della Chiana	pozzo-della-chiana	IT	52045	0	Europe/Rome	43.2928	11.8				16	AR	051018	
7815947	Molin Nuovo	molin-nuovo	IT	52100	0	Europe/Rome	43.46966	12.0175				16	AR	051002	
7870238	Lizzanella	lizzanella	IT	38068	0	Europe/Rome	45.87752	11.03585				17	TN	022161	
7870250	Castelletto	castelletto	IT	25024	0	Europe/Rome	46.24335	11.06388				17	TN	022200	
7870270	Mezzolago	mezzolago	IT	38067	250	Europe/Rome	45.88206	10.75313	665			17	TN	022229	
7870302	Pannone	pannone	IT	38065	213	Europe/Rome	45.87742	10.93571	771			17	TN	022123	
7870303	Varano	varano	IT	60129	42	Europe/Rome	45.88136	10.93773				17	TN	022123	
7870304	Santa Barbara	santa-barbara	IT	52022	0	Europe/Rome	45.89689	10.93944				17	TN	022135	
7870309	Pedersano	pedersano	IT	38060	890	Europe/Rome	45.92038	11.02087	368			17	TN	022222	
7870310	Castellano	castellano	IT	38060	603	Europe/Rome	45.92377	11.00693	789			17	TN	022222	
7870476	Sopramonte	sopramonte	IT	38100	2564	Europe/Rome	46.07323	11.06074	623			17	TN	022205	
7870479	Tuturano	tuturano	IT	72020	0	Europe/Rome	40.54474	17.94754				13	BR	074001	
7870564	Baggiovara	baggiovara	IT	41100	2513	Europe/Rome	44.60416	10.86256	59			05	MO	036023	
7870590	Viarago	viarago	IT	38057	498	Europe/Rome	46.08046	11.26335	678			17	TN	022139	
7870591	Serso	serso	IT	38057	425	Europe/Rome	46.07511	11.25176	605			17	TN	022139	
7870592	Vigne	vigne	IT	05035	0	Europe/Rome	45.92239	10.86525				17	TN	022006	
7870597	Treponti	treponti	IT	35037	0	Europe/Rome	45.50686	10.33453				09	BS	017161	
7873846	Sambucheto	sambucheto	IT	62010	0	Europe/Rome	42.65189	12.82688				18	TR	055012	
7873847	Ceselli	ceselli	IT	06040	0	Europe/Rome	42.68499	12.81757				18	PG	054047	
7910264	Colognole	colognole	IT	57014	0	Europe/Rome	43.86118	11.50492				16	FI	048033	
7910411	Sa Rocca Tunda	sa-rocca-tunda	IT	09070	0	Europe/Rome	40.03947	8.41484				14	OR	095050	
7910521	Macchia di Giarre	macchia-di-giarre	IT	95014	0	Europe/Rome	37.71818	15.16482				15	CT	087017	
7910909	Lerchi	lerchi	IT	06012	575	Europe/Rome	43.47584	12.19942	293			18	PG	054013	
7910910	Bastardo	bastardo	IT	06030	2027	Europe/Rome	42.87144	12.55943	290			18	PG	054021	
7910954	Ponte San Marco	ponte-san-marco	IT	25011	0	Europe/Rome	45.47686	10.41315				09	BS	017032	
7910960	Vidalengo	vidalengo	IT	24043	0	Europe/Rome	45.52235	9.64128				09	BG	016053	
7910961	Casalgiate	casalgiate	IT	28100	0	Europe/Rome	45.43315	8.57037				12	NO	003106	
7910962	Masano	masano	IT	24043	0	Europe/Rome	45.51417	9.67552				09	BG	016053	
7931936	Camnago	camnago	IT	20823	0	Europe/Rome	45.66882	9.13281				09	MB	108054	
7931963	Borghetto	borghetto	IT	01033	227	Europe/Rome	45.69875	10.92835	124			17	TN	022007	
7932328	Musestre	musestre	IT	31056	1182	Europe/Rome	45.58864	12.37249	5			20	TV	026069	
8014916	Fratta	fratta	IT	30025	0	Europe/Rome	42.84561	12.68723				18	PG	054030	
8015075	Montagna	montagna	IT	39040	0	Europe/Rome	36.9525	15.10277				15	SR	089002	
8015337	Pianoconte	pianoconte	IT	98055	0	Europe/Rome	38.47432	14.92857	270			15	ME	083041	
8029974	Villorba	villorba	IT	31020	0	Europe/Rome	45.96314	12.49978				06	PN	093037	
8029996	Nave	nave	IT	25075	818	Europe/Rome	45.97901	12.5027	29			06	PN	093022	
8029997	La Croce	la-croce	IT	56032	0	Europe/Rome	45.9774	12.52544				06	PN	093022	
8030073	Polverosa	polverosa	IT	58015	0	Europe/Rome	42.52317	11.28734				16	GR	053018	
8030188	Capezzano	capezzano	IT	55045	0	Europe/Rome	43.51564	11.0389				16	SI	052028	
8030191	Roncaglia	roncaglia	IT	15033	0	Europe/Rome	44.91316	7.33406				12	TO	001222	
8030369	San Leonardello	san-leonardello	IT	95014	0	Europe/Rome	37.68874	15.17199				15	CT	087017	
8050893	Bornato	bornato	IT	25046	0	Europe/Rome	45.59368	10.0409				09	BS	017046	
8050897	Bargone	bargone	IT	16030	321	Europe/Rome	44.29842	9.48072	296			08	GE	010011	
8050901	Colli	colli	IT	03025	0	Europe/Rome	44.32511	9.53502				08	SP	011018	
8050904	Torza	torza	IT	19010	0	Europe/Rome	44.30096	9.56589				08	SP	011018	
8050907	Velva	velva	IT	16030	0	Europe/Rome	44.27474	9.54963				08	GE	010013	
8050908	Missano	missano	IT	41059	0	Europe/Rome	44.27476	9.53331				08	GE	010013	
8051059	Reppia	reppia	IT	16040	0	Europe/Rome	44.37531	9.45819				08	GE	010040	
8051066	Comuneglia	comuneglia	IT	19028	0	Europe/Rome	44.38408	9.51925				08	SP	011029	
8051069	Statale	statale	IT	16040	0	Europe/Rome	44.34863	9.48277				08	GE	010040	
8051265	S'Archittu	s-archittu	IT	09073	0	Europe/Rome	40.0893	8.49466				14	OR	095019	
8051464	Marina di Caulonia	marina-di-caulonia	IT	89040	0	Europe/Rome	38.34679	16.46353				03	RC	080025	
8063744	Campogrande	campogrande	IT	98060	0	Europe/Rome	38.07841	15.10277				15	ME	083100	
8063809	Massa Pisana	massa-pisana	IT	55100	0	Europe/Rome	43.80959	10.48121				16	LU	046017	
8063841	Cavalcaselle	cavalcaselle	IT	37014	2557	Europe/Rome	45.43695	10.72652	98			20	VR	023022	
8063842	Caprioli	caprioli	IT	84066	0	Europe/Rome	40.08411	15.2661				04	SA	065096	
8081280	Sambuceto	sambuceto	IT	66020	0	Europe/Rome	44.33026	9.41276				08	GE	010040	
8081289	Piandifieno	piandifieno	IT	16040	0	Europe/Rome	44.34016	9.44975				08	GE	010040	
8081292	Terrarossa	terrarossa	IT	54016	214	Europe/Rome	44.36477	9.35712	75			08	GE	010010	
8081297	Santa Maria del Taro	santa-maria-del-taro	IT	43059	234	Europe/Rome	44.43294	9.49133	717			05	PR	034040	
8081300	Giaiette	giaiette	IT	16041	0	Europe/Rome	44.41611	9.4554				08	GE	010005	
8081305	Borgonovo Ligure	borgonovo-ligure	IT	16046	0	Europe/Rome	44.39496	9.37847				08	GE	010034	
8128738	Santa Margherita	santa-margherita	IT	12016	0	Europe/Rome	38.16457	14.94462				15	ME	083033	
8128781	Valleandona	valleandona	IT	14100	0	Europe/Rome	44.91243	8.11598				12	AT	005005	
8129098	Arbizzano	arbizzano	IT	37024	0	Europe/Rome	45.49489	10.93831				20	VR	023052	
8129099	Cenova	cenova	IT	18026	0	Europe/Rome	44.03041	7.89531				08	IM	008049	
8129100	Arola	arola	IT	28899	0	Europe/Rome	44.67305	10.28681				05	PR	034018	
8129102	Massa Finalese	massa-finalese	IT	41035	4185	Europe/Rome	44.8524	11.21429	15			05	MO	036012	
8129103	Erchie	erchie	IT	72020	0	Europe/Rome	40.63786	14.69374				04	SA	065066	
8131473	Maddalene	maddalene	IT	12045	221	Europe/Rome	44.51225	7.64683	396			12	CN	004089	
8131519	Rota d´Imagna	rota-d-imagna	IT	24037	0	Europe/Rome	45.82689	9.51347				09	BG	016186	
8181698	Roncanova	roncanova	IT	37060	1904	Europe/Rome	45.14318	11.10349	16		023037	20	VR	023037	
8198689	Martinetto Del Rame	martinetto-del-rame	IT	12011	0	Europe/Rome	44.34871	7.51352	600			12	CN	004025	
8198725	Gasponi	gasponi	IT	89862	251	Europe/Rome	38.6634	15.9043	272			03	VV	102009	
8199028	Battiferro	battiferro	IT	05100	0	Europe/Rome	42.61956	12.69762				18	TR	055032	
8199029	Molinaccio	molinaccio	IT	06025	0	Europe/Rome	42.60459	12.72457				18	PG	054051	
8199168	Madonna Dell'Olmo	madonna-dell-olmo	IT	12100	0	Europe/Rome	44.41295	7.54806				12	CN	004078	
8199396	Santa Lucia	santa-lucia	IT	00013	0	Europe/Rome	41.30409	14.07937			061008	04	CE	061008	
8199398	Grottola	grottola	IT	81035	0	Europe/Rome	41.31708	14.04121			061050	04	CE	061050	
8199399	Torchiati	torchiati	IT	83025	0	Europe/Rome	40.82011	14.80622				04	AV	064121	
8199404	Vignale	vignale	IT	28100	0	Europe/Rome	45.47879	8.6132				12	NO	003106	
8199410	Castelletto	castelletto	IT	25024	0	Europe/Rome	44.44015	11.06478				05	BO	037061	
8199413	Calderino	calderino	IT	40050	4214	Europe/Rome	44.45774	11.19927	112		037042	05	BO	037042	
8199414	San Polo	san-polo	IT	02040	3820	Europe/Rome	44.88957	10.35685	31		034041	05	PR	034041	
8199415	Santo Stefano	santo-stefano	IT	04020	0	Europe/Rome	46.20865	13.12626			030013	06	UD	030013	
8199417	Vico	vico	IT	13835	0	Europe/Rome	46.42419	12.58398			030041	06	UD	030041	
8199695	Terraverde	terraverde	IT	26834	0	Europe/Rome	45.31552	9.56162			098024	09	LO	098024	
8223959	Runco	runco	IT	44015	0	Europe/Rome	44.73954	11.77348				05	FE	038019	
8223982	Tremosine	tremosine	IT	25010	0	Europe/Rome	45.77094	10.75905				09	BS	017189	
8223986	Vesio	vesio	IT	25010	0	Europe/Rome	45.79183	10.74617				09	BS	017189	
8224007	San Giovanni	san-giovanni	IT	03010	0	Europe/Rome	41.04376	14.74159				04	BN	062022	
8224079	Roata Rossi	roata-rossi	IT	12100	1063	Europe/Rome	44.44383	7.52572	494			12	CN	004078	
8224082	Silvi Marina	silvi-marina	IT	64028	0	Europe/Rome	42.54884	14.12078	2		067040	01	TE	067040	
8224089	Cancello ed Arnone	cancello-ed-arnone	IT	81030	0	Europe/Rome	41.07301	14.02714			061012	04	CE	061012	
8224091	Terra del Sole	terra-del-sole	IT	47011	0	Europe/Rome	44.18676	11.96068				05	FC	040005	
8224092	Bellaria-Igea Marina	bellaria-igea-marina	IT	47814	17635	Europe/Rome	44.14212	12.47	3		099001	05	RN	099001	
8224181	San Benigno	san-benigno	IT	12100	353	Europe/Rome	44.46013	7.53654	472			12	CN	004078	
8224195	Aremogna	aremogna	IT	67037	0	Europe/Rome	41.82404	14.03418				01	AQ	066084	
8224698	Ca' Savio	ca-savio	IT	30013	5737	Europe/Rome	45.45375	12.45729	2		027044	20	VE	027044	
8224781	Cavallino-Treporti	cavallino-treporti	IT	30013	0	Europe/Rome	45.45429	12.45824				20	VE	027044	
8224810	San Cataldo	san-cataldo	IT	04021	0	Europe/Rome	43.84176	12.00898	855			05	FC	040001	
8224816	Riofreddo	riofreddo	IT	00020	0	Europe/Rome	43.83793	12.07076	825			05	FC	040050	
8224823	Montalto	montalto	IT	41055	0	Europe/Rome	43.92844	12.11908	465			05	FC	040044	
8224824	Ruscello	ruscello	IT	52100	0	Europe/Rome	43.9183	12.0767	660			05	FC	040001	
8224828	La Torre	la-torre	IT	50054	0	Europe/Rome	43.93008	12.13938	425			05	FC	040044	
8224829	Vignole	vignole	IT	38062	0	Europe/Rome	43.93568	12.14365	440			05	FC	040044	
8224831	San Martino	san-martino	IT	15030	0	Europe/Rome	43.90075	12.1374	450			05	FC	040044	
8224833	Pagno	pagno	IT	12030	0	Europe/Rome	43.87507	12.14781	590			05	FC	040044	
8224834	Tomba	tomba	IT	33036	0	Europe/Rome	43.89643	12.1618	285			05	FC	040044	
8224859	Marconia	marconia	IT	75015	8781	Europe/Rome	40.36355	16.68823	106			02	MT	077020	
8224874	Monte San Quirico	monte-san-quirico	IT	55100	0	Europe/Rome	43.85953	10.49684				16	LU	046017	
8259940	Le Ville	le-ville	IT	52035	0	Europe/Rome	43.77574	12.02885	805			05	FC	040050	
8260057	San Benedetto	san-benedetto	IT	09016	0	Europe/Rome	43.43402	12.4621				18	PG	054024	
8261475	Eggen	eggen	IT	39050	0	Europe/Rome	46.40999	11.50475				17	BZ	021059	
8261476	Bruscoli	bruscoli	IT	50033	0	Europe/Rome	44.14237	11.24305				16	FI	048018	
8299679	Corpo Reno	corpo-reno	IT	44042	1494	Europe/Rome	44.75591	11.30794	16			05	FE	038004	
8335505	Gassano	gassano	IT	54013	442	Europe/Rome	44.2035	10.09305	190			16	MS	045007	
8347316	Bolzone	bolzone	IT	26010	0	Europe/Rome	45.33447	9.6623				09	CR	019081	
8347317	Zappello	zappello	IT	26010	0	Europe/Rome	45.33338	9.67295				09	CR	019081	
8347318	San Michele	san-michele	IT	15040	0	Europe/Rome	45.34147	9.68239				09	CR	019081	
8354579	Panni	panni	IT	71020	200	Europe/Rome	44.62804	10.90608	43			05	MO	036023	
8354627	Montepaone Lido	montepaone-lido	IT	88060	2780	Europe/Rome	38.72951	16.54241	10			03	CZ	079081	
8354628	Catanzaro Lido	catanzaro-lido	IT	88100	0	Europe/Rome	38.82012	16.60995				03	CZ	079023	
8378621	Pezzolo	pezzolo	IT	98138	0	Europe/Rome	45.3262	9.39074				09	LO	098056	
8378869	Colfosco	colfosco	IT	31010	0	Europe/Rome	45.81998	12.25847				20	TV	026083	
8378897	Sambuceto	sambuceto	IT	66020	9596	Europe/Rome	42.42168	14.18747	15		069081	01	CH	069081	
8378910	Villanova	villanova	IT	00012	0	Europe/Rome	41.96357	12.75633				07	RM	058047	
8378912	Morciola	morciola	IT	61022	0	Europe/Rome	43.83577	12.7474				10	PU	041068	
8379110	Bussolino	bussolino	IT	10090	0	Europe/Rome	45.13132	7.85522				12	TO	001112	
8379111	Castellana	castellana	IT	65019	0	Europe/Rome	40.87952	17.16399				13	BA	072017	
8379265	Caprile	caprile	IT	03038	0	Europe/Rome	43.48979	12.71419				10	PU	041018	
8379285	Cogna	cogna	IT	04011	0	Europe/Rome	44.21205	10.29342		Cogni,Koni		16	LU	046023	
8379290	Cona	cona	IT	30010	1118	Europe/Rome	44.80583	11.7069	5	Koni		05	FE	038008	
8379437	Marsango	marsango	IT	35010	0	Europe/Rome	45.54724	11.83361				20	PD	028020	
8379438	Basilicagoiano	basilicagoiano	IT	43022	1110	Europe/Rome	44.70545	10.40457	118			05	PR	034023	
8393965	Ponterotto	ponterotto	IT	35010	0	Europe/Rome	44.30281	9.43413				08	GE	010059	
8393969	Cascine	cascine	IT	56032	0	Europe/Rome	44.2924	9.41477				08	GE	010059	
8393970	San Bernardo	san-bernardo	IT	16031	0	Europe/Rome	44.2869	9.41009				08	GE	010059	
8394282	Margine Coperta	margine-coperta	IT	51010	0	Europe/Rome	43.87977	10.75733			047008	16	PT	047008	
8394392	Tor San Lorenzo	tor-san-lorenzo	IT	00040	22000	Europe/Rome	41.55439	12.54115				07	RM	058117	
8394393	Trestina	trestina	IT	06018	1806	Europe/Rome	43.36597	12.23701	266			18	PG	054013	
8394394	Villalba	villalba	IT	00012	10082	Europe/Rome	41.95387	12.72938	122			07	RM	058047	
8410582	Morra	morra	IT	06012	236	Europe/Rome	43.38544	12.13118	306			18	PG	054013	
8411051	Rablà	rabla	IT	39020	0	Europe/Rome	46.67044	11.06458		Rabla,Rabland,Rablà		17	BZ	021062	
8426000	Pretare	pretare	IT	63096	0	Europe/Rome	42.79786	13.30041				10	AP	044006	
8426003	Rustigazzo	rustigazzo	IT	29018	0	Europe/Rome	44.78738	9.74165				05	PC	033026	
8426434	Latina scalo	latina-scalo	IT	04100	10000	Europe/Rome	41.53157	12.94567	18			07	LT	059011	
8435855	Cagnano	cagnano	IT	36026	878	Europe/Rome	45.31474	11.50372	19			20	VI	024079	
8435858	Pilastro	pilastro	IT	35042	0	Europe/Rome	45.332	11.48921				20	VI	024102	
8435869	Casaglia	casaglia	IT	40135	0	Europe/Rome	45.50671	10.10562				09	BS	017186	
8435872	Castello	castello	IT	13853	0	Europe/Rome	46.02811	9.05406				09	CO	013234	
8435876	Dermulo	dermulo	IT	38012	0	Europe/Rome	46.33727	11.06229				17	TN	022186	
8435879	San Bernardo	san-bernardo	IT	16031	323	Europe/Rome	46.40088	10.84445	1095		022150	17	TN	022150	
8436230	Fontechiaruccia	fontechiaruccia	IT	05030	364	Europe/Rome	42.58759	12.76182	223			18	TR	055019	
8436231	Casteldilago	casteldilago	IT	05031	475	Europe/Rome	42.58153	12.75487	292			18	TR	055005	
8436239	Tornimparte	tornimparte	IT	67049	3042	Europe/Rome	42.29007	13.30092	830			01	AQ	066101	
8436262	Promano	promano	IT	06012	680	Europe/Rome	43.36775	12.26821	286			18	PG	054013	
8449943	Casette	casette	IT	02100	260	Europe/Rome	42.82795	13.55567	370			10	AP	044007	
8449946	Valli	valli	IT	30015	347	Europe/Rome	42.83513	13.59764	370			10	AP	044007	
8449951	Piane di Morro	piane-di-morro	IT	63084	1331	Europe/Rome	42.82317	13.653	299			10	AP	044020	
8449952	San Cipriano	san-cipriano	IT	31056	38	Europe/Rome	42.81398	13.63832	375			10	AP	044020	
8449953	Sant'Antonio	sant-antonio	IT	12050	0	Europe/Rome	42.81744	13.65146				10	AP	044020	
8449954	San Benedetto	san-benedetto	IT	09016	0	Europe/Rome	42.81939	13.6203				10	AP	044020	
8449958	Sant'Andrea	sant-andrea	IT	25038	304	Europe/Rome	42.77959	13.67669	431			01	TE	067017	
8449960	Le Casette	le-casette	IT	35023	0	Europe/Rome	42.78633	13.72381				01	TE	067017	
8449963	Santa Reparata	santa-reparata	IT	47015	0	Europe/Rome	42.80384	13.69609				01	TE	067017	
8449964	Villa passo	villa-passo	IT	64010	0	Europe/Rome	42.78009	13.65223				01	TE	067017	
8449965	Rocche di Civitella	rocche-di-civitella	IT	64010	0	Europe/Rome	42.75013	13.65957				01	TE	067017	
8449977	Abbadia	abbadia	IT	53045	231	Europe/Rome	42.83267	13.83471	182			01	TE	067021	
8449980	San Giuseppe	san-giuseppe	IT	10059	0	Europe/Rome	42.82544	13.84363				01	TE	067021	
8449991	Villaseta	villaseta	IT	92100	6192	Europe/Rome	37.29877	13.55919	92			15	AG	084001	
8449992	Sant'Agata	sant-agata	IT	50038	0	Europe/Rome	37.36681	13.55172				15	AG	084001	
8449993	San Michele	san-michele	IT	15040	384	Europe/Rome	37.34953	13.60768	294			15	AG	084001	
8468583	Sega	sega	IT	37010	0	Europe/Rome	46.60193	12.52433				20	BL	025015	
8468584	Campitello	campitello	IT	46010	0	Europe/Rome	46.57709	12.53154				20	BL	025046	
8468586	Costalissoio	costalissoio	IT	32045	327	Europe/Rome	46.57184	12.5475	1248			20	BL	025050	
8468587	Molini	molini	IT	83058	0	Europe/Rome	46.17127	12.39635				20	BL	025012	
8468592	Fontanelle	fontanelle	IT	12012	0	Europe/Rome	46.36452	11.97445				20	BL	025049	
8468593	Grotta Giusti	grotta-giusti	IT	51015	370	Europe/Rome	43.86548	10.82883	70			16	PT	047009	
8468603	Borgonato	borgonato	IT	25040	0	Europe/Rome	45.6207	10.0182				09	BS	017062	
8468626	Motta San Damiano	motta-san-damiano	IT	27010	0	Europe/Rome	45.1745	9.22603				09	PV	018110	
8468632	Pascelupo	pascelupo	IT	06027	12	Europe/Rome	43.39934	12.75161				18	PG	054046	
8468670	Sermoneta scalo	sermoneta-scalo	IT	04013	0	Europe/Rome	41.56434	12.97039				07	LT	059027	
8468671	Osteria Nuova	osteria-nuova	IT	02037	1210	Europe/Rome	42.03721	12.30924	150			07	RM	058091	
8468672	Sezze scalo	sezze-scalo	IT	04010	0	Europe/Rome	41.49701	13.04257				07	LT	059028	
8468678	Case Badioli	case-badioli	IT	61011	966	Europe/Rome	43.95421	12.77212	31			10	PU	041019	
8468712	Bargellino	bargellino	IT	40012	0	Europe/Rome	44.53873	11.26227				05	BO	037006	
8468713	San Giacomo	san-giacomo	IT	06049	0	Europe/Rome	46.16019	10.02532				09	SO	014065	
8468834	Torre di Palme	torre-di-palme	IT	63900	0	Europe/Rome	43.14346	13.81067				10	FM	109006	
8468835	Centobuchi	centobuchi	IT	63076	8384	Europe/Rome	42.89521	13.84809	17			10	AP	044045	
8468843	Santa Margherita	santa-margherita	IT	12016	744	Europe/Rome	45.79781	11.02582	166			17	TN	022001	
8469149	Rovezzano	rovezzano	IT	50136	0	Europe/Rome	43.7666	11.31077	53			16	FI	048017	
8469152	Coverciano	coverciano	IT	50135	0	Europe/Rome	43.77884	11.29635	56			16	FI	048017	
8469159	Brozzi	brozzi	IT	50145	0	Europe/Rome	43.79387	11.16531				16	FI	048017	
8469161	Novoli	novoli	IT	50127	0	Europe/Rome	43.79334	11.22052				16	FI	048017	
8469162	Rifredi	rifredi	IT	50141	0	Europe/Rome	43.79861	11.23944				16	FI	048017	
8469164	Careggi	careggi	IT	50134	0	Europe/Rome	43.81284	11.25097				16	FI	048017	
8469179	San Tommaso	san-tommaso	IT	65023	0	Europe/Rome	44.79758	10.68841				05	RE	035002	
8504684	Vergnacco	vergnacco	IT	33010	0	Europe/Rome	46.15915	13.24368				06	UD	030090	
8531785	Nibbia	nibbia	IT	28060	572	Europe/Rome	45.48728	8.55646	168			12	NO	003135	
8531814	Gragnola	gragnola	IT	54013	576	Europe/Rome	44.19427	10.10983	164			16	MS	045007	
8531925	Cortoghiana	cortoghiana	IT	09013	2478	Europe/Rome	39.21177	8.46548	93			14	CI	107003	
8533092	Cerbara	cerbara	IT	06012	1955	Europe/Rome	43.49913	12.21113	300			18	PG	054013	
8533775	Lesna	lesna	IT	10095	1723	Europe/Rome	45.05418	7.62031	290			12	TO	001120	
8555911	Pasturago	pasturago	IT	20080	0	Europe/Rome	45.32699	9.07737				09	MI	015236	
8555923	Santa Maria delle Mole	santa-maria-delle-mole	IT	00040	0	Europe/Rome	41.77778	12.59188				07	RM	058057	
8555925	Cinquemiglia	cinquemiglia	IT	06012	472	Europe/Rome	43.37898	12.25903	278			18	PG	054013	
8555928	Pedemonte	pedemonte	IT	16010	3111	Europe/Rome	45.50388	10.91792	110			20	VR	023076	
8556235	San Nicolo	san-nicolo	IT	29010	0	Europe/Rome	45.05685	9.6054				05	PC	033039	
8556252	San Bernardino	san-bernardino	IT	10090	0	Europe/Rome	45.51833	8.54449	210			12	NO	003027	
8556335	Colonnata	colonnata	IT	50019	268	Europe/Rome	44.08592	10.15592	532			16	MS	045003	
8556341	Casette	casette	IT	02100	635	Europe/Rome	44.07504	10.16776	378			16	MS	045010	
8581477	Niccone	niccone	IT	06019	285	Europe/Rome	43.32068	12.29533	249			18	PG	054056	
8581478	Sant'Anna	sant-anna	IT	09094	0	Europe/Rome	37.74459	15.20396				15	CT	087023	
8581480	Tre Fontane	tre-fontane	IT	91021	1263	Europe/Rome	37.56989	12.72423	4			15	TP	081004	
8581482	Lido dei Pini	lido-dei-pini	IT	00042	0	Europe/Rome	41.5348	12.56321				07	RM	058007	
8581483	Corsanico	corsanico	IT	55054	0	Europe/Rome	43.90828	10.30621				16	LU	046018	
8604521	Casetta	casetta	IT	53019	0	Europe/Rome	43.30313	11.42608				16	SI	052002	
8604524	Santa Maria	santa-maria	IT	05017	0	Europe/Rome	43.72285	11.43239				16	FI	048036	
8604525	Troghi	troghi	IT	50067	0	Europe/Rome	43.71479	11.39557				16	FI	048036	
8604526	San Piero	san-piero	IT	51031	0	Europe/Rome	43.72503	11.42947				16	FI	048036	
8604569	Vara Superiore	vara-superiore	IT	17048	0	Europe/Rome	44.46876	8.62556				08	SV	009063	
8604570	Capo Coda Cavallo	capo-coda-cavallo	IT	08020	0	Europe/Rome	40.84011	9.71801				14	OT	104023	
8604646	Marina di Melilli	marina-di-melilli	IT	96010	0	Europe/Rome	37.11711	15.23173				15	SR	089012	
8604723	San Giacomo	san-giacomo	IT	06049	0	Europe/Rome	42.79997	13.57185				01	TE	067046	
8604861	Feriole	feriole	IT	35030	946	Europe/Rome	45.37524	11.75365	17			20	PD	028089	
8604867	Filettole	filettole	IT	56019	0	Europe/Rome	43.89225	11.1166				16	PO	100005	
8604869	Canneto	canneto	IT	02032	0	Europe/Rome	43.9096	11.12296				16	PO	100005	
8604870	Bagnolo	bagnolo	IT	31020	0	Europe/Rome	43.91372	11.0622				16	PO	100003	
8604872	La Briglia	la-briglia	IT	59021	0	Europe/Rome	43.93657	11.12572				16	PO	100006	
8604873	Usella	usella	IT	59025	271	Europe/Rome	43.98587	11.13078	177			16	PO	100001	
8604874	Carmignanello	carmignanello	IT	59025	645	Europe/Rome	44.00044	11.14061	183			16	PO	100001	
8604879	Cavarzano	cavarzano	IT	59024	236	Europe/Rome	44.05718	11.12709	650			16	PO	100007	
8604895	Luicciana	luicciana	IT	59025	0	Europe/Rome	44.02834	11.10761				16	PO	100001	
8604897	Galciana	galciana	IT	59100	0	Europe/Rome	43.88917	11.05697				16	PO	100005	
8605001	Cafaggio	cafaggio	IT	59100	0	Europe/Rome	43.85734	11.08027				16	PO	100005	
8605017	Santomato	santomato	IT	51100	0	Europe/Rome	43.94092	10.98504				16	PT	047014	
8605018	Tobbiana	tobbiana	IT	51037	904	Europe/Rome	43.96355	11.04257	342			16	PT	047010	
8605020	Carraia	carraia	IT	50041	1201	Europe/Rome	43.89534	11.1819	108			16	FI	048005	
8605022	San Piero a Ponti	san-piero-a-ponti	IT	50013	0	Europe/Rome	43.80654	11.13623				16	FI	048006	
8605023	San Giorgio a Colonica	san-giorgio-a-colonica	IT	59100	0	Europe/Rome	43.83764	11.10823				16	PO	100005	
8605024	Poggetto	poggetto	IT	59016	1588	Europe/Rome	43.8279	11.03847	37			16	PO	100004	
8605025	Catena	catena	IT	51039	1542	Europe/Rome	43.84254	11.01658	38	Catena di Quarrata		16	PT	047017	
8605029	Santa Lucia	santa-lucia	IT	00013	0	Europe/Rome	43.90541	11.11409				16	PO	100005	
8616976	Santa Lucia	santa-lucia	IT	00013	0	Europe/Rome	41.9824	12.65625				07	RM	058122	
8617473	Villareia	villareia	IT	65012	406	Europe/Rome	42.34319	14.11125	49			01	PE	068011	
8629152	Fossoli	fossoli	IT	41012	3578	Europe/Rome	44.8216	10.88977	22			05	MO	036005	
8629283	San Bartolomeo	san-bartolomeo	IT	00033	1116	Europe/Rome	44.67402	10.53941	112			05	RE	035033	
8630072	Fabbrica	fabbrica	IT	56037	735	Europe/Rome	43.50833	10.75833	188	Fabbrica di Peccioli		16	PI	050025	
8630156	Porto Santa Margherita	porto-santa-margherita	IT	30021	812	Europe/Rome	45.5891	12.85819	1			20	VE	027005	
8643015	Semogo	semogo	IT	23038	1350	Europe/Rome	46.48498	10.27005	1420			09	SO	014071	
8643101	San Costantino	san-costantino	IT	85040	0	Europe/Rome	46.53645	11.51994		San Costantino,St. Konstantin		17	BZ	021031	
8643147	San Marco	san-marco	IT	06131	0	Europe/Rome	40.2674	14.93898				04	SA	065031	
8643240	Iesa	iesa	IT	53015	0	Europe/Rome	43.1024	11.24933				16	SI	052018	
8643247	San Vigilio	san-vigilio	IT	25062	1446	Europe/Rome	46.69884	11.93104	1285	San Vigilio,Sankt Vigil	021047	17	BZ	021047	
8643374	Marina di Casal Velino	marina-di-casal-velino	IT	84040	0	Europe/Rome	40.17665	15.12218				04	SA	065028	
8643450	Luttuni	luttuni	IT	08020	0	Europe/Rome	40.70043	9.6848	64			14	OT	104009	
8643451	San Pietro	san-pietro	IT	08020	0	Europe/Rome	40.69694	9.65564	110			14	OT	104009	
8643452	Maiorca	maiorca	IT	08020	0	Europe/Rome	40.7126	9.66745	60			14	OT	104009	
8643454	Birgalavò	birgalavo	IT	08020	0	Europe/Rome	40.72569	9.68718	94			14	OT	104009	
8643455	Agrustos	agrustos	IT	08020	330	Europe/Rome	40.72361	9.70635	53			14	OT	104009	
8643456	Luddui	luddui	IT	08020	0	Europe/Rome	40.73503	9.69078	156			14	OT	104009	
8643457	Berruiles	berruiles	IT	08020	219	Europe/Rome	40.72723	9.66292	71			14	OT	104009	
8643458	Nuditta	nuditta	IT	08020	0	Europe/Rome	40.71782	9.65203	115			14	OT	104009	
8643459	San Silvestro	san-silvestro	IT	08020	0	Europe/Rome	40.71959	9.67349	40			14	OT	104009	
8643460	San Gavino	san-gavino	IT	08020	0	Europe/Rome	40.68873	9.68774	60			14	OT	104009	
8643461	Muriscuvò	muriscuvo	IT	08020	0	Europe/Rome	40.68224	9.70539	45			14	OT	104009	
8643462	S'Iscala	s-iscala	IT	08020	0	Europe/Rome	40.68153	9.71406	30			14	OT	104009	
8643874	Scarlino Scalo	scarlino-scalo	IT	58020	1582	Europe/Rome	42.93992	10.83766	12			16	GR	053024	
8658796	San Martino	san-martino	IT	15030	0	Europe/Rome	42.32228	13.30338				01	AQ	066049	
8658800	Colle di Roio	colle-di-roio	IT	67100	303	Europe/Rome	42.34256	13.34676	821			01	AQ	066049	
8658801	Santa Rufina	santa-rufina	IT	02015	0	Europe/Rome	42.33155	13.35341				01	AQ	066049	
8658812	Cave	cave	IT	00033	0	Europe/Rome	42.36546	13.24634				01	AQ	066095	
8658815	Sella di Corno	sella-di-corno	IT	67019	0	Europe/Rome	42.36656	13.18139				01	AQ	066095	
8658819	Piagge	piagge	IT	61030	0	Europe/Rome	42.30194	13.30238				01	AQ	066101	
8658824	Colle Santa Maria	colle-santa-maria	IT	64100	0	Europe/Rome	42.29678	13.28772				01	AQ	066101	
8658829	Santa Croce	santa-croce	IT	02010	0	Europe/Rome	42.30416	13.31873				01	AQ	066052	
8658830	Sant'Andrea	sant-andrea	IT	25038	0	Europe/Rome	42.316	13.31665				01	AQ	066052	
8658832	San Sabino	san-sabino	IT	60027	0	Europe/Rome	42.42566	13.25968				01	AQ	066008	
8658835	Piedicolle	piedicolle	IT	02010	0	Europe/Rome	42.52043	13.25382				01	AQ	066056	
8658836	San Giovanni Paganica	san-giovanni-paganica	IT	67015	0	Europe/Rome	42.50574	13.27621				01	AQ	066056	
8658838	Scai	scai	IT	02012	0	Europe/Rome	42.59862	13.23099				07	RI	057002	
8658840	Quintodecimo	quintodecimo	IT	63095	0	Europe/Rome	42.76283	13.38533				10	AP	044001	
8659005	Castell'Anselmo	castell-anselmo	IT	57014	234	Europe/Rome	43.55355	10.4671	132			16	LI	049008	
8659008	Frigintini	frigintini	IT	97015	0	Europe/Rome	36.91957	14.82416				15	RG	088006	
8659112	Cologna Spiaggia	cologna-spiaggia	IT	64026	0	Europe/Rome	42.72152	13.98311				01	TE	067037	
8659114	San Giovanni	san-giovanni	IT	03010	0	Europe/Rome	42.65405	13.98607				01	TE	067037	
8659116	Piaggia	piaggia	IT	18025	0	Europe/Rome	43.39387	13.12274				10	MC	043002	
8659119	Sant'Andrea	sant-andrea	IT	25038	0	Europe/Rome	43.40276	13.11373				10	MC	043002	
8659125	Castagna	castagna	IT	16010	0	Europe/Rome	43.36733	13.11004				10	MC	043002	
8659127	Villanova	villanova	IT	00012	0	Europe/Rome	43.34361	13.10506				10	MC	043002	
8659130	Santa Maria Apparente	santa-maria-apparente	IT	62012	0	Europe/Rome	43.29661	13.69223				10	MC	043013	
8659135	Belvedere	belvedere	IT	00060	0	Europe/Rome	43.32498	13.70004				10	MC	043013	
8659136	San Gaetano	san-gaetano	IT	30021	0	Europe/Rome	43.3054	13.68394				10	MC	043013	
8659142	Sant'Andrea Ionio Marina	sant-andrea-ionio-marina	IT	88060	0	Europe/Rome	38.62001	16.54927				03	CZ	079118	
8659166	Montebamboli	montebamboli	IT	58024	0	Europe/Rome	43.07679	10.81179				16	GR	053015	
8659185	Protonotaro	protonotaro	IT	98053	0	Europe/Rome	38.12077	15.19238				15	ME	083016	
8659199	Serra	serra	IT	12087	0	Europe/Rome	38.13749	13.07652				15	PA	082071	
8659201	Pera	pera	IT	38036	0	Europe/Rome	46.44097	11.69332				17	TN	022145	
8659202	Molina	molina	IT	38030	0	Europe/Rome	46.27208	11.4172				17	TN	022047	
8659203	Rubbiano	rubbiano	IT	26010	0	Europe/Rome	45.30277	9.63947				09	CR	019034	
\.


--
-- Data for Name: postal; Type: TABLE DATA; Schema: it; Owner: g5
--

COPY it.postal (postal_code, place_name, place_slug, admin_code1, admin_code2, admin_code3, latitude, longitude, accuracy) FROM stdin;
67010	Barete	barete	01	AQ		42.4501	13.2806	4
67012	San Giovanni	san-giovanni	01	AQ		42.4642	13.2584	4
67012	Cagnano Amiterno	cagnano-amiterno	01	AQ		42.4574	13.2279	4
67013	Mascioni	mascioni	01	AQ		42.5282	13.3492	4
67013	Campotosto	campotosto	01	AQ		42.5588	13.368	4
67013	Ortolano	ortolano	01	AQ		42.5193	13.4238	4
67013	Poggio Cancelli	poggio-cancelli	01	AQ		42.5623	13.327	4
67014	Capitignano	capitignano	01	AQ		42.5204	13.3012	4
67015	Ville Di Fano	ville-di-fano	01	AQ		42.5248	13.1864	4
67015	Cesaproba	cesaproba	01	AQ		42.4985	13.1864	4
67015	Marana Di Montereale	marana-di-montereale	01	AQ		42.4967	13.2236	4
67015	Montereale	montereale	01	AQ		42.5233	13.2459	4
67015	San Giovanni Paganica	san-giovanni-paganica	01	AQ		42.5057	13.2762	4
67015	Marana	marana	01	AQ		42.4967	13.2236	4
67015	Aringo	aringo	01	AQ		42.5554	13.2671	4
67017	San Lorenzo Di Pizzoli	san-lorenzo-di-pizzoli	01	AQ		42.4253	13.3206	4
67017	Pizzoli	pizzoli	01	AQ		42.436	13.2989	4
67017	Marruci	marruci	01	AQ		42.4306	13.3097	3
67019	Vigliano	vigliano	01	AQ		42.3492	13.2188	4
67019	Scoppito	scoppito	01	AQ		42.3695	13.2594	4
67019	Sella Di Corno	sella-di-corno	01	AQ		42.3666	13.1814	4
67020	Civitaretenga	civitaretenga	01	AQ		42.2458	13.7059	4
67020	Fossa	fossa	01	AQ		42.2927	13.4878	4
67020	Prata D'Ansidonia	prata-d-ansidonia	01	AQ		42.2779	13.6083	4
67020	Goriano Valli	goriano-valli	01	AQ		42.1807	13.6693	4
67020	Castelvecchio Calvisio	castelvecchio-calvisio	01	AQ		42.3113	13.6872	4
67020	Fontecchio	fontecchio	01	AQ		42.2303	13.6061	4
67020	Collepietro	collepietro	01	AQ		42.2209	13.781	4
67020	Tione Degli Abruzzi	tione-degli-abruzzi	01	AQ		42.2039	13.6357	4
67020	Roccapreturo	roccapreturo	01	AQ		42.1963	13.6976	4
67020	Sant'Eusanio Forconese	sant-eusanio-forconese	01	AQ		42.2895	13.5243	4
67020	Fagnano Alto	fagnano-alto	01	AQ		42.2472	13.6721	3
67020	Villa Santa Lucia Degli Abruzzi	villa-santa-lucia-degli-abruzzi	01	AQ		42.3329	13.7779	4
67020	Gagliano Aterno	gagliano-aterno	01	AQ		42.126	13.7002	4
67020	Santo Stefano Di Sessanio	santo-stefano-di-sessanio	01	AQ		42.3434	13.6448	4
67020	San Benedetto In Perillis	san-benedetto-in-perillis	01	AQ		42.1838	13.77	4
67020	Carrufo	carrufo	01	AQ		42.3294	13.7719	4
67020	Caporciano	caporciano	01	AQ		42.25	13.6746	4
67020	Calascio	calascio	01	AQ		42.326	13.697	4
67020	San Pio Delle Camere	san-pio-delle-camere	01	AQ		42.2842	13.6557	4
67020	Castelnuovo Di San Pio Delle Camere	castelnuovo-di-san-pio-delle-camere	01	AQ		42.2957	13.6282	4
67020	Molina Aterno	molina-aterno	01	AQ		42.149	13.7354	4
67020	Tussio	tussio	01	AQ		42.2651	13.6407	4
67020	Beffi	beffi	01	AQ		42.1931	13.6788	4
67020	Carapelle Calvisio	carapelle-calvisio	01	AQ		42.2991	13.6864	4
67020	Navelli	navelli	01	AQ		42.2372	13.7296	4
67020	Castelnuovo	castelnuovo	01	AQ		42.2957	13.6282	4
67020	Villa Sant'Angelo	villa-sant-angelo	01	AQ		42.2704	13.5371	4
67020	Acciano	acciano	01	AQ		42.1768	13.7178	4
67020	Castel Di Ieri	castel-di-ieri	01	AQ		42.1135	13.742	4
67021	Picenze	picenze	01	AQ		42.3206	13.5404	4
67021	Barisciano	barisciano	01	AQ		42.3246	13.5904	4
67022	Capestrano	capestrano	01	AQ		42.2681	13.7678	4
67023	Castel Del Monte	castel-del-monte	01	AQ		42.3654	13.7259	4
67024	Castelvecchio Subequo	castelvecchio-subequo	01	AQ		42.1288	13.7287	4
67025	Ofena	ofena	01	AQ		42.3254	13.7586	4
67026	Poggio Picenze	poggio-picenze	01	AQ		42.3206	13.5404	4
67027	Raiano	raiano	01	AQ		42.1016	13.8139	4
67028	San Demetrio Ne' Vestini	san-demetrio-ne-vestini	01	AQ		42.2896	13.5552	4
67029	Secinaro	secinaro	01	AQ		42.1506	13.6814	4
67030	Barrea	barrea	01	AQ		41.7554	13.9909	4
67030	Civitella Alfedena	civitella-alfedena	01	AQ		41.7653	13.9427	4
67030	Pacentro	pacentro	01	AQ		42.0504	13.9915	4
67030	Goriano Sicoli	goriano-sicoli	01	AQ		42.0801	13.7746	4
67030	Villa Scontrone	villa-scontrone	01	AQ		41.7521	14.0639	4
67030	Ateleta	ateleta	01	AQ		41.8544	14.1981	4
67030	Villetta Barrea	villetta-barrea	01	AQ		41.7765	13.9389	4
67030	Opi	opi	01	AQ		41.7784	13.8293	4
67030	Cocullo	cocullo	01	AQ		42.0328	13.775	4
67030	Vittorito	vittorito	01	AQ		42.127	13.8167	4
67030	Rocca Pia	rocca-pia	01	AQ		41.9343	13.9773	4
67030	Villalago	villalago	01	AQ		41.9351	13.8387	4
67030	Prezza	prezza	01	AQ		42.0579	13.8359	4
67030	Bugnara	bugnara	01	AQ		42.0238	13.8614	4
67030	Roccacasale	roccacasale	01	AQ		42.1225	13.8876	4
67030	Anversa Degli Abruzzi	anversa-degli-abruzzi	01	AQ		41.9948	13.8038	4
67030	Corfinio	corfinio	01	AQ		42.1215	13.8394	4
67030	Campo Di Fano	campo-di-fano	01	AQ		42.0538	13.8781	4
67030	Castrovalva	castrovalva	01	AQ		41.9829	13.8134	4
67030	Cansano	cansano	01	AQ		42.0035	14.0134	4
67030	Torre Dei Nolfi	torre-dei-nolfi	01	AQ		42.0439	13.8694	4
67030	Campo Di Giove	campo-di-giove	01	AQ		42.0101	14.0394	4
67030	Alfedena	alfedena	01	AQ		41.7354	14.035	4
67030	Scontrone	scontrone	01	AQ		41.7468	14.0388	4
67030	Introdacqua	introdacqua	01	AQ		42.0097	13.8978	4
67031	Roccacinquemiglia	roccacinquemiglia	01	AQ		41.8122	14.1207	4
67031	Castel Di Sangro	castel-di-sangro	01	AQ		41.7839	14.1065	4
67032	Pescasseroli	pescasseroli	01	AQ		41.8034	13.7871	4
67033	Pescocostanzo	pescocostanzo	01	AQ		41.8872	14.0661	4
67034	Pettorano Sul Gizio	pettorano-sul-gizio	01	AQ		41.9733	13.96	4
67035	Pratola Peligna	pratola-peligna	01	AQ		42.097	13.8747	4
67035	Bagnaturo	bagnaturo	01	AQ		42.0927	13.9071	4
67036	Rivisondoli	rivisondoli	01	AQ		41.8702	14.0667	4
67037	Pietransieri	pietransieri	01	AQ		41.8467	14.1191	4
67037	Aremogna	aremogna	01	AQ		41.824	14.0342	4
67037	Roccaraso	roccaraso	01	AQ		41.8487	14.0785	4
67038	Frattura	frattura	01	AQ		41.9305	13.8708	4
67038	Scanno	scanno	01	AQ		41.9044	13.8796	4
67038	Frattura Di Scanno	frattura-di-scanno	01	AQ		41.9305	13.8708	4
67039	Abazia Di Sulmona	abazia-di-sulmona	01	AQ		42.0386	13.92	3
67039	Sulmona	sulmona	01	AQ		42.0494	13.9258	4
67039	Albanese	albanese	01	AQ		42.0204	13.9244	4
67039	Torrone Di Sulmona	torrone-di-sulmona	01	AQ		42.0454	13.8962	4
67039	Cavate	cavate	01	AQ		42.0073	13.9294	4
67039	Arabona	arabona	01	AQ		42.0386	13.92	3
67039	Torrone	torrone	01	AQ		42.0454	13.8962	4
67039	Marane	marane	01	AQ		42.0638	13.9477	4
67040	San Martino D'Ocre	san-martino-d-ocre	01	AQ		42.2733	13.4772	4
67040	Ocre	ocre	01	AQ		42.1668	13.5519	3
67040	Collarmele	collarmele	01	AQ		42.0603	13.6267	4
67041	Aielli	aielli	01	AQ		42.0815	13.5911	4
67041	Aielli Stazione	aielli-stazione	01	AQ		42.0639	13.5849	4
67043	Celano	celano	01	AQ		42.0808	13.517	4
67044	Cerchio	cerchio	01	AQ		42.0636	13.6001	4
67045	Lucoli	lucoli	01	AQ		42.2909	13.338	4
67045	Ville Di Lucoli	ville-di-lucoli	01	AQ		42.27	13.3733	3
67045	Casamaina	casamaina	01	AQ		42.2596	13.3909	4
67045	Casamaina Di Lucoli	casamaina-di-lucoli	01	AQ		42.2596	13.3909	4
67046	Santo Iona	santo-iona	01	AQ		42.0999	13.5102	4
67046	San Potito	san-potito	01	AQ		42.1213	13.5149	4
67046	Ovindoli	ovindoli	01	AQ		42.1376	13.516	4
67047	Rocca Di Cambio	rocca-di-cambio	01	AQ		42.2375	13.4891	4
67048	Rovere Di Rocca Di Mezzo	rovere-di-rocca-di-mezzo	01	AQ		42.1757	13.5161	4
67048	Rocca Di Mezzo	rocca-di-mezzo	01	AQ		42.2044	13.5184	4
67048	Rovere	rovere	01	AQ		42.1757	13.5161	4
67049	San Nicola Di Tornimparte	san-nicola-di-tornimparte	01	AQ		42.3024	13.2737	4
67049	Rocca Santo Stefano	rocca-santo-stefano	01	AQ		42.3359	13.2605	4
67049	Tornimparte	tornimparte	01	AQ		42.2901	13.3009	4
67049	Villagrande	villagrande	01	AQ		42.2953	13.3	4
67049	San Nicola	san-nicola	01	AQ		42.1288	13.287	4
67049	Rocca Santo Stefano Di Tornimparte	rocca-santo-stefano-di-tornimparte	01	AQ		42.3359	13.2605	4
67050	Rendinara	rendinara	01	AQ		41.8362	13.4674	4
67050	Villavallelonga	villavallelonga	01	AQ		41.871	13.6209	4
67050	Pagliara	pagliara	01	AQ		42.0051	13.3213	4
67050	Lecce Nei Marsi	lecce-nei-marsi	01	AQ		41.9344	13.6843	4
67050	Pero Dei Santi	pero-dei-santi	01	AQ		41.8795	13.4541	4
67050	Canistro	canistro	01	AQ		41.941	13.3988	4
67050	Grancia	grancia	01	AQ		41.8614	13.4335	4
67050	Massa D'Albe	massa-d-albe	01	AQ		42.1072	13.3943	4
67050	Ortona Dei Marsi	ortona-dei-marsi	01	AQ		41.9982	13.7291	4
67050	San Vincenzo Valle Roveto Superiore	san-vincenzo-valle-roveto-superiore	01	AQ		41.8334	13.5235	4
67050	Canistro Superiore	canistro-superiore	01	AQ		41.9385	13.5013	3
67050	Canistro Inferiore	canistro-inferiore	01	AQ		41.941	13.4119	4
67050	San Vincenzo Valle Roveto	san-vincenzo-valle-roveto	01	AQ		41.8445	13.5357	4
67050	San Vincenzo Vecchio	san-vincenzo-vecchio	01	AQ		41.8334	13.5235	4
67050	Pagliara Dei Marsi	pagliara-dei-marsi	01	AQ		41.9385	13.5013	3
67050	Castronovo	castronovo	01	AQ		41.8503	13.4812	4
67050	Roccavivi	roccavivi	01	AQ		41.8121	13.5366	4
67050	Carrito	carrito	01	AQ		42.0266	13.719	4
67050	San Sebastiano	san-sebastiano	01	AQ		42.03	13.3117	4
67050	Albe	albe	01	AQ		42.081	13.4092	4
67050	Castellafiume	castellafiume	01	AQ		41.9891	13.3344	4
67050	Forme	forme	01	AQ		42.1108	13.4418	4
67050	Bisegna	bisegna	01	AQ		41.9211	13.7576	4
67050	Ortucchio	ortucchio	01	AQ		41.9553	13.6465	4
67050	Corona	corona	01	AQ		42.1	13.3833	4
67050	Collelongo	collelongo	01	AQ		41.8866	13.5838	4
67050	Civita D'Antino	civita-d-antino	01	AQ		41.8863	13.4721	4
67050	Morino	morino	01	AQ		41.8644	13.457	4
67051	Paterno	paterno	01	AQ		42.0595	13.4792	4
67051	San Pelino	san-pelino	01	AQ		42.0516	13.4624	4
67051	Santuario Di Pietracquaria	santuario-di-pietracquaria	01	AQ		42.0457	13.4334	3
67051	Avezzano	avezzano	01	AQ		42.029	13.4264	4
67051	Cese	cese	01	AQ		42.0245	13.3889	4
67051	Antrosano	antrosano	01	AQ		42.0641	13.4102	4
67052	Balsorano	balsorano	01	AQ		41.8098	13.5598	4
67052	Balsorano Nuovo	balsorano-nuovo	01	AQ		41.8088	13.5607	4
67052	Ridotti Di Balsorano	ridotti-di-balsorano	01	AQ		41.7874	13.6064	4
67052	Ridotti	ridotti	01	AQ		41.7874	13.6064	4
67053	Pescocanale Di Capistrello	pescocanale-di-capistrello	01	AQ		41.9556	13.3915	4
67053	Corcumello	corcumello	01	AQ		42.0083	13.3465	4
67053	Capistrello	capistrello	01	AQ		41.9722	13.3962	4
67053	Pescocanale	pescocanale	01	AQ		41.9556	13.3915	4
67054	Civitella Roveto	civitella-roveto	01	AQ		41.9133	13.424	4
67054	Meta	meta	01	AQ		41.8887	13.4032	4
67055	Casali D'Aschi	casali-d-aschi	01	AQ		41.957	13.6906	3
67055	Gioia Dei Marsi	gioia-dei-marsi	01	AQ		41.957	13.6906	4
67056	Luco Dei Marsi	luco-dei-marsi	01	AQ		41.9593	13.4735	4
67057	Venere	venere	01	AQ		41.991	13.6455	4
67057	Pescina	pescina	01	AQ		42.0235	13.6512	4
67058	San Benedetto Dei Marsi	san-benedetto-dei-marsi	01	AQ		42.0076	13.6238	4
67059	Trasacco	trasacco	01	AQ		41.9574	13.5327	4
67060	Verrecchie	verrecchie	01	AQ		42.0354	13.248	4
67060	Cappadocia	cappadocia	01	AQ		42.0076	13.2781	4
67060	Petrella Liri	petrella-liri	01	AQ		42.0173	13.2827	4
67061	Poggio Cinolfo	poggio-cinolfo	01	AQ		42.1103	13.0516	4
67061	Colli Di Montebove	colli-di-montebove	01	AQ		42.0971	13.1578	4
67061	Villa Romana	villa-romana	01	AQ		42.1067	13.1076	3
67061	Montesabinese	montesabinese	01	AQ		42.0922	13.1133	4
67061	Carsoli	carsoli	01	AQ		42.0988	13.0886	4
67061	Pietrasecca	pietrasecca	01	AQ		42.1349	13.1268	4
67061	Tufo Di Carsoli	tufo-di-carsoli	01	AQ		42.1067	13.1076	3
67062	Marano Dei Marsi	marano-dei-marsi	01	AQ		42.1243	13.2705	4
67062	Rosciolo	rosciolo	01	AQ		42.1195	13.3405	4
67062	Rosciolo Dei Marsi	rosciolo-dei-marsi	01	AQ		42.1195	13.3405	4
67062	Magliano De' Marsi	magliano-de-marsi	01	AQ		42.0915	13.3638	4
67063	Oricola	oricola	01	AQ		42.0492	13.0394	4
67063	Civita	civita	01	AQ		42.0767	13.0445	4
67064	Pereto	pereto	01	AQ		42.0582	13.1023	4
67066	Rocca Di Botte	rocca-di-botte	01	AQ		42.031	13.0718	4
67067	Santo Stefano	santo-stefano	01	AQ		42.1223	13.2261	4
67067	Sante Marie	sante-marie	01	AQ		42.1037	13.2016	4
67067	Scanzano	scanzano	01	AQ		42.1058	13.2502	4
67067	Santo Stefano Di Sante Marie	santo-stefano-di-sante-marie	01	AQ		42.1223	13.2261	4
67068	Cappelle	cappelle	01	AQ		42.0668	13.38	4
67068	Scurcola Marsicana	scurcola-marsicana	01	AQ		42.0631	13.3392	4
67068	Cappelle Dei Marsi	cappelle-dei-marsi	01	AQ		42.065	13.3596	3
67069	Sorbo Di Tagliacozzo	sorbo-di-tagliacozzo	01	AQ		42.0747	13.3162	4
67069	Sorbo	sorbo	01	AQ		42.0747	13.3162	4
67069	Roccacerro	roccacerro	01	AQ		42.0664	13.2077	4
67069	Poggetello	poggetello	01	AQ		42.0887	13.2365	4
67069	Poggio Filippo	poggio-filippo	01	AQ		42.0847	13.3057	4
67069	Tremonti	tremonti	01	AQ		42.0921	13.1945	4
67069	Poggetello Di Tagliacozzo	poggetello-di-tagliacozzo	01	AQ		42.0887	13.2365	4
67069	Tagliacozzo	tagliacozzo	01	AQ		42.0693	13.2547	4
67069	Gallo	gallo	01	AQ		42.0972	13.2657	4
67069	San Donato Di Tagliacozzo	san-donato-di-tagliacozzo	01	AQ		42.0944	13.2802	4
67069	San Donato	san-donato	01	AQ		42.0944	13.2802	4
67069	Gallo Di Tagliacozzo	gallo-di-tagliacozzo	01	AQ		42.0972	13.2657	4
67069	Villa San Sebastiano	villa-san-sebastiano	01	AQ		42.03	13.3117	4
67100	San Benedetto	san-benedetto	01	AQ		42.3032	13.4358	4
67100	Coppito	coppito	01	AQ		42.3673	13.3436	4
67100	L'Aquila	l-aquila	01	AQ		42.3506	13.3995	4
67100	Poggio Di Roio	poggio-di-roio	01	AQ		42.3318	13.3775	4
67100	Sassa	sassa	01	AQ		42.352	13.2992	4
67100	Roio Piano	roio-piano	01	AQ		42.3278	13.357	4
67100	Colle Di Roio	colle-di-roio	01	AQ		42.3426	13.3468	4
67100	Pile	pile	01	AQ		42.3521	13.3486	4
67100	Tempera	tempera	01	AQ		42.3662	13.4568	4
67100	Camarda	camarda	01	AQ		42.3955	13.4993	4
67100	Bagno	bagno	01	AQ		42.3096	13.4248	4
67100	Santi	santi	01	AQ		42.4026	13.2414	4
67100	Campo Imperatore	campo-imperatore	01	AQ		42.3748	13.4018	3
67100	San Vittorino	san-vittorino	01	AQ		42.3969	13.3143	4
67100	Paganica	paganica	01	AQ		42.5053	13.2739	4
67100	Pagliare	pagliare	01	AQ		42.3488	13.3099	4
67100	Preturo	preturo	01	AQ		42.3781	13.2963	4
67100	Aragno	aragno	01	AQ		42.3964	13.4577	4
67100	San Gregorio	san-gregorio	01	AQ		42.327	13.4953	4
67100	Collebrincioni	collebrincioni	01	AQ		42.3981	13.4153	4
67100	Assergi	assergi	01	AQ		42.4154	13.5079	4
67100	Pianola	pianola	01	AQ		42.3234	13.4039	4
67100	Onna	onna	01	AQ		42.3167	13.4667	4
67100	Arischia	arischia	01	AQ		42.4182	13.3407	4
67100	Forcella	forcella	01	AQ		42.1042	13.602	4
67100	San Vittorino Amiterno	san-vittorino-amiterno	01	AQ		42.3748	13.4018	3
67100	Monticchio	monticchio	01	AQ		42.3203	13.4638	4
67100	Colle Brincioni	colle-brincioni	01	AQ		42.3748	13.4018	3
67100	Bazzano	bazzano	01	AQ		42.3748	13.4018	3
66010	San Martino Sulla Marrucina	san-martino-sulla-marrucina	01	CH		42.2242	14.2158	4
66010	Lama Dei Peligni	lama-dei-peligni	01	CH		42.0421	14.1868	4
66010	Terranova	terranova	01	CH		42.2595	14.1367	4
66010	Giuliano Teatino	giuliano-teatino	01	CH		42.3122	14.2808	4
66010	San Pietro	san-pietro	01	CH		42.2819	14.2629	4
66010	Semivicoli	semivicoli	01	CH		42.277	14.2137	4
66010	Civitella Messer Raimondo	civitella-messer-raimondo	01	CH		42.0889	14.217	4
66010	Lettopalena	lettopalena	01	CH		42.0025	14.1565	4
66010	Colledimacine	colledimacine	01	CH		42.0037	14.2008	4
66010	Miglianico	miglianico	01	CH		42.3577	14.2918	4
66010	Pennapiedimonte	pennapiedimonte	01	CH		42.1556	14.1943	4
66010	Casacanditella	casacanditella	01	CH		42.2464	14.2004	4
66010	Castelferrato	castelferrato	01	CH		42.3775	14.2211	4
66010	San Rocco	san-rocco	01	CH		42.2429	14.1289	4
66010	Tollo	tollo	01	CH		42.3454	14.3236	4
66010	Ripa Teatina	ripa-teatina	01	CH		42.366	14.2444	4
66010	Palombaro	palombaro	01	CH		42.1232	14.2299	4
66010	Canosa Sannita	canosa-sannita	01	CH		42.2963	14.3051	4
66010	Villamagna	villamagna	01	CH		42.3298	14.2369	4
66010	Gessopalena	gessopalena	01	CH		42.0552	14.2737	4
66010	Fara Filiorum Petri	fara-filiorum-petri	01	CH		42.2415	14.1803	4
66010	Torrevecchia Teatina	torrevecchia-teatina	01	CH		42.3827	14.2133	4
66010	Montenerodomo	montenerodomo	01	CH		41.9768	14.2518	4
66010	Ari	ari	01	CH		42.2897	14.2586	4
66010	Rapino	rapino	01	CH		42.2093	14.1849	4
66010	Pretoro	pretoro	01	CH		42.2192	14.1425	4
66010	Vacri	vacri	01	CH		42.2976	14.229	4
66010	Roccamontepiano	roccamontepiano	01	CH		42.2429	14.1289	4
66011	Colle Sant'Antonio	colle-sant-antonio	01	CH		42.3192	14.1358	4
66011	Bucchianico	bucchianico	01	CH		42.3037	14.1838	4
66012	Casalincontrada	casalincontrada	01	CH		42.2974	14.1351	4
66014	Villa Tucci	villa-tucci	01	CH		42.3047	14.3214	4
66014	Crecchio	crecchio	01	CH		42.2978	14.3266	4
66015	Fara San Martino	fara-san-martino	01	CH		42.0925	14.209	4
66016	Guardiagrele	guardiagrele	01	CH		42.1941	14.2194	4
66016	Villa San Vincenzo	villa-san-vincenzo	01	CH		42.1926	14.2215	3
66016	Caporosso	caporosso	01	CH		42.2019	14.207	4
66016	Comino	comino	01	CH		42.1868	14.1923	4
66016	Piano Delle Fonti	piano-delle-fonti	01	CH		42.1877	14.2674	4
66017	Palena	palena	01	CH		41.9835	14.137	4
66018	Taranta Peligna	taranta-peligna	01	CH		42.0205	14.171	4
66019	Torricella Peligna	torricella-peligna	01	CH		42.024	14.2585	4
66019	Fallascoso	fallascoso	01	CH		42.0044	14.242	4
66020	Villalfonsina	villalfonsina	01	CH		42.1604	14.5693	4
66020	Rocca San Giovanni	rocca-san-giovanni	01	CH		42.246	14.4616	4
66020	Paglieta	paglieta	01	CH		42.1614	14.5031	4
66020	Scerni	scerni	01	CH		42.1042	14.5743	4
66020	Torino Di Sangro	torino-di-sangro	01	CH		42.191	14.5427	4
66020	San Giovanni Teatino	san-giovanni-teatino	01	CH		42.4091	14.201	4
66020	Sant'Egidio	sant-egidio	01	CH		42.1758	14.4873	4
66020	Torino Di Sangro Stazione	torino-di-sangro-stazione	01	CH		42.1788	14.4789	3
66020	Pollutri	pollutri	01	CH		42.1378	14.5917	4
66020	Sambuceto	sambuceto	01	CH		42.0236	14.379	4
66020	San Giacomo Di Scerni	san-giacomo-di-scerni	01	CH		42.1788	14.4789	3
66021	Miracoli	miracoli	01	CH		42.1535	14.5991	4
66021	Casalbordino Stazione	casalbordino-stazione	01	CH		42.1535	14.5991	3
66021	Casalbordino	casalbordino	01	CH		42.1535	14.5991	4
66022	Scorciosa	scorciosa	01	CH		42.229	14.4333	4
66022	Fossacesia	fossacesia	01	CH		42.242	14.4834	4
66022	Villascorciosa	villascorciosa	01	CH		42.2403	14.4756	3
66022	Fossacesia Marina	fossacesia-marina	01	CH		42.2499	14.5102	4
66023	Francavilla Al Mare	francavilla-al-mare	01	CH		42.4216	14.2822	4
66023	Francavilla Al Mare Rione Foro	francavilla-al-mare-rione-foro	01	CH		42.4216	14.2822	3
66026	Villa San Leonardo	villa-san-leonardo	01	CH		42.3108	14.4002	4
66026	Ortona	ortona	01	CH		42.3509	14.4034	4
66026	Villa Grande	villa-grande	01	CH		42.3286	14.3638	4
66026	San Leonardo	san-leonardo	01	CH		42.3108	14.4002	4
66026	San Nicola	san-nicola	01	CH		42.324	14.382	3
66026	Villa San Nicola	villa-san-nicola	01	CH		42.3474	14.3627	4
66026	Villa Caldari	villa-caldari	01	CH		42.2957	14.3616	4
66026	Ortona Porto	ortona-porto	01	CH		42.324	14.382	3
66026	Ortona Foro	ortona-foro	01	CH		42.324	14.382	3
66030	Arielli	arielli	01	CH		42.26	14.31	4
66030	Filetto	filetto	01	CH		42.2293	14.245	4
66030	Santa Maria Imbaro	santa-maria-imbaro	01	CH		42.22	14.4503	4
66030	Montazzoli	montazzoli	01	CH		41.9489	14.4307	4
66030	Mozzagrogna	mozzagrogna	01	CH		42.2127	14.4426	4
66030	Poggiofiorito	poggiofiorito	01	CH		42.2541	14.3208	4
66030	Carpineto Sinello	carpineto-sinello	01	CH		42.0104	14.5042	4
66030	Frisa	frisa	01	CH		42.2657	14.3762	4
66030	Villa Romagnoli	villa-romagnoli	01	CH		42.2115	14.4236	4
66030	Guastameroli	guastameroli	01	CH		42.2667	14.3667	4
66030	Treglio	treglio	01	CH		42.2618	14.4231	4
66031	Casalanguida	casalanguida	01	CH		42.0375	14.4961	4
66032	Castel Frentano	castel-frentano	01	CH		42.1988	14.3564	4
66033	Castiglione Messer Marino	castiglione-messer-marino	01	CH		41.8683	14.45	4
66034	Lanciano	lanciano	01	CH		42.2272	14.3902	4
66034	Villa Elce	villa-elce	01	CH		42.1864	14.3961	4
66034	Rizzacorno	rizzacorno	01	CH		42.1746	14.3884	4
66034	Madonna Del Carmine	madonna-del-carmine	01	CH		42.2333	14.35	4
66034	Sant'Amato	sant-amato	01	CH		42.2054	14.3812	3
66034	Nasuti	nasuti	01	CH		42.2054	14.3812	3
66036	Orsogna	orsogna	01	CH		42.2234	14.2808	4
66037	Sant'Eusanio Del Sangro	sant-eusanio-del-sangro	01	CH		42.1691	14.3278	4
66038	San Vito Chietino	san-vito-chietino	01	CH		42.2901	14.4427	4
66038	Sant'Apollinare Chietino	sant-apollinare-chietino	01	CH		42.2966	14.4097	4
66038	Marina Di San Vito	marina-di-san-vito	01	CH		42.3051	14.4484	4
66040	Roio Del Sangro	roio-del-sangro	01	CH		41.9115	14.3738	4
66040	Quadri	quadri	01	CH		41.924	14.2877	4
66040	Perano	perano	01	CH		42.1046	14.3958	4
66040	Giuliopoli	giuliopoli	01	CH		41.9207	14.3574	4
66040	Rosello	rosello	01	CH		41.9012	14.3492	4
66040	Castelguidone	castelguidone	01	CH		41.8226	14.5229	4
66040	Pietraferrazzana	pietraferrazzana	01	CH		41.9694	14.3745	4
66040	Colledimezzo	colledimezzo	01	CH		41.9861	14.3869	4
66040	Monteferrante	monteferrante	01	CH		41.954	14.3886	4
66040	Civitaluparella	civitaluparella	01	CH		41.9449	14.3013	4
66040	Selva Di Altino	selva-di-altino	01	CH		42.1144	14.3443	4
66040	Borrello	borrello	01	CH		41.9173	14.3054	4
66040	Montebello Sul Sangro	montebello-sul-sangro	01	CH		41.9866	14.324	4
66040	Fallo	fallo	01	CH		41.9383	14.3236	4
66040	Buonanotte	buonanotte	01	CH		41.9866	14.324	4
66040	Altino	altino	01	CH		42.0995	14.3327	4
66040	Pizzoferrato	pizzoferrato	01	CH		41.9224	14.2363	4
66040	Selva	selva	01	CH		42.1144	14.3443	4
66040	Gamberale	gamberale	01	CH		41.9053	14.2084	4
66040	Montelapiano	montelapiano	01	CH		41.9627	14.3421	4
66040	Roccascalegna	roccascalegna	01	CH		42.0621	14.308	4
66040	Pennadomo	pennadomo	01	CH		42.0039	14.3234	4
66041	Atessa	atessa	01	CH		42.0702	14.4505	4
66041	Piazzano Di Atessa	piazzano-di-atessa	01	CH		42.1281	14.4107	4
66041	Monte Marcone	monte-marcone	01	CH		42.1235	14.4324	4
66041	Piana La Fara	piana-la-fara	01	CH		42.1316	14.4039	4
66041	Piazzano	piazzano	01	CH		42.1281	14.4107	4
66042	Bomba	bomba	01	CH		42.0334	14.3666	4
66043	Selva Piana	selva-piana	01	CH		42.1246	14.298	4
66043	Casoli	casoli	01	CH		42.1138	14.2899	4
66044	Piane D'Archi	piane-d-archi	01	CH		42.1034	14.3704	4
66044	Archi	archi	01	CH		42.0913	14.3827	4
66045	Schiavi Di Abruzzo	schiavi-di-abruzzo	01	CH		41.8131	14.4865	4
66045	Taverna Di Schiavi Di Abruzzo	taverna-di-schiavi-di-abruzzo	01	CH		41.8131	14.4865	3
66046	Tornareccio	tornareccio	01	CH		42.0376	14.4153	4
66046	San Giovanni	san-giovanni	01	CH		42.0192	14.4201	4
66047	Villa Santa Maria	villa-santa-maria	01	CH		41.9513	14.3515	4
66050	Olmi	olmi	01	CH		41.9198	14.4821	4
66050	San Salvo	san-salvo	01	CH		42.0441	14.7333	4
66050	Monteodorisio	monteodorisio	01	CH		42.0849	14.6539	4
66050	Tufillo	tufillo	01	CH		41.9168	14.6256	4
66050	Palmoli	palmoli	01	CH		41.9394	14.5814	4
66050	San Salvo Marina	san-salvo-marina	01	CH		42.0704	14.766	4
66050	San Giovanni Lipioni	san-giovanni-lipioni	01	CH		41.8438	14.5627	4
66050	Celenza Sul Trigno	celenza-sul-trigno	01	CH		41.872	14.5789	4
66050	Guilmi	guilmi	01	CH		41.9965	14.4788	4
66050	Fresagrandinaria	fresagrandinaria	01	CH		41.979	14.6621	4
66050	Lentella	lentella	01	CH		41.9958	14.6769	4
66050	San Buono	san-buono	01	CH		41.9814	14.5682	4
66050	Carunchio	carunchio	01	CH		41.9176	14.5268	4
66050	Roccaspinalveti	roccaspinalveti	01	CH		41.9423	14.4709	4
66050	Dogliola	dogliola	01	CH		41.9424	14.6351	4
66050	Torrebruna	torrebruna	01	CH		41.8674	14.5415	4
66050	Furci	furci	01	CH		42.0075	14.588	4
66050	Fraine	fraine	01	CH		41.9062	14.4879	4
66050	Liscia	liscia	01	CH		41.9552	14.5553	4
66050	Guardiabruna	guardiabruna	01	CH		41.852	14.5329	4
66051	Cupello	cupello	01	CH		42.0694	14.6705	4
66052	Gissi	gissi	01	CH		42.018	14.5448	4
66054	Vasto	vasto	01	CH		42.1115	14.7065	4
66054	Incoronata Di Vasto	incoronata-di-vasto	01	CH		42.106	14.7085	3
66054	San Lorenzo Di Vasto	san-lorenzo-di-vasto	01	CH		42.125	14.6739	4
66054	Marina Di Vasto	marina-di-vasto	01	CH		42.0937	14.7268	4
66054	Vasto Marina	vasto-marina	01	CH		42.0937	14.7268	4
66100	Chieti	chieti	01	CH		42.3483	14.1649	4
66100	Brecciarola	brecciarola	01	CH		42.3301	14.116	4
66100	Chieti Stazione	chieti-stazione	01	CH		42.3392	14.1405	3
66100	Chieti Scalo	chieti-scalo	01	CH		42.3392	14.1405	3
66100	Tricalle	tricalle	01	CH		42.3392	14.1405	3
65010	Spoltore	spoltore	01	PE		42.455	14.1399	4
65010	Brittoli	brittoli	01	PE		42.3152	13.8603	4
65010	Cappelle Sul Tavo	cappelle-sul-tavo	01	PE		42.4771	14.1074	4
65010	Vestea	vestea	01	PE		42.39	13.8844	4
65010	Congiunti	congiunti	01	PE		42.4718	14.0852	4
65010	Elice	elice	01	PE		42.5228	13.9707	4
65010	Barberi	barberi	01	PE		42.4407	14.0427	4
65010	Collecorvino	collecorvino	01	PE		42.4602	14.0156	4
65010	Picciano	picciano	01	PE		42.4753	13.9899	4
65010	Montebello Di Bertona	montebello-di-bertona	01	PE		42.4169	13.8712	4
65010	Villa Raspa	villa-raspa	01	PE		42.4554	14.1846	4
65010	Moscufo	moscufo	01	PE		42.4271	14.0543	4
65010	Farindola	farindola	01	PE		42.4429	13.8214	4
65010	Nocciano	nocciano	01	PE		42.3337	13.9857	4
65010	Santa Lucia	santa-lucia	01	PE		42.4649	14.0758	4
65010	Civitella Casanova	civitella-casanova	01	PE		42.3639	13.8851	4
65010	Civitaquana	civitaquana	01	PE		42.3258	13.9001	4
65010	Villa Celiera	villa-celiera	01	PE		42.3818	13.8586	4
65010	Piccianello	piccianello	01	PE		42.4837	13.9902	4
65010	Caprara D'Abruzzo	caprara-d-abruzzo	01	PE		42.4325	14.1103	4
65010	Santa Teresa	santa-teresa	01	PE		42.4275	14.1582	4
65010	Carpineto Della Nora	carpineto-della-nora	01	PE		42.3337	13.8606	4
65010	Santa Lucia Di Collecorvino	santa-lucia-di-collecorvino	01	PE		42.4649	14.0758	4
65010	Vicoli	vicoli	01	PE		42.341	13.8969	4
65011	Catignano	catignano	01	PE		42.347	13.9519	4
65012	Cepagatti	cepagatti	01	PE		42.3651	14.0742	4
65012	Vallemare	vallemare	01	PE		42.3524	14.104	4
65012	Villanova	villanova	01	PE		42.3825	14.1234	4
65012	Villareia	villareia	01	PE		42.3432	14.1113	4
65012	Vallemare Di Cepagatti	vallemare-di-cepagatti	01	PE		42.3524	14.104	4
65013	San Martino Bassa	san-martino-bassa	01	PE		42.5183	14.1305	4
65013	Marina	marina	01	PE		42.5114	14.1451	4
65013	Villa Cipresso	villa-cipresso	01	PE		42.5148	14.1378	3
65013	Citta' Sant'Angelo	citta-sant-angelo	01	PE		42.5148	14.1378	3
65014	Loreto Aprutino	loreto-aprutino	01	PE		42.431	13.9806	4
65015	Montesilvano Colle	montesilvano-colle	01	PE		42.4907	14.1446	4
65015	Villa Carmine	villa-carmine	01	PE		42.5011	14.1449	3
65015	Montesilvano Marina	montesilvano-marina	01	PE		42.5114	14.1451	4
65015	Montesilvano	montesilvano	01	PE		42.5011	14.1449	3
65015	Montesilvano Spiaggia	montesilvano-spiaggia	01	PE		42.5011	14.1449	3
65017	Roccafinadamo	roccafinadamo	01	PE		42.4787	13.8267	4
65017	Penne	penne	01	PE		42.4547	13.9275	4
65019	Pianella	pianella	01	PE		42.3992	14.0478	4
65019	Cerratina	cerratina	01	PE		42.3901	14.1034	4
65019	Castellana	castellana	01	PE		42.3986	14.1077	4
65020	Alanno Scalo	alanno-scalo	01	PE		42.2831	14.0166	4
65020	Villa San Giovanni	villa-san-giovanni	01	PE		42.3384	14.0263	4
65020	Villa Badessa	villa-badessa	01	PE		42.3529	14.038	4
65020	Alanno	alanno	01	PE		42.2955	13.9708	4
65020	Sant'Eufemia A Maiella	sant-eufemia-a-maiella	01	PE		42.1261	14.0265	4
65020	Castiglione A Casauria	castiglione-a-casauria	01	PE		42.236	13.8983	4
65020	Alanno Stazione	alanno-stazione	01	PE		42.2583	13.9892	3
65020	Turrivalignani	turrivalignani	01	PE		42.263	14.0285	4
65020	San Valentino In Abruzzo Citeriore	san-valentino-in-abruzzo-citeriore	01	PE		42.233	13.9856	4
65020	Pietranico	pietranico	01	PE		42.2756	13.9108	4
65020	Corvara	corvara	01	PE		42.2751	13.8736	4
65020	Roccamorice	roccamorice	01	PE		42.2127	14.0253	4
65020	Cugnoli	cugnoli	01	PE		42.2679	14.041	4
65020	Lettomanoppello	lettomanoppello	01	PE		42.2434	14.0384	4
65020	Pesconuovo	pesconuovo	01	PE		42.2583	13.9892	3
65020	Musellaro	musellaro	01	PE		42.1933	13.9537	4
65020	Salle	salle	01	PE		42.1776	13.9609	4
65020	Abbateggio	abbateggio	01	PE		42.2242	14.01	4
65020	Villa Oliveti	villa-oliveti	01	PE		42.3382	14.0668	4
65020	Ticchione	ticchione	01	PE		42.2917	14.0113	4
65020	Piano D'Orta	piano-d-orta	01	PE		42.2583	13.9892	3
65020	Bolognano	bolognano	01	PE		42.2181	13.9601	4
65020	Pescosansonesco	pescosansonesco	01	PE		42.2552	13.8848	4
65020	Rosciano	rosciano	01	PE		42.3223	14.0456	4
65022	Bussi Officine	bussi-officine	01	PE		42.1975	13.8445	4
65022	Bussi Sul Tirino	bussi-sul-tirino	01	PE		42.2132	13.8251	4
65023	Caramanico Terme	caramanico-terme	01	PE		42.1559	14.0048	4
65023	San Tommaso	san-tommaso	01	PE		42.1873	13.9702	4
65024	Ripacorbaria	ripacorbaria	01	PE		42.2833	14.0667	4
65024	Manoppello Scalo	manoppello-scalo	01	PE		42.3076	14.0536	4
65024	Manoppello	manoppello	01	PE		42.2592	14.0602	4
65024	Manoppello Stazione	manoppello-stazione	01	PE		42.2834	14.0602	3
65025	Serramonacesca	serramonacesca	01	PE		42.248	14.093	4
65026	Popoli	popoli	01	PE		42.1687	13.83	4
65027	Decontra	decontra	01	PE		42.2429	14.0185	4
65027	Scafa	scafa	01	PE		42.2657	13.9966	4
65028	Tocco Da Casauria	tocco-da-casauria	01	PE		42.212	13.9155	4
65029	Torre De' Passeri	torre-de-passeri	01	PE		42.2432	13.9333	4
65100	Pescara	pescara	01	PE		42.4584	14.2028	4
65121	Pescara	pescara	01	PE		42.4584	14.2028	4
65122	Pescara	pescara	01	PE		42.4584	14.2028	4
65123	Pescara	pescara	01	PE		42.4584	14.2028	4
65124	Pescara	pescara	01	PE		42.4584	14.2028	4
65125	Pescara Colli	pescara-colli	01	PE		42.4584	14.2028	3
65125	Pescara	pescara	01	PE		42.4584	14.2028	4
65126	Pescara	pescara	01	PE		42.4584	14.2028	4
65127	Pescara	pescara	01	PE		42.4584	14.2028	4
65128	Pescara	pescara	01	PE		42.4584	14.2028	4
65129	Pineta Di Pescara	pineta-di-pescara	01	PE		42.45	14.2333	4
65129	Pescara	pescara	01	PE		42.4584	14.2028	4
65131	Fontanelle	fontanelle	01	PE		42.4244	14.0518	4
65132	San Silvestro	san-silvestro	01	PE		42.4333	14.2333	4
65132	Pescara	pescara	01	PE		42.4584	14.2028	4
64010	Civitella Del Tronto	civitella-del-tronto	01	TE		42.773	13.6763	4
64010	Torricella Sicura	torricella-sicura	01	TE		42.659	13.6572	4
64010	Torano Nuovo	torano-nuovo	01	TE		42.823	13.7773	4
64010	Valle Castellana	valle-castellana	01	TE		42.7361	13.4971	4
64010	Cerqueto Del Tronto	cerqueto-del-tronto	01	TE		42.7952	13.6163	4
64010	Villa Lempa	villa-lempa	01	TE		42.7934	13.6443	4
64010	Leofara	leofara	01	TE		42.7422	13.5512	4
64010	Pietralta	pietralta	01	TE		42.71	13.4468	4
64010	San Vito	san-vito	01	TE		42.7918	13.5512	4
64010	Villa Favale	villa-favale	01	TE		42.7586	13.6366	3
64010	Ancarano	ancarano	01	TE		42.8377	13.7466	4
64010	Villa Passo	villa-passo	01	TE		42.7801	13.6522	4
64010	Ioanella	ioanella	01	TE		42.6642	13.6219	4
64010	Rocca Santa Maria	rocca-santa-maria	01	TE		42.7586	13.6366	3
64010	Ripe Civitella Del Tronto	ripe-civitella-del-tronto	01	TE		42.7562	13.6371	4
64010	Santo Stefano	santo-stefano	01	TE		42.6546	13.6038	4
64010	Colonnella	colonnella	01	TE		42.8723	13.8699	4
64010	Rocche Di Civitella	rocche-di-civitella	01	TE		42.7501	13.6596	4
64010	Santo Stefano Di Torricella Sicura	santo-stefano-di-torricella-sicura	01	TE		42.6546	13.6038	4
64010	Cesano	cesano	01	TE		42.8043	13.5357	4
64010	Ponzano	ponzano	01	TE		42.779	13.7059	4
64010	Controguerra	controguerra	01	TE		42.854	13.8177	4
64010	Pascellata	pascellata	01	TE		42.7006	13.4964	4
64011	Alba Adriatica	alba-adriatica	01	TE		42.8318	13.9259	4
64012	Sant'Onofrio	sant-onofrio	01	TE		42.7615	13.7374	4
64012	Campovalano	campovalano	01	TE		42.7276	13.6619	4
64012	Garrufo Di Campli	garrufo-di-campli	01	TE		42.737	13.6572	4
64012	Paterno	paterno	01	TE		42.7527	13.7187	4
64012	Campli	campli	01	TE		42.7268	13.6869	4
64012	Villa Paterno	villa-paterno	01	TE		42.7397	13.6981	3
64012	Piancarani	piancarani	01	TE		42.7325	13.7265	4
64013	Corropoli	corropoli	01	TE		42.8272	13.8347	4
64014	Villa Rosa Di Martinsicuro	villa-rosa-di-martinsicuro	01	TE		42.8506	13.9202	4
64014	Martinsicuro	martinsicuro	01	TE		42.8803	13.9133	4
64014	Villa Rosa	villa-rosa	01	TE		42.8506	13.9202	4
64015	Nereto	nereto	01	TE		42.8155	13.8199	4
64016	Faraone Nuovo	faraone-nuovo	01	TE		42.803	13.6739	4
64016	Paolantonio	paolantonio	01	TE		42.81	13.6978	3
64016	Sant'Egidio Alla Vibrata	sant-egidio-alla-vibrata	01	TE		42.8171	13.7216	4
64016	Faraone	faraone	01	TE		42.81	13.6978	3
64016	Villa Mattoni	villa-mattoni	01	TE		42.81	13.6978	3
64018	Tortoreto	tortoreto	01	TE		42.8037	13.9135	4
64018	Salino	salino	01	TE		42.7857	13.914	4
64018	Tortoreto Lido	tortoreto-lido	01	TE		42.7996	13.9421	4
64020	Castellalto	castellalto	01	TE		42.677	13.821	4
64020	Castelbasso	castelbasso	01	TE		42.6453	13.8447	4
64020	Castelnuovo Vomano	castelnuovo-vomano	01	TE		42.6293	13.85	4
64020	Zaccheo	zaccheo	01	TE		42.6971	13.8477	4
64020	Pagliare	pagliare	01	TE		42.6437	13.9517	4
64020	Bellante	bellante	01	TE		42.7442	13.8023	4
64020	Casemolino	casemolino	01	TE		42.6973	13.828	4
64020	Bellante Stazione	bellante-stazione	01	TE		42.7065	13.8395	4
64020	Petriccione	petriccione	01	TE		42.6982	13.8386	4
64020	Villa Zaccheo	villa-zaccheo	01	TE		42.6971	13.8477	4
64020	Ripattoni	ripattoni	01	TE		42.6772	13.8454	3
64020	Morro D'Oro	morro-d-oro	01	TE		42.6629	13.9213	4
64020	Canzano	canzano	01	TE		42.6456	13.8041	4
64020	Valle Canzano	valle-canzano	01	TE		42.6589	13.7936	4
64021	Colleranesco	colleranesco	01	TE		42.7211	13.9373	4
64021	Giulianova	giulianova	01	TE		42.7538	13.9665	4
64021	Giulianova Spiaggia	giulianova-spiaggia	01	TE		42.7375	13.9519	3
64023	Mosciano Sant'Angelo	mosciano-sant-angelo	01	TE		42.747	13.8889	4
64023	Notaresco Stazione	notaresco-stazione	01	TE		42.7075	13.8777	4
64023	Montone	montone	01	TE		42.7665	13.9217	4
64024	Guardia Vomano	guardia-vomano	01	TE		42.6373	13.8815	4
64024	Notaresco	notaresco	01	TE		42.6574	13.8949	4
64024	Pianura Vomano	pianura-vomano	01	TE		42.6303	13.9155	4
64025	Borgo Santa Maria Immacolata	borgo-santa-maria-immacolata	01	TE		42.6117	14.0455	4
64025	Scerne Di Pineto	scerne-di-pineto	01	TE		42.614	14.0461	3
64025	Scerne	scerne	01	TE		42.6475	14.0379	4
64025	Mutignano	mutignano	01	TE		42.5879	14.0347	4
64025	Pineto	pineto	01	TE		42.6088	14.0664	4
64026	Cologna Spiaggia	cologna-spiaggia	01	TE		42.7215	13.9831	4
64026	Santa Lucia Di Roseto Degli Abruzzi	santa-lucia-di-roseto-degli-abruzzi	01	TE		42.6465	13.9637	4
64026	San Giovanni	san-giovanni	01	TE		42.654	13.9861	4
64026	Roseto Degli Abruzzi	roseto-degli-abruzzi	01	TE		42.6716	14.0148	4
64026	Santa Lucia	santa-lucia	01	TE		42.6465	13.9637	4
64026	Cologna Paese	cologna-paese	01	TE		42.6944	13.9492	4
64026	Cologna	cologna	01	TE		42.6731	13.9786	3
64026	Montepagano	montepagano	01	TE		42.6768	13.9897	4
64027	Sant'Omero	sant-omero	01	TE		42.7901	13.7891	4
64027	Garrufo	garrufo	01	TE		42.737	13.6572	4
64027	Poggio Morello	poggio-morello	01	TE		42.7829	13.874	4
64028	San Silvestro	san-silvestro	01	TE		42.6453	13.7266	4
64028	Silvi Marina	silvi-marina	01	TE		42.5634	14.0878	4
64028	Pianacce	pianacce	01	TE		42.5559	14.0881	4
64028	Silvi	silvi	01	TE		42.5498	14.1176	4
64030	Villa Bozza	villa-bozza	01	TE		42.5604	13.9217	4
64030	Castel Castagna	castel-castagna	01	TE		42.5429	13.7164	4
64030	Montefino	montefino	01	TE		42.5455	13.8848	4
64030	Basciano	basciano	01	TE		42.5964	13.7356	4
64031	Arsita	arsita	01	TE		42.5027	13.7852	4
64032	Santa Margherita Di Atri	santa-margherita-di-atri	01	TE		42.607	13.9443	4
64032	Fontanelle	fontanelle	01	TE		42.6176	13.9256	4
64032	Treciminiere	treciminiere	01	TE		42.5487	14.0544	4
64032	Atri	atri	01	TE		42.5764	13.989	4
64032	Santa Margherita	santa-margherita	01	TE		42.607	13.9443	4
64032	San Giacomo D'Atri	san-giacomo-d-atri	01	TE		42.5984	13.9674	3
64032	San Giacomo	san-giacomo	01	TE		42.5962	13.9236	4
64032	Casoli	casoli	01	TE		42.6172	13.9791	4
64032	Casoli Di Atri	casoli-di-atri	01	TE		42.6172	13.9791	4
64033	Bisenti	bisenti	01	TE		42.5288	13.7995	4
64034	Appignano	appignano	01	TE		42.5454	13.8497	4
64034	Castiglione Messer Raimondo	castiglione-messer-raimondo	01	TE		42.5319	13.8795	4
64035	Villa San Romualdo	villa-san-romualdo	01	TE		42.551	13.9454	4
64035	Castilenti	castilenti	01	TE		42.5333	13.9171	4
64036	Scorrano	scorrano	01	TE		42.5918	13.8204	4
64036	Cellino Attanasio	cellino-attanasio	01	TE		42.5857	13.8605	4
64037	Poggio Delle Rose	poggio-delle-rose	01	TE		42.5711	13.8105	4
64037	Montegualtieri	montegualtieri	01	TE		42.6154	13.8217	4
64037	Cermignano	cermignano	01	TE		42.5913	13.7954	4
64039	Val Vomano	val-vomano	01	TE		42.6082	13.7568	4
64039	Penna Sant'Andrea	penna-sant-andrea	01	TE		42.594	13.7721	4
64040	Padula	padula	01	TE		42.6334	13.4702	4
64040	Pagliaroli	pagliaroli	01	TE		42.6323	13.5416	4
64040	Cortino	cortino	01	TE		42.6219	13.5077	4
64041	Castelli	castelli	01	TE		42.4848	13.712	4
64041	Colledoro	colledoro	01	TE		42.5155	13.7302	4
64042	Colledara	colledara	01	TE		42.5392	13.6756	4
64042	Villa Petto	villa-petto	01	TE		42.5682	13.7172	4
64042	Ornano Grande	ornano-grande	01	TE		42.5341	13.6517	4
64043	Cesacastina	cesacastina	01	TE		42.5884	13.4473	4
64043	Poggio Umbricchio	poggio-umbricchio	01	TE		42.5609	13.5525	4
64043	Cervaro	cervaro	01	TE		42.5819	13.4752	4
64043	Tottea	tottea	01	TE		42.5533	13.4659	4
64043	Crognaleto	crognaleto	01	TE		42.5877	13.4889	4
64043	San Giorgio	san-giorgio	01	TE		42.5939	13.5339	4
64043	Macchia Vomano	macchia-vomano	01	TE		42.5672	13.5172	4
64043	Nerito	nerito	01	TE		42.5476	13.4776	4
64043	San Giorgio Di Crognaleto	san-giorgio-di-crognaleto	01	TE		42.5939	13.5339	4
64044	Cerqueto	cerqueto	01	TE		42.5461	13.5654	4
64044	Fano Adriano	fano-adriano	01	TE		42.5523	13.5376	4
64045	Isola Del Gran Sasso D'Italia	isola-del-gran-sasso-d-italia	01	TE		42.5032	13.6572	4
64045	Cerchiara	cerchiara	01	TE		42.5037	13.6273	4
64045	Forca Di Valle	forca-di-valle	01	TE		42.519	13.6313	4
64045	Fano A Corno	fano-a-corno	01	TE		42.4899	13.6169	4
64045	San Gabriele Dell'Addolorata	san-gabriele-dell-addolorata	01	TE		42.504	13.6332	3
64046	Cusciano	cusciano	01	TE		42.5695	13.5851	4
64046	Collevecchio Di Montorio	collevecchio-di-montorio	01	TE		42.5966	13.663	4
64046	Leognano	leognano	01	TE		42.5827	13.6797	4
64046	Montorio Al Vomano	montorio-al-vomano	01	TE		42.5812	13.6371	4
64047	Intermesoli	intermesoli	01	TE		42.5352	13.5415	4
64047	Pietracamela	pietracamela	01	TE		42.5234	13.5543	4
64049	Azzinano	azzinano	01	TE		42.5562	13.6323	4
64049	Tossicia	tossicia	01	TE		42.5447	13.646	4
64049	Chiarino	chiarino	01	TE		42.5505	13.6391	3
64100	Piano D'Accio	piano-d-accio	01	TE		42.6838	13.7577	4
64100	Colle Santa Maria	colle-santa-maria	01	TE		42.7594	13.9058	4
64100	Nepezzano	nepezzano	01	TE		42.6899	13.7565	4
64100	Villa Ripa	villa-ripa	01	TE		42.6327	13.6571	4
64100	Forcella	forcella	01	TE		42.6232	13.7689	4
64100	Tordinia	tordinia	01	TE		42.6327	13.6571	4
64100	Varano	varano	01	TE		42.6167	13.6	4
64100	Spiano	spiano	01	TE		42.6072	13.6672	4
64100	Castagneto	castagneto	01	TE		42.6704	13.6468	4
64100	Villa Vomano	villa-vomano	01	TE		42.6134	13.7641	4
64100	Colleminuccio	colleminuccio	01	TE		42.6882	13.7165	4
64100	Colleatterrato Alto	colleatterrato-alto	01	TE		42.6798	13.7297	4
64100	Poggio San Vittorino	poggio-san-vittorino	01	TE		42.666	13.7778	4
64100	Frondarola	frondarola	01	TE		42.621	13.6489	4
64100	Sant'Atto	sant-atto	01	TE		42.7073	13.8071	4
64100	Teramo	teramo	01	TE		42.6612	13.699	4
64100	Miano	miano	01	TE		42.6191	13.7071	4
64100	Cartecchio	cartecchio	01	TE		42.6574	13.7201	3
64100	San Nicolo' A Tordino	san-nicolo-a-tordino	01	TE		42.6965	13.7971	4
64100	Valle San Giovanni	valle-san-giovanni	01	TE		42.6215	13.6181	4
75010	Miglionico	miglionico	02	MT		40.5676	16.4996	4
75010	Oliveto Lucano	oliveto-lucano	02	MT		40.5355	16.1855	4
75010	Grottole	grottole	02	MT		40.6033	16.3783	4
75010	Cirigliano	cirigliano	02	MT		40.3938	16.1719	4
75010	Calciano	calciano	02	MT		40.588	16.1924	4
75010	San Mauro Forte	san-mauro-forte	02	MT		40.4833	16.2515	4
75010	Aliano	aliano	02	MT		40.3136	16.2298	4
75010	Garaguso	garaguso	02	MT		40.5487	16.2283	4
75010	Craco	craco	02	MT		40.3799	16.4371	4
75010	Gorgoglione	gorgoglione	02	MT		40.3953	16.1446	4
75010	Peschiera	peschiera	02	MT		40.3591	16.4964	4
75011	Accettura	accettura	02	MT		40.491	16.158	4
75012	Metaponto	metaponto	02	MT		40.3714	16.8112	4
75012	Metaponto Lido	metaponto-lido	02	MT		40.3591	16.8341	4
75012	Bernalda	bernalda	02	MT		40.4126	16.6892	4
75012	Serra Marina	serra-marina	02	MT		40.4445	16.7809	4
75013	Ferrandina	ferrandina	02	MT		40.5008	16.4526	4
75013	Macchia	macchia	02	MT		40.4683	16.503	4
75013	Borgo Macchia	borgo-macchia	02	MT		40.4846	16.4778	3
75014	Grassano	grassano	02	MT		40.6346	16.2779	4
75015	Pisticci	pisticci	02	MT		40.3902	16.5592	4
75015	Marconia	marconia	02	MT	077020	40.3635	16.6882	4
75015	Pisticci Scalo	pisticci-scalo	02	MT	077020	40.4205	16.5493	4
75016	Pomarico	pomarico	02	MT		40.528	16.5271	4
75017	Salandra	salandra	02	MT		40.5267	16.3204	4
75018	Stigliano	stigliano	02	MT		40.4024	16.2298	4
75019	Tricarico	tricarico	02	MT		40.6146	16.1426	4
75019	Calle	calle	02	MT		40.683	16.1327	4
75020	Scanzano Jonico	scanzano-jonico	02	MT		40.2509	16.6982	4
75020	Nova Siri Scalo	nova-siri-scalo	02	MT		40.1318	16.6359	4
75020	Recoleta	recoleta	02	MT		40.2511	16.6539	4
75020	Nova Siri Stazione	nova-siri-stazione	02	MT		40.1955	16.632	3
75020	Nova Siri	nova-siri	02	MT		40.1482	16.5398	4
75021	Colobraro	colobraro	02	MT		40.1884	16.4248	4
75022	Irsina	irsina	02	MT		40.7502	16.2382	4
75022	Taccone	taccone	02	MT		40.798	16.1622	4
75023	Montalbano Jonico	montalbano-jonico	02	MT		40.2859	16.5696	4
75024	Montescaglioso	montescaglioso	02	MT		40.5502	16.6654	4
75025	Policoro	policoro	02	MT		40.2128	16.6779	4
75026	Rotondella	rotondella	02	MT		40.1714	16.5249	4
75027	San Giorgio Lucano	san-giorgio-lucano	02	MT		40.1113	16.3893	4
75028	Gannano	gannano	02	MT		40.3248	16.4264	4
75028	Caprarico	caprarico	02	MT		40.3077	16.4044	4
75028	Tursi	tursi	02	MT		40.2465	16.4714	4
75029	Valsinni	valsinni	02	MT		40.171	16.4439	4
75100	Venusio	venusio	02	MT		40.6642	16.5701	3
75100	Matera	matera	02	MT		40.666	16.6046	4
75100	La Martella	la-martella	02	MT		40.6625	16.5355	4
85010	Pantano	pantano	02	PZ		40.2025	16.2111	4
85010	San Chirico Nuovo	san-chirico-nuovo	02	PZ		40.6776	16.0789	4
85010	Missanello	missanello	02	PZ		40.2831	16.1665	4
85010	Cancellara	cancellara	02	PZ		40.7307	15.9247	4
85010	Calvello	calvello	02	PZ		40.4748	15.8509	4
85010	Armento	armento	02	PZ		40.3066	16.0655	4
85010	Brindisi Montagna	brindisi-montagna	02	PZ		40.6095	15.9398	4
85010	Madonna Del Pantano	madonna-del-pantano	02	PZ		40.5668	15.7699	4
85010	Abriola	abriola	02	PZ		40.5075	15.8131	4
85010	Pignola	pignola	02	PZ		40.5741	15.7829	4
85010	Castelmezzano	castelmezzano	02	PZ		40.5283	16.0458	4
85010	Guardia Perticara	guardia-perticara	02	PZ		40.3617	16.0984	4
85010	Pietrapertosa	pietrapertosa	02	PZ		40.5173	16.0624	4
85010	Campomaggiore	campomaggiore	02	PZ		40.5659	16.0725	4
85010	Vaglio Basilicata	vaglio-basilicata	02	PZ		40.6664	15.9143	4
85010	Anzi	anzi	02	PZ		40.5166	15.9246	4
85010	Albano Di Lucania	albano-di-lucania	02	PZ		40.5861	16.0371	4
85010	Rifreddo	rifreddo	02	PZ		40.5736	15.8218	4
85010	Banzi	banzi	02	PZ		40.8606	16.0098	4
85010	Gallicchio	gallicchio	02	PZ		40.7393	15.7911	4
85011	Acerenza	acerenza	02	PZ		40.7939	15.9381	4
85012	Corleto Perticara	corleto-perticara	02	PZ		40.3821	16.0392	4
85013	Genzano Di Lucania	genzano-di-lucania	02	PZ		40.8459	16.0312	4
85014	Laurenzana	laurenzana	02	PZ		40.4591	15.9707	4
85015	Oppido Lucano	oppido-lucano	02	PZ		40.6418	15.8079	4
85016	San Giorgio	san-giorgio	02	PZ	076060	40.7715	15.798	4
85016	Pietragalla	pietragalla	02	PZ		40.7457	15.874	4
85017	Tolve	tolve	02	PZ		40.6942	16.0163	4
85018	Trivigno	trivigno	02	PZ		40.5802	15.9886	4
85020	Lagopesole	lagopesole	02	PZ		40.8034	15.7344	4
85020	Scalera	scalera	02	PZ		40.8593	15.7192	4
85020	Montemilone	montemilone	02	PZ		41.0274	15.9666	4
85020	Sant'Andrea	sant-andrea	02	PZ		40.8981	15.5921	4
85020	Ruvo Del Monte	ruvo-del-monte	02	PZ		40.8495	15.5422	4
85020	San Giorgio Di Pietragalla	san-giorgio-di-pietragalla	02	PZ		40.7715	15.798	4
85020	San Fele	san-fele	02	PZ		40.8165	15.5404	4
85020	Ginestra	ginestra	02	PZ		40.9309	15.735	4
85020	Maschito	maschito	02	PZ		40.9089	15.8295	4
85020	Dragonetti	dragonetti	02	PZ		40.8297	15.7158	4
85020	Avigliano Scalo	avigliano-scalo	02	PZ		40.8649	15.6778	3
85020	Sterpito Di Sotto	sterpito-di-sotto	02	PZ		40.7959	15.6831	4
85020	Pescopagano	pescopagano	02	PZ		40.8349	15.3995	4
85020	Sant'Ilario	sant-ilario	02	PZ		40.7907	15.6663	4
85020	Ripacandida	ripacandida	02	PZ		40.9126	15.726	4
85020	Sterpito Di Sopra	sterpito-di-sopra	02	PZ		40.7877	15.685	4
85020	Atella	atella	02	PZ		40.8785	15.6523	4
85020	Filiano	filiano	02	PZ		40.8104	15.7098	4
85020	Sant'Angelo Di Avigliano	sant-angelo-di-avigliano	02	PZ		40.8649	15.6778	3
85020	Rapone	rapone	02	PZ		40.8471	15.4982	4
85020	San Nicola	san-nicola	02	PZ		41.0802	15.6843	4
85020	Piano San Nicola	piano-san-nicola	02	PZ		40.8649	15.6778	3
85020	Sterpito	sterpito	02	PZ		40.8649	15.6778	3
85021	Piano Del Conte	piano-del-conte	02	PZ	076007	40.8289	15.7524	4
85021	Possidente	possidente	02	PZ	076007	40.7817	15.7738	4
85021	San Cataldo Di Bella	san-cataldo-di-bella	02	PZ		40.7745	15.7397	3
85021	Castel Lagopesole	castel-lagopesole	02	PZ	076007	40.8034	15.7344	4
85021	Avigliano	avigliano	02	PZ		40.7329	15.72	4
85021	San Cataldo	san-cataldo	02	PZ		40.7417	15.6654	4
85021	Sant'Angelo	sant-angelo	02	PZ	076007	40.7583	15.7922	4
85022	Barile	barile	02	PZ		40.9433	15.6717	4
85023	Forenza	forenza	02	PZ		40.8604	15.8546	4
85024	Gaudiano	gaudiano	02	PZ		41.0477	15.7891	3
85024	Lavello	lavello	02	PZ		41.0477	15.7891	4
85025	Foggiano	foggiano	02	PZ		40.9581	15.5739	4
85025	Melfi	melfi	02	PZ		40.9957	15.6558	4
85025	Leonessa Di Melfi	leonessa-di-melfi	02	PZ		41.0769	15.6035	4
85026	Palazzo San Gervasio	palazzo-san-gervasio	02	PZ		40.9316	15.9815	4
85027	Rapolla	rapolla	02	PZ		40.975	15.672	4
85028	Monticchio Bagni	monticchio-bagni	02	PZ		40.9491	15.5694	4
85028	Monticchio	monticchio	02	PZ		40.9362	15.6203	3
85028	Rionero In Vulture	rionero-in-vulture	02	PZ		40.9233	15.6711	4
85029	Venosa	venosa	02	PZ		40.9628	15.8128	4
85030	Carbone	carbone	02	PZ		40.1423	16.0885	4
85030	San Chirico Raparo	san-chirico-raparo	02	PZ		40.1924	16.0762	4
85030	San Severino Lucano	san-severino-lucano	02	PZ		40.0202	16.1386	4
85030	San Costantino Albanese	san-costantino-albanese	02	PZ		40.0368	16.3048	4
85030	Terranova Di Pollino	terranova-di-pollino	02	PZ		39.9777	16.2958	4
85030	Calvera	calvera	02	PZ		40.1487	16.1436	4
85030	Cersosimo	cersosimo	02	PZ		40.047	16.3506	4
85030	Casa Del Conte	casa-del-conte	02	PZ		40.0877	16.1943	3
85030	San Paolo Albanese	san-paolo-albanese	02	PZ		40.0357	16.335	4
85030	Mezzana Salice	mezzana-salice	02	PZ		39.9808	16.1766	4
85030	Castronuovo Di Sant'Andrea	castronuovo-di-sant-andrea	02	PZ		40.189	16.1856	4
85030	San Martino D'Agri	san-martino-d-agri	02	PZ		40.2391	16.0522	4
85030	Mezzana	mezzana	02	PZ		40.0877	16.1943	3
85030	Villaneto	villaneto	02	PZ		40.0428	16.1844	4
85031	Castelsaraceno	castelsaraceno	02	PZ		40.1621	15.9928	4
85031	Miraldo	miraldo	02	PZ		40.1424	15.9735	3
85031	Frusci	frusci	02	PZ		40.1228	15.9541	4
85032	Chiaromonte	chiaromonte	02	PZ		40.1232	16.2144	4
85032	Teana	teana	02	PZ		40.1259	16.1528	4
85033	Episcopia	episcopia	02	PZ		40.0748	16.0982	4
85034	Fardella	fardella	02	PZ		40.1138	16.1698	4
85034	Francavilla In Sinni	francavilla-in-sinni	02	PZ		40.0814	16.2042	4
85035	Noepoli	noepoli	02	PZ		40.087	16.3283	4
85036	Roccanova	roccanova	02	PZ		40.2125	16.2043	4
85037	Sant'Arcangelo	sant-arcangelo	02	PZ		40.2485	16.2705	4
85037	San Brancato	san-brancato	02	PZ		40.2582	16.2566	4
85038	Senise	senise	02	PZ		40.1462	16.2887	4
85039	Spinoso	spinoso	02	PZ		40.2692	15.9666	4
85040	Castelluccio Inferiore	castelluccio-inferiore	02	PZ		40.0015	15.9815	4
85040	Pedali Di Viggianello	pedali-di-viggianello	02	PZ		39.9952	16.0603	4
85040	Castelluccio Superiore	castelluccio-superiore	02	PZ		40.01	15.9718	4
85040	Viggianello	viggianello	02	PZ		39.9723	16.0852	4
85040	San Costantino Di Rivello	san-costantino-di-rivello	02	PZ		40.073	15.6882	4
85040	Nemoli	nemoli	02	PZ		40.0676	15.7996	4
85040	Rivello	rivello	02	PZ		40.0782	15.758	4
85040	San Costantino	san-costantino	02	PZ		40.073	15.6882	4
85042	Lagonegro	lagonegro	02	PZ		40.1278	15.7621	4
85043	Agromonte	agromonte	02	PZ		40.0493	15.9897	3
85043	Latronico	latronico	02	PZ		40.0891	16.0095	4
85043	Cerri	cerri	02	PZ		39.9941	15.8643	4
85043	Mileo	mileo	02	PZ		40.0589	16.0301	4
85043	Magnano	magnano	02	PZ		40.0551	16.0548	4
85044	Lauria	lauria	02	PZ		40.047	15.8381	4
85044	Cogliandrino	cogliandrino	02	PZ		40.0939	15.9287	4
85044	Galdo Di Lauria	galdo-di-lauria	02	PZ		40.022	15.8786	4
85044	Pecorone	pecorone	02	PZ		40.0718	15.8554	4
85044	Seluci	seluci	02	PZ		40.0712	15.948	4
85044	Lauria Inferiore	lauria-inferiore	02	PZ		40.0547	15.8879	3
85044	Galdo	galdo	02	PZ		40.022	15.8786	4
85044	Lauria Superiore	lauria-superiore	02	PZ		40.0547	15.8879	3
85046	Massa	massa	02	PZ		39.9838	15.7453	4
85046	Maratea	maratea	02	PZ		39.9993	15.7154	4
85046	Acquafredda	acquafredda	02	PZ		40.0348	15.6746	4
85046	Maratea Porto	maratea-porto	02	PZ		39.9914	15.7096	4
85046	Fiumicello Santa Venere	fiumicello-santa-venere	02	PZ		40.0023	15.7112	3
85047	Moliterno	moliterno	02	PZ		40.2439	15.8654	4
85048	Rotonda	rotonda	02	PZ		39.9521	16.039	4
85049	Trecchina	trecchina	02	PZ		40.0261	15.7758	4
85049	Piano Dei Peri	piano-dei-peri	02	PZ		39.9972	15.7927	4
85050	Marsicovetere	marsicovetere	02	PZ		40.3759	15.8257	4
85050	Paterno	paterno	02	PZ		40.3751	15.7351	4
85050	Savoia Di Lucania	savoia-di-lucania	02	PZ		40.5695	15.5513	4
85050	Sant'Angelo Le Fratte	sant-angelo-le-fratte	02	PZ		40.5449	15.5616	4
85050	Tito Scalo	tito-scalo	02	PZ		40.5216	15.6618	3
85050	Balvano	balvano	02	PZ		40.6495	15.5135	4
85050	Scalo Di Baragiano	scalo-di-baragiano	02	PZ		40.695	15.5751	4
85050	Satriano Di Lucania	satriano-di-lucania	02	PZ		40.543	15.6402	4
85050	Brienza	brienza	02	PZ		40.4775	15.6293	4
85050	Baragiano Scalo	baragiano-scalo	02	PZ		40.695	15.5751	4
85050	Baragiano	baragiano	02	PZ		40.68	15.594	4
85050	Sasso Di Castalda	sasso-di-castalda	02	PZ		40.4852	15.6757	4
85050	Villa D'Agri	villa-d-agri	02	PZ		40.3543	15.8277	4
85050	Tito	tito	02	PZ		40.5837	15.6762	4
85050	Castelgrande	castelgrande	02	PZ		40.7864	15.4311	4
85050	Grumento Nova	grumento-nova	02	PZ		40.2828	15.8888	4
85050	Sarconi	sarconi	02	PZ		40.248	15.8884	4
85051	Bella	bella	02	PZ		40.7606	15.541	4
85051	Sant'Antonio Casalini	sant-antonio-casalini	02	PZ		40.7321	15.5927	4
85052	Galaino	galaino	02	PZ		40.3827	15.7615	4
85052	Marsico Nuovo	marsico-nuovo	02	PZ		40.4236	15.7346	4
85052	Pergola	pergola	02	PZ		40.4308	15.6822	4
85053	Montemurro	montemurro	02	PZ		40.2977	15.9918	4
85054	Muro Lucano	muro-lucano	02	PZ		40.7538	15.4881	4
85054	Capo Di Giano	capo-di-giano	02	PZ		40.7538	15.4881	3
85055	Picerno	picerno	02	PZ		40.6397	15.6423	4
85056	Ruoti	ruoti	02	PZ		40.7166	15.6837	4
85057	Tramutola	tramutola	02	PZ		40.3186	15.7875	4
85058	Mosileo	mosileo	02	PZ		40.6038	15.475	4
85058	Vietri Di Potenza	vietri-di-potenza	02	PZ		40.6003	15.5079	4
85059	Viggiano	viggiano	02	PZ		40.3421	15.8996	4
85100	Potenza	potenza	02	PZ		40.6418	15.8079	4
85100	Giuliano	giuliano	02	PZ		40.6835	15.7727	4
85100	Montocchio	montocchio	02	PZ		40.6724	15.7569	4
87010	Regina	regina	03	CS		39.4507	16.1578	4
87010	Torano Castello Scalo	torano-castello-scalo	03	CS		39.6356	16.1353	3
87010	Sant'Agata Di Esaro	sant-agata-di-esaro	03	CS		39.6224	15.9829	4
87010	Sartano	sartano	03	CS		39.5117	16.1792	4
87010	Saracena	saracena	03	CS		39.7786	16.1591	4
87010	Torano Castello	torano-castello	03	CS		39.504	16.161	4
87010	Frascineto	frascineto	03	CS		39.8338	16.2638	4
87010	San Basile	san-basile	03	CS		39.8096	16.1633	4
87010	Civita	civita	03	CS		39.828	16.3134	4
87010	Eianina	eianina	03	CS		39.8167	16.2667	4
87010	Ioggi	ioggi	03	CS		39.5759	16.08	4
87010	Santa Caterina Albanese	santa-caterina-albanese	03	CS		39.5859	16.0704	4
87010	Rota Greca	rota-greca	03	CS		39.467	16.1141	4
87010	Terranova Da Sibari	terranova-da-sibari	03	CS		39.6555	16.3398	4
87010	Acquaformosa	acquaformosa	03	CS		39.7228	16.091	4
87010	Firmo	firmo	03	CS		39.7221	16.1634	4
87010	Lungro	lungro	03	CS		39.7377	16.1259	4
87010	Mottafollone	mottafollone	03	CS		39.6485	16.0645	4
87010	Policastrello	policastrello	03	CS		39.6875	16.0493	4
87010	Malvito	malvito	03	CS		39.6011	16.0534	4
87010	San Sosti	san-sosti	03	CS		39.6588	16.0296	4
87010	Lattarico	lattarico	03	CS		39.4511	16.127	4
87010	Cervicati	cervicati	03	CS		39.5424	16.1268	4
87010	Santa Maria Le Grotte	santa-maria-le-grotte	03	CS		39.4771	16.1421	4
87010	San Martino Di Finita	san-martino-di-finita	03	CS		39.4899	16.1097	4
87010	San Donato Di Ninea	san-donato-di-ninea	03	CS		39.7116	16.0474	4
87011	Pianoscafo	pianoscafo	03	CS		39.7159	16.4687	4
87011	Doria	doria	03	CS		39.7304	16.356	4
87011	Sibari	sibari	03	CS		39.7473	16.4551	4
87011	Lauropoli	lauropoli	03	CS		39.7833	16.3333	4
87011	Lattughelle	lattughelle	03	CS		39.7517	16.3881	3
87011	Cassano Allo Ionio	cassano-allo-ionio	03	CS		39.7814	16.3274	4
87011	Sibari Stazione	sibari-stazione	03	CS		39.7517	16.3881	3
87012	Castrovillari	castrovillari	03	CS		39.8163	16.2018	4
87012	Vigne Di Castrovillari	vigne-di-castrovillari	03	CS		39.8163	16.2018	3
87013	Fagnano Castello	fagnano-castello	03	CS		39.5716	16.0625	4
87014	Laino Borgo	laino-borgo	03	CS		39.9543	15.9735	4
87015	Laino Castello	laino-castello	03	CS		39.9363	15.9766	4
87016	Morano Calabro	morano-calabro	03	CS		39.8414	16.1384	4
87017	Roggiano Gravina	roggiano-gravina	03	CS		39.6179	16.1617	4
87018	San Marco Argentano Stazione	san-marco-argentano-stazione	03	CS		39.5573	16.1245	3
87018	San Marco Argentano	san-marco-argentano	03	CS		39.5573	16.1245	4
87018	San Marco Roggiano Stazione	san-marco-roggiano-stazione	03	CS		39.5573	16.1245	3
87019	Spezzano Albanese	spezzano-albanese	03	CS		39.6685	16.3094	4
87019	Spezzano Albanese Stazione	spezzano-albanese-stazione	03	CS		39.711	16.2904	4
87019	Spezzano Albanese Terme	spezzano-albanese-terme	03	CS		39.6891	16.2916	4
87020	Sangineto	sangineto	03	CS		39.6055	15.9148	4
87020	Papasidero	papasidero	03	CS		39.8716	15.9058	4
87020	Marcellina	marcellina	03	CS		39.7658	15.8231	4
87020	Verbicaro	verbicaro	03	CS		39.7608	15.9073	4
87020	Cittadella Del Capo	cittadella-del-capo	03	CS		39.5593	15.876	4
87020	Guardia Piemontese Terme	guardia-piemontese-terme	03	CS		39.6977	15.8783	3
87020	Orsomarso	orsomarso	03	CS		39.7991	15.9075	4
87020	Sangineto Lido	sangineto-lido	03	CS		39.5871	15.8667	4
87020	Torrevecchia	torrevecchia	03	CS		39.5564	15.8961	4
87020	Tortora Marina	tortora-marina	03	CS		39.9229	15.7694	4
87020	Buonvicino	buonvicino	03	CS		39.6888	15.884	4
87020	Santa Domenica Talao	santa-domenica-talao	03	CS		39.8187	15.8538	4
87020	Marina Di Tortora	marina-di-tortora	03	CS		39.9229	15.7694	4
87020	Intavolata	intavolata	03	CS		39.4809	15.9598	4
87020	San Nicola Arcella	san-nicola-arcella	03	CS		39.8434	15.7863	4
87020	Tortora	tortora	03	CS		39.9413	15.8052	4
87020	Guardia Piemontese Marina	guardia-piemontese-marina	03	CS		39.4633	15.9812	4
87020	Grisolia	grisolia	03	CS		39.7254	15.856	4
87020	Santa Maria Del Cedro	santa-maria-del-cedro	03	CS		39.7462	15.8364	4
87020	Bonifati	bonifati	03	CS		39.5859	15.9016	4
87020	Maiera'	maiera	03	CS		39.7166	15.8501	4
87020	Acquappesa Marina	acquappesa-marina	03	CS		39.4932	15.9518	4
87020	Le Crete	le-crete	03	CS		39.6977	15.8783	3
87020	Guardia Piemontese	guardia-piemontese	03	CS		39.4657	15.9997	4
87020	Aieta	aieta	03	CS		39.9278	15.8235	4
87020	Acquappesa	acquappesa	03	CS		39.4957	15.9542	4
87020	Granata	granata	03	CS		39.6977	15.8783	3
87021	Belvedere Marittimo	belvedere-marittimo	03	CS		39.6364	15.8446	4
87021	Marina Di Belvedere Marittimo	marina-di-belvedere-marittimo	03	CS		39.6326	15.8575	3
87021	Laise	laise	03	CS		39.6288	15.8703	4
87022	Sant'Angelo Di Cetraro	sant-angelo-di-cetraro	03	CS		39.5559	15.9518	4
87022	Cetraro Marina	cetraro-marina	03	CS		39.517	15.9346	4
87022	Cetraro	cetraro	03	CS		39.5166	15.9416	4
87022	Sant'Angelo	sant-angelo	03	CS		39.5559	15.9518	4
87022	San Filippo	san-filippo	03	CS		39.7847	15.8286	4
87022	Battendieri	battendieri	03	CS		39.5047	15.9707	4
87023	Cirella	cirella	03	CS		39.714	15.8104	4
87023	Diamante	diamante	03	CS		39.6807	15.8217	4
87024	Fuscaldo	fuscaldo	03	CS		39.4142	16.0284	4
87024	Scarcelli	scarcelli	03	CS		39.4	16.0167	4
87024	Cariglio	cariglio	03	CS		39.4333	16.0171	4
87024	Marina Di Fuscaldo	marina-di-fuscaldo	03	CS		39.4242	16.0069	4
87026	Mormanno	mormanno	03	CS		39.6348	15.9018	1
87027	Fosse	fosse	03	CS		39.3333	16.0499	4
87027	Paola	paola	03	CS		39.3631	16.0369	4
87027	San Miceli	san-miceli	03	CS		39.3877	16.0365	4
87027	Paola Marina	paola-marina	03	CS		39.3614	16.0411	3
87027	Paola Santuario	paola-santuario	03	CS		39.3614	16.0411	3
87027	Santuario San Francesco	santuario-san-francesco	03	CS		39.3614	16.0411	3
87028	Praia A Mare	praia-a-mare	03	CS		39.8941	15.7842	4
87029	Scalea	scalea	03	CS		39.8061	15.7964	4
87030	Longobardi	longobardi	03	CS		39.2106	16.0746	4
87030	Serra D'Aiello	serra-d-aiello	03	CS		39.09	16.1261	4
87030	Gesuiti	gesuiti	03	CS		39.3589	16.1344	4
87030	San Vincenzo La Costa	san-vincenzo-la-costa	03	CS		39.3654	16.1511	4
87030	Cleto	cleto	03	CS		39.0902	16.1584	4
87030	Scornavacca	scornavacca	03	CS		39.2284	16.0613	4
87030	San Biase	san-biase	03	CS		39.2242	16.0906	4
87030	Marina Di Fiumefreddo Bruzio	marina-di-fiumefreddo-bruzio	03	CS		39.2104	16.1346	3
87030	Belsito	belsito	03	CS		39.1768	16.2874	4
87030	San Pietro In Amantea	san-pietro-in-amantea	03	CS		39.1366	16.1124	4
87030	Vadue	vadue	03	CS		39.2806	16.2288	4
87030	Carolei	carolei	03	CS		39.2547	16.2198	4
87030	Falconara Albanese	falconara-albanese	03	CS		39.2752	16.0882	4
87030	Torremezzo	torremezzo	03	CS		39.2687	16.0579	4
87030	Longobardi Marina	longobardi-marina	03	CS		39.2074	16.0622	4
87030	Reggio	reggio	03	CS		39.2284	16.0613	4
87030	Stazione Di Fiumefreddo Bruzio	stazione-di-fiumefreddo-bruzio	03	CS		39.2104	16.1346	3
87030	Fiumefreddo Bruzio	fiumefreddo-bruzio	03	CS		39.2357	16.0706	4
87030	Savuto Di Cleto	savuto-di-cleto	03	CS		39.0719	16.1645	4
87030	Malito	malito	03	CS		39.1578	16.2468	4
87030	Torremezzo Di Falconara	torremezzo-di-falconara	03	CS		39.2687	16.0579	4
87030	Savuto	savuto	03	CS		39.0719	16.1645	4
87030	Domanico	domanico	03	CS		39.2169	16.2072	4
87031	Aiello Calabro	aiello-calabro	03	CS		39.1178	16.1654	4
87032	Campora San Giovanni	campora-san-giovanni	03	CS		39.068	16.0957	4
87032	Amantea	amantea	03	CS		39.1266	16.0751	4
87032	Amantea Marina	amantea-marina	03	CS		39.0931	16.0862	3
87032	Corica	corica	03	CS		39.0847	16.0877	4
87033	Belmonte Calabro	belmonte-calabro	03	CS		39.164	16.0821	4
87033	Vadi	vadi	03	CS		39.1617	16.1027	4
87033	Belmonte Calabro Marina	belmonte-calabro-marina	03	CS		39.1637	16.0661	4
87034	Grimaldi	grimaldi	03	CS		39.1411	16.2351	4
87035	Aria Di Lupi	aria-di-lupi	03	CS		39.1567	16.1734	4
87035	Greci	greci	03	CS		39.1624	16.1333	4
87035	Lago	lago	03	CS		39.1707	16.1483	4
87035	Terrati	terrati	03	CS		39.1353	16.1422	4
87036	Santo Stefano	santo-stefano	03	CS		39.3473	16.199	4
87036	Commenda	commenda	03	CS		39.3419	16.2054	3
87036	Arcavacata	arcavacata	03	CS		39.3585	16.2084	4
87036	Quattromiglia	quattromiglia	03	CS		39.3447	16.238	4
87036	Rende	rende	03	CS		39.3315	16.1804	4
87036	Castiglione Cosentino Stazione	castiglione-cosentino-stazione	03	CS		39.3419	16.2054	3
87036	Surdo	surdo	03	CS		39.3275	16.2014	4
87036	Roges	roges	03	CS		39.3419	16.2054	3
87037	San Fili	san-fili	03	CS		39.3397	16.1445	4
87037	Bucita	bucita	03	CS		39.3476	16.132	4
87038	San Lucido	san-lucido	03	CS		39.3101	16.0532	4
87038	Pollella	pollella	03	CS		39.3101	16.0532	3
87040	Tivolille	tivolille	03	CS		39.2795	16.2074	4
87040	Altilia	altilia	03	CS		39.1305	16.2527	4
87040	Castrolibero	castrolibero	03	CS		39.31	16.1945	4
87040	Cerzeto	cerzeto	03	CS		39.5079	16.116	4
87040	Stazione Di Mongrassano	stazione-di-mongrassano	03	CS		39.3675	16.2246	3
87040	San Giacomo	san-giacomo	03	CS		39.4996	16.1137	4
87040	Mendicino	mendicino	03	CS		39.2628	16.1945	4
87040	Zumpano	zumpano	03	CS		39.3105	16.2927	4
87040	Parenti	parenti	03	CS		39.1607	16.4114	4
87040	Tarsia	tarsia	03	CS		39.6231	16.2734	4
87040	Montalto Uffugo Scalo	montalto-uffugo-scalo	03	CS		39.3675	16.2246	3
87040	San Giacomo Di Cerzeto	san-giacomo-di-cerzeto	03	CS		39.4996	16.1137	4
87040	Marano Marchesato	marano-marchesato	03	CS		39.3127	16.1735	4
87040	San Benedetto Ullano	san-benedetto-ullano	03	CS		39.4271	16.1238	4
87040	San Bartolo	san-bartolo	03	CS		39.2681	16.1828	4
87040	Paterno Calabro	paterno-calabro	03	CS		39.2285	16.2649	4
87040	Rosario	rosario	03	CS		39.291	16.2312	4
87040	Mongrassano Stazione	mongrassano-stazione	03	CS		39.3675	16.2246	3
87040	Castiglione Cosentino	castiglione-cosentino	03	CS		39.3527	16.2882	4
87040	Andreotta	andreotta	03	CS		39.3075	16.2177	4
87040	Ortomatera	ortomatera	03	CS		39.3245	16.2143	4
87040	Andreotta Di Castrolibero	andreotta-di-castrolibero	03	CS		39.3075	16.2177	4
87040	San Lorenzo Del Vallo	san-lorenzo-del-vallo	03	CS		39.6674	16.2987	4
87040	Deposito Di Luzzi	deposito-di-luzzi	03	CS		39.3675	16.2246	3
87040	Mongrassano	mongrassano	03	CS		39.5264	16.1123	4
87040	Cavallerizzo	cavallerizzo	03	CS		39.5153	16.1108	4
87040	Maione	maione	03	CS		39.1319	16.2424	4
87040	Casal Di Basso	casal-di-basso	03	CS		39.3675	16.2246	3
87040	Rose	rose	03	CS		39.3993	16.2945	4
87040	Luzzi	luzzi	03	CS		39.448	16.2873	4
87040	Taverna Di Montalto Uffugo	taverna-di-montalto-uffugo	03	CS		39.4304	16.2309	4
87040	Timparello	timparello	03	CS		39.4481	16.3157	4
87040	Marano Principato	marano-principato	03	CS		39.2978	16.1743	4
87040	Timparello Di Luzzi	timparello-di-luzzi	03	CS		39.4481	16.3157	4
87040	Malavicina	malavicina	03	CS		39.308	16.2725	4
87041	Acri	acri	03	CS		39.4962	16.3863	4
87041	Montagnola	montagnola	03	CS		39.4916	16.4276	4
87041	Duglia	duglia	03	CS		39.4961	16.4127	3
87041	San Giacomo D'Acri	san-giacomo-d-acri	03	CS	078003	39.5254	16.4642	4
87041	Serricella	serricella	03	CS		39.4713	16.3727	4
87042	Altomonte	altomonte	03	CS		39.699	16.13	4
87043	Bisignano	bisignano	03	CS		39.5073	16.2811	4
87044	Cerisano	cerisano	03	CS		39.2771	16.1765	4
87045	Tessano	tessano	03	CS		39.2562	16.2412	4
87045	Laurignano	laurignano	03	CS		39.2791	16.2423	4
87045	Dipignano	dipignano	03	CS		39.2387	16.2518	4
87046	Parantoro	parantoro	03	CS		39.4016	16.1312	4
87046	Caldopiano	caldopiano	03	CS		39.3837	16.1324	4
87046	Vaccarizzo	vaccarizzo	03	CS		39.4111	16.1344	4
87046	Montalto Uffugo	montalto-uffugo	03	CS		39.4033	16.1553	4
87046	Vaccarizzo Di Montalto	vaccarizzo-di-montalto	03	CS		39.4111	16.1344	4
87047	Redipiano	redipiano	03	CS		39.3528	16.3164	4
87047	San Benedetto In Guarano	san-benedetto-in-guarano	03	CS		39.341	16.3025	4
87047	San Pietro In Guarano	san-pietro-in-guarano	03	CS		39.3416	16.313	4
87048	Santa Sofia D'Epiro	santa-sofia-d-epiro	03	CS		39.546	16.3281	4
87050	Magli	magli	03	CS		39.2788	16.3121	4
87050	Rovito	rovito	03	CS		39.3064	16.3175	4
87050	Colosimi	colosimi	03	CS		39.1191	16.3991	4
87050	Marzi	marzi	03	CS		39.1706	16.307	4
87050	Mangone	mangone	03	CS		39.2044	16.3326	4
87050	Bianchi	bianchi	03	CS		39.1006	16.4102	4
87050	Borboruso	borboruso	03	CS		39.1048	16.3618	4
87050	Silvana Mansio	silvana-mansio	03	CS		39.2965	16.5249	4
87050	Cellara	cellara	03	CS		39.2185	16.3348	4
87050	Pedace	pedace	03	CS		39.2764	16.3364	4
87050	Piane Crati	piane-crati	03	CS		39.2347	16.3231	4
87050	Lappano	lappano	03	CS		39.3196	16.3114	4
87050	Panettieri	panettieri	03	CS		39.0601	16.4537	4
87050	Carpanzano	carpanzano	03	CS		39.1482	16.3045	4
87050	Serra Pedace	serra-pedace	03	CS		39.279	16.3456	4
87050	Pietrafitta	pietrafitta	03	CS		39.261	16.3394	4
87050	Pedivigliano	pedivigliano	03	CS		39.1103	16.3049	4
87050	Morelli	morelli	03	CS		39.2205	16.3491	3
87050	Figline Vegliaturo	figline-vegliaturo	03	CS		39.2252	16.3303	4
87050	Spezzano Piccolo	spezzano-piccolo	03	CS		39.2901	16.3421	4
87050	Pian Del Lago	pian-del-lago	03	CS		39.2205	16.3491	3
87050	Casole Bruzio	casole-bruzio	03	CS		39.2838	16.3319	4
87050	Perito	perito	03	CS		39.2764	16.3364	4
87050	Trenta	trenta	03	CS		39.2854	16.3209	4
87051	Aprigliano	aprigliano	03	CS		39.2423	16.3405	4
87051	Camarda Di Aprigliano	camarda-di-aprigliano	03	CS		39.2414	16.3351	3
87051	Vico	vico	03	CS		39.2405	16.3298	4
87052	Fago Del Soldato	fago-del-soldato	03	CS		39.3529	16.407	4
87052	Camigliatello	camigliatello	03	CS		39.3409	16.4415	4
87052	Moccone	moccone	03	CS		39.3449	16.43	3
87052	Camigliatello Silano	camigliatello-silano	03	CS		39.3409	16.4415	4
87052	Croce Di Magara	croce-di-magara	03	CS		39.3449	16.43	3
87053	Celico	celico	03	CS		39.3101	16.3399	4
87054	Saliano	saliano	03	CS		39.1829	16.4359	4
87054	Rogliano	rogliano	03	CS		39.1784	16.3171	4
87055	Lorica	lorica	03	CS		39.2504	16.5118	4
87055	San Giovanni In Fiore	san-giovanni-in-fiore	03	CS		39.2545	16.697	4
87055	Monte Oliveto	monte-oliveto	03	CS		39.2524	16.6044	3
87056	Santo Stefano Di Rogliano	santo-stefano-di-rogliano	03	CS		39.1922	16.3208	4
87057	Diano	diano	03	CS		39.1278	16.3142	4
87057	Scigliano	scigliano	03	CS		39.1306	16.3071	3
87057	Calvisi	calvisi	03	CS		39.1333	16.3	4
87058	Spezzano Della Sila	spezzano-della-sila	03	CS		39.3003	16.3392	4
87060	Cropalati	cropalati	03	CS		39.5167	16.7267	4
87060	Mandatoriccio	mandatoriccio	03	CS		39.4668	16.8342	4
87060	San Giorgio Albanese	san-giorgio-albanese	03	CS		39.5823	16.4535	4
87060	Mirto	mirto	03	CS		39.6007	16.7739	4
87060	San Cosmo Albanese	san-cosmo-albanese	03	CS		39.5836	16.4147	4
87060	Pietrapaola Stazione	pietrapaola-stazione	03	CS		39.5205	16.7129	3
87060	Vecchiarello	vecchiarello	03	CS		39.5167	16.8333	4
87060	Pietrapaola	pietrapaola	03	CS		39.487	16.816	4
87060	Bocchigliero	bocchigliero	03	CS		39.4193	16.7506	4
87060	Scala Coeli	scala-coeli	03	CS		39.4482	16.8866	4
87060	Camigliano	camigliano	03	CS		39.546	16.8516	4
87060	Terravecchia	terravecchia	03	CS		39.4659	16.9462	4
87060	Marinella	marinella	03	CS		39.4911	16.2225	4
87060	Calopezzati	calopezzati	03	CS		39.5612	16.8018	4
87060	Paludi	paludi	03	CS		39.5294	16.6796	4
87060	Caloveto	caloveto	03	CS		39.5066	16.7606	4
87060	Crosia	crosia	03	CS		39.5682	16.7713	4
87060	Vaccarizzo Albanese	vaccarizzo-albanese	03	CS		39.5854	16.4329	4
87060	San Morello	san-morello	03	CS		39.4945	16.8756	4
87061	Campana	campana	03	CS		39.4136	16.8222	4
87062	Cariati	cariati	03	CS		39.4963	16.9549	4
87062	Cariati Marina	cariati-marina	03	CS		39.4963	16.9549	3
87064	Marina Di Schiavonea	marina-di-schiavonea	03	CS		39.65	16.5333	4
87064	Villaggio Frasso	villaggio-frasso	03	CS		39.6436	16.483	4
87064	Corigliano Calabro	corigliano-calabro	03	CS		39.5955	16.5191	4
87064	Cantinella	cantinella	03	CS	078157	39.6646	16.4491	4
87064	Corigliano Scalo	corigliano-scalo	03	CS		39.6271	16.5137	4
87064	Corigliano Calabro Stazione	corigliano-calabro-stazione	03	CS		39.6167	16.5	4
87064	Schiavonea	schiavonea	03	CS		39.65	16.5333	4
87064	Fabrizio	fabrizio	03	CS		39.6394	16.5567	4
87066	Longobucco	longobucco	03	CS		39.4483	16.6105	4
87066	Destro	destro	03	CS	078068	39.4892	16.6941	4
87067	Rossano	rossano	03	CS		39.5762	16.6345	4
87067	Rossano Stazione	rossano-stazione	03	CS		39.5986	16.6349	4
87067	Amica	amica	03	CS		39.6009	16.6669	4
87067	Piragineti	piragineti	03	CS		39.6097	16.574	4
87069	San Demetrio Corone	san-demetrio-corone	03	CS		39.5699	16.3615	4
87069	Macchia Albanese	macchia-albanese	03	CS		39.581	16.3812	4
87070	Plataci	plataci	03	CS		39.9004	16.4327	4
87070	Montegiordano Marina	montegiordano-marina	03	CS		40.0344	16.599	4
87070	San Lorenzo Bellizzi	san-lorenzo-bellizzi	03	CS		39.8887	16.3303	4
87070	Castroregio	castroregio	03	CS		39.9922	16.4785	4
87070	Farneta	farneta	03	CS		40.0157	16.4027	4
87070	Piana Di Cerchiara	piana-di-cerchiara	03	CS		39.9822	16.4787	3
87070	Nocara	nocara	03	CS		40.0994	16.4819	4
87070	Roseto Capo Spulico	roseto-capo-spulico	03	CS		39.9864	16.6036	4
87070	Cerchiara Di Calabria	cerchiara-di-calabria	03	CS		39.8598	16.3837	4
87070	Canna	canna	03	CS		40.0948	16.5038	4
87070	Alessandria Del Carretto	alessandria-del-carretto	03	CS		39.9587	16.3796	4
87070	Roseto Capo Spulico Stazione	roseto-capo-spulico-stazione	03	CS		39.9822	16.4787	3
87070	Montegiordano	montegiordano	03	CS		40.043	16.5344	4
87070	Borgata Marina	borgata-marina	03	CS		39.9714	16.6209	4
87070	Albidona	albidona	03	CS		39.9233	16.4724	4
87071	Amendolara Marina	amendolara-marina	03	CS		39.9386	16.6059	4
87071	Amendolara	amendolara	03	CS		39.9516	16.5829	4
87072	Francavilla Marittima	francavilla-marittima	03	CS		39.8161	16.395	4
87073	Oriolo	oriolo	03	CS		40.0532	16.4466	4
87074	Rocca Imperiale Marina	rocca-imperiale-marina	03	CS		40.0996	16.6134	4
87074	Rocca Imperiale	rocca-imperiale	03	CS		40.1101	16.5782	4
87075	Trebisacce	trebisacce	03	CS		39.8713	16.5342	4
87076	Villapiana Lido	villapiana-lido	03	CS		39.812	16.4882	4
87076	Torre Cerchiar	torre-cerchiar	03	CS		39.8161	16.4743	3
87076	Villapiana Scalo	villapiana-scalo	03	CS		39.7905	16.4795	4
87076	Villapiana	villapiana	03	CS		39.8457	16.4553	4
87100	Donnici Inferiore	donnici-inferiore	03	CS		39.2502	16.2931	4
87100	Borgo Partenope	borgo-partenope	03	CS		39.2709	16.3039	4
87100	Donnici Superiore	donnici-superiore	03	CS		39.2484	16.3035	4
87100	Sanvito	sanvito	03	CS		39.2672	16.2896	3
87100	Cosenza	cosenza	03	CS		39.2989	16.2531	4
87100	Casali	casali	03	CS		39.5649	16.3226	3
87100	Sant'Ippolito Di Cosenza	sant-ippolito-di-cosenza	03	CS		39.2674	16.2944	4
88020	Cortale	cortale	03	CZ		38.8401	16.4096	4
88020	Jacurso	jacurso	03	CZ		38.8465	16.3798	4
88021	Borgia	borgia	03	CZ		38.8263	16.5077	4
88021	San Floro	san-floro	03	CZ		38.838	16.5187	4
88021	Roccelletta	roccelletta	03	CZ		38.8113	16.5982	4
88022	Curinga	curinga	03	CZ		38.8281	16.3134	4
88022	Acconia	acconia	03	CZ		38.8359	16.2653	4
88024	Girifalco	girifalco	03	CZ		38.8259	16.4269	4
88025	Maida	maida	03	CZ		38.8588	16.3628	4
88025	San Pietro A Maida	san-pietro-a-maida	03	CZ		38.8473	16.3412	4
88040	Martirano Lombardo	martirano-lombardo	03	CZ		39.0747	16.232	4
88040	Serrastretta	serrastretta	03	CZ		39.0132	16.4163	4
88040	Castagna	castagna	03	CZ		39.0552	16.4368	4
88040	Carlopoli	carlopoli	03	CZ		39.0541	16.4546	4
88040	Settingiano	settingiano	03	CZ		38.9114	16.5139	4
88040	Conflenti Inferiore	conflenti-inferiore	03	CZ		39.0667	16.2667	4
88040	Gizzeria	gizzeria	03	CZ		38.9803	16.2067	4
88040	San Michele	san-michele	03	CZ		38.9609	16.4174	4
88040	Accaria Rosaria	accaria-rosaria	03	CZ		38.976	16.3681	4
88040	Motta Santa Lucia	motta-santa-lucia	03	CZ		39.0912	16.2931	4
88040	Gizzeria Lido	gizzeria-lido	03	CZ		38.9301	16.2143	4
88040	Platania	platania	03	CZ		39.0062	16.3219	4
88040	Feroleto Antico	feroleto-antico	03	CZ		38.9624	16.3878	4
88040	Ievoli	ievoli	03	CZ		39.0025	16.3621	3
88040	Martirano	martirano	03	CZ		39.0812	16.2483	4
88040	Miglierina	miglierina	03	CZ		39.0005	16.2547	4
88040	Conflenti	conflenti	03	CZ		39.0717	16.2845	4
88040	San Pietro Apostolo	san-pietro-apostolo	03	CZ		39.0041	16.4678	4
88040	Cicala	cicala	03	CZ		39.0222	16.4861	4
88040	Angoli	angoli	03	CZ		38.9709	16.4373	4
88040	Pianopoli	pianopoli	03	CZ		38.9525	16.3886	4
88040	San Mango D'Aquino	san-mango-d-aquino	03	CZ		39.0604	16.1922	4
88040	Pratora Sarrottino	pratora-sarrottino	03	CZ		39.0025	16.3621	3
88040	Accaria	accaria	03	CZ		38.981	16.3653	4
88040	Martelletto	martelletto	03	CZ		38.8916	16.5346	4
88040	Cancello	cancello	03	CZ		39.05	16.3333	4
88040	San Mazzeo	san-mazzeo	03	CZ		39.0025	16.3621	3
88040	Amato	amato	03	CZ		38.9418	16.4622	4
88040	Migliuso	migliuso	03	CZ		38.954	16.4311	4
88041	Cerrisi	cerrisi	03	CZ		39.037	16.3665	4
88041	Decollatura	decollatura	03	CZ		39.0465	16.3575	4
88041	Adami	adami	03	CZ		39.0711	16.3534	4
88041	San Bernardo	san-bernardo	03	CZ		39.0499	16.3469	4
88042	Falerna	falerna	03	CZ		39.003	16.1715	4
88042	Falerna Scalo	falerna-scalo	03	CZ	079047	38.9729	16.1529	4
88042	Castiglione Marittimo	castiglione-marittimo	03	CZ	079047	38.9818	16.1596	4
88044	Marcellinara	marcellinara	03	CZ		38.9257	16.4876	4
88045	Cavora'	cavora	03	CZ		38.9524	16.5571	4
88045	Gimigliano Inferiore	gimigliano-inferiore	03	CZ		38.9594	16.5486	3
88045	Gimigliano	gimigliano	03	CZ		38.9734	16.5316	4
88045	Cavora' Di Gimigliano	cavora-di-gimigliano	03	CZ		38.9524	16.5571	4
88046	Acquafredda	acquafredda	03	CZ		38.99	16.2401	4
88046	Santa Eufemia Lamezia	santa-eufemia-lamezia	03	CZ		38.9198	16.2522	4
88046	Nicastro	nicastro	03	CZ		38.9709	16.3129	4
88046	Caronte	caronte	03	CZ		38.9677	16.2582	4
88046	Sambiase	sambiase	03	CZ		38.9667	16.2833	4
88046	Fronti	fronti	03	CZ		38.9813	16.3481	4
88046	Sambiase Di Lamezia Terme	sambiase-di-lamezia-terme	03	CZ		38.9593	16.2947	3
88046	Zangarona	zangarona	03	CZ		38.971	16.343	4
88046	Sant'Eufemia Di Lamezia Terme	sant-eufemia-di-lamezia-terme	03	CZ		38.9593	16.2947	3
88046	Zangarona Di Lamezia Terme	zangarona-di-lamezia-terme	03	CZ		38.971	16.343	4
88046	Bella Di Lamezia Terme	bella-di-lamezia-terme	03	CZ		38.9593	16.2947	3
88046	Gabella	gabella	03	CZ		38.9827	16.2743	4
88046	Lamezia Terme	lamezia-terme	03	CZ		38.9626	16.3094	4
88046	San Pietro Lametino	san-pietro-lametino	03	CZ		38.8688	16.2776	4
88047	Nocera Terinese	nocera-terinese	03	CZ		39.0347	16.1674	4
88047	Marina Di Nocera Terinese	marina-di-nocera-terinese	03	CZ	079087	39.0347	16.1674	3
88049	Colla	colla	03	CZ		39.071	16.3961	4
88049	Soveria Mannelli	soveria-mannelli	03	CZ		39.0778	16.3771	4
88049	San Tommaso	san-tommaso	03	CZ		39.0833	16.3667	4
88050	Pentone	pentone	03	CZ		38.9858	16.5825	4
88050	Sellia	sellia	03	CZ		38.9821	16.6307	4
88050	San Pietro	san-pietro	03	CZ		39.01	16.6129	4
88050	Magisano	magisano	03	CZ		39.0134	16.6279	4
88050	San Pietro Magisano	san-pietro-magisano	03	CZ		39.01	16.6129	4
88050	Soveria Simeri	soveria-simeri	03	CZ		38.9499	16.6785	4
88050	Amaroni	amaroni	03	CZ		38.7942	16.4481	4
88050	Zagarise	zagarise	03	CZ		38.9999	16.6642	4
88050	Petrizia	petrizia	03	CZ		38.8844	16.7144	4
88050	Petrona'	petrona	03	CZ		39.0437	16.758	4
88050	Belcastro	belcastro	03	CZ		39.018	16.7864	4
88050	Crichi	crichi	03	CZ		38.953	16.6418	4
88050	Caraffa Di Catanzaro	caraffa-di-catanzaro	03	CZ		38.8819	16.4868	4
88050	Sorbo San Basile	sorbo-san-basile	03	CZ		39.0194	16.5691	4
88050	Vallefiorita	vallefiorita	03	CZ		38.7764	16.461	4
88050	Marcedusa	marcedusa	03	CZ		39.0268	16.8361	4
88050	La Petrizia	la-petrizia	03	CZ		38.8844	16.7144	4
88050	Fossato Serralta	fossato-serralta	03	CZ		38.9963	16.5796	4
88050	Cerva	cerva	03	CZ		39.024	16.7454	4
88050	Sellia Marina	sellia-marina	03	CZ		38.886	16.7493	4
88050	Calabricata	calabricata	03	CZ		38.9478	16.6463	3
88050	Simeri Crichi	simeri-crichi	03	CZ		38.9478	16.6463	3
88050	Simeri	simeri	03	CZ		38.9336	16.6621	4
88050	Palermiti	palermiti	03	CZ		38.7487	16.4522	4
88050	Andali	andali	03	CZ		39.0128	16.7693	4
88050	Uria	uria	03	CZ		38.9131	16.7266	4
88050	Scoppolise	scoppolise	03	CZ		38.9478	16.6463	3
88051	Cropani Marina	cropani-marina	03	CZ	079036	38.9238	16.8108	4
88051	Cuturella	cuturella	03	CZ	079036	38.9553	16.7866	4
88051	Cropani	cropani	03	CZ		38.9669	16.7802	4
88054	Sersale	sersale	03	CZ		39.0101	16.7296	4
88055	Albi	albi	03	CZ		39.0246	16.5972	4
88055	Villaggio Mancuso	villaggio-mancuso	03	CZ		39.0764	16.5607	4
88055	San Giovanni D'Albi	san-giovanni-d-albi	03	CZ		39.0468	16.5753	3
88055	San Giovanni	san-giovanni	03	CZ		39.0187	16.5945	4
88055	Buturo	buturo	03	CZ		39.0468	16.5753	3
88055	Taverna	taverna	03	CZ		39.022	16.5808	4
88055	Villaggio Racise	villaggio-racise	03	CZ		39.0922	16.5432	4
88056	Pratora	pratora	03	CZ	079147	38.9116	16.5351	4
88056	Tiriolo	tiriolo	03	CZ		38.9407	16.5105	4
88060	Montauro	montauro	03	CZ		38.7493	16.5123	4
88060	Badolato	badolato	03	CZ		38.5687	16.5246	4
88060	Montepaone	montepaone	03	CZ		38.7222	16.4979	4
88060	Sant'Andrea Ionio Marina	sant-andrea-ionio-marina	03	CZ		38.62	16.5493	4
88060	Marina Di Sant'Andrea Jonio	marina-di-sant-andrea-jonio	03	CZ		38.6386	16.5124	3
88060	Gasperina	gasperina	03	CZ		38.7404	16.5067	4
88060	Isca Sullo Ionio	isca-sullo-ionio	03	CZ		38.601	16.5201	4
88060	Satriano	satriano	03	CZ		38.6664	16.4797	4
88060	Montauro Stazione	montauro-stazione	03	CZ		38.6386	16.5124	3
88060	Isca Marina	isca-marina	03	CZ		38.6034	16.5573	4
88060	Petrizzi	petrizzi	03	CZ		38.7018	16.4719	4
88060	San Sostene Marina	san-sostene-marina	03	CZ		38.65	16.5525	4
88060	Santa Caterina Dello Ionio Marina	santa-caterina-dello-ionio-marina	03	CZ		38.5274	16.5707	4
88060	Sant'Andrea Apostolo Dello Ionio	sant-andrea-apostolo-dello-ionio	03	CZ		38.6217	16.5305	4
88060	Torre Di Ruggiero	torre-di-ruggiero	03	CZ		38.6529	16.3721	4
88060	San Sostene	san-sostene	03	CZ		38.6373	16.4875	4
88060	Badolato Marina	badolato-marina	03	CZ		38.5761	16.5653	4
88060	Marina Di Guardavalle	marina-di-guardavalle	03	CZ		38.4796	16.5766	4
88060	Gagliato	gagliato	03	CZ		38.6758	16.4606	4
88060	Davoli	davoli	03	CZ		38.649	16.4876	4
88060	Argusto	argusto	03	CZ		38.6805	16.4363	4
88060	Marina Di Davoli	marina-di-davoli	03	CZ		38.6636	16.5482	4
88060	Santa Caterina Dello Ionio	santa-caterina-dello-ionio	03	CZ		38.5332	16.5218	4
88060	Montepaone Lido	montepaone-lido	03	CZ		38.7295	16.5424	4
88062	Cardinale	cardinale	03	CZ		38.6538	16.3872	4
88062	Novalba	novalba	03	CZ		38.6538	16.3872	3
88064	Chiaravalle Centrale	chiaravalle-centrale	03	CZ		38.6794	16.4086	4
88065	Guardavalle Marina	guardavalle-marina	03	CZ	079061	38.4796	16.5766	4
88065	Guardavalle	guardavalle	03	CZ		38.5051	16.5067	4
88067	Olivadi	olivadi	03	CZ		38.7256	16.4237	4
88067	Cenadi	cenadi	03	CZ		38.7193	16.4158	4
88067	San Vito Sullo Ionio	san-vito-sullo-ionio	03	CZ		38.7075	16.4086	4
88067	Centrache	centrache	03	CZ		38.7287	16.431	4
88068	Soverato Superiore	soverato-superiore	03	CZ		38.6899	16.5339	4
88068	Soverato Marina	soverato-marina	03	CZ		38.685	16.5499	4
88068	Soverato	soverato	03	CZ		38.6875	16.5419	3
88069	Copanello	copanello	03	CZ		38.761	16.5674	4
88069	Squillace	squillace	03	CZ		38.7809	16.5117	4
88069	Staletti	staletti	03	CZ		38.7643	16.5393	4
88069	Lido Di Squillace	lido-di-squillace	03	CZ		38.7778	16.5701	4
88069	Squillace Lido	squillace-lido	03	CZ		38.7778	16.5701	4
88070	Botricello	botricello	03	CZ		38.93	16.858	4
88100	Catanzaro	catanzaro	03	CZ		38.8825	16.6009	4
88100	Cava Di Catanzaro	cava-di-catanzaro	03	CZ		38.8938	16.6223	4
88100	Siano	siano	03	CZ		38.9155	16.6022	4
88100	Sant'Elia	sant-elia	03	CZ		38.9579	16.5852	4
88100	Catanzaro Sala	catanzaro-sala	03	CZ		38.9022	16.6008	3
88100	Pontegrande	pontegrande	03	CZ		38.9333	16.5667	4
88100	Santa Maria Di Catanzaro	santa-maria-di-catanzaro	03	CZ		38.9022	16.6008	3
88100	Catanzaro Lido	catanzaro-lido	03	CZ		38.8303	16.6278	4
88811	Ciro' Marina	ciro-marina	03	KR		39.3688	17.1248	4
88812	Crucoli	crucoli	03	KR		39.4271	17.0028	4
88812	Torretta	torretta	03	KR		39.4536	17.0363	4
88812	Crucoli Torretta	crucoli-torretta	03	KR		39.4536	17.0363	4
88813	Ciro'	ciro	03	KR		39.383	17.0638	4
88814	Melissa	melissa	03	KR		39.3095	17.0297	4
88814	Torre Melissa	torre-melissa	03	KR		39.3101	17.1066	4
88815	Marina Di Strongoli	marina-di-strongoli	03	KR		39.2283	17.1035	4
88816	Strongoli	strongoli	03	KR		39.2658	17.0541	4
88817	Carfizzi	carfizzi	03	KR		39.3077	16.9745	4
88817	San Nicola Dell'Alto	san-nicola-dell-alto	03	KR		39.2909	16.9718	4
88818	Pallagorio	pallagorio	03	KR		39.3076	16.9082	4
88819	Verzino	verzino	03	KR		39.3132	16.8561	4
88821	Rocca Di Neto	rocca-di-neto	03	KR		39.1829	17.0076	4
88821	Corazzo	corazzo	03	KR		39.1775	16.9466	3
88822	Zinga	zinga	03	KR		39.261	16.9173	4
88822	Casabona	casabona	03	KR		39.2495	16.9545	4
88823	Perticaro	perticaro	03	KR		39.3418	16.8918	4
88823	Umbriatico	umbriatico	03	KR		39.3534	16.918	4
88824	Belvedere Di Spinello	belvedere-di-spinello	03	KR		39.2836	16.9109	1
88825	Savelli	savelli	03	KR		39.3128	16.7764	4
88831	Scandale	scandale	03	KR		39.1234	16.9619	4
88831	San Mauro Marchesato	san-mauro-marchesato	03	KR		39.1056	16.9256	4
88832	Altilia	altilia	03	KR		39.1814	16.8808	4
88832	Santa Severina	santa-severina	03	KR		39.1477	16.9111	4
88833	Cerenzia	cerenzia	03	KR		39.2455	16.7876	4
88833	Caccuri	caccuri	03	KR		39.2256	16.7777	4
88834	Castelsilano	castelsilano	03	KR		39.2691	16.7674	4
88835	Roccabernarda	roccabernarda	03	KR		39.1328	16.8608	4
88836	Cotronei	cotronei	03	KR		39.1593	16.7769	4
88837	Foresta	foresta	03	KR		39.0994	16.8129	4
88837	Pagliarelle	pagliarelle	03	KR		39.1402	16.751	4
88837	Camellino	camellino	03	KR		39.1286	16.7669	4
88837	Petilia Policastro	petilia-policastro	03	KR		39.1129	16.7817	4
88838	Filippa	filippa	03	KR		39.0795	16.7881	3
88838	Mesoraca	mesoraca	03	KR		39.0795	16.7881	4
88841	Sant'Anna	sant-anna	03	KR		38.9343	17.0573	3
88841	Isola Di Capo Rizzuto	isola-di-capo-rizzuto	03	KR		38.9584	17.0924	4
88841	Punta Le Castella	punta-le-castella	03	KR		38.9343	17.0573	3
88841	Le Castella	le-castella	03	KR		38.9101	17.0222	4
88842	Steccato Di Cutro	steccato-di-cutro	03	KR		38.9449	16.924	4
88842	San Leonardo Di Cutro	san-leonardo-di-cutro	03	KR		38.9521	16.9813	4
88842	Cutro	cutro	03	KR		39.0348	16.9866	4
88900	Crotone	crotone	03	KR		39.0808	17.1276	4
88900	Villaggio Bucchi	villaggio-bucchi	03	KR		39.0758	17.0774	3
88900	Papanice	papanice	03	KR		39.0708	17.0272	4
89010	Scido	scido	03	RC		38.2444	15.9325	4
89010	Molochio	molochio	03	RC		38.3079	16.0314	4
89010	Terranova Sappo Minulio	terranova-sappo-minulio	03	RC		38.3217	16.0075	4
89010	Varapodio	varapodio	03	RC		38.3163	15.9835	4
89011	Solano Inferiore	solano-inferiore	03	RC		38.2574	15.7999	4
89011	Bagnara Calabra	bagnara-calabra	03	RC		38.2878	15.8059	4
89011	Porelli Di Bagnara	porelli-di-bagnara	03	RC		38.2256	15.8752	3
89011	Marinella	marinella	03	RC		37.9897	16.1186	4
89011	Pellegrina	pellegrina	03	RC		38.2967	15.8257	4
89011	Ceramida	ceramida	03	RC		38.2967	15.8257	4
89012	Delianuova	delianuova	03	RC		38.2359	15.9171	4
89013	Gioia Tauro	gioia-tauro	03	RC		38.4251	15.8975	4
89013	Marina Di Gioia Tauro	marina-di-gioia-tauro	03	RC		38.4333	15.9167	4
89014	Oppido Mamertina	oppido-mamertina	03	RC		38.2934	15.9839	4
89014	Castellace	castellace	03	RC		38.3168	15.9396	4
89014	Zurgonadio	zurgonadio	03	RC		38.295	15.982	3
89014	Messignadi	messignadi	03	RC		38.2996	15.9964	4
89014	Piminoro	piminoro	03	RC		38.2703	16.0082	4
89014	Tresilico	tresilico	03	RC		38.295	15.982	3
89015	Trodio	trodio	03	RC		38.3833	15.8667	4
89015	Taureana	taureana	03	RC		38.4	15.8667	4
89015	Palmi	palmi	03	RC		38.3594	15.8515	4
89016	Rizziconi	rizziconi	03	RC		38.4099	15.9597	4
89016	Drosi	drosi	03	RC		38.4255	15.9571	4
89016	Spina	spina	03	RC		38.4181	15.9876	4
89016	Cirello	cirello	03	RC		38.3742	15.9353	4
89017	San Giorgio Morgeto	san-giorgio-morgeto	03	RC		38.3919	16.0879	4
89018	Villa San Giovanni	villa-san-giovanni	03	RC		38.2199	15.6369	4
89018	Cannitello	cannitello	03	RC		38.2333	15.65	4
89018	Pezzo Di Villa San Giovanni	pezzo-di-villa-san-giovanni	03	RC		38.2266	15.6434	3
89018	Ferrito	ferrito	03	RC		38.2389	16.0312	3
89018	Acciarello	acciarello	03	RC		38.2266	15.6434	3
89020	Anoia Superiore	anoia-superiore	03	RC		38.4314	16.0974	4
89020	San Procopio	san-procopio	03	RC		38.2821	15.8908	4
89020	Anoia	anoia	03	RC		38.4362	16.0794	4
89020	Sinopoli Inferiore	sinopoli-inferiore	03	RC		38.261	15.8857	4
89020	Maropati	maropati	03	RC		38.4418	16.0975	4
89020	Tritanti	tritanti	03	RC		38.4487	16.1014	4
89020	Giffone	giffone	03	RC		38.4396	16.149	4
89020	Sinopoli	sinopoli	03	RC		38.2634	15.8771	4
89020	Melicucca'	melicucca	03	RC		38.3031	15.8815	4
89020	Anoia Inferiore	anoia-inferiore	03	RC		38.4362	16.0794	4
89020	Serrata	serrata	03	RC		38.5129	16.1007	4
89020	Melicucco	melicucco	03	RC		38.433	16.0575	4
89020	Candidoni	candidoni	03	RC		38.5055	16.0863	4
89020	San Pietro Di Carida'	san-pietro-di-carida	03	RC		38.5237	16.1353	4
89020	San Pier Fedele	san-pier-fedele	03	RC		38.5246	16.1434	4
89021	Cinquefrondi	cinquefrondi	03	RC		38.4162	16.0842	4
89022	Cittanova	cittanova	03	RC		38.3543	16.079	4
89023	Laureana Di Borrello	laureana-di-borrello	03	RC		38.4921	16.0843	4
89023	Bellantone	bellantone	03	RC		38.4921	16.0843	3
89023	Stelletanone	stelletanone	03	RC		38.4921	16.0843	3
89024	Polistena	polistena	03	RC		38.4054	16.0733	4
89025	Rosarno	rosarno	03	RC		38.4872	15.9796	4
89025	Bosco	bosco	03	RC		38.4872	15.9796	3
89026	San Ferdinando	san-ferdinando	03	RC		38.484	15.9188	4
89027	Sant'Eufemia D'Aspromonte	sant-eufemia-d-aspromonte	03	RC		38.2631	15.8567	4
89028	Barritteri	barritteri	03	RC		38.3296	15.8489	4
89028	Sant'Anna	sant-anna	03	RC		38.4964	16.1103	4
89028	Seminara	seminara	03	RC		38.336	15.8702	4
89028	Sant'Anna Di Seminara	sant-anna-di-seminara	03	RC		38.3233	15.8872	4
89029	Taurianova	taurianova	03	RC		38.3553	16.0131	4
89029	Amato Di Taurianova	amato-di-taurianova	03	RC		38.3736	15.961	4
89029	San Martino Di Taurianova	san-martino-di-taurianova	03	RC		38.3616	15.9763	4
89029	San Martino	san-martino	03	RC		38.3616	15.9763	4
89030	San Luca	san-luca	03	RC		38.1467	16.0663	4
89030	Belloro	belloro	03	RC		38.1417	16.1261	4
89030	Samo	samo	03	RC		38.074	16.0593	4
89030	Bruzzano Zeffirio	bruzzano-zeffirio	03	RC		38.0133	16.0826	4
89030	Caraffa Del Bianco	caraffa-del-bianco	03	RC		38.0926	16.0877	4
89030	Benestare	benestare	03	RC		38.1849	16.139	4
89030	Staiti	staiti	03	RC		37.9999	16.0334	4
89030	Motticella	motticella	03	RC		38.0263	16.0543	4
89030	Condofuri	condofuri	03	RC		38.0045	15.8577	4
89030	Casignana	casignana	03	RC		38.1019	16.0899	4
89030	Natile	natile	03	RC		38.0809	16.0411	3
89030	Condofuri Marina	condofuri-marina	03	RC		37.9332	15.8717	4
89030	San Carlo	san-carlo	03	RC		37.9332	15.8717	4
89030	Natile Nuovo	natile-nuovo	03	RC		38.1858	16.0853	4
89030	Ferruzzano	ferruzzano	03	RC		38.037	16.0892	4
89030	Canalello	canalello	03	RC		38.0185	16.1335	4
89030	Africo	africo	03	RC		38.0809	16.0411	3
89030	Santuario Di Polsi	santuario-di-polsi	03	RC		38.1833	15.8833	4
89030	Natile Vecchio	natile-vecchio	03	RC		38.1898	16.0514	4
89030	Careri	careri	03	RC		38.1774	16.1161	4
89030	Sant'Agata Del Bianco	sant-agata-del-bianco	03	RC		38.0924	16.0825	4
89031	San Nicola	san-nicola	03	RC		38.1339	16.1598	4
89031	Ardore	ardore	03	RC		38.1917	16.1673	4
89031	Bombile	bombile	03	RC		38.2047	16.1737	4
89032	Bianco	bianco	03	RC		38.0917	16.1516	4
89032	Pardesca	pardesca	03	RC		38.0814	16.1213	4
89033	Bova	bova	03	RC		37.9951	15.9319	4
89034	Bovalino	bovalino	03	RC		38.1538	16.1723	4
89034	Bosco Sant'Ippolito	bosco-sant-ippolito	03	RC		38.1354	16.1408	4
89034	Bovalino Marina	bovalino-marina	03	RC		38.1538	16.1723	4
89034	Bovalino Superiore	bovalino-superiore	03	RC		38.169	16.1585	4
89035	Bova Marina	bova-marina	03	RC		37.935	15.9174	4
89036	Galati	galati	03	RC		37.9322	16.0672	4
89036	Capo Spartivento	capo-spartivento	03	RC		37.9539	16.0892	3
89036	Brancaleone	brancaleone	03	RC		37.963	16.1004	4
89036	Brancaleone Marina	brancaleone-marina	03	RC		37.9667	16.1	4
89037	Ardore Marina	ardore-marina	03	RC		38.1667	16.2	4
89037	Marina D'Ardore	marina-d-ardore	03	RC		38.1667	16.2	3
89038	Palizzi	palizzi	03	RC		37.9667	15.9867	4
89038	Pietrapennata	pietrapennata	03	RC		37.9846	16.0077	4
89038	Palizzi Marina	palizzi-marina	03	RC		37.92	15.9793	4
89038	Marina Di Palizzi	marina-di-palizzi	03	RC		37.92	15.9793	4
89039	Plati'	plati	03	RC		38.2215	16.0453	4
89040	Condojanni	condojanni	03	RC		38.2101	16.1961	4
89040	Cimina'	cimina	03	RC		38.2462	16.1402	4
89040	Riace Marina	riace-marina	03	RC		38.3919	16.5303	4
89040	Bivongi	bivongi	03	RC		38.4833	16.4525	4
89040	Placanica	placanica	03	RC		38.4108	16.4527	4
89040	Pazzano	pazzano	03	RC		38.4761	16.4511	4
89040	Stignano	stignano	03	RC		38.417	16.4701	4
89040	Agnana Calabra	agnana-calabra	03	RC		38.3021	16.2272	4
89040	Marina Di Sant'Ilario Dello Ionio	marina-di-sant-ilario-dello-ionio	03	RC		38.1982	16.2264	4
89040	Monasterace Marina	monasterace-marina	03	RC		38.4349	16.5702	4
89040	San Giovanni Di Gerace	san-giovanni-di-gerace	03	RC		38.3651	16.2777	4
89040	Monasterace	monasterace	03	RC		38.4532	16.5516	4
89040	Canolo	canolo	03	RC		38.315	16.1999	4
89040	Portigliola	portigliola	03	RC		38.2271	16.2029	4
89040	Antonimina	antonimina	03	RC		38.273	16.1482	4
89040	Cirella	cirella	03	RC		38.2327	16.1004	4
89040	Marina Di Caulonia	marina-di-caulonia	03	RC		38.3468	16.4635	4
89040	Sant'Ilario Dello Ionio	sant-ilario-dello-ionio	03	RC		38.2191	16.1952	4
89040	Martone	martone	03	RC		38.3535	16.288	4
89040	Camini	camini	03	RC		38.4318	16.4832	4
89040	Gerace	gerace	03	RC		38.2714	16.2207	4
89040	Riace	riace	03	RC		38.4183	16.4812	4
89040	Canolo Nuova	canolo-nuova	03	RC		38.3316	16.1622	4
89041	San Nicola Di Caulonia	san-nicola-di-caulonia	03	RC	080025	38.4145	16.3733	4
89041	Campoli Di Caulonia	campoli-di-caulonia	03	RC	080025	38.3891	16.4114	3
89041	Ursini	ursini	03	RC	080025	38.4135	16.3995	4
89041	Caulonia	caulonia	03	RC		38.3817	16.4095	4
89041	Caulonia Marina	caulonia-marina	03	RC	080025	38.3468	16.4635	4
89042	Gioiosa Ionica	gioiosa-ionica	03	RC		38.3272	16.3041	4
89043	Grotteria	grotteria	03	RC		38.3651	16.2652	4
89043	Croce Ferrata	croce-ferrata	03	RC		38.3651	16.2652	3
89044	Locri	locri	03	RC		38.2387	16.2596	4
89044	Merici	merici	03	RC		38.2269	16.2395	3
89044	Moschetta	moschetta	03	RC		38.221	16.2295	4
89044	Moschetta Di Locri	moschetta-di-locri	03	RC		38.221	16.2295	4
89045	Mammola	mammola	03	RC		38.3626	16.2387	4
89046	Marina Di Gioiosa Ionica	marina-di-gioiosa-ionica	03	RC		38.3016	16.3315	4
89047	Roccella Ionica	roccella-ionica	03	RC		38.3212	16.3969	4
89048	Siderno Marina	siderno-marina	03	RC		38.2858	16.2902	3
89048	Siderno Superiore	siderno-superiore	03	RC	080088	38.3041	16.2747	4
89048	Donisi	donisi	03	RC		38.2833	16.3	4
89048	Siderno	siderno	03	RC		38.2699	16.2961	4
89049	Stilo	stilo	03	RC		38.4763	16.4675	4
89050	San Roberto	san-roberto	03	RC		38.2111	15.7359	4
89050	Feroleto Della Chiesa	feroleto-della-chiesa	03	RC		38.4661	16.0701	4
89050	Villa Mesa	villa-mesa	03	RC		38.1965	15.7144	4
89050	Laganadi	laganadi	03	RC		38.1739	15.7413	4
89050	Fiumara	fiumara	03	RC		38.2127	15.6937	4
89050	Cosoleto	cosoleto	03	RC		38.2748	15.9281	4
89050	Plaesano	plaesano	03	RC		38.4833	16.0833	4
89050	Colelli	colelli	03	RC		38.2116	15.7219	4
89050	Calanna	calanna	03	RC		38.1846	15.7229	4
89050	Sant'Alessio In Aspromonte	sant-alessio-in-aspromonte	03	RC		38.1722	15.7573	4
89050	Acquacalda	acquacalda	03	RC		38.2079	15.7587	4
89050	Sitizano	sitizano	03	RC		38.2807	15.9386	4
89052	Campo Calabro	campo-calabro	03	RC		38.2161	15.6592	4
89054	Galatro	galatro	03	RC		38.4607	16.1084	4
89056	Santa Cristina D'Aspromonte	santa-cristina-d-aspromonte	03	RC		38.2548	15.97	4
89056	Lubrichi	lubrichi	03	RC		38.2709	15.9496	4
89057	Santo Stefano In Aspromonte	santo-stefano-in-aspromonte	03	RC		38.1691	15.7898	4
89057	Gambarie	gambarie	03	RC		38.1667	15.8333	4
89058	Favazzina	favazzina	03	RC		38.2597	15.7564	4
89058	Milea	milea	03	RC		38.3617	15.7916	3
89058	Scilla	scilla	03	RC		38.252	15.7184	4
89058	Melia	melia	03	RC		38.2389	16.0312	4
89060	Roghudi Nuovo	roghudi-nuovo	03	RC		37.925	15.7654	4
89060	Cardeto	cardeto	03	RC		38.0844	15.7658	4
89060	Bagaladi	bagaladi	03	RC		38.0256	15.8215	4
89060	Ghorio	ghorio	03	RC		37.9864	15.8122	4
89060	Roccaforte Del Greco	roccaforte-del-greco	03	RC		38.0475	15.892	4
89060	Roghudi	roghudi	03	RC		37.925	15.7654	4
89060	Saline Joniche	saline-joniche	03	RC		37.999	15.8037	3
89062	Lazzaro	lazzaro	03	RC		37.9728	15.6651	4
89063	Anna'	anna	03	RC		37.9265	15.7537	4
89063	Caredia	caredia	03	RC		37.9561	15.7966	4
89063	Melito Di Porto Salvo	melito-di-porto-salvo	03	RC		37.9263	15.7499	4
89063	Pentedattilo	pentedattilo	03	RC		37.9516	15.7608	4
89063	Lacco	lacco	03	RC		37.9402	15.7713	3
89063	Prunella	prunella	03	RC		37.9405	15.7954	4
89064	Saline Ioniche	saline-ioniche	03	RC	080053	37.9396	15.7194	4
89064	Masella	masella	03	RC		37.9658	15.7541	4
89064	Montebello Ionico	montebello-ionico	03	RC		37.9828	15.758	4
89064	Fossato Ionico	fossato-ionico	03	RC	080053	38.0106	15.763	4
89065	Motta San Giovanni	motta-san-giovanni	03	RC		38.0103	15.7126	4
89069	Marina Di San Lorenzo	marina-di-san-lorenzo	03	RC	080073	37.921	15.8317	4
89069	San Lorenzo	san-lorenzo	03	RC		38.011	15.8344	4
89069	San Pantaleone	san-pantaleone	03	RC	080073	37.9887	15.8424	4
89069	Chorio	chorio	03	RC	080073	37.9864	15.8122	4
89069	San Fantino	san-fantino	03	RC	080073	37.998	15.8174	4
89100	Reggio Calabria	reggio-calabria	03	RC		38.1105	15.6613	4
89121	Santa Caterina	santa-caterina	03	RC		38.2748	16.2268	4
89121	Archi	archi	03	RC		38.143	15.6613	4
89121	Reggio Calabria	reggio-calabria	03	RC		38.1105	15.6613	4
89122	Vito	vito	03	RC		38.128	15.6775	4
89122	Reggio Calabria	reggio-calabria	03	RC		38.1105	15.6613	4
89123	Reggio Calabria	reggio-calabria	03	RC		38.1105	15.6613	4
89124	Eremo	eremo	03	RC		38.1105	15.6613	3
89124	Reggio Calabria	reggio-calabria	03	RC		38.1105	15.6613	4
89125	Reggio Calabria	reggio-calabria	03	RC		38.1105	15.6613	4
89126	Arasi'	arasi	03	RC		38.1389	15.7376	4
89126	Cerasi	cerasi	03	RC		38.1587	15.7509	4
89126	Trizzino	trizzino	03	RC		38.1242	15.7134	4
89126	Orti'	orti	03	RC		38.1478	15.7098	4
89126	Orti' Superiore	orti-superiore	03	RC		38.1411	15.7279	3
89126	Reggio Calabria	reggio-calabria	03	RC		38.1105	15.6613	4
89126	Schindilifa'	schindilifa	03	RC		38.1643	15.7583	4
89126	Podargoni	podargoni	03	RC		38.1638	15.7802	4
89126	Terreti	terreti	03	RC		38.1208	15.7115	4
89126	In Via Dalmazia	in-via-dalmazia	03	RC		38.1411	15.7279	3
89126	Trabocchetto	trabocchetto	03	RC		38.1411	15.7279	3
89126	Orti' Inferiore	orti-inferiore	03	RC		38.1411	15.7279	3
89126	Sant'Elia Di Condera	sant-elia-di-condera	03	RC		38.1411	15.7279	3
89127	Reggio Calabria	reggio-calabria	03	RC		38.1105	15.6613	4
89128	Spirito Santo	spirito-santo	03	RC		38.2389	16.0312	3
89128	Reggio Calabria	reggio-calabria	03	RC		38.1105	15.6613	4
89129	Reggio Calabria	reggio-calabria	03	RC		38.1105	15.6613	4
89131	Ravagnese	ravagnese	03	RC		38.0881	15.6862	3
89131	Reggio Calabria	reggio-calabria	03	RC		38.1105	15.6613	4
89131	Puzzi	puzzi	03	RC		38.0881	15.6862	3
89131	Gallina	gallina	03	RC		38.0833	15.6833	4
89131	Armo	armo	03	RC		38.0706	15.714	4
89132	Reggio Calabria	reggio-calabria	03	RC		38.1105	15.6613	4
89133	Sbarre	sbarre	03	RC		38.1	15.65	4
89133	Cataforio	cataforio	03	RC		38.0885	15.7183	4
89133	Pavigliana	pavigliana	03	RC		38.1072	15.7211	4
89133	Reggio Calabria	reggio-calabria	03	RC		38.1105	15.6613	4
89133	Mosorrofa	mosorrofa	03	RC		38.095	15.7126	4
89133	San Salvatore	san-salvatore	03	RC		38.0883	15.7281	4
89133	San Giorgio Extra	san-giorgio-extra	03	RC		38.0982	15.6986	3
89133	San Sperato	san-sperato	03	RC		38.1122	15.681	3
89133	Vinco	vinco	03	RC		38.0982	15.6986	3
89133	Cannavo'	cannavo	03	RC		38.0982	15.6986	3
89134	Croce Valanidi	croce-valanidi	03	RC		38.0667	15.6833	4
89134	Bocale	bocale	03	RC		37.9916	15.6571	4
89134	San Gregorio	san-gregorio	03	RC		38.1122	15.681	3
89134	Pellaro	pellaro	03	RC		38.0167	15.65	4
89134	Rosario Valanidi	rosario-valanidi	03	RC		38.1122	15.681	3
89135	Rosali'	rosali	03	RC		38.2	15.6833	4
89135	Diminniti	diminniti	03	RC		38.173	15.6971	4
89135	Salice Calabro	salice-calabro	03	RC		38.1914	15.6592	4
89135	Sambatello	sambatello	03	RC		38.1786	15.6926	4
89135	Reggio Calabria	reggio-calabria	03	RC		38.1105	15.6613	4
89135	Gallico	gallico	03	RC		38.1667	15.6833	4
89135	Catona	catona	03	RC		38.1854	15.642	4
89135	Villa San Giuseppe	villa-san-giuseppe	03	RC		38.1122	15.681	3
89812	Pizzo	pizzo	03	VV		38.7526	16.187	4
89812	Pizzo Marina	pizzo-marina	03	VV		38.7526	16.187	3
89813	Menniti	menniti	03	VV		38.7456	16.3116	4
89813	Trecroci	trecroci	03	VV		38.7565	16.3178	4
89813	Polia	polia	03	VV		38.7512	16.3122	4
89814	Scarro	scarro	03	VV		38.8027	16.3082	4
89814	Filadelfia	filadelfia	03	VV		38.7847	16.292	4
89814	Montesoro	montesoro	03	VV		38.8157	16.2947	4
89815	Francavilla Angitola	francavilla-angitola	03	VV		38.7802	16.2723	4
89816	Pannaconi	pannaconi	03	VV		38.6929	16.0441	4
89816	Favelloni	favelloni	03	VV		38.6812	16.0272	4
89816	Cessaniti	cessaniti	03	VV		38.664	16.0296	4
89816	San Cono	san-cono	03	VV		38.6834	16.0128	4
89817	Briatico	briatico	03	VV		38.7225	16.0274	4
89817	Potenzoni	potenzoni	03	VV		38.689	16.0016	4
89817	San Costantino	san-costantino	03	VV		38.6328	16.0757	4
89817	San Costantino Di Briatico	san-costantino-di-briatico	03	VV		38.7051	16.003	4
89817	Sciconi	sciconi	03	VV		38.6922	16.0321	4
89817	Paradisoni	paradisoni	03	VV		38.7014	16.0451	4
89818	Capistrano	capistrano	03	VV		38.6913	16.2893	4
89819	Monterosso Calabro	monterosso-calabro	03	VV		38.7175	16.2907	4
89821	Vallelonga	vallelonga	03	VV		38.6474	16.2966	4
89821	San Nicola Da Crissa	san-nicola-da-crissa	03	VV		38.6635	16.2859	4
89822	Spadola	spadola	03	VV		38.6038	16.337	4
89822	Brognaturo	brognaturo	03	VV		38.6013	16.3414	4
89822	Serra San Bruno	serra-san-bruno	03	VV		38.5747	16.3262	4
89822	Simbario	simbario	03	VV		38.6116	16.336	4
89823	Fabrizia	fabrizia	03	VV		38.4899	16.2983	4
89823	Mongiana	mongiana	03	VV		38.5148	16.3194	4
89824	Nardodipace	nardodipace	03	VV		38.4742	16.343	4
89831	Gerocarne	gerocarne	03	VV		38.5877	16.2182	4
89831	Ciano	ciano	03	VV		38.5762	16.2127	4
89831	Soriano Calabro	soriano-calabro	03	VV		38.6004	16.222	4
89831	Sorianello	sorianello	03	VV		38.5942	16.2321	4
89831	Sant'Angelo	sant-angelo	03	VV		38.6132	16.1704	4
89831	Sant'Angelo Gerocarne	sant-angelo-gerocarne	03	VV		38.6132	16.1704	4
89832	Arena	arena	03	VV		38.5624	16.2106	4
89832	Limpidi	limpidi	03	VV		38.5422	16.1742	4
89832	Acquaro	acquaro	03	VV		38.5573	16.1878	4
89832	Dasa'	dasa	03	VV		38.5651	16.1952	4
89833	Dinami	dinami	03	VV		38.5314	16.1446	4
89833	Melicucca' Di Dinami	melicucca-di-dinami	03	VV		38.5372	16.1568	4
89833	Monsoreto	monsoreto	03	VV		38.5151	16.1666	4
89834	Vazzano	vazzano	03	VV		38.6329	16.248	4
89834	Pizzoni	pizzoni	03	VV		38.6229	16.2488	4
89841	Filandari	filandari	03	VV		38.6151	16.0314	4
89841	Rombiolo	rombiolo	03	VV		38.5953	16.0024	4
89841	Moladi	moladi	03	VV		38.5833	16	4
89841	Pizzinni	pizzinni	03	VV		38.625	16.0469	4
89841	Presinaci	presinaci	03	VV		38.6074	16.0176	4
89841	Pernocari	pernocari	03	VV		38.6118	16.0046	4
89841	Arzona	arzona	03	VV		38.625	16.0469	4
89842	Calimera Calabra	calimera-calabra	03	VV		38.5745	16.0193	3
89842	San Calogero	san-calogero	03	VV		38.5745	16.0193	4
89843	Stefanaconi	stefanaconi	03	VV		38.6779	16.1242	4
89843	Filogaso	filogaso	03	VV		38.6829	16.2258	4
89843	Maierato	maierato	03	VV		38.7111	16.1753	4
89843	Sant'Onofrio	sant-onofrio	03	VV		38.6975	16.1475	4
89844	Badia	badia	03	VV		38.563	15.9541	4
89844	Limbadi	limbadi	03	VV		38.559	15.9644	4
89844	Motta Filocastro	motta-filocastro	03	VV		38.5649	15.9474	3
89844	Nicotera	nicotera	03	VV		38.5491	15.9358	4
89844	Mandaradoni	mandaradoni	03	VV		38.5751	15.964	4
89844	Marina Di Nicotera	marina-di-nicotera	03	VV		38.5491	15.9358	4
89844	Caroni	caroni	03	VV		38.5667	15.9667	4
89844	Comerconi	comerconi	03	VV		38.5814	15.9353	4
89844	Preitoni	preitoni	03	VV		38.5754	15.9229	4
89851	Jonadi	jonadi	03	VV		38.6299	16.061	4
89851	Nao	nao	03	VV		38.6266	16.0789	3
89851	Francica	francica	03	VV		38.617	16.1001	4
89851	San Costantino Calabro	san-costantino-calabro	03	VV		38.6328	16.0757	4
89852	Comparni	comparni	03	VV		38.5687	16.058	4
89852	San Giovanni	san-giovanni	03	VV		38.5838	16.0844	4
89852	Mileto	mileto	03	VV		38.6078	16.0675	4
89852	Paravati	paravati	03	VV		38.5902	16.0581	4
89853	San Gregorio D'Ippona	san-gregorio-d-ippona	03	VV		38.6453	16.1036	4
89861	Fitili	fitili	03	VV		38.6758	15.9315	4
89861	Tropea	tropea	03	VV		38.6745	15.895	4
89861	Parghelia	parghelia	03	VV		38.6819	15.9207	4
89862	Caria	caria	03	VV		38.6471	15.903	4
89862	Drapia	drapia	03	VV		38.6661	15.9112	4
89862	Gasponi	gasponi	03	VV		38.6634	15.9043	4
89862	Brattiro'	brattiro	03	VV		38.6456	15.8868	4
89863	Caroniti	caroniti	03	VV		38.596	15.9065	4
89863	Joppolo	joppolo	03	VV		38.5834	15.8971	4
89863	Coccorino	coccorino	03	VV		38.6055	15.8716	4
89864	Spilinga	spilinga	03	VV		38.6282	15.9057	4
89864	Panaia	panaia	03	VV		38.6232	15.8926	4
89866	Santa Domenica Ricadi	santa-domenica-ricadi	03	VV		38.6622	15.8629	4
89866	San Nicolo' Di Ricadi	san-nicolo-di-ricadi	03	VV		38.6343	15.8515	4
89866	Barbalaconi	barbalaconi	03	VV		38.6417	15.8617	3
89866	Santa Domenica	santa-domenica	03	VV		38.6622	15.8629	4
89866	San Nicolo'	san-nicolo	03	VV		38.6343	15.8515	4
89866	Ricadi	ricadi	03	VV		38.6252	15.8667	4
89866	Lampazzone	lampazzone	03	VV		38.6319	15.8749	4
89867	Zungri	zungri	03	VV		38.6567	15.9841	4
89867	Zaccanopoli	zaccanopoli	03	VV		38.6655	15.9287	4
89868	Daffina'	daffina	03	VV		38.6814	15.9506	4
89868	Zambrone	zambrone	03	VV		38.6655	15.9287	4
89868	San Giovanni Di Zambrone	san-giovanni-di-zambrone	03	VV		38.6748	15.9728	4
89900	Triparni	triparni	03	VV		38.6833	16.0667	4
89900	Piscopio	piscopio	03	VV		38.6636	16.111	4
89900	Porto Salvo	porto-salvo	03	VV		38.7063	16.0766	4
89900	Vibo Valentia	vibo-valentia	03	VV		38.6762	16.1009	4
89900	Vibo Marina	vibo-marina	03	VV		38.6881	16.0942	3
89900	Vena Superiore	vena-superiore	03	VV		38.6667	16.0667	4
89900	Vibo Valentia Marina	vibo-valentia-marina	03	VV		38.7167	16.1167	4
89900	Vena	vena	03	VV		38.6881	16.0942	3
89900	Longobardi	longobardi	03	VV		38.7036	16.1212	4
83010	Torrioni	torrioni	04	AV		41.0341	14.8135	4
83010	San Felice	san-felice	04	AV		40.956	14.7893	4
83010	Grottolella	grottolella	04	AV		40.9714	14.7889	4
83010	Capriglia Irpina	capriglia-irpina	04	AV		40.9603	14.7772	4
83010	Summonte	summonte	04	AV		40.9487	14.7446	4
83010	Starze Di Summonte	starze-di-summonte	04	AV		40.9454	14.7734	4
83010	Sant'Angelo A Scala	sant-angelo-a-scala	04	AV		40.9746	14.7404	4
83010	Starze	starze	04	AV		40.9454	14.7734	4
83010	Petruro Irpino	petruro-irpino	04	AV		41.0319	14.7975	4
83010	Tufo	tufo	04	AV		41.0126	14.8178	4
83010	Chianche	chianche	04	AV		41.0463	14.789	4
83011	Altavilla Irpina	altavilla-irpina	04	AV		41.0062	14.7809	4
83012	Trescine	trescine	04	AV		41.0226	14.6204	4
83012	Ioffredo	ioffredo	04	AV		41.0215	14.6174	3
83012	Cervinara	cervinara	04	AV		41.0204	14.6144	4
83013	Santuario Di Montevergine	santuario-di-montevergine	04	AV		40.9112	14.7501	3
83013	Mercogliano	mercogliano	04	AV		40.9216	14.7449	4
83013	Torrette	torrette	04	AV		40.9078	14.7518	4
83013	Torelli Di Mercogliano	torelli-di-mercogliano	04	AV		40.9078	14.7518	4
83013	Torelli	torelli	04	AV		40.9078	14.7518	4
83014	Ospedaletto D'Alpinolo	ospedaletto-d-alpinolo	04	AV		40.9391	14.7465	4
83015	Ciardelli Inferiore	ciardelli-inferiore	04	AV		41.0121	14.7352	4
83015	Pietrastornina	pietrastornina	04	AV		40.9954	14.7183	4
83016	Cassano Caudino	cassano-caudino	04	AV		41.0316	14.7176	3
83016	Roccabascerana	roccabascerana	04	AV		41.0184	14.7168	4
83016	Tufara Valle	tufara-valle	04	AV		41.0316	14.7176	3
83016	Squillani	squillani	04	AV		41.0447	14.7184	4
83017	Rotondi	rotondi	04	AV		41.0329	14.5955	4
83017	Ferrari Di Cervinara	ferrari-di-cervinara	04	AV		41.0329	14.5955	3
83018	San Martino Valle Caudina	san-martino-valle-caudina	04	AV		41.0276	14.6645	4
83020	San Michele Di Serino	san-michele-di-serino	04	AV		40.8756	14.8546	4
83020	Moschiano	moschiano	04	AV		40.8731	14.6559	4
83020	Tavernola San Felice	tavernola-san-felice	04	AV		40.8901	14.699	3
83020	Contrada	contrada	04	AV		40.8681	14.7775	4
83020	Petruro	petruro	04	AV		40.8674	14.7531	4
83020	Quindici	quindici	04	AV		40.865	14.6466	4
83020	Marzano Di Nola	marzano-di-nola	04	AV		40.9014	14.5836	4
83020	Sperone	sperone	04	AV		40.9525	14.6052	4
83020	Celzi	celzi	04	AV		40.8552	14.75	4
83020	Cesinali	cesinali	04	AV		40.8971	14.8277	4
83020	Pago Del Vallo Di Lauro	pago-del-vallo-di-lauro	04	AV		40.8972	14.6076	4
83020	Santa Lucia Di Serino	santa-lucia-di-serino	04	AV		40.8704	14.8759	4
83020	Quadrelle	quadrelle	04	AV		40.9485	14.6393	4
83020	Domicella	domicella	04	AV		40.8802	14.5872	4
83020	Aiello Del Sabato	aiello-del-sabato	04	AV		40.8885	14.8212	4
83020	Casola	casola	04	AV		40.8885	14.5997	4
83020	Forino	forino	04	AV		40.8583	14.7325	4
83020	Sirignano	sirignano	04	AV		40.9497	14.6293	4
83020	Taurano	taurano	04	AV		40.8844	14.6343	4
83021	Avella	avella	04	AV		40.96	14.6009	4
83022	Baiano	baiano	04	AV		40.9514	14.6165	4
83023	Lauro	lauro	04	AV		40.8797	14.6301	4
83023	Migliano	migliano	04	AV		40.8791	14.6158	4
83023	Fontenovella	fontenovella	04	AV		40.8794	14.623	3
83024	Molinelle	molinelle	04	AV		40.9029	14.7622	4
83024	Monteforte Irpino	monteforte-irpino	04	AV		40.9025	14.744	4
83025	Misciano	misciano	04	AV		40.8152	14.7864	4
83025	Banzano	banzano	04	AV	064121	40.8434	14.8018	4
83025	Piazza Di Pandola	piazza-di-pandola	04	AV		40.8075	14.7718	4
83025	Torchiati	torchiati	04	AV	064121	40.8184	14.8017	4
83025	San Pietro	san-pietro	04	AV	064121	40.824	14.7848	4
83025	Borgo	borgo	04	AV		40.8402	14.7836	4
83025	Montoro Inferiore	montoro-inferiore	04	AV		40.8129	14.7747	4
83025	Montoro Superiore	montoro-superiore	04	AV	064121	40.817	14.7984	4
83025	Figlioli	figlioli	04	AV		40.8221	14.7848	3
83025	Piano	piano	04	AV		40.8205	14.76	4
83025	Caliano	caliano	04	AV	064121	40.8221	14.7848	3
83025	Aterrana	aterrana	04	AV	064121	40.8221	14.7848	3
83025	Preturo	preturo	04	AV		40.8221	14.7848	3
83025	Montoro	montoro	04	AV	064121	40.8221	14.7848	3
83025	Borgo Di Montoro Inferiore	borgo-di-montoro-inferiore	04	AV		40.8221	14.7848	3
83026	San Pietro Di Montoro Superiore	san-pietro-di-montoro-superiore	04	AV		40.8739	14.7265	1
83026	Banzano Di Montoro Superiore	banzano-di-montoro-superiore	04	AV		40.8739	14.7265	1
83027	Mugnano Del Cardinale	mugnano-del-cardinale	04	AV		40.9425	14.6361	4
83028	Serino	serino	04	AV		40.8548	14.8722	4
83028	Canale	canale	04	AV		40.8521	14.8419	4
83028	Sala	sala	04	AV		40.8288	14.8069	4
83028	Ferrari Stazione Serino	ferrari-stazione-serino	04	AV		40.8452	14.8404	3
83028	San Sossio Di Serino	san-sossio-di-serino	04	AV		40.8452	14.8404	3
83028	San Biagio	san-biagio	04	AV		40.9765	15.0791	3
83029	Solofra	solofra	04	AV		40.8334	14.8371	4
83029	Sant'Andrea Apostolo	sant-andrea-apostolo	04	AV		40.8334	14.8371	3
83029	Sant'Agata Irpina	sant-agata-irpina	04	AV		40.8334	14.8371	3
83030	Serra	serra	04	AV		41.1211	15.0665	4
83030	Savignano Irpino	savignano-irpino	04	AV		41.227	15.1793	4
83030	Manocalzati	manocalzati	04	AV		40.9415	14.8477	4
83030	San Barbato	san-barbato	04	AV		40.9527	14.8485	4
83030	Greci	greci	04	AV		41.2518	15.1691	4
83030	Prata Di Principato Ultra	prata-di-principato-ultra	04	AV		40.9863	14.838	4
83030	Villanova Del Battista	villanova-del-battista	04	AV		41.119	15.1584	4
83030	Melito Irpino	melito-irpino	04	AV		41.1031	15.0523	4
83030	Lapio	lapio	04	AV		40.9829	14.9465	4
83030	Savignano Stazione	savignano-stazione	04	AV		41.0546	14.9575	3
83030	Montaguto	montaguto	04	AV		41.2487	15.2484	4
83030	Montefredane	montefredane	04	AV		40.9598	14.8137	4
83030	Sant'Elena Irpina	sant-elena-irpina	04	AV		41.0374	14.8893	4
83030	Torre Le Nocelle	torre-le-nocelle	04	AV		41.0231	14.9093	4
83030	Santa Paolina	santa-paolina	04	AV		41.022	14.8463	4
83030	Venticano	venticano	04	AV		41.0472	14.9119	4
83030	Zungoli	zungoli	04	AV		41.1277	15.2026	4
83030	Campanarello	campanarello	04	AV		41.0472	14.9142	4
83030	Arcella	arcella	04	AV		40.9579	14.8318	4
83030	Dentecane	dentecane	04	AV		41.0359	14.8942	4
83030	Montefusco	montefusco	04	AV		41.0369	14.855	4
83030	Sant'Angelo A Cancelli	sant-angelo-a-cancelli	04	AV		41.0458	14.8639	4
83030	Taurasi	taurasi	04	AV		41.0108	14.9598	4
83030	Castello Del Lago	castello-del-lago	04	AV		41.0752	14.9232	4
83030	Pietradefusi	pietradefusi	04	AV		41.0432	14.8841	4
83030	Montefalcione	montefalcione	04	AV		40.9617	14.8831	4
83031	Ariano Scalo	ariano-scalo	04	AV		41.1802	15.1176	4
83031	Ariano Irpino	ariano-irpino	04	AV		41.1602	15.1063	4
83031	La Manna	la-manna	04	AV		41.1516	15.0893	3
83031	Palazzisi	palazzisi	04	AV		41.1538	15.0209	4
83031	Orneta	orneta	04	AV		41.1123	15.1126	4
83031	Ariano Irpino Stazione	ariano-irpino-stazione	04	AV		41.1516	15.0893	3
83032	Morroni	morroni	04	AV		41.0847	14.9541	4
83032	Bonito	bonito	04	AV		41.0986	15.0007	4
83034	Casalbore	casalbore	04	AV		41.2337	15.0075	4
83035	Carpignano	carpignano	04	AV		41.0375	15.0523	4
83035	Grottaminarda	grottaminarda	04	AV		41.0697	15.0589	4
83036	Passo Di Mirabella	passo-di-mirabella	04	AV		41.0547	15.0165	4
83036	Mirabella Eclano	mirabella-eclano	04	AV		41.045	15.0002	4
83036	Pianopantano	pianopantano	04	AV		41.0547	15.0165	4
83036	Calore	calore	04	AV		41.0514	15.0111	3
83037	Montecalvo Irpino	montecalvo-irpino	04	AV		41.1962	15.0345	4
83038	Montaperto	montaperto	04	AV		41.006	14.8938	4
83038	Montemiletto	montemiletto	04	AV		41.0117	14.9003	4
83039	San Michele Di Pratola Serra	san-michele-di-pratola-serra	04	AV		40.989	14.8699	4
83039	Serra	serra	04	AV		41.1211	15.0665	4
83039	Serra Di Pratola Serra	serra-di-pratola-serra	04	AV		41.0214	14.9144	3
83039	Pratola Serra	pratola-serra	04	AV		40.9866	14.8515	4
83039	San Michele Di Pratola	san-michele-di-pratola	04	AV		40.989	14.8699	4
83040	Cairano	cairano	04	AV		40.8955	15.3707	4
83040	Candida	candida	04	AV		40.9415	14.8723	4
83040	Fontanarosa	fontanarosa	04	AV		41.0181	15.0205	4
83040	Quaglietta	quaglietta	04	AV		40.7453	15.2343	4
83040	Carife	carife	04	AV		41.0267	15.2104	4
83040	Castelfranci	castelfranci	04	AV		40.9307	15.0433	4
83040	Guardia Lombardi	guardia-lombardi	04	AV		40.9518	15.2088	4
83040	Caposele	caposele	04	AV		40.8155	15.2234	4
83040	Gesualdo	gesualdo	04	AV		41.0055	15.0726	4
83040	Calabritto	calabritto	04	AV		40.7834	15.2229	4
83040	Flumeri	flumeri	04	AV		41.0762	15.1507	4
83040	Chiusano Di San Domenico	chiusano-di-san-domenico	04	AV		40.9331	14.9163	4
83040	Montemarano	montemarano	04	AV		40.9141	14.9977	4
83040	Conza Della Campania	conza-della-campania	04	AV		40.8586	15.3365	4
83040	Castelvetere Sul Calore	castelvetere-sul-calore	04	AV		40.9298	14.9864	4
83040	Mattinella	mattinella	04	AV		40.9374	15.3249	4
83040	Cassano Irpino	cassano-irpino	04	AV		40.8704	15.0259	4
83040	Andretta	andretta	04	AV		40.9374	15.3249	4
83040	Pagliara	pagliara	04	AV		40.9965	15.1259	4
83040	Morra De Sanctis	morra-de-sanctis	04	AV		40.929	15.2429	4
83040	Materdomini	materdomini	04	AV		40.818	15.2359	4
83040	Luogosano	luogosano	04	AV		40.9864	14.9921	4
83040	Castel Baronia	castel-baronia	04	AV		41.0483	15.1888	4
83040	Pila Ai Piani	pila-ai-piani	04	AV		41.0401	15.1049	4
83040	Frigento	frigento	04	AV		41.011	15.1003	4
83040	Alvano	alvano	04	AV		40.9594	15.3081	4
83041	Aquilonia	aquilonia	04	AV		40.9869	15.4751	4
83042	Atripalda	atripalda	04	AV		40.9187	14.8272	4
83043	Laceno	laceno	04	AV		40.8044	15.1123	4
83043	Villaggio Laceno	villaggio-laceno	04	AV		40.8044	15.1123	4
83043	Bagnoli Irpino	bagnoli-irpino	04	AV		40.831	15.0717	4
83044	Bisaccia Nuova	bisaccia-nuova	04	AV		41.0096	15.3555	4
83044	Piano Regolatore	piano-regolatore	04	AV		41.0094	15.3662	3
83044	Bisaccia	bisaccia	04	AV		41.0092	15.377	4
83045	Calitri	calitri	04	AV		40.9257	15.4039	4
83046	Lacedonia	lacedonia	04	AV		41.0502	15.4217	4
83047	Lioni	lioni	04	AV		40.8808	15.1834	4
83048	Fontana Di Montella	fontana-di-montella	04	AV		40.8333	15.0167	4
83048	Montella	montella	04	AV		40.8437	15.0178	4
83048	Sorbo Di Montella	sorbo-di-montella	04	AV		40.85	15.0167	4
83049	Monteverde	monteverde	04	AV		40.9986	15.5336	4
83050	Sorbo Serpico	sorbo-serpico	04	AV		40.9169	14.8871	4
83050	Senerchia	senerchia	04	AV		40.7413	15.205	4
83050	Villamaina	villamaina	04	AV		40.9714	15.0885	4
83050	Rocca San Felice	rocca-san-felice	04	AV		40.9501	15.1666	4
83050	Vallesaccarda	vallesaccarda	04	AV		41.0631	15.2521	4
83050	Santo Stefano Del Sole	santo-stefano-del-sole	04	AV		40.8941	14.8667	4
83050	San Nicola Baronia	san-nicola-baronia	04	AV		41.0581	15.2001	4
83050	San Mango Sul Calore	san-mango-sul-calore	04	AV		40.9589	14.9725	4
83050	San Potito Ultra	san-potito-ultra	04	AV		40.928	14.8712	4
83050	Sant'Angelo All'Esca	sant-angelo-all-esca	04	AV		41.0066	14.993	4
83050	Scampitella	scampitella	04	AV		41.0925	15.3	4
83050	Parolise	parolise	04	AV		40.9304	14.8817	4
83050	Volturara Irpina	volturara-irpina	04	AV		40.8829	14.918	4
83050	Salza Irpina	salza-irpina	04	AV		40.9189	14.89	4
83050	San Sossio Baronia	san-sossio-baronia	04	AV		41.0708	15.2012	4
83051	Nusco	nusco	04	AV		40.8882	15.0919	4
83051	Ponteromito	ponteromito	04	AV		40.8882	15.0919	3
83052	Paternopoli	paternopoli	04	AV		40.9727	15.0324	4
83053	Sant'Andrea Di Conza	sant-andrea-di-conza	04	AV		40.8448	15.3697	4
83054	Sant'Angelo Dei Lombardi	sant-angelo-dei-lombardi	04	AV		40.9294	15.1753	4
83054	San Vito	san-vito	04	AV		40.9456	15.0883	4
83054	San Vito Dei Lombardi	san-vito-dei-lombardi	04	AV		40.9375	15.1318	3
83055	Sturno	sturno	04	AV		41.0222	15.1125	4
83056	Teora	teora	04	AV		40.8528	15.2534	4
83057	Torella Dei Lombardi	torella-dei-lombardi	04	AV		40.9373	15.1078	4
83058	Trevico	trevico	04	AV		41.0481	15.2329	4
83058	Molini	molini	04	AV		41.061	15.2316	4
83059	Vallata	vallata	04	AV		41.0402	15.2538	4
83100	Picarelli	picarelli	04	AV		40.9418	14.7955	4
83100	Bellizzi Irpino	bellizzi-irpino	04	AV		40.8902	14.7982	4
83100	Valle Ponticelli	valle-ponticelli	04	AV		40.9156	14.7949	3
83100	Avellino	avellino	04	AV		40.9149	14.791	4
82010	Montorsi	montorsi	04	BN		41.073	14.7989	4
82010	Sant'Angelo A Cupolo	sant-angelo-a-cupolo	04	BN		41.0691	14.8037	4
82010	Bucciano	bucciano	04	BN		41.0776	14.569	4
82010	Iannassi	iannassi	04	BN		41.0912	14.8343	4
82010	Ceppaloni	ceppaloni	04	BN		41.0452	14.761	4
82010	San Giovanni Di Ceppaloni	san-giovanni-di-ceppaloni	04	BN		41.0624	14.7527	4
82010	Moiano	moiano	04	BN		41.0797	14.5443	4
82010	Terranova D'Arpaise	terranova-d-arpaise	04	BN		41.068	14.7578	3
82010	Monterocchetta	monterocchetta	04	BN		41.057	14.8155	4
82010	Arpaise	arpaise	04	BN		41.0298	14.7439	4
82010	Maccoli	maccoli	04	BN		41.0876	14.8059	4
82010	Beltiglio Di Ceppaloni	beltiglio-di-ceppaloni	04	BN		41.0624	14.7527	4
82010	Terranova	terranova	04	BN		41.0187	14.7483	4
82010	Ripabianca Tressanti	ripabianca-tressanti	04	BN		41.068	14.7578	3
82010	Perrillo	perrillo	04	BN		41.0876	14.8059	4
82010	Ripabianca	ripabianca	04	BN		41.0597	14.7178	4
82010	San Nicola Manfredi	san-nicola-manfredi	04	BN		41.0751	14.8243	4
82010	Beltiglio	beltiglio	04	BN		41.0624	14.7527	4
82010	San Martino Sannita	san-martino-sannita	04	BN		41.0655	14.8349	4
82010	Bagnara	bagnara	04	BN		41.0539	14.7912	4
82010	Pagliara	pagliara	04	BN		41.0653	14.7928	4
82010	Bosco Perrotta	bosco-perrotta	04	BN		41.0912	14.8343	4
82010	Cavuoti	cavuoti	04	BN		41.0744	14.7574	4
82010	Luzzano	luzzano	04	BN		41.0682	14.5361	4
82010	Pastene	pastene	04	BN		41.0823	14.8134	4
82010	San Leucio Del Sannio	san-leucio-del-sannio	04	BN		41.0744	14.7574	4
82010	Motta	motta	04	BN		41.0864	14.7973	4
82011	Airola	airola	04	BN		41.0587	14.5592	4
82011	Forchia	forchia	04	BN		41.0314	14.5357	4
82011	Arpaia	arpaia	04	BN		41.0368	14.5517	4
82011	Paolisi	paolisi	04	BN		41.0373	14.5792	4
82013	Bonea	bonea	04	BN		41.0731	14.6168	4
82015	Durazzano	durazzano	04	BN		41.0629	14.4495	4
82016	Cirignano	cirignano	04	BN		41.0805	14.6374	4
82016	Varoni	varoni	04	BN		41.0714	14.6392	3
82016	Montesarchio	montesarchio	04	BN		41.0623	14.641	4
82017	Pannarano	pannarano	04	BN		41.0108	14.7029	4
82018	Calvi	calvi	04	BN		41.0716	14.8652	4
82018	San Nazzaro	san-nazzaro	04	BN		41.0517	14.8572	4
82018	San Giovanni Di San Giorgio Del Sannio	san-giovanni-di-san-giorgio-del-sannio	04	BN		41.0639	14.8586	3
82018	San Giorgio Del Sannio	san-giorgio-del-sannio	04	BN		41.0684	14.8532	4
82018	Cubante	cubante	04	BN		41.0639	14.8586	3
82019	Faggiano	faggiano	04	BN		41.108	14.5208	4
82019	Bagnoli	bagnoli	04	BN		41.0827	14.4402	4
82019	Laiano	laiano	04	BN		41.1233	14.5347	4
82019	Sant'Agata De' Goti	sant-agata-de-goti	04	BN		41.0893	14.4974	4
82020	Molinara	molinara	04	BN		41.2973	14.9087	4
82020	Pago Veiano	pago-veiano	04	BN		41.2424	14.865	4
82020	Santa Croce Del Sannio	santa-croce-del-sannio	04	BN		41.3879	14.7323	4
82020	Paduli	paduli	04	BN		41.1679	14.8869	4
82020	Campolattaro	campolattaro	04	BN		41.2869	14.7304	4
82020	Reino	reino	04	BN		41.2922	14.8235	4
82020	Baselice	baselice	04	BN		41.393	14.9736	4
82020	Fragneto Monforte	fragneto-monforte	04	BN		41.2463	14.7634	4
82020	Fragneto L'Abate	fragneto-l-abate	04	BN		41.2558	14.7838	4
82020	Foiano Di Val Fortore	foiano-di-val-fortore	04	BN		41.3528	14.9763	4
82020	San Giorgio La Molara	san-giorgio-la-molara	04	BN		41.2767	14.931	4
82020	Buonalbergo	buonalbergo	04	BN		41.2224	14.978	4
82020	Ginestra Degli Schiavoni	ginestra-degli-schiavoni	04	BN		41.2799	15.0437	4
82020	Pesco Sannita	pesco-sannita	04	BN		41.2327	14.8112	4
82020	Circello	circello	04	BN		41.3546	14.8091	4
82020	Pietrelcina	pietrelcina	04	BN		41.1994	14.8441	4
82021	Apice	apice	04	BN		41.1201	14.931	4
82021	Apice Nuovo	apice-nuovo	04	BN		41.1446	14.9349	3
82021	Sant'Arcangelo Trimonte	sant-arcangelo-trimonte	04	BN		41.169	14.9388	4
82022	Castelfranco In Miscano	castelfranco-in-miscano	04	BN		41.3007	15.0861	4
82023	Castelvetere In Val Fortore	castelvetere-in-val-fortore	04	BN		41.4426	14.9412	4
82024	Castelpagano	castelpagano	04	BN		41.4018	14.8071	4
82024	Colle Sannita	colle-sannita	04	BN		41.3637	14.8345	4
82024	Decorata	decorata	04	BN		41.4105	14.8809	4
82025	Montefalcone Di Val Fortore	montefalcone-di-val-fortore	04	BN		41.3243	15.009	4
82026	Sassinoro	sassinoro	04	BN		41.3747	14.6645	4
82026	Cuffiano	cuffiano	04	BN		41.3409	14.7515	4
82026	Morcone	morcone	04	BN		41.3427	14.6689	4
82027	Casalduni	casalduni	04	BN		41.2608	14.6953	4
82027	Pontelandolfo	pontelandolfo	04	BN		41.2923	14.6896	4
82027	Giallonardo	giallonardo	04	BN		41.2855	14.6598	4
82028	San Bartolomeo In Galdo	san-bartolomeo-in-galdo	04	BN		41.416	15.0171	4
82029	San Marco Dei Cavoti	san-marco-dei-cavoti	04	BN		41.3088	14.8792	4
82030	Apollosa	apollosa	04	BN		41.0916	14.6962	4
82030	Campoli Del Monte Taburno	campoli-del-monte-taburno	04	BN		41.1307	14.6465	4
82030	Giardoni	giardoni	04	BN		41.1189	14.4292	4
82030	Limatola	limatola	04	BN		41.1401	14.3944	4
82030	Castelpoto	castelpoto	04	BN		41.1407	14.7007	4
82030	Cacciano	cacciano	04	BN		41.15	14.65	4
82030	Dugenta	dugenta	04	BN		41.1347	14.4535	4
82030	Faicchio	faicchio	04	BN		41.2782	14.4774	4
82030	San Salvatore Telesino	san-salvatore-telesino	04	BN		41.2354	14.4983	4
82030	Massa	massa	04	BN		41.2669	14.5084	4
82030	Torrecuso	torrecuso	04	BN		41.1858	14.6813	4
82030	Paupisi	paupisi	04	BN		41.1966	14.6646	4
82030	Ponte	ponte	04	BN		41.2155	14.6983	4
82030	Ave Gratia Plena	ave-gratia-plena	04	BN		41.1333	14.4	4
82030	Biancano	biancano	04	BN		41.145	14.3628	4
82030	Melizzano	melizzano	04	BN		41.1618	14.5055	4
82030	Pietraroja	pietraroja	04	BN		41.3478	14.5496	4
82030	Tocco Caudio	tocco-caudio	04	BN		41.1259	14.6342	4
82030	San Lorenzello	san-lorenzello	04	BN		41.276	14.5417	4
82030	Puglianello	puglianello	04	BN		41.2218	14.4502	4
82030	Foglianise	foglianise	04	BN		41.1613	14.6711	4
82030	Torello Di Melizzano	torello-di-melizzano	04	BN		41.1811	14.5559	3
82030	Cautano	cautano	04	BN		41.1501	14.6442	4
82030	Frasso Telesino	frasso-telesino	04	BN		41.1568	14.5278	4
82030	Torello	torello	04	BN		41.1811	14.5559	3
82031	Amorosi	amorosi	04	BN		41.2027	14.466	4
82032	Cerreto Sannita	cerreto-sannita	04	BN		41.283	14.5615	4
82033	Cusano Mutri	cusano-mutri	04	BN		41.3362	14.5101	4
82033	Civitella Licinio	civitella-licinio	04	BN		41.3101	14.5264	4
82034	Guardia Sanframondi	guardia-sanframondi	04	BN		41.2564	14.5985	4
82034	San Lupo	san-lupo	04	BN		41.2615	14.6353	4
82034	San Lorenzo Maggiore	san-lorenzo-maggiore	04	BN		41.2488	14.6244	4
82036	Solopaca	solopaca	04	BN		41.1954	14.5477	4
82037	Telese Terme	telese-terme	04	BN		41.2219	14.5343	4
82037	Castelvenere	castelvenere	04	BN		41.2344	14.5475	4
82038	Vitulano	vitulano	04	BN		41.1742	14.6482	4
82100	Perrillo	perrillo	04	BN		41.0876	14.8059	4
82100	Pastene	pastene	04	BN		41.0823	14.8134	4
82100	Benevento	benevento	04	BN		41.1307	14.7782	4
81010	San Giorgio	san-giorgio	04	CE		41.2706	14.3128	4
81010	Dragoni	dragoni	04	CE		41.2762	14.3037	4
81010	Vallelunga	vallelunga	04	CE		41.4929	14.1781	4
81010	Ailano	ailano	04	CE		41.39	14.2054	4
81010	Valle Agricola	valle-agricola	04	CE		41.4248	14.2558	4
81010	Ruviano	ruviano	04	CE		41.2106	14.4098	4
81010	Letino	letino	04	CE		41.453	14.2554	4
81010	Pratella	pratella	04	CE		41.4058	14.1791	4
81010	San Gregorio Matese	san-gregorio-matese	04	CE		41.3856	14.3722	4
81010	Alvignanello	alvignanello	04	CE		41.2029	14.4392	4
81010	Castel Campagnano	castel-campagnano	04	CE		41.1824	14.453	4
81010	Gallo Matese	gallo-matese	04	CE		41.4645	14.225	4
81010	Prata Sannita	prata-sannita	04	CE		41.4328	14.2027	4
81010	Gioia Sannitica	gioia-sannitica	04	CE		41.2997	14.4438	4
81010	Latina Di Baia	latina-di-baia	04	CE		41.3425	14.3088	3
81010	Calvisi	calvisi	04	CE		41.3249	14.4227	4
81010	Ciorlano	ciorlano	04	CE		41.4502	14.1583	4
81010	Torcino	torcino	04	CE		41.3425	14.3088	3
81010	Squille	squille	04	CE		41.1553	14.4327	4
81010	Carattano	carattano	04	CE		41.3425	14.3088	3
81010	Baia E Latina	baia-e-latina	04	CE		41.3425	14.3088	3
81011	Totari	totari	04	CE		41.3019	14.3844	4
81011	Alife	alife	04	CE		41.3261	14.334	4
81012	Alvignano	alvignano	04	CE		41.2443	14.3367	4
81012	Marciano Freddo	marciano-freddo	04	CE		41.219	14.3373	4
81013	Villa Santa Croce	villa-santa-croce	04	CE		41.188	14.3216	4
81013	Piana Di Monte Verna	piana-di-monte-verna	04	CE		41.1671	14.3337	4
81013	Caiazzo	caiazzo	04	CE		41.1844	14.3595	4
81013	San Giovanni E Paolo	san-giovanni-e-paolo	04	CE		41.1758	14.3878	4
81014	Capriati A Volturno	capriati-a-volturno	04	CE		41.468	14.146	4
81014	Fontegreca	fontegreca	04	CE		41.4565	14.1838	4
81016	Piedimonte Matese	piedimonte-matese	04	CE		41.3508	14.368	4
81016	Castello Del Matese	castello-del-matese	04	CE		41.3667	14.3777	4
81016	Sepicciano	sepicciano	04	CE		41.35	14.3833	4
81016	San Potito Sannitico	san-potito-sannitico	04	CE		41.337	14.3919	4
81016	Piedimonte D'Alife	piedimonte-d-alife	04	CE		41.35	14.3667	4
81017	Quattroventi	quattroventi	04	CE		41.366	14.2523	3
81017	Raviscanina	raviscanina	04	CE		41.3709	14.2433	4
81017	Sant'Angelo D'Alife	sant-angelo-d-alife	04	CE		41.3612	14.2612	4
81020	San Nicola La Strada	san-nicola-la-strada	04	CE		41.0524	14.3333	4
81020	Castel Morrone	castel-morrone	04	CE		41.121	14.3547	4
81020	San Marco Evangelista	san-marco-evangelista	04	CE		41.037	14.3398	4
81020	Valle Di Maddaloni	valle-di-maddaloni	04	CE		41.0795	14.4179	4
81020	Capodrise	capodrise	04	CE		41.0427	14.3061	4
81020	Casapulla	casapulla	04	CE		41.0766	14.2893	4
81020	Recale	recale	04	CE		41.057	14.3027	4
81020	Annunziata	annunziata	04	CE		41.121	14.3652	4
81021	Arienzo	arienzo	04	CE		41.0273	14.4977	4
81022	Casagiove	casagiove	04	CE		41.0712	14.3116	4
81023	Cervino	cervino	04	CE		41.04	14.424	4
81023	Forchia Di Cervino	forchia-di-cervino	04	CE		41.0391	14.4429	4
81023	Messercola	messercola	04	CE		41.0395	14.4335	3
81024	Maddaloni	maddaloni	04	CE		41.0358	14.3823	4
81024	Montedecoro	montedecoro	04	CE		41.0277	14.4177	4
81024	Grotticella	grotticella	04	CE		41.0045	14.4224	4
81025	Cantone	cantone	04	CE		41.2173	14.1608	4
81025	Marcianise	marcianise	04	CE		41.0306	14.2987	4
81027	San Felice A Cancello	san-felice-a-cancello	04	CE		41.017	14.4874	4
81027	Cancello Di Ferrovia	cancello-di-ferrovia	04	CE		41.1824	14.2434	3
81027	Cave	cave	04	CE		41.3478	13.9995	4
81027	San Marco Trotti	san-marco-trotti	04	CE		41.1824	14.2434	3
81027	Cave Di San Felice	cave-di-san-felice	04	CE		41.1824	14.2434	3
81027	Polvica	polvica	04	CE		41.2173	14.1608	3
81028	Santa Maria A Vico	santa-maria-a-vico	04	CE		41.0261	14.4651	4
81030	Castel Volturno	castel-volturno	04	CE		41.0329	13.9435	4
81030	Lusciano	lusciano	04	CE		40.97	14.1904	4
81030	Arnone	arnone	04	CE		41.0751	14.031	4
81030	Orta Di Atella	orta-di-atella	04	CE		40.9644	14.2685	4
81030	Casanova	casanova	04	CE		41.1925	13.9634	4
81030	Baia Domizia	baia-domizia	04	CE		41.1833	13.8167	4
81030	Cancello	cancello	04	CE		41.0734	14.0254	4
81030	Sant'Arpino	sant-arpino	04	CE		40.9572	14.2507	4
81030	Villaggio Coppola Pinetamare	villaggio-coppola-pinetamare	04	CE		41.0545	14.0939	3
81030	Villa Di Briano	villa-di-briano	04	CE		41	14.1607	4
81030	Cancello Ed Arnone	cancello-ed-arnone	04	CE		41.073	14.0271	4
81030	Cesa	cesa	04	CE		40.9629	14.2308	4
81030	Casale Di Carinola	casale-di-carinola	04	CE		41.0545	14.0939	3
81030	Carinola	carinola	04	CE		41.1878	13.9824	4
81030	Casale	casale	04	CE		41.2197	14.0023	4
81030	Nocelleto	nocelleto	04	CE		41.1707	14.0157	4
81030	Casapesenna	casapesenna	04	CE		40.9915	14.1361	4
81030	Succivo	succivo	04	CE		40.968	14.2556	4
81030	San Marcellino	san-marcellino	04	CE		40.99	14.1758	4
81030	Frignano	frignano	04	CE		40.9981	14.1791	4
81030	Cellole	cellole	04	CE		41.2034	13.8533	4
81030	Casaluce	casaluce	04	CE		40.9978	14.1967	4
81030	Teverola	teverola	04	CE		40.9956	14.2076	4
81030	Gricignano Di Aversa	gricignano-di-aversa	04	CE		40.9797	14.2309	4
81030	Parete	parete	04	CE		40.9589	14.1619	4
81030	Falciano Del Massico	falciano-del-massico	04	CE		41.1627	13.9481	4
81031	Aversa	aversa	04	CE		40.9726	14.2074	4
81032	Carinaro	carinaro	04	CE		40.9829	14.2196	4
81033	Casal Di Principe	casal-di-principe	04	CE		41.01	14.1301	4
81034	Mondragone	mondragone	04	CE		41.114	13.8916	4
81035	Fontanafredda	fontanafredda	04	CE		41.2846	13.9611	4
81035	Grottola	grottola	04	CE		41.3171	14.0412	4
81035	Ameglio	ameglio	04	CE		41.3269	14.0422	4
81035	Garofali	garofali	04	CE		41.2871	13.997	4
81035	Filorsi	filorsi	04	CE		41.2729	13.9882	4
81035	Gallo	gallo	04	CE		41.3	13.9833	4
81035	Marzano Appio	marzano-appio	04	CE		41.3177	14.045	4
81035	Campagnola	campagnola	04	CE		41.3017	14.032	4
81035	Roccamonfina	roccamonfina	04	CE		41.2868	13.9791	4
81036	San Cipriano D'Aversa	san-cipriano-d-aversa	04	CE		40.9988	14.1317	4
81037	San Carlo Di Sessa Aurunca	san-carlo-di-sessa-aurunca	04	CE		41.3108	13.9179	4
81037	Cascano	cascano	04	CE		41.2323	13.9693	4
81037	San Carlo	san-carlo	04	CE		41.3108	13.9179	4
81037	Piedimonte	piedimonte	04	CE		41.1889	13.8986	4
81037	Fontanaradina	fontanaradina	04	CE		41.2757	13.9359	4
81037	Cupa E Fasani	cupa-e-fasani	04	CE		41.2543	13.9184	3
81037	Corigliano	corigliano	04	CE		41.2821	13.9157	4
81037	Lauro Di Sessa Aurunca	lauro-di-sessa-aurunca	04	CE		41.2637	13.8906	4
81037	San Martino	san-martino	04	CE		41.293	13.9262	4
81037	Santa Maria Valongo	santa-maria-valongo	04	CE		41.3003	13.9148	4
81037	San Castrese	san-castrese	04	CE		41.2586	13.8654	4
81037	Sessa Aurunca	sessa-aurunca	04	CE		41.2399	13.9297	4
81037	Piedimonte Di Sessa Aurunca	piedimonte-di-sessa-aurunca	04	CE		41.2543	13.9184	3
81037	Carano	carano	04	CE		41.2053	13.9097	4
81037	San Martino Di Sessa Aurunca	san-martino-di-sessa-aurunca	04	CE		41.293	13.9262	4
81037	Sant'Agata	sant-agata	04	CE		41.2274	13.9371	4
81037	Cupa	cupa	04	CE		41.2408	13.9075	4
81037	Carano Di Sessa Aurunca	carano-di-sessa-aurunca	04	CE		41.2053	13.9097	4
81037	Valogno	valogno	04	CE		41.25	13.9667	4
81037	Fasani	fasani	04	CE		41.2367	13.8775	4
81037	Avezzano Sorbello	avezzano-sorbello	04	CE		41.2167	13.9333	4
81038	Trentola Ducenta	trentola-ducenta	04	CE		41.1538	14.0246	1
81039	Villa Literno	villa-literno	04	CE		41.0094	14.0761	4
81039	Bonifica Villa Literno	bonifica-villa-literno	04	CE		41.0094	14.0761	3
81040	Maiorano Di Monte	maiorano-di-monte	04	CE		41.2415	14.301	4
81040	Treglia	treglia	04	CE		41.2219	14.2588	4
81040	Curti	curti	04	CE		41.0762	14.2804	4
81040	Castel Di Sasso	castel-di-sasso	04	CE		41.1924	14.2777	4
81040	Borgo Sant'Antonio Abate	borgo-sant-antonio-abate	04	CE		41.2624	14.1641	3
81040	Pontelatone	pontelatone	04	CE		41.1946	14.2481	4
81040	Formicola	formicola	04	CE		41.2108	14.2346	4
81040	Pietravairano	pietravairano	04	CE		41.3252	14.1659	4
81040	Liberi	liberi	04	CE		41.2265	14.2899	4
81040	Cocuruzzo	cocuruzzo	04	CE		41.3599	13.9112	4
81040	Cisterna	cisterna	04	CE		41.192	14.2777	4
81040	Rocca D'Evandro	rocca-d-evandro	04	CE		41.3886	13.9086	4
81040	Bivio Mortola	bivio-mortola	04	CE		41.3956	13.8966	4
81040	San Felice	san-felice	04	CE		41.2987	14.1819	4
81040	Camino	camino	04	CE		41.3839	13.9334	4
81040	Cisterna Di Castel Di Sasso	cisterna-di-castel-di-sasso	04	CE		41.192	14.2777	4
81040	San Felice A Pietravairano	san-felice-a-pietravairano	04	CE		41.2987	14.1819	4
81041	Vitulazio	vitulazio	04	CE		41.163	14.2134	4
81041	Bellona	bellona	04	CE		41.1605	14.2331	4
81042	Pozzillo	pozzillo	04	CE		41.2034	14.1953	4
81042	Val D'Assano	val-d-assano	04	CE		41.2111	14.1573	3
81042	Calvi Risorta	calvi-risorta	04	CE		41.216	14.1309	4
81042	Rocchetta E Croce	rocchetta-e-croce	04	CE		41.2111	14.1573	3
81042	Petrullo	petrullo	04	CE		41.2111	14.1573	3
81042	Visciano	visciano	04	CE		41.2167	14.1167	4
81042	Giano Vetusto	giano-vetusto	04	CE		41.2027	14.1934	4
81042	Petrulo	petrulo	04	CE		41.2167	14.15	4
81043	Sant'Angelo In Formis	sant-angelo-in-formis	04	CE		41.1167	14.25	4
81043	Capua	capua	04	CE		41.1052	14.2127	4
81044	Galluccio	galluccio	04	CE		41.3523	13.9537	4
81044	San Clemente	san-clemente	04	CE		41.3403	13.956	4
81044	Conca Della Campania	conca-della-campania	04	CE		41.3317	13.9914	4
81044	Tora	tora	04	CE		41.3399	14.024	4
81044	Orchi	orchi	04	CE		41.3214	14.0015	4
81044	Cave	cave	04	CE		41.3478	13.9995	4
81044	Vaglie	vaglie	04	CE		41.3517	13.9614	4
81044	Sipicciano	sipicciano	04	CE		41.3406	13.9902	3
81044	Piccilli	piccilli	04	CE		41.3401	14.0344	4
81044	Tora E Piccilli	tora-e-piccilli	04	CE		41.3406	13.9902	3
81046	Brezza	brezza	04	CE		41.1107	14.112	4
81046	Grazzanise	grazzanise	04	CE		41.0897	14.0988	4
81046	Borgo Appio	borgo-appio	04	CE		41.1114	14.0587	4
81046	Borgo Rurale Appio	borgo-rurale-appio	04	CE		41.1039	14.0898	3
81047	Macerata Campania	macerata-campania	04	CE		41.0633	14.2775	4
81047	Caturano	caturano	04	CE		41.0633	14.2775	3
81049	Caspoli	caspoli	04	CE		41.381	13.9672	4
81049	San Pietro Infine	san-pietro-infine	04	CE		41.4455	13.9603	4
81049	Mignano Monte Lungo	mignano-monte-lungo	04	CE		41.4059	13.9855	4
81050	Pastorano	pastorano	04	CE		41.1808	14.1982	4
81050	Musicile	musicile	04	CE		41.0499	14.2894	4
81050	San Tammaro	san-tammaro	04	CE		41.0759	14.2311	4
81050	Presenzano	presenzano	04	CE		41.3782	14.0916	4
81050	Santa Maria La Fossa	santa-maria-la-fossa	04	CE		41.0917	14.1282	4
81050	Portico Di Caserta	portico-di-caserta	04	CE		41.0556	14.2802	4
81050	Sant'Andrea Del Pizzone	sant-andrea-del-pizzone	04	CE		41.1683	14.1615	3
81050	Camigliano	camigliano	04	CE		41.1812	14.2098	4
81050	Ciamprisco	ciamprisco	04	CE		41.15	14.0333	4
81050	Pantuliano	pantuliano	04	CE		41.1683	14.1615	3
81050	Francolise	francolise	04	CE		41.185	14.0567	4
81050	San Felice	san-felice	04	CE		41.2987	14.1819	4
81050	Montanaro	montanaro	04	CE		41.2039	14.076	4
81051	Statigliano	statigliano	04	CE		41.2782	14.2404	4
81051	Pietramelara	pietramelara	04	CE		41.2709	14.1871	4
81051	Roccaromana	roccaromana	04	CE		41.2736	14.2219	4
81052	Pignataro Maggiore	pignataro-maggiore	04	CE		41.1901	14.1698	4
81053	Riardo	riardo	04	CE		41.262	14.1505	4
81054	San Prisco	san-prisco	04	CE		41.0859	14.2768	4
81055	Santa Maria Capua Vetere	santa-maria-capua-vetere	04	CE		41.0816	14.2534	4
81056	Sparanise	sparanise	04	CE		41.1879	14.0963	4
81057	Teano	teano	04	CE		41.2513	14.0665	4
81057	Pugliano	pugliano	04	CE		41.232	14.0332	4
81057	Casamostra	casamostra	04	CE		41.2512	14.0403	4
81057	Casale Di Teano	casale-di-teano	04	CE		41.2774	14.0583	4
81057	Casafredda	casafredda	04	CE		41.2708	14.0204	4
81057	San Giuliano	san-giuliano	04	CE		41.2302	14.0059	4
81057	Fontanelle	fontanelle	04	CE		41.2444	14.0145	4
81057	Furnolo	furnolo	04	CE		41.2727	14.0434	4
81057	Casale	casale	04	CE		41.2774	14.0583	4
81057	Casi	casi	04	CE		41.2591	14.0376	4
81057	Versano	versano	04	CE		41.278	14.0722	4
81057	San Marco	san-marco	04	CE		41.2232	14.0203	4
81058	Vairano Patenora	vairano-patenora	04	CE		41.337	14.1311	4
81058	Marzanello	marzanello	04	CE		41.3145	14.1161	4
81058	Vairano	vairano	04	CE		41.3257	14.1236	3
81058	Patenora	patenora	04	CE		41.3257	14.1236	3
81058	Vairano Scalo	vairano-scalo	04	CE	061095	41.3257	14.1236	3
81059	Montano	montano	04	CE		41.3066	14.102	4
81059	Caianello	caianello	04	CE		41.3051	14.0852	4
81059	Santa Lucia	santa-lucia	04	CE		41.3041	14.0794	4
81059	Vairano Stazione	vairano-stazione	04	CE		41.3053	14.0888	3
81100	Casola Di Caserta	casola-di-caserta	04	CE		41.0951	14.3817	4
81100	San Leucio	san-leucio	04	CE		41.1	14.3333	4
81100	Santa Barbara	santa-barbara	04	CE		41.0833	14.3667	4
81100	Casola	casola	04	CE		41.0951	14.3817	4
81100	Sala Di Caserta	sala-di-caserta	04	CE		41.0833	14.3167	4
81100	Caserta	caserta	04	CE		41.0726	14.3323	4
81100	San Clemente	san-clemente	04	CE		41.3403	13.956	4
81100	Tredici	tredici	04	CE		41.1575	14.2436	3
81100	San Clemente Di Caserta	san-clemente-di-caserta	04	CE		41.3403	13.956	4
81100	Tuoro	tuoro	04	CE		41.2676	14.0441	4
81100	Casertavecchia	casertavecchia	04	CE		41.0969	14.3674	4
81100	Vaccheria	vaccheria	04	CE		41.1575	14.2436	3
81100	Puccianiello	puccianiello	04	CE		41.1575	14.2436	3
81100	Briano	briano	04	CE		41.1575	14.2436	3
81100	Casolla	casolla	04	CE		41.1575	14.2436	3
81100	Centurano	centurano	04	CE		41.1575	14.2436	3
81100	Ercole	ercole	04	CE		41.1575	14.2436	3
81100	Staturano	staturano	04	CE		41.1575	14.2436	3
81100	Mezzano	mezzano	04	CE		41.1575	14.2436	3
81100	Falciano	falciano	04	CE		41.1575	14.2436	3
80010	Scalzapecora	scalzapecora	04	NA		40.9102	14.1346	4
80010	Villaricca	villaricca	04	NA		40.9201	14.1934	4
80010	Torretta	torretta	04	NA		40.9102	14.1346	4
80010	Quarto	quarto	04	NA		40.8782	14.1435	4
80011	Pezzalunga	pezzalunga	04	NA		40.9795	14.436	4
80011	Acerra	acerra	04	NA		40.9448	14.3714	4
80012	Calvizzano	calvizzano	04	NA		40.9078	14.1858	4
80013	Tavernanova	tavernanova	04	NA		40.8438	14.3407	3
80013	Casarea	casarea	04	NA		40.8883	14.3635	4
80013	Licignano Di Napoli	licignano-di-napoli	04	NA		40.899	14.3528	3
80013	Casalnuovo Di Napoli	casalnuovo-di-napoli	04	NA		40.9097	14.3421	4
80014	Varcaturo	varcaturo	04	NA		40.9002	14.0376	4
80014	Giugliano In Campania	giugliano-in-campania	04	NA		40.9285	14.202	4
80014	Lago Patria	lago-patria	04	NA		40.9239	14.0339	4
80016	Marano Di Napoli	marano-di-napoli	04	NA		40.8971	14.1882	4
80016	Torre Piscitelli	torre-piscitelli	04	NA		40.8971	14.1882	3
80016	San Rocco	san-rocco	04	NA		40.8438	14.3407	3
80017	Melito Di Napoli	melito-di-napoli	04	NA		40.9195	14.231	4
80018	Mugnano Di Napoli	mugnano-di-napoli	04	NA		40.9094	14.2098	4
80019	Qualiano	qualiano	04	NA		40.919	14.1535	4
80020	Frattaminore	frattaminore	04	NA		40.9558	14.272	4
80020	Parco Delle Acacie	parco-delle-acacie	04	NA		40.9358	14.2795	3
80020	Crispano	crispano	04	NA		40.9525	14.2899	4
80020	Casavatore	casavatore	04	NA		40.8992	14.2766	4
80021	Afragola	afragola	04	NA		40.923	14.3094	4
80022	Arzano	arzano	04	NA		40.9096	14.2652	4
80023	Caivano	caivano	04	NA		40.9575	14.3059	4
80023	Pascarola	pascarola	04	NA		40.9764	14.305	4
80024	Cardito	cardito	04	NA		40.9459	14.2995	4
80024	Carditello	carditello	04	NA		40.8438	14.3407	4
80025	Casandrino	casandrino	04	NA		40.9284	14.2474	4
80026	Casoria	casoria	04	NA		40.9075	14.293	4
80026	Arpino	arpino	04	NA		40.8888	14.3202	4
80027	Frattamaggiore	frattamaggiore	04	NA		40.9414	14.2759	4
80028	Grumo Nevano	grumo-nevano	04	NA		40.9359	14.2598	4
80029	Sant'Antimo	sant-antimo	04	NA		40.9422	14.2348	4
80030	Scisciano	scisciano	04	NA		40.9066	14.4745	4
80030	Visciano	visciano	04	NA		40.9238	14.5824	4
80030	Carbonara Di Nola	carbonara-di-nola	04	NA		40.8744	14.5788	4
80030	Schiava	schiava	04	NA		40.9267	14.5204	3
80030	San Paolo Bel Sito	san-paolo-bel-sito	04	NA		40.9135	14.5486	4
80030	Castello Di Cisterna	castello-di-cisterna	04	NA		40.9159	14.4112	4
80030	Camposano	camposano	04	NA		40.9524	14.5299	4
80030	Comiziano	comiziano	04	NA		40.9516	14.5512	4
80030	Cimitile	cimitile	04	NA		40.9423	14.5256	4
80030	Gallo	gallo	04	NA		40.9424	14.5455	4
80030	Gargani	gargani	04	NA		40.9267	14.5204	3
80030	San Vitaliano	san-vitaliano	04	NA		40.9244	14.4746	4
80030	Mariglianella	mariglianella	04	NA		40.9296	14.437	4
80030	Spartimento	spartimento	04	NA		40.891	14.4724	4
80030	Roccarainola	roccarainola	04	NA		40.9725	14.5428	4
80030	Tufino	tufino	04	NA		40.9559	14.5657	4
80030	Liveri	liveri	04	NA		40.9041	14.5654	4
80031	Brusciano	brusciano	04	NA		40.9224	14.4239	4
80032	Casamarciano	casamarciano	04	NA		40.9319	14.5532	4
80033	Cicciano	cicciano	04	NA		40.964	14.5349	4
80034	Marigliano	marigliano	04	NA		40.9248	14.4561	4
80034	Lausdomini	lausdomini	04	NA		40.9441	14.4292	3
80034	Selva	selva	04	NA		40.9634	14.4024	4
80034	Faibano	faibano	04	NA		40.9441	14.4292	3
80034	Casaferro	casaferro	04	NA		40.9441	14.4292	3
80035	Nola	nola	04	NA		40.9261	14.5282	4
80035	Cinquevie	cinquevie	04	NA		40.8809	14.528	4
80035	Piazzolla	piazzolla	04	NA		40.8896	14.5158	4
80035	Pollastri	pollastri	04	NA		40.9009	14.529	4
80035	Polvica	polvica	04	NA		40.8438	14.3407	4
80036	Vico	vico	04	NA		40.8734	14.5685	4
80036	Palma Campania	palma-campania	04	NA		40.8661	14.5517	4
80036	Vico Di Palma	vico-di-palma	04	NA		40.8734	14.5685	4
80036	Castello	castello	04	NA		40.8577	14.5643	4
80038	Pomigliano D'Arco	pomigliano-d-arco	04	NA		40.9098	14.3832	4
80039	Saviano	saviano	04	NA		40.9051	14.505	4
80039	Piazzolla Di Saviano	piazzolla-di-saviano	04	NA		40.8896	14.5158	4
80040	Musci	musci	04	NA		40.8786	14.366	4
80040	Caravita	caravita	04	NA		40.8332	14.4411	3
80040	Cercola	cercola	04	NA		40.8604	14.3573	4
80040	Volla	volla	04	NA		40.8736	14.3408	4
80040	Massa Di Somma	massa-di-somma	04	NA		40.8455	14.3751	4
80040	Boccia Al Mauro	boccia-al-mauro	04	NA		40.8332	14.4411	3
80040	Striano	striano	04	NA		40.8154	14.5753	4
80040	Terzigno	terzigno	04	NA		40.804	14.4931	4
80040	Trecase	trecase	04	NA		40.7694	14.4377	4
80040	Flocco	flocco	04	NA		40.7932	14.5401	4
80040	San Sebastiano Al Vesuvio	san-sebastiano-al-vesuvio	04	NA		40.8434	14.3643	4
80040	Pollena Trocchia	pollena-trocchia	04	NA		40.8513	14.3791	4
80040	Poggiomarino	poggiomarino	04	NA		40.8011	14.5407	4
80040	San Gennaro Vesuviano	san-gennaro-vesuviano	04	NA		40.8623	14.5241	4
80041	Boscoreale	boscoreale	04	NA		40.7727	14.4812	4
80041	Marchesa	marchesa	04	NA		40.893	14.0996	4
80042	Boscotrecase	boscotrecase	04	NA		40.773	14.4619	4
80044	Ottaviano	ottaviano	04	NA		40.8519	14.4783	4
80044	San Gennarello	san-gennarello	04	NA		40.8519	14.4783	3
80045	Pompei Scavi	pompei-scavi	04	NA		40.7501	14.4845	4
80045	Pompei	pompei	04	NA		40.7457	14.497	4
80045	Mariconda	mariconda	04	NA		40.7479	14.4907	3
80045	Messigno	messigno	04	NA		40.7479	14.4907	3
80046	San Giorgio A Cremano	san-giorgio-a-cremano	04	NA		40.8326	14.3416	4
80047	San Giuseppe Vesuviano	san-giuseppe-vesuviano	04	NA		40.8356	14.5049	4
80047	Casilli	casilli	04	NA		40.8356	14.5049	3
80047	Santa Maria La Scala	santa-maria-la-scala	04	NA		40.8356	14.5049	3
80048	Ponte Di Ferro	ponte-di-ferro	04	NA		40.8855	14.3939	4
80048	Starza Vecchia	starza-vecchia	04	NA		40.8904	14.4014	4
80048	Sant'Anastasia	sant-anastasia	04	NA		40.8684	14.402	4
80048	Madonna Dell'Arco	madonna-dell-arco	04	NA		40.8667	14.3833	4
80049	Somma Vesuviana	somma-vesuviana	04	NA		40.8733	14.4387	4
80050	Franche	franche	04	NA		40.6718	14.5214	4
80050	San Nicola	san-nicola	04	NA		40.7099	14.5474	4
80050	Piazza	piazza	04	NA		40.694	14.5264	3
80050	Santa Maria La Carita'	santa-maria-la-carita	04	NA		40.7161	14.5098	4
80050	Piazza Roma	piazza-roma	04	NA		40.7043	14.543	4
80050	Casola Di Napoli	casola-di-napoli	04	NA		40.6978	14.5301	4
80050	Tralia	tralia	04	NA		40.6735	14.5045	4
80050	Pimonte	pimonte	04	NA		40.6736	14.5098	4
80050	Lettere	lettere	04	NA		40.7049	14.5449	4
80051	Bomerano	bomerano	04	NA		40.6333	14.5333	4
80051	Agerola	agerola	04	NA		40.6377	14.5388	4
80051	Pianillo	pianillo	04	NA		40.6342	14.5492	4
80051	San Lazzaro Di Agerola	san-lazzaro-di-agerola	04	NA		40.6269	14.5671	4
80053	Castellammare Di Stabia	castellammare-di-stabia	04	NA		40.7021	14.4869	4
80053	Ponte Della Persica	ponte-della-persica	04	NA		40.7021	14.4869	3
80053	Quisisana	quisisana	04	NA		40.7021	14.4869	3
80053	Scanzano	scanzano	04	NA		40.7021	14.4869	3
80054	Gragnano	gragnano	04	NA		40.6891	14.5204	4
80054	Caprile	caprile	04	NA		40.6891	14.5204	3
80055	Portici	portici	04	NA		40.8156	14.3372	4
80055	Bellavista	bellavista	04	NA		40.8156	14.3372	3
80056	Ercolano	ercolano	04	NA		40.8078	14.3501	4
80056	Resina	resina	04	NA		40.8078	14.3501	4
80057	Sant'Antonio Abate	sant-antonio-abate	04	NA		40.7215	14.5402	4
80058	Torre Annunziata	torre-annunziata	04	NA		40.7534	14.4525	4
80059	Torre Del Greco	torre-del-greco	04	NA		40.7893	14.3681	4
80059	Leopardi	leopardi	04	NA		40.7893	14.3681	3
80059	Santa Maria La Bruna	santa-maria-la-bruna	04	NA		40.7893	14.3681	3
80060	Monte Faito	monte-faito	04	NA		40.6672	14.4809	4
80060	Massaquano	massaquano	04	NA		40.6672	14.4809	3
80061	Massa Lubrense	massa-lubrense	04	NA		40.6094	14.372	4
80061	Sant'Agata Sui Due Golfi	sant-agata-sui-due-golfi	04	NA		40.6057	14.374	4
80061	Nerano	nerano	04	NA		40.585	14.3507	4
80061	Monticchio Di Massa Lubrense	monticchio-di-massa-lubrense	04	NA		40.5974	14.3587	3
80061	Termini	termini	04	NA		40.5895	14.3381	4
80062	Meta	meta	04	NA		40.6408	14.4158	4
80063	Piano Di Sorrento	piano-di-sorrento	04	NA		40.6281	14.4173	4
80065	Sant'Agnello	sant-agnello	04	NA		40.6294	14.3996	4
80065	Colli Di Fontanelle	colli-di-fontanelle	04	NA		40.6148	14.4142	4
80066	Fornacelle	fornacelle	04	NA		40.6556	14.4156	3
80066	Seiano	seiano	04	NA		40.657	14.4212	4
80066	Fornacella	fornacella	04	NA		40.6556	14.4156	3
80066	Montechiaro	montechiaro	04	NA		40.6541	14.4099	4
80067	Priora	priora	04	NA		40.6178	14.3669	4
80067	Sorrento	sorrento	04	NA		40.6238	14.381	4
80067	Capo Di Sorrento	capo-di-sorrento	04	NA		40.6208	14.3739	3
80069	Vico Equense	vico-equense	04	NA		40.6598	14.4339	4
80069	Moiano	moiano	04	NA	063086	40.6517	14.466	4
80069	Villaggio Monte Faito	villaggio-monte-faito	04	NA	063086	40.6672	14.4809	4
80070	Cuma	cuma	04	NA		40.8467	14.0566	4
80070	Cappella	cappella	04	NA		40.8998	14.5435	4
80070	Baia	baia	04	NA		40.8167	14.0667	4
80070	Barano D'Ischia	barano-d-ischia	04	NA		40.7147	13.9252	4
80070	Miseno	miseno	04	NA		40.7863	14.0844	4
80070	Serrara Fontana	serrara-fontana	04	NA		40.7148	13.8959	4
80070	Bacoli	bacoli	04	NA		40.7967	14.0735	4
80070	Sant'Angelo	sant-angelo	04	NA		40.8541	14.0925	4
80070	Monte Di Procida	monte-di-procida	04	NA		40.7981	14.0502	4
80070	Succhivo	succhivo	04	NA		40.8438	14.3407	3
80070	Capo Miseno	capo-miseno	04	NA		40.8438	14.3407	3
80070	Fontana	fontana	04	NA		40.8438	14.3407	3
80070	Miliscola	miliscola	04	NA		40.8438	14.3407	3
80070	Testaccio D'Ischia	testaccio-d-ischia	04	NA		40.8438	14.3407	3
80070	Serrara	serrara	04	NA		40.8438	14.3407	3
80070	Buonopane	buonopane	04	NA		40.8438	14.3407	3
80070	Fusaro	fusaro	04	NA		40.8438	14.3407	3
80070	Torregaveta	torregaveta	04	NA		40.8438	14.3407	3
80071	Anacapri	anacapri	04	NA		40.5517	14.2123	4
80073	Capri	capri	04	NA		40.5507	14.2426	4
80073	Marina Grande Di Capri	marina-grande-di-capri	04	NA		40.55	14.2333	4
80074	Casamicciola Terme	casamicciola-terme	04	NA		40.7466	13.912	4
80075	Forio	forio	04	NA		40.7376	13.86	4
80075	Panza	panza	04	NA		40.7159	13.8699	4
80075	Monterone	monterone	04	NA		40.7368	13.8674	4
80076	Lacco Ameno	lacco-ameno	04	NA		40.749	13.8872	4
80077	Ischia	ischia	04	NA		40.7379	13.9486	4
80077	Ischia Porto	ischia-porto	04	NA		40.7391	13.951	4
80077	Ischia San Michele	ischia-san-michele	04	NA		40.7363	13.9531	3
80077	Ischia Ponte	ischia-ponte	04	NA		40.7319	13.9596	4
80077	Sant'Antuono D'Ischia	sant-antuono-d-ischia	04	NA		40.7363	13.9531	3
80077	Piedimonte D'Ischia	piedimonte-d-ischia	04	NA		40.7363	13.9531	3
80078	Pozzuoli	pozzuoli	04	NA		40.8322	14.1045	4
80078	Lucrino	lucrino	04	NA		40.8319	14.0831	4
80078	Monterusciello	monterusciello	04	NA		40.8687	14.0828	4
80078	Cappuccini	cappuccini	04	NA		40.8438	14.3407	3
80078	Lido Di Licola	lido-di-licola	04	NA		40.8443	14.0901	3
80078	Licola	licola	04	NA		40.8443	14.0901	3
80078	Arco Felice	arco-felice	04	NA		40.8443	14.0901	3
80078	Lago Averno	lago-averno	04	NA		40.8443	14.0901	3
80079	Procida	procida	04	NA		40.7564	14.0146	4
80100	Napoli	napoli	04	NA		40.8522	14.2681	4
80121	Napoli	napoli	04	NA		40.8522	14.2681	4
80122	Chiaia	chiaia	04	NA		40.8522	14.2681	3
80122	Napoli	napoli	04	NA		40.8522	14.2681	4
80123	Napoli	napoli	04	NA		40.8522	14.2681	4
80124	Bagnoli	bagnoli	04	NA		40.8132	14.1681	4
80124	Napoli	napoli	04	NA		40.8522	14.2681	4
80125	Agnano	agnano	04	NA		40.8343	14.1593	4
80125	Napoli	napoli	04	NA		40.8522	14.2681	4
80126	Pianura	pianura	04	NA		40.8591	14.1731	4
80126	Soccavo	soccavo	04	NA		40.8455	14.1926	4
80126	Napoli	napoli	04	NA		40.8522	14.2681	4
80127	Vomero	vomero	04	NA		40.8333	14.2333	4
80127	Napoli	napoli	04	NA		40.8522	14.2681	4
80128	Napoli	napoli	04	NA		40.8522	14.2681	4
80129	Napoli	napoli	04	NA		40.8522	14.2681	4
80131	Arenella	arenella	04	NA		40.8511	14.2591	3
80131	Miano	miano	04	NA		40.85	14.25	4
80131	Cappella Cangiani	cappella-cangiani	04	NA		40.8511	14.2591	3
80131	Napoli	napoli	04	NA		40.8522	14.2681	4
80132	Napoli	napoli	04	NA		40.8522	14.2681	4
80133	Napoli	napoli	04	NA		40.8522	14.2681	4
80134	Napoli	napoli	04	NA		40.8522	14.2681	4
80135	Napoli	napoli	04	NA		40.8522	14.2681	4
80136	Napoli	napoli	04	NA		40.8522	14.2681	4
80137	Napoli	napoli	04	NA		40.8522	14.2681	4
80138	Napoli	napoli	04	NA		40.8522	14.2681	4
80139	Napoli	napoli	04	NA		40.8522	14.2681	4
80141	Napoli	napoli	04	NA		40.8522	14.2681	4
80142	Napoli	napoli	04	NA		40.8522	14.2681	4
80143	Napoli	napoli	04	NA		40.8522	14.2681	4
80144	San Pietro A Patierno	san-pietro-a-patierno	04	NA		40.8761	14.2674	3
80144	Secondigliano	secondigliano	04	NA		40.9	14.2667	4
80144	Napoli	napoli	04	NA		40.8522	14.2681	4
80145	Marianella	marianella	04	NA		40.8674	14.2505	3
80145	Piscinola	piscinola	04	NA		40.9	14.2333	4
80145	Chiaiano Ed Uniti	chiaiano-ed-uniti	04	NA		40.8674	14.2505	3
80145	Miano	miano	04	NA		40.85	14.25	4
80145	Scampia	scampia	04	NA		40.8674	14.2505	3
80145	Napoli	napoli	04	NA		40.8522	14.2681	4
80146	San Giovanni A Teduccio	san-giovanni-a-teduccio	04	NA		40.8333	14.3167	4
80146	Napoli	napoli	04	NA		40.8522	14.2681	4
80147	Ponticelli	ponticelli	04	NA		40.8542	14.3304	4
80147	Barra	barra	04	NA		40.8426	14.3185	4
80147	Napoli	napoli	04	NA		40.8522	14.2681	4
84010	Sant'Egidio Del Monte Albino	sant-egidio-del-monte-albino	04	SA		40.7387	14.5945	4
84010	Maiori	maiori	04	SA		40.6485	14.6407	4
84010	Conca Dei Marini	conca-dei-marini	04	SA		40.6175	14.5731	4
84010	San Marzano Sul Sarno	san-marzano-sul-sarno	04	SA		40.778	14.5801	4
84010	Ravello	ravello	04	SA		40.6493	14.6117	4
84010	Pontone	pontone	04	SA		40.6432	14.6029	4
84010	Cetara	cetara	04	SA		40.6476	14.7009	4
84010	San Michele	san-michele	04	SA		40.6202	14.5502	4
84010	Scala	scala	04	SA		40.6566	14.6076	4
84010	Erchie	erchie	04	SA		40.6379	14.6937	4
84010	Tramonti	tramonti	04	SA		40.6915	14.6449	4
84010	Campinola	campinola	04	SA		40.7041	14.6442	4
84010	Furore	furore	04	SA		40.6206	14.549	4
84010	Praiano	praiano	04	SA		40.6121	14.5246	4
84010	San Lorenzo Di Sant'Egidio	san-lorenzo-di-sant-egidio	04	SA		40.7541	14.5897	4
84010	Atrani	atrani	04	SA		40.6362	14.6093	4
84010	Corbara	corbara	04	SA		40.7228	14.5919	4
84010	San Valentino Torio	san-valentino-torio	04	SA		40.7911	14.6033	4
84010	Minori	minori	04	SA		40.6503	14.6268	4
84011	Amalfi	amalfi	04	SA		40.6349	14.6024	4
84011	Pogerola	pogerola	04	SA		40.6349	14.6024	3
84011	Pogerola Di Amalfi	pogerola-di-amalfi	04	SA		40.6349	14.6024	3
84011	Lone	lone	04	SA		40.6349	14.6024	3
84011	Pastena	pastena	04	SA		40.6349	14.6024	3
84011	Vettica Pastena	vettica-pastena	04	SA		40.6349	14.6024	3
84012	Angri	angri	04	SA		40.7381	14.5707	4
84013	Marini	marini	04	SA		40.6175	14.5731	4
84013	Corpo Di Cava	corpo-di-cava	04	SA		40.683	14.6893	4
84013	Alessia	alessia	04	SA		40.6861	14.7287	4
84013	San Pietro Di Cava	san-pietro-di-cava	04	SA		40.7	14.7167	4
84013	Arcara	arcara	04	SA		40.681	14.6831	3
84013	Passiano	passiano	04	SA		40.7	14.6833	4
84013	Cava De' Tirreni	cava-de-tirreni	04	SA		40.6995	14.7077	4
84013	Santa Lucia Di Cava	santa-lucia-di-cava	04	SA		40.681	14.6831	3
84013	Dupino	dupino	04	SA		40.681	14.6831	3
84013	Badia Di Cava De' Tirreni	badia-di-cava-de-tirreni	04	SA		40.681	14.6831	3
84013	Pregiato	pregiato	04	SA		40.681	14.6831	3
84014	Nocera Inferiore	nocera-inferiore	04	SA		40.7454	14.6454	4
84015	Materdomini Di Nocera	materdomini-di-nocera	04	SA		40.75	14.6833	4
84015	Nocera Superiore	nocera-superiore	04	SA		40.7425	14.6745	4
84016	Pagani	pagani	04	SA		40.742	14.6145	4
84017	Montepertuso	montepertuso	04	SA		40.6324	14.4929	4
84017	Positano	positano	04	SA		40.6283	14.4843	4
84018	Scafati	scafati	04	SA		40.7602	14.5372	4
84018	San Pietro Di Scafati	san-pietro-di-scafati	04	SA		40.7602	14.5372	3
84019	Benincasa	benincasa	04	SA		40.674	14.7185	4
84019	Dragonea	dragonea	04	SA		40.6792	14.7109	4
84019	Raito	raito	04	SA		40.6694	14.718	4
84019	Molina	molina	04	SA		40.6832	14.7206	4
84019	Molina Di Vietri Sul Mare	molina-di-vietri-sul-mare	04	SA		40.6832	14.7206	4
84019	Vietri Sul Mare	vietri-sul-mare	04	SA		40.6702	14.7266	4
84019	Marina Di Vietri	marina-di-vietri	04	SA		40.6765	14.7192	3
84020	Castelnuovo Di Conza	castelnuovo-di-conza	04	SA		40.8206	15.3188	4
84020	Serra Di Castelcivita	serra-di-castelcivita	04	SA		40.6185	15.3152	3
84020	Petina	petina	04	SA		40.5321	15.3735	4
84020	Ricigliano	ricigliano	04	SA		40.668	15.4779	4
84020	Oliveto Citra	oliveto-citra	04	SA		40.6904	15.2335	4
84020	Centro Urbano	centro-urbano	04	SA		40.8199	15.3195	4
84020	Castelcivita	castelcivita	04	SA		40.4937	15.2335	4
84020	Controne	controne	04	SA		40.5102	15.204	4
84020	Bellosguardo	bellosguardo	04	SA		40.4222	15.3122	4
84020	Bivio Palomonte	bivio-palomonte	04	SA		40.6402	15.2967	4
84020	Roscigno	roscigno	04	SA		40.4	15.3458	4
84020	Laviano	laviano	04	SA		40.7862	15.3079	4
84020	Valva	valva	04	SA		40.7387	15.2681	4
84020	Romagnano Al Monte	romagnano-al-monte	04	SA		40.6103	15.4477	4
84020	Ottati	ottati	04	SA		40.4629	15.3153	4
84020	Aquara	aquara	04	SA		40.4439	15.2539	4
84020	Corleto Monforte	corleto-monforte	04	SA		40.4376	15.3801	4
84020	Santomenna	santomenna	04	SA		40.8068	15.3264	4
84020	Salvitelle	salvitelle	04	SA		40.5906	15.4576	4
84020	Quadrivio Di Campagna	quadrivio-di-campagna	04	SA		40.6249	15.1035	4
84020	Perrazze	perrazze	04	SA		40.6806	15.2924	4
84020	San Gregorio Magno	san-gregorio-magno	04	SA		40.6599	15.3991	4
84020	Colliano	colliano	04	SA		40.7229	15.2897	4
84020	Palomonte	palomonte	04	SA		40.6625	15.2919	4
84021	Buccino	buccino	04	SA		40.6367	15.3812	4
84021	Tufariello	tufariello	04	SA		40.5977	15.412	4
84021	Buccino Stazione	buccino-stazione	04	SA		40.6172	15.3966	3
84022	Campagna	campagna	04	SA		40.6666	15.1064	4
84022	Serradarce	serradarce	04	SA		40.6403	15.1542	4
84022	Puglietta	puglietta	04	SA		40.6504	15.1533	4
84022	Quadrivio	quadrivio	04	SA	065022	40.6249	15.1035	4
84023	Persano	persano	04	SA		40.55	15.05	4
84024	Bagni Di Contursi	bagni-di-contursi	04	SA		40.6821	15.2534	4
84024	Contursi Terme	contursi-terme	04	SA		40.6503	15.2416	4
84025	Corno D'Oro	corno-d-oro	04	SA		40.5718	14.986	4
84025	Santa Cecilia Di Eboli	santa-cecilia-di-eboli	04	SA		40.5222	15.0002	4
84025	Eboli	eboli	04	SA		40.6175	15.0569	4
84025	Bivio Santa Cecilia	bivio-santa-cecilia	04	SA		40.5222	15.0002	4
84026	Postiglione	postiglione	04	SA		40.559	15.2324	4
84027	Sant'Angelo A Fasanella	sant-angelo-a-fasanella	04	SA		40.4572	15.3409	4
84028	Borgo San Lazzaro	borgo-san-lazzaro	04	SA		40.5826	15.1128	4
84028	Serre	serre	04	SA		40.5825	15.1856	4
84029	Castelluccio Cosentino	castelluccio-cosentino	04	SA		40.5809	15.3407	4
84029	Sicignano Degli Alburni Stazione	sicignano-degli-alburni-stazione	04	SA		40.5715	15.3011	3
84029	Sicignano Degli Alburni	sicignano-degli-alburni	04	SA		40.5588	15.3056	4
84029	Scorzo	scorzo	04	SA		40.5771	15.2642	4
84029	Zuppino	zuppino	04	SA		40.5783	15.2827	4
84029	Galdo Degli Alburni	galdo-degli-alburni	04	SA		40.5623	15.3125	4
84030	Taverne	taverne	04	SA		40.4559	15.5391	4
84030	Sicili'	sicili	04	SA		40.1333	15.5333	4
84030	Monte San Giacomo	monte-san-giacomo	04	SA		40.3441	15.5422	4
84030	Torraca	torraca	04	SA		40.111	15.6363	4
84030	Caselle In Pittari	caselle-in-pittari	04	SA		40.1732	15.5431	4
84030	Atena Lucana	atena-lucana	04	SA		40.4546	15.5563	4
84030	Tortorella	tortorella	04	SA		40.1424	15.6063	4
84030	Pertosa	pertosa	04	SA		40.5435	15.4501	4
84030	Caggiano	caggiano	04	SA		40.5624	15.4963	4
84030	Battaglia	battaglia	04	SA		40.1477	15.6243	4
84030	Casaletto Spartano	casaletto-spartano	04	SA		40.1513	15.6206	4
84030	Sanza	sanza	04	SA		40.2439	15.5542	4
84030	Atena Lucana Scalo	atena-lucana-scalo	04	SA		40.2942	15.5559	3
84030	San Pietro Al Tanagro	san-pietro-al-tanagro	04	SA		40.4549	15.4869	4
84030	Morigerati	morigerati	04	SA		40.1406	15.5551	4
84030	San Rufo	san-rufo	04	SA		40.4345	15.4637	4
84030	Casalbuono	casalbuono	04	SA		40.2142	15.6872	4
84031	Auletta	auletta	04	SA		40.5612	15.4231	4
84032	Buonabitacolo	buonabitacolo	04	SA		40.2686	15.6212	4
84033	Montesano Sulla Marcellana	montesano-sulla-marcellana	04	SA		40.2761	15.7039	4
84033	Tardiano	tardiano	04	SA	065076	40.2539	15.7477	4
84033	Arenabianca	arenabianca	04	SA	065076	40.2957	15.6906	4
84033	Montesano Scalo	montesano-scalo	04	SA	065076	40.2814	15.6583	4
84033	Prato Comune	prato-comune	04	SA	065076	40.2772	15.6871	4
84034	Padula Scalo	padula-scalo	04	SA		40.339	15.6563	3
84034	Padula	padula	04	SA		40.339	15.6563	4
84035	Polla	polla	04	SA		40.5143	15.4971	4
84036	Sala Consilina	sala-consilina	04	SA		40.4013	15.5914	4
84036	Trinita'	trinita	04	SA		40.4013	15.5914	3
84037	Sant'Arsenio	sant-arsenio	04	SA		40.4711	15.484	4
84038	Silla	silla	04	SA	065136	40.3606	15.5869	4
84038	Sassano	sassano	04	SA		40.3403	15.5656	4
84038	Caiazzano	caiazzano	04	SA		40.3311	15.6036	4
84039	Prato Perillo	prato-perillo	04	SA		40.3969	15.525	4
84039	Pantano Di Teggiano	pantano-di-teggiano	04	SA		40.3868	15.5229	3
84039	Teggiano	teggiano	04	SA		40.3792	15.5405	4
84039	San Marco Di Teggiano	san-marco-di-teggiano	04	SA		40.3843	15.5034	4
84040	Acquavella	acquavella	04	SA		40.2092	15.1179	4
84040	Castelnuovo Cilento	castelnuovo-cilento	04	SA		40.2185	15.178	4
84040	Casal Velino	casal-velino	04	SA		40.1903	15.1114	4
84040	Poderia	poderia	04	SA		40.094	15.383	4
84040	Velina	velina	04	SA		40.2022	15.1603	4
84040	Ponte	ponte	04	SA		40.19	15.2371	3
84040	Cannalonga	cannalonga	04	SA		40.2446	15.2933	4
84040	Marina Di Casal Velino	marina-di-casal-velino	04	SA		40.1767	15.1222	4
84040	Alfano	alfano	04	SA		40.1769	15.4245	4
84040	Celle Di Bulgheria	celle-di-bulgheria	04	SA		40.0954	15.4032	4
84040	Castelnuovo Vallo Stazione	castelnuovo-vallo-stazione	04	SA		40.19	15.2371	3
84040	Campora	campora	04	SA		40.3054	15.2924	4
84040	Casal Velino Marina	casal-velino-marina	04	SA		40.1767	15.1222	4
84042	Acerno	acerno	04	SA		40.7377	15.0569	4
84043	Agropoli	agropoli	04	SA		40.3492	14.9907	4
84043	Agropoli Stazione	agropoli-stazione	04	SA		40.3492	14.9907	3
84044	Albanella	albanella	04	SA		40.4794	15.1145	4
84044	Matinella	matinella	04	SA		40.5016	15.0669	4
84045	Borgo Carillia	borgo-carillia	04	SA		40.5331	15.0623	4
84045	Altavilla Silentina	altavilla-silentina	04	SA		40.5301	15.1315	4
84045	Cerrelli	cerrelli	04	SA		40.5285	15.1051	4
84045	Carillia	carillia	04	SA		40.5331	15.0623	4
84046	Ascea	ascea	04	SA		40.1408	15.1858	4
84046	Catona Di Ascea	catona-di-ascea	04	SA		40.1499	15.2355	4
84046	Terradura	terradura	04	SA		40.1562	15.217	4
84046	Marina Di Ascea	marina-di-ascea	04	SA		40.1426	15.1837	4
84046	Catona	catona	04	SA		40.1499	15.2355	4
84046	Mandia Di Ascea	mandia-di-ascea	04	SA		40.1549	15.249	4
84046	Terradura Di Ascea	terradura-di-ascea	04	SA		40.1562	15.217	4
84046	Mandia	mandia	04	SA		40.1549	15.249	4
84047	Cafasso	cafasso	04	SA		40.4382	15.0111	4
84047	Ponte Barizzo	ponte-barizzo	04	SA		40.4932	15.0176	4
84047	Santa Venere	santa-venere	04	SA		40.4106	15.0123	4
84047	Laura	laura	04	SA		40.4322	14.9889	4
84047	Borgo Nuovo	borgo-nuovo	04	SA		40.4382	15.0111	4
84047	Capaccio Scalo	capaccio-scalo	04	SA		40.4553	15.0089	4
84047	Gromola	gromola	04	SA		40.4739	14.9905	4
84047	Paestum	paestum	04	SA		40.4223	15.0073	4
84047	Licinella	licinella	04	SA		40.4066	14.9976	4
84047	Vannullo	vannullo	04	SA		40.4513	15.0279	4
84047	Vuccolo Di Maiorano	vuccolo-di-maiorano	04	SA		40.4598	15.057	4
84047	Rettifilo	rettifilo	04	SA		40.4513	15.0279	4
84047	Torre Di Paestum	torre-di-paestum	04	SA		40.4066	14.9976	4
84047	Capaccio	capaccio	04	SA		40.4243	15.0798	4
84048	Castellabate	castellabate	04	SA		40.2821	14.9574	4
84048	Ogliastro Marina	ogliastro-marina	04	SA		40.2337	14.9395	4
84048	Santa Maria	santa-maria	04	SA		40.2978	14.9521	4
84048	San Marco	san-marco	04	SA		40.2674	14.939	4
84048	Santa Maria Di Castellabate	santa-maria-di-castellabate	04	SA		40.2978	14.9521	4
84049	Castel San Lorenzo	castel-san-lorenzo	04	SA		40.4198	15.2252	4
84050	Futani	futani	04	SA		40.1516	15.3237	4
84050	Capitello	capitello	04	SA		40.21	15.0015	4
84050	Magliano Vetere	magliano-vetere	04	SA		40.347	15.2367	4
84050	Cuccaro Vetere	cuccaro-vetere	04	SA		40.164	15.3068	4
84050	Laureana Cilento	laureana-cilento	04	SA		40.3011	15.0388	4
84050	Matonti	matonti	04	SA		40.3028	15.0234	4
84050	Lustra	lustra	04	SA		40.2883	15.0683	4
84050	Giungano	giungano	04	SA		40.3945	15.1079	4
84050	Laurito	laurito	04	SA		40.1691	15.4074	4
84050	Sorvaro	sorvaro	04	SA		40.2588	15.2122	3
84050	Magliano Nuovo	magliano-nuovo	04	SA		40.336	15.2563	4
84050	Capizzo	capizzo	04	SA		40.3539	15.2171	4
84050	Ispani	ispani	04	SA		40.0873	15.5583	4
84051	Palinuro	palinuro	04	SA		40.0368	15.2881	4
84051	San Nicola	san-nicola	04	SA		40.0897	15.2819	4
84051	Centola	centola	04	SA		40.0698	15.3119	4
84051	San Nicola Di Centola	san-nicola-di-centola	04	SA		40.0897	15.2819	4
84051	San Severino Di Centola	san-severino-di-centola	04	SA		40.0896	15.3457	4
84051	Foria	foria	04	SA		40.0931	15.3234	4
84051	San Severino	san-severino	04	SA		40.0896	15.3457	4
84052	Ceraso	ceraso	04	SA		40.1943	15.2561	4
84052	Massascusa	massascusa	04	SA		40.1999	15.2752	4
84052	San Sumino	san-sumino	04	SA		40.1941	15.2678	3
84052	San Biase	san-biase	04	SA		40.2034	15.282	4
84052	Santa Barbara	santa-barbara	04	SA		40.179	15.2579	4
84053	Monte Cicerale	monte-cicerale	04	SA		40.3482	15.1109	4
84053	Cicerale	cicerale	04	SA		40.344	15.1296	4
84055	Felitto	felitto	04	SA		40.3735	15.2431	4
84056	Cardile	cardile	04	SA		40.2701	15.2439	4
84056	Gioi	gioi	04	SA		40.2897	15.2181	4
84057	Villa Littorio	villa-littorio	04	SA		40.3664	15.3366	4
84057	Laurino	laurino	04	SA		40.3392	15.3381	4
84059	Licusati	licusati	04	SA	065021	40.0541	15.3644	4
84059	Camerota	camerota	04	SA	065021	40.0326	15.3705	4
84059	Marina Di Camerota	marina-di-camerota	04	SA		40.0036	15.3672	4
84059	Lentiscosa	lentiscosa	04	SA	065021	40.0219	15.3829	4
84060	Novi Velia	novi-velia	04	SA		40.2226	15.286	4
84060	Omignano Stazione	omignano-stazione	04	SA		40.2398	15.1645	3
84060	Acquavena	acquavena	04	SA	065107	40.0838	15.4456	4
84060	Fornelli	fornelli	04	SA		40.2433	14.9986	4
84060	Vatolla	vatolla	04	SA		40.2825	15.0264	4
84060	Moio Della Civitella	moio-della-civitella	04	SA		40.2471	15.2689	4
84060	Monteforte Cilento	monteforte-cilento	04	SA		40.3648	15.1949	4
84060	Ostigliano	ostigliano	04	SA		40.3148	15.142	4
84060	Perito	perito	04	SA		40.2985	15.1475	4
84060	Case Del Conte	case-del-conte	04	SA	065071	40.2411	14.9677	4
84060	Omignano Scalo	omignano-scalo	04	SA		40.25	15.1333	4
84060	Agnone Cilento	agnone-cilento	04	SA		40.2163	14.9974	4
84060	Pellare	pellare	04	SA		40.25	15.2833	4
84060	Omignano	omignano	04	SA		40.2493	15.0841	4
84060	Piano Vetrale	piano-vetrale	04	SA		40.3	15.2	4
84060	Orria	orria	04	SA		40.2997	15.1712	4
84060	Prignano Cilento	prignano-cilento	04	SA		40.3333	15.0674	4
84060	Abatemarco	abatemarco	04	SA		40.1457	15.3593	4
84060	Montano Antilia	montano-antilia	04	SA		40.1626	15.3632	4
84060	Montecorice	montecorice	04	SA		40.2344	14.985	4
84060	Massicelle	massicelle	04	SA		40.1395	15.3279	4
84060	Mercato Cilento	mercato-cilento	04	SA		40.2711	15.0415	4
84060	Perdifumo	perdifumo	04	SA		40.2669	15.0165	4
84060	Roccagloriosa	roccagloriosa	04	SA		40.1063	15.4364	4
84060	Ortodonico	ortodonico	04	SA		40.2311	15.0038	4
84061	Ogliastro Cilento	ogliastro-cilento	04	SA		40.3511	15.0464	4
84061	Finocchito	finocchito	04	SA		40.3519	15.0732	4
84061	Eredita	eredita	04	SA		40.3667	15.05	4
84062	Salitto	salitto	04	SA		40.6741	15.0224	4
84062	Valle	valle	04	SA		40.2679	15.0709	4
84062	Olevano Sul Tusciano	olevano-sul-tusciano	04	SA		40.6572	15.023	4
84062	Monticelli	monticelli	04	SA		40.65	15.0167	4
84062	Ariano	ariano	04	SA		40.6567	15.0248	4
84065	Piaggine	piaggine	04	SA		40.345	15.3778	4
84066	Caprioli	caprioli	04	SA		40.0841	15.2661	4
84066	Rodio	rodio	04	SA		40.1299	15.2405	4
84066	Marina Di Pisciotta	marina-di-pisciotta	04	SA		40.1076	15.247	3
84066	Pisciotta	pisciotta	04	SA		40.1089	15.2346	4
84067	Policastro Bussentino	policastro-bussentino	04	SA		40.0751	15.5217	4
84067	Santa Marina	santa-marina	04	SA	065127	40.1052	15.5415	4
84068	Galdo	galdo	04	SA		40.2119	15.0519	4
84068	Pioppi	pioppi	04	SA		40.1744	15.0887	4
84068	Pollica	pollica	04	SA		40.1907	15.0572	4
84068	Acciaroli	acciaroli	04	SA		40.181	15.0272	4
84068	Galdo Cilento	galdo-cilento	04	SA		40.1918	15.0543	3
84068	Cannicchio	cannicchio	04	SA		40.1915	15.043	4
84068	Celso	celso	04	SA		40.2011	15.0577	4
84069	Carratiello	carratiello	04	SA		40.4553	15.1776	4
84069	Roccadaspide	roccadaspide	04	SA		40.4233	15.1912	4
84069	Acquaviva	acquaviva	04	SA		40.4564	15.1609	4
84069	Serra	serra	04	SA		40.3293	14.9839	4
84069	Fonte	fonte	04	SA		40.456	15.1151	4
84070	Trentinara	trentinara	04	SA		40.4	15.1154	4
84070	Bosco	bosco	04	SA	065119	40.055	15.4553	4
84070	San Mauro La Bruca	san-mauro-la-bruca	04	SA		40.1225	15.2911	4
84070	Serramezzana	serramezzana	04	SA		40.2446	15.0325	4
84070	Valle Dell'Angelo	valle-dell-angelo	04	SA		40.3438	15.3685	4
84070	Casalsottano	casalsottano	04	SA		40.2167	15.0333	4
84070	Scario	scario	04	SA		40.0621	15.4742	4
84070	Stella Cilento	stella-cilento	04	SA		40.2318	15.0929	4
84070	San Giovanni A Piro	san-giovanni-a-piro	04	SA		40.0515	15.4462	4
84070	Rutino	rutino	04	SA		40.3007	15.0733	4
84070	Sacco	sacco	04	SA		40.3767	15.3778	4
84070	Salento	salento	04	SA		40.2491	15.1894	4
84070	Rofrano	rofrano	04	SA		40.2128	15.4285	4
84070	San Mauro Cilento	san-mauro-cilento	04	SA		40.2263	15.0448	4
84073	Sapri	sapri	04	SA		40.0746	15.6321	4
84074	San Mango	san-mango	04	SA		40.2646	15.0596	4
84074	Santa Lucia Cilento	santa-lucia-cilento	04	SA		40.2583	15.0907	4
84074	Sessa Cilento	sessa-cilento	04	SA		40.2592	15.0758	4
84074	San Mango Cilento	san-mango-cilento	04	SA		40.2646	15.0596	4
84075	Stio	stio	04	SA		40.3102	15.2515	4
84075	Gorga	gorga	04	SA		40.3185	15.2405	4
84076	Copersito	copersito	04	SA		40.3147	15.0625	4
84076	Torchiara	torchiara	04	SA		40.3216	15.0537	4
84076	Copersito Cilento	copersito-cilento	04	SA		40.3182	15.0581	3
84077	Torre Orsaia	torre-orsaia	04	SA		40.1328	15.4725	4
84077	Castel Ruggero	castel-ruggero	04	SA		40.1328	15.4725	3
84078	Angellara	angellara	04	SA		40.2365	15.2805	4
84078	Vallo Della Lucania	vallo-della-lucania	04	SA		40.2279	15.2663	4
84078	Pattano	pattano	04	SA		40.2278	15.235	4
84078	Massa Della Lucania	massa-della-lucania	04	SA		40.2307	15.2606	3
84079	Vibonati	vibonati	04	SA		40.0992	15.5836	4
84079	Villammare	villammare	04	SA		40.0775	15.594	4
84080	Capriglia	capriglia	04	SA		40.7322	14.7604	4
84080	Cologna	cologna	04	SA		40.7152	14.7736	4
84080	Pellezzano	pellezzano	04	SA		40.7252	14.7574	4
84080	Capezzano Superiore	capezzano-superiore	04	SA		40.7282	14.7763	3
84080	Coperchia	coperchia	04	SA		40.72	14.7665	4
84080	Capezzano Inferiore	capezzano-inferiore	04	SA		40.7007	14.773	4
84080	Capezzano	capezzano	04	SA		40.7282	14.7763	3
84080	Calvanico	calvanico	04	SA		40.7762	14.827	4
84081	Caprecano	caprecano	04	SA		40.7414	14.7909	4
84081	Fusara	fusara	04	SA		40.7363	14.7956	4
84081	Sava	sava	04	SA		40.7397	14.7844	3
84081	Baronissi	baronissi	04	SA		40.7482	14.7738	4
84081	Saragnano	saragnano	04	SA		40.7397	14.7844	3
84081	Antessano	antessano	04	SA		40.7329	14.7774	4
84081	Acquamela	acquamela	04	SA		40.7397	14.7844	3
84082	Bracigliano	bracigliano	04	SA		40.8188	14.7077	4
84082	San Nazario	san-nazario	04	SA		40.1319	15.2915	4
84082	Manzi	manzi	04	SA		40.4754	14.9996	3
84083	Lanzara	lanzara	04	SA		40.7747	14.6762	4
84083	Castelluccio	castelluccio	04	SA		40.5809	15.3407	4
84083	Fimiani	fimiani	04	SA		40.7125	14.9059	3
84083	Castel San Giorgio	castel-san-giorgio	04	SA		40.782	14.7009	4
84084	Villa	villa	04	SA		40.7872	14.7909	4
84084	Settefichi	settefichi	04	SA		40.7744	14.8083	4
84084	Fisciano	fisciano	04	SA		40.7718	14.7945	4
84084	Penta	penta	04	SA		40.7613	14.7852	4
84084	Pizzolano	pizzolano	04	SA		40.7825	14.7819	4
84084	Bolano	bolano	04	SA		40.7613	14.7852	4
84084	Lancusi	lancusi	04	SA		40.7613	14.7852	4
84084	Gaiano	gaiano	04	SA		40.7548	14.8164	4
84085	Monticelli	monticelli	04	SA		40.7695	14.755	4
84085	Torello	torello	04	SA		40.683	14.9602	4
84085	Sant'Angelo Di Mercato San Severino	sant-angelo-di-mercato-san-severino	04	SA		40.7739	14.717	4
84085	Carifi	carifi	04	SA		40.7914	14.7321	4
84085	Piazza Del Galdo	piazza-del-galdo	04	SA		40.7739	14.717	4
84085	Sant'Eustachio	sant-eustachio	04	SA		40.7691	14.6965	4
84085	Mercato San Severino	mercato-san-severino	04	SA		40.7847	14.7537	4
84085	Spiano	spiano	04	SA		40.7615	14.7501	4
84085	Sant'Angelo	sant-angelo	04	SA		40.7722	14.7604	3
84085	Ciorani	ciorani	04	SA		40.8052	14.7318	4
84085	Pandola	pandola	04	SA		40.441	15.2297	4
84085	Acquarola	acquarola	04	SA		40.7687	14.7253	4
84085	Curteri	curteri	04	SA		40.7782	14.8144	4
84086	Roccapiemonte	roccapiemonte	04	SA		40.7601	14.6909	4
84086	Casali San Potito	casali-san-potito	04	SA		40.7639	14.675	4
84086	Casali Di Roccapiemonte	casali-di-roccapiemonte	04	SA		40.7639	14.675	4
84087	Lavorate	lavorate	04	SA		40.8075	14.6215	3
84087	Sarno	sarno	04	SA		40.8075	14.6215	4
84087	Episcopio	episcopio	04	SA		40.8075	14.6215	3
84088	Siano	siano	04	SA		40.8021	14.6933	4
84090	San Mango Piemonte	san-mango-piemonte	04	SA		40.7002	14.8392	4
84090	Prepezzano	prepezzano	04	SA		40.7275	14.8912	4
84090	Giffoni Sei Casali	giffoni-sei-casali	04	SA		40.7019	14.9013	3
84090	Santa Tecla	santa-tecla	04	SA		40.6735	14.9181	4
84090	Pugliano	pugliano	04	SA		40.6788	14.9454	4
84090	Castiglione Del Genovesi	castiglione-del-genovesi	04	SA		40.7237	14.848	4
84090	Sieti	sieti	04	SA		40.7425	14.9028	4
84090	Castelpagano	castelpagano	04	SA		40.6735	14.9181	4
84090	Capitignano	capitignano	04	SA		40.7185	14.9046	4
84090	Montecorvino Pugliano	montecorvino-pugliano	04	SA		40.6792	14.9447	4
84091	Sant'Anna	sant-anna	04	SA		40.7328	14.7116	4
84091	Battipaglia	battipaglia	04	SA		40.6086	14.9821	4
84091	Belvedere Di Battipaglia	belvedere-di-battipaglia	04	SA		40.6413	14.8833	3
84091	Santa Lucia Di Battipaglia	santa-lucia-di-battipaglia	04	SA		40.5825	14.9561	4
84092	Bellizzi	bellizzi	04	SA		40.6198	14.9468	4
84092	Bivio	bivio	04	SA		40.6402	15.2967	4
84095	Giffoni Valle Piana	giffoni-valle-piana	04	SA		40.7181	14.9423	4
84095	Ornito	ornito	04	SA		40.6903	14.9264	4
84095	Curti	curti	04	SA		40.751	14.9214	4
84095	San Giovanni	san-giovanni	04	SA		40.7253	14.7505	4
84095	Santa Caterina	santa-caterina	04	SA		40.7202	14.8961	3
84095	Mercato	mercato	04	SA		40.7161	14.9401	4
84096	Montecorvino Rovella	montecorvino-rovella	04	SA		40.6918	14.9786	4
84096	Lenzi	lenzi	04	SA		40.6864	14.9737	3
84096	Macchia	macchia	04	SA		40.6535	14.9788	4
84096	San Martino Montecorvino Rovella	san-martino-montecorvino-rovella	04	SA		40.6864	14.9737	3
84096	Gauro	gauro	04	SA		40.714	14.9637	4
84098	Corvinia	corvinia	04	SA		40.6241	14.9088	4
84098	Sant'Antonio Di Pontecagnano	sant-antonio-di-pontecagnano	04	SA		40.6363	14.8984	4
84098	Pontecagnano	pontecagnano	04	SA		40.6445	14.8763	4
84098	Magazzeno	magazzeno	04	SA		40.6113	14.8567	4
84098	Sant'Antonio	sant-antonio	04	SA		40.6363	14.8984	4
84098	Pontecagnano Faiano	pontecagnano-faiano	04	SA		40.6358	14.8902	3
84098	Faiano	faiano	04	SA		40.6625	14.9024	4
84099	Filetta	filetta	04	SA		40.6977	14.8697	4
84099	Campigliano	campigliano	04	SA		40.6825	14.8729	4
84099	Vignale	vignale	04	SA		40.6995	14.8711	3
84099	Pezzano	pezzano	04	SA		40.6977	14.8697	4
84099	San Cipriano Picentino	san-cipriano-picentino	04	SA		40.7201	14.872	4
84100	Salerno	salerno	04	SA		40.6755	14.7933	4
84121	Salerno	salerno	04	SA		40.6755	14.7933	4
84122	Salerno	salerno	04	SA		40.6755	14.7933	4
84123	Salerno	salerno	04	SA		40.6755	14.7933	4
84124	Salerno	salerno	04	SA		40.6755	14.7933	4
84125	Salerno	salerno	04	SA		40.6755	14.7933	4
84126	Salerno	salerno	04	SA		40.6755	14.7933	4
84127	Torrione Di Salerno	torrione-di-salerno	04	SA		40.7789	14.7359	4
84127	Salerno	salerno	04	SA		40.6755	14.7933	4
84128	Pastena Di Salerno	pastena-di-salerno	04	SA		40.6755	14.7933	3
84128	Salerno	salerno	04	SA		40.6755	14.7933	4
84129	Salerno	salerno	04	SA		40.6755	14.7933	4
84131	Fuorni	fuorni	04	SA		40.6406	14.8492	4
84131	Salerno	salerno	04	SA		40.6755	14.7933	4
84131	Mercatello Di Salerno	mercatello-di-salerno	04	SA		40.6586	14.8026	4
84131	San Leonardo	san-leonardo	04	SA		40.441	15.2297	3
84132	Salerno	salerno	04	SA		40.6755	14.7933	4
84133	Salerno	salerno	04	SA		40.6755	14.7933	4
84134	Salerno	salerno	04	SA		40.6755	14.7933	4
84134	Giovi	giovi	04	SA		40.6755	14.7933	3
84135	Salerno	salerno	04	SA		40.6755	14.7933	4
84135	Fratte	fratte	04	SA		40.441	15.2297	4
84135	Ogliara	ogliara	04	SA		40.8232	14.8015	3
84135	Matierno	matierno	04	SA		40.8232	14.8015	3
40010	Osteria Nuova	osteria-nuova	05	BO		44.5846	11.2374	4
40010	Padulle	padulle	05	BO		44.6295	11.2774	4
40010	Sala Bolognese	sala-bolognese	05	BO		44.6139	11.2567	4
40010	Interporto Bentivoglio	interporto-bentivoglio	05	BO		44.6237	11.3838	4
40010	San Marino	san-marino	05	BO		44.6043	11.4217	4
40010	Santa Maria In Duno	santa-maria-in-duno	05	BO		44.6286	11.3982	4
40010	Bentivoglio	bentivoglio	05	BO		44.6369	11.4174	4
40011	San Giacomo Del Martignone	san-giacomo-del-martignone	05	BO		44.6	11.2167	4
40011	Lavino Di Mezzo	lavino-di-mezzo	05	BO		44.5326	11.2354	4
40011	Anzola Dell'Emilia	anzola-dell-emilia	05	BO		44.542	11.2055	4
40011	Santa Maria In Strada	santa-maria-in-strada	05	BO		44.5715	11.159	4
40012	Tavernelle D'Emilia	tavernelle-d-emilia	05	BO		44.5734	11.2482	4
40012	Bargellino	bargellino	05	BO		44.5454	11.2576	4
40012	Calderara Di Reno	calderara-di-reno	05	BO		44.5631	11.2711	4
40012	Longara	longara	05	BO		44.5711	11.3039	4
40012	Tavernelle Emilia	tavernelle-emilia	05	BO		44.5734	11.2482	4
40012	Lippo	lippo	05	BO		44.5653	11.2658	3
40013	Trebbo	trebbo	05	BO		44.5563	11.319	4
40013	Progresso	progresso	05	BO		44.5689	11.3642	4
40013	Villa Salina	villa-salina	05	BO		44.5545	11.3518	4
40013	Trebbo Di Reno	trebbo-di-reno	05	BO		44.5642	11.3489	3
40013	Castel Maggiore	castel-maggiore	05	BO		44.5771	11.3607	4
40014	Caselle	caselle	05	BO		44.4832	11.4232	4
40014	Palata Pepoli	palata-pepoli	05	BO		44.7922	11.2332	4
40014	Crevalcore	crevalcore	05	BO		44.7197	11.1477	4
40015	San Venanzio	san-venanzio	05	BO		44.7452	11.4373	4
40015	Bosco Di Galliera	bosco-di-galliera	05	BO		44.7357	11.5072	4
40015	Galliera	galliera	05	BO		44.7499	11.3938	4
40015	Bosco	bosco	05	BO		44.7357	11.5072	4
40015	Galliera Frazione	galliera-frazione	05	BO		44.7411	11.4564	3
40015	San Vincenzo	san-vincenzo	05	BO		44.7388	11.4367	4
40016	San Giorgio Di Piano	san-giorgio-di-piano	05	BO		44.6472	11.3745	4
40017	Budrie	budrie	05	BO		44.5909	11.1818	4
40017	Decima	decima	05	BO		44.7104	11.2298	4
40017	San Matteo Della Decima	san-matteo-della-decima	05	BO		44.6474	11.1906	3
40017	San Giovanni In Persiceto	san-giovanni-in-persiceto	05	BO		44.6384	11.1842	4
40017	Amola Di Piano	amola-di-piano	05	BO		44.65	11.1667	4
40018	San Pietro In Casale	san-pietro-in-casale	05	BO		44.7008	11.4049	4
40018	Maccaretolo	maccaretolo	05	BO		44.7183	11.4301	4
40019	Sant'Agata Bolognese	sant-agata-bolognese	05	BO		44.6602	11.1329	4
40020	Casalfiumanese	casalfiumanese	05	BO		44.2969	11.624	4
40021	Borgo Tossignano	borgo-tossignano	05	BO		44.2823	11.5966	4
40021	Tossignano	tossignano	05	BO		44.2725	11.6043	4
40022	Giugnola	giugnola	05	BO		44.2378	11.4935	3
40022	Sassoleone	sassoleone	05	BO		44.2621	11.4829	4
40022	Moraduccio	moraduccio	05	BO		44.2378	11.4935	3
40022	Moraduccio Di Valsalva	moraduccio-di-valsalva	05	BO		44.2378	11.4935	3
40022	Castel Del Rio	castel-del-rio	05	BO		44.2135	11.5041	4
40023	Castel Guelfo Di Bologna	castel-guelfo-di-bologna	05	BO		44.4317	11.6759	4
40024	Gallo	gallo	05	BO	037020	44.4176	11.5495	4
40024	San Martino In Pedriolo	san-martino-in-pedriolo	05	BO		44.3529	11.5604	4
40024	Osteria Grande	osteria-grande	05	BO	037020	44.4284	11.5218	4
40024	Gaiana	gaiana	05	BO		44.455	11.5743	4
40024	Castel San Pietro Terme	castel-san-pietro-terme	05	BO		44.3985	11.5855	4
40025	Fontanelice	fontanelice	05	BO		44.2593	11.5585	4
40025	Carseggio	carseggio	05	BO		44.2333	11.5167	4
40026	San Prospero	san-prospero	05	BO		44.3645	11.7755	4
40026	Imola	imola	05	BO		44.3592	11.7132	4
40026	Spazzate Sassatelli	spazzate-sassatelli	05	BO		44.5258	11.7808	4
40026	Piratello	piratello	05	BO		44.37	11.6705	4
40026	Sesto Imolese	sesto-imolese	05	BO		44.4595	11.7292	4
40026	Sasso Morelli	sasso-morelli	05	BO		44.4162	11.7379	4
40026	Ponticelli	ponticelli	05	BO		44.3208	11.653	4
40027	Bubano	bubano	05	BO		44.4134	11.7823	4
40027	Mordano	mordano	05	BO		44.397	11.8076	4
40030	Pioppe Di Salvaro	pioppe-di-salvaro	05	BO		44.3095	11.1621	4
40030	Piandisetta	piandisetta	05	BO		44.2565	11.1816	4
40030	Piano Di Setta	piano-di-setta	05	BO		44.1987	11.0733	3
40030	Suviana	suviana	05	BO		44.1381	11.0365	4
40030	Badi	badi	05	BO		44.1198	11.0257	4
40030	Grizzana Morandi	grizzana-morandi	05	BO		44.2582	11.1529	4
40030	Berzantina	berzantina	05	BO		44.1579	10.9808	4
40030	Castel Di Casio	castel-di-casio	05	BO		44.1628	11.0351	4
40030	Pian Di Casale	pian-di-casale	05	BO		44.1871	11.0117	4
40032	Bargi	bargi	05	BO		44.1253	11.0613	4
40032	Camugnano	camugnano	05	BO		44.1711	11.0883	4
40032	Ponte Di Verzuno	ponte-di-verzuno	05	BO		44.2007	11.0556	4
40033	Casalecchio Di Reno	casalecchio-di-reno	05	BO		44.4756	11.2749	4
40033	Ceretolo	ceretolo	05	BO		44.4756	11.2749	3
40033	Cantagallo	cantagallo	05	BO		44.4756	11.2749	3
40034	Rocca Di Roffeno	rocca-di-roffeno	05	BO		44.2939	11.0329	4
40034	Villa D'Aiano	villa-d-aiano	05	BO		44.2949	10.9827	4
40034	Castel D'Aiano	castel-d-aiano	05	BO		44.2775	11.001	4
40034	Santa Maria Di Labante	santa-maria-di-labante	05	BO		44.2888	11.0055	3
40035	Baragazza	baragazza	05	BO		44.1282	11.2012	4
40035	Creda	creda	05	BO		44.1921	11.1722	4
40035	Lagaro	lagaro	05	BO		44.2176	11.1789	4
40035	Castiglione Dei Pepoli	castiglione-dei-pepoli	05	BO		44.1428	11.1603	4
40036	Rioveggio	rioveggio	05	BO		44.274	11.1989	4
40036	Vado	vado	05	BO		44.3169	11.2585	4
40036	Monzuno	monzuno	05	BO		44.2782	11.2668	4
40037	Sasso Marconi	sasso-marconi	05	BO		44.4006	11.2518	4
40037	Fontana	fontana	05	BO		44.3843	11.2377	4
40037	Borgonuovo	borgonuovo	05	BO		44.4356	11.2707	4
40037	Pontecchio Marconi	pontecchio-marconi	05	BO		44.4333	11.2667	4
40038	Vergato	vergato	05	BO		44.2823	11.1095	4
40038	Riola	riola	05	BO		44.2304	11.0571	4
40038	Tole'	tole	05	BO		44.3297	11.0601	4
40038	Cereglio	cereglio	05	BO		44.3061	11.0689	4
40038	Susano	susano	05	BO		44.2984	11.0881	4
40041	Silla	silla	05	BO		44.1833	10.9744	4
40041	Gaggio Montano	gaggio-montano	05	BO		44.1958	10.9352	4
40041	Marano	marano	05	BO		44.2269	11.0357	4
40041	Santa Maria Villiana	santa-maria-villiana	05	BO		44.2439	11.0038	4
40041	Bombiana	bombiana	05	BO		44.2142	10.9745	4
40042	Lizzano In Belvedere	lizzano-in-belvedere	05	BO		44.1613	10.8941	4
40042	Rocca Corneta	rocca-corneta	05	BO		44.2016	10.8651	4
40042	Vidiciatico	vidiciatico	05	BO		44.17	10.8756	4
40042	Monteacuto Delle Alpi	monteacuto-delle-alpi	05	BO		44.137	10.8897	4
40042	Querciola	querciola	05	BO		44.1938	10.8867	4
40042	Farneto Di Lizzano	farneto-di-lizzano	05	BO		44.1666	10.8809	3
40042	Pianaccio	pianaccio	05	BO		44.1359	10.8744	4
40043	Lama Di Reno	lama-di-reno	05	BO		44.3667	11.2167	4
40043	Marzabotto	marzabotto	05	BO		44.343	11.2059	4
40043	Lama Di Setta	lama-di-setta	05	BO		44.3419	11.27	4
40043	Pian Di Venola	pian-di-venola	05	BO		44.3331	11.1879	4
40046	Borgo Capanne	borgo-capanne	05	BO	037062	44.133	10.974	4
40046	Molino Del Pallone	molino-del-pallone	05	BO	037062	44.1003	10.9614	4
40046	Ponte Della Venturina	ponte-della-venturina	05	BO	037062	44.1304	10.9911	4
40046	Vizzero	vizzero	05	BO	037062	44.0663	10.9118	4
40046	Granaglione	granaglione	05	BO	037062	44.1166	10.9609	4
40046	Porretta Terme	porretta-terme	05	BO	037062	44.1633	10.9743	4
40046	Castelluccio	castelluccio	05	BO		44.1518	10.9274	4
40046	Casa Forlai	casa-forlai	05	BO	037062	44.1231	10.9573	3
40046	Casa Calistri	casa-calistri	05	BO	037062	44.1231	10.9573	3
40046	Capugnano	capugnano	05	BO		44.1231	10.9573	3
40048	Castel Dell'Alpi	castel-dell-alpi	05	BO		44.1837	11.2777	4
40048	Piano Del Voglio	piano-del-voglio	05	BO		44.1676	11.215	4
40048	San Benedetto Val Di Sambro	san-benedetto-val-di-sambro	05	BO		44.2141	11.2357	4
40048	Madonna Dei Fornelli	madonna-dei-fornelli	05	BO		44.2022	11.2602	4
40050	Castelletto	castelletto	05	BO		44.4402	11.0648	4
40050	San Martino	san-martino	05	BO		44.4523	11.6782	4
40050	Monteveglio	monteveglio	05	BO		44.4686	11.091	4
40050	Monte San Giovanni	monte-san-giovanni	05	BO		44.4201	11.1717	4
40050	Venezzano	venezzano	05	BO		44.6833	11.3333	4
40050	Argelato	argelato	05	BO		44.6401	11.3436	4
40050	Monterenzio	monterenzio	05	BO		44.3263	11.4045	4
40050	Castello D'Argile	castello-d-argile	05	BO		44.678	11.2971	4
40050	Bisano	bisano	05	BO		44.4657	11.2815	3
40050	Casadio	casadio	05	BO		44.6173	11.3313	4
40050	Loiano	loiano	05	BO		44.2681	11.3284	4
40050	Rignano Bolognese	rignano-bolognese	05	BO		44.4657	11.2815	3
40050	Savazza	savazza	05	BO		44.3016	11.3982	4
40050	Funo	funo	05	BO		44.4657	11.2815	3
40050	Monte San Pietro	monte-san-pietro	05	BO		44.4387	11.134	4
40050	Gavignano	gavignano	05	BO		44.4657	11.2815	3
40050	Pizzano	pizzano	05	BO		44.355	11.415	4
40050	San Benedetto Del Querceto	san-benedetto-del-querceto	05	BO		44.4657	11.2815	3
40050	Calderino	calderino	05	BO		44.4577	11.1993	4
40050	Centergross	centergross	05	BO		44.4657	11.2815	3
40050	Castello Di Serravalle	castello-di-serravalle	05	BO		44.4379	11.0317	4
40051	Pegola	pegola	05	BO		44.6907	11.5003	4
40051	Malalbergo	malalbergo	05	BO		44.7187	11.5322	4
40051	Casoni	casoni	05	BO		44.629	11.4615	4
40051	Altedo	altedo	05	BO		44.6706	11.4902	4
40052	Boschi	boschi	05	BO		44.6916	11.5572	4
40052	San Gabriele	san-gabriele	05	BO		44.6667	11.5833	4
40052	Baricella	baricella	05	BO		44.6482	11.538	4
40052	Mondonuovo	mondonuovo	05	BO		44.6667	11.5833	4
40053	Bazzano	bazzano	05	BO		44.5018	11.0868	4
40053	Valsamoggia	valsamoggia	05	BO	037061	44.5018	11.0868	3
40054	Vedrana	vedrana	05	BO		44.5565	11.5731	4
40054	Bagnarola	bagnarola	05	BO		44.5539	11.4958	4
40054	Riccardina	riccardina	05	BO		44.5528	11.5239	4
40054	Budrio	budrio	05	BO		44.5374	11.5344	4
40054	Mezzolara	mezzolara	05	BO		44.5892	11.5649	4
40055	Fiesso	fiesso	05	BO		44.5114	11.4829	4
40055	Villanova	villanova	05	BO		44.4999	11.4311	4
40055	Castenaso	castenaso	05	BO		44.514	11.4684	4
40056	Calcara	calcara	05	BO		44.547	11.1337	4
40056	Pragatto	pragatto	05	BO		44.5228	11.125	3
40056	Muffa	muffa	05	BO		44.5094	11.1092	4
40056	Crespellano	crespellano	05	BO		44.512	11.1322	4
40057	Lovoleto	lovoleto	05	BO		44.5867	11.4268	4
40057	Quarto Inferiore	quarto-inferiore	05	BO		44.5309	11.4168	4
40057	Granarolo Dell'Emilia	granarolo-dell-emilia	05	BO		44.5588	11.4218	3
40057	Fabbreria Di Cadriana	fabbreria-di-cadriana	05	BO		44.5588	11.4218	3
40059	Portonovo	portonovo	05	BO		44.5319	11.7529	4
40059	Sant'Antonio	sant-antonio	05	BO		44.5667	11.7167	4
40059	Medicina	medicina	05	BO		44.4787	11.6381	4
40059	Ganzanigo	ganzanigo	05	BO		44.4791	11.656	4
40059	Buda	buda	05	BO		44.4787	11.6381	4
40059	Villa Fontana	villa-fontana	05	BO		44.4946	11.6088	4
40060	Toscanella	toscanella	05	BO		44.3825	11.6397	4
40060	Gallo Bolognese	gallo-bolognese	05	BO		44.3696	11.3656	3
40060	Savigno	savigno	05	BO		44.3919	11.0748	4
40060	Dozza	dozza	05	BO		44.3619	11.6355	4
40060	Vedegheto	vedegheto	05	BO		44.3422	11.1124	4
40061	Minerbio	minerbio	05	BO		44.6181	11.4726	4
40061	Ca' De' Fabbri	ca-de-fabbri	05	BO		44.6196	11.455	4
40062	Marmorta	marmorta	05	BO		44.6184	11.7162	4
40062	Molinella	molinella	05	BO		44.6176	11.6672	4
40062	San Pietro Capofiume	san-pietro-capofiume	05	BO		44.6504	11.648	4
40062	Selva	selva	05	BO		44.5565	11.6285	4
40062	Selva Malvezzi	selva-malvezzi	05	BO		44.6063	11.6533	3
40062	San Martino In Argine	san-martino-in-argine	05	BO		44.5888	11.6065	4
40063	Monghidoro	monghidoro	05	BO		44.2233	11.3233	4
40064	Mercatale	mercatale	05	BO		44.3916	11.4302	4
40064	Ozzano Dell'Emilia	ozzano-dell-emilia	05	BO		44.4443	11.4755	4
40065	Livergnano	livergnano	05	BO	037047	44.3246	11.333	4
40065	Pianoro Vecchio	pianoro-vecchio	05	BO	037047	44.3567	11.3378	3
40065	Pianoro	pianoro	05	BO		44.3889	11.3426	4
40066	Pieve Di Cento	pieve-di-cento	05	BO		44.7129	11.3092	4
40067	Rastignano	rastignano	05	BO		44.4362	11.3569	4
40068	Pulce	pulce	05	BO		44.4491	11.4115	4
40068	Castel Dei Britti	castel-dei-britti	05	BO		44.4257	11.4335	4
40068	Farneto	farneto	05	BO		44.4368	11.4064	4
40068	San Lazzaro Di Savena	san-lazzaro-di-savena	05	BO		44.4705	11.4085	4
40068	Ponticella	ponticella	05	BO		44.4545	11.3785	4
40068	San Lazzaro	san-lazzaro	05	BO		44.4705	11.4085	4
40068	Martiri Di Pizzocalvo	martiri-di-pizzocalvo	05	BO		44.4499	11.398	4
40069	Riale	riale	05	BO		44.4833	11.2333	4
40069	Zola	zola	05	BO		44.4897	11.2183	4
40069	Zola Predosa	zola-predosa	05	BO		44.4897	11.2183	4
40069	Ponte Ronca	ponte-ronca	05	BO		44.5017	11.1897	4
40100	Bologna	bologna	05	BO		44.4938	11.3387	4
40121	Bologna	bologna	05	BO		44.4938	11.3387	4
40122	Bologna	bologna	05	BO		44.4938	11.3387	4
40123	Bologna	bologna	05	BO		44.4938	11.3387	4
40124	Bologna	bologna	05	BO		44.4938	11.3387	4
40125	Bologna	bologna	05	BO		44.4938	11.3387	4
40126	Bologna	bologna	05	BO		44.4938	11.3387	4
40127	San Donnino	san-donnino	05	BO		44.4308	11.3476	3
40127	Bologna	bologna	05	BO		44.4938	11.3387	4
40128	Corticella	corticella	05	BO		44.5489	11.3552	4
40128	Bologna	bologna	05	BO		44.4938	11.3387	4
40129	Bologna	bologna	05	BO		44.4938	11.3387	4
40131	Bertalia	bertalia	05	BO		44.4938	11.3387	3
40131	Bologna	bologna	05	BO		44.4938	11.3387	4
40132	Borgo Panigale	borgo-panigale	05	BO		44.5167	11.2667	4
40132	Bologna	bologna	05	BO		44.4938	11.3387	4
40133	Bologna	bologna	05	BO		44.4938	11.3387	4
40134	Bologna	bologna	05	BO		44.4938	11.3387	4
40135	Casaglia	casaglia	05	BO		44.4308	11.3476	4
40135	Bologna	bologna	05	BO		44.4938	11.3387	4
40136	Roncrio	roncrio	05	BO		44.471	11.3274	3
40136	Paderno	paderno	05	BO		44.4481	11.316	4
40136	Gaibola	gaibola	05	BO		44.471	11.3274	3
40136	Bologna	bologna	05	BO		44.4938	11.3387	4
40137	Bologna	bologna	05	BO		44.4938	11.3387	4
40138	Roveri	roveri	05	BO		44.4308	11.3476	4
40138	Bologna	bologna	05	BO		44.4938	11.3387	4
40139	Bologna	bologna	05	BO		44.4938	11.3387	4
40141	San Ruffillo	san-ruffillo	05	BO		44.45	11.3667	4
40141	Monte Donato	monte-donato	05	BO		44.4719	11.3527	3
40141	Bologna	bologna	05	BO		44.4938	11.3387	4
47010	Strada San Zeno	strada-san-zeno	05	FC		44.0206	11.8814	4
47010	Galeata	galeata	05	FC		43.9961	11.9106	4
47010	San Benedetto In Alpe	san-benedetto-in-alpe	05	FC		43.9831	11.6877	4
47010	Premilcuore	premilcuore	05	FC		43.9808	11.7819	4
47010	Portico E San Benedetto	portico-e-san-benedetto	05	FC		44.0265	11.7815	4
47010	Bocconi	bocconi	05	FC		44.0086	11.7446	4
47010	Portico Di Romagna	portico-di-romagna	05	FC		44.0266	11.7813	4
47011	Castrocaro Terme E Terra Del Sole	castrocaro-terme-e-terra-del-sole	05	FC		44.1868	11.9607	4
47011	Pieve Salutare	pieve-salutare	05	FC		44.1501	11.926	4
47011	Terra Del Sole	terra-del-sole	05	FC		44.1684	11.9434	3
47012	Voltre	voltre	05	FC		44.0327	12.0381	4
47012	Civitella Di Romagna	civitella-di-romagna	05	FC		44.0078	11.944	4
47012	Nespoli	nespoli	05	FC		44.0261	11.9784	4
47012	Cusercoli	cusercoli	05	FC		44.0451	12.0074	4
47013	San Ruffillo	san-ruffillo	05	FC		44.0369	12.0375	4
47013	Dovadola	dovadola	05	FC		44.1221	11.8871	4
47014	Rico'	rico	05	FC		44.076	12.0344	4
47014	Vitignano	vitignano	05	FC		44.1263	12.0204	4
47014	Para	para	05	FC		44.146	12.0683	4
47014	San Colombano Di Meldola	san-colombano-di-meldola	05	FC		44.0982	12.0494	4
47014	Teodorano	teodorano	05	FC		44.085	12.1072	4
47014	San Colombano	san-colombano	05	FC		44.0982	12.0494	4
47014	Meldola	meldola	05	FC		44.1278	12.0626	4
47015	Santa Reparata	santa-reparata	05	FC		44.1595	11.7929	3
47015	Modigliana	modigliana	05	FC		44.1595	11.7929	4
47016	Predappio Alta	predappio-alta	05	FC		44.1002	11.9612	4
47016	Fiumana	fiumana	05	FC		44.1433	11.9872	4
47016	Rocca Delle Caminate	rocca-delle-caminate	05	FC		44.101	11.9688	3
47016	Predappio	predappio	05	FC		44.1032	11.9841	4
47016	Tontola	tontola	05	FC		44.0574	11.9427	4
47017	Rocca San Casciano	rocca-san-casciano	05	FC		44.0587	11.8427	4
47017	Calbola	calbola	05	FC		44.0587	11.8427	3
47018	Biserno	biserno	05	FC		43.9021	11.8444	4
47018	Corniolo	corniolo	05	FC		43.9073	11.7945	4
47018	Santa Sofia	santa-sofia	05	FC		43.9472	11.9087	4
47019	Tredozio	tredozio	05	FC		44.0796	11.7414	4
47020	Oriola	oriola	05	FC		44.0745	12.3189	3
47020	Longiano	longiano	05	FC		44.0745	12.3297	4
47020	Montiano	montiano	05	FC		44.0823	12.3046	4
47020	Roncofreddo	roncofreddo	05	FC		44.0422	12.3008	4
47020	Budrio	budrio	05	FC		44.0992	12.3403	4
47021	San Piero In Bagno	san-piero-in-bagno	05	FC		43.8579	11.9772	4
47021	Monte Guidi	monte-guidi	05	FC	040001	43.8656	12.0011	3
47021	Bagno Di Romagna	bagno-di-romagna	05	FC		43.8355	11.9602	4
47021	Vessa	vessa	05	FC		43.8928	12.0254	4
47021	Selvapiana	selvapiana	05	FC		43.8761	12.0417	4
47023	Saiano	saiano	05	FC		44.093	12.2493	4
47023	Rio Marano	rio-marano	05	FC		44.1211	12.2678	4
47023	Sant'Egidio	sant-egidio	05	FC		44.1536	12.2703	4
47023	Lizzano	lizzano	05	FC		44.1272	12.1769	4
47023	Martorano	martorano	05	FC		44.1758	12.2889	4
47023	Aie	aie	05	FC		44.1195	12.1962	4
47023	Tessello	tessello	05	FC		44.1019	12.1406	4
47023	San Carlo Di Cesena	san-carlo-di-cesena	05	FC		44.0911	12.1931	4
47023	Cesena	cesena	05	FC		44.1391	12.2431	4
47023	San Vittore	san-vittore	05	FC		44.1	12.2	4
47023	Diegaro	diegaro	05	FC		44.1596	12.1913	4
47023	Madonna Dell Ulivo	madonna-dell-ulivo	05	FC		44.1151	12.2778	4
47023	Bulgaria	bulgaria	05	FC		44.1127	12.3259	4
47023	Gattolino	gattolino	05	FC		44.1697	12.2975	4
47023	Settecrociari	settecrociari	05	FC		44.1323	12.1858	4
47023	Calisese	calisese	05	FC		44.1017	12.3012	4
47023	Roversano	roversano	05	FC		44.088	12.2077	4
47023	Celletta	celletta	05	FC		44.1205	12.1874	4
47023	Macerone	macerone	05	FC		44.1563	12.3302	4
47023	Ronta	ronta	05	FC		44.1969	12.2511	4
47023	Borello	borello	05	FC		44.0585	12.1799	4
47023	Cesuola	cesuola	05	FC		44.1112	12.2372	4
47023	Pievesestina	pievesestina	05	FC		44.1248	12.2363	3
47023	Case Scuola Vecchia	case-scuola-vecchia	05	FC		44.1248	12.2363	3
47023	San Mauro In Valle	san-mauro-in-valle	05	FC		44.1248	12.2363	3
47023	Torre Del Moro	torre-del-moro	05	FC		44.1248	12.2363	3
47023	San Giorgio Di Cesena	san-giorgio-di-cesena	05	FC		44.1248	12.2363	3
47025	Piavola	piavola	05	FC		44.0267	12.1392	4
47025	Mercato Saraceno	mercato-saraceno	05	FC		43.9627	12.1964	4
47025	Bora Bassa	bora-bassa	05	FC		44.0464	12.1807	4
47025	Monte Castello	monte-castello	05	FC		43.9488	12.1847	4
47025	Linaro	linaro	05	FC		43.9966	12.1085	4
47025	Cella	cella	05	FC		44.0014	12.2009	4
47025	Bacciolino	bacciolino	05	FC		44.028	12.1928	4
47025	Tornano	tornano	05	FC		43.9313	12.2413	4
47025	Ciola	ciola	05	FC		43.9807	12.1403	4
47027	Sorbano	sorbano	05	FC		43.9247	12.1569	4
47027	Quarto Di Sarsina	quarto-di-sarsina	05	FC		43.9415	12.107	3
47027	Ranchio	ranchio	05	FC		43.9697	12.0806	4
47027	Quarto	quarto	05	FC		43.8917	12.0867	4
47027	Sarsina	sarsina	05	FC		43.9198	12.1426	4
47027	Pieve Di Rivoschio	pieve-di-rivoschio	05	FC		44.0017	12.0681	4
47028	Alfero	alfero	05	FC		43.8473	12.0554	4
47028	Balze	balze	05	FC		43.7774	12.0938	4
47028	Verghereto	verghereto	05	FC		43.7945	12.0052	4
47030	San Martino In Converseto	san-martino-in-converseto	05	FC		44.02	12.3292	4
47030	Borghi	borghi	05	FC		44.0322	12.3562	4
47030	San Giovanni In Galilea	san-giovanni-in-galilea	05	FC		43.9999	12.3503	4
47030	Montepetra	montepetra	05	FC		43.9312	12.1925	4
47030	Montegelli	montegelli	05	FC		43.9791	12.2462	4
47030	Sogliano Al Rubicone	sogliano-al-rubicone	05	FC		44.005	12.3012	4
47030	Rontagnano	rontagnano	05	FC		43.9539	12.2294	4
47030	Savignano Di Rigo	savignano-di-rigo	05	FC		43.9244	12.2219	4
47030	San Mauro A Mare	san-mauro-a-mare	05	FC		44.1637	12.4463	4
47030	Lo Stradone	lo-stradone	05	FC		44.0323	12.3871	4
47030	San Mauro Pascoli	san-mauro-pascoli	05	FC		44.1089	12.4195	4
47032	Bertinoro	bertinoro	05	FC		44.1487	12.1365	4
47032	Polenta	polenta	05	FC		44.1174	12.1319	4
47032	Collinello Polenta	collinello-polenta	05	FC		44.1515	12.1503	3
47032	Capocolle	capocolle	05	FC		44.1646	12.177	4
47032	Collinello	collinello	05	FC		44.1163	12.1476	4
47032	Santa Maria Nuova	santa-maria-nuova	05	FC		44.2	12.1939	4
47032	Panighina	panighina	05	FC		44.1716	12.1632	4
47032	Fratta Terme	fratta-terme	05	FC		44.1416	12.1021	4
47034	Forlimpopoli	forlimpopoli	05	FC		44.1911	12.1287	4
47034	Selbagnone	selbagnone	05	FC		44.1741	12.1091	4
47035	Gambettola	gambettola	05	FC		44.1175	12.337	4
47039	Savignano Sul Rubicone	savignano-sul-rubicone	05	FC		44.0901	12.3993	4
47039	Fiumicino Di Savignano	fiumicino-di-savignano	05	FC		44.1214	12.4006	4
47042	Villalta	villalta	05	FC		44.1817	12.3742	4
47042	Bagnarola	bagnarola	05	FC		44.1623	12.3428	4
47042	Cesenatico	cesenatico	05	FC		44.1999	12.3991	4
47042	Sala	sala	05	FC		44.1564	12.3834	4
47043	Gatteo	gatteo	05	FC		44.1119	12.3914	4
47043	Gatteo A Mare	gatteo-a-mare	05	FC		44.1707	12.4355	4
47043	Sant'Angelo In Salute	sant-angelo-in-salute	05	FC		44.1413	12.4134	3
47100	Villafranca	villafranca	05	FC		44.2947	12.0167	4
47100	Ronco	ronco	05	FC		44.2086	12.0644	4
47100	Barisano	barisano	05	FC		44.2844	12.0784	4
47100	Rovere	rovere	05	FC		44.2027	11.9771	4
47100	Pianta	pianta	05	FC		44.2442	12.0539	4
47100	Carpinello	carpinello	05	FC		44.2392	12.1189	4
47100	Cava	cava	05	FC		44.2274	12.0381	3
47100	Villanova	villanova	05	FC		44.2474	11.9807	4
47100	San Martino In Strada	san-martino-in-strada	05	FC		44.1838	12.0357	4
47100	Roncadello	roncadello	05	FC		44.2668	12.0458	4
47100	Carpena	carpena	05	FC		44.1854	12.0643	4
47100	Vecchiazzano	vecchiazzano	05	FC		44.2274	12.0381	3
47100	San Lorenzo In Noceto	san-lorenzo-in-noceto	05	FC		44.1613	12.0063	4
47100	Villa Rovere	villa-rovere	05	FC		44.2274	12.0381	3
47100	San Varano	san-varano	05	FC		44.2097	12.0153	4
47121	Forlì	forli	05	FC		44.2218	12.0414	4
47122	Forlì	forli	05	FC		44.2218	12.0414	4
44011	Filo	filo	05	FE	038001	44.5865	11.9282	4
44011	Santa Maria Codifiume	santa-maria-codifiume	05	FE	038001	44.6642	11.651	4
44011	Boccaleone	boccaleone	05	FE		44.6408	11.8039	4
44011	Argenta	argenta	05	FE		44.614	11.8355	4
44011	San Nicolo'	san-nicolo	05	FE	038001	44.708	11.7097	4
44011	Anita	anita	05	FE	038001	44.566	12.0776	4
44011	Consandolo	consandolo	05	FE		44.6561	11.7752	4
44011	Campotto	campotto	05	FE		44.5722	11.7922	4
44011	Ospital Monacale	ospital-monacale	05	FE	038001	44.6667	11.7	4
44011	San Biagio	san-biagio	05	FE	038001	44.5869	11.8692	4
44011	Bando	bando	05	FE		44.6333	11.9	4
44011	La Fiorana	la-fiorana	05	FE		44.6319	11.9049	4
44011	Traghetto	traghetto	05	FE	038001	44.6419	11.6883	4
44011	Longastrino	longastrino	05	FE	038001	44.5885	12.0098	4
44012	Bondeno	bondeno	05	FE		44.8894	11.4154	4
44012	Gavello	gavello	05	FE		44.9137	11.2974	4
44012	Ospitale	ospitale	05	FE		44.9	11.4333	4
44012	Scortichino	scortichino	05	FE		44.8833	11.3333	4
44012	Stellata	stellata	05	FE		44.9457	11.4208	4
44012	Pilastri	pilastri	05	FE		44.9467	11.2883	4
44012	Burana	burana	05	FE		44.9141	11.3525	4
44014	Madonna Boschi	madonna-boschi	05	FE		44.5575	12.0682	4
44015	Gambulaga	gambulaga	05	FE		44.7441	11.7906	4
44015	Ripapersico	ripapersico	05	FE		44.6876	11.7854	4
44015	Maiero	maiero	05	FE		44.7239	11.8298	4
44015	Portomaggiore	portomaggiore	05	FE		44.6976	11.8076	4
44015	Portoverrara	portoverrara	05	FE		44.693	11.8346	4
44015	Runco	runco	05	FE		44.7395	11.7735	4
44019	Voghiera	voghiera	05	FE		44.7556	11.7518	4
44019	Voghenza	voghenza	05	FE		44.7686	11.7494	4
44019	Montesanto	montesanto	05	FE		44.7296	11.7268	4
44020	Masi San Giacomo	masi-san-giacomo	05	FE		44.7748	11.7938	4
44020	Rovereto Ferrarese	rovereto-ferrarese	05	FE		44.7738	12.0552	3
44020	Gorino	gorino	05	FE		44.8229	12.3477	4
44020	Medelana	medelana	05	FE		44.7744	11.8727	4
44020	Ostellato	ostellato	05	FE		44.7456	11.9428	4
44020	Masi Torello	masi-torello	05	FE		44.7946	11.8018	4
44020	Gorino Di Goro	gorino-di-goro	05	FE		44.8229	12.3477	4
44020	San Giuseppe Di Comacchio	san-giuseppe-di-comacchio	05	FE		44.722	12.2171	4
44020	San Giovanni Di Ostellato	san-giovanni-di-ostellato	05	FE		44.7269	12.0493	4
44020	Dogato	dogato	05	FE		44.749	11.8888	4
44020	Goro	goro	05	FE		44.8515	12.2965	4
44020	San Giovanni	san-giovanni	05	FE		44.7269	12.0493	4
44021	Pontelangorino	pontelangorino	05	FE		44.8609	12.1486	4
44021	Pontemaodino	pontemaodino	05	FE		44.8333	12.15	4
44021	Mezzogoro	mezzogoro	05	FE		44.9026	12.0993	4
44021	Pomposa	pomposa	05	FE		44.8504	12.172	4
44021	Codigoro	codigoro	05	FE		44.8309	12.1107	4
44022	Comacchio	comacchio	05	FE		44.6948	12.1819	4
44022	Volania	volania	05	FE		44.7262	12.1338	4
44022	San Giuseppe	san-giuseppe	05	FE	038006	44.722	12.2171	4
44022	Vaccolino	vaccolino	05	FE	038006	44.8023	12.1786	4
44023	Marozzo	marozzo	05	FE		44.7838	12.1237	4
44023	Lagosanto	lagosanto	05	FE		44.7628	12.1401	4
44026	Massenzatica	massenzatica	05	FE		44.9256	12.1725	4
44026	Ariano	ariano	05	FE		44.9415	12.1155	4
44026	Mesola	mesola	05	FE		44.9183	12.2312	4
44026	Ariano Ferrarese	ariano-ferrarese	05	FE		44.9415	12.1155	4
44026	Monticelli	monticelli	05	FE		44.9148	12.1857	4
44026	Bosco Mesola	bosco-mesola	05	FE		44.8764	12.2314	4
44026	Bosco	bosco	05	FE		44.8764	12.2314	4
44027	Migliarino	migliarino	05	FE		44.7699	11.933	4
44027	Massa Fiscaglia	massa-fiscaglia	05	FE	038027	44.8098	12.0075	4
44027	Fiscaglia	fiscaglia	05	FE	038027	44.793	11.9716	3
44027	Migliaro	migliaro	05	FE	038027	44.7992	11.9744	4
44028	Coronella	coronella	05	FE		44.8023	11.5232	4
44028	Chiesa Nuova	chiesa-nuova	05	FE		44.7764	11.4256	4
44028	Gallo	gallo	05	FE		44.7314	11.5528	4
44028	Poggio Renatico	poggio-renatico	05	FE		44.7658	11.487	4
44029	Lido Di Spina	lido-di-spina	05	FE		44.6489	12.2492	4
44029	Porto Garibaldi	porto-garibaldi	05	FE		44.6812	12.2368	4
44029	Lido Degli Estensi	lido-degli-estensi	05	FE		44.6664	12.25	4
44030	Guarda	guarda	05	FE		44.969	11.8017	4
44030	Ruina	ruina	05	FE		44.9125	11.7401	4
44030	Guarda Ferrarese	guarda-ferrarese	05	FE		44.9482	11.7823	3
44030	Alberone Di Ro	alberone-di-ro	05	FE		44.9645	11.8272	4
44030	Alberone Di Guarda	alberone-di-guarda	05	FE		44.9482	11.7823	3
44033	Serravalle	serravalle	05	FE	038029	44.9653	12.0466	4
44033	Cologna	cologna	05	FE	038029	44.9689	11.8955	4
44033	Berra	berra	05	FE		44.9766	11.9773	4
44033	Ro	ro	05	FE		44.9469	11.7601	4
44034	Fossalta	fossalta	05	FE		44.8517	11.7667	4
44034	Sabbioncello San Pietro	sabbioncello-san-pietro	05	FE		44.8444	11.8141	4
44034	Zenzalino	zenzalino	05	FE		44.8833	11.8257	3
44034	Cesta	cesta	05	FE		44.9167	11.8667	4
44034	Copparo	copparo	05	FE		44.8926	11.8229	4
44034	Sabbioncello San Vittore	sabbioncello-san-vittore	05	FE		44.8387	11.8269	4
44034	Saletta	saletta	05	FE		44.9	11.7667	4
44034	Tamara	tamara	05	FE		44.8815	11.7724	4
44034	Ambrogio	ambrogio	05	FE		44.9117	11.9119	4
44034	Gradizza	gradizza	05	FE		44.8716	11.8347	4
44034	Coccanile	coccanile	05	FE		44.9239	11.8739	4
44035	Brazzolo	brazzolo	05	FE		44.8633	11.8902	4
44037	Jolanda Di Savoia	jolanda-di-savoia	05	FE		44.8832	11.9791	4
44039	Tresigallo	tresigallo	05	FE		44.816	11.8947	4
44039	Rero	rero	05	FE		44.816	11.8947	3
44039	Final Di Rero	final-di-rero	05	FE		44.816	11.8947	4
44039	Formignana	formignana	05	FE		44.8423	11.8593	4
44041	Buonacompra	buonacompra	05	FE		44.8053	11.3392	4
44041	Reno Centese	reno-centese	05	FE		44.8284	11.3301	4
44041	Casumaro	casumaro	05	FE		44.8169	11.3347	3
44042	Corpo Reno	corpo-reno	05	FE		44.7559	11.3079	4
44042	Alberone	alberone	05	FE		44.814	11.3097	4
44042	Cento	cento	05	FE		44.731	11.2872	4
44042	Penzale	penzale	05	FE		44.7742	11.3045	3
44042	Corpo Di Reno	corpo-di-reno	05	FE		44.7559	11.3079	4
44042	Alberone Di Cento	alberone-di-cento	05	FE		44.814	11.3097	4
44043	Mirabello	mirabello	05	FE		44.823	11.4567	4
44045	Dodici Morelli	dodici-morelli	05	FE		44.7923	11.2912	4
44045	Renazzo	renazzo	05	FE		44.7653	11.2861	4
44047	Sant'Agostino	sant-agostino	05	FE		44.7922	11.3852	4
44047	San Carlo	san-carlo	05	FE		44.8036	11.41	4
44047	Dosso	dosso	05	FE		44.7681	11.3394	4
44049	Vigarano Pieve	vigarano-pieve	05	FE		44.8613	11.5095	4
44049	Vigarano Mainarda	vigarano-mainarda	05	FE		44.8408	11.4935	4
44121	Ferrara	ferrara	05	FE		44.838	11.6206	4
44122	Ferrara	ferrara	05	FE		44.838	11.6206	4
44123	Ferrara	ferrara	05	FE		44.838	11.6206	4
44124	Ferrara	ferrara	05	FE		44.838	11.6206	4
41011	Campogalliano	campogalliano	05	MO		44.6887	10.8471	4
41011	Panzano	panzano	05	MO		44.6203	11.04	4
41011	Saliceto Buzzalino	saliceto-buzzalino	05	MO		44.7005	10.864	4
41012	Budrione	budrione	05	MO		44.816	10.8586	4
41012	San Marino	san-marino	05	MO		44.5367	10.8926	3
41012	Gargallo	gargallo	05	MO		44.7426	10.8611	4
41012	Santa Croce	santa-croce	05	MO		44.7948	10.8819	3
41012	Cortile	cortile	05	MO		44.7959	10.9683	4
41012	San Martino Secchia	san-martino-secchia	05	MO		44.7948	10.8819	3
41012	Fossoli	fossoli	05	MO		44.8216	10.8898	4
41012	Migliarina	migliarina	05	MO		44.8104	10.836	4
41012	Carpi	carpi	05	MO		44.7824	10.8777	4
41013	Castelfranco Emilia	castelfranco-emilia	05	MO		44.5945	11.0498	4
41013	Manzolino	manzolino	05	MO		44.5958	11.0998	4
41013	Rastellino	rastellino	05	MO		44.6346	11.0969	4
41013	Cavazzona	cavazzona	05	MO		44.5733	11.119	4
41013	Recovato	recovato	05	MO		44.6384	11.0634	4
41013	Gaggio Di Piano	gaggio-di-piano	05	MO		44.5995	11.0833	3
41013	Piumazzo	piumazzo	05	MO		44.5463	11.0673	4
41013	Riolo	riolo	05	MO		44.6139	11.0871	4
41014	Levizzano Rangone	levizzano-rangone	05	MO		44.4855	10.9098	4
41014	Ca' Di Sola	ca-di-sola	05	MO		44.5299	10.9545	4
41014	Castelvetro Di Modena	castelvetro-di-modena	05	MO		44.5042	10.9467	4
41014	Solignano Nuovo	solignano-nuovo	05	MO		44.5275	10.9263	4
41015	Bagazzano	bagazzano	05	MO		44.6574	11.0229	4
41015	Nonantola	nonantola	05	MO		44.6779	11.0379	4
41015	Via Larga	via-larga	05	MO		44.6725	11.069	4
41015	La Grande	la-grande	05	MO		44.7178	11.0633	4
41015	Redu'	redu	05	MO		44.6549	11.0696	4
41015	Campazzo	campazzo	05	MO		44.7011	11.036	4
41016	Novi Di Modena	novi-di-modena	05	MO		44.8897	10.9003	4
41016	Sant'Antonio In Mercadello	sant-antonio-in-mercadello	05	MO		44.8642	10.9499	4
41016	Rovereto Sulla Secchia	rovereto-sulla-secchia	05	MO		44.877	10.9251	3
41017	Ravarino	ravarino	05	MO		44.7248	11.0959	4
41017	Stuffione	stuffione	05	MO		44.7534	11.1189	4
41018	San Cesario Sul Panaro	san-cesario-sul-panaro	05	MO		44.5635	11.0351	4
41019	Limidi	limidi	05	MO	036044	44.7643	10.92	4
41019	Sozzigalli	sozzigalli	05	MO		44.7491	10.9741	4
41019	Appalto	appalto	05	MO		44.7211	10.9059	4
41019	Soliera	soliera	05	MO		44.7339	10.9218	4
41020	Riolunato	riolunato	05	MO		44.231	10.6531	4
41020	Castellino Brocco	castellino-brocco	05	MO		44.2583	10.6578	3
41020	Groppo	groppo	05	MO		44.2354	10.6425	4
41020	Serpiano	serpiano	05	MO		44.2543	10.6325	4
41020	Castello	castello	05	MO		44.321	10.7108	4
41020	Castellino	castellino	05	MO		44.2496	10.6503	4
41021	Lotta	lotta	05	MO		44.1918	10.7764	3
41021	Fanano	fanano	05	MO		44.2125	10.7966	4
41021	Trentino Nel Frignano	trentino-nel-frignano	05	MO		44.1918	10.7764	3
41021	Fellicarolo	fellicarolo	05	MO		44.1884	10.7577	4
41021	Trignano Nel Frignano	trignano-nel-frignano	05	MO		44.1918	10.7764	3
41021	Canevare	canevare	05	MO		44.2005	10.7614	4
41021	Trignano	trignano	05	MO		44.5367	10.8926	3
41021	Ospitale	ospitale	05	MO		44.1659	10.7901	4
41021	Ospitale Nel Frignano	ospitale-nel-frignano	05	MO		44.1918	10.7764	3
41021	Serrazzone	serrazzone	05	MO		44.1918	10.7764	3
41022	Faidello	faidello	05	MO		44.1584	10.6465	4
41022	Dogana Nuova	dogana-nuova	05	MO		44.1689	10.6469	3
41022	Fiumalbo	fiumalbo	05	MO		44.1793	10.6472	4
41023	Sassostorno	sassostorno	05	MO		44.2669	10.6976	4
41023	Lama	lama	05	MO		44.3073	10.7306	4
41023	Cadignano	cadignano	05	MO		44.3283	10.7174	4
41023	Lama Mocogno	lama-mocogno	05	MO		44.2996	10.709	3
41023	Pianorso	pianorso	05	MO		44.3427	10.7027	4
41023	Mocogno	mocogno	05	MO		44.3105	10.7138	4
41023	Vaglio	vaglio	05	MO		44.293	10.725	4
41023	Montecenere	montecenere	05	MO		44.3116	10.7706	4
41023	Barigazzo	barigazzo	05	MO		44.2648	10.6529	4
41023	La Santona	la-santona	05	MO		44.2717	10.6704	4
41025	Acquaria	acquaria	05	MO		44.2788	10.7638	4
41025	Montecreto	montecreto	05	MO		44.246	10.7176	4
41026	Olina	olina	05	MO		44.3046	10.7813	4
41026	Camatta	camatta	05	MO		44.3098	10.7949	4
41026	Montecuccolo	montecuccolo	05	MO		44.3125	10.8153	4
41026	Niviano	niviano	05	MO		44.3161	10.8668	4
41026	Benedello	benedello	05	MO		44.3667	10.8667	4
41026	Gaianello	gaianello	05	MO		44.315	10.8011	4
41026	Verica	verica	05	MO		44.3265	10.9027	4
41026	Miceno	miceno	05	MO		44.332	10.8311	3
41026	Pavullo Nel Frignano	pavullo-nel-frignano	05	MO		44.3335	10.8354	4
41026	Montebonello	montebonello	05	MO		44.3739	10.8002	4
41026	Renno	renno	05	MO		44.3021	10.8074	4
41026	Frassineti	frassineti	05	MO		44.3483	10.7775	4
41026	Gaiato	gaiato	05	MO		44.2833	10.8667	4
41026	Iddiano	iddiano	05	MO		44.332	10.8311	3
41026	Coscogno	coscogno	05	MO		44.3833	10.8667	4
41026	Monzone	monzone	05	MO		44.3272	10.788	4
41026	Montorso	montorso	05	MO		44.332	10.8311	3
41026	Castagneto	castagneto	05	MO		44.3438	10.8911	4
41026	Sasso Guidano	sasso-guidano	05	MO		44.332	10.8311	3
41026	Sant'Antonio	sant-antonio	05	MO		44.3659	10.8365	4
41026	Crocette	crocette	05	MO		44.332	10.8311	3
41027	Sant'Andrea Pelago	sant-andrea-pelago	05	MO		44.2149	10.6114	4
41027	Sant'Anna Pelago	sant-anna-pelago	05	MO		44.1974	10.6046	3
41027	Tagliole	tagliole	05	MO		44.1662	10.6005	4
41027	Roccapelago	roccapelago	05	MO		44.2038	10.5899	4
41027	Pievepelago	pievepelago	05	MO		44.2048	10.6166	4
41028	Pompeano	pompeano	05	MO		44.3996	10.7598	4
41028	Faeto	faeto	05	MO		44.4275	10.7648	4
41028	Selva	selva	05	MO		44.3964	10.793	4
41028	Valle	valle	05	MO		44.4333	10.8	4
41028	Rocca Santa Maria	rocca-santa-maria	05	MO		44.4825	10.8037	4
41028	Ricco'	ricco	05	MO		44.4333	10.85	4
41028	Serramazzoni	serramazzoni	05	MO		44.4274	10.7906	4
41028	Varana	varana	05	MO		44.4515	10.7632	4
41028	Monfestino	monfestino	05	MO		44.4274	10.7906	4
41028	Montagnana	montagnana	05	MO		44.4778	10.8273	4
41028	Selva Nel Frignano	selva-nel-frignano	05	MO		44.4339	10.7994	3
41028	San Dalmazio	san-dalmazio	05	MO		44.4167	10.85	4
41028	Pazzano	pazzano	05	MO		44.4339	10.7994	3
41028	Ricco' Nel Frignano	ricco-nel-frignano	05	MO		44.4339	10.7994	3
41028	San Dalmazio Nel Frignano	san-dalmazio-nel-frignano	05	MO		44.4339	10.7994	3
41028	Ligorzano	ligorzano	05	MO		44.4339	10.7994	3
41029	Castellaro	castellaro	05	MO		44.2589	10.7769	4
41029	Sestola	sestola	05	MO		44.2299	10.7735	4
41029	Castellaro Nel Frignano	castellaro-nel-frignano	05	MO		44.2591	10.7821	3
41029	Rocchetta Sandri	rocchetta-sandri	05	MO		44.2502	10.84	4
41029	Casine	casine	05	MO		44.3182	10.7651	4
41029	Vesale	vesale	05	MO		44.2564	10.7914	4
41029	Roncoscaglia	roncoscaglia	05	MO		44.2411	10.7456	4
41030	Bomporto	bomporto	05	MO		44.7339	11.0367	4
41030	Staggia Modenese	staggia-modenese	05	MO		44.787	11.0385	3
41030	San Prospero	san-prospero	05	MO		44.7897	11.0221	4
41030	Bastiglia	bastiglia	05	MO		44.9161	11.0979	4
41030	Staggia	staggia	05	MO		44.803	11.0532	4
41030	San Martino	san-martino	05	MO		44.8085	11.0136	4
41030	San Pietro In Elda	san-pietro-in-elda	05	MO		44.787	11.0385	3
41030	San Lorenzo Pioppa	san-lorenzo-pioppa	05	MO		44.7606	11.0038	4
41030	San Pietro	san-pietro	05	MO		44.7726	11.0448	4
41030	San Martino Di San Prospero	san-martino-di-san-prospero	05	MO		44.8085	11.0136	4
41030	Solara	solara	05	MO		44.7716	11.0929	4
41030	San Lorenzo Della Pioppa	san-lorenzo-della-pioppa	05	MO		44.7606	11.0038	4
41030	Gorghetto	gorghetto	05	MO		44.7705	11.0722	4
41030	Sorbara	sorbara	05	MO		44.7481	11.0073	4
41031	Camposanto	camposanto	05	MO		44.7901	11.1405	4
41032	Motta	motta	05	MO		44.8254	10.9974	4
41032	Cavezzo	cavezzo	05	MO		44.835	11.0289	4
41032	Motta Sulla Secchia	motta-sulla-secchia	05	MO		44.8286	11.0079	3
41032	Villa Motta	villa-motta	05	MO		44.8254	10.9974	4
41033	Santa Caterina	santa-caterina	05	MO		44.9265	10.9816	4
41033	San Giovanni	san-giovanni	05	MO		44.85	10.8667	4
41033	Concordia Sulla Secchia	concordia-sulla-secchia	05	MO		44.9126	10.988	4
41033	Fossa	fossa	05	MO		44.923	11.0236	4
41033	Vallalta	vallalta	05	MO		44.9432	11.0071	4
41033	Fossa Di Concordia	fossa-di-concordia	05	MO		44.923	11.0236	4
41034	Reno Finalese	reno-finalese	05	MO		44.8334	11.3212	4
41034	Finale Emilia	finale-emilia	05	MO		44.8337	11.2938	4
41035	Massa Finalese	massa-finalese	05	MO		44.8524	11.2143	4
41036	Villafranca Di Medolla	villafranca-di-medolla	05	MO		44.8477	11.0683	3
41036	Medolla	medolla	05	MO		44.8467	11.0676	4
41036	Camurana	camurana	05	MO		44.8621	11.0771	4
41036	Villafranca	villafranca	05	MO		44.8343	11.0604	4
41037	Tramuschio	tramuschio	05	MO		44.9589	11.0864	4
41037	Mirandola	mirandola	05	MO		44.8852	11.069	4
41037	Ponte San Pellegrino	ponte-san-pellegrino	05	MO		44.8667	11.15	4
41037	Cividale	cividale	05	MO		44.5367	10.8926	3
41037	San Martino Carano	san-martino-carano	05	MO		44.8869	11.0428	4
41037	San Martino Spino	san-martino-spino	05	MO		44.9333	11.2333	4
41037	Gavello	gavello	05	MO		44.9256	11.1804	4
41037	Mortizzuolo	mortizzuolo	05	MO		44.9042	11.1157	3
41037	Quarantoli	quarantoli	05	MO		44.9195	11.1032	4
41037	San Giacomo Roncole	san-giacomo-roncole	05	MO		44.8572	11.0601	4
41038	San Biagio	san-biagio	05	MO		44.8612	11.1221	4
41038	Rivara	rivara	05	MO		44.8406	11.1695	4
41038	San Biagio In Padule	san-biagio-in-padule	05	MO		44.8419	11.1591	3
41038	San Felice Sul Panaro	san-felice-sul-panaro	05	MO		44.8367	11.1379	4
41038	Dogaro	dogaro	05	MO		44.8089	11.1892	4
41038	Confine	confine	05	MO		44.8419	11.1591	3
41038	Pavignane	pavignane	05	MO		44.8622	11.177	4
41039	San Possidonio	san-possidonio	05	MO		44.874	10.9809	4
41040	Polinago	polinago	05	MO		44.345	10.726	4
41040	San Martino Vallata	san-martino-vallata	05	MO		44.3787	10.7164	3
41040	Cassano	cassano	05	MO		44.3971	10.688	4
41040	Gombola	gombola	05	MO		44.3863	10.7259	4
41040	Ponte Gombola	ponte-gombola	05	MO		44.3863	10.7259	4
41042	Fiorano Modenese	fiorano-modenese	05	MO		44.5389	10.8117	4
41042	Spezzano	spezzano	05	MO		44.5449	10.8343	3
41042	Ubersetto	ubersetto	05	MO		44.5509	10.8569	4
41043	Casinalbo	casinalbo	05	MO		44.6	10.85	4
41043	Formigine	formigine	05	MO		44.5727	10.8474	4
41043	Colombaro	colombaro	05	MO		44.5515	10.8963	4
41043	Magreta	magreta	05	MO		44.6	10.8	4
41043	Corlo Di Formigine	corlo-di-formigine	05	MO		44.5833	10.8333	4
41043	Colombaro Di Formigine	colombaro-di-formigine	05	MO		44.5515	10.8963	4
41044	Fontanaluccia	fontanaluccia	05	MO		44.2669	10.5067	4
41044	Frassinoro	frassinoro	05	MO		44.2945	10.5712	4
41044	Piandelagotti	piandelagotti	05	MO		44.2262	10.5172	4
41044	Sassatella	sassatella	05	MO		44.2985	10.595	4
41044	Madonna Di Pietravolta	madonna-di-pietravolta	05	MO		44.2579	10.5313	4
41044	Cargedolo	cargedolo	05	MO		44.2732	10.5696	4
41044	Riccovolto	riccovolto	05	MO		44.258	10.5509	4
41044	Romanoro	romanoro	05	MO		44.3112	10.5241	4
41044	Rovolo	rovolo	05	MO		44.2928	10.5206	4
41045	Lago	lago	05	MO		44.3188	10.6181	4
41045	Montefiorino	montefiorino	05	MO		44.3538	10.6237	4
41045	Rubbiano	rubbiano	05	MO		44.5367	10.8926	3
41045	Vitriola	vitriola	05	MO		44.3562	10.6315	4
41045	Farneta	farneta	05	MO		44.3492	10.5706	4
41045	Casola	casola	05	MO		44.3333	10.6	4
41045	Gusciola	gusciola	05	MO		44.3493	10.5872	4
41045	Macognano	macognano	05	MO		44.3547	10.5444	4
41046	Boccassuolo	boccassuolo	05	MO		44.2834	10.6157	4
41046	Savoniero	savoniero	05	MO		44.3459	10.6534	4
41046	Susano	susano	05	MO		44.3557	10.6631	4
41046	Costrignano	costrignano	05	MO		44.3626	10.6654	4
41046	Monchio	monchio	05	MO		44.3857	10.6472	4
41046	Monchio Nel Frignano	monchio-nel-frignano	05	MO		44.3425	10.6486	3
41046	Palagano	palagano	05	MO		44.3215	10.6466	4
41048	Montebaranzone	montebaranzone	05	MO		44.4777	10.7749	4
41048	Sasso Morello	sasso-morello	05	MO		44.445	10.6916	3
41048	Prignano Sulla Secchia	prignano-sulla-secchia	05	MO		44.4384	10.6919	4
41048	Morano	morano	05	MO		44.445	10.6916	3
41048	Pigneto	pigneto	05	MO		44.4731	10.7165	4
41048	Castelvecchio Sulla Secchia	castelvecchio-sulla-secchia	05	MO		44.4482	10.6717	4
41048	Saltino	saltino	05	MO		44.4194	10.6395	4
41048	Castelvecchio	castelvecchio	05	MO		44.4482	10.6717	4
41048	Moncerrato	moncerrato	05	MO		44.436	10.7273	4
41048	Saltino Sulla Secchia	saltino-sulla-secchia	05	MO		44.4194	10.6395	4
41049	Sassuolo	sassuolo	05	MO		44.5432	10.7848	4
41049	San Michele Dei Mucchietti	san-michele-dei-mucchietti	05	MO		44.5085	10.7473	4
41049	Montegibbio	montegibbio	05	MO		44.5258	10.766	3
41051	Castelnuovo Rangone	castelnuovo-rangone	05	MO		44.5494	10.9335	4
41051	Montale	montale	05	MO		44.5692	10.9077	4
41051	Montale Rangone	montale-rangone	05	MO		44.5692	10.9077	4
41052	Rocca Malatina	rocca-malatina	05	MO		44.3888	10.9647	4
41052	Samone	samone	05	MO		44.3666	10.9479	4
41052	Gainazzo	gainazzo	05	MO		44.3679	10.9352	4
41052	Pieve Di Trebbio	pieve-di-trebbio	05	MO		44.3981	10.9505	4
41052	Monteorsello	monteorsello	05	MO		44.3948	10.9503	3
41052	Guiglia	guiglia	05	MO		44.4243	10.9612	4
41052	Castellino Delle Formiche	castellino-delle-formiche	05	MO		44.3948	10.9503	3
41052	Pieve Trebbio	pieve-trebbio	05	MO		44.3981	10.9505	4
41052	Rocchetta	rocchetta	05	MO		44.4198	10.9421	4
41053	Pozza	pozza	05	MO		44.5264	10.8923	4
41053	Torre Maina	torre-maina	05	MO		44.499	10.8734	4
41053	Gorzano	gorzano	05	MO		44.5163	10.8798	4
41053	Maranello	maranello	05	MO		44.531	10.8689	4
41054	Festa'	festa	05	MO		44.4045	10.9102	4
41054	Villa Bianca	villa-bianca	05	MO		44.5367	10.8926	3
41054	Marano Sul Panaro	marano-sul-panaro	05	MO		44.4592	10.9688	4
41054	Ospitaletto	ospitaletto	05	MO		44.4352	10.883	4
41055	Salto	salto	05	MO		44.2829	10.9287	4
41055	San Martino	san-martino	05	MO		44.2783	10.9155	4
41055	Semelano	semelano	05	MO	036026	44.3167	10.9667	4
41055	Montalto	montalto	05	MO	036026	44.5367	10.8926	3
41055	Maserno	maserno	05	MO		44.2535	10.9312	4
41055	Montese	montese	05	MO		44.2699	10.9454	4
41055	Iola	iola	05	MO		44.2461	10.9515	4
41055	Castelluccio	castelluccio	05	MO		44.2264	10.8964	4
41055	Montespecchio	montespecchio	05	MO		44.2607	10.9315	3
41055	Castelluccio Di Moscheda	castelluccio-di-moscheda	05	MO		44.2264	10.8964	4
41055	Iola Di Montese	iola-di-montese	05	MO		44.2461	10.9515	4
41055	San Giacomo Maggiore	san-giacomo-maggiore	05	MO		44.2607	10.9315	3
41055	Bertocchi	bertocchi	05	MO		44.2607	10.9315	3
41056	Formica	formica	05	MO		44.4684	11.0134	4
41056	Savignano Sul Panaro	savignano-sul-panaro	05	MO		44.4804	11.0351	4
41056	Magazzino	magazzino	05	MO		44.475	11.0239	3
41056	Garofano	garofano	05	MO		44.4587	11.0006	4
41056	Mulino	mulino	05	MO		44.4926	11.0467	4
41057	Spilamberto	spilamberto	05	MO		44.5327	11.017	4
41057	San Vito	san-vito	05	MO		44.5582	10.9743	4
41058	Vignola	vignola	05	MO		44.4838	11.011	4
41059	Montecorone	montecorone	05	MO		44.3774	10.9829	4
41059	Rosola	rosola	05	MO		44.3244	10.9728	4
41059	Missano	missano	05	MO		44.3513	10.9533	4
41059	Zocca	zocca	05	MO		44.3457	10.9931	4
41059	Monteombraro	monteombraro	05	MO		44.3833	11	4
41059	Ciano	ciano	05	MO		44.4118	11.0283	4
41059	Montetortore	montetortore	05	MO		44.3122	11.0113	4
41059	Montealbano	montealbano	05	MO		44.358	10.9917	3
41059	Ciano Nel Frignano	ciano-nel-frignano	05	MO		44.358	10.9917	3
41100	San Damaso	san-damaso	05	MO		44.601	10.9737	4
41100	Chiesa Nuova Di Marzaglia	chiesa-nuova-di-marzaglia	05	MO		44.6409	10.806	4
41100	Portile	portile	05	MO		44.5811	10.9378	4
41100	Cognento	cognento	05	MO		44.6333	10.8667	4
41100	Villanova San Pancrazio	villanova-san-pancrazio	05	MO		44.6429	10.9017	3
41100	Villanova	villanova	05	MO		44.6889	10.9174	4
41100	Albareto	albareto	05	MO		44.6896	10.9671	4
41100	Ganaceto	ganaceto	05	MO		44.709	10.8997	4
41100	Baggiovara	baggiovara	05	MO		44.6042	10.8626	4
41100	Marzaglia	marzaglia	05	MO		44.6511	10.8037	4
41100	Freto	freto	05	MO		44.6429	10.9017	3
41100	San Donnino	san-donnino	05	MO		44.5833	10.9667	4
41100	Saliceto San Giuliano	saliceto-san-giuliano	05	MO		44.6429	10.9017	3
41100	Lesignana	lesignana	05	MO		44.6849	10.8933	4
41100	Vaciglio	vaciglio	05	MO		44.6429	10.9017	3
41100	Modena	modena	05	MO		44.6478	10.9254	4
41100	Saliceto Panaro	saliceto-panaro	05	MO		44.6429	10.9017	3
29010	Caminata	caminata	05	PC		44.8497	9.6673	4
29010	Chiaravalle	chiaravalle	05	PC		44.9241	9.9708	4
29010	Castelnuovo Fogliani	castelnuovo-fogliani	05	PC		44.8667	9.4667	4
29010	Bacedasco Sotto	bacedasco-sotto	05	PC		44.9738	9.6788	3
29010	Campremoldo Sopra	campremoldo-sopra	05	PC		44.9992	9.5336	4
29010	Monticelli D'Ongina	monticelli-d-ongina	05	PC		45.0885	9.9342	4
29010	Calendasco	calendasco	05	PC		45.0866	9.5965	4
29010	San Nicolo' A Trebbia	san-nicolo-a-trebbia	05	PC		44.9738	9.6788	3
29010	Rezzanello	rezzanello	05	PC		44.9109	9.518	4
29010	Gazzola	gazzola	05	PC		44.9601	9.549	4
29010	Pontenure	pontenure	05	PC		44.9982	9.7914	4
29010	Villanova Sull'Arda	villanova-sull-arda	05	PC		44.9738	9.6788	3
29010	Besenzone	besenzone	05	PC		44.9869	9.956	4
29010	Agazzano	agazzano	05	PC		44.9473	9.5188	4
29010	Pecorara	pecorara	05	PC		44.8758	9.3839	4
29010	Mezzano Chitantolo	mezzano-chitantolo	05	PC		44.9738	9.6788	3
29010	San Giuliano	san-giuliano	05	PC		45.0694	9.9943	4
29010	Trevozzo	trevozzo	05	PC		44.95	9.3954	4
29010	San Giuliano Piacentino	san-giuliano-piacentino	05	PC		45.0694	9.9943	4
29010	Fontana Fredda	fontana-fredda	05	PC		44.9738	9.6788	3
29010	Tassara	tassara	05	PC		44.9505	9.3336	4
29010	San Nicolo'	san-nicolo	05	PC		45.0568	9.6054	4
29010	Pianello Val Tidone	pianello-val-tidone	05	PC		44.9467	9.4052	4
29010	Gragnano Trebbiense	gragnano-trebbiense	05	PC		45.0122	9.5714	4
29010	Lusurasco	lusurasco	05	PC		44.8888	9.9099	4
29010	Campremoldo Sopra E Sotto	campremoldo-sopra-e-sotto	05	PC		44.9738	9.6788	3
29010	San Nazzaro D'Ongina	san-nazzaro-d-ongina	05	PC		45.0763	9.8989	4
29010	Ziano Piacentino	ziano-piacentino	05	PC		44.9998	9.3949	4
29010	Vigoleno	vigoleno	05	PC		44.8167	9.9012	4
29010	Alseno	alseno	05	PC		44.8976	9.9641	4
29010	Piozzano	piozzano	05	PC		44.9253	9.4956	4
29010	Cadeo	cadeo	05	PC		44.9747	9.833	4
29010	Sant'Imento	sant-imento	05	PC		45.0785	9.5679	4
29010	Vicobarone	vicobarone	05	PC		44.9871	9.3563	4
29010	Sarmato	sarmato	05	PC		45.0568	9.4968	4
29010	Fogarole	fogarole	05	PC		45.1065	9.9625	4
29010	Rottofreno	rottofreno	05	PC		45.0553	9.5501	4
29010	Valconasso	valconasso	05	PC		44.9671	9.782	4
29010	Vernasca	vernasca	05	PC		44.7987	9.8305	4
29010	Olza	olza	05	PC		44.733	9.7162	4
29010	Roveleto	roveleto	05	PC		44.9633	9.8539	4
29010	Nibbiano	nibbiano	05	PC		44.9051	9.3283	4
29010	Campremoldo Sotto	campremoldo-sotto	05	PC		45.0262	9.5502	4
29010	Casaliggio	casaliggio	05	PC		44.994	9.5728	4
29010	San Pietro In Cerro	san-pietro-in-cerro	05	PC		45.0214	9.9499	4
29010	Villanova	villanova	05	PC		45.026	9.9986	4
29010	Castelvetro Piacentino	castelvetro-piacentino	05	PC		45.1022	9.9904	4
29010	Stra'	stra	05	PC		44.9504	9.4199	4
29011	Borgonovo Val Tidone	borgonovo-val-tidone	05	PC		45.0144	9.4435	4
29011	Castelnovo Val Tidone	castelnovo-val-tidone	05	PC		45.0011	9.4428	3
29011	Castelnuovo	castelnuovo	05	PC		44.9878	9.4422	4
29012	Caorso	caorso	05	PC		45.0491	9.8746	4
29013	Carpaneto Piacentino	carpaneto-piacentino	05	PC		44.9135	9.787	4
29013	Rezzano	rezzano	05	PC		44.8715	9.7829	4
29014	Castell'Arquato	castell-arquato	05	PC		44.8545	9.8733	4
29014	Vigolo Marchese	vigolo-marchese	05	PC		44.8796	9.8444	4
29015	Ganaghello	ganaghello	05	PC		45.0423	9.3865	4
29015	Creta	creta	05	PC		45.0235	9.3798	4
29015	Castel San Giovanni	castel-san-giovanni	05	PC		45.0601	9.4378	4
29015	Fontana Pradosa	fontana-pradosa	05	PC		45.0615	9.4627	4
29016	Cortemaggiore	cortemaggiore	05	PC		44.9918	9.9284	4
29017	Fiorenzuola D'Arda	fiorenzuola-d-arda	05	PC		44.9243	9.9133	4
29017	Baselicaduce	baselicaduce	05	PC		44.9448	9.9399	4
29017	San Protaso	san-protaso	05	PC		44.922	9.8623	4
29018	Lugagnano Val D'Arda	lugagnano-val-d-arda	05	PC		44.823	9.8283	4
29018	Rustigazzo	rustigazzo	05	PC		44.7874	9.7417	4
29018	Chiavenna Rocchetta	chiavenna-rocchetta	05	PC		44.844	9.8198	4
29019	Godi	godi	05	PC		44.9043	9.735	4
29019	San Damiano	san-damiano	05	PC		44.9149	9.7061	4
29019	San Giorgio Piacentino	san-giorgio-piacentino	05	PC		44.952	9.7377	4
29020	Vigolzone	vigolzone	05	PC		44.9139	9.6685	4
29020	Travo	travo	05	PC		44.8632	9.5443	4
29020	Perino	perino	05	PC		44.8184	9.503	4
29020	Gossolengo	gossolengo	05	PC		45.0025	9.618	4
29020	Marsaglia	marsaglia	05	PC		44.7123	9.3835	4
29020	Cerignale	cerignale	05	PC		44.6779	9.3508	4
29020	Quadrelli	quadrelli	05	PC		44.8488	9.5397	4
29020	Ponte Organasco	ponte-organasco	05	PC		44.6849	9.3066	4
29020	Carmiano	carmiano	05	PC		44.8524	9.6184	4
29020	Coli	coli	05	PC		44.7458	9.4147	4
29020	Morfasso	morfasso	05	PC		44.7227	9.7022	4
29020	Corte Brugnatella	corte-brugnatella	05	PC		44.8318	9.5366	3
29020	Zerba	zerba	05	PC		44.6655	9.288	4
29020	Quadrelli Di Fellino	quadrelli-di-fellino	05	PC		44.8318	9.5366	3
29020	Grazzano Visconti	grazzano-visconti	05	PC		44.9346	9.672	4
29020	Pej	pej	05	PC		44.8318	9.5366	3
29020	Quarto	quarto	05	PC		44.9969	9.6635	4
29020	Settima	settima	05	PC		44.9732	9.6542	4
29020	Villo'	villo	05	PC		44.896	9.658	4
29021	San Giovanni	san-giovanni	05	PC		45.0058	9.7771	4
29021	Bettola	bettola	05	PC		44.7783	9.6086	4
29021	Groppoducale	groppoducale	05	PC		44.859	9.6648	3
29021	San Bernardino	san-bernardino	05	PC		44.793	9.6087	4
29021	Bramaiano	bramaiano	05	PC		44.859	9.6648	3
29022	Mezzano Scotti	mezzano-scotti	05	PC		44.8088	9.4294	4
29022	Vaccarezza	vaccarezza	05	PC		44.7917	9.3696	4
29022	Santa Maria	santa-maria	05	PC		44.9128	9.4554	4
29022	Santa Maria Di Bobbio	santa-maria-di-bobbio	05	PC		44.7862	9.3447	4
29022	Passo Penice	passo-penice	05	PC		44.8131	9.4053	3
29022	Bobbio	bobbio	05	PC		44.7683	9.3841	4
29022	Ceci	ceci	05	PC		44.8131	9.4053	3
29022	Cassolo	cassolo	05	PC		44.811	9.4487	4
29023	Mareto	mareto	05	PC		44.7021	9.5037	4
29023	Le Moline	le-moline	05	PC		44.6567	9.5833	4
29023	Farini	farini	05	PC		44.7127	9.5689	4
29023	Groppallo	groppallo	05	PC		44.696	9.6003	4
29024	Centenaro Castello	centenaro-castello	05	PC		44.6667	9.5333	4
29024	Centenaro	centenaro	05	PC		44.6667	9.5333	4
29024	Torrio Casetta	torrio-casetta	05	PC		44.5784	9.4464	4
29024	Salsominore	salsominore	05	PC		44.6459	9.4032	4
29024	Ferriere	ferriere	05	PC		44.6439	9.4966	4
29024	Brugneto	brugneto	05	PC		44.6672	9.4275	4
29024	Torrio Sopra	torrio-sopra	05	PC		44.5742	9.4441	4
29024	Torrio Sopra E Sotto E Casetta	torrio-sopra-e-sotto-e-casetta	05	PC		44.6347	9.4692	3
29025	Groppovisdomo	groppovisdomo	05	PC		44.7901	9.6959	4
29025	Gropparello	gropparello	05	PC		44.8335	9.728	4
29025	Sariano	sariano	05	PC		44.8584	9.747	4
29026	Ottone	ottone	05	PC		44.6233	9.3327	4
29026	Orezzoli	orezzoli	05	PC		44.6075	9.3788	4
29027	San Polo	san-polo	05	PC		44.9787	9.7407	4
29027	Podenzano	podenzano	05	PC		44.9548	9.6831	4
29028	Ponte Dell'Olio	ponte-dell-olio	05	PC		44.8676	9.6443	4
29028	Biana	biana	05	PC		44.8215	9.6228	4
29028	Torrano	torrano	05	PC		44.8926	9.6889	4
29029	Roveleto Landi	roveleto-landi	05	PC		44.9356	9.6061	4
29029	Niviano	niviano	05	PC		44.9403	9.6288	4
29029	Rivergaro	rivergaro	05	PC		44.915	9.6044	4
29029	Ancarano Di Sopra	ancarano-di-sopra	05	PC		44.9303	9.6131	3
29029	Niviano Castello	niviano-castello	05	PC		44.9303	9.6131	3
29100	Roncaglia	roncaglia	05	PC		45.0429	9.7963	4
29100	Pittolo	pittolo	05	PC		45.0139	9.6637	4
29100	Piacenza	piacenza	05	PC		45.0524	9.6934	4
29100	Mucinasso	mucinasso	05	PC		45.0145	9.7212	4
29100	Gerbido Di Mortizza	gerbido-di-mortizza	05	PC		45.018	9.7312	3
29100	Mortizza	mortizza	05	PC		45.0769	9.7558	4
29100	Sant'Antonio	sant-antonio	05	PC		44.8792	9.871	4
29100	San Bonico	san-bonico	05	PC		45.0136	9.6928	4
29100	Raffaellina	raffaellina	05	PC		45.0134	9.6373	4
29100	Gerbido	gerbido	05	PC		45.0549	9.7489	4
29100	Raffaelina	raffaelina	05	PC		45.018	9.7312	3
29100	Borgo Trebbia	borgo-trebbia	05	PC		45.018	9.7312	3
29100	Baia Del Re	baia-del-re	05	PC		45.018	9.7312	3
29100	Verza	verza	05	PC		45.018	9.7312	3
29100	San Lazzaro Alberoni	san-lazzaro-alberoni	05	PC		45.018	9.7312	3
29121	Piacenza	piacenza	05	PC		45.0524	9.6934	4
29122	Piacenza	piacenza	05	PC		45.0524	9.6934	4
43010	Rigoso	rigoso	05	PR		44.369	10.1367	4
43010	Ponte Taro	ponte-taro	05	PR		44.8287	10.2104	4
43010	Ragazzola	ragazzola	05	PR		45.0099	10.1904	4
43010	Roccabianca	roccabianca	05	PR		44.6972	10.1631	3
43010	Castelguelfo	castelguelfo	05	PR		44.8333	10.1833	4
43010	Valditacca	valditacca	05	PR		44.6972	10.1631	3
43010	Riana	riana	05	PR		44.4204	10.0897	4
43010	Fontevivo	fontevivo	05	PR		44.8594	10.1728	4
43010	Bianconese	bianconese	05	PR		44.8495	10.2186	4
43010	Riana Di Monchio	riana-di-monchio	05	PR		44.4204	10.0897	4
43010	Monchio Delle Corti	monchio-delle-corti	05	PR		44.4117	10.1237	4
43010	Fontanelle	fontanelle	05	PR		44.9695	10.2151	4
43011	Roncole Verdi	roncole-verdi	05	PR		44.9524	10.0732	4
43011	Busseto	busseto	05	PR		44.9794	10.0433	4
43012	Parola	parola	05	PR		44.856	10.1086	4
43012	Fontanellato	fontanellato	05	PR		44.8819	10.1763	4
43013	Langhirano	langhirano	05	PR		44.6191	10.2665	4
43013	Cozzano	cozzano	05	PR		44.5736	10.1959	4
43013	Pastorello	pastorello	05	PR		44.5687	10.2317	4
43013	Riano	riano	05	PR		44.5945	10.2001	4
43013	Torrechiara	torrechiara	05	PR	034018	44.6583	10.2831	4
43013	Pilastro	pilastro	05	PR	034018	44.6825	10.2888	4
43014	Ramiola	ramiola	05	PR	034020	44.7006	10.0911	4
43014	Felegara	felegara	05	PR	034020	44.7219	10.1127	4
43014	Medesano	medesano	05	PR		44.7582	10.1379	4
43015	Cella Di Costamezzana	cella-di-costamezzana	05	PR		44.8095	10.1773	3
43015	Noceto	noceto	05	PR		44.8095	10.1773	4
43015	Costamezzana	costamezzana	05	PR		44.8095	10.1773	3
43016	Pieveottoville	pieveottoville	05	PR	034050	45.0126	10.1551	4
43016	Zibello	zibello	05	PR	034050	45.0185	10.1297	4
43016	Polesine Parmense	polesine-parmense	05	PR	034050	45.0168	10.0902	4
43017	San Secondo Parmense	san-secondo-parmense	05	PR		44.9222	10.2304	4
43018	Gramignazzo	gramignazzo	05	PR		44.988	10.2534	4
43018	Coltaro	coltaro	05	PR		44.9662	10.3204	4
43018	Sissa Trecasali	sissa-trecasali	05	PR	034049	44.9367	10.2682	3
43018	Sissa	sissa	05	PR		44.9593	10.2606	4
43018	Ronco Campo Canneto	ronco-campo-canneto	05	PR	034049	44.9053	10.2596	4
43018	Trecasali	trecasali	05	PR	034049	44.9375	10.2728	4
43018	San Quirico Trecasali	san-quirico-trecasali	05	PR	034049	44.9269	10.2576	4
43018	Viarolo	viarolo	05	PR	034049	44.8734	10.2528	4
43019	Soragna	soragna	05	PR		44.9269	10.1201	4
43021	Bosco	bosco	05	PR		44.4451	10.0359	4
43021	Beduzzo	beduzzo	05	PR	034012	44.4801	10.0839	3
43021	Vestola Ghiare	vestola-ghiare	05	PR		44.5181	10.1288	4
43021	Bosco Di Corniglio	bosco-di-corniglio	05	PR		44.4451	10.0359	4
43021	Ghiare Di Corniglio	ghiare-di-corniglio	05	PR		44.5181	10.1288	4
43021	Corniglio	corniglio	05	PR		44.4743	10.0901	4
43022	Basilicanova	basilicanova	05	PR	034023	44.698	10.3523	4
43022	Basilicagoiano	basilicagoiano	05	PR		44.7054	10.4046	4
43022	Montechiarugolo	montechiarugolo	05	PR		44.6926	10.4213	4
43022	Monticelli Terme	monticelli-terme	05	PR		44.7288	10.3944	4
43022	Monticelli Terme Di Montechiarugolo	monticelli-terme-di-montechiarugolo	05	PR		44.7288	10.3944	4
43024	Mediano	mediano	05	PR		44.5276	10.3172	4
43024	Scurano	scurano	05	PR		44.5	10.2833	4
43024	Mozzano	mozzano	05	PR		44.553	10.2822	4
43024	Neviano Degli Arduini	neviano-degli-arduini	05	PR		44.5834	10.3164	4
43024	Sasso Di Neviano	sasso-di-neviano	05	PR		44.5467	10.2537	3
43024	Lupazzano	lupazzano	05	PR		44.5532	10.302	4
43024	Provazzano	provazzano	05	PR		44.5467	10.2537	3
43024	Vezzano	vezzano	05	PR		44.5467	10.2537	4
43024	Bazzano Parmense	bazzano-parmense	05	PR		44.5467	10.2537	3
43025	Ranzano	ranzano	05	PR		44.4598	10.2515	4
43025	Isola	isola	05	PR		44.5558	10.2176	4
43025	Vairo Superiore	vairo-superiore	05	PR		44.4146	10.2038	4
43025	Palanzano	palanzano	05	PR		44.4363	10.194	4
43025	Ruzzano	ruzzano	05	PR		44.4802	10.2817	4
43025	Vairo	vairo	05	PR		44.4595	10.2205	3
43025	Isola Di Palanzano	isola-di-palanzano	05	PR		44.4325	10.1705	4
43025	Selvanizza	selvanizza	05	PR		44.4373	10.2244	4
43028	Capriglio	capriglio	05	PR		44.4774	10.2033	4
43028	Musiara Inferiore	musiara-inferiore	05	PR		44.4977	10.1839	4
43028	Reno	reno	05	PR		44.5373	10.1864	4
43028	Carpaneto	carpaneto	05	PR		44.5157	10.2179	4
43028	Tizzano Val Parma	tizzano-val-parma	05	PR		44.5193	10.1982	4
43028	Lagrimone	lagrimone	05	PR		44.4928	10.2395	4
43028	Capoponte	capoponte	05	PR		44.5596	10.2292	4
43029	Mamiano	mamiano	05	PR		44.6742	10.342	4
43029	Castione De' Baratti	castione-de-baratti	05	PR		44.5995	10.3617	4
43029	Vignale	vignale	05	PR		44.6374	10.3993	4
43029	Traversetolo	traversetolo	05	PR		44.6424	10.3804	4
43030	Calestano	calestano	05	PR		44.6022	10.1236	4
43030	Ravarano	ravarano	05	PR		44.5791	10.0772	4
43030	Bore	bore	05	PR		44.7187	9.7921	4
43030	Marzolara	marzolara	05	PR		44.6329	10.1725	4
43032	Pione	pione	05	PR		44.6182	9.6322	4
43032	Santa Giustina	santa-giustina	05	PR		44.6699	10.0473	3
43032	Bardi	bardi	05	PR		44.6314	9.7291	4
43032	Santa Giustina Val Di Lecca	santa-giustina-val-di-lecca	05	PR		44.6248	9.6806	3
43032	Gravago	gravago	05	PR		44.6248	9.6806	3
43035	Felino	felino	05	PR		44.699	10.2383	4
43035	Sant'Ilario Di Baganza	sant-ilario-di-baganza	05	PR		44.654	10.2093	4
43035	San Michele Di Tiorre	san-michele-di-tiorre	05	PR	034013	44.6853	10.2632	4
43036	Chiusa Ferranda	chiusa-ferranda	05	PR		44.9042	10.096	4
43036	Fidenza	fidenza	05	PR		44.8669	10.0604	4
43036	Cogolonchio	cogolonchio	05	PR		44.8991	10.054	3
43036	Pieve Di Cusignano	pieve-di-cusignano	05	PR		44.8991	10.054	3
43036	Castione Marchesi	castione-marchesi	05	PR		44.9125	10.0298	4
43036	Castione Dei Marchesi	castione-dei-marchesi	05	PR		44.9125	10.0298	4
43037	Lesignano De' Bagni	lesignano-de-bagni	05	PR		44.6435	10.3004	4
43037	Mulazzano	mulazzano	05	PR		44.6214	10.2871	3
43037	Mulazzano Ponte	mulazzano-ponte	05	PR		44.6023	10.2686	4
43037	Santa Maria Del Piano	santa-maria-del-piano	05	PR		44.6547	10.3158	4
43037	San Michele Cavana	san-michele-cavana	05	PR		44.5851	10.2638	4
43038	San Vitale	san-vitale	05	PR		44.6667	10.1916	4
43038	Talignano	talignano	05	PR	034031	44.7207	10.1931	4
43038	San Vitale Di Baganza	san-vitale-di-baganza	05	PR		44.701	10.2036	3
43038	Sala Baganza	sala-baganza	05	PR		44.7156	10.2262	4
43039	Salsomaggiore Terme	salsomaggiore-terme	05	PR		44.8159	9.9864	4
43039	Bagni Di Tabiano	bagni-di-tabiano	05	PR		44.8078	10.021	4
43039	Pie' Di Via	pie-di-via	05	PR		44.7834	9.9678	4
43039	Campore	campore	05	PR		44.6699	10.0473	3
43039	Scipione	scipione	05	PR		44.8247	9.9624	4
43039	Tabiano	tabiano	05	PR		44.8079	9.9844	3
43039	Cangelasio	cangelasio	05	PR		44.8079	9.9844	3
43039	Congelasio	congelasio	05	PR		44.8079	9.9844	3
43039	Bargone	bargone	05	PR		44.8079	9.9844	3
43040	Boschi Di Bardone	boschi-di-bardone	05	PR		44.6345	10.0793	4
43040	Lesignano Palmia	lesignano-palmia	05	PR		44.6215	10.1214	4
43040	Corniana	corniana	05	PR		44.6143	10.0542	4
43040	Specchio	specchio	05	PR		44.6616	9.9478	4
43040	Selva Del Bocchetto	selva-del-bocchetto	05	PR		44.6287	10.0332	3
43040	Vianino	vianino	05	PR		44.6837	9.9336	4
43040	Solignano	solignano	05	PR		44.6131	9.9755	4
43040	Casola	casola	05	PR		44.5199	10.162	4
43040	Viazzano	viazzano	05	PR		44.6867	10.0477	4
43040	Terenzo	terenzo	05	PR		44.6105	10.0896	4
43040	Prelerna	prelerna	05	PR		44.6249	9.9418	4
43040	Varano De' Melegari	varano-de-melegari	05	PR		44.6881	10.0115	4
43040	Cassio	cassio	05	PR		44.5864	10.0346	4
43041	Ponteceno	ponteceno	05	PR		44.5399	9.6031	4
43041	Masanti Di Sotto	masanti-di-sotto	05	PR		44.5703	9.6236	4
43041	Bedonia	bedonia	05	PR		44.504	9.6349	4
43041	Drusco	drusco	05	PR		44.5414	9.5533	4
43041	Masanti	masanti	05	PR		44.5658	9.6274	4
43041	Pontestrambo	pontestrambo	05	PR		44.4562	9.5667	4
43041	Molino Dell'Anzola	molino-dell-anzola	05	PR		44.5296	9.6015	3
43042	Fugazzolo	fugazzolo	05	PR		44.5247	10.0155	4
43042	Casaselvatica	casaselvatica	05	PR		44.5493	10.0377	4
43042	Bergotto	bergotto	05	PR		44.5175	9.9423	4
43042	Ghiare Di Berceto	ghiare-di-berceto	05	PR		44.5527	9.9305	4
43042	Berceto	berceto	05	PR		44.509	9.991	4
43042	Castellonchio	castellonchio	05	PR		44.5478	10.0054	4
43042	Ghiare	ghiare	05	PR		44.5527	9.9305	4
43043	Borgo Val Di Taro	borgo-val-di-taro	05	PR		44.489	9.7691	4
43043	Tiedoli	tiedoli	05	PR		44.5096	9.8061	3
43043	Pontolo	pontolo	05	PR		44.4966	9.8258	4
43043	Porcigatone	porcigatone	05	PR		44.5268	9.7415	4
43043	Ostia Di Borgo Val Di Taro	ostia-di-borgo-val-di-taro	05	PR		44.5177	9.847	4
43043	Ostia Parmense	ostia-parmense	05	PR		44.5177	9.847	4
43044	Ozzano Taro	ozzano-taro	05	PR		44.7097	10.1409	4
43044	Gaiano	gaiano	05	PR		44.7239	10.1727	4
43044	San Martino Sinzano	san-martino-sinzano	05	PR		44.7523	10.2509	4
43044	Collecchio	collecchio	05	PR		44.752	10.2154	4
43044	Madregolo	madregolo	05	PR		44.7922	10.2209	4
43045	Piantonia	piantonia	05	PR		44.6644	10.0935	4
43045	Ricco'	ricco	05	PR		44.7005	10.1209	4
43045	Fornovo Di Taro	fornovo-di-taro	05	PR		44.6947	10.1018	4
43045	Sivizzano	sivizzano	05	PR		44.643	10.1167	4
43045	Neviano De' Rossi	neviano-de-rossi	05	PR		44.6661	10.1583	4
43047	Mariano	mariano	05	PR		44.5667	9.8167	4
43047	Grotta	grotta	05	PR		44.779	9.9285	4
43047	Iggio	iggio	05	PR		44.7441	9.8744	4
43047	Pellegrino Parmense	pellegrino-parmense	05	PR		44.7295	9.9324	4
43048	Varano Marchesi	varano-marchesi	05	PR		44.7521	10.0318	4
43048	Varano Dei Marchesi	varano-dei-marchesi	05	PR		44.7375	10.0602	3
43048	Sant'Andrea Bagni	sant-andrea-bagni	05	PR		44.723	10.0886	4
43049	Pessola	pessola	05	PR		44.6284	9.8689	4
43049	Carpadasco	carpadasco	05	PR		44.6456	9.8588	3
43049	Varsi	varsi	05	PR		44.6627	9.8488	4
43050	San Martino Di Valmozzola	san-martino-di-valmozzola	05	PR		44.5667	9.9	4
43050	Stazione Valmozzola	stazione-valmozzola	05	PR		44.5788	9.9429	4
43050	Mormorola	mormorola	05	PR		44.5684	9.8831	4
43050	Valmozzola Stazione	valmozzola-stazione	05	PR		44.5788	9.9429	4
43050	Valmozzola	valmozzola	05	PR		44.5732	9.9172	3
43051	San Quirico	san-quirico	05	PR		44.4488	9.6951	4
43051	Albareto	albareto	05	PR		44.4469	9.7023	4
43051	San Quirico D'Albareto	san-quirico-d-albareto	05	PR		44.4587	9.7029	3
43051	Bertorella	bertorella	05	PR		44.4806	9.7113	4
43052	Colorno	colorno	05	PR		44.6338	9.9599	1
43053	Compiano	compiano	05	PR		44.4961	9.6621	4
43053	Strela	strela	05	PR		44.5128	9.6912	4
43053	Cereseto	cereseto	05	PR		44.5752	9.6786	4
43055	Mezzano Inferiore	mezzano-inferiore	05	PR		44.9129	10.4584	4
43055	Mezzano Superiore	mezzano-superiore	05	PR		44.9322	10.4247	4
43055	Mezzano Rondani	mezzano-rondani	05	PR		44.8544	10.3768	3
43055	Casale	casale	05	PR		44.7182	10.2474	4
43056	Torrile	torrile	05	PR		44.9252	10.3238	4
43056	San Polo	san-polo	05	PR		44.8896	10.3568	4
43058	Sorbolo	sorbolo	05	PR		44.8459	10.4438	4
43058	Mezzani	mezzani	05	PR		44.8544	10.3768	3
43058	Chiozzola	chiozzola	05	PR		44.8294	10.3916	4
43059	Tarsogno	tarsogno	05	PR		44.4508	9.6235	4
43059	Santa Maria Del Taro	santa-maria-del-taro	05	PR		44.4329	9.4913	4
43059	Casale Di Tornolo	casale-di-tornolo	05	PR		44.4563	9.5808	3
43059	Tornolo	tornolo	05	PR		44.4852	9.6274	4
43100	Vigatto	vigatto	05	PR		44.72	10.3304	4
43100	Marano	marano	05	PR		44.7209	10.3708	4
43100	Corcagnano	corcagnano	05	PR		44.721	10.3027	4
43100	Baganzola	baganzola	05	PR		44.8551	10.3071	4
43100	Porporano	porporano	05	PR		44.7527	10.3505	4
43100	Gaione	gaione	05	PR		44.7583	10.2903	4
43100	Fontana	fontana	05	PR		44.605	10.2152	4
43100	San Prospero Parmense	san-prospero-parmense	05	PR		44.7589	10.311	3
43100	Parma	parma	05	PR		44.7994	10.3262	4
43100	Carignano	carignano	05	PR		44.7268	10.2745	4
43100	Vicomero	vicomero	05	PR		44.8864	10.3243	4
43100	Alberi	alberi	05	PR		44.7484	10.3305	4
43100	Paradigna	paradigna	05	PR		44.8494	10.3452	4
43100	Fraore	fraore	05	PR		44.7589	10.311	3
43100	Panocchia	panocchia	05	PR		44.677	10.3093	4
43100	Fontanini	fontanini	05	PR		44.7511	10.3165	4
43100	Cortile San Martino	cortile-san-martino	05	PR		44.7589	10.311	3
43100	Botteghino	botteghino	05	PR		44.7444	10.3642	4
43100	San Pancrazio Parmense	san-pancrazio-parmense	05	PR		44.8	10.2667	4
43100	Moletolo	moletolo	05	PR		44.7589	10.311	3
43100	Vicofertile	vicofertile	05	PR		44.7856	10.262	4
43100	San Lazzaro Parmense	san-lazzaro-parmense	05	PR		44.7589	10.311	3
43100	San Leonardo	san-leonardo	05	PR		44.7589	10.311	3
43122	Parma	parma	05	PR		44.7994	10.3262	4
43126	Parma	parma	05	PR		44.7994	10.3262	4
48010	Casal Borsetti	casal-borsetti	05	RA		44.3237	11.9914	1
48011	Alfonsine	alfonsine	05	RA		44.4563	12.08	4
48012	Abbatesse	abbatesse	05	RA		44.4198	12.0259	3
48012	Boncellino	boncellino	05	RA		44.3807	11.9922	4
48012	Villanova Di Bagnacavallo	villanova-di-bagnacavallo	05	RA		44.4198	12.0259	3
48012	Glorie	glorie	05	RA		44.4699	12.0771	4
48012	Bagnacavallo	bagnacavallo	05	RA		44.414	11.9781	4
48012	Villanova	villanova	05	RA		44.381	12.1165	4
48012	Traversara	traversara	05	RA		44.4112	12.0252	4
48012	Masiera	masiera	05	RA		44.4618	11.9663	4
48013	Marzeno	marzeno	05	RA		44.2254	11.8586	4
48013	Fognano	fognano	05	RA		44.2051	11.7378	4
48013	San Cassiano	san-cassiano	05	RA		44.1464	11.6883	4
48013	Monteromano	monteromano	05	RA		44.1998	11.7646	3
48013	Brisighella	brisighella	05	RA		44.2223	11.7736	4
48013	Zattaglia	zattaglia	05	RA		44.1998	11.7646	3
48013	San Martino In Gattara	san-martino-in-gattara	05	RA		44.1998	11.7646	3
48014	Castel Bolognese	castel-bolognese	05	RA		44.3198	11.799	4
48015	Cervia Milano Marittima	cervia-milano-marittima	05	RA		44.2741	12.3517	4
48015	Savio	savio	05	RA		44.3114	12.2947	4
48015	Pisignano	pisignano	05	RA		44.2379	12.2684	4
48015	Castiglione	castiglione	05	RA		44.2562	12.3133	3
48015	Madonna Degli Angeli	madonna-degli-angeli	05	RA		44.2562	12.3133	3
48015	Pinarella	pinarella	05	RA		44.2417	12.3711	4
48015	Villa Inferno	villa-inferno	05	RA		44.2309	12.3179	4
48015	Cannuzzo	cannuzzo	05	RA		44.2352	12.241	4
48015	Cervia	cervia	05	RA		44.262	12.3481	4
48017	San Patrizio	san-patrizio	05	RA		44.4922	11.8252	4
48017	Lavezzola	lavezzola	05	RA		44.561	11.8756	4
48017	Conselice	conselice	05	RA		44.5116	11.8285	4
48018	Faenza	faenza	05	RA		44.2901	11.8795	4
48018	Granarolo	granarolo	05	RA		44.3586	11.9346	4
48018	San Silvestro	san-silvestro	05	RA		44.3714	11.9968	3
48018	Errano	errano	05	RA		44.2597	11.8286	4
48018	Cosina	cosina	05	RA		44.2579	11.9533	4
48018	Mezzeno	mezzeno	05	RA		44.3151	11.9267	4
48018	Fossolo	fossolo	05	RA		44.3556	11.9945	4
48018	San Martino	san-martino	05	RA		44.2663	11.8821	4
48018	Sarna	sarna	05	RA		44.24	11.8315	4
48018	Case San Martino	case-san-martino	05	RA		44.2961	11.9077	3
48018	Castel Raniero	castel-raniero	05	RA		44.2747	11.8397	4
48018	Reda	reda	05	RA		44.3016	11.9686	4
48018	Celle	celle	05	RA		44.2896	11.8374	4
48018	Prada	prada	05	RA		44.3434	12.0164	4
48018	Santa Lucia Delle Spianate	santa-lucia-delle-spianate	05	RA		44.2961	11.9077	3
48020	Sant'Alberto	sant-alberto	05	RA		44.5382	12.1619	4
48020	Sant'Agata Sul Santerno	sant-agata-sul-santerno	05	RA		44.4435	11.8611	4
48020	Savarna	savarna	05	RA		44.5072	12.1062	4
48022	Voltana	voltana	05	RA		44.5411	11.9353	4
48022	Ascensione	ascensione	05	RA		44.4851	11.8992	3
48022	Belricetto	belricetto	05	RA		44.4968	11.9059	4
48022	Lugo	lugo	05	RA		44.4214	11.9109	4
48022	Passogatto	passogatto	05	RA		44.5362	11.9004	4
48022	Santa Maria In Fabriago	santa-maria-in-fabriago	05	RA		44.4833	11.8667	4
48022	San Bernardino	san-bernardino	05	RA		44.5146	11.8869	4
48022	Villa San Martino	villa-san-martino	05	RA		44.416	11.8674	4
48022	Giovecca	giovecca	05	RA		44.5333	11.8833	4
48022	San Potito	san-potito	05	RA		44.4323	11.9399	4
48022	San Lorenzo Di Lugo	san-lorenzo-di-lugo	05	RA		44.4757	11.8949	4
48024	Villa Serraglio	villa-serraglio	05	RA		44.447	11.8209	3
48024	Massa Lombarda	massa-lombarda	05	RA		44.447	11.8209	4
48025	Borgo Rivola	borgo-rivola	05	RA		44.2616	11.6717	4
48025	Riolo Terme	riolo-terme	05	RA		44.2761	11.7272	4
48026	Godo	godo	05	RA		44.3917	12.075	4
48026	San Pancrazio	san-pancrazio	05	RA		44.3581	12.0785	4
48026	Russi	russi	05	RA		44.3764	12.0334	4
48027	Solarolo	solarolo	05	RA		44.3589	11.8466	4
48027	Gaiano	gaiano	05	RA		44.3428	11.8416	4
48031	Bagnara Di Romagna	bagnara-di-romagna	05	RA	039003	44.3893	11.8273	4
48032	Casola Valsenio	casola-valsenio	05	RA	039005	44.2244	11.6249	4
48033	San Severo	san-severo	05	RA	039009	44.3688	11.9013	4
48033	Cotignola	cotignola	05	RA	039009	44.3857	11.9385	4
48033	Barbiano	barbiano	05	RA	039009	44.3895	11.8865	4
48034	Fusignano	fusignano	05	RA	039011	44.4666	11.9564	4
48100	Lido Di Classe	lido-di-classe	05	RA		44.3291	12.3349	4
48100	San Romualdo	san-romualdo	05	RA		44.4957	12.1709	4
48100	San Pietro In Vincoli	san-pietro-in-vincoli	05	RA		44.3005	12.1456	4
48100	Fosso Ghiaia	fosso-ghiaia	05	RA		44.3552	12.2543	4
48100	Porto Fuori	porto-fuori	05	RA		44.4056	12.2522	4
48100	Coccolia	coccolia	05	RA		44.2956	12.1085	4
48100	Madonna Dell'Albero	madonna-dell-albero	05	RA		44.3811	12.2004	4
48100	Fornace Zarattini	fornace-zarattini	05	RA		44.4167	12.1333	4
48100	Durazzano	durazzano	05	RA		44.2811	12.1192	4
48100	Gambellara	gambellara	05	RA		44.3307	12.1365	4
48100	Ravenna	ravenna	05	RA		44.4134	12.2012	4
48100	Santerno	santerno	05	RA		44.437	12.0553	4
48100	Santo Stefano	santo-stefano	05	RA		44.374	12.1858	3
48100	Camerlona	camerlona	05	RA		44.4471	12.1236	4
48100	San Pietro In Trento	san-pietro-in-trento	05	RA		44.3175	12.0822	4
48100	Ducenta	ducenta	05	RA		44.2835	12.1446	4
48100	San Pietro In Campiano	san-pietro-in-campiano	05	RA		44.2894	12.1789	4
48100	Punta Marina	punta-marina	05	RA		44.4427	12.2909	4
48100	Lido Adriano	lido-adriano	05	RA		44.4167	12.3055	4
48100	Ghibullo	ghibullo	05	RA		44.3457	12.1396	4
48100	Marina Di Ravenna	marina-di-ravenna	05	RA		44.4862	12.2809	4
48100	Piangipane	piangipane	05	RA		44.422	12.0907	4
48100	San Bartolo	san-bartolo	05	RA		44.3612	12.1801	4
48100	Roncalceci	roncalceci	05	RA		44.3477	12.1183	4
48100	Romea Vecchia	romea-vecchia	05	RA		44.3891	12.2325	4
48100	Carraie	carraie	05	RA		44.3062	12.1811	4
48100	Marina Romea	marina-romea	05	RA		44.5149	12.2711	4
48100	Mezzano	mezzano	05	RA		44.4662	12.0863	4
48100	San Zaccaria	san-zaccaria	05	RA		44.2705	12.2141	4
48100	Ammonite	ammonite	05	RA		44.4563	12.08	4
48100	Porto Corsini	porto-corsini	05	RA		44.4941	12.2787	4
48100	Castiglione Di Ravenna	castiglione-di-ravenna	05	RA		44.2612	12.2606	4
48100	Filetto	filetto	05	RA		44.3356	12.0743	4
48100	Campiano	campiano	05	RA		44.2987	12.1977	4
48100	Lido Di Savio	lido-di-savio	05	RA		44.3152	12.3419	4
48100	Classe	classe	05	RA		44.3796	12.2365	4
42010	San Cassiano	san-cassiano	05	RE		44.4307	10.6221	4
42010	Cavola	cavola	05	RE		44.4003	10.5318	4
42010	Rio Saliceto	rio-saliceto	05	RE		44.8115	10.8041	4
42010	Cerredolo	cerredolo	05	RE		44.4035	10.6168	4
42010	Quara	quara	05	RE		44.355	10.5071	4
42010	Toano	toano	05	RE		44.376	10.5631	4
42011	Bagnolo In Piano	bagnolo-in-piano	05	RE		44.7644	10.6736	4
42012	Campagnola Emilia	campagnola-emilia	05	RE		44.8393	10.7651	4
42013	Casalgrande	casalgrande	05	RE		44.5847	10.7355	4
42013	Salvaterra	salvaterra	05	RE		44.5993	10.7686	4
42013	Veggia	veggia	05	RE		44.5607	10.7562	4
42013	Villalunga	villalunga	05	RE		44.5607	10.7562	4
42014	Roteglia	roteglia	05	RE		44.4842	10.6883	4
42014	Cadiroggio	cadiroggio	05	RE		44.5493	10.7429	4
42014	Castellarano	castellarano	05	RE		44.5183	10.7373	4
42015	Prato	prato	05	RE		44.7159	10.748	4
42015	San Martino	san-martino	05	RE		44.7796	10.8067	4
42015	Fosdondo	fosdondo	05	RE		44.7743	10.7348	4
42015	Budrio	budrio	05	RE		44.7506	10.7407	4
42015	Correggio	correggio	05	RE		44.7674	10.7834	4
42016	Guastalla	guastalla	05	RE		44.9117	10.6619	4
42016	San Girolamo	san-girolamo	05	RE		44.9218	10.7284	4
42016	Pieve	pieve	05	RE		44.6379	10.4276	4
42017	San Bernardino	san-bernardino	05	RE		44.865	10.6753	4
42017	San Giovanni	san-giovanni	05	RE		44.4833	10.4333	4
42017	Novellara	novellara	05	RE		44.8449	10.7274	4
42017	Santa Maria	santa-maria	05	RE		44.6059	10.5517	3
42017	Vezzola	vezzola	05	RE		44.8	10.7167	4
42018	San Martino In Rio	san-martino-in-rio	05	RE		44.7337	10.7849	4
42019	Arceto	arceto	05	RE		44.6176	10.7246	4
42019	Fellegara	fellegara	05	RE		44.6105	10.697	4
42019	Pratissolo	pratissolo	05	RE		44.6042	10.674	4
42019	Scandiano	scandiano	05	RE		44.5983	10.6956	4
42019	Ventoso	ventoso	05	RE		44.5862	10.6877	4
42019	Iano	iano	05	RE		44.5875	10.6668	4
42019	Chiozza	chiozza	05	RE		44.6059	10.5517	4
42019	Rondinara	rondinara	05	RE		44.5601	10.6512	4
42019	Bosco	bosco	05	RE		44.6226	10.6715	4
42019	Ca' De Caroli	ca-de-caroli	05	RE		44.588	10.6746	4
42020	Vetto	vetto	05	RE		44.4841	10.3388	4
42020	Borzano	borzano	05	RE		44.6036	10.6367	4
42020	Quattro Castella	quattro-castella	05	RE		44.635	10.4743	4
42020	Albinea	albinea	05	RE		44.6286	10.6102	4
42020	Puianello	puianello	05	RE		44.6263	10.5642	4
42020	Roncolo	roncolo	05	RE		44.6338	10.497	4
42020	San Polo D'Enza	san-polo-d-enza	05	RE		44.6269	10.4267	4
42020	Rosano	rosano	05	RE		44.4581	10.3817	4
42020	Montecavolo	montecavolo	05	RE		44.6328	10.5426	4
42020	Cola	cola	05	RE		44.4518	10.359	4
42021	Bibbiano	bibbiano	05	RE		44.6629	10.4739	4
42021	Barco	barco	05	RE		44.6883	10.4958	4
42022	Boretto	boretto	05	RE		44.9016	10.5515	4
42023	Argine	argine	05	RE		44.7749	10.6343	4
42023	Cadelbosco Di Sopra	cadelbosco-di-sopra	05	RE		44.7657	10.599	4
42023	Cadelbosco Di Sotto	cadelbosco-di-sotto	05	RE		44.8014	10.6158	4
42024	Meletole	meletole	05	RE		44.8488	10.5822	4
42024	Castelnovo Di Sotto	castelnovo-di-sotto	05	RE		44.8125	10.5669	4
42025	Cavriago	cavriago	05	RE		44.6946	10.5259	4
42026	Canossa	canossa	05	RE		44.5755	10.4554	4
42026	Compiano D'Enza	compiano-d-enza	05	RE		44.5876	10.4329	3
42026	Ciano D'Enza	ciano-d-enza	05	RE		44.5998	10.4104	4
42027	Montecchio Emilia	montecchio-emilia	05	RE		44.6994	10.4521	4
42028	Poviglio	poviglio	05	RE		44.8423	10.5394	4
42030	La Vecchia	la-vecchia	05	RE		44.5658	10.5294	4
42030	Pecorile	pecorile	05	RE		44.5867	10.5083	4
42030	Montalto	montalto	05	RE		44.5546	10.5467	4
42030	San Giovanni Di Querciola	san-giovanni-di-querciola	05	RE		44.4572	10.509	3
42030	Civago	civago	05	RE		44.2541	10.4742	4
42030	Gazzano	gazzano	05	RE		44.275	10.5019	4
42030	Succiso	succiso	05	RE		44.4572	10.509	3
42030	Viano	viano	05	RE		44.5452	10.6244	4
42030	Asta Nell'Emilia	asta-nell-emilia	05	RE		44.4572	10.509	3
42030	Regnano	regnano	05	RE		44.5588	10.5753	4
42030	Villa Minozzo	villa-minozzo	05	RE		44.3648	10.4654	4
42030	Vezzano Sul Crostolo	vezzano-sul-crostolo	05	RE		44.6024	10.5447	4
42030	Sologno	sologno	05	RE		44.3643	10.3949	4
42030	Minozzo	minozzo	05	RE		44.3577	10.4343	4
42031	Levizzano	levizzano	05	RE		44.6059	10.5517	4
42031	Baiso	baiso	05	RE		44.4967	10.6008	4
42031	Casino Levizzano	casino-levizzano	05	RE		44.4911	10.7553	3
42032	Castagneto	castagneto	05	RE	035046	44.4071	10.2385	4
42032	Cervarezza	cervarezza	05	RE		44.3892	10.3307	4
42032	Cerreto Alpi	cerreto-alpi	05	RE	035046	44.3221	10.2508	4
42032	Ramiseto	ramiseto	05	RE	035046	44.4128	10.2769	4
42032	Ligonchio	ligonchio	05	RE	035046	44.3164	10.3422	4
42032	Cinquecerri	cinquecerri	05	RE	035046	44.3491	10.3279	4
42032	Collagna	collagna	05	RE	035046	44.3469	10.2735	4
42032	Succiso Nuovo	succiso-nuovo	05	RE	035046	44.3621	10.1949	4
42032	Pieve San Vincenzo	pieve-san-vincenzo	05	RE	035046	44.3899	10.2145	4
42032	Busana	busana	05	RE	035046	44.3689	10.3234	4
42033	Savognatica	savognatica	05	RE		44.4417	10.5254	4
42033	Pantano	pantano	05	RE		44.4858	10.5114	4
42033	Marola	marola	05	RE		44.4827	10.4856	4
42033	Valestra	valestra	05	RE		44.4507	10.5774	4
42033	Carpineti	carpineti	05	RE		44.4557	10.5178	4
42034	Casina	casina	05	RE		44.5098	10.4995	4
42034	Trinita'	trinita	05	RE		44.5314	10.416	4
42034	Paullo Di Casina	paullo-di-casina	05	RE		44.5491	10.5061	4
42035	Casale	casale	05	RE		44.4188	10.4273	4
42035	Castelnovo Ne' Monti	castelnovo-ne-monti	05	RE		44.4356	10.4033	4
42035	Monteduro	monteduro	05	RE		44.4179	10.362	4
42035	Felina	felina	05	RE		44.4548	10.4607	4
42035	Castelnuovo Ne' Monti	castelnuovo-ne-monti	05	RE		44.4356	10.4033	4
42035	Gatta	gatta	05	RE		44.4083	10.4649	4
42035	Villaberza	villaberza	05	RE		44.4236	10.4232	3
42035	Croce Ne' Monti	croce-ne-monti	05	RE		44.4367	10.4296	4
42035	Croce	croce	05	RE		44.4367	10.4296	4
42035	Vologno	vologno	05	RE		44.396	10.4256	4
42035	Vologno Di Sotto	vologno-di-sotto	05	RE		44.396	10.4256	4
42040	Caprara	caprara	05	RE		44.7752	10.5116	4
42040	Campegine	campegine	05	RE		44.7808	10.5284	4
42041	Brescello	brescello	05	RE		44.8953	10.5127	4
42041	Lentigione	lentigione	05	RE		44.8667	10.4833	4
42042	Fabbrico	fabbrico	05	RE		44.8721	10.8089	4
42043	Praticello	praticello	05	RE		44.8044	10.4731	4
42043	Taneto	taneto	05	RE		44.772	10.4556	4
42043	Gattatico	gattatico	05	RE		44.7953	10.4431	4
42044	Gualtieri	gualtieri	05	RE		44.8974	10.6286	4
42044	Santa Vittoria	santa-vittoria	05	RE		44.8548	10.6335	4
42044	Santa Vittoria Di Gualtieri	santa-vittoria-di-gualtieri	05	RE		44.8548	10.6335	4
42044	Pieve Saliceto	pieve-saliceto	05	RE		44.8973	10.6021	4
42045	Villarotta	villarotta	05	RE		44.9252	10.7438	4
42045	Codisotto	codisotto	05	RE		44.9828	10.7275	4
42045	Luzzara	luzzara	05	RE		44.9593	10.6895	4
42045	Casoni	casoni	05	RE		44.9393	10.7393	4
42046	Reggiolo	reggiolo	05	RE		44.9182	10.8102	4
42046	Brugneto	brugneto	05	RE		44.922	10.7624	4
42047	Rolo	rolo	05	RE		44.8848	10.8596	4
42048	Rubiera	rubiera	05	RE		44.6516	10.7794	4
42049	Calerno	calerno	05	RE		44.7488	10.486	4
42049	Sant'Ilario D'Enza	sant-ilario-d-enza	05	RE		44.7589	10.4474	4
42100	Bagno	bagno	05	RE		44.6554	10.7588	4
42100	Rivalta	rivalta	05	RE		44.6585	10.5886	4
42100	Masone	masone	05	RE		44.6745	10.7147	4
42100	San Maurizio	san-maurizio	05	RE		44.6846	10.67	4
42100	Roncocesi	roncocesi	05	RE		44.7384	10.5782	4
42100	Cella	cella	05	RE		44.7407	10.5518	4
42100	Canali	canali	05	RE		44.6667	10.6167	4
42100	Massenzatico	massenzatico	05	RE		44.7348	10.6974	4
42100	Corticella	corticella	05	RE		44.6347	10.7519	4
42100	Codemondo	codemondo	05	RE		44.6908	10.551	4
42100	Sesso	sesso	05	RE		44.7604	10.6315	4
42100	Quaresimo	quaresimo	05	RE		44.6908	10.551	4
42100	Marmirolo	marmirolo	05	RE		44.656	10.7189	4
42100	Reggio Emilia	reggio-emilia	05	RE		44.6983	10.6312	4
42100	Cade'	cade	05	RE		44.6913	10.6404	3
42100	Gavasseto	gavasseto	05	RE		44.6541	10.6761	4
42100	San Pellegrino	san-pellegrino	05	RE		44.6913	10.6404	3
42100	Pieve Modolena	pieve-modolena	05	RE		44.7217	10.5766	4
42100	Castellazzo	castellazzo	05	RE		44.6768	10.7414	4
42100	Ospizio	ospizio	05	RE		44.6913	10.6404	3
42100	Gaida	gaida	05	RE		44.75	10.5167	4
42100	Fogliano	fogliano	05	RE		44.6475	10.645	4
42100	Gavassa	gavassa	05	RE		44.6913	10.6404	3
42100	Mancasale	mancasale	05	RE		44.6913	10.6404	3
42100	Cavazzoli	cavazzoli	05	RE		44.6913	10.6404	3
42100	Coviolo	coviolo	05	RE		44.6913	10.6404	3
47814	Igea Marina	igea-marina	05	RN		44.1376	12.4778	4
47814	Bellaria	bellaria	05	RN		44.146	12.4652	4
47814	Bellaria Igea Marina	bellaria-igea-marina	05	RN		44.1418	12.4715	3
47822	Sant'Ermete	sant-ermete	05	RN		44.0302	12.4816	4
47822	San Martino Dei Mulini	san-martino-dei-mulini	05	RN		44.0318	12.464	4
47822	San Vito	san-vito	05	RN		44.0856	12.4697	4
47822	San Michele	san-michele	05	RN		44.04	12.4277	4
47822	Santa Giustina Di Santarcangelo	santa-giustina-di-santarcangelo	05	RN		44.0485	12.4438	3
47822	Montalbano Di Santarcangelo Di Romagna	montalbano-di-santarcangelo-di-romagna	05	RN		44.0549	12.3758	4
47822	Santarcangelo Di Romagna	santarcangelo-di-romagna	05	RN		44.0485	12.4438	3
47822	Ciola Corniale	ciola-corniale	05	RN		44.0485	12.4438	3
47824	Torriana	torriana	05	RN	099028	43.9849	12.3854	4
47824	Santo Marino	santo-marino	05	RN		44.0143	12.4072	4
47824	Poggio Berni	poggio-berni	05	RN		44.0264	12.4094	4
47824	Trebbio	trebbio	05	RN		44.0126	12.3965	4
47824	Poggio Torriana	poggio-torriana	05	RN	099028	44.0095	12.3996	3
47826	Villa Verucchio	villa-verucchio	05	RN		44.0051	12.4358	4
47826	Verucchio	verucchio	05	RN		43.9817	12.4232	4
47832	Sant'Andrea In Casale	sant-andrea-in-casale	05	RN		43.9333	12.65	4
47832	San Clemente	san-clemente	05	RN		43.9327	12.6271	4
47833	Morciano Di Romagna	morciano-di-romagna	05	RN		43.9144	12.651	4
47834	Montefiore Conca	montefiore-conca	05	RN		43.8892	12.6114	4
47834	Serbadone	serbadone	05	RN		43.8983	12.636	4
47835	Saludecio	saludecio	05	RN		43.8754	12.6612	4
47835	Santa Maria Del Monte	santa-maria-del-monte	05	RN		43.8923	12.6789	4
47836	Mondaino	mondaino	05	RN		43.858	12.6685	4
47837	Montegridolfo	montegridolfo	05	RN		43.8583	12.69	4
47838	Riccione	riccione	05	RN		43.9994	12.6569	4
47841	Cattolica	cattolica	05	RN		43.9618	12.7363	4
47842	San Giovanni In Marignano	san-giovanni-in-marignano	05	RN		43.9399	12.7117	4
47842	Pianventena	pianventena	05	RN		43.9493	12.7141	3
47842	Montalbano	montalbano	05	RN		43.9588	12.7165	4
47843	Scacciano	scacciano	05	RN		43.9667	12.65	4
47843	Villaggio Argentina	villaggio-argentina	05	RN		43.9727	12.6755	4
47843	Misano Monte	misano-monte	05	RN		43.9615	12.6532	4
47843	Misano Adriatico	misano-adriatico	05	RN		43.9771	12.698	4
47843	Belvedere	belvedere	05	RN		43.9666	12.7029	4
47843	Santa Monica	santa-monica	05	RN		43.9577	12.6885	4
47843	Cella	cella	05	RN		43.9577	12.6885	4
47853	Coriano	coriano	05	RN		43.9691	12.6005	4
47853	Ospedaletto	ospedaletto	05	RN		43.9838	12.5706	4
47853	Cerasolo	cerasolo	05	RN		43.9881	12.5299	4
47853	Ospedaletto Di Rimini	ospedaletto-di-rimini	05	RN		43.9838	12.5706	4
47853	Sant'Andrea In Besanigo	sant-andrea-in-besanigo	05	RN		43.9834	12.6205	4
47854	Montescudo	montescudo	05	RN	099029	43.9175	12.5408	4
47854	Taverna Di Monte Colombo	taverna-di-monte-colombo	05	RN		43.9259	12.5652	3
47854	San Savino	san-savino	05	RN		43.9388	12.5961	4
47854	Santa Maria Del Piano	santa-maria-del-piano	05	RN		43.905	12.5376	4
47854	San Savino Di Monte Colombo	san-savino-di-monte-colombo	05	RN		43.9388	12.5961	4
47854	Monte Colombo	monte-colombo	05	RN	099029	43.9202	12.5523	4
47854	Trarivi	trarivi	05	RN		43.9367	12.544	4
47854	Croce	croce	05	RN		43.924	12.5895	4
47855	Onferno	onferno	05	RN		43.8725	12.5461	4
47855	Gemmano	gemmano	05	RN		43.9039	12.5809	4
47861	Casteldelci	casteldelci	05	RN		43.7912	12.1551	4
47862	Maiolo	maiolo	05	RN		43.873	12.3113	4
47863	Perticara	perticara	05	RN		43.9057	12.2416	4
47863	Secchiano Marecchia	secchiano-marecchia	05	RN		43.8696	12.273	3
47863	Novafeltria	novafeltria	05	RN		43.8949	12.2889	4
47863	Ponte Molino Baffoni	ponte-molino-baffoni	05	RN		43.8696	12.273	3
47864	Maciano	maciano	05	RN		43.8429	12.2823	4
47864	Soanne	soanne	05	RN		43.8696	12.273	3
47864	Pennabilli	pennabilli	05	RN		43.8175	12.2671	4
47864	Ponte Messa	ponte-messa	05	RN		43.8217	12.2488	4
47864	Molino Di Bascio	molino-di-bascio	05	RN		43.8696	12.273	3
47865	Pietracuta	pietracuta	05	RN		43.954	12.3714	4
47865	Montemaggio	montemaggio	05	RN		43.8696	12.273	3
47865	San Leo	san-leo	05	RN		43.8964	12.3446	4
47866	Sant'Agata Feltria	sant-agata-feltria	05	RN		43.8628	12.2069	4
47866	San Donato	san-donato	05	RN		43.8696	12.273	3
47867	Talamello	talamello	05	RN		43.9057	12.2848	4
47900	Viserbella	viserbella	05	RN		44.0946	12.5267	4
47900	Santa Aquilina	santa-aquilina	05	RN		44.0499	12.5461	3
47900	Gaiofana	gaiofana	05	RN		44.0052	12.5688	4
47900	San Fortunato	san-fortunato	05	RN		44.0306	12.5422	4
47900	Rimini	rimini	05	RN		44.0575	12.5653	4
47900	Rivabella	rivabella	05	RN		44.0774	12.551	4
47900	San Giuliano A Mare	san-giuliano-a-mare	05	RN		44.0499	12.5461	3
47900	Torre Pedrera	torre-pedrera	05	RN		44.1069	12.5127	4
47900	Corpolo'	corpolo	05	RN		44.0191	12.4527	4
47900	Rivazzurra	rivazzurra	05	RN		44.0419	12.6089	4
47900	San Lorenzo In Correggiano	san-lorenzo-in-correggiano	05	RN		44.0064	12.5808	4
47900	Santa Giustina	santa-giustina	05	RN		44.0678	12.485	4
47900	Vergiano	vergiano	05	RN		44.0409	12.5025	4
47900	Viserba	viserba	05	RN		44.0889	12.5366	4
47900	Bellariva	bellariva	05	RN		44.0465	12.6011	4
47900	Miramare Di Rimini	miramare-di-rimini	05	RN		44.0147	12.611	4
47921	Rimini	rimini	05	RN		44.0575	12.5653	4
47922	Rimini	rimini	05	RN		44.0575	12.5653	4
47923	Rimini	rimini	05	RN		44.0575	12.5653	4
47924	Rimini	rimini	05	RN		44.0575	12.5653	4
34070	Doberdo' Del Lago	doberdo-del-lago	06	GO		45.8444	13.5391	4
34070	Polazzo	polazzo	06	GO		45.8567	13.4869	4
34070	Cassegliano	cassegliano	06	GO		45.8411	13.4439	4
34070	Fogliano Redipuglia	fogliano-redipuglia	06	GO		45.8656	13.4822	4
34070	San Floriano Del Collio	san-floriano-del-collio	06	GO		45.9809	13.5888	4
34070	Scrio'	scrio	06	GO		46.0331	13.5043	4
34070	Dolegna Del Collio	dolegna-del-collio	06	GO		46.0309	13.4788	4
34070	Mossa	mossa	06	GO		45.9367	13.5493	4
34070	Mariano Del Friuli	mariano-del-friuli	06	GO		45.9151	13.4595	4
34070	Marcottini	marcottini	06	GO		45.8607	13.5493	4
34070	Lonzano	lonzano	06	GO		46.0167	13.4833	4
34070	Redipuglia Sacrario	redipuglia-sacrario	06	GO		45.9071	13.511	3
34070	Redipuglia	redipuglia	06	GO		45.8458	13.4865	4
34070	Giasbana	giasbana	06	GO		45.9071	13.511	3
34070	Rupa	rupa	06	GO		45.8923	13.5907	4
34070	Mernicco	mernicco	06	GO		45.9071	13.511	3
34070	San Michele Del Carso	san-michele-del-carso	06	GO	031022	45.8822	13.5606	4
34070	San Lorenzo Isontino	san-lorenzo-isontino	06	GO		45.9302	13.5252	4
34070	Savogna D'Isonzo	savogna-d-isonzo	06	GO		45.9089	13.5794	4
34070	Jamiano	jamiano	06	GO		45.8183	13.5819	4
34070	Villesse	villesse	06	GO		45.8653	13.4438	4
34070	Gabria	gabria	06	GO		45.8925	13.5735	4
34070	Capriva Del Friuli	capriva-del-friuli	06	GO		45.9409	13.5142	4
34070	Corona	corona	06	GO		45.9209	13.4808	4
34070	San Pier D'Isonzo	san-pier-d-isonzo	06	GO		45.8445	13.4676	4
34070	Venco'	venco	06	GO		46.0037	13.4663	4
34070	Moraro	moraro	06	GO		45.9297	13.4957	4
34070	Turriaco	turriaco	06	GO		45.8212	13.4437	4
34071	Borgnano	borgnano	06	GO		45.9313	13.4426	4
34071	Cormons	cormons	06	GO		45.9553	13.4668	4
34071	Brazzano	brazzano	06	GO		45.9756	13.4544	4
34072	Gradisca D'Isonzo	gradisca-d-isonzo	06	GO		45.8925	13.5017	4
34072	Farra D'Isonzo	farra-d-isonzo	06	GO		45.908	13.5165	4
34073	Grado Pineta	grado-pineta	06	GO		45.6814	13.4295	4
34073	Grado Citta' Giardino	grado-citta-giardino	06	GO		45.6796	13.4164	3
34073	Grado	grado	06	GO		45.6777	13.4032	4
34073	Rotta Primero	rotta-primero	06	GO		45.6796	13.4164	3
34073	Fossalon	fossalon	06	GO		45.6796	13.4164	3
34074	Monfalcone	monfalcone	06	GO		45.8046	13.5329	4
34074	Marina Julia	marina-julia	06	GO		45.7767	13.5292	4
34075	Pieris	pieris	06	GO		45.8124	13.4492	4
34075	San Canzian D'Isonzo	san-canzian-d-isonzo	06	GO		45.7975	13.4664	4
34075	Isola Morosini	isola-morosini	06	GO		45.7681	13.4347	4
34075	Begliano	begliano	06	GO		45.8198	13.4659	4
34076	Versa	versa	06	GO		45.9	13.4182	4
34076	Fratta	fratta	06	GO		45.9081	13.4391	4
34076	Medea	medea	06	GO		45.9175	13.4244	4
34076	Romans D'Isonzo	romans-d-isonzo	06	GO		45.8882	13.4419	4
34077	Vermegliano	vermegliano	06	GO		45.8353	13.5125	4
34077	Ronchi Dei Legionari	ronchi-dei-legionari	06	GO		45.8273	13.5042	4
34078	Sagrado	sagrado	06	GO		45.8739	13.4842	4
34078	San Martino Del Carso	san-martino-del-carso	06	GO		45.8758	13.5353	4
34078	Poggio Terzarmata	poggio-terzarmata	06	GO		45.8875	13.5194	4
34079	Staranzano	staranzano	06	GO		45.8023	13.5023	4
34079	Bistrigna	bistrigna	06	GO		45.7933	13.5017	4
34170	Lucinico	lucinico	06	GO		45.9339	13.5736	4
34170	Oslavia	oslavia	06	GO		45.9708	13.6147	4
34170	Piedimonte Del Calvario	piedimonte-del-calvario	06	GO		45.9519	13.6058	3
34170	Piuma	piuma	06	GO		45.9619	13.6133	4
34170	Gorizia	gorizia	06	GO		45.9409	13.6217	4
33070	Maron	maron	06	PN		45.9	12.5556	4
33070	Caneva	caneva	06	PN		45.9708	12.4526	4
33070	Santa Lucia Di Budoia	santa-lucia-di-budoia	06	PN		46.0431	12.5256	4
33070	Sarone	sarone	06	PN		45.9919	12.4608	4
33070	Tamai	tamai	06	PN		45.9243	12.5719	4
33070	San Giovanni Di Polcenigo	san-giovanni-di-polcenigo	06	PN		45.9853	12.52	3
33070	Budoia	budoia	06	PN		46.0445	12.5343	4
33070	Stevena'	stevena	06	PN		45.9853	12.52	3
33070	Dardago	dardago	06	PN		46.0556	12.5344	4
33070	Brugnera	brugnera	06	PN		45.8995	12.5418	4
33070	Polcenigo	polcenigo	06	PN		46.0382	12.5032	4
33072	Casarsa Della Delizia	casarsa-della-delizia	06	PN		45.9509	12.8425	4
33072	San Giovanni Di Casarsa	san-giovanni-di-casarsa	06	PN		45.945	12.835	4
33074	Ceolini	ceolini	06	PN		45.991	12.6019	4
33074	Vigonovo	vigonovo	06	PN		45.9893	12.5471	4
33074	Nave	nave	06	PN		45.979	12.5027	4
33074	Fontanafredda	fontanafredda	06	PN		45.9756	12.5683	4
33075	Morsano Al Tagliamento	morsano-al-tagliamento	06	PN		45.8597	12.9277	4
33075	Cordovado	cordovado	06	PN		45.8442	12.8854	4
33075	Mussons	mussons	06	PN		45.8469	12.9651	4
33076	Pravisdomini	pravisdomini	06	PN		45.8197	12.6948	4
33076	Barco	barco	06	PN		45.8189	12.6717	4
33077	San Giovanni Di Livenza	san-giovanni-di-livenza	06	PN		45.9203	12.5156	4
33077	Schiavoi	schiavoi	06	PN		45.9333	12.5	4
33077	Sacile	sacile	06	PN		45.9541	12.5027	4
33077	Cavolano	cavolano	06	PN		45.9333	12.5	4
33078	San Vito Al Tagliamento	san-vito-al-tagliamento	06	PN		45.9168	12.8595	4
33078	Gleris	gleris	06	PN		45.896	12.8749	4
33078	Savorgnano	savorgnano	06	PN		45.8961	12.8533	4
33079	Casette	casette	06	PN		45.8541	12.8798	4
33079	Ramuscello	ramuscello	06	PN		45.881	12.8846	4
33079	Bagnarola	bagnarola	06	PN		45.8669	12.8589	4
33079	Sesto Al Reghena	sesto-al-reghena	06	PN		45.8494	12.813	4
33080	Barcis	barcis	06	PN		46.1907	12.5607	4
33080	San Foca	san-foca	06	PN		46.059	12.6947	4
33080	Sedrano	sedrano	06	PN		46.0526	12.6648	4
33080	Villanova	villanova	06	PN		45.9336	12.6736	4
33080	Poffabro	poffabro	06	PN		46.216	12.7091	4
33080	Zoppola	zoppola	06	PN		45.9662	12.7683	4
33080	Cimolais	cimolais	06	PN		46.289	12.4379	4
33080	Puia	puia	06	PN		45.8786	12.5675	4
33080	Orcenico Inferiore	orcenico-inferiore	06	PN		45.9498	12.7645	4
33080	San Quirino	san-quirino	06	PN		46.0341	12.6785	4
33080	Prata Di Pordenone	prata-di-pordenone	06	PN		45.8944	12.5884	4
33080	Frisanco	frisanco	06	PN		46.2125	12.7263	4
33080	Bannia	bannia	06	PN		45.897	12.7652	4
33080	Fiume Veneto	fiume-veneto	06	PN		45.9286	12.7381	4
33080	Cimpello	cimpello	06	PN		46.0388	12.6531	3
33080	Porcia	porcia	06	PN		45.963	12.6164	4
33080	Andreis	andreis	06	PN		46.2015	12.6145	4
33080	Vajont	vajont	06	PN		46.1453	12.6965	4
33080	Erto E Casso	erto-e-casso	06	PN		46.0388	12.6531	3
33080	Palse	palse	06	PN		45.9468	12.6061	4
33080	Castions	castions	06	PN		45.9722	12.7996	4
33080	Claut	claut	06	PN		46.2685	12.5144	4
33080	Roraipiccolo	roraipiccolo	06	PN		46.0388	12.6531	3
33080	Ghirano	ghirano	06	PN		45.8449	12.5648	4
33080	Roveredo In Piano	roveredo-in-piano	06	PN		46.0085	12.6194	4
33081	Marsure	marsure	06	PN		46.094	12.5953	4
33081	Glera	glera	06	PN		46.0944	12.609	3
33081	Cortina	cortina	06	PN		46.1167	12.6167	4
33081	Giais	giais	06	PN		46.118	12.6096	4
33081	Castello	castello	06	PN		46.0676	12.5832	4
33081	Selva	selva	06	PN		46.1217	12.6114	4
33081	Aviano	aviano	06	PN		46.0706	12.5947	4
33081	San Martino Di Campagna	san-martino-di-campagna	06	PN		46.0725	12.6522	4
33082	Tiezzo	tiezzo	06	PN		45.8936	12.6728	4
33082	Fagnigola	fagnigola	06	PN		45.8544	12.6843	4
33082	Corva	corva	06	PN		45.9156	12.6592	4
33082	Azzano Decimo	azzano-decimo	06	PN		45.9094	12.6642	4
33083	Chions	chions	06	PN		45.8455	12.7123	4
33083	Villotta	villotta	06	PN		45.8634	12.7542	4
33083	Taiedo	taiedo	06	PN		45.9417	12.5917	4
33084	Musil	musil	06	PN		45.9685	12.6957	4
33084	Villa D'Arco	villa-d-arco	06	PN		45.9995	12.6656	4
33084	Cordenons	cordenons	06	PN		45.9836	12.7004	4
33085	Maniago	maniago	06	PN		46.1664	12.706	4
33085	Campagna	campagna	06	PN		46.1462	12.7422	4
33086	San Leonardo	san-leonardo	06	PN		46.0978	12.6822	4
33086	Malnisio	malnisio	06	PN		46.1475	12.6306	4
33086	Montereale Valcellina	montereale-valcellina	06	PN		46.1511	12.6477	4
33086	San Leonardo Valcellina	san-leonardo-valcellina	06	PN		46.0978	12.6822	4
33087	Cecchini	cecchini	06	PN		45.8655	12.6222	4
33087	Visinale	visinale	06	PN		45.8962	12.6137	4
33087	Pozzo	pozzo	06	PN		46.0473	12.8902	4
33087	Pasiano	pasiano	06	PN		45.8497	12.6272	4
33087	Pasiano Di Pordenone	pasiano-di-pordenone	06	PN		45.9009	12.6664	3
33087	Rivarotta	rivarotta	06	PN		45.8459	12.5788	4
33090	Usago	usago	06	PN		46.1837	12.8769	4
33090	Castelnovo Del Friuli	castelnovo-del-friuli	06	PN		46.2167	12.8565	3
33090	Toppo	toppo	06	PN		46.2014	12.8293	4
33090	Tramonti Di Sotto	tramonti-di-sotto	06	PN		46.2847	12.7964	4
33090	Solimbergo	solimbergo	06	PN		46.177	12.8187	4
33090	Anduins	anduins	06	PN		46.2331	12.9583	4
33090	Campone	campone	06	PN		46.2602	12.832	4
33090	Pielungo	pielungo	06	PN		46.276	12.9276	4
33090	Travesio	travesio	06	PN		46.1967	12.8674	4
33090	Chievolis	chievolis	06	PN		46.2547	12.7358	4
33090	Arba	arba	06	PN		46.1461	12.7901	4
33090	Vito D'Asio	vito-d-asio	06	PN		46.2282	12.9389	4
33090	Lestans	lestans	06	PN		46.1579	12.8887	4
33090	Clauzetto	clauzetto	06	PN		46.2293	12.9166	4
33090	Sequals	sequals	06	PN		46.1638	12.8304	4
33090	Colle	colle	06	PN		46.1631	12.8086	4
33090	Casiacco	casiacco	06	PN		46.2181	12.9555	4
33090	Tramonti Di Sopra	tramonti-di-sopra	06	PN		46.3102	12.7899	4
33092	Meduno	meduno	06	PN		46.2152	12.7993	4
33092	Fanna	fanna	06	PN		46.1845	12.7516	4
33092	Cavasso Nuovo	cavasso-nuovo	06	PN		46.1944	12.7719	4
33094	Pinzano Al Tagliamento	pinzano-al-tagliamento	06	PN		46.1822	12.9443	4
33094	Valeriano	valeriano	06	PN		46.1671	12.9216	4
33095	San Giorgio Della Richinvelda	san-giorgio-della-richinvelda	06	PN		46.0478	12.8687	4
33095	Domanins	domanins	06	PN		46.0267	12.8211	4
33095	Provesano	provesano	06	PN		46.0667	12.8853	4
33095	Rauscedo	rauscedo	06	PN		46.0408	12.8247	4
33097	Vacile	vacile	06	PN		46.1409	12.8894	4
33097	Istrago	istrago	06	PN		46.1242	12.8814	4
33097	Spilimbergo	spilimbergo	06	PN		46.1134	12.8924	4
33097	Tauriano	tauriano	06	PN		46.1069	12.8658	4
33097	Barbeano	barbeano	06	PN		46.0873	12.8688	4
33098	Valvasone	valvasone	06	PN	093053	45.9933	12.8666	4
33098	Valvasone Arzene	valvasone-arzene	06	PN	093053	45.9978	12.8546	3
33098	Arzene	arzene	06	PN	093053	45.9997	12.8503	4
33098	San Lorenzo	san-lorenzo	06	PN		45.9811	12.8316	4
33098	San Martino Al Tagliamento	san-martino-al-tagliamento	06	PN		46.017	12.8699	4
33099	Vivaro	vivaro	06	PN		46.0766	12.7791	4
33170	Vallenoncello	vallenoncello	06	PN		45.9383	12.6447	4
33170	La Comina	la-comina	06	PN		45.9476	12.6526	3
33170	Pordenone	pordenone	06	PN		45.9569	12.6605	4
33170	Borgo Meduna	borgo-meduna	06	PN		45.9476	12.6526	3
33170	Comina (La)	comina-la	06	PN		45.9476	12.6526	3
34010	Sgonico	sgonico	06	TS		45.7358	13.7471	4
34011	Duino	duino	06	TS		45.7734	13.6044	4
34011	Villaggio Del Pescatore	villaggio-del-pescatore	06	TS		45.7808	13.5869	4
34011	Sistiana	sistiana	06	TS		45.7724	13.6382	4
34011	Visogliano	visogliano	06	TS		45.7758	13.6469	4
34011	San Pelagio	san-pelagio	06	TS		45.7647	13.6869	4
34011	Duino Aurisina	duino-aurisina	06	TS		45.7695	13.6395	3
34011	Aurisina	aurisina	06	TS		45.7497	13.6735	4
34012	Basovizza	basovizza	06	TS		45.6417	13.8632	4
34014	Santa Croce Di Trieste	santa-croce-di-trieste	06	TS		45.7347	13.6928	4
34014	Grignano	grignano	06	TS		45.7082	13.7146	4
34014	Santa Croce	santa-croce	06	TS		45.7347	13.6928	4
34015	Stramare	stramare	06	TS		45.5854	13.8002	4
34015	Aquilinia	aquilinia	06	TS		45.6052	13.8084	4
34015	San Rocco	san-rocco	06	TS		45.6078	13.7561	4
34015	Muggia	muggia	06	TS		45.6042	13.7675	4
34016	Monrupino	monrupino	06	TS		45.7228	13.791	4
34017	Prosecco	prosecco	06	TS		45.7081	13.7338	4
34018	Domio	domio	06	TS		45.6105	13.831	4
34018	San Giuseppe Della Chiusa	san-giuseppe-della-chiusa	06	TS		45.6262	13.8407	4
34018	Bagnoli Della Rosandra	bagnoli-della-rosandra	06	TS		45.6111	13.8495	4
34018	San Dorligo Della Valle	san-dorligo-della-valle	06	TS		45.6008	13.8593	4
34018	Sant'Antonio In Bosco	sant-antonio-in-bosco	06	TS		45.6245	13.8581	4
34100	Trieste	trieste	06	TS		45.6495	13.7768	4
34121	Trieste	trieste	06	TS		45.6495	13.7768	4
34122	Trieste	trieste	06	TS		45.6495	13.7768	4
34123	Trieste	trieste	06	TS		45.6495	13.7768	4
34124	Trieste	trieste	06	TS		45.6495	13.7768	4
34125	Trieste	trieste	06	TS		45.6495	13.7768	4
34126	Trieste	trieste	06	TS		45.6495	13.7768	4
34127	Trieste	trieste	06	TS		45.6495	13.7768	4
34128	Trieste	trieste	06	TS		45.6495	13.7768	4
34129	Trieste	trieste	06	TS		45.6495	13.7768	4
34131	Trieste	trieste	06	TS		45.6495	13.7768	4
34132	Trieste	trieste	06	TS		45.6495	13.7768	4
34133	Trieste	trieste	06	TS		45.6495	13.7768	4
34134	Trieste	trieste	06	TS		45.6495	13.7768	4
34135	Trieste	trieste	06	TS		45.6495	13.7768	4
34136	Cedas	cedas	06	TS		45.6943	13.7378	4
34136	Trieste	trieste	06	TS		45.6495	13.7768	4
34137	Trieste	trieste	06	TS		45.6495	13.7768	4
34138	Trieste	trieste	06	TS		45.6495	13.7768	4
34139	Trieste	trieste	06	TS		45.6495	13.7768	4
34141	Trieste	trieste	06	TS		45.6495	13.7768	4
34142	Trieste	trieste	06	TS		45.6495	13.7768	4
34143	Trieste	trieste	06	TS		45.6495	13.7768	4
34144	Trieste	trieste	06	TS		45.6495	13.7768	4
34145	Trieste	trieste	06	TS		45.6495	13.7768	4
34146	Trieste	trieste	06	TS		45.6495	13.7768	4
34147	Aquilinia	aquilinia	06	TS		45.6052	13.8084	4
34147	Trieste	trieste	06	TS		45.6495	13.7768	4
34148	Trieste	trieste	06	TS		45.6495	13.7768	4
34149	Cattinara	cattinara	06	TS		45.6347	13.8279	4
34149	Trieste	trieste	06	TS		45.6495	13.7768	4
34151	Trieste	trieste	06	TS		45.6495	13.7768	4
33010	Peonis	peonis	06	UD		46.2579	13.0399	4
33010	Resia	resia	06	UD		46.3736	13.3066	4
33010	Carnia	carnia	06	UD		46.3734	13.1348	4
33010	Vergnacco	vergnacco	06	UD		46.1591	13.2437	4
33010	Malborghetto	malborghetto	06	UD		46.5068	13.4395	4
33010	Braulins	braulins	06	UD		46.2848	13.0909	4
33010	Malborghetto Valbruna	malborghetto-valbruna	06	UD		46.5068	13.4395	4
33010	Reana Del Roiale	reana-del-roiale	06	UD		46.1373	13.2232	4
33010	Carvacco	carvacco	06	UD		46.1844	13.1428	4
33010	Qualso	qualso	06	UD		46.1765	13.243	4
33010	Cavalicco	cavalicco	06	UD		46.1094	13.236	4
33010	Adegliacco	adegliacco	06	UD		46.1167	13.2428	4
33010	Colloredo Di Monte Albano	colloredo-di-monte-albano	06	UD		46.1647	13.1386	4
33010	Chiusaforte	chiusaforte	06	UD		46.4066	13.3055	4
33010	Trasaghis	trasaghis	06	UD		46.2816	13.0755	4
33010	Venzone	venzone	06	UD		46.3303	13.1383	4
33010	Stolvizza	stolvizza	06	UD		46.3614	13.3553	4
33010	Lusevera	lusevera	06	UD		46.2753	13.2692	4
33010	Resiutta	resiutta	06	UD		46.3937	13.218	4
33010	Cassacco	cassacco	06	UD		46.1735	13.1924	4
33010	Pagnacco	pagnacco	06	UD		46.1146	13.1838	4
33010	Feletto Umberto	feletto-umberto	06	UD		46.1032	13.222	4
33010	Magnano In Riviera	magnano-in-riviera	06	UD		46.2237	13.1948	4
33010	Dogna	dogna	06	UD		46.4479	13.315	4
33010	Treppo Grande	treppo-grande	06	UD		46.1999	13.1535	4
33010	Caporiacco	caporiacco	06	UD		46.1463	13.0931	4
33010	Bordano	bordano	06	UD		46.3153	13.1053	4
33010	Colugna	colugna	06	UD		46.091	13.2028	4
33010	Valbruna	valbruna	06	UD		46.4903	13.4908	4
33010	Osoppo	osoppo	06	UD		46.2554	13.0845	4
33010	Ugovizza	ugovizza	06	UD		46.5109	13.4727	4
33010	Avasinis	avasinis	06	UD		46.2939	13.0507	4
33010	Vedronza	vedronza	06	UD		46.2642	13.2588	4
33010	Montenars	montenars	06	UD		46.2511	13.1694	4
33010	Borgo Zurini	borgo-zurini	06	UD		46.2643	13.21	3
33010	Tavagnacco	tavagnacco	06	UD		46.1098	13.2225	4
33010	Mels	mels	06	UD		46.1765	13.1095	4
33010	Vendoglio	vendoglio	06	UD		46.2643	13.21	3
33010	Alesso	alesso	06	UD		46.3162	13.0536	4
33010	La Carnia	la-carnia	06	UD		46.2643	13.21	3
33010	Lauzzana	lauzzana	06	UD		46.1586	13.1228	4
33011	Artegna	artegna	06	UD		46.2393	13.154	4
33013	Ospedaletto Di Gemona	ospedaletto-di-gemona	06	UD		46.2981	13.1239	4
33013	Gemona Piovega	gemona-piovega	06	UD		46.2861	13.1231	3
33013	Gemona Del Friuli	gemona-del-friuli	06	UD		46.2741	13.1224	4
33015	Moggio Udinese	moggio-udinese	06	UD		46.4108	13.2014	4
33015	Moggio Di Sotto	moggio-di-sotto	06	UD		46.4065	13.1951	4
33015	Moggio Di Sopra	moggio-di-sopra	06	UD		46.407	13.1881	4
33016	Pontebba	pontebba	06	UD		46.5054	13.3062	4
33017	Collalto	collalto	06	UD		46.195	13.1983	4
33017	Tarcento	tarcento	06	UD		46.2125	13.2151	4
33017	Bulfons	bulfons	06	UD		46.2037	13.2067	3
33018	Fusine In Valromana	fusine-in-valromana	06	UD		46.496	13.6523	4
33018	Cave Del Predil	cave-del-predil	06	UD		46.4405	13.5713	4
33018	Tarvisio	tarvisio	06	UD		46.5057	13.5869	4
33018	Camporosso In Valcanale	camporosso-in-valcanale	06	UD		46.5096	13.5386	4
33019	Tricesimo	tricesimo	06	UD		46.1606	13.2157	4
33019	Leonacco	leonacco	06	UD		46.1432	13.202	4
33020	Pesariis	pesariis	06	UD		46.5217	12.7717	4
33020	Quinis	quinis	06	UD		46.4083	12.8794	4
33020	Socchieve	socchieve	06	UD		46.3965	12.848	4
33020	Ligosullo	ligosullo	06	UD		46.5401	13.0755	4
33020	Sauris	sauris	06	UD		46.4662	12.7085	4
33020	Mediis	mediis	06	UD		46.4034	12.8234	4
33020	Cercivento	cercivento	06	UD		46.5278	12.99	4
33020	Amaro	amaro	06	UD		46.3737	13.0937	4
33020	Ravascletto	ravascletto	06	UD		46.525	12.9214	4
33020	Verzegnis	verzegnis	06	UD		46.4738	12.894	3
33020	Prato Carnico	prato-carnico	06	UD		46.5205	12.8089	4
33020	Forni Avoltri	forni-avoltri	06	UD		46.5861	12.7751	4
33020	Forni Di Sotto	forni-di-sotto	06	UD		46.3938	12.6721	4
33020	Enemonzo	enemonzo	06	UD		46.4738	12.894	3
33020	Treppo Carnico	treppo-carnico	06	UD		46.5332	13.0429	4
33020	Pieria	pieria	06	UD		46.5204	12.8033	4
33020	Preone	preone	06	UD		46.3941	12.8665	4
33020	Zuglio	zuglio	06	UD		46.4583	13.0259	4
33020	Rigolato	rigolato	06	UD		46.5539	12.8462	4
33020	Sutrio	sutrio	06	UD		46.5121	12.9933	4
33020	Cavazzo Carnico	cavazzo-carnico	06	UD		46.3679	13.0408	4
33021	Ampezzo	ampezzo	06	UD		46.4146	12.7963	4
33022	Arta Terme	arta-terme	06	UD		46.4802	13.0204	4
33022	Piano D'Arta	piano-d-arta	06	UD		46.4877	13.0157	4
33023	Comeglians	comeglians	06	UD		46.5161	12.8662	4
33024	Forni Di Sopra	forni-di-sopra	06	UD		46.4203	12.5831	4
33025	Ovaro	ovaro	06	UD		46.4841	12.867	4
33026	Cleulis	cleulis	06	UD		46.5667	13.006	4
33026	Timau	timau	06	UD		46.5836	13.0051	4
33026	Paluzza	paluzza	06	UD		46.532	13.0159	4
33027	Paularo	paularo	06	UD		46.531	13.1189	4
33027	Dierico	dierico	06	UD		46.5181	13.1322	4
33027	Salino	salino	06	UD		46.504	13.113	4
33028	Caneva Di Tolmezzo	caneva-di-tolmezzo	06	UD		46.4103	12.995	4
33028	Terzo Di Tolmezzo	terzo-di-tolmezzo	06	UD		46.4325	13.0202	4
33028	Caneva	caneva	06	UD		46.4103	12.995	4
33028	Tolmezzo	tolmezzo	06	UD		46.4	13.0205	4
33028	Illegio	illegio	06	UD		46.4292	13.0566	4
33028	Cadunea	cadunea	06	UD		46.4528	13.0364	4
33028	Imponzo	imponzo	06	UD		46.4467	13.0401	4
33029	Chiassis	chiassis	06	UD		46.4376	12.8854	4
33029	Trava	trava	06	UD		46.4386	12.8994	4
33029	Raveo	raveo	06	UD		46.4339	12.8716	4
33029	Lauco	lauco	06	UD		46.424	12.9322	4
33029	Villa Santina	villa-santina	06	UD		46.4137	12.9244	4
33029	Invillino	invillino	06	UD		46.4064	12.9383	4
33030	Brazzacco	brazzacco	06	UD		46.1213	13.1592	4
33030	San Giacomo	san-giacomo	06	UD		46.1731	12.9834	4
33030	San Vito Di Fagagna	san-vito-di-fagagna	06	UD		46.091	13.0657	4
33030	Camino Al Tagliamento	camino-al-tagliamento	06	UD		45.9277	12.9449	4
33030	Vidulis	vidulis	06	UD		46.0986	12.9475	4
33030	San Pietro	san-pietro	06	UD		46.1837	12.9655	4
33030	Silvella	silvella	06	UD		46.0872	13.0495	4
33030	Cisterna Del Friuli	cisterna-del-friuli	06	UD		46.0857	12.9882	4
33030	Rodeano	rodeano	06	UD		46.1109	13.0111	4
33030	Varmo	varmo	06	UD		45.8863	12.9901	4
33030	Basaldella	basaldella	06	UD		46.0253	13.2172	4
33030	Buja	buja	06	UD		46.2066	13.1158	4
33030	Rodeano Basso	rodeano-basso	06	UD		46.1109	13.0111	4
33030	Flagogna	flagogna	06	UD		46.2085	12.9597	4
33030	Madonna Di Buja	madonna-di-buja	06	UD		46.2247	13.1231	4
33030	Carpacco	carpacco	06	UD		46.1191	12.9592	4
33030	San Tomaso	san-tomaso	06	UD		46.1872	13.0319	4
33030	Campoformido	campoformido	06	UD		46.0195	13.1575	4
33030	Majano	majano	06	UD		46.1875	13.0616	4
33030	Flaibano	flaibano	06	UD		46.0584	12.9842	4
33030	Canussio	canussio	06	UD		45.8426	12.9936	4
33030	Cisterna	cisterna	06	UD		46.0857	12.9882	4
33030	Flambro	flambro	06	UD		45.9361	13.0961	4
33030	Santa Margherita	santa-margherita	06	UD		46.1101	13.1488	4
33030	Bressa	bressa	06	UD		46.0345	13.1472	4
33030	Talmassons	talmassons	06	UD		45.9281	13.122	4
33030	Muris Di Ragogna	muris-di-ragogna	06	UD		46.1883	12.995	4
33030	Dignano	dignano	06	UD		46.0839	12.9401	4
33030	Ragogna	ragogna	06	UD		46.0864	13.0454	3
33030	Romans Di Varmo	romans-di-varmo	06	UD		45.8994	13.0191	4
33030	Coseano	coseano	06	UD		46.0964	13.0203	4
33030	Romans	romans	06	UD		45.8994	13.0191	4
33030	Muris	muris	06	UD		46.1883	12.995	4
33030	Roveredo	roveredo	06	UD		45.8935	13.0023	4
33030	Avilla	avilla	06	UD		46.205	13.1058	4
33030	Cornino	cornino	06	UD		46.2228	13.006	4
33030	Moruzzo	moruzzo	06	UD		46.1197	13.124	4
33030	Rive D'Arcano	rive-d-arcano	06	UD		46.1272	13.0322	4
33030	Urbignacco	urbignacco	06	UD		46.2186	13.1343	4
33030	Forgaria Nel Friuli	forgaria-nel-friuli	06	UD		46.2204	12.9747	4
33030	Santo Stefano Di Buja	santo-stefano-di-buja	06	UD		46.2086	13.1263	4
33030	Flumignano	flumignano	06	UD		45.9219	13.1464	4
33031	Vissandone	vissandone	06	UD		46.0228	13.0931	4
33031	Villaorba	villaorba	06	UD		46.0102	13.0699	4
33031	Basagliapenta	basagliapenta	06	UD		45.9969	13.0815	4
33031	Orgnano	orgnano	06	UD		46.0073	13.1421	4
33031	Variano	variano	06	UD		46.0268	13.1136	4
33031	Blessano	blessano	06	UD		46.0399	13.1043	4
33031	Basiliano	basiliano	06	UD		46.0142	13.07	4
33032	Bertiolo	bertiolo	06	UD		45.9446	13.0561	4
33032	Pozzecco	pozzecco	06	UD		45.9583	13.0909	4
33033	Lonca	lonca	06	UD		45.9458	13.0239	4
33033	Codroipo	codroipo	06	UD		45.9647	12.9799	4
33033	Goricizza E Pozzo	goricizza-e-pozzo	06	UD		45.9634	12.9963	3
33033	Beano	beano	06	UD		45.9949	13.028	4
33033	Biauzzo	biauzzo	06	UD		45.9531	12.9302	4
33033	Rivolto	rivolto	06	UD		45.9586	13.0197	4
33034	Madrisio	madrisio	06	UD		46.1193	13.0598	4
33034	Ciconicco	ciconicco	06	UD		46.1019	13.0969	4
33034	Fagagna	fagagna	06	UD		46.107	13.0936	4
33035	Torreano Di Martignacco	torreano-di-martignacco	06	UD		46.1056	13.1553	4
33035	Martignacco	martignacco	06	UD		46.0931	13.1397	4
33035	Nogaredo Di Prato	nogaredo-di-prato	06	UD		46.0756	13.1344	4
33036	San Marco	san-marco	06	UD		46.0563	13.0847	4
33036	Pantianicco	pantianicco	06	UD		46.0235	13.0356	4
33036	Mereto Di Tomba	mereto-di-tomba	06	UD		46.0513	13.0443	4
33036	Tomba	tomba	06	UD		46.0493	13.0658	4
33036	Plasencis	plasencis	06	UD		46.0682	13.0768	4
33037	Passons	passons	06	UD		46.0689	13.1892	4
33037	Pasian Di Prato	pasian-di-prato	06	UD		46.0467	13.1878	4
33037	Colloredo Di Prato	colloredo-di-prato	06	UD		46.0512	13.1439	4
33038	Villanova	villanova	06	UD		46.1323	12.9708	4
33038	San Daniele Del Friuli	san-daniele-del-friuli	06	UD		46.1571	13.0073	4
33038	Villanova Di San Daniele	villanova-di-san-daniele	06	UD		46.1323	12.9708	4
33039	Coderno	coderno	06	UD		46.0291	12.9909	4
33039	Gradisca Di Sedegliano	gradisca-di-sedegliano	06	UD		46.0015	12.9633	4
33039	Turrida	turrida	06	UD		46.0282	12.9348	4
33039	San Lorenzo	san-lorenzo	06	UD		45.9992	12.9977	4
33039	Sedegliano	sedegliano	06	UD		46.014	12.9773	4
33040	Savogna	savogna	06	UD		46.1585	13.5309	4
33040	Orsaria	orsaria	06	UD		46.0386	13.3825	4
33040	Faedis	faedis	06	UD		46.1493	13.3446	4
33040	Visco	visco	06	UD		45.8919	13.3486	4
33040	Taipana	taipana	06	UD		46.2491	13.3415	4
33040	Campolongo Al Torre	campolongo-al-torre	06	UD		45.8639	13.3967	4
33040	Pradamano	pradamano	06	UD		46.0339	13.3022	4
33040	Magredis	magredis	06	UD		46.1456	13.3075	4
33040	Stregna	stregna	06	UD		46.1269	13.5776	4
33040	Racchiuso	racchiuso	06	UD		46.1672	13.3275	4
33040	Ipplis	ipplis	06	UD		46.0432	13.4101	4
33040	Clodig	clodig	06	UD		46.1562	13.594	4
33040	Moimacco	moimacco	06	UD		46.0915	13.3727	4
33040	Drenchia	drenchia	06	UD		46.1834	13.6358	4
33040	Campeglio	campeglio	06	UD		46.13	13.3625	4
33040	Ravosa	ravosa	06	UD		46.1517	13.3014	4
33040	Prepotto	prepotto	06	UD		46.0452	13.4792	4
33040	Cavenzano	cavenzano	06	UD		45.8631	13.3894	4
33040	Primulacco	primulacco	06	UD		46.1443	13.2759	4
33040	Grions	grions	06	UD		46.0368	12.968	4
33040	Paciug	paciug	06	UD		46.0831	13.3877	3
33040	Premariacco	premariacco	06	UD		46.0614	13.3946	4
33040	Povoletto	povoletto	06	UD		46.1157	13.2917	4
33040	Castelmonte	castelmonte	06	UD		46.0925	13.5219	4
33040	Corno Di Rosazzo	corno-di-rosazzo	06	UD		45.9911	13.4437	4
33040	Grimacco	grimacco	06	UD		46.0831	13.3877	3
33040	Savorgnano Del Torre	savorgnano-del-torre	06	UD		46.165	13.2722	4
33040	Tapogliano	tapogliano	06	UD		45.876	13.3996	4
33040	Podresca	podresca	06	UD		46.0831	13.3877	3
33040	Attimis	attimis	06	UD		46.1902	13.3113	4
33040	Torreano	torreano	06	UD		46.1279	13.4293	4
33040	San Leonardo	san-leonardo	06	UD		46.1191	13.5309	4
33041	Joannis	joannis	06	UD		45.8728	13.3604	3
33041	Aiello Del Friuli	aiello-del-friuli	06	UD		45.8728	13.3604	4
33042	Buttrio	buttrio	06	UD		46.011	13.3335	4
33043	Cividale Del Friuli	cividale-del-friuli	06	UD		46.0902	13.4286	4
33043	Sanguarzo	sanguarzo	06	UD		46.1058	13.4555	4
33043	Purgessimo	purgessimo	06	UD		46.1033	13.4781	4
33044	Manzano	manzano	06	UD		45.9884	13.3767	4
33045	Nimis	nimis	06	UD		46.2066	13.2678	4
33046	Pulfero	pulfero	06	UD		46.1738	13.4836	4
33047	Cerneglons	cerneglons	06	UD		46.0524	13.3096	4
33047	Ziracco	ziracco	06	UD		46.1119	13.3433	4
33047	Remanzacco	remanzacco	06	UD		46.0854	13.3236	4
33047	Orzano	orzano	06	UD		46.0665	13.3451	4
33048	Chiopris	chiopris	06	UD		45.9267	13.4042	4
33048	San Giovanni Al Natisone	san-giovanni-al-natisone	06	UD		45.9708	13.4018	4
33048	Chiopris Viscone	chiopris-viscone	06	UD		45.9555	13.4074	3
33048	Medeuzza	medeuzza	06	UD		45.9412	13.3963	4
33048	Dolegnano	dolegnano	06	UD		45.9835	13.4274	4
33048	Villanova Dello Iudrio	villanova-dello-iudrio	06	UD		45.9555	13.4074	3
33049	San Pietro Al Natisone	san-pietro-al-natisone	06	UD		46.1144	13.483	4
33050	Lestizza	lestizza	06	UD		45.9566	13.1422	4
33050	Marano Lagunare	marano-lagunare	06	UD		45.7635	13.1673	4
33050	Galleriano	galleriano	06	UD		45.9628	13.124	4
33050	Ronchis	ronchis	06	UD		45.8079	12.9955	4
33050	Percoto	percoto	06	UD		45.9747	13.323	4
33050	Clauiano	clauiano	06	UD		45.9309	13.334	4
33050	Risano	risano	06	UD		45.9744	13.2549	4
33050	Bicinicco	bicinicco	06	UD		45.9321	13.253	4
33050	Bagnaria Arsa	bagnaria-arsa	06	UD		45.8838	13.2856	4
33050	Carlino	carlino	06	UD		45.8032	13.1887	4
33050	Fiumicello	fiumicello	06	UD		45.792	13.4096	4
33050	Torsa Di Pocenia	torsa-di-pocenia	06	UD		45.8737	13.1166	4
33050	Felettis	felettis	06	UD		45.9161	13.2608	4
33050	Gonars	gonars	06	UD		45.8974	13.244	4
33050	Lauzacco	lauzacco	06	UD		45.9813	13.2802	4
33050	Torsa	torsa	06	UD		45.8737	13.1166	4
33050	Mereto Di Capitolo	mereto-di-capitolo	06	UD		45.9253	13.2969	4
33050	Castello	castello	06	UD		45.8705	13.2208	4
33050	Ruda	ruda	06	UD		45.8399	13.4018	4
33050	Sclaunicco	sclaunicco	06	UD		45.9761	13.1372	4
33050	Sevegliano	sevegliano	06	UD		45.8875	13.3054	4
33050	Precenicco	precenicco	06	UD		45.7969	13.0755	4
33050	Trivignano Udinese	trivignano-udinese	06	UD		45.946	13.3402	4
33050	Pocenia	pocenia	06	UD		45.8357	13.1014	4
33050	San Valentino	san-valentino	06	UD		45.7904	13.4124	4
33050	Sammardenchia	sammardenchia	06	UD		45.9853	13.23	4
33050	Castions Di Strada	castions-di-strada	06	UD		45.9125	13.1817	4
33050	Malisana	malisana	06	UD		45.8137	13.262	4
33050	Carpeneto	carpeneto	06	UD		45.9964	13.177	4
33050	Lavariano	lavariano	06	UD		45.956	13.2283	4
33050	San Vito Al Torre	san-vito-al-torre	06	UD		45.8959	13.3759	4
33050	Perteole	perteole	06	UD		45.8522	13.3833	4
33050	Porpetto	porpetto	06	UD		45.857	13.217	4
33050	Santa Maria La Longa	santa-maria-la-longa	06	UD		45.934	13.2891	4
33050	Santa Maria	santa-maria	06	UD		45.9699	13.1602	4
33050	Nespoledo	nespoledo	06	UD		45.9831	13.0908	4
33050	Ontagnano	ontagnano	06	UD		45.9001	13.2753	4
33050	Castions Delle Mura	castions-delle-mura	06	UD		45.8467	13.3	4
33050	Mortegliano	mortegliano	06	UD		45.9455	13.1726	4
33050	Chiasellis	chiasellis	06	UD		45.9431	13.2083	4
33050	Pavia Di Udine	pavia-di-udine	06	UD		45.995	13.3037	4
33050	Torviscosa	torviscosa	06	UD		45.8234	13.2805	4
33050	Terzo D'Aquileia	terzo-d-aquileia	06	UD		45.7999	13.3418	4
33050	Terenzano	terenzano	06	UD		46.0075	13.2169	4
33050	Casale Della Madonna	casale-della-madonna	06	UD		45.7766	13.1677	4
33050	Tissano	tissano	06	UD		45.9563	13.2674	4
33050	Pozzuolo Del Friuli	pozzuolo-del-friuli	06	UD		45.9852	13.1972	4
33050	Papariano	papariano	06	UD		45.8056	13.4164	4
33050	Zugliano	zugliano	06	UD		46.0075	13.2169	4
33050	Lumignacco	lumignacco	06	UD		45.9983	13.2458	4
33050	Cargnacco	cargnacco	06	UD		46.004	13.235	4
33051	Aquileia	aquileia	06	UD		45.7683	13.3678	4
33051	Belvedere Di Aquileia	belvedere-di-aquileia	06	UD		45.7295	13.3908	4
33051	Belvedere	belvedere	06	UD		45.7295	13.3908	4
33052	Cervignano Del Friuli	cervignano-del-friuli	06	UD		45.8208	13.3393	4
33052	Strassoldo	strassoldo	06	UD		45.8569	13.3218	4
33053	Latisana	latisana	06	UD		45.7686	13.0062	4
33053	Pertegada	pertegada	06	UD	030046	45.7218	13.0438	4
33053	Gorgo	gorgo	06	UD		45.747	13.0239	4
33054	Lignano Pineta	lignano-pineta	06	UD		45.6703	13.1067	4
33054	Lignano Sabbiadoro	lignano-sabbiadoro	06	UD		45.6759	13.1173	4
33055	Muzzana Del Turgnano	muzzana-del-turgnano	06	UD		45.818	13.1275	4
33056	Palazzolo Dello Stella	palazzolo-dello-stella	06	UD		45.7982	13.0878	4
33057	Ialmicco	ialmicco	06	UD		45.9133	13.3461	4
33057	Palmanova	palmanova	06	UD		45.9054	13.31	4
33057	Jalmicco	jalmicco	06	UD		45.91	13.3268	3
33057	Sottoselva	sottoselva	06	UD		45.9113	13.3242	4
33058	San Giorgio Di Nogaro	san-giorgio-di-nogaro	06	UD		45.8275	13.2109	4
33059	Villa Vicentina	villa-vicentina	06	UD		45.8138	13.3933	4
33061	Rivarotta	rivarotta	06	UD	030188	45.8214	13.081	4
33061	Rivignano Teor	rivignano-teor	06	UD	030188	45.8504	13.0597	3
33061	Rivignano	rivignano	06	UD	030188	45.8758	13.0419	4
33061	Teor	teor	06	UD	030188	45.8542	13.0561	4
33100	Cussignacco	cussignacco	06	UD		46.035	13.2514	4
33100	Udine	udine	06	UD		46.0693	13.2371	4
33100	Laipacco	laipacco	06	UD		46.0597	13.2711	4
33100	Godia	godia	06	UD		46.1014	13.2678	4
33100	Baldasseria	baldasseria	06	UD		46.0664	13.2569	3
33100	Gervasutta	gervasutta	06	UD		46.0664	13.2569	3
03010	Fumone	fumone	07	FR		41.7346	13.2702	4
03010	San Giovanni	san-giovanni	07	FR		41.5994	13.4429	4
03010	Piglio	piglio	07	FR		41.8301	13.1333	4
03010	Vico Nel Lazio	vico-nel-lazio	07	FR		41.7782	13.3428	4
03010	Patoni	patoni	07	FR		41.7722	13.2751	4
03010	Sgurgola	sgurgola	07	FR		41.669	13.1501	4
03010	Quattro Strade	quattro-strade	07	FR		41.5931	13.2864	4
03010	Certosa Di Trisulti	certosa-di-trisulti	07	FR		41.7534	13.2581	3
03010	Patrica	patrica	07	FR		41.5909	13.2436	4
03010	Pitocco	pitocco	07	FR		41.7747	13.3167	4
03010	Collepardo	collepardo	07	FR		41.7642	13.3685	4
03010	Filettino	filettino	07	FR		41.8913	13.3253	4
03010	Acuto	acuto	07	FR		41.7911	13.1745	4
03010	La Forma	la-forma	07	FR		41.7865	13.1415	4
03010	Trivigliano	trivigliano	07	FR		41.7757	13.2723	4
03010	Torre Cajetani	torre-cajetani	07	FR		41.7867	13.2652	4
03010	Madonna Delle Grazie	madonna-delle-grazie	07	FR		41.7184	13.294	4
03010	Trevi Nel Lazio	trevi-nel-lazio	07	FR		41.8626	13.2479	4
03010	Serrone	serrone	07	FR		41.8421	13.0952	4
03011	Tecchiena	tecchiena	07	FR		41.6882	13.3454	4
03011	Monte San Marino	monte-san-marino	07	FR		41.712	13.312	4
03011	Alatri	alatri	07	FR		41.7319	13.3412	4
03011	Collelavena	collelavena	07	FR		41.756	13.3207	4
03012	Osteria Della Fontana	osteria-della-fontana	07	FR		41.7286	13.1434	4
03012	Anagni	anagni	07	FR		41.7435	13.1554	4
03013	Porciano	porciano	07	FR		41.7557	13.224	4
03013	Ferentino	ferentino	07	FR		41.6912	13.2562	4
03013	Tofe	tofe	07	FR		41.6846	13.2209	4
03013	Ferentino Stazione	ferentino-stazione	07	FR		41.6564	13.2409	4
03014	Fiuggi Fonte	fiuggi-fonte	07	FR		41.7978	13.2239	3
03014	Fiuggi	fiuggi	07	FR		41.7978	13.2239	4
03016	Guarcino	guarcino	07	FR		41.7992	13.3144	4
03016	Campocatino	campocatino	07	FR		41.8333	13.3333	4
03017	Morolo	morolo	07	FR		41.6384	13.1981	4
03017	Cerquotti Madonna Del Piano	cerquotti-madonna-del-piano	07	FR		41.6419	13.2132	4
03018	Paliano	paliano	07	FR		41.7797	13.0766	4
03019	Supino	supino	07	FR		41.6213	13.2345	4
03020	Vallecorsa	vallecorsa	07	FR		41.4435	13.4063	4
03020	Madonna Del Piano	madonna-del-piano	07	FR		41.5167	13.4041	4
03020	Villa Santo Stefano	villa-santo-stefano	07	FR		41.5168	13.3105	4
03020	Falvaterra	falvaterra	07	FR		41.5044	13.5234	4
03020	Arnara	arnara	07	FR		41.5845	13.3884	4
03020	Pico	pico	07	FR		41.4502	13.5589	4
03020	Castro Dei Volsci	castro-dei-volsci	07	FR		41.5082	13.4063	4
03020	Torrice	torrice	07	FR		41.6337	13.4037	4
03020	Giuliano Di Roma	giuliano-di-roma	07	FR		41.5393	13.2803	4
03020	San Sosio	san-sosio	07	FR		41.5257	13.3703	4
03020	Strangolagalli	strangolagalli	07	FR		41.5999	13.4923	4
03020	Pastena	pastena	07	FR		41.4684	13.4911	4
03021	Amaseno	amaseno	07	FR		41.4671	13.3346	4
03022	Antica Colle Piscioso	antica-colle-piscioso	07	FR		41.6618	13.4815	4
03022	Boville Ernica	boville-ernica	07	FR		41.6425	13.4727	4
03022	Scrima	scrima	07	FR		41.6236	13.4634	4
03022	Mozzano Torretta	mozzano-torretta	07	FR		41.6516	13.4545	4
03022	Brecciaro	brecciaro	07	FR		41.6313	13.4738	4
03022	Rotabile	rotabile	07	FR		41.6609	13.4641	4
03022	Casavitola	casavitola	07	FR		41.6516	13.4425	4
03022	Colle Campano	colle-campano	07	FR		41.6462	13.4646	3
03023	Ceccano	ceccano	07	FR		41.5724	13.329	4
03024	Ceprano	ceprano	07	FR		41.5457	13.5147	4
03025	Chiaiamari	chiaiamari	07	FR		41.65	13.5333	4
03025	Porrino	porrino	07	FR		41.6735	13.5115	4
03025	Colli	colli	07	FR		41.6044	13.5334	4
03025	Monte San Giovanni Campano	monte-san-giovanni-campano	07	FR		41.6431	13.5109	4
03025	Anitrella	anitrella	07	FR		41.6383	13.5484	4
03026	Pofi	pofi	07	FR		41.5654	13.4146	4
03027	Ripi	ripi	07	FR		41.6137	13.424	4
03028	San Giovanni Incarico	san-giovanni-incarico	07	FR		41.5	13.5586	4
03029	Castelmassimo	castelmassimo	07	FR		41.6639	13.3806	4
03029	Colleberardi	colleberardi	07	FR		41.6863	13.453	4
03029	Veroli	veroli	07	FR		41.6943	13.4166	4
03029	Sant'Angelo In Villa	sant-angelo-in-villa	07	FR		41.6622	13.4287	4
03029	Cotropagno	cotropagno	07	FR		41.6779	13.3966	4
03029	Giglio	giglio	07	FR		41.6622	13.4287	4
03029	Panetta	panetta	07	FR		41.6192	13.8445	4
03029	Santa Francesca	santa-francesca	07	FR		41.7178	13.4525	4
03029	Scifelli	scifelli	07	FR		41.6024	13.3434	4
03029	Case Campoli	case-campoli	07	FR		41.673	13.4717	4
03029	Casamari	casamari	07	FR		41.6715	13.4878	4
03030	Madonna Della Stella	madonna-della-stella	07	FR		41.7658	13.2293	4
03030	Colle San Magno	colle-san-magno	07	FR		41.5502	13.6948	4
03030	Santopadre	santopadre	07	FR		41.6019	13.6355	4
03030	Villa Santa Lucia	villa-santa-lucia	07	FR		41.5122	13.7693	4
03030	Piedimonte San Germano	piedimonte-san-germano	07	FR		41.498	13.7502	4
03030	Campoli Appennino	campoli-appennino	07	FR		41.7354	13.6833	4
03030	Villa Felice	villa-felice	07	FR		41.555	13.618	4
03030	Rocca D'Arce	rocca-d-arce	07	FR		41.5871	13.5851	4
03030	Casalattico	casalattico	07	FR		41.6221	13.7256	4
03030	Posta Fibreno	posta-fibreno	07	FR		41.6919	13.6801	4
03030	Castrocielo	castrocielo	07	FR		41.5274	13.6959	4
03030	Piedimonte San Germano Alta	piedimonte-san-germano-alta	07	FR		41.5045	13.7491	4
03030	Coldragone	coldragone	07	FR		41.5546	13.604	4
03030	Broccostella	broccostella	07	FR		41.6997	13.6353	4
03030	Castelliri	castelliri	07	FR		41.6776	13.5398	4
03030	Vicalvi	vicalvi	07	FR		41.6781	13.7081	4
03030	Piumarola	piumarola	07	FR		41.4682	13.7671	4
03030	Pescosolido	pescosolido	07	FR		41.7486	13.6569	4
03030	Colfelice	colfelice	07	FR		41.613	13.6528	3
03030	Fontechiari	fontechiari	07	FR		41.6679	13.675	4
03031	Aquino	aquino	07	FR		41.4939	13.7052	4
03032	Isoletta	isoletta	07	FR		41.5279	13.5452	4
03032	Arce	arce	07	FR		41.5779	13.5857	4
03033	Arpino	arpino	07	FR		41.6471	13.6116	4
03033	Scaffa San Sossio	scaffa-san-sossio	07	FR		41.6511	13.5847	3
03033	Scaffa	scaffa	07	FR		41.6552	13.5578	4
03034	Purgatorio	purgatorio	07	FR		41.6515	13.7032	4
03034	Roselli	roselli	07	FR		41.6435	13.7205	4
03034	Casalvieri	casalvieri	07	FR		41.6333	13.7136	4
03035	Collefontana	collefontana	07	FR		41.6117	13.5495	4
03035	Fontana Liri Superiore	fontana-liri-superiore	07	FR		41.617	13.5712	4
03035	San Paolo	san-paolo	07	FR		41.6948	13.8254	4
03035	Fontana Liri	fontana-liri	07	FR		41.617	13.5712	4
03036	Isola Del Liri	isola-del-liri	07	FR		41.6868	13.5968	4
03037	Sant'Oliva	sant-oliva	07	FR		41.4167	13.6333	4
03037	Pastine Di Pontecorvo	pastine-di-pontecorvo	07	FR		41.4306	13.6443	3
03037	Sant'Oliva Di Pontecorvo	sant-oliva-di-pontecorvo	07	FR		41.4167	13.6333	4
03037	Pontecorvo	pontecorvo	07	FR		41.4586	13.6662	4
03038	Roccasecca Stazione	roccasecca-stazione	07	FR		41.5333	13.65	4
03038	Caprile	caprile	07	FR		41.5438	13.6779	4
03038	Roccasecca	roccasecca	07	FR		41.5513	13.6671	4
03039	Sora	sora	07	FR		41.7183	13.6136	4
03039	Carnello	carnello	07	FR		41.6827	13.6104	4
03039	Selva Di Sora	selva-di-sora	07	FR		41.7005	13.612	3
03040	Casalcassinese	casalcassinese	07	FR		41.5544	13.987	4
03040	Castelnuovo Parano	castelnuovo-parano	07	FR		41.3791	13.7562	4
03040	Pignataro Interamna	pignataro-interamna	07	FR		41.4392	13.7862	4
03040	Belmonte Castello	belmonte-castello	07	FR		41.5774	13.8158	4
03040	Vallemaio	vallemaio	07	FR		41.3663	13.8084	4
03040	Cardito Di Vallerotonda	cardito-di-vallerotonda	07	FR		41.5906	13.9739	4
03040	San Biagio Saracinisco	san-biagio-saracinisco	07	FR		41.6132	13.9276	4
03040	Cerreto Di Vallerotonda	cerreto-di-vallerotonda	07	FR		41.5355	13.892	4
03040	Gallinaro	gallinaro	07	FR		41.655	13.798	4
03040	Coreno Ausonio	coreno-ausonio	07	FR		41.3474	13.7765	4
03040	Ausonia	ausonia	07	FR		41.3581	13.7498	4
03040	San Vittore Del Lazio	san-vittore-del-lazio	07	FR		41.4621	13.9337	4
03040	Sant'Ambrogio Sul Garigliano	sant-ambrogio-sul-garigliano	07	FR		41.3942	13.8689	4
03040	Vallerotonda	vallerotonda	07	FR		41.5514	13.9137	4
03040	Picinisco	picinisco	07	FR		41.6457	13.8679	4
03040	Sant'Andrea Del Garigliano	sant-andrea-del-garigliano	07	FR		41.3687	13.842	4
03040	Viticuso	viticuso	07	FR		41.5248	13.9703	4
03040	Acquafondata	acquafondata	07	FR		41.5428	13.9528	4
03040	Villa Latina	villa-latina	07	FR		41.6152	13.8359	4
03040	Selvacava	selvacava	07	FR		41.3535	13.7325	4
03040	Settefrati	settefrati	07	FR		41.6705	13.8507	4
03040	Terelle	terelle	07	FR		41.5521	13.7784	4
03040	Valvori	valvori	07	FR		41.5644	13.8893	4
03040	Pietrafitta	pietrafitta	07	FR		41.6667	13.8167	4
03041	Alvito	alvito	07	FR		41.69	13.748	4
03041	Castello D'Alvito	castello-d-alvito	07	FR		41.7006	13.7455	3
03041	Sant'Onofrio	sant-onofrio	07	FR		41.7111	13.7431	4
03042	Atina Inferiore	atina-inferiore	07	FR		41.627	13.7926	4
03042	Casino Pica	casino-pica	07	FR		41.6235	13.7958	3
03042	Atina	atina	07	FR		41.62	13.7991	4
03043	Caira	caira	07	FR		41.5333	13.8167	4
03043	Cappella Morrone	cappella-morrone	07	FR		41.4888	13.8699	4
03043	San Bartolomeo	san-bartolomeo	07	FR		41.4826	13.8575	4
03043	Montecassino	montecassino	07	FR		41.4875	13.8408	3
03043	Sant'Angelo In Theodice	sant-angelo-in-theodice	07	FR		41.4469	13.8315	4
03043	Cassino	cassino	07	FR		41.4858	13.8284	4
03044	Santa Lucia	santa-lucia	07	FR		41.4516	13.8649	4
03044	Sprumaro	sprumaro	07	FR		41.4869	13.883	4
03044	Cervaro	cervaro	07	FR		41.4828	13.9022	4
03044	Pacitti	pacitti	07	FR		41.4869	13.883	4
03044	Pastenelle	pastenelle	07	FR		41.4869	13.883	4
03045	Esperia Inferiore	esperia-inferiore	07	FR		41.3865	13.6865	4
03045	Monticelli	monticelli	07	FR		41.4102	13.6501	4
03045	Esperia	esperia	07	FR		41.3824	13.6849	4
03046	San Donato Val Di Comino	san-donato-val-di-comino	07	FR		41.7073	13.8122	4
03047	San Giorgio A Liri	san-giorgio-a-liri	07	FR		41.4058	13.7598	4
03048	Sant'Apollinare	sant-apollinare	07	FR		41.4018	13.8299	4
03049	Olivella	olivella	07	FR		41.5541	13.8378	4
03049	Valleluce	valleluce	07	FR		41.5658	13.858	4
03049	Portella	portella	07	FR		41.5223	13.8776	4
03049	Sant'Elia Fiumerapido	sant-elia-fiumerapido	07	FR		41.533	13.8627	4
03100	De Matteis	de-matteis	07	FR		41.6398	13.3411	3
03100	Frosinone	frosinone	07	FR		41.6398	13.3411	4
03100	Frosinone Stazione	frosinone-stazione	07	FR		41.6398	13.3411	3
03100	Madonna Della Neve	madonna-della-neve	07	FR		41.6398	13.3411	3
04010	Sonnino Scalo	sonnino-scalo	07	LT		41.4325	13.1993	4
04010	Prossedi	prossedi	07	LT		41.5167	13.261	4
04010	Rocca Massima	rocca-massima	07	LT		41.6791	12.9212	4
04010	Sonnino	sonnino	07	LT		41.4167	13.2459	4
04010	Sezze Stazione	sezze-stazione	07	LT		41.5311	13.0912	3
04010	Roccagorga	roccagorga	07	LT		41.5251	13.1551	4
04010	Roccasecca Dei Volsci	roccasecca-dei-volsci	07	LT		41.4785	13.2128	4
04010	Sezze Scalo	sezze-scalo	07	LT		41.497	13.0426	4
04010	Cori	cori	07	LT		41.6436	12.9112	4
04010	Norma	norma	07	LT		41.5864	12.9707	4
04010	Maenza	maenza	07	LT		41.524	13.1834	4
04010	Pisterzo	pisterzo	07	LT		41.4913	13.2692	4
04010	Giulianello	giulianello	07	LT		41.6861	12.8792	4
04010	Bassiano	bassiano	07	LT		41.5515	13.0273	4
04011	Camilleri	camilleri	07	LT		41.5985	12.6174	4
04011	Torre Del Padiglione	torre-del-padiglione	07	LT		41.5768	12.7017	4
04011	Fossignano	fossignano	07	LT		41.5923	12.5633	4
04011	Aprilia	aprilia	07	LT		41.5945	12.6542	4
04011	Pantanelle	pantanelle	07	LT		41.5313	12.678	4
04011	Campo Di Carne	campo-di-carne	07	LT		41.5527	12.6411	4
04011	Carano	carano	07	LT		41.5773	12.7254	4
04011	Vallelata	vallelata	07	LT		41.5771	12.6547	3
04011	Campoverde	campoverde	07	LT		41.5386	12.7357	4
04011	Casalazara	casalazara	07	LT		41.5771	12.6547	3
04011	Campoleone	campoleone	07	LT		41.6457	12.6483	4
04011	Cogna	cogna	07	LT		41.5636	12.5823	4
04012	Le Castella	le-castella	07	LT		41.6167	12.8	4
04012	Borgo Flora	borgo-flora	07	LT		41.5495	12.8304	4
04012	Cisterna Di Latina	cisterna-di-latina	07	LT		41.5908	12.8281	4
04013	Sermoneta Scalo	sermoneta-scalo	07	LT		41.5643	12.9704	4
04013	Carrara	carrara	07	LT		41.5405	12.9547	4
04013	Monticchio	monticchio	07	LT		41.5403	12.9761	4
04013	Doganella	doganella	07	LT		41.5733	12.9282	4
04013	Sermoneta	sermoneta	07	LT		41.5492	12.9848	4
04013	Latina Aeroporto	latina-aeroporto	07	LT		41.5568	12.957	3
04013	Doganella Di Ninfa	doganella-di-ninfa	07	LT		41.5733	12.9282	4
04014	Pontinia	pontinia	07	LT		41.411	13.0426	4
04014	Borgo Pasubio	borgo-pasubio	07	LT		41.411	13.0426	4
04015	Fossanova	fossanova	07	LT		41.44	13.1983	4
04015	Priverno	priverno	07	LT		41.4705	13.1787	4
04015	Abbazia Di Fossanova	abbazia-di-fossanova	07	LT		41.4552	13.1885	3
04016	Baia D'Argento	baia-d-argento	07	LT		41.252	13.0562	4
04016	Borgo San Donato	borgo-san-donato	07	LT		41.4062	12.9972	4
04016	Borgo Vodice	borgo-vodice	07	LT	059024	41.3395	13.1035	4
04016	Sabaudia	sabaudia	07	LT		41.3002	13.0282	4
04017	San Felice Circeo	san-felice-circeo	07	LT		41.2372	13.0942	4
04017	Borgo Montenero	borgo-montenero	07	LT		41.2782	13.103	4
04018	Colli Di Suso	colli-di-suso	07	LT		41.5003	13.0618	3
04018	Sezze	sezze	07	LT		41.5003	13.0618	4
04019	La Fiora	la-fiora	07	LT		41.3339	13.1946	4
04019	Badino	badino	07	LT		41.2833	13.2	4
04019	Borgo Hermada	borgo-hermada	07	LT		41.3056	13.1724	4
04019	Terracina	terracina	07	LT		41.2917	13.2436	4
04020	Campodimele	campodimele	07	LT		41.3882	13.5308	4
04020	Spigno Saturnia Inferiore	spigno-saturnia-inferiore	07	LT		41.3115	13.7368	4
04020	Spigno Saturnia	spigno-saturnia	07	LT		41.3143	13.7089	4
02018	Poggio Bustone	poggio-bustone	07	RI		42.5033	12.8852	4
04020	San Lorenzo Di Santi Cosma E Damiano	san-lorenzo-di-santi-cosma-e-damiano	07	LT		41.2833	13.8167	4
04020	Itri	itri	07	LT		41.2903	13.53	4
04020	Santo Stefano	santo-stefano	07	LT		41.4283	13.1449	3
04020	Santi Cosma E Damiano	santi-cosma-e-damiano	07	LT		41.3009	13.8156	4
04020	Ventotene	ventotene	07	LT		41.3059	13.6911	3
04020	Monte San Biagio	monte-san-biagio	07	LT		41.3536	13.3518	4
04020	Grunuovo	grunuovo	07	LT		41.2723	13.8068	4
04020	Grunuovo Di Santi Cosma E Damiano	grunuovo-di-santi-cosma-e-damiano	07	LT		41.2723	13.8068	4
04020	Campomaggiore San Luca	campomaggiore-san-luca	07	LT		41.2723	13.8068	4
04021	Forme Di Suio	forme-di-suio	07	LT		41.2947	13.8574	4
04021	Castelforte	castelforte	07	LT		41.2939	13.8306	4
04021	San Cataldo	san-cataldo	07	LT		41.2947	13.8574	4
04021	Suio Terme	suio-terme	07	LT		41.2944	13.8485	3
04022	Fondi	fondi	07	LT		41.3579	13.4272	4
04022	Salto Di Fondi	salto-di-fondi	07	LT		41.3	13.336	4
04022	San Magno	san-magno	07	LT		41.329	13.3816	3
04023	Penitro	penitro	07	LT		41.2733	13.6926	4
04023	Acquatraversa Di Formia	acquatraversa-di-formia	07	LT		41.274	13.6523	3
04023	Formia	formia	07	LT		41.2563	13.6089	4
04023	Maranola	maranola	07	LT		41.2852	13.6278	4
04023	Trivio Di Formia	trivio-di-formia	07	LT		41.274	13.6523	3
04023	Castellonorato	castellonorato	07	LT		41.2813	13.6801	4
04023	Vindicio Di Formia	vindicio-di-formia	07	LT		41.274	13.6523	3
04024	Gaeta	gaeta	07	LT		41.2141	13.5708	4
04025	Valle Bernardo	valle-bernardo	07	LT		41.3894	13.4397	4
04025	Lenola	lenola	07	LT		41.4048	13.4593	4
04026	Tufo Di Minturno	tufo-di-minturno	07	LT		41.2667	13.7647	4
04026	Tremensuoli	tremensuoli	07	LT		41.2667	13.7167	4
04026	Minturno	minturno	07	LT		41.2629	13.7458	4
04026	Scauri	scauri	07	LT		41.257	13.7032	4
04026	Santa Maria Infante	santa-maria-infante	07	LT		41.2898	13.7403	4
04026	Marina Di Minturno	marina-di-minturno	07	LT		41.257	13.7032	3
04027	Le Forna	le-forna	07	LT	059018	40.9247	12.969	4
04027	Ponza	ponza	07	LT		40.8954	12.9589	4
04029	Sperlonga	sperlonga	07	LT		41.259	13.433	4
04100	Borgo Sabotino	borgo-sabotino	07	LT		41.4167	12.8333	4
04100	Latina	latina	07	LT		41.4661	12.9043	4
04100	Borgo Montello	borgo-montello	07	LT		41.511	12.7752	4
04100	Borgo Bainsizza	borgo-bainsizza	07	LT		41.4836	12.7931	4
04100	Borgo Isonzo	borgo-isonzo	07	LT		41.4167	12.9	4
04100	Fogliano	fogliano	07	LT		41.4	12.9167	4
04100	Borgo Piave	borgo-piave	07	LT		41.4821	12.8629	4
04100	Borgo San Michele	borgo-san-michele	07	LT		41.4383	12.9735	4
04100	Latina Scalo	latina-scalo	07	LT	059011	41.5316	12.9457	4
04100	Borgo Grappa	borgo-grappa	07	LT		41.4021	12.9605	4
04100	Tor Tre Ponti	tor-tre-ponti	07	LT	059011	41.5074	12.9452	4
04100	Borgo Podgora	borgo-podgora	07	LT	059011	41.5146	12.8538	4
04100	Borgo Faiti	borgo-faiti	07	LT		41.4667	13	4
04100	Foce Verde	foce-verde	07	LT		41.4167	12.8333	4
04100	Borgo Carso	borgo-carso	07	LT	059011	41.5345	12.8885	4
04100	Foro Appio	foro-appio	07	LT		41.4667	13	4
04100	Le Ferriere	le-ferriere	07	LT		41.5161	12.7579	4
02010	Morro Reatino	morro-reatino	07	RI		42.5223	12.8345	4
02010	Cittareale	cittareale	07	RI		42.6162	13.1579	4
02010	Borgo Velino	borgo-velino	07	RI		42.4051	13.0565	4
02010	Piedicolle	piedicolle	07	RI		42.5022	12.8571	4
02010	Colli Sul Velino	colli-sul-velino	07	RI		42.4983	12.7815	4
02010	Santa Croce Di Cittareale	santa-croce-di-cittareale	07	RI		42.5651	13.1493	4
02010	Micigliano	micigliano	07	RI		42.452	13.0532	4
02010	Canetra Di Castel Sant'Angelo	canetra-di-castel-sant-angelo	07	RI		42.5183	13.028	3
02010	Rivodutri	rivodutri	07	RI		42.5168	12.856	4
02010	Labro	labro	07	RI		42.526	12.8007	4
02010	Santa Croce	santa-croce	07	RI		42.5651	13.1493	4
02010	Castel Sant'Angelo	castel-sant-angelo	07	RI		42.3937	13.0274	4
02010	Borbona	borbona	07	RI		42.5094	13.1321	4
02010	Vallemare	vallemare	07	RI		42.4845	13.1137	4
02011	Grisciano	grisciano	07	RI		42.7336	13.268	4
02011	Accumoli	accumoli	07	RI		42.6948	13.2476	4
02012	Preta	preta	07	RI		42.6159	13.3468	4
02012	Santi Lorenzo E Flaviano	santi-lorenzo-e-flaviano	07	RI		42.6246	13.2671	3
02012	Collemoresco	collemoresco	07	RI		42.6443	13.2335	4
02012	Torrita	torrita	07	RI		42.6184	13.2201	4
02012	Scai	scai	07	RI		42.5986	13.231	4
02012	Santa Giusta	santa-giusta	07	RI		42.5939	13.1502	4
02012	Sommati	sommati	07	RI		42.6425	13.3101	4
02012	Amatrice	amatrice	07	RI		42.6266	13.2951	4
02013	Antrodoco	antrodoco	07	RI		42.415	13.0767	4
02014	Fantauzzi	fantauzzi	07	RI		42.4694	12.8767	4
02014	San Liberato	san-liberato	07	RI		42.4768	12.8914	4
02014	Cantalice	cantalice	07	RI		42.4646	12.9046	4
02015	Santa Rufina	santa-rufina	07	RI	057016	42.409	12.9184	4
02015	Grotti Di Cittaducale	grotti-di-cittaducale	07	RI		42.3837	12.9407	3
02015	Cittaducale	cittaducale	07	RI		42.3866	12.955	4
02015	Grotti	grotti	07	RI		42.3556	12.9486	4
02016	Leonessa	leonessa	07	RI		42.5686	12.96	4
02016	Vindoli	vindoli	07	RI		42.5874	13.03	4
02016	San Clemente Di Leonessa	san-clemente-di-leonessa	07	RI		42.558	13.0113	4
02016	Villa Bigioni	villa-bigioni	07	RI		42.5811	12.9413	4
02016	Terzone	terzone	07	RI		42.6145	13.0714	4
02016	Piedelpoggio	piedelpoggio	07	RI		42.5567	12.9947	4
02016	Albaneto	albaneto	07	RI		42.5424	13.0436	4
02019	Favischio	favischio	07	RI		42.529	13.0821	4
02019	Picciame	picciame	07	RI		42.5434	13.1195	4
02019	Posta	posta	07	RI		42.5256	13.0972	4
02019	Sigillo Di Posta	sigillo-di-posta	07	RI		42.4964	13.0803	4
02020	Paganico Sabino	paganico-sabino	07	RI		42.1896	12.9969	4
02020	Turania	turania	07	RI		42.1352	13.0098	4
02020	Varco Sabino	varco-sabino	07	RI		42.2402	13.0205	4
02020	Colle Di Tora	colle-di-tora	07	RI		42.2081	12.9475	4
02020	Stipes	stipes	07	RI		42.2453	12.9634	4
02020	Castel Di Tora	castel-di-tora	07	RI		42.2139	12.9707	4
02020	Collegiove	collegiove	07	RI		42.1751	13.0384	4
02020	Roccaranieri	roccaranieri	07	RI		42.3333	12.9667	4
02020	Marcetelli	marcetelli	07	RI		42.2266	13.0459	4
02020	Ascrea	ascrea	07	RI		42.1976	12.9946	4
02020	Concerviano	concerviano	07	RI		42.3221	12.9853	4
02020	Campolano	campolano	07	RI		42.2169	13.0916	4
02020	Vaccareccia	vaccareccia	07	RI		42.2916	12.9674	4
02020	Longone Sabino	longone-sabino	07	RI		42.2726	12.9665	4
02020	Nespolo	nespolo	07	RI		42.1567	13.0694	4
02020	Belmonte In Sabina	belmonte-in-sabina	07	RI		42.3148	12.8918	4
02021	Corvaro	corvaro	07	RI		42.2054	13.265	4
02021	Villerose	villerose	07	RI		42.1751	13.2119	4
02021	Sant'Anatolia	sant-anatolia	07	RI		42.1465	13.2929	4
02021	Torano	torano	07	RI		42.1534	13.2598	4
02021	Collemaggiore	collemaggiore	07	RI	057007	42.2264	13.2083	4
02021	Poggiovalle	poggiovalle	07	RI		42.1779	13.1901	4
02021	Borgorose	borgorose	07	RI		42.1908	13.2328	4
02021	Grotti Di Borgorose	grotti-di-borgorose	07	RI		42.1558	13.2178	4
02021	Poggiovalle Di Borgorose	poggiovalle-di-borgorose	07	RI		42.1779	13.1901	4
02022	Collalto Sabino	collalto-sabino	07	RI		42.1352	13.0484	4
02023	Sant'Agapito	sant-agapito	07	RI		42.25	13.1333	4
02023	Sant'Ippolito	sant-ippolito	07	RI		42.243	13.1326	3
02023	Santa Lucia	santa-lucia	07	RI		42.1939	13.0943	4
02023	Santa Lucia Di Fiamignano	santa-lucia-di-fiamignano	07	RI		42.2644	13.1617	4
02023	Peschieta	peschieta	07	RI		42.2411	13.1496	4
02023	Fiamignano	fiamignano	07	RI		42.2655	13.1241	4
02024	Leofreni	leofreni	07	RI		42.1972	13.1262	4
02024	Sant'Elpidio	sant-elpidio	07	RI		42.2105	13.1302	3
02024	Pace	pace	07	RI		42.2281	13.1171	4
02024	Pescorocchiano	pescorocchiano	07	RI		42.2062	13.1471	4
02024	Sant'Elpidio Di Pescorocchiano	sant-elpidio-di-pescorocchiano	07	RI		42.2105	13.1302	3
02025	Petrella Salto	petrella-salto	07	RI		42.294	13.0679	4
02025	Capradosso	capradosso	07	RI		42.3282	13.0257	4
02025	Castelmareri	castelmareri	07	RI		42.2862	13.0633	3
02025	Borgo San Pietro	borgo-san-pietro	07	RI		42.2723	13.0644	4
02025	Fiumata	fiumata	07	RI		42.25	13.0952	4
02026	Rocca Sinibalda	rocca-sinibalda	07	RI		42.2721	12.9247	4
02026	Posticciola	posticciola	07	RI		42.2402	12.9335	4
02030	Pozzaglia Sabina	pozzaglia-sabina	07	RI		42.1586	12.9643	4
02030	Poggio Nativo	poggio-nativo	07	RI		42.2178	12.7969	4
02030	Frasso Sabino	frasso-sabino	07	RI		42.2293	12.8066	4
02030	Monte Santa Maria	monte-santa-maria	07	RI		42.2239	12.773	4
02030	Collelungo Sabino	collelungo-sabino	07	RI		42.2303	12.8342	3
02030	Casaprota	casaprota	07	RI		42.2518	12.8043	4
02030	Torricella In Sabina	torricella-in-sabina	07	RI		42.2625	12.8717	4
02030	Collelungo	collelungo	07	RI		42.2466	12.8137	4
02030	Villetta Sant'Antonio	villetta-sant-antonio	07	RI		42.2303	12.8342	3
02030	Poggio San Lorenzo	poggio-san-lorenzo	07	RI		42.2517	12.8434	4
02031	Castelnuovo Di Farfa	castelnuovo-di-farfa	07	RI		42.2319	12.7431	4
02032	Farfa Sabina	farfa-sabina	07	RI		42.2215	12.7185	4
02032	Canneto	canneto	07	RI		42.1857	12.7365	4
02032	Borgo Quinzio	borgo-quinzio	07	RI		42.1634	12.7126	4
02032	Fara In Sabina	fara-in-sabina	07	RI		42.2081	12.7296	4
02032	Corese Terra	corese-terra	07	RI		42.17	12.7108	4
02032	Talocci	talocci	07	RI		42.1898	12.6962	4
02032	Passo Corese	passo-corese	07	RI		42.1584	12.6561	4
02032	Coltodino	coltodino	07	RI		42.1988	12.7159	4
02032	Farfa	farfa	07	RI		42.2215	12.7185	4
02032	Canneto Sabino	canneto-sabino	07	RI		42.1908	12.7105	3
02032	Prime Case	prime-case	07	RI		42.1908	12.7105	3
02032	Borgo Salario	borgo-salario	07	RI		42.1908	12.7105	3
02033	Ginestra Sabina	ginestra-sabina	07	RI		42.2273	12.8442	4
02033	Monteleone Sabino	monteleone-sabino	07	RI		42.2327	12.8583	4
02034	Bocchignano	bocchignano	07	RI		42.2535	12.7008	4
02034	Montopoli Di Sabina	montopoli-di-sabina	07	RI		42.2535	12.7008	3
02035	Orvinio	orvinio	07	RI		42.1304	12.9376	4
02037	Cerdomare	cerdomare	07	RI		42.2108	12.8383	4
02037	Poggio Moiano	poggio-moiano	07	RI		42.2041	12.8814	4
02037	Osteria Nuova	osteria-nuova	07	RI		42.3765	12.9604	3
02037	Fiacchini	fiacchini	07	RI		42.2075	12.8598	3
02038	Scandriglia	scandriglia	07	RI		42.1613	12.841	4
02038	Ponticelli	ponticelli	07	RI		42.1751	12.8128	4
02039	Toffia	toffia	07	RI		42.213	12.755	4
02040	Montasola	montasola	07	RI		42.385	12.6813	4
02040	Tarano	tarano	07	RI		42.3559	12.595	4
02040	Cottanello	cottanello	07	RI		42.4081	12.6859	4
02040	Fianello	fianello	07	RI		42.3745	12.5615	4
02040	Montebuono	montebuono	07	RI		42.3677	12.5972	4
02040	Cantalupo In Sabina	cantalupo-in-sabina	07	RI		42.3069	12.6451	4
02040	Monte San Giovanni In Sabina	monte-san-giovanni-in-sabina	07	RI		42.327	12.7786	4
02040	Montenero Sabino	montenero-sabino	07	RI		42.2812	12.8136	4
02040	Poggio Catino	poggio-catino	07	RI		42.2942	12.6984	4
02040	Salisano	salisano	07	RI		42.2595	12.7477	4
02040	Selci	selci	07	RI		42.3029	12.6214	4
02040	Vacone	vacone	07	RI		42.381	12.645	4
02040	Configni	configni	07	RI		42.4254	12.6443	4
02040	Roccantica	roccantica	07	RI		42.3207	12.694	4
02040	San Polo	san-polo	07	RI		42.3342	12.5947	4
02040	San Polo Sabino	san-polo-sabino	07	RI		42.3358	12.6722	3
02040	Mompeo	mompeo	07	RI		42.2478	12.7513	4
02041	Casperia	casperia	07	RI		42.3387	12.6702	4
02042	Collevecchio	collevecchio	07	RI		42.3337	12.5533	4
02043	San Filippo	san-filippo	07	RI		42.3414	12.5784	4
02043	Montisola	montisola	07	RI	057025	42.3766	12.7034	3
02043	Contigliano	contigliano	07	RI		42.4106	12.772	4
02043	San Filippo Di Contigliano	san-filippo-di-contigliano	07	RI		42.3779	12.7599	4
02044	Gavignano Sabino	gavignano-sabino	07	RI		42.2733	12.6167	4
02044	Forano	forano	07	RI		42.2977	12.5947	4
02045	Limiti Di Greccio	limiti-di-greccio	07	RI		42.4533	12.7695	4
02045	Greccio	greccio	07	RI		42.4441	12.7525	4
02046	Foglia	foglia	07	RI		42.3313	12.4739	4
02046	Magliano Sabina	magliano-sabina	07	RI		42.3657	12.4852	4
02047	Castel San Pietro	castel-san-pietro	07	RI		42.2562	12.7179	4
02047	Poggio Mirteto Stazione	poggio-mirteto-stazione	07	RI		42.2592	12.6821	3
02047	Poggio Mirteto	poggio-mirteto	07	RI		42.2676	12.6884	4
02047	Poggio Mirteto Scalo	poggio-mirteto-scalo	07	RI		42.2537	12.6401	4
02048	Stimigliano	stimigliano	07	RI		42.301	12.5634	4
02048	Stimigliano Stazione	stimigliano-stazione	07	RI		42.296	12.5667	3
02048	Stimigliano Scalo	stimigliano-scalo	07	RI		42.2909	12.57	4
02049	Torri In Sabina	torri-in-sabina	07	RI		42.3506	12.6416	4
02100	Pie' Di Moggio	pie-di-moggio	07	RI	057059	42.5001	12.7424	4
02100	Poggio Perugino	poggio-perugino	07	RI		42.3514	12.7599	4
02100	Casette	casette	07	RI		42.3828	12.9073	4
02100	Monte Terminillo	monte-terminillo	07	RI		42.4013	12.8341	3
02100	Poggio Fidoni	poggio-fidoni	07	RI		42.3752	12.784	4
02100	Vazia	vazia	07	RI		42.45	12.9333	4
02100	San Giovanni Reatino	san-giovanni-reatino	07	RI		42.3448	12.8541	4
02100	Rieti	rieti	07	RI		42.4048	12.8574	4
00010	Monteflavio	monteflavio	07	RM		42.1093	12.8308	4
00010	Setteville Di Guidonia	setteville-di-guidonia	07	RM		41.9438	12.6512	4
00010	Montorio Romano	montorio-romano	07	RM		42.1374	12.804	4
00010	Gallicano Nel Lazio	gallicano-nel-lazio	07	RM		41.8643	12.8354	4
00010	Borgo Santa Maria	borgo-santa-maria	07	RM		42.1536	12.6804	4
00010	Marcellina	marcellina	07	RM		42.0244	12.8045	4
00010	San Gregorio Da Sassola	san-gregorio-da-sassola	07	RM		41.9188	12.8745	4
00010	Moricone	moricone	07	RM		42.1166	12.7723	4
00010	San Polo Dei Cavalieri	san-polo-dei-cavalieri	07	RM		42.0104	12.8399	4
00010	Poli	poli	07	RM		41.8891	12.8904	4
00010	Sant'Angelo Romano	sant-angelo-romano	07	RM		42.0357	12.7134	4
00010	Setteville	setteville	07	RM		41.9438	12.6512	4
00010	Montelibretti	montelibretti	07	RM		42.1355	12.7387	4
00010	Casape	casape	07	RM		41.907	12.8858	4
00011	Bagni Di Tivol	bagni-di-tivol	07	RM		42.0102	12.7501	1
00012	Montecelio	montecelio	07	RM		42.0207	12.7435	4
00012	Albuccione	albuccione	07	RM		41.9524	12.6987	4
00012	Guidonia	guidonia	07	RM		41.9936	12.7224	4
00012	Colle Verde	colle-verde	07	RM		41.9769	12.6186	4
00012	Guidonia Montecelio	guidonia-montecelio	07	RM		41.9936	12.7224	4
00012	Villanova Di Guidonia	villanova-di-guidonia	07	RM		41.9636	12.7563	4
00012	La Botte	la-botte	07	RM		41.9818	12.7677	4
00012	Villanova	villanova	07	RM		41.9636	12.7563	4
00012	Villalba	villalba	07	RM		41.9539	12.7294	4
00013	Mentana	mentana	07	RM		42.0354	12.6441	4
00013	Tor Lupara	tor-lupara	07	RM		41.9977	12.6181	4
00013	Santa Lucia	santa-lucia	07	RM		41.9824	12.6562	4
00013	Castelchiodato	castelchiodato	07	RM		42.0052	12.6395	3
00013	Fonte Nuova	fonte-nuova	07	RM		42.0052	12.6395	3
00013	Torlupara Di Mentana	torlupara-di-mentana	07	RM		42.0052	12.6395	3
00015	Monterotondo Stazione	monterotondo-stazione	07	RM		42.0516	12.6197	3
00015	Monterotondo	monterotondo	07	RM		42.0516	12.6197	4
00017	Nerola	nerola	07	RM		42.1601	12.7853	4
00017	Acquaviva	acquaviva	07	RM		42.1639	12.7431	4
00018	Palombara Sabina	palombara-sabina	07	RM		42.0691	12.7668	4
00018	Cretone	cretone	07	RM		42.0712	12.7036	4
00019	Villa Adriana	villa-adriana	07	RM		41.955	12.7722	4
00019	Arci	arci	07	RM		41.9477	12.825	4
00019	Empolitana	empolitana	07	RM		41.9605	12.8189	3
00019	Tivoli Terme	tivoli-terme	07	RM		42.0102	12.7501	1
00019	Tivoli	tivoli	07	RM		41.9595	12.8016	4
00019	Pontelucano	pontelucano	07	RM	058104	41.9605	12.8189	3
00019	Bivio San Polo	bivio-san-polo	07	RM		41.9742	12.8299	4
00020	Saracinesco	saracinesco	07	RM		42.0033	12.9533	4
00020	Vivaro Romano	vivaro-romano	07	RM		42.1009	13.0059	4
00020	Riofreddo	riofreddo	07	RM		42.0588	12.9966	4
00020	Cervara Di Roma	cervara-di-roma	07	RM		41.9882	13.068	4
00020	Vallinfreda	vallinfreda	07	RM		42.0848	12.996	4
00020	Vallepietra	vallepietra	07	RM		41.9255	13.2313	4
00020	Cerreto Laziale	cerreto-laziale	07	RM		41.9433	12.9817	4
00020	Ciciliano	ciciliano	07	RM		41.9599	12.9416	4
00020	Marano Equo	marano-equo	07	RM		41.9953	13.015	4
00020	Mandela	mandela	07	RM		42.028	12.9209	4
00020	Percile	percile	07	RM		42.095	12.9105	4
00020	Cineto Romano	cineto-romano	07	RM		42.0501	12.9608	4
00020	Rocca Canterano	rocca-canterano	07	RM		41.9565	13.0218	4
00020	Pisoniano	pisoniano	07	RM		41.9082	12.9579	4
00020	Jenne	jenne	07	RM		41.8888	13.1696	4
00020	Altipiani Di Arcinazzo	altipiani-di-arcinazzo	07	RM		41.85	13.1833	4
00020	Agosta	agosta	07	RM		41.9813	13.035	4
00020	Arcinazzo Romano	arcinazzo-romano	07	RM		41.8797	13.1144	4
00020	Canterano	canterano	07	RM		41.9432	13.0381	4
00020	Sambuci	sambuci	07	RM		41.9854	12.9382	4
00020	Camerata Nuova	camerata-nuova	07	RM		42.018	13.1097	4
00020	Roccagiovine	roccagiovine	07	RM		42.0507	12.8992	4
00020	Madonna Della Pace	madonna-della-pace	07	RM		41.9596	13.0523	4
00021	Affile	affile	07	RM		41.8844	13.0985	4
00022	Anticoli Corrado	anticoli-corrado	07	RM		42.008	12.9905	4
00023	Arsoli	arsoli	07	RM		42.0416	13.0161	4
00024	Castel Madama	castel-madama	07	RM		41.9735	12.8678	4
00025	Gerano	gerano	07	RM		41.9347	12.9903	4
00026	Civitella	civitella	07	RM		42.0811	12.8951	4
00026	Licenza	licenza	07	RM		42.0741	12.9001	4
00027	Roviano	roviano	07	RM		42.0264	12.9939	4
00028	Subiaco	subiaco	07	RM		41.9262	13.0891	4
00029	Vicovaro	vicovaro	07	RM		42.0192	12.9	4
00030	Roiate	roiate	07	RM		41.8733	13.0663	4
00030	Rocca Santo Stefano	rocca-santo-stefano	07	RM		41.9105	13.0238	4
00030	Genazzano	genazzano	07	RM		41.8281	12.972	4
00030	Guadagnolo	guadagnolo	07	RM		41.9142	12.9267	4
00030	San Vito Romano	san-vito-romano	07	RM		41.88	12.9779	4
00030	Castel San Pietro Romano	castel-san-pietro-romano	07	RM		41.8457	12.8949	4
00030	Capranica Prenestina	capranica-prenestina	07	RM		41.8628	12.9508	4
00030	Bellegra	bellegra	07	RM		41.8817	13.0286	4
00030	Montelanico	montelanico	07	RM		41.6507	13.0403	4
00030	Gorga	gorga	07	RM		41.6547	13.1066	4
00030	Colonna Stazione	colonna-stazione	07	RM		41.8321	12.7298	4
00030	Colonna	colonna	07	RM		41.8345	12.7549	4
00030	Rocca Di Cave	rocca-di-cave	07	RM		41.8459	12.9451	4
00030	Labico	labico	07	RM		41.7926	12.8713	4
00030	Gavignano	gavignano	07	RM		41.6989	13.0503	4
00030	San Cesareo	san-cesareo	07	RM		41.8211	12.8045	4
00031	Macere	macere	07	RM		41.7487	12.8583	4
00031	Colubro	colubro	07	RM		41.7351	12.8673	4
00031	Artena	artena	07	RM		41.7413	12.9067	4
00032	Carpineto Romano	carpineto-romano	07	RM		41.6047	13.0841	4
00033	Cave	cave	07	RM		41.8168	12.9406	4
00033	San Bartolomeo	san-bartolomeo	07	RM		41.8141	12.9174	4
00034	Colleferro Stazione	colleferro-stazione	07	RM		41.7272	13.0048	3
00034	Colleferro	colleferro	07	RM		41.7272	13.0048	4
00034	Colleferro Scalo	colleferro-scalo	07	RM		41.7272	13.0048	3
00035	Olevano Romano	olevano-romano	07	RM		41.8587	13.036	4
00036	Carchitti	carchitti	07	RM		41.7869	12.8296	4
00036	Palestrina	palestrina	07	RM		41.8327	12.8818	4
00037	Segni	segni	07	RM		41.6889	13.0193	4
00038	Valmontone	valmontone	07	RM		41.7732	12.9186	4
00039	Valle Martella	valle-martella	07	RM		41.8783	12.7468	4
00039	Zagarolo	zagarolo	07	RM		41.8416	12.8154	4
00040	Santa Maria Delle Mole	santa-maria-delle-mole	07	RM		41.7778	12.5919	4
00040	Tor San Lorenzo	tor-san-lorenzo	07	RM		41.5544	12.5412	4
00040	Ponte Sulla Moletta	ponte-sulla-moletta	07	RM		41.6711	12.5891	3
00040	Marina Di Ardea	marina-di-ardea	07	RM		41.5544	12.5412	4
00040	Rocca Di Papa	rocca-di-papa	07	RM		41.7658	12.7019	4
00040	Ardea	ardea	07	RM		41.6074	12.5416	4
00040	Frattocchie	frattocchie	07	RM		41.7667	12.6167	4
00041	Albano Laziale	albano-laziale	07	RM		41.7275	12.659	4
00041	Pavona	pavona	07	RM		41.7263	12.6164	4
00041	Pavona Stazione	pavona-stazione	07	RM		41.7188	12.5901	4
00041	Cecchina Stazione	cecchina-stazione	07	RM		41.7185	12.6288	3
00041	Cecchina	cecchina	07	RM		41.7016	12.6497	4
00042	Anzio	anzio	07	RM		41.4526	12.6216	4
00042	Lido Dei Pini	lido-dei-pini	07	RM		41.5366	12.5898	4
00042	Lavinio Lido Di Enea	lavinio-lido-di-enea	07	RM		41.4946	12.6057	3
00042	Colonia Di Anzio	colonia-di-anzio	07	RM		41.4946	12.6057	3
00043	Ciampino	ciampino	07	RM		41.8006	12.6016	4
00043	Casabianca	casabianca	07	RM		41.8006	12.6016	3
00043	Ciampino Aeroporto	ciampino-aeroporto	07	RM		41.8006	12.6016	3
00044	Frascati	frascati	07	RM		41.8091	12.6794	4
00044	Vermicino	vermicino	07	RM		41.8091	12.6794	3
00045	Pedica	pedica	07	RM		41.6409	12.7156	4
00045	Genzano Di Roma	genzano-di-roma	07	RM		41.7071	12.689	4
00045	Landi	landi	07	RM		41.6409	12.7156	4
00046	Grottaferrata	grottaferrata	07	RM		41.7866	12.6714	4
00046	Poggio Tulliano	poggio-tulliano	07	RM		41.7866	12.6714	3
00047	Marino	marino	07	RM		41.7698	12.6592	4
00048	Nettuno	nettuno	07	RM		41.4579	12.6639	4
00049	Velletri	velletri	07	RM		41.6857	12.7775	4
00050	Testa Di Lepre Di Sopra	testa-di-lepre-di-sopra	07	RM		41.9623	12.2851	4
00051	Allumiere	allumiere	07	RM		42.1575	11.9036	4
00051	La Bianca	la-bianca	07	RM		42.1478	11.905	4
00052	Ceri	ceri	07	RM	058029	41.9942	12.1527	4
00052	Furbara Cerenova	furbara-cerenova	07	RM		41.9883	12.0988	3
00052	Marina Di Cerveteri	marina-di-cerveteri	07	RM		41.98	12.0529	4
00052	Cerveteri	cerveteri	07	RM		41.9908	12.0908	4
00052	Stazione Di Furbara	stazione-di-furbara	07	RM		41.9883	12.0988	3
00052	Cerenova	cerenova	07	RM		41.9883	12.0988	3
00122	Roma	roma	07	RM		41.8919	12.5113	4
00052	Borgo San Martino Di Cerveteri	borgo-san-martino-di-cerveteri	07	RM	058029	41.9883	12.0988	3
00053	Civitavecchia	civitavecchia	07	RM		42.0933	11.7967	4
00053	Aurelia Di Civitavecchia	aurelia-di-civitavecchia	07	RM		42.1391	11.7871	4
00053	Aurelia	aurelia	07	RM		42.1391	11.7871	4
00054	Fregene	fregene	07	RM		41.8505	12.1967	4
00054	Fiumicino	fiumicino	07	RM		41.7709	12.2366	4
00054	Focene	focene	07	RM		41.8137	12.2135	4
00054	Isola Sacra	isola-sacra	07	RM		41.7709	12.2366	4
00054	Ara Nova	ara-nova	07	RM	058120	41.933	12.2398	4
00054	Torrimpietra	torrimpietra	07	RM	058120	41.9293	12.2244	4
00054	Passo Oscuro	passo-oscuro	07	RM	058120	41.8493	12.2239	3
00054	Maccarese	maccarese	07	RM	058120	41.877	12.2197	4
00054	Fiumicino Aeroporto	fiumicino-aeroporto	07	RM		41.8493	12.2239	3
00054	Testa Di Lepre	testa-di-lepre	07	RM	058120	41.8493	12.2239	3
00055	Palo	palo	07	RM		41.9333	12.1	4
00055	Marina San Nicola	marina-san-nicola	07	RM		41.931	12.1202	4
00055	Ladispoli	ladispoli	07	RM		41.9507	12.075	4
00057	Malagrotta	malagrotta	07	RM		41.8833	12.3333	4
00057	Pantano Di Grano	pantano-di-grano	07	RM		41.8833	12.3333	3
00058	Santa Severa	santa-severa	07	RM	058097	42.0241	11.9484	4
00058	Santa Marinella	santa-marinella	07	RM		42.0343	11.8542	4
00059	Santa Severa Nord	santa-severa-nord	07	RM		42.0229	11.9728	4
00059	Tolfa	tolfa	07	RM		42.1502	11.9322	4
00060	Nazzano	nazzano	07	RM		42.2302	12.5944	4
00060	Belvedere	belvedere	07	RM		42.0224	12.0416	4
00060	Ponzano Romano	ponzano-romano	07	RM		42.2569	12.5705	4
00060	Magliano Romano	magliano-romano	07	RM		42.1575	12.4366	4
00060	Capena	capena	07	RM		42.1425	12.5451	4
00060	Le Rughe	le-rughe	07	RM		42.0689	12.3762	4
00060	Montevirginio	montevirginio	07	RM		42.1483	12.126	4
00060	Civitella San Paolo	civitella-san-paolo	07	RM		42.1993	12.5746	4
00060	Terrazze	terrazze	07	RM		42.1027	12.5796	4
00060	Torrita Tiberina	torrita-tiberina	07	RM		42.2382	12.6163	4
00060	Formello	formello	07	RM		42.0625	12.3944	4
00060	Girardi	girardi	07	RM		42.1027	12.5796	4
00060	Monte Caminetto	monte-caminetto	07	RM		42.0665	12.4736	4
00060	Bivio Di Capanelle	bivio-di-capanelle	07	RM		42.1196	12.594	4
00060	Castelnuovo Di Porto	castelnuovo-di-porto	07	RM		42.1228	12.5104	4
00060	Ponte Storto	ponte-storto	07	RM		42.1448	12.4373	3
00060	Sacrofano	sacrofano	07	RM		42.1046	12.4478	4
00060	Filacciano	filacciano	07	RM		42.2545	12.5988	4
00060	Riano	riano	07	RM		42.0935	12.5146	4
00060	Canale Monterano	canale-monterano	07	RM		42.136	12.1028	4
00060	Mazzano Romano	mazzano-romano	07	RM		42.206	12.3955	4
00060	Bagni Di Stigliano	bagni-di-stigliano	07	RM		42.1167	12.0333	4
00060	Terme Di Stiglian	terme-di-stiglian	07	RM		42.1448	12.4373	3
00060	Sant'Oreste	sant-oreste	07	RM		42.233	12.5151	4
00060	Bellavista	bellavista	07	RM		42.1448	12.4373	3
00061	Anguillara Sabazia	anguillara-sabazia	07	RM		42.0792	12.2837	4
00062	Castel Giuliano	castel-giuliano	07	RM		42.055	12.126	4
00062	Rinascente	rinascente	07	RM		42.0874	12.1869	4
00062	Vigna Di Valle	vigna-di-valle	07	RM		42.0805	12.2317	4
00062	Bracciano	bracciano	07	RM		42.1027	12.1656	4
00063	Campagnano Di Roma	campagnano-di-roma	07	RM		42.1357	12.3736	4
00065	Fiano Romano	fiano-romano	07	RM		42.1554	12.5947	4
00065	Feronia	feronia	07	RM		42.1554	12.5947	3
00066	Quadroni	quadroni	07	RM		42.1333	12.1167	4
00066	Manziana	manziana	07	RM		42.13	12.1254	4
00067	Morlupo	morlupo	07	RM		42.15	12.5031	4
00068	Rignano Flaminio	rignano-flaminio	07	RM		42.2055	12.4807	4
00069	Vicarello	vicarello	07	RM		42.1667	12.2	4
00069	Trevignano Romano	trevignano-romano	07	RM		42.1602	12.2378	4
00071	Pomezia	pomezia	07	RM	058079	41.6693	12.5012	4
00071	Pratica Di Mare	pratica-di-mare	07	RM	058079	41.6641	12.4803	4
00071	Torvaianica	torvaianica	07	RM	058079	41.6211	12.462	4
00071	Santa Palomba	santa-palomba	07	RM	058079	41.7034	12.5709	4
00072	Galloro	galloro	07	RM	058009	41.7167	12.6667	4
00072	Ariccia	ariccia	07	RM	058009	41.7206	12.6723	4
00073	Laghetto Di Castel Gandolfo	laghetto-di-castel-gandolfo	07	RM	058022	41.7488	12.6497	3
00073	Castel Gandolfo	castel-gandolfo	07	RM	058022	41.7488	12.6497	4
00074	Nemi	nemi	07	RM	058070	41.7218	12.7181	4
00075	Lanuvio	lanuvio	07	RM	058050	41.673	12.694	4
00075	Pascolare	pascolare	07	RM	058050	41.673	12.694	3
00076	Lariano	lariano	07	RM	058115	41.7185	12.8287	4
00077	Montecompatri	montecompatri	07	RM	058060	41.8089	12.7378	4
00077	Laghetto Di Montecompatri	laghetto-di-montecompatri	07	RM	058060	41.8378	12.7312	3
00077	Molara	molara	07	RM	058060	41.8378	12.7312	3
00078	Monte Porzio Catone	monte-porzio-catone	07	RM	058064	41.8159	12.7143	4
00078	Armetta	armetta	07	RM	058064	41.8128	12.6878	4
00079	Colle Di Fuori	colle-di-fuori	07	RM	058088	41.8009	12.8068	4
00079	Rocca Priora	rocca-priora	07	RM	058088	41.7659	12.7658	4
00118	Roma	roma	07	RM		41.8919	12.5113	4
00119	Ostia Antica	ostia-antica	07	RM		41.8919	12.5113	3
00119	Roma	roma	07	RM		41.8919	12.5113	4
00120	Roma	roma	07	RM		41.8919	12.5113	4
00121	Lido Di Ostia Ponente	lido-di-ostia-ponente	07	RM		41.7321	12.2765	4
00121	Roma	roma	07	RM		41.8919	12.5113	4
00122	Castel Fusano	castel-fusano	07	RM		41.7333	12.3167	4
00122	Lido Di Ostia Levante	lido-di-ostia-levante	07	RM		41.7897	12.4095	3
00122	Castel Porziano	castel-porziano	07	RM		41.7439	12.4006	4
00123	Isola Farnese	isola-farnese	07	RM		42.0191	12.3928	4
00123	La Storta	la-storta	07	RM		42	12.3833	4
00123	Roma	roma	07	RM		41.8919	12.5113	4
00124	Casal Palocco	casal-palocco	07	RM		41.7485	12.3473	4
00124	Roma	roma	07	RM		41.8919	12.5113	4
00125	Acilia	acilia	07	RM		41.8919	12.5113	3
00125	Roma	roma	07	RM		41.8919	12.5113	4
00126	Roma	roma	07	RM		41.8919	12.5113	4
00127	Mezzocammino	mezzocammino	07	RM		41.7912	12.4081	4
00127	Risaro	risaro	07	RM		41.8248	12.4425	3
00127	Vitinia	vitinia	07	RM		41.7912	12.4081	4
00127	Roma	roma	07	RM		41.8919	12.5113	4
00128	Castel Di Decima	castel-di-decima	07	RM		41.7524	12.4372	4
00128	Castel Romano	castel-romano	07	RM		41.7117	12.4424	4
00128	Malpasso	malpasso	07	RM		41.7836	12.4583	3
00128	Roma	roma	07	RM		41.8919	12.5113	4
00128	Tor De' Cenci	tor-de-cenci	07	RM		41.7786	12.4424	4
00131	Roma	roma	07	RM		41.8919	12.5113	4
00131	Settecamini	settecamini	07	RM		41.9333	12.6167	4
00132	Borgata Borghesiana	borgata-borghesiana	07	RM		41.8919	12.5113	3
00132	Roma	roma	07	RM		41.8919	12.5113	4
00132	Colle Della Valentina	colle-della-valentina	07	RM		41.8919	12.5113	3
00132	Borgata Finocchio	borgata-finocchio	07	RM		41.8919	12.5113	3
00133	Torrenova	torrenova	07	RM		41.85	12.6167	4
00133	Torre Gaia	torre-gaia	07	RM		41.8563	12.6409	4
00133	Roma	roma	07	RM		41.8919	12.5113	4
00133	Torre Angela	torre-angela	07	RM		41.8661	12.5896	3
00134	Divino Amore	divino-amore	07	RM		41.7766	12.5461	4
00134	Roma	roma	07	RM		41.8919	12.5113	4
00134	Castel Di Leva	castel-di-leva	07	RM		41.7766	12.5461	4
00135	La Giustiniana	la-giustiniana	07	RM		41.9833	12.4	4
00135	Borgata Ottavia	borgata-ottavia	07	RM		41.9376	12.4557	3
00135	Roma	roma	07	RM		41.8919	12.5113	4
00136	Roma	roma	07	RM		41.8919	12.5113	4
00137	Roma	roma	07	RM		41.8919	12.5113	4
00138	Settebagni	settebagni	07	RM		42.0167	12.5167	4
00138	Marcigliana	marcigliana	07	RM		42.0167	12.5167	4
00138	Borgata Fidene	borgata-fidene	07	RM		41.9751	12.5149	3
00138	Roma	roma	07	RM		41.8919	12.5113	4
00138	Castel Giubileo	castel-giubileo	07	RM		41.9751	12.5149	3
00139	Roma	roma	07	RM		41.8919	12.5113	4
00141	Roma	roma	07	RM		41.8919	12.5113	4
00142	Roma	roma	07	RM		41.8919	12.5113	4
00143	Cecchignola	cecchignola	07	RM		41.8167	12.4833	4
00143	Roma	roma	07	RM		41.8919	12.5113	4
00144	Decima	decima	07	RM		41.8919	12.5113	3
00144	Roma	roma	07	RM		41.8919	12.5113	4
00145	Roma	roma	07	RM		41.8919	12.5113	4
00146	Roma	roma	07	RM		41.8919	12.5113	4
00147	Roma	roma	07	RM		41.8919	12.5113	4
00148	Borgata Corviale	borgata-corviale	07	RM		41.8919	12.5113	3
00148	Roma	roma	07	RM		41.8919	12.5113	4
00148	Magliana Trullo	magliana-trullo	07	RM		41.8919	12.5113	3
00149	Roma	roma	07	RM		41.8919	12.5113	4
00151	Roma	roma	07	RM		41.8919	12.5113	4
00152	Roma	roma	07	RM		41.8919	12.5113	4
00153	Roma	roma	07	RM		41.8919	12.5113	4
00154	Roma	roma	07	RM		41.8919	12.5113	4
00155	Tor Sapienza	tor-sapienza	07	RM		41.9	12.5833	4
00155	La Rustica	la-rustica	07	RM		41.896	12.5473	3
00155	Roma	roma	07	RM		41.8919	12.5113	4
00156	Rebibbia	rebibbia	07	RM		41.8919	12.5113	3
00156	Roma	roma	07	RM		41.8919	12.5113	4
00157	Roma	roma	07	RM		41.8919	12.5113	4
00158	Roma	roma	07	RM		41.8919	12.5113	4
00159	Roma	roma	07	RM		41.8919	12.5113	4
00161	Roma	roma	07	RM		41.8919	12.5113	4
00162	Roma	roma	07	RM		41.8919	12.5113	4
00163	Roma	roma	07	RM		41.8919	12.5113	4
00164	Roma	roma	07	RM		41.8919	12.5113	4
00165	Roma	roma	07	RM		41.8919	12.5113	4
00166	Roma	roma	07	RM		41.8919	12.5113	4
00166	Borgata Casalotti	borgata-casalotti	07	RM		41.8919	12.5113	3
00167	Roma	roma	07	RM		41.8919	12.5113	4
00168	Roma	roma	07	RM		41.8919	12.5113	4
00169	Torre Maura	torre-maura	07	RM		41.8919	12.5113	3
00169	Roma	roma	07	RM		41.8919	12.5113	4
00169	Torre Spaccata	torre-spaccata	07	RM		41.8919	12.5113	3
00171	Roma	roma	07	RM		41.8919	12.5113	4
00172	Roma	roma	07	RM		41.8919	12.5113	4
00173	Roma	roma	07	RM		41.8919	12.5113	4
00174	Roma	roma	07	RM		41.8919	12.5113	4
00175	Roma	roma	07	RM		41.8919	12.5113	4
00176	Roma	roma	07	RM		41.8919	12.5113	4
00177	Roma	roma	07	RM		41.8919	12.5113	4
00178	Capannelle	capannelle	07	RM		41.8333	12.5667	4
00178	Torricola	torricola	07	RM		41.8626	12.539	3
00178	Roma	roma	07	RM		41.8919	12.5113	4
00179	Roma	roma	07	RM		41.8919	12.5113	4
00181	Roma	roma	07	RM		41.8919	12.5113	4
00182	Roma	roma	07	RM		41.8919	12.5113	4
00183	Roma	roma	07	RM		41.8919	12.5113	4
00184	Roma	roma	07	RM		41.8919	12.5113	4
00185	Roma	roma	07	RM		41.8919	12.5113	4
00186	Roma	roma	07	RM		41.8919	12.5113	4
00187	Roma	roma	07	RM		41.8919	12.5113	4
00188	Prima Porta	prima-porta	07	RM		42	12.4833	4
00188	Labaro	labaro	07	RM		41.9939	12.4848	4
00188	Roma	roma	07	RM		41.8919	12.5113	4
00189	Tomba Di Nerone	tomba-di-nerone	07	RM		41.8919	12.5113	3
00189	Roma	roma	07	RM		41.8919	12.5113	4
00189	Grottarossa	grottarossa	07	RM		41.8919	12.5113	3
00191	Roma	roma	07	RM		41.8919	12.5113	4
00192	Roma	roma	07	RM		41.8919	12.5113	4
00193	Roma	roma	07	RM		41.8919	12.5113	4
00194	Roma	roma	07	RM		41.8919	12.5113	4
00195	Roma	roma	07	RM		41.8919	12.5113	4
00196	Roma	roma	07	RM		41.8919	12.5113	4
00197	Roma	roma	07	RM		41.8919	12.5113	4
00198	Roma	roma	07	RM		41.8919	12.5113	4
00199	Roma	roma	07	RM		41.8919	12.5113	4
01010	Cellere	cellere	07	VT		42.5102	11.7708	4
01010	Piansano	piansano	07	VT		42.5245	11.8298	4
01010	Ischia Di Castro	ischia-di-castro	07	VT		42.5442	11.7576	4
01010	Marta	marta	07	VT		42.5332	11.9242	4
01010	Barbarano Romano	barbarano-romano	07	VT		42.2491	12.0677	4
01010	Civitella Cesi	civitella-cesi	07	VT		42.216	12.0239	4
01010	Arlena Di Castro	arlena-di-castro	07	VT		42.4656	11.8209	4
01010	Latera	latera	07	VT		42.6292	11.8292	4
01010	Blera	blera	07	VT		42.2729	12.0302	4
01010	Onano	onano	07	VT		42.691	11.8155	4
01010	Villa San Giovanni In Tuscia	villa-san-giovanni-in-tuscia	07	VT		42.2788	12.0535	4
01010	Oriolo Romano	oriolo-romano	07	VT		42.1626	12.1386	4
01010	Capodimonte	capodimonte	07	VT		42.5478	11.9066	4
01010	Farnese	farnese	07	VT		42.5493	11.7264	4
01010	Vejano	vejano	07	VT		42.219	12.094	4
01010	Gradoli	gradoli	07	VT		42.645	11.8558	4
01010	Monte Romano	monte-romano	07	VT		42.2674	11.8966	4
01010	Tessennano	tessennano	07	VT		42.478	11.791	4
01011	Canino	canino	07	VT		42.4659	11.7529	4
01011	Musignano	musignano	07	VT		42.4333	11.7167	4
01012	Capranica	capranica	07	VT		42.2585	12.1728	4
01012	Vico Matrino	vico-matrino	07	VT		42.2776	12.1215	4
01014	Pescia Romana	pescia-romana	07	VT		42.3996	11.4965	4
01014	Montalto Di Castro	montalto-di-castro	07	VT		42.3498	11.6079	4
01015	Sutri	sutri	07	VT		42.246	12.2172	4
01016	Tarquinia	tarquinia	07	VT		42.2542	11.7566	4
01016	Lido Di Tarquinia	lido-di-tarquinia	07	VT		42.2232	11.7073	4
01016	Marina Velca	marina-velca	07	VT		42.2584	11.6969	4
01017	Tuscania	tuscania	07	VT		42.4189	11.8685	4
01018	Valentano	valentano	07	VT		42.5638	11.8275	4
01019	Vetralla	vetralla	07	VT		42.3179	12.0732	4
01019	Cura	cura	07	VT		42.3	12.0833	4
01019	Pietrara	pietrara	07	VT		42.2945	12.0761	4
01019	Tre Croci	tre-croci	07	VT		42.3041	12.0775	3
01019	Giardino	giardino	07	VT		42.3041	12.0775	3
01019	La Botte	la-botte	07	VT		42.424	11.9949	3
01020	San Michele In Teverina	san-michele-in-teverina	07	VT		42.5981	12.1686	4
01020	Lubriano	lubriano	07	VT		42.6362	12.1088	4
01020	Bomarzo	bomarzo	07	VT		42.4827	12.2504	4
01020	Sipicciano	sipicciano	07	VT		42.5442	12.228	4
01020	Mugnano	mugnano	07	VT		42.4963	12.2776	4
01020	Civitella D'Agliano	civitella-d-agliano	07	VT		42.603	12.1862	4
01020	Proceno	proceno	07	VT		42.7575	11.829	4
01020	San Lorenzo Nuovo	san-lorenzo-nuovo	07	VT		42.6863	11.9072	4
01020	Celleno	celleno	07	VT		42.5604	12.1244	4
01020	Casenuove	casenuove	07	VT		42.5878	12.128	3
01020	Graffignano	graffignano	07	VT		42.5754	12.2012	4
01021	Acquapendente	acquapendente	07	VT		42.7426	11.8683	4
01021	Trevinano	trevinano	07	VT		42.8221	11.8704	4
01021	Torre Alfina	torre-alfina	07	VT		42.7544	11.9457	4
01022	Vetriolo	vetriolo	07	VT		42.6063	12.1178	4
01022	Bagnoregio	bagnoregio	07	VT		42.6285	12.0897	4
01022	Castel Cellesi	castel-cellesi	07	VT		42.5902	12.1494	4
01022	Civita	civita	07	VT		42.6083	12.119	3
01023	Bolsena	bolsena	07	VT		42.6433	11.9851	4
01024	Castiglione In Teverina	castiglione-in-teverina	07	VT		42.6508	12.2031	4
01024	Sermugnano	sermugnano	07	VT		42.657	12.1629	4
01025	Grotte Di Castro	grotte-di-castro	07	VT		42.6757	11.8691	4
01027	Le Mosse	le-mosse	07	VT		42.5339	12.043	3
01027	Montefiascone	montefiascone	07	VT		42.5425	12.0319	4
01027	Zepponami	zepponami	07	VT		42.5252	12.0541	4
01028	Orte Stazione	orte-stazione	07	VT		42.4836	12.3325	4
01028	Orte Scalo	orte-scalo	07	VT		42.4348	12.4078	4
01028	Orte	orte	07	VT		42.4612	12.3863	4
01030	Monterosi	monterosi	07	VT		42.197	12.3084	4
01030	Corchiano	corchiano	07	VT		42.3449	12.3569	4
01030	Vitorchiano	vitorchiano	07	VT		42.4657	12.1715	4
01030	Faleria	faleria	07	VT		42.2258	12.4452	4
01030	Vallerano	vallerano	07	VT		42.3833	12.2614	4
01030	Calcata	calcata	07	VT		42.2195	12.4262	4
01030	Bassano Romano	bassano-romano	07	VT		42.2223	12.1878	4
01030	Bassano In Teverina	bassano-in-teverina	07	VT		42.4644	12.3075	4
01030	Canepina	canepina	07	VT		42.3832	12.2318	4
01030	Vasanello	vasanello	07	VT		42.4151	12.3477	4
01030	Calcata Nuova	calcata-nuova	07	VT		42.2195	12.4262	4
01030	Castel Sant'Elia	castel-sant-elia	07	VT		42.2511	12.3703	4
01030	Vitorchiano Stazione	vitorchiano-stazione	07	VT		42.3171	12.3158	3
01030	Carbognano	carbognano	07	VT		42.3302	12.2646	4
01032	Caprarola	caprarola	07	VT		42.3231	12.2385	4
01033	Civita Castellana	civita-castellana	07	VT		42.293	12.4089	4
01033	Civita Castellana Stazione	civita-castellana-stazione	07	VT		42.3199	12.4317	3
01033	Borghetto	borghetto	07	VT		42.3468	12.4546	4
01033	Borghetto Di Civita Castellana Stazione	borghetto-di-civita-castellana-stazione	07	VT		42.3199	12.4317	3
01034	Fabrica Di Roma	fabrica-di-roma	07	VT		42.3344	12.2987	4
01034	Regolelli	regolelli	07	VT		42.2932	12.3513	4
01035	Gallese	gallese	07	VT		42.3738	12.3965	4
01035	Scalo Teverina	scalo-teverina	07	VT		42.3755	12.4431	4
01036	Nepi	nepi	07	VT		42.2422	12.3436	4
01037	Ronciglione	ronciglione	07	VT		42.289	12.2148	4
01037	Lago Di Vico	lago-di-vico	07	VT		42.289	12.2148	3
01038	Soriano Nel Cimino	soriano-nel-cimino	07	VT		42.4182	12.2341	4
01038	Chia	chia	07	VT		42.4705	12.2773	4
01039	Vignanello	vignanello	07	VT		42.3788	12.2784	4
01100	Bagnaia	bagnaia	07	VT		42.4278	12.1544	4
01100	Grotte Santo Stefano	grotte-santo-stefano	07	VT		42.5169	12.1723	4
01100	San Martino Al Cimino	san-martino-al-cimino	07	VT		42.3698	12.1252	4
01100	Viterbo	viterbo	07	VT		42.4194	12.1056	4
01100	Tobia	tobia	07	VT		42.3606	12.0998	4
01100	Roccalvecce	roccalvecce	07	VT		42.5682	12.1599	4
01100	Magugnano	magugnano	07	VT		42.5167	12.1667	4
01100	La Quercia	la-quercia	07	VT		42.4167	12.1	4
01100	Fastello	fastello	07	VT		42.5452	12.095	4
16010	Carsi	carsi	08	GE		44.5473	9.1004	4
16010	Crocefieschi	crocefieschi	08	GE		44.5808	9.0236	4
16010	Tiglieto	tiglieto	08	GE		44.5232	8.6193	4
16010	Ponte Di Savignone	ponte-di-savignone	08	GE		44.5597	8.9729	4
16010	Prelo	prelo	08	GE		44.5082	8.9143	4
16010	Acquasanta	acquasanta	08	GE		44.4585	8.7732	4
16010	Rossiglione	rossiglione	08	GE		44.5636	8.6696	4
16010	Savignone	savignone	08	GE		44.5643	8.9873	4
16010	Isorelle	isorelle	08	GE		44.5671	8.9617	4
16010	Mainetto	mainetto	08	GE		44.517	8.8995	3
16010	Pedemonte	pedemonte	08	GE		44.5031	8.9261	4
16010	Sant'Olcese	sant-olcese	08	GE		44.517	8.8995	3
16010	Serra Ricco'	serra-ricco	08	GE		44.5107	8.9381	4
16010	Valbrevenna	valbrevenna	08	GE		44.517	8.8995	3
16010	Vobbia	vobbia	08	GE		44.6012	9.0387	4
16010	Orero Di Serra Ricco'	orero-di-serra-ricco	08	GE	010058	44.517	8.8995	3
16010	Manesseno	manesseno	08	GE		44.4782	8.9278	4
16010	Masone	masone	08	GE		44.5016	8.7189	4
16010	Piccarello	piccarello	08	GE		44.4839	8.9659	4
16010	Mele	mele	08	GE		44.4457	8.7489	4
16010	Castagna	castagna	08	GE		44.3922	9.0056	4
16011	Pineta Di Arenzano	pineta-di-arenzano	08	GE		44.4052	8.6831	3
16011	Arenzano	arenzano	08	GE		44.4052	8.6831	4
16012	Sarissola	sarissola	08	GE		44.5719	8.9569	4
16012	Camarza	camarza	08	GE		44.587	8.993	4
16012	Busalla	busalla	08	GE		44.5706	8.9454	4
16013	Campo Ligure	campo-ligure	08	GE		44.5366	8.699	4
16014	Geo	geo	08	GE		44.4751	8.8868	4
16014	Ceranesi	ceranesi	08	GE		44.5056	8.8934	4
16014	Campomorone	campomorone	08	GE		44.5095	8.885	4
16014	Langasco	langasco	08	GE		44.5239	8.886	4
16014	Isoverde	isoverde	08	GE		44.5294	8.8605	4
16014	Pontasso	pontasso	08	GE		44.5124	8.8773	4
16014	Santuario Della Guardia	santuario-della-guardia	08	GE		44.5073	8.8786	3
16014	Ferriera	ferriera	08	GE		44.5124	8.8773	4
16014	Guardia	guardia	08	GE		44.4902	8.8628	4
16015	Orero	orero	08	GE		44.4083	9.2671	4
16015	Casella	casella	08	GE		44.5352	9.0008	4
16016	Lerca	lerca	08	GE		44.4042	8.6499	4
16016	Sciarborasca	sciarborasca	08	GE		44.4018	8.6154	4
16016	Cogoleto	cogoleto	08	GE		44.39	8.6469	4
16017	Isola Del Cantone	isola-del-cantone	08	GE		44.6478	8.9575	4
16018	Giovi	giovi	08	GE		44.5453	8.9354	4
16018	Mignanego	mignanego	08	GE		44.5275	8.9141	4
16019	Pieve	pieve	08	GE		44.6015	8.9436	3
16019	Ronco Scrivia	ronco-scrivia	08	GE		44.6136	8.9504	4
16019	Borgo Fornari	borgo-fornari	08	GE		44.5893	8.9367	4
16020	Cassingheno	cassingheno	08	GE		44.5537	9.2505	4
16020	Gorreto	gorreto	08	GE		44.6049	9.2913	4
16020	Fontanarossa	fontanarossa	08	GE		44.5879	9.2564	4
16020	Fascia	fascia	08	GE		44.5825	9.2214	4
16021	Bargagli	bargagli	08	GE		44.4475	9.0937	4
16022	Moranego	moranego	08	GE		44.4775	9.1031	4
16022	Meco	meco	08	GE		44.4462	9.06	4
16022	Scoffera	scoffera	08	GE		44.4806	9.1165	4
16022	Davagna	davagna	08	GE		44.4658	9.0867	4
16023	Fontanigorda	fontanigorda	08	GE		44.5454	9.3055	4
16023	Canale Fontanigorda	canale-fontanigorda	08	GE		44.5356	9.2714	4
16023	Casoni	casoni	08	GE		44.5271	9.3085	4
16023	Canale	canale	08	GE		44.5356	9.2714	4
16024	Lumarzo	lumarzo	08	GE		44.4336	9.1396	4
16025	Montebruno	montebruno	08	GE		44.5258	9.2483	4
16025	Ponte Trebbia	ponte-trebbia	08	GE		44.5095	9.1979	4
16025	Rondanina	rondanina	08	GE		44.5632	9.2181	4
16026	Montoggio	montoggio	08	GE		44.517	9.0492	4
16026	Trefontane	trefontane	08	GE		44.5032	9.03	4
16027	Propata	propata	08	GE		44.5649	9.1859	4
16028	Rovegno	rovegno	08	GE		44.5767	9.2792	4
16028	Casanova	casanova	08	GE		44.5527	9.3134	4
16029	Torriglia	torriglia	08	GE		44.5176	9.1581	4
16029	Laccio	laccio	08	GE		44.4942	9.1298	4
16029	Fascia Di Carlo	fascia-di-carlo	08	GE		44.5042	9.1015	4
16030	Avegno	avegno	08	GE		44.3828	9.158	4
16030	Moneglia	moneglia	08	GE		44.2391	9.4908	4
16030	Bargone	bargone	08	GE		44.2984	9.4807	4
16030	Canepa	canepa	08	GE		44.3972	9.1168	4
16030	Castiglione Chiavarese	castiglione-chiavarese	08	GE		44.2754	9.5169	4
16030	Colonia Arnaldi	colonia-arnaldi	08	GE		44.3437	9.2821	3
16030	Capreno	capreno	08	GE		44.3893	9.1216	4
16030	Casarza Ligure	casarza-ligure	08	GE		44.2719	9.447	4
16030	Pieve Ligure	pieve-ligure	08	GE		44.3749	9.0941	4
16030	Tribogna	tribogna	08	GE		44.4165	9.1956	4
16030	Cogorno	cogorno	08	GE		44.3207	9.3712	4
16030	Testana	testana	08	GE		44.3956	9.1463	4
16030	Uscio	uscio	08	GE		44.4123	9.1623	4
16030	Sori	sori	08	GE		44.373	9.1047	4
16030	Sant'Anna	sant-anna	08	GE		44.3533	9.2181	4
16030	San Salvatore	san-salvatore	08	GE		44.331	9.3548	4
16030	Zoagli	zoagli	08	GE		44.3367	9.2668	4
16030	Velva	velva	08	GE		44.2747	9.5496	4
16031	Bogliasco	bogliasco	08	GE		44.3807	9.0693	4
16031	San Bernardo	san-bernardo	08	GE		44.3103	9.3613	4
16031	Poggio Favaro	poggio-favaro	08	GE		44.3827	9.0789	4
16032	Ruta	ruta	08	GE		44.3442	9.1714	4
16032	Camogli	camogli	08	GE		44.3494	9.1549	4
16032	San Rocco Di Camogli	san-rocco-di-camogli	08	GE		44.3371	9.1584	4
16032	San Fruttuoso Di Camogli	san-fruttuoso-di-camogli	08	GE		44.3163	9.1756	4
16032	San Rocco	san-rocco	08	GE		44.3371	9.1584	4
16032	San Fruttuoso	san-fruttuoso	08	GE		44.3163	9.1756	4
16033	Lavagna	lavagna	08	GE		44.3062	9.3538	4
16033	Cavi	cavi	08	GE		44.2901	9.3803	4
16034	Portofino	portofino	08	GE		44.3035	9.2094	4
16035	San Massimo	san-massimo	08	GE		44.3488	9.1924	4
16035	Rapallo	rapallo	08	GE		44.3496	9.228	4
16035	San Michele Di Pagana	san-michele-di-pagana	08	GE		44.353	9.2356	4
16036	Recco	recco	08	GE		44.3623	9.1435	4
16038	Santa Margherita Ligure	santa-margherita-ligure	08	GE		44.3346	9.212	4
16038	San Lorenzo Della Costa	san-lorenzo-della-costa	08	GE		44.3388	9.1852	4
16038	Paraggi	paraggi	08	GE		44.3113	9.2103	4
16039	Santa Vittoria Di Libiola	santa-vittoria-di-libiola	08	GE		44.2936	9.4321	4
16039	Riva Trigoso	riva-trigoso	08	GE		44.2596	9.4233	4
16039	Pila Sul Gromolo	pila-sul-gromolo	08	GE		44.2755	9.4174	3
16039	Sestri Levante	sestri-levante	08	GE		44.2732	9.3968	4
16040	San Colombano Certenoli	san-colombano-certenoli	08	GE		44.3645	9.3319	4
16040	Isolona	isolona	08	GE		44.4075	9.2752	4
16040	Leivi	leivi	08	GE		44.3534	9.3107	4
16040	Reppia	reppia	08	GE		44.3753	9.4582	4
16040	Roccatagliata	roccatagliata	08	GE		44.4667	9.2	4
16040	Coreglia Ligure	coreglia-ligure	08	GE		44.3877	9.261	4
16040	Orero	orero	08	GE		44.4083	9.2671	4
16040	Conscenti	conscenti	08	GE		44.3449	9.3954	4
16040	Piandifieno	piandifieno	08	GE		44.3402	9.4498	4
16040	Favale Di Malvaro	favale-di-malvaro	08	GE		44.4516	9.26	4
16040	Statale	statale	08	GE		44.3486	9.4828	4
16040	Neirone	neirone	08	GE		44.4548	9.1913	4
16040	Calvari	calvari	08	GE		44.3817	9.2851	4
16040	Pian Dei Ratti	pian-dei-ratti	08	GE		44.3928	9.2693	4
16040	Ognio	ognio	08	GE		44.4406	9.1715	4
16040	Ne	ne	08	GE		44.3556	9.3879	4
16040	Celesia	celesia	08	GE		44.3956	9.3476	4
16041	Giaiette	giaiette	08	GE		44.4161	9.4554	4
16041	Prato Sopralacroce	prato-sopralacroce	08	GE		44.4346	9.395	3
16041	Bertigaro	bertigaro	08	GE		44.4653	9.368	4
16041	Brizzolara	brizzolara	08	GE		44.4368	9.3681	4
16041	Borzonasca	borzonasca	08	GE		44.42	9.3885	4
16042	Graveglia	graveglia	08	GE		44.3485	9.3702	4
16042	Carasco	carasco	08	GE		44.3497	9.3457	4
16042	Rivarola	rivarola	08	GE		44.3434	9.3551	4
16043	Sant'Andrea Di Rovereto	sant-andrea-di-rovereto	08	GE		44.3332	9.2886	4
16043	Chiavari	chiavari	08	GE		44.3177	9.3224	4
16043	Caperana	caperana	08	GE		44.3306	9.3458	4
16044	Monleone	monleone	08	GE		44.4071	9.2392	3
16044	Cicagna	cicagna	08	GE		44.4071	9.2392	4
16045	Lorsica	lorsica	08	GE		44.4341	9.2768	4
16046	Mezzanego	mezzanego	08	GE		44.3827	9.3767	4
16046	Borgonovo	borgonovo	08	GE		44.3955	9.3792	4
16046	Passo Del Bocco	passo-del-bocco	08	GE		44.3911	9.3781	3
16046	Borgonovo Ligure	borgonovo-ligure	08	GE		44.395	9.3785	4
16047	Ferrada	ferrada	08	GE		44.4201	9.2102	4
16047	Gattorna	gattorna	08	GE		44.4307	9.1851	4
16047	Moconesi	moconesi	08	GE		44.4206	9.2098	4
16048	Priosa	priosa	08	GE		44.4852	9.3061	4
16048	Cabanne	cabanne	08	GE		44.4934	9.3433	4
16048	Magnasco	magnasco	08	GE		44.5165	9.4037	4
16048	Rezzoaglio	rezzoaglio	08	GE		44.5262	9.3883	4
16048	Parazzuolo	parazzuolo	08	GE		44.4772	9.325	4
16048	Alpepiana	alpepiana	08	GE		44.5599	9.3923	4
16049	Allegrezze	allegrezze	08	GE		44.5325	9.4341	4
16049	Santo Stefano D'Aveto	santo-stefano-d-aveto	08	GE		44.5468	9.4532	4
16049	Amborzasco	amborzasco	08	GE		44.5146	9.4566	4
16100	Genova	genova	08	GE		44.4048	8.9444	4
16121	Genova	genova	08	GE		44.4048	8.9444	4
16122	Genova	genova	08	GE		44.4048	8.9444	4
16123	Genova	genova	08	GE		44.4048	8.9444	4
16124	Genova	genova	08	GE		44.4048	8.9444	4
16125	Genova	genova	08	GE		44.4048	8.9444	4
16126	Genova	genova	08	GE		44.4048	8.9444	4
16127	Genova	genova	08	GE		44.4048	8.9444	4
16128	Genova	genova	08	GE		44.4048	8.9444	4
16129	Genova	genova	08	GE		44.4048	8.9444	4
16131	Genova	genova	08	GE		44.4048	8.9444	4
16132	Genova	genova	08	GE		44.4048	8.9444	4
16133	San Desiderio	san-desiderio	08	GE		44.4228	9.0142	4
16133	Genova	genova	08	GE		44.4048	8.9444	4
16133	Apparizione	apparizione	08	GE		44.4056	8.9996	4
16133	Bavari	bavari	08	GE		44.4334	9.018	4
16134	Genova	genova	08	GE		44.4048	8.9444	4
16135	Genova	genova	08	GE		44.4048	8.9444	4
16136	Genova	genova	08	GE		44.4048	8.9444	4
16137	Staglieno	staglieno	08	GE		44.4275	8.9492	4
16137	Genova	genova	08	GE		44.4048	8.9444	4
16138	Molassana	molassana	08	GE		44.4553	8.9822	4
16138	Genova	genova	08	GE		44.4048	8.9444	4
16139	Genova	genova	08	GE		44.4048	8.9444	4
16141	Sant'Eusebio	sant-eusebio	08	GE		44.4434	8.9875	4
16141	Genova	genova	08	GE		44.4048	8.9444	4
16142	Genova	genova	08	GE		44.4048	8.9444	4
16143	Genova	genova	08	GE		44.4048	8.9444	4
16144	Genova	genova	08	GE		44.4048	8.9444	4
16145	Genova	genova	08	GE		44.4048	8.9444	4
16146	Genova	genova	08	GE		44.4048	8.9444	4
16147	Sturla	sturla	08	GE		44.3949	8.9815	4
16147	Genova	genova	08	GE		44.4048	8.9444	4
16148	Quarto Dei Mille	quarto-dei-mille	08	GE		44.3872	9.0044	4
16148	Genova	genova	08	GE		44.4048	8.9444	4
16149	Sampierdarena	sampierdarena	08	GE		44.4111	8.8955	4
16149	Genova	genova	08	GE		44.4048	8.9444	4
16151	Campasso	campasso	08	GE		44.4202	8.8892	4
16151	Genova	genova	08	GE		44.4048	8.9444	4
16152	Cornigliano Ligure	cornigliano-ligure	08	GE		44.4161	8.8735	4
16152	Genova	genova	08	GE		44.4048	8.9444	4
16152	Coronata	coronata	08	GE		44.4195	8.8756	4
16153	Genova	genova	08	GE		44.4048	8.9444	4
16153	Borzoli	borzoli	08	GE		44.4369	8.8734	4
16154	San Giovanni Battista	san-giovanni-battista	08	GE		44.4325	8.8519	4
16154	Genova	genova	08	GE		44.4048	8.9444	4
16154	Sestri Ponente	sestri-ponente	08	GE		44.4261	8.8485	4
16155	Pegli	pegli	08	GE		44.4244	8.8121	4
16155	Genova	genova	08	GE		44.4048	8.9444	4
16155	Multedo	multedo	08	GE		44.4272	8.8305	4
16156	Genova	genova	08	GE		44.4048	8.9444	4
16157	Palmaro Di Pra'	palmaro-di-pra	08	GE		44.4289	8.7716	4
16157	Genova	genova	08	GE		44.4048	8.9444	4
16157	Pra'	pra	08	GE		44.4275	8.79	4
16158	Voltri	voltri	08	GE		44.4297	8.7486	4
16158	Genova	genova	08	GE		44.4048	8.9444	4
16158	Fabbriche	fabbriche	08	GE		44.4173	8.8465	3
16159	Genova	genova	08	GE		44.4048	8.9444	4
16159	Rivarolo Ligure	rivarolo-ligure	08	GE		44.4368	8.8937	4
16159	Certosa Di Rivarolo Ligure	certosa-di-rivarolo-ligure	08	GE		44.4299	8.8929	4
16161	Fegino	fegino	08	GE		44.4394	8.8835	4
16161	Genova	genova	08	GE		44.4048	8.9444	4
16161	Teglia	teglia	08	GE		44.4516	8.8944	4
16162	Bolzaneto	bolzaneto	08	GE		44.4574	8.9018	4
16162	Genova	genova	08	GE		44.4048	8.9444	4
16163	San Quirico In Val Polcevera	san-quirico-in-val-polcevera	08	GE		44.4849	8.9006	4
16163	Genova	genova	08	GE		44.4048	8.9444	4
16164	Pontedecimo	pontedecimo	08	GE		44.4977	8.9039	4
16164	Genova	genova	08	GE		44.4048	8.9444	4
16165	Struppa	struppa	08	GE		44.4491	9.0119	4
16165	Genova	genova	08	GE		44.4048	8.9444	4
16166	Quinto Al Mare	quinto-al-mare	08	GE		44.3844	9.0194	4
16166	Genova	genova	08	GE		44.4048	8.9444	4
16167	Sant'Ilario Ligure	sant-ilario-ligure	08	GE		44.3941	8.9889	3
16167	Genova	genova	08	GE		44.4048	8.9444	4
16167	Nervi	nervi	08	GE		44.3833	9.0333	4
18010	Villa Faraldi	villa-faraldi	08	IM		43.9684	8.0897	4
18010	Terzorio	terzorio	08	IM		43.8523	7.8983	4
18010	Boscomare	boscomare	08	IM		43.8784	7.9066	4
18010	Badalucco	badalucco	08	IM		43.9168	7.8458	4
18010	Montalto Ligure	montalto-ligure	08	IM		43.9287	7.8449	4
18010	Agaggio Inferiore	agaggio-inferiore	08	IM		43.9694	7.8161	4
18010	Riva Faraldi	riva-faraldi	08	IM		43.9663	8.0837	4
18010	Cervo	cervo	08	IM		43.9257	8.1153	4
18010	Santo Stefano Al Mare	santo-stefano-al-mare	08	IM		43.8386	7.8973	4
18010	Pietrabruna	pietrabruna	08	IM		43.8893	7.9032	4
18010	Molini Di Triora	molini-di-triora	08	IM		43.989	7.7746	4
18010	Carpasio	carpasio	08	IM		43.9602	7.8663	4
18010	Triora	triora	08	IM		43.9931	7.7637	4
18011	Castellaro	castellaro	08	IM		43.8644	7.8688	4
18012	Borghetto San Nicolo'	borghetto-san-nicolo	08	IM		43.8041	7.6612	4
18012	Vallebona	vallebona	08	IM		43.8122	7.6654	4
18012	Piani Di Borghetto	piani-di-borghetto	08	IM		43.806	7.6717	3
18012	Seborga	seborga	08	IM		43.8273	7.6959	4
18012	Bordighera Alta	bordighera-alta	08	IM		43.806	7.6717	3
18012	Bordighera	bordighera	08	IM		43.7806	7.6645	4
18013	Diano Marina	diano-marina	08	IM		43.9109	8.0803	4
18013	Diano San Pietro	diano-san-pietro	08	IM		43.9295	8.0725	4
18013	Diano Arentino	diano-arentino	08	IM		43.9496	8.0416	4
18013	Diano Castello	diano-castello	08	IM		43.9242	8.066	4
18014	Ospedaletti	ospedaletti	08	IM		43.8022	7.7183	4
18015	Pompeiana	pompeiana	08	IM		43.853	7.8884	4
18015	Riva Ligure	riva-ligure	08	IM		43.8388	7.8793	4
18016	San Bartolomeo Al Mare	san-bartolomeo-al-mare	08	IM		43.9231	8.1048	4
18017	Costarainera	costarainera	08	IM		43.8548	7.9411	4
18017	Lingueglietta	lingueglietta	08	IM		43.8677	7.9313	4
18017	Cipressa	cipressa	08	IM		43.852	7.9314	4
18017	San Lorenzo Al Mare	san-lorenzo-al-mare	08	IM		43.8538	7.9641	4
18017	Civezza	civezza	08	IM		43.8798	7.9516	4
18018	Taggia	taggia	08	IM		43.8461	7.8522	4
18018	Arma Di Taggia	arma-di-taggia	08	IM		43.8333	7.85	4
18019	Vallecrosia	vallecrosia	08	IM		43.7867	7.639	4
18019	Vallecrosia Alta	vallecrosia-alta	08	IM		43.8081	7.6514	4
18020	Caravonica	caravonica	08	IM		43.993	7.958	4
18020	Vasia	vasia	08	IM		43.9327	7.9539	4
18020	Ranzo	ranzo	08	IM		43.9892	7.9615	3
18020	Lucinasco	lucinasco	08	IM		43.966	7.96	4
18020	Aquila Di Arroscia	aquila-di-arroscia	08	IM		44.0859	8.0052	4
18020	Aurigo	aurigo	08	IM		43.9828	7.9234	4
18020	Borghetto D'Arroscia	borghetto-d-arroscia	08	IM		44.0567	7.9808	4
18020	Prela'	prela	08	IM		43.9892	7.9615	3
18020	Dolcedo	dolcedo	08	IM		43.9074	7.9494	4
18021	Borgomaro	borgomaro	08	IM		43.9753	7.9441	4
18022	Cartari	cartari	08	IM		44.027	7.9578	4
18022	Arzeno D'Oneglia	arzeno-d-oneglia	08	IM		44.0094	7.9631	4
18022	Cesio	cesio	08	IM		44.008	7.9751	4
18023	Cosio Di Arroscia	cosio-di-arroscia	08	IM		44.0774	7.8324	4
18024	Nava	nava	08	IM		44.0983	7.872	4
18024	Case Di Nava	case-di-nava	08	IM		44.0844	7.8708	3
18024	Pornassio	pornassio	08	IM		44.0705	7.8695	4
18025	Montegrosso Pian Latte	montegrosso-pian-latte	08	IM		44.0663	7.816	4
18025	Mendatica	mendatica	08	IM		44.0771	7.8056	4
18026	Calderara	calderara	08	IM		44.0299	7.9363	4
18026	Pieve Di Teco	pieve-di-teco	08	IM		44.0471	7.9156	4
18026	Vessalico	vessalico	08	IM		44.0456	7.9601	4
18026	Armo	armo	08	IM		44.0877	7.9154	4
18026	Rezzo	rezzo	08	IM		44.021	7.872	4
18026	Cenova	cenova	08	IM		44.0304	7.8953	4
18027	Chiusavecchia	chiusavecchia	08	IM		43.9673	7.9844	4
18027	Chiusanico	chiusanico	08	IM		43.973	7.9919	4
18027	Pontedassio	pontedassio	08	IM		43.9383	8.0146	4
18030	Airole	airole	08	IM		43.8709	7.5541	4
18030	Olivetta San Michele	olivetta-san-michele	08	IM		43.8787	7.515	4
18030	Castel Vittorio	castel-vittorio	08	IM		43.9275	7.6747	4
18030	Rocchetta Nervina	rocchetta-nervina	08	IM		43.8899	7.6007	4
18031	Bajardo	bajardo	08	IM		43.904	7.7253	4
18032	Perinaldo	perinaldo	08	IM		43.8669	7.6719	4
18033	Camporosso	camporosso	08	IM		43.8131	7.6283	4
18033	Camporosso Mare	camporosso-mare	08	IM		43.8131	7.6283	3
18034	Ceriana	ceriana	08	IM		43.8809	7.7748	4
18035	Dolceacqua	dolceacqua	08	IM		43.8498	7.6237	4
18035	Isolabona	isolabona	08	IM		43.8808	7.6399	4
18035	Apricale	apricale	08	IM		43.8803	7.6599	4
18036	San Biagio Della Cima	san-biagio-della-cima	08	IM		43.8178	7.6513	4
18036	Soldano	soldano	08	IM		43.8295	7.6563	4
18037	Pigna	pigna	08	IM		43.932	7.6612	4
18038	Bussana	bussana	08	IM		43.8287	7.8444	4
18038	Coldirodi	coldirodi	08	IM		43.8115	7.7311	4
18038	Verezzo	verezzo	08	IM		43.8545	7.7806	4
18038	Poggio	poggio	08	IM		43.8311	7.8139	4
18038	San Remo	san-remo	08	IM		43.8173	7.7772	4
18038	San Bartolomeo	san-bartolomeo	08	IM		43.7936	7.565	4
18038	San Romolo	san-romolo	08	IM		43.8569	7.7267	4
18038	Borello	borello	08	IM		43.9465	8.0492	4
18038	San Giacomo	san-giacomo	08	IM		43.8013	7.6154	4
18039	Roverino	roverino	08	IM		43.8042	7.5972	4
18039	Torri	torri	08	IM		43.8385	7.5522	4
18039	Grimaldi	grimaldi	08	IM		43.7873	7.5387	4
18039	Calvo	calvo	08	IM		43.8299	7.557	4
18039	Ventimiglia	ventimiglia	08	IM		43.7896	7.6087	4
18039	Grimaldi Di Ventimiglia	grimaldi-di-ventimiglia	08	IM		43.7873	7.5387	4
18039	Sealza	sealza	08	IM		43.8095	7.5492	4
18039	Bevera	bevera	08	IM		43.8248	7.5782	4
18039	Trucco	trucco	08	IM		43.8449	7.5899	4
18039	Latte	latte	08	IM		43.794	7.5657	4
18039	Sant'Antonio	sant-antonio	08	IM		43.8181	7.5572	4
18100	Caramagna Ligure	caramagna-ligure	08	IM		43.8898	7.9881	4
18100	Vasia	vasia	08	IM		43.9327	7.9539	4
18100	Dolcedo	dolcedo	08	IM		43.9074	7.9494	4
18100	Oneglia	oneglia	08	IM		43.8903	8.0434	4
18100	Porto Maurizio	porto-maurizio	08	IM		43.8744	8.014	4
18100	Prela'	prela	08	IM		43.8973	7.998	3
18100	Imperia	imperia	08	IM		43.8892	8.0393	4
18100	Borgo Primo	borgo-primo	08	IM		43.8973	7.998	3
18100	Castelvecchio Di Santa Maria Maggiore	castelvecchio-di-santa-maria-maggiore	08	IM		43.8973	7.998	3
19010	Torza	torza	08	SP		44.301	9.5659	4
19010	Maissana	maissana	08	SP		44.3367	9.5359	4
19011	Bonassola	bonassola	08	SP		44.1832	9.5842	4
19012	Carro	carro	08	SP		44.2721	9.6089	4
19012	Castello	castello	08	SP	011009	44.2829	9.6011	4
19013	Deiva Marina	deiva-marina	08	SP		44.2193	9.5206	4
19014	Framura	framura	08	SP		44.2095	9.554	4
19015	Montale	montale	08	SP		44.1867	9.6262	4
19015	Levanto	levanto	08	SP		44.1742	9.6167	4
19016	Monterosso Al Mare	monterosso-al-mare	08	SP		44.1467	9.6549	4
19017	Riomaggiore	riomaggiore	08	SP		44.0998	9.7387	4
19017	Manarola	manarola	08	SP		44.1071	9.729	4
19018	Corniglia	corniglia	08	SP		44.1199	9.7081	4
19018	Vernazza	vernazza	08	SP		44.135	9.6835	4
19020	Borghetto Di Vara	borghetto-di-vara	08	SP		44.2237	9.7212	4
19020	Piana Battolla	piana-battolla	08	SP		44.1932	9.8534	4
19020	Bolano	bolano	08	SP		44.1877	9.8949	4
19020	Piano Di Valeriano	piano-di-valeriano	08	SP		44.1515	9.8738	4
19020	Mattarana	mattarana	08	SP		44.2472	9.6178	4
19020	Prati	prati	08	SP		44.2268	9.731	4
19020	Beverino	beverino	08	SP		44.1977	9.7854	4
19020	Sesta Godano	sesta-godano	08	SP		44.2938	9.6754	4
19020	Rocchetta Di Vara	rocchetta-di-vara	08	SP		44.2506	9.7579	4
19020	Valdurasca	valdurasca	08	SP		44.2006	9.7799	3
19020	Padivarma	padivarma	08	SP		44.1965	9.7675	4
19020	Carpena	carpena	08	SP		44.1171	9.7671	4
19020	Suvero	suvero	08	SP		44.2665	9.7777	4
19020	Ponzo' Bovecchio	ponzo-bovecchio	08	SP		44.2006	9.7799	3
22010	Oria	oria	09	CO		46.0232	9.0369	4
19020	Carrodano	carrodano	08	SP		44.2415	9.6558	4
19020	Brugnato	brugnato	08	SP		44.2367	9.725	4
19020	Ponzo'	ponzo	08	SP		44.1559	9.7502	4
19020	San Martino Di Durasca	san-martino-di-durasca	08	SP		44.2006	9.7799	3
19020	Calice Al Cornoviglio	calice-al-cornoviglio	08	SP		44.2433	9.8367	4
19020	Pieve Di Zignago	pieve-di-zignago	08	SP		44.2779	9.7457	4
19020	Ceparana	ceparana	08	SP		44.1667	9.8833	4
19020	Fornola	fornola	08	SP		44.1298	9.8916	4
19020	Zignago	zignago	08	SP		44.2779	9.7457	4
19020	Veppo	veppo	08	SP		44.2006	9.7799	3
19020	San Benedetto	san-benedetto	08	SP		44.1344	9.7776	4
19020	Valeriano	valeriano	08	SP		44.1494	9.8563	4
19020	Tivegna	tivegna	08	SP		44.1804	9.8374	4
19020	Follo	follo	08	SP		44.1637	9.8619	4
19020	Madonna Di Buonviaggio	madonna-di-buonviaggio	08	SP		44.2006	9.7799	3
19020	Piano Di Follo	piano-di-follo	08	SP		44.1637	9.8619	4
19020	Pignone	pignone	08	SP		44.1778	9.7233	4
19020	Cavanella Vara	cavanella-vara	08	SP		44.2073	9.7881	4
19020	Ricco' Del Golfo Di Spezia	ricco-del-golfo-di-spezia	08	SP		44.1541	9.7641	4
19020	Bottagna	bottagna	08	SP		44.1515	9.8738	4
19020	Bastremoli	bastremoli	08	SP		44.157	9.8435	4
19020	Vezzano Ligure	vezzano-ligure	08	SP		44.1414	9.8869	4
19021	Arcola	arcola	08	SP		44.1178	9.9117	4
19021	Romito Magra	romito-magra	08	SP		44.0984	9.9318	4
19025	Fezzano	fezzano	08	SP		44.0806	9.8261	4
19025	Portovenere	portovenere	08	SP		44.0508	9.8343	4
19025	Le Grazie	le-grazie	08	SP		44.067	9.8339	4
19025	Le Grazie Varignano	le-grazie-varignano	08	SP		44.0661	9.8314	3
19025	Isola Palmaria	isola-palmaria	08	SP		44.0661	9.8314	3
19028	Scurtabo'	scurtabo	08	SP	011029	44.4043	9.535	4
19028	San Pietro Vara	san-pietro-vara	08	SP		44.3355	9.5886	4
19028	Comuneglia	comuneglia	08	SP		44.3841	9.5192	4
19028	Varese Ligure	varese-ligure	08	SP		44.3769	9.5937	4
19028	Porciorasco	porciorasco	08	SP		44.3752	9.5591	3
19030	Fiumaretta	fiumaretta	08	SP		44.0528	9.9894	4
19031	Ameglia	ameglia	08	SP		44.0709	9.966	4
19031	Montemarcello	montemarcello	08	SP		44.0577	9.979	3
19031	Bocca Di Magra	bocca-di-magra	08	SP	011001	44.0494	9.9815	4
19031	Fiumaretta Di Ameglia	fiumaretta-di-ameglia	08	SP	011001	44.0528	9.9894	4
19032	Serra	serra	08	SP		44.2568	9.7882	4
19032	Lerici	lerici	08	SP		44.0759	9.9112	4
19032	Pugliola	pugliola	08	SP		44.0872	9.9129	4
19032	Tellaro	tellaro	08	SP		44.0619	9.9279	4
19032	Fiascherino	fiascherino	08	SP		44.0656	9.9262	4
19032	San Terenzo	san-terenzo	08	SP		44.0854	9.8966	4
19033	Castelnuovo Magra	castelnuovo-magra	08	SP		44.0996	10.0171	4
19033	Colombiera	colombiera	08	SP		44.0875	10.0104	4
19033	Molicciara	molicciara	08	SP		44.0875	10.0104	4
19034	Luni	luni	08	SP		44.0667	9.9833	4
19034	Serravalle	serravalle	08	SP		44.0743	10.0258	3
19034	Ortonovo	ortonovo	08	SP		44.0888	10.0539	4
19034	Dogana	dogana	08	SP		44.0757	10.0338	4
19034	Casano	casano	08	SP		44.0757	10.0338	4
19034	Nicola	nicola	08	SP		44.0783	10.0394	4
19034	Luni Mare	luni-mare	08	SP		44.0592	10.0029	4
19034	Isola Di Ortonovo	isola-di-ortonovo	08	SP		44.0757	10.0338	4
19037	Ponzano Superiore	ponzano-superiore	08	SP		44.1583	9.9445	4
19037	Santo Stefano Di Magra	santo-stefano-di-magra	08	SP		44.1489	9.9218	4
19037	Ponzano Magra	ponzano-magra	08	SP		44.1583	9.9445	4
19038	Sarzana	sarzana	08	SP		44.1118	9.9622	4
19038	Falcinello	falcinello	08	SP		44.1535	9.9628	4
19038	Marinella Di Sarzana	marinella-di-sarzana	08	SP		44.0481	10.0163	4
19038	Santa Caterina	santa-caterina	08	SP		44.1213	9.8985	3
19038	Sarzanello	sarzanello	08	SP		44.1	9.9667	4
19038	San Lazzaro	san-lazzaro	08	SP		44.2268	9.731	4
19038	Marinella	marinella	08	SP		44.0481	10.0163	4
19100	La Spezia	la-spezia	08	SP		44.103	9.8238	4
19121	Laspezia	laspezia	08	SP		44.1188	9.8192	1
19122	Laspezia	laspezia	08	SP		44.1188	9.8192	1
19123	Chiappa	chiappa	08	SP		44.1167	9.8167	4
19123	Pegazzano	pegazzano	08	SP		44.1167	9.8	4
19123	Fabiano	fabiano	08	SP		44.1167	9.8083	3
19123	Laspezia	laspezia	08	SP		44.1167	9.8083	3
19124	La Spezia	la-spezia	08	SP		44.103	9.8238	4
19124	Laspezia	laspezia	08	SP		44.103	9.8238	3
19125	Laspezia	laspezia	08	SP		44.1188	9.8192	1
19125	Migliarina	migliarina	08	SP		44.1188	9.8192	1
19126	Isola	isola	08	SP		44.1388	9.8364	4
19126	Laspezia	laspezia	08	SP		44.1388	9.8364	3
19131	Cadimare	cadimare	08	SP		44.1017	9.8336	1
19131	Laspezia	laspezia	08	SP		44.1017	9.8336	1
19132	Campiglia	campiglia	08	SP		44.0746	9.7952	4
19132	Marola	marola	08	SP		44.0746	9.7952	3
19132	Laspezia	laspezia	08	SP		44.0746	9.7952	3
19133	Biassa	biassa	08	SP		44.0967	9.7753	4
19133	Laspezia	laspezia	08	SP		44.0967	9.7753	3
19134	La Foce	la-foce	08	SP		44.1253	9.7881	4
19134	Marinasco	marinasco	08	SP		44.1253	9.7881	4
19134	Laspezia	laspezia	08	SP		44.1253	9.7881	3
19135	San Venerio	san-venerio	08	SP		44.1017	9.8336	1
19135	Laspezia	laspezia	08	SP		44.1017	9.8336	1
19136	Termo	termo	08	SP		44.1182	9.8827	4
19136	Limone	limone	08	SP		44.1182	9.8827	3
19136	Laspezia	laspezia	08	SP		44.1182	9.8827	3
19136	Melara	melara	08	SP		44.1182	9.8827	3
19137	Pitelli	pitelli	08	SP		44.0946	9.8849	4
19137	Laspezia	laspezia	08	SP		44.0946	9.8849	3
19138	San Bartolomeo	san-bartolomeo	08	SP		44.0888	9.8743	4
19138	Laspezia	laspezia	08	SP		44.0888	9.8743	3
19139	Muggiano	muggiano	08	SP		44.0902	9.88	4
19139	Laspezia	laspezia	08	SP		44.0902	9.88	3
12071	Massimino	massimino	08	SV		44.2995	8.0713	4
17010	Giusvalla	giusvalla	08	SV		44.4479	8.3941	4
17010	Osiglia	osiglia	08	SV		44.2814	8.201	4
17011	Albisola Superiore	albisola-superiore	08	SV		44.3389	8.5105	4
17011	Ellera	ellera	08	SV		44.3645	8.4652	4
17011	Albisola Capo	albisola-capo	08	SV		44.3517	8.4879	3
17012	Albissola Marina	albissola-marina	08	SV		44.3308	8.5096	4
17013	Murialdo	murialdo	08	SV		44.3169	8.1681	4
17013	Valle	valle	08	SV		44.3039	8.122	4
17013	Piano	piano	08	SV		44.455	8.3094	4
17013	Valle Di Murialdo	valle-di-murialdo	08	SV		44.3039	8.122	4
17014	Bragno	bragno	08	SV		44.3766	8.3009	4
17014	San Giuseppe Di Cairo	san-giuseppe-di-cairo	08	SV		44.3683	8.2912	4
17014	Ferrania	ferrania	08	SV		44.359	8.3193	4
17014	San Giuseppe	san-giuseppe	08	SV		44.3683	8.2912	4
17014	Cairo Montenotte	cairo-montenotte	08	SV		44.3979	8.2777	4
17014	Rocchetta Cairo	rocchetta-cairo	08	SV		44.4292	8.2997	4
17015	Celle Ligure	celle-ligure	08	SV		44.3451	8.5468	4
17017	Cosseria	cosseria	08	SV		44.3677	8.2348	4
17017	Roccavignale	roccavignale	08	SV		44.3612	8.1905	4
17017	Millesimo	millesimo	08	SV		44.3669	8.2035	4
17019	Varazze	varazze	08	SV		44.3641	8.5963	4
17019	Alpicella	alpicella	08	SV		44.2814	8.2901	3
17019	Faie	faie	08	SV		44.4002	8.5655	4
17019	Pero	pero	08	SV		44.3876	8.5489	4
17019	Casanova	casanova	08	SV		44.384	8.5702	3
17020	Rialto	rialto	08	SV		44.2265	8.2614	4
17020	Testico	testico	08	SV		44.0055	8.0264	4
17020	Balestrino	balestrino	08	SV		44.1243	8.1706	4
17020	Tovo San Giacomo	tovo-san-giacomo	08	SV		44.1759	8.2705	4
17020	Magliolo	magliolo	08	SV		44.1925	8.2493	4
17020	Bardino Vecchio	bardino-vecchio	08	SV		44.1878	8.2708	4
17020	Stellanello	stellanello	08	SV		43.9999	8.0602	4
17020	Calice Ligure	calice-ligure	08	SV		44.2049	8.2954	4
17020	Bardino Nuovo	bardino-nuovo	08	SV		44.1905	8.2603	4
17021	Alassio	alassio	08	SV		44.0039	8.1671	4
17021	Moglio	moglio	08	SV		44.0039	8.1671	3
17022	Borgio	borgio	08	SV		44.1591	8.3083	4
17022	Borgio Verezzi	borgio-verezzi	08	SV		44.1591	8.3083	3
17023	Ceriale	ceriale	08	SV		44.0913	8.2289	4
17024	Varigotti	varigotti	08	SV		44.182	8.3954	4
17024	Finalborgo	finalborgo	08	SV		44.1946	8.3372	3
17024	Orco Feglino	orco-feglino	08	SV		44.2202	8.3246	4
17024	Feglino	feglino	08	SV		44.2185	8.3244	4
17024	Finale Ligure	finale-ligure	08	SV		44.1695	8.3436	4
17024	Gorra	gorra	08	SV		44.1826	8.2982	4
17025	Loano	loano	08	SV		44.1278	8.2574	4
17026	Noli	noli	08	SV		44.2061	8.4146	4
17027	Pietra Ligure	pietra-ligure	08	SV		44.1492	8.2821	4
17027	Giustenice	giustenice	08	SV		44.1729	8.2431	4
17028	Vezzi Portio	vezzi-portio	08	SV		44.2293	8.3651	4
17028	Spotorno	spotorno	08	SV		44.2264	8.4165	4
17028	Bergeggi	bergeggi	08	SV		44.2483	8.444	4
17030	Erli	erli	08	SV		44.1372	8.1043	4
17030	Nasino	nasino	08	SV		44.1136	8.032	4
17030	Castelbianco	castelbianco	08	SV		44.1142	8.0751	4
17031	Leca	leca	08	SV		44.0661	8.1832	4
17031	Albenga	albenga	08	SV		44.05	8.2183	4
17031	Campochiesa	campochiesa	08	SV		44.0707	8.1971	4
17031	Lusignano	lusignano	08	SV		44.0456	8.1808	4
17031	Bastia	bastia	08	SV		44.0576	8.1722	4
17031	San Fedele	san-fedele	08	SV		44.0456	8.1808	4
17032	Arnasco	arnasco	08	SV		44.0782	8.1074	4
17032	Vendone	vendone	08	SV		44.0769	8.0711	4
17033	Casanova Lerrone	casanova-lerrone	08	SV		44.0321	8.0471	4
17033	Garlenda	garlenda	08	SV		44.0332	8.0955	4
17033	Villafranca	villafranca	08	SV		44.033	8.1053	4
17034	Castelvecchio Di Rocca Barbena	castelvecchio-di-rocca-barbena	08	SV		44.1298	8.1166	4
17035	Cisano Sul Neva	cisano-sul-neva	08	SV		44.071	8.1183	1
17037	Ortovero	ortovero	08	SV		44.0539	8.0995	4
17037	Pogli	pogli	08	SV		44.0559	8.066	4
17037	Onzo	onzo	08	SV		44.0701	8.0522	4
17038	Villanova D'Albenga	villanova-d-albenga	08	SV		44.0473	8.1434	4
17039	Zuccarello	zuccarello	08	SV		44.1097	8.1181	4
17040	Mioglia	mioglia	08	SV		44.4921	8.4143	4
17041	Cadibona	cadibona	08	SV		44.3309	8.3789	4
17041	Altare	altare	08	SV		44.3357	8.3341	4
17042	Pontinvrea	pontinvrea	08	SV		44.442	8.4362	4
17042	Giovo	giovo	08	SV		44.442	8.4362	3
17042	Giovo Ligure	giovo-ligure	08	SV		44.442	8.4362	3
17043	Plodio	plodio	08	SV		44.3539	8.2472	4
17043	Piani	piani	08	SV		44.3503	8.2569	4
17043	Pallare	pallare	08	SV		44.3277	8.2786	4
17043	Carcare	carcare	08	SV		44.3546	8.2904	4
17044	San Martino Stella	san-martino-stella	08	SV		44.3908	8.5153	4
17044	Stella	stella	08	SV		44.3213	8.3243	3
17044	Santa Giustina	santa-giustina	08	SV		44.4166	8.4811	4
17044	San Martino	san-martino	08	SV		44.3908	8.5153	4
17044	San Bernardo	san-bernardo	08	SV		44.2814	8.2901	4
17045	Mallare	mallare	08	SV		44.2893	8.2969	4
17045	Bormida	bormida	08	SV		44.2781	8.2323	4
17046	Palo	palo	08	SV		44.4906	8.5479	4
17046	Sassello	sassello	08	SV		44.4804	8.4937	4
17046	Piampaludo	piampaludo	08	SV		44.4629	8.5814	4
17047	Valleggia	valleggia	08	SV		44.2808	8.4297	4
17047	Quiliano	quiliano	08	SV		44.2922	8.4141	4
17047	Vado Ligure	vado-ligure	08	SV		44.2691	8.4338	4
17048	Vara Superiore	vara-superiore	08	SV		44.4688	8.6256	4
17048	Urbe	urbe	08	SV		44.4871	8.5862	4
17048	Olba	olba	08	SV		44.4876	8.5895	4
17048	Vara Inferiore	vara-inferiore	08	SV		44.4661	8.6093	4
17048	Vara	vara	08	SV		44.4794	8.6	3
17048	San Pietro D'Olba	san-pietro-d-olba	08	SV		44.4876	8.5895	4
17051	Andora	andora	08	SV		43.9551	8.1412	4
17051	Marina Di Andora	marina-di-andora	08	SV		43.9535	8.1546	4
17052	Borghetto Santo Spirito	borghetto-santo-spirito	08	SV		44.1119	8.2413	4
17053	Laigueglia	laigueglia	08	SV		43.9759	8.1582	4
17054	Boissano	boissano	08	SV		44.1358	8.2216	4
17055	Toirano	toirano	08	SV		44.1273	8.2072	4
17056	Cengio	cengio	08	SV		44.3844	8.1976	4
17057	Caragna	caragna	08	SV		44.2633	8.1186	4
17057	Bardineto	bardineto	08	SV		44.1897	8.1353	4
17057	Calizzano	calizzano	08	SV		44.2361	8.1182	4
17058	Piana Crixia	piana-crixia	08	SV		44.485	8.308	4
17058	Dego	dego	08	SV		44.4445	8.3076	4
17100	Fornaci	fornaci	08	SV		44.2883	8.4419	4
17100	Savona	savona	08	SV		44.309	8.4772	4
17100	Santuario	santuario	08	SV		44.3449	8.4439	4
17100	Santuario Di Savona	santuario-di-savona	08	SV		44.3141	8.4543	3
17100	Lavagnola	lavagnola	08	SV		44.3141	8.4543	3
17100	Legino	legino	08	SV		44.3141	8.4543	3
17100	Zinola	zinola	08	SV		44.3141	8.4543	3
24010	Blello	blello	09	BG		45.8378	9.571	4
24010	Taleggio	taleggio	09	BG		45.8934	9.5648	4
24010	Foppolo	foppolo	09	BG		46.043	9.7577	4
24010	Petosino	petosino	09	BG		45.9124	9.6574	3
24010	Ubiale	ubiale	09	BG		45.7835	9.6165	4
24010	Camerata Cornello	camerata-cornello	09	BG		45.8996	9.6557	4
24010	Cassiglio	cassiglio	09	BG		45.9668	9.6121	4
24010	Bordogna	bordogna	09	BG		45.9519	9.721	4
24010	Ornica	ornica	09	BG		45.9889	9.5785	4
24010	Isola Di Fondra	isola-di-fondra	09	BG		45.9786	9.7474	4
24010	Piazzatorre	piazzatorre	09	BG		45.9927	9.6894	4
24010	Lenna	lenna	09	BG		45.9427	9.6788	4
24010	Costa Serina	costa-serina	09	BG		45.8327	9.7417	4
24010	Botta Di Sedrina	botta-di-sedrina	09	BG		45.7678	9.6141	4
24010	Vedeseta	vedeseta	09	BG		45.891	9.5393	4
24010	Muggiasca	muggiasca	09	BG		45.9834	9.6228	4
24010	Olda	olda	09	BG		45.8866	9.5623	4
24010	Sorisole	sorisole	09	BG		45.7314	9.6371	4
24010	Branzi	branzi	09	BG		46.0025	9.7593	4
24010	Averara	averara	09	BG		45.9885	9.6316	4
24010	Peghera	peghera	09	BG		45.8731	9.5692	4
24010	Clanezzo	clanezzo	09	BG		45.7628	9.602	4
24010	Sedrina	sedrina	09	BG		45.7807	9.6236	4
24010	Carona	carona	09	BG		46.0215	9.7849	4
24010	Santa Brigida	santa-brigida	09	BG		45.9849	9.6211	4
24010	Dossena	dossena	09	BG		45.8803	9.6968	4
24010	Valleve	valleve	09	BG		46.0282	9.7437	4
24010	Valnegra	valnegra	09	BG		45.9491	9.6893	4
24010	Moio De' Calvi	moio-de-calvi	09	BG		45.9518	9.7007	4
24010	Cusio	cusio	09	BG		45.9909	9.6017	4
24010	Olmo Al Brembo	olmo-al-brembo	09	BG		45.9701	9.6503	4
24010	Mezzoldo	mezzoldo	09	BG		46.0126	9.6655	4
24010	Piazzolo	piazzolo	09	BG		45.9798	9.6705	4
24010	Roncobello	roncobello	09	BG		45.9557	9.7523	4
24010	Fondra	fondra	09	BG		45.9673	9.7337	4
24010	Algua	algua	09	BG		45.8258	9.7223	4
24010	Colla	colla	09	BG		45.9834	9.6228	4
24010	Bracca	bracca	09	BG		45.8227	9.7078	4
24010	Valtorta	valtorta	09	BG		45.9768	9.5348	4
24010	Ponteranica	ponteranica	09	BG		45.7325	9.6518	4
24010	Botta	botta	09	BG		45.811	9.6894	4
24010	Ubiale Clanezzo	ubiale-clanezzo	09	BG		45.7837	9.6194	4
24011	Alme'	alme	09	BG		45.7388	9.6156	4
24012	San Gottardo	san-gottardo	09	BG		45.7968	9.789	3
24012	Laxolo	laxolo	09	BG		45.8087	9.5998	4
24012	Gerosa	gerosa	09	BG	016253	45.8498	9.5716	4
24012	Val Brembilla	val-brembilla	09	BG	016253	45.8451	9.6046	3
24012	Brembilla	brembilla	09	BG		45.8769	9.6423	4
24013	Oltre Il Colle	oltre-il-colle	09	BG		45.8895	9.7693	4
24014	Piazza Brembana	piazza-brembana	09	BG		45.9477	9.6733	4
24015	San Giovanni Bianco	san-giovanni-bianco	09	BG		45.8734	9.6542	4
24016	Santa Croce	santa-croce	09	BG		45.8432	9.6891	4
24016	San Pellegrino Terme	san-pellegrino-terme	09	BG		45.8344	9.6675	4
24017	Serina	serina	09	BG		45.8707	9.731	4
24017	Cornalba	cornalba	09	BG		45.8493	9.7459	4
24018	Villa D'Alme'	villa-d-alme	09	BG		45.8941	9.6608	1
24019	Zogno	zogno	09	BG		45.7938	9.6599	4
24019	Ambria	ambria	09	BG		45.8088	9.6809	4
24019	Poscante	poscante	09	BG		45.7842	9.6882	4
24019	Spino	spino	09	BG		45.7956	9.6763	3
24020	Azzone	azzone	09	BG		45.979	10.1128	4
24020	Negrone	negrone	09	BG		45.7103	9.7581	4
24020	Fino Del Monte	fino-del-monte	09	BG		45.8927	9.9941	4
24020	Gavarno	gavarno	09	BG		45.8717	9.9132	3
24020	Castione Della Presolana	castione-della-presolana	09	BG		45.9147	10.0554	4
24020	Casnigo	casnigo	09	BG		45.8131	9.8688	4
24020	Gromo	gromo	09	BG		45.9619	9.9264	4
24020	Cornale	cornale	09	BG		45.7968	9.789	3
24020	Colere	colere	09	BG		45.9752	10.0836	4
24020	Scanzo	scanzo	09	BG		45.7108	9.7351	4
24020	Villa Di Serio	villa-di-serio	09	BG		45.7226	9.7352	4
24020	Bratto	bratto	09	BG		45.8717	9.9132	3
24020	San Lorenzo Di Rovetta	san-lorenzo-di-rovetta	09	BG		45.8797	9.9754	4
24020	Premolo	premolo	09	BG		45.8702	9.8747	4
24020	Ranica	ranica	09	BG		45.7233	9.7134	4
24020	Valbondione	valbondione	09	BG		45.8717	9.9132	3
24020	Valgoglio	valgoglio	09	BG		45.9749	9.9136	4
24020	Gandellino	gandellino	09	BG		45.9911	9.9462	4
24020	Fiorano Al Serio	fiorano-al-serio	09	BG		45.8002	9.8428	4
24020	Peia	peia	09	BG		45.7995	9.8993	4
24020	Vilminore	vilminore	09	BG		45.998	10.0953	4
24020	Cene	cene	09	BG		45.7806	9.8266	4
24020	Gorno	gorno	09	BG		45.8625	9.8416	4
24020	Cerete	cerete	09	BG		45.8673	9.9947	4
24020	Villassio	villassio	09	BG		45.8631	9.8447	4
24020	Cantoniera Della Presolana	cantoniera-della-presolana	09	BG		45.9299	10.099	4
24020	Lizzola	lizzola	09	BG		46.0235	10.0149	4
24020	Rosciate	rosciate	09	BG		45.7108	9.7351	4
24020	Cerete Basso	cerete-basso	09	BG		45.8598	9.9934	4
24020	Scanzorosciate	scanzorosciate	09	BG		45.8717	9.9132	3
24020	Colzate	colzate	09	BG		45.8172	9.8562	4
24020	Ardesio	ardesio	09	BG		45.9361	9.9295	4
24020	Bondione	bondione	09	BG		46.0354	10.0083	4
24020	Dezzo	dezzo	09	BG		45.9767	10.1025	4
24020	Fiumenero	fiumenero	09	BG		46.0215	9.9576	4
24020	Piario	piario	09	BG		45.8965	9.9273	4
24020	Gorle	gorle	09	BG		45.7013	9.7138	4
24020	Oneta	oneta	09	BG		45.8715	9.8194	4
24020	Tribulina	tribulina	09	BG		45.7173	9.7751	4
24020	Boario	boario	09	BG		45.9706	9.9477	4
24020	Ponte Selva	ponte-selva	09	BG		45.8745	9.9047	4
24020	Villa D'Ogna	villa-d-ogna	09	BG		45.9047	9.9309	4
24020	Oltressenda Alta	oltressenda-alta	09	BG		45.9152	9.9449	4
24020	Parre Ponte Selva	parre-ponte-selva	09	BG		45.8717	9.9132	3
24020	Selvino	selvino	09	BG		45.7852	9.7529	4
24020	Schilpario	schilpario	09	BG		46.0087	10.1553	4
24020	Onore	onore	09	BG		45.8916	10.0108	4
24020	Songavazzo	songavazzo	09	BG		45.8795	9.9896	4
24020	Rovetta	rovetta	09	BG		45.8918	9.9821	4
24020	Torre Boldone	torre-boldone	09	BG		45.7172	9.7079	4
24020	Vilminore Di Scalve	vilminore-di-scalve	09	BG		45.9982	10.0938	4
24020	Aviatico	aviatico	09	BG		45.7976	9.7715	4
24020	Pradalunga	pradalunga	09	BG		45.7459	9.7823	4
24020	Parre	parre	09	BG		45.8746	9.8909	4
24021	Desenzano Al Serio	desenzano-al-serio	09	BG		45.7667	9.7833	4
24021	Comenduno	comenduno	09	BG		45.7601	9.8127	3
24021	Abbazia	abbazia	09	BG		45.748	9.842	4
24021	Bondo Petello	bondo-petello	09	BG		45.7601	9.8127	3
24021	Vall'Alta	vall-alta	09	BG		45.7612	9.8264	4
24021	Albino	albino	09	BG		45.7644	9.799	4
24022	Nese	nese	09	BG		45.7644	9.7041	4
24022	Alzano Lombardo	alzano-lombardo	09	BG		45.7368	9.7264	4
24023	Clusone	clusone	09	BG		45.8866	9.9465	4
24024	Gandino	gandino	09	BG		45.8109	9.8977	4
24025	Gazzaniga	gazzaniga	09	BG		45.7934	9.8298	4
24025	Orezzo	orezzo	09	BG		45.8054	9.8219	4
24026	Leffe	leffe	09	BG		45.7979	9.8843	4
24026	Cazzano Sant'Andrea	cazzano-sant-andrea	09	BG		45.8112	9.8849	4
24027	Nembro	nembro	09	BG		45.7441	9.7613	4
24027	Gavarno Rinnovata	gavarno-rinnovata	09	BG		45.7245	9.7632	4
24028	Ponte Nossa	ponte-nossa	09	BG		45.8661	9.8836	4
24029	Vertova	vertova	09	BG		45.81	9.8494	4
24030	Villa D'Adda	villa-d-adda	09	BG		45.714	9.4616	4
24030	Almenno San Bartolomeo	almenno-san-bartolomeo	09	BG		45.7391	9.5808	4
24030	Medolago	medolago	09	BG		45.6713	9.4981	4
24030	Berbenno	berbenno	09	BG		45.8148	9.571	4
24030	Locatello	locatello	09	BG		45.8352	9.534	4
24030	Bedulita	bedulita	09	BG		45.7914	9.5516	4
24030	Corna Imagna	corna-imagna	09	BG		45.8307	9.5448	4
24030	Brembate Di Sopra	brembate-di-sopra	09	BG		45.7167	9.5795	4
24030	Fuipiano Valle Imagna	fuipiano-valle-imagna	09	BG		45.8543	9.5284	4
24030	Solza	solza	09	BG		45.6787	9.4908	4
24030	Mozzo	mozzo	09	BG		45.6987	9.6087	4
24030	Ambivere	ambivere	09	BG		45.7196	9.5502	4
24030	Roncola	roncola	09	BG		45.7687	9.5607	4
24030	Palazzago	palazzago	09	BG		45.753	9.5336	4
24030	Pontida	pontida	09	BG		45.7313	9.5114	4
24030	Paladina	paladina	09	BG		45.7307	9.6059	4
24030	Terno D'Isola	terno-d-isola	09	BG		45.6855	9.531	4
24030	Strozza	strozza	09	BG		45.7729	9.5789	4
24030	Sant'Antonio	sant-antonio	09	BG		45.7569	9.4846	4
24030	Costa Valle Imagna	costa-valle-imagna	09	BG		45.8028	9.5041	4
24030	Caprino	caprino	09	BG		45.749	9.4924	4
24030	Crocette	crocette	09	BG		45.746	9.5429	3
24030	Presezzo	presezzo	09	BG		45.6921	9.5704	4
24030	Capizzone	capizzone	09	BG		45.746	9.5429	3
24030	Mapello	mapello	09	BG		45.7126	9.5544	4
24030	Ponte Giurino	ponte-giurino	09	BG		45.746	9.5429	3
24030	Barzana	barzana	09	BG		45.7334	9.5684	4
24030	Celana	celana	09	BG		45.746	9.5429	3
24030	Carvico	carvico	09	BG		45.7019	9.4858	4
24030	Gromlongo	gromlongo	09	BG		45.7289	9.541	4
24030	Valbrembo	valbrembo	09	BG		45.746	9.5429	3
24030	Camoneone	camoneone	09	BG		45.7855	9.5691	4
24030	Caprino Bergamasco	caprino-bergamasco	09	BG		45.746	9.5429	3
24030	Scano Al Brembo	scano-al-brembo	09	BG		45.7186	9.6091	4
24031	Almenno San Salvatore	almenno-san-salvatore	09	BG		45.7497	9.597	4
24033	Calusco D'Adda	calusco-d-adda	09	BG		45.6884	9.4711	4
24034	Cisano Bergamasco	cisano-bergamasco	09	BG		45.742	9.4715	4
24035	Curno	curno	09	BG		45.6888	9.6087	4
24036	Ponte San Pietro	ponte-san-pietro	09	BG		45.706	9.5905	4
24037	Calchera	calchera	09	BG		45.8342	9.5116	4
24037	Frontale	frontale	09	BG		45.8342	9.5116	4
24037	Rota D'Imagna	rota-d-imagna	09	BG		45.8269	9.5135	4
24037	Brumano	brumano	09	BG		45.8546	9.5006	4
24038	Valsecca	valsecca	09	BG	016252	45.8261	9.4947	4
24038	Mazzoleni	mazzoleni	09	BG		45.8149	9.522	3
24038	Selino Basso	selino-basso	09	BG		45.8103	9.5349	4
24038	Sant'Omobono Terme	sant-omobono-terme	09	BG		45.8084	9.5362	4
24039	Sotto Il Monte Giovanni Xxiii	sotto-il-monte-giovanni-xxiii	09	BG		45.7057	9.5035	4
24039	Piazza Caduti	piazza-caduti	09	BG		45.7051	9.5025	4
24040	Stezzano	stezzano	09	BG		45.6497	9.6519	4
24040	Zingonia	zingonia	09	BG		45.5906	9.6047	3
24040	Ghiaie	ghiaie	09	BG		45.6821	9.5812	4
24040	Arcene	arcene	09	BG		45.5772	9.6146	4
24040	Ciserano	ciserano	09	BG		45.5879	9.6011	4
24040	Pontirolo Nuovo	pontirolo-nuovo	09	BG		45.5692	9.5694	4
24040	Osio Sopra	osio-sopra	09	BG		45.6291	9.5847	4
24040	Bonate Sopra	bonate-sopra	09	BG		45.6818	9.5596	4
24040	Verdellino	verdellino	09	BG		45.6011	9.6081	4
24040	Misano Di Gera D'Adda	misano-di-gera-d-adda	09	BG		45.4695	9.6213	4
24040	Chignolo D'Isola	chignolo-d-isola	09	BG		45.6676	9.5277	4
24040	Filago	filago	09	BG		45.6376	9.5564	4
24040	Lallio	lallio	09	BG		45.6628	9.6289	4
24040	Boltiere	boltiere	09	BG		45.6009	9.5785	4
24040	Madone	madone	09	BG		45.6503	9.5502	4
24040	Arzago D'Adda	arzago-d-adda	09	BG		45.4814	9.5642	4
24040	Pognano	pognano	09	BG		45.5864	9.64	4
24040	Comun Nuovo	comun-nuovo	09	BG		45.6229	9.662	4
24040	Bonate Sotto	bonate-sotto	09	BG		45.6682	9.5587	4
24040	Pagazzano	pagazzano	09	BG		45.5343	9.6712	4
24040	Grumello Del Piano	grumello-del-piano	09	BG		45.6667	9.6333	4
24040	Casirate D'Adda	casirate-d-adda	09	BG		45.4953	9.5693	4
24040	Barbata	barbata	09	BG		45.475	9.7774	4
24040	Calvenzano	calvenzano	09	BG		45.4962	9.5995	4
24040	Fornovo San Giovanni	fornovo-san-giovanni	09	BG		45.4974	9.6774	4
24040	Bottanuco	bottanuco	09	BG		45.6393	9.509	4
24040	Suisio	suisio	09	BG		45.6571	9.5023	4
24040	Castel Rozzone	castel-rozzone	09	BG		45.5523	9.6199	4
24040	Levate	levate	09	BG		45.6252	9.6242	4
24040	Isso	isso	09	BG		45.4768	9.7587	4
24040	Canonica D'Adda	canonica-d-adda	09	BG		45.5757	9.5417	4
24041	Grignano	grignano	09	BG		45.6182	9.5423	4
24041	Brembate	brembate	09	BG		45.6047	9.5548	4
24042	Capriate San Gervasio	capriate-san-gervasio	09	BG		45.6128	9.5297	4
24042	Crespi D'Adda	crespi-d-adda	09	BG		45.5964	9.5363	4
24042	San Gervasio D'Adda	san-gervasio-d-adda	09	BG		45.5964	9.5363	4
24043	Vidalengo	vidalengo	09	BG		45.5223	9.6413	4
24043	Masano	masano	09	BG		45.5142	9.6755	4
24043	Caravaggio	caravaggio	09	BG		45.4963	9.6416	4
24044	Sabbio Bergamasco	sabbio-bergamasco	09	BG		45.6497	9.6031	3
24044	Sforzatica	sforzatica	09	BG		45.65	9.6	4
24044	Dalmine	dalmine	09	BG		45.6493	9.6062	4
24045	Badalasco	badalasco	09	BG		45.5422	9.5549	4
24045	Fara Gera D'Adda	fara-gera-d-adda	09	BG		45.5566	9.5366	4
24046	Osio Sotto	osio-sotto	09	BG		45.6161	9.5891	4
24047	Castel Cerreto	castel-cerreto	09	BG		45.5507	9.578	4
24047	Geromina	geromina	09	BG		45.5365	9.5754	4
24047	Treviglio	treviglio	09	BG		45.5208	9.591	4
24048	Treviolo	treviolo	09	BG		45.6737	9.612	4
24049	Verdello	verdello	09	BG		45.6037	9.6285	4
24050	Covo	covo	09	BG		45.4991	9.7707	4
24050	Torre Pallavicina	torre-pallavicina	09	BG		45.4464	9.8771	4
24050	Cividate Al Piano	cividate-al-piano	09	BG		45.5547	9.8302	4
24050	Spirano	spirano	09	BG		45.5814	9.6686	4
24050	Zanica	zanica	09	BG		45.6409	9.6857	4
24050	Orio Al Serio	orio-al-serio	09	BG		45.6749	9.6908	4
24050	Lurano	lurano	09	BG		45.5657	9.6402	4
24050	Morengo	morengo	09	BG		45.5315	9.7059	4
24050	Cortenuova	cortenuova	09	BG		45.539	9.7879	4
24050	Malpaga	malpaga	09	BG		45.6171	9.7587	4
24050	Palosco	palosco	09	BG		45.5893	9.8365	4
24050	Bariano	bariano	09	BG		45.5126	9.7037	4
24050	Mornico Al Serio	mornico-al-serio	09	BG		45.5914	9.8093	4
24050	Mozzanica	mozzanica	09	BG		45.4768	9.6885	4
24050	Cavernago	cavernago	09	BG		45.6253	9.7656	4
24050	Calcinate	calcinate	09	BG		45.6198	9.7984	4
24050	Pumenengo	pumenengo	09	BG		45.48	9.8677	4
24050	Ghisalba	ghisalba	09	BG		45.5935	9.7576	4
24050	Grassobbio	grassobbio	09	BG		45.6569	9.7257	4
24051	Antegnate	antegnate	09	BG		45.4865	9.7915	4
24052	Azzano San Paolo	azzano-san-paolo	09	BG		45.658	9.6731	4
24053	Brignano Gera D'Adda	brignano-gera-d-adda	09	BG		45.5432	9.6442	4
24054	Calcio	calcio	09	BG		45.5083	9.849	4
24055	Cologno Al Serio	cologno-al-serio	09	BG		45.576	9.7089	4
24056	Fontanella	fontanella	09	BG		45.469	9.8025	4
24057	Martinengo	martinengo	09	BG		45.5722	9.7675	4
24058	Fara Olivana Con Sola	fara-olivana-con-sola	09	BG		45.4951	9.7491	4
24058	Romano Di Lombardia	romano-di-lombardia	09	BG		45.5208	9.7544	4
24058	Sola	sola	09	BG		45.4951	9.7491	4
24058	Fara Olivana	fara-olivana	09	BG		45.4951	9.7491	4
24059	Urgnano	urgnano	09	BG		45.5994	9.6947	4
24059	Basella	basella	09	BG		45.6139	9.7287	4
24060	Gaverina Terme	gaverina-terme	09	BG		45.7558	9.8867	4
24060	Torre De' Roveri	torre-de-roveri	09	BG		45.6972	9.7633	4
24060	Sovere	sovere	09	BG		45.8119	10.0344	4
24060	Casco	casco	09	BG		45.7108	9.8248	4
24060	Grone	grone	09	BG		45.7272	9.9088	4
24060	Bagnatica	bagnatica	09	BG		45.6609	9.7811	4
24060	Endine	endine	09	BG		45.7898	9.9756	4
24060	Entratico	entratico	09	BG		45.7078	9.8732	4
24060	Monasterolo	monasterolo	09	BG		45.7633	9.9314	4
24060	Cividino	cividino	09	BG		45.7159	9.916	3
24060	Adrara San Rocco	adrara-san-rocco	09	BG		45.7158	9.9591	4
24060	Solto Collina	solto-collina	09	BG		45.7823	10.0264	4
24060	Tavernola Bergamasca	tavernola-bergamasca	09	BG		45.7085	10.0445	4
24060	Castel De' Conti	castel-de-conti	09	BG		45.7159	9.916	3
24060	Spinone Al Lago	spinone-al-lago	09	BG		45.7648	9.9216	4
24060	Vigano San Martino	vigano-san-martino	09	BG		45.7261	9.8962	4
24060	Gorlago	gorlago	09	BG		45.6741	9.823	4
24060	Endine Gaiano	endine-gaiano	09	BG		45.7159	9.916	3
24060	Ranzanico	ranzanico	09	BG		45.7884	9.9351	4
24060	Brusaporto	brusaporto	09	BG		45.6714	9.7604	4
24060	Bianzano	bianzano	09	BG		45.7731	9.9182	4
24060	Riva Di Solto	riva-di-solto	09	BG		45.7742	10.0394	4
24060	Bolgare	bolgare	09	BG		45.6324	9.8141	4
24060	Predore	predore	09	BG		45.6808	10.0127	4
24060	Tolari	tolari	09	BG		45.6021	9.8482	4
24060	Pianico	pianico	09	BG		45.8099	10.0431	4
24060	Gandosso	gandosso	09	BG		45.6589	9.8889	4
24060	Castelli Calepio	castelli-calepio	09	BG		45.6132	9.8854	4
24060	Montello	montello	09	BG		45.6721	9.8057	4
24060	Vigolo	vigolo	09	BG		45.7164	10.0263	4
24060	Foresto Sparso	foresto-sparso	09	BG		45.6909	9.9201	4
24060	Fonteno	fonteno	09	BG		45.7586	10.0186	4
24060	Parzanica	parzanica	09	BG		45.7387	10.0352	4
24060	Chiuduno	chiuduno	09	BG		45.6507	9.8495	4
24060	Carobbio Degli Angeli	carobbio-degli-angeli	09	BG		45.6652	9.8292	4
24060	Adrara San Martino	adrara-san-martino	09	BG		45.7023	9.949	4
24060	Cenate Sopra	cenate-sopra	09	BG		45.713	9.8222	4
24060	Rogno	rogno	09	BG		45.8566	10.1322	4
24060	San Paolo D'Argon	san-paolo-d-argon	09	BG		45.6884	9.8023	4
24060	Viadanica	viadanica	09	BG		45.6847	9.9615	4
24060	Celatica	celatica	09	BG		45.665	9.9024	4
24060	Piangaiano	piangaiano	09	BG		45.7888	9.9946	4
24060	Berzo San Fermo	berzo-san-fermo	09	BG		45.7194	9.9032	4
24060	Villongo	villongo	09	BG		45.6694	9.9308	4
24060	Telgate	telgate	09	BG		45.6279	9.8491	4
24060	Zandobbio	zandobbio	09	BG		45.6861	9.8578	4
24060	Credaro	credaro	09	BG		45.6606	9.9311	4
24060	Bossico	bossico	09	BG		45.8284	10.0451	4
24060	Casazza	casazza	09	BG		45.7485	9.9063	4
24060	Borgo Di Terzo	borgo-di-terzo	09	BG		45.7208	9.891	4
24060	Costa Di Mezzate	costa-di-mezzate	09	BG		45.6628	9.7956	4
24060	Monasterolo Del Castello	monasterolo-del-castello	09	BG		45.7632	9.9317	4
24061	Albano Sant'Alessandro	albano-sant-alessandro	09	BG		45.6876	9.7665	4
24062	Costa Volpino	costa-volpino	09	BG		45.8277	10.1008	4
24063	Fonderia Di Lovere	fonderia-di-lovere	09	BG		45.8038	10.0659	3
24063	Castro	castro	09	BG		45.8038	10.0659	4
24064	Grumello Del Monte	grumello-del-monte	09	BG		45.6354	9.8753	4
24065	Lovere	lovere	09	BG		45.8138	10.07	4
24066	Pedrengo	pedrengo	09	BG		45.696	9.735	4
24067	Sarnico	sarnico	09	BG		45.671	9.9615	4
24068	Seriate	seriate	09	BG		45.6853	9.7249	4
24068	Cassinone	cassinone	09	BG		45.648	9.5266	4
24069	Trescore Balneario	trescore-balneario	09	BG		45.6941	9.8417	4
24069	Luzzana	luzzana	09	BG		45.7153	9.8811	4
24069	Cenate Sotto	cenate-sotto	09	BG		45.7028	9.8497	3
24069	Cenate Di Sotto	cenate-di-sotto	09	BG		45.699	9.8264	4
24100	Bergamo	bergamo	09	BG		45.696	9.6672	4
24121	Bergamo	bergamo	09	BG		45.696	9.6672	4
24122	Bergamo	bergamo	09	BG		45.696	9.6672	4
24123	Valtesse	valtesse	09	BG		45.7167	9.6667	4
24123	Bergamo	bergamo	09	BG		45.696	9.6672	4
24124	Redona	redona	09	BG		45.71	9.8714	4
24124	Bergamo	bergamo	09	BG		45.696	9.6672	4
24125	Bergamo	bergamo	09	BG		45.696	9.6672	4
24125	Boccaleone	boccaleone	09	BG		45.696	9.6672	3
24126	Campagnola	campagnola	09	BG		45.6919	9.9534	4
24126	Bergamo	bergamo	09	BG		45.696	9.6672	4
24126	Colognola Al Piano	colognola-al-piano	09	BG		45.7057	9.6693	3
24126	Malpensata	malpensata	09	BG		45.7968	9.789	4
24127	Bergamo	bergamo	09	BG		45.696	9.6672	4
24128	Loreto	loreto	09	BG		45.696	9.6672	3
24128	Bergamo	bergamo	09	BG		45.696	9.6672	4
24129	Longuelo	longuelo	09	BG		45.696	9.6672	3
24129	Bergamo	bergamo	09	BG		45.696	9.6672	4
25010	Vesio	vesio	09	BS		45.7918	10.7462	4
25010	Borgosatollo	borgosatollo	09	BS		45.4769	10.2403	4
25010	Isorella	isorella	09	BS		45.47	10.4791	3
25010	Montirone	montirone	09	BS		45.4464	10.2288	4
25010	Campione	campione	09	BS		45.7548	10.7514	4
25010	Rivoltella	rivoltella	09	BS		45.45	10.55	4
25010	Visano	visano	09	BS		45.3168	10.3709	4
25010	Remedello Di Sopra	remedello-di-sopra	09	BS		45.2787	10.3711	4
25010	Limone Sul Garda	limone-sul-garda	09	BS		45.47	10.4791	3
25010	Remedello Di Sotto	remedello-di-sotto	09	BS		45.26	10.3802	4
25010	San Martino Della Battaglia	san-martino-della-battaglia	09	BS		45.4383	10.6005	4
25010	Tremosine	tremosine	09	BS		45.7709	10.759	4
25010	Campione Del Garda	campione-del-garda	09	BS		45.47	10.4791	3
25010	Pozzolengo	pozzolengo	09	BS		45.4052	10.6304	4
25010	San Felice Del Benaco	san-felice-del-benaco	09	BS		45.5828	10.5538	4
25010	Acquafredda	acquafredda	09	BS		45.307	10.4134	4
25010	San Zeno Naviglio	san-zeno-naviglio	09	BS		45.4926	10.2185	4
25010	Remedello	remedello	09	BS		45.2784	10.372	4
25011	Ponte San Marco	ponte-san-marco	09	BS		45.4769	10.4132	4
25011	Calcinatello	calcinatello	09	BS		45.4671	10.4113	3
25011	Calcinato	calcinato	09	BS		45.4574	10.4095	4
25012	Mezzane	mezzane	09	BS		45.3479	10.3962	4
25012	Viadana	viadana	09	BS		45.3719	10.3363	4
25012	Malpaga	malpaga	09	BS		45.366	10.3202	4
25012	Calvisano	calvisano	09	BS		45.3453	10.3427	4
25013	Carpenedolo	carpenedolo	09	BS		45.3617	10.4312	4
25014	Castenedolo	castenedolo	09	BS		45.4743	10.2913	4
25014	Capodimonte	capodimonte	09	BS		45.4671	10.2656	4
25015	Desenzano Del Garda	desenzano-del-garda	09	BS		45.4713	10.5356	4
25016	Ghedi	ghedi	09	BS		45.402	10.2768	4
25017	Sedena	sedena	09	BS		45.4865	10.4728	4
25017	Lonato	lonato	09	BS		45.4608	10.4773	4
25017	Esenta	esenta	09	BS		45.4166	10.4804	4
25017	Centenaro	centenaro	09	BS		45.4546	10.4768	3
25018	Vighizzolo	vighizzolo	09	BS		45.4352	10.3551	4
25018	Novagli	novagli	09	BS		45.3869	10.4387	4
25018	Montichiari	montichiari	09	BS		45.4132	10.398	4
25018	Sant'Antonio	sant-antonio	09	BS		45.4043	10.3556	4
25019	Colombare Di Sirmione	colombare-di-sirmione	09	BS		45.4974	10.6051	3
25019	Sirmione	sirmione	09	BS		45.4974	10.6051	4
25020	San Gervasio Bresciano	san-gervasio-bresciano	09	BS		45.3077	10.1465	4
25020	Gambara	gambara	09	BS		45.2537	10.2943	4
25020	San Paolo	san-paolo	09	BS		45.3725	10.024	4
25020	Seniga	seniga	09	BS		45.2448	10.1776	4
25020	Alfianello	alfianello	09	BS		45.267	10.1482	4
25020	Milzano	milzano	09	BS		45.2736	10.1993	4
25020	Pralboino	pralboino	09	BS		45.2672	10.2184	4
25020	Cigole	cigole	09	BS		45.3076	10.1898	4
25020	Cignano	cignano	09	BS		45.3721	10.1047	4
25020	Faverzano	faverzano	09	BS		45.3781	10.0839	4
25020	Capriano Del Colle	capriano-del-colle	09	BS		45.4748	10.1323	4
25020	Azzano Mella	azzano-mella	09	BS		45.4546	10.1172	4
25020	Bassano Bresciano	bassano-bresciano	09	BS		45.3283	10.1287	4
25020	Scarpizzolo	scarpizzolo	09	BS		45.3776	10.0494	4
25020	Flero	flero	09	BS		45.4825	10.1769	4
25020	Corticelle Pieve	corticelle-pieve	09	BS		45.4237	10.1204	4
25020	Fiesse	fiesse	09	BS		45.2321	10.3242	4
25020	Poncarale	poncarale	09	BS		45.4609	10.1798	4
25020	Offlaga	offlaga	09	BS		45.3853	10.1174	4
25020	Pavone Del Mella	pavone-del-mella	09	BS		45.3015	10.2098	4
25020	Quinzanello	quinzanello	09	BS		45.4193	10.0979	4
25020	Dello	dello	09	BS		45.4192	10.0762	4
25021	Bagnolo Mella	bagnolo-mella	09	BS		45.4277	10.1864	4
25022	Motella	motella	09	BS		45.345	10.0104	4
25022	Padernello	padernello	09	BS		45.3589	9.9946	4
25022	Borgo San Giacomo	borgo-san-giacomo	09	BS		45.348	9.9682	4
25022	Farfengo	farfengo	09	BS		45.3681	9.9795	4
25023	Gottolengo	gottolengo	09	BS		45.2928	10.2685	4
25024	Leno	leno	09	BS		45.3693	10.2168	4
25024	Porzano	porzano	09	BS		45.4012	10.1962	4
25024	Castelletto	castelletto	09	BS		45.3315	10.2334	4
25024	Castelletto Di Leno	castelletto-di-leno	09	BS		45.3315	10.2334	4
25025	Manerbio	manerbio	09	BS		45.3539	10.138	4
25026	Pontevico	pontevico	09	BS		45.2732	10.0925	4
25027	Quinzano D'Oglio	quinzano-d-oglio	09	BS		45.3143	10.0079	4
25028	Verolanuova	verolanuova	09	BS		45.3283	10.0786	4
25028	Cadignano	cadignano	09	BS		45.3612	10.0579	4
25029	Verolavecchia	verolavecchia	09	BS		45.3286	10.0549	4
25030	Zocco	zocco	09	BS		45.4958	10.0036	3
25030	Mairano	mairano	09	BS		45.448	10.0798	4
25030	Castelcovati	castelcovati	09	BS		45.502	9.946	4
25030	Villa Pedergnano	villa-pedergnano	09	BS		45.5853	9.9938	4
25030	Cossirano	cossirano	09	BS		45.4958	10.0036	3
25030	Berlingo	berlingo	09	BS		45.5028	10.0344	4
25030	Castel Mella	castel-mella	09	BS		45.4991	10.1455	4
25030	Coccaglio	coccaglio	09	BS		45.564	9.9722	4
25030	Comezzano Cizzago	comezzano-cizzago	09	BS		45.4958	10.0036	3
25030	Erbusco	erbusco	09	BS		45.5987	9.9719	4
25030	Roccafranca	roccafranca	09	BS		45.4641	9.9126	4
25030	Lograto	lograto	09	BS		45.4846	10.0566	4
25030	Comezzano	comezzano	09	BS		45.4958	10.0036	3
25030	Orzivecchi	orzivecchi	09	BS		45.4206	9.9633	4
25030	Pievedizio	pievedizio	09	BS		45.4606	10.0877	4
25030	Maclodio	maclodio	09	BS		45.4778	10.0422	4
25030	Barbariga	barbariga	09	BS		45.4051	10.0544	4
25030	Villachiara	villachiara	09	BS		45.3544	9.9308	4
25030	Adro	adro	09	BS		45.6206	9.9616	4
25030	Brandico	brandico	09	BS		45.4542	10.0527	4
25030	Cizzago	cizzago	09	BS		45.4713	9.9501	4
25030	Torbole Casaglia	torbole-casaglia	09	BS		45.5128	10.117	4
25030	Ludriano	ludriano	09	BS		45.4485	9.9328	4
25030	Pompiano	pompiano	09	BS		45.4312	9.9891	4
25030	Urago D'Oglio	urago-d-oglio	09	BS		45.516	9.8697	4
25030	Trenzano	trenzano	09	BS		45.4773	10.0107	4
25030	Castrezzato	castrezzato	09	BS		45.5113	9.9809	4
25030	Torbiato	torbiato	09	BS		45.6119	9.9835	4
25030	Corzano	corzano	09	BS		45.4438	10.0074	4
25030	Rudiano	rudiano	09	BS		45.4895	9.8861	4
25030	Paratico	paratico	09	BS		45.6588	9.9579	4
25030	Roncadelle	roncadelle	09	BS		45.5272	10.1541	4
25030	Longhena	longhena	09	BS		45.4377	10.0597	4
25031	Capriolo	capriolo	09	BS		45.6333	9.9319	4
25032	Chiari	chiari	09	BS		45.5376	9.927	4
25033	Cologne	cologne	09	BS		45.5786	9.9418	4
25034	Coniolo	coniolo	09	BS		45.3833	9.9761	4
25034	Orzinuovi	orzinuovi	09	BS		45.4019	9.9232	4
25035	Ospitaletto	ospitaletto	09	BS		45.5522	10.0756	4
25036	San Pancrazio	san-pancrazio	09	BS		45.6141	9.9368	4
25036	Palazzolo Sull'Oglio	palazzolo-sull-oglio	09	BS		45.5966	9.8869	4
25037	Pontoglio	pontoglio	09	BS		45.5694	9.8535	4
25038	Sant'Anna	sant-anna	09	BS		45.5352	10.0025	4
25038	Rovato	rovato	09	BS		45.5634	10.0021	4
25038	Lodetto	lodetto	09	BS		45.551	10.0318	4
25038	Sant'Andrea	sant-andrea	09	BS		45.5427	9.9942	4
25038	Duomo	duomo	09	BS		45.5324	10.0212	4
25039	Travagliato	travagliato	09	BS		45.5239	10.0801	4
25040	Galleno	galleno	09	BS		46.1667	10.2309	4
25040	Esine	esine	09	BS		45.9251	10.251	4
25040	Timoline	timoline	09	BS		45.9298	10.2418	3
25040	Angolo Terme	angolo-terme	09	BS		45.8917	10.1496	4
25040	Plemo	plemo	09	BS		45.9149	10.2364	4
25040	Prestine	prestine	09	BS		45.9296	10.3087	4
25040	Saviore Dell'Adamello	saviore-dell-adamello	09	BS		45.9298	10.2418	3
25040	Parmezzana Calzana	parmezzana-calzana	09	BS		45.6335	10.0954	4
25040	Gianico	gianico	09	BS		45.8656	10.1749	4
25040	Incudine	incudine	09	BS		46.2203	10.3588	4
25040	Forno D'Allione	forno-d-allione	09	BS		45.9298	10.2418	3
25040	Cividate Camuno	cividate-camuno	09	BS		45.9409	10.2661	4
25040	Artogne	artogne	09	BS		45.8544	10.1665	4
25040	Monticelli Brusati	monticelli-brusati	09	BS		45.6348	10.1003	4
25040	Sacca	sacca	09	BS		45.8995	10.2201	4
25040	Nigoline	nigoline	09	BS		45.6291	9.9868	4
25040	Cerveno	cerveno	09	BS		46.0018	10.3283	4
25040	Berzo Demo	berzo-demo	09	BS		46.0929	10.333	4
25040	Braone	braone	09	BS		45.9901	10.3418	4
25040	Badetto	badetto	09	BS		45.9969	10.3429	4
25040	Ono San Pietro	ono-san-pietro	09	BS		46.0169	10.3284	4
25040	Colombaro	colombaro	09	BS		45.5777	10.4803	4
25040	Berzo Inferiore	berzo-inferiore	09	BS		45.9303	10.277	4
25040	Cevo	cevo	09	BS		46.0809	10.3695	4
25040	Santicolo	santicolo	09	BS		46.168	10.2729	4
25040	Bienno	bienno	09	BS		45.9353	10.2923	4
25040	Corteno Golgi	corteno-golgi	09	BS		46.1662	10.2435	4
25040	Forno Allione	forno-allione	09	BS		46.0876	10.3182	4
25040	Ceto	ceto	09	BS		46.0026	10.352	4
25040	Malonno	malonno	09	BS		46.1217	10.3184	4
25040	Monno	monno	09	BS		46.2123	10.3401	4
25040	Corte Franca	corte-franca	09	BS		45.63	9.9885	4
25040	Bonomelli	bonomelli	09	BS		45.6291	9.9868	4
25040	Borgonato	borgonato	09	BS		45.6207	10.0182	4
25040	Lozio	lozio	09	BS		45.9857	10.261	4
25041	Erbanno	erbanno	09	BS		45.8944	10.2187	1
25041	Boario Terme	boario-terme	09	BS		45.8944	10.2187	1
25042	Borno	borno	09	BS		45.9475	10.2024	4
25043	Astrio	astrio	09	BS		45.9417	10.3222	4
25043	Breno	breno	09	BS		45.9589	10.3065	4
25043	Pescarzo	pescarzo	09	BS		45.9499	10.313	4
25044	Capo Di Ponte	capo-di-ponte	09	BS		46.03	10.3428	4
25045	Castegnato	castegnato	09	BS		45.5613	10.1145	4
25046	Pedrocca	pedrocca	09	BS		45.5344	10.045	4
25046	Calino	calino	09	BS		45.5843	10.0233	4
25046	Cazzago San Martino	cazzago-san-martino	09	BS		45.5843	10.0233	4
25046	Bornato	bornato	09	BS		45.5937	10.0409	4
25047	Darfo Boario Terme	darfo-boario-terme	09	BS		45.8915	10.1888	4
25047	Darfo	darfo	09	BS		45.8779	10.1812	4
25047	Gorzone	gorzone	09	BS		45.8847	10.185	3
25048	Edolo	edolo	09	BS		46.178	10.3332	4
25048	Cortenedolo	cortenedolo	09	BS		46.174	10.2769	4
25048	Sonico	sonico	09	BS		46.1664	10.3507	4
25049	Iseo	iseo	09	BS		45.6588	10.0502	4
25049	Pilzone	pilzone	09	BS		45.6739	10.0806	4
25049	Clusane	clusane	09	BS		45.6625	10	4
25050	Paderno Franciacorta	paderno-franciacorta	09	BS		45.5869	10.0797	4
25050	Cimbergo	cimbergo	09	BS		46.0241	10.3657	4
25050	Vione	vione	09	BS		46.2481	10.4484	4
25050	Ome	ome	09	BS		45.6273	10.1214	4
25050	Zurane	zurane	09	BS		45.6334	10.0472	4
25050	Pontagna	pontagna	09	BS		46.2513	10.4814	4
25050	Ponte Cingoli	ponte-cingoli	09	BS		45.5975	10.1069	4
25050	Niardo	niardo	09	BS		45.976	10.3333	4
25050	Monte Isola	monte-isola	09	BS		45.7162	10.0799	4
25050	Ossimo Inferiore	ossimo-inferiore	09	BS		45.9427	10.2359	4
25050	Gresine	gresine	09	BS		45.6334	10.0472	4
25050	Novelle	novelle	09	BS		46.0698	10.3484	4
25050	Provezze	provezze	09	BS		45.6314	10.0729	4
25050	Passirano	passirano	09	BS		45.5967	10.0699	4
25050	Peschiera Maraglio	peschiera-maraglio	09	BS		45.6943	10.0912	4
25050	Rodengo Saiano	rodengo-saiano	09	BS		45.8766	10.2262	3
25050	Valle Di Saviore	valle-di-saviore	09	BS		46.069	10.4297	4
25050	Pian Camuno	pian-camuno	09	BS		45.8419	10.1418	4
25050	Crist	crist	09	BS		45.9744	10.3219	4
25050	Ossimo	ossimo	09	BS		45.8766	10.2262	3
25050	Temu'	temu	09	BS		46.2502	10.4659	4
25050	Losine	losine	09	BS		45.9835	10.3162	4
25050	Ossimo Superiore	ossimo-superiore	09	BS		45.9462	10.2306	4
25050	Fontane	fontane	09	BS		45.8766	10.2262	3
25050	Paisco Loveno	paisco-loveno	09	BS		46.0791	10.2926	4
25050	Siviano	siviano	09	BS		45.7149	10.0803	4
25050	Provaglio D'Iseo	provaglio-d-iseo	09	BS		45.6354	10.0447	4
25050	Camignone	camignone	09	BS	017136	45.8766	10.2262	3
25050	Stadolina	stadolina	09	BS		46.2428	10.4314	4
25050	Monterotondo	monterotondo	09	BS		45.6091	10.0435	4
25050	Sellero	sellero	09	BS		46.0514	10.3476	4
25050	Paspardo	paspardo	09	BS		46.0323	10.3688	4
25050	Zone	zone	09	BS		45.7634	10.1159	4
25051	Cedegolo	cedegolo	09	BS		46.074	10.3514	4
25052	Piancogno	piancogno	09	BS		45.9197	10.2253	4
25052	Pian Di Borno	pian-di-borno	09	BS		45.9167	10.2	4
25052	Cogno	cogno	09	BS		45.9182	10.2126	3
25052	Annunciata	annunciata	09	BS		45.702	10.3119	3
25053	Malegno	malegno	09	BS		45.9508	10.2741	4
25054	Marone	marone	09	BS		45.7372	10.0958	4
25055	Pisogne	pisogne	09	BS		45.8078	10.1102	4
25055	Gratacasolo	gratacasolo	09	BS		45.829	10.1292	4
25055	Toline	toline	09	BS		45.7873	10.089	4
25056	Ponte Di Legno	ponte-di-legno	09	BS		45.8677	10.2115	1
25057	Sale Marasino	sale-marasino	09	BS		45.7064	10.1122	4
25058	Sulzano	sulzano	09	BS		45.6873	10.0999	4
25059	Vezza D'Oglio	vezza-d-oglio	09	BS		45.8677	10.2115	1
25060	Brozzo	brozzo	09	BS		45.7202	10.2309	4
25060	Polaveno	polaveno	09	BS		45.6615	10.124	4
25060	Collio	collio	09	BS		45.8109	10.3351	4
25060	Fantasina	fantasina	09	BS		45.5732	10.1779	4
25060	San Colombano	san-colombano	09	BS		45.8126	10.3696	4
25060	Collebeato	collebeato	09	BS		45.5812	10.2102	4
25060	Cellatica	cellatica	09	BS		45.582	10.1802	4
25060	Brione	brione	09	BS		45.6423	10.1485	4
25060	Marmentino	marmentino	09	BS		45.755	10.2847	4
25060	Lavone	lavone	09	BS		45.762	10.2496	4
25060	Tavernole Sul Mella	tavernole-sul-mella	09	BS		45.7068	10.2297	3
25060	Stravignino	stravignino	09	BS		45.7747	10.2384	4
25060	Lodrino	lodrino	09	BS		45.7197	10.2777	4
25060	Marcheno	marcheno	09	BS		45.7065	10.2145	4
25060	Lavone Di Pezzaze	lavone-di-pezzaze	09	BS		45.762	10.2496	4
25060	Gombio	gombio	09	BS		45.6686	10.1483	4
25060	Pezzaze	pezzaze	09	BS		45.7763	10.236	4
25061	Irma	irma	09	BS		45.7713	10.2846	4
25061	Bovegno	bovegno	09	BS		45.7912	10.2701	4
25062	Concesio	concesio	09	BS		45.6052	10.217	4
25062	San Vigilio	san-vigilio	09	BS		45.6081	10.1944	4
25063	Magno	magno	09	BS		45.7067	10.1994	4
25063	Gardone Val Trompia	gardone-val-trompia	09	BS		45.6914	10.1864	4
25064	Mandolossa	mandolossa	09	BS		45.5495	10.1364	4
25064	Ronco	ronco	09	BS		45.5961	10.1353	4
25064	Piazza	piazza	09	BS		45.5872	10.1553	4
25064	Gussago	gussago	09	BS		45.5836	10.1572	4
25065	Lumezzane Sant'Apollonio	lumezzane-sant-apollonio	09	BS		45.65	10.2471	3
25065	Lumezzane	lumezzane	09	BS		45.6479	10.2649	4
25065	San Sebastiano	san-sebastiano	09	BS		45.6519	10.2568	4
25065	Sant'Apollonio	sant-apollonio	09	BS		45.65	10.2471	3
25065	Pieve	pieve	09	BS		45.65	10.2333	4
25065	Lumezzane Pieve	lumezzane-pieve	09	BS		45.65	10.2333	4
25068	Sarezzo	sarezzo	09	BS		45.6607	10.1969	4
25068	Ponte Zanano	ponte-zanano	09	BS		45.6607	10.1969	3
25068	Zanano	zanano	09	BS		45.6607	10.1969	3
25069	Villa Carcina	villa-carcina	09	BS		45.6333	10.1956	4
25069	Carcina	carcina	09	BS		45.6333	10.1956	4
25069	Cogozzo	cogozzo	09	BS		45.702	10.3119	3
25070	Capovalle	capovalle	09	BS		45.7534	10.5445	4
25070	Livemmo	livemmo	09	BS		45.7432	10.3443	4
25070	Provaglio Val Sabbia	provaglio-val-sabbia	09	BS		45.6888	10.434	4
25070	Barghe	barghe	09	BS		45.6783	10.4078	4
25070	Casto	casto	09	BS		45.6949	10.3212	4
25070	Sabbio Chiese	sabbio-chiese	09	BS		45.6559	10.4219	4
25070	Mura	mura	09	BS		45.7131	10.342	4
25070	Sottocastello	sottocastello	09	BS		45.6672	10.3942	4
25070	Trebbio	trebbio	09	BS		45.7129	10.4614	4
25070	Ponte Caffaro	ponte-caffaro	09	BS		45.8208	10.5271	4
25070	Treviso Bresciano	treviso-bresciano	09	BS		45.7129	10.4614	4
25070	San Faustino	san-faustino	09	BS		45.6663	10.3439	4
25070	Pertica Alta	pertica-alta	09	BS		45.7424	10.3442	4
25070	Anfo	anfo	09	BS		45.7658	10.4938	4
25070	Bione	bione	09	BS		45.6728	10.3389	4
25070	Gazzane	gazzane	09	BS		45.6576	10.3794	4
25070	Preseglie	preseglie	09	BS		45.6683	10.3968	4
25070	Caino	caino	09	BS		45.6094	10.3132	4
25071	Agnosine	agnosine	09	BS		45.6497	10.3527	4
25072	Bagolino	bagolino	09	BS		45.8252	10.4618	4
25073	Bovezzo	bovezzo	09	BS		45.59	10.2418	4
25074	Crone	crone	09	BS		45.7374	10.475	4
25074	Idro	idro	09	BS		45.7361	10.4734	4
25074	Lavenone	lavenone	09	BS		45.7385	10.4393	4
25075	Nave	nave	09	BS		45.5848	10.2795	4
25076	Odolo	odolo	09	BS		45.6455	10.3831	4
25077	Roe' Volciano	roe-volciano	09	BS		45.612	10.4886	4
25077	Roe'	roe	09	BS		45.6258	10.4996	4
25078	Vestone	vestone	09	BS		45.7078	10.3961	4
25078	Nozza	nozza	09	BS		45.7	10.3833	4
25078	Pertica Bassa	pertica-bassa	09	BS		45.7534	10.3725	4
25078	Forno D'Ono	forno-d-ono	09	BS		45.755	10.373	4
25079	Carpeneda	carpeneda	09	BS		45.6483	10.4672	4
25079	Vobarno	vobarno	09	BS		45.6415	10.4987	4
25079	Degagna	degagna	09	BS		45.6449	10.483	3
25079	Pompegnino	pompegnino	09	BS		45.6449	10.483	3
25080	Padenghe Sul Garda	padenghe-sul-garda	09	BS		45.5079	10.5186	4
25080	Valvestino	valvestino	09	BS		45.7607	10.5955	4
25080	Manerba Del Garda	manerba-del-garda	09	BS		45.5499	10.5523	4
25080	Soiano Del Lago	soiano-del-lago	09	BS		45.5886	10.4865	3
25080	Nuvolento	nuvolento	09	BS		45.546	10.3881	4
25080	Case Nuove	case-nuove	09	BS		45.61	10.3942	4
10060	Rora'	rora	12	TO		44.7921	7.199	4
25080	Raffa	raffa	09	BS		45.5705	10.5296	4
25080	Ciliverghe	ciliverghe	09	BS		45.5886	10.4865	3
25080	Carzago Della Riviera	carzago-della-riviera	09	BS		45.5244	10.4605	4
25080	Magasa	magasa	09	BS		45.7814	10.616	4
25080	Serle	serle	09	BS		45.5614	10.3682	4
25080	Mazzano	mazzano	09	BS		45.5201	10.3539	4
25080	Muscoline	muscoline	09	BS		45.5625	10.4619	4
25080	Tignale	tignale	09	BS		45.7436	10.7103	4
25080	Moniga Del Garda	moniga-del-garda	09	BS		45.5267	10.5373	4
25080	Molinetto	molinetto	09	BS		45.5324	10.3235	4
25080	Nuvolera	nuvolera	09	BS		45.5322	10.3692	4
25080	Polpenazze Del Garda	polpenazze-del-garda	09	BS		45.5512	10.5049	4
25080	Paitone	paitone	09	BS		45.5521	10.4023	4
25080	Chiesa	chiesa	09	BS		45.5636	10.462	4
25080	Puegnago Sul Garda	puegnago-sul-garda	09	BS		45.5668	10.5098	4
25080	Prevalle	prevalle	09	BS		45.5514	10.4221	4
25080	Carzago Riviera	carzago-riviera	09	BS		45.5244	10.4605	4
25080	Gardola	gardola	09	BS		45.7418	10.7187	4
25080	Soiano	soiano	09	BS		45.5278	10.5127	4
25080	Moerna	moerna	09	BS		45.7588	10.5816	4
25080	Vallio Terme	vallio-terme	09	BS		45.6098	10.3974	4
25080	Castello	castello	09	BS		45.6138	10.4708	4
25080	Calvagese Della Riviera	calvagese-della-riviera	09	BS		45.5392	10.446	4
25080	Solarolo	solarolo	09	BS		45.5505	10.5549	4
25081	Campagnola	campagnola	09	BS		45.5881	10.4855	4
25081	Bedizzole	bedizzole	09	BS		45.5104	10.4233	4
25082	Botticino	botticino	09	BS		45.5297	10.3108	4
25082	Botticino Sera	botticino-sera	09	BS		45.5462	10.3095	3
25082	San Gallo	san-gallo	09	BS		45.5626	10.3082	4
25082	Botticino Mattina	botticino-mattina	09	BS		45.5462	10.3095	3
25083	Gardone Riviera	gardone-riviera	09	BS		45.624	10.5668	4
25083	Montecucco	montecucco	09	BS		45.6167	10.55	4
25083	San Michele	san-michele	09	BS		45.7833	10.7	4
25083	Fasano Del Garda	fasano-del-garda	09	BS		45.6747	10.6056	3
25084	Navazzo	navazzo	09	BS		45.6838	10.6329	4
25084	Bogliaco	bogliaco	09	BS		45.6848	10.6458	3
25084	Gargnano	gargnano	09	BS		45.6859	10.6587	4
25085	San Biagio	san-biagio	09	BS		45.5883	10.4632	4
25085	Sopraponte	sopraponte	09	BS		45.5894	10.4426	4
25085	Gavardo	gavardo	09	BS		45.5894	10.4426	4
25085	San Giacomo	san-giacomo	09	BS		45.5938	10.4769	4
25086	Virle Treponti	virle-treponti	09	BS		45.5118	10.3173	3
25086	Rezzato	rezzato	09	BS		45.5118	10.3173	4
25087	Salo'	salo	09	BS		45.6068	10.5205	4
25087	Barbarano	barbarano	09	BS		45.6068	10.5205	3
25087	Campoverde	campoverde	09	BS		45.6068	10.5205	3
25088	Toscolano Maderno	toscolano-maderno	09	BS		45.6398	10.6076	4
25088	Maderno	maderno	09	BS		45.6333	10.5833	4
25089	Bostone	bostone	09	BS		45.5994	10.4527	3
25089	Villanuova Sul Clisi	villanuova-sul-clisi	09	BS		45.5994	10.4527	4
25100	Brescia	brescia	09	BS		45.5356	10.2147	4
25121	Brescia	brescia	09	BS		45.5356	10.2147	4
25122	Brescia	brescia	09	BS		45.5356	10.2147	4
25123	Brescia	brescia	09	BS		45.5356	10.2147	4
25124	Brescia	brescia	09	BS		45.5356	10.2147	4
25125	Brescia	brescia	09	BS		45.5356	10.2147	4
25126	Brescia	brescia	09	BS		45.5356	10.2147	4
25127	Brescia	brescia	09	BS		45.5356	10.2147	4
25128	Brescia	brescia	09	BS		45.5356	10.2147	4
25129	Bettole Di Buffalora	bettole-di-buffalora	09	BS		45.4968	10.2752	4
25129	Brescia	brescia	09	BS		45.5356	10.2147	4
25131	Fornaci	fornaci	09	BS		45.5095	10.1301	4
25131	Brescia	brescia	09	BS		45.5356	10.2147	4
25132	Mandolossa Di Brescia	mandolossa-di-brescia	09	BS		45.5495	10.1364	4
25132	Brescia	brescia	09	BS		45.5356	10.2147	4
25133	Mompiano	mompiano	09	BS		45.5356	10.2147	3
25133	Brescia	brescia	09	BS		45.5356	10.2147	4
25134	San Polo	san-polo	09	BS		45.4413	10.4893	4
25134	Brescia	brescia	09	BS		45.5356	10.2147	4
25135	Caionvico	caionvico	09	BS		45.5356	10.2147	3
25135	Brescia	brescia	09	BS		45.5356	10.2147	4
25135	Sant'Eufemia Della Fonte	sant-eufemia-della-fonte	09	BS		45.5356	10.2147	3
25136	Brescia	brescia	09	BS		45.5356	10.2147	4
25136	Stocchetta	stocchetta	09	BS		45.5356	10.2147	3
22010	Codogna	codogna	09	CO		46.0277	9.2099	4
22010	Montemezzo	montemezzo	09	CO		46.1788	9.3709	4
22010	Stazzona	stazzona	09	CO		46.1388	9.2752	4
22010	Cavargna	cavargna	09	CO		46.0522	9.2108	3
22010	Grandola Ed Uniti	grandola-ed-uniti	09	CO		46.0249	9.2127	4
22010	Peglio	peglio	09	CO		46.1604	9.2947	4
22010	Moltrasio	moltrasio	09	CO		45.86	9.0984	4
22010	Sant'Abbondio	sant-abbondio	09	CO		46.0522	9.2108	3
22010	Consiglio Di Rumo	consiglio-di-rumo	09	CO		46.143	9.2933	4
22010	Carlazzo	carlazzo	09	CO		46.0422	9.165	4
22010	San Bartolomeo Val Cavargna	san-bartolomeo-val-cavargna	09	CO		46.0835	9.1491	4
22010	San Pietro Sovera	san-pietro-sovera	09	CO		46.0522	9.2108	3
22010	San Siro	san-siro	09	CO		46.0657	9.2688	4
22010	Val Rezzo	val-rezzo	09	CO		46.0727	9.1118	4
22010	Germasino	germasino	09	CO		46.1357	9.2634	4
22010	Santa Maria Rezzonico	santa-maria-rezzonico	09	CO		46.0522	9.2108	3
22010	Acquaseria	acquaseria	09	CO		46.0551	9.2584	4
22010	Corrido	corrido	09	CO		46.0476	9.1355	4
22010	Albogasio	albogasio	09	CO		46.0232	9.0369	4
22010	Valsolda	valsolda	09	CO		46.0522	9.2108	3
22010	Trezzone	trezzone	09	CO		46.1716	9.3518	4
22010	Sorico	sorico	09	CO		46.1726	9.384	4
22010	Santa Maria	santa-maria	09	CO		45.9289	9.1528	3
22010	Bene Lario	bene-lario	09	CO		46.029	9.1841	4
22010	Brienno	brienno	09	CO		45.9117	9.1314	4
22010	Garzeno	garzeno	09	CO		46.1341	9.2496	4
22010	San Gregorio	san-gregorio	09	CO		46.1464	9.3009	4
22010	Rezzonico	rezzonico	09	CO		46.0711	9.2777	4
22010	Azzano	azzano	09	CO		45.981	9.2028	4
22010	Livo	livo	09	CO		46.1685	9.3041	4
22010	Gera Lario	gera-lario	09	CO		46.17	9.3674	4
22010	Plesio	plesio	09	CO		46.0474	9.2288	4
22010	Mezzegra	mezzegra	09	CO		45.9817	9.2051	4
22010	Colonno	colonno	09	CO		45.9577	9.1529	4
22010	Laglio	laglio	09	CO		45.8806	9.137	4
22010	Cremia	cremia	09	CO		46.0865	9.2711	4
22010	Carate Urio	carate-urio	09	CO		45.8718	9.1221	4
22010	Argegno	argegno	09	CO		45.9422	9.1264	4
22010	Cusino	cusino	09	CO		46.0749	9.1526	4
22010	Musso	musso	09	CO		46.1129	9.2738	4
22010	Claino Con Osteno	claino-con-osteno	09	CO		46.0067	9.0838	4
22010	Calozzo	calozzo	09	CO		46.1005	9.2753	4
22010	Pianello Del Lario	pianello-del-lario	09	CO		46.1028	9.2769	4
22010	San Nazzaro Val Cavargna	san-nazzaro-val-cavargna	09	CO		46.0894	9.1274	4
22010	Ossuccio	ossuccio	09	CO		45.9696	9.1797	4
22010	Dosso Del Liro	dosso-del-liro	09	CO		46.164	9.2729	4
22010	Sala Comacina	sala-comacina	09	CO		45.9642	9.166	4
22010	Urio	urio	09	CO		45.8718	9.1221	4
22010	Piano Porlezza	piano-porlezza	09	CO		46.0333	9.1667	4
22011	Griante	griante	09	CO		45.9953	9.2355	4
22011	Cadenabbia	cadenabbia	09	CO		45.9886	9.2362	4
22012	Cernobbio	cernobbio	09	CO		45.8431	9.0719	4
22013	Domaso	domaso	09	CO		46.1528	9.3315	4
22013	Vercana	vercana	09	CO		46.1595	9.3351	4
22014	Dongo	dongo	09	CO		46.13	9.2817	4
22015	Gravedona	gravedona	09	CO		46.0474	9.2115	1
22016	Lenno	lenno	09	CO		45.973	9.1908	4
22016	Tremezzina	tremezzina	09	CO	013252	45.973	9.1908	3
22017	Menaggio	menaggio	09	CO		46.0207	9.2391	4
22018	Porlezza	porlezza	09	CO		46.0371	9.1292	4
22018	Cima	cima	09	CO		46.0251	9.0912	4
22019	Tremezzo	tremezzo	09	CO		45.9842	9.2161	4
22020	Dizzasco	dizzasco	09	CO		45.9438	9.0997	4
22020	Pellio Intelvi	pellio-intelvi	09	CO		45.9799	9.0586	4
22020	Torno	torno	09	CO		45.8559	9.1171	4
22020	Occagno	occagno	09	CO		45.929	9.0987	4
22020	Bizzarone	bizzarone	09	CO		45.8343	8.9427	4
22020	Veleso	veleso	09	CO		45.9088	9.1809	4
22020	Nesso	nesso	09	CO		45.9124	9.1567	4
22020	Camnago Faloppio	camnago-faloppio	09	CO		45.8047	8.9793	4
22020	Lemna	lemna	09	CO		45.8581	9.1599	4
22020	Ponna	ponna	09	CO		45.8765	9.0756	3
22020	Faloppio	faloppio	09	CO		45.8097	8.9643	4
22020	Blevio	blevio	09	CO		45.8422	9.1051	4
22020	Cerano D'Intelvi	cerano-d-intelvi	09	CO		45.9445	9.0877	4
22020	Drezzo	drezzo	09	CO		45.8153	8.9948	4
22020	Faggeto Lario	faggeto-lario	09	CO		45.8588	9.1589	4
22020	Pellio	pellio	09	CO		45.8765	9.0756	3
22020	Pare'	pare	09	CO		45.8109	9.0087	4
22020	Boscone	boscone	09	CO		45.8008	8.9832	4
22020	San Fermo Della Battaglia	san-fermo-della-battaglia	09	CO		45.8087	9.0474	4
22020	Zelbio	zelbio	09	CO		45.9046	9.1805	4
22020	Camnago	camnago	09	CO		45.8	9.1167	4
22020	Gaggino	gaggino	09	CO		45.8079	8.9643	4
22020	Pognana Lario	pognana-lario	09	CO		45.8804	9.1576	4
22020	Cavallasca	cavallasca	09	CO		45.8096	9.0328	4
22020	Schignano	schignano	09	CO		45.9298	9.1021	4
22020	Ramponio Verna	ramponio-verna	09	CO		45.997	9.0663	4
22020	Laino	laino	09	CO		45.9845	9.0754	4
22020	Pigra	pigra	09	CO		45.9574	9.1265	4
22021	San Giovanni Di Bellagio	san-giovanni-di-bellagio	09	CO		45.9877	9.2618	3
22021	Bellagio	bellagio	09	CO		45.9877	9.2618	4
22022	Casasco D'Intelvi	casasco-d-intelvi	09	CO		45.9437	9.0757	4
22023	Castiglione D'Intelvi	castiglione-d-intelvi	09	CO		45.9575	9.0899	4
22024	Lanzo D'Intelvi	lanzo-d-intelvi	09	CO		45.9794	9.0217	4
22024	Scaria	scaria	09	CO		45.9794	9.0217	3
22025	Lezzeno	lezzeno	09	CO		45.9441	9.1849	4
22026	Maslianico	maslianico	09	CO		45.843	9.0484	4
22027	Ronago	ronago	09	CO		45.8323	8.9836	4
22028	San Fedele Intelvi	san-fedele-intelvi	09	CO		45.9677	9.0807	4
22028	Blessagno	blessagno	09	CO		45.9591	9.0975	4
22029	Uggiate Trevano	uggiate-trevano	09	CO		45.8234	8.9596	4
22030	Civenna	civenna	09	CO		45.9402	9.2712	4
22030	Pusiano	pusiano	09	CO		45.8148	9.2822	4
22030	Longone Al Segrino	longone-al-segrino	09	CO		45.8143	9.2514	4
22030	Lipomo	lipomo	09	CO		45.7929	9.1202	4
22030	Rezzago	rezzago	09	CO		45.8667	9.2486	4
22030	Eupilio	eupilio	09	CO		45.8445	9.2373	3
22030	Proserpio	proserpio	09	CO		45.8283	9.2455	4
22030	Magreglio	magreglio	09	CO		45.921	9.2626	4
22030	Lasnigo	lasnigo	09	CO		45.882	9.2664	4
22030	Barni	barni	09	CO		45.9111	9.2659	4
22030	Caslino D'Erba	caslino-d-erba	09	CO		45.839	9.2255	4
22030	Galliano	galliano	09	CO		45.8167	9.2667	4
22030	Castelmarte	castelmarte	09	CO		45.8324	9.233	4
22030	Sormano	sormano	09	CO		45.878	9.2458	4
22030	Penzano	penzano	09	CO		45.8103	9.2582	4
22030	Orsenigo	orsenigo	09	CO		45.7784	9.1796	4
22030	Montorfano	montorfano	09	CO		45.7864	9.1437	4
22030	Corneno	corneno	09	CO		45.8167	9.2667	4
22030	Caglio	caglio	09	CO		45.8715	9.2372	4
22031	Albavilla	albavilla	09	CO		45.8004	9.185	4
22032	Albese Con Cassano	albese-con-cassano	09	CO		45.7949	9.1636	4
22033	Asso	asso	09	CO		45.8606	9.2673	4
22034	Brunate	brunate	09	CO		45.821	9.0987	4
22035	Canzo	canzo	09	CO		45.8487	9.2706	4
22036	Arcellasco	arcellasco	09	CO		45.8088	9.2261	3
22036	Erba	erba	09	CO		45.8088	9.2261	4
22037	Ponte Lambro	ponte-lambro	09	CO		45.8254	9.2245	4
22038	Solzago	solzago	09	CO		45.8007	9.1405	3
22038	Tavernerio	tavernerio	09	CO		45.8007	9.1405	4
22039	Valbrona	valbrona	09	CO		45.8774	9.2988	4
22039	Osigo	osigo	09	CO		45.8753	9.2956	4
22040	Brenna	brenna	09	CO		45.7434	9.1866	4
22040	Alserio	alserio	09	CO		45.7789	9.2001	4
22040	Monguzzo	monguzzo	09	CO		45.7635	9.2015	3
22040	Nobile	nobile	09	CO		45.7802	9.2302	4
22040	Anzano Del Parco	anzano-del-parco	09	CO		45.7701	9.1975	4
22040	Alzate Brianza	alzate-brianza	09	CO		45.7698	9.182	4
22040	Lurago D'Erba	lurago-d-erba	09	CO		45.751	9.2182	4
22040	Fabbrica Durini	fabbrica-durini	09	CO		45.7512	9.1958	4
22041	Colverde	colverde	09	CO	013251	45.8014	9.0031	3
22041	Gironico Al Piano	gironico-al-piano	09	CO	013251	45.8014	9.0031	4
22041	Gironico	gironico	09	CO	013251	45.8014	9.0031	4
22043	Cagno	cagno	09	CO		45.8111	8.9173	4
22043	Solbiate	solbiate	09	CO		45.7897	8.9331	4
22044	Inverigo	inverigo	09	CO		45.738	9.2184	4
22044	Romano' Brianza	romano-brianza	09	CO		45.738	9.2184	3
22044	Cremnago	cremnago	09	CO		45.738	9.2184	3
22045	Lambrugo	lambrugo	09	CO		45.7588	9.2395	4
22046	Merone	merone	09	CO		45.7872	9.244	4
22060	Novedrate	novedrate	09	CO		45.6981	9.1207	4
22060	Campione D'Italia	campione-d-italia	09	CO		45.9682	8.9718	4
22060	Arosio	arosio	09	CO		45.7193	9.2082	4
22060	Cabiate	cabiate	09	CO		45.6742	9.1737	4
22060	Cucciago	cucciago	09	CO		45.7393	9.0929	4
22060	Carugo	carugo	09	CO		45.7085	9.1968	4
22060	Montesolaro	montesolaro	09	CO		45.721	9.1176	4
22060	Figino Serenza	figino-serenza	09	CO		45.7105	9.1311	4
22060	Carimate	carimate	09	CO		45.7066	9.1075	4
22063	Vighizzolo Di Cantu'	vighizzolo-di-cantu	09	CO		45.7334	9.1544	4
22063	Cantu'	cantu	09	CO		45.741	9.1308	4
22063	Mirabello Di Cantu'	mirabello-di-cantu	09	CO		45.7271	9.1206	3
22063	Cantu' Asnago	cantu-asnago	09	CO		45.717	9.0986	4
22063	Cascina Amata	cascina-amata	09	CO		45.7271	9.1206	3
22063	Asnago Di Cantu'	asnago-di-cantu	09	CO		45.717	9.0986	4
22066	Mariano Comense	mariano-comense	09	CO		45.6965	9.1818	4
22066	Perticato	perticato	09	CO		45.6965	9.1818	3
22069	Rovellasca	rovellasca	09	CO		45.6666	9.0488	4
22070	Rodero	rodero	09	CO		45.824	8.9152	4
22070	Montano	montano	09	CO		45.7942	9.0222	4
22070	Intimiano	intimiano	09	CO		45.7478	8.9969	3
22070	Cassina Rizzardi	cassina-rizzardi	09	CO		45.7523	9.0245	4
22070	Cirimido	cirimido	09	CO		45.6998	9.0125	4
22070	Beregazzo	beregazzo	09	CO		45.7702	8.9587	4
22070	Capiago	capiago	09	CO		45.7478	8.9969	3
22070	Casnate Con Bernate	casnate-con-bernate	09	CO		45.7563	9.0726	4
22070	Binago	binago	09	CO		45.7822	8.9223	4
22070	Fenegro'	fenegro	09	CO		45.7016	8.9996	4
22070	Minoprio	minoprio	09	CO		45.7478	8.9969	3
22070	Bregnano	bregnano	09	CO		45.6978	9.0593	4
22070	Figliaro	figliaro	09	CO		45.7799	8.9447	4
22070	Luisago	luisago	09	CO		45.7629	9.0354	4
22070	Rovello Porro	rovello-porro	09	CO		45.6521	9.0394	4
22070	Vertemate Con Minoprio	vertemate-con-minoprio	09	CO		45.7252	9.073	4
22070	Casnate	casnate	09	CO		45.7478	8.9969	3
22070	Valmorea	valmorea	09	CO		45.8152	8.9306	4
22070	Grandate	grandate	09	CO		45.7671	9.0535	4
22070	Lurago Marinone	lurago-marinone	09	CO		45.7048	8.9833	4
22070	Capiago Intimiano	capiago-intimiano	09	CO		45.7478	8.9969	3
22070	Concagno	concagno	09	CO		45.7991	8.9096	4
22070	Veniano	veniano	09	CO		45.7163	8.985	4
22070	San Giorgio	san-giorgio	09	CO		45.7693	9.1316	4
22070	Portichetto	portichetto	09	CO		45.7478	8.9969	3
22070	Lucino	lucino	09	CO		45.7835	9.0434	4
22070	Montano Lucino	montano-lucino	09	CO		45.7838	9.0424	4
22070	Puginate	puginate	09	CO		45.711	9.0577	4
22070	Casanova Lanza	casanova-lanza	09	CO		45.7478	8.9969	3
22070	San Michele	san-michele	09	CO		45.6959	9.0586	4
22070	Limido Comasco	limido-comasco	09	CO		45.6892	8.9798	4
22070	Albiolo	albiolo	09	CO		45.8056	8.9392	4
22070	Carbonate	carbonate	09	CO		45.6851	8.9381	4
22070	Cascina Restelli	cascina-restelli	09	CO		45.6807	8.9895	4
22070	Locate Varesino	locate-varesino	09	CO		45.6897	8.9299	4
22070	Appiano Gentile	appiano-gentile	09	CO		45.735	8.981	4
22070	Castelnuovo Bozzente	castelnuovo-bozzente	09	CO		45.7646	8.9435	4
22070	Bulgarograsso	bulgarograsso	09	CO		45.7471	9.0064	4
22070	Oltrona Di San Mamette	oltrona-di-san-mamette	09	CO		45.7558	8.9767	4
22070	Guanzate	guanzate	09	CO		45.7276	9.0198	4
22070	Beregazzo Con Figliaro	beregazzo-con-figliaro	09	CO		45.7807	8.9441	4
22070	Senna Comasco	senna-comasco	09	CO		45.763	9.111	4
22071	Caslino Al Piano	caslino-al-piano	09	CO		45.7273	9.0378	4
22071	Bulgorello	bulgorello	09	CO		45.7243	9.0552	4
22071	Cadorago	cadorago	09	CO		45.7258	9.0465	3
22072	Cermenate	cermenate	09	CO		45.702	9.0836	4
22073	Andrate	andrate	09	CO		45.7439	9.0765	4
22073	Fino Mornasco	fino-mornasco	09	CO		45.7429	9.05	4
22073	Molinetto	molinetto	09	CO		45.7439	9.0765	4
22074	Lomazzo	lomazzo	09	CO		45.6967	9.0343	4
22074	Manera	manera	09	CO		45.6735	9.0406	4
22075	Lurate Caccivio	lurate-caccivio	09	CO		45.767	8.999	4
22076	Mozzate	mozzate	09	CO		45.6747	8.9564	4
22077	Olgiate Comasco	olgiate-comasco	09	CO		45.7844	8.9682	4
22078	Turate	turate	09	CO		45.6573	9.0042	4
22079	Villa Guardia	villa-guardia	09	CO		45.775	9.0232	4
22100	Como	como	09	CO		45.8082	9.0832	4
22100	Breccia	breccia	09	CO		45.806	9.0892	3
22100	Tavernola	tavernola	09	CO		45.806	9.0892	3
22100	Albate	albate	09	CO		45.7833	9.1167	4
22100	Rebbio	rebbio	09	CO		45.806	9.0892	3
22100	Ponte Chiasso	ponte-chiasso	09	CO		45.8323	9.0401	4
22100	Monte Olimpino	monte-olimpino	09	CO		45.806	9.0892	3
22100	Camnago Volta	camnago-volta	09	CO		45.8	9.1167	4
22100	Camerlata	camerlata	09	CO		45.806	9.0892	3
22100	Lora	lora	09	CO		45.806	9.0892	3
22100	Civiglio	civiglio	09	CO		45.806	9.0892	3
26010	Ricengo	ricengo	09	CR		45.4057	9.724	4
26010	Capralba	capralba	09	CR		45.4435	9.6442	4
26010	Rubbiano	rubbiano	09	CR		45.3028	9.6395	4
26010	Casale Cremasco Vidolasco	casale-cremasco-vidolasco	09	CR		45.3374	9.747	3
26010	Monte Cremasco	monte-cremasco	09	CR		45.3722	9.5729	4
26010	Dovera	dovera	09	CR		45.3643	9.5445	4
26010	Olmeneta	olmeneta	09	CR		45.2354	10.0232	4
26010	Vaiano Cremasco	vaiano-cremasco	09	CR		45.3713	9.5879	4
26010	Salvirola	salvirola	09	CR		45.3563	9.7792	4
26010	Ripalta Cremasca	ripalta-cremasca	09	CR		45.3374	9.747	3
26010	Pozzaglio Ed Uniti	pozzaglio-ed-uniti	09	CR		45.2003	10.0506	4
26010	Casaletto Vaprio	casaletto-vaprio	09	CR		45.4082	9.6288	4
26010	Casalsigone	casalsigone	09	CR		45.2184	10.0288	4
26010	Credera	credera	09	CR		45.303	9.655	4
26010	Montodine	montodine	09	CR		45.2842	9.7091	4
26010	Credera Rubbiano	credera-rubbiano	09	CR		45.3374	9.747	3
26010	Moscazzano	moscazzano	09	CR		45.2936	9.6813	4
26010	Cremosano	cremosano	09	CR		45.3947	9.6383	4
26010	Rovereto	rovereto	09	CR		45.2968	9.6649	4
26010	Pianengo	pianengo	09	CR		45.4022	9.6948	4
26010	Ripalta Guerina	ripalta-guerina	09	CR		45.3061	9.704	4
26010	Castel Gabbiano	castel-gabbiano	09	CR		45.4685	9.7176	4
26010	Castelvisconti	castelvisconti	09	CR		45.3054	9.9411	4
26010	Zappello	zappello	09	CR		45.3334	9.6729	4
26010	Robecco D'Oglio	robecco-d-oglio	09	CR		45.2585	10.0772	4
26010	Bagnolo Cremasco	bagnolo-cremasco	09	CR		45.3612	9.613	4
26010	Izano	izano	09	CR		45.3555	9.7514	4
26010	Ripalta Nuova	ripalta-nuova	09	CR		45.332	9.6924	4
26010	Casaletto Ceredano	casaletto-ceredano	09	CR		45.3183	9.617	4
26010	Capergnanica	capergnanica	09	CR		45.3387	9.6447	4
26010	Chieve	chieve	09	CR		45.3405	9.6165	4
26010	Bolzone	bolzone	09	CR		45.3345	9.6623	4
26010	Offanengo	offanengo	09	CR		45.3789	9.7424	4
26010	Camisano	camisano	09	CR		45.4448	9.7453	4
26010	Fiesco	fiesco	09	CR		45.3374	9.7779	4
26010	Azzanello	azzanello	09	CR		45.3131	9.9197	4
26010	Ripalta Arpina	ripalta-arpina	09	CR		45.3019	9.729	4
26010	Campagnola Cremasca	campagnola-cremasca	09	CR		45.3985	9.6695	4
26010	Sergnano	sergnano	09	CR		45.4276	9.7012	4
26010	Pozzaglio	pozzaglio	09	CR		45.2	10.0535	4
26010	Casale Cremasco	casale-cremasco	09	CR		45.4319	9.7142	4
26010	Corte De' Frati	corte-de-frati	09	CR		45.2185	10.1019	4
26011	Casalbuttano	casalbuttano	09	CR		45.2519	9.9617	4
26011	Casalbuttano Ed Uniti	casalbuttano-ed-uniti	09	CR		45.2519	9.9617	4
26012	Castelleone	castelleone	09	CR		45.2958	9.7609	4
26013	Santo Stefano In Vairano	santo-stefano-in-vairano	09	CR		45.3785	9.6761	4
26013	Ombriano	ombriano	09	CR		45.2192	9.9945	3
26013	Crema	crema	09	CR		45.3626	9.6818	4
26013	Sabbioni	sabbioni	09	CR		45.2439	9.8393	4
26013	Santa Maria Della Croce	santa-maria-della-croce	09	CR		45.3283	9.7324	3
26014	Romanengo	romanengo	09	CR		45.3782	9.7878	4
26014	Casaletto Di Sopra	casaletto-di-sopra	09	CR		45.4192	9.7826	4
26015	Soresina	soresina	09	CR		45.2882	9.8586	4
26016	Spino D'Adda	spino-d-adda	09	CR		45.4009	9.4867	4
26017	Pieranica	pieranica	09	CR		45.4262	9.6103	4
26017	Torlino Vimercati	torlino-vimercati	09	CR		45.4175	9.5948	4
26017	Quintano	quintano	09	CR		45.4205	9.6186	4
26017	Trescore Cremasco	trescore-cremasco	09	CR		45.403	9.6228	4
26018	Trigolo	trigolo	09	CR		45.33	9.8142	4
26019	Vailate	vailate	09	CR		45.4623	9.6033	4
26020	Ticengo	ticengo	09	CR		45.3693	9.8277	4
26020	Agnadello	agnadello	09	CR		45.4452	9.5541	4
26020	Gombito	gombito	09	CR		45.2619	9.7286	4
26020	Corte De' Cortesi	corte-de-cortesi	09	CR		45.2727	10.0074	4
26020	Palazzo Pignano	palazzo-pignano	09	CR		45.3901	9.5696	4
26020	Corte De' Cortesi Con Cignone	corte-de-cortesi-con-cignone	09	CR		45.2732	10.0079	4
26020	San Bassano	san-bassano	09	CR		45.2438	9.8095	4
26020	Bordolano	bordolano	09	CR		45.2917	9.9873	4
26020	Crotta D'Adda	crotta-d-adda	09	CR		45.1589	9.8568	4
26020	Cappella Cantone	cappella-cantone	09	CR		45.2466	9.8383	4
26020	Cascine Gandini	cascine-gandini	09	CR		45.4037	9.5734	4
26020	Cignone	cignone	09	CR		45.2689	9.985	4
26020	Formigara	formigara	09	CR		45.2231	9.7708	4
26020	Spinadesco	spinadesco	09	CR		45.1492	9.9264	4
26020	Acquanegra Cremonese	acquanegra-cremonese	09	CR		45.1686	9.8907	4
26020	Cumignano Sul Naviglio	cumignano-sul-naviglio	09	CR		45.3546	9.8362	4
26020	Genivolta	genivolta	09	CR		45.3326	9.8773	4
26020	Fengo	fengo	09	CR		45.1836	9.8871	4
26020	Scannabue	scannabue	09	CR		45.3931	9.593	4
26020	Casalmorano	casalmorano	09	CR		45.2877	9.8986	4
26020	Madignano	madignano	09	CR		45.3451	9.7227	4
26021	Barzaniga	barzaniga	09	CR		45.2643	9.8898	4
26021	Annicco	annicco	09	CR		45.2434	9.8791	4
26022	San Martino In Beliseto	san-martino-in-beliseto	09	CR		45.2152	9.9843	4
26022	Castelverde	castelverde	09	CR		45.1875	9.9969	4
26022	Costa Sant'Abramo	costa-sant-abramo	09	CR		45.1667	9.9667	4
26023	Grumello Cremonese	grumello-cremonese	09	CR		45.1941	9.8644	4
26023	Farfengo	farfengo	09	CR		45.2233	9.8736	4
26023	Grumello Cremonese Ed Uniti	grumello-cremonese-ed-uniti	09	CR		45.2087	9.869	3
26024	Paderno Ponchielli	paderno-ponchielli	09	CR		45.238	9.9288	4
26025	Nosadello	nosadello	09	CR		45.4027	9.5305	4
26025	Pandino	pandino	09	CR		45.4056	9.5522	4
26026	Roggione	roggione	09	CR		45.1838	9.8074	4
26026	Pizzighettone	pizzighettone	09	CR		45.1869	9.7878	4
26026	Regona	regona	09	CR		45.2052	9.8191	4
26027	Rivolta D'Adda	rivolta-d-adda	09	CR		45.4696	9.5125	4
26028	Sesto Ed Uniti	sesto-ed-uniti	09	CR		45.1765	9.9141	4
26028	Casanova Del Morbasco	casanova-del-morbasco	09	CR		45.1629	9.9628	4
26028	Sesto Cremonese	sesto-cremonese	09	CR		45.1757	9.9144	4
26029	Soncino	soncino	09	CR		45.4003	9.8684	4
26029	Gallignano	gallignano	09	CR		45.4377	9.8376	4
26030	Calvatone	calvatone	09	CR		45.127	10.4406	4
26030	Solarolo Rainerio	solarolo-rainerio	09	CR		45.0813	10.3571	4
26030	Casteldidone	casteldidone	09	CR		45.0707	10.4058	4
26030	Tornata	tornata	09	CR		45.1044	10.4308	4
26030	Binanuova	binanuova	09	CR		45.2317	10.1792	4
26030	Cappella De' Picenardi	cappella-de-picenardi	09	CR		45.1586	10.23	4
26030	Malagnino	malagnino	09	CR		45.1348	10.1148	4
26030	Gabbioneta	gabbioneta	09	CR		45.2163	10.2203	4
26030	Volongo	volongo	09	CR		45.2116	10.3024	4
26030	Ardole San Marino	ardole-san-marino	09	CR		45.1563	10.1055	4
26030	Voltido	voltido	09	CR		45.112	10.333	4
26030	Cicognolo	cicognolo	09	CR		45.1676	10.1941	4
26030	Pessina Cremonese	pessina-cremonese	09	CR		45.185	10.2481	4
26030	Gabbioneta Binanuova	gabbioneta-binanuova	09	CR		45.1435	10.2792	3
26030	Spineda	spineda	09	CR		45.0614	10.5116	4
26030	Gadesco Pieve Delmona	gadesco-pieve-delmona	09	CR		45.1435	10.2792	3
26030	Ca' De' Mari	ca-de-mari	09	CR		45.1576	10.1163	4
26031	Isola Dovarese	isola-dovarese	09	CR		45.1729	10.3088	4
26032	Ostiano	ostiano	09	CR		45.2226	10.2545	4
26033	Pieve Terzagni	pieve-terzagni	09	CR		45.1841	10.2215	4
26033	Pescarolo Ed Uniti	pescarolo-ed-uniti	09	CR		45.1939	10.1865	4
26033	Pescarolo	pescarolo	09	CR		45.1939	10.1865	4
26034	Piadena	piadena	09	CR		45.1286	10.371	4
26034	Drizzona	drizzona	09	CR		45.1422	10.3503	4
26035	Pieve San Giacomo	pieve-san-giacomo	09	CR		45.132	10.1878	4
26036	Rivarolo Del Re	rivarolo-del-re	09	CR		45.0312	10.4725	4
26036	Rivarolo Del Re Ed Uniti	rivarolo-del-re-ed-uniti	09	CR		45.0312	10.4725	3
26037	San Giovanni In Croce	san-giovanni-in-croce	09	CR		45.074	10.3732	4
26038	Ca' D'Andrea	ca-d-andrea	09	CR		45.1196	10.2775	4
26038	San Lorenzo De' Picenardi	san-lorenzo-de-picenardi	09	CR		45.1445	10.3069	4
26038	Torre De' Picenardi	torre-de-picenardi	09	CR		45.1432	10.288	4
26039	Ca' De' Stefani	ca-de-stefani	09	CR		45.1742	10.1645	3
26039	Vescovato	vescovato	09	CR		45.1742	10.1645	4
26040	Castelponzone	castelponzone	09	CR		45.0626	10.3123	4
26040	Torricella Del Pizzo	torricella-del-pizzo	09	CR		45.0202	10.295	4
26040	Scandolara Ravara	scandolara-ravara	09	CR		45.0531	10.3022	4
26040	Gerre De' Caprioli	gerre-de-caprioli	09	CR		45.0904	10.0508	4
26040	Gussola	gussola	09	CR		45.0117	10.3489	4
26040	San Martino Del Lago	san-martino-del-lago	09	CR		45.0724	10.3157	4
26040	Derovere	derovere	09	CR		45.11	10.248	4
26040	Bonemerse	bonemerse	09	CR		45.1137	10.0775	4
26040	Cella Dati	cella-dati	09	CR		45.0953	10.2215	4
26040	Martignana Di Po	martignana-di-po	09	CR		45.0111	10.3798	4
26040	Pieve D'Olmi	pieve-d-olmi	09	CR		45.0896	10.1237	4
26041	Casalmaggiore	casalmaggiore	09	CR		44.9898	10.4206	4
26041	Agoiolo	agoiolo	09	CR		44.9799	10.4472	3
26041	Vicoboneghisio	vicoboneghisio	09	CR		45.0089	10.4247	4
26041	Roncadello	roncadello	09	CR		44.9477	10.4721	4
26041	Casalbellotto	casalbellotto	09	CR		44.9626	10.4762	4
26041	Vicobellignano	vicobellignano	09	CR		45	10.4	4
26041	Vicomoscano	vicomoscano	09	CR		44.9748	10.4504	4
26041	Quattrocase	quattrocase	09	CR		44.9757	10.4863	4
26042	Cingia De' Botti	cingia-de-botti	09	CR		45.0851	10.2755	4
26043	Dosimo	dosimo	09	CR		45.1847	10.1036	4
26043	Persico Dosimo	persico-dosimo	09	CR		45.1859	10.1052	4
26043	Persichello	persichello	09	CR		45.1853	10.1044	3
26044	Grontardo	grontardo	09	CR		45.2014	10.1515	4
26044	Levata	levata	09	CR		45.1996	10.1365	4
26045	Motta Baluffi	motta-baluffi	09	CR		45.0557	10.2585	4
26046	San Daniele Po	san-daniele-po	09	CR		45.0673	10.1764	4
26047	Scandolara Ripa D'Oglio	scandolara-ripa-d-oglio	09	CR		45.2217	10.1572	4
26048	San Salvatore	san-salvatore	09	CR		45.0963	10.1791	4
26048	Sospiro	sospiro	09	CR		45.1076	10.1585	4
26049	Stagno Lombardo	stagno-lombardo	09	CR		45.0746	10.0889	4
26100	Maristella	maristella	09	CR		45.1507	10.0528	4
26100	Cava Tigozzi	cava-tigozzi	09	CR		45.1509	10.0375	3
26100	Migliaro	migliaro	09	CR		45.1616	10.013	4
26100	Boschetto	boschetto	09	CR		45.1659	10.0266	4
26100	Cremona	cremona	09	CR		45.1332	10.0213	4
26100	San Felice	san-felice	09	CR		45.143	10.0737	4
23801	Calolziocorte	calolziocorte	09	LC		45.7954	9.4376	4
23801	Rossino	rossino	09	LC		45.7954	9.4376	3
23802	Carenno	carenno	09	LC		45.8016	9.463	4
23804	Monte Marenzo	monte-marenzo	09	LC		45.7721	9.4548	4
23805	Erve	erve	09	LC		45.8216	9.4528	4
23806	San Gottardo	san-gottardo	09	LC		45.7768	9.4664	4
23806	Valcava	valcava	09	LC		45.7842	9.512	4
23806	Favirano	favirano	09	LC		45.7823	9.4544	4
23806	Torre De' Busi	torre-de-busi	09	LC		45.7741	9.4802	4
23807	Cassina Fra Martino	cassina-fra-martino	09	LC		45.7177	9.4329	4
23807	Merate	merate	09	LC		45.6886	9.4208	4
23808	Vercurago	vercurago	09	LC		45.8094	9.4221	4
23811	Ballabio	ballabio	09	LC		45.8963	9.4229	4
23811	Morterone	morterone	09	LC		45.8748	9.4823	4
23813	Bindo	bindo	09	LC		46.0084	9.3811	4
23813	Cortenova	cortenova	09	LC		46.0003	9.3845	4
23814	Maggio	maggio	09	LC		45.9263	9.4592	4
23814	Cremeno	cremeno	09	LC		45.9349	9.471	4
23815	Introbio	introbio	09	LC		45.9739	9.45	4
23816	Barzio	barzio	09	LC		45.9435	9.4669	4
23817	Moggio	moggio	09	LC		45.9324	9.4862	4
23817	Cassina Valsassina	cassina-valsassina	09	LC		45.9321	9.4789	4
23818	Pasturo	pasturo	09	LC		45.9517	9.4441	4
23819	Cortabbio	cortabbio	09	LC		45.9838	9.4376	3
23819	Primaluna	primaluna	09	LC		45.9838	9.4376	4
23821	Abbadia Lariana	abbadia-lariana	09	LC		45.8995	9.3352	4
23821	Crebbio	crebbio	09	LC		45.9126	9.3338	4
23822	Bellano	bellano	09	LC		46.0443	9.3073	4
23822	Vestreno	vestreno	09	LC		46.0833	9.3248	4
23823	Colico	colico	09	LC		46.1321	9.3771	4
23823	Colico Piano	colico-piano	09	LC		46.1321	9.3771	4
23824	Dorio	dorio	09	LC		46.1002	9.3188	4
23824	Dervio	dervio	09	LC		46.077	9.3066	4
23825	Esino Lario	esino-lario	09	LC		45.9944	9.334	4
23826	Mandello Del Lario	mandello-del-lario	09	LC		45.922	9.3197	4
23827	Lierna	lierna	09	LC		45.9582	9.3051	4
23828	Perledo	perledo	09	LC		46.0153	9.2956	4
23829	Varenna	varenna	09	LC		46.0108	9.2846	4
23829	Fiumelatte	fiumelatte	09	LC		45.9948	9.2925	4
23831	Casargo	casargo	09	LC		46.0395	9.3872	4
23832	Margno	margno	09	LC		46.031	9.3816	4
23832	Crandola Valsassina	crandola-valsassina	09	LC		46.0233	9.3791	4
23833	Pagnona	pagnona	09	LC		46.0597	9.4027	4
23834	Premana	premana	09	LC		46.0524	9.4213	4
23835	Introzzo	introzzo	09	LC		46.0812	9.3409	4
23835	Sueglio	sueglio	09	LC		46.0858	9.3337	4
23836	Tremenico	tremenico	09	LC		46.0759	9.366	4
23837	Parlasco	parlasco	09	LC		46.0179	9.3449	4
23837	Taceno	taceno	09	LC		46.0225	9.364	4
23838	Vendrogno	vendrogno	09	LC		46.0344	9.3294	4
23841	Annone Di Brianza	annone-di-brianza	09	LC		45.8022	9.3312	4
23842	Bosisio Parini	bosisio-parini	09	LC		45.8008	9.29	4
23843	Dolzago	dolzago	09	LC		45.767	9.3393	4
23844	Sirone	sirone	09	LC		45.7727	9.3221	4
23845	Costa Masnaga	costa-masnaga	09	LC		45.7696	9.2763	4
23845	Camisasca	camisasca	09	LC		45.767	9.2556	4
23846	Brongio	brongio	09	LC		45.7654	9.3125	4
23846	Garbagnate Monastero	garbagnate-monastero	09	LC		45.7734	9.3014	4
23847	Molteno	molteno	09	LC		45.7782	9.3039	4
23847	Luzzana	luzzana	09	LC		45.785	9.2952	4
23848	Ello	ello	09	LC		45.7857	9.3653	4
23848	Oggiono	oggiono	09	LC		45.7913	9.3482	4
23849	Rogeno	rogeno	09	LC		45.7824	9.274	4
23849	Casletto	casletto	09	LC		45.7824	9.274	3
23851	Galbiate	galbiate	09	LC		45.8164	9.379	4
23851	Sala Al Barro	sala-al-barro	09	LC		45.8206	9.3622	4
23851	Vergano Villa	vergano-villa	09	LC		45.7942	9.3746	4
23852	Garlate	garlate	09	LC		45.8121	9.3996	4
23854	Olginate	olginate	09	LC		45.7913	9.4187	4
23855	Pescate	pescate	09	LC		45.8335	9.3939	4
23857	Valgreghentino	valgreghentino	09	LC		45.7793	9.4134	4
23861	Cesana Brianza	cesana-brianza	09	LC		45.8168	9.2995	4
23862	Civate	civate	09	LC		45.8281	9.3429	4
23864	Malgrate	malgrate	09	LC		45.8489	9.3763	4
23865	Onno	onno	09	LC		45.9086	9.2955	4
23865	Oliveto Lario	oliveto-lario	09	LC		45.93	9.284	4
23865	Limonta	limonta	09	LC		45.9562	9.2706	4
23867	Suello	suello	09	LC		45.8168	9.3115	4
23868	Valmadrera	valmadrera	09	LC		45.8463	9.3582	4
23868	Caserta	caserta	09	LC		45.8463	9.3582	4
23870	Cernusco Lombardone	cernusco-lombardone	09	LC		45.6909	9.3992	4
23871	Lomagna	lomagna	09	LC		45.6664	9.3765	4
23873	Missaglia	missaglia	09	LC		45.7066	9.3347	4
23873	Maresso	maresso	09	LC		45.6876	9.3559	4
23874	Quattro Strade	quattro-strade	09	LC		45.6955	9.3768	4
23874	Montevecchia	montevecchia	09	LC		45.7055	9.3808	4
23875	Osnago	osnago	09	LC		45.6755	9.3919	4
23876	Monticello Brianza	monticello-brianza	09	LC		45.7095	9.3156	4
23877	Paderno D'Adda	paderno-d-adda	09	LC		45.6788	9.4449	4
23878	Verderio Superiore	verderio-superiore	09	LC		45.6678	9.4403	4
23879	Verderio Inferiore	verderio-inferiore	09	LC		45.6656	9.4334	4
23879	Verderio	verderio	09	LC	097091	45.6656	9.4334	3
23880	Campofiorenzo	campofiorenzo	09	LC		45.6677	9.3171	4
23880	Casatenovo	casatenovo	09	LC		45.6951	9.3134	4
23880	Valaperta	valaperta	09	LC		45.677	9.3328	4
23880	Galgiana	galgiana	09	LC		45.6906	9.3147	3
23880	Rogoredo	rogoredo	09	LC		45.677	9.3328	4
23880	California	california	09	LC		45.7499	9.2595	4
23880	Rimoldo	rimoldo	09	LC		45.677	9.3328	4
23881	Airuno	airuno	09	LC		45.7535	9.4277	4
23883	Beverate	beverate	09	LC		45.7372	9.4425	3
23883	Brivio	brivio	09	LC		45.7372	9.4425	4
23884	Castello Di Brianza	castello-di-brianza	09	LC		45.7593	9.3453	4
23884	Caraverio	caraverio	09	LC		45.7561	9.3458	4
23884	Cologna	cologna	09	LC		45.7561	9.3458	4
23885	Calco	calco	09	LC		45.7242	9.4125	4
23885	Arlate	arlate	09	LC		45.7236	9.4424	4
23886	Colle Brianza	colle-brianza	09	LC		45.7624	9.3643	4
23886	Nava	nava	09	LC		45.7622	9.3631	4
23887	Olgiate Molgora	olgiate-molgora	09	LC		45.7303	9.4033	4
23887	Canova	canova	09	LC		45.6783	9.4056	4
23887	Monticello	monticello	09	LC		45.7124	9.3148	4
23888	Perego	perego	09	LC	097092	45.7376	9.3629	4
23888	La Valletta Brianza	la-valletta-brianza	09	LC	097092	45.7373	9.367	3
23888	Rovagnate	rovagnate	09	LC	097092	45.7369	9.3711	4
23889	Santa Maria Hoe'	santa-maria-hoe	09	LC		45.7443	9.3744	4
23890	Barzago	barzago	09	LC		45.7555	9.3142	4
23891	Barzano'	barzano	09	LC		45.7326	9.3136	4
23892	Bulciago	bulciago	09	LC		45.7506	9.2853	4
23893	Cassago Brianza	cassago-brianza	09	LC		45.7381	9.2934	4
23894	Cremella	cremella	09	LC		45.7386	9.3006	4
23895	Nibionno	nibionno	09	LC		45.7465	9.2689	4
23895	Tabiago	tabiago	09	LC		45.7564	9.2668	4
23895	Cibrone	cibrone	09	LC		45.7564	9.2668	4
23896	Sirtori	sirtori	09	LC		45.7366	9.3308	4
23896	Bevera Di Sirtori	bevera-di-sirtori	09	LC		45.7366	9.3308	3
23897	Vigano'	vigano	09	LC		45.7247	9.3249	4
23898	Imbersago	imbersago	09	LC		45.7059	9.4444	4
23899	Robbiate	robbiate	09	LC		45.6883	9.4371	4
23900	Lecco	lecco	09	LC		45.8559	9.397	4
26811	Boffalora D'Adda	boffalora-d-adda	09	LO		45.3585	9.4963	4
26812	Casoni	casoni	09	LO		45.1941	9.4974	4
26812	Borghetto Lodigiano	borghetto-lodigiano	09	LO		45.2133	9.4995	4
26813	Graffignana	graffignana	09	LO		45.2065	9.4544	4
26814	Livraga	livraga	09	LO		45.1923	9.5465	4
26815	Massalengo	massalengo	09	LO		45.265	9.4902	3
26815	Motta Vigana	motta-vigana	09	LO		45.265	9.4902	4
26816	Ossago Lodigiano	ossago-lodigiano	09	LO		45.2421	9.5372	4
26817	San Martino In Strada	san-martino-in-strada	09	LO		45.275	9.5264	4
26818	Bargano	bargano	09	LO		45.2403	9.4469	4
26818	Villanova Del Sillaro	villanova-del-sillaro	09	LO		45.238	9.4819	4
26821	Bertonico	bertonico	09	LO		45.2331	9.6681	4
26822	Brembio	brembio	09	LO		45.2123	9.5724	4
26823	Camairago	camairago	09	LO		45.2053	9.7275	4
26823	Castiglione D'Adda	castiglione-d-adda	09	LO		45.217	9.6928	4
26824	Cavenago D'Adda	cavenago-d-adda	09	LO		45.2825	9.5987	4
26825	Basiasco	basiasco	09	LO		45.265	9.5897	4
26825	Mairago	mairago	09	LO		45.2518	9.5784	4
26826	Secugnago	secugnago	09	LO		45.2313	9.5939	4
26827	Terranova Dei Passerini	terranova-dei-passerini	09	LO		45.2153	9.6619	4
26828	Melegnanello	melegnanello	09	LO		45.2372	9.6205	4
26828	Turano Lodigiano	turano-lodigiano	09	LO		45.2478	9.6222	4
26831	Cologno	cologno	09	LO		45.3641	9.3615	4
26831	Casalmaiocco	casalmaiocco	09	LO		45.3524	9.3709	4
26832	Galgagnano	galgagnano	09	LO		45.358	9.4454	4
26832	Cervignano D'Adda	cervignano-d-adda	09	LO		45.3739	9.4241	4
26833	Merlino	merlino	09	LO		45.4334	9.4299	4
26833	Comazzo	comazzo	09	LO		45.4419	9.4628	4
26834	Corte Palasio	corte-palasio	09	LO		45.3086	9.5639	4
26834	Abbadia Cerreto	abbadia-cerreto	09	LO		45.3122	9.5942	4
26834	Terraverde	terraverde	09	LO		45.3155	9.5616	4
26834	Cadilana	cadilana	09	LO		45.3303	9.5448	4
26835	Crespiatica	crespiatica	09	LO		45.3514	9.5766	4
26836	Montanaso Lombardo	montanaso-lombardo	09	LO		45.3352	9.4655	4
26837	Mulazzano	mulazzano	09	LO		45.3724	9.3977	4
26837	Cassino D'Alberi	cassino-d-alberi	09	LO		45.3921	9.3909	4
26837	Quartiano	quartiano	09	LO		45.358	9.4176	4
26838	Tavazzano	tavazzano	09	LO		45.3278	9.4047	4
26838	Tavazzano Con Villavesco	tavazzano-con-villavesco	09	LO		45.332	9.4053	3
26838	Villavesco	villavesco	09	LO		45.3362	9.4058	4
26839	Zelo Buon Persico	zelo-buon-persico	09	LO		45.4117	9.4317	4
26841	Casalpusterlengo	casalpusterlengo	09	LO		45.1792	9.6483	4
26841	Zorlesco	zorlesco	09	LO		45.2004	9.616	4
26842	Caselle Landi	caselle-landi	09	LO		45.1026	9.7956	4
26842	Cornovecchio	cornovecchio	09	LO		45.1367	9.7994	4
26843	Castelnuovo Bocca D'Adda	castelnuovo-bocca-d-adda	09	LO		45.1115	9.8636	4
26843	Meleti	meleti	09	LO		45.1197	9.8357	4
26843	Maccastorna	maccastorna	09	LO		45.1467	9.8546	4
26844	Cavacurta	cavacurta	09	LO		45.1898	9.7419	4
26845	Codogno	codogno	09	LO		45.1619	9.7022	4
26846	Corno Giovine	corno-giovine	09	LO		45.1341	9.7577	4
26847	Maleo	maleo	09	LO		45.1663	9.7624	4
26848	San Fiorano	san-fiorano	09	LO		45.1382	9.7206	4
26849	Santo Stefano Lodigiano	santo-stefano-lodigiano	09	LO		45.1186	9.7353	4
26851	Borgo San Giovanni	borgo-san-giovanni	09	LO		45.2779	9.435	4
26852	Casaletto Lodigiano	casaletto-lodigiano	09	LO		45.2934	9.3619	4
26852	Mairano	mairano	09	LO		45.3102	9.3591	4
26853	Caselle Lurani	caselle-lurani	09	LO		45.2804	9.3602	4
26854	Pieve Fissiraga	pieve-fissiraga	09	LO		45.2633	9.4584	4
26854	Muzza Sant'Angelo	muzza-sant-angelo	09	LO		45.2747	9.4732	3
26854	Cornegliano Laudense	cornegliano-laudense	09	LO		45.2862	9.488	4
26855	Lodi Vecchio	lodi-vecchio	09	LO		45.3042	9.4176	4
26856	Mirabello	mirabello	09	LO		45.1499	9.6137	4
26856	Senna Lodigiana	senna-lodigiana	09	LO		45.1502	9.5938	4
26857	Salerano Sul Lambro	salerano-sul-lambro	09	LO		45.2966	9.3852	4
26858	Sordio	sordio	09	LO		45.3422	9.3639	4
26859	Valera Fratta	valera-fratta	09	LO		45.2572	9.3362	4
26861	Fombio	fombio	09	LO		45.1413	9.6804	4
26861	Retegno	retegno	09	LO		45.1494	9.6985	4
26862	Guardamiglio	guardamiglio	09	LO		45.1074	9.6848	4
26863	Orio Litta	orio-litta	09	LO		45.1624	9.5545	4
26864	Ospedaletto Lodigiano	ospedaletto-lodigiano	09	LO		45.1688	9.5787	4
26865	San Rocco Al Porto	san-rocco-al-porto	09	LO		45.082	9.6972	4
26866	Vidardo	vidardo	09	LO		45.2567	9.4024	4
26866	Sant'Angelo Lodigiano	sant-angelo-lodigiano	09	LO		45.2353	9.4065	4
26866	Marudo	marudo	09	LO		45.253	9.3772	4
26866	Castiraga Vidardo	castiraga-vidardo	09	LO		45.2573	9.4046	4
26867	Somaglia	somaglia	09	LO		45.1495	9.6335	4
26867	San Martino Pizzolano	san-martino-pizzolano	09	LO		45.1637	9.6212	4
26900	San Grato	san-grato	09	LO		45.3099	9.5009	3
26900	Lodi	lodi	09	LO		45.3099	9.5009	4
20811	Cesano Maderno	cesano-maderno	09	MB		45.6292	9.1519	4
20811	Cassina Savina	cassina-savina	09	MB		45.6177	9.1215	3
20811	Binzago	binzago	09	MB		45.6177	9.1215	3
20811	Villaggio Snia	villaggio-snia	09	MB		45.6177	9.1215	3
20812	Limbiate	limbiate	09	MB		45.5995	9.1251	4
20812	Mombello	mombello	09	MB		45.6167	9.1167	4
20812	Villaggio Dei Giovi	villaggio-dei-giovi	09	MB		45.6177	9.1215	3
20812	Villaggio Del Sole	villaggio-del-sole	09	MB		45.614	9.1073	4
20813	Bovisio-Masciago	bovisio-masciago	09	MB		45.6102	9.153	4
20813	Bovisio	bovisio	09	MB		45.6102	9.153	4
20813	Masciago	masciago	09	MB		45.6102	9.153	4
20814	Valera	valera	09	MB		45.6177	9.1215	3
20814	Varedo	varedo	09	MB		45.5976	9.1632	4
20815	Cogliate	cogliate	09	MB		45.646	9.0788	4
20816	Dal Pozzo	dal-pozzo	09	MB		45.6315	9.0548	4
20816	Ceriano Laghetto	ceriano-laghetto	09	MB		45.6293	9.0802	4
20821	Meda	meda	09	MB		45.6612	9.1534	4
20822	Seveso	seveso	09	MB		45.6467	9.143	4
20822	Baruccana	baruccana	09	MB		45.6649	9.1144	3
20823	Camnago	camnago	09	MB		45.6685	9.1282	4
20823	Lentate Sul Seveso	lentate-sul-seveso	09	MB		45.6764	9.1177	4
20823	Cimnago	cimnago	09	MB		45.6888	9.1283	4
20824	Lazzate	lazzate	09	MB		45.6721	9.0842	4
20825	Barlassina	barlassina	09	MB		45.6556	9.1288	4
20826	Misinto	misinto	09	MB		45.6614	9.0813	4
20826	Cascina Nuova	cascina-nuova	09	MB		45.653	9.0645	4
20831	Seregno	seregno	09	MB		45.65	9.2055	4
20832	Desio	desio	09	MB		45.6183	9.2025	4
20833	Giussano	giussano	09	MB		45.7	9.2089	4
20833	Robbiano Di Giussano	robbiano-di-giussano	09	MB		45.7	9.2333	4
20833	Paina	paina	09	MB		45.6785	9.233	3
20834	Nova Milanese	nova-milanese	09	MB		45.5888	9.1979	4
20835	Taccona	taccona	09	MB		45.6785	9.233	3
20835	Muggio'	muggio	09	MB		45.5888	9.2278	4
20836	Fornaci	fornaci	09	MB		45.7264	9.2409	4
20836	Briosco	briosco	09	MB		45.7101	9.2406	4
20836	Capriano	capriano	09	MB		45.723	9.2553	4
20837	Veduggio Con Colzano	veduggio-con-colzano	09	MB		45.7339	9.2702	4
20838	Renate	renate	09	MB		45.7244	9.2799	4
20841	Carate Brianza	carate-brianza	09	MB		45.6757	9.2372	4
20841	Agliate	agliate	09	MB		45.6855	9.2385	4
20842	Besana In Brianza	besana-in-brianza	09	MB		45.7024	9.2947	4
20842	Zoccorino	zoccorino	09	MB		45.6974	9.2538	4
20842	Villa Raverio	villa-raverio	09	MB		45.6919	9.2624	4
20843	Verano Brianza	verano-brianza	09	MB		45.6887	9.2245	4
20844	Triuggio	triuggio	09	MB		45.6614	9.2669	4
20844	Canonica	canonica	09	MB		45.6559	9.2875	4
20844	Tregasio	tregasio	09	MB		45.6777	9.2881	4
20845	Sovico	sovico	09	MB		45.646	9.2627	4
20846	Macherio	macherio	09	MB		45.6397	9.2739	4
20847	Albiate	albiate	09	MB		45.6554	9.2504	4
20851	Santa Margherita	santa-margherita	09	MB		45.6339	9.2301	4
20851	Lissone	lissone	09	MB		45.6124	9.2398	4
20852	Villasanta	villasanta	09	MB		45.6063	9.308	4
20853	Biassono	biassono	09	MB		45.6286	9.2712	4
20854	Vedano Al Lambro	vedano-al-lambro	09	MB		45.6088	9.2678	4
20855	Lesmo	lesmo	09	MB		45.6486	9.3073	4
20855	Peregallo	peregallo	09	MB		45.6325	9.2819	3
20856	Correzzana	correzzana	09	MB		45.6666	9.3075	4
20857	Camparada	camparada	09	MB		45.6549	9.3233	4
20861	Brugherio	brugherio	09	MB		45.553	9.2991	4
20861	San Damiano	san-damiano	09	MB		45.6008	9.346	3
20862	Arcore	arcore	09	MB		45.6267	9.3245	4
20863	Concorezzo	concorezzo	09	MB		45.5885	9.3339	4
20864	Agrate Brianza	agrate-brianza	09	MB		45.5743	9.3479	4
20864	Omate	omate	09	MB		45.6008	9.346	3
20865	Usmate Velate	usmate-velate	09	MB		45.648	9.3624	4
20865	Velate	velate	09	MB		45.6008	9.346	3
20866	Carnate	carnate	09	MB		45.6484	9.3781	4
20867	Caponago	caponago	09	MB		45.5665	9.3758	4
20871	Velasca	velasca	09	MB		45.6316	9.3552	4
20871	Oreno	oreno	09	MB		45.6151	9.423	3
20871	Vimercate	vimercate	09	MB		45.6155	9.368	4
20872	Cornate D'Adda	cornate-d-adda	09	MB		45.6281	9.4738	4
20872	Colnago	colnago	09	MB		45.6151	9.423	3
20872	Porto D'Adda	porto-d-adda	09	MB		45.6624	9.4756	4
20873	Cavenago Di Brianza	cavenago-di-brianza	09	MB		45.583	9.4126	4
20874	Busnago	busnago	09	MB		45.6165	9.4637	4
20875	Burago Di Molgora	burago-di-molgora	09	MB		45.5965	9.3816	4
20876	Ornago	ornago	09	MB		45.5999	9.421	4
20877	Roncello	roncello	09	MB		45.6024	9.455	4
20881	Bernareggio	bernareggio	09	MB		45.6478	9.405	4
20881	Villanova	villanova	09	MB		45.6403	9.3919	4
20882	Bellusco	bellusco	09	MB		45.6196	9.419	4
20883	Mezzago	mezzago	09	MB		45.629	9.4449	4
20884	Sulbiate	sulbiate	09	MB		45.6405	9.4276	4
20885	Ronco Briantino	ronco-briantino	09	MB		45.6663	9.4053	4
20886	Aicurzio	aicurzio	09	MB		45.64	9.4149	4
20900	Monza	monza	09	MB		45.5801	9.2725	4
20900	San Fruttuoso	san-fruttuoso	09	MB		45.5801	9.2725	3
20001	Inveruno	inveruno	09	MI		45.514	8.8495	4
20002	Ossona	ossona	09	MI		45.5071	8.8931	4
20003	Casorezzo	casorezzo	09	MI		45.5227	8.9019	4
20004	Arluno	arluno	09	MI		45.5034	8.9422	4
20005	Pogliano Milanese	pogliano-milanese	09	MI		45.5379	8.994	4
20006	Pregnana Milanese	pregnana-milanese	09	MI		45.516	9.007	4
20007	Cornaredo	cornaredo	09	MI		45.5013	9.0268	4
20008	Bareggio	bareggio	09	MI		45.4793	8.9979	4
20009	Vittuone	vittuone	09	MI		45.4879	8.9514	4
20010	Bernate Ticino	bernate-ticino	09	MI		45.4787	8.8183	4
20010	Casone	casone	09	MI		45.4982	8.8764	4
20010	Boffalora Sopra Ticino	boffalora-sopra-ticino	09	MI		45.4674	8.8309	4
20010	Mesero	mesero	09	MI		45.5023	8.8554	4
20010	Santo Stefano Ticino	santo-stefano-ticino	09	MI		45.4864	8.9158	4
20010	San Pietro All'Olmo	san-pietro-all-olmo	09	MI		45.4873	9.0047	4
20010	Furato	furato	09	MI		45.5147	8.8806	4
20010	Buscate	buscate	09	MI		45.5435	8.813	4
20010	Mantegazza	mantegazza	09	MI		45.5095	8.9732	4
20010	Rogorotto	rogorotto	09	MI		45.5062	8.9694	4
20010	Casate	casate	09	MI		45.492	8.8278	4
20010	Marcallo Con Casone	marcallo-con-casone	09	MI		45.4833	8.8719	4
20011	Corbetta	corbetta	09	MI		45.4672	8.9187	4
20011	Battuello	battuello	09	MI		45.4672	8.9187	3
20011	Cerello	cerello	09	MI		45.4672	8.9187	3
20012	Cuggiono	cuggiono	09	MI		45.5068	8.8155	4
20013	Magenta	magenta	09	MI		45.4646	8.8845	4
20013	Ponte Nuovo	ponte-nuovo	09	MI		45.4646	8.8845	3
20014	Nerviano	nerviano	09	MI		45.5534	8.9792	4
20014	Sant'Ilario Milanese	sant-ilario-milanese	09	MI		45.5534	8.9792	3
20015	Villastanza	villastanza	09	MI		45.5396	8.9545	4
20015	Parabiago	parabiago	09	MI		45.5603	8.9454	4
20016	Pero	pero	09	MI		45.5102	9.087	4
20016	Cerchiate	cerchiate	09	MI		45.5102	9.087	3
20017	Rho	rho	09	MI		45.5324	9.0402	4
20017	Passirana	passirana	09	MI		45.5479	9.0441	4
20017	Mazzo Milanese	mazzo-milanese	09	MI		45.5402	9.0422	3
20017	Terrazzano	terrazzano	09	MI		45.5402	9.0422	3
20017	Lucernate	lucernate	09	MI		45.5402	9.0422	3
20018	Sedriano	sedriano	09	MI		45.491	8.9716	4
20019	Settimo Milanese	settimo-milanese	09	MI		45.4777	9.0557	4
20019	Vighignolo	vighignolo	09	MI		45.4954	9.0431	4
20020	Nosate	nosate	09	MI		45.5507	8.7251	4
20020	Arconate	arconate	09	MI		45.5413	8.8489	4
20020	Barbaiana	barbaiana	09	MI		45.5465	9.0136	4
20020	Cascina Nuova Di Misinto	cascina-nuova-di-misinto	09	MI		45.4616	9.1225	4
20020	Robecchetto Con Induno	robecchetto-con-induno	09	MI		45.5285	8.7707	4
20020	Villaggio Brollo	villaggio-brollo	09	MI		45.5708	8.9217	3
20020	Vanzaghello	vanzaghello	09	MI		45.5796	8.7823	4
20020	Bienate	bienate	09	MI		45.5708	8.9217	3
20020	Magnago	magnago	09	MI		45.5792	8.8025	4
20021	Baranzate	baranzate	09	MI		45.5272	9.1172	4
20021	Cassina Nuova	cassina-nuova	09	MI		45.5368	9.1189	3
20021	Bollate	bollate	09	MI		45.5465	9.1205	4
20022	Castano Primo	castano-primo	09	MI		45.5518	8.7756	4
20023	Cantalupo	cantalupo	09	MI		45.5781	8.9826	4
20023	Cerro Maggiore	cerro-maggiore	09	MI		45.5937	8.9543	4
20024	Garbagnate Milanese	garbagnate-milanese	09	MI		45.5744	9.0754	4
20024	Villaggio Garbagnate	villaggio-garbagnate	09	MI		45.5744	9.0754	3
20025	Legnano	legnano	09	MI		45.5979	8.9151	4
20026	Novate Milanese	novate-milanese	09	MI		45.5305	9.1395	4
20027	Rescalda	rescalda	09	MI		45.62	8.9488	3
20027	Rescaldina	rescaldina	09	MI		45.62	8.9488	4
20028	San Vittore Olona	san-vittore-olona	09	MI		45.5858	8.9413	4
20029	Turbigo	turbigo	09	MI		45.5308	8.7367	4
20030	Senago	senago	09	MI		45.5756	9.1262	4
20031	Cesate	cesate	09	MI		45.5959	9.0757	4
20032	Brusuglio	brusuglio	09	MI		45.5388	9.1774	4
20032	Cormano	cormano	09	MI		45.5492	9.1596	4
20032	Ospitaletto	ospitaletto	09	MI		45.5333	9.15	4
20033	Solaro	solaro	09	MI		45.6143	9.083	4
20034	San Giorgio Su Legnano	san-giorgio-su-legnano	09	MI		45.5738	8.9137	4
20035	Villa Cortese	villa-cortese	09	MI		45.5667	8.8871	4
20036	Dairago	dairago	09	MI		45.5658	8.8626	4
20037	Palazzolo Milanese	palazzolo-milanese	09	MI	015166	45.569	9.1648	3
20037	Paderno Dugnano	paderno-dugnano	09	MI		45.569	9.1648	4
20038	Busto Garolfo	busto-garolfo	09	MI		45.5481	8.883	4
20039	Canegrate	canegrate	09	MI		45.5682	8.9269	4
20040	Cambiago	cambiago	09	MI		45.5721	9.4243	4
20040	Velate Milanese	velate-milanese	09	MI		45.5692	9.4117	3
20040	Torrazza Dei Mandelli	torrazza-dei-mandelli	09	MI		45.5663	9.3992	4
20041	Bussero	bussero	09	MI		45.5341	9.372	4
20042	Pessano Con Bornago	pessano-con-bornago	09	MI		45.5494	9.3814	4
20043	Vanzago	vanzago	09	MI		45.5257	8.991	4
20044	Arese	arese	09	MI		45.5505	9.0774	4
20045	Lainate	lainate	09	MI		45.5718	9.0268	4
20046	Cisliano	cisliano	09	MI		45.4437	8.987	4
20047	Cusago	cusago	09	MI		45.45	9.0374	4
20048	Pantigliate	pantigliate	09	MI		45.4353	9.3522	4
20049	Settala	settala	09	MI		45.4536	9.3872	4
20050	Liscate	liscate	09	MI		45.4832	9.4103	4
20051	Cassina De' Pecchi	cassina-de-pecchi	09	MI		45.5164	9.3598	4
20052	Vignate	vignate	09	MI		45.4994	9.3772	4
20053	Rodano	rodano	09	MI		45.4761	9.3532	4
20054	Segrate	segrate	09	MI		45.4918	9.2981	4
20055	Vimodrone	vimodrone	09	MI		45.5146	9.2877	4
20056	Grezzago	grezzago	09	MI		45.5911	9.4973	4
20056	Trezzo Sull'Adda	trezzo-sull-adda	09	MI		45.6052	9.5142	4
20056	Concesa	concesa	09	MI		45.5982	9.5057	3
20057	Assago	assago	09	MI		45.4089	9.1256	4
20058	Zibido San Giacomo	zibido-san-giacomo	09	MI		45.3604	9.1112	4
20059	Casarile	casarile	09	MI		45.3168	9.1038	4
20060	Albignano	albignano	09	MI		45.5005	9.493	4
20060	Gessate	gessate	09	MI		45.5484	9.4378	4
20060	Pozzuolo Martesana	pozzuolo-martesana	09	MI		45.514	9.4563	4
20060	Villa Fornaci	villa-fornaci	09	MI		45.55	9.45	4
20060	Sant'Agata Martesana	sant-agata-martesana	09	MI		45.5222	9.3838	4
20060	Vigliano	vigliano	09	MI		45.4978	9.4125	3
20060	Pozzo D'Adda	pozzo-d-adda	09	MI		45.5726	9.503	4
20060	Masate	masate	09	MI		45.5671	9.4642	4
20060	Bellinzago Lombardo	bellinzago-lombardo	09	MI		45.5421	9.446	4
20060	Basiano	basiano	09	MI		45.5825	9.4633	4
20060	Albignano D'Adda	albignano-d-adda	09	MI		45.4978	9.4125	3
20060	Bustighera	bustighera	09	MI		45.4001	9.3427	4
20060	Bornago	bornago	09	MI		45.4978	9.4125	3
20060	Trezzano Rosa	trezzano-rosa	09	MI		45.5823	9.4857	4
20060	Bettola Di Pozzo D'Adda	bettola-di-pozzo-d-adda	09	MI		45.4978	9.4125	3
20060	Trecella	trecella	09	MI		45.515	9.479	4
20060	Triginto	triginto	09	MI		45.4022	9.3251	4
20060	Balbiano	balbiano	09	MI		45.3817	9.3571	4
20060	Truccazzano	truccazzano	09	MI		45.4845	9.4695	4
20060	Mombretto	mombretto	09	MI		45.4239	9.3651	4
20061	Carugate	carugate	09	MI		45.5498	9.3404	4
20062	Cascine San Pietro	cascine-san-pietro	09	MI		45.5059	9.5319	4
20062	Cassano D'Adda	cassano-d-adda	09	MI		45.5264	9.5153	4
20062	Groppello D'Adda	groppello-d-adda	09	MI		45.5161	9.5236	3
20063	Cernusco Sul Naviglio	cernusco-sul-naviglio	09	MI		45.5253	9.333	4
20064	Gorgonzola	gorgonzola	09	MI		45.5307	9.4053	4
20065	Inzago	inzago	09	MI		45.5399	9.4834	4
20066	Melzo	melzo	09	MI		45.4981	9.4204	4
20067	Paullo	paullo	09	MI		45.4183	9.4004	4
20067	Tribiano	tribiano	09	MI		45.4132	9.3769	4
20068	Bettola	bettola	09	MI		45.3317	9.0208	4
20068	Zeloforomagno	zeloforomagno	09	MI		45.4308	9.3087	4
20068	San Bovio	san-bovio	09	MI		45.4628	9.3126	4
20068	Linate	linate	09	MI		45.447	9.2723	4
20068	Mezzate	mezzate	09	MI		45.4438	9.2945	4
20068	Bellaria	bellaria	09	MI		45.424	9.3077	4
20068	Linate Paese	linate-paese	09	MI		45.4253	9.2638	3
20068	Peschiera Borromeo	peschiera-borromeo	09	MI		45.4367	9.3302	4
20069	Vaprio D'Adda	vaprio-d-adda	09	MI		45.5764	9.5241	4
20070	Sarmazzano	sarmazzano	09	MI		45.3661	9.3394	4
20070	Cerro Al Lambro	cerro-al-lambro	09	MI		45.33	9.3391	4
20070	Villa Bissone	villa-bissone	09	MI		45.338	9.3633	4
20070	Dresano	dresano	09	MI		45.373	9.3579	4
20070	San Zenone Al Lambro	san-zenone-al-lambro	09	MI		45.3268	9.356	4
20070	Riozzo	riozzo	09	MI		45.3462	9.3217	4
20070	Vizzolo Predabissi	vizzolo-predabissi	09	MI		45.3559	9.3482	4
20071	Vermezzo	vermezzo	09	MI		45.3963	8.979	4
20071	Zelo Surrigone	zelo-surrigone	09	MI		45.3877	8.985	4
20072	Pieve Emanuele	pieve-emanuele	09	MI		45.3505	9.2027	4
20073	Opera	opera	09	MI		45.3735	9.2108	4
20074	Carpiano	carpiano	09	MI		45.3403	9.274	4
20075	Colturano	colturano	09	MI		45.3815	9.3344	4
20076	Mediglia	mediglia	09	MI		45.3954	9.3317	4
20077	Melegnano	melegnano	09	MI		45.3578	9.3236	4
20078	San Colombano Al Lambro	san-colombano-al-lambro	09	MI		45.1832	9.4903	4
20079	Basiglio	basiglio	09	MI		45.3592	9.1585	4
20080	Moncucco	moncucco	09	MI		45.3103	9.0392	4
20080	Besate	besate	09	MI		45.313	8.9696	4
20080	Badile	badile	09	MI		45.3506	9.1271	4
20080	Albairate	albairate	09	MI		45.4196	8.9374	4
20080	Bubbiano	bubbiano	09	MI		45.3273	9.0145	4
20080	Moirago	moirago	09	MI		45.3696	9.137	4
20080	San Pietro Cusico	san-pietro-cusico	09	MI		45.3548	9.0537	3
20080	Vernate	vernate	09	MI		45.3159	9.0605	4
20080	Pasturago	pasturago	09	MI		45.327	9.0774	4
20080	Calvignasco	calvignasco	09	MI		45.326	9.0277	4
20080	Ozzero	ozzero	09	MI		45.3677	8.9244	4
20081	Abbiategrasso	abbiategrasso	09	MI		45.3982	8.9168	4
20081	Cassinetta Di Lugagnano	cassinetta-di-lugagnano	09	MI		45.4225	8.906	4
20081	Morimondo	morimondo	09	MI		45.3538	8.9563	4
20082	Santa Corinna	santa-corinna	09	MI		45.3402	9.0888	4
20082	Noviglio	noviglio	09	MI		45.3591	9.0521	4
20082	Binasco	binasco	09	MI		45.331	9.0944	4
20083	Vigano	vigano	09	MI		45.382	9.0293	4
20083	San Vito	san-vito	09	MI		45.4174	9.0137	4
20083	Gaggiano	gaggiano	09	MI		45.4048	9.0349	4
20084	Lacchiarella	lacchiarella	09	MI		45.3229	9.1378	4
20085	Locate Di Triulzi	locate-di-triulzi	09	MI		45.3569	9.2252	4
20086	Motta Visconti	motta-visconti	09	MI		45.2877	8.9925	4
20087	Casterno	casterno	09	MI		45.43	8.8699	4
20087	Castellazzo De' Barzi	castellazzo-de-barzi	09	MI		45.4428	8.8988	4
20087	Robecco Sul Naviglio	robecco-sul-naviglio	09	MI		45.4366	8.8857	4
20088	Gudo Visconti	gudo-visconti	09	MI		45.3741	9.0001	4
20088	Rosate	rosate	09	MI		45.3497	9.0166	4
20089	Quinto De Stampi	quinto-de-stampi	09	MI		45.3946	9.1694	4
20089	Rozzano	rozzano	09	MI		45.3819	9.1559	4
20090	Romano Banco	romano-banco	09	MI		45.4231	9.1071	4
20090	Buccinasco	buccinasco	09	MI		45.407	9.1083	4
20090	Fizzonasco	fizzonasco	09	MI		45.3724	9.1907	4
20090	Cesano Boscone	cesano-boscone	09	MI		45.4421	9.0944	4
20090	Trezzano Sul Naviglio	trezzano-sul-naviglio	09	MI		45.4221	9.0634	4
20090	Millepini	millepini	09	MI		45.4697	9.3376	4
20090	Caleppio	caleppio	09	MI		45.4344	9.3825	4
20090	Premenugo	premenugo	09	MI		45.4679	9.3846	4
20090	San Felice	san-felice	09	MI		45.4681	9.3091	4
20090	Noverasco	noverasco	09	MI		45.3954	9.2143	4
20090	Lucino	lucino	09	MI		45.4761	9.3532	4
20090	Sporting Mirasole	sporting-mirasole	09	MI		45.3954	9.2143	4
20090	Novegro	novegro	09	MI		45.4678	9.2812	4
20090	Monzoro	monzoro	09	MI		45.4591	9.0427	4
20090	Linate Aeroporto	linate-aeroporto	09	MI		45.4384	9.2341	3
20090	Tregarezzo	tregarezzo	09	MI		45.4678	9.2812	4
20090	Zingone	zingone	09	MI		45.4384	9.2341	3
20090	Zingone Di Trezzano Sul Naviglio	zingone-di-trezzano-sul-naviglio	09	MI		45.4384	9.2341	3
20091	Bresso	bresso	09	MI		45.5379	9.1892	4
20092	Cinisello Balsamo	cinisello-balsamo	09	MI		45.5582	9.2149	4
20093	San Maurizio Al Lambro	san-maurizio-al-lambro	09	MI		45.53	9.278	3
20093	Cologno Monzese	cologno-monzese	09	MI		45.53	9.278	4
20094	Corsico	corsico	09	MI		45.431	9.1109	4
20095	Milanino	milanino	09	MI		45.5519	9.1837	4
20095	Cusano Milanino	cusano-milanino	09	MI		45.5519	9.1837	4
20096	Seggiano	seggiano	09	MI		45.4882	9.3224	4
20096	Pioltello	pioltello	09	MI		45.5015	9.3305	4
20096	Limito	limito	09	MI		45.4824	9.3289	4
20097	San Donato Milanese	san-donato-milanese	09	MI		45.4105	9.2684	4
20097	Metanopoli	metanopoli	09	MI		45.4047	9.2511	3
20097	Poasco	poasco	09	MI		45.3989	9.2338	4
20097	Sorigherio	sorigherio	09	MI		45.4047	9.2511	3
20098	San Giuliano Milanese	san-giuliano-milanese	09	MI		45.394	9.2911	4
20098	Sesto Ulteriano	sesto-ulteriano	09	MI		45.396	9.2494	4
20098	Borgo Lombardo	borgo-lombardo	09	MI		45.395	9.2702	3
20099	Sesto San Giovanni	sesto-san-giovanni	09	MI		45.5333	9.2258	4
20121	Milano	milano	09	MI		45.4643	9.1895	4
20122	Milano	milano	09	MI		45.4643	9.1895	4
20123	Milano	milano	09	MI		45.4643	9.1895	4
20124	Milano	milano	09	MI		45.4643	9.1895	4
20125	Gorla	gorla	09	MI		45.4833	9.2002	3
20125	Greco	greco	09	MI		45.5024	9.2108	4
20125	Precotto	precotto	09	MI		45.4833	9.2002	3
20125	Milano	milano	09	MI		45.4643	9.1895	4
20126	Milano	milano	09	MI		45.4643	9.1895	4
20127	Crescenzago	crescenzago	09	MI		45.5077	9.2479	4
20127	Milano	milano	09	MI		45.4643	9.1895	4
20128	Milano	milano	09	MI		45.4643	9.1895	4
20129	Milano	milano	09	MI		45.4643	9.1895	4
20131	Milano	milano	09	MI		45.4643	9.1895	4
20132	Milano	milano	09	MI		45.4643	9.1895	4
20133	Milano	milano	09	MI		45.4643	9.1895	4
20134	Lambrate	lambrate	09	MI		45.4823	9.241	4
20134	Milano	milano	09	MI		45.4643	9.1895	4
20135	Milano	milano	09	MI		45.4643	9.1895	4
20136	Milano	milano	09	MI		45.4643	9.1895	4
20137	Milano	milano	09	MI		45.4643	9.1895	4
20138	Rogoredo	rogoredo	09	MI		45.4313	9.2449	4
20138	Milano	milano	09	MI		45.4643	9.1895	4
20139	Chiaravalle Milanese	chiaravalle-milanese	09	MI		45.4643	9.1895	3
20139	Milano	milano	09	MI		45.4643	9.1895	4
20141	Milano	milano	09	MI		45.4643	9.1895	4
20142	Gratosoglio	gratosoglio	09	MI		45.4122	9.1715	4
20142	Milano	milano	09	MI		45.4643	9.1895	4
20143	Barona	barona	09	MI		45.4371	9.1544	4
20143	Milano	milano	09	MI		45.4643	9.1895	4
20144	Milano	milano	09	MI		45.4643	9.1895	4
20145	Milano	milano	09	MI		45.4643	9.1895	4
20146	Milano	milano	09	MI		45.4643	9.1895	4
20147	Milano	milano	09	MI		45.4643	9.1895	4
20148	Milano	milano	09	MI		45.4643	9.1895	4
20149	Milano	milano	09	MI		45.4643	9.1895	4
20151	Musocco	musocco	09	MI		45.5049	9.1265	4
20151	Milano	milano	09	MI		45.4643	9.1895	4
20152	Baggio	baggio	09	MI		45.4593	9.0917	4
20152	Milano	milano	09	MI		45.4643	9.1895	4
20153	Figino	figino	09	MI		45.4926	9.0778	4
20153	Trenno	trenno	09	MI		45.4784	9.1336	3
20153	Milano	milano	09	MI		45.4643	9.1895	4
20154	Milano	milano	09	MI		45.4643	9.1895	4
20155	Milano	milano	09	MI		45.4643	9.1895	4
20156	Milano	milano	09	MI		45.4643	9.1895	4
20157	Quarto Oggiaro	quarto-oggiaro	09	MI		45.5168	9.1365	4
20157	Vialba	vialba	09	MI		45.4905	9.163	3
20157	Milano	milano	09	MI		45.4643	9.1895	4
20158	Milano	milano	09	MI		45.4643	9.1895	4
20159	Milano	milano	09	MI		45.4643	9.1895	4
20161	Bruzzano	bruzzano	09	MI		45.5275	9.1735	4
20161	Affori	affori	09	MI		45.4959	9.1815	3
20161	Milano	milano	09	MI		45.4643	9.1895	4
20162	Niguarda	niguarda	09	MI		45.4643	9.1895	3
20162	Milano	milano	09	MI		45.4643	9.1895	4
46010	Marcaria	marcaria	09	MN		45.1222	10.5328	4
46010	Belforte	belforte	09	MN		45.081	10.5616	4
46010	Campitello	campitello	09	MN		45.0875	10.6063	4
46010	Levata	levata	09	MN		45.1252	10.7679	4
46010	San Martino Dall'Argine	san-martino-dall-argine	09	MN		45.0972	10.5177	4
46010	Curtatone	curtatone	09	MN		45.1525	10.7199	4
46010	San Michele In Bosco	san-michele-in-bosco	09	MN		45.1123	10.5708	4
46010	Commessaggio	commessaggio	09	MN		45.0375	10.5454	4
46010	Canicossa	canicossa	09	MN		45.0696	10.6221	4
46010	Ospitaletto	ospitaletto	09	MN		45.1349	10.6052	4
46010	Buscoldo	buscoldo	09	MN		45.0943	10.6958	4
46010	Mariana Mantovana	mariana-mantovana	09	MN		45.1929	10.4869	4
46010	Villaggio Eremo	villaggio-eremo	09	MN		45.1128	10.6071	3
46010	Montanara	montanara	09	MN		45.1353	10.7188	4
46010	Cesole	cesole	09	MN		45.0647	10.6488	4
46010	Redondesco	redondesco	09	MN		45.1664	10.5123	4
46010	Gabbiana	gabbiana	09	MN		45.1128	10.6071	3
46010	Grazie	grazie	09	MN		45.1539	10.6945	4
46010	San Silvestro	san-silvestro	09	MN		45.1128	10.6071	3
46010	Casatico	casatico	09	MN		45.141	10.55	4
46010	Gazzuolo	gazzuolo	09	MN		45.0624	10.5716	4
46011	Mosio	mosio	09	MN		45.1499	10.4805	4
46011	Acquanegra Sul Chiese	acquanegra-sul-chiese	09	MN		45.164	10.4332	4
46012	Bozzolo	bozzolo	09	MN		45.1032	10.4799	4
46013	Canneto Sull'Oglio	canneto-sull-oglio	09	MN		45.1516	10.3828	4
46014	Sarginesco	sarginesco	09	MN		45.1743	10.6192	4
46014	Castellucchio	castellucchio	09	MN		45.1504	10.6488	4
46014	Ospitaletto Mantovano	ospitaletto-mantovano	09	MN		45.1623	10.634	3
46017	Cividale Mantovano	cividale-mantovano	09	MN		45.0682	10.4884	4
46017	Rivarolo Mantovano	rivarolo-mantovano	09	MN		45.0727	10.4371	4
46018	Ponteterra	ponteterra	09	MN		44.9952	10.4646	4
46018	Sabbioneta	sabbioneta	09	MN		44.9979	10.4885	4
46018	Breda Cisoni	breda-cisoni	09	MN		45.0095	10.5296	4
46018	Villa Pasquali	villa-pasquali	09	MN		44.9994	10.5155	4
46019	Bellaguarda	bellaguarda	09	MN	020066	44.9943	10.5804	4
46019	Viadana	viadana	09	MN		44.9355	10.519	4
46019	Cogozzo	cogozzo	09	MN		44.9333	10.5167	4
46019	Buzzoletto	buzzoletto	09	MN		44.9646	10.5495	3
46019	Cicognara	cicognara	09	MN		45.1246	10.7621	4
46019	Cizzolo	cizzolo	09	MN	020066	45.0099	10.6649	4
46019	San Matteo Delle Chiaviche	san-matteo-delle-chiaviche	09	MN	020066	44.9646	10.5495	3
46020	Villa Poma	villa-poma	09	MN		45.0024	11.1145	4
46020	Polesine	polesine	09	MN		44.9858	10.8043	4
46020	Schivenoglia	schivenoglia	09	MN		44.995	11.073	4
46020	Motteggiana	motteggiana	09	MN		45.0331	10.7627	4
46020	Magnacavallo	magnacavallo	09	MN		45.0065	11.1833	4
46020	Quingentole	quingentole	09	MN		45.038	11.0458	4
46020	Pegognaga	pegognaga	09	MN		44.9946	10.8597	4
46020	San Giovanni Del Dosso	san-giovanni-del-dosso	09	MN		44.9663	11.0811	4
46020	Villa Saviola	villa-saviola	09	MN		45.0302	10.7996	4
46020	Pieve Di Coriano	pieve-di-coriano	09	MN		45.0339	11.1078	4
46020	San Giacomo Delle Segnate	san-giacomo-delle-segnate	09	MN		44.9742	11.0343	4
46021	Borgofranco Sul Po	borgofranco-sul-po	09	MN		45.0466	11.2093	4
46021	Carbonara Di Po	carbonara-di-po	09	MN		45.0354	11.2292	4
46022	Felonica	felonica	09	MN		44.979	11.3537	4
46023	Palidano	palidano	09	MN		44.972	10.7794	4
46023	Gonzaga	gonzaga	09	MN		44.9519	10.8191	4
46023	Bondeno Di Gonzaga	bondeno-di-gonzaga	09	MN		44.9357	10.8604	4
46024	Bondanello	bondanello	09	MN		44.9592	10.9462	4
46024	Moglia	moglia	09	MN		44.9356	10.9146	4
46025	Poggio Rusco	poggio-rusco	09	MN		44.9669	11.1042	4
46026	Quistello	quistello	09	MN		45.0079	10.9838	4
46026	Nuvolato	nuvolato	09	MN		45.0311	11.006	4
46027	San Siro	san-siro	09	MN		45.05	10.9833	4
46027	Mirasole	mirasole	09	MN		45.0622	10.9848	4
46027	Portiolo	portiolo	09	MN		45.0465	10.8613	4
46027	San Benedetto Po	san-benedetto-po	09	MN		45.0461	10.9337	4
46028	Malcantone	malcantone	09	MN		44.9638	10.9978	4
46028	Sermide	sermide	09	MN		45.0035	11.2929	4
46028	Santa Croce	santa-croce	09	MN		44.9838	11.2533	4
46028	Caposotto	caposotto	09	MN		44.9922	11.3139	4
46028	Moglia Di Sermide	moglia-di-sermide	09	MN		45.0135	11.2668	4
46029	Tabellano	tabellano	09	MN		45.0173	10.7208	4
46029	San Prospero	san-prospero	09	MN		45.0228	10.7875	4
46029	Brusatasso	brusatasso	09	MN		44.982	10.7854	4
46029	Riva	riva	09	MN		44.9781	10.7098	4
46029	Suzzara	suzzara	09	MN		44.9924	10.7441	4
46029	Sailetto	sailetto	09	MN		44.9985	10.7495	3
46030	Mottella	mottella	09	MN		45.1638	10.8444	4
46030	Ca' Vecchia	ca-vecchia	09	MN		45.0287	10.8082	4
46030	Tripoli	tripoli	09	MN		45.1762	10.8319	4
46030	Sustinente	sustinente	09	MN		45.071	11.0218	4
46030	Villastrada	villastrada	09	MN		44.9764	10.6428	4
46030	Correggioverde	correggioverde	09	MN		44.9303	10.6166	4
46030	Libiola	libiola	09	MN		45.0625	11.0607	4
46030	Gazzo	gazzo	09	MN		45.0793	10.8788	4
46030	Pomponesco	pomponesco	09	MN		44.9312	10.594	4
46030	Dosolo	dosolo	09	MN		44.9526	10.6355	4
46030	Stradella	stradella	09	MN		45.1724	10.8733	4
46030	Serravalle A Po	serravalle-a-po	09	MN		45.0664	11.0818	4
46030	Sacchetta	sacchetta	09	MN		45.0735	10.9945	4
46030	Villanova De Bellis	villanova-de-bellis	09	MN		45.0634	10.8435	3
46031	San Biagio	san-biagio	09	MN		45.0994	10.8473	4
46031	San Nicolo' Po	san-nicolo-po	09	MN		45.05	10.8333	4
46031	Bagnolo San Vito	bagnolo-san-vito	09	MN		45.0889	10.8775	4
46032	Castelbelforte	castelbelforte	09	MN		45.2121	10.8925	4
46033	Castel D'Ario	castel-d-ario	09	MN		45.188	10.9745	4
46034	Borgoforte	borgoforte	09	MN	020071	45.0519	10.7502	4
46034	Cappelletta	cappelletta	09	MN	020071	45.1051	10.7785	4
46034	Romanore	romanore	09	MN	020071	45.067	10.7569	4
46034	Borgo Virgilio	borgo-virgilio	09	MN	020071	45.0867	10.7803	3
46034	San Cataldo	san-cataldo	09	MN	020071	45.0715	10.7825	4
46034	Pietole	pietole	09	MN	020071	45.1141	10.8183	4
46034	Boccadiganda	boccadiganda	09	MN	020071	45.048	10.7783	4
46034	Cerese	cerese	09	MN	020071	45.1181	10.7888	4
46034	Virgilio	virgilio	09	MN	020071	45.1181	10.7888	4
46035	Ostiglia	ostiglia	09	MN		45.0698	11.135	4
46035	Correggioli	correggioli	09	MN		45.0662	11.1683	4
46036	Revere	revere	09	MN		45.0521	11.1306	4
46037	Barbasso	barbasso	09	MN		45.1205	10.9074	4
46037	Governolo	governolo	09	MN		45.0877	10.9595	4
46037	Roncoferraro	roncoferraro	09	MN		45.1381	10.9421	4
46037	Villa Garibaldi	villa-garibaldi	09	MN		45.147	10.9226	4
46037	Borgo Castelletto	borgo-castelletto	09	MN		45.1181	10.9363	3
46037	Casale	casale	09	MN		45.0927	10.9931	4
46037	Pontemerlano	pontemerlano	09	MN		45.1225	10.893	4
46039	Villimpenta	villimpenta	09	MN		45.1411	11.0317	4
46040	Gazoldo Degli Ippoliti	gazoldo-degli-ippoliti	09	MN		45.2	10.5784	4
46040	Rodigo	rodigo	09	MN		45.1991	10.6253	4
46040	Rivalta	rivalta	09	MN		45.1729	10.6767	4
46040	Monzambano	monzambano	09	MN		45.3853	10.6933	4
46040	Rivalta Sul Mincio	rivalta-sul-mincio	09	MN		45.1729	10.6767	4
46040	Ponti Sul Mincio	ponti-sul-mincio	09	MN		45.4121	10.6851	4
46040	Casalromano	casalromano	09	MN		45.1981	10.3664	4
46040	Cavriana	cavriana	09	MN		45.3477	10.596	4
46040	Solferino	solferino	09	MN		45.3724	10.5665	4
46040	Fontanella Grazioli	fontanella-grazioli	09	MN		45.195	10.3283	4
46040	Piubega	piubega	09	MN		45.2268	10.532	4
46040	Ceresara	ceresara	09	MN		45.2623	10.5696	4
46040	San Fermo	san-fermo	09	MN		45.2081	10.5313	4
46040	Casaloldo	casaloldo	09	MN		45.2544	10.4769	4
46040	Casalmoro	casalmoro	09	MN		45.2611	10.4112	4
46040	Guidizzolo	guidizzolo	09	MN		45.3206	10.578	4
46041	Castelnuovo	castelnuovo	09	MN		45.2471	10.4552	4
46041	Castelnuovo Asolano	castelnuovo-asolano	09	MN		45.2206	10.4312	3
46041	Barchi Di Asola	barchi-di-asola	09	MN		45.1946	10.4262	4
46041	Asola	asola	09	MN		45.2202	10.4121	4
46042	Castel Goffredo	castel-goffredo	09	MN		45.294	10.473	4
46043	Castiglione Delle Stiviere	castiglione-delle-stiviere	09	MN		45.3902	10.4862	4
46043	Gozzolina	gozzolina	09	MN		45.3589	10.4864	4
46044	Cerlongo	cerlongo	09	MN		45.2786	10.6498	4
46044	Goito	goito	09	MN		45.2508	10.6612	4
46044	Solarolo	solarolo	09	MN		45.2376	10.597	4
46045	Marmirolo	marmirolo	09	MN		45.2193	10.7561	4
46045	Marengo	marengo	09	MN		45.2566	10.7355	4
46045	Pozzolo	pozzolo	09	MN		45.3025	10.7171	4
46046	Medole	medole	09	MN		45.3259	10.5136	4
46047	Porto Mantovano	porto-mantovano	09	MN		45.1894	10.7899	4
46047	Sant'Antonio	sant-antonio	09	MN		45.1965	10.7938	4
46047	Soave	soave	09	MN		45.1951	10.7237	4
46047	Soave Mantovano	soave-mantovano	09	MN		45.1951	10.7237	4
46048	Canedole	canedole	09	MN		45.2353	10.8431	4
46048	Roverbella	roverbella	09	MN		45.2666	10.7705	4
46048	Malavicina	malavicina	09	MN		45.232	10.548	4
46048	Pellaloco	pellaloco	09	MN		45.2839	10.8155	4
46048	Castiglione Mantovano	castiglione-mantovano	09	MN		45.2637	10.8057	4
46049	Volta Mantovana	volta-mantovana	09	MN		45.3219	10.6589	4
46049	Cereta	cereta	09	MN		45.305	10.6413	4
46051	San Giorgio Di Mantova	san-giorgio-di-mantova	09	MN		45.0634	10.8435	3
46051	Bigarello	bigarello	09	MN		45.2026	10.925	4
46100	Frassino Mantovano	frassino-mantovano	09	MN		45.1497	10.8287	3
46100	Mantova	mantova	09	MN		45.1603	10.7978	4
46100	Formigosa	formigosa	09	MN		45.1251	10.865	4
46100	Lunetta	lunetta	09	MN		45.1602	10.8206	4
46100	Borgovirgiliana	borgovirgiliana	09	MN		45.1534	10.8313	4
27010	Inverno	inverno	09	PV		45.1986	9.3843	4
27010	Bascape'	bascape	09	PV		45.306	9.314	4
27010	Camporinaldo	camporinaldo	09	PV		45.1638	9.4702	4
27010	Vistarino	vistarino	09	PV		45.2108	9.3083	4
27010	Linarolo	linarolo	09	PV		45.1624	9.27	4
27010	Guinzano	guinzano	09	PV		45.2568	9.1587	4
27010	Gerenzago	gerenzago	09	PV		45.2063	9.3614	4
27010	Copiano	copiano	09	PV		45.1975	9.3246	4
27010	Zeccone	zeccone	09	PV		45.2579	9.2012	4
27010	Turago Bordone	turago-bordone	09	PV		45.293	9.1682	4
27010	Borgarello	borgarello	09	PV		45.2407	9.1405	4
27010	Ceranova	ceranova	09	PV		45.2603	9.2432	4
27010	Badia Pavese	badia-pavese	09	PV		45.1209	9.4687	4
27010	Rognano	rognano	09	PV		45.2885	9.0902	4
27010	Inverno E Monteleone	inverno-e-monteleone	09	PV		45.1979	9.3853	4
27010	Motta San Damiano	motta-san-damiano	09	PV		45.1745	9.226	4
27010	San Leonardo Di Linarolo	san-leonardo-di-linarolo	09	PV		45.1562	9.2307	4
27010	Spessa	spessa	09	PV		45.1136	9.3486	4
27010	Costa De' Nobili	costa-de-nobili	09	PV		45.1322	9.3789	4
27010	Giussago	giussago	09	PV		45.2842	9.14	4
27010	Monteleone	monteleone	09	PV		45.1939	9.4087	4
27010	Valle Salimbene	valle-salimbene	09	PV		45.172	9.2345	4
27010	Cura Carpignano	cura-carpignano	09	PV		45.2125	9.2557	4
27010	Vellezzo Bellini	vellezzo-bellini	09	PV		45.2695	9.1009	4
27010	Albuzzano	albuzzano	09	PV		45.1872	9.2738	4
27010	Torre D'Arese	torre-d-arese	09	PV		45.2428	9.3174	4
27010	San Zenone Al Po	san-zenone-al-po	09	PV		45.1086	9.3618	4
27010	Torrevecchia Pia	torrevecchia-pia	09	PV		45.282	9.2964	4
27010	Siziano	siziano	09	PV		45.3161	9.2036	4
27010	Roncaro	roncaro	09	PV		45.2282	9.2755	4
27010	Filighera	filighera	09	PV		45.175	9.3165	4
27010	Vigonzone	vigonzone	09	PV		45.2735	9.3098	4
27010	Monticelli Pavese	monticelli-pavese	09	PV		45.1111	9.5128	4
27010	Miradolo Terme	miradolo-terme	09	PV		45.1709	9.4444	4
27010	Santa Cristina E Bissone	santa-cristina-e-bissone	09	PV		45.2142	9.2823	3
27010	San Leonardo	san-leonardo	09	PV		45.1562	9.2307	4
27010	Marzano	marzano	09	PV		45.248	9.2951	4
27010	Magherno	magherno	09	PV		45.2236	9.3294	4
27010	San Genesio Ed Uniti	san-genesio-ed-uniti	09	PV		45.2341	9.18	4
27010	Giovenzano	giovenzano	09	PV		45.2732	9.1161	4
27010	Bornasco	bornasco	09	PV		45.2666	9.218	4
27011	Belgioioso	belgioioso	09	PV		45.1593	9.3135	4
27011	Torre De' Negri	torre-de-negri	09	PV		45.1497	9.3346	4
27012	Torre Del Mangano	torre-del-mangano	09	PV		45.2542	9.1329	4
27012	Torriano	torriano	09	PV		45.2616	9.1201	4
27012	Certosa Di Pavia	certosa-di-pavia	09	PV		45.2542	9.1329	4
27013	Lambrinia	lambrinia	09	PV		45.1583	9.5275	4
27013	Chignolo Po	chignolo-po	09	PV		45.1482	9.4816	4
27014	Genzone	genzone	09	PV	018192	45.1796	9.3483	4
27014	Corteolona	corteolona	09	PV	018192	45.1579	9.3721	4
27015	Landriano	landriano	09	PV		45.3115	9.2605	4
27016	Lardirago	lardirago	09	PV		45.2357	9.2327	4
27016	Sant'Alessio Con Vialone	sant-alessio-con-vialone	09	PV		45.2224	9.2261	4
27017	Zerbo	zerbo	09	PV		45.1105	9.3961	4
27017	Pieve Porto Morone	pieve-porto-morone	09	PV		45.1098	9.4402	4
27018	Vidigulfo	vidigulfo	09	PV		45.2925	9.235	4
27019	Villanterio	villanterio	09	PV		45.2178	9.361	4
27020	Battuda	battuda	09	PV		45.2747	9.078	4
27020	Gravellona Lomellina	gravellona-lomellina	09	PV		45.201	8.8948	3
27020	San Giorgio Di Lomellina	san-giorgio-di-lomellina	09	PV		45.1749	8.7901	4
27020	Cergnago	cergnago	09	PV		45.1983	8.7716	4
27020	Alagna	alagna	09	PV		45.1692	8.8895	4
27020	Nicorvo	nicorvo	09	PV		45.2857	8.6679	4
27020	Sartirana Lomellina	sartirana-lomellina	09	PV		45.1135	8.6671	4
27020	Valle Lomellina	valle-lomellina	09	PV		45.151	8.6696	4
27020	Carbonara Al Ticino	carbonara-al-ticino	09	PV		45.1637	9.0649	4
27020	Albonese	albonese	09	PV		45.2929	8.7062	4
27020	Zerbolo'	zerbolo	09	PV		45.2068	9.0144	4
27020	Torre D'Isola	torre-d-isola	09	PV		45.218	9.0765	4
27020	Marcignago	marcignago	09	PV		45.2531	9.0793	4
27020	Tromello	tromello	09	PV		45.2089	8.8705	4
27020	Dorno	dorno	09	PV		45.1535	8.9508	4
27020	Massaua	massaua	09	PV		45.2044	9.0996	4
27020	Casottole	casottole	09	PV		45.2716	9.0298	4
27020	Trovo	trovo	09	PV		45.283	9.0354	4
27020	Parona	parona	09	PV		45.2817	8.7506	4
27020	Travaco' Siccomario	travaco-siccomario	09	PV		45.1491	9.1597	4
27020	Rotta	rotta	09	PV		45.1624	9.1456	4
27020	Olevano Di Lomellina	olevano-di-lomellina	09	PV		45.2132	8.7175	4
27020	Breme	breme	09	PV		45.1276	8.6256	4
27020	Scaldasole	scaldasole	09	PV		45.1249	8.9103	4
27020	Valeggio	valeggio	09	PV		45.1506	8.8613	4
27020	Semiana	semiana	09	PV		45.1374	8.7297	4
27020	Velezzo Lomellina	velezzo-lomellina	09	PV		45.1634	8.7372	4
27020	Trivolzio	trivolzio	09	PV		45.2585	9.0427	4
27020	Borgo San Siro	borgo-san-siro	09	PV		45.2351	8.9133	4
27021	Bereguardo	bereguardo	09	PV		45.2571	9.0273	4
27022	Casorate Primo	casorate-primo	09	PV		45.3114	9.017	4
27023	Cassolnovo	cassolnovo	09	PV		45.3611	8.8123	4
27024	Cilavegna	cilavegna	09	PV		45.3107	8.7447	4
27025	Gambolo'	gambolo	09	PV		45.2621	8.8582	4
27026	Garlasco	garlasco	09	PV		45.1954	8.9231	4
27026	San Biagio	san-biagio	09	PV		45.2082	8.9629	4
27026	Madonna Delle Bozzole	madonna-delle-bozzole	09	PV		45.2135	8.9345	4
27027	Gropello Cairoli	gropello-cairoli	09	PV		45.1771	8.9935	4
27028	Bivio Cava Manara	bivio-cava-manara	09	PV		45.1422	9.1207	4
27028	San Martino Siccomario	san-martino-siccomario	09	PV		45.1634	9.1406	4
27029	Sforzesca	sforzesca	09	PV		45.289	8.8866	4
27029	Vigevano	vigevano	09	PV		45.3141	8.8544	4
27030	Rosasco	rosasco	09	PV		45.2503	8.5793	4
27030	Cozzo	cozzo	09	PV		45.1921	8.6111	4
27030	Gambarana	gambarana	09	PV		45.0287	8.7628	4
27030	Frascarolo	frascarolo	09	PV		45.0467	8.682	4
27030	Langosco	langosco	09	PV		45.2145	8.5637	4
27030	Suardi	suardi	09	PV		45.0325	8.7413	4
27030	Villanova D'Ardenghi	villanova-d-ardenghi	09	PV		45.1705	9.0408	4
27030	Sant'Angelo Lomellina	sant-angelo-lomellina	09	PV		45.2466	8.6432	4
27030	Zinasco Nuovo	zinasco-nuovo	09	PV		45.1221	9.0013	4
27030	Mezzana Bigli	mezzana-bigli	09	PV		45.0599	8.8473	4
27030	Zinasco	zinasco	09	PV		45.1284	9.0297	4
27030	Torre Beretti E Castellaro	torre-beretti-e-castellaro	09	PV		45.1596	8.7815	3
27030	Ceretto Lomellina	ceretto-lomellina	09	PV		45.245	8.6724	4
27030	Sairano	sairano	09	PV		45.1367	9.0516	4
27030	Castelnovetto	castelnovetto	09	PV		45.2544	8.6114	4
27030	Palestro	palestro	09	PV		45.303	8.5332	4
27030	Castello D'Agogna	castello-d-agogna	09	PV		45.2346	8.6871	4
27030	Zinasco Vecchio	zinasco-vecchio	09	PV		45.1284	9.0297	4
27030	Mezzana Rabattone	mezzana-rabattone	09	PV		45.0949	9.0325	4
27030	Zeme	zeme	09	PV		45.1969	8.6673	4
27030	Ottobiano	ottobiano	09	PV		45.1542	8.832	4
27030	Confienza	confienza	09	PV		45.3315	8.5589	4
27030	Pieve Albignola	pieve-albignola	09	PV		45.1132	8.96	4
27030	Castellaro De' Giorgi	castellaro-de-giorgi	09	PV		45.0753	8.707	4
27030	Balossa Bigli	balossa-bigli	09	PV	018090	45.0712	8.9111	4
27031	Candia Lomellina	candia-lomellina	09	PV		45.1767	8.5955	4
27032	Ferrera Erbognone	ferrera-erbognone	09	PV		45.1146	8.8645	4
27033	Garbana	garbana	09	PV		45.2556	8.8011	4
27034	Lomello	lomello	09	PV		45.12	8.7961	4
27034	Galliavola	galliavola	09	PV		45.0976	8.8188	4
27035	Mede	mede	09	PV		45.0968	8.7368	4
27035	Villa Biscossi	villa-biscossi	09	PV		45.0907	8.7871	4
27036	Mortara	mortara	09	PV		45.2494	8.733	4
27037	Pieve Del Cairo	pieve-del-cairo	09	PV		45.0492	8.8032	4
27038	Robbio	robbio	09	PV		45.289	8.5929	4
27039	Sannazzaro De' Burgondi	sannazzaro-de-burgondi	09	PV		45.1023	8.9063	4
27040	Rovescala	rovescala	09	PV		45.007	9.3459	4
27040	Albaredo Arnaboldi	albaredo-arnaboldi	09	PV		45.1067	9.243	4
27040	Castelletto Po	castelletto-po	09	PV		45.069	9.1006	4
27040	Verrua Po	verrua-po	09	PV		45.1069	9.1754	4
27040	Mornico	mornico	09	PV		45.0106	9.2093	4
27040	Vallescuropasso	vallescuropasso	09	PV		45.052	9.2446	4
27040	Lirio	lirio	09	PV		44.9945	9.2566	4
27040	Casenove	casenove	09	PV		45.0282	9.2338	3
27040	Borgo Priolo	borgo-priolo	09	PV		44.9663	9.1483	4
27040	Cigognola	cigognola	09	PV		45.0328	9.2449	4
27040	Pietra De' Giorgi	pietra-de-giorgi	09	PV		45.0214	9.2304	4
27040	Montalto Pavese	montalto-pavese	09	PV		44.978	9.2123	4
27040	Rea	rea	09	PV		45.1134	9.1547	4
27040	Campospinoso	campospinoso	09	PV		45.094	9.2459	4
27040	Busca	busca	09	PV		45.1269	9.2271	4
27040	Montescano	montescano	09	PV		45.032	9.2837	4
27040	Calvignano	calvignano	09	PV		44.9831	9.1688	4
27040	Tornello	tornello	09	PV		45.1269	9.2271	4
27040	Arena Po	arena-po	09	PV		45.0943	9.3631	4
27040	Borgoratto Mormorolo	borgoratto-mormorolo	09	PV		44.9289	9.194	4
27040	Pinarolo Po	pinarolo-po	09	PV		45.0699	9.1673	4
27040	Mornico Losana	mornico-losana	09	PV		45.0102	9.2062	4
27040	Casatisma	casatisma	09	PV		45.0457	9.131	4
27040	Portalbera	portalbera	09	PV		45.0979	9.3177	4
27040	Castana	castana	09	PV		45.0268	9.2725	4
27040	Mezzanino	mezzanino	09	PV		45.1249	9.205	4
27040	Torre Degli Alberi	torre-degli-alberi	09	PV		44.9011	9.2285	4
27040	Fortunago	fortunago	09	PV		44.9216	9.1847	4
27040	Castelletto Di Branduzzo	castelletto-di-branduzzo	09	PV		45.0694	9.0985	4
27040	Bosnasco	bosnasco	09	PV		45.064	9.3569	4
27040	Pometo	pometo	09	PV		44.9279	9.2735	4
27040	San Damiano Al Colle	san-damiano-al-colle	09	PV		45.0271	9.3486	4
27040	Rocca De' Giorgi	rocca-de-giorgi	09	PV		44.9706	9.2531	4
27040	Montu' Beccaria	montu-beccaria	09	PV		45.0363	9.3127	4
27041	Casanova Lonati	casanova-lonati	09	PV		45.0945	9.2135	4
27041	Barbianello	barbianello	09	PV		45.0757	9.206	4
27042	Bressana	bressana	09	PV		45.0781	9.1312	4
27042	Bressana Bottarone	bressana-bottarone	09	PV		45.0711	9.1314	3
27042	Bottarone	bottarone	09	PV		45.0868	9.1128	4
27042	Robecco Pavese	robecco-pavese	09	PV		45.0484	9.1502	4
27043	San Cipriano Po	san-cipriano-po	09	PV		45.1091	9.2809	4
27043	Broni	broni	09	PV		45.0639	9.2599	4
27044	Canneto Pavese	canneto-pavese	09	PV		45.0505	9.2788	4
27044	Canneto	canneto	09	PV		45.0512	9.281	4
27045	Casteggio	casteggio	09	PV		45.014	9.1253	4
27046	Santa Giuletta	santa-giuletta	09	PV		45.034	9.1813	4
27047	Golferenzo	golferenzo	09	PV		44.9611	9.306	4
27047	Volpara	volpara	09	PV		44.9538	9.2975	4
27047	Santa Maria Della Versa	santa-maria-della-versa	09	PV		44.9876	9.2998	4
27047	Montecalvo Versiggia	montecalvo-versiggia	09	PV		44.9721	9.2854	4
27048	Sommo	sommo	09	PV		45.1332	9.0866	4
27049	Zenevredo	zenevredo	09	PV		45.0539	9.3267	4
27049	Stradella	stradella	09	PV		45.0744	9.3017	4
27050	Fumo	fumo	09	PV		45.0231	9.1531	4
27050	Corvino San Quirico	corvino-san-quirico	09	PV		45.0109	9.1625	4
27050	Silvano Pietra	silvano-pietra	09	PV		45.0392	8.9464	4
27050	Brallo Di Pregola	brallo-di-pregola	09	PV		44.7507	9.2822	4
27050	Val Di Nizza	val-di-nizza	09	PV		44.9501	9.1115	3
27050	Retorbido	retorbido	09	PV		44.9498	9.0368	4
27050	Collegio	collegio	09	PV		44.8094	9.2685	4
27050	Pizzale	pizzale	09	PV		45.0386	9.05	4
27050	Corana	corana	09	PV		45.0629	8.9695	4
27050	Torricella Verzate	torricella-verzate	09	PV		45.02	9.1736	4
27050	Oliva Gessi	oliva-gessi	09	PV		45.006	9.1732	4
27050	Ghiaie	ghiaie	09	PV		45.0655	8.9516	4
27050	Cervesina	cervesina	09	PV		45.0605	9.0168	4
27050	Menconico	menconico	09	PV		44.7966	9.2795	4
27050	Torrazza Coste	torrazza-coste	09	PV		44.9782	9.0761	4
27050	Bagnaria	bagnaria	09	PV		44.8273	9.1226	4
27050	Redavalle	redavalle	09	PV		45.038	9.2023	4
27050	Casanova Di Destra	casanova-di-destra	09	PV		44.7708	9.2406	4
27050	Romagnese	romagnese	09	PV		44.8413	9.3281	4
27050	Casei Gerola	casei-gerola	09	PV		45.0076	8.9268	4
27050	Ponte Nizza	ponte-nizza	09	PV		44.8519	9.0974	4
27050	Pancarana	pancarana	09	PV		45.0752	9.0511	4
27050	Codevilla	codevilla	09	PV		44.9635	9.0577	4
27050	Santa Margherita Di Staffora	santa-margherita-di-staffora	09	PV		44.7715	9.2401	4
27050	Cecima	cecima	09	PV		44.8507	9.0804	4
27050	Casei	casei	09	PV		45.0076	8.9268	4
27050	Bastida Pancarana	bastida-pancarana	09	PV		45.0861	9.0852	4
27051	Cava Manara	cava-manara	09	PV		45.1401	9.1077	4
27051	Mezzana Corti	mezzana-corti	09	PV		45.1256	9.1223	4
27051	Tre Re	tre-re	09	PV		45.1256	9.1223	4
27052	Montesegale	montesegale	09	PV		44.907	9.1264	4
27052	Salice Terme	salice-terme	09	PV		44.9151	9.0263	4
27052	Godiasco	godiasco	09	PV		44.8965	9.0567	4
27052	Rocca Susella	rocca-susella	09	PV		44.9127	9.0965	4
27053	Lungavilla	lungavilla	09	PV		45.0415	9.0784	4
27053	Verretto	verretto	09	PV		45.0398	9.1132	4
27054	Montebello Della Battaglia	montebello-della-battaglia	09	PV		44.9621	9.1008	1
27055	Rivanazzano	rivanazzano	09	PV		44.9291	9.0137	4
27056	Bastida De' Dossi	bastida-de-dossi	09	PV	018191	45.0398	8.9215	4
27056	Cornale	cornale	09	PV	018191	45.0434	8.911	4
27056	Cornale E Bastida	cornale-e-bastida	09	PV	018191	45.0416	8.9163	3
27057	Pietragavina	pietragavina	09	PV		44.8382	9.2402	4
27057	Varzi	varzi	09	PV		44.823	9.1976	4
27058	Oriolo	oriolo	09	PV		45.033	9.0224	4
27058	Voghera	voghera	09	PV		44.9915	9.0117	4
27059	Zavattarello	zavattarello	09	PV		44.8677	9.2666	4
27061	Ruino	ruino	09	PV		44.9114	9.2755	4
27061	Canevino	canevino	09	PV		44.938	9.2772	4
27100	Pavia	pavia	09	PV		45.1921	9.1592	4
27100	Ca' Della Terra	ca-della-terra	09	PV		45.2062	9.1926	4
27100	Fossarmato	fossarmato	09	PV		45.1938	9.22	4
27100	Mirabello Di Pavia	mirabello-di-pavia	09	PV		45.1974	9.1906	3
23010	Albosaggia	albosaggia	09	SO		46.1475	9.854	4
23010	Pedesina	pedesina	09	SO		46.0819	9.5494	4
23010	Caiolo	caiolo	09	SO		46.15	9.8145	4
23010	Sant'Antonio Morignone	sant-antonio-morignone	09	SO		46.1559	9.6662	3
23010	Postalesio	postalesio	09	SO		46.1738	9.7766	4
23010	San Pietro Di Berbenno	san-pietro-di-berbenno	09	SO		46.1667	9.7333	4
23010	Moia	moia	09	SO		46.1405	10.0797	4
23010	Albaredo Per San Marco	albaredo-per-san-marco	09	SO		46.1559	9.6662	3
23010	Pedemonte	pedemonte	09	SO		46.1746	9.7074	4
23010	Villapinta	villapinta	09	SO		46.1751	9.6795	4
23010	Bema	bema	09	SO		46.1082	9.5641	4
23010	Campo Tartano	campo-tartano	09	SO		46.1333	9.6665	4
23010	Val Masino	val-masino	09	SO		46.2152	9.638	4
23010	Berbenno Di Valtellina	berbenno-di-valtellina	09	SO		46.1664	9.7473	4
23010	Cino	cino	09	SO		46.1584	9.4853	4
23010	Mello	mello	09	SO		46.1549	9.5473	4
23010	Buglio In Monte	buglio-in-monte	09	SO		46.1834	9.6754	4
23010	Colorina	colorina	09	SO		46.1537	9.7293	4
23010	Piantedo	piantedo	09	SO		46.1366	9.4277	4
23010	Cataeggio	cataeggio	09	SO		46.2145	9.6378	4
23010	San Martino	san-martino	09	SO		46.241	9.6281	4
23010	Civo	civo	09	SO		46.1542	9.5606	4
23010	Fusine	fusine	09	SO		46.1495	9.7497	4
23010	Rogolo	rogolo	09	SO		46.1372	9.4853	4
23010	Rasura	rasura	09	SO		46.1006	9.5527	4
23010	Gerola Alta	gerola-alta	09	SO		46.06	9.5503	4
23010	Torchione	torchione	09	SO		46.1549	9.86	4
23010	Forcola	forcola	09	SO		46.1586	9.6603	4
23010	Cedrasco	cedrasco	09	SO		46.1493	9.768	4
23010	Cevo	cevo	09	SO		46.1845	9.621	4
23010	Dazio	dazio	09	SO		46.1613	9.6006	4
23010	San Martino Val Masino	san-martino-val-masino	09	SO		46.241	9.6281	4
23010	Tartano	tartano	09	SO		46.1055	9.6786	4
23010	Sirta	sirta	09	SO		46.1582	9.6611	4
23011	Ardenno	ardenno	09	SO		46.1671	9.6473	4
23012	Castione Andevenno	castione-andevenno	09	SO		46.1728	9.8002	4
23013	Sacco	sacco	09	SO		46.1157	9.556	4
23013	Regoledo	regoledo	09	SO		46.1332	9.546	4
23013	Cosio Stazione	cosio-stazione	09	SO		46.128	9.5512	3
23013	Cosio Valtellino	cosio-valtellino	09	SO		46.1351	9.5516	4
23014	Andalo Valtellino	andalo-valtellino	09	SO		46.136	9.4738	4
23014	Delebio	delebio	09	SO		46.1365	9.4616	4
23015	Dubino	dubino	09	SO		46.1671	9.4305	4
23015	Nuova Olonio	nuova-olonio	09	SO		46.1671	9.4305	3
23016	Cercino	cercino	09	SO		46.1581	9.5081	4
23016	Mantello	mantello	09	SO		46.1525	9.4889	4
23017	Campovico	campovico	09	SO		46.1461	9.5897	4
23017	Morbegno	morbegno	09	SO		46.1372	9.5741	4
23018	Talamona	talamona	09	SO		46.1385	9.6129	4
23019	Traona	traona	09	SO		46.1474	9.5326	4
23020	Boffetto	boffetto	09	SO		46.1605	9.9557	4
23020	Gordona	gordona	09	SO	014032	46.2918	9.367	4
23020	Prosto	prosto	09	SO		46.3295	9.4209	4
23020	Santa Croce Di Piuro	santa-croce-di-piuro	09	SO		46.3255	9.456	4
23020	Montagna In Valtellina	montagna-in-valtellina	09	SO		46.1785	9.903	4
23020	Piateda	piateda	09	SO		46.1596	9.935	4
23020	Borgonuovo Di Piuro	borgonuovo-di-piuro	09	SO		46.3291	9.438	4
23020	Santa Croce	santa-croce	09	SO		46.3255	9.456	4
23020	Tresivio	tresivio	09	SO		46.1757	9.9426	4
23020	Torre Di Santa Maria	torre-di-santa-maria	09	SO		46.2336	9.8523	4
23020	Faedo Valtellino	faedo-valtellino	09	SO		46.153	9.9061	4
23020	Menarola	menarola	09	SO	014032	46.2993	9.3612	4
23020	San Cassiano Valchiavenna	san-cassiano-valchiavenna	09	SO		46.2583	9.6352	3
23020	San Giacomo Filippo	san-giacomo-filippo	09	SO		46.3377	9.3712	4
23020	Mese	mese	09	SO		46.3036	9.3777	4
23020	Piuro	piuro	09	SO		46.3298	9.4206	4
23020	Prata Camportaccio	prata-camportaccio	09	SO		46.3072	9.3952	4
23020	San Cassiano	san-cassiano	09	SO		46.277	9.3974	4
23020	Spriana	spriana	09	SO		46.2203	9.8642	4
23020	Poggiridenti	poggiridenti	09	SO		46.1748	9.9261	4
23020	Lanzada	lanzada	09	SO		46.2693	9.8692	4
23020	Caspoggio	caspoggio	09	SO		46.2642	9.8617	4
23020	Verceia	verceia	09	SO		46.1987	9.4547	4
23020	Lirone	lirone	09	SO		46.3682	9.361	4
23020	Prasomaso	prasomaso	09	SO		46.188	9.9514	4
23021	Campodolcino	campodolcino	09	SO		46.4029	9.3519	4
23021	Fraciscio	fraciscio	09	SO		46.4044	9.3656	4
23022	Bette	bette	09	SO		46.3206	9.3982	3
23022	Chiavenna	chiavenna	09	SO		46.3206	9.3982	4
23023	Chiareggio	chiareggio	09	SO		46.3163	9.7875	4
23023	Primolo	primolo	09	SO		46.2727	9.8436	4
23023	Chiesa In Valmalenco	chiesa-in-valmalenco	09	SO		46.2672	9.849	4
23024	Madesimo	madesimo	09	SO		46.4381	9.3588	4
23024	Pianazzo	pianazzo	09	SO		46.4282	9.3442	4
23024	Isola	isola	09	SO		46.4435	9.3341	4
23024	Montespluga	montespluga	09	SO		46.4891	9.3364	4
23025	Novate Mezzola	novate-mezzola	09	SO		46.2194	9.4497	4
23025	Campo	campo	09	SO		46.2105	9.4585	4
23026	Arigna	arigna	09	SO		46.1418	9.9898	4
23026	Ponte In Valtellina	ponte-in-valtellina	09	SO		46.175	9.9779	4
23027	Era	era	09	SO		46.2442	9.3951	4
23027	Somaggia	somaggia	09	SO		46.2537	9.4214	4
23027	San Pietro Samolaco	san-pietro-samolaco	09	SO		46.2582	9.3846	4
23027	Era Samolaco	era-samolaco	09	SO		46.2442	9.3951	4
23027	Samolaco	samolaco	09	SO		46.2425	9.394	4
23027	San Pietro	san-pietro	09	SO		46.2582	9.3846	4
23029	Villa Di Chiavenna	villa-di-chiavenna	09	SO		46.3307	9.4811	4
23029	Dogana Di Villa Chiavenna	dogana-di-villa-chiavenna	09	SO		46.3329	9.5124	4
23029	Dogana	dogana	09	SO		46.3329	9.5124	4
23030	Sant'Antonio	sant-antonio	09	SO		46.4939	10.2934	4
23030	Santa Caterina Valfurva	santa-caterina-valfurva	09	SO		46.4129	10.492	4
23030	Trepalle	trepalle	09	SO		46.5269	10.1758	4
23030	Castionetto	castionetto	09	SO		46.1759	10.0047	4
23030	Castello Dell'Acqua	castello-dell-acqua	09	SO		46.1455	10.0158	4
23030	Villa Di Tirano	villa-di-tirano	09	SO		46.2039	10.1339	4
23030	Chiuro	chiuro	09	SO		46.1672	9.9858	4
23030	Livigno	livigno	09	SO		46.5363	10.1335	4
23030	Sernio	sernio	09	SO		46.2242	10.2053	4
23030	Santa Caterina	santa-caterina	09	SO		46.4129	10.492	4
23030	San Nicolo' Di Valfurva	san-nicolo-di-valfurva	09	SO		46.463	10.41	4
23030	Lovero	lovero	09	SO		46.2333	10.2333	4
23030	Cepina	cepina	09	SO		46.4361	10.3571	4
23030	Piatta	piatta	09	SO		46.4539	10.374	4
23030	Valdisotto	valdisotto	09	SO		46.4344	10.357	4
23030	Cepina Valdisotto	cepina-valdisotto	09	SO		46.4361	10.3571	4
23030	Mazzo Di Valtellina	mazzo-di-valtellina	09	SO		46.2574	10.2553	4
23030	Bianzone	bianzone	09	SO		46.1867	10.1093	4
23030	Stazzona	stazzona	09	SO		46.1859	10.1338	4
23030	Vervio	vervio	09	SO		46.2529	10.2406	4
23030	Valfurva	valfurva	09	SO		46.3278	10.2384	3
23030	Tovo Di Sant'Agata	tovo-di-sant-agata	09	SO		46.245	10.2467	4
23031	Aprica	aprica	09	SO		46.1522	10.1488	4
23032	Bormio	bormio	09	SO		46.4672	10.3701	4
23032	Passo Stelvio	passo-stelvio	09	SO		46.5274	10.4522	4
23033	Grosio	grosio	09	SO		46.2997	10.2757	4
23033	Ravoledo	ravoledo	09	SO		46.3063	10.2884	3
23033	Tiolo	tiolo	09	SO		46.3128	10.3012	4
23034	Grosotto	grosotto	09	SO		46.282	10.2591	4
23035	Pineta Di Sortenna	pineta-di-sortenna	09	SO		46.3364	10.3341	4
23035	Abetina Vallesana	abetina-vallesana	09	SO		46.341	10.3456	3
23035	Pendosso	pendosso	09	SO		46.3507	10.3572	4
23035	Villaggio Sondalo	villaggio-sondalo	09	SO		46.3356	10.3268	4
23035	Frontale	frontale	09	SO		46.3498	10.3663	4
23035	Pineta Di Sortenna Vallesana	pineta-di-sortenna-vallesana	09	SO		46.341	10.3456	3
23035	Sondalo	sondalo	09	SO		46.3298	10.3269	4
23035	Mondadizza	mondadizza	09	SO		46.3339	10.3506	4
23035	Le Prese	le-prese	09	SO		46.3507	10.3572	4
23036	Teglio	teglio	09	SO		46.1723	10.064	4
23036	Tresenda	tresenda	09	SO		46.1609	10.0797	4
23036	San Giacomo	san-giacomo	09	SO		46.1602	10.0253	4
23036	San Giacomo Di Teglio	san-giacomo-di-teglio	09	SO		46.1602	10.0253	4
23037	Madonna Di Tirano	madonna-di-tirano	09	SO		46.2167	10.15	4
23037	Tirano	tirano	09	SO		46.2148	10.1634	4
23038	Isolaccia	isolaccia	09	SO		46.4833	10.2833	4
23038	Valdidentro	valdidentro	09	SO		46.4842	10.2767	3
23038	Semogo	semogo	09	SO		46.485	10.27	4
23038	Bagni Nuovi	bagni-nuovi	09	SO		46.4842	10.2767	3
23038	Bagni Nuovi Di Bormio	bagni-nuovi-di-bormio	09	SO		46.4842	10.2767	3
23100	Sant'Anna	sant-anna	09	SO		46.1735	9.8555	4
23100	Mossini	mossini	09	SO		46.1792	9.8638	4
23100	Faedo	faedo	09	SO		46.153	9.9061	4
23100	Triangia	triangia	09	SO		46.1744	9.8321	4
23100	Ponchiera	ponchiera	09	SO		46.1809	9.8721	4
23100	Albosaggia	albosaggia	09	SO		46.1475	9.854	4
23100	Sondrio	sondrio	09	SO		46.1685	9.8713	4
21010	Brezzo Di Bedero	brezzo-di-bedero	09	VA		45.9784	8.7174	4
21010	Cardano Al Campo	cardano-al-campo	09	VA		45.6489	8.7693	4
21010	San Macario	san-macario	09	VA		45.6091	8.7738	4
21010	Castelveccana	castelveccana	09	VA		45.948	8.6663	4
21010	Pino Sulla Sponda Del Lago Maggiore	pino-sulla-sponda-del-lago-maggiore	09	VA		46.1008	8.7387	4
21010	Tronzano Lago Maggiore	tronzano-lago-maggiore	09	VA		46.0887	8.7331	4
21010	Agra	agra	09	VA		46.0367	8.7683	4
21010	Arsago Seprio	arsago-seprio	09	VA		45.6876	8.7351	4
21010	Domo	domo	09	VA		45.8681	8.7424	3
21010	Vizzola Ticino	vizzola-ticino	09	VA		45.6261	8.6965	4
21010	Ferno	ferno	09	VA		45.615	8.7569	4
21010	Porto Valtravaglia	porto-valtravaglia	09	VA		45.9609	8.6811	4
21010	Germignaga	germignaga	09	VA		45.9913	8.724	4
21010	Besnate	besnate	09	VA		45.6986	8.7673	4
21010	Due Cossani	due-cossani	09	VA		46.0327	8.7806	4
21010	Muceno	muceno	09	VA		45.8681	8.7424	3
21010	Dumenza	dumenza	09	VA		46.0209	8.7867	4
21010	Golasecca	golasecca	09	VA		45.6982	8.6611	4
21010	Veddasca	veddasca	09	VA		46.0706	8.7987	4
21010	Curiglia Con Monteviasco	curiglia-con-monteviasco	09	VA		45.8681	8.7424	3
21010	Castello	castello	09	VA		45.7074	8.7827	4
21010	Montegrino Valtravaglia	montegrino-valtravaglia	09	VA		45.974	8.7674	4
21010	Ligurno	ligurno	09	VA		45.8681	8.7424	3
21010	Calde'	calde	09	VA		45.8681	8.7424	3
21010	Nasca	nasca	09	VA		45.8681	8.7424	3
21011	Casorate Sempione	casorate-sempione	09	VA		45.6708	8.7451	4
21012	Cassano Magnago	cassano-magnago	09	VA		45.6721	8.8269	4
21013	Gallarate	gallarate	09	VA		45.6602	8.7916	4
21013	Crenna	crenna	09	VA		45.8049	8.776	3
21013	Cedrate	cedrate	09	VA		45.6602	8.7916	3
21014	Laveno	laveno	09	VA		45.9089	8.6204	4
21014	Mombello	mombello	09	VA		45.6748	8.9846	4
21014	Laveno Mombello	laveno-mombello	09	VA		45.7919	8.8025	3
21015	Lonate Pozzolo	lonate-pozzolo	09	VA		45.5921	8.7519	4
21015	Sant'Antonino Ticino	sant-antonino-ticino	09	VA		45.5875	8.7334	3
21015	Tornavento	tornavento	09	VA		45.5828	8.7149	4
21016	Luino	luino	09	VA		46.0019	8.7451	4
21016	Poppino	poppino	09	VA		46.0145	8.7647	4
21016	Creva	creva	09	VA		46.0082	8.7549	3
21016	Voldomino	voldomino	09	VA		46.0082	8.7549	3
21017	Cascina Elisa	cascina-elisa	09	VA		45.6042	8.7998	4
21017	Cascina Costa	cascina-costa	09	VA		45.632	8.7498	4
21017	Samarate	samarate	09	VA		45.6241	8.7851	4
21017	Verghera	verghera	09	VA		45.6201	8.7782	3
21018	Lisanza	lisanza	09	VA		45.7393	8.5985	4
21018	Sesto Calende	sesto-calende	09	VA		45.7261	8.634	4
21019	Somma Lombardo	somma-lombardo	09	VA		45.6821	8.7076	4
21019	Coarezza	coarezza	09	VA		45.6814	8.6449	4
21019	Case Nuove	case-nuove	09	VA		45.6407	8.7166	4
21019	Malpensa Aeroporto	malpensa-aeroporto	09	VA		45.6665	8.6882	3
21019	Maddalena	maddalena	09	VA		45.6616	8.6838	4
21020	Crosio Della Valle	crosio-della-valle	09	VA		45.76	8.7704	4
21020	Lomnago	lomnago	09	VA		45.789	8.7193	3
21020	Bernate	bernate	09	VA		45.7779	8.7313	4
21020	Ternate	ternate	09	VA		45.7867	8.6993	4
21020	Comabbio	comabbio	09	VA		45.7736	8.6783	4
21020	Villadosia	villadosia	09	VA		45.7495	8.7277	4
21020	Cazzago Brabbia	cazzago-brabbia	09	VA		45.7959	8.7348	4
21020	Inarzo	inarzo	09	VA		45.7858	8.7356	4
21020	Casale Litta	casale-litta	09	VA		45.7679	8.7413	4
21020	Brunello	brunello	09	VA		45.765	8.7953	4
21020	Daverio	daverio	09	VA		45.778	8.7734	4
21020	Bodio Lomnago	bodio-lomnago	09	VA		45.7887	8.7508	4
21020	Varano Borghi	varano-borghi	09	VA		45.7741	8.704	4
21020	Luvinate	luvinate	09	VA		45.8396	8.7719	4
21020	Malgesso	malgesso	09	VA		45.8279	8.6755	4
21020	Montonate	montonate	09	VA		45.7471	8.7727	4
21020	Brebbia	brebbia	09	VA		45.8298	8.6504	4
21020	Bodio	bodio	09	VA		45.7899	8.7515	4
21020	Buguggiate	buguggiate	09	VA		45.7823	8.8106	4
21020	Casciago	casciago	09	VA		45.8243	8.765	4
21020	Mornago	mornago	09	VA		45.7452	8.7505	4
21020	Bardello	bardello	09	VA		45.836	8.6968	4
21020	Monvalle	monvalle	09	VA		45.8581	8.6309	4
21020	Bregano	bregano	09	VA		45.8258	8.6877	4
21020	Crugnola	crugnola	09	VA		45.7296	8.7452	4
21020	Taino	taino	09	VA		45.7625	8.6165	4
21020	Mercallo	mercallo	09	VA		45.7479	8.67	4
21020	Ranco	ranco	09	VA		45.7973	8.5711	4
21020	Barasso	barasso	09	VA		45.8405	8.7568	4
21020	Galliate Lombardo	galliate-lombardo	09	VA		45.7849	8.7704	4
21021	Angera	angera	09	VA		45.7755	8.5786	4
21022	Azzate	azzate	09	VA		45.778	8.7941	4
21023	Besozzo	besozzo	09	VA		45.8489	8.6652	4
21024	Biandronno	biandronno	09	VA		45.8128	8.7088	4
21025	Comerio	comerio	09	VA		45.8419	8.7421	4
21026	Gavirate	gavirate	09	VA		45.8371	8.7262	4
21026	Oltrona Al Lago	oltrona-al-lago	09	VA		45.8371	8.7262	3
21027	Barza	barza	09	VA		45.7987	8.6219	4
21027	Ispra	ispra	09	VA		45.8148	8.6129	4
21027	Ispra Centro Euratom	ispra-centro-euratom	09	VA		45.8068	8.6174	3
21028	Travedona Monate	travedona-monate	09	VA		45.8043	8.6714	4
21029	Vergiate	vergiate	09	VA		45.7221	8.6953	4
21029	Corgeno	corgeno	09	VA		45.7459	8.688	4
21029	Cuirone	cuirone	09	VA		45.7409	8.7071	4
21029	Cimbro	cimbro	09	VA		45.7357	8.7205	4
21030	Cuveglio	cuveglio	09	VA		45.9061	8.7333	4
21030	Cuvio	cuvio	09	VA		45.8962	8.7341	4
21030	Rancio Valcuvia	rancio-valcuvia	09	VA		45.9159	8.7716	4
21030	Cremenaga	cremenaga	09	VA		45.9894	8.8033	4
21030	Cassano Valcuvia	cassano-valcuvia	09	VA		45.9324	8.7684	4
21030	Masciago Primo	masciago-primo	09	VA		45.9178	8.7811	4
21030	Ferrera Di Varese	ferrera-di-varese	09	VA		45.9328	8.7891	4
21030	Marchirolo	marchirolo	09	VA		45.9479	8.8334	4
21030	Brissago Valtravaglia	brissago-valtravaglia	09	VA		45.9189	8.7617	3
21030	Brenta	brenta	09	VA		45.8942	8.6837	4
21030	Casalzuigno	casalzuigno	09	VA		45.9051	8.7088	4
21030	Azzio	azzio	09	VA		45.8847	8.7085	4
21030	Castello Cabiaglio	castello-cabiaglio	09	VA		45.8936	8.7576	4
21030	Duno	duno	09	VA		45.914	8.7376	4
21030	Fabiasco	fabiasco	09	VA		45.9189	8.7617	3
21030	Mesenzana	mesenzana	09	VA		45.9516	8.7645	4
21030	Brinzio	brinzio	09	VA		45.8891	8.7868	4
21030	Marzio	marzio	09	VA		45.9382	8.8581	4
21030	Orino	orino	09	VA		45.8815	8.7156	4
21030	Cugliate Fabiasco	cugliate-fabiasco	09	VA		45.9189	8.7617	3
21030	Grantola	grantola	09	VA		45.9492	8.7743	4
21030	Cugliate	cugliate	09	VA		45.9189	8.7617	3
21031	Cadegliano Viconago	cadegliano-viconago	09	VA		45.9595	8.8434	4
21031	Viconago	viconago	09	VA		45.9595	8.8434	3
21031	Cadegliano	cadegliano	09	VA		45.9595	8.8434	3
21032	Caravate	caravate	09	VA		45.8786	8.6543	4
21033	Cittiglio	cittiglio	09	VA		45.8959	8.6655	4
21034	Caldana	caldana	09	VA		45.8715	8.6925	4
21034	Trevisago	trevisago	09	VA		45.8672	8.6904	3
21034	Cocquio	cocquio	09	VA		45.8629	8.6882	4
21034	Cocquio Trevisago	cocquio-trevisago	09	VA		45.8672	8.6904	3
21035	Cunardo	cunardo	09	VA		45.9343	8.8077	4
21036	Gemonio	gemonio	09	VA		45.8788	8.6748	4
21037	Ponte Tresa	ponte-tresa	09	VA		45.9671	8.8573	3
21037	Lavena Ponte Tresa	lavena-ponte-tresa	09	VA		45.9671	8.8573	4
21038	Leggiuno	leggiuno	09	VA		45.8759	8.6206	4
21038	Sangiano	sangiano	09	VA		45.8751	8.6333	4
21039	Ganna	ganna	09	VA		45.9021	8.8261	4
21039	Valganna	valganna	09	VA		45.9023	8.8233	4
21039	Ghirla	ghirla	09	VA	012131	45.9251	8.8218	4
21039	Bedero Valcuvia	bedero-valcuvia	09	VA		45.9109	8.7955	4
21040	Gerenzano	gerenzano	09	VA		45.6397	9.001	4
21040	Gornate Olona	gornate-olona	09	VA		45.7416	8.8599	4
21040	Morazzone	morazzone	09	VA		45.7645	8.8281	4
21040	Oggiona Con Santo Stefano	oggiona-con-santo-stefano	09	VA		45.7043	8.8165	4
21040	Uboldo	uboldo	09	VA		45.6153	9.0039	4
21040	Vedano Olona	vedano-olona	09	VA		45.7757	8.8877	4
21040	Lozza	lozza	09	VA		45.7757	8.8577	4
21040	Jerago Con Orago	jerago-con-orago	09	VA		45.7047	8.7959	4
21040	Santo Stefano	santo-stefano	09	VA		45.7043	8.8165	4
21040	Castronno	castronno	09	VA		45.7479	8.8144	4
21040	Oggiona	oggiona	09	VA		45.7043	8.8165	4
21040	Venegono Superiore	venegono-superiore	09	VA		45.7525	8.8973	4
21040	Cislago	cislago	09	VA		45.6593	8.9727	4
21040	Sumirago	sumirago	09	VA		45.7365	8.7836	4
21040	Venegono Inferiore	venegono-inferiore	09	VA		45.7357	8.8955	4
21040	Caronno Varesino	caronno-varesino	09	VA		45.7358	8.8317	4
21040	Carnago	carnago	09	VA		45.7221	8.8342	4
21040	Rovate	rovate	09	VA		45.7104	8.8457	4
21040	Massina	massina	09	VA		45.6447	8.9742	4
21040	Origgio	origgio	09	VA		45.5968	9.0164	4
21040	Cascine Maggio	cascine-maggio	09	VA		45.7594	8.8115	4
21041	Albizzate	albizzate	09	VA		45.727	8.8031	4
21042	Caronno Pertusella	caronno-pertusella	09	VA		45.5978	9.0463	4
21043	Gornate Superiore	gornate-superiore	09	VA		45.7539	8.8606	4
21043	Castiglione Olona	castiglione-olona	09	VA		45.7526	8.8728	4
21044	Cavaria Con Premezzo	cavaria-con-premezzo	09	VA		45.6925	8.803	4
21045	Gazzada	gazzada	09	VA		45.7667	8.8167	4
21045	Schianno	schianno	09	VA		45.7734	8.8251	3
21045	Gazzada Schianno	gazzada-schianno	09	VA		45.7802	8.8334	4
21046	San Salvatore	san-salvatore	09	VA		45.9049	8.889	4
21046	Malnate	malnate	09	VA		45.7938	8.881	4
21047	Saronno	saronno	09	VA		45.6251	9.0352	4
21048	Monte	monte	09	VA		45.7149	8.8222	4
21048	Solbiate Arno	solbiate-arno	09	VA		45.7196	8.8137	4
21049	Abbiate Guazzone	abbiate-guazzone	09	VA		45.7084	8.9076	3
21049	Tradate	tradate	09	VA		45.7084	8.9076	4
21050	Besano	besano	09	VA		45.8895	8.8907	4
21050	Cairate	cairate	09	VA		45.6875	8.8681	4
21050	Saltrio	saltrio	09	VA		45.8735	8.9244	4
21050	Gorla Maggiore	gorla-maggiore	09	VA		45.6639	8.8954	4
21050	Cuasso Al Piano	cuasso-al-piano	09	VA		45.8945	8.8795	4
21050	Brusimpiano	brusimpiano	09	VA		45.9447	8.8895	4
21050	Porto Ceresio	porto-ceresio	09	VA		45.9128	8.8968	4
21050	Cavagnano	cavagnano	09	VA		45.9054	8.871	4
21050	Cantello	cantello	09	VA		45.8225	8.8959	4
21050	Cuasso Al Monte	cuasso-al-monte	09	VA		45.9148	8.8792	4
21050	Bolladello	bolladello	09	VA		45.6865	8.8452	4
21050	Gaggiolo	gaggiolo	09	VA		45.8377	8.9103	4
21050	Marnate	marnate	09	VA		45.6285	8.9092	4
21050	Lonate Ceppino	lonate-ceppino	09	VA		45.7086	8.8794	4
21050	Bisuschio	bisuschio	09	VA		45.8715	8.8684	4
21050	Castelseprio	castelseprio	09	VA		45.7137	8.8616	4
21050	Clivio	clivio	09	VA		45.8628	8.9308	4
21051	Brenno Useria	brenno-useria	09	VA		45.8615	8.878	4
21051	Arcisate	arcisate	09	VA		45.8558	8.8682	4
21052	Borsano	borsano	09	VA		45.5833	8.85	4
21052	Sacconago	sacconago	09	VA		45.5973	8.8496	3
21052	Busto Arsizio	busto-arsizio	09	VA		45.6113	8.8491	4
21053	Castellanza	castellanza	09	VA		45.6108	8.8962	4
21054	Bergoro	bergoro	09	VA		45.6698	8.8599	4
21054	Fagnano Olona	fagnano-olona	09	VA		45.6698	8.8599	3
21055	Gorla Minore	gorla-minore	09	VA		45.6412	8.9026	4
21056	Induno Olona	induno-olona	09	VA		45.8457	8.8406	4
21057	Olgiate Olona	olgiate-olona	09	VA		45.6371	8.8815	4
21057	Cascina Buon Gesu'	cascina-buon-gesu	09	VA		45.6371	8.8815	3
21058	Solbiate Olona	solbiate-olona	09	VA		45.6503	8.882	4
21059	Viggiu'	viggiu	09	VA		45.871	8.9086	4
21059	Baraggia	baraggia	09	VA		45.8074	8.8762	4
21061	Maccagno	maccagno	09	VA	012142	46.0436	8.7341	4
21061	Maccagno Con Pino E Veddasca	maccagno-con-pino-e-veddasca	09	VA	012142	46.0436	8.7341	3
21062	Cadrezzate	cadrezzate	09	VA		45.7993	8.6433	4
21062	Osmate	osmate	09	VA		45.7887	8.6552	4
21100	Varese	varese	09	VA		45.8206	8.8251	4
21100	Casbeno	casbeno	09	VA		45.8145	8.8078	4
21100	Calcinate Del Pesce	calcinate-del-pesce	09	VA		45.8155	8.763	4
21100	Masnago	masnago	09	VA		45.8333	8.8	4
21100	Capolago	capolago	09	VA		45.7938	8.8099	4
21100	Rasa	rasa	09	VA		45.8661	8.8055	4
21100	Santa Maria Del Monte	santa-maria-del-monte	09	VA		45.8251	8.8085	3
21100	Rasa Di Velate	rasa-di-velate	09	VA		45.8661	8.8055	4
21100	Bizzozero	bizzozero	09	VA		45.7908	8.8515	4
21100	San Fermo	san-fermo	09	VA		45.8251	8.8085	4
21100	Sant'Ambrogio Olona	sant-ambrogio-olona	09	VA		45.8251	8.8085	3
21100	Cartabbia	cartabbia	09	VA		45.8251	8.8085	3
60010	Castelleone Di Suasa	castelleone-di-suasa	10	AN		43.6082	12.978	4
60010	Vaccarile	vaccarile	10	AN		43.5934	13.1112	4
60010	Pianello Di Ostra	pianello-di-ostra	10	AN		43.6262	13.1307	4
60010	Ostra	ostra	10	AN		43.6161	13.1585	4
60010	Ostra Vetere	ostra-vetere	10	AN		43.6034	13.0615	4
60010	Ponte Rio Di Monterado	ponte-rio-di-monterado	10	AN		43.6107	13.0928	3
60010	Pianello	pianello	10	AN		43.6262	13.1307	4
60010	Barbara	barbara	10	AN		43.5804	13.0274	4
60010	Casine	casine	10	AN		43.6316	13.1443	4
60011	Arcevia	arcevia	10	AN		43.5018	12.945	4
60011	Palazzo	palazzo	10	AN		43.5363	12.9213	4
60011	Castiglioni	castiglioni	10	AN		43.5061	13.0082	4
60011	Nidastore	nidastore	10	AN		43.5828	12.9363	4
60011	Castiglioni D'Arcevia	castiglioni-d-arcevia	10	AN		43.5231	12.958	3
60011	Avacelli	avacelli	10	AN		43.47	12.9827	4
60011	Piticchio	piticchio	10	AN		43.5398	12.9733	4
60011	Montefortino	montefortino	10	AN		43.5251	12.9391	4
60011	Costa D'Arcevia	costa-d-arcevia	10	AN		43.5231	12.958	3
60011	Palazzo D'Arcevia	palazzo-d-arcevia	10	AN		43.5231	12.958	3
60012	Passo Di Ripe	passo-di-ripe	10	AN	042050	43.6557	13.122	4
60012	Monterado	monterado	10	AN	042050	43.6969	13.0906	4
60012	Ripe	ripe	10	AN	042050	43.6691	13.1059	4
60012	Trecastelli	trecastelli	10	AN	042050	43.6868	13.1047	3
60012	Ponte Rio	ponte-rio	10	AN	042050	43.7316	13.1006	4
60012	Castel Colonna	castel-colonna	10	AN	042050	43.6807	13.1047	4
60012	Brugnetto	brugnetto	10	AN	042050	43.6868	13.1047	3
60013	Corinaldo	corinaldo	10	AN		43.6411	13.06	4
60015	Castelferretti	castelferretti	10	AN		43.6055	13.3656	4
60015	Falconara Alta	falconara-alta	10	AN		43.6256	13.3995	4
60015	Falconara Marittima	falconara-marittima	10	AN		43.6256	13.3995	4
60018	Lungomare	lungomare	10	AN		43.6672	13.3086	4
60018	Marina Di Montemarciano	marina-di-montemarciano	10	AN		43.6506	13.3364	4
60018	Montemarciano	montemarciano	10	AN		43.6385	13.308	4
60019	Vallone	vallone	10	AN		43.6799	13.1883	4
60019	Marzocca Di Senigallia	marzocca-di-senigallia	10	AN		43.6745	13.2909	4
60019	Scapezzano	scapezzano	10	AN		43.72	13.1667	4
60019	Marzocca	marzocca	10	AN		43.6745	13.2909	4
60019	Sant'Angelo Di Senigallia	sant-angelo-di-senigallia	10	AN		43.6761	13.2164	4
60019	Montignano	montignano	10	AN		43.6745	13.2909	4
60019	Cesano Di Senigallia	cesano-di-senigallia	10	AN		43.6876	13.2237	3
60019	Roncitelli	roncitelli	10	AN		43.6964	13.1443	4
60019	Senigallia	senigallia	10	AN		43.7163	13.2088	4
60019	Sant'Angelo	sant-angelo	10	AN		43.6761	13.2164	4
60020	Camerata Picena	camerata-picena	10	AN		43.5776	13.352	4
60020	Polverigi	polverigi	10	AN		43.5288	13.3829	4
60020	Castel D'Emilio	castel-d-emilio	10	AN		43.5648	13.385	4
60020	Sirolo	sirolo	10	AN		43.5225	13.615	4
60020	Agugliano	agugliano	10	AN		43.5437	13.3857	4
60020	Offagna	offagna	10	AN		43.5259	13.4408	4
60021	Camerano	camerano	10	AN		43.5277	13.5526	4
60021	Aspio Terme	aspio-terme	10	AN		43.5277	13.5526	3
60022	San Rocchetto	san-rocchetto	10	AN		43.4854	13.5691	4
60022	Castelfidardo	castelfidardo	10	AN		43.4592	13.5504	4
60022	Acquaviva Villa Musone	acquaviva-villa-musone	10	AN		43.4723	13.5598	3
60024	Filottrano	filottrano	10	AN		43.4355	13.3514	4
60024	Montoro	montoro	10	AN		43.4552	13.4136	4
60025	Loreto	loreto	10	AN		43.4362	13.6123	4
60025	Loreto Stazione	loreto-stazione	10	AN		43.4479	13.6202	4
60025	Villa Musone	villa-musone	10	AN		43.4462	13.6031	4
60026	Numana	numana	10	AN		43.5114	13.6212	4
60026	Numana Lido	numana-lido	10	AN		43.5017	13.6233	3
60026	Marcelli	marcelli	10	AN		43.492	13.6255	4
60027	Campocavallo	campocavallo	10	AN		43.4612	13.4968	4
60027	Passatempo	passatempo	10	AN		43.4819	13.4738	3
60027	San Biagio	san-biagio	10	AN		43.516	13.4964	4
60027	Osimo Stazione	osimo-stazione	10	AN		43.4819	13.4738	3
60027	Padiglione	padiglione	10	AN		43.469	13.4626	4
60027	San Sabino	san-sabino	10	AN		43.4738	13.5115	4
60027	Osimo	osimo	10	AN		43.4854	13.4822	4
60027	Casenuove	casenuove	10	AN		43.4859	13.3931	4
60030	Osteria	osteria	10	AN		43.5495	13.0219	4
60030	Castelbellino	castelbellino	10	AN		43.4868	13.1447	4
60030	Collina Santa Maria Nuova	collina-santa-maria-nuova	10	AN		43.5134	13.1317	3
60030	Stazione	stazione	10	AN		43.5005	13.1515	4
60030	Belvedere Ostrense	belvedere-ostrense	10	AN		43.579	13.1672	4
60030	San Marcello	san-marcello	10	AN		43.5753	13.2083	4
60030	Angeli	angeli	10	AN		43.4724	13.0682	4
60030	Santa Maria Nuova	santa-maria-nuova	10	AN		43.4916	13.3237	4
60030	Angeli Di Rosora	angeli-di-rosora	10	AN		43.5134	13.1317	3
60030	Morro D'Alba	morro-d-alba	10	AN		43.6	13.2133	4
60030	Angeli Di Mergo	angeli-di-mergo	10	AN		43.4645	13.0548	4
60030	Moie	moie	10	AN		43.5037	13.1328	4
60030	Maiolati Spontini	maiolati-spontini	10	AN		43.4764	13.1199	4
60030	Monte Roberto	monte-roberto	10	AN		43.4806	13.138	4
60030	Serra De' Conti	serra-de-conti	10	AN		43.542	13.0357	4
60030	Poggio San Marcello	poggio-san-marcello	10	AN		43.5112	13.0737	4
60030	Rosora	rosora	10	AN		43.4834	13.0682	4
60030	Monsano	monsano	10	AN		43.5622	13.2519	4
60030	Mergo	mergo	10	AN		43.4735	13.0351	4
60030	Pianello Vallesina	pianello-vallesina	10	AN		43.4882	13.1619	4
60031	Macine	macine	10	AN		43.4861	13.0873	4
60031	Castelplanio	castelplanio	10	AN		43.4942	13.0818	4
60031	Castelplanio Stazione	castelplanio-stazione	10	AN		43.4888	13.0854	3
60031	Borgo Loreto	borgo-loreto	10	AN		43.4861	13.0873	4
60033	Chiaravalle	chiaravalle	10	AN		43.6011	13.3251	4
60033	Grancetta	grancetta	10	AN		43.5903	13.3608	4
60034	Cupramontana	cupramontana	10	AN		43.4497	13.1131	4
60035	Jesi	jesi	10	AN		43.5214	13.2437	4
60036	Montecarotto	montecarotto	10	AN		43.5283	13.0666	4
60037	Le Cozze	le-cozze	10	AN		43.5963	13.3139	4
60037	Borghetto	borghetto	10	AN		43.598	13.292	4
60037	Monte San Vito	monte-san-vito	10	AN		43.6006	13.2682	4
60038	San Paolo Di Jesi	san-paolo-di-jesi	10	AN		43.4546	13.1728	4
60039	Staffolo	staffolo	10	AN		43.4333	13.1849	4
60040	Genga Stazione	genga-stazione	10	AN		43.4054	12.9787	4
60040	Trinquelli	trinquelli	10	AN		43.4284	12.9302	3
60040	Genga	genga	10	AN		43.4303	12.9355	4
60040	Colleponi	colleponi	10	AN		43.4389	12.9034	4
60040	Colleponi Di Genga	colleponi-di-genga	10	AN		43.4389	12.9034	4
60041	Piano Di Frassineta	piano-di-frassineta	10	AN		43.451	12.8473	4
60041	Monterosso Stazione	monterosso-stazione	10	AN		43.4602	12.8214	4
60041	Monterosso	monterosso	10	AN		43.475	12.8281	4
60041	Sassoferrato	sassoferrato	10	AN		43.4311	12.8566	4
60041	Cabernardi	cabernardi	10	AN		43.5066	12.864	4
60041	Borgo Sassoferrato	borgo-sassoferrato	10	AN		43.4648	12.8435	3
60041	Perticano	perticano	10	AN		43.4648	12.8435	3
60043	Cerreto D'Esi	cerreto-d-esi	10	AN		43.3167	12.9877	4
60044	Nebbiano	nebbiano	10	AN		43.3777	12.8947	4
60044	Melano Bastia	melano-bastia	10	AN		43.332	12.9217	3
60044	Serradica	serradica	10	AN		43.2655	12.8494	4
60044	Fabriano	fabriano	10	AN		43.3394	12.9033	4
60044	Collamato	collamato	10	AN		43.2914	12.9492	4
60044	Rocchetta Di Fabriano	rocchetta-di-fabriano	10	AN		43.332	12.9217	3
60044	Albacina	albacina	10	AN	042017	43.3426	13.0011	4
60044	Argignano	argignano	10	AN		43.3257	12.9575	4
60044	Campodonico	campodonico	10	AN		43.2288	12.8644	4
60044	Cancelli	cancelli	10	AN		43.301	12.8391	4
60044	Melano	melano	10	AN		43.342	12.84	4
60044	Marischio	marischio	10	AN		43.3395	12.8693	4
60044	Attiggio	attiggio	10	AN		43.3062	12.9205	4
60044	Castelletta	castelletta	10	AN		43.4032	13.0072	4
60044	Sant'Elia	sant-elia	10	AN		43.4186	13.0394	4
60044	San Michele	san-michele	10	AN		43.3094	12.9583	4
60044	San Donato	san-donato	10	AN		43.3785	12.8533	4
60044	Borgo Tufico	borgo-tufico	10	AN		43.3426	13.0011	4
60048	Domo	domo	10	AN		43.4018	13.0622	4
60048	Serra San Quirico	serra-san-quirico	10	AN		43.4464	13.0227	4
60048	Serra San Quirico Stazione	serra-san-quirico-stazione	10	AN		43.4318	13.0544	3
60048	Sasso	sasso	10	AN		43.4486	13.0614	4
60048	Castellaro	castellaro	10	AN		43.4304	13.0713	4
60100	Ancona	ancona	10	AN		43.5942	13.5034	4
60121	Ancona	ancona	10	AN		43.5942	13.5034	4
60122	Ancona	ancona	10	AN		43.5942	13.5034	4
60123	Ancona	ancona	10	AN		43.5942	13.5034	4
60124	Ancona	ancona	10	AN		43.5942	13.5034	4
60125	Ancona	ancona	10	AN		43.5942	13.5034	4
60126	Ancona	ancona	10	AN		43.5942	13.5034	4
60127	Pinocchio	pinocchio	10	AN		43.5899	13.4941	4
60127	Ancona	ancona	10	AN		43.5942	13.5034	4
60128	Ancona	ancona	10	AN		43.5942	13.5034	4
60129	Pietralacroce	pietralacroce	10	AN		43.5729	13.543	3
60129	Ancona	ancona	10	AN		43.5942	13.5034	4
60129	Poggio	poggio	10	AN		43.5547	13.5795	4
60129	Varano	varano	10	AN		43.5697	13.5462	4
60131	Ancona	ancona	10	AN		43.5942	13.5034	4
60131	Montesicuro	montesicuro	10	AN		43.5528	13.4614	4
63020	Piane Di Falerone	piane-di-falerone	10	AP		42.888	13.5551	4
63031	Castel Di Lama Stazione	castel-di-lama-stazione	10	AP		42.8884	13.601	1
63061	Massignano	massignano	10	AP		43.0506	13.798	4
63062	Montefiore Dell'Aso	montefiore-dell-aso	10	AP		43.0528	13.7552	4
63063	Carassai	carassai	10	AP		43.033	13.6876	4
63064	Cupra Marittima	cupra-marittima	10	AP		43.019	13.8617	4
63065	Ripatransone	ripatransone	10	AP		43.0002	13.762	4
63065	San Savino	san-savino	10	AP		42.9555	13.7792	4
63066	Grottammare	grottammare	10	AP		42.9818	13.8676	4
63066	Ischia	ischia	10	AP		43.0013	13.72	3
63067	Cossignano	cossignano	10	AP		42.9836	13.6903	4
63068	Porchia	porchia	10	AP		42.9967	13.631	4
63068	Montalto Delle Marche	montalto-delle-marche	10	AP		42.9896	13.6082	4
63068	Patrignone	patrignone	10	AP		42.9803	13.6093	4
63069	Montedinove	montedinove	10	AP		42.9726	13.5897	4
63071	Castel Di Croce	castel-di-croce	10	AP		42.9315	13.523	4
63071	Rotella	rotella	10	AP		42.9543	13.5585	4
63072	Ripaberarda	ripaberarda	10	AP		42.9204	13.6046	4
63072	Castignano	castignano	10	AP		42.9393	13.6251	4
63073	Offida	offida	10	AP		42.935	13.6977	4
63074	San Benedetto Del Tronto	san-benedetto-del-tronto	10	AP		42.9568	13.8768	4
63074	Porto D'Ascoli	porto-d-ascoli	10	AP		42.9118	13.8908	4
63075	Acquaviva Picena	acquaviva-picena	10	AP		42.9404	13.8223	4
63076	Centobuchi	centobuchi	10	AP		42.8952	13.8481	4
63076	Monteprandone	monteprandone	10	AP		42.9205	13.8391	4
63077	Stella Di Monsampolo	stella-di-monsampolo	10	AP		42.9138	13.7404	3
63077	Monsampolo Del Tronto	monsampolo-del-tronto	10	AP		42.8975	13.7935	4
63078	Spinetoli	spinetoli	10	AP		42.8898	13.765	4
63078	Pagliare	pagliare	10	AP		42.8691	13.7691	4
63079	Colli Del Tronto	colli-del-tronto	10	AP		42.8769	13.7474	4
63079	Villa San Giuseppe	villa-san-giuseppe	10	AP		42.8686	13.7448	4
63081	San Silvestro	san-silvestro	10	AP		42.8673	13.7289	4
63081	Castorano	castorano	10	AP		42.8978	13.7297	4
63082	Castel Di Lama	castel-di-lama	10	AP		42.8643	13.7193	4
63082	Castel Di Lama Piattoni	castel-di-lama-piattoni	10	AP		42.8663	13.7112	4
63082	Villa Sant'Antonio	villa-sant-antonio	10	AP		42.8717	13.639	3
63082	Piattoni	piattoni	10	AP		42.8663	13.7112	4
63083	Appignano Del Tronto	appignano-del-tronto	10	AP		42.8981	13.6622	4
63084	Folignano	folignano	10	AP		42.8207	13.6327	4
63084	Villa Pigna	villa-pigna	10	AP		42.8717	13.639	3
63084	Pigna Bassa	pigna-bassa	10	AP		42.8332	13.6345	4
63084	Piane Di Morro	piane-di-morro	10	AP		42.8232	13.653	4
63085	Caselle	caselle	10	AP		42.8417	13.6714	4
63085	Maltignano	maltignano	10	AP		42.8322	13.688	4
63086	Force	force	10	AP		42.9609	13.4877	4
63087	Croce Di Casale	croce-di-casale	10	AP		42.9099	13.423	4
63087	Comunanza	comunanza	10	AP		42.8941	13.8015	4
63088	Montemonaco	montemonaco	10	AP		42.8987	13.3302	4
63091	Venarotta	venarotta	10	AP		42.8827	13.4916	4
63092	Palmiano	palmiano	10	AP		42.8995	13.4594	4
63093	Agelli	agelli	10	AP		42.8333	13.4167	4
63093	Roccafluvione	roccafluvione	10	AP		42.7943	13.3799	3
63093	Marsia	marsia	10	AP		42.8603	13.4762	4
63094	Bisignano	bisignano	10	AP		42.8469	13.351	4
63094	Montegallo	montegallo	10	AP		42.7943	13.3799	3
63095	Paggese	paggese	10	AP		42.778	13.4183	4
63095	Acquasanta Terme	acquasanta-terme	10	AP		42.7708	13.4142	4
63095	San Martino Di Acquasanta	san-martino-di-acquasanta	10	AP		42.7354	13.4494	4
63095	Quintodecimo	quintodecimo	10	AP		42.7628	13.3853	4
63095	Ponte D'Arli	ponte-d-arli	10	AP		42.7984	13.4597	4
63095	Tallacano	tallacano	10	AP		42.7993	13.3886	4
63095	Pozza Di Acquasanta	pozza-di-acquasanta	10	AP		42.7419	13.4153	4
63096	Capodacqua	capodacqua	10	AP		42.7375	13.2382	4
63096	Arquata Del Tronto	arquata-del-tronto	10	AP		42.7717	13.2939	4
63096	Spelonga	spelonga	10	AP		42.7567	13.2979	4
63096	Pretare	pretare	10	AP		42.7979	13.3004	4
63096	Pescara Del Tronto	pescara-del-tronto	10	AP		42.7506	13.2701	4
63096	Trisungo	trisungo	10	AP		42.7743	13.3123	4
63100	Venagrande	venagrande	10	AP		42.8908	13.5426	4
63100	Ascoli Piceno	ascoli-piceno	10	AP		42.8535	13.5739	4
63100	Mozzano	mozzano	10	AP		42.83	13.5121	4
63100	Piagge Di Ascoli Piceno	piagge-di-ascoli-piceno	10	AP		42.8376	13.5763	4
63100	Lisciano Di Colloto	lisciano-di-colloto	10	AP		42.8026	13.4937	4
63100	Campolungo	campolungo	10	AP		42.85	13.6833	4
63100	Poggio Di Bretta	poggio-di-bretta	10	AP		42.8394	13.568	3
63100	Castel Trosino	castel-trosino	10	AP		42.8224	13.5515	4
63100	Piagge	piagge	10	AP		42.8376	13.5763	4
63100	Monticelli	monticelli	10	AP		42.888	13.5551	3
63100	Lisciano	lisciano	10	AP		42.83	13.6022	4
63100	Marino Del Tronto	marino-del-tronto	10	AP		42.8394	13.568	3
63811	La Luce	la-luce	10	FM		43.2099	13.7188	4
63811	Castellano	castellano	10	FM		43.2627	13.7203	4
63811	Casette D'Ete	casette-d-ete	10	FM		43.2538	13.6832	4
63811	Bivio Cascinare	bivio-cascinare	10	FM		43.278	13.7235	4
63811	Sant'Elpidio A Mare	sant-elpidio-a-mare	10	FM		43.2302	13.6882	4
63811	Cascinare	cascinare	10	FM		43.2643	13.7118	4
63811	Cretarola	cretarola	10	FM		43.2321	13.737	4
63812	Montegranaro	montegranaro	10	FM		43.231	13.6305	4
63813	Monte Urano	monte-urano	10	FM		43.1904	13.6618	4
63814	Torre San Patrizio	torre-san-patrizio	10	FM		43.1831	13.6111	4
63815	Monte San Pietrangeli	monte-san-pietrangeli	10	FM		43.1896	13.5772	4
63816	Francavilla D'Ete	francavilla-d-ete	10	FM		43.1884	13.5403	4
63821	Porto Sant'Elpidio	porto-sant-elpidio	10	FM		43.253	13.7597	4
63822	Porto San Giorgio	porto-san-giorgio	10	FM		43.1778	13.7941	4
63823	Lapedona	lapedona	10	FM		43.1092	13.7706	4
63824	Altidona	altidona	10	FM		43.1079	13.7962	4
63824	Marina Di Altidona	marina-di-altidona	10	FM		43.106	13.8345	4
63825	Monterubbiano	monterubbiano	10	FM		43.0856	13.7191	4
63825	Rubbianello	rubbianello	10	FM		43.0602	13.714	4
63826	Moresco	moresco	10	FM		43.0867	13.7304	4
63827	Pedaso	pedaso	10	FM		43.0984	13.8408	4
63828	Campofilone	campofilone	10	FM		43.081	13.8215	4
63831	Rapagnano	rapagnano	10	FM		43.1598	13.5887	4
63831	Contrada Tenna	contrada-tenna	10	FM		43.1524	13.6266	4
63832	Magliano Di Tenna	magliano-di-tenna	10	FM		43.138	13.5872	4
63833	Montegiorgio	montegiorgio	10	FM		43.1299	13.5393	4
63833	Piane Di Montegiorgio	piane-di-montegiorgio	10	FM		43.1159	13.5667	4
63833	Alteta	alteta	10	FM		43.1227	13.5285	3
63834	Massa Fermana	massa-fermana	10	FM		43.1469	13.476	4
63835	Montappone	montappone	10	FM		43.1362	13.4693	4
63836	Monte Vidon Corrado	monte-vidon-corrado	10	FM		43.1209	13.4893	4
63837	Piane	piane	10	FM		43.097	13.495	4
63837	Falerone	falerone	10	FM		43.1043	13.4719	4
63838	Belmonte Piceno	belmonte-piceno	10	FM		43.0918	13.5394	4
63839	Servigliano	servigliano	10	FM		43.0799	13.4927	4
63839	Curetta	curetta	10	FM		43.1227	13.5285	3
63841	Monteleone Di Fermo	monteleone-di-fermo	10	FM		43.0479	13.5295	4
63842	Monsampietro Morico	monsampietro-morico	10	FM		43.0678	13.5557	4
63842	Sant'Elpidio Morico	sant-elpidio-morico	10	FM		43.0333	13.55	4
63843	Montottone	montottone	10	FM		43.0621	13.5901	4
63844	Grottazzolina	grottazzolina	10	FM		43.1188	13.6069	4
63845	Capparuccia	capparuccia	10	FM		43.1303	13.6257	4
63845	Torchiaro	torchiaro	10	FM		43.0772	13.6044	3
63845	Ponzano Di Fermo	ponzano-di-fermo	10	FM		43.1039	13.6598	4
63846	Monte Giberto	monte-giberto	10	FM		43.0909	13.6313	4
63847	Monte Vidon Combatte	monte-vidon-combatte	10	FM		43.049	13.6312	4
63848	Petritoli	petritoli	10	FM		43.0681	13.6639	4
63848	Moregnano	moregnano	10	FM		43.0772	13.6044	3
63851	Ortezzano	ortezzano	10	FM		43.0304	13.6053	4
63852	Monte Rinaldo	monte-rinaldo	10	FM		43.0283	13.582	4
63853	Montelparo	montelparo	10	FM		43.0176	13.537	4
63854	Santa Vittoria In Matenano	santa-vittoria-in-matenano	10	FM		43.0198	13.4962	4
63855	Montefalcone Appennino	montefalcone-appennino	10	FM		42.99	13.4569	4
63856	San Martino Al Faggio	san-martino-al-faggio	10	FM		42.9922	13.4667	3
63856	Smerillo	smerillo	10	FM		43.0052	13.445	4
63857	Amandola	amandola	10	FM		42.9783	13.3545	4
63858	Santa Lucia In Consilvano	santa-lucia-in-consilvano	10	FM		42.9171	13.3791	4
63858	Montefortino	montefortino	10	FM		42.9435	13.3442	4
63900	San Marco	san-marco	10	FM		42.829	13.58	4
63900	Ponte Ete	ponte-ete	10	FM		42.829	13.58	4
63900	Fermo	fermo	10	FM		42.829	13.58	4
63900	Lido Di Fermo	lido-di-fermo	10	FM		42.829	13.58	4
63900	Marina Palmense	marina-palmense	10	FM		42.829	13.58	4
63900	Caldarette	caldarette	10	FM		42.829	13.58	4
63900	Capodarco	capodarco	10	FM		42.829	13.58	4
63900	Molini Di Tenna	molini-di-tenna	10	FM		42.829	13.58	4
63900	Campiglione	campiglione	10	FM		42.829	13.58	4
63900	San Tommaso Tre Archi	san-tommaso-tre-archi	10	FM		42.829	13.58	4
63900	Salvano	salvano	10	FM		42.829	13.58	4
63900	Torre Di Palme	torre-di-palme	10	FM		42.829	13.58	4
62010	Montecosaro Stazione	montecosaro-stazione	10	MC		43.2846	13.6442	4
62010	Sambucheto	sambucheto	10	MC		43.3578	13.4984	4
62010	Treia	treia	10	MC		43.3085	13.3104	4
62010	Urbisaglia	urbisaglia	10	MC		43.193	13.3747	4
62010	Pollenza	pollenza	10	MC		43.266	13.3479	4
62010	Stazione Morrovalle	stazione-morrovalle	10	MC		43.2812	13.5871	4
62010	Mogliano	mogliano	10	MC		43.1875	13.4912	4
62010	Passo Di Treia	passo-di-treia	10	MC		43.2865	13.3325	4
62010	Montecassiano	montecassiano	10	MC		43.3652	13.4395	4
62010	Borgo Stazione	borgo-stazione	10	MC		43.2846	13.6442	4
62010	Montecosaro	montecosaro	10	MC		43.3162	13.6376	4
62010	Montelupone	montelupone	10	MC		43.3427	13.5707	4
62010	Morrovalle Stazione	morrovalle-stazione	10	MC		43.2812	13.5871	4
62010	Trodica	trodica	10	MC		43.2746	13.5937	4
62010	Montefano	montefano	10	MC		43.4098	13.4369	4
62010	Santa Maria In Selva	santa-maria-in-selva	10	MC		43.3196	13.3967	4
62010	Chiesanuova	chiesanuova	10	MC		43.3383	13.3266	4
62010	Morrovalle	morrovalle	10	MC		43.3183	13.5954	4
62010	Pintura	pintura	10	MC		43.3054	13.5808	4
62010	Appignano	appignano	10	MC		43.3628	13.3477	4
62010	Casette Verdini	casette-verdini	10	MC		43.251	13.4016	4
62010	Sant'Egidio	sant-egidio	10	MC		43.3466	13.4566	4
62011	Avenale	avenale	10	MC		43.3564	13.2402	4
62011	Villa Torre	villa-torre	10	MC		43.3798	13.2264	3
62011	Strada	strada	10	MC		43.4034	13.2208	4
62011	Troviggiano	troviggiano	10	MC		43.3787	13.2502	4
62011	Grottaccia	grottaccia	10	MC		43.3459	13.2727	4
62011	Moscosi	moscosi	10	MC		43.3524	13.1426	4
62011	Cingoli	cingoli	10	MC		43.3757	13.2079	4
62011	Villa Moscosi	villa-moscosi	10	MC		43.3798	13.2264	3
62011	Torre	torre	10	MC		43.388	13.2335	4
62011	San Vittore	san-vittore	10	MC		43.4382	13.2435	4
62012	Civitanova Marche	civitanova-marche	10	MC		43.3162	13.6798	4
62012	Civitanova Alta	civitanova-alta	10	MC		43.3162	13.6798	4
62012	Fontespina	fontespina	10	MC		43.3113	13.6829	3
62012	Civitanova Marche Alta	civitanova-marche-alta	10	MC		43.3162	13.6798	4
62012	Santa Maria Apparente	santa-maria-apparente	10	MC		43.2966	13.6922	4
62014	Petriolo	petriolo	10	MC		43.2214	13.4617	4
62014	Colbuccaro	colbuccaro	10	MC		43.2446	13.4436	4
62014	Passo Del Bidollo	passo-del-bidollo	10	MC		43.2486	13.4235	4
62014	Corridonia	corridonia	10	MC		43.2468	13.5069	4
62014	San Claudio	san-claudio	10	MC		43.2751	13.5024	4
62015	Monte San Giusto	monte-san-giusto	10	MC		43.2357	13.5932	4
62015	Villa San Filippo	villa-san-filippo	10	MC		43.2598	13.5934	4
62017	Porto Recanati	porto-recanati	10	MC		43.433	13.6616	4
62018	Porto Potenza Picena	porto-potenza-picena	10	MC		43.3575	13.6975	4
62018	Potenza Picena	potenza-picena	10	MC		43.3664	13.6225	4
62019	Recanati	recanati	10	MC		43.4038	13.5538	4
62019	Musone	musone	10	MC		43.4441	13.5918	4
62020	Colmurano	colmurano	10	MC		43.1649	13.3591	4
62020	Monte San Martino	monte-san-martino	10	MC		43.0322	13.4403	4
62020	Ripe San Ginesio	ripe-san-ginesio	10	MC		43.142	13.3672	4
62020	Loro Piceno	loro-piceno	10	MC		43.1644	13.4116	4
62020	Caldarola	caldarola	10	MC		43.1428	13.2237	4
62020	Serrapetrona	serrapetrona	10	MC		43.1767	13.1898	4
62020	Cessapalombo	cessapalombo	10	MC		43.1082	13.2576	4
62020	Camporotondo Di Fiastrone	camporotondo-di-fiastrone	10	MC		43.132	13.2663	4
62020	Penna San Giovanni	penna-san-giovanni	10	MC		43.0561	13.4254	4
62020	Gualdo	gualdo	10	MC		43.0667	13.3333	4
62020	Sant'Angelo In Pontano	sant-angelo-in-pontano	10	MC		43.0978	13.3969	4
62020	Valcimarra	valcimarra	10	MC		43.1385	13.1716	4
62020	Belforte Del Chienti	belforte-del-chienti	10	MC		43.1643	13.2432	4
62021	Poggio San Vicino	poggio-san-vicino	10	MC		43.3747	13.0796	4
62021	Apiro	apiro	10	MC		43.3929	13.1305	4
62021	Frontale	frontale	10	MC		43.3508	13.1044	4
62022	Gagliole	gagliole	10	MC		43.2381	13.0678	4
62022	Crispiero	crispiero	10	MC		43.1961	13.0958	4
62022	Castelraimondo	castelraimondo	10	MC		43.2085	13.0549	4
62024	Colferraio	colferraio	10	MC		43.3012	13.0215	4
62024	Matelica	matelica	10	MC		43.2579	13.0075	4
62024	Esanatoglia	esanatoglia	10	MC		43.2525	12.9493	4
62025	Sefro	sefro	10	MC		43.1474	12.9486	4
62025	Fiuminata	fiuminata	10	MC		43.1677	12.9528	3
62025	Fonte Di Brescia	fonte-di-brescia	10	MC		43.152	12.8847	4
62025	Seppio	seppio	10	MC		43.1701	13.0226	4
62025	Pioraco	pioraco	10	MC		43.1807	12.9768	4
62025	Massa	massa	10	MC		43.188	12.9314	4
62026	Passo San Ginesio	passo-san-ginesio	10	MC		43.1166	13.3722	4
62026	San Ginesio	san-ginesio	10	MC		43.1075	13.3212	4
62026	Pian Di Pieca	pian-di-pieca	10	MC		43.1121	13.3467	3
62027	Castel San Pietro	castel-san-pietro	10	MC		43.3199	13.1309	4
62027	San Severino Marche	san-severino-marche	10	MC		43.2303	13.1799	4
62027	Cesolo	cesolo	10	MC		43.2609	13.1933	4
62028	Sarnano	sarnano	10	MC		43.0347	13.2982	4
62029	Tolentino	tolentino	10	MC		43.2092	13.2852	4
62032	Morro	morro	10	MC		43.1146	13.029	4
62032	Mergnano	mergnano	10	MC		43.1271	13.0666	3
62032	Polverina	polverina	10	MC		43.0912	13.1173	4
62032	Mergnano San Savino	mergnano-san-savino	10	MC		43.1639	13.0522	4
62032	Camerino	camerino	10	MC		43.1387	13.0678	4
62032	San Luca	san-luca	10	MC		43.1271	13.0666	3
62034	Muccia	muccia	10	MC		43.0823	13.0432	4
62035	Fiegni	fiegni	10	MC		43.031	13.1548	3
62035	Pievebovigliana	pievebovigliana	10	MC		43.0629	13.0838	4
62035	Fiordimonte	fiordimonte	10	MC		43.031	13.1548	3
62035	Fiastra	fiastra	10	MC		43.0368	13.1539	4
62035	Acquacanina	acquacanina	10	MC		43.031	13.1548	3
62035	Bolognola	bolognola	10	MC		42.9932	13.2268	4
62036	Appennino	appennino	10	MC		42.978	13.0811	4
62036	Pie' Casavecchia	pie-casavecchia	10	MC		42.9985	13.0566	4
62036	Pieve Torina	pieve-torina	10	MC		43.043	13.0477	4
62036	Monte Cavallo	monte-cavallo	10	MC		43.0045	13.0605	3
62036	Casavecchia	casavecchia	10	MC		42.9985	13.0566	4
62038	Serravalle Di Chienti	serravalle-di-chienti	10	MC		43.0718	12.9522	4
62038	Cesi	cesi	10	MC		43	12.9	4
62038	Cesi Di Macerata	cesi-di-macerata	10	MC		43	12.9	4
62039	Fematre	fematre	10	MC		42.9313	13.0136	4
62039	Ussita	ussita	10	MC		42.9195	13.0829	3
62039	Castelsantangelo Sul Nera	castelsantangelo-sul-nera	10	MC		42.8938	13.1546	4
62039	Visso	visso	10	MC		42.9335	13.0805	4
62100	Villa Potenza	villa-potenza	10	MC		43.3215	13.4265	4
62100	Madonna Del Monte	madonna-del-monte	10	MC		43.3372	13.4843	4
62100	Corridonia Stazione	corridonia-stazione	10	MC		43.2856	13.5306	4
62100	Piediripa	piediripa	10	MC		43.2775	13.4871	4
62100	Sforzacosta	sforzacosta	10	MC		43.2568	13.4228	4
62100	Macerata	macerata	10	MC		43.2979	13.4529	4
61010	Valle Di Teva	valle-di-teva	10	PU		43.8379	12.4971	4
61010	Padiglione	padiglione	10	PU		43.8518	12.7213	4
61010	Tavullia	tavullia	10	PU		43.8979	12.7511	4
61010	Monte Cerignone	monte-cerignone	10	PU		43.8398	12.4143	4
61010	Montegrimano	montegrimano	10	PU		43.8537	12.6165	3
61010	Case Bernardi	case-bernardi	10	PU		43.8344	12.6903	4
61010	Savignano Montetassi	savignano-montetassi	10	PU		43.8537	12.6165	3
61010	Belvedere Fogliense	belvedere-fogliense	10	PU		43.8457	12.6901	4
61010	Rio Salso	rio-salso	10	PU		43.8344	12.6903	4
61010	Montelicciano	montelicciano	10	PU		43.8878	12.4778	4
61011	Gabicce Mare	gabicce-mare	10	PU		43.9647	12.7564	4
61011	Case Badioli	case-badioli	10	PU		43.9542	12.7721	4
61012	Gradara	gradara	10	PU		43.9386	12.7697	4
61012	Fanano	fanano	10	PU		43.943	12.7483	4
61013	Sassofeltrio	sassofeltrio	10	PU		43.8921	12.5097	4
61013	Valle Sant'Anastasio	valle-sant-anastasio	10	PU		43.8783	12.5208	3
61013	Piandicastello	piandicastello	10	PU		43.8583	12.5521	4
61013	Mercatino Conca	mercatino-conca	10	PU		43.8702	12.4911	4
61013	Fratte Di Sassofeltrio	fratte-di-sassofeltrio	10	PU		43.8925	12.5302	4
61014	Villagrande	villagrande	10	PU		43.806	12.8612	4
61014	Montecopiolo	montecopiolo	10	PU		43.806	12.8612	3
61014	Madonna Di Pugliano	madonna-di-pugliano	10	PU		43.806	12.8612	3
61020	Ca' Gallo	ca-gallo	10	PU		43.8	12.6207	4
61020	Montecalvo In Foglia	montecalvo-in-foglia	10	PU		43.811	12.6316	4
61020	Gallo Di Petriano	gallo-di-petriano	10	PU		43.7864	12.7133	4
61020	Casinina	casinina	10	PU		43.8167	12.5833	4
61020	Petriano	petriano	10	PU		43.7793	12.7321	4
61020	Tavoleto	tavoleto	10	PU		43.844	12.5942	4
61020	Gallo	gallo	10	PU		43.7864	12.7133	4
61020	Borgo Massano	borgo-massano	10	PU		43.825	12.6796	4
61021	Carpegna	carpegna	10	PU		43.7811	12.3354	4
61021	Frontino	frontino	10	PU		43.7646	12.3767	4
61022	Bottega	bottega	10	PU		43.8452	12.75	4
61022	Sant'Angelo In Lizzola	sant-angelo-in-lizzola	10	PU	041068	43.827	12.8008	4
61022	Vallefoglia	vallefoglia	10	PU	041068	43.8356	12.7572	3
61022	Colbordolo	colbordolo	10	PU		43.8201	12.7211	4
61022	Montecchio	montecchio	10	PU	041068	43.85	12.7667	4
61022	Morciola	morciola	10	PU		43.8358	12.7474	4
61023	Macerata Feltria	macerata-feltria	10	PU		43.8029	12.442	4
61023	Pietrarubbia	pietrarubbia	10	PU		43.8029	12.442	3
61024	Monteciccardo	monteciccardo	10	PU		43.8241	12.8034	4
61024	Mombaroccio	mombaroccio	10	PU		43.7951	12.8548	4
61025	Montelabbate	montelabbate	10	PU		43.8473	12.7876	4
61025	Osteria Nuova	osteria-nuova	10	PU		43.8473	12.7876	3
61026	Monastero	monastero	10	PU		43.7617	12.3919	4
61026	Lunano	lunano	10	PU		43.7321	12.4433	4
61026	Piandimeleto	piandimeleto	10	PU		43.7232	12.4085	4
61026	Belforte All'Isauro	belforte-all-isauro	10	PU		43.7168	12.3757	4
61026	San Sisto	san-sisto	10	PU		43.747	12.3522	4
61028	Caprazzino	caprazzino	10	PU		43.7662	12.4586	4
61028	Mercatale	mercatale	10	PU		43.7828	12.4848	4
61028	Auditore	auditore	10	PU		43.8212	12.5717	4
61028	Sassocorvaro	sassocorvaro	10	PU		43.7827	12.4991	4
61029	Pieve Di Cagna	pieve-di-cagna	10	PU		43.7632	12.5625	4
61029	Gadana	gadana	10	PU		43.7487	12.6219	4
61029	Schieti	schieti	10	PU		43.7838	12.6316	4
61029	Trasanni	trasanni	10	PU		43.7541	12.6634	4
61029	Ponte In Foglia	ponte-in-foglia	10	PU		43.7937	12.6193	4
61029	Canavaccio	canavaccio	10	PU		43.6938	12.6986	4
61029	Castello Di Cavallino	castello-di-cavallino	10	PU		43.7667	12.6	4
61029	Urbino	urbino	10	PU		43.7262	12.6363	4
61029	Castelcavallino	castelcavallino	10	PU		43.7538	12.6292	3
61029	Via Piana	via-piana	10	PU		43.7538	12.6292	3
61030	Lucrezia	lucrezia	10	PU		43.7731	12.94	4
61030	Montemaggiore Al Metauro	montemaggiore-al-metauro	10	PU		43.7367	12.9454	4
61030	Isola Del Piano	isola-del-piano	10	PU		43.7378	12.7841	4
61030	Monteguiduccio	monteguiduccio	10	PU		43.7667	12.7667	4
61030	Montefelcino	montefelcino	10	PU		43.7348	12.834	4
61030	Villanova	villanova	10	PU		43.7393	12.9353	4
61030	Serrungarina	serrungarina	10	PU		43.7467	12.8749	4
61030	Calcinelli	calcinelli	10	PU		43.754	12.9196	4
61030	San Giorgio Di Pesaro	san-giorgio-di-pesaro	10	PU		43.7225	12.9797	4
61030	Saltara	saltara	10	PU		43.7525	12.8985	4
61030	Cartoceto	cartoceto	10	PU		43.7657	12.8835	4
61030	Piagge	piagge	10	PU		43.7338	12.9685	4
61030	Tavernelle	tavernelle	10	PU		43.732	12.8835	4
61032	Fano	fano	10	PU		43.8405	13.0167	4
61032	Cuccurano	cuccurano	10	PU		43.7931	12.9593	4
61032	Bellocchi	bellocchi	10	PU		43.7956	13.0056	4
61032	Fenile	fenile	10	PU		43.8413	12.9675	4
61033	Fermignano	fermignano	10	PU		43.6931	12.6544	4
61034	Fossombrone	fossombrone	10	PU		43.6902	12.8117	4
61034	Isola Di Fano	isola-di-fano	10	PU		43.6565	12.8477	4
61034	Calmazzo	calmazzo	10	PU		43.677	12.7503	4
61037	Mondolfo	mondolfo	10	PU		43.7453	13.1023	4
61037	Marotta	marotta	10	PU		43.7989	13.0945	4
61037	Centocroci	centocroci	10	PU		43.7444	13.1183	4
61038	Orciano Di Pesaro	orciano-di-pesaro	10	PU		43.6894	12.9721	4
61039	San Costanzo	san-costanzo	10	PU		43.7672	13.0731	4
61039	Cerasa	cerasa	10	PU		43.7535	13.0146	4
61040	Fratte Rosa	fratte-rosa	10	PU		43.6335	12.9024	4
61040	Sant'Ippolito	sant-ippolito	10	PU		43.6797	12.8758	4
61040	Borgo Pace	borgo-pace	10	PU		43.6581	12.2932	4
61040	Frontone	frontone	10	PU		43.5148	12.7379	4
61040	Castelvecchio	castelvecchio	10	PU		43.699	13.0591	4
61040	Lamoli	lamoli	10	PU		43.6232	12.2545	4
61040	Monte Porzio	monte-porzio	10	PU		43.6912	13.0469	4
61040	Barchi	barchi	10	PU		43.6728	12.9282	4
61040	Mondavio	mondavio	10	PU		43.6747	12.966	4
61040	Sorbolongo	sorbolongo	10	PU		43.6719	12.8946	4
61040	Mercatello Sul Metauro	mercatello-sul-metauro	10	PU		43.6468	12.3362	4
61040	Serra Sant'Abbondio	serra-sant-abbondio	10	PU		43.4915	12.7741	4
61040	San Filippo Sul Cesano	san-filippo-sul-cesano	10	PU		43.6737	13.0173	4
61040	San Michele Al Fiume	san-michele-al-fiume	10	PU		43.6408	12.7759	3
61040	Sant'Andrea Di Suasa	sant-andrea-di-suasa	10	PU		43.6408	12.7759	3
61041	Pole	pole	10	PU		43.6137	12.6312	4
61041	Acqualagna	acqualagna	10	PU		43.6261	12.676	4
61041	Abbadia Di Naro	abbadia-di-naro	10	PU		43.6209	12.6564	3
61041	Petriccio	petriccio	10	PU		43.6137	12.6312	4
61041	Furlo	furlo	10	PU		43.6373	12.7122	4
61041	Bellaria	bellaria	10	PU		43.6137	12.6312	4
61042	Apecchio	apecchio	10	PU		43.5591	12.4216	4
61042	Serravalle Di Carda	serravalle-di-carda	10	PU		43.543	12.495	4
61043	Secchiano	secchiano	10	PU		43.5468	12.6051	4
61043	Smirra	smirra	10	PU		43.5825	12.6719	4
61043	Acquaviva Marche	acquaviva-marche	10	PU		43.5452	12.6705	3
61043	Cagli	cagli	10	PU		43.5477	12.6523	4
61043	Pianello	pianello	10	PU		43.5039	12.7528	4
61044	Pontericcioli	pontericcioli	10	PU		43.4404	12.632	4
61044	Cantiano	cantiano	10	PU		43.4708	12.6287	4
61044	Chiaserna	chiaserna	10	PU		43.4527	12.6653	4
61045	Monterolo	monterolo	10	PU		43.5984	12.855	4
61045	Bellisio Solfare	bellisio-solfare	10	PU		43.5226	12.8262	4
61045	Pergola	pergola	10	PU		43.5549	12.8363	4
61046	Piobbico	piobbico	10	PU		43.5882	12.5096	4
61047	San Vito Sul Cesano	san-vito-sul-cesano	10	PU		43.5952	12.8898	4
61047	San Lorenzo In Campo	san-lorenzo-in-campo	10	PU		43.6015	12.944	4
61048	Sant'Angelo In Vado	sant-angelo-in-vado	10	PU		43.6653	12.4176	4
61049	Urbania	urbania	10	PU		43.6683	12.5209	4
61049	Muraglione	muraglione	10	PU		43.6492	12.587	4
61100	Ginestreto	ginestreto	10	PU		43.8309	12.8177	4
61100	Borgo Santa Maria	borgo-santa-maria	10	PU		43.8758	12.8024	4
61100	Fiorenzuola Di Focara	fiorenzuola-di-focara	10	PU		43.9499	12.8224	4
61100	Candelara	candelara	10	PU		43.8574	12.8879	4
61100	Villa Ceccolini	villa-ceccolini	10	PU		43.8648	12.8361	4
61100	Pesaro	pesaro	10	PU		43.9092	12.9164	4
61100	Pozzo Alto	pozzo-alto	10	PU		43.8839	12.7857	4
61100	Case Bruciate	case-bruciate	10	PU		43.8959	12.83	4
61100	Pantano	pantano	10	PU		43.8569	12.8916	3
61100	Novilara	novilara	10	PU		43.8584	12.9313	4
61100	Santa Veneranda	santa-veneranda	10	PU		43.8807	12.8477	4
61100	Montegranaro	montegranaro	10	PU		43.7	12.6726	3
61100	Cattabrighe	cattabrighe	10	PU		43.8807	12.8477	3
61100	Villa Fastiggi	villa-fastiggi	10	PU		43.8807	12.8477	3
61100	San Pietro In Calibano	san-pietro-in-calibano	10	PU		43.8569	12.8916	3
61100	Soria	soria	10	PU		43.8569	12.8916	3
61100	Villa San Martino	villa-san-martino	10	PU		43.8569	12.8916	3
61100	Muraglia	muraglia	10	PU		43.8569	12.8916	3
61100	Santa Maria Delle Fabrecce	santa-maria-delle-fabrecce	10	PU		43.8569	12.8916	3
61100	Ponte Del Colombarone	ponte-del-colombarone	10	PU		43.8569	12.8916	3
61121	Pesaro	pesaro	10	PU		43.9092	12.9164	4
61122	Pesaro	pesaro	10	PU		43.9092	12.9164	4
86010	Gildone	gildone	11	CB		41.509	14.7402	4
86010	Ferrazzano	ferrazzano	11	CB		41.5303	14.6722	4
86010	Roccaspromonte	roccaspromonte	11	CB		41.6012	14.5587	4
86010	Busso	busso	11	CB		41.5541	14.561	4
86010	San Giovanni In Galdo	san-giovanni-in-galdo	11	CB		41.5911	14.752	4
86010	Casalciprano	casalciprano	11	CB		41.5804	14.5283	4
86010	Oratino	oratino	11	CB		41.586	14.5946	4
86010	Campodipietra	campodipietra	11	CB		41.5574	14.7444	4
86010	Mirabello Sannitico	mirabello-sannitico	11	CB		41.5163	14.6732	4
86010	Castropignano	castropignano	11	CB		41.6179	14.5586	4
86010	Cercepiccola	cercepiccola	11	CB		41.4598	14.6649	4
86010	San Giuliano Del Sannio	san-giuliano-del-sannio	11	CB		41.4575	14.6417	4
86010	Tufara	tufara	11	CB		41.482	14.9465	4
86011	Baranello	baranello	11	CB		41.5272	14.558	4
86012	Cercemaggiore	cercemaggiore	11	CB		41.4613	14.724	4
86013	Gambatesa	gambatesa	11	CB		41.5086	14.9124	4
86014	Guardiaregia	guardiaregia	11	CB		41.4344	14.5434	4
86015	Jelsi	jelsi	11	CB		41.517	14.7979	4
86016	Riccia	riccia	11	CB		41.4831	14.8318	4
86017	Sepino	sepino	11	CB		41.4078	14.6194	4
86018	Toro	toro	11	CB		41.5731	14.7618	4
86019	Vinchiaturo	vinchiaturo	11	CB		41.4928	14.592	4
86020	Castellino Del Biferno	castellino-del-biferno	11	CB		41.7016	14.7318	4
86020	Campochiaro	campochiaro	11	CB		41.4483	14.5083	4
86020	San Polo Matese	san-polo-matese	11	CB		41.4593	14.4934	4
86020	San Biase	san-biase	11	CB		41.7153	14.5905	4
86020	Duronia	duronia	11	CB		41.6579	14.4602	4
86020	Molise	molise	11	CB		41.6315	14.4925	4
86020	Fossalto	fossalto	11	CB		41.6729	14.5457	4
86020	Roccavivara	roccavivara	11	CB		41.8334	14.6001	4
86020	Pietracupa	pietracupa	11	CB		41.6825	14.5193	4
86020	Spinete	spinete	11	CB		41.5443	14.4874	4
86020	Colle D'Anchise	colle-d-anchise	11	CB		41.5099	14.5187	4
86020	Sant'Angelo Limosano	sant-angelo-limosano	11	CB		41.6927	14.6035	4
86021	Bojano	bojano	11	CB		41.4853	14.4707	4
86021	Monteverde	monteverde	11	CB		41.4989	14.4857	4
86021	Castellone Di Boiano	castellone-di-boiano	11	CB		41.4931	14.4677	3
86021	Castellone	castellone	11	CB		41.4952	14.4466	4
86021	Monteverde Di Boiano	monteverde-di-boiano	11	CB		41.4931	14.4677	3
86022	Limosano	limosano	11	CB		41.6755	14.6223	4
86023	Montagano	montagano	11	CB		41.6454	14.6741	4
86024	Petrella Tifernina	petrella-tifernina	11	CB		41.6913	14.6975	4
86025	Ripalimosani	ripalimosani	11	CB		41.6106	14.6631	4
86026	Salcito	salcito	11	CB		41.7464	14.5109	4
86027	San Massimo	san-massimo	11	CB		41.4929	14.4102	4
86028	Torella Del Sannio	torella-del-sannio	11	CB		41.6388	14.5203	4
86029	Trivento	trivento	11	CB		41.77	14.5461	4
86030	Guardialfiera	guardialfiera	11	CB		41.8042	14.7929	4
86030	Matrice	matrice	11	CB		41.6188	14.7098	4
86030	San Giacomo Degli Schiavoni	san-giacomo-degli-schiavoni	11	CB		41.9623	14.9448	4
86030	Montemitro	montemitro	11	CB		41.8881	14.6467	4
86030	Castelbottaccio	castelbottaccio	11	CB		41.7533	14.7062	4
86030	Civitacampomarano	civitacampomarano	11	CB		41.7803	14.6892	4
86030	Mafalda	mafalda	11	CB		41.9431	14.7161	4
86030	Lupara	lupara	11	CB		41.7614	14.7339	4
86030	Tavenna	tavenna	11	CB		41.909	14.7618	4
86030	Acquaviva Collecroce	acquaviva-collecroce	11	CB		41.8662	14.7473	4
86030	San Felice Del Molise	san-felice-del-molise	11	CB		41.89	14.7009	4
86030	Lucito	lucito	11	CB		41.7319	14.6872	4
86031	Castelmauro	castelmauro	11	CB		41.8285	14.7107	4
86032	Montecilfone	montecilfone	11	CB		41.9016	14.8368	4
86033	Montefalcone Nel Sannio	montefalcone-nel-sannio	11	CB		41.8666	14.6382	4
86034	Guglionesi	guglionesi	11	CB		41.9209	14.916	4
86035	Larino	larino	11	CB		41.8045	14.9184	4
86036	Montenero Di Bisaccia	montenero-di-bisaccia	11	CB		41.9644	14.781	4
86037	Palata	palata	11	CB		41.8879	14.7878	4
86038	Collecalcioni	collecalcioni	11	CB		42.0083	14.8603	3
86038	Petacciato	petacciato	11	CB		42.0083	14.8603	4
86039	Termoli	termoli	11	CB		41.9999	14.9939	4
86040	Campolieto	campolieto	11	CB		41.6334	14.7669	4
86040	Ripabottoni Stazione	ripabottoni-stazione	11	CB		41.6791	14.8751	3
86040	San Giuliano Di Puglia	san-giuliano-di-puglia	11	CB		41.688	14.9623	4
86040	Macchia Valfortore	macchia-valfortore	11	CB		41.595	14.9117	4
86040	Provvidenti	provvidenti	11	CB		41.718	14.8235	4
86040	Rotello	rotello	11	CB		41.7478	15.0061	4
86040	Montelongo	montelongo	11	CB		41.7371	14.9503	4
86040	Montorio Nei Frentani	montorio-nei-frentani	11	CB		41.7588	14.9331	4
86040	Morrone Del Sannio	morrone-del-sannio	11	CB		41.7111	14.7809	4
86040	Ripabottoni	ripabottoni	11	CB		41.69	14.8087	4
86040	Monacilioni	monacilioni	11	CB		41.6108	14.81	4
86040	Pietracatella	pietracatella	11	CB		41.5806	14.873	4
86041	Bonefro	bonefro	11	CB		41.7051	14.9344	4
86042	Nuova Cliternia	nuova-cliternia	11	CB		41.8983	15.0757	4
86042	Campomarino	campomarino	11	CB		41.9569	15.0355	4
86042	Lido Di Campomarino	lido-di-campomarino	11	CB		41.9575	15.0526	4
86043	Casacalenda	casacalenda	11	CB		41.7382	14.8473	4
86044	Colletorto	colletorto	11	CB		41.6617	14.9677	4
86045	Portocannone	portocannone	11	CB		41.9144	15.0085	4
86046	San Martino In Pensilis	san-martino-in-pensilis	11	CB		41.8781	15.0182	4
86047	Santa Croce Di Magliano	santa-croce-di-magliano	11	CB		41.7122	14.9873	4
86048	Sant'Elia A Pianisi	sant-elia-a-pianisi	11	CB		41.6204	14.8752	4
86049	Ururi	ururi	11	CB		41.8152	15.0161	4
86100	Santo Stefano	santo-stefano	11	CB		41.6127	14.6105	4
86100	Santo Stefano Di Campobasso	santo-stefano-di-campobasso	11	CB		41.5861	14.6389	3
86100	Campobasso	campobasso	11	CB		41.5595	14.6674	4
86070	Rocchetta A Volturno	rocchetta-a-volturno	11	IS		41.6258	14.089	4
86070	Roccaravindola Stazione	roccaravindola-stazione	11	IS		41.5725	14.1162	3
86070	Taverna Ravindola	taverna-ravindola	11	IS		41.5228	14.1259	4
86070	Rocchetta Nuova	rocchetta-nuova	11	IS		41.6238	14.0857	4
86070	Sant'Agapito	sant-agapito	11	IS		41.5437	14.222	4
86070	Fornelli	fornelli	11	IS		41.6068	14.1404	4
86070	Roccaravindola	roccaravindola	11	IS		41.5286	14.1201	4
86070	Macchia D'Isernia	macchia-d-isernia	11	IS		41.5606	14.1702	4
86070	Sant'Agapito Scalo	sant-agapito-scalo	11	IS		41.5611	14.2176	4
86070	Conca Casale	conca-casale	11	IS		41.4951	14.0068	4
86070	Castelnuovo Al Volturno	castelnuovo-al-volturno	11	IS		41.6222	14.044	4
86070	Scapoli	scapoli	11	IS		41.6145	14.0593	4
86070	Montaquila	montaquila	11	IS		41.565	14.1133	4
86071	Pizzone	pizzone	11	IS		41.6733	14.0367	4
86071	Castel San Vincenzo	castel-san-vincenzo	11	IS		41.6554	14.0618	4
86072	Cupone	cupone	11	IS		41.668	14.1108	4
86072	Cerro Al Volturno	cerro-al-volturno	11	IS		41.6542	14.1032	4
86073	Colli A Volturno	colli-a-volturno	11	IS		41.6004	14.103	4
86074	Filignano	filignano	11	IS		41.5458	14.0576	4
86074	Cerasuolo	cerasuolo	11	IS		41.5845	14.021	4
86075	Sant'Eusanio	sant-eusanio	11	IS		41.5295	14.1506	4
86075	Monteroduni	monteroduni	11	IS		41.5224	14.1764	4
86077	Pozzilli	pozzilli	11	IS		41.5114	14.0625	4
86077	Santa Maria Oliveto	santa-maria-oliveto	11	IS		41.5228	14.1015	4
86078	Campopino	campopino	11	IS		41.432	14.0633	4
86078	Pianura	pianura	11	IS		41.4263	14.0655	3
86078	Sesto Campano	sesto-campano	11	IS		41.4204	14.0778	4
86078	Selvotta	selvotta	11	IS		41.4195	14.0875	4
86078	Roccapipirozzi	roccapipirozzi	11	IS		41.4333	14.0333	4
86079	Venafro	venafro	11	IS		41.4827	14.0477	4
86079	Ceppagna	ceppagna	11	IS		41.4629	14.0154	4
86080	Miranda	miranda	11	IS		41.6443	14.2464	4
86080	Sant'Angelo Del Pesco	sant-angelo-del-pesco	11	IS		41.8819	14.2535	4
86080	Castel Del Giudice	castel-del-giudice	11	IS		41.8549	14.2316	4
86080	Roccasicura	roccasicura	11	IS		41.6968	14.2307	4
86080	Pescopennataro	pescopennataro	11	IS		41.8778	14.294	4
86080	Belmonte Del Sannio	belmonte-del-sannio	11	IS		41.8235	14.4233	4
86080	Montenero Val Cocchiara	montenero-val-cocchiara	11	IS		41.7168	14.0694	4
86080	Acquaviva D'Isernia	acquaviva-d-isernia	11	IS		41.6713	14.1477	4
86080	Castelverrino	castelverrino	11	IS		41.7671	14.3976	4
86081	Agnone	agnone	11	IS		41.8104	14.3752	4
86081	Villa Canale	villa-canale	11	IS		41.8002	14.4091	4
86082	Capracotta	capracotta	11	IS		41.8333	14.2658	4
86083	Carovilli	carovilli	11	IS		41.7135	14.294	4
86083	Castiglione	castiglione	11	IS		41.7258	14.3056	4
86084	Vandra	vandra	11	IS		41.6667	14.2	4
86084	Forli' Del Sannio	forli-del-sannio	11	IS		41.6959	14.1795	4
86085	Pietrabbondante	pietrabbondante	11	IS		41.7453	14.3848	4
86086	Poggio Sannita	poggio-sannita	11	IS		41.7794	14.4149	4
86087	Rionero Sannitico	rionero-sannitico	11	IS		41.7122	14.1392	4
86088	San Pietro Avellana	san-pietro-avellana	11	IS		41.7889	14.1832	4
86089	Villa San Michele	villa-san-michele	11	IS		41.741	14.2359	4
86089	Vastogirardi	vastogirardi	11	IS		41.7746	14.2584	4
86089	Cerreto	cerreto	11	IS		41.7402	14.251	4
86090	Pesche	pesche	11	IS		41.6055	14.2762	4
86090	Indiprete	indiprete	11	IS		41.546	14.3396	4
86090	Castelpetroso	castelpetroso	11	IS		41.5603	14.3464	4
86090	Pettoranello Del Molise	pettoranello-del-molise	11	IS		41.5733	14.2784	4
86090	Pastena	pastena	11	IS		41.553	14.3239	4
86090	Guasto	guasto	11	IS		41.5577	14.3225	4
86090	Longano	longano	11	IS		41.522	14.2466	4
86090	Castelpizzuto	castelpizzuto	11	IS		41.5213	14.292	4
86091	Bagnoli Del Trigno	bagnoli-del-trigno	11	IS		41.7022	14.4586	4
86092	Roccamandolfi	roccamandolfi	11	IS		41.4958	14.3522	4
86092	Cantalupo Nel Sannio	cantalupo-nel-sannio	11	IS		41.5218	14.3929	4
86093	Carpinone	carpinone	11	IS		41.59	14.3244	4
86094	Civitanova Del Sannio	civitanova-del-sannio	11	IS		41.6683	14.4028	4
86095	Frosolone	frosolone	11	IS		41.6001	14.4458	4
86095	Sant'Elena Sannita	sant-elena-sannita	11	IS		41.5752	14.4707	4
86095	San Pietro In Valle	san-pietro-in-valle	11	IS		41.6038	14.4821	4
86096	Santa Maria Del Molise	santa-maria-del-molise	11	IS		41.5529	14.3676	4
86096	Sant'Angelo In Grotte	sant-angelo-in-grotte	11	IS		41.5626	14.3723	4
86096	Incoronata	incoronata	11	IS		41.5534	14.4255	4
86096	Macchiagodena	macchiagodena	11	IS		41.559	14.4105	4
86097	Chiauci	chiauci	11	IS		41.6779	14.3839	4
86097	Pescolanciano	pescolanciano	11	IS		41.6797	14.3366	4
86097	Sessano Del Molise	sessano-del-molise	11	IS		41.6393	14.3278	4
86170	Castelromano	castelromano	11	IS		41.6187	14.1971	4
86170	Miranda	miranda	11	IS		41.6443	14.2464	4
86170	Isernia	isernia	11	IS		41.596	14.234	4
15010	Denice	denice	12	AL		44.5988	8.3331	4
15010	Montechiaro D'Acqui	montechiaro-d-acqui	12	AL		44.5944	8.3786	4
15010	Montechiaro Denice	montechiaro-denice	12	AL		44.6535	8.4694	3
15010	Merana	merana	12	AL		44.5188	8.2982	4
15010	Montaldo Bormida	montaldo-bormida	12	AL		44.6826	8.5878	4
15010	Cremolino	cremolino	12	AL		44.6367	8.5858	4
15010	Ponzone	ponzone	12	AL		44.5881	8.4593	4
15010	Cavatore	cavatore	12	AL		44.631	8.4528	4
15010	Frascaro	frascaro	12	AL		44.8257	8.5313	4
15010	Castelletto D'Erro	castelletto-d-erro	12	AL		44.626	8.3944	4
15010	Grognardo	grognardo	12	AL		44.6303	8.4926	4
15010	Rivalta Bormida	rivalta-bormida	12	AL		44.7097	8.5517	4
15010	Ricaldone	ricaldone	12	AL		44.7323	8.4681	4
15010	Morsasco	morsasco	12	AL		44.6653	8.5508	4
15010	Melazzo	melazzo	12	AL		44.6439	8.4249	4
15010	Terzo	terzo	12	AL		44.6704	8.4216	4
15010	Alice Bel Colle	alice-bel-colle	12	AL		44.726	8.4507	4
15010	Morbello	morbello	12	AL		44.605	8.5107	4
15010	Pareto	pareto	12	AL		44.5164	8.3818	4
15010	Visone	visone	12	AL		44.6618	8.5007	4
15010	Gamalero	gamalero	12	AL		44.8085	8.5412	4
15010	Prasco	prasco	12	AL		44.6394	8.5517	4
15010	Ponti	ponti	12	AL		44.6285	8.3646	4
15010	Orsara Bormida	orsara-bormida	12	AL		44.6901	8.5627	4
15011	Moirano	moirano	12	AL		44.6993	8.4415	4
15011	Acqui Terme	acqui-terme	12	AL		44.6755	8.4693	4
15012	Bistagno	bistagno	12	AL		44.6606	8.3716	4
15013	Borgoratto Alessandrino	borgoratto-alessandrino	12	AL		44.8362	8.5385	4
15014	Cantalupo	cantalupo	12	AL		44.8669	8.5529	4
15015	Malvicino	malvicino	12	AL		44.5593	8.4131	4
15015	Cartosio	cartosio	12	AL		44.5902	8.4206	4
15016	Caranzano	caranzano	12	AL		44.7197	8.5163	4
15016	Cassine	cassine	12	AL		44.7517	8.5287	4
15016	Gavonata	gavonata	12	AL		44.7783	8.5343	4
15017	Castelnuovo Bormida	castelnuovo-bormida	12	AL		44.7424	8.5506	4
15018	Spigno Monferrato	spigno-monferrato	12	AL		44.5431	8.3339	4
15019	Strevi	strevi	12	AL		44.6999	8.5247	4
15020	Villadeati	villadeati	12	AL		45.0723	8.1679	4
15020	Pozzengo	pozzengo	12	AL		45.1367	8.2377	4
15020	Ponzano Monferrato	ponzano-monferrato	12	AL		45.0849	8.2655	4
15020	Valle Cerrina	valle-cerrina	12	AL		45.1148	8.2119	4
15020	Montalero	montalero	12	AL		45.1044	8.1909	4
15020	Camino	camino	12	AL		45.1572	8.2938	4
15020	Cereseto	cereseto	12	AL		45.0868	8.3182	4
15020	Vallegioliti	vallegioliti	12	AL		45.1425	8.1611	4
15020	Casalbagliano	casalbagliano	12	AL		44.8973	8.5674	4
15020	Moncestino	moncestino	12	AL		45.1547	8.1614	4
15020	Villa Del Foro	villa-del-foro	12	AL		44.8869	8.5305	4
15020	San Giorgio	san-giorgio	12	AL		45.1078	8.4142	4
15020	Mombello Monferrato	mombello-monferrato	12	AL		45.1329	8.2503	4
15020	Odalengo Piccolo	odalengo-piccolo	12	AL		45.0717	8.206	4
15020	Castelletto Merli	castelletto-merli	12	AL		45.074	8.2401	4
15020	Gabiano	gabiano	12	AL		45.1571	8.1947	4
15020	Castel San Pietro	castel-san-pietro	12	AL		45.1582	8.2676	4
15020	Brusaschetto	brusaschetto	12	AL		45.1701	8.2642	4
15020	Lussello	lussello	12	AL		45.0605	8.1781	4
15020	Murisengo	murisengo	12	AL		45.0817	8.1355	4
15020	Casalino Di Mombello	casalino-di-mombello	12	AL		45.1029	8.2487	4
15020	San Giorgio Monferrato	san-giorgio-monferrato	12	AL		45.1074	8.4161	4
15020	Cantavenna	cantavenna	12	AL		45.155	8.2186	4
15020	Zanco	zanco	12	AL		45.055	8.1632	4
15020	Castel San Pietro Monferrato	castel-san-pietro-monferrato	12	AL		45.0993	8.2551	3
15020	Villamiroglio	villamiroglio	12	AL		45.1346	8.171	4
15020	Cerrina Monferrato	cerrina-monferrato	12	AL		45.0993	8.2551	3
15020	Varengo	varengo	12	AL		45.1329	8.1906	4
15020	Odalengo Grande	odalengo-grande	12	AL		45.1092	8.1675	4
15020	Serralunga Di Crea	serralunga-di-crea	12	AL		45.1011	8.2807	4
15020	Solonghello	solonghello	12	AL		45.1291	8.2832	4
15021	Cardona	cardona	12	AL		45.0543	8.1916	4
15021	Sanico	sanico	12	AL		45.0398	8.2199	4
15021	Alfiano Natta	alfiano-natta	12	AL		45.0486	8.2073	4
15022	Bergamasco	bergamasco	12	AL		44.8272	8.4547	4
15023	Felizzano	felizzano	12	AL		44.8993	8.4358	4
15024	Masio	masio	12	AL		44.8696	8.4077	4
15024	Abbazia	abbazia	12	AL		44.8284	8.6632	3
15025	Morano Sul Po	morano-sul-po	12	AL		45.1662	8.3667	4
15026	Carentino	carentino	12	AL		44.8288	8.4713	4
15026	Oviglio	oviglio	12	AL		44.8612	8.4877	4
15027	Pontestura	pontestura	12	AL		45.1425	8.3332	4
15028	Piepasso	piepasso	12	AL		44.9239	8.3855	4
15028	Quattordio	quattordio	12	AL		44.8988	8.405	4
15029	Solero	solero	12	AL		44.9184	8.5075	4
15030	Rosignano Monferrato	rosignano-monferrato	12	AL		45.0806	8.3997	4
15030	Stevani	stevani	12	AL		45.0604	8.4028	4
15030	Sala Monferrato	sala-monferrato	12	AL		45.0755	8.3612	4
15030	San Maurizio	san-maurizio	12	AL		45.0485	8.4666	4
15030	San Martino	san-martino	12	AL		45.0646	8.416	4
15030	Camagna Monferrato	camagna-monferrato	12	AL		45.0177	8.4297	4
15030	Coniolo	coniolo	12	AL		45.0695	8.4165	3
15030	Olivola	olivola	12	AL		45.0373	8.3678	4
15030	Treville	treville	12	AL		45.0969	8.3595	4
15030	Villanova Monferrato	villanova-monferrato	12	AL		45.1811	8.4781	4
15030	Conzano	conzano	12	AL		45.0201	8.4555	4
15030	Terruggia	terruggia	12	AL		45.082	8.4443	4
15031	Balzola	balzola	12	AL		45.1836	8.4028	4
15032	Borgo San Martino	borgo-san-martino	12	AL		45.0926	8.5237	4
15033	Santa Maria Del Tempio	santa-maria-del-tempio	12	AL		45.1181	8.5028	4
15033	Casale Monferrato	casale-monferrato	12	AL		45.1334	8.4525	4
15033	Roncaglia	roncaglia	12	AL		45.0513	8.4462	4
15033	Terranova	terranova	12	AL		45.1641	8.524	4
15033	San Germano	san-germano	12	AL		44.8284	8.6632	4
15033	Terranova Monferrato	terranova-monferrato	12	AL		45.1641	8.524	4
15033	Popolo	popolo	12	AL		45.1636	8.4494	3
15033	Pozzo Sant'Evasio	pozzo-sant-evasio	12	AL		45.1636	8.4494	3
15034	Cella Monte	cella-monte	12	AL		45.0741	8.3915	4
15035	Frassinello Monferrato	frassinello-monferrato	12	AL		45.0332	8.3867	4
15036	Giarole	giarole	12	AL		45.0615	8.5673	4
15037	Cuccaro Monferrato	cuccaro-monferrato	12	AL		44.9937	8.4575	4
15037	Lu	lu	12	AL		45.0018	8.4856	4
15038	Ottiglio	ottiglio	12	AL		45.0543	8.3398	4
15039	Ozzano Monferrato	ozzano-monferrato	12	AL		45.1059	8.3724	4
15040	Alluvioni Cambio'	alluvioni-cambio	12	AL		45.0013	8.7951	4
15040	Pavone D'Alessandria	pavone-d-alessandria	12	AL		44.9333	8.6667	4
15040	Rivarone	rivarone	12	AL		44.9769	8.7156	4
15040	Occimiano	occimiano	12	AL		45.0599	8.5067	4
15040	San Michele	san-michele	12	AL		44.9284	8.5798	4
15040	Mirabello Monferrato	mirabello-monferrato	12	AL		45.035	8.5239	4
15040	Pietra Marazzi	pietra-marazzi	12	AL		44.9427	8.6685	4
15040	Valle San Bartolomeo	valle-san-bartolomeo	12	AL		44.9502	8.6404	4
15040	Valmacca	valmacca	12	AL		45.101	8.5838	4
15040	Pomaro Monferrato	pomaro-monferrato	12	AL		45.0625	8.596	4
15040	Montecastello	montecastello	12	AL		44.9495	8.6857	4
15040	Valmadonna	valmadonna	12	AL		44.9744	8.6115	4
15040	Piovera	piovera	12	AL		44.9585	8.7359	4
15040	Bozzole	bozzole	12	AL		45.0693	8.6056	4
15040	Giardinetto	giardinetto	12	AL		44.9683	8.549	4
15040	Pecetto Di Valenza	pecetto-di-valenza	12	AL		44.989	8.67	4
15040	Grava	grava	12	AL		44.9805	8.7596	4
15040	Frassineto Po	frassineto-po	12	AL		45.1327	8.5352	4
15040	Castelletto Monferrato	castelletto-monferrato	12	AL		44.9812	8.5645	4
15040	Ticineto	ticineto	12	AL		45.0963	8.5531	4
15041	Franchini	franchini	12	AL		44.9644	8.388	4
15041	Altavilla Monferrato	altavilla-monferrato	12	AL		44.9936	8.3759	4
15042	Mugarone	mugarone	12	AL		45.0086	8.705	4
15042	Fiondi	fiondi	12	AL		44.9742	8.6867	4
15042	Bassignana	bassignana	12	AL		45.0011	8.7329	4
15043	Fubine	fubine	12	AL		44.963	8.4281	4
15044	Quargnento	quargnento	12	AL		44.9457	8.4882	4
15045	Sale	sale	12	AL		44.9793	8.8096	4
15046	San Salvatore Monferrato	san-salvatore-monferrato	12	AL		44.9949	8.5664	4
15048	Valenza	valenza	12	AL		45.0124	8.6438	4
15048	Villabella	villabella	12	AL		45.0397	8.5719	4
15048	Monte	monte	12	AL		45.0542	8.6081	4
15049	Vignale Monferrato	vignale-monferrato	12	AL		45.01	8.397	4
15050	Carbonara Scrivia	carbonara-scrivia	12	AL		44.8492	8.8698	4
15050	Momperone	momperone	12	AL		44.8385	9.0343	4
15050	Volpeglino	volpeglino	12	AL		44.893	8.9595	4
15050	Montacuto	montacuto	12	AL		44.7665	9.105	4
15050	Berzano Di Tortona	berzano-di-tortona	12	AL		44.8767	8.9511	4
15050	Cerreto Grue	cerreto-grue	12	AL		44.8426	8.9304	4
15050	Sant'Agata Fossili	sant-agata-fossili	12	AL		44.7848	8.9212	4
15050	Isola Sant'Antonio	isola-sant-antonio	12	AL		45.0302	8.8493	4
15050	Montemarzino	montemarzino	12	AL		44.8484	8.9937	4
15050	Pozzol Groppo	pozzol-groppo	12	AL		44.8781	9.0299	4
15050	Sarezzano	sarezzano	12	AL		44.8688	8.9124	4
15050	Alzano Scrivia	alzano-scrivia	12	AL		45.0181	8.8806	4
15050	Costa Vescovato	costa-vescovato	12	AL		44.8162	8.927	4
15050	Paderna	paderna	12	AL		44.8215	8.8909	4
15050	Molino Dei Torti	molino-dei-torti	12	AL		45.0243	8.8936	4
15050	Spineto Scrivia	spineto-scrivia	12	AL		44.8374	8.8738	4
15050	Avolasca	avolasca	12	AL		44.8032	8.9655	4
15050	Villalvernia	villalvernia	12	AL		44.8139	8.8553	4
15050	Garbagna	garbagna	12	AL		44.7805	8.9979	4
15050	Guazzora	guazzora	12	AL		45.0139	8.8482	4
15050	Brignano Frascata	brignano-frascata	12	AL		44.8679	8.9372	3
15050	Villaromagnano	villaromagnano	12	AL		44.8497	8.8878	4
15050	Castellar Guidobono	castellar-guidobono	12	AL		44.9048	8.9483	4
15050	Casasco	casasco	12	AL		44.8273	9.0057	4
15050	Montegioco	montegioco	12	AL		44.8421	8.9628	4
15051	Carezzano	carezzano	12	AL		44.7985	8.9304	3
15051	Castellania	castellania	12	AL		44.7985	8.9304	4
15052	Casalnoceto	casalnoceto	12	AL		44.9133	8.9838	4
15053	Castelnuovo Scrivia	castelnuovo-scrivia	12	AL		44.9793	8.8825	4
15054	Caldirola	caldirola	12	AL		44.7274	9.1486	4
15054	Garadassi	garadassi	12	AL		44.7543	9.1539	4
15054	Fabbrica Curone	fabbrica-curone	12	AL		44.785	9.1476	4
15055	Pontecurone	pontecurone	12	AL		44.9588	8.9329	4
15056	Dernice	dernice	12	AL		44.7666	9.05	4
15056	Gremiasco	gremiasco	12	AL		44.7963	9.1069	4
15056	San Sebastiano Curone	san-sebastiano-curone	12	AL		44.7863	9.0645	4
15057	Rivalta Scrivia	rivalta-scrivia	12	AL		44.8546	8.8268	4
15057	Castellar Ponzano	castellar-ponzano	12	AL		44.8289	8.8528	4
15057	Torre Garofoli	torre-garofoli	12	AL		44.8928	8.803	4
15057	Passalacqua	passalacqua	12	AL		44.8685	8.8366	3
15057	Tortona	tortona	12	AL		44.8978	8.8637	4
15058	Viguzzolo	viguzzolo	12	AL		44.9057	8.9197	4
15059	Volpedo	volpedo	12	AL		44.8889	8.9862	4
15059	Monleale	monleale	12	AL		44.8844	8.974	4
15060	Castelletto D'Orba	castelletto-d-orba	12	AL		44.6845	8.704	4
15060	Fraconalto	fraconalto	12	AL		44.591	8.8785	4
15060	Montaldeo	montaldeo	12	AL		44.6671	8.7302	4
15060	Vignole Borbera	vignole-borbera	12	AL		44.7082	8.8903	4
15060	Castagnola	castagnola	12	AL		44.5977	8.8915	4
15060	Torre De' Ratti	torre-de-ratti	12	AL		44.6886	8.8785	3
15060	Sardigliano	sardigliano	12	AL		44.7524	8.8958	4
15060	Persi	persi	12	AL		44.7333	8.9667	4
15060	San Cristoforo	san-cristoforo	12	AL		44.693	8.7494	4
15060	Cosola Di Cabella	cosola-di-cabella	12	AL		44.6886	8.8785	3
15060	Carrosio	carrosio	12	AL		44.6578	8.8313	4
15060	Roccaforte Ligure	roccaforte-ligure	12	AL		44.6778	9.028	4
15060	Cuquello	cuquello	12	AL		44.7537	8.9067	4
15060	Capriata D'Orba	capriata-d-orba	12	AL		44.7278	8.6908	4
15060	Pasturana	pasturana	12	AL		44.7508	8.7493	4
15060	Francavilla Bisio	francavilla-bisio	12	AL		44.7346	8.7313	4
15060	Mongiardino Ligure	mongiardino-ligure	12	AL		44.6344	9.0646	4
15060	Castagnola Di Fraconalto	castagnola-di-fraconalto	12	AL		44.5977	8.8915	4
15060	Borghetto Di Borbera	borghetto-di-borbera	12	AL		44.7295	8.9435	4
15060	Bosio	bosio	12	AL		44.6497	8.7929	4
15060	Cantalupo Ligure	cantalupo-ligure	12	AL		44.7181	9.0457	4
15060	Carrega Ligure	carrega-ligure	12	AL		44.6188	9.1756	4
15060	Stazzano	stazzano	12	AL		44.7273	8.8685	4
15060	Rocchetta Ligure	rocchetta-ligure	12	AL		44.7066	9.0505	4
15060	Albera Ligure	albera-ligure	12	AL		44.7016	9.0672	4
15060	Parodi Ligure	parodi-ligure	12	AL		44.6697	8.7587	4
15060	Basaluzzo	basaluzzo	12	AL		44.7689	8.7048	4
15060	Silvano D'Orba	silvano-d-orba	12	AL		44.6858	8.6718	4
15060	Tassarolo	tassarolo	12	AL		44.7281	8.7716	4
15060	Grondona	grondona	12	AL		44.6964	8.9655	4
15060	Cabella Ligure	cabella-ligure	12	AL		44.6749	9.0961	4
15060	Voltaggio	voltaggio	12	AL		44.6209	8.8427	4
15061	Arquata Scrivia	arquata-scrivia	12	AL		44.6883	8.8868	4
15062	Pollastra	pollastra	12	AL		44.8467	8.7734	4
15062	Donna	donna	12	AL		44.819	8.7146	4
15062	Bosco Marengo	bosco-marengo	12	AL		44.8237	8.6801	4
15063	Cassano Spinola	cassano-spinola	12	AL		44.7656	8.8623	4
15063	Gavazzana	gavazzana	12	AL		44.7759	8.886	4
15064	Fresonara	fresonara	12	AL		44.7829	8.6861	4
15065	Frugarolo	frugarolo	12	AL		44.8392	8.6816	4
15066	Gavi	gavi	12	AL		44.6863	8.8072	4
15067	Novi Ligure	novi-ligure	12	AL		44.7625	8.787	4
15067	Merella	merella	12	AL		44.7916	8.8289	4
15068	Pozzolo Formigaro	pozzolo-formigaro	12	AL		44.7993	8.7836	4
15069	Serravalle Scrivia	serravalle-scrivia	12	AL		44.7228	8.8564	4
15070	Villa Botteri	villa-botteri	12	AL		44.6553	8.6076	4
15070	Casaleggio Boiro	casaleggio-boiro	12	AL		44.6335	8.7305	4
15070	Castelspina	castelspina	12	AL		44.8061	8.5831	4
15070	Trisobbio	trisobbio	12	AL		44.6606	8.5862	4
15070	Tagliolo Monferrato	tagliolo-monferrato	12	AL		44.6383	8.6659	4
15070	Cassinelle	cassinelle	12	AL		44.6514	8.6424	3
15070	Mongiardino	mongiardino	12	AL		44.6285	8.681	4
15070	Lerma	lerma	12	AL		44.6358	8.7132	4
15070	Bandita	bandita	12	AL		44.5793	8.5527	4
15070	Belforte Monferrato	belforte-monferrato	12	AL		44.625	8.6613	4
15071	Carpeneto	carpeneto	12	AL		44.6783	8.6055	4
15072	Portanova	portanova	12	AL		44.8349	8.6249	3
15072	Casal Cermelli	casal-cermelli	12	AL		44.8349	8.6249	4
15073	Castellazzo Bormida	castellazzo-bormida	12	AL		44.8435	8.579	4
15074	Molare	molare	12	AL		44.6181	8.5996	4
15075	Mornese	mornese	12	AL		44.6392	8.7562	4
15076	Gnocchetto	gnocchetto	12	AL		44.5848	8.6636	4
15076	Ovada	ovada	12	AL		44.6373	8.642	4
15077	Castelferro	castelferro	12	AL		44.7572	8.6204	4
15077	Predosa	predosa	12	AL		44.7505	8.6557	4
15078	Rocca Grimalda	rocca-grimalda	12	AL		44.6714	8.6485	4
15079	Sezzadio	sezzadio	12	AL		44.7848	8.5725	4
15100	Alessandria	alessandria	12	AL		44.9092	8.6101	4
15100	Mandrogne	mandrogne	12	AL		44.8631	8.7468	4
15100	Orti	orti	12	AL		44.8941	8.7103	3
15100	San Giuliano Vecchio	san-giuliano-vecchio	12	AL		44.889	8.7606	4
15100	Litta Parodi	litta-parodi	12	AL		44.8734	8.7125	4
15100	Spinetta Marengo	spinetta-marengo	12	AL		44.8855	8.6775	4
15100	Cristo	cristo	12	AL		44.8941	8.7103	3
15100	San Giuliano Nuovo	san-giuliano-nuovo	12	AL		44.9061	8.7609	4
15100	Castelceriolo	castelceriolo	12	AL		44.9172	8.6938	4
15100	Cascinagrossa	cascinagrossa	12	AL		44.8734	8.7125	4
15100	Lobbi	lobbi	12	AL		44.9298	8.7184	4
15121	Alessandria	alessandria	12	AL		44.9092	8.6101	4
14010	Cortazzone	cortazzone	12	AT		44.9791	8.0612	4
14010	Cellarengo	cellarengo	12	AT		44.8643	7.9453	4
14010	Dusino	dusino	12	AT		44.9257	7.9717	4
14010	Cisterna D'Asti	cisterna-d-asti	12	AT		44.8253	8.0008	4
14010	San Paolo Solbrito	san-paolo-solbrito	12	AT		44.9506	7.9707	4
14010	San Martino Alfieri	san-martino-alfieri	12	AT		44.8179	8.1099	4
14010	San Matteo	san-matteo	12	AT		44.8207	8.0132	4
14010	Viale	viale	12	AT		45.0001	8.0499	4
14010	Antignano	antignano	12	AT		44.8453	8.1349	4
14010	Cantarana	cantarana	12	AT		44.9024	8.0275	4
14010	Dusino San Michele	dusino-san-michele	12	AT		44.8872	8.0475	3
14010	Revigliasco D'Asti	revigliasco-d-asti	12	AT		44.8575	8.1604	4
14010	Montegrosso Di Cinaglio	montegrosso-di-cinaglio	12	AT		44.8872	8.0475	3
14010	Celle Enomondo	celle-enomondo	12	AT		44.8568	8.1237	4
14011	Baldichieri D'Asti	baldichieri-d-asti	12	AT		44.9059	8.0916	4
14012	Ferrere	ferrere	12	AT		44.8761	7.9942	4
14013	Monale	monale	12	AT		44.9375	8.0724	4
14013	Cortandone	cortandone	12	AT		44.9591	8.0584	4
14013	Castellero	castellero	12	AT		44.9253	8.0738	4
14014	Capriglio	capriglio	12	AT		45.0035	8.0089	4
14014	Montafia	montafia	12	AT		44.9892	8.0246	4
14015	San Damiano D'Asti	san-damiano-d-asti	12	AT		44.8334	8.0635	4
14015	San Pietro	san-pietro	12	AT		44.8633	8.0403	4
14016	Tigliole	tigliole	12	AT		44.8862	8.0766	4
14016	Pratomorone	pratomorone	12	AT		44.8714	8.0836	4
14017	Valfenera	valfenera	12	AT		44.9017	7.9643	4
14018	Villafranca D'Asti	villafranca-d-asti	12	AT		44.9154	8.0266	4
14018	Roatto	roatto	12	AT		44.952	8.0269	4
14018	Maretto	maretto	12	AT		44.9448	8.0341	4
14019	Villanova D'Asti	villanova-d-asti	12	AT		44.943	7.9367	4
14019	Villanova D'Asti Stazione	villanova-d-asti-stazione	12	AT		44.9622	7.9493	4
14020	Piea	piea	12	AT		45.0271	8.0715	4
14020	Passerano	passerano	12	AT		45.0566	8.0184	4
14020	Camerano Casasco	camerano-casasco	12	AT		44.9916	8.091	4
14020	Corsione	corsione	12	AT		45.001	8.1452	4
14020	Soglio	soglio	12	AT		44.9962	8.0784	4
14020	Settime	settime	12	AT		44.9617	8.1143	4
14020	Aramengo	aramengo	12	AT		45.1009	8	4
14020	Passerano Marmorito	passerano-marmorito	12	AT		45.0558	8.0187	4
14020	Berzano Di San Pietro	berzano-di-san-pietro	12	AT		45.0942	7.9535	4
14020	Marmorito	marmorito	12	AT		45.0694	8.0205	4
14020	Serravalle D'Asti	serravalle-d-asti	12	AT		45.0338	8.0609	3
14020	Cinaglio	cinaglio	12	AT		44.9752	8.1	4
14020	Cossombrato	cossombrato	12	AT		44.9898	8.139	4
14020	Schierano	schierano	12	AT		45.0584	7.9983	4
14020	Robella	robella	12	AT		45.1017	8.1019	4
14020	Cortanze	cortanze	12	AT		45.014	8.0888	4
14020	Cerreto D'Asti	cerreto-d-asti	12	AT		45.0521	8.0351	4
14020	Villa San Secondo	villa-san-secondo	12	AT		45.0051	8.1346	4
14020	Pino D'Asti	pino-d-asti	12	AT		45.0575	7.9862	4
14021	Buttigliera D'Asti	buttigliera-d-asti	12	AT		45.0217	7.951	4
14022	Castelnuovo Don Bosco	castelnuovo-don-bosco	12	AT		45.0408	7.9639	4
14022	Mondonio San Domenico Savio	mondonio-san-domenico-savio	12	AT		45.0431	7.9749	3
14022	Albugnano	albugnano	12	AT		45.0776	7.9711	4
14022	Becchi	becchi	12	AT		45.0109	7.9895	4
14023	Cocconato	cocconato	12	AT		45.0864	8.0402	4
14023	Moransengo	moransengo	12	AT		45.1149	8.0252	4
14023	Tonengo	tonengo	12	AT		45.1177	8.0021	4
14023	Cocconito Vignaretto	cocconito-vignaretto	12	AT		45.1033	8.0414	4
14023	Cocconito	cocconito	12	AT		45.1033	8.0414	4
14024	Moncucco Torinese	moncucco-torinese	12	AT		45.0674	7.9325	4
14025	Chiusano D'Asti	chiusano-d-asti	12	AT		44.9866	8.1185	4
14025	Montechiaro D'Asti	montechiaro-d-asti	12	AT		45.007	8.1129	4
14026	Cunico	cunico	12	AT		45.0405	8.0955	4
14026	Montiglio Monferrato	montiglio-monferrato	12	AT		45.0487	8.0996	3
14026	Scandeluzza	scandeluzza	12	AT	005121	45.0466	8.1339	4
14026	Montiglio	montiglio	12	AT		45.0646	8.0988	4
14026	Colcavagno	colcavagno	12	AT		45.0368	8.1197	4
14026	Piova' Massaia	piova-massaia	12	AT		45.0551	8.0501	4
14030	Refrancore	refrancore	12	AT		44.9363	8.3408	4
14030	Rocchetta Tanaro	rocchetta-tanaro	12	AT		44.8586	8.3456	4
14030	Rocca D'Arazzo	rocca-d-arazzo	12	AT		44.872	8.2846	4
14030	Montemagno	montemagno	12	AT		44.9831	8.3253	4
14030	Penango	penango	12	AT		45.033	8.2517	4
14030	Cerro Tanaro	cerro-tanaro	12	AT		44.8733	8.3587	4
14030	Accorneri	accorneri	12	AT		44.9398	8.2988	3
14030	Castagnole Monferrato	castagnole-monferrato	12	AT		44.9586	8.3051	4
14030	Viarigi	viarigi	12	AT		44.9806	8.3571	4
14030	Scurzolengo	scurzolengo	12	AT		44.9648	8.2791	4
14030	Azzano D'Asti	azzano-d-asti	12	AT		44.8734	8.2668	4
14030	Valenzani	valenzani	12	AT		44.9398	8.2988	3
14030	Frinco	frinco	12	AT		45.004	8.1719	4
14031	Calliano	calliano	12	AT		45.008	8.2566	4
14031	Grana	grana	12	AT		44.9984	8.2994	4
14031	San Desiderio	san-desiderio	12	AT		44.9918	8.2804	4
14032	Casorzo	casorzo	12	AT		45.0216	8.3384	4
14033	Callianetto	callianetto	12	AT		44.9646	8.1941	4
14033	Castell'Alfero	castell-alfero	12	AT		44.9851	8.2231	4
14033	Castell'Alfero Stazione	castell-alfero-stazione	12	AT		44.9748	8.2086	3
14034	Monfallito	monfallito	12	AT		44.9029	8.3196	4
14034	Castello Di Annone	castello-di-annone	12	AT		44.8794	8.317	4
14035	Grazzano Badoglio	grazzano-badoglio	12	AT		45.04	8.311	4
14036	Moncalvo	moncalvo	12	AT		45.0506	8.2628	4
14037	Portacomaro	portacomaro	12	AT		44.9567	8.258	4
14037	Migliandolo	migliandolo	12	AT		44.9327	8.2843	4
14037	Castiglione D'Asti	castiglione-d-asti	12	AT		44.9447	8.2712	3
14039	Tonco	tonco	12	AT		45.0234	8.1894	4
14040	Maranzana	maranzana	12	AT		44.7603	8.4784	4
14040	Castel Boglione	castel-boglione	12	AT		44.7219	8.3799	4
14040	Quaranti	quaranti	12	AT		44.7509	8.4491	4
14040	Mongardino	mongardino	12	AT		44.8491	8.2191	4
14040	Montabone	montabone	12	AT		44.6987	8.3906	4
14040	Castelnuovo Calcea	castelnuovo-calcea	12	AT		44.7869	8.2842	4
14040	Vigliano D'Asti	vigliano-d-asti	12	AT		44.834	8.2291	4
14040	Cortiglione	cortiglione	12	AT		44.8222	8.358	4
14040	Castelletto Molina	castelletto-molina	12	AT		44.7512	8.4332	4
14040	Belveglio	belveglio	12	AT		44.8301	8.3286	4
14040	Vinchio	vinchio	12	AT		44.8109	8.3209	4
14041	Agliano	agliano	12	AT		44.7916	8.2512	4
14041	Agliano Terme	agliano-terme	12	AT		44.7902	8.2504	4
14042	Rocchetta Palafea	rocchetta-palafea	12	AT		44.7074	8.3453	4
14042	Calamandrana	calamandrana	12	AT		44.7377	8.3373	4
14043	Castelnuovo Belbo	castelnuovo-belbo	12	AT		44.8011	8.4124	4
14044	Fontanile	fontanile	12	AT		44.7529	8.4213	4
14044	Castel Rocchero	castel-rocchero	12	AT		44.7183	8.4153	4
14045	Madonna	madonna	12	AT		44.8674	8.2826	4
14045	Ghiare	ghiare	12	AT		44.8077	8.374	4
14045	Incisa Scapaccino	incisa-scapaccino	12	AT		44.808	8.3758	4
14046	Bruno	bruno	12	AT		44.7926	8.4397	4
14046	Bazzana	bazzana	12	AT		44.7773	8.402	4
14046	Mombaruzzo	mombaruzzo	12	AT		44.7714	8.4482	4
14047	Mombercelli	mombercelli	12	AT		44.8178	8.2947	4
14048	Montegrosso D'Asti	montegrosso-d-asti	12	AT		44.8206	8.2375	4
14048	Montegrosso D'Asti Stazione	montegrosso-d-asti-stazione	12	AT		44.8255	8.2483	3
14048	Montaldo Scarampi	montaldo-scarampi	12	AT		44.8303	8.259	4
14049	Nizza Monferrato	nizza-monferrato	12	AT		44.7742	8.3578	4
14049	Vaglio Serra	vaglio-serra	12	AT		44.7963	8.3389	4
14050	Serole	serole	12	AT		44.554	8.2597	4
14050	Mombaldone	mombaldone	12	AT		44.5702	8.333	4
14050	Olmo Gentile	olmo-gentile	12	AT		44.5857	8.2469	4
14050	San Marzano Oliveto	san-marzano-oliveto	12	AT		44.7544	8.2953	4
14050	Cessole	cessole	12	AT		44.6488	8.2444	4
14050	Cassinasco	cassinasco	12	AT		44.6898	8.3034	4
14050	Motta Di Costigliole	motta-di-costigliole	12	AT		44.8106	8.1474	4
14050	Moasca	moasca	12	AT		44.7635	8.2783	4
14050	Roccaverano	roccaverano	12	AT		44.5922	8.2721	4
14051	Loazzolo	loazzolo	12	AT		44.669	8.2584	4
14051	Bubbio	bubbio	12	AT		44.6634	8.2951	4
14052	Calosso	calosso	12	AT		44.7399	8.2271	4
14053	Canelli	canelli	12	AT		44.7208	8.2928	4
14053	Canelli Recapito Gancia	canelli-recapito-gancia	12	AT		44.7286	8.2782	3
14053	Sant'Antonio	sant-antonio	12	AT		44.7325	8.2709	4
14053	Sant'Antonio Di Canelli	sant-antonio-di-canelli	12	AT		44.7325	8.2709	4
14054	San Bartolomeo Lanze	san-bartolomeo-lanze	12	AT		44.7472	8.1392	3
14054	Castagnole Delle Lanze	castagnole-delle-lanze	12	AT		44.7499	8.1497	4
14054	Coazzolo	coazzolo	12	AT		44.7282	8.1451	4
14054	Olmo Di Castagnole Lanze	olmo-di-castagnole-lanze	12	AT		44.7554	8.1311	4
14054	Olmo	olmo	12	AT		44.7554	8.1311	4
14055	Costigliole D'Asti	costigliole-d-asti	12	AT		44.7852	8.1841	4
14055	Boglietto	boglietto	12	AT		44.7605	8.2003	4
14055	Motta	motta	12	AT	005050	44.8106	8.1474	4
14057	Piano	piano	12	AT		44.8325	8.1805	3
14057	Isola D'Asti	isola-d-asti	12	AT		44.8331	8.1802	4
14057	Molini D'Isola	molini-d-isola	12	AT		44.8319	8.1807	4
14058	Sessame	sessame	12	AT		44.6706	8.3368	4
14058	Monastero Bormida	monastero-bormida	12	AT		44.6485	8.3266	4
14059	Vesime	vesime	12	AT		44.6353	8.2268	4
14059	San Giorgio Scarampi	san-giorgio-scarampi	12	AT		44.6109	8.2424	4
14100	Serravalle	serravalle	12	AT	005005	44.9483	8.1456	4
14100	Stazione Di Portacomaro	stazione-di-portacomaro	12	AT		44.9569	8.2227	4
14100	Sessant	sessant	12	AT	005005	44.9278	8.1599	4
14100	Quarto D'Asti	quarto-d-asti	12	AT	005005	44.9083	8.2872	4
14100	Revignano	revignano	12	AT	005005	44.8909	8.1442	4
14100	Mombarone	mombarone	12	AT	005005	44.9684	8.1362	4
14100	Casabianca	casabianca	12	AT		44.9173	8.1394	4
14100	Variglie	variglie	12	AT		44.9182	8.1831	3
14100	Montegrosso	montegrosso	12	AT	005005	44.9437	8.0948	4
14100	San Marzanotto	san-marzanotto	12	AT		44.8634	8.2158	4
14100	Vaglierano	vaglierano	12	AT	005005	44.8724	8.1379	4
14100	Montemarzo D'Asti	montemarzo-d-asti	12	AT		44.9182	8.1831	3
14100	Asti	asti	12	AT		44.9016	8.2075	4
14100	Poggio D'Asti	poggio-d-asti	12	AT		44.9182	8.1831	3
14100	Portacomaro Stazione	portacomaro-stazione	12	AT		44.9569	8.2227	4
14100	Valletanaro	valletanaro	12	AT		44.9182	8.1831	3
14100	Castiglione	castiglione	12	AT	005005	44.9321	8.2572	4
14100	Valgera	valgera	12	AT		44.9182	8.1831	3
14100	Montemarzo	montemarzo	12	AT		44.8654	8.2554	4
14100	Viatosto	viatosto	12	AT		44.9254	8.1868	4
14100	Valleandona	valleandona	12	AT	005005	44.9124	8.116	4
13811	Tavigliano	tavigliano	12	BI		45.6221	8.0517	4
13811	Andorno Micca	andorno-micca	12	BI		45.6221	8.0517	3
13812	Campiglia Cervo	campiglia-cervo	12	BI	096086	45.6629	7.9997	4
13812	Balma	balma	12	BI		45.6474	8.0173	4
13812	San Paolo Cervo	san-paolo-cervo	12	BI	096086	45.6533	8.01	4
13812	Piedicavallo	piedicavallo	12	BI		45.6899	7.9548	4
13812	Balma Biellese	balma-biellese	12	BI		45.6662	7.9931	3
13812	Quittengo	quittengo	12	BI	096086	45.6568	8.011	4
13812	Montesinaro	montesinaro	12	BI		45.687	7.9658	4
13814	Pollone	pollone	12	BI		45.5798	8.0059	4
13815	Rosazza	rosazza	12	BI		45.6758	7.9771	4
13816	Sagliano Micca	sagliano-micca	12	BI		45.6258	8.0433	4
13816	Miagliano	miagliano	12	BI		45.6135	8.0447	4
13817	Sordevolo	sordevolo	12	BI		45.5735	7.9734	4
13818	Tollegno	tollegno	12	BI		45.5908	8.0509	4
13821	Pianezze	pianezze	12	BI		45.5823	8.0948	3
13821	Camandona	camandona	12	BI		45.6442	8.0997	4
13821	Callabiana	callabiana	12	BI		45.6442	8.0997	3
13822	Pistolesa	pistolesa	12	BI		45.6501	8.1376	3
13823	Fontanella Ozino	fontanella-ozino	12	BI		45.6196	8.1693	4
13823	Strona	strona	12	BI		45.6312	8.1202	4
13824	Veglio	veglio	12	BI		45.6406	8.1141	4
13825	Crocemosso	crocemosso	12	BI		45.6436	8.1536	4
13825	Campore	campore	12	BI		45.5823	8.0948	3
13831	Mezzana Mortigliengo	mezzana-mortigliengo	12	BI		45.6266	8.1895	4
13833	Portula	portula	12	BI		45.6751	8.1724	4
13835	Mosso	mosso	12	BI		45.6501	8.1376	4
13835	Ponzone	ponzone	12	BI		45.6605	8.174	4
13835	Soprana	soprana	12	BI		45.6395	8.1989	4
13835	Valle Mosso	valle-mosso	12	BI		45.6307	8.1476	4
13835	Bulliana	bulliana	12	BI		45.6602	8.1533	4
13835	Botto	botto	12	BI		45.6424	8.1076	4
13835	Giardino	giardino	12	BI		45.6545	8.1605	4
13835	Trivero	trivero	12	BI		45.6605	8.174	4
13835	Pratrivero	pratrivero	12	BI		45.6639	8.1818	4
13835	Vico	vico	12	BI		45.6602	8.1533	4
13836	Cossato	cossato	12	BI		45.5703	8.1847	4
13836	Aglietti	aglietti	12	BI		45.5514	8.1861	3
13836	Castellengo	castellengo	12	BI		45.5325	8.1874	4
13836	Ponte Guelpa	ponte-guelpa	12	BI		45.5514	8.1861	3
13841	Bioglio	bioglio	12	BI		45.6152	8.136	4
13841	Selve Marcone	selve-marcone	12	BI		45.6198	8.0874	4
13843	Vaglio	vaglio	12	BI		45.6036	8.0798	4
13843	Pettinengo	pettinengo	12	BI		45.6131	8.1042	4
13844	Piatto	piatto	12	BI		45.5899	8.1353	4
13844	Ternengo	ternengo	12	BI		45.589	8.1137	4
13845	Ronco Biellese	ronco-biellese	12	BI		45.5785	8.0907	4
13847	Vallanzengo	vallanzengo	12	BI		45.6033	8.1504	4
13847	Valle San Nicolao	valle-san-nicolao	12	BI		45.6071	8.141	4
13848	Zumaglia	zumaglia	12	BI		45.5939	8.0894	4
13851	Castelletto Cervo	castelletto-cervo	12	BI		45.5214	8.2254	4
13853	Crosa	crosa	12	BI	096085	45.573	8.2114	4
13853	Capovilla	capovilla	12	BI		45.5949	8.1967	4
13853	Lessona	lessona	12	BI	096085	45.5869	8.1943	4
13853	Castello	castello	12	BI		45.4167	8.0667	4
13854	Quaregna	quaregna	12	BI		45.5812	8.1637	4
13854	Cerreto Castello	cerreto-castello	12	BI		45.5645	8.1608	4
13855	Valdengo	valdengo	12	BI		45.5671	8.1383	4
13856	Villaggi	villaggi	12	BI		45.5632	8.1051	3
13856	Vigliano Biellese	vigliano-biellese	12	BI		45.5632	8.1051	4
13861	Ailoche	ailoche	12	BI		45.6981	8.2213	4
13862	Brusnengo	brusnengo	12	BI		45.5901	8.2522	4
13863	Coggiola	coggiola	12	BI		45.6864	8.1825	4
13864	Crevacuore	crevacuore	12	BI		45.6855	8.244	4
13864	Caprile	caprile	12	BI		45.5823	8.0948	3
13865	Curino	curino	12	BI		45.6272	8.2362	4
13866	Casapinta	casapinta	12	BI		45.6157	8.1959	4
13866	Masserano	masserano	12	BI		45.5954	8.222	4
13867	Pray	pray	12	BI		45.6751	8.2095	4
13867	Flecchia	flecchia	12	BI		45.6699	8.194	4
13867	Pianceri Alto	pianceri-alto	12	BI		45.6808	8.2166	4
13868	Villa Del Bosco	villa-del-bosco	12	BI		45.6167	8.2778	4
13868	Sostegno	sostegno	12	BI		45.6529	8.2698	4
13871	Benna	benna	12	BI		45.5153	8.1241	4
13871	Verrone	verrone	12	BI		45.5082	8.1151	4
13872	Borriana	borriana	12	BI		45.5078	8.0386	4
13873	Massazza	massazza	12	BI		45.4918	8.1649	4
13874	Gifflenga	gifflenga	12	BI		45.4931	8.2322	4
13874	Mottalciata	mottalciata	12	BI		45.5002	8.2107	4
13875	Ponderano	ponderano	12	BI		45.5385	8.0559	4
13876	Sandigliano	sandigliano	12	BI		45.522	8.0766	4
13877	Villanova Biellese	villanova-biellese	12	BI		45.4816	8.1943	4
13878	Candelo	candelo	12	BI		45.5409	8.1066	4
13881	Cavaglia'	cavaglia	12	BI		45.406	8.0916	4
13881	Dorzano	dorzano	12	BI		45.4261	8.0985	4
13882	Vergnasco	vergnasco	12	BI		45.488	8.0855	4
13882	Magnonevolo	magnonevolo	12	BI		45.4728	8.0923	4
13882	Cerrione	cerrione	12	BI		45.4693	8.0684	4
13883	Roppolo	roppolo	12	BI		45.4206	8.0697	4
13884	Torrazzo	torrazzo	12	BI		45.4987	7.9543	4
13884	Sala Biellese	sala-biellese	12	BI		45.5086	7.958	4
13885	Vigellio	vigellio	12	BI		45.4611	8.1155	4
13885	Salussola	salussola	12	BI		45.4467	8.111	4
13885	Brianco	brianco	12	BI		45.4252	8.1413	4
13886	Viverone	viverone	12	BI		45.4273	8.0494	4
13887	Zimone	zimone	12	BI		45.4491	8.0373	4
13887	Magnano	magnano	12	BI		45.4634	8.003	4
13888	Mongrando	mongrando	12	BI		45.5283	8.0071	4
13888	Curanuova	curanuova	12	BI		45.5243	8.0071	4
13888	Zubiena	zubiena	12	BI		45.4927	7.9955	4
13888	Ceresane	ceresane	12	BI		45.5243	8.0071	4
13891	Camburzano	camburzano	12	BI		45.5439	8.0023	4
13893	Donato	donato	12	BI		45.5263	7.9096	4
13894	Gaglianico	gaglianico	12	BI		45.5372	8.0784	4
13895	Muzzano	muzzano	12	BI		45.5608	7.9889	4
13895	Graglia	graglia	12	BI		45.558	7.979	4
13895	Graglia Bagni	graglia-bagni	12	BI		45.5603	7.9764	3
13895	Graglia Santuario	graglia-santuario	12	BI		45.5621	7.9614	4
13896	Netro	netro	12	BI		45.54	7.947	4
13897	Occhieppo Inferiore	occhieppo-inferiore	12	BI		45.5501	8.021	4
13898	Occhieppo Superiore	occhieppo-superiore	12	BI		45.564	8.0062	4
13899	Pralungo	pralungo	12	BI		45.59	8.0398	4
13900	Favaro	favaro	12	BI		45.598	8.0069	4
13900	Biella	biella	12	BI		45.563	8.058	4
13900	Chiavazza	chiavazza	12	BI		45.5833	8.0667	4
13900	Pavignano	pavignano	12	BI		45.5931	8.0275	3
13900	Oropa	oropa	12	BI		45.6281	7.9784	4
13900	Barazzetto	barazzetto	12	BI		45.5931	8.0275	3
13900	Cossila	cossila	12	BI		45.5931	8.0275	3
13900	Vandorno	vandorno	12	BI		45.5931	8.0275	3
12010	Pietraporzio	pietraporzio	12	CN		44.3437	7.0353	4
12010	Rittana	rittana	12	CN		44.351	7.3984	4
12010	Entracque	entracque	12	CN		44.2403	7.3985	4
12010	Vinadio	vinadio	12	CN		44.3076	7.1763	4
12010	Andonno	andonno	12	CN		44.2948	7.4292	4
12010	Santa Croce Cervasca	santa-croce-cervasca	12	CN		44.3404	7.3294	3
12010	Roaschia	roaschia	12	CN		44.2702	7.4557	4
12010	Sant'Anna	sant-anna	12	CN		44.3715	7.4135	4
12010	San Defendente	san-defendente	12	CN		44.3909	7.4909	4
12010	Valdieri	valdieri	12	CN		44.2776	7.3976	4
12010	Sambuco	sambuco	12	CN		44.3351	7.0788	4
12010	Roccasparvera	roccasparvera	12	CN		44.3421	7.4415	4
12010	Bagni Di Vinadio	bagni-di-vinadio	12	CN		44.2889	7.0752	4
12010	San Rocco Di Bernezzo	san-rocco-di-bernezzo	12	CN		44.3965	7.4723	4
12010	Valloriate	valloriate	12	CN		44.3376	7.3739	4
12010	Gaiola	gaiola	12	CN		44.3355	7.409	4
12010	Bersezio	bersezio	12	CN		44.3803	6.9689	4
12010	Pianche	pianche	12	CN		44.3024	7.1144	4
12010	Bernezzo	bernezzo	12	CN		44.3853	7.4363	4
12010	Argentera	argentera	12	CN		44.3962	6.9382	4
12010	Moiola	moiola	12	CN		44.3211	7.3897	4
12010	Sant'Anna Di Valdieri	sant-anna-di-valdieri	12	CN		44.244	7.3218	4
12010	Cervasca	cervasca	12	CN		44.3809	7.4712	4
12010	Aisone	aisone	12	CN		44.3139	7.2196	4
12010	Vignolo	vignolo	12	CN		44.3636	7.4721	4
12010	Santa Croce	santa-croce	12	CN		44.5392	7.8569	4
12011	Martinetto Del Rame	martinetto-del-rame	12	CN		44.3487	7.5135	4
12011	Aradolo La Bruna	aradolo-la-bruna	12	CN		44.3433	7.5033	3
12011	Borgo San Dalmazzo	borgo-san-dalmazzo	12	CN		44.3378	7.4931	4
12012	San Giacomo Di Boves	san-giacomo-di-boves	12	CN		44.2884	7.5652	4
12012	Rivoira	rivoira	12	CN		44.3201	7.5713	4
12012	Mellana	mellana	12	CN		44.352	7.5421	4
12012	San Giacomo	san-giacomo	12	CN		44.2884	7.5652	4
12012	Fontanelle	fontanelle	12	CN		44.477	7.5883	3
12012	Boves	boves	12	CN		44.3298	7.5473	4
12012	Cerati	cerati	12	CN		44.3158	7.5582	3
12013	Chiusa Di Pesio	chiusa-di-pesio	12	CN		44.3259	7.6743	4
12013	San Bartolomeo	san-bartolomeo	12	CN		44.2649	7.6633	4
12014	Festiona	festiona	12	CN		44.3	7.3451	4
12014	Demonte	demonte	12	CN		44.3165	7.2981	4
12015	Limone Piemonte	limone-piemonte	12	CN		44.2009	7.5786	4
12016	San Lorenzo Peveragno	san-lorenzo-peveragno	12	CN		44.3494	7.5921	4
12016	Peveragno	peveragno	12	CN		44.3206	7.6186	4
12016	Santa Margherita	santa-margherita	12	CN		44.3515	7.6225	4
12017	Robilante	robilante	12	CN		44.2929	7.5137	4
12018	Roccavione	roccavione	12	CN		44.3136	7.4784	4
12018	Brignola	brignola	12	CN		44.2959	7.4521	4
12018	Brignola Sottana	brignola-sottana	12	CN		44.3047	7.4653	3
12019	Vernante	vernante	12	CN		44.2445	7.5345	4
12020	Isasca	isasca	12	CN		44.5876	7.3816	4
12020	Monterosso Grana	monterosso-grana	12	CN		44.4082	7.3229	4
12020	Cartignano	cartignano	12	CN		44.4783	7.2857	4
12020	Valgrana	valgrana	12	CN		44.4118	7.3807	4
12020	Melle	melle	12	CN		44.562	7.3195	4
12020	Marmora	marmora	12	CN		44.4583	7.094	4
12020	Bellino	bellino	12	CN		44.5197	7.2919	3
12020	Brossasco	brossasco	12	CN		44.5678	7.3645	4
12020	Canosio	canosio	12	CN		44.4558	7.0827	4
12020	Monsola	monsola	12	CN		44.5814	7.5587	4
12020	Roccabruna	roccabruna	12	CN		44.4745	7.3437	4
12020	Rore	rore	12	CN		44.5768	7.2256	4
12020	Villafalletto	villafalletto	12	CN		44.5462	7.5407	4
12020	Macra	macra	12	CN		44.5001	7.1795	4
12020	Celle Di Macra	celle-di-macra	12	CN		44.5197	7.2919	3
12020	Casteldelfino	casteldelfino	12	CN		44.59	7.0703	4
12020	Castelmagno	castelmagno	12	CN		44.4088	7.2119	4
12020	Frassino	frassino	12	CN		44.5721	7.2754	4
12020	Venasca	venasca	12	CN		44.5613	7.397	4
12020	Villa San Pietro	villa-san-pietro	12	CN		44.4015	7.3107	4
12020	Tarantasca	tarantasca	12	CN		44.4932	7.5446	4
12020	Lemma	lemma	12	CN		44.5207	7.3851	4
12020	Sampeyre	sampeyre	12	CN		44.5785	7.1904	4
12020	Villar San Costanzo	villar-san-costanzo	12	CN		44.4847	7.3822	4
12020	Villar Sampeyre	villar-sampeyre	12	CN		44.5836	7.1434	4
12020	Stroppo	stroppo	12	CN		44.5065	7.1265	4
12020	Pontechianale	pontechianale	12	CN		44.6212	7.03	4
12020	Rossana	rossana	12	CN		44.5447	7.4319	4
12020	Elva	elva	12	CN		44.5403	7.0903	4
12020	Vottignasco	vottignasco	12	CN		44.5641	7.5791	4
12020	Villar	villar	12	CN		44.5836	7.1434	4
12020	San Pietro Monterosso	san-pietro-monterosso	12	CN		44.4015	7.3107	4
12021	Acceglio	acceglio	12	CN		44.4746	6.9909	4
12022	Valmala	valmala	12	CN		44.5442	7.346	4
12022	Busca	busca	12	CN		44.5162	7.4766	4
12022	San Chiaffredo	san-chiaffredo	12	CN		44.4796	7.502	4
12022	Castelletto Busca	castelletto-busca	12	CN		44.4787	7.4486	4
12023	Caraglio	caraglio	12	CN		44.4173	7.4328	4
12024	Costigliole Saluzzo	costigliole-saluzzo	12	CN		44.5645	7.4854	4
12025	Dronero	dronero	12	CN		44.4648	7.3624	4
12025	Montemale Di Cuneo	montemale-di-cuneo	12	CN		44.4374	7.3753	4
12026	Piasco	piasco	12	CN		44.5611	7.4442	4
12027	Pradleves	pradleves	12	CN		44.4179	7.2815	4
12028	Prazzo	prazzo	12	CN		44.5001	7.0683	3
12028	San Michele Prazzo	san-michele-prazzo	12	CN		44.5001	7.0683	4
12029	Lottulo	lottulo	12	CN		44.5	7.2167	4
12029	San Damiano Macra	san-damiano-macra	12	CN		44.4885	7.2561	4
12030	Gambasca	gambasca	12	CN		44.6295	7.3469	4
12030	Rifreddo Di Saluzzo	rifreddo-di-saluzzo	12	CN		44.6939	7.4981	3
12030	Villanova Solaro	villanova-solaro	12	CN		44.7299	7.5744	4
12030	Monasterolo Di Savigliano	monasterolo-di-savigliano	12	CN		44.6863	7.6195	4
12030	Manta	manta	12	CN		44.6158	7.487	4
12030	Rifreddo	rifreddo	12	CN		44.6507	7.3464	4
12030	Ostana	ostana	12	CN		44.6926	7.1894	4
12030	Murello	murello	12	CN		44.7521	7.6009	4
12030	Cavallerleone	cavallerleone	12	CN		44.7401	7.6639	4
12030	Faule	faule	12	CN		44.8062	7.5851	4
12030	Sanfront	sanfront	12	CN		44.647	7.3224	4
12030	Crissolo	crissolo	12	CN		44.6995	7.156	4
12030	Pagno	pagno	12	CN		44.6117	7.4257	4
12030	Carde'	carde	12	CN		44.7444	7.4776	4
12030	Marene	marene	12	CN		44.6611	7.7344	4
12030	Torre San Giorgio	torre-san-giorgio	12	CN		44.7357	7.5281	4
12030	Polonghera	polonghera	12	CN		44.8023	7.5957	4
12030	Caramagna Piemonte	caramagna-piemonte	12	CN		44.7822	7.7394	4
12030	Envie	envie	12	CN		44.6821	7.3721	4
12030	Scarnafigi	scarnafigi	12	CN		44.6794	7.5651	4
12030	Oncino	oncino	12	CN		44.6768	7.1903	4
12030	Brondello	brondello	12	CN		44.6007	7.4059	4
12030	Madonna Del Pilone	madonna-del-pilone	12	CN		44.6969	7.7483	4
12030	Cavallermaggiore	cavallermaggiore	12	CN		44.7064	7.6869	4
12030	Lagnasco	lagnasco	12	CN		44.625	7.5548	4
12030	Martiniana Po	martiniana-po	12	CN		44.6272	7.3628	4
12030	Casalgrasso	casalgrasso	12	CN		44.8183	7.625	4
12030	Ruffia	ruffia	12	CN		44.706	7.6039	4
12031	Bagnolo Piemonte	bagnolo-piemonte	12	CN		44.7603	7.3139	4
12032	Galleane	galleane	12	CN		44.7279	7.3228	3
12032	Barge	barge	12	CN		44.7279	7.3228	4
12033	Moretta	moretta	12	CN		44.7614	7.5363	4
12034	Paesana	paesana	12	CN		44.6833	7.2757	4
12035	Racconigi	racconigi	12	CN		44.766	7.6789	4
12036	Staffarda	staffarda	12	CN		44.7213	7.4361	4
12036	Revello	revello	12	CN		44.6545	7.3903	4
12037	Saluzzo	saluzzo	12	CN		44.6467	7.4931	4
12037	San Lazzaro Saluzzo	san-lazzaro-saluzzo	12	CN		44.6428	7.4645	4
12037	Castellar	castellar	12	CN		44.6212	7.4374	4
12037	San Lazzaro	san-lazzaro	12	CN		44.6428	7.4645	4
12037	Via Dei Romani	via-dei-romani	12	CN		44.6853	7.4806	4
12037	Cervignasco	cervignasco	12	CN		44.6915	7.5018	4
12038	Levaldigi	levaldigi	12	CN		44.5574	7.6222	4
12038	Savigliano	savigliano	12	CN		44.6481	7.6568	4
12039	Verzuolo	verzuolo	12	CN		44.5928	7.4816	4
12039	Falicetto	falicetto	12	CN		44.5989	7.5141	4
12039	Villanovetta	villanovetta	12	CN		44.5959	7.4979	3
12040	Cervere	cervere	12	CN		44.6343	7.7888	4
12040	Sant'Albano Stura	sant-albano-stura	12	CN		44.5076	7.7228	4
12040	Sanfre'	sanfre	12	CN		44.7518	7.8029	4
12040	Salmour	salmour	12	CN		44.5756	7.7915	4
12040	San Lorenzo Roero	san-lorenzo-roero	12	CN		44.82	7.8958	4
12040	Sommariva Perno	sommariva-perno	12	CN		44.7456	7.9006	4
12040	Trucchi	trucchi	12	CN		44.6372	7.7469	4
12040	Canove	canove	12	CN		44.7772	8.0922	4
12040	Ceresole Alba	ceresole-alba	12	CN		44.7997	7.8224	4
12040	Castelletto Stura	castelletto-stura	12	CN		44.4438	7.6392	4
12040	Corneliano D'Alba	corneliano-d-alba	12	CN		44.7361	7.9572	4
12040	Monteu Roero	monteu-roero	12	CN		44.7806	7.9338	4
12040	Baldissero D'Alba	baldissero-d-alba	12	CN		44.7618	7.9086	4
12040	Montaldo Roero	montaldo-roero	12	CN		44.7683	7.9248	4
12040	Morozzo	morozzo	12	CN		44.4228	7.7101	4
12040	Santo Stefano Roero	santo-stefano-roero	12	CN		44.7884	7.9409	4
12040	Margarita	margarita	12	CN		44.4034	7.6849	4
12040	San Giuseppe	san-giuseppe	12	CN		44.7306	7.923	4
12040	Piobesi D'Alba	piobesi-d-alba	12	CN		44.7344	7.9794	4
12040	Vezza D'Alba	vezza-d-alba	12	CN		44.7627	8.0079	4
12040	Govone	govone	12	CN		44.8044	8.094	4
12040	Priocca	priocca	12	CN		44.7862	8.0642	4
12040	Montanera	montanera	12	CN		44.4622	7.6656	4
12040	Genola	genola	12	CN		44.5905	7.6611	4
12041	Bene Vagienna	bene-vagienna	12	CN		44.5427	7.8273	4
12041	Isola Di Bene Vagienna	isola-di-bene-vagienna	12	CN		44.5218	7.8155	3
12041	Isola	isola	12	CN		44.501	7.8037	4
12042	Pollenzo	pollenzo	12	CN		44.6866	7.8952	4
12042	Bandito	bandito	12	CN		44.7228	7.824	4
12042	Bra	bra	12	CN		44.6978	7.8513	4
12043	Canale	canale	12	CN		44.7953	7.9937	4
12043	Valpone	valpone	12	CN		44.8045	8.0215	4
12044	Centallo	centallo	12	CN		44.5015	7.5878	4
12044	Roata Chiusani	roata-chiusani	12	CN		44.4616	7.5927	4
12044	San Biagio	san-biagio	12	CN		44.4818	7.6106	4
12045	San Vittore	san-vittore	12	CN		44.5234	7.6309	4
12045	San Sebastiano	san-sebastiano	12	CN		44.5111	7.6877	4
12045	Piovani	piovani	12	CN		44.5078	7.6213	4
12045	San Sebastiano Della Comunia	san-sebastiano-della-comunia	12	CN		44.525	7.6709	3
12045	Murazzo	murazzo	12	CN		44.4823	7.6509	4
12045	Maddalene	maddalene	12	CN		44.5123	7.6468	4
12045	Fossano	fossano	12	CN		44.5508	7.7192	4
12045	Tagliata	tagliata	12	CN		44.5873	7.7542	4
12045	Gerbo	gerbo	12	CN		44.5252	7.6564	4
12046	Monta'	monta	12	CN		44.8147	7.9548	4
12046	San Rocco Monta'	san-rocco-monta	12	CN		44.7862	7.9532	3
12046	San Rocco	san-rocco	12	CN		44.7576	7.9516	4
12047	Crava	crava	12	CN		44.43	7.7449	4
12047	Rocca De' Baldi	rocca-de-baldi	12	CN		44.4236	7.7611	4
12048	Sommariva Del Bosco	sommariva-del-bosco	12	CN		44.7726	7.7818	4
12049	Trinita'	trinita	12	CN		44.739	7.9107	4
12050	Cerreto Langhe	cerreto-langhe	12	CN		44.5748	8.0979	4
12050	Castellinaldo	castellinaldo	12	CN		44.7748	8.0297	4
12050	Serralunga D'Alba	serralunga-d-alba	12	CN		44.61	7.9994	4
12050	Feisoglio	feisoglio	12	CN		44.5437	8.1049	4
12050	Castagnito	castagnito	12	CN		44.7547	8.0319	4
12050	Rodello	rodello	12	CN		44.6285	8.0568	4
12050	Montelupo Albese	montelupo-albese	12	CN		44.6215	8.0472	4
12050	Benevello	benevello	12	CN		44.6298	8.1051	4
12050	Sant'Antonio Magliano Alfieri	sant-antonio-magliano-alfieri	12	CN		44.7589	8.07	4
12050	Roddino	roddino	12	CN		44.5738	8.0191	4
12050	Arguello	arguello	12	CN		44.5827	8.1108	4
12050	Baraccone	baraccone	12	CN		44.7463	8.0624	4
12050	Sant'Antonio	sant-antonio	12	CN		44.7589	8.07	4
12050	Barbaresco	barbaresco	12	CN		44.7232	8.0819	4
12050	Neviglie	neviglie	12	CN		44.6919	8.1168	4
12050	Magliano Alfieri	magliano-alfieri	12	CN		44.7692	8.0701	4
12050	Lequio Berria	lequio-berria	12	CN		44.6058	8.0981	4
12050	Cissone	cissone	12	CN		44.5631	8.0304	4
12050	Castelrotto	castelrotto	12	CN		44.728	8.0106	4
12050	Torre Bormida	torre-bormida	12	CN		44.5627	8.1544	4
12050	Borgomale	borgomale	12	CN		44.6203	8.1322	4
12050	Bosia	bosia	12	CN		44.6024	8.1473	4
12050	Cravanzana	cravanzana	12	CN		44.5745	8.1273	4
12050	Trezzo Tinella	trezzo-tinella	12	CN		44.677	8.1075	4
12050	Vaccheria	vaccheria	12	CN		44.727	8.0429	4
12050	Sinio	sinio	12	CN		44.6003	8.0199	4
12050	Albaretto Della Torre	albaretto-della-torre	12	CN		44.5962	8.0646	4
12050	Treiso	treiso	12	CN		44.6897	8.0881	4
12050	San Benedetto Belbo	san-benedetto-belbo	12	CN		44.4901	8.0578	4
12050	Castino	castino	12	CN		44.6178	8.1824	4
12050	Guarene	guarene	12	CN		44.74	8.0351	4
12050	Rocchetta Belbo	rocchetta-belbo	12	CN		44.636	8.1753	4
12050	Serravalle Langhe	serravalle-langhe	12	CN		44.5599	8.0594	4
12050	Niella Belbo	niella-belbo	12	CN		44.5128	8.0804	4
12051	Alba	alba	12	CN		44.6999	8.0347	4
12051	Mussotto	mussotto	12	CN		44.7177	8.034	4
12052	Borgonuovo Di Neive	borgonuovo-di-neive	12	CN		44.7178	8.1259	3
12052	Borgonovo	borgonovo	12	CN		44.724	8.1178	4
12052	Neive	neive	12	CN		44.7116	8.1341	4
12053	Santuario Tinella	santuario-tinella	12	CN		44.7253	8.1901	3
12053	Castiglione Tinella	castiglione-tinella	12	CN		44.7253	8.1901	4
12054	Santa Libera	santa-libera	12	CN		44.6688	8.1986	3
12054	Cossano Belbo	cossano-belbo	12	CN		44.6688	8.1986	4
12055	Valle Talloria	valle-talloria	12	CN		44.6407	8.0023	4
12055	San Rocco Cherasca	san-rocco-cherasca	12	CN		44.6501	8.0557	4
12055	Ricca	ricca	12	CN		44.6613	8.0453	4
12055	Diano D'Alba	diano-d-alba	12	CN		44.6529	8.027	4
12056	Mango	mango	12	CN		44.6881	8.1492	4
12056	San Donato Di Mango	san-donato-di-mango	12	CN		44.6618	8.1553	4
12056	San Donato	san-donato	12	CN		44.6618	8.1553	4
12058	Valdivilla	valdivilla	12	CN		44.7095	8.1828	4
12058	Santo Stefano Belbo	santo-stefano-belbo	12	CN		44.7102	8.2327	4
12058	Camo	camo	12	CN		44.695	8.1943	4
12060	Niella Tanaro	niella-tanaro	12	CN		44.4057	7.9279	4
12060	Macellai	macellai	12	CN		44.7038	7.8962	4
12060	Roddi	roddi	12	CN		44.6796	7.9754	4
12060	Farigliano	farigliano	12	CN		44.512	7.9142	4
12060	Barolo	barolo	12	CN		44.6109	7.9428	4
12060	Verduno	verduno	12	CN		44.6661	7.9307	4
12060	Piozzo	piozzo	12	CN		44.5138	7.8925	4
12060	Castiglione Falletto	castiglione-falletto	12	CN		44.6225	7.9753	4
12060	Bossolasco	bossolasco	12	CN		44.5282	8.0499	4
12060	Pocapaglia	pocapaglia	12	CN		44.7152	7.8829	4
12060	Magliano Alpi Sottano	magliano-alpi-sottano	12	CN		44.5384	7.9463	3
12060	Marsaglia	marsaglia	12	CN		44.4528	7.9799	4
12060	Clavesana	clavesana	12	CN		44.4833	7.9108	4
12060	Lequio Tanaro	lequio-tanaro	12	CN		44.5599	7.8821	4
12060	Castellino Tanaro	castellino-tanaro	12	CN		44.4278	7.9812	4
12060	Gallo Di Grinzane	gallo-di-grinzane	12	CN		44.6668	7.9879	4
12060	Madonna Della Neve	madonna-della-neve	12	CN		44.4832	7.9013	4
12060	Grinzane Cavour	grinzane-cavour	12	CN		44.6533	7.995	4
12060	Gallo	gallo	12	CN		44.5384	7.9463	3
12060	Novello	novello	12	CN		44.5888	7.9259	4
12060	Magliano Alpi	magliano-alpi	12	CN		44.4581	7.8193	4
12060	Igliano	igliano	12	CN		44.4429	8.0133	4
12060	Magliano Alpi Soprano	magliano-alpi-soprano	12	CN		44.5384	7.9463	3
12060	Belvedere Langhe	belvedere-langhe	12	CN		44.4936	7.9739	4
12060	Rocca Ciglie'	rocca-ciglie	12	CN		44.4452	7.9509	4
12060	Ciglie'	ciglie	12	CN		44.4365	7.9265	4
12060	Somano	somano	12	CN		44.5353	8.0078	4
12060	Monchiero	monchiero	12	CN		44.5705	7.9202	4
12060	Bastia Mondovi'	bastia-mondovi	12	CN		44.4419	7.8944	4
12060	Murazzano	murazzano	12	CN		44.4733	8.0194	4
12060	Bonvicino	bonvicino	12	CN		44.5035	8.0175	4
12061	Carru'	carru	12	CN		44.4797	7.8724	4
12062	Cherasco	cherasco	12	CN		44.6434	7.8582	4
12062	Roreto	roreto	12	CN		44.6693	7.8342	4
12062	Bricco Favole	bricco-favole	12	CN		44.6549	7.8117	4
12063	Dogliani	dogliani	12	CN		44.5333	7.9451	4
12064	La Morra	la-morra	12	CN		44.6379	7.9308	4
12064	Rivalta	rivalta	12	CN		44.6635	7.9154	4
12065	Perno	perno	12	CN		44.6128	7.9757	4
12065	Monforte D'Alba	monforte-d-alba	12	CN		44.5827	7.9679	4
12066	Borgo	borgo	12	CN		44.7089	7.9622	4
12066	Monticello D'Alba	monticello-d-alba	12	CN		44.7189	7.9426	4
12068	Narzole	narzole	12	CN		44.5944	7.8676	4
12069	Villa	villa	12	CN		44.7461	7.9007	4
12069	Santa Vittoria D'Alba	santa-vittoria-d-alba	12	CN		44.6986	7.9373	4
12069	Cinzano	cinzano	12	CN		44.6931	7.921	4
12069	Santa Vittoria D'Alba Cinzano	santa-vittoria-d-alba-cinzano	12	CN		44.6931	7.921	4
12070	Montezemolo	montezemolo	12	CN		44.377	8.1411	4
12070	Castelnuovo Di Ceva	castelnuovo-di-ceva	12	CN		44.3536	8.1289	4
12070	Lisio	lisio	12	CN		44.3071	7.9787	4
12070	Caprauna	caprauna	12	CN		44.116	7.9549	4
12070	Alto	alto	12	CN		44.1086	8.0021	4
12070	Perlo	perlo	12	CN		44.3318	8.0855	4
12070	Battifollo	battifollo	12	CN		44.3198	8.0109	4
12070	Castelletto Uzzone	castelletto-uzzone	12	CN		44.4953	8.1877	4
12070	Nucetto	nucetto	12	CN		44.3396	8.0596	4
12070	Sale Delle Langhe	sale-delle-langhe	12	CN		44.3952	8.0801	4
12070	Viola	viola	12	CN		44.2908	7.9649	4
12070	Pezzolo Valle Uzzone	pezzolo-valle-uzzone	12	CN		44.5387	8.1939	4
12070	Scagnello	scagnello	12	CN		44.3333	7.9864	4
12070	Perletto	perletto	12	CN		44.5993	8.213	4
12070	Gorzegno	gorzegno	12	CN		44.5124	8.1348	4
12070	Scaletta Uzzone	scaletta-uzzone	12	CN		44.4813	8.1955	4
12070	Sale San Giovanni	sale-san-giovanni	12	CN		44.3991	8.0779	4
12070	Priola	priola	12	CN		44.2448	8.0215	4
12070	Torresina	torresina	12	CN		44.4336	8.0367	4
12070	Mombasiglio	mombasiglio	12	CN		44.3666	7.9679	4
12070	Levice	levice	12	CN		44.5382	8.155	4
12070	Priero	priero	12	CN		44.376	8.0933	4
12070	Gottasecca	gottasecca	12	CN		44.4601	8.1675	4
12070	Mombarcaro	mombarcaro	12	CN		44.4676	8.0882	4
12070	Paroldo	paroldo	12	CN		44.432	8.0724	4
12070	Bragioli	bragioli	12	CN		44.4433	8.0975	4
12071	Bagnasco	bagnasco	12	CN		44.3041	8.0452	4
12072	Camerana	camerana	12	CN		44.424	8.1414	4
12073	Roascio	roascio	12	CN		44.4171	8.0223	4
12073	Ceva	ceva	12	CN		44.3851	8.0277	4
12074	Cortemilia	cortemilia	12	CN		44.5804	8.1937	4
12074	Bergolo	bergolo	12	CN		44.5478	8.1831	4
12075	Trappa	trappa	12	CN		44.1869	7.994	4
12075	Garessio	garessio	12	CN		44.2071	8.0178	4
12075	Garessio Borgo Ponte	garessio-borgo-ponte	12	CN		44.2	8.0167	4
12075	Garessio Borgo Piave	garessio-borgo-piave	12	CN		44.198	8.0095	3
12075	Cerisola	cerisola	12	CN		44.198	8.0095	3
12076	Lesegno	lesegno	12	CN		44.4011	7.9694	4
12077	Prunetto	prunetto	12	CN		44.4889	8.1437	4
12077	Monesiglio	monesiglio	12	CN		44.4655	8.1191	4
12078	Ponte Di Nava	ponte-di-nava	12	CN		44.1181	7.8694	4
12078	Ormea	ormea	12	CN		44.1559	7.9281	4
12079	Saliceto	saliceto	12	CN		44.4133	8.1686	4
12080	Roburent	roburent	12	CN		44.3063	7.8922	4
12080	Monasterolo Casotto	monasterolo-casotto	12	CN		44.3282	7.9432	4
12080	San Michele Mondovi'	san-michele-mondovi	12	CN		44.3759	7.9083	4
12080	Montaldo Di Mondovi'	montaldo-di-mondovi	12	CN		44.3217	7.8671	4
12080	Pianfei	pianfei	12	CN		44.372	7.7114	4
12080	Torre Mondovi'	torre-mondovi	12	CN		44.3528	7.8996	4
12080	Santuario Di Vicoforte	santuario-di-vicoforte	12	CN		44.3351	7.8645	3
12080	Pra' Di Roburent	pra-di-roburent	12	CN		44.2589	7.8557	4
12080	Briaglia	briaglia	12	CN		44.3958	7.8757	4
12080	Pra'	pra	12	CN		44.2589	7.8557	4
12080	Le Moline	le-moline	12	CN		44.3351	7.8645	3
12080	Monastero Di Vasco	monastero-di-vasco	12	CN		44.3403	7.8226	4
12080	Vicoforte	vicoforte	12	CN		44.3639	7.8626	4
12080	Moline	moline	12	CN		44.3464	7.8793	4
12081	Beinette	beinette	12	CN		44.3639	7.6446	4
12082	Fontane	fontane	12	CN		44.235	7.8357	4
12082	Corsaglia	corsaglia	12	CN		44.2555	7.826	3
12082	Bossea	bossea	12	CN		44.2406	7.8387	4
12082	Frabosa Soprana	frabosa-soprana	12	CN		44.2909	7.8035	4
12083	Gosi	gosi	12	CN		44.3364	7.7781	4
12083	Gosi Pianvignale	gosi-pianvignale	12	CN		44.3194	7.7878	3
12083	Frabosa Sottana	frabosa-sottana	12	CN		44.3023	7.7975	4
12084	Pascomonti	pascomonti	12	CN		44.4225	7.8971	4
12084	Pogliola	pogliola	12	CN		44.3989	7.7485	4
12084	Breolungi	breolungi	12	CN		44.4298	7.7928	4
12084	Sant'Anna Avagnina	sant-anna-avagnina	12	CN		44.4053	7.7928	4
12084	Gratteria	gratteria	12	CN		44.4441	7.8264	4
12084	Mondovi'	mondovi	12	CN		44.396	7.8176	4
12084	Rifreddo Mondovi'	rifreddo-mondovi	12	CN		44.441	7.8553	4
12084	Breo	breo	12	CN		44.3986	7.819	4
12084	Piazza	piazza	12	CN		44.386	7.8316	4
12087	Valcasotto	valcasotto	12	CN		44.2402	7.905	4
12087	Serra Pamparato	serra-pamparato	12	CN		44.2801	7.9016	4
12087	Pamparato	pamparato	12	CN		44.2767	7.9143	4
12087	Serra	serra	12	CN		44.2801	7.9016	4
12088	Roccaforte Mondovi'	roccaforte-mondovi	12	CN		44.3172	7.7443	4
12088	Prea	prea	12	CN		44.2785	7.7373	4
12088	Lurisia	lurisia	12	CN		44.3046	7.7094	4
12088	Prea Di Roccaforte	prea-di-roccaforte	12	CN		44.2785	7.7373	4
12089	Villanova Mondovi'	villanova-mondovi	12	CN		44.348	7.7675	4
12100	Madonna Delle Grazie	madonna-delle-grazie	12	CN		44.5247	7.4066	4
12100	San Pietro Del Gallo	san-pietro-del-gallo	12	CN		44.455	7.4903	4
12100	Borgo Gesso	borgo-gesso	12	CN		44.4441	7.5187	3
12100	Roata Rossi	roata-rossi	12	CN		44.4438	7.5257	4
12100	Ronchi	ronchi	12	CN		44.434	7.5868	4
12100	Spinetta	spinetta	12	CN		44.477	7.5883	3
12100	Passatore	passatore	12	CN		44.4317	7.5072	4
12100	Madonna Dell'Olmo	madonna-dell-olmo	12	CN		44.413	7.5481	4
12100	Confreria	confreria	12	CN		44.4441	7.5187	3
12100	Cuneo	cuneo	12	CN		44.3907	7.5483	4
12100	San Rocco Castagnaretta	san-rocco-castagnaretta	12	CN		44.4441	7.5187	3
12100	San Benigno	san-benigno	12	CN		44.4601	7.5365	4
12100	Borgo San Giuseppe	borgo-san-giuseppe	12	CN		44.4441	7.5187	3
18025	Piaggia	piaggia	12	CN		44.0825	7.7494	4
18025	Briga Alta	briga-alta	12	CN		44.0827	7.7494	4
28010	Soriso	soriso	12	NO		45.7404	8.4095	4
28010	Bolzano Novarese	bolzano-novarese	12	NO		45.7627	8.4425	4
28010	Fontaneto D'Agogna	fontaneto-d-agogna	12	NO		45.6435	8.4788	4
28010	Pisano	pisano	12	NO		45.7957	8.5149	4
28010	Nebbiuno	nebbiuno	12	NO		45.8077	8.5259	4
28010	Ameno	ameno	12	NO		45.789	8.44	4
28010	Boca	boca	12	NO		45.679	8.4087	4
28010	Revislate	revislate	12	NO		45.6932	8.5532	4
28010	Alzo	alzo	12	NO		45.7905	8.3794	4
28010	Bogogno	bogogno	12	NO		45.6631	8.5347	4
28010	Divignano	divignano	12	NO		45.6625	8.5999	4
28010	Agrate Conturbia	agrate-conturbia	12	NO		45.6755	8.5597	4
28010	Briga Novarese	briga-novarese	12	NO		45.7293	8.4559	4
28010	Cavaglietto	cavaglietto	12	NO		45.6022	8.5021	4
28010	Barengo	barengo	12	NO		45.576	8.514	4
28010	Cavaglio D'Agogna	cavaglio-d-agogna	12	NO		45.6132	8.4861	4
28010	Colazza	colazza	12	NO		45.7926	8.5003	4
28010	Caltignaga	caltignaga	12	NO		45.5209	8.5862	4
28010	Sologno	sologno	12	NO		45.537	8.5731	4
28010	Vaprio D'Agogna	vaprio-d-agogna	12	NO		45.6032	8.554	4
28010	Cavallirio	cavallirio	12	NO		45.6623	8.3969	4
28010	Miasino	miasino	12	NO		45.802	8.4297	4
28010	Gargallo	gargallo	12	NO		45.7288	8.4253	4
28010	Pella	pella	12	NO		45.7972	8.3844	4
28011	Coiromonte	coiromonte	12	NO		45.8331	8.4709	4
28011	Sovazza	sovazza	12	NO		45.8208	8.4738	4
28011	Armeno	armeno	12	NO		45.8208	8.4456	4
28012	Cressa	cressa	12	NO		45.6476	8.5094	4
28013	Veruno	veruno	12	NO		45.6889	8.5286	4
28013	Gattico	gattico	12	NO		45.7072	8.52	4
28014	Maggiora	maggiora	12	NO		45.6894	8.4223	4
28015	Momo	momo	12	NO		45.5742	8.5539	4
28016	Orta San Giulio	orta-san-giulio	12	NO		45.7973	8.4144	4
28016	Orta Novarese	orta-novarese	12	NO		45.7968	8.4071	3
28016	Isola San Giulio	isola-san-giulio	12	NO		45.7962	8.3999	4
28017	San Maurizio D'Opaglio	san-maurizio-d-opaglio	12	NO		45.773	8.396	4
28019	Suno	suno	12	NO		45.6314	8.5444	4
28019	Baraggia	baraggia	12	NO		45.6636	8.4719	4
28021	Borgomanero	borgomanero	12	NO		45.6994	8.4622	4
28021	Vergano Di Borgomanero	vergano-di-borgomanero	12	NO		45.6994	8.4622	3
28021	Santa Cristina Di Borgomanero	santa-cristina-di-borgomanero	12	NO		45.6994	8.4622	3
28021	San Marco Di Borgomanero	san-marco-di-borgomanero	12	NO		45.6994	8.4622	3
28024	Gozzano	gozzano	12	NO		45.7427	8.4366	4
28028	Pettenasco	pettenasco	12	NO		45.8166	8.407	4
28028	Pratolungo	pratolungo	12	NO		45.5636	8.5539	3
28040	Massino Visconti	massino-visconti	12	NO		45.8242	8.5413	4
28040	Marano Ticino	marano-ticino	12	NO		45.6278	8.6316	4
28040	Oleggio Castello	oleggio-castello	12	NO		45.7489	8.5271	4
28040	Borgo Ticino	borgo-ticino	12	NO		45.6893	8.6045	4
28040	Varallo Pombia	varallo-pombia	12	NO		45.6678	8.6285	4
28040	Dormelletto	dormelletto	12	NO		45.7363	8.5666	4
28040	Paruzzaro	paruzzaro	12	NO		45.7482	8.5149	4
28040	Lesa	lesa	12	NO		45.8207	8.5596	4
28040	Mezzomerico	mezzomerico	12	NO		45.6199	8.6062	4
28041	Mercurago	mercurago	12	NO		45.7707	8.5462	3
28041	Dagnente	dagnente	12	NO		45.7824	8.5353	4
28041	Arona	arona	12	NO		45.7589	8.5571	4
28043	Bellinzago Novarese	bellinzago-novarese	12	NO		45.5688	8.6432	4
28045	Invorio	invorio	12	NO		45.7568	8.4874	4
28046	Meina	meina	12	NO		45.7912	8.5376	4
28046	Ghevio	ghevio	12	NO		45.7817	8.5026	4
28047	Fornaci	fornaci	12	NO		45.6987	8.4175	4
28047	Oleggio	oleggio	12	NO		45.5967	8.6421	4
28050	Pombia	pombia	12	NO		45.6555	8.6285	4
28053	Castelletto Sopra Ticino	castelletto-sopra-ticino	12	NO		45.72	8.6336	4
28060	Sozzago	sozzago	12	NO		45.3983	8.7227	4
28060	Mandello Vitta	mandello-vitta	12	NO		45.4957	8.4598	4
28060	Castellazzo Novarese	castellazzo-novarese	12	NO		45.5134	8.4869	4
28060	Cureggio	cureggio	12	NO		45.6749	8.4597	4
28060	Vinzaglio	vinzaglio	12	NO		45.3231	8.5198	4
28060	Cameriano	cameriano	12	NO		45.3966	8.5374	4
28060	Orfengo	orfengo	12	NO		45.3891	8.5031	4
28060	Granozzo	granozzo	12	NO		45.4592	8.511	3
28060	Casalbeltrame	casalbeltrame	12	NO		45.4381	8.4665	4
28060	Nibbia	nibbia	12	NO		45.4873	8.5565	4
28060	Comignago	comignago	12	NO		45.7149	8.564	4
28060	Casalino	casalino	12	NO		45.3584	8.5239	4
28060	Granozzo Con Monticello	granozzo-con-monticello	12	NO		45.3602	8.5733	4
28060	San Pietro Mosezzo	san-pietro-mosezzo	12	NO		45.4545	8.5445	4
28060	Vicolungo	vicolungo	12	NO		45.4752	8.4612	4
28060	Casaleggio Novara	casaleggio-novara	12	NO		45.4879	8.4931	4
28060	Recetto	recetto	12	NO		45.4597	8.435	4
28060	San Nazzaro Sesia	san-nazzaro-sesia	12	NO		45.438	8.425	4
28060	Casalvolone	casalvolone	12	NO		45.3997	8.4647	4
28061	Biandrate	biandrate	12	NO		45.4527	8.464	4
28062	Cameri	cameri	12	NO		45.5016	8.6624	4
28062	Cameri Aeronautica	cameri-aeronautica	12	NO		45.5016	8.6624	3
28064	Landiona	landiona	12	NO		45.497	8.4222	4
28064	Sillavengo	sillavengo	12	NO		45.5207	8.441	4
28064	Carpignano Sesia	carpignano-sesia	12	NO		45.5334	8.4173	4
28065	Cerano	cerano	12	NO		45.4091	8.7835	4
28066	Galliate	galliate	12	NO		45.4794	8.6982	4
28068	Romentino	romentino	12	NO		45.463	8.7181	4
28069	Trecate	trecate	12	NO		45.434	8.7364	4
28070	Nibbiola	nibbiola	12	NO		45.3724	8.6567	4
28070	Terdobbiate	terdobbiate	12	NO		45.3759	8.6946	4
28070	Sizzano	sizzano	12	NO		45.5766	8.4361	4
28070	Tornaco	tornaco	12	NO		45.3565	8.7174	4
28070	Garbagna Novarese	garbagna-novarese	12	NO		45.3888	8.6612	4
28071	Borgolavezzaro	borgolavezzaro	12	NO		45.3192	8.6993	4
28072	San Bernardino	san-bernardino	12	NO		45.5183	8.5445	4
28072	Briona	briona	12	NO		45.5425	8.4797	4
28073	Fara Novarese	fara-novarese	12	NO		45.5544	8.4566	4
28074	Ghemme	ghemme	12	NO		45.5986	8.4201	4
28075	Grignasco	grignasco	12	NO		45.6798	8.3444	4
28076	Pogno	pogno	12	NO		45.7581	8.3856	4
28077	Prato Sesia	prato-sesia	12	NO		45.6507	8.3729	4
28078	Romagnano Sesia	romagnano-sesia	12	NO		45.6328	8.387	4
28079	Vespolate	vespolate	12	NO		45.3495	8.6688	4
28100	Novara	novara	12	NO		45.4469	8.6212	4
28100	Olengo	olengo	12	NO		45.4147	8.6593	4
28100	Casalgiate	casalgiate	12	NO		45.4332	8.5704	4
28100	Torrion Quartara	torrion-quartara	12	NO		45.4182	8.6147	4
28100	Pernate	pernate	12	NO		45.4596	8.6784	4
28100	Veveri	veveri	12	NO		45.4408	8.616	3
28100	Lumellogno	lumellogno	12	NO		45.408	8.5879	4
28100	Vignale	vignale	12	NO		45.4788	8.6132	4
28100	Bicocca Di Novara	bicocca-di-novara	12	NO		45.4408	8.616	3
28100	Agognate	agognate	12	NO		45.4667	8.5833	4
28100	Sant'Agabio	sant-agabio	12	NO		45.4408	8.616	3
10010	Parella	parella	12	TO		45.4302	7.7913	4
10010	Bairo	bairo	12	TO		45.3861	7.7553	4
10010	Perosa Canavese	perosa-canavese	12	TO		45.3971	7.8308	4
10010	Albiano D'Ivrea	albiano-d-ivrea	12	TO		45.4342	7.9479	4
10010	Tavagnasco	tavagnasco	12	TO		45.5445	7.8229	4
10010	Torre Canavese	torre-canavese	12	TO		45.3921	7.7598	4
10010	Masino	masino	12	TO		45.391	7.9626	4
10010	Colleretto Giacosa	colleretto-giacosa	12	TO		45.4329	7.7985	4
10010	Orio Canavese	orio-canavese	12	TO		45.3288	7.8599	4
10010	Caravino	caravino	12	TO		45.3995	7.9602	4
10010	Mercenasco	mercenasco	12	TO		45.36	7.8801	4
10010	Villate	villate	12	TO		45.3532	7.8422	4
10010	Burolo	burolo	12	TO		45.4812	7.9339	4
10010	Scarmagno	scarmagno	12	TO		45.3849	7.8411	4
10010	Nomaglio	nomaglio	12	TO		45.5362	7.8603	4
10010	Rueglio	rueglio	12	TO		45.4683	7.7546	4
10010	Gauna	gauna	12	TO		45.4535	7.7666	4
10010	Loranze'	loranze	12	TO		45.4427	7.8133	4
10010	Azeglio	azeglio	12	TO		45.4228	7.9922	4
10010	Quassolo	quassolo	12	TO		45.5229	7.833	4
10010	Chiaverano	chiaverano	12	TO		45.4989	7.9026	4
10010	Settimo Rottaro	settimo-rottaro	12	TO		45.4078	7.9935	4
10010	Palazzo Canavese	palazzo-canavese	12	TO		45.4596	7.9778	4
10010	Calea	calea	12	TO		45.4936	7.8218	4
10010	Cascinette D'Ivrea	cascinette-d-ivrea	12	TO		45.4802	7.9056	4
10010	Barone Canavese	barone-canavese	12	TO		45.3258	7.8734	4
10010	Salerano Canavese	salerano-canavese	12	TO		45.4581	7.8511	4
10010	Candia Canavese	candia-canavese	12	TO		45.3273	7.8843	4
10010	Lessolo	lessolo	12	TO		45.4779	7.8158	4
10010	Piverone	piverone	12	TO		45.4456	8.0074	4
10010	Carema	carema	12	TO		45.584	7.8088	4
10010	Strambinello	strambinello	12	TO		45.4231	7.7699	4
10010	Banchette	banchette	12	TO		45.4536	7.8563	4
10010	Cossano Canavese	cossano-canavese	12	TO		45.3878	7.9915	4
10010	San Martino Canavese	san-martino-canavese	12	TO		45.3945	7.8162	4
10010	Quincinetto	quincinetto	12	TO		45.5616	7.8083	4
10010	Fiorano Canavese	fiorano-canavese	12	TO		45.4678	7.8337	4
10010	Andrate	andrate	12	TO		45.5263	7.8815	4
10010	Quagliuzzo	quagliuzzo	12	TO		45.4265	7.781	4
10010	Settimo Vittone	settimo-vittone	12	TO		45.5493	7.8333	4
10011	Aglie'	aglie	12	TO		45.368	7.768	4
10012	Bollengo	bollengo	12	TO		45.4716	7.9413	4
10013	Borgofranco D'Ivrea	borgofranco-d-ivrea	12	TO		45.5164	7.8587	4
10013	Baio Dora	baio-dora	12	TO	001030	45.5065	7.8281	4
10014	Caluso	caluso	12	TO		45.3047	7.891	4
10014	Are'	are	12	TO		45.2853	7.8934	4
10014	Vallo Di Caluso	vallo-di-caluso	12	TO		45.2669	7.8792	4
10014	Rodallo	rodallo	12	TO		45.2805	7.8746	4
10014	Vallo	vallo	12	TO		45.2669	7.8792	4
10015	Torre Balfredo	torre-balfredo	12	TO		45.4672	7.8762	3
10015	Ivrea	ivrea	12	TO		45.4672	7.8762	4
10015	San Bernardo D'Ivrea	san-bernardo-d-ivrea	12	TO		45.4672	7.8762	3
10016	Montalto Dora	montalto-dora	12	TO		45.4899	7.8625	4
10017	Montanaro	montanaro	12	TO		45.2327	7.8549	4
10018	Pavone Canavese	pavone-canavese	12	TO		45.4419	7.8529	4
10019	Carrone	carrone	12	TO		45.3581	7.9064	4
10019	Cerone	cerone	12	TO		45.3985	7.8916	4
10019	Strambino	strambino	12	TO		45.3799	7.8897	4
10020	Pavarolo	pavarolo	12	TO		45.0667	7.8394	4
10020	Moriondo Torinese	moriondo-torinese	12	TO		45.0385	7.9409	4
10020	San Sebastiano Da Po	san-sebastiano-da-po	12	TO		45.1676	7.9572	4
10020	Cavagnolo	cavagnolo	12	TO		45.1518	8.049	4
10020	Marentino	marentino	12	TO		45.0537	7.8761	4
10020	Brozolo	brozolo	12	TO		45.117	8.0719	4
10020	Rivodora	rivodora	12	TO	001018	45.0889	7.7869	4
10020	Mombello Di Torino	mombello-di-torino	12	TO		45.0457	7.9208	4
10020	Casalborgone	casalborgone	12	TO		45.1305	7.9404	4
10020	Colombaro	colombaro	12	TO		45.0813	7.9201	3
10020	Montaldo Torinese	montaldo-torinese	12	TO		45.0653	7.8502	4
10020	Baldissero Torinese	baldissero-torinese	12	TO		45.0684	7.8127	4
10020	Madonna Della Scala	madonna-della-scala	12	TO		45	7.7833	4
10020	Pecetto Torinese	pecetto-torinese	12	TO		45.0813	7.9201	3
10020	Lauriano	lauriano	12	TO		45.1599	7.9947	4
10020	Andezeno	andezeno	12	TO		45.0338	7.8661	4
10020	Riva Presso Chieri	riva-presso-chieri	12	TO		44.9834	7.8731	4
10020	Monteu Da Po	monteu-da-po	12	TO		45.1503	8.0143	4
10020	Brusasco	brusasco	12	TO		45.155	8.0611	4
10020	Cambiano	cambiano	12	TO		44.9711	7.7745	4
10020	Arignano	arignano	12	TO		45.0397	7.9019	4
10020	Verrua Savoia	verrua-savoia	12	TO		45.1568	8.0922	4
10020	Marcorengo	marcorengo	12	TO		45.1394	8.0698	4
10020	San Pietro	san-pietro	12	TO		45.0054	7.7647	4
10022	Fumeri	fumeri	12	TO		44.8323	7.7433	4
10022	Cavalleri	cavalleri	12	TO		44.8323	7.7433	4
10022	Borgo Salsasio	borgo-salsasio	12	TO		44.8431	7.727	3
10022	Carmagnola	carmagnola	12	TO		44.8496	7.7203	4
10022	San Bernardo Carmagnola	san-bernardo-carmagnola	12	TO		44.8431	7.727	3
10022	San Michele E Grato	san-michele-e-grato	12	TO		44.858	7.701	4
10023	Chieri	chieri	12	TO		45.0105	7.8213	4
10023	Pessione	pessione	12	TO		44.965	7.8411	4
10024	Revigliasco	revigliasco	12	TO		45.0159	7.7331	4
10024	Moncalieri	moncalieri	12	TO		44.9994	7.6824	4
10024	Tagliaferro	tagliaferro	12	TO		44.9785	7.6643	4
10024	Barauda	barauda	12	TO		44.9743	7.6775	4
10024	Borgo San Pietro Di Moncalieri	borgo-san-pietro-di-moncalieri	12	TO		44.992	7.6893	3
10024	Colle Della Maddalena	colle-della-maddalena	12	TO		44.992	7.6893	3
10024	Testona	testona	12	TO		44.992	7.6893	3
10024	Revigliasco Torinese	revigliasco-torinese	12	TO		44.992	7.6893	3
10025	Pino Torinese	pino-torinese	12	TO		45.0395	7.7771	4
10026	Santena	santena	12	TO		44.9462	7.773	4
10028	Trofarello	trofarello	12	TO		44.9824	7.7469	4
10028	Valle Sauglio	valle-sauglio	12	TO		44.9824	7.7469	3
10029	Villastellone	villastellone	12	TO		44.922	7.7436	4
10030	Villareggia	villareggia	12	TO		45.3088	7.9772	4
10030	Tina	tina	12	TO		45.4098	7.9328	4
10030	Rondissone	rondissone	12	TO		45.2463	7.9643	4
10030	Vestigne'	vestigne	12	TO		45.3865	7.9534	4
10030	Maglione	maglione	12	TO		45.3467	8.0133	4
10030	Vische	vische	12	TO		45.3357	7.9448	4
10031	Borgomasino	borgomasino	12	TO		45.362	7.9881	4
10032	Brandizzo	brandizzo	12	TO		45.1771	7.8358	4
10034	Boschetto	boschetto	12	TO		45.2344	7.905	4
10034	Castelrosso	castelrosso	12	TO		45.2	7.9333	4
10034	Torassi	torassi	12	TO		45.2084	7.9094	3
10034	Chivasso	chivasso	12	TO		45.1909	7.8898	4
10035	Mazze'	mazze	12	TO		45.3003	7.9327	4
10035	Casale	casale	12	TO		45.3858	8.0072	4
10035	Tonengo Di Mazze'	tonengo-di-mazze	12	TO		45.2861	7.9396	4
10036	Settimo Torinese	settimo-torinese	12	TO		45.1392	7.7701	4
10036	Olimpia	olimpia	12	TO		45.1256	7.7305	4
10037	Torrazza Piemonte	torrazza-piemonte	12	TO		45.2154	7.9767	4
10038	Verolengo	verolengo	12	TO		45.1904	7.9713	4
10038	Borgo Revel	borgo-revel	12	TO		45.1929	8.0216	4
10038	Casabianca	casabianca	12	TO		45.2206	7.9456	4
10039	Pecco	pecco	12	TO		45.4521	7.7774	4
10039	Lugnacco	lugnacco	12	TO		45.4451	7.7821	4
10039	Alice Superiore	alice-superiore	12	TO		45.4607	7.7792	4
10040	Rivarossa	rivarossa	12	TO		45.2495	7.7195	4
10040	Rivera	rivera	12	TO		44.9616	7.7418	4
10040	Osasio	osasio	12	TO		44.8714	7.608	4
10040	Montelera	montelera	12	TO		45.1543	7.4429	4
10040	Almese	almese	12	TO		45.1191	7.4011	4
10040	Piobesi Torinese	piobesi-torinese	12	TO		44.9329	7.6101	4
10040	Caselette	caselette	12	TO		45.1098	7.4858	4
10040	Novaretto	novaretto	12	TO		45.118	7.3554	4
10040	Lombriasco	lombriasco	12	TO		44.8409	7.6359	4
10040	Milanere	milanere	12	TO		45.1044	7.4337	4
10040	Leini'	leini	12	TO		45.1827	7.7142	4
10040	Pralormo	pralormo	12	TO		44.8598	7.9044	4
10040	Givoletto	givoletto	12	TO		45.1622	7.4964	4
10040	San Gillio	san-gillio	12	TO		45.1405	7.5328	4
10040	La Cassa	la-cassa	12	TO		45.1803	7.5163	4
10040	Lombardore	lombardore	12	TO		45.2358	7.737	4
10040	Villar Dora	villar-dora	12	TO		45.1146	7.3835	4
10040	Brione	brione	12	TO		45.1355	7.4828	4
10040	Volvera	volvera	12	TO		44.9548	7.5114	4
10040	Caprie	caprie	12	TO		45.1194	7.3329	4
10040	Cumiana	cumiana	12	TO		44.9763	7.3776	4
10040	Zucche	zucche	12	TO		44.986	7.5167	4
10040	La Loggia	la-loggia	12	TO		44.9549	7.6686	4
10040	Rubiana	rubiana	12	TO		45.1362	7.3844	4
10040	Gerbole	gerbole	12	TO		45.0011	7.5067	4
10040	Druento	druento	12	TO		45.1331	7.5751	4
10040	Tedeschi	tedeschi	12	TO		45.0687	7.5372	3
10040	Val Della Torre	val-della-torre	12	TO		45.1551	7.445	4
10040	Bivio Cumiana	bivio-cumiana	12	TO		45.0687	7.5372	3
10040	Rivalta Di Torino	rivalta-di-torino	12	TO		45.0327	7.5204	4
10041	Ceretto Di Carignano	ceretto-di-carignano	12	TO		44.8642	7.6503	4
10041	Carignano	carignano	12	TO		45.0484	7.4485	4
10041	Ceretto	ceretto	12	TO		44.8642	7.6503	4
10042	Stupinigi	stupinigi	12	TO		44.9953	7.6048	4
10042	Nichelino	nichelino	12	TO		45.0003	7.6531	4
10043	Orbassano	orbassano	12	TO		45.0055	7.5381	4
10044	Pianezza	pianezza	12	TO		45.1042	7.55	4
10045	Piossasco	piossasco	12	TO		44.988	7.4601	4
10045	Garola	garola	12	TO		44.9921	7.4931	4
10046	Avatanei	avatanei	12	TO		44.9123	7.7995	4
10046	Poirino	poirino	12	TO		44.9205	7.8446	4
10046	Favari	favari	12	TO		44.9123	7.7995	4
10046	Marocchi	marocchi	12	TO		44.942	7.8189	4
10046	Isolabella	isolabella	12	TO		44.9064	7.909	4
10048	Garino	garino	12	TO		44.9733	7.6173	4
10048	Vinovo	vinovo	12	TO		44.9467	7.6325	4
10050	Bruzolo	bruzolo	12	TO		45.1409	7.1946	4
10050	San Giorio Di Susa	san-giorio-di-susa	12	TO		45.1097	7.0928	3
10050	Giaglione	giaglione	12	TO		45.1392	7.0153	4
10050	Coazze	coazze	12	TO		45.0518	7.3006	4
10050	Sant'Antonino Di Susa	sant-antonino-di-susa	12	TO		45.1076	7.2733	4
10050	Zoie	zoie	12	TO		45.1097	7.0928	3
10050	Vernetto	vernetto	12	TO		45.1365	7.1678	4
10050	Salbertrand	salbertrand	12	TO		45.0735	6.8874	4
10050	Novalesa	novalesa	12	TO		45.1907	7.0142	4
10050	Chiomonte	chiomonte	12	TO		45.1191	6.9842	4
10050	Gravere	gravere	12	TO		45.1253	7.0175	4
10050	San Giorio	san-giorio	12	TO		45.1275	7.1768	4
10050	Moncenisio	moncenisio	12	TO		45.204	6.9846	4
10050	Borgone Susa	borgone-susa	12	TO		45.1233	7.2364	4
10050	Sauze D'Oulx	sauze-d-oulx	12	TO		45.0266	6.8607	4
10050	Exilles	exilles	12	TO		45.0975	6.9292	4
10050	Villar Focchiardo	villar-focchiardo	12	TO		45.1124	7.2384	4
10050	Meana Di Susa	meana-di-susa	12	TO		45.122	7.0647	4
10050	Mattie	mattie	12	TO		45.1181	7.1151	4
10050	Baratte	baratte	12	TO		45.1116	7.2364	4
10050	Vaie	vaie	12	TO		45.1023	7.2894	4
10050	Claviere	claviere	12	TO		44.9392	6.7521	4
10050	Venaus	venaus	12	TO		45.1571	7.0107	4
10050	Chiusa Di San Michele	chiusa-di-san-michele	12	TO		45.1042	7.3271	4
10050	San Didero	san-didero	12	TO		45.1354	7.213	4
10050	Chianocco	chianocco	12	TO		45.1485	7.1698	4
10050	Salice D'Ulzio	salice-d-ulzio	12	TO		45.0266	6.8607	4
10051	Drubiaglio	drubiaglio	12	TO		45.0955	7.4194	4
10051	Avigliana	avigliana	12	TO		45.0798	7.3965	4
10051	Grangia	grangia	12	TO		45.1424	7.1625	4
10052	Bardonecchia	bardonecchia	12	TO		45.0746	6.6989	4
10052	Borgonovo Bardonecchia	borgonovo-bardonecchia	12	TO		45.0746	6.6989	3
10053	Bussoleno	bussoleno	12	TO		45.1397	7.1443	4
10053	Foresto	foresto	12	TO		45.1445	7.4389	4
10054	Bousson	bousson	12	TO		44.9329	6.8206	4
10054	Solomiac	solomiac	12	TO		44.9827	6.8119	4
10054	Sauze Di Cesana	sauze-di-cesana	12	TO		44.9406	6.8599	4
10054	Cesana Torinese	cesana-torinese	12	TO		44.9534	6.792	4
10055	Condove	condove	12	TO		45.1159	7.3086	4
10056	Oulx	oulx	12	TO		45.0364	6.8337	4
10056	Beaulard	beaulard	12	TO		45.0441	6.7591	4
10057	Sant'Ambrogio Di Torino	sant-ambrogio-di-torino	12	TO		45.0962	7.366	4
10058	Colle Sestriere	colle-sestriere	12	TO		44.9574	6.876	4
10058	Sestriere	sestriere	12	TO		44.9586	6.8775	4
10059	Mompantero	mompantero	12	TO		45.1474	7.043	4
10059	Susa	susa	12	TO		45.1368	7.0581	4
10059	San Giuseppe	san-giuseppe	12	TO		45.147	7.0427	4
10060	Pragelato	pragelato	12	TO		45.0136	6.9416	4
10060	Massello	massello	12	TO		44.9587	7.0567	4
10060	Osasco	osasco	12	TO		44.8494	7.343	4
10060	Frossasco	frossasco	12	TO		44.9218	7.3712	4
10060	Roreto	roreto	12	TO		44.9909	7.1408	4
10060	Porte	porte	12	TO		44.8871	7.2698	4
10060	Miradolo	miradolo	12	TO		44.8738	7.304	4
10060	Candiolo	candiolo	12	TO		44.9586	7.5981	4
10060	San Secondo Di Pinerolo	san-secondo-di-pinerolo	12	TO		44.8664	7.2984	4
10060	Combalere	combalere	12	TO		44.9548	7.2088	4
10060	Angrogna	angrogna	12	TO		44.8435	7.2242	4
10060	Villar Pellice	villar-pellice	12	TO		44.8089	7.1598	4
10060	Dubbione	dubbione	12	TO		44.9426	7.2291	4
10060	Bibiana	bibiana	12	TO		44.7989	7.2882	4
10060	Buriasco	buriasco	12	TO		44.8722	7.412	4
10060	Salza Di Pinerolo	salza-di-pinerolo	12	TO		44.94	7.0524	4
10060	Roure	roure	12	TO		45.0021	7.1316	4
10060	Roletto	roletto	12	TO		44.9244	7.3323	4
10060	Castagnole Piemonte	castagnole-piemonte	12	TO		44.8981	7.5661	4
10060	Piscina	piscina	12	TO		44.9187	7.4253	4
10060	Bricherasio	bricherasio	12	TO		44.8233	7.303	4
10060	None	none	12	TO		44.9364	7.5401	4
10060	Scalenghe	scalenghe	12	TO		44.8899	7.4942	4
10060	Mentoulles	mentoulles	12	TO		45.0249	7.0874	4
10060	Viotto	viotto	12	TO		44.9032	7.4395	4
10060	Villaretto Chisone	villaretto-chisone	12	TO		45.0176	7.116	4
10060	Prarostino	prarostino	12	TO		44.8663	7.2676	4
10060	Virle Piemonte	virle-piemonte	12	TO		44.8637	7.5703	4
10060	Cantalupa	cantalupa	12	TO		44.9459	7.3303	4
10060	Airasca	airasca	12	TO		44.9172	7.4832	4
10060	Campiglione Fenile	campiglione-fenile	12	TO		44.907	7.2775	3
10060	Riclaretto	riclaretto	12	TO		44.9333	7.15	4
10060	Villaretto	villaretto	12	TO		45.0176	7.116	4
10060	Fenestrelle	fenestrelle	12	TO		45.0359	7.0494	4
10060	Garzigliana	garzigliana	12	TO		44.8372	7.3744	4
10060	Castel Del Bosco	castel-del-bosco	12	TO		44.907	7.2775	3
10060	Macello	macello	12	TO		44.8511	7.398	4
10060	San Pietro Val Lemina	san-pietro-val-lemina	12	TO		44.9065	7.3109	4
10060	Lusernetta	lusernetta	12	TO		44.8031	7.2467	4
10060	Perrero	perrero	12	TO		44.9385	7.1126	4
10060	Pinasca	pinasca	12	TO		44.907	7.2775	3
10060	Inverso Pinasca	inverso-pinasca	12	TO		44.9456	7.2184	4
10060	Roreto Chisone	roreto-chisone	12	TO		44.907	7.2775	3
10060	Prali	prali	12	TO		44.8894	7.0513	4
10060	Castelnuovo	castelnuovo	12	TO		44.907	7.2775	3
10060	Bobbio Pellice	bobbio-pellice	12	TO		44.8085	7.1169	4
10060	Pra' Catinat	pra-catinat	12	TO		44.907	7.2775	3
10060	Pancalieri	pancalieri	12	TO		44.8334	7.5859	4
10060	Usseaux	usseaux	12	TO		45.0489	7.0285	4
10060	Campiglione	campiglione	12	TO		44.8028	7.3242	4
10060	Cercenasco	cercenasco	12	TO		44.862	7.4982	4
10061	Cavour	cavour	12	TO		44.7929	7.3744	4
10062	Luserna San Giovanni	luserna-san-giovanni	12	TO		44.8074	7.2458	4
10062	Airali	airali	12	TO		44.8547	7.3221	4
10062	Luserna	luserna	12	TO		44.8074	7.2458	4
10063	Pomaretto	pomaretto	12	TO		44.9559	7.1813	4
10063	Perosa Argentina	perosa-argentina	12	TO		44.9591	7.1917	4
10064	Baudenasca	baudenasca	12	TO		44.8598	7.3828	4
10064	Riva Di Pinerolo	riva-di-pinerolo	12	TO		44.8726	7.3571	3
10064	Pinerolo	pinerolo	12	TO		44.8853	7.3314	4
10064	Abbadia Alpina	abbadia-alpina	12	TO		44.8726	7.3571	3
10065	San Germano Chisone	san-germano-chisone	12	TO		44.902	7.2366	4
10065	Pramollo	pramollo	12	TO		44.9081	7.1907	4
10066	Torre Pellice	torre-pellice	12	TO		44.821	7.2167	4
10067	Vigone	vigone	12	TO		44.8424	7.4977	4
10068	Villafranca Piemonte	villafranca-piemonte	12	TO		44.7882	7.5079	4
10069	Villar Perosa	villar-perosa	12	TO		44.9185	7.2482	4
10070	Chialamberto	chialamberto	12	TO		45.363	7.3436	4
10070	Monasterolo Torinese	monasterolo-torinese	12	TO		45.2778	7.4487	3
10070	Procaria	procaria	12	TO		45.3058	7.3978	4
10070	Ala Di Stura	ala-di-stura	12	TO		45.3149	7.3035	4
10070	Usseglio	usseglio	12	TO		45.2327	7.2199	4
10070	Robassomero	robassomero	12	TO		45.1984	7.5675	4
10070	Cantoira	cantoira	12	TO		45.3401	7.3845	4
10070	Rocca Canavese	rocca-canavese	12	TO		45.3087	7.5788	4
10070	Groscavallo	groscavallo	12	TO		45.368	7.258	4
10070	Monastero Di Lanzo	monastero-di-lanzo	12	TO		45.3019	7.4397	4
10070	Vauda Canavese Superiore	vauda-canavese-superiore	12	TO		45.2795	7.6194	4
10070	Vallo Torinese	vallo-torinese	12	TO		45.2235	7.4963	4
10070	Coassolo Torinese	coassolo-torinese	12	TO		45.2978	7.4604	4
10070	Levone	levone	12	TO		45.3167	7.6063	4
10070	Viu'	viu	12	TO		45.2379	7.3733	4
10070	Pessinetto	pessinetto	12	TO		45.2867	7.4153	4
10070	Benne	benne	12	TO		45.2896	7.5517	4
10070	Fiano	fiano	12	TO		45.2163	7.526	4
10070	San Carlo Canavese	san-carlo-canavese	12	TO		45.2446	7.6057	4
10070	Monasterolo	monasterolo	12	TO		45.2355	7.5082	4
10070	Bonzo	bonzo	12	TO		45.3683	7.3071	4
10070	Balme	balme	12	TO		45.3019	7.2194	4
10070	Traves	traves	12	TO		45.2679	7.4308	4
10070	San Francesco Al Campo	san-francesco-al-campo	12	TO		45.2273	7.6548	4
10070	Germagnano	germagnano	12	TO		45.2632	7.4689	4
10070	Front	front	12	TO		45.2794	7.6643	4
10070	Lemie	lemie	12	TO		45.2287	7.2925	4
10070	Vauda Canavese	vauda-canavese	12	TO		45.2778	7.4487	3
10070	Balangero	balangero	12	TO		45.2699	7.5188	4
10070	Grosso	grosso	12	TO		45.2565	7.5573	4
10070	La Villa	la-villa	12	TO		45.2671	7.4311	4
10070	Mondrone	mondrone	12	TO		45.3125	7.2592	4
10070	Corio	corio	12	TO		45.3122	7.5335	4
10070	Villanova Canavese	villanova-canavese	12	TO		45.2435	7.5521	4
10070	Barbania	barbania	12	TO		45.2914	7.6345	4
10070	Ceres	ceres	12	TO		45.3134	7.3896	4
10070	Forno Alpi Graie	forno-alpi-graie	12	TO		45.3644	7.2235	4
10070	Cafasse	cafasse	12	TO		45.2486	7.5188	4
10070	Varisella	varisella	12	TO		45.2083	7.4838	4
10070	Mezzenile	mezzenile	12	TO		45.2948	7.3956	4
10070	Col San Giovanni	col-san-giovanni	12	TO		45.2161	7.3782	4
10070	Col San Giovanni Di Viu'	col-san-giovanni-di-viu	12	TO		45.2161	7.3782	4
10071	Borgaro Torinese	borgaro-torinese	12	TO		45.1512	7.6554	4
10072	Mappano	mappano	12	TO		45.1746	7.6429	3
10072	Caselle Torinese	caselle-torinese	12	TO		45.1746	7.6429	4
10073	Cirie'	cirie	12	TO		45.2349	7.6013	4
10073	Devesi	devesi	12	TO		45.2349	7.6013	3
10074	Lanzo Torinese	lanzo-torinese	12	TO		45.2766	7.4823	4
10075	Mathi	mathi	12	TO		45.2552	7.542	4
10076	Nole	nole	12	TO		45.2416	7.5698	4
10076	San Giovanni	san-giovanni	12	TO		45.0172	7.3751	4
10077	Malanghero	malanghero	12	TO		45.2006	7.6621	4
10077	San Maurizio Canavese	san-maurizio-canavese	12	TO		45.2171	7.6305	4
10077	Ceretta Di San Maurizio Canavese	ceretta-di-san-maurizio-canavese	12	TO		45.2088	7.6463	3
10078	Venaria Reale	venaria-reale	12	TO		45.126	7.6314	4
10078	Altessano	altessano	12	TO		45.1333	7.65	4
10080	Baldissero Canavese	baldissero-canavese	12	TO		45.4103	7.7442	4
10080	Frassinetto	frassinetto	12	TO		45.4383	7.6089	4
10080	Chiesanuova	chiesanuova	12	TO		45.4175	7.6555	4
10080	Ciconio	ciconio	12	TO		45.3303	7.7585	4
10080	Rivara	rivara	12	TO		45.3304	7.649	4
10080	Prascorsano	prascorsano	12	TO		45.3672	7.6173	4
10080	Ronco Canavese	ronco-canavese	12	TO		45.5008	7.547	4
10080	Oglianico	oglianico	12	TO		45.3415	7.692	4
10080	Brosso	brosso	12	TO		45.4918	7.8023	4
10080	Borgiallo	borgiallo	12	TO		45.4176	7.6698	4
10080	Noasca	noasca	12	TO		45.4533	7.3149	4
10080	Ceresole Reale	ceresole-reale	12	TO		45.4323	7.2351	4
10080	San Colombano Belmonte	san-colombano-belmonte	12	TO		45.3823	7.621	4
10080	Villa Castelnuovo	villa-castelnuovo	12	TO		45.4256	7.7021	4
10080	Colleretto Castelnuovo	colleretto-castelnuovo	12	TO		45.4224	7.6798	4
10080	Casetti	casetti	12	TO		45.4333	7.4333	4
10080	Canischio	canischio	12	TO		45.3749	7.5962	4
10080	Alpette	alpette	12	TO		45.4092	7.5779	4
10080	Cintano	cintano	12	TO		45.4281	7.6883	4
10080	Salassa	salassa	12	TO		45.3618	7.683	4
10080	Vidracco	vidracco	12	TO		45.4307	7.7574	4
10080	Rosone	rosone	12	TO		45.4333	7.4333	4
10080	Ingria	ingria	12	TO		45.4665	7.5712	4
10080	Ribordone	ribordone	12	TO		45.4326	7.5023	4
10080	San Benigno Canavese	san-benigno-canavese	12	TO		45.2262	7.7843	4
10080	Ozegna	ozegna	12	TO		45.348	7.745	4
10080	Traversella	traversella	12	TO		45.5091	7.7494	4
10080	Issiglio	issiglio	12	TO		45.4463	7.7532	4
10080	Valprato Soana	valprato-soana	12	TO		45.5217	7.5495	4
10080	Drusacco	drusacco	12	TO		45.4972	7.7674	4
10080	Vistrorio	vistrorio	12	TO		45.4415	7.7678	4
10080	Pratiglione	pratiglione	12	TO		45.3528	7.596	4
10080	Busano	busano	12	TO		45.3314	7.6573	4
10080	Feletto	feletto	12	TO		45.3034	7.7448	4
10080	Pertusio	pertusio	12	TO		45.3557	7.6415	4
10080	Bosconero	bosconero	12	TO		45.2663	7.7658	4
10080	Locana	locana	12	TO		45.4142	7.4571	4
10080	Castelnuovo Nigra	castelnuovo-nigra	12	TO		45.4382	7.6946	4
10080	Fornolosa	fornolosa	12	TO		45.4304	7.3949	4
10080	San Ponso	san-ponso	12	TO		45.351	7.6711	4
10080	Sparone	sparone	12	TO		45.4144	7.5452	4
10080	Lusiglie'	lusiglie	12	TO		45.3185	7.7646	4
10081	Castellamonte	castellamonte	12	TO		45.3827	7.7089	4
10081	Muriaglio	muriaglio	12	TO		45.4287	7.7201	4
10081	Campo Canavese	campo-canavese	12	TO		45.4057	7.7145	3
10081	San Giovanni Canavese	san-giovanni-canavese	12	TO	001066	45.4057	7.7145	3
10082	Priacco	priacco	12	TO		45.4062	7.6597	4
10082	Cuorgne'	cuorgne	12	TO		45.3934	7.6502	4
10082	Salto Canavese	salto-canavese	12	TO		45.3998	7.6549	3
10083	Favria	favria	12	TO		45.331	7.6883	4
10084	Forno Canavese	forno-canavese	12	TO		45.3429	7.5895	4
10085	Pont Canavese	pont-canavese	12	TO		45.399	7.6556	1
10086	Argentera	argentera	12	TO		45.2921	7.7224	4
10086	Rivarolo Canavese	rivarolo-canavese	12	TO		45.3283	7.7211	4
10087	Valperga	valperga	12	TO		45.37	7.6612	4
10088	Volpiano	volpiano	12	TO		45.1994	7.7755	4
10089	Meugliano	meugliano	12	TO		45.4903	7.7794	4
10089	Vico Canavese	vico-canavese	12	TO		45.4934	7.7789	4
10089	Trausella	trausella	12	TO		45.49	7.7631	4
10090	Sangano	sangano	12	TO		45.0251	7.4499	4
10090	Reano	reano	12	TO		45.0522	7.4278	4
10090	Castagneto Po	castagneto-po	12	TO		45.1585	7.8864	4
10090	San Bernardino	san-bernardino	12	TO		45.0363	7.3969	4
10090	San Giusto Canavese	san-giusto-canavese	12	TO		45.3153	7.81	4
10090	Sciolze	sciolze	12	TO		45.0945	7.8782	4
10090	Cuceglio	cuceglio	12	TO		45.3585	7.8159	4
10090	Ferriera	ferriera	12	TO		45.0838	7.4302	4
10090	Corbiglia	corbiglia	12	TO		45.0489	7.4935	4
10090	Montalenghe	montalenghe	12	TO		45.3367	7.8379	4
10090	Bussolino	bussolino	12	TO		45.1313	7.8552	4
10090	Romano Canavese	romano-canavese	12	TO		45.3992	7.8688	4
10090	Vialfre'	vialfre	12	TO		45.3808	7.8182	4
10090	Rosta	rosta	12	TO		45.0679	7.4651	4
10090	Piana San Raffaele	piana-san-raffaele	12	TO		45.1529	7.8501	4
10090	Trana	trana	12	TO		45.0386	7.421	4
10090	Bruino	bruino	12	TO		45.0151	7.4775	4
10090	Villaggio La Quercia	villaggio-la-quercia	12	TO		45.0016	7.4665	4
10090	Villarbasse	villarbasse	12	TO		45.0819	7.5266	4
10090	Gassino Torinese	gassino-torinese	12	TO		45.1291	7.8293	4
10090	Buttigliera Alta	buttigliera-alta	12	TO		45.0684	7.4325	4
10090	San Giorgio Canavese	san-giorgio-canavese	12	TO		45.3356	7.7982	4
10090	Cinzano	cinzano	12	TO		45.0953	7.9243	4
10090	San Raffaele Cimena	san-raffaele-cimena	12	TO		45.1467	7.8493	4
10090	Foglizzo	foglizzo	12	TO		45.2736	7.8209	4
10090	Castiglione Torinese	castiglione-torinese	12	TO		45.1191	7.8071	4
10090	Rivalba	rivalba	12	TO		45.1167	7.8881	4
10091	Alpignano	alpignano	12	TO		45.0935	7.5239	4
10092	Borgaretto	borgaretto	12	TO		45.004	7.5986	4
10092	Beinasco	beinasco	12	TO		45.0247	7.5856	4
10093	Collegno	collegno	12	TO		45.0787	7.5674	4
10093	Savonera	savonera	12	TO		45.1137	7.6151	4
10093	Regina Margherita	regina-margherita	12	TO		45.0667	7.5833	4
10093	Borgata Paradiso Di Collegno	borgata-paradiso-di-collegno	12	TO		45.0864	7.5886	3
10093	Leumann	leumann	12	TO		45.0864	7.5886	3
10094	Selvaggio	selvaggio	12	TO		44.9792	7.1524	4
10094	Valgioie	valgioie	12	TO		45.064	7.3493	4
10094	Pontepietra	pontepietra	12	TO		45.0431	7.3188	4
10094	Giaveno	giaveno	12	TO		45.0444	7.3472	4
10095	Gerbido	gerbido	12	TO		45.0445	7.6141	4
10095	Grugliasco	grugliasco	12	TO		45.0652	7.5795	4
10095	Lesna	lesna	12	TO		45.0542	7.6203	4
10098	Rivoli	rivoli	12	TO		45.0707	7.5146	4
10098	Cascine Vica	cascine-vica	12	TO		45.0621	7.5277	3
10098	Tetti Neirotti	tetti-neirotti	12	TO		45.0534	7.5408	4
10098	Bruere	bruere	12	TO		45.0621	7.5277	3
10099	San Mauro Torinese	san-mauro-torinese	12	TO		45.1036	7.768	4
10100	Torino	torino	12	TO		45.0705	7.6868	4
10121	Torino	torino	12	TO		45.0705	7.6868	4
10122	Torino	torino	12	TO		45.0705	7.6868	4
10123	Torino	torino	12	TO		45.0705	7.6868	4
10124	Torino	torino	12	TO		45.0705	7.6868	4
10125	Torino	torino	12	TO		45.0705	7.6868	4
10126	Torino	torino	12	TO		45.0705	7.6868	4
10127	Torino	torino	12	TO		45.0705	7.6868	4
10128	Torino	torino	12	TO		45.0705	7.6868	4
10129	Torino	torino	12	TO		45.0705	7.6868	4
10131	Torino	torino	12	TO		45.0705	7.6868	4
10132	Superga	superga	12	TO		45.0833	7.7667	4
10132	Torino	torino	12	TO		45.0705	7.6868	4
10133	Cavoretto	cavoretto	12	TO		45.0314	7.6921	4
10133	Torino	torino	12	TO		45.0705	7.6868	4
10134	Torino	torino	12	TO		45.0705	7.6868	4
10135	Torino	torino	12	TO		45.0705	7.6868	4
10136	Torino	torino	12	TO		45.0705	7.6868	4
10137	Torino	torino	12	TO		45.0705	7.6868	4
10138	Torino	torino	12	TO		45.0705	7.6868	4
10139	Torino	torino	12	TO		45.0705	7.6868	4
10141	Torino	torino	12	TO		45.0705	7.6868	4
10142	Torino	torino	12	TO		45.0705	7.6868	4
10143	Torino	torino	12	TO		45.0705	7.6868	4
10144	Torino	torino	12	TO		45.0705	7.6868	4
10145	Torino	torino	12	TO		45.0705	7.6868	4
10146	Torino	torino	12	TO		45.0705	7.6868	4
10147	Torino	torino	12	TO		45.0705	7.6868	4
10148	Torino	torino	12	TO		45.0705	7.6868	4
10149	Torino	torino	12	TO		45.0705	7.6868	4
10151	Torino	torino	12	TO		45.0705	7.6868	4
10152	Torino	torino	12	TO		45.0705	7.6868	4
10153	Torino	torino	12	TO		45.0705	7.6868	4
10154	Torino	torino	12	TO		45.0705	7.6868	4
10155	Torino	torino	12	TO		45.0705	7.6868	4
10156	Bertolla Barca	bertolla-barca	12	TO		45.0936	7.6934	3
10156	Falchera	falchera	12	TO		45.1167	7.7	4
10156	Torino	torino	12	TO		45.0705	7.6868	4
28801	Cossogno	cossogno	12	VB		45.9641	8.5096	4
28802	Mergozzo	mergozzo	12	VB		45.9623	8.454	4
28802	Albo	albo	12	VB		45.9623	8.454	3
28803	Cuzzago	cuzzago	12	VB		45.9965	8.3697	4
28803	Premosello Chiovenda	premosello-chiovenda	12	VB		45.9965	8.3697	3
28804	San Bernardino Verbano	san-bernardino-verbano	12	VB		45.9564	8.5192	4
28804	Bieno	bieno	12	VB		45.9515	8.5124	4
28805	Vogogna	vogogna	12	VB		46.01	8.2914	4
28811	Cissano	cissano	12	VB		45.9535	8.5801	4
28811	Arizzano	arizzano	12	VB		45.9574	8.5829	4
28811	Cresseglio	cresseglio	12	VB		45.9555	8.5815	3
28812	Aurano	aurano	12	VB		46.0004	8.5882	4
28813	Bee	bee	12	VB		45.9633	8.5754	4
28814	Cambiasca	cambiasca	12	VB		45.9624	8.5446	4
28815	Caprezzo	caprezzo	12	VB		45.982	8.5628	4
28816	Intragna	intragna	12	VB		45.9947	8.5739	4
28817	Miazzina	miazzina	12	VB		45.9757	8.5231	4
28818	Premeno	premeno	12	VB		45.9782	8.5959	4
28819	Vignone	vignone	12	VB		45.9612	8.5637	4
28821	Cannero Riviera	cannero-riviera	12	VB		46.022	8.6793	4
28822	Cannobio	cannobio	12	VB		46.0623	8.6963	4
28823	Ghiffa	ghiffa	12	VB		45.953	8.6043	4
28823	Susello	susello	12	VB		45.953	8.6043	3
28823	Cargiago	cargiago	12	VB		45.953	8.6043	3
28824	Oggebbio	oggebbio	12	VB		45.9909	8.6466	4
28824	Gonte	gonte	12	VB		45.9952	8.6498	4
28825	Ponte Di Falmenta	ponte-di-falmenta	12	VB		46.0722	8.6033	4
28826	Trarego Viggiona	trarego-viggiona	12	VB		46.0317	8.6296	1
28827	Falmenta	falmenta	12	VB		46.0731	8.5894	4
28827	Cavaglio Spoccia	cavaglio-spoccia	12	VB		46.0722	8.6033	3
28827	Airetta	airetta	12	VB		46.0731	8.5894	3
28827	Cursolo Orasso	cursolo-orasso	12	VB		46.0731	8.5894	3
28828	Gurro	gurro	12	VB		46.085	8.5677	4
28831	Baveno	baveno	12	VB		45.9082	8.5003	4
28831	Feriolo	feriolo	12	VB		45.9304	8.4794	4
28831	Feriolo Baveno	feriolo-baveno	12	VB		45.9304	8.4794	4
28832	Belgirate	belgirate	12	VB		45.8412	8.5706	4
28833	Brovello Carpugnino	brovello-carpugnino	12	VB		45.8873	8.5208	1
28836	Vezzo	vezzo	12	VB		45.8688	8.5266	4
28836	Gignese	gignese	12	VB		45.864	8.5094	4
28838	Isola Bella	isola-bella	12	VB		45.8954	8.5271	4
28838	Stresa	stresa	12	VB		45.8816	8.5383	4
28838	Carciano	carciano	12	VB		45.8808	8.5405	3
28838	Magognino	magognino	12	VB		45.8656	8.5561	4
28838	Binda	binda	12	VB		45.8808	8.5405	3
28838	Levo	levo	12	VB		45.8808	8.5405	3
28841	Antronapiana	antronapiana	12	VB		46.0609	8.1152	4
28841	Antrona Schieranco	antrona-schieranco	12	VB		46.0604	8.1146	4
28842	Bognanco	bognanco	12	VB		46.1229	8.2061	4
28842	Fonti	fonti	12	VB		46.1229	8.2061	4
28842	Bognanco Fonti	bognanco-fonti	12	VB		46.1229	8.2061	4
28843	Montescheno	montescheno	12	VB		46.0666	8.2319	4
28844	Villadossola	villadossola	12	VB		46.0708	8.2671	4
28845	Domodossola	domodossola	12	VB		46.1165	8.2931	4
28846	Viganella	viganella	12	VB	103078	46.0517	8.1937	4
28846	Seppiana	seppiana	12	VB	103078	46.0583	8.2166	4
28851	Beura	beura	12	VB		46.0796	8.2983	4
28851	Cuzzego	cuzzego	12	VB		46.0513	8.2792	4
28851	Beura Cardezza	beura-cardezza	12	VB		46.0796	8.2983	4
28852	Vocogno	vocogno	12	VB		46.1412	8.4891	3
28852	Craveggia	craveggia	12	VB		46.1412	8.4891	4
28853	Druogno	druogno	12	VB		46.1342	8.4328	4
28854	Finero	finero	12	VB		46.1066	8.5347	4
28854	Malesco	malesco	12	VB		46.128	8.498	4
28854	Zornasco	zornasco	12	VB		46.1173	8.5164	3
28855	Masera	masera	12	VB		46.1389	8.3253	4
28856	Re	re	12	VB		46.1315	8.5457	4
28856	Villette	villette	12	VB		46.1319	8.5342	4
28857	Santa Maria Maggiore	santa-maria-maggiore	12	VB		46.1368	8.4611	4
28858	Toceno	toceno	12	VB		46.1447	8.469	4
28859	Trontano	trontano	12	VB		46.1225	8.3332	4
28861	Baceno	baceno	12	VB		46.2606	8.3187	4
28862	Crodo	crodo	12	VB		46.2173	8.3224	4
28863	Formazza	formazza	12	VB		46.3769	8.4257	4
28864	Montecrestese	montecrestese	12	VB		46.1645	8.3262	4
28864	Pontetto	pontetto	12	VB		46.1518	8.3212	4
28864	Roldo	roldo	12	VB		46.1518	8.3212	4
28865	Crevoladossola	crevoladossola	12	VB		46.1486	8.2974	4
28865	Preglia	preglia	12	VB		46.1448	8.2942	4
28866	Premia	premia	12	VB		46.2681	8.3383	4
28866	San Rocco	san-rocco	12	VB		46.3036	8.3679	4
28868	Iselle	iselle	12	VB		46.2052	8.1923	4
28868	Varzo	varzo	12	VB		46.2074	8.2527	4
28868	Trasquera	trasquera	12	VB		46.2134	8.2127	4
28871	Bannio Anzino	bannio-anzino	12	VB		45.9767	8.1259	1
28873	Castiglione	castiglione	12	VB		46.0225	8.2164	4
28873	Castiglione D'Ossola	castiglione-d-ossola	12	VB		46.0225	8.2164	3
28873	Calasca Castiglione	calasca-castiglione	12	VB		46.0225	8.2164	3
28875	Ceppo Morelli	ceppo-morelli	12	VB		45.9711	8.0669	4
28876	Borca	borca	12	VB		45.9616	7.9881	4
28876	Macugnaga	macugnaga	12	VB		45.9693	7.9678	4
28876	Pestarena	pestarena	12	VB		45.9595	8.0127	4
28876	Borca Di Macugnaga	borca-di-macugnaga	12	VB		45.9616	7.9881	4
28877	Ornavasso	ornavasso	12	VB		45.9679	8.4158	4
28877	Anzola D'Ossola	anzola-d-ossola	12	VB		45.989	8.3453	4
28879	San Carlo	san-carlo	12	VB		45.988	8.1315	4
28879	Vanzone Con San Carlo	vanzone-con-san-carlo	12	VB		45.988	8.1315	3
28881	Casale Corte Cerro	casale-corte-cerro	12	VB		45.9155	8.4141	4
28881	Ramate	ramate	12	VB		45.9096	8.4211	4
28881	Gabbio	gabbio	12	VB		45.982	8.3772	4
28881	Sant'Anna	sant-anna	12	VB		46.0899	8.3424	3
28881	Cereda	cereda	12	VB		45.9096	8.4211	4
28881	Gabbio Con Monte Ossolano	gabbio-con-monte-ossolano	12	VB		45.9291	8.4084	3
28883	Granerolo	granerolo	12	VB		45.9026	8.4281	4
28883	Gravellona Toce	gravellona-toce	12	VB		45.9286	8.4321	4
28883	Pedemonte	pedemonte	12	VB		45.9315	8.4219	4
28884	Pallanzeno	pallanzeno	12	VB		46.042	8.2595	4
28885	Piedimulera	piedimulera	12	VB		46.0241	8.259	4
28886	Pieve Vergonte	pieve-vergonte	12	VB		46.013	8.2608	4
28887	Omegna	omegna	12	VB		45.88	8.4066	4
28887	Bagnella	bagnella	12	VB		45.8762	8.4016	3
28887	Cireggio	cireggio	12	VB		45.8723	8.3899	4
28887	Crusinallo	crusinallo	12	VB		45.8901	8.4082	4
28887	Agrano	agrano	12	VB		45.8459	8.4153	4
28887	Germagno	germagno	12	VB		45.8926	8.3877	4
28891	Cesara	cesara	12	VB		45.8338	8.3678	4
28891	Nonio	nonio	12	VB		45.8458	8.3775	4
28893	Loreglia	loreglia	12	VB		45.9069	8.3713	4
28894	Madonna Del Sasso	madonna-del-sasso	12	VB		45.7922	8.3695	4
28895	Massiola	massiola	12	VB		45.9125	8.3201	4
28895	Forno Di Omegna	forno-di-omegna	12	VB		45.9355	8.2892	4
28896	Quarna Sotto	quarna-sotto	12	VB		45.8692	8.3633	4
28897	Sambughetto	sambughetto	12	VB		45.9064	8.3121	4
28897	Valstrona	valstrona	12	VB		45.9077	8.3432	4
28897	Luzzogno	luzzogno	12	VB		45.9148	8.344	4
28897	Fornero	fornero	12	VB		45.9058	8.3317	4
28898	Quarna Sopra	quarna-sopra	12	VB		45.8731	8.3736	4
28899	Arola	arola	12	VB		45.8087	8.3581	4
28922	Verbania	verbania	12	VB		45.9214	8.5518	4
13010	Civiasco	civiasco	12	VC		45.8079	8.2939	4
13010	Stroppiana	stroppiana	12	VC		45.2304	8.4546	4
13010	Pezzana	pezzana	12	VC		45.2615	8.484	4
13010	Caresana	caresana	12	VC		45.4303	8.4059	3
13010	Motta De' Conti	motta-de-conti	12	VC		45.1936	8.5209	4
13010	Villata	villata	12	VC		45.3865	8.4328	4
13010	Guardabosone	guardabosone	12	VC		45.7019	8.2493	4
13010	Postua	postua	12	VC		45.4303	8.4059	3
13011	Isolella	isolella	12	VC		45.7387	8.259	4
13011	Borgosesia	borgosesia	12	VC		45.7205	8.2747	4
13011	Bettole Sesia	bettole-sesia	12	VC		45.7296	8.2668	3
13012	Borgo Vercelli	borgo-vercelli	12	VC		45.3568	8.4646	4
13012	Prarolo	prarolo	12	VC		45.2815	8.4778	4
13017	Doccio	doccio	12	VC		45.7661	8.2588	4
13017	Quarona	quarona	12	VC		45.7604	8.2675	4
13018	Zuccaro	zuccaro	12	VC		45.7434	8.3456	4
13018	Valduggia	valduggia	12	VC		45.7272	8.3273	4
13019	Roccapietra	roccapietra	12	VC		45.7928	8.2763	4
13019	Valmaggia	valmaggia	12	VC		45.8242	8.2249	4
13019	Morca	morca	12	VC		45.821	8.2108	4
13019	Varallo	varallo	12	VC		45.8138	8.2581	4
13020	Sabbia	sabbia	12	VC		45.8572	8.2358	4
13020	Breia	breia	12	VC		45.765	8.3055	4
13020	Rassa	rassa	12	VC		45.7682	8.0121	4
13020	Pila	pila	12	VC		45.77	8.0812	4
13020	Mollia	mollia	12	VC		45.8167	8.0303	4
13020	Cravagliana	cravagliana	12	VC		45.8483	8.2018	4
13020	Piode	piode	12	VC		45.7706	8.0527	4
13020	Balmuccia	balmuccia	12	VC		45.8188	8.1408	4
13020	Rossa	rossa	12	VC		45.8333	8.1243	4
13020	Vocca	vocca	12	VC		45.8327	8.1958	4
13020	Ca' Di Ianzo	ca-di-ianzo	12	VC		45.822	8.1313	3
13020	Rimella	rimella	12	VC		45.9081	8.1822	4
13020	Ferrera	ferrera	12	VC		45.867	8.1879	4
13021	Alagna Valsesia	alagna-valsesia	12	VC		45.8518	7.9375	4
13021	Riva Valdobbia	riva-valdobbia	12	VC		45.831	7.9566	4
13022	Boccioleto	boccioleto	12	VC		45.8305	8.1128	4
13022	Fervento	fervento	12	VC		45.8409	8.0822	4
13023	Campertogno	campertogno	12	VC		45.7988	8.0321	4
13024	Cellio	cellio	12	VC		45.7551	8.3119	4
13025	Cervatto	cervatto	12	VC		45.883	8.1623	4
13025	Fobello	fobello	12	VC		45.89	8.158	4
13026	Rimasco	rimasco	12	VC		45.8602	8.0641	4
13026	Rima San Giuseppe	rima-san-giuseppe	12	VC		45.8844	8.0569	3
13026	Carcoforo	carcoforo	12	VC		45.9086	8.0497	4
13027	Scopa	scopa	12	VC		45.793	8.114	4
13028	Scopello	scopello	12	VC		45.7737	8.0943	4
13030	Pertengo	pertengo	12	VC		45.2361	8.4165	4
13030	Oldenico	oldenico	12	VC		45.4028	8.381	4
13030	Ghislarengo	ghislarengo	12	VC		45.5286	8.3851	4
13030	Collobiano	collobiano	12	VC		45.3967	8.3475	4
13030	Casanova Elvo	casanova-elvo	12	VC		45.4002	8.2941	4
13030	San Giacomo Vercellese	san-giacomo-vercellese	12	VC		45.4982	8.3267	4
13030	Formigliana	formigliana	12	VC		45.4293	8.2919	4
13030	Rive	rive	12	VC		45.2136	8.417	4
13030	Villarboit	villarboit	12	VC		45.4377	8.3369	4
13030	Greggio	greggio	12	VC		45.4515	8.3849	4
13030	Quinto Vercellese	quinto-vercellese	12	VC		45.3792	8.3621	4
13030	Albano Vercellese	albano-vercellese	12	VC		45.4262	8.3809	4
13030	Caresanablot	caresanablot	12	VC		45.3574	8.392	4
13031	Arborio	arborio	12	VC		45.4959	8.3876	4
13032	Asigliano Vercellese	asigliano-vercellese	12	VC		45.2615	8.4085	4
13033	Costanzana	costanzana	12	VC		45.2374	8.3694	4
13034	Desana	desana	12	VC		45.2691	8.3578	4
13034	Lignana	lignana	12	VC		45.2861	8.3439	4
13035	Lenta	lenta	12	VC		45.5569	8.384	4
13036	Ronsecco	ronsecco	12	VC		45.2528	8.2775	4
13037	Serravalle Sesia	serravalle-sesia	12	VC		45.6849	8.3085	4
13037	Vintebbio	vintebbio	12	VC		45.6586	8.337	4
13037	Bornate Sesia	bornate-sesia	12	VC		45.6717	8.3228	3
13038	Tricerro	tricerro	12	VC		45.2357	8.3275	4
13039	Trino	trino	12	VC		45.1954	8.2962	4
13040	Sali Vercellese	sali-vercellese	12	VC		45.3099	8.3289	4
13040	Sant'Antonino	sant-antonino	12	VC		45.2517	8.0486	4
13040	Moncrivello	moncrivello	12	VC		45.3324	7.9955	4
13040	Rovasenda	rovasenda	12	VC		45.5387	8.3159	4
13040	Palazzolo Vercellese	palazzolo-vercellese	12	VC		45.1855	8.233	4
13040	Fontanetto Po	fontanetto-po	12	VC		45.1944	8.1921	4
13040	Borgo D'Ale	borgo-d-ale	12	VC		45.3496	8.052	4
13040	Fornace Crocicchio	fornace-crocicchio	12	VC		45.3407	8.1768	3
13040	Buronzo	buronzo	12	VC		45.4802	8.2663	4
13040	Salasco	salasco	12	VC		45.3256	8.2642	4
13040	Balocco	balocco	12	VC		45.4559	8.2807	4
13040	Alice Castello	alice-castello	12	VC		45.3686	8.0732	4
13040	Crova	crova	12	VC		45.3307	8.2108	4
13040	Saluggia	saluggia	12	VC		45.2369	8.0146	4
13040	Carisio	carisio	12	VC		45.4102	8.1996	4
13041	Bianze'	bianze	12	VC		45.3075	8.122	4
13043	Cigliano	cigliano	12	VC		45.308	8.0232	4
13044	San Silvestro	san-silvestro	12	VC		45.1921	8.1444	4
13044	Crescentino	crescentino	12	VC		45.1994	8.0864	4
13044	San Genuario	san-genuario	12	VC		45.2147	8.1429	4
13045	Gattinara	gattinara	12	VC		45.6131	8.3646	4
13045	Lozzolo	lozzolo	12	VC		45.6189	8.3228	4
13046	Lamporo	lamporo	12	VC		45.2309	8.0985	4
13046	Livorno Ferraris	livorno-ferraris	12	VC		45.2827	8.0778	4
13047	San Germano Vercellese	san-germano-vercellese	12	VC		45.3509	8.2472	4
13047	Olcenengo	olcenengo	12	VC		45.3635	8.3098	4
13048	Santhia'	santhia	12	VC		45.3679	8.1701	4
13049	Tronzano Vercellese	tronzano-vercellese	12	VC		45.3423	8.1737	4
13060	San Maurizio	san-maurizio	12	VC		45.6035	8.2869	4
13060	Sant'Eusebio	sant-eusebio	12	VC		45.5928	8.2737	4
13060	Roasio	roasio	12	VC		45.6046	8.2848	4
13100	Brarola	brarola	12	VC		45.3126	8.4992	4
13100	Vercelli	vercelli	12	VC		45.3216	8.4199	4
13100	Larizzate	larizzate	12	VC		45.2996	8.3861	4
13100	Prarolo	prarolo	12	VC		45.2815	8.4778	4
13100	Cappuccini	cappuccini	12	VC		45.3003	8.4254	3
13100	Lignana	lignana	12	VC		45.2861	8.3439	4
70010	San Marco	san-marco	13	BA		40.7912	17.319	4
70010	Cellamare	cellamare	13	BA		41.0197	16.9274	4
70010	Superga	superga	13	BA		41.0583	16.9313	4
70010	Adelfia Montrone	adelfia-montrone	13	BA		41	16.8833	4
70010	Adelfia	adelfia	13	BA		41.0033	16.8721	4
70010	Locorotondo	locorotondo	13	BA		40.7566	17.3239	4
70010	Sammichele Di Bari	sammichele-di-bari	13	BA		40.8871	16.9492	4
70010	Trito	trito	13	BA		40.9645	16.9812	3
70010	Capurso	capurso	13	BA		41.046	16.9217	4
70010	San Pietro	san-pietro	13	BA		41.0596	16.9186	4
70010	Turi	turi	13	BA		40.9166	17.0204	4
70010	Casamassima	casamassima	13	BA		40.9565	16.9208	4
70010	Adelfia Canneto	adelfia-canneto	13	BA		41	16.8833	4
70010	Valenzano	valenzano	13	BA		41.0438	16.8849	4
70011	Alberobello	alberobello	13	BA		40.7845	17.2362	4
70011	Coreggia	coreggia	13	BA		40.8066	17.2635	4
70013	Castellana Grotte	castellana-grotte	13	BA		40.8864	17.1655	4
70014	Triggianello	triggianello	13	BA		40.9252	17.1687	4
70014	Conversano	conversano	13	BA		40.9684	17.1133	4
70015	Noci	noci	13	BA		40.7936	17.1268	4
70015	Lamadacqua	lamadacqua	13	BA		40.7936	17.1268	3
70016	Parco Scizzo	parco-scizzo	13	BA		41.0746	16.9933	4
70016	Noicattaro	noicattaro	13	BA		41.0345	16.9896	4
70016	Parchitello	parchitello	13	BA		41.0746	16.9933	4
70017	San Michele In Monte Laureto	san-michele-in-monte-laureto	13	BA		40.8229	17.1086	4
70017	San Pietro Piturno	san-pietro-piturno	13	BA		40.8673	17.0848	4
70017	Putignano	putignano	13	BA		40.8511	17.1219	4
70018	Rutigliano	rutigliano	13	BA		41.01	17.0056	4
70019	Triggiano	triggiano	13	BA		41.0655	16.925	4
70020	Bitritto	bitritto	13	BA		41.0434	16.8268	4
70020	Poggiorsini	poggiorsini	13	BA		40.914	16.2561	4
70020	Cassano Delle Murge	cassano-delle-murge	13	BA		40.8911	16.7653	4
70020	Toritto	toritto	13	BA		40.9977	16.6794	4
70020	Bitetto	bitetto	13	BA		41.0415	16.7481	4
70020	Binetto	binetto	13	BA		41.0234	16.7099	4
70021	Acquaviva Delle Fonti	acquaviva-delle-fonti	13	BA		40.897	16.8433	4
70022	Parisi	parisi	13	BA		40.8716	16.4693	4
70022	Altamura	altamura	13	BA		40.8266	16.5495	4
70022	Curtaniello	curtaniello	13	BA		40.8491	16.5094	3
70023	Gioia Del Colle	gioia-del-colle	13	BA		40.7997	16.923	4
70023	Murgia	murgia	13	BA		40.7997	16.923	3
70024	Murgetta	murgetta	13	BA		40.8492	16.4379	4
70024	Gravina In Puglia	gravina-in-puglia	13	BA		40.8175	16.4191	4
70024	Dolcecanto	dolcecanto	13	BA		40.8559	16.3301	4
70024	La Murgetta	la-murgetta	13	BA		40.8409	16.3957	3
70025	Grumo Appula	grumo-appula	13	BA		41.0109	16.7084	4
70026	Modugno	modugno	13	BA		41.0843	16.7834	4
70027	Palo Del Colle	palo-del-colle	13	BA		41.0556	16.7032	4
70028	Sannicandro Di Bari	sannicandro-di-bari	13	BA		41.0005	16.7971	4
70029	Santeramo In Colle	santeramo-in-colle	13	BA		40.7924	16.7587	4
70032	Mariotto	mariotto	13	BA		41.0503	16.5614	4
70032	Bitonto	bitonto	13	BA		41.1101	16.6909	4
70032	Palombaio	palombaio	13	BA		41.0704	16.6096	4
70033	Corato	corato	13	BA		41.1517	16.4114	4
70037	Ruvo Di Puglia	ruvo-di-puglia	13	BA		41.1176	16.4842	4
70038	Terlizzi	terlizzi	13	BA		41.1291	16.5454	4
70042	San Maderno	san-maderno	13	BA		41.0355	17.0467	4
70042	Cozze	cozze	13	BA		41.0365	17.1382	4
70042	Mola Di Bari	mola-di-bari	13	BA		41.06	17.09	4
70043	Impalata	impalata	13	BA		40.8707	17.2811	4
70043	Santa Lucia	santa-lucia	13	BA		40.8458	17.2912	4
70043	Lamalunga	lamalunga	13	BA		40.8714	17.3448	4
70043	Monopoli	monopoli	13	BA		40.9559	17.2896	4
70043	Sant'Antonio D'Ascula	sant-antonio-d-ascula	13	BA		40.8816	17.3389	4
70043	Cozzana	cozzana	13	BA		40.9203	17.2226	4
70043	Gorgofreddo	gorgofreddo	13	BA		40.8858	17.2634	4
70043	Antonelli	antonelli	13	BA		40.8959	17.2349	4
70044	Polignano A Mare	polignano-a-mare	13	BA		40.9922	17.2215	4
70054	Giovinazzo	giovinazzo	13	BA		41.185	16.6705	4
70056	Molfetta	molfetta	13	BA		41.2004	16.599	4
70100	Bari	bari	13	BA		41.1115	16.8554	4
70121	Bari	bari	13	BA		41.1115	16.8554	4
70122	Bari	bari	13	BA		41.1115	16.8554	4
70123	Fesca	fesca	13	BA		41.1181	16.824	3
70123	San Paolo	san-paolo	13	BA		41.1248	16.7926	4
70123	Bari	bari	13	BA		41.1115	16.8554	4
70123	San Francesco Dell'Arena	san-francesco-dell-arena	13	BA		41.1181	16.824	3
70123	San Cataldo	san-cataldo	13	BA		40.9312	16.7513	3
70123	San Girolamo	san-girolamo	13	BA		41.1181	16.824	3
70123	Stanic	stanic	13	BA		41.1181	16.824	3
70124	Bari	bari	13	BA		41.1115	16.8554	4
70124	Poggio Franco	poggio-franco	13	BA		41.1115	16.8554	3
70124	Picone	picone	13	BA		41.1115	16.8554	3
70125	Bari	bari	13	BA		41.1115	16.8554	4
70125	Carrassi	carrassi	13	BA		41.1071	16.8465	3
70125	San Pasquale	san-pasquale	13	BA		40.9312	16.7513	3
70126	Torre A Mare	torre-a-mare	13	BA		41.0833	17	4
70126	Bari	bari	13	BA		41.1115	16.8554	4
70126	Mungivacca	mungivacca	13	BA		41.0974	16.9277	3
70126	Japigia	japigia	13	BA		41.1071	16.8465	3
70127	Santo Spirito	santo-spirito	13	BA		41.1667	16.75	4
70128	Palese	palese	13	BA		41.15	16.7667	4
70129	Ceglie Del Campo	ceglie-del-campo	13	BA		41.05	16.8667	4
70129	Loseto	loseto	13	BA		41.0421	16.8492	4
70131	Carbonara Di Bari	carbonara-di-bari	13	BA		41.0667	16.8667	4
72012	Serranova	serranova	13	BR		40.6935	17.7638	4
72012	Carovigno	carovigno	13	BR		40.7063	17.6585	4
72012	Serranova Di Carovigno	serranova-di-carovigno	13	BR		40.6935	17.7638	4
72013	Ceglie Messapica	ceglie-messapica	13	BR		40.6462	17.5166	4
72014	Cisternino	cisternino	13	BR		40.7433	17.4259	4
72014	Caranna	caranna	13	BR		40.7697	17.4215	4
72014	Casalini	casalini	13	BR		40.7378	17.4706	4
72015	Lamie Di Olimpie	lamie-di-olimpie	13	BR		40.8171	17.3348	4
72015	Madonna Pozzo Guacito	madonna-pozzo-guacito	13	BR	074007	40.8076	17.4513	4
72015	Torre Canne	torre-canne	13	BR	074007	40.8346	17.4684	4
72015	Savelletri	savelletri	13	BR		40.8746	17.4087	4
72015	Stazione Di Fasano	stazione-di-fasano	13	BR		40.8465	17.3818	4
72015	Fasano	fasano	13	BR		40.8362	17.3601	4
72015	Marina Di Savelletri	marina-di-savelletri	13	BR		40.8259	17.4024	3
72015	Pezze Di Greco	pezze-di-greco	13	BR	074007	40.81	17.4133	4
72015	Montalbano	montalbano	13	BR	074007	40.7783	17.4816	4
72015	Selva	selva	13	BR		40.8259	17.4024	3
72015	Selva Di Fasano	selva-di-fasano	13	BR		40.8279	17.322	4
72016	Montalbano Di Fasano	montalbano-di-fasano	13	BR		40.7783	17.4816	4
72016	Pozzo Guacito	pozzo-guacito	13	BR		40.8076	17.4513	4
72017	Ostuni	ostuni	13	BR		40.7291	17.5768	4
72018	San Michele Salentino	san-michele-salentino	13	BR		40.6316	17.6325	4
72019	San Vito Dei Normanni	san-vito-dei-normanni	13	BR		40.6564	17.7081	4
72020	Erchie	erchie	13	BR		40.4361	17.7361	4
72020	Torchiarolo	torchiarolo	13	BR		40.4835	18.0512	4
72020	Cellino San Marco	cellino-san-marco	13	BR		40.4713	17.9643	4
72020	Tuturano	tuturano	13	BR		40.5447	17.9475	4
72021	Capece	capece	13	BR		40.5838	17.5615	4
72021	Francavilla Fontana	francavilla-fontana	13	BR		40.5312	17.5852	4
72021	Capece Bax	capece-bax	13	BR		40.5575	17.5734	3
72022	Latiano	latiano	13	BR		40.5505	17.7186	4
72023	Mesagne	mesagne	13	BR		40.5585	17.8077	4
72024	Oria	oria	13	BR		40.5	17.6428	4
72024	San Cosimo Alla Macchia	san-cosimo-alla-macchia	13	BR		40.5	17.6428	3
72024	San Cosimo	san-cosimo	13	BR		40.5	17.6428	3
72025	San Donaci	san-donaci	13	BR		40.4485	17.9225	4
72026	San Pancrazio Salentino	san-pancrazio-salentino	13	BR		40.418	17.8342	4
72027	San Pietro Vernotico	san-pietro-vernotico	13	BR		40.4889	17.9975	4
72028	Torre Santa Susanna	torre-santa-susanna	13	BR		40.4676	17.7386	4
72029	Villa Castelli	villa-castelli	13	BR		40.5829	17.4747	4
72100	Brindisi	brindisi	13	BR		40.6321	17.9361	4
72100	Brindisi Casale	brindisi-casale	13	BR		40.6321	17.9361	3
76011	Bisceglie	bisceglie	13	BT		41.2426	16.501	4
76012	Canosa Di Puglia	canosa-di-puglia	13	BT		41.2195	16.0677	4
76012	Loconia	loconia	13	BT		41.22	16.1501	3
76013	Minervino Murge	minervino-murge	13	BT		41.0826	16.0786	4
76014	Spinazzola	spinazzola	13	BT		40.964	16.0911	4
76015	Trinitapoli	trinitapoli	13	BT		41.3565	16.0892	4
76016	Margherita Di Savoia	margherita-di-savoia	13	BT		41.3717	16.1527	4
76017	San Ferdinando Di Puglia	san-ferdinando-di-puglia	13	BT		41.3026	16.0705	4
76121	Barletta	barletta	13	BT		41.3143	16.2817	4
76123	Montegrosso	montegrosso	13	BT		41.1744	16.1399	4
76123	Andria	andria	13	BT		41.2312	16.298	4
76125	Trani	trani	13	BT		41.2773	16.4101	4
71010	Rignano Garganico	rignano-garganico	13	FG		41.6793	15.5883	4
71010	Cagnano Varano	cagnano-varano	13	FG		41.8283	15.772	4
71010	Difensola	difensola	13	FG		41.8271	15.5343	3
71010	Foce Varano	foce-varano	13	FG		41.9196	15.8119	4
71010	Poggio Imperiale	poggio-imperiale	13	FG		41.825	15.3668	4
71010	Serracapriola	serracapriola	13	FG		41.8091	15.161	4
71010	Ischitella	ischitella	13	FG		41.9043	15.8995	4
71010	Lesina	lesina	13	FG		41.8612	15.3532	4
71010	Chieuti Scalo	chieuti-scalo	13	FG		41.8271	15.5343	3
71010	Ripalta	ripalta	13	FG		41.8608	15.2721	4
71010	Carpino	carpino	13	FG		41.8445	15.8571	4
71010	Peschici	peschici	13	FG		41.8271	15.5343	3
71010	San Paolo Di Civitate	san-paolo-di-civitate	13	FG		41.7389	15.2608	4
71010	Chieuti	chieuti	13	FG		41.8271	15.5343	3
71011	Apricena	apricena	13	FG		41.7863	15.4439	4
71012	Rodi Garganico	rodi-garganico	13	FG		41.9274	15.8822	4
71013	Matine	matine	13	FG		41.7064	15.7277	3
71013	San Giovanni Rotondo	san-giovanni-rotondo	13	FG		41.7064	15.7277	4
71014	Borgo Celano	borgo-celano	13	FG		41.7037	15.6574	4
71014	San Marco In Lamis	san-marco-in-lamis	13	FG		41.7121	15.6382	4
71015	San Nicandro Garganico	san-nicandro-garganico	13	FG		41.8098	15.6221	1
71016	San Severo	san-severo	13	FG		41.6856	15.3815	4
71017	Torremaggiore	torremaggiore	13	FG		41.6889	15.2941	4
71017	Petrulli	petrulli	13	FG		41.6889	15.2941	3
71018	Vico Del Gargano	vico-del-gargano	13	FG		41.8966	15.9568	4
71018	San Menaio	san-menaio	13	FG		41.936	15.9465	4
71018	Umbra	umbra	13	FG		41.9163	15.9516	3
71019	Vieste	vieste	13	FG		41.8821	16.1714	4
71020	Celle Di San Vito	celle-di-san-vito	13	FG		41.3259	15.181	4
71020	Anzano Di Puglia	anzano-di-puglia	13	FG		41.1216	15.2869	4
71020	Rocchetta Sant'Antonio	rocchetta-sant-antonio	13	FG		41.1033	15.4599	4
71020	Monteleone Di Puglia	monteleone-di-puglia	13	FG		41.1671	15.2582	4
71020	Faeto	faeto	13	FG		41.3249	15.1605	4
71020	Rocchetta Sant'Antonio Stazione	rocchetta-sant-antonio-stazione	13	FG		41.2295	15.2602	3
71020	Castelluccio Valmaggiore	castelluccio-valmaggiore	13	FG		41.3429	15.1994	4
71020	Panni	panni	13	FG		41.2208	15.2756	4
71021	Accadia	accadia	13	FG		41.1577	15.331	4
71022	San Carlo D'Ascoli	san-carlo-d-ascoli	13	FG		41.1353	15.7099	4
71022	Ascoli Satriano	ascoli-satriano	13	FG		41.2037	15.5665	4
71022	San Carlo	san-carlo	13	FG		41.1353	15.7099	4
71023	Bovino	bovino	13	FG		41.2492	15.3395	4
71024	Candela	candela	13	FG		41.136	15.5154	4
71025	Castelluccio Dei Sauri	castelluccio-dei-sauri	13	FG		41.3046	15.4756	4
71026	Deliceto	deliceto	13	FG		41.2229	15.3845	4
71027	Orsara Di Puglia	orsara-di-puglia	13	FG		41.2816	15.2676	4
71028	Sant'Agata Di Puglia	sant-agata-di-puglia	13	FG		41.1513	15.3797	4
71029	Troia	troia	13	FG		41.3643	15.3173	4
71029	Borgo Giardinetto	borgo-giardinetto	13	FG		41.3643	15.3173	3
71030	San Marco La Catola	san-marco-la-catola	13	FG		41.5248	15.0059	4
71030	Zapponeta	zapponeta	13	FG		41.5323	15.0639	3
71030	Casalvecchio Di Puglia	casalvecchio-di-puglia	13	FG		41.5947	15.11	4
71030	Mattinata	mattinata	13	FG		41.5323	15.0639	3
71030	Macchia	macchia	13	FG		41.5323	15.0639	3
71030	Carlantino	carlantino	13	FG		41.5939	14.9768	4
71030	Motta Montecorvino	motta-montecorvino	13	FG		41.5074	15.1141	4
71030	Volturino	volturino	13	FG		41.4772	15.1242	4
71030	Volturara Appula	volturara-appula	13	FG		41.496	15.0522	4
71030	Fonterosa	fonterosa	13	FG		41.5323	15.0639	3
71031	Alberona	alberona	13	FG		41.4322	15.123	4
71032	Berardinone	berardinone	13	FG		41.4668	15.272	4
71032	Biccari	biccari	13	FG		41.3974	15.1964	4
71033	Casalnuovo Monterotaro	casalnuovo-monterotaro	13	FG		41.6194	15.1041	4
71034	Castelnuovo Della Daunia	castelnuovo-della-daunia	13	FG		41.5814	15.118	4
71035	Celenza Valfortore	celenza-valfortore	13	FG		41.5605	14.979	4
71036	Lucera	lucera	13	FG		41.5055	15.3391	4
71036	Palmori	palmori	13	FG		41.5055	15.3391	3
71037	Monte Sant'Angelo	monte-sant-angelo	13	FG		41.5117	15.1161	1
71038	Pietramontecorvino	pietramontecorvino	13	FG		41.5423	15.1289	4
71039	Roseto Valfortore	roseto-valfortore	13	FG		41.3754	15.0982	4
71040	San Domino	san-domino	13	FG		42.1162	15.4908	4
71040	Ordona	ordona	13	FG		41.315	15.6283	4
71040	Isole Tremiti	isole-tremiti	13	FG		41.8194	15.569	3
71040	San Nicola	san-nicola	13	FG		42.1225	15.5079	4
71040	Mezzanone	mezzanone	13	FG		41.4209	15.7101	4
71040	Borgata Mezzanone	borgata-mezzanone	13	FG		41.8194	15.569	3
71040	San Nicola Di Tremiti	san-nicola-di-tremiti	13	FG		42.1225	15.5079	4
71041	Carapelle	carapelle	13	FG		41.3637	15.6938	4
71042	Cerignola	cerignola	13	FG		41.2652	15.8956	4
71042	La Moschella	la-moschella	13	FG		41.2473	15.8302	3
71042	Borgo Liberta'	borgo-liberta	13	FG	071020	41.1865	15.7122	4
71042	Moschella	moschella	13	FG		41.1417	15.8525	4
71042	Tressanti	tressanti	13	FG		41.3958	15.8605	4
71042	Borgo Tressanti	borgo-tressanti	13	FG		41.2473	15.8302	3
71043	Manfredonia	manfredonia	13	FG		41.6307	15.9188	4
71043	Siponto	siponto	13	FG		41.6053	15.8709	4
71045	Orta Nova	orta-nova	13	FG		41.3288	15.7099	4
71047	Stornara	stornara	13	FG		41.2867	15.77	4
71048	Stornarella	stornarella	13	FG		41.2559	15.7302	4
71100	Segezia	segezia	13	FG		41.3856	15.4944	4
71100	Incoronata	incoronata	13	FG		41.3919	15.6603	4
71100	Arpinova	arpinova	13	FG		41.5349	15.5937	4
71100	Foggia	foggia	13	FG		41.4584	15.5519	4
71100	Rignano Garganico Scalo	rignano-garganico-scalo	13	FG		41.4405	15.5962	3
71100	Cervaro	cervaro	13	FG		41.3959	15.5937	4
71100	Borgo Cervaro	borgo-cervaro	13	FG		41.4405	15.5962	3
71100	Tavernola	tavernola	13	FG		41.4764	15.6834	4
71100	Borgo Incoronata	borgo-incoronata	13	FG		41.5384	15.5608	3
73010	Arnesano	arnesano	13	LE		40.3368	18.0914	4
73010	Soleto	soleto	13	LE		40.1878	18.2063	4
73010	San Donato Di Lecce	san-donato-di-lecce	13	LE		40.2673	18.1826	4
73010	Veglie	veglie	13	LE		40.3347	17.9624	4
73010	Sternatia	sternatia	13	LE		40.2202	18.2275	4
73010	Guagnano	guagnano	13	LE		40.4012	17.949	4
73010	Porto Cesareo	porto-cesareo	13	LE		40.2623	17.899	4
73010	Surbo	surbo	13	LE		40.3938	18.1346	4
73010	Torre Lapillo	torre-lapillo	13	LE		40.2874	17.8495	4
73010	Lequile	lequile	13	LE		40.3058	18.1402	4
73010	Galugnano	galugnano	13	LE		40.256	18.2147	4
73010	Dragoni	dragoni	13	LE		40.3	18.1333	4
73010	Zollino	zollino	13	LE		40.2058	18.2477	4
73010	Caprarica Di Lecce	caprarica-di-lecce	13	LE		40.2606	18.2443	4
73010	Sogliano Cavour	sogliano-cavour	13	LE		40.1483	18.1974	4
73010	Villa Baldassarri	villa-baldassarri	13	LE		40.416	17.9649	4
73010	Riesci	riesci	13	LE		40.3455	18.0933	4
73010	San Pietro In Lama	san-pietro-in-lama	13	LE		40.3071	18.1279	4
73011	Alezio	alezio	13	LE		40.0623	18.0571	4
73012	Campi Salentina	campi-salentina	13	LE		40.3975	18.0214	4
73013	Galatina	galatina	13	LE		40.1742	18.1703	4
73013	Noha	noha	13	LE		40.1532	18.1657	4
73013	Santa Barbara	santa-barbara	13	LE		40.224	18.0784	4
73013	Collemeto	collemeto	13	LE		40.2089	18.1029	4
73014	Gallipoli	gallipoli	13	LE		40.0559	17.9909	4
73015	Salice Salentino	salice-salentino	13	LE		40.3849	17.9613	4
73016	San Cesario Di Lecce	san-cesario-di-lecce	13	LE		40.3022	18.161	4
73017	San Simone	san-simone	13	LE		40.1733	18.1773	3
73017	Sannicola	sannicola	13	LE		40.0924	18.0676	4
73017	Lido Conchiglie	lido-conchiglie	13	LE		40.1097	18.0104	4
73017	Chiesanuova	chiesanuova	13	LE		40.0875	18.0555	4
73018	Squinzano	squinzano	13	LE		40.4351	18.0409	4
73019	Trepuzzi	trepuzzi	13	LE		40.4053	18.0763	4
73020	Castromediano	castromediano	13	LE		40.328	18.1788	4
73020	Cerfignano	cerfignano	13	LE		40.0611	18.4429	4
73020	Castrignano De' Greci	castrignano-de-greci	13	LE		40.1734	18.2964	4
73020	Serrano	serrano	13	LE		40.1844	18.3516	4
73020	Martignano	martignano	13	LE		40.2382	18.256	4
73020	Melpignano	melpignano	13	LE		40.1562	18.2919	4
73020	Cannole	cannole	13	LE		40.1659	18.3646	4
73020	Scorrano	scorrano	13	LE		40.0902	18.2999	4
73020	Giurdignano	giurdignano	13	LE		40.1237	18.4315	4
73020	Uggiano La Chiesa	uggiano-la-chiesa	13	LE		40.1009	18.4487	4
73020	Botrugno	botrugno	13	LE		40.0636	18.3225	4
73020	Carpignano Salentino	carpignano-salentino	13	LE		40.1954	18.3383	4
73020	Castri Di Lecce	castri-di-lecce	13	LE		40.2736	18.2624	4
73020	San Cassiano	san-cassiano	13	LE		40.0563	18.3339	4
73020	Cutrofiano	cutrofiano	13	LE		40.1262	18.2026	4
73020	Cavallino	cavallino	13	LE		40.3102	18.2022	4
73020	Santa Cesarea Terme	santa-cesarea-terme	13	LE		40.0361	18.4554	4
73020	Vitigliano	vitigliano	13	LE		40.0395	18.4117	4
73020	Casamassella	casamassella	13	LE		40.1142	18.451	4
73020	Bagnolo Del Salento	bagnolo-del-salento	13	LE		40.1491	18.3521	4
73020	Cursi	cursi	13	LE		40.1485	18.316	4
73020	Palmariggi	palmariggi	13	LE		40.131	18.3786	4
73020	Nociglia	nociglia	13	LE		40.038	18.3276	4
73021	Calimera	calimera	13	LE		40.2495	18.2798	4
73022	Corigliano D'Otranto	corigliano-d-otranto	13	LE		40.1592	18.256	4
73023	Merine	merine	13	LE		40.3342	18.2238	4
73023	Lizzanello	lizzanello	13	LE		40.3048	18.2228	4
73024	Morigino	morigino	13	LE		40.1418	18.3098	4
73024	Maglie	maglie	13	LE		40.1207	18.298	4
73025	Martano	martano	13	LE		40.2021	18.3019	4
73026	Melendugno	melendugno	13	LE		40.2725	18.338	4
73026	Borgagne	borgagne	13	LE		40.2411	18.3766	4
73026	Rocca Vecchia	rocca-vecchia	13	LE		40.2925	18.42	4
73026	San Foca	san-foca	13	LE		40.2978	18.4014	4
73026	Torre Dell'Orso	torre-dell-orso	13	LE		40.2733	18.4258	4
73026	Roca	roca	13	LE		40.2755	18.3924	3
73027	Specchia Gallone	specchia-gallone	13	LE		40.0873	18.4096	4
73027	Cocumola	cocumola	13	LE		40.0661	18.4301	4
73027	Minervino Di Lecce	minervino-di-lecce	13	LE		40.0902	18.4214	4
73028	Otranto	otranto	13	LE		40.1479	18.4868	4
73029	Pisignano	pisignano	13	LE		40.3047	18.2716	4
73029	Struda'	struda	13	LE		40.3199	18.2818	4
73029	Acaia	acaia	13	LE		40.3344	18.2973	4
73029	Vernole	vernole	13	LE		40.2883	18.3016	4
73029	Vanze	vanze	13	LE		40.3222	18.3173	4
73029	Acquarica Di Lecce	acquarica-di-lecce	13	LE		40.3139	18.2939	3
73030	Giuggianello	giuggianello	13	LE		40.0938	18.3689	4
73030	Sanarica	sanarica	13	LE		40.0891	18.348	4
73030	Castro Marina	castro-marina	13	LE		39.998	18.419	4
73030	Diso	diso	13	LE		40.0092	18.3914	4
73030	Surano	surano	13	LE		40.0282	18.3459	4
73030	Tiggiano	tiggiano	13	LE		39.9028	18.365	4
73030	Ortelle	ortelle	13	LE		40.0337	18.3912	4
73030	Montesano Salentino	montesano-salentino	13	LE		39.9754	18.3228	4
73030	Vignacastrisi	vignacastrisi	13	LE		40.016	18.407	4
73030	Marittima	marittima	13	LE		39.9961	18.3989	4
73031	Alessano	alessano	13	LE		39.8938	18.3322	4
73031	Montesardo	montesardo	13	LE		39.8757	18.3397	4
73032	Castiglione	castiglione	13	LE	075005	39.9833	18.35	4
73032	Andrano	andrano	13	LE		39.9855	18.3823	4
73033	Corsano	corsano	13	LE		39.8891	18.3675	4
73034	Gagliano Del Capo	gagliano-del-capo	13	LE		39.8432	18.3696	4
73034	San Dana	san-dana	13	LE		39.8642	18.3532	4
73034	Arigliano	arigliano	13	LE		39.8444	18.3626	4
73035	Miggiano	miggiano	13	LE		39.9618	18.3112	4
73036	Muro Leccese	muro-leccese	13	LE		40.1029	18.3367	4
73037	Poggiardo	poggiardo	13	LE		40.0531	18.3782	4
73037	Vaste	vaste	13	LE		40.0473	18.387	4
73038	Spongano	spongano	13	LE		40.0178	18.3656	4
73039	Sant'Eufemia	sant-eufemia	13	LE		39.9333	18.35	4
73039	Tutino	tutino	13	LE		39.9333	18.35	4
73039	Tricase Porto	tricase-porto	13	LE		39.9334	18.3954	4
73039	Lucugnano	lucugnano	13	LE	075088	39.9349	18.3217	4
73039	Caprarica Del Capo	caprarica-del-capo	13	LE		39.9167	18.35	4
73039	Tricase	tricase	13	LE		39.9302	18.3542	4
73039	Depressa	depressa	13	LE		39.9591	18.3617	4
73040	Salignano	salignano	13	LE		39.8333	18.35	4
73040	Marina Di Leuca	marina-di-leuca	13	LE		39.9371	18.237	3
73040	Giuliano Di Lecce	giuliano-di-lecce	13	LE		39.8488	18.3367	4
73040	Neviano	neviano	13	LE		40.1065	18.1152	4
73040	Barbarano Del Capo	barbarano-del-capo	13	LE		39.8633	18.3274	4
73040	Alliste	alliste	13	LE		39.948	18.0897	4
73040	Leuca	leuca	13	LE		39.8003	18.3567	4
73040	Acquarica Del Capo	acquarica-del-capo	13	LE		39.9098	18.2468	4
73040	Collepasso	collepasso	13	LE		40.0712	18.1622	4
73040	Melissano	melissano	13	LE		39.9731	18.1211	4
73040	Supersano	supersano	13	LE		40.0166	18.2421	4
73040	Specchia	specchia	13	LE		39.9391	18.2978	4
73040	Aradeo	aradeo	13	LE		40.1292	18.1295	4
73040	Morciano Di Leuca	morciano-di-leuca	13	LE		39.8472	18.3109	4
73040	Felline	felline	13	LE		39.9365	18.1182	4
73040	Castrignano Del Capo	castrignano-del-capo	13	LE		39.8328	18.3509	4
73041	Magliano	magliano	13	LE		40.3374	18.0629	4
73041	Carmiano	carmiano	13	LE		40.344	18.0419	4
73042	Casarano	casarano	13	LE		40.0113	18.1624	4
73043	Copertino	copertino	13	LE		40.2682	18.0543	4
73044	Galatone	galatone	13	LE		40.1467	18.0694	4
73045	Leverano	leverano	13	LE		40.2885	17.9965	4
73046	Matino	matino	13	LE		40.0308	18.1363	4
73047	Monteroni Di Lecce	monteroni-di-lecce	13	LE		40.3193	18.0916	4
73048	Nardo'	nardo	13	LE		40.1795	18.0317	4
73049	Ruffano	ruffano	13	LE		39.9819	18.2497	4
73049	Torrepaduli	torrepaduli	13	LE	075064	39.9884	18.254	4
73050	Santa Chiara Di Nardo'	santa-chiara-di-nardo	13	LE		40.3046	17.8773	4
73050	Villaggio Boncore	villaggio-boncore	13	LE		40.2964	17.8586	4
73050	Secli'	secli	13	LE		40.119	18.1093	4
73050	Santa Caterina	santa-caterina	13	LE		40.1422	17.9835	4
73050	Salve	salve	13	LE		39.8611	18.2949	4
73050	Ruggiano	ruggiano	13	LE		39.8701	18.3155	4
73050	Santa Maria Al Bagno	santa-maria-al-bagno	13	LE		40.1292	17.9958	4
73050	Boncore	boncore	13	LE		40.2964	17.8586	4
73050	Santa Chiara	santa-chiara	13	LE		40.3046	17.8773	4
73051	Novoli	novoli	13	LE		40.3767	18.0476	4
73051	Villa Convento	villa-convento	13	LE		40.3767	18.0476	3
73052	Parabita	parabita	13	LE		40.0514	18.1265	4
73053	Patu'	patu	13	LE		39.8408	18.3378	4
73054	Presicce	presicce	13	LE		39.9005	18.2628	4
73055	Racale	racale	13	LE		39.9609	18.0915	4
73056	Taurisano	taurisano	13	LE		39.9575	18.215	4
73057	Taviano	taviano	13	LE		39.9822	18.0815	4
73058	Tuglie	tuglie	13	LE		40.0735	18.0987	4
73059	Ugento	ugento	13	LE		39.9272	18.1583	4
73059	Gemini	gemini	13	LE		39.9113	18.1874	4
73100	Lecce	lecce	13	LE		40.3548	18.1724	4
73100	Torre Chianca	torre-chianca	13	LE		40.4626	18.1995	4
73100	San Cataldo	san-cataldo	13	LE		40.3905	18.3003	4
73100	Frigole	frigole	13	LE	075035	40.4276	18.2437	4
74010	Statte	statte	13	TA		40.5286	17.2012	4
74011	Marina Di Castellaneta	marina-di-castellaneta	13	TA		40.4682	16.9371	4
74011	Case Perrone	case-perrone	13	TA		40.4948	16.9347	4
74011	Castellaneta	castellaneta	13	TA		40.6279	16.9329	4
74011	Borgo Perrone	borgo-perrone	13	TA		40.5303	16.9349	3
74012	Crispiano	crispiano	13	TA		40.6038	17.2329	4
74013	Ginosa	ginosa	13	TA		40.5769	16.7565	4
74014	Laterza	laterza	13	TA		40.6288	16.7995	4
74015	Martina Franca	martina-franca	13	TA		40.7035	17.3381	4
74015	Lanzo Di Martina Franca	lanzo-di-martina-franca	13	TA		40.6738	17.331	3
74015	San Paolo	san-paolo	13	TA		40.644	17.3239	4
74015	Specchia Tarantina	specchia-tarantina	13	TA		40.6738	17.331	3
74015	Carpari	carpari	13	TA		40.6738	17.331	3
74016	Massafra	massafra	13	TA		40.5862	17.1164	4
74017	Mottola	mottola	13	TA		40.6389	17.0343	4
74017	San Basilio Mottola	san-basilio-mottola	13	TA		40.6884	16.9736	4
74018	Palagianello	palagianello	13	TA		40.6085	16.978	4
74019	Conca D'Oro	conca-d-oro	13	TA		40.5776	17.0381	3
74019	Palagiano	palagiano	13	TA		40.5776	17.0381	4
74020	Leporano	leporano	13	TA		40.3822	17.3343	4
74020	Avetrana	avetrana	13	TA		40.3507	17.7326	4
74020	Montemesola	montemesola	13	TA		40.5676	17.3367	4
74020	Faggiano	faggiano	13	TA		40.4162	17.3886	4
74020	Torricella	torricella	13	TA		40.3551	17.4985	4
74020	Monteparano	monteparano	13	TA		40.4434	17.4131	4
74020	Lizzano	lizzano	13	TA		40.393	17.4457	4
74020	Leporano Marina	leporano-marina	13	TA		40.3786	17.3096	4
74020	San Marzano Di San Giuseppe	san-marzano-di-san-giuseppe	13	TA		40.4545	17.5035	4
74020	Monteiasi	monteiasi	13	TA		40.4999	17.3826	4
74020	Roccaforzata	roccaforzata	13	TA		40.437	17.3899	4
74020	Maruggio	maruggio	13	TA		40.3205	17.5705	4
74021	Carosino	carosino	13	TA		40.4654	17.3986	4
74022	Fragagnano	fragagnano	13	TA		40.4302	17.4755	4
74023	Grottaglie	grottaglie	13	TA		40.5369	17.4372	4
74024	Specchiarica	specchiarica	13	TA		40.309	17.6776	4
74024	San Pietro In Bevagna	san-pietro-in-bevagna	13	TA		40.3044	17.6474	4
74024	Uggiano Montefusco	uggiano-montefusco	13	TA		40.3861	17.6046	4
74024	Manduria	manduria	13	TA		40.399	17.6373	4
74025	Marina Di Ginosa	marina-di-ginosa	13	TA		40.4283	16.88	4
74026	Bosco Caggione	bosco-caggione	13	TA		40.3551	17.3643	4
74026	Monti D'Arena	monti-d-arena	13	TA		40.3551	17.3643	4
74026	Lido Silvana	lido-silvana	13	TA		40.3638	17.3616	3
74026	Pulsano	pulsano	13	TA		40.3811	17.3561	4
74027	San Giorgio Ionico	san-giorgio-ionico	13	TA		40.458	17.3803	4
74028	Sava	sava	13	TA		40.402	17.5527	4
74100	Lama	lama	13	TA		40.4053	17.2469	4
74100	Paolo Vi	paolo-vi	13	TA		40.5222	17.274	4
74100	Talsano	talsano	13	TA		40.4	17.2833	4
74100	Taranto	taranto	13	TA		40.4644	17.2471	4
74100	San Vito Taranto	san-vito-taranto	13	TA		40.448	17.2628	3
74121	Taranto	taranto	13	TA		40.4644	17.2471	4
74122	Taranto	taranto	13	TA		40.4644	17.2471	4
74123	Taranto	taranto	13	TA		40.4644	17.2471	4
08030	Seulo	seulo	14	CA		39.2071	9.1074	3
08030	Sadali	sadali	14	CA		39.2071	9.1074	3
08030	Nurallao	nurallao	14	CA		39.2071	9.1074	3
08030	Nuragus	nuragus	14	CA		39.2071	9.1074	3
08030	Lixius	lixius	14	CA		39.2071	9.1074	3
08030	Serri	serri	14	CA		39.2071	9.1074	3
08030	Esterzili	esterzili	14	CA		39.2071	9.1074	3
08030	Orroli	orroli	14	CA		39.2071	9.1074	3
08030	Villanova Tulo	villanova-tulo	14	CA		39.2071	9.1074	3
08030	Escolca	escolca	14	CA		39.2071	9.1074	3
08030	Gergei	gergei	14	CA		39.2071	9.1074	3
08033	Isili	isili	14	CA		39.2071	9.1074	1
08035	Nurri	nurri	14	CA		39.2071	9.1074	1
08043	Escalaplano	escalaplano	14	CA		39.2071	9.1074	1
09010	Villa San Pietro	villa-san-pietro	14	CA		39.0355	8.997	4
09010	Pula	pula	14	CA		39.0073	9.0022	4
09010	Uta	uta	14	CA		39.2919	8.9523	4
09010	Siliqua	siliqua	14	CA		39.2071	9.1074	4
09010	Domus De Maria	domus-de-maria	14	CA		39.2071	9.1074	4
09010	Vallermosa	vallermosa	14	CA		39.2071	9.1074	4
09010	Decimoputzu	decimoputzu	14	CA		39.2071	9.1074	4
09010	Forte Village	forte-village	14	CA		39.2071	9.1074	3
09010	Villaspeciosa	villaspeciosa	14	CA		39.2071	9.1074	4
09012	Poggio Dei Pini	poggio-dei-pini	14	CA		39.1472	8.9714	4
09012	Capoterra	capoterra	14	CA		39.1752	8.972	4
09012	La Maddalena	la-maddalena	14	CA		39.1443	9.0122	4
09012	San Leone	san-leone	14	CA		39.1555	8.9852	3
09018	Villa D'Orri	villa-d-orri	14	CA		39.1122	9.0094	4
09018	Sarroch	sarroch	14	CA		39.0658	9.0094	4
09019	Teulada	teulada	14	CA		39.2071	9.1074	4
09020	Samatzai	samatzai	14	CA		39.2071	9.1074	4
09020	Ussana	ussana	14	CA		39.2071	9.1074	4
09020	Pimentel	pimentel	14	CA		39.2071	9.1074	4
09023	Monastir	monastir	14	CA		39.2071	9.1074	4
09024	Nuraminis	nuraminis	14	CA		39.2071	9.1074	4
09024	Villagreca	villagreca	14	CA		39.2071	9.1074	4
09026	San Sperate	san-sperate	14	CA		39.2071	9.1074	4
09028	Sestu	sestu	14	CA		39.2985	9.0925	4
09030	Elmas	elmas	14	CA		39.2688	9.0502	4
09032	Assemini	assemini	14	CA		39.2912	8.9988	4
09032	Macchiareddu	macchiareddu	14	CA		39.2319	8.9772	4
09033	Decimomannu	decimomannu	14	CA		39.3103	8.9696	4
09034	Villasor	villasor	14	CA		39.2071	9.1074	4
09040	Maracalagonis	maracalagonis	14	CA		39.2857	9.2287	4
09040	San Basilio	san-basilio	14	CA		39.2866	9.3353	4
09040	Burcei	burcei	14	CA		39.2071	9.1074	4
09040	Guasila	guasila	14	CA		39.2071	9.1074	3
09040	Settimo San Pietro	settimo-san-pietro	14	CA		39.2911	9.1857	4
09040	Ballao	ballao	14	CA		39.2071	9.1074	4
09040	Castiadas	castiadas	14	CA		39.2071	9.1074	4
09040	Arixi	arixi	14	CA		39.2071	9.1074	4
09040	Goni	goni	14	CA		39.2071	9.1074	4
09040	Sant'Andrea Frius	sant-andrea-frius	14	CA		39.2071	9.1074	4
09040	San Nicolo' Gerrei	san-nicolo-gerrei	14	CA		39.2071	9.1074	4
09040	Ortacesus	ortacesus	14	CA		39.2071	9.1074	4
09040	Armungia	armungia	14	CA		39.2071	9.1074	4
09040	Villasalto	villasalto	14	CA		39.2071	9.1074	4
09040	Soleminis	soleminis	14	CA		39.2071	9.1074	4
09040	Donori'	donori	14	CA		39.2071	9.1074	4
09040	Senorbi'	senorbi	14	CA		39.2071	9.1074	4
09040	Serdiana	serdiana	14	CA		39.2071	9.1074	4
09040	Villaputzu	villaputzu	14	CA		39.2071	9.1074	4
09040	Barrali	barrali	14	CA		39.2071	9.1074	4
09040	Silius	silius	14	CA		39.2071	9.1074	4
09040	San Vito	san-vito	14	CA		39.2071	9.1074	4
09040	Suelli	suelli	14	CA		39.2071	9.1074	3
09040	Selegas	selegas	14	CA		39.2071	9.1074	3
09040	Gesico	gesico	14	CA		39.2071	9.1074	3
09040	Siurgus Donigala	siurgus-donigala	14	CA		39.2071	9.1074	3
09040	Guamaggiore	guamaggiore	14	CA		39.2071	9.1074	3
09040	Santa Maria	santa-maria	14	CA		39.2071	9.1074	3
09040	Mandas	mandas	14	CA		39.2071	9.1074	3
09040	Sisini	sisini	14	CA		39.2071	9.1074	4
09041	Dolianova	dolianova	14	CA		39.2071	9.1074	4
09042	Monserrato	monserrato	14	CA		39.2564	9.1444	4
09043	Muravera	muravera	14	CA		39.2071	9.1074	4
09044	Quartucciu	quartucciu	14	CA		39.2526	9.1776	4
09045	Flumini Di Quartu Sant'Elena	flumini-di-quartu-sant-elena	14	CA		39.2169	9.2844	4
09045	Quartu Sant'Elena	quartu-sant-elena	14	CA		39.2294	9.25	4
09047	Su Planu	su-planu	14	CA		39.2549	9.1066	4
09047	Selargius	selargius	14	CA		39.2578	9.1632	4
09048	Sinnai	sinnai	14	CA		39.3029	9.2028	4
09049	Villasimius	villasimius	14	CA		39.2071	9.1074	4
09100	Cagliari	cagliari	14	CA		39.2305	9.1192	4
09121	Cagliari	cagliari	14	CA		39.2305	9.1192	4
09122	Cagliari	cagliari	14	CA		39.2305	9.1192	4
09123	Cagliari	cagliari	14	CA		39.2305	9.1192	4
09124	Cagliari	cagliari	14	CA		39.2305	9.1192	4
09125	Cagliari	cagliari	14	CA		39.2305	9.1192	4
09126	Poetto	poetto	14	CA		39.2	9.1592	4
09126	San Bartolomeo	san-bartolomeo	14	CA		39.2153	9.1392	3
09126	Cagliari	cagliari	14	CA		39.2305	9.1192	4
09126	Cala Mosca	cala-mosca	14	CA		39.2153	9.1392	3
09126	Lazzaretto	lazzaretto	14	CA		39.2153	9.1392	3
09127	Cagliari	cagliari	14	CA		39.2305	9.1192	4
09128	Cagliari	cagliari	14	CA		39.2305	9.1192	4
09129	Cagliari	cagliari	14	CA		39.2305	9.1192	4
09131	Cagliari	cagliari	14	CA		39.2305	9.1192	4
09134	Pirri	pirri	14	CA		39.2461	9.1278	4
09134	Cagliari	cagliari	14	CA		39.2305	9.1192	4
08010	Noragugume	noragugume	14	NU		40.2244	8.9201	4
08010	Birori	birori	14	NU		40.2659	8.8157	4
08010	Lei	lei	14	NU		40.3064	8.9186	4
08010	Dualchi	dualchi	14	NU		40.2293	8.8972	4
08011	Bolotana	bolotana	14	NU		40.3244	8.9611	4
08012	Mulargia	mulargia	14	NU		40.2937	8.7935	4
08012	Bortigali	bortigali	14	NU		40.2827	8.8395	4
08015	Macomer	macomer	14	NU		40.2623	8.7673	4
08016	Borore	borore	14	NU		40.2158	8.8037	4
08017	Silanus	silanus	14	NU		40.2871	8.892	4
08018	Sindia	sindia	14	NU		40.2952	8.6571	4
08020	San Giovanni	san-giovanni	14	NU		40.6174	9.7462	4
08020	Monte Longu	monte-longu	14	NU		40.619	9.7321	4
08020	Olzai	olzai	14	NU		40.1824	9.1468	4
08020	Onifai	onifai	14	NU		40.4069	9.6501	4
08020	Brunella	brunella	14	NU		40.6889	9.6362	4
08020	Ottana	ottana	14	NU		40.234	9.0446	4
08020	Concas	concas	14	NU		40.6494	9.5655	4
08020	Osidda	osidda	14	NU		40.5237	9.2205	4
08020	Irgoli	irgoli	14	NU		40.41	9.6314	4
08020	Oniferi	oniferi	14	NU		40.272	9.1703	4
08020	Lula	lula	14	NU		40.4705	9.4868	4
08020	Loculi	loculi	14	NU		40.407	9.6106	4
08020	S'Ena Sa Chitta	s-ena-sa-chitta	14	NU		40.5496	9.786	4
08020	Sas Murtas	sas-murtas	14	NU		40.6714	9.6978	4
08020	Torpe'	torpe	14	NU		40.6278	9.6792	4
08020	Gavoi	gavoi	14	NU		40.1613	9.1946	4
08020	Onani	onani	14	NU		40.4854	9.4432	4
08020	Lode'	lode	14	NU		40.5914	9.5387	4
08020	Orotelli	orotelli	14	NU		40.3066	9.1215	4
08020	Ollolai	ollolai	14	NU		40.168	9.1778	4
08020	Orune	orune	14	NU		40.4079	9.3696	4
08020	Ovodda	ovodda	14	NU		40.5971	9.5772	3
08020	Su Pradu	su-pradu	14	NU		40.4107	9.3553	4
08020	Mamone	mamone	14	NU		40.5721	9.4208	4
08020	Galtelli	galtelli	14	NU		40.3845	9.6124	4
08020	Lodine	lodine	14	NU		40.5971	9.5772	3
08020	Talava'	talava	14	NU		40.6822	9.6348	4
08020	Su Cossu	su-cossu	14	NU		40.6743	9.6006	4
08020	Tiana	tiana	14	NU		40.5971	9.5772	3
08020	Ovedi'	ovedi	14	NU		40.5971	9.5772	3
08020	Sarule	sarule	14	NU		40.5971	9.5772	3
08020	Posada	posada	14	NU		40.632	9.719	4
08020	Berchidda	berchidda	14	NU		40.1817	9.3691	3
08020	Sant'Efisio	sant-efisio	14	NU		40.5971	9.5772	3
08020	Sa Pala Ruia	sa-pala-ruia	14	NU		40.5971	9.5772	3
08021	Bitti	bitti	14	NU		40.4796	9.384	4
08022	Dorgali	dorgali	14	NU		40.2922	9.587	4
08022	Cala Gonone	cala-gonone	14	NU		40.2809	9.6297	4
08023	Fonni	fonni	14	NU		40.1193	9.2535	4
08024	Mamoiada	mamoiada	14	NU		40.2149	9.2819	4
08025	Oliena	oliena	14	NU		40.2762	9.4019	4
08025	Su Cologone	su-cologone	14	NU		40.2762	9.4019	3
08026	Orani	orani	14	NU		40.252	9.1815	4
08027	Orgosolo	orgosolo	14	NU		40.2053	9.3545	4
08028	Orosei	orosei	14	NU		40.3783	9.6925	4
08028	Sos Alinos	sos-alinos	14	NU		40.4387	9.7653	4
08028	Cala Ginepro	cala-ginepro	14	NU		40.4211	9.7546	3
08028	Cala Liberotto	cala-liberotto	14	NU		40.4437	9.7898	4
08028	Sas Linnas Siccas	sas-linnas-siccas	14	NU		40.4236	9.7709	4
08029	Capo Comino	capo-comino	14	NU	091085	40.5352	9.7918	4
08029	Santa Lucia	santa-lucia	14	NU	091085	40.5813	9.7772	4
08029	Mandras	mandras	14	NU	091085	40.5749	9.7523	3
08029	Siniscola	siniscola	14	NU		40.5734	9.697	4
08029	Ena Sa Chitta	ena-sa-chitta	14	NU	091085	40.5496	9.786	4
08029	Sa Pischera	sa-pischera	14	NU	091085	40.5749	9.7523	3
08029	Overì	overi	14	NU	091085	40.5999	9.7114	4
08029	La Caletta	la-caletta	14	NU	091085	40.6099	9.7506	4
08029	Su Tilio'	su-tilio	14	NU	091085	40.5749	9.7523	3
08029	Berchida	berchida	14	NU	091085	40.5749	9.7523	3
08029	Sarenargiu	sarenargiu	14	NU	091085	40.5749	9.7523	3
08029	Sa Perta Ruia	sa-perta-ruia	14	NU	091085	40.5749	9.7523	3
08030	Belvi	belvi	14	NU		39.9618	9.1842	4
08030	Gadoni	gadoni	14	NU		39.9139	9.1856	4
08030	Meana Sardo	meana-sardo	14	NU		39.9447	9.0735	4
08030	Teti	teti	14	NU		40.0974	9.1192	4
08030	Austis	austis	14	NU		40.0712	9.0888	4
08030	Atzara	atzara	14	NU		39.9925	9.0762	4
08031	Gidilau	gidilau	14	NU		39.959	9.1927	3
08031	Aritzo	aritzo	14	NU		39.959	9.1927	4
08032	Desulo	desulo	14	NU		40.0146	9.2306	4
08036	Ortueri	ortueri	14	NU		40.0355	8.9859	4
08037	Seui	seui	14	NU		40.1817	9.3691	4
08038	Sorgono	sorgono	14	NU		40.026	9.102	4
08039	Tonara	tonara	14	NU		40.0246	9.172	4
08040	Tancau Sul Mare	tancau-sul-mare	14	NU		39.9843	9.685	4
08040	Talana	talana	14	NU		40.0416	9.4955	4
08040	Urzulei	urzulei	14	NU		40.0928	9.508	4
08040	Ulassai	ulassai	14	NU		39.8103	9.4996	4
08040	Arzana	arzana	14	NU		39.9174	9.5277	4
08040	Ardali	ardali	14	NU		40.0167	9.6333	4
08040	Tancau	tancau	14	NU		39.9843	9.685	4
08040	Lotzorai	lotzorai	14	NU		39.9694	9.6635	4
08040	Cardedu	cardedu	14	NU		39.7971	9.6265	4
08040	Girasole	girasole	14	NU		39.952	9.661	4
08040	Gairo	gairo	14	NU		39.8497	9.5047	4
08040	Santa Maria Navarrese	santa-maria-navarrese	14	NU		39.9903	9.684	4
08040	S'Arridellu	s-arridellu	14	NU		39.9267	9.5713	3
08040	Elini	elini	14	NU		39.8995	9.532	4
08040	Triei	triei	14	NU		40.035	9.64	4
08040	Taquisara	taquisara	14	NU		39.8567	9.4617	4
08040	Osini	osini	14	NU		39.8226	9.4964	4
08040	Ussassai	ussassai	14	NU		39.81	9.3951	4
08040	Ilbono	ilbono	14	NU		39.8926	9.5458	4
08040	Gairo Sant'Elena	gairo-sant-elena	14	NU		39.8497	9.5047	4
08040	Loceri	loceri	14	NU		39.8582	9.5837	4
08040	Baunei	baunei	14	NU		40.0313	9.6637	4
08042	Bari Sardo	bari-sardo	14	NU		39.8414	9.6461	4
08044	Jerzu	jerzu	14	NU		39.7929	9.5179	4
08045	Lanusei	lanusei	14	NU		39.8793	9.5402	4
08046	Perdasdefogu	perdasdefogu	14	NU		39.6796	9.4408	4
08047	Migheli	migheli	14	NU		39.6952	9.5788	3
08047	Tertenia	tertenia	14	NU		39.6952	9.5788	4
08048	Su Troccu	su-troccu	14	NU		39.9304	9.6806	3
08048	Tortoli'	tortoli	14	NU		39.9263	9.6557	4
08048	Arbatax	arbatax	14	NU		39.9344	9.7056	4
08048	Is Murdegus	is-murdegus	14	NU		39.9304	9.6806	3
08048	Calamoresca	calamoresca	14	NU		39.9304	9.6806	3
08048	Su Pinu	su-pinu	14	NU		39.9304	9.6806	3
08048	Porto Frailis	porto-frailis	14	NU		39.9304	9.6806	3
08049	Villanova Strisaili	villanova-strisaili	14	NU	105023	39.9602	9.4643	4
08049	Villagrande Strisaili	villagrande-strisaili	14	NU		39.9593	9.5094	4
08100	Nuoro	nuoro	14	NU		40.3199	9.3257	4
08100	Lollove	lollove	14	NU		40.365	9.3324	4
08100	Manasuddas	manasuddas	14	NU		40.3424	9.3291	3
08100	Monte Ortobene	monte-ortobene	14	NU		40.3424	9.3291	3
08010	Sagama	sagama	14	OR		40.2616	8.5775	4
08010	Tinnura	tinnura	14	OR		40.2692	8.5482	4
08010	Magomadas	magomadas	14	OR		40.2632	8.5233	4
08010	Santa Maria	santa-maria	14	OR		39.9895	8.7166	3
08010	Flussio	flussio	14	OR		40.2654	8.5381	4
08010	Suni	suni	14	OR		40.2809	8.5494	4
08010	Montresta	montresta	14	OR		40.3737	8.4996	4
08010	Sa Lumenera	sa-lumenera	14	OR		40.274	8.6788	3
08013	Bosa	bosa	14	OR		40.2993	8.4983	4
08013	Bosa Marina	bosa-marina	14	OR		40.2833	8.4833	4
08013	Turas	turas	14	OR		40.2913	8.4908	3
08019	Modolo	modolo	14	OR		40.2754	8.53	4
08030	Genoni	genoni	14	OR		39.9895	8.7166	4
08034	Laconi	laconi	14	OR		39.8533	9.052	4
08034	Traidodini	traidodini	14	OR		39.8533	9.052	3
08034	Su Lau	su-lau	14	OR		39.8533	9.052	3
08034	Crastu	crastu	14	OR		39.8533	9.052	3
08034	Santa Sofia	santa-sofia	14	OR		39.8533	9.052	3
09070	San Vero Milis	san-vero-milis	14	OR		40.0138	8.5983	4
09070	Narbolia	narbolia	14	OR		40.0478	8.5755	4
09070	Seneghe	seneghe	14	OR		40.0813	8.6135	4
09070	Norbello	norbello	14	OR		40.1348	8.832	4
09070	Putzu Idu	putzu-idu	14	OR		40.0259	8.41	4
09070	Aidomaggiore	aidomaggiore	14	OR		40.1715	8.8568	4
09070	Bauladu	bauladu	14	OR		40.0205	8.6719	4
09070	Baratili San Pietro	baratili-san-pietro	14	OR		39.9922	8.5559	4
09070	Siamaggiore	siamaggiore	14	OR		39.9497	8.6346	4
09070	Riola Sardo	riola-sardo	14	OR		39.9936	8.5413	4
09070	Zeddiani	zeddiani	14	OR		39.989	8.5958	4
09070	Pardu Nou	pardu-nou	14	OR		39.9399	8.6412	4
09070	Bonarcado	bonarcado	14	OR		40.0984	8.6553	4
09070	Sa Rocca Tunda	sa-rocca-tunda	14	OR		40.0415	8.4194	4
09070	Zerfaliu	zerfaliu	14	OR		39.9609	8.7097	4
09070	Nurachi	nurachi	14	OR		39.9745	8.5397	4
09070	Milis	milis	14	OR		40.0504	8.637	4
09070	Domusnovas Canales	domusnovas-canales	14	OR		40.1492	8.8375	4
09070	Paulilatino	paulilatino	14	OR		40.0847	8.7645	4
09070	Tramatza	tramatza	14	OR		40.0029	8.6494	4
09070	Mandriola	mandriola	14	OR		40.0329	8.395	4
09070	Rocca Tunda	rocca-tunda	14	OR		40.0415	8.4194	4
09071	Abbasanta	abbasanta	14	OR		40.1281	8.8176	4
09072	Cabras	cabras	14	OR		39.9287	8.5324	4
09072	Solanas	solanas	14	OR		39.9303	8.5534	4
09073	S'Archittu	s-archittu	14	OR		40.0893	8.4947	4
09073	Cuglieri	cuglieri	14	OR		40.188	8.5681	4
09073	Santa Caterina Di Pittinurri	santa-caterina-di-pittinurri	14	OR		40.1163	8.5119	3
09073	Torre Del Pozzo	torre-del-pozzo	14	OR		40.0842	8.4925	4
09073	Santa Caterina	santa-caterina	14	OR		40.1035	8.4924	4
09074	Zuri	zuri	14	OR		40.1198	8.8761	4
09074	Ghilarza	ghilarza	14	OR		40.1212	8.8361	4
09075	Santu Lussurgiu	santu-lussurgiu	14	OR		40.1411	8.6554	4
09075	San Leonardo	san-leonardo	14	OR		40.1776	8.6643	4
09076	Sedilo	sedilo	14	OR		40.1729	8.9199	4
09077	Solarussa	solarussa	14	OR		39.955	8.6739	4
09078	Scano Di Montiferro	scano-di-montiferro	14	OR		40.2153	8.5869	4
09078	Sennariolo	sennariolo	14	OR		40.2124	8.5557	4
09079	Tresnuraghes	tresnuraghes	14	OR		40.2524	8.5209	4
09080	Nureci	nureci	14	OR		39.8233	8.9748	4
09080	Sorradile	sorradile	14	OR		40.1063	8.9324	4
09080	Ula' Tirso	ula-tirso	14	OR		40.0457	8.9033	4
09080	Bidoni'	bidoni	14	OR		40.1131	8.9364	4
09080	Senis	senis	14	OR		39.8232	8.9392	4
09080	Sant'Antonio Ruinas	sant-antonio-ruinas	14	OR		39.86	8.9028	4
09080	Assolo	assolo	14	OR		39.8092	8.9193	4
09080	Asuni	asuni	14	OR		39.871	8.946	4
09080	Siapiccia	siapiccia	14	OR		39.9276	8.7627	4
09080	Villa Sant'Antonio	villa-sant-antonio	14	OR		39.8591	8.9015	4
09080	Nughedu Santa Vittoria	nughedu-santa-vittoria	14	OR		40.1013	8.9525	4
09080	Allai	allai	14	OR		39.957	8.8635	4
09080	Neoneli	neoneli	14	OR		40.0648	8.9467	4
09080	Boroneddu	boroneddu	14	OR		40.1126	8.8702	4
09080	Tadasuni	tadasuni	14	OR		40.11	8.8835	4
09080	Siamanna	siamanna	14	OR		39.9194	8.7618	4
09080	Mogorella	mogorella	14	OR		39.8645	8.8591	4
09080	Villaurbana	villaurbana	14	OR		39.885	8.7783	4
09080	Soddi'	soddi	14	OR		40.1299	8.878	4
09081	Ardauli	ardauli	14	OR		40.0844	8.9123	4
09082	Busachi	busachi	14	OR		40.0342	8.8885	4
09083	Fordongianus	fordongianus	14	OR		39.9944	8.8102	4
09084	Villanova Truschedu	villanova-truschedu	14	OR		39.9884	8.7518	4
09085	Ruinas	ruinas	14	OR		39.9063	8.8971	4
09086	Samugheo	samugheo	14	OR		39.9485	8.9415	4
09088	Simaxis	simaxis	14	OR		39.9299	8.6898	4
09088	Ollastra	ollastra	14	OR		39.9522	8.7342	4
09090	Albagiara	albagiara	14	OR		39.7872	8.8618	4
09090	Masullas	masullas	14	OR		39.7004	8.7837	4
09090	Baressa	baressa	14	OR		39.7131	8.8746	4
09090	Gonnosno'	gonnosno	14	OR		39.761	8.8713	4
09090	Pau	pau	14	OR		39.7917	8.8022	4
09090	Siris	siris	14	OR		39.7123	8.7751	4
09090	Tiria	tiria	14	OR		39.8667	8.7041	4
09090	Simala	simala	14	OR		39.721	8.828	4
09090	Usellus	usellus	14	OR		39.8083	8.8517	4
09090	Morgongiori	morgongiori	14	OR		39.7463	8.7704	4
09090	Sini	sini	14	OR		39.7535	8.9049	4
09090	Villa Verde	villa-verde	14	OR		39.7955	8.8211	4
09090	Gonnoscodina	gonnoscodina	14	OR		39.6996	8.836	4
09090	Baradili	baradili	14	OR		39.7219	8.8973	4
09090	Palmas Arborea	palmas-arborea	14	OR		39.8767	8.6439	4
09090	Curcuris	curcuris	14	OR		39.7462	8.8315	4
09091	Ales	ales	14	OR		39.7683	8.8152	4
09092	Arborea	arborea	14	OR		39.7728	8.5813	4
09093	Pompu	pompu	14	OR		39.7252	8.7964	4
09093	Gonnostramatza	gonnostramatza	14	OR		39.6831	8.8328	4
09094	Marrubiu	marrubiu	14	OR		39.7512	8.6377	4
09094	Sant'Anna	sant-anna	14	OR		39.8136	8.6489	4
09095	Mogoro	mogoro	14	OR		39.6842	8.7766	4
09096	Santa Giusta	santa-giusta	14	OR		39.8807	8.6092	4
09097	San Nicolo' D'Arcidano	san-nicolo-d-arcidano	14	OR		39.6842	8.6436	4
09098	Terralba	terralba	14	OR		39.7206	8.635	4
09098	Tanca Marchese	tanca-marchese	14	OR		39.7404	8.6071	4
09099	Uras	uras	14	OR		39.698	8.7014	4
09170	Nuraxinieddu	nuraxinieddu	14	OR		39.9384	8.5991	4
09170	Sili'	sili	14	OR		39.9179	8.6219	4
09170	Donigala Fenughedu	donigala-fenughedu	14	OR		39.9221	8.5868	3
09170	Massama	massama	14	OR		39.9439	8.6025	4
09170	Oristano	oristano	14	OR		39.9036	8.5926	4
09170	Torre Grande	torre-grande	14	OR		39.9068	8.518	4
07010	Ittireddu	ittireddu	14	SS		40.544	8.9012	4
07010	Nughedu San Nicolo'	nughedu-san-nicolo	14	SS		40.5574	9.0214	4
07010	Ardara	ardara	14	SS		40.6214	8.8099	4
07010	Bottidda	bottidda	14	SS		40.3924	9.0104	4
07010	Bultei	bultei	14	SS		40.4572	9.0637	4
07010	Semestene	semestene	14	SS		40.3985	8.7254	4
07010	Anela	anela	14	SS		40.4418	9.0574	4
07010	Nule	nule	14	SS		40.4627	9.1908	4
07010	Monteleone Rocca Doria	monteleone-rocca-doria	14	SS		40.4721	8.5607	4
07010	Benetutti	benetutti	14	SS		40.4569	9.1675	4
07010	Burgos	burgos	14	SS		40.3908	8.9956	4
07010	Illorai	illorai	14	SS		40.3527	9.0017	4
07010	Tula	tula	14	SS		40.7325	8.9839	4
07010	Esporlatu	esporlatu	14	SS		40.3846	8.9898	4
07010	Romana	romana	14	SS		40.4844	8.5857	4
07010	Cossoine	cossoine	14	SS		40.4307	8.7158	4
07010	Giave	giave	14	SS		40.4522	8.7518	4
07010	Foresta Di Burgos	foresta-di-burgos	14	SS		40.469	8.8983	3
07010	Mara	mara	14	SS		40.4102	8.6366	4
07010	Foresta Burgos	foresta-burgos	14	SS		40.469	8.8983	3
07011	Bono	bono	14	SS		40.4139	9.0319	4
07012	Bonorva	bonorva	14	SS		40.4184	8.7683	4
07012	Rebeccu	rebeccu	14	SS		40.4167	8.8	4
07012	Santa Lucia	santa-lucia	14	SS		40.5833	9.1833	4
07013	Mores	mores	14	SS		40.5474	8.833	4
07014	Fraigas	fraigas	14	SS		40.6275	8.9869	4
07014	San Nicola	san-nicola	14	SS		40.6106	8.9884	4
07014	Vigne	vigne	14	SS		40.6089	8.9787	3
07014	Ozieri	ozieri	14	SS		40.5863	9.0034	4
07014	Chilivani	chilivani	14	SS		40.611	8.936	4
07015	Padria	padria	14	SS		40.3964	8.6299	4
07016	Pattada	pattada	14	SS		40.5807	9.1113	4
07017	Ploaghe	ploaghe	14	SS		40.6707	8.7496	4
07018	Pozzomaggiore	pozzomaggiore	14	SS		40.3977	8.6593	4
07019	Villanova Monteleone	villanova-monteleone	14	SS		40.5026	8.4711	4
07020	Padru	padru	14	SS		40.7662	9.521	4
07020	Ala' Dei Sardi	ala-dei-sardi	14	SS		40.6501	9.3278	4
07020	Luogosanto	luogosanto	14	SS		41.0468	9.2055	4
07020	Golfo Aranci	golfo-aranci	14	SS		41.0065	9.6145	4
07020	Porto San Paolo	porto-san-paolo	14	SS		40.8754	9.6271	4
07020	Vaccileddi	vaccileddi	14	SS		40.8467	9.6466	4
07020	Loiri Porto San Paolo	loiri-porto-san-paolo	14	SS		40.8426	9.4982	4
07020	Budduso'	budduso	14	SS		40.5772	9.2584	4
07020	Telti	telti	14	SS		40.8757	9.3533	4
07020	Monti	monti	14	SS		40.8071	9.3255	4
07020	Palau	palau	14	SS		41.1794	9.3819	4
07020	Aggius	aggius	14	SS		40.9299	9.0652	4
07020	Aglientu	aglientu	14	SS		41.0791	9.1127	4
07020	San Francesco D'Aglientu	san-francesco-d-aglientu	14	SS		40.8833	9.3798	3
07020	Su Canale	su-canale	14	SS		40.8833	9.3798	3
07020	Loiri	loiri	14	SS		40.8833	9.3798	3
07021	Porto Cervo	porto-cervo	14	SS		41.1406	9.5327	4
07021	Arzachena	arzachena	14	SS		41.0762	9.3905	4
07021	Cannigione	cannigione	14	SS		41.1142	9.4374	4
07021	Cala Di Volpe	cala-di-volpe	14	SS		41.0943	9.5392	4
07021	Baia Sardinia	baia-sardinia	14	SS		41.1063	9.475	3
07021	Pirazzolu	pirazzolu	14	SS		41.1063	9.475	3
07021	Costa Smeralda	costa-smeralda	14	SS		41.1063	9.475	3
07021	Capo Ferro	capo-ferro	14	SS		41.1063	9.475	3
07022	Berchidda	berchidda	14	SS		40.7848	9.1651	4
07023	Calangianus	calangianus	14	SS		40.9203	9.1934	4
07024	La Maddalena	la-maddalena	14	SS		41.2142	9.4083	4
07024	Moneta	moneta	14	SS		41.2142	9.4083	3
07024	Isola Di Caprera	isola-di-caprera	14	SS		41.2142	9.4083	3
07025	Luras	luras	14	SS		40.9364	9.1748	4
07026	Porto Rotondo	porto-rotondo	14	SS		41.0275	9.5405	4
07026	Olbia	olbia	14	SS		40.9234	9.498	4
07026	San Pantaleo	san-pantaleo	14	SS		41.0457	9.4676	4
07026	Berchiddeddu	berchiddeddu	14	SS		40.822	9.4634	4
07027	Oschiri	oschiri	14	SS		40.7198	9.101	4
07028	Santa Teresa Gallura	santa-teresa-gallura	14	SS		41.2386	9.1887	4
07028	San Pasquale	san-pasquale	14	SS		41.1679	9.2792	4
07029	Nuchis	nuchis	14	SS		40.9171	9.1518	4
07029	Bassacutena	bassacutena	14	SS	104025	41.1122	9.2629	4
07029	Tempio Pausania	tempio-pausania	14	SS		40.9007	9.1046	4
07030	Laerru	laerru	14	SS		40.8171	8.8365	4
07030	Tergu	tergu	14	SS		40.8665	8.7147	4
07030	Bortigiadas	bortigiadas	14	SS		40.8917	9.0435	4
07030	Bulzi	bulzi	14	SS		40.8467	8.8303	4
07030	Muros	muros	14	SS		40.679	8.6178	4
07030	Badesi	badesi	14	SS		40.9646	8.8824	4
07030	Viddalba	viddalba	14	SS		40.9126	8.8901	4
07030	Chiaramonti	chiaramonti	14	SS		40.7483	8.8211	4
07030	Cargeghe	cargeghe	14	SS		40.6689	8.6152	4
07030	Erula	erula	14	SS		40.7924	8.9442	4
07030	Martis	martis	14	SS		40.778	8.809	4
07030	Florinas	florinas	14	SS		40.649	8.6655	4
07030	Santa Maria Coghinas	santa-maria-coghinas	14	SS		40.9042	8.8638	4
07030	Sant'Antonio Di Gallura	sant-antonio-di-gallura	14	SS		40.9915	9.3015	4
07031	Castelsardo	castelsardo	14	SS		40.9126	8.7145	4
07031	Lu Bagnu	lu-bagnu	14	SS		40.9018	8.6856	4
07032	Nulvi	nulvi	14	SS		40.7845	8.7436	4
07033	Osilo	osilo	14	SS		40.7435	8.6711	4
07033	Santa Vittoria	santa-vittoria	14	SS		40.7734	8.6701	4
07034	Perfugas	perfugas	14	SS		40.8323	8.8835	4
07035	Sedini	sedini	14	SS		40.8528	8.8167	4
07036	Sennori	sennori	14	SS		40.7878	8.5929	4
07037	Sorso	sorso	14	SS		40.7995	8.5757	4
07037	Platamona	platamona	14	SS		40.8178	8.4678	4
07038	Lu Colbu	lu-colbu	14	SS		40.8327	8.7817	1
07038	Trinita' D'Agultu E Vignola	trinita-d-agultu-e-vignola	14	SS		40.8327	8.7817	1
07039	Codaruina	codaruina	14	SS		40.9285	8.824	4
07039	La Muddizza	la-muddizza	14	SS		40.9099	8.8014	4
07039	Valledoria	valledoria	14	SS		40.9287	8.8232	4
07040	Campanedda	campanedda	14	SS		40.7608	8.3464	4
07040	Rumanedda	rumanedda	14	SS		40.6862	8.3582	4
07040	Cheremule	cheremule	14	SS		40.5045	8.7258	4
07040	Argentiera Nurra	argentiera-nurra	14	SS		40.6741	8.4483	3
07040	Canaglia	canaglia	14	SS		40.7828	8.2259	4
07040	Tissi	tissi	14	SS		40.6783	8.5613	4
07040	Biancareddu	biancareddu	14	SS		40.8027	8.1979	4
07040	Uri	uri	14	SS		40.6384	8.4888	4
07040	Palmadula	palmadula	14	SS		40.748	8.1899	4
07040	Tottubella	tottubella	14	SS		40.6863	8.3526	4
07040	Stintino	stintino	14	SS		40.952	8.2198	4
07040	Borutta	borutta	14	SS		40.5224	8.7435	4
07040	Codrongianos	codrongianos	14	SS		40.656	8.6814	4
07040	Banari	banari	14	SS		40.5706	8.7005	4
07040	Argentiera	argentiera	14	SS		40.7406	8.1497	4
07040	La Corte	la-corte	14	SS		40.7354	8.2786	4
07040	Olmedo	olmedo	14	SS		40.6516	8.3802	4
07040	Bessude	bessude	14	SS		40.5545	8.7275	4
07040	Putifigari	putifigari	14	SS		40.5614	8.4606	4
07040	Siligo	siligo	14	SS		40.5748	8.7284	4
07041	Alghero	alghero	14	SS		40.5597	8.3195	4
07041	Maristella Porto Conte	maristella-porto-conte	14	SS		40.5923	8.2194	4
07041	Tramariglio	tramariglio	14	SS		40.5947	8.1655	4
07041	Fertilia	fertilia	14	SS		40.5935	8.2823	4
07041	Santa Maria La Palma	santa-maria-la-palma	14	SS		40.661	8.2717	4
07043	Bonnanaro	bonnanaro	14	SS		40.5326	8.7639	4
07044	Ittiri	ittiri	14	SS		40.5915	8.5698	4
07045	Ossi	ossi	14	SS		40.6748	8.5925	4
07046	Porto Torres	porto-torres	14	SS		40.8338	8.4053	4
07046	Cala Reale	cala-reale	14	SS		40.8338	8.4053	3
07046	Asinara Cala D'Oliva	asinara-cala-d-oliva	14	SS		40.8338	8.4053	3
07046	Asinara Lazzaretto	asinara-lazzaretto	14	SS		40.8338	8.4053	3
07047	Thiesi	thiesi	14	SS		40.524	8.72	4
07048	Torralba	torralba	14	SS		40.513	8.7653	4
07049	Usini	usini	14	SS		40.6642	8.5392	4
07100	Ottava	ottava	14	SS		40.7852	8.4754	4
07100	Sassari	sassari	14	SS		40.7259	8.5555	4
07100	La Landrigga	la-landrigga	14	SS		40.7245	8.4812	4
07100	San Giovanni	san-giovanni	14	SS		40.882	8.7582	4
07100	Macciadosa	macciadosa	14	SS		40.7694	8.5371	3
07100	Li Punti	li-punti	14	SS		40.7634	8.489	4
07100	Bancali	bancali	14	SS		40.7355	8.4633	4
08020	San Pietro	san-pietro	14	SS		40.6969	9.6556	4
08020	Nuditta	nuditta	14	SS		40.7178	9.652	4
08020	Lu Fraili	lu-fraili	14	SS		40.8194	9.6598	4
08020	San Gavino	san-gavino	14	SS		40.6887	9.6877	4
08020	S'Iscala	s-iscala	14	SS		40.6815	9.7141	4
08020	Badualga	badualga	14	SS		40.7645	9.6538	4
08020	Limpiddu	limpiddu	14	SS		40.6906	9.7052	4
08020	Lu Lioni	lu-lioni	14	SS		40.7833	9.6333	4
08020	Monte Petrosu	monte-petrosu	14	SS		40.843	9.6571	4
08020	Malamori'	malamori	14	SS		40.7465	8.9639	3
08020	Tamarispa	tamarispa	14	SS		40.6805	9.666	4
08020	San Lorenzo	san-lorenzo	14	SS		40.6817	9.6825	4
08020	Straulas	straulas	14	SS		40.7429	9.647	4
08020	Capo Coda Cavallo	capo-coda-cavallo	14	SS		40.8401	9.718	4
08020	Luttuni	luttuni	14	SS		40.7004	9.6848	4
08020	Lu Cuponeddi	lu-cuponeddi	14	SS		40.7465	8.9639	3
08020	Tanaunella	tanaunella	14	SS		40.6844	9.7253	4
08020	Luddui	luddui	14	SS		40.735	9.6908	4
08020	Muriscuvo'	muriscuvo	14	SS		40.6822	9.7054	4
08020	San Silvestro	san-silvestro	14	SS		40.7196	9.6735	4
08020	Pedra E Cupa	pedra-e-cupa	14	SS		40.7465	8.9639	3
08020	Solita'	solita	14	SS		40.685	9.6937	4
08020	Agrustos	agrustos	14	SS		40.7236	9.7064	4
08020	La Runcina	la-runcina	14	SS		40.7465	8.9639	3
08020	Birgalavo'	birgalavo	14	SS		40.7257	9.6872	4
08020	Lu Ricciu	lu-ricciu	14	SS		40.7465	8.9639	3
08020	Puntaldia	puntaldia	14	SS		40.8119	9.6858	4
08020	Bircolovo'	bircolovo	14	SS		40.7465	8.9639	3
08020	Maiorca	maiorca	14	SS		40.7126	9.6675	4
08020	Silimini	silimini	14	SS		40.7465	8.9639	3
08020	Budoni	budoni	14	SS		40.7026	9.7077	4
08020	Lutturai	lutturai	14	SS		40.7465	8.9639	3
08020	Berruiles	berruiles	14	SS		40.7272	9.6629	4
08020	Lu Impostu	lu-impostu	14	SS		40.7465	8.9639	3
08020	Schifoni	schifoni	14	SS		40.7465	8.9639	3
08020	Lu Sitagliacciu	lu-sitagliacciu	14	SS		40.7465	8.9639	3
08020	Franculacciu	franculacciu	14	SS		40.7465	8.9639	3
08020	La Traversa	la-traversa	14	SS		40.7465	8.9639	3
08020	Stazzu Mesu	stazzu-mesu	14	SS		40.7465	8.9639	3
08020	Strugas	strugas	14	SS		40.7465	8.9639	3
08020	Pira Maseda	pira-maseda	14	SS		40.7465	8.9639	3
08020	Lu Tintimbaru	lu-tintimbaru	14	SS		40.7465	8.9639	3
08020	Pattimedda	pattimedda	14	SS		40.7465	8.9639	3
08020	Ottiolu	ottiolu	14	SS		40.5971	9.5772	3
08020	Terrapadedda	terrapadedda	14	SS		40.7465	8.9639	3
08020	Tiridduli	tiridduli	14	SS		40.7465	8.9639	3
08020	Li Mori	li-mori	14	SS		40.7465	8.9639	3
08020	Budditogliu	budditogliu	14	SS		40.7465	8.9639	3
08020	Lu Muvruneddu	lu-muvruneddu	14	SS		40.7465	8.9639	3
08020	Muvruneddi	muvruneddi	14	SS		40.7465	8.9639	3
08020	Lotturai	lotturai	14	SS		40.7465	8.9639	3
08020	Stazzu Bruciatu	stazzu-bruciatu	14	SS		40.7465	8.9639	3
08020	Su Linalvu	su-linalvu	14	SS		40.7465	8.9639	3
08020	Rinaggiu	rinaggiu	14	SS		40.7465	8.9639	3
08020	Suaredda	suaredda	14	SS		40.7465	8.9639	3
08020	Limpostu	limpostu	14	SS		40.7465	8.9639	3
08020	Lu Titimbaru	lu-titimbaru	14	SS		40.7465	8.9639	3
08020	Traversa	traversa	14	SS		40.7465	8.9639	3
08020	Sitagliacciu	sitagliacciu	14	SS		40.7465	8.9639	3
08020	L'Alzoni	l-alzoni	14	SS		40.7465	8.9639	3
08020	Li Teggi	li-teggi	14	SS		40.7465	8.9639	3
08020	Nuragheddu	nuragheddu	14	SS		40.7465	8.9639	3
09010	Tratalias	tratalias	14	SU		39.1035	8.5786	4
09010	Sant'Anna Arresi	sant-anna-arresi	14	SU		39.0062	8.6424	4
09010	Giba	giba	14	SU		39.0715	8.6358	4
09010	Rosas	rosas	14	SU		39.1749	8.6629	3
09010	Villamassargia	villamassargia	14	SU		39.2748	8.6411	4
09010	San Giovanni Suergiu	san-giovanni-suergiu	14	SU		39.1095	8.5204	4
09010	Santadi	santadi	14	SU		39.0936	8.7126	4
09010	Palmas	palmas	14	SU		39.1749	8.6629	3
09010	Buggerru	buggerru	14	SU		39.3983	8.4019	4
09010	Masainas	masainas	14	SU		39.0499	8.6292	4
09010	Terresoli	terresoli	14	SU		39.091	8.7435	4
09010	Matzaccara	matzaccara	14	SU		39.1324	8.4534	4
09010	Villaperuccio	villaperuccio	14	SU		39.1118	8.67	4
09010	Riomurtas	riomurtas	14	SU		39.1798	8.7064	4
09010	Piscinas	piscinas	14	SU		39.0744	8.6663	4
09010	Paringianu	paringianu	14	SU		39.1745	8.4302	4
09010	Villarios	villarios	14	SU		39.0516	8.5943	4
09010	Gonnesa	gonnesa	14	SU		39.2653	8.4704	4
09010	Perdaxius	perdaxius	14	SU		39.1603	8.6108	4
09010	Portoscuso	portoscuso	14	SU		39.2074	8.3809	4
09010	Narcao	narcao	14	SU		39.1675	8.675	4
09010	Nuraxi Figus	nuraxi-figus	14	SU		39.2227	8.4331	4
09010	Fluminimaggiore	fluminimaggiore	14	SU		39.4388	8.4976	4
09010	Is Urigus	is-urigus	14	SU		39.135	8.4945	4
09010	Terraseo	terraseo	14	SU		39.2029	8.6261	4
09010	Nuxis	nuxis	14	SU		39.1546	8.7395	4
09010	Musei	musei	14	SU		39.3023	8.6661	4
09011	Cussorgia	cussorgia	14	SU		39.1	8.4	4
09011	Calasetta	calasetta	14	SU		39.107	8.368	4
09013	Sirai	sirai	14	SU		39.1846	8.4972	4
09013	Carbonia	carbonia	14	SU		39.1646	8.5213	4
09013	Cortoghiana	cortoghiana	14	SU	107003	39.2118	8.4655	4
09013	Barbusi	barbusi	14	SU		39.2024	8.5075	4
09013	Serbariu	serbariu	14	SU		39.1572	8.5392	4
09013	Bacu Abis	bacu-abis	14	SU	107003	39.243	8.4649	4
09014	Carloforte	carloforte	14	SU		39.1408	8.3039	4
09015	Domusnovas	domusnovas	14	SU		39.324	8.6492	4
09016	San Benedetto	san-benedetto	14	SU		39.3633	8.5267	4
09016	Bindua	bindua	14	SU		39.2923	8.4927	4
09016	Monteponi	monteponi	14	SU		39.3033	8.5053	4
09016	Nebida	nebida	14	SU		39.3142	8.4378	4
09016	Iglesias	iglesias	14	SU		39.3092	8.5372	4
09017	Sant'Antioco	sant-antioco	14	SU		39.0702	8.4524	4
09020	Siddi	siddi	14	SU		39.6725	8.8881	4
09020	Villamar	villamar	14	SU		39.6188	8.9588	4
09020	Collinas	collinas	14	SU		39.6406	8.8395	4
09020	Las Plassas	las-plassas	14	SU		39.6798	8.9844	4
09020	Gesturi	gesturi	14	SU		39.7324	9.0208	4
09020	Villanovafranca	villanovafranca	14	SU		39.6444	9.0024	4
09020	Genuri	genuri	14	SU		39.7433	8.9241	4
09020	Pauli Arbarei	pauli-arbarei	14	SU		39.6618	8.9221	4
09020	Villanovaforru	villanovaforru	14	SU		39.632	8.8698	4
09020	Turri	turri	14	SU		39.7048	8.9166	4
09020	Ussaramanna	ussaramanna	14	SU		39.6925	8.9085	4
09021	Barumini	barumini	14	SU		39.7022	9.0034	4
09022	Lunamatrona	lunamatrona	14	SU		39.6494	8.8997	4
09025	Sanluri Stato	sanluri-stato	14	SU		39.5618	8.8997	3
09025	Sanluri	sanluri	14	SU		39.5618	8.8997	4
09027	Serrenti	serrenti	14	SU		39.4928	8.9766	4
09029	Tuili	tuili	14	SU		39.7148	8.9602	4
09029	Setzu	setzu	14	SU		39.7231	8.9397	4
09030	Sardara	sardara	14	SU		39.6146	8.8209	4
09030	Montevecchio	montevecchio	14	SU		39.5567	8.5683	4
09030	Samassi	samassi	14	SU		39.4821	8.9054	4
09030	Pabillonis	pabillonis	14	SU		39.5923	8.7214	4
09031	Arbus	arbus	14	SU		39.5262	8.5997	4
09031	Gennamari	gennamari	14	SU		39.5862	8.5319	3
09031	Ingurtosu	ingurtosu	14	SU		39.5198	8.5111	4
09031	Sant'Antonio Di Santadi	sant-antonio-di-santadi	14	SU		39.7128	8.485	4
09035	Gonnosfanadiga	gonnosfanadiga	14	SU		39.4943	8.662	4
09036	Guspini	guspini	14	SU		39.5395	8.635	4
09037	San Gavino Monreale	san-gavino-monreale	14	SU		39.5501	8.7907	4
09038	Serramanna	serramanna	14	SU		39.4234	8.9224	4
09039	Villacidro	villacidro	14	SU		39.4573	8.7411	4
09040	Segariu	segariu	14	SU		39.564	8.9816	4
09040	Furtei	furtei	14	SU		39.5625	8.9477	4
92010	Caltabellotta	caltabellotta	15	AG		37.5754	13.2163	4
92010	Bivona	bivona	15	AG		37.618	13.439	4
92010	Montallegro	montallegro	15	AG		37.3912	13.3518	4
92010	Sant'Anna Di Caltabellotta	sant-anna-di-caltabellotta	15	AG		37.5595	13.2347	4
92010	Alessandria Della Rocca	alessandria-della-rocca	15	AG		37.5677	13.4534	4
92010	Calamonaci	calamonaci	15	AG		37.5257	13.2905	4
92010	Joppolo Giancaxio	joppolo-giancaxio	15	AG		37.3868	13.5559	4
92010	Realmonte	realmonte	15	AG		37.3085	13.4643	4
92010	Sant'Anna	sant-anna	15	AG		37.5595	13.2347	4
92010	Linosa	linosa	15	AG		37.516	13.3265	3
92010	Lampedusa	lampedusa	15	AG		37.516	13.3265	3
92010	Lampedusa E Linosa	lampedusa-e-linosa	15	AG		37.516	13.3265	3
92010	Siculiana	siculiana	15	AG		37.3352	13.4243	4
92010	Burgio	burgio	15	AG		37.6009	13.2883	4
92010	Montevago	montevago	15	AG		37.7022	12.9858	4
92010	Lucca Sicula	lucca-sicula	15	AG		37.5778	13.3058	4
92011	Cattolica Eraclea	cattolica-eraclea	15	AG		37.4407	13.3926	4
92012	Cianciana	cianciana	15	AG		37.519	13.4335	4
92013	Menfi	menfi	15	AG		37.6041	12.9689	4
92014	Porto Empedocle	porto-empedocle	15	AG		37.2894	13.5249	4
92015	Raffadali	raffadali	15	AG		37.4021	13.5318	4
92016	Borgo Bonsignore	borgo-bonsignore	15	AG		37.4217	13.269	4
92016	Ribera	ribera	15	AG		37.4977	13.2668	4
92017	Sambuca Di Sicilia	sambuca-di-sicilia	15	AG		37.6529	13.1146	4
92018	Santa Margherita Di Belice	santa-margherita-di-belice	15	AG		37.6928	13.0158	4
92019	Sciacca	sciacca	15	AG		37.5069	13.084	4
92020	Palma Di Montechiaro	palma-di-montechiaro	15	AG		37.1907	13.766	4
92020	Comitini	comitini	15	AG		37.4074	13.6453	4
92020	Grotte	grotte	15	AG		37.4035	13.6989	4
92020	San Biagio Platani	san-biagio-platani	15	AG		37.5093	13.5284	4
92020	Camastra	camastra	15	AG		37.2538	13.7921	4
92020	Racalmuto	racalmuto	15	AG		37.405	13.73	4
92020	Castrofilippo	castrofilippo	15	AG		37.3505	13.75	4
92020	Santa Elisabetta	santa-elisabetta	15	AG		37.4317	13.5539	4
92020	Sant'Angelo Muxaro	sant-angelo-muxaro	15	AG		37.4801	13.5455	4
92020	Santo Stefano Quisquina	santo-stefano-quisquina	15	AG		37.6261	13.4898	4
92020	Villafranca Sicula	villafranca-sicula	15	AG		37.5876	13.2905	4
92020	San Giovanni Gemini	san-giovanni-gemini	15	AG		37.6279	13.6436	4
92021	Aragona	aragona	15	AG		37.399	13.6197	4
92021	Caldare	caldare	15	AG		37.3818	13.6368	4
92022	Borgo Callea	borgo-callea	15	AG		37.6336	13.6272	3
92022	Cammarata	cammarata	15	AG		37.6336	13.6272	4
92023	Campobello Di Licata	campobello-di-licata	15	AG		37.2576	13.9181	4
92024	Canicatti'	canicatti	15	AG		37.3584	13.8479	4
92025	Casteltermini	casteltermini	15	AG		37.5387	13.646	4
92025	Casteltermini Zolfare	casteltermini-zolfare	15	AG		37.5387	13.646	3
92025	Zolfare	zolfare	15	AG		37.5387	13.646	3
92026	Favara	favara	15	AG		37.3175	13.6623	4
92027	Licata	licata	15	AG		37.1027	13.9397	4
92028	Naro	naro	15	AG		37.2925	13.7934	4
92029	Campobello Ravanusa Stazione	campobello-ravanusa-stazione	15	AG		37.2666	13.9683	3
92029	Ravanusa	ravanusa	15	AG		37.2666	13.9683	4
92100	Montaperto	montaperto	15	AG		37.3287	13.5498	4
92100	Agrigento	agrigento	15	AG		37.3107	13.5766	4
92100	Villaggio Mose'	villaggio-mose	15	AG		37.2733	13.6106	4
92100	Borgo La Loggia	borgo-la-loggia	15	AG		37.3045	13.5672	3
92100	Villaseta	villaseta	15	AG		37.2988	13.5592	4
92100	Giardina Gallotti	giardina-gallotti	15	AG		37.3507	13.5227	4
92100	San Leone Mose'	san-leone-mose	15	AG		37.265	13.5843	4
93010	Villalba	villalba	15	CL		37.6546	13.8445	4
93010	Resuttano	resuttano	15	CL		37.6786	14.0295	4
93010	Acquaviva Platani	acquaviva-platani	15	CL		37.5717	13.7016	4
93010	Sutera	sutera	15	CL		37.5249	13.7327	4
93010	Delia	delia	15	CL		37.358	13.9287	4
93010	Vallelunga Pratameno	vallelunga-pratameno	15	CL		37.682	13.8316	4
93010	Montedoro	montedoro	15	CL		37.4543	13.8168	4
93010	Marianopoli	marianopoli	15	CL		37.5984	13.9152	4
93010	Milena	milena	15	CL		37.4713	13.7361	4
93010	Serradifalco	serradifalco	15	CL		37.4538	13.8805	4
93010	Campofranco	campofranco	15	CL		37.5121	13.7121	4
93010	Bompensiere	bompensiere	15	CL		37.4724	13.7814	4
93011	Butera	butera	15	CL		37.191	14.1823	4
93012	Gela	gela	15	CL		37.0738	14.2404	4
93013	Mazzarino	mazzarino	15	CL		37.3019	14.2096	4
93014	Polizzello	polizzello	15	CL		37.6	13.8333	4
93014	Mussomeli	mussomeli	15	CL		37.5807	13.7521	4
93015	Niscemi	niscemi	15	CL		37.1465	14.3938	4
93016	Riesi	riesi	15	CL		37.2808	14.0832	4
93017	San Cataldo	san-cataldo	15	CL		37.4841	13.9854	4
93018	Santa Caterina Villarmosa	santa-caterina-villarmosa	15	CL		37.5903	14.0355	4
93019	Sommatino	sommatino	15	CL		37.3347	13.9974	4
93019	Trabia Miniere	trabia-miniere	15	CL		37.3347	13.9974	3
93100	Borgo Petilia	borgo-petilia	15	CL		37.5435	14.0584	4
93100	Favarella	favarella	15	CL		37.3566	14.0729	4
93100	Caltanissetta	caltanissetta	15	CL		37.4903	14.0622	4
93100	Villaggio Santa Barbara	villaggio-santa-barbara	15	CL		37.4111	14.251	3
95010	Milo	milo	15	CT		37.7245	15.1155	4
95010	Linera	linera	15	CT		37.6638	15.1365	4
95010	Fornazzo	fornazzo	15	CT		37.7359	15.1127	4
95010	Santa Venerina	santa-venerina	15	CT		37.691	15.1388	4
95010	Dagala Del Re	dagala-del-re	15	CT		37.7118	15.1286	3
95010	Sant'Alfio	sant-alfio	15	CT		37.7439	15.1395	4
95011	Calatabiano	calatabiano	15	CT		37.8205	15.2307	4
95011	Pasteria	pasteria	15	CT		37.8101	15.2282	4
95012	Passopisciaro	passopisciaro	15	CT		37.8718	15.0363	4
95012	Mitogio	mitogio	15	CT		37.8638	15.1973	4
95012	Castiglione Di Sicilia	castiglione-di-sicilia	15	CT		37.8815	15.1216	4
95012	Solicchiata	solicchiata	15	CT		37.8642	15.0649	4
95012	Verzella	verzella	15	CT		37.8837	15.0678	4
95013	Fiumefreddo Di Sicilia	fiumefreddo-di-sicilia	15	CT		37.7915	15.2092	4
95014	Macchia Di Giarre	macchia-di-giarre	15	CT		37.7182	15.1648	4
95014	San Giovanni	san-giovanni	15	CT		37.7354	15.1589	4
95014	San Leonardello	san-leonardello	15	CT		37.6887	15.172	4
95014	Carruba	carruba	15	CT		37.6906	15.1882	4
95014	Giarre	giarre	15	CT		37.7244	15.1816	4
95014	San Giovanni Montebello	san-giovanni-montebello	15	CT		37.7111	15.1766	3
95014	Altarello	altarello	15	CT		37.7094	15.1942	4
95014	Trepunti	trepunti	15	CT		37.7111	15.1766	3
95015	Linguaglossa	linguaglossa	15	CT		37.8424	15.1377	4
95016	Portosalvo	portosalvo	15	CT		37.779	15.1722	4
95016	Santa Venera	santa-venera	15	CT		37.779	15.1722	4
95016	Puntalazzo	puntalazzo	15	CT	087023	37.7529	15.1425	4
95016	Nunziata	nunziata	15	CT		37.7586	15.1706	4
95016	Carrabba	carrabba	15	CT		37.7655	15.1708	3
95016	Mascali	mascali	15	CT		37.7579	15.1966	4
95017	Piedimonte Etneo	piedimonte-etneo	15	CT		37.8068	15.1752	4
95017	Vena	vena	15	CT		37.7922	15.1371	4
95017	Presa	presa	15	CT		37.7957	15.1467	4
95018	Riposto	riposto	15	CT		37.7318	15.2058	4
95018	Torre Archirafi	torre-archirafi	15	CT		37.7105	15.2165	4
95019	Zafferana Etnea	zafferana-etnea	15	CT		37.6789	15.1043	4
95019	Pisano Etneo	pisano-etneo	15	CT		37.6645	15.1022	3
95019	Fleri	fleri	15	CT		37.65	15.1	4
95019	Sarro	sarro	15	CT		37.6645	15.1022	3
95020	Aci Bonaccorsi	aci-bonaccorsi	15	CT		37.5964	15.1072	4
95021	Cannizzaro	cannizzaro	15	CT		37.5407	15.134	4
95021	Ficarazzi	ficarazzi	15	CT		37.8809	15.1687	4
95021	Aci Trezza	aci-trezza	15	CT		37.5639	15.1614	4
95021	Aci Castello	aci-castello	15	CT		37.5556	15.1453	4
95022	Nizzeti	nizzeti	15	CT		37.5894	15.1391	3
95022	Aci Catena	aci-catena	15	CT		37.6061	15.1417	4
95022	San Nicolo'	san-nicolo	15	CT		37.5761	15.1411	4
95022	Aci San Filippo	aci-san-filippo	15	CT		37.5873	15.1415	4
95022	Eremo Sant'Anna	eremo-sant-anna	15	CT		37.5878	15.1321	4
95022	Vampolieri	vampolieri	15	CT		37.5894	15.1391	3
95024	Santa Tecla Di Acireale	santa-tecla-di-acireale	15	CT		37.6358	15.1761	4
95024	Acireale	acireale	15	CT		37.6089	15.1658	4
95024	Pennisi	pennisi	15	CT		37.6495	15.1239	4
95024	Stazzo	stazzo	15	CT		37.652	15.1938	4
95024	Guardia	guardia	15	CT		37.5124	14.8296	3
95024	Piano D'Api	piano-d-api	15	CT		37.6365	15.1649	3
95024	Mangano	mangano	15	CT		37.6365	15.1649	3
95024	Scillichenti	scillichenti	15	CT		37.6365	15.1649	3
95024	Santa Maria La Scala	santa-maria-la-scala	15	CT		37.6365	15.1649	3
95024	Santa Maria Degli Ammalati	santa-maria-degli-ammalati	15	CT		37.6365	15.1649	3
95024	Aci Platani	aci-platani	15	CT		37.6365	15.1649	3
95024	Pozzillo	pozzillo	15	CT		37.5124	14.8296	3
95025	Lavinaio	lavinaio	15	CT		37.641	15.1046	4
95025	Monterosso	monterosso	15	CT		37.6428	15.0913	4
95025	Santa Maria La Stella	santa-maria-la-stella	15	CT		37.6235	15.1207	4
95025	Lavina	lavina	15	CT		37.6281	15.1099	3
95025	Aci Sant'Antonio	aci-sant-antonio	15	CT		37.605	15.1229	4
95025	Monterosso Etneo	monterosso-etneo	15	CT		37.6281	15.1099	3
95027	Cerza	cerza	15	CT		37.543	15.1051	4
95027	San Gregorio Di Catania	san-gregorio-di-catania	15	CT		37.5676	15.1112	4
95028	Valverde	valverde	15	CT		37.577	15.1242	4
95029	Viagrande	viagrande	15	CT		37.6103	15.0979	4
95030	Sant'Agata Li Battiati	sant-agata-li-battiati	15	CT		37.5575	15.08	4
95030	Tremestieri Etneo	tremestieri-etneo	15	CT		37.5649	15.0786	4
95030	San Pietro Clarenza	san-pietro-clarenza	15	CT		37.5689	15.0229	4
95030	Mascalucia	mascalucia	15	CT		37.5746	15.0496	4
95030	Maniace	maniace	15	CT		37.8831	14.7981	4
95030	Pedara	pedara	15	CT		37.6239	15.0567	4
95030	Canalicchio	canalicchio	15	CT		37.541	15.0964	4
95030	Gravina Di Catania	gravina-di-catania	15	CT		37.5608	15.0629	4
95030	Ragalna	ragalna	15	CT		37.6346	14.947	4
95030	Nicolosi	nicolosi	15	CT		37.6215	15.0279	4
95031	Adrano	adrano	15	CT		37.6636	14.8328	4
95032	Piano Tavola	piano-tavola	15	CT		37.5296	14.9879	4
95032	Borrello Di Catania	borrello-di-catania	15	CT		37.5699	14.981	3
95032	Belpasso	belpasso	15	CT		37.5919	14.9799	4
95032	Palazzolo	palazzolo	15	CT		37.5622	14.9299	4
95032	Villaggio Le Ginestre	villaggio-le-ginestre	15	CT		37.5829	15.0038	4
95032	Villaggio Del Pino	villaggio-del-pino	15	CT		37.5829	15.0038	4
95033	Biancavilla	biancavilla	15	CT		37.6444	14.8668	4
95034	Bronte	bronte	15	CT		37.7886	14.8338	4
95035	Maletto	maletto	15	CT		37.8291	14.864	4
95036	Randazzo	randazzo	15	CT		37.8774	14.9501	4
95036	Calderara	calderara	15	CT		37.8774	14.9501	3
95037	Trappeto	trappeto	15	CT		37.5655	15.0908	4
95037	San Giovanni La Punta	san-giovanni-la-punta	15	CT		37.5769	15.0937	4
95038	Santa Maria Di Licodia	santa-maria-di-licodia	15	CT		37.6168	14.8934	4
95039	Trecastagni	trecastagni	15	CT		37.6154	15.078	4
95040	Mirabella Imbaccari	mirabella-imbaccari	15	CT		37.327	14.4461	4
95040	Camporotondo Etneo	camporotondo-etneo	15	CT		37.5657	15.0032	4
95040	Licodia Eubea	licodia-eubea	15	CT		37.1567	14.7055	4
95040	San Cono	san-cono	15	CT		37.2899	14.3671	4
95040	Raddusa	raddusa	15	CT		37.4753	14.5352	4
95040	Castel Di Iudica	castel-di-iudica	15	CT		37.4947	14.6474	4
95040	Cinquegrana	cinquegrana	15	CT		37.4732	14.6707	4
95040	Carrubbo	carrubbo	15	CT		37.4948	14.6346	4
95040	Mazzarrone	mazzarrone	15	CT		37.0883	14.5613	4
95040	Libertinia	libertinia	15	CT		37.5295	14.5764	4
95040	Ramacca	ramacca	15	CT		37.3862	14.6924	4
95040	Motta Sant'Anastasia	motta-sant-anastasia	15	CT		37.512	14.9663	4
95040	San Michele Di Ganzaria	san-michele-di-ganzaria	15	CT		37.2804	14.4263	4
95040	Giumarra	giumarra	15	CT		37.4765	14.6495	4
95041	Caltagirone	caltagirone	15	CT		37.2379	14.5155	4
95041	Santo Pietro	santo-pietro	15	CT		37.1028	14.4967	4
95041	Granieri	granieri	15	CT		37.1269	14.5785	4
95041	San Pietro Di Caltagirone	san-pietro-di-caltagirone	15	CT		37.1028	14.4967	4
95042	Grammichele	grammichele	15	CT		37.2133	14.6331	4
95043	Militello In Val Di Catania	militello-in-val-di-catania	15	CT		37.2759	14.7934	4
95044	Borgo Lupo	borgo-lupo	15	CT		37.3421	14.6266	4
95044	Mineo	mineo	15	CT		37.2649	14.6938	4
95045	San Nullo	san-nullo	15	CT		37.5257	15.0528	4
95045	Misterbianco	misterbianco	15	CT		37.518	15.0091	4
95046	Palagonia	palagonia	15	CT		37.3296	14.7447	4
95047	Paterno'	paterno	15	CT		37.5667	14.9025	4
95047	Sferro	sferro	15	CT		37.5019	14.7952	4
95048	Scordia	scordia	15	CT		37.2955	14.8406	4
95049	Vizzini	vizzini	15	CT		37.1619	14.7571	4
95100	Catania	catania	15	CT		37.4922	15.0704	4
95121	Zia Lisa	zia-lisa	15	CT		37.6701	14.8846	3
95121	San Giuseppe Alla Rena	san-giuseppe-alla-rena	15	CT		37.6701	14.8846	3
95121	Catania	catania	15	CT		37.4922	15.0704	4
95121	Fontanarossa Aereoporto	fontanarossa-aereoporto	15	CT		37.6701	14.8846	3
95121	San Teodoro	san-teodoro	15	CT		37.5124	14.8296	4
95121	San Giorgio	san-giorgio	15	CT		37.6701	14.8846	3
95121	Santa Maria Goretti	santa-maria-goretti	15	CT		37.6701	14.8846	3
95122	Catania	catania	15	CT		37.4922	15.0704	4
95122	Nesima Superiore	nesima-superiore	15	CT		37.4922	15.0704	3
95122	Nesima Inferiore	nesima-inferiore	15	CT		37.4922	15.0704	3
95122	Acquicella	acquicella	15	CT		37.4922	15.0704	3
95123	San Nullo	san-nullo	15	CT		37.5257	15.0528	4
95123	Catania	catania	15	CT		37.4922	15.0704	4
95123	Cibali	cibali	15	CT		37.5167	15.0667	4
95124	Catania	catania	15	CT		37.4922	15.0704	4
95125	Canalicchio	canalicchio	15	CT		37.541	15.0964	4
95125	Barriera Del Bosco	barriera-del-bosco	15	CT		37.5166	15.0834	3
95125	Catania	catania	15	CT		37.4922	15.0704	4
95126	Ognina	ognina	15	CT		37.5124	14.8296	3
95126	Catania	catania	15	CT		37.4922	15.0704	4
95127	Picanello	picanello	15	CT		37.4922	15.0704	3
95127	Catania	catania	15	CT		37.4922	15.0704	4
95128	Catania	catania	15	CT		37.4922	15.0704	4
95129	Catania	catania	15	CT		37.4922	15.0704	4
95131	Catania	catania	15	CT		37.4922	15.0704	4
94010	Assoro	assoro	15	EN		37.6221	14.4181	4
94010	Centuripe	centuripe	15	EN		37.6234	14.7405	4
94010	Catenanuova	catenanuova	15	EN		37.5688	14.6908	4
94010	San Giorgio	san-giorgio	15	EN		37.6403	14.4682	4
94010	Gagliano Castelferrato	gagliano-castelferrato	15	EN		37.7097	14.5352	4
94010	Villapriolo	villapriolo	15	EN		37.6295	14.1934	4
94010	Borgo Baccarato	borgo-baccarato	15	EN		37.6384	14.4209	3
94010	Nissoria	nissoria	15	EN		37.6541	14.4481	4
94010	Cacchiamo	cacchiamo	15	EN		37.6823	14.2323	4
94010	Aidone	aidone	15	EN		37.4147	14.4454	4
94010	Cerami	cerami	15	EN		37.8095	14.5066	4
94010	Calascibetta	calascibetta	15	EN		37.5902	14.2718	4
94010	Sperlinga	sperlinga	15	EN		37.7665	14.3508	4
94010	Villarosa	villarosa	15	EN		37.5875	14.1709	4
94011	Agira	agira	15	EN		37.6558	14.5197	4
94012	Barrafranca	barrafranca	15	EN		37.3785	14.2027	4
94013	Leonforte	leonforte	15	EN		37.642	14.3977	4
94014	San Giacomo	san-giacomo	15	EN		37.5809	14.4298	3
94014	Villadoro	villadoro	15	EN	086012	37.6921	14.2603	4
94014	Nicosia	nicosia	15	EN		37.7475	14.3922	4
94015	Piazza Armerina	piazza-armerina	15	EN		37.3842	14.3692	4
94015	Grottacalda	grottacalda	15	EN		37.3842	14.3692	3
94016	Pietraperzia	pietraperzia	15	EN		37.4185	14.1374	4
94017	Regalbuto	regalbuto	15	EN		37.6519	14.6391	4
94018	Troina	troina	15	EN		37.7844	14.5961	4
94019	Valguarnera Caropepe	valguarnera-caropepe	15	EN		37.4953	14.3903	4
94100	Enna	enna	15	EN		37.5655	14.2743	4
94100	Borgo Cascino	borgo-cascino	15	EN		37.4969	14.2005	4
94100	Pergusa	pergusa	15	EN		37.5238	14.3059	4
98020	Rocchenere	rocchenere	15	ME		37.9743	15.3762	4
98020	Pagliara	pagliara	15	ME		37.9855	15.3597	4
98020	Ali'	ali	15	ME		38.0268	15.4191	4
98020	Mandanici	mandanici	15	ME		38.0036	15.3167	4
98020	Locadi	locadi	15	ME		37.9887	15.3405	4
98021	Ali' Terme	ali-terme	15	ME		38.0051	15.4227	4
98022	Fiumedinisi	fiumedinisi	15	ME		38.026	15.381	4
98023	Furci Siculo	furci-siculo	15	ME		37.9616	15.3776	4
98025	Itala	itala	15	ME		38.0514	15.4371	4
98025	Itala Marina	itala-marina	15	ME		38.0368	15.4527	4
98026	Nizza Di Sicilia	nizza-di-sicilia	15	ME		37.9908	15.4096	4
98027	Sciglio	sciglio	15	ME		37.9858	15.3862	4
98027	Roccalumera	roccalumera	15	ME		37.9755	15.3944	4
98027	Allume	allume	15	ME		37.9916	15.3904	4
98028	Santa Teresa Di Riva	santa-teresa-di-riva	15	ME		37.9464	15.3667	4
98028	Barracca	barracca	15	ME		37.9627	15.3406	3
98028	Misserio	misserio	15	ME		37.9791	15.3145	4
98029	Guidomandri Superiore	guidomandri-superiore	15	ME		38.0471	15.4474	4
98029	Guidomandri	guidomandri	15	ME		38.0468	15.4594	3
98029	Scaletta Zanclea	scaletta-zanclea	15	ME		38.048	15.4677	4
98029	Guidomandri Marina	guidomandri-marina	15	ME		38.0453	15.463	4
98030	Roccella Valdemone	roccella-valdemone	15	ME		37.9329	15.01	4
98030	Sant'Alessio Siculo	sant-alessio-siculo	15	ME		37.9252	15.3497	4
98030	Santa Domenica Vittoria	santa-domenica-vittoria	15	ME		37.9162	14.9629	4
98030	Limina	limina	15	ME		37.9408	15.2712	4
98030	Gaggi	gaggi	15	ME		37.8599	15.2213	4
98030	Castelmola	castelmola	15	ME		37.8583	15.2771	4
98030	Forza D'Agro'	forza-d-agro	15	ME		37.9124	15.1534	3
98030	Moio Alcantara	moio-alcantara	15	ME		37.9006	15.0507	4
98030	Antillo	antillo	15	ME		37.9794	15.2403	4
98030	Roccafiorita	roccafiorita	15	ME		37.9309	15.2674	4
98030	Mongiuffi Melia	mongiuffi-melia	15	ME		37.9034	15.2754	4
98030	Motta Camastra	motta-camastra	15	ME		37.8943	15.1701	4
98030	Floresta	floresta	15	ME		37.9878	14.911	4
98030	San Teodoro	san-teodoro	15	ME		37.848	14.6988	4
98030	Gallodoro	gallodoro	15	ME		37.9021	15.2936	4
98030	Melia	melia	15	ME		37.9038	15.275	4
98030	Malvagna	malvagna	15	ME		37.9175	15.0555	4
98030	Mongiuffi	mongiuffi	15	ME		37.9103	15.278	4
98031	Capizzi	capizzi	15	ME		37.8479	14.4798	4
98032	Misitano	misitano	15	ME		37.9866	15.2685	4
98032	Misitano Inferiore	misitano-inferiore	15	ME		37.9773	15.2869	3
98032	Casalvecchio Siculo	casalvecchio-siculo	15	ME		37.9585	15.3237	4
98032	Misitano Superiore	misitano-superiore	15	ME		37.9866	15.2685	4
98033	Cesaro'	cesaro	15	ME		37.8448	14.7131	4
98034	Francavilla Di Sicilia	francavilla-di-sicilia	15	ME		37.902	15.1382	4
98035	Pallio	pallio	15	ME		37.8211	15.2532	4
98035	Naxos	naxos	15	ME		37.8211	15.2532	3
98035	Giardini Naxos	giardini-naxos	15	ME		37.8211	15.2532	3
98036	Graniti	graniti	15	ME		37.8899	15.2246	4
98037	Letojanni	letojanni	15	ME		37.8805	15.3073	4
98038	Rina	rina	15	ME		37.9426	15.334	4
98038	Savoca	savoca	15	ME		37.9533	15.3401	4
98039	Trappitello	trappitello	15	ME		37.8298	15.2508	4
98039	Chianchitta	chianchitta	15	ME		37.8531	15.2853	3
98039	Mazzeo	mazzeo	15	ME		37.8722	15.3008	4
98039	Taormina	taormina	15	ME		37.8536	15.2885	4
98039	Mazzaro'	mazzaro	15	ME		37.857	15.3011	4
98040	Condro'	condro	15	ME		38.1738	15.3266	4
98040	Gualtieri Sicamino'	gualtieri-sicamino	15	ME		38.1627	15.317	4
98040	Venetico Marina	venetico-marina	15	ME		38.2193	15.3665	4
98040	Torregrotta	torregrotta	15	ME		38.2026	15.3501	4
98040	Scala Di Torregrotta	scala-di-torregrotta	15	ME		38.1877	15.3438	3
98040	Venetico Superiore	venetico-superiore	15	ME		38.1931	15.3812	4
98040	Valdina	valdina	15	ME		38.1935	15.3698	4
98040	Venetico	venetico	15	ME		38.1931	15.3812	4
98040	Soccorso	soccorso	15	ME		38.1606	15.3092	4
98040	Roccavaldina	roccavaldina	15	ME		38.183	15.374	4
98040	Fondachello	fondachello	15	ME		38.2163	15.3562	4
98040	Meri'	meri	15	ME		38.1663	15.2497	4
98041	Monforte San Giorgio	monforte-san-giorgio	15	ME		38.1573	15.3813	4
98041	Pellegrino	pellegrino	15	ME		38.1408	15.3944	4
98041	Monforte Marina	monforte-marina	15	ME		38.2061	15.3368	4
98042	Giammoro	giammoro	15	ME		38.2037	15.3067	4
98042	Pace Del Mela	pace-del-mela	15	ME		38.18	15.3063	4
98043	Gimello	gimello	15	ME		38.1581	15.4199	4
98043	Rometta	rometta	15	ME		38.1701	15.4143	4
98043	Rometta Marea	rometta-marea	15	ME		38.2326	15.4096	4
98043	Sant'Andrea	sant-andrea	15	ME		38.2134	15.4252	4
98044	San Filippo Del Mela	san-filippo-del-mela	15	ME		38.1701	15.2734	4
98044	Olivarella	olivarella	15	ME		38.1667	15.2667	4
98044	Archi	archi	15	ME		38.1947	15.2742	4
98044	Corriolo	corriolo	15	ME		38.1833	15.2667	4
98044	Cattafi	cattafi	15	ME		38.1787	15.2702	3
98045	San Pier Niceto	san-pier-niceto	15	ME		38.1605	15.3498	4
98045	San Pier Marina	san-pier-marina	15	ME		38.1999	15.3258	4
98046	Santa Lucia Del Mela	santa-lucia-del-mela	15	ME		38.1441	15.2806	4
98047	Saponara	saponara	15	ME		38.1924	15.4344	4
98047	Scarcelli	scarcelli	15	ME		38.2053	15.4316	4
98047	Saponara Marittima	saponara-marittima	15	ME		38.2312	15.4262	4
98047	Cavaliere	cavaliere	15	ME		38.2167	15.4333	4
98048	San Martino	san-martino	15	ME		38.2063	15.3911	4
98048	San Martino Spadafora	san-martino-spadafora	15	ME		38.2063	15.3911	4
98048	Spadafora	spadafora	15	ME		38.2235	15.3818	4
98049	Divieto	divieto	15	ME		38.0385	14.9435	4
98049	Calvaruso	calvaruso	15	ME		38.2219	15.4534	4
98049	Villafranca Tirrena	villafranca-tirrena	15	ME		38.2395	15.4388	4
98049	Serro	serro	15	ME		38.1958	15.3297	4
98050	Lingua	lingua	15	ME		38.5394	14.8677	4
98050	Fantina	fantina	15	ME		38.026	15.1768	4
98050	Ginostra	ginostra	15	ME		38.7863	15.1929	4
98050	Malfa	malfa	15	ME		38.5773	14.836	4
98050	Leni	leni	15	ME		38.5553	14.825	4
98050	Stromboli	stromboli	15	ME		38.803	15.2381	4
98050	Ginostra Di Lipari	ginostra-di-lipari	15	ME		38.7863	15.1929	4
98050	Evangelisti	evangelisti	15	ME		37.9841	15.1732	4
98050	Santa Marina Salina	santa-marina-salina	15	ME		38.5612	14.8708	4
98050	Castroreale Terme	castroreale-terme	15	ME		38.5192	14.9976	3
98050	Pecorini A Mare	pecorini-a-mare	15	ME		38.5612	14.5658	4
98050	Vulcano Porto	vulcano-porto	15	ME		38.4136	14.9571	4
98050	Panarea	panarea	15	ME		38.6369	15.0753	4
98050	Alicudi Porto	alicudi-porto	15	ME		38.5192	14.9976	3
98050	Fondachelli Fantina	fondachelli-fantina	15	ME		38.5192	14.9976	3
98050	Alicudi	alicudi	15	ME		38.5192	14.9976	3
98050	Terme Vigliatore	terme-vigliatore	15	ME		38.5192	14.9976	3
98050	Vulcano	vulcano	15	ME		38.5192	14.9976	3
98050	Filicudi Porto	filicudi-porto	15	ME		38.5192	14.9976	3
98050	Vigliatore	vigliatore	15	ME		38.5192	14.9976	3
98050	Filicudi	filicudi	15	ME		38.5192	14.9976	3
98050	Rubino	rubino	15	ME		38.5192	14.9976	3
98051	La Gala	la-gala	15	ME		38.118	15.2309	4
98051	Sant'Antonio	sant-antonio	15	ME		38.15	15.1833	4
98051	Gala	gala	15	ME		38.118	15.2309	4
98051	Barcellona Pozzo Di Gotto	barcellona-pozzo-di-gotto	15	ME		38.1477	15.2147	4
98051	Cannistra'	cannistra	15	ME		38.1333	15.2333	4
98051	Caldera'	caldera	15	ME		38.134	15.1872	3
98051	Acquaficara	acquaficara	15	ME		38.1291	15.2071	4
98051	Porto Salvo	porto-salvo	15	ME		38.1333	15.1833	4
98051	San Paolo	san-paolo	15	ME		38.1267	14.9676	4
98051	Pozzo Di Gotto	pozzo-di-gotto	15	ME		38.15	15.2333	4
98051	Sant'Antonino Convento	sant-antonino-convento	15	ME		38.134	15.1872	3
98053	Bafia	bafia	15	ME		38.0745	15.2053	4
98053	Protonotaro	protonotaro	15	ME		38.1208	15.1924	4
98053	Castroreale	castroreale	15	ME		38.0986	15.2101	4
98054	Furnari	furnari	15	ME		38.1044	15.1236	4
98054	Tonnarella	tonnarella	15	ME		38.1254	15.1135	4
98055	Canneto	canneto	15	ME		38.495	14.9604	4
98055	Canneto Lipari	canneto-lipari	15	ME		38.495	14.9604	4
98055	Lipari	lipari	15	ME		38.4674	14.954	4
98055	Quattropani	quattropani	15	ME		38.5	14.9167	4
98055	Pianoconte	pianoconte	15	ME		38.4743	14.9286	4
98055	Acquacalda	acquacalda	15	ME	083041	38.5197	14.9445	4
98056	Mazzarra' Sant'Andrea	mazzarra-sant-andrea	15	ME		38.0897	15.1354	4
98057	Santa Marina Di Milazzo	santa-marina-di-milazzo	15	ME		38.2017	15.2368	3
98057	San Pietro Di Milazzo	san-pietro-di-milazzo	15	ME		38.1833	15.2333	4
98057	Milazzo	milazzo	15	ME		38.2201	15.2402	4
98058	Novara Di Sicilia	novara-di-sicilia	15	ME		38.0154	15.1313	4
98058	San Basilio Di Novara Di Sicilia	san-basilio-di-novara-di-sicilia	15	ME		38.0096	15.1039	4
98059	Milici	milici	15	ME		38.0835	15.1688	4
98059	Rodi' Milici	rodi-milici	15	ME		38.0835	15.1688	3
98060	Fiumara Di Piraino	fiumara-di-piraino	15	ME		38.1527	14.8533	4
98060	San Silvestro	san-silvestro	15	ME		38.095	14.9049	4
98060	Gliaca	gliaca	15	ME		38.1632	14.8477	4
98060	Sant'Angelo Di Brolo	sant-angelo-di-brolo	15	ME		38.1152	14.884	4
98060	Falcone	falcone	15	ME		38.117	15.0797	4
98060	San Lorenzitto	san-lorenzitto	15	ME		38.1077	14.9571	3
98060	Campogrande	campogrande	15	ME		38.073	15.0989	4
98060	Tripi	tripi	15	ME		38.0467	15.0967	4
98060	Montagnareale	montagnareale	15	ME		38.1322	14.9466	4
98060	Salina'	salina	15	ME		38.1444	14.8661	4
98060	Cavallo Pastorio	cavallo-pastorio	15	ME		38.0895	14.8844	4
98060	Oliveri	oliveri	15	ME		38.1251	15.0607	4
98060	Belvedere	belvedere	15	ME		38.1057	15.0814	4
98060	Santa Maria Lo Piano	santa-maria-lo-piano	15	ME		38.095	14.9049	4
98060	Basico'	basico	15	ME		38.0608	15.0626	4
98060	Ucria	ucria	15	ME		38.0462	14.8809	4
98060	Piraino	piraino	15	ME		38.1613	14.861	4
98061	Brolo	brolo	15	ME		38.1562	14.828	4
98062	Ficarra	ficarra	15	ME		38.1085	14.8299	4
98063	Gioiosa Marea	gioiosa-marea	15	ME		38.1737	14.8993	4
98063	Magaro	magaro	15	ME		38.171	14.9238	3
98063	San Giorgio	san-giorgio	15	ME		38.1683	14.9482	4
98064	Librizzi	librizzi	15	ME		38.0972	14.9591	4
98064	Colla Maffone	colla-maffone	15	ME		38.0937	14.9743	4
98064	Nasidi	nasidi	15	ME		38.0806	14.9634	4
98065	Montalbano Elicona	montalbano-elicona	15	ME		38.0236	15.0139	4
98065	Braidi	braidi	15	ME		38.0593	15.0154	4
98065	Santa Barbara	santa-barbara	15	ME		38.0546	15.0357	4
98066	San Cosimo	san-cosimo	15	ME		38.1035	15.0111	4
98066	Patti	patti	15	ME		38.1474	14.9641	4
98066	Marina Di Patti	marina-di-patti	15	ME		38.1356	15.0097	3
98066	Scala	scala	15	ME		38.1322	15.0357	4
98066	Mongiove	mongiove	15	ME		38.1479	15.0141	4
98066	Tindari	tindari	15	ME		38.1424	15.0443	4
98066	Case Nuove Russo	case-nuove-russo	15	ME		38.1405	14.9888	4
98067	Raccuja	raccuja	15	ME		38.0558	14.9104	4
98067	Fondachello Di Raccuja	fondachello-di-raccuja	15	ME		38.0452	14.9098	3
98067	Zappa	zappa	15	ME		38.0346	14.9092	4
98068	Tesoriero	tesoriero	15	ME		38.0614	14.9958	4
98068	San Piero Patti	san-piero-patti	15	ME		38.0521	14.9682	4
98068	Fiumara	fiumara	15	ME		38.0258	14.9659	4
98069	Sinagra	sinagra	15	ME		38.0819	14.8501	4
98070	Capri Leone	capri-leone	15	ME		38.0868	14.7296	4
98070	Mirto	mirto	15	ME		38.0844	14.7461	4
98070	Longi	longi	15	ME		38.0262	14.7531	4
98070	Torrenova	torrenova	15	ME		38.0925	14.6792	4
98070	Pettineo	pettineo	15	ME		37.9679	14.2912	4
98070	San Marco D'Alunzio	san-marco-d-alunzio	15	ME		38.0726	14.7009	4
98070	Galati Mamertino	galati-mamertino	15	ME		38.0318	14.7715	4
98070	Torremuzza	torremuzza	15	ME		38.0385	14.9435	4
98070	Castell'Umberto	castell-umberto	15	ME		38.0863	14.8069	4
98070	Reitano	reitano	15	ME		37.972	14.3442	4
98070	Acquedolci	acquedolci	15	ME		38.0571	14.5855	4
98070	Alcara Li Fusi	alcara-li-fusi	15	ME		38.0214	14.7014	4
98070	San Salvatore Di Fitalia	san-salvatore-di-fitalia	15	ME		38.0684	14.778	4
98070	Sfaranda	sfaranda	15	ME		38.0581	14.8315	4
98070	Militello Rosmarino	militello-rosmarino	15	ME		38.0458	14.6758	4
98070	Rocca Di Capri Leone	rocca-di-capri-leone	15	ME		38.1068	14.7103	4
98070	Frazzano'	frazzano	15	ME		38.072	14.7441	4
98070	Motta D'Affermo	motta-d-affermo	15	ME		37.981	14.3034	4
98070	Castel Di Lucio	castel-di-lucio	15	ME		37.887	14.3112	4
98070	San Basilio	san-basilio	15	ME		38.0167	14.7784	4
98071	Scafa	scafa	15	ME		38.151	14.7788	4
98071	Capo D'Orlando	capo-d-orlando	15	ME		38.1426	14.7329	4
98071	Piana Di Capo D'Orlando	piana-di-capo-d-orlando	15	ME		38.1468	14.7559	3
98072	Canneto Di Caronia	canneto-di-caronia	15	ME		38.0214	14.3889	4
98072	Caronia	caronia	15	ME		38.0238	14.4414	4
98072	Marina Di Caronia	marina-di-caronia	15	ME		38.0354	14.4418	4
98073	Mistretta	mistretta	15	ME		37.9282	14.3578	4
98074	Cresta	cresta	15	ME		38.1325	14.7659	4
98074	Naso	naso	15	ME		38.1221	14.787	4
98074	Malo'	malo	15	ME		38.1154	14.751	4
98075	San Fratello	san-fratello	15	ME		38.0156	14.5982	4
98076	Torrecandele	torrecandele	15	ME		38.0667	14.65	4
98076	Vallebruca	vallebruca	15	ME		38.0333	14.6333	4
98076	Sant'Agata Di Militello	sant-agata-di-militello	15	ME		38.0684	14.636	4
98077	Santo Stefano Di Camastra	santo-stefano-di-camastra	15	ME		38.013	14.3514	4
98078	Grazia	grazia	15	ME		38.048	14.8355	4
98078	Moira	moira	15	ME		38.0313	14.8448	4
98078	Tortorici	tortorici	15	ME		38.0297	14.8221	4
98078	Sant'Antonino Sciortino	sant-antonino-sciortino	15	ME		38.0192	14.8175	4
98078	Ilombati	ilombati	15	ME		38.0106	14.8303	4
98078	Sceti	sceti	15	ME		38.0304	14.8071	4
98079	Tusa	tusa	15	ME		37.9839	14.2361	4
98079	Castel Di Tusa	castel-di-tusa	15	ME		38.0089	14.2576	4
98100	Messina	messina	15	ME		38.1939	15.5526	4
98121	Messina	messina	15	ME		38.1939	15.5526	4
98122	Messina	messina	15	ME		38.1939	15.5526	4
98123	Messina	messina	15	ME		38.1939	15.5526	4
98124	Messina	messina	15	ME		38.1939	15.5526	4
98124	Gazzi	gazzi	15	ME		38.1667	15.55	4
98125	Messina	messina	15	ME		38.1939	15.5526	4
98125	Contesse	contesse	15	ME		38.1866	15.5478	3
98126	Messina	messina	15	ME		38.1939	15.5526	4
98126	Santa Lucia Sopra Contesse	santa-lucia-sopra-contesse	15	ME		38.1939	15.5526	3
98127	Messina	messina	15	ME		38.1939	15.5526	4
98127	Zafferia	zafferia	15	ME		38.1866	15.5478	3
98128	Messina	messina	15	ME		38.1939	15.5526	4
98128	Tremestieri	tremestieri	15	ME		38.1866	15.5478	3
98129	Messina	messina	15	ME		38.1939	15.5526	4
98129	Larderia	larderia	15	ME		38.141	15.5029	4
98131	Messina	messina	15	ME		38.1939	15.5526	4
98131	Mili Marina	mili-marina	15	ME		38.1167	15.5167	4
98132	Messina	messina	15	ME		38.1939	15.5526	4
98132	Mili San Marco	mili-san-marco	15	ME		38.1167	15.5	4
98132	Mili Marina	mili-marina	15	ME		38.1167	15.5167	4
98133	Messina	messina	15	ME		38.1939	15.5526	4
98133	Mili Superiore	mili-superiore	15	ME		38.1394	15.5156	3
98134	Galati Marina	galati-marina	15	ME		38.1	15.5	4
98134	Messina	messina	15	ME		38.1939	15.5526	4
98135	Santa Margherita	santa-margherita	15	ME		37.9114	15.3441	4
98135	Santo Stefano Medio	santo-stefano-medio	15	ME		38.0527	15.4483	3
98135	Messina	messina	15	ME		38.1939	15.5526	4
98136	Santo Stefano Medio	santo-stefano-medio	15	ME		38.1939	15.5526	3
98136	Messina	messina	15	ME		38.1939	15.5526	4
98137	Santo Stefano Di Briga	santo-stefano-di-briga	15	ME		38.1	15.4833	4
98137	Messina	messina	15	ME		38.1939	15.5526	4
98138	Pezzolo	pezzolo	15	ME		38.0853	15.4584	4
98138	Messina	messina	15	ME		38.1939	15.5526	4
98139	Briga	briga	15	ME		38.0784	15.4729	4
98139	Messina	messina	15	ME		38.1939	15.5526	4
98139	Briga Marina	briga-marina	15	ME		38.1362	15.5127	3
98139	San Placido Calonero'	san-placido-calonero	15	ME		38.1362	15.5127	3
98141	Messina	messina	15	ME		38.1939	15.5526	4
98141	Giampilieri Marina	giampilieri-marina	15	ME		38.1805	15.5234	3
98142	Messina	messina	15	ME		38.1939	15.5526	4
98142	San Filippo Inferiore	san-filippo-inferiore	15	ME		38.1628	15.5108	4
98142	Giampilieri	giampilieri	15	ME		38.0682	15.4699	4
98143	Messina	messina	15	ME		38.1939	15.5526	4
98143	Altolia	altolia	15	ME		38.0762	15.446	4
98143	Molino	molino	15	ME		38.0747	15.4552	4
98144	Messina	messina	15	ME		38.1939	15.5526	4
98144	San Filippo	san-filippo	15	ME		38.2796	15.5052	4
98145	Messina	messina	15	ME		38.1939	15.5526	4
98145	Bordonaro	bordonaro	15	ME		38.1833	15.5167	4
98145	San Filippo	san-filippo	15	ME		38.2796	15.5052	4
98146	Cumia	cumia	15	ME		38.1735	15.5034	4
98146	Messina	messina	15	ME		38.1939	15.5526	4
98146	Santo	santo	15	ME		38.1833	15.5333	4
98147	Messina	messina	15	ME		38.1939	15.5526	4
98147	Villaggio Aldisio	villaggio-aldisio	15	ME		38.1805	15.5234	3
98148	Messina	messina	15	ME		38.1939	15.5526	4
98148	Santo	santo	15	ME		38.1833	15.5333	4
98149	Messina	messina	15	ME		38.1939	15.5526	4
98149	Camaro Inferiore	camaro-inferiore	15	ME		38.1805	15.5234	3
98149	Cataratti	cataratti	15	ME		38.197	15.5346	3
98149	Camaro	camaro	15	ME		38.2	15.5167	4
98151	Messina	messina	15	ME		38.1939	15.5526	4
98151	Camaro	camaro	15	ME		38.2	15.5167	4
98152	Scala Ritiro	scala-ritiro	15	ME		38.2167	15.5333	4
98152	San Michele	san-michele	15	ME		38.0385	14.9435	3
98152	Messina	messina	15	ME		38.1939	15.5526	4
98153	Gesso	gesso	15	ME		38.2353	15.4687	4
98153	Messina	messina	15	ME		38.1939	15.5526	4
98154	Salice Calabro	salice-calabro	15	ME		38.2219	15.5242	3
98154	Salice	salice	15	ME		38.2499	15.4959	4
98154	Messina	messina	15	ME		38.1939	15.5526	4
98155	Castanea	castanea	15	ME		38.2616	15.5218	4
98155	Messina	messina	15	ME		38.1939	15.5526	4
98155	Castanea Delle Furie	castanea-delle-furie	15	ME		38.2616	15.5218	4
98156	Massa San Giorgio	massa-san-giorgio	15	ME		38.2744	15.5367	4
98156	Messina	messina	15	ME		38.1939	15.5526	4
98157	Massa Santa Lucia	massa-santa-lucia	15	ME		38.2698	15.5491	4
98157	Messina	messina	15	ME		38.1939	15.5526	4
98157	Massa San Giovanni	massa-san-giovanni	15	ME		38.2654	15.5444	4
98158	Messina	messina	15	ME		38.1939	15.5526	4
98158	Faro Superiore	faro-superiore	15	ME		38.2679	15.5827	4
98159	Liuzzo Orto	liuzzo-orto	15	ME		38.2549	15.4582	4
98159	Messina	messina	15	ME		38.1939	15.5526	4
98161	Rodia	rodia	15	ME		38.2732	15.4855	4
98161	Messina	messina	15	ME		38.1939	15.5526	4
98162	San Saba	san-saba	15	ME		38.2199	15.5576	3
98162	Messina	messina	15	ME		38.1939	15.5526	4
98163	Sparta'	sparta	15	ME		38.2937	15.535	4
98163	Messina	messina	15	ME		38.1939	15.5526	4
98164	Torre Faro	torre-faro	15	ME		38.2667	15.65	4
98164	Messina	messina	15	ME		38.1939	15.5526	4
98164	Lido Di Mortelle	lido-di-mortelle	15	ME		38.2303	15.6013	3
98165	Messina	messina	15	ME		38.1939	15.5526	4
98165	Ganzirri	ganzirri	15	ME		38.2199	15.5576	3
98166	Sant'Agata	sant-agata	15	ME		38.2543	15.6001	4
98166	Messina	messina	15	ME		38.1939	15.5526	4
98167	Pace	pace	15	ME		38.2199	15.5576	3
98167	Messina	messina	15	ME		38.1939	15.5526	4
98168	Villaggio Paradiso	villaggio-paradiso	15	ME		38.1939	15.5526	3
98168	Messina	messina	15	ME		38.1939	15.5526	4
98168	Contemplazione	contemplazione	15	ME		38.2199	15.5576	3
98168	Villaggio Annunziata	villaggio-annunziata	15	ME		38.1939	15.5526	3
98168	Pace	pace	15	ME		38.1939	15.5526	3
90010	Geraci Siculo	geraci-siculo	15	PA		37.859	14.1533	4
90010	Altavilla Milicia	altavilla-milicia	15	PA		38.038	13.5495	4
90010	Borrello Di San Mauro Castelverde	borrello-di-san-mauro-castelverde	15	PA		37.975	13.9342	3
90010	Ustica	ustica	15	PA		37.975	13.9342	3
90010	Campofelice Di Roccella	campofelice-di-roccella	15	PA		37.9927	13.8765	4
90010	Ficarazzi	ficarazzi	15	PA		38.0923	13.4639	4
90010	Lascari Scalo	lascari-scalo	15	PA		37.975	13.9342	3
90010	Lascari	lascari	15	PA		38.0007	13.9405	4
90010	Finale	finale	15	PA		38.0189	14.1615	4
90010	Isnello	isnello	15	PA		37.9432	14.0072	4
90010	Torre Normanna	torre-normanna	15	PA		37.975	13.9342	3
90010	Cerda	cerda	15	PA		37.9058	13.815	4
90010	Gratteri	gratteri	15	PA		37.9661	13.9731	4
90010	Pollina	pollina	15	PA		37.9931	14.1459	4
90010	San Mauro Castelverde	san-mauro-castelverde	15	PA		37.9148	14.1896	4
90011	Bagheria	bagheria	15	PA		38.0789	13.5124	4
90011	Aspra	aspra	15	PA		38.1049	13.5018	4
90012	Sambuchi	sambuchi	15	PA		37.8697	13.6369	4
90012	Caccamo	caccamo	15	PA		37.9336	13.6681	4
90012	San Giovanni Li Greci	san-giovanni-li-greci	15	PA		37.9017	13.6525	3
90013	Castelbuono	castelbuono	15	PA		37.9253	14.0867	4
90014	Casteldaccia	casteldaccia	15	PA		38.0512	13.5304	4
90015	Cefalu'	cefalu	15	PA		38.0386	14.0228	4
90015	Sant'Ambrogio	sant-ambrogio	15	PA		38.0187	14.0878	4
90015	Gibilmanna	gibilmanna	15	PA		37.9865	14.018	4
90016	Collesano	collesano	15	PA		37.9181	13.937	4
90017	Santa Flavia	santa-flavia	15	PA		38.1045	13.5334	4
90017	Porticello	porticello	15	PA		38.0863	13.535	4
90017	Sant'Elia	sant-elia	15	PA		38.0964	13.5376	4
90018	Danigarci	danigarci	15	PA		37.9823	13.6973	3
90018	Termini Imerese	termini-imerese	15	PA		37.9823	13.6973	4
90019	Trabia	trabia	15	PA		38.0042	13.6339	4
90019	San Nicolo' L'Arena	san-nicolo-l-arena	15	PA		38.0042	13.6339	3
90020	Montemaggiore Belsito	montemaggiore-belsito	15	PA		37.8482	13.7621	4
90020	Vicari	vicari	15	PA		37.8237	13.5689	4
90020	Alimena	alimena	15	PA		37.6931	14.1137	4
90020	Blufi	blufi	15	PA		37.752	14.073	4
90020	Nociazzi Inferiore	nociazzi-inferiore	15	PA		37.819	13.8523	3
90020	Regalgioffoli	regalgioffoli	15	PA		37.8208	13.6376	4
90020	Roccapalumba	roccapalumba	15	PA		37.8082	13.6367	4
90020	Sclafani Bagni	sclafani-bagni	15	PA		37.8217	13.8548	4
90020	Ventimiglia Di Sicilia	ventimiglia-di-sicilia	15	PA		37.9236	13.5677	4
90020	Scillato	scillato	15	PA		37.8578	13.9063	4
90020	Nociazzi	nociazzi	15	PA		37.8051	14.0382	4
90020	Bompietro	bompietro	15	PA		37.7439	14.0947	4
90020	Baucina	baucina	15	PA		37.9252	13.5364	4
90020	Calcarelli	calcarelli	15	PA		37.8	14.0333	4
90020	Aliminusa	aliminusa	15	PA		37.864	13.7813	4
90020	Castellana Sicula	castellana-sicula	15	PA		37.7869	14.0391	4
90020	Sciara	sciara	15	PA		37.9151	13.7618	4
90020	Locati	locati	15	PA		37.7333	14.0833	4
90021	Alia	alia	15	PA		37.7787	13.7139	4
90022	Caltavuturo	caltavuturo	15	PA		37.8204	13.8916	4
90023	Ciminna	ciminna	15	PA		37.8976	13.5597	4
90024	Gangi	gangi	15	PA		37.7957	14.2044	4
90025	Lercara Friddi	lercara-friddi	15	PA		37.7466	13.6039	4
90026	Petralia Soprana	petralia-soprana	15	PA		37.8006	14.1081	4
90026	Pianello Di Petralia Sottana	pianello-di-petralia-sottana	15	PA		37.7871	14.1124	3
90026	Fasano'	fasano	15	PA		37.7761	14.0982	4
90026	Raffo	raffo	15	PA		37.7846	14.1309	4
90026	Pianello	pianello	15	PA		37.7871	14.1124	3
90027	Petralia Sottana	petralia-sottana	15	PA		37.8092	14.0929	4
90028	Polizzi Generosa	polizzi-generosa	15	PA		37.8116	14.0027	4
90029	Valledolmo	valledolmo	15	PA		37.747	13.8281	4
90030	Mezzojuso	mezzojuso	15	PA		37.8651	13.4651	4
90030	Contessa Entellina	contessa-entellina	15	PA		37.7301	13.1843	4
90030	Campofiorito	campofiorito	15	PA		37.7537	13.2687	4
90030	Blandino	blandino	15	PA		38.0579	13.3091	4
90030	Palazzo Adriano	palazzo-adriano	15	PA		37.6807	13.3794	4
90030	Cefala' Diana	cefala-diana	15	PA		37.9156	13.4633	4
90030	Santa Cristina Gela	santa-cristina-gela	15	PA		37.9851	13.3275	4
90030	Godrano	godrano	15	PA		37.9031	13.4282	4
90030	Piano Maglio	piano-maglio	15	PA		38.0579	13.3091	4
90030	Campofelice Di Fitalia	campofelice-di-fitalia	15	PA		37.8269	13.4857	4
90030	Castronuovo Di Sicilia	castronuovo-di-sicilia	15	PA		37.6789	13.6035	4
90030	Bolognetta	bolognetta	15	PA		37.9712	13.4563	4
90030	Giuliana	giuliana	15	PA		37.6728	13.2374	4
90030	Villafrati	villafrati	15	PA		37.9065	13.4849	4
90030	Altofonte	altofonte	15	PA		38.043	13.2943	4
90031	Belmonte Mezzagno	belmonte-mezzagno	15	PA		38.0465	13.3921	4
90032	Bisacquino	bisacquino	15	PA		37.7035	13.2605	4
90033	Chiusa Sclafani	chiusa-sclafani	15	PA		37.6769	13.2707	4
90033	San Carlo	san-carlo	15	PA		37.6244	13.2531	4
90034	Ficuzza	ficuzza	15	PA		37.8849	13.3754	4
90034	Corleone	corleone	15	PA		37.8134	13.3017	4
90035	Marineo	marineo	15	PA		37.9519	13.4178	4
90036	Misilmeri	misilmeri	15	PA		38.0318	13.448	4
90036	Portella Di Mare	portella-di-mare	15	PA		38.073	13.462	4
90037	Piana Degli Albanesi	piana-degli-albanesi	15	PA		37.9937	13.2846	4
90038	Filaga	filaga	15	PA		37.6934	13.4676	4
90038	Prizzi	prizzi	15	PA		37.7209	13.4344	4
90039	Villabate	villabate	15	PA		38.0779	13.4428	4
90040	Montelepre	montelepre	15	PA		38.0903	13.1752	4
90040	Giardinello	giardinello	15	PA		38.0871	13.1565	4
90040	San Cipirello	san-cipirello	15	PA		37.9607	13.1773	4
90040	Grisi'	grisi	15	PA		37.953	13.0898	4
90040	Trappeto	trappeto	15	PA		38.0687	13.0379	4
90040	Roccamena	roccamena	15	PA		37.8382	13.1551	4
90040	Isola Delle Femmine	isola-delle-femmine	15	PA		38.1912	13.2469	4
90040	Cortiglia	cortiglia	15	PA		38.0889	13.1637	4
90040	Torretta	torretta	15	PA		38.1304	13.2355	4
90040	Capaci	capaci	15	PA		38.1711	13.2393	4
90041	Balestrate	balestrate	15	PA		38.0512	13.0072	4
90041	Foce	foce	15	PA		38.0512	13.0072	4
90042	Borgetto	borgetto	15	PA		38.0466	13.1407	4
90043	Camporeale	camporeale	15	PA		37.8861	13.1011	4
90044	Carini	carini	15	PA		38.1324	13.1827	4
90044	Villagrazia Di Carini	villagrazia-di-carini	15	PA		38.1617	13.169	4
90045	Punta Raisi Aeroporto	punta-raisi-aeroporto	15	PA		38.1608	13.101	3
90045	Cinisi	cinisi	15	PA		38.1608	13.101	4
90046	San Martino Delle Scale	san-martino-delle-scale	15	PA		38.0906	13.2541	4
90046	Villa Ciambra	villa-ciambra	15	PA		38.0613	13.32	4
90046	Monreale	monreale	15	PA		38.0812	13.2895	4
90046	Pioppo	pioppo	15	PA		38.05	13.2333	4
90046	Poggio San Francesco	poggio-san-francesco	15	PA		38.0049	13.3415	3
90046	Malpasso	malpasso	15	PA		37.7413	13.6104	4
90047	Partinico	partinico	15	PA		38.0466	13.1179	4
90048	San Giuseppe Jato	san-giuseppe-jato	15	PA		37.9733	13.1889	4
90049	Terrasini	terrasini	15	PA		38.1462	13.0832	4
90049	Citta' Del Mare	citta-del-mare	15	PA		38.1006	13.0748	4
90100	Palermo	palermo	15	PA		38.1321	13.3356	4
90121	In Via Ammiraglio Cristodulo	in-via-ammiraglio-cristodulo	15	PA		38.116	13.3178	3
90121	Boccadifalco	boccadifalco	15	PA		38.1	13.3	4
90121	Palermo	palermo	15	PA		38.1321	13.3356	4
90121	Acqua Dei Corsari	acqua-dei-corsari	15	PA		38.116	13.3178	3
90121	In Via Messina Marine	in-via-messina-marine	15	PA		38.116	13.3178	3
90121	Brancaccio Ciaculli	brancaccio-ciaculli	15	PA		38.116	13.3178	3
90122	Palermo	palermo	15	PA		38.1321	13.3356	4
90122	Roccella Guarnaschelli	roccella-guarnaschelli	15	PA		38.1321	13.3356	3
90123	Palermo	palermo	15	PA		38.1321	13.3356	4
90123	Settecannoli	settecannoli	15	PA		38.1321	13.3356	3
90124	Palermo	palermo	15	PA		38.1321	13.3356	4
90124	Brancaccio Ciaculli	brancaccio-ciaculli	15	PA		38.1321	13.3356	3
90124	In Via Brancaccio	in-via-brancaccio	15	PA		38.1321	13.3356	3
90124	In Via Santa Maria Di Gesu'	in-via-santa-maria-di-gesu	15	PA		38.1321	13.3356	3
90124	In Via Chiavelli	in-via-chiavelli	15	PA		38.1321	13.3356	3
90125	Palermo	palermo	15	PA		38.1321	13.3356	4
90125	In Via Aloi	in-via-aloi	15	PA		38.1321	13.3356	3
90126	Palermo	palermo	15	PA		38.1321	13.3356	4
90126	Mezzomonreale Boccadifalco	mezzomonreale-boccadifalco	15	PA		38.1321	13.3356	3
90127	Palermo	palermo	15	PA		38.1321	13.3356	4
90128	Palermo	palermo	15	PA		38.1321	13.3356	4
90129	Palermo	palermo	15	PA		38.1321	13.3356	4
90131	Rocca Monreale	rocca-monreale	15	PA		38.1321	13.3356	3
90131	Palermo	palermo	15	PA		38.1321	13.3356	4
90132	Palermo	palermo	15	PA		38.1321	13.3356	4
90133	Tribunali Castellammare	tribunali-castellammare	15	PA		38.1321	13.3356	3
90133	Palermo	palermo	15	PA		38.1321	13.3356	4
90134	Zisa	zisa	15	PA		38.1321	13.3356	3
90134	Palermo	palermo	15	PA		38.1321	13.3356	4
90134	In Via Gioiamia	in-via-gioiamia	15	PA		38.1321	13.3356	3
90135	Palermo	palermo	15	PA		38.1321	13.3356	4
90135	Zisa	zisa	15	PA		38.1321	13.3356	3
90136	Palermo	palermo	15	PA		38.1321	13.3356	4
90137	Palermo	palermo	15	PA		38.1321	13.3356	4
90138	Zisa	zisa	15	PA		38.1321	13.3356	3
90138	Palermo	palermo	15	PA		38.1321	13.3356	4
90139	Palermo	palermo	15	PA		38.1321	13.3356	4
90141	Palermo	palermo	15	PA		38.1321	13.3356	4
90142	Montepellegrino	montepellegrino	15	PA		38.1321	13.3356	3
90142	Palermo	palermo	15	PA		38.1321	13.3356	4
90142	Arenella Vergine Maria	arenella-vergine-maria	15	PA		38.1321	13.3356	3
90143	Palermo	palermo	15	PA		38.1321	13.3356	4
90144	Palermo	palermo	15	PA		38.1321	13.3356	4
90145	Palermo	palermo	15	PA		38.1321	13.3356	4
90146	San Lorenzo Colli	san-lorenzo-colli	15	PA		38.1321	13.3356	3
90146	Palermo	palermo	15	PA		38.1321	13.3356	4
90146	In Via San Nicola	in-via-san-nicola	15	PA		38.1321	13.3356	3
90146	Pallavicino	pallavicino	15	PA		38.1321	13.3356	3
90146	Cruillas	cruillas	15	PA		38.1321	13.3356	3
90146	Resuttana San Lorenzo	resuttana-san-lorenzo	15	PA		38.1321	13.3356	3
90147	Palermo	palermo	15	PA		38.1321	13.3356	4
90147	Tommaso Natale Sferracavallo	tommaso-natale-sferracavallo	15	PA		38.1321	13.3356	3
90148	Sferracavallo	sferracavallo	15	PA		38.2	13.2833	4
90148	Palermo	palermo	15	PA		38.1321	13.3356	4
90148	Tommaso Natale	tommaso-natale	15	PA		38.1833	13.2833	4
90148	Villagrazia	villagrazia	15	PA		38.0833	13.3333	4
90149	Palermo	palermo	15	PA		38.1321	13.3356	4
90151	Mondello	mondello	15	PA		38.2	13.3333	4
90151	Palermo	palermo	15	PA		38.1321	13.3356	4
90151	Partanna Mondello	partanna-mondello	15	PA		38.166	13.3345	3
97010	Marina Di Modica	marina-di-modica	15	RG		36.7165	14.7847	4
97010	Monterosso Almo	monterosso-almo	15	RG		37.0888	14.765	4
97010	Giarratana	giarratana	15	RG		37.0474	14.7945	4
97010	Marina Di Ragusa	marina-di-ragusa	15	RG		36.7858	14.5547	4
97010	Roccazzo	roccazzo	15	RG		37.0519	14.6295	4
97010	Bellocozzo	bellocozzo	15	RG		36.9381	14.7057	3
97011	Acate	acate	15	RG		37.0232	14.493	4
97012	Chiaramonte Gulfi	chiaramonte-gulfi	15	RG		37.0305	14.703	4
97013	Pedalino	pedalino	15	RG		37.0232	14.5812	4
97013	Comiso	comiso	15	RG		36.9489	14.6073	4
97014	Ispica	ispica	15	RG		36.7862	14.9053	4
97015	Frigintini	frigintini	15	RG		36.9196	14.8242	4
97015	Rocciola Sorda	rocciola-sorda	15	RG		36.8891	14.7919	3
97015	Modica	modica	15	RG		36.8587	14.7597	4
97015	Modica Alta	modica-alta	15	RG		36.8891	14.7919	3
97015	Cava D'Ispica	cava-d-ispica	15	RG		36.8891	14.7919	3
97016	Pozzallo	pozzallo	15	RG		36.7303	14.8467	4
97017	Donnafugata	donnafugata	15	RG		36.8833	14.5667	4
97017	Santa Croce Camerina	santa-croce-camerina	15	RG		36.8284	14.5254	4
97018	Donnalucata	donnalucata	15	RG		36.7612	14.6402	4
97018	Sampieri	sampieri	15	RG		36.7222	14.7381	4
97018	Cava D'Aliga	cava-d-aliga	15	RG		36.7296	14.6903	4
97018	Jungi	jungi	15	RG		36.7508	14.6929	3
97018	Scicli	scicli	15	RG		36.7901	14.7028	4
97019	Scoglitti	scoglitti	15	RG		36.8942	14.4335	4
97019	Vittoria	vittoria	15	RG		36.9515	14.5279	4
97100	Ragusa	ragusa	15	RG		36.9257	14.7244	4
97100	Ragusa Ibla	ragusa-ibla	15	RG		36.9256	14.7279	4
96010	Marina Di Melilli	marina-di-melilli	15	SR		37.1171	15.2317	4
96010	Melilli	melilli	15	SR		37.1782	15.1302	4
96010	Ferla	ferla	15	SR		37.1198	14.9388	4
96010	Villasmundo	villasmundo	15	SR		37.2513	15.0909	4
96010	Palazzolo Acreide	palazzolo-acreide	15	SR		37.0626	14.9059	4
96010	Canicattini Bagni	canicattini-bagni	15	SR		37.0317	15.0639	4
96010	Portopalo Di Capo Passero	portopalo-di-capo-passero	15	SR		36.6822	15.1338	4
96010	Solarino	solarino	15	SR		37.1014	15.1199	4
96010	Cassaro	cassaro	15	SR		37.1057	14.947	4
96010	Buscemi	buscemi	15	SR		37.086	14.885	4
96010	Buccheri	buccheri	15	SR		37.1249	14.8522	4
96010	Rizzolo	rizzolo	15	SR		37.0904	15.0394	3
96010	Priolo Gargallo	priolo-gargallo	15	SR		37.1551	15.1825	4
96010	San Foca'	san-foca	15	SR		37.0904	15.0394	3
96010	Sortino	sortino	15	SR		37.1588	15.03	4
96011	Brucoli	brucoli	15	SR		37.2819	15.1884	4
96011	Augusta	augusta	15	SR		37.2407	15.2212	4
96012	Avola	avola	15	SR		36.9084	15.1394	4
96013	Pedagaggi	pedagaggi	15	SR		37.1918	14.9365	4
96013	Borgo Rizza	borgo-rizza	15	SR		37.2363	14.9734	3
96013	Carlentini	carlentini	15	SR		37.2807	15.0102	4
96014	Floridia	floridia	15	SR		37.0834	15.1533	4
96015	Francofonte	francofonte	15	SR		37.2248	14.8749	4
96016	Lentini	lentini	15	SR		37.2856	14.9974	4
96017	San Corrado Di Fuori	san-corrado-di-fuori	15	SR		36.9268	15.0654	4
96017	San Paolo Di Noto	san-paolo-di-noto	15	SR		36.8388	15.0259	4
96017	Castelluccio	castelluccio	15	SR		36.95	14.9333	4
96017	Rigolizia	rigolizia	15	SR		36.9982	14.9329	4
96017	Santa Lucia	santa-lucia	15	SR		37.0833	15.2667	4
96017	Santa Lucia Di Noto	santa-lucia-di-noto	15	SR		36.9362	15.0367	3
96017	Testa Dell'Acqua	testa-dell-acqua	15	SR		36.9615	14.9736	4
96017	Noto	noto	15	SR		36.8924	15.0698	4
96017	San Paolo	san-paolo	15	SR		36.8388	15.0259	4
96018	Pachino	pachino	15	SR		36.7152	15.0902	4
96018	Marzamemi	marzamemi	15	SR		36.7152	15.0902	3
96019	Rosolini	rosolini	15	SR		36.8214	14.9513	4
96100	Belvedere	belvedere	15	SR		37.0884	15.2131	4
96100	Cassibile	cassibile	15	SR		36.9786	15.2006	4
96100	Belvedere Di Siracusa	belvedere-di-siracusa	15	SR		37.0884	15.2131	4
96100	Siracusa	siracusa	15	SR		37.0841	15.2763	4
96100	Carrozziere	carrozziere	15	SR		37.0376	15.272	4
91010	Vita	vita	15	TP		37.8689	12.8276	4
91010	Castelluzzo	castelluzzo	15	TP		38.101	12.736	4
91010	Marettimo	marettimo	15	TP		38.0719	12.7595	3
91010	San Vito Lo Capo	san-vito-lo-capo	15	TP		38.174	12.736	4
91010	Macari	macari	15	TP		38.1438	12.7384	4
91011	Alcamo	alcamo	15	TP		37.9779	12.9647	4
91012	Bruca	bruca	15	TP		37.967	12.7983	4
91012	Battaglia	battaglia	15	TP		37.9852	12.7537	3
91012	Buseto Palizzolo	buseto-palizzolo	15	TP		38.0034	12.7091	4
91013	Calatafimi	calatafimi	15	TP		37.9144	12.8636	4
91013	Sasi	sasi	15	TP		37.9022	12.8879	4
91013	Calatafimi Segesta	calatafimi-segesta	15	TP		37.9083	12.8758	3
91014	Scopello	scopello	15	TP		38.0757	12.8139	4
91014	Castellammare Del Golfo	castellammare-del-golfo	15	TP		38.0265	12.8818	4
91014	Castello Inici	castello-inici	15	TP		38.0421	12.828	3
91014	Balata Di Baida	balata-di-baida	15	TP	081005	38.0242	12.7882	4
91015	Custonaci	custonaci	15	TP		38.0793	12.6857	4
91015	Sperone Di Custonaci	sperone-di-custonaci	15	TP		38.0734	12.6855	4
91015	Purgatorio	purgatorio	15	TP		38.0795	12.7143	4
91016	Erice	erice	15	TP		38.0378	12.5878	4
91016	Rigaletta	rigaletta	15	TP		38.0134	12.5815	4
91016	Napola	napola	15	TP		37.9905	12.6319	4
91016	San Giuliano Trentapiedi	san-giuliano-trentapiedi	15	TP		38.0174	12.6011	3
91016	Ballata	ballata	15	TP		37.9766	12.6924	4
91016	Pizzolungo	pizzolungo	15	TP		38.0608	12.5646	4
91016	Casa Santa	casa-santa	15	TP		38.0251	12.5484	4
91017	Pantelleria	pantelleria	15	TP		38.0049	12.7136	1
91017	Kamma	kamma	15	TP		38.0049	12.7136	1
91017	Pantelleria Aeroporto	pantelleria-aeroporto	15	TP		38.0049	12.7136	1
91017	Scauri Siculo	scauri-siculo	15	TP		38.0049	12.7136	1
91017	Scauri	scauri	15	TP		38.0049	12.7136	1
91018	Ulmi	ulmi	15	TP		37.8333	12.7823	4
91018	Salemi	salemi	15	TP		37.822	12.8051	4
91018	Filci	filci	15	TP		37.8333	12.7823	4
91018	Gorgazzo	gorgazzo	15	TP		37.8305	12.788	3
91018	San Ciro	san-ciro	15	TP		37.8333	12.7823	4
91019	Valderice	valderice	15	TP		38.04	12.6151	4
91019	Tonnara Di Bonagia	tonnara-di-bonagia	15	TP		38.0631	12.5943	4
91019	Sant'Andrea Bonagia	sant-andrea-bonagia	15	TP		38.065	12.616	4
91019	Crocevie	crocevie	15	TP		38.036	12.6539	4
91019	Bonagia	bonagia	15	TP		38.0631	12.5943	4
91019	Crocci	crocci	15	TP		38.0159	12.6336	4
91019	Chiesanuova	chiesanuova	15	TP	081022	38.0167	12.65	4
91019	Fico	fico	15	TP		38.0239	12.6035	4
91020	Poggioreale	poggioreale	15	TP		37.764	13.0359	4
91020	Petrosino	petrosino	15	TP		37.7127	12.4996	4
91020	Costiera Di Mazara	costiera-di-mazara	15	TP		37.7104	12.6415	4
91020	Granitola	granitola	15	TP		37.574	12.6593	4
91020	Salaparuta	salaparuta	15	TP		37.7569	13.0098	4
91021	Campobello Di Mazara	campobello-di-mazara	15	TP		37.6346	12.7495	4
91021	Tre Fontane	tre-fontane	15	TP		37.5699	12.7242	4
91021	Granitola Torretta	granitola-torretta	15	TP	081004	37.574	12.6593	4
91022	Triscina	triscina	15	TP		37.5872	12.7891	4
91022	Marinella Di Selinunte	marinella-di-selinunte	15	TP		37.5948	12.8443	4
91022	Castelvetrano	castelvetrano	15	TP		37.6808	12.7919	4
91022	Marinella	marinella	15	TP		37.5948	12.8443	4
91023	Favignana	favignana	15	TP		37.9295	12.3296	4
91023	Levanzo	levanzo	15	TP		37.9872	12.341	4
91024	Villaggio Madonna Delle Grazie	villaggio-madonna-delle-grazie	15	TP		37.807	12.8695	3
91024	Gibellina	gibellina	15	TP		37.807	12.8695	4
91025	Strasatti Di Marsala	strasatti-di-marsala	15	TP		37.7267	12.5125	4
91025	Ciavolo	ciavolo	15	TP		37.7794	12.5377	4
91025	Marsala	marsala	15	TP		37.7992	12.4367	4
91025	Terrenove Bambina	terrenove-bambina	15	TP		37.7763	12.5009	3
91025	Paolini	paolini	15	TP		37.8	12.5167	4
91025	Santo Padre Delle Perriere	santo-padre-delle-perriere	15	TP		37.7763	12.5009	3
91025	Matarocco	matarocco	15	TP		37.7763	12.5009	3
91025	Tabaccaro	tabaccaro	15	TP		37.7763	12.5009	3
91025	Ragattisi	ragattisi	15	TP		37.7763	12.5009	3
91025	Spagnola	spagnola	15	TP		37.7763	12.5009	3
91025	Bufalata	bufalata	15	TP		37.7763	12.5009	3
91025	Ciavolotto	ciavolotto	15	TP		37.7763	12.5009	3
91026	Mazara Del Vallo	mazara-del-vallo	15	TP		37.6553	12.5899	4
91026	Borgata Costiera	borgata-costiera	15	TP	081012	37.7104	12.6415	4
91027	Dattilo	dattilo	15	TP		37.97	12.6388	4
91027	Nubia	nubia	15	TP		37.978	12.5135	4
91027	Paceco	paceco	15	TP		37.9803	12.5577	4
91028	Partanna	partanna	15	TP		37.7268	12.8892	4
91029	Santa Ninfa	santa-ninfa	15	TP		37.7704	12.8774	4
91100	Ummari	ummari	15	TP	081021	37.9289	12.7404	4
91100	Rilievo	rilievo	15	TP		37.9164	12.5406	4
91100	San Giuliano Trentapiedi	san-giuliano-trentapiedi	15	TP		37.9507	12.5711	3
91100	Trapani	trapani	15	TP		38.0176	12.5362	4
91100	Xitta	xitta	15	TP		37.9833	12.55	4
91100	Guarrato	guarrato	15	TP		37.9328	12.5475	4
91100	Marausa	marausa	15	TP		37.9417	12.5095	4
91100	Salinagrande	salinagrande	15	TP		37.9601	12.5114	4
91100	Marausa Loco Grande	marausa-loco-grande	15	TP		37.9507	12.5711	3
91100	Locogrande	locogrande	15	TP		37.9258	12.5115	4
91100	Birgi Aerostazione	birgi-aerostazione	15	TP		37.9507	12.5711	3
91100	Fulgatore	fulgatore	15	TP	081021	37.9498	12.693	4
91100	Borgo Annunziata	borgo-annunziata	15	TP		37.9507	12.5711	3
91100	Borgo Fazio	borgo-fazio	15	TP	081021	37.9507	12.5711	3
91100	Fontanelle Casasanta	fontanelle-casasanta	15	TP		37.9507	12.5711	3
52010	Biforco	biforco	16	AR		43.7499	11.9345	4
52010	Ortignano Raggiolo	ortignano-raggiolo	16	AR		43.68	11.7488	4
52010	Capolona	capolona	16	AR		43.5668	11.8637	4
52010	Talla	talla	16	AR		43.6018	11.7871	4
52010	Santa Mama	santa-mama	16	AR		43.6297	11.8545	4
52010	Serravalle Di Bibbiena	serravalle-di-bibbiena	16	AR		43.7756	11.8401	4
52010	Chitignano	chitignano	16	AR		43.6616	11.8813	4
52010	Faltona	faltona	16	AR		43.6242	11.7689	4
52010	Moggiona Di Poppi	moggiona-di-poppi	16	AR		43.7821	11.7932	4
52010	Corsalone	corsalone	16	AR		43.683	11.8349	4
52010	Raggiolo	raggiolo	16	AR		43.6768	11.7102	4
52010	Ortignano	ortignano	16	AR		43.6801	11.7502	4
52010	Montemignaio	montemignaio	16	AR		43.7399	11.6188	4
52010	Subbiano	subbiano	16	AR		43.5782	11.8714	4
52010	Chiusi Della Verna	chiusi-della-verna	16	AR		43.6975	11.935	4
52010	La Verna	la-verna	16	AR		43.7	11.9333	4
52011	Banzena	banzena	16	AR		43.7196	11.8673	4
52011	Bibbiena Stazione	bibbiena-stazione	16	AR		43.7343	11.831	3
52011	Partina	partina	16	AR	051004	43.7491	11.8216	4
52011	Soci	soci	16	AR	051004	43.7282	11.811	4
52011	Serravalle	serravalle	16	AR	051004	43.7756	11.8401	4
52011	Bibbiena	bibbiena	16	AR		43.6988	11.8147	4
52014	Camaldoli	camaldoli	16	AR	051031	43.7936	11.8203	4
52014	Moggiona	moggiona	16	AR	051031	43.7821	11.7932	4
52014	Ponte A Poppi	ponte-a-poppi	16	AR		43.7317	11.7666	4
52014	Porrena	porrena	16	AR		43.751	11.7492	4
52014	Quota	quota	16	AR		43.6856	11.7262	4
52014	Avena	avena	16	AR		43.7514	11.7835	4
52014	Poppi	poppi	16	AR		43.7212	11.7664	4
52014	Badia Prataglia	badia-prataglia	16	AR	051031	43.7944	11.8783	4
52015	Pratovecchio Stia	pratovecchio-stia	16	AR	051041	43.7869	11.7235	4
52015	Pratovecchio	pratovecchio	16	AR		43.7869	11.7235	4
52016	Rassina	rassina	16	AR		43.6474	11.8363	4
52016	Castel Focognano	castel-focognano	16	AR		43.6529	11.7873	4
52016	Pieve A Socana	pieve-a-socana	16	AR		43.6468	11.8251	4
52016	Salutio	salutio	16	AR	051008	43.6195	11.8149	4
52017	Papiano	papiano	16	AR		43.8185	11.7123	4
52017	Stia	stia	16	AR		43.7988	11.7089	4
52018	Castel San Niccolo'	castel-san-niccolo	16	AR		43.7445	11.7091	4
52018	Borgo Alla Collina	borgo-alla-collina	16	AR		43.7486	11.7268	4
52018	Strada	strada	16	AR		43.7445	11.7101	4
52020	Pieve A Presciano	pieve-a-presciano	16	AR		43.4519	11.6707	4
52020	Pergine Valdarno	pergine-valdarno	16	AR		43.4703	11.6855	4
52020	Laterina Stazione	laterina-stazione	16	AR		43.498	11.6787	3
52020	Montalto	montalto	16	AR		43.4991	11.6638	4
52020	Laterina	laterina	16	AR		43.5019	11.7174	4
52020	Cavi	cavi	16	AR		43.4795	11.7087	4
52020	Castelfranco Di Sopra	castelfranco-di-sopra	16	AR		43.6216	11.5588	4
52020	Ponticino	ponticino	16	AR		43.4801	11.7162	4
52020	Casalone	casalone	16	AR		43.4795	11.7087	4
52021	Pietraviva	pietraviva	16	AR	051005	43.3946	11.5836	4
52021	Bucine	bucine	16	AR		43.4769	11.614	4
52021	Badia Agnano	badia-agnano	16	AR		43.4357	11.6497	4
52021	Capannole	capannole	16	AR		43.4424	11.6235	4
52021	Ambra	ambra	16	AR	051005	43.4146	11.6029	4
52021	Torre	torre	16	AR		43.4794	11.5641	4
52022	Santa Barbara	santa-barbara	16	AR		43.3346	11.7134	4
52022	Monastero	monastero	16	AR		43.5161	11.5075	3
52022	Vacchereccia	vacchereccia	16	AR		43.561	11.5013	4
52022	Cavriglia	cavriglia	16	AR		43.5202	11.4869	4
52022	Meleto	meleto	16	AR		43.5689	11.4651	4
52022	Montegonzi	montegonzi	16	AR		43.5006	11.4958	4
52022	San Cipriano	san-cipriano	16	AR		43.5686	11.4847	4
52022	Neri	neri	16	AR		43.5339	11.4603	4
52022	Castelnuovo Dei Sabbioni	castelnuovo-dei-sabbioni	16	AR		43.5409	11.4523	4
52024	Loro Ciuffenna	loro-ciuffenna	16	AR		43.5883	11.6288	4
52024	San Giustino Valdarno	san-giustino-valdarno	16	AR		43.5527	11.705	4
52025	Levane	levane	16	AR		43.5	11.6167	4
52025	Montevarchi	montevarchi	16	AR		43.5252	11.5724	4
52025	Mercatale Valdarno	mercatale-valdarno	16	AR	051026	43.4791	11.5633	4
52025	Moncioni	moncioni	16	AR		43.4856	11.5099	4
52026	Faella	faella	16	AR		43.6265	11.5184	4
52026	Castelfranco Piandiscò	castelfranco-piandisco	16	AR	051040	43.6342	11.5318	3
52026	Pian Di Sco	pian-di-sco	16	AR		43.6419	11.5452	4
52026	Vaggio	vaggio	16	AR		43.6342	11.5318	3
52027	San Giovanni Valdarno	san-giovanni-valdarno	16	AR		43.5676	11.5299	4
52028	Campogialli	campogialli	16	AR		43.5406	11.6855	4
52028	Ville	ville	16	AR		43.5663	11.5712	4
52028	Terranuova Bracciolini	terranuova-bracciolini	16	AR		43.5508	11.5807	4
52028	Malva	malva	16	AR		43.6	11.5833	4
52028	Penna	penna	16	AR		43.5669	11.6104	4
52028	Madrigale	madrigale	16	AR		43.5695	11.5485	4
52029	Castiglion Fibocchi	castiglion-fibocchi	16	AR		43.5274	11.7615	4
52031	Anghiari	anghiari	16	AR		43.541	12.0583	4
52031	San Leo Di Anghiari	san-leo-di-anghiari	16	AR		43.5345	12.0918	4
52032	Ca' Raffaello	ca-raffaello	16	AR	051003	43.7837	12.2105	4
52032	Fresciano	fresciano	16	AR	051003	43.7264	12.1361	4
52032	Badia Tedalda	badia-tedalda	16	AR		43.7089	12.1843	4
52033	Caprese Michelangelo	caprese-michelangelo	16	AR		43.6403	11.9855	4
52035	Le Ville	le-ville	16	AR		43.4857	12.0791	4
52035	Monterchi	monterchi	16	AR		43.4873	12.1105	4
52036	Pieve Santo Stefano	pieve-santo-stefano	16	AR		43.6715	12.0412	4
52036	Madonnuccia	madonnuccia	16	AR		43.5997	12.0768	4
52037	Santa Fiora	santa-fiora	16	AR		43.5599	12.1127	4
52037	Sansepolcro	sansepolcro	16	AR		43.5726	12.1386	4
52037	Gricignano	gricignano	16	AR		43.5431	12.1119	4
52038	Colcellalto	colcellalto	16	AR		43.7199	12.2217	4
52038	Monterone	monterone	16	AR		43.7102	12.3515	4
52038	Sestino	sestino	16	AR		43.7097	12.2978	4
52041	Badia Al Pino	badia-al-pino	16	AR		43.4042	11.7723	4
52041	Ciggiano	ciggiano	16	AR		43.3653	11.713	4
52041	Civitella In Val Di Chiana	civitella-in-val-di-chiana	16	AR		43.4173	11.7229	4
52041	Tegoleto	tegoleto	16	AR		43.3946	11.7853	4
52041	Viciomaggio	viciomaggio	16	AR		43.4322	11.7732	4
52041	Pieve Al Toppo	pieve-al-toppo	16	AR		43.4076	11.7969	4
52043	Castiglion Fiorentino	castiglion-fiorentino	16	AR		43.3431	11.9199	4
52043	Montecchio	montecchio	16	AR		43.3128	11.9258	4
52043	Manciano	manciano	16	AR		43.3363	11.8858	4
52044	Fratta	fratta	16	AR		43.2756	11.9254	4
52044	Centoia	centoia	16	AR		43.2632	12.0314	3
52044	Santa Caterina Di Cortona	santa-caterina-di-cortona	16	AR		43.2756	11.9254	4
52044	Mercatale	mercatale	16	AR		43.2577	12.1397	4
52044	Sant'Andrea Di Sorbello	sant-andrea-di-sorbello	16	AR		43.2872	12.2114	4
52044	Terontola Stazione	terontola-stazione	16	AR		43.2632	12.0314	3
52044	Terontola	terontola	16	AR		43.2101	12.0111	4
52044	Montanare	montanare	16	AR		43.2609	12.0555	4
52044	Camucia	camucia	16	AR		43.2593	11.9711	4
52044	Montanare Di Cortona	montanare-di-cortona	16	AR		43.2609	12.0555	4
52044	Capezzine	capezzine	16	AR		43.2632	12.0314	3
52044	Mercatale Di Cortona	mercatale-di-cortona	16	AR		43.2577	12.1397	4
52044	Cortona	cortona	16	AR		43.2747	11.9853	4
52044	Santa Caterina	santa-caterina	16	AR		43.2756	11.9254	4
52045	Pozzo Della Chiana	pozzo-della-chiana	16	AR		43.2928	11.8	4
52045	Foiano Della Chiana	foiano-della-chiana	16	AR		43.2532	11.8165	4
52046	Lucignano	lucignano	16	AR		43.2726	11.746	4
52047	Marciano Della Chiana	marciano-della-chiana	16	AR		43.3049	11.7864	4
52047	Cesa	cesa	16	AR		43.3162	11.8126	4
52047	Marciano	marciano	16	AR		43.3065	11.7917	4
52048	Palazzuolo	palazzuolo	16	AR		43.3549	11.6451	4
52048	Montagnano	montagnano	16	AR		43.3438	11.8101	4
52048	Alberoro	alberoro	16	AR		43.3669	11.8078	4
52048	Montagnano Alberoro	montagnano-alberoro	16	AR		43.3494	11.7474	3
52048	Monte San Savino	monte-san-savino	16	AR		43.3321	11.7266	4
52100	Antria	antria	16	AR		43.4995	11.9109	4
52100	Battifolle	battifolle	16	AR		43.4333	11.7833	4
52100	Ponte Alla Chiassa	ponte-alla-chiassa	16	AR		43.5263	11.8656	4
52100	Quarata	quarata	16	AR		43.4986	11.8274	4
52100	Patrignone	patrignone	16	AR		43.4991	11.853	4
52100	Ceciliano	ceciliano	16	AR		43.5021	11.8735	4
52100	San Giuliano D'Arezzo	san-giuliano-d-arezzo	16	AR		43.4777	11.8775	3
52100	Tregozzano	tregozzano	16	AR		43.4056	11.8436	4
52100	Poggiola	poggiola	16	AR		43.45	11.8	4
52100	Puglia	puglia	16	AR		43.5012	11.8826	4
52100	Giovi D'Arezzo	giovi-d-arezzo	16	AR		43.4777	11.8775	3
52100	Arezzo	arezzo	16	AR		43.4628	11.8807	4
52100	Ruscello	ruscello	16	AR		43.45	11.8	4
52100	Staggiano	staggiano	16	AR		43.45	11.9167	4
52100	Chiassa	chiassa	16	AR		43.4777	11.8775	3
52100	Rigutino	rigutino	16	AR		43.3755	11.8674	4
52100	Indicatore	indicatore	16	AR		43.4807	11.8053	4
52100	Palazzo Del Pero	palazzo-del-pero	16	AR		43.4211	11.9762	4
52100	Pieve Al Bagnoro	pieve-al-bagnoro	16	AR		43.4777	11.8775	3
52100	Frassineto	frassineto	16	AR		43.7	12.0833	4
52100	Pratantico	pratantico	16	AR		43.4807	11.8053	4
52100	Molin Nuovo	molin-nuovo	16	AR		43.4629	12.0198	4
52100	Chiassa Superiore	chiassa-superiore	16	AR		43.4777	11.8775	3
52100	Olmo	olmo	16	AR		43.5336	11.8566	3
50010	Trespiano	trespiano	16	FI		43.8343	11.2886	4
50012	Vallina	vallina	16	FI		43.7786	11.3631	4
50012	Candeli	candeli	16	FI		43.763	11.3369	4
50012	Osteria Nuova	osteria-nuova	16	FI		43.7305	11.3443	4
50012	Grassina	grassina	16	FI		43.7237	11.2907	4
50012	Rimaggio	rimaggio	16	FI		43.7572	11.3316	4
50012	Grassina Ponte A Ema	grassina-ponte-a-ema	16	FI		43.7333	11.3	4
50012	Antella	antella	16	FI		43.7277	11.3223	4
50012	Bagno A Ripoli	bagno-a-ripoli	16	FI		43.7511	11.3225	4
50013	San Piero A Ponti	san-piero-a-ponti	16	FI		43.8065	11.1362	4
50013	San Donnino Di Campi	san-donnino-di-campi	16	FI		43.7955	11.1465	4
50013	Campi Bisenzio	campi-bisenzio	16	FI		43.8245	11.1303	4
50013	Sant'Angelo	sant-angelo	16	FI		43.8109	11.0812	4
50013	Capalle	capalle	16	FI		43.8144	11.1233	3
50013	Sant'Angelo A Lecore	sant-angelo-a-lecore	16	FI		43.8109	11.0812	4
50013	San Donnino	san-donnino	16	FI		43.7955	11.1465	4
50013	Il Rosi	il-rosi	16	FI		43.8571	11.141	4
50014	Pian Di Mugnone	pian-di-mugnone	16	FI		43.8181	11.2959	4
50014	Caldine	caldine	16	FI	048015	43.8283	11.3044	4
50014	San Domenico Di Fiesole	san-domenico-di-fiesole	16	FI		43.817	11.2984	3
50014	Fiesole	fiesole	16	FI		43.8045	11.2949	4
50018	Casellina	casellina	16	FI		43.7642	11.1758	4
50018	San Vincenzo A Torri	san-vincenzo-a-torri	16	FI		43.7006	11.0963	4
50018	Le Bagnese San Giusto	le-bagnese-san-giusto	16	FI		43.7421	11.1509	3
50018	Scandicci	scandicci	16	FI		43.7542	11.1879	4
50018	San Martino Alla Palma	san-martino-alla-palma	16	FI		43.7492	11.1437	4
50018	Badia A Settimo	badia-a-settimo	16	FI		43.7421	11.1509	3
50019	Ponte A Giogoli	ponte-a-giogoli	16	FI		43.8077	11.1768	4
50019	Colonnata	colonnata	16	FI		43.8333	11.2167	4
50019	Osmannoro	osmannoro	16	FI		43.8243	11.1976	3
50019	Sesto Fiorentino	sesto-fiorentino	16	FI		43.8319	11.1992	4
50019	Quinto	quinto	16	FI		43.8243	11.1976	3
50019	Querceto	querceto	16	FI		43.8176	11.2913	3
50020	Mercatale Val Di Pesa	mercatale-val-di-pesa	16	FI		43.6368	11.2279	4
50021	Marcialla	marcialla	16	FI		43.5765	11.1417	4
50021	Vico D'Elsa	vico-d-elsa	16	FI		43.5131	11.0988	4
50022	Lamole	lamole	16	FI		43.5493	11.356	4
50022	Panzano	panzano	16	FI		43.5442	11.3144	4
50022	Greve In Chianti	greve-in-chianti	16	FI		43.5851	11.3171	4
50022	Lucolena	lucolena	16	FI		43.5748	11.3885	4
50022	San Polo In Chianti	san-polo-in-chianti	16	FI		43.6723	11.3594	4
50023	Monte Oriolo	monte-oriolo	16	FI		43.7087	11.2552	4
50023	Pozzolatico	pozzolatico	16	FI		43.7248	11.2448	4
50023	Impruneta	impruneta	16	FI		43.6845	11.2543	4
50023	Tavarnuzze	tavarnuzze	16	FI		43.7102	11.2172	4
50023	Bottai	bottai	16	FI		43.7256	11.2239	4
50025	Lucardo	lucardo	16	FI		43.5992	11.1172	4
50025	Baccaiano	baccaiano	16	FI		43.6652	11.0828	4
50025	San Quirico In Collina	san-quirico-in-collina	16	FI		43.6503	11.1269	4
50025	Montagnana Val Di Pesa	montagnana-val-di-pesa	16	FI		43.6393	11.1	3
50025	Montespertoli	montespertoli	16	FI		43.6426	11.0733	4
50025	Martignana	martignana	16	FI		43.6393	11.1	3
50026	Mercatale	mercatale	16	FI	048038	43.6368	11.2279	4
50026	Cerbaia	cerbaia	16	FI	048038	43.6852	11.1289	4
50026	Montefiridolfi	montefiridolfi	16	FI	048038	43.611	11.2138	4
50026	Spedaletto	spedaletto	16	FI		43.6773	11.1921	4
50026	Romola	romola	16	FI	048038	43.6997	11.1627	4
50026	San Casciano In Val Di Pesa	san-casciano-in-val-di-pesa	16	FI		43.6598	11.1849	4
50026	San Pancrazio	san-pancrazio	16	FI	048038	43.6282	11.142	4
50027	Passo Dei Pecorai	passo-dei-pecorai	16	FI		43.6233	11.2847	4
50027	Strada In Chianti	strada-in-chianti	16	FI		43.6587	11.2968	4
50027	Chiocchio	chiocchio	16	FI		43.6374	11.315	4
50028	Tavarnelle Val Di Pesa	tavarnelle-val-di-pesa	16	FI		43.5618	11.1715	4
50028	Barberino Val D'Elsa	barberino-val-d-elsa	16	FI		43.5399	11.1718	4
50028	Sambuca Val Di Pesa	sambuca-val-di-pesa	16	FI		43.5734	11.2141	4
50028	San Donato In Poggio	san-donato-in-poggio	16	FI		43.5373	11.2346	4
50028	Sambuca	sambuca	16	FI		43.5734	11.2141	4
50031	Galliano	galliano	16	FI		44.0173	11.2935	4
50031	Cavallina	cavallina	16	FI		43.9835	11.2315	4
50031	Barberino Di Mugello	barberino-di-mugello	16	FI		43.9993	11.2368	4
50031	Cafaggiolo	cafaggiolo	16	FI		44.0133	11.2632	3
50031	Gagliano Di Mugello	gagliano-di-mugello	16	FI		44.0173	11.2935	4
50031	Montecarelli	montecarelli	16	FI		44.0492	11.2608	4
50032	Polcanto	polcanto	16	FI		43.8982	11.3572	4
50032	Ronta	ronta	16	FI		44.0031	11.4289	4
50032	Panicaglia	panicaglia	16	FI		43.9851	11.4079	4
50032	Luco Mugello	luco-mugello	16	FI		44.0003	11.3961	4
50032	Borgo San Lorenzo	borgo-san-lorenzo	16	FI		43.9555	11.3856	4
50033	Bruscoli	bruscoli	16	FI		44.1424	11.243	4
50033	Cornacchiaia	cornacchiaia	16	FI		44.1028	11.3366	4
50033	Piancaldoli	piancaldoli	16	FI		44.2141	11.4321	4
50033	Rifredo	rifredo	16	FI		44.0657	11.3901	4
50033	Filigare	filigare	16	FI		44.1987	11.3331	4
50033	Traversa	traversa	16	FI		44.1103	11.2844	4
50033	Coniale	coniale	16	FI		44.1529	11.4569	4
50033	Covigliaio	covigliaio	16	FI		44.1362	11.3073	4
50033	Pietramala	pietramala	16	FI		44.1645	11.3344	4
50033	Firenzuola	firenzuola	16	FI		44.1197	11.3818	4
50034	Lutirano	lutirano	16	FI		44.0805	11.7085	4
50034	Casaglia	casaglia	16	FI		44.0378	11.5178	4
50034	Marradi	marradi	16	FI		44.0735	11.6109	4
50034	Crespino Del Lamone	crespino-del-lamone	16	FI		44.0359	11.5458	4
50035	Misileo	misileo	16	FI		44.1599	11.5874	4
50035	Palazzuolo Sul Senio	palazzuolo-sul-senio	16	FI		44.113	11.5427	4
50036	Fontebuona	fontebuona	16	FI		43.8748	11.2908	4
50036	Pratolino	pratolino	16	FI		43.8623	11.2986	4
50036	Vaglia	vaglia	16	FI		43.9107	11.28	4
50036	Bivigliano	bivigliano	16	FI		43.8957	11.321	4
50037	San Piero A Sieve	san-piero-a-sieve	16	FI		43.9625	11.3243	4
50038	Sant'Agata	sant-agata	16	FI		44.0167	11.3333	4
50038	Sant'Agata Mugello	sant-agata-mugello	16	FI		44.0043	11.3488	3
50038	Scarperia E San Piero	scarperia-e-san-piero	16	FI	048053	44.0027	11.3588	4
50038	Scarperia	scarperia	16	FI		43.9936	11.3542	4
50039	Gattaia	gattaia	16	FI		43.9904	11.4725	4
50039	Vicchio	vicchio	16	FI		43.9341	11.46	4
50039	Cistio	cistio	16	FI		43.9213	11.448	4
50039	Rupecanina	rupecanina	16	FI		43.9536	11.4767	4
50039	Villore	villore	16	FI		43.9649	11.5433	4
50041	Le Croci	le-croci	16	FI		43.865	11.3388	4
50041	Croci Di Calenzano	croci-di-calenzano	16	FI		43.9448	11.2142	4
50041	Settimello	settimello	16	FI		43.8899	11.2252	3
50041	Calenzano	calenzano	16	FI		43.8545	11.1661	4
50041	Carraia	carraia	16	FI		43.8953	11.1819	4
50050	Gambassi Terme	gambassi-terme	16	FI		43.5358	10.9516	4
50050	Cerreto Guidi	cerreto-guidi	16	FI		43.7585	10.8819	4
50050	Il Castagno	il-castagno	16	FI		43.492	10.9292	4
50050	Lazzeretto	lazzeretto	16	FI		43.783	10.8605	4
50050	San Zio	san-zio	16	FI		43.7461	10.9006	4
50050	Badia A Cerreto	badia-a-cerreto	16	FI		43.5461	11.0255	4
50050	Capraia	capraia	16	FI		43.6746	10.9088	3
50050	Bassa	bassa	16	FI		43.7229	10.873	4
50050	Capraia E Limite	capraia-e-limite	16	FI		43.7453	10.9834	4
50050	Stabbia	stabbia	16	FI		43.7827	10.8347	4
50050	Gavena	gavena	16	FI		43.7235	10.8494	4
50050	Varna	varna	16	FI		43.5654	10.9771	4
50050	Montaione	montaione	16	FI		43.5514	10.9137	4
50050	Ponte Di Masino	ponte-di-masino	16	FI		43.8176	11.2913	4
50050	Pieve A Ripoli	pieve-a-ripoli	16	FI		43.6746	10.9088	3
50050	Il Castagno Val D'Elsa	il-castagno-val-d-elsa	16	FI		43.6746	10.9088	3
50050	Limite Sull'Arno	limite-sull-arno	16	FI		43.6746	10.9088	3
50051	Cambiano	cambiano	16	FI		43.6332	10.9603	4
50051	Castelfiorentino	castelfiorentino	16	FI		43.6096	10.9677	4
50051	Castelnuovo D'Elsa	castelnuovo-d-elsa	16	FI		43.635	10.9377	4
50051	Petrazzi	petrazzi	16	FI		43.5826	11.0018	4
50051	Dogana	dogana	16	FI		43.6158	10.9508	4
50051	Granaiolo	granaiolo	16	FI		43.6484	10.9475	4
50052	Certaldo	certaldo	16	FI		43.5477	11.0392	4
50052	Fiano	fiano	16	FI		43.5887	11.1174	4
50053	Empoli	empoli	16	FI		43.718	10.9476	4
50053	Case Nuove	case-nuove	16	FI		43.65	11.0833	4
50053	Marcignana	marcignana	16	FI		43.7183	10.8844	4
50053	Monterappoli	monterappoli	16	FI		43.6793	10.9426	4
50053	Brusciana	brusciana	16	FI		43.6846	10.9076	4
50053	Osteria Bianca	osteria-bianca	16	FI		43.6844	10.9752	3
50053	Ponte A Elsa	ponte-a-elsa	16	FI		43.6891	10.8928	4
50053	Fontanella	fontanella	16	FI		43.6527	10.9453	4
50053	Sant'Andrea	sant-andrea	16	FI		43.683	11.1978	4
50054	Massarella	massarella	16	FI		43.7769	10.8028	4
50054	Querce	querce	16	FI		43.5667	10.95	4
50054	Fucecchio	fucecchio	16	FI		43.7329	10.7975	4
50054	La Torre	la-torre	16	FI		43.6319	11.0957	4
50054	Ponte A Cappiano	ponte-a-cappiano	16	FI		43.75	10.7667	4
50054	Galleno	galleno	16	FI		43.7746	10.7213	4
50054	Torre	torre	16	FI		43.7602	10.7977	4
50054	San Pierino	san-pierino	16	FI		43.7142	10.8137	4
50054	Le Botteghe	le-botteghe	16	FI		43.7438	10.8165	4
50055	Ginestra Fiorentina	ginestra-fiorentina	16	FI		43.7094	11.0738	4
50055	Malmantile	malmantile	16	FI		43.7472	11.0728	4
50055	Lastra A Signa	lastra-a-signa	16	FI		43.77	11.1127	4
50055	Porto Di Mezzo	porto-di-mezzo	16	FI		43.7475	11.0797	3
50055	Brucianesi	brucianesi	16	FI		43.7636	11.0592	4
50055	Ponte A Signa	ponte-a-signa	16	FI		43.7475	11.0797	3
50056	Ambrogiana	ambrogiana	16	FI		43.7333	11.0167	4
50056	Sammontana	sammontana	16	FI		43.7148	11.009	4
50056	Montelupo Fiorentino	montelupo-fiorentino	16	FI		43.7296	11.01	4
50056	Samminiatello	samminiatello	16	FI		43.7259	11.0119	3
50056	Fibbiana	fibbiana	16	FI		43.7259	11.0119	3
50058	San Mauro	san-mauro	16	FI		43.7942	11.125	4
50058	Signa	signa	16	FI		43.7942	11.1036	4
50058	San Mauro A Signa	san-mauro-a-signa	16	FI		43.7942	11.125	4
50059	San Pantaleo	san-pantaleo	16	FI		43.7849	10.9064	4
50059	Spicchio	spicchio	16	FI		43.7302	10.9392	4
50059	Vitolini	vitolini	16	FI		43.7794	10.9552	4
50059	Vinci	vinci	16	FI		43.7813	10.9237	4
50059	Sovigliana	sovigliana	16	FI		43.7302	10.9392	4
50059	Orbignano	orbignano	16	FI		43.7612	10.9327	3
50059	Sant'Amato	sant-amato	16	FI		43.7612	10.9327	3
50060	San Godenzo	san-godenzo	16	FI		43.925	11.6198	4
50060	Diacceto	diacceto	16	FI		43.7841	11.5031	4
50060	Consuma	consuma	16	FI		43.7812	11.5959	4
50060	Pelago	pelago	16	FI		43.7725	11.5015	4
50060	Londa	londa	16	FI		43.8634	11.5642	4
50060	Borselli	borselli	16	FI		43.7946	11.5389	4
50061	Compiobbi	compiobbi	16	FI		43.7849	11.3591	4
50062	Sandetole	sandetole	16	FI		43.8656	11.5323	4
50062	Dicomano	dicomano	16	FI		43.8927	11.5218	4
50063	Figline E Incisa Valdarno	figline-e-incisa-valdarno	16	FI	048052	43.62	11.4719	3
50063	Figline Valdarno	figline-valdarno	16	FI		43.62	11.4719	4
50064	Incisa In Val D'Arno	incisa-in-val-d-arno	16	FI		43.6548	11.449	4
50064	Loppiano	loppiano	16	FI		43.6548	11.449	3
50065	Pontassieve	pontassieve	16	FI		43.7748	11.4311	4
50065	Santa Brigida	santa-brigida	16	FI		43.8512	11.3974	4
50065	Montebonello	montebonello	16	FI		43.8303	11.4865	4
50065	Molino Del Piano	molino-del-piano	16	FI		43.811	11.3999	4
50065	Sieci	sieci	16	FI		43.7885	11.3944	4
50066	Donnini	donnini	16	FI		43.7324	11.5015	4
50066	Tosi	tosi	16	FI		43.749	11.532	4
50066	Leccio	leccio	16	FI		43.6992	11.4665	4
50066	Cancelli	cancelli	16	FI		43.6881	11.5113	4
50066	San Donato Fronzano	san-donato-fronzano	16	FI		43.7117	11.5184	4
50066	Sant'Ellero	sant-ellero	16	FI	048035	43.7381	11.4713	4
50066	Vallombrosa	vallombrosa	16	FI		43.7329	11.5565	4
50066	Pietrapiana	pietrapiana	16	FI		43.6964	11.5298	4
50066	Reggello	reggello	16	FI		43.6797	11.5298	4
50066	Saltino	saltino	16	FI		43.7296	11.5389	4
50066	Cascia	cascia	16	FI		43.6716	11.515	4
50066	Matassino	matassino	16	FI		43.7084	11.5155	3
50066	Borgo A Cascia	borgo-a-cascia	16	FI		43.6716	11.515	4
50066	Vaggio	vaggio	16	FI		43.7084	11.5155	3
50067	Rignano Sull'Arno	rignano-sull-arno	16	FI		43.7215	11.4518	4
50067	San Donato In Collina	san-donato-in-collina	16	FI		43.7199	11.3826	4
50067	Troghi	troghi	16	FI		43.7148	11.3956	4
50067	Rosano	rosano	16	FI		43.7699	11.4231	4
50068	Rufina	rufina	16	FI		43.824	11.4867	4
50068	Contea	contea	16	FI	048037	43.8607	11.5288	4
50068	Pomino	pomino	16	FI		43.8178	11.5478	4
50100	Firenze	firenze	16	FI		43.7793	11.2463	4
50121	Firenze	firenze	16	FI		43.7793	11.2463	4
50122	Firenze	firenze	16	FI		43.7793	11.2463	4
50123	Firenze	firenze	16	FI		43.7793	11.2463	4
50124	Galluzzo	galluzzo	16	FI		43.7377	11.2253	4
50124	Firenze	firenze	16	FI		43.7793	11.2463	4
50125	Poggio Imperiale	poggio-imperiale	16	FI		43.7646	11.2398	3
50125	Firenze	firenze	16	FI		43.7793	11.2463	4
50125	Arcetri	arcetri	16	FI		43.75	11.2333	4
50125	San Felice A Ema	san-felice-a-ema	16	FI		43.7646	11.2398	3
50126	Ponte A Ema	ponte-a-ema	16	FI		43.7333	11.3	4
50126	Firenze	firenze	16	FI		43.7793	11.2463	4
50126	Bandino	bandino	16	FI		43.7563	11.2731	3
50126	Sorgane	sorgane	16	FI		43.7563	11.2731	3
50126	Badia A Ripoli	badia-a-ripoli	16	FI		43.7563	11.2731	3
50126	Pieve A Ripoli	pieve-a-ripoli	16	FI		43.7563	11.2731	3
50127	Firenze	firenze	16	FI		43.7793	11.2463	4
50127	Novoli	novoli	16	FI		43.7933	11.2205	4
50129	Firenze	firenze	16	FI		43.7793	11.2463	4
50131	Firenze	firenze	16	FI		43.7793	11.2463	4
50132	Firenze	firenze	16	FI		43.7793	11.2463	4
50133	Firenze	firenze	16	FI		43.7793	11.2463	4
50134	Careggi	careggi	16	FI		43.8128	11.251	4
50134	Firenze	firenze	16	FI		43.7793	11.2463	4
50135	Montalbano	montalbano	16	FI		44.1931	11.3347	4
50135	Firenze	firenze	16	FI		43.7793	11.2463	4
50135	Settignano	settignano	16	FI		43.7828	11.3213	4
50135	Coverciano	coverciano	16	FI		43.7788	11.2963	4
50136	Rovezzano	rovezzano	16	FI		43.7666	11.3108	4
50136	Firenze	firenze	16	FI		43.7793	11.2463	4
50136	Varlungo	varlungo	16	FI		43.7729	11.2785	3
50137	Firenze	firenze	16	FI		43.7793	11.2463	4
50139	Firenze	firenze	16	FI		43.7793	11.2463	4
50141	Rifredi	rifredi	16	FI		43.7986	11.2394	4
50141	Firenze	firenze	16	FI		43.7793	11.2463	4
50141	Castello	castello	16	FI		43.8167	11.2333	4
50142	Mantignano	mantignano	16	FI		43.782	11.1696	4
50142	Isolotto	isolotto	16	FI		43.7806	11.2079	3
50142	Firenze	firenze	16	FI		43.7793	11.2463	4
50143	Firenze	firenze	16	FI		43.7793	11.2463	4
50144	Firenze	firenze	16	FI		43.7793	11.2463	4
50145	Peretola	peretola	16	FI		43.797	11.1966	4
50145	Firenze	firenze	16	FI		43.7793	11.2463	4
50145	Brozzi	brozzi	16	FI		43.7939	11.1653	4
58010	Sovana	sovana	16	GR		42.6572	11.645	4
58010	Montorio	montorio	16	GR		42.75	11.7667	4
58010	Montevitozzo	montevitozzo	16	GR		42.7453	11.7073	4
58010	Montebuono	montebuono	16	GR		42.7056	11.6466	4
58010	Castell'Ottieri	castell-ottieri	16	GR		42.7312	11.751	4
58010	Sorano	sorano	16	GR		42.6812	11.7194	4
58010	San Giovanni Delle Contee	san-giovanni-delle-contee	16	GR		42.7531	11.7643	4
58010	San Quirico	san-quirico	16	GR		42.6686	11.7634	4
58010	San Valentino	san-valentino	16	GR		42.7039	11.7378	4
58010	Albinia	albinia	16	GR		42.5028	11.2103	4
58010	Elmo	elmo	16	GR		42.7084	11.6985	4
58010	Pratolungo	pratolungo	16	GR		42.7024	11.7661	4
58011	Capalbio Stazione	capalbio-stazione	16	GR		42.4223	11.4294	3
58011	Chiarone	chiarone	16	GR		42.3883	11.4465	4
58011	Borgo Carige	borgo-carige	16	GR		42.4251	11.42	4
58011	Capalbio	capalbio	16	GR		42.4534	11.4217	4
58012	Isola Del Giglio	isola-del-giglio	16	GR		42.3579	10.9072	4
58012	Giglio Campese	giglio-campese	16	GR		42.3663	10.8816	4
58012	Campese	campese	16	GR		42.3622	10.9023	3
58012	Giglio Castello	giglio-castello	16	GR		42.3649	10.9014	4
58012	Giglio Porto	giglio-porto	16	GR		42.3598	10.919	4
58014	Montemerano	montemerano	16	GR		42.6226	11.4903	4
58014	Saturnia	saturnia	16	GR		42.6667	11.5069	4
58014	Poderi Di Montemerano	poderi-di-montemerano	16	GR		42.6267	11.4999	3
58014	Manciano	manciano	16	GR		42.5888	11.5181	4
58014	Marsiliana	marsiliana	16	GR	053014	42.5349	11.3392	4
58014	Poggio Capanne	poggio-capanne	16	GR		42.6267	11.4999	3
58014	San Martino Sul Fiora	san-martino-sul-fiora	16	GR		42.6725	11.5962	4
58014	Poggio Murella	poggio-murella	16	GR		42.6747	11.5489	4
58015	Talamone	talamone	16	GR	053018	42.5535	11.1328	4
58015	Santa Liberata	santa-liberata	16	GR	053018	42.504	11.2363	4
58015	Orbetello Scalo	orbetello-scalo	16	GR		42.4487	11.2494	4
58015	Orbetello	orbetello	16	GR		42.4416	11.2214	4
58015	Polverosa	polverosa	16	GR	053018	42.5232	11.2873	4
58015	Orbetello Stazione	orbetello-stazione	16	GR		42.4942	11.2022	3
58015	Fonteblanda	fonteblanda	16	GR	053018	42.5646	11.1733	4
58017	Pitigliano	pitigliano	16	GR		42.6358	11.6746	4
58017	Il Casone	il-casone	16	GR		42.6496	11.7724	4
58017	Casone	casone	16	GR		42.75	11.5333	4
58018	Porto Ercole	porto-ercole	16	GR		42.4017	11.2052	4
58019	Giannutri	giannutri	16	GR		42.4364	11.1175	3
58019	Monte Argentario	monte-argentario	16	GR		42.4345	11.1195	4
58019	Porto Santo Stefano	porto-santo-stefano	16	GR		42.4382	11.1154	4
58020	Scarlino	scarlino	16	GR		42.908	10.8515	4
58020	Puntone	puntone	16	GR		42.7876	11.2438	3
58020	Scarlino Scalo	scarlino-scalo	16	GR		42.9399	10.8377	4
58020	Scarlino Stazione	scarlino-stazione	16	GR		42.924	10.8446	3
58022	Follonica	follonica	16	GR		42.9278	10.7645	4
58022	Prato Ranieri	prato-ranieri	16	GR		42.9278	10.7645	3
58023	Ravi	ravi	16	GR		42.9117	10.9191	4
58023	Grilli	grilli	16	GR	053010	42.8891	10.9772	4
58023	Bagno Di Gavorrano	bagno-di-gavorrano	16	GR		42.9333	10.8833	4
58023	Caldana	caldana	16	GR		42.8939	10.9253	4
58023	Potassa	potassa	16	GR		42.9486	10.9273	4
58023	Filare	filare	16	GR		42.9261	10.8987	4
58023	Bivio Di Ravi	bivio-di-ravi	16	GR		42.9185	10.9473	4
58023	Giuncarico	giuncarico	16	GR		42.9056	10.9922	4
58023	Castel Di Pietra	castel-di-pietra	16	GR	053010	42.9178	10.9276	3
58023	Boschetto	boschetto	16	GR		42.9261	10.8987	4
58023	Gavorrano	gavorrano	16	GR		42.9253	10.9068	4
58023	Miniera	miniera	16	GR		42.9178	10.9276	3
58024	Valpiana	valpiana	16	GR		43.0048	10.8503	4
58024	Niccioleta	niccioleta	16	GR		43.0856	10.9336	4
58024	Prata	prata	16	GR		43.0831	10.9855	4
58024	Capanne	capanne	16	GR		43.0143	10.9116	4
58024	Tatti	tatti	16	GR	053015	43.0223	11.0269	4
58024	Montebamboli	montebamboli	16	GR		43.0768	10.8118	4
58024	Massa Marittima	massa-marittima	16	GR		43.0478	10.8929	4
58024	Ghirlanda	ghirlanda	16	GR		43.0558	10.9025	4
58024	Capanne Vecchie	capanne-vecchie	16	GR		43.0488	10.9144	3
58025	Monterotondo Marittimo	monterotondo-marittimo	16	GR		43.1456	10.8559	4
58025	Lago Boracifero	lago-boracifero	16	GR		43.1525	10.8126	4
58025	Frassine	frassine	16	GR		43.1163	10.7653	4
58026	Montieri	montieri	16	GR		43.1311	11.0166	4
58026	Gerfalco	gerfalco	16	GR		43.1462	10.9773	4
58026	Boccheggiano	boccheggiano	16	GR		43.0911	11.0332	4
58026	Travale	travale	16	GR		43.1672	11.0098	4
58027	Montemassi	montemassi	16	GR		42.9925	11.0631	4
58027	Ribolla	ribolla	16	GR		42.9709	11.0356	4
58031	Montelaterone	montelaterone	16	GR		42.8877	11.512	4
58031	Zancona	zancona	16	GR		42.8592	11.5251	4
58031	Salaiola	salaiola	16	GR		42.8689	11.5003	4
58031	Arcidosso	arcidosso	16	GR		42.8716	11.536	4
58031	Stribugliano	stribugliano	16	GR		42.8505	11.4591	4
58031	Bagnoli	bagnoli	16	GR		42.8728	11.5503	4
58033	Montegiovi	montegiovi	16	GR		42.9111	11.5209	4
58033	Castel Del Piano	castel-del-piano	16	GR		42.8923	11.539	4
58033	Montenero	montenero	16	GR		42.9431	11.4732	4
58034	Castell'Azzara	castell-azzara	16	GR		42.7727	11.6979	4
58034	Selvena	selvena	16	GR		42.7671	11.6421	4
58036	Torniella	torniella	16	GR		43.0737	11.1536	4
58036	Roccastrada	roccastrada	16	GR		43.0089	11.1676	4
58036	Sticciano Stazione	sticciano-stazione	16	GR		42.9975	11.1291	3
58036	Roccatederighi	roccatederighi	16	GR		43.028	11.0811	4
58036	Sassofortino	sassofortino	16	GR		43.0258	11.1114	4
58036	Sticciano	sticciano	16	GR		42.9231	11.1424	4
58036	Sticciano Scalo	sticciano-scalo	16	GR		42.9257	11.1182	4
58037	Bagnore	bagnore	16	GR		42.8465	11.5677	4
58037	Bagnolo	bagnolo	16	GR		42.8404	11.6179	4
58037	Marroneto	marroneto	16	GR		42.8279	11.5925	3
58037	Selva	selva	16	GR		42.7936	11.5997	4
58037	Santa Fiora	santa-fiora	16	GR		42.8313	11.5847	4
58038	Seggiano	seggiano	16	GR		42.929	11.5574	4
58042	Montorsaio	montorsaio	16	GR		42.8905	11.2035	4
58042	Campagnatico	campagnatico	16	GR		42.8828	11.2739	4
58042	Arcille	arcille	16	GR		42.7991	11.2521	4
58042	Arcille Di Campagnatico	arcille-di-campagnatico	16	GR		42.7991	11.2521	4
58043	Punta Ala	punta-ala	16	GR		42.8034	10.756	4
58043	Vetulonia	vetulonia	16	GR		42.8596	10.9706	4
58043	Tirli	tirli	16	GR		42.845	10.8943	4
58043	Riva Del Sole	riva-del-sole	16	GR		42.8242	10.8971	3
58043	Castiglione Della Pescaia	castiglione-della-pescaia	16	GR		42.7685	10.8775	4
58043	Buriano	buriano	16	GR		42.8444	10.9873	4
58044	Sasso D'Ombrone	sasso-d-ombrone	16	GR		42.9315	11.326	4
58044	Monticello Amiata	monticello-amiata	16	GR		42.8879	11.4785	4
58044	Cinigiano	cinigiano	16	GR		42.8906	11.392	4
58044	Castiglioncello Bandini	castiglioncello-bandini	16	GR		42.875	11.4417	4
58044	Monticello Dell'Amiata	monticello-dell-amiata	16	GR		42.8963	11.4095	3
58045	Pari	pari	16	GR		43.0633	11.3197	4
58045	Paganico	paganico	16	GR		42.9348	11.2702	4
58045	Civitella Marittima	civitella-marittima	16	GR		42.9941	11.2812	4
58045	Civitella Paganico	civitella-paganico	16	GR		43.0019	11.3147	3
58045	Casale Di Pari	casale-di-pari	16	GR		43.0537	11.2912	4
58045	Monte Antico Scalo	monte-antico-scalo	16	GR		43.0019	11.3147	3
58045	Monte Antico	monte-antico	16	GR		42.9826	11.363	4
58045	Stazione Di Monte Antico	stazione-di-monte-antico	16	GR		42.9826	11.363	4
58051	Magliano In Toscana	magliano-in-toscana	16	GR		42.598	11.2923	4
58051	Pereta	pereta	16	GR		42.6449	11.3226	4
58051	Montiano	montiano	16	GR		42.6452	11.2231	4
58053	Santa Caterina	santa-caterina	16	GR		42.7873	11.4857	4
58053	Triana	triana	16	GR		42.7884	11.5489	4
58053	Cana	cana	16	GR		42.7963	11.4248	4
58053	Vallerona	vallerona	16	GR		42.7928	11.4704	4
58053	Roccalbegna	roccalbegna	16	GR		42.7863	11.5079	4
58054	Scansano	scansano	16	GR		42.6878	11.3298	4
58054	Baccinello	baccinello	16	GR		42.7918	11.3666	4
58054	Montorgiali	montorgiali	16	GR		42.7377	11.2983	4
58054	Polveraia	polveraia	16	GR		42.7707	11.3188	4
58054	Preselle Sergardi	preselle-sergardi	16	GR		42.7259	11.3405	3
58054	Murci	murci	16	GR		42.7335	11.4114	4
58054	Poggioferro	poggioferro	16	GR		42.699	11.372	4
58054	Pomonte	pomonte	16	GR		42.6347	11.4099	4
58054	Pancole	pancole	16	GR		42.7158	11.3026	4
58054	Preselle	preselle	16	GR		42.762	11.2553	4
58055	Semproniano	semproniano	16	GR		42.7292	11.5413	4
58055	Petricci	petricci	16	GR		42.7571	11.5567	4
58055	Cellena	cellena	16	GR		42.7615	11.5667	4
58055	Catabbio	catabbio	16	GR		42.7014	11.5673	4
58100	Grosseto	grosseto	16	GR		42.763	11.1094	4
58100	Le Stiacciole	le-stiacciole	16	GR		42.7824	11.1882	4
58100	Montepescali Stazione	montepescali-stazione	16	GR		42.7879	11.1191	3
58100	Roselle Terme	roselle-terme	16	GR		42.8111	11.1386	4
58100	Marina Di Grosseto	marina-di-grosseto	16	GR		42.7191	10.9814	4
58100	Montepescali	montepescali	16	GR		42.8828	11.0865	4
58100	Bagno Roselle	bagno-roselle	16	GR		42.8111	11.1386	4
58100	Istia D'Ombrone	istia-d-ombrone	16	GR		42.7824	11.1882	4
58100	Santa Maria Di Rispescia	santa-maria-di-rispescia	16	GR		42.7879	11.1191	3
58100	Batignano	batignano	16	GR		42.8667	11.1667	4
58100	Alberese	alberese	16	GR		42.6683	11.1044	4
58100	Rispescia	rispescia	16	GR		42.707	11.136	4
58100	Braccagni	braccagni	16	GR		42.8728	11.0727	4
57014	Parrana San Martino	parrana-san-martino	16	LI		43.5377	10.442	4
57014	Collesalvetti	collesalvetti	16	LI		43.5907	10.4752	4
57014	Colognole	colognole	16	LI		43.5097	10.4483	4
57014	Crocino San Giusto	crocino-san-giusto	16	LI		43.5505	10.4578	3
57014	Castell'Anselmo	castell-anselmo	16	LI		43.5536	10.4671	4
57014	Vicarello	vicarello	16	LI		43.6124	10.4651	4
57014	Parrana San Giusto	parrana-san-giusto	16	LI		43.525	10.4473	4
57014	Crocino	crocino	16	LI		43.5242	10.4595	4
57016	Gabbro	gabbro	16	LI		43.4818	10.4423	4
57016	Rosignano Solvay	rosignano-solvay	16	LI		43.3895	10.4362	4
57016	Vada	vada	16	LI		43.3526	10.4556	4
57016	Castiglioncello	castiglioncello	16	LI		43.4052	10.4216	4
57016	Rosignano Marittimo	rosignano-marittimo	16	LI		43.4069	10.4723	4
57016	Caletta Di Castiglioncello	caletta-di-castiglioncello	16	LI		43.4203	10.4421	3
57016	Castelnuovo Misericordia	castelnuovo-misericordia	16	LI		43.4419	10.4507	4
57016	Nibbiaia	nibbiaia	16	LI		43.464	10.4162	4
57017	Nugola	nugola	16	LI		43.5778	10.4411	4
57017	Nugola Nuova	nugola-nuova	16	LI		43.5879	10.4249	3
57017	Guasticce	guasticce	16	LI		43.5981	10.4087	4
57017	Stagno	stagno	16	LI		43.1447	10.4788	3
57020	Bibbona	bibbona	16	LI		43.2682	10.5951	4
57020	Sassetta	sassetta	16	LI		43.1287	10.6436	4
57020	La California	la-california	16	LI		43.2694	10.5431	4
57021	Venturina	venturina	16	LI		43.0288	10.6015	4
57021	Campiglia Marittima	campiglia-marittima	16	LI		43.06	10.6145	4
57021	Stazione Di Campiglia Marittima	stazione-di-campiglia-marittima	16	LI		43.0165	10.5898	4
57021	Campiglia Marittima Stazione	campiglia-marittima-stazione	16	LI		43.0165	10.5898	4
57022	Marina Di Castagneto Carducci	marina-di-castagneto-carducci	16	LI		43.1809	10.5425	4
57022	Donoratico	donoratico	16	LI		43.1693	10.5674	4
57022	Marina Di Castagneto	marina-di-castagneto	16	LI		43.1809	10.5425	4
57022	Bolgheri	bolgheri	16	LI		43.2339	10.6194	4
57022	San Guido	san-guido	16	LI		43.2273	10.5622	4
57022	Castagneto Carducci	castagneto-carducci	16	LI		43.1607	10.6109	4
57023	Cecina Marina	cecina-marina	16	LI		43.3008	10.4973	4
57023	San Pietro In Palazzi	san-pietro-in-palazzi	16	LI		43.3035	10.5073	3
57023	Cecina	cecina	16	LI		43.3062	10.5173	4
57025	Vignale Riotorto	vignale-riotorto	16	LI		42.98	10.6847	4
57025	Colmata	colmata	16	LI		42.965	10.5504	4
57025	Piombino	piombino	16	LI		42.9255	10.5259	4
57025	Riotorto	riotorto	16	LI		42.98	10.6847	4
57025	Cotone	cotone	16	LI		42.9333	10.5167	4
57025	Torre Mozza	torre-mozza	16	LI		42.9622	10.5757	3
57025	Populonia	populonia	16	LI		42.9895	10.4915	4
57025	Portovecchio	portovecchio	16	LI		42.9622	10.5757	3
57025	Colmata Fiorentina Di Piombino	colmata-fiorentina-di-piombino	16	LI		42.9622	10.5757	3
57027	San Carlo	san-carlo	16	LI		43.0982	10.588	4
57027	San Vincenzo	san-vincenzo	16	LI		43.0906	10.5425	4
57028	Suvereto	suvereto	16	LI		43.0767	10.6774	4
57028	Montioni	montioni	16	LI		43.0167	10.75	4
57030	Marciana	marciana	16	LI		42.793	10.1687	4
57030	Poggio	poggio	16	LI		42.7873	10.1835	4
57030	Procchio	procchio	16	LI		42.787	10.2437	4
57030	Pomonte	pomonte	16	LI		42.7485	10.1212	4
57031	Capoliveri	capoliveri	16	LI		42.7457	10.3775	4
57032	Capraia Isola	capraia-isola	16	LI		43.0506	9.843	4
57033	Marciana Marina	marciana-marina	16	LI		42.8026	10.1949	4
57034	Cavoli	cavoli	16	LI		42.7377	10.1872	4
57034	Sant'Ilario	sant-ilario	16	LI		42.7639	10.2108	4
57034	Pianosa Isola	pianosa-isola	16	LI		42.5869	10.097	4
57034	Seccheto	seccheto	16	LI		42.7378	10.1759	4
57034	La Pila	la-pila	16	LI		42.7634	10.2348	4
57034	San Piero In Campo	san-piero-in-campo	16	LI		42.7523	10.2115	4
57034	Campo Nell'Elba	campo-nell-elba	16	LI		42.748	10.2333	4
57034	Pianosa	pianosa	16	LI		42.5869	10.097	4
57034	Marina Di Campo	marina-di-campo	16	LI		42.748	10.2333	4
57036	Porto Azzurro	porto-azzurro	16	LI		42.7675	10.3972	4
57037	Magazzini	magazzini	16	LI		42.7997	10.358	4
57037	Carpani	carpani	16	LI		42.8016	10.331	3
57037	Portoferraio	portoferraio	16	LI		42.8123	10.313	4
57037	San Giovanni	san-giovanni	16	LI		42.7929	10.3221	4
57038	Rio Marina	rio-marina	16	LI		42.814	10.426	4
57038	Cavo	cavo	16	LI		42.8626	10.419	4
57039	Rio Nell'Elba	rio-nell-elba	16	LI		42.8117	10.4008	4
57100	Livorno	livorno	16	LI		43.5443	10.3262	4
57121	Livorno	livorno	16	LI		43.5443	10.3262	4
57122	Livorno	livorno	16	LI		43.5443	10.3262	4
57123	Livorno	livorno	16	LI		43.5443	10.3262	4
57124	Valle Benedetta	valle-benedetta	16	LI		43.522	10.4063	4
57124	Salviano	salviano	16	LI		43.5333	10.35	4
57124	Livorno	livorno	16	LI		43.5443	10.3262	4
57125	Livorno	livorno	16	LI		43.5443	10.3262	4
57126	Livorno	livorno	16	LI		43.5443	10.3262	4
57127	Livorno	livorno	16	LI		43.5443	10.3262	4
57128	Montenero	montenero	16	LI		43.5	10.35	4
57128	Antignano	antignano	16	LI		43.4986	10.3241	4
57128	Ardenza	ardenza	16	LI		43.5167	10.3167	4
57128	Livorno	livorno	16	LI		43.5443	10.3262	4
55010	Gragnano	gragnano	16	LU		43.8673	10.6454	4
55010	Lappato	lappato	16	LU		43.8805	10.6451	4
55010	Camigliano Santa Gemma	camigliano-santa-gemma	16	LU		43.8822	10.6426	3
55010	San Gennaro	san-gennaro	16	LU		43.8989	10.6374	4
55011	Altopascio	altopascio	16	LU		43.8162	10.6767	4
55011	Spianate	spianate	16	LU		43.8107	10.7151	4
55011	Marginone	marginone	16	LU		43.8381	10.6914	4
55011	Badia Pozzeveri	badia-pozzeveri	16	LU		43.8217	10.6944	3
55012	Capannori	capannori	16	LU		43.8417	10.5727	4
55012	Pieve San Paolo	pieve-san-paolo	16	LU		44.0053	10.4367	4
55012	Lunata	lunata	16	LU		44.0492	10.3729	3
55012	Zone	zone	16	LU		44.0492	10.3729	3
55013	Lammari	lammari	16	LU		43.8667	10.5667	4
55014	Marlia	marlia	16	LU		43.8924	10.5571	4
55015	San Salvatore	san-salvatore	16	LU		43.8521	10.6854	4
55015	Montecarlo	montecarlo	16	LU		43.8522	10.6674	4
55015	Turchetto	turchetto	16	LU		43.8521	10.6794	3
55015	San Salvatore Di Montecarlo	san-salvatore-di-montecarlo	16	LU		43.8521	10.6854	4
55016	Porcari	porcari	16	LU		43.8415	10.6163	4
55018	San Colombano	san-colombano	16	LU		43.8932	10.5938	4
55018	Matraia	matraia	16	LU		43.9126	10.5723	4
55018	Segromigno In Piano	segromigno-in-piano	16	LU		43.8685	10.5922	4
55018	Segromigno In Monte	segromigno-in-monte	16	LU		43.8941	10.5933	4
55019	Botticino	botticino	16	LU		43.9289	10.6489	4
55019	Villa Basilica	villa-basilica	16	LU		43.9257	10.6452	4
55019	Pracando	pracando	16	LU		43.9533	10.662	4
55020	Sassi	sassi	16	LU		44.0828	10.3929	4
55020	Fornovolasco	fornovolasco	16	LU		44.0282	10.3582	4
55020	Vergemoli	vergemoli	16	LU		44.0513	10.3848	4
55020	San Pellegrinetto	san-pellegrinetto	16	LU		44.0698	10.4024	3
55020	Molazzana	molazzana	16	LU		44.0717	10.4178	4
55020	Fosciandora	fosciandora	16	LU		44.115	10.4585	4
55021	Fabbriche Di Vallico	fabbriche-di-vallico	16	LU	046036	43.9976	10.4279	4
55021	Fabbriche Di Vergemoli	fabbriche-di-vergemoli	16	LU	046036	43.9976	10.4279	3
55022	Bagni Di Lucca Ponte	bagni-di-lucca-ponte	16	LU		44.0426	10.6824	4
55022	Montefegatesi	montefegatesi	16	LU		44.0617	10.5935	4
55022	Bagni Di Lucca	bagni-di-lucca	16	LU		44.0051	10.5531	4
55022	Fornoli	fornoli	16	LU		44.0053	10.4367	3
55022	Isola	isola	16	LU		44.1723	10.4277	4
55022	Lucchio	lucchio	16	LU		44.0366	10.716	4
55022	Benabbio	benabbio	16	LU		43.999	10.6051	4
55022	Pieve Di Controne	pieve-di-controne	16	LU		44.0197	10.6156	4
55022	Casabasciana	casabasciana	16	LU		44.0166	10.653	4
55022	Ponte A Serraglio	ponte-a-serraglio	16	LU		44.0437	10.609	3
55022	San Cassiano	san-cassiano	16	LU		44.0395	10.6343	4
55022	San Cassiano Di Controni	san-cassiano-di-controni	16	LU		44.0437	10.609	3
55022	Bagni Di Lucca Villa	bagni-di-lucca-villa	16	LU		44.0437	10.609	3
55022	Scesta	scesta	16	LU		44.0437	10.609	3
55023	Gioviano	gioviano	16	LU		44.0116	10.527	4
55023	Corsagna	corsagna	16	LU		43.9775	10.5639	4
55023	Borgo A Mozzano	borgo-a-mozzano	16	LU		43.9795	10.5449	4
55023	Anchiano	anchiano	16	LU		43.9692	10.5325	4
55023	Valdottavo	valdottavo	16	LU		43.9419	10.4812	4
55023	Chifenti	chifenti	16	LU		43.9993	10.5582	4
55023	Diecimo	diecimo	16	LU		43.9635	10.5078	4
55025	Coreglia Antelminelli	coreglia-antelminelli	16	LU		44.0628	10.5243	4
55025	Piano Di Coreglia	piano-di-coreglia	16	LU		44.0333	10.5167	4
55025	Calavorno	calavorno	16	LU		44.0463	10.5303	3
55025	Ghivizzano	ghivizzano	16	LU		44.0333	10.5167	4
55025	Tereglio	tereglio	16	LU		44.0558	10.5634	4
55027	Gallicano	gallicano	16	LU		44.0583	10.4421	4
55027	Trassilico	trassilico	16	LU		44.042	10.4041	4
55027	Turritecava	turritecava	16	LU		44.0311	10.4908	4
55027	Fiattone	fiattone	16	LU		44.0938	10.4481	4
55030	Vagli Sopra	vagli-sopra	16	LU		44.1176	10.2651	4
55030	Corfino	corfino	16	LU		44.1835	10.3785	4
55030	Magliano	magliano	16	LU		44.2183	10.2558	4
55030	Villa Collemandina	villa-collemandina	16	LU		44.1586	10.3976	4
55030	Careggine	careggine	16	LU		44.1199	10.3254	4
55030	Vagli Sotto	vagli-sotto	16	LU		44.1092	10.2888	4
55031	Camporgiano	camporgiano	16	LU		44.1593	10.333	4
55031	Poggio Garfagnana	poggio-garfagnana	16	LU		44.1476	10.3519	3
55031	Poggio	poggio	16	LU		44.1472	10.3537	4
55031	Filicaia	filicaia	16	LU		44.1363	10.3689	4
55032	Castelnuovo Di Garfagnana	castelnuovo-di-garfagnana	16	LU		44.1126	10.4052	4
55032	Palleroso	palleroso	16	LU		44.1098	10.4425	4
55033	Chiozza	chiozza	16	LU		44.1575	10.4394	4
55033	Castiglione Di Garfagnana	castiglione-di-garfagnana	16	LU		44.1525	10.4121	4
55033	Valbona	valbona	16	LU		44.1852	10.4502	4
55033	Cerageto	cerageto	16	LU		44.1676	10.4126	4
55033	San Pellegrino	san-pellegrino	16	LU		44.0053	10.4367	3
55034	Carpinelli	carpinelli	16	LU		44.1996	10.2305	4
55034	Gramolazzo	gramolazzo	16	LU		44.1623	10.2377	4
55034	Gorfigliano	gorfigliano	16	LU		44.1459	10.2483	4
55034	Pieve San Lorenzo	pieve-san-lorenzo	16	LU		44.1935	10.1975	4
55034	Minucciano	minucciano	16	LU		44.17	10.2081	4
55034	Casone Carpinelli	casone-carpinelli	16	LU		44.1996	10.2305	4
55035	San Michele	san-michele	16	LU		44.1846	10.2969	4
55035	Sant'Anastasio	sant-anastasio	16	LU		44.1995	10.2856	4
55035	Piazza Al Serchio	piazza-al-serchio	16	LU		44.192	10.2912	3
55036	Pieve Fosciana	pieve-fosciana	16	LU		44.1307	10.4095	4
55038	San Romano In Garfagnana	san-romano-in-garfagnana	16	LU		44.1694	10.3469	4
55039	Sillano	sillano	16	LU	046037	44.223	10.3023	4
55039	Sillano Giuncugnano	sillano-giuncugnano	16	LU	046037	44.2168	10.2748	3
55039	Giuncugnano	giuncugnano	16	LU	046037	44.2105	10.2472	4
55040	Stazzema	stazzema	16	LU		43.9931	10.3098	4
55040	Ruosina	ruosina	16	LU		44	10.2667	4
55040	Terrinca	terrinca	16	LU		44.0178	10.2708	4
55040	Pontestazzemese	pontestazzemese	16	LU		43.9966	10.2944	4
55041	Montebello	montebello	16	LU		43.9474	10.2895	4
55041	Valpromaro	valpromaro	16	LU		43.9015	10.3798	4
55041	Lido Di Camaiore	lido-di-camaiore	16	LU		43.9001	10.2269	4
55041	Pedona	pedona	16	LU		43.9227	10.2952	4
55041	Nocchi	nocchi	16	LU		43.921	10.345	4
55041	Camaiore	camaiore	16	LU		43.9427	10.2975	4
55041	Casoli	casoli	16	LU		43.9632	10.327	4
55041	Montemagno	montemagno	16	LU		43.9096	10.3398	4
55041	Vado	vado	16	LU		44.0053	10.4367	3
55041	Capezzano Pianore	capezzano-pianore	16	LU		43.9294	10.2622	4
55041	Pieve	pieve	16	LU		43.9264	10.307	3
55042	Forte Dei Marmi	forte-dei-marmi	16	LU		43.9639	10.1748	4
55045	Strettoia	strettoia	16	LU		43.9899	10.1936	4
55045	Fiumetto	fiumetto	16	LU		43.9425	10.1848	4
55045	Vallecchia	vallecchia	16	LU		43.9833	10.2167	4
55045	Focette	focette	16	LU		43.9035	10.2617	4
55045	Valdicastello Carducci	valdicastello-carducci	16	LU		43.9487	10.2207	3
55045	Tonfano	tonfano	16	LU		43.9265	10.202	4
55045	Capezzano	capezzano	16	LU		43.9294	10.2622	4
55045	Pietrasanta	pietrasanta	16	LU		43.9595	10.2278	4
55045	Marina Di Pietrasanta	marina-di-pietrasanta	16	LU		43.9333	10.2	4
55045	Capriglia	capriglia	16	LU		43.9704	10.2377	4
55045	Crociale	crociale	16	LU		43.9487	10.2207	3
55045	Capezzano Monte	capezzano-monte	16	LU		43.9487	10.2207	3
55047	Seravezza	seravezza	16	LU		43.9947	10.2272	4
55047	Riomagno	riomagno	16	LU		44.0019	10.2206	4
55047	Ponterosso	ponterosso	16	LU		43.9781	10.2037	4
55047	Basati	basati	16	LU	046028	44.0096	10.2535	4
55047	Azzano	azzano	16	LU		44.0199	10.23	4
55047	Querceta	querceta	16	LU		43.9781	10.2037	4
55047	Pozzi	pozzi	16	LU		43.9781	10.2037	4
55047	Ripa	ripa	16	LU		43.9781	10.2037	4
55049	Viareggio	viareggio	16	LU		43.8669	10.2502	4
55049	Torre Del Lago Puccini	torre-del-lago-puccini	16	LU		43.8289	10.2891	4
55051	Sommocolonia	sommocolonia	16	LU		44.0925	10.4912	4
55051	Filecchio	filecchio	16	LU		44.0511	10.4947	4
55051	Tiglio	tiglio	16	LU		44.0652	10.4781	3
55051	Fornaci Di Barga	fornaci-di-barga	16	LU		44.049	10.4711	4
55051	Mologno	mologno	16	LU		44.0665	10.4541	4
55051	Castelvecchio Pascoli	castelvecchio-pascoli	16	LU		44.0826	10.4634	4
55051	Sommacolonia	sommacolonia	16	LU		44.0652	10.4781	3
55051	Ponte All'Ania	ponte-all-ania	16	LU		44.0417	10.4941	4
55051	Barga	barga	16	LU		44.0731	10.4779	4
55054	Pieve A Elici	pieve-a-elici	16	LU		43.8851	10.3359	4
55054	Gualdo Di Massarosa	gualdo-di-massarosa	16	LU		43.8971	10.3588	4
55054	Quiesa	quiesa	16	LU		43.85	10.3667	4
55054	Stiava	stiava	16	LU	046018	43.8972	10.318	4
55054	Corsanico	corsanico	16	LU	046018	43.8907	10.3469	3
55054	Piano Di Mommio	piano-di-mommio	16	LU	046018	43.9095	10.2743	4
55054	Massarosa	massarosa	16	LU		43.8664	10.3446	4
55054	Bozzano	bozzano	16	LU		43.9232	10.4183	4
55054	Gualdo	gualdo	16	LU		43.8971	10.3588	4
55060	Massa Macinaia	massa-macinaia	16	LU		43.8167	10.55	4
55060	Vorno	vorno	16	LU		43.79	10.511	4
55060	Badia Cantignano	badia-cantignano	16	LU		43.8	10.5	4
55060	Guamo	guamo	16	LU		43.8106	10.5171	4
55060	Palagnana	palagnana	16	LU		43.9957	10.3604	4
55061	San Ginese	san-ginese	16	LU		43.8167	10.5833	4
55061	Carraia	carraia	16	LU		44.0053	10.4367	3
55062	Ruota	ruota	16	LU		43.7638	10.5719	4
55062	Pieve Di Compito	pieve-di-compito	16	LU		43.7831	10.5573	4
55062	Colle Di Compito	colle-di-compito	16	LU		43.7763	10.6001	4
55064	San Martino In Freddana	san-martino-in-freddana	16	LU	046022	43.9092	10.4378	4
55064	Piegaio Basso	piegaio-basso	16	LU		43.9525	10.4336	4
55064	Pescaglia	pescaglia	16	LU		43.9652	10.4129	4
55064	Pascoso	pascoso	16	LU		43.9839	10.3836	4
55064	San Rocco In Turrite	san-rocco-in-turrite	16	LU		43.9523	10.4282	3
55064	Villa A Roggio	villa-a-roggio	16	LU		43.9696	10.4678	4
55064	Piegaio	piegaio	16	LU		43.9523	10.4282	3
55064	Loppeglia	loppeglia	16	LU	046022	43.9333	10.4333	4
55100	Pontetetto	pontetetto	16	LU		43.8229	10.4942	4
55100	Nozzano	nozzano	16	LU		43.8349	10.4173	4
55100	Maggiano	maggiano	16	LU		44.0053	10.4367	3
55100	Monte San Quirico	monte-san-quirico	16	LU		43.8595	10.4968	4
55100	San Lorenzo Di Moriano	san-lorenzo-di-moriano	16	LU		43.8935	10.5227	4
55100	Cerasomma	cerasomma	16	LU		43.8333	10.4333	4
55100	Piaggione	piaggione	16	LU		43.9	10.6	4
55100	Ponte San Pietro	ponte-san-pietro	16	LU		43.8667	10.45	4
55100	San Concordio Di Moriano	san-concordio-di-moriano	16	LU		43.8944	10.4979	4
55100	Vinchiana	vinchiana	16	LU		43.8581	10.4897	3
55100	Santa Maria Del Giudice	santa-maria-del-giudice	16	LU		43.7786	10.4594	4
55100	Mutigliano	mutigliano	16	LU		43.8844	10.479	4
55100	Montuolo	montuolo	16	LU		43.8393	10.447	4
55100	Lucca	lucca	16	LU		43.8437	10.5045	4
55100	Gattaiola	gattaiola	16	LU		43.8581	10.4897	3
55100	Saltocchio	saltocchio	16	LU		43.9	10.5333	4
55100	San Pietro A Vico	san-pietro-a-vico	16	LU		43.8581	10.4897	3
55100	Fagnano	fagnano	16	LU		43.8581	10.4897	3
55100	Ponte Del Giglio	ponte-del-giglio	16	LU		43.8581	10.4897	3
55100	Massa Pisana	massa-pisana	16	LU		43.8096	10.4812	4
55100	Picciorana	picciorana	16	LU		43.8581	10.4897	3
55100	Ponte A Moriano	ponte-a-moriano	16	LU		43.9102	10.529	4
54010	Podenzana	podenzana	16	MS		44.2062	9.942	4
54010	Montedivalli	montedivalli	16	MS		44.2032	9.8708	4
54011	Albiano Magra	albiano-magra	16	MS		44.1757	9.9162	4
54011	Caprigliola	caprigliola	16	MS		44.1733	9.9344	4
54011	Pallerone	pallerone	16	MS		44.2049	10.0028	4
54011	Serricciolo	serricciolo	16	MS		44.2049	10.0306	4
54011	Bigliolo	bigliolo	16	MS		44.232	10.0496	4
54011	Bibola	bibola	16	MS		44.1921	9.9811	4
54011	Aulla	aulla	16	MS		44.2063	9.9785	4
54011	Quercia	quercia	16	MS		44.2319	10.0076	4
54012	Villa Di Tresana	villa-di-tresana	16	MS		44.2556	9.8906	4
54012	Barbarasco	barbarasco	16	MS		44.2415	9.9457	4
54012	Tresana	tresana	16	MS		44.2542	9.9129	4
54013	Agnino	agnino	16	MS		44.2444	10.0806	4
54013	Monzone	monzone	16	MS		44.1644	10.1271	4
54013	Campiglione	campiglione	16	MS		44.1758	10.1014	4
54013	Rometta	rometta	16	MS		44.1999	10.0515	4
54013	Ceserano	ceserano	16	MS		44.1916	10.0497	4
54013	Sassalbo	sassalbo	16	MS		44.2885	10.1945	4
54013	Gassano	gassano	16	MS		44.2035	10.093	4
54013	Soliera Apuana	soliera-apuana	16	MS		44.1984	10.0975	3
54013	San Terenzo Monti	san-terenzo-monti	16	MS		44.1725	10.0484	4
54013	Colla	colla	16	MS		44.185	10.067	4
54013	Tenerano	tenerano	16	MS		44.1524	10.1019	4
54013	Soliera	soliera	16	MS		44.2089	10.07	4
54013	Rometta Apuana	rometta-apuana	16	MS		44.1984	10.0975	3
54013	Fivizzano	fivizzano	16	MS		44.2378	10.1265	4
54013	Vinca	vinca	16	MS		44.138	10.1571	4
54013	Gragnola	gragnola	16	MS		44.1943	10.1098	4
54013	Moncigoli	moncigoli	16	MS		44.2196	10.0844	4
54014	Codiponte	codiponte	16	MS		44.192	10.1505	4
54014	Casola In Lunigiana	casola-in-lunigiana	16	MS		44.2004	10.1768	4
54014	Equi Terme	equi-terme	16	MS		44.17	10.1549	4
54014	Equi	equi	16	MS		44.17	10.1549	4
54014	Regnano	regnano	16	MS		44.1831	10.1593	3
54015	Crespiano	crespiano	16	MS		44.288	10.0977	4
54015	Comano	comano	16	MS		44.2934	10.1311	4
54016	Licciana Nardi	licciana-nardi	16	MS		44.2647	10.0372	4
54016	Terrarossa	terrarossa	16	MS		44.2336	9.9611	4
54016	Tavernelle	tavernelle	16	MS		44.3025	10.0747	4
54016	Monti Di Licciana	monti-di-licciana	16	MS		44.2486	10.0085	4
54016	Monti	monti	16	MS		44.2486	10.0085	4
54021	Corlaga	corlaga	16	MS		44.3315	9.9953	4
54021	Treschietto	treschietto	16	MS		44.3388	10.0102	4
54021	Gabbiana	gabbiana	16	MS		44.2875	10.0129	4
54021	Bagnone	bagnone	16	MS		44.3149	9.9951	4
54023	Cantiere	cantiere	16	MS		44.3453	9.9189	4
54023	Ponticello	ponticello	16	MS		44.3453	9.9189	4
54023	Scorcetoli	scorcetoli	16	MS		44.3515	9.911	4
54023	Filattiera	filattiera	16	MS		44.33	9.9331	4
54026	Arpiola	arpiola	16	MS		44.3227	9.9076	4
54026	Groppoli	groppoli	16	MS		44.4295	9.9311	4
54026	Montereggio	montereggio	16	MS		44.2961	9.8425	4
54026	Mulazzo	mulazzo	16	MS		44.3156	9.891	4
54026	Montereggio Di Mulazzo	montereggio-di-mulazzo	16	MS		44.2961	9.8425	4
54027	Molinello	molinello	16	MS		44.4239	9.9231	4
54027	Cervara	cervara	16	MS		44.4194	9.8183	4
54027	Traverde	traverde	16	MS		44.3938	9.8747	4
54027	Vignola	vignola	16	MS		44.3884	9.8557	4
54027	Pontremoli	pontremoli	16	MS		44.3752	9.8789	4
54027	Grondola	grondola	16	MS		44.419	9.8536	4
54027	Guinadi	guinadi	16	MS		44.4294	9.8357	4
54028	Merizzo	merizzo	16	MS		44.2732	9.991	4
54028	Villafranca In Lunigiana	villafranca-in-lunigiana	16	MS		44.2984	9.9535	4
54028	Filetto	filetto	16	MS		44.3017	9.9606	4
54028	Virgoletta	virgoletta	16	MS		44.2967	9.9701	4
54029	Zeri	zeri	16	MS		44.3537	9.7632	4
54029	Chiesa Di Rossano	chiesa-di-rossano	16	MS		44.3282	9.7909	4
54033	Codena	codena	16	MS		44.0777	10.1128	4
54033	Castelpoggio	castelpoggio	16	MS		44.1122	10.0741	4
54033	Colonnata	colonnata	16	MS		44.0859	10.1559	4
54033	Sorgnano	sorgnano	16	MS		44.0885	10.0909	4
54033	Avenza	avenza	16	MS		44.05	10.0667	4
54033	Fossone	fossone	16	MS		44.08	10.0946	3
54033	Carrara	carrara	16	MS		44.0793	10.0979	4
54033	Torano	torano	16	MS		44.0923	10.1043	4
54033	Miseglia	miseglia	16	MS		44.0835	10.1157	4
54033	Fontia	fontia	16	MS		44.0733	10.0653	4
54033	Bedizzano	bedizzano	16	MS		44.0788	10.1245	4
54033	Fossola	fossola	16	MS		44.08	10.0946	3
54033	Gragnana	gragnana	16	MS		44.0995	10.0863	4
54033	Marina Di Carrara	marina-di-carrara	16	MS		44.0384	10.0414	4
54033	Bergiola	bergiola	16	MS		44.08	10.0946	3
54035	Marciaso	marciaso	16	MS		44.1468	10.0767	4
54035	Borghetto	borghetto	16	MS		44.0985	9.9907	4
54035	Tendola	tendola	16	MS		44.1613	10.0381	4
54035	Fosdinovo	fosdinovo	16	MS		44.1332	10.0178	4
54035	Caniparola	caniparola	16	MS		44.1093	9.9972	4
54035	Melara	melara	16	MS		44.0985	9.9907	4
54038	Cinquale	cinquale	16	MS		43.9972	10.1564	4
54038	San Vito	san-vito	16	MS		44.023	10.1721	4
54038	Prato Capanne	prato-capanne	16	MS		43.9972	10.1564	4
54038	Montignoso	montignoso	16	MS		44.024	10.1726	4
54038	Cerreto	cerreto	16	MS		44.023	10.1721	4
54100	Massa	massa	16	MS		44.0354	10.1393	4
54100	Casette	casette	16	MS		44.075	10.1678	4
54100	Altagnana	altagnana	16	MS		44.0547	10.1741	4
54100	Canevara	canevara	16	MS		44.057	10.167	4
54100	Forno	forno	16	MS		44.0826	10.1775	4
54100	Quercioli	quercioli	16	MS		44.0691	10.1505	3
54100	Ronchi	ronchi	16	MS		43.998	10.1206	4
54100	Turano	turano	16	MS		44.2467	10.1512	4
54100	Marina Di Massa	marina-di-massa	16	MS		44.0038	10.1067	4
54100	Mirteto	mirteto	16	MS		44.0691	10.1505	3
56010	Campo	campo	16	PI		43.7081	10.477	4
56010	Caprona	caprona	16	PI	050038	43.7085	10.5046	4
56010	Arena Metato	arena-metato	16	PI		43.7078	10.5098	3
56010	Vicopisano	vicopisano	16	PI		43.6931	10.5836	4
56010	Uliveto Terme	uliveto-terme	16	PI		43.6961	10.5173	4
56010	Cucigliana	cucigliana	16	PI		43.7078	10.5098	3
56010	Mezzana	mezzana	16	PI		43.7333	10.4667	4
56010	San Giovanni Alla Vena	san-giovanni-alla-vena	16	PI		43.7078	10.5098	3
56011	Montemagno	montemagno	16	PI		43.7195	10.5354	4
56011	Calci	calci	16	PI		43.726	10.5179	4
56011	Gabella	gabella	16	PI		43.7236	10.4973	4
56011	Castelmaggiore	castelmaggiore	16	PI		43.723	10.5169	3
56012	Fornacette	fornacette	16	PI		43.6702	10.5851	4
56012	Calcinaia	calcinaia	16	PI		43.6835	10.6165	4
56017	San Giuliano Terme	san-giuliano-terme	16	PI		43.7637	10.4386	4
56017	Agnano	agnano	16	PI		43.7382	10.4883	4
56017	Pontasserchio	pontasserchio	16	PI		43.7795	10.4167	4
56017	Gello	gello	16	PI		43.754	10.4239	4
56017	Ghezzano	ghezzano	16	PI	050031	43.7688	10.4327	3
56017	Ripafratta	ripafratta	16	PI		43.8167	10.4167	4
56017	Arena	arena	16	PI	050031	43.7776	10.38	4
56017	Pappiana	pappiana	16	PI		43.7688	10.4327	3
56017	Asciano	asciano	16	PI		43.7516	10.4651	4
56017	Rigoli	rigoli	16	PI		43.7688	10.4327	3
56017	Molina Di Quosa	molina-di-quosa	16	PI		43.7688	10.4327	3
56019	Migliarino	migliarino	16	PI		43.7659	10.3395	4
56019	Avane	avane	16	PI		43.7905	10.4098	4
56019	Filettole	filettole	16	PI		43.8131	10.4024	4
56019	Vecchiano	vecchiano	16	PI		43.7882	10.384	3
56019	Nodica	nodica	16	PI		43.7833	10.3844	4
56020	Castel Del Bosco	castel-del-bosco	16	PI		43.6667	10.7	4
56020	Montopoli In Val D'Arno	montopoli-in-val-d-arno	16	PI		43.6735	10.7495	4
56020	Santa Maria A Monte	santa-maria-a-monte	16	PI		43.7079	10.692	4
56020	Capanne	capanne	16	PI		43.5022	10.6669	4
56020	Marti	marti	16	PI		43.6545	10.7406	4
56020	San Romano	san-romano	16	PI		43.6892	10.769	4
56020	Montecalvoli	montecalvoli	16	PI		43.6858	10.6651	4
56020	Montopoli	montopoli	16	PI		43.6735	10.7495	4
56020	Cerretti	cerretti	16	PI		43.7241	10.6991	4
56021	Cascina	cascina	16	PI		43.6756	10.5549	4
56021	San Casciano	san-casciano	16	PI		43.6904	10.5169	4
56021	Latignano	latignano	16	PI		43.6546	10.5594	4
56021	San Benedetto A Settimo	san-benedetto-a-settimo	16	PI		43.7	10.5167	4
56021	San Lorenzo A Pagnatico	san-lorenzo-a-pagnatico	16	PI		43.6801	10.537	3
56021	San Frediano A Settimo	san-frediano-a-settimo	16	PI		43.6801	10.537	3
56021	Marciana	marciana	16	PI		43.5022	10.6669	3
56022	Villa Campanile	villa-campanile	16	PI	050009	43.7911	10.6882	4
56022	Orentano	orentano	16	PI	050009	43.7791	10.6594	4
56022	Castelfranco Di Sotto	castelfranco-di-sotto	16	PI		43.7037	10.7463	4
56023	Musigliano	musigliano	16	PI		43.6308	10.551	3
56023	Navacchio	navacchio	16	PI		43.6833	10.4833	4
56023	Montione	montione	16	PI		43.6308	10.551	3
56023	Ripoli	ripoli	16	PI		43.5782	10.6187	4
56023	San Lorenzo Alle Corti	san-lorenzo-alle-corti	16	PI		43.6308	10.551	3
56024	Corazzano	corazzano	16	PI		43.6193	10.8705	4
56024	La Serra	la-serra	16	PI		43.6453	10.8136	4
56024	Ponte A Egola	ponte-a-egola	16	PI		43.6833	10.8	4
56025	Santa Lucia	santa-lucia	16	PI		43.6442	10.6117	4
56025	La Borra	la-borra	16	PI		43.6428	10.6294	4
56025	Il Romito	il-romito	16	PI		43.6491	10.6454	4
56025	Montecastello	montecastello	16	PI		43.6337	10.696	4
56025	Pontedera	pontedera	16	PI		43.6614	10.6307	4
56025	La Rotta	la-rotta	16	PI		43.6585	10.6784	4
56025	Treggiaia	treggiaia	16	PI		43.623	10.6732	4
56028	Ponte A Elsa	ponte-a-elsa	16	PI		43.6891	10.8928	4
56028	La Scala	la-scala	16	PI		43.6971	10.8629	3
56028	San Miniato Basso	san-miniato-basso	16	PI		43.6933	10.8412	4
56028	Isola	isola	16	PI		43.7127	10.8763	4
56028	San Miniato	san-miniato	16	PI		43.6933	10.8412	4
56029	Staffoli	staffoli	16	PI		43.7171	10.7724	3
56029	Santa Croce Sull'Arno	santa-croce-sull-arno	16	PI		43.7171	10.7724	4
56030	Orciatico	orciatico	16	PI		43.4354	10.7244	4
56030	Lajatico	lajatico	16	PI		43.4746	10.7284	4
56030	Selvatelle	selvatelle	16	PI		43.5628	10.6909	4
56030	Terricciola	terricciola	16	PI		43.525	10.6796	4
56030	Morrona	morrona	16	PI		43.5329	10.6622	4
56030	Soiana	soiana	16	PI		43.5527	10.6486	4
56031	Bientina	bientina	16	PI		43.7083	10.6212	4
56031	Quattro Strade	quattro-strade	16	PI		43.6052	10.5703	4
56032	Buti	buti	16	PI		43.7286	10.5845	4
56032	La Croce	la-croce	16	PI		43.7289	10.6147	4
56032	Cascine	cascine	16	PI		43.7287	10.5996	3
56033	Capannoli	capannoli	16	PI		43.5886	10.6733	4
56033	San Pietro Belvedere	san-pietro-belvedere	16	PI		43.5701	10.666	4
56034	Casciana Terme	casciana-terme	16	PI		43.5267	10.6181	4
56034	Chianni	chianni	16	PI		43.4815	10.6413	4
56034	Rivalto	rivalto	16	PI		43.4944	10.6369	4
56035	Lari	lari	16	PI		43.5661	10.5921	4
56035	Perignano	perignano	16	PI		43.6	10.5833	4
56035	Usigliano	usigliano	16	PI		43.5498	10.5878	4
56035	Casciana Terme Lari	casciana-terme-lari	16	PI	050040	43.5824	10.591	3
56035	Casciana Alta	casciana-alta	16	PI		43.539	10.5992	4
56035	Spinelli	spinelli	16	PI		43.6	10.5833	4
56035	Lavaiano	lavaiano	16	PI		43.6294	10.5843	4
56035	Le Casine	le-casine	16	PI		43.6	10.5833	4
56035	Cevoli	cevoli	16	PI		43.5747	10.6143	4
56036	Forcoli	forcoli	16	PI		43.6037	10.7051	4
56036	Villa Saletta	villa-saletta	16	PI		43.5973	10.7411	3
56036	Montefoscoli	montefoscoli	16	PI		43.5765	10.7544	4
56036	Partino	partino	16	PI		43.6008	10.7507	4
56036	Palaia	palaia	16	PI		43.6057	10.7702	4
56036	Alica	alica	16	PI		43.5997	10.7252	4
56037	Fabbrica Di Peccioli	fabbrica-di-peccioli	16	PI		43.5083	10.7583	4
56037	Peccioli	peccioli	16	PI		43.5496	10.7172	4
56037	Fabbrica	fabbrica	16	PI		43.5083	10.7583	4
56037	Legoli	legoli	16	PI		43.5721	10.7949	4
56037	Ghizzano	ghizzano	16	PI		43.5388	10.7918	4
56037	Ghizzano Di Peccioli	ghizzano-di-peccioli	16	PI		43.5388	10.7918	4
56038	Ponsacco	ponsacco	16	PI		43.6231	10.6266	4
56038	Giardino	giardino	16	PI		43.5022	10.6669	3
56040	Castellina Marittima	castellina-marittima	16	PI		43.413	10.5759	4
56040	Monteverdi Marittimo	monteverdi-marittimo	16	PI		43.1779	10.7113	4
56040	Sassa	sassa	16	PI		43.2598	10.6922	4
56040	Montecatini Val Di Cecina	montecatini-val-di-cecina	16	PI		43.3923	10.749	4
56040	Pieve Di Santa Luce	pieve-di-santa-luce	16	PI		43.4812	10.5455	4
56040	Le Badie	le-badie	16	PI		43.3715	10.635	3
56040	Canneto	canneto	16	PI		43.1994	10.7372	4
56040	Castello Di Querceto	castello-di-querceto	16	PI		43.2944	10.7278	4
56040	Guardistallo	guardistallo	16	PI		43.3141	10.6294	4
56040	Crespina	crespina	16	PI		43.573	10.5643	4
56040	Orciano Pisano	orciano-pisano	16	PI		43.4944	10.5115	4
56040	Casale Marittimo	casale-marittimo	16	PI		43.2973	10.6166	4
56040	Cenaia	cenaia	16	PI		43.6064	10.5357	4
56040	Montescudaio	montescudaio	16	PI		43.326	10.626	4
56040	Casino Di Terra	casino-di-terra	16	PI		43.3294	10.6664	4
56040	Santa Luce	santa-luce	16	PI		43.4714	10.5627	4
56040	Pastina	pastina	16	PI		43.4597	10.5647	4
56040	Canneto Di Monteverdi	canneto-di-monteverdi	16	PI		43.1994	10.7372	4
56040	Pomaia	pomaia	16	PI		43.4337	10.5663	4
56040	Ponteginori	ponteginori	16	PI		43.3354	10.7445	4
56041	Castelnuovo Di Val Di Cecina	castelnuovo-di-val-di-cecina	16	PI		43.2115	10.9041	4
56041	Montecastelli Pisano	montecastelli-pisano	16	PI		43.2651	10.9575	4
56041	Sasso Pisano	sasso-pisano	16	PI		43.1671	10.8653	4
56042	Lorenzana	lorenzana	16	PI	050041	43.5353	10.5348	4
56042	Crespina Lorenzana	crespina-lorenzana	16	PI	050041	43.5353	10.5348	3
56043	Fauglia	fauglia	16	PI		43.5711	10.5138	4
56043	Luciana	luciana	16	PI		43.5482	10.4908	4
56044	Larderello	larderello	16	PI		43.2399	10.8891	4
56044	Montecerboli	montecerboli	16	PI		43.2481	10.8797	4
56044	Lustignano	lustignano	16	PI		43.1858	10.8025	4
56044	Serrazzano	serrazzano	16	PI		43.2184	10.8133	4
56045	San Dalmazio	san-dalmazio	16	PI		43.2622	10.9262	4
56045	Micciano	micciano	16	PI		43.287	10.7843	4
56045	Libbiano	libbiano	16	PI		43.2819	10.808	4
56045	Montegemoli	montegemoli	16	PI		43.333	10.7922	4
56045	Pomarance	pomarance	16	PI		43.2959	10.8722	4
56046	Riparbella	riparbella	16	PI		43.3642	10.598	4
56048	Saline Di Volterra	saline-di-volterra	16	PI		43.3619	10.8135	4
56048	Ulignano	ulignano	16	PI		43.426	10.9111	4
56048	Pignano	pignano	16	PI		43.4167	10.9667	4
56048	Saline	saline	16	PI		43.3619	10.8135	4
56048	Villamagna	villamagna	16	PI		43.4818	10.8386	4
56048	Mazzolla	mazzolla	16	PI		43.369	10.9055	4
56048	Volterra	volterra	16	PI		43.4025	10.8615	4
56100	Pisa	pisa	16	PI		43.7085	10.4036	4
56121	Coltano	coltano	16	PI		43.6447	10.4056	4
56121	Putignano	putignano	16	PI		43.6766	10.4046	3
56121	Pisa	pisa	16	PI		43.7085	10.4036	4
56121	Riglione	riglione	16	PI		43.6766	10.4046	3
56122	San Piero A Grado	san-piero-a-grado	16	PI		43.6833	10.35	4
56122	Pisa	pisa	16	PI		43.7085	10.4036	4
56123	Pisa	pisa	16	PI		43.7085	10.4036	4
56124	Pisa	pisa	16	PI		43.7085	10.4036	4
56125	Pisa	pisa	16	PI		43.7085	10.4036	4
56126	Pisa	pisa	16	PI		43.7085	10.4036	4
56127	Pisa	pisa	16	PI		43.7085	10.4036	4
56128	Pisa	pisa	16	PI		43.7085	10.4036	4
59011	Bacchereto	bacchereto	16	PO		43.8096	10.9851	4
59011	Seano	seano	16	PO		43.8304	11.0212	4
59013	Fornacelle	fornacelle	16	PO		43.9238	11.0352	4
59013	Montemurlo	montemurlo	16	PO		43.9269	11.0372	4
59013	Oste	oste	16	PO		43.9253	11.0362	3
59015	Comeana	comeana	16	PO		43.7933	11.0582	4
59015	Poggio Alla Malva	poggio-alla-malva	16	PO		43.77	11.054	4
59015	Carmignano	carmignano	16	PO		43.8103	11.0149	4
59015	Artimino	artimino	16	PO		43.7816	11.0352	4
59015	La Serra	la-serra	16	PO		43.9517	11.0932	3
59016	Poggio A Caiano	poggio-a-caiano	16	PO		43.8138	11.0519	4
59016	Poggetto	poggetto	16	PO		43.8279	11.0385	4
59021	Vaiano	vaiano	16	PO		43.9679	11.1237	4
59021	Schignano	schignano	16	PO		43.9649	11.1059	4
59021	La Briglia	la-briglia	16	PO		43.9366	11.1257	4
59024	Mercatale	mercatale	16	PO		44.0453	11.1513	4
59024	Mercatale Vernio	mercatale-vernio	16	PO		44.0453	11.1513	4
59024	Cavarzano	cavarzano	16	PO		44.0572	11.1271	4
59024	Vernio	vernio	16	PO		44.0476	11.1505	4
59024	San Quirico	san-quirico	16	PO		44.0443	11.1516	4
59024	San Quirico Di Vernio	san-quirico-di-vernio	16	PO		44.0443	11.1516	4
59025	Carmignanello	carmignanello	16	PO		44.0004	11.1406	4
59025	Il Fabbro	il-fabbro	16	PO		43.9798	11.1255	4
59025	Luicciana	luicciana	16	PO		44.0283	11.1076	4
59025	Cantagallo	cantagallo	16	PO		44.0221	11.0797	4
59025	Usella	usella	16	PO		43.9859	11.1308	4
59026	Montepiano	montepiano	16	PO		44.0907	11.1601	4
59100	Santa Lucia	santa-lucia	16	PO		43.9054	11.1141	4
59100	Iolo	iolo	16	PO		43.8507	11.0665	3
59100	Maliseti	maliseti	16	PO		43.9	11.0667	4
59100	Cafaggio	cafaggio	16	PO		43.8573	11.0803	4
59100	Figline Di Prato	figline-di-prato	16	PO		43.9229	11.0911	4
59100	Galciana	galciana	16	PO		43.8892	11.057	4
59100	San Giorgio A Colonica	san-giorgio-a-colonica	16	PO		43.8333	11.1095	4
59100	Prato	prato	16	PO		43.8805	11.097	4
59100	Paperino	paperino	16	PO		43.8841	11.0879	3
59100	Narnali	narnali	16	PO		43.8841	11.0879	3
59100	Viaccia	viaccia	16	PO		43.8841	11.0879	3
59100	Santa Maria A Colonica	santa-maria-a-colonica	16	PO		43.8841	11.0879	3
59100	Tavola	tavola	16	PO		43.8507	11.0665	3
59100	Coiano	coiano	16	PO		43.8841	11.0879	4
59100	Mezzana	mezzana	16	PO		43.8841	11.0879	3
59100	La Querce	la-querce	16	PO		43.8841	11.0879	3
51010	Traversagna	traversagna	16	PT		43.8798	10.7573	4
51010	Avaglio	avaglio	16	PT		43.9539	10.7795	4
51010	Margine Coperta	margine-coperta	16	PT		43.8798	10.7573	4
51010	Santa Lucia Uzzanese	santa-lucia-uzzanese	16	PT		43.9195	10.7618	3
51010	Uzzano	uzzano	16	PT		43.8973	10.704	4
51010	Casore Del Monte	casore-del-monte	16	PT		43.9342	10.81	4
51010	Massa E Cozzile	massa-e-cozzile	16	PT		43.9092	10.7444	4
51010	Forone	forone	16	PT		43.8649	10.7193	4
51010	Momigno	momigno	16	PT	047007	43.9713	10.8142	4
51010	Montagnana	montagnana	16	PT	047007	43.9542	10.8262	4
51010	Santa Lucia	santa-lucia	16	PT		43.883	10.7031	4
51010	Serra Pistoiese	serra-pistoiese	16	PT		43.9724	10.7566	4
51010	Marliana	marliana	16	PT		43.9338	10.7702	4
51011	Buggiano	buggiano	16	PT		43.8752	10.7348	4
51011	Borgo A Buggiano	borgo-a-buggiano	16	PT		43.8752	10.7348	4
51012	Collodi	collodi	16	PT		43.9	10.65	4
51012	Veneri	veneri	16	PT		43.8799	10.6709	4
51012	Castellare Di Pescia	castellare-di-pescia	16	PT		43.8899	10.6605	3
51012	Ponte All'Abate	ponte-all-abate	16	PT		43.8899	10.6605	3
51013	Chiesanuova Uzzanese	chiesanuova-uzzanese	16	PT		43.8502	10.709	4
51013	Chiesina Uzzanese	chiesina-uzzanese	16	PT		43.8389	10.7204	4
51013	Chiesanuova	chiesanuova	16	PT		43.8502	10.709	4
51015	Grotta Giusti	grotta-giusti	16	PT		43.8655	10.8288	4
51015	Monsummano Terme	monsummano-terme	16	PT		43.8672	10.813	4
51015	Montevettolini	montevettolini	16	PT		43.8587	10.8457	4
51015	Pazzera	pazzera	16	PT		43.8343	10.8315	4
51015	Pozzarello	pozzarello	16	PT		43.8574	10.8335	4
51015	Uggia	uggia	16	PT		43.8343	10.8315	4
51015	Cintolese	cintolese	16	PT		43.8461	10.8264	4
51016	Montecatini Alto	montecatini-alto	16	PT		43.8926	10.7897	4
51016	Nievole	nievole	16	PT		43.9108	10.7953	4
51016	Montecatini Val Di Nievole	montecatini-val-di-nievole	16	PT		43.895	10.7858	3
51016	Montecatini Terme	montecatini-terme	16	PT		43.8815	10.7723	4
51017	Pietrabuona	pietrabuona	16	PT		43.9297	10.6928	4
51017	Pontito	pontito	16	PT		43.9974	10.7226	4
51017	Vellano	vellano	16	PT		43.9533	10.7203	4
51017	Pescia	pescia	16	PT		43.8871	10.6885	4
51017	San Quirico Valleriana	san-quirico-valleriana	16	PT		43.9523	10.7033	3
51017	San Quirico	san-quirico	16	PT		43.9699	10.6923	4
51017	Castelvecchio	castelvecchio	16	PT		43.9765	10.703	4
51017	Castelvecchio Di Vellano	castelvecchio-di-vellano	16	PT		43.9523	10.7033	3
51018	Pieve A Nievole	pieve-a-nievole	16	PT		43.8812	10.7999	4
51019	Anchione	anchione	16	PT		43.8261	10.7584	4
51019	Ponte Buggianese	ponte-buggianese	16	PT		43.846	10.7479	4
51020	Popiglio	popiglio	16	PT		44.0457	10.7534	4
51020	La Lima	la-lima	16	PT		44.0667	10.7667	4
51020	San Pellegrino	san-pellegrino	16	PT		44.0633	10.9687	4
51020	Castello	castello	16	PT		44.0537	10.8867	3
51020	Piteglio	piteglio	16	PT		44.0279	10.7657	4
51020	Collina	collina	16	PT		44.0287	10.9304	4
51020	Pavana	pavana	16	PT		44.1221	11.0014	4
51020	Frassignoni	frassignoni	16	PT		44.0702	10.9296	4
51020	Crespole	crespole	16	PT		43.9911	10.7523	4
51020	San Pellegrino Al Cassero	san-pellegrino-al-cassero	16	PT		44.0537	10.8867	3
51020	Prunetta	prunetta	16	PT		44.0071	10.803	4
51020	Pavana Pistoiese	pavana-pistoiese	16	PT		44.1221	11.0014	4
51020	Sambuca Pistoiese	sambuca-pistoiese	16	PT		44.1035	10.9992	4
51020	Treppio	treppio	16	PT		44.0817	11.0301	4
51020	Calamecca	calamecca	16	PT		43.9896	10.7692	4
51020	Prataccio	prataccio	16	PT		44.0203	10.79	4
51020	Torri	torri	16	PT		44.0651	11.0396	4
51021	Le Regine	le-regine	16	PT		44.1316	10.6871	4
51021	Abetone	abetone	16	PT		44.1459	10.6641	4
51024	Pianosinatico	pianosinatico	16	PT		44.1195	10.7281	4
51024	Cutigliano	cutigliano	16	PT		44.1006	10.7562	4
51024	Pian Degli Ontani	pian-degli-ontani	16	PT		44.1045	10.7208	4
51028	Gavinana	gavinana	16	PT		44.0539	10.8223	4
51028	Bardalone	bardalone	16	PT		44.0483	10.8261	3
51028	Limestre	limestre	16	PT		44.0464	10.8107	4
51028	Campo Tizzoro	campo-tizzoro	16	PT		44.0399	10.8524	4
51028	San Marcello Pistoiese	san-marcello-pistoiese	16	PT		44.0558	10.7937	4
51028	Limestre Pistoiese	limestre-pistoiese	16	PT		44.0483	10.8261	3
51028	Maresca	maresca	16	PT		44.05	10.85	4
51028	Pontepetri	pontepetri	16	PT		44.0381	10.8841	4
51028	Mammiano	mammiano	16	PT		44.0537	10.7696	4
51028	Lizzano Pistoiese	lizzano-pistoiese	16	PT		44.0483	10.8261	3
51030	Montagnana Pistoiese	montagnana-pistoiese	16	PT		43.9542	10.8262	4
51031	Agliana	agliana	16	PT		43.9025	11.0053	4
51031	San Piero	san-piero	16	PT		43.9678	10.849	3
51031	San Michele	san-michele	16	PT		43.9678	10.849	3
51034	Casalguidi	casalguidi	16	PT		43.8694	10.9139	4
51034	Stazione Masotti	stazione-masotti	16	PT	047020	43.9098	10.8539	4
51034	Serravalle Pistoiese	serravalle-pistoiese	16	PT	047020	43.906	10.8327	4
51034	Ponte Di Serravalle	ponte-di-serravalle	16	PT	047020	43.8957	10.8216	4
51035	Lamporecchio	lamporecchio	16	PT		43.8074	10.8773	4
51035	Mastromarco	mastromarco	16	PT		43.8222	10.9069	3
51035	San Baronto	san-baronto	16	PT		43.8367	10.9188	4
51035	Porciano	porciano	16	PT		43.8224	10.9245	4
51035	Orbignano	orbignano	16	PT		43.8222	10.9069	3
51036	San Rocco	san-rocco	16	PT		43.8232	10.8612	4
51036	Larciano	larciano	16	PT		43.8336	10.89	4
51036	Castelmartini	castelmartini	16	PT		43.8284	10.8756	3
51037	Stazione Di Montale	stazione-di-montale	16	PT		43.9146	11.0141	4
51037	Montale	montale	16	PT		43.9349	11.0165	4
51037	Fognano Di Montale	fognano-di-montale	16	PT		43.9523	11.0359	4
51037	Fognano	fognano	16	PT		43.9523	11.0359	4
51037	Tobbiana	tobbiana	16	PT		43.9635	11.0426	4
51039	Quarrata	quarrata	16	PT		43.8484	10.9789	4
51039	Catena	catena	16	PT		43.8425	11.0166	4
51039	Ferruccia	ferruccia	16	PT	047017	43.8508	10.9723	3
51039	Montemagno Di Quarrata	montemagno-di-quarrata	16	PT		43.8465	10.9395	4
51039	Olmi	olmi	16	PT		43.867	10.9904	4
51039	Montemagno	montemagno	16	PT		43.8465	10.9395	4
51039	Tizzana	tizzana	16	PT		43.8396	10.9973	4
51039	Santonuovo	santonuovo	16	PT		43.865	10.9439	4
51100	Pracchia	pracchia	16	PT		44.0554	10.9074	4
51100	Villa Di Baggio	villa-di-baggio	16	PT		43.9886	10.9564	4
51100	Sammomme'	sammomme	16	PT		44.0268	10.9094	4
51100	Valdibrana	valdibrana	16	PT		43.9727	10.9149	4
51100	Orsigna	orsigna	16	PT		44.0752	10.889	4
51100	Pistoia	pistoia	16	PT		43.9306	10.9237	4
51100	Corbezzi	corbezzi	16	PT		43.994	10.9213	4
51100	Piteccio	piteccio	16	PT		44.0167	10.9	4
51100	Bottegone	bottegone	16	PT		44.0058	10.9156	4
51100	Grazie	grazie	16	PT		44.002	10.8782	4
51100	Villa Baggio	villa-baggio	16	PT		43.9886	10.9564	4
51100	Cireglio	cireglio	16	PT		43.9924	10.8551	4
51100	Pontelungo	pontelungo	16	PT		43.9333	10.8833	4
51100	Ponzano	ponzano	16	PT		43.9654	10.9637	4
51100	San Felice	san-felice	16	PT		43.9678	10.849	3
51100	Piastre	piastre	16	PT		44.0049	10.8357	4
51100	Santomato	santomato	16	PT		43.9409	10.985	4
51100	Le Grazie	le-grazie	16	PT		44.002	10.8782	4
51100	Saturnana	saturnana	16	PT		43.995	10.881	4
51100	Chiazzano	chiazzano	16	PT		43.9916	10.9081	3
51100	Capostrada	capostrada	16	PT		43.95	10.9	4
51100	Masiano	masiano	16	PT		43.9916	10.9081	3
51100	Piazza	piazza	16	PT		43.9678	10.849	3
51100	Candeglia	candeglia	16	PT		43.9916	10.9081	3
53011	Castellina In Chianti	castellina-in-chianti	16	SI		43.4644	11.2895	4
53011	Fonterutoli	fonterutoli	16	SI		43.436	11.3068	4
53012	Montalcinello	montalcinello	16	SI		43.1976	11.0784	4
53012	Ciciano	ciciano	16	SI		43.1418	11.0698	4
53012	Chiusdino	chiusdino	16	SI		43.1545	11.0831	4
53012	Frosini	frosini	16	SI		43.2055	11.1477	4
53013	Gaiole In Chianti	gaiole-in-chianti	16	SI		43.467	11.4339	4
53013	Monti	monti	16	SI		43.4032	11.4248	4
53013	Castagnoli	castagnoli	16	SI		43.4426	11.4537	4
53013	Ama	ama	16	SI		43.4465	11.3894	4
53013	Lecchi	lecchi	16	SI		43.4339	11.4008	4
53013	Nusenna	nusenna	16	SI		43.4508	11.5319	4
53014	Monteroni D'Arbia	monteroni-d-arbia	16	SI		43.2297	11.4223	4
53014	Lucignano D'Arbia	lucignano-d-arbia	16	SI		43.2126	11.4364	4
53014	Ponte D'Arbia	ponte-d-arbia	16	SI		43.169	11.4639	4
53014	Ponte A Tressa	ponte-a-tressa	16	SI		43.2516	11.3951	4
53014	Ville Di Corsano	ville-di-corsano	16	SI		43.2228	11.333	4
53014	Corsano	corsano	16	SI		43.2219	11.3352	4
53015	San Lorenzo A Merse	san-lorenzo-a-merse	16	SI		43.1476	11.2719	4
53015	Iesa	iesa	16	SI		43.1024	11.2493	4
53015	Scalvaia	scalvaia	16	SI		43.0883	11.1512	4
53015	Tocchi	tocchi	16	SI		43.1332	11.2616	4
53015	Monticiano	monticiano	16	SI		43.1396	11.1771	4
53016	Vescovado	vescovado	16	SI		43.1695	11.392	4
53016	Murlo	murlo	16	SI		43.1611	11.3879	4
53016	Casciano	casciano	16	SI		43.1644	11.3254	4
53017	Lucarelli	lucarelli	16	SI		43.5177	11.3123	4
53017	Radda In Chianti	radda-in-chianti	16	SI		43.4854	11.3744	4
53018	Rosia	rosia	16	SI		43.2461	11.2218	4
53018	Sovicille	sovicille	16	SI		43.2803	11.2283	4
53018	San Rocco A Pilli	san-rocco-a-pilli	16	SI		43.2584	11.2859	4
53019	Quercegrossa	quercegrossa	16	SI		43.3941	11.3105	4
53019	Castelnuovo Berardenga	castelnuovo-berardenga	16	SI		43.3455	11.5004	4
53019	Vagliagli	vagliagli	16	SI		43.4214	11.3484	4
53019	San Gusme'	san-gusme	16	SI		43.3897	11.4971	4
53019	Pianella	pianella	16	SI		43.3536	11.4162	4
53019	Ponte A Bozzone	ponte-a-bozzone	16	SI		43.3487	11.3725	4
53019	Casetta	casetta	16	SI		43.3031	11.4261	4
53019	Monteaperti	monteaperti	16	SI		43.3271	11.4312	4
53020	San Giovanni D'Asso	san-giovanni-d-asso	16	SI		43.1533	11.5894	4
53020	Castelmuzio	castelmuzio	16	SI		43.1418	11.6596	4
53020	Montisi	montisi	16	SI		43.1561	11.6491	4
53020	Trequanda	trequanda	16	SI		43.1875	11.6682	4
53020	Petroio	petroio	16	SI		43.1432	11.6898	4
53021	Abbadia San Salvatore	abbadia-san-salvatore	16	SI		42.8812	11.6722	4
53022	Buonconvento	buonconvento	16	SI		43.1331	11.4836	4
53023	Vivo D'Orcia	vivo-d-orcia	16	SI		42.9317	11.6419	4
53023	Bagni San Filippo	bagni-san-filippo	16	SI		42.9281	11.699	4
53023	Bagni Di San Filippo	bagni-di-san-filippo	16	SI		42.9281	11.699	4
53023	Castiglione D'Orcia	castiglione-d-orcia	16	SI		43.0046	11.6145	4
53023	Campiglia D'Orcia	campiglia-d-orcia	16	SI		42.9486	11.6661	4
53023	Gallina	gallina	16	SI		43.0023	11.6853	4
53024	Castelnuovo Dell'Abate	castelnuovo-dell-abate	16	SI		42.9946	11.5174	4
53024	Torrenieri	torrenieri	16	SI		43.0857	11.5484	4
53024	Sant'Angelo In Colle	sant-angelo-in-colle	16	SI		42.9952	11.4609	4
53024	Monte Amiata	monte-amiata	16	SI		42.9755	11.5472	4
53024	Montalcino	montalcino	16	SI		43.054	11.4885	4
53025	Saragiolo	saragiolo	16	SI		42.8354	11.6436	4
53025	Piancastagnaio	piancastagnaio	16	SI		42.8507	11.6901	4
53026	Monticchiello	monticchiello	16	SI		43.0665	11.7246	4
53026	Pienza	pienza	16	SI		43.0787	11.6767	4
53027	San Quirico D'Orcia	san-quirico-d-orcia	16	SI		43.0578	11.6053	4
53027	Bagno Vignoni	bagno-vignoni	16	SI		43.0284	11.6194	4
53030	Castel San Gimignano	castel-san-gimignano	16	SI		43.404	11.0207	4
53030	Belforte	belforte	16	SI		43.2333	11.0618	4
53030	Castel San Giminiano	castel-san-giminiano	16	SI		43.2777	11.0284	3
53030	Anqua	anqua	16	SI		43.2132	10.9852	4
53030	Radicondoli	radicondoli	16	SI		43.2605	11.0458	4
53031	Pievescola	pievescola	16	SI		43.3113	11.1314	4
53031	Monteguidi	monteguidi	16	SI		43.2967	11.0084	4
53031	Casole D'Elsa	casole-d-elsa	16	SI		43.3411	11.0479	4
53034	Colle Di Val D'Elsa	colle-di-val-d-elsa	16	SI		43.4185	11.1302	4
53034	Campiglia	campiglia	16	SI		43.4138	11.0794	4
53034	Gracciano Di Colle Val D'Elsa	gracciano-di-colle-val-d-elsa	16	SI		43.4062	11.0988	3
53034	Quartaia	quartaia	16	SI		43.3863	11.0867	4
53035	Castellina Scalo	castellina-scalo	16	SI		43.4048	11.2091	4
53035	Strove	strove	16	SI		43.3791	11.1721	4
53035	Tognazza	tognazza	16	SI		43.3456	11.2871	4
53035	Badesse	badesse	16	SI		43.3829	11.2723	4
53035	San Martino	san-martino	16	SI		43.4371	11.4479	4
53035	Uopini	uopini	16	SI		43.3527	11.2964	4
53035	Castellina In Chianti Stazione	castellina-in-chianti-stazione	16	SI		43.38	11.277	3
53035	Belverde	belverde	16	SI		43.3482	11.3076	4
53035	Monteriggioni	monteriggioni	16	SI		43.3899	11.2232	4
53036	Staggia	staggia	16	SI		43.4218	11.1836	4
53036	Bellavista	bellavista	16	SI		43.442	11.1605	4
53036	Poggibonsi	poggibonsi	16	SI		43.4706	11.148	4
53037	Badia A Elmi	badia-a-elmi	16	SI		43.5387	11.0324	4
53037	Ulignano	ulignano	16	SI		43.5055	11.0817	4
53037	San Gimignano	san-gimignano	16	SI		43.4738	11.0297	4
53040	Radicofani	radicofani	16	SI		42.8962	11.7684	4
53040	Piazze	piazze	16	SI		42.9078	11.9167	4
53040	Celle Sul Rigo	celle-sul-rigo	16	SI		42.8627	11.8218	4
53040	Cetona	cetona	16	SI		42.9666	11.9027	4
53040	Rapolano Terme	rapolano-terme	16	SI		43.295	11.6026	4
53040	Contignano	contignano	16	SI		42.9784	11.7399	4
53040	Palazzone	palazzone	16	SI		42.8833	11.9333	4
53040	San Casciano Dei Bagni	san-casciano-dei-bagni	16	SI		42.8701	11.8766	4
53040	Serre Di Rapolano	serre-di-rapolano	16	SI		43.2566	11.6166	4
53041	Asciano	asciano	16	SI		43.2323	11.5665	4
53041	Monte Sante Marie	monte-sante-marie	16	SI		43.234	11.5118	3
53041	Chiusure	chiusure	16	SI		43.1762	11.5592	4
53041	Monte Oliveto Maggiore	monte-oliveto-maggiore	16	SI		43.234	11.5118	3
53041	Arbia	arbia	16	SI		43.2934	11.4098	4
53042	Chianciano Terme	chianciano-terme	16	SI		43.0418	11.812	4
53043	Chiusi	chiusi	16	SI		43.0142	11.9479	4
53043	Chiusi Scalo	chiusi-scalo	16	SI		42.9961	11.9541	4
53043	Chiusi Stazione	chiusi-stazione	16	SI		43.0052	11.951	3
53043	Montallese	montallese	16	SI		43.0052	11.951	3
53045	Montepulciano	montepulciano	16	SI		43.1	11.787	4
53045	Valiano	valiano	16	SI		43.1462	11.9023	4
53045	Acquaviva	acquaviva	16	SI		43.1157	11.8625	4
53045	Abbadia Di Montepulciano	abbadia-di-montepulciano	16	SI		43.1449	11.822	4
53045	Gracciano	gracciano	16	SI		43.1323	11.829	4
53045	Sant'Albino	sant-albino	16	SI		43.071	11.8068	4
53045	Montepulciano Stazione	montepulciano-stazione	16	SI		43.1352	11.8554	4
53045	Abbadia	abbadia	16	SI		43.2967	11.3799	4
53047	Sarteano	sarteano	16	SI		42.9919	11.8647	4
53048	Sinalunga	sinalunga	16	SI		43.2149	11.7451	4
53048	Pieve Di Sinalunga	pieve-di-sinalunga	16	SI		43.2254	11.7486	3
53048	Scrofiano	scrofiano	16	SI		43.2305	11.7148	4
53048	Rigomagno	rigomagno	16	SI		43.2618	11.6975	4
53048	Guazzino	guazzino	16	SI		43.2128	11.7821	4
53048	Rigaiolo	rigaiolo	16	SI		43.2254	11.7486	3
53048	Bettolle	bettolle	16	SI		43.2068	11.8036	4
53049	Torrita Di Siena	torrita-di-siena	16	SI		43.1724	11.7838	4
53049	Montefollonico	montefollonico	16	SI		43.1265	11.7445	4
53049	Torrita Stazione	torrita-stazione	16	SI		43.1495	11.7641	3
53100	Siena	siena	16	SI		43.3182	11.3306	4
53100	Costalpino	costalpino	16	SI		43.2912	11.3027	4
53100	Isola D'Arbia	isola-d-arbia	16	SI		43.2586	11.3787	4
53100	Taverne D'Arbia	taverne-d-arbia	16	SI		43.2949	11.3948	4
53100	Malafrasca	malafrasca	16	SI		43.1911	11.4561	4
53100	Coroncina	coroncina	16	SI		43.3237	11.3909	3
53100	Sant'Andrea A Montecchio	sant-andrea-a-montecchio	16	SI		43.2833	11.3	4
53100	Ponte Al Bozzone	ponte-al-bozzone	16	SI		43.3237	11.3909	3
39010	Gargazzone	gargazzone	17	BZ		46.5846	11.2016	4
39010	Tesimo	tesimo	17	BZ		46.5654	11.1694	4
39010	Rifiano	rifiano	17	BZ		46.7029	11.1806	4
39010	Riffian	riffian	17	BZ		46.6461	11.17	3
39010	Gargazon	gargazon	17	BZ		46.5846	11.2016	4
39010	Tscherms	tscherms	17	BZ		46.6328	11.147	4
39010	Sant'Orsola In Passiria	sant-orsola-in-passiria	17	BZ		46.7393	11.2103	4
39010	St. Gertraud	st-gertraud	17	BZ		46.6461	11.17	3
39010	Prissiano	prissiano	17	BZ		46.5539	11.1793	4
39010	San Felice	san-felice	17	BZ		46.4943	11.1302	4
39010	Cermes	cermes	17	BZ		46.6328	11.147	4
39010	Andrian	andrian	17	BZ		46.5176	11.2314	4
39010	Verano	verano	17	BZ		46.6044	11.2256	4
39010	St. Helena	st-helena	17	BZ		46.6461	11.17	3
39010	Andriano	andriano	17	BZ		46.5176	11.2314	4
39010	Caines	caines	17	BZ		46.6979	11.1712	4
39010	Meltina	meltina	17	BZ		46.5874	11.2549	4
39010	Vöran	voran	17	BZ		46.6044	11.2256	4
39010	Kuens	kuens	17	BZ		46.6461	11.17	3
39010	Tisens	tisens	17	BZ		46.5654	11.1694	4
39010	Mölten	molten	17	BZ		46.5874	11.2549	4
39010	Verschneid	verschneid	17	BZ		46.6461	11.17	3
39010	St. Pankraz	st-pankraz	17	BZ		46.586	11.0857	4
39010	Walten	walten	17	BZ		46.8255	11.2882	4
39010	Pfelders	pfelders	17	BZ		46.6461	11.17	3
39010	Frangart	frangart	17	BZ		46.4782	11.2961	4
39010	Hafling	hafling	17	BZ		46.6456	11.2242	4
39010	Schlaneid	schlaneid	17	BZ		46.6461	11.17	3
39010	San Pancrazio	san-pancrazio	17	BZ		46.586	11.0857	4
39010	Gfeis	gfeis	17	BZ		46.6461	11.17	3
39010	St. Martin in Passeier	st-martin-in-passeier	17	BZ		46.7839	11.2273	4
39010	Vernue	vernue	17	BZ		46.6461	11.17	3
39010	Nalles	nalles	17	BZ		46.5434	11.2062	4
39010	Vilpian	vilpian	17	BZ		46.6461	11.17	3
39010	Senale	senale	17	BZ		46.5108	11.1101	4
39010	St. Nikolaus/Ulten	st-nikolaus-ulten	17	BZ		46.6461	11.17	3
39010	Saltusio	saltusio	17	BZ		46.7295	11.1991	4
39010	St. Felix	st-felix	17	BZ		46.6461	11.17	3
39010	Avelengo	avelengo	17	BZ		46.6456	11.2242	4
39010	Platzers	platzers	17	BZ		46.6461	11.17	3
39010	Nals	nals	17	BZ		46.5434	11.2062	4
39010	Gfrill	gfrill	17	BZ		46.6461	11.17	3
39010	San Martino In Passiria	san-martino-in-passiria	17	BZ		46.7839	11.2273	4
39010	Grissian	grissian	17	BZ		46.6461	11.17	3
39010	Saltaus	saltaus	17	BZ		46.7295	11.1991	4
39010	Sigmundskron	sigmundskron	17	BZ		46.6461	11.17	3
39010	Pawigl	pawigl	17	BZ		46.6461	11.17	3
39010	Sinich	sinich	17	BZ		46.6461	11.17	3
39010	Unsere liebe Frau i. W.	unsere-liebe-frau-i-w	17	BZ		46.6461	11.17	3
39010	Unsere Liebe Frau Im Wald	unsere-liebe-frau-im-wald	17	BZ		46.6188	11.197	3
39010	Senale San Felice	senale-san-felice	17	BZ		46.6188	11.197	3
39010	San Felice Val Di Non	san-felice-val-di-non	17	BZ		46.6188	11.197	3
39010	Prissia	prissia	17	BZ		46.6188	11.197	3
39011	Pavicolo	pavicolo	17	BZ		46.6208	11.1057	4
39011	Lana	lana	17	BZ		46.6121	11.1565	4
39011	Völlan	vollan	17	BZ		46.6461	11.17	3
39011	Monte San Vigilio	monte-san-vigilio	17	BZ		46.6165	11.1311	3
39011	Vigiljoc	vigiljoc	17	BZ		46.6165	11.1311	3
39011	Pawig	pawig	17	BZ		46.6165	11.1311	3
39012	Merano	merano	17	BZ		46.6682	11.1595	4
39012	Untermais	untermais	17	BZ		46.6543	11.153	4
39012	Meran	meran	17	BZ		46.6682	11.1595	4
39012	Sinigo	sinigo	17	BZ		46.6349	11.1793	4
39012	Sinic	sinic	17	BZ		46.6564	11.1628	3
39012	Meran Sinic	meran-sinic	17	BZ		46.6564	11.1628	3
39012	Obermais	obermais	17	BZ		46.6461	11.17	3
39012	Gratsch	gratsch	17	BZ		46.6461	11.17	3
39012	Borgo Vittoria	borgo-vittoria	17	BZ		46.6564	11.1628	3
39013	Platt	platt	17	BZ		46.8223	11.1758	4
39013	Ulfas	ulfas	17	BZ		46.8128	11.1877	4
39013	Moso In Passiria	moso-in-passiria	17	BZ		46.8315	11.1671	4
39013	Stuls	stuls	17	BZ		46.8287	11.1962	4
39013	Moos	moos	17	BZ		46.8315	11.1671	4
39013	Rabenstein	rabenstein	17	BZ		46.6461	11.17	3
39013	Pfelder	pfelder	17	BZ		46.8254	11.1788	3
39013	Plan In Passiria	plan-in-passiria	17	BZ		46.8254	11.1788	3
39014	Postal	postal	17	BZ		46.6095	11.1931	4
39014	Burgstall	burgstall	17	BZ		46.6095	11.1931	4
39015	San Leonardo In Passiria	san-leonardo-in-passiria	17	BZ		46.8128	11.2458	4
39015	Schweinsteg	schweinsteg	17	BZ	021080	46.7393	11.2103	4
39015	Walte	walte	17	BZ		46.7817	11.2385	3
39015	Sant'Orsola	sant-orsola	17	BZ	021080	46.7393	11.2103	4
39015	Valtina	valtina	17	BZ		46.8255	11.2882	4
39015	St. Leonhard in Pass.	st-leonhard-in-pass	17	BZ		46.6461	11.17	3
39015	Windegg	windegg	17	BZ		46.7915	11.2377	4
39016	Santa Gertrude	santa-gertrude	17	BZ		46.489	10.8721	4
39016	Santa Valburga	santa-valburga	17	BZ		46.55	11	4
39016	San Nicolo'	san-nicolo	17	BZ		46.5106	10.9239	4
39016	Ultimo	ultimo	17	BZ		46.7235	10.5576	4
39016	St. Walburg/Ulten	st-walburg-ulten	17	BZ		46.55	11	4
39016	Santa Valburga Ultimo	santa-valburga-ultimo	17	BZ		46.5646	10.8707	3
39016	St. Moritz/Ulten	st-moritz-ulten	17	BZ		46.6461	11.17	3
39016	Kuppelwies	kuppelwies	17	BZ		46.6461	11.17	3
39016	St.Nikolau	st-nikolau	17	BZ		46.5646	10.8707	3
39016	San Nicolo' Ultimo	san-nicolo-ultimo	17	BZ		46.5646	10.8707	3
39016	Santa Geltrude In Ultimo	santa-geltrude-in-ultimo	17	BZ		46.5646	10.8707	3
39016	St.Walburg Ulte	st-walburg-ulte	17	BZ		46.5646	10.8707	3
39017	Videgg	videgg	17	BZ		46.6461	11.17	3
39017	Verdins	verdins	17	BZ		46.7127	11.2053	4
39017	Scena	scena	17	BZ		46.6884	11.1885	4
39017	Tall	tall	17	BZ		46.6461	11.17	3
39017	Schenna	schenna	17	BZ		46.6884	11.1885	4
39018	Settequerce	settequerce	17	BZ		46.5111	11.2648	4
39018	Vilpiano	vilpiano	17	BZ		46.559	11.2234	4
39018	Terlano	terlano	17	BZ		46.5322	11.2469	4
39018	Siebeneich	siebeneich	17	BZ		46.5336	11.2455	3
39018	Terlan	terlan	17	BZ		46.5322	11.2469	4
39018	Vilpia	vilpia	17	BZ		46.5336	11.2455	3
39019	Tirolo	tirolo	17	BZ		46.691	11.1543	4
39019	Tirol	tirol	17	BZ		46.6461	11.17	3
39020	Trafoi	trafoi	17	BZ		46.5517	10.5099	4
39020	Morter	morter	17	BZ		46.6069	10.8227	4
39020	Tschengls	tschengls	17	BZ		46.6124	10.637	4
39020	Sluderno	sluderno	17	BZ		46.6652	10.5834	4
39020	Pedroß	pedross	17	BZ		46.8134	10.5787	4
39020	Tanas	tanas	17	BZ		46.6395	10.6668	4
39020	Glurns	glurns	17	BZ		46.671	10.5568	4
39020	Kastelbell	kastelbell	17	BZ		46.6525	10.7916	3
39020	Santa Caterina	santa-caterina	17	BZ		46.6891	10.9347	4
39020	Ciardes	ciardes	17	BZ		46.6387	10.9418	4
39020	Marling	marling	17	BZ		46.6526	11.1455	4
39020	Castelbello	castelbello	17	BZ		46.6289	10.9072	4
39020	Tarsch	tarsch	17	BZ		46.6067	10.8757	4
39020	Gries	gries	17	BZ		46.6521	10.7411	3
39020	Glorenza	glorenza	17	BZ		46.671	10.5568	4
39020	Stilfs	stilfs	17	BZ		46.5977	10.5458	4
39020	Hinterkirch	hinterkirch	17	BZ		46.8381	10.6399	4
39020	Gand/Martell	gand-martell	17	BZ		46.6521	10.7411	3
39020	Parcines	parcines	17	BZ		46.6842	11.0734	4
39020	Tabland	tabland	17	BZ		46.6521	10.7411	3
39020	Vernagt	vernagt	17	BZ		46.6521	10.7411	3
39020	Senales	senales	17	BZ		46.706	10.9085	4
39020	Gomagoi	gomagoi	17	BZ		46.5777	10.5421	4
39020	Lichtenberg	lichtenberg	17	BZ		46.6521	10.7411	3
39020	Madonna	madonna	17	BZ		46.7233	10.8593	4
39020	Tartsch	tartsch	17	BZ		46.6521	10.7411	3
39020	Partschins	partschins	17	BZ		46.6842	11.0734	4
39020	Martello	martello	17	BZ		46.5546	10.7804	4
39020	Töll	toll	17	BZ		46.6521	10.7411	3
39020	Marlengo	marlengo	17	BZ		46.6526	11.1455	4
39020	Marein	marein	17	BZ		46.6521	10.7411	3
39020	Tubre	tubre	17	BZ		46.644	10.4633	4
39020	Freiberg	freiberg	17	BZ		46.6521	10.7411	3
39020	Montefranco	montefranco	17	BZ		46.6117	10.9105	4
39020	Unsere Frau i. Schnals	unsere-frau-i-schnals	17	BZ		46.6521	10.7411	3
39020	Martell	martell	17	BZ		46.5546	10.7804	4
39020	Matsch	matsch	17	BZ		46.6521	10.7411	3
39020	Tel	tel	17	BZ		46.6758	11.0827	4
39020	Rabla'	rabla	17	BZ		46.6704	11.0646	4
39020	Graun/Vinschg.	graun-vinschg	17	BZ		46.6521	10.7411	3
39020	Goldrain	goldrain	17	BZ		46.6227	10.8265	4
39020	Rabland	rabland	17	BZ		46.6704	11.0646	4
39020	Laatsch	laatsch	17	BZ		46.6521	10.7411	3
39020	Rifair	rifair	17	BZ		46.6478	10.479	4
39020	St. Valentin a. d. H.	st-valentin-a-d-h	17	BZ		46.6521	10.7411	3
39020	Planeil	planeil	17	BZ		46.6521	10.7411	3
39020	Melag	melag	17	BZ		46.6521	10.7411	3
39020	Plawenn	plawenn	17	BZ		46.6521	10.7411	3
39020	Taufers i. Münstertal	taufers-i-munstertal	17	BZ		46.6521	10.7411	3
39020	Staben	staben	17	BZ		46.6521	10.7411	3
39020	Eyrs	eyrs	17	BZ		46.6521	10.7411	3
39020	Karthaus	karthaus	17	BZ		46.6521	10.7411	3
39020	Montefranco In Venosta	montefranco-in-venosta	17	BZ		46.6525	10.7916	3
39020	Unser Fra	unser-fra	17	BZ		46.6525	10.7916	3
39020	Tol	tol	17	BZ		46.6525	10.7916	3
39020	Castelbello Ciardes	castelbello-ciardes	17	BZ		46.6525	10.7916	3
39020	Katharinaberg	katharinaberg	17	BZ		46.6525	10.7916	3
39020	Tschars	tschars	17	BZ		46.6525	10.7916	3
39020	Freiberg Vinschga	freiberg-vinschga	17	BZ		46.6525	10.7916	3
39020	Schluderns	schluderns	17	BZ		46.6652	10.5834	4
39021	Tarres	tarres	17	BZ		46.6067	10.8757	4
39021	Morter	morter	17	BZ		46.6069	10.8227	4
39021	St. Martin am Kofl	st-martin-am-kofl	17	BZ		46.6521	10.7411	3
39021	Coldrano	coldrano	17	BZ		46.6227	10.8265	4
39021	Goldrai	goldrai	17	BZ		46.6138	10.8479	3
39021	Laces	laces	17	BZ		46.6164	10.8573	4
39021	Morte	morte	17	BZ		46.6138	10.8479	3
39021	Latsch	latsch	17	BZ		46.6164	10.8573	4
39021	Tarsc	tarsc	17	BZ		46.6138	10.8479	3
39022	Vellau	vellau	17	BZ		46.6521	10.7411	3
39022	Lagundo	lagundo	17	BZ		46.6811	11.1257	4
39022	Oberplars	oberplars	17	BZ		46.6521	10.7411	3
39022	Algund	algund	17	BZ		46.6811	11.1257	4
39022	Plars	plars	17	BZ		46.6521	10.7411	3
39022	Aschbach	aschbach	17	BZ		46.6521	10.7411	3
39023	Lasa	lasa	17	BZ		46.6178	10.6978	4
39023	Cengles	cengles	17	BZ		46.6124	10.637	4
39023	Oris	oris	17	BZ		46.6298	10.6462	4
39023	Laas	laas	17	BZ		46.6178	10.6978	4
39023	Tarnell	tarnell	17	BZ		46.6521	10.7411	3
39023	Allitz	allitz	17	BZ		46.632	10.7187	4
39023	Eyr	eyr	17	BZ		46.6249	10.6774	3
39023	Tana	tana	17	BZ		46.6249	10.6774	3
39023	Tanas	tanas	17	BZ		46.6395	10.6668	4
39023	Tschengel	tschengel	17	BZ		46.6249	10.6774	3
39024	Burgeis	burgeis	17	BZ		46.7106	10.5295	4
39024	Malles Venosta	malles-venosta	17	BZ		46.6879	10.5466	4
39024	Tarces	tarces	17	BZ		46.6815	10.5602	4
39024	Mazia	mazia	17	BZ		46.6943	10.6171	4
39024	Mals	mals	17	BZ		46.6879	10.5466	4
39024	Schleis	schleis	17	BZ		46.6521	10.7411	3
39024	Schlinig	schlinig	17	BZ		46.7055	10.4736	4
39024	Planol	planol	17	BZ		46.7218	10.579	4
39024	Burgusio	burgusio	17	BZ		46.7106	10.5295	4
39024	Marienberg	marienberg	17	BZ		46.6521	10.7411	3
39024	Laudes	laudes	17	BZ		46.6164	10.8573	4
39024	Planei	planei	17	BZ		46.6907	10.5821	3
39024	Tartsc	tartsc	17	BZ		46.6907	10.5821	3
39024	Laatsc	laatsc	17	BZ		46.6907	10.5821	3
39024	Matsc	matsc	17	BZ		46.6907	10.5821	3
39025	Plaus	plaus	17	BZ		46.6562	11.0418	4
39025	Stabe	stabe	17	BZ		46.6494	11.0028	3
39025	Stava	stava	17	BZ		46.6452	10.9669	4
39025	Naturns	naturns	17	BZ		46.648	11.0013	4
39025	Naturno	naturno	17	BZ		46.648	11.0013	4
39026	Agums	agums	17	BZ		46.6167	10.5833	4
39026	Montechiaro	montechiaro	17	BZ		46.6359	10.5694	4
39026	Lichtenber	lichtenber	17	BZ		46.6238	10.5814	3
39026	Prato Allo Stelvio	prato-allo-stelvio	17	BZ		46.619	10.5914	4
39026	Prad	prad	17	BZ		46.6521	10.7411	3
39027	Reschen	reschen	17	BZ		46.8275	10.521	4
39027	Curon Venosta	curon-venosta	17	BZ		46.8083	10.5427	4
39027	Resia	resia	17	BZ		46.8275	10.521	4
39027	San Valentino Alla Muta	san-valentino-alla-muta	17	BZ		46.7641	10.534	4
39028	Vezzano	vezzano	17	BZ		46.6256	10.8156	4
39028	Covelano	covelano	17	BZ		46.6208	10.7646	4
39028	Talatsch	talatsch	17	BZ		46.6521	10.7411	3
39028	Silandro	silandro	17	BZ		46.6283	10.7681	4
39028	Kortsch	kortsch	17	BZ		46.6521	10.7411	3
39028	Schlanders	schlanders	17	BZ		46.6283	10.7681	4
39028	Göflan	goflan	17	BZ		46.6521	10.7411	3
39028	Goefla	goefla	17	BZ		46.6258	10.7791	3
39028	Vezzan	vezzan	17	BZ		46.6258	10.7791	3
39029	Sulden	sulden	17	BZ		46.5271	10.589	4
39029	Solda	solda	17	BZ		46.5271	10.589	4
39029	Stelvio	stelvio	17	BZ		46.5977	10.5458	4
39029	Gomago	gomago	17	BZ		46.5563	10.5552	3
39029	Trafoi	trafoi	17	BZ		46.5517	10.5099	4
39029	Gomagoi	gomagoi	17	BZ		46.5777	10.5421	4
39029	Trafo	trafo	17	BZ		46.5563	10.5552	3
39030	Falzes	falzes	17	BZ		46.8136	11.8831	4
39030	Unterplanken	unterplanken	17	BZ		46.7722	12.1916	4
39030	Anterselva Di Mezzo	anterselva-di-mezzo	17	BZ		46.8585	12.0999	4
39030	Tesselberg	tesselberg	17	BZ		46.8278	11.9844	4
39030	Pfalzen	pfalzen	17	BZ		46.8136	11.8831	4
39030	San Martino In Badia	san-martino-in-badia	17	BZ		46.6815	11.8981	4
39030	Antholz	antholz	17	BZ		46.7785	12.0473	4
39030	Kolfuschg	kolfuschg	17	BZ		46.7758	11.9383	3
39030	Sesto	sesto	17	BZ		46.7022	12.3496	4
39030	Vallarga	vallarga	17	BZ		46.8428	11.7274	4
39030	Olang	olang	17	BZ		46.7603	12.0295	4
39030	St. Johann in Ahrn	st-johann-in-ahrn	17	BZ		46.7758	11.9383	3
39030	Santa Maddalena	santa-maddalena	17	BZ		46.6384	11.7186	4
39030	Pederoa	pederoa	17	BZ		46.6542	11.9098	4
39030	Sexten	sexten	17	BZ		46.7022	12.3496	4
39030	Enneberg/Mareo	enneberg-mareo	17	BZ		46.7758	11.9383	3
39030	Valdaora	valdaora	17	BZ		46.7603	12.0295	4
39030	Rasun Di Sotto	rasun-di-sotto	17	BZ		46.7781	12.0522	4
39030	Margen	margen	17	BZ		46.7758	11.9383	3
39030	Oberolang	oberolang	17	BZ		46.7758	11.9383	3
39030	Valdaora Di Mezzo	valdaora-di-mezzo	17	BZ		46.7603	12.0295	4
39030	Lutago	lutago	17	BZ		46.9491	11.918	4
39030	San Vigilio	san-vigilio	17	BZ		46.6988	11.931	4
39030	Mitterolang	mitterolang	17	BZ		46.7953	11.9114	3
39030	San Giuseppe	san-giuseppe	17	BZ		46.8772	12.1308	4
39030	Valdaora Di Sotto	valdaora-di-sotto	17	BZ		46.7681	12.0182	4
39030	Niedervintl	niedervintl	17	BZ		46.816	11.7218	4
39030	Valle Di Casies	valle-di-casies	17	BZ		46.7953	11.9114	3
39030	Platten	platten	17	BZ		46.4181	11.4613	4
39030	Pichl	pichl	17	BZ		46.2814	11.3682	4
39030	Pfunders	pfunders	17	BZ		46.8888	11.7063	4
39030	Campil	campil	17	BZ		46.7953	11.9114	3
39030	San Sigismondo	san-sigismondo	17	BZ		46.8115	11.8027	4
39030	Selva Dei Molini	selva-dei-molini	17	BZ		46.8903	11.8583	4
39030	Marebbe	marebbe	17	BZ		46.719	11.9169	4
39030	Vandoies	vandoies	17	BZ		46.7953	11.9114	3
39030	Rein	rein	17	BZ		46.9487	12.0642	4
39030	Luttach	luttach	17	BZ		46.9491	11.918	4
39030	Fundres	fundres	17	BZ		46.8888	11.7063	4
39030	Niederrasen	niederrasen	17	BZ		46.7953	11.9114	3
39030	Terento	terento	17	BZ		46.8299	11.7829	4
39030	San Lorenzo Di Sebato	san-lorenzo-di-sebato	17	BZ		46.7851	11.9081	4
39030	Mühlwald	muhlwald	17	BZ		46.8903	11.8583	4
39030	Kiens	kiens	17	BZ		46.8068	11.84	4
39030	Prettau	prettau	17	BZ		47.0403	12.1066	4
39030	Oberrasen	oberrasen	17	BZ		46.7953	11.9114	3
39030	Terenten	terenten	17	BZ		46.8299	11.7829	4
39030	St. Lorenzen	st-lorenzen	17	BZ		46.7851	11.9081	4
39030	Gais	gais	17	BZ		46.8366	11.9493	4
39030	Chienes	chienes	17	BZ		46.8068	11.84	4
39030	Lappach	lappach	17	BZ		46.9192	11.8033	4
39030	Pikolein	pikolein	17	BZ		46.7953	11.9114	3
39030	Percha	percha	17	BZ		46.7934	11.9834	4
39030	Casteldarne	casteldarne	17	BZ		46.7986	11.8406	4
39030	Vandoies Di Sopra	vandoies-di-sopra	17	BZ		46.8146	11.7454	4
39030	Montal	montal	17	BZ		46.7758	11.9383	3
39030	Perca	perca	17	BZ		46.7934	11.9834	4
39030	Hofern	hofern	17	BZ		46.7758	11.9383	3
39030	Vandoies Di Sotto	vandoies-di-sotto	17	BZ		46.816	11.7218	4
39030	Ahornach	ahornach	17	BZ		46.7758	11.9383	3
39030	Prags	prags	17	BZ		46.7202	12.1334	4
39030	Rasun Di Sopra	rasun-di-sopra	17	BZ		46.7896	12.0571	4
39030	Villa Ottone	villa-ottone	17	BZ		46.8651	11.9475	4
39030	Welschellen	welschellen	17	BZ		46.722	11.8918	4
39030	Predoi	predoi	17	BZ		47.0403	12.1066	4
39030	Wielenberg	wielenberg	17	BZ		46.7758	11.9383	3
39030	Braies	braies	17	BZ		46.7202	12.1334	4
39030	Rodeneck	rodeneck	17	BZ		46.8	11.7	4
39030	Weißenbach	weissenbach	17	BZ		46.7716	11.3682	4
39030	Piccolino	piccolino	17	BZ		46.6872	11.8954	4
39030	St.Vigi	st-vigi	17	BZ		46.7953	11.9114	3
39030	Untergsies	untergsies	17	BZ		46.7758	11.9383	3
39030	Uttenheim	uttenheim	17	BZ		46.8651	11.9475	4
39030	Cadipietra	cadipietra	17	BZ		46.9958	11.9803	4
39030	St. Sigmund	st-sigmund	17	BZ		46.8115	11.8027	4
39030	Pflaurenz	pflaurenz	17	BZ		46.7758	11.9383	3
39030	Ehrenburg	ehrenburg	17	BZ		46.7986	11.8406	4
39030	Longega	longega	17	BZ		46.722	11.8918	4
39030	St. Veit in Prags	st-veit-in-prags	17	BZ		46.7758	11.9383	3
39030	San Martino In Casies	san-martino-in-casies	17	BZ		46.811	12.2268	4
39030	St. Walburg i. Antholz	st-walburg-i-antholz	17	BZ		46.7758	11.9383	3
39030	Untervintl	untervintl	17	BZ		46.7758	11.9383	3
39030	St. Martin in Thurn/S. Martin de Tor	st-martin-in-thurn-s-martin-de-tor	17	BZ		46.7758	11.9383	3
39030	St. Peter in Ahrn	st-peter-in-ahrn	17	BZ		46.7758	11.9383	3
39030	Kasern	kasern	17	BZ		46.7758	11.9383	3
39030	Geiselsberg	geiselsberg	17	BZ		46.7758	11.9383	3
39030	Kurfar	kurfar	17	BZ		46.7758	11.9383	3
39030	Untermoi	untermoi	17	BZ		46.7758	11.9383	3
39030	Nasen	nasen	17	BZ		46.7758	11.9383	3
39030	St. Vigil i. Enneberg	st-vigil-i-enneberg	17	BZ		46.7758	11.9383	3
39030	La Valle	la-valle	17	BZ		46.7953	11.9114	3
39030	St.Martin Gsie	st-martin-gsie	17	BZ		46.7953	11.9114	3
39030	St. Kassia	st-kassia	17	BZ		46.7953	11.9114	3
39030	Pedero	pedero	17	BZ		46.7953	11.9114	3
39030	Weitental	weitental	17	BZ		46.7953	11.9114	3
39030	Moo	moo	17	BZ		46.7953	11.9114	3
39030	St.Sigmun	st-sigmun	17	BZ		46.7953	11.9114	3
39030	St.Jakob In Ahrnta	st-jakob-in-ahrnta	17	BZ		46.7953	11.9114	3
39030	San Giacomo In Valle Aurina	san-giacomo-in-valle-aurina	17	BZ		46.7953	11.9114	3
39030	Longiaru'	longiaru	17	BZ		46.7953	11.9114	3
39030	St.Johann In Ahrnta	st-johann-in-ahrnta	17	BZ		46.7953	11.9114	3
39030	San Giovanni In Valle Aurina	san-giovanni-in-valle-aurina	17	BZ		46.7953	11.9114	3
39030	Valle Aurina	valle-aurina	17	BZ		46.7953	11.9114	3
39030	Oberwielenbach	oberwielenbach	17	BZ		46.7758	11.9383	3
39030	Stefansdorf	stefansdorf	17	BZ		46.7758	11.9383	3
39030	Vintl	vintl	17	BZ		46.7758	11.9383	3
39030	Saalen	saalen	17	BZ		46.7758	11.9383	3
39030	Mühlen/Pfalzen	muhlen-pfalzen	17	BZ		46.7758	11.9383	3
39030	St. Jakob in Ahrn	st-jakob-in-ahrn	17	BZ		46.7758	11.9383	3
39030	Issing	issing	17	BZ		46.7758	11.9383	3
39030	Mühlbach b. Gais	muhlbach-b-gais	17	BZ		46.7758	11.9383	3
39030	Greinwalden	greinwalden	17	BZ		46.7758	11.9383	3
39030	Kampill	kampill	17	BZ		46.7758	11.9383	3
39030	St. Martin in Gsies	st-martin-in-gsies	17	BZ		46.7758	11.9383	3
39030	Ellen	ellen	17	BZ		46.7758	11.9383	3
39030	St. Magdalena i. G.	st-magdalena-i-g	17	BZ		46.7758	11.9383	3
39030	Wengen/La Val	wengen-la-val	17	BZ		46.7758	11.9383	3
39030	Rasun Anterselva	rasun-anterselva	17	BZ		46.7953	11.9114	3
39030	St.Magdalen	st-magdalen	17	BZ		46.7953	11.9114	3
39030	Niederolang	niederolang	17	BZ		46.7953	11.9114	3
39030	Obervintl	obervintl	17	BZ		46.7953	11.9114	3
39030	Steinhaus	steinhaus	17	BZ		46.7953	11.9114	3
39030	Zwischenwasser	zwischenwasser	17	BZ		46.7953	11.9114	3
39030	Onach	onach	17	BZ		46.7758	11.9383	3
39030	Ahrntal	ahrntal	17	BZ		46.7758	11.9383	3
39031	Luns	luns	17	BZ		46.6553	11.9281	4
39031	Riscone	riscone	17	BZ		46.7768	11.9515	4
39031	Brunico	brunico	17	BZ		46.7994	11.9343	4
39031	Teodone	teodone	17	BZ		46.8035	11.9524	4
39031	Bruneck	bruneck	17	BZ		46.7994	11.9343	4
39031	St. Georgen	st-georgen	17	BZ		46.7758	11.9383	3
39031	Reischach	reischach	17	BZ		46.7768	11.9515	4
39031	Dietenheim	dietenheim	17	BZ		46.7685	11.942	3
39031	Aufhofen	aufhofen	17	BZ		46.7758	11.9383	3
39031	Stegen	stegen	17	BZ		46.7758	11.9383	3
39032	Riva Di Tures	riva-di-tures	17	BZ		46.9487	12.0642	4
39032	Acereto	acereto	17	BZ		46.9258	11.978	4
39032	Molini Di Tures	molini-di-tures	17	BZ		46.8993	11.9432	4
39032	Kematen	kematen	17	BZ		46.9589	11.5436	4
39032	Mühlen i. Taufers	muhlen-i-taufers	17	BZ		46.7758	11.9383	3
39032	Sand in Taufers	sand-in-taufers	17	BZ		46.9084	11.9604	4
39032	Taufers/Ahrntal	taufers-ahrntal	17	BZ		46.7758	11.9383	3
39032	Campo Tures	campo-tures	17	BZ		46.9084	11.9604	4
39032	Moehlen In Taufer	moehlen-in-taufer	17	BZ		46.9249	11.9083	3
39032	Ahornac	ahornac	17	BZ		46.9249	11.9083	3
39033	Corvara	corvara	17	BZ		46.5504	11.8734	4
39033	Kolfusch	kolfusch	17	BZ		46.5516	11.8677	3
39033	Colfosco	colfosco	17	BZ		46.554	11.8561	4
39033	Corvara In Badia	corvara-in-badia	17	BZ		46.5504	11.8734	4
39034	Wahlen	wahlen	17	BZ		46.746	12.2337	4
39034	Dobbiaco	dobbiaco	17	BZ		46.7288	12.2222	4
39034	Aufkirchen	aufkirchen	17	BZ		46.7439	12.2031	4
39034	Toblach	toblach	17	BZ		46.7288	12.2222	4
39035	Taisten	taisten	17	BZ		46.7689	12.114	4
39035	Welsberg	welsberg	17	BZ		46.7577	12.1056	4
39035	Tesido	tesido	17	BZ		46.7689	12.114	4
39035	Monguelfo	monguelfo	17	BZ		46.7577	12.1056	4
39036	Stern	stern	17	BZ	021006	46.5864	11.9045	4
39036	Pedraces	pedraces	17	BZ		46.6	11.8833	4
39036	La Villa	la-villa	17	BZ	021006	46.5864	11.9045	4
39036	Abtei/Badia	abtei-badia	17	BZ		46.7758	11.9383	3
39036	Badia	badia	17	BZ		46.6082	11.8963	4
39036	Pedrace	pedrace	17	BZ		46.5868	11.9101	3
39036	San Cassiano	san-cassiano	17	BZ	021006	46.5701	11.9361	4
39036	St. Kassian	st-kassian	17	BZ	021006	46.5701	11.9361	4
39037	Rio Di Pusteria	rio-di-pusteria	17	BZ		46.7966	11.6675	4
39037	Rodengo	rodengo	17	BZ		46.8	11.7	4
39037	Spinges	spinges	17	BZ		46.7758	11.9383	3
39037	Meransen	meransen	17	BZ		46.7758	11.9383	3
39037	Mühlbach	muhlbach	17	BZ		46.8474	11.9806	4
39037	Vals	vals	17	BZ		46.7758	11.9383	3
39038	San Candido	san-candido	17	BZ		46.7324	12.2785	4
39038	Vierschach	vierschach	17	BZ		46.7758	11.9383	3
39038	Winnebach	winnebach	17	BZ		46.7758	11.9383	3
39039	Villabassa	villabassa	17	BZ		46.7378	12.1727	4
39039	Niederdorf	niederdorf	17	BZ		46.7378	12.1727	4
39040	Villandro	villandro	17	BZ		46.6309	11.5381	4
39040	Mauls	mauls	17	BZ		46.8536	11.5214	4
39040	Penon	penon	17	BZ		46.3019	11.2012	4
39040	Laurein	laurein	17	BZ		46.4543	11.0618	4
39040	Auer	auer	17	BZ		46.3469	11.2975	4
39040	Alpe Di Siusi	alpe-di-siusi	17	BZ		46.5907	11.4295	3
39040	Gossensaß	gossensass	17	BZ		46.9386	11.4425	4
39040	San Lugano	san-lugano	17	BZ		46.3176	11.3896	4
39040	Tramin	tramin	17	BZ		46.3415	11.2423	4
39040	Gastei	gastei	17	BZ		46.5907	11.4295	3
39040	Mareta	mareta	17	BZ		46.8923	11.3493	4
39040	Ponte Gardena	ponte-gardena	17	BZ		46.5971	11.5309	4
39040	Pfitsch	pfitsch	17	BZ		46.9	11.4651	4
39040	Pruno Di Stilves	pruno-di-stilves	17	BZ		46.5907	11.4295	3
39040	Kurtinig	kurtinig	17	BZ		46.2694	11.2219	4
39040	Barbiano	barbiano	17	BZ		46.6041	11.5212	4
39040	Villanders	villanders	17	BZ		46.6309	11.5381	4
39040	St.Peter Laje	st-peter-laje	17	BZ		46.5907	11.4295	3
39040	Cortina Sulla Strada Del Vino	cortina-sulla-strada-del-vino	17	BZ		46.2694	11.2219	4
39040	Siusi	siusi	17	BZ		46.5413	11.5587	4
39040	Lüsen	lusen	17	BZ		46.7462	11.761	4
39040	Montagna	montagna	17	BZ		46.5907	11.4295	3
39040	Rasa	rasa	17	BZ		46.7494	11.6582	4
39040	Albions	albions	17	BZ		46.6234	11.5606	4
39040	Cauria	cauria	17	BZ		46.2719	11.2833	4
39040	Tanürz	tanurz	17	BZ		46.6304	11.4693	3
39040	Aldino	aldino	17	BZ		46.3658	11.3551	4
39040	Lauregno	lauregno	17	BZ		46.4543	11.0618	4
39040	Mareit	mareit	17	BZ		46.8923	11.3493	4
39040	Margreid	margreid	17	BZ		46.6304	11.4693	3
39040	Luson	luson	17	BZ		46.7462	11.761	4
39040	Kastelruth	kastelruth	17	BZ		46.5666	11.561	4
39040	Ora	ora	17	BZ		46.3469	11.2975	4
39040	Innerpfitsch	innerpfitsch	17	BZ		46.6304	11.4693	3
39040	Pruno	pruno	17	BZ		46.8746	11.4453	4
39040	Waidbruck	waidbruck	17	BZ		46.5971	11.5309	4
39040	Campodazzo	campodazzo	17	BZ		46.5342	11.4926	4
39040	Hohlen	hohlen	17	BZ		46.6304	11.4693	3
39040	Altrei	altrei	17	BZ		46.2781	11.3666	4
39040	Seis am Schlern	seis-am-schlern	17	BZ		46.5413	11.5587	4
39040	Campo Di Trens	campo-di-trens	17	BZ		46.8741	11.4861	4
39040	S. Lugano	s-lugano	17	BZ		46.6304	11.4693	3
39040	Anterivo	anterivo	17	BZ		46.2781	11.3666	4
39040	Proves	proves	17	BZ		46.4777	11.0223	4
39040	Freienfeld	freienfeld	17	BZ		46.8741	11.4861	4
39040	Klerant	klerant	17	BZ		46.6304	11.4693	3
39040	Ratschings	ratschings	17	BZ		46.8667	11.3	4
39040	Casateia	casateia	17	BZ		46.8827	11.4071	4
39040	Castelrotto	castelrotto	17	BZ		46.5666	11.561	4
39040	Neustift	neustift	17	BZ		46.7431	11.648	4
39040	Kurtatsch	kurtatsch	17	BZ		46.314	11.2239	4
39040	Weißenstein	weissenstein	17	BZ		46.6304	11.4693	3
39040	Salorno	salorno	17	BZ		46.2406	11.2119	4
39040	Trens	trens	17	BZ		46.6304	11.4693	3
39040	Olmi	olmi	17	BZ		46.346	11.3518	4
39040	Novacella	novacella	17	BZ		46.7431	11.648	4
39040	Cortaccia Sulla Strada Del Vino	cortaccia-sulla-strada-del-vino	17	BZ		46.314	11.2239	4
39040	Montan	montan	17	BZ		46.6304	11.4693	3
39040	Petersberg	petersberg	17	BZ		46.3965	11.3888	4
39040	Viums	viums	17	BZ		46.6304	11.4693	3
39040	Trodena	trodena	17	BZ		46.3218	11.3498	4
39040	Racines	racines	17	BZ		46.8667	11.3	4
39040	Afers	afers	17	BZ		46.6304	11.4693	3
39040	Schnauders	schnauders	17	BZ		46.6304	11.4693	3
39040	Stanghe	stanghe	17	BZ		46.8822	11.3776	4
39040	Rungg	rungg	17	BZ		46.6304	11.4693	3
39040	Magre' Sulla Strada Del Vino	magre-sulla-strada-del-vino	17	BZ		46.5907	11.4295	3
39040	Salurn	salurn	17	BZ		46.2406	11.2119	4
39040	Fennberg	fennberg	17	BZ		46.6304	11.4693	3
39040	Truden	truden	17	BZ		46.3218	11.3498	4
39040	Tagusens	tagusens	17	BZ		46.6304	11.4693	3
39040	Naz Sciaves	naz-sciaves	17	BZ		46.5907	11.4295	3
39040	Flans	flans	17	BZ		46.6304	11.4693	3
39040	Mules	mules	17	BZ		46.8536	11.5214	4
39040	Pinzon	pinzon	17	BZ		46.6304	11.4693	3
39040	Laag	laag	17	BZ		46.2747	11.2401	4
39040	Vahrn	vahrn	17	BZ		46.739	11.6375	4
39040	St. Andrä_	st-andra_	17	BZ		46.6304	11.4693	3
39040	San Pietro	san-pietro	17	BZ		46.6029	11.611	4
39040	St. Oswald	st-oswald	17	BZ		46.6304	11.4693	3
39040	Varna	varna	17	BZ		46.739	11.6375	4
39040	Freins	freins	17	BZ		46.6304	11.4693	3
39040	Schabs	schabs	17	BZ		46.7688	11.6656	4
39040	St. Leonhard	st-leonhard	17	BZ		46.6304	11.4693	3
39040	Sciaves	sciaves	17	BZ		46.7686	11.6661	4
39040	Telfes	telfes	17	BZ		46.6304	11.4693	3
39040	Lajen	lajen	17	BZ		46.6081	11.5656	4
39040	Spiluck	spiluck	17	BZ		46.6304	11.4693	3
39040	Leone Santa Elisabetta	leone-santa-elisabetta	17	BZ		46.7317	11.6494	4
39040	St. Peter b. Lajen	st-peter-b-lajen	17	BZ		46.6304	11.4693	3
39040	Laion	laion	17	BZ		46.6081	11.5656	4
39040	Schrambach	schrambach	17	BZ		46.6304	11.4693	3
39040	Ridanna	ridanna	17	BZ		46.9098	11.3055	4
39040	St. Moritz b. Villanders	st-moritz-b-villanders	17	BZ		46.6304	11.4693	3
39040	Buchholz	buchholz	17	BZ		46.2462	11.2424	4
39040	Barbian	barbian	17	BZ		46.6304	11.4693	3
39040	Stilves	stilves	17	BZ		46.8659	11.4792	4
39040	Glen	glen	17	BZ		46.6304	11.4693	3
39040	Ridnaun	ridnaun	17	BZ		46.9098	11.3055	4
39040	Mühlen/Truden	muhlen-truden	17	BZ		46.6304	11.4693	3
39040	Feldthurns	feldthurns	17	BZ		46.667	11.5971	4
39040	Schalders	schalders	17	BZ		46.6304	11.4693	3
39040	Velturno	velturno	17	BZ		46.667	11.5971	4
39040	Proveis	proveis	17	BZ		46.6304	11.4693	3
39040	Pflersch	pflersch	17	BZ		46.6304	11.4693	3
39040	St. Michael/Kastelr.	st-michael-kastelr	17	BZ		46.6304	11.4693	3
39040	Naz	naz	17	BZ		46.5907	11.4295	3
39040	Kaltenbrunn	kaltenbrunn	17	BZ		46.5907	11.4295	3
39040	Schmuders	schmuders	17	BZ		46.6304	11.4693	3
39040	Kollmann	kollmann	17	BZ		46.6304	11.4693	3
39040	Entiklar	entiklar	17	BZ		46.6304	11.4693	3
39040	Garn	garn	17	BZ		46.6304	11.4693	3
39040	Flitt	flitt	17	BZ		46.6304	11.4693	3
39040	Graun/Unterl.	graun-unterl	17	BZ		46.6304	11.4693	3
39040	Stange	stange	17	BZ		46.5907	11.4295	3
39040	Söll	soll	17	BZ		46.6304	11.4693	3
39040	St.Pete	st-pete	17	BZ		46.5907	11.4295	3
39040	Hole	hole	17	BZ		46.5907	11.4295	3
39040	Jaufental	jaufental	17	BZ		46.5907	11.4295	3
39040	Termeno Sulla Strada Del Vino	termeno-sulla-strada-del-vino	17	BZ		46.5907	11.4295	3
39040	Seis Am Schler	seis-am-schler	17	BZ		46.5907	11.4295	3
39040	Valgiovo	valgiovo	17	BZ		46.5907	11.4295	3
39040	San Pietro Laion	san-pietro-laion	17	BZ		46.5907	11.4295	3
39040	Elzenbaum	elzenbaum	17	BZ		46.5907	11.4295	3
39040	Fontanefredde	fontanefredde	17	BZ		46.5907	11.4295	3
39040	Pfulters	pfulters	17	BZ		46.6304	11.4693	3
39040	Funes	funes	17	BZ		46.5907	11.4295	3
39040	Villnöß	villnoss	17	BZ		46.6304	11.4693	3
39040	Aldein	aldein	17	BZ		46.6304	11.4693	3
39040	Gschnon	gschnon	17	BZ		46.6304	11.4693	3
39040	Tschövas	tschovas	17	BZ		46.6304	11.4693	3
39040	Redagno	redagno	17	BZ		46.5907	11.4295	3
39040	Gfrill/Unterland	gfrill-unterland	17	BZ		46.5907	11.4295	3
39040	Stilfes	stilfes	17	BZ		46.5907	11.4295	3
39040	Natz	natz	17	BZ		46.5907	11.4295	3
39040	St.Lugan	st-lugan	17	BZ		46.5907	11.4295	3
39040	Atzwang	atzwang	17	BZ		46.5907	11.4295	3
39040	Seiser Al	seiser-al	17	BZ		46.5907	11.4295	3
39040	Loewenviertel Elisabethsiedlun	loewenviertel-elisabethsiedlun	17	BZ		46.5907	11.4295	3
39040	Radein	radein	17	BZ		46.5907	11.4295	3
39040	Raa	raa	17	BZ		46.5907	11.4295	3
39041	Colle Isarco	colle-isarco	17	BZ		46.9386	11.4425	4
39041	Gossensas	gossensas	17	BZ		46.9833	11.485	3
39041	Brennero	brennero	17	BZ		47.0057	11.5063	4
39041	Brenner	brenner	17	BZ		47.0057	11.5063	4
39042	Neustift	neustift	17	BZ		46.7431	11.648	4
39042	Albes	albes	17	BZ		46.6766	11.6311	4
39042	Sant'Andrea In Monte	sant-andrea-in-monte	17	BZ		46.6992	11.6778	4
39042	St.Andr	st-andr	17	BZ		46.7136	11.6561	3
39042	Bressanone	bressanone	17	BZ		46.715	11.656	4
39042	Elvas	elvas	17	BZ		46.7326	11.6676	4
39042	Eores	eores	17	BZ		46.7136	11.6561	3
39042	Brixen	brixen	17	BZ		46.715	11.656	4
39042	Afer	afer	17	BZ		46.7136	11.6561	3
39042	Milland	milland	17	BZ		46.6304	11.4693	3
39042	Mellaun	mellaun	17	BZ		46.6304	11.4693	3
39042	Zinggen	zinggen	17	BZ		46.6304	11.4693	3
39042	Sarns	sarns	17	BZ		46.6304	11.4693	3
39042	Tschötsch	tschotsch	17	BZ		46.6304	11.4693	3
39042	Karnol	karnol	17	BZ		46.6304	11.4693	3
39042	Tils	tils	17	BZ		46.6304	11.4693	3
39042	Pinzagen	pinzagen	17	BZ		46.6304	11.4693	3
39042	Albeins	albeins	17	BZ		46.7136	11.6561	3
39043	Gudon	gudon	17	BZ		46.6483	11.6007	4
39043	Lazfons	lazfons	17	BZ		46.6697	11.5513	4
39043	Klausen	klausen	17	BZ		46.64	11.5657	4
39043	Gufidaun	gufidaun	17	BZ		46.6483	11.6007	4
39043	Verdings	verdings	17	BZ		46.6304	11.4693	3
39043	Chiusa	chiusa	17	BZ		46.64	11.5657	4
39043	Teis	teis	17	BZ		46.6304	11.4693	3
39043	Latzfons	latzfons	17	BZ		46.6493	11.5768	3
39044	Egna	egna	17	BZ		46.3178	11.2734	4
39044	Laghetti	laghetti	17	BZ		46.2747	11.2401	4
39044	Mazon	mazon	17	BZ		46.6304	11.4693	3
39044	Neumarkt	neumarkt	17	BZ		46.3178	11.2734	4
39045	Fortezza	fortezza	17	BZ		46.7896	11.61	4
39045	Oberau	oberau	17	BZ		46.6304	11.4693	3
39045	Franzensfeste	franzensfeste	17	BZ		46.7896	11.61	4
39045	Mittewald	mittewald	17	BZ		46.6304	11.4693	3
39045	Grasstein	grasstein	17	BZ		46.6304	11.4693	3
39046	Ortisei	ortisei	17	BZ		46.576	11.6718	4
39046	Pufels	pufels	17	BZ		46.6304	11.4693	3
39046	St. Ulrich/Urtijei	st-ulrich-urtijei	17	BZ		46.576	11.6718	4
39046	St. Jakob	st-jakob	17	BZ		46.6304	11.4693	3
39047	Santa Cristina Val Gardena	santa-cristina-val-gardena	17	BZ		46.563	11.7322	4
39047	St. Christina/S. Crestina -Gherdeina	st-christina-s-crestina-gherdeina	17	BZ		46.6304	11.4693	3
39048	Selva Di Val Gardena	selva-di-val-gardena	17	BZ		46.5547	11.7604	4
39048	Wolkenstein/Selva	wolkenstein-selva	17	BZ		46.5547	11.7604	3
39048	Selva	selva	17	BZ		46.5547	11.7604	4
39049	Ried	ried	17	BZ		46.9299	11.5241	4
39049	Wiesen	wiesen	17	BZ		46.902	11.4651	4
39049	Thuins	thuins	17	BZ		46.6304	11.4693	3
39049	Prati	prati	17	BZ		46.9	11.4651	4
39049	Kematen/Pfitsch	kematen-pfitsch	17	BZ		46.9589	11.5436	4
39049	Sterzing	sterzing	17	BZ		46.8931	11.4296	4
39049	Stazione	stazione	17	BZ		46.8952	11.4413	4
39049	Vipiteno	vipiteno	17	BZ		46.8931	11.4296	4
39049	Tschöfs	tschofs	17	BZ		46.6304	11.4693	3
39049	Val Di Vizze	val-di-vizze	17	BZ		46.9103	11.4712	3
39049	Bahnho	bahnho	17	BZ		46.9103	11.4712	3
39049	Steckholz	steckholz	17	BZ		46.6304	11.4693	3
39049	Flains	flains	17	BZ		46.6304	11.4693	3
39050	Girlan	girlan	17	BZ		46.4633	11.2812	4
39050	Ponte Nova	ponte-nova	17	BZ		46.4272	11.4797	4
39050	Flaas	flaas	17	BZ		46.5863	11.2965	4
39050	Unterrain/Eppan	unterrain-eppan	17	BZ		46.5041	11.3975	3
39050	Valas	valas	17	BZ		46.5863	11.2965	4
39050	Jenesien	jenesien	17	BZ		46.5346	11.3297	4
39050	Tiers	tiers	17	BZ		46.4682	11.527	4
39050	Fie' Allo Sciliar	fie-allo-sciliar	17	BZ		46.5167	11.5013	4
39050	Lengstein	lengstein	17	BZ		46.5041	11.3975	3
39050	Afing	afing	17	BZ		46.564	11.3517	4
39050	Völs am Schlern	vols-am-schlern	17	BZ		46.5167	11.5013	4
39050	St.Pauls	st-pauls	17	BZ		46.4721	11.2602	4
39050	St. Pauls/Eppan	st-pauls-eppan	17	BZ		46.4721	11.2602	4
39050	Seit	seit	17	BZ		46.5041	11.3975	3
39050	Unterinn	unterinn	17	BZ		46.529	11.4041	4
39050	Birchabruck	birchabruck	17	BZ		46.4272	11.4797	4
39050	Tires	tires	17	BZ		46.4682	11.527	4
39050	Innichen	innichen	17	BZ		46.5041	11.3975	3
39050	Eggen	eggen	17	BZ		46.4089	11.5052	4
39050	St. Konstantin	st-konstantin	17	BZ		46.5364	11.5199	4
39050	San Nicolo' D'Ega	san-nicolo-d-ega	17	BZ		46.4089	11.5052	4
39050	Prösels	prosels	17	BZ		46.5041	11.3975	3
39050	Avigna	avigna	17	BZ		46.564	11.3517	4
39050	St. Jakob/Bozen	st-jakob-bozen	17	BZ		46.5041	11.3975	3
39050	San Genesio Atesino	san-genesio-atesino	17	BZ		46.5346	11.3297	4
39050	Perdonig	perdonig	17	BZ		46.5041	11.3975	3
39050	Petersberg	petersberg	17	BZ		46.3965	11.3888	4
39050	Ums	ums	17	BZ		46.5041	11.3975	3
39050	Blumau	blumau	17	BZ		46.5	11.45	4
39050	Oberinn	oberinn	17	BZ		46.5041	11.3975	3
39050	Monte San Pietro	monte-san-pietro	17	BZ		46.3965	11.3888	4
39050	Völser Aicha	volser-aicha	17	BZ		46.4949	11.4091	3
39050	San Paolo	san-paolo	17	BZ		46.4721	11.2602	4
39050	Untereggen	untereggen	17	BZ		46.4949	11.4091	3
39050	Raut	raut	17	BZ		46.7726	11.6581	4
39050	Breien	breien	17	BZ		46.5041	11.3975	3
39050	Karneid	karneid	17	BZ		46.4899	11.4065	4
39050	Gummer	gummer	17	BZ		46.5041	11.3975	3
39050	Aica Di Fie'	aica-di-fie	17	BZ		46.4928	11.4845	4
39050	Cologna Di Sotto	cologna-di-sotto	17	BZ		46.5113	11.3159	4
39050	Steinmannwald	steinmannwald	17	BZ		46.5041	11.3975	3
39050	Nova Ponente	nova-ponente	17	BZ		46.414	11.4252	4
39050	St. Justina/Eppan	st-justina-eppan	17	BZ		46.5041	11.3975	3
39050	Steinegg	steinegg	17	BZ		46.4853	11.4548	4
39050	St. Nikolaus i. Eggen	st-nikolaus-i-eggen	17	BZ		46.5041	11.3975	3
39050	Unterglaning	unterglaning	17	BZ		46.5113	11.3159	4
39050	Missian	missian	17	BZ		46.5041	11.3975	3
39050	Deutschnofen	deutschnofen	17	BZ		46.414	11.4252	4
39050	Wangen	wangen	17	BZ		46.5041	11.3975	3
39051	Pfatten	pfatten	17	BZ		46.4136	11.305	4
39051	Branzoll	branzoll	17	BZ		46.4035	11.3208	4
39051	Vadena	vadena	17	BZ		46.4136	11.305	4
39051	Bronzolo	bronzolo	17	BZ		46.4035	11.3208	4
39052	Caldaro Sulla Strada Del Vino	caldaro-sulla-strada-del-vino	17	BZ		46.4133	11.2462	4
39052	Oberplanitzing	oberplanitzing	17	BZ		46.5041	11.3975	3
39052	Kaltern	kaltern	17	BZ		46.4133	11.2462	4
39052	St. Nikolaus/Kaltern	st-nikolaus-kaltern	17	BZ		46.5041	11.3975	3
39052	Mitterdorf	mitterdorf	17	BZ		46.5041	11.3975	3
39052	St. Josef am See	st-josef-am-see	17	BZ		46.5041	11.3975	3
39052	St. Anton	st-anton	17	BZ		46.5041	11.3975	3
39052	Altenburg	altenburg	17	BZ		46.5041	11.3975	3
39052	Unterplanitzing	unterplanitzing	17	BZ		46.5041	11.3975	3
39053	Kardaun	kardaun	17	BZ		46.4934	11.3929	4
39053	Prato All'Isarco	prato-all-isarco	17	BZ		46.5	11.45	4
39053	San Valentino In Campo	san-valentino-in-campo	17	BZ		46.4385	11.4772	4
39053	Bluma	bluma	17	BZ		46.4848	11.4239	3
39053	Cardano	cardano	17	BZ		46.4934	11.3929	4
39053	Cornedo All'Isarco	cornedo-all-isarco	17	BZ		46.4899	11.4065	4
39053	Kardaun/Bozen	kardaun-bozen	17	BZ		46.4934	11.3929	4
39053	Collepietra	collepietra	17	BZ		46.4853	11.4548	4
39053	Eggenta	eggenta	17	BZ		46.4848	11.4239	3
39053	Contrada Val D'Ega	contrada-val-d-ega	17	BZ		46.4848	11.4239	3
39053	Gumme	gumme	17	BZ		46.4848	11.4239	3
39053	Steineg	steineg	17	BZ		46.4848	11.4239	3
39054	Soprabolzano	soprabolzano	17	BZ		46.529	11.4041	4
39054	Klobenstein	klobenstein	17	BZ		46.5386	11.4655	4
39054	Unterin	unterin	17	BZ		46.505	11.4156	3
39054	Vanga	vanga	17	BZ		46.5616	11.3844	4
39054	Collalbo	collalbo	17	BZ		46.5399	11.4593	4
39054	Ritten	ritten	17	BZ		46.5041	11.3975	3
39054	Auna Inferiore	auna-inferiore	17	BZ		46.561	11.4119	4
39054	Lengmoos	lengmoos	17	BZ		46.5399	11.4593	4
39054	Renon	renon	17	BZ		46.505	11.4156	3
39054	Gissmann	gissmann	17	BZ		46.5981	11.4162	4
39054	Lengstein Am Ritte	lengstein-am-ritte	17	BZ		46.505	11.4156	3
39054	Auna Di Sopra	auna-di-sopra	17	BZ		46.561	11.4119	4
39054	Oberboze	oberboze	17	BZ		46.505	11.4156	3
39054	Sant'Ottilia In Renon	sant-ottilia-in-renon	17	BZ		46.505	11.4156	3
39054	Oberi	oberi	17	BZ		46.6961	11.4162	4
39054	Wange	wange	17	BZ		46.505	11.4156	3
39055	Pineta	pineta	17	BZ		46.4399	11.3473	4
39055	La Costa	la-costa	17	BZ		46.4575	11.3507	4
39055	Laives	laives	17	BZ		46.4268	11.3384	4
39055	Seit Bei Leifer	seit-bei-leifer	17	BZ		46.4458	11.3418	3
39055	San Giacomo	san-giacomo	17	BZ		46.4562	11.3337	4
39055	St.Jakob Bei Boze	st-jakob-bei-boze	17	BZ		46.4458	11.3418	3
39055	San Giacomo Di Laives	san-giacomo-di-laives	17	BZ		46.4562	11.3337	4
39055	Leifers	leifers	17	BZ		46.4268	11.3384	4
39055	La Costa Di Laives	la-costa-di-laives	17	BZ		46.4575	11.3507	4
39056	Karersee	karersee	17	BZ		46.4115	11.5882	4
39056	Carezza	carezza	17	BZ		46.4115	11.5882	4
39056	Welschnofen	welschnofen	17	BZ		46.429	11.5394	4
39056	Carezza Al Lago	carezza-al-lago	17	BZ		46.4115	11.5882	4
39056	Nova Levante	nova-levante	17	BZ		46.429	11.5394	4
39057	Cornaiano	cornaiano	17	BZ		46.4633	11.2812	4
39057	San Michele	san-michele	17	BZ		46.4547	11.2618	4
39057	Eppan	eppan	17	BZ		46.4585	11.2569	4
39057	Frangarto	frangarto	17	BZ		46.4782	11.2961	4
39057	St. Michael/Eppan	st-michael-eppan	17	BZ		46.4547	11.2618	4
39057	Montiggl	montiggl	17	BZ		46.5041	11.3975	3
39057	San Michele Appiano	san-michele-appiano	17	BZ		46.4547	11.2618	4
39057	Frangar	frangar	17	BZ		46.4607	11.2699	3
39057	Girla	girla	17	BZ		46.4607	11.2699	3
39057	Appiano Sulla Strada Del Vino	appiano-sulla-strada-del-vino	17	BZ		46.4607	11.2699	3
39058	Campolasta	campolasta	17	BZ		46.6664	11.3653	4
39058	Aberstückl	aberstuckl	17	BZ		46.7707	11.3677	4
39058	Sarentino	sarentino	17	BZ		46.6412	11.3541	4
39058	Riedelsberg	riedelsberg	17	BZ		46.5041	11.3975	3
39058	Weißenbach/Sarntal	weissenbach-sarntal	17	BZ		46.7716	11.3682	4
39058	Pens	pens	17	BZ		46.7803	11.4149	4
39058	Villa	villa	17	BZ		46.7053	11.678	4
39058	Asten	asten	17	BZ		46.5041	11.3975	3
39058	Sarnthein	sarnthein	17	BZ		46.6412	11.3541	4
39058	Durnholz	durnholz	17	BZ		46.7392	11.4379	4
39058	Nordhei	nordhei	17	BZ		46.7145	11.4175	3
39058	Bundschen	bundschen	17	BZ		46.5041	11.3975	3
39058	Astfeld-Nordheim	astfeld-nordheim	17	BZ		46.7145	11.4175	3
39058	Reinswald	reinswald	17	BZ		46.5041	11.3975	3
39059	Oberbozen	oberbozen	17	BZ		46.5041	11.3975	1
39059	Wolfsgruben	wolfsgruben	17	BZ		46.5041	11.3975	1
39100	Bozen	bozen	17	BZ		46.4907	11.3398	4
39100	Rentsch	rentsch	17	BZ		46.4907	11.3398	3
39100	Bolzano	bolzano	17	BZ		46.4907	11.3398	4
39100	Castelfirmiano	castelfirmiano	17	BZ		46.4907	11.3398	3
39100	Sigmundskro	sigmundskro	17	BZ		46.4907	11.3398	3
39100	Kampenn	kampenn	17	BZ		46.4907	11.3398	3
39100	Oberau/Bozen	oberau-bozen	17	BZ		46.4907	11.3398	3
39100	Glaning	glaning	17	BZ		46.4907	11.3398	3
39100	Signat	signat	17	BZ		46.4907	11.3398	3
38010	Sanzeno	sanzeno	17	TN		46.3661	11.0756	4
38010	Casez	casez	17	TN		46.3762	11.0767	4
38010	San Romedio	san-romedio	17	TN		46.3691	11.1063	4
38010	Denno	denno	17	TN		46.2742	11.0491	4
38010	Cavedago	cavedago	17	TN		46.1849	11.0328	4
38010	Tavon	tavon	17	TN		46.2876	11.0881	3
38010	Fai Della Paganella	fai-della-paganella	17	TN		46.178	11.0695	4
38010	Faedo	faedo	17	TN		46.1924	11.1613	4
38010	Spormaggiore	spormaggiore	17	TN		46.2185	11.0481	4
38010	Sporminore	sporminore	17	TN		46.2369	11.0292	4
38010	Dambel	dambel	17	TN		46.4047	11.0931	4
38010	Vigo Anaunia	vigo-anaunia	17	TN		46.2876	11.0881	3
38010	Campodenno	campodenno	17	TN		46.2579	11.0332	4
38010	Ronzone	ronzone	17	TN		46.4244	11.1527	4
38010	Sfruz	sfruz	17	TN		46.3396	11.1238	4
38010	San Michele All'Adige	san-michele-all-adige	17	TN		46.1897	11.1321	4
38010	Vigo Di Ton	vigo-di-ton	17	TN		46.2653	11.088	4
38010	Malgolo	malgolo	17	TN		46.3801	11.094	4
38010	Cima Paganella	cima-paganella	17	TN		46.2876	11.0881	3
38010	Andalo	andalo	17	TN		46.1665	11.0043	4
38010	Banco	banco	17	TN		46.373	11.0693	4
38010	Ruffre'	ruffre	17	TN		46.4148	11.1778	4
38010	Ton	ton	17	TN		46.2876	11.0881	3
38010	Romeno	romeno	17	TN		46.3945	11.1192	4
38011	Seio	seio	17	TN		46.4183	11.1265	4
38011	Don	don	17	TN	022237	46.3893	11.1365	4
38011	Cavareno	cavareno	17	TN		46.4078	11.1393	4
38011	Sarnonico	sarnonico	17	TN		46.4194	11.1418	4
38011	Amblar	amblar	17	TN	022237	46.3954	11.1468	4
38012	Coredo	coredo	17	TN	022230	46.3491	11.09	4
38012	Predaia	predaia	17	TN	022230	46.3228	11.0863	3
38012	Mollaro	mollaro	17	TN		46.2942	11.0709	4
38012	Tres	tres	17	TN	022230	46.3218	11.0965	4
38012	Dermulo	dermulo	17	TN		46.3373	11.0623	4
38012	Smarano	smarano	17	TN	022230	46.3431	11.1098	4
38012	Taio	taio	17	TN	022230	46.3214	11.0662	4
38012	Vervò	vervo	17	TN	022230	46.3099	11.1197	4
38012	Segno	segno	17	TN		46.3058	11.0747	4
38013	Malosco	malosco	17	TN		46.4361	11.1463	4
38013	Fondo	fondo	17	TN		46.4388	11.1372	4
38013	Tret	tret	17	TN		46.4807	11.1397	4
38013	Vasio	vasio	17	TN		46.4301	11.1223	4
38015	Pressano	pressano	17	TN		46.1523	11.106	4
38015	Lavis	lavis	17	TN		46.1413	11.1093	4
38015	Nave San Felice	nave-san-felice	17	TN		46.1637	11.1109	4
38016	Mezzocorona	mezzocorona	17	TN		46.2116	11.1225	4
38017	Mezzolombardo	mezzolombardo	17	TN		46.2077	11.0964	4
38018	Molveno	molveno	17	TN		46.1424	10.963	4
38019	Tuenno	tuenno	17	TN	022249	46.3284	11.0231	4
38019	Tassullo	tassullo	17	TN	022249	46.343	11.0454	4
38019	Nanno	nanno	17	TN	022249	46.3148	11.0475	4
38020	Mocenigo	mocenigo	17	TN		46.4526	11.0104	4
38020	Rabbi	rabbi	17	TN		46.3836	10.9386	3
38020	Pellizzano	pellizzano	17	TN		46.3098	10.7579	4
38020	Mezzana	mezzana	17	TN		46.3167	10.8001	4
38020	Marcena	marcena	17	TN		46.4412	11.0188	4
38020	Castelfondo	castelfondo	17	TN		46.4562	11.1179	4
38020	Mestriago	mestriago	17	TN		46.3218	10.8402	4
38020	Rumo	rumo	17	TN		46.4414	11.0186	4
38020	Commezzadura	commezzadura	17	TN		46.3217	10.8396	4
38020	Pracorno	pracorno	17	TN		46.3704	10.8837	4
38020	Cis	cis	17	TN		46.3984	11.0033	4
38020	Bresimo	bresimo	17	TN		46.4118	10.9682	4
38020	Deggiano	deggiano	17	TN		46.3279	10.857	4
38020	Cloz	cloz	17	TN		46.4162	11.0859	4
38021	Brez	brez	17	TN		46.4322	11.1058	4
38022	Bozzana	bozzana	17	TN		46.3888	10.9871	4
38022	Caldes	caldes	17	TN		46.3669	10.9404	4
38022	Cavizzana	cavizzana	17	TN		46.3672	10.9582	4
38023	Mechel	mechel	17	TN		46.3486	11.0183	4
38023	Caltron	caltron	17	TN		46.3728	11.0272	4
38023	Cles	cles	17	TN		46.3629	11.0328	4
38024	Peio	peio	17	TN		46.3628	10.6735	4
38024	Celedizzo	celedizzo	17	TN		46.3531	10.6904	3
38024	Cogolo	cogolo	17	TN		46.3525	10.6928	4
38024	Cogolo In Val Di Pejo	cogolo-in-val-di-pejo	17	TN		46.3525	10.6928	4
38024	Celledizzo	celledizzo	17	TN		46.3446	10.7023	4
38025	Dimaro	dimaro	17	TN	022233	46.3257	10.8734	4
38025	Monclassico	monclassico	17	TN	022233	46.3341	10.886	4
38026	Fucine	fucine	17	TN		46.3114	10.7317	4
38026	Cusiano	cusiano	17	TN		46.311	10.7456	4
38026	Ossana	ossana	17	TN		46.3065	10.7376	4
38026	Fucine Di Ossana	fucine-di-ossana	17	TN		46.3114	10.7317	4
38027	Male'	male	17	TN		46.3536	10.9125	4
38027	Croviana	croviana	17	TN		46.3448	10.9031	4
38027	Terzolas	terzolas	17	TN		46.3611	10.9259	4
38028	Cagno'	cagno	17	TN		46.3943	11.0412	4
38028	Revo'	revo	17	TN		46.3923	11.0581	4
38028	Romallo	romallo	17	TN		46.3972	11.0662	4
38028	Tregiovo	tregiovo	17	TN		46.4384	11.0529	4
38029	Passo Del Tonale	passo-del-tonale	17	TN		46.2607	10.5873	4
38029	Vermiglio	vermiglio	17	TN		46.2969	10.6914	4
38029	Fraviano	fraviano	17	TN		46.2969	10.692	4
38030	Castello Molina Di Fiemme	castello-molina-di-fiemme	17	TN		46.2824	11.4335	4
38030	Castello Di Fiemme	castello-di-fiemme	17	TN		46.2838	11.4326	3
38030	Giovo	giovo	17	TN		46.1558	11.1528	4
38030	Daiano	daiano	17	TN		46.3016	11.4491	4
38030	Verla	verla	17	TN		46.1579	11.1533	4
38030	Palu'	palu	17	TN		46.1295	11.3509	4
38030	Stramentizzo Nuovo	stramentizzo-nuovo	17	TN		46.2668	11.4047	4
38030	Molina Di Fiemme	molina-di-fiemme	17	TN		46.2838	11.4326	3
38030	Stramentizzo	stramentizzo	17	TN		46.2668	11.4047	4
38030	Capriana	capriana	17	TN		46.2628	11.338	4
38030	Rovere' Della Luna	rovere-della-luna	17	TN		46.2501	11.1723	4
38030	Molina	molina	17	TN		46.2721	11.4172	4
38030	Campestrin	campestrin	17	TN		46.4637	11.7148	4
38030	Mazzin	mazzin	17	TN		46.4574	11.7002	4
38030	Soraga	soraga	17	TN		46.3946	11.6662	4
38030	Panchia'	panchia	17	TN		46.2865	11.5406	4
38030	Varena	varena	17	TN		46.3067	11.4583	4
38030	Ziano Di Fiemme	ziano-di-fiemme	17	TN		46.2857	11.565	4
38031	Campitello Di Fassa	campitello-di-fassa	17	TN		46.4758	11.7411	4
38032	Canazei	canazei	17	TN		46.4763	11.7693	4
38032	Penia	penia	17	TN		46.365	11.6354	4
38032	Sass Pordoi	sass-pordoi	17	TN		46.433	11.734	3
38032	Alba Di Canazei	alba-di-canazei	17	TN		46.4578	11.7974	4
38033	Cavalese	cavalese	17	TN		46.2905	11.4586	4
38033	Masi Di Cavalese	masi-di-cavalese	17	TN		46.2819	11.4844	4
38033	Carano	carano	17	TN		46.2915	11.4398	4
38034	Lisignago	lisignago	17	TN	022241	46.1606	11.1877	4
38034	Cembra	cembra	17	TN	022241	46.1749	11.2217	4
38035	Moena	moena	17	TN		46.3765	11.6594	4
38035	Forno	forno	17	TN		46.3504	11.628	4
38035	Forno Di Fiemme	forno-di-fiemme	17	TN		46.3635	11.6437	3
38036	Pera	pera	17	TN		46.441	11.6933	4
38036	Pozza Di Fassa	pozza-di-fassa	17	TN		46.4281	11.6871	4
38036	Pera Di Fassa	pera-di-fassa	17	TN		46.441	11.6933	4
38037	Bellamonte	bellamonte	17	TN		46.3132	11.6625	4
38037	Passo Rolle	passo-rolle	17	TN		46.2963	11.7864	4
38037	Paneveggio	paneveggio	17	TN		46.3	11.7333	4
38037	Predazzo	predazzo	17	TN		46.3114	11.5996	4
38038	Tesero	tesero	17	TN		46.2918	11.5095	4
38039	Vigo Di Fassa	vigo-di-fassa	17	TN		46.419	11.6742	4
38039	Costalunga	costalunga	17	TN		46.419	11.6742	3
38039	Passo Costalunga	passo-costalunga	17	TN		46.419	11.6742	3
38040	Lases	lases	17	TN		46.1456	11.2193	4
38040	Valfloriana	valfloriana	17	TN		46.2497	11.3431	4
38040	Ravina	ravina	17	TN		46.0394	11.1122	4
38040	Lona Lases	lona-lases	17	TN		46.1058	11.2397	3
38040	Fornace	fornace	17	TN		46.118	11.2075	4
38040	Luserna	luserna	17	TN		45.9226	11.3229	4
38040	Lona	lona	17	TN		46.1594	11.2335	4
38041	Albiano	albiano	17	TN		46.1445	11.1946	4
38042	Faida Di Pine'	faida-di-pine	17	TN		46.1096	11.2515	4
38042	Campolongo	campolongo	17	TN		46.0232	11.252	4
38042	Rizzolaga	rizzolaga	17	TN		46.1493	11.2722	4
38042	San Mauro	san-mauro	17	TN		46.1251	11.2222	4
38042	Faida	faida	17	TN		46.1096	11.2515	4
38042	Baselga Di Pine'	baselga-di-pine	17	TN		46.1325	11.2465	4
38042	Montagnaga	montagnaga	17	TN		46.0997	11.2359	4
38043	Bedollo	bedollo	17	TN		46.167	11.3008	4
38043	Brusago	brusago	17	TN		46.1824	11.326	4
38043	Regnana	regnana	17	TN		46.1535	11.3101	4
38045	Seregnano	seregnano	17	TN		46.0906	11.1975	4
38045	Civezzano	civezzano	17	TN		46.0913	11.1847	4
38046	Gionghi	gionghi	17	TN		46.0574	11.1464	4
38046	Lavarone	lavarone	17	TN		45.977	11.232	3
38046	Lavarone Cappella	lavarone-cappella	17	TN		45.9368	11.2748	4
38046	Cappella	cappella	17	TN		45.9368	11.2748	4
38047	Valcava	valcava	17	TN		46.2064	11.3119	4
38047	Segonzano	segonzano	17	TN		46.1902	11.2599	4
38047	Sevignano	sevignano	17	TN		46.1714	11.2486	4
38047	Quaras	quaras	17	TN		46.1744	11.2868	4
38048	Sover	sover	17	TN		46.2217	11.3157	4
38049	Vattaro	vattaro	17	TN	022236	45.9939	11.2179	4
38049	Migazzone	migazzone	17	TN		46.0038	11.2279	4
38049	Bosentino	bosentino	17	TN	022236	46.0018	11.2232	4
38049	Vigolo Vattaro	vigolo-vattaro	17	TN	022236	46.0052	11.1979	4
38049	Centa San Nicolo'	centa-san-nicolo	17	TN	022236	45.9693	11.2324	4
38050	San Francesco	san-francesco	17	TN		46.1061	11.3105	4
38050	Torcegno	torcegno	17	TN		46.0743	11.4498	4
38050	Novaledo	novaledo	17	TN		46.0234	11.3661	4
38050	Ospedaletto	ospedaletto	17	TN		46.0429	11.5544	4
38050	Roncegno	roncegno	17	TN		46.0493	11.4082	4
38050	Canal San Bovo	canal-san-bovo	17	TN		46.1567	11.73	4
38050	Marter	marter	17	TN		46.0323	11.3911	4
38050	Sant'Orsola Terme	sant-orsola-terme	17	TN		46.1088	11.3024	4
38050	Mezzano	mezzano	17	TN		46.1539	11.8088	4
38050	Calceranica Al Lago	calceranica-al-lago	17	TN		46.0046	11.2437	4
38050	Carzano	carzano	17	TN		46.0709	11.4938	4
38050	Frassilongo	frassilongo	17	TN		46.0899	11.2972	4
38050	Fierozzo	fierozzo	17	TN		46.1113	11.3185	4
38050	Telve	telve	17	TN		46.0701	11.4802	4
38050	Gobbera	gobbera	17	TN		46.1476	11.7586	4
38050	Ronchi Valsugana	ronchi-valsugana	17	TN		46.0684	11.4352	4
38050	Bieno	bieno	17	TN		46.0815	11.5561	4
38050	Castelnuovo	castelnuovo	17	TN		46.0541	11.4892	4
38050	Palu' Del Fersina	palu-del-fersina	17	TN		46.1295	11.3509	4
38050	Scurelle	scurelle	17	TN		46.0645	11.5057	4
38050	Caoria	caoria	17	TN		46.1965	11.678	4
38050	Imer	imer	17	TN		46.1493	11.7892	4
38050	Telve Di Sopra	telve-di-sopra	17	TN		46.0713	11.4718	4
38050	Telve Di Valsugana	telve-di-valsugana	17	TN		46.0701	11.4802	4
38050	Pieve Tesino	pieve-tesino	17	TN		46.0682	11.6112	4
38050	Prade	prade	17	TN		46.1574	11.7401	4
38050	Sagron Mis	sagron-mis	17	TN		46.1947	11.9432	4
38050	Tenna	tenna	17	TN		46.0157	11.2643	4
38050	Monte Di Mezzo	monte-di-mezzo	17	TN		46.0904	11.5118	3
38050	Cinte Tesino	cinte-tesino	17	TN		46.0573	11.6144	4
38050	Santa Brigida	santa-brigida	17	TN		46.0904	11.5118	3
38051	Borgo	borgo	17	TN		46.0512	11.4576	4
38051	Olle	olle	17	TN		46.0512	11.4576	3
38051	Borgo Valsugana	borgo-valsugana	17	TN		46.0512	11.4576	4
38052	Caldonazzo	caldonazzo	17	TN		45.9937	11.2643	4
38053	Castello Tesino	castello-tesino	17	TN		46.063	11.6325	4
38054	Fiera Di Primiero	fiera-di-primiero	17	TN	022245	46.1762	11.8288	4
38054	San Martino Di Castrozza	san-martino-di-castrozza	17	TN		46.2667	11.8	4
38054	Tonadico	tonadico	17	TN	022245	46.1811	11.8394	4
38054	Transacqua	transacqua	17	TN	022245	46.1737	11.8328	4
38054	Siror	siror	17	TN	022245	46.1878	11.8312	4
38055	Grigno	grigno	17	TN		46.0157	11.6356	4
38055	Tezze Val Sugana	tezze-val-sugana	17	TN		46.0096	11.6242	3
38055	Tezze	tezze	17	TN		45.9915	11.6697	4
38055	Selva	selva	17	TN		46.0156	11.5957	4
38055	Selva Di Grigno	selva-di-grigno	17	TN		46.0156	11.5957	4
38056	Barco	barco	17	TN		46.004	11.3384	4
38056	Levico Terme	levico-terme	17	TN		46.0122	11.3043	4
38057	Roncogno	roncogno	17	TN		46.0692	11.2064	4
38057	Canale	canale	17	TN		46.0421	11.2311	4
38057	Falesina	falesina	17	TN		46.0706	11.2768	4
38057	Susa'	susa	17	TN		46.0508	11.2212	4
38057	Madrano	madrano	17	TN		46.0844	11.2174	4
38057	San Cristoforo	san-cristoforo	17	TN		46.0421	11.2311	4
38057	Pergine Valsugana	pergine-valsugana	17	TN		46.0643	11.2376	4
38057	Vignola	vignola	17	TN		46.0444	11.2774	4
38057	Costasavina	costasavina	17	TN		46.0587	11.2148	4
38057	Viarago	viarago	17	TN		46.0805	11.2633	4
38057	Serso	serso	17	TN		46.0751	11.2518	4
38057	Canezza	canezza	17	TN		46.078	11.2771	4
38057	Canzolino	canzolino	17	TN		46.0844	11.2174	4
38057	Vigalzano	vigalzano	17	TN		46.0764	11.2282	4
38057	Vignola Falesina	vignola-falesina	17	TN		46.0658	11.2394	3
38057	San Cristoforo Al Lago	san-cristoforo-al-lago	17	TN		46.0658	11.2394	3
38057	Ischia Trentina	ischia-trentina	17	TN		46.0658	11.2394	3
38059	Spera	spera	17	TN	022240	46.0703	11.509	4
38059	Villa Agnedo	villa-agnedo	17	TN	022240	46.0542	11.5284	4
38059	Samone	samone	17	TN		46.0816	11.5226	4
38059	Ivano Fracena	ivano-fracena	17	TN		46.0573	11.5294	4
38059	Agnedo	agnedo	17	TN		46.0542	11.5284	4
38059	Strigno	strigno	17	TN	022240	46.0669	11.5222	4
38060	Crosano	crosano	17	TN		45.82	10.9731	4
38060	Vallarsa	vallarsa	17	TN		45.7828	11.1179	4
38060	Romagnano	romagnano	17	TN		46.0181	11.1056	4
38060	Pregasina	pregasina	17	TN		45.8511	10.8245	4
38060	Tiarno Di Sopra	tiarno-di-sopra	17	TN		45.891	10.6725	4
38060	Cornale'	cornale	17	TN		45.882	11.0125	4
38060	Castellano	castellano	17	TN		45.9238	11.0069	4
38060	Volano	volano	17	TN		45.9172	11.0635	4
38060	Terragnolo	terragnolo	17	TN		45.8783	11.1547	4
38060	Valduga	valduga	17	TN		45.8775	11.1303	4
38060	Gavazzo Nuova	gavazzo-nuova	17	TN		45.9133	10.8413	4
38060	Brentonico	brentonico	17	TN		45.8191	10.9551	4
38060	Aldeno	aldeno	17	TN		45.9776	11.0928	4
38060	Anghebeni Di Vallarsa	anghebeni-di-vallarsa	17	TN		45.7953	11.1068	4
38060	Besenello	besenello	17	TN		45.9436	11.1091	4
38060	Bezzecca	bezzecca	17	TN		45.897	10.7183	4
38060	Tenno	tenno	17	TN		45.9194	10.8316	4
38060	Anghebeni	anghebeni	17	TN		45.7953	11.1068	4
38060	Cimone	cimone	17	TN		45.8821	10.9656	3
38060	Valmorbia	valmorbia	17	TN		45.8176	11.0938	4
38060	Tiarno Di Sotto	tiarno-di-sotto	17	TN		45.8945	10.6845	4
38060	Pieve Di Ledro	pieve-di-ledro	17	TN		45.8885	10.7312	4
38060	Castione	castione	17	TN		45.8372	10.9533	4
38060	Nogaredo	nogaredo	17	TN		45.913	11.0239	4
38060	Chienis	chienis	17	TN		45.8821	10.9656	3
38060	Raossi Di Vallarsa	raossi-di-vallarsa	17	TN		45.7827	11.1185	4
38060	Cologna	cologna	17	TN		45.9309	10.6381	4
38060	Isera	isera	17	TN		45.8876	11.0092	4
38060	Villa Lagarina	villa-lagarina	17	TN		45.9184	11.033	4
38060	Raossi	raossi	17	TN		45.7827	11.1185	4
38060	Riva Di Vallarsa	riva-di-vallarsa	17	TN		45.8821	10.9656	3
38060	Molina Di Ledro	molina-di-ledro	17	TN		45.8709	10.7741	4
38060	Garniga Terme	garniga-terme	17	TN		45.8821	10.9656	3
38060	Nomi	nomi	17	TN		45.9292	11.072	4
38060	Ronzo	ronzo	17	TN		45.8821	10.9656	3
38060	Pedersano	pedersano	17	TN		45.9204	11.0209	4
38060	Corte	corte	17	TN		45.8821	10.9656	3
38060	Pomarolo	pomarolo	17	TN		45.9281	11.0431	4
38060	Ronzo Chienis	ronzo-chienis	17	TN		45.8821	10.9656	3
38060	Concei	concei	17	TN		45.906	10.729	4
38061	Santa Margherita	santa-margherita	17	TN		45.7978	11.0258	4
38061	Ala	ala	17	TN		45.7607	11.0046	4
38061	Chizzola	chizzola	17	TN		45.8119	11.0073	4
38061	Pilcante	pilcante	17	TN		45.7707	11.0006	4
38061	Sega Dei Lessini	sega-dei-lessini	17	TN		45.7903	11.0106	3
38061	Serravalle	serravalle	17	TN		45.8103	11.0148	4
38061	Serravalle All'Adige	serravalle-all-adige	17	TN		45.7903	11.0106	3
38062	Vignole	vignole	17	TN		45.912	10.905	4
38062	San Giorgio	san-giorgio	17	TN		45.9018	10.8636	4
38062	Bolognano	bolognano	17	TN		45.912	10.905	4
38062	Oltresarca	oltresarca	17	TN		45.9109	10.8901	3
38062	Arco	arco	17	TN		45.9177	10.8867	4
38063	Sabbionara	sabbionara	17	TN		45.7415	10.9574	4
38063	Borghetto All'Adige	borghetto-all-adige	17	TN	022007	45.7377	10.9484	3
38063	Avio	avio	17	TN		45.734	10.9394	4
38064	Nosellari	nosellari	17	TN		45.9297	11.2482	4
38064	San Sebastiano	san-sebastiano	17	TN		45.9252	11.2135	4
38064	Mezzomonte Di Sopra	mezzomonte-di-sopra	17	TN		45.9178	11.1379	4
38064	Folgaria	folgaria	17	TN		45.9154	11.1682	4
38064	Carbonare Di Folgaria	carbonare-di-folgaria	17	TN		45.9346	11.2274	4
38064	Mezzomonte	mezzomonte	17	TN		45.9175	11.1853	3
38064	Carbonare	carbonare	17	TN		45.9346	11.2274	4
38064	Serrada	serrada	17	TN		45.8916	11.1548	4
38064	Mezzomonte Di Sotto	mezzomonte-di-sotto	17	TN		45.9171	11.1353	4
38064	Serrada Di Folgaria	serrada-di-folgaria	17	TN		45.8916	11.1548	4
38065	Valle San Felice	valle-san-felice	17	TN		45.8691	10.9376	4
38065	Pannone	pannone	17	TN		45.8774	10.9357	4
38065	Manzano	manzano	17	TN		45.8655	10.9534	4
38065	Sano	sano	17	TN		45.8465	10.9523	4
38065	Mori	mori	17	TN		45.8519	10.9805	4
38065	Besagno	besagno	17	TN		45.8386	10.9698	4
38066	Varone	varone	17	TN		45.9088	10.8419	4
38066	Riva Del Garda	riva-del-garda	17	TN		45.8858	10.8412	4
38067	Biacesa Di Ledro	biacesa-di-ledro	17	TN		45.8658	10.8057	4
38067	Ledro	ledro	17	TN		45.8749	10.9867	3
38067	Mezzolago	mezzolago	17	TN		45.8821	10.7531	4
38068	Lizzanella	lizzanella	17	TN		45.8775	11.0359	4
38068	Mori Ferrovia	mori-ferrovia	17	TN		45.8731	11.0358	3
38068	Rovereto	rovereto	17	TN		45.8904	11.0405	4
38068	Borgo Sacco	borgo-sacco	17	TN		45.8862	11.0199	4
38068	Marco	marco	17	TN		45.8426	11.0092	4
38068	Trambileno	trambileno	17	TN		45.8689	11.0734	4
38069	Nago	nago	17	TN		45.8759	10.8911	3
38069	Torbole	torbole	17	TN		45.8759	10.8911	3
38069	Nago Torbole	nago-torbole	17	TN		45.8759	10.8911	4
38070	Lomaso	lomaso	17	TN		46.0235	10.8661	4
38070	Villa Banale	villa-banale	17	TN		46.0469	10.8861	4
38070	Stenico	stenico	17	TN		46.0512	10.8556	4
38070	Tavodo	tavodo	17	TN		46.0654	10.8917	4
38071	Marazzone	marazzone	17	TN		46.0263	10.8203	4
38071	Bivedo	bivedo	17	TN		46.0263	10.8203	4
38071	Bleggio Inferiore	bleggio-inferiore	17	TN		46.026	10.8248	3
38071	Larido	larido	17	TN		46.0263	10.8203	4
38071	Bleggio Superiore	bleggio-superiore	17	TN		46.0248	10.8384	4
38073	Vigo	vigo	17	TN		45.9784	10.9804	4
38073	Vigo Cavedine	vigo-cavedine	17	TN		45.9784	10.9804	4
38073	Stravino	stravino	17	TN		46.0042	10.9847	4
38073	Cavedine	cavedine	17	TN		45.9952	10.9736	4
38074	Drena	drena	17	TN		45.9693	10.9454	4
38074	Dro	dro	17	TN		45.9612	10.912	4
38074	Pietramurata	pietramurata	17	TN		46.0203	10.9432	4
38074	Ceniga	ceniga	17	TN		45.9511	10.9014	4
38075	Fiave'	fiave	17	TN		46.0046	10.8423	4
38075	Ballino	ballino	17	TN		45.9654	10.8114	4
38076	Calavino	calavino	17	TN	022243	46.0461	10.984	4
38076	Castel Madruzzo	castel-madruzzo	17	TN		46.0365	10.9868	4
38076	Madruzzo	madruzzo	17	TN		46.0386	10.9769	3
38076	Lasino	lasino	17	TN	022243	46.0242	10.9836	4
38076	Sarche	sarche	17	TN	022243	46.0477	10.9532	4
38077	Lundo	lundo	17	TN		46.0167	10.8833	4
38077	Vigo Lomaso	vigo-lomaso	17	TN		46.0133	10.8692	4
38077	Ponte Arche	ponte-arche	17	TN		46.0353	10.8732	4
38077	Comano Terme	comano-terme	17	TN		46.0244	10.8801	3
38077	Bagni Di Comano	bagni-di-comano	17	TN		46.0244	10.8801	3
38078	Dorsino	dorsino	17	TN	022231	46.0727	10.8974	4
38078	San Lorenzo In Banale	san-lorenzo-in-banale	17	TN	022231	46.0766	10.9085	4
38078	Moline	moline	17	TN		46.0844	10.9239	4
38078	San Lorenzo Dorsino	san-lorenzo-dorsino	17	TN	022231	46.0779	10.9099	3
38078	Moline Di Banale	moline-di-banale	17	TN		46.0779	10.9099	3
38079	Bolbeno	bolbeno	17	TN	022239	46.0326	10.7379	4
38079	Zuclo	zuclo	17	TN	022239	46.0343	10.7511	4
38079	Tione Di Trento	tione-di-trento	17	TN		46.0355	10.7268	4
38079	Saone	saone	17	TN		46.0429	10.7667	4
38079	Pelugo	pelugo	17	TN		46.0885	10.7239	4
38080	Strembo	strembo	17	TN		46.1203	10.7509	4
38080	Iavre' Vigo Rendena	iavre-vigo-rendena	17	TN		46.0256	10.6864	3
38080	Bondone	bondone	17	TN		45.8065	10.5503	4
38080	Baitoni	baitoni	17	TN		45.8097	10.5435	4
38080	Bocenago	bocenago	17	TN		46.1186	10.7588	4
38080	Caderzone	caderzone	17	TN		46.1295	10.7562	4
38080	Carisolo	carisolo	17	TN		46.1688	10.7589	4
38082	Castel Condino	castel-condino	17	TN		45.9144	10.6028	4
38083	Condino	condino	17	TN	022238	45.8817	10.5937	4
38083	Brione	brione	17	TN	022238	45.8949	10.5898	4
38083	Cimego	cimego	17	TN	022238	45.9119	10.6134	4
38085	Creto	creto	17	TN		45.9411	10.6403	4
38085	Prezzo	prezzo	17	TN	022234	45.9347	10.633	4
38085	Pieve Di Bono	pieve-di-bono	17	TN	022234	45.9422	10.6403	4
38086	Giustino	giustino	17	TN		46.1513	10.7678	4
38086	Sant'Antonio Di Mavignola	sant-antonio-di-mavignola	17	TN		46.1897	10.7853	4
38086	Madonna Di Campiglio	madonna-di-campiglio	17	TN		46.2267	10.8258	4
38086	Pinzolo	pinzolo	17	TN		46.1598	10.7638	4
38086	Massimeno	massimeno	17	TN		46.1407	10.7732	4
38087	Lardaro	lardaro	17	TN	022246	45.9695	10.6613	4
38087	Roncone	roncone	17	TN	022246	45.9827	10.6682	4
38087	Breguzzo	breguzzo	17	TN	022246	46.0068	10.6976	4
38087	Bondo	bondo	17	TN	022246	46.0003	10.692	4
38088	Spiazzo Rendena	spiazzo-rendena	17	TN		46.1036	10.7394	3
38088	Spiazzo	spiazzo	17	TN		46.1036	10.7394	4
38089	Lodrone	lodrone	17	TN		45.8296	10.5356	4
38089	Storo	storo	17	TN		45.8492	10.5802	4
38089	Darzo	darzo	17	TN		45.8418	10.5492	4
38091	Daone	daone	17	TN	022232	45.9472	10.6211	4
38091	Valdaone	valdaone	17	TN	022232	45.9472	10.6302	3
38091	Bersone	bersone	17	TN	022232	45.9444	10.6332	4
38091	Praso	praso	17	TN	022232	45.95	10.6363	4
38092	Grumes	grumes	17	TN	022235	46.2212	11.2935	4
38092	Valda	valda	17	TN	022235	46.2072	11.2649	4
38092	Grauno	grauno	17	TN	022235	46.2303	11.2985	4
38092	Faver	faver	17	TN	022235	46.1813	11.2373	4
38093	Terres	terres	17	TN	022242	46.3099	11.0231	4
38093	Cunevo	cunevo	17	TN	022242	46.2864	11.0346	4
38093	Flavon	flavon	17	TN	022242	46.2981	11.0299	4
38094	Verdesina	verdesina	17	TN	022244	46.0556	10.7128	4
38094	Vigo Rendena	vigo-rendena	17	TN	022244	46.0797	10.7207	4
38094	Dare'	dare	17	TN	022244	46.0752	10.7181	4
38094	Iavre'	iavre	17	TN	022244	46.0679	10.712	4
38094	Villa Rendena	villa-rendena	17	TN	022244	46.0627	10.7125	4
38095	Montagne	montagne	17	TN	022247	46.0585	10.7513	4
38095	Ragoli	ragoli	17	TN	022247	46.0542	10.7785	4
38095	Preore	preore	17	TN	022247	46.0466	10.7597	4
38096	Vezzano	vezzano	17	TN	022248	46.0787	10.9973	4
38096	Ranzo	ranzo	17	TN	022248	46.0635	10.9423	4
38096	Margone	margone	17	TN	022248	46.0682	10.962	4
38096	Terlago	terlago	17	TN	022248	46.0974	11.045	4
38096	Padergnone	padergnone	17	TN	022248	46.0598	10.9848	4
38097	Zambana	zambana	17	TN		46.1517	11.0962	4
38097	Nave San Rocco	nave-san-rocco	17	TN		46.1677	11.1051	4
38100	Gardolo Di Mezzo	gardolo-di-mezzo	17	TN		46.1154	11.1162	4
38100	Baselga Del Bondone	baselga-del-bondone	17	TN		46.0793	11.0483	4
38100	Montevaccino	montevaccino	17	TN		46.1091	11.142	4
38100	Mattarello	mattarello	17	TN		46.0086	11.1298	4
38100	Vaneze	vaneze	17	TN		46.0553	11.0723	4
38100	Sopramonte	sopramonte	17	TN		46.0741	11.0614	4
38100	Povo	povo	17	TN		46.067	11.155	4
38100	Cognola	cognola	17	TN		46.0753	11.1424	4
38100	Vela	vela	17	TN		46.0824	11.1021	4
38100	Valsorda	valsorda	17	TN		46.0081	11.155	4
38100	Martignano	martignano	17	TN		46.088	11.1319	4
38100	Gardolo	gardolo	17	TN		46.1154	11.1162	4
38100	Cadine	cadine	17	TN		46.0896	11.0685	4
38100	Vaneze Di Bondone	vaneze-di-bondone	17	TN		46.0787	11.1126	3
38100	Vigolo Baselga	vigolo-baselga	17	TN		46.0818	11.0451	4
38100	Baselga Di Vezzano	baselga-di-vezzano	17	TN		46.0787	11.1126	3
38100	Meano	meano	17	TN		46.1246	11.1176	4
38100	Villazzano	villazzano	17	TN		46.0488	11.1385	4
38100	Sardagna	sardagna	17	TN		46.0641	11.0963	4
38100	Vigo Meano	vigo-meano	17	TN		46.1337	11.1338	4
38100	Trento	trento	17	TN		46.0679	11.1211	4
38100	Villamontagna	villamontagna	17	TN		46.0866	11.1591	4
38121	Trento	trento	17	TN		46.0679	11.1211	4
06010	Monte Santa Maria Tiberina	monte-santa-maria-tiberina	18	PG		43.4369	12.1622	4
06010	Fighille	fighille	18	PG		43.5189	12.1077	4
06010	Lippiano	lippiano	18	PG		43.4614	12.1202	4
06010	Citerna	citerna	18	PG		43.4988	12.1138	4
06012	Piosina	piosina	18	PG		43.4887	12.1996	4
06012	Promano	promano	18	PG		43.3677	12.2682	4
06012	Lerchi	lerchi	18	PG		43.4758	12.1994	4
06012	San Secondo	san-secondo	18	PG		43.4047	12.2339	4
06012	Riosecco	riosecco	18	PG		43.4328	12.2182	3
06012	Fraccano	fraccano	18	PG		43.504	12.3071	4
06012	Morra	morra	18	PG	054013	43.3854	12.1312	4
06012	San Maiano	san-maiano	18	PG		43.3918	12.2516	4
06012	Citta' Di Castello	citta-di-castello	18	PG		43.4656	12.2375	4
06012	Cinquemiglia	cinquemiglia	18	PG		43.379	12.259	4
06012	Cerbara	cerbara	18	PG		43.4991	12.2111	4
06012	Muccignano	muccignano	18	PG	054013	43.3986	12.102	4
06014	Montone	montone	18	PG		43.3608	12.3235	4
06016	San Giustino	san-giustino	18	PG		43.5466	12.1753	4
06016	Lama	lama	18	PG		43.5172	12.2129	4
06016	Selci	selci	18	PG		43.5	12.1833	4
06018	Petrelle	petrelle	18	PG		43.3471	12.1609	4
06018	Lugnano Citta' Di Castello	lugnano-citta-di-castello	18	PG		43.3333	12.266	3
06018	Pistrino	pistrino	18	PG		43.3508	12.1491	4
06018	Petroia	petroia	18	PG		43.2034	12.7922	4
06018	San Leo Bastia	san-leo-bastia	18	PG		43.3246	12.1566	4
06018	Badia Petroia	badia-petroia	18	PG		43.3803	12.1795	4
06018	Trestina	trestina	18	PG		43.366	12.237	4
06018	Lugnano	lugnano	18	PG		43.3611	12.1867	4
06019	Verna	verna	18	PG		43.3542	12.238	4
06019	Umbertide	umbertide	18	PG		43.3034	12.3375	4
06019	Montecastelli Umbro	montecastelli-umbro	18	PG		43.3105	12.2862	3
06019	Preggio	preggio	18	PG		43.2417	12.2237	4
06019	Niccone	niccone	18	PG		43.3207	12.2953	4
06019	Montecastelli	montecastelli	18	PG		43.3398	12.2946	4
06019	Calzolaro	calzolaro	18	PG	054056	43.3489	12.2259	4
06019	Pierantonio	pierantonio	18	PG		43.2645	12.3885	4
06020	Branca	branca	18	PG		43.2733	12.681	4
06020	Torre Dei Calzolari	torre-dei-calzolari	18	PG		43.2733	12.681	3
06021	Costacciaro	costacciaro	18	PG		43.3587	12.7126	4
06021	Villa Col De' Canali	villa-col-de-canali	18	PG		43.3767	12.6926	4
06021	Villa Col Dei Canali	villa-col-dei-canali	18	PG		43.3767	12.6926	4
06022	Osteria Del Gatto	osteria-del-gatto	18	PG		43.285	12.745	4
06022	Fossato Di Vico	fossato-di-vico	18	PG		43.2964	12.7612	4
06022	Purello	purello	18	PG		43.317	12.7573	4
06022	Fossato Di Vico Stazione	fossato-di-vico-stazione	18	PG		43.2995	12.7545	3
06023	San Pellegrino Di Gualdo Tadino	san-pellegrino-di-gualdo-tadino	18	PG		43.2645	12.7383	4
06023	San Pellegrino	san-pellegrino	18	PG		43.2645	12.7383	4
06023	Pieve Di Compresseto	pieve-di-compresseto	18	PG		43.2342	12.6917	4
06023	Gualdo Tadino	gualdo-tadino	18	PG		43.2294	12.7786	4
06023	Cerqueto	cerqueto	18	PG		43.2323	12.7489	4
06023	Morano	morano	18	PG		43.2328	12.7356	3
06023	Morano Madonnuccia	morano-madonnuccia	18	PG		43.1716	12.7178	4
06024	Mocaiana	mocaiana	18	PG		43.3817	12.4954	4
06024	Cipolleto	cipolleto	18	PG		43.3239	12.5769	4
06024	Gubbio	gubbio	18	PG		43.35	12.5731	4
06024	Camporeggiano	camporeggiano	18	PG		43.3427	12.4214	4
06024	Semonte	semonte	18	PG		43.3274	12.5531	3
06024	San Benedetto Vecchio	san-benedetto-vecchio	18	PG		43.434	12.4621	4
06024	Torre Calzolari	torre-calzolari	18	PG	054024	43.295	12.6649	4
06024	Casamorcia	casamorcia	18	PG		43.3683	12.5306	4
06024	Padule	padule	18	PG		43.3274	12.5531	3
06024	Stazione Di Padule	stazione-di-padule	18	PG		43.3077	12.6156	4
06024	Colpalombo	colpalombo	18	PG		43.2483	12.6122	4
06024	Mocaiana Stazione	mocaiana-stazione	18	PG		43.3274	12.5531	3
06024	Ponte D'Assi	ponte-d-assi	18	PG		43.3103	12.5765	4
06024	Caicambiucci	caicambiucci	18	PG		43.3274	12.5531	3
06024	Scritto	scritto	18	PG		43.2395	12.5556	4
06025	Molinaccio	molinaccio	18	PG		43.2051	12.8636	4
06025	Gaifana	gaifana	18	PG		43.177	12.7868	4
06025	Nocera Umbra	nocera-umbra	18	PG		43.114	12.7893	4
06026	Pietralunga	pietralunga	18	PG		43.4361	12.4292	4
06027	Isola Fossara	isola-fossara	18	PG		43.433	12.7386	4
06027	Scheggia	scheggia	18	PG		43.4036	12.6658	4
06027	Pascelupo	pascelupo	18	PG		43.3993	12.7516	4
06027	Scheggia E Pascelupo	scheggia-e-pascelupo	18	PG		43.4036	12.6658	4
06028	Sigillo	sigillo	18	PG		43.3311	12.7406	4
06029	Casa Castalda	casa-castalda	18	PG		43.1578	12.602	3
06029	Valfabbrica	valfabbrica	18	PG		43.1578	12.602	4
06030	Sellano	sellano	18	PG		42.8874	12.9231	4
06030	Valtopina	valtopina	18	PG		43.0567	12.7531	4
06030	Bastardo	bastardo	18	PG		42.8714	12.5594	4
06030	Giano Dell'Umbria	giano-dell-umbria	18	PG		42.8338	12.5778	4
06030	Cammoro	cammoro	18	PG		42.8927	12.8528	4
06030	Orsano E Cammoro	orsano-e-cammoro	18	PG		42.9084	12.7332	3
06031	Cantalupo	cantalupo	18	PG		42.968	12.5807	4
06031	Bevagna	bevagna	18	PG		42.9375	12.6149	4
06033	Cannara	cannara	18	PG		42.9954	12.582	4
06034	Capodacqua	capodacqua	18	PG		43.0289	12.6508	4
06034	Perticani	perticani	18	PG		42.9755	12.7729	3
06034	Annifo	annifo	18	PG		43.0533	12.8596	4
06034	Uppello	uppello	18	PG		42.9553	12.7377	4
06034	Sant'Eraclio	sant-eraclio	18	PG		42.9333	12.7167	4
06034	Casenove	casenove	18	PG		42.9758	12.8418	4
06034	Scopoli	scopoli	18	PG		42.9719	12.8093	4
06034	Fiamenga	fiamenga	18	PG		42.9541	12.6614	4
06034	Belfiore	belfiore	18	PG		42.9755	12.7729	3
06034	Pale	pale	18	PG		42.9833	12.7667	4
06034	Foligno	foligno	18	PG		42.9549	12.7027	4
06034	Verchiano	verchiano	18	PG		42.9501	12.8821	4
06034	Sterpete	sterpete	18	PG		42.9755	12.7729	3
06034	Scanzano	scanzano	18	PG		42.9755	12.7729	3
06034	Colfiorito	colfiorito	18	PG		43.0279	12.8908	4
06034	Pieve Fanonica	pieve-fanonica	18	PG		42.9755	12.7729	3
06034	Rasiglia	rasiglia	18	PG		42.9594	12.8609	4
06034	Scafali	scafali	18	PG		42.9333	12.6667	4
06034	San Giovanni Profiamma	san-giovanni-profiamma	18	PG		42.9755	12.7729	3
06035	Gualdo Cattaneo	gualdo-cattaneo	18	PG		42.9123	12.5567	4
06035	Marcellano	marcellano	18	PG		42.8739	12.5164	4
06035	Pozzo	pozzo	18	PG		42.9052	12.5079	4
06035	Collesecco	collesecco	18	PG		43.0667	12.5309	4
06035	San Terenziano	san-terenziano	18	PG		42.8673	12.4732	4
06035	Pozzo Di Gualdo Cattaneo	pozzo-di-gualdo-cattaneo	18	PG		42.8262	12.4757	3
06036	Montefalco	montefalco	18	PG		42.8908	12.6483	4
06036	Madonna Della Stella	madonna-della-stella	18	PG		42.8561	12.6848	4
06036	San Marco Di Montefalco	san-marco-di-montefalco	18	PG		42.8735	12.6665	3
06038	Capitan Loreto	capitan-loreto	18	PG		43.0173	12.6475	4
06038	Spello	spello	18	PG		42.9923	12.6663	4
06039	Santa Maria In Valle	santa-maria-in-valle	18	PG		42.8929	12.7497	4
06039	Trevi	trevi	18	PG		42.8777	12.7494	4
06039	Matigge	matigge	18	PG		42.908	12.7291	4
06039	Li Celli	li-celli	18	PG		42.8858	12.7355	3
06039	Cannaiola	cannaiola	18	PG		42.8647	12.7139	4
06039	Borgo Di Trevi	borgo-di-trevi	18	PG		42.8858	12.7355	3
06040	Piedipaterno	piedipaterno	18	PG		42.7686	12.8629	4
06040	Scheggino	scheggino	18	PG		42.713	12.8301	4
06040	Poggiodomo	poggiodomo	18	PG		42.7124	12.9325	4
06040	Piedipaterno Sul Nera	piedipaterno-sul-nera	18	PG		42.7686	12.8629	4
06040	Sant'Anatolia Di Narco	sant-anatolia-di-narco	18	PG		42.7332	12.8358	4
06040	Ceselli	ceselli	18	PG		42.685	12.8176	4
06040	Vallo Di Nera	vallo-di-nera	18	PG		42.8004	12.8638	4
06041	Borgo Cerreto	borgo-cerreto	18	PG		42.8143	12.9156	4
06041	Cerreto Di Spoleto	cerreto-di-spoleto	18	PG		42.8219	12.9203	4
06041	Triponzo	triponzo	18	PG		42.8278	12.9373	4
06041	Bugiano	bugiano	18	PG		42.8485	12.9101	4
06042	Campello Sul Clitunno	campello-sul-clitunno	18	PG		42.8269	12.7693	4
06043	Cascia	cascia	18	PG		42.7179	13.017	4
06043	Maltignano Di Cascia	maltignano-di-cascia	18	PG		42.7089	13.0541	4
06043	Chiavano	chiavano	18	PG		42.6562	13.0612	4
06044	Castel Ritaldi	castel-ritaldi	18	PG		42.8225	12.6742	4
06044	Bruna	bruna	18	PG		42.8207	12.6885	4
06045	Monteleone Di Spoleto	monteleone-di-spoleto	18	PG		42.6505	12.9516	4
06046	Serravalle	serravalle	18	PG		42.7856	13.0229	4
06046	Serravalle Di Norcia	serravalle-di-norcia	18	PG		42.7837	13.1046	3
06046	San Pellegrino Di Norcia	san-pellegrino-di-norcia	18	PG		42.7567	13.1492	4
06046	Ancarano	ancarano	18	PG		42.8333	13.1	4
06046	Agriano	agriano	18	PG		42.7642	13.0307	4
06046	Savelli Di Norcia	savelli-di-norcia	18	PG		42.7261	13.1275	4
06046	Castelluccio	castelluccio	18	PG		42.8289	13.2058	4
06046	Norcia	norcia	18	PG		42.7911	13.096	4
06047	Abeto	abeto	18	PG		42.8369	13.0631	4
06047	Todiano	todiano	18	PG		42.8449	13.0637	4
06047	Piedivalle	piedivalle	18	PG		42.8677	13.0619	4
06047	Preci	preci	18	PG		42.8807	13.0375	4
06047	Roccanolfi	roccanolfi	18	PG		42.8611	13.0178	4
06047	Casali Belforte	casali-belforte	18	PG		42.8543	12.9699	4
06047	Belforte	belforte	18	PG		42.8543	12.9699	4
06049	Eggi	eggi	18	PG		42.7614	12.7773	4
06049	Strettura	strettura	18	PG		42.6306	12.7314	4
06049	Cortaccione	cortaccione	18	PG		42.7637	12.7588	4
06049	Baiano Di Spoleto	baiano-di-spoleto	18	PG		42.7233	12.6766	4
06049	San Brizio	san-brizio	18	PG		42.8011	12.7104	4
06049	Maiano	maiano	18	PG		42.7833	12.7167	4
06049	San Giacomo	san-giacomo	18	PG		42.7939	12.7524	4
06049	Bazzano Inferiore	bazzano-inferiore	18	PG		42.7765	12.789	4
06049	Spoleto	spoleto	18	PG		42.7407	12.739	4
06049	Beroide	beroide	18	PG		42.8269	12.7235	4
06049	San Giacomo Di Spoleto	san-giacomo-di-spoleto	18	PG		42.7618	12.7151	3
06049	Morgnano	morgnano	18	PG		42.7833	12.6833	4
06049	San Giovanni Di Baiano	san-giovanni-di-baiano	18	PG		42.7618	12.7151	3
06049	San Martino In Trignano	san-martino-in-trignano	18	PG		42.7412	12.6684	4
06049	Madonna Di Baiano	madonna-di-baiano	18	PG		42.7618	12.7151	3
06049	Montemartano	montemartano	18	PG		42.789	12.5979	4
06049	Terzo La Pieve	terzo-la-pieve	18	PG		42.7618	12.7151	3
06049	Sant'Angelo In Mercole	sant-angelo-in-mercole	18	PG		42.7501	12.6871	4
06050	Casalalta	casalalta	18	PG		42.9465	12.4379	4
06050	Collazzone	collazzone	18	PG		42.9015	12.4358	4
06050	Piedicolle	piedicolle	18	PG		42.8951	12.4034	4
06050	Collepepe	collepepe	18	PG		42.9155	12.3949	4
06051	Ripabianca	ripabianca	18	PG		42.9397	12.4032	4
06051	Casalina	casalina	18	PG		42.95	12.4	4
06053	San Niccolo' Di Celle	san-niccolo-di-celle	18	PG		43.0167	12.3833	4
06053	Sant'Angelo Di Celle	sant-angelo-di-celle	18	PG		42.9977	12.3846	4
06053	San Nicolo' Di Celle	san-nicolo-di-celle	18	PG		43.0167	12.3833	4
06053	Deruta	deruta	18	PG		42.9847	12.4176	4
06053	Ponte Nuovo	ponte-nuovo	18	PG		43.0045	12.4283	4
06054	Fratta Todina	fratta-todina	18	PG		42.8568	12.3637	4
06055	Papiano	papiano	18	PG		42.9612	12.3474	4
06055	San Valentino Della Collina	san-valentino-della-collina	18	PG		42.9023	12.3639	3
06055	Marsciano	marsciano	18	PG		42.9209	12.3507	4
06055	San Valentino	san-valentino	18	PG		42.8247	12.3935	4
06056	Massa Martana	massa-martana	18	PG		42.7731	12.5258	4
06056	Viepri	viepri	18	PG		42.8248	12.5228	4
06056	Villa San Faustino	villa-san-faustino	18	PG		42.7336	12.5316	4
06056	Colpetrazzo	colpetrazzo	18	PG		42.7388	12.5503	4
06057	Monte Castello Di Vibio	monte-castello-di-vibio	18	PG		42.8404	12.3524	4
06059	Montenero Di Todi	montenero-di-todi	18	PG		42.7181	12.4444	4
06059	Ponterio	ponterio	18	PG		43.0717	12.7607	4
06059	Monticello	monticello	18	PG		42.796	12.4808	4
06059	Pantalla	pantalla	18	PG		42.8729	12.3986	4
06059	Izzalini	izzalini	18	PG		42.7341	12.3681	4
06059	Collevalenza	collevalenza	18	PG		42.7463	12.4803	4
06059	Ilci	ilci	18	PG		42.8385	12.4128	4
06059	Canonica	canonica	18	PG		42.7833	12.35	4
06059	Pontecuti	pontecuti	18	PG		42.7809	12.3753	4
06059	Montenero	montenero	18	PG		42.7181	12.4444	4
06059	Pian Di San Martino	pian-di-san-martino	18	PG		42.8025	12.3921	4
06059	Camerata	camerata	18	PG		42.7039	12.3814	4
06059	Todi	todi	18	PG		42.7788	12.412	4
06060	Villastrada Umbra	villastrada-umbra	18	PG		43.1349	12.1055	3
06060	Paciano	paciano	18	PG		43.0229	12.0679	4
06060	Lisciano Niccone	lisciano-niccone	18	PG		43.2468	12.1431	4
06061	Villastrada	villastrada	18	PG	054009	43.0484	12.0092	4
06061	Castiglione Del Lago	castiglione-del-lago	18	PG		43.1246	12.0398	4
06061	Macchie	macchie	18	PG	054009	43.0605	12.0722	4
06061	Pozzuolo	pozzuolo	18	PG		43.1216	11.956	4
06061	Gioiella	gioiella	18	PG		43.0929	11.9704	4
06061	Panicarola	panicarola	18	PG	054009	43.0693	12.086	4
06061	Sanfatucchio	sanfatucchio	18	PG	054009	43.0767	12.0517	4
06061	Petrignano Del Lago	petrignano-del-lago	18	PG		43.1527	11.9397	4
06061	Porto	porto	18	PG		43.0698	11.942	4
06062	Citta' Della Pieve	citta-della-pieve	18	PG		42.9593	12.007	4
06062	Ponticelli Citta' Della Pieve	ponticelli-citta-della-pieve	18	PG		42.9315	11.9747	4
06062	Moiano	moiano	18	PG		43.0145	12.0185	4
06062	Po Bandino	po-bandino	18	PG		43.0019	11.9712	4
06062	Ponticelli	ponticelli	18	PG		42.9315	11.9747	4
06062	Salci	salci	18	PG		42.8833	11.9833	4
06063	Magione	magione	18	PG		43.1418	12.2117	4
06063	Agello	agello	18	PG		43.0706	12.2387	4
06063	Sant'Arcangelo Di Magione	sant-arcangelo-di-magione	18	PG		43.0846	12.1591	4
06063	Villa	villa	18	PG		43.0454	12.3443	4
06063	San Feliciano	san-feliciano	18	PG		43.1178	12.1669	4
06063	Sant'Arcangelo	sant-arcangelo	18	PG		43.0846	12.1591	4
06063	San Savino	san-savino	18	PG		43.1079	12.1931	4
06063	Soccorso	soccorso	18	PG		43.1394	12.2378	4
06064	Panicale	panicale	18	PG		43.0283	12.0999	4
06065	Passignano Sul Trasimeno	passignano-sul-trasimeno	18	PG		43.1904	12.1353	4
06065	Castel Rigone	castel-rigone	18	PG		43.1983	12.2227	4
06066	Castiglion Fosco	castiglion-fosco	18	PG		42.985	12.1674	4
06066	Piegaro	piegaro	18	PG		42.966	12.0841	4
06066	Pietrafitta	pietrafitta	18	PG		42.9911	12.213	4
06068	Tavernelle	tavernelle	18	PG		43.0033	12.1452	4
06069	Isola Maggiore	isola-maggiore	18	PG		43.1768	12.0896	4
06069	Borghetto Di Tuoro	borghetto-di-tuoro	18	PG		43.1867	12.0269	4
06069	Tuoro Sul Trasimeno	tuoro-sul-trasimeno	18	PG		43.2065	12.0746	4
06070	Ellera	ellera	18	PG		43.0887	12.3216	4
06070	Ellera Umbra	ellera-umbra	18	PG		43.086	12.3108	3
06070	San Mariano	san-mariano	18	PG		43.0833	12.3	4
06072	San Biagio Della Valle	san-biagio-della-valle	18	PG		43.0205	12.2881	4
06072	Compignano	compignano	18	PG	054027	42.9482	12.2811	4
06072	Mercatello	mercatello	18	PG		42.9692	12.2655	4
06072	Badiola	badiola	18	PG		43.0261	12.319	4
06072	Spina	spina	18	PG		42.9853	12.2811	4
06072	Pieve Caina	pieve-caina	18	PG		43.0022	12.2637	4
06072	Castiglione Della Valle	castiglione-della-valle	18	PG		43.02	12.2515	4
06072	Migliano	migliano	18	PG		42.9287	12.2337	4
06073	Corciano	corciano	18	PG		43.1282	12.2868	4
06073	Mantignana	mantignana	18	PG		43.1599	12.2886	4
06081	Rivotorto	rivotorto	18	PG		43.0441	12.6207	4
06081	Assisi	assisi	18	PG		43.0667	12.6211	4
06081	Santa Maria Degli Angeli	santa-maria-degli-angeli	18	PG		43.0569	12.575	4
06081	Palazzo	palazzo	18	PG		43.0971	12.5644	4
06081	Torchiagina	torchiagina	18	PG		43.1196	12.5347	4
06081	Tordandrea	tordandrea	18	PG		43.0359	12.5558	4
06081	Viole Di Assisi	viole-di-assisi	18	PG		43.0665	12.5807	3
06081	San Vitale	san-vitale	18	PG		43.0464	12.638	4
06081	Castelnuovo	castelnuovo	18	PG		43.0294	12.5841	4
06081	Petrignano	petrignano	18	PG		43.1027	12.5324	4
06081	Castelnuovo D'Assisi	castelnuovo-d-assisi	18	PG		43.0665	12.5807	3
06081	Palazzo D'Assisi	palazzo-d-assisi	18	PG		43.0665	12.5807	3
06081	Petrignano D'Assisi	petrignano-d-assisi	18	PG		43.0665	12.5807	3
06081	Assisi Santuario	assisi-santuario	18	PG		43.0665	12.5807	3
06083	Costano	costano	18	PG		43.0442	12.5341	4
06083	Ospedalicchio	ospedalicchio	18	PG		43.0781	12.5007	4
06083	Bastia	bastia	18	PG		43.0668	12.5119	3
06083	Ospedalicchio Di Bastia Umbra	ospedalicchio-di-bastia-umbra	18	PG		43.0781	12.5007	4
06084	Passaggio	passaggio	18	PG		43.0224	12.5078	4
06084	Bettona	bettona	18	PG		43.0112	12.487	4
06084	Passaggio Di Bettona	passaggio-di-bettona	18	PG		43.0224	12.5078	4
06089	Torgiano	torgiano	18	PG		43.0276	12.4402	4
06089	Brufa	brufa	18	PG		43.057	12.471	4
06089	Ponte Nuovo	ponte-nuovo	18	PG		43.0045	12.4283	4
06089	Fornaci	fornaci	18	PG		43.018	12.4195	4
06100	Perugia	perugia	18	PG		43.1122	12.3888	4
06121	Perugia	perugia	18	PG		43.1122	12.3888	4
06122	Perugia	perugia	18	PG		43.1122	12.3888	4
06123	Perugia	perugia	18	PG		43.1122	12.3888	4
06124	Perugia Stazione	perugia-stazione	18	PG		43.1122	12.3888	3
06124	Perugia	perugia	18	PG		43.1122	12.3888	4
06125	Perugia	perugia	18	PG		43.1122	12.3888	4
06126	Montecorneo	montecorneo	18	PG		43.1122	12.3888	3
06126	Perugia	perugia	18	PG		43.1122	12.3888	4
06126	Montebello	montebello	18	PG		43.1122	12.3888	3
06127	Ferro Di Cavallo	ferro-di-cavallo	18	PG		43.1053	12.3462	4
06127	Perugia	perugia	18	PG		43.1122	12.3888	4
06128	Ponte Della Pietra	ponte-della-pietra	18	PG		43.1122	12.3888	3
06128	Perugia	perugia	18	PG		43.1122	12.3888	4
06129	Prepo	prepo	18	PG		43.1122	12.3888	3
06129	Perugia	perugia	18	PG		43.1122	12.3888	4
06131	San Marco	san-marco	18	PG		43.1122	12.3888	3
06131	Perugia	perugia	18	PG		43.1122	12.3888	4
06132	San Sisto	san-sisto	18	PG		43.0858	12.3459	4
06132	Perugia	perugia	18	PG		43.1122	12.3888	4
06134	Perugia	perugia	18	PG		43.1122	12.3888	4
05010	San Venanzo	san-venanzo	18	TR		42.8689	12.2685	4
05010	Collelungo	collelungo	18	TR		42.8663	12.3201	4
05010	Ripalvella	ripalvella	18	TR		42.8473	12.3132	4
05010	Montegabbione	montegabbione	18	TR		42.9197	12.0921	4
05010	Poggio Aquilone	poggio-aquilone	18	TR		42.9091	12.2775	4
05010	San Vito In Monte	san-vito-in-monte	18	TR		42.9116	12.2307	4
05010	Ospedaletto	ospedaletto	18	TR		42.8343	12.2181	4
05010	Parrano	parrano	18	TR		42.8662	12.1103	4
05010	Pornello	pornello	18	TR		42.8875	12.1856	4
05010	Porano	porano	18	TR		42.681	12.1033	4
05011	Allerona	allerona	18	TR		42.8117	11.9745	4
05011	Stazione Di Allerona	stazione-di-allerona	18	TR		42.7855	12.0373	4
05011	Allerona Stazione	allerona-stazione	18	TR		42.7855	12.0373	4
05012	Attigliano	attigliano	18	TR		42.515	12.2945	4
05013	Castel Giorgio	castel-giorgio	18	TR		42.707	11.9772	4
05014	Monterubiaglio	monterubiaglio	18	TR		42.7667	12.0167	4
05014	Castel Viscardo	castel-viscardo	18	TR		42.7536	12.0007	4
05014	Pianlungo	pianlungo	18	TR		42.7819	12.0357	4
05015	Fabro	fabro	18	TR		42.8727	12.0154	4
05015	Carnaiola	carnaiola	18	TR		42.8833	12.05	4
05015	Fabro Scalo	fabro-scalo	18	TR		42.8761	12.0462	4
05016	Sala	sala	18	TR		42.8031	12.0729	4
05016	Ficulle	ficulle	18	TR		42.8319	12.068	4
05017	Monteleone D'Orvieto	monteleone-d-orvieto	18	TR		42.9217	12.0535	4
05017	Santa Maria	santa-maria	18	TR		42.8928	12.0379	4
05018	Morrano Nuovo	morrano-nuovo	18	TR		42.7667	12.1333	4
05018	Prodo	prodo	18	TR		42.7646	12.2347	4
05018	Canale Vecchio	canale-vecchio	18	TR		42.6897	12.1272	4
05018	Ciconia	ciconia	18	TR		42.7336	12.134	4
05018	Corbara	corbara	18	TR		42.7043	12.2265	4
05018	Titignano	titignano	18	TR		42.7667	12.2833	4
05018	Gabelletta	gabelletta	18	TR		42.7151	12.0961	4
05018	Orvieto	orvieto	18	TR		42.7192	12.1125	4
05018	Sferracavallo	sferracavallo	18	TR		42.7263	12.0957	4
05018	Canale	canale	18	TR		42.7237	12.153	3
05018	Sugano	sugano	18	TR		42.7104	12.0573	4
05018	Orvieto Stazione	orvieto-stazione	18	TR		42.6489	12.2337	4
05018	Morrano	morrano	18	TR		42.7237	12.153	3
05018	Morrano Vecchio	morrano-vecchio	18	TR		42.7779	12.1412	4
05018	Orvieto Scalo	orvieto-scalo	18	TR		42.7209	12.134	4
05018	Canale Nuovo	canale-nuovo	18	TR		42.6875	12.1322	4
05020	Dunarobba	dunarobba	18	TR		42.6708	12.4507	4
05020	Sismano	sismano	18	TR		42.6874	12.4413	4
05020	Melezzole	melezzole	18	TR		42.6695	12.3367	4
05020	Santa Restituta	santa-restituta	18	TR		42.6444	12.3443	4
05020	Alviano	alviano	18	TR		42.5908	12.2977	4
05020	Tenaglie	tenaglie	18	TR		42.6485	12.2825	4
05020	Lugnano In Teverina	lugnano-in-teverina	18	TR		42.5759	12.3334	4
05020	Avigliano Umbro	avigliano-umbro	18	TR		42.653	12.4257	4
05020	Montecchio	montecchio	18	TR		42.6623	12.288	4
05021	Acquasparta	acquasparta	18	TR		42.6892	12.5428	4
05021	Portaria	portaria	18	TR		42.6565	12.5661	4
05021	Casigliano	casigliano	18	TR		42.7134	12.5065	4
05022	Montecampano	montecampano	18	TR		42.5165	12.4313	4
05022	Porchiano Del Monte	porchiano-del-monte	18	TR		42.5521	12.4052	3
05022	Fornole	fornole	18	TR		42.5422	12.4558	4
05022	Porchiano	porchiano	18	TR		42.5514	12.3537	4
05022	Amelia	amelia	18	TR		42.5518	12.4208	4
05022	Macchie	macchie	18	TR		42.5985	12.3647	4
05023	Acqualoreto	acqualoreto	18	TR		42.7281	12.3366	4
05023	Civitella Del Lago	civitella-del-lago	18	TR		42.7118	12.2824	4
05023	Morre	morre	18	TR	055007	42.7093	12.3444	4
05023	Baschi	baschi	18	TR		42.6732	12.2176	4
05024	Giove	giove	18	TR		42.5099	12.3301	4
05025	Guardea	guardea	18	TR		42.6237	12.2993	4
05026	Castel Dell'Aquila	castel-dell-aquila	18	TR		42.6359	12.4052	4
05026	Collesecco	collesecco	18	TR		42.5723	12.3241	4
05026	Quadrelli	quadrelli	18	TR		42.6469	12.5231	4
05026	Montecastrilli	montecastrilli	18	TR		42.6509	12.4881	4
05026	Farnetta	farnetta	18	TR		42.6483	12.4508	4
05026	Casteltodino	casteltodino	18	TR		42.6667	12.5	4
05028	Penna In Teverina	penna-in-teverina	18	TR		42.4934	12.3585	4
05029	San Gemini	san-gemini	18	TR		42.6138	12.5453	4
05030	Polino	polino	18	TR		42.5842	12.8444	4
05030	Montefranco	montefranco	18	TR		42.5983	12.7638	4
05030	Poggio Di Otricoli	poggio-di-otricoli	18	TR		42.4392	12.5467	4
05030	Otricoli	otricoli	18	TR		42.4208	12.4774	4
05030	Fontechiaruccia	fontechiaruccia	18	TR		42.5876	12.7618	4
05031	Buonacquisto	buonacquisto	18	TR		42.5476	12.8086	4
05031	Casteldilago	casteldilago	18	TR		42.5815	12.7549	4
05031	Arrone	arrone	18	TR		42.5827	12.7671	4
05032	Santa Maria Della Neve	santa-maria-della-neve	18	TR		42.3957	12.5542	4
05032	Calvi Dell'Umbria	calvi-dell-umbria	18	TR		42.4042	12.5677	4
05034	Ferentillo	ferentillo	18	TR		42.6203	12.7873	4
05035	Stifone	stifone	18	TR		42.4966	12.4953	4
05035	Vigne	vigne	18	TR		42.4661	12.5055	4
05035	Sant'Urbano	sant-urbano	18	TR		42.4654	12.5861	4
05035	Gualdo Di Narni	gualdo-di-narni	18	TR		42.4542	12.4769	4
05035	Narni	narni	18	TR		42.5196	12.5276	4
05035	Taizzano	taizzano	18	TR		42.494	12.4987	4
05035	Gualdo	gualdo	18	TR		42.4542	12.4769	4
05035	Itieli	itieli	18	TR		42.48	12.5681	4
05035	Nera Montoro	nera-montoro	18	TR		42.489	12.5059	3
05035	Borgaria Di Narni	borgaria-di-narni	18	TR		42.483	12.5044	4
05035	Narni Scalo	narni-scalo	18	TR		42.5362	12.5168	4
05035	San Vito	san-vito	18	TR		42.4402	12.4424	4
05035	Narni Stazione	narni-stazione	18	TR		42.489	12.5059	3
05035	Borgaria	borgaria	18	TR		42.483	12.5044	4
05035	Montoro	montoro	18	TR		42.5071	12.467	4
05035	San Liberato	san-liberato	18	TR		42.4809	12.4414	4
05035	Testaccio	testaccio	18	TR		42.4975	12.5221	4
05035	Vigne Di Narni	vigne-di-narni	18	TR		42.4661	12.5055	4
05035	Capitone	capitone	18	TR		42.5713	12.4767	4
05035	Schifanoia	schifanoia	18	TR		42.4596	12.5162	4
05035	Ponte San Lorenzo	ponte-san-lorenzo	18	TR		42.5357	12.5797	4
05039	Stroncone	stroncone	18	TR		42.512	12.6477	4
05100	Collestatte	collestatte	18	TR		42.5703	12.7266	4
05100	Torreorsina	torreorsina	18	TR		42.5741	12.7347	4
05100	Battiferro	battiferro	18	TR		42.6196	12.6976	4
05100	Giuncano Scalo	giuncano-scalo	18	TR		42.6478	12.6377	4
05100	Rocca San Zenone	rocca-san-zenone	18	TR		42.5935	12.6787	4
05100	Valenza	valenza	18	TR		42.5833	12.6739	3
05100	Giuncano	giuncano	18	TR		42.6478	12.6377	4
05100	Cecalocco	cecalocco	18	TR		42.6112	12.713	4
05100	Cesi	cesi	18	TR		42.6108	12.5845	4
05100	Marmore	marmore	18	TR		42.5483	12.7148	4
05100	Papigno	papigno	18	TR		42.5498	12.6911	4
05100	Terni	terni	18	TR		42.5633	12.6433	4
05100	Gabelletta Di Cesi	gabelletta-di-cesi	18	TR		42.5833	12.6739	3
05100	Collescipoli	collescipoli	18	TR		42.5333	12.6167	4
05100	Collestatte Piano	collestatte-piano	18	TR		42.5833	12.6739	3
05100	Miranda	miranda	18	TR		42.5337	12.6869	4
05100	Cesi Di Terni	cesi-di-terni	18	TR		42.6108	12.5845	4
05100	Piediluco	piediluco	18	TR		42.5354	12.7608	4
11010	Introd	introd	19	AO		45.6931	7.1824	4
11010	Gignod	gignod	19	AO		45.78	7.2964	4
11010	Oyace	oyace	19	AO		45.8512	7.383	4
11010	Runaz	runaz	19	AO		45.7061	7.1285	4
11010	Verrand	verrand	19	AO		45.7814	6.9767	4
11010	Valgrisenche	valgrisenche	19	AO		45.6304	7.064	4
11010	Saint Maurice	saint-maurice	19	AO		45.7177	7.2555	4
11010	Avise	avise	19	AO		45.7089	7.1399	4
11010	Allein	allein	19	AO		45.8072	7.2726	4
11010	Doues	doues	19	AO		45.8192	7.306	4
11010	Aymavilles	aymavilles	19	AO		45.7013	7.2468	4
11010	Valsavarenche	valsavarenche	19	AO		45.5919	7.21	4
11010	Chesallet Sarre	chesallet-sarre	19	AO		45.7459	7.2362	3
11010	Roisan	roisan	19	AO		45.784	7.3131	4
11010	Vieyes	vieyes	19	AO		45.6499	7.2536	4
11010	La Cretaz	la-cretaz	19	AO		45.7452	7.3469	4
11010	Rhemes Notre Dame	rhemes-notre-dame	19	AO		45.7459	7.2362	3
11010	Plan D'Introd	plan-d-introd	19	AO		45.692	7.1833	4
11010	Valpelline	valpelline	19	AO		45.8249	7.3255	4
11010	Saint Pierre	saint-pierre	19	AO		45.7459	7.2362	3
11010	Bionaz	bionaz	19	AO		45.8736	7.4231	4
11010	Ollomont	ollomont	19	AO		45.8498	7.3106	4
11010	Chesallet	chesallet	19	AO		45.7459	7.2362	3
11010	Montan	montan	19	AO		45.7282	7.2765	4
11010	Saint Rhemy En Bosses	saint-rhemy-en-bosses	19	AO		45.7459	7.2362	3
11010	Pre' Saint Didier	pre-saint-didier	19	AO		45.7642	6.9858	4
11010	Bosses	bosses	19	AO		45.7459	7.2362	3
11010	Angelin	angelin	19	AO		45.7282	7.2765	4
11010	Sarre	sarre	19	AO		45.7459	7.2362	3
11010	Arensod	arensod	19	AO		45.7282	7.2765	4
11010	Rhemes Saint Georges	rhemes-saint-georges	19	AO		45.7459	7.2362	3
11010	Saint Nicolas	saint-nicolas	19	AO		45.7459	7.2362	3
11011	Planaval	planaval	19	AO		45.673	7.0796	4
11011	Leverogne	leverogne	19	AO		45.7	7.15	4
11011	Arvier	arvier	19	AO		45.702	7.1627	4
11012	Cogne	cogne	19	AO		45.6074	7.358	4
11012	Epinel	epinel	19	AO		45.6289	7.3252	4
11012	Gimillian	gimillian	19	AO		45.6181	7.3416	3
11013	Entreves	entreves	19	AO		45.8165	6.9609	4
11013	Dolonne	dolonne	19	AO		45.7833	6.95	4
11013	La Saxe	la-saxe	19	AO		45.8	6.9667	4
11013	Courmayeur	courmayeur	19	AO		45.7966	6.9689	4
11014	Saint Oyen	saint-oyen	19	AO		45.8244	7.2137	4
11014	Etroubles	etroubles	19	AO		45.8208	7.2314	4
11015	Derby	derby	19	AO		45.7275	7.0882	4
11015	La Salle	la-salle	19	AO		45.745	7.073	4
11016	La Thuile	la-thuile	19	AO		45.7137	6.951	4
11017	Morgex	morgex	19	AO		45.7566	7.0412	4
11018	Villeneuve	villeneuve	19	AO		45.702	7.2068	4
11020	Grand Vert	grand-vert	19	AO		45.595	7.7729	4
11020	Antagnod	antagnod	19	AO		45.8148	7.6893	4
11020	Issime	issime	19	AO		45.6855	7.8541	4
11020	Arnad	arnad	19	AO		45.6473	7.717	4
11020	Blavy Nus	blavy-nus	19	AO		45.7553	7.4668	4
11020	Champorcher	champorcher	19	AO		45.6238	7.6215	4
11020	Champoluc	champoluc	19	AO		45.8333	7.7333	4
11020	Donnas	donnas	19	AO		45.6029	7.7749	4
11020	Bard	bard	19	AO		45.6094	7.7449	4
11020	La Magdeleine	la-magdeleine	19	AO		45.81	7.6187	4
11020	Vert	vert	19	AO		45.595	7.7729	4
11020	Emarese	emarese	19	AO		45.7249	7.6898	4
11020	Jovencan	jovencan	19	AO		45.7149	7.2726	4
11020	Champdepraz	champdepraz	19	AO		45.6853	7.6568	4
11020	Saint Marcel	saint-marcel	19	AO		45.7315	7.4482	4
11020	Fontainemore	fontainemore	19	AO		45.6475	7.8595	4
11020	Blavy	blavy	19	AO		45.7553	7.4668	4
11020	Ayas	ayas	19	AO		45.8151	7.6891	4
11020	Ville Sur Nus	ville-sur-nus	19	AO		45.7605	7.4508	4
11020	Perloz	perloz	19	AO		45.6139	7.8081	4
11020	Villefranche	villefranche	19	AO		45.7406	7.416	4
11020	Lignod	lignod	19	AO		45.8045	7.6842	4
11020	Montjovet	montjovet	19	AO		45.708	7.6741	4
11020	Plan Felinaz	plan-felinaz	19	AO		45.7274	7.3344	4
11020	Mongnod	mongnod	19	AO		45.8055	7.5681	4
11020	Neyran	neyran	19	AO		45.7315	7.4143	4
11020	Chamois	chamois	19	AO		45.8389	7.6187	4
11020	Quart	quart	19	AO		45.741	7.4152	4
11020	Saint Christophe	saint-christophe	19	AO		45.7235	7.577	3
11020	Buisson	buisson	19	AO		45.8317	7.6005	4
11020	Pont Suaz	pont-suaz	19	AO		45.7269	7.3187	4
11020	Grand Villa	grand-villa	19	AO		45.7771	7.5286	4
11020	Lillianes	lillianes	19	AO		45.6295	7.8413	4
11020	Barme	barme	19	AO		45.6606	7.8601	4
11020	Grand Villa Cravon	grand-villa-cravon	19	AO		45.7235	7.577	3
11020	Pollein	pollein	19	AO		45.7278	7.3515	4
11020	Periasc	periasc	19	AO		45.8076	7.694	4
11020	Issogne	issogne	19	AO		45.655	7.6857	4
11020	Pontboset	pontboset	19	AO		45.7235	7.577	3
11020	Villair	villair	19	AO		45.7338	7.0794	4
11020	Charvensod	charvensod	19	AO		45.7203	7.3243	4
11020	Torgnon	torgnon	19	AO		45.8062	7.5698	4
11020	Saint Barthelemy	saint-barthelemy	19	AO		45.7235	7.577	3
11020	Fiernaz	fiernaz	19	AO		45.8231	7.5912	4
11020	Nus	nus	19	AO		45.7403	7.4666	4
11020	Hone	hone	19	AO		45.6136	7.7385	4
11020	Gressoney La Trinite'	gressoney-la-trinite	19	AO		45.7235	7.577	3
11020	Brissogne	brissogne	19	AO		45.7257	7.3926	4
11020	Antey Saint Andre'	antey-saint-andre	19	AO		45.7235	7.577	3
11020	Fenis	fenis	19	AO		45.7347	7.4954	4
11020	Challand Saint Victor	challand-saint-victor	19	AO		45.7235	7.577	3
11020	Gaby	gaby	19	AO		45.713	7.8822	4
11020	Peroulaz	peroulaz	19	AO		45.7235	7.577	3
11020	Chef Lieu	chef-lieu	19	AO		45.7509	7.3537	4
11020	Ville	ville	19	AO		45.7235	7.577	3
11020	La Place	la-place	19	AO		45.6541	7.6841	4
11020	Challand Saint Anselme	challand-saint-anselme	19	AO		45.7235	7.577	3
11020	Chez Croiset	chez-croiset	19	AO		45.7347	7.4954	4
11020	Verrayes	verrayes	19	AO		45.7633	7.5346	4
11020	Etabloz	etabloz	19	AO		45.7315	7.4143	4
11020	Gressan	gressan	19	AO		45.7205	7.2931	4
11021	Breuil	breuil	19	AO		45.9333	7.6333	4
11021	Breuil Cervinia	breuil-cervinia	19	AO		45.9336	7.6326	3
11021	Cervinia	cervinia	19	AO		45.9339	7.6318	4
11022	Arcesaz	arcesaz	19	AO		45.7392	7.7466	4
11022	Brusson	brusson	19	AO		45.7593	7.729	4
11022	Extrepieraz	extrepieraz	19	AO		45.7804	7.6999	4
11023	Chambave	chambave	19	AO		45.7443	7.5493	4
11023	Saint Denis	saint-denis	19	AO		45.7443	7.5493	3
11024	Chatillon	chatillon	19	AO		45.7499	7.6167	4
11024	Pontey	pontey	19	AO		45.7389	7.5883	4
11024	Ussel	ussel	19	AO		45.7383	7.6285	4
11024	Lassolaz	lassolaz	19	AO		45.7385	7.5888	4
11025	Gressoney Saint Jean	gressoney-saint-jean	19	AO		45.7364	7.5927	1
11026	Pont Saint Martin	pont-saint-martin	19	AO		45.7364	7.5927	1
11027	Moron	moron	19	AO		45.7517	7.6663	4
11027	Saint Vincent	saint-vincent	19	AO		45.7517	7.6663	3
11028	Valtournenche	valtournenche	19	AO		45.8761	7.6243	4
11028	Paquier	paquier	19	AO		45.8788	7.6257	4
11029	Glair	glair	19	AO		45.6754	7.6728	4
11029	Verres	verres	19	AO		45.6666	7.6891	4
11100	Aosta	aosta	19	AO		45.7376	7.3172	4
11100	Arpuilles	arpuilles	19	AO		45.7542	7.3063	4
11100	Roisan	roisan	19	AO		45.784	7.3131	4
11100	Signayes	signayes	19	AO		45.7586	7.3128	3
11100	Excenex	excenex	19	AO		45.7613	7.3001	4
11100	Porossan	porossan	19	AO		45.7557	7.3271	4
32010	Podenzoi	podenzoi	20	BL		46.2812	12.2958	4
32010	Chies D'Alpago	chies-d-alpago	20	BL		46.1654	12.3925	4
32010	Lamosano	lamosano	20	BL		46.1728	12.3869	4
32010	Pecol	pecol	20	BL		46.387	11.9798	4
32010	Garna	garna	20	BL		46.1544	12.3758	4
32010	Zoppe' Di Cadore	zoppe-di-cadore	20	BL		46.3858	12.1737	4
32010	Castello Lavazzo	castello-lavazzo	20	BL		46.2848	12.3061	4
32010	Pieve D'Alpago	pieve-d-alpago	20	BL		46.1666	12.3534	4
32010	Tambre	tambre	20	BL		46.1263	12.4194	4
32010	Ospitale Di Cadore	ospitale-di-cadore	20	BL		46.3281	12.3226	4
32010	Zoldo Alto	zoldo-alto	20	BL		46.3754	12.1272	4
32010	Termine	termine	20	BL		46.3026	12.3206	4
32010	Tignes	tignes	20	BL		46.1577	12.3425	4
32010	Codissago	codissago	20	BL		46.276	12.3109	4
32010	Soverzene	soverzene	20	BL		46.2033	12.303	4
32010	Perarolo Di Cadore	perarolo-di-cadore	20	BL		46.3938	12.3564	4
32010	Mareson	mareson	20	BL		46.3904	12.1097	4
32010	Termine Di Cadore	termine-di-cadore	20	BL		46.3026	12.3206	4
32012	Dont	dont	20	BL		46.3548	12.1437	4
32012	Forno Di Zoldo	forno-di-zoldo	20	BL		46.3501	12.1791	4
32012	Dont Di Zoldo	dont-di-zoldo	20	BL		46.3548	12.1437	4
32012	Dozza Di Zoldo	dozza-di-zoldo	20	BL		46.3532	12.1555	3
32013	Longarone	longarone	20	BL		46.2658	12.2999	4
32013	Fortogna	fortogna	20	BL		46.2302	12.2895	4
32013	Igne	igne	20	BL		46.2651	12.2775	4
32014	Polpet	polpet	20	BL		46.1883	12.2783	4
32014	Col Di Cugnan	col-di-cugnan	20	BL		46.1744	12.3009	3
32014	Ponte Nelle Alpi	ponte-nelle-alpi	20	BL		46.1808	12.2833	4
32014	La Secca	la-secca	20	BL		46.1347	12.3177	4
32014	Cadola	cadola	20	BL		46.173	12.2965	4
32014	Paiane	paiane	20	BL		46.1812	12.31	4
32014	Soccher	soccher	20	BL		46.1812	12.31	4
32014	Casan	casan	20	BL		46.1812	12.31	4
32015	Puos D'Alpago	puos-d-alpago	20	BL		46.1415	12.3618	4
32015	Cornei	cornei	20	BL		46.141	12.381	4
32016	Santa Croce	santa-croce	20	BL		46.092	12.3308	4
32016	Santa Croce Del Lago	santa-croce-del-lago	20	BL		46.092	12.3308	4
32016	Spert	spert	20	BL		46.1133	12.402	4
32016	Farra D'Alpago	farra-d-alpago	20	BL		46.1208	12.3588	4
32020	La Valle Agordina	la-valle-agordina	20	BL		46.282	12.0684	4
32020	Colle Santa Lucia	colle-santa-lucia	20	BL		46.4485	12.014	4
32020	Tiser	tiser	20	BL		46.2276	12.0023	4
32020	Voltago Agordino	voltago-agordino	20	BL		46.2714	12.0057	4
32020	Vallada Agordina	vallada-agordina	20	BL		46.3644	11.934	4
32020	Falcade	falcade	20	BL		46.3555	11.8571	4
32020	San Tomaso Agordino	san-tomaso-agordino	20	BL		46.2832	11.9893	3
32020	Pie' Falcade	pie-falcade	20	BL		46.3566	11.8721	4
32020	Frassene'	frassene	20	BL		46.2531	11.9833	4
32020	Selva Di Cadore	selva-di-cadore	20	BL		46.4503	12.0569	4
32020	Caviola	caviola	20	BL		46.3643	11.8964	4
32020	Arabba	arabba	20	BL		46.4976	11.8748	4
32020	Gosaldo	gosaldo	20	BL		46.2214	11.9557	4
32020	Dussoi	dussoi	20	BL		46.0978	12.1817	4
32020	Livinallongo Del Col Di Lana	livinallongo-del-col-di-lana	20	BL		46.4816	11.954	4
32020	Villapiana	villapiana	20	BL		46.0361	12.0012	4
32020	Cencenighe Agordino	cencenighe-agordino	20	BL		46.3518	11.9682	4
32020	Rivamonte Agordino	rivamonte-agordino	20	BL		46.2523	12.023	4
32020	Canale D'Agordo	canale-d-agordo	20	BL		46.3569	11.9143	4
32020	Limana	limana	20	BL		46.1004	12.1855	4
32020	Avoscan	avoscan	20	BL		46.383	11.9891	4
32020	Ronchena	ronchena	20	BL		46.0333	12.0069	4
32021	Agordo	agordo	20	BL		46.282	12.0361	4
32022	Caprile	caprile	20	BL		46.4378	11.9944	4
32022	Alleghe	alleghe	20	BL		46.4072	12.0234	4
32023	Santa Maria Delle Grazie	santa-maria-delle-grazie	20	BL		46.4339	11.9768	3
32023	Rocca Pietore	rocca-pietore	20	BL		46.4339	11.9768	4
32023	Laste Di Rocca Pietore	laste-di-rocca-pietore	20	BL		46.4339	11.9768	3
32026	Mel	mel	20	BL		46.0638	12.09	4
32026	Lentiai	lentiai	20	BL		46.045	12.0205	4
32026	Trichiana	trichiana	20	BL		46.0813	12.1409	4
32026	Villa Di Villa	villa-di-villa	20	BL		46.0424	12.0635	4
32027	Taibon Agordino	taibon-agordino	20	BL		46.2984	12.0131	4
32028	Sant'Antonio Tortal	sant-antonio-tortal	20	BL		46.0405	12.163	4
32030	Cesiomaggiore	cesiomaggiore	20	BL		46.0867	11.9854	4
32030	Rocca D'Arsie'	rocca-d-arsie	20	BL		46.0367	11.8694	3
32030	Sorriva	sorriva	20	BL		46.049	11.7708	4
32030	Soranzen	soranzen	20	BL		46.0735	11.9493	4
32030	Fonzaso	fonzaso	20	BL		46.0164	11.799	4
32030	Seren Del Grappa	seren-del-grappa	20	BL		45.9959	11.8562	4
32030	San Gregorio Nelle Alpi	san-gregorio-nelle-alpi	20	BL		46.1039	12.0267	4
32030	Fastro	fastro	20	BL		46.0367	11.8694	3
32030	Sovramonte	sovramonte	20	BL		46.0586	11.7866	4
32030	Busche	busche	20	BL		46.0409	11.9854	4
32030	Rocca	rocca	20	BL		45.9544	11.7519	4
32030	Paderno	paderno	20	BL		46.1175	12.0572	4
32030	Arten	arten	20	BL		46.0078	11.8286	4
32030	Mellame	mellame	20	BL		45.9908	11.7468	4
32030	Arsie'	arsie	20	BL		45.9821	11.7579	4
32031	Fener	fener	20	BL		45.9	11.9333	4
32031	Colmirano	colmirano	20	BL		45.9063	11.9376	4
32031	Alano Di Piave	alano-di-piave	20	BL		45.9068	11.9084	4
32032	Umin	umin	20	BL		46.0567	11.927	4
32032	Villapaiera	villapaiera	20	BL		46.0204	11.9569	4
32032	Villabruna	villabruna	20	BL		46.0567	11.927	4
32032	Mugnai	mugnai	20	BL		46.0167	11.8667	4
32032	Tomo	tomo	20	BL		46.0042	11.8939	4
32032	Foen	foen	20	BL		46.041	11.9097	4
32032	Anzu'	anzu	20	BL		46.0089	11.933	4
32032	Feltre	feltre	20	BL		46.0209	11.9003	4
32033	Lamon	lamon	20	BL		46.0472	11.7499	4
32033	Arina	arina	20	BL		46.0333	11.7238	4
32034	Facen	facen	20	BL		46.0292	11.863	4
32034	Norcen	norcen	20	BL		46.05	11.8667	4
32034	Travagola	travagola	20	BL		46.0292	11.863	4
32034	Pedavena	pedavena	20	BL		46.0395	11.8831	4
32035	Santa Giustina	santa-giustina	20	BL		46.0812	12.0382	4
32035	Meano	meano	20	BL		46.1037	12.0619	4
32035	Formegan	formegan	20	BL		46.0836	12.0117	4
32036	Bribano	bribano	20	BL		46.0986	12.0892	4
32036	Sedico	sedico	20	BL		46.1056	12.0933	4
32036	Roe Alte	roe-alte	20	BL		46.1342	12.1183	4
32036	Mas	mas	20	BL		46.1519	12.1296	4
32037	Mis	mis	20	BL		46.1541	12.0868	4
32037	Sospirolo	sospirolo	20	BL		46.1413	12.0737	4
32038	Vas	vas	20	BL	025070	45.938	11.9358	4
32038	Quero Vas	quero-vas	20	BL	025070	45.9295	11.9336	3
32038	Quero	quero	20	BL	025070	45.9209	11.9315	4
32040	Lozzo Di Cadore	lozzo-di-cadore	20	BL		46.4864	12.4449	4
32040	Vigo Di Cadore	vigo-di-cadore	20	BL		46.499	12.4711	4
32040	Villapiccola	villapiccola	20	BL		46.55	12.45	4
32040	Padola	padola	20	BL		46.6034	12.4793	4
32040	Domegge Di Cadore	domegge-di-cadore	20	BL		46.4567	12.4072	4
32040	Danta Di Cadore	danta-di-cadore	20	BL		46.567	12.5206	4
32040	Presenaio	presenaio	20	BL		46.5748	12.6003	4
32040	Pelos	pelos	20	BL		46.4894	12.4599	4
32040	Laggio Di Cadore	laggio-di-cadore	20	BL		46.4963	12.4805	4
32040	Comelico Superiore	comelico-superiore	20	BL		46.5891	12.5148	4
32040	Lorenzago Di Cadore	lorenzago-di-cadore	20	BL		46.4795	12.4598	4
32040	San Pietro Di Cadore	san-pietro-di-cadore	20	BL		46.5719	12.5869	4
32040	Vodo Cadore	vodo-cadore	20	BL		46.4192	12.2456	4
32040	Candide	candide	20	BL		46.5891	12.5148	4
32040	Valle Di Cadore	valle-di-cadore	20	BL		46.4181	12.3343	4
32040	Pelos Di Cadore	pelos-di-cadore	20	BL		46.4894	12.4599	4
32040	Masarie'	masarie	20	BL		46.3963	12.2943	4
32040	Costalta	costalta	20	BL		46.5802	12.574	4
32040	Dosoledo	dosoledo	20	BL		46.5994	12.4917	4
32040	Cibiana Di Cadore	cibiana-di-cadore	20	BL		46.3886	12.2866	4
32040	San Nicolo' Di Comelico	san-nicolo-di-comelico	20	BL		46.5073	12.4464	3
32040	Venas	venas	20	BL		46.4101	12.2982	4
32040	Villaggio Turistico Di Borca Di Cadore	villaggio-turistico-di-borca-di-cadore	20	BL		46.5073	12.4464	3
32040	Casamazzagno	casamazzagno	20	BL		46.5073	12.4464	3
32040	Borca Di Cadore	borca-di-cadore	20	BL		46.5073	12.4464	3
32040	Vallesella	vallesella	20	BL		46.5073	12.4464	3
32041	Reane	reane	20	BL		46.5631	12.4256	4
32041	Giralba	giralba	20	BL		46.5772	12.3611	4
32041	Auronzo Di Cadore	auronzo-di-cadore	20	BL		46.5738	12.3465	3
32041	Misurina	misurina	20	BL		46.5811	12.2527	4
32042	Calalzo Di Cadore	calalzo-di-cadore	20	BL		46.4464	12.3818	4
32043	Cortina D'Ampezzo	cortina-d-ampezzo	20	BL		46.5369	12.139	4
32043	Verocai	verocai	20	BL		46.522	12.1484	3
32043	Acquabona	acquabona	20	BL		46.5056	12.1578	4
32043	Zuel	zuel	20	BL		46.5236	12.1483	4
32044	Pozzale	pozzale	20	BL		46.4365	12.3651	4
32044	Pieve Di Cadore	pieve-di-cadore	20	BL		46.4247	12.3642	4
32044	Sottocastello	sottocastello	20	BL		46.4306	12.3646	3
32044	Tai Di Cadore	tai-di-cadore	20	BL		46.4306	12.3646	3
32045	Santo Stefano Di Cadore	santo-stefano-di-cadore	20	BL		46.5583	12.5496	4
32045	Costalissoio	costalissoio	20	BL		46.5718	12.5475	4
32045	Campolongo Di Cadore	campolongo-di-cadore	20	BL		46.5645	12.581	4
32046	Chiapuzza	chiapuzza	20	BL		46.4736	12.2011	4
32046	San Vito Di Cadore	san-vito-di-cadore	20	BL		46.4736	12.2011	3
32047	Granvilla	granvilla	20	BL		46.5676	12.6893	4
32047	Sappada	sappada	20	BL		46.5666	12.6842	4
32100	Belluno	belluno	20	BL		46.1426	12.2156	4
32100	Sossai	sossai	20	BL		46.1236	12.2539	4
32100	Sois	sois	20	BL		46.1339	12.1644	4
32100	Salce	salce	20	BL		46.1222	12.1658	4
32100	Tisoi	tisoi	20	BL		46.1637	12.1691	4
32100	Castion	castion	20	BL		46.1215	12.2351	4
32100	Bes	bes	20	BL		46.1235	12.152	4
32100	Levego	levego	20	BL		46.1568	12.2649	4
32100	Safforze	safforze	20	BL		46.1728	12.2544	4
32100	Fiammoi	fiammoi	20	BL		46.1386	12.2059	3
32100	Bolzano Di Belluno	bolzano-di-belluno	20	BL		46.1629	12.1873	4
32100	Antole	antole	20	BL		46.1395	12.16	4
32100	Caleipo	caleipo	20	BL		46.1236	12.2539	4
32100	Visome	visome	20	BL		46.115	12.2007	4
35010	Villafranca Padovana	villafranca-padovana	20	PD		45.4919	11.7935	4
35010	Pieve	pieve	20	PD		45.5392	11.8293	4
35010	Ponterotto	ponterotto	20	PD		45.4526	11.8283	4
35010	Limena	limena	20	PD		45.4695	11.8457	4
35010	Camazzole	camazzole	20	PD		45.6467	11.6987	4
35010	Ronchi Di Campanile	ronchi-di-campanile	20	PD		45.4579	11.7748	4
35010	Trebaseleghe	trebaseleghe	20	PD		45.5929	12.0439	4
35010	Curtarolo	curtarolo	20	PD		45.5237	11.8369	4
35010	Marsango	marsango	20	PD		45.5472	11.8336	4
35010	Grantorto	grantorto	20	PD		45.6027	11.7317	4
35010	Abbazia Pisani	abbazia-pisani	20	PD		45.6127	11.8543	4
35010	Silvelle	silvelle	20	PD		45.5293	11.8762	3
35010	Fratte	fratte	20	PD		45.5833	11.9	4
35010	Codiverno	codiverno	20	PD		45.4758	11.9456	4
35010	Terraglione	terraglione	20	PD		45.4841	11.8966	4
35010	Villanova	villanova	20	PD		45.4889	11.9747	4
35010	Santa Maria Di Non	santa-maria-di-non	20	PD		45.5132	11.8536	4
35010	Vigodarzere	vigodarzere	20	PD		45.4575	11.8855	4
35010	Villa Del Conte	villa-del-conte	20	PD		45.5847	11.8594	4
35010	Villanova Di Camposampiero	villanova-di-camposampiero	20	PD		45.5293	11.8762	3
35010	Santa Giustina In Colle	santa-giustina-in-colle	20	PD		45.5751	11.9004	4
35010	Cadoneghe	cadoneghe	20	PD		45.4428	11.9275	4
35010	Sant'Ambrogio	sant-ambrogio	20	PD		45.6061	12.0786	4
35010	Loreggiola	loreggiola	20	PD		45.6089	11.919	4
35010	Tavo	tavo	20	PD		45.5007	11.8608	4
35010	Taggi'	taggi	20	PD		45.4607	11.8187	4
35010	Massanzago	massanzago	20	PD		45.5293	11.8762	3
35010	San Giorgio In Bosco	san-giorgio-in-bosco	20	PD		45.5886	11.8074	4
35010	San Pietro In Gu	san-pietro-in-gu	20	PD		45.6088	11.6736	4
35010	Perarolo	perarolo	20	PD		45.4335	11.9608	4
35010	Carmignano Di Brenta	carmignano-di-brenta	20	PD		45.6258	11.706	4
35010	San Giorgio Delle Pertiche	san-giorgio-delle-pertiche	20	PD		45.541	11.894	4
35010	Ca' Baglioni	ca-baglioni	20	PD		45.55	12	4
35010	San Vito	san-vito	20	PD		45.4188	11.9621	4
35010	San Michele Delle Badesse	san-michele-delle-badesse	20	PD		45.5352	11.9411	4
35010	Cavino	cavino	20	PD		45.5171	11.8847	4
35010	Campo San Martino	campo-san-martino	20	PD		45.5487	11.8281	4
35010	Campodoro	campodoro	20	PD		45.4895	11.7527	4
35010	Saletto Di Vigodarzere	saletto-di-vigodarzere	20	PD		45.474	11.8604	4
35010	Fossalta Di Trebaseleghe	fossalta-di-trebaseleghe	20	PD		45.5756	12.0032	4
35010	Borgoricco	borgoricco	20	PD		45.5352	11.9411	4
35010	Arsego	arsego	20	PD		45.5333	11.8667	4
35010	Vigonza	vigonza	20	PD		45.4348	11.9747	4
35010	Loreggia	loreggia	20	PD		45.5973	11.9477	4
35010	Mejaniga	mejaniga	20	PD		45.4577	11.9064	4
35010	Gazzo	gazzo	20	PD		45.5824	11.7072	4
35010	Fossalta	fossalta	20	PD		45.5756	12.0032	4
35010	Pionca	pionca	20	PD		45.4659	11.9623	4
35010	Pieve Di Curtarolo	pieve-di-curtarolo	20	PD		45.5392	11.8293	4
35011	Campodarsego	campodarsego	20	PD		45.4981	11.9219	4
35011	Sant'Andrea Di Campodarsego	sant-andrea-di-campodarsego	20	PD		45.4981	11.9219	3
35012	Rustega	rustega	20	PD		45.5692	11.9762	4
35012	Camposampiero	camposampiero	20	PD		45.5637	11.9353	4
35013	Cittadella	cittadella	20	PD		45.6452	11.7845	4
35013	Santa Croce Bigolina	santa-croce-bigolina	20	PD		45.6657	11.7185	4
35013	Laghi	laghi	20	PD		45.6672	11.742	4
35014	Fontaniva	fontaniva	20	PD		45.6352	11.7538	4
35015	Galliera Veneta	galliera-veneta	20	PD		45.6675	11.8222	4
35016	Vaccarino	vaccarino	20	PD		45.5076	11.8256	4
35016	Presina	presina	20	PD		45.5609	11.752	4
35016	Piazzola Sul Brenta	piazzola-sul-brenta	20	PD		45.5385	11.7844	4
35016	Tremignon	tremignon	20	PD		45.5208	11.8058	4
35017	Levada	levada	20	PD		45.6245	12.0569	4
35017	Torreselle	torreselle	20	PD		45.6303	12.0225	4
35017	Piombino Dese	piombino-dese	20	PD		45.6096	11.9942	4
35017	Ronchi	ronchi	20	PD		45.5222	11.9811	4
35018	San Martino Di Lupari	san-martino-di-lupari	20	PD		45.6513	11.86	4
35019	Tombolo	tombolo	20	PD		45.6392	11.8244	4
35019	Onara	onara	20	PD		45.6167	11.8167	4
35020	Sant'Angelo Di Piove Di Sacco	sant-angelo-di-piove-di-sacco	20	PD		45.3174	12.0094	4
35020	Masera' Di Padova	masera-di-padova	20	PD		45.3183	11.8654	4
35020	Mandriola	mandriola	20	PD		45.3693	11.851	4
35020	Conche	conche	20	PD		45.2375	12.1695	4
35020	Carrara Santo Stefano	carrara-santo-stefano	20	PD		45.2853	11.8256	4
35020	Codevigo	codevigo	20	PD		45.2663	12.0996	4
35020	Tribano	tribano	20	PD		45.2091	11.8364	4
35020	Arzergrande	arzergrande	20	PD		45.2728	12.0484	4
35020	Casone	casone	20	PD		45.3185	12.0934	4
35020	Ponte San Nicolo'	ponte-san-nicolo	20	PD		45.3672	11.9234	4
35020	Brugine	brugine	20	PD		45.297	11.992	4
35020	Conche Di Codevigo	conche-di-codevigo	20	PD		45.2375	12.1695	4
35020	Polverara	polverara	20	PD		45.3094	11.9547	4
35020	Pernumia	pernumia	20	PD		45.259	11.7872	4
35020	Correzzola	correzzola	20	PD		45.2355	12.0674	4
35020	Pozzonovo	pozzonovo	20	PD		45.1963	11.7917	4
35020	Due Carrare	due-carrare	20	PD		45.2915	11.824	4
35020	Bertipaglia	bertipaglia	20	PD		45.3159	11.8855	4
35020	Terradura	terradura	20	PD		45.3229	11.8243	4
35020	Campagnola	campagnola	20	PD		45.2787	11.999	4
35020	Terrassa Padovana	terrassa-padovana	20	PD		45.2441	11.9027	4
35020	Arre	arre	20	PD		45.2175	11.9286	4
35020	Legnaro	legnaro	20	PD		45.3424	11.9648	4
35020	Carrara San Giorgio	carrara-san-giorgio	20	PD		45.2926	11.8184	4
35020	Arzercavalli	arzercavalli	20	PD		45.2444	11.9392	4
35020	San Pietro Viminario	san-pietro-viminario	20	PD		45.245	11.8205	4
35020	Sant'Agostino	sant-agostino	20	PD		45.3693	11.851	4
35020	Saonara	saonara	20	PD		45.3653	11.9848	4
35020	Albignasego	albignasego	20	PD		45.3471	11.8678	4
35020	Villatora	villatora	20	PD		45.3877	11.9674	4
35020	Candiana	candiana	20	PD		45.2218	11.9926	4
35020	Cive'	cive	20	PD		45.2082	12.1494	4
35020	Vallonga	vallonga	20	PD		45.2725	12.0786	4
35020	Casalserugo	casalserugo	20	PD		45.3155	11.9123	4
35020	Roncaglia	roncaglia	20	PD		45.3493	11.8077	4
35020	Vigorovea	vigorovea	20	PD		45.2993	11.9378	3
35021	Agna	agna	20	PD		45.1705	11.9563	4
35022	Borgoforte	borgoforte	20	PD		45.1464	11.9422	4
35022	Anguillara Veneta	anguillara-veneta	20	PD		45.1425	11.8846	4
35023	Le Casette	le-casette	20	PD		45.1764	11.9289	4
35023	Bagnoli Di Sopra	bagnoli-di-sopra	20	PD		45.1867	11.8843	4
35023	San Siro	san-siro	20	PD		45.1819	11.9196	4
35024	Bovolenta	bovolenta	20	PD		45.2689	11.9358	4
35025	Cartura	cartura	20	PD		45.2684	11.8568	4
35025	Cagnola	cagnola	20	PD		45.2823	11.8683	4
35026	Conselve	conselve	20	PD		45.2315	11.875	4
35027	Oltre Brenta	oltre-brenta	20	PD		45.4121	11.998	4
35027	Noventa Padovana	noventa-padovana	20	PD		45.4121	11.998	3
35028	Arzerello	arzerello	20	PD		45.2738	12.0254	4
35028	Piovega	piovega	20	PD		45.3175	12.02	4
35028	Corte	corte	20	PD		45.3084	12.0717	4
35028	Piove Di Sacco	piove-di-sacco	20	PD		45.2966	12.0368	4
35029	Pontelongo	pontelongo	20	PD		45.2459	12.0258	4
35030	Cinto Euganeo	cinto-euganeo	20	PD		45.275	11.6606	4
35030	Tencarola	tencarola	20	PD		45.3949	11.8092	4
35030	Galzignano	galzignano	20	PD		45.308	11.7313	4
35030	Caselle Di Selvazzano Dentro	caselle-di-selvazzano-dentro	20	PD		45.4113	11.8166	4
35030	Caselle	caselle	20	PD		45.4113	11.8166	4
35030	Vo' Vecchio	vo-vecchio	20	PD		45.327	11.6195	4
35030	Montemerlo	montemerlo	20	PD		45.3803	11.7081	4
35030	Sarmeola	sarmeola	20	PD		45.424	11.8167	4
35030	Villaguattera	villaguattera	20	PD		45.4441	11.8177	4
35030	Selvazzano Dentro	selvazzano-dentro	20	PD		45.3876	11.7923	4
35030	Bastia Di Rovolon	bastia-di-rovolon	20	PD		45.3861	11.652	4
35030	Saccolongo	saccolongo	20	PD		45.4015	11.7486	4
35030	Bosco	bosco	20	PD		45.4434	11.7953	4
35030	Feriole	feriole	20	PD		45.3752	11.7537	4
35030	Cervarese Santa Croce	cervarese-santa-croce	20	PD		45.4244	11.6879	4
35030	Galzignano Terme	galzignano-terme	20	PD		45.3709	11.7278	3
35030	Baone	baone	20	PD		45.2417	11.6846	4
35030	Valsanzibio	valsanzibio	20	PD		45.2935	11.7235	4
35030	Veggiano	veggiano	20	PD		45.4472	11.7128	4
35030	Rovolon	rovolon	20	PD		45.3667	11.6625	4
35030	Rivadolmo	rivadolmo	20	PD		45.249	11.6444	4
35030	Fossona	fossona	20	PD		45.3709	11.7278	3
35030	Bastia	bastia	20	PD		45.3861	11.652	4
35030	Rubano	rubano	20	PD		45.4251	11.7915	4
35030	Vo'	vo	20	PD		45.3283	11.6415	4
35031	Abano Terme	abano-terme	20	PD		45.3575	11.7872	4
35031	Monteortone	monteortone	20	PD		45.3575	11.7872	3
35032	Arqua' Petrarca	arqua-petrarca	20	PD		45.2691	11.7205	4
35034	Lozzo Atestino	lozzo-atestino	20	PD		45.2938	11.605	4
35034	Lanzetta	lanzetta	20	PD		45.3136	11.6034	4
35035	Mestrino	mestrino	20	PD		45.4414	11.7593	4
35035	Arlesega	arlesega	20	PD		45.4613	11.7194	4
35036	Montegrotto Terme	montegrotto-terme	20	PD		45.3312	11.7863	4
35037	Treponti	treponti	20	PD		45.3673	11.7091	4
35037	Villa Di Teolo	villa-di-teolo	20	PD		45.3536	11.6873	4
35037	Bresseo	bresseo	20	PD		45.3589	11.6987	3
35037	San Biagio	san-biagio	20	PD		45.3752	11.7371	4
35037	Teolo	teolo	20	PD		45.345	11.6729	4
35037	Villa	villa	20	PD		45.3536	11.6873	4
35038	Torreglia	torreglia	20	PD		45.3362	11.7361	4
35040	Castelbaldo	castelbaldo	20	PD		45.1223	11.4552	4
35040	Bresega	bresega	20	PD		45.2076	11.5832	4
35040	Villa Estense	villa-estense	20	PD		45.1746	11.6702	4
35040	Megliadino San Fidenzio	megliadino-san-fidenzio	20	PD		45.2174	11.516	4
35040	Masi	masi	20	PD		45.1089	11.4892	4
35040	Ponso	ponso	20	PD		45.1823	11.5793	4
35040	Carmignano	carmignano	20	PD		45.1513	11.6481	4
35040	Vescovana	vescovana	20	PD		45.1342	11.7126	4
35040	Merlara	merlara	20	PD		45.167	11.445	4
35040	Boara Pisani	boara-pisani	20	PD		45.1081	11.7827	4
35040	San Fidenzio	san-fidenzio	20	PD		45.2162	11.518	4
35040	Carceri	carceri	20	PD		45.1951	11.6211	4
35040	Piacenza D'Adige	piacenza-d-adige	20	PD		45.1275	11.5433	4
35040	Casale Di Scodosia	casale-di-scodosia	20	PD		45.1922	11.4744	4
35040	Valli Mocenighe	valli-mocenighe	20	PD		45.1611	11.5674	4
35040	Santa Margherita D'Adige	santa-margherita-d-adige	20	PD		45.2121	11.5576	4
35040	Urbana	urbana	20	PD		45.1928	11.4449	4
35040	Megliadino San Vitale	megliadino-san-vitale	20	PD		45.1958	11.524	4
35040	Vighizzolo D'Este	vighizzolo-d-este	20	PD		45.1763	11.6247	4
35040	Sant'Urbano	sant-urbano	20	PD		45.1271	11.6461	4
35040	Ca' Morosini	ca-morosini	20	PD		45.1127	11.6189	4
35040	Colombare	colombare	20	PD		45.1212	11.5102	4
35040	Sant'Elena	sant-elena	20	PD		45.1874	11.7117	4
35040	Granze	granze	20	PD		45.1565	11.7147	4
35040	Valli Moceniche	valli-moceniche	20	PD		45.162	11.5865	3
35040	Barbona	barbona	20	PD		45.1034	11.7049	4
35041	Battaglia Terme	battaglia-terme	20	PD		45.2853	11.7838	4
35042	Este	este	20	PD		45.2234	11.6638	4
35042	Pilastro	pilastro	20	PD		45.3493	11.8077	4
35042	Deserto	deserto	20	PD		45.2014	11.69	4
35043	Monselice	monselice	20	PD		45.239	11.7498	4
35043	San Cosma	san-cosma	20	PD		45.2236	11.7919	4
35043	Costa Calcinara	costa-calcinara	20	PD		45.2313	11.7709	3
35044	Montagnana	montagnana	20	PD		45.2323	11.4648	4
35045	Ospedaletto Euganeo	ospedaletto-euganeo	20	PD		45.2184	11.6035	4
35046	Saletto	saletto	20	PD		45.2289	11.5378	4
35047	Solesino	solesino	20	PD		45.1792	11.7465	4
35048	Ponte Gorzone	ponte-gorzone	20	PD		45.1438	11.7617	4
35048	Stanghella	stanghella	20	PD		45.1351	11.7574	4
35048	Pisana	pisana	20	PD		45.1708	11.7537	4
35100	Padova	padova	20	PD		45.408	11.8859	4
35121	Padova	padova	20	PD		45.408	11.8859	4
35122	Padova	padova	20	PD		45.408	11.8859	4
35123	Padova	padova	20	PD		45.408	11.8859	4
35124	Salboro	salboro	20	PD		45.408	11.8859	3
35124	Padova	padova	20	PD		45.408	11.8859	4
35125	Guizza	guizza	20	PD		45.3493	11.8077	3
35125	Padova	padova	20	PD		45.408	11.8859	4
35126	Padova	padova	20	PD		45.408	11.8859	4
35127	Camin	camin	20	PD		45.4	11.95	4
35127	Terranegra	terranegra	20	PD		45.404	11.9179	3
35127	Padova	padova	20	PD		45.408	11.8859	4
35128	Padova	padova	20	PD		45.408	11.8859	4
35129	Ponte Di Brenta	ponte-di-brenta	20	PD		45.4167	11.9333	4
35129	Mortise	mortise	20	PD		45.4123	11.9096	3
35129	Padova	padova	20	PD		45.408	11.8859	4
35131	Padova	padova	20	PD		45.408	11.8859	4
35132	Padova	padova	20	PD		45.408	11.8859	4
35133	Padova	padova	20	PD		45.408	11.8859	4
35134	Padova	padova	20	PD		45.408	11.8859	4
35135	Padova	padova	20	PD		45.408	11.8859	4
35136	Padova	padova	20	PD		45.408	11.8859	4
35137	Padova	padova	20	PD		45.408	11.8859	4
35138	Monta'	monta	20	PD		45.408	11.8859	3
35138	Padova	padova	20	PD		45.408	11.8859	4
35139	Padova	padova	20	PD		45.408	11.8859	4
35141	Padova	padova	20	PD		45.408	11.8859	4
35142	Mandria	mandria	20	PD		45.1667	11.6667	4
35142	Padova	padova	20	PD		45.408	11.8859	4
35143	Brusegana	brusegana	20	PD		45.408	11.8859	3
35143	Padova	padova	20	PD		45.408	11.8859	4
45010	Pettorazza Grimani	pettorazza-grimani	20	RO		45.1359	11.9878	4
45010	Villadose	villadose	20	RO		45.0722	11.899	4
45010	Braglia	braglia	20	RO		44.9845	12.0338	4
45010	Rosolina	rosolina	20	RO		45.0767	12.2298	4
45010	Papozze	papozze	20	RO		44.9833	12.1667	4
45010	Lama Polesine	lama-polesine	20	RO		45.0565	12.0192	3
45010	Lama Pezzoli	lama-pezzoli	20	RO		45.0436	11.9094	4
45010	Canale	canale	20	RO		45.0638	11.8603	4
45010	Rosolina Mare	rosolina-mare	20	RO		45.1319	12.3232	4
45010	Ceregnano	ceregnano	20	RO		45.0481	11.8679	4
45010	Gavello	gavello	20	RO		45.0247	11.9137	4
45011	Baricetta	baricetta	20	RO		45.0579	11.9976	4
45011	Ca' Emo	ca-emo	20	RO		45.0852	11.9746	4
45011	Fasana Polesine	fasana-polesine	20	RO		45.0967	12.0145	4
45011	Bellombra	bellombra	20	RO		45.0108	12.0344	4
45011	Valliera	valliera	20	RO		45.0564	12.1817	4
45011	Cavedon	cavedon	20	RO		45.0581	11.8129	4
45011	Fasana	fasana	20	RO		45.0967	12.0145	4
45011	Cavanella Po	cavanella-po	20	RO		45.0314	12.1552	4
45011	Passetto	passetto	20	RO		45.1015	12.0596	4
45011	Bottrighe	bottrighe	20	RO		45.0255	12.0824	4
45011	Piantamelon	piantamelon	20	RO		45.048	12.0866	4
45011	Adria	adria	20	RO		45.0544	12.056	4
45012	Riva'	riva	20	RO		44.9308	12.2281	4
45012	Ariano Nel Polesine	ariano-nel-polesine	20	RO		44.9594	12.1676	3
45012	Santa Maria In Punta	santa-maria-in-punta	20	RO		44.9746	12.0732	4
45012	Grillara	grillara	20	RO		44.9817	12.1914	4
45012	San Basilio	san-basilio	20	RO		44.9462	12.177	4
45012	Crociara	crociara	20	RO		44.9594	12.1676	3
45012	Ariano	ariano	20	RO		44.946	12.1245	4
45012	Piano	piano	20	RO		44.9769	12.2117	4
45014	Villaregia	villaregia	20	RO		44.958	12.3013	4
45014	Donada	donada	20	RO		45.0406	12.2169	4
45014	Contarina	contarina	20	RO		45.0278	12.2286	4
45014	Porto Viro	porto-viro	20	RO		45.0222	12.2108	4
45015	Corbola	corbola	20	RO		45.0027	12.0857	4
45017	Loreo	loreo	20	RO		45.0621	12.1881	4
45018	Boccasette	boccasette	20	RO		44.9992	12.4233	4
45018	Scardovari	scardovari	20	RO		44.8977	12.4546	4
45018	Ivica	ivica	20	RO		44.9358	12.3885	3
45018	Gnocca	gnocca	20	RO		44.8872	12.3358	4
45018	Tolle	tolle	20	RO		44.9544	12.411	4
45018	Ca' Tiepolo	ca-tiepolo	20	RO		44.9486	12.3392	4
45018	Donzella	donzella	20	RO		44.9305	12.3312	4
45018	Ca' Dolfin	ca-dolfin	20	RO		44.9392	12.4319	4
45018	Bonelli	bonelli	20	RO		44.8691	12.4624	4
45018	Ca' Zuliani	ca-zuliani	20	RO		44.9592	12.4245	4
45018	Porto Tolle	porto-tolle	20	RO		44.9497	12.3245	4
45018	Ca' Venier	ca-venier	20	RO		44.9589	12.3353	4
45019	Taglio Di Po	taglio-di-po	20	RO		45.0019	12.2139	4
45019	Polesinello	polesinello	20	RO		44.8995	12.317	4
45019	Mazzorno	mazzorno	20	RO		45.0146	12.1126	4
45019	Ca' Vendramin	ca-vendramin	20	RO		44.9433	12.2992	4
45019	Mazzorno Destro	mazzorno-destro	20	RO		44.9648	12.2356	3
45020	Castelguglielmo	castelguglielmo	20	RO		45.0254	11.5369	4
45020	San Bellino	san-bellino	20	RO		45.0294	11.5922	4
45020	Zelo	zelo	20	RO		45.0492	11.4107	4
45020	Giacciano Con Baruchella	giacciano-con-baruchella	20	RO		45.0672	11.4504	4
45020	Baruchella	baruchella	20	RO		45.066	11.4521	4
45020	Ca Morosini	ca-morosini	20	RO		45.1127	11.6189	4
45020	Villanova Del Ghebbo	villanova-del-ghebbo	20	RO		45.0578	11.548	3
45020	Cavazzana	cavazzana	20	RO		45.0933	11.6299	4
45020	Canda	canda	20	RO		45.0361	11.5033	4
45020	Lusia	lusia	20	RO		45.0985	11.6651	4
45020	Pincara	pincara	20	RO		45.0006	11.621	4
45021	Colombano	colombano	20	RO		45.1061	11.5231	4
45021	Badia Polesine	badia-polesine	20	RO		45.0951	11.4944	4
45021	Villa D'Adige	villa-d-adige	20	RO		45.1092	11.4363	4
45021	Salvaterra	salvaterra	20	RO		45.0808	11.5095	4
45022	Bagnolo Di Po	bagnolo-di-po	20	RO		45.0155	11.5009	4
45023	Costa Di Rovigo	costa-di-rovigo	20	RO		45.0518	11.6956	4
45024	Fiesso Umbertiano	fiesso-umbertiano	20	RO		44.9607	11.6058	4
45025	Fratta Polesine	fratta-polesine	20	RO		45.0282	11.6427	4
45026	Barbuglio	barbuglio	20	RO		45.1127	11.5996	4
45026	Saguedo	saguedo	20	RO		45.1016	11.5897	4
45026	Lendinara	lendinara	20	RO		45.083	11.6032	4
45026	Ramodipalo Rasa	ramodipalo-rasa	20	RO		45.0797	11.5611	4
45026	Ramodipalo	ramodipalo	20	RO		45.0797	11.5611	4
45027	Trecenta	trecenta	20	RO		45.0294	11.4593	4
45027	Sariano	sariano	20	RO		45.0066	11.4166	4
45027	Pissatola	pissatola	20	RO		45.049	11.4719	4
45030	Villanova Marchesana	villanova-marchesana	20	RO		44.9923	11.9667	4
45030	San Pietro Polesine	san-pietro-polesine	20	RO		45.0594	11.3291	4
45030	Calto	calto	20	RO		44.9907	11.3585	4
45030	San Martino Di Venezze	san-martino-di-venezze	20	RO		45.1253	11.8702	4
45030	Crespino	crespino	20	RO		44.9853	11.8896	4
45030	Guarda Veneta	guarda-veneta	20	RO		44.9819	11.8018	4
45030	Frassinelle Polesine	frassinelle-polesine	20	RO		44.9952	11.6988	4
45030	Ceneselli	ceneselli	20	RO		45.0138	11.3694	4
45030	Gaiba	gaiba	20	RO		44.9457	11.4809	4
45030	Pontecchio Polesine	pontecchio-polesine	20	RO		45.0202	11.8132	4
45030	Villamarzana	villamarzana	20	RO		45.0146	11.6923	4
45030	Occhiobello	occhiobello	20	RO		44.9224	11.5814	4
45030	Santa Maria Maddalena	santa-maria-maddalena	20	RO		44.9023	11.6066	4
45030	Chiesa	chiesa	20	RO		44.9799	11.6838	4
45030	Castelnovo Bariano	castelnovo-bariano	20	RO		45.0274	11.2876	4
45030	Beverare	beverare	20	RO		45.133	11.9454	4
45030	Trona Di Sopra	trona-di-sopra	20	RO		45.0044	11.6354	3
45030	Salara	salara	20	RO		44.9859	11.4266	4
45031	Arqua' Polesine	arqua-polesine	20	RO		45.0101	11.7398	4
45031	Corne'	corne	20	RO		45.0256	11.7447	4
45032	Bergantino	bergantino	20	RO		45.0614	11.2524	4
45033	Bosaro	bosaro	20	RO		44.9988	11.7647	4
45034	Paviole	paviole	20	RO		44.915	11.6642	4
45034	Canaro	canaro	20	RO		44.9339	11.6754	4
45035	Castelmassa	castelmassa	20	RO		45.0183	11.3151	4
45036	Ficarolo	ficarolo	20	RO		44.9543	11.4366	4
45037	Melara	melara	20	RO		45.0642	11.2012	4
45037	Santo Stefano	santo-stefano	20	RO		45.0851	11.195	4
45038	Raccano	raccano	20	RO		44.9573	11.7295	4
45038	Polesella	polesella	20	RO		44.9646	11.7489	4
45039	Stienta	stienta	20	RO		44.9397	11.5438	4
45039	Sabbioni	sabbioni	20	RO		45.0493	11.6588	4
45039	Zampine	zampine	20	RO		44.9511	11.5276	4
45100	Grignano Polesine	grignano-polesine	20	RO		45.0435	11.7468	4
45100	Roverdicre'	roverdicre	20	RO		45.0667	11.75	4
45100	Sant'Apollinare	sant-apollinare	20	RO		45.0411	11.8253	4
45100	Mardimago	mardimago	20	RO		45.107	11.8374	4
45100	Cantonazzo	cantonazzo	20	RO		45.0777	11.7787	3
45100	Granzette	granzette	20	RO		45.0833	11.75	4
45100	Buso Sarzano	buso-sarzano	20	RO		45.0777	11.7787	3
45100	Boara Polesine	boara-polesine	20	RO		45.1167	11.8	4
45100	Borsea	borsea	20	RO		45.0777	11.7787	3
45100	Rovigo	rovigo	20	RO		45.0698	11.7902	4
45100	Sant'Apollinare Con Selva	sant-apollinare-con-selva	20	RO		45.0777	11.7787	3
45100	Concadirame	concadirame	20	RO		45.0937	11.7299	4
31010	Fregona	fregona	20	TV		46.008	12.3386	4
31010	Santa Maria Di Piave	santa-maria-di-piave	20	TV		45.8222	12.3078	4
31010	Maser	maser	20	TV		45.8074	11.975	4
31010	Colfosco	colfosco	20	TV	026083	45.82	12.2585	4
31010	Osigo	osigo	20	TV		46.0119	12.3501	4
31010	Santa Maria Del Piave	santa-maria-del-piave	20	TV		45.8222	12.3078	4
31010	Pianzano	pianzano	20	TV		45.9165	12.3887	4
31010	Priula	priula	20	TV		45.82	12.2585	4
31010	San Michele Di Piave	san-michele-di-piave	20	TV		45.7967	12.3463	4
31010	Godega Di Sant'Urbano	godega-di-sant-urbano	20	TV		45.9286	12.3969	4
31010	Cimadolmo	cimadolmo	20	TV		45.7852	12.3651	4
31010	Mosnigo	mosnigo	20	TV		45.863	12.0785	4
31010	Fonte Alto	fonte-alto	20	TV		45.8021	11.8622	4
31010	Moriago Della Battaglia	moriago-della-battaglia	20	TV		45.8659	12.1008	4
31010	Mareno Di Piave	mareno-di-piave	20	TV		45.8457	12.337	4
31010	Farra Di Soligo	farra-di-soligo	20	TV		45.9053	12.1244	4
31010	Col San Martino	col-san-martino	20	TV		45.9002	12.1158	4
31010	Crespignaga	crespignaga	20	TV		45.7937	11.9428	4
31010	Orsago	orsago	20	TV		45.9296	12.4271	4
31010	One'	one	20	TV		45.7837	11.874	4
31010	Bibano	bibano	20	TV		45.9075	12.4327	4
31010	Monfumo	monfumo	20	TV		45.8308	11.9203	4
31010	Fonte	fonte	20	TV		45.8624	12.1937	3
31010	Soligo	soligo	20	TV		45.915	12.155	4
31010	Ponte Della Priula	ponte-della-priula	20	TV		45.8624	12.1937	3
31010	Muliparte	muliparte	20	TV		45.8159	11.9846	4
31011	Pagnano	pagnano	20	TV		45.8088	11.8888	4
31011	Casella D'Asolo	casella-d-asolo	20	TV		45.7898	11.9019	3
31011	Asolo	asolo	20	TV		45.7885	11.917	4
31011	Villa D'Asolo	villa-d-asolo	20	TV		45.7719	11.8998	4
31012	Anzano	anzano	20	TV		45.9883	12.3292	4
31012	Cappella Maggiore	cappella-maggiore	20	TV		45.9722	12.3585	4
31013	Cimetta	cimetta	20	TV		45.867	12.434	3
31013	Roverbasso	roverbasso	20	TV		45.8736	12.4552	4
31013	Codogne'	codogne	20	TV		45.8605	12.4128	4
31014	Colle Umberto	colle-umberto	20	TV		45.9424	12.3423	4
31014	San Martino Di Colle Umberto	san-martino-di-colle-umberto	20	TV		45.9574	12.3381	4
31014	San Martino	san-martino	20	TV		45.9081	12.3413	4
31015	Conegliano	conegliano	20	TV		45.888	12.302	4
31015	Collalbrigo	collalbrigo	20	TV		45.8852	12.2689	4
31015	Scomigo	scomigo	20	TV		45.9425	12.3201	4
31016	Cordignano	cordignano	20	TV		45.9494	12.4157	4
31016	Villa Di Villa	villa-di-villa	20	TV		45.9664	12.415	4
31017	Paderno Del Grappa	paderno-del-grappa	20	TV		45.8286	11.8577	4
31017	Crespano Del Grappa	crespano-del-grappa	20	TV		45.8279	11.8336	4
31018	Campomolino	campomolino	20	TV		45.8655	12.5136	4
31018	Gaiarine	gaiarine	20	TV		45.8808	12.4814	4
31018	Francenigo	francenigo	20	TV		45.908	12.5035	4
31018	Albina	albina	20	TV		45.8328	12.4672	4
31020	Cosniga	cosniga	20	TV		45.8875	12.3603	4
31020	Villorba	villorba	20	TV		45.7129	12.257	4
31020	San Zenone Degli Ezzelini	san-zenone-degli-ezzelini	20	TV		45.7804	11.8372	4
31020	Vidor	vidor	20	TV		45.9029	12.2773	4
31020	San Fior	san-fior	20	TV		45.9222	12.3614	4
31020	Bagnolo	bagnolo	20	TV		45.9112	12.2731	4
31020	Lago	lago	20	TV		45.9861	12.2148	4
31020	San Pietro Di Feletto	san-pietro-di-feletto	20	TV		45.9139	12.251	4
31020	Refrontolo	refrontolo	20	TV		45.923	12.2087	4
31020	San Vendemiano	san-vendemiano	20	TV		45.8873	12.3516	4
31020	San Fior Di Sotto	san-fior-di-sotto	20	TV		45.9034	12.3751	4
31020	Fossamerlo	fossamerlo	20	TV		45.8918	12.3299	4
31020	San Polo Di Piave	san-polo-di-piave	20	TV		45.7897	12.3929	4
31020	San Fior Di Sopra	san-fior-di-sopra	20	TV		45.9222	12.3614	4
31020	Ca' Rainati	ca-rainati	20	TV		45.7576	11.8511	4
31020	Castello Roganzuolo	castello-roganzuolo	20	TV		45.9207	12.3399	4
31020	Corbanese	corbanese	20	TV		45.9457	12.2403	4
31020	Rua	rua	20	TV		45.9136	12.2503	4
31020	Sernaglia Della Battaglia	sernaglia-della-battaglia	20	TV		45.8715	12.133	4
31020	Lancenigo	lancenigo	20	TV		45.7136	12.2736	4
31020	Revine Lago	revine-lago	20	TV		45.9994	12.2556	4
31020	Zoppe'	zoppe	20	TV		45.8881	12.4058	4
31020	Revine	revine	20	TV		45.9994	12.2556	4
31020	Tarzo	tarzo	20	TV		45.9771	12.2292	4
31020	Liedolo	liedolo	20	TV		45.7923	11.8203	4
31020	Falze' Di Piave	falze-di-piave	20	TV		45.868	12.1789	4
31021	Zerman	zerman	20	TV		45.5783	12.2686	4
31021	Campocroce	campocroce	20	TV		45.5846	12.2172	4
31021	Mogliano Veneto	mogliano-veneto	20	TV		45.5559	12.2429	4
31021	Marocco	marocco	20	TV		45.5354	12.2305	4
31021	Bonisiolo	bonisiolo	20	TV		45.5823	12.3175	4
31022	Preganziol	preganziol	20	TV		45.6014	12.2372	4
31022	Frescada	frescada	20	TV		45.6288	12.2367	4
31022	Borgo Verde	borgo-verde	20	TV		45.6002	12.2598	4
31022	San Trovaso	san-trovaso	20	TV		45.6289	12.2132	4
31022	Sambughe	sambughe	20	TV		45.594	12.2182	4
31023	Resana	resana	20	TV		45.6354	11.9547	4
31023	San Marco	san-marco	20	TV		45.6401	11.971	3
31023	Castelminio	castelminio	20	TV		45.6449	11.9873	4
31024	Roncadelle	roncadelle	20	TV		45.7578	12.4103	4
31024	Ormelle	ormelle	20	TV		45.7778	12.4243	4
31025	Santa Lucia Di Piave	santa-lucia-di-piave	20	TV		45.8616	12.2939	4
31026	Montaner	montaner	20	TV	026078	45.9982	12.3787	4
31026	Sarmede	sarmede	20	TV		45.9763	12.3858	4
31027	Visnadello	visnadello	20	TV		45.7587	12.2466	4
31027	Lovadina	lovadina	20	TV		45.7689	12.2514	3
31027	Spresiano	spresiano	20	TV		45.7791	12.2563	4
31028	Vazzola	vazzola	20	TV		45.8351	12.4085	4
31028	Visna'	visna	20	TV		45.8483	12.4268	4
31028	Tezze	tezze	20	TV		45.8147	12.3422	4
31029	Carpesica	carpesica	20	TV		45.9533	12.2913	4
31029	Vittorio Veneto	vittorio-veneto	20	TV		45.9803	12.3006	4
31029	San Giacomo Di Veglia	san-giacomo-di-veglia	20	TV		45.9928	12.3034	3
31029	Fadalto	fadalto	20	TV		46.0751	12.3377	4
31029	San Floriano	san-floriano	20	TV		45.9928	12.3034	3
31029	Cozzuolo	cozzuolo	20	TV		45.9626	12.2842	4
31029	Nove	nove	20	TV		45.9928	12.3034	3
31030	Valla'	valla	20	TV		45.7071	11.9327	4
31030	Caselle Di Altivole	caselle-di-altivole	20	TV		45.7497	11.98	4
31030	Pero	pero	20	TV		45.7063	12.3487	4
31030	Breda Di Piave	breda-di-piave	20	TV		45.744	12.1376	3
31030	Dosson	dosson	20	TV		45.636	12.2541	4
31030	Castelcucco	castelcucco	20	TV		45.6041	12.2158	4
31030	Borso Del Grappa	borso-del-grappa	20	TV		45.8103	11.7737	4
31030	Semonzo	semonzo	20	TV		45.744	12.1376	3
31030	San Bartolomeo	san-bartolomeo	20	TV		45.7181	12.4017	4
31030	San Vito Di Altivole	san-vito-di-altivole	20	TV		45.7551	11.9155	4
31030	Altivole	altivole	20	TV		45.7537	11.9562	4
31030	Castello Di Godego	castello-di-godego	20	TV		45.6927	11.88	4
31030	Tovena	tovena	20	TV		45.9768	12.1757	4
31030	Arcade	arcade	20	TV		45.7843	12.2197	4
31030	Cison Di Valmarino	cison-di-valmarino	20	TV		45.9669	12.1427	4
31030	Casier	casier	20	TV		45.6423	12.2933	4
31030	Vacil	vacil	20	TV		45.7098	12.3091	4
31030	Saletto	saletto	20	TV		45.7264	12.3956	4
31030	Sant'Eulalia	sant-eulalia	20	TV		45.8167	11.8158	4
31030	Mignagola	mignagola	20	TV		45.6887	12.3215	4
31030	Carbonera	carbonera	20	TV		45.6918	12.2825	4
31031	Caerano Di San Marco	caerano-di-san-marco	20	TV		45.7816	11.9985	4
31032	Lughignano	lughignano	20	TV		45.6253	12.3248	4
31032	Casale Sul Sile	casale-sul-sile	20	TV		45.5964	12.3265	4
31032	Conscio	conscio	20	TV		45.617	12.2822	4
31033	Sant'Andrea	sant-andrea	20	TV		45.6466	11.8964	4
31033	Salvarosa	salvarosa	20	TV		45.6681	11.9263	3
31033	Castelfranco Veneto	castelfranco-veneto	20	TV		45.6715	11.9276	4
31033	Salvatronda	salvatronda	20	TV		45.6743	11.9771	4
31033	Villarazzo	villarazzo	20	TV		45.6801	11.904	4
31034	Cavaso Del Tomba	cavaso-del-tomba	20	TV		45.8607	11.8984	4
31035	Ciano Del Montello	ciano-del-montello	20	TV		45.8239	12.0542	4
31035	Crocetta Del Montello	crocetta-del-montello	20	TV		45.8367	12.0336	4
31035	Ciano	ciano	20	TV		45.8239	12.0542	4
31036	Sala	sala	20	TV		45.7033	12.095	4
31036	Istrana	istrana	20	TV		45.6769	12.1012	4
31036	Pezzan	pezzan	20	TV		45.6934	12.0962	4
31036	Ospedaletto	ospedaletto	20	TV		45.6619	12.0788	4
31037	Bessica	bessica	20	TV		45.73	11.8654	4
31037	Ramon Campagna	ramon-campagna	20	TV		45.7104	11.8358	4
31037	Loria	loria	20	TV		45.73	11.8654	4
31037	Castione	castione	20	TV		45.7235	11.8555	3
31038	Postioma	postioma	20	TV		45.7175	12.1522	4
31038	Paese	paese	20	TV		45.6742	12.1639	4
31038	Castagnole	castagnole	20	TV		45.6885	12.1826	4
31038	Padernello	padernello	20	TV		45.6815	12.1268	4
31038	Porcellengo	porcellengo	20	TV		45.7061	12.1423	4
31039	Riese Pio X	riese-pio-x	20	TV		45.7286	11.918	4
31039	Spineda	spineda	20	TV		45.7504	11.8781	4
31039	Poggiana	poggiana	20	TV		45.7191	11.8818	4
31040	Pederobba	pederobba	20	TV		45.8757	11.9498	4
31040	Bavaria	bavaria	20	TV		45.8105	12.1861	4
31040	Signoressa	signoressa	20	TV		45.7503	12.1072	4
31040	Falze'	falze	20	TV		45.7438	12.0926	4
31040	Giavera Del Montello	giavera-del-montello	20	TV		45.7937	12.1667	4
31040	Gorgo Al Monticano	gorgo-al-monticano	20	TV		45.7914	12.55	4
31040	Chiarano	chiarano	20	TV		45.7296	12.5717	4
31040	Covolo	covolo	20	TV		45.8483	12.0052	4
31040	Santi Angeli Del Montello	santi-angeli-del-montello	20	TV		45.8319	12.1395	4
31040	Musano Di Trevignano	musano-di-trevignano	20	TV		45.7265	12.1179	4
31040	Mansue'	mansue	20	TV		45.8212	12.5351	4
31040	Trevignano	trevignano	20	TV		45.7367	12.0672	4
31040	Santi Angeli	santi-angeli	20	TV		45.8319	12.1395	4
31040	Cusignana	cusignana	20	TV		45.7861	12.1773	4
31040	Meduna Di Livenza	meduna-di-livenza	20	TV		45.8172	12.6283	4
31040	Musano	musano	20	TV		45.7265	12.1179	4
31040	Fossalta Maggiore	fossalta-maggiore	20	TV		45.7344	12.5488	4
31040	Portobuffole'	portobuffole	20	TV		45.8567	12.5376	4
31040	Segusino	segusino	20	TV		45.917	11.9556	4
31040	Selva Del Montello	selva-del-montello	20	TV		45.7884	12.1435	4
31040	Salgareda	salgareda	20	TV		45.705	12.4883	4
31040	Onigo	onigo	20	TV		45.857	11.9907	4
31040	Campo Di Pietra	campo-di-pietra	20	TV		45.7039	12.5365	4
31040	Volpago Del Montello	volpago-del-montello	20	TV		45.7777	12.1186	4
31040	Cessalto	cessalto	20	TV		45.7136	12.613	4
31040	Venegazzu'	venegazzu	20	TV		45.7793	12.0915	4
31040	Nervesa Della Battaglia	nervesa-della-battaglia	20	TV		45.8123	12.1984	4
31040	Campo Di Pietra Di Salgareda	campo-di-pietra-di-salgareda	20	TV		45.7039	12.5365	4
31041	Cornuda	cornuda	20	TV		45.8315	12.006	4
31042	Fagare'	fagare	20	TV		45.7069	12.4277	4
31042	Fagare' Della Battaglia	fagare-della-battaglia	20	TV		45.7069	12.4277	4
31043	Fontanelle	fontanelle	20	TV		45.8825	12.3709	4
31043	Lutrano	lutrano	20	TV		45.8142	12.4732	4
31044	Montebelluna	montebelluna	20	TV		45.775	12.049	4
31044	Biadene	biadene	20	TV		45.7886	12.0498	4
31045	Motta Di Livenza	motta-di-livenza	20	TV		45.7755	12.6041	4
31046	Oderzo	oderzo	20	TV		45.7811	12.4944	4
31046	Piavon	piavon	20	TV		45.7643	12.5267	4
31046	Rustigne'	rustigne	20	TV		45.7531	12.4835	4
31046	Fae'	fae	20	TV		45.7622	12.465	4
31047	Negrisia	negrisia	20	TV		45.7335	12.4359	4
31047	Ponte Di Piave	ponte-di-piave	20	TV		45.719	12.4619	4
31047	Levada	levada	20	TV		45.6968	12.3394	4
31048	Olmi Di Treviso	olmi-di-treviso	20	TV		45.684	12.3665	3
31048	Cavrie	cavrie	20	TV		45.7036	12.3697	4
31048	San Biagio Di Callalta	san-biagio-di-callalta	20	TV		45.6836	12.3772	4
31048	Olmi	olmi	20	TV		45.684	12.3665	3
31048	Spercenigo	spercenigo	20	TV		45.6648	12.3527	4
31049	Valdobbiadene	valdobbiadene	20	TV		45.8969	11.9824	4
31049	Pianezze	pianezze	20	TV		45.9258	12.0134	4
31049	Guia	guia	20	TV		45.9104	12.0569	4
31049	Santo Stefano	santo-stefano	20	TV		45.9024	12.0382	4
31049	Bigolino	bigolino	20	TV	026087	45.8667	12.0169	4
31049	San Pietro Di Barbozza	san-pietro-di-barbozza	20	TV		45.9004	12.0216	3
31049	San Vito Di Valdobbiadene	san-vito-di-valdobbiadene	20	TV		45.9004	12.0216	3
31050	Barcon	barcon	20	TV		45.7218	12.0128	4
31050	Santandra'	santandra	20	TV		45.7478	12.2011	4
31050	Ponzano Veneto	ponzano-veneto	20	TV		45.7154	12.2044	4
31050	Vedelago	vedelago	20	TV		45.6872	12.0185	4
31050	Combai	combai	20	TV		45.9295	12.0711	4
31050	Miane	miane	20	TV		45.9434	12.0925	4
31050	Fossalunga	fossalunga	20	TV		45.6916	12.0532	4
31050	Premaor	premaor	20	TV		45.9369	12.1247	4
31050	Camalo'	camalo	20	TV		45.7532	12.1717	4
31050	Monastier Di Treviso	monastier-di-treviso	20	TV		45.6578	12.4175	4
31050	Zenson Di Piave	zenson-di-piave	20	TV		45.6797	12.4891	4
31050	Morgano	morgano	20	TV		45.6481	12.1031	4
31050	Povegliano	povegliano	20	TV		45.7595	12.2094	4
31050	Vascon	vascon	20	TV		45.7217	12.2919	4
31050	Casacorba	casacorba	20	TV		45.6594	12.0389	4
31050	Albaredo	albaredo	20	TV		45.6672	12.011	4
31050	Cavasagra	cavasagra	20	TV		45.6623	12.0547	4
31050	Badoere	badoere	20	TV		45.6342	12.0852	4
31050	Cavasagra Di Vedelago	cavasagra-di-vedelago	20	TV		45.6623	12.0547	4
31050	Fanzolo	fanzolo	20	TV		45.7122	11.9902	4
31050	Carpenedo	carpenedo	20	TV		45.6753	12.0571	4
31051	Valmareno	valmareno	20	TV		45.9665	12.1295	4
31051	Pedeguarda	pedeguarda	20	TV		45.9289	12.15	4
31051	Follina	follina	20	TV		45.9535	12.1198	4
31052	Candelu'	candelu	20	TV		45.735	12.3722	4
31052	Varago	varago	20	TV		45.7373	12.3108	4
31052	Maserada Sul Piave	maserada-sul-piave	20	TV		45.752	12.3177	4
31053	Barbisano	barbisano	20	TV		45.8822	12.1863	4
31053	Pieve Di Soligo	pieve-di-soligo	20	TV		45.8984	12.1713	4
31053	Solighetto	solighetto	20	TV		45.9167	12.1678	4
31054	Possagno	possagno	20	TV		45.8479	11.8847	4
31055	Santa Cristina	santa-cristina	20	TV		45.6435	12.139	4
31055	Quinto Di Treviso	quinto-di-treviso	20	TV		45.6435	12.1651	4
31056	Musestre	musestre	20	TV		45.5886	12.3725	4
31056	Roncade	roncade	20	TV		45.6217	12.3764	4
31056	Biancade	biancade	20	TV		45.6487	12.3575	4
31056	San Cipriano	san-cipriano	20	TV		45.6136	12.3683	4
31057	Cendon	cendon	20	TV		45.638	12.325	4
31057	Sant'Elena	sant-elena	20	TV		45.6256	12.3351	4
31057	Silea	silea	20	TV		45.6544	12.297	4
31058	Susegana	susegana	20	TV		45.856	12.2574	4
31059	Scandolara	scandolara	20	TV		45.6146	12.0998	4
31059	Sant'Alberto	sant-alberto	20	TV		45.6131	12.1347	4
31059	Zero Branco	zero-branco	20	TV		45.5995	12.1638	4
31100	Treviso	treviso	20	TV		45.6667	12.2416	4
31100	Fiera	fiera	20	TV		45.6518	12.2145	3
31100	Canizzano	canizzano	20	TV		45.6368	12.1875	4
31100	Santa Maria Della Rovere	santa-maria-della-rovere	20	TV		45.6518	12.2145	3
31100	Selvana Bassa	selvana-bassa	20	TV		45.6518	12.2145	3
31100	Monigo	monigo	20	TV		45.6518	12.2145	3
30010	Campolongo Maggiore	campolongo-maggiore	20	VE		45.3235	12.0439	4
30010	Pegolotte	pegolotte	20	VE		45.1918	12.0379	4
30010	Campagna Lupia	campagna-lupia	20	VE		45.3538	12.0973	4
30010	Lughetto	lughetto	20	VE		45.3869	12.1302	4
30010	Liettoli	liettoli	20	VE		45.2935	12.08	3
30010	Cona	cona	20	VE		45.1839	12.0197	4
30010	Bojon	bojon	20	VE		45.2935	12.08	3
30010	Camponogara	camponogara	20	VE		45.3795	12.0864	4
30010	Cantarana	cantarana	20	VE		45.2007	12.0976	4
30010	Lova	lova	20	VE		45.328	12.1268	4
30013	Ca' Pasquali	ca-pasquali	20	VE		45.4615	12.4827	4
30013	Treporti	treporti	20	VE		45.4652	12.4564	4
30013	Cavallino Treporti	cavallino-treporti	20	VE		45.4646	12.4918	3
30013	Ca' Ballarin	ca-ballarin	20	VE		45.4681	12.5139	4
30013	Ca' Savio	ca-savio	20	VE		45.4537	12.4573	4
30013	Cavallino	cavallino	20	VE		45.4746	12.5486	4
30014	San Pietro	san-pietro	20	VE		45.118	12.1819	4
30014	Boscochiaro	boscochiaro	20	VE		45.1366	12.1218	4
30014	Rottanova Di Cavarzere	rottanova-di-cavarzere	20	VE		45.1436	12.0185	4
30014	Cavarzere	cavarzere	20	VE		45.1352	12.0845	4
30014	Rottanova	rottanova	20	VE		45.1436	12.0185	4
30014	San Pietro Di Cavarzere	san-pietro-di-cavarzere	20	VE		45.118	12.1819	4
30014	Villaggio Busonera	villaggio-busonera	20	VE		45.1465	12.0964	4
30015	Chioggia	chioggia	20	VE		45.2186	12.2777	4
30015	Sottomarina	sottomarina	20	VE		45.2139	12.2947	4
30015	Cavanella D'Adige	cavanella-d-adige	20	VE		45.1099	12.2445	4
30015	Sant'Anna	sant-anna	20	VE		45.1661	12.2736	4
30015	Valli	valli	20	VE		45.2234	12.1899	4
30015	Sant'Anna Di Chioggia	sant-anna-di-chioggia	20	VE		45.1661	12.2736	4
30015	Ca' Bianca	ca-bianca	20	VE		45.1922	12.205	4
30016	Lido Di Iesolo	lido-di-iesolo	20	VE		45.5069	12.6469	4
30016	Iesolo	iesolo	20	VE		45.5331	12.6447	4
30020	Gruaro	gruaro	20	VE		45.8347	12.8411	4
30020	Torre Di Fine	torre-di-fine	20	VE		45.5661	12.7495	4
30020	Eraclea Mare	eraclea-mare	20	VE		45.5497	12.7659	4
30020	Cinto Caomaggiore	cinto-caomaggiore	20	VE		45.8276	12.7813	4
30020	Bagnara	bagnara	20	VE		45.8417	12.8511	4
30020	Belfiore	belfiore	20	VE		45.7837	12.7274	4
30020	Torre Di Mosto	torre-di-mosto	20	VE		45.6863	12.7003	4
30020	Stretti	stretti	20	VE		45.6365	12.6882	4
30020	Quarto D'Altino	quarto-d-altino	20	VE		45.5794	12.3733	4
30020	Stretti Di Eraclea	stretti-di-eraclea	20	VE		45.6365	12.6882	4
30020	Ponte Crepaldo	ponte-crepaldo	20	VE		45.6763	12.615	3
30020	Gaggio	gaggio	20	VE		45.5533	12.3178	4
30020	Fossalta Di Piave	fossalta-di-piave	20	VE		45.645	12.509	4
30020	Noventa Di Piave	noventa-di-piave	20	VE		45.6598	12.5332	4
30020	Pramaggiore Blessaglia	pramaggiore-blessaglia	20	VE		45.8053	12.725	4
30020	Loncon	loncon	20	VE		45.752	12.7113	4
30020	Eraclea	eraclea	20	VE		45.5777	12.6732	4
30020	Portegrandi	portegrandi	20	VE		45.56	12.4483	4
30020	Meolo	meolo	20	VE		45.6197	12.4524	4
30020	Marcon	marcon	20	VE		45.5644	12.2989	4
30020	Losson Della Battaglia	losson-della-battaglia	20	VE		45.6331	12.4815	4
30020	Giai	giai	20	VE		45.7653	12.677	4
30020	Annone Veneto	annone-veneto	20	VE		45.7896	12.6865	4
30020	Pramaggiore	pramaggiore	20	VE		45.815	12.7389	4
30020	San Liberale	san-liberale	20	VE		45.5478	12.3414	4
30021	Ca' Corniani	ca-corniani	20	VE		45.6121	12.8601	4
30021	San Giorgio Di Livenza	san-giorgio-di-livenza	20	VE	027005	45.6533	12.7969	4
30021	Caorle	caorle	20	VE		45.5966	12.8758	4
30021	San Gaetano	san-gaetano	20	VE		45.6445	12.8744	4
30021	Porto Santa Margherita	porto-santa-margherita	20	VE		45.5891	12.8582	4
30022	Ceggia	ceggia	20	VE		45.687	12.6423	4
30023	Concordia Sagittaria	concordia-sagittaria	20	VE		45.7612	12.8236	4
30023	Sindacale	sindacale	20	VE		45.7036	12.877	4
30024	Croce	croce	20	VE		45.6324	12.5226	4
30024	Musile Di Piave	musile-di-piave	20	VE		45.6206	12.5418	4
30025	Villanova Santa Margherita	villanova-santa-margherita	20	VE		45.7671	12.8948	4
30025	Cintello	cintello	20	VE		45.8178	12.8638	4
30025	Fossalta Di Portogruaro	fossalta-di-portogruaro	20	VE		45.7933	12.91	4
30025	Fratta	fratta	20	VE		45.8044	12.8944	4
30025	Teglio Veneto	teglio-veneto	20	VE		45.8164	12.8841	4
30026	Summaga	summaga	20	VE		45.7741	12.7979	4
30026	Lugugnana	lugugnana	20	VE	027029	45.7328	12.9596	4
30026	Portogruaro	portogruaro	20	VE		45.7807	12.8405	4
30026	Pradipozzo	pradipozzo	20	VE		45.7798	12.7589	4
30027	Passarella	passarella	20	VE		45.5944	12.6054	4
30027	San Dona' Di Piave	san-dona-di-piave	20	VE		45.6302	12.5681	4
30027	Calvecchia	calvecchia	20	VE		45.6583	12.6081	4
30028	Cesarolo	cesarolo	20	VE		45.7188	13.0155	4
30028	Pozzi San Michele Tagliamento	pozzi-san-michele-tagliamento	20	VE		45.7096	13.0036	3
30028	Bibione	bibione	20	VE	027034	45.6356	13.0362	4
30028	Bibione Pineda	bibione-pineda	20	VE	027034	45.6328	13.0075	4
30028	San Giorgio Al Tagliamento	san-giorgio-al-tagliamento	20	VE		45.7964	12.9636	4
30028	San Michele Al Tagliamento	san-michele-al-tagliamento	20	VE		45.7643	12.9949	4
30028	Pozzi	pozzi	20	VE		45.7096	13.0036	3
30029	La Salute Di Livenza	la-salute-di-livenza	20	VE	027036	45.6537	12.8013	4
30029	Santo Stino Di Livenza	santo-stino-di-livenza	20	VE		45.7256	12.6897	4
30029	Corbolone	corbolone	20	VE		45.7496	12.6697	4
30030	Galta	galta	20	VE		45.3909	12.0234	4
30030	Robegano	robegano	20	VE		45.5425	12.1192	4
30030	Fosso'	fosso	20	VE		45.3858	12.0463	4
30030	Martellago	martellago	20	VE		45.5438	12.1636	4
30030	Olmo Di Martellago	olmo-di-martellago	20	VE		45.4519	12.0716	3
30030	Cazzago	cazzago	20	VE		45.4416	12.0741	4
30030	Salzano	salzano	20	VE		45.5222	12.1015	4
30030	Vigonovo	vigonovo	20	VE		45.3869	12.0064	4
30030	Cazzago Di Pianiga	cazzago-di-pianiga	20	VE		45.4416	12.0741	4
30030	Pianiga	pianiga	20	VE		45.4571	12.0076	4
30030	Olmo	olmo	20	VE		45.4773	12.1357	4
30030	Tombelle	tombelle	20	VE		45.3985	11.9821	4
30030	Sandon	sandon	20	VE		45.3638	12.0426	4
30030	Maerne	maerne	20	VE		45.5231	12.1548	4
30031	Arino	arino	20	VE		45.4385	12.0544	4
30031	Dolo	dolo	20	VE		45.4253	12.0843	4
30031	Sambruson	sambruson	20	VE		45.4104	12.1031	4
30032	Fiesso D'Artico	fiesso-d-artico	20	VE		45.4214	12.0294	4
30033	Noale	noale	20	VE		45.546	12.0645	4
30033	Moniego Di Noale	moniego-di-noale	20	VE		45.5613	12.0871	4
30033	Cappelletta	cappelletta	20	VE		45.5703	12.0617	4
30033	Moniego	moniego	20	VE		45.5613	12.0871	4
30034	Marano	marano	20	VE		45.4634	12.1171	4
30034	Oriago	oriago	20	VE		45.4435	12.1723	4
30034	Mira	mira	20	VE		45.4346	12.1294	4
30034	Borbiago	borbiago	20	VE		45.444	12.1371	3
30034	Mira Taglio	mira-taglio	20	VE		45.4346	12.1294	4
30034	Gambarare	gambarare	20	VE		45.444	12.1371	3
30034	Marano Veneziano	marano-veneziano	20	VE		45.444	12.1371	3
30034	Mira Porte	mira-porte	20	VE		45.444	12.1371	3
30035	Scaltenigo	scaltenigo	20	VE		45.4712	12.0811	4
30035	Ballo'	ballo	20	VE		45.4558	12.0712	4
30035	Zianigo	zianigo	20	VE		45.4696	12.0904	3
30035	Mirano	mirano	20	VE		45.4946	12.1077	4
30035	Vetrego	vetrego	20	VE		45.4569	12.1016	4
30036	Sant'Angelo	sant-angelo	20	VE		45.5203	12.0186	4
30036	Veternigo	veternigo	20	VE		45.5176	12.0579	4
30036	Santa Maria Di Sala	santa-maria-di-sala	20	VE		45.507	12.0357	4
30036	Stigliano	stigliano	20	VE		45.5236	12.0438	4
30036	Caltana	caltana	20	VE	027035	45.4828	12.03	4
30037	Rio San Martino	rio-san-martino	20	VE		45.5923	12.1116	4
30037	Peseggia	peseggia	20	VE	027037	45.5617	12.1794	4
30037	Scorze'	scorze	20	VE		45.5741	12.1116	4
30038	Fornase	fornase	20	VE		45.4759	12.1627	4
30038	Orgnano	orgnano	20	VE		45.4911	12.155	4
30038	Spinea	spinea	20	VE		45.4911	12.155	4
30039	Stra	stra	20	VE		45.4112	12.0142	4
30039	San Pietro Di Stra'	san-pietro-di-stra	20	VE		45.4047	12.0147	4
30039	Paluello	paluello	20	VE		45.4106	12.0508	4
30100	Venezia	venezia	20	VE		45.4371	12.3327	4
30121	Cannaregio	cannaregio	20	VE		45.4453	12.3326	4
30121	Venezia	venezia	20	VE		45.4371	12.3327	4
30122	Sant'Elena	sant-elena	20	VE		45.6808	12.7314	4
30122	Castello	castello	20	VE		45.4318	12.3561	4
30122	Venezia	venezia	20	VE		45.4371	12.3327	4
30123	Dorsoduro	dorsoduro	20	VE		45.4313	12.3254	4
30123	Venezia	venezia	20	VE		45.4371	12.3327	4
30124	San Marco	san-marco	20	VE		45.4345	12.3373	4
30124	Venezia	venezia	20	VE		45.4371	12.3327	4
30125	San Polo	san-polo	20	VE		45.4381	12.3303	4
30125	Venezia	venezia	20	VE		45.4371	12.3327	4
30126	Scarpa	scarpa	20	VE		45.3766	12.3342	3
30126	Malamocco	malamocco	20	VE		45.3723	12.339	4
30126	Lido	lido	20	VE		45.4105	12.3665	4
30126	Venezia	venezia	20	VE		45.4371	12.3327	4
30126	San Pietro In Volta	san-pietro-in-volta	20	VE		45.3154	12.3152	4
30126	Vianelli	vianelli	20	VE		45.3766	12.3342	3
30126	Alberoni	alberoni	20	VE		45.3477	12.3177	4
30126	Portosecco	portosecco	20	VE		45.3766	12.3342	3
30126	Zennari	zennari	20	VE		45.3766	12.3342	3
30126	Lido Di Venezia	lido-di-venezia	20	VE		45.3766	12.3342	3
30126	Busetti	busetti	20	VE		45.3766	12.3342	3
30131	Venezia	venezia	20	VE		45.4371	12.3327	4
30132	Sant'Elena	sant-elena	20	VE		45.6808	12.7314	4
30132	Venezia	venezia	20	VE		45.4371	12.3327	4
30133	Giudecca	giudecca	20	VE		45.484	12.4167	4
30133	Sacca Fisola	sacca-fisola	20	VE		45.479	12.3996	3
30133	Venezia	venezia	20	VE		45.4371	12.3327	4
30135	Santa Croce	santa-croce	20	VE		45.4397	12.3184	4
30135	Venezia	venezia	20	VE		45.4371	12.3327	4
30141	Murano	murano	20	VE		45.4586	12.3568	4
30141	Venezia	venezia	20	VE		45.4371	12.3327	4
30142	San Martino Destra	san-martino-destra	20	VE		45.4861	12.4185	4
30142	San Mauro	san-mauro	20	VE		45.4868	12.4146	4
30142	Burano	burano	20	VE		45.4855	12.417	4
30142	Mazzorbo	mazzorbo	20	VE		45.4873	12.4101	4
30142	Terranova	terranova	20	VE		45.4854	12.4208	4
30142	San Martino Sinistra	san-martino-sinistra	20	VE		45.4753	12.3958	3
30142	Giudecca Di Burano	giudecca-di-burano	20	VE		45.4753	12.3958	3
30170	Venezia Mestre	venezia-mestre	20	VE		45.4917	12.2454	4
30171	Mestre	mestre	20	VE		45.4917	12.2454	4
30172	Mestre	mestre	20	VE		45.4917	12.2454	4
30173	Venezia	venezia	20	VE		45.4371	12.3327	4
30173	Mestre	mestre	20	VE		45.4917	12.2454	4
30173	Campalto	campalto	20	VE		45.4806	12.2875	4
30173	Villaggio San Marco	villaggio-san-marco	20	VE		45.4698	12.2885	3
30174	Mestre	mestre	20	VE		45.4917	12.2454	4
30174	Zelarino	zelarino	20	VE		45.5151	12.2079	4
30174	Gazzera	gazzera	20	VE		45.5034	12.2266	3
30175	Marghera	marghera	20	VE		45.4511	12.2239	4
30175	Mestre	mestre	20	VE		45.4917	12.2454	4
30175	Ca' Emiliani	ca-emiliani	20	VE		45.4868	12.2445	3
30175	Carpenedo	carpenedo	20	VE		45.5128	12.2633	4
36010	Zane'	zane	20	VI		45.722	11.4493	4
36010	Cogollo Del Cengio	cogollo-del-cengio	20	VI		45.784	11.4253	4
36010	Velo D'Astico	velo-d-astico	20	VI		45.7884	11.3677	4
36010	Seghe Di Velo	seghe-di-velo	20	VI		45.7991	11.3724	4
36010	Cavazzale	cavazzale	20	VI		45.796	11.4452	3
36010	Cesuna	cesuna	20	VI		45.8378	11.4558	4
36010	Seghe	seghe	20	VI		45.7991	11.3724	4
36010	Camporovere	camporovere	20	VI		45.8804	11.4849	4
36010	Foza	foza	20	VI		45.897	11.6305	4
36010	Vigardolo	vigardolo	20	VI		45.606	11.5886	4
36010	Carre'	carre	20	VI		45.7488	11.4578	4
36010	Velo	velo	20	VI		45.7735	11.5656	4
36010	Tresche' Conca	tresche-conca	20	VI		45.8388	11.4287	4
36010	Canove Di Roana	canove-di-roana	20	VI		45.8635	11.4735	4
36010	Mezzaselva Di Roana	mezzaselva-di-roana	20	VI		45.8667	11.4167	4
36010	Roana	roana	20	VI		45.877	11.4527	4
36010	Laghi	laghi	20	VI		45.8245	11.2725	4
36010	Chiuppano	chiuppano	20	VI		45.763	11.4578	4
36010	Rotzo	rotzo	20	VI		45.8619	11.3962	4
36010	Posina	posina	20	VI		45.7911	11.2624	4
36010	Monticello Conte Otto	monticello-conte-otto	20	VI		45.5978	11.5723	4
36011	Castana	castana	20	VI		45.8169	11.3099	4
36011	Arsiero	arsiero	20	VI		45.8042	11.3558	4
36012	Asiago	asiago	20	VI		45.8759	11.5122	4
36012	Rodeghieri	rodeghieri	20	VI		45.8898	11.5149	4
36012	Sasso	sasso	20	VI		45.8852	11.514	3
36012	Rigoni	rigoni	20	VI		45.8898	11.5149	4
36013	Piovene Rocchette	piovene-rocchette	20	VI		45.756	11.4327	4
36014	Santorso	santorso	20	VI		45.7338	11.3878	4
36015	Giavenale	giavenale	20	VI		45.7001	11.4	4
36015	Sant'Ulderico Di Tretto	sant-ulderico-di-tretto	20	VI		45.7212	11.3555	3
36015	Tretto	tretto	20	VI		45.7599	11.3367	4
36015	Monte Magre'	monte-magre	20	VI		45.6844	11.3365	4
36015	Sant'Ulderico	sant-ulderico	20	VI		45.7489	11.3475	4
36015	Schio	schio	20	VI		45.7126	11.3567	4
36015	Magre' Di Schio	magre-di-schio	20	VI		45.7212	11.3555	3
36016	Thiene	thiene	20	VI		45.7397	11.4378	4
36016	Rozzampia	rozzampia	20	VI		45.6794	11.5023	4
36020	San Marino	san-marino	20	VI		45.8973	11.6923	4
36020	Castegnero	castegnero	20	VI		45.4425	11.5845	4
36020	Asigliano Veneto	asigliano-veneto	20	VI		45.3047	11.4464	4
36020	Pove Del Grappa	pove-del-grappa	20	VI		45.7982	11.7299	4
36020	Albettone	albettone	20	VI		45.3581	11.5843	4
36020	Carpane'	carpane	20	VI		45.8587	11.6622	4
36020	Zovencedo	zovencedo	20	VI		45.4289	11.5039	4
36020	Primolano	primolano	20	VI		45.966	11.7011	4
36020	Ponte Di Castegnero	ponte-di-castegnero	20	VI		45.4367	11.6007	4
36020	Campiglia Dei Berici	campiglia-dei-berici	20	VI		45.3355	11.5421	4
36020	Agugliaro	agugliaro	20	VI		45.3251	11.585	4
36020	Solagna	solagna	20	VI		45.8195	11.7179	4
36020	Villaganzerla	villaganzerla	20	VI		45.4361	11.6186	4
36021	Villaga	villaga	20	VI		45.4027	11.5347	4
36021	Ponte Di Barbarano	ponte-di-barbarano	20	VI		45.3921	11.5785	4
36021	Barbarano Vicentino	barbarano-vicentino	20	VI		45.4091	11.5434	4
36022	San Zeno	san-zeno	20	VI		45.5886	11.4718	4
36022	Cassola	cassola	20	VI		45.7336	11.7994	4
36022	San Giuseppe	san-giuseppe	20	VI		45.7573	11.7621	4
36022	San Giuseppe Di Cassola	san-giuseppe-di-cassola	20	VI		45.7573	11.7621	4
36023	Bugano	bugano	20	VI		45.4938	11.5892	4
36023	Lumignano	lumignano	20	VI		45.4597	11.5879	4
36023	Longare	longare	20	VI		45.4773	11.607	4
36024	Ponte Di Nanto	ponte-di-nanto	20	VI		45.4243	11.594	4
36024	Mossano	mossano	20	VI		45.4195	11.5538	4
36024	Nanto	nanto	20	VI		45.4335	11.5777	4
36025	Noventa Vicentina	noventa-vicentina	20	VI		45.2944	11.5484	4
36026	Cagnano	cagnano	20	VI		45.3147	11.5037	4
36026	Poiana Maggiore	poiana-maggiore	20	VI		45.2904	11.5025	4
36027	Rosa'	rosa	20	VI		45.702	11.7614	4
36028	Rossano Veneto	rossano-veneto	20	VI		45.7031	11.8037	4
36029	San Nazario	san-nazario	20	VI		45.8398	11.6889	4
36029	Valstagna	valstagna	20	VI		45.8511	11.6664	4
36029	Campolongo Sul Brenta	campolongo-sul-brenta	20	VI		45.8271	11.7008	4
36029	Cismon Del Grappa	cismon-del-grappa	20	VI		45.6203	11.6266	3
36030	Sant'Antonio Valli	sant-antonio-valli	20	VI		45.7544	11.2211	4
36030	Villaverla	villaverla	20	VI		45.6494	11.4918	4
36030	San Vito Di Leguzzano	san-vito-di-leguzzano	20	VI		45.6849	11.3887	4
36030	Leva'	leva	20	VI		45.702	11.4063	4
36030	Calvene	calvene	20	VI		45.7662	11.5115	4
36030	Priabona	priabona	20	VI		45.633	11.3737	4
36030	Sant'Antonio	sant-antonio	20	VI		45.7544	11.2211	4
36030	Valli Del Pasubio	valli-del-pasubio	20	VI		45.7403	11.2635	4
36030	Montecchio Precalcino	montecchio-precalcino	20	VI		45.6657	11.5636	4
36030	Caldogno	caldogno	20	VI		45.6078	11.5028	4
36030	Rettorgole	rettorgole	20	VI		45.5852	11.5165	4
36030	Centrale	centrale	20	VI		45.7274	11.4803	4
36030	Monte Di Malo	monte-di-malo	20	VI		45.6601	11.3613	4
36030	Costabissara	costabissara	20	VI		45.5825	11.4853	4
36030	Motta	motta	20	VI		45.5954	11.498	4
36030	Leva' Di Montecchio Precalcino	leva-di-montecchio-precalcino	20	VI		45.6923	11.4488	3
36030	Fara Vicentino	fara-vicentino	20	VI		45.7437	11.5453	4
36030	Zugliano	zugliano	20	VI		45.7298	11.524	4
36030	Sarcedo	sarcedo	20	VI		45.7013	11.5296	4
36030	Cresole	cresole	20	VI		45.6923	11.4488	3
36030	Preara	preara	20	VI		45.68	11.5429	4
36030	San Giorgio Di Perlena	san-giorgio-di-perlena	20	VI		45.7297	11.5838	4
36030	Lugo Di Vicenza	lugo-di-vicenza	20	VI		45.7455	11.5287	4
36030	Caltrano	caltrano	20	VI		45.7735	11.4557	4
36030	Staro	staro	20	VI		45.7254	11.2238	4
36030	Grumolo Pedemonte	grumolo-pedemonte	20	VI		45.7243	11.4924	4
36030	Novoledo	novoledo	20	VI		45.6465	11.5095	4
36031	Dueville	dueville	20	VI		45.6356	11.5513	4
36031	Povolaro	povolaro	20	VI		45.6356	11.5513	3
36032	Gallio	gallio	20	VI		45.8851	11.5342	4
36033	Isola Vicentina	isola-vicentina	20	VI		45.6293	11.4461	4
36033	Castelnovo	castelnovo	20	VI		45.6156	11.4594	4
36034	Malo	malo	20	VI		45.6591	11.416	4
36034	San Tomio	san-tomio	20	VI		45.6738	11.4907	4
36035	Marano Vicentino	marano-vicentino	20	VI		45.696	11.4324	4
36036	Pievebelvicino	pievebelvicino	20	VI		45.7158	11.3187	3
36036	Torrebelvicino	torrebelvicino	20	VI		45.7158	11.3187	4
36040	Pedescala	pedescala	20	VI		45.848	11.371	4
36040	Sossano	sossano	20	VI		45.3575	11.5082	4
36040	Orgiano	orgiano	20	VI		45.3337	11.4595	4
36040	Tonezza Del Cimone	tonezza-del-cimone	20	VI		45.8589	11.3459	4
36040	San Germano Dei Berici	san-germano-dei-berici	20	VI		45.4018	11.4713	4
36040	Grumolo Delle Abbadesse	grumolo-delle-abbadesse	20	VI		45.5169	11.672	4
36040	Brendola	brendola	20	VI		45.4785	11.4395	4
36040	Sarego	sarego	20	VI		45.6785	11.332	4
36040	Monticello Di Fara	monticello-di-fara	20	VI		45.429	11.3904	4
36040	San Pietro Valdastico	san-pietro-valdastico	20	VI		45.8867	11.3616	4
36040	Valdastico	valdastico	20	VI		45.594	11.4754	3
36040	Laverda	laverda	20	VI		45.693	11.5567	4
36040	Grancona	grancona	20	VI		45.4219	11.4516	4
36040	Marola	marola	20	VI		45.5399	11.6259	4
36040	Lerino	lerino	20	VI		45.594	11.4754	3
36040	Vo'	vo	20	VI		45.4565	11.4452	4
36040	Torri Di Quartesolo	torri-di-quartesolo	20	VI		45.519	11.6247	4
36040	Grisignano Di Zocco	grisignano-di-zocco	20	VI		45.4868	11.7079	4
36040	Pedemonte	pedemonte	20	VI		45.594	11.4754	3
36040	Meledo	meledo	20	VI		45.4382	11.4156	4
36040	Barcarola	barcarola	20	VI		45.8394	11.3708	4
36040	Casotto	casotto	20	VI		45.8966	11.3488	4
36040	Lastebasse	lastebasse	20	VI		45.9151	11.2739	4
36040	Pederiva	pederiva	20	VI		45.4225	11.4657	4
36040	Poiana Di Granfion	poiana-di-granfion	20	VI		45.4864	11.7303	4
36040	Salcedo	salcedo	20	VI		45.7578	11.5662	4
36042	Maragnole	maragnole	20	VI		45.6866	11.6043	4
36042	Mirabella	mirabella	20	VI		45.6864	11.568	4
36042	Breganze	breganze	20	VI		45.7049	11.5607	4
36043	Camisano Vicentino	camisano-vicentino	20	VI		45.5216	11.7082	4
36045	Bagnolo	bagnolo	20	VI		45.4415	11.6152	4
36045	Almisano	almisano	20	VI		45.4195	11.371	4
36045	Lonigo	lonigo	20	VI		45.3858	11.384	4
36045	Bagnolo Di Lonigo	bagnolo-di-lonigo	20	VI		45.3576	11.3741	4
36045	Alonte	alonte	20	VI		45.3659	11.4271	4
36046	Conco	conco	20	VI		45.8004	11.6096	4
36046	Santa Caterina	santa-caterina	20	VI		45.7435	11.3063	4
36046	Lusiana	lusiana	20	VI		45.7843	11.5748	4
36047	Montegaldella	montegaldella	20	VI		45.4372	11.6702	4
36047	Montegalda	montegalda	20	VI		45.4461	11.675	4
36050	Poianella	poianella	20	VI		45.6304	11.6285	4
36050	Pozzoleone	pozzoleone	20	VI		45.6496	11.671	4
36050	Montorso Vicentino	montorso-vicentino	20	VI		45.4909	11.3602	4
36050	Cartigliano	cartigliano	20	VI		45.713	11.6956	4
36050	Bressanvido	bressanvido	20	VI		45.6465	11.6344	4
36050	Ospedaletto	ospedaletto	20	VI		45.5785	11.597	4
36050	Zermeghedo	zermeghedo	20	VI		45.4759	11.3744	4
36050	Villaggio Montegrappa	villaggio-montegrappa	20	VI		45.5464	11.6143	4
36050	Lisiera	lisiera	20	VI		45.5785	11.6118	4
36050	Gambugliano	gambugliano	20	VI		45.588	11.4386	4
36050	Bolzano Vicentino	bolzano-vicentino	20	VI		45.6022	11.622	4
36050	Monteviale	monteviale	20	VI		45.5592	11.4571	4
36050	Lanze'	lanze	20	VI		45.586	11.661	4
36050	Quinto Vicentino	quinto-vicentino	20	VI		45.5753	11.6281	4
36050	Friola	friola	20	VI		45.6778	11.6789	4
36050	Sovizzo	sovizzo	20	VI		45.5267	11.4461	4
36051	Creazzo	creazzo	20	VI		45.5315	11.4779	4
36051	Olmo	olmo	20	VI		45.6738	11.4907	4
36052	Stoner	stoner	20	VI		45.9145	11.6759	4
36052	Enego	enego	20	VI		45.9416	11.7055	4
36053	Gambellara	gambellara	20	VI		45.4598	11.3401	4
36054	Montebello Vicentino	montebello-vicentino	20	VI		45.4592	11.3827	4
36055	Nove	nove	20	VI		45.7216	11.6783	4
36056	Belvedere	belvedere	20	VI		45.6653	11.6795	4
36056	Tezze Sul Brenta	tezze-sul-brenta	20	VI		45.6653	11.6795	3
36057	Arcugnano	arcugnano	20	VI		45.4958	11.5477	4
36057	Nogarazza	nogarazza	20	VI		45.5086	11.5103	4
36057	Torri D'Arcugnano	torri-d-arcugnano	20	VI		45.497	11.543	3
36057	Pianezze Del Lago	pianezze-del-lago	20	VI		45.4796	11.5619	4
36057	Tormeno	tormeno	20	VI		45.5042	11.5519	4
36060	Longa	longa	20	VI		45.6806	11.6425	4
36060	Schiavon	schiavon	20	VI		45.6965	11.6457	4
36060	Fellette Di Romano D'Ezzellino	fellette-di-romano-d-ezzellino	20	VI		45.7282	11.6538	3
36060	Villa Di Molvena	villa-di-molvena	20	VI		45.7268	11.6245	4
36060	Fellette	fellette	20	VI		45.7282	11.6538	3
36060	Pianezze	pianezze	20	VI		45.7414	11.627	4
36060	Spin	spin	20	VI		45.6738	11.4907	3
36060	Romano D'Ezzelino	romano-d-ezzelino	20	VI		45.779	11.7666	4
36061	Campese	campese	20	VI		45.8058	11.7129	4
36061	Bassano Del Grappa	bassano-del-grappa	20	VI		45.7666	11.7274	4
36061	Valrovina	valrovina	20	VI		45.7874	11.6891	4
36062	Fontanelle	fontanelle	20	VI		45.7966	11.6316	4
36063	Crosara	crosara	20	VI		45.7742	11.614	4
36063	Marostica	marostica	20	VI		45.7454	11.6624	4
36063	Valle San Floriano	valle-san-floriano	20	VI		45.7682	11.66	4
36063	Vallonara	vallonara	20	VI		45.7615	11.6456	4
36064	Molvena	molvena	20	VI		45.7446	11.6166	4
36064	Villaraspa	villaraspa	20	VI		45.7181	11.6264	4
36064	Mason Vicentino	mason-vicentino	20	VI		45.7186	11.6068	4
36065	Mussolente	mussolente	20	VI		45.7792	11.8062	4
36065	Casoni	casoni	20	VI		45.6264	11.5976	4
36066	Sandrigo	sandrigo	20	VI		45.6608	11.5892	4
36070	San Pietro Vecchio	san-pietro-vecchio	20	VI		45.5925	11.2494	4
36070	Ferrazza	ferrazza	20	VI		45.6738	11.4907	4
36070	Molino Di Altissimo	molino-di-altissimo	20	VI		45.6125	11.235	4
36070	Altissimo	altissimo	20	VI		45.6143	11.2519	4
36070	Brogliano	brogliano	20	VI		45.5892	11.3655	4
36070	Molino	molino	20	VI		45.5941	11.2832	3
36070	Crespadoro	crespadoro	20	VI		45.6202	11.2259	4
36070	San Pietro Mussolino	san-pietro-mussolino	20	VI		45.5836	11.2593	4
36070	Lovara	lovara	20	VI		45.5691	11.3503	4
36070	Castelgomberto	castelgomberto	20	VI		45.5827	11.3901	4
36070	Nogarole Vicentino	nogarole-vicentino	20	VI		45.5602	11.2883	4
36070	Trissino	trissino	20	VI		45.5599	11.3768	4
36071	Arzignano	arzignano	20	VI		45.5203	11.3345	4
36071	Tezze	tezze	20	VI		45.534	11.37	4
36071	Pugnello	pugnello	20	VI		45.553	11.3206	4
36072	Chiampo	chiampo	20	VI		45.5475	11.2829	4
36073	Cereda	cereda	20	VI		45.5517	11.3293	4
36073	Cornedo Vicentino	cornedo-vicentino	20	VI		45.6163	11.3322	4
36075	Alte Ceccato	alte-ceccato	20	VI		45.5037	11.412	4
36075	Montecchio Maggiore	montecchio-maggiore	20	VI		45.5037	11.412	4
36075	Alte Di Montecchio Maggiore	alte-di-montecchio-maggiore	20	VI		45.5037	11.412	4
36075	Sant'Urbano	sant-urbano	20	VI		45.5394	11.4001	4
36076	Rovegliana	rovegliana	20	VI		45.7037	11.2222	3
36076	Recoaro Terme	recoaro-terme	20	VI		45.7037	11.2222	4
36077	Valmarana	valmarana	20	VI		45.5006	11.4911	4
36077	Altavilla Vicentina	altavilla-vicentina	20	VI		45.5133	11.4688	4
36077	Tavernelle Vicentina	tavernelle-vicentina	20	VI		45.5069	11.4799	3
36078	Valdagno	valdagno	20	VI		45.645	11.2989	4
36078	San Quirico	san-quirico	20	VI		45.6769	11.2726	4
36078	Piana	piana	20	VI		45.6074	11.2999	4
36078	Maglio Di Sopra	maglio-di-sopra	20	VI		45.64	11.2822	3
36078	Castelvecchio	castelvecchio	20	VI		45.6308	11.2573	4
36078	Novale	novale	20	VI		45.64	11.2822	3
36100	Anconetta	anconetta	20	VI		45.5707	11.5747	4
36100	Campedello	campedello	20	VI		45.6584	11.4956	3
36100	Setteca'	setteca	20	VI		45.8579	11.3646	4
36100	Polegge	polegge	20	VI		45.6584	11.4956	3
36100	Vicenza	vicenza	20	VI		45.5467	11.5475	4
36100	Longara	longara	20	VI		45.6584	11.4956	3
37010	Sega Di Cavaion	sega-di-cavaion	20	VR		45.5201	10.8022	4
37010	Castion Veronese	castion-veronese	20	VR		45.6059	10.7266	4
37010	San Zeno	san-zeno	20	VR		45.6338	10.7305	4
37010	Cavaion Veronese	cavaion-veronese	20	VR		45.5401	10.7705	4
37010	Castelletto Di Brenzone	castelletto-di-brenzone	20	VR		45.6886	10.7512	4
37010	Albare' Stazione	albare-stazione	20	VR		45.5723	10.7558	4
37010	Piovezzano	piovezzano	20	VR		45.5019	10.8093	4
37010	San Zeno Di Montagna	san-zeno-di-montagna	20	VR		45.6375	10.7322	4
37010	Brenzone	brenzone	20	VR		45.6999	10.7606	4
37010	Rivoli Veronese	rivoli-veronese	20	VR		45.5725	10.8118	4
37010	Albare'	albare	20	VR		45.5664	10.752	4
37010	Magugnano	magugnano	20	VR		45.7008	10.7623	4
37010	Costermano	costermano	20	VR		45.5861	10.739	4
37010	Pastrengo	pastrengo	20	VR		45.4959	10.799	4
37010	Torri Del Benaco	torri-del-benaco	20	VR		45.6101	10.6867	4
37010	Affi	affi	20	VR		45.553	10.7864	4
37010	Sega	sega	20	VR		45.5201	10.8022	4
37011	Calmasino	calmasino	20	VR		45.521	10.7521	4
37011	Cisano	cisano	20	VR		45.523	10.7292	4
37011	Bardolino	bardolino	20	VR		45.5411	10.733	4
37012	Bussolengo	bussolengo	20	VR		45.469	10.8537	4
37012	San Vito Al Mantico	san-vito-al-mantico	20	VR		45.4716	10.8924	4
37013	Spiazzi	spiazzi	20	VR		45.647	10.851	4
37013	Boi	boi	20	VR		45.618	10.8056	3
37013	Pesina	pesina	20	VR		45.6022	10.7706	4
37013	Caprino Veronese	caprino-veronese	20	VR		45.6049	10.7952	4
37014	Sandra'	sandra	20	VR		45.4607	10.7869	4
37014	Cavalcaselle	cavalcaselle	20	VR		45.4369	10.7265	4
37014	Castelnuovo Del Garda	castelnuovo-del-garda	20	VR		45.4388	10.7598	4
37014	Oliosi	oliosi	20	VR		45.4065	10.751	4
37015	Domegliara	domegliara	20	VR		45.5167	10.8167	4
37015	Gargagnago	gargagnago	20	VR		45.5305	10.8613	4
37015	Sant'Ambrogio Di Valpolicella	sant-ambrogio-di-valpolicella	20	VR		45.5377	10.8403	3
37015	Monte	monte	20	VR		45.5659	10.8431	4
37016	Garda	garda	20	VR		45.5789	10.7176	4
37017	Lazise	lazise	20	VR		45.505	10.7392	4
37017	Cola' Di Lazise	cola-di-lazise	20	VR		45.4743	10.7426	4
37017	Pacengo	pacengo	20	VR		45.4677	10.7218	4
37017	Cola'	cola	20	VR		45.4743	10.7426	4
37018	Cassone	cassone	20	VR		45.7614	10.8086	3
37018	Malcesine	malcesine	20	VR		45.7614	10.8086	4
37019	San Benedetto Di Lugana	san-benedetto-di-lugana	20	VR		45.4391	10.6861	3
37019	Peschiera Del Garda	peschiera-del-garda	20	VR		45.4391	10.6861	4
37020	Peri	peri	20	VR		45.6571	10.9026	4
37020	Fane	fane	20	VR		45.579	10.9643	4
37020	Cerro Veronese	cerro-veronese	20	VR		45.5745	11.0416	4
37020	Prun	prun	20	VR		45.5787	10.9518	4
37020	Fosse	fosse	20	VR		45.6454	10.9379	4
37020	Brentino Belluno	brentino-belluno	20	VR		45.6569	10.8937	4
37020	Marano Di Valpolicella	marano-di-valpolicella	20	VR		45.5564	10.9162	4
37020	Belluno Veronese	belluno-veronese	20	VR		45.6866	10.8994	4
37020	Ferrara Di Monte Baldo	ferrara-di-monte-baldo	20	VR		45.6741	10.8591	4
37020	Erbezzo	erbezzo	20	VR		45.6396	11.0006	4
37020	Sant'Anna D'Alfaedo	sant-anna-d-alfaedo	20	VR		45.6272	10.9517	4
37020	Rivalta	rivalta	20	VR		45.6571	10.8934	4
37020	Cerna	cerna	20	VR		45.5999	10.9353	4
37020	Valgatara	valgatara	20	VR		45.5347	10.9119	4
37020	Dolce'	dolce	20	VR		45.6007	10.8525	4
37020	Volargne	volargne	20	VR		45.5368	10.8182	4
37021	Bosco Chiesanuova	bosco-chiesanuova	20	VR		45.621	11.0322	4
37021	Lughezzano	lughezzano	20	VR		45.5959	11.0027	4
37021	Corbiolo	corbiolo	20	VR		45.6002	11.0305	4
37022	Breonio	breonio	20	VR		45.6237	10.9028	4
37022	Cavalo	cavalo	20	VR		45.5701	10.871	4
37022	Fumane	fumane	20	VR		45.5416	10.8855	4
37023	Grezzana	grezzana	20	VR		45.5227	11.0174	4
37023	Stallavena	stallavena	20	VR		45.5629	10.9967	4
37023	Azzago	azzago	20	VR		45.5465	11.0482	4
37023	Romagnano	romagnano	20	VR		45.5246	11.0407	4
37023	Lugo Di Grezzana	lugo-di-grezzana	20	VR		45.5629	10.9967	4
37024	Santa Maria Di Negrar	santa-maria-di-negrar	20	VR		45.4949	10.9383	4
37024	Arbizzano Di Valpolicella	arbizzano-di-valpolicella	20	VR		45.5063	10.9385	3
37024	Negrar	negrar	20	VR		45.5292	10.939	4
37024	Arbizzano	arbizzano	20	VR		45.4949	10.9383	4
37026	Settimo	settimo	20	VR		45.4793	10.9091	4
37026	Pescantina	pescantina	20	VR		45.4855	10.868	4
37026	Ospedaletto	ospedaletto	20	VR		45.5046	10.8421	4
37028	Rovere' Veronese	rovere-veronese	20	VR		45.5933	11.07	4
37029	Pedemonte	pedemonte	20	VR		45.503	10.9186	4
37029	San Pietro In Cariano	san-pietro-in-cariano	20	VR		45.5175	10.8862	4
37029	Bure	bure	20	VR		45.5265	10.8712	4
37029	Negarine	negarine	20	VR		45.5	10.8935	4
37029	Corrubbio	corrubbio	20	VR		45.5751	11.0132	4
37029	San Floriano	san-floriano	20	VR		45.518	10.9082	4
37030	San Mauro Di Saline	san-mauro-di-saline	20	VR		45.5645	11.1123	4
37030	Terrossa	terrossa	20	VR		45.4634	11.3186	4
37030	Colognola Ai Colli	colognola-ai-colli	20	VR		45.4337	11.1843	4
37030	Montanara	montanara	20	VR		45.4237	11.1575	4
37030	San Pietro	san-pietro	20	VR		45.4421	11.1297	4
37030	San Vittore	san-vittore	20	VR		45.4296	11.222	4
37030	Montecchia Di Crosara	montecchia-di-crosara	20	VR		45.4819	11.2544	4
37030	Stra'	stra	20	VR		45.3224	11.3308	4
37030	Cazzano Di Tramigna	cazzano-di-tramigna	20	VR		45.4731	11.2029	4
37030	Mezzane Di Sotto	mezzane-di-sotto	20	VR		45.482	11.1273	4
37030	Ronca'	ronca	20	VR		45.4799	11.2932	4
37030	Selva Di Progno	selva-di-progno	20	VR		45.6114	11.138	4
37030	Vestenanova	vestenanova	20	VR		45.5742	11.2287	4
37030	Badia Calavena	badia-calavena	20	VR		45.5646	11.152	4
37030	San Rocco Di Piegara	san-rocco-di-piegara	20	VR		45.5525	11.0868	4
37030	San Bortolo	san-bortolo	20	VR		45.6075	11.1797	4
37030	San Briccio	san-briccio	20	VR		45.4548	11.1192	4
37030	Lavagno	lavagno	20	VR		45.4387	11.1341	4
37030	Vago	vago	20	VR		45.4199	11.1302	4
37030	Velo Veronese	velo-veronese	20	VR		45.6067	11.0952	4
37031	Illasi	illasi	20	VR		45.4666	11.1817	4
37031	Cellore	cellore	20	VR		45.4865	11.1783	4
37032	Costalunga	costalunga	20	VR		45.4487	11.2938	4
37032	Brognoligo	brognoligo	20	VR		45.4344	11.2891	3
37032	Monteforte D'Alpone	monteforte-d-alpone	20	VR		45.4201	11.2845	4
37035	San Giovanni Ilarione	san-giovanni-ilarione	20	VR		45.5193	11.2371	4
37036	San Martino Buon Albergo	san-martino-buon-albergo	20	VR		45.4208	11.0956	4
37036	Mambrotta	mambrotta	20	VR		45.3886	11.1135	4
37036	Ferrazze	ferrazze	20	VR		45.4439	11.078	4
37036	Marcellise	marcellise	20	VR		45.4614	11.1067	4
37038	Castelletto	castelletto	20	VR		45.2645	11.4173	4
37038	Soave	soave	20	VR		45.4196	11.2459	4
37039	Centro	centro	20	VR		45.5259	11.1339	4
37039	Cogollo	cogollo	20	VR		45.5458	11.1565	4
37039	Tregnago	tregnago	20	VR		45.514	11.1642	4
37040	Sabbion	sabbion	20	VR		45.2711	11.3546	3
37040	Begosso	begosso	20	VR		45.1472	11.415	4
37040	Zimella	zimella	20	VR		45.3315	11.3766	4
37040	Bonavigo	bonavigo	20	VR		45.2583	11.2794	4
37040	Gazzolo	gazzolo	20	VR		45.2687	11.39	4
37040	Boschi Sant'Anna	boschi-sant-anna	20	VR		45.2177	11.3562	4
37040	Veronella	veronella	20	VR		45.3238	11.3258	4
37040	San Gregorio Di Veronella	san-gregorio-di-veronella	20	VR		45.3429	11.2993	4
37040	Roveredo Di Gua'	roveredo-di-gua	20	VR		45.2731	11.4442	4
37040	San Gregorio	san-gregorio	20	VR		45.3429	11.2993	4
37040	Bevilacqua	bevilacqua	20	VR		45.2325	11.395	4
37040	Caselle	caselle	20	VR		45.2749	11.3627	4
37040	Santo Stefano Di Zimella	santo-stefano-di-zimella	20	VR		45.3672	11.332	4
37040	Terrazzo	terrazzo	20	VR		45.1726	11.3949	4
37040	Marega	marega	20	VR		45.202	11.3946	4
37040	Arcole	arcole	20	VR		45.3612	11.2875	4
37040	Orti	orti	20	VR		45.2288	11.3104	4
37040	Pressana	pressana	20	VR		45.2826	11.4072	4
37040	Santo Stefano	santo-stefano	20	VR		45.2525	11.3125	4
37041	Presina	presina	20	VR		45.2993	11.3035	4
37041	Coriano Veronese	coriano-veronese	20	VR		45.3014	11.2968	3
37041	Albaredo D'Adige	albaredo-d-adige	20	VR		45.3186	11.2784	4
37041	Michellorie	michellorie	20	VR		45.2864	11.3084	4
37042	Caldiero	caldiero	20	VR		45.4144	11.1774	4
37042	Caldierino	caldierino	20	VR		45.4162	11.157	4
37043	Mena' Vallestrema	mena-vallestrema	20	VR		45.1034	11.4215	3
37043	Castagnaro	castagnaro	20	VR		45.118	11.4091	4
37043	Mena'	mena	20	VR		45.0889	11.4338	4
37044	Baldaria	baldaria	20	VR		45.3199	11.3846	4
37044	San Sebastiano	san-sebastiano	20	VR		45.272	11.3955	4
37044	Sule'	sule	20	VR		45.3211	11.3629	4
37044	Cologna Veneta	cologna-veneta	20	VR		45.3078	11.3803	4
37045	San Pietro Di Legnago	san-pietro-di-legnago	20	VR		45.1833	11.2833	4
37045	Gallese	gallese	20	VR		45.2245	11.3315	4
37045	Legnago	legnago	20	VR		45.1936	11.3023	4
37045	Casette	casette	20	VR		45.1632	11.334	4
37045	Vangadizza	vangadizza	20	VR		45.1912	11.3128	3
37045	Terranegra	terranegra	20	VR		45.1912	11.3128	3
37046	Minerbe	minerbe	20	VR		45.232	11.3525	4
37047	Prova	prova	20	VR		45.4	11.3	4
37047	Villabella	villabella	20	VR		45.4032	11.2457	4
37047	Locara	locara	20	VR		45.4121	11.3326	4
37047	San Bonifacio	san-bonifacio	20	VR		45.3959	11.2735	4
37049	Carpi Di Villa Bartolomea	carpi-di-villa-bartolomea	20	VR		45.1356	11.3947	4
37049	Spinimbecco	spinimbecco	20	VR		45.144	11.372	4
37049	Villa Bartolomea	villa-bartolomea	20	VR		45.1546	11.3538	4
37050	Roverchiara	roverchiara	20	VR		45.268	11.2451	4
37050	Oppeano	oppeano	20	VR		45.3033	11.1801	4
37050	Palu'	palu	20	VR		45.3247	11.1563	4
37050	San Pietro Di Morubio	san-pietro-di-morubio	20	VR		45.2425	11.227	4
37050	Ca' Degli Oppi	ca-degli-oppi	20	VR		45.2955	11.1303	4
37050	Angiari	angiari	20	VR		45.2232	11.2768	4
37050	Roverchiaretta	roverchiaretta	20	VR		45.2581	11.2605	4
37050	Vallese	vallese	20	VR		45.3283	11.0861	4
37050	Piazza	piazza	20	VR		45.2159	11.1424	4
37050	Concamarise	concamarise	20	VR		45.2815	11.1916	3
37050	Belfiore	belfiore	20	VR		45.3819	11.2109	4
37050	Isola Rizza	isola-rizza	20	VR		45.2923	11.199	4
37050	Bonavicina	bonavicina	20	VR		45.2443	11.1842	4
37051	Bovolone	bovolone	20	VR		45.2614	11.1179	4
37051	Villafontana	villafontana	20	VR		45.293	11.0849	4
37052	Casaleone	casaleone	20	VR		45.1682	11.194	4
37053	Cherubine	cherubine	20	VR		45.2046	11.1996	3
37053	Asparetto	asparetto	20	VR		45.2199	11.1826	4
37053	Cerea	cerea	20	VR		45.1894	11.2166	4
37054	Nogara	nogara	20	VR		45.1811	11.0601	4
37055	Albaro	albaro	20	VR		45.3532	11.1924	4
37055	Ronco All'Adige	ronco-all-adige	20	VR		45.3365	11.2366	4
37055	Tombazosana	tombazosana	20	VR		45.3148	11.2567	4
37056	Bionde	bionde	20	VR		45.2	11.1	4
37056	Engazza'	engazza	20	VR		45.2	11.05	4
37056	Salizzole	salizzole	20	VR		45.24	11.0954	4
37056	Valmorsel	valmorsel	20	VR		45.2138	11.1311	4
37056	Crosarol	crosarol	20	VR		45.2135	11.0941	3
37057	Raldon	raldon	20	VR		45.3492	11.0379	4
37057	San Giovanni Lupatoto	san-giovanni-lupatoto	20	VR		45.3819	11.0447	4
37057	Pozzo Camacici	pozzo-camacici	20	VR		45.3656	11.0413	3
37058	Sanguinetto	sanguinetto	20	VR		45.1857	11.1441	4
37059	Perzacco	perzacco	20	VR		45.3636	11.1858	4
37059	Zevio	zevio	20	VR		45.3721	11.1293	4
37059	Campagnola	campagnola	20	VR		45.3583	11.0496	4
37059	Santa Maria Di Zevio	santa-maria-di-zevio	20	VR		45.3696	11.0918	4
37059	Volon	volon	20	VR		45.3492	11.1367	4
37060	Bonferraro	bonferraro	20	VR		45.1838	11.012	4
37060	Roncoleva'	roncoleva	20	VR		45.2508	10.911	4
37060	Mozzecane	mozzecane	20	VR		45.3076	10.8155	4
37060	Correzzo	correzzo	20	VR		45.1497	11.1163	4
37060	Sona	sona	20	VR		45.4327	10.8399	4
37060	Gazzo Veronese	gazzo-veronese	20	VR		45.14	11.0789	4
37060	Pradelle	pradelle	20	VR		45.2831	10.8708	4
37060	Nogarole Rocca	nogarole-rocca	20	VR		45.2903	10.8834	4
37060	Palazzolo	palazzolo	20	VR		45.45	10.8167	4
37060	Marchesino	marchesino	20	VR		45.3688	11.0037	4
37060	Trevenzuolo	trevenzuolo	20	VR		45.2697	10.9339	4
37060	Beccacivetta	beccacivetta	20	VR		45.35	10.95	4
37060	Erbe'	erbe	20	VR		45.2423	10.9713	4
37060	Azzano	azzano	20	VR		45.3577	10.9347	4
37060	Maccacari	maccacari	20	VR		45.1428	11.135	4
37060	Roncanova	roncanova	20	VR		45.1432	11.1035	4
37060	San Pietro In Valle	san-pietro-in-valle	20	VR		45.1371	11.0629	4
37060	Sorga'	sorga	20	VR		45.2133	10.9799	4
37060	San Giorgio In Salici	san-giorgio-in-salici	20	VR		45.4268	10.7891	4
37060	Bagnolo	bagnolo	20	VR		45.2724	10.8908	4
37060	Bovo	bovo	20	VR		45.3667	11	4
37060	Lugagnano	lugagnano	20	VR		45.4333	10.884	4
37060	Buttapietra	buttapietra	20	VR		45.3411	10.9991	4
37060	Pontepossero	pontepossero	20	VR		45.2276	10.9722	4
37060	Castel D'Azzano	castel-d-azzano	20	VR		45.2825	10.9564	3
37062	Dossobuono	dossobuono	20	VR		45.3933	10.9105	4
37062	Alpo	alpo	20	VR		45.3769	10.9198	4
37063	Isola Della Scala	isola-della-scala	20	VR		45.2694	11.0082	4
37063	Tarmassia	tarmassia	20	VR		45.2707	11.0558	4
37063	Pellegrina	pellegrina	20	VR		45.2285	11.0196	4
37064	Povegliano Veronese	povegliano-veronese	20	VR		45.3473	10.8806	4
37066	Sommacampagna	sommacampagna	20	VR		45.4053	10.8438	4
37066	Caselle Di Sommacampagna	caselle-di-sommacampagna	20	VR		45.4134	10.8957	4
37066	Custoza	custoza	20	VR		45.3773	10.7966	4
37067	Salionze	salionze	20	VR		45.4049	10.7226	4
37067	Valeggio Sul Mincio	valeggio-sul-mincio	20	VR		45.3533	10.7364	4
37068	Isolalta	isolalta	20	VR		45.3371	10.9227	4
37068	Vigasio	vigasio	20	VR		45.3178	10.9437	4
37068	Forette	forette	20	VR		45.3422	10.9446	4
37069	Caluri	caluri	20	VR		45.3801	10.8786	4
37069	Villafranca Di Verona	villafranca-di-verona	20	VR		45.3541	10.8446	4
37069	Pizzoletta	pizzoletta	20	VR		45.3277	10.8326	4
37069	Quaderni	quaderni	20	VR		45.3291	10.7895	4
37069	Rosegaferro	rosegaferro	20	VR		45.3436	10.8085	4
37100	Verona	verona	20	VR		45.4299	10.9844	4
37121	Verona	verona	20	VR		45.4299	10.9844	4
37122	Verona	verona	20	VR		45.4299	10.9844	4
37123	Verona	verona	20	VR		45.4299	10.9844	4
37124	Verona	verona	20	VR		45.4299	10.9844	4
37125	Quinzano	quinzano	20	VR		45.4299	10.9844	3
37125	Verona	verona	20	VR		45.4299	10.9844	4
37126	Verona	verona	20	VR		45.4299	10.9844	4
37127	Avesa	avesa	20	VR		45.4667	11	4
37127	Verona	verona	20	VR		45.4299	10.9844	4
37128	Verona	verona	20	VR		45.4299	10.9844	4
37129	Verona	verona	20	VR		45.4299	10.9844	4
37131	Verona	verona	20	VR		45.4299	10.9844	4
37132	San Michele Extra	san-michele-extra	20	VR		45.4311	11.0512	4
37132	Verona	verona	20	VR		45.4299	10.9844	4
37133	Verona	verona	20	VR		45.4299	10.9844	4
37134	Verona	verona	20	VR		45.4299	10.9844	4
37135	Verona	verona	20	VR		45.4299	10.9844	4
37136	Verona	verona	20	VR		45.4299	10.9844	4
37137	Verona	verona	20	VR		45.4299	10.9844	4
37138	Verona	verona	20	VR		45.4299	10.9844	4
37139	San Massimo All'Adige	san-massimo-all-adige	20	VR		45.4465	10.9497	3
37139	Chievo	chievo	20	VR		45.4631	10.9149	4
37139	Verona	verona	20	VR		45.4299	10.9844	4
37142	Verona	verona	20	VR		45.4299	10.9844	4
\.


--
-- Data for Name: admin1; Type: TABLE DATA; Schema: lu; Owner: g5
--

COPY lu.admin1 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, population, timezone) FROM stdin;
2959975	Wiltz	wiltz	Canton de Wiltz,Kanton Wiltz,Kanton Wolz,Wiltz,Wolz		LU	WI	16735	Europe/Luxembourg
2960020	Vianden	vianden	Canton de Vianden,Kanton Veianen,Kanton Vianden,Veianen,Vianden		LU	VD	3147	Europe/Luxembourg
2960152	Remich	remich	Canton de Remich,Kanton Reimech,Kanton Remich,Kanton Réimech,Reimech,Remich,Réimech		LU	RM	17882	Europe/Luxembourg
2960161	Redange	redange	Canton de Redange,Kanton Redange,Kanton Redingen,Redange,Redingen		LU	RD	14470	Europe/Luxembourg
2960275	Mersch	mersch	Canton de Mersch,Kanton Mersch,Kanton Miersch,Mersch,Miersch		LU	ME	24212	Europe/Luxembourg
2960315	Luxembourg	luxembourg	Canton de Luxembourg,Canton de Luxembourg-Campagne,Kanton Letzebuerg,Kanton Luxemburg,Kanton Lëtzebuerg,Letzebuerg,Luxembourg,Luxembourg Campagne,Luxemburg,Lëtzebuerg		LU	LU	182607	Europe/Luxembourg
2960514	Grevenmacher	grevenmacher	Canton de Grevenmacher,Greiwemaacher,Grevenmacher,Gréiwemaacher,Kanton Greiwemaacher,Kanton Grevenmacher,Kanton Gréiwemaacher		LU	GR	3888	Europe/Luxembourg
2960599	Canton d'Esch-sur-Alzette	canton-d-esch-sur-alzette	Esch,Esch-sur-Alzette		LU	ES	176820	Europe/Luxembourg
2960629	Canton d'Echternach	canton-d-echternach	Canton d'Echternach,Echternach,Iechternach,Kanton Echternach,Kanton Iechternach		LU	EC	18899	Europe/Luxembourg
2960656	Diekirch	diekirch	Canton de Diekirch,Diekirch,Dikrech,Kanton Diekirch,Kanton Dikrech		LU	DI	32543	Europe/Luxembourg
2960683	Clervaux	clervaux	Canton de Clervaux,Clerf,Clervaux,Kanton Clerf,Kanton Klierf,Klierf		LU	CL	13237	Europe/Luxembourg
2960696	Capellen	capellen	Canton de Capellen,Capellen,Kanton Capellen,Kanton Kapellen,Kapellen		LU	CA	37873	Europe/Luxembourg
\.


--
-- Data for Name: admin2; Type: TABLE DATA; Schema: lu; Owner: g5
--

COPY lu.admin2 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, admin2_code, population, timezone) FROM stdin;
2959978	Wiltz	wiltz	Canto de Wiltz,Canton de Wiltz,Cantone di Wiltz,Cantó de Wiltz,Cantón de Wiltz,Commune de Wiltz,Gemeinde Wiltz,Gemeng Wolz,Kanton Wiltz,Kanton Wolz,Kantono Wiltz,Vil'c,Vilco kantonas,Ville de Wiltz,Wiltz,Wiltz kantonu,Wolz,Wooltz,bilcheu ju,wltz,wyltz,Вільц,ولتز,ویلتز,빌츠 주		LU	WI	11	0	Europe/Luxembourg
2960031	Troisvierges	troisvierges	Commune de Troisvierges,Elwen,Gemeinde Ulflingen,Gemeng Elwen,Gemeng Ëlwen,Troavjerzh,Troisvierges,Truav'erzh,Truaverzh,Ulflingen,torowavu~ieruju,trwawyrzh,Ëlwen,Троавјерж,Труавьерж,Труавєрж,ترواویرژ,トロワヴィエルジュ		LU	CL	09	0	Europe/Luxembourg
2960103	Schifflange	schifflange	Commune de Schifflange,Gemeinde Schifflingen,Gemeng Scheffleng,Gemeng Schëffleng,Scheffleng,Schifflange,Schifflingen,Schëffleng		LU	ES	14	0	Europe/Luxembourg
2960116	Sanem	sanem	Commune de Sanem,Gemeinde Sassenheim,Gemeng Suessem,Sanem,Sanemas,Sassenheim,Suessem,zanm,Санем,زانم		LU	ES	13	0	Europe/Luxembourg
2960124	Rumelange	rumelange	Gemeinde Rumelingen,Gemeinde Rümelingen,Gemeng Remeleng,Gemeng Rëmeleng,Remeleng,Riumelanzas,Riumelanžas,Rjumelanzh,Rumelange,Rumelanzh,Rumelingen,Rëmeleng,Rümelingen,Stad Remeleng,Stad Rëmeleng,Ville de Rumelange,rwmlanzh,Румеланж,Рюмеланж,روملانژ		LU	ES	12	0	Europe/Luxembourg
2960188	Pétange	petange	Commune de Petange,Commune de Pétange,Gemeinde Petingen,Gemeng Peiteng,Gemeng Péiteng,Peiteng,Petange,Petingen,Péiteng,Pétange		LU	ES	09	0	Europe/Luxembourg
2960317	Ville de Luxembourg	ville-de-luxembourg	Letzebuerg,Luxembourg,Luxemburg,Lëtzebuerg,Stad Letzebuerg,Stad Lëtzebuerg,Stadt Luxemburg,Ville de Luxembourg		LU	LU	2960317	0	Europe/Luxembourg
2960392	Kayl	kayl	Commune de Kayl,Gemeinde Kayl,Gemeng Kal,Gemeng Keel,Gemeng Käl,Kal,Kayl,Keel,Käl		LU	ES	06	0	Europe/Luxembourg
2960516	Grevenmacher	grevenmacher	Canto de Grevenmacher,Canton de Grevenmacher,Cantone di Grevenmacher,Cantó de Grevenmacher,Cantón de Grevenmacher,Gemeinde Grevenmacher,Greiwemaacher,Grevenmacher,Grevenmacher kantonu,Grevenmacherio kantonas,Grevenmakher,Gréiwemaacher,Grėvenmacherio kantonas,Kanton Greivemaacher,Kanton Greiwemaacher,Kanton Grevenmacher,Kanton Gréivemaacher,Kanton Gréiwemaacher,Kantono Grevenmacher,Stad Greiwemaacher,Stad Gréiwemaacher,Ville de Grevenmacher,geulebenmaheo ju,grwnmakhr,Гревенмахер,گرونماخر,그레벤마허 주		LU	GR	04	0	Europe/Luxembourg
2960590	Ettelbruck	ettelbruck	Ettelbreck,Ettelbruck,Ettelbréck,Ettelbrück,Gemeinde Ettelbruck,Gemeinde Ettelbrück,Stad Ettelbreck,Stad Ettelbréck,Ville d'Ettelbruck		LU	DI	07	0	Europe/Luxembourg
2960631	Echternach	echternach			LU	EC	05	0	Europe/Luxembourg
2960635	Dudelange	dudelange	Diddeleng,Dudelange,Dudelingen,Düdelingen,Gemeinde Dudelingen,Gemeinde Düdelingen,Gemeng Diddeleng,Ville de Dudelange		LU	ES	03	0	Europe/Luxembourg
2960652	Differdange	differdange	Deifferdang,Differdange,Differdingen,Déifferdang,Gemeinde Differdingen,Gemeng Deifferdang,Gemeng Déifferdang,Ville de Differdange		LU	ES	02	0	Europe/Luxembourg
2960658	Diekirch	diekirch	Diekirch,Dikrech,Dikrich,Gemeinde Diekirch,Stad Dikrech,Stad Dikrich,Ville de Diekirch		LU	DI	04	0	Europe/Luxembourg
2960778	Bettembourg	bettembourg	Beetebuerg,Bettembourg,Bettemburg,Commune de Bettembourg,Gemeinde Bettemburg,Gemeng Beetebuerg		LU	ES	01	0	Europe/Luxembourg
3285197	Feulen	feulen			LU	DI	08	0	Europe/Luxembourg
3285198	Lac de la Haute-Sûre	lac-de-la-haute-sure	Gemeng Lac de la Haute-Sure,Gemeng Lac de la Haute-Sûre,Lak-de-la-Ot-Sjur,Lak-de-la-Ot-Sur,Lak-deh-la-Ot-Sjur,Stauseegemeinde,Stauseigemeng,Stauséigemeng,lak dw la awt-swr,Лак-де-ла-От-Сур,Лак-де-ла-От-Сюр,Лак-дэ-ла-От-Сюр,لاک دو لا اوت-سور		LU	WI	05	0	Europe/Luxembourg
6693260	Dippach	dippach	Dippakh,Dippech,Dzipakh,Gemeng Dippech,di pa,dypakh,Дзіпах,Диппах,Діппах,دیپاخ,迪帕		LU	CA	03	0	Europe/Luxembourg
6693261	Garnich	garnich			LU	CA	04	0	Europe/Luxembourg
6693262	Hobscheid	hobscheid			LU	CA	05	0	Europe/Luxembourg
6693263	Kehlen	kehlen	Gemeng Kielen,Kelen,Kielen,khln,Келен,کهلن		LU	CA	06	0	Europe/Luxembourg
6693264	Koerich	koerich			LU	CA	07	0	Europe/Luxembourg
6693265	Kopstal	kopstal			LU	CA	08	0	Europe/Luxembourg
6693266	Mamer	mamer			LU	CA	09	0	Europe/Luxembourg
6693267	Septfontaines	septfontaines			LU	CA	10	0	Europe/Luxembourg
6693268	Steinfort	steinfort	Gemeng Stengefort,Shtajnfort,Steinfortas,Stengefort,ashtaynfwrt  lwkzambwrg,Šteinfortas,Штайнфорт,اشتاینفورت، لوکزامبورگ		LU	CA	11	0	Europe/Luxembourg
6693269	Esch-sur-Alzette	esch-sur-alzette			LU	ES	04	0	Europe/Luxembourg
6693270	Frisange	frisange	Freiseng,Frisingen,Frizanzh,Fryzanzh,Fréiseng,Gemeng Freiseng,Gemeng Fréiseng,frysanzh,Фризанж,Фрызанж,Фрізанж,فریسانژ		LU	ES	05	0	Europe/Luxembourg
6693271	Leudelange	leudelange			LU	ES	07	0	Europe/Luxembourg
6693272	Mondercange	mondercange	Gemeng Monnerech,Mandehrkanzh,Monderkanzas,Monderkanzh,Monderkanžas,Monnerech,Monnerich,mwndrkanzh,Мандэрканж,Мондерканж,موندرکانژ		LU	ES	08	0	Europe/Luxembourg
6693273	Reckange-sur-Mess	reckange-sur-mess			LU	ES	10	0	Europe/Luxembourg
6693274	Roeser	roeser			LU	ES	11	0	Europe/Luxembourg
6693275	Bertrange	bertrange			LU	LU	01	0	Europe/Luxembourg
6693276	Contern	contern			LU	LU	02	0	Europe/Luxembourg
6693277	Hesperange	hesperange			LU	LU	03	0	Europe/Luxembourg
6693278	Niederanven	niederanven			LU	LU	04	0	Europe/Luxembourg
6693279	Sandweiler	sandweiler			LU	LU	05	0	Europe/Luxembourg
6693280	Schuttrange	schuttrange			LU	LU	06	0	Europe/Luxembourg
6693281	Steinsel	steinsel			LU	LU	07	0	Europe/Luxembourg
6693282	Strassen	strassen			LU	LU	08	0	Europe/Luxembourg
6693283	Walferdange	walferdange	Gemeng Walfer,Val'ferdanzh,Walfer,Walferdingen,walfrdanzh,Вальферданж,والفردانژ		LU	LU	09	0	Europe/Luxembourg
6693284	Weiler-la-Tour	weiler-la-tour			LU	LU	10	0	Europe/Luxembourg
6693285	Berg	berg			LU	ME	01	0	Europe/Luxembourg
6693286	Bissen	bissen			LU	ME	02	0	Europe/Luxembourg
6693287	Boevange-sur-Attert	boevange-sur-attert	Beiwen-Atert,Bevanzh-sjur-Atehr,Bevanzh-sjur-Attert,Bjovanzh-sjur-Atter,Boewingen/Attert,Byovanz syur Atter,Béiwen-Atert,Böwingen/Attert,Gemeng Beiwen-Atert,Gemeng Béiwen-Atert,bwwanzh-atrt,Беванж-сюр-Аттерт,Беванж-сюр-Атэр,Бёванж-сюр-Аттер,Բյովանժ սյուր Ատտեր,بووانژ-اترت		LU	ME	03	0	Europe/Luxembourg
6693288	Fischbach	fischbach			LU	ME	04	0	Europe/Luxembourg
6693289	Heffingen	heffingen			LU	ME	05	0	Europe/Luxembourg
6693290	Larochette	larochette			LU	ME	06	0	Europe/Luxembourg
6693291	Lintgen	lintgen			LU	ME	07	0	Europe/Luxembourg
6693292	Lorentzweiler	lorentzweiler			LU	ME	08	0	Europe/Luxembourg
6693293	Mersch	mersch	Canto de Mersch,Canton de Mersch,Cantone di Mersch,Cantó de Mersch,Cantón de Mersch,Kanton Mersch,Kanton Miersch,Kantono Mersch,Ljuksemburg,Mersch kantonu,Mersh,Merso kantonas,Meršo kantonas,meleusyu ju,Люксембург,Мерш,메르슈 주		LU	ME	09	0	Europe/Luxembourg
6693294	Nommern	nommern			LU	ME	10	0	Europe/Luxembourg
6693295	Tuntange	tuntange			LU	ME	11	0	Europe/Luxembourg
6693296	Wincrange	wincrange			LU	CL	01	0	Europe/Luxembourg
6693297	Clervaux	clervaux	Canto de Clervaux,Canton de Clervaux,Cantone di Clervaux,Cantó de Clervaux,Cantón de Clervaux,Clervaux kantonu,Kanton Clerf,Kanton Clervaux,Kanton Klierf,Kantono Clervaux / Clerf,Klervo,Klervo kantonas,ke lai wo xian,keulleleubo ju,Клерво,克莱沃县,클레르보 주		LU	CL	03	0	Europe/Luxembourg
6693302	Weiswampach	weiswampach	Gemeng Waeisswampech,Gemeng Wäisswampech,Vajsvampakh,Vejsvampakh,Waeiswampech,Wäiswampech,wayswampakh,Вайсвампах,Вейсвампах,وایسوامپاخ		LU	CL	10	0	Europe/Luxembourg
6693304	Bettendorf	bettendorf	Betehndorf,Bettendorf,Bettenduerf,Gemeng Bettenduerf,bei teng duo fu,btndwrf,Беттендорф,Бетэндорф,بتندورف,贝滕多夫		LU	DI	02	0	Europe/Luxembourg
6693305	Bourscheid	bourscheid			LU	DI	03	0	Europe/Luxembourg
6693307	Erpeldange	erpeldange			LU	DI	06	0	Europe/Luxembourg
6693310	Mertzig	mertzig			LU	DI	11	0	Europe/Luxembourg
6693311	Reisdorf	reisdorf	Gemeng Reisduerf,Rajsdorf,Reisduerf,Rejsdorf,lai si duo fu,rayzdwrf,Райсдорф,Рейсдорф,رایزدورف,赖斯多夫		LU	DI	12	0	Europe/Luxembourg
6693312	Schieren	schieren			LU	DI	13	0	Europe/Luxembourg
6693313	Beckerich	beckerich	Bekerikh,Bekerykh,Bekkerikh,Bekkerix,Biekerech,Gemeng Biekerech,bkrysh,Бекерих,Бекерых,Бекеріх,Беккерих,Բեկկերիխ,بکریش		LU	RD	02	0	Europe/Luxembourg
6693314	Ell	ell	Ehl',Ehll',Ell',Gemeng Ell,al  lwkzambwrg,Елль,Элль,Эль,ال، لوکزامبورگ		LU	RD	05	0	Europe/Luxembourg
6693315	Rambrouch	rambrouch			LU	RD	06	0	Europe/Luxembourg
6693316	Grosbous	grosbous			LU	RD	07	0	Europe/Luxembourg
6693317	Redange-sur-Attert	redange-sur-attert			LU	RD	09	0	Europe/Luxembourg
6693318	Saeul	saeul	Gemeng Sell,Gemeng Sëll,Saehl',Sajul',Sell,Sëll,saywl,Саэль,Саюль,سائول		LU	RD	10	0	Europe/Luxembourg
6693319	Useldange	useldange	Gemeng Useldeng,Jusel'danzh,Juzel'danzh,Useldeng,Useldingen,awzldanzh,Юзельданж,Юсельданж,اوزلدانژ		LU	RD	11	0	Europe/Luxembourg
6693320	Vichten	vichten			LU	RD	12	0	Europe/Luxembourg
6693321	Wahl	wahl			LU	RD	13	0	Europe/Luxembourg
6693322	Boulaide	boulaide			LU	WI	01	0	Europe/Luxembourg
6693323	Esch-sur-Sûre	esch-sur-sure			LU	WI	02	0	Europe/Luxembourg
6693325	Goesdorf	goesdorf	Commune de Goesdorf,Geisdref,Gemeinde Goesdorf,Gemeng Geisdref,Gemeng Géisdref,Goesdorf,Géisdref		LU	WI	04	0	Europe/Luxembourg
6693330	Winseler	winseler			LU	WI	13	0	Europe/Luxembourg
6693331	Tandel	tandel	Gemeng Tandel,Tandel',tandl,Тандель,تاندل		LU	VD	01	0	Europe/Luxembourg
6693332	Putscheid	putscheid	Gemeng Petscht,Gemeng Pëtscht,Petscht,Putshajd,Putshehjd,Pëtscht,pwtshayd,Путшайд,Путшэйд,پوتشاید		LU	VD	02	0	Europe/Luxembourg
6693333	Vianden	vianden			LU	VD	03	0	Europe/Luxembourg
6693334	Beaufort	beaufort	Bafor,Beefort,Befort,Bofor,Gemeng Beefort,bwfwrt,byfwrt  lgsmbrg,Бафор,Бофор,بوفورت,بیفورت، لگسمبرگ		LU	EC	01	0	Europe/Luxembourg
6693335	Bech	bech			LU	EC	02	0	Europe/Luxembourg
6693336	Berdorf	berdorf			LU	EC	03	0	Europe/Luxembourg
6693337	Consdorf	consdorf			LU	EC	04	0	Europe/Luxembourg
6693338	Mompach	mompach			LU	EC	06	0	Europe/Luxembourg
6693339	Rosport	rosport	Gemeng Rouspert,Rospor,Rosport,Rosportas,Rouspert,rwspwrt,Роспор,Роспорт,روسپورت		LU	EC	07	0	Europe/Luxembourg
6693340	Waldbillig	waldbillig			LU	EC	08	0	Europe/Luxembourg
6693341	Betzdorf	betzdorf			LU	GR	01	0	Europe/Luxembourg
6693342	Biwer	biwer			LU	GR	02	0	Europe/Luxembourg
6693343	Flaxweiler	flaxweiler			LU	GR	03	0	Europe/Luxembourg
6693344	Junglinster	junglinster			LU	GR	05	0	Europe/Luxembourg
6693345	Manternach	manternach			LU	GR	06	0	Europe/Luxembourg
6693346	Mertert	mertert	Gemeng Maeertert,Gemeng Mäertert,Maeertert,Mertert,Mäertert,mrtrt,Мертерт,مرترت		LU	GR	07	0	Europe/Luxembourg
6693347	Wormeldange	wormeldange	Gemeng Wuermeldeng,Vormel'danzh,Vormeldanzas,Vormeldanzh,Vormeldanžas,Wormeldingen,Wuermeldeng,wwrmldanzh,Вормелданж,Вормельданж,وورملدانژ		LU	GR	09	0	Europe/Luxembourg
6693348	Bous	bous			LU	RM	00	0	Europe/Luxembourg
6693350	Dalheim	dalheim			LU	RM	02	0	Europe/Luxembourg
6693351	Lenningen	lenningen			LU	RM	03	0	Europe/Luxembourg
6693352	Mondorf-les-Bains	mondorf-les-bains			LU	RM	04	0	Europe/Luxembourg
6693353	Schengen	schengen	Commune de Schengen,Gemeinde Schengen,Gemeng Schengen,Remerschen,Schengen		LU	RM	05	0	Europe/Luxembourg
6693354	Remich	remich			LU	RM	06	0	Europe/Luxembourg
6693355	Stadtbredimus	stadtbredimus			LU	RM	07	0	Europe/Luxembourg
6693356	Waldbredimus	waldbredimus			LU	RM	08	0	Europe/Luxembourg
8641289	Kiischpelt	kiischpelt	Commune de Kiischpelt,Gemeinde Kiischpelt,Gemeng Kiischpelt,Kiischpelt		LU	WI	8641289	0	Europe/Luxembourg
8641291	Commune de Préizerdaul	commune-de-preizerdaul	Bettborn,Commune de Bettborn,Commune de Preizerdaul,Commune de Préizerdaul,Gemeinde Preizerdaul,Gemeinde Préizerdaul,Gemeng Preizerdaul,Gemeng Préizerdaul,Preizerdaul,Préizerdaul		LU	RD	8641291	0	Europe/Luxembourg
8641526	Commune de la Vallée de l'Ernz	commune-de-la-vallee-de-l-ernz	Aerenzdallgemeng,Arenzdallgemeng,Commune de la Vallee de l'Ernz,Commune de la Vallée de l'Ernz,Ernztalgemeinde,Vallee de l'Ernz,Vallée de l'Ernz,Ärenzdallgemeng		LU	DI	8641526	0	Europe/Luxembourg
8641865	Käerjeng	kaeerjeng	Commune de Kaerjeng,Commune de Käerjeng,Gemeinde Kaerjeng,Gemeinde Käerjeng,Gemeng Kaerjeng,Gemeng Käerjeng,Kaerjeng,Käerjeng		LU	CA	8641865	0	Europe/Luxembourg
11353099	Parc Hosingen	parc-hosingen			LU	CL	63	3200	Europe/Luxembourg
\.


--
-- Data for Name: admin3; Type: TABLE DATA; Schema: lu; Owner: g5
--

COPY lu.admin3 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, admin2_code, admin3_code, population, timezone) FROM stdin;
\.


--
-- Data for Name: admin4; Type: TABLE DATA; Schema: lu; Owner: g5
--

COPY lu.admin4 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, admin2_code, admin3_code, admin4_code, population, timezone) FROM stdin;
\.


--
-- Data for Name: cities; Type: TABLE DATA; Schema: lu; Owner: g5
--

COPY lu.cities (geoid, name, slug, country_code, postal_code, population, timezone, latitude, longitude, altitude, alternatenames, capital_of, admin1_code, admin2_code, admin3_code, admin4_code) FROM stdin;
2959960	Wues	wues	LU		0	Europe/Luxembourg	49.79667	6.15556		Woos,Wues		ME	10		
2959964	Wolpert	wolpert	LU		0	Europe/Luxembourg	49.76421	6.3536		Maisons Wolper,Wolper,Wolpert		EC	02		
2959965	Wolfsmuhle-lès-Ellange	wolfsmuhle-les-ellange	LU		0	Europe/Luxembourg	49.53333	6.31667		Wolfsmuhle,Wolfsmuhle-les-Ellange,Wolfsmuhle-lès-Ellange,Wolfsmühle		RM	02		
2959966	Wollefsmillen	wollefsmillen	LU		0	Europe/Luxembourg	49.71639	6.49		Wolfsmuhle,Wolfsmuhle les Wasserbillig,Wolfsmuhle lès Wasserbillig,Wolfsmühle,Wollefsmillen		GR	07		
2959974	Wiltzermühle	wiltzermuehle	LU		0	Europe/Luxembourg	49.65	6.05		Ferrantsmuhle,Ferrantsmühle,Wiltzermuhle,Wiltzermühle,Wilzermuhle,Wilzermühle		CA	09		
2959979	Wilmeshof	wilmeshof	LU		0	Europe/Luxembourg	49.85	6.11667				DI	06		
2959981	Wickelscheid	wickelscheid	LU		0	Europe/Luxembourg	49.75	6.2		Ferme Wickelescht,Wickelscheid		ME	04		
2959991	Weissenhof	weissenhof	LU		0	Europe/Luxembourg	49.56667	6.11667				LU	2960317		
2959992	Weimerskirch	weimerskirch	LU		0	Europe/Luxembourg	49.62361	6.13639		Neimersk,Waymersk,Weimerskirch,Wimerskirch		LU	2960317		
2959993	Weimershof	weimershof	LU		0	Europe/Luxembourg	49.6	6.15				LU	2960317		
2959994	Weileschbach	weileschbach	LU		0	Europe/Luxembourg	49.86667	6.21667		Steinescht,Weilesbach,Weileschbach		DI	02		
2960004	Webershof	webershof	LU		0	Europe/Luxembourg	49.81667	6.25		Weberhof,Webershof		DI	8641526		
2960015	Wakelterhof	wakelterhof	LU		0	Europe/Luxembourg	49.81667	6.3				EC	08		
2960025	Untereisenbach	untereisenbach	LU		0	Europe/Luxembourg	50.00167	6.14556		Untereisenbach		CL	63		
2959958	Zittig	zittig	LU	L-6255	38	Europe/Luxembourg	49.73889	6.345		Zittig		EC	02		
2960037	Tockmuhle	tockmuhle	LU		0	Europe/Luxembourg	49.91667	5.78333		Tockenmuhle,Tockenmühle,Tockmuhle		WI	01		
2960039	Tomm	tomm	LU		0	Europe/Luxembourg	49.89444	6.16361		Thom,Tomm		VD	01		
2960040	Thillen	thillen	LU		0	Europe/Luxembourg	49.7	6.43333				GR	06		
2960059	Staekaul	staekaul	LU		0	Europe/Luxembourg	49.69611	5.92028		Staekaul,Steinkaul		CA	05		
2960075	Scierie Schleif	scierie-schleif	LU		0	Europe/Luxembourg	49.71667	6.13333		Schleif,Scierie Schleif		ME	07		
2960076	Schwidelbrouch	schwidelbrouch	LU		0	Europe/Luxembourg	49.83056	5.85444		Schwidelbrouch,Schwiedelbrouch		RD	06		
2960079	Schwebsange	schwebsange	LU		307	Europe/Luxembourg	49.51167	6.35694		Schwebsange,Schwebsingen		RM	05		
2960081	Schwachtgesmühle	schwachtgesmuehle	LU		0	Europe/Luxembourg	49.71667	6.21667				GR	05		
2960091	Schneideschhof	schneideschhof	LU		0	Europe/Luxembourg	49.68333	5.95				CA	07		
2960092	Schmëtt	schmett	LU		0	Europe/Luxembourg	50.18167	6.02528		Forge,Huldange-Forge,Schmett,Schmiede,Schmëtt		CL			
2960095	Schleiwenhaff	schleiwenhaff	LU		0	Europe/Luxembourg	49.57833	6.05889		Schleiwenhaff,Schlevenhof,Schlewenhof		ES	07		
2960106	Scheierhaff	scheierhaff	LU		0	Europe/Luxembourg	49.59	6.31611		Scheierhaff,Scheuerhof,Scheuerhof-les-Canach,Scheuerhof-lès-Canach		RM	03		
2960121	Gaichel	gaichel	LU		0	Europe/Luxembourg	49.69467	5.86859		Fisbour,Gaichel,Saegemuhle,Saegemühle,Sagemuhle,Sägemühle		CA			
2960126	Roost	roost	LU		0	Europe/Luxembourg	49.78667	6.09611		Roost,Roost (Bissen),Rost		ME	02		
2960129	Roodt	roodt	LU		215	Europe/Luxembourg	49.69194	6.00222		Roddt,Roodt,Roodt-Eisch,Roodt-sur-Eisch,Roodt/Eisch,Rued		CA	10		
2960130	Roodt	roodt	LU		159	Europe/Luxembourg	49.79444	5.82167		Roodt,Roodt (Ell),Roodt-les-Ell,Roodt-lès-Ell,Rued		RD	05		
2960132	Rollingergrund	rollingergrund	LU		0	Europe/Luxembourg	49.62278	6.10778		Rollingergrund		LU	2960317		
2960142	Rodbach	rodbach	LU		0	Europe/Luxembourg	49.77972	5.93528		Maison Rodbach,Rodbach		RD	8641291		
2960160	Redange-sur-Attert	redange-sur-attert	LU		1164	Europe/Luxembourg	49.76437	5.88997		Redange,Redange-sur-Attert,Redange/Attert,Redingen,Reiden,Réiden	RD	RD	09		
2960163	Reckingerhaff	reckingerhaff	LU		0	Europe/Luxembourg	49.53333	6.31667		Ferme Reckange,Reckingerhaff,Reckingerhof		RM	02		
2960169	Pulvermühle	pulvermuehle	LU		0	Europe/Luxembourg	49.609	6.15147		Polfermillen,Pulvermuehle,Pulvermuhl,Pulvermühle		LU	2960317		
2960173	Potaschberg	potaschberg	LU		0	Europe/Luxembourg	49.67333	6.40083		Grevenmacherberg,Potaschberg,Potaschhof		GR	04		
2960181	Pfaffenthal	pfaffenthal	LU		0	Europe/Luxembourg	49.91667	6		Pfaffental,Pfaffenthal,Pfaffenthal-les-Tadler,Pfaffenthal-lès-Tadler		WI	04		
2960182	Pfaffenthal	pfaffenthal	LU		0	Europe/Luxembourg	49.61667	6.13333		Pfaffenthal		LU	2960317		
2960199	Ohligsmühle	ohligsmuehle	LU		0	Europe/Luxembourg	49.61667	6.26667				LU	06		
2960204	Oberschieren	oberschieren	LU		0	Europe/Luxembourg	49.83333	6.1				DI	13		
2960206	Ober-Merzig	ober-merzig	LU		0	Europe/Luxembourg	49.83333	6.01667		Haut-Merzig,Ober-Merzig		DI	11		
2960207	Obercorn	obercorn	LU		4666	Europe/Luxembourg	49.51361	5.89611		Oberkorn		ES	02		
2960210	Obereisenbach	obereisenbach	LU		0	Europe/Luxembourg	50.01	6.084	317			CL	63		
2960222	Niederwiltz	niederwiltz	LU		0	Europe/Luxembourg	49.96917	5.92306				WI	11		
2960224	Niederschlinder	niederschlinder	LU		0	Europe/Luxembourg	49.93333	6.06667				DI	03		
2960225	Niederschieren	niederschieren	LU		0	Europe/Luxembourg	49.83333	6.1				DI	13		
2960227	Nieder-Merzig	nieder-merzig	LU		0	Europe/Luxembourg	49.83333	6.01667		Bas-Merzig,Nieder-Merzig		DI	11		
2960228	Niedercorn	niedercorn	LU		3164	Europe/Luxembourg	49.53611	5.89306		Nidderkuer,Niederkorn		ES	02		
2960235	Neimillen	neimillen	LU		0	Europe/Luxembourg	50.08056	5.92167		Neimillen,Neumuhle,Neumühle		CL	01		
2960236	Neumühle	neumuehle	LU		0	Europe/Luxembourg	49.9	5.95				WI	02		
2960237	Neumühle	neumuehle	LU		0	Europe/Luxembourg	49.7	5.9				CA	05		
2960239	Neumühle	neumuehle	LU		0	Europe/Luxembourg	49.61667	6.23333		Neumuhle,Neumühle,Wolfsmuhle,Wolfsmühle		LU	05		
2960241	Neihaischen	neihaischen	LU		239	Europe/Luxembourg	49.62483	6.23408		Neihaischen,Neuhaeusgen		LU	06		
2960242	Neudorf	neudorf	LU		0	Europe/Luxembourg	49.61639	6.15667				LU	2960317		
2960246	Münsbach	muensbach	LU		585	Europe/Luxembourg	49.63277	6.26459		Munsbach,Musbach,Münsbach,Müsbach		LU	06		
2960248	Münschecker	muenschecker	LU		152	Europe/Luxembourg	49.69389	6.44222		Munschecker,Münschecker		GR	04		
2960249	Müllerthal	muellerthal	LU		152	Europe/Luxembourg	49.7902	6.30665		Moellerdall,Mullerthal,Müllerthal		GR			
2960250	Müllendorf	muellendorf	LU		1024	Europe/Luxembourg	49.68028	6.13		Melleref,Muellendorf,Mullendorf,Mëllerëf,Müllendorf		LU	07		
2960251	Mühlenbach	muehlenbach	LU		0	Europe/Luxembourg	49.63167	6.11917		Muhlenbach,Mühlenbach		LU	2960317		
2960253	Moulin Schenk	moulin-schenk	LU		0	Europe/Luxembourg	49.73333	6.21667				ME	04		
2960255	Moulin Colmesch	moulin-colmesch	LU		0	Europe/Luxembourg	49.7	6.11667				ME	08		
2960263	Misèrehof	miserehof	LU		0	Europe/Luxembourg	49.86667	5.83333		Ferme Misere,Ferme Misère,Misere,Miserehof,Misère,Misèrehof		RD	06		
2960268	Meysembourg	meysembourg	LU		0	Europe/Luxembourg	49.76971	6.18709		Chateau Meysembourg,Meysembourg		ME	06		
2960277	Merl	merl	LU		0	Europe/Luxembourg	49.60333	6.09556		Merl		LU	2960317		
2960278	Merkholz	merkholz	LU		94	Europe/Luxembourg	49.96133	5.98042		Mercols,Merkholtz,Merkholz,Merkols		WI	8641289		
2960279	Mergenhof	mergenhof	LU		0	Europe/Luxembourg	49.81667	5.86667		Frillschterhof,Mergenhof,Stautzenhof		RD	06		
2960286	Maulin Diederich	maulin-diederich	LU		0	Europe/Luxembourg	49.6	6.25				LU	02		
2960287	Moulin de Bascharage	moulin-de-bascharage	LU		0	Europe/Luxembourg	49.88333	5.9		Bascharage Moulin,Moulin de Bascharage		RD	13		
2960288	Massen	massen	LU		0	Europe/Luxembourg	50.1175	5.99278				CL	09		
2960290	Marxberg	marxberg	LU		0	Europe/Luxembourg	49.9	6.20917				VD	01		
2960291	Martelinville	martelinville	LU		0	Europe/Luxembourg	49.86694	5.77333		Ferme Martelinville,Martelinville,Rommeldange,Rommelerhaff,Rommelerhof		RD	06		
2960295	Marbourg	marbourg	LU		0	Europe/Luxembourg	50.05167	6.07472				CL	03		
2960300	Maison Wangert	maison-wangert	LU		0	Europe/Luxembourg	49.8	5.86667		Maison Wangert,Wangert		RD	06		
2960301	Maisons Prevent	maisons-prevent	LU		0	Europe/Luxembourg	49.71667	6.18333				ME	04		
2960302	Maisons Boussert	maisons-boussert	LU		0	Europe/Luxembourg	49.73333	6.13333		Boussert,Maisons Boussert		ME	09		
2960303	Maisons Alteschmeltz	maisons-alteschmeltz	LU		0	Europe/Luxembourg	49.7	5.98333		Alteschmeltz,Maisons Alteschmeltz		CA	10		
2960304	Maison Peffer	maison-peffer	LU		0	Europe/Luxembourg	49.51667	6.16667				ES	05		
2960306	Maison Leh	maison-leh	LU		0	Europe/Luxembourg	49.88333	6.23333				DI	02		
2960307	Maison Klein	maison-klein	LU		0	Europe/Luxembourg	49.75	5.85				RD	05		
2960308	Maison Hoffmann	maison-hoffmann	LU		0	Europe/Luxembourg	49.7	6.28333				GR	05		
2960310	Maison Cronière	maison-croniere	LU		0	Europe/Luxembourg	49.51667	5.85		Bachermuhle,Bachermühle,La Croniere,La Cronière,Maison Croniere,Maison Cronière		ES	02		
2960311	Maison Burg	maison-burg	LU		0	Europe/Luxembourg	49.83333	6.18333				DI	8641526		
2960321	Loorbierg	loorbierg	LU		0	Europe/Luxembourg	49.85944	5.85111		Brucherhof,Ferme Loring,Loorbierg,Loreshof,Loringshof		RD	06		
2960330	Limpertsberg	limpertsberg	LU		0	Europe/Luxembourg	49.62083	6.12167		Lampertsberg,Limpertsberg		LU	2960317		
2960338	Lellerhaff	lellerhaff	LU		0	Europe/Luxembourg	49.79944	6.08611		Fermes,Lellerhaff,Lellingerhof		ME	01		
2960344	Leihof	leihof	LU		0	Europe/Luxembourg	49.8	6.1				ME	01		
2960347	Lauterbour	lauterbour	LU		0	Europe/Luxembourg	49.79684	6.38984		Lauterborn		EC	05		
2960351	Lannenerbierg	lannenerbierg	LU		0	Europe/Luxembourg	49.79861	5.83528		Lannenerberg,Lannenerbierg		RD	09		
2960361	Kreizerbuch	kreizerbuch	LU		0	Europe/Luxembourg	49.70167	5.91639		Kreizerbuch,Kreutzerbuch,Kreuzerbuch,Maisons Kreutzerbuch,Nikolausbuch		CA	05		
2960371	Kocherei	kocherei	LU		0	Europe/Luxembourg	50.06944	6.07056		Kocherei,Kocherey		CL	03		
2960374	Kneppchen	kneppchen	LU		0	Europe/Luxembourg	49.74194	6.01861		Knaepchen,Knepchen,Kneppchen		ME	03		
2960375	Kleinmacher	kleinmacher	LU		0	Europe/Luxembourg	49.5325	6.35528				RM	05		
2960376	Kleinhoscheid	kleinhoscheid	LU		0	Europe/Luxembourg	50.01944	5.96806				WI	11		
2960380	Kirchberg	kirchberg	LU		3534	Europe/Luxembourg	49.62389	6.14944		Kirchberg,Luxembourg-Kirchberg		LU	2960317		
2960381	Koeppenhaff	koeppenhaff	LU		0	Europe/Luxembourg	49.90313	6.13314		Kippenhof,Koeppenhaff		VD	01		
2960383	Kéisbierg	keisbierg	LU		0	Europe/Luxembourg	49.67472	6.32056		Keisbierg,Kiesberg,Kéisbierg		GR	01		
2960396	Kapendahl	kapendahl	LU		0	Europe/Luxembourg	49.86667	6.23333				DI	02		
2960405	Jockelsmuhle	jockelsmuhle	LU		0	Europe/Luxembourg	49.71667	6.36667		Jockelsmuhle,Jockesmuhle		GR	02		
2960406	Jenkenhof	jenkenhof	LU		0	Europe/Luxembourg	49.81667	5.95				RD	07		
2960411	Italien	italien	LU		0	Europe/Luxembourg	49.47444	6.07944		Italie,Italien		ES	03		
2960416	Hëttermillen	hettermillen	LU		0	Europe/Luxembourg	49.58611	6.37361		Hettermillen,Huettermuehle,Huttermuhle,Hëttermillen,Hüttermühle		RM	07		
2960423	Hubertsmuhle	hubertsmuhle	LU		0	Europe/Luxembourg	50.13333	6.06667				CL	10		
2960425	Houschthauser	houschthauser	LU		0	Europe/Luxembourg	49.95	5.8				WI	05		
2960430	Houschterhaff	houschterhaff	LU		0	Europe/Luxembourg	49.93531	6.15709		Fonkenhof,Hoscheiderhof,Hoscheidterhof,Hoschetterhof,Houschterhaff,Wiltgeshof		VD	01		
2960431	Hoscheiderdickt	hoscheiderdickt	LU		0	Europe/Luxembourg	49.97306	6.09167		Dickt,Hoscheid-Dickt,Hoscheiderdickt		CL	63		
2960433	Horas	horas	LU		0	Europe/Luxembourg	49.81056	5.91861		Horace,Horas,Horras,Maisons Horras		RD	8641291		
2960434	Hondsjang	hondsjang	LU		0	Europe/Luxembourg	50.08333	6				CL	01		
2960439	Hollerich	hollerich	LU		0	Europe/Luxembourg	49.60314	6.11423		Hollerech,Hollerich		LU	2960317		
2960451	Hoerchen	hoerchen	LU		0	Europe/Luxembourg	49.56667	5.93333		Haertgen,Hoerchen,Maison Hoerchen,Neulocher,Neulöcher		CA	8641865		
2960452	Héienhaff	heienhaff	LU		0	Europe/Luxembourg	49.6325	6.22083		Heienhaff,Hoehenhof,Hohenhof,Héienhaff,Höhenhof		LU	04		
2960482	Heckenhof	heckenhof	LU		0	Europe/Luxembourg	49.68333	5.93333				CA	05		
2960487	Hau	hau	LU		0	Europe/Luxembourg	49.52083	6.18667				ES	05		
2960493	Hamm	hamm	LU		0	Europe/Luxembourg	49.60694	6.16861		Hamm		LU	2960317		
2960503	Grundmuhle	grundmuhle	LU		0	Europe/Luxembourg	49.9	5.9				WI	02		
2960505	Grund	grund	LU		0	Europe/Luxembourg	49.60997	6.13791		Gronn,Grund		LU	2960317		
2960506	Grumelscheid	grumelscheid	LU		64	Europe/Luxembourg	49.98343	5.87072		Gruemelscheid,Grumelscheid,Grummelscheid,Grümmelscheid		WI	13		
2960511	Gruef	gruef	LU		0	Europe/Luxembourg	49.88028	6.22194		Grof,Gruef		DI	02		
2960518	Grevelscheuer	grevelscheuer	LU		0	Europe/Luxembourg	49.63333	6.2		Ferme Grevelscheuer,Grevelscheuer,Grevelsscheuer		LU	04		
2960535	Goeldt	goeldt	LU		0	Europe/Luxembourg	49.82222	5.85583		Goeldt,Maison Goelt		RD	06		
2960545	Geyershaff	geyershaff	LU		0	Europe/Luxembourg	49.76552	6.38754		Geyershaff,Geyershof,Geyershof (Bech)		EC	02		
2960546	Geimer	geimer	LU		0	Europe/Luxembourg	49.75	6				ME	03		
2960548	Gasperich	gasperich	LU		0	Europe/Luxembourg	49.58556	6.12306		Gasperich		LU	2960317		
2960551	Gantenbeinmühle	gantenbeinmuehle	LU		0	Europe/Luxembourg	49.6	6.16667				LU	03		
2960554	Fronay	fronay	LU		0	Europe/Luxembourg	49.66667	6.41667		Ferme Fronay,Fronay,Fronayhof		GR	04		
2960562	Heischtergronn	heischtergronn	LU		0	Europe/Luxembourg	49.90188	5.96008		Fond de Heiderscheid,Heiderscheidergrund,Heischtergronn		WI	02		
2960567	Fleibur	fleibur	LU		0	Europe/Luxembourg	49.89917	5.81278		Flebour,Fleibur		WI	01		
2960572	Fënsterdall	fensterdall	LU		0	Europe/Luxembourg	49.75295	6.03583		Fensterdall,Finsterthal,Fënsterdall		ME	09		
2960578	Ferme Thibesart	ferme-thibesart	LU		0	Europe/Luxembourg	49.81667	6.11667				DI	13		
2960579	Ferme Grossenbour	ferme-grossenbour	LU		0	Europe/Luxembourg	49.88333	6.16667				VD	01		
2960580	Ferme Fuhrman	ferme-fuhrman	LU		0	Europe/Luxembourg	49.93333	5.8		Ferme Fahrman,Ferme Fuhrman		WI	05		
2960581	Ferme du Flamand	ferme-du-flamand	LU		0	Europe/Luxembourg	50.15	6.05				CL	10		
2960582	Vesquenhaff	vesquenhaff	LU		0	Europe/Luxembourg	49.51111	5.87389		Ferme Vesque,Ferme de Vesque,Festenhof,Vesquehof,Vesquenhaff,Westenhof		ES	02		
2960583	Roudenhaff	roudenhaff	LU		0	Europe/Luxembourg	49.53111	5.84722		Airsain,Ferme Airsain,Ferme Rouge,Rodenhof,Roudenhaff		ES	09		
2960585	Fennbierg	fennbierg	LU		0	Europe/Luxembourg	50.01278	6.09139		Auf der Hohe,Auf der Höhe,Fennberg,Fennbierg,Pfennberg		CL	63		
2960622	Eich	eich	LU		0	Europe/Luxembourg	49.62889	6.13194		Eich		LU	2960317		
2960626	Éimeschbaach	eimeschbaach	LU		0	Europe/Luxembourg	50.09361	5.95667		Dehmeschbach,Ehmeschbach,Ehmeschhof,Eimeschbaach,Emeschbach,Emeschterhof,Éimeschbaach		CL	01		
2960637	Dreiborn	dreiborn	LU		0	Europe/Luxembourg	49.61722	6.39389		Chateau Dreiborn,Dreiborn		GR	09		
2960640	Dorscheiderhaischen	dorscheiderhaischen	LU		0	Europe/Luxembourg	50.03917	6.07972		Dorscheiderhaeuschen,Dorscheiderhaischen,Dorscheiderhauschen,Dorscheiderhäuschen		CL	63		
2960645	Dommeldange	dommeldange	LU		0	Europe/Luxembourg	49.63411	6.13864		Dommeldange,Dommeldingen,Dummeldeng		LU	2960317		
2960650	Diggel	diggel	LU		0	Europe/Luxembourg	49.72611	5.84111		Dideling,Diggel		RD	02		
2960664	Daundorf	daundorf	LU		0	Europe/Luxembourg	49.5075	6.2875		Daundorf,Ferme Daundorf		RM	04		
2959984	Welsdorf	welsdorf	LU	L-7713	0	Europe/Luxembourg	49.81727	6.08677				ME	01		
2960680	Colmar	colmar	LU		1776	Europe/Luxembourg	49.81028	6.09722		Colmar,Colmar-Berg		ME	01		
2960688	Clausen	clausen	LU		0	Europe/Luxembourg	49.61313	6.14278		Clausen		LU	2960317		
2960689	Clairefontaine	clairefontaine	LU		0	Europe/Luxembourg	49.86667	6.18333		Claire,Clairefontaine,Clairefontaines		DI	02		
2960692	Château Faubourg	chateau-faubourg	LU		0	Europe/Luxembourg	49.93333	6.21667		Chateau,Chateau Faubourg,Château Faubourg,Faubourg		VD	03		
2960694	Cessange	cessange	LU		0	Europe/Luxembourg	49.58944	6.10694		Cessange,Cessingen		LU	2960317		
2960698	Cap	cap	LU		0	Europe/Luxembourg	49.64444	5.98444		Cap,Kap		CA	09		
2960705	Buurgfried	buurgfried	LU		0	Europe/Luxembourg	49.90083	5.85861		Bourgfried,Burgfried,Buurgfried		WI	02		
2960707	Burange	burange	LU		0	Europe/Luxembourg	49.49111	6.0925		Burange		ES	03		
2960708	Buderscheid	buderscheid	LU		126	Europe/Luxembourg	49.93426	5.93815		Bitscht,Buderscheid,Buederscheid,Büderscheid		WI	04		
2960709	Budersberg	budersberg	LU		0	Europe/Luxembourg	49.49278	6.06944		Budersberg		ES	03		
2960710	Buchholz	buchholz	LU		0	Europe/Luxembourg	49.65833	6.36472				GR	03		
2960715	Brill	brill	LU		0	Europe/Luxembourg	49.98167	5.90611		Brill,Bruhl		WI	13		
2960719	Broderbour	broderbour	LU		0	Europe/Luxembourg	49.85306	6.18722		Broderbour,Seinkaul		DI	02		
2960728	Brameschhaff	brameschhaff	LU		0	Europe/Luxembourg	49.65667	6.04972		Brameschhaff,Brameschhof		CA	06		
2960741	Bonnevoie	bonnevoie	LU		0	Europe/Luxembourg	49.59444	6.15		Bonnevoie		LU	2960317		
2960743	Bombatsch	bombatsch	LU		0	Europe/Luxembourg	50.05833	6.06639				CL	03		
2960744	Bohey	bohey	LU		0	Europe/Luxembourg	49.97417	5.84389		Bohey,Bohoey		WI	13		
2960761	Bischenrech	bischenrech	LU		0	Europe/Luxembourg	50.08333	6				CL	01		
2960763	Birel	birel	LU		0	Europe/Luxembourg	49.61667	6.21667		Birel,Birelergrund,Birelerhof,Ferme Birel		LU	05		
2960767	Béil	beil	LU		0	Europe/Luxembourg	49.75917	6.23972		Beil,Bihl,Béil		ME	05		
2960784	Berschbach	berschbach	LU		0	Europe/Luxembourg	49.74389	6.115		Berschbach		ME	09		
2960794	Berens	berens	LU		0	Europe/Luxembourg	49.84361	6.26806				EC	01		
2960801	Belval	belval	LU		0	Europe/Luxembourg	49.51028	5.94361		Belval,Ernshof		ES	13		
2960805	Beggen	beggen	LU		0	Europe/Luxembourg	49.64506	6.12932		Beggen		LU	2960317		
2960818	Banzelt	banzelt	LU		0	Europe/Luxembourg	49.66833	6.33028		Banzelt,Maisons Banzelt,Olingerbarriere,Olingerbarriére		GR	03		
2960830	Amberg	amberg	LU		0	Europe/Luxembourg	49.76667	5.86667		Amberg,Berg		RD	09		
2960843	Aciérie	acierie	LU		0	Europe/Luxembourg	49.53333	5.9				ES	02		
3263885	Woulkeschdall	woulkeschdall	LU		0	Europe/Luxembourg	49.48472	6.09778				ES	03		
3285196	Dunkrodt	dunkrodt	LU		0	Europe/Luxembourg	49.92306	5.87861				WI	05		
6944716	Dasbourg-Pont	dasbourg-pont	LU		0	Europe/Luxembourg	50.04922	6.12588	273			CL	63		
8714252	Maulusmühle	maulusmuehle	LU		0	Europe/Luxembourg	50.09619	6.02823				CL	03		
11669891	Kalkesbach	kalkesbach	LU		0	Europe/Luxembourg	49.80143	6.35379		Kalkesbach,Kalkesbach (Berdorf),Kalkesbach (Bergdorf)		EC	03		
11694425	Windhof	windhof	LU		0	Europe/Luxembourg	49.64635	5.95755		Windhof (Koerich)		CA	07		
11703906	Fuussekaul	fuussekaul	LU		0	Europe/Luxembourg	49.87775	5.99092				WI	02		
12035861	Rollingergrund / Belair-Nord	rollingergrund-belair-nord	LU		0	Europe/Luxembourg	49.6332	6.09291				LU	2960317		
12035862	Ville-Haute	ville-haute	LU		0	Europe/Luxembourg	49.61173	6.12648				LU	2960317		
12035863	Neudorf/Weimershof /	neudorf-weimershof	LU		0	Europe/Luxembourg	49.6256	6.16926				LU	2960317		
12035864	Belair	belair	LU		0	Europe/Luxembourg	49.6116	6.10682				LU	2960317		
12035865	Gare	gare	LU		0	Europe/Luxembourg	49.60175	6.12971				LU	2960317		
12035866	Bonnevoie-Sud	bonnevoie-sud	LU		0	Europe/Luxembourg	49.59679	6.14719				LU	2960317		
12035867	Bonnevoie-Nord/Verlorenkost	bonnevoie-nord-verlorenkost	LU		0	Europe/Luxembourg	49.60431	6.14187				LU	2960317		
12035868	Cents	cents	LU		0	Europe/Luxembourg	49.61707	6.16413				LU	2960317		
12035871	Grenz	grenz	LU		0	Europe/Luxembourg	49.47387	5.98118				ES	04		
12035872	Park	park	LU		0	Europe/Luxembourg	49.48505	5.9867				ES	04		
12035873	Uecht	uecht	LU		0	Europe/Luxembourg	49.49682	5.9745				ES	04		
12035874	Lankelz	lankelz	LU		0	Europe/Luxembourg	49.50969	5.983				ES	04		
12035875	Al-Esch	al-esch	LU		0	Europe/Luxembourg	49.49605	5.98391				ES	04		
12035876	Universitéit	universiteit	LU		0	Europe/Luxembourg	49.50439	5.94975				ES	04		
12035877	Neiduerf	neiduerf	LU		0	Europe/Luxembourg	49.48699	5.99662				ES	04		
12035878	Raemerich	raemerich	LU		0	Europe/Luxembourg	49.5101	5.95237				ES	04		
12035879	Zaepert	zaepert	LU		0	Europe/Luxembourg	49.5094	5.97288				ES	04		
12035880	Belval	belval	LU		0	Europe/Luxembourg	49.49828	5.95967				ES	04		
12035881	Wobrecken	wobrecken	LU		0	Europe/Luxembourg	49.50393	5.9798				ES	04		
12035882	Fettmeth	fettmeth	LU		0	Europe/Luxembourg	49.50474	5.97315				ES	04		
12035883	Bruch	bruch	LU		0	Europe/Luxembourg	49.50324	5.96729				ES	04		
12035884	Dellhéicht	dellheicht	LU		0	Europe/Luxembourg	49.50132	5.98315				ES	04		
12035885	Brill	brill	LU		0	Europe/Luxembourg	49.49263	5.9783				ES	04		
12035886	Schlassgoard	schlassgoard	LU		0	Europe/Luxembourg	49.50339	5.99246				ES	04		
12035887	Lalleng	lalleng	LU		0	Europe/Luxembourg	49.51187	5.99391				ES	04		
12035888	Sommet	sommet	LU		0	Europe/Luxembourg	49.50971	5.96358				ES	04		
2959959	Wormeldange	wormeldange	LU	L-5480	786	Europe/Luxembourg	49.61114	6.40546		Wormeldange,Wormeldingen,Wuermeldeng		GR	09		
2959961	Wolwelange	wolwelange	LU	L-8833	358	Europe/Luxembourg	49.82861	5.76472		Wolwelange,Wolwen		RD	06		
2959967	Wintrange	wintrange	LU	L-5495	384	Europe/Luxembourg	49.50139	6.35278		Wintrange		RM	05		
2959968	Winseler	winseler	LU	L-9696	126	Europe/Luxembourg	49.96778	5.89028		Gemeng Wanseler,Vinseler,Vinzeler,Wanseler,Winseler,wynzlr,Винзелер,Вінселер,وینزلر		WI	13		
2959971	Wincrange	wincrange	LU	L-9780	210	Europe/Luxembourg	50.05333	5.91917		Wenerange,Wincrange,Wintger		CL	01		
2959972	Wilwerwiltz	wilwerwiltz	LU	L-9776	249	Europe/Luxembourg	49.98889	5.99917		Wilwerwiltz,Wilwerwilz		WI	8641289		
2959973	Wilwerdange	wilwerdange	LU	L-9980	268	Europe/Luxembourg	50.14056	6.02389		Wilwerdange		CL	09		
2959977	Wiltz	wiltz	LU	L-9501	4816	Europe/Luxembourg	49.96547	5.9339		Vil'c,Vilc,Vilcas,Wiltz,Wilz,Wolz,wyltz,Вилц,Вильц,Вільц,ویلتز	WI	WI	11		
2959980	Wickrange	wickrange	LU	L-3980	111	Europe/Luxembourg	49.54139	6.02167		Wickrange		ES	10		
2959982	Weyer	weyer	LU	L-6155	0	Europe/Luxembourg	49.71972	6.2		Weyer		GR	05		
2959983	Wemperhardt	wemperhardt	LU	L-9999	0	Europe/Luxembourg	50.15556	6.05333		Wemperhaard,Wemperhardt,Wemperhart		CL	10		
2959985	Welscheid	welscheid	LU	L-9191	149	Europe/Luxembourg	49.88806	6.06778		Welscheid		DI	03		
2959987	Wellenstein	wellenstein	LU	L-5470	499	Europe/Luxembourg	49.52389	6.34222		Wellenstein		RM	05		
2959988	Welfrange	welfrange	LU	L-5421	154	Europe/Luxembourg	49.53806	6.28417		Welfrange		RM	02		
2959989	Weiswampach	weiswampach	LU	L-9990	691	Europe/Luxembourg	50.13722	6.075		Weiswampach		CL	10		
2959995	Weiler	weiler	LU	L-9466	153	Europe/Luxembourg	49.96361	6.12417		Weiler,Weiler-les-Putscheid,Weiler-lès-Putscheid		VD	02		
2959996	Weiler-la-Tour	weiler-la-tour	LU	L-5770	484	Europe/Luxembourg	49.54083	6.20083		Weiler-la-Tour		LU	10		
2959997	Weilerbach	weilerbach	LU	L-6590	274	Europe/Luxembourg	49.83333	6.38278		Weilerbach		EC	03		
2959998	Weiler	weiler	LU	L-9466	44	Europe/Luxembourg	50.10444	5.94611		Weiler		CL	01		
2960000	Weidingen	weidingen	LU	L-9517	0	Europe/Luxembourg	49.97068	5.93884		Weidingen		WI	11		
2960002	Weicherdange	weicherdange	LU	L-9775	220	Europe/Luxembourg	50.03833	5.98944		Weicherdange		CL	03		
2960003	Wecker	wecker	LU	L-6868	667	Europe/Luxembourg	49.69473	6.38525		Wecker,Wecker-Gare		GR	02		
2960006	Watrange	watrange	LU	L-9690	92	Europe/Luxembourg	49.94417	5.78583		Walter,Watrange		WI	05		
2960007	Wasserbillig	wasserbillig	LU	L-6601	2327	Europe/Luxembourg	49.71534	6.49861		Wasserbillig		GR	07		
2960008	Warken	warken	LU	L-9018	1188	Europe/Luxembourg	49.85918	6.08415		Warken		DI	07		
2960010	Walferdange	walferdange	LU	L-7209	740	Europe/Luxembourg	49.66321	6.13224		Walfer,Walferdange,Walferdingen		LU	09		
2960011	Walsdorf	walsdorf	LU	L-9465	68	Europe/Luxembourg	49.92667	6.17361		Waldsdorf,Walsdorf		VD	01		
2960013	Waldbredimus	waldbredimus	LU	L-5465	416	Europe/Luxembourg	49.55676	6.28789		Waldbredimus		RM	08		
2960014	Waldbillig	waldbillig	LU	L-7634	408	Europe/Luxembourg	49.79636	6.28431		Waldbillig		EC	08		
2960016	Wahlhausen	wahlhausen	LU	L-9841	246	Europe/Luxembourg	49.98528	6.12667		Wahlhausen,Wahlhousen		CL	63		
2960017	Wahl	wahl	LU	L-8818	235	Europe/Luxembourg	49.83667	5.90639		Wahl,Wal		RD	13		
2960019	Vichten	vichten	LU	L-9173	764	Europe/Luxembourg	49.80306	6		Vichten,Viichten		RD	12		
2960021	Vianden	vianden	LU	L-9401	1626	Europe/Luxembourg	49.935	6.20889		Veianen,Vianden,Vijandehn,Vijanden,wei an deng,wyandn,Вианден,Вијанден,Віанден,Віяндэн,ویاندن,維安登	03	VD	03		
2960022	Useldange	useldange	LU	L-8701	657	Europe/Luxembourg	49.76972	5.98222		Useldange,Useldeng		RD	11		
2960023	Urspelt	urspelt	LU	L-9774	54	Europe/Luxembourg	50.07556	6.04667		Urspelt		CL	03		
2960026	Uebersyren	uebersyren	LU	L-5376	616	Europe/Luxembourg	49.6319	6.2771		Uebersyren		LU	06		
2960027	Tuntange	tuntange	LU	L-7480	605	Europe/Luxembourg	49.71778	6.01028		Tenten,Tuntange,Tuntingen,Tënten		ME	11		
2960030	Troisvierges	troisvierges	LU	L-9901	1457	Europe/Luxembourg	50.12111	6.00028		Elwen,Gemeng Elwen,Gemeng Ëlwen,Troavjerzh,Troisvierges,Truav'erzh,Truaverzh,Ulflingen,torowavu~ieruju,trwawyrzh,Ëlwen,Троавјерж,Труавьерж,Труавєрж,ترواویرژ,トロワヴィエルジュ		CL	09		
2960033	Troine	troine	LU	L-9772	0	Europe/Luxembourg	50.06444	5.88306		Troine,Trotten		CL	01		
2960034	Trintange	trintange	LU	L-5460	289	Europe/Luxembourg	49.57083	6.28056		Trintange		RM	08		
2960035	Pommerloch	pommerloch	LU	L-9638	51	Europe/Luxembourg	49.96028	5.86083		Pommerloch,Reckingerhof,Trentelhof		WI	13		
2960042	Tétange	tetange	LU	L-3761	2929	Europe/Luxembourg	49.47583	6.04222		Tetange,Tétange		ES	06		
2960044	Tarchamps	tarchamps	LU	L-9689	294	Europe/Luxembourg	49.95056	5.79611		Eschpelt,Heispelt,Ischpelt,Ischspelt,Tarchamps		WI	05		
2960045	Tandel	tandel	LU	L-9395	89	Europe/Luxembourg	49.8975	6.18333		Tandel		VD	01		
2960046	Tadler	tadler	LU	L-9181	0	Europe/Luxembourg	49.91139	5.99556		Tadler		WI	02		
2960047	Syren	syren	LU	L-5898	423	Europe/Luxembourg	49.56194	6.22167		Syren		LU	10		
2960050	Surré	surre	LU	L-9687	190	Europe/Luxembourg	49.90306	5.78		Surre,Surré,Syr		WI	01		
2960054	Strassen	strassen	LU	L-1019	6006	Europe/Luxembourg	49.62056	6.07333		Strassen		LU	08		
2960055	Stolzembourg	stolzembourg	LU	L-9463	183	Europe/Luxembourg	49.96549	6.16745		Stolzembourg,Stolzemburg		VD	02		
2960056	Stockem	stockem	LU	L-9771	119	Europe/Luxembourg	50.07889	5.95806		Stockem		CL	01		
2960058	Steinsel	steinsel	LU	L-7302	1879	Europe/Luxembourg	49.67694	6.12389		Steinsel		LU	07		
2960060	Steinheim	steinheim	LU	L-6585	550	Europe/Luxembourg	49.81794	6.47713				EC	07		
2960061	Steinfort	steinfort	LU	L-8401	2225	Europe/Luxembourg	49.66139	5.91917		Steinfort,Stengefort		CA	11		
2960062	Stegen	stegen	LU	L-9186	406	Europe/Luxembourg	49.83	6.17194		Stegen		DI	8641526		
2960063	Stadtbredimus	stadtbredimus	LU	L-5450	749	Europe/Luxembourg	49.56278	6.36444		Stadtbredimus		RM	07		
2960065	Sprinkange	sprinkange	LU	L-4970	0	Europe/Luxembourg	49.58049	5.96493				CA	03		
2960066	Sonlez	sonlez	LU	L-9647	41	Europe/Luxembourg	49.965	5.82667		Soller,Sonlez		WI	13		
2960067	Soleuvre	soleuvre	LU	L-4405	4988	Europe/Luxembourg	49.52148	5.93781		Soleuvre,Zolver,Zolwer		ES	13		
2960068	Siebenaler	siebenaler	LU	L-9840	58	Europe/Luxembourg	50.01056	6.02667		Siebenaler		CL	03		
2960070	Septfontaines	septfontaines	LU	L-8383	363	Europe/Luxembourg	49.70111	5.96722		Septfontaines,Siebenborn,Simmern		CA	10		
2960071	Septfontaines	septfontaines	LU	L-8383	0	Europe/Luxembourg	49.62806	6.10444		Septfontaines,Siebenbrunnen		LU	2960317		
2960072	Senningen	senningen	LU	L-6960	378	Europe/Luxembourg	49.64535	6.23927		Senningen		LU	04		
2960073	Selscheid	selscheid	LU	L-9682	59	Europe/Luxembourg	50.01806	5.94889		Selscheid		WI	11		
2960078	Schweich	schweich	LU	L-8562	194	Europe/Luxembourg	49.72278	5.9275		Schweich		RD	02		
2960080	Schwebach	schwebach	LU	L-8561	55	Europe/Luxembourg	49.74611	5.97194		Schwebach		RD	10		
2960082	Schuttrange	schuttrange	LU	L-5342	841	Europe/Luxembourg	49.62056	6.26861		Schuttrange		LU	06		
2960083	Schrondweiler	schrondweiler	LU	L-9184	285	Europe/Luxembourg	49.79778	6.15917		Schrondweiler		ME	10		
2960084	Schrassig	schrassig	LU	L-5299	1051	Europe/Luxembourg	49.61014	6.25903		Schrassig		LU	06		
2960085	Schouweiler	schouweiler	LU	L-4968	1090	Europe/Luxembourg	49.5825	5.95639		Schouweiler		CA	03		
2960088	Schoos	schoos	LU	L-7475	164	Europe/Luxembourg	49.74417	6.17083		Schoos		ME	04		
2960089	Schoenfels	schoenfels	LU	L-7473	216	Europe/Luxembourg	49.71889	6.09222		Schoenfels		ME	09		
2960094	Schlindermanderscheid	schlindermanderscheid	LU	L-9183	170	Europe/Luxembourg	49.93306	6.06361		Schlindermanderscheid		DI	03		
2960098	Schleif	schleif	LU	L-9654	8	Europe/Luxembourg	49.99056	5.8575		Schleif,Schlief		WI	13		
2960100	Schimpach	schimpach	LU	L-9684	0	Europe/Luxembourg	50.01028	5.85222		Schimpach		CL	01		
2960102	Schifflange	schifflange	LU	L-3801	8155	Europe/Luxembourg	49.50639	6.01278		Scheffleng,Schifflange,Schëffleng		ES	14		
2960104	Schieren	schieren	LU	L-9115	1397	Europe/Luxembourg	49.83056	6.09861		Schieren		DI	13		
2960107	Schengen	schengen	LU	L-5444	470	Europe/Luxembourg	49.47	6.362		Convenio de Schengen,Gemeng Schengen,Schengen,Sengen,Sengenas,Shengen,shen gen,shengen,shengeni,shngn lwkzambwrg,shynjn,sngn,syeng-gen,Şengen,Šengenas,Шенген,שנגן,شنگن لوکزامبورگ,شينجن,ෂෙන්ගන්,შენგენი,シェンゲン,申根,神根,솅겐		RM	05		
2960108	Scheidgen	scheidgen	LU	L-6250	461	Europe/Luxembourg	49.78059	6.3607		Scheidgen		EC	04		
2960109	Scheidel	scheidel	LU	L-9182	0	Europe/Luxembourg	49.89361	6.04472		Scheidel		DI	03		
2960111	Schandel	schandel	LU	L-8620	194	Europe/Luxembourg	49.79222	5.97583		Schandel		RD	11		
2960112	Savelborn	savelborn	LU	L-6380	0	Europe/Luxembourg	49.81163	6.25483				DI	8641526		
2960114	Sassel	sassel	LU	L-9976	45	Europe/Luxembourg	50.09944	5.9975		Sassel		CL	01		
2960115	Sanem	sanem	LU	L-4498	2489	Europe/Luxembourg	49.54806	5.92889		Sanem,Sassenheim,Suessem		ES	13		
2960117	Sandweiler	sandweiler	LU	L-5201	2522	Europe/Luxembourg	49.61471	6.22221		Gemeng Sandweiler,Sandvajler,Sandvejler,Sandweiler,sndwaylr,Сандвайлер,Сандвейлер,سندوایلر		LU	05		
2960120	Saeul	saeul	LU	L-7470	316	Europe/Luxembourg	49.72722	5.98639		Saeul,Sell,Sëll		RD	10		
2960122	Rumlange	rumlange	LU	L-9770	0	Europe/Luxembourg	50.08	5.97556		Rimlingen,Rumlange		CL	01		
2960123	Rumelange	rumelange	LU	L-3701	0	Europe/Luxembourg	49.45964	6.03089		Rumelange,Rumelingen		ES	12		
2960125	Roullingen	roullingen	LU	L-9681	0	Europe/Luxembourg	49.95583	5.92472		Roullingen		WI	11		
2960127	Rosport	rosport	LU	L-6558	681	Europe/Luxembourg	49.8047	6.50532		Rosport		EC	07		
2960128	Roodt-sur-Syre	roodt-sur-syre	LU	L-6901	960	Europe/Luxembourg	49.66591	6.30257		Roodt,Roodt-sur-Syre		GR	01		
2960131	Rombach-Martelange	rombach-martelange	LU	L-8832	244	Europe/Luxembourg	49.83472	5.74278		Rombach,Rombach-Martelange		RD	06		
2960133	Rollingen	rollingen	LU	L-7511	1448	Europe/Luxembourg	49.74167	6.11444		Rollingen		ME	09		
2960134	Rolling	rolling	LU	L-5443	117	Europe/Luxembourg	49.54889	6.31722		Rolling,Rollingen		RM	00		
2960135	Roeser	roeser	LU	L-3394	708	Europe/Luxembourg	49.53721	6.14629		Gemeng Reiser,Gemeng Réiser,Reiser,Rezer,Roeser,Réiser,rwzr,Резер,روزر		ES	11		
2960136	Roedt	roedt	LU	L-5442	0	Europe/Luxembourg	49.56778	6.285		Rodt,Roedt,Roedt-les-Trintange,Roedt-lès-Trintange,Rödt		RM	08		
2960137	Roedgen	roedgen	LU	L-3392	337	Europe/Luxembourg	49.57472	6.03472		Roedgen		ES	10		
2960139	Rodershausen	rodershausen	LU	L-9839	96	Europe/Luxembourg	50.03667	6.13111		Rodershausen		CL	63		
2960140	Roder	roder	LU	L-9769	66	Europe/Luxembourg	50.05583	6.08361		Roder		CL	03		
2960141	Rodenbourg	rodenbourg	LU	L-6955	109	Europe/Luxembourg	49.68671	6.28939		Rodenbourg		GR	05		
2960143	Rodange	rodange	LU	L-4801	4683	Europe/Luxembourg	49.54639	5.84083		Rodange		ES	09		
2960144	Rippweiler	rippweiler	LU	L-8720	153	Europe/Luxembourg	49.75167	5.9575		Rippweiler		RD	11		
2960145	Rippig	rippig	LU	L-6246	113	Europe/Luxembourg	49.73417	6.31944		Rippig		GR	05		
2960146	Ringel	ringel	LU	L-9181	0	Europe/Luxembourg	49.91694	6.01194		Ringel		WI	02		
2960147	Rindschleiden	rindschleiden	LU	L-8831	0	Europe/Luxembourg	49.85028	5.90139				RD	13		
2960149	Reuler	reuler	LU	L-9768	193	Europe/Luxembourg	50.05778	6.0375		Reuler		CL	03		
2960150	Reuland	reuland	LU	L-7639	196	Europe/Luxembourg	49.75316	6.2604		Reuland		ME	05		
2960154	Remich	remich	LU	L-5501	3187	Europe/Luxembourg	49.545	6.36694		Rehmikh,Reimech,Rejmekh,Remich,Remichas,Remikh,Réimech,lei mi xi,rmysh,Ремих,Реміх,Рејмех,Рэміх,رمیش,雷米希	06	RM	06		
2960155	Remerschen	remerschen	LU	L-5439	704	Europe/Luxembourg	49.48861	6.35167		Remerschen,Rëmerschen		RM	05		
2960156	Reisdorf	reisdorf	LU	L-6311	493	Europe/Luxembourg	49.86861	6.26778		Reisdorf,Reisduerf		DI	12		
2960157	Reimberg	reimberg	LU	L-8614	182	Europe/Luxembourg	49.79722	5.95389		Reimberg		RD	8641291		
2960158	Reichlange	reichlange	LU	L-8558	132	Europe/Luxembourg	49.77361	5.92806		Reichlange		RD	09		
2960164	Reckange-sur-Mess	reckange-sur-mess	LU	L-4980	571	Europe/Luxembourg	49.5625	6.00889		Reckange,Reckange-sur-Mess,Reckange-sur-Messe,Reckeng op der Mess,Reckingen		ES	10		
2960165	Reckange	reckange	LU	L-7415	611	Europe/Luxembourg	49.74972	6.08306		Reckange,Reckange-les-Mersch,Reckange-lès-Mersch		ME	09		
2960166	Rameldange	rameldange	LU	L-6972	682	Europe/Luxembourg	49.66032	6.23238		Rameldange,Rammeldange		LU	04		
2960167	Rambrouch	rambrouch	LU	L-8801	401	Europe/Luxembourg	49.83083	5.845		Gemeng Rammerech,Rambrouch,Rambruch,Rambrukh,Rambrush,Rammerech,rambrwk,Рамбрух,Рамбруш,رامبروک		RD	06		
2960168	Putscheid	putscheid	LU	L-9462	38	Europe/Luxembourg	49.96083	6.14306		Petscht,Putscheid,Pëtscht		VD	02		
2960170	Prettingen	prettingen	LU	L-7460	101	Europe/Luxembourg	49.7175	6.12028		Prettange,Prettingen		ME	07		
2960171	Pratz	pratz	LU	L-8612	367	Europe/Luxembourg	49.80167	5.93917		Pratz		RD	8641291		
2960174	Pontpierre	pontpierre	LU	L-4390	1009	Europe/Luxembourg	49.53639	6.02944		Pontpierre,Steinbrucken		ES	08		
2960176	Platen	platen	LU	L-8558	541	Europe/Luxembourg	49.78933	5.93382		Platen		RD	8641291		
2960178	Pissange	pissange	LU	L-3985	66	Europe/Luxembourg	49.54944	6.00028		Pissange		ES	10		
2960180	Pintsch	pintsch	LU	L-9767	126	Europe/Luxembourg	49.99444	6.01306		Pintsch		WI	8641289		
2960183	Pettingen	pettingen	LU	L-7463	206	Europe/Luxembourg	49.77028	6.10917		Pettingen,Pittange,Pittigen		ME	09		
2960185	Petit-Nobressart	petit-nobressart	LU	L-8557	89	Europe/Luxembourg	49.77972	5.80944		Petit-Nobressart		RD	05		
2960187	Pétange	petange	LU	L-4702	7187	Europe/Luxembourg	49.55833	5.88056		Gemeng Peiteng,Gemeng Péiteng,Peiteng,Petange,Petanzas,Petanzh,Petanžas,Petingen,Péiteng,Pétange,ptanzh,Петанж,پتانژ		ES	09		
2960189	Perlé	perle	LU	L-8824	649	Europe/Luxembourg	49.81167	5.76583		Perle,Perlé		RD	06		
2960190	Peppange	peppange	LU	L-3389	593	Europe/Luxembourg	49.52444	6.12972		Peppange		ES	11		
2960194	Osweiler	osweiler	LU	L-6570	381	Europe/Luxembourg	49.78667	6.44254		Osweiler		EC	07		
2960195	Ospern	ospern	LU	L-8540	276	Europe/Luxembourg	49.78389	5.90444		Ospern		RD	09		
2960197	Olm	olm	LU	L-8312	1459	Europe/Luxembourg	49.65722	6.00028		Olm		LU			
2960198	Olingen	olingen	LU	L-6950	403	Europe/Luxembourg	49.67985	6.31392		Olingen		GR	01		
2960200	Oetrange	oetrange	LU	L-5324	781	Europe/Luxembourg	49.59639	6.26		Oetrange		LU	02		
2960201	Oberwampach	oberwampach	LU	L-9673	183	Europe/Luxembourg	50.01667	5.86083		Oberwampach		CL	01		
2960203	Oberschlinder	oberschlinder	LU	L-9183	0	Europe/Luxembourg	49.95	6.06667		Haut-Schlinder,Oberschlinder		CL	63		
2960205	Oberpallen	oberpallen	LU	L-8552	397	Europe/Luxembourg	49.73028	5.84389		Oberpallen		RD	02		
2960208	Oberglabach	oberglabach	LU	L-7431	0	Europe/Luxembourg	49.7775	6.15056		Oberglabach		ME	10		
2960209	Oberfeulen	oberfeulen	LU	L-9179	283	Europe/Luxembourg	49.84806	6.03556		Haut-Feulen,Oberfeulen		DI	08		
2960211	Oberdonven	oberdonven	LU	L-5435	164	Europe/Luxembourg	49.64667	6.40056		Oberdonven		GR	03		
2960212	Oberanven	oberanven	LU	L-6969	682	Europe/Luxembourg	49.65743	6.24302		Oberanven		LU	04		
2960213	Nothum	nothum	LU	L-9678	161	Europe/Luxembourg	49.94139	5.88278		Nothum		WI	05		
2960214	Nospelt	nospelt	LU	L-8390	766	Europe/Luxembourg	49.67528	6.00889		Nospelt		CA	06		
2960216	Nommern	nommern	LU	L-7465	272	Europe/Luxembourg	49.78694	6.17472		Nommern		ME	10		
2960217	Noertzange	noertzange	LU	L-3380	999	Europe/Luxembourg	49.50917	6.05611		Noertzange		ES	01		
2960218	Noertrange	noertrange	LU	L-9676	274	Europe/Luxembourg	49.97972	5.91083		Noertrange		WI	13		
2960219	Noerdange	noerdange	LU	L-8550	466	Europe/Luxembourg	49.74222	5.92611		Noerdange		RD	02		
2960221	Nocher	nocher	LU	L-9674	233	Europe/Luxembourg	49.94653	5.97626		Nocher,Nocher-Route		WI	04		
2960223	Niederwampach	niederwampach	LU	L-9672	0	Europe/Luxembourg	50.01167	5.84361		Niederwampach		CL	01		
2960226	Niederpallen	niederpallen	LU	L-8545	374	Europe/Luxembourg	49.75528	5.91222		Niederpallen		RD	09		
2960229	Niederdonven	niederdonven	LU	L-5433	324	Europe/Luxembourg	49.63479	6.40243		Niederdonven		GR	03		
2960231	Niederanven	niederanven	LU	L-6905	1508	Europe/Luxembourg	49.65196	6.26199		Gemeng Nidderaanwen,Nidderanven,Nidehranven,Nideranven,Niederanven,nydranwn,Нидеранвен,Нідеранвен,Нідэранвен,نیدرآنون		LU	04		
2960234	Neunhausen	neunhausen	LU	L-9671	65	Europe/Luxembourg	49.87672	5.88597		Neunhausen		WI	02		
2960243	Neidhausen	neidhausen	LU	L-9837	53	Europe/Luxembourg	50.02889	6.06667		Neidhausen		CL	63		
2960244	Nagem	nagem	LU	L-8544	216	Europe/Luxembourg	49.78917	5.85778		Nagem,Nogem		RD	09		
2960245	Nachtmanderscheid	nachtmanderscheid	LU	L-9461	70	Europe/Luxembourg	49.94833	6.12944		Nachtmanderscheid		VD	02		
2960247	Munshausen	munshausen	LU	L-9766	147	Europe/Luxembourg	50.03361	6.03861		Munshausen		CL	03		
2960252	Moutfort	moutfort	LU	L-5330	1171	Europe/Luxembourg	49.58528	6.25556		Moutfort		LU	02		
2960257	Mondorf-les-Bains	mondorf-les-bains	LU	L-5601	3113	Europe/Luxembourg	49.505	6.28111		Bad Mondorf,Bains,Gemeng Munneref,Mondorf le Benas,Mondorf-le-Ben,Mondorf-les-Bains,Munneref,mondorp-le-beni,mwndwrf,Мондорф-ле-Бен,موندورف,მონდორფ-ლე-ბენი		RM	04		
2960258	Mondercange	mondercange	LU	L-3901	3306	Europe/Luxembourg	49.53306	5.98833		Mondercange,Monnerich		ES	08		
2960259	Mompach	mompach	LU	L-6695	100	Europe/Luxembourg	49.74611	6.465		Mompach		EC	06		
2960260	Moestroff	moestroff	LU	L-9364	418	Europe/Luxembourg	49.86778	6.23944		Moestroff		DI	02		
2960261	Moesdorf	moesdorf	LU	L-7462	353	Europe/Luxembourg	49.76806	6.11667		Moesdorf		ME	09		
2960262	Moersdorf	moersdorf	LU	L-6690	301	Europe/Luxembourg	49.73833	6.5		Moersdorf,Morsdorf		EC	06		
2960266	Michelbouch	michelbouch	LU	L-9173	116	Europe/Luxembourg	49.81861	6.02028		Michelbouch,Michelbuch,Michelsberg		RD	12		
2960267	Michelau	michelau	LU	L-9171	281	Europe/Luxembourg	49.9	6.09194		Michelau		DI	03		
2960270	Mertzig	mertzig	LU	L-9166	1482	Europe/Luxembourg	49.83389	6.0075		Mertzig,Merzig		DI	11		
2960271	Mertert	mertert	LU	L-6669	1163	Europe/Luxembourg	49.70261	6.47966		Mertert		GR	07		
2960272	Merscheid	merscheid	LU	L-9165	143	Europe/Luxembourg	49.87107	5.96995		Merscheid,Merscheid-les-Heiderscheid,Merscheid-lès-Heiderscheid		WI	02		
2960273	Merscheid	merscheid	LU	L-9165	103	Europe/Luxembourg	49.95472	6.10694		Marscheid,Merscheid,Merscheid-les-Putscheid,Merscheid-lès-Putscheid		VD	02		
2960276	Mersch	mersch	LU	L-7410	3464	Europe/Luxembourg	49.74889	6.10611		Gemeng Miersch,Mersas,Mersch,Mersh,Meršas,Miersch,Morsche,mei er shi,mrsh,Мерш,مرش,梅尔施	ME	ME	09		
2960280	Mensdorf	mensdorf	LU	L-6918	813	Europe/Luxembourg	49.65467	6.30416		Mensdorf		GR	01		
2960281	Meispelt	meispelt	LU	L-8291	290	Europe/Luxembourg	49.69111	6.05917		Meispelt		CA	06		
2960282	Medingen	medingen	LU	L-5328	102	Europe/Luxembourg	49.57278	6.24861		Medingen		LU	02		
2960283	Medernach	medernach	LU	L-6380	907	Europe/Luxembourg	49.80955	6.21521		Medernach		DI	8641526		
2960284	Mecher	mecher	LU	L-9765	0	Europe/Luxembourg	50.04083	6.0175		Mecher,Mecher-lez-Clervaux,Mecher-sur-Clervaux		CL	03		
2960285	Mecher	mecher	LU	L-9765	63	Europe/Luxembourg	49.92333	5.87222		Mecher,Mecher (Haute-Sure),Mecher (Haute-Sûre),Mecher-Dunkrodt		WI	05		
2960289	Masseler	masseler	LU	L-9668	36	Europe/Luxembourg	49.93083	6.03722		Masseler		WI	04		
2960293	Marnach	marnach	LU	L-9763	454	Europe/Luxembourg	50.05333	6.06194		Marnach		CL	03		
2960294	Marienthal	marienthal	LU	L-7411	108	Europe/Luxembourg	49.71	6.06167		Marienthal		ME	11		
2960296	Manternach	manternach	LU	L-6850	443	Europe/Luxembourg	49.70278	6.42639		Manternach		GR	06		
2960299	Mamer	mamer	LU	L-8201	5017	Europe/Luxembourg	49.6275	6.02333		Gemeng Mamer,Mamer,Mameris,ma mo,mamr,Мамер,مامر,马默		CA	09		
2960312	Machtum	machtum	LU	L-6840	304	Europe/Luxembourg	49.65897	6.43599		Machtum,Machum		GR	09		
2960316	Luxembourg	luxembourg	LU	L-1111	76684	Europe/Luxembourg	49.61167	6.13		Bandar Luxembourg,Ciudad de Luxemburgo,Ciutat de Luxemburg,Dinas Lwcsembwrg,LUX,Letzebuerg,Letzeburg,Liksanbou,Liuksemburgas,Ljuksemburg,Louxemvourgo,Lucemburk,Lucilinburhuc,Lucsamburg,Lucsemburg,Lueksemburg,Lueksemburq,Luessemburgh,Luksambuur,Luksemboarch,Luksembourg,Luksemburg,Luksemburga,Luksemburgo,Luksemburgu,Luksembùrg,Luksimbur,Lungsod ng Luksemburgo,Lusenburgo,Lussemborgh,Lussemburgo,Lussemburgu,Lussimbork veye,Luxemboerg,Luxemborg,Luxemborj,Luxembourg,Luxembourg by,Luxemburg,Luxemburgo,Luxemburgum,Luxembuurich,Luxembôrg,Luxembörg,Luxenburgo,Lëtzebuerg,Lúksemboarch,Lúxemborg,Lüksemburg,Lüksemburq,Lüssemburgh,Rakapuo,Rakapuō,Stad Letzebuerg,Stad Lëtzebuerg,Stadt Luxemburg,Ville de Luxembourg,lak sem beirk,lakcampark,lakjhembarga,lksmbrg,lu sen bao cheng,lu sen bao shi,lugsembuleukeu,luksemaburga,luksemburgi,lwksmbwrgh,lwkzambwrg,lwqsmbwrg,rukusenburuku,Λουξεμβούργο,Луксембург,Люксембург,Лүксембург,Լյուքսեմբուրգ,לוקסמבורג,لوكسمبورغ,لوکزامبورگ,لوکسەمبورگ,ليۇكسېمبۇرگ شەھىرى,لکسمبرگ,लक्झेंबर्ग,লুক্সেমবুর্গ,லக்சம்பர்க்,ลักเซมเบิร์ก,ལུ་སེམ་བའུརག,ლუქსემბურგი,ሉክሰምበርግ,ルクセンブルク,盧森堡城,盧森堡市,룩셈부르크		LU	2960317		
2960318	Lultzhausen	lultzhausen	LU	L-9666	32	Europe/Luxembourg	49.90944	5.89083		Lultzhausen		WI	02		
2960319	Lullange	lullange	LU	L-9762	132	Europe/Luxembourg	50.06	5.94194		Lullange		CL	01		
2960322	Lorentzweiler	lorentzweiler	LU	L-7350	772	Europe/Luxembourg	49.70131	6.14234		Lorentzweiler,Lorenzweiler		ME	08		
2960324	Longsdorf	longsdorf	LU	L-9459	80	Europe/Luxembourg	49.89889	6.20528		Longsdorf		VD	01		
2960326	Livange	livange	LU	L-3378	306	Europe/Luxembourg	49.53028	6.12028		Livange		ES	11		
2960327	Lipperscheid	lipperscheid	LU	L-9164	186	Europe/Luxembourg	49.91861	6.08667		Lipperscheid		DI	03		
2960328	Lintgen	lintgen	LU	L-6155	1752	Europe/Luxembourg	49.72243	6.13016		Lintgen		ME	07		
2960329	Linger	linger	LU	L-4795	591	Europe/Luxembourg	49.56583	5.88667		Linger		CA	8641865		
2960331	Limpach	limpach	LU	L-4499	254	Europe/Luxembourg	49.55889	5.98056		Limpach		ES	10		
2960332	Lieler	lieler	LU	L-9972	179	Europe/Luxembourg	50.12444	6.11		Lieler		CL	03		
2960333	Liefrange	liefrange	LU	L-9665	85	Europe/Luxembourg	49.91	5.8775		Liefrange		WI	05		
2960334	Levelange	levelange	LU	L-8543	43	Europe/Luxembourg	49.73972	5.85667		Levelange		RD	02		
2960335	Leudelange	leudelange	LU	L-3345	1924	Europe/Luxembourg	49.56833	6.06528		Leudelange		ES	07		
2960336	Lentzweiler	lentzweiler	LU	L-9761	0	Europe/Luxembourg	50.0667	5.98051				CL	01		
2960337	Lenningen	lenningen	LU	L-5430	338	Europe/Luxembourg	49.60045	6.36719		Lenningen		RM	03		
2960340	Lellingen	lellingen	LU	L-9760	93	Europe/Luxembourg	49.98361	6.01444		Lellingen,Leltingen		WI	8641289		
2960342	Lellig	lellig	LU	L-6839	142	Europe/Luxembourg	49.71611	6.43639		Lellig		GR	06		
2960343	Leithum	leithum	LU	L-9970	78	Europe/Luxembourg	50.16083	6.10889		Leithum		CL	10		
2960348	Lausdorn	lausdorn	LU	L-9968	0	Europe/Luxembourg	50.11917	6.08333		Lausdorn		CL	10		
2960349	Lasauvage	lasauvage	LU	L-4696	402	Europe/Luxembourg	49.525	5.8375				ES	02		
2960350	Larochette	larochette	LU	L-7601	1410	Europe/Luxembourg	49.78362	6.21891		Fels,Larochette		ME	06		
2960352	Lannen	lannen	LU	L-8542	113	Europe/Luxembourg	49.78944	5.83972		Lannen,Maisons Lannenberg,Maisons Pieschend		RD	09		
2960356	Landscheid	landscheid	LU	L-9457	76	Europe/Luxembourg	49.92407	6.129				VD	01		
2960358	Lamadelaine	lamadelaine	LU	L-4706	2428	Europe/Luxembourg	49.54639	5.85639		Lamadelaine,Lamadeleine,Rollingen		ES	09		
2960359	Kuborn	kuborn	LU	L-8822	75	Europe/Luxembourg	49.87056	5.90306		Kuborn		RD	13		
2960363	Kopstal	kopstal	LU	L-8179	657	Europe/Luxembourg	49.66444	6.07306		Kopstal		CA	08		
2960366	Koetschette	koetschette	LU	L-8821	125	Europe/Luxembourg	49.83806	5.84028		Koetschette		RD	06		
2960367	Koerich	koerich	LU	L-8306	1066	Europe/Luxembourg	49.67	5.95		Gemeng Kaeerch,Gemeng Käerch,Kaeerch,Kerikh,Kjorikh,Kjorykh,Koerich,Korich,Käerch,Körich,kwyrysh,Керіх,Кёрих,Кёрых,کوئریش		CA	07		
2960369	Koedange	koedange	LU	L-6155	0	Europe/Luxembourg	49.72833	6.21028		Koedange		ME	04		
2960370	Kockelscheuer	kockelscheuer	LU	L-1896	270	Europe/Luxembourg	49.56111	6.11222		Kockelscheuer		ES	11		
2960372	Kobenbour	kobenbour	LU	L-6225	0	Europe/Luxembourg	49.75028	6.30611		Kobenbour		EC	02		
2960373	Knaphoscheid	knaphoscheid	LU	L-9759	180	Europe/Luxembourg	50.01333	5.96472		Knaphoscheid		WI	11		
2960378	Kleinbettingen	kleinbettingen	LU	L-8378	872	Europe/Luxembourg	49.64639	5.91639		Kleinbettingen		CA	11		
2960387	Keispelt	keispelt	LU	L-8293	567	Europe/Luxembourg	49.69394	6.06789		Keispelt		CA	06		
2960388	Kehmen	kehmen	LU	L-9163	0	Europe/Luxembourg	49.90083	6.03722		Kehmen		DI	03		
2960389	Kehlen	kehlen	LU	L-8185	1658	Europe/Luxembourg	49.66833	6.03583		Kehlen		CA	06		
2960391	Kayl	kayl	LU	L-3601	4396	Europe/Luxembourg	49.48917	6.03972		Gemeng Keel,Kajl',Kayl,Keel,Kejl,Kelis,kyl  lwkzambwrg,Кайль,Кейл,کیل، لوکزامبورگ		ES	06		
2960393	Kautenbach	kautenbach	LU	L-9663	126	Europe/Luxembourg	49.95278	6.02		Kautenbach		WI	8641289		
2960394	Kaundorf	kaundorf	LU	L-9662	192	Europe/Luxembourg	49.92139	5.90306		Kaundorf		WI	05		
2960395	Kapweiler	kapweiler	LU	L-8541	30	Europe/Luxembourg	49.73944	5.97056		Kapweiler		RD	10		
2960397	Kapenacker	kapenacker	LU	L-5432	0	Europe/Luxembourg	49.63444	6.35583		Ferme Kapenacker,Kapenacker		GR	09		
2960398	Kalborn	kalborn	LU	L-9757	58	Europe/Luxembourg	50.10278	6.11306		Kalborn		CL	03		
2960399	Kahler	kahler	LU	L-8376	192	Europe/Luxembourg	49.63139	5.91778		Kahler		CA	04		
2960400	Junglinster	junglinster	LU	L-6101	2358	Europe/Luxembourg	49.70722	6.25306		Junglinster		GR	05		
2960410	Itzig	itzig	LU	L-1816	1836	Europe/Luxembourg	49.58769	6.17065		Itzig		LU	03		
2960413	Insenborn	insenborn	LU	L-9660	165	Europe/Luxembourg	49.90167	5.88472		Insenborn		WI	02		
2960414	Ingeldorf	ingeldorf	LU	L-9099	833	Europe/Luxembourg	49.85194	6.13472		Ingeldord,Ingeldorf		DI	06		
2960415	Imbringen	imbringen	LU	L-6195	292	Europe/Luxembourg	49.6975	6.1975		Imbringen		GR	05		
2960417	Huttange	huttange	LU	L-8539	37	Europe/Luxembourg	49.73611	5.89861		Huttange		RD	02		
2960418	Hupperdange	hupperdange	LU	L-9755	210	Europe/Luxembourg	50.09611	6.05917		Hupperdange		CL	03		
2960419	Hunsdorf	hunsdorf	LU	L-7395	413	Europe/Luxembourg	49.69667	6.13167		Hunsdorf		ME	08		
2960420	Huncherange	huncherange	LU	L-3340	615	Europe/Luxembourg	49.51694	6.065		Huncherange		ES	01		
2960421	Huldange	huldange	LU	L-9964	376	Europe/Luxembourg	50.16472	6.015		Huldange,Huldingen		CL	09		
2960424	Hovelange	hovelange	LU	L-8538	285	Europe/Luxembourg	49.7225	5.90722		Hovelange		RD	02		
2960426	Hostert	hostert	LU	L-6970	360	Europe/Luxembourg	49.81	5.86667		Hostert,Hostert-les-Folschette,Hostert-lès-Folschette		RD	06		
2960427	Hostert	hostert	LU	L-6970	364	Europe/Luxembourg	49.65749	6.23268		Hostert,Hostert du-Grunenwald		LU	04		
2960429	Hosingen	hosingen	LU	L-9801	811	Europe/Luxembourg	50.01218	6.09089		Hosingen		CL	63		
2960432	Hoscheid	hoscheid	LU	L-9376	319	Europe/Luxembourg	49.94722	6.08167		Hohscheid,Hoscheid		CL	63		
2960436	Holzthum	holzthum	LU	L-9834	143	Europe/Luxembourg	49.985	6.07333		Holzthum		CL	63		
2960437	Holzem	holzem	LU	L-8277	541	Europe/Luxembourg	49.61639	5.99028		Holzem		CA	09		
2960438	Holtz	holtz	LU	L-8820	196	Europe/Luxembourg	49.80722	5.79167		Holtz,Holtzburg		RD	06		
2960440	Holler	holler	LU	L-9962	87	Europe/Luxembourg	50.12361	6.04944		Holler,Hollermuehle,Hollermühle		CL	10		
2960441	Hollenfels	hollenfels	LU	L-7435	247	Europe/Luxembourg	49.71306	6.05083		Hollenfels		ME	11		
2960447	Hoffelt	hoffelt	LU	L-9960	270	Europe/Luxembourg	50.09972	5.92333		Hoffelt		CL	01		
2960450	Hoesdorf	hoesdorf	LU	L-9456	105	Europe/Luxembourg	49.88389	6.25806		Hoesdorf		DI	12		
2960453	Hobscheid	hobscheid	LU	L-8370	1051	Europe/Luxembourg	49.68861	5.91472		Habscht,Hobscheid		CA	05		
2960454	Hivange	hivange	LU	L-8369	119	Europe/Luxembourg	49.60722	5.93222		Hivange		CA	04		
2960456	Hinkel	hinkel	LU	L-6560	82	Europe/Luxembourg	49.77639	6.51528		Hinkel		EC			
2960457	Hesperange	hesperange	LU	L-5801	1937	Europe/Luxembourg	49.56806	6.15139		Hesperange		LU	03		
2960458	Hersberg	hersberg	LU	L-6225	0	Europe/Luxembourg	49.75629	6.32756		Heeschbreg		EC	02		
2960462	Hierheck	hierheck	LU	L-9144	36	Europe/Luxembourg	49.87306	5.93111		Haerheck,Herheck,Hierheck		WI	02		
2960465	Herborn	herborn	LU	L-6665	150	Europe/Luxembourg	49.74167	6.42778		Herborn		EC	06		
2960467	Hemstal	hemstal	LU	L-6243	79	Europe/Luxembourg	49.73444	6.33611		Hemstal		EC	02		
2960468	Helmsange	helmsange	LU	L-7210	2193	Europe/Luxembourg	49.65278	6.14139		Helmsange		LU	09		
2960469	Helmdange	helmdange	LU	L-7351	638	Europe/Luxembourg	49.69387	6.14166		Helmdange		ME	08		
2960470	Hellange	hellange	LU	L-3333	629	Europe/Luxembourg	49.50759	6.14978		Hellange		ES	05		
2960471	Heispelt	heispelt	LU	L-8819	81	Europe/Luxembourg	49.85722	5.88056		Haispelt,Heispelt,Heispelt-les-Wahl,Heispelt-lès-Wahl		RD	13		
2960472	Heisdorf	heisdorf	LU	L-7304	1586	Europe/Luxembourg	49.67207	6.14202		Heisdorf,Heisdorf-sur-Alzette		LU	07		
2960475	Heinerscheid	heinerscheid	LU	L-9753	429	Europe/Luxembourg	50.09611	6.08806		Heinerscheid		CL	03		
2960478	Heiderscheid	heiderscheid	LU	L-9156	424	Europe/Luxembourg	49.88734	5.97892		Heiderscheid		WI	02		
2960481	Heffingen	heffingen	LU	L-7625	623	Europe/Luxembourg	49.76907	6.24049		Heffingen		ME	05		
2960483	Haut-Martelange	haut-martelange	LU	L-8823	32	Europe/Luxembourg	49.825	5.75111		Haut-Martelange		RD	06		
2960485	Hautcharage	hautcharage	LU	L-4910	1495	Europe/Luxembourg	49.57499	5.9097		Hautcharage,Oberkerschen		CA	8641865		
2960486	Hautbellain	hautbellain	LU	L-9943	151	Europe/Luxembourg	50.15667	5.97861		Hautbellain,Oberbesslingen		CL	09		
2960488	Hassel	hassel	LU	L-5760	436	Europe/Luxembourg	49.55019	6.20826		Hassel		LU	10		
2960491	Harlange	harlange	LU	L-9655	378	Europe/Luxembourg	49.93139	5.79		Harlange		WI	05		
2960494	Hamiville	hamiville	LU	L-9752	171	Europe/Luxembourg	50.04611	5.90417		Hamiville,Heisdorf		CL	01		
2960497	Haller	haller	LU	L-6370	223	Europe/Luxembourg	49.81982	6.28006		Haller		EC	08		
2960498	Hagen	hagen	LU	L-8347	978	Europe/Luxembourg	49.64944	5.93167		Hagen		CA	11		
2960499	Hagelsdorf	hagelsdorf	LU	L-6838	19	Europe/Luxembourg	49.68778	6.36556		Hagelsdorf		GR	02		
2960501	Hachiville	hachiville	LU	L-9956	194	Europe/Luxembourg	50.10806	5.92333		Hachiville,Helzingen		CL	01		
2960504	Grundhof	grundhof	LU	L-6360	27	Europe/Luxembourg	49.835	6.33139		Grundhof,Grundhof (Berdorf)		EC	03		
2960510	Grosbous	grosbous	LU	L-9154	656	Europe/Luxembourg	49.82778	5.96722		Grosbous		RD	07		
2960512	Grindhausen	grindhausen	LU	L-9751	25	Europe/Luxembourg	50.08333	6.06		Grindhausen		CL	03		
2960515	Grevenmacher	grevenmacher	LU	L-6701	3958	Europe/Luxembourg	49.67751	6.44022		Grehvenmakher,Greivemaacher,Greiwemaacher,Grevenmacher,Grevenmacheris,Grevenmakher,Gréivemaacher,Gréiwemaacher,Grėvenmacheris,ge lei wen ma he,geulebenmaheo,grbnmkr,grwnmakhr,gurevu~enmaha,Гревенмахер,Грэвенмахер,גרבנמכר,گرونماخر,グレーヴェンマハ,格雷文马赫,그레벤마허	GR	GR	04		
2960517	Grevenknapp	grevenknapp	LU	L-7433	0	Europe/Luxembourg	49.7625	6.03389		Grevenknapp,Grevenknopp,Groevenknapp		ME	03		
2960519	Grevels	grevels	LU	L-8818	207	Europe/Luxembourg	49.85138	5.91399		Grevels,Grevels-Bresil,Grevels-Brésil		RD	13		
2960521	Grentzingen	grentzingen	LU	L-7758	0	Europe/Luxembourg	49.83194	6.09306		Grentzingen		DI	07		
2960523	Greiveldange	greiveldange	LU	L-5412	630	Europe/Luxembourg	49.58389	6.35917		Greiveldange		RM	07		
2960524	Greisch	greisch	LU	L-8363	210	Europe/Luxembourg	49.70972	5.98833		Greisch		CA	10		
2960525	Graulinster	graulinster	LU	L-6240	0	Europe/Luxembourg	49.74008	6.28757		Graulinster (Bech)		GR	05		
2960526	Grass	grass	LU	L-8346	71	Europe/Luxembourg	49.63083	5.89139		Gras,Grass		CA	11		
2960528	Gralingen	gralingen	LU	L-9375	142	Europe/Luxembourg	49.93694	6.10167		Gralingen		VD	02		
2960530	Gostingen	gostingen	LU	L-5424	342	Europe/Luxembourg	49.61917	6.35444		Gostingen		GR	03		
2960531	Gosseldange	gosseldange	LU	L-7432	458	Europe/Luxembourg	49.72639	6.11694		Gosseldange		ME	07		
2960532	Gonderange	gonderange	LU	L-6180	1469	Europe/Luxembourg	49.69537	6.24577		Gonderange		GR	05		
2960533	Goetzingen	goetzingen	LU	L-8360	341	Europe/Luxembourg	49.66028	5.98167		Goetzange,Goetzingen,Gotzange,Götzange		CA	07		
2960534	Goesdorf	goesdorf	LU	L-9653	251	Europe/Luxembourg	49.92131	5.96601		Geisdref,Goesdorf,Gosdorf,Gosdorf bei Wilz,Géisdref,Gösdorf,Gösdorf bei Wilz		WI	04		
2960536	Goedange	goedange	LU	L-9954	45	Europe/Luxembourg	50.14917	6.01333		Godange,Goedange,Goedingen,Gödange		CL	09		
2960537	Goeblange	goeblange	LU	L-8357	434	Europe/Luxembourg	49.66972	5.96528		Goeblange		CA	07		
2960538	Goebelsmuhle	goebelsmuhle	LU	L-9153	0	Europe/Luxembourg	49.92139	6.05372		Goebelsmuehle,Goebelsmuhle,Goebelsmühle		DI	03		
2960539	Godbrange	godbrange	LU	L-6170	463	Europe/Luxembourg	49.73395	6.23238		Godbrange		GR	05		
2960540	Givenich	givenich	LU	L-6666	84	Europe/Luxembourg	49.74222	6.48		Givenich,Giwenich		EC	06		
2960541	Girsterklaus	girsterklaus	LU	L-6558	12	Europe/Luxembourg	49.77778	6.49944		Girsterklaus		EC	07		
2960542	Girst	girst	LU	L-6559	113	Europe/Luxembourg	49.76722	6.49889		Girst,Girsterklause		EC	06		
2960543	Gilsdorf	gilsdorf	LU	L-9221	886	Europe/Luxembourg	49.86499	6.17979		Gilsdorf		DI	02		
2960549	Garnich	garnich	LU	L-8350	824	Europe/Luxembourg	49.61667	5.9525		Garnech,Garnich		CA	04		
2960556	Frisange	frisange	LU	L-5750	1355	Europe/Luxembourg	49.51616	6.18858		Freiseng,Frisange,Fréiseng		ES	05		
2960561	Fouhren	fouhren	LU	L-9454	380	Europe/Luxembourg	49.91556	6.19611		Fouhren		VD	01		
2960563	Folschette	folschette	LU	L-8834	289	Europe/Luxembourg	49.81417	5.87472		Folschette		RD	06		
2960564	Folkendange	folkendange	LU	L-9368	21	Europe/Luxembourg	49.84306	6.20417		Ferme Folkendange,Folkendange		DI	8641526		
2960565	Foetz	foetz	LU	L-3895	483	Europe/Luxembourg	49.52944	6.01083		Foetz		ES	08		
2960568	Flaxweiler	flaxweiler	LU	L-6925	358	Europe/Luxembourg	49.66602	6.34321		Flaxweiler,Fluessweller		GR	03		
2960569	Flatzbour	flatzbour	LU	L-8812	0	Europe/Luxembourg	49.83488	5.78766		Flatzbour,Flatzbourg,Flatzbourhof,Flazbourg		RD	06		
2960570	Fischbach	fischbach	LU	L-7430	114	Europe/Luxembourg	50.07528	6.06889		Fischbach,Fischbach-les-Clervaux,Fischbach-lès-Clervaux		CL	03		
2960571	Fischbach	fischbach	LU	L-7430	184	Europe/Luxembourg	49.746	6.18702		Fischbach		ME	04		
2960573	Fingig	fingig	LU	L-4978	329	Europe/Luxembourg	49.60361	5.90083		Fingig		CA	8641865		
2960575	Findel	findel	LU	L-1319	105	Europe/Luxembourg	49.62456	6.1756		Findel		LU	05		
2960576	Filsdorf	filsdorf	LU	L-5730	371	Europe/Luxembourg	49.5325	6.24833		Filsdorf		RM	02		
2960577	Niederfeulen	niederfeulen	LU	L-9045	1125	Europe/Luxembourg	49.85556	6.04722		Feulen,Neiderfeulen,Niederfeulen		DI	08		
2960584	Fentange	fentange	LU	L-5808	1302	Europe/Luxembourg	49.56278	6.15389		Fentange		LU	03		
2960586	Fennange	fennange	LU	L-3332	293	Europe/Luxembourg	49.51972	6.07833		Fennange		ES	01		
2960588	Everlange	everlange	LU	L-8715	370	Europe/Luxembourg	49.77417	5.95556		Everlange		RD	11		
2960589	Ettelbruck	ettelbruck	LU	L-9001	6364	Europe/Luxembourg	49.8475	6.10417		Ehtehl'bruk,Ehttel'brjuk,Etelbrek,Etelbriukas,Ettel'brjuk,Ettelbreck,Ettelbruck,Ettelbrueck,Ettelbréck,Ettelbrück,Ettlebruk,Gemeng Ettelbreck,Gemeng Ettelbréck,atl brwk,aytlbrwk,Етелбрек,Еттельбрюк,Эттельбрюк,Этэльбрук,إيتلبروك,اتل بروک,ایٹل برک		DI	07		
2960591	Essingen	essingen	LU	L-7424	18	Europe/Luxembourg	49.77889	6.11667		Essingen		ME	09		
2960592	Eselborn	eselborn	LU	L-9738	337	Europe/Luxembourg	50.06278	6.00361		Eselborn		CL	03		
2960593	Eschweiler	eschweiler	LU	L-6169	118	Europe/Luxembourg	49.71749	6.31016		Eschweiler,Eschweiler-les-Rodenbourg,Eschweiler-lès-Rodenbourg		GR	05		
2960594	Eschweiler	eschweiler	LU	L-6169	205	Europe/Luxembourg	49.99778	5.94889		Eschweiler		WI	11		
2960595	Esch-sur-Sûre	esch-sur-sure	LU	L-9650	333	Europe/Luxembourg	49.91139	5.93639		Ehsh-sjur-Sjur,Escch-sur-Sure,Esch,Esch-Sauer,Esch-sur-Sure,Esch-sur-Sûre,Esh-sjur-Sur,Gemeng Esch-Sauer,ash-swr-swr,Еш-сюр-Сур,Эш-сюр-Сюр,اش-سور-سور		WI	02		
2960596	Esch-sur-Alzette	esch-sur-alzette	LU	L-4001	28228	Europe/Luxembourg	49.49583	5.98056		Ehsh-sjur-Al'zet,Ehsh-sjur-Al'zett,Ehsh-sjur-Alzette,Es-syr-Alzet,Esas prie Alzeto,Esch,Esch an der Alzette,Esch-Uelzecht,Esch-an-der-Alzette,Esch-an-der-Alzig,Esch-sur-Alzette,Esh sir Alzet,Esh-sjur-Al'zett,Ešas prie Alzeto,a er ze te he pan ai shi,ash-swr-alzt,eshu=shuru=aruzetto,esyuswileualjeteu,Ες-συρ-Αλζέτ,Еш сир Алзет,Еш-сюр-Альзетт,Эш-сюр-Алзетте,Эш-сюр-Альзет,Эш-сюр-Альзетт,اش-سور-الزت,エシュ＝シュル＝アルゼット,阿尔泽特河畔埃施,에슈쉬르알제트	04	ES	04		
2960597	Eschette	eschette	LU	L-8817	34	Europe/Luxembourg	49.82306	5.88833		Eschette		RD	06		
2960598	Eschdorf	eschdorf	LU	L-9150	433	Europe/Luxembourg	49.8859	5.93421		Eschdorf		WI	02		
2960600	Ersange	ersange	LU	L-5423	0	Europe/Luxembourg	49.57444	6.27556		Ersange		RM	08		
2960601	Erpeldange	erpeldange	LU	L-5421	845	Europe/Luxembourg	49.86472	6.11472		Erpeldange,Erpeldange-sur-Sure,Erpeldange-sur-Sûre		DI	06		
2960602	Erpeldange	erpeldange	LU	L-5421	359	Europe/Luxembourg	49.54444	6.3275		Erpeldange,Erpeldange (Bous),Erpeldange-lez-Bous		RM	00		
2960603	Erpeldange	erpeldange	LU	L-5421	202	Europe/Luxembourg	49.97806	5.94861		Erpeldange,Erpeldange-les-Wiltz,Erpeldange-lès-Wiltz		WI	11		
2960605	Ernzen	ernzen	LU	L-7635	398	Europe/Luxembourg	49.77253	6.22118		Ernzen		ME	06		
2960607	Ernster	ernster	LU	L-6165	350	Europe/Luxembourg	49.67901	6.24822		Ernster		LU	04		
2960608	Ermsdorf	ermsdorf	LU	L-6380	228	Europe/Luxembourg	49.82944	6.22278		Ermsdorf		DI	8641526		
2960609	Eppeldorf	eppeldorf	LU	L-9365	181	Europe/Luxembourg	49.84444	6.24972		Eppeldorf		DI	8641526		
2960610	Enscherange	enscherange	LU	L-9747	174	Europe/Luxembourg	49.99944	5.99278		Enscherange		WI	8641289		
2960611	Emerange	emerange	LU	L-5695	99	Europe/Luxembourg	49.48694	6.29167		Emerange		RM	05		
2960612	Elvange	elvange	LU	L-5692	96	Europe/Luxembourg	49.72472	5.91778		Elvange,Elvange-les-Beckerich,Elvange-lès-Beckerich		RD	02		
2960613	Elvange	elvange	LU	L-5692	713	Europe/Luxembourg	49.50528	6.31639		Elvange,Elvange-les-Burmerange,Elvange-lès-Burmerange,Elveng,Elvingen		RM	05		
2960614	Eltz	eltz	LU	L-8540	34	Europe/Luxembourg	49.77833	5.895		Els,Eltz,Kalkelz		RD	09		
2960615	Ellange	ellange	LU	L-5690	299	Europe/Luxembourg	49.52	6.29833		Ellange		RM	04		
2960616	Ell	ell	LU	L-8530	359	Europe/Luxembourg	49.76389	5.85722		Ell		RD	05		
2960617	Eisenborn	eisenborn	LU	L-6196	170	Europe/Luxembourg	49.69138	6.18363		Eisenborn		GR	05		
2960618	Eischen	eischen	LU	L-8460	1559	Europe/Luxembourg	49.68556	5.87861		Eischen		CA	05		
2960624	Ehner	ehner	LU	L-8529	13	Europe/Luxembourg	49.7175	5.95		Ehner		RD	10		
2960625	Ehnen	ehnen	LU	L-5416	531	Europe/Luxembourg	49.60155	6.38664		Ehnen,Ennen,Ihnen		GR	09		
2960627	Ehlerange	ehlerange	LU	L-4380	756	Europe/Luxembourg	49.52417	5.96611		Ehlerange		ES	13		
2960628	Ehlange	ehlange	LU	L-3960	429	Europe/Luxembourg	49.54889	6.01694		Ehlange		ES	10		
2960630	Echternach	echternach	LU	L-6401	4787	Europe/Luxembourg	49.81212	6.41846		Echternach,Echternachas,Echternak,Ehkhtehrnakh,Ehkhternakh,Ekhternakh,Iechternach,akhtrnakh,ashtrnakh,ehitanaha,ehiteonaheu,Ехтернах,Эхтернах,Эхтэрнах,اخترناخ,اشترناخ,ეხტერნახი,エヒタナハ,에히터나흐	05	EC	05		
2960634	Dudelange	dudelange	LU	L-3401	18013	Europe/Luxembourg	49.48056	6.0875		Diddeleng,Didelanzh,Diudelanzas,Diudelanžas,Djudelanzh,Dudelange,Dudelingen,Duedelingen,Dzjudzelanzh,Düdelingen,Gemeng Diddeleng,dwdlanzh,Дзюдзеланж,Диделанж,Дюделанж,دودلانژ		ES	03		
2960636	Drinklange	drinklange	LU	L-9952	124	Europe/Luxembourg	50.13361	6.01917		Drinckelt,Drinckler,Drinklange		CL	09		
2960638	Drauffelt	drauffelt	LU	L-9746	143	Europe/Luxembourg	50.01778	6.00611		Drauffelt		CL	03		
2960641	Dorscheid	dorscheid	LU	L-9833	90	Europe/Luxembourg	50.03611	6.07139		Dorscheid		CL	63		
2960643	Doennange	doennange	LU	L-9745	146	Europe/Luxembourg	50.06222	5.95583		Doeningen,Doennange,Donnange,Donningen,Dönningen		CL	01		
2960644	Doncols	doncols	LU	L-9647	232	Europe/Luxembourg	49.97	5.83722		Doncols		WI	13		
2960647	Dirbach	dirbach	LU	L-9153	0	Europe/Luxembourg	49.92111	6.03833		Derbach,Dierbach,Dirbach,Dirbach (Goesdorf)		WI	04		
2960648	Dippach	dippach	LU	L-4906	808	Europe/Luxembourg	49.58701	5.9833		Dippach		CA	03		
2960649	Dillingen	dillingen	LU	L-6350	159	Europe/Luxembourg	49.85361	6.31917		Diligen,Dillingen		EC	01		
2960651	Differdange	differdange	LU	L-4501	5296	Europe/Luxembourg	49.52417	5.89139		Deifferdeng,Diferdanzas,Diferdanžas,Differdange,Differdanzh,Differdingen,Dziferdanzh,Déifferdeng,Gemeng Deifferdeng,Gemeng Déifferdeng,di fu dang ri,dyfrdanzh,Дзіферданж,Дифферданж,Діфферданж,دیفردانژ,迪弗當日		ES	02		
2960657	Diekirch	diekirch	LU	L-9201	6242	Europe/Luxembourg	49.86778	6.15583		Diekirch,Dikirkh,Dikrech,District de Diekirch,Dykirchas,Dzikirkh,di ji xi,dykyrsh,dyqyrk,Дзікірх,Дикирх,Дікірх,דיקירך,ديكيرش,دیکیرش,迪基希	DI	DI	04		
2960659	Dickweiler	dickweiler	LU	L-6557	111	Europe/Luxembourg	49.7775	6.47222		Dickweiler		EC	07		
2960660	Derenbach	derenbach	LU	L-9645	287	Europe/Luxembourg	50.015	5.88972		Derenbach		CL	01		
2960662	Dellen	dellen	LU	L-9144	0	Europe/Luxembourg	49.85917	5.96139		Dellen		RD	07		
2960663	Deiffelt	deiffelt	LU	L-9744	0	Europe/Luxembourg	50.06556	5.96389		Deifelt,Deiffelt		CL	01		
2960665	Dalheim	dalheim	LU	L-5605	1364	Europe/Luxembourg	49.54083	6.25972		Dalheim		RM	02		
2960666	Dahlem	dahlem	LU	L-8351	389	Europe/Luxembourg	49.60222	5.94833		Dahlem		CA	04		
2960667	Dahl	dahl	LU	L-9644	246	Europe/Luxembourg	49.93528	5.97583		Dahl		WI	04		
2960668	Cruchten	cruchten	LU	L-7420	404	Europe/Luxembourg	49.79908	6.13235		Cruchten,Kruchten		ME	10		
2960671	Crendal	crendal	LU	L-9743	10	Europe/Luxembourg	50.05778	5.89806		Crendal		CL	01		
2960672	Crauthem	crauthem	LU	L-3326	1278	Europe/Luxembourg	49.53556	6.14694		Crauthem,Krauthem		ES	11		
2960673	Contern	contern	LU	L-5310	1083	Europe/Luxembourg	49.58194	6.22667		Contern		LU	02		
2960674	Consthum	consthum	LU	L-9831	207	Europe/Luxembourg	49.97472	6.05417		Consthum,Konsthum		CL	63		
2960675	Consdorf	consdorf	LU	L-6201	1241	Europe/Luxembourg	49.78018	6.3395		Consdorf,Kalkesbach (Consdorf)		EC	04		
2960676	Colpach-Haut	colpach-haut	LU	L-8528	152	Europe/Luxembourg	49.76861	5.82		Colpach-Haut,Haut-Colpach,Obercolpach		RD	05		
2960677	Colpach-Bas	colpach-bas	LU	L-8526	110	Europe/Luxembourg	49.75833	5.82694		Bas-Colpach,Colpach-Bas,Niedercolpach		RD	05		
2960681	Colbette	colbette	LU	L-6239	0	Europe/Luxembourg	49.76843	6.30285		Colbet,Colbette		EC	04		
2960684	Clervaux	clervaux	LU	L-9701	1103	Europe/Luxembourg	50.05472	6.03139		Clerf,Clervaux,Cliarref,Cliärref,Gemeng Klierf,Kamuna Klervo,Klerf,Klervo,Klierf,klrww,Камуна Клерво,Клерво,کلروو	03	CL	03		
2960687	Clemency	clemency	LU	L-4960	1821	Europe/Luxembourg	49.59667	5.87583		Clemency,Kuentzig,Kuntzig,Küntzig		CA	8641865		
2960690	Cinqfontaines	cinqfontaines	LU	L-9902	13	Europe/Luxembourg	50.10722	6.00778		Cinqfontaines,Funfbrunnen,Fünfbrunnen,Paffenmuhle,Paffenmühle		CL	01		
2960691	Christnach	christnach	LU	L-7640	394	Europe/Luxembourg	49.78805	6.27337		Christnach		EC	08		
2960697	Capellen	capellen	LU	L-8301	1330	Europe/Luxembourg	49.645	5.99083		Capellen,Kapellen	09	CA	09		
2960699	Canach	canach	LU	L-5353	955	Europe/Luxembourg	49.60694	6.32583		Canach		RM	03		
2960700	Calmus	calmus	LU	L-8525	76	Europe/Luxembourg	49.72556	5.96444		Calmus		RD	10		
2960702	Buschrodt	buschrodt	LU	L-8610	118	Europe/Luxembourg	49.82722	5.93583		Buschrodt		RD	13		
2960703	Buschdorf	buschdorf	LU	L-7418	387	Europe/Luxembourg	49.75083	6.00833		Buschdorf		ME	03		
2960704	Burmerange	burmerange	LU	L-5675	191	Europe/Luxembourg	49.48528	6.32306		Burmerange		RM	05		
2960706	Burden	burden	LU	L-9142	450	Europe/Luxembourg	49.87987	6.08943		Burden		DI	06		
2960717	Brouch	brouch	LU	L-7415	52	Europe/Luxembourg	49.7289	6.33838		Brouch,Brouch (Wecker),Brouch-les-Biwer,Brouch-lès-Biwer,Bruch		GR	02		
2960718	Brouch	brouch	LU	L-7415	676	Europe/Luxembourg	49.73611	6.02306		Brouch		ME	03		
2960720	Bridel	bridel	LU	L-8116	2404	Europe/Luxembourg	49.65579	6.07999		Bridel		CA	08		
2960721	Breinert	breinert	LU	L-6836	50	Europe/Luxembourg	49.7119	6.3422				GR	02		
2960722	Breidweiler	breidweiler	LU	L-6238	99	Europe/Luxembourg	49.77766	6.30332		Breidweiler,Breitweiler		EC	04		
2960723	Breidfeld	breidfeld	LU	L-9950	49	Europe/Luxembourg	50.12417	6.06361		Breidfeld		CL	10		
2960725	Brattert	brattert	LU	L-8816	0	Europe/Luxembourg	49.85556	5.90361		Brattert		RD	13		
2960727	Brandenbourg	brandenbourg	LU	L-9360	193	Europe/Luxembourg	49.91141	6.1384		Brandenbourg		VD	01		
2960730	Brachtenbach	brachtenbach	LU	L-9641	159	Europe/Luxembourg	50.02139	5.91139		Brachtenbach		CL	01		
2960731	Boxhorn	boxhorn	LU	L-9741	259	Europe/Luxembourg	50.08389	5.9925		Boxhorn		CL	01		
2960732	Bous	bous	LU	L-5407	560	Europe/Luxembourg	49.55389	6.32917		Bous		RM	00		
2960733	Boursdorf	boursdorf	LU	L-6663	22	Europe/Luxembourg	49.75806	6.47861		Boursdorf,Busschdorf		EC	06		
2960734	Bourscheid	bourscheid	LU	L-9140	275	Europe/Luxembourg	49.90862	6.0675		Bourscheid,Bourscheid-Plage,Burscheid		DI	03		
2960735	Bourglinster	bourglinster	LU	L-6160	680	Europe/Luxembourg	49.70306	6.21725		Bourglinster		GR	05		
2960736	Bour	bour	LU	L-7412	67	Europe/Luxembourg	49.70139	6.01889		Bour		ME	11		
2960737	Boulaide	boulaide	LU	L-9633	396	Europe/Luxembourg	49.88778	5.81639		Bauschleiden,Boulaide		WI	01		
2960738	Boudler	boudler	LU	L-6835	69	Europe/Luxembourg	49.72276	6.35454		Boudeler,Boudler		GR	02		
2960739	Born	born	LU	L-6660	336	Europe/Luxembourg	49.75928	6.51227		Born		EC	06		
2960742	Bonnal	bonnal	LU	L-9660	0	Europe/Luxembourg	49.90361	5.88806		Bommel,Bonnal		WI	02		
2960746	Bofferdange	bofferdange	LU	L-7362	802	Europe/Luxembourg	49.69062	6.13998		Bofferdange		ME	08		
2960747	Boevange-sur-Attert	boevange-sur-attert	LU	L-8710	576	Europe/Luxembourg	49.77256	6.01532		Boevange,Boevange-sur-Attert,Boewingen,Bovange,Bowen an der Attert		ME	03		
2960748	Boevange	boevange	LU	L-9740	125	Europe/Luxembourg	50.04639	5.93417		Boegen,Boevange,Boevange-Clervaux,Boevange-les-Clervaux,Boevange-lès-Clervaux		CL	01		
2960750	Bockholtz	bockholtz	LU	L-9830	47	Europe/Luxembourg	50.01222	6.05278		Bockholtz,Bockholz,Bockholz-les-Hosingen,Bockholz-lès-Hosingen		CL	63		
2960751	Bockholtz	bockholtz	LU	L-9830	60	Europe/Luxembourg	49.92333	5.9975		Bockholtz,Bockholtz (Goesdorf),Bockholz-sur-Sure		WI	04		
2960752	Blumenthal	blumenthal	LU	L-7639	0	Europe/Luxembourg	49.74492	6.26564		Blumenthal (Bech)		GR	05		
2960754	Blaschette	blaschette	LU	L-7390	465	Europe/Luxembourg	49.70279	6.16876		Blaschette		ME	08		
2960755	Biwisch	biwisch	LU	L-9948	103	Europe/Luxembourg	50.11806	5.97917		Biwisch		CL	09		
2960757	Biwer	biwer	LU	L-6833	653	Europe/Luxembourg	49.70605	6.37201		Biwer,Biwerbach		GR	02		
2960758	Bivels	bivels	LU	L-9453	80	Europe/Luxembourg	49.96028	6.19222		Bivels,Biwels		VD	02		
2960759	Bissen	bissen	LU	L-7703	2547	Europe/Luxembourg	49.78733	6.0654		Bissen		ME	02		
2960762	Birtrange	birtrange	LU	L-7758	0	Europe/Luxembourg	49.82694	6.09139		Birtrange,Chateau de Birtrange		DI	13		
2960764	Bivange	bivange	LU	L-3320	617	Europe/Luxembourg	49.54444	6.13778		Bivange,Bivingen		ES	11		
2960765	Binsfeld	binsfeld	LU	L-9946	235	Europe/Luxembourg	50.11889	6.03861		Binsfeld		CL	10		
2960766	Bilsdorf	bilsdorf	LU	L-8811	121	Europe/Luxembourg	49.8575	5.825		Bilsdorf		RD	06		
2960769	Bigonville	bigonville	LU	L-8812	475	Europe/Luxembourg	49.85167	5.79333		Bigonville,Bondorf		RD	06		
2960770	Bigelbach	bigelbach	LU	L-6340	79	Europe/Luxembourg	49.86028	6.28806		Bigelbach		DI	12		
2960771	Beyren	beyren	LU	L-5410	312	Europe/Luxembourg	49.62639	6.33694		Beyren		GR	03		
2960774	Betzdorf	betzdorf	LU	L-6815	248	Europe/Luxembourg	49.68333	6.35		Betzdorf		GR	01		
2960775	Bettendorf	bettendorf	LU	L-9352	1072	Europe/Luxembourg	49.87667	6.21806		Bettendorf,Bettenduerf		DI	02		
2960777	Bettembourg	bettembourg	LU	L-3201	7437	Europe/Luxembourg	49.51861	6.10278		Beetebuerg,Betehmbur,Betemburas,Betembūras,Bettambur,Bettembourg,Bettemburg,Gemeng Beetebuerg,btmbwrg,Беттамбур,Беттембург,Бетэмбур,Բետտամբուր,بتمبورگ		ES	01		
2960779	Bettel	bettel	LU	L-9451	223	Europe/Luxembourg	49.91575	6.22693		Bettel		DI			
2960780	Bettborn	bettborn	LU	L-8606	231	Europe/Luxembourg	49.79528	5.94111		Bettborn		RD	8641291		
2960781	Bettange-sur-Mess	bettange-sur-mess	LU	L-4970	992	Europe/Luxembourg	49.57583	5.98389		Bettange,Bettange-sur-Mess,Bettange-sur-Messe		CA	03		
2960782	Bertrange	bertrange	LU	L-8005	5615	Europe/Luxembourg	49.61111	6.05		Bertrange		LU	01		
2960785	Berlé	berle	LU	L-9636	110	Europe/Luxembourg	49.95222	5.85611		Berle,Berlé		WI	13		
2960787	Beringen	beringen	LU	L-7409	956	Europe/Luxembourg	49.75833	6.11694		Beringen		ME	09		
2960788	Berg	berg	LU	L-6922	93	Europe/Luxembourg	49.68342	6.35776		Berg,Berg-sur-Syre		GR	01		
2960791	Bergem	bergem	LU	L-3313	1535	Europe/Luxembourg	49.525	6.04222		Bergem		ES	08		
2960793	Berg	berg	LU	L-6922	0	Europe/Luxembourg	49.81361	6.08917		Berg		ME	01		
2960795	Béreldange	bereldange	LU	L-7201	3627	Europe/Luxembourg	49.65507	6.11874		Bereldange,Béreldange		LU	09		
2960796	Berdorf	berdorf	LU	L-6550	900	Europe/Luxembourg	49.82051	6.34945		Berdorf		EC	03		
2960797	Berchem	berchem	LU	L-3320	863	Europe/Luxembourg	49.54028	6.12917		Bercham,Berchem		ES	11		
2960799	Berbourg	berbourg	LU	L-6830	664	Europe/Luxembourg	49.7306	6.39355		Berbourg		GR	06		
2960800	Belvaux	belvaux	LU	L-4367	5313	Europe/Luxembourg	49.51014	5.92414		Beles,Belvaux		ES	13		
2960802	Beiler	beiler	LU	L-9944	87	Europe/Luxembourg	50.16556	6.08889		Beiler		CL	10		
2960803	Beidweiler	beidweiler	LU	L-6235	227	Europe/Luxembourg	49.72333	6.3025		Beidweiler		GR	05		
2960806	Beckerich	beckerich	LU	L-8521	672	Europe/Luxembourg	49.73114	5.88241		Beckerich		RD	02		
2960807	Bech	bech	LU	L-6230	380	Europe/Luxembourg	49.7526	6.36379		Bech,Bekh,Gemeng Bech,bk,bykh,Бех,بک,بیخ		EC	02		
2960808	Bech-Kleinmacher	bech-kleinmacher	LU	L-5403	0	Europe/Luxembourg	49.52806	6.35389		Bech,Bech-Kleinmacher		RM	05		
2960809	Beaufort	beaufort	LU	L-6301	1418	Europe/Luxembourg	49.83583	6.29167		Beaufort,Beefort,Befort		EC	01		
2960811	Bavigne	bavigne	LU	L-9635	132	Europe/Luxembourg	49.92194	5.84944		Bavigne,Boeven,Boewen		WI	05		
2960813	Bastendorf	bastendorf	LU	L-9350	377	Europe/Luxembourg	49.89194	6.16528		Baastenduerf,Bastendorf		VD	01		
2960814	Baschleiden	baschleiden	LU	L-9633	185	Europe/Luxembourg	49.89833	5.82028		Baschleiden		WI	01		
2960815	Bascharage	bascharage	LU	L-4901	4645	Europe/Luxembourg	49.56727	5.9073		Bascharage,Niederkerschen		CA	8641865		
2960816	Basbellain	basbellain	LU	L-9942	164	Europe/Luxembourg	50.14583	5.98389		Basbellain,Niederbesslingen		CL	09		
2960817	Troine-Route	troine-route	LU	L-9773	0	Europe/Luxembourg	50.04611	5.87806		Baraques de Troine,Troine-Baraques,Troine-Route		CL	01		
2960820	Asselborn	asselborn	LU	L-9940	413	Europe/Luxembourg	50.09722	5.97306		Asselborn		CL	01		
2960821	Asselborn	asselborn	LU	L-9940	0	Europe/Luxembourg	49.9	6.05		Asselborn,Asselborn-les-Kehmen,Asselborn-lès-Kehmen		DI	03		
2960822	Assel	assel	LU	L-5402	174	Europe/Luxembourg	49.55278	6.31583		Assel		RM	00		
2960823	Aspelt	aspelt	LU	L-5701	1013	Europe/Luxembourg	49.52278	6.22472		Aspelt		ES	05		
2960827	Arsdorf	arsdorf	LU	L-8808	241	Europe/Luxembourg	49.86139	5.84389		Arsdorf		RD	06		
2960828	Ansembourg	ansembourg	LU	L-7411	42	Europe/Luxembourg	49.7025	6.04333		Ansembourg		ME	11		
2960829	Angelsberg	angelsberg	LU	L-7410	292	Europe/Luxembourg	49.75639	6.16083		Angelsberg		ME	04		
2960832	Alzingen	alzingen	LU	L-5815	1376	Europe/Luxembourg	49.565	6.16361		Altzingen,Alzingen		LU	03		
2960833	Altwies	altwies	LU	L-5670	617	Europe/Luxembourg	49.51056	6.25722		Altwies		RM	04		
2960834	Altrier	altrier	LU	L-6225	190	Europe/Luxembourg	49.75009	6.32656		Schanz		EC	02		
2960836	Altlinster	altlinster	LU	L-6150	115	Europe/Luxembourg	49.71556	6.21667		Altlinster		GR	05		
2960838	Alscheid	alscheid	LU	L-9632	50	Europe/Luxembourg	49.97111	6.00972		Alscheid		WI	8641289		
2960839	Allerborn	allerborn	LU	L-9631	59	Europe/Luxembourg	50.03667	5.87083		Allerborn		CL	01		
2960842	Ahn	ahn	LU	L-5401	0	Europe/Luxembourg	49.62444	6.42167		Ahn		GR	09		
2960844	Abweiler	abweiler	LU	L-3311	75	Europe/Luxembourg	49.53361	6.08083		Abweiler		ES	01		
3283390	Bech-Kleinmacher	bech-kleinmacher	LU	L-5403	593	Europe/Luxembourg	49.53083	6.355		Bech-Kleinmacher		RM	05		
6691847	Wallendorf-Pont	wallendorf-pont	LU	L-9392	0	Europe/Luxembourg	49.8739	6.28674		Wallendorf-Pont,Wallendorferbrueck,Wallendorferbrück,Wallenduerfer-Breck,Wallenduerfer-Bréck		DI	12		
6696266	Senningerberg	senningerberg	LU	L-1209	0	Europe/Luxembourg	49.64907	6.22607				LU	04		
6696267	Bollendorf-Pont	bollendorf-pont	LU	L-6555	0	Europe/Luxembourg	49.84847	6.35787				EC	03		
7290933	Howald	howald	LU	L-1137	0	Europe/Luxembourg	49.58387	6.14277				LU	03		
11496704	Eisenbach	eisenbach	LU	L-9838	0	Europe/Luxembourg	50.00128	6.14166				CL	63		
11669758	Flebour	flebour	LU	L-9340	0	Europe/Luxembourg	49.91006	6.10788				DI	03		
11669890	Schiltzberg	schiltzberg	LU	L-6175	0	Europe/Luxembourg	49.7384	6.22154				ME	04		
11670382	Wormeldange-Haut	wormeldange-haut	LU	L-5485	0	Europe/Luxembourg	49.60983	6.39999		Oberwormeldingen,Uewerwuermeldeng		GR	09		
11694426	Asselscheuer	asselscheuer	LU	L-7392	0	Europe/Luxembourg	49.69192	6.17478				ME	08		
11694463	Weydig	weydig	LU	L-6880	0	Europe/Luxembourg	49.7165	6.3303				GR	02		
11694485	Simmerfarm	simmerfarm	LU	L-8363	0	Europe/Luxembourg	49.69326	5.98566				CA	10		
11694501	Bourscheid-Moulin	bourscheid-moulin	LU	L-9164	0	Europe/Luxembourg	49.91108	6.08746				DI	03		
11695670	Simmerschmelz	simmerschmelz	LU	L-8363	0	Europe/Luxembourg	49.69745	5.98982				CA	10		
11703835	Dondelange	dondelange	LU	L-7423	0	Europe/Luxembourg	49.69001	6.03051		Dondel,Dondelingen		CA	06		
11703836	Wecker-Gare	wecker-gare	LU	L-6852	0	Europe/Luxembourg	49.70125	6.38688				GR	02		
11703837	Riesenhof	riesenhof	LU	L-8821	0	Europe/Luxembourg	49.83914	5.81481		Reisenhaff		RD	06		
11703838	Bigonville-Poteau	bigonville-poteau	LU	L-8812	0	Europe/Luxembourg	49.83818	5.78306				RD	06		
11703869	Nocher-Route	nocher-route	LU	L-9674	0	Europe/Luxembourg	49.94815	5.96021				WI	04		
11703873	Bourscheid-Plage	bourscheid-plage	LU	L-9164	0	Europe/Luxembourg	49.90879	6.08087				DI	03		
11703903	Colmar-Pont	colmar-pont	LU	L-7738	0	Europe/Luxembourg	49.81489	6.10286				ME	01		
11703904	Kaesfurt	kaesfurt	LU	L-9756	0	Europe/Luxembourg	50.09253	6.07325				CL	03		
11703905	Lilien	lilien	LU	L-6231	0	Europe/Luxembourg	49.75405	6.3956				EC	06		
11703907	Niederfeulen	niederfeulen	LU	L-9045	0	Europe/Luxembourg	49.87235	5.99785				DI	08		
\.


--
-- Data for Name: postal; Type: TABLE DATA; Schema: lu; Owner: g5
--

COPY lu.postal (postal_code, place_name, place_slug, admin_code1, admin_code2, admin_code3, latitude, longitude, accuracy) FROM stdin;
L-4906	Dippach	dippach	CA	03		49.5877	5.9782	4
L-4968	Schouweiler	schouweiler	CA	03		49.5789	5.9571	6
L-4970	Sprinkange	sprinkange	CA	03		49.5853	5.9728	6
L-4970	Bettange-sur-Mess	bettange-sur-mess	CA	03		49.5765	5.9949	6
L-4971	Bettange-sur-Mess	bettange-sur-mess	CA	03		49.5709	5.995	6
L-4972	Dippach	dippach	CA	03		49.5877	5.9782	6
L-4973	Dippach	dippach	CA	03		49.5881	5.9896	6
L-4974	Dippach	dippach	CA	03		49.5881	5.9862	6
L-4975	Bettange-sur-Mess	bettange-sur-mess	CA	03		49.5746	5.987	6
L-4976	Bettange-sur-Mess	bettange-sur-mess	CA	03		49.5743	5.9811	6
L-4977	Bettange-sur-Mess	bettange-sur-mess	CA	03		49.5762	5.9869	6
L-4994	Sprinkange	sprinkange	CA	03		49.5849	5.9658	6
L-4994	Schouweiler	schouweiler	CA	03		49.5823	5.9589	6
L-4995	Schouweiler	schouweiler	CA	03		49.5793	5.9505	6
L-4996	Schouweiler	schouweiler	CA	03		49.5811	5.9546	6
L-4997	Schouweiler	schouweiler	CA	03		49.5859	5.9553	6
L-4998	Sprinkange	sprinkange	CA	03		49.5816	5.9653	6
L-4998	Schouweiler	schouweiler	CA	03		49.5814	5.9619	4
L-4999	Sprinkange	sprinkange	CA	03		49.5777	5.9613	6
L-4999	Schouweiler	schouweiler	CA	03		49.5797	5.9601	6
L-8350	Garnich	garnich	CA	04		49.6179	5.9536	6
L-8351	Dahlem	dahlem	CA	04		49.5977	5.9446	6
L-8352	Dahlem	dahlem	CA	04		49.5995	5.9476	6
L-8353	Garnich	garnich	CA	04		49.616	5.952	4
L-8354	Garnich	garnich	CA	04		49.6176	5.9507	6
L-8355	Garnich	garnich	CA	04		49.6132	5.9528	6
L-8356	Garnich	garnich	CA	04		49.6154	5.9476	6
L-8369	Hivange	hivange	CA	04		49.6051	5.9285	6
L-8376	Kahler	kahler	CA	04		49.6326	5.9166	6
L-8370	Hobscheid	hobscheid	CA	05		49.6952	5.9166	6
L-8371	Hobscheid	hobscheid	CA	05		49.6827	5.9181	6
L-8372	Hobscheid	hobscheid	CA	05		49.6872	5.9146	6
L-8373	Hobscheid	hobscheid	CA	05		49.6892	5.921	6
L-8374	Hobscheid	hobscheid	CA	05		49.6877	5.9114	6
L-8375	Hobscheid	hobscheid	CA	05		49.695	5.9183	6
L-8460	Eischen	eischen	CA	05		49.681	5.8778	6
L-8461	Eischen	eischen	CA	05		49.6831	5.8751	6
L-8462	Eischen	eischen	CA	05		49.6839	5.8747	6
L-8463	Eischen	eischen	CA	05		49.6871	5.8767	6
L-8464	Eischen	eischen	CA	05		49.6837	5.8765	6
L-8465	Eischen	eischen	CA	05		49.6838	5.8778	6
L-8466	Eischen	eischen	CA	05		49.687	5.8792	6
L-8467	Eischen	eischen	CA	05		49.6852	5.8779	6
L-8468	Eischen	eischen	CA	05		49.6832	5.8666	6
L-8469	Eischen	eischen	CA	05		49.6895	5.8776	6
L-8470	Eischen	eischen	CA	05		49.6848	5.8766	6
L-8471	Eischen	eischen	CA	05		49.6832	5.8813	6
L-8472	Eischen	eischen	CA	05		49.6846	5.8774	6
L-8473	Eischen	eischen	CA	05		49.6873	5.8821	6
L-8474	Eischen	eischen	CA	05		49.6852	5.8759	6
L-8475	Eischen	eischen	CA	05		49.6912	5.8795	6
L-8476	Eischen	eischen	CA	05		49.6828	5.8793	6
L-8477	Eischen	eischen	CA	05		49.6847	5.8714	6
L-8478	Eischen	eischen	CA	05		49.6828	5.8705	6
L-8479	Eischen	eischen	CA	05		49.6796	5.8765	6
L-8480	Eischen	eischen	CA	05		49.6827	5.882	6
L-7423	Dondelange	dondelange	CA	06		49.689	6.0311	6
L-8185	Kehlen	kehlen	CA	06		49.6573	6.0674	
L-8205	Kehlen	kehlen	CA	06		49.6647	6.0358	4
L-8274	Kehlen	kehlen	CA	06		49.6697	6.0304	6
L-8280	Kehlen	kehlen	CA	06		49.6656	6.0348	6
L-8281	Kehlen	kehlen	CA	06		49.667	6.0319	6
L-8282	Kehlen	kehlen	CA	06		49.6696	6.0343	6
L-8283	Kehlen	kehlen	CA	06		49.6703	6.0371	6
L-8284	Kehlen	kehlen	CA	06		49.6677	6.038	6
L-8285	Kehlen	kehlen	CA	06		49.6654	6.0373	6
L-8286	Kehlen	kehlen	CA	06		49.6684	6.0399	6
L-8287	Kehlen	kehlen	CA	06		49.6628	6.0163	6
L-8288	Kehlen	kehlen	CA	06		49.6647	6.0358	6
L-8289	Kehlen	kehlen	CA	06		49.6659	6.0309	6
L-8290	Kehlen	kehlen	CA	06		49.6566	6.049	6
L-8291	Meispelt	meispelt	CA	06		49.6903	6.0577	6
L-8292	Meispelt	meispelt	CA	06		49.6933	6.0605	6
L-8293	Keispelt	keispelt	CA	06		49.6962	6.0682	6
L-8294	Keispelt	keispelt	CA	06		49.6914	6.0699	6
L-8295	Kehlen	kehlen	CA	06		49.6784	6.0437	6
L-8295	Keispelt	keispelt	CA	06		49.6894	6.0628	6
L-8312	Olm	olm	CA	06		49.6459	5.9948	6
L-8315	Olm	olm	CA	06		49.6461	5.996	6
L-8316	Olm	olm	CA	06		49.6453	5.9959	6
L-8317	Olm	olm	CA	06		49.6467	5.998	6
L-8319	Olm	olm	CA	06		49.6484	5.9899	6
L-8321	Olm	olm	CA	06		49.6492	5.9937	6
L-8322	Olm	olm	CA	06		49.6486	5.9918	6
L-8323	Olm	olm	CA	06		49.6453	5.9935	4
L-8324	Olm	olm	CA	06		49.6493	5.9946	6
L-8327	Olm	olm	CA	06		49.6456	5.9973	6
L-8332	Olm	olm	CA	06		49.6481	5.9935	6
L-8333	Olm	olm	CA	06		49.6476	5.9939	6
L-8338	Olm	olm	CA	06		49.6459	5.9938	6
L-8339	Olm	olm	CA	06		49.6461	5.9929	6
L-8340	Olm	olm	CA	06		49.6487	5.9933	4
L-8341	Olm	olm	CA	06		49.6463	5.9918	6
L-8342	Olm	olm	CA	06		49.6484	5.991	6
L-8343	Olm	olm	CA	06		49.6491	5.9928	6
L-8344	Olm	olm	CA	06		49.6481	5.9957	6
L-8390	Nospelt	nospelt	CA	06		49.6733	6.0135	6
L-8391	Nospelt	nospelt	CA	06		49.6759	6.0093	6
L-8392	Nospelt	nospelt	CA	06		49.6752	6.004	6
L-8393	Olm	olm	CA	06		49.6527	5.9967	6
L-8394	Olm	olm	CA	06		49.6576	6.0007	6
L-8306	Koerich	koerich	CA	07		49.6703	5.9394	4
L-8357	Goeblange	goeblange	CA	07		49.6698	5.9717	6
L-8358	Goeblange	goeblange	CA	07		49.6698	5.9664	6
L-8359	Goeblange	goeblange	CA	07		49.6682	5.9637	6
L-8360	Goetzingen	goetzingen	CA	07		49.6588	5.9811	6
L-8361	Goetzingen	goetzingen	CA	07		49.6633	5.9787	6
L-8383	Koerich	koerich	CA	07		49.6703	5.9484	6
L-8384	Koerich	koerich	CA	07		49.6678	5.9497	6
L-8385	Koerich	koerich	CA	07		49.6681	5.9507	6
L-8386	Koerich	koerich	CA	07		49.6674	5.9484	6
L-8387	Koerich	koerich	CA	07		49.6721	5.9497	6
L-8388	Koerich	koerich	CA	07		49.6703	5.9394	4
L-8399	Windhof (Koerich)	windhof-koerich	CA	07		49.6479	5.9584	6
L-8116	Bridel	bridel	CA	08		49.6483	6.0866	6
L-8118	Bridel	bridel	CA	08		49.661	6.0781	6
L-8119	Bridel	bridel	CA	08		49.6601	6.0821	6
L-8120	Bridel	bridel	CA	08		49.6478	6.092	6
L-8121	Bridel	bridel	CA	08		49.6542	6.077	6
L-8123	Bridel	bridel	CA	08		49.6666	6.0795	6
L-8124	Bridel	bridel	CA	08		49.6545	6.078	6
L-8125	Bridel	bridel	CA	08		49.6507	6.0805	6
L-8126	Bridel	bridel	CA	08		49.6526	6.0856	6
L-8127	Bridel	bridel	CA	08		49.6626	6.0829	6
L-8128	Bridel	bridel	CA	08		49.658	6.0797	6
L-8129	Bridel	bridel	CA	08		49.6647	6.0782	6
L-8131	Bridel	bridel	CA	08		49.6625	6.0909	6
L-8132	Bridel	bridel	CA	08		49.6575	6.0778	6
L-8133	Bridel	bridel	CA	08		49.6564	6.0806	4
L-8134	Bridel	bridel	CA	08		49.6633	6.0877	6
L-8135	Bridel	bridel	CA	08		49.6601	6.0842	6
L-8137	Bridel	bridel	CA	08		49.6542	6.0787	6
L-8138	Bridel	bridel	CA	08		49.6544	6.08	4
L-8139	Bridel	bridel	CA	08		49.6545	6.0819	6
L-8140	Bridel	bridel	CA	08		49.6558	6.0821	4
L-8141	Bridel	bridel	CA	08		49.6577	6.081	6
L-8142	Bridel	bridel	CA	08		49.6627	6.0855	6
L-8143	Bridel	bridel	CA	08		49.659	6.0871	6
L-8145	Bridel	bridel	CA	08		49.6577	6.0785	6
L-8146	Bridel	bridel	CA	08		49.6585	6.0779	6
L-8147	Bridel	bridel	CA	08		49.6542	6.0797	6
L-8149	Bridel	bridel	CA	08		49.6617	6.0851	6
L-8150	Bridel	bridel	CA	08		49.659	6.074	6
L-8151	Bridel	bridel	CA	08		49.6609	6.0868	6
L-8152	Bridel	bridel	CA	08		49.6616	6.0887	6
L-8153	Bridel	bridel	CA	08		49.6556	6.0799	6
L-8154	Bridel	bridel	CA	08		49.6598	6.0876	6
L-8156	Bridel	bridel	CA	08		49.652	6.0809	6
L-8157	Bridel	bridel	CA	08		49.6513	6.082	6
L-8158	Bridel	bridel	CA	08		49.6617	6.0824	6
L-8159	Bridel	bridel	CA	08		49.6551	6.0796	6
L-8160	Bridel	bridel	CA	08		49.6647	6.0887	6
L-8161	Bridel	bridel	CA	08		49.6611	6.0842	6
L-8165	Bridel	bridel	CA	08		49.6637	6.0873	6
L-8166	Bridel	bridel	CA	08		49.6523	6.0795	6
L-8167	Bridel	bridel	CA	08		49.6528	6.079	6
L-8179	Kopstal	kopstal	CA	08		49.6632	6.0728	4
L-8180	Kopstal	kopstal	CA	08		49.6628	6.0739	4
L-8181	Kopstal	kopstal	CA	08		49.6682	6.0739	6
L-8182	Kopstal	kopstal	CA	08		49.6639	6.0779	6
L-8183	Kopstal	kopstal	CA	08		49.6622	6.0732	6
L-8184	Kopstal	kopstal	CA	08		49.6632	6.0728	6
L-8185	Kopstal	kopstal	CA	08		49.6627	6.0707	6
L-8186	Kopstal	kopstal	CA	08		49.6596	6.0708	6
L-8187	Kopstal	kopstal	CA	08		49.6655	6.0719	6
L-8188	Kopstal	kopstal	CA	08		49.6632	6.0735	6
L-8189	Kopstal	kopstal	CA	08		49.665	6.0708	6
L-8190	Kopstal	kopstal	CA	08		49.6673	6.0757	6
L-8191	Kopstal	kopstal	CA	08		49.6637	6.0745	6
L-8201	Mamer	mamer	CA	09		49.6274	6.0233	4
L-8209	Mamer	mamer	CA	09		49.6274	6.0233	6
L-8210	Mamer	mamer	CA	09		49.6293	6.0279	6
L-8211	Mamer	mamer	CA	09		49.6307	6.0236	6
L-8212	Mamer	mamer	CA	09		49.6325	6.0281	6
L-8213	Mamer	mamer	CA	09		49.6252	6.0108	6
L-8214	Mamer	mamer	CA	09		49.6221	6.0128	6
L-8215	Mamer	mamer	CA	09		49.6241	6.0268	6
L-8216	Mamer	mamer	CA	09		49.6225	6.0265	6
L-8217	Mamer	mamer	CA	09		49.6232	6.0298	6
L-8218	Mamer	mamer	CA	09		49.6271	6.0168	6
L-8219	Mamer	mamer	CA	09		49.6285	6.0236	6
L-8220	Mamer	mamer	CA	09		49.6288	6.0214	6
L-8221	Mamer	mamer	CA	09		49.6314	6.024	6
L-8222	Mamer	mamer	CA	09		49.6328	6.0182	6
L-8223	Mamer	mamer	CA	09		49.6314	6.0168	6
L-8224	Mamer	mamer	CA	09		49.6304	6.0188	6
L-8225	Mamer	mamer	CA	09		49.6248	6.0227	6
L-8226	Mamer	mamer	CA	09		49.6263	6.021	6
L-8227	Mamer	mamer	CA	09		49.6315	6.0152	6
L-8228	Mamer	mamer	CA	09		49.6302	6.0374	6
L-8229	Mamer	mamer	CA	09		49.6261	6.0205	4
L-8230	Mamer	mamer	CA	09		49.628	6.0374	4
L-8231	Mamer	mamer	CA	09		49.6341	6.0176	6
L-8232	Mamer	mamer	CA	09		49.6249	6.0152	6
L-8233	Mamer	mamer	CA	09		49.6255	6.0184	6
L-8234	Mamer	mamer	CA	09		49.6273	6.0203	6
L-8235	Mamer	mamer	CA	09		49.6349	6.0208	6
L-8236	Mamer	mamer	CA	09		49.6348	6.0218	6
L-8237	Mamer	mamer	CA	09		49.6307	6.0208	4
L-8238	Mamer	mamer	CA	09		49.6295	6.0245	6
L-8239	Mamer	mamer	CA	09		49.622	6.0264	6
L-8240	Mamer	mamer	CA	09		49.6301	6.0229	6
L-8241	Mamer	mamer	CA	09		49.6235	6.0098	6
L-8242	Mamer	mamer	CA	09		49.6243	6.0107	6
L-8243	Mamer	mamer	CA	09		49.6273	6.0166	4
L-8244	Mamer	mamer	CA	09		49.6288	6.0366	6
L-8245	Mamer	mamer	CA	09		49.6279	6.0276	6
L-8246	Mamer	mamer	CA	09		49.632	6.0243	6
L-8247	Mamer	mamer	CA	09		49.628	6.0224	6
L-8248	Mamer	mamer	CA	09		49.6304	6.0202	6
L-8249	Mamer	mamer	CA	09		49.627	6.0368	6
L-8250	Mamer	mamer	CA	09		49.6299	6.0387	6
L-8251	Mamer	mamer	CA	09		49.6314	6.046	6
L-8252	Mamer	mamer	CA	09		49.6271	6.0238	6
L-8253	Mamer	mamer	CA	09		49.6292	6.0407	6
L-8254	Mamer	mamer	CA	09		49.6277	6.0214	6
L-8255	Mamer	mamer	CA	09		49.6304	6.0356	4
L-8258	Mamer	mamer	CA	09		49.6239	6.0334	6
L-8259	Mamer	mamer	CA	09		49.633	6.0218	6
L-8260	Mamer	mamer	CA	09		49.6251	6.0327	6
L-8261	Mamer	mamer	CA	09		49.6238	6.0279	6
L-8262	Mamer	mamer	CA	09		49.6286	6.0353	6
L-8263	Mamer	mamer	CA	09		49.6273	6.0356	6
L-8264	Mamer	mamer	CA	09		49.6344	6.0193	6
L-8265	Mamer	mamer	CA	09		49.6293	6.0326	6
L-8266	Mamer	mamer	CA	09		49.6268	6.0398	6
L-8267	Mamer	mamer	CA	09		49.6324	6.0227	6
L-8268	Mamer	mamer	CA	09		49.6218	6.035	6
L-8269	Mamer	mamer	CA	09		49.6268	6.0245	6
L-8270	Mamer	mamer	CA	09		49.6322	6.0193	6
L-8271	Mamer	mamer	CA	09		49.6294	6.0348	6
L-8272	Mamer	mamer	CA	09		49.63	6.0349	6
L-8273	Mamer	mamer	CA	09		49.6307	6.0347	6
L-8277	Holzem	holzem	CA	09		49.6164	5.9946	6
L-8278	Holzem	holzem	CA	09		49.6168	5.9889	6
L-8279	Holzem	holzem	CA	09		49.6166	5.9851	6
L-8301	Capellen	capellen	CA	09		49.6411	6.0092	4
L-8302	Capellen	capellen	CA	09		49.6411	6.0092	4
L-8303	Capellen	capellen	CA	09		49.6411	6.0092	4
L-8308	Capellen	capellen	CA	09		49.6411	6.0092	6
L-8309	Holzem	holzem	CA	09		49.6357	5.9703	
L-8310	Capellen	capellen	CA	09		49.644	5.9935	6
L-8311	Capellen	capellen	CA	09		49.6461	5.9784	6
L-8313	Capellen	capellen	CA	09		49.6434	5.99	6
L-8314	Capellen	capellen	CA	09		49.6465	5.9888	6
L-8317	Capellen	capellen	CA	09		49.6454	5.9997	6
L-8318	Capellen	capellen	CA	09		49.6447	5.9865	6
L-8320	Capellen	capellen	CA	09		49.642	5.9827	6
L-8323	Capellen	capellen	CA	09		49.6442	5.9991	6
L-8325	Capellen	capellen	CA	09		49.6422	5.984	6
L-8326	Capellen	capellen	CA	09		49.6431	6.0009	6
L-8328	Capellen	capellen	CA	09		49.6438	5.9872	6
L-8329	Capellen	capellen	CA	09		49.6426	6.0022	6
L-8330	Capellen	capellen	CA	09		49.6453	5.9904	6
L-8331	Capellen	capellen	CA	09		49.6468	5.9856	6
L-8334	Capellen	capellen	CA	09		49.6432	5.9913	6
L-8335	Capellen	capellen	CA	09		49.644	5.9953	6
L-8336	Capellen	capellen	CA	09		49.6443	5.9892	6
L-8337	Capellen	capellen	CA	09		49.6451	5.9987	6
L-8345	Capellen	capellen	CA	09		49.6409	5.9829	6
L-8348	Capellen	capellen	CA	09		49.6447	5.9825	6
L-8363	Simmerfarm	simmerfarm	CA	10		49.6962	5.9872	6
L-8363	Simmerschmelz	simmerschmelz	CA	10		49.6942	5.9852	6
L-8363	Leesbach	leesbach	CA	10		49.7051	5.9821	6
L-8363	Greisch	greisch	CA	10		49.71	5.9875	6
L-8383	Septfontaines	septfontaines	CA	10		49.6851	5.9421	6
L-8395	Septfontaines	septfontaines	CA	10		49.7005	5.9642	6
L-8396	Septfontaines	septfontaines	CA	10		49.6999	5.9666	6
L-8398	Roodt/Eisch	roodt-eisch	CA	10		49.693	6.0006	6
L-8346	Grass	grass	CA	11		49.6339	5.8935	6
L-8347	Hagen	hagen	CA	11		49.6517	5.9212	6
L-8362	Grass	grass	CA	11		49.6312	5.8918	6
L-8364	Hagen	hagen	CA	11		49.6527	5.9176	6
L-8365	Hagen	hagen	CA	11		49.6489	5.9313	6
L-8366	Hagen	hagen	CA	11		49.6531	5.9232	6
L-8367	Hagen	hagen	CA	11		49.6499	5.9297	6
L-8368	Hagen	hagen	CA	11		49.6516	5.92	6
L-8378	Kleinbettingen	kleinbettingen	CA	11		49.6418	5.9156	6
L-8379	Kleinbettingen	kleinbettingen	CA	11		49.647	5.9127	6
L-8380	Kleinbettingen	kleinbettingen	CA	11		49.6447	5.9151	6
L-8381	Kleinbettingen	kleinbettingen	CA	11		49.6478	5.9175	6
L-8389	Grass	grass	CA	11		49.6348	5.8923	4
L-8401	Steinfort	steinfort	CA	11		49.6589	5.9084	4
L-8410	Steinfort	steinfort	CA	11		49.6589	5.9084	6
L-8411	Steinfort	steinfort	CA	11		49.6621	5.9188	6
L-8412	Steinfort	steinfort	CA	11		49.6596	5.9089	6
L-8413	Steinfort	steinfort	CA	11		49.6612	5.9176	6
L-8414	Steinfort	steinfort	CA	11		49.6607	5.9121	4
L-8415	Steinfort	steinfort	CA	11		49.6637	5.9223	6
L-8416	Steinfort	steinfort	CA	11		49.659	5.9186	4
L-8420	Steinfort	steinfort	CA	11		49.6585	5.9157	6
L-8421	Steinfort	steinfort	CA	11		49.6561	5.9172	6
L-8422	Steinfort	steinfort	CA	11		49.6643	5.9177	4
L-8423	Steinfort	steinfort	CA	11		49.6614	5.9132	6
L-8424	Steinfort	steinfort	CA	11		49.6652	5.9171	6
L-8425	Steinfort	steinfort	CA	11		49.6548	5.916	4
L-8435	Steinfort	steinfort	CA	11		49.6594	5.9122	6
L-8436	Steinfort	steinfort	CA	11		49.6557	5.914	6
L-8437	Steinfort	steinfort	CA	11		49.6607	5.92	6
L-8438	Steinfort	steinfort	CA	11		49.6594	5.9122	4
L-8440	Steinfort	steinfort	CA	11		49.6596	5.9214	6
L-8441	Steinfort	steinfort	CA	11		49.6665	5.9204	6
L-8442	Steinfort	steinfort	CA	11		49.6592	5.9168	6
L-8443	Steinfort	steinfort	CA	11		49.6596	5.9136	6
L-8444	Steinfort	steinfort	CA	11		49.6586	5.9284	6
L-8445	Steinfort	steinfort	CA	11		49.6574	5.9131	6
L-8447	Steinfort	steinfort	CA	11		49.6628	5.9249	6
L-8448	Steinfort	steinfort	CA	11		49.6626	5.9215	6
L-8449	Steinfort	steinfort	CA	11		49.6644	5.9182	6
L-8450	Steinfort	steinfort	CA	11		49.6663	5.918	6
L-8451	Steinfort	steinfort	CA	11		49.6635	5.9171	6
L-8452	Steinfort	steinfort	CA	11		49.6638	5.9155	6
L-8453	Steinfort	steinfort	CA	11		49.6598	5.928	6
L-4795	Linger	linger	CA	8641865		49.5684	5.8855	6
L-4796	Linger	linger	CA	8641865		49.5639	5.8856	6
L-4797	Linger	linger	CA	8641865		49.5651	5.8859	6
L-4798	Linger	linger	CA	8641865		49.5627	5.8798	6
L-4901	Bascharage	bascharage	CA	8641865		49.56	5.8884	4
L-4902	Bascharage	bascharage	CA	8641865		49.56	5.8884	4
L-4907	Bascharage	bascharage	CA	8641865		49.56	5.8884	6
L-4908	Bascharage	bascharage	CA	8641865		49.5571	5.8875	6
L-4909	Bascharage	bascharage	CA	8641865		49.5734	5.921	6
L-4910	Hautcharage	hautcharage	CA	8641865		49.5741	5.909	6
L-4911	Bascharage	bascharage	CA	8641865		49.5687	5.9113	6
L-4912	Bascharage	bascharage	CA	8641865		49.5635	5.9089	6
L-4913	Hautcharage	hautcharage	CA	8641865		49.5782	5.9134	6
L-4914	Bascharage	bascharage	CA	8641865		49.5625	5.9117	6
L-4915	Hautcharage	hautcharage	CA	8641865		49.5752	5.9112	6
L-4916	Bascharage	bascharage	CA	8641865		49.5642	5.9132	6
L-4917	Bascharage	bascharage	CA	8641865		49.559	5.9248	6
L-4918	Bascharage	bascharage	CA	8641865		49.5579	5.8968	6
L-4919	Bascharage	bascharage	CA	8641865		49.5677	5.9083	6
L-4920	Bascharage	bascharage	CA	8641865		49.5662	5.9065	6
L-4921	Hautcharage	hautcharage	CA	8641865		49.5763	5.9108	6
L-4922	Bascharage	bascharage	CA	8641865		49.5685	5.9079	6
L-4923	Hautcharage	hautcharage	CA	8641865		49.5761	5.9117	6
L-4924	Hautcharage	hautcharage	CA	8641865		49.5797	5.9099	6
L-4925	Bascharage	bascharage	CA	8641865		49.5703	5.9071	6
L-4926	Bascharage	bascharage	CA	8641865		49.5594	5.8864	6
L-4927	Hautcharage	hautcharage	CA	8641865		49.5817	5.909	6
L-4928	Bascharage	bascharage	CA	8641865		49.5731	5.9219	6
L-4929	Hautcharage	hautcharage	CA	8641865		49.5702	5.9186	6
L-4930	Bascharage	bascharage	CA	8641865		49.5624	5.9181	6
L-4931	Hautcharage	hautcharage	CA	8641865		49.5752	5.9103	6
L-4932	Hautcharage	hautcharage	CA	8641865		49.5756	5.9086	6
L-4933	Bascharage	bascharage	CA	8641865		49.5626	5.9075	6
L-4934	Hautcharage	hautcharage	CA	8641865		49.5754	5.912	6
L-4935	Hautcharage	hautcharage	CA	8641865		49.5769	5.9055	6
L-4936	Bascharage	bascharage	CA	8641865		49.559	5.8899	6
L-4937	Hautcharage	hautcharage	CA	8641865		49.5762	5.9094	6
L-4938	Bascharage	bascharage	CA	8641865		49.559	5.8945	6
L-4939	Bascharage	bascharage	CA	8641865		49.5679	5.9101	6
L-4940	Hautcharage	hautcharage	CA	8641865		49.5715	5.9245	4
L-4940	Bascharage	bascharage	CA	8641865		49.5685	5.9136	6
L-4941	Bascharage	bascharage	CA	8641865		49.5712	5.9153	6
L-4942	Hautcharage	hautcharage	CA	8641865		49.577	5.8922	6
L-4942	Bascharage	bascharage	CA	8641865		49.5692	5.9049	6
L-4943	Hautcharage	hautcharage	CA	8641865		49.5783	5.9083	6
L-4944	Bascharage	bascharage	CA	8641865		49.5668	5.9054	6
L-4945	Hautcharage	hautcharage	CA	8641865		49.5744	5.9151	6
L-4945	Bascharage	bascharage	CA	8641865		49.5734	5.9192	6
L-4946	Bascharage	bascharage	CA	8641865		49.5664	5.9172	6
L-4947	Hautcharage	hautcharage	CA	8641865		49.5757	5.9063	6
L-4947	Bascharage	bascharage	CA	8641865		49.5729	5.9019	6
L-4948	Bascharage	bascharage	CA	8641865		49.5636	5.9065	6
L-4949	Hautcharage	hautcharage	CA	8641865		49.5775	5.9085	6
L-4950	Bascharage	bascharage	CA	8641865		49.5622	5.8982	6
L-4951	Bascharage	bascharage	CA	8641865		49.5604	5.9237	6
L-4952	Bascharage	bascharage	CA	8641865		49.5659	5.9156	6
L-4953	Hautcharage	hautcharage	CA	8641865		49.571	5.9225	6
L-4954	Bascharage	bascharage	CA	8641865		49.568	5.918	6
L-4955	Bascharage	bascharage	CA	8641865		49.5716	5.9122	6
L-4956	Hautcharage	hautcharage	CA	8641865		49.5747	5.9198	6
L-4957	Hautcharage	hautcharage	CA	8641865		49.5745	5.9165	4
L-4958	Bascharage	bascharage	CA	8641865		49.5669	5.9162	6
L-4959	Bascharage	bascharage	CA	8641865		49.5618	5.9309	6
L-4960	Clemency	clemency	CA	8641865		49.5915	5.8789	6
L-4961	Clemency	clemency	CA	8641865		49.594	5.8739	4
L-4962	Clemency	clemency	CA	8641865		49.5961	5.8714	6
L-4963	Clemency	clemency	CA	8641865		49.5961	5.8755	6
L-4964	Clemency	clemency	CA	8641865		49.6025	5.8749	6
L-4965	Clemency	clemency	CA	8641865		49.5991	5.8715	6
L-4966	Clemency	clemency	CA	8641865		49.5969	5.8831	6
L-4967	Clemency	clemency	CA	8641865		49.5952	5.8856	6
L-4969	Hautcharage	hautcharage	CA	8641865		49.5754	5.9045	6
L-4978	Fingig	fingig	CA	8641865		49.6035	5.8998	6
L-4979	Fingig	fingig	CA	8641865		49.6018	5.9041	4
L-9631	Allerborn	allerborn	CL	01		50.0355	5.8743	6
L-9641	Brachtenbach	brachtenbach	CL	01		50.0204	5.9099	6
L-9645	Derenbach	derenbach	CL	01		50.0124	5.8857	6
L-9672	Niederwampach	niederwampach	CL	01		50.0098	5.8418	6
L-9673	Oberwampach	oberwampach	CL	01		50.0153	5.8613	6
L-9684	Schimpach	schimpach	CL	01		50.0095	5.8499	6
L-9740	Boevange	boevange	CL	01		50.0466	5.9306	6
L-9741	Boxhorn	boxhorn	CL	01		50.0832	5.9895	6
L-9742	Boxhorn	boxhorn	CL	01		50.0826	5.995	6
L-9743	Crendal	crendal	CL	01		50.0567	5.8968	6
L-9744	Deiffelt	deiffelt	CL	01		50.0655	5.9625	6
L-9745	Doennange	doennange	CL	01		50.0611	5.9564	6
L-9752	Hamiville	hamiville	CL	01		50.0456	5.9002	6
L-9754	Hinterhassel	hinterhassel	CL	01		50.0568	5.8637	6
L-9761	Lentzweiler	lentzweiler	CL	01		50.0693	5.9763	6
L-9762	Lullange	lullange	CL	01		50.0598	5.9397	6
L-9770	Rumlange	rumlange	CL	01		50.0793	5.9738	6
L-9771	Stockem	stockem	CL	01		50.0777	5.9572	6
L-9772	Troine	troine	CL	01		50.0636	5.8826	6
L-9773	Troine-Route	troine-route	CL	01		50.0457	5.8787	6
L-9779	Lentzweiler	lentzweiler	CL	01		50.0643	5.9835	6
L-9780	Wincrange	wincrange	CL	01		50.0533	5.9168	6
L-9902	Cinqfontaines	cinqfontaines	CL	01		50.1065	6.0068	6
L-9940	Asselborn	asselborn	CL	01		50.0966	5.9709	6
L-9956	Hachiville	hachiville	CL	01		50.1074	5.9225	6
L-9960	Hoffelt	hoffelt	CL	01		50.099	5.9208	6
L-9974	Maulusmühle	maulusmuhle	CL	01		50.0939	6.0256	6
L-9976	Sassel	sassel	CL	01		50.0991	5.9954	6
L-9982	Weiler	weiler	CL	01		50.1036	5.9442	6
L-9701	Clervaux	clervaux	CL	03		50.0605	6.0243	4
L-9706	Clervaux	clervaux	CL	03		50.0637	6.0223	6
L-9707	Clervaux	clervaux	CL	03		50.0605	6.0243	6
L-9708	Clervaux	clervaux	CL	03		50.0564	6.0296	6
L-9709	Clervaux	clervaux	CL	03		50.0534	6.0279	6
L-9710	Clervaux	clervaux	CL	03		50.0542	6.0307	4
L-9711	Clervaux	clervaux	CL	03		50.0562	6.0285	6
L-9712	Clervaux	clervaux	CL	03		50.0545	6.0303	6
L-9713	Clervaux	clervaux	CL	03		50.0561	6.0254	6
L-9714	Clervaux	clervaux	CL	03		50.0547	6.0248	4
L-9715	Clervaux	clervaux	CL	03		50.0539	6.0317	6
L-9737	Clervaux	clervaux	CL	03		50.0574	6.0222	6
L-9738	Eselborn	eselborn	CL	03		50.06	6.0036	6
L-9746	Drauffelt	drauffelt	CL	03		50.0168	6.0045	6
L-9748	Eselborn	eselborn	CL	03		50.0619	6.0018	6
L-9749	Fischbach	fischbach	CL	03		50.0751	6.0693	6
L-9751	Grindhausen	grindhausen	CL	03		50.0829	6.059	6
L-9753	Heinerscheid	heinerscheid	CL	03		50.0945	6.0871	6
L-9755	Hupperdange	hupperdange	CL	03		50.0953	6.0579	6
L-9756	Kaesfurt	kaesfurt	CL	03		50.0928	6.0729	6
L-9757	Kalborn	kalborn	CL	03		50.1019	6.1116	6
L-9758	Tintesmühle	tintesmuhle	CL	03		50.0938	6.1259	6
L-9759	Kirelshof	kirelshof	CL	03		50.0288	5.9728	6
L-9763	Marnach	marnach	CL	03		50.049	6.0737	6
L-9764	Marnach	marnach	CL	03		50.0557	6.0649	6
L-9765	Wirtgensmühle	wirtgensmuhle	CL	03		50.0335	6.0086	6
L-9765	Kaaspelterhof	kaaspelterhof	CL	03		50.029	6.0001	6
L-9765	Mecher	mecher	CL	03		50.0415	6.0168	6
L-9766	Munshausen	munshausen	CL	03		50.0337	6.0373	6
L-9768	Reuler	reuler	CL	03		50.0566	6.0358	6
L-9769	Roder	roder	CL	03		50.0553	6.0823	6
L-9774	Urspelt	urspelt	CL	03		50.0749	6.0456	6
L-9775	Weicherdange	weicherdange	CL	03		50.0379	5.9873	6
L-9779	Eselborn	eselborn	CL	03		50.0644	5.9889	6
L-9840	Siebenaler	siebenaler	CL	03		50.0101	6.0255	6
L-9968	Fossenhof	fossenhof	CL	03		50.1134	6.0904	6
L-9968	Lausdorn	lausdorn	CL	03		50.1179	6.083	6
L-9972	Lieler	lieler	CL	03		50.1245	6.109	6
L-9901	Troisvierges	troisvierges	CL	09		50.1163	5.9915	4
L-9903	Troisvierges	troisvierges	CL	09		50.122	5.9977	6
L-9905	Troisvierges	troisvierges	CL	09		50.1202	5.9988	6
L-9906	Troisvierges	troisvierges	CL	09		50.1195	5.9917	6
L-9907	Troisvierges	troisvierges	CL	09		50.1163	5.9915	6
L-9908	Troisvierges	troisvierges	CL	09		50.1212	5.9975	6
L-9909	Troisvierges	troisvierges	CL	09		50.1229	6.001	6
L-9910	Troisvierges	troisvierges	CL	09		50.1244	6.0006	6
L-9911	Troisvierges	troisvierges	CL	09		50.1251	6.0042	6
L-9912	Troisvierges	troisvierges	CL	09		50.1215	6.0033	6
L-9913	Troisvierges	troisvierges	CL	09		50.1249	5.9994	6
L-9942	Basbellain	basbellain	CL	09		50.1438	5.9834	6
L-9943	Hautbellain	hautbellain	CL	09		50.155	5.9768	6
L-9948	Biwisch	biwisch	CL	09		50.1182	5.9819	6
L-9952	Drinklange	drinklange	CL	09		50.1331	6.0145	6
L-9954	Goedange	goedange	CL	09		50.147	6.0135	6
L-9964	Huldange	huldange	CL	09		50.1646	6.0147	6
L-9980	Wilwerdange	wilwerdange	CL	09		50.1404	6.0222	6
L-9981	Wilwerdange	wilwerdange	CL	09		50.1404	6.0222	4
L-9944	Beiler	beiler	CL	10		50.1637	6.0881	6
L-9946	Binsfeld	binsfeld	CL	10		50.119	6.0377	6
L-9950	Breidfeld	breidfeld	CL	10		50.1232	6.0622	6
L-9962	Holler	holler	CL	10		50.1233	6.0474	6
L-9966	Kaesfurt	kaesfurt	CL	10		50.1559	6.079	6
L-9968	Kleemühle	kleemuhle	CL	10		50.1069	6.0427	
L-9968	Rossmühle	rossmuhle	CL	10		50.1106	6.046	6
L-9968	Hollermühle	hollermuhle	CL	10		50.1168	6.0519	6
L-9970	Leithum	leithum	CL	10		50.1601	6.1078	6
L-9990	Weiswampach	weiswampach	CL	10		50.1363	6.0743	6
L-9991	Weiswampach	weiswampach	CL	10		50.1408	6.0774	6
L-9992	Weiswampach	weiswampach	CL	10		50.1356	6.0775	6
L-9993	Weiswampach	weiswampach	CL	10		50.1373	6.0797	6
L-9994	Weiswampach	weiswampach	CL	10		50.1356	6.0775	4
L-9999	Wemperhardt	wemperhardt	CL	10		50.1542	6.0526	6
L-9183	Unterschlinder	unterschlinder	CL	63		49.9348	6.0705	6
L-9183	Oberschlinder	oberschlinder	CL	63		49.9539	6.064	6
L-9376	Hoscheid	hoscheid	CL	63		49.9471	6.0815	6
L-9377	Hoscheid	hoscheid	CL	63		49.9451	6.0785	6
L-9378	Hoscheid	hoscheid	CL	63		49.9455	6.0814	4
L-9801	Hosingen	hosingen	CL	63		50.015	6.089	4
L-9805	Hosingen	hosingen	CL	63		50.0127	6.0847	6
L-9806	Hosingen	hosingen	CL	63		50.0149	6.0907	4
L-9807	Hosingen	hosingen	CL	63		50.015	6.089	6
L-9808	Hosingen	hosingen	CL	63		50.0172	6.0935	6
L-9809	Hosingen	hosingen	CL	63		50.0111	6.0919	6
L-9810	Hosingen	hosingen	CL	63		50.0139	6.0949	4
L-9830	Bockholtz	bockholtz	CL	63		50.0117	6.0516	6
L-9831	Consthum	consthum	CL	63		49.9727	6.0529	6
L-9833	Dorscheid	dorscheid	CL	63		50.0369	6.073	6
L-9834	Holzthum	holzthum	CL	63		49.9856	6.0743	6
L-9835	Hoscheid-Dickt	hoscheid-dickt	CL	63		49.9724	6.0904	6
L-9836	Hosingen	hosingen	CL	63		49.994	6.0989	6
L-9837	Neidhausen	neidhausen	CL	63		50.0277	6.0645	6
L-9838	Eisenbach	eisenbach	CL	63		50.0043	6.1439	6
L-9839	Rodershausen	rodershausen	CL	63		50.0392	6.1292	6
L-9841	Wahlhausen	wahlhausen	CL	63		49.9834	6.1177	6
L-9221	Gilsdorf	gilsdorf	DI	02		49.87	6.1822	6
L-9352	Bettendorf	bettendorf	DI	02		49.8754	6.2136	6
L-9353	Bettendorf	bettendorf	DI	02		49.8736	6.2189	6
L-9354	Bettendorf	bettendorf	DI	02		49.8766	6.2084	6
L-9355	Bettendorf	bettendorf	DI	02		49.8764	6.2157	6
L-9356	Bettendorf	bettendorf	DI	02		49.8795	6.2182	4
L-9357	Bettendorf	bettendorf	DI	02		49.8786	6.221	6
L-9359	Bettendorf	bettendorf	DI	02		49.8747	6.1898	6
L-9364	Moestroff	moestroff	DI	02		49.8497	6.2352	6
L-9369	Gilsdorf	gilsdorf	DI	02		49.8481	6.1659	6
L-9370	Gilsdorf	gilsdorf	DI	02		49.8651	6.18	6
L-9371	Gilsdorf	gilsdorf	DI	02		49.8672	6.1833	4
L-9372	Gilsdorf	gilsdorf	DI	02		49.866	6.1841	6
L-9373	Gilsdorf	gilsdorf	DI	02		49.8621	6.1805	6
L-9374	Gilsdorf	gilsdorf	DI	02		49.8633	6.17	4
L-9381	Moestroff	moestroff	DI	02		49.8688	6.2405	6
L-9382	Moestroff	moestroff	DI	02		49.8664	6.2383	6
L-9140	Bourscheid	bourscheid	DI	03		49.9097	6.0645	6
L-9153	Goebelsmühle	goebelsmuhle	DI	03		49.921	6.0549	6
L-9153	Dirbach	dirbach	DI	03		49.9182	6.0352	6
L-9163	Kehmen	kehmen	DI	03		49.8997	6.0367	6
L-9164	Bourscheid-Plage	bourscheid-plage	DI	03		49.909	6.0792	6
L-9164	Bourscheid-Moulin	bourscheid-moulin	DI	03		49.9101	6.0861	6
L-9164	Lipperscheid	lipperscheid	DI	03		49.9182	6.0861	6
L-9171	Michelau	michelau	DI	03		49.8992	6.0908	6
L-9172	Michelau	michelau	DI	03		49.895	6.0965	6
L-9182	Scheidel	scheidel	DI	03		49.893	6.0424	6
L-9183	Friedbusch	friedbusch	DI	03		49.9503	6.0558	6
L-9183	Schlindermanderscheid	schlindermanderscheid	DI	03		49.9321	6.0609	6
L-9191	Welscheid	welscheid	DI	03		49.8868	6.0647	6
L-9340	Flebour	flebour	DI	03		49.9052	6.1158	4
L-9378	Closdelt	closdelt	DI	03		49.9017	6.1225	6
L-9378	Enteschbach	enteschbach	DI	03		49.912	6.1141	6
L-9378	Flebour	flebour	DI	03		49.9101	6.1077	6
L-9378	Lipperscheid	lipperscheid	DI	03		49.926	6.0899	6
L-9201	Diekirch	diekirch	DI	04		49.8629	6.1571	4
L-9202	Diekirch	diekirch	DI	04		49.8629	6.1571	4
L-9203	Diekirch	diekirch	DI	04		49.8629	6.1571	4
L-9205	Diekirch	diekirch	DI	04		49.8694	6.159	6
L-9206	Diekirch	diekirch	DI	04		49.8629	6.1571	6
L-9207	Diekirch	diekirch	DI	04		49.8687	6.1594	6
L-9208	Diekirch	diekirch	DI	04		49.8681	6.1576	6
L-9209	Diekirch	diekirch	DI	04		49.873	6.1572	6
L-9210	Diekirch	diekirch	DI	04		49.8752	6.1587	6
L-9211	Diekirch	diekirch	DI	04		49.8692	6.1608	6
L-9212	Diekirch	diekirch	DI	04		49.8628	6.1564	6
L-9213	Diekirch	diekirch	DI	04		49.8695	6.1597	6
L-9214	Diekirch	diekirch	DI	04		49.8663	6.1554	6
L-9215	Diekirch	diekirch	DI	04		49.8671	6.149	6
L-9216	Diekirch	diekirch	DI	04		49.8672	6.1566	4
L-9217	Diekirch	diekirch	DI	04		49.8688	6.1613	6
L-9218	Diekirch	diekirch	DI	04		49.868	6.1608	6
L-9220	Diekirch	diekirch	DI	04		49.8689	6.1673	6
L-9221	Diekirch	diekirch	DI	04		49.8689	6.1751	6
L-9224	Diekirch	diekirch	DI	04		49.8675	6.1467	6
L-9225	Diekirch	diekirch	DI	04		49.8686	6.1589	6
L-9226	Diekirch	diekirch	DI	04		49.8703	6.156	4
L-9227	Diekirch	diekirch	DI	04		49.8699	6.1607	6
L-9228	Diekirch	diekirch	DI	04		49.8689	6.1751	4
L-9229	Diekirch	diekirch	DI	04		49.8683	6.1605	6
L-9230	Diekirch	diekirch	DI	04		49.8624	6.1487	6
L-9231	Diekirch	diekirch	DI	04		49.8683	6.1494	6
L-9232	Diekirch	diekirch	DI	04		49.8682	6.1446	6
L-9233	Diekirch	diekirch	DI	04		49.8653	6.1569	6
L-9234	Diekirch	diekirch	DI	04		49.8654	6.168	6
L-9235	Diekirch	diekirch	DI	04		49.8655	6.1456	6
L-9236	Diekirch	diekirch	DI	04		49.8676	6.1596	6
L-9237	Diekirch	diekirch	DI	04		49.8691	6.1572	6
L-9238	Diekirch	diekirch	DI	04		49.8665	6.1564	6
L-9239	Diekirch	diekirch	DI	04		49.8689	6.1595	6
L-9240	Diekirch	diekirch	DI	04		49.8681	6.16	6
L-9241	Diekirch	diekirch	DI	04		49.8626	6.1558	6
L-9242	Diekirch	diekirch	DI	04		49.868	6.1621	6
L-9243	Diekirch	diekirch	DI	04		49.8697	6.1636	6
L-9244	Diekirch	diekirch	DI	04		49.8696	6.153	6
L-9245	Diekirch	diekirch	DI	04		49.8706	6.1578	6
L-9249	Diekirch	diekirch	DI	04		49.8681	6.16	4
L-9250	Diekirch	diekirch	DI	04		49.8652	6.1523	6
L-9251	Diekirch	diekirch	DI	04		49.8664	6.1517	6
L-9252	Diekirch	diekirch	DI	04		49.869	6.1507	4
L-9253	Diekirch	diekirch	DI	04		49.8632	6.1587	6
L-9254	Diekirch	diekirch	DI	04		49.8646	6.1621	6
L-9255	Diekirch	diekirch	DI	04		49.869	6.16	6
L-9256	Diekirch	diekirch	DI	04		49.8676	6.1496	6
L-9257	Diekirch	diekirch	DI	04		49.8638	6.1681	6
L-9258	Diekirch	diekirch	DI	04		49.8703	6.1607	4
L-9259	Diekirch	diekirch	DI	04		49.8622	6.1549	6
L-9260	Diekirch	diekirch	DI	04		49.8691	6.1604	6
L-9261	Diekirch	diekirch	DI	04		49.8673	6.151	6
L-9262	Diekirch	diekirch	DI	04		49.868	6.1561	6
L-9263	Diekirch	diekirch	DI	04		49.8693	6.1617	6
L-9264	Diekirch	diekirch	DI	04		49.8631	6.1611	6
L-9265	Diekirch	diekirch	DI	04		49.8689	6.1548	6
L-9266	Diekirch	diekirch	DI	04		49.8694	6.1549	6
L-9267	Diekirch	diekirch	DI	04		49.8682	6.1602	6
L-9268	Diekirch	diekirch	DI	04		49.8671	6.1604	6
L-9273	Diekirch	diekirch	DI	04		49.8614	6.1562	6
L-9275	Diekirch	diekirch	DI	04		49.8698	6.1584	6
L-9276	Diekirch	diekirch	DI	04		49.8679	6.1614	6
L-9277	Diekirch	diekirch	DI	04		49.8687	6.1637	6
L-9278	Diekirch	diekirch	DI	04		49.8641	6.1613	6
L-9279	Diekirch	diekirch	DI	04		49.8712	6.1582	6
L-9280	Diekirch	diekirch	DI	04		49.868	6.1588	6
L-9281	Diekirch	diekirch	DI	04		49.8676	6.1537	4
L-9282	Diekirch	diekirch	DI	04		49.8669	6.1525	4
L-9283	Diekirch	diekirch	DI	04		49.8634	6.157	6
L-9284	Diekirch	diekirch	DI	04		49.8675	6.1606	6
L-9285	Diekirch	diekirch	DI	04		49.8676	6.1537	6
L-9286	Diekirch	diekirch	DI	04		49.8636	6.1599	4
L-9287	Diekirch	diekirch	DI	04		49.869	6.1587	6
L-9288	Diekirch	diekirch	DI	04		49.8696	6.1603	6
L-9289	Diekirch	diekirch	DI	04		49.8654	6.1502	6
L-9290	Diekirch	diekirch	DI	04		49.8691	6.159	6
L-9291	Diekirch	diekirch	DI	04		49.8639	6.1477	6
L-9292	Diekirch	diekirch	DI	04		49.8696	6.1606	6
L-9293	Diekirch	diekirch	DI	04		49.8693	6.1622	4
L-9294	Diekirch	diekirch	DI	04		49.8657	6.1717	4
L-9330	Diekirch	diekirch	DI	04		49.8641	6.1726	4
L-9370	Diekirch	diekirch	DI	04		49.8641	6.1726	6
L-9099	Ingeldorf	ingeldorf	DI	06		49.8541	6.1308	4
L-9142	Burden	burden	DI	06		49.8822	6.0913	6
L-9145	Erpeldange-sur-Sûre	erpeldange-sur-sure	DI	06		49.8591	6.1132	4
L-9146	Erpeldange-sur-Sûre	erpeldange-sur-sure	DI	06		49.8632	6.1117	6
L-9147	Ingeldorf	ingeldorf	DI	06		49.8526	6.119	6
L-9147	Erpeldange-sur-Sûre	erpeldange-sur-sure	DI	06		49.8599	6.1153	4
L-9160	Ingeldorf	ingeldorf	DI	06		49.8564	6.1382	6
L-9161	Ingeldorf	ingeldorf	DI	06		49.8513	6.1324	6
L-9172	Erpeldange-sur-Sûre	erpeldange-sur-sure	DI	06		49.8836	6.1118	6
L-9172	Burden	burden	DI	06		49.8922	6.0941	6
L-9378	Erpeldange-sur-Sûre	erpeldange-sur-sure	DI	06		49.8735	6.1276	
L-7758	Grentzingen	grentzingen	DI	07		49.8313	6.0916	6
L-9001	Ettelbruck	ettelbruck	DI	07		49.8464	6.0991	4
L-9002	Ettelbruck	ettelbruck	DI	07		49.8464	6.0991	4
L-9003	Ettelbruck	ettelbruck	DI	07		49.8464	6.0991	4
L-9004	Ettelbruck	ettelbruck	DI	07		49.8464	6.0991	4
L-9010	Ettelbruck	ettelbruck	DI	07		49.8461	6.0971	6
L-9011	Ettelbruck	ettelbruck	DI	07		49.8475	6.0917	4
L-9012	Ettelbruck	ettelbruck	DI	07		49.8416	6.0982	6
L-9013	Ettelbruck	ettelbruck	DI	07		49.8437	6.0926	6
L-9014	Ettelbruck	ettelbruck	DI	07		49.8473	6.0993	6
L-9015	Ettelbruck	ettelbruck	DI	07		49.8431	6.0908	6
L-9016	Ettelbruck	ettelbruck	DI	07		49.8501	6.1032	6
L-9017	Ettelbruck	ettelbruck	DI	07		49.8465	6.0922	6
L-9018	Warken	warken	DI	07		49.8592	6.0903	6
L-9019	Warken	warken	DI	07		49.8573	6.0929	6
L-9020	Ettelbruck	ettelbruck	DI	07		49.8458	6.1014	6
L-9021	Ettelbruck	ettelbruck	DI	07		49.8523	6.0923	6
L-9022	Ettelbruck	ettelbruck	DI	07		49.8471	6.0888	6
L-9023	Ettelbruck	ettelbruck	DI	07		49.8467	6.0974	6
L-9024	Ettelbruck	ettelbruck	DI	07		49.8445	6.1007	6
L-9025	Ettelbruck	ettelbruck	DI	07		49.8467	6.0964	6
L-9026	Ettelbruck	ettelbruck	DI	07		49.8463	6.0975	6
L-9027	Ettelbruck	ettelbruck	DI	07		49.8467	6.097	6
L-9028	Warken	warken	DI	07		49.8591	6.088	6
L-9029	Warken	warken	DI	07		49.8598	6.0888	6
L-9030	Warken	warken	DI	07		49.861	6.0845	6
L-9031	Warken	warken	DI	07		49.8592	6.0831	6
L-9032	Warken	warken	DI	07		49.8576	6.0901	6
L-9033	Warken	warken	DI	07		49.8583	6.091	6
L-9040	Ettelbruck	ettelbruck	DI	07		49.848	6.1017	6
L-9041	Ettelbruck	ettelbruck	DI	07		49.847	6.0952	6
L-9042	Ettelbruck	ettelbruck	DI	07		49.8474	6.1005	6
L-9043	Ettelbruck	ettelbruck	DI	07		49.8472	6.0962	6
L-9044	Ettelbruck	ettelbruck	DI	07		49.8481	6.1062	6
L-9045	Ettelbruck	ettelbruck	DI	07		49.8478	6.0854	6
L-9046	Ettelbruck	ettelbruck	DI	07		49.8476	6.1002	6
L-9047	Ettelbruck	ettelbruck	DI	07		49.8473	6.1048	6
L-9048	Ettelbruck	ettelbruck	DI	07		49.8478	6.1012	6
L-9050	Ettelbruck	ettelbruck	DI	07		49.8464	6.0989	4
L-9051	Ettelbruck	ettelbruck	DI	07		49.8473	6.1013	6
L-9052	Ettelbruck	ettelbruck	DI	07		49.8487	6.1012	6
L-9053	Ettelbruck	ettelbruck	DI	07		49.8489	6.1062	6
L-9054	Ettelbruck	ettelbruck	DI	07		49.8494	6.1028	6
L-9055	Ettelbruck	ettelbruck	DI	07		49.8533	6.0916	6
L-9056	Ettelbruck	ettelbruck	DI	07		49.8413	6.0827	6
L-9057	Ettelbruck	ettelbruck	DI	07		49.8489	6.1062	4
L-9060	Ettelbruck	ettelbruck	DI	07		49.8471	6.0987	6
L-9061	Ettelbruck	ettelbruck	DI	07		49.8511	6.0759	6
L-9062	Ettelbruck	ettelbruck	DI	07		49.8496	6.1029	6
L-9063	Ettelbruck	ettelbruck	DI	07		49.8455	6.0974	6
L-9064	Ettelbruck	ettelbruck	DI	07		49.8454	6.0991	6
L-9065	Ettelbruck	ettelbruck	DI	07		49.8466	6.1014	6
L-9066	Ettelbruck	ettelbruck	DI	07		49.8467	6.098	6
L-9067	Ettelbruck	ettelbruck	DI	07		49.8454	6.0991	4
L-9068	Ettelbruck	ettelbruck	DI	07		49.8496	6.0869	6
L-9069	Ettelbruck	ettelbruck	DI	07		49.8466	6.0995	6
L-9070	Ettelbruck	ettelbruck	DI	07		49.8464	6.0991	6
L-9071	Ettelbruck	ettelbruck	DI	07		49.8484	6.0961	6
L-9072	Ettelbruck	ettelbruck	DI	07		49.8468	6.0935	6
L-9079	Ettelbruck	ettelbruck	DI	07		49.8468	6.0935	4
L-9080	Ettelbruck	ettelbruck	DI	07		49.8509	6.0983	6
L-9081	Ettelbruck	ettelbruck	DI	07		49.8513	6.0957	6
L-9082	Ettelbruck	ettelbruck	DI	07		49.8479	6.1051	6
L-9083	Ettelbruck	ettelbruck	DI	07		49.843	6.1029	6
L-9084	Ettelbruck	ettelbruck	DI	07		49.8479	6.0985	6
L-9085	Ettelbruck	ettelbruck	DI	07		49.8388	6.0959	6
L-9086	Ettelbruck	ettelbruck	DI	07		49.8449	6.0919	4
L-9087	Ettelbruck	ettelbruck	DI	07		49.846	6.0997	6
L-9088	Ettelbruck	ettelbruck	DI	07		49.8496	6.0963	6
L-9089	Ettelbruck	ettelbruck	DI	07		49.8451	6.0929	6
L-9090	Warken	warken	DI	07		49.8573	6.0882	6
L-9091	Ettelbruck	ettelbruck	DI	07		49.8481	6.1055	6
L-9092	Ettelbruck	ettelbruck	DI	07		49.8482	6.0995	6
L-9093	Ettelbruck	ettelbruck	DI	07		49.8482	6.0995	4
L-9094	Ettelbruck	ettelbruck	DI	07		49.8461	6.0991	6
L-9098	Ettelbruck	ettelbruck	DI	07		49.8482	6.0995	4
L-9045	Niederfeulen	niederfeulen	DI	08		49.8399	6.0546	6
L-9156	Niederfeulen	niederfeulen	DI	08		49.8726	5.9973	6
L-9175	Niederfeulen	niederfeulen	DI	08		49.8567	6.0479	6
L-9176	Niederfeulen	niederfeulen	DI	08		49.8553	6.0401	6
L-9177	Niederfeulen	niederfeulen	DI	08		49.8517	6.05	6
L-9179	Oberfeulen	oberfeulen	DI	08		49.8481	6.0344	6
L-9180	Oberfeulen	oberfeulen	DI	08		49.8468	6.0322	6
L-9166	Mertzig	mertzig	DI	11		49.8368	6.0131	6
L-9167	Mertzig	mertzig	DI	11		49.8286	6.0013	6
L-9168	Mertzig	mertzig	DI	11		49.8321	6.0015	6
L-9169	Mertzig	mertzig	DI	11		49.834	6.0082	4
L-9170	Mertzig	mertzig	DI	11		49.8277	6.0061	6
L-6311	Reisdorf	reisdorf	DI	12		49.8489	6.2758	6
L-6340	Bigelbach	bigelbach	DI	12		49.86	6.2872	6
L-9390	Reisdorf	reisdorf	DI	12		49.8694	6.2641	6
L-9391	Reisdorf	reisdorf	DI	12		49.8672	6.2648	6
L-9392	Wallendorf-Pont	wallendorf-pont	DI	12		49.8721	6.2873	6
L-9456	Hoesdorf	hoesdorf	DI	12		49.8829	6.2565	6
L-7738	Colmar-Pont	colmar-pont	DI	13		49.8153	6.1015	4
L-7758	Birtrange	birtrange	DI	13		49.8253	6.0913	6
L-9115	Schieren	schieren	DI	13		49.8307	6.0978	6
L-9116	Schieren	schieren	DI	13		49.8336	6.0968	6
L-9117	Schieren	schieren	DI	13		49.8282	6.0989	6
L-9118	Schieren	schieren	DI	13		49.8317	6.0996	6
L-9119	Schieren	schieren	DI	13		49.8325	6.0963	4
L-9120	Schieren	schieren	DI	13		49.8271	6.0991	6
L-9121	Schieren	schieren	DI	13		49.8328	6.0966	6
L-9122	Schieren	schieren	DI	13		49.832	6.0949	6
L-9123	Schieren	schieren	DI	13		49.8316	6.0978	6
L-9124	Schieren	schieren	DI	13		49.8327	6.101	6
L-9125	Schieren	schieren	DI	13		49.8302	6.0967	6
L-9126	Schieren	schieren	DI	13		49.8306	6.0942	6
L-9127	Schieren	schieren	DI	13		49.8244	6.0974	6
L-9128	Schieren	schieren	DI	13		49.8283	6.1004	6
L-9129	Schieren	schieren	DI	13		49.8266	6.0967	6
L-9130	Schieren	schieren	DI	13		49.8318	6.0966	6
L-9131	Schieren	schieren	DI	13		49.834	6.0988	6
L-9132	Schieren	schieren	DI	13		49.8279	6.1016	6
L-9133	Schieren	schieren	DI	13		49.8309	6.0987	6
L-9134	Schieren	schieren	DI	13		49.8365	6.098	6
L-9135	Schieren	schieren	DI	13		49.8268	6.0979	6
L-9136	Schieren	schieren	DI	13		49.8291	6.0976	6
L-9137	Schieren	schieren	DI	13		49.826	6.0997	6
L-9184	Schieren	schieren	DI	13		49.8197	6.1206	6
L-6380	Savelborn	savelborn	DI	8641526		49.8117	6.2531	6
L-6380	Medernach	medernach	DI	8641526		49.8183	6.2629	
L-6380	Ermsdorf	ermsdorf	DI	8641526		49.8241	6.2446	4
L-7622	Medernach	medernach	DI	8641526		49.7901	6.2181	6
L-7633	Medernach	medernach	DI	8641526		49.8003	6.1983	6
L-7634	Medernach	medernach	DI	8641526		49.805	6.2382	6
L-7660	Medernach	medernach	DI	8641526		49.8105	6.2177	6
L-7661	Medernach	medernach	DI	8641526		49.8058	6.2144	6
L-7662	Medernach	medernach	DI	8641526		49.8139	6.2171	6
L-7663	Medernach	medernach	DI	8641526		49.8083	6.218	6
L-7664	Medernach	medernach	DI	8641526		49.8116	6.2195	6
L-9186	Stegen	stegen	DI	8641526		49.8283	6.1725	6
L-9364	Keiwelbach	keiwelbach	DI	8641526		49.8491	6.232	6
L-9365	Eppeldorf	eppeldorf	DI	8641526		49.8448	6.2479	6
L-9366	Ermsdorf	ermsdorf	DI	8641526		49.83	6.2208	6
L-9368	Folkendange	folkendange	DI	8641526		49.8421	6.2031	6
L-6301	Beaufort	beaufort	EC	01		49.8368	6.2874	4
L-6310	Beaufort	beaufort	EC	01		49.8372	6.2902	6
L-6311	Beaufort	beaufort	EC	01		49.8461	6.2837	6
L-6312	Beaufort	beaufort	EC	01		49.8445	6.2757	6
L-6313	Beaufort	beaufort	EC	01		49.8368	6.2874	6
L-6314	Beaufort	beaufort	EC	01		49.8332	6.2896	6
L-6315	Beaufort	beaufort	EC	01		49.8333	6.2951	6
L-6316	Beaufort	beaufort	EC	01		49.8451	6.2713	6
L-6350	Dillingen	dillingen	EC	01		49.8499	6.3185	6
L-6360	Grundhof	grundhof	EC	01		49.8337	6.3272	6
L-6225	Hersberg	hersberg	EC	02		49.7555	6.328	6
L-6225	Altrier	altrier	EC	02		49.75	6.3255	6
L-6225	Kobenbour	kobenbour	EC	02		49.756	6.3055	6
L-6230	Bech	bech	EC	02		49.7523	6.3598	6
L-6231	Bech	bech	EC	02		49.7527	6.3659	6
L-6243	Hemstal	hemstal	EC	02		49.7408	6.3349	6
L-6246	Rippig	rippig	EC	02		49.7408	6.3167	6
L-6251	Geyershof	geyershof	EC	02		49.7662	6.3865	4
L-6255	Zittig	zittig	EC	02		49.7447	6.3444	6
L-7639	Blumenthal	blumenthal	EC	02		49.7448	6.2659	4
L-6214	Kalkesbach (Berdorf)	kalkesbach-berdorf	EC	03		49.8014	6.3541	6
L-6360	Grundhof (Berdorf)	grundhof-berdorf	EC	03		49.8305	6.3305	4
L-6550	Berdorf	berdorf	EC	03		49.8222	6.3481	4
L-6551	Berdorf	berdorf	EC	03		49.8172	6.3464	6
L-6552	Berdorf	berdorf	EC	03		49.8256	6.3532	6
L-6553	Berdorf	berdorf	EC	03		49.8215	6.3471	6
L-6555	Bollendorf-Pont	bollendorf-pont	EC	03		49.8489	6.3566	6
L-6562	Berdorf	berdorf	EC	03		49.8132	6.3803	6
L-6590	Weilerbach	weilerbach	EC	03		49.8372	6.3783	6
L-6201	Consdorf	consdorf	EC	04		49.7835	6.3388	4
L-6210	Consdorf	consdorf	EC	04		49.7761	6.3386	6
L-6211	Consdorf	consdorf	EC	04		49.7776	6.336	6
L-6212	Consdorf	consdorf	EC	04		49.7799	6.3429	6
L-6213	Consdorf	consdorf	EC	04		49.7835	6.3388	6
L-6214	Kalkesbach (Consdorf)	kalkesbach-consdorf	EC	04		49.8004	6.3533	6
L-6214	Consdorf	consdorf	EC	04		49.7849	6.3475	6
L-6215	Consdorf	consdorf	EC	04		49.7774	6.338	6
L-6238	Breidweiler	breidweiler	EC	04		49.7777	6.3059	6
L-6239	Colbette	colbette	EC	04		49.7686	6.3027	6
L-6239	Marscherwald	marscherwald	EC	04		49.7633	6.2844	6
L-6250	Consdorf	consdorf	EC	04		49.787	6.3567	6
L-6250	Scheidgen	scheidgen	EC	04		49.7854	6.3653	6
L-6251	Scheidgen	scheidgen	EC	04		49.7784	6.3635	6
L-6252	Wolper	wolper	EC	04		49.7637	6.3521	6
L-6401	Echternach	echternach	EC	05		49.8198	6.3978	4
L-6402	Echternach	echternach	EC	05		49.8198	6.3978	4
L-6408	Echternach	echternach	EC	05		49.8198	6.3978	4
L-6409	Echternach	echternach	EC	05		49.8198	6.3978	6
L-6410	Echternach	echternach	EC	05		49.8061	6.4302	6
L-6411	Echternach	echternach	EC	05		49.8078	6.4285	6
L-6412	Echternach	echternach	EC	05		49.8045	6.4315	6
L-6413	Echternach	echternach	EC	05		49.7989	6.4557	6
L-6414	Echternach	echternach	EC	05		49.8096	6.4277	6
L-6415	Echternach	echternach	EC	05		49.8113	6.4198	6
L-6416	Echternach	echternach	EC	05		49.8107	6.4193	6
L-6417	Echternach	echternach	EC	05		49.8136	6.4174	6
L-6418	Echternach	echternach	EC	05		49.8103	6.4223	6
L-6419	Echternach	echternach	EC	05		49.8078	6.4155	6
L-6420	Echternach	echternach	EC	05		49.8126	6.4155	6
L-6421	Echternach	echternach	EC	05		49.8116	6.4228	6
L-6422	Echternach	echternach	EC	05		49.812	6.4218	6
L-6423	Echternach	echternach	EC	05		49.812	6.4218	4
L-6430	Echternach	echternach	EC	05		49.8176	6.4083	4
L-6431	Echternach	echternach	EC	05		49.8118	6.4226	6
L-6432	Echternach	echternach	EC	05		49.8078	6.4307	6
L-6433	Echternach	echternach	EC	05		49.808	6.4123	6
L-6434	Echternach	echternach	EC	05		49.812	6.417	4
L-6435	Echternach	echternach	EC	05		49.8091	6.4205	6
L-6436	Echternach	echternach	EC	05		49.8129	6.4213	6
L-6437	Echternach	echternach	EC	05		49.8153	6.4159	6
L-6438	Echternach	echternach	EC	05		49.8135	6.4192	6
L-6439	Echternach	echternach	EC	05		49.8148	6.4195	6
L-6440	Echternach	echternach	EC	05		49.8143	6.418	6
L-6441	Echternach	echternach	EC	05		49.8096	6.4244	6
L-6442	Echternach	echternach	EC	05		49.8062	6.4164	6
L-6443	Echternach	echternach	EC	05		49.8083	6.4216	4
L-6445	Echternach	echternach	EC	05		49.8083	6.4216	6
L-6446	Echternach	echternach	EC	05		49.8131	6.4198	6
L-6447	Echternach	echternach	EC	05		49.8109	6.424	6
L-6448	Echternach	echternach	EC	05		49.8108	6.4229	6
L-6449	Echternach	echternach	EC	05		49.8073	6.4217	6
L-6450	Echternach	echternach	EC	05		49.8099	6.4146	6
L-6451	Echternach	echternach	EC	05		49.7996	6.4526	6
L-6452	Echternach	echternach	EC	05		49.8058	6.4294	6
L-6453	Echternach	echternach	EC	05		49.8089	6.4099	6
L-6454	Echternach	echternach	EC	05		49.8	6.454	6
L-6455	Echternach	echternach	EC	05		49.8113	6.4187	6
L-6460	Echternach	echternach	EC	05		49.8128	6.4202	6
L-6461	Echternach	echternach	EC	05		49.812	6.421	6
L-6462	Echternach	echternach	EC	05		49.8116	6.4247	6
L-6463	Echternach	echternach	EC	05		49.8134	6.417	6
L-6464	Echternach	echternach	EC	05		49.8136	6.4196	6
L-6465	Echternach	echternach	EC	05		49.8087	6.4317	6
L-6466	Echternach	echternach	EC	05		49.8073	6.4206	6
L-6467	Echternach	echternach	EC	05		49.8132	6.418	6
L-6468	Echternach	echternach	EC	05		49.8048	6.4439	6
L-6469	Echternach	echternach	EC	05		49.8069	6.4305	6
L-6470	Echternach	echternach	EC	05		49.8123	6.422	6
L-6471	Echternach	echternach	EC	05		49.8129	6.424	6
L-6472	Echternach	echternach	EC	05		49.8063	6.3943	6
L-6473	Echternach	echternach	EC	05		49.8054	6.4023	6
L-6474	Echternach	echternach	EC	05		49.8116	6.4366	6
L-6475	Echternach	echternach	EC	05		49.8093	6.4145	6
L-6476	Echternach	echternach	EC	05		49.8109	6.4252	6
L-6477	Echternach	echternach	EC	05		49.8103	6.4208	4
L-6478	Echternach	echternach	EC	05		49.8064	6.4113	6
L-6479	Echternach	echternach	EC	05		49.8065	6.4148	6
L-6480	Echternach	echternach	EC	05		49.8143	6.4194	6
L-6481	Echternach	echternach	EC	05		49.8114	6.4208	6
L-6482	Echternach	echternach	EC	05		49.8121	6.4181	6
L-6483	Echternach	echternach	EC	05		49.8099	6.4129	6
L-6484	Echternach	echternach	EC	05		49.8119	6.4243	6
L-6485	Echternach	echternach	EC	05		49.8116	6.4198	6
L-6486	Echternach	echternach	EC	05		49.8139	6.4206	6
L-6487	Echternach	echternach	EC	05		49.8119	6.4243	4
L-6488	Echternach	echternach	EC	05		49.8066	6.4039	6
L-6490	Echternach	echternach	EC	05		49.8091	6.4277	4
L-6491	Echternach	echternach	EC	05		49.8127	6.4239	6
L-6492	Echternach	echternach	EC	05		49.8087	6.4233	6
L-6493	Echternach	echternach	EC	05		49.8119	6.4177	6
L-6494	Echternach	echternach	EC	05		49.8092	6.4318	4
L-6495	Echternach	echternach	EC	05		49.8161	6.4116	4
L-6496	Echternach	echternach	EC	05		49.8117	6.4115	6
L-6497	Echternach	echternach	EC	05		49.8011	6.4514	6
L-6499	Echternach	echternach	EC	05		49.8133	6.4198	6
L-6562	Echternach	echternach	EC	05		49.8049	6.404	4
L-6572	Echternach	echternach	EC	05		49.7911	6.4245	6
L-6231	Lilien	lilien	EC	06		49.7542	6.3956	6
L-6660	Born	born	EC	06		49.7589	6.5109	4
L-6661	Born	born	EC	06		49.7589	6.5084	6
L-6663	Boursdorf	boursdorf	EC	06		49.7647	6.478	6
L-6665	Herborn	herborn	EC	06		49.7472	6.4272	6
L-6666	Givenich	givenich	EC	06		49.7482	6.4797	6
L-6690	Moersdorf	moersdorf	EC	06		49.7456	6.501	6
L-6691	Moersdorf	moersdorf	EC	06		49.7438	6.4992	6
L-6692	Moersdorf	moersdorf	EC	06		49.7425	6.5003	6
L-6695	Mompach	mompach	EC	06		49.7518	6.4638	6
L-6557	Dickweiler	dickweiler	EC	07		49.7844	6.4706	6
L-6558	Rosport	rosport	EC	07		49.7918	6.4889	6
L-6558	Girsterklaus	girsterklaus	EC	07		49.785	6.4984	6
L-6559	Girst	girst	EC	07		49.7735	6.5001	6
L-6560	Hinkel	hinkel	EC	07		49.7836	6.5139	6
L-6570	Osweiler	osweiler	EC	07		49.7862	6.4412	6
L-6571	Osweiler	osweiler	EC	07		49.7858	6.4445	6
L-6572	Osweiler	osweiler	EC	07		49.7855	6.4384	6
L-6579	Rosport	rosport	EC	07		49.8072	6.5023	6
L-6580	Rosport	rosport	EC	07		49.8067	6.503	4
L-6581	Rosport	rosport	EC	07		49.8045	6.5058	6
L-6582	Rosport	rosport	EC	07		49.8046	6.5011	6
L-6583	Rosport	rosport	EC	07		49.8086	6.4991	6
L-6585	Steinheim	steinheim	EC	07		49.8185	6.4775	6
L-6586	Steinheim	steinheim	EC	07		49.8191	6.4719	6
L-6587	Steinheim	steinheim	EC	07		49.8171	6.4772	6
L-6245	Mullerthal	mullerthal	EC	08		49.7904	6.3071	6
L-6370	Haller	haller	EC	08		49.8192	6.2806	6
L-6380	Savelborn (Waldbillig)	savelborn-waldbillig	EC	08		49.8098	6.2542	
L-7634	Waldbillig	waldbillig	EC	08		49.8051	6.2686	6
L-7634	Haller	haller	EC	08		49.811	6.2678	6
L-7640	Christnach	christnach	EC	08		49.7869	6.2728	6
L-7641	Christnach	christnach	EC	08		49.7894	6.2732	6
L-7649	Freckeisen	freckeisen	EC	08		49.7995	6.2596	6
L-7680	Waldbillig	waldbillig	EC	08		49.7972	6.2825	6
L-7681	Waldbillig	waldbillig	EC	08		49.796	6.2871	6
L-3201	Bettembourg	bettembourg	ES	01		49.5133	6.1139	4
L-3208	Bettembourg	bettembourg	ES	01		49.5133	6.1139	4
L-3209	Bettembourg	bettembourg	ES	01		49.5133	6.1139	6
L-3210	Bettembourg	bettembourg	ES	01		49.5128	6.1073	6
L-3211	Bettembourg	bettembourg	ES	01		49.5243	6.0883	6
L-3212	Bettembourg	bettembourg	ES	01		49.5163	6.0947	6
L-3213	Bettembourg	bettembourg	ES	01		49.5185	6.0961	6
L-3214	Bettembourg	bettembourg	ES	01		49.5169	6.0997	6
L-3215	Bettembourg	bettembourg	ES	01		49.5192	6.1134	6
L-3216	Bettembourg	bettembourg	ES	01		49.5164	6.112	6
L-3217	Bettembourg	bettembourg	ES	01		49.5161	6.0963	6
L-3218	Bettembourg	bettembourg	ES	01		49.5192	6.1041	6
L-3219	Bettembourg	bettembourg	ES	01		49.5182	6.1022	6
L-3220	Bettembourg	bettembourg	ES	01		49.5177	6.0994	4
L-3221	Bettembourg	bettembourg	ES	01		49.5189	6.0953	6
L-3222	Bettembourg	bettembourg	ES	01		49.5163	6.0942	6
L-3223	Bettembourg	bettembourg	ES	01		49.5189	6.1027	4
L-3224	Bettembourg	bettembourg	ES	01		49.5134	6.1079	6
L-3225	Bettembourg	bettembourg	ES	01		49.5062	6.0929	6
L-3229	Bettembourg	bettembourg	ES	01		49.511	6.1123	6
L-3230	Bettembourg	bettembourg	ES	01		49.5186	6.0963	4
L-3231	Bettembourg	bettembourg	ES	01		49.5182	6.0963	6
L-3232	Bettembourg	bettembourg	ES	01		49.5201	6.0951	4
L-3233	Bettembourg	bettembourg	ES	01		49.52	6.0973	6
L-3234	Bettembourg	bettembourg	ES	01		49.5181	6.0997	6
L-3235	Bettembourg	bettembourg	ES	01		49.5107	6.1104	6
L-3236	Bettembourg	bettembourg	ES	01		49.5186	6.1011	6
L-3237	Bettembourg	bettembourg	ES	01		49.5185	6.1007	6
L-3238	Bettembourg	bettembourg	ES	01		49.5157	6.1	6
L-3239	Bettembourg	bettembourg	ES	01		49.5207	6.0979	6
L-3240	Bettembourg	bettembourg	ES	01		49.5156	6.0953	6
L-3241	Bettembourg	bettembourg	ES	01		49.5139	6.1042	6
L-3242	Bettembourg	bettembourg	ES	01		49.5168	6.0944	6
L-3243	Bettembourg	bettembourg	ES	01		49.5261	6.1002	6
L-3249	Bettembourg	bettembourg	ES	01		49.5178	6.1131	6
L-3250	Bettembourg	bettembourg	ES	01		49.5168	6.1082	6
L-3251	Bettembourg	bettembourg	ES	01		49.5208	6.1031	6
L-3252	Bettembourg	bettembourg	ES	01		49.5261	6.1034	6
L-3253	Bettembourg	bettembourg	ES	01		49.5211	6.0995	6
L-3254	Bettembourg	bettembourg	ES	01		49.5281	6.1009	6
L-3255	Bettembourg	bettembourg	ES	01		49.5197	6.1037	6
L-3256	Bettembourg	bettembourg	ES	01		49.5143	6.1058	6
L-3257	Bettembourg	bettembourg	ES	01		49.5167	6.1075	6
L-3258	Bettembourg	bettembourg	ES	01		49.5162	6.111	6
L-3259	Bettembourg	bettembourg	ES	01		49.5163	6.1055	6
L-3260	Bettembourg	bettembourg	ES	01		49.5143	6.1078	4
L-3261	Bettembourg	bettembourg	ES	01		49.5209	6.1003	6
L-3265	Bettembourg	bettembourg	ES	01		49.5292	6.0996	6
L-3266	Bettembourg	bettembourg	ES	01		49.5273	6.1027	6
L-3267	Bettembourg	bettembourg	ES	01		49.5267	6.1033	6
L-3269	Bettembourg	bettembourg	ES	01		49.5136	6.1107	6
L-3270	Bettembourg	bettembourg	ES	01		49.5185	6.1046	6
L-3271	Bettembourg	bettembourg	ES	01		49.5198	6.1111	6
L-3272	Bettembourg	bettembourg	ES	01		49.5146	6.1098	6
L-3273	Bettembourg	bettembourg	ES	01		49.5156	6.1102	6
L-3274	Bettembourg	bettembourg	ES	01		49.5184	6.0944	6
L-3275	Bettembourg	bettembourg	ES	01		49.5162	6.0988	6
L-3276	Bettembourg	bettembourg	ES	01		49.5191	6.0968	6
L-3277	Bettembourg	bettembourg	ES	01		49.5195	6.0999	6
L-3278	Bettembourg	bettembourg	ES	01		49.5166	6.104	6
L-3279	Bettembourg	bettembourg	ES	01		49.5134	6.1054	6
L-3280	Bettembourg	bettembourg	ES	01		49.5182	6.1073	6
L-3281	Bettembourg	bettembourg	ES	01		49.5152	6.1133	6
L-3282	Bettembourg	bettembourg	ES	01		49.5186	6.1136	6
L-3283	Bettembourg	bettembourg	ES	01		49.5133	6.1067	6
L-3284	Bettembourg	bettembourg	ES	01		49.5198	6.0989	6
L-3285	Bettembourg	bettembourg	ES	01		49.5177	6.0934	6
L-3286	Bettembourg	bettembourg	ES	01		49.517	6.1033	6
L-3287	Bettembourg	bettembourg	ES	01		49.5154	6.1143	6
L-3288	Bettembourg	bettembourg	ES	01		49.5208	6.097	6
L-3290	Bettembourg	bettembourg	ES	01		49.5077	6.1056	6
L-3311	Abweiler	abweiler	ES	01		49.5335	6.0784	6
L-3332	Fennange	fennange	ES	01		49.5198	6.0789	6
L-3340	Huncherange	huncherange	ES	01		49.5183	6.0626	6
L-3340	Fennange	fennange	ES	01		49.5302	6.0627	6
L-3341	Huncherange	huncherange	ES	01		49.5158	6.0632	6
L-3380	Noertzange	noertzange	ES	01		49.5092	6.0592	6
L-3382	Noertzange	noertzange	ES	01		49.5076	6.0506	4
L-3383	Noertzange	noertzange	ES	01		49.5089	6.0485	6
L-3384	Noertzange	noertzange	ES	01		49.5093	6.0522	6
L-3385	Noertzange	noertzange	ES	01		49.5069	6.0527	6
L-3386	Noertzange	noertzange	ES	01		49.5075	6.0581	6
L-4501	Differdange	differdange	ES	02		49.5205	5.8988	4
L-4502	Differdange	differdange	ES	02		49.5205	5.8988	4
L-4503	Differdange	differdange	ES	02		49.5205	5.8988	4
L-4504	Oberkorn	oberkorn	ES	02		49.5108	5.8962	4
L-4505	Niederkorn	niederkorn	ES	02		49.5274	5.8898	6
L-4506	Niederkorn	niederkorn	ES	02		49.5264	5.8883	6
L-4507	Differdange	differdange	ES	02		49.5248	5.8891	6
L-4508	Differdange	differdange	ES	02		49.5205	5.8988	6
L-4509	Niederkorn	niederkorn	ES	02		49.5354	5.8885	6
L-4510	Oberkorn	oberkorn	ES	02		49.5146	5.9	6
L-4511	Differdange	differdange	ES	02		49.5184	5.9149	6
L-4512	Niederkorn	niederkorn	ES	02		49.5352	5.8896	6
L-4513	Niederkorn	niederkorn	ES	02		49.5417	5.8924	6
L-4514	Differdange	differdange	ES	02		49.518	5.8872	6
L-4515	Differdange	differdange	ES	02		49.5219	5.9111	6
L-4516	Differdange	differdange	ES	02		49.5198	5.9128	6
L-4517	Oberkorn	oberkorn	ES	02		49.5128	5.8967	6
L-4518	Differdange	differdange	ES	02		49.5193	5.9032	6
L-4519	Differdange	differdange	ES	02		49.5176	5.912	6
L-4520	Niederkorn	niederkorn	ES	02		49.5421	5.8945	6
L-4521	Differdange	differdange	ES	02		49.522	5.9143	6
L-4522	Oberkorn	oberkorn	ES	02		49.5068	5.8937	6
L-4523	Oberkorn	oberkorn	ES	02		49.5089	5.9011	4
L-4524	Differdange	differdange	ES	02		49.5214	5.8894	6
L-4525	Niederkorn	niederkorn	ES	02		49.538	5.8926	6
L-4526	Niederkorn	niederkorn	ES	02		49.5372	5.8956	6
L-4527	Oberkorn	oberkorn	ES	02		49.5108	5.8962	6
L-4528	Differdange	differdange	ES	02		49.5211	5.9001	6
L-4529	Differdange	differdange	ES	02		49.5194	5.9126	6
L-4530	Differdange	differdange	ES	02		49.5203	5.8885	6
L-4531	Oberkorn	oberkorn	ES	02		49.5158	5.8942	6
L-4531	Differdange	differdange	ES	02		49.5167	5.8921	6
L-4532	Differdange	differdange	ES	02		49.5214	5.897	6
L-4533	Niederkorn	niederkorn	ES	02		49.5369	5.8877	6
L-4534	Differdange	differdange	ES	02		49.5179	5.8958	6
L-4535	Differdange	differdange	ES	02		49.517	5.9004	6
L-4536	Differdange	differdange	ES	02		49.5187	5.9001	6
L-4537	Differdange	differdange	ES	02		49.5221	5.8828	6
L-4538	Oberkorn	oberkorn	ES	02		49.5084	5.8933	6
L-4539	Oberkorn	oberkorn	ES	02		49.515	5.9033	6
L-4540	Differdange	differdange	ES	02		49.5197	5.8965	6
L-4540	Oberkorn	oberkorn	ES	02		49.5172	5.8946	6
L-4541	Differdange	differdange	ES	02		49.5228	5.887	4
L-4542	Differdange	differdange	ES	02		49.5191	5.8917	4
L-4543	Differdange	differdange	ES	02		49.5203	5.8917	6
L-4544	Differdange	differdange	ES	02		49.5194	5.8914	6
L-4545	Differdange	differdange	ES	02		49.5181	5.9026	6
L-4546	Differdange	differdange	ES	02		49.5195	5.8923	6
L-4547	Differdange	differdange	ES	02		49.5196	5.8931	6
L-4548	Differdange	differdange	ES	02		49.518	5.8921	6
L-4549	Differdange	differdange	ES	02		49.5206	5.8927	6
L-4550	Oberkorn	oberkorn	ES	02		49.5135	5.8976	6
L-4551	Niederkorn	niederkorn	ES	02		49.5371	5.8911	6
L-4552	Niederkorn	niederkorn	ES	02		49.5363	5.8892	4
L-4553	Niederkorn	niederkorn	ES	02		49.5434	5.892	6
L-4554	Oberkorn	oberkorn	ES	02		49.5154	5.8984	4
L-4555	Niederkorn	niederkorn	ES	02		49.5361	5.8896	6
L-4556	Differdange	differdange	ES	02		49.5247	5.8915	4
L-4557	Niederkorn	niederkorn	ES	02		49.535	5.8883	6
L-4558	Oberkorn	oberkorn	ES	02		49.514	5.8958	6
L-4559	Differdange	differdange	ES	02		49.5095	5.8722	6
L-4560	Differdange	differdange	ES	02		49.5177	5.9017	4
L-4561	Oberkorn	oberkorn	ES	02		49.5171	5.8989	6
L-4562	Niederkorn	niederkorn	ES	02		49.546	5.8991	
L-4563	Niederkorn	niederkorn	ES	02		49.546	5.8991	6
L-4564	Differdange	differdange	ES	02		49.5237	5.8853	4
L-4565	Niederkorn	niederkorn	ES	02		49.5404	5.894	6
L-4569	Oberkorn	oberkorn	ES	02		49.515	5.8932	6
L-4570	Niederkorn	niederkorn	ES	02		49.5379	5.901	6
L-4571	Oberkorn	oberkorn	ES	02		49.5109	5.8943	6
L-4572	Niederkorn	niederkorn	ES	02		49.5379	5.901	4
L-4573	Differdange	differdange	ES	02		49.5218	5.8964	6
L-4574	Differdange	differdange	ES	02		49.5233	5.8897	6
L-4575	Differdange	differdange	ES	02		49.5234	5.8863	6
L-4576	Niederkorn	niederkorn	ES	02		49.5379	5.901	4
L-4577	Differdange	differdange	ES	02		49.5218	5.9061	6
L-4578	Niederkorn	niederkorn	ES	02		49.5379	5.901	4
L-4579	Oberkorn	oberkorn	ES	02		49.5119	5.8923	6
L-4580	Differdange	differdange	ES	02		49.5184	5.8808	6
L-4581	Differdange	differdange	ES	02		49.5233	5.8813	6
L-4582	Differdange	differdange	ES	02		49.5188	5.8896	6
L-4583	Differdange	differdange	ES	02		49.5224	5.8863	6
L-4590	Oberkorn	oberkorn	ES	02		49.5166	5.8962	6
L-4591	Differdange	differdange	ES	02		49.5249	5.8877	4
L-4592	Oberkorn	oberkorn	ES	02		49.5151	5.8963	4
L-4593	Differdange	differdange	ES	02		49.5216	5.8823	6
L-4594	Differdange	differdange	ES	02		49.522	5.9018	6
L-4595	Differdange	differdange	ES	02		49.5219	5.913	6
L-4596	Differdange	differdange	ES	02		49.5184	5.9137	6
L-4597	Differdange	differdange	ES	02		49.5185	5.8969	6
L-4598	Niederkorn	niederkorn	ES	02		49.5266	5.8909	6
L-4599	Differdange	differdange	ES	02		49.5225	5.8861	6
L-4601	Niederkorn	niederkorn	ES	02		49.5276	5.8907	6
L-4601	Differdange	differdange	ES	02		49.5242	5.8893	6
L-4602	Niederkorn	niederkorn	ES	02		49.5326	5.8913	6
L-4603	Differdange	differdange	ES	02		49.5175	5.8891	4
L-4604	Differdange	differdange	ES	02		49.5185	5.9041	6
L-4605	Differdange	differdange	ES	02		49.5245	5.8901	6
L-4606	Oberkorn	oberkorn	ES	02		49.508	5.8925	6
L-4607	Differdange	differdange	ES	02		49.5217	5.8813	6
L-4608	Differdange	differdange	ES	02		49.5195	5.9137	6
L-4609	Niederkorn	niederkorn	ES	02		49.5381	5.8968	6
L-4610	Niederkorn	niederkorn	ES	02		49.5341	5.8865	6
L-4611	Niederkorn	niederkorn	ES	02		49.5444	5.8908	6
L-4612	Niederkorn	niederkorn	ES	02		49.535	5.8874	6
L-4613	Differdange	differdange	ES	02		49.5169	5.907	6
L-4620	Differdange	differdange	ES	02		49.5222	5.896	4
L-4621	Differdange	differdange	ES	02		49.5232	5.8878	6
L-4622	Oberkorn	oberkorn	ES	02		49.5156	5.8978	6
L-4623	Differdange	differdange	ES	02		49.5191	5.914	6
L-4624	Oberkorn	oberkorn	ES	02		49.515	5.8924	6
L-4625	Differdange	differdange	ES	02		49.5193	5.8979	4
L-4626	Oberkorn	oberkorn	ES	02		49.5173	5.8961	6
L-4627	Differdange	differdange	ES	02		49.5201	5.9134	6
L-4628	Differdange	differdange	ES	02		49.5196	5.8866	6
L-4629	Differdange	differdange	ES	02		49.5219	5.8845	6
L-4630	Differdange	differdange	ES	02		49.5211	5.8847	6
L-4631	Oberkorn	oberkorn	ES	02		49.5101	5.8887	6
L-4632	Differdange	differdange	ES	02		49.5224	5.8952	6
L-4633	Differdange	differdange	ES	02		49.5237	5.8893	6
L-4634	Differdange	differdange	ES	02		49.5175	5.9138	6
L-4635	Differdange	differdange	ES	02		49.5199	5.9084	6
L-4636	Differdange	differdange	ES	02		49.5219	5.8864	4
L-4638	Differdange	differdange	ES	02		49.5174	5.9069	6
L-4639	Differdange	differdange	ES	02		49.5199	5.9014	6
L-4640	Oberkorn	oberkorn	ES	02		49.5164	5.8974	6
L-4640	Differdange	differdange	ES	02		49.5198	5.8978	6
L-4641	Oberkorn	oberkorn	ES	02		49.5155	5.9033	6
L-4642	Differdange	differdange	ES	02		49.5184	5.8883	6
L-4643	Niederkorn	niederkorn	ES	02		49.5363	5.8877	6
L-4644	Niederkorn	niederkorn	ES	02		49.5447	5.8917	6
L-4645	Niederkorn	niederkorn	ES	02		49.5428	5.8899	6
L-4646	Niederkorn	niederkorn	ES	02		49.5372	5.8914	6
L-4647	Differdange	differdange	ES	02		49.5254	5.8911	6
L-4648	Differdange	differdange	ES	02		49.5246	5.8912	6
L-4649	Oberkorn	oberkorn	ES	02		49.5137	5.8954	6
L-4650	Niederkorn	niederkorn	ES	02		49.5441	5.8872	6
L-4651	Differdange	differdange	ES	02		49.5213	5.8823	6
L-4653	Differdange	differdange	ES	02		49.5192	5.9019	4
L-4654	Differdange	differdange	ES	02		49.5163	5.9143	4
L-4656	Niederkorn	niederkorn	ES	02		49.5284	5.8916	4
L-4657	Differdange	differdange	ES	02		49.5171	5.9064	6
L-4658	Oberkorn	oberkorn	ES	02		49.514	5.8997	6
L-4660	Differdange	differdange	ES	02		49.524	5.8909	6
L-4661	Niederkorn	niederkorn	ES	02		49.5357	5.888	6
L-4662	Differdange	differdange	ES	02		49.5217	5.883	6
L-4663	Differdange	differdange	ES	02		49.5179	5.9137	6
L-4664	Niederkorn	niederkorn	ES	02		49.539	5.903	6
L-4665	Oberkorn	oberkorn	ES	02		49.509	5.8915	6
L-4666	Niederkorn	niederkorn	ES	02		49.5376	5.8944	6
L-4667	Oberkorn	oberkorn	ES	02		49.517	5.8963	6
L-4668	Differdange	differdange	ES	02		49.5181	5.9144	6
L-4669	Differdange	differdange	ES	02		49.5219	5.9036	6
L-4670	Differdange	differdange	ES	02		49.521	5.9076	6
L-4671	Oberkorn	oberkorn	ES	02		49.5139	5.8926	6
L-4672	Oberkorn	oberkorn	ES	02		49.5176	5.8964	4
L-4676	Niederkorn	niederkorn	ES	02		49.5355	5.8899	6
L-4677	Differdange	differdange	ES	02		49.5219	5.902	6
L-4678	Niederkorn	niederkorn	ES	02		49.5382	5.8893	6
L-4679	Oberkorn	oberkorn	ES	02		49.5176	5.8964	6
L-4680	Niederkorn	niederkorn	ES	02		49.5378	5.8959	6
L-4681	Niederkorn	niederkorn	ES	02		49.5335	5.8918	6
L-4682	Differdange	differdange	ES	02		49.5255	5.8884	4
L-4683	Niederkorn	niederkorn	ES	02		49.5254	5.8871	6
L-4683	Differdange	differdange	ES	02		49.5255	5.8879	6
L-4684	Differdange	differdange	ES	02		49.519	5.8991	4
L-4685	Oberkorn	oberkorn	ES	02		49.5088	5.8923	6
L-4686	Niederkorn	niederkorn	ES	02		49.5268	5.8898	6
L-4687	Oberkorn	oberkorn	ES	02		49.5163	5.8999	6
L-4687	Differdange	differdange	ES	02		49.5189	5.9056	6
L-4688	Differdange	differdange	ES	02		49.52	5.8983	6
L-4689	Differdange	differdange	ES	02		49.5162	5.9117	6
L-4690	Differdange	differdange	ES	02		49.5222	5.9095	6
L-4691	Differdange	differdange	ES	02		49.5225	5.9106	6
L-4692	Differdange	differdange	ES	02		49.5226	5.9114	6
L-4693	Differdange	differdange	ES	02		49.5227	5.9127	6
L-4696	Lasauvage	lasauvage	ES	02		49.5204	5.8378	6
L-4697	Lasauvage	lasauvage	ES	02		49.5263	5.8382	4
L-4698	Lasauvage	lasauvage	ES	02		49.5238	5.8364	6
L-3401	Dudelange	dudelange	ES	03		49.49	6.0812	4
L-3402	Dudelange	dudelange	ES	03		49.49	6.0812	4
L-3403	Dudelange	dudelange	ES	03		49.49	6.0812	4
L-3409	Dudelange	dudelange	ES	03		49.49	6.0812	6
L-3410	Dudelange	dudelange	ES	03		49.4833	6.0752	6
L-3411	Dudelange	dudelange	ES	03		49.4671	6.0825	6
L-3412	Dudelange	dudelange	ES	03		49.4699	6.0867	6
L-3413	Dudelange	dudelange	ES	03		49.4926	6.0928	6
L-3414	Dudelange	dudelange	ES	03		49.4696	6.0842	6
L-3415	Dudelange	dudelange	ES	03		49.4871	6.0883	6
L-3416	Dudelange	dudelange	ES	03		49.4821	6.0765	6
L-3417	Dudelange	dudelange	ES	03		49.4838	6.1003	6
L-3418	Dudelange	dudelange	ES	03		49.4792	6.0939	6
L-3419	Dudelange	dudelange	ES	03		49.4776	6.0944	6
L-3420	Dudelange	dudelange	ES	03		49.4834	6.0865	6
L-3421	Dudelange	dudelange	ES	03		49.4901	6.0878	6
L-3422	Dudelange	dudelange	ES	03		49.4854	6.0785	4
L-3423	Dudelange	dudelange	ES	03		49.4862	6.0867	4
L-3424	Dudelange	dudelange	ES	03		49.4853	6.0826	6
L-3425	Dudelange	dudelange	ES	03		49.4843	6.0947	6
L-3426	Dudelange	dudelange	ES	03		49.4923	6.0827	6
L-3427	Dudelange	dudelange	ES	03		49.4812	6.0881	6
L-3428	Dudelange	dudelange	ES	03		49.4885	6.0707	6
L-3429	Dudelange	dudelange	ES	03		49.4885	6.0859	6
L-3430	Dudelange	dudelange	ES	03		49.4807	6.0946	6
L-3431	Dudelange	dudelange	ES	03		49.4861	6.0941	6
L-3432	Dudelange	dudelange	ES	03		49.4882	6.0683	6
L-3433	Dudelange	dudelange	ES	03		49.4883	6.0782	6
L-3434	Dudelange	dudelange	ES	03		49.4883	6.0782	4
L-3435	Dudelange	dudelange	ES	03		49.4826	6.1007	6
L-3436	Dudelange	dudelange	ES	03		49.4803	6.084	6
L-3439	Dudelange	dudelange	ES	03		49.4853	6.0877	6
L-3440	Dudelange	dudelange	ES	03		49.481	6.0844	6
L-3441	Dudelange	dudelange	ES	03		49.4814	6.0847	6
L-3442	Dudelange	dudelange	ES	03		49.4883	6.0759	6
L-3443	Dudelange	dudelange	ES	03		49.4929	6.0661	6
L-3444	Dudelange	dudelange	ES	03		49.4844	6.0972	6
L-3445	Dudelange	dudelange	ES	03		49.4851	6.0796	6
L-3446	Dudelange	dudelange	ES	03		49.4797	6.0892	6
L-3447	Dudelange	dudelange	ES	03		49.492	6.0979	4
L-3448	Dudelange	dudelange	ES	03		49.4815	6.0769	6
L-3449	Dudelange	dudelange	ES	03		49.4894	6.0941	6
L-3450	Dudelange	dudelange	ES	03		49.478	6.0857	6
L-3451	Dudelange	dudelange	ES	03		49.478	6.0857	4
L-3452	Dudelange	dudelange	ES	03		49.478	6.0857	4
L-3453	Dudelange	dudelange	ES	03		49.4911	6.098	6
L-3454	Dudelange	dudelange	ES	03		49.4811	6.0992	6
L-3460	Dudelange	dudelange	ES	03		49.4645	6.0829	6
L-3461	Dudelange	dudelange	ES	03		49.4778	6.0861	4
L-3462	Dudelange	dudelange	ES	03		49.4813	6.087	6
L-3463	Dudelange	dudelange	ES	03		49.4804	6.086	6
L-3464	Dudelange	dudelange	ES	03		49.4904	6.0916	6
L-3465	Dudelange	dudelange	ES	03		49.4801	6.0827	4
L-3466	Dudelange	dudelange	ES	03		49.4816	6.0822	6
L-3467	Dudelange	dudelange	ES	03		49.4905	6.0903	6
L-3468	Dudelange	dudelange	ES	03		49.4759	6.0862	6
L-3469	Dudelange	dudelange	ES	03		49.4783	6.078	6
L-3470	Dudelange	dudelange	ES	03		49.4785	6.0809	4
L-3471	Dudelange	dudelange	ES	03		49.4847	6.0999	4
L-3472	Dudelange	dudelange	ES	03		49.4914	6.0657	6
L-3473	Dudelange	dudelange	ES	03		49.4825	6.0955	6
L-3474	Dudelange	dudelange	ES	03		49.4758	6.0824	6
L-3475	Dudelange	dudelange	ES	03		49.4744	6.0829	6
L-3476	Dudelange	dudelange	ES	03		49.4719	6.0724	6
L-3480	Dudelange	dudelange	ES	03		49.4816	6.0803	6
L-3481	Dudelange	dudelange	ES	03		49.473	6.0781	6
L-3482	Dudelange	dudelange	ES	03		49.4773	6.1001	6
L-3483	Dudelange	dudelange	ES	03		49.4776	6.0807	6
L-3484	Dudelange	dudelange	ES	03		49.4762	6.0886	6
L-3485	Dudelange	dudelange	ES	03		49.4917	6.0681	6
L-3486	Dudelange	dudelange	ES	03		49.4874	6.0935	6
L-3487	Dudelange	dudelange	ES	03		49.4929	6.0922	4
L-3488	Dudelange	dudelange	ES	03		49.4708	6.0857	6
L-3489	Dudelange	dudelange	ES	03		49.4817	6.1018	6
L-3490	Dudelange	dudelange	ES	03		49.4799	6.0831	6
L-3491	Dudelange	dudelange	ES	03		49.48	6.0908	6
L-3492	Dudelange	dudelange	ES	03		49.4919	6.0658	6
L-3493	Dudelange	dudelange	ES	03		49.4855	6.0725	6
L-3501	Dudelange	dudelange	ES	03		49.4847	6.0729	6
L-3502	Dudelange	dudelange	ES	03		49.4878	6.0901	6
L-3503	Dudelange	dudelange	ES	03		49.4793	6.097	6
L-3504	Dudelange	dudelange	ES	03		49.4885	6.0891	6
L-3505	Dudelange	dudelange	ES	03		49.482	6.088	6
L-3506	Dudelange	dudelange	ES	03		49.4932	6.0891	6
L-3507	Dudelange	dudelange	ES	03		49.4906	6.0819	6
L-3508	Dudelange	dudelange	ES	03		49.4819	6.0938	6
L-3509	Dudelange	dudelange	ES	03		49.4805	6.09	6
L-3510	Dudelange	dudelange	ES	03		49.4773	6.0847	6
L-3511	Dudelange	dudelange	ES	03		49.4741	6.084	6
L-3512	Dudelange	dudelange	ES	03		49.4702	6.0835	6
L-3513	Dudelange	dudelange	ES	03		49.487	6.0926	6
L-3514	Dudelange	dudelange	ES	03		49.485	6.0743	6
L-3515	Dudelange	dudelange	ES	03		49.49	6.0832	6
L-3516	Dudelange	dudelange	ES	03		49.4827	6.0876	6
L-3517	Dudelange	dudelange	ES	03		49.4803	6.0975	6
L-3520	Dudelange	dudelange	ES	03		49.4712	6.0857	6
L-3521	Dudelange	dudelange	ES	03		49.4785	6.0816	6
L-3522	Dudelange	dudelange	ES	03		49.4854	6.0859	6
L-3523	Dudelange	dudelange	ES	03		49.4752	6.0864	6
L-3524	Dudelange	dudelange	ES	03		49.4853	6.0871	6
L-3525	Dudelange	dudelange	ES	03		49.4814	6.0914	6
L-3526	Dudelange	dudelange	ES	03		49.4738	6.0787	6
L-3529	Dudelange	dudelange	ES	03		49.4798	6.0968	6
L-3530	Dudelange	dudelange	ES	03		49.4939	6.0706	6
L-3531	Dudelange	dudelange	ES	03		49.4939	6.0892	6
L-3532	Dudelange	dudelange	ES	03		49.4744	6.0846	6
L-3539	Dudelange	dudelange	ES	03		49.4828	6.0766	6
L-3540	Dudelange	dudelange	ES	03		49.4844	6.0959	4
L-3541	Dudelange	dudelange	ES	03		49.4832	6.0955	6
L-3542	Dudelange	dudelange	ES	03		49.4853	6.0914	4
L-3543	Dudelange	dudelange	ES	03		49.4898	6.0928	6
L-3544	Dudelange	dudelange	ES	03		49.4815	6.0834	6
L-3545	Dudelange	dudelange	ES	03		49.4935	6.0897	6
L-3546	Dudelange	dudelange	ES	03		49.4844	6.0923	6
L-3547	Dudelange	dudelange	ES	03		49.4928	6.0647	6
L-3548	Dudelange	dudelange	ES	03		49.4935	6.0827	6
L-3549	Dudelange	dudelange	ES	03		49.4768	6.0841	6
L-3550	Dudelange	dudelange	ES	03		49.4853	6.091	6
L-3551	Dudelange	dudelange	ES	03		49.4769	6.0977	4
L-3552	Dudelange	dudelange	ES	03		49.4769	6.0977	6
L-3553	Dudelange	dudelange	ES	03		49.4777	6.0985	6
L-3554	Dudelange	dudelange	ES	03		49.4778	6.0969	6
L-3555	Dudelange	dudelange	ES	03		49.4989	6.0855	6
L-3560	Dudelange	dudelange	ES	03		49.4882	6.08	6
L-3561	Dudelange	dudelange	ES	03		49.4776	6.0881	6
L-3562	Dudelange	dudelange	ES	03		49.4776	6.0891	6
L-3563	Dudelange	dudelange	ES	03		49.4879	6.0841	6
L-3564	Dudelange	dudelange	ES	03		49.4854	6.0685	6
L-3565	Dudelange	dudelange	ES	03		49.488	6.094	6
L-3566	Dudelange	dudelange	ES	03		49.4916	6.0911	6
L-3567	Dudelange	dudelange	ES	03		49.4937	6.0949	6
L-3568	Dudelange	dudelange	ES	03		49.4893	6.0844	6
L-3569	Dudelange	dudelange	ES	03		49.4777	6.0799	6
L-3570	Dudelange	dudelange	ES	03		49.4842	6.0857	4
L-3571	Dudelange	dudelange	ES	03		49.4842	6.0857	4
L-3572	Dudelange	dudelange	ES	03		49.4908	6.0966	6
L-3573	Dudelange	dudelange	ES	03		49.4908	6.092	6
L-3574	Dudelange	dudelange	ES	03		49.4881	6.0872	6
L-3575	Dudelange	dudelange	ES	03		49.4795	6.0804	6
L-3576	Dudelange	dudelange	ES	03		49.4764	6.079	6
L-3582	Dudelange	dudelange	ES	03		49.4641	6.0958	6
L-3583	Dudelange	dudelange	ES	03		49.4955	6.0811	6
L-3584	Dudelange	dudelange	ES	03		49.4939	6.0802	6
L-3585	Dudelange	dudelange	ES	03		49.4955	6.0811	4
L-3588	Dudelange	dudelange	ES	03		49.4962	6.0772	6
L-3589	Dudelange	dudelange	ES	03		49.4939	6.0815	6
L-3590	Dudelange	dudelange	ES	03		49.479	6.0847	6
L-3591	Dudelange	dudelange	ES	03		49.4835	6.0749	6
L-3592	Dudelange	dudelange	ES	03		49.4867	6.0935	6
L-3593	Dudelange	dudelange	ES	03		49.4656	6.082	6
L-3594	Dudelange	dudelange	ES	03		49.4905	6.0669	6
L-3595	Dudelange	dudelange	ES	03		49.486	6.0953	6
L-3596	Dudelange	dudelange	ES	03		49.4844	6.0933	6
L-3597	Dudelange	dudelange	ES	03		49.4791	6.0878	6
L-3598	Dudelange	dudelange	ES	03		49.4786	6.0923	6
L-4001	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.493	5.981	4
L-4002	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.493	5.981	4
L-4003	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.493	5.981	4
L-4004	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.493	5.981	4
L-4005	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.493	5.981	4
L-4006	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.493	5.981	4
L-4007	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.493	5.981	4
L-4008	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.493	5.981	4
L-4009	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.493	5.981	4
L-4010	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4938	5.9802	6
L-4011	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4937	5.9809	6
L-4012	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5086	5.9822	6
L-4013	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5042	5.9716	6
L-4014	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5061	5.9851	6
L-4015	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4955	5.9867	6
L-4016	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4944	5.9751	6
L-4017	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4963	5.984	6
L-4018	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4897	5.9783	6
L-4019	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4963	5.9703	6
L-4020	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4999	5.9858	6
L-4021	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4953	5.976	6
L-4022	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4867	5.973	6
L-4023	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4867	5.978	6
L-4024	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4953	5.9547	6
L-4025	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5017	5.974	6
L-4026	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.504	5.9664	6
L-4027	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5024	5.9712	6
L-4028	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5046	5.9822	6
L-4029	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.512	5.9934	6
L-4030	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.493	5.981	6
L-4031	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4918	5.9783	4
L-4032	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4961	5.9693	6
L-4033	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5036	5.9785	6
L-4034	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5006	5.9709	6
L-4035	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.491	5.9786	6
L-4036	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5005	5.9683	6
L-4037	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4938	5.9823	6
L-4038	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4954	5.9831	6
L-4039	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4888	5.9951	6
L-4040	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4924	5.9809	6
L-4041	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4913	5.9789	6
L-4042	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4934	5.9763	4
L-4043	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5063	5.9871	4
L-4044	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4958	5.9835	6
L-4045	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4942	5.9893	6
L-4046	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.503	5.9655	6
L-4047	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5063	5.9871	6
L-4048	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4964	5.986	4
L-4049	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5088	5.9753	6
L-4050	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.495	5.9789	6
L-4051	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4939	5.975	6
L-4052	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4946	5.9746	6
L-4053	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4958	5.9772	6
L-4054	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4971	5.9866	6
L-4055	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.505	5.9814	6
L-4057	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.51	5.9932	6
L-4058	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5064	5.9877	6
L-4059	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4989	5.9816	6
L-4060	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.507	5.9824	6
L-4061	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4997	5.9748	4
L-4062	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4987	5.9714	6
L-4063	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4917	5.9763	6
L-4064	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5106	5.9847	6
L-4065	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.508	5.983	6
L-4066	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5094	5.9858	6
L-4067	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.496	5.9834	4
L-4068	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5049	5.9753	6
L-4069	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5104	5.9796	6
L-4070	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5033	5.9735	6
L-4071	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5081	5.9729	4
L-4072	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5088	5.9744	6
L-4073	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5074	5.972	4
L-4074	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5074	5.972	4
L-4080	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4914	5.9831	6
L-4081	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4935	5.978	6
L-4082	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4917	5.98	6
L-4083	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5074	5.9569	6
L-4084	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5036	5.9802	6
L-4085	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5044	5.9809	6
L-4086	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5106	5.9919	4
L-4088	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5044	5.9809	4
L-4100	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4971	5.9829	4
L-4101	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4953	5.9815	6
L-4102	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4975	5.9848	6
L-4103	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4973	5.9852	6
L-4105	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.495	5.9736	6
L-4106	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4971	5.9829	4
L-4107	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4946	5.9905	6
L-4108	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5059	5.9695	6
L-4109	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5086	5.9806	6
L-4110	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5095	5.9843	6
L-4111	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5101	5.9514	6
L-4112	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5082	5.9848	6
L-4113	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5094	5.9807	6
L-4114	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4754	5.9764	4
L-4115	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5002	5.9775	6
L-4116	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5052	5.9727	4
L-4118	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5052	5.9727	6
L-4119	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5076	5.9697	4
L-4120	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4979	5.9849	6
L-4121	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5043	5.9725	6
L-4122	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4968	5.9881	6
L-4123	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4974	5.9814	4
L-4125	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5	5.9722	6
L-4126	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4979	5.9849	4
L-4130	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4957	5.9819	6
L-4131	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4939	5.9834	6
L-4132	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.497	5.9834	6
L-4133	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5105	5.9532	6
L-4134	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5039	5.977	6
L-4135	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5012	5.9732	6
L-4136	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4978	5.9783	6
L-4137	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5002	5.9812	6
L-4138	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4961	5.9854	4
L-4139	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5083	5.9912	6
L-4140	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.497	5.979	6
L-4141	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.496	5.9741	6
L-4142	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4842	5.9855	4
L-4143	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5092	5.9735	6
L-4149	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5144	5.9965	6
L-4150	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4924	5.9784	6
L-4151	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4947	5.9845	6
L-4152	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4968	5.9733	6
L-4153	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4961	5.9809	6
L-4154	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5042	5.9793	6
L-4155	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5008	5.9723	6
L-4156	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4977	5.9832	6
L-4164	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4881	5.9943	6
L-4165	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5035	5.9771	6
L-4166	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4849	5.9699	6
L-4167	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4946	5.9925	6
L-4168	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4954	5.9812	6
L-4169	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4983	5.9742	6
L-4170	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4942	5.9846	6
L-4171	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4913	5.981	6
L-4172	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5079	5.9825	4
L-4173	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4902	5.9831	6
L-4174	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5018	5.985	6
L-4175	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4844	5.9766	4
L-4176	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5104	5.973	6
L-4177	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5011	5.9697	6
L-4178	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5043	5.9766	6
L-4179	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5104	5.9567	6
L-4180	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5061	5.9864	6
L-4201	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5099	5.9926	6
L-4202	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5012	5.9676	6
L-4203	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5079	5.9914	6
L-4204	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4981	5.9798	6
L-4205	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5109	5.9708	6
L-4206	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5002	5.9954	6
L-4207	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5097	5.9911	4
L-4208	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4963	5.9728	6
L-4209	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5027	5.9685	6
L-4210	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4939	5.9814	6
L-4211	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5073	5.977	6
L-4213	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.507	5.9848	6
L-4214	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5074	5.9845	6
L-4216	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4855	5.9704	6
L-4217	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5019	5.9756	6
L-4220	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4975	5.986	6
L-4221	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5024	5.9872	6
L-4222	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5082	5.9892	6
L-4230	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5007	5.9716	4
L-4231	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5085	5.9795	6
L-4232	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5078	5.9813	6
L-4233	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4967	5.9748	6
L-4234	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5038	5.9636	6
L-4235	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4962	5.9832	6
L-4236	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4972	5.9744	6
L-4237	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4984	5.9725	6
L-4238	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5035	5.9855	6
L-4239	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4965	5.9865	4
L-4240	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.501	5.9836	6
L-4241	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5075	5.9904	6
L-4242	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.496	5.983	6
L-4243	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.503	5.9808	6
L-4244	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4858	5.9761	6
L-4245	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4842	5.9771	6
L-4246	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5097	5.9556	6
L-4247	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5113	5.9873	6
L-4248	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4964	5.9825	6
L-4249	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5113	5.9914	4
L-4250	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.502	5.9688	6
L-4251	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4944	5.9803	6
L-4252	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5094	5.9946	6
L-4253	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5089	5.9947	6
L-4254	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5099	5.9952	6
L-4255	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4944	5.9803	4
L-4256	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4944	5.9803	4
L-4260	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4977	5.978	6
L-4261	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4948	5.9916	6
L-4262	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4977	5.978	4
L-4263	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4954	5.9917	6
L-4264	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4933	5.9829	6
L-4265	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4911	5.9974	6
L-4266	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5048	5.9743	6
L-4267	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4955	5.9921	6
L-4268	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5088	5.973	6
L-4270	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5097	5.9534	6
L-4271	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4978	5.9835	6
L-4272	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.505	5.9836	4
L-4275	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.505	5.9836	6
L-4276	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4929	5.9765	6
L-4277	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5029	5.9763	6
L-4278	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4976	5.9794	6
L-4279	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5091	5.982	6
L-4280	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4922	5.9753	4
L-4281	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5125	5.9935	4
L-4282	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.51	5.9544	6
L-4283	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5087	5.9722	6
L-4289	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4962	5.9878	4
L-4301	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5112	5.9931	6
L-4302	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5123	5.9858	6
L-4303	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4972	5.9822	4
L-4304	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4872	5.9772	6
L-4305	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5047	5.9688	6
L-4306	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4985	5.9761	6
L-4307	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5093	5.9516	6
L-4308	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5075	5.9858	6
L-4309	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4918	5.9952	6
L-4310	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.51	5.9522	6
L-4314	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5112	5.9943	6
L-4315	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5099	5.987	6
L-4316	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4977	5.9912	6
L-4317	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4953	5.9884	6
L-4318	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4983	5.977	6
L-4319	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5013	5.9789	6
L-4320	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4941	5.9787	6
L-4321	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5103	5.9489	6
L-4322	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4887	5.9971	6
L-4323	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4933	5.9758	6
L-4324	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4853	5.9773	6
L-4325	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4948	5.9894	6
L-4326	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4948	5.9722	6
L-4327	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4933	5.9758	4
L-4328	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4958	5.967	6
L-4330	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4903	5.9756	6
L-4331	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5068	5.9899	4
L-4332	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4975	5.9714	4
L-4333	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5078	5.98	6
L-4334	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5053	5.9629	6
L-4335	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5085	5.9915	6
L-4336	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.503	5.9751	6
L-4337	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5087	5.9848	6
L-4340	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4983	5.9741	4
L-4341	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5101	5.9554	6
L-4342	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5095	5.9694	6
L-4343	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4969	5.9706	6
L-4344	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4963	5.9829	6
L-4345	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5091	5.9919	6
L-4346	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5027	5.9665	6
L-4347	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5038	5.9729	6
L-4348	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.4982	5.9754	6
L-4349	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5011	5.9773	6
L-4350	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5013	5.985	6
L-4351	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5053	5.9726	4
L-4352	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5094	5.9788	6
L-4353	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5069	5.9802	6
L-4354	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5092	5.9642	6
L-4355	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5094	5.9666	6
L-4359	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5094	5.9666	4
L-4360	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5022	5.9457	6
L-4361	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5007	5.9461	6
L-4362	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5026	5.9498	6
L-4363	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5036	5.9509	4
L-4364	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5034	5.9479	6
L-4365	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5044	5.949	6
L-4366	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5043	5.947	6
L-4369	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5044	5.9454	6
L-4370	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5024	5.9442	
L-4374	Esch-sur-Alzette	esch-sur-alzette	ES	04		49.5023	5.9437	6
L-3333	Hellange	hellange	ES	05		49.5065	6.1439	6
L-3334	Hellange	hellange	ES	05		49.5093	6.1484	6
L-3335	Hellange	hellange	ES	05		49.5109	6.146	6
L-3336	Hellange	hellange	ES	05		49.5117	6.1532	6
L-3337	Hellange	hellange	ES	05		49.5086	6.1523	6
L-5701	Aspelt	aspelt	ES	05		49.5242	6.2244	4
L-5710	Aspelt	aspelt	ES	05		49.5242	6.2244	4
L-5711	Aspelt	aspelt	ES	05		49.5221	6.229	6
L-5712	Aspelt	aspelt	ES	05		49.5222	6.2217	6
L-5713	Aspelt	aspelt	ES	05		49.5212	6.2207	6
L-5714	Aspelt	aspelt	ES	05		49.5233	6.2312	6
L-5716	Aspelt	aspelt	ES	05		49.523	6.226	6
L-5717	Aspelt	aspelt	ES	05		49.5224	6.2277	6
L-5718	Aspelt	aspelt	ES	05		49.5208	6.224	6
L-5719	Aspelt	aspelt	ES	05		49.5241	6.2278	6
L-5720	Aspelt	aspelt	ES	05		49.5184	6.2249	6
L-5721	Aspelt	aspelt	ES	05		49.5248	6.2252	6
L-5722	Aspelt	aspelt	ES	05		49.523	6.2163	6
L-5723	Aspelt	aspelt	ES	05		49.5201	6.2225	6
L-5730	Aspelt	aspelt	ES	05		49.5196	6.2288	6
L-5750	Frisange	frisange	ES	05		49.5164	6.194	6
L-5751	Frisange	frisange	ES	05		49.5112	6.1905	6
L-5752	Frisange	frisange	ES	05		49.5211	6.1868	6
L-5753	Frisange	frisange	ES	05		49.5137	6.1856	6
L-5754	Frisange	frisange	ES	05		49.518	6.191	6
L-5755	Frisange	frisange	ES	05		49.5167	6.1863	6
L-5756	Frisange	frisange	ES	05		49.5122	6.1883	6
L-3601	Kayl	kayl	ES	06		49.4865	6.0373	4
L-3611	Kayl	kayl	ES	06		49.4919	6.0399	4
L-3612	Kayl	kayl	ES	06		49.4817	6.0418	6
L-3613	Kayl	kayl	ES	06		49.4871	6.0393	4
L-3614	Kayl	kayl	ES	06		49.497	6.0351	6
L-3615	Kayl	kayl	ES	06		49.4936	6.0341	6
L-3616	Kayl	kayl	ES	06		49.4871	6.0393	6
L-3617	Kayl	kayl	ES	06		49.486	6.0331	6
L-3620	Kayl	kayl	ES	06		49.4844	6.0288	4
L-3621	Kayl	kayl	ES	06		49.4842	6.0294	6
L-3622	Kayl	kayl	ES	06		49.4933	6.0377	6
L-3630	Kayl	kayl	ES	06		49.4853	6.0485	6
L-3631	Kayl	kayl	ES	06		49.4858	6.0472	6
L-3635	Kayl	kayl	ES	06		49.4865	6.0373	6
L-3636	Kayl	kayl	ES	06		49.4878	6.0368	6
L-3637	Kayl	kayl	ES	06		49.4869	6.0326	6
L-3638	Kayl	kayl	ES	06		49.4844	6.0234	6
L-3640	Kayl	kayl	ES	06		49.4831	6.0377	6
L-3641	Kayl	kayl	ES	06		49.482	6.0378	6
L-3642	Kayl	kayl	ES	06		49.4854	6.0347	6
L-3643	Kayl	kayl	ES	06		49.4832	6.031	6
L-3644	Kayl	kayl	ES	06		49.486	6.0408	6
L-3650	Kayl	kayl	ES	06		49.4867	6.0407	6
L-3651	Kayl	kayl	ES	06		49.4855	6.0368	6
L-3652	Kayl	kayl	ES	06		49.4877	6.0471	6
L-3653	Kayl	kayl	ES	06		49.4847	6.046	4
L-3654	Kayl	kayl	ES	06		49.4912	6.0399	6
L-3655	Kayl	kayl	ES	06		49.4844	6.0448	6
L-3656	Kayl	kayl	ES	06		49.4898	6.0356	6
L-3657	Kayl	kayl	ES	06		49.4835	6.0451	6
L-3658	Kayl	kayl	ES	06		49.4855	6.0277	6
L-3660	Kayl	kayl	ES	06		49.4854	6.0406	6
L-3670	Kayl	kayl	ES	06		49.491	6.0462	6
L-3671	Kayl	kayl	ES	06		49.4899	6.0406	6
L-3672	Kayl	kayl	ES	06		49.4835	6.0431	6
L-3673	Kayl	kayl	ES	06		49.4813	6.0451	6
L-3674	Kayl	kayl	ES	06		49.4875	6.0379	6
L-3675	Kayl	kayl	ES	06		49.4841	6.0456	6
L-3676	Kayl	kayl	ES	06		49.4942	6.0374	4
L-3677	Kayl	kayl	ES	06		49.4836	6.0349	6
L-3678	Kayl	kayl	ES	06		49.4836	6.0339	6
L-3679	Kayl	kayl	ES	06		49.4837	6.0333	6
L-3680	Kayl	kayl	ES	06		49.4834	6.0333	4
L-3681	Kayl	kayl	ES	06		49.4832	6.0345	6
L-3682	Kayl	kayl	ES	06		49.484	6.0344	6
L-3761	Tétange	tetange	ES	06		49.4759	6.0389	6
L-3762	Tétange	tetange	ES	06		49.4729	6.0457	6
L-3763	Tétange	tetange	ES	06		49.4748	6.0292	6
L-3764	Tétange	tetange	ES	06		49.4744	6.0383	6
L-3765	Tétange	tetange	ES	06		49.4749	6.0421	6
L-3766	Tétange	tetange	ES	06		49.4732	6.0349	6
L-3767	Tétange	tetange	ES	06		49.474	6.0332	6
L-3768	Tétange	tetange	ES	06		49.4715	6.0355	6
L-3770	Tétange	tetange	ES	06		49.477	6.0418	6
L-3771	Tétange	tetange	ES	06		49.4757	6.035	6
L-3772	Tétange	tetange	ES	06		49.4647	6.0383	6
L-3773	Tétange	tetange	ES	06		49.4742	6.0319	6
L-3774	Tétange	tetange	ES	06		49.4777	6.0343	6
L-3775	Tétange	tetange	ES	06		49.4736	6.0402	6
L-3776	Tétange	tetange	ES	06		49.4717	6.0408	6
L-3780	Tétange	tetange	ES	06		49.474	6.0369	6
L-3781	Kayl	kayl	ES	06		49.4803	6.0376	6
L-3781	Tétange	tetange	ES	06		49.4798	6.0401	6
L-3782	Tétange	tetange	ES	06		49.4784	6.0444	6
L-3784	Tétange	tetange	ES	06		49.4717	6.0387	6
L-3786	Tétange	tetange	ES	06		49.478	6.0369	6
L-3787	Tétange	tetange	ES	06		49.4753	6.0334	6
L-3788	Tétange	tetange	ES	06		49.4745	6.0305	6
L-3789	Tétange	tetange	ES	06		49.4692	6.0368	6
L-3790	Tétange	tetange	ES	06		49.4722	6.0449	6
L-3345	Leudelange	leudelange	ES	07		49.5817	6.0621	6
L-3346	Leudelange	leudelange	ES	07		49.5636	6.0656	6
L-3347	Leudelange	leudelange	ES	07		49.5685	6.0663	6
L-3348	Leudelange	leudelange	ES	07		49.5714	6.0666	6
L-3349	Leudelange	leudelange	ES	07		49.5868	6.0581	4
L-3350	Leudelange	leudelange	ES	07		49.566	6.0683	6
L-3351	Leudelange	leudelange	ES	07		49.5684	6.0589	6
L-3352	Leudelange	leudelange	ES	07		49.5673	6.0607	6
L-3353	Leudelange	leudelange	ES	07		49.5617	6.0636	6
L-3354	Leudelange	leudelange	ES	07		49.5699	6.0604	6
L-3355	Leudelange	leudelange	ES	07		49.582	6.0586	4
L-3356	Leudelange	leudelange	ES	07		49.5723	6.0677	6
L-3357	Leudelange	leudelange	ES	07		49.5694	6.0638	6
L-3358	Leudelange	leudelange	ES	07		49.5661	6.0651	6
L-3359	Leudelange	leudelange	ES	07		49.5723	6.0677	4
L-3360	Leudelange	leudelange	ES	07		49.5633	6.0697	6
L-3361	Leudelange	leudelange	ES	07		49.5669	6.0633	6
L-3362	Leudelange	leudelange	ES	07		49.5649	6.0709	6
L-3363	Leudelange	leudelange	ES	07		49.5725	6.0618	6
L-3364	Leudelange	leudelange	ES	07		49.5636	6.0753	6
L-3365	Leudelange	leudelange	ES	07		49.5785	6.0564	6
L-3366	Leudelange	leudelange	ES	07		49.5787	6.0599	6
L-3367	Leudelange	leudelange	ES	07		49.5633	6.0639	6
L-3368	Leudelange	leudelange	ES	07		49.5801	6.0595	6
L-3369	Leudelange	leudelange	ES	07		49.5672	6.0705	6
L-3370	Leudelange	leudelange	ES	07		49.5761	6.0913	6
L-3371	Leudelange	leudelange	ES	07		49.5793	6.059	6
L-3372	Leudelange	leudelange	ES	07		49.5688	6.0789	6
L-3373	Leudelange	leudelange	ES	07		49.5697	6.0673	6
L-3374	Leudelange	leudelange	ES	07		49.5712	6.0682	6
L-3375	Leudelange	leudelange	ES	07		49.5814	6.0593	6
L-3376	Leudelange	leudelange	ES	07		49.5644	6.0686	6
L-3377	Leudelange	leudelange	ES	07		49.5706	6.0631	6
L-3313	Bergem	bergem	ES	08		49.5254	6.0401	6
L-3314	Bergem	bergem	ES	08		49.5198	6.0469	6
L-3315	Bergem	bergem	ES	08		49.5198	6.0443	6
L-3316	Bergem	bergem	ES	08		49.5222	6.0402	6
L-3317	Bergem	bergem	ES	08		49.5283	6.0397	6
L-3318	Bergem	bergem	ES	08		49.5205	6.0456	6
L-3895	Foetz	foetz	ES	08		49.5238	6.0126	6
L-3896	Foetz	foetz	ES	08		49.5343	6.0188	6
L-3897	Foetz	foetz	ES	08		49.5262	6.0038	6
L-3898	Foetz	foetz	ES	08		49.5222	6.0091	6
L-3899	Foetz	foetz	ES	08		49.5302	6.0128	6
L-3901	Mondercange	mondercange	ES	08		49.5319	5.9874	4
L-3909	Mondercange	mondercange	ES	08		49.5319	5.9874	6
L-3910	Mondercange	mondercange	ES	08		49.5408	5.9869	6
L-3911	Mondercange	mondercange	ES	08		49.5338	5.9907	6
L-3912	Mondercange	mondercange	ES	08		49.5276	5.9904	6
L-3913	Mondercange	mondercange	ES	08		49.5354	5.9812	6
L-3914	Mondercange	mondercange	ES	08		49.5391	5.9822	6
L-3915	Mondercange	mondercange	ES	08		49.5371	5.9863	6
L-3916	Mondercange	mondercange	ES	08		49.5284	5.9846	6
L-3917	Mondercange	mondercange	ES	08		49.531	5.9892	6
L-3918	Mondercange	mondercange	ES	08		49.5302	5.9839	6
L-3919	Mondercange	mondercange	ES	08		49.5289	5.9867	6
L-3920	Mondercange	mondercange	ES	08		49.5305	5.9877	6
L-3921	Mondercange	mondercange	ES	08		49.5253	5.9885	6
L-3922	Mondercange	mondercange	ES	08		49.5217	5.9867	6
L-3923	Mondercange	mondercange	ES	08		49.5217	5.9867	4
L-3924	Mondercange	mondercange	ES	08		49.5273	5.9868	6
L-3925	Mondercange	mondercange	ES	08		49.5242	5.9901	6
L-3926	Mondercange	mondercange	ES	08		49.5318	5.9894	6
L-3927	Mondercange	mondercange	ES	08		49.5292	5.9955	6
L-3928	Mondercange	mondercange	ES	08		49.5278	5.9854	4
L-3929	Mondercange	mondercange	ES	08		49.5275	5.9843	6
L-3930	Mondercange	mondercange	ES	08		49.5316	5.9913	6
L-3931	Mondercange	mondercange	ES	08		49.5386	5.9837	6
L-3932	Mondercange	mondercange	ES	08		49.537	5.9849	6
L-3933	Mondercange	mondercange	ES	08		49.5276	5.9824	6
L-3934	Mondercange	mondercange	ES	08		49.5402	5.9894	6
L-3935	Mondercange	mondercange	ES	08		49.5354	5.985	6
L-3936	Mondercange	mondercange	ES	08		49.5407	5.9849	6
L-3937	Mondercange	mondercange	ES	08		49.5337	5.9918	6
L-3938	Mondercange	mondercange	ES	08		49.5374	5.9884	6
L-3939	Mondercange	mondercange	ES	08		49.5379	5.9907	6
L-3940	Mondercange	mondercange	ES	08		49.5332	5.9959	6
L-3941	Mondercange	mondercange	ES	08		49.5342	5.9817	6
L-3943	Mondercange	mondercange	ES	08		49.5341	5.9891	6
L-3944	Mondercange	mondercange	ES	08		49.5208	5.9857	6
L-3945	Mondercange	mondercange	ES	08		49.5359	5.9873	6
L-4390	Pontpierre	pontpierre	ES	08		49.5395	6.0313	6
L-4391	Pontpierre	pontpierre	ES	08		49.5383	6.0319	6
L-4392	Pontpierre	pontpierre	ES	08		49.5342	6.0239	6
L-4393	Pontpierre	pontpierre	ES	08		49.5329	6.0301	6
L-4394	Pontpierre	pontpierre	ES	08		49.5359	6.0307	4
L-4395	Pontpierre	pontpierre	ES	08		49.535	6.0185	6
L-4396	Pontpierre	pontpierre	ES	08		49.5331	6.0327	6
L-4397	Pontpierre	pontpierre	ES	08		49.536	6.0327	6
L-4398	Pontpierre	pontpierre	ES	08		49.5337	6.0162	6
L-4702	Pétange	petange	ES	09		49.5563	5.8658	6
L-4706	Lamadelaine	lamadelaine	ES	09		49.5544	5.862	4
L-4707	Pétange	petange	ES	09		49.5549	5.8638	6
L-4708	Pétange	petange	ES	09		49.5577	5.8709	6
L-4709	Pétange	petange	ES	09		49.556	5.882	6
L-4710	Pétange	petange	ES	09		49.5595	5.8659	6
L-4711	Pétange	petange	ES	09		49.5595	5.8647	6
L-4712	Pétange	petange	ES	09		49.5663	5.8703	6
L-4713	Pétange	petange	ES	09		49.5628	5.871	6
L-4714	Pétange	petange	ES	09		49.5525	5.8738	6
L-4715	Pétange	petange	ES	09		49.5593	5.8605	6
L-4716	Pétange	petange	ES	09		49.554	5.871	6
L-4717	Pétange	petange	ES	09		49.5558	5.8836	4
L-4718	Pétange	petange	ES	09		49.5564	5.8827	6
L-4719	Pétange	petange	ES	09		49.5557	5.8793	6
L-4720	Pétange	petange	ES	09		49.5598	5.8793	6
L-4721	Pétange	petange	ES	09		49.5515	5.8854	6
L-4722	Pétange	petange	ES	09		49.5569	5.8854	6
L-4730	Pétange	petange	ES	09		49.5579	5.8787	6
L-4731	Pétange	petange	ES	09		49.5577	5.8743	6
L-4732	Pétange	petange	ES	09		49.5587	5.8746	6
L-4733	Pétange	petange	ES	09		49.5538	5.8748	6
L-4734	Pétange	petange	ES	09		49.5551	5.8771	6
L-4735	Pétange	petange	ES	09		49.5577	5.8743	4
L-4736	Pétange	petange	ES	09		49.556	5.8812	6
L-4737	Pétange	petange	ES	09		49.5583	5.8716	6
L-4738	Pétange	petange	ES	09		49.5554	5.8828	6
L-4739	Pétange	petange	ES	09		49.5592	5.8808	6
L-4740	Pétange	petange	ES	09		49.5563	5.8834	6
L-4741	Pétange	petange	ES	09		49.5557	5.8716	6
L-4742	Pétange	petange	ES	09		49.554	5.8661	6
L-4743	Pétange	petange	ES	09		49.5583	5.879	6
L-4744	Lamadelaine	lamadelaine	ES	09		49.5544	5.862	6
L-4744	Pétange	petange	ES	09		49.5547	5.8626	6
L-4745	Pétange	petange	ES	09		49.5615	5.8635	6
L-4750	Pétange	petange	ES	09		49.5554	5.8719	6
L-4751	Pétange	petange	ES	09		49.5543	5.865	6
L-4752	Pétange	petange	ES	09		49.559	5.879	6
L-4753	Pétange	petange	ES	09		49.5596	5.8756	6
L-4754	Pétange	petange	ES	09		49.5547	5.8754	6
L-4755	Pétange	petange	ES	09		49.5614	5.8734	6
L-4756	Pétange	petange	ES	09		49.5558	5.8758	6
L-4757	Pétange	petange	ES	09		49.5559	5.8799	6
L-4758	Pétange	petange	ES	09		49.559	5.8824	6
L-4759	Pétange	petange	ES	09		49.5546	5.8722	6
L-4760	Pétange	petange	ES	09		49.5575	5.8818	6
L-4761	Pétange	petange	ES	09		49.5572	5.8817	6
L-4762	Pétange	petange	ES	09		49.5531	5.8822	6
L-4763	Pétange	petange	ES	09		49.5524	5.8836	6
L-4770	Pétange	petange	ES	09		49.5584	5.8807	6
L-4771	Pétange	petange	ES	09		49.5582	5.8772	6
L-4772	Pétange	petange	ES	09		49.5597	5.8847	4
L-4773	Pétange	petange	ES	09		49.5519	5.8813	6
L-4774	Pétange	petange	ES	09		49.5597	5.863	6
L-4775	Pétange	petange	ES	09		49.5595	5.8839	6
L-4776	Pétange	petange	ES	09		49.5582	5.8783	6
L-4777	Pétange	petange	ES	09		49.5544	5.8737	6
L-4778	Pétange	petange	ES	09		49.5586	5.8836	6
L-4779	Pétange	petange	ES	09		49.5556	5.8782	6
L-4780	Pétange	petange	ES	09		49.5564	5.8843	6
L-4781	Pétange	petange	ES	09		49.5561	5.87	6
L-4782	Pétange	petange	ES	09		49.5552	5.8776	6
L-4783	Pétange	petange	ES	09		49.5616	5.8692	6
L-4784	Pétange	petange	ES	09		49.5571	5.8726	6
L-4785	Pétange	petange	ES	09		49.559	5.8816	6
L-4786	Pétange	petange	ES	09		49.563	5.8623	6
L-4801	Rodange	rodange	ES	09		49.5472	5.8444	4
L-4802	Lamadelaine	lamadelaine	ES	09		49.5501	5.8487	4
L-4804	Rodange	rodange	ES	09		49.545	5.8288	6
L-4805	Rodange	rodange	ES	09		49.5503	5.8458	6
L-4806	Rodange	rodange	ES	09		49.5409	5.8427	4
L-4807	Rodange	rodange	ES	09		49.5472	5.8444	6
L-4808	Rodange	rodange	ES	09		49.5473	5.834	6
L-4809	Rodange	rodange	ES	09		49.5492	5.8478	6
L-4810	Rodange	rodange	ES	09		49.5439	5.831	6
L-4811	Rodange	rodange	ES	09		49.5493	5.8443	6
L-4812	Rodange	rodange	ES	09		49.5456	5.8393	6
L-4813	Rodange	rodange	ES	09		49.5451	5.8411	6
L-4814	Rodange	rodange	ES	09		49.5463	5.8238	6
L-4815	Rodange	rodange	ES	09		49.542	5.8436	6
L-4818	Rodange	rodange	ES	09		49.5483	5.8422	6
L-4819	Rodange	rodange	ES	09		49.5485	5.8389	6
L-4820	Rodange	rodange	ES	09		49.5498	5.8442	6
L-4822	Rodange	rodange	ES	09		49.548	5.8272	6
L-4823	Rodange	rodange	ES	09		49.5533	5.8427	6
L-4824	Rodange	rodange	ES	09		49.5447	5.8386	6
L-4825	Rodange	rodange	ES	09		49.5505	5.8448	6
L-4826	Rodange	rodange	ES	09		49.548	5.8363	6
L-4829	Rodange	rodange	ES	09		49.54	5.841	6
L-4830	Rodange	rodange	ES	09		49.5504	5.8411	6
L-4831	Rodange	rodange	ES	09		49.5479	5.8307	6
L-4832	Rodange	rodange	ES	09		49.5424	5.8169	6
L-4833	Rodange	rodange	ES	09		49.5508	5.8447	6
L-4834	Rodange	rodange	ES	09		49.5451	5.8327	4
L-4837	Rodange	rodange	ES	09		49.5477	5.8434	6
L-4838	Rodange	rodange	ES	09		49.5459	5.8451	6
L-4839	Rodange	rodange	ES	09		49.5402	5.8426	6
L-4840	Rodange	rodange	ES	09		49.5466	5.8373	6
L-4842	Rodange	rodange	ES	09		49.546	5.8228	6
L-4843	Rodange	rodange	ES	09		49.5429	5.8222	6
L-4844	Rodange	rodange	ES	09		49.5468	5.8315	6
L-4845	Rodange	rodange	ES	09		49.5433	5.8411	6
L-4846	Rodange	rodange	ES	09		49.5409	5.8449	6
L-4847	Rodange	rodange	ES	09		49.5493	5.8411	6
L-4848	Rodange	rodange	ES	09		49.5463	5.8294	4
L-4849	Rodange	rodange	ES	09		49.5426	5.8458	6
L-4850	Rodange	rodange	ES	09		49.5431	5.8252	6
L-4853	Rodange	rodange	ES	09		49.5462	5.8459	6
L-4870	Lamadelaine	lamadelaine	ES	09		49.5444	5.8558	6
L-4871	Lamadelaine	lamadelaine	ES	09		49.5483	5.8595	6
L-4872	Lamadelaine	lamadelaine	ES	09		49.5449	5.8562	6
L-4873	Lamadelaine	lamadelaine	ES	09		49.5485	5.8507	6
L-4874	Lamadelaine	lamadelaine	ES	09		49.5455	5.8554	6
L-4875	Lamadelaine	lamadelaine	ES	09		49.5488	5.8584	6
L-4876	Lamadelaine	lamadelaine	ES	09		49.5523	5.8549	4
L-4877	Lamadelaine	lamadelaine	ES	09		49.5482	5.8497	6
L-4878	Lamadelaine	lamadelaine	ES	09		49.548	5.8584	6
L-4879	Lamadelaine	lamadelaine	ES	09		49.545	5.8582	6
L-4880	Lamadelaine	lamadelaine	ES	09		49.5495	5.8542	6
L-4881	Lamadelaine	lamadelaine	ES	09		49.5514	5.8589	6
L-4882	Lamadelaine	lamadelaine	ES	09		49.5516	5.8562	4
L-4883	Lamadelaine	lamadelaine	ES	09		49.5486	5.8615	6
L-4884	Lamadelaine	lamadelaine	ES	09		49.55	5.8507	6
L-4885	Lamadelaine	lamadelaine	ES	09		49.5479	5.8556	6
L-4886	Lamadelaine	lamadelaine	ES	09		49.552	5.8572	6
L-4887	Lamadelaine	lamadelaine	ES	09		49.5448	5.8501	6
L-4888	Lamadelaine	lamadelaine	ES	09		49.5477	5.8535	6
L-4889	Lamadelaine	lamadelaine	ES	09		49.5501	5.8487	6
L-4890	Lamadelaine	lamadelaine	ES	09		49.5452	5.8579	6
L-4891	Lamadelaine	lamadelaine	ES	09		49.5467	5.8585	4
L-4892	Lamadelaine	lamadelaine	ES	09		49.5469	5.8577	6
L-4893	Lamadelaine	lamadelaine	ES	09		49.546	5.8588	6
L-4894	Lamadelaine	lamadelaine	ES	09		49.547	5.8582	6
L-4895	Lamadelaine	lamadelaine	ES	09		49.5456	5.8577	6
L-4908	Pétange	petange	ES	09		49.5539	5.8861	6
L-3392	Roedgen	roedgen	ES	10		49.5736	6.034	6
L-3393	Roedgen	roedgen	ES	10		49.5754	6.0339	6
L-3960	Ehlange	ehlange	ES	10		49.5462	6.0171	4
L-3961	Ehlange	ehlange	ES	10		49.5477	6.0169	4
L-3980	Wickrange	wickrange	ES	10		49.5408	6.0214	6
L-3985	Pissange	pissange	ES	10		49.5489	6.0013	6
L-4499	Limpach	limpach	ES	10		49.5583	5.9791	6
L-4980	Reckange-sur-Mess	reckange-sur-mess	ES	10		49.5637	6.0065	6
L-4981	Reckange-sur-Mess	reckange-sur-mess	ES	10		49.5624	6.0113	6
L-4982	Reckange-sur-Mess	reckange-sur-mess	ES	10		49.5635	6.0119	6
L-1896	Kockelscheuer	kockelscheuer	ES	11		49.5569	6.096	4
L-1897	Kockelscheuer	kockelscheuer	ES	11		49.5569	6.096	4
L-1898	Kockelscheuer	kockelscheuer	ES	11		49.5599	6.1116	6
L-1899	Kockelscheuer	kockelscheuer	ES	11		49.5563	6.1042	6
L-3320	Berchem	berchem	ES	11		49.5395	6.1332	6
L-3320	Bivange	bivange	ES	11		49.5421	6.1369	6
L-3321	Berchem	berchem	ES	11		49.5406	6.1286	6
L-3322	Bivange	bivange	ES	11		49.5427	6.1356	6
L-3323	Bivange	bivange	ES	11		49.5455	6.1328	6
L-3324	Bivange	bivange	ES	11		49.5457	6.1372	6
L-3325	Berchem	berchem	ES	11		49.5406	6.1286	4
L-3326	Crauthem	crauthem	ES	11		49.5371	6.144	6
L-3327	Crauthem	crauthem	ES	11		49.5332	6.1472	6
L-3328	Crauthem	crauthem	ES	11		49.5351	6.1495	6
L-3329	Crauthem	crauthem	ES	11		49.5359	6.1515	6
L-3330	Crauthem	crauthem	ES	11		49.5376	6.147	6
L-3378	Livange	livange	ES	11		49.5298	6.1193	6
L-3381	Livange	livange	ES	11		49.5313	6.1048	4
L-3389	Peppange	peppange	ES	11		49.5258	6.1345	6
L-3390	Peppange	peppange	ES	11		49.5258	6.1319	6
L-3391	Peppange	peppange	ES	11		49.5242	6.1295	4
L-3394	Roeser	roeser	ES	11		49.5416	6.1461	6
L-3395	Roeser	roeser	ES	11		49.5406	6.1432	6
L-3396	Roeser	roeser	ES	11		49.5447	6.1475	6
L-3397	Roeser	roeser	ES	11		49.5466	6.1507	6
L-3398	Roeser	roeser	ES	11		49.5448	6.1507	6
L-3701	Rumelange	rumelange	ES	12		49.4655	6.0114	4
L-3710	Rumelange	rumelange	ES	12		49.4612	6.0307	6
L-3711	Rumelange	rumelange	ES	12		49.4622	6.0324	6
L-3712	Rumelange	rumelange	ES	12		49.4621	6.0325	6
L-3713	Rumelange	rumelange	ES	12		49.4598	6.0296	6
L-3714	Rumelange	rumelange	ES	12		49.4611	6.0246	6
L-3715	Rumelange	rumelange	ES	12		49.4642	6.0306	6
L-3716	Rumelange	rumelange	ES	12		49.4617	6.0269	6
L-3717	Rumelange	rumelange	ES	12		49.4607	6.0287	6
L-3718	Rumelange	rumelange	ES	12		49.4512	6.0275	6
L-3719	Rumelange	rumelange	ES	12		49.4504	6.0285	6
L-3720	Rumelange	rumelange	ES	12		49.4626	6.0202	6
L-3721	Rumelange	rumelange	ES	12		49.4623	6.0207	4
L-3722	Rumelange	rumelange	ES	12		49.4616	6.0255	6
L-3723	Rumelange	rumelange	ES	12		49.4613	6.0274	6
L-3724	Rumelange	rumelange	ES	12		49.4591	6.0303	6
L-3725	Rumelange	rumelange	ES	12		49.4596	6.0307	6
L-3726	Rumelange	rumelange	ES	12		49.4622	6.03	6
L-3727	Rumelange	rumelange	ES	12		49.4588	6.0275	6
L-3728	Rumelange	rumelange	ES	12		49.4561	6.0264	6
L-3729	Rumelange	rumelange	ES	12		49.4626	6.0238	6
L-3730	Rumelange	rumelange	ES	12		49.4612	6.0291	6
L-3731	Rumelange	rumelange	ES	12		49.4655	6.0114	4
L-3733	Rumelange	rumelange	ES	12		49.4591	6.0257	6
L-3734	Rumelange	rumelange	ES	12		49.4542	6.0288	6
L-3735	Rumelange	rumelange	ES	12		49.4583	6.0291	6
L-3736	Rumelange	rumelange	ES	12		49.4585	6.0344	6
L-3737	Rumelange	rumelange	ES	12		49.4581	6.028	6
L-3738	Rumelange	rumelange	ES	12		49.4634	6.0319	6
L-3739	Rumelange	rumelange	ES	12		49.4563	6.0298	6
L-3740	Rumelange	rumelange	ES	12		49.4615	6.0328	6
L-3741	Rumelange	rumelange	ES	12		49.4585	6.0325	6
L-3742	Rumelange	rumelange	ES	12		49.4637	6.0254	6
L-3743	Rumelange	rumelange	ES	12		49.4577	6.0291	6
L-3744	Rumelange	rumelange	ES	12		49.4612	6.0313	4
L-3750	Rumelange	rumelange	ES	12		49.4608	6.0324	6
L-3751	Rumelange	rumelange	ES	12		49.4628	6.0166	6
L-3752	Rumelange	rumelange	ES	12		49.4588	6.0294	6
L-3753	Rumelange	rumelange	ES	12		49.4557	6.0316	6
L-3754	Rumelange	rumelange	ES	12		49.4618	6.0348	6
L-3755	Rumelange	rumelange	ES	12		49.4604	6.0282	6
L-4367	Belvaux	belvaux	ES	13		49.5022	5.9419	6
L-4368	Belvaux	belvaux	ES	13		49.5029	5.9399	4
L-4370	Belvaux	belvaux	ES	13		49.5031	5.9412	4
L-4371	Belvaux	belvaux	ES	13		49.5026	5.9423	6
L-4372	Belvaux	belvaux	ES	13		49.5031	5.9412	4
L-4373	Belvaux	belvaux	ES	13		49.5031	5.9412	4
L-4380	Ehlerange	ehlerange	ES	13		49.5198	5.9654	6
L-4381	Ehlerange	ehlerange	ES	13		49.5249	5.9721	6
L-4382	Ehlerange	ehlerange	ES	13		49.5258	5.9619	6
L-4383	Ehlerange	ehlerange	ES	13		49.5238	5.9623	6
L-4384	Ehlerange	ehlerange	ES	13		49.5181	5.97	4
L-4385	Ehlerange	ehlerange	ES	13		49.5198	5.9737	6
L-4401	Belvaux	belvaux	ES	13		49.5084	5.9379	4
L-4402	Belvaux	belvaux	ES	13		49.5084	5.9379	4
L-4405	Soleuvre	soleuvre	ES	13		49.5194	5.916	6
L-4406	Belvaux	belvaux	ES	13		49.5139	5.9381	6
L-4407	Belvaux	belvaux	ES	13		49.5145	5.9429	6
L-4408	Belvaux	belvaux	ES	13		49.5084	5.9379	6
L-4409	Belvaux	belvaux	ES	13		49.5081	5.9405	6
L-4410	Soleuvre	soleuvre	ES	13		49.5367	5.9371	6
L-4411	Soleuvre	soleuvre	ES	13		49.5286	5.9524	6
L-4412	Belvaux	belvaux	ES	13		49.5094	5.9233	6
L-4413	Soleuvre	soleuvre	ES	13		49.5179	5.9274	4
L-4414	Soleuvre	soleuvre	ES	13		49.5239	5.9393	4
L-4415	Soleuvre	soleuvre	ES	13		49.5239	5.9393	6
L-4416	Belvaux	belvaux	ES	13		49.5135	5.9305	6
L-4417	Soleuvre	soleuvre	ES	13		49.5254	5.9364	6
L-4418	Soleuvre	soleuvre	ES	13		49.52	5.937	6
L-4419	Belvaux	belvaux	ES	13		49.5118	5.9272	6
L-4420	Soleuvre	soleuvre	ES	13		49.522	5.9253	6
L-4421	Soleuvre	soleuvre	ES	13		49.5215	5.9335	6
L-4422	Belvaux	belvaux	ES	13		49.508	5.9435	6
L-4423	Soleuvre	soleuvre	ES	13		49.5225	5.9288	6
L-4424	Belvaux	belvaux	ES	13		49.5154	5.9376	4
L-4425	Belvaux	belvaux	ES	13		49.5153	5.9389	4
L-4426	Belvaux	belvaux	ES	13		49.5157	5.9388	4
L-4427	Belvaux	belvaux	ES	13		49.5153	5.9389	4
L-4428	Belvaux	belvaux	ES	13		49.5153	5.9389	4
L-4429	Belvaux	belvaux	ES	13		49.5031	5.9225	6
L-4430	Belvaux	belvaux	ES	13		49.5102	5.9249	6
L-4431	Belvaux	belvaux	ES	13		49.5111	5.9414	6
L-4432	Soleuvre	soleuvre	ES	13		49.5283	5.9373	6
L-4433	Soleuvre	soleuvre	ES	13		49.5254	5.9389	6
L-4434	Soleuvre	soleuvre	ES	13		49.5189	5.9395	6
L-4435	Soleuvre	soleuvre	ES	13		49.5226	5.9417	6
L-4436	Belvaux	belvaux	ES	13		49.509	5.9225	6
L-4437	Soleuvre	soleuvre	ES	13		49.5234	5.9297	4
L-4438	Soleuvre	soleuvre	ES	13		49.5222	5.9184	6
L-4439	Soleuvre	soleuvre	ES	13		49.5158	5.9491	6
L-4440	Soleuvre	soleuvre	ES	13		49.5204	5.9417	4
L-4441	Soleuvre	soleuvre	ES	13		49.5156	5.9462	6
L-4442	Soleuvre	soleuvre	ES	13		49.5237	5.9376	6
L-4443	Belvaux	belvaux	ES	13		49.51	5.9208	6
L-4444	Belvaux	belvaux	ES	13		49.5125	5.9485	6
L-4445	Belvaux	belvaux	ES	13		49.5116	5.943	6
L-4446	Belvaux	belvaux	ES	13		49.5041	5.9215	6
L-4447	Soleuvre	soleuvre	ES	13		49.5272	5.9398	6
L-4448	Soleuvre	soleuvre	ES	13		49.5184	5.9433	6
L-4449	Soleuvre	soleuvre	ES	13		49.517	5.9436	6
L-4450	Belvaux	belvaux	ES	13		49.5109	5.9337	6
L-4451	Belvaux	belvaux	ES	13		49.5095	5.9419	6
L-4452	Belvaux	belvaux	ES	13		49.5095	5.9419	4
L-4453	Belvaux	belvaux	ES	13		49.5095	5.9419	4
L-4454	Belvaux	belvaux	ES	13		49.5095	5.9419	4
L-4459	Soleuvre	soleuvre	ES	13		49.5199	5.9396	6
L-4460	Belvaux	belvaux	ES	13		49.515	5.929	6
L-4460	Soleuvre	soleuvre	ES	13		49.517	5.9309	6
L-4461	Belvaux	belvaux	ES	13		49.5083	5.9202	6
L-4462	Belvaux	belvaux	ES	13		49.509	5.9236	6
L-4463	Soleuvre	soleuvre	ES	13		49.5244	5.9388	6
L-4464	Soleuvre	soleuvre	ES	13		49.5199	5.9424	6
L-4465	Soleuvre	soleuvre	ES	13		49.5241	5.9368	6
L-4466	Soleuvre	soleuvre	ES	13		49.5171	5.9445	6
L-4467	Soleuvre	soleuvre	ES	13		49.5307	5.9415	6
L-4468	Belvaux	belvaux	ES	13		49.5094	5.9461	6
L-4469	Soleuvre	soleuvre	ES	13		49.5273	5.9389	6
L-4470	Soleuvre	soleuvre	ES	13		49.5218	5.9304	6
L-4471	Belvaux	belvaux	ES	13		49.5061	5.921	6
L-4472	Belvaux	belvaux	ES	13		49.5142	5.9225	4
L-4473	Belvaux	belvaux	ES	13		49.5142	5.9225	4
L-4474	Belvaux	belvaux	ES	13		49.5061	5.9199	6
L-4475	Belvaux	belvaux	ES	13		49.5142	5.9225	6
L-4475	Soleuvre	soleuvre	ES	13		49.5146	5.9211	6
L-4476	Belvaux	belvaux	ES	13		49.5094	5.9437	6
L-4477	Belvaux	belvaux	ES	13		49.5096	5.9272	6
L-4478	Belvaux	belvaux	ES	13		49.5092	5.9288	6
L-4479	Soleuvre	soleuvre	ES	13		49.524	5.9429	6
L-4480	Soleuvre	soleuvre	ES	13		49.5143	5.9488	6
L-4480	Belvaux	belvaux	ES	13		49.5127	5.9431	4
L-4481	Belvaux	belvaux	ES	13		49.5093	5.9448	6
L-4482	Belvaux	belvaux	ES	13		49.5147	5.9447	6
L-4482	Soleuvre	soleuvre	ES	13		49.5166	5.9428	6
L-4483	Soleuvre	soleuvre	ES	13		49.5195	5.9416	6
L-4484	Soleuvre	soleuvre	ES	13		49.5229	5.9433	6
L-4485	Soleuvre	soleuvre	ES	13		49.5349	5.9402	6
L-4486	Soleuvre	soleuvre	ES	13		49.5185	5.9405	6
L-4487	Belvaux	belvaux	ES	13		49.5145	5.9333	6
L-4488	Belvaux	belvaux	ES	13		49.5086	5.9278	6
L-4489	Belvaux	belvaux	ES	13		49.5118	5.9355	6
L-4490	Belvaux	belvaux	ES	13		49.5047	5.9311	6
L-4491	Belvaux	belvaux	ES	13		49.5046	5.9205	6
L-4492	Soleuvre	soleuvre	ES	13		49.5194	5.9288	6
L-4493	Soleuvre	soleuvre	ES	13		49.5163	5.9415	6
L-4494	Soleuvre	soleuvre	ES	13		49.5218	5.941	6
L-4498	Sanem	sanem	ES	13		49.5424	5.9508	4
L-4521	Soleuvre	soleuvre	ES	13		49.5218	5.9151	6
L-4984	Sanem	sanem	ES	13		49.5478	5.925	4
L-4985	Sanem	sanem	ES	13		49.5468	5.9314	4
L-4986	Sanem	sanem	ES	13		49.5479	5.9314	6
L-4987	Sanem	sanem	ES	13		49.5489	5.9278	6
L-4988	Sanem	sanem	ES	13		49.5478	5.925	6
L-4989	Sanem	sanem	ES	13		49.5466	5.9209	6
L-4990	Sanem	sanem	ES	13		49.5459	5.9239	6
L-4991	Sanem	sanem	ES	13		49.5414	5.9144	6
L-4992	Sanem	sanem	ES	13		49.5451	5.9282	6
L-4993	Sanem	sanem	ES	13		49.5507	5.9341	6
L-3801	Schifflange	schifflange	ES	14		49.5055	6.0119	4
L-3810	Schifflange	schifflange	ES	14		49.5017	6.009	6
L-3811	Schifflange	schifflange	ES	14		49.4983	6.0089	6
L-3812	Schifflange	schifflange	ES	14		49.5055	6.0119	6
L-3813	Schifflange	schifflange	ES	14		49.5062	6.0157	6
L-3814	Schifflange	schifflange	ES	14		49.5009	6.016	6
L-3815	Schifflange	schifflange	ES	14		49.5038	6.004	6
L-3816	Schifflange	schifflange	ES	14		49.5047	6.0059	6
L-3817	Schifflange	schifflange	ES	14		49.5111	6.0188	6
L-3818	Schifflange	schifflange	ES	14		49.5195	6.0175	6
L-3819	Schifflange	schifflange	ES	14		49.5071	6.018	6
L-3820	Schifflange	schifflange	ES	14		49.5027	6.0131	6
L-3821	Schifflange	schifflange	ES	14		49.5055	6.0138	6
L-3822	Schifflange	schifflange	ES	14		49.5062	6.0238	6
L-3823	Schifflange	schifflange	ES	14		49.5047	6.0091	6
L-3824	Schifflange	schifflange	ES	14		49.5057	6.0007	6
L-3825	Schifflange	schifflange	ES	14		49.5062	6.028	6
L-3826	Schifflange	schifflange	ES	14		49.5063	6.0143	6
L-3830	Schifflange	schifflange	ES	14		49.5033	6.0164	6
L-3831	Schifflange	schifflange	ES	14		49.5045	6.0101	6
L-3832	Schifflange	schifflange	ES	14		49.5037	6.0143	6
L-3833	Schifflange	schifflange	ES	14		49.5049	6.0117	6
L-3834	Schifflange	schifflange	ES	14		49.5071	6.0063	6
L-3835	Schifflange	schifflange	ES	14		49.5032	6.0004	4
L-3836	Schifflange	schifflange	ES	14		49.5021	6.0082	6
L-3837	Schifflange	schifflange	ES	14		49.5066	6.0149	6
L-3838	Schifflange	schifflange	ES	14		49.5067	6.0247	6
L-3839	Schifflange	schifflange	ES	14		49.5062	6.0088	6
L-3840	Schifflange	schifflange	ES	14		49.5078	6.0117	6
L-3841	Schifflange	schifflange	ES	14		49.5127	6.011	6
L-3842	Schifflange	schifflange	ES	14		49.5043	6.0083	6
L-3843	Schifflange	schifflange	ES	14		49.5028	6.0009	6
L-3844	Schifflange	schifflange	ES	14		49.5127	6.011	4
L-3850	Schifflange	schifflange	ES	14		49.5052	6.0071	6
L-3851	Schifflange	schifflange	ES	14		49.5071	6.0293	6
L-3852	Schifflange	schifflange	ES	14		49.5062	6.0105	6
L-3853	Schifflange	schifflange	ES	14		49.5043	6.0029	6
L-3854	Schifflange	schifflange	ES	14		49.5024	6.0152	6
L-3855	Schifflange	schifflange	ES	14		49.5063	6.004	6
L-3856	Schifflange	schifflange	ES	14		49.5047	6.0076	6
L-3857	Schifflange	schifflange	ES	14		49.5073	6.0065	4
L-3858	Schifflange	schifflange	ES	14		49.5098	6.0144	4
L-3859	Schifflange	schifflange	ES	14		49.5032	6.0023	6
L-3860	Schifflange	schifflange	ES	14		49.5075	6.0206	6
L-3861	Schifflange	schifflange	ES	14		49.5078	6.0265	6
L-3862	Schifflange	schifflange	ES	14		49.5101	6.021	6
L-3863	Schifflange	schifflange	ES	14		49.5087	6.0247	6
L-3864	Schifflange	schifflange	ES	14		49.5089	6.0266	6
L-3870	Schifflange	schifflange	ES	14		49.5091	6.0164	6
L-3871	Schifflange	schifflange	ES	14		49.5041	6.0096	6
L-3872	Schifflange	schifflange	ES	14		49.5028	6.0111	6
L-3873	Schifflange	schifflange	ES	14		49.5067	6.0137	6
L-3874	Schifflange	schifflange	ES	14		49.5013	6.0099	6
L-3875	Schifflange	schifflange	ES	14		49.5063	6.0184	6
L-3876	Schifflange	schifflange	ES	14		49.5045	6.013	6
L-3877	Schifflange	schifflange	ES	14		49.5088	6.0134	6
L-3878	Schifflange	schifflange	ES	14		49.5058	6.0233	6
L-3879	Schifflange	schifflange	ES	14		49.5063	6.0197	6
L-3880	Schifflange	schifflange	ES	14		49.5048	6.0017	6
L-3881	Schifflange	schifflange	ES	14		49.5077	6.014	6
L-3882	Schifflange	schifflange	ES	14		49.5046	6.0173	6
L-3883	Schifflange	schifflange	ES	14		49.5054	6.0205	6
L-3884	Schifflange	schifflange	ES	14		49.5076	6.0106	6
L-4149	Schifflange	schifflange	ES	14		49.5149	6.0064	6
L-6815	Betzdorf	betzdorf	GR	01		49.6881	6.3484	4
L-6832	Betzdorf	betzdorf	GR	01		49.6881	6.3484	6
L-6901	Roodt-sur-Syre	roodt-sur-syre	GR	01		49.6686	6.3027	4
L-6910	Roodt-sur-Syre	roodt-sur-syre	GR	01		49.6635	6.3001	6
L-6911	Roodt-sur-Syre	roodt-sur-syre	GR	01		49.6645	6.3058	6
L-6912	Roodt-sur-Syre	roodt-sur-syre	GR	01		49.667	6.306	6
L-6913	Roodt-sur-Syre	roodt-sur-syre	GR	01		49.6672	6.3097	6
L-6914	Roodt-sur-Syre	roodt-sur-syre	GR	01		49.6686	6.3027	6
L-6915	Roodt-sur-Syre	roodt-sur-syre	GR	01		49.6681	6.2995	6
L-6916	Roodt-sur-Syre	roodt-sur-syre	GR	01		49.6619	6.294	6
L-6917	Roodt-sur-Syre	roodt-sur-syre	GR	01		49.671	6.3008	6
L-6918	Mensdorf	mensdorf	GR	01		49.6579	6.3024	4
L-6919	Roodt-sur-Syre	roodt-sur-syre	GR	01		49.6678	6.2998	4
L-6921	Roodt-sur-Syre	roodt-sur-syre	GR	01		49.6727	6.3286	6
L-6922	Berg	berg	GR	01		49.6822	6.3568	6
L-6923	Berg	berg	GR	01		49.6816	6.3597	6
L-6930	Mensdorf	mensdorf	GR	01		49.6526	6.3025	6
L-6931	Mensdorf	mensdorf	GR	01		49.6523	6.3072	6
L-6933	Mensdorf	mensdorf	GR	01		49.6579	6.3024	6
L-6934	Mensdorf	mensdorf	GR	01		49.656	6.3048	6
L-6950	Olingen	olingen	GR	01		49.6806	6.3108	6
L-6951	Olingen	olingen	GR	01		49.6806	6.3178	6
L-6833	Biwer	biwer	GR	02		49.703	6.3747	6
L-6834	Biwerbach	biwerbach	GR	02		49.7117	6.3657	6
L-6834	Biwer	biwer	GR	02		49.708	6.374	6
L-6835	Boudler	boudler	GR	02		49.7225	6.3534	6
L-6835	Boudlerbach	boudlerbach	GR	02		49.7178	6.3514	6
L-6836	Breinert	breinert	GR	02		49.7122	6.3386	6
L-6837	Brouch (Wecker)	brouch-wecker	GR	02		49.7286	6.3402	6
L-6838	Hagelsdorf	hagelsdorf	GR	02		49.6924	6.3634	6
L-6852	Wecker-Gare	wecker-gare	GR	02		49.7025	6.3977	4
L-6868	Wecker	wecker	GR	02		49.6949	6.3888	4
L-6868	Wecker-Gare	wecker-gare	GR	02		49.7012	6.3898	4
L-6869	Wecker	wecker	GR	02		49.6951	6.3881	6
L-6870	Wecker	wecker	GR	02		49.693	6.3812	6
L-6871	Wecker	wecker	GR	02		49.6959	6.3826	6
L-6880	Weydig	weydig	GR	02		49.7168	6.3298	6
L-5410	Beyren	beyren	GR	03		49.6302	6.3359	6
L-5424	Gostingen	gostingen	GR	03		49.6195	6.3545	6
L-5425	Gostingen	gostingen	GR	03		49.6212	6.3528	6
L-5433	Niederdonven	niederdonven	GR	03		49.6347	6.4024	6
L-5434	Niederdonven	niederdonven	GR	03		49.6372	6.4074	6
L-5435	Oberdonven	oberdonven	GR	03		49.6495	6.3996	6
L-6925	Flaxweiler	flaxweiler	GR	03		49.6642	6.3457	6
L-6926	Flaxweiler	flaxweiler	GR	03		49.6672	6.3417	6
L-6701	Grevenmacher	grevenmacher	GR	04		49.6778	6.442	4
L-6711	Grevenmacher	grevenmacher	GR	04		49.6793	6.4388	6
L-6712	Grevenmacher	grevenmacher	GR	04		49.6781	6.4418	6
L-6713	Grevenmacher	grevenmacher	GR	04		49.6778	6.4432	6
L-6714	Grevenmacher	grevenmacher	GR	04		49.6799	6.4404	4
L-6715	Grevenmacher	grevenmacher	GR	04		49.6833	6.4382	6
L-6716	Grevenmacher	grevenmacher	GR	04		49.6788	6.4426	6
L-6717	Grevenmacher	grevenmacher	GR	04		49.6803	6.4425	6
L-6718	Grevenmacher	grevenmacher	GR	04		49.6831	6.4441	6
L-6719	Grevenmacher	grevenmacher	GR	04		49.6813	6.4442	6
L-6720	Grevenmacher	grevenmacher	GR	04		49.6784	6.441	6
L-6721	Grevenmacher	grevenmacher	GR	04		49.6765	6.437	4
L-6722	Grevenmacher	grevenmacher	GR	04		49.6821	6.4432	6
L-6723	Grevenmacher	grevenmacher	GR	04		49.6768	6.4386	6
L-6724	Grevenmacher	grevenmacher	GR	04		49.6765	6.437	6
L-6725	Grevenmacher	grevenmacher	GR	04		49.6877	6.448	6
L-6726	Grevenmacher	grevenmacher	GR	04		49.6879	6.4461	6
L-6730	Grevenmacher	grevenmacher	GR	04		49.6789	6.4419	6
L-6731	Grevenmacher	grevenmacher	GR	04		49.6795	6.4456	6
L-6732	Grevenmacher	grevenmacher	GR	04		49.6756	6.4369	6
L-6733	Grevenmacher	grevenmacher	GR	04		49.6794	6.4398	4
L-6734	Grevenmacher	grevenmacher	GR	04		49.6811	6.4371	6
L-6735	Grevenmacher	grevenmacher	GR	04		49.6798	6.4454	6
L-6736	Grevenmacher	grevenmacher	GR	04		49.6841	6.4397	6
L-6737	Grevenmacher	grevenmacher	GR	04		49.6799	6.4408	6
L-6738	Grevenmacher	grevenmacher	GR	04		49.6772	6.4393	6
L-6739	Grevenmacher	grevenmacher	GR	04		49.679	6.4353	6
L-6740	Grevenmacher	grevenmacher	GR	04		49.6812	6.4485	6
L-6741	Grevenmacher	grevenmacher	GR	04		49.6789	6.4398	6
L-6742	Grevenmacher	grevenmacher	GR	04		49.6795	6.4417	6
L-6743	Grevenmacher	grevenmacher	GR	04		49.6781	6.4394	6
L-6744	Grevenmacher	grevenmacher	GR	04		49.6776	6.4384	6
L-6745	Grevenmacher	grevenmacher	GR	04		49.6804	6.4434	6
L-6750	Grevenmacher	grevenmacher	GR	04		49.6794	6.4394	6
L-6751	Grevenmacher	grevenmacher	GR	04		49.6856	6.446	6
L-6752	Grevenmacher	grevenmacher	GR	04		49.6793	6.4412	4
L-6753	Grevenmacher	grevenmacher	GR	04		49.6714	6.4323	6
L-6754	Grevenmacher	grevenmacher	GR	04		49.6867	6.4423	6
L-6755	Grevenmacher	grevenmacher	GR	04		49.6794	6.4422	6
L-6756	Grevenmacher	grevenmacher	GR	04		49.6783	6.4415	6
L-6757	Grevenmacher	grevenmacher	GR	04		49.6789	6.4449	6
L-6758	Grevenmacher	grevenmacher	GR	04		49.6779	6.4436	6
L-6759	Grevenmacher	grevenmacher	GR	04		49.679	6.441	6
L-6760	Grevenmacher	grevenmacher	GR	04		49.6848	6.4428	4
L-6761	Grevenmacher	grevenmacher	GR	04		49.6795	6.4432	6
L-6762	Grevenmacher	grevenmacher	GR	04		49.6772	6.4418	4
L-6763	Grevenmacher	grevenmacher	GR	04		49.679	6.4457	6
L-6764	Grevenmacher	grevenmacher	GR	04		49.6755	6.4388	6
L-6765	Grevenmacher	grevenmacher	GR	04		49.6748	6.4352	6
L-6770	Grevenmacher	grevenmacher	GR	04		49.6797	6.443	6
L-6771	Grevenmacher	grevenmacher	GR	04		49.6771	6.4367	6
L-6772	Grevenmacher	grevenmacher	GR	04		49.676	6.4379	6
L-6773	Grevenmacher	grevenmacher	GR	04		49.6768	6.4417	6
L-6774	Grevenmacher	grevenmacher	GR	04		49.6781	6.4414	6
L-6775	Grevenmacher	grevenmacher	GR	04		49.6777	6.4414	6
L-6776	Grevenmacher	grevenmacher	GR	04		49.6791	6.3992	6
L-6777	Grevenmacher	grevenmacher	GR	04		49.6801	6.4422	6
L-6778	Grevenmacher	grevenmacher	GR	04		49.6759	6.4404	6
L-6779	Grevenmacher	grevenmacher	GR	04		49.6796	6.4417	6
L-6780	Grevenmacher	grevenmacher	GR	04		49.6821	6.4446	6
L-6781	Grevenmacher	grevenmacher	GR	04		49.6795	6.445	6
L-6782	Grevenmacher	grevenmacher	GR	04		49.6785	6.44	6
L-6783	Grevenmacher	grevenmacher	GR	04		49.6844	6.4458	4
L-6784	Grevenmacher	grevenmacher	GR	04		49.684	6.4475	6
L-6785	Grevenmacher	grevenmacher	GR	04		49.6841	6.4454	6
L-6786	Grevenmacher	grevenmacher	GR	04		49.6843	6.4443	6
L-6790	Grevenmacher	grevenmacher	GR	04		49.6809	6.4405	4
L-6791	Grevenmacher	grevenmacher	GR	04		49.6778	6.442	6
L-6792	Grevenmacher	grevenmacher	GR	04		49.6781	6.4431	6
L-6793	Grevenmacher	grevenmacher	GR	04		49.6808	6.4456	6
L-6794	Grevenmacher	grevenmacher	GR	04		49.678	6.4444	4
L-6795	Grevenmacher	grevenmacher	GR	04		49.6821	6.437	6
L-6796	Grevenmacher	grevenmacher	GR	04		49.6854	6.4409	6
L-6101	Junglinster	junglinster	GR	05		49.7099	6.248	4
L-6111	Junglinster	junglinster	GR	05		49.7044	6.2467	6
L-6112	Junglinster	junglinster	GR	05		49.7157	6.2457	6
L-6113	Junglinster	junglinster	GR	05		49.7084	6.246	6
L-6114	Junglinster	junglinster	GR	05		49.7146	6.2611	6
L-6115	Junglinster	junglinster	GR	05		49.7076	6.2482	6
L-6116	Junglinster	junglinster	GR	05		49.7151	6.2443	6
L-6117	Junglinster	junglinster	GR	05		49.7093	6.2543	6
L-6118	Junglinster	junglinster	GR	05		49.7179	6.2479	4
L-6119	Junglinster	junglinster	GR	05		49.7163	6.2433	4
L-6120	Junglinster	junglinster	GR	05		49.7168	6.2479	6
L-6121	Junglinster	junglinster	GR	05		49.7068	6.251	6
L-6122	Junglinster	junglinster	GR	05		49.6997	6.25	6
L-6123	Junglinster	junglinster	GR	05		49.7117	6.2603	6
L-6124	Junglinster	junglinster	GR	05		49.7149	6.2624	6
L-6125	Junglinster	junglinster	GR	05		49.7168	6.2479	4
L-6129	Junglinster	junglinster	GR	05		49.7102	6.2535	4
L-6130	Junglinster	junglinster	GR	05		49.7096	6.2506	6
L-6131	Junglinster	junglinster	GR	05		49.7066	6.2526	6
L-6132	Junglinster	junglinster	GR	05		49.7099	6.248	6
L-6133	Junglinster	junglinster	GR	05		49.7132	6.2463	6
L-6134	Junglinster	junglinster	GR	05		49.711	6.2498	6
L-6135	Junglinster	junglinster	GR	05		49.711	6.2546	6
L-6136	Junglinster	junglinster	GR	05		49.7133	6.2622	6
L-6137	Junglinster	junglinster	GR	05		49.7173	6.2527	6
L-6138	Junglinster	junglinster	GR	05		49.7173	6.2499	4
L-6139	Junglinster	junglinster	GR	05		49.7064	6.2462	6
L-6140	Junglinster	junglinster	GR	05		49.7141	6.2537	6
L-6141	Junglinster	junglinster	GR	05		49.72	6.2656	6
L-6142	Junglinster	junglinster	GR	05		49.7122	6.2488	6
L-6143	Junglinster	junglinster	GR	05		49.7114	6.2465	6
L-6144	Junglinster	junglinster	GR	05		49.7164	6.2587	4
L-6145	Junglinster	junglinster	GR	05		49.714	6.2446	6
L-6146	Junglinster	junglinster	GR	05		49.7076	6.2517	6
L-6147	Junglinster	junglinster	GR	05		49.7147	6.2399	6
L-6148	Junglinster	junglinster	GR	05		49.7146	6.2467	6
L-6149	Junglinster	junglinster	GR	05		49.7171	6.2494	6
L-6150	Altlinster	altlinster	GR	05		49.7217	6.2169	6
L-6160	Bourglinster	bourglinster	GR	05		49.707	6.2198	6
L-6161	Bourglinster	bourglinster	GR	05		49.7029	6.22	6
L-6162	Bourglinster	bourglinster	GR	05		49.7042	6.2141	6
L-6163	Bourglinster	bourglinster	GR	05		49.7071	6.2174	6
L-6169	Eschweiler	eschweiler	GR	05		49.7168	6.3105	6
L-6170	Godbrange	godbrange	GR	05		49.7336	6.2324	6
L-6171	Godbrange	godbrange	GR	05		49.7356	6.2284	6
L-6180	Gonderange	gonderange	GR	05		49.6933	6.2479	6
L-6181	Gonderange	gonderange	GR	05		49.6925	6.2398	4
L-6182	Gonderange	gonderange	GR	05		49.6952	6.2436	4
L-6183	Gonderange	gonderange	GR	05		49.693	6.2453	4
L-6184	Gonderange	gonderange	GR	05		49.6917	6.2445	6
L-6185	Gonderange	gonderange	GR	05		49.6908	6.2436	6
L-6186	Gonderange	gonderange	GR	05		49.6949	6.2479	6
L-6187	Gonderange	gonderange	GR	05		49.6915	6.2537	6
L-6188	Gonderange	gonderange	GR	05		49.6948	6.2399	6
L-6189	Gonderange	gonderange	GR	05		49.6918	6.2555	6
L-6190	Gonderange	gonderange	GR	05		49.6956	6.2439	6
L-6195	Imbringen	imbringen	GR	05		49.7	6.1939	6
L-6196	Eisenborn	eisenborn	GR	05		49.6913	6.1835	6
L-6197	Eisenborn	eisenborn	GR	05		49.6925	6.1826	6
L-6235	Beidweiler	beidweiler	GR	05		49.7287	6.3006	6
L-6240	Graulinster	graulinster	GR	05		49.7386	6.2867	6
L-6955	Rodenbourg	rodenbourg	GR	05		49.6874	6.2896	6
L-6956	Rodenbourg	rodenbourg	GR	05		49.6873	6.291	6
L-6830	Berbourg	berbourg	GR	06		49.7314	6.3933	6
L-6831	Berbourg	berbourg	GR	06		49.7356	6.3939	6
L-6839	Lellig	lellig	GR	06		49.7214	6.4346	6
L-6850	Manternach	manternach	GR	06		49.7074	6.424	6
L-6851	Manternach	manternach	GR	06		49.7074	6.424	4
L-6858	Münschecker	munschecker	GR	06		49.6993	6.4415	6
L-6601	Wasserbillig	wasserbillig	GR	07		49.7149	6.5018	4
L-6610	Wasserbillig	wasserbillig	GR	07		49.7161	6.497	6
L-6611	Wasserbillig	wasserbillig	GR	07		49.7177	6.4986	6
L-6612	Wasserbillig	wasserbillig	GR	07		49.7138	6.5026	6
L-6613	Wasserbillig	wasserbillig	GR	07		49.7149	6.5018	6
L-6614	Wasserbillig	wasserbillig	GR	07		49.7156	6.497	6
L-6615	Wasserbillig	wasserbillig	GR	07		49.717	6.4968	6
L-6616	Wasserbillig	wasserbillig	GR	07		49.7142	6.4965	6
L-6617	Wasserbillig	wasserbillig	GR	07		49.7167	6.5004	6
L-6618	Wasserbillig	wasserbillig	GR	07		49.7131	6.494	6
L-6619	Wasserbillig	wasserbillig	GR	07		49.7118	6.4912	6
L-6620	Wasserbillig	wasserbillig	GR	07		49.7115	6.4917	6
L-6621	Wasserbillig	wasserbillig	GR	07		49.7112	6.4907	6
L-6622	Wasserbillig	wasserbillig	GR	07		49.7165	6.4983	6
L-6623	Wasserbillig	wasserbillig	GR	07		49.7147	6.4919	6
L-6630	Wasserbillig	wasserbillig	GR	07		49.7141	6.5023	6
L-6631	Wasserbillig	wasserbillig	GR	07		49.717	6.4977	6
L-6632	Wasserbillig	wasserbillig	GR	07		49.7147	6.5021	6
L-6633	Wasserbillig	wasserbillig	GR	07		49.7116	6.4946	6
L-6634	Wasserbillig	wasserbillig	GR	07		49.7121	6.4929	6
L-6635	Wasserbillig	wasserbillig	GR	07		49.7148	6.5004	6
L-6636	Wasserbillig	wasserbillig	GR	07		49.7139	6.4927	6
L-6637	Wasserbillig	wasserbillig	GR	07		49.7106	6.4967	6
L-6638	Wasserbillig	wasserbillig	GR	07		49.7143	6.5034	6
L-6645	Wasserbillig	wasserbillig	GR	07		49.7163	6.5024	6
L-6646	Wasserbillig	wasserbillig	GR	07		49.7153	6.5037	6
L-6647	Wasserbillig	wasserbillig	GR	07		49.7151	6.4959	6
L-6648	Wasserbillig	wasserbillig	GR	07		49.7153	6.5043	4
L-6649	Wasserbillig	wasserbillig	GR	07		49.7155	6.5052	4
L-6650	Wasserbillig	wasserbillig	GR	07		49.7174	6.4958	6
L-6651	Wasserbillig	wasserbillig	GR	07		49.7146	6.4977	6
L-6655	Wasserbillig	wasserbillig	GR	07		49.7174	6.4958	4
L-6669	Mertert	mertert	GR	07		49.7028	6.4845	6
L-6670	Mertert	mertert	GR	07		49.7007	6.4831	6
L-6671	Mertert	mertert	GR	07		49.7032	6.4822	6
L-6672	Mertert	mertert	GR	07		49.7049	6.4878	6
L-6673	Mertert	mertert	GR	07		49.7022	6.4806	6
L-6674	Mertert	mertert	GR	07		49.7032	6.4778	6
L-6675	Mertert	mertert	GR	07		49.7055	6.4762	6
L-6676	Mertert	mertert	GR	07		49.7064	6.4838	6
L-6677	Mertert	mertert	GR	07		49.7053	6.4791	4
L-6678	Mertert	mertert	GR	07		49.7053	6.4791	6
L-6680	Mertert	mertert	GR	07		49.7013	6.4824	6
L-6681	Mertert	mertert	GR	07		49.7047	6.4761	6
L-6682	Mertert	mertert	GR	07		49.7081	6.4801	6
L-6683	Mertert	mertert	GR	07		49.7043	6.4878	6
L-6684	Mertert	mertert	GR	07		49.7019	6.4787	6
L-6685	Mertert	mertert	GR	07		49.6997	6.4803	6
L-6686	Mertert	mertert	GR	07		49.7087	6.4887	6
L-6687	Mertert	mertert	GR	07		49.7048	6.4793	6
L-6688	Mertert	mertert	GR	07		49.6997	6.4711	4
L-6689	Mertert	mertert	GR	07		49.7075	6.4599	6
L-6693	Mertert	mertert	GR	07		49.7053	6.4833	6
L-5401	Ahn	ahn	GR	09		49.6277	6.4214	6
L-5416	Ehnen	ehnen	GR	09		49.5986	6.3823	6
L-5417	Ehnen	ehnen	GR	09		49.6015	6.3869	6
L-5418	Ehnen	ehnen	GR	09		49.6021	6.3852	6
L-5419	Ehnen	ehnen	GR	09		49.6032	6.3873	6
L-5432	Kapenacker	kapenacker	GR	09		49.6379	6.3553	6
L-5480	Wormeldange	wormeldange	GR	09		49.6092	6.404	6
L-5481	Wormeldange	wormeldange	GR	09		49.61	6.4054	6
L-5482	Wormeldange	wormeldange	GR	09		49.6129	6.4061	6
L-5483	Wormeldange	wormeldange	GR	09		49.6119	6.4044	6
L-5485	Wormeldange-Haut	wormeldange-haut	GR	09		49.6104	6.399	6
L-5488	Ehnen	ehnen	GR	09		49.6039	6.3922	6
L-5489	Ehnen	ehnen	GR	09		49.6025	6.3908	4
L-6840	Machtum	machtum	GR	09		49.6587	6.4313	6
L-6841	Machtum	machtum	GR	09		49.6593	6.4344	6
L-6842	Machtum	machtum	GR	09		49.6582	6.435	6
L-8005	Bertrange	bertrange	LU	01		49.6146	6.0454	4
L-8006	Bertrange	bertrange	LU	01		49.6146	6.0454	4
L-8007	Bertrange	bertrange	LU	01		49.6146	6.0454	4
L-8011	Bertrange	bertrange	LU	01		49.6215	6.0506	6
L-8041	Bertrange	bertrange	LU	01		49.6178	6.0557	6
L-8050	Bertrange	bertrange	LU	01		49.6242	6.0496	6
L-8051	Bertrange	bertrange	LU	01		49.6092	6.0526	6
L-8052	Bertrange	bertrange	LU	01		49.61	6.0459	6
L-8053	Bertrange	bertrange	LU	01		49.6106	6.0439	6
L-8054	Bertrange	bertrange	LU	01		49.6096	6.0471	6
L-8055	Bertrange	bertrange	LU	01		49.6048	6.0493	6
L-8057	Bertrange	bertrange	LU	01		49.6149	6.0545	6
L-8058	Bertrange	bertrange	LU	01		49.6115	6.0503	6
L-8059	Bertrange	bertrange	LU	01		49.5973	6.05	6
L-8060	Bertrange	bertrange	LU	01		49.6126	6.0589	4
L-8061	Bertrange	bertrange	LU	01		49.6018	6.0517	6
L-8062	Bertrange	bertrange	LU	01		49.6051	6.0504	6
L-8063	Bertrange	bertrange	LU	01		49.608	6.0553	6
L-8064	Bertrange	bertrange	LU	01		49.6192	6.0508	6
L-8065	Bertrange	bertrange	LU	01		49.6	6.0687	6
L-8066	Bertrange	bertrange	LU	01		49.6126	6.0589	6
L-8067	Bertrange	bertrange	LU	01		49.6131	6.0543	6
L-8068	Bertrange	bertrange	LU	01		49.603	6.0513	6
L-8069	Bertrange	bertrange	LU	01		49.611	6.0689	6
L-8070	Bertrange	bertrange	LU	01		49.6087	6.0786	6
L-8071	Bertrange	bertrange	LU	01		49.6173	6.0586	6
L-8072	Bertrange	bertrange	LU	01		49.6076	6.0465	6
L-8074	Bertrange	bertrange	LU	01		49.608	6.0501	6
L-8075	Bertrange	bertrange	LU	01		49.6177	6.0467	6
L-8076	Bertrange	bertrange	LU	01		49.6005	6.0704	6
L-8077	Bertrange	bertrange	LU	01		49.6085	6.0666	6
L-8078	Bertrange	bertrange	LU	01		49.6045	6.0475	6
L-8079	Bertrange	bertrange	LU	01		49.6068	6.0515	6
L-8080	Bertrange	bertrange	LU	01		49.6026	6.072	6
L-8081	Bertrange	bertrange	LU	01		49.6159	6.0482	6
L-8082	Bertrange	bertrange	LU	01		49.6052	6.0467	6
L-8083	Bertrange	bertrange	LU	01		49.6151	6.05	6
L-8084	Bertrange	bertrange	LU	01		49.6092	6.0446	4
L-8085	Bertrange	bertrange	LU	01		49.6061	6.055	6
L-8086	Bertrange	bertrange	LU	01		49.6125	6.0457	6
L-8087	Bertrange	bertrange	LU	01		49.6101	6.0485	6
L-8088	Bertrange	bertrange	LU	01		49.6224	6.0454	6
L-8089	Bertrange	bertrange	LU	01		49.604	6.0549	6
L-8090	Bertrange	bertrange	LU	01		49.6096	6.0448	6
L-8091	Bertrange	bertrange	LU	01		49.6085	6.044	6
L-8092	Bertrange	bertrange	LU	01		49.6082	6.0493	6
L-8093	Bertrange	bertrange	LU	01		49.6146	6.0454	6
L-8094	Bertrange	bertrange	LU	01		49.6164	6.0619	6
L-8095	Bertrange	bertrange	LU	01		49.6137	6.0494	6
L-8096	Bertrange	bertrange	LU	01		49.6161	6.0515	6
L-8117	Bertrange	bertrange	LU	01		49.5996	6.0635	6
L-8268	Bertrange	bertrange	LU	01		49.6226	6.0389	6
L-5310	Contern	contern	LU	02		49.5864	6.2299	6
L-5312	Contern	contern	LU	02		49.5879	6.2261	6
L-5313	Contern	contern	LU	02		49.5829	6.2192	4
L-5314	Contern	contern	LU	02		49.5858	6.2225	6
L-5315	Contern	contern	LU	02		49.594	6.2127	6
L-5316	Contern	contern	LU	02		49.5819	6.2227	6
L-5317	Contern	contern	LU	02		49.5829	6.2192	6
L-5318	Contern	contern	LU	02		49.5804	6.2212	6
L-5320	Contern	contern	LU	02		49.5836	6.2305	6
L-5322	Contern	contern	LU	02		49.5825	6.2289	6
L-5324	Oetrange	oetrange	LU	02		49.5975	6.2439	4
L-5324	Contern	contern	LU	02		49.6008	6.2229	6
L-5326	Contern	contern	LU	02		49.5951	6.2209	6
L-5328	Medingen	medingen	LU	02		49.5755	6.2479	6
L-5330	Moutfort	moutfort	LU	02		49.5868	6.2602	6
L-5331	Oetrange	oetrange	LU	02		49.5963	6.2494	6
L-5331	Moutfort	moutfort	LU	02		49.5926	6.2514	6
L-5332	Moutfort	moutfort	LU	02		49.5867	6.2456	6
L-5333	Moutfort	moutfort	LU	02		49.5888	6.2588	4
L-5334	Moutfort	moutfort	LU	02		49.5842	6.266	6
L-5335	Moutfort	moutfort	LU	02		49.5862	6.2567	6
L-5336	Moutfort	moutfort	LU	02		49.5869	6.2515	6
L-5337	Moutfort	moutfort	LU	02		49.5853	6.2615	4
L-5339	Moutfort	moutfort	LU	02		49.5877	6.2499	4
L-5340	Moutfort	moutfort	LU	02		49.588	6.2483	6
L-5341	Moutfort	moutfort	LU	02		49.5886	6.2478	4
L-5351	Oetrange	oetrange	LU	02		49.6002	6.2556	6
L-5352	Oetrange	oetrange	LU	02		49.6001	6.2506	6
L-5353	Oetrange	oetrange	LU	02		49.6018	6.2643	6
L-5355	Oetrange	oetrange	LU	02		49.5981	6.2595	6
L-1137	Howald	howald	LU	03		49.5844	6.1384	6
L-1216	Howald	howald	LU	03		49.5803	6.1468	6
L-1223	Howald	howald	LU	03		49.5852	6.1377	6
L-1228	Howald	howald	LU	03		49.5882	6.1481	6
L-1231	Howald	howald	LU	03		49.5888	6.1442	6
L-1232	Howald	howald	LU	03		49.5813	6.1464	6
L-1274	Howald	howald	LU	03		49.5786	6.1373	6
L-1350	Howald	howald	LU	03		49.5791	6.1271	6
L-1353	Howald	howald	LU	03		49.5798	6.1436	4
L-1363	Howald	howald	LU	03		49.5882	6.1463	6
L-1423	Howald	howald	LU	03		49.5834	6.139	6
L-1455	Howald	howald	LU	03		49.5847	6.1405	6
L-1467	Howald	howald	LU	03		49.5811	6.1448	6
L-1508	Howald	howald	LU	03		49.5851	6.1441	6
L-1625	Howald	howald	LU	03		49.581	6.1436	6
L-1749	Howald	howald	LU	03		49.5833	6.1449	6
L-1813	Howald	howald	LU	03		49.5857	6.1397	6
L-1816	Itzig	itzig	LU	03		49.5962	6.1583	4
L-1818	Howald	howald	LU	03		49.5765	6.1312	6
L-1842	Howald	howald	LU	03		49.584	6.1433	4
L-1867	Howald	howald	LU	03		49.5857	6.1408	6
L-1949	Howald	howald	LU	03		49.5798	6.1472	6
L-2112	Howald	howald	LU	03		49.585	6.1391	6
L-2129	Howald	howald	LU	03		49.5867	6.1415	6
L-2272	Howald	howald	LU	03		49.5869	6.1405	6
L-2317	Howald	howald	LU	03		49.5888	6.1447	6
L-2319	Howald	howald	LU	03		49.5812	6.1422	6
L-2370	Howald	howald	LU	03		49.5765	6.1385	6
L-2412	Howald	howald	LU	03		49.5882	6.1401	6
L-2416	Howald	howald	LU	03		49.5863	6.145	6
L-2425	Howald	howald	LU	03		49.5821	6.1425	6
L-2446	Howald	howald	LU	03		49.5855	6.1425	6
L-2524	Howald	howald	LU	03		49.5847	6.1372	4
L-2529	Howald	howald	LU	03		49.5809	6.135	6
L-2545	Howald	howald	LU	03		49.5785	6.1485	6
L-2610	Howald	howald	LU	03		49.5877	6.1424	6
L-2611	Howald	howald	LU	03		49.5878	6.1431	4
L-2723	Howald	howald	LU	03		49.5869	6.1389	6
L-2727	Howald	howald	LU	03		49.5794	6.1478	6
L-5280	Itzig	itzig	LU	03		49.6012	6.2057	6
L-5801	Hesperange	hesperange	LU	03		49.5731	6.1449	4
L-5808	Fentange	fentange	LU	03		49.5644	6.1501	6
L-5809	Hesperange	hesperange	LU	03		49.5731	6.1449	6
L-5810	Hesperange	hesperange	LU	03		49.5714	6.1525	6
L-5811	Fentange	fentange	LU	03		49.5652	6.1514	4
L-5812	Hesperange	hesperange	LU	03		49.5738	6.156	6
L-5813	Fentange	fentange	LU	03		49.5719	6.1428	6
L-5814	Fentange	fentange	LU	03		49.5673	6.1539	6
L-5815	Alzingen	alzingen	LU	03		49.5689	6.1602	6
L-5816	Hesperange	hesperange	LU	03		49.573	6.1538	6
L-5817	Fentange	fentange	LU	03		49.5708	6.1443	6
L-5818	Alzingen	alzingen	LU	03		49.5673	6.1655	6
L-5819	Alzingen	alzingen	LU	03		49.5678	6.1619	6
L-5820	Fentange	fentange	LU	03		49.5685	6.1534	4
L-5821	Howald	howald	LU	03		49.5827	6.1471	6
L-5822	Hesperange	hesperange	LU	03		49.5729	6.1456	6
L-5823	Fentange	fentange	LU	03		49.5655	6.15	6
L-5824	Alzingen	alzingen	LU	03		49.5724	6.1641	6
L-5825	Fentange	fentange	LU	03		49.5676	6.1502	6
L-5826	Hesperange	hesperange	LU	03		49.5717	6.1483	4
L-5826	Fentange	fentange	LU	03		49.5714	6.1458	6
L-5828	Fentange	fentange	LU	03		49.5693	6.1529	6
L-5829	Alzingen	alzingen	LU	03		49.5653	6.1633	6
L-5830	Hesperange	hesperange	LU	03		49.573	6.162	6
L-5830	Alzingen	alzingen	LU	03		49.5712	6.1639	6
L-5831	Hesperange	hesperange	LU	03		49.5767	6.1606	6
L-5832	Fentange	fentange	LU	03		49.5709	6.1404	6
L-5833	Alzingen	alzingen	LU	03		49.5727	6.1651	6
L-5834	Hesperange	hesperange	LU	03		49.5728	6.1479	6
L-5835	Alzingen	alzingen	LU	03		49.564	6.162	6
L-5836	Alzingen	alzingen	LU	03		49.566	6.1608	6
L-5837	Fentange	fentange	LU	03		49.5693	6.1492	6
L-5838	Fentange	fentange	LU	03		49.569	6.1503	6
L-5839	Fentange	fentange	LU	03		49.5695	6.1484	6
L-5840	Hesperange	hesperange	LU	03		49.5707	6.1526	6
L-5841	Hesperange	hesperange	LU	03		49.5709	6.1534	6
L-5842	Hesperange	hesperange	LU	03		49.5701	6.152	6
L-5843	Fentange	fentange	LU	03		49.5669	6.1515	6
L-5844	Alzingen	alzingen	LU	03		49.5732	6.1711	6
L-5846	Fentange	fentange	LU	03		49.5618	6.1483	6
L-5850	Howald	howald	LU	03		49.5852	6.1462	6
L-5852	Hesperange	hesperange	LU	03		49.5755	6.1614	6
L-5853	Fentange	fentange	LU	03		49.5704	6.1467	6
L-5854	Alzingen	alzingen	LU	03		49.5687	6.1695	6
L-5855	Hesperange	hesperange	LU	03		49.5795	6.1617	6
L-5856	Hesperange	hesperange	LU	03		49.5729	6.1507	6
L-5859	Hesperange	hesperange	LU	03		49.5778	6.1619	6
L-5860	Hesperange	hesperange	LU	03		49.5725	6.1616	6
L-5861	Fentange	fentange	LU	03		49.5686	6.1545	6
L-5862	Hesperange	hesperange	LU	03		49.5712	6.1498	6
L-5862	Fentange	fentange	LU	03		49.5711	6.1467	6
L-5863	Alzingen	alzingen	LU	03		49.5739	6.1635	6
L-5863	Hesperange	hesperange	LU	03		49.5733	6.1613	6
L-5864	Fentange	fentange	LU	03		49.5636	6.1484	6
L-5865	Alzingen	alzingen	LU	03		49.5619	6.1626	6
L-5866	Hesperange	hesperange	LU	03		49.58	6.1511	6
L-5867	Fentange	fentange	LU	03		49.5706	6.1431	4
L-5868	Alzingen	alzingen	LU	03		49.5672	6.1626	6
L-5869	Alzingen	alzingen	LU	03		49.5688	6.1658	6
L-5870	Alzingen	alzingen	LU	03		49.5678	6.164	6
L-5871	Alzingen	alzingen	LU	03		49.5695	6.1717	6
L-5872	Alzingen	alzingen	LU	03		49.5739	6.1645	6
L-5873	Alzingen	alzingen	LU	03		49.5732	6.1662	6
L-5874	Hesperange	hesperange	LU	03		49.5729	6.1466	6
L-5875	Alzingen	alzingen	LU	03		49.5693	6.1675	6
L-5876	Hesperange	hesperange	LU	03		49.5727	6.1496	6
L-5878	Hesperange	hesperange	LU	03		49.5727	6.1519	6
L-5880	Hesperange	hesperange	LU	03		49.573	6.1488	4
L-5884	Howald	howald	LU	03		49.582	6.1482	6
L-5884	Hesperange	hesperange	LU	03		49.5762	6.1535	4
L-5885	Howald	howald	LU	03		49.5852	6.1453	6
L-5885	Hesperange	hesperange	LU	03		49.576	6.154	6
L-5886	Alzingen	alzingen	LU	03		49.569	6.1606	4
L-5886	Hesperange	hesperange	LU	03		49.5727	6.1578	6
L-5887	Alzingen	alzingen	LU	03		49.5668	6.1623	4
L-5887	Hesperange	hesperange	LU	03		49.573	6.1589	4
L-5888	Alzingen	alzingen	LU	03		49.5611	6.1647	6
L-5889	Fentange	fentange	LU	03		49.5665	6.1546	6
L-5890	Hesperange	hesperange	LU	03		49.5719	6.1614	6
L-5890	Alzingen	alzingen	LU	03		49.5717	6.1619	6
L-5891	Fentange	fentange	LU	03		49.567	6.1543	6
L-5892	Alzingen	alzingen	LU	03		49.5738	6.1652	6
L-5893	Hesperange	hesperange	LU	03		49.5729	6.1487	6
L-5894	Alzingen	alzingen	LU	03		49.5738	6.1652	4
L-5895	Alzingen	alzingen	LU	03		49.5738	6.1652	4
L-5896	Alzingen	alzingen	LU	03		49.5738	6.1652	4
L-5940	Hesperange	hesperange	LU	03		49.5772	6.1599	6
L-5941	Hesperange	hesperange	LU	03		49.5772	6.1599	4
L-5942	Itzig	itzig	LU	03		49.5837	6.1669	6
L-5943	Itzig	itzig	LU	03		49.584	6.166	6
L-5950	Itzig	itzig	LU	03		49.5891	6.1722	4
L-5951	Itzig	itzig	LU	03		49.5891	6.1709	6
L-5952	Itzig	itzig	LU	03		49.5856	6.1706	6
L-5953	Itzig	itzig	LU	03		49.5872	6.1762	6
L-5954	Itzig	itzig	LU	03		49.5866	6.1698	6
L-5955	Itzig	itzig	LU	03		49.5853	6.1759	6
L-5956	Itzig	itzig	LU	03		49.5862	6.17	6
L-5957	Itzig	itzig	LU	03		49.5877	6.1689	6
L-5958	Itzig	itzig	LU	03		49.5845	6.1686	6
L-5959	Itzig	itzig	LU	03		49.5834	6.1688	6
L-5960	Itzig	itzig	LU	03		49.5881	6.1678	6
L-5961	Itzig	itzig	LU	03		49.5874	6.1719	4
L-5962	Itzig	itzig	LU	03		49.5874	6.1719	6
L-5963	Itzig	itzig	LU	03		49.5852	6.174	6
L-5964	Itzig	itzig	LU	03		49.5864	6.1776	6
L-5969	Itzig	itzig	LU	03		49.5872	6.1699	6
L-5970	Itzig	itzig	LU	03		49.587	6.1679	6
L-5971	Itzig	itzig	LU	03		49.5866	6.1733	6
L-5972	Itzig	itzig	LU	03		49.5849	6.1731	6
L-5973	Itzig	itzig	LU	03		49.5864	6.1675	6
L-5974	Itzig	itzig	LU	03		49.5889	6.1742	6
L-5975	Itzig	itzig	LU	03		49.5858	6.179	6
L-5976	Itzig	itzig	LU	03		49.5876	6.1734	6
L-5977	Itzig	itzig	LU	03		49.5885	6.1701	6
L-5978	Itzig	itzig	LU	03		49.5871	6.1782	6
L-1209	Senningerberg	senningerberg	LU	04		49.6464	6.2256	6
L-1239	Senningerberg	senningerberg	LU	04		49.6444	6.2278	6
L-1245	Senningerberg	senningerberg	LU	04		49.6484	6.2269	6
L-1259	Senningerberg	senningerberg	LU	04		49.6548	6.2209	6
L-1448	Senningerberg	senningerberg	LU	04		49.6519	6.2267	6
L-1638	Senningerberg	senningerberg	LU	04		49.6473	6.2238	6
L-1646	Senningerberg	senningerberg	LU	04		49.6526	6.2253	6
L-1670	Senningerberg	senningerberg	LU	04		49.6531	6.2314	6
L-1709	Senningerberg	senningerberg	LU	04		49.6524	6.2277	6
L-1736	Senningerberg	senningerberg	LU	04		49.6369	6.219	6
L-1748	Senningerberg	senningerberg	LU	04		49.633	6.208	6
L-2170	Senningerberg	senningerberg	LU	04		49.6444	6.2264	6
L-2315	Senningerberg	senningerberg	LU	04		49.649	6.2387	4
L-2357	Senningerberg	senningerberg	LU	04		49.649	6.2387	6
L-2434	Senningerberg	senningerberg	LU	04		49.6508	6.2356	6
L-2443	Senningerberg	senningerberg	LU	04		49.6504	6.2334	6
L-2513	Senningerberg	senningerberg	LU	04		49.6492	6.2374	6
L-2633	Senningerberg	senningerberg	LU	04		49.6438	6.2228	6
L-6165	Ernster	ernster	LU	04		49.6808	6.2491	6
L-6166	Ernster	ernster	LU	04		49.68	6.2455	6
L-6905	Niederanven	niederanven	LU	04		49.6575	6.251	4
L-6906	Niederanven	niederanven	LU	04		49.6575	6.251	4
L-6939	Niederanven	niederanven	LU	04		49.6527	6.2459	6
L-6940	Niederanven	niederanven	LU	04		49.6519	6.257	6
L-6941	Niederanven	niederanven	LU	04		49.6507	6.2615	6
L-6942	Niederanven	niederanven	LU	04		49.652	6.264	6
L-6943	Niederanven	niederanven	LU	04		49.6541	6.259	6
L-6944	Niederanven	niederanven	LU	04		49.6551	6.2536	6
L-6945	Niederanven	niederanven	LU	04		49.6545	6.2518	6
L-6946	Niederanven	niederanven	LU	04		49.6575	6.251	6
L-6947	Niederanven	niederanven	LU	04		49.6441	6.2676	6
L-6948	Niederanven	niederanven	LU	04		49.6475	6.2571	6
L-6960	Senningen	senningen	LU	04		49.6492	6.2432	6
L-6961	Senningen	senningen	LU	04		49.6466	6.2394	6
L-6962	Senningen	senningen	LU	04		49.6465	6.2421	6
L-6969	Oberanven	oberanven	LU	04		49.6605	6.251	6
L-6970	Hostert	hostert	LU	04		49.6566	6.2332	6
L-6970	Oberanven	oberanven	LU	04		49.6578	6.2416	6
L-6971	Hostert	hostert	LU	04		49.6608	6.237	6
L-6972	Rameldange	rameldange	LU	04		49.6639	6.2311	6
L-6973	Rameldange	rameldange	LU	04		49.6698	6.2357	6
L-6974	Rameldange	rameldange	LU	04		49.6665	6.2343	6
L-6975	Rameldange	rameldange	LU	04		49.6646	6.2349	6
L-6976	Oberanven	oberanven	LU	04		49.6571	6.2426	6
L-6977	Oberanven	oberanven	LU	04		49.6608	6.2398	4
L-6978	Hostert	hostert	LU	04		49.6606	6.2307	6
L-6979	Rameldange	rameldange	LU	04		49.6653	6.2301	6
L-6980	Rameldange	rameldange	LU	04		49.665	6.2403	6
L-6981	Rameldange	rameldange	LU	04		49.6635	6.2352	6
L-6982	Oberanven	oberanven	LU	04		49.6604	6.2391	6
L-6985	Hostert	hostert	LU	04		49.6581	6.2318	6
L-6986	Oberanven	oberanven	LU	04		49.6584	6.2392	6
L-6987	Rameldange	rameldange	LU	04		49.662	6.2306	4
L-6988	Hostert	hostert	LU	04		49.6598	6.2343	6
L-6989	Hostert	hostert	LU	04		49.6534	6.2377	6
L-6990	Rameldange	rameldange	LU	04		49.6642	6.2316	4
L-6990	Hostert	hostert	LU	04		49.6595	6.2328	4
L-6991	Rameldange	rameldange	LU	04		49.6644	6.2295	6
L-6992	Oberanven	oberanven	LU	04		49.6583	6.2498	6
L-6995	Rameldange	rameldange	LU	04		49.6618	6.2353	6
L-6996	Hostert	hostert	LU	04		49.661	6.2348	6
L-6996	Oberanven	oberanven	LU	04		49.6593	6.2376	4
L-6996	Rameldange	rameldange	LU	04		49.6614	6.2357	4
L-6997	Oberanven	oberanven	LU	04		49.6591	6.2384	6
L-6998	Hostert	hostert	LU	04		49.6564	6.2306	6
L-6999	Oberanven	oberanven	LU	04		49.6583	6.2498	4
L-1319	Findel	findel	LU	05		49.6217	6.1874	4
L-1523	Findel	findel	LU	05		49.6266	6.1978	6
L-1748	Findel	findel	LU	05		49.6316	6.2067	6
L-1751	Findel	findel	LU	05		49.627	6.1948	4
L-2220	Findel	findel	LU	05		49.6222	6.1891	6
L-2632	Findel	findel	LU	05		49.6287	6.2032	6
L-5201	Sandweiler	sandweiler	LU	05		49.6167	6.2257	4
L-5211	Sandweiler	sandweiler	LU	05		49.6183	6.2143	6
L-5212	Sandweiler	sandweiler	LU	05		49.6204	6.2095	6
L-5213	Sandweiler	sandweiler	LU	05		49.6174	6.2126	6
L-5214	Sandweiler	sandweiler	LU	05		49.6186	6.2186	6
L-5215	Sandweiler	sandweiler	LU	05		49.6143	6.2211	6
L-5216	Sandweiler	sandweiler	LU	05		49.619	6.2199	6
L-5217	Sandweiler	sandweiler	LU	05		49.615	6.226	6
L-5218	Sandweiler	sandweiler	LU	05		49.6125	6.2148	6
L-5219	Sandweiler	sandweiler	LU	05		49.6139	6.2095	6
L-5220	Sandweiler	sandweiler	LU	05		49.6161	6.2155	6
L-5221	Sandweiler	sandweiler	LU	05		49.6136	6.208	6
L-5222	Sandweiler	sandweiler	LU	05		49.6131	6.2242	6
L-5230	Sandweiler	sandweiler	LU	05		49.6164	6.2112	6
L-5231	Sandweiler	sandweiler	LU	05		49.614	6.2162	6
L-5232	Sandweiler	sandweiler	LU	05		49.6151	6.214	6
L-5233	Sandweiler	sandweiler	LU	05		49.6172	6.2205	6
L-5234	Sandweiler	sandweiler	LU	05		49.6205	6.211	6
L-5235	Sandweiler	sandweiler	LU	05		49.6139	6.2136	4
L-5236	Sandweiler	sandweiler	LU	05		49.6125	6.2289	6
L-5237	Sandweiler	sandweiler	LU	05		49.6139	6.2136	6
L-5238	Sandweiler	sandweiler	LU	05		49.6122	6.2127	6
L-5239	Sandweiler	sandweiler	LU	05		49.6148	6.2118	6
L-5240	Sandweiler	sandweiler	LU	05		49.6164	6.2185	6
L-5241	Sandweiler	sandweiler	LU	05		49.6147	6.2242	6
L-5243	Sandweiler	sandweiler	LU	05		49.6167	6.2257	6
L-5244	Sandweiler	sandweiler	LU	05		49.6168	6.2137	6
L-5250	Sandweiler	sandweiler	LU	05		49.612	6.2284	6
L-5251	Sandweiler	sandweiler	LU	05		49.6131	6.2097	6
L-5252	Sandweiler	sandweiler	LU	05		49.6174	6.2231	6
L-5253	Sandweiler	sandweiler	LU	05		49.6219	6.217	6
L-5254	Sandweiler	sandweiler	LU	05		49.6193	6.2219	6
L-5255	Sandweiler	sandweiler	LU	05		49.6149	6.2165	6
L-5256	Sandweiler	sandweiler	LU	05		49.6172	6.2215	6
L-5280	Sandweiler	sandweiler	LU	05		49.6061	6.2015	6
L-5290	Neuhaeusgen	neuhaeusgen	LU	06		49.6236	6.2384	6
L-5291	Neuhaeusgen	neuhaeusgen	LU	06		49.6246	6.2331	6
L-5299	Schrassig	schrassig	LU	06		49.6107	6.2434	4
L-5342	Schuttrange	schuttrange	LU	06		49.6182	6.2589	6
L-5359	Schuttrange	schuttrange	LU	06		49.6183	6.2593	6
L-5360	Schrassig	schrassig	LU	06		49.6087	6.2581	6
L-5361	Schrassig	schrassig	LU	06		49.6155	6.2584	6
L-5362	Schrassig	schrassig	LU	06		49.6107	6.2534	6
L-5363	Schrassig	schrassig	LU	06		49.6146	6.2543	4
L-5364	Schrassig	schrassig	LU	06		49.6155	6.2568	4
L-5365	Munsbach	munsbach	LU	06		49.6411	6.2718	6
L-5366	Munsbach	munsbach	LU	06		49.6305	6.2679	6
L-5367	Schuttrange	schuttrange	LU	06		49.622	6.2663	6
L-5368	Schuttrange	schuttrange	LU	06		49.6198	6.2694	6
L-5369	Schuttrange	schuttrange	LU	06		49.6198	6.2737	6
L-5370	Schuttrange	schuttrange	LU	06		49.6217	6.274	6
L-5371	Schuttrange	schuttrange	LU	06		49.6211	6.2624	6
L-5372	Munsbach	munsbach	LU	06		49.6271	6.2666	6
L-5372	Schuttrange	schuttrange	LU	06		49.6248	6.2665	6
L-5373	Schuttrange	schuttrange	LU	06		49.6182	6.2632	6
L-5374	Munsbach	munsbach	LU	06		49.6321	6.2624	6
L-5375	Schuttrange	schuttrange	LU	06		49.6232	6.2662	6
L-5376	Uebersyren	uebersyren	LU	06		49.6313	6.2755	6
L-5377	Uebersyren	uebersyren	LU	06		49.6306	6.2766	6
L-5378	Uebersyren	uebersyren	LU	06		49.6317	6.2737	6
L-5380	Uebersyren	uebersyren	LU	06		49.6331	6.2803	6
L-5381	Schuttrange	schuttrange	LU	06		49.6182	6.2589	4
L-7302	Steinsel	steinsel	LU	07		49.6775	6.1181	6
L-7302	Mullendorf	mullendorf	LU	07		49.6828	6.1268	6
L-7303	Steinsel	steinsel	LU	07		49.6703	6.1166	6
L-7304	Heisdorf	heisdorf	LU	07		49.6733	6.1384	6
L-7305	Mullendorf	mullendorf	LU	07		49.6758	6.1284	6
L-7305	Steinsel	steinsel	LU	07		49.6728	6.128	6
L-7306	Mullendorf	mullendorf	LU	07		49.682	6.1269	6
L-7307	Steinsel	steinsel	LU	07		49.6724	6.1211	6
L-7308	Heisdorf	heisdorf	LU	07		49.6794	6.1401	6
L-7309	Steinsel	steinsel	LU	07		49.6753	6.119	6
L-7310	Heisdorf	heisdorf	LU	07		49.668	6.1394	6
L-7311	Heisdorf	heisdorf	LU	07		49.6703	6.1368	4
L-7312	Mullendorf	mullendorf	LU	07		49.682	6.125	6
L-7313	Heisdorf	heisdorf	LU	07		49.6798	6.1388	6
L-7314	Heisdorf	heisdorf	LU	07		49.6739	6.1411	4
L-7315	Steinsel	steinsel	LU	07		49.6778	6.1233	6
L-7316	Steinsel	steinsel	LU	07		49.6766	6.1232	6
L-7317	Mullendorf	mullendorf	LU	07		49.6785	6.1279	6
L-7317	Steinsel	steinsel	LU	07		49.6773	6.1247	6
L-7318	Heisdorf	heisdorf	LU	07		49.6736	6.1382	6
L-7319	Steinsel	steinsel	LU	07		49.6741	6.1236	6
L-7320	Steinsel	steinsel	LU	07		49.6786	6.1208	6
L-7321	Mullendorf	mullendorf	LU	07		49.6779	6.1284	6
L-7322	Steinsel	steinsel	LU	07		49.6761	6.1192	6
L-7323	Steinsel	steinsel	LU	07		49.6765	6.1179	6
L-7324	Mullendorf	mullendorf	LU	07		49.6822	6.1292	6
L-7325	Heisdorf	heisdorf	LU	07		49.6742	6.1386	6
L-7326	Mullendorf	mullendorf	LU	07		49.6802	6.1267	6
L-7327	Steinsel	steinsel	LU	07		49.6705	6.1222	6
L-7328	Heisdorf	heisdorf	LU	07		49.6733	6.1439	4
L-7329	Heisdorf	heisdorf	LU	07		49.6764	6.1348	4
L-7330	Heisdorf	heisdorf	LU	07		49.6731	6.1369	6
L-7331	Steinsel	steinsel	LU	07		49.6736	6.1198	6
L-7332	Mullendorf	mullendorf	LU	07		49.6788	6.1301	6
L-7333	Steinsel	steinsel	LU	07		49.6733	6.1254	6
L-7334	Heisdorf	heisdorf	LU	07		49.6726	6.149	6
L-7335	Heisdorf	heisdorf	LU	07		49.6712	6.1437	6
L-7336	Steinsel	steinsel	LU	07		49.675	6.1203	6
L-7337	Heisdorf	heisdorf	LU	07		49.6773	6.1347	6
L-7338	Heisdorf	heisdorf	LU	07		49.675	6.1419	6
L-7339	Steinsel	steinsel	LU	07		49.6789	6.1226	6
L-7340	Heisdorf	heisdorf	LU	07		49.673	6.1429	6
L-7341	Heisdorf	heisdorf	LU	07		49.6707	6.1331	6
L-7342	Heisdorf	heisdorf	LU	07		49.6747	6.1432	6
L-7343	Steinsel	steinsel	LU	07		49.6708	6.1174	6
L-7344	Steinsel	steinsel	LU	07		49.6677	6.1155	6
L-7345	Heisdorf	heisdorf	LU	07		49.671	6.1339	6
L-7346	Mullendorf	mullendorf	LU	07		49.6812	6.1229	6
L-7347	Steinsel	steinsel	LU	07		49.6757	6.1259	6
L-7348	Heisdorf	heisdorf	LU	07		49.679	6.1367	6
L-7349	Heisdorf	heisdorf	LU	07		49.6707	6.1339	4
L-1019	Strassen	strassen	LU	08		49.6202	6.0961	6
L-1210	Strassen	strassen	LU	08		49.6187	6.0975	6
L-1370	Strassen	strassen	LU	08		49.6139	6.0911	6
L-1445	Strassen	strassen	LU	08		49.6208	6.0952	6
L-1483	Strassen	strassen	LU	08		49.6215	6.0985	6
L-1512	Strassen	strassen	LU	08		49.6193	6.0969	6
L-1525	Strassen	strassen	LU	08		49.6198	6.0973	6
L-2361	Strassen	strassen	LU	08		49.6215	6.0936	6
L-2409	Strassen	strassen	LU	08		49.6219	6.0904	6
L-2410	Strassen	strassen	LU	08		49.623	6.0942	4
L-2510	Strassen	strassen	LU	08		49.6194	6.09	6
L-8001	Strassen	strassen	LU	08		49.6189	6.0837	4
L-8002	Strassen	strassen	LU	08		49.6189	6.0837	4
L-8008	Strassen	strassen	LU	08		49.6189	6.0837	4
L-8009	Strassen	strassen	LU	08		49.6182	6.0844	4
L-8010	Strassen	strassen	LU	08		49.6218	6.0631	6
L-8011	Strassen	strassen	LU	08		49.6211	6.0636	6
L-8012	Strassen	strassen	LU	08		49.6225	6.0657	6
L-8013	Strassen	strassen	LU	08		49.6174	6.08	6
L-8014	Strassen	strassen	LU	08		49.6239	6.064	6
L-8015	Strassen	strassen	LU	08		49.6172	6.0784	6
L-8016	Strassen	strassen	LU	08		49.6228	6.063	6
L-8017	Strassen	strassen	LU	08		49.62	6.0649	6
L-8018	Strassen	strassen	LU	08		49.6144	6.0726	4
L-8019	Strassen	strassen	LU	08		49.6236	6.0693	6
L-8020	Strassen	strassen	LU	08		49.6156	6.0741	6
L-8021	Strassen	strassen	LU	08		49.6161	6.0759	6
L-8022	Strassen	strassen	LU	08		49.6234	6.0782	6
L-8023	Strassen	strassen	LU	08		49.6243	6.0772	6
L-8024	Strassen	strassen	LU	08		49.6204	6.0616	6
L-8025	Strassen	strassen	LU	08		49.6194	6.0703	6
L-8026	Strassen	strassen	LU	08		49.6179	6.0734	6
L-8027	Strassen	strassen	LU	08		49.62	6.0582	6
L-8028	Strassen	strassen	LU	08		49.6232	6.0709	4
L-8029	Strassen	strassen	LU	08		49.617	6.0766	6
L-8030	Strassen	strassen	LU	08		49.6172	6.0848	6
L-8031	Strassen	strassen	LU	08		49.6176	6.0758	4
L-8032	Strassen	strassen	LU	08		49.6181	6.0701	4
L-8033	Strassen	strassen	LU	08		49.6205	6.0562	6
L-8034	Strassen	strassen	LU	08		49.6171	6.0637	6
L-8035	Strassen	strassen	LU	08		49.6219	6.0765	6
L-8036	Strassen	strassen	LU	08		49.6214	6.0798	6
L-8037	Strassen	strassen	LU	08		49.6166	6.0774	6
L-8038	Strassen	strassen	LU	08		49.6193	6.0739	6
L-8039	Strassen	strassen	LU	08		49.6171	6.0686	6
L-8040	Strassen	strassen	LU	08		49.6222	6.0636	6
L-8041	Strassen	strassen	LU	08		49.6187	6.0656	6
L-8042	Strassen	strassen	LU	08		49.6228	6.0714	6
L-8043	Strassen	strassen	LU	08		49.6219	6.0729	6
L-8044	Strassen	strassen	LU	08		49.6161	6.0782	6
L-8045	Strassen	strassen	LU	08		49.62	6.0804	6
L-8046	Strassen	strassen	LU	08		49.6202	6.0796	6
L-8047	Strassen	strassen	LU	08		49.6134	6.0756	6
L-8048	Strassen	strassen	LU	08		49.6138	6.0762	6
L-8049	Strassen	strassen	LU	08		49.6209	6.0536	6
L-8056	Strassen	strassen	LU	08		49.6224	6.0743	6
L-8069	Strassen	strassen	LU	08		49.612	6.077	6
L-8070	Strassen	strassen	LU	08		49.609	6.0801	4
L-8073	Strassen	strassen	LU	08		49.609	6.0801	4
L-8097	Strassen	strassen	LU	08		49.6193	6.0591	6
L-8098	Strassen	strassen	LU	08		49.6201	6.0675	6
L-8099	Strassen	strassen	LU	08		49.621	6.0611	6
L-8110	Strassen	strassen	LU	08		49.6257	6.063	6
L-8111	Strassen	strassen	LU	08		49.6237	6.0751	6
L-8112	Strassen	strassen	LU	08		49.6234	6.0735	6
L-8115	Strassen	strassen	LU	08		49.6285	6.066	4
L-8130	Strassen	strassen	LU	08		49.6225	6.0928	6
L-8251	Strassen	strassen	LU	08		49.6276	6.047	6
L-7201	Bereldange	bereldange	LU	09		49.6546	6.1176	4
L-7202	Bereldange	bereldange	LU	09		49.6546	6.1176	4
L-7209	Walferdange	walferdange	LU	09		49.6555	6.1314	6
L-7210	Helmsange	helmsange	LU	09		49.6635	6.1307	6
L-7211	Helmsange	helmsange	LU	09		49.6607	6.1394	6
L-7212	Bereldange	bereldange	LU	09		49.6493	6.1239	6
L-7213	Bereldange	bereldange	LU	09		49.6547	6.1256	6
L-7214	Bereldange	bereldange	LU	09		49.6505	6.1207	6
L-7215	Bereldange	bereldange	LU	09		49.6531	6.1177	6
L-7216	Bereldange	bereldange	LU	09		49.6575	6.1257	6
L-7217	Bereldange	bereldange	LU	09		49.6549	6.1224	6
L-7218	Helmsange	helmsange	LU	09		49.6586	6.1387	6
L-7219	Helmsange	helmsange	LU	09		49.6589	6.1407	6
L-7220	Walferdange	walferdange	LU	09		49.659	6.1314	6
L-7220	Helmsange	helmsange	LU	09		49.6641	6.1336	6
L-7221	Bereldange	bereldange	LU	09		49.655	6.1186	6
L-7222	Walferdange	walferdange	LU	09		49.6556	6.1342	6
L-7223	Bereldange	bereldange	LU	09		49.6559	6.1258	6
L-7224	Walferdange	walferdange	LU	09		49.6549	6.1326	6
L-7225	Bereldange	bereldange	LU	09		49.654	6.1171	6
L-7226	Helmsange	helmsange	LU	09		49.6584	6.1356	6
L-7226	Walferdange	walferdange	LU	09		49.6566	6.1353	6
L-7227	Bereldange	bereldange	LU	09		49.6556	6.119	6
L-7228	Helmsange	helmsange	LU	09		49.6623	6.135	4
L-7229	Helmsange	helmsange	LU	09		49.6609	6.1378	6
L-7230	Helmsange	helmsange	LU	09		49.6596	6.14	6
L-7231	Helmsange	helmsange	LU	09		49.6641	6.1348	6
L-7232	Bereldange	bereldange	LU	09		49.6506	6.1241	6
L-7233	Bereldange	bereldange	LU	09		49.6564	6.1288	6
L-7234	Helmsange	helmsange	LU	09		49.659	6.1428	6
L-7235	Bereldange	bereldange	LU	09		49.6546	6.1176	6
L-7236	Bereldange	bereldange	LU	09		49.6544	6.116	6
L-7237	Helmsange	helmsange	LU	09		49.6656	6.139	6
L-7238	Walferdange	walferdange	LU	09		49.6544	6.138	6
L-7239	Bereldange	bereldange	LU	09		49.65	6.1231	6
L-7240	Bereldange	bereldange	LU	09		49.6554	6.1274	6
L-7241	Bereldange	bereldange	LU	09		49.6514	6.1275	6
L-7242	Helmsange	helmsange	LU	09		49.6618	6.1372	6
L-7243	Bereldange	bereldange	LU	09		49.652	6.125	6
L-7244	Bereldange	bereldange	LU	09		49.6524	6.116	4
L-7245	Bereldange	bereldange	LU	09		49.65	6.1303	6
L-7246	Helmsange	helmsange	LU	09		49.6657	6.1314	6
L-7247	Helmsange	helmsange	LU	09		49.6619	6.1346	6
L-7248	Bereldange	bereldange	LU	09		49.6511	6.1218	6
L-7249	Bereldange	bereldange	LU	09		49.6579	6.1233	6
L-7250	Helmsange	helmsange	LU	09		49.6612	6.1394	4
L-7251	Helmsange	helmsange	LU	09		49.6602	6.1389	6
L-7252	Bereldange	bereldange	LU	09		49.6548	6.1167	6
L-7253	Walferdange	walferdange	LU	09		49.6572	6.1369	6
L-7254	Bereldange	bereldange	LU	09		49.6599	6.1263	6
L-7255	Helmsange	helmsange	LU	09		49.6664	6.1394	6
L-7256	Walferdange	walferdange	LU	09		49.658	6.1316	6
L-7257	Helmsange	helmsange	LU	09		49.6683	6.1328	6
L-7258	Helmsange	helmsange	LU	09		49.6627	6.1376	6
L-7259	Bereldange	bereldange	LU	09		49.6578	6.1197	6
L-7260	Bereldange	bereldange	LU	09		49.6621	6.1245	6
L-7261	Helmsange	helmsange	LU	09		49.6625	6.1396	6
L-7262	Helmsange	helmsange	LU	09		49.6606	6.1408	6
L-7263	Helmsange	helmsange	LU	09		49.6675	6.1318	6
L-7264	Helmsange	helmsange	LU	09		49.6681	6.1363	6
L-7265	Bereldange	bereldange	LU	09		49.6589	6.122	6
L-7268	Bereldange	bereldange	LU	09		49.6567	6.1167	6
L-7269	Walferdange	walferdange	LU	09		49.6549	6.1333	6
L-7270	Helmsange	helmsange	LU	09		49.6637	6.1312	4
L-7274	Walferdange	walferdange	LU	09		49.6556	6.1363	6
L-5760	Hassel	hassel	LU	10		49.5504	6.2043	6
L-5761	Hassel	hassel	LU	10		49.5498	6.2107	6
L-5762	Hassel	hassel	LU	10		49.5531	6.2064	6
L-5770	Weiler-la-Tour	weiler-la-tour	LU	10		49.5409	6.1964	6
L-5771	Weiler-la-Tour	weiler-la-tour	LU	10		49.543	6.1761	6
L-5772	Weiler-la-Tour	weiler-la-tour	LU	10		49.544	6.2018	6
L-5773	Weiler-la-Tour	weiler-la-tour	LU	10		49.5342	6.1807	4
L-5774	Weiler-la-Tour	weiler-la-tour	LU	10		49.5466	6.202	6
L-5775	Weiler-la-Tour	weiler-la-tour	LU	10		49.5436	6.2035	6
L-5776	Weiler-la-Tour	weiler-la-tour	LU	10		49.5458	6.2046	6
L-5898	Syren	syren	LU	10		49.5653	6.2192	4
L-5899	Syren	syren	LU	10		49.563	6.2195	6
L-1111	Luxembourg	luxembourg	LU	2960317		49.6007	6.1164	6
L-1112	Luxembourg	luxembourg	LU	2960317		49.5976	6.121	6
L-1113	Luxembourg	luxembourg	LU	2960317		49.6164	6.1741	6
L-1114	Luxembourg	luxembourg	LU	2960317		49.6154	6.1238	6
L-1115	Luxembourg	luxembourg	LU	2960317		49.6244	6.1468	4
L-1116	Luxembourg	luxembourg	LU	2960317		49.6055	6.1161	6
L-1117	Luxembourg	luxembourg	LU	2960317		49.6075	6.1182	6
L-1118	Luxembourg	luxembourg	LU	2960317		49.6117	6.1269	6
L-1119	Luxembourg	luxembourg	LU	2960317		49.6215	6.1617	6
L-1120	Luxembourg	luxembourg	LU	2960317		49.5937	6.1194	6
L-1121	Luxembourg	luxembourg	LU	2960317		49.6158	6.1657	6
L-1122	Luxembourg	luxembourg	LU	2960317		49.5969	6.1311	6
L-1123	Luxembourg	luxembourg	LU	2960317		49.6127	6.1405	6
L-1124	Luxembourg	luxembourg	LU	2960317		49.6147	6.1332	6
L-1125	Luxembourg	luxembourg	LU	2960317		49.6136	6.1253	6
L-1126	Luxembourg	luxembourg	LU	2960317		49.6116	6.1074	6
L-1127	Luxembourg	luxembourg	LU	2960317		49.6242	6.1193	6
L-1128	Luxembourg	luxembourg	LU	2960317		49.6203	6.1034	6
L-1129	Luxembourg	luxembourg	LU	2960317		49.6487	6.1369	6
L-1130	Luxembourg	luxembourg	LU	2960317		49.6026	6.1278	6
L-1131	Luxembourg	luxembourg	LU	2960317		49.5849	6.0994	6
L-1132	Luxembourg	luxembourg	LU	2960317		49.5967	6.1486	6
L-1133	Luxembourg	luxembourg	LU	2960317		49.5973	6.1362	6
L-1134	Luxembourg	luxembourg	LU	2960317		49.6097	6.1098	6
L-1135	Luxembourg	luxembourg	LU	2960317		49.6116	6.1121	6
L-1136	Luxembourg	luxembourg	LU	2960317		49.611	6.1296	4
L-1138	Luxembourg	luxembourg	LU	2960317		49.6133	6.1066	6
L-1139	Luxembourg	luxembourg	LU	2960317		49.6331	6.1175	6
L-1140	Luxembourg	luxembourg	LU	2960317		49.6143	6.1137	6
L-1141	Luxembourg	luxembourg	LU	2960317		49.5955	6.1085	6
L-1142	Luxembourg	luxembourg	LU	2960317		49.6085	6.1212	6
L-1143	Luxembourg	luxembourg	LU	2960317		49.608	6.1071	4
L-1144	Luxembourg	luxembourg	LU	2960317		49.6097	6.1302	6
L-1145	Luxembourg	luxembourg	LU	2960317		49.6095	6.0979	4
L-1146	Luxembourg	luxembourg	LU	2960317		49.5902	6.1029	
L-1147	Luxembourg	luxembourg	LU	2960317		49.6263	6.1182	6
L-1148	Luxembourg	luxembourg	LU	2960317		49.6179	6.1216	6
L-1149	Luxembourg	luxembourg	LU	2960317		49.6415	6.117	6
L-1150	Luxembourg	luxembourg	LU	2960317		49.6157	6.103	6
L-1151	Luxembourg	luxembourg	LU	2960317		49.6203	6.1718	6
L-1152	Luxembourg	luxembourg	LU	2960317		49.6209	6.176	6
L-1153	Luxembourg	luxembourg	LU	2960317		49.6209	6.176	
L-1159	Luxembourg	luxembourg	LU	2960317		49.6317	6.1616	6
L-1160	Luxembourg	luxembourg	LU	2960317		49.6051	6.1363	6
L-1161	Luxembourg	luxembourg	LU	2960317		49.6392	6.1375	6
L-1208	Luxembourg	luxembourg	LU	2960317		49.6245	6.1372	6
L-1210	Luxembourg	luxembourg	LU	2960317		49.6189	6.0996	6
L-1211	Luxembourg	luxembourg	LU	2960317		49.599	6.146	6
L-1212	Luxembourg	luxembourg	LU	2960317		49.6132	6.1282	4
L-1213	Luxembourg	luxembourg	LU	2960317		49.5919	6.1285	6
L-1214	Luxembourg	luxembourg	LU	2960317		49.5956	6.1165	6
L-1215	Luxembourg	luxembourg	LU	2960317		49.6027	6.0973	6
L-1217	Luxembourg	luxembourg	LU	2960317		49.6463	6.1304	6
L-1218	Luxembourg	luxembourg	LU	2960317		49.598	6.1204	6
L-1219	Luxembourg	luxembourg	LU	2960317		49.613	6.1291	6
L-1220	Luxembourg	luxembourg	LU	2960317		49.6426	6.1305	6
L-1221	Luxembourg	luxembourg	LU	2960317		49.6413	6.1305	
L-1222	Luxembourg	luxembourg	LU	2960317		49.6117	6.1273	6
L-1224	Luxembourg	luxembourg	LU	2960317		49.5915	6.1181	6
L-1225	Luxembourg	luxembourg	LU	2960317		49.6043	6.1007	6
L-1226	Luxembourg	luxembourg	LU	2960317		49.6246	6.1201	6
L-1227	Luxembourg	luxembourg	LU	2960317		49.6227	6.128	6
L-1229	Luxembourg	luxembourg	LU	2960317		49.6036	6.1351	6
L-1230	Luxembourg	luxembourg	LU	2960317		49.6056	6.1081	6
L-1233	Luxembourg	luxembourg	LU	2960317		49.6108	6.117	6
L-1234	Luxembourg	luxembourg	LU	2960317		49.5957	6.1407	6
L-1235	Luxembourg	luxembourg	LU	2960317		49.5803	6.1167	6
L-1236	Luxembourg	luxembourg	LU	2960317		49.5915	6.1199	6
L-1237	Luxembourg	luxembourg	LU	2960317		49.6263	6.1337	6
L-1238	Luxembourg	luxembourg	LU	2960317		49.6086	6.1365	6
L-1240	Luxembourg	luxembourg	LU	2960317		49.6302	6.1733	6
L-1241	Luxembourg	luxembourg	LU	2960317		49.599	6.1409	6
L-1242	Luxembourg	luxembourg	LU	2960317		49.62	6.155	4
L-1243	Luxembourg	luxembourg	LU	2960317		49.6014	6.1401	6
L-1244	Luxembourg	luxembourg	LU	2960317		49.6171	6.1146	4
L-1246	Luxembourg	luxembourg	LU	2960317		49.6283	6.162	6
L-1247	Luxembourg	luxembourg	LU	2960317		49.6115	6.133	6
L-1248	Luxembourg	luxembourg	LU	2960317		49.5989	6.1092	6
L-1249	Luxembourg	luxembourg	LU	2960317		49.6038	6.1323	6
L-1250	Luxembourg	luxembourg	LU	2960317		49.6228	6.1228	6
L-1251	Luxembourg	luxembourg	LU	2960317		49.62	6.1247	6
L-1252	Luxembourg	luxembourg	LU	2960317		49.6182	6.1176	6
L-1253	Luxembourg	luxembourg	LU	2960317		49.6046	6.0854	6
L-1254	Luxembourg	luxembourg	LU	2960317		49.6041	6.1091	4
L-1255	Luxembourg	luxembourg	LU	2960317		49.6059	6.114	6
L-1256	Luxembourg	luxembourg	LU	2960317		49.5941	6.1479	6
L-1257	Luxembourg	luxembourg	LU	2960317		49.6197	6.101	6
L-1258	Luxembourg	luxembourg	LU	2960317		49.6121	6.117	6
L-1260	Luxembourg	luxembourg	LU	2960317		49.6014	6.136	4
L-1261	Luxembourg	luxembourg	LU	2960317		49.598	6.1379	6
L-1262	Luxembourg	luxembourg	LU	2960317		49.6243	6.1629	6
L-1263	Luxembourg	luxembourg	LU	2960317		49.5896	6.1258	4
L-1264	Luxembourg	luxembourg	LU	2960317		49.6294	6.1127	6
L-1265	Luxembourg	luxembourg	LU	2960317		49.6047	6.1061	6
L-1266	Luxembourg	luxembourg	LU	2960317		49.6226	6.1707	6
L-1267	Luxembourg	luxembourg	LU	2960317		49.6186	6.1647	6
L-1268	Luxembourg	luxembourg	LU	2960317		49.6182	6.1673	6
L-1269	Luxembourg	luxembourg	LU	2960317		49.6194	6.1518	6
L-1270	Luxembourg	luxembourg	LU	2960317		49.6001	6.0941	6
L-1271	Luxembourg	luxembourg	LU	2960317		49.6072	6.1574	6
L-1272	Luxembourg	luxembourg	LU	2960317		49.6372	6.1313	6
L-1273	Luxembourg	luxembourg	LU	2960317		49.6132	6.1691	6
L-1275	Luxembourg	luxembourg	LU	2960317		49.6162	6.1317	6
L-1276	Luxembourg	luxembourg	LU	2960317		49.635	6.1616	
L-1277	Luxembourg	luxembourg	LU	2960317		49.5938	6.1257	6
L-1278	Luxembourg	luxembourg	LU	2960317		49.592	6.1249	6
L-1279	Luxembourg	luxembourg	LU	2960317		49.6066	6.1	6
L-1280	Luxembourg	luxembourg	LU	2960317		49.6126	6.1528	6
L-1281	Luxembourg	luxembourg	LU	2960317		49.5882	6.0995	6
L-1282	Luxembourg	luxembourg	LU	2960317		49.5818	6.1191	6
L-1283	Luxembourg	luxembourg	LU	2960317		49.6342	6.1608	
L-1309	Luxembourg	luxembourg	LU	2960317		49.6107	6.1003	4
L-1310	Luxembourg	luxembourg	LU	2960317		49.6139	6.1487	6
L-1311	Luxembourg	luxembourg	LU	2960317		49.6043	6.1038	4
L-1312	Luxembourg	luxembourg	LU	2960317		49.6051	6.1426	6
L-1313	Luxembourg	luxembourg	LU	2960317		49.6125	6.1297	6
L-1314	Luxembourg	luxembourg	LU	2960317		49.6235	6.1144	6
L-1315	Luxembourg	luxembourg	LU	2960317		49.5985	6.1412	4
L-1316	Luxembourg	luxembourg	LU	2960317		49.6276	6.1679	6
L-1317	Luxembourg	luxembourg	LU	2960317		49.6033	6.1479	6
L-1318	Luxembourg	luxembourg	LU	2960317		49.6009	6.092	6
L-1319	Luxembourg	luxembourg	LU	2960317		49.6187	6.1737	6
L-1320	Luxembourg	luxembourg	LU	2960317		49.5958	6.113	6
L-1321	Luxembourg	luxembourg	LU	2960317		49.5891	6.104	
L-1322	Luxembourg	luxembourg	LU	2960317		49.6228	6.1268	6
L-1323	Luxembourg	luxembourg	LU	2960317		49.5865	6.105	
L-1324	Luxembourg	luxembourg	LU	2960317		49.5995	6.1493	4
L-1325	Luxembourg	luxembourg	LU	2960317		49.6144	6.1206	4
L-1326	Luxembourg	luxembourg	LU	2960317		49.5991	6.141	4
L-1327	Luxembourg	luxembourg	LU	2960317		49.6042	6.1351	6
L-1328	Luxembourg	luxembourg	LU	2960317		49.6077	6.1037	6
L-1329	Luxembourg	luxembourg	LU	2960317		49.6346	6.1399	6
L-1330	Luxembourg	luxembourg	LU	2960317		49.6108	6.1195	4
L-1331	Luxembourg	luxembourg	LU	2960317		49.6091	6.1191	6
L-1332	Luxembourg	luxembourg	LU	2960317		49.6031	6.139	6
L-1333	Luxembourg	luxembourg	LU	2960317		49.6105	6.1297	6
L-1334	Luxembourg	luxembourg	LU	2960317		49.5996	6.1268	4
L-1335	Luxembourg	luxembourg	LU	2960317		49.5944	6.1188	6
L-1336	Luxembourg	luxembourg	LU	2960317		49.6257	6.1461	6
L-1337	Luxembourg	luxembourg	LU	2960317		49.639	6.1339	6
L-1338	Luxembourg	luxembourg	LU	2960317		49.5943	6.1405	6
L-1339	Luxembourg	luxembourg	LU	2960317		49.6105	6.1297	4
L-1340	Luxembourg	luxembourg	LU	2960317		49.6114	6.1192	6
L-1341	Luxembourg	luxembourg	LU	2960317		49.61	6.1327	6
L-1342	Luxembourg	luxembourg	LU	2960317		49.6148	6.1457	6
L-1343	Luxembourg	luxembourg	LU	2960317		49.6136	6.1421	6
L-1344	Luxembourg	luxembourg	LU	2960317		49.589	6.1265	6
L-1345	Luxembourg	luxembourg	LU	2960317		49.6226	6.1145	6
L-1346	Luxembourg	luxembourg	LU	2960317		49.5924	6.1407	6
L-1347	Luxembourg	luxembourg	LU	2960317		49.6348	6.1693	
L-1348	Luxembourg	luxembourg	LU	2960317		49.611	6.1675	6
L-1349	Luxembourg	luxembourg	LU	2960317		49.5895	6.1261	6
L-1351	Luxembourg	luxembourg	LU	2960317		49.5997	6.1294	6
L-1352	Luxembourg	luxembourg	LU	2960317		49.6094	6.1325	6
L-1354	Luxembourg	luxembourg	LU	2960317		49.6203	6.1733	6
L-1355	Luxembourg	luxembourg	LU	2960317		49.6062	6.1091	6
L-1356	Luxembourg	luxembourg	LU	2960317		49.6213	6.1527	6
L-1357	Luxembourg	luxembourg	LU	2960317		49.5909	6.1198	6
L-1358	Luxembourg	luxembourg	LU	2960317		49.6074	6.1437	6
L-1359	Luxembourg	luxembourg	LU	2960317		49.6275	6.1588	6
L-1361	Luxembourg	luxembourg	LU	2960317		49.6239	6.1278	6
L-1362	Luxembourg	luxembourg	LU	2960317		49.5976	6.1389	6
L-1364	Luxembourg	luxembourg	LU	2960317		49.6079	6.1171	6
L-1365	Luxembourg	luxembourg	LU	2960317		49.6255	6.1279	4
L-1366	Luxembourg	luxembourg	LU	2960317		49.6144	6.1761	6
L-1367	Luxembourg	luxembourg	LU	2960317		49.6151	6.1429	6
L-1368	Luxembourg	luxembourg	LU	2960317		49.6113	6.131	6
L-1369	Luxembourg	luxembourg	LU	2960317		49.6064	6.1404	4
L-1370	Luxembourg	luxembourg	LU	2960317		49.613	6.1089	6
L-1371	Luxembourg	luxembourg	LU	2960317		49.6125	6.1058	6
L-1372	Luxembourg	luxembourg	LU	2960317		49.6327	6.1624	6
L-1373	Luxembourg	luxembourg	LU	2960317		49.6125	6.1058	4
L-1374	Luxembourg	luxembourg	LU	2960317		49.6144	6.1167	6
L-1375	Luxembourg	luxembourg	LU	2960317		49.5878	6.1025	
L-1376	Luxembourg	luxembourg	LU	2960317		49.6125	6.1058	4
L-1409	Luxembourg	luxembourg	LU	2960317		49.6176	6.1028	6
L-1411	Luxembourg	luxembourg	LU	2960317		49.6093	6.1156	6
L-1412	Luxembourg	luxembourg	LU	2960317		49.6048	6.116	6
L-1413	Luxembourg	luxembourg	LU	2960317		49.6277	6.1297	6
L-1414	Luxembourg	luxembourg	LU	2960317		49.6176	6.116	6
L-1415	Luxembourg	luxembourg	LU	2960317		49.5948	6.1225	6
L-1416	Luxembourg	luxembourg	LU	2960317		49.6375	6.1448	6
L-1417	Luxembourg	luxembourg	LU	2960317		49.6045	6.1305	6
L-1418	Luxembourg	luxembourg	LU	2960317		49.6135	6.1394	6
L-1419	Luxembourg	luxembourg	LU	2960317		49.6426	6.1469	6
L-1420	Luxembourg	luxembourg	LU	2960317		49.6101	6.1079	4
L-1421	Luxembourg	luxembourg	LU	2960317		49.6239	6.1069	6
L-1422	Luxembourg	luxembourg	LU	2960317		49.5975	6.1471	4
L-1424	Luxembourg	luxembourg	LU	2960317		49.6028	6.1308	6
L-1425	Luxembourg	luxembourg	LU	2960317		49.6094	6.1478	6
L-1426	Luxembourg	luxembourg	LU	2960317		49.644	6.1348	6
L-1427	Luxembourg	luxembourg	LU	2960317		49.5982	6.1447	6
L-1428	Luxembourg	luxembourg	LU	2960317		49.5897	6.1395	6
L-1429	Luxembourg	luxembourg	LU	2960317		49.5975	6.1471	4
L-1430	Luxembourg	luxembourg	LU	2960317		49.6047	6.111	6
L-1431	Luxembourg	luxembourg	LU	2960317		49.6157	6.1205	6
L-1432	Luxembourg	luxembourg	LU	2960317		49.6246	6.1494	4
L-1433	Luxembourg	luxembourg	LU	2960317		49.5852	6.1243	6
L-1434	Luxembourg	luxembourg	LU	2960317		49.6347	6.1638	6
L-1449	Luxembourg	luxembourg	LU	2960317		49.6107	6.1334	6
L-1450	Luxembourg	luxembourg	LU	2960317		49.6189	6.1307	4
L-1451	Luxembourg	luxembourg	LU	2960317		49.6086	6.1047	6
L-1452	Luxembourg	luxembourg	LU	2960317		49.6089	6.1047	6
L-1453	Luxembourg	luxembourg	LU	2960317		49.6352	6.1424	6
L-1454	Luxembourg	luxembourg	LU	2960317		49.6304	6.1196	6
L-1456	Luxembourg	luxembourg	LU	2960317		49.5996	6.1454	6
L-1457	Luxembourg	luxembourg	LU	2960317		49.6206	6.1564	6
L-1458	Luxembourg	luxembourg	LU	2960317		49.5986	6.1189	4
L-1459	Luxembourg	luxembourg	LU	2960317		49.6206	6.1286	6
L-1460	Luxembourg	luxembourg	LU	2960317		49.6299	6.1325	6
L-1461	Luxembourg	luxembourg	LU	2960317		49.6303	6.1325	6
L-1462	Luxembourg	luxembourg	LU	2960317		49.6321	6.1274	6
L-1463	Luxembourg	luxembourg	LU	2960317		49.6041	6.1319	6
L-1464	Luxembourg	luxembourg	LU	2960317		49.5882	6.1092	6
L-1465	Luxembourg	luxembourg	LU	2960317		49.6171	6.1031	6
L-1466	Luxembourg	luxembourg	LU	2960317		49.6388	6.1444	
L-1468	Luxembourg	luxembourg	LU	2960317		49.6238	6.15	6
L-1469	Luxembourg	luxembourg	LU	2960317		49.6212	6.1205	6
L-1470	Luxembourg	luxembourg	LU	2960317		49.6035	6.1201	4
L-1471	Luxembourg	luxembourg	LU	2960317		49.5935	6.1169	6
L-1472	Luxembourg	luxembourg	LU	2960317		49.6339	6.1621	6
L-1473	Luxembourg	luxembourg	LU	2960317		49.6117	6.1098	6
L-1474	Luxembourg	luxembourg	LU	2960317		49.6135	6.1403	6
L-1475	Luxembourg	luxembourg	LU	2960317		49.609	6.1337	6
L-1476	Luxembourg	luxembourg	LU	2960317		49.6421	6.1261	6
L-1477	Luxembourg	luxembourg	LU	2960317		49.6009	6.1265	6
L-1478	Luxembourg	luxembourg	LU	2960317		49.5946	6.1165	6
L-1479	Luxembourg	luxembourg	LU	2960317		49.6136	6.12	6
L-1480	Luxembourg	luxembourg	LU	2960317		49.6198	6.1287	6
L-1481	Luxembourg	luxembourg	LU	2960317		49.6273	6.1255	6
L-1482	Luxembourg	luxembourg	LU	2960317		49.627	6.1259	6
L-1484	Luxembourg	luxembourg	LU	2960317		49.5834	6.126	6
L-1490	Luxembourg	luxembourg	LU	2960317		49.5998	6.1316	6
L-1499	Luxembourg	luxembourg	LU	2960317		49.6178	6.1424	6
L-1509	Luxembourg	luxembourg	LU	2960317		49.6192	6.1159	6
L-1510	Luxembourg	luxembourg	LU	2960317		49.6183	6.1185	6
L-1511	Luxembourg	luxembourg	LU	2960317		49.6218	6.1116	6
L-1512	Luxembourg	luxembourg	LU	2960317		49.6177	6.0974	4
L-1513	Luxembourg	luxembourg	LU	2960317		49.6261	6.1405	6
L-1514	Luxembourg	luxembourg	LU	2960317		49.5962	6.1429	6
L-1515	Luxembourg	luxembourg	LU	2960317		49.6246	6.1241	6
L-1516	Luxembourg	luxembourg	LU	2960317		49.6218	6.1116	4
L-1517	Luxembourg	luxembourg	LU	2960317		49.6263	6.124	6
L-1518	Luxembourg	luxembourg	LU	2960317		49.6384	6.1434	6
L-1519	Luxembourg	luxembourg	LU	2960317		49.6289	6.1487	6
L-1520	Luxembourg	luxembourg	LU	2960317		49.6033	6.1254	6
L-1521	Luxembourg	luxembourg	LU	2960317		49.6004	6.1278	4
L-1522	Luxembourg	luxembourg	LU	2960317		49.592	6.144	6
L-1524	Luxembourg	luxembourg	LU	2960317		49.5954	6.1046	6
L-1525	Luxembourg	luxembourg	LU	2960317		49.6192	6.0983	6
L-1526	Luxembourg	luxembourg	LU	2960317		49.6182	6.1046	6
L-1527	Luxembourg	luxembourg	LU	2960317		49.6085	6.1098	6
L-1528	Luxembourg	luxembourg	LU	2960317		49.6147	6.1219	4
L-1529	Luxembourg	luxembourg	LU	2960317		49.6159	6.1661	
L-1530	Luxembourg	luxembourg	LU	2960317		49.5994	6.1524	6
L-1531	Luxembourg	luxembourg	LU	2960317		49.5985	6.1249	6
L-1532	Luxembourg	luxembourg	LU	2960317		49.6235	6.1245	4
L-1533	Luxembourg	luxembourg	LU	2960317		49.6255	6.1357	6
L-1534	Luxembourg	luxembourg	LU	2960317		49.5884	6.1039	6
L-1535	Luxembourg	luxembourg	LU	2960317		49.6266	6.1286	6
L-1536	Luxembourg	luxembourg	LU	2960317		49.611	6.1319	4
L-1537	Luxembourg	luxembourg	LU	2960317		49.6162	6.1079	6
L-1538	Luxembourg	luxembourg	LU	2960317		49.5884	6.1039	
L-1539	Luxembourg	luxembourg	LU	2960317		49.6093	6.1137	6
L-1540	Luxembourg	luxembourg	LU	2960317		49.5905	6.1268	6
L-1541	Luxembourg	luxembourg	LU	2960317		49.6004	6.1418	6
L-1542	Luxembourg	luxembourg	LU	2960317		49.623	6.118	6
L-1543	Luxembourg	luxembourg	LU	2960317		49.6348	6.1608	
L-1544	Luxembourg	luxembourg	LU	2960317		49.6152	6.1421	6
L-1545	Luxembourg	luxembourg	LU	2960317		49.6163	6.1574	6
L-1546	Luxembourg	luxembourg	LU	2960317		49.5907	6.1189	6
L-1547	Luxembourg	luxembourg	LU	2960317		49.6315	6.1714	6
L-1548	Luxembourg	luxembourg	LU	2960317		49.6117	6.1055	6
L-1549	Luxembourg	luxembourg	LU	2960317		49.5883	6.1007	6
L-1550	Luxembourg	luxembourg	LU	2960317		49.6032	6.1038	6
L-1551	Luxembourg	luxembourg	LU	2960317		49.5828	6.1252	
L-1552	Luxembourg	luxembourg	LU	2960317		49.6032	6.1038	4
L-1553	Luxembourg	luxembourg	LU	2960317		49.6032	6.1038	4
L-1610	Luxembourg	luxembourg	LU	2960317		49.6033	6.1329	6
L-1611	Luxembourg	luxembourg	LU	2960317		49.603	6.1335	4
L-1613	Luxembourg	luxembourg	LU	2960317		49.597	6.1477	4
L-1615	Luxembourg	luxembourg	LU	2960317		49.6231	6.1481	6
L-1616	Luxembourg	luxembourg	LU	2960317		49.6	6.1335	6
L-1617	Luxembourg	luxembourg	LU	2960317		49.5925	6.121	6
L-1618	Luxembourg	luxembourg	LU	2960317		49.6002	6.1386	6
L-1619	Luxembourg	luxembourg	LU	2960317		49.595	6.1506	6
L-1620	Luxembourg	luxembourg	LU	2960317		49.5967	6.1408	6
L-1621	Luxembourg	luxembourg	LU	2960317		49.6079	6.1444	6
L-1622	Luxembourg	luxembourg	LU	2960317		49.6022	6.0945	6
L-1623	Luxembourg	luxembourg	LU	2960317		49.6116	6.1306	6
L-1624	Luxembourg	luxembourg	LU	2960317		49.6251	6.123	6
L-1626	Luxembourg	luxembourg	LU	2960317		49.6026	6.1194	6
L-1627	Luxembourg	luxembourg	LU	2960317		49.6053	6.107	6
L-1628	Luxembourg	luxembourg	LU	2960317		49.6207	6.1282	4
L-1629	Luxembourg	luxembourg	LU	2960317		49.6152	6.1344	6
L-1630	Luxembourg	luxembourg	LU	2960317		49.6021	6.1296	6
L-1631	Luxembourg	luxembourg	LU	2960317		49.6017	6.1298	6
L-1632	Luxembourg	luxembourg	LU	2960317		49.5896	6.1295	6
L-1633	Luxembourg	luxembourg	LU	2960317		49.599	6.1367	6
L-1634	Luxembourg	luxembourg	LU	2960317		49.6064	6.1622	6
L-1635	Luxembourg	luxembourg	LU	2960317		49.6124	6.1108	6
L-1636	Luxembourg	luxembourg	LU	2960317		49.6138	6.13	6
L-1637	Luxembourg	luxembourg	LU	2960317		49.6059	6.1269	6
L-1639	Luxembourg	luxembourg	LU	2960317		49.6351	6.1667	6
L-1640	Luxembourg	luxembourg	LU	2960317		49.598	6.1384	6
L-1641	Luxembourg	luxembourg	LU	2960317		49.5864	6.1059	6
L-1642	Luxembourg	luxembourg	LU	2960317		49.5937	6.1434	6
L-1643	Luxembourg	luxembourg	LU	2960317		49.6057	6.1284	6
L-1644	Luxembourg	luxembourg	LU	2960317		49.6324	6.1341	6
L-1645	Luxembourg	luxembourg	LU	2960317		49.6087	6.1346	6
L-1647	Luxembourg	luxembourg	LU	2960317		49.6259	6.1738	6
L-1648	Luxembourg	luxembourg	LU	2960317		49.6106	6.1303	6
L-1649	Luxembourg	luxembourg	LU	2960317		49.5905	6.1243	6
L-1650	Luxembourg	luxembourg	LU	2960317		49.6074	6.1155	6
L-1651	Luxembourg	luxembourg	LU	2960317		49.6071	6.1149	4
L-1652	Luxembourg	luxembourg	LU	2960317		49.6047	6.1364	4
L-1653	Luxembourg	luxembourg	LU	2960317		49.6047	6.1364	6
L-1654	Luxembourg	luxembourg	LU	2960317		49.6118	6.1014	6
L-1655	Luxembourg	luxembourg	LU	2960317		49.5932	6.1097	6
L-1656	Luxembourg	luxembourg	LU	2960317		49.6047	6.1364	4
L-1660	Luxembourg	luxembourg	LU	2960317		49.6122	6.1295	6
L-1661	Luxembourg	luxembourg	LU	2960317		49.6119	6.1296	4
L-1710	Luxembourg	luxembourg	LU	2960317		49.6376	6.1399	6
L-1711	Luxembourg	luxembourg	LU	2960317		49.6088	6.1119	6
L-1712	Luxembourg	luxembourg	LU	2960317		49.6449	6.1267	6
L-1713	Luxembourg	luxembourg	LU	2960317		49.6074	6.1579	4
L-1714	Luxembourg	luxembourg	LU	2960317		49.6112	6.1551	4
L-1715	Luxembourg	luxembourg	LU	2960317		49.6112	6.1551	4
L-1716	Luxembourg	luxembourg	LU	2960317		49.6191	6.1149	6
L-1717	Luxembourg	luxembourg	LU	2960317		49.6063	6.1309	6
L-1718	Luxembourg	luxembourg	LU	2960317		49.6113	6.1702	6
L-1719	Luxembourg	luxembourg	LU	2960317		49.6343	6.1377	6
L-1720	Luxembourg	luxembourg	LU	2960317		49.6051	6.1306	6
L-1721	Luxembourg	luxembourg	LU	2960317		49.6357	6.138	6
L-1722	Luxembourg	luxembourg	LU	2960317		49.5976	6.1282	6
L-1723	Luxembourg	luxembourg	LU	2960317		49.6002	6.1248	6
L-1724	Luxembourg	luxembourg	LU	2960317		49.6115	6.1249	6
L-1725	Luxembourg	luxembourg	LU	2960317		49.6189	6.1211	6
L-1726	Luxembourg	luxembourg	LU	2960317		49.602	6.14	6
L-1727	Luxembourg	luxembourg	LU	2960317		49.6092	6.1095	6
L-1728	Luxembourg	luxembourg	LU	2960317		49.611	6.1326	6
L-1729	Luxembourg	luxembourg	LU	2960317		49.648	6.127	6
L-1730	Luxembourg	luxembourg	LU	2960317		49.5951	6.1386	6
L-1731	Luxembourg	luxembourg	LU	2960317		49.5958	6.1377	6
L-1732	Luxembourg	luxembourg	LU	2960317		49.6339	6.1631	6
L-1733	Luxembourg	luxembourg	LU	2960317		49.638	6.1313	6
L-1734	Luxembourg	luxembourg	LU	2960317		49.634	6.1704	6
L-1735	Luxembourg	luxembourg	LU	2960317		49.5876	6.1205	6
L-1737	Luxembourg	luxembourg	LU	2960317		49.5919	6.1396	6
L-1738	Luxembourg	luxembourg	LU	2960317		49.5959	6.1093	6
L-1739	Luxembourg	luxembourg	LU	2960317		49.5954	6.142	6
L-1740	Luxembourg	luxembourg	LU	2960317		49.5989	6.1253	6
L-1741	Luxembourg	luxembourg	LU	2960317		49.5986	6.1235	6
L-1742	Luxembourg	luxembourg	LU	2960317		49.6314	6.1174	6
L-1743	Luxembourg	luxembourg	LU	2960317		49.6233	6.1315	6
L-1744	Luxembourg	luxembourg	LU	2960317		49.6035	6.0936	6
L-1745	Luxembourg	luxembourg	LU	2960317		49.6245	6.1532	6
L-1746	Luxembourg	luxembourg	LU	2960317		49.6317	6.174	6
L-1747	Luxembourg	luxembourg	LU	2960317		49.6209	6.178	6
L-1750	Luxembourg	luxembourg	LU	2960317		49.6209	6.122	6
L-1752	Luxembourg	luxembourg	LU	2960317		49.6209	6.122	4
L-1753	Luxembourg	luxembourg	LU	2960317		49.6209	6.122	4
L-1754	Luxembourg	luxembourg	LU	2960317		49.6209	6.122	4
L-1811	Luxembourg	luxembourg	LU	2960317		49.5963	6.1273	6
L-1812	Luxembourg	luxembourg	LU	2960317		49.6066	6.1533	6
L-1814	Luxembourg	luxembourg	LU	2960317		49.5978	6.1401	6
L-1815	Luxembourg	luxembourg	LU	2960317		49.5973	6.1522	6
L-1817	Luxembourg	luxembourg	LU	2960317		49.5893	6.1403	6
L-1820	Luxembourg	luxembourg	LU	2960317		49.6197	6.1143	6
L-1821	Luxembourg	luxembourg	LU	2960317		49.5839	6.1243	6
L-1822	Luxembourg	luxembourg	LU	2960317		49.6283	6.1696	
L-1831	Luxembourg	luxembourg	LU	2960317		49.6118	6.1427	6
L-1832	Luxembourg	luxembourg	LU	2960317		49.599	6.1477	6
L-1833	Luxembourg	luxembourg	LU	2960317		49.6057	6.144	6
L-1834	Luxembourg	luxembourg	LU	2960317		49.5934	6.1208	6
L-1835	Luxembourg	luxembourg	LU	2960317		49.6053	6.1213	6
L-1836	Luxembourg	luxembourg	LU	2960317		49.6037	6.1196	6
L-1837	Luxembourg	luxembourg	LU	2960317		49.6214	6.1726	6
L-1838	Luxembourg	luxembourg	LU	2960317		49.5902	6.1077	6
L-1839	Luxembourg	luxembourg	LU	2960317		49.6006	6.1318	6
L-1840	Luxembourg	luxembourg	LU	2960317		49.6115	6.1209	4
L-1841	Luxembourg	luxembourg	LU	2960317		49.6119	6.1326	6
L-1845	Luxembourg	luxembourg	LU	2960317		49.6112	6.1017	4
L-1846	Luxembourg	luxembourg	LU	2960317		49.6115	6.1209	4
L-1850	Luxembourg	luxembourg	LU	2960317		49.5905	6.1223	6
L-1851	Luxembourg	luxembourg	LU	2960317		49.6091	6.099	6
L-1852	Luxembourg	luxembourg	LU	2960317		49.6238	6.1876	6
L-1853	Luxembourg	luxembourg	LU	2960317		49.6167	6.1612	6
L-1854	Luxembourg	luxembourg	LU	2960317		49.6141	6.1069	6
L-1855	Luxembourg	luxembourg	LU	2960317		49.6279	6.162	
L-1856	Luxembourg	luxembourg	LU	2960317		49.621	6.1162	6
L-1857	Luxembourg	luxembourg	LU	2960317		49.6255	6.1656	6
L-1858	Luxembourg	luxembourg	LU	2960317		49.628	6.143	4
L-1859	Luxembourg	luxembourg	LU	2960317		49.5939	6.146	6
L-1860	Luxembourg	luxembourg	LU	2960317		49.6368	6.167	6
L-1861	Luxembourg	luxembourg	LU	2960317		49.617	6.1198	6
L-1862	Luxembourg	luxembourg	LU	2960317		49.618	6.162	6
L-1863	Luxembourg	luxembourg	LU	2960317		49.6184	6.1096	6
L-1864	Luxembourg	luxembourg	LU	2960317		49.6106	6.1156	6
L-1865	Luxembourg	luxembourg	LU	2960317		49.623	6.1213	6
L-1866	Luxembourg	luxembourg	LU	2960317		49.6151	6.1329	6
L-1868	Luxembourg	luxembourg	LU	2960317		49.6223	6.1159	6
L-1870	Luxembourg	luxembourg	LU	2960317		49.5864	6.1072	6
L-1871	Luxembourg	luxembourg	LU	2960317		49.6214	6.1807	6
L-1872	Luxembourg	luxembourg	LU	2960317		49.6111	6.1068	6
L-1873	Luxembourg	luxembourg	LU	2960317		49.6206	6.1433	4
L-1874	Luxembourg	luxembourg	LU	2960317		49.6206	6.1433	4
L-1880	Luxembourg	luxembourg	LU	2960317		49.5979	6.1439	6
L-1881	Luxembourg	luxembourg	LU	2960317		49.595	6.1523	4
L-1882	Luxembourg	luxembourg	LU	2960317		49.5806	6.1118	6
L-1899	Luxembourg	luxembourg	LU	2960317		49.5688	6.111	6
L-1910	Luxembourg	luxembourg	LU	2960317		49.6197	6.1738	6
L-1911	Luxembourg	luxembourg	LU	2960317		49.6041	6.1371	6
L-1912	Luxembourg	luxembourg	LU	2960317		49.6294	6.1748	
L-1913	Luxembourg	luxembourg	LU	2960317		49.6223	6.1148	6
L-1914	Luxembourg	luxembourg	LU	2960317		49.6213	6.1242	6
L-1915	Luxembourg	luxembourg	LU	2960317		49.6271	6.1338	6
L-1916	Luxembourg	luxembourg	LU	2960317		49.5913	6.1188	6
L-1917	Luxembourg	luxembourg	LU	2960317		49.6104	6.1343	6
L-1918	Luxembourg	luxembourg	LU	2960317		49.627	6.1368	6
L-1919	Luxembourg	luxembourg	LU	2960317		49.6233	6.1245	6
L-1920	Luxembourg	luxembourg	LU	2960317		49.6049	6.142	6
L-1921	Luxembourg	luxembourg	LU	2960317		49.6066	6.1565	4
L-1922	Luxembourg	luxembourg	LU	2960317		49.6284	6.1316	6
L-1923	Luxembourg	luxembourg	LU	2960317		49.6272	6.1472	6
L-1924	Luxembourg	luxembourg	LU	2960317		49.6019	6.1185	6
L-1925	Luxembourg	luxembourg	LU	2960317		49.6066	6.1565	6
L-1926	Luxembourg	luxembourg	LU	2960317		49.5955	6.1389	4
L-1927	Luxembourg	luxembourg	LU	2960317		49.6089	6.1127	6
L-1928	Luxembourg	luxembourg	LU	2960317		49.6223	6.1187	6
L-1929	Luxembourg	luxembourg	LU	2960317		49.5967	6.1379	4
L-1930	Luxembourg	luxembourg	LU	2960317		49.6039	6.1304	6
L-1931	Luxembourg	luxembourg	LU	2960317		49.6043	6.1308	6
L-1932	Luxembourg	luxembourg	LU	2960317		49.5945	6.1396	6
L-1933	Luxembourg	luxembourg	LU	2960317		49.6255	6.1099	6
L-1934	Luxembourg	luxembourg	LU	2960317		49.5842	6.0976	6
L-1935	Luxembourg	luxembourg	LU	2960317		49.6013	6.0958	6
L-1936	Luxembourg	luxembourg	LU	2960317		49.6013	6.0958	
L-1937	Luxembourg	luxembourg	LU	2960317		49.6088	6.1017	6
L-1938	Luxembourg	luxembourg	LU	2960317		49.6254	6.1156	6
L-1939	Luxembourg	luxembourg	LU	2960317		49.628	6.1481	6
L-1940	Luxembourg	luxembourg	LU	2960317		49.6047	6.0946	
L-1941	Luxembourg	luxembourg	LU	2960317		49.6043	6.0941	6
L-1942	Luxembourg	luxembourg	LU	2960317		49.605	6.1022	4
L-1943	Luxembourg	luxembourg	LU	2960317		49.5986	6.1426	6
L-1944	Luxembourg	luxembourg	LU	2960317		49.5899	6.1251	6
L-1945	Luxembourg	luxembourg	LU	2960317		49.611	6.134	6
L-1946	Luxembourg	luxembourg	LU	2960317		49.6105	6.1287	6
L-1947	Luxembourg	luxembourg	LU	2960317		49.63	6.1748	6
L-1948	Luxembourg	luxembourg	LU	2960317		49.605	6.1022	6
L-1950	Luxembourg	luxembourg	LU	2960317		49.6049	6.139	6
L-1951	Luxembourg	luxembourg	LU	2960317		49.593	6.1478	6
L-1952	Luxembourg	luxembourg	LU	2960317		49.6212	6.1085	6
L-1953	Luxembourg	luxembourg	LU	2960317		49.594	6.1225	6
L-1954	Luxembourg	luxembourg	LU	2960317		49.5931	6.1274	6
L-1955	Luxembourg	luxembourg	LU	2960317		49.6049	6.139	4
L-2111	Luxembourg	luxembourg	LU	2960317		49.6052	6.1036	6
L-2113	Luxembourg	luxembourg	LU	2960317		49.5929	6.1469	6
L-2114	Luxembourg	luxembourg	LU	2960317		49.6151	6.145	6
L-2115	Luxembourg	luxembourg	LU	2960317		49.5904	6.1033	6
L-2116	Luxembourg	luxembourg	LU	2960317		49.6155	6.1417	6
L-2117	Luxembourg	luxembourg	LU	2960317		49.6033	6.0984	6
L-2118	Luxembourg	luxembourg	LU	2960317		49.6142	6.1412	6
L-2119	Luxembourg	luxembourg	LU	2960317		49.6446	6.1277	6
L-2120	Luxembourg	luxembourg	LU	2960317		49.6113	6.1214	6
L-2121	Luxembourg	luxembourg	LU	2960317		49.6255	6.1448	4
L-2122	Luxembourg	luxembourg	LU	2960317		49.6195	6.1745	6
L-2123	Luxembourg	luxembourg	LU	2960317		49.643	6.1355	6
L-2124	Luxembourg	luxembourg	LU	2960317		49.6266	6.1432	6
L-2125	Luxembourg	luxembourg	LU	2960317		49.6428	6.1272	6
L-2127	Luxembourg	luxembourg	LU	2960317		49.6228	6.1621	6
L-2128	Luxembourg	luxembourg	LU	2960317		49.6043	6.1166	6
L-2130	Luxembourg	luxembourg	LU	2960317		49.6006	6.1244	6
L-2131	Luxembourg	luxembourg	LU	2960317		49.6193	6.1662	6
L-2132	Luxembourg	luxembourg	LU	2960317		49.6078	6.1225	6
L-2133	Luxembourg	luxembourg	LU	2960317		49.5948	6.1481	6
L-2134	Luxembourg	luxembourg	LU	2960317		49.6028	6.1053	6
L-2135	Luxembourg	luxembourg	LU	2960317		49.6283	6.1401	6
L-2137	Luxembourg	luxembourg	LU	2960317		49.6174	6.1608	6
L-2138	Luxembourg	luxembourg	LU	2960317		49.618	6.1324	6
L-2139	Luxembourg	luxembourg	LU	2960317		49.6267	6.1681	6
L-2140	Luxembourg	luxembourg	LU	2960317		49.6091	6.0946	6
L-2141	Luxembourg	luxembourg	LU	2960317		49.6066	6.1444	6
L-2142	Luxembourg	luxembourg	LU	2960317		49.5945	6.147	6
L-2143	Luxembourg	luxembourg	LU	2960317		49.619	6.1312	6
L-2144	Luxembourg	luxembourg	LU	2960317		49.5987	6.1317	6
L-2145	Luxembourg	luxembourg	LU	2960317		49.6441	6.1345	6
L-2146	Luxembourg	luxembourg	LU	2960317		49.6022	6.0973	
L-2147	Luxembourg	luxembourg	LU	2960317		49.6022	6.0973	
L-2148	Luxembourg	luxembourg	LU	2960317		49.6175	6.0968	6
L-2149	Luxembourg	luxembourg	LU	2960317		49.6288	6.125	6
L-2150	Luxembourg	luxembourg	LU	2960317		49.6118	6.1328	6
L-2151	Luxembourg	luxembourg	LU	2960317		49.5967	6.1489	6
L-2152	Luxembourg	luxembourg	LU	2960317		49.6391	6.1407	6
L-2153	Luxembourg	luxembourg	LU	2960317		49.6026	6.1168	4
L-2154	Luxembourg	luxembourg	LU	2960317		49.6064	6.1449	6
L-2155	Luxembourg	luxembourg	LU	2960317		49.593	6.1286	6
L-2156	Luxembourg	luxembourg	LU	2960317		49.6284	6.1281	6
L-2157	Luxembourg	luxembourg	LU	2960317		49.6012	6.1285	6
L-2158	Luxembourg	luxembourg	LU	2960317		49.614	6.1333	6
L-2159	Luxembourg	luxembourg	LU	2960317		49.5926	6.1432	6
L-2160	Luxembourg	luxembourg	LU	2960317		49.6093	6.1359	6
L-2161	Luxembourg	luxembourg	LU	2960317		49.6353	6.139	6
L-2162	Luxembourg	luxembourg	LU	2960317		49.6088	6.1675	6
L-2163	Luxembourg	luxembourg	LU	2960317		49.6105	6.1253	6
L-2164	Luxembourg	luxembourg	LU	2960317		49.6032	6.1464	6
L-2165	Luxembourg	luxembourg	LU	2960317		49.6124	6.1417	6
L-2166	Luxembourg	luxembourg	LU	2960317		49.5888	6.1288	6
L-2167	Luxembourg	luxembourg	LU	2960317		49.6235	6.1596	6
L-2168	Luxembourg	luxembourg	LU	2960317		49.6282	6.1206	4
L-2169	Luxembourg	luxembourg	LU	2960317		49.5965	6.1496	6
L-2171	Luxembourg	luxembourg	LU	2960317		49.6064	6.1553	6
L-2172	Luxembourg	luxembourg	LU	2960317		49.6042	6.1159	4
L-2173	Luxembourg	luxembourg	LU	2960317		49.6285	6.1342	4
L-2174	Luxembourg	luxembourg	LU	2960317		49.5998	6.1428	6
L-2175	Luxembourg	luxembourg	LU	2960317		49.6183	6.1222	6
L-2176	Luxembourg	luxembourg	LU	2960317		49.6145	6.15	6
L-2177	Luxembourg	luxembourg	LU	2960317		49.6144	6.1507	6
L-2178	Luxembourg	luxembourg	LU	2960317		49.5962	6.1532	6
L-2179	Luxembourg	luxembourg	LU	2960317		49.6359	6.1652	6
L-2180	Luxembourg	luxembourg	LU	2960317		49.6325	6.1674	6
L-2181	Luxembourg	luxembourg	LU	2960317		49.604	6.1383	6
L-2182	Luxembourg	luxembourg	LU	2960317		49.5809	6.122	6
L-2183	Luxembourg	luxembourg	LU	2960317		49.6282	6.1206	4
L-2184	Luxembourg	luxembourg	LU	2960317		49.6282	6.1206	6
L-2210	Luxembourg	luxembourg	LU	2960317		49.617	6.1073	4
L-2211	Luxembourg	luxembourg	LU	2960317		49.6074	6.1189	6
L-2212	Luxembourg	luxembourg	LU	2960317		49.6034	6.1182	6
L-2213	Luxembourg	luxembourg	LU	2960317		49.6044	6.1187	6
L-2214	Luxembourg	luxembourg	LU	2960317		49.6335	6.1363	6
L-2215	Luxembourg	luxembourg	LU	2960317		49.6464	6.1268	6
L-2220	Luxembourg	luxembourg	LU	2960317		49.6232	6.1816	6
L-2221	Luxembourg	luxembourg	LU	2960317		49.6204	6.1598	4
L-2222	Luxembourg	luxembourg	LU	2960317		49.6206	6.1617	6
L-2223	Luxembourg	luxembourg	LU	2960317		49.5902	6.1394	6
L-2224	Luxembourg	luxembourg	LU	2960317		49.6044	6.1536	6
L-2225	Luxembourg	luxembourg	LU	2960317		49.6079	6.0998	6
L-2226	Luxembourg	luxembourg	LU	2960317		49.6206	6.1448	4
L-2227	Luxembourg	luxembourg	LU	2960317		49.613	6.128	6
L-2228	Luxembourg	luxembourg	LU	2960317		49.6273	6.1434	6
L-2229	Luxembourg	luxembourg	LU	2960317		49.6124	6.1323	6
L-2230	Luxembourg	luxembourg	LU	2960317		49.6023	6.1348	6
L-2231	Luxembourg	luxembourg	LU	2960317		49.6341	6.1637	6
L-2232	Luxembourg	luxembourg	LU	2960317		49.643	6.1358	6
L-2233	Luxembourg	luxembourg	LU	2960317		49.6049	6.1086	6
L-2234	Luxembourg	luxembourg	LU	2960317		49.6341	6.1637	
L-2240	Luxembourg	luxembourg	LU	2960317		49.61	6.1289	6
L-2241	Luxembourg	luxembourg	LU	2960317		49.6207	6.108	4
L-2242	Luxembourg	luxembourg	LU	2960317		49.5806	6.1218	6
L-2243	Luxembourg	luxembourg	LU	2960317		49.6195	6.1187	4
L-2261	Luxembourg	luxembourg	LU	2960317		49.613	6.1379	6
L-2262	Luxembourg	luxembourg	LU	2960317		49.5946	6.1459	6
L-2263	Luxembourg	luxembourg	LU	2960317		49.6022	6.1146	6
L-2265	Luxembourg	luxembourg	LU	2960317		49.6029	6.1149	6
L-2266	Luxembourg	luxembourg	LU	2960317		49.6081	6.107	6
L-2267	Luxembourg	luxembourg	LU	2960317		49.6079	6.1154	6
L-2268	Luxembourg	luxembourg	LU	2960317		49.5891	6.1391	6
L-2269	Luxembourg	luxembourg	LU	2960317		49.6031	6.1322	6
L-2270	Luxembourg	luxembourg	LU	2960317		49.6064	6.1023	6
L-2271	Luxembourg	luxembourg	LU	2960317		49.6135	6.1076	6
L-2273	Luxembourg	luxembourg	LU	2960317		49.6152	6.0966	6
L-2308	Luxembourg	luxembourg	LU	2960317		49.6216	6.1582	6
L-2309	Luxembourg	luxembourg	LU	2960317		49.6261	6.1137	6
L-2310	Luxembourg	luxembourg	LU	2960317		49.6204	6.1202	6
L-2311	Luxembourg	luxembourg	LU	2960317		49.6206	6.1189	4
L-2312	Luxembourg	luxembourg	LU	2960317		49.6023	6.1381	4
L-2313	Luxembourg	luxembourg	LU	2960317		49.5979	6.1403	6
L-2314	Luxembourg	luxembourg	LU	2960317		49.604	6.1313	6
L-2316	Luxembourg	luxembourg	LU	2960317		49.6081	6.143	6
L-2318	Luxembourg	luxembourg	LU	2960317		49.5979	6.1403	4
L-2320	Luxembourg	luxembourg	LU	2960317		49.6046	6.1249	4
L-2322	Luxembourg	luxembourg	LU	2960317		49.5923	6.1194	6
L-2323	Luxembourg	luxembourg	LU	2960317		49.6248	6.1214	6
L-2324	Luxembourg	luxembourg	LU	2960317		49.6144	6.1288	6
L-2326	Luxembourg	luxembourg	LU	2960317		49.6163	6.1066	6
L-2327	Luxembourg	luxembourg	LU	2960317		49.6055	6.1354	6
L-2328	Luxembourg	luxembourg	LU	2960317		49.6118	6.1651	6
L-2329	Luxembourg	luxembourg	LU	2960317		49.5923	6.1194	4
L-2330	Luxembourg	luxembourg	LU	2960317		49.6055	6.1313	4
L-2331	Luxembourg	luxembourg	LU	2960317		49.6094	6.1142	6
L-2332	Luxembourg	luxembourg	LU	2960317		49.6089	6.1122	6
L-2333	Luxembourg	luxembourg	LU	2960317		49.6003	6.1532	6
L-2334	Luxembourg	luxembourg	LU	2960317		49.5986	6.1187	6
L-2335	Luxembourg	luxembourg	LU	2960317		49.6205	6.117	6
L-2336	Luxembourg	luxembourg	LU	2960317		49.6329	6.1326	6
L-2337	Luxembourg	luxembourg	LU	2960317		49.6148	6.1613	6
L-2338	Luxembourg	luxembourg	LU	2960317		49.6091	6.135	6
L-2339	Luxembourg	luxembourg	LU	2960317		49.5885	6.1202	6
L-2340	Luxembourg	luxembourg	LU	2960317		49.611	6.1281	6
L-2341	Luxembourg	luxembourg	LU	2960317		49.6048	6.1293	6
L-2342	Luxembourg	luxembourg	LU	2960317		49.6024	6.1166	4
L-2343	Luxembourg	luxembourg	LU	2960317		49.6125	6.1556	6
L-2344	Luxembourg	luxembourg	LU	2960317		49.6157	6.1319	4
L-2345	Luxembourg	luxembourg	LU	2960317		49.6118	6.1337	6
L-2346	Luxembourg	luxembourg	LU	2960317		49.6115	6.1284	4
L-2347	Luxembourg	luxembourg	LU	2960317		49.6263	6.1481	6
L-2348	Luxembourg	luxembourg	LU	2960317		49.6055	6.133	6
L-2349	Luxembourg	luxembourg	LU	2960317		49.5963	6.1447	6
L-2350	Luxembourg	luxembourg	LU	2960317		49.5839	6.1164	6
L-2351	Luxembourg	luxembourg	LU	2960317		49.608	6.11	6
L-2352	Luxembourg	luxembourg	LU	2960317		49.6139	6.1197	6
L-2353	Luxembourg	luxembourg	LU	2960317		49.5893	6.1043	6
L-2354	Luxembourg	luxembourg	LU	2960317		49.6075	6.1534	6
L-2355	Luxembourg	luxembourg	LU	2960317		49.598	6.1361	6
L-2356	Luxembourg	luxembourg	LU	2960317		49.6069	6.1499	6
L-2358	Luxembourg	luxembourg	LU	2960317		49.6355	6.165	6
L-2359	Luxembourg	luxembourg	LU	2960317		49.6206	6.1747	6
L-2360	Luxembourg	luxembourg	LU	2960317		49.632	6.1632	6
L-2380	Luxembourg	luxembourg	LU	2960317		49.604	6.0999	6
L-2381	Luxembourg	luxembourg	LU	2960317		49.606	6.1348	6
L-2410	Luxembourg	luxembourg	LU	2960317		49.6244	6.0981	6
L-2411	Luxembourg	luxembourg	LU	2960317		49.5848	6.121	6
L-2412	Luxembourg	luxembourg	LU	2960317		49.5884	6.1384	6
L-2413	Luxembourg	luxembourg	LU	2960317		49.588	6.1231	6
L-2414	Luxembourg	luxembourg	LU	2960317		49.6305	6.1357	6
L-2415	Luxembourg	luxembourg	LU	2960317		49.5848	6.121	
L-2417	Luxembourg	luxembourg	LU	2960317		49.6001	6.1312	6
L-2418	Luxembourg	luxembourg	LU	2960317		49.6108	6.1321	6
L-2419	Luxembourg	luxembourg	LU	2960317		49.6076	6.1206	6
L-2420	Luxembourg	luxembourg	LU	2960317		49.6127	6.123	6
L-2422	Luxembourg	luxembourg	LU	2960317		49.6048	6.1264	6
L-2423	Luxembourg	luxembourg	LU	2960317		49.5948	6.1443	4
L-2424	Luxembourg	luxembourg	LU	2960317		49.6277	6.111	6
L-2426	Luxembourg	luxembourg	LU	2960317		49.6346	6.1658	6
L-2427	Luxembourg	luxembourg	LU	2960317		49.6101	6.1378	6
L-2428	Luxembourg	luxembourg	LU	2960317		49.6189	6.1119	6
L-2429	Luxembourg	luxembourg	LU	2960317		49.6034	6.0994	6
L-2430	Luxembourg	luxembourg	LU	2960317		49.6042	6.1265	6
L-2431	Luxembourg	luxembourg	LU	2960317		49.6426	6.1282	6
L-2432	Luxembourg	luxembourg	LU	2960317		49.5909	6.1037	6
L-2433	Luxembourg	luxembourg	LU	2960317		49.6121	6.1509	6
L-2435	Luxembourg	luxembourg	LU	2960317		49.6414	6.1316	6
L-2436	Luxembourg	luxembourg	LU	2960317		49.6414	6.1316	
L-2440	Luxembourg	luxembourg	LU	2960317		49.6168	6.1138	6
L-2441	Luxembourg	luxembourg	LU	2960317		49.6217	6.1061	6
L-2442	Luxembourg	luxembourg	LU	2960317		49.628	6.1123	6
L-2444	Luxembourg	luxembourg	LU	2960317		49.6004	6.14	6
L-2445	Luxembourg	luxembourg	LU	2960317		49.6213	6.1249	6
L-2447	Luxembourg	luxembourg	LU	2960317		49.6125	6.127	4
L-2448	Luxembourg	luxembourg	LU	2960317		49.6008	6.1374	6
L-2449	Luxembourg	luxembourg	LU	2960317		49.6125	6.127	4
L-2450	Luxembourg	luxembourg	LU	2960317		49.609	6.1306	6
L-2451	Luxembourg	luxembourg	LU	2960317		49.5934	6.1241	4
L-2452	Luxembourg	luxembourg	LU	2960317		49.6141	6.1514	6
L-2453	Luxembourg	luxembourg	LU	2960317		49.5859	6.1143	6
L-2454	Luxembourg	luxembourg	LU	2960317		49.5934	6.1241	4
L-2455	Luxembourg	luxembourg	LU	2960317		49.5934	6.1241	4
L-2511	Luxembourg	luxembourg	LU	2960317		49.6164	6.157	6
L-2512	Luxembourg	luxembourg	LU	2960317		49.5936	6.1244	6
L-2514	Luxembourg	luxembourg	LU	2960317		49.6244	6.1388	6
L-2515	Luxembourg	luxembourg	LU	2960317		49.6248	6.1184	6
L-2516	Luxembourg	luxembourg	LU	2960317		49.5906	6.128	6
L-2517	Luxembourg	luxembourg	LU	2960317		49.6106	6.1913	6
L-2518	Luxembourg	luxembourg	LU	2960317		49.6312	6.1389	6
L-2519	Luxembourg	luxembourg	LU	2960317		49.6063	6.1295	6
L-2520	Luxembourg	luxembourg	LU	2960317		49.6179	6.1237	6
L-2521	Luxembourg	luxembourg	LU	2960317		49.5951	6.1442	4
L-2522	Luxembourg	luxembourg	LU	2960317		49.6208	6.1258	6
L-2523	Luxembourg	luxembourg	LU	2960317		49.6076	6.1028	4
L-2525	Luxembourg	luxembourg	LU	2960317		49.6178	6.1278	6
L-2526	Luxembourg	luxembourg	LU	2960317		49.6111	6.1103	6
L-2527	Luxembourg	luxembourg	LU	2960317		49.626	6.137	6
L-2528	Luxembourg	luxembourg	LU	2960317		49.6345	6.1413	6
L-2530	Luxembourg	luxembourg	LU	2960317		49.5821	6.1159	6
L-2531	Luxembourg	luxembourg	LU	2960317		49.6238	6.1209	6
L-2532	Luxembourg	luxembourg	LU	2960317		49.6113	6.1343	4
L-2533	Luxembourg	luxembourg	LU	2960317		49.6051	6.1231	6
L-2534	Luxembourg	luxembourg	LU	2960317		49.6274	6.103	6
L-2535	Luxembourg	luxembourg	LU	2960317		49.6185	6.1278	6
L-2536	Luxembourg	luxembourg	LU	2960317		49.6113	6.1343	6
L-2537	Luxembourg	luxembourg	LU	2960317		49.597	6.137	6
L-2538	Luxembourg	luxembourg	LU	2960317		49.6138	6.1126	6
L-2539	Luxembourg	luxembourg	LU	2960317		49.619	6.1631	6
L-2540	Luxembourg	luxembourg	LU	2960317		49.6314	6.1733	6
L-2541	Luxembourg	luxembourg	LU	2960317		49.6224	6.1133	6
L-2542	Luxembourg	luxembourg	LU	2960317		49.6322	6.1394	6
L-2543	Luxembourg	luxembourg	LU	2960317		49.5963	6.1352	6
L-2544	Luxembourg	luxembourg	LU	2960317		49.6285	6.1381	6
L-2546	Luxembourg	luxembourg	LU	2960317		49.6057	6.1256	6
L-2547	Luxembourg	luxembourg	LU	2960317		49.6157	6.1115	6
L-2548	Luxembourg	luxembourg	LU	2960317		49.5802	6.0933	6
L-2549	Luxembourg	luxembourg	LU	2960317		49.592	6.1293	4
L-2550	Luxembourg	luxembourg	LU	2960317		49.6082	6.1129	4
L-2551	Luxembourg	luxembourg	LU	2960317		49.6078	6.1127	4
L-2552	Luxembourg	luxembourg	LU	2960317		49.6334	6.1373	6
L-2553	Luxembourg	luxembourg	LU	2960317		49.6275	6.1328	6
L-2554	Luxembourg	luxembourg	LU	2960317		49.6358	6.1674	6
L-2555	Luxembourg	luxembourg	LU	2960317		49.6061	6.0926	6
L-2556	Luxembourg	luxembourg	LU	2960317		49.5939	6.1453	6
L-2557	Luxembourg	luxembourg	LU	2960317		49.5825	6.1182	6
L-2558	Luxembourg	luxembourg	LU	2960317		49.621	6.1711	6
L-2559	Luxembourg	luxembourg	LU	2960317		49.6304	6.1318	6
L-2560	Luxembourg	luxembourg	LU	2960317		49.6004	6.1274	6
L-2561	Luxembourg	luxembourg	LU	2960317		49.6001	6.1275	6
L-2562	Luxembourg	luxembourg	LU	2960317		49.601	6.1283	6
L-2563	Luxembourg	luxembourg	LU	2960317		49.5945	6.1494	6
L-2564	Luxembourg	luxembourg	LU	2960317		49.5959	6.1538	6
L-2565	Luxembourg	luxembourg	LU	2960317		49.6365	6.1323	6
L-2566	Luxembourg	luxembourg	LU	2960317		49.5901	6.122	6
L-2567	Luxembourg	luxembourg	LU	2960317		49.612	6.1049	6
L-2568	Luxembourg	luxembourg	LU	2960317		49.5901	6.122	4
L-2607	Luxembourg	luxembourg	LU	2960317		49.638	6.1642	
L-2608	Luxembourg	luxembourg	LU	2960317		49.638	6.1642	
L-2609	Luxembourg	luxembourg	LU	2960317		49.622	6.133	6
L-2610	Luxembourg	luxembourg	LU	2960317		49.5921	6.1394	6
L-2611	Luxembourg	luxembourg	LU	2960317		49.5922	6.1397	4
L-2612	Luxembourg	luxembourg	LU	2960317		49.6157	6.1534	6
L-2613	Luxembourg	luxembourg	LU	2960317		49.6127	6.1306	6
L-2614	Luxembourg	luxembourg	LU	2960317		49.5929	6.146	6
L-2615	Luxembourg	luxembourg	LU	2960317		49.6342	6.1394	6
L-2616	Luxembourg	luxembourg	LU	2960317		49.6215	6.1066	6
L-2617	Luxembourg	luxembourg	LU	2960317		49.6106	6.1064	6
L-2619	Luxembourg	luxembourg	LU	2960317		49.5929	6.1266	6
L-2620	Luxembourg	luxembourg	LU	2960317		49.6033	6.1168	6
L-2621	Luxembourg	luxembourg	LU	2960317		49.6243	6.1043	6
L-2622	Luxembourg	luxembourg	LU	2960317		49.6438	6.1256	6
L-2623	Luxembourg	luxembourg	LU	2960317		49.6185	6.1636	6
L-2624	Luxembourg	luxembourg	LU	2960317		49.6219	6.1712	6
L-2625	Luxembourg	luxembourg	LU	2960317		49.6423	6.1274	
L-2626	Luxembourg	luxembourg	LU	2960317		49.6368	6.1689	6
L-2627	Luxembourg	luxembourg	LU	2960317		49.5856	6.1019	6
L-2628	Luxembourg	luxembourg	LU	2960317		49.6016	6.1391	4
L-2629	Luxembourg	luxembourg	LU	2960317		49.5877	6.1079	6
L-2630	Luxembourg	luxembourg	LU	2960317		49.6146	6.1573	6
L-2631	Luxembourg	luxembourg	LU	2960317		49.6098	6.1367	6
L-2634	Luxembourg	luxembourg	LU	2960317		49.5956	6.1429	6
L-2635	Luxembourg	luxembourg	LU	2960317		49.6175	6.1148	6
L-2636	Luxembourg	luxembourg	LU	2960317		49.6369	6.1656	6
L-2637	Luxembourg	luxembourg	LU	2960317		49.604	6.102	6
L-2651	Luxembourg	luxembourg	LU	2960317		49.6077	6.1362	6
L-2652	Luxembourg	luxembourg	LU	2960317		49.627	6.1184	4
L-2653	Luxembourg	luxembourg	LU	2960317		49.6077	6.1362	4
L-2654	Luxembourg	luxembourg	LU	2960317		49.6077	6.1362	4
L-2661	Luxembourg	luxembourg	LU	2960317		49.6007	6.1219	6
L-2662	Luxembourg	luxembourg	LU	2960317		49.5967	6.1417	6
L-2663	Luxembourg	luxembourg	LU	2960317		49.6148	6.1342	4
L-2664	Luxembourg	luxembourg	LU	2960317		49.5923	6.1232	6
L-2665	Luxembourg	luxembourg	LU	2960317		49.6027	6.1394	4
L-2666	Luxembourg	luxembourg	LU	2960317		49.6105	6.1003	6
L-2667	Luxembourg	luxembourg	LU	2960317		49.5897	6.1097	6
L-2668	Luxembourg	luxembourg	LU	2960317		49.5938	6.1312	6
L-2669	Luxembourg	luxembourg	LU	2960317		49.5897	6.1097	
L-2670	Luxembourg	luxembourg	LU	2960317		49.6084	6.108	6
L-2671	Luxembourg	luxembourg	LU	2960317		49.6022	6.1394	6
L-2672	Luxembourg	luxembourg	LU	2960317		49.6018	6.0955	6
L-2673	Luxembourg	luxembourg	LU	2960317		49.6084	6.108	4
L-2674	Luxembourg	luxembourg	LU	2960317		49.628	6.1741	6
L-2680	Luxembourg	luxembourg	LU	2960317		49.6053	6.1151	6
L-2681	Luxembourg	luxembourg	LU	2960317		49.6053	6.1151	4
L-2711	Luxembourg	luxembourg	LU	2960317		49.5885	6.1246	6
L-2713	Luxembourg	luxembourg	LU	2960317		49.5925	6.1251	6
L-2714	Luxembourg	luxembourg	LU	2960317		49.6039	6.1347	6
L-2715	Luxembourg	luxembourg	LU	2960317		49.606	6.109	4
L-2716	Luxembourg	luxembourg	LU	2960317		49.6214	6.1156	6
L-2717	Luxembourg	luxembourg	LU	2960317		49.5889	6.1041	6
L-2718	Luxembourg	luxembourg	LU	2960317		49.5996	6.1299	6
L-2719	Luxembourg	luxembourg	LU	2960317		49.6236	6.147	6
L-2720	Luxembourg	luxembourg	LU	2960317		49.6341	6.1769	
L-2721	Luxembourg	luxembourg	LU	2960317		49.6322	6.1693	6
L-2722	Luxembourg	luxembourg	LU	2960317		49.6092	6.1348	6
L-2724	Luxembourg	luxembourg	LU	2960317		49.5978	6.1316	6
L-2725	Luxembourg	luxembourg	LU	2960317		49.602	6.1192	6
L-2726	Luxembourg	luxembourg	LU	2960317		49.5951	6.1412	6
L-2728	Luxembourg	luxembourg	LU	2960317		49.6176	6.1455	4
L-2729	Luxembourg	luxembourg	LU	2960317		49.5935	6.14	6
L-2730	Luxembourg	luxembourg	LU	2960317		49.6037	6.1263	6
L-2731	Luxembourg	luxembourg	LU	2960317		49.6243	6.1245	6
L-2732	Luxembourg	luxembourg	LU	2960317		49.6008	6.1257	6
L-2733	Luxembourg	luxembourg	LU	2960317		49.6118	6.1341	6
L-2734	Luxembourg	luxembourg	LU	2960317		49.5932	6.1418	6
L-2736	Luxembourg	luxembourg	LU	2960317		49.6073	6.1581	6
L-2737	Luxembourg	luxembourg	LU	2960317		49.6071	6.1048	6
L-2738	Luxembourg	luxembourg	LU	2960317		49.6203	6.1695	6
L-2739	Luxembourg	luxembourg	LU	2960317		49.5954	6.1517	6
L-2740	Luxembourg	luxembourg	LU	2960317		49.6116	6.1173	6
L-2741	Luxembourg	luxembourg	LU	2960317		49.6254	6.1191	6
L-2761	Luxembourg	luxembourg	LU	2960317		49.6069	6.1029	6
L-2762	Luxembourg	luxembourg	LU	2960317		49.6202	6.1205	6
L-2763	Luxembourg	luxembourg	LU	2960317		49.6047	6.1287	6
L-2764	Luxembourg	luxembourg	LU	2960317		49.5917	6.1277	6
L-7701	Colmar-Berg	colmar-berg	ME	01		49.8127	6.0975	4
L-7710	Colmar-Berg	colmar-berg	ME	01		49.8127	6.0975	4
L-7711	Colmar-Berg	colmar-berg	ME	01		49.8134	6.0986	6
L-7712	Colmar-Berg	colmar-berg	ME	01		49.8036	6.0891	6
L-7713	Welsdorf	welsdorf	ME	01		49.8183	6.0915	6
L-7714	Colmar-Berg	colmar-berg	ME	01		49.8065	6.0996	6
L-7715	Colmar-Berg	colmar-berg	ME	01		49.8127	6.0975	6
L-7716	Colmar-Berg	colmar-berg	ME	01		49.8117	6.1	6
L-7720	Colmar-Berg	colmar-berg	ME	01		49.8066	6.096	6
L-7721	Colmar-Berg	colmar-berg	ME	01		49.8097	6.0942	6
L-7722	Colmar-Berg	colmar-berg	ME	01		49.8105	6.0985	4
L-7723	Welsdorf	welsdorf	ME	01		49.8178	6.0928	6
L-7724	Colmar-Berg	colmar-berg	ME	01		49.8129	6.0863	6
L-7726	Colmar-Berg	colmar-berg	ME	01		49.8105	6.0973	6
L-7727	Colmar-Berg	colmar-berg	ME	01		49.8074	6.0985	6
L-7730	Colmar-Berg	colmar-berg	ME	01		49.8131	6.0897	4
L-7731	Colmar-Berg	colmar-berg	ME	01		49.8121	6.0994	6
L-7732	Colmar-Berg	colmar-berg	ME	01		49.8099	6.0983	6
L-7733	Colmar-Berg	colmar-berg	ME	01		49.8079	6.0964	4
L-7734	Colmar-Berg	colmar-berg	ME	01		49.8175	6.0867	6
L-7735	Colmar-Berg	colmar-berg	ME	01		49.8134	6.1003	6
L-7737	Colmar-Berg	colmar-berg	ME	01		49.8026	6.103	6
L-7739	Colmar-Berg	colmar-berg	ME	01		49.812	6.0884	6
L-7740	Colmar-Berg	colmar-berg	ME	01		49.809	6.0947	6
L-7741	Colmar-Berg	colmar-berg	ME	01		49.8163	6.0859	6
L-7750	Colmar-Berg	colmar-berg	ME	01		49.8127	6.0975	4
L-7703	Bissen	bissen	ME	02		49.7888	6.065	4
L-7759	Roost (Bissen)	roost-bissen	ME	02		49.7863	6.0943	6
L-7760	Bissen	bissen	ME	02		49.7883	6.0639	6
L-7761	Bissen	bissen	ME	02		49.7857	6.0631	4
L-7762	Bissen	bissen	ME	02		49.7882	6.0614	6
L-7763	Bissen	bissen	ME	02		49.7873	6.076	6
L-7764	Bissen	bissen	ME	02		49.7852	6.0635	6
L-7765	Bissen	bissen	ME	02		49.7913	6.0619	6
L-7766	Bissen	bissen	ME	02		49.7912	6.0688	6
L-7767	Bissen	bissen	ME	02		49.7866	6.0583	6
L-7768	Bissen	bissen	ME	02		49.7881	6.0699	6
L-7769	Bissen	bissen	ME	02		49.7865	6.0635	6
L-7770	Bissen	bissen	ME	02		49.7869	6.0574	6
L-7771	Bissen	bissen	ME	02		49.7869	6.0591	6
L-7772	Bissen	bissen	ME	02		49.7888	6.065	6
L-7773	Bissen	bissen	ME	02		49.7883	6.0688	6
L-7774	Bissen	bissen	ME	02		49.792	6.0674	6
L-7777	Bissen	bissen	ME	02		49.7885	6.0644	6
L-7778	Bissen	bissen	ME	02		49.7838	6.0656	6
L-7779	Bissen	bissen	ME	02		49.7852	6.0673	6
L-7780	Bissen	bissen	ME	02		49.7856	6.0683	4
L-7781	Bissen	bissen	ME	02		49.7835	6.0663	6
L-7782	Bissen	bissen	ME	02		49.7919	6.066	6
L-7783	Bissen	bissen	ME	02		49.7885	6.0634	4
L-7784	Bissen	bissen	ME	02		49.7899	6.0718	6
L-7785	Bissen	bissen	ME	02		49.7911	6.0611	6
L-7786	Bissen	bissen	ME	02		49.7857	6.0698	6
L-7787	Bissen	bissen	ME	02		49.7932	6.0749	6
L-7788	Bissen	bissen	ME	02		49.7851	6.0667	4
L-7789	Bissen	bissen	ME	02		49.7881	6.0586	6
L-7790	Bissen	bissen	ME	02		49.7849	6.075	6
L-7791	Bissen	bissen	ME	02		49.7861	6.075	4
L-7792	Bissen	bissen	ME	02		49.7831	6.0706	6
L-7793	Bissen	bissen	ME	02		49.7884	6.0733	6
L-7794	Bissen	bissen	ME	02		49.7882	6.0766	6
L-7795	Bissen	bissen	ME	02		49.7889	6.086	6
L-7796	Bissen	bissen	ME	02		49.7831	6.0706	4
L-7415	Brouch	brouch	ME	03		49.7375	6.0271	6
L-7416	Brouch	brouch	ME	03		49.7372	6.0198	6
L-7417	Brouch	brouch	ME	03		49.741	6.017	6
L-7418	Buschdorf	buschdorf	ME	03		49.7501	6.0066	6
L-7425	Finsterthal	finsterthal	ME	03		49.7584	6.0396	6
L-7425	Bill	bill	ME	03		49.7639	6.0399	6
L-7425	Openthalt	openthalt	ME	03		49.7522	6.0356	6
L-7433	Grevenknapp	grevenknapp	ME	03		49.7631	6.0321	6
L-8710	Boevange-sur-Attert	boevange-sur-attert	ME	03		49.7737	6.0134	6
L-8711	Boevange-sur-Attert	boevange-sur-attert	ME	03		49.7715	6.0199	6
L-6155	Koedange	koedange	ME	04		49.7348	6.2085	6
L-6155	Weyer	weyer	ME	04		49.725	6.1994	6
L-6155	Stuppicht	stuppicht	ME	04		49.7256	6.188	6
L-6175	Schiltzberg	schiltzberg	ME	04		49.7385	6.2214	6
L-7410	Angelsberg	angelsberg	ME	04		49.7639	6.1598	6
L-7430	Fischbach	fischbach	ME	04		49.7463	6.1894	6
L-7475	Schoos	schoos	ME	04		49.7506	6.1686	6
L-7625	Heffingen	heffingen	ME	05		49.782	6.2249	6
L-7634	Heffingen	heffingen	ME	05		49.7823	6.2328	4
L-7639	Reuland	reuland	ME	05		49.7534	6.2653	4
L-7650	Heffingen	heffingen	ME	05		49.769	6.2378	4
L-7651	Heffingen	heffingen	ME	05		49.7708	6.2427	6
L-7652	Heffingen	heffingen	ME	05		49.7679	6.2417	6
L-7653	Heffingen	heffingen	ME	05		49.7669	6.2381	6
L-7670	Reuland	reuland	ME	05		49.7526	6.2571	6
L-7673	Heffingen	heffingen	ME	05		49.7686	6.2291	6
L-7601	Larochette	larochette	ME	06		49.7835	6.2199	4
L-7610	Larochette	larochette	ME	06		49.7835	6.2199	6
L-7612	Larochette	larochette	ME	06		49.7859	6.2166	6
L-7613	Larochette	larochette	ME	06		49.7802	6.2184	6
L-7615	Larochette	larochette	ME	06		49.7795	6.218	6
L-7618	Larochette	larochette	ME	06		49.7907	6.2211	6
L-7619	Larochette	larochette	ME	06		49.7873	6.2201	6
L-7620	Larochette	larochette	ME	06		49.7854	6.2153	6
L-7621	Larochette	larochette	ME	06		49.7816	6.2189	6
L-7622	Larochette	larochette	ME	06		49.7883	6.218	6
L-7623	Larochette	larochette	ME	06		49.7848	6.2184	6
L-7624	Larochette	larochette	ME	06		49.7844	6.2173	6
L-7625	Larochette	larochette	ME	06		49.7823	6.2223	6
L-7626	Larochette	larochette	ME	06		49.7847	6.2186	4
L-7627	Larochette	larochette	ME	06		49.7842	6.2187	6
L-7633	Larochette	larochette	ME	06		49.7845	6.2113	4
L-7634	Larochette	larochette	ME	06		49.7932	6.2315	6
L-7635	Ernzen	ernzen	ME	06		49.774	6.2211	6
L-7636	Ernzen	ernzen	ME	06		49.7713	6.2144	6
L-6155	Lintgen	lintgen	ME	07		49.7282	6.184	6
L-7432	Gosseldange	gosseldange	ME	07		49.7244	6.1153	6
L-7440	Lintgen	lintgen	ME	07		49.7234	6.1245	4
L-7441	Lintgen	lintgen	ME	07		49.7248	6.1314	6
L-7442	Lintgen	lintgen	ME	07		49.7207	6.1283	6
L-7443	Lintgen	lintgen	ME	07		49.7229	6.1319	6
L-7444	Lintgen	lintgen	ME	07		49.7217	6.132	6
L-7445	Lintgen	lintgen	ME	07		49.7219	6.1264	6
L-7446	Lintgen	lintgen	ME	07		49.7211	6.1271	4
L-7447	Lintgen	lintgen	ME	07		49.7218	6.1338	4
L-7448	Lintgen	lintgen	ME	07		49.7208	6.1239	6
L-7449	Lintgen	lintgen	ME	07		49.7227	6.1291	6
L-7450	Lintgen	lintgen	ME	07		49.7179	6.1263	6
L-7451	Lintgen	lintgen	ME	07		49.7179	6.128	6
L-7452	Lintgen	lintgen	ME	07		49.7197	6.1381	6
L-7453	Lintgen	lintgen	ME	07		49.7239	6.1274	6
L-7454	Lintgen	lintgen	ME	07		49.7213	6.1341	6
L-7455	Lintgen	lintgen	ME	07		49.7213	6.1271	6
L-7456	Lintgen	lintgen	ME	07		49.7219	6.1362	6
L-7457	Lintgen	lintgen	ME	07		49.7194	6.127	6
L-7458	Lintgen	lintgen	ME	07		49.7159	6.1288	6
L-7460	Prettingen	prettingen	ME	07		49.7172	6.1189	6
L-7350	Lorentzweiler	lorentzweiler	ME	08		49.7045	6.1436	6
L-7351	Helmdange	helmdange	ME	08		49.6936	6.1396	6
L-7352	Helmdange	helmdange	ME	08		49.6958	6.1451	6
L-7353	Lorentzweiler	lorentzweiler	ME	08		49.7025	6.1446	6
L-7354	Helmdange	helmdange	ME	08		49.6921	6.1458	6
L-7355	Helmdange	helmdange	ME	08		49.6946	6.1426	6
L-7356	Lorentzweiler	lorentzweiler	ME	08		49.6973	6.1432	6
L-7356	Helmdange	helmdange	ME	08		49.6971	6.1418	4
L-7357	Helmdange	helmdange	ME	08		49.6906	6.1461	6
L-7358	Lorentzweiler	lorentzweiler	ME	08		49.7014	6.148	6
L-7359	Lorentzweiler	lorentzweiler	ME	08		49.6999	6.1389	6
L-7360	Helmdange	helmdange	ME	08		49.6916	6.1439	6
L-7361	Lorentzweiler	lorentzweiler	ME	08		49.702	6.1443	6
L-7362	Bofferdange	bofferdange	ME	08		49.6901	6.144	6
L-7363	Lorentzweiler	lorentzweiler	ME	08		49.7041	6.1415	6
L-7364	Bofferdange	bofferdange	ME	08		49.6911	6.1393	6
L-7370	Lorentzweiler	lorentzweiler	ME	08		49.7004	6.1433	4
L-7371	Helmdange	helmdange	ME	08		49.693	6.1444	6
L-7372	Lorentzweiler	lorentzweiler	ME	08		49.704	6.139	6
L-7373	Lorentzweiler	lorentzweiler	ME	08		49.6997	6.141	6
L-7373	Helmdange	helmdange	ME	08		49.6951	6.1408	6
L-7374	Bofferdange	bofferdange	ME	08		49.687	6.1397	6
L-7374	Helmdange	helmdange	ME	08		49.693	6.141	6
L-7375	Lorentzweiler	lorentzweiler	ME	08		49.7011	6.1431	6
L-7376	Bofferdange	bofferdange	ME	08		49.6863	6.1433	4
L-7377	Lorentzweiler	lorentzweiler	ME	08		49.7053	6.1414	6
L-7378	Bofferdange	bofferdange	ME	08		49.6887	6.1376	6
L-7379	Lorentzweiler	lorentzweiler	ME	08		49.6994	6.142	6
L-7380	Lorentzweiler	lorentzweiler	ME	08		49.7024	6.148	6
L-7381	Bofferdange	bofferdange	ME	08		49.6882	6.1428	6
L-7382	Helmdange	helmdange	ME	08		49.6936	6.1428	6
L-7383	Lorentzweiler	lorentzweiler	ME	08		49.7019	6.1503	6
L-7384	Lorentzweiler	lorentzweiler	ME	08		49.7014	6.15	4
L-7390	Blaschette	blaschette	ME	08		49.7015	6.1666	6
L-7391	Blaschette	blaschette	ME	08		49.704	6.1691	6
L-7392	Asselscheuer	asselscheuer	ME	08		49.6906	6.173	6
L-7392	Klingelscheuer	klingelscheuer	ME	08		49.693	6.1683	6
L-7392	Blaschette	blaschette	ME	08		49.6977	6.1673	6
L-7395	Hunsdorf	hunsdorf	ME	08		49.6974	6.1312	4
L-7396	Hunsdorf	hunsdorf	ME	08		49.6975	6.1286	4
L-7397	Hunsdorf	hunsdorf	ME	08		49.6969	6.1314	6
L-7409	Beringen	beringen	ME	09		49.7702	6.1513	6
L-7410	Mersch	mersch	ME	09		49.7535	6.1394	6
L-7415	Reckange	reckange	ME	09		49.7483	6.0524	6
L-7424	Essingen	essingen	ME	09		49.779	6.1168	6
L-7425	Reckange	reckange	ME	09		49.759	6.0418	
L-7462	Moesdorf	moesdorf	ME	09		49.7686	6.1162	6
L-7463	Pettingen	pettingen	ME	09		49.7697	6.1075	6
L-7463	Moesdorf	moesdorf	ME	09		49.7689	6.1137	6
L-7464	Moesdorf	moesdorf	ME	09		49.77	6.1307	6
L-7473	Schoenfels	schoenfels	ME	09		49.7181	6.0909	6
L-7501	Mersch	mersch	ME	09		49.7453	6.1	4
L-7502	Mersch	mersch	ME	09		49.7453	6.1	4
L-7511	Rollingen	rollingen	ME	09		49.7444	6.1175	6
L-7512	Mersch	mersch	ME	09		49.7449	6.0926	6
L-7513	Mersch	mersch	ME	09		49.7516	6.0994	6
L-7514	Mersch	mersch	ME	09		49.7459	6.0974	6
L-7515	Mersch	mersch	ME	09		49.746	6.0992	6
L-7516	Rollingen	rollingen	ME	09		49.7386	6.1168	6
L-7517	Mersch	mersch	ME	09		49.7534	6.1062	6
L-7518	Rollingen	rollingen	ME	09		49.7418	6.115	6
L-7519	Mersch	mersch	ME	09		49.7528	6.1079	6
L-7520	Mersch	mersch	ME	09		49.7494	6.1054	6
L-7521	Mersch	mersch	ME	09		49.7546	6.0951	6
L-7522	Mersch	mersch	ME	09		49.7436	6.0939	6
L-7523	Mersch	mersch	ME	09		49.7489	6.1005	6
L-7524	Mersch	mersch	ME	09		49.7645	6.0878	6
L-7525	Mersch	mersch	ME	09		49.753	6.1037	6
L-7526	Mersch	mersch	ME	09		49.756	6.1032	6
L-7527	Rollingen	rollingen	ME	09		49.743	6.1158	4
L-7531	Mersch	mersch	ME	09		49.7548	6.0965	6
L-7532	Rollingen	rollingen	ME	09		49.7409	6.1126	6
L-7533	Mersch	mersch	ME	09		49.7467	6.1024	6
L-7534	Mersch	mersch	ME	09		49.74	6.0936	6
L-7535	Mersch	mersch	ME	09		49.7521	6.1096	6
L-7536	Mersch	mersch	ME	09		49.7439	6.102	6
L-7537	Rollingen	rollingen	ME	09		49.7378	6.1162	6
L-7538	Mersch	mersch	ME	09		49.7494	6.1167	6
L-7539	Rollingen	rollingen	ME	09		49.7427	6.1122	6
L-7540	Rollingen	rollingen	ME	09		49.7401	6.1148	4
L-7541	Mersch	mersch	ME	09		49.7501	6.1089	6
L-7542	Mersch	mersch	ME	09		49.7447	6.097	6
L-7543	Rollingen	rollingen	ME	09		49.7479	6.1127	6
L-7543	Mersch	mersch	ME	09		49.7417	6.0972	4
L-7544	Mersch	mersch	ME	09		49.7475	6.0995	6
L-7545	Mersch	mersch	ME	09		49.7501	6.1161	6
L-7546	Rollingen	rollingen	ME	09		49.7415	6.1168	6
L-7547	Rollingen	rollingen	ME	09		49.747	6.113	6
L-7553	Mersch	mersch	ME	09		49.756	6.0968	6
L-7554	Mersch	mersch	ME	09		49.7553	6.1071	6
L-7555	Mersch	mersch	ME	09		49.7473	6.1045	6
L-7556	Mersch	mersch	ME	09		49.7472	6.1036	6
L-7557	Mersch	mersch	ME	09		49.7453	6.1	6
L-7558	Rollingen	rollingen	ME	09		49.743	6.1158	6
L-7559	Mersch	mersch	ME	09		49.748	6.0927	4
L-7560	Mersch	mersch	ME	09		49.7546	6.096	4
L-7561	Mersch	mersch	ME	09		49.75	6.1036	6
L-7562	Mersch	mersch	ME	09		49.7447	6.0945	6
L-7563	Mersch	mersch	ME	09		49.7466	6.0981	6
L-7564	Mersch	mersch	ME	09		49.7546	6.096	6
L-7565	Mersch	mersch	ME	09		49.752	6.1067	6
L-7566	Mersch	mersch	ME	09		49.7454	6.0989	6
L-7567	Rollingen	rollingen	ME	09		49.7393	6.113	6
L-7568	Mersch	mersch	ME	09		49.7541	6.0982	6
L-7569	Mersch	mersch	ME	09		49.7533	6.0995	6
L-7570	Mersch	mersch	ME	09		49.7441	6.0994	6
L-7571	Mersch	mersch	ME	09		49.7534	6.0966	6
L-7572	Mersch	mersch	ME	09		49.7426	6.0912	6
L-7573	Mersch	mersch	ME	09		49.7441	6.0994	4
L-7590	Beringen	beringen	ME	09		49.7595	6.1136	6
L-7590	Mersch	mersch	ME	09		49.755	6.1116	6
L-7591	Beringen	beringen	ME	09		49.7575	6.1179	6
L-7592	Beringen	beringen	ME	09		49.7588	6.1182	6
L-7593	Beringen	beringen	ME	09		49.7607	6.1174	4
L-7594	Beringen	beringen	ME	09		49.7616	6.1164	6
L-7595	Reckange	reckange	ME	09		49.748	6.0831	6
L-7596	Reckange	reckange	ME	09		49.7506	6.0797	6
L-7597	Reckange	reckange	ME	09		49.7475	6.0773	6
L-7598	Reckange	reckange	ME	09		49.7534	6.0645	6
L-7599	Mersch	mersch	ME	09		49.7285	6.0806	6
L-7759	Essingen	essingen	ME	09		49.7829	6.098	4
L-7420	Cruchten	cruchten	ME	10		49.7992	6.1282	6
L-7421	Cruchten	cruchten	ME	10		49.7989	6.1317	6
L-7431	Niederglabach	niederglabach	ME	10		49.7923	6.1542	6
L-7431	Oberglabach	oberglabach	ME	10		49.785	6.1497	6
L-7465	Nommern	nommern	ME	10		49.7946	6.1748	6
L-9184	Schrondweiler	schrondweiler	ME	10		49.8058	6.1551	6
L-7411	Ansembourg	ansembourg	ME	11		49.7017	6.0414	6
L-7411	Marienthal	marienthal	ME	11		49.7077	6.0668	6
L-7412	Bour	bour	ME	11		49.6999	6.016	6
L-7435	Hollenfels	hollenfels	ME	11		49.7132	6.0487	6
L-7480	Tuntange	tuntange	ME	11		49.7163	6.0082	6
L-7481	Tuntange	tuntange	ME	11		49.7171	6.0144	6
L-7482	Tuntange	tuntange	ME	11		49.7128	6.011	6
L-8293	Claushof	claushof	ME	11		49.7144	6.0816	6
L-8521	Beckerich	beckerich	RD	02		49.7291	5.8877	6
L-8522	Beckerich	beckerich	RD	02		49.7284	5.8912	4
L-8523	Beckerich	beckerich	RD	02		49.7319	5.8826	6
L-8533	Elvange	elvange	RD	02		49.7246	5.9178	6
L-8538	Hovelange	hovelange	RD	02		49.7225	5.9072	6
L-8539	Huttange	huttange	RD	02		49.7354	5.897	6
L-8543	Levelange	levelange	RD	02		49.7379	5.8563	6
L-8550	Noerdange	noerdange	RD	02		49.7421	5.9246	6
L-8551	Noerdange	noerdange	RD	02		49.7417	5.9223	4
L-8552	Oberpallen	oberpallen	RD	02		49.7294	5.8412	6
L-8562	Schweich	schweich	RD	02		49.7222	5.9249	6
L-8526	Colpach-Bas	colpach-bas	RD	05		49.7576	5.8253	6
L-8527	Colpach-Bas	colpach-bas	RD	05		49.7576	5.8253	4
L-8528	Colpach-Haut	colpach-haut	RD	05		49.7672	5.8198	6
L-8530	Ell	ell	RD	05		49.7624	5.8577	6
L-8531	Ell	ell	RD	05		49.7631	5.8531	4
L-8557	Petit-Nobressart	petit-nobressart	RD	05		49.7792	5.8098	6
L-8560	Roodt (Ell)	roodt-ell	RD	05		49.7955	5.8211	6
L-8537	Hostert	hostert	RD	06		49.809	5.865	6
L-8546	Hostert	hostert	RD	06		49.8113	5.8672	6
L-8801	Rambrouch	rambrouch	RD	06		49.8289	5.8473	4
L-8805	Hostert	hostert	RD	06		49.8212	5.855	6
L-8805	Rambrouch	rambrouch	RD	06		49.8289	5.8473	6
L-8806	Rambrouch	rambrouch	RD	06		49.8308	5.8513	6
L-8808	Arsdorf	arsdorf	RD	06		49.86	5.8451	6
L-8809	Arsdorf	arsdorf	RD	06		49.86	5.8412	6
L-8811	Bilsdorf	bilsdorf	RD	06		49.8566	5.8241	6
L-8812	Bigonville	bigonville	RD	06		49.8459	5.7915	6
L-8812	Bigonville-Poteau	bigonville-poteau	RD	06		49.8383	5.7832	6
L-8812	Flatzbour	flatzbour	RD	06		49.8355	5.7876	6
L-8813	Bigonville	bigonville	RD	06		49.8512	5.7935	6
L-8814	Bigonville	bigonville	RD	06		49.8506	5.7905	6
L-8817	Eschette	eschette	RD	06		49.8231	5.8871	6
L-8820	Holtz	holtz	RD	06		49.8066	5.7927	6
L-8821	Koetschette	koetschette	RD	06		49.8382	5.8391	6
L-8821	Riesenhof	riesenhof	RD	06		49.8397	5.8147	6
L-8823	Haut-Martelange	haut-martelange	RD	06		49.8237	5.7488	6
L-8824	Perlé	perle	RD	06		49.8128	5.764	6
L-8825	Perlé	perle	RD	06		49.81	5.7581	6
L-8826	Perlé	perle	RD	06		49.8085	5.7669	6
L-8832	Rombach-Martelange	rombach-martelange	RD	06		49.8334	5.7433	6
L-8833	Wolwelange	wolwelange	RD	06		49.8291	5.7664	6
L-8834	Folschette	folschette	RD	06		49.8159	5.8703	6
L-8835	Folschette	folschette	RD	06		49.813	5.8769	4
L-8818	Grevels (Grosbous)	grevels-grosbous	RD	07		49.8505	5.9171	6
L-9144	Dellen	dellen	RD	07		49.8587	5.9588	6
L-9144	Lehrhof	lehrhof	RD	07		49.8576	5.9433	6
L-9154	Grosbous	grosbous	RD	07		49.8299	5.9646	6
L-9155	Grosbous	grosbous	RD	07		49.8251	5.9662	6
L-8506	Redange/Attert	redange-attert	RD	09		49.7617	5.8945	6
L-8507	Redange/Attert	redange-attert	RD	09		49.7668	5.8938	6
L-8508	Redange/Attert	redange-attert	RD	09		49.7668	5.8917	6
L-8509	Redange/Attert	redange-attert	RD	09		49.7668	5.88	6
L-8510	Redange/Attert	redange-attert	RD	09		49.7646	5.8878	6
L-8511	Redange/Attert	redange-attert	RD	09		49.766	5.8874	6
L-8540	Ospern	ospern	RD	09		49.7825	5.9035	6
L-8540	Eltz	eltz	RD	09		49.7777	5.8937	6
L-8542	Lannen	lannen	RD	09		49.79	5.8381	6
L-8544	Nagem	nagem	RD	09		49.788	5.8574	6
L-8545	Niederpallen	niederpallen	RD	09		49.7559	5.9097	6
L-8558	Reichlange	reichlange	RD	09		49.7735	5.9259	6
L-7470	Saeul	saeul	RD	10		49.7287	5.9865	6
L-7471	Saeul	saeul	RD	10		49.7258	5.983	6
L-8525	Calmus	calmus	RD	10		49.7252	5.9635	6
L-8529	Ehner	ehner	RD	10		49.7172	5.9496	6
L-8541	Kapweiler	kapweiler	RD	10		49.7391	5.9684	6
L-8561	Schwebach	schwebach	RD	10		49.7457	5.9708	6
L-8620	Schandel	schandel	RD	11		49.7918	5.9753	6
L-8701	Useldange	useldange	RD	11		49.7724	5.9821	4
L-8705	Useldange	useldange	RD	11		49.7686	5.9854	6
L-8706	Useldange	useldange	RD	11		49.7664	5.9784	6
L-8707	Useldange	useldange	RD	11		49.7709	5.98	6
L-8708	Useldange	useldange	RD	11		49.7724	5.9821	6
L-8715	Everlange	everlange	RD	11		49.7756	5.9529	6
L-8720	Rippweiler	rippweiler	RD	11		49.7508	5.9551	6
L-9173	Vichten	vichten	RD	12		49.8128	6.0041	4
L-9173	Michelbouch	michelbouch	RD	12		49.8193	6.019	6
L-9188	Vichten	vichten	RD	12		49.8015	5.9991	6
L-9189	Vichten	vichten	RD	12		49.8035	6.0012	6
L-9190	Vichten	vichten	RD	12		49.8022	6.0021	6
L-8610	Buschrodt	buschrodt	RD	13		49.8264	5.9346	6
L-8816	Brattert	brattert	RD	13		49.8547	5.9019	6
L-8818	Wahl	wahl	RD	13		49.841	5.8793	6
L-8818	Grevels	grevels	RD	13		49.8522	5.9141	6
L-8819	Heispelt	heispelt	RD	13		49.8541	5.8825	6
L-8822	Kuborn	kuborn	RD	13		49.8689	5.9023	6
L-8831	Rindschleiden	rindschleiden	RD	13		49.8496	5.9	4
L-8838	Wahl	wahl	RD	13		49.8368	5.9061	6
L-8558	Platen	platen	RD	8641291		49.7798	5.9345	6
L-8606	Bettborn	bettborn	RD	8641291		49.7951	5.9413	6
L-8609	Bettborn	bettborn	RD	8641291		49.7937	5.9463	6
L-8611	Platen	platen	RD	8641291		49.7904	5.9355	6
L-8612	Pratz	pratz	RD	8641291		49.8022	5.9386	6
L-8613	Pratz	pratz	RD	8641291		49.8043	5.9324	6
L-8614	Reimberg	reimberg	RD	8641291		49.7974	5.9533	6
L-8615	Platen	platen	RD	8641291		49.7889	5.9382	6
L-5402	Assel	assel	RM	00		49.5543	6.3148	6
L-5407	Bous	bous	RM	00		49.5559	6.3256	6
L-5408	Bous	bous	RM	00		49.5553	6.331	6
L-5421	Erpeldange	erpeldange	RM	00		49.5451	6.3254	4
L-5422	Erpeldange	erpeldange	RM	00		49.5409	6.3294	4
L-5443	Rolling	rolling	RM	00		49.5503	6.3161	6
L-5421	Welfrange	welfrange	RM	02		49.5358	6.31	4
L-5605	Dalheim	dalheim	RM	02		49.5453	6.2557	4
L-5680	Dalheim	dalheim	RM	02		49.5439	6.2581	4
L-5681	Dalheim	dalheim	RM	02		49.5453	6.2557	6
L-5682	Dalheim	dalheim	RM	02		49.5443	6.2586	6
L-5683	Dalheim	dalheim	RM	02		49.5461	6.2581	6
L-5684	Dalheim	dalheim	RM	02		49.5483	6.2616	6
L-5685	Dalheim	dalheim	RM	02		49.5419	6.2628	6
L-5686	Dalheim	dalheim	RM	02		49.5422	6.2592	6
L-5687	Dalheim	dalheim	RM	02		49.541	6.2598	6
L-5698	Welfrange	welfrange	RM	02		49.5399	6.2848	6
L-5730	Filsdorf	filsdorf	RM	02		49.5176	6.2368	4
L-5740	Filsdorf	filsdorf	RM	02		49.5337	6.246	6
L-5741	Filsdorf	filsdorf	RM	02		49.5331	6.2471	6
L-5898	Dalheim	dalheim	RM	02		49.5676	6.2355	
L-5353	Canach	canach	RM	03		49.6024	6.2905	
L-5411	Canach	canach	RM	03		49.6089	6.3219	6
L-5412	Canach	canach	RM	03		49.6069	6.3166	6
L-5413	Canach	canach	RM	03		49.6064	6.3199	6
L-5414	Canach	canach	RM	03		49.6116	6.3275	6
L-5415	Canach	canach	RM	03		49.6076	6.3243	6
L-5430	Lenningen	lenningen	RM	03		49.6013	6.3677	6
L-5431	Lenningen	lenningen	RM	03		49.6016	6.3662	4
L-5601	Mondorf-les-Bains	mondorf-les-bains	RM	04		49.5057	6.271	4
L-5602	Mondorf-les-Bains	mondorf-les-bains	RM	04		49.5057	6.271	4
L-5610	Mondorf-les-Bains	mondorf-les-bains	RM	04		49.5033	6.2801	6
L-5611	Mondorf-les-Bains	mondorf-les-bains	RM	04		49.5061	6.2723	6
L-5612	Mondorf-les-Bains	mondorf-les-bains	RM	04		49.5046	6.2748	6
L-5613	Mondorf-les-Bains	mondorf-les-bains	RM	04		49.5122	6.2768	6
L-5614	Mondorf-les-Bains	mondorf-les-bains	RM	04		49.5073	6.2846	6
L-5615	Mondorf-les-Bains	mondorf-les-bains	RM	04		49.5054	6.2715	6
L-5616	Mondorf-les-Bains	mondorf-les-bains	RM	04		49.5032	6.2852	6
L-5617	Mondorf-les-Bains	mondorf-les-bains	RM	04		49.5108	6.2795	6
L-5618	Mondorf-les-Bains	mondorf-les-bains	RM	04		49.5079	6.2813	6
L-5619	Mondorf-les-Bains	mondorf-les-bains	RM	04		49.5075	6.2743	6
L-5620	Mondorf-les-Bains	mondorf-les-bains	RM	04		49.5082	6.2864	6
L-5626	Mondorf-les-Bains	mondorf-les-bains	RM	04		49.5065	6.2765	6
L-5627	Mondorf-les-Bains	mondorf-les-bains	RM	04		49.5055	6.2765	6
L-5628	Mondorf-les-Bains	mondorf-les-bains	RM	04		49.5046	6.277	6
L-5629	Mondorf-les-Bains	mondorf-les-bains	RM	04		49.5067	6.277	6
L-5630	Mondorf-les-Bains	mondorf-les-bains	RM	04		49.5046	6.2807	6
L-5631	Mondorf-les-Bains	mondorf-les-bains	RM	04		49.5065	6.285	6
L-5632	Mondorf-les-Bains	mondorf-les-bains	RM	04		49.51	6.273	6
L-5633	Mondorf-les-Bains	mondorf-les-bains	RM	04		49.5063	6.2709	6
L-5634	Mondorf-les-Bains	mondorf-les-bains	RM	04		49.505	6.2667	4
L-5635	Mondorf-les-Bains	mondorf-les-bains	RM	04		49.5055	6.2846	6
L-5636	Mondorf-les-Bains	mondorf-les-bains	RM	04		49.5066	6.2863	6
L-5637	Mondorf-les-Bains	mondorf-les-bains	RM	04		49.5057	6.271	6
L-5638	Mondorf-les-Bains	mondorf-les-bains	RM	04		49.505	6.267	6
L-5639	Mondorf-les-Bains	mondorf-les-bains	RM	04		49.5082	6.2731	6
L-5640	Mondorf-les-Bains	mondorf-les-bains	RM	04		49.5051	6.2902	6
L-5650	Mondorf-les-Bains	mondorf-les-bains	RM	04		49.5064	6.2813	6
L-5651	Mondorf-les-Bains	mondorf-les-bains	RM	04		49.5108	6.282	6
L-5652	Mondorf-les-Bains	mondorf-les-bains	RM	04		49.507	6.2879	6
L-5653	Mondorf-les-Bains	mondorf-les-bains	RM	04		49.5128	6.2802	6
L-5654	Mondorf-les-Bains	mondorf-les-bains	RM	04		49.5095	6.2832	6
L-5655	Mondorf-les-Bains	mondorf-les-bains	RM	04		49.5043	6.2704	4
L-5656	Mondorf-les-Bains	mondorf-les-bains	RM	04		49.5055	6.2705	6
L-5657	Mondorf-les-Bains	mondorf-les-bains	RM	04		49.5101	6.2777	6
L-5658	Mondorf-les-Bains	mondorf-les-bains	RM	04		49.5051	6.2705	6
L-5659	Mondorf-les-Bains	mondorf-les-bains	RM	04		49.5022	6.286	4
L-5670	Altwies	altwies	RM	04		49.5093	6.2553	6
L-5671	Altwies	altwies	RM	04		49.5122	6.256	6
L-5690	Ellange	ellange	RM	04		49.5202	6.2986	6
L-5691	Ellange	ellange	RM	04		49.5128	6.3019	6
L-5403	Bech-Kleinmacher	bech-kleinmacher	RM	05		49.5332	6.3537	6
L-5404	Bech-Kleinmacher	bech-kleinmacher	RM	05		49.5292	6.3529	6
L-5405	Bech-Kleinmacher	bech-kleinmacher	RM	05		49.5304	6.3547	6
L-5422	Bech-Kleinmacher	bech-kleinmacher	RM	05		49.5324	6.338	6
L-5439	Remerschen	remerschen	RM	05		49.4806	6.3646	6
L-5440	Remerschen	remerschen	RM	05		49.4884	6.3525	6
L-5441	Remerschen	remerschen	RM	05		49.4872	6.3502	6
L-5444	Schengen	schengen	RM	05		49.4691	6.3594	4
L-5445	Schengen	schengen	RM	05		49.472	6.3636	6
L-5446	Schengen	schengen	RM	05		49.47	6.3616	6
L-5447	Schwebsingen	schwebsingen	RM	05		49.5106	6.3568	6
L-5470	Wellenstein	wellenstein	RM	05		49.5242	6.34	6
L-5471	Wellenstein	wellenstein	RM	05		49.5247	6.3423	6
L-5495	Wintrange	wintrange	RM	05		49.5014	6.3511	6
L-5675	Burmerange	burmerange	RM	05		49.4852	6.3217	6
L-5692	Elvange	elvange	RM	05		49.5046	6.3164	6
L-5693	Elvange	elvange	RM	05		49.5033	6.3165	4
L-5695	Emerange	emerange	RM	05		49.4874	6.2903	6
L-5501	Remich	remich	RM	06		49.5476	6.3688	4
L-5511	Remich	remich	RM	06		49.5526	6.3775	6
L-5512	Remich	remich	RM	06		49.551	6.376	6
L-5513	Remich	remich	RM	06		49.547	6.3596	6
L-5514	Remich	remich	RM	06		49.5542	6.3762	6
L-5515	Remich	remich	RM	06		49.5479	6.3641	6
L-5516	Remich	remich	RM	06		49.5544	6.3784	6
L-5517	Remich	remich	RM	06		49.5524	6.3757	6
L-5518	Remich	remich	RM	06		49.5521	6.3777	6
L-5519	Remich	remich	RM	06		49.5445	6.3691	6
L-5520	Remich	remich	RM	06		49.546	6.368	6
L-5521	Remich	remich	RM	06		49.5479	6.3734	6
L-5522	Remich	remich	RM	06		49.5437	6.3668	6
L-5523	Remich	remich	RM	06		49.5455	6.3679	6
L-5530	Remich	remich	RM	06		49.5447	6.3636	6
L-5531	Remich	remich	RM	06		49.5474	6.3603	6
L-5532	Remich	remich	RM	06		49.5451	6.3673	6
L-5533	Remich	remich	RM	06		49.545	6.3703	6
L-5534	Remich	remich	RM	06		49.5448	6.3694	6
L-5535	Remich	remich	RM	06		49.5439	6.3665	6
L-5536	Remich	remich	RM	06		49.5462	6.367	6
L-5537	Remich	remich	RM	06		49.5432	6.3635	6
L-5538	Remich	remich	RM	06		49.546	6.3648	6
L-5539	Remich	remich	RM	06		49.5468	6.3619	6
L-5540	Remich	remich	RM	06		49.5456	6.3638	6
L-5544	Remich	remich	RM	06		49.5482	6.3562	6
L-5548	Remich	remich	RM	06		49.5455	6.3595	6
L-5549	Remich	remich	RM	06		49.5482	6.3562	4
L-5550	Remich	remich	RM	06		49.5428	6.366	6
L-5551	Remich	remich	RM	06		49.5461	6.3567	6
L-5552	Remich	remich	RM	06		49.5438	6.3578	6
L-5553	Remich	remich	RM	06		49.5433	6.3674	6
L-5554	Remich	remich	RM	06		49.5454	6.3694	6
L-5555	Remich	remich	RM	06		49.544	6.3679	6
L-5556	Remich	remich	RM	06		49.5466	6.3679	6
L-5557	Remich	remich	RM	06		49.5447	6.3697	6
L-5558	Remich	remich	RM	06		49.5538	6.377	6
L-5559	Remich	remich	RM	06		49.5443	6.3688	6
L-5560	Remich	remich	RM	06		49.5444	6.3664	6
L-5561	Remich	remich	RM	06		49.5481	6.3658	6
L-5570	Remich	remich	RM	06		49.552	6.3777	4
L-5571	Remich	remich	RM	06		49.5551	6.3763	6
L-5572	Remich	remich	RM	06		49.5437	6.366	6
L-5573	Remich	remich	RM	06		49.5454	6.3619	6
L-5574	Remich	remich	RM	06		49.5426	6.3598	6
L-5575	Remich	remich	RM	06		49.5476	6.3688	6
L-5576	Remich	remich	RM	06		49.5435	6.3597	6
L-5577	Remich	remich	RM	06		49.5458	6.3703	6
L-5412	Greiveldange	greiveldange	RM	07		49.5894	6.3162	
L-5426	Greiveldange	greiveldange	RM	07		49.586	6.3584	6
L-5427	Greiveldange	greiveldange	RM	07		49.5867	6.3658	6
L-5429	Huettermuehle	huettermuehle	RM	07		49.5868	6.3737	4
L-5450	Stadtbredimus	stadtbredimus	RM	07		49.5651	6.3659	6
L-5451	Stadtbredimus	stadtbredimus	RM	07		49.5634	6.3626	6
L-5423	Ersange	ersange	RM	08		49.5763	6.2758	6
L-5442	Roedt	roedt	RM	08		49.5702	6.2841	6
L-5460	Trintange	trintange	RM	08		49.5711	6.28	6
L-5465	Waldbredimus	waldbredimus	RM	08		49.5563	6.2864	6
L-5466	Waldbredimus	waldbredimus	RM	08		49.5578	6.2918	6
L-9350	Bastendorf	bastendorf	VD	01		49.8906	6.1629	6
L-9351	Bastendorf	bastendorf	VD	01		49.8925	6.1643	6
L-9359	Seltz	seltz	VD	01		49.8809	6.1881	6
L-9359	Bastendorf	bastendorf	VD	01		49.8751	6.1868	6
L-9360	Brandenbourg	brandenbourg	VD	01		49.9104	6.1389	4
L-9361	Brandenbourg	brandenbourg	VD	01		49.9122	6.1382	4
L-9378	Këppenhaff	keppenhaff	VD	01		49.9034	6.1339	6
L-9395	Tandel	tandel	VD	01		49.8985	6.1828	6
L-9451	Bettel	bettel	VD	01		49.9179	6.2253	6
L-9452	Bettel	bettel	VD	01		49.9142	6.225	6
L-9454	Fouhren	fouhren	VD	01		49.9124	6.1967	6
L-9455	Fouhren	fouhren	VD	01		49.9147	6.1926	6
L-9457	Landscheid	landscheid	VD	01		49.9243	6.1279	6
L-9458	Brandenbourg	brandenbourg	VD	01		49.9332	6.1571	6
L-9458	Hoscheidterhof	hoscheidterhof	VD	01		49.9361	6.1564	6
L-9458	Landscheid	landscheid	VD	01		49.9342	6.1463	6
L-9459	Longsdorf	longsdorf	VD	01		49.8984	6.2064	6
L-9465	Walsdorf	walsdorf	VD	01		49.9252	6.1721	6
L-9375	Gralingen	gralingen	VD	02		49.9362	6.1011	6
L-9380	Merscheid	merscheid	VD	02		49.9539	6.1051	6
L-9453	Bivels	bivels	VD	02		49.9589	6.1916	6
L-9461	Nachtmanderscheid	nachtmanderscheid	VD	02		49.947	6.134	6
L-9462	Putscheid	putscheid	VD	02		49.9582	6.1384	6
L-9463	Stolzembourg	stolzembourg	VD	02		49.9655	6.1675	6
L-9464	Stolzembourg	stolzembourg	VD	02		49.9664	6.1657	6
L-9466	Weiler	weiler	VD	02		49.963	6.1241	6
L-9401	Vianden	vianden	VD	03		49.9391	6.2072	4
L-9405	Vianden	vianden	VD	03		49.9332	6.21	6
L-9406	Vianden	vianden	VD	03		49.9333	6.2189	6
L-9407	Vianden	vianden	VD	03		49.9391	6.2072	6
L-9408	Vianden	vianden	VD	03		49.9354	6.2006	6
L-9409	Vianden	vianden	VD	03		49.9313	6.2036	6
L-9410	Vianden	vianden	VD	03		49.9334	6.2052	6
L-9411	Vianden	vianden	VD	03		49.9341	6.2017	6
L-9412	Vianden	vianden	VD	03		49.9327	6.2185	6
L-9414	Vianden	vianden	VD	03		49.9351	6.2065	6
L-9415	Vianden	vianden	VD	03		49.9308	6.2218	6
L-9416	Vianden	vianden	VD	03		49.9331	6.2114	6
L-9417	Vianden	vianden	VD	03		49.9347	6.2101	6
L-9418	Vianden	vianden	VD	03		49.9344	6.209	6
L-9419	Vianden	vianden	VD	03		49.9362	6.2044	6
L-9420	Vianden	vianden	VD	03		49.934	6.2095	6
L-9421	Vianden	vianden	VD	03		49.9314	6.2197	6
L-9422	Vianden	vianden	VD	03		49.9319	6.2167	6
L-9423	Vianden	vianden	VD	03		49.9464	6.1659	6
L-9424	Vianden	vianden	VD	03		49.9331	6.2078	6
L-9425	Vianden	vianden	VD	03		49.9355	6.2073	6
L-9426	Vianden	vianden	VD	03		49.9304	6.2127	6
L-9440	Vianden	vianden	VD	03		49.9408	6.2149	6
L-9633	Baschleiden	baschleiden	WI	01		49.8979	5.818	6
L-9633	Boulaide	boulaide	WI	01		49.8954	5.813	4
L-9639	Boulaide	boulaide	WI	01		49.8892	5.8159	6
L-9640	Boulaide	boulaide	WI	01		49.8863	5.8114	6
L-9687	Surré	surre	WI	01		49.9023	5.7785	6
L-9144	Hierheck	hierheck	WI	02		49.8728	5.9298	6
L-9150	Eschdorf	eschdorf	WI	02		49.8828	5.9395	6
L-9151	Eschdorf	eschdorf	WI	02		49.8856	5.9326	6
L-9156	Heiderscheid	heiderscheid	WI	02		49.8792	5.992	6
L-9157	Heiderscheid	heiderscheid	WI	02		49.8883	5.9781	6
L-9158	Heiderscheid	heiderscheid	WI	02		49.886	5.9762	6
L-9165	Merscheid	merscheid	WI	02		49.8715	5.9685	6
L-9181	Tadler	tadler	WI	02		49.9106	5.9935	6
L-9181	Ringel	ringel	WI	02		49.916	6.0111	6
L-9650	Esch-sur-Sûre	esch-sur-sure	WI	02		49.9108	5.9347	6
L-9659	Heiderscheidergrund	heiderscheidergrund	WI	02		49.9033	5.9605	6
L-9660	Bonnal	bonnal	WI	02		49.9025	5.8862	6
L-9660	Insenborn	insenborn	WI	02		49.9003	5.8816	6
L-9666	Lultzhausen	lultzhausen	WI	02		49.9092	5.8905	6
L-9671	Neunhausen	neunhausen	WI	02		49.8763	5.8842	6
L-9153	Dirbach (Goesdorf)	dirbach-goesdorf	WI	04		49.9206	6.0348	4
L-9153	Goebelsmuehle	goebelsmuehle	WI	04		49.9249	6.0483	6
L-9637	Bockholtz (Goesdorf)	bockholtz-goesdorf	WI	04		49.9235	5.9987	6
L-9643	Buederscheid	buederscheid	WI	04		49.9332	5.9382	6
L-9644	Dahl	dahl	WI	04		49.9349	5.9753	6
L-9653	Goesdorf	goesdorf	WI	04		49.921	5.9675	6
L-9668	Masseler	masseler	WI	04		49.9318	6.0285	6
L-9674	Nocher-Route	nocher-route	WI	04		49.9472	5.9635	6
L-9674	Nocher	nocher	WI	04		49.9464	5.9768	6
L-9635	Bavigne	bavigne	WI	05		49.9218	5.8471	6
L-9655	Harlange	harlange	WI	05		49.9318	5.7892	6
L-9656	Harlange	harlange	WI	05		49.9292	5.7924	6
L-9657	Harlange	harlange	WI	05		49.9302	5.7834	6
L-9662	Kaundorf	kaundorf	WI	05		49.9211	5.9016	6
L-9665	Liefrange	liefrange	WI	05		49.9104	5.8768	6
L-9669	Mecher (Haute-Sûre)	mecher-haute-sure	WI	05		49.9224	5.8724	6
L-9678	Nothum	nothum	WI	05		49.9404	5.8812	6
L-9689	Tarchamps	tarchamps	WI	05		49.9509	5.7962	6
L-9690	Watrange	watrange	WI	05		49.9446	5.7872	6
L-9501	Wiltz	wiltz	WI	11		49.9687	5.9304	4
L-9502	Wiltz	wiltz	WI	11		49.9687	5.9304	4
L-9510	Wiltz	wiltz	WI	11		49.9717	5.9262	6
L-9511	Wiltz	wiltz	WI	11		49.967	5.919	6
L-9512	Wiltz	wiltz	WI	11		49.9608	5.9349	4
L-9513	Wiltz	wiltz	WI	11		49.97	5.9375	6
L-9514	Wiltz	wiltz	WI	11		49.9628	5.9318	6
L-9515	Wiltz	wiltz	WI	11		49.964	5.9301	6
L-9516	Wiltz	wiltz	WI	11		49.9664	5.9346	4
L-9517	Weidingen	weidingen	WI	11		49.9719	5.9381	6
L-9518	Erpeldange	erpeldange	WI	11		49.9772	5.9432	6
L-9518	Weidingen	weidingen	WI	11		49.9754	5.9411	6
L-9519	Wiltz	wiltz	WI	11		49.9627	5.9366	4
L-9520	Wiltz	wiltz	WI	11		49.9725	5.9278	6
L-9521	Wiltz	wiltz	WI	11		49.9637	5.9346	6
L-9522	Wiltz	wiltz	WI	11		49.965	5.935	4
L-9523	Wiltz	wiltz	WI	11		49.9669	5.9325	6
L-9530	Wiltz	wiltz	WI	11		49.9654	5.936	6
L-9531	Wiltz	wiltz	WI	11		49.9591	5.9353	6
L-9532	Wiltz	wiltz	WI	11		49.9658	5.9335	6
L-9533	Wiltz	wiltz	WI	11		49.9639	5.9223	6
L-9534	Wiltz	wiltz	WI	11		49.9673	5.9348	6
L-9535	Weidingen	weidingen	WI	11		49.9733	5.9397	6
L-9536	Wiltz	wiltz	WI	11		49.9674	5.9319	6
L-9537	Wiltz	wiltz	WI	11		49.9676	5.9283	6
L-9538	Wiltz	wiltz	WI	11		49.9616	5.9349	6
L-9539	Wiltz	wiltz	WI	11		49.9665	5.935	4
L-9540	Wiltz	wiltz	WI	11		49.967	5.9294	4
L-9541	Wiltz	wiltz	WI	11		49.9689	5.9246	6
L-9542	Wiltz	wiltz	WI	11		49.967	5.9206	6
L-9543	Wiltz	wiltz	WI	11		49.9684	5.9211	6
L-9544	Wiltz	wiltz	WI	11		49.9659	5.936	6
L-9545	Wiltz	wiltz	WI	11		49.9732	5.9268	6
L-9549	Wiltz	wiltz	WI	11		49.9684	5.9211	4
L-9550	Wiltz	wiltz	WI	11		49.9713	5.9318	6
L-9551	Wiltz	wiltz	WI	11		49.9638	5.9254	6
L-9552	Wiltz	wiltz	WI	11		49.9637	5.937	6
L-9553	Weidingen	weidingen	WI	11		49.9702	5.9402	6
L-9554	Wiltz	wiltz	WI	11		49.9693	5.9291	4
L-9555	Wiltz	wiltz	WI	11		49.9651	5.9291	6
L-9556	Wiltz	wiltz	WI	11		49.9627	5.9331	6
L-9557	Wiltz	wiltz	WI	11		49.969	5.93	6
L-9558	Wiltz	wiltz	WI	11		49.9684	5.928	6
L-9559	Wiltz	wiltz	WI	11		49.9605	5.9057	6
L-9560	Wiltz	wiltz	WI	11		49.9695	5.9346	6
L-9565	Wiltz	wiltz	WI	11		49.9694	5.9338	4
L-9570	Wiltz	wiltz	WI	11		49.9657	5.9351	6
L-9571	Wiltz	wiltz	WI	11		49.9681	5.9262	6
L-9572	Weidingen	weidingen	WI	11		49.9711	5.9403	4
L-9573	Wiltz	wiltz	WI	11		49.9643	5.925	4
L-9574	Wiltz	wiltz	WI	11		49.9713	5.9297	6
L-9575	Wiltz	wiltz	WI	11		49.9687	5.9304	6
L-9576	Weidingen	weidingen	WI	11		49.9721	5.9431	6
L-9577	Wiltz	wiltz	WI	11		49.9628	5.9161	6
L-9578	Wiltz	wiltz	WI	11		49.9703	5.9388	6
L-9579	Weidingen	weidingen	WI	11		49.9741	5.9433	6
L-9648	Erpeldange	erpeldange	WI	11		49.9783	5.9464	6
L-9651	Eschweiler	eschweiler	WI	11		49.9974	5.948	6
L-9674	Wiltz	wiltz	WI	11		49.9485	5.9531	6
L-9681	Roullingen	roullingen	WI	11		49.9562	5.9217	6
L-9682	Selscheid	selscheid	WI	11		50.0181	5.9474	6
L-9696	Wiltz	wiltz	WI	11		49.9639	5.9044	6
L-9759	Knaphoscheid	knaphoscheid	WI	11		50.0161	5.9655	6
L-9636	Berlé	berle	WI	13		49.9522	5.8567	6
L-9638	Pommerloch	pommerloch	WI	13		49.9603	5.8597	6
L-9647	Sonlez	sonlez	WI	13		49.9643	5.8238	6
L-9647	Doncols	doncols	WI	13		49.9717	5.8397	6
L-9654	Gruemelscheid	gruemelscheid	WI	13		49.9847	5.8723	6
L-9654	Schleif	schleif	WI	13		49.9893	5.8569	6
L-9676	Noertrange	noertrange	WI	13		49.9798	5.9077	6
L-9696	Winseler	winseler	WI	13		49.9674	5.8889	6
L-9632	Alscheid	alscheid	WI	8641289		49.9696	6.0079	6
L-9663	Kautenbach	kautenbach	WI	8641289		49.9526	6.0191	6
L-9670	Merkholtz	merkholtz	WI	8641289		49.9623	5.9795	6
L-9747	Enscherange	enscherange	WI	8641289		49.9991	5.9905	6
L-9760	Lellingen	lellingen	WI	8641289		49.9848	6.0113	6
L-9767	Pintsch	pintsch	WI	8641289		49.9932	6.0091	6
L-9776	Wilwerwiltz	wilwerwiltz	WI	8641289		49.9892	5.9989	6
\.


--
-- Data for Name: admin1; Type: TABLE DATA; Schema: ma; Owner: g5
--

COPY ma.admin1 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, population, timezone) FROM stdin;
11281874	Tanger-Tetouan-Al Hoceima	tanger-tetouan-al-hoceima			MA	01	3556729	Africa/Casablanca
11281875	Oriental	oriental			MA	02	2314346	Africa/Casablanca
11281876	Fès-Meknès	fes-meknes			MA	03	4236892	Africa/Casablanca
11281877	Rabat-Salé-Kénitra	rabat-sale-kenitra			MA	04	4580866	Africa/Casablanca
11281878	Béni Mellal-Khénifra	beni-mellal-khenifra			MA	05	2520776	Africa/Casablanca
11281879	Casablanca-Settat	casablanca-settat			MA	06	6861739	Africa/Casablanca
11281880	Marrakesh-Safi	marrakesh-safi	mraksh asfy,مراكش آسفي,ⵎⵕⵕⴰⴽⵛ ⴰⵙⴼⵉ		MA	07	4520569	Africa/Casablanca
11281881	Drâa-Tafilalet	draa-tafilalet			MA	08	1635008	Africa/Casablanca
11281882	Souss-Massa	souss-massa			MA	09	2676847	Africa/Casablanca
11281884	Guelmim-Oued Noun	guelmim-oued-noun	jht klmym wad nwn,jht klmym wady nwn,klmym wad nwn,klmym wady nwn,جهة كلميم واد نون,جهة كلميم وادي نون,كلميم واد نون,كلميم وادي نون		MA	10	433757	Africa/Casablanca
11281885	Laâyoune-Sakia El Hamra	laayoune-sakia-el-hamra			MA	11	367758	Africa/Casablanca
11281886	Dakhla-Oued Ed-Dahab	dakhla-oued-ed-dahab			MA	12	142955	Africa/Casablanca
\.


--
-- Data for Name: admin2; Type: TABLE DATA; Schema: ma; Owner: g5
--

COPY ma.admin2 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, admin2_code, population, timezone) FROM stdin;
2527087	Tiznit	tiznit	Iglim Tiznit,Iglīm Tiznīt,Province de Tiznit,Provincia de Tiznit,Provincia di Tiznit,Tiznit,Tiznit Province,aqlym tyznyt,إقليم تيزنيت		MA	09	581	207367	Africa/Casablanca
2528907	Tetouan	tetouan	Iqlim Tatwan,Iqlīm Taţwān,Province de Tetouan,Provincia de Tetuan,Provincia de Tetuán,Tetouan,aqlym ttwan,إقليم تطوان		MA	01	571	550374	Africa/Casablanca
2529313	Taza	taza	Iglim Tazah,Iglīm Tāzah,Province de Taza,Province du Tadla,Taza,aqlym tazt,إقليم تازة		MA	03	561	528419	Africa/Casablanca
2529360	Tata	tata	Iqlim Tata,Iqlīm Ţāţā,Province de Tata,Tata,aqlym tata,إقليم طاطا		MA	09	551	117841	Africa/Casablanca
2529647	Taroudannt	taroudannt	Province de Taroudannt,Taroudannt,aqlym tarwdant,إقليم تارودانت		MA	09	541	838820	Africa/Casablanca
2530153	Taounate	taounate	Province de Taounate,Provincia de Taunat,Provincia di Taounate,Taounate,Taounate Province,aqlym tawnat,إقليم تاونات		MA	03	531	662246	Africa/Casablanca
2530240	Tan-Tan	tan-tan	Iqlim Tantan,Iqlīm Ţānţān,Province Tan-Tan,Province de Tan-Tan,Tan-Tan,aqlym tantan,إقليم طانطان		MA	10	521	86134	Africa/Casablanca
2530333	Tanger-Assilah	tanger-assilah	Iqlim Tanjah,Iqlīm Ţanjah,Province de Tanger,Province de Tanger-Assilah,Tanger-Assilah,Tangier,aqlym tnjt - asyla,إقليم طنجة - أصيلا		MA	01	511	1065601	Africa/Casablanca
2534445	Sidi-Kacem	sidi-kacem	Province de Sidi-Kacem,Sidi-Kacem,aqlym sydy qasm,إقليم سيدي قاسم		MA	04	481	522270	Africa/Casablanca
2537405	Settat Province	settat-province	Iqlim Sattat,Iqlim Saţţāt,Province de Settat,Settat,aqlym stat,إقليم سطات		MA	06	461	634184	Africa/Casablanca
2537762	Sale	sale	Province de Sale,Sale,aqlym sla,إقليم سلا		MA	04	441	982163	Africa/Casablanca
2537878	Safi	safi	Iglim Asafi,Iglīm Āsafī,Province de Safi,Safi,aqlym asfy,إقليم آسفي		MA	07	431	691983	Africa/Casablanca
2538474	Rabat	rabat	Province de Rabat,Rabat,aqlym alrbat,ar-Ribaat,ar-Ribaaṭ,إقليم الرباط		MA	04	421	577827	Africa/Casablanca
2540482	Oujda-Angad	oujda-angad	Iglim Wajdah,Iglīm Wajdah,Oujda-Angad,Province d' Oujda,Province de Oujda-Angad,Provincia de Uxda,aqlym wjdt - ankad,إقليم وجدة - أنكاد		MA	02	411	551767	Africa/Casablanca
2540846	Ouarzazate	ouarzazate	Iqlim Wazarzat,Iqlīm Wazārzāt,Ouarzazate,Ouarzazate Province,Province de Ouarzazate,Provincia de Uarzazat,Provincia de Uarzazate,Provincia di Ouarzazate,aqlym wrzazat,aqlym wrzzat,إقليم ورزازات,إقليم ورززات		MA	08	401	297502	Africa/Casablanca
2541472	Nador	nador	Iqlim an Nadawr,Iqlīm an Nāḑawr,Nador,Nador Province,Province de Nador,Provincia de Nador,Provincia di Nador,aqlym alnadwr,aqlym alnazwr,إقليم الناضور,إقليم الناظور		MA	02	381	565426	Africa/Casablanca
2543546	Larache	larache	Larache,Province de Larache,إقليم العرائش		MA	01	331	496687	Africa/Casablanca
2543878	Laayoune	laayoune	El Aaiun,Iqlim Al Uyun,Iqlīm Al `Uyūn,Laayoun,Laayoune,Laâyoun,Laâyoune,Province de  Laayoune,Province de  Laâyoune,Province de Laayoune,إقليم العيون		MA	11	321	238096	Africa/Casablanca
2544246	Khouribga Province	khouribga-province	Iglim Khuraybigah,Iglīm Khuraybigah,Khouribga,Province de Khouribga,Provincia de Juribga,aqlym khrybkt,إقليم خريبكة		MA	05	311	542125	Africa/Casablanca
2544331	Khenifra	khenifra	Iglim Khunayfirah,Iglīm Khunayfirah,Khenifra,Province de Khenifra,aqlym khnyfrt,إقليم خنيفرة		MA	05	301	371145	Africa/Casablanca
2544363	Khemisset	khemisset	Iqlim al Khumaysat,Iqlīm al Khumaysāt,Khemisset,Kimisset,Province de Khemisset,aqlym alkhmysat,إقليم الخميسات		MA	04	291	542221	Africa/Casablanca
2544568	Kenitra Province	kenitra-province	Iglim al Qunaytirah,Iglīm al Qunayţirah,Kenitra,Province de Kenitra,Province de Rabat,aqlym alqnytrt,إقليم القنيطرة		MA	04	281	1061435	Africa/Casablanca
2545956	Inezgane-Ait Melloul	inezgane-ait-melloul	Inezgane-Ait Melloul,Province de Inezgane-Ait Melloul,aqlym anzkan ayt mlwl,إقليم إنزكان أيت ملول		MA	09	273	541118	Africa/Casablanca
2546906	Ifrane	ifrane	Ifrane,Province de Ifrane,aqlym afran,إقليم إفران		MA	03	271	155221	Africa/Casablanca
2548525	Guelmim	guelmim	Guelmim,Province de Guelmim,aqlym klmym,إقليم كلميم		MA	10	261	187808	Africa/Casablanca
2548849	Figuig	figuig	Figuig,Fijij,Fijīj,Fikik,Fikīk,Iqlim Figig,Iqlim Fikik,Iqlīm Figīg,Iqlīm Fikīk,Province de Figuig,aqlym fjyj,aqlym fkyk,fkyk,إقليم فجيج,إقليم فكيك,فكيك		MA	02	251	138325	Africa/Casablanca
2549259	Essaouira	essaouira	Essaouira,Essaouira Province,Essaouiran provinssi,Iqlim As Sawirah,Iqlīm Aş Şawīrah,Province dEssaouira,Province de Essaouira,Provincia de Esauira,Provincia di Essaouira,alswyrt,aqlym alswyrt,إقليم الصويرة,الصويرة		MA	07	211	450527	Africa/Casablanca
2549340	Errachidia	errachidia	Errachidia,Iqlim Ar Rashidiyah,Iqlīm Ar Rashīdīyah,Province de Errachidia,Province de Ksar es Souk,Provincia de Ksar-es-Suk,Rachidia,Tafilalt,aqlym alrshydyt,إقليم الرشيدية		MA	08	201	418451	Africa/Casablanca
2549978	Kelaa-Des-Sraghna	kelaa-des-sraghna	El Kelaa des Sraghna,El Kelaa des Srarhna,El Kelaâ des Sraghna,Iqlim Qal `at as Saraghinah,Iqlīm Qal `at as Sarāghinah,Kelaa-Des-Sraghna,Province d' El Kelaa des Srarhna,Province de Kelaa-Des-Sraghna,إقليم قلعة السراغنة		MA	07	191	537488	Africa/Casablanca
2550076	El-Jadida	el-jadida	Al Jadida,El-Jadida,Iqlim Al Jadidah,Iqlīm Al Jadīdah,Province d'El-Jadida,Provincia de El Yadida,aqlym aljdydt,إقليم الجديدة		MA	06	181	786716	Africa/Casablanca
2553533	Chefchaouen Province	chefchaouen-province	Chaouen,Chefchaouen,Iqlim Shifshawan,Iqlīm Shifshāwan,Province de Chefchaouen,aqlym shfshawn,إقليم شفشاون		MA	01	151	457432	Africa/Casablanca
2554387	Boulemane	boulemane	Boulemane,Iglim Bulman,Iglīm Būlmān,Province de Boulemane,Province de Boulmane,aqlym bwlman,إقليم بولمان		MA	03	131	197596	Africa/Casablanca
2555517	Benslimane	benslimane	Ben Slimane,Benslimane,Iglim Ibn Sulayman,Iglīm Ibn Sulaymān,Province de Benslimane,aqlym bnslyman,إقليم بنسليمان		MA	06	111	233123	Africa/Casablanca
2555742	Beni-Mellal	beni-mellal	Beni-Mellal,Iqlim Bani Malal,Iqlīm Banī Malāl,Province de Beni-Mellal,aqlym bny mlal,إقليم بني ملال		MA	05	091	550678	Africa/Casablanca
2556569	Azilal Province	azilal-province	Azilal,Province d' Azizal,Province d'Azilal,aqlym azylal,إقليم أزيلال		MA	05	081	554001	Africa/Casablanca
2558543	Al-Hoceima	al-hoceima	Al-Hoceima,Iglim Al Husaymah,Iglīm Al Ḩusaymah,Province d' Al Huceima,Province d' Al Huceïma,Province d'Al-Hoceima,Provincia de Alhucemas,Rif,aqlym alhsymt,إقليم الحسيمة,ⵜⴰⵙⴳⴰ ⵏ ⵍⵃⵓⵙⵉⵎⴰ		MA	01	051	399654	Africa/Casablanca
2561655	Agadir-Ida-ou-Tnan	agadir-ida-ou-tnan	Agadir-Ida-ou-Tnan,Igliim Agadiir,Igliīm Agādiīr,Province d' Agadir,Province d'Agadir-Ida-ou-Tnan,aqlym akadyr ada wtnan,إقليم أكادير إدا وتنان		MA	09	001	600599	Africa/Casablanca
2562053	Skhirate-Temara	skhirate-temara	Prefecture de Ac Ckhirat-Temara,Province de Skhirate-Temara,Préfecture de Aç Çkhirat-Temara,Skhirate-Temara,aqlym alskhyrat - tmart,إقليم الصخيرات - تمارة		MA	04	501	574543	Africa/Casablanca
2595329	Assa-Zag	assa-zag	Assa-Zag,Province de Assa-Zag,aqlym asa - alzak,إقليم أسا - الزاك		MA	10	071	44124	Africa/Casablanca
2595330	Es-Semara	es-semara	Es-Semara,Province d'Es-Semara,aqlym alsmart,إقليم السمارة		MA	11	221	66014	Africa/Casablanca
6547283	Meknes	meknes	Meknes,Province de Meknes,aqlym mknas,إقليم مكناس		MA	03	061	835695	Africa/Casablanca
6547284	Chichaoua	chichaoua	Chichaoua,Province de Chichaoua,aqlym shyshawt,إقليم شيشاوة		MA	07	161	369955	Africa/Casablanca
6547285	Marrakech	marrakech	Gorad Marakesh,Marakes,Marakesas,Marakesh,Marakeso,Marakesos,Marakeŝo,Marakeş,Marakeš,Marakešas,Marakešos,Marokash,Marrakech,Marrakes,Marrakesa,Marrakesch,Marrakesh,Marrakesj,Marrakesz,Marrakex,Marraqueix,Marraquesh,Marraquex,Marraquexe,Marraquèsh,Marrochium,Marràqueix,Marrákes,Marrákéš,Marráquex,Marrākeša,Merrakec,Murrakus,Murrakusy,Murrákuš,Province de Marrakech,aqlym mraksh,ma la ka shen,malakesi,mar rakhi ch,marakesa,marakeshi,marakeshu,marakisa,marakkes,marakkesa,marrakesako madina,mraksh,mrqs,Μαρακές,Горад Маракеш,Маракеш,Марракеш,Марракеш қаласы,מרקש,إقليم مراكش,مراكش,مراکش,मर्राकेशको मदिना,माराकेश,মারাক্কেশ,ਮਰਾਕਿਸ਼,മരാക്കേഷ്,มาร์ราคิช,მარაქეში,マラケシュ,马拉喀什,마라케시		MA	07	351	1330468	Africa/Casablanca
6547286	Sefrou	sefrou	Province de Sefrou,Sefrou,aqlym sfrw,إقليم صفرو		MA	03	451	286489	Africa/Casablanca
6547287	Berkane	berkane	Berkane,Province de Berkane,aqlym brkan,إقليم بركان,ⵜⴰⵏⴻⴱⴹⵉⵜ ⵏ ⴱⴻⵔⴽⴰⵏ		MA	02	113	289137	Africa/Casablanca
6547288	Jerada	jerada	Jerada,Province de Jerada,aqlym jradt,إقليم جرادة		MA	02	275	108727	Africa/Casablanca
6547289	Taourirt	taourirt	Province de Taourirt,Taourirt,aqlym tawryrt,إقليم تاوريرت		MA	02	533	233188	Africa/Casablanca
6547290	Boujdour	boujdour	Boujdour,Province de Boujdour,aqlym bwjdwr,إقليم بوجدور		MA	11	121	50566	Africa/Casablanca
6547291	Chtouka-Ait-Baha	chtouka-ait-baha	Chtouka-Ait-Baha,Province de Chtouka-Ait-Baha,aqlym shtwkt ayt baha,إقليم شتوكة أيت باها		MA	09	163	371102	Africa/Casablanca
6547292	Al-Haouz	al-haouz	Al-Haouz,Province d'Al-Haouz,aqlym alhwz,إقليم الحوز		MA	07	041	573128	Africa/Casablanca
6547293	Fahs-Anjra	fahs-anjra	Fahs-Anjra,Province de Fahs-Anjra,aqlym fhs - anjrt,إقليم فحص - انجرة		MA	01	227	76447	Africa/Casablanca
6547294	Casablanca	casablanca	Casablanca,Province de Casablanca,إقليم الدار البيضاء		MA	06	141	3359818	Africa/Casablanca
6547295	Moulay-Yacoub	moulay-yacoub	Moulay-Yacoub,Province de Moulay-Yacoub,إقليم مولاي يعقوب		MA	03	591	174079	Africa/Casablanca
6547296	El-Hajeb	el-hajeb	El-Hajeb,Province d'El-Hajeb,aqlym alhajb,إقليم الحاجب		MA	03	171	247016	Africa/Casablanca
6547297	Aousserd	aousserd	Aousserd,Province de Aousserd,aqlym awsrd,إقليم أوسرد		MA	12	066	16190	Africa/Casablanca
6547298	Oued-Ed-Dahab	oued-ed-dahab	Oued-Ed-Dahab,Province de Oued-Ed-Dahab,aqlym wady aldhhb,إقليم وادي الذهب		MA	12	391	126765	Africa/Casablanca
6547299	Nouaceur	nouaceur	Nouaceur,Province de Nouaceur,aqlym alnwasr,إقليم النواصر		MA	06	385	333604	Africa/Casablanca
6547300	Fes	fes	Fes,Fez,Province de Fes,aqlym fas,fas,إقليم فاس,فاس		MA	03	231	1150131	Africa/Casablanca
6547301	Mohammedia	mohammedia	Al-Muhammadia,Al-Muḥammadia,El Muhemmadiya,El Muḥemmadiya,Fdala,Fḍala,Mohammedia,Province de Mohammedia,aqlym almhmdyt,إقليم المحمدية		MA	06	371	404648	Africa/Casablanca
6547302	Zagora	zagora	Province de Zagora,Zagora,aqlym zakwrt,إقليم زاكورة		MA	08	587	307306	Africa/Casablanca
6547303	Mediouna	mediouna	Mediouna,Province de Mediouna,aqlym mdywnt,إقليم مديونة		MA	06	355	172680	Africa/Casablanca
11281933	Guercif Province	guercif-province	aqlym jrsyf,إقليم جرسيف		MA	02	265	216717	Africa/Casablanca
11281973	Berrechid Province	berrechid-province	aqlym brshyd,إقليم برشيد		MA	06	117	484518	Africa/Casablanca
11281974	Driouch Province	driouch-province	Driouch,Driouch Province,Eddriwec Province,aldrywsh,الدريوش,ⵜⴰⵏⴻⴱⴹⵉⵜ ⵏ ⴻⴷⴷⵔⵉⵡⴻⵛ		MA	02	167	211059	Africa/Casablanca
11281984	Tinghir Province	tinghir-province	Tinghir,aqlym tnghyr‎‎,إقليم تنغير‎‎,ⵜⴰⵎⵏⴰⵜⵜ ⵏ ⵜⵉⵏⵉⵖⵉⵔ		MA	08	577	322412	Africa/Casablanca
11282023	Ouezzane Province	ouezzane-province			MA	01	405	300637	Africa/Casablanca
11282166	M'Diq-Fnideq	m-diq-fnideq			MA	01	573	209897	Africa/Casablanca
11282167	Sidi Slimane	sidi-slimane			MA	04	491	320407	Africa/Casablanca
11282168	Sidi Bennour	sidi-bennour			MA	06	467	452448	Africa/Casablanca
11282170	Youssoufia	youssoufia			MA	07	585	251943	Africa/Casablanca
11282171	Midelt	midelt			MA	08	363	289337	Africa/Casablanca
11282172	Rehamna	rehamna			MA	07	427	315077	Africa/Casablanca
11282173	Tarfaya	tarfaya			MA	11	537	13082	Africa/Casablanca
11282174	Sidi Ifni	sidi-ifni			MA	10	473	115691	Africa/Casablanca
11282175	Fquih Ben Salah Province	fquih-ben-salah-province	Fquih Ben Salah,Fquih Ben Salah Province,aqlym alfqyh bn salh,إقليم الفقيه بن صالح		MA	05	255	502827	Africa/Casablanca
\.


--
-- Data for Name: admin3; Type: TABLE DATA; Schema: ma; Owner: g5
--

COPY ma.admin3 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, admin2_code, admin3_code, population, timezone) FROM stdin;
6545412	Oulad Amghar	oulad-amghar	Oulad Amghar,Oulad Amghar (CR),Oulad Amghar (Commune Rurale),wrdant,وردانة		MA	02	167	0838109192	6342	Africa/Casablanca
6545413	Mirleft	mirleft	Mirleft,Mirleft (CR),Mirleft (Commune Rurale),msty,مستي		MA	09	473	0458105072	6987	Africa/Casablanca
6545414	Saddina	saddina	Saddina,Saddina (CR),Saddina (Commune Rurale),بني سعيد		MA	01	571	1657103172	6655	Africa/Casablanca
6545415	Imaouen	imaouen	Imaouen,Imaouen (CR),Imaouen (Commune Rurale),azgharnyrs,ازغارنيرس		MA	09	541	0454103092	2466	Africa/Casablanca
6545416	Bouizakarne	bouizakarne	Bouizakarne,Bouizakarne (Commune Urbaine),Bouizakarne (MU),tyfaryty,تيفاريتي		MA	10	261	0326101011	11982	Africa/Casablanca
6545417	Ksar El Majaz	ksar-el-majaz	Ksar El Majaz,Ksar El Majaz (CR),Ksar El Majaz (Commune Rurale),twnfyt,تونفيت		MA	01	227	1622703132	10237	Africa/Casablanca
6545418	Semguet	semguet	Semguet,Semguet (CR),Semguet (Commune Rurale),أولاد سعيد الواد		MA	05	091	1209111072	8990	Africa/Casablanca
6545419	Oualqadi	oualqadi	Oualqadi,Oualqadi (CR),Oualqadi (Commune Rurale),nyhyt,نيحيت		MA	09	541	0454103152	2146	Africa/Casablanca
6545420	Sidi Boaal	sidi-boaal	Sidi Boaal,Sidi Boaal (CR),Sidi Boaal (Commune Rurale),walqady,والقاضي		MA	09	541	0454103172	4042	Africa/Casablanca
6545421	Tindine	tindine	Tindine,Tindine (CR),Tindine (Commune Rurale),ttawt,تتاوت		MA	09	541	0454103252	2932	Africa/Casablanca
6545422	Asrir	asrir	Asrir,Asrir (CR),Asrir (Commune Rurale),afrkat,افركات		MA	10	261	0326105052	3715	Africa/Casablanca
6545423	Tadrart	tadrart	Tadrart,Tadrart (CR),Tadrart (Commune Rurale),amswan,امسوان		MA	09	001	0400105212	4530	Africa/Casablanca
6545424	Tamaguert	tamaguert	Tamaguert,Tamaguert (CR),Tamaguert (Commune Rurale),سيدي عبد الله غيات		MA	07	041	0704103172	10540	Africa/Casablanca
6545425	Tamazouzte	tamazouzte	Tamazouzte,Tamazouzte (CR),Tamazouzte (Commune Rurale),tmkrt,تمكرت		MA	07	041	0704103192	15846	Africa/Casablanca
6545426	Tazart	tazart	Tazart,Tazart (CR),Tazart (Commune Rurale),tmzwzt,تمزوزت		MA	07	041	0704103212	15243	Africa/Casablanca
6545427	Laatamna	laatamna	Laatamna,Laatamna (CR),Laatamna (Commune Rurale),aljwalt,الجوالة		MA	07	191	0719105152	10063	Africa/Casablanca
6545428	Bouanane	bouanane	Bouanane,Bouanane (CR),Bouanane (Commune Rurale),bny tadjyt,بني تادجيت		MA	02	251	0825103052	10035	Africa/Casablanca
6545429	Bouchaouene	bouchaouene	Bouchaouene,Bouchaouene (CR),Bouchaouene (Commune Rurale),بوعنان		MA	02	251	0825103072	11231	Africa/Casablanca
6545430	Bni Ykhlef	bni-ykhlef	Bni Ykhlef,Bni Ykhlef (CR),Bni Ykhlef (Commune Rurale),mrkz qtart,مركز قطارة		MA	05	311	0631105032	9992	Africa/Casablanca
6545431	Lamkansa	lamkansa	Lamkansa,Lamkansa (AC),Lamkansa (Agglomeration Communale),mrkz alhrawyyn,مركز الهراويين		MA	06	385	0938503014	33940	Africa/Casablanca
6545432	Hassi Berkane	hassi-berkane	Hassi Berkane,Hassi Berkane (CR),Hassi Berkane (Commune Rurale),hasy brkan,حاسي بركان		MA	02	381	0838107092	8113	Africa/Casablanca
6545433	Hadj Kaddour	hadj-kaddour	Hadj Kaddour,Hadj Kaddour (AC),Hadj Kaddour (Agglomeration Communale),mrkz aklmws,مركز اكلموس		MA	03	061	1306105093	4362	Africa/Casablanca
6545434	Azilal	azilal	Azilal,Azilal (Commune Urbaine),Azilal (MU),mwl albrky,مول البركي		MA	05	081	1208101011	27711	Africa/Casablanca
6545436	Senada	senada	Senada,Senada (CR),Senada (Commune Rurale),snadt,سنادة		MA	01	051	1505103072	9176	Africa/Casablanca
6545437	Ait Kamra	ait-kamra	Ait Kamra,Ait Kamra (CR),Ait Kamra (Commune Rurale),ayt qmrt,أيت قمرة		MA	01	051	1505105012	7685	Africa/Casablanca
6545438	Ait Youssef Ou Ali	ait-youssef-ou-ali	Ait Youssef Ou Ali,Ait Youssef Ou Ali (CR),Ait Youssef Ou Ali (Commune Rurale),أيت يوسف وعلي		MA	01	051	1505105032	12673	Africa/Casablanca
6545439	Arbaa Taourirt	arbaa-taourirt	Arbaa Taourirt,Arbaa Taourirt (CR),Arbaa Taourirt (Commune Rurale),اربعاء تاوريرت		MA	01	051	1505105052	5187	Africa/Casablanca
6545440	Adaghas	adaghas	Adaghas,Adaghas (CR),Adaghas (Commune Rurale),zawyt bn ahmydt,زاوية بن احميدة		MA	07	211	0721105012	2825	Africa/Casablanca
6545441	Aglif	aglif	Aglif,Aglif (CR),Aglif (Commune Rurale),adghas,ادغاس		MA	07	211	0721105032	8028	Africa/Casablanca
6545442	Aguerd	aguerd	Aguerd,Aguerd (CR),Aguerd (Commune Rurale),aklyf,اكليف		MA	07	211	0721105052	5378	Africa/Casablanca
6545443	Charf-Mghogha	charf-mghogha	Charf-Mghogha,Charf-Mghogha (AR),Charf-Mghogha (Arrondissement),asylt (albldyt),اصيلة (البلدية)		MA	01	511	1651101051	140968	Africa/Casablanca
6545444	El Mansouria	el-mansouria	El Mansouria,El Mansouria (CR),El Mansouria (Commune Rurale),alrdadnt awlad malk,الردادنة أولاد مالك		MA	06	111	0611105032	12934	Africa/Casablanca
6545445	Boukhrisse	boukhrisse	Boukhrisse,Boukhrisse (CR),Boukhrisse (Commune Rurale),awlad ftatt,أولاد فتاتة		MA	05	311	0631103072	5694	Africa/Casablanca
6545446	Kariat Arkmane	kariat-arkmane	Kariat Arkmane,Kariat Arkmane (AC),Kariat Arkmane (Agglomeration Communale),mrkz qryt arkman,مركز قرية اركمان		MA	02	381	0838107053	5228	Africa/Casablanca
6545447	Arbaoua	arbaoua	Arbaoua,Arbaoua (CR),Arbaoua (Commune Rurale),lmrabyh,لمرابيح		MA	04	281	0528107012	27312	Africa/Casablanca
6545448	Ain Lehjer	ain-lehjer	Ain Lehjer,Ain Lehjer (CR),Ain Lehjer (Commune Rurale),tawryrt (albldyt),تاوريرت (البلدية)		MA	02	533	0853307032	9184	Africa/Casablanca
6545449	Mechraa Hammadi	mechraa-hammadi	Mechraa Hammadi,Mechraa Hammadi (CR),Mechraa Hammadi (Commune Rurale),عين الحجر		MA	02	533	0853307092	7435	Africa/Casablanca
6545450	Mograne	mograne	Mograne,Mograne (CR),Mograne (Commune Rurale),عامر السفلية		MA	04	281	0528103092	31292	Africa/Casablanca
6545451	Tekna	tekna	Tekna,Tekna (CR),Tekna (Commune Rurale),awlad bn hmady,أولاد بن حمادي		MA	04	481	0548109092	7068	Africa/Casablanca
6545452	Oulad Berhil	oulad-berhil	Oulad Berhil,Oulad Berhil (Commune Urbaine),Oulad Berhil (MU),ayghrm (albldyt),ايغرم (البلدية)		MA	09	541	0454101071	15334	Africa/Casablanca
6545453	Lakhnafif	lakhnafif	Lakhnafif,Lakhnafif (CR),Lakhnafif (Commune Rurale),lkfyfat,لكفيفات		MA	09	541	0454105192	8881	Africa/Casablanca
6545454	Lamhadi	lamhadi	Lamhadi,Lamhadi (CR),Lamhadi (Commune Rurale),alkhnanyf,الخنانيف		MA	09	541	0454105212	11135	Africa/Casablanca
6545455	Machraa El Ain	machraa-el-ain	Machraa El Ain,Machraa El Ain (CR),Machraa El Ain (Commune Rurale),lmhady,لمهادي		MA	09	541	0454105232	11378	Africa/Casablanca
6545456	Sidi Moussa Lhamri	sidi-moussa-lhamri	Sidi Moussa Lhamri,Sidi Moussa Lhamri (CR),Sidi Moussa Lhamri (Commune Rurale),sydy bwmwsy,سيدي بوموسى		MA	09	541	0454105292	14976	Africa/Casablanca
6545457	Abteh	abteh	Abteh,Abteh (CR),Abteh (Commune Rurale),tylmzwn,تيلمزون		MA	10	521	0352105012	367	Africa/Casablanca
6545458	Siroua	siroua	Siroua,Siroua (CR),Siroua (Commune Rurale),wslsat,وسلسات		MA	08	401	0440103132	9633	Africa/Casablanca
6545459	Telouet	telouet	Telouet,Telouet (CR),Telouet (Commune Rurale),srwa,سروا		MA	08	401	0440103152	14203	Africa/Casablanca
6545460	Bleida	bleida	Bleida,Bleida (CR),Bleida (Commune Rurale),tazaryn,تازارين		MA	08	587	0458709092	4620	Africa/Casablanca
6545461	Tazarine	tazarine	Tazarine,Tazarine (CR),Tazarine (Commune Rurale),tansyft,تانسيفت		MA	08	587	0458703412	13721	Africa/Casablanca
6545462	Bouabout	bouabout	Bouabout,Bouabout (CR),Bouabout (Commune Rurale),alzawyt alnhlyt,الزاوية النحلية		MA	07	161	0716109012	11494	Africa/Casablanca
6545463	Bouabout Amdlane	bouabout-amdlane	Bouabout Amdlane,Bouabout Amdlane (CR),Bouabout Amdlane (Commune Rurale),بوعبوط		MA	07	161	0716109032	7541	Africa/Casablanca
6545464	Ichamraren	ichamraren	Ichamraren,Ichamraren (CR),Ichamraren (Commune Rurale),بوعبوط امدلان		MA	07	161	0716109052	7023	Africa/Casablanca
6545465	Kouzemt	kouzemt	Kouzemt,Kouzemt (CR),Kouzemt (Commune Rurale),ashmrarn,اشمرارن		MA	07	161	0716109072	4103	Africa/Casablanca
6545466	Rahhala	rahhala	Rahhala,Rahhala (CR),Rahhala (Commune Rurale),kwzmt,كوزمت		MA	07	161	0716109092	5691	Africa/Casablanca
6545467	Rdadna Oulad Malek	rdadna-oulad-malek	Rdadna Oulad Malek,Rdadna Oulad Malek (CR),Rdadna Oulad Malek (Commune Rurale),اولاد علي الطوالع		MA	06	111	0611103172	4561	Africa/Casablanca
6545468	Ben Guerir	ben-guerir	Ben Guerir,Ben Guerir (Commune Urbaine),Ben Guerir (MU),altwamt,التوامة		MA	07	427	0719101011	62693	Africa/Casablanca
6545469	Sidi Mohammed  Ben R	sidi-mohammed-ben-r	Sidi Mohammed  Ben R,Sidi Mohammed  Ben R (CR),Sidi Mohammed  Ben R (Commune Rurale),سيدي العايدي		MA	06	461	0646109272	10414	Africa/Casablanca
6545470	Tamadroust	tamadroust	Tamadroust,Tamadroust (CR),Tamadroust (Commune Rurale),sydy mhmd bn rhal,سيدي محمد بن رحال		MA	06	461	0646109292	7609	Africa/Casablanca
6545471	Toualet	toualet	Toualet,Toualet (CR),Toualet (Commune Rurale),tamdrwst,تامدروست		MA	06	461	0646109312	11976	Africa/Casablanca
6545472	Menara	menara	Menara,Menara (AR),Menara (Arrondissement),sydy mnswr,سيدي منصور		MA	07	351	0735101091	280275	Africa/Casablanca
6545473	Bouarfa	bouarfa	Bouarfa,Bouarfa (Commune Urbaine),Bouarfa (MU),awlad dlym,اولاد دليم		MA	02	251	0825101011	24527	Africa/Casablanca
6545474	Sidi Mansour	sidi-mansour	Sidi Mansour,Sidi Mansour (CR),Sidi Mansour (Commune Rurale),سيدي علي لبراحلة		MA	07	427	0719107212	6318	Africa/Casablanca
6545475	Ben M'Sick	ben-m-sick	Ben M'Sick,Ben M'Sick (AR),Ben M'Sick (Arrondissement),الصخور السوداء (المقاطعة)		MA	06	141	0914101611	163052	Africa/Casablanca
6545477	Beni Malek	beni-malek	Beni Malek,Beni Malek (CR),Beni Malek (Commune Rurale),مولاي عبد القادر		MA	04	281	0528107032	26098	Africa/Casablanca
6545478	Had Kourt	had-kourt	Had Kourt,Had Kourt (Commune Urbaine),Had Kourt (MU),anwyrat,انويرات		MA	04	481	0548101031	5051	Africa/Casablanca
6545479	Bir Ennasr	bir-ennasr	Bir Ennasr,Bir Ennasr (CR),Bir Ennasr (Commune Rurale),lknadyz,لكناديز		MA	06	111	0611105012	4855	Africa/Casablanca
6545480	Elatef	elatef	Elatef,Elatef (CR),Elatef (Commune Rurale),alkhmysat (albldyt),الخميسات (البلدية)		MA	02	533	0853303052	2471	Africa/Casablanca
6545481	Bni Oukil  Oulad M H	bni-oukil-oulad-m-h	Bni Oukil  Oulad M H,Bni Oukil  Oulad M H (CR),Bni Oukil  Oulad M H (Commune Rurale),arkman,اركمان		MA	02	381	0838107072	10496	Africa/Casablanca
6545482	Oulad Tayeb	oulad-tayeb	Oulad Tayeb,Oulad Tayeb (CR),Oulad Tayeb (Commune Rurale),لعجاجرة		MA	03	231	1423181012	24594	Africa/Casablanca
6545483	Tamchachate	tamchachate	Tamchachate,Tamchachate (CR),Tamchachate (Commune Rurale),lhry,لهري		MA	03	171	1317103092	3836	Africa/Casablanca
6545484	Aguelmam Azegza	aguelmam-azegza	Aguelmam Azegza,Aguelmam Azegza (CR),Aguelmam Azegza (Commune Rurale),sbt ayt rhw,سبت ايت رحو		MA	05	301	1330105012	7684	Africa/Casablanca
6545485	Enjil	enjil	Enjil,Enjil (CR),Enjil (Commune Rurale),mrkz alzrardt,مركز الزراردة		MA	03	131	1413103092	8364	Africa/Casablanca
6545486	Touarga	touarga	Touarga,Touarga (Commune Urbaine),Touarga (MU),حسان (المقاطعة)		MA	04	421	1042101071	4449	Africa/Casablanca
6545487	Bni Oulid	bni-oulid	Bni Oulid,Bni Oulid (CR),Bni Oulid (Commune Rurale),bny wlyd,بني وليد		MA	03	531	1553107032	10324	Africa/Casablanca
6545488	Oulad Sbaita	oulad-sbaita	Oulad Sbaita,Oulad Sbaita (CR),Oulad Sbaita (Commune Rurale),alwlydyt,الوليدية		MA	06	467	1118111072	24967	Africa/Casablanca
6545489	Taddart	taddart	Taddart,Taddart (CR),Taddart (Commune Rurale),ayt amhmd,أيت امحمد		MA	03	561	1556105172	20474	Africa/Casablanca
6545491	Laamamra	laamamra	Laamamra,Laamamra (CR),Laamamra (Commune Rurale),kht azkan,خط ازكان		MA	07	431	1143107072	12717	Africa/Casablanca
6545492	Ayir	ayir	Ayir,Ayir (CR),Ayir (Commune Rurale),اصعادلا		MA	07	431	1143109012	21060	Africa/Casablanca
6545493	Dar Si Aissa	dar-si-aissa	Dar Si Aissa,Dar Si Aissa (CR),Dar Si Aissa (Commune Rurale),ayyr,ايير		MA	07	431	1143109032	11946	Africa/Casablanca
6545494	M'Diq	m-diq	M'Diq,M'Diq (Commune Urbaine),M'Diq (MU),alfnydq (albldyt),الفنيدق (البلدية)		MA	01	573	1657101051	36596	Africa/Casablanca
6545495	Midelt	midelt	Midelt,Midelt (Commune Urbaine),Midelt (MU),awtrbat,اوتربات		MA	05	363	1330101031	44730	Africa/Casablanca
6545497	Tnin Sidi Lyamani	tnin-sidi-lyamani	Tnin Sidi Lyamani,Tnin Sidi Lyamani (AC),Tnin Sidi Lyamani (Agglomeration Communale),jrf almlht (albldyt),جرف الملحة (البلدية)		MA	01	511	1651103133	1101	Africa/Casablanca
6545498	Houderrane	houderrane	Houderrane,Houderrane (CR),Houderrane (Commune Rurale),mwlay ydrys aghbal,مولاي ئدريس أغبال		MA	04	291	1029105072	6414	Africa/Casablanca
6545499	Maaziz	maaziz	Maaziz,Maaziz (CR),Maaziz (Commune Rurale),عين جوهرة		MA	04	291	1029105092	11502	Africa/Casablanca
6545500	Ait Bazza	ait-bazza	Ait Bazza,Ait Bazza (CR),Ait Bazza (Commune Rurale),zynat,زينات		MA	03	131	1413103012	2955	Africa/Casablanca
6545501	Skhinate	skhinate	Skhinate,Skhinate (AC),Skhinate (Agglomeration Communale),mrkz aghbalw nsrdan,مركز اغبالو نسردان		MA	03	231	1423181053	3317	Africa/Casablanca
6545502	Laajajra	laajajra	Laajajra,Laajajra (CR),Laajajra (Commune Rurale),عدرج		MA	03	591	1459105032	14476	Africa/Casablanca
6545503	Louadaine	louadaine	Louadaine,Louadaine (CR),Louadaine (Commune Rurale),عين تمكناي		MA	03	591	1459105052	11283	Africa/Casablanca
6545504	Oulad Mimoun	oulad-mimoun	Oulad Mimoun,Oulad Mimoun (CR),Oulad Mimoun (Commune Rurale),byr tm tm,بئر طم طم		MA	03	591	1459105072	9393	Africa/Casablanca
6545505	Sidi Daoud	sidi-daoud	Sidi Daoud,Sidi Daoud (CR),Sidi Daoud (Commune Rurale),دار الحمراء		MA	03	591	1459105092	12791	Africa/Casablanca
6545506	Tafajight	tafajight	Tafajight,Tafajight (CR),Tafajight (Commune Rurale),tazwtt,تازوطة		MA	03	451	1445103172	1697	Africa/Casablanca
6545507	Dar Chaoui	dar-chaoui	Dar Chaoui,Dar Chaoui (CR),Dar Chaoui (Commune Rurale),jbl lhbyb,جبل لحبيب		MA	01	511	1651103072	3071	Africa/Casablanca
6545508	Oued Laou	oued-laou	Oued Laou,Oued Laou (Commune Urbaine),Oued Laou (MU),alkhrwb,wady lw,الخروب,وادي لو		MA	01	571	1657101071	7478	Africa/Casablanca
6545510	Yacoub El Mansour	yacoub-el-mansour	Yacoub El Mansour,Yacoub El Mansour (AR),Yacoub El Mansour (Arrondissement),altwarkt (albldyt),التواركة (البلدية)		MA	04	421	1042101091	202257	Africa/Casablanca
6545511	Anzou	anzou	Anzou,Anzou (CR),Anzou (Commune Rurale),ayt majdn,أيت ماجدن		MA	05	081	1208107092	15429	Africa/Casablanca
6545512	Ighzrane	ighzrane	Ighzrane,Ighzrane (CR),Ighzrane (Commune Rurale),عزابة		MA	03	451	1445103092	9626	Africa/Casablanca
6545513	Lamssid	lamssid	Lamssid,Lamssid (CR),Lamssid (Commune Rurale),aljryfyt,الجريفية		MA	11	121	0212103052	1102	Africa/Casablanca
6545514	Fask	fask	Fask,Fask (CR),Fask (Commune Rurale),alshaty alabyd,الشاطئ الأبيض		MA	10	261	0326105092	3404	Africa/Casablanca
6545515	Agadir	agadir	Agadir,Agadir (Commune Urbaine),Agadir (MU),akadyr,tyzght,أكادير,تيزغت		MA	09	001	0400101011	344422	Africa/Casablanca
6545516	Sebta	sebta	Sebta,Sebta (TO),awlad khlwf,اولاد خلوف		MA		000	999999999	0	Africa/Casablanca
6545517	Ain Bni Mathar	ain-bni-mathar	Ain Bni Mathar,Ain Bni Mathar (Commune Urbaine),Ain Bni Mathar (MU),tywly,تيولي		MA	02	275	0827501031	13526	Africa/Casablanca
6545518	Ourika	ourika	Ourika,Ourika (CR),Ourika (Commune Rurale),awkaymdn,أوكايمدن		MA	07	041	0704109052	37316	Africa/Casablanca
6545519	Ahmar Laglalcha	ahmar-laglalcha	Ahmar Laglalcha,Ahmar Laglalcha (CR),Ahmar Laglalcha (Commune Rurale),zkmwzn,زكموزن		MA	09	541	0454109012	17950	Africa/Casablanca
6545520	Ait Igas	ait-igas	Ait Igas,Ait Igas (CR),Ait Igas (Commune Rurale),ahmr  lklalsht,احمر  لكلالشة		MA	09	541	0454109032	10256	Africa/Casablanca
6545521	Ait Makhlouf	ait-makhlouf	Ait Makhlouf,Ait Makhlouf (CR),Ait Makhlouf (Commune Rurale),ayt aykas,أيت ايكاس		MA	09	541	0454109052	4752	Africa/Casablanca
6545522	Elouatia	elouatia	Elouatia,Elouatia (Commune Urbaine),Elouatia (MU),tantan  (albldyt),طانطان  (البلدية)		MA	10	521	0352101031	6294	Africa/Casablanca
6545523	Kechoula	kechoula	Kechoula,Kechoula (CR),Kechoula (Commune Rurale),hd aldra,حد الدرا		MA	07	211	0721103072	6083	Africa/Casablanca
6545524	Korimate	korimate	Korimate,Korimate (CR),Korimate (Commune Rurale),kshwlt,كشولة		MA	07	211	0721103092	9897	Africa/Casablanca
6545526	Elgara	elgara	Elgara,Elgara (Commune Urbaine),Elgara (MU),albrwj (albldyt),البروج (البلدية)		MA	06	117	0646101071	18070	Africa/Casablanca
6545528	Ain Harrouda	ain-harrouda	Ain Harrouda,Ain Harrouda (Commune Urbaine),Ain Harrouda (MU),mrkz almkanst,مركز المكانسة		MA	06	371	0937101031	41853	Africa/Casablanca
6545529	Khnichet	khnichet	Khnichet,Khnichet (CR),Khnichet (Commune Rurale),awnant,أونانة		MA	04	481	0548103052	23707	Africa/Casablanca
6545530	Lamrabih	lamrabih	Lamrabih,Lamrabih (CR),Lamrabih (Commune Rurale),sydy ahmd alshryf,سيدي أحمد الشريف		MA	04	481	0548103072	20461	Africa/Casablanca
6545531	Bni Mathar	bni-mathar	Bni Mathar,Bni Mathar (CR),Bni Mathar (Commune Rurale),sydy bwlnwar,سيدي بولنوار		MA	02	275	0827505012	8870	Africa/Casablanca
6545532	Ahfir	ahfir	Ahfir,Ahfir (Commune Urbaine),Ahfir (MU),mwalyn alghabt,موالين الغابة		MA	02	113	0811301011	19477	Africa/Casablanca
6545533	Ain Erreggada	ain-erreggada	Ain Erreggada,Ain Erreggada (Commune Urbaine),Ain Erreggada (MU),ahfyr (albldyt),احفير (البلدية)		MA	02	113	0811301051	2975	Africa/Casablanca
6545534	Ahl Oued Za	ahl-oued-za	Ahl Oued Za,Ahl Oued Za (CR),Ahl Oued Za (Commune Rurale),tnshrfy,تنشرفي		MA	02	533	0853309012	14184	Africa/Casablanca
6545536	Hssaine	hssaine	Hssaine,Hssaine (AR),Hssaine (Arrondissement),بطانة (المقاطعة)		MA	04	441	1044101061	163588	Africa/Casablanca
6545537	Boufakrane	boufakrane	Boufakrane,Boufakrane (Commune Urbaine),Boufakrane (MU),سيدي يحيى أو ساعد		MA	03	061	1306101051	6326	Africa/Casablanca
6545538	Tizguite	tizguite	Tizguite,Tizguite (CR),Tizguite (Commune Rurale),ضاية عوا		MA	03	271	1327181032	10693	Africa/Casablanca
6545539	Charqaoua	charqaoua	Charqaoua,Charqaoua (CR),Charqaoua (Commune Rurale),mwlay adrys zrhwn(albldyt),مولاي ادريس زرهون(البلدية)		MA	03	061	1306107012	5526	Africa/Casablanca
6545540	Ait Oumdis	ait-oumdis	Ait Oumdis,Ait Oumdis (CR),Ait Oumdis (Commune Rurale),ayt blal,أيت بلال		MA	05	081	1208107052	15408	Africa/Casablanca
6545541	Boutferda	boutferda	Boutferda,Boutferda (CR),Boutferda (Commune Rurale),ayt am albkhth,أيت أم البخث		MA	05	091	1209107052	7391	Africa/Casablanca
6545542	Elmers	elmers	Elmers,Elmers (CR),Elmers (Commune Rurale),mrkz bab tazt,مركز باب تازة		MA	03	131	1413103072	5891	Africa/Casablanca
6545543	Lgharbia	lgharbia	Lgharbia,Lgharbia (CR),Lgharbia (Commune Rurale),sydy amhmd awmrzwq,سيدي امحمد اومرزوق		MA	06	467	1118111032	23074	Africa/Casablanca
6545544	Loualidia	loualidia	Loualidia,Loualidia (CR),Loualidia (Commune Rurale),alghrbyt,الغربية		MA	06	467	1118111052	9607	Africa/Casablanca
6545546	Khatazakane	khatazakane	Khatazakane,Khatazakane (CR),Khatazakane (Commune Rurale),alghyat,الغيات		MA	07	431	1143107052	16014	Africa/Casablanca
6545547	Fnidq	fnidq	F'nidaq,Fnidq,Fnidq (Commune Urbaine),Fnidq (MU),bwkhalf,بوخالف		MA	01	255	1657101011	53526	Africa/Casablanca
6545548	Gueznaia	gueznaia	Gueznaia,Gueznaia (AC),Gueznaia (Agglomeration Communale),عليين		MA	01	511	1651181033	3187	Africa/Casablanca
6545549	Oulad Ayad	oulad-ayad	Oulad Ayad,Oulad Ayad (Commune Urbaine),Oulad Ayad (MU),qsbt tadlt (albldyt),قصبة تادلة (البلدية)		MA	05	255	1209101091	21466	Africa/Casablanca
6545550	Errachidia	errachidia	Errachidia,Errachidia (Commune Urbaine),Errachidia (MU),bwdhnyb (albldyt),بوذنيب (البلدية)		MA	08	201	1320101051	75239	Africa/Casablanca
6545551	Gheris El Ouloui	gheris-el-ouloui	Gheris El Ouloui,Gheris El Ouloui (CR),Gheris El Ouloui (Commune Rurale),frklt alsfly,فركلة السفلى		MA	08	201	1320113072	12043	Africa/Casablanca
6545552	Karia	karia	Karia,Karia (AC),Karia (Agglomeration Communale),sydy qasm (albldyt),سيدي قاسم (البلدية)		MA	01	571	1657103093	1100	Africa/Casablanca
6545553	Rommani	rommani	Rommani,Rommani (Commune Urbaine),Rommani (MU),sydy alghndwr,سيدي الغندور		MA	04	291	1029101031	12149	Africa/Casablanca
6545554	Ait Ichou	ait-ichou	Ait Ichou,Ait Ichou (CR),Ait Ichou (Commune Rurale),جمعة مول البلاد		MA	04	291	1029105012	2213	Africa/Casablanca
6545555	Bouqachmir	bouqachmir	Bouqachmir,Bouqachmir (CR),Bouqachmir (Commune Rurale),mrshwsh,مرشوش		MA	04	291	1029105052	4454	Africa/Casablanca
6545556	Oumazza	oumazza	Oumazza,Oumazza (CR),Oumazza (Commune Rurale),tazaryn,تازارين		MA	04	501	1050103032	10530	Africa/Casablanca
6545557	Chefchaouen	chefchaouen	Chefchaouen,Chefchaouen (Commune Urbaine),Chefchaouen (MU),mtywt,متيوة		MA	01	151	1615101011	35709	Africa/Casablanca
6545558	Imouzzer Marmoucha	imouzzer-marmoucha	Imouzzer Marmoucha,Imouzzer Marmoucha (Commune Urbaine),Imouzzer Marmoucha (MU),zawyt sydy qasm,زاوية سيدي قاسم		MA	03	131	1413101021	4001	Africa/Casablanca
6545560	Dar El Hamra	dar-el-hamra	Dar El Hamra,Dar El Hamra (CR),Dar El Hamra (Commune Rurale),ahl sydy lhsn,أهل سيدي لحسن		MA	03	451	1445103072	4022	Africa/Casablanca
6545561	Bni Darkoul	bni-darkoul	Bni Darkoul,Bni Darkoul (CR),Bni Darkoul (Commune Rurale),bny slman,بني سلمان		MA	01	151	1615105032	14779	Africa/Casablanca
6545562	Bni Faghloum	bni-faghloum	Bni Faghloum,Bni Faghloum (CR),Bni Faghloum (Commune Rurale),astyht,اسطيحة		MA	01	151	1615105052	10378	Africa/Casablanca
6545563	Bni Salah	bni-salah	Bni Salah,Bni Salah (CR),Bni Salah (Commune Rurale),tlmbwt,تلمبوط		MA	01	151	1615105072	11365	Africa/Casablanca
6545564	Bni Garfett	bni-garfett	Bni Garfett,Bni Garfett (CR),Bni Garfett (Commune Rurale),alkhlwt,الخلوة		MA	01	331	1633105052	12994	Africa/Casablanca
6545565	Bettana	bettana	Bettana,Bettana (AR),Bettana (Arrondissement),باب المريسة (المقاطعة)		MA	04	441	1044101051	98751	Africa/Casablanca
6545566	Aourir	aourir	Aourir,Aourir (CR),Aourir (Commune Rurale),amskrwd,امسكروض		MA	09	001	0400105032	5673	Africa/Casablanca
6545567	Aqesri	aqesri	Aqesri,Aqesri (CR),Aqesri (Commune Rurale),awryr,أورير		MA	09	001	0400105052	4128	Africa/Casablanca
6545568	Aziar	aziar	Aziar,Aziar (CR),Aziar (Commune Rurale),aqsry,اقصري		MA	09	001	0400105072	2948	Africa/Casablanca
6545569	Drargua	drargua	Drargua,Drargua (CR),Drargua (Commune Rurale),azyar,ازيار		MA	09	001	0400105092	20008	Africa/Casablanca
6545570	Jbarna	jbarna	Jbarna,Jbarna (CR),Jbarna (Commune Rurale),ajbarnt,اجبارنة		MA	03	561	1556103072	2730	Africa/Casablanca
6545571	Houara Oulad Raho	houara-oulad-raho	Houara Oulad Raho,Houara Oulad Raho (CR),Houara Oulad Raho (Commune Rurale),hwart awlad rhw,هوارة أولاد رحو		MA	03	265	1556105052	32866	Africa/Casablanca
6545572	Asni	asni	Asni,Asni (CR),Asni (Commune Rurale),aghbar,اغبار		MA	07	041	0704107032	21244	Africa/Casablanca
6545573	Ait Oum El Bekht	ait-oum-el-bekht	Ait Oum El Bekht,Ait Oum El Bekht (CR),Ait Oum El Bekht (Commune Rurale),sydy  hmady,سيدي  حمادي		MA	05	091	1209107032	8198	Africa/Casablanca
6545574	Labouirat	labouirat	Labouirat,Labouirat (CR),Labouirat (Commune Rurale),السويسي (المقاطعة)		MA	10	071	0307105032	1264	Africa/Casablanca
6545575	Karmet Ben Salem	karmet-ben-salem	Karmet Ben Salem,Karmet Ben Salem (CR),Karmet Ben Salem (Commune Rurale),shrqawt,شرقاوة		MA	03	061	1306107032	4180	Africa/Casablanca
6545576	N'Zalat	n-zalat	N'Zalat,N'Zalat (AC),N'Zalat (Agglomeration Communale),mrkz ahd bwhswsn,مركز احد بوحسوسن		MA	03	061	1306107073	1070	Africa/Casablanca
6545577	Sti Fadma	sti-fadma	Sti Fadma,Sti Fadma (CR),Sti Fadma (Commune Rurale),awrykt,اوريكة		MA	07	041	0704109072	24129	Africa/Casablanca
6545578	Abadou	abadou	Abadou,Abadou (CR),Abadou (Commune Rurale),ayt awryr (albldyt),أيت اورير (البلدية)		MA	07	041	0704103012	9905	Africa/Casablanca
6545579	Assa	assa	Assa,Assa (Commune Urbaine),Assa (MU),tah,طاح		MA	10	071	0307101011	11667	Africa/Casablanca
6545580	Bir Gandouz	bir-gandouz	Bir Gandouz,Bir Gandouz (CR),Bir Gandouz (Commune Rurale),zwk,زوك		MA	12	066	0106605032	1463	Africa/Casablanca
6545581	Touizgui	touizgui	Touizgui,Touizgui (CR),Touizgui (Commune Rurale),عوينة يغمان		MA	10	071	0307103052	1263	Africa/Casablanca
6545582	Aousserd	aousserd	Aousserd,Aousserd (CR),Aousserd (Commune Rurale),aghwynyt,أغوينيت		MA	12	066	0106603052	976	Africa/Casablanca
6545583	Tichla	tichla	Tichla,Tichla (CR),Tichla (Commune Rurale),awsrd,أوسرد		MA	12	066	0106603072	469	Africa/Casablanca
6545584	Zoug	zoug	Zoug,Zoug (CR),Zoug (Commune Rurale),tshla,تشلا		MA	12	066	0106603092	833	Africa/Casablanca
6545585	Ait Mazigh	ait-mazigh	Ait Mazigh,Ait Mazigh (CR),Ait Mazigh (Commune Rurale),afwrar,افورار		MA	05	081	1208109032	3330	Africa/Casablanca
6545586	Aghbala	aghbala	Aghbala,Aghbala (CR),Aghbala (Commune Rurale),tfny,تفني		MA	05	091	1209107012	6100	Africa/Casablanca
6545587	Ait Zineb	ait-zineb	Ait Zineb,Ait Zineb (CR),Ait Zineb (Commune Rurale),taznakht (albldyt),تازناخت (البلدية)		MA	08	401	0440103012	9233	Africa/Casablanca
6545588	Amerzgane	amerzgane	Amerzgane,Amerzgane (CR),Amerzgane (Commune Rurale),ayt zynb,أيت زينب		MA	08	401	0440103032	7593	Africa/Casablanca
6545589	Tarmigt	tarmigt	Tarmigt,Tarmigt (CR),Tarmigt (Commune Rurale),skwrt ahl alwst,سكورة أهل الوسط		MA	08	401	0440107092	9703	Africa/Casablanca
6545590	Mnasra	mnasra	Mnasra,Mnasra (CR),Mnasra (Commune Rurale),hdadt,حدادة		MA	04	281	0528103072	34429	Africa/Casablanca
6545591	Ait Milk	ait-milk	Ait Milk,Ait Milk (CR),Ait Milk (Commune Rurale),tzy ntkwsht,تزي نتكوشت		MA	09	163	0416305032	10370	Africa/Casablanca
6545592	Ait Ouallal	ait-ouallal	Ait Ouallal,Ait Ouallal (CR),Ait Ouallal (Commune Rurale),ayt bwdawd,أيت بوداود		MA	08	587	0458703072	9649	Africa/Casablanca
6545593	Mechouar Kasba	mechouar-kasba	Mechouar Kasba,Mechouar Kasba (Commune Urbaine),Mechouar Kasba (MU),mrkz tghjyjt,مركز تغجيجت		MA	07	351	0735101011	21673	Africa/Casablanca
6545594	Ain Kaicher	ain-kaicher	Ain Kaicher,Ain Kaicher (CR),Ain Kaicher (Commune Rurale),wady zm (albldyt),وادي زم (البلدية)		MA	05	311	0631103012	4609	Africa/Casablanca
6545595	Bni Zrantel	bni-zrantel	Bni Zrantel,Bni Zrantel (CR),Bni Zrantel (Commune Rurale),عين قيشر		MA	05	311	0631103052	6597	Africa/Casablanca
6545596	Annakhil	annakhil	Annakhil,Annakhil (AR),Annakhil (Arrondissement),سيدي يوسف بن علي (المقاطعة)		MA	07	351	0735101031	54111	Africa/Casablanca
6545597	Ain Zohra	ain-zohra	Ain Zohra,Ain Zohra (CR),Ain Zohra (Commune Rurale),azghnghan (albldyt),ازغنغان (البلدية)		MA	02	167	0838103012	11258	Africa/Casablanca
6545598	Echatea El Abied	echatea-el-abied	Echatea El Abied,Echatea El Abied (CR),Echatea El Abied (Commune Rurale),asryr,اسرير		MA	10	261	0326105072	1089	Africa/Casablanca
6545599	Ain Nzagh	ain-nzagh	Ain Nzagh,Ain Nzagh (CR),Ain Nzagh (Commune Rurale),ayrygh  ntahlt,ايريغ  نتاهلة		MA	06	461	0646109012	11504	Africa/Casablanca
6545600	Gdana	gdana	Gdana,Gdana (CR),Gdana (Commune Rurale),bny yakryn,بني ياكرين		MA	06	461	0646109052	9084	Africa/Casablanca
6545601	Khemisset Chaouia	khemisset-chaouia	Khemisset Chaouia,Khemisset Chaouia (CR),Khemisset Chaouia (Commune Rurale),kysr,كيسر		MA	06	461	0646109092	5527	Africa/Casablanca
6545602	Bourrous	bourrous	Bourrous,Bourrous (CR),Bourrous (Commune Rurale),عكرمة		MA	07	427	0719109032	5748	Africa/Casablanca
6545603	Jaidate	jaidate	Jaidate,Jaidate (CR),Jaidate (Commune Rurale),bwrws,بوروس		MA	07	191	0719109052	10972	Africa/Casablanca
6545604	Lamharra	lamharra	Lamharra,Lamharra (CR),Lamharra (Commune Rurale),الجعيدات		MA	07	191	0719109072	10172	Africa/Casablanca
6545605	Nzalat Laadam	nzalat-laadam	Nzalat Laadam,Nzalat Laadam (CR),Nzalat Laadam (Commune Rurale),lmhrt,لمحرة		MA	07	427	0719109092	11097	Africa/Casablanca
6545606	Jdour	jdour	Jdour,Jdour (CR),Jdour (Commune Rurale),yyghwd,ئيغود		MA	07	431	1143105092	19251	Africa/Casablanca
6545607	Oulad Rahmoune	oulad-rahmoune	Oulad Rahmoune,Oulad Rahmoune (CR),Oulad Rahmoune (Commune Rurale),lmharzt alsahl,لمهارزة الساحل		MA	06	181	1118103092	20236	Africa/Casablanca
6545608	Boudnib	boudnib	Boudnib,Boudnib (Commune Urbaine),Boudnib (MU),arfwd (albldyt),ارفود (البلدية)		MA	08	201	1320101031	9718	Africa/Casablanca
6545609	Elmenzeh	elmenzeh	Elmenzeh,Elmenzeh (CR),Elmenzeh (Commune Rurale),الصميعة		MA	04	501	1050103012	5999	Africa/Casablanca
6545610	Fezouane	fezouane	Fezouane,Fezouane (CR),Fezouane (Commune Rurale),fzwan,فزوان		MA	02	113	0811303072	5089	Africa/Casablanca
6545611	Ben Taieb	ben-taieb	Ben Taieb,Ben Taieb (CR),Ben Taieb (Commune Rurale),tztwtyn,تزطوطين		MA	02	167	0838109032	10445	Africa/Casablanca
6545612	Thar Es-Souk	thar-es-souk	Thar Es-Souk,Thar Es-Souk (Commune Urbaine),Thar Es-Souk (MU),thr alswq (albldyt),طهر السوق (البلدية)		MA	03	531	1553101071	3792	Africa/Casablanca
6545613	Bni Guil	bni-guil	Bni Guil,Bni Guil (CR),Bni Guil (Commune Rurale),عبو لكحل		MA	02	251	0825105032	6726	Africa/Casablanca
6545614	Fdalate	fdalate	Fdalate,Fdalate (CR),Fdalate (Commune Rurale),قرية بن عودة		MA	06	111	0611103052	11966	Africa/Casablanca
6545615	Sidi Ahmed Ou Moussa	sidi-ahmed-ou-moussa	Sidi Ahmed Ou Moussa,Sidi Ahmed Ou Moussa (CR),Sidi Ahmed Ou Moussa (Commune Rurale),yd aw kwkmar,ئد او كوكمار		MA	09	581	0458103092	3679	Africa/Casablanca
6545616	Es-Semara	es-semara	Es-Semara,Es-Semara (Commune Urbaine),Es-Semara (MU),almhbs,المحبس		MA	11	221	0322101011	33910	Africa/Casablanca
6545617	Ait Boufoulen	ait-boufoulen	Ait Boufoulen,Ait Boufoulen (CR),Ait Boufoulen (Commune Rurale),aday,اداي		MA	10	261	0326103032	1309	Africa/Casablanca
6545618	Tata	tata	Tata,Tata (Commune Urbaine),Tata (MU),fm  zkyd (albldyt),فم  زكيد (البلدية)		MA	09	551	0355101071	15192	Africa/Casablanca
6545619	Tamanarte	tamanarte	Tamanarte,Tamanarte (CR),Tamanarte (Commune Rurale),قصبة سيدي عبد الله بن امبارك		MA	09	551	0355103052	6198	Africa/Casablanca
6545620	Aguinane	aguinane	Aguinane,Aguinane (CR),Aguinane (Commune Rurale),tyzwnyn,تيزونين		MA	09	551	0355105012	2801	Africa/Casablanca
6545621	Aznaguen	aznaguen	Aznaguen,Aznaguen (CR),Aznaguen (Commune Rurale),العركوب		MA	08	401	0440103052	12040	Africa/Casablanca
6545622	Ighrem N Ougdal	ighrem-n-ougdal	Ighrem N Ougdal,Ighrem N Ougdal (CR),Ighrem N Ougdal (Commune Rurale),aznakn,ازناكن		MA	08	401	0440103072	14000	Africa/Casablanca
6545623	Lakhsas	lakhsas	Lakhsas,Lakhsas (Commune Urbaine),Lakhsas (MU),twndwt,توندوت		MA	09	581	0458101011	4178	Africa/Casablanca
6545624	Sidi Ifni	sidi-ifni	Sidi Ifni,Sidi Ifni (Commune Urbaine),Sidi Ifni (MU),alakhsas (albldyt),الاخصاص (البلدية)		MA	09	473	0458101031	19967	Africa/Casablanca
6545625	Kettara	kettara	Kettara,Kettara (AC),Kettara (Agglomeration Communale),مركز بوعنان		MA	07	351	0735103053	1365	Africa/Casablanca
6545626	Elmaarif	elmaarif	Elmaarif,Elmaarif (AR),Elmaarif (Arrondissement),الحي المحمدي (المقاطعة)		MA	06	141	0914101031	179954	Africa/Casablanca
6545627	Bsara	bsara	Bsara,Bsara (CR),Bsara (Commune Rurale),mdywnt (albldyt),مديونة (البلدية)		MA	02	411	0841107072	1922	Africa/Casablanca
6545628	Isly	isly	Isly,Isly (CR),Isly (Commune Rurale),almjatyt awlad altalb,المجاطية أولاد الطالب		MA	02	411	0841107092	6710	Africa/Casablanca
6545629	Arbaa Ait Ahmed	arbaa-ait-ahmed	Arbaa Ait Ahmed,Arbaa Ait Ahmed (CR),Arbaa Ait Ahmed (Commune Rurale),anzy,انزي		MA	09	581	0458103052	8172	Africa/Casablanca
6545630	Dar Bel Amri	dar-bel-amri	Dar Bel Amri,Dar Bel Amri (CR),Dar Bel Amri (Commune Rurale),بومعيز		MA	04	281	0528105052	31080	Africa/Casablanca
6545631	Laayoune	laayoune	Laayoune,Laayoune (Commune Urbaine),Laayoune (MU),almrsy (albldyt),المرسى (البلدية)		MA	11	321	0232101031	179542	Africa/Casablanca
6545632	Tarfaya	tarfaya	Tarfaya,Tarfaya (Commune Urbaine),Tarfaya (MU),العيون (البلدية)		MA	11	321	0232101051	5615	Africa/Casablanca
6545633	Kasbat S Abdellah M-	kasbat-s-abdellah-m	Kasbat S Abdellah M-,Kasbat S Abdellah M- (CR),Kasbat S Abdellah M- (Commune Rurale),ayt wably,أيت وابلي		MA	09	551	0355103032	7012	Africa/Casablanca
6545634	Bir Anzarane	bir-anzarane	Bir Anzarane,Bir Anzarane (CR),Bir Anzarane (Commune Rurale),aldakhlt (albldyt),الداخلة (البلدية)		MA	12	391	0139105012	1273	Africa/Casablanca
6545635	Gleibat El Foula	gleibat-el-foula	Gleibat El Foula,Gleibat El Foula (CR),Gleibat El Foula (Commune Rurale),byr anzran,بئر انزران		MA	12	391	0139105032	275	Africa/Casablanca
6545636	Oum Dreyga	oum-dreyga	Oum Dreyga,Oum Dreyga (CR),Oum Dreyga (Commune Rurale),am adrykt,bldyt  am adrykt,myjyk,أم ادريكة,بلدية  أم ادريكة,ميجيك		MA	12	391	0139105072	404	Africa/Casablanca
6545637	Mellila	mellila	Mellila,Mellila (CR),Mellila (Commune Rurale),ahlaf,احلاف		MA	06	111	0611103072	15081	Africa/Casablanca
6545638	Nouaceur	nouaceur	Nouaceur,Nouaceur (Commune Urbaine),Nouaceur (MU),bny ykhlf,بني يخلف		MA	06	385	0938501031	12153	Africa/Casablanca
6545639	Oulad Salah	oulad-salah	Oulad Salah,Oulad Salah (CR),Oulad Salah (Commune Rurale),دار بوعزة		MA	06	385	0938503052	15031	Africa/Casablanca
6545640	Ahl Angad	ahl-angad	Ahl Angad,Ahl Angad (CR),Ahl Angad (Commune Rurale),سيدي علي بلقاسم		MA	02	411	0841107012	14196	Africa/Casablanca
6545641	Ain Sfa	ain-sfa	Ain Sfa,Ain Sfa (CR),Ain Sfa (Commune Rurale),sydy lhsn,سيدي لحسن		MA	02	411	0841107032	4490	Africa/Casablanca
6545642	Moualine El Ghaba	moualine-el-ghaba	Moualine El Ghaba,Moualine El Ghaba (CR),Moualine El Ghaba (Commune Rurale),bnslyman (albldyt),بنسليمان (البلدية)		MA	06	111	0611103092	8185	Africa/Casablanca
6545643	Bni Khaled	bni-khaled	Bni Khaled,Bni Khaled (CR),Bni Khaled (Commune Rurale),bny drar (albldyt),بني درار (البلدية)		MA	02	411	0841107052	6745	Africa/Casablanca
6545644	Ait Mzal	ait-mzal	Ait Mzal,Ait Mzal (CR),Ait Mzal (Commune Rurale),bywkrt (albldyt),بيوكرة (البلدية)		MA	09	163	0416303052	4339	Africa/Casablanca
6545645	Ait Ouadrim	ait-ouadrim	Ait Ouadrim,Ait Ouadrim (CR),Ait Ouadrim (Commune Rurale),ayt mzal,أيت مزال		MA	09	163	0416303072	5817	Africa/Casablanca
6545646	Aouguenz	aouguenz	Aouguenz,Aouguenz (CR),Aouguenz (Commune Rurale),ayt wadrym,أيت وادريم		MA	09	163	0416303092	4801	Africa/Casablanca
6545647	Ait Amira	ait-amira	Ait Amira,Ait Amira (CR),Ait Amira (Commune Rurale),sydy wsay,سيدي وساي		MA	09	163	0416307012	47278	Africa/Casablanca
6545648	Gueltat Zemmour	gueltat-zemmour	Gueltat Zemmour,Gueltat Zemmour (CR),Gueltat Zemmour (Commune Rurale),bwjdwr (albldyt),بوجدور (البلدية)		MA	11	121	0212103012	6393	Africa/Casablanca
6545649	Jraifia	jraifia	Jraifia,Jraifia (CR),Jraifia (Commune Rurale),kltt zmwr,كلتة زمور		MA	11	121	0212103032	950	Africa/Casablanca
6545650	Tah	tah	Tah,Tah (CR),Tah (Commune Rurale),alhkwnyt,الحكونية		MA	11	321	0232105072	1255	Africa/Casablanca
6545651	Haouza	haouza	Haouza,Haouza (CR),Haouza (Commune Rurale),amkalt,امكالة		MA	11	221	0322103032	2398	Africa/Casablanca
6545652	Jdiriya	jdiriya	Jdiriya,Jdiriya (CR),Jdiriya (Commune Rurale),hwzt,حوزة		MA	11	221	0322103052	248	Africa/Casablanca
6545653	Tissint	tissint	Tissint,Tissint (CR),Tissint (Commune Rurale),ابن يعقوب		MA	09	551	0355105092	9434	Africa/Casablanca
6545654	Saada	saada	Saada,Saada (CR),Saada (Commune Rurale),alawdayt,الأوداية		MA	07	351	0735105072	67086	Africa/Casablanca
6545655	Bni Yakhlef	bni-yakhlef	Bni Yakhlef,Bni Yakhlef (CR),Bni Yakhlef (Commune Rurale),almhmdyt  (albldyt),المحمدية  (البلدية)		MA	06	371	0937103012	18233	Africa/Casablanca
6545656	Dar Gueddari	dar-gueddari	Dar Gueddari,Dar Gueddari (Commune Urbaine),Dar Gueddari (MU),دار العسلوجي		MA	04	481	0548101011	6011	Africa/Casablanca
6545657	Almajjatia Oulad Tal	almajjatia-oulad-tal	Almajjatia Oulad Tal,Almajjatia Oulad Tal (CR),Almajjatia Oulad Tal (Commune Rurale),ayt sybrn,أيت سيبرن		MA	06	355	0935503012	23322	Africa/Casablanca
6545658	Sidi Hajjaj Oued Has	sidi-hajjaj-oued-has	Sidi Hajjaj Oued Has,Sidi Hajjaj Oued Has (CR),Sidi Hajjaj Oued Has (Commune Rurale),ayt ydyn,أيت يدين		MA	06	355	0935503052	19556	Africa/Casablanca
6545659	Sidi Moussa Ben Ali	sidi-moussa-ben-ali	Sidi Moussa Ben Ali,Sidi Moussa Ben Ali (CR),Sidi Moussa Ben Ali (Commune Rurale),alknzrt,الكنزرة		MA	06	371	0937103052	11445	Africa/Casablanca
6545660	Elmarsa	elmarsa	Elmarsa,Elmarsa (Commune Urbaine),Elmarsa (MU),lmsyd,لمسيد		MA	11	321	0232101011	10229	Africa/Casablanca
6545661	Sidi Ahmed Laaroussi	sidi-ahmed-laaroussi	Sidi Ahmed Laaroussi,Sidi Ahmed Laaroussi (CR),Sidi Ahmed Laaroussi (Commune Rurale),ajdyryt,اجديرية		MA	11	221	0322103072	1820	Africa/Casablanca
6545662	Tifariti	tifariti	Tifariti,Tifariti (CR),Tifariti (Commune Rurale),bldyt tfaryty,bldyt tyfaryty,tfaryty,tyfaryty,بلدية تفاريتي,بلدية تيفاريتي,تفاريتي,تيفاريتي,سيدي أحمد العروسي		MA	11	221	0322103092	3092	Africa/Casablanca
6545663	Chbika	chbika	Chbika,Chbika (CR),Chbika (Commune Rurale),abtyh,ابطيح		MA	10	521	0352105052	531	Africa/Casablanca
6545664	Ait Melloul	ait-melloul	Ait Melloul,Ait Melloul (Commune Urbaine),Ait Melloul (MU),tqy,تقي		MA	09	273	0427301051	130105	Africa/Casablanca
6545665	Mijik	mijik	Mijik,Mijik (CR),Mijik (Commune Rurale),aklybat alfwlt,اكليبات الفولة		MA	12	391	0139105052	519	Africa/Casablanca
6545666	Agdz	agdz	Agdz,Agdz (Commune Urbaine),Agdz (MU),athnyn aklw,اثنين اكلو		MA	08	587	0458701011	7951	Africa/Casablanca
6545667	Afra	afra	Afra,Afra (CR),Afra (Commune Rurale),aflandra,افلاندرا		MA	08	587	0458703032	8317	Africa/Casablanca
6545668	Ait Boudaoud	ait-boudaoud	Ait Boudaoud,Ait Boudaoud (CR),Ait Boudaoud (Commune Rurale),afra,افرا		MA	08	587	0458703052	5293	Africa/Casablanca
6545669	Oued Zem	oued-zem	Oued Zem,Oued Zem (Commune Urbaine),Oued Zem (MU),Wadi Zam,Wādī Zam,khrybkt (albldyt),wad zm,wady zm,خريبكة (البلدية),واد زم,وادي زم		MA	05	311	0631101091	83931	Africa/Casablanca
6545670	Boumerieme	boumerieme	Boumerieme,Boumerieme (CR),Boumerieme (Commune Rurale),bwshawwn,بوشاوون		MA	02	251	0825103092	8521	Africa/Casablanca
6545671	Anfa	anfa	Anfa,Anfa (AR),Anfa (Arrondissement),الفداء (المقاطعة)		MA	06	141	0914101011	95296	Africa/Casablanca
6545672	Sidi Belyout	sidi-belyout	Sidi Belyout,Sidi Belyout (AR),Sidi Belyout (Arrondissement),سباتة (المقاطعة)		MA	06	141	0914101071	217537	Africa/Casablanca
6545673	Sidi Bettache	sidi-bettache	Sidi Bettache,Sidi Bettache (CR),Sidi Bettache (Commune Rurale),أولاد عيسى		MA	06	111	0611105042	6927	Africa/Casablanca
6545674	Guenfouda	guenfouda	Guenfouda,Guenfouda (CR),Guenfouda (Commune Rurale),النعيمة (البلدية)		MA	02	275	0827503052	5591	Africa/Casablanca
6545675	Laaouinate	laaouinate	Laaouinate,Laaouinate (CR),Laaouinate (Commune Rurale),wjdt (albldyt),وجدة (البلدية)		MA	02	275	0827503072	3867	Africa/Casablanca
6545676	Lebkhata	lebkhata	Lebkhata,Lebkhata (CR),Lebkhata (Commune Rurale),ahl ankad,أهل انكاد		MA	02	275	0827503092	2612	Africa/Casablanca
6545677	Sidi Moussa Majdoub	sidi-moussa-majdoub	Sidi Moussa Majdoub,Sidi Moussa Majdoub (CR),Sidi Moussa Majdoub (Commune Rurale),alsfasyf,الصفاصيف		MA	06	371	0937103072	12412	Africa/Casablanca
6545678	Berkane	berkane	Berkane,Berkane (Commune Urbaine),Berkane (MU),aklym (albldyt),اكليم (البلدية)		MA	02	113	0811301091	79570	Africa/Casablanca
6545679	Boughriba	boughriba	Boughriba,Boughriba (CR),Boughriba (Commune Rurale),mdagh,مداغ		MA	02	113	0811305032	20513	Africa/Casablanca
6545680	Gteter	gteter	Gteter,Gteter (CR),Gteter (Commune Rurale),ahl wad za,أهل واد زا		MA	02	533	0853309072	6732	Africa/Casablanca
6545681	Ain Bida	ain-bida	Ain Bida,Ain Bida (CR),Ain Bida (Commune Rurale),Aïn Bida,عين قنصرة		MA	03	231	1423181032	7843	Africa/Casablanca
6545682	Bhalil	bhalil	Bhalil,Bhalil (Commune Urbaine),Bhalil (MU),aghzran,اغزران		MA	03	451	1445101011	11638	Africa/Casablanca
6545683	Ghouazi	ghouazi	Ghouazi,Ghouazi (CR),Ghouazi (Commune Rurale),amkanst,امكانسة		MA	03	531	1553105052	18779	Africa/Casablanca
6545684	Ain Mediouna	ain-mediouna	Ain Mediouna,Ain Mediouna (CR),Ain Mediouna (Commune Rurale),سيدي العابد		MA	03	531	1553107012	15770	Africa/Casablanca
6545685	Bouderbala	bouderbala	Bouderbala,Bouderbala (AC),Bouderbala (Agglomeration Communale),awlad awshyh,أولاد أوشيح		MA	03	171	1317105013	4258	Africa/Casablanca
6545686	Ksar Sghir	ksar-sghir	Ksar Sghir,Ksar Sghir (CR),Ksar Sghir (Commune Rurale),albhrawyyn,البحراويين		MA	01	227	1622705052	12997	Africa/Casablanca
6545687	Larache	larache	Larache,Larache (Commune Urbaine),Larache (MU),alqsr alsghyr,القصر الصغير		MA	01	331	1633101031	106895	Africa/Casablanca
6545688	Ahl Sidi Lahcen	ahl-sidi-lahcen	Ahl Sidi Lahcen,Ahl Sidi Lahcen (CR),Ahl Sidi Lahcen (Commune Rurale),tyst (albldyt),تيسة (البلدية)		MA	03	451	1445107032	5290	Africa/Casablanca
6545689	Tissa	tissa	Tissa,Tissa (Commune Urbaine),Tissa (MU),sydy yhyy bny zrwal,سيدي يحيى بني زروال		MA	03	531	1553101091	9566	Africa/Casablanca
6545690	Barkine	barkine	Barkine,Barkine (CR),Barkine (Commune Rurale),bab tazt,باب تازة		MA	03	561	1556105032	11409	Africa/Casablanca
6545691	Ait Saghrouchen	ait-saghrouchen	Ait Saghrouchen,Ait Saghrouchen (CR),Ait Saghrouchen (Commune Rurale),fyfy,فيفي		MA	03	561	1556109012	16085	Africa/Casablanca
6545692	Hassan	hassan	Hassan,Hassan (AR),Hassan (Arrondissement),اليوسفية (المقاطعة)		MA	04	421	1042101051	125137	Africa/Casablanca
6545693	Ras Ijerri	ras-ijerri	Ras Ijerri,Ras Ijerri (CR),Ras Ijerri (Commune Rurale),awlad alshryf,ras ajry,أولاد الشريف,رأس اجري		MA	03	171	1317103072	6502	Africa/Casablanca
6545694	Ait Ayach	ait-ayach	Ait Ayach,Ait Ayach (CR),Ait Ayach (Commune Rurale),akwdym,أكوديم		MA	05	363	1330107052	11254	Africa/Casablanca
6545696	Charf-Souani	charf-souani	Charf-Souani,Charf-Souani (AR),Charf-Souani (Arrondissement),الشرف  مغوغة (المقاطعة)		MA	01	511	1651101061	115800	Africa/Casablanca
6545697	Bni Hilal	bni-hilal	Bni Hilal,Bni Hilal (CR),Bni Hilal (Commune Rurale),sydy amhmd akhdym,سيدي امحمد اخديم		MA	06	181	1118107012	17288	Africa/Casablanca
6545698	Ain Chkef	ain-chkef	Ain Chkef,Ain Chkef (CR),Ain Chkef (Commune Rurale),sydy dawd,سيدي داود		MA	03	591	1459103012	35016	Africa/Casablanca
6545699	Rissana Janoubia	rissana-janoubia	Rissana Janoubia,Rissana Janoubia (CR),Rissana Janoubia (Commune Rurale),athnyn sydy alymny,اثنين سيدي اليمني		MA	01	331	1633105092	16366	Africa/Casablanca
6545700	Almanzla	almanzla	Almanzla,Almanzla (CR),Almanzla (Commune Rurale),عين لحصن		MA	01	511	1651103012	3031	Africa/Casablanca
6545701	Souk L'Had	souk-l-had	Souk L'Had,Souk L'Had (AC),Souk L'Had (Agglomeration Communale),مركز سيدي عدي		MA	03	271	1327103053	2488	Africa/Casablanca
6545702	Sidi El Makhfi	sidi-el-makhfi	Sidi El Makhfi,Sidi El Makhfi (CR),Sidi El Makhfi (Commune Rurale),wad yfran,واد ئفران		MA	03	271	1327103072	16709	Africa/Casablanca
6545703	Tigrigra	tigrigra	Tigrigra,Tigrigra (CR),Tigrigra (Commune Rurale),sydy almkhfy,سيدي المخفي		MA	03	271	1327103092	11031	Africa/Casablanca
6545704	Bou Jedyane	bou-jedyane	Bou Jedyane,Bou Jedyane (CR),Bou Jedyane (Commune Rurale),alqsr alkbyr (albldyt),القصر الكبير (البلدية)		MA	01	331	1633103012	11166	Africa/Casablanca
6545705	Oulad Ouchih	oulad-ouchih	Oulad Ouchih,Oulad Ouchih (CR),Oulad Ouchih (Commune Rurale),qsr bjyr,قصر بجير		MA	01	331	1633103072	12608	Africa/Casablanca
6545706	Sidi Ali	sidi-ali	Sidi Ali,Sidi Ali (CR),Sidi Ali (Commune Rurale),altaws,الطاوس		MA	08	201	1320111092	2162	Africa/Casablanca
6545707	Arfoud	arfoud	Arfoud,Arfoud (Commune Urbaine),Arfoud (MU),Erfoud,smkt,سمكت		MA	08	201	1320101011	23622	Africa/Casablanca
6545708	Ermila	ermila	Ermila,Ermila (CR),Ermila (Commune Rurale),sydy bwtyb,سيدي بوطيب		MA	03	131	1413107032	7690	Africa/Casablanca
6545709	Shoul	shoul	Shoul,Shoul (CR),Shoul (Commune Rurale),عين عتيق		MA	04	441	1044103012	19915	Africa/Casablanca
6545710	Sidi Bouknadel	sidi-bouknadel	Sidi Bouknadel,Sidi Bouknadel (CR),Sidi Bouknadel (Commune Rurale),mrs alkhyr,مرس الخير		MA	04	281	1044103032	34279	Africa/Casablanca
6545711	Jahjouh	jahjouh	Jahjouh,Jahjouh (CR),Jahjouh (Commune Rurale),ahd bwhswsn,أحد بوحسوسن		MA	03	171	1317103052	7485	Africa/Casablanca
6545712	Fritissa	fritissa	Fritissa,Fritissa (CR),Fritissa (Commune Rurale),مولاي يعقوب (البلدية)		MA	03	131	1413107052	29460	Africa/Casablanca
6545713	Alkhrroub	alkhrroub	Alkhrroub,Alkhrroub (CR),Alkhrroub (Commune Rurale),mrkz zwmy,مركز زومي		MA	01	571	1657105032	3018	Africa/Casablanca
6545714	Tabriquet	tabriquet	Tabriquet,Tabriquet (AR),Tabriquet (Arrondissement),العيايدة   (المقاطعة)		MA	04	441	1044101091	234690	Africa/Casablanca
6545715	Ait Naamane	ait-naamane	Ait Naamane,Ait Naamane (CR),Ait Naamane (Commune Rurale),ayt bwrzwyn,أيت بورزوين		MA	03	171	1317107032	6307	Africa/Casablanca
6545716	Laaouama	laaouama	Laaouama,Laaouama (CR),Laaouama (Commune Rurale),اجوامعة		MA	01	511	1622705072	20541	Africa/Casablanca
6545717	Malloussa	malloussa	Malloussa,Malloussa (CR),Malloussa (Commune Rurale),العوامة		MA	01	227	1622705092	12250	Africa/Casablanca
6545718	Albahraoyine	albahraoyine	Albahraoyine,Albahraoyine (CR),Albahraoyine (Commune Rurale),tghramt,تغرامت		MA	01	227	1622705012	10368	Africa/Casablanca
6545719	Skhirate	skhirate	Skhirate,Skhirate (Commune Urbaine),Skhirate (MU),mghrawt,مغراوة		MA	04	501	1050101051	42580	Africa/Casablanca
6545720	Temara	temara	Temara,Temara (Commune Urbaine),Temara (MU),mtmatt,مطماطة		MA	04	501	1050101071	225084	Africa/Casablanca
6545721	Fes-Medina	fes-medina	Fes-Medina,Fes-Medina (AR),Fes-Medina (Arrondissement),Fez,fas,sbt lwdayt,سبت لوداية,فاس		MA	03	231	1423101071	91289	Africa/Casablanca
6545722	Ain Kansra	ain-kansra	Ain Kansra,Ain Kansra (CR),Ain Kansra (Commune Rurale),sfrw (albldyt),صفرو (البلدية)		MA	03	591	1459105022	12291	Africa/Casablanca
6545723	Imouzzer Kandar	imouzzer-kandar	Imouzzer Kandar,Imouzzer Kandar (Commune Urbaine),Imouzzer Kandar (MU),awlad amkwdw,أولاد امكودو		MA	03	451	1445101051	13725	Africa/Casablanca
6545724	Lkhaloua	lkhaloua	Lkhaloua,Lkhaloua (CR),Lkhaloua (Commune Rurale),mlalyyn,ملاليين		MA	01	511	1651103092	12946	Africa/Casablanca
6545725	Agdal Riyad	agdal-riyad	Agdal Riyad,Agdal Riyad (AR),Agdal Riyad (Arrondissement),مركز عرباوة		MA	04	421	1042101011	89588	Africa/Casablanca
6545726	El Youssoufia	el-youssoufia	El Youssoufia,El Youssoufia (AR),El Youssoufia (Arrondissement),أكدال الرياض (المقاطعة)		MA	04	421	1042101031	172863	Africa/Casablanca
6545727	Layayda	layayda	Layayda,Layayda (AR),Layayda (Arrondissement),حصين (المقاطعة)		MA	04	441	1044101071	114799	Africa/Casablanca
6545728	Jnan El Ouard	jnan-el-ouard	Jnan El Ouard,Jnan El Ouard (AR),Jnan El Ouard (Arrondissement),تابريكت (المقاطعة)		MA	03	231	1423101091	174226	Africa/Casablanca
6545729	Souissi	souissi	Souissi,Souissi (AR),Souissi (Arrondissement),mryjt,مريجة		MA	04	421	1042101061	26702	Africa/Casablanca
6545730	Sidi Lamine	sidi-lamine	Sidi Lamine,Sidi Lamine (CR),Sidi Lamine (Commune Rurale),dar am alsltan,دار أم السلطان		MA	05	301	1330105252	16808	Africa/Casablanca
6545731	Sidi Aayad	sidi-aayad	Sidi Aayad,Sidi Aayad (CR),Sidi Aayad (Commune Rurale),amzyzl,امزيزل		MA	08	363	1320109112	7424	Africa/Casablanca
6545732	Zaouiat Sidi Hamza	zaouiat-sidi-hamza	Zaouiat Sidi Hamza,Zaouiat Sidi Hamza (CR),Zaouiat Sidi Hamza (Commune Rurale),سيدي عياد		MA	08	363	1320109132	4595	Africa/Casablanca
6545733	Sidi Abdallah El Bou	sidi-abdallah-el-bou	Sidi Abdallah El Bou,Sidi Abdallah El Bou (CR),Sidi Abdallah El Bou (Commune Rurale),yda wknzyf,ئدا وكنظيف		MA	09	163	0416303252	9027	Africa/Casablanca
6545734	Taghramt	taghramt	Taghramt,Taghramt (CR),Taghramt (Commune Rurale),alqsr almjaz,القصر المجاز		MA	01	227	1622703212	8706	Africa/Casablanca
6545735	Ouneine	ouneine	Ouneine,Ouneine (CR),Ouneine (Commune Rurale),lmhart,لمهارة		MA	09	541	0454104352	7866	Africa/Casablanca
6545736	Tioughza	tioughza	Tioughza,Tioughza (CR),Tioughza (Commune Rurale),tnkrfa,تنكرفا		MA	09	581	0458105132	12210	Africa/Casablanca
6545737	Sidi El Hattab	sidi-el-hattab	Sidi El Hattab,Sidi El Hattab (CR),Sidi El Hattab (Commune Rurale),awlad zrad,أولاد زراد		MA	07	191	0719103352	9421	Africa/Casablanca
6545738	Sidi Moussa	sidi-moussa	Sidi Moussa,Sidi Moussa (CR),Sidi Moussa (Commune Rurale),sydy alhtab,سيدي الحطاب		MA	07	191	0719103372	9260	Africa/Casablanca
6545739	Sidi Aissa Ben  Slim	sidi-aissa-ben-slim	Sidi Aissa Ben  Slim,Sidi Aissa Ben  Slim (CR),Sidi Aissa Ben  Slim (Commune Rurale),sbtt,سبتة		MA	07	191	0719105272	17708	Africa/Casablanca
6545740	Oulad Hassoune Hamri	oulad-hassoune-hamri	Oulad Hassoune Hamri,Oulad Hassoune Hamri (CR),Oulad Hassoune Hamri (Commune Rurale),أولاد عامر تزمرين		MA	07	427	0719107132	8554	Africa/Casablanca
6545741	Oulad H Cine	oulad-h-cine	Oulad H Cine,Oulad H Cine (CR),Oulad H Cine (Commune Rurale),bny wal,بني وال		MA	04	281	0528105132	27972	Africa/Casablanca
6545742	Sidi Redouane	sidi-redouane	Sidi Redouane,Sidi Redouane (CR),Sidi Redouane (Commune Rurale),alshrat,الشراط		MA	04	481	0548107152	20774	Africa/Casablanca
6545743	Farkhana	farkhana	Farkhana,Farkhana (CR),Farkhana (Commune Rurale),bny sydal aljbl,بني سيدال الجبل		MA	02	381	0838105112	9439	Africa/Casablanca
6545744	Iaazzanene	iaazzanene	Iaazzanene,Iaazzanene (CR),Iaazzanene (Commune Rurale),ayʿzann,إيعزانن		MA	02	381	0838105132	11131	Africa/Casablanca
6545745	Ihaddadene	ihaddadene	Ihaddadene,Ihaddadene (CR),Ihaddadene (Commune Rurale),ايعزانن		MA	02	381	0838105152	14345	Africa/Casablanca
6545746	Temsamane	temsamane	Temsamane,Temsamane (CR),Temsamane (Commune Rurale),tlylyt,تليليت		MA	02	167	0838109252	12749	Africa/Casablanca
6545747	Trougout	trougout	Trougout,Trougout (CR),Trougout (Commune Rurale),atrwkwt,اتروكوت		MA	02	167	0838109272	11541	Africa/Casablanca
6545748	Hilala	hilala	Hilala,Hilala (CR),Hilala (Commune Rurale),aw knz,أو كنز		MA	09	163	0416303132	2684	Africa/Casablanca
6545749	Tisfane	tisfane	Tisfane,Tisfane (CR),Tisfane (Commune Rurale),tyndyn,تيندين		MA	09	541	0454103272	2338	Africa/Casablanca
6545750	Sidi Abdellah Ou Sai	sidi-abdellah-ou-sai	Sidi Abdellah Ou Sai,Sidi Abdellah Ou Sai (CR),Sidi Abdellah Ou Sai (Commune Rurale),awzywt,اوزيوة		MA	09	541	0454104392	4014	Africa/Casablanca
6545751	Bounrar	bounrar	Bounrar,Bounrar (CR),Bounrar (Commune Rurale),ayt mkhlwf,أيت مخلوف		MA	09	541	0454109112	6304	Africa/Casablanca
6545752	Tafraouten	tafraouten	Tafraouten,Tafraouten (CR),Tafraouten (Commune Rurale),sydy dhman,سيدي دحمان		MA	09	541	0454109512	7999	Africa/Casablanca
6545753	Tamaloukte	tamaloukte	Tamaloukte,Tamaloukte (CR),Tamaloukte (Commune Rurale),tafrawtn,تافراوتن		MA	09	541	0454109552	4982	Africa/Casablanca
6545754	Tazemmourt	tazemmourt	Tazemmourt,Tazemmourt (CR),Tazemmourt (Commune Rurale),tmlwkt,تملوكت		MA	09	541	0454109572	6073	Africa/Casablanca
6545755	Taghjijt	taghjijt	Taghjijt,Taghjijt (CR),Taghjijt (Commune Rurale),tkant,تكانت		MA	10	261	0326103112	4224	Africa/Casablanca
6545756	Machraa Ben Abbou	machraa-ben-abbou	Machraa Ben Abbou,Machraa Ben Abbou (CR),Machraa Ben Abbou (Commune Rurale),lhwazt,لحوازة		MA	06	461	0646109132	9355	Africa/Casablanca
6545757	Mzoura	mzoura	Mzoura,Mzoura (CR),Mzoura (Commune Rurale),مشرع بن عبو		MA	06	461	0646109152	9525	Africa/Casablanca
6545758	Targa Wassay	targa-wassay	Targa Wassay,Targa Wassay (CR),Targa Wassay (Commune Rurale),tlwyn asaka,تلوين اساكا		MA	10	261	0326105192	1138	Africa/Casablanca
6545759	Tiqqi	tiqqi	Tiqqi,Tiqqi (CR),Tiqqi (Commune Rurale),tamry,تامري		MA	09	001	0400105292	8773	Africa/Casablanca
6545760	Ouisselsate	ouisselsate	Ouisselsate,Ouisselsate (CR),Ouisselsate (Commune Rurale),khzamt,خزامة		MA	08	401	0440103112	15339	Africa/Casablanca
6545761	Tansifte	tansifte	Tansifte,Tansifte (CR),Tansifte (Commune Rurale),tamzmwt,تامزموت		MA	08	587	0458703392	12018	Africa/Casablanca
6545762	Sidi Bouzid Arragrag	sidi-bouzid-arragrag	Sidi Bouzid Arragrag,Sidi Bouzid Arragrag (CR),Sidi Bouzid Arragrag (Commune Rurale),sydy almkhtar,سيدي المختار		MA	07	161	0716103132	9348	Africa/Casablanca
6545763	Sidi M Hamed Dalil	sidi-m-hamed-dalil	Sidi M Hamed Dalil,Sidi M Hamed Dalil (CR),Sidi M Hamed Dalil (Commune Rurale),sydy bwzyd alrkraky,سيدي بوزيد الركراكي		MA	07	161	0716103152	4749	Africa/Casablanca
6545764	Maadna	maadna	Maadna,Maadna (CR),Maadna (Commune Rurale),qsbt  altrsh,قصبة  الطرش		MA	05	311	0631107112	6265	Africa/Casablanca
6545765	Mrizigue	mrizigue	Mrizigue,Mrizigue (CR),Mrizigue (Commune Rurale),امنيع		MA	06	461	0646103112	8376	Africa/Casablanca
6545766	Oued Naanaa	oued-naanaa	Oued Naanaa,Oued Naanaa (CR),Oued Naanaa (Commune Rurale),ankhylt,انخيلة		MA	06	461	0646103172	6991	Africa/Casablanca
6545767	Oulad Chbana	oulad-chbana	Oulad Chbana,Oulad Chbana (CR),Oulad Chbana (Commune Rurale),واد النعناع		MA	06	461	0646103192	8081	Africa/Casablanca
6545768	Oulad Fares	oulad-fares	Oulad Fares,Oulad Fares (CR),Oulad Fares (Commune Rurale),awlad shbant,اولاد شبانة		MA	06	461	0646103212	12341	Africa/Casablanca
6545769	Oulad M Hamed	oulad-m-hamed	Oulad M Hamed,Oulad M Hamed (CR),Oulad M Hamed (Commune Rurale),awlad fars,اولاد فارس		MA	06	461	0646103232	10844	Africa/Casablanca
6545770	Tidili Mesfioua	tidili-mesfioua	Tidili Mesfioua,Tidili Mesfioua (CR),Tidili Mesfioua (Commune Rurale),tzart,تزارت		MA	07	041	0704103232	21706	Africa/Casablanca
6545771	Touama	touama	Touama,Touama (CR),Touama (Commune Rurale),tydly msfywt,تيدلي مسفيوة		MA	07	041	0704103272	11243	Africa/Casablanca
6545772	Loued Lakhdar	loued-lakhdar	Loued Lakhdar,Loued Lakhdar (CR),Loued Lakhdar (Commune Rurale),العطاوية الشعيبية		MA	07	191	0719105172	9362	Africa/Casablanca
6545773	M Zem Sanhaja	m-zem-sanhaja	M Zem Sanhaja,M Zem Sanhaja (CR),M Zem Sanhaja (Commune Rurale),alwad lkhdr,الواد لخضر		MA	07	191	0719105192	9253	Africa/Casablanca
6545774	Oulad Aarrad	oulad-aarrad	Oulad Aarrad,Oulad Aarrad (CR),Oulad Aarrad (Commune Rurale),warky,واركي		MA	07	191	0719105232	5606	Africa/Casablanca
6545776	Oulad Sidi  Abdelhak	oulad-sidi-abdelhak	Oulad Sidi  Abdelhak,Oulad Sidi  Abdelhak (CR),Oulad Sidi  Abdelhak (Commune Rurale),dbdw (albldyt),دبدو (البلدية)		MA	02	275	0827505152	2995	Africa/Casablanca
6545777	Naima	naima	Naima,Naima (Commune Urbaine),Naima (MU),العاطف		MA	02	411	0841101191	1151	Africa/Casablanca
6545778	Bni Idder	bni-idder	Bni Idder,Bni Idder (CR),Bni Idder (Commune Rurale),mrkz alqryt,مركز القرية		MA	01	571	1657105112	4823	Africa/Casablanca
6545779	Sahtryine	sahtryine	Sahtryine,Sahtryine (CR),Sahtryine (Commune Rurale),أولاد علي منصور		MA	01	571	1657105212	8036	Africa/Casablanca
6545780	M'Tioua	m-tioua	M'Tioua,M'Tioua (CR),M'Tioua (Commune Rurale),bwdrbalt,بودربالة		MA	01	151	1615103172	9092	Africa/Casablanca
6545781	Tagleft	tagleft	Tagleft,Tagleft (CR),Tagleft (Commune Rurale),tbrwsht,تبروشت		MA	05	081	1208109192	14423	Africa/Casablanca
6545782	Lamsabih	lamsabih	Lamsabih,Lamsabih (CR),Lamsabih (Commune Rurale),amzwdt,امزوضة		MA	07	431	1143103112	11393	Africa/Casablanca
6545783	Sidi Youssef  Ben Ah	sidi-youssef-ben-ah	Sidi Youssef  Ben Ah,Sidi Youssef  Ben Ah (CR),Sidi Youssef  Ben Ah (Commune Rurale),wdkt,ودكة		MA	03	451	1445107112	11292	Africa/Casablanca
6545784	Oulad Daoud	oulad-daoud	Oulad Daoud,Oulad Daoud (CR),Oulad Daoud (Commune Rurale),بوشفاعة		MA	03	531	1553109172	12271	Africa/Casablanca
6545785	Zarkt	zarkt	Zarkt,Zarkt (CR),Zarkt (Commune Rurale),zrqat,زرقات		MA	01	051	1505107272	6691	Africa/Casablanca
6545787	Lakhoualqa	lakhoualqa	Lakhoualqa,Lakhoualqa (CR),Lakhoualqa (Commune Rurale),ajnan bwyh,اجنان بويه		MA	07	585	1143105132	15915	Africa/Casablanca
6545788	Ras El Ain	ras-el-ain	Ras El Ain,Ras El Ain (CR),Ras El Ain (Commune Rurale),lkhwalqt,لخوالقة		MA	07	585	1143105152	18224	Africa/Casablanca
6545789	Sidi Chiker	sidi-chiker	Sidi Chiker,Sidi Chiker (CR),Sidi Chiker (Commune Rurale),راس العين		MA	07	431	1143105172	18709	Africa/Casablanca
6545790	Zaouiat Ahansal	zaouiat-ahansal	Zaouiat Ahansal,Zaouiat Ahansal (CR),Zaouiat Ahansal (Commune Rurale),tamda nwmrsyd,تامدا نومرسيد		MA	05	081	1208103132	10657	Africa/Casablanca
6545791	Sidi M Hamed  Akhdim	sidi-m-hamed-akhdim	Sidi M Hamed  Akhdim,Sidi M Hamed  Akhdim (CR),Sidi M Hamed  Akhdim (Commune Rurale),سيدي عابد		MA	06	181	1118105112	10745	Africa/Casablanca
6545792	Sidi Allal Lamsadder	sidi-allal-lamsadder	Sidi Allal Lamsadder,Sidi Allal Lamsadder (CR),Sidi Allal Lamsadder (Commune Rurale),brashwt,براشوة		MA	04	291	1029103152	7366	Africa/Casablanca
6545793	Sidi Yahya Zaer	sidi-yahya-zaer	Sidi Yahya Zaer,Sidi Yahya Zaer (CR),Sidi Yahya Zaer (Commune Rurale),alzrardt,الزراردة		MA	04	501	1050103112	28773	Africa/Casablanca
6545794	Tamorot	tamorot	Tamorot,Tamorot (CR),Tamorot (Commune Rurale),bny bwzrt,بني بوزرة		MA	01	151	1615103232	26748	Africa/Casablanca
6545795	Majmaa Tolba	majmaa-tolba	Majmaa Tolba,Majmaa Tolba (CR),Majmaa Tolba (Commune Rurale),mlk alwydan,ملك الويدان		MA	04	291	1029103112	12609	Africa/Casablanca
6545796	Taghazout	taghazout	Taghazout,Taghazout (CR),Taghazout (Commune Rurale),tdrart,تدرارت		MA	09	001	0400105232	5260	Africa/Casablanca
6545797	Tamri	tamri	Tamri,Tamri (CR),Tamri (Commune Rurale),taghzwt,تاغزوت		MA	09	001	0400105252	18577	Africa/Casablanca
6545798	Idmine	idmine	Idmine,Idmine (CR),Idmine (Commune Rurale),aldrarkt,الدراركة		MA	09	001	0400105112	4213	Africa/Casablanca
6545799	Imouzzer	imouzzer	Imouzzer,Imouzzer (CR),Imouzzer (Commune Rurale),admyn,اضمين		MA	09	001	0400105132	6351	Africa/Casablanca
6545800	Imsouane	imsouane	Imsouane,Imsouane (CR),Imsouane (Commune Rurale),aymwzar,ايموزار		MA	09	001	0400105152	8866	Africa/Casablanca
6545801	Imlil	imlil	Imlil,Imlil (CR),Imlil (Commune Rurale),anzw,انزو		MA	05	081	1208107112	10435	Africa/Casablanca
6545802	Oulad Mtaa	oulad-mtaa	Oulad Mtaa,Oulad Mtaa (CR),Oulad Mtaa (Commune Rurale),wzkytt,وزكيطة		MA	07	041	0704105152	6937	Africa/Casablanca
6545803	Ouirgane	ouirgane	Ouirgane,Ouirgane (CR),Ouirgane (Commune Rurale),amkdal,امكدال		MA	07	041	0704107112	7727	Africa/Casablanca
6545804	Ouazguita	ouazguita	Ouazguita,Ouazguita (CR),Ouazguita (Commune Rurale),lla tkrkwst,للا تكركوست		MA	07	041	0704105132	5440	Africa/Casablanca
6545805	Tighedouine	tighedouine	Tighedouine,Tighedouine (CR),Tighedouine (Commune Rurale),akrfrwan,اكرفروان		MA	07	041	0704103252	22971	Africa/Casablanca
6545806	Zerkten	zerkten	Zerkten,Zerkten (CR),Zerkten (Commune Rurale),tyghdwyn,تيغدوين		MA	07	041	0704103292	19926	Africa/Casablanca
6545807	Tizi N Isly	tizi-n-isly	Tizi N Isly,Tizi N Isly (CR),Tizi N Isly (Commune Rurale),tanwght,تانوغة		MA	05	091	1209107172	10060	Africa/Casablanca
6545808	Souk Sebt Oulad Nemm	souk-sebt-oulad-nemm	Souk Sebt Oulad Nemm,Souk Sebt Oulad Nemm (Commune Urbaine),Souk Sebt Oulad Nemm (MU),أولاد عياد (البلدية)		MA	05	255	1209101111	51029	Africa/Casablanca
6545809	Nekkour	nekkour	Nekkour,Nekkour (CR),Nekkour (Commune Rurale),nqwr,نقور		MA	01	051	1505105192	8963	Africa/Casablanca
6545810	Rouadi	rouadi	Rouadi,Rouadi (CR),Rouadi (Commune Rurale),rwady,رواضي		MA	01	051	1505105212	7131	Africa/Casablanca
6545811	Tifarouine	tifarouine	Tifarouine,Tifarouine (CR),Tifarouine (Commune Rurale),tyfrwyn,تيفروين		MA	01	051	1505105232	4231	Africa/Casablanca
6545812	Ouislane	ouislane	Ouislane,Ouislane (Commune Urbaine),Ouislane (MU),krmt bn salm,كرمة بن سالم		MA	03	061	1306101111	47824	Africa/Casablanca
6545813	Sidi Boulkhalf	sidi-boulkhalf	Sidi Boulkhalf,Sidi Boulkhalf (CR),Sidi Boulkhalf (Commune Rurale),ayt tmlyl,أيت تمليل		MA	05	081	1208107152	15625	Africa/Casablanca
6545814	Tifni	tifni	Tifni,Tifni (CR),Tifni (Commune Rurale),sydy bwkhalf,سيدي بوخالف		MA	05	081	1208107212	11760	Africa/Casablanca
6545815	Tanant	tanant	Tanant,Tanant (CR),Tanant (Commune Rurale),tabyt,تابية		MA	05	081	1208105172	10706	Africa/Casablanca
6545816	Tilougguite	tilougguite	Tilougguite,Tilougguite (CR),Tilougguite (Commune Rurale),tyfrt nayt hmzt,تيفرت نايت حمزة		MA	05	081	1208109232	10544	Africa/Casablanca
6545817	Timoulilt	timoulilt	Timoulilt,Timoulilt (CR),Timoulilt (Commune Rurale),tylwkyt,تيلوكيت		MA	05	081	1208109252	6616	Africa/Casablanca
6545818	Zaouiat Cheikh	zaouiat-cheikh	Zaouiat Cheikh,Zaouiat Cheikh (Commune Urbaine),Zaouiat Cheikh (MU),swq alsbt awlad alnmt (albld,سوق السبت أولاد النمة (البلد		MA	05	091	1209101131	22727	Africa/Casablanca
6545819	Tanougha	tanougha	Tanougha,Tanougha (CR),Tanougha (Commune Rurale),takzyrt,تاكزيرت		MA	05	091	1209107152	12783	Africa/Casablanca
6545820	Chakrane	chakrane	Chakrane,Chakrane (CR),Chakrane (Commune Rurale),shkran,شكران		MA	01	051	1505105112	4761	Africa/Casablanca
6545821	Izemmouren	izemmouren	Izemmouren,Izemmouren (CR),Izemmouren (Commune Rurale),azmwrn,ازمورن		MA	01	051	1505105152	5153	Africa/Casablanca
6545822	Louta	louta	Louta,Louta (CR),Louta (Commune Rurale),lwta,لوطا		MA	01	051	1505105172	4428	Africa/Casablanca
6545823	Zaouiat Sidi Abdelka	zaouiat-sidi-abdelka	Zaouiat Sidi Abdelka,Zaouiat Sidi Abdelka (CR),Zaouiat Sidi Abdelka (Commune Rurale),زاوية سيدي عبد القادر		MA	01	051	1505105252	5974	Africa/Casablanca
6545824	Talsint	talsint	Talsint,Talsint (CR),Talsint (Commune Rurale),bw mrym,بو مريم		MA	02	251	0825103112	16166	Africa/Casablanca
6545825	Sidi Hmad Ou Hamed	sidi-hmad-ou-hamed	Sidi Hmad Ou Hamed,Sidi Hmad Ou Hamed (CR),Sidi Hmad Ou Hamed (Commune Rurale),sydy ahmd aw mbark,سيدي احمد او مبارك		MA	07	211	0721105352	4034	Africa/Casablanca
6545826	Sidi Kaouki	sidi-kaouki	Sidi Kaouki,Sidi Kaouki (CR),Sidi Kaouki (Commune Rurale),sydy ahmd awhamd,سيدي احمد أوحامد		MA	07	211	0721105372	4625	Africa/Casablanca
6545827	Tafedna	tafedna	Tafedna,Tafedna (CR),Tafedna (Commune Rurale),sydy kawky,سيدي كاوكي		MA	07	211	0721105412	5617	Africa/Casablanca
6545828	Zaouiat Sidi Kacem	zaouiat-sidi-kacem	Zaouiat Sidi Kacem,Zaouiat Sidi Kacem (CR),Zaouiat Sidi Kacem (Commune Rurale),mrkz awlad altyb,مركز أولاد الطيب		MA	01	571	1657105252	11537	Africa/Casablanca
6545829	Sidi Ouaaziz	sidi-ouaaziz	Sidi Ouaaziz,Sidi Ouaaziz (CR),Sidi Ouaaziz (Commune Rurale),سيدي عبد الله أو سعيد		MA	09	541	0454104472	8320	Africa/Casablanca
6545830	Skoura Lhadra	skoura-lhadra	Skoura Lhadra,Skoura Lhadra (CR),Skoura Lhadra (Commune Rurale),skhwr alrhamnt,صخور الرحامنة		MA	07	427	0719107252	8942	Africa/Casablanca
6545831	Oulad Ali Toualaa	oulad-ali-toualaa	Oulad Ali Toualaa,Oulad Ali Toualaa (CR),Oulad Ali Toualaa (Commune Rurale),mlylt,مليلة		MA	06	111	0611103132	5504	Africa/Casablanca
6545832	Ouad Essafa	ouad-essafa	Ouad Essafa,Ouad Essafa (CR),Ouad Essafa (Commune Rurale),amy mqwrn,امي مقورن		MA	09	163	0416307232	56547	Africa/Casablanca
6545833	Sidi Boushab	sidi-boushab	Sidi Boushab,Sidi Boushab (Commune Rurale),sydy byby,سيدي بيبي		MA	09	163	0416307292	10352	Africa/Casablanca
6545834	Taroudant	taroudant	Taroudant,Taroudant (Commune Urbaine),Taroudant (MU),talwyn (albldyt),تالوين (البلدية)		MA	09	541	0454101131	68726	Africa/Casablanca
6545835	N Kob	n-kob	N Kob,N Kob (CR),N Kob (Commune Rurale),mzkytt,مزكيطة		MA	08	587	0458703252	6782	Africa/Casablanca
6545836	Tanalt	tanalt	Tanalt,Tanalt (CR),Tanalt (Commune Rurale),سيدي عبد الله البوشواري		MA	09	163	0416303332	2744	Africa/Casablanca
6545837	Targua Ntouchka	targua-ntouchka	Targua Ntouchka,Targua Ntouchka (CR),Targua Ntouchka (Commune Rurale),tnalt,تنالت		MA	09	163	0416303352	4877	Africa/Casablanca
6545838	Tassegdelt	tassegdelt	Tassegdelt,Tassegdelt (CR),Tassegdelt (Commune Rurale),tarkt ntwshka,تاركة نتوشكا		MA	09	163	0416303372	5107	Africa/Casablanca
6545839	Oulad Aissa	oulad-aissa	Oulad Aissa,Oulad Aissa (CR),Oulad Aissa (Commune Rurale),yykwdar mnabht,ئيكودار منابهة		MA	09	541	0454104332	12331	Africa/Casablanca
6545840	Lamnizla	lamnizla	Lamnizla,Lamnizla (CR),Lamnizla (Commune Rurale),aymwlas,ايمولاس		MA	09	541	0454109312	4224	Africa/Casablanca
6545841	Sidi Ahmed Ou Abdall	sidi-ahmed-ou-abdall	Sidi Ahmed Ou Abdall,Sidi Ahmed Ou Abdall (CR),Sidi Ahmed Ou Abdall (Commune Rurale),lmnyzlt,لمنيزلة		MA	09	541	0454109412	4543	Africa/Casablanca
6545842	Sidi Borja	sidi-borja	Sidi Borja,Sidi Borja (CR),Sidi Borja (Commune Rurale),سيدي أحمد أو عبد الله		MA	09	541	0454109432	10000	Africa/Casablanca
6545843	Sidi Dahmane	sidi-dahmane	Sidi Dahmane,Sidi Dahmane (CR),Sidi Dahmane (Commune Rurale),sydy bwrja,سيدي بورجا		MA	09	541	0454109452	11955	Africa/Casablanca
6545844	Oulad Imloul	oulad-imloul	Oulad Imloul,Oulad Imloul (CR),Oulad Imloul (Commune Rurale),انزالت لعظم		MA	07	427	0719109112	9641	Africa/Casablanca
6545845	Mzilate	mzilate	Mzilate,Mzilate (CR),Mzilate (Commune Rurale),سيدي بوعثمان		MA	07	211	0721103232	4209	Africa/Casablanca
6545846	Timahdite	timahdite	Timahdite,Timahdite (CR),Timahdite (Commune Rurale),tykrykrt,تيكريكرة		MA	03	271	1327103112	10945	Africa/Casablanca
6545847	Souk Lakhmis Dades	souk-lakhmis-dades	Souk Lakhmis Dades,Souk Lakhmis Dades (CR),Souk Lakhmis Dades (Commune Rurale),aknywn,اكنيون		MA	08	577	0440105252	16387	Africa/Casablanca
6545848	Taghbalte	taghbalte	Taghbalte,Taghbalte (CR),Taghbalte (Commune Rurale),awlad yhyy lkrayr,أولاد يحيى لكراير		MA	08	587	0458703312	8867	Africa/Casablanca
6545849	Timezgadiouine	timezgadiouine	Timezgadiouine,Timezgadiouine (CR),Timezgadiouine (Commune Rurale),sydy ghanm,سيدي غانم		MA	07	161	0716105172	7825	Africa/Casablanca
6545850	Sidi Boulaalam	sidi-boulaalam	Sidi Boulaalam,Sidi Boulaalam (CR),Sidi Boulaalam (Commune Rurale),سيدي علي الكراتي		MA	07	211	0721103392	7880	Africa/Casablanca
6545851	Tafetachte	tafetachte	Tafetachte,Tafetachte (CR),Tafetachte (Commune Rurale),sydy ashaq,سيدي اسحاق		MA	07	211	0721103472	5936	Africa/Casablanca
6545852	Takate	takate	Takate,Takate (CR),Takate (Commune Rurale),tftasht,تفتاشت		MA	07	211	0721103492	10968	Africa/Casablanca
6545853	Zaouiat Ben Hmida	zaouiat-ben-hmida	Zaouiat Ben Hmida,Zaouiat Ben Hmida (CR),Zaouiat Ben Hmida (Commune Rurale),tkat,تكاط		MA	07	211	0721103512	6922	Africa/Casablanca
6545854	Khemis Sahel	khemis-sahel	Khemis Sahel,Khemis Sahel (AC),Khemis Sahel (Agglomeration Communale),mrkz kznayt,مركز كزناية		MA	01	331	1633105113	4826	Africa/Casablanca
6545855	Taouzint	taouzint	Taouzint,Taouzint (CR),Taouzint (Commune Rurale),sydy mwsy,سيدي موسى		MA	07	191	0719103392	5651	Africa/Casablanca
6545856	Znada	znada	Znada,Znada (CR),Znada (Commune Rurale),twzynt,توزينت		MA	07	191	0719103412	6712	Africa/Casablanca
6545857	Debdou	debdou	Debdou,Debdou (Commune Urbaine),Debdou (MU),sydy mwsy almjdwb,سيدي موسى المجدوب		MA	02	533	0853301131	4575	Africa/Casablanca
6545858	Tiztoutine	tiztoutine	Tiztoutine,Tiztoutine (CR),Tiztoutine (Commune Rurale),tztwtyn,تزطوطين		MA	02	381	0838107172	9788	Africa/Casablanca
6545859	Tancherfi	tancherfi	Tancherfi,Tancherfi (CR),Tancherfi (Commune Rurale),mstkmr,مستكمر		MA	02	533	0853307212	7452	Africa/Casablanca
6545860	Fennassa Bab El Hit	fennassa-bab-el-hit	Fennassa Bab El Hit,Fennassa Bab El Hit (CR),Fennassa Bab El Hit (Commune Rurale),fnast bab alhyt,فناسة باب الحيط		MA	03	531	1553107112	11381	Africa/Casablanca
6545861	Tagounite	tagounite	Tagounite,Tagounite (CR),Tagounite (Commune Rurale),taftshna,تافتشنا		MA	08	587	0458709332	17412	Africa/Casablanca
6545862	Moualine El Oued	moualine-el-oued	Moualine El Oued,Moualine El Oued (CR),Moualine El Oued (Commune Rurale),wady almkhazn,وادي المخازن		MA	06	111	0611103112	9066	Africa/Casablanca
6545863	Oulad Yahya Louta	oulad-yahya-louta	Oulad Yahya Louta,Oulad Yahya Louta (CR),Oulad Yahya Louta (Commune Rurale),lla mymwnt,للا ميمونة		MA	06	111	0611103152	9642	Africa/Casablanca
6545864	Ziaida	ziaida	Ziaida,Ziaida (CR),Ziaida (Commune Rurale),سيدي علال التازي		MA	06	111	0611103192	14581	Africa/Casablanca
6545865	Ouzioua	ouzioua	Ouzioua,Ouzioua (CR),Ouzioua (Commune Rurale),awnayn,اوناين		MA	09	541	0454104372	7440	Africa/Casablanca
6545866	Tassoultante	tassoultante	Tassoultante,Tassoultante (CR),Tassoultante (Commune Rurale),alswyhlt,السويهلة		MA	07	351	0735105132	71172	Africa/Casablanca
6545867	Tachrafat	tachrafat	Tachrafat,Tachrafat (CR),Tachrafat (Commune Rurale),awlad kwawsh,أولاد كواوش		MA	05	311	0631103152	3417	Africa/Casablanca
6545868	Al-Fida	al-fida	Al-Fida,Al-Fida (AR),Al-Fida (Arrondissement),عين السبع (المقاطعة)		MA	06	141	0914101111	186748	Africa/Casablanca
6545869	Oulad Ben Hammadi	oulad-ben-hammadi	Oulad Ben Hammadi,Oulad Ben Hammadi (CR),Oulad Ben Hammadi (Commune Rurale),مساعدة		MA	04	281	0528105112	12100	Africa/Casablanca
6545870	Sfafaa	sfafaa	Sfafaa,Sfafaa (CR),Sfafaa (Commune Rurale),alkhnyshat,الخنيشات		MA	04	281	0528105152	18799	Africa/Casablanca
6545871	Sidi-Kacem	sidi-kacem	Sidi-Kacem,Sidi-Kacem (Commune Urbaine),Sidi-Kacem (MU),لمجاعرة		MA	04	481	0548101111	74036	Africa/Casablanca
6545872	Jerada	jerada	Jerada,Jerada (Commune Urbaine),Jerada (MU),bny mthr,بني مطهر		MA	02	275	0827501171	43870	Africa/Casablanca
6545873	Touissit	touissit	Touissit,Touissit (Commune Urbaine),Touissit (MU),twysyt,تويسيت		MA	02	275	0827501351	3429	Africa/Casablanca
6545874	Sidi Boulenouar	sidi-boulenouar	Sidi Boulenouar,Sidi Boulenouar (CR),Sidi Boulenouar (Commune Rurale),sydy hjaj wad hsar,سيدي حجاج واد حصار		MA	02	411	0841107172	3452	Africa/Casablanca
6545875	Zegzel	zegzel	Zegzel,Zegzel (CR),Zegzel (Commune Rurale),السعيدية (البلدية)		MA	02	113	0811305192	16137	Africa/Casablanca
6545876	El Aioun Sidi Mellou	el-aioun-sidi-mellou	El Aioun Sidi Mellou,El Aioun Sidi Mellou (Commune Urbaine),El Aioun Sidi Mellou (MU),mstfrky,مستفركي		MA	02	533	0853301151	34767	Africa/Casablanca
6545877	Tafingoult	tafingoult	Tafingoult,Tafingoult (CR),Tafingoult (Commune Rurale),سيدي واعزيز		MA	09	541	0454104492	6547	Africa/Casablanca
6545878	Belfaa	belfaa	Belfaa,Belfaa (CR),Belfaa (Commune Rurale),ayt mylk,أيت ميلك		MA	09	163	0416305112	22289	Africa/Casablanca
6545879	Massa	massa	Massa,Massa (CR),Massa (Commune Rurale),anshadn,انشادن		MA	09	163	0416305212	17579	Africa/Casablanca
6545880	Tisrasse	tisrasse	Tisrasse,Tisrasse (CR),Tisrasse (Commune Rurale),tynzrt,تينزرت		MA	09	541	0454104652	6666	Africa/Casablanca
6545882	Toughmart	toughmart	Toughmart,Toughmart (CR),Toughmart (Commune Rurale),tyzy ntast,تيزي نتاست		MA	09	541	0454104692	8484	Africa/Casablanca
6545883	Oued El Heimer	oued-el-heimer	Oued El Heimer,Oued El Heimer (AC),Oued El Heimer (Agglomeration Communale),مركز معازيز		MA	02	275	0827503213	1997	Africa/Casablanca
6545884	Tinzouline	tinzouline	Tinzouline,Tinzouline (CR),Tinzouline (Commune Rurale),trnatt,ترناتة		MA	08	587	0458709452	13462	Africa/Casablanca
6545885	Majjat	majjat	Majjat,Majjat (CR),Majjat (Commune Rurale),amndwnyt,امندونيت		MA	07	161	0716107112	13258	Africa/Casablanca
6545886	Bouzemmour	bouzemmour	Bouzemmour,Bouzemmour (CR),Bouzemmour (Commune Rurale),byz dad,بيز ضاض		MA	07	211	0721105132	5874	Africa/Casablanca
6545887	Ezzaouite	ezzaouite	Ezzaouite,Ezzaouite (CR),Ezzaouite (Commune Rurale),bwzmwr,بوزمور		MA	07	211	0721105152	6341	Africa/Casablanca
6545888	Oulad Sbih	oulad-sbih	Oulad Sbih,Oulad Sbih (CR),Oulad Sbih (Commune Rurale),awlad amsbl,أولاد امسبل		MA	07	191	0719103292	6131	Africa/Casablanca
6545889	Oulad Yaacoub	oulad-yaacoub	Oulad Yaacoub,Oulad Yaacoub (CR),Oulad Yaacoub (Commune Rurale),awlad asbyh,أولاد اصبيح		MA	07	191	0719103312	7143	Africa/Casablanca
6545890	Oulad Zarrad	oulad-zarrad	Oulad Zarrad,Oulad Zarrad (CR),Oulad Zarrad (Commune Rurale),أولاد يعقوب		MA	07	191	0719103332	12233	Africa/Casablanca
6545891	Sidi Moumen	sidi-moumen	Sidi Moumen,Sidi Moumen (AR),Sidi Moumen (Arrondissement),سيدي البرنوصي (المقاطعة)		MA	06	141	0914101531	288677	Africa/Casablanca
6545892	Sidi Bousber	sidi-bousber	Sidi Bousber,Sidi Bousber (CR),Sidi Bousber (Commune Rurale),sydy btash,سيدي بطاش		MA	04	481	0548107132	11260	Africa/Casablanca
6545893	Tnine Amellou	tnine-amellou	Tnine Amellou,Tnine Amellou (CR),Tnine Amellou (Commune Rurale),tznyt (albldyt),تزنيت (البلدية)		MA	09	473	0458105152	4490	Africa/Casablanca
6545894	Tsaft	tsaft	Tsaft,Tsaft (CR),Tsaft (Commune Rurale),tmsman,تمسمان		MA	02	167	0838109292	8158	Africa/Casablanca
6545895	Bni Drar	bni-drar	Bni Drar,Bni Drar (Commune Urbaine),Bni Drar (MU),atsaft,اتصافت		MA	02	411	0841101111	8919	Africa/Casablanca
6545896	Imi Mqourn	imi-mqourn	Imi Mqourn,Imi Mqourn (CR),Imi Mqourn (Commune Rurale),أيت عميرة		MA	09	163	0416307172	10748	Africa/Casablanca
6545897	Rass Oumlil	rass-oumlil	Rass Oumlil,Rass Oumlil (CR),Rass Oumlil (Commune Rurale),lqsaby takwst,لقصابي تاكوست		MA	10	261	0326105152	1356	Africa/Casablanca
6545898	Tighirt	tighirt	Tighirt,Tighirt (CR),Tighirt (Commune Rurale),sydy mbark,سيدي مبارك		MA	09	581	0458107172	7879	Africa/Casablanca
6545899	Taliouine Assaka	taliouine-assaka	Taliouine Assaka,Taliouine Assaka (CR),Taliouine Assaka (Commune Rurale),mrkz sydy altyby,مركز سيدي الطيبي		MA	10	261	0326105172	1020	Africa/Casablanca
6545900	Tlite	tlite	Tlite,Tlite (CR),Tlite (Commune Rurale),tysynt,تيسينت		MA	09	551	0355105112	5066	Africa/Casablanca
6545901	Lqliaa	lqliaa	Lqliaa,Lqliaa (CR),Lqliaa (Commune Rurale),anzkan (albldyt),انزكان (البلدية)		MA	09	273	0427305172	8212	Africa/Casablanca
6545902	Oulad Dahou	oulad-dahou	Oulad Dahou,Oulad Dahou (CR),Oulad Dahou (Commune Rurale),القليعة		MA	09	273	0427305192	14587	Africa/Casablanca
6545903	Temsia	temsia	Temsia,Temsia (CR),Temsia (Commune Rurale),awlad dhw,اولاد دحو		MA	09	273	0427305272	40780	Africa/Casablanca
6545904	Reggada	reggada	Reggada,Reggada (CR),Reggada (Commune Rurale),wyjan,ويجان		MA	09	581	0458111112	13284	Africa/Casablanca
6545905	Zagora	zagora	Zagora,Zagora (Commune Urbaine),Zagora (MU),akdz (albldyt),اكدز (البلدية)		MA	08	587	0458701131	34851	Africa/Casablanca
6545906	Ktaoua	ktaoua	Ktaoua,Ktaoua (CR),Ktaoua (Commune Rurale),fzwatt,فزواطة		MA	08	587	0458709192	11157	Africa/Casablanca
6545907	M Hamid El Ghizlane	m-hamid-el-ghizlane	M Hamid El Ghizlane,M Hamid El Ghizlane (CR),M Hamid El Ghizlane (Commune Rurale),ktawt,كتاوة		MA	08	587	0458709232	7764	Africa/Casablanca
6545908	Tahelouante	tahelouante	Tahelouante,Tahelouante (CR),Tahelouante (Commune Rurale),smymw,سميمو		MA	07	211	0721105432	4552	Africa/Casablanca
6545909	Takoucht	takoucht	Takoucht,Takoucht (CR),Takoucht (Commune Rurale),tahlwant,تاهلوانت		MA	07	211	0721105452	4312	Africa/Casablanca
6545910	Souihla	souihla	Souihla,Souihla (CR),Souihla (Commune Rurale),sydy alzwyn,سيدي الزوين		MA	07	351	0735105112	28164	Africa/Casablanca
6545912	Toudgha El Oulia	toudgha-el-oulia	Toudgha El Oulia,Toudgha El Oulia (CR),Toudgha El Oulia (Commune Rurale),tlmy,تلمي		MA	08	577	0440105312	5665	Africa/Casablanca
6545913	Zaouiat Sidi Ben Ham	zaouiat-sidi-ben-ham	Zaouiat Sidi Ben Ham,Zaouiat Sidi Ben Ham (CR),Zaouiat Sidi Ben Ham (Commune Rurale),alswalm,السوالم		MA	06	461	0646105352	10039	Africa/Casablanca
6545914	Oulad H'Riz Sahel	oulad-h-riz-sahel	Oulad H'Riz Sahel,Oulad H'Riz Sahel (AC),Oulad H'Riz Sahel (Agglomeration Communale),mrkz sydy rhal alshaty,مركز سيدي رحال الشاطئ		MA	06	117	0646105253	7149	Africa/Casablanca
6545915	Sidi Azzouz	sidi-azzouz	Sidi Azzouz,Sidi Azzouz (CR),Sidi Azzouz (Commune Rurale),bab tywka,باب تيوكا		MA	04	481	0548103172	14356	Africa/Casablanca
6545916	Sidi M Hamed Chelh	sidi-m-hamed-chelh	Sidi M Hamed Chelh,Sidi M Hamed Chelh (CR),Sidi M Hamed Chelh (Commune Rurale),byr altalb,بير الطالب		MA	04	481	0548103192	7382	Africa/Casablanca
6545917	Taoughilt	taoughilt	Taoughilt,Taoughilt (CR),Taoughilt (Commune Rurale),ashbanat,اشبانات		MA	04	481	0548103212	14764	Africa/Casablanca
6545918	Ras Asfour	ras-asfour	Ras Asfour,Ras Asfour (CR),Ras Asfour (Commune Rurale),عين الصفا		MA	02	275	0827503132	1694	Africa/Casablanca
6545919	Sidi Ali Belkassem	sidi-ali-belkassem	Sidi Ali Belkassem,Sidi Ali Belkassem (CR),Sidi Ali Belkassem (Commune Rurale),tyflt (albldyt),تيفلت (البلدية)		MA	02	533	0853303172	13349	Africa/Casablanca
6545920	Sidi Lahsen	sidi-lahsen	Sidi Lahsen,Sidi Lahsen (CR),Sidi Lahsen (Commune Rurale),ayt mymwn,أيت ميمون		MA	02	533	0853303192	9759	Africa/Casablanca
6545921	Ida Ougnidif	ida-ougnidif	Ida Ougnidif,Ida Ougnidif (CR),Ida Ougnidif (Commune Rurale),hlalt,هلالة		MA	09	163	0416303152	2149	Africa/Casablanca
6545922	Tizi Ntakoucht	tizi-ntakoucht	Tizi Ntakoucht,Tizi Ntakoucht (CR),Tizi Ntakoucht (Commune Rurale),tskdlt,تسكدلت		MA	09	163	0416303392	1368	Africa/Casablanca
6545923	Inchaden	inchaden	Inchaden,Inchaden (CR),Inchaden (Commune Rurale),بلفاع		MA	09	163	0416305192	28806	Africa/Casablanca
6545924	Sidi Ouassay	sidi-ouassay	Sidi Ouassay,Sidi Ouassay (CR),Sidi Ouassay (Commune Rurale),mast,ماسة		MA	09	163	0416305312	8526	Africa/Casablanca
6545925	Sidi Bibi	sidi-bibi	Sidi Bibi,Sidi Bibi (CR),Sidi Bibi (Commune Rurale),wad alsfa,واد الصفا		MA	09	163	0416307272	39042	Africa/Casablanca
6545926	Talgjount	talgjount	Talgjount,Talgjount (CR),Talgjount (Commune Rurale),tafnkwlt,تافنكولت		MA	09	541	0454104532	5816	Africa/Casablanca
6545927	Tigouga	tigouga	Tigouga,Tigouga (CR),Tigouga (Commune Rurale),talkjwnt,تالكجونت		MA	09	541	0454104592	4553	Africa/Casablanca
6545928	Tinzart	tinzart	Tinzart,Tinzart (CR),Tinzart (Commune Rurale),tykwkt,تيكوكة		MA	09	541	0454104612	5902	Africa/Casablanca
6545929	Tiout	tiout	Tiout,Tiout (CR),Tiout (Commune Rurale),tzmwrt,تزمورت		MA	09	541	0454109632	2920	Africa/Casablanca
6545930	Zaouia Sidi Tahar	zaouia-sidi-tahar	Zaouia Sidi Tahar,Zaouia Sidi Tahar (CR),Zaouia Sidi Tahar (Commune Rurale),tywt,تيوت		MA	09	541	0454109712	11677	Africa/Casablanca
6545931	Timoulay	timoulay	Timoulay,Timoulay (CR),Timoulay (Commune Rurale),tghjyjt,تغجيجت		MA	10	261	0326103132	5433	Africa/Casablanca
6545932	M Khalif	m-khalif	M Khalif,M Khalif (CR),M Khalif (Commune Rurale),amzylat,امزيلات		MA	07	211	0721103252	5463	Africa/Casablanca
6545934	Tiglit	tiglit	Tiglit,Tiglit (CR),Tiglit (Commune Rurale),tarka wsay,تاركا وساي		MA	10	261	0326105212	1196	Africa/Casablanca
6545935	Dcheira El Jihadia	dcheira-el-jihadia	Dcheira El Jihadia,Dcheira El Jihadia (Commune Urbaine),Dcheira El Jihadia (MU),ayt mlwl (albldyt),أيت ملول (البلدية)		MA	09	273	0427301131	87707	Africa/Casablanca
6545936	Inezgane	inezgane	Inezgane,Inezgane (Commune Urbaine),Inezgane (MU),aldshyrt aljhadyt (albldyt),الدشيرة الجهادية (البلدية)		MA	09	273	0427301151	111172	Africa/Casablanca
6545937	Tidli	tidli	Tidli,Tidli (CR),Tidli (Commune Rurale),tlwat,تلوات		MA	08	401	0440103172	14630	Africa/Casablanca
6545938	Mezguita	mezguita	Mezguita,Mezguita (CR),Mezguita (Commune Rurale),ayt wlal,أيت ولال		MA	08	587	0458703212	8234	Africa/Casablanca
6545939	Oulad Yahia Lagraire	oulad-yahia-lagraire	Oulad Yahia Lagraire,Oulad Yahia Lagraire (CR),Oulad Yahia Lagraire (Commune Rurale),anqwb,انقوب		MA	08	587	0458703272	12019	Africa/Casablanca
6545940	Tamezmoute	tamezmoute	Tamezmoute,Tamezmoute (CR),Tamezmoute (Commune Rurale),tghbalt,تغبالت		MA	08	587	0458703372	10462	Africa/Casablanca
6545941	Bni Zoli	bni-zoli	Bni Zoli,Bni Zoli (CR),Bni Zoli (Commune Rurale),ablydt,ابليدة		MA	08	587	0458709112	18399	Africa/Casablanca
6545942	Errouha	errouha	Errouha,Errouha (CR),Errouha (Commune Rurale),bwzrwal,بوزروال		MA	08	587	0458709152	9488	Africa/Casablanca
6545943	Fezouata	fezouata	Fezouata,Fezouata (CR),Fezouata (Commune Rurale),alrwha,الروحا		MA	08	587	0458709172	8281	Africa/Casablanca
6545944	Taftechna	taftechna	Taftechna,Taftechna (CR),Taftechna (Commune Rurale),amhamyd alghzlan,امحاميد الغزلان		MA	08	587	0458709292	5258	Africa/Casablanca
6545945	Tamegroute	tamegroute	Tamegroute,Tamegroute (CR),Tamegroute (Commune Rurale),takwnyt,تاكونيت		MA	08	587	0458709352	19531	Africa/Casablanca
6545946	Ternata	ternata	Ternata,Ternata (CR),Ternata (Commune Rurale),tamkrwt,تامكروت		MA	08	587	0458709432	14185	Africa/Casablanca
6545947	Lagdadra	lagdadra	Lagdadra,Lagdadra (CR),Lagdadra (Commune Rurale),krymat,كريمات		MA	07	211	0721103112	6825	Africa/Casablanca
6545948	Meskala	meskala	Meskala,Meskala (CR),Meskala (Commune Rurale),mjy,مجي		MA	07	211	0721103172	4330	Africa/Casablanca
6545949	Mouarid	mouarid	Mouarid,Mouarid (CR),Mouarid (Commune Rurale),mskalt,مسكالة		MA	07	211	0721103192	6161	Africa/Casablanca
6545950	Moulay Bouzarqtoune	moulay-bouzarqtoune	Moulay Bouzarqtoune,Moulay Bouzarqtoune (CR),Moulay Bouzarqtoune (Commune Rurale),almwaryd,المواريد		MA	07	211	0721103212	6069	Africa/Casablanca
6545951	M Ramer	m-ramer	M Ramer,M Ramer (CR),M Ramer (Commune Rurale),mwlay bwzrqtwn,مولاي بوزرقطون		MA	07	211	0721103272	7782	Africa/Casablanca
6545952	Oulad M Rabet	oulad-m-rabet	Oulad M Rabet,Oulad M Rabet (CR),Oulad M Rabet (Commune Rurale),amramr,امرامر		MA	07	211	0721103292	3878	Africa/Casablanca
6545953	Sidi Abdeljalil	sidi-abdeljalil	Sidi Abdeljalil,Sidi Abdeljalil (CR),Sidi Abdeljalil (Commune Rurale),awnaght,اوناغة		MA	07	211	0721103332	6618	Africa/Casablanca
6545954	Imider	imider	Imider,Imider (CR),Imider (Commune Rurale),ayt ywl,أيت يول		MA	08	577	0440105192	3887	Africa/Casablanca
6545955	M Semrir	m-semrir	M Semrir,M Semrir (CR),M Semrir (Commune Rurale),amydr,اميضر		MA	08	577	0440105212	8107	Africa/Casablanca
6545956	Ouaklim	ouaklim	Ouaklim,Ouaklim (CR),Ouaklim (Commune Rurale),amsmryr,امسمرير		MA	08	577	0440105232	8902	Africa/Casablanca
6545957	Taghzoute N Ait Atta	taghzoute-n-ait-atta	Taghzoute N Ait Atta,Taghzoute N Ait Atta (CR),Taghzoute N Ait Atta (Commune Rurale),waklym,واكليم		MA	08	577	0440105272	13636	Africa/Casablanca
6545958	Tilmi	tilmi	Tilmi,Tilmi (CR),Tilmi (Commune Rurale),تغزوت نايت عطى		MA	08	577	0440105292	10445	Africa/Casablanca
6545959	Toudgha Essoufla	toudgha-essoufla	Toudgha Essoufla,Toudgha Essoufla (CR),Toudgha Essoufla (Commune Rurale),تودغى العليا		MA	08	577	0440105332	12844	Africa/Casablanca
6545960	Oulad Abdoune	oulad-abdoune	Oulad Abdoune,Oulad Abdoune (CR),Oulad Abdoune (Commune Rurale),mfasys,مفاسيس		MA	05	311	0631105132	13574	Africa/Casablanca
6545961	Laattaouia  Ech-Chay	laattaouia-ech-chay	Laattaouia  Ech-Chay,Laattaouia  Ech-Chay (CR),Laattaouia  Ech-Chay (Commune Rurale),لعثامنة		MA	07	191	0719105162	3886	Africa/Casablanca
6545962	Ain-Chock	ain-chock	Ain-Chock,Ain-Chock (AR),Ain-Chock (Arrondissement),جليز (المقاطعة)		MA	06	141	0914101411	253496	Africa/Casablanca
6545963	Ain-Sebaa	ain-sebaa	Ain-Sebaa,Ain-Sebaa (AR),Ain-Sebaa (Arrondissement),عين الشق (المقاطعة)		MA	06	141	0914101211	148224	Africa/Casablanca
6545964	Assoukhour Assawda	assoukhour-assawda	Assoukhour Assawda,Assoukhour Assawda (AR),Assoukhour Assawda (Arrondissement),أنفا (المقاطعة)		MA	06	141	0914101231	103427	Africa/Casablanca
6545965	Hay-Hassani	hay-hassani	Hay-Hassani,Hay-Hassani (AR),Hay-Hassani (Arrondissement),ابن امسيك (المقاطعة)		MA	06	141	0914101311	323277	Africa/Casablanca
6545966	Hay Mohammadi	hay-mohammadi	Hay Mohammadi,Hay Mohammadi (AR),Hay Mohammadi (Arrondissement),الحي الحسني (المقاطعة)		MA	06	141	0914101251	156241	Africa/Casablanca
6545967	Mers-Sultan	mers-sultan	Mers-Sultan,Mers-Sultan (AR),Mers-Sultan (Arrondissement),المعاريف (المقاطعة)		MA	06	141	0914101131	145834	Africa/Casablanca
6545968	Moulay Rachid	moulay-rachid	Moulay Rachid,Moulay Rachid (AR),Moulay Rachid (Arrondissement),مرس السلطان (المقاطعة)		MA	06	141	0914101711	207081	Africa/Casablanca
6545969	Sbata	sbata	Sbata,Sbata (AR),Sbata (Arrondissement),مولاي رشيد (المقاطعة)		MA	06	141	0914101631	122827	Africa/Casablanca
6545970	Sidi Bernoussi	sidi-bernoussi	Sidi Bernoussi,Sidi Bernoussi (AR),Sidi Bernoussi (Arrondissement),سيدي بليوط (المقاطعة)		MA	06	371	0914101511	164875	Africa/Casablanca
6545971	Sidi Othmane	sidi-othmane	Sidi Othmane,Sidi Othmane (AR),Sidi Othmane (Arrondissement),سيدي مومن (المقاطعة)		MA	06	141	0914101731	176963	Africa/Casablanca
6545972	Oulad Fennane	oulad-fennane	Oulad Fennane,Oulad Fennane (CR),Oulad Fennane (Commune Rurale),lbkhatt,لبخاتة		MA	05	311	0631107172	7575	Africa/Casablanca
6545973	Oulad Ftata	oulad-ftata	Oulad Ftata,Oulad Ftata (CR),Oulad Ftata (Commune Rurale),رأس عصفور		MA	05	311	0631107192	2625	Africa/Casablanca
6545974	Oujda	oujda	Oujda,Oujda (Commune Urbaine),Oujda (MU),awlad amhmd,أولاد امحمد		MA	02	411	0841101231	398131	Africa/Casablanca
6545975	Mrija	mrija	Mrija,Mrija (CR),Mrija (Commune Rurale),mrkz zaydt,مركز زايدة		MA	02	275	0827505112	3359	Africa/Casablanca
6545976	Saidia	saidia	Saidia,Saidia (Commune Urbaine),Saidia (MU),brkan (albldyt),بركان (البلدية)		MA	02	113	0811301251	3338	Africa/Casablanca
6545977	Sidi Sliman Echchara	sidi-sliman-echchara	Sidi Sliman Echchara,Sidi Sliman Echchara (Commune Urbaine),Sidi Sliman Echchara (MU),zkzl,زكزل		MA	02	113	0811301291	22889	Africa/Casablanca
6545978	Madagh	madagh	Madagh,Madagh (CR),Madagh (Commune Rurale),العثامنة		MA	02	113	0811303112	14486	Africa/Casablanca
6545979	Rislane	rislane	Rislane,Rislane (CR),Rislane (Commune Rurale),shwyhyt,شويحية		MA	02	113	0811305132	4265	Africa/Casablanca
6545980	Sidi Bouhria	sidi-bouhria	Sidi Bouhria,Sidi Bouhria (CR),Sidi Bouhria (Commune Rurale),rslan,رسلان		MA	02	113	0811305152	4525	Africa/Casablanca
6545981	Tafoughalt	tafoughalt	Tafoughalt,Tafoughalt (CR),Tafoughalt (Commune Rurale),sydy bwhryt,سيدي بوهرية		MA	02	113	0811305172	2735	Africa/Casablanca
6545982	Talilit	talilit	Talilit,Talilit (CR),Talilit (Commune Rurale),tfrsyt,تفرسيت		MA	02	167	0838109232	6161	Africa/Casablanca
6545983	Taourirt	taourirt	Taourirt,Taourirt (Commune Urbaine),Taourirt (MU),العيون سيدي ملوك (البلدية)		MA	02	533	0853301331	79664	Africa/Casablanca
6545984	Melg El Ouidane	melg-el-ouidane	Melg El Ouidane,Melg El Ouidane (CR),Melg El Ouidane (Commune Rurale),ktytr,كطيطر		MA	02	533	0853309112	7699	Africa/Casablanca
6545985	Mechouar Casablanca	mechouar-casablanca	Mechouar Casablanca,Mechouar Casablanca (Commune Urbaine),Mechouar Casablanca (MU),مشوار الدار البيضاء (البلدية		MA	06	141	0914101811	3365	Africa/Casablanca
6545986	Elmariniyine	elmariniyine	Elmariniyine,Elmariniyine (AR),Elmariniyine (Arrondissement),almshwr  fas aljdyd (albldyt),المشور  فاس الجديد (البلدية)		MA	03	231	1423101111	189890	Africa/Casablanca
6545987	Mezraoua	mezraoua	Mezraoua,Mezraoua (CR),Mezraoua (Commune Rurale),واد الجمعة		MA	03	531	1553107152	8317	Africa/Casablanca
6545988	Zrizer	zrizer	Zrizer,Zrizer (CR),Zrizer (Commune Rurale),awlad dawd,أولاد داود		MA	03	531	1553107212	7922	Africa/Casablanca
6545990	Anemzi	anemzi	Anemzi,Anemzi (CR),Anemzi (Commune Rurale),ayt yhyy,أيت يحيى		MA	05	363	1330107132	4313	Africa/Casablanca
6545991	Tinejdad	tinejdad	Tinejdad,Tinejdad (Commune Urbaine),Tinejdad (MU),مولاي علي الشريف (البلدية)		MA	08	201	1320101151	7481	Africa/Casablanca
6545992	Mansoura	mansoura	Mansoura,Mansoura (CR),Mansoura (Commune Rurale),tamshashat,تامشاشاط		MA	01	151	1615103152	15820	Africa/Casablanca
6545993	Zinat	zinat	Zinat,Zinat (CR),Zinat (Commune Rurale),mrkz alskhynat,مركز السخينات		MA	01	571	1657105272	7669	Africa/Casablanca
6545995	Ras Laksar	ras-laksar	Ras Laksar,Ras Laksar (CR),Ras Laksar (Commune Rurale),bny fghlwm,بني فغلوم		MA	03	561	1556105132	10708	Africa/Casablanca
6545996	Ouaouzgane	ouaouzgane	Ouaouzgane,Ouaouzgane (CR),Ouaouzgane (Commune Rurale),lghdyr,لغدير		MA	01	151	1615103192	16772	Africa/Casablanca
6545997	Oued Malha	oued-malha	Oued Malha,Oued Malha (CR),Oued Malha (Commune Rurale),tanqwb,تانقوب		MA	01	151	1615103212	13639	Africa/Casablanca
6545998	Sidi Yahya Ou Yousse	sidi-yahya-ou-yousse	Sidi Yahya Ou Yousse,Sidi Yahya Ou Yousse (CR),Sidi Yahya Ou Yousse (Commune Rurale),anmzy,انمزي		MA	05	363	1330107212	2531	Africa/Casablanca
6545999	Itzer	itzer	Itzer,Itzer (CR),Itzer (Commune Rurale),mhayt,مهاية		MA	05	363	1330107172	4772	Africa/Casablanca
6546000	Serghina	serghina	Serghina,Serghina (CR),Serghina (Commune Rurale),مركز عين الشكاك		MA	03	131	1413103132	3746	Africa/Casablanca
6546001	Sidi M Hamed  Ben La	sidi-m-hamed-ben-la	Sidi M Hamed  Ben La,Sidi M Hamed  Ben La (CR),Sidi M Hamed  Ben La (Commune Rurale),wwzkan,ووزكان		MA	03	531	1553109232	18990	Africa/Casablanca
6546002	Laghdir	laghdir	Laghdir,Laghdir (CR),Laghdir (Commune Rurale),عين بيضاء		MA	01	151	1615105132	7284	Africa/Casablanca
6546003	Tazroute	tazroute	Tazroute,Tazroute (CR),Tazroute (Commune Rurale),mrtyl (albldyt),مرتيل (البلدية)		MA	01	331	1633105132	5974	Africa/Casablanca
6546004	Zaaroura	zaaroura	Zaaroura,Zaaroura (CR),Zaaroura (Commune Rurale),wad lw (albldyt),واد لو (البلدية)		MA	01	331	1633105152	10137	Africa/Casablanca
6546005	Oulad Ali Mansour	oulad-ali-mansour	Oulad Ali Mansour,Oulad Ali Mansour (CR),Oulad Ali Mansour (Commune Rurale),dar bny qrysh,دار بني قريش		MA	01	571	1657105192	5612	Africa/Casablanca
6546006	Zaitoune	zaitoune	Zaitoune,Zaitoune (CR),Zaitoune (Commune Rurale),alshtryyn,السحتريين		MA	01	571	1657105232	10481	Africa/Casablanca
6546007	Moulay Abdelkrim	moulay-abdelkrim	Moulay Abdelkrim,Moulay Abdelkrim (CR),Moulay Abdelkrim (Commune Rurale),bwshabl,بوشابل		MA	03	531	1553105132	7392	Africa/Casablanca
6546008	Zoumi	zoumi	Zoumi,Zoumi (CR),Zoumi (Commune Rurale),mqrysat,مقريصات		MA	01	151	1615109112	35889	Africa/Casablanca
6546009	Oulad Frej	oulad-frej	Oulad Frej,Oulad Frej (CR),Oulad Frej (Commune Rurale),أولاد سيدي علي بن يوسف		MA	06	181	1118109132	6660	Africa/Casablanca
6546010	Sebt Saiss	sebt-saiss	Sebt Saiss,Sebt Saiss (CR),Sebt Saiss (Commune Rurale),awlad frj,أولاد فرج		MA	06	181	1118109152	10488	Africa/Casablanca
6546011	Sihsaien Ben  Abderr	sihsaien-ben-abderr	Sihsaien Ben  Abderr,Sihsaien Ben  Abderr (CR),Sihsaien Ben  Abderr (Commune Rurale),sbt says,سبت سايس		MA	06	181	1118109172	6507	Africa/Casablanca
6546012	Sidi Smail	sidi-smail	Sidi Smail,Sidi Smail (CR),Sidi Smail (Commune Rurale),سي احساين بن عبد الرحمان		MA	06	181	1118109192	28733	Africa/Casablanca
6546013	Zaouiat Saiss	zaouiat-saiss	Zaouiat Saiss,Zaouiat Saiss (CR),Zaouiat Saiss (Commune Rurale),سيدي اسماعيل		MA	06	181	1118109212	11160	Africa/Casablanca
6546014	Lehri	lehri	Lehri,Lehri (CR),Lehri (Commune Rurale),أيت بن يعقوب		MA	05	301	1330105112	9085	Africa/Casablanca
6546015	Moulay Bouazza	moulay-bouazza	Moulay Bouazza,Moulay Bouazza (CR),Moulay Bouazza (Commune Rurale),aytzr,ايتزر		MA	05	301	1330105152	8490	Africa/Casablanca
6546016	Sebt Ait Rahou	sebt-ait-rahou	Sebt Ait Rahou,Sebt Ait Rahou (CR),Sebt Ait Rahou (Commune Rurale),tyzy nghshw,تيزي نغشو		MA	05	301	1330105192	9245	Africa/Casablanca
6546017	Tanourdi	tanourdi	Tanourdi,Tanourdi (CR),Tanourdi (Commune Rurale),wad aljdydt,واد الجديدة		MA	05	363	1330107232	2777	Africa/Casablanca
6546018	Zaida	zaida	Zaida,Zaida (CR),Zaida (Commune Rurale),mghasyyn,مغاصيين		MA	05	363	1330107292	4952	Africa/Casablanca
6546019	Zouada	zouada	Zouada,Zouada (CR),Zouada (Commune Rurale),almnzlt,المنزلة		MA	01	331	1633103172	23223	Africa/Casablanca
6546020	Sidi Allal El Bahrao	sidi-allal-el-bahrao	Sidi Allal El Bahrao,Sidi Allal El Bahrao (CR),Sidi Allal El Bahrao (Commune Rurale),سيدي علال البحراوي		MA	04	291	1029109172	5415	Africa/Casablanca
6546021	Jouamaa	jouamaa	Jouamaa,Jouamaa (CR),Jouamaa (Commune Rurale),anjrt,أنجرة		MA	01	227	1622703112	7711	Africa/Casablanca
6546022	Tounfite	tounfite	Tounfite,Tounfite (CR),Tounfite (Commune Rurale),sydy yhyy awywsf,سيدي يحيى اويوسف		MA	05	363	1330107272	5028	Africa/Casablanca
6546023	Lmechrek	lmechrek	Lmechrek,Lmechrek (CR),Lmechrek (Commune Rurale),لعطاطرة		MA	06	181	1118107232	14843	Africa/Casablanca
6546024	Metrane	metrane	Metrane,Metrane (CR),Metrane (Commune Rurale),almshrk,المشرك		MA	06	467	1118107252	11627	Africa/Casablanca
6546025	M Tal	m-tal	M Tal,M Tal (CR),M Tal (Commune Rurale),mtran,مطران		MA	06	467	1118107272	11879	Africa/Casablanca
6546026	Oulad Amrane	oulad-amrane	Oulad Amrane,Oulad Amrane (CR),Oulad Amrane (Commune Rurale),amtl,امطل		MA	06	467	1118107292	10423	Africa/Casablanca
6546027	Oulad Boussaken	oulad-boussaken	Oulad Boussaken,Oulad Boussaken (CR),Oulad Boussaken (Commune Rurale),أولاد عمران		MA	06	467	1118107312	7641	Africa/Casablanca
6546028	Oulad Si Bouhya	oulad-si-bouhya	Oulad Si Bouhya,Oulad Si Bouhya (CR),Oulad Si Bouhya (Commune Rurale),awlad bwsakn,أولاد بوساكن		MA	06	181	1118107332	18902	Africa/Casablanca
6546029	Tamda	tamda	Tamda,Tamda (CR),Tamda (Commune Rurale),awlad sy bwhyy,أولاد سي بوحيى		MA	06	467	1118107352	9701	Africa/Casablanca
6546030	Bni Leit	bni-leit	Bni Leit,Bni Leit (CR),Bni Leit (Commune Rurale),sydy bwbkr alhaj,سيدي بوبكر الحاج		MA	01	571	1657105132	5364	Africa/Casablanca
6546031	Bni Said	bni-said	Bni Said,Bni Said (CR),Bni Said (Commune Rurale),sydy mhmd lhmr,سيدي محمد لحمر		MA	01	571	1657105152	9103	Africa/Casablanca
6546032	Skoura M Daz	skoura-m-daz	Skoura M Daz,Skoura M Daz (CR),Skoura M Daz (Commune Rurale),mrkz zawyt bwkryn,مركز زاوية بوكرين		MA	03	131	1413103152	8713	Africa/Casablanca
6546033	Talzemt	talzemt	Talzemt,Talzemt (CR),Talzemt (Commune Rurale),عين البيضاء		MA	03	131	1413103172	3160	Africa/Casablanca
6546034	Zouagha	zouagha	Zouagha,Zouagha (AR),Zouagha (Arrondissement),سبع رواضي		MA	03	231	1423101131	163252	Africa/Casablanca
6546035	Oulad Mkoudou	oulad-mkoudou	Oulad Mkoudou,Oulad Mkoudou (CR),Oulad Mkoudou (Commune Rurale),العنوصر		MA	03	451	1445103132	6667	Africa/Casablanca
6546036	Ras Tabouda	ras-tabouda	Ras Tabouda,Ras Tabouda (CR),Ras Tabouda (Commune Rurale),sydy ywsf bn ahmd,سيدي يوسف بن أحمد		MA	03	451	1445103152	6516	Africa/Casablanca
6546037	Tabouda	tabouda	Tabouda,Tabouda (CR),Tabouda (Commune Rurale),tbwdt,تبودة		MA	03	531	1553103192	16618	Africa/Casablanca
6546038	Sahel Chamali	sahel-chamali	Sahel Chamali,Sahel Chamali (CR),Sahel Chamali (Commune Rurale),sdynt,صدينة		MA	01	511	1651103112	5358	Africa/Casablanca
6546039	Traiba	traiba	Traiba,Traiba (CR),Traiba (Commune Rurale),tynast,تيناست		MA	03	561	1556111152	6672	Africa/Casablanca
6546040	Boukraa	boukraa	Boukraa,Boukraa (CR),Boukraa (Commune Rurale),abw kraʿ,abwkraʿ,bw kraʿ,bwkraʿ,trfayt (albldyt),أبو كراع,أبوكراع,بو كراع,بوكراع,طرفاية (البلدية)		MA	11	321	0232103012	2519	Africa/Casablanca
6546041	Ghassate	ghassate	Ghassate,Ghassate (CR),Ghassate (Commune Rurale),swq alkhmys dads,سوق الخميس دادس		MA	08	401	0440107012	8448	Africa/Casablanca
6546042	Ait Youl	ait-youl	Ait Youl,Ait Youl (CR),Ait Youl (Commune Rurale),ayt sdrat aljbl alsfly,أيت سدرات الجبل السفلى		MA	08	577	0440105132	4466	Africa/Casablanca
6546043	Moulay Aissa Ben Dri	moulay-aissa-ben-dri	Moulay Aissa Ben Dri,Moulay Aissa Ben Dri (CR),Moulay Aissa Ben Dri (Commune Rurale),فم الجمعة		MA	05	081	1208105112	12621	Africa/Casablanca
6546044	Imilchil	imilchil	Imilchil,Imilchil (CR),Imilchil (Commune Rurale),bwazmw,بوازمو		MA	08	363	1320115072	8222	Africa/Casablanca
6546045	M Haya	m-haya	M Haya,M Haya (CR),M Haya (Commune Rurale),ayt bazt,أيت بازة		MA	03	061	1306105052	17156	Africa/Casablanca
6546046	Moqrisset	moqrisset	Moqrisset,Moqrisset (CR),Moqrisset (Commune Rurale),قلعة بوقرة		MA	01	151	1615109092	9184	Africa/Casablanca
6546047	Ibdar	ibdar	Ibdar,Ibdar (CR),Ibdar (Commune Rurale),bwtrwsh,بوطروش		MA	09	581	0458107072	5179	Africa/Casablanca
6546048	Tassrirt	tassrirt	Tassrirt,Tassrirt (CR),Tassrirt (Commune Rurale),tarswat,تارسوات		MA	09	581	0458109112	1554	Africa/Casablanca
6546049	Arbaa Rasmouka	arbaa-rasmouka	Arbaa Rasmouka,Arbaa Rasmouka (CR),Arbaa Rasmouka (Commune Rurale),tasryrt,تاسريرت		MA	09	581	0458111012	7480	Africa/Casablanca
6546050	Ait Malek	ait-malek	Ait Malek,Ait Malek (CR),Ait Malek (Commune Rurale),tsltant,تسلطانت		MA	04	291	1029109072	4396	Africa/Casablanca
6546051	H Ssyia	h-ssyia	H Ssyia,H Ssyia (CR),H Ssyia (Commune Rurale),aghbalt,اغبالة		MA	08	201	1320103112	11237	Africa/Casablanca
6546052	Dir El Ksiba	dir-el-ksiba	Dir El Ksiba,Dir El Ksiba (CR),Dir El Ksiba (Commune Rurale),bwtfrdt,بوتفردة		MA	05	091	1209107072	19089	Africa/Casablanca
6546053	Bradia	bradia	Bradia,Bradia (CR),Bradia (Commune Rurale),bny wkyl,بني وكيل		MA	05	091	1209109072	29743	Africa/Casablanca
6546054	En-Nzala	en-nzala	En-Nzala,En-Nzala (CR),En-Nzala (Commune Rurale),وادي النعام		MA	08	363	1320109012	5186	Africa/Casablanca
6546055	Guers Tiaallaline	guers-tiaallaline	Guers Tiaallaline,Guers Tiaallaline (CR),Guers Tiaallaline (Commune Rurale),kramt,كرامة		MA	08	201	1320109052	11916	Africa/Casablanca
6546056	Er-Rissani	er-rissani	Er-Rissani,Er-Rissani (CR),Er-Rissani (Commune Rurale),bny amhmd sjlmast,بني امحمد سجلماسة		MA	08	201	1320111032	5575	Africa/Casablanca
6546057	Melaab	melaab	Melaab,Melaab (CR),Melaab (Commune Rurale),aghrys alsfly,اغريس السفلي		MA	08	201	1320113112	17360	Africa/Casablanca
6546058	Aghbalou Aqorar	aghbalou-aqorar	Aghbalou Aqorar,Aghbalou Aqorar (CR),Aghbalou Aqorar (Commune Rurale),tawnat (albldyt),تاونات (البلدية)		MA	03	451	1445107012	15835	Africa/Casablanca
6546059	Arekmane	arekmane	Arekmane,Arekmane (CR),Arekmane (Commune Rurale),albrkanyyn,البركانيين		MA	02	381	0838107052	18490	Africa/Casablanca
6546060	Oulad Daoud Zkhanine	oulad-daoud-zkhanine	Oulad Daoud Zkhanine,Oulad Daoud Zkhanine (CR),Oulad Daoud Zkhanine (Commune Rurale),hasy brkan,حاسي بركان		MA	02	381	0838107112	3940	Africa/Casablanca
6546061	Oulad Settout	oulad-settout	Oulad Settout,Oulad Settout (CR),Oulad Settout (Commune Rurale),awlad dawwd azkhanyn,أولاد داوود ازخانين		MA	02	381	0838107132	21728	Africa/Casablanca
6546062	Sidi Hsaine	sidi-hsaine	Sidi Hsaine,Sidi Hsaine (CR),Sidi Hsaine (Commune Rurale),aykydy,ايكيدي		MA	09	541	0454107152	7418	Africa/Casablanca
6546063	Taouyalte	taouyalte	Taouyalte,Taouyalte (CR),Taouyalte (Commune Rurale),sydy ahsayn,سيدي احساين		MA	09	541	0454107172	7465	Africa/Casablanca
6546064	Tassousfi	tassousfi	Tassousfi,Tassousfi (CR),Tassousfi (Commune Rurale),tawyalt,تاويالت		MA	09	541	0454107192	6724	Africa/Casablanca
6546065	Zagmouzen	zagmouzen	Zagmouzen,Zagmouzen (CR),Zagmouzen (Commune Rurale),twbqal,توبقال		MA	09	541	0454107252	8221	Africa/Casablanca
6546066	Laqsir	laqsir	Laqsir,Laqsir (CR),Laqsir (Commune Rurale),ras awmlyl,رأس اومليل		MA	03	171	1317105072	32028	Africa/Casablanca
6546067	Sidi Boubker	sidi-boubker	Sidi Boubker,Sidi Boubker (CR),Sidi Boubker (Commune Rurale),رأس عين الرحامنة		MA	07	191	0719109152	6398	Africa/Casablanca
6546068	Anougal	anougal	Anougal,Anougal (CR),Anougal (Commune Rurale),amzmyz,امزميز		MA	07	041	0704105052	4353	Africa/Casablanca
6546069	Azgour	azgour	Azgour,Azgour (CR),Azgour (Commune Rurale),anwkal,انوكال		MA	07	041	0704105072	6865	Africa/Casablanca
6546070	Lalla Takarkoust	lalla-takarkoust	Lalla Takarkoust,Lalla Takarkoust (CR),Lalla Takarkoust (Commune Rurale),دار جمعة		MA	07	041	0704105112	7311	Africa/Casablanca
6546071	Sidi Badhaj	sidi-badhaj	Sidi Badhaj,Sidi Badhaj (CR),Sidi Badhaj (Commune Rurale),أولاد امطاع		MA	07	041	0704105172	5394	Africa/Casablanca
6546072	Aghbar	aghbar	Aghbar,Aghbar (CR),Aghbar (Commune Rurale),tyzkyn,تيزكين		MA	07	041	0704107012	5182	Africa/Casablanca
6546073	Oulad Boubker	oulad-boubker	Oulad Boubker,Oulad Boubker (CR),Oulad Boubker (Commune Rurale),aldrywsh,الدريوش		MA	02	167	0838103112	5765	Africa/Casablanca
6546074	Bni Bouifrour	bni-bouifrour	Bni Bouifrour,Bni Bouifrour (CR),Bni Bouifrour (Commune Rurale),tzaghyn,تزاغين		MA	02	381	0838105012	6418	Africa/Casablanca
6546075	Bni Chiker	bni-chiker	Bni Chiker,Bni Chiker (CR),Bni Chiker (Commune Rurale),bny bwyfrwr,بني بويفرور		MA	02	381	0838105032	26884	Africa/Casablanca
6546076	Boudinar	boudinar	Boudinar,Boudinar (CR),Boudinar (Commune Rurale),bny mrghnyn,بني مرغنين		MA	02	167	0838109072	10504	Africa/Casablanca
6546077	Iferni	iferni	Iferni,Iferni (CR),Iferni (Commune Rurale),afrny,إفرني		MA	02	167	0838109092	7527	Africa/Casablanca
6546078	Ida Ou Gailal	ida-ou-gailal	Ida Ou Gailal,Ida Ou Gailal (CR),Ida Ou Gailal (Commune Rurale),alfyd,الفيض		MA	09	541	0454104172	6436	Africa/Casablanca
6546079	Ifrane	ifrane	Ifrane,Ifrane (Commune Urbaine),Ifrane (MU),azrw (albldyt),ازرو (البلدية)		MA	03	271	1327101031	12104	Africa/Casablanca
6546080	Bni Yagrine	bni-yagrine	Bni Yagrine,Bni Yagrine (CR),Bni Yagrine (Commune Rurale),عين نزاغ		MA	06	461	0646109032	13031	Africa/Casablanca
6546081	Guisser	guisser	Guisser,Guisser (CR),Guisser (Commune Rurale),kdant,كدانة		MA	06	461	0646109072	12289	Africa/Casablanca
6546082	Lahouaza	lahouaza	Lahouaza,Lahouaza (CR),Lahouaza (Commune Rurale),akhmysat alshawyt,اخميسات الشاوية		MA	06	461	0646109112	7394	Africa/Casablanca
6546083	Oulad Aafif	oulad-aafif	Oulad Aafif,Oulad Aafif (CR),Oulad Aafif (Commune Rurale),amzwrt,امزورة		MA	06	461	0646109172	7170	Africa/Casablanca
6546084	Oulad Said	oulad-said	Oulad Said,Oulad Said (CR),Oulad Said (Commune Rurale),أولاد عفيف		MA	06	461	0646109192	7324	Africa/Casablanca
6546085	Oulad Sghir	oulad-sghir	Oulad Sghir,Oulad Sghir (CR),Oulad Sghir (Commune Rurale),اولاد سعيد		MA	06	461	0646109212	13866	Africa/Casablanca
6546086	Safi	safi	Safi,Safi (Commune Urbaine),Safi (MU),جمعة سحيم (البلدية)		MA	07	431	1143101031	282227	Africa/Casablanca
6546087	Youssoufia	youssoufia	Youssoufia,Youssoufia (Commune Urbaine),Youssoufia (MU),sbt kzwlt (albldyt),سبت كزولة (البلدية)		MA	07	585	1143101131	64391	Africa/Casablanca
6546088	Labkhati	labkhati	Labkhati,Labkhati (CR),Labkhati (Commune Rurale),الكرعاني		MA	07	431	1143103052	14279	Africa/Casablanca
6546091	Tilemzoun	tilemzoun	Tilemzoun,Tilemzoun (CR),Tilemzoun (Commune Rurale),amsyd,امسيد		MA	10	521	0352103032	771	Africa/Casablanca
6546092	Dayat Aoua	dayat-aoua	Dayat Aoua,Dayat Aoua (CR),Dayat Aoua (Commune Rurale),سيدي حساين أو علي		MA	03	271	1327181012	9854	Africa/Casablanca
6546093	Ouaoumana	ouaoumana	Ouaoumana,Ouaoumana (CR),Ouaoumana (Commune Rurale),krwshn,كروشن		MA	05	301	1330103092	8849	Africa/Casablanca
6546094	Moulay Driss Zerhoun	moulay-driss-zerhoun	Moulay Driss Zerhoun,Moulay Driss Zerhoun (Commune Urbaine),Moulay Driss Zerhoun (MU),mknas (albldyt),مكناس (البلدية)		MA	03	061	1306101091	12580	Africa/Casablanca
6546095	Ain Jemaa	ain-jemaa	Ain Jemaa,Ain Jemaa (CR),Ain Jemaa (Commune Rurale),twlal (albldyt),تولال (البلدية)		MA	03	061	1306103012	8732	Africa/Casablanca
6546096	Ouijjane	ouijjane	Ouijjane,Ouijjane (CR),Ouijjane (Commune Rurale),المعدر الكبير		MA	09	581	0458111092	4938	Africa/Casablanca
6546097	Afalla Issen	afalla-issen	Afalla Issen,Afalla Issen (CR),Afalla Issen (Commune Rurale),sydy amhmd dlyl,سيدي امحمد دليل		MA	07	161	0716105012	7961	Africa/Casablanca
6546098	Ain Tazitounte	ain-tazitounte	Ain Tazitounte,Ain Tazitounte (CR),Ain Tazitounte (Commune Rurale),afla ysn,افلا يسن		MA	07	161	0716105032	5509	Africa/Casablanca
6546099	Ait Haddou Youssef	ait-haddou-youssef	Ait Haddou Youssef,Ait Haddou Youssef (CR),Ait Haddou Youssef (Commune Rurale),عين تزيتونت		MA	07	161	0716105052	6263	Africa/Casablanca
6546100	Irohalen	irohalen	Irohalen,Irohalen (CR),Irohalen (Commune Rurale),ayt hdw ywsf,أيت حدو يوسف		MA	07	161	0716105072	5854	Africa/Casablanca
6546101	Lalla Aaziza	lalla-aaziza	Lalla Aaziza,Lalla Aaziza (CR),Lalla Aaziza (Commune Rurale),arhaln,ارحالن		MA	07	161	0716105092	8448	Africa/Casablanca
6546102	Imgrade	imgrade	Imgrade,Imgrade (CR),Imgrade (Commune Rurale),ayda wkazw,ايدا وكازو		MA	07	211	0721105232	6486	Africa/Casablanca
6546103	Imi N Tlit	imi-n-tlit	Imi N Tlit,Imi N Tlit (CR),Imi N Tlit (Commune Rurale),amkrad,امكراد		MA	07	211	0721105252	8201	Africa/Casablanca
6546104	Sidi Ahmed Essayeh	sidi-ahmed-essayeh	Sidi Ahmed Essayeh,Sidi Ahmed Essayeh (CR),Sidi Ahmed Essayeh (Commune Rurale),aymy ntlyt,ايمي نتليت		MA	07	211	0721105272	6198	Africa/Casablanca
6546105	Sidi El Jazouli	sidi-el-jazouli	Sidi El Jazouli,Sidi El Jazouli (CR),Sidi El Jazouli (Commune Rurale),sydy ahmd alsayh,سيدي أحمد السايح		MA	07	211	0721105292	7360	Africa/Casablanca
6546107	Ait Sedrate Jbel  El	ait-sedrate-jbel-el	Ait Sedrate Jbel  El,Ait Sedrate Jbel  El (CR),Ait Sedrate Jbel  El (Commune Rurale),أيت سدرات الجبل العليا		MA	08	577	0440105072	4471	Africa/Casablanca
6546108	Ben Ahmed	ben-ahmed	Ben Ahmed,Ben Ahmed (Commune Urbaine),Ben Ahmed (MU),لمعادنة		MA	06	461	0646101011	21360	Africa/Casablanca
6546109	Settat City	settat-city	Settat,Settat (Commune Urbaine),Settat (MU),awlad amrah (albldyt),اولاد امراح (البلدية)		MA	06	461	0646101151	116548	Africa/Casablanca
6546110	Ain Dorbane	ain-dorbane	Ain Dorbane,Ain Dorbane (CR),Ain Dorbane (Commune Rurale),stat (albldyt),سطات (البلدية)		MA	06	461	0646103012	12548	Africa/Casablanca
6546111	Bouguargouh	bouguargouh	Bouguargouh,Bouguargouh (CR),Bouguargouh (Commune Rurale),عين الضربان		MA	06	461	0646103032	9539	Africa/Casablanca
6546112	Lakhzazra	lakhzazra	Lakhzazra,Lakhzazra (CR),Lakhzazra (Commune Rurale),lhlaf  mzab,لحلاف  مزاب		MA	06	461	0646103072	8582	Africa/Casablanca
6546113	Mniaa	mniaa	Mniaa,Mniaa (CR),Mniaa (Commune Rurale),lkhzazrt,لخزازرة		MA	06	461	0646103092	11789	Africa/Casablanca
6546114	M Garto	m-garto	M Garto,M Garto (CR),M Garto (Commune Rurale),amryzyk,امريزيك		MA	06	461	0646103132	8780	Africa/Casablanca
6546115	Lbir Jdid	lbir-jdid	Lbir Jdid,Lbir Jdid (Commune Urbaine),Lbir Jdid (MU),aljdydt (albldyt),الجديدة (البلدية)		MA	06	181	1118101051	15267	Africa/Casablanca
6546116	Chtouka	chtouka	Chtouka,Chtouka (CR),Chtouka (Commune Rurale),zmamrt (albldyt),زمامرة (البلدية)		MA	06	181	1118103012	33170	Africa/Casablanca
6546117	Sidi Jaber	sidi-jaber	Sidi Jaber,Sidi Jaber (CR),Sidi Jaber (Commune Rurale),أولاد ايعيش		MA	05	091	1209103092	13985	Africa/Casablanca
6546118	Sidi Hammadi	sidi-hammadi	Sidi Hammadi,Sidi Hammadi (CR),Sidi Hammadi (Commune Rurale),سيدي عيسى بن علي		MA	05	091	1209105132	14535	Africa/Casablanca
6546119	Krifate	krifate	Krifate,Krifate (CR),Krifate (Commune Rurale),اهل مربع		MA	05	255	1209109112	34064	Africa/Casablanca
6546120	Jorf	jorf	Jorf,Jorf (Commune Urbaine),Jorf (MU),klmymt (albldyt),كلميمة (البلدية)		MA	08	201	1320101111	12135	Africa/Casablanca
6546121	Chorfa M Daghra	chorfa-m-daghra	Chorfa M Daghra,Chorfa M Daghra (CR),Chorfa M Daghra (Commune Rurale),awfws,اوفوس		MA	08	201	1320107032	13803	Africa/Casablanca
6546122	Ouaouizaght	ouaouizaght	Ouaouizaght,Ouaouizaght (AC),Ouaouizaght (Agglomeration Communale),mrkz bzw,مركز بزو		MA	05	081	1208109153	8940	Africa/Casablanca
6546124	Bouznika	bouznika	Bouznika,Bouznika (Commune Urbaine),Bouznika (MU),عرباوة		MA	06	111	0611101031	27028	Africa/Casablanca
6546125	Oued El Makhazine	oued-el-makhazine	Oued El Makhazine,Oued El Makhazine (CR),Oued El Makhazine (Commune Rurale),سيدي احمد بنعيسى		MA	04	281	0528107072	7266	Africa/Casablanca
6546126	Lalla Mimouna	lalla-mimouna	Lalla Mimouna,Lalla Mimouna (CR),Lalla Mimouna (Commune Rurale),سيدي اعمر الحاضي		MA	04	281	0528109052	29479	Africa/Casablanca
6546127	Ouezzane	ouezzane	Ouezzane,Ouezzane (Commune Urbaine),Ouezzane (MU),bny qlt,بني قلة		MA	01	405	0548101091	57367	Africa/Casablanca
6546128	Zghira	zghira	Zghira,Zghira (CR),Zghira (Commune Rurale),bwkhrys,بوخريص		MA	04	405	0548107192	16070	Africa/Casablanca
6546129	Bir Taleb	bir-taleb	Bir Taleb,Bir Taleb (CR),Bir Taleb (Commune Rurale),alrwashd,الرواشد		MA	04	481	0548109032	11370	Africa/Casablanca
6546130	Khemisset	khemisset	Khemisset,Khemisset (Commune Urbaine),Khemisset (MU),سيدي علال المصدر		MA	04	291	1029101011	104769	Africa/Casablanca
6546131	Ait Mimoune	ait-mimoune	Ait Mimoune,Ait Mimoune (CR),Ait Mimoune (Commune Rurale),ayt  yykw,أيت  ئيكو		MA	04	291	1029103012	8486	Africa/Casablanca
6546132	Elganzra	elganzra	Elganzra,Elganzra (CR),Elganzra (Commune Rurale),awlmas,اولماس		MA	04	291	1029103092	13404	Africa/Casablanca
6546133	Sfassif	sfassif	Sfassif,Sfassif (CR),Sfassif (Commune Rurale),عين السبيت		MA	04	291	1029103132	7685	Africa/Casablanca
6546134	Laghoualem	laghoualem	Laghoualem,Laghoualem (CR),Laghoualem (Commune Rurale),bw qnadl,بو قنادل		MA	04	291	1029107112	12219	Africa/Casablanca
6546135	Marchouch	marchouch	Marchouch,Marchouch (CR),Marchouch (Commune Rurale),عين العودة (البلدية)		MA	04	291	1029107132	11724	Africa/Casablanca
6546136	Moulay Driss Aghbal	moulay-driss-aghbal	Moulay Driss Aghbal,Moulay Driss Aghbal (CR),Moulay Driss Aghbal (Commune Rurale),alhrhwrt (albldyt),الهرهورة (البلدية)		MA	04	291	1029107152	5043	Africa/Casablanca
6546137	Ain Johra	ain-johra	Ain Johra,Ain Johra (CR),Ain Johra (Commune Rurale),alskhyrat (albldyt),الصخيرات (البلدية)		MA	04	291	1029109012	10148	Africa/Casablanca
6546138	Harhoura	harhoura	Harhoura,Harhoura (Commune Urbaine),Harhoura (MU),bwyblan,بويبلان		MA	04	501	1050101031	9241	Africa/Casablanca
6546139	Tazarine	tazarine	Tazarine,Tazarine (CR),Tazarine (Commune Rurale),aywnan,أيونان		MA	03	561	1556109112	2623	Africa/Casablanca
6546140	Zrarda	zrarda	Zrarda,Zrarda (CR),Zrarda (Commune Rurale),almnswrt,المنصورة		MA	03	561	1556109132	9249	Africa/Casablanca
6546141	Amtar	amtar	Amtar,Amtar (CR),Amtar (Commune Rurale),akwray (albldyt),اكوراي (البلدية)		MA	01	151	1615103012	10038	Africa/Casablanca
6546142	Bab Berred	bab-berred	Bab Berred,Bab Berred (CR),Bab Berred (Commune Rurale),عين تاوجطات (البلدية)		MA	01	151	1615103032	25872	Africa/Casablanca
6546143	Bni Ahmed Gharbia	bni-ahmed-gharbia	Bni Ahmed Gharbia,Bni Ahmed Gharbia (CR),Bni Ahmed Gharbia (Commune Rurale),alhajb (albldyt),الحاجب (البلدية)		MA	01	151	1615103072	12978	Africa/Casablanca
6546144	Al Machouar-Stinia	al-machouar-stinia	Al Machouar-Stinia,Al Machouar-Stinia (Commune Urbaine),Al Machouar-Stinia (MU),نزالة بني عمار		MA	03	061	1306101031	5387	Africa/Casablanca
6546145	Sidi Sliman Mol Kifa	sidi-sliman-mol-kifa	Sidi Sliman Mol Kifa,Sidi Sliman Mol Kifa (CR),Sidi Sliman Mol Kifa (Commune Rurale),almys mrmwsht,الميس مرموشة		MA	03	061	1306105092	10774	Africa/Casablanca
6546147	Ain Timguenai	ain-timguenai	Ain Timguenai,Ain Timguenai (CR),Ain Timguenai (Commune Rurale),أيت السبع لجرف		MA	03	451	1445103032	6519	Africa/Casablanca
6546148	Ghafsai	ghafsai	Ghafsai,Ghafsai (Commune Urbaine),Ghafsai (MU),alrtbt,الرتبة		MA	03	531	1553101011	5492	Africa/Casablanca
6546149	Kissane	kissane	Kissane,Kissane (CR),Kissane (Commune Rurale),bny snws,بني سنوس		MA	03	531	1553103052	13390	Africa/Casablanca
6546150	Oudka	oudka	Oudka,Oudka (CR),Oudka (Commune Rurale),mzrawt,مزراوة		MA	03	531	1553103072	8494	Africa/Casablanca
6546151	Ourtzagh	ourtzagh	Ourtzagh,Ourtzagh (CR),Ourtzagh (Commune Rurale),arghywt,ارغيوة		MA	03	531	1553103092	15216	Africa/Casablanca
6546152	Ratba	ratba	Ratba,Ratba (CR),Ratba (Commune Rurale),alzryzr,الزريزر		MA	03	531	1553103112	16825	Africa/Casablanca
6546153	Ras El Oued	ras-el-oued	Ras El Oued,Ras El Oued (CR),Ras El Oued (Commune Rurale),ayt sghrwshn,أيت سغروشن		MA	03	531	1553109212	15778	Africa/Casablanca
6546154	Assebbab	assebbab	Assebbab,Assebbab (CR),Assebbab (Commune Rurale),tmrwt,تمروت		MA	03	265	1556105012	6721	Africa/Casablanca
6546155	Lamrija	lamrija	Lamrija,Lamrija (CR),Lamrija (Commune Rurale),bny drkwl,بني دركول		MA	03	265	1556105072	13801	Africa/Casablanca
6546156	Bouchfaa	bouchfaa	Bouchfaa,Bouchfaa (CR),Bouchfaa (Commune Rurale),bny salh,بني صالح		MA	03	561	1556107032	10724	Africa/Casablanca
6546157	Bouhlou	bouhlou	Bouhlou,Bouhlou (CR),Bouhlou (Commune Rurale),aldrdart,الدردارة		MA	03	561	1556107052	8748	Africa/Casablanca
6546158	Bab Taza	bab-taza	Bab Taza,Bab Taza (CR),Bab Taza (Commune Rurale),bny mnswr,بني منصور		MA	01	151	1615105012	28713	Africa/Casablanca
6546159	Derdara	derdara	Derdara,Derdara (CR),Derdara (Commune Rurale),tasyft,تاسيفت		MA	01	151	1615105092	11547	Africa/Casablanca
6546160	Tanaqoub	tanaqoub	Tanaqoub,Tanaqoub (CR),Tanaqoub (Commune Rurale),asjn,اسجن		MA	01	151	1615105152	7219	Africa/Casablanca
6546162	Aklim	aklim	Aklim,Aklim (Commune Urbaine),Aklim (MU),عين الركادة (البلدية)		MA	02	113	0811301071	8969	Africa/Casablanca
6546163	Dar El Kebdani	dar-el-kebdani	Dar El Kebdani,Dar El Kebdani (CR),Dar El Kebdani (Commune Rurale),amjaw,امجاو		MA	02	167	0838103072	7684	Africa/Casablanca
6546164	Driouch	driouch	Driouch,Driouch (CR),Driouch (Commune Rurale),dar alkbdany,دار الكبداني		MA	02	167	0838103092	18164	Africa/Casablanca
6546165	Mlilia	mlilia	Mlilia,Mlilia (TO),frkhant,فرخانة		MA		000	1e+010	0	Africa/Casablanca
6546166	Brarha	brarha	Brarha,Brarha (CR),Brarha (Commune Rurale),bny afth,بني افتح		MA	03	561	1556111032	7429	Africa/Casablanca
6546167	Elgouzate	elgouzate	Elgouzate,Elgouzate (CR),Elgouzate (Commune Rurale),brarht,برارحة		MA	03	561	1556111052	7710	Africa/Casablanca
6546168	Kaf El Ghar	kaf-el-ghar	Kaf El Ghar,Kaf El Ghar (CR),Kaf El Ghar (Commune Rurale),alkwzat,الكوزات		MA	03	561	1556111072	8104	Africa/Casablanca
6546169	Msila	msila	Msila,Msila (CR),Msila (Commune Rurale),kaf alghar,كاف الغار		MA	03	561	1556111092	8356	Africa/Casablanca
6546170	Al Hoceima	al-hoceima	Al Hoceima,Al Hoceima (Commune Urbaine),Al Hoceima (MU),Al Hoceïma,alhsymt (albldyt),الحسيمة (البلدية)		MA	01	051	1505101011	54333	Africa/Casablanca
6546171	Bni Abdallah	bni-abdallah	Bni Abdallah,Bni Abdallah (CR),Bni Abdallah (Commune Rurale),بني عبد الله		MA	01	051	1505105072	5983	Africa/Casablanca
6546172	Imrabten	imrabten	Imrabten,Imrabten (CR),Imrabten (Commune Rurale),amrabtn,امرابطن		MA	01	051	1505105132	8715	Africa/Casablanca
6546173	Bni Ahmed Imoukzan	bni-ahmed-imoukzan	Bni Ahmed Imoukzan,Bni Ahmed Imoukzan (CR),Bni Ahmed Imoukzan (Commune Rurale),bny ahmd amwkzan,بني أحمد اموكزان		MA	01	051	1505107032	9086	Africa/Casablanca
6546174	Ketama	ketama	Ketama,Ketama (CR),Ketama (Commune Rurale),ktamt,كتامة		MA	01	051	1505107152	17351	Africa/Casablanca
6546175	Ajdir	ajdir	Ajdir,Ajdir (CR),Ajdir (Commune Rurale),ajdyr,اجدير		MA	03	561	1556103012	10214	Africa/Casablanca
6546176	Sidi Ali Bourakba	sidi-ali-bourakba	Sidi Ali Bourakba,Sidi Ali Bourakba (CR),Sidi Ali Bourakba (Commune Rurale),سيدي علي بورقبة		MA	03	561	1556103092	8083	Africa/Casablanca
6546177	Ain Attig	ain-attig	Ain Attig,Ain Attig (CR),Ain Attig (Commune Rurale),shfshawn (albldyt),شفشاون (البلدية)		MA	04	501	1050105012	17154	Africa/Casablanca
6546178	Amtdi	amtdi	Amtdi,Amtdi (CR),Amtdi (Commune Rurale),ayt bwfln,أيت بوفلن		MA	10	261	0326103052	1768	Africa/Casablanca
6546179	Jbabra	jbabra	Jbabra,Jbabra (CR),Jbabra (Commune Rurale),مولاي عبد الكريم		MA	03	531	1553105072	18592	Africa/Casablanca
6546180	Sidi El Abed	sidi-el-abed	Sidi El Abed,Sidi El Abed (CR),Sidi El Abed (Commune Rurale),mwlay bwshty,مولاي بوشتى		MA	03	531	1553105172	12505	Africa/Casablanca
6546181	Toundoute	toundoute	Toundoute,Toundoute (CR),Toundoute (Commune Rurale),ayt wlal,أيت ولال		MA	08	401	0440107112	10606	Africa/Casablanca
6546182	Ida Ou Gougmar	ida-ou-gougmar	Ida Ou Gougmar,Ida Ou Gougmar (CR),Ida Ou Gougmar (Commune Rurale),اربعاء أيت أحمد		MA	09	581	0458103072	8134	Africa/Casablanca
6546183	Tahannaout	tahannaout	Tahannaout,Tahannaout (CR),Tahannaout (Commune Rurale),sty fatmt,ستي فاطمة		MA	07	041	0704109092	22970	Africa/Casablanca
6546184	Rfala	rfala	Rfala,Rfala (CR),Rfala (Commune Rurale),مولاي عيسى بن ئدريس		MA	05	081	1208105132	9749	Africa/Casablanca
6546185	Lkheng	lkheng	Lkheng,Lkheng (CR),Lkheng (Commune Rurale),alrtb,الرتب		MA	08	201	1320107072	12992	Africa/Casablanca
6546186	Azghar	azghar	Azghar,Azghar (CR),Azghar (Commune Rurale),sydy altyby,سيدي الطيبي		MA	04	281	0528105012	9972	Africa/Casablanca
6546187	Kceibya	kceibya	Kceibya,Kceibya (CR),Kceibya (Commune Rurale),دار بلعامري		MA	04	281	0528105072	23218	Africa/Casablanca
6546188	Guigou	guigou	Guigou,Guigou (CR),Guigou (Commune Rurale),mrkz mtmatt,مركز مطماطة		MA	03	131	1413103112	11059	Africa/Casablanca
6546189	Ouizeght	ouizeght	Ouizeght,Ouizeght (CR),Ouizeght (Commune Rurale),awlad altyb,اولاد الطيب		MA	03	131	1413105032	5743	Africa/Casablanca
6546190	Kandar Sidi Khiar	kandar-sidi-khiar	Kandar Sidi Khiar,Kandar Sidi Khiar (CR),Kandar Sidi Khiar (Commune Rurale),klaz,كلاز		MA	03	451	1445107072	8709	Africa/Casablanca
6546191	Laanoussar	laanoussar	Laanoussar,Laanoussar (CR),Laanoussar (Commune Rurale),kysan,كيسان		MA	03	451	1445107092	8501	Africa/Casablanca
6546192	Alhamra	alhamra	Alhamra,Alhamra (CR),Alhamra (Commune Rurale),mrkz mqrysat,مركز مقريصات		MA	01	571	1657105012	10156	Africa/Casablanca
6546193	Aloued	aloued	Aloued,Aloued (CR),Aloued (Commune Rurale),mrkz sydy alymny,مركز سيدي اليمني		MA	01	571	1657105052	11135	Africa/Casablanca
6546194	Ech-Challalate	ech-challalate	Ech-Challalate,Ech-Challalate (CR),Ech-Challalate (Commune Rurale),المرينيين (المقاطعة)		MA	06	371	0937103032	40311	Africa/Casablanca
6546195	Ait Baha	ait-baha	Ait Baha,Ait Baha (Commune Urbaine),Ait Baha (MU)		MA	09	163	0416301031	4767	Africa/Casablanca
6546196	Biougra	biougra	Biougra,Biougra (Commune Urbaine),Biougra (MU),ayt baha (albldyt),أيت باها (البلدية)		MA	09	163	0416301111	25838	Africa/Casablanca
6546197	Ait Iaaza	ait-iaaza	Ait Iaaza,Ait Iaaza (Commune Urbaine),Ait Iaaza (MU),sydy bw alshab,سيدي بو السحاب		MA	09	541	0454101011	9910	Africa/Casablanca
6546198	Elguerdane	elguerdane	Elguerdane,Elguerdane (Commune Urbaine),Elguerdane (MU),أيت ايعزة (البلدية)		MA	09	541	0454101031	9220	Africa/Casablanca
6546199	Nihit	nihit	Nihit,Nihit (CR),Nihit (Commune Rurale),amy ntayart,امي نتايارت		MA	09	541	0454103132	1883	Africa/Casablanca
6546200	Sidi Mzal	sidi-mzal	Sidi Mzal,Sidi Mzal (CR),Sidi Mzal (Commune Rurale),سيدي بوعل		MA	09	541	0454103192	1701	Africa/Casablanca
6546201	Tataoute	tataoute	Tataoute,Tataoute (CR),Tataoute (Commune Rurale),sydy amzal,سيدي امزال		MA	09	541	0454103232	5620	Africa/Casablanca
6546202	Arazane	arazane	Arazane,Arazane (CR),Arazane (Commune Rurale),awlwz,اولوز		MA	09	541	0454104092	7999	Africa/Casablanca
6546203	Elfaid	elfaid	Elfaid,Elfaid (CR),Elfaid (Commune Rurale),arzan,ارزان		MA	09	541	0454104132	12752	Africa/Casablanca
6546204	Talmakante	talmakante	Talmakante,Talmakante (CR),Talmakante (Commune Rurale),sydy mwsy alhmry,سيدي موسى الحمري		MA	09	541	0454105312	4004	Africa/Casablanca
6546205	Tidsi Nissendalene	tidsi-nissendalene	Tidsi Nissendalene,Tidsi Nissendalene (CR),Tidsi Nissendalene (Commune Rurale),talmkant,تالمكانت		MA	09	541	0454105332	6171	Africa/Casablanca
6546206	Agadir Melloul	agadir-melloul	Agadir Melloul,Agadir Melloul (CR),Agadir Melloul (Commune Rurale),tdsy nysdlan,تدسي نيسدلان		MA	09	541	0454107012	8848	Africa/Casablanca
6546208	Imlili	imlili	Imlili,Imlili (CR),Imlili (Commune Rurale),amlyly,bldyt amlyly,mrkz awlwz,إمليلي,امليلي,بلدية إمليلي,مركز أولوز		MA	12	391	0139109032	2269	Africa/Casablanca
6546209	Labyar	labyar	Labyar,Labyar (CR),Labyar (Commune Rurale),fask,فاصك		MA	10	261	0326105112	766	Africa/Casablanca
6546210	Sidi M Bark	sidi-m-bark	Sidi M Bark,Sidi M Bark (CR),Sidi M Bark (Commune Rurale),yfran (albldyt),ئفران (البلدية)		MA	09	581	0458107152	6894	Africa/Casablanca
6546211	Irigh N Tahala	irigh-n-tahala	Irigh N Tahala,Irigh N Tahala (CR),Irigh N Tahala (Commune Rurale),amln,املن		MA	09	581	0458109072	1967	Africa/Casablanca
6546212	Sidi Ghanem	sidi-ghanem	Sidi Ghanem,Sidi Ghanem (CR),Sidi Ghanem (Commune Rurale),btyt,بطيط		MA	07	427	0719107192	12159	Africa/Casablanca
6546213	Skhour Rhamna	skhour-rhamna	Skhour Rhamna,Skhour Rhamna (CR),Skhour Rhamna (Commune Rurale),sydy ghanm,سيدي غانم		MA	07	427	0719107232	9989	Africa/Casablanca
6546214	Akarma	akarma	Akarma,Akarma (CR),Akarma (Commune Rurale),skwrt alhdrt,سكورة الحدرة		MA	07	191	0719109012	5662	Africa/Casablanca
6546215	Oulad Zbair	oulad-zbair	Oulad Zbair,Oulad Zbair (CR),Oulad Zbair (Commune Rurale),ghyatt alghrbyt,غياتة الغربية		MA	03	561	1556107092	14740	Africa/Casablanca
6546217	Ain Leuh	ain-leuh	Ain Leuh,Ain Leuh (CR),Ain Leuh (Commune Rurale),mrkz qasytt,مركز قاسيطة		MA	03	271	1327103012	9669	Africa/Casablanca
6546218	Kassita	kassita	Kasita,Kassita,Kassita (AC),Kassita (Agglomeration Communale),mrkz mydar,Касита,مركز ميضار		MA	02	167	0838109293	2126	Africa/Casablanca
6546219	Ben Smim	ben-smim	Ben Smim,Ben Smim (CR),Ben Smim (Commune Rurale),عين اللوح		MA	03	271	1327103032	6506	Africa/Casablanca
6546220	Oued Ifrane	oued-ifrane	Oued Ifrane,Oued Ifrane (CR),Oued Ifrane (Commune Rurale),bn smym,بن صميم		MA	03	271	1327103052	10805	Africa/Casablanca
6546224	Tan Tan	tan-tan	Tan Tan,Tan Tan (Commune Urbaine),Tan Tan (MU),tyklyt,تيكليت		MA	10	521	0352101011	60560	Africa/Casablanca
6546225	Fam El Hisn	fam-el-hisn	Fam El Hisn,Fam El Hisn (Commune Urbaine),Fam El Hisn (MU),aqa (albldyt),اقا (البلدية)		MA	09	551	0355101031	6183	Africa/Casablanca
6546226	Foum Zguid	foum-zguid	Foum Zguid,Foum Zguid (Commune Urbaine),Foum Zguid (MU),bldyt fm zkyd,fm alhsn (albldyt),fm zkyd,بلدية فم زكيد,فم الحصن (البلدية),فم زكيد		MA	09	551	0355101051	9611	Africa/Casablanca
6546227	Ait Ouabelli	ait-ouabelli	Ait Ouabelli,Ait Ouabelli (CR),Ait Ouabelli (Commune Rurale),tata (albldyt),طاطا (البلدية)		MA	09	551	0355103012	2401	Africa/Casablanca
6546228	Tizounine	tizounine	Tizounine,Tizounine (CR),Tizounine (Commune Rurale),tmnart,تمنارت		MA	09	551	0355103072	2119	Africa/Casablanca
6546229	Akka Ighane	akka-ighane	Akka Ighane,Akka Ighane (CR),Akka Ighane (Commune Rurale),akynan,اكينان		MA	09	551	0355105032	6452	Africa/Casablanca
6546230	Adis	adis	Adis,Adis (CR),Adis (Commune Rurale),atlyt,أتليت		MA	09	551	0355107012	5916	Africa/Casablanca
6546231	Issafen	issafen	Issafen,Issafen (CR),Issafen (Commune Rurale),adys,اديس		MA	09	551	0355107032	3459	Africa/Casablanca
6546232	Oum El Guerdane	oum-el-guerdane	Oum El Guerdane,Oum El Guerdane (CR),Oum El Guerdane (Commune Rurale),aysafn,ايسافن		MA	09	551	0355107052	3370	Africa/Casablanca
6546233	El Argoub	el-argoub	El Argoub,El Argoub (CR),El Argoub (Commune Rurale),am adrykt,أم ادريكة		MA	12	391	0139109012	5020	Africa/Casablanca
6546234	Khouzama	khouzama	Khouzama,Khouzama (CR),Khouzama (Commune Rurale),aghrm nwkdal,اغرم نوكدال		MA	08	401	0440103092	8191	Africa/Casablanca
6546235	Ait Ishaq	ait-ishaq	Ait Ishaq,Ait Ishaq (CR),Ait Ishaq (Commune Rurale),mryrt (albldyt),مريرت (البلدية)		MA	05	301	1330103012	19133	Africa/Casablanca
6546236	Kerrouchen	kerrouchen	Kerrouchen,Kerrouchen (CR),Kerrouchen (Commune Rurale),alqbab,القباب		MA	05	301	1330103072	7021	Africa/Casablanca
6546237	Toulal	toulal	Toulal,Toulal (Commune Urbaine),Toulal (MU),wyslan (albldyt),ويسلان (البلدية)		MA	03	061	1306101071	13852	Africa/Casablanca
6546238	Tafraout	tafraout	Tafraout,Tafraout (Commune Urbaine),Tafraout (MU),sydy yfny (albldyt),سيدي ئفني (البلدية)		MA	09	581	0458101051	4924	Africa/Casablanca
6546239	Anzi	anzi	Anzi,Anzi (CR),Anzi (Commune Rurale),ayt aysafn,أيت ايسافن		MA	09	581	0458103032	6600	Africa/Casablanca
6546240	Mehdya	mehdya	Mehdya,Mehdya (Commune Urbaine),Mehdya (MU),tynzwlyn,تينزولين		MA	04	281	0528101051	16258	Africa/Casablanca
6546241	Douirane	douirane	Douirane,Douirane (CR),Douirane (Commune Rurale),asyf almal,اسيف المال		MA	07	161	0716107052	16138	Africa/Casablanca
6546242	Timlilt	timlilt	Timlilt,Timlilt (CR),Timlilt (Commune Rurale),tawlwklt,تاولوكلت		MA	07	161	0716109152	7078	Africa/Casablanca
6546243	Ounagha	ounagha	Ounagha,Ounagha (CR),Ounagha (Commune Rurale),awlad amrabt,أولاد امرابط		MA	07	211	0721103312	12461	Africa/Casablanca
6546244	Sidi Aissa Regragui	sidi-aissa-regragui	Sidi Aissa Regragui,Sidi Aissa Regragui (CR),Sidi Aissa Regragui (Commune Rurale),سيدي عبد الجليل		MA	07	211	0721103352	7873	Africa/Casablanca
6546245	Sidi Ali El Korati	sidi-ali-el-korati	Sidi Ali El Korati,Sidi Ali El Korati (CR),Sidi Ali El Korati (Commune Rurale),سيدي عيسى الركراكي		MA	07	211	0721103372	6546	Africa/Casablanca
6546246	Assais	assais	Assais,Assais (CR),Assais (Commune Rurale),أيت عيسى اححان		MA	07	211	0721105092	6915	Africa/Casablanca
6546247	Bizdad	bizdad	Bizdad,Bizdad (CR),Bizdad (Commune Rurale),asays,اسايس		MA	07	211	0721105112	7959	Africa/Casablanca
6546248	Sahel	sahel	Sahel,Sahel (CR),Sahel (Commune Rurale),العوامرة		MA	01	331	1633105112	17496	Africa/Casablanca
6546249	Tanger-Medina	tanger-medina	Tanger-Medina,Tanger-Medina (AR),Tanger-Medina (Arrondissement),الشرف  السواني (المقاطعة)		MA	01	511	1651101071	169185	Africa/Casablanca
6546250	Aquouass Briech	aquouass-briech	Aquouass Briech,Aquouass Briech (CR),Aquouass Briech (Commune Rurale),طنجة المدينة (المقاطعة)		MA	01	511	1651103032	4993	Africa/Casablanca
6546251	Boukhalef	boukhalef	Boukhalef,Boukhalef (CR),Boukhalef (Commune Rurale),aqwas bryysh,أقواس برييش		MA	01	511	1651181032	15389	Africa/Casablanca
6546260	Tinghir	tinghir	Tinghir,Tinghir (Commune Urbaine),Tinghir (MU),almshwr alqsbt  ( albldyt),المشور القصبة  ( البلدية)		MA	08	577	0440101111	36388	Africa/Casablanca
6546261	Soualem	soualem	Soualem,Soualem (CR),Soualem (Commune Rurale),sydy rhal alshaty,سيدي رحال الشاطئ		MA	06	117	0646105332	15973	Africa/Casablanca
6546262	Deroua	deroua	Deroua,Deroua (CR),Deroua (Commune Rurale),sydy bwmhdy,سيدي بومهدي		MA	06	117	0646108032	25239	Africa/Casablanca
6546263	Sidi Ahmed El Khadir	sidi-ahmed-el-khadir	Sidi Ahmed El Khadir,Sidi Ahmed El Khadir (CR),Sidi Ahmed El Khadir (Commune Rurale),awlad fryht,أولاد فريحة		MA	06	461	0646107192	9687	Africa/Casablanca
6546264	Sidi Boumehdi	sidi-boumehdi	Sidi Boumehdi,Sidi Boumehdi (CR),Sidi Boumehdi (Commune Rurale),sydy ahmd alkhdyr,سيدي أحمد الخدير		MA	06	461	0646107212	5081	Africa/Casablanca
6546265	Foqra Oulad Aameur	foqra-oulad-aameur	Foqra Oulad Aameur,Foqra Oulad Aameur (CR),Foqra Oulad Aameur (Commune Rurale),aldrwt,الدروة		MA	06	461	0646108052	6024	Africa/Casablanca
6546266	Jaqma	jaqma	Jaqma,Jaqma (CR),Jaqma (Commune Rurale),الفقراء أولاد عامر		MA	06	117	0646108072	10799	Africa/Casablanca
6546267	Oulad Cherki	oulad-cherki	Oulad Cherki,Oulad Cherki (CR),Oulad Cherki (Commune Rurale),أولاد بوعلي الواد		MA	07	191	0719103212	7165	Africa/Casablanca
6546268	Oulad El Garne	oulad-el-garne	Oulad El Garne,Oulad El Garne (CR),Oulad El Garne (Commune Rurale),awlad alshrqy,أولاد الشرقي		MA	07	191	0719103232	8150	Africa/Casablanca
6546269	Assahrij	assahrij	Assahrij,Assahrij (CR),Assahrij (Commune Rurale),aznadt,ازنادة		MA	07	191	0719105012	15385	Africa/Casablanca
6546270	Bouya Omar	bouya-omar	Bouya Omar,Bouya Omar (CR),Bouya Omar (Commune Rurale),alshryj,الصهريج		MA	07	191	0719105032	14154	Africa/Casablanca
6546271	Choara	choara	Choara,Choara (CR),Choara (Commune Rurale),بويا عمر		MA	07	191	0719105052	11023	Africa/Casablanca
6546272	Dzouz	dzouz	Dzouz,Dzouz (CR),Dzouz (Commune Rurale),الشعراء		MA	07	191	0719105072	11501	Africa/Casablanca
6546273	Fraita	fraita	Fraita,Fraita (CR),Fraita (Commune Rurale),dzwz,دزوز		MA	07	191	0719105092	11298	Africa/Casablanca
6546274	Lahraouyine	lahraouyine	Lahraouyine,Lahraouyine (CR),Lahraouyine (Commune Rurale),tyt mlyl ( albldyt),تيط مليل ( البلدية)		MA	06	355	0935503032	5601	Africa/Casablanca
6546275	Figuig	figuig	Figuig,Figuig (Commune Urbaine),Figuig (MU),Fikik,Fikīk,fjyj,fkyk,fqyq,بوعرفة (البلدية),فجيج,فقيق,فكيك		MA	02	251	0825101031	12516	Africa/Casablanca
6546276	Bni Tadjite	bni-tadjite	Bni Tadjite,Bni Tadjite (CR),Bni Tadjite (Commune Rurale),عين الشواطر		MA	02	251	0825103032	16149	Africa/Casablanca
6546277	Bouskoura	bouskoura	Bouskoura,Bouskoura (CR),Bouskoura (Commune Rurale),alnwasr (albldyt),النواصر (البلدية)		MA	06	385	0938503012	44859	Africa/Casablanca
6546278	Oulad Hcine	oulad-hcine	Oulad Hcine,Oulad Hcine (CR),Oulad Hcine (Commune Rurale),awlad ghanm,أولاد غانم		MA	06	181	1118105072	27475	Africa/Casablanca
6546279	Sidi Abed	sidi-abed	Sidi Abed,Sidi Abed (CR),Sidi Abed (Commune Rurale),awlad ahsyn,أولاد احسين		MA	06	181	1118105092	22980	Africa/Casablanca
6546280	Bni Tsiriss	bni-tsiriss	Bni Tsiriss,Bni Tsiriss (CR),Bni Tsiriss (Commune Rurale),bny hlal,بني هلال		MA	06	181	1118107032	14955	Africa/Casablanca
6546281	Bouhmame	bouhmame	Bouhmame,Bouhmame (CR),Bouhmame (Commune Rurale),bny tsyrys,بني تسيريس		MA	06	467	1118107052	22737	Africa/Casablanca
6546282	Laagagcha	laagagcha	Laagagcha,Laagagcha (CR),Laagagcha (Commune Rurale),krdyd,كرديد		MA	06	467	1118107152	14313	Africa/Casablanca
6546283	Laamria	laamria	Laamria,Laamria (CR),Laamria (Commune Rurale),لعكاكشة		MA	06	181	1118107172	13314	Africa/Casablanca
6546284	Chaibate	chaibate	Chaibate,Chaibate (CR),Chaibate (Commune Rurale),بولعوان		MA	06	181	1118109032	9877	Africa/Casablanca
6546285	Ait Taguella	ait-taguella	Ait Taguella,Ait Taguella (CR),Ait Taguella (Commune Rurale),zawyt ahnsal,زاوية احنصال		MA	05	081	1208105012	8268	Africa/Casablanca
6546286	Bzou	bzou	Bzou,Bzou (CR),Bzou (Commune Rurale),bny hsn,بني حسن		MA	05	081	1208105072	14072	Africa/Casablanca
6546287	Isseksi	isseksi	Isseksi,Isseksi (CR),Isseksi (Commune Rurale),byn alwydan,بين الويدان		MA	05	081	1208109132	1674	Africa/Casablanca
6546288	Oulad Gnaou	oulad-gnaou	Oulad Gnaou,Oulad Gnaou (CR),Oulad Gnaou (Commune Rurale),fm awdy,فم اودي		MA	05	091	1209103032	11256	Africa/Casablanca
6546289	Bni Oukil	bni-oukil	Bni Oukil,Bni Oukil (CR),Bni Oukil (Commune Rurale),bny shkdal,بني شكدال		MA	05	255	1209109052	14960	Africa/Casablanca
6546290	Moulay Ali Cherif	moulay-ali-cherif	Moulay Ali Cherif,Moulay Ali Cherif (Commune Urbaine),Moulay Ali Cherif (MU),aljrf (albldyt),الجرف (البلدية)		MA	08	201	1320101131	20126	Africa/Casablanca
6546291	Ferkla El Oulia	ferkla-el-oulia	Ferkla El Oulia,Ferkla El Oulia (CR),Ferkla El Oulia (Commune Rurale),aghbalw ankrdws,اغبالو انكردوس		MA	08	201	1320113032	20166	Africa/Casablanca
6546292	Ferkla Es-Soufla	ferkla-es-soufla	Ferkla Es-Soufla,Ferkla Es-Soufla (CR),Ferkla Es-Soufla (Commune Rurale),فركلة العليا		MA	08	201	1320113052	12619	Africa/Casablanca
6546294	Tissaf	tissaf	Tissaf,Tissaf (CR),Tissaf (Commune Rurale),alrmylt,الرميلة		MA	03	131	1413107092	10191	Africa/Casablanca
6546304	Ameur Seflia	ameur-seflia	Ameur Seflia,Ameur Seflia (CR),Ameur Seflia (Commune Rurale),سوق الاربعاء (البلدية)		MA	04	281	0528103012	28540	Africa/Casablanca
6546305	Sidi Taibi	sidi-taibi	Sidi Taibi,Sidi Taibi (CR),Sidi Taibi (Commune Rurale),awlad slamt,أولاد سلامة		MA	04	281	0528103132	53449	Africa/Casablanca
6546306	Zaggota	zaggota	Zaggota,Zaggota (CR),Zaggota (Commune Rurale),awlad hsyn,أولاد حسين		MA	04	481	0548109112	9526	Africa/Casablanca
6546309	Kariat Ben Aouda	kariat-ben-aouda	Kariat Ben Aouda,Kariat Ben Aouda (CR),Kariat Ben Aouda (Commune Rurale),awlad nwal,اولاد نوال		MA	04	281	0528107052	11087	Africa/Casablanca
6546310	Ain Dfali	ain-dfali	Ain Dfali,Ain Dfali (CR),Ain Dfali (Commune Rurale),msmwdt,مصمودة		MA	04	481	0548103012	24500	Africa/Casablanca
6546311	Sidi Ahmed Cherif	sidi-ahmed-cherif	Sidi Ahmed Cherif,Sidi Ahmed Cherif (CR),Sidi Ahmed Cherif (Commune Rurale),byr alnsr,بئر النصر		MA	04	405	0548107112	10413	Africa/Casablanca
6546312	Gafait	gafait	Gafait,Gafait (CR),Gafait (Commune Rurale),أولاد سيدي عبد الحاكم		MA	02	275	0827503032	2656	Africa/Casablanca
6546313	Tiouli	tiouli	Tiouli,Tiouli (CR),Tiouli (Commune Rurale),aysly,ايسلي		MA	02	275	0827503212	5199	Africa/Casablanca
6546314	Sidi Moussa Lemhaya	sidi-moussa-lemhaya	Sidi Moussa Lemhaya,Sidi Moussa Lemhaya (CR),Sidi Moussa Lemhaya (Commune Rurale),سيدي موسى بن علي		MA	02	411	0841107192	4094	Africa/Casablanca
6546315	Mediouna	mediouna	Mediouna,Mediouna (Commune Urbaine),Mediouna (MU),ayt awrybl,أيت اوريبل		MA	06	355	0935501031	14653	Africa/Casablanca
6546316	Oulmes	oulmes	Oulmes,Oulmes (CR),Oulmes (Commune Rurale),ayt blqasm,أيت بلقاسم		MA	04	291	1029105112	18786	Africa/Casablanca
6546317	Brachoua	brachoua	Brachoua,Brachoua (CR),Brachoua (Commune Rurale),khmys sydy yhyy,خميس سيدي يحيى		MA	04	291	1029107052	12025	Africa/Casablanca
6546318	Ezzhiliga	ezzhiliga	Ezzhiliga,Ezzhiliga (CR),Ezzhiliga (Commune Rurale),mqam altlbt,مقام الطلبة		MA	04	291	1029107072	15430	Africa/Casablanca
6546319	Jemaat Moul Blad	jemaat-moul-blad	Jemaat Moul Blad,Jemaat Moul Blad (CR),Jemaat Moul Blad (Commune Rurale),alshwl,السهول		MA	04	291	1029107092	5619	Africa/Casablanca
6546320	Sabbah	sabbah	Sabbah,Sabbah (CR),Sabbah (Commune Rurale),bab brd,باب برد		MA	04	501	1050105052	12912	Africa/Casablanca
6546321	Matmata	matmata	Matmata,Matmata (CR),Matmata (Commune Rurale),bny rzyn,بني رزين		MA	03	561	1556109072	11928	Africa/Casablanca
6546322	Smia	smia	Smia,Smia (CR),Smia (Commune Rurale),bny smyh,بني سميح		MA	03	561	1556109092	8099	Africa/Casablanca
6546323	Ait Yaazem	ait-yaazem	Ait Yaazem,Ait Yaazem (CR),Ait Yaazem (Commune Rurale),alhmam,الحمام		MA	03	171	1317103032	16091	Africa/Casablanca
6546324	Tighassaline	tighassaline	Tighassaline,Tighassaline (CR),Tighassaline (Commune Rurale),أم الربيع		MA	05	301	1330103132	15204	Africa/Casablanca
6546325	Aguelmous	aguelmous	Aguelmous,Aguelmous (CR),Aguelmous (Commune Rurale),سيدي عمرو		MA	05	301	1330105032	35626	Africa/Casablanca
6546326	Had Bouhssoussen	had-bouhssoussen	Had Bouhssoussen,Had Bouhssoussen (CR),Had Bouhssoussen (Commune Rurale),aghbalw,اغبالو		MA	05	301	1330105092	7368	Africa/Casablanca
6546327	Sidi Amar	sidi-amar	Sidi Amar,Sidi Amar (CR),Sidi Amar (Commune Rurale),zaydt,زايدة		MA	05	301	1330105212	2175	Africa/Casablanca
6546328	Majjate	majjate	Majjate,Majjate (CR),Majjate (Commune Rurale),aymwzar mrmwsht (albldyt),ايموزار مرموشة (البلدية)		MA	03	061	1306105032	9074	Africa/Casablanca
6546329	Boulemane	boulemane	Boulemane,Boulemane (Commune Urbaine),Boulemane (MU),skwrt mdaz,سكورة مداز		MA	03	131	1413101011	6910	Africa/Casablanca
6546334	Tighza	tighza	Tighza,Tighza (AC),Tighza (Agglomeration Communale),أولاد علي يوسف		MA	05	301	1330105073	2217	Africa/Casablanca
6546335	Sidi Harazem	sidi-harazem	Sidi Harazem,Sidi Harazem (CR),Sidi Harazem (Commune Rurale),alwadyn,الوادين		MA	03	231	1423181052	5622	Africa/Casablanca
6546336	Bni Arouss	bni-arouss	Bni Arouss,Bni Arouss (CR),Bni Arouss (Commune Rurale),dar alshawy,دار الشاوي		MA	01	331	1633105032	8193	Africa/Casablanca
6546337	Martil	martil	Martil,Martil (Commune Urbaine),Martil (MU),الحمراء		MA	01	571	1657101031	39011	Africa/Casablanca
6546340	Bab Lamrissa	bab-lamrissa	Bab Lamrissa,Bab Lamrissa (AR),Bab Lamrissa (Arrondissement),يعقوب المنصور (المقاطعة)		MA	04	441	1044101031	139744	Africa/Casablanca
6546342	Mechouar Fes Jdid	mechouar-fes-jdid	Mechouar Fes Jdid,Mechouar Fes Jdid (Commune Urbaine),Mechouar Fes Jdid (MU),Méchouar Fès Jdid,جنان الورد (المقاطعة)		MA	03	231	1423101031	26078	Africa/Casablanca
6546343	Aghbal	aghbal	Aghbal,Aghbal (CR),Aghbal (Commune Rurale),سيدي سليمان - الشراعة (البلد		MA	02	113	0811303012	13809	Africa/Casablanca
6546344	Laatamna	laatamna	Laatamna,Laatamna (CR),Laatamna (Commune Rurale),fzwan,فزوان		MA	02	113	0811303092	13996	Africa/Casablanca
6546345	Chouihia	chouihia	Chouihia,Chouihia (CR),Chouihia (Commune Rurale),bwghrybt,بوغريبة		MA	02	113	0811305052	12539	Africa/Casablanca
6546346	Bni Ansar	bni-ansar	Bni Ansar,Bni Ansar (Commune Urbaine),Bni Ansar (MU),العروي (البلدية)		MA	02	381	0838101031	31800	Africa/Casablanca
6546347	Zaio	zaio	Zaio,Zaio (Commune Urbaine),Zaio (MU),alnadwr (albldyt),الناضور (البلدية)		MA	02	381	0838101071	29851	Africa/Casablanca
6546348	Ait Mait	ait-mait	Ait Mait,Ait Mait (CR),Ait Mait (Commune Rurale),عين الزهرة		MA	02	167	0838103032	7188	Africa/Casablanca
6546349	Amejjaou	amejjaou	Amejjaou,Amejjaou (CR),Amejjaou (Commune Rurale),ayt mayt,أيت مايت		MA	02	381	0838103052	5977	Africa/Casablanca
6546350	Ras El Ma	ras-el-ma	Ras El Ma,Ras El Ma (CR),Ras El Ma (Commune Rurale),awlad stwt,أولاد ستوت		MA	02	381	0838107152	5356	Africa/Casablanca
6546351	Tafersit	tafersit	Tafersit,Tafersit (CR),Tafersit (Commune Rurale),awlad amghar,اولاد امغار		MA	02	167	0838109212	6848	Africa/Casablanca
6546352	Tiddas	tiddas	Tiddas,Tiddas (CR),Tiddas (Commune Rurale),مجمع الطلبة		MA	04	291	1029105132	10047	Africa/Casablanca
6546353	Mestferki	mestferki	Mestferki,Mestferki (CR),Mestferki (Commune Rurale),bny khald,بني خالد		MA	02	411	0841107112	4832	Africa/Casablanca
6546354	Mestegmer	mestegmer	Mestegmer,Mestegmer (CR),Mestegmer (Commune Rurale),مشرع حمادي		MA	02	533	0853307132	6378	Africa/Casablanca
6546355	Bni Ftah	bni-ftah	Bni Ftah,Bni Ftah (CR),Bni Ftah (Commune Rurale),tydas,تيداس		MA	03	561	1556111012	10919	Africa/Casablanca
6546356	Bni Hadifa	bni-hadifa	Bni Hadifa,Bni Hadifa (CR),Bni Hadifa (Commune Rurale),bny hdhyft,بني حذيفة		MA	01	051	1505105092	5594	Africa/Casablanca
6546357	Bni Boufrah	bni-boufrah	Bni Boufrah,Bni Boufrah (CR),Bni Boufrah (Commune Rurale),bny bwfrah,بني بوفراح		MA	01	051	1505103012	10298	Africa/Casablanca
6546358	Bni Gmil	bni-gmil	Bni Gmil,Bni Gmil (CR),Bni Gmil (Commune Rurale),bny jmyl,بني جميل		MA	01	051	1505103032	9461	Africa/Casablanca
6546359	Bni Gmil Maksouline	bni-gmil-maksouline	Bni Gmil Maksouline,Bni Gmil Maksouline (CR),Bni Gmil Maksouline (Commune Rurale),bny jmyl mkswlyn,بني جميل مكسولين		MA	01	051	1505103052	9593	Africa/Casablanca
6546360	Issaguen	issaguen	Issaguen,Issaguen (CR),Issaguen (Commune Rurale),asakn,اساكن		MA	01	051	1505107132	13787	Africa/Casablanca
6546361	Tizi Ouasli	tizi-ouasli	Tizi Ouasli,Tizi Ouasli (CR),Tizi Ouasli (Commune Rurale),tyzy wsly,تيزي وسلي		MA	03	561	1556103112	6639	Africa/Casablanca
6546362	Bouhouda	bouhouda	Bouhouda,Bouhouda (CR),Bouhouda (Commune Rurale),bwhwdt,بوهودة		MA	03	531	1553107092	26236	Africa/Casablanca
6546366	Ain Sbit	ain-sbit	Ain Sbit,Ain Sbit (CR),Ain Sbit (Commune Rurale),ayt bwyhyy alhjamt,أيت بويحيى الحجامة		MA	04	291	1029107012	11051	Africa/Casablanca
6546367	Ait M Hamed	ait-m-hamed	Ait M Hamed,Ait M Hamed (CR),Ait M Hamed (Commune Rurale),akwdy nlkhyr,اكودي نلخير		MA	05	081	1208103072	21742	Africa/Casablanca
6546368	El Hammam	el-hammam	El Hammam,El Hammam (CR),El Hammam (Commune Rurale),sydy lamyn,سيدي لامين		MA	05	301	1330105072	12830	Africa/Casablanca
6546369	Kalaat M'Gouna	kalaat-m-gouna	Kalaat M Gouna,Kalaat M Gouna (Commune Urbaine),Kalaat M Gouna (MU),bw maln dads (albldyt),بو مالن دادس (البلدية)		MA	08	577	0440101051	14190	Africa/Casablanca
6546370	Afella Ighir	afella-ighir	Afella Ighir,Afella Ighir (CR),Afella Ighir (Commune Rurale),tyghyrt,تيغيرت		MA	09	581	0458109012	2973	Africa/Casablanca
6546371	Tazaghine	tazaghine	Tazaghine,Tazaghine (CR),Tazaghine (Commune Rurale),awlad bwbkr,أولاد بوبكر		MA	02	167	0838103132	5032	Africa/Casablanca
6546372	Ait Abdallah	ait-abdallah	Ait Abdallah,Ait Abdallah (CR),Ait Abdallah (Commune Rurale),adar,ادار		MA	09	541	0454103032	2086	Africa/Casablanca
6546373	Aoulouz	aoulouz	Aoulouz,Aoulouz (CR),Aoulouz (Commune Rurale),twmlylyn,تومليلين		MA	09	541	0454104072	12728	Africa/Casablanca
6546374	Ida Ougoummad	ida-ougoummad	Ida Ougoummad,Ida Ougoummad (CR),Ida Ougoummad (Commune Rurale),ada wkylal,ادا وكيلال		MA	09	541	0454104212	7880	Africa/Casablanca
6546375	Igoudar Mnabha	igoudar-mnabha	Igoudar Mnabha,Igoudar Mnabha (CR),Igoudar Mnabha (Commune Rurale),akly,اكلي		MA	09	541	0454104252	8767	Africa/Casablanca
6546376	Iguidi	iguidi	Iguidi,Iguidi (CR),Iguidi (Commune Rurale),azrar,ازرار		MA	09	541	0454107132	9100	Africa/Casablanca
6546378	Azrou	azrou	Azrou,Azrou (Commune Urbaine),Azrou (MU),aqdar,اقدار		MA	03	271	1327101011	47535	Africa/Casablanca
6546379	Sidi Bou Othmane	sidi-bou-othmane	Sidi Bou Othmane,Sidi Bou Othmane (CR),Sidi Bou Othmane (Commune Rurale),sydy bwbkr,سيدي بوبكر		MA	07	427	0719109172	12426	Africa/Casablanca
6546380	Sidi M Hamed Ou Marz	sidi-m-hamed-ou-marz	Sidi M Hamed Ou Marz,Sidi M Hamed Ou Marz (CR),Sidi M Hamed Ou Marz (Commune Rurale),سيدي لعروسي		MA	07	211	0721103452	6088	Africa/Casablanca
6546381	Tamassint	tamassint	Tamassint,Tamassint (AC),Tamassint (Agglomeration Communale),mrkz asakn,مركز اساكن		MA	01	051	1505105133	1788	Africa/Casablanca
6546382	Anjra	anjra	Anjra,Anjra (CR),Anjra (Commune Rurale),zwmy,زومي		MA	01	227	1622703052	14706	Africa/Casablanca
6546383	Ksar Bjir	ksar-bjir	Ksar Bjir,Ksar Bjir (CR),Ksar Bjir (Commune Rurale),bwjdyan,بوجديان		MA	01	331	1633103032	16308	Africa/Casablanca
6546384	Amskroud	amskroud	Amskroud,Amskroud (CR),Amskroud (Commune Rurale),akadyr (albldyt ),اكادير (البلدية )		MA	09	001	0400105012	9988	Africa/Casablanca
6546385	Taznakht	taznakht	Taznakht,Taznakht (Commune Urbaine),Taznakht (MU),wrzazat (albldyt),ورزازات (البلدية)		MA	08	401	0440101091	6185	Africa/Casablanca
6546386	Tizoughrane	tizoughrane	Tizoughrane,Tizoughrane (CR),Tizoughrane (Commune Rurale),tyghmy,تيغمي		MA	09	581	0458103152	4769	Africa/Casablanca
6546387	Tnine Aday	tnine-aday	Tnine Aday,Tnine Aday (CR),Tnine Aday (Commune Rurale),tyzghran,تيزغران		MA	09	581	0458103172	1903	Africa/Casablanca
6546388	Imi N Fast	imi-n-fast	Imi N Fast,Imi N Fast (CR),Imi N Fast (Commune Rurale),اربعاء أيت عبد الله		MA	09	473	0458105032	2741	Africa/Casablanca
6546389	Sbouya	sbouya	Sbouya,Sbouya (CR),Sbouya (Commune Rurale),myr lft,مير لفت		MA	09	473	0458105092	5019	Africa/Casablanca
6546390	Oukaimden	oukaimden	Oukaimden,Oukaimden (CR),Oukaimden (Commune Rurale),mwlay abrahym,مولاي ابراهيم		MA	07	041	0704109032	4861	Africa/Casablanca
6546391	Sidi Ishaq	sidi-ishaq	Sidi Ishaq,Sidi Ishaq (CR),Sidi Ishaq (Commune Rurale),سيدي بولعلام		MA	07	211	0721103412	9773	Africa/Casablanca
6546392	Ait Aissi Ihahane	ait-aissi-ihahane	Ait Aissi Ihahane,Ait Aissi Ihahane (CR),Ait Aissi Ihahane (Commune Rurale),akrd,اكرض		MA	07	211	0721105072	5437	Africa/Casablanca
6546393	Sidi Abderrazak	sidi-abderrazak	Sidi Abderrazak,Sidi Abderrazak (CR),Sidi Abderrazak (Commune Rurale),ayt malk,أيت مالك		MA	04	291	1029109132	13653	Africa/Casablanca
6546394	Sidi Boukhalkhal	sidi-boukhalkhal	Sidi Boukhalkhal,Sidi Boukhalkhal (CR),Sidi Boukhalkhal (Commune Rurale),سيدي عبد الرزاق		MA	04	291	1029109152	7200	Africa/Casablanca
6546395	Lamaachate	lamaachate	Lamaachate,Lamaachate (CR),Lamaachate (Commune Rurale),sydy bwkhlkhal,سيدي بوخلخال		MA	07	431	1143107092	13892	Africa/Casablanca
6546396	Ait Blal	ait-blal	Ait Blal,Ait Blal (CR),Ait Blal (Commune Rurale),tbant,تبانت		MA	05	081	1208107012	6740	Africa/Casablanca
6546397	Bejaad	bejaad	Bejaad,Bejaad (Commune Urbaine),Bejaad (MU),almnswryt,المنصورية		MA	05	311	0631101011	40512	Africa/Casablanca
6546398	Oulad Abbou	oulad-abbou	Oulad Abbou,Oulad Abbou (Commune Urbaine),Oulad Abbou (MU),lwlad (albldyt),لولاد (البلدية)		MA	06	461	0646101111	10748	Africa/Casablanca
6546399	Oulad Massaoud	oulad-massaoud	Oulad Massaoud,Oulad Massaoud (CR),Oulad Massaoud (Commune Rurale),awlad alkrn,أولاد الكرن		MA	07	191	0719103252	5011	Africa/Casablanca
6546400	Abbou Lakhal	abbou-lakhal	Abbou Lakhal,Abbou Lakhal (CR),Abbou Lakhal (Commune Rurale),talsynt,تالسينت		MA	02	251	0825105012	1497	Africa/Casablanca
6546401	Tendrara	tendrara	Tendrara,Tendrara (CR),Tendrara (Commune Rurale),tndrart,تندرارة		MA	02	251	0825105072	15390	Africa/Casablanca
6546402	Jabria	jabria	Jabria,Jabria (CR),Jabria (Commune Rurale),bwhmam,بوحمام		MA	06	467	1118107072	17654	Africa/Casablanca
6546403	Khmis Ksiba	khmis-ksiba	Khmis Ksiba,Khmis Ksiba (CR),Khmis Ksiba (Commune Rurale),jabryt,جابرية		MA	06	467	1118107092	6637	Africa/Casablanca
6546404	Koudiat Bni Dghough	koudiat-bni-dghough	Koudiat Bni Dghough,Koudiat Bni Dghough (CR),Koudiat Bni Dghough (Commune Rurale),khmys alqsybt,خميس القصيبة		MA	06	467	1118107112	15506	Africa/Casablanca
6546405	Kridid	kridid	Kridid,Kridid (CR),Kridid (Commune Rurale),kdyt bny dghwgh,كدية بني دغوغ		MA	06	467	1118107132	11113	Africa/Casablanca
6546406	Laaounate	laaounate	Laaounate,Laaounate (CR),Laaounate (Commune Rurale),العامرية		MA	06	467	1118107192	13793	Africa/Casablanca
6546407	Laatatra	laatatra	Laatatra,Laatatra (CR),Laatatra (Commune Rurale),العونات		MA	06	467	1118107212	15046	Africa/Casablanca
6546408	Taounza	taounza	Taounza,Taounza (CR),Taounza (Commune Rurale),tnant,تنانت		MA	05	081	1208105192	11488	Africa/Casablanca
6546409	Sidi Yacoub	sidi-yacoub	Sidi Yacoub,Sidi Yacoub (CR),Sidi Yacoub (Commune Rurale),wawly,واولى		MA	05	081	1208107172	16633	Africa/Casablanca
6546410	Fquih Ben Salah	fquih-ben-salah	Fquih Ben Salah,Fquih Ben Salah (Commune Urbaine),Fquih Ben Salah (MU),alqsybt (albldyt),القصيبة (البلدية)		MA	05	255	1209101051	82407	Africa/Casablanca
6546411	Oulad M Barek	oulad-m-barek	Oulad M Barek,Oulad M Barek (CR),Oulad M Barek (Commune Rurale),awlad knaw,أولاد كناو		MA	05	091	1209103052	5672	Africa/Casablanca
6546412	Had Boumoussa	had-boumoussa	Had Boumoussa,Had Boumoussa (CR),Had Boumoussa (Commune Rurale),dar wld zydwh,دار ولد زيدوح		MA	05	255	1209105032	41731	Africa/Casablanca
6546413	Naour	naour	Naour,Naour (CR),Naour (Commune Rurale),فم العنصر		MA	05	091	1209107112	6433	Africa/Casablanca
6546414	Oulad Youssef	oulad-youssef	Oulad Youssef,Oulad Youssef (CR),Oulad Youssef (Commune Rurale),ktayt,كطاية		MA	05	091	1209111032	12804	Africa/Casablanca
6546415	Oulad Said L Oued	oulad-said-l-oued	Oulad Said L Oued,Oulad Said L Oued (CR),Oulad Said L Oued (Commune Rurale),awlad ywsf,أولاد يوسف		MA	05	091	1209111052	13618	Africa/Casablanca
6546416	Aarab Sebbah Ziz	aarab-sebbah-ziz	Aarab Sebbah Ziz,Aarab Sebbah Ziz (CR),Aarab Sebbah Ziz (Commune Rurale),عرب صباح اغريس		MA	08	201	1320103032	18332	Africa/Casablanca
6546417	Fezna	fezna	Fezna,Fezna (CR),Fezna (Commune Rurale),alsyfa,السيفا		MA	08	201	1320103092	4477	Africa/Casablanca
6546418	M Ssici	m-ssici	M Ssici,M Ssici (CR),M Ssici (Commune Rurale),fzna,فزنا		MA	08	201	1320103132	7043	Africa/Casablanca
6546419	Oued Naam	oued-naam	Oued Naam,Oued Naam (CR),Oued Naam (Commune Rurale),alkhnk,الخنك		MA	08	201	1320107092	5709	Africa/Casablanca
6546422	Tlauh	tlauh	Tlauh,Tlauh (CR),Tlauh (Commune Rurale),مراكش المدينة (المقاطعة)		MA	07	191	0719109192	9901	Africa/Casablanca
6546423	Sidi Mohamed Lahmar	sidi-mohamed-lahmar	Sidi Mohamed Lahmar,Sidi Mohamed Lahmar (CR),Sidi Mohamed Lahmar (Commune Rurale),twghylt,توغيلت		MA	04	281	0528109132	42637	Africa/Casablanca
6546424	Souk Tlet El Gharb	souk-tlet-el-gharb	Souk Tlet El Gharb,Souk Tlet El Gharb (CR),Souk Tlet El Gharb (Commune Rurale),alhwafat,الحوافات		MA	04	281	0528109152	22554	Africa/Casablanca
6546425	Bni Oual	bni-oual	Bni Oual,Bni Oual (CR),Bni Oual (Commune Rurale),amzfrwn,امزفرون		MA	04	481	0548103032	7485	Africa/Casablanca
6546426	Dar Laaslouji	dar-laaslouji	Dar Laaslouji,Dar Laaslouji (CR),Dar Laaslouji (Commune Rurale),thknt,ثكنة		MA	04	481	0548105032	32127	Africa/Casablanca
6546427	Nouirate	nouirate	Nouirate,Nouirate (CR),Nouirate (Commune Rurale),zkwtt,زكوطة		MA	04	481	0548105072	24805	Africa/Casablanca
6546428	Sefsaf	sefsaf	Sefsaf,Sefsaf (CR),Sefsaf (Commune Rurale),zyrart,زيرارة		MA	04	481	0548105092	25075	Africa/Casablanca
6546429	Sidi Al Kamel	sidi-al-kamel	Sidi Al Kamel,Sidi Al Kamel (CR),Sidi Al Kamel (Commune Rurale),bwznyqt (albldyt),بوزنيقة (البلدية)		MA	04	481	0548105112	30199	Africa/Casablanca
6546430	Bab Tiouka	bab-tiouka	Bab Tiouka,Bab Tiouka (CR),Bab Tiouka (Commune Rurale),shkran,شكران		MA	04	481	0548109012	7697	Africa/Casablanca
6546431	Ait Yadine	ait-yadine	Ait Yadine,Ait Yadine (CR),Ait Yadine (Commune Rurale),المعازيز		MA	04	291	1029103072	20502	Africa/Casablanca
6546432	Mers El Kheir	mers-el-kheir	Mers El Kheir,Mers El Kheir (CR),Mers El Kheir (Commune Rurale),amtar,امتار		MA	04	501	1050105032	14488	Africa/Casablanca
6546433	Bouyablane	bouyablane	Bouyablane,Bouyablane (CR),Bouyablane (Commune Rurale),bny ahmd  alghrbyt,بني أحمد  الغربية		MA	03	561	1556109032	2410	Africa/Casablanca
6546434	Maghraoua	maghraoua	Maghraoua,Maghraoua (CR),Maghraoua (Commune Rurale),bny ahmd  alshrqyt,بني أحمد  الشرقية		MA	03	561	1556109052	8204	Africa/Casablanca
6546435	Ait Ouikhalfen	ait-ouikhalfen	Ait Ouikhalfen,Ait Ouikhalfen (CR),Ait Ouikhalfen (Commune Rurale),albrj,البرج		MA	03	171	1317103012	3849	Africa/Casablanca
6546436	Tizi N Ghachou	tizi-n-ghachou	Tizi N Ghachou,Tizi N Ghachou (CR),Tizi N Ghachou (Commune Rurale),sydy slyman mwl alkyfan,سيدي سليمان مول الكيفان		MA	05	301	1330107252	3053	Africa/Casablanca
6546439	Aghbalou Nssardane	aghbalou-nssardane	Aghbalou Nssardane,Aghbalou Nssardane (AC),Aghbalou Nssardane (Agglomeration Communale),afrytyst,افريطيسة		MA	05	301	1330107013	1703	Africa/Casablanca
6546440	Kahf Nsour	kahf-nsour	Kahf Nsour,Kahf Nsour (AC),Kahf Nsour (Agglomeration Communale),سايس (المقاطعة)		MA	05	301	1330105253	5089	Africa/Casablanca
6546441	Oulad Ali Youssef	oulad-ali-youssef	Oulad Ali Youssef,Oulad Ali Youssef (CR),Oulad Ali Youssef (Commune Rurale),عين الشقف		MA	03	131	1413107072	5212	Africa/Casablanca
6546442	Sefrou	sefrou	Sefrou,Sefrou (Commune Urbaine),Sefrou (MU),tafjyght,تافجيغت		MA	03	451	1445101091	63872	Africa/Casablanca
6546443	Galaz	galaz	Galaz,Galaz (CR),Galaz (Commune Rurale),tmzkant,تمزكانة		MA	03	531	1553103032	17333	Africa/Casablanca
6546444	Talambote	talambote	Talambote,Talambote (CR),Talambote (Commune Rurale),ttft,تطفت		MA	01	151	1615107092	8481	Africa/Casablanca
6546445	Tassift	tassift	Tassift,Tassift (CR),Tassift (Commune Rurale),zwadt,زوادة		MA	01	151	1615107112	7363	Africa/Casablanca
6546446	Tizgane	tizgane	Tizgane,Tizgane (CR),Tizgane (Commune Rurale),عياشة		MA	01	151	1615107132	12773	Africa/Casablanca
6546447	Azzinate	azzinate	Azzinate,Azzinate (CR),Azzinate (Commune Rurale),bny hrshn,بني حرشن		MA	01	511	1651103052	4895	Africa/Casablanca
6546448	Sidi Lyamani	sidi-lyamani	Sidi Lyamani,Sidi Lyamani (CR),Sidi Lyamani (Commune Rurale),swq alqdym,سوق القديم		MA	01	511	1651103132	10365	Africa/Casablanca
6546449	Tetouan	tetouan	Tetouan,Tetouan (Commune Urbaine),Tetouan (MU),alwad,الواد		MA	01	571	1657101111	318698	Africa/Casablanca
6546450	Bghaghza	bghaghza	Bghaghza,Bghaghza (CR),Bghaghza (Commune Rurale),mrkz dar bny qrysh,مركز دار بني قريش		MA	01	571	1657105092	6955	Africa/Casablanca
6546451	Ermilate	ermilate	Ermilate,Ermilate (CR),Ermilate (Commune Rurale),athnyn amlw,اثنين املو		MA	04	481	0548105052	15303	Africa/Casablanca
6546452	Ijermaouas	ijermaouas	Ijermaouas,Ijermaouas (CR),Ijermaouas (Commune Rurale),ajrmwas,إجرمواس		MA	02	167	0838109112	11288	Africa/Casablanca
6546453	Galdamane	galdamane	Galdamane,Galdamane (CR),Galdamane (Commune Rurale),bny lnth,بني لنث		MA	03	561	1556113072	21433	Africa/Casablanca
6546454	Abdelghaya Souahel	abdelghaya-souahel	Abdelghaya Souahel,Abdelghaya Souahel (CR),Abdelghaya Souahel (Commune Rurale),عبد  الغاية السواحل		MA	01	051	1505107012	25817	Africa/Casablanca
6546455	Bourd	bourd	Bourd,Bourd (CR),Bourd (Commune Rurale),bwrd,بورد		MA	03	561	1556103032	8434	Africa/Casablanca
6546456	Gzenaya Al Janoubia	gzenaya-al-janoubia	Gzenaya Al Janoubia,Gzenaya Al Janoubia (CR),Gzenaya Al Janoubia (Commune Rurale),akznayt aljnwbyt,اكزناية الجنوبية		MA	03	561	1556103052	9937	Africa/Casablanca
6546457	Irherm	irherm	Irherm,Irherm (Commune Urbaine),Irherm (MU),alkrdan (albldyt),الكردان (البلدية)		MA	09	541	0454101051	4607	Africa/Casablanca
6546458	Oulad Teima	oulad-teima	Oulad Teima,Oulad Teima (Commune Urbaine),Oulad Teima (MU),awlad brhyl (albldyt),أولاد برحيل (البلدية)		MA	09	541	0454101091	66159	Africa/Casablanca
6546459	Taliouine	taliouine	Taliouine,Taliouine (Commune Urbaine),Taliouine (MU),awlad taymt (albldyt),أولاد تايمة (البلدية)		MA	09	541	0454101111	5832	Africa/Casablanca
6546460	Adar	adar	Adar,Adar (CR),Adar (Commune Rurale),tarwdant (albldyt),تارودانت (البلدية)		MA	09	541	0454103012	4983	Africa/Casablanca
6546461	Amalou	amalou	Amalou,Amalou (CR),Amalou (Commune Rurale),أيت عبد الله		MA	09	541	0454103052	3256	Africa/Casablanca
6546462	Azaghar N Irs	azaghar-n-irs	Azaghar N Irs,Azaghar N Irs (CR),Azaghar N Irs (Commune Rurale),amlw,املو		MA	09	541	0454103072	5605	Africa/Casablanca
6546463	Imi N Tayart	imi-n-tayart	Imi N Tayart,Imi N Tayart (CR),Imi N Tayart (Commune Rurale),aymawn,ايماون		MA	09	541	0454103112	2366	Africa/Casablanca
6546464	Toufelaazt	toufelaazt	Toufelaazt,Toufelaazt (CR),Toufelaazt (Commune Rurale),tysfan,تيسفان		MA	09	541	0454103292	1614	Africa/Casablanca
6546465	Toumliline	toumliline	Toumliline,Toumliline (CR),Toumliline (Commune Rurale),توفلعازت		MA	09	541	0454103312	2131	Africa/Casablanca
6546466	Igli	igli	Igli,Igli (CR),Igli (Commune Rurale),ada wkmad,ادا وكماض		MA	09	541	0454104232	11197	Africa/Casablanca
6546467	Tabia	tabia	Tabia,Tabia (CR),Tabia (Commune Rurale),أولاد عيسى		MA	09	541	0454103212	1460	Africa/Casablanca
6546468	Lamhara	lamhara	Lamhara,Lamhara (CR),Lamhara (Commune Rurale),tabyt,تابية		MA	09	541	0454104292	11374	Africa/Casablanca
6546469	Ahl Ramel	ahl-ramel	Ahl Ramel,Ahl Ramel (CR),Ahl Ramel (Commune Rurale),twghmrt,توغمرت		MA	09	541	0454105012	8277	Africa/Casablanca
6546470	Argana	argana	Argana,Argana (CR),Argana (Commune Rurale),ahl alrml,أهل الرمل		MA	09	541	0454105032	4804	Africa/Casablanca
6546471	Assads	assads	Assads,Assads (CR),Assads (Commune Rurale),arkant,اركانة		MA	09	541	0454105052	4650	Africa/Casablanca
6546472	Bigoudine	bigoudine	Bigoudine,Bigoudine (CR),Bigoudine (Commune Rurale),asads,اصادص		MA	09	541	0454105072	5131	Africa/Casablanca
6546473	Eddir	eddir	Eddir,Eddir (CR),Eddir (Commune Rurale),bykwdyn,بيكودين		MA	09	541	0454105092	7565	Africa/Casablanca
6546474	Elkoudia El Beida	elkoudia-el-beida	Elkoudia El Beida,Elkoudia El Beida (CR),Elkoudia El Beida (Commune Rurale),aldyr,الدير		MA	09	541	0454105112	19898	Africa/Casablanca
6546475	Imilmaiss	imilmaiss	Imilmaiss,Imilmaiss (CR),Imilmaiss (Commune Rurale),الكدية البيضاء		MA	09	541	0454105132	6584	Africa/Casablanca
6546476	Issen	issen	Issen,Issen (CR),Issen (Commune Rurale),amylmays,اميلمايس		MA	09	541	0454105152	12119	Africa/Casablanca
6546477	Lagfifat	lagfifat	Lagfifat,Lagfifat (CR),Lagfifat (Commune Rurale),asn,اسن		MA	09	541	0454105172	18811	Africa/Casablanca
6546478	Sidi Ahmed Ou Amar	sidi-ahmed-ou-amar	Sidi Ahmed Ou Amar,Sidi Ahmed Ou Amar (CR),Sidi Ahmed Ou Amar (Commune Rurale),مشرع العين		MA	09	541	0454105252	15982	Africa/Casablanca
6546479	Sidi Boumoussa	sidi-boumoussa	Sidi Boumoussa,Sidi Boumoussa (CR),Sidi Boumoussa (Commune Rurale),سيدي أحمد أو عمرو		MA	09	541	0454105272	16894	Africa/Casablanca
6546480	Ahl Tifnoute	ahl-tifnoute	Ahl Tifnoute,Ahl Tifnoute (CR),Ahl Tifnoute (Commune Rurale),akadyr mlwl,اكادير ملول		MA	09	541	0454107032	5910	Africa/Casablanca
6546481	Askaouen	askaouen	Askaouen,Askaouen (CR),Askaouen (Commune Rurale),ahl tfnwt,أهل تفنوت		MA	09	541	0454107052	7458	Africa/Casablanca
6546482	Assaisse	assaisse	Assaisse,Assaisse (CR),Assaisse (Commune Rurale),askawn,اسكاون		MA	09	541	0454107072	6838	Africa/Casablanca
6546483	Assaki	assaki	Assaki,Assaki (CR),Assaki (Commune Rurale),asays,اسايس		MA	09	541	0454107092	8175	Africa/Casablanca
6546484	Azrar	azrar	Azrar,Azrar (CR),Azrar (Commune Rurale),asaky,اساكي		MA	09	541	0454107112	5013	Africa/Casablanca
6546485	Tizgzaouine	tizgzaouine	Tizgzaouine,Tizgzaouine (CR),Tizgzaouine (Commune Rurale),tswsfy,تسوسفي		MA	09	541	0454107212	5272	Africa/Casablanca
6546486	Toubkal	toubkal	Toubkal,Toubkal (CR),Toubkal (Commune Rurale),tyzkzawyn,تيزكزاوين		MA	09	541	0454107232	8489	Africa/Casablanca
6546487	Freija	freija	Freija,Freija (CR),Freija (Commune Rurale),bwnrar,بونرار		MA	09	541	0454109152	7679	Africa/Casablanca
6546488	Ida Ou Moumen	ida-ou-moumen	Ida Ou Moumen,Ida Ou Moumen (CR),Ida Ou Moumen (Commune Rurale),afryjt,افريجة		MA	09	541	0454109192	6023	Africa/Casablanca
6546489	Imoulass	imoulass	Imoulass,Imoulass (CR),Imoulass (Commune Rurale),yd aw mwmn,ئد او مومن		MA	09	541	0454109272	9320	Africa/Casablanca
6546490	Boujdour	boujdour	Boujdour,Boujdour (Commune Urbaine),Boujdour (MU),amlyly,bldyt bwjdwr,bwjdwr,إمليلي,امليلي,بلدية بوجدور,بوجدور		MA	11	121	0212101011	36731	Africa/Casablanca
6546491	Dcheira	dcheira	Dcheira,Dcheira (CR),Dcheira (Commune Rurale),بوكراع		MA	11	321	0232103032	509	Africa/Casablanca
6546492	Foum El Oued	foum-el-oued	Foum El Oued,Foum El Oued (CR),Foum El Oued (Commune Rurale),aldshyrt,الدشيرة		MA	11	321	0232103052	1380	Africa/Casablanca
6546493	Akhfennir	akhfennir	Akhfennir,Akhfennir (CR),Akhfennir (Commune Rurale),fm alwad,فم الواد		MA	11	321	0232105012	1575	Africa/Casablanca
6546494	Daoura	daoura	Daoura,Daoura (CR),Daoura (Commune Rurale),akhfnyr,اخفنير		MA	11	321	0232105032	876	Africa/Casablanca
6546495	Elhagounia	elhagounia	Elhagounia,Elhagounia (CR),Elhagounia (Commune Rurale),dwrt,دورة		MA	11	321	0232105052	1089	Africa/Casablanca
6546496	Zag	zag	Zag,Zag (Commune Urbaine),Zag (MU),asa (albldyt),أسا (البلدية)		MA	10	071	0307101031	7751	Africa/Casablanca
6546497	Aouint Lahna	aouint-lahna	Aouint Lahna,Aouint Lahna (CR),Aouint Lahna (Commune Rurale),alzak (albldyt),الزاك (البلدية)		MA	10	071	0307103012	2391	Africa/Casablanca
6546498	Aouint Yghomane	aouint-yghomane	Aouint Yghomane,Aouint Yghomane (CR),Aouint Yghomane (Commune Rurale),عوينة لهنا		MA	10	071	0307103032	3042	Africa/Casablanca
6546499	Almahbass	almahbass	Almahbass,Almahbass (CR),Almahbass (Commune Rurale),twyzky,تويزكي		MA	10	071	0307105012	131	Africa/Casablanca
6546500	Amgala	amgala	Amgala,Amgala (CR),Amgala (Commune Rurale),alsmart (albldyt),السمارة (البلدية)		MA	11	221	0322103012	2945	Africa/Casablanca
6546501	Guelmim	guelmim	Guelmim,Guelmim (Commune Urbaine),Guelmim (MU),Kulmim,Kulmīm,bldyt klmym,bwyz karn (albldyt),klmym,بلدية كلميم,بويز كارن (البلدية),كلميم		MA	10	261	0326101031	95599	Africa/Casablanca
6546502	Aday	aday	Aday,Aday (CR),Aday (Commune Rurale),klmym (albldyt),كلميم (البلدية)		MA	10	261	0326103012	3481	Africa/Casablanca
6546503	Ifrane Atlas Saghir	ifrane-atlas-saghir	Ifrane Atlas Saghir,Ifrane Atlas Saghir (CR),Ifrane Atlas Saghir (Commune Rurale),amtdy,امتدي		MA	10	261	0326103072	11205	Africa/Casablanca
6546504	Tagante	tagante	Tagante,Tagante (CR),Tagante (Commune Rurale),afran atls alsghyr,افران أطلس الصغير		MA	10	261	0326103092	3630	Africa/Casablanca
6546505	Abaynou	abaynou	Abaynou,Abaynou (CR),Abaynou (Commune Rurale),tmwlay,تمولاي		MA	10	261	0326105012	2422	Africa/Casablanca
6546506	Aferkat	aferkat	Aferkat,Aferkat (CR),Aferkat (Commune Rurale),abaynw,اباينو		MA	10	261	0326105032	1460	Africa/Casablanca
6546507	Laqsabi Tagoust	laqsabi-tagoust	Laqsabi Tagoust,Laqsabi Tagoust (CR),Laqsabi Tagoust (Commune Rurale),lbyar,لبيار		MA	10	261	0326105132	2413	Africa/Casablanca
6546508	Ait Bourzouine	ait-bourzouine	Ait Bourzouine,Ait Bourzouine (CR),Ait Bourzouine (Commune Rurale),lqsyr,لقصير		MA	03	171	1317107012	8635	Africa/Casablanca
6546509	Iqaddar	iqaddar	Iqaddar,Iqaddar (CR),Iqaddar (Commune Rurale),أيت نعمان		MA	03	171	1317107052	8759	Africa/Casablanca
6546510	Ait Ouafqa	ait-ouafqa	Ait Ouafqa,Ait Ouafqa (CR),Ait Ouafqa (Commune Rurale),afla  aghyr,أفلا  اغير		MA	09	581	0458109032	5428	Africa/Casablanca
6546511	Ammelne	ammelne	Ammelne,Ammelne (CR),Ammelne (Commune Rurale),ayt wafqa,أيت وافقا		MA	09	581	0458109052	3603	Africa/Casablanca
6546512	Bitit	bitit	Bitit,Bitit (CR),Bitit (Commune Rurale),awlad alsghyr,اولاد الصغير		MA	03	171	1317105052	14316	Africa/Casablanca
6546513	Ras Ain Rhamna	ras-ain-rhamna	Ras Ain Rhamna,Ras Ain Rhamna (CR),Ras Ain Rhamna (Commune Rurale),awlad amlwl,أولاد املول		MA	07	191	0719109132	12924	Africa/Casablanca
6546514	Sidi Laaroussi	sidi-laaroussi	Sidi Laaroussi,Sidi Laaroussi (CR),Sidi Laaroussi (Commune Rurale),amkhalyf,امخاليف		MA	07	211	0721103432	13203	Africa/Casablanca
6546515	Saniat Berguig	saniat-berguig	Saniat Berguig,Saniat Berguig (CR),Saniat Berguig (Commune Rurale),awlad sbytt,أولاد سبيطة		MA	06	181	1118111092	30286	Africa/Casablanca
6546516	Echemmaia	echemmaia	Echemmaia,Echemmaia (Commune Urbaine),Echemmaia (MU),sanyt brkyk,سانية بركيك		MA	07	431	1143101071	21859	Africa/Casablanca
6546517	Jamaat Shaim	jamaat-shaim	Jamaat Shaim,Jamaat Shaim (Commune Urbaine),Jamaat Shaim (MU),الشماعية (البلدية)		MA	07	431	1143101091	15325	Africa/Casablanca
6546518	Sebt Gzoula	sebt-gzoula	Sebt Gzoula,Sebt Gzoula (Commune Urbaine),Sebt Gzoula (MU),asfy (albldyt),آسفي (البلدية)		MA	07	431	1143101111	13943	Africa/Casablanca
6546519	Bouguedra	bouguedra	Bouguedra,Bouguedra (CR),Bouguedra (Commune Rurale),alywsfyt (albldyt),اليوسفية (البلدية)		MA	07	431	1143103012	16014	Africa/Casablanca
6546520	Elgouraani	elgouraani	Elgouraani,Elgouraani (CR),Elgouraani (Commune Rurale),bwkdrt,بوكدرة		MA	07	431	1143103032	11278	Africa/Casablanca
6546521	Lahdar	lahdar	Lahdar,Lahdar (CR),Lahdar (Commune Rurale),lbkhaty,لبخاتي		MA	07	431	1143103072	12945	Africa/Casablanca
6546522	Lamrasla	lamrasla	Lamrasla,Lamrasla (CR),Lamrasla (Commune Rurale),lhdar,لحدار		MA	07	431	1143103092	18335	Africa/Casablanca
6546523	Hrara	hrara	Hrara,Hrara (CR),Hrara (Commune Rurale),lmraslt,لمراسلة		MA	07	431	1143109072	22683	Africa/Casablanca
6546524	Moul El Bergui	moul-el-bergui	Moul El Bergui,Moul El Bergui (CR),Moul El Bergui (Commune Rurale),hrart,حرارة		MA	07	431	1143109092	15342	Africa/Casablanca
6546525	Demnate	demnate	Demnate,Demnate (Commune Urbaine),Demnate (MU),azylal (albldyt),أزيلال (البلدية)		MA	05	081	1208101031	23453	Africa/Casablanca
6546526	Agoudi N Lkhair	agoudi-n-lkhair	Agoudi N Lkhair,Agoudi N Lkhair (CR),Agoudi N Lkhair (Commune Rurale),dmnat (albldyt),دمنات (البلدية)		MA	05	081	1208103012	11745	Africa/Casablanca
6546527	Bni Frassen	bni-frassen	Bni Frassen,Bni Frassen (CR),Bni Frassen (Commune Rurale),tadrt,تادرت		MA	03	561	1556107012	23429	Africa/Casablanca
6546528	Ghiata Al Gharbia	ghiata-al-gharbia	Ghiata Al Gharbia,Ghiata Al Gharbia (CR),Ghiata Al Gharbia (Commune Rurale),bny frasn,بني فراسن		MA	03	561	1556107072	23038	Africa/Casablanca
6546529	Rbaa El Fouki	rbaa-el-fouki	Rbaa El Fouki,Rbaa El Fouki (CR),Rbaa El Fouki (Commune Rurale),awlad azbayr,أولاد ازباير		MA	03	561	1556107112	7144	Africa/Casablanca
6546530	Azlaf	azlaf	Azlaf,Azlaf (CR),Azlaf (Commune Rurale),الربع الفوقي		MA	02	167	0838109012	5337	Africa/Casablanca
6546532	Kourouna	kourouna	Kourouna,Kourouna (AC),Kourouna (Agglomeration Communale),mrkz tydas,مركز تيداس		MA	02	167	0838109253	2188	Africa/Casablanca
6546534	Bouchabel	bouchabel	Bouchabel,Bouchabel (CR),Bouchabel (Commune Rurale),tymhdyt,تيمحضيت		MA	03	531	1553105032	16084	Africa/Casablanca
6546535	Loulja	loulja	Loulja,Loulja (CR),Loulja (Commune Rurale),ajbabrt,اجبابرة		MA	03	531	1553105092	15956	Africa/Casablanca
6546536	Mkansa	mkansa	Mkansa,Mkansa (CR),Mkansa (Commune Rurale),lwljt,لولجة		MA	03	531	1553105112	23155	Africa/Casablanca
6546537	Moulay Bouchta	moulay-bouchta	Moulay Bouchta,Moulay Bouchta (CR),Moulay Bouchta (Commune Rurale),aghwazy,اغوازي		MA	03	531	1553105152	14347	Africa/Casablanca
6546538	Tafrant	tafrant	Tafrant,Tafrant (CR),Tafrant (Commune Rurale),عين مديونة		MA	03	531	1553103212	14246	Africa/Casablanca
6546539	Bouadel	bouadel	Bouadel,Bouadel (CR),Bouadel (Commune Rurale),tafrant,تافرانت		MA	03	531	1553107072	12684	Africa/Casablanca
6546540	Kalaat Bouqorra	kalaat-bouqorra	Kalaat Bouqorra,Kalaat Bouqorra (CR),Kalaat Bouqorra (Commune Rurale),بوعادل		MA	01	151	1615109072	15165	Africa/Casablanca
6546541	Ksar El Kebir	ksar-el-kebir	Ksar El Kebir,Ksar El Kebir (Commune Urbaine),Ksar El Kebir (MU),mlwst,ملوسة		MA	01	331	1633101011	107120	Africa/Casablanca
6546542	Bouknadel	bouknadel	Bouknadel,Bouknadel (AC),Bouknadel (Agglomeration Communale),mrkz bwdrbalt,مركز بودربالة		MA	04	441	1044103033	9314	Africa/Casablanca
6546545	Ain Dorij	ain-dorij	Ain Dorij,Ain Dorij (AC),Ain Dorij (Agglomeration Communale),mrkz sydy bwbkr,مركز سيدي بوبكر		MA	04	405	0548107033	2321	Africa/Casablanca
6546548	Msied	msied	Msied,Msied (CR),Msied (Commune Rurale),alwtyt (albldyt),الوطية (البلدية)		MA	10	521	0352103012	994	Africa/Casablanca
6546549	Ben Khlil	ben-khlil	Ben Khlil,Ben Khlil (CR),Ben Khlil (Commune Rurale),ashbykt,اشبيكة		MA	10	521	0352105032	313	Africa/Casablanca
6546550	Akka	akka	Akka,Akka (Commune Urbaine),Akka (MU),abn khlyl,ابن خليل		MA	09	551	0355101011	6132	Africa/Casablanca
6546551	Allougoum	allougoum	Allougoum,Allougoum (CR),Allougoum (Commune Rurale),aqa ayghan,اقا ايغان		MA	09	551	0355105052	8380	Africa/Casablanca
6546552	Ibn Yacoub	ibn-yacoub	Ibn Yacoub,Ibn Yacoub (CR),Ibn Yacoub (Commune Rurale),alwkwm,الوكوم		MA	09	551	0355105072	2934	Africa/Casablanca
6546553	Tagmout	tagmout	Tagmout,Tagmout (CR),Tagmout (Commune Rurale),am alkrdan,أم الكردان		MA	09	551	0355107072	4751	Africa/Casablanca
6546554	Tigzmerte	tigzmerte	Tigzmerte,Tigzmerte (CR),Tigzmerte (Commune Rurale),tkmwt,تكموت		MA	09	551	0355107092	3916	Africa/Casablanca
6546555	Tizaghte	tizaghte	Tizaghte,Tizaghte (CR),Tizaghte (Commune Rurale),tykzmrt,تيكزمرت		MA	09	551	0355107112	3920	Africa/Casablanca
6546556	Boumalne Dades	boumalne-dades	Boumalne Dades,Boumalne Dades (Commune Urbaine),Boumalne Dades (MU),Bumal'n Dades,tmsyt,Бумальн Дадес,تمسية		MA	08	577	0440101031	11004	Africa/Casablanca
6546557	Ouarzazate	ouarzazate	Ouarzazate,Ouarzazate (Commune Urbaine),Ouarzazate (MU),قلعة مكونة (البلدية)		MA	08	401	0440101071	53489	Africa/Casablanca
6546558	Lagouira	lagouira	Lagouira,Lagouira (Commune Urbaine),Lagouira (MU),amrzkan,امرزكان		MA	12	066	0106601031	3726	Africa/Casablanca
6546559	Aghouinite	aghouinite	Aghouinite,Aghouinite (CR),Aghouinite (Commune Rurale),alkwyrt (albldyt),الكويرة (البلدية)		MA	12	066	0106603032	222	Africa/Casablanca
6546560	Dakhla	dakhla	Dakhla,Dakhla (Commune Urbaine),Dakhla (MU),byr kndwz,بئر كندوز		MA	12	391	0139101011	55618	Africa/Casablanca
6546561	Ait Ouassif	ait-ouassif	Ait Ouassif,Ait Ouassif (CR),Ait Ouassif (Commune Rurale),tydly,تيدلي		MA	08	577	0440105032	7591	Africa/Casablanca
6546562	Ait Sedrate Sahl Cha	ait-sedrate-sahl-cha	Ait Sedrate Sahl Cha,Ait Sedrate Sahl Cha (CR),Ait Sedrate Sahl Cha (Commune Rurale),ayt wasyf,أيت واسيف		MA	08	577	0440105092	13082	Africa/Casablanca
6546563	Ait Sedrate Sahl El	ait-sedrate-sahl-el	Ait Sedrate Sahl El,Ait Sedrate Sahl El (CR),Ait Sedrate Sahl El (Commune Rurale),ayt sdrat alshl alshrqyt,أيت سدرات السهل الشرقية		MA	08	577	0440105112	14864	Africa/Casablanca
6546564	Ighil N Oumgoun	ighil-n-oumgoun	Ighil N Oumgoun,Ighil N Oumgoun (CR),Ighil N Oumgoun (Commune Rurale),ayt  sdrat alshl alghrbyt,أيت  سدرات السهل الغربية		MA	08	577	0440105152	19182	Africa/Casablanca
6546565	Ikniouen	ikniouen	Ikniouen,Ikniouen (CR),Ikniouen (Commune Rurale),aghyl nwmkwn,اغيل نومكون		MA	08	577	0440105172	15738	Africa/Casablanca
6546566	Idelsane	idelsane	Idelsane,Idelsane (CR),Idelsane (Commune Rurale),ghsat,غسات		MA	08	401	0440107032	8374	Africa/Casablanca
6546567	Imi N Oulaoune	imi-n-oulaoune	Imi N Oulaoune,Imi N Oulaoune (CR),Imi N Oulaoune (Commune Rurale),adlsan,ادلسان		MA	08	401	0440107052	19968	Africa/Casablanca
6546568	Skoura Ahl El Oust	skoura-ahl-el-oust	Skoura Ahl El Oust,Skoura Ahl El Oust (CR),Skoura Ahl El Oust (Commune Rurale),amy nwlawn,امي نولاون		MA	08	401	0440107072	24055	Africa/Casablanca
6546569	Boutrouch	boutrouch	Boutrouch,Boutrouch (CR),Boutrouch (Commune Rurale),trmykt,ترميكت		MA	09	581	0458107052	4496	Africa/Casablanca
6546570	Sebt Ennabour	sebt-ennabour	Sebt Ennabour,Sebt Ennabour (CR),Sebt Ennabour (Commune Rurale),aybdr,ايبضر		MA	09	581	0458107092	8325	Africa/Casablanca
6546571	Sidi Abdallah  Ou Be	sidi-abdallah-ou-be	Sidi Abdallah  Ou Be,Sidi Abdallah  Ou Be (CR),Sidi Abdallah  Ou Be (Commune Rurale),sbt alnabwr,سبت النابور		MA	09	581	0458107112	5233	Africa/Casablanca
6546572	Sidi H Saine Ou Ali	sidi-h-saine-ou-ali	Sidi H Saine Ou Ali,Sidi H Saine Ou Ali (CR),Sidi H Saine Ou Ali (Commune Rurale),سيدي عبد الله أو بلعيد		MA	09	581	0458107132	6898	Africa/Casablanca
6546573	Khenifra	khenifra	Khenifra,Khenifra (Commune Urbaine),Khenifra (MU),tyzkyt,تيزكيت		MA	05	301	1330101011	71522	Africa/Casablanca
6546574	M'Rirt	m-rirt	M'Rirt,M'Rirt (Commune Urbaine),M'Rirt (MU),khnyfrt (albldyt),خنيفرة (البلدية)		MA	05	301	1330101051	35196	Africa/Casablanca
6546575	Ait Saadelli	ait-saadelli	Ait Saadelli,Ait Saadelli (CR),Ait Saadelli (Commune Rurale),ayt ashaq,أيت اسحاق		MA	05	301	1330103032	2540	Africa/Casablanca
6546576	El Kbab	el-kbab	El Kbab,El Kbab (CR),El Kbab (Commune Rurale),أيت سعدلي		MA	05	301	1330103052	16157	Africa/Casablanca
6546577	Sidi Yahya Ou Saad	sidi-yahya-ou-saad	Sidi Yahya Ou Saad,Sidi Yahya Ou Saad (CR),Sidi Yahya Ou Saad (Commune Rurale),waw mant,واو مانة		MA	05	301	1330103112	7051	Africa/Casablanca
6546578	Meknes	meknes	Meknes,Meknes (Commune Urbaine),Meknes (MU),bwfkran (albldyt),بوفكران (البلدية)		MA	03	061	1306101011	461677	Africa/Casablanca
6546579	Ain Karma	ain-karma	Ain Karma,Ain Karma (CR),Ain Karma (Commune Rurale),عين جمعة		MA	03	061	1306103032	5910	Africa/Casablanca
6546580	Ain Orma	ain-orma	Ain Orma,Ain Orma (CR),Ain Orma (Commune Rurale),عين كرمة		MA	03	061	1306103052	3716	Africa/Casablanca
6546581	Ait Ouallal	ait-ouallal	Ait Ouallal,Ait Ouallal (CR),Ait Ouallal (Commune Rurale),عين عرمة		MA	03	061	1306103072	5455	Africa/Casablanca
6546582	Ait Issafen	ait-issafen	Ait Issafen,Ait Issafen (CR),Ait Issafen (Commune Rurale),tafrawt (albldyt),تافراوت (البلدية)		MA	09	581	0458103012	3293	Africa/Casablanca
6546583	Tafraout El Mouloud	tafraout-el-mouloud	Tafraout El Mouloud,Tafraout El Mouloud (CR),Tafraout El Mouloud (Commune Rurale),sydy ahmd aw mwsy,سيدي أحمد أو موسى		MA	09	581	0458103112	3200	Africa/Casablanca
6546584	Tighmi	tighmi	Tighmi,Tighmi (CR),Tighmi (Commune Rurale),tfrawt almwlwd,تفراوت المولود		MA	09	581	0458103132	9752	Africa/Casablanca
6546585	Arbaa Ait Abdellah	arbaa-ait-abdellah	Arbaa Ait Abdellah,Arbaa Ait Abdellah (CR),Arbaa Ait Abdellah (Commune Rurale),athnyn aday,اثنين أداي		MA	09	581	0458105012	3911	Africa/Casablanca
6546586	Mesti	mesti	Mesti,Mesti (CR),Mesti (Commune Rurale),amy nfast,امي نفاست		MA	09	473	0458105052	3549	Africa/Casablanca
6546587	Tangarfa	tangarfa	Tangarfa,Tangarfa (CR),Tangarfa (Commune Rurale),asbwyt,اسبوية		MA	09	473	0458105112	5449	Africa/Casablanca
6546588	Ait Erkha	ait-erkha	Ait Erkha,Ait Erkha (CR),Ait Erkha (Commune Rurale),tywghzt,تيوغزة		MA	09	581	0458107012	5819	Africa/Casablanca
6546589	Anfeg	anfeg	Anfeg,Anfeg (CR),Anfeg (Commune Rurale),ayt alrkha,أيت الرخا		MA	09	581	0458107032	8093	Africa/Casablanca
6546590	Tarsouat	tarsouat	Tarsouat,Tarsouat (CR),Tarsouat (Commune Rurale),anfk,انفك		MA	09	581	0458109092	2375	Africa/Casablanca
6546591	Arbaa Sahel	arbaa-sahel	Arbaa Sahel,Arbaa Sahel (CR),Arbaa Sahel (Commune Rurale),أربعاء رسموكة		MA	09	581	0458111032	10705	Africa/Casablanca
6546592	Bounaamane	bounaamane	Bounaamane,Bounaamane (CR),Bounaamane (Commune Rurale),أربعاء الساحل		MA	09	581	0458111052	10310	Africa/Casablanca
6546593	Elmaader El Kabir	elmaader-el-kabir	Elmaader El Kabir,Elmaader El Kabir (CR),Elmaader El Kabir (Commune Rurale),بونعمان		MA	09	581	0458111072	7915	Africa/Casablanca
6546594	Sidi Bouabdelli	sidi-bouabdelli	Sidi Bouabdelli,Sidi Bouabdelli (CR),Sidi Bouabdelli (Commune Rurale),alrkadt,الركادة		MA	09	581	0458111132	5758	Africa/Casablanca
6546595	Tnine Aglou	tnine-aglou	Tnine Aglou,Tnine Aglou (CR),Tnine Aglou (Commune Rurale),سيدي بوعبد اللي		MA	09	581	0458111152	10240	Africa/Casablanca
6546596	Afella N Dra	afella-n-dra	Afella N Dra,Afella N Dra (CR),Afella N Dra (Commune Rurale),zakwrt (albldyt),زاكورة (البلدية)		MA	08	587	0458703012	7161	Africa/Casablanca
6546597	Bouzeroual	bouzeroual	Bouzeroual,Bouzeroual (CR),Bouzeroual (Commune Rurale),bny zwly,بني زولي		MA	08	587	0458709132	10060	Africa/Casablanca
6546598	Ben Mansour	ben-mansour	Ben Mansour,Ben Mansour (CR),Ben Mansour (Commune Rurale),mhdyt (albldyt),مهدية (البلدية)		MA	04	281	0528103032	43822	Africa/Casablanca
6546599	Haddada	haddada	Haddada,Haddada (CR),Haddada (Commune Rurale),bnmnswr,بنمنصور		MA	04	281	0528103052	15898	Africa/Casablanca
6546600	Bahhara Oulad Ayad	bahhara-oulad-ayad	Bahhara Oulad Ayad,Bahhara Oulad Ayad (CR),Bahhara Oulad Ayad (Commune Rurale),mnasrt,مناصرة		MA	04	281	0528109012	27477	Africa/Casablanca
6546601	Chouafaa	chouafaa	Chouafaa,Chouafaa (CR),Chouafaa (Commune Rurale),بحارة أولاد عياد		MA	04	281	0528109032	18436	Africa/Casablanca
6546602	Moulay Bousselham	moulay-bousselham	Moulay Bousselham,Moulay Bousselham (CR),Moulay Bousselham (Commune Rurale),شوافع		MA	04	281	0528109072	15745	Africa/Casablanca
6546603	Ait Hkim Ait Yzid	ait-hkim-ait-yzid	Ait Hkim Ait Yzid,Ait Hkim Ait Yzid (CR),Ait Hkim Ait Yzid (Commune Rurale),mwlay bwslham,مولاي بوسلهام		MA	07	041	0704103072	8112	Africa/Casablanca
6546604	Ghmate	ghmate	Ghmate,Ghmate (CR),Ghmate (Commune Rurale),ayt hkym  ayt  yzyd,أيت حكيم  أيت  يزيد		MA	07	041	0704103112	25220	Africa/Casablanca
6546605	Iguerferouane	iguerferouane	Iguerferouane,Iguerferouane (CR),Iguerferouane (Commune Rurale),aghmat,اغمات		MA	07	041	0704103132	11812	Africa/Casablanca
6546606	Amghras	amghras	Amghras,Amghras (CR),Amghras (Commune Rurale),zrqtn,زرقطن		MA	07	041	0704105012	6160	Africa/Casablanca
6546607	Amizmiz	amizmiz	Amizmiz,Amizmiz (CR),Amizmiz (Commune Rurale),amghras,امغراس		MA	07	041	0704105032	2923	Africa/Casablanca
6546608	Dar Jamaa	dar-jamaa	Dar Jamaa,Dar Jamaa (CR),Dar Jamaa (Commune Rurale),azkwr,ازكور		MA	07	041	0704105092	5911	Africa/Casablanca
6546609	Tizguine	tizguine	Tizguine,Tizguine (CR),Tizguine (Commune Rurale),sydy  bdhaj,سيدي  بدهاج		MA	07	041	0704105192	3886	Africa/Casablanca
6546610	Ighil	ighil	Ighil,Ighil (CR),Ighil (Commune Rurale),asny,أسني		MA	07	041	0704107052	5619	Africa/Casablanca
6546611	Ijoukak	ijoukak	Ijoukak,Ijoukak (CR),Ijoukak (Commune Rurale),aghyl,اغيل		MA	07	041	0704107072	6641	Africa/Casablanca
6546612	Imgdal	imgdal	Imgdal,Imgdal (CR),Imgdal (Commune Rurale),ajwkak,اجوكاك		MA	07	041	0704107092	5537	Africa/Casablanca
6546613	Talat N Yaaqoub	talat-n-yaaqoub	Talat N Yaaqoub,Talat N Yaaqoub (CR),Talat N Yaaqoub (Commune Rurale),wyrkan,ويركان		MA	07	041	0704107132	7702	Africa/Casablanca
6546614	Moulay Brahim	moulay-brahim	Moulay Brahim,Moulay Brahim (CR),Moulay Brahim (Commune Rurale),تلات نيعقوب		MA	07	041	0704109012	7706	Africa/Casablanca
6546615	Tameslohte	tameslohte	Tameslohte,Tameslohte (CR),Tameslohte (Commune Rurale),thnawt,تحناوت		MA	07	041	0704109112	15062	Africa/Casablanca
6546616	Chichaoua	chichaoua	Chichaoua,Chichaoua (Commune Urbaine),Chichaoua (MU),tmslwht,تمصلوحت		MA	07	161	0716101011	15643	Africa/Casablanca
6546617	Imintanoute	imintanoute	Imintanoute,Imintanoute (Commune Urbaine),Imintanoute (MU),shyshawt (albldyt),شيشاوة (البلدية)		MA	07	161	0716101031	17051	Africa/Casablanca
6546618	Ahdil	ahdil	Ahdil,Ahdil (CR),Ahdil (Commune Rurale),amntanwt (albldyt),امنتانوت (البلدية)		MA	07	161	0716103012	11764	Africa/Casablanca
6546619	Ait Hadi	ait-hadi	Ait Hadi,Ait Hadi (CR),Ait Hadi (Commune Rurale),ahdyl,اهديل		MA	07	161	0716103032	7431	Africa/Casablanca
6546620	Lamzoudia	lamzoudia	Lamzoudia,Lamzoudia (CR),Lamzoudia (Commune Rurale),ayt hady,أيت هادي		MA	07	161	0716103052	22439	Africa/Casablanca
6546665	Tidzi	tidzi	Tidzi,Tidzi (CR),Tidzi (Commune Rurale),tarkant,تاركانت		MA	07	211	0721105492	4057	Africa/Casablanca
6546621	Oulad Moumna	oulad-moumna	Oulad Moumna,Oulad Moumna (CR),Oulad Moumna (Commune Rurale),lmzwdyt,لمزوضية		MA	07	161	0716103072	7513	Africa/Casablanca
6546622	Saidate	saidate	Saidate,Saidate (CR),Saidate (Commune Rurale),awlad mwmnt,اولاد مومنة		MA	07	161	0716103092	6533	Africa/Casablanca
6546623	Sidi L'Mokhtar	sidi-l-mokhtar	Sidi L'Mokhtar,Sidi L'Mokhtar (CR),Sidi L'Mokhtar (Commune Rurale),السعيدات		MA	07	161	0716103112	8050	Africa/Casablanca
6546624	Nfifa	nfifa	Nfifa,Nfifa (CR),Nfifa (Commune Rurale),للا عزيزة		MA	07	161	0716105112	5451	Africa/Casablanca
6546625	Oued L Bour	oued-l-bour	Oued L Bour,Oued L Bour (CR),Oued L Bour (Commune Rurale),nfyft,نفيفة		MA	07	161	0716105132	6851	Africa/Casablanca
6546626	Sidi Ghanem	sidi-ghanem	Sidi Ghanem,Sidi Ghanem (CR),Sidi Ghanem (Commune Rurale),wad albwr,واد البور		MA	07	161	0716105152	9326	Africa/Casablanca
6546627	Adassil	adassil	Adassil,Adassil (CR),Adassil (Commune Rurale),tmzkdwyn,تمزكدوين		MA	07	161	0716107012	7212	Africa/Casablanca
6546628	Assif El Mal	assif-el-mal	Assif El Mal,Assif El Mal (CR),Assif El Mal (Commune Rurale),adasyl,اداسيل		MA	07	161	0716107032	6711	Africa/Casablanca
6546629	Gmassa	gmassa	Gmassa,Gmassa (CR),Gmassa (Commune Rurale),adwyran,ادويران		MA	07	161	0716107072	9280	Africa/Casablanca
6546630	Imindounit	imindounit	Imindounit,Imindounit (CR),Imindounit (Commune Rurale),kmast,كماسة		MA	07	161	0716107092	11363	Africa/Casablanca
6546631	M Zouda	m-zouda	M Zouda,M Zouda (CR),M Zouda (Commune Rurale),mjat,مجاط		MA	07	161	0716107132	15151	Africa/Casablanca
6546632	Sidi Aissa	sidi-aissa	Sidi Aissa,Sidi Aissa (CR),Sidi Aissa (Commune Rurale),lmsabh,لمصابح		MA	07	431	1143103132	9719	Africa/Casablanca
6546633	Sidi Ettiji	sidi-ettiji	Sidi Ettiji,Sidi Ettiji (CR),Sidi Ettiji (Commune Rurale),سيدي عيسى		MA	07	431	1143103152	15686	Africa/Casablanca
6546634	Atiamim	atiamim	Atiamim,Atiamim (CR),Atiamim (Commune Rurale),sydy tyjy,سيدي تيجي		MA	07	431	1143105012	6427	Africa/Casablanca
6546635	El Gantour	el-gantour	El Gantour,El Gantour (CR),El Gantour (Commune Rurale),atyamym,اطياميم		MA	07	585	1143105032	11142	Africa/Casablanca
6546636	Esbiaat	esbiaat	Esbiaat,Esbiaat (CR),Esbiaat (Commune Rurale),alkntwr,الكنتور		MA	07	431	1143105052	14449	Africa/Casablanca
6546637	Ighoud	ighoud	Ighoud,Ighoud (CR),Ighoud (Commune Rurale),اسبيعات		MA	07	431	1143105072	20240	Africa/Casablanca
6546638	Jnane Bouih	jnane-bouih	Jnane Bouih,Jnane Bouih (CR),Jnane Bouih (Commune Rurale),ajdwr,اجدور		MA	07	431	1143105112	17644	Africa/Casablanca
6546639	Atouabet	atouabet	Atouabet,Atouabet (CR),Atouabet (Commune Rurale),sydy shykr,سيدي شيكر		MA	07	431	1143107012	10704	Africa/Casablanca
6546640	Elghiate	elghiate	Elghiate,Elghiate (CR),Elghiate (Commune Rurale),atwabt,اتوابت		MA	07	431	1143107032	25502	Africa/Casablanca
6546641	Nagga	nagga	Nagga,Nagga (CR),Nagga (Commune Rurale),لعمامرة		MA	07	431	1143107112	20797	Africa/Casablanca
6546642	Oulad Salmane	oulad-salmane	Oulad Salmane,Oulad Salmane (CR),Oulad Salmane (Commune Rurale),nka,نكا		MA	07	431	1143107132	16780	Africa/Casablanca
6546643	Saadla	saadla	Saadla,Saadla (CR),Saadla (Commune Rurale),awlad slman,أولاد سلمان		MA	07	431	1143107152	14988	Africa/Casablanca
6546644	Elbeddouza	elbeddouza	Elbeddouza,Elbeddouza (CR),Elbeddouza (Commune Rurale),دار سي عيسى		MA	07	431	1143109052	12160	Africa/Casablanca
6546645	Zaouia Annahlia	zaouia-annahlia	Zaouia Annahlia,Zaouia Annahlia (CR),Zaouia Annahlia (Commune Rurale),albdwzt,البدوزة		MA	07	161	0716107152	15942	Africa/Casablanca
6546646	Sidi Abdelmoumen	sidi-abdelmoumen	Sidi Abdelmoumen,Sidi Abdelmoumen (CR),Sidi Abdelmoumen (Commune Rurale),rhalt,رحالة		MA	07	161	0716109112	9007	Africa/Casablanca
6546647	Taouloukoult	taouloukoult	Taouloukoult,Taouloukoult (CR),Taouloukoult (Commune Rurale),سيدي عبد المومن		MA	07	161	0716109132	10682	Africa/Casablanca
6546648	Ait Daoud	ait-daoud	Ait Daoud,Ait Daoud (Commune Urbaine),Ait Daoud (MU),tmlylt,تمليلت		MA	07	211	0721101011	2497	Africa/Casablanca
6546649	Elhanchane	elhanchane	Elhanchane,Elhanchane (Commune Urbaine),Elhanchane (MU),ayt dawwd (albldyt),أيت داوود (البلدية)		MA	07	211	0721101031	4698	Africa/Casablanca
6546650	Essaouira	essaouira	Essaouira,Essaouira (Commune Urbaine),Essaouira (MU),alhnshan (albldyt),الحنشان (البلدية)		MA	07	211	0721101051	69005	Africa/Casablanca
6546651	Talmest	talmest	Talmest,Talmest (Commune Urbaine),Talmest (MU),alswyrt  (albldyt),الصويرة  (البلدية)		MA	07	211	0721101071	4133	Africa/Casablanca
6546652	Tamanar	tamanar	Tamanar,Tamanar (Commune Urbaine),Tamanar (MU),talmst (albldyt),تالمست (البلدية)		MA	07	211	0721101091	9968	Africa/Casablanca
6546653	Ait Said	ait-said	Ait Said,Ait Said (CR),Ait Said (Commune Rurale),tmnar (albldyt),تمنار (البلدية)		MA	07	211	0721103012	6819	Africa/Casablanca
6546654	Aquermoud	aquermoud	Aquermoud,Aquermoud (CR),Aquermoud (Commune Rurale),أيت سعيد		MA	07	211	0721103032	15662	Africa/Casablanca
6546655	Had Dra	had-dra	Had Dra,Had Dra (CR),Had Dra (Commune Rurale),aqrmwd,اقرمود		MA	07	211	0721103052	8989	Africa/Casablanca
6546656	Lahsinate	lahsinate	Lahsinate,Lahsinate (CR),Lahsinate (Commune Rurale),lkdadrt,لكدادرة		MA	07	211	0721103132	5324	Africa/Casablanca
6546657	Mejji	mejji	Mejji,Mejji (CR),Mejji (Commune Rurale),lhsynat,لحسينات		MA	07	211	0721103152	7029	Africa/Casablanca
6546658	Ida Ou Aazza	ida-ou-aazza	Ida Ou Aazza,Ida Ou Aazza (CR),Ida Ou Aazza (Commune Rurale),alzawyt,الزاويت		MA	07	211	0721105172	7331	Africa/Casablanca
6546659	Ida Ou Guelloul	ida-ou-guelloul	Ida Ou Guelloul,Ida Ou Guelloul (CR),Ida Ou Guelloul (Commune Rurale),ايذا وعزا		MA	07	211	0721105192	5999	Africa/Casablanca
6546660	Ida Ou Kazzou	ida-ou-kazzou	Ida Ou Kazzou,Ida Ou Kazzou (CR),Ida Ou Kazzou (Commune Rurale),ayda awklwl,ايدا اوكلول		MA	07	211	0721105212	5182	Africa/Casablanca
6546661	Sidi Ghaneme	sidi-ghaneme	Sidi Ghaneme,Sidi Ghaneme (CR),Sidi Ghaneme (Commune Rurale),sydy aljzwly,سيدي الجزولي		MA	07	211	0721105312	5081	Africa/Casablanca
6546662	Sidi H Mad  Ou M Bar	sidi-h-mad-ou-m-bar	Sidi H Mad  Ou M Bar,Sidi H Mad  Ou M Bar (CR),Sidi H Mad  Ou M Bar (Commune Rurale),sydy ghanm,سيدي غانم		MA	07	211	0721105332	6178	Africa/Casablanca
6546663	Smimou	smimou	Smimou,Smimou (CR),Smimou (Commune Rurale),tafdna,تافضنا		MA	07	211	0721105392	8026	Africa/Casablanca
6546664	Targante	targante	Targante,Targante (CR),Targante (Commune Rurale),takwsht,تاكوشت		MA	07	211	0721105472	7605	Africa/Casablanca
6546666	Timizguida Ouftas	timizguida-ouftas	Timizguida Ouftas,Timizguida Ouftas (CR),Timizguida Ouftas (Commune Rurale),tdzy,تدزي		MA	07	211	0721105512	5218	Africa/Casablanca
6546667	Agafay	agafay	Agafay,Agafay (CR),Agafay (Commune Rurale),tmzkdt awftas,تمزكدة أوفتاس		MA	07	351	0735105012	15452	Africa/Casablanca
6546668	Ait Imour	ait-imour	Ait Imour,Ait Imour (CR),Ait Imour (Commune Rurale),akfay,اكفاي		MA	07	351	0735105032	12164	Africa/Casablanca
6546669	Loudaya	loudaya	Loudaya,Loudaya (CR),Loudaya (Commune Rurale),ayt aymwr,أيت ايمور		MA	07	351	0735105052	18010	Africa/Casablanca
6546670	Sid Zouine	sid-zouine	Sid Zouine,Sid Zouine (CR),Sid Zouine (Commune Rurale),سعادة		MA	07	351	0735105092	14954	Africa/Casablanca
6546671	Ait Abbas	ait-abbas	Ait Abbas,Ait Abbas (CR),Ait Abbas (Commune Rurale),لمعاشات		MA	05	081	1208103032	12633	Africa/Casablanca
6546672	Ait Bou Oulli	ait-bou-oulli	Ait Bou Oulli,Ait Bou Oulli (CR),Ait Bou Oulli (Commune Rurale),أيت عباس		MA	05	081	1208103052	11095	Africa/Casablanca
6546673	Tabant	tabant	Tabant,Tabant (CR),Tabant (Commune Rurale),أيت بوعلي		MA	05	081	1208103092	14963	Africa/Casablanca
6546674	Ait Tamlil	ait-tamlil	Ait Tamlil,Ait Tamlil (CR),Ait Tamlil (Commune Rurale),ayt aw mdys,أيت أو مديس		MA	05	081	1208107072	19930	Africa/Casablanca
6546675	Et-Taous	et-taous	Et-Taous,Et-Taous (CR),Et-Taous (Commune Rurale),hsya,حصيا		MA	08	201	1320111072	5307	Africa/Casablanca
6546676	Ait Yahya	ait-yahya	Ait Yahya,Ait Yahya (CR),Ait Yahya (Commune Rurale),سيدي علي		MA	08	363	1320115012	4455	Africa/Casablanca
6546677	Laouamra	laouamra	Laouamra,Laouamra (CR),Laouamra (Commune Rurale),العرائش (البلدية)		MA	01	331	1633103052	40605	Africa/Casablanca
6546678	Assilah	assilah	Assilah,Assilah (Commune Urbaine),Assilah (MU),alsahl,الساحل		MA	01	511	1651101011	28120	Africa/Casablanca
6546679	Allyene	allyene	Allyene,Allyene (CR),Allyene (Commune Rurale),almdyq (albldyt),المضيق (البلدية)		MA	01	255	1657103032	6126	Africa/Casablanca
6546688	Skoura	skoura	Skoura,Skoura (AC),Skoura (Agglomeration Communale),mrkz mwlay bwslham,مركز مولاي بوسلهام		MA	08	401	0440107073	2808	Africa/Casablanca
6546689	Tabounte	tabounte	Tabounte,Tabounte (AC),Tabounte (Agglomeration Communale),mrkz skwrt,مركز سكورة		MA	08	401	0440107093	21157	Africa/Casablanca
6546690	Ait El Farsi	ait-el-farsi	Ait El Farsi,Ait El Farsi (CR),Ait El Farsi (Commune Rurale),tnghyr (albldyt),تنغير (البلدية)		MA	08	577	0440105012	4557	Africa/Casablanca
6546691	Ait Sedrate Jbel  El	ait-sedrate-jbel-el	Ait Sedrate Jbel  El,Ait Sedrate Jbel  El (CR),Ait Sedrate Jbel  El (Commune Rurale),ayt alfrsy,أيت الفرسي		MA	08	577	0440105052	4059	Africa/Casablanca
6546692	Ahlaf	ahlaf	Ahlaf,Ahlaf (CR),Ahlaf (Commune Rurale),twdghy  alsfly,تودغى  السفلى		MA	06	111	0611103012	11451	Africa/Casablanca
6546694	Hattane	hattane	Hattane,Hattane (Commune Urbaine),Hattane (MU),bwjnybt (albldyt),بوجنيبة (البلدية)		MA	05	311	0631101051	10284	Africa/Casablanca
6546695	Khouribga	khouribga	Khouribga,Khouribga (Commune Urbaine),Khouribga (MU),htan (albldyt),حطان (البلدية)		MA	05	311	0631101071	165976	Africa/Casablanca
6546696	Oulad Gouaouch	oulad-gouaouch	Oulad Gouaouch,Oulad Gouaouch (CR),Oulad Gouaouch (Commune Rurale),bny zrntl,بني زرنتل		MA	05	311	0631103112	3094	Africa/Casablanca
6546697	Bir Mezoui	bir-mezoui	Bir Mezoui,Bir Mezoui (CR),Bir Mezoui (Commune Rurale),tshraft,تشرافت		MA	05	311	0631105012	6604	Africa/Casablanca
6546698	Boulanouare	boulanouare	Boulanouare,Boulanouare (CR),Boulanouare (Commune Rurale),byr mzwy,بئر مزوي		MA	05	311	0631105052	3267	Africa/Casablanca
6546699	Lagfaf	lagfaf	Lagfaf,Lagfaf (CR),Lagfaf (Commune Rurale),bwlnwar,بولنوار		MA	05	311	0631105072	8510	Africa/Casablanca
6546700	Elfoqra	elfoqra	Elfoqra,Elfoqra (CR),Elfoqra (Commune Rurale),lkfaf,لكفاف		MA	05	311	0631105092	4211	Africa/Casablanca
6546701	M Fassis	m-fassis	M Fassis,M Fassis (CR),M Fassis (Commune Rurale),الفقراء		MA	05	311	0631105112	5619	Africa/Casablanca
6546702	Oulad Azzouz	oulad-azzouz	Oulad Azzouz,Oulad Azzouz (CR),Oulad Azzouz (Commune Rurale),أولاد عبدون		MA	05	311	0631105152	9815	Africa/Casablanca
6546703	Bni Smir	bni-smir	Bni Smir,Bni Smir (CR),Bni Smir (Commune Rurale),أولاد عزوز		MA	05	311	0631107032	6241	Africa/Casablanca
6546704	Kasbat Troch	kasbat-troch	Kasbat Troch,Kasbat Troch (CR),Kasbat Troch (Commune Rurale),bny smyr,بني سمير		MA	05	311	0631107072	8672	Africa/Casablanca
6546705	Berrechid	berrechid	Berrechid,Berrechid (Commune Urbaine),Berrechid (MU),bn ahmd (albldyt),بن أحمد (البلدية)		MA	06	117	0646101031	89551	Africa/Casablanca
6546706	Elborouj	elborouj	Elborouj,Elborouj (Commune Urbaine),Elborouj (MU),brshyd (albldyt),برشيد (البلدية)		MA	06	461	0646101051	16222	Africa/Casablanca
6546707	Loulad	loulad	Loulad,Loulad (Commune Urbaine),Loulad (MU),alkart (albldyt),الكارة (البلدية)		MA	06	461	0646101091	5025	Africa/Casablanca
6546708	Oulad M'Rah	oulad-m-rah	Oulad M'Rah,Oulad M'Rah (Commune Urbaine),Oulad M'Rah (MU),اولاد عبو (البلدية)		MA	06	461	0646101131	9166	Africa/Casablanca
6546709	Lahlaf M Zab	lahlaf-m-zab	Lahlaf M Zab,Lahlaf M Zab (CR),Lahlaf M Zab (Commune Rurale),bwkrkwh,بوكركوح		MA	06	461	0646103052	7160	Africa/Casablanca
6546710	N Khila	n-khila	N Khila,N Khila (CR),N Khila (Commune Rurale),amkartw,امكارطو		MA	06	461	0646103152	11503	Africa/Casablanca
6546711	Ras El Ain Chaouia	ras-el-ain-chaouia	Ras El Ain Chaouia,Ras El Ain Chaouia (CR),Ras El Ain Chaouia (Commune Rurale),awlad amhmd,اولاد امحمد		MA	06	461	0646103252	14747	Africa/Casablanca
6546712	Sgamna	sgamna	Sgamna,Sgamna (CR),Sgamna (Commune Rurale),رأس العين الشاوية		MA	06	461	0646103272	10245	Africa/Casablanca
6546713	Sidi Abdelkrim	sidi-abdelkrim	Sidi Abdelkrim,Sidi Abdelkrim (CR),Sidi Abdelkrim (Commune Rurale),alskamnt,السكامنة		MA	06	461	0646103292	14037	Africa/Casablanca
6546714	Sidi Dahbi	sidi-dahbi	Sidi Dahbi,Sidi Dahbi (CR),Sidi Dahbi (Commune Rurale),سيدي عبد الكريم		MA	06	461	0646103312	8703	Africa/Casablanca
6546715	Sidi Hajjaj	sidi-hajjaj	Sidi Hajjaj,Sidi Hajjaj (CR),Sidi Hajjaj (Commune Rurale),sydy aldhhby,سيدي الذهبي		MA	06	461	0646103332	20732	Africa/Casablanca
6546716	Ben Maachou	ben-maachou	Ben Maachou,Ben Maachou (CR),Ben Maachou (Commune Rurale),sydy hjaj,سيدي حجاج		MA	06	461	0646105012	8680	Africa/Casablanca
6546717	Laghnimyine	laghnimyine	Laghnimyine,Laghnimyine (CR),Laghnimyine (Commune Rurale),ابن معاشو		MA	06	461	0646105112	16191	Africa/Casablanca
6546718	Lahsasna	lahsasna	Lahsasna,Lahsasna (CR),Lahsasna (Commune Rurale),lghnymyyn,لغنيميين		MA	06	461	0646105132	9495	Africa/Casablanca
6546719	Lakhiaita	lakhiaita	Lakhiaita,Lakhiaita (CR),Lakhiaita (Commune Rurale),lhsasnt,لحساسنة		MA	06	117	0646105152	17538	Africa/Casablanca
6546720	Sahel Oulad H Riz	sahel-oulad-h-riz	Sahel Oulad H Riz,Sahel Oulad H Riz (CR),Sahel Oulad H Riz (Commune Rurale),lkhyaytt,لخيايطة		MA	06	117	0646105252	19286	Africa/Casablanca
6546721	Sidi Abdelkhaleq	sidi-abdelkhaleq	Sidi Abdelkhaleq,Sidi Abdelkhaleq (CR),Sidi Abdelkhaleq (Commune Rurale),alsahl awlad ahryz,الساحل اولاد احريز		MA	06	461	0646105272	5933	Africa/Casablanca
6546722	Sidi El Mekki	sidi-el-mekki	Sidi El Mekki,Sidi El Mekki (CR),Sidi El Mekki (Commune Rurale),سيدي عبد الخالق		MA	06	117	0646105292	10983	Africa/Casablanca
6546723	Sidi Rahal Chatai	sidi-rahal-chatai	Sidi Rahal Chatai,Sidi Rahal Chatai (CR),Sidi Rahal Chatai (Commune Rurale),sydy almky,سيدي المكي		MA	06	117	0646105312	14286	Africa/Casablanca
6546724	Ain Blal	ain-blal	Ain Blal,Ain Blal (CR),Ain Blal (Commune Rurale),zawyt sydy bnhmdwn,زاوية سيدي بنحمدون		MA	06	461	0646107012	4699	Africa/Casablanca
6546725	Bni Khloug	bni-khloug	Bni Khloug,Bni Khloug (CR),Bni Khloug (Commune Rurale),عين بلال		MA	06	461	0646107032	12930	Africa/Casablanca
6546726	Dar Chaffai	dar-chaffai	Dar Chaffai,Dar Chaffai (CR),Dar Chaffai (Commune Rurale),bny khlwk,بني خلوك		MA	06	461	0646107052	17454	Africa/Casablanca
6546727	Laqraqra	laqraqra	Laqraqra,Laqraqra (CR),Laqraqra (Commune Rurale),دار الشافعي		MA	06	461	0646107072	11419	Africa/Casablanca
6546728	Meskoura	meskoura	Meskoura,Meskoura (CR),Meskoura (Commune Rurale),lqraqrt,لقراقرة		MA	06	461	0646107092	7180	Africa/Casablanca
6546729	Oulad Amer	oulad-amer	Oulad Amer,Oulad Amer (CR),Oulad Amer (Commune Rurale),mskwrt,مسكورة		MA	06	461	0646107112	6673	Africa/Casablanca
6546730	Oulad Bouali Nouaja	oulad-bouali-nouaja	Oulad Bouali Nouaja,Oulad Bouali Nouaja (CR),Oulad Bouali Nouaja (Commune Rurale),اولاد عامر		MA	06	461	0646107132	6507	Africa/Casablanca
6546731	Oulad Fares El Halla	oulad-fares-el-halla	Oulad Fares El Halla,Oulad Fares El Halla (CR),Oulad Fares El Halla (Commune Rurale),أولاد بوعلي النواجة		MA	06	461	0646107152	3609	Africa/Casablanca
6546732	Oulad Freiha	oulad-freiha	Oulad Freiha,Oulad Freiha (CR),Oulad Freiha (Commune Rurale),awlad fars alhlt,أولاد فارس الحلة		MA	06	461	0646107172	11581	Africa/Casablanca
6546733	Kasbat Ben Mchich	kasbat-ben-mchich	Kasbat Ben Mchich,Kasbat Ben Mchich (CR),Kasbat Ben Mchich (Commune Rurale),jaqmt,جاقمة		MA	06	117	0646108092	13328	Africa/Casablanca
6546734	Lambarkiyine	lambarkiyine	Lambarkiyine,Lambarkiyine (CR),Lambarkiyine (Commune Rurale),qsbt bn mshysh,قصبة بن مشيش		MA	06	461	0646108172	7884	Africa/Casablanca
6546735	Ouled Cebbah	ouled-cebbah	Ouled Cebbah,Ouled Cebbah (CR),Ouled Cebbah (Commune Rurale),lmbarkyyn,لمباركيين		MA	06	117	0646108192	7635	Africa/Casablanca
6546736	Ouled Zidane	ouled-zidane	Ouled Zidane,Ouled Zidane (CR),Ouled Zidane (Commune Rurale),awlad sbah,أولاد صباح		MA	06	117	0646108212	6122	Africa/Casablanca
6546737	Riah	riah	Riah,Riah (CR),Riah (Commune Rurale),awlad zydan,أولاد زيدان		MA	06	461	0646108232	7562	Africa/Casablanca
6546738	Rima	rima	Rima,Rima (CR),Rima (Commune Rurale),ryah,رياح		MA	06	461	0646109232	8949	Africa/Casablanca
6546739	Sidi El Aidi	sidi-el-aidi	Sidi El Aidi,Sidi El Aidi (CR),Sidi El Aidi (Commune Rurale),rymt,ريمة		MA	06	461	0646109252	13839	Africa/Casablanca
6546740	Ait Ourir	ait-ourir	Ait Ourir,Ait Ourir (Commune Urbaine),Ait Ourir (MU),thwalt,ثوالت		MA	07	041	0704101011	19864	Africa/Casablanca
6546741	Ait Aadel	ait-aadel	Ait Aadel,Ait Aadel (CR),Ait Aadel (Commune Rurale),abadw,ابادو		MA	07	041	0704103032	6967	Africa/Casablanca
6546742	Ait Faska	ait-faska	Ait Faska,Ait Faska (CR),Ait Faska (Commune Rurale),أيت عادل		MA	07	041	0704103052	26210	Africa/Casablanca
6546743	Ait Sidi Daoud	ait-sidi-daoud	Ait Sidi Daoud,Ait Sidi Daoud (CR),Ait Sidi Daoud (Commune Rurale),ayt faska,أيت فاسكا		MA	07	041	0704103092	18976	Africa/Casablanca
6546744	Sidi Abdallah Ghiat	sidi-abdallah-ghiat	Sidi Abdallah Ghiat,Sidi Abdallah Ghiat (CR),Sidi Abdallah Ghiat (Commune Rurale),ayt sydy dawd,أيت سيدي داود		MA	07	041	0704103152	29498	Africa/Casablanca
6546745	El Kelaa Des Sraghna	el-kelaa-des-sraghna	El Kelaa Des Sraghna,El Kelaa Des Sraghna (Commune Urbaine),El Kelaa Des Sraghna (MU),abn jryr (albldyt),ابن جرير (البلدية)		MA	07	191	0719101031	68253	Africa/Casablanca
6546746	Laattaouia	laattaouia	Laattaouia,Laattaouia (Commune Urbaine),Laattaouia (MU),قلعة السراغنة (البلدية)		MA	07	191	0719101051	20237	Africa/Casablanca
6546747	Sidi Rahhal	sidi-rahhal	Sidi Rahhal,Sidi Rahhal (Commune Urbaine),Sidi Rahhal (MU),العطاوية (البلدية)		MA	07	191	0719101071	6352	Africa/Casablanca
6546748	Tamallalt	tamallalt	Tamallalt,Tamallalt (Commune Urbaine),Tamallalt (MU),sydy rhal (albldyt),سيدي رحال (البلدية)		MA	07	191	0719101091	12176	Africa/Casablanca
6546749	Chtaiba	chtaiba	Chtaiba,Chtaiba (CR),Chtaiba (Commune Rurale),tmlalt (albldyt),تملالت (البلدية)		MA	07	191	0719103012	9122	Africa/Casablanca
6546750	Eddachra	eddachra	Eddachra,Eddachra (CR),Eddachra (Commune Rurale),alshtybt,الشطيبة		MA	07	191	0719103032	7522	Africa/Casablanca
6546751	Elaamria	elaamria	Elaamria,Elaamria (CR),Elaamria (Commune Rurale),aldshrt,الدشرة		MA	07	191	0719103052	8382	Africa/Casablanca
6546752	Elmarbouh	elmarbouh	Elmarbouh,Elmarbouh (CR),Elmarbouh (Commune Rurale),العامرية		MA	07	191	0719103072	7567	Africa/Casablanca
6546753	Errafiaya	errafiaya	Errafiaya,Errafiaya (CR),Errafiaya (Commune Rurale),almrbwh,المربوح		MA	07	191	0719103092	5502	Africa/Casablanca
6546754	Hiadna	hiadna	Hiadna,Hiadna (CR),Hiadna (Commune Rurale),الرافعية		MA	07	191	0719103112	11387	Africa/Casablanca
6546755	Lounasda	lounasda	Lounasda,Lounasda (CR),Lounasda (Commune Rurale),alhyadnt,الهيادنة		MA	07	191	0719103132	10639	Africa/Casablanca
6546756	Mayate	mayate	Mayate,Mayate (CR),Mayate (Commune Rurale),lwnasdt,لوناسدة		MA	07	191	0719103152	12101	Africa/Casablanca
6546757	Oulad Aamer	oulad-aamer	Oulad Aamer,Oulad Aamer (CR),Oulad Aamer (Commune Rurale),myat,ميات		MA	07	191	0719103172	7015	Africa/Casablanca
6546758	Oulad Bouali Loued	oulad-bouali-loued	Oulad Bouali Loued,Oulad Bouali Loued (CR),Oulad Bouali Loued (Commune Rurale),أولاد عامر		MA	07	191	0719103192	6031	Africa/Casablanca
6546759	Oulad Msabbel	oulad-msabbel	Oulad Msabbel,Oulad Msabbel (CR),Oulad Msabbel (Commune Rurale),أولاد مسعود		MA	07	191	0719103272	6254	Africa/Casablanca
6546760	Jbiel	jbiel	Jbiel,Jbiel (CR),Jbiel (Commune Rurale),fraytt,فرايطة		MA	07	191	0719105112	11376	Africa/Casablanca
6546761	Jouala	jouala	Jouala,Jouala (CR),Jouala (Commune Rurale),ajbyl,اجبيل		MA	07	191	0719105132	11168	Africa/Casablanca
6546762	Ouargui	ouargui	Ouargui,Ouargui (CR),Ouargui (Commune Rurale),mzm snhajt,مزم صنهاجة		MA	07	191	0719105212	10384	Africa/Casablanca
6546763	Oulad Khallouf	oulad-khallouf	Oulad Khallouf,Oulad Khallouf (CR),Oulad Khallouf (Commune Rurale),أولاد عراض		MA	07	191	0719105252	8605	Africa/Casablanca
6546764	Sour El Aaz	sour-el-aaz	Sour El Aaz,Sour El Aaz (CR),Sour El Aaz (Commune Rurale),سيدي عيسى بن سليمان		MA	07	191	0719105292	3850	Africa/Casablanca
6546765	Zemrane	zemrane	Zemrane,Zemrane (CR),Zemrane (Commune Rurale),سور العز		MA	07	191	0719105312	14338	Africa/Casablanca
6546766	Zemrane Charqia	zemrane-charqia	Zemrane Charqia,Zemrane Charqia (CR),Zemrane Charqia (Commune Rurale),zmran,زمران		MA	07	191	0719105332	29087	Africa/Casablanca
6546767	Ait Hammou	ait-hammou	Ait Hammou,Ait Hammou (CR),Ait Hammou (Commune Rurale),zmran alshrqyt,زمران الشرقية		MA	07	427	0719107012	7499	Africa/Casablanca
6546768	Ait Taleb	ait-taleb	Ait Taleb,Ait Taleb (CR),Ait Taleb (Commune Rurale),ayt hmw,أيت حمو		MA	07	427	0719107032	8871	Africa/Casablanca
6546769	Bouchane	bouchane	Bouchane,Bouchane (CR),Bouchane (Commune Rurale),ayt altalb,أيت الطالب		MA	07	427	0719107052	9554	Africa/Casablanca
6546770	Jaafra	jaafra	Jaafra,Jaafra (CR),Jaafra (Commune Rurale),bwshan,بوشان		MA	07	191	0719107072	10060	Africa/Casablanca
6546771	Labrikiyne	labrikiyne	Labrikiyne,Labrikiyne (CR),Labrikiyne (Commune Rurale),الجعافرة		MA	07	427	0719107092	13225	Africa/Casablanca
6546772	Oulad Aamer  Tizmari	oulad-aamer-tizmari	Oulad Aamer  Tizmari,Oulad Aamer  Tizmari (CR),Oulad Aamer  Tizmari (Commune Rurale),lbrykyyn,لبريكيين		MA	07	427	0719107112	5382	Africa/Casablanca
6546773	Sidi Abdallah	sidi-abdallah	Sidi Abdallah,Sidi Abdallah (CR),Sidi Abdallah (Commune Rurale),awlad hswn hmry,أولاد حسون حمري		MA	07	427	0719107152	10175	Africa/Casablanca
6546774	Sidi Ali Labrahla	sidi-ali-labrahla	Sidi Ali Labrahla,Sidi Ali Labrahla (CR),Sidi Ali Labrahla (Commune Rurale),سيدي عبد  الله		MA	07	427	0719107172	6894	Africa/Casablanca
6546775	Alouidane	alouidane	Alouidane,Alouidane (CR),Alouidane (Commune Rurale),المنارة (المقاطعة)		MA	07	351	0735103012	28194	Africa/Casablanca
6546776	Harbil	harbil	Harbil,Harbil (CR),Harbil (Commune Rurale),alwydan,الويدان		MA	07	351	0735103032	51881	Africa/Casablanca
6546777	M'Nabha	m-nabha	M'Nabha,M'Nabha (CR),M'Nabha (Commune Rurale),hrbyl,حربيل		MA	07	351	0735103052	12893	Africa/Casablanca
6546778	Ouahat Sidi Brahim	ouahat-sidi-brahim	Ouahat Sidi Brahim,Ouahat Sidi Brahim (CR),Ouahat Sidi Brahim (Commune Rurale),almnabht,المنابهة		MA	07	351	0735103072	13410	Africa/Casablanca
6546779	Oulad Hassoune	oulad-hassoune	Oulad Hassoune,Oulad Hassoune (CR),Oulad Hassoune (Commune Rurale),waht sydy abrahym,واحة سيدي ابراهيم		MA	07	351	0735103092	19188	Africa/Casablanca
6546780	Ouled Dlim	ouled-dlim	Ouled Dlim,Ouled Dlim (CR),Ouled Dlim (Commune Rurale),awlad hswn,اولاد حسون		MA	07	351	0735103112	14716	Africa/Casablanca
6546781	Ain Chouater	ain-chouater	Ain Chouater,Ain Chouater (CR),Ain Chouater (Commune Rurale),fjyj (albldyt),فجيج (البلدية)		MA	02	251	0825103012	1006	Africa/Casablanca
6546782	Tit Mellil	tit-mellil	Tit Mellil,Tit Mellil (Commune Urbaine),Tit Mellil (MU),tndrart,تندرارة		MA	06	355	0935501051	11710	Africa/Casablanca
6546783	Mohammedia	mohammedia	Mohammedia,Mohammedia (Commune Urbaine),Mohammedia (MU),alhrawyyn,الهراويين		MA	06	371	0937101011	187708	Africa/Casablanca
6546784	Dar Bouazza	dar-bouazza	Dar Bouazza,Dar Bouazza (CR),Dar Bouazza (Commune Rurale),bwskwrt,بوسكورة		MA	06	385	0938503032	115349	Africa/Casablanca
6546785	Azemmour	azemmour	Azemmour,Azemmour (Commune Urbaine),Azemmour (MU),awlad salh,أولاد صالح		MA	06	181	1118101011	36722	Africa/Casablanca
6546786	El-Jadida	el-jadida	El-Jadida,El-Jadida (Commune Urbaine),El-Jadida (MU),azmwr (albldyt),ازمور (البلدية)		MA	06	181	1118101031	143419	Africa/Casablanca
6546787	Sidi Bennour	sidi-bennour	Sidi Bennour,Sidi Bennour (Commune Urbaine),Sidi Bennour (MU),lbyr aljdyd (albldyt),لبير الجديد (البلدية)		MA	06	467	1118101071	39593	Africa/Casablanca
6546788	Zemamra	zemamra	Zemamra,Zemamra (Commune Urbaine),Zemamra (MU),sydy bnwr (albldyt),سيدي بنور (البلدية)		MA	06	467	1118101091	11896	Africa/Casablanca
6546789	Haouzia	haouzia	Haouzia,Haouzia (CR),Haouzia (Commune Rurale),shtwkt,شتوكة		MA	06	181	1118103032	28821	Africa/Casablanca
6546790	Lamharza Essahel	lamharza-essahel	Lamharza Essahel,Lamharza Essahel (CR),Lamharza Essahel (Commune Rurale),hwzyt,حوزية		MA	06	181	1118103072	17766	Africa/Casablanca
6546791	Sidi Ali Ben Hamdouc	sidi-ali-ben-hamdouc	Sidi Ali Ben Hamdouc,Sidi Ali Ben Hamdouc (CR),Sidi Ali Ben Hamdouc (Commune Rurale),awlad rhmwn,أولاد رحمون		MA	06	181	1118103112	25066	Africa/Casablanca
6546792	Moulay Abdallah	moulay-abdallah	Moulay Abdallah,Moulay Abdallah (CR),Moulay Abdallah (Commune Rurale),سيدي علي بن حمدوش		MA	06	181	1118105012	34428	Africa/Casablanca
6546793	Oulad Aissa	oulad-aissa	Oulad Aissa,Oulad Aissa (CR),Oulad Aissa (Commune Rurale),مولاي عبد الله		MA	06	181	1118105032	23370	Africa/Casablanca
6546794	Oulad Ghanem	oulad-ghanem	Oulad Ghanem,Oulad Ghanem (CR),Oulad Ghanem (Commune Rurale),اولاد عيسى		MA	06	181	1118105052	22342	Africa/Casablanca
6546795	Boulaouane	boulaouane	Boulaouane,Boulaouane (CR),Boulaouane (Commune Rurale),tamdt,تامدة		MA	06	181	1118109012	14485	Africa/Casablanca
6546796	Mettouh	mettouh	Mettouh,Mettouh (CR),Mettouh (Commune Rurale),شعيبات		MA	06	181	1118109052	25856	Africa/Casablanca
6546797	Mogress	mogress	Mogress,Mogress (CR),Mogress (Commune Rurale),mtwh,متوح		MA	06	181	1118109072	15705	Africa/Casablanca
6546798	Oulad Hamdane	oulad-hamdane	Oulad Hamdane,Oulad Hamdane (CR),Oulad Hamdane (Commune Rurale),mkrs,مكرس		MA	06	181	1118109092	11577	Africa/Casablanca
6546799	Oulad Sidi Ali  Ben	oulad-sidi-ali-ben	Oulad Sidi Ali  Ben,Oulad Sidi Ali  Ben (CR),Oulad Sidi Ali  Ben (Commune Rurale),awlad hmdan,أولاد حمدان		MA	06	181	1118109112	10854	Africa/Casablanca
6546800	Zaouiat Lakouacem	zaouiat-lakouacem	Zaouiat Lakouacem,Zaouiat Lakouacem (CR),Zaouiat Lakouacem (Commune Rurale),zawyt says,زاوية سايس		MA	06	181	1118109232	10967	Africa/Casablanca
6546801	Laghnadra	laghnadra	Laghnadra,Laghnadra (CR),Laghnadra (Commune Rurale),zawyt lqwasm,زاوية لقواسم		MA	06	467	1118111012	32091	Africa/Casablanca
6546802	Tamda Noumercid	tamda-noumercid	Tamda Noumercid,Tamda Noumercid (CR),Tamda Noumercid (Commune Rurale),alghnadrt,الغنادرة		MA	05	081	1208103112	11922	Africa/Casablanca
6546803	Bni Ayat	bni-ayat	Bni Ayat,Bni Ayat (CR),Bni Ayat (Commune Rurale),ayt tkla,أيت تكلا		MA	05	081	1208105032	22900	Africa/Casablanca
6546804	Bni Hassane	bni-hassane	Bni Hassane,Bni Hassane (CR),Bni Hassane (Commune Rurale),بني عياط		MA	05	081	1208105052	12077	Africa/Casablanca
6546805	Foum Jemaa	foum-jemaa	Foum Jemaa,Foum Jemaa (CR),Foum Jemaa (Commune Rurale),bzw,بزو		MA	05	081	1208105092	9873	Africa/Casablanca
6546806	Tabia	tabia	Tabia,Tabia (CR),Tabia (Commune Rurale),arfalt,ارفالة		MA	05	081	1208105152	7935	Africa/Casablanca
6546807	Tisqi	tisqi	Tisqi,Tisqi (CR),Tisqi (Commune Rurale),tawnza,تاونزا		MA	05	081	1208105212	6147	Africa/Casablanca
6546808	Ait Majden	ait-majden	Ait Majden,Ait Majden (CR),Ait Majden (Commune Rurale),tsqy,تسقي		MA	05	081	1208107032	17572	Africa/Casablanca
6546809	Ouaoula	ouaoula	Ouaoula,Ouaoula (CR),Ouaoula (Commune Rurale),amlyl,امليل		MA	05	081	1208107132	24790	Africa/Casablanca
6546810	Tidili Fetouaka	tidili-fetouaka	Tidili Fetouaka,Tidili Fetouaka (CR),Tidili Fetouaka (Commune Rurale),سيدي يعقوب		MA	05	081	1208107192	12759	Africa/Casablanca
6546811	Afourar	afourar	Afourar,Afourar (CR),Afourar (Commune Rurale),tdly ftwakt,تدلي فطواكة		MA	05	081	1208109012	21382	Africa/Casablanca
6546812	Ait Ouaarda	ait-ouaarda	Ait Ouaarda,Ait Ouaarda (CR),Ait Ouaarda (Commune Rurale),ayt mzygh,أيت مزيغ		MA	05	081	1208109052	1644	Africa/Casablanca
6546813	Ait Ouqabli	ait-ouqabli	Ait Ouqabli,Ait Ouqabli (CR),Ait Ouqabli (Commune Rurale),ayt wawrda,أيت واوردا		MA	05	081	1208109072	3298	Africa/Casablanca
6546814	Anergui	anergui	Anergui,Anergui (CR),Anergui (Commune Rurale),ayt awqbly,أيت اوقبلي		MA	05	081	1208109092	3570	Africa/Casablanca
6546815	Bin El Ouidane	bin-el-ouidane	Bin El Ouidane,Bin El Ouidane (CR),Bin El Ouidane (Commune Rurale),anrky,انركي		MA	05	081	1208109112	5421	Africa/Casablanca
6546816	Ouaouizeght	ouaouizeght	Ouaouizeght,Ouaouizeght (CR),Ouaouizeght (Commune Rurale),asksy,اسكسي		MA	05	081	1208109152	14570	Africa/Casablanca
6546817	Tabaroucht	tabaroucht	Tabaroucht,Tabaroucht (CR),Tabaroucht (Commune Rurale),wawyzght,واويزغت		MA	05	081	1208109172	3830	Africa/Casablanca
6546818	Tiffert N Ait Hamza	tiffert-n-ait-hamza	Tiffert N Ait Hamza,Tiffert N Ait Hamza (CR),Tiffert N Ait Hamza (Commune Rurale),taklft,تاكلفت		MA	05	081	1208109212	3023	Africa/Casablanca
6546819	Beni Mellal	beni-mellal	Beni Mellal,Beni Mellal (Commune Urbaine),Beni Mellal (MU),tymwlylt,تيموليلت		MA	05	091	1209101011	162341	Africa/Casablanca
6546820	El Ksiba	el-ksiba	El Ksiba,El Ksiba (Commune Urbaine),El Ksiba (MU),bny mlal (albldyt),بني ملال (البلدية)		MA	05	091	1209101031	18480	Africa/Casablanca
6546821	Kasba Tadla	kasba-tadla	Kasba Tadla,Kasba Tadla (Commune Urbaine),Kasba Tadla (MU),alfqyh bn salh (albldyt),الفقيه بن صالح (البلدية)		MA	05	091	1209101071	39887	Africa/Casablanca
6546822	Foum Oudi	foum-oudi	Foum Oudi,Foum Oudi (CR),Foum Oudi (Commune Rurale),zawyt alshykh (albldyt),زاوية الشيخ (البلدية)		MA	05	091	1209103012	7802	Africa/Casablanca
6546823	Oulad Yaich	oulad-yaich	Oulad Yaich,Oulad Yaich (CR),Oulad Yaich (Commune Rurale),awlad ambark,أولاد امبارك		MA	05	091	1209103072	20081	Africa/Casablanca
6546824	Dar Ould Zidouh	dar-ould-zidouh	Dar Ould Zidouh,Dar Ould Zidouh (CR),Dar Ould Zidouh (Commune Rurale),sydy jabr,سيدي جابر		MA	05	255	1209105012	17794	Africa/Casablanca
6546825	Oulad Bourahmoune	oulad-bourahmoune	Oulad Bourahmoune,Oulad Bourahmoune (CR),Oulad Bourahmoune (Commune Rurale),ahd bwmwsy,أحد بوموسى		MA	05	255	1209105052	13635	Africa/Casablanca
6546826	Oulad Nacer	oulad-nacer	Oulad Nacer,Oulad Nacer (CR),Oulad Nacer (Commune Rurale),awlad bwrhmwn,أولاد بورحمون		MA	05	255	1209105072	26527	Africa/Casablanca
6546827	Oulad Zmam	oulad-zmam	Oulad Zmam,Oulad Zmam (CR),Oulad Zmam (Commune Rurale),awlad nasr,أولاد ناصر		MA	05	255	1209105092	31905	Africa/Casablanca
6546828	Sidi Aissa Ben Ali	sidi-aissa-ben-ali	Sidi Aissa Ben Ali,Sidi Aissa Ben Ali (CR),Sidi Aissa Ben Ali (Commune Rurale),awlad zmam,أولاد زمام		MA	05	091	1209105112	22685	Africa/Casablanca
6546829	Foum El Anceur	foum-el-anceur	Foum El Anceur,Foum El Anceur (CR),Foum El Anceur (Commune Rurale),dyr alqsybt,دير القصيبة		MA	05	091	1209107092	18412	Africa/Casablanca
6546830	Taghzirt	taghzirt	Taghzirt,Taghzirt (CR),Taghzirt (Commune Rurale),nawwr,ناوور		MA	05	091	1209107132	19936	Africa/Casablanca
6546831	Alkhalfia	alkhalfia	Alkhalfia,Alkhalfia (CR),Alkhalfia (Commune Rurale),tyzy nysly,تيزي نيسلي		MA	05	091	1209109012	14341	Africa/Casablanca
6546832	Bni Chegdale	bni-chegdale	Bni Chegdale,Bni Chegdale (CR),Bni Chegdale (Commune Rurale),alkhalfyt,الخالفية		MA	05	255	1209109032	11582	Africa/Casablanca
6546833	Hel Merbaa	hel-merbaa	Hel Merbaa,Hel Merbaa (CR),Hel Merbaa (Commune Rurale),bradyt,برادية		MA	05	091	1209109092	12614	Africa/Casablanca
6546834	Guettaya	guettaya	Guettaya,Guettaya (CR),Guettaya (Commune Rurale),kryfat,كريفات		MA	05	091	1209111012	14425	Africa/Casablanca
6546835	Er-Rich	er-rich	Er-Rich,Er-Rich (Commune Urbaine),Er-Rich (MU),alrshydyt (albldyt),الرشيدية (البلدية)		MA	08	201	1320101071	20155	Africa/Casablanca
6546836	Goulmima	goulmima	Goulmima,Goulmima (Commune Urbaine),Goulmima (MU),Kulmima,Kulmimah,Kulmīma,Kulmīmah,alrysh (albldyt),bldyt klmymt,klmymt,الريش (البلدية),بلدية كلميمة,كلميمة,ݣlmymt,ݣلميمة		MA	08	201	1320101091	16582	Africa/Casablanca
6546837	Aarab Sebbah Gheris	aarab-sebbah-gheris	Aarab Sebbah Gheris,Aarab Sebbah Gheris (CR),Aarab Sebbah Gheris (Commune Rurale),tnjdad (albldyt),تنجداد (البلدية)		MA	08	201	1320103012	4397	Africa/Casablanca
6546838	Alnif	alnif	Alnif,Alnif (CR),Alnif (Commune Rurale),عرب صباح زيز		MA	08	201	1320103052	17103	Africa/Casablanca
6546839	Es-Sifa	es-sifa	Es-Sifa,Es-Sifa (CR),Es-Sifa (Commune Rurale),alnyf,النيف		MA	08	201	1320103072	7879	Africa/Casablanca
6546840	Ait Hani	ait-hani	Ait Hani,Ait Hani (CR),Ait Hani (Commune Rurale),msysy,مصيسي		MA	08	577	1320105012	9577	Africa/Casablanca
6546841	Amellagou	amellagou	Amellagou,Amellagou (CR),Amellagou (Commune Rurale),ayt hany,أيت هاني		MA	08	201	1320105032	4975	Africa/Casablanca
6546842	Assoul	assoul	Assoul,Assoul (CR),Assoul (Commune Rurale),amlakw,املاكو		MA	08	201	1320105052	6553	Africa/Casablanca
6546843	Aoufous	aoufous	Aoufous,Aoufous (CR),Aoufous (Commune Rurale),aswl,اسول		MA	08	201	1320107012	10424	Africa/Casablanca
6546844	Er-Rteb	er-rteb	Er-Rteb,Er-Rteb (CR),Er-Rteb (Commune Rurale),شرفاء مدغرة		MA	08	201	1320107052	13324	Africa/Casablanca
6546845	Gourrama	gourrama	Gourrama,Gourrama (CR),Gourrama (Commune Rurale),alnzalt,النزالة		MA	08	363	1320109032	9439	Africa/Casablanca
6546846	Guir	guir	Guir,Guir (CR),Guir (Commune Rurale),غرس تعلالين		MA	08	363	1320109072	3499	Africa/Casablanca
6546847	M Zizel	m-zizel	M Zizel,M Zizel (CR),M Zizel (Commune Rurale),kyr,كير		MA	08	201	1320109092	6443	Africa/Casablanca
6546848	Bni M Hamed  Sijelma	bni-m-hamed-sijelma	Bni M Hamed  Sijelma,Bni M Hamed  Sijelma (CR),Bni M Hamed  Sijelma (Commune Rurale),zawyt sydy hmzt,زاوية سيدي حمزة		MA	08	201	1320111012	16709	Africa/Casablanca
6546849	Es-Sfalat	es-sfalat	Es-Sfalat,Es-Sfalat (CR),Es-Sfalat (Commune Rurale),alrysany,الريصاني		MA	08	201	1320111052	16095	Africa/Casablanca
6546850	Aghbalou N Kerdous	aghbalou-n-kerdous	Aghbalou N Kerdous,Aghbalou N Kerdous (CR),Aghbalou N Kerdous (Commune Rurale),alsflat,السفلات		MA	08	201	1320113012	9357	Africa/Casablanca
6546851	Gheris Es-Soufli	gheris-es-soufli	Gheris Es-Soufli,Gheris Es-Soufli (CR),Gheris Es-Soufli (Commune Rurale),اغريس العلوي		MA	08	201	1320113092	6742	Africa/Casablanca
6546852	Tadighoust	tadighoust	Tadighoust,Tadighoust (CR),Tadighoust (Commune Rurale),ملعب		MA	08	201	1320113132	6243	Africa/Casablanca
6546853	Amouguer	amouguer	Amouguer,Amouguer (CR),Amouguer (Commune Rurale),tadyghwst,تاديغوست		MA	08	363	1320115032	5119	Africa/Casablanca
6546854	Bou Azmou	bou-azmou	Bou Azmou,Bou Azmou (CR),Bou Azmou (Commune Rurale),amwkr,اموكر		MA	08	201	1320115052	8903	Africa/Casablanca
6546855	Outerbat	outerbat	Outerbat,Outerbat (CR),Outerbat (Commune Rurale),amlshyl,املشيل		MA	08	201	1320115092	6137	Africa/Casablanca
6546856	Agoudim	agoudim	Agoudim,Agoudim (CR),Agoudim (Commune Rurale),mydlt (albldyt),ميدلت (البلدية)		MA	05	363	1330107032	4431	Africa/Casablanca
6546857	Ait Izdeg	ait-izdeg	Ait Izdeg,Ait Izdeg (CR),Ait Izdeg (Commune Rurale),أيت عياش		MA	05	363	1330107092	8004	Africa/Casablanca
6546858	Amersid	amersid	Amersid,Amersid (CR),Amersid (Commune Rurale),ayt azdk,أيت ازدك		MA	05	363	1330107112	6183	Africa/Casablanca
6546859	Mibladen	mibladen	Mibladen,Mibladen (CR),Mibladen (Commune Rurale),amrsyd,امرصيد		MA	05	363	1330107192	3087	Africa/Casablanca
6546860	Missour	missour	Missour,Missour (Commune Urbaine),Missour (MU),mybladn,ميبلادن		MA	03	131	1413101031	20332	Africa/Casablanca
6546861	Outat El Haj	outat-el-haj	Outat El Haj,Outat El Haj (Commune Urbaine),Outat El Haj (MU),myswr (albldyt),ميسور (البلدية)		MA	03	131	1413101051	13938	Africa/Casablanca
6546862	Ksabi Moulouya	ksabi-moulouya	Ksabi Moulouya,Ksabi Moulouya (CR),Ksabi Moulouya (Commune Rurale),awtat alhaj (albldyt),أوطاط الحاج (البلدية)		MA	03	131	1413105012	10614	Africa/Casablanca
6546863	Sidi Boutayeb	sidi-boutayeb	Sidi Boutayeb,Sidi Boutayeb (CR),Sidi Boutayeb (Commune Rurale),alqsaby  mlwyt,القصابي  ملوية		MA	03	131	1413105052	9823	Africa/Casablanca
6546864	Laghdira	laghdira	Laghdira,Laghdira (CR),Laghdira (Commune Rurale),tysaf,تيساف		MA	06	181	1118103052	19973	Africa/Casablanca
6546869	Oulad M'Barek	oulad-m-barek	Oulad M'Barek,Oulad M'Barek (AC),Oulad M'Barek (Agglomeration Communale),mrkz sydy jabr,مركز سيدي جابر		MA	05	091	1209103053	11906	Africa/Casablanca
6546875	Sidi Ahmed	sidi-ahmed	Sidi Ahmed,Sidi Ahmed (AC),Sidi Ahmed (Agglomeration Communale),mrkz bwkdrt,مركز بوكدرة		MA	07	585	1143105033	7751	Africa/Casablanca
6546877	Laakarta	laakarta	Laakarta,Laakarta (AC),Laakarta (Agglomeration Communale),mrkz ayghwd,مركز ايغود		MA	07	431	1143109013	3116	Africa/Casablanca
6546880	My Abdallah	my-abdallah	My Abdallah,My Abdallah (AC),My Abdallah (Agglomeration Communale),مركز سيدي علي بن حمدوش		MA	06	181	1118105013	6482	Africa/Casablanca
6546881	Sidi Bouzid	sidi-bouzid	Sidi Bouzid,Sidi Bouzid (AC),Sidi Bouzid (Agglomeration Communale),مركز مولاي عبد الله		MA	06	181	1118105015	981	Africa/Casablanca
6546883	Sebt Lamaarif	sebt-lamaarif	Sebt Lamaarif,Sebt Lamaarif (AC),Sebt Lamaarif (Agglomeration Communale),مركز العونات		MA	06	467	1118107133	1638	Africa/Casablanca
6546884	Karia	karia	Karia,Karia (AC),Karia (Agglomeration Communale),مركز اولاد عمران		MA	06	467	1118107053	7803	Africa/Casablanca
6546894	Sidi Youssef Ben Ali	sidi-youssef-ben-ali	Sidi Youssef Ben Ali,Sidi Youssef Ben Ali (AR),Sidi Youssef Ben Ali (Arrondissement),mrkz tndrart,مركز تندرارة		MA	07	351	0735101111	124928	Africa/Casablanca
6546895	Gueliz	gueliz	Gueliz,Gueliz (AR),Gueliz (Arrondissement),النخيل (المقاطعة)		MA	07	351	0735101051	168595	Africa/Casablanca
6546896	Marrakech-Medina	marrakech-medina	Marrakech-Medina,Marrakech-Medina (AR),Marrakech-Medina (Arrondissement),mrkz awlad ahryz alsahl,مركز أولاد احريز الساحل		MA	07	351	0735101071	166711	Africa/Casablanca
6546897	Kenitra	kenitra	Kenitra,Kenitra (Commune Urbaine),Kenitra (MU),altlwh,الطلوح		MA	04	281	0528101011	352058	Africa/Casablanca
6546898	Sidi Slimane	sidi-slimane	Sidi Slimane,Sidi Slimane (Commune Urbaine),Sidi Slimane (MU),alqnytrt  (albldyt),القنيطرة  (البلدية)		MA	04	281	0528101071	78036	Africa/Casablanca
6546899	Sidi Yahya El Gharb	sidi-yahya-el-gharb	Sidi Yahya El Gharb,Sidi Yahya El Gharb (Commune Urbaine),Sidi Yahya El Gharb (MU),sydy slyman (albldyt),سيدي سليمان (البلدية)		MA	04	491	0528101091	31705	Africa/Casablanca
6546900	Souk El Arbaa	souk-el-arbaa	Souk El Arbaa,Souk El Arbaa (Commune Urbaine),Souk El Arbaa (MU),sydy yhyy alghrb (albldyt),سيدي يحيى الغرب (البلدية)		MA	04	281	0528101111	42338	Africa/Casablanca
6546901	Oulad Slama	oulad-slama	Oulad Slama,Oulad Slama (CR),Oulad Slama (Commune Rurale),mkrn,مكرن		MA	04	281	0528103112	15936	Africa/Casablanca
6546902	Boumaiz	boumaiz	Boumaiz,Boumaiz (CR),Boumaiz (Commune Rurale),azghar,ازغار		MA	04	281	0528105032	20419	Africa/Casablanca
6546903	M Saada	m-saada	M Saada,M Saada (CR),M Saada (Commune Rurale),qsybyt,قصيبية		MA	04	281	0528105092	18879	Africa/Casablanca
6546904	Zirara	zirara	Zirara,Zirara (CR),Zirara (Commune Rurale),الصفافعة		MA	04	481	0548109132	16606	Africa/Casablanca
6546905	Ain Tizgha	ain-tizgha	Ain Tizgha,Ain Tizgha (CR),Ain Tizgha (Commune Rurale),bny malk,بني مالك		MA	06	111	0611103032	15692	Africa/Casablanca
6546908	Dar Bni Karrich	dar-bni-karrich	Dar Bni Karrich,Dar Bni Karrich (CR),Dar Bni Karrich (Commune Rurale),عين الدفالي		MA	01	571	1657105172	8499	Africa/Casablanca
6546909	Sidi Allal Tazi	sidi-allal-tazi	Sidi Allal Tazi,Sidi Allal Tazi (CR),Sidi Allal Tazi (Commune Rurale),سيدي عزوز		MA	04	281	0528109092	18055	Africa/Casablanca
6546910	Sidi Boubker El Haj	sidi-boubker-el-haj	Sidi Boubker El Haj,Sidi Boubker El Haj (CR),Sidi Boubker El Haj (Commune Rurale),sydy amhmd alshlh,سيدي امحمد الشلح		MA	04	281	0528109112	19327	Africa/Casablanca
6546911	Jorf El Melha	jorf-el-melha	Jorf El Melha,Jorf El Melha (Commune Urbaine),Jorf El Melha (MU),sfsaf,صفصاف		MA	04	481	0548101051	20581	Africa/Casablanca
6546912	Mechra Bel Ksiri	mechra-bel-ksiri	Mechra Bel Ksiri,Mechra Bel Ksiri (Commune Urbaine),Mechra Bel Ksiri (MU),sydy alkaml,سيدي الكامل		MA	04	481	0548101071	27619	Africa/Casablanca
6546913	Moulay Abdelkader	moulay-abdelkader	Moulay Abdelkader,Moulay Abdelkader (CR),Moulay Abdelkader (Commune Rurale),sydy bwsbr,سيدي بوصبر		MA	04	481	0548103092	7896	Africa/Casablanca
6546914	Oulad Nouel	oulad-nouel	Oulad Nouel,Oulad Nouel (CR),Oulad Nouel (Commune Rurale),sydy rdwan,سيدي رضوان		MA	04	481	0548103112	11371	Africa/Casablanca
6546915	Sidi Ahmed Benaissa	sidi-ahmed-benaissa	Sidi Ahmed Benaissa,Sidi Ahmed Benaissa (CR),Sidi Ahmed Benaissa (Commune Rurale),trwal,تروال		MA	04	481	0548103132	7810	Africa/Casablanca
6546916	Sidi Ameur Al Hadi	sidi-ameur-al-hadi	Sidi Ameur Al Hadi,Sidi Ameur Al Hadi (CR),Sidi Ameur Al Hadi (Commune Rurale),azghyrt,ازغيرة		MA	04	481	0548103152	11814	Africa/Casablanca
6546917	Alhaouafate	alhaouafate	Alhaouafate,Alhaouafate (CR),Alhaouafate (Commune Rurale),slfat,سلفات		MA	04	481	0548105012	17119	Africa/Casablanca
6546918	Bni Quolla	bni-quolla	Bni Quolla,Bni Quolla (CR),Bni Quolla (Commune Rurale),عين تيزغة		MA	04	481	0548107012	17512	Africa/Casablanca
6546919	Lamjaara	lamjaara	Lamjaara,Lamjaara (CR),Lamjaara (Commune Rurale),fdalat,فضالات		MA	04	405	0548107032	14343	Africa/Casablanca
6546920	Masmouda	masmouda	Masmouda,Masmouda (CR),Masmouda (Commune Rurale),mwalyn alwad,موالين الواد		MA	04	481	0548107052	17110	Africa/Casablanca
6546921	Mzefroune	mzefroune	Mzefroune,Mzefroune (CR),Mzefroune (Commune Rurale),awlad yhyy lwta,اولاد يحيى لوطا		MA	04	405	0548107072	8072	Africa/Casablanca
6546922	Ounnana	ounnana	Ounnana,Ounnana (CR),Ounnana (Commune Rurale),zyaydt,زيايدة		MA	04	481	0548107092	13627	Africa/Casablanca
6546923	Teroual	teroual	Teroual,Teroual (CR),Teroual (Commune Rurale),bny btaw,بني بتاو		MA	04	405	0548107172	13046	Africa/Casablanca
6546924	Chbanate	chbanate	Chbanate,Chbanate (CR),Chbanate (Commune Rurale),أيت عمار		MA	04	481	0548109052	10371	Africa/Casablanca
6546925	Selfat	selfat	Selfat,Selfat (CR),Selfat (Commune Rurale),lbrakst,لبراكسة		MA	04	481	0548109072	10239	Africa/Casablanca
6546926	Cherrat	cherrat	Cherrat,Cherrat (CR),Cherrat (Commune Rurale),awlad bwghady,أولاد بوغادي		MA	06	111	0611105052	8265	Africa/Casablanca
6546927	Bni Bataou	bni-bataou	Bni Bataou,Bni Bataou (CR),Bni Bataou (Commune Rurale),awlad fnan,أولاد فنان		MA	05	311	0631103032	5113	Africa/Casablanca
6546928	Chougrane	chougrane	Chougrane,Chougrane (CR),Chougrane (Commune Rurale),معتركة		MA	05	311	0631103092	6864	Africa/Casablanca
6546929	Rouached	rouached	Rouached,Rouached (CR),Rouached (Commune Rurale),عين بني مطهر (البلدية)		MA	05	311	0631103132	4484	Africa/Casablanca
6546930	Ait Ammar	ait-ammar	Ait Ammar,Ait Ammar (CR),Ait Ammar (Commune Rurale),jradt (albldyt),جرادة (البلدية)		MA	05	311	0631107012	4260	Africa/Casablanca
6546931	Braksa	braksa	Braksa,Braksa (CR),Braksa (Commune Rurale),twysyt (albldyt),تويسيت (البلدية)		MA	05	311	0631107052	7334	Africa/Casablanca
6546932	Lagnadiz	lagnadiz	Lagnadiz,Lagnadiz (CR),Lagnadiz (Commune Rurale),kfayt,كفايت		MA	05	311	0631107092	7338	Africa/Casablanca
6546933	Oulad Aissa	oulad-aissa	Oulad Aissa,Oulad Aissa (CR),Oulad Aissa (Commune Rurale),knfwdt,كنفودة		MA	05	311	0631107132	5845	Africa/Casablanca
6546934	Oulad Boughadi	oulad-boughadi	Oulad Boughadi,Oulad Boughadi (CR),Oulad Boughadi (Commune Rurale),لعوينات		MA	05	311	0631107152	8648	Africa/Casablanca
6546935	Maatarka	maatarka	Maatarka,Maatarka (CR),Maatarka (Commune Rurale),sydy bwbkr,سيدي بوبكر		MA	02	251	0825105052	8030	Africa/Casablanca
6546936	Sidi Boubker	sidi-boubker	Sidi Boubker,Sidi Boubker (CR),Sidi Boubker (Commune Rurale),absart,ابصارة		MA	02	275	0827503152	2638	Africa/Casablanca
6546937	Oulad Ghziyel	oulad-ghziyel	Oulad Ghziyel,Oulad Ghziyel (CR),Oulad Ghziyel (Commune Rurale),sydy mwsy a lmhayt,سيدي موسى ا لمهاية		MA	02	275	0827505132	7522	Africa/Casablanca
6546938	Oulad M Hammed	oulad-m-hammed	Oulad M Hammed,Oulad M Hammed (CR),Oulad M Hammed (Commune Rurale),Oulad M'Hammed,alrmany (albldyt),الرماني (البلدية)		MA	02	533	0853303152	2174	Africa/Casablanca
6546939	Tiflet	tiflet	Tiflet,Tiflet (Commune Urbaine),Tiflet (MU),ayt  ayshw,أيت  ايشو		MA	04	291	1029101051	69640	Africa/Casablanca
6546940	Ait Ouribel	ait-ouribel	Ait Ouribel,Ait Ouribel (CR),Ait Ouribel (Commune Rurale),bwqshmyr,بوقشمير		MA	04	291	1029103032	10224	Africa/Casablanca
6546941	Ait Siberne	ait-siberne	Ait Siberne,Ait Siberne (CR),Ait Siberne (Commune Rurale),hwdran,حودران		MA	04	291	1029103052	4900	Africa/Casablanca
6546942	Sidi El Ghandour	sidi-el-ghandour	Sidi El Ghandour,Sidi El Ghandour (CR),Sidi El Ghandour (Commune Rurale),azhylykt,ازحيليكة		MA	04	291	1029103172	7377	Africa/Casablanca
6546943	Ait Ikkou	ait-ikkou	Ait Ikkou,Ait Ikkou (CR),Ait Ikkou (Commune Rurale),alghwalm,الغوالم		MA	04	291	1029105032	10676	Africa/Casablanca
6546944	Ait Belkacem	ait-belkacem	Ait Belkacem,Ait Belkacem (CR),Ait Belkacem (Commune Rurale),tmart (albldyt),تمارة (البلدية)		MA	04	291	1029109032	4466	Africa/Casablanca
6546945	Ait Bouyahya  El Haj	ait-bouyahya-el-haj	Ait Bouyahya  El Haj,Ait Bouyahya  El Haj (CR),Ait Bouyahya  El Haj (Commune Rurale),almnzh,المنزه		MA	04	291	1029109052	5514	Africa/Casablanca
6546946	Khemis Sidi Yahya	khemis-sidi-yahya	Khemis Sidi Yahya,Khemis Sidi Yahya (CR),Khemis Sidi Yahya (Commune Rurale),أم عزة		MA	04	291	1029109092	6673	Africa/Casablanca
6546947	M Qam Tolba	m-qam-tolba	M Qam Tolba,M Qam Tolba (CR),M Qam Tolba (Commune Rurale),سيدي يحيى زعير		MA	04	291	1029109112	14705	Africa/Casablanca
6546948	Ain El Aouda	ain-el-aouda	Ain El Aouda,Ain El Aouda (Commune Urbaine),Ain El Aouda (MU),sbah,صباح		MA	04	501	1050101011	25105	Africa/Casablanca
6546949	Bni Ahmed Cherqia	bni-ahmed-cherqia	Bni Ahmed Cherqia,Bni Ahmed Cherqia (CR),Bni Ahmed Cherqia (Commune Rurale),سبع عيون (البلدية)		MA	01	151	1615103052	12866	Africa/Casablanca
6546950	Bni Rzine	bni-rzine	Bni Rzine,Bni Rzine (CR),Bni Rzine (Commune Rurale),ayt wykhlfn,أيت ويخلفن		MA	01	151	1615103092	20904	Africa/Casablanca
6546951	Bni Smih	bni-smih	Bni Smih,Bni Smih (CR),Bni Smih (Commune Rurale),أيت يعزم		MA	01	151	1615103112	16987	Africa/Casablanca
6546952	Iounane	iounane	Iounane,Iounane (CR),Iounane (Commune Rurale),jhjwh,جحجوح		MA	01	151	1615103132	25021	Africa/Casablanca
6546953	Agourai	agourai	Agourai,Agourai (Commune Urbaine),Agourai (MU),ayt hrz allh,أيت حرز الله		MA	03	171	1317101011	13291	Africa/Casablanca
6546954	Ain Taoujdate	ain-taoujdate	Ain Taoujdate,Ain Taoujdate (Commune Urbaine),Ain Taoujdate (MU),tyghsalyn,تيغسالين		MA	03	171	1317101031	22028	Africa/Casablanca
6546955	El Hajeb	el-hajeb	El Hajeb,El Hajeb (Commune Urbaine),El Hajeb (MU),aklmam azkza,اكلمام ازكزا		MA	03	171	1317101051	27132	Africa/Casablanca
6546956	Sabaa Aiyoun	sabaa-aiyoun	Sabaa Aiyoun,Sabaa Aiyoun (Commune Urbaine),Sabaa Aiyoun (MU),aklmws,اكلموس		MA	03	171	1317101071	21501	Africa/Casablanca
6546957	Ait Boubidmane	ait-boubidmane	Ait Boubidmane,Ait Boubidmane (CR),Ait Boubidmane (Commune Rurale),mwhy awhmw alzyany,موحى أوحمو الزياني		MA	03	171	1317105012	19501	Africa/Casablanca
6546958	Ait Harz Allah	ait-harz-allah	Ait Harz Allah,Ait Harz Allah (CR),Ait Harz Allah (Commune Rurale),مولاي بوعزة		MA	03	171	1317105032	13555	Africa/Casablanca
6546959	Elborj	elborj	Elborj,Elborj (CR),Elborj (Commune Rurale),sydy hsyn,سيدي حسين		MA	05	301	1330105052	4973	Africa/Casablanca
6546960	Moha Ou Hammou Zayan	moha-ou-hammou-zayan	Moha Ou Hammou Zayan,Moha Ou Hammou Zayan (CR),Moha Ou Hammou Zayan (Commune Rurale),bwmyt,بومية		MA	05	301	1330105132	10728	Africa/Casablanca
6546961	Oum Rabia	oum-rabia	Oum Rabia,Oum Rabia (CR),Oum Rabia (Commune Rurale),tnwrdy,تنوردي		MA	05	301	1330105172	9555	Africa/Casablanca
6546962	Sidi Hcine	sidi-hcine	Sidi Hcine,Sidi Hcine (CR),Sidi Hcine (Commune Rurale),almshwr alstynyt ( albldyt),المشور الستينية ( البلدية)		MA	05	301	1330105232	2986	Africa/Casablanca
6546963	Aghbalou	aghbalou	Aghbalou,Aghbalou (CR),Aghbalou (Commune Rurale),wad alrman,واد الرمان		MA	05	301	1330107012	6589	Africa/Casablanca
6546964	Ait Ben Yacoub	ait-ben-yacoub	Ait Ben Yacoub,Ait Ben Yacoub (CR),Ait Ben Yacoub (Commune Rurale),aldkhyst,الدخيسة		MA	05	363	1330107072	4310	Africa/Casablanca
6546965	Boumia	boumia	Boumia,Boumia (CR),Boumia (Commune Rurale),mjat,مجاط		MA	05	363	1330107152	2760	Africa/Casablanca
6546966	Dar Oum Soltane	dar-oum-soltane	Dar Oum Soltane,Dar Oum Soltane (CR),Dar Oum Soltane (Commune Rurale),wlyly,وليلي		MA	03	061	1306103092	8840	Africa/Casablanca
6546967	Oued Rommane	oued-rommane	Oued Rommane,Oued Rommane (CR),Oued Rommane (Commune Rurale),سيدي عبد الله الخياط		MA	03	061	1306103112	6076	Africa/Casablanca
6546968	Dkhissa	dkhissa	Dkhissa,Dkhissa (CR),Dkhissa (Commune Rurale),bwlman (albldyt),بولمان (البلدية)		MA	03	061	1306105012	19908	Africa/Casablanca
6546969	Oued Jdida	oued-jdida	Oued Jdida,Oued Jdida (CR),Oued Jdida (Commune Rurale),ayt alman,أيت المان		MA	03	061	1306105072	14935	Africa/Casablanca
6546970	M'Rhassiyine	m-rhassiyine	M'Rhassiyine,M'Rhassiyine (CR),M'Rhassiyine (Commune Rurale),almrs,المرس		MA	03	061	1306107052	7774	Africa/Casablanca
6546971	N'Zalat Bni Amar	n-zalat-bni-amar	N'Zalat Bni Amar,N'Zalat Bni Amar (CR),N'Zalat Bni Amar (Commune Rurale),anjyl,انجيل		MA	03	061	1306107072	7539	Africa/Casablanca
6546972	Oualili	oualili	Oualili,Oualili (CR),Oualili (Commune Rurale),kykw,كيكو		MA	03	061	1306107092	9735	Africa/Casablanca
6546973	Sidi Abdallah Khayat	sidi-abdallah-khayat	Sidi Abdallah Khayat,Sidi Abdallah Khayat (CR),Sidi Abdallah Khayat (Commune Rurale),srghynt,سرغينة		MA	03	061	1306107112	10014	Africa/Casablanca
6546974	Ait El Mane	ait-el-mane	Ait El Mane,Ait El Mane (CR),Ait El Mane (Commune Rurale),mrkz aljbht,مركز الجبهة		MA	03	131	1413103032	2243	Africa/Casablanca
6546975	Almis Marmoucha	almis-marmoucha	Almis Marmoucha,Almis Marmoucha (CR),Almis Marmoucha (Commune Rurale),mrkz bab brd,مركز باب برد		MA	03	131	1413103052	2461	Africa/Casablanca
6546976	Jebha	jebha	Jebha,Jebha (AC),Jebha (Agglomeration Communale),mrkz kykw,مركز كيكو		MA	01	151	1615103173	2984	Africa/Casablanca
6546980	Zaouiat Bougrine	zaouiat-bougrine	Zaouiat Bougrine,Zaouiat Bougrine (AC),Zaouiat Bougrine (Agglomeration Communale),mrkz aytzr,مركز ايتزر		MA	03	451	1445103033	3570	Africa/Casablanca
6546984	Elorjane	elorjane	Elorjane,Elorjane (CR),Elorjane (Commune Rurale),sydy hrazm,سيدي حرازم		MA	03	131	1413107012	7609	Africa/Casablanca
6546985	Agdal	agdal	Agdal,Agdal (AR),Agdal (Arrondissement),myks,ميكس		MA	03	231	1423101011	143091	Africa/Casablanca
6546986	Saiss	saiss	Saiss,Saiss (AR),Saiss (Arrondissement),عين بوعلي		MA	03	231	1423101051	156550	Africa/Casablanca
6546987	Moulay Yacoub	moulay-yacoub	Moulay Yacoub,Moulay Yacoub (Commune Urbaine),Moulay Yacoub (MU),awlad mymwn,أولاد ميمون		MA	03	591	1459101011	3153	Africa/Casablanca
6546988	Mikkes	mikkes	Mikkes,Mikkes (CR),Mikkes (Commune Rurale),albhalyl (albldyt),البهاليل (البلدية)		MA	03	591	1459103032	6773	Africa/Casablanca
6546989	Sebaa Rouadi	sebaa-rouadi	Sebaa Rouadi,Sebaa Rouadi (CR),Sebaa Rouadi (Commune Rurale),almnzl (albldyt),المنزل (البلدية)		MA	03	591	1459103052	23519	Africa/Casablanca
6546990	Sebt Loudaya	sebt-loudaya	Sebt Loudaya,Sebt Loudaya (CR),Sebt Loudaya (Commune Rurale),yymwzar kndr (albldyt),ئيموزار كندر (البلدية)		MA	03	591	1459103072	12423	Africa/Casablanca
6546991	Ain Bou Ali	ain-bou-ali	Ain Bou Ali,Ain Bou Ali (CR),Ain Bou Ali (Commune Rurale),rbat alkhyr (albldyt),رباط الخير (البلدية)		MA	03	591	1459105012	12282	Africa/Casablanca
6546992	Elmenzel	elmenzel	Elmenzel,Elmenzel (Commune Urbaine),Elmenzel (MU),amtrnaght,امطرناغة		MA	03	451	1445101031	11465	Africa/Casablanca
6546993	Ribate El Kheir	ribate-el-kheir	Ribate El Kheir,Ribate El Kheir (Commune Urbaine),Ribate El Kheir (MU),ras tabwdt,راس تابودة		MA	03	451	1445101071	12654	Africa/Casablanca
6546994	Adrej	adrej	Adrej,Adrej (CR),Adrej (Commune Rurale),عين الشكاك		MA	03	451	1445103012	2236	Africa/Casablanca
6546995	Bir Tam Tam	bir-tam-tam	Bir Tam Tam,Bir Tam Tam (CR),Bir Tam Tam (Commune Rurale),aghbalw aqwrar,اغبالو اقورار		MA	03	451	1445103052	9141	Africa/Casablanca
6546996	Mtarnagha	mtarnagha	Mtarnagha,Mtarnagha (CR),Mtarnagha (Commune Rurale),kndr sydy khyar,كندر سيدي خيار		MA	03	451	1445103112	4554	Africa/Casablanca
6546997	Ain Cheggag	ain-cheggag	Ain Cheggag,Ain Cheggag (CR),Ain Cheggag (Commune Rurale),ghfsay (albldyt),غفساي (البلدية)		MA	03	451	1445105012	11039	Africa/Casablanca
6546998	Ait Sebaa Lajrouf	ait-sebaa-lajrouf	Ait Sebaa Lajrouf,Ait Sebaa Lajrouf (CR),Ait Sebaa Lajrouf (Commune Rurale),qryt ba mhmd (albldyt),قرية با محمد (البلدية)		MA	03	451	1445105032	17466	Africa/Casablanca
6546999	Azzaba	azzaba	Azzaba,Azzaba (CR),Azzaba (Commune Rurale),albyban,البيبان		MA	03	451	1445107052	6444	Africa/Casablanca
6547000	Tazouta	tazouta	Tazouta,Tazouta (CR),Tazouta (Commune Rurale),awrtzagh,اورتزاغ		MA	03	451	1445107132	5745	Africa/Casablanca
6547001	Karia Ba Mohamed	karia-ba-mohamed	Karia Ba Mohamed,Karia Ba Mohamed (Commune Urbaine),Karia Ba Mohamed (MU),sydy alhaj amhmd,سيدي الحاج امحمد		MA	03	531	1553101031	16549	Africa/Casablanca
6547002	Taounate	taounate	Taounate,Taounate (Commune Urbaine),Taounate (MU),sydy almkhfy,سيدي المخفي		MA	03	531	1553101051	32600	Africa/Casablanca
6547003	Elbibane	elbibane	Elbibane,Elbibane (CR),Elbibane (Commune Rurale),tabwdt,تابودة		MA	03	531	1553103012	6593	Africa/Casablanca
6547004	Sidi Haj M Hamed	sidi-haj-m-hamed	Sidi Haj M Hamed,Sidi Haj M Hamed (CR),Sidi Haj M Hamed (Commune Rurale),عين عائشة		MA	03	531	1553103132	8649	Africa/Casablanca
6547005	Sidi Mokhfi	sidi-mokhfi	Sidi Mokhfi,Sidi Mokhfi (CR),Sidi Mokhfi (Commune Rurale),عين لكداح		MA	03	531	1553103152	8705	Africa/Casablanca
6547006	Sidi Yahya  Bni Zero	sidi-yahya-bni-zero	Sidi Yahya  Bni Zero,Sidi Yahya  Bni Zero (CR),Sidi Yahya  Bni Zero (Commune Rurale),عين معطوف		MA	03	531	1553103172	14930	Africa/Casablanca
6547007	Timezgana	timezgana	Timezgana,Timezgana (CR),Timezgana (Commune Rurale),albsabsa,البسابسا		MA	03	531	1553103232	15085	Africa/Casablanca
6547008	Bni Snous	bni-snous	Bni Snous,Bni Snous (CR),Bni Snous (Commune Rurale),msast,مساسة		MA	03	531	1553105012	8811	Africa/Casablanca
6547009	Rghioua	rghioua	Rghioua,Rghioua (CR),Rghioua (Commune Rurale),أولاد عياد		MA	03	531	1553107172	4218	Africa/Casablanca
6547010	Ain Aicha	ain-aicha	Ain Aicha,Ain Aicha (CR),Ain Aicha (Commune Rurale),اوطا بوعبان		MA	03	531	1553109012	22575	Africa/Casablanca
6547011	Ain Legdah	ain-legdah	Ain Legdah,Ain Legdah (CR),Ain Legdah (Commune Rurale),ras alwad,رأس الواد		MA	03	531	1553109032	11422	Africa/Casablanca
6547012	Ain Maatouf	ain-maatouf	Ain Maatouf,Ain Maatouf (CR),Ain Maatouf (Commune Rurale),sydy amhmd bn lhsn,سيدي امحمد بن لحسن		MA	03	531	1553109052	10104	Africa/Casablanca
6547013	Bouarouss	bouarouss	Bouarouss,Bouarouss (CR),Bouarouss (Commune Rurale),tahlt (albldyt),تاهلة (البلدية)		MA	03	531	1553109072	18147	Africa/Casablanca
6547014	Elbsabsa	elbsabsa	Elbsabsa,Elbsabsa (CR),Elbsabsa (Commune Rurale),alsbab,الصباب		MA	03	531	1553109092	7997	Africa/Casablanca
6547015	Messassa	messassa	Messassa,Messassa (CR),Messassa (Commune Rurale),brkyn,بركين		MA	03	531	1553109112	9501	Africa/Casablanca
6547016	Oued Jemaa	oued-jemaa	Oued Jemaa,Oued Jemaa (CR),Oued Jemaa (Commune Rurale),lmryjt,لمريجة		MA	03	531	1553109132	9190	Africa/Casablanca
6547017	Oulad Ayyad	oulad-ayyad	Oulad Ayyad,Oulad Ayyad (CR),Oulad Ayyad (Commune Rurale),ras alqsr,راس القصر		MA	03	531	1553109152	9566	Africa/Casablanca
6547018	Outabouabane	outabouabane	Outabouabane,Outabouabane (CR),Outabouabane (Commune Rurale),bwhlw,بوحلو		MA	03	531	1553109192	9856	Africa/Casablanca
6547019	Tahla	tahla	Tahla,Tahla (Commune Urbaine),Tahla (MU),wad mlht,واد ملحة		MA	03	561	1556101071	25655	Africa/Casablanca
6547020	Fifi	fifi	Fifi,Fifi (CR),Fifi (Commune Rurale),tzkan,تزكان		MA	01	151	1615105112	8104	Africa/Casablanca
6547021	Bni Bouzra	bni-bouzra	Bni Bouzra,Bni Bouzra (CR),Bni Bouzra (Commune Rurale),abryksht,ابريكشة		MA	01	151	1615107012	16568	Africa/Casablanca
6547022	Bni Mansour	bni-mansour	Bni Mansour,Bni Mansour (CR),Bni Mansour (Commune Rurale),alswakn,السواكن		MA	01	151	1615107032	20811	Africa/Casablanca
6547023	Bni Selmane	bni-selmane	Bni Selmane,Bni Selmane (CR),Bni Selmane (Commune Rurale),swq alqlt,سوق القلة		MA	01	151	1615107052	24217	Africa/Casablanca
6547024	Steha	steha	Steha,Steha (CR),Steha (Commune Rurale),swq altlbt,سوق الطلبة		MA	01	151	1615107072	10637	Africa/Casablanca
6547025	Ain Beida	ain-beida	Ain Beida,Ain Beida (CR),Ain Beida (Commune Rurale),بني عروس		MA	01	151	1615109012	11851	Africa/Casablanca
6547026	Asjen	asjen	Asjen,Asjen (CR),Asjen (Commune Rurale),bny krft,بني كرفط		MA	01	405	1615109032	13113	Africa/Casablanca
6547027	Brikcha	brikcha	Brikcha,Brikcha (CR),Brikcha (Commune Rurale),rysant alshmalyt,ريصانة الشمالية		MA	01	405	1615109052	9489	Africa/Casablanca
6547028	Souaken	souaken	Souaken,Souaken (CR),Souaken (Commune Rurale),rysant aljnwbyt,ريصانة الجنوبية		MA	01	331	1633103092	12632	Africa/Casablanca
6547029	Souk L Qolla	souk-l-qolla	Souk L Qolla,Souk L Qolla (CR),Souk L Qolla (Commune Rurale),tazrwt,تازروت		MA	01	331	1633103112	16903	Africa/Casablanca
6547030	Souk Tolba	souk-tolba	Souk Tolba,Souk Tolba (CR),Souk Tolba (Commune Rurale),زعرورة		MA	01	331	1633103132	13142	Africa/Casablanca
6547031	Tatoft	tatoft	Tatoft,Tatoft (CR),Tatoft (Commune Rurale),بني مكادة (المقاطعة)		MA	01	331	1633103152	11005	Africa/Casablanca
6547032	Ayacha	ayacha	Ayacha,Ayacha (CR),Ayacha (Commune Rurale),alzynat,الزينات		MA	01	331	1633105012	7335	Africa/Casablanca
6547033	Rissana Chamalia	rissana-chamalia	Rissana Chamalia,Rissana Chamalia (CR),Rissana Chamalia (Commune Rurale),alsahl alshmaly,الساحل الشمالي		MA	01	331	1633105072	12266	Africa/Casablanca
6547034	Bni Makada	bni-makada	Bni Makada,Bni Makada (AR),Bni Makada (Arrondissement),ttwan (albldyt),تطوان (البلدية)		MA	01	511	1651101031	238342	Africa/Casablanca
6547035	Ain Lahsan	ain-lahsan	Ain Lahsan,Ain Lahsan (CR),Ain Lahsan (Commune Rurale),azla,ازلا		MA	01	571	1657103012	6742	Africa/Casablanca
6547036	Bni Harchen	bni-harchen	Bni Harchen,Bni Harchen (CR),Bni Harchen (Commune Rurale),abghaghzt,ابغاغزة		MA	01	571	1657103072	6953	Africa/Casablanca
6547037	Jbel Lahbib	jbel-lahbib	Jbel Lahbib,Jbel Lahbib (CR),Jbel Lahbib (Commune Rurale),bny ydr,بني يدر		MA	01	571	1657103092	3780	Africa/Casablanca
6547038	Mallalienne	mallalienne	Mallalienne,Mallalienne (CR),Mallalienne (Commune Rurale),bny lyt,بني ليت		MA	01	571	1657103152	9177	Africa/Casablanca
6547039	Souk Kdim	souk-kdim	Souk Kdim,Souk Kdim (CR),Souk Kdim (Commune Rurale),mrkz bryksht,مركز بريكشة		MA	01	571	1657103192	7823	Africa/Casablanca
6547040	Azla	azla	Azla,Azla (CR),Azla (Commune Rurale),mrkz dar alshawy,مركز دار الشاوي		MA	01	571	1657105072	16128	Africa/Casablanca
6547043	Sidi Addi	sidi-addi	Sidi Addi,Sidi Addi (AC),Sidi Addi (Agglomeration Communale),mrkz tymhdyt,مركز تيمحضيت		MA	03	271	1327103073	2895	Africa/Casablanca
6547044	Sebt Jahjouh	sebt-jahjouh	Sebt Jahjouh,Sebt Jahjouh (AC),Sebt Jahjouh (Agglomeration Communale),مركز عين اللوح		MA	03	171	1317103053	3585	Africa/Casablanca
6547046	Amalou Ighriben	amalou-ighriben	Amalou Ighriben,Amalou Ighriben (AC),Amalou Ighriben (Agglomeration Communale),mrkz zyrart,مركز زيرارة		MA	05	301	1330105133	28933	Africa/Casablanca
6547047	Tiznit	tiznit	Tiznit,Tiznit (Commune Urbaine),Tiznit (MU),lbwyrat,لبويرات		MA	09	581	0458101071	53441	Africa/Casablanca
6547048	Benslimane	benslimane	Benslimane,Benslimane (Commune Urbaine),Benslimane (MU),armylat,ارميلات		MA	06	111	0611101011	45195	Africa/Casablanca
6547049	Al Aaroui	al-aaroui	Al Aaroui,Al Aaroui (Commune Urbaine),Al Aaroui (MU),tafwghalt,تافوغالت		MA	02	381	0838101011	36021	Africa/Casablanca
6547050	Nador	nador	Nador,Nador (Commune Urbaine),Nador (MU),bny ansar (albldyt),بني انصار (البلدية)		MA	02	381	0838101051	124915	Africa/Casablanca
6547051	Zeghanghane	zeghanghane	Zeghanghane,Zeghanghane (Commune Urbaine),Zeghanghane (MU),zayw (albldyt),زايو (البلدية)		MA	02	381	0838101091	20134	Africa/Casablanca
6547052	Bni Sidel Louta	bni-sidel-louta	Bni Sidel Louta,Bni Sidel Louta (CR),Bni Sidel Louta (Commune Rurale),bny shykr,بني شيكر		MA	02	381	0838105072	6283	Africa/Casablanca
6547053	Bni Sidel Jbel	bni-sidel-jbel	Bni Sidel Jbel,Bni Sidel Jbel (CR),Bni Sidel Jbel (Commune Rurale),bny sydal lwta,بني سيدال لوطا		MA	02	381	0838105052	8930	Africa/Casablanca
6547054	Iksane	iksane	Iksane,Iksane (CR),Iksane (Commune Rurale),ayhdadn,ايحدادن		MA	02	381	0838105172	8417	Africa/Casablanca
6547055	Selouane	selouane	Selouane,Selouane (CR),Selouane (Commune Rurale),ayksan,ايكسان		MA	02	381	0838105192	15666	Africa/Casablanca
6547056	Afsou	afsou	Afsou,Afsou (CR),Afsou (Commune Rurale),slwan,سلوان		MA	02	381	0838107012	2932	Africa/Casablanca
6547057	Albarkanyene	albarkanyene	Albarkanyene,Albarkanyene (CR),Albarkanyene (Commune Rurale),afsw,افسو		MA	02	381	0838107032	1619	Africa/Casablanca
6547058	Bni Marghnine	bni-marghnine	Bni Marghnine,Bni Marghnine (CR),Bni Marghnine (Commune Rurale),bn altyb,بن الطيب		MA	02	167	0838109052	7158	Africa/Casablanca
6547059	Midar	midar	Midar,Midar (CR),Midar (Commune Rurale),ajrmawas,اجرماواس		MA	02	167	0838109132	2793	Africa/Casablanca
6547060	M Hajer	m-hajer	M Hajer,M Hajer (CR),M Hajer (Commune Rurale),mydar,ميضار		MA	02	167	0838109152	3232	Africa/Casablanca
6547061	Ouardana	ouardana	Ouardana,Ouardana (CR),Ouardana (Commune Rurale),amhajr,امهاجر		MA	02	167	0838109172	6921	Africa/Casablanca
6547062	Taifa	taifa	Taifa,Taifa (CR),Taifa (Commune Rurale),amsylt,امسيلة		MA	03	561	1556111112	6992	Africa/Casablanca
6547063	Tainaste	tainaste	Tainaste,Tainaste (CR),Tainaste (Commune Rurale),tayft,طايفة		MA	03	561	1556111132	11530	Africa/Casablanca
6547064	Bab Boudir	bab-boudir	Bab Boudir,Bab Boudir (CR),Bab Boudir (Commune Rurale),atraybt,اترايبة		MA	03	561	1556113012	5082	Africa/Casablanca
6547065	Bab Marzouka	bab-marzouka	Bab Marzouka,Bab Marzouka (CR),Bab Marzouka (Commune Rurale),bab bwdyr,باب بودير		MA	03	561	1556113032	18520	Africa/Casablanca
6547066	Bni Lent	bni-lent	Bni Lent,Bni Lent (CR),Bni Lent (Commune Rurale),bab mrzwqt,باب مرزوقة		MA	03	561	1556113052	11866	Africa/Casablanca
6547067	Meknassa Acharqia	meknassa-acharqia	Meknassa Acharqia,Meknassa Acharqia (CR),Meknassa Acharqia (Commune Rurale),kldman,كلدمان		MA	03	561	1556113092	6020	Africa/Casablanca
6547068	Meknassa Al Gharbia	meknassa-al-gharbia	Meknassa Al Gharbia,Meknassa Al Gharbia (CR),Meknassa Al Gharbia (Commune Rurale),mknast alshrqyt,مكناسة الشرقية		MA	03	561	1556113112	3890	Africa/Casablanca
6547069	Oulad Chrif	oulad-chrif	Oulad Chrif,Oulad Chrif (CR),Oulad Chrif (Commune Rurale),mknast alghrbyt,مكناسة الغربية		MA	03	561	1556113132	9237	Africa/Casablanca
6547070	Bni Bouayach	bni-bouayach	Bni Bouayach,Bni Bouayach (Commune Urbaine),Bni Bouayach (MU),بني بوعياش (البلدية)		MA	01	051	1505101031	15497	Africa/Casablanca
6547071	Imzouren	imzouren	Imzouren,Imzouren (Commune Urbaine),Imzouren (MU),amzwrn (albldyt),امزورن (البلدية)		MA	01	051	1505101051	26474	Africa/Casablanca
6547072	Targuist	targuist	Targuist,Targuist (Commune Urbaine),Targuist (MU),tarjyst (albldyt),تارجيست (البلدية)		MA	01	051	1505101071	11560	Africa/Casablanca
6547073	Bni Ammart	bni-ammart	Bni Ammart,Bni Ammart (CR),Bni Ammart (Commune Rurale),بني عمارت		MA	01	051	1505107052	6654	Africa/Casablanca
6547074	Bni Bchir	bni-bchir	Bni Bchir,Bni Bchir (CR),Bni Bchir (Commune Rurale),bny bshyr,بني بشير		MA	01	051	1505107072	6527	Africa/Casablanca
6547075	Bni Bouchibet	bni-bouchibet	Bni Bouchibet,Bni Bouchibet (CR),Bni Bouchibet (Commune Rurale),bny bwshbt,بني بوشبت		MA	01	051	1505107092	9032	Africa/Casablanca
6547076	Bni Bounsar	bni-bounsar	Bni Bounsar,Bni Bounsar (CR),Bni Bounsar (Commune Rurale),bny bwnsr,بني بونصر		MA	01	051	1505107112	7660	Africa/Casablanca
6547077	Moulay Ahmed Cherif	moulay-ahmed-cherif	Moulay Ahmed Cherif,Moulay Ahmed Cherif (CR),Moulay Ahmed Cherif (Commune Rurale),mwlay ahmd alshryf,مولاي أحمد الشريف		MA	01	051	1505107172	9765	Africa/Casablanca
6547078	Sidi Boutmim	sidi-boutmim	Sidi Boutmim,Sidi Boutmim (CR),Sidi Boutmim (Commune Rurale),sydy bwtmym,سيدي بوتميم		MA	01	051	1505107192	9988	Africa/Casablanca
6547079	Sidi Bouzineb	sidi-bouzineb	Sidi Bouzineb,Sidi Bouzineb (CR),Sidi Bouzineb (Commune Rurale),sydy bwzynb,سيدي بوزينب		MA	01	051	1505107212	3711	Africa/Casablanca
6547080	Taghzout	taghzout	Taghzout,Taghzout (CR),Taghzout (Commune Rurale),taghzwt,تاغزوت		MA	01	051	1505107232	5132	Africa/Casablanca
6547081	Tamsaout	tamsaout	Tamsaout,Tamsaout (CR),Tamsaout (Commune Rurale),tamsawt,تامساوت		MA	01	051	1505107252	12610	Africa/Casablanca
6547082	Bni Ounjel Tafraout	bni-ounjel-tafraout	Bni Ounjel Tafraout,Bni Ounjel Tafraout (CR),Bni Ounjel Tafraout (Commune Rurale),bny wnjl tafrawt,بني ونجل تافراوت		MA	03	531	1553107052	6962	Africa/Casablanca
6547083	Khlalfa	khlalfa	Khlalfa,Khlalfa (CR),Khlalfa (Commune Rurale),akhlalft,اخلالفة		MA	03	531	1553107132	14681	Africa/Casablanca
6547084	Tamedit	tamedit	Tamedit,Tamedit (CR),Tamedit (Commune Rurale),tmdyt,تمضيت		MA	03	531	1553107192	14669	Africa/Casablanca
6547085	Aknoul	aknoul	Aknoul,Aknoul (Commune Urbaine),Aknoul (MU),aknwl (albldyt),اكنول (البلدية)		MA	03	561	1556101011	4066	Africa/Casablanca
6547086	Guercif	guercif	Guercif,Guercif (Commune Urbaine),Guercif (MU),jrsyf (albldyt),جرسيف (البلدية)		MA	03	265	1556101031	56526	Africa/Casablanca
6547087	Oued Amlil	oued-amlil	Oued Amlil,Oued Amlil (Commune Urbaine),Oued Amlil (MU),wad amlyl (albldyt),واد امليل (البلدية)		MA	03	561	1556101051	8246	Africa/Casablanca
6547088	Taza	taza	Taza,Taza (Commune Urbaine),Taza (MU),tazt (albldyt),تازة (البلدية)		MA	03	561	1556101111	137778	Africa/Casablanca
6547089	Mazguitam	mazguitam	Mazguitam,Mazguitam (CR),Mazguitam (Commune Rurale),mzkytam,مزكيتام		MA	03	561	1556105092	9891	Africa/Casablanca
6547090	Oulad Bourima	oulad-bourima	Oulad Bourima,Oulad Bourima (CR),Oulad Bourima (Commune Rurale),awlad bwrymt,أولاد بوريمة		MA	03	561	1556105112	1951	Africa/Casablanca
6547091	Saka	saka	Saka,Saka (CR),Saka (Commune Rurale),sakt,صاكة		MA	03	265	1556105152	19547	Africa/Casablanca
6547094	Bouizazarene Ihaddad	bouizazarene-ihaddad	Bouizazarene Ihaddad,Bouizazarene Ihaddad (AC),Bouizazarene Ihaddad (Agglomeration Communale),mrkz bwyzzarn yyhdadn,مركز بويززارن ئيحدادن		MA	02	381	0838105153	25480	Africa/Casablanca
6547095	Jaadar	jaadar	Jaadar,Jaadar (AC),Jaadar (Agglomeration Communale),مركز جعدار		MA	02	381	0838105013	9497	Africa/Casablanca
6547096	Taouima	taouima	Taouima,Taouima (AC),Taouima (Agglomeration Communale),mrkz twymt,مركز تويمة		MA	02	381	0838105093	6641	Africa/Casablanca
6547099	Bouhdila	bouhdila	Bouhdila,Bouhdila (AC),Bouhdila (Agglomeration Communale),mrkz bwhdylt,مركز بوهديلة		MA	02	113	0811305193	16145	Africa/Casablanca
6547101	Oulad Ghadbane	oulad-ghadbane	Oulad Ghadbane,Oulad Ghadbane (AC),Oulad Ghadbane (Agglomeration Communale),mrkz awlad ghdban,مركز اولاد غضبان		MA	06	181	1118105014	3889	Africa/Casablanca
6547102	Bouarg	bouarg	Bouarg,Bouarg (CR),Bouarg (Commune Rurale),بوعرك		MA	02	381	0838105092	37737	Africa/Casablanca
8335014	Settat Cercle	settat-cercle	Settat		MA			8335014	0	Africa/Casablanca
8335015	Moqrissat Cercle	moqrissat-cercle	Mokresset,Moqrissat		MA			8335015	0	Africa/Casablanca
8335016	Bab Taza Cercle	bab-taza-cercle			MA			8335016	0	Africa/Casablanca
11178957	El Atef	el-atef			MA	02	533	11178957	0	Africa/Casablanca
11878411	Cercle de Bni Ouriaghel	cercle-de-bni-ouriaghel	Cercle de Bni Ouriaghel,Da'irat Bani Uriyaghal,Dā’irat Banī Ūriyāghal,dayrt bny awryaghl,دائرة بني أورياغل		MA	01		11878411	0	Africa/Casablanca
11878412	Municipalité d’Ajdir	municipalite-d-ajdir	Baladiyat Ajdir,Baladīyat Ajdīr,Municipalite d'Ajdir,Municipalité d’Ajdir,bldyt ajdyr,بلدية أجدير		MA	01		11878412	0	Africa/Casablanca
11878413	Municipalité d’Al Hoceïma	municipalite-d-al-hoceima	Baladiyat al Husaymah,Baladīyat al Ḩusaymah,Municipalite d'Al Hoceima,Municipalité d’Al Hoceïma,bldyt alhsymt,بلدية الحسيمة		MA	01		11878413	0	Africa/Casablanca
11878427	Cercle de Bni Ahmed	cercle-de-bni-ahmed	Cercle de Bni Ahmed,Da'irat Bani Ahmad,Dā’irat Banī Aḩmad,dayrt bny ahmd,دائرة بني أحمد		MA	01		11878427	0	Africa/Casablanca
11878429	Cercle de Bou Ahmed	cercle-de-bou-ahmed	Cercle de Bou Ahmed,Da'irat Bu Ahmad,Dā’irat Bū Aḩmad,dayrt bw ahmd,دائرة بو أحمد		MA	01		11878429	0	Africa/Casablanca
11878430	Cercle d’Ouezzane	cercle-d-ouezzane	Cercle d'Ouezzane,Cercle d’Ouezzane,Da'irat Wazzan,Dā’irat Wazzān,dayrt wzan,دائرة وزان		MA	01		11878430	0	Africa/Casablanca
11878432	Cercle de Moqrisset	cercle-de-moqrisset	Cercle de Moqrisset,Da'irat Muqrissat,Dā’irat Muqrīşşāt,dayrt mqrysat,دائرة مقريصات		MA	01		11878432	0	Africa/Casablanca
11878433	Municipalité d’Ouezzane	municipalite-d-ouezzane	Baladiyat Wazzan,Baladīyat Wazzān,Municipalite d'Ouezzane,Municipalité d’Ouezzane,bldyt wzan,بلدية وزان		MA	01		11878433	0	Africa/Casablanca
11878434	Cercle d’Anjra	cercle-d-anjra	Cercle d'Anjra,Cercle d’Anjra,Da'irat Anjarah,Dā’irat Anjarah,dayrt anjrt,دائرة أنجرة		MA	01		11878434	0	Africa/Casablanca
11878436	Cercle de Fahs	cercle-de-fahs	Cercle de Fahs,Da'irat Fahs,Dā’irat Faḩş,dayrt fhs,دائرة فحص		MA	01		11878436	0	Africa/Casablanca
11878437	Caïdat d’Allyene	caidat-d-allyene	Caidat d'Allyene,Caïdat d’Allyene,Qiyadat `Ulayyin,Qiyādat ‘Ulayyīn,قيادة عليين		MA	01		11878437	0	Africa/Casablanca
11878438	Municipalité de Fnideq	municipalite-de-fnideq	Baladiyat Funaydiq,Baladīyat Funaydiq,Municipalite de Fnideq,Municipalité de Fnideq,bldyt fnydq,بلدية فنيدق		MA	01		11878438	0	Africa/Casablanca
11878439	Caïdat de Belyounech	caidat-de-belyounech	Caidat de Belyounech,Caïdat de Belyounech,Qiyadat Bilyunish,Qiyādat Bilyūnish,qyadt blywnsh,قيادة بليونش		MA	01		11878439	0	Africa/Casablanca
11878898	Cercle de Loukouss	cercle-de-loukouss	Cercle de Loukouss,Da'irat al Lukuss,Dā’irat al Lūkūss,dayrt allwkws,دائرة اللوكوس		MA	01		11878898	0	Africa/Casablanca
11878899	Cercle d’Oued El Makhazine	cercle-d-oued-el-makhazine	Cercle d'Oued El Makhazine,Cercle d’Oued El Makhazine,Da'irat Wadi al Makhazin,Dā’irat Wādī al Makhāzīn,dayrt wady almkhazyn,دائرة وادي المخازين		MA	01		11878899	0	Africa/Casablanca
11878900	Cercle d’Assilah	cercle-d-assilah	Cercle d'Assilah,Cercle d’Assilah,Da'irat Asilah,Dā’irat Aşīlah,dayrt asylt,دائرة أصيلة		MA	01		11878900	0	Africa/Casablanca
11878901	Municipalité d’Assilah	municipalite-d-assilah	Baladiyat Asilah,Baladīyat Aşīlah,Municipalite d'Assilah,Municipalité d’Assilah,bldyt asylt,بلدية أصيلة		MA	01		11878901	0	Africa/Casablanca
11878902	Cercle de Tanger	cercle-de-tanger	Cercle de Tanger,Da'irat Tanjah,Dā’irat Ţanjah,dayrt tnjt,دائرة طنجة		MA	01		11878902	0	Africa/Casablanca
11878903	Cercle de Jebala	cercle-de-jebala	Cercle de Jebala,Da'irat Jabalah,Dā’irat Jabālah,dayrt jbalt,دائرة جبالة		MA	01		11878903	0	Africa/Casablanca
11878904	Cercle de Tétouan	cercle-de-tetouan	Cercle de Tetouan,Cercle de Tétouan,Da'irat Tatwan,Dā’irat Taţwān,dayrt ttwan,دائرة تطوان		MA	01		11878904	0	Africa/Casablanca
11878905	Municipalité d’Oued Laou	municipalite-d-oued-laou	Baladiyat Wad Laww,Baladīyat Wād Laww,Municipalite d'Oued Laou,Municipalité d’Oued Laou,bldyt wad lw,bldyt wady lw,بلدية واد لو,بلدية وادي لو		MA	01		11878905	0	Africa/Casablanca
11878907	Cercle de Missour	cercle-de-missour	Cercle de Missour,Da'irat Maysur,Dā’irat Maysūr,dayrt myswr,دائرة ميسور		MA	03		11878907	0	Africa/Casablanca
11878908	Municipalité d’Outat El Haj	municipalite-d-outat-el-haj	Baladiyat Awtat al Hajj,Baladīyat Awţāţ al Ḩājj,Municipalite d'Outat El Haj,Municipalité d’Outat El Haj,bldyt awtat alhaj,بلدية أوطاط الحاج		MA	03		11878908	0	Africa/Casablanca
11878909	Municipalité d’Imouzzer Marmoucha	municipalite-d-imouzzer-marmoucha	Baladiyat Imuzar Marmushah,Baladīyat Īmūzār Marmūshah,Municipalite d'Imouzzer Marmoucha,Municipalité d’Imouzzer Marmoucha,bldyt aymwzar mrmwsht,بلدية إيموزار مرموشة		MA	03		11878909	0	Africa/Casablanca
11878910	Cercle de Boulemane	cercle-de-boulemane	Cercle de Boulemane,Da'irat Bulaman,Dā’irat Būlamān,dayrt bwlman,دائرة بولمان		MA	03		11878910	0	Africa/Casablanca
11878911	Cercle d’Outat El Haj	cercle-d-outat-el-haj	Cercle d'Outat El Haj,Cercle d’Outat El Haj,Da'irat Awtat al Hajj,Dā’irat Awţāţ al Ḩājj,dayrt awtat alhaj,دائرة أوطاط الحاج		MA	03		11878911	0	Africa/Casablanca
11878912	Municipalité d’Azrou	municipalite-d-azrou	Baladiyat Azru,Baladīyat Azrū,Municipalite d'Azrou,Municipalité d’Azrou,bldyt azrw,بلدية أزرو		MA	03		11878912	0	Africa/Casablanca
11878913	Municipalité d’Ifrane	municipalite-d-ifrane	Baladiyat Ifran,Baladīyat Ifrān,Municipalite d'Ifrane,Municipalité d’Ifrane,bldyt afran,بلدية إفران		MA	03		11878913	0	Africa/Casablanca
11878914	Cercle d’Azrou	cercle-d-azrou	Cercle d'Azrou,Cercle d’Azrou,Da'irat Azru,Dā’irat Azrū,dayrt azrw,دائرة أزرو		MA	03		11878914	0	Africa/Casablanca
11878915	Municipalité d’El Menzel	municipalite-d-el-menzel	Baladiyat al Manzil,Baladīyat al Manzil,Municipalite d'El Menzel,Municipalité d’El Menzel,bldyt almnzl,بلدية المنزل		MA	03		11878915	0	Africa/Casablanca
11878916	Municipalité d’Imouzzer Kandar	municipalite-d-imouzzer-kandar	Baladiyat Imuzzar Kandar,Baladīyat Īmūzzār Kandar,Municipalite d'Imouzzer Kandar,Municipalité d’Imouzzer Kandar,bldyt aymwzar kndr,بلدية إيموزار كندر		MA	03		11878916	0	Africa/Casablanca
11878917	Cercle d’El Menzel	cercle-d-el-menzel	Cercle d'El Menzel,Cercle d’El Menzel,Da'irat al Manzil,Dā’irat al Manzil,dayrt almnzl,دائرة المنزل		MA	03		11878917	0	Africa/Casablanca
11878918	Cercle d’Imouzzer Kandar	cercle-d-imouzzer-kandar	Cercle d'Imouzzer Kandar,Cercle d’Imouzzer Kandar,Da'irat Imuzzar Kandar,Dā’irat Īmūzzār Kandar,dayrt aymwzar kndr,دائرة إيموزار كندر		MA	03		11878918	0	Africa/Casablanca
11878968	Cercle de Taounate	cercle-de-taounate	Cercle de Taounate,Da'irat Tawnat,Dā’irat Tāwnāt,dayrt tawnat,دائرة تاونات		MA	03		11878968	0	Africa/Casablanca
11878969	Cercle d’Aknoul	cercle-d-aknoul	Cercle d'Aknoul,Cercle d’Aknoul,Da'irat Aknul,Dā’irat Aknūl,dayrt aknwl,دائرة أكنول		MA	03		11878969	0	Africa/Casablanca
11878970	Cercle de Tahla	cercle-de-tahla	Cercle de Tahla,Da'irat Tahlah,Dā’irat Tāhlah,dayrt tahlt,دائرة تاهلة		MA	03		11878970	0	Africa/Casablanca
11878971	Municipalité d’Oued Amlil	municipalite-d-oued-amlil	Baladiyat Wad Amlil,Baladīyat Wād Amlīl,Municipalite d'Oued Amlil,Municipalité d’Oued Amlil,bldyt wad amlyl,بلدية واد أمليل		MA	03		11878971	0	Africa/Casablanca
11878972	Municipalité d’Aknoul	municipalite-d-aknoul	Baladiyat Aknul,Baladīyat Aknūl,Municipalite d'Aknoul,Municipalité d’Aknoul,bldyt aknwl,بلدية أكنول		MA	03		11878972	0	Africa/Casablanca
11878973	Municipalité d’El Hajeb	municipalite-d-el-hajeb	Baladiyat al Hajib,Baladīyat al Ḩājib,Municipalite d'El Hajeb,Municipalité d’El Hajeb,bldyt alhajb,بلدية الحاجب		MA	03		11878973	0	Africa/Casablanca
11878974	Cercle de Fès Banlieue	cercle-de-fes-banlieue	Cercle de Fes Banlieue,Cercle de Fès Banlieue,Da'irat Ahwaz Fas,Dā’irat Aḩwāz Fās,dayrt ahwaz fas,دائرة أحواز فاس		MA	03		11878974	0	Africa/Casablanca
11878975	Cercle d’Ain Orma	cercle-d-ain-orma	Cercle d'Ain Orma,Cercle d’Ain Orma,Da'irat `Ayn `Urmah,Dā’irat ‘Ayn ‘Urmah,دائرة عين عرمة		MA	03		11878975	0	Africa/Casablanca
11878976	Cercle de Zerhoun	cercle-de-zerhoun	Cercle de Zerhoun,Da'irat Zarhun,Dā’irat Zarhūn,dayrt zrhwn,دائرة زرهون		MA	03		11878976	0	Africa/Casablanca
11878977	Municipalité d’Ouislane	municipalite-d-ouislane	Baladiyat Wislan,Baladīyat Wīslān,Municipalite d'Ouislane,Municipalité d’Ouislane,bldyt wyslan,بلدية ويسلان		MA	03		11878977	0	Africa/Casablanca
11878978	Municipalité d’Al Machouar-Stinia	municipalite-d-al-machouar-stinia	Baladiyat al Mashwar Stiniyah,Baladīyat al Mashwar Stīnīyah,Municipalite d'Al Machouar-Stinia,Municipalité d’Al Machouar-Stinia,bldyt almshwr alstynyt,بلدية المشور الستينية		MA	03		11878978	0	Africa/Casablanca
11878979	Municipalité d’Ain Taoujdate	municipalite-d-ain-taoujdate	Baladiyat `Ayn Tawujtat,Baladīyat ‘Ayn Tāwujţāt,Municipalite d'Ain Taoujdate,Municipalité d’Ain Taoujdate,بلدية عين تاوجطات		MA	03		11878979	0	Africa/Casablanca
11878980	Municipalité d’Agourai	municipalite-d-agourai	Baladiyat Akuray,Baladīyat Akūrāy,Municipalite d'Agourai,Municipalité d’Agourai,bldyt akwray,بلدية أكوراي		MA	03		11878980	0	Africa/Casablanca
11878981	Cercle d’Agourai	cercle-d-agourai	Cercle d'Agourai,Cercle d’Agourai,Da'irat Akuray,Dā’irat Akūrāy,dayrt akwray,دائرة أكوراي		MA	03		11878981	0	Africa/Casablanca
11878982	Cercle d’El Hajeb	cercle-d-el-hajeb	Cercle d'El Hajeb,Cercle d’El Hajeb,Da'irat al Hajib,Dā’irat al Ḩājib,dayrt alhajb,دائرة الحاجب		MA	03		11878982	0	Africa/Casablanca
11878983	Cercle d’Ain Taoujdate	cercle-d-ain-taoujdate	Cercle d'Ain Taoujdate,Cercle d’Ain Taoujdate,Da'irat `Ayn Tawujtat,Dā’irat ‘Ayn Tāwujţāt,دائرة عين تاوجطات		MA	03		11878983	0	Africa/Casablanca
11878984	Cercle d’Oulad Jemaa Lemta	cercle-d-oulad-jemaa-lemta	Cercle d'Oulad Jemaa Lemta,Cercle d’Oulad Jemaa Lemta,Da'irat Awlad Jam`ah Lamtah,Dā’irat Awlād Jam‘ah Lamţah,دائرة أولاد جمعة لمطة		MA	03		11878984	0	Africa/Casablanca
11878985	Municipalité d’Al Aaroui	municipalite-d-al-aaroui	Baladiyat al `Arawi,Baladīyat al ‘Arawī,Municipalite d'Al Aaroui,Municipalité d’Al Aaroui,بلدية العروي		MA	02		11878985	0	Africa/Casablanca
11878986	Municipalité d’Oujda	municipalite-d-oujda	Baladiyat Wujdah,Baladīyat Wujdah,Municipalite d'Oujda,Municipalité d’Oujda,bldyt wjdt,بلدية وجدة		MA	02		11878986	0	Africa/Casablanca
11878987	Municipalité d’El Aioun Sidi Mellouk	municipalite-d-el-aioun-sidi-mellouk	Baladiyat al `Uyun Sidi Malluk,Baladīyat al ‘Uyūn Sīdī Mallūk,Municipalite d'El Aioun Sidi Mellouk,Municipalité d’El Aioun Sidi Mellouk,بلدية العيون سيدي ملوك		MA	02		11878987	0	Africa/Casablanca
11878988	Municipalité d’Ahfir	municipalite-d-ahfir	Baladiyat Ahfir,Baladīyat Aḩfīr,Municipalite d'Ahfir,Municipalité d’Ahfir,bldyt ahfyr,بلدية أحفير		MA	02		11878988	0	Africa/Casablanca
11878989	Municipalité d’Ain Erreggada	municipalite-d-ain-erreggada	Baladiyat `Ayn ar Rakkadah,Baladīyat ‘Ayn ar Rakkādah,Municipalite d'Ain Erreggada,Municipalité d’Ain Erreggada,بلدية عين الركادة		MA	02		11878989	0	Africa/Casablanca
11878990	Municipalité d’Aklim	municipalite-d-aklim	Baladiyat Aklim,Baladīyat Aklīm,Municipalite d'Aklim,Municipalité d’Aklim,bldyt aklym,بلدية أكليم		MA	02		11878990	0	Africa/Casablanca
11878991	Municipalité de Sidi Slimane Echcharraa	municipalite-de-sidi-slimane-echcharraa	Baladiyat Sidi Sulayman-Ash Sharra`ah,Baladīyat Sīdī Sulaymān-Ash Sharrā‘ah,Municipalite de Sidi Slimane Echcharraa,Municipalité de Sidi Slimane Echcharraa,بلدية سيدي سليمان-الشراعة		MA	02		11878991	0	Africa/Casablanca
11878992	Cercle de Bni Tadjite	cercle-de-bni-tadjite	Cercle de Bni Tadjite,Da'irat Bani Tadjit,Dā’irat Banī Tādjīt,dayrt bny tadjyt,دائرة بني تادجيت		MA	02		11878992	0	Africa/Casablanca
11878993	Cercle de Figuig	cercle-de-figuig	Cercle de Figuig,Da'irat Fujayj,Dā’irat Fujayj,dayrt fjyj,دائرة فجيج		MA	02		11878993	0	Africa/Casablanca
11878994	Cercle de Louta	cercle-de-louta	Cercle de Louta,Da'irat Luta,Dā’irat Lūţā,dayrt lwta,دائرة لوطا		MA	02		11878994	0	Africa/Casablanca
11878995	Cercle de Guelaia	cercle-de-guelaia	Cercle de Guelaia,Da'irat Qal`iyah,Dā’irat Qal‘īyah,دائرة قلعية		MA	02		11878995	0	Africa/Casablanca
11878996	Cercle d’Oujda Banlieue Nord	cercle-d-oujda-banlieue-nord	Cercle d'Oujda Banlieue Nord,Cercle d’Oujda Banlieue Nord,Da'irat Ahwaz Wujdah ash Shamaliyah,Dā’irat Aḩwāz Wujdah ash Shamālīyah,dayrt ahwaz wjdt alshmalyt,دائرة أحواز وجدة الشمالية		MA	02		11878996	0	Africa/Casablanca
11878997	Cercle d’Oujda Banlieue Sud	cercle-d-oujda-banlieue-sud	Cercle d'Oujda Banlieue Sud,Cercle d’Oujda Banlieue Sud,Da'irat Ahwaz Wujdah al Janubiyah,Dā’irat Aḩwāz Wujdah al Janūbīyah,dayrt ahwaz wjdt aljnwbyt,دائرة أحواز وجدة الجنوبية		MA	02		11878997	0	Africa/Casablanca
11878998	Cercle de Debdou	cercle-de-debdou	Cercle de Debdou,Da'irat Dibdu,Dā’irat Dibdū,dayrt dbdw,دائرة دبدو		MA	02		11878998	0	Africa/Casablanca
11878999	Cercle d’El Aioun	cercle-d-el-aioun	Cercle d'El Aioun,Cercle d’El Aioun,Da'irat al `Uyun,Dā’irat al ‘Uyūn,دائرة العيون		MA	02		11878999	0	Africa/Casablanca
11879000	Cercle d’Ahfir	cercle-d-ahfir	Cercle d'Ahfir,Cercle d’Ahfir,Da'irat Ahfir,Dā’irat Aḩfīr,dayrt ahfyr,دائرة أحفير		MA	02		11879000	0	Africa/Casablanca
11879001	Cercle d’Aklim	cercle-d-aklim	Cercle d'Aklim,Cercle d’Aklim,Da'irat Aklim,Dā’irat Aklīm,dayrt aklym,دائرة أكليم		MA	02		11879001	0	Africa/Casablanca
11879002	Cercle de Rif	cercle-de-rif	Cercle de Rif,Da'irat ar Rif,Dā’irat ar Rīf,dayrt alryf,دائرة الريف		MA	02		11879002	0	Africa/Casablanca
11880866	Cercle d’Oulmes	cercle-d-oulmes	Cercle d'Oulmes,Cercle d’Oulmes,Da'irat Ulmas,Dā’irat Ūlmās,dayrt awlmas,دائرة أولماس		MA	04		11880866	0	Africa/Casablanca
11880962	Cercle de Kénitra-Banlieue	cercle-de-kenitra-banlieue	Cercle de Kenitra-Banlieue,Cercle de Kénitra-Banlieue,Da'irat Ahwaz al Qunaytirah,Dā’irat Aḩwāz al Qunayţirah,dayrt ahwaz alqnytrt,دائرة أحواز القنيطرة		MA	04		11880962	0	Africa/Casablanca
11880963	Municipalité de Sidi Allal El Bahraoui	municipalite-de-sidi-allal-el-bahraoui	Baladiyat Sidi `Allal al Bahrawi,Baladīyat Sīdī ‘Allāl al Baḩrāwī,Municipalite de Sidi Allal El Bahraoui,Municipalité de Sidi Allal El Bahraoui,بلدية سيدي علال البحراوي		MA	04		11880963	0	Africa/Casablanca
11880964	Municipalité de Mechraa Bel Ksiri	municipalite-de-mechraa-bel-ksiri	Baladiyat Mashra` Balqusayri,Baladīyat Mashra‘ Balquşayrī,Municipalite de Mechraa Bel Ksiri,Municipalité de Mechraa Bel Ksiri,بلدية مشرع بلقصيري		MA	04		11880964	0	Africa/Casablanca
11880965	Municipalité d’Ain El Aouda	municipalite-d-ain-el-aouda	Baladiyat `Ayn al `Awdah,Baladīyat ‘Ayn al ‘Awdah,Municipalite d'Ain El Aouda,Municipalité d’Ain El Aouda,بلدية عين العودة		MA	04		11880965	0	Africa/Casablanca
11880966	Municipalité d’Ain Attig	municipalite-d-ain-attig	Baladiyat `Ayn `Attiq,Baladīyat ‘Ayn ‘Attīq,Municipalite d'Ain Attig,Municipalité d’Ain Attig,بلدية عين عتيق		MA	04		11880966	0	Africa/Casablanca
11880967	Cercle de Témara	cercle-de-temara	Cercle de Temara,Cercle de Témara,Da'irat Tamarah,Dā’irat Tamārah,dayrt tmart,دائرة تمارة		MA	04		11880967	0	Africa/Casablanca
11880968	Cercle d’Ain El Aouda	cercle-d-ain-el-aouda	Cercle d'Ain El Aouda,Cercle d’Ain El Aouda,Da'irat `Ayn al `Awdah,Dā’irat ‘Ayn al ‘Awdah,دائرة عين العودة		MA	04		11880968	0	Africa/Casablanca
11880979	Cercle de Salé Banlieue	cercle-de-sale-banlieue	Cercle de Sale Banlieue,Cercle de Salé Banlieue,Da'irat Ahwaz Sala,Dā’irat Aḩwāz Salā,dayrt ahwaz sla,دائرة أحواز سلا		MA	04		11880979	0	Africa/Casablanca
11881230	Cercle de Chrarda	cercle-de-chrarda	Cercle de Chrarda,Da'irat ash Sharardah,Dā’irat ash Sharārdah,dayrt alshrardt,دائرة الشراردة		MA	04		11881230	0	Africa/Casablanca
11881247	Cercle de Ouargha	cercle-de-ouargha	Cercle de Ouargha,Da'irat Warghah,Dā’irat Warghah,dayrt wrght,دائرة ورغة		MA	04		11881247	0	Africa/Casablanca
11881250	Cercle de Baht	cercle-de-baht	Cercle de Baht,Da'irat Baht,Dā’irat Baht,dayrt bht,دائرة بهت		MA	04		11881250	0	Africa/Casablanca
11881253	Cercle de Gharb-Bni Malek	cercle-de-gharb-bni-malek	Cercle de Gharb-Bni Malek,Da'irat Gharb Bani Malik,Dā’irat Gharb Banī Mālik,dayrt ghrb bny malk,دائرة غرب بني مالك		MA	04		11881253	0	Africa/Casablanca
11881257	Cercle de Tilal Al Gharb	cercle-de-tilal-al-gharb	Cercle de Tilal Al Gharb,Da'irat Tilal al Gharb,Dā’irat Tilāl al Gharb,dayrt tlal alghrb,دائرة تلال الغرب		MA	04		11881257	0	Africa/Casablanca
11881372	Cercle d’Azemmour	cercle-d-azemmour	Cercle d'Azemmour,Cercle d’Azemmour,Da'irat Azammur,Dā’irat Azammūr,dayrt azmwr,دائرة أزمور		MA	06		11881372	0	Africa/Casablanca
11881404	Cercle de Sidi Smail	cercle-de-sidi-smail	Cercle de Sidi Smail,Da'irat Sidi Isma`il,Dā’irat Sīdī Ismā‘īl,دائرة سيدي إسماعيل		MA	06		11881404	0	Africa/Casablanca
11881405	Cercle d’El Borouj	cercle-d-el-borouj	Cercle d'El Borouj,Cercle d’El Borouj,Da'irat al Buruj,Dā’irat al Burūj,dayrt albrwj,دائرة البروج		MA	06		11881405	0	Africa/Casablanca
11881406	Cercle de Berrechid	cercle-de-berrechid	Cercle de Berrechid,Da'irat Barrashid,Dā’irat Barrashīd,dayrt brshyd,دائرة برشيد		MA	06		11881406	0	Africa/Casablanca
11881407	Cercle d’El Gara	cercle-d-el-gara	Cercle d'El Gara,Cercle d’El Gara,Da'irat al Karah,Dā’irat al Kārah,dayrt alkart,دائرة الكارة		MA	06		11881407	0	Africa/Casablanca
11881408	Cercle de Znata	cercle-de-znata	Cercle de Znata,Da'irat Zanatah,Dā’irat Zanātah,dayrt znatt,دائرة زناتة		MA	06		11881408	0	Africa/Casablanca
11881409	Cercle de Benslimane	cercle-de-benslimane	Cercle de Benslimane,Da'irat Binsulayman,Dā’irat Binsulaymān,dayrt bnslyman,دائرة بنسليمان		MA	06		11881409	0	Africa/Casablanca
11881410	Cercle de Bouznika	cercle-de-bouznika	Cercle de Bouznika,Da'irat Buzaniqah,Dā’irat Būzanīqah,dayrt bwznyqt,دائرة بوزنيقة		MA	06		11881410	0	Africa/Casablanca
11881414	Municipalité d’Azemmour	municipalite-d-azemmour	Baladiyat Azammur,Baladīyat Azammūr,Municipalite d'Azemmour,Municipalité d’Azemmour,bldyt azmwr,بلدية أزمور		MA	06		11881414	0	Africa/Casablanca
11881415	Municipalité d’Oulad Abbou	municipalite-d-oulad-abbou	Baladiyat Awlad `Abbu,Baladīyat Awlād ‘Abbū,Municipalite d'Oulad Abbou,Municipalité d’Oulad Abbou,بلدية أولاد عبو		MA	06		11881415	0	Africa/Casablanca
11881429	Municipalité d’El Gara	municipalite-d-el-gara	Baladiyat al Karah,Baladīyat al Kārah,Municipalite d'El Gara,Municipalité d’El Gara,bldyt alkart,بلدية الكارة		MA	06		11881429	0	Africa/Casablanca
11881431	Municipalité de Settat	municipalite-de-settat	Baladiyat Satat,Baladīyat Saţāt,Municipalite de Settat,Municipalité de Settat,bldyt stat,بلدية سطات		MA	06		11881431	0	Africa/Casablanca
11881432	Municipalité d’Oulad M’Rah	municipalite-d-oulad-m-rah	Baladiyat Awlad Amrah,Baladīyat Awlād Amrāḩ,Municipalite d'Oulad M'Rah,Municipalité d’Oulad M’Rah,bldyt awlad amrah,بلدية أولاد أمراح		MA	06		11881432	0	Africa/Casablanca
11881433	Municipalité d’El Borouj	municipalite-d-el-borouj	Baladiyat al Buruj,Baladīyat al Burūj,Municipalite d'El Borouj,Municipalité d’El Borouj,bldyt albrwj,بلدية البروج		MA	06		11881433	0	Africa/Casablanca
11881434	Municipalité d’El Mansouria	municipalite-d-el-mansouria	Baladiyat al Mansuriyah,Baladīyat al Manşūrīyah,Municipalite d'El Mansouria,Municipalité d’El Mansouria,bldyt almnswryt,بلدية المنصورية		MA	06		11881434	0	Africa/Casablanca
11881435	Municipalité d’Ain Harrouda	municipalite-d-ain-harrouda	Baladiyat `Ayn Harrudah,Baladīyat ‘Ayn Ḩarrūdah,Municipalite d'Ain Harrouda,Municipalité d’Ain Harrouda,بلدية عين حرودة		MA	06		11881435	0	Africa/Casablanca
11881738	Municipalité de Mohammadia	municipalite-de-mohammadia	Baladiyat al Muhammadiyah,Baladīyat al Muḩammadīyah,Municipalite de Mohammadia,Municipalité de Mohammadia,bldyt almhmdyt,بلدية المحمدية		MA	06		11881738	0	Africa/Casablanca
11881739	Municipalité de Casablanca	municipalite-de-casablanca	Baladiyat ad Dar al Bayda',Baladīyat ad Dār al Bayḑā’,Municipalite de Casablanca,Municipalité de Casablanca,بلدية الدار البيضاء		MA	06		11881739	0	Africa/Casablanca
11881762	Municipalité d’Azilal	municipalite-d-azilal	Baladiyat Azilal,Baladīyat Azīlāl,Municipalite d'Azilal,Municipalité d’Azilal,bldyt azylal,بلدية أزيلال		MA	05		11881762	0	Africa/Casablanca
11881763	Municipalité d’Ouled Ayad	municipalite-d-ouled-ayad	Baladiyat Awlad `Ayad,Baladīyat Awlād ‘Ayād,Municipalite d'Ouled Ayad,Municipalité d’Ouled Ayad,بلدية أولاد عياد		MA	05		11881763	0	Africa/Casablanca
11881764	Municipalité de Souk Sebt Ouled Nemma	municipalite-de-souk-sebt-ouled-nemma	Baladiyat Suq as Sabt Awlad an Nimmah,Baladīyat Sūq as Sabt Awlād an Nimmah,Municipalite de Souk Sebt Ouled Nemma,Municipalité de Souk Sebt Ouled Nemma,bldyt swq alsbt awlad alnmt,بلدية سوق السبت أولاد النمة		MA	05		11881764	0	Africa/Casablanca
11881765	Municipalité d’El Ksiba	municipalite-d-el-ksiba	Baladiyat al Qusaybah,Baladīyat al Quşaybah,Municipalite d'El Ksiba,Municipalité d’El Ksiba,bldyt alqsybt,بلدية القصيبة		MA	05		11881765	0	Africa/Casablanca
11881766	Municipalité d’Oued Zem	municipalite-d-oued-zem	Baladiyat Wadi Zam,Baladīyat Wādī Zam,Municipalite d'Oued Zem,Municipalité d’Oued Zem,bldyt wady zm,wady zm,بلدية وادي زم,وادي زم		MA	05		11881766	0	Africa/Casablanca
11881767	Municipalité de Boujniba	municipalite-de-boujniba	Baladiyat Bujunaybah,Baladīyat Būjunaybah,Municipalite de Boujniba,Municipalité de Boujniba,bldyt bwjnybt,بلدية بوجنيبة		MA	05		11881767	0	Africa/Casablanca
11881771	Cercle d’Aguelmous	cercle-d-aguelmous	Cercle d'Aguelmous,Cercle d’Aguelmous,Da'irat Akalmus,Dā’irat Akalmūs,dayrt aklmws,دائرة أكلموس		MA	05		11881771	0	Africa/Casablanca
11881772	Cercle d’El Kbab	cercle-d-el-kbab	Cercle d'El Kbab,Cercle d’El Kbab,Da'irat al Qabab,Dā’irat al Qabāb,dayrt alqbab,دائرة القباب		MA	05		11881772	0	Africa/Casablanca
11881773	Cercle d’Oued Zem	cercle-d-oued-zem	Cercle d'Oued Zem,Cercle d’Oued Zem,Da'irat Wadi Zam,Dā’irat Wādī Zam,dayrt wady zm,دائرة وادي زم		MA	05		11881773	0	Africa/Casablanca
11881774	Cercle d’Aghbala	cercle-d-aghbala	Cercle d'Aghbala,Cercle d’Aghbala,Da'irat Aghbalah,Dā’irat Aghbālah,dayrt aghbalt,دائرة أغبالة		MA	05		11881774	0	Africa/Casablanca
11881775	Cercle d’El Ksiba	cercle-d-el-ksiba	Cercle d'El Ksiba,Cercle d’El Ksiba,Da'irat al Qusaybah,Dā’irat al Quşaybah,dayrt alqsybt,دائرة القصيبة		MA	05		11881775	0	Africa/Casablanca
11881776	Cercle de Fqih Ben Salah	cercle-de-fqih-ben-salah	Cercle de Fqih Ben Salah,Da'irat al Faqih Bin Salih,Dā’irat al Faqīh Bin Şāliḩ,dayrt alfqyh bn salh,دائرة الفقيه بن صالح		MA	05		11881776	0	Africa/Casablanca
11881777	Cercle d’Ouaouizeght	cercle-d-ouaouizeght	Cercle d'Ouaouizeght,Cercle d’Ouaouizeght,Da'irat Wawizight,Dā’irat Wāwīzight,dayrt wawyzght,دائرة واويزغت		MA	05		11881777	0	Africa/Casablanca
11881778	Cercle d’Afourar	cercle-d-afourar	Cercle d'Afourar,Cercle d’Afourar,Da'irat Afurar,Dā’irat Afūrār,dayrt afwrar,دائرة أفورار		MA	05		11881778	0	Africa/Casablanca
11882689	Municipalité d’Akka	municipalite-d-akka	Baladiyat Aqqa,Baladīyat Aqqā,Municipalite d'Akka,Municipalité d’Akka,bldyt aqa,بلدية أقا		MA	09		11882689	0	Africa/Casablanca
11881779	Cercle de Bni Moussa Charquia	cercle-de-bni-moussa-charquia	Cercle de Bni Moussa Charquia,Da'irat Bani Musa ash Sharqiyah,Dā’irat Banī Mūsá ash Sharqīyah,dayrt bny mwsy alshrqyt,دائرة بني موسى الشرقية		MA	05		11881779	0	Africa/Casablanca
11881780	Cercle de Bni Moussa Gharbia	cercle-de-bni-moussa-gharbia	Cercle de Bni Moussa Gharbia,Da'irat Bani Musa al Gharbiyah,Dā’irat Banī Mūsá al Gharbīyah,dayrt bny mwsy alghrbyt,دائرة بني موسى الغربية		MA	05		11881780	0	Africa/Casablanca
11881781	Cercle de Bzou	cercle-de-bzou	Cercle de Bzou,Da'irat Bizu,Dā’irat Bizū,dayrt bzw,دائرة بزو		MA	05		11881781	0	Africa/Casablanca
11881782	Cercle d’Azilal	cercle-d-azilal	Cercle d'Azilal,Cercle d’Azilal,Da'irat Azilal,Dā’irat Azīlāl,dayrt azylal,دائرة أزيلال		MA	05		11881782	0	Africa/Casablanca
11881783	Cercle d’Oultana	cercle-d-oultana	Cercle d'Oultana,Cercle d’Oultana,Da'irat Waltanah,Dā’irat Waltānah,dayrt wltant,دائرة ولتانة		MA	05		11881783	0	Africa/Casablanca
11881784	Cercle de Fetouaka	cercle-de-fetouaka	Cercle de Fetouaka,Da'irat Fatwakah,Dā’irat Fatwākah,dayrt ftwakt,دائرة فتواكة		MA	05		11881784	0	Africa/Casablanca
11881785	Cercle d’Essaouira	cercle-d-essaouira	Cercle d'Essaouira,Cercle d’Essaouira,Da'irat as Sawirah,Dā’irat aş Şawīrah,dayrt alswyrt,دائرة الصويرة		MA	07		11881785	0	Africa/Casablanca
11881786	Cercle d’El Hanchane	cercle-d-el-hanchane	Cercle d'El Hanchane,Cercle d’El Hanchane,Da'irat al Hanshan,Dā’irat al Ḩanshān,dayrt alhnshan,دائرة الحنشان		MA	07		11881786	0	Africa/Casablanca
11881787	Cercle de Mtouga	cercle-de-mtouga	Cercle de Mtouga,Da'irat Imtukah,Dā’irat Imtūkah,dayrt amtwkt,دائرة إمتوكة		MA	07		11881787	0	Africa/Casablanca
11881788	Cercle d’Imintanoute	cercle-d-imintanoute	Cercle d'Imintanoute,Cercle d’Imintanoute,Da'irat Imintanut,Dā’irat Imintānūt,dayrt amntanwt,دائرة إمنتانوت		MA	07		11881788	0	Africa/Casablanca
11881789	Cercle de Majjat	cercle-de-majjat	Cercle de Majjat,Da'irat Majjat,Dā’irat Majjāţ,dayrt mjat,دائرة مجاط		MA	07		11881789	0	Africa/Casablanca
11881790	Cercle d’Amizmiz	cercle-d-amizmiz	Cercle d'Amizmiz,Cercle d’Amizmiz,Da'irat Amizmiz,Dā’irat Amizmīz,dayrt amzmyz,دائرة أمزميز		MA	07		11881790	0	Africa/Casablanca
11881791	Cercle d’Asni	cercle-d-asni	Cercle d'Asni,Cercle d’Asni,Da'irat Asni,Dā’irat Asnī,dayrt asny,دائرة أسني		MA	07		11881791	0	Africa/Casablanca
11881792	Cercle d’Ait Ourir	cercle-d-ait-ourir	Cercle d'Ait Ourir,Cercle d’Ait Ourir,Da'irat Ayt Urir,Dā’irat Ayt Ūrīr,dayrt ayt awryr,دائرة أيت أورير		MA	07		11881792	0	Africa/Casablanca
11881793	Cercle d’Alouidane	cercle-d-alouidane	Cercle d'Alouidane,Cercle d’Alouidane,Da'irat al Widan,Dā’irat al Wīdān,dayrt alwydan,دائرة الويدان		MA	07		11881793	0	Africa/Casablanca
11881795	Cercle de Gzoula	cercle-de-gzoula	Cercle de Gzoula,Da'irat Kuzulah,Dā’irat Kuzūlah,dayrt kzwlt,دائرة كزولة		MA	07		11881795	0	Africa/Casablanca
11881811	Cercle d’Ahmar	cercle-d-ahmar	Cercle d'Ahmar,Cercle d’Ahmar,Da'irat Ahmar,Dā’irat Aḩmar,dayrt ahmr,دائرة أحمر		MA	07		11881811	0	Africa/Casablanca
11881812	Cercle d’El Gantour	cercle-d-el-gantour	Cercle d'El Gantour,Cercle d’El Gantour,Da'irat al Kantur,Dā’irat al Kantūr,dayrt alkntwr,دائرة الكنتور		MA	07		11881812	0	Africa/Casablanca
11881813	Cercle de Bour	cercle-de-bour	Cercle de Bour,Da'irat al Bur,Dā’irat al Būr,dayrt albwr,دائرة البور		MA	07		11881813	0	Africa/Casablanca
11881814	Cercle de Sidi Bou Othmane	cercle-de-sidi-bou-othmane	Cercle de Sidi Bou Othmane,Da'irat Sidi Bu `Uthman,Dā’irat Sīdī Bū ‘Uthmān,دائرة سيدي بو عثمان		MA	07		11881814	0	Africa/Casablanca
11881815	Cercle de Rehamna	cercle-de-rehamna	Cercle de Rehamna,Da'irat ar Rahaminah,Dā’irat ar Raḩāminah,dayrt alrhamnt,دائرة الرحامنة		MA	07		11881815	0	Africa/Casablanca
11881816	Municipalité d’Ait Daoud	municipalite-d-ait-daoud	Baladiyat Ayt Dawud,Baladīyat Ayt Dāwūd,Municipalite d'Ait Daoud,Municipalité d’Ait Daoud,bldyt ayt dawwd,بلدية أيت داوود		MA	07		11881816	0	Africa/Casablanca
11881817	Municipalité d’Essaouira	municipalite-d-essaouira	Baladiyat as Sawirah,Baladīyat aş Şawīrah,Municipalite d'Essaouira,Municipalité d’Essaouira,bldyt alswyrt,بلدية الصويرة		MA	07		11881817	0	Africa/Casablanca
11881818	Municipalité d’El Hanchane	municipalite-d-el-hanchane	Baladiyat al Hanshan,Baladīyat al Ḩanshān,Municipalite d'El Hanchane,Municipalité d’El Hanchane,bldyt alhnshan,بلدية الحنشان		MA	07		11881818	0	Africa/Casablanca
11881819	Municipalité d’Imintanoute	municipalite-d-imintanoute	Baladiyat Imintanut,Baladīyat Imintānūt,Municipalite d'Imintanoute,Municipalité d’Imintanoute,bldyt amntanwt,بلدية إمنتانوت		MA	07		11881819	0	Africa/Casablanca
11881821	Municipalité d’Amizmiz	municipalite-d-amizmiz	Baladiyat Amizmiz,Baladīyat Amizmīz,Municipalite d'Amizmiz,Municipalité d’Amizmiz,bldyt amzmyz,بلدية أمزميز		MA	07		11881821	0	Africa/Casablanca
11881822	Municipalité d’Ait Ourir	municipalite-d-ait-ourir	Baladiyat Ayt Urir,Baladīyat Ayt Ūrīr,Municipalite d'Ait Ourir,Municipalité d’Ait Ourir,bldyt ayt awryr,بلدية أيت أورير		MA	07		11881822	0	Africa/Casablanca
11881877	Municipalité d’El Kelaâ des Sraghna	municipalite-d-el-kelaa-des-sraghna	Baladiyat Qal`at as Saraghinah,Baladīyat Qal‘at as Sarāghinah,Municipalite d'El Kelaa des Sraghna,Municipalité d’El Kelaâ des Sraghna,بلدية قلعة السراغنة		MA	07		11881877	0	Africa/Casablanca
11881878	Municipalité de Marrakech	municipalite-de-marrakech	Baladiyat Murakush,Baladīyat Murākush,Municipalite de Marrakech,Municipalité de Marrakech,bldyt mraksh,بلدية مراكش		MA	07		11881878	0	Africa/Casablanca
11881879	Municipalité d’Echemmaia	municipalite-d-echemmaia	Baladiyat ash Shamma`iyah,Baladīyat ash Shammā‘īyah,Municipalite d'Echemmaia,Municipalité d’Echemmaia,بلدية الشماعية		MA	07		11881879	0	Africa/Casablanca
11882640	Municipalité d’Ouarzazate	municipalite-d-ouarzazate	Baladiyat Warzazat,Baladīyat Warzāzāt,Municipalite d'Ouarzazate,Municipalité d’Ouarzazate,bldyt wrzazat,بلدية ورزازات		MA	08		11882640	0	Africa/Casablanca
11882641	Municipalité d’Agdz	municipalite-d-agdz	Baladiyat Akdiz,Baladīyat Akdiz,Municipalite d'Agdz,Municipalité d’Agdz,bldyt akdz,بلدية أكدز		MA	08		11882641	0	Africa/Casablanca
11882642	Municipalité d’Arfoud	municipalite-d-arfoud	Baladiyat Arfud,Baladīyat Arfūd,Municipalite d'Arfoud,Municipalité d’Arfoud,bldyt arfwd,بلدية أرفود		MA	08		11882642	0	Africa/Casablanca
11882643	Municipalité d’Errachidia	municipalite-d-errachidia	Baladiyat ar Rashidiyah,Baladīyat ar Rashīdīyah,Municipalite d'Errachidia,Municipalité d’Errachidia,bldyt alrshydyt,بلدية الرشيدية		MA	08		11882643	0	Africa/Casablanca
11882644	Municipalité d’Er-rich	municipalite-d-er-rich	Baladiyat ar Rish,Baladīyat ar Rīsh,Municipalite d'Er-rich,Municipalité d’Er-rich,bldyt alrysh,بلدية الريش		MA	08		11882644	0	Africa/Casablanca
11882645	Cercle d’Amerzgane	cercle-d-amerzgane	Cercle d'Amerzgane,Cercle d’Amerzgane,Da'irat Amarzkan,Dā’irat Amarzkān,dayrt amrzkan,دائرة أمرزكان		MA	08		11882645	0	Africa/Casablanca
11882658	Cercle d’Ouarzazate	cercle-d-ouarzazate	Cercle d'Ouarzazate,Cercle d’Ouarzazate,Da'irat Warzazat,Dā’irat Warzāzāt,dayrt wrzazat,دائرة ورزازات		MA	08		11882658	0	Africa/Casablanca
11882659	Cercle d’Agdz	cercle-d-agdz	Cercle d'Agdz,Cercle d’Agdz,Da'irat Akdiz,Dā’irat Akdiz,dayrt akdz,دائرة أكدز		MA	08		11882659	0	Africa/Casablanca
11882660	Cercle de Zagora	cercle-de-zagora	Cercle de Zagora,Da'irat Zakurah,Dā’irat Zākūrah,dayrt zakwrt,دائرة زاكورة		MA	08		11882660	0	Africa/Casablanca
11882662	Cercle d’Alnif	cercle-d-alnif	Cercle d'Alnif,Cercle d’Alnif,Da'irat an Nif,Dā’irat an Nīf,dayrt alnyf,دائرة النيف		MA	08		11882662	0	Africa/Casablanca
11882663	Cercle d’Er-Rissani	cercle-d-er-rissani	Cercle d'Er-Rissani,Cercle d’Er-Rissani,Da'irat ar Risani,Dā’irat ar Rīşānī,dayrt alrysany,دائرة الريصاني		MA	08		11882663	0	Africa/Casablanca
11882664	Cercle d’Arfoud	cercle-d-arfoud	Cercle d'Arfoud,Cercle d’Arfoud,Da'irat Arfud,Dā’irat Arfūd,dayrt arfwd,دائرة أرفود		MA	08		11882664	0	Africa/Casablanca
11882665	Cercle de Goulmima	cercle-de-goulmima	Cercle de Goulmima,Da'irat Kulmimah,Daʾirat Kulmima,Dāʾirat Kulmīma,Dā’irat Kulmīmah,dayrt klmymt,klmymt,دائرة كلميمة,كلميمة		MA	08		11882665	0	Africa/Casablanca
11882666	Cercle d’Errachidia	cercle-d-errachidia	Cercle d'Errachidia,Cercle d’Errachidia,Da'irat ar Rashidiyah,Dā’irat ar Rashīdīyah,dayrt alrshydyt,دائرة الرشيدية		MA	08		11882666	0	Africa/Casablanca
11882667	Cercle d’Er-Rich	cercle-d-er-rich	Cercle d'Er-Rich,Cercle d’Er-Rich,Da'irat ar Rish,Dā’irat ar Rīsh,dayrt alrysh,دائرة الريش		MA	08		11882667	0	Africa/Casablanca
11882668	Cercle de Boumia	cercle-de-boumia	Cercle de Boumia,Da'irat Bumyah,Dā’irat Būmyah,dayrt bwmyt,دائرة بومية		MA	08		11882668	0	Africa/Casablanca
11882669	Cercle d’Imilchil	cercle-d-imilchil	Cercle d'Imilchil,Cercle d’Imilchil,Da'irat Imilshil,Dā’irat Imilshīl,dayrt amlshyl,دائرة إملشيل		MA	08		11882669	0	Africa/Casablanca
11882670	Cercle d’Assoul	cercle-d-assoul	Cercle d'Assoul,Cercle d’Assoul,Da'irat Assul,Dā’irat Assūl,dayrt aswl,دائرة أسول		MA	08		11882670	0	Africa/Casablanca
11882671	Cercle d’Agadir Atlantique	cercle-d-agadir-atlantique	Cercle d'Agadir Atlantique,Cercle d’Agadir Atlantique,Da'irat Akadir al Atlasiyah,Dā’irat Akādīr al Aţlasīyah,dayrt akadyr alatlsyt,دائرة أكادير الأطلسية		MA	09		11882671	0	Africa/Casablanca
11882672	Cercle d’Agadir Banlieue	cercle-d-agadir-banlieue	Cercle d'Agadir Banlieue,Cercle d’Agadir Banlieue,Da'irat Ahwaz Akadir,Dā’irat Aḩwāz Akādīr,dayrt ahwaz akadyr,دائرة أحواز أكادير		MA	09		11882672	0	Africa/Casablanca
11882673	Cercle d’Ait Melloul	cercle-d-ait-melloul	Cercle d'Ait Melloul,Cercle d’Ait Melloul,Da'irat Ayt Mallul,Dā’irat Ayt Mallūl,dayrt ayt mlwl,دائرة أيت ملول		MA	09		11882673	0	Africa/Casablanca
11882674	Cercle d’Anezi	cercle-d-anezi	Cercle d'Anezi,Cercle d’Anezi,Da'irat Anizi,Dā’irat Anizī,dayrt anzy,دائرة أنزي		MA	09		11882674	0	Africa/Casablanca
11882675	Cercle de Tafraout	cercle-de-tafraout	Cercle de Tafraout,Da'irat Tafrawt,Dā’irat Tāfrāwt,dayrt tafrawt,دائرة تافراوت		MA	09		11882675	0	Africa/Casablanca
11882676	Cercle d’Akka	cercle-d-akka	Cercle d'Akka,Cercle d’Akka,Da'irat Aqqa,Dā’irat Aqqā,dayrt aqa,دائرة أقا		MA	09		11882676	0	Africa/Casablanca
11882677	Cercle de Tata	cercle-de-tata	Cercle de Tata,Da'irat Tata,Dā’irat Ţāţā,dayrt tata,دائرة طاطا		MA	09		11882677	0	Africa/Casablanca
11882678	Cercle de Foum Zguid	cercle-de-foum-zguid	Cercle de Foum Zguid,Da'irat Fam Zukayd,Dā’irat Fam Zukayd,dayrt fm zkyd,fm zkyd,دائرة فم زكيد,فم زكيد		MA	09		11882678	0	Africa/Casablanca
11882679	Cercle d’Irherm	cercle-d-irherm	Cercle d'Irherm,Cercle d’Irherm,Da'irat Igharm,Dā’irat Īgharm,dayrt ayghrm,دائرة إيغرم		MA	09		11882679	0	Africa/Casablanca
11882680	Cercle d’Ait Baha	cercle-d-ait-baha	Cercle d'Ait Baha,Cercle d’Ait Baha,Da'irat Ayt Baha,Dā’irat Ayt Bāhā,dayrt ayt baha,دائرة أيت باها		MA	09		11882680	0	Africa/Casablanca
11882681	Cercle d’Oulad Teima	cercle-d-oulad-teima	Cercle d'Oulad Teima,Cercle d’Oulad Teima,Da'irat Awlad Tayimah,Dā’irat Awlād Tāyimah,dayrt awlad taymt,دائرة أولاد تايمة		MA	09		11882681	0	Africa/Casablanca
11882682	Cercle de Taroudannt	cercle-de-taroudannt	Cercle de Taroudannt,Da'irat Tarudant,Dā’irat Tārūdānt,Taroudannt,dayrt tarwdant,دائرة تارودانت		MA	09		11882682	0	Africa/Casablanca
11882683	Cercle d’Oulad Berhil	cercle-d-oulad-berhil	Cercle d'Oulad Berhil,Cercle d’Oulad Berhil,Da'irat Awlad Barhil,Dā’irat Awlād Barḩīl,dayrt awlad brhyl,دائرة أولاد برحيل		MA	09		11882683	0	Africa/Casablanca
11882684	Municipalité d’Agadir	municipalite-d-agadir	Baladiyat Akadir,Baladīyat Akādīr,Municipalite d'Agadir,Municipalité d’Agadir,bldyt akadyr,بلدية أكادير		MA	09		11882684	0	Africa/Casablanca
11882685	Municipalité d’Inezgane	municipalite-d-inezgane	Baladiyat Inizkan,Baladīyat Inizkān,Cercle d'Inezgane,Cercle d’Inezgane,Municipalite d'Inezgane,Municipalité d’Inezgane,bldyt anzkan,بلدية إنزكان		MA	09		11882685	0	Africa/Casablanca
11882686	Municipalité d’Ait Melloul	municipalite-d-ait-melloul	Baladiyat Ayt Mallul,Baladīyat Ayt Mallūl,Municipalite d'Ait Melloul,Municipalité d’Ait Melloul,bldyt ayt mlwl,بلدية أيت ملول		MA	09		11882686	0	Africa/Casablanca
11882687	Municipalité d’Ait Baha	municipalite-d-ait-baha	Baladiyat Ayt Baha,Baladīyat Ayt Bāhā,Municipalite d'Ait Baha,Municipalité d’Ait Baha,bldyt ayt baha,بلدية أيت باها		MA	09		11882687	0	Africa/Casablanca
11882688	Municipalité de Fam El Hisn	municipalite-de-fam-el-hisn	Baladiyat Fam al Hisn,Baladīyat Fam al Ḩişn,Municipalite de Fam El Hisn,Municipalité de Fam El Hisn,bldyt fm alhsn,بلدية فم الحصن		MA	09		11882688	0	Africa/Casablanca
11882771	Municipalité d’Irherm	municipalite-d-irherm	Baladiyat Igharm,Baladīyat Īgharm,Municipalite d'Irherm,Municipalité d’Irherm,bldyt ayghrm,بلدية إيغرم		MA	09		11882771	0	Africa/Casablanca
11882772	Municipalité d’Aoulouz	municipalite-d-aoulouz	Baladiyat Awluz,Baladīyat Awlūz,Municipalite d'Aoulouz,Municipalité d’Aoulouz,bldyt awlwz,بلدية أولوز		MA	09		11882772	0	Africa/Casablanca
11882773	Municipalité de Foum Zguid	municipalite-de-foum-zguid	Baladiyat Fam Zukayd,Baladīyat Fam Zukayd,Municipalite de Foum Zguid,Municipalité de Foum Zguid,bldyt fm zkyd,fm zkyd,بلدية فم زكيد,فم زكيد		MA	09		11882773	0	Africa/Casablanca
11882778	Municipalité d’Oulad Berhil	municipalite-d-oulad-berhil	Baladiyat Awlad Barhil,Baladīyat Awlād Barḩīl,Municipalite d'Oulad Berhil,Municipalité d’Oulad Berhil,bldyt awlad brhyl,بلدية أولاد برحيل		MA	09		11882778	0	Africa/Casablanca
11882779	Municipalité d’Ait Iaaza	municipalite-d-ait-iaaza	Baladiyat Ayt I`azzah,Baladīyat Ayt Ī‘azzah,Municipalite d'Ait Iaaza,Municipalité d’Ait Iaaza,بلدية أيت إيعزة		MA	09		11882779	0	Africa/Casablanca
11882780	Municipalité d’El Guerdane	municipalite-d-el-guerdane	Baladiyat al Kirdan,Baladīyat al Kirdān,Municipalite d'El Guerdane,Municipalité d’El Guerdane,bldyt alkrdan,بلدية الكردان		MA	09		11882780	0	Africa/Casablanca
11882781	Municipalité d’Oulad Teima	municipalite-d-oulad-teima	Baladiyat Awlad Tayimah,Baladīyat Awlād Tāyimah,Municipalite d'Oulad Teima,Municipalité d’Oulad Teima,bldyt awlad taymt,بلدية أولاد تايمة		MA	09		11882781	0	Africa/Casablanca
11882782	Municipalité de Taroudannt	municipalite-de-taroudannt	Baladiyat Tarudant,Baladīyat Tārūdānt,Municipalite de Taroudannt,Municipalité de Taroudannt,bldyt tarwdant,بلدية تارودانت		MA	09		11882782	0	Africa/Casablanca
11882783	Cercle de Tarfaya	cercle-de-tarfaya	Cercle de Tarfaya,Da'irat Tarfayah,Dā’irat Ţarfāyah,dayrt trfayt,دائرة طرفاية		MA	11		11882783	0	Africa/Casablanca
11882784	Cercle de Daoura-el Hagounia	cercle-de-daoura-el-hagounia	Cercle de Daoura-el Hagounia,Da'irat ad Dawrah al Hakuniyah,Dā’irat ad Dawrah al Ḩakūnīyah,dayrt aldwrt alhkwnyt,دائرة الدورة الحكونية		MA	11		11882784	0	Africa/Casablanca
11882785	Cercle d’Es-Semara	cercle-d-es-semara	Cercle d'Es-Semara,Cercle d’Es-Semara,Da'irat as Samarah,Dā’irat as Samārah,dayrt alsmart,دائرة السمارة		MA	11		11882785	0	Africa/Casablanca
11882786	Cercle de Tan Tan	cercle-de-tan-tan	Cercle de Tan Tan,Da'irat Tantan,Dā’irat Ţānţān,dayrt tantan,دائرة طانطان		MA	10		11882786	0	Africa/Casablanca
11882787	Cercle de Laqsabi	cercle-de-laqsabi	Cercle de Laqsabi,Da'irat Laqsabi,Da'irat al Qasabi,Dā’irat Laqşābī,Dā’irat al Qaşābī,dayrt lqsaby,دائرة لقصابي		MA	10		11882787	0	Africa/Casablanca
11882788	Cercle de Guelmim	cercle-de-guelmim	Cercle de Guelmim,Da'irat Kilmim,Dā’irat Kilmīm,dayrt klmym,دائرة كلميم		MA	10		11882788	0	Africa/Casablanca
11882789	Cercle de Zag	cercle-de-zag	Cercle de Zag,Da'irat az Zak,Dā’irat az Zāk,dayrt alzak,دائرة الزاك		MA	10		11882789	0	Africa/Casablanca
11882790	Cercle d’Assa	cercle-d-assa	Cercle d'Assa,Cercle d’Assa,Da'irat Assa,Dā’irat Assā,dayrt asa,دائرة أسا		MA	10		11882790	0	Africa/Casablanca
11882791	Cercle de Bouizakarne	cercle-de-bouizakarne	Cercle de Bouizakarne,Da'irat Bu Yazakarin,Da'irat Buyazakarin,Dā’irat Bū Yazakārin,Dā’irat Būyazakārin,dayrt bwyzkarn,دائرة بويزكارن		MA	10		11882791	0	Africa/Casablanca
11882792	Cercle de Lakhsas	cercle-de-lakhsas	Cercle de Lakhsas,Da'irat al Akhsas,Dā’irat al Akhşāş,dayrt alakhsas,دائرة الأخصاص		MA	10		11882792	0	Africa/Casablanca
11882793	Cercle d’Ifni	cercle-d-ifni	Cercle d'Ifni,Cercle d’Ifni,Da'irat Ifni,Dā’irat Ifnī,dayrt afny,دائرة إفني		MA	10		11882793	0	Africa/Casablanca
11882794	Municipalité d’El Ouatia	municipalite-d-el-ouatia	Baladiyat al Watiyah,Baladīyat al Waţīyah,Municipalite d'El Ouatia,Municipalité d’El Ouatia,bldyt alwtyt,بلدية الوطية		MA	10		11882794	0	Africa/Casablanca
11882795	Municipalité de Zag	municipalite-de-zag	Baladiyat az Zak,Baladīyat az Zāk,Municipalite de Zag,Municipalité de Zag,bldyt alzak,بلدية الزاك		MA	10		11882795	0	Africa/Casablanca
11882796	Municipalité d’Assa	municipalite-d-assa	Baladiyat Assa,Baladīyat Assā,Municipalite d'Assa,Municipalité d’Assa,bldyt asa,بلدية أسا		MA	10		11882796	0	Africa/Casablanca
11882978	Municipalité de Salé	municipalite-de-sale	Baladiyat Sala,Baladīyat Salā,Municipalite de Sale,Municipalité de Salé,bldyt sla,بلدية سلا		MA	04		11882978	0	Africa/Casablanca
11882979	Municipalité de Rabat	municipalite-de-rabat	Baladiyat ar Rabat,Baladīyat ar Rabāţ,Municipalite de Rabat,Municipalité de Rabat,bldyt alrbat,بلدية الرباط		MA	04		11882979	0	Africa/Casablanca
11999255	Cercle d’Assifane	cercle-d-assifane	Cercle d'Assifane,Cercle d’Assifane,Da'irat Asifan,Dā’irat Asīfān,dayrt asyfan,دائرة أسيفان		MA	01		11999255	0	Africa/Casablanca
11999256	Cercle de Talsint	cercle-de-talsint	Cercle de Talsint,Da'irat Talsinit,Dā’irat Tālsīnit,dayrt talsynt,دائرة تالسينت		MA	02		11999256	0	Africa/Casablanca
11999257	Cercle Jerada Nord	cercle-jerada-nord	Cercle Jerada Nord,Da'irat Jaradah ash Shamaliyah,Dā’irat Jarādah ash Shamālīyah,dayrt jradt alshmalyt,دائرة جرادة الشمالية		MA	02		11999257	0	Africa/Casablanca
12000008	Cercle d’Aït Daoud	cercle-d-ait-daoud	Cercle d'Ait Daoud,Cercle d’Aït Daoud,Da'irat Ayit Dawud,Dā’irat Āyit Dāwūd,dayrt ayt dawwd,دائرة آيت داوود		MA	07		12000008	0	Africa/Casablanca
12000009	Cercle d’Assahrij - Sanhaja	cercle-d-assahrij-sanhaja	Cercle d'Assahrij - Sanhaja,Cercle d’Assahrij - Sanhaja,Da'irat as Sihrij - Sanhajah,Dā’irat aş Şihrīj - Şanhājah,dayrt alshryj - snhajt,دائرة الصهريج - صنهاجة		MA	07		12000009	0	Africa/Casablanca
12000010	Cercle d’El Kelaâ - Ahl El Ghaba	cercle-d-el-kelaa-ahl-el-ghaba	Cercle d'El Kelaa - Ahl El Ghaba,Cercle d’El Kelaâ - Ahl El Ghaba,Da'irat al Qal`ah - Ahl al Ghabah,Dā’irat al Qal‘ah - Ahl al Ghābah,دائرة القلعة - أهل الغابة		MA	07		12000010	0	Africa/Casablanca
12000011	Cercle d’El Kelaâ - Beni Ameur	cercle-d-el-kelaa-beni-ameur	Cercle d'El Kelaa - Beni Ameur,Cercle d’El Kelaâ - Beni Ameur,Da'irat al Qal`ah - Bani `Amir,Dā’irat al Qal‘ah - Banī ‘Āmir,دائرة القلعة - بني عامر		MA	07		12000011	0	Africa/Casablanca
12000012	Cercle de Sidi Moussa Lhamri	cercle-de-sidi-moussa-lhamri	Cercle de Sidi Moussa Lhamri,Da'irat Sidi Musa al Hamri,Dā’irat Sīdī Mūsá al Ḩamrī,dayrt sydy mwsy alhmry,دائرة سيدي موسى الحمري		MA	09		12000012	0	Africa/Casablanca
12034991	Commune Rurale d’Oulad Azzouz	commune-rurale-d-oulad-azzouz	Commune Rurale d'Oulad Azzouz,Commune Rurale d’Oulad Azzouz,Jama`at Awlad `Azzuz al Qarawiyah,Jamā‘at Awlād ‘Azzūz al Qarawīyah,جماعة أولاد عزوز القروية		MA	06		12034991	0	Africa/Casablanca
12034992	Commune Rurale d’Oulad Salah	commune-rurale-d-oulad-salah	Commune Rurale d'Oulad Salah,Commune Rurale d’Oulad Salah,Jama`at Awlad Salih al Qarawiyah,Jamā‘at Awlād Şāliḩ al Qarawīyah,جماعة أولاد صالح القروية		MA	06		12034992	0	Africa/Casablanca
12110386	Cercle de Moulay Abdeslem - Ben M’chich	cercle-de-moulay-abdeslem-ben-m-chich	Cercle de Moulay Abdeslem - Ben M'chich,Cercle de Moulay Abdeslem - Ben M’chich,Da'irat Mawlay `Abd as Salam - Bin Mashish,Dā’irat Mawlāy ‘Abd as Salām - Bin Mashīsh,دائرة مولاي عبد السلام - بن مشيش		MA	01		12110386	0	Africa/Casablanca
\.


--
-- Data for Name: admin4; Type: TABLE DATA; Schema: ma; Owner: g5
--

COPY ma.admin4 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, admin2_code, admin3_code, admin4_code, population, timezone) FROM stdin;
11911048	Caïdat de Laouamra	caidat-de-laouamra	Caidat de Laouamra,Caïdat de Laouamra,Qiyadat al `Awamirah,Qiyādat al ‘Awāmirah,قيادة العوامرة		MA	01			11911048	0	Africa/Casablanca
11911049	Caïdat de Tolba	caidat-de-tolba	Caidat de Tolba,Caïdat de Tolba,Qiyadat at Tulbah,Qiyādat aţ Ţulbah,qyadt altlbt,قيادة الطلبة		MA	01			11911049	0	Africa/Casablanca
11911050	Caïdat de Tatoft	caidat-de-tatoft	Caidat de Tatoft,Caïdat de Tatoft,Qiyadat Tatuft,Qiyādat Taţuft,qyadt ttft,قيادة تطفت		MA	01			11911050	0	Africa/Casablanca
11911051	Caïdat d’Oulad Ouchih-Souaken	caidat-d-oulad-ouchih-souaken	Caidat d'Oulad Ouchih-Souaken,Caïdat d’Oulad Ouchih-Souaken,Qiyadat Awlad Awshih - As Sawakin,Qiyādat Awlād Awshīḩ - As Sawākin,qyadt awlad awshyh-alswakn,قيادة أولاد أوشيح-السواكن		MA	01			11911051	0	Africa/Casablanca
11911052	Caïdat de L’Qolla	caidat-de-l-qolla	Caidat de L'Qolla,Caïdat de L’Qolla,Qiyadat al Qullah,Qiyādat al Qullah,qyadt alqlt,قيادة القلة		MA	01			11911052	0	Africa/Casablanca
11911053	Caïdat de Bni Garfett	caidat-de-bni-garfett	Caidat de Bni Garfett,Caïdat de Bni Garfett,Qiyadat Bani Karfat,Qiyādat Banī Karfaţ,qyadt bny krft,قيادة بني كرفط		MA	01			11911053	0	Africa/Casablanca
11911054	Caïdat de Rissana	caidat-de-rissana	Caidat de Rissana,Caïdat de Rissana,Qiyadat Risanah,Qiyādat Rīşānah,qyadt rysant,قيادة ريصانة		MA	01			11911054	0	Africa/Casablanca
11911055	Caïdat de Khemis Sahel	caidat-de-khemis-sahel	Caidat de Khemis Sahel,Caïdat de Khemis Sahel,Qiyadat Khamis as Sahil,Qiyādat Khamīs as Sāḩil,qyadt khmys alsahl,قيادة خميس الساحل		MA	01			11911055	0	Africa/Casablanca
11911056	Caïdat de Tazroute	caidat-de-tazroute	Caidat de Tazroute,Caïdat de Tazroute,Qiyadat Tazarut,Qiyādat Tāzarūt,qyadt tazrwt,قيادة تازروت		MA	01			11911056	0	Africa/Casablanca
11911057	Caïdat de Bni Arouss	caidat-de-bni-arouss	Caidat de Bni Arouss,Caïdat de Bni Arouss,Qiyadat Bani `Arus,Qiyādat Banī ‘Arūs,قيادة بني عروس		MA	01			11911057	0	Africa/Casablanca
11911058	Caïdat d’Ayacha	caidat-d-ayacha	Caidat d'Ayacha,Caïdat d’Ayacha,Qiyadat `Ayashah,Qiyādat ‘Ayāshah,قيادة عياشة		MA	01			11911058	0	Africa/Casablanca
11911059	Caïdat de Sidi Bousber	caidat-de-sidi-bousber	Caidat de Sidi Bousber,Caïdat de Sidi Bousber,Qiyadat Sidi Busabr,Qiyādat Sīdī Būşabr,qyadt sydy bwsbr,قيادة سيدي بوصبر		MA	01			11911059	0	Africa/Casablanca
11911060	Caïdat de Sidi Redouane	caidat-de-sidi-redouane	Caidat de Sidi Redouane,Caïdat de Sidi Redouane,Qiyadat Sidi Ridwan,Qiyādat Sīdī Riḑwān,qyadt sydy rdwan,قيادة سيدي رضوان		MA	01			11911060	0	Africa/Casablanca
11911061	Caïdat de Bni Quolla	caidat-de-bni-quolla	Caidat de Bni Quolla,Caïdat de Bni Quolla,Qiyadat Bani Qullah,Qiyādat Banī Qullah,qyadt bny qlt,قيادة بني قلة		MA	01			11911061	0	Africa/Casablanca
11911062	Caïdat de Lamjaara	caidat-de-lamjaara	Caidat de Lamjaara,Caïdat de Lamjaara,Qiyadat Lamja`arah,Qiyadat al Muja`arah,Qiyādat Lamjā‘arah,Qiyādat al Mujā‘arah,قيادة لمجاعرة		MA	01			11911062	0	Africa/Casablanca
11911063	Caïdat de Moqrisset	caidat-de-moqrisset	Caidat de Moqrisset,Caïdat de Moqrisset,Qiyadat Muqrisat,Qiyādat Muqrīşāt,qyadt mqrysat,قيادة مقريصات		MA	01			11911063	0	Africa/Casablanca
11911064	Caïdat de Zoumi	caidat-de-zoumi	Caidat de Zoumi,Caïdat de Zoumi,Qiyadat Zumi,Qiyādat Zūmī,qyadt zwmy,قيادة زومي		MA	01			11911064	0	Africa/Casablanca
11911065	Caïdat de Kalaat Bouqorra	caidat-de-kalaat-bouqorra	Caidat de Kalaat Bouqorra,Caïdat de Kalaat Bouqorra,Qiyadat Qal`at Buqurrah,Qiyādat Qal‘at Būqurrah,قيادة قلعة بوقرة		MA	01			11911065	0	Africa/Casablanca
11911066	Caïdat de Teroual	caidat-de-teroual	Caidat de Teroual,Caïdat de Teroual,Qiyadat Tirwal,Qiyādat Tirwāl,qyadt trwal,قيادة تروال		MA	01			11911066	0	Africa/Casablanca
11911067	Caïdat de Mzefroune	caidat-de-mzefroune	Caidat de Mzefroune,Caïdat de Mzefroune,Qiyadat Imzafrun,Qiyādat Imzafrūn,qyadt amzfrwn,قيادة إمزفرون		MA	01			11911067	0	Africa/Casablanca
11911068	Caïdat de Brikcha	caidat-de-brikcha	Caidat de Brikcha,Caïdat de Brikcha,Qiyadat Ibarikshah,Qiyadat Ibrikshah,Qiyādat Ibarīkshah,Qiyādat Ibrīkshah,qyadt abryksht,قيادة إبريكشة		MA	01			11911068	0	Africa/Casablanca
11911071	Caïdat de Bab Berred	caidat-de-bab-berred	Caidat de Bab Berred,Caïdat de Bab Berred,Qiyadat Bab Barrad,Qiyādat Bāb Barrad,qyadt bab brd,قيادة باب برد		MA	01			11911071	0	Africa/Casablanca
11911072	Caïdat d’Iounane	caidat-d-iounane	Caidat d'Iounane,Caïdat d’Iounane,Qiyadat Ayunan,Qiyādat Ayūnān,qyadt aywnan,قيادة أيونان		MA	01			11911072	0	Africa/Casablanca
11911073	Caïdat de Tamorot	caidat-de-tamorot	Caidat de Tamorot,Caïdat de Tamorot,Qiyadat Tamurut,Qiyādat Tamurūt,qyadt tmrwt,قيادة تمروت		MA	01			11911073	0	Africa/Casablanca
11911074	Caïdat de Bab Taza	caidat-de-bab-taza	Caidat de Bab Taza,Caïdat de Bab Taza,Qiyadat Bab Tazah,Qiyādat Bāb Tāzah,qyadt bab tazt,قيادة باب تازة		MA	01			11911074	0	Africa/Casablanca
11911075	Caïdat de Bni Darkoul	caidat-de-bni-darkoul	Caidat de Bni Darkoul,Caïdat de Bni Darkoul,Qiyadat Bani Darkul,Qiyādat Banī Darkūl,qyadt bny drkwl,قيادة بني دركول		MA	01			11911075	0	Africa/Casablanca
11911076	Caïdat de Bni Mansour	caidat-de-bni-mansour	Caidat de Bni Mansour,Caïdat de Bni Mansour,Qiyadat Bani Mansur,Qiyādat Banī Manşūr,qyadt bny mnswr,قيادة بني منصور		MA	01			11911076	0	Africa/Casablanca
11911077	Caïdat de Bou Ahmed	caidat-de-bou-ahmed	Caidat de Bou Ahmed,Caïdat de Bou Ahmed,Qiyadat Bu Ahmad,Qiyādat Bū Aḩmad,qyadt bw ahmd,قيادة بو أحمد		MA	01			11911077	0	Africa/Casablanca
11911078	Caïdat de Talambote	caidat-de-talambote	Caidat de Talambote,Caïdat de Talambote,Qiyadat Talambut,Qiyādat Talambūţ,qyadt tlmbwt,قيادة تلمبوط		MA	01			11911078	0	Africa/Casablanca
11911079	Caïdat de Fifi	caidat-de-fifi	Caidat de Fifi,Caïdat de Fifi,Qiyadat Fifi,Qiyādat Fīfī,qyadt fyfy,قيادة فيفي		MA	01			11911079	0	Africa/Casablanca
11911080	Caïdat d’Assifane	caidat-d-assifane	Caidat d'Assifane,Caïdat d’Assifane,Qiyadat Assifan,Qiyādat Assīfān,qyadt asyfan,قيادة أسيفان		MA	01			11911080	0	Africa/Casablanca
11911081	Caïdat de Kaa Asrass	caidat-de-kaa-asrass	Caidat de Kaa Asrass,Caïdat de Kaa Asrass,Qiyadat Qa` Asras,Qiyādat Qā‘ Asrās,قيادة قاع أسراس		MA	01			11911081	0	Africa/Casablanca
11911082	Caïdat de Derdara	caidat-de-derdara	Caidat de Derdara,Caïdat de Derdara,Qiyadat ad Dirdarah,Qiyādat ad Dirdārah,qyadt aldrdart,قيادة الدردارة		MA	01			11911082	0	Africa/Casablanca
11911083	Caïdat de Tanaqoub	caidat-de-tanaqoub	Caidat de Tanaqoub,Caïdat de Tanaqoub,Qiyadat Tanaqub,Qiyādat Tanaqūb,qyadt tnqwb,قيادة تنقوب		MA	01			11911083	0	Africa/Casablanca
11911084	Caïdat de Bni Said	caidat-de-bni-said	Caidat de Bni Said,Caïdat de Bni Said,Qiyadat Bani Sa`id,Qiyādat Banī Sa‘īd,قيادة بني سعيد		MA	01			11911084	0	Africa/Casablanca
11911085	Caïdat d’Azla-Zaitoune	caidat-d-azla-zaitoune	Caidat d'Azla-Zaitoune,Caïdat d’Azla-Zaitoune,Qiyadat Azla - Az Zaytun,Qiyādat Azlā - Az Zaytūn,qyadt azla-alzytwn,قيادة أزلا-الزيتون		MA	01			11911085	0	Africa/Casablanca
11911086	Caïdat de Bni Karrich	caidat-de-bni-karrich	Caidat de Bni Karrich,Caïdat de Bni Karrich,Qiyadat Bani Qarrish,Qiyādat Banī Qarrīsh,qyadt bny qrysh,قيادة بني قريش		MA	01			11911086	0	Africa/Casablanca
11911087	Caïdat d’Ain Lahsan	caidat-d-ain-lahsan	Caidat d'Ain Lahsan,Caïdat d’Ain Lahsan,Qiyadat `Ayn Lahsan,Qiyādat ‘Ayn Laḩşan,قيادة عين لحصن		MA	01			11911087	0	Africa/Casablanca
11911088	Caïdat de Jbel Lahbib	caidat-de-jbel-lahbib	Caidat de Jbel Lahbib,Caïdat de Jbel Lahbib,Qiyadat Jabal Lahbib,Qiyadat Jabal al Habib,Qiyādat Jabal Laḩbīb,Qiyādat Jabal al Ḩabīb,qyadt jbl lhbyb,قيادة جبل لحبيب		MA	01			11911088	0	Africa/Casablanca
11911089	Caïdat de Bni Idder	caidat-de-bni-idder	Caidat de Bni Idder,Caïdat de Bni Idder,Qiyadat Bani Yiddir,Qiyādat Banī Yiddir,qyadt bny ydr,قيادة بني يدر		MA	01			11911089	0	Africa/Casablanca
11911090	Caïdat de Bni Hassan	caidat-de-bni-hassan	Caidat de Bni Hassan,Caïdat de Bni Hassan,Qiyadat Bani Hassan,Qiyādat Banī Ḩassān,qyadt bny hsan,قيادة بني حسان		MA	01			11911090	0	Africa/Casablanca
11911091	Caïdat de Mallalienne	caidat-de-mallalienne	Caidat de Mallalienne,Caïdat de Mallalienne,Qiyadat al Mallaliyin,Qiyādat al Mallālīyīn,qyadt almlalyyn,قيادة الملاليين		MA	01			11911091	0	Africa/Casablanca
11911092	Caïdat de Gharbia	caidat-de-gharbia	Caidat de Gharbia,Caïdat de Gharbia,Qiyadat Gharbiyah,Qiyādat Gharbīyah,qyadt ghrbyt,قيادة غربية		MA	01			11911092	0	Africa/Casablanca
11911093	Caïdat de Dar Chaoui	caidat-de-dar-chaoui	Caidat de Dar Chaoui,Caïdat de Dar Chaoui,Qiyadat Dar ash Shawi,Qiyādat Dār ash Shāwī,qyadt dar alshawy,قيادة دار الشاوي		MA	01			11911093	0	Africa/Casablanca
11911094	Caïdat de Laaouama	caidat-de-laaouama	Caidat de Laaouama,Caïdat de Laaouama,Qiyadat al `Awwamah,Qiyādat al ‘Awwāmah,قيادة العوامة		MA	01			11911094	0	Africa/Casablanca
11911095	Caïdat de Hjar Ennhal	caidat-de-hjar-ennhal	Caidat de Hjar Ennhal,Caïdat de Hjar Ennhal,Qiyadat Hajar an Nahl,Qiyādat Ḩajar an Naḩl,qyadt hjr alnhl,قيادة حجر النحل		MA	01			11911095	0	Africa/Casablanca
11911096	Caïdat de Sidi Lyamani	caidat-de-sidi-lyamani	Caidat de Sidi Lyamani,Caïdat de Sidi Lyamani,Qiyadat Sidi al Yamani,Qiyādat Sīdī al Yamanī,qyadt sydy alymny,قيادة سيدي اليمني		MA	01			11911096	0	Africa/Casablanca
11911097	Arrondissement de Bni Makada	arrondissement-de-bni-makada	Arrondissement de Bni Makada,Muqata`at Bani Makadah,Muqāţa‘at Banī Makādah,مقاطعة بني مكادة		MA	01			11911097	0	Africa/Casablanca
11911098	Arrondissement de Tanger-Médina	arrondissement-de-tanger-medina	Arrondissement de Tanger-Medina,Arrondissement de Tanger-Médina,Muqata`at Tanjah al Madinah,Muqāţa‘at Ţanjah al Madīnah,مقاطعة طنجة المدينة		MA	01			11911098	0	Africa/Casablanca
11911099	Arrondissement de Charf-Souani	arrondissement-de-charf-souani	Arrondissement de Charf-Souani,Muqata`at ash Sharf as Sawani,Muqāţa‘at ash Sharf as Sawānī,مقاطعة الشرف السواني		MA	01			11911099	0	Africa/Casablanca
11911100	Arrondissement de Charf-Mghogha	arrondissement-de-charf-mghogha	Arrondissement de Charf-Mghogha,Muqata`at ash Sharf Maghughah,Muqāţa‘at ash Sharf Maghūghah,مقاطعة الشرف مغوغة		MA	01			11911100	0	Africa/Casablanca
11911101	Caïdat d’Al Bahraoyine	caidat-d-al-bahraoyine	Caidat d'Al Bahraoyine,Caïdat d’Al Bahraoyine,Qiyadat al Bahrawiyin,Qiyādat al Baḩrāwīyīn,qyadt albhrawyyn,قيادة البحراويين		MA	01			11911101	0	Africa/Casablanca
11911102	Caïdat de Malloussa	caidat-de-malloussa	Caidat de Malloussa,Caïdat de Malloussa,Qiyadat Mallusah,Qiyādat Mallūsah,qyadt mlwst,قيادة ملوسة		MA	01			11911102	0	Africa/Casablanca
11911103	Caïdat d’Anjra	caidat-d-anjra	Caidat d'Anjra,Caïdat d’Anjra,Qiyadat Anjarah,Qiyādat Anjarah,qyadt anjrt,قيادة أنجرة		MA	01			11911103	0	Africa/Casablanca
11911104	Caïdat de Taghramt	caidat-de-taghramt	Caidat de Taghramt,Caïdat de Taghramt,Qiyadat Taghramit,Qiyādat Taghrāmit,qyadt tghramt,قيادة تغرامت		MA	01			11911104	0	Africa/Casablanca
11911105	Caïdat de Ksar El Majaz	caidat-de-ksar-el-majaz	Caidat de Ksar El Majaz,Caïdat de Ksar El Majaz,Qiyadat al Qasr al Majaz,Qiyādat al Qaşr al Majāz,qyadt alqsr almjaz,قيادة القصر المجاز		MA	01			11911105	0	Africa/Casablanca
11911106	Caïdat de Ksar Sghir	caidat-de-ksar-sghir	Caidat de Ksar Sghir,Caïdat de Ksar Sghir,Qiyadat al Qasr as Saghir,Qiyādat al Qaşr aş Şaghīr,qyadt alqsr alsghyr,قيادة القصر الصغير		MA	01			11911106	0	Africa/Casablanca
11911107	Caïdat d’Allyene	caidat-d-allyene	Caidat d'Allyene,Caïdat d’Allyene,Qiyadat `Alayyin,Qiyādat ‘Alayyīn,قيادة عليين		MA	01			11911107	0	Africa/Casablanca
11911108	Caïdat de Belyounech	caidat-de-belyounech	Caidat de Belyounech,Caïdat de Belyounech,Qiyadat Balyunish,Qiyādat Balyūnish,qyadt blywnsh,قيادة بليونش		MA	01			11911108	0	Africa/Casablanca
11911109	Caïdat de Bni Hadifa	caidat-de-bni-hadifa	Caidat de Bni Hadifa,Caïdat de Bni Hadifa,Qiyadat Bani Hadhifah,Qiyādat Banī Ḩadhīfah,qyadt bny hdhyft,قيادة بني حذيفة		MA	01			11911109	0	Africa/Casablanca
11911110	Caïdat d’Arbaa Taourirt	caidat-d-arbaa-taourirt	Caidat d'Arbaa Taourirt,Caïdat d’Arbaa Taourirt,Qiyadat Arbi`a' Tawiririt,Qiyādat Arbi‘ā’ Tāwirīrit,قيادة أربعاء تاوريرت		MA	01			11911110	0	Africa/Casablanca
11911111	Caïdat de Nekkour	caidat-de-nekkour	Caidat de Nekkour,Caïdat de Nekkour,Qiyadat Naqqur,Qiyādat Naqqūr,qyadt nqwr,قيادة نقور		MA	01			11911111	0	Africa/Casablanca
11911112	Caïdat d’Imrabten	caidat-d-imrabten	Caidat d'Imrabten,Caïdat d’Imrabten,Qiyadat Imrabitin,Qiyādat Imrābiţin,qyadt amrabtn,قيادة إمرابطن		MA	01			11911112	0	Africa/Casablanca
11911113	Caïdat d’Izemmouren	caidat-d-izemmouren	Caidat d'Izemmouren,Caïdat d’Izemmouren,Qiyadat Izammurin,Qiyādat Izammūrin,qyadt azmwrn,قيادة إزمورن		MA	01			11911113	0	Africa/Casablanca
11911216	Caïdat d’Ain Sfa	caidat-d-ain-sfa	Caidat d'Ain Sfa,Caïdat d’Ain Sfa,Qiyadat `Ayn as Safa,Qiyādat ‘Ayn aş Şafā,قيادة عين الصفا		MA	02			11911216	0	Africa/Casablanca
11911114	Caïdat de Bni Boufrah	caidat-de-bni-boufrah	Caidat de Bni Boufrah,Caïdat de Bni Boufrah,Qiyadat Bani Bufarah,Qiyādat Banī Būfarāḩ,qyadt bny bwfrah,قيادة بني بوفراح		MA	01			11911114	0	Africa/Casablanca
11911115	Caïdat de Rouadi	caidat-de-rouadi	Caidat de Rouadi,Caïdat de Rouadi,Qiyadat Iruwadi,Qiyādat Iruwāḑī,qyadt arwady,قيادة إرواضي		MA	01			11911115	0	Africa/Casablanca
11911116	Caïdat d’Ait Youssef Ou Ali	caidat-d-ait-youssef-ou-ali	Caidat d'Ait Youssef Ou Ali,Caïdat d’Ait Youssef Ou Ali,Qiyadat Ayit Yusuf wa `Ali,Qiyādat Āyit Yūsuf wa ‘Alī,قيادة آيت يوسف وعلي		MA	01			11911116	0	Africa/Casablanca
11911117	Caïdat de Bni Ammart	caidat-de-bni-ammart	Caidat de Bni Ammart,Caïdat de Bni Ammart,Qiyadat Bani `Ammarit,Qiyādat Banī ‘Ammārit,قيادة بني عمارت		MA	01			11911117	0	Africa/Casablanca
11911118	Caïdat de Sidi Boutmim	caidat-de-sidi-boutmim	Caidat de Sidi Boutmim,Caïdat de Sidi Boutmim,Qiyadat Sidi Butamim,Qiyādat Sīdī Būtamīm,qyadt sydy bwtmym,قيادة سيدي بوتميم		MA	01			11911118	0	Africa/Casablanca
11911119	Caïdat de Bni Bounsar	caidat-de-bni-bounsar	Caidat de Bni Bounsar,Caïdat de Bni Bounsar,Qiyadat Bani Bunasr,Qiyādat Banī Būnaşr,qyadt bny bwnsr,قيادة بني بونصر		MA	01			11911119	0	Africa/Casablanca
11911120	Caïdat de Tabarrant	caidat-de-tabarrant	Caidat de Tabarrant,Caïdat de Tabarrant,Qiyadat Tabarranit,Qiyādat Tabarrānit,qyadt tbrant,قيادة تبرانت		MA	01			11911120	0	Africa/Casablanca
11911121	Caïdat de Ketama	caidat-de-ketama	Caidat de Ketama,Caïdat de Ketama,Qiyadat Kitamah,Qiyādat Kitāmah,qyadt ktamt,قيادة كتامة		MA	01			11911121	0	Africa/Casablanca
11911122	Caïdat d’Ikaouen	caidat-d-ikaouen	Caidat d'Ikaouen,Caïdat d’Ikaouen,Qiyadat Ikawin,Qiyādat Ikāwin,qyadt akawn,قيادة إكاون		MA	01			11911122	0	Africa/Casablanca
11911123	Caïdat d’Issaguen	caidat-d-issaguen	Caidat d'Issaguen,Caïdat d’Issaguen,Qiyadat Isakin,Qiyādat Isākin,qyadt asakn,قيادة إساكن		MA	01			11911123	0	Africa/Casablanca
11911124	Caïdat de Bni Gmil Mesttassa	caidat-de-bni-gmil-mesttassa	Caidat de Bni Gmil Mesttassa,Caïdat de Bni Gmil Mesttassa,Qiyadat Bani Ikmil Mistasah,Qiyādat Banī Ikmīl Misţāsah,qyadt bny akmyl mstast,قيادة بني إكميل مسطاسة		MA	01			11911124	0	Africa/Casablanca
11911195	Caïdat de Bouanane	caidat-de-bouanane	Caidat de Bouanane,Caïdat de Bouanane,Qiyadat Bu`anan,Qiyādat Bū‘anān,قيادة بوعنان		MA	02			11911195	0	Africa/Casablanca
11911196	Caïdat d’Ain Chair	caidat-d-ain-chair	Caidat d'Ain Chair,Caïdat d’Ain Chair,Qiyadat `Ayn ash Sha`ir,Qiyādat ‘Ayn ash Sha‘īr,قيادة عين الشعير		MA	02			11911196	0	Africa/Casablanca
11911197	Caïdat de Bni Guil	caidat-de-bni-guil	Caidat de Bni Guil,Caïdat de Bni Guil,Qiyadat Bani Kil,Qiyādat Banī Kīl,qyadt bny kyl,قيادة بني كيل		MA	02			11911197	0	Africa/Casablanca
11911198	Caïdat d’Abbou Lakhal	caidat-d-abbou-lakhal	Caidat d'Abbou Lakhal,Caïdat d’Abbou Lakhal,Qiyadat `Abbu Lakhal,Qiyadat `Abbu al Akhal,Qiyādat ‘Abbū Lakḩal,Qiyādat ‘Abbū al Akḩal,قيادة عبو لكحل		MA	02			11911198	0	Africa/Casablanca
11911199	Caïdat de Tendrara	caidat-de-tendrara	Caidat de Tendrara,Caïdat de Tendrara,Qiyadat Tindararah,Qiyādat Tindarārah,qyadt tndrart,قيادة تندرارة		MA	02			11911199	0	Africa/Casablanca
11911200	Caïdat de Talsint	caidat-de-talsint	Caidat de Talsint,Caïdat de Talsint,Qiyadat Talsinit,Qiyādat Tālsīnit,qyadt talsynt,قيادة تالسينت		MA	02			11911200	0	Africa/Casablanca
11911201	Caïdat de Bni Tadjite	caidat-de-bni-tadjite	Caidat de Bni Tadjite,Caïdat de Bni Tadjite,Qiyadat Bani Tadijit,Qiyādat Banī Tādijīt,qyadt bny tadjyt,قيادة بني تادجيت		MA	02			11911201	0	Africa/Casablanca
11911202	Caïdat de Boumerieme	caidat-de-boumerieme	Caidat de Boumerieme,Caïdat de Boumerieme,Qiyadat Bu Maryam,Qiyādat Bū Maryam,qyadt bw mrym,قيادة بو مريم		MA	02			11911202	0	Africa/Casablanca
11911203	Caïdat de Bouchaouene	caidat-de-bouchaouene	Caidat de Bouchaouene,Caïdat de Bouchaouene,Qiyadat Bushawun,Qiyādat Būshāwun,qyadt bwshawn,قيادة بوشاون		MA	02			11911203	0	Africa/Casablanca
11911204	Caïdat de Douimniaa	caidat-de-douimniaa	Caidat de Douimniaa,Caïdat de Douimniaa,Qiyadat Dawi Munayyi`,Qiyādat Dawī Munayyi‘,قيادة دوي منيع		MA	02			11911204	0	Africa/Casablanca
11911205	Caïdat de Bni Mathar	caidat-de-bni-mathar	Caidat de Bni Mathar,Caïdat de Bni Mathar,Qiyadat Bani Mathar,Qiyādat Banī Maţhar,qyadt bny mthr,قيادة بني مطهر		MA	02			11911205	0	Africa/Casablanca
11911206	Caïdat d’Oulad Sidi Abdelhakem	caidat-d-oulad-sidi-abdelhakem	Caidat d'Oulad Sidi Abdelhakem,Caïdat d’Oulad Sidi Abdelhakem,Qiyadat Sidi `Abd al Hakim,Qiyādat Sīdī ‘Abd al Ḩākim,قيادة أولاد سيدي عبد الحاكم		MA	02			11911206	0	Africa/Casablanca
11911207	Caïdat d’Oulad Sidi Ali	caidat-d-oulad-sidi-ali	Caidat d'Oulad Sidi Ali,Caïdat d’Oulad Sidi Ali,Qiyadat Awlad Sidi `Ali,Qiyādat Awlād Sīdī ‘Alī,قيادة أولاد سيدي علي		MA	02			11911207	0	Africa/Casablanca
11911208	Caïdat de Gafait	caidat-de-gafait	Caidat de Gafait,Caïdat de Gafait,Qiyadat Kafayat,Qiyādat Kafāyat,qyadt kfayt,قيادة كفايت		MA	02			11911208	0	Africa/Casablanca
11911209	Caïdat de Laaouinate	caidat-de-laaouinate	Caidat de Laaouinate,Caïdat de Laaouinate,Qiyadat La`winat,Qiyadat al `Uwaynat,Qiyādat La‘wīnāt,Qiyādat al ‘Uwaynāt,قيادة لعوينات		MA	02			11911209	0	Africa/Casablanca
11911210	Caïdat de Bni Yaala	caidat-de-bni-yaala	Caidat de Bni Yaala,Caïdat de Bni Yaala,Qiyadat Bani Ya`la,Qiyādat Banī Ya‘lá,قيادة بني يعلى		MA	02			11911210	0	Africa/Casablanca
11911211	Caïdat de Tiouli	caidat-de-tiouli	Caidat de Tiouli,Caïdat de Tiouli,Qiyadat Tiyuli,Qiyādat Tiyūlī,qyadt tywly,قيادة تيولي		MA	02			11911211	0	Africa/Casablanca
11911212	Caïdat de Sidi Boubker-Ras Asfour	caidat-de-sidi-boubker-ras-asfour	Caidat de Sidi Boubker-Ras Asfour,Caïdat de Sidi Boubker-Ras Asfour,Qiyadat Sidi Bubakr - Ra's `Usfur,Qiyādat Sīdī Būbakr - Ra’s ‘Uşfūr,قيادة سيدي بوبكر-رأس عصفور		MA	02			11911212	0	Africa/Casablanca
11911213	Caïdat d’Angad	caidat-d-angad	Caidat d'Angad,Caïdat d’Angad,Qiyadat Ankad,Qiyādat Ankād,qyadt ankad,قيادة أنكاد		MA	02			11911213	0	Africa/Casablanca
11911214	Caïdat d’Isly Beni Oukil	caidat-d-isly-beni-oukil	Caidat d'Isly Beni Oukil,Caïdat d’Isly Beni Oukil,Qiyadat Isli Bani Wakil,Qiyādat Islī Banī Wakīl,qyadt asly bny wkyl,قيادة إسلي بني وكيل		MA	02			11911214	0	Africa/Casablanca
11911215	Caïdat d’Oued Isly	caidat-d-oued-isly	Caidat d'Oued Isly,Caïdat d’Oued Isly,Qiyadat Wad Isli,Qiyādat Wād Islī,qyadt wad asly,قيادة واد إسلي		MA	02			11911215	0	Africa/Casablanca
11911217	Caïdat de Bni Khaled	caidat-de-bni-khaled	Caidat de Bni Khaled,Caïdat de Bni Khaled,Qiyadat Bani Khalid,Qiyādat Banī Khālid,qyadt bny khald,قيادة بني خالد		MA	02			11911217	0	Africa/Casablanca
11911218	Caïdat de Zoua	caidat-de-zoua	Caidat de Zoua,Caïdat de Zoua,Qiyadat az Ziwa,Qiyādat az Ziwá,qyadt alzwy,قيادة الزوى		MA	02			11911218	0	Africa/Casablanca
11911219	Caïdat d’Al Guada	caidat-d-al-guada	Caidat d'Al Guada,Caïdat d’Al Guada,Qiyadat al Ka`adah,Qiyādat al Ka‘adah,قيادة الكعدة		MA	02			11911219	0	Africa/Casablanca
11911220	Caïdat de Sidi Lahsen	caidat-de-sidi-lahsen	Caidat de Sidi Lahsen,Caïdat de Sidi Lahsen,Qiyadat Sidi Lahsan,Qiyadat Sidi al Hasan,Qiyādat Sīdī Laḩsan,Qiyādat Sīdī al Ḩasan,qyadt sydy lhsn,قيادة سيدي لحسن		MA	02			11911220	0	Africa/Casablanca
11911221	Caïdat d’Ahlaf	caidat-d-ahlaf	Caidat d'Ahlaf,Caïdat d’Ahlaf,Qiyadat Ahlaf,Qiyādat Aḩlāf,qyadt ahlaf,قيادة أحلاف		MA	02			11911221	0	Africa/Casablanca
11911222	Caïdat d’Ahl Taourirt	caidat-d-ahl-taourirt	Caidat d'Ahl Taourirt,Caïdat d’Ahl Taourirt,Qiyadat Ahl Tawririt,Qiyādat Ahl Tāwrīrit,qyadt ahl tawryrt,قيادة أهل تاوريرت		MA	02			11911222	0	Africa/Casablanca
11911223	Caïdat de Mestegmer	caidat-de-mestegmer	Caidat de Mestegmer,Caïdat de Mestegmer,Qiyadat Mustakmir,Qiyādat Mustakmir,qyadt mstkmr,قيادة مستكمر		MA	02			11911223	0	Africa/Casablanca
11911224	Caïdat de Melg El Ouidane	caidat-de-melg-el-ouidane	Caidat de Melg El Ouidane,Caïdat de Melg El Ouidane,Qiyadat Malik al Widyan,Qiyādat Malik al Widyān,qyadt mlk alwydan,قيادة ملك الويدان		MA	02			11911224	0	Africa/Casablanca
11911225	Caïdat d’El Aioun-Banlieu	caidat-d-el-aioun-banlieu	Caidat d'El Aioun-Banlieu,Caïdat d’El Aioun-Banlieu,Qiyadat Ahwaz al `Uyun,Qiyādat Aḩwāz al ‘Uyūn,قيادة أحواز العيون		MA	02			11911225	0	Africa/Casablanca
11911226	Caïdat de Tafoughalt	caidat-de-tafoughalt	Caidat de Tafoughalt,Caïdat de Tafoughalt,Qiyadat Tafughalit,Qiyādat Tāfūghālit,qyadt tafwghalt,قيادة تافوغالت		MA	02			11911226	0	Africa/Casablanca
11911227	Caïdat de Chouihia	caidat-de-chouihia	Caidat de Chouihia,Caïdat de Chouihia,Qiyadat Shuwayhiyah,Qiyādat Shuwayḩīyah,qyadt shwyhyt,قيادة شويحية		MA	02			11911227	0	Africa/Casablanca
11911228	Caïdat de Bni Ourimeche	caidat-de-bni-ourimeche	Caidat de Bni Ourimeche,Caïdat de Bni Ourimeche,Qiyadat Bani Warimish,Qiyādat Banī Warīmish,qyadt bny wrymsh,قيادة بني وريمش		MA	02			11911228	0	Africa/Casablanca
11911229	Caïdat de Bni Attig	caidat-de-bni-attig	Caidat de Bni Attig,Caïdat de Bni Attig,Qiyadat Bani `Atiq,Qiyādat Banī ‘Atīq,قيادة بني عتيق		MA	02			11911229	0	Africa/Casablanca
11911230	Caïdat d’Aghbal	caidat-d-aghbal	Caidat d'Aghbal,Caïdat d’Aghbal,Qiyadat Aghbal,Qiyādat Aghbāl,qyadt aghbal,قيادة أغبال		MA	02			11911230	0	Africa/Casablanca
11911231	Caïdat de Laatamna	caidat-de-laatamna	Caidat de Laatamna,Caïdat de Laatamna,Qiyadat L`athaminah,Qiyadat al `Athaminah,Qiyādat L‘athāminah,Qiyādat al ‘Athāminah,قيادة لعثامنة		MA	02			11911231	0	Africa/Casablanca
11911232	Caïdat de Madagh	caidat-de-madagh	Caidat de Madagh,Caïdat de Madagh,Qiyadat Madagh,Qiyādat Madāgh,qyadt mdagh,قيادة مداغ		MA	02			11911232	0	Africa/Casablanca
11911233	Caïdat de Trougout	caidat-de-trougout	Caidat de Trougout,Caïdat de Trougout,Qiyadat Itrukut,Qiyādat Itrūkūt,qyadt atrwkwt,قيادة إتروكوت		MA	02			11911233	0	Africa/Casablanca
11911234	Caïdat de Driouch	caidat-de-driouch	Caidat de Driouch,Caïdat de Driouch,Qiyadat ad Dariyush,Qiyādat ad Dariyūsh,qyadt aldrywsh,قيادة الدريوش		MA	02			11911234	0	Africa/Casablanca
11911235	Caïdat de Bni Said	caidat-de-bni-said	Caidat de Bni Said,Caïdat de Bni Said,Qiyadat Bani Sa`id,Qiyādat Banī Sa‘īd,قيادة بني سعيد		MA	02			11911235	0	Africa/Casablanca
11911236	Caïdat de Temsamane	caidat-de-temsamane	Caidat de Temsamane,Caïdat de Temsamane,Qiyadat Tamsaman,Qiyādat Tamsamān,qyadt tmsman,قيادة تمسمان		MA	02			11911236	0	Africa/Casablanca
11911244	Caïdat de Bni Oulichek	caidat-de-bni-oulichek	Caidat de Bni Oulichek,Caïdat de Bni Oulichek,Qiyadat Bani Awlishik,Qiyādat Banī Awlīshik,qyadt bny awlyshk,قيادة بني أوليشك		MA	02			11911244	0	Africa/Casablanca
11911245	Caïdat de Bni Touzine	caidat-de-bni-touzine	Caidat de Bni Touzine,Caïdat de Bni Touzine,Qiyadat Bani Tuzin,Qiyādat Banī Tūzīn,qyadt bny twzyn,قيادة بني توزين		MA	02			11911245	0	Africa/Casablanca
11911246	Caïdat d’Ijermaouas	caidat-d-ijermaouas	Caidat d'Ijermaouas,Caïdat d’Ijermaouas,Qiyadat Ijirmawwas,Qiyādat Ijirmawwās,qyadt ajrmwas,قيادة إجرمواس		MA	02			11911246	0	Africa/Casablanca
11911247	Caïdat d’Ain Zohra	caidat-d-ain-zohra	Caidat d'Ain Zohra,Caïdat d’Ain Zohra,Qiyadat `Ayn az Zahrah,Qiyādat ‘Ayn az Zahrah,قيادة عين الزهرة		MA	02			11911247	0	Africa/Casablanca
11911248	Caïdat de Barkine	caidat-de-barkine	Caidat de Barkine,Caïdat de Barkine,Qiyadat Barkin,Qiyādat Barkīn,qyadt brkyn,قيادة بركين		MA	02			11911248	0	Africa/Casablanca
11911249	Caïdat d’Assebbab	caidat-d-assebbab	Caidat d'Assebbab,Caïdat d’Assebbab,Qiyadat as Sabbab,Qiyādat aş Şabbāb,qyadt alsbab,قيادة الصباب		MA	02			11911249	0	Africa/Casablanca
11911250	Caïdat de Lamrija	caidat-de-lamrija	Caidat de Lamrija,Caïdat de Lamrija,Qiyadat Lamrijah,Qiyadat al Marijah,Qiyādat Lamrījah,Qiyādat al Marījah,qyadt lmryjt,قيادة لمريجة		MA	02			11911250	0	Africa/Casablanca
11911251	Caïdat de Ras Laksar	caidat-de-ras-laksar	Caidat de Ras Laksar,Caïdat de Ras Laksar,Qiyadat Ra's al Qasr,Qiyādat Ra’s al Qaşr,qyadt ras alqsr,قيادة رأس القصر		MA	02			11911251	0	Africa/Casablanca
11911252	Caïdat de Taddart	caidat-de-taddart	Caidat de Taddart,Caïdat de Taddart,Qiyadat Taddart,Qiyādat Tāddart,qyadt tadrt,قيادة تادرت		MA	02			11911252	0	Africa/Casablanca
11911253	Caïdat d’Houara Oulad Raho	caidat-d-houara-oulad-raho	Caidat d'Houara Oulad Raho,Caïdat d’Houara Oulad Raho,Qiyadat Huwwarah Awlad Rahu,Qiyādat Huwwārah Awlād Raḩū,qyadt hwart awlad rhw,قيادة هوارة أولاد رحو		MA	02			11911253	0	Africa/Casablanca
11911254	Caïdat de Mazguitam	caidat-de-mazguitam	Caidat de Mazguitam,Caïdat de Mazguitam,Qiyadat Mazkitam,Qiyādat Mazkītām,qyadt mzkytam,قيادة مزكيتام		MA	02			11911254	0	Africa/Casablanca
11911255	Caïdat de Saka	caidat-de-saka	Caidat de Saka,Caïdat de Saka,Qiyadat Sakah,Qiyādat Şākah,qyadt sakt,قيادة صاكة		MA	02			11911255	0	Africa/Casablanca
11911256	Caïdat de Kabdana	caidat-de-kabdana	Caidat de Kabdana,Caïdat de Kabdana,Qiyadat Kabdanah,Qiyādat Kabdānah,qyadt kbdant,قيادة كبدانة		MA	02			11911256	0	Africa/Casablanca
11911257	Caïdat de Hassi Berkane	caidat-de-hassi-berkane	Caidat de Hassi Berkane,Caïdat de Hassi Berkane,Qiyadat Hasi Burkan,Qiyādat Ḩāsī Burkān,qyadt hasy brkan,قيادة حاسي بركان		MA	02			11911257	0	Africa/Casablanca
11911258	Caïdat d’Oulad Settout	caidat-d-oulad-settout	Caidat d'Oulad Settout,Caïdat d’Oulad Settout,Qiyadat Awlad Sattut,Qiyādat Awlād Sattūt,qyadt awlad stwt,قيادة أولاد ستوت		MA	02			11911258	0	Africa/Casablanca
11911259	Caïdat d’Oulad Daoud Zkhanine	caidat-d-oulad-daoud-zkhanine	Caidat d'Oulad Daoud Zkhanine,Caïdat d’Oulad Daoud Zkhanine,Qiyadat Awlad Dawud Azkhanin,Qiyādat Awlād Dāwūd Azkhānīn,qyadt awlad dawwd azkhanyn,قيادة أولاد داوود أزخانين		MA	02			11911259	0	Africa/Casablanca
11911260	Caïdat de Bni Bou Yahia	caidat-de-bni-bou-yahia	Caidat de Bni Bou Yahia,Caïdat de Bni Bou Yahia,Qiyadat Bani Buyahya,Qiyādat Banī Būyaḩyá,qyadt bny bw yhyy,قيادة بني بو يحيى		MA	02			11911260	0	Africa/Casablanca
11911261	Caïdat de Bouarg	caidat-de-bouarg	Caidat de Bouarg,Caïdat de Bouarg,Qiyadat Bu`ark,Qiyādat Bū‘ark,قيادة بوعرك		MA	02			11911261	0	Africa/Casablanca
11911262	Caïdat de Bni Bouifrour	caidat-de-bni-bouifrour	Caidat de Bni Bouifrour,Caïdat de Bni Bouifrour,Qiyadat Bani Buyifrur,Qiyādat Banī Būyifrūr,qyadt bny bwyfrwr,قيادة بني بويفرور		MA	02			11911262	0	Africa/Casablanca
11911263	Caïdat de Bni Sidel	caidat-de-bni-sidel	Caidat de Bni Sidel,Caïdat de Bni Sidel,Qiyadat Bani Sidal,Qiyādat Banī Sīdāl,qyadt bny sydal,قيادة بني سيدال		MA	02			11911263	0	Africa/Casablanca
11911264	Caïdat d’Iaazzanene	caidat-d-iaazzanene	Caidat d'Iaazzanene,Caïdat d’Iaazzanene,Qiyadat I`izzanin,Qiyādat Ī‘izzānin,قيادة إيعزانن		MA	02			11911264	0	Africa/Casablanca
11911265	Caïdat de Bni Chiker	caidat-de-bni-chiker	Caidat de Bni Chiker,Caïdat de Bni Chiker,Qiyadat Bani Shikar,Qiyādat Banī Shīkar,qyadt bny shykr,قيادة بني شيكر		MA	02			11911265	0	Africa/Casablanca
11911266	Caïdat de Sidi Slama	caidat-de-sidi-slama	Caidat de Sidi Slama,Caïdat de Sidi Slama,Qiyadat Sidi Salamah,Qiyādat Sīdī Salāmah,qyadt sydy slamt,قيادة سيدي سلامة		MA	01			11911266	0	Africa/Casablanca
11911268	Caïdat de Bni Ahmed	caidat-de-bni-ahmed	Caidat de Bni Ahmed,Caïdat de Bni Ahmed,Qiyadat Bani Ahmad,Qiyādat Banī Aḩmad,qyadt bny ahmd,قيادة بني أحمد		MA	01			11911268	0	Africa/Casablanca
11911269	Caïdat d’Oued Malha	caidat-d-oued-malha	Caidat d'Oued Malha,Caïdat d’Oued Malha,Qiyadat Wad Milhah,Qiyādat Wād Milḩah,qyadt wad mlht,قيادة واد ملحة		MA	01			11911269	0	Africa/Casablanca
11911270	Caïdat de Jebha	caidat-de-jebha	Caidat de Jebha,Caïdat de Jebha,Qiyadat al Jabhah,Qiyādat al Jabhah,qyadt aljbht,قيادة الجبهة		MA	01			11911270	0	Africa/Casablanca
11911271	Caïdat de Bni Rzine	caidat-de-bni-rzine	Caidat de Bni Rzine,Caïdat de Bni Rzine,Qiyadat Bani Rizin,Qiyādat Banī Rizīn,qyadt bny rzyn,قيادة بني رزين		MA	01			11911271	0	Africa/Casablanca
11911272	Caïdat de Ksabi	caidat-de-ksabi	Caidat de Ksabi,Caïdat de Ksabi,Qiyadat al Qussabi,Qiyādat al Quşşābī,qyadt alqsaby,قيادة القصابي		MA	03			11911272	0	Africa/Casablanca
11911273	Caïdat de Missour	caidat-de-missour	Caidat de Missour,Caïdat de Missour,Qiyadat Maysur,Qiyādat Maysūr,qyadt myswr,قيادة ميسور		MA	03			11911273	0	Africa/Casablanca
11911274	Caïdat de Boulemane	caidat-de-boulemane	Caidat de Boulemane,Caïdat de Boulemane,Qiyadat Bulman,Qiyādat Būlmān,qyadt bwlman,قيادة بولمان		MA	03			11911274	0	Africa/Casablanca
11911275	Caïdat d’Outat El Haj	caidat-d-outat-el-haj	Caidat d'Outat El Haj,Caïdat d’Outat El Haj,Qiyadat Awtat al Hajj,Qiyādat Awţāţ al Ḩājj,qyadt awtat alhaj,قيادة أوطاط الحاج		MA	03			11911275	0	Africa/Casablanca
11911276	Caïdat de Tendite	caidat-de-tendite	Caidat de Tendite,Caïdat de Tendite,Qiyadat Tandit,Qiyādat Tāndīt,qyadt tandyt,قيادة تانديت		MA	03			11911276	0	Africa/Casablanca
11911277	Caïdat d’Oulad Ali	caidat-d-oulad-ali	Caidat d'Oulad Ali,Caïdat d’Oulad Ali,Qiyadat Awlad `Ali,Qiyādat Awlād ‘Alī,قيادة أولاد علي		MA	03			11911277	0	Africa/Casablanca
11911278	Caïdat de Marmoucha	caidat-de-marmoucha	Caidat de Marmoucha,Caïdat de Marmoucha,Qiyadat Marmushah,Qiyādat Marmūshah,qyadt mrmwsht,قيادة مرموشة		MA	03			11911278	0	Africa/Casablanca
11911279	Caïdat de Serghina	caidat-de-serghina	Caidat de Serghina,Caïdat de Serghina,Qiyadat Sarghinah,Qiyādat Sarghīnah,qyadt srghynt,قيادة سرغينة		MA	03			11911279	0	Africa/Casablanca
11911282	Caïdat de Tizguite	caidat-de-tizguite	Caidat de Tizguite,Caïdat de Tizguite,Qiyadat Tizkit,Qiyādat Tīzkīt,qyadt tyzkyt,قيادة تيزكيت		MA	03			11911282	0	Africa/Casablanca
11911283	Caïdat de Dayat Aoua	caidat-de-dayat-aoua	Caidat de Dayat Aoua,Caïdat de Dayat Aoua,Qiyadat Dayat `Awwa,Qiyādat Ḑāyat ‘Awwā,قيادة ضاية عوا		MA	03			11911283	0	Africa/Casablanca
11911284	Caïdat d’Irklaouen	caidat-d-irklaouen	Caidat d'Irklaouen,Caïdat d’Irklaouen,Qiyadat Irklawin,Qiyādat Irklāwin,qyadt arklawn,قيادة إركلاون		MA	03			11911284	0	Africa/Casablanca
11911285	Caïdat d’Ait Yaazem	caidat-d-ait-yaazem	Caidat d'Ait Yaazem,Caïdat d’Ait Yaazem,Qiyadat Ayit Ya`zim,Qiyādat Āyit Ya‘zim,قيادة آيت يعزم		MA	03			11911285	0	Africa/Casablanca
11911286	Caïdat d’Ed Dir	caidat-d-ed-dir	Caidat d'Ed Dir,Caïdat d’Ed Dir,Qiyadat ad Dayr,Qiyādat ad Dayr,qyadt aldyr,قيادة الدير		MA	03			11911286	0	Africa/Casablanca
11911287	Caïdat de Sebt Jahjouh	caidat-de-sebt-jahjouh	Caidat de Sebt Jahjouh,Caïdat de Sebt Jahjouh,Qiyadat Sabt Jahjuh,Qiyādat Sabt Jaḩjūḩ,qyadt sbt jhjwh,قيادة سبت جحجوح		MA	03			11911287	0	Africa/Casablanca
11911288	Caïdat de Bni M’tir	caidat-de-bni-m-tir	Caidat de Bni M'tir,Caïdat de Bni M’tir,Qiyadat Bani Mutayr,Qiyādat Banī Muţayr,qyadt bny mtyr,قيادة بني مطير		MA	03			11911288	0	Africa/Casablanca
11911289	Caïdat d’Ait Boubidmane	caidat-d-ait-boubidmane	Caidat d'Ait Boubidmane,Caïdat d’Ait Boubidmane,Qiyadat Ayit Bubidman,Qiyādat Āyit Būbīdmān,qyadt ayt bwbydman,قيادة آيت بوبيدمان		MA	03			11911289	0	Africa/Casablanca
11911290	Caïdat de Laqsir	caidat-de-laqsir	Caidat de Laqsir,Caïdat de Laqsir,Qiyadat Laqsir,Qiyadat al Qasir,Qiyādat Laqşīr,Qiyādat al Qaşīr,qyadt lqsyr,قيادة لقصير		MA	03			11911290	0	Africa/Casablanca
11911291	Caïdat de Bitit	caidat-de-bitit	Caidat de Bitit,Caïdat de Bitit,Qiyadat Bitit,Qiyādat Biţīţ,qyadt btyt,قيادة بطيط		MA	03			11911291	0	Africa/Casablanca
11911292	Caïdat d’Adrej	caidat-d-adrej	Caidat d'Adrej,Caïdat d’Adrej,Qiyadat Adraj,Qiyādat Adraj,qyadt adrj,قيادة أدرج		MA	03			11911292	0	Africa/Casablanca
11911293	Caïdat d’Irhzrane	caidat-d-irhzrane	Caidat d'Ighzrane,Caidat d'Irhzrane,Caïdat d’Ighzrane,Caïdat d’Irhzrane,Qiyadat Ighzaran,Qiyādat Ighzarān,qyadt aghzran,قيادة إغزران		MA	03			11911293	0	Africa/Casablanca
11911294	Caïdat de Bni Yazrha	caidat-de-bni-yazrha	Caidat de Bni Yazrha,Caïdat de Bni Yazrha,Qiyadat Bani Yazighah,Qiyādat Banī Yāzighah,qyadt bny yazght,قيادة بني يازغة		MA	03			11911294	0	Africa/Casablanca
11911295	Caïdat de Skoura	caidat-de-skoura	Caidat de Skoura,Caïdat de Skoura,Qiyadat Sukurah,Qiyādat Sukūrah,qyadt skwrt,قيادة سكورة,ⵇⵉⵢⴰⴷⴰ ⵏ ⵙⴽⵓⵔⴰ		MA	03			11911295	0	Africa/Casablanca
11911296	Caïdat de Guigou	caidat-de-guigou	Caidat de Guigou,Caïdat de Guigou,Qiyadat Kayku,Qiyādat Kaykū,qyadt kykw,قيادة كيكو		MA	03			11911296	0	Africa/Casablanca
11911298	Caïdat d’Oued Ifrane	caidat-d-oued-ifrane	Caidat d'Oued Ifrane,Caïdat d’Oued Ifrane,Qiyadat Wad Ifran,Qiyādat Wād Ifrān,qyadt wad afran,قيادة واد إفران		MA	03			11911298	0	Africa/Casablanca
11911299	Caïdat d’Ain Leuh	caidat-d-ain-leuh	Caidat d'Ain Leuh,Caïdat d’Ain Leuh,Qiyadat `Ayn al Lawh,Qiyādat ‘Ayn al Lawḩ,قيادة عين اللوح		MA	03			11911299	0	Africa/Casablanca
11911300	Caïdat de Timahdite	caidat-de-timahdite	Caidat de Timahdite,Caïdat de Timahdite,Qiyadat Timahdit,Qiyādat Tīmaḩḑīt,qyadt tymhdyt,قيادة تيمحضيت		MA	03			11911300	0	Africa/Casablanca
11911301	Caïdat de Tazouta	caidat-de-tazouta	Caidat de Tazouta,Caïdat de Tazouta,Qiyadat Tazutah,Qiyādat Tāzūţah,qyadt tazwtt,قيادة تازوطة		MA	03			11911301	0	Africa/Casablanca
11911302	Caïdat d’Ait Youssi	caidat-d-ait-youssi	Caidat d'Ait Youssi,Caïdat d’Ait Youssi,Qiyadat Ayit Yusi,Qiyādat Āyit Yūsī,qyadt ayt ywsy,قيادة آيت يوسي		MA	03			11911302	0	Africa/Casablanca
11911303	Caïdat d’Ait Sebaa	caidat-d-ait-sebaa	Caidat d'Ait Sebaa,Caïdat d’Ait Sebaa,Qiyadat Ayit as Sab`,Qiyādat Āyit as Sab‘,قيادة آيت السبع		MA	03			11911303	0	Africa/Casablanca
11911304	Caïdat d’Ain Cheggag	caidat-d-ain-cheggag	Caidat d'Ain Cheggag,Caïdat d’Ain Cheggag,Qiyadat `Ayn ash Shakkak,Qiyādat ‘Ayn ash Shakkāk,قيادة عين الشكاك		MA	03			11911304	0	Africa/Casablanca
11911305	Caïdat d’El Ouata	caidat-d-el-ouata	Caidat d'El Ouata,Caïdat d’El Ouata,Qiyadat al Wathah,Qiyādat al Wāthah,qyadt alwatht,قيادة الواثة		MA	03			11911305	0	Africa/Casablanca
11911306	Caïdat de Ras Tabouda	caidat-de-ras-tabouda	Caidat de Ras Tabouda,Caïdat de Ras Tabouda,Qiyadat Ra's Tabudah,Qiyādat Ra’s Tābūdah,qyadt ras tabwdt,قيادة رأس تابودة		MA	03			11911306	0	Africa/Casablanca
11911307	Caïdat de Bouyablane	caidat-de-bouyablane	Caidat de Bouyablane,Caïdat de Bouyablane,Qiyadat Buyablan,Qiyādat Būyablān,qyadt bwyblan,قيادة بويبلان		MA	03			11911307	0	Africa/Casablanca
11911308	Caïdat de Maghraoua	caidat-de-maghraoua	Caidat de Maghraoua,Caïdat de Maghraoua,Qiyadat Maghrawah,Qiyādat Maghrāwah,qyadt mghrawt,قيادة مغراوة		MA	03			11911308	0	Africa/Casablanca
11911310	Caïdat de Galdamane	caidat-de-galdamane	Caidat de Galdamane,Caïdat de Galdamane,Qiyadat Kaldaman,Qiyādat Kaldamān,qyadt kldman,قيادة كلدمان		MA	03			11911310	0	Africa/Casablanca
11911311	Caïdat de Bab Marzouka	caidat-de-bab-marzouka	Caidat de Bab Marzouka,Caïdat de Bab Marzouka,Qiyadat Bab Marzuqah,Qiyādat Bāb Marzūqah,qyadt bab mrzwqt,قيادة باب مرزوقة		MA	03			11911311	0	Africa/Casablanca
11911312	Caïdat de Zrarda	caidat-de-zrarda	Caidat de Zrarda,Caïdat de Zrarda,Qiyadat az Zararidah,Qiyādat az Zarāridah,qyadt alzrardt,قيادة الزراردة		MA	03			11911312	0	Africa/Casablanca
11911313	Caïdat de Bouzemlane	caidat-de-bouzemlane	Caidat de Bouzemlane,Caïdat de Bouzemlane,Qiyadat Buzamlan,Qiyādat Būzamlān,qyadt bwzmlan,قيادة بوزملان		MA	03			11911313	0	Africa/Casablanca
11911314	Caïdat de Bni Ouarain Al Gharbia	caidat-de-bni-ouarain-al-gharbia	Caidat de Bni Ouarain Al Gharbia,Caïdat de Bni Ouarain Al Gharbia,Qiyadat Bani Warayin al Gharbiyah,Qiyādat Banī Warāyin al Gharbīyah,qyadt bny wrayn alghrbyt,قيادة بني وراين الغربية		MA	03			11911314	0	Africa/Casablanca
11911315	Caïdat de Bouhlou	caidat-de-bouhlou	Caidat de Bouhlou,Caïdat de Bouhlou,Qiyadat Buhulw,Qiyādat Būḩulw,qyadt bwhlw,قيادة بوحلو		MA	03			11911315	0	Africa/Casablanca
11911316	Caïdat de Ghiata Al Gharbia	caidat-de-ghiata-al-gharbia	Caidat de Ghiata Al Gharbia,Caïdat de Ghiata Al Gharbia,Qiyadat Ghiyatah al Gharbiyah,Qiyādat Ghiyātah al Gharbīyah,qyadt ghyatt alghrbyt,قيادة غياتة الغربية		MA	03			11911316	0	Africa/Casablanca
11911317	Caïdat d’Oulad Zbair	caidat-d-oulad-zbair	Caidat d'Oulad Zbair,Caïdat d’Oulad Zbair,Qiyadat Awlad Azbayir,Qiyādat Awlād Azbāyir,qyadt awlad azbayr,قيادة أولاد أزباير		MA	03			11911317	0	Africa/Casablanca
11911318	Caïdat de Bni Lent	caidat-de-bni-lent	Caidat de Bni Lent,Caïdat de Bni Lent,Qiyadat Bani Linth,Qiyādat Banī Linth,qyadt bny lnth,قيادة بني لنث		MA	03			11911318	0	Africa/Casablanca
11911319	Caïdat de Bni Frassen	caidat-de-bni-frassen	Caidat de Bni Frassen,Caïdat de Bni Frassen,Qiyadat Bani Farassin,Qiyādat Banī Farāssin,qyadt bny frasn,قيادة بني فراسن		MA	03			11911319	0	Africa/Casablanca
11911320	Caïdat de Msila	caidat-de-msila	Caidat de Msila,Caïdat de Msila,Qiyadat Imsilah,Qiyādat Imsīlah,qyadt amsylt,قيادة إمسيلة		MA	03			11911320	0	Africa/Casablanca
11911321	Caïdat de Meknassa	caidat-de-meknassa	Caidat de Meknassa,Caïdat de Meknassa,Qiyadat Miknasah,Qiyādat Miknāsah,qyadt mknast,قيادة مكناسة		MA	03			11911321	0	Africa/Casablanca
11911322	Caïdat de Bab El Mrouj	caidat-de-bab-el-mrouj	Caidat de Bab El Mrouj,Caïdat de Bab El Mrouj,Qiyadat Bab al Muruj,Qiyādat Bāb al Murūj,qyadt bab almrwj,قيادة باب المروج		MA	03			11911322	0	Africa/Casablanca
11911323	Caïdat de Kaf El Ghar	caidat-de-kaf-el-ghar	Caidat de Kaf El Ghar,Caïdat de Kaf El Ghar,Qiyadat Kaf al Ghar,Qiyādat Kāf al Ghār,qyadt kaf alghar,قيادة كاف الغار		MA	03			11911323	0	Africa/Casablanca
11911324	Caïdat de Tainaste	caidat-de-tainaste	Caidat de Tainaste,Caïdat de Tainaste,Qiyadat Taynasit,Qiyādat Taynāsit,qyadt tynast,قيادة تيناست		MA	03			11911324	0	Africa/Casablanca
11911325	Caïdat d’Aknoul	caidat-d-aknoul	Caidat d'Aknoul,Caïdat d’Aknoul,Qiyadat Aknul,Qiyādat Aknūl,qyadt aknwl,قيادة أكنول		MA	03			11911325	0	Africa/Casablanca
11911326	Caïdat d’Ajdir	caidat-d-ajdir	Caidat d'Ajdir,Caïdat d’Ajdir,Qiyadat Ajdir,Qiyādat Ajdīr,qyadt ajdyr,قيادة أجدير		MA	03			11911326	0	Africa/Casablanca
11911327	Caïdat de Tizi Ouasli	caidat-de-tizi-ouasli	Caidat de Tizi Ouasli,Caïdat de Tizi Ouasli,Qiyadat Tizi Wasli,Qiyādat Tīzī Waslī,qyadt tyzy wsly,قيادة تيزي وسلي		MA	03			11911327	0	Africa/Casablanca
11911330	Caïdat d’Oulad Riyab	caidat-d-oulad-riyab	Caidat d'Oulad Riyab,Caïdat d’Oulad Riyab,Qiyadat Awlad Riyab,Qiyādat Awlād Riyāb,qyadt awlad ryab,قيادة أولاد رياب		MA	03			11911330	0	Africa/Casablanca
11911336	Caïdat d’Outabouabane	caidat-d-outabouabane	Caidat d'Outabouabane,Caïdat d’Outabouabane,Qiyadat Awta Bu`aban,Qiyādat Awţā Bū‘abān,قيادة أوطا بوعبان		MA	03			11911336	0	Africa/Casablanca
11911341	Caïdat d’Oulad Aliane	caidat-d-oulad-aliane	Caidat d'Oulad Aliane,Caïdat d’Oulad Aliane,Qiyadat Awlad `Alyan,Qiyādat Awlād ‘Alyān,قيادة أولاد عليان		MA	03			11911341	0	Africa/Casablanca
11911343	Caïdat d’Ain Aicha	caidat-d-ain-aicha	Caidat d'Ain Aicha,Caïdat d’Ain Aicha,Qiyadat `Ayn `A'ishah,Qiyādat ‘Ayn ‘Ā’ishah,قيادة عين عائشة		MA	03			11911343	0	Africa/Casablanca
11911345	Caïdat d’Ain Mediouna	caidat-d-ain-mediouna	Caidat d'Ain Mediouna,Caïdat d’Ain Mediouna,Qiyadat `Ayn Madyunah,Qiyādat ‘Ayn Madyūnah,قيادة عين مديونة		MA	03			11911345	0	Africa/Casablanca
11911346	Caïdat de Bni Oulid	caidat-de-bni-oulid	Caidat de Bni Oulid,Caïdat de Bni Oulid,Qiyadat Bani Walid,Qiyādat Banī Walīd,qyadt bny wlyd,قيادة بني وليد		MA	03			11911346	0	Africa/Casablanca
11911348	Caïdat d’Oued Kasba	caidat-d-oued-kasba	Caidat d'Oued Kasba,Caïdat d’Oued Kasba,Qiyadat Wad al Qasabah,Qiyādat Wād al Qaşabah,qyadt wad alqsbt,قيادة واد القصبة		MA	03			11911348	0	Africa/Casablanca
11911350	Caïdat de Mernissa	caidat-de-mernissa	Caidat de Mernissa,Caïdat de Mernissa,Qiyadat Marnisah,Qiyādat Marnīsah,qyadt mrnyst,قيادة مرنيسة		MA	03			11911350	0	Africa/Casablanca
11911352	Caïdat de Bouhouda	caidat-de-bouhouda	Caidat de Bouhouda,Caïdat de Bouhouda,Qiyadat Buhawdah,Qiyādat Būhawdah,qyadt bwhwdt,قيادة بوهودة		MA	03			11911352	0	Africa/Casablanca
11911354	Caïdat de Tafrant	caidat-de-tafrant	Caidat de Tafrant,Caïdat de Tafrant,Qiyadat Tafranit,Qiyādat Tāfrānit,qyadt tafrant,قيادة تافرانت		MA	03			11911354	0	Africa/Casablanca
11911356	Caïdat de Bni Zeroual	caidat-de-bni-zeroual	Caidat de Bni Zeroual,Caïdat de Bni Zeroual,Qiyadat Bani Zirwal,Qiyādat Banī Zirwāl,qyadt bny zrwal,قيادة بني زروال		MA	03			11911356	0	Africa/Casablanca
11911357	Caïdat d’Oudka	caidat-d-oudka	Caidat d'Oudka,Caïdat d’Oudka,Qiyadat Wudkah,Qiyādat Wudkah,qyadt wdkt,قيادة ودكة		MA	03			11911357	0	Africa/Casablanca
11911367	Caïdat de Jouamaa	caidat-de-jouamaa	Caidat de Jouamaa,Caïdat de Jouamaa,Qiyadat Jawami`ah,Qiyādat Jawāmi‘ah,قيادة جوامعة		MA	01			11911367	0	Africa/Casablanca
11911368	Caïdat de Mtioua-Louta	caidat-de-mtioua-louta	Caidat de Mtioua-Louta,Caïdat de Mtioua-Louta,Qiyadat Mitiwah Luta,Qiyādat Mitīwah Lūţā,qyadt mtywt lwta,قيادة متيوة لوطا		MA	03			11911368	0	Africa/Casablanca
11911369	Caïdat de Mezraoua-Rghioua	caidat-de-mezraoua-rghioua	Caidat de Mezraoua-Rghioua,Caïdat de Mezraoua-Rghioua,Qiyadat Mizrawah Irghiwah,Qiyādat Mizrāwah Irghīwah,qyadt mzrawt arghywt,قيادة مزراوة إرغيوة		MA	03			11911369	0	Africa/Casablanca
11911370	Caïdat de Sidi El Mokhfi	caidat-de-sidi-el-mokhfi	Caidat de Sidi El Mokhfi,Caïdat de Sidi El Mokhfi,Qiyadat Sidi al Mukhfi,Qiyādat Sīdī al Mukhfī,qyadt sydy almkhfy,قيادة سيدي المخفي		MA	03			11911370	0	Africa/Casablanca
11911371	Caïdat de Galaz	caidat-de-galaz	Caidat de Galaz,Caïdat de Galaz,Qiyadat Kalaz,Qiyādat Kalāz,qyadt klaz,قيادة كلاز		MA	03			11911371	0	Africa/Casablanca
11911372	Caïdat d’Ouartzagh	caidat-d-ouartzagh	Caidat d'Ouartzagh,Caidat d'Ouartzarh,Caïdat d’Ouartzagh,Caïdat d’Ouartzarh,Qiyadat Awratzagh,Qiyādat Awratzāgh,qyadt awrtzagh,قيادة أورتزاغ		MA	03			11911372	0	Africa/Casablanca
11911373	Caïdat de Chraga	caidat-de-chraga	Caidat de Chraga,Caïdat de Chraga,Qiyadat Sharakah,Qiyādat Sharākah,qyadt shrakt,قيادة شراكة		MA	03			11911373	0	Africa/Casablanca
11911374	Caïdat de Chraga-Bni Amer	caidat-de-chraga-bni-amer	Caidat de Chraga-Bni Amer,Caïdat de Chraga-Bni Amer,Qiyadat Sharakah Bani A`mar,Qiyādat Sharākah Banī A‘mar,قيادة شراكة بني أعمر		MA	03			11911374	0	Africa/Casablanca
11911375	Caïdat de Bouarouss	caidat-de-bouarouss	Caidat de Bouarouss,Caïdat de Bouarouss,Qiyadat Bu`arus,Qiyādat Bū‘arūs,قيادة بوعروس		MA	03			11911375	0	Africa/Casablanca
11911376	Caïdat de Bni Snous-Fechtala	caidat-de-bni-snous-fechtala	Caidat de Bni Snous-Fechtala,Caïdat de Bni Snous-Fechtala,Qiyadat Bani Sanus Fishtalah,Qiyādat Banī Sanūs Fishtālah,qyadt bny snws fshtalt,قيادة بني سنوس فشتالة		MA	03			11911376	0	Africa/Casablanca
11911377	Caïdat d’Oulad Aissa Hjaoua	caidat-d-oulad-aissa-hjaoua	Caidat d'Oulad Aissa Hjaoua,Caïdat d’Oulad Aissa Hjaoua,Qiyadat Awlad `Isa Hajawah,Qiyādat Awlād ‘Īsá Ḩajāwah,قيادة أولاد عيسى حجاوة		MA	03			11911377	0	Africa/Casablanca
11911378	Caïdat de Moulay Bouchta	caidat-de-moulay-bouchta	Caidat de Moulay Bouchta,Caïdat de Moulay Bouchta,Qiyadat Mawlay Bushatta,Qiyādat Mawlāy Būshattá,qyadt mwlay bwshty,قيادة مولاي بوشتى		MA	03			11911378	0	Africa/Casablanca
11911382	Caïdat de M’haya	caidat-de-m-haya	Caidat de M'haya,Caïdat de M’haya,Qiyadat al Mahayah,Qiyādat al Mahāyah,qyadt almhayt,قيادة المهاية		MA	03			11911382	0	Africa/Casablanca
11911383	Caïdat de Majjate	caidat-de-majjate	Caidat de Majjate,Caïdat de Majjate,Qiyadat Majjat,Qiyādat Majjāţ,qyadt mjat,قيادة مجاط		MA	03			11911383	0	Africa/Casablanca
11911384	Caïdat de Dkhissa	caidat-de-dkhissa	Caidat de Dkhissa,Caïdat de Dkhissa,Qiyadat ad Dakhisah,Qiyādat ad Dakhīsah,qyadt aldkhyst,قيادة الدخيسة		MA	03			11911384	0	Africa/Casablanca
11911385	Caïdat de Mrhassiyine	caidat-de-mrhassiyine	Caidat de Mrhassiyine,Caïdat de Mrhassiyine,Qiyadat Mughasiyin,Qiyādat Mughāşīyīn,qyadt mghasyyn,قيادة مغاصيين		MA	03			11911385	0	Africa/Casablanca
11911386	Caïdat d’Ain Orma	caidat-d-ain-orma	Caidat d'Ain Orma,Caïdat d’Ain Orma,Qiyadat `Ayn `Urmah,Qiyādat ‘Ayn ‘Urmah,قيادة عين عرمة		MA	03			11911386	0	Africa/Casablanca
11911387	Caïdat d’Ain Jemaa	caidat-d-ain-jemaa	Caidat d'Ain Jemaa,Caïdat d’Ain Jemaa,Qiyadat `Ayn Jum`ah,Qiyādat ‘Ayn Jum‘ah,قيادة عين جمعة		MA	03			11911387	0	Africa/Casablanca
11911388	Caïdat d’Oualili	caidat-d-oualili	Caidat d'Oualili,Caïdat d’Oualili,Qiyadat Walili,Qiyādat Walīlī,qyadt wlyly,قيادة وليلي		MA	03			11911388	0	Africa/Casablanca
11911389	Caïdat de N’zalat Bni Amar	caidat-de-n-zalat-bni-amar	Caidat de N'zalat Bni Amar,Caïdat de N’zalat Bni Amar,Qiyadat Nazalat Bani `Ammar,Qiyādat Nazālat Banī ‘Ammār,قيادة نزالة بني عمار		MA	03			11911389	0	Africa/Casablanca
11911390	Caïdat d’Oulad Mimoun	caidat-d-oulad-mimoun	Caidat d'Oulad Mimoun,Caïdat d’Oulad Mimoun,Qiyadat Awlad Maymun,Qiyādat Awlād Maymūn,qyadt awlad mymwn,قيادة أولاد ميمون		MA	03			11911390	0	Africa/Casablanca
11911391	Caïdat d’Ain Bou Ali	caidat-d-ain-bou-ali	Caidat d'Ain Bou Ali,Caïdat d’Ain Bou Ali,Qiyadat `Ayn Bu`ali,Qiyādat ‘Ayn Bū‘alī,قيادة عين بوعلي		MA	03			11911391	0	Africa/Casablanca
11911392	Caïdat d’Ain Kansra	caidat-d-ain-kansra	Caidat d'Ain Kansra,Caïdat d’Ain Kansra,Qiyadat `Ayn Qansarah,Qiyādat ‘Ayn Qanşarah,قيادة عين قنصرة		MA	03			11911392	0	Africa/Casablanca
11911393	Caïdat de Mikkes	caidat-de-mikkes	Caidat de Mikkes,Caïdat de Mikkes,Qiyadat Mikkis,Qiyādat Mīkkis,qyadt myks,قيادة ميكس		MA	03			11911393	0	Africa/Casablanca
11911394	Caïdat de Laajajra	caidat-de-laajajra	Caidat de Laajajra,Caïdat de Laajajra,Qiyadat L`ajajirah,Qiyadat al `Ajajirah,Qiyādat L‘ajājirah,Qiyādat al ‘Ajājirah,قيادة لعجاجرة		MA	03			11911394	0	Africa/Casablanca
11911395	Caïdat d’Ain Chkef	caidat-d-ain-chkef	Caidat d'Ain Chkef,Caïdat d’Ain Chkef,Qiyadat `Ayn ash Shuqaf,Qiyādat ‘Ayn ash Shuqaf,قيادة عين الشقف		MA	03			11911395	0	Africa/Casablanca
11911396	Caïdat de Sebaa Rouadi	caidat-de-sebaa-rouadi	Caidat de Sebaa Rouadi,Caïdat de Sebaa Rouadi,Qiyadat Sab` Rawadi,Qiyādat Sab‘ Rawāḑī,قيادة سبع رواضي		MA	03			11911396	0	Africa/Casablanca
11911397	Caïdat d’Oulad Tayeb	caidat-d-oulad-tayeb	Caidat d'Oulad Tayeb,Caïdat d’Oulad Tayeb,Qiyadat Awlad at Tayyib,Qiyādat Awlād aţ Ţayyib,qyadt awlad altyb,قيادة أولاد الطيب		MA	03			11911397	0	Africa/Casablanca
11911398	Caïdat de Sidi Harazem	caidat-de-sidi-harazem	Caidat de Sidi Harazem,Caïdat de Sidi Harazem,Qiyadat Sidi Harazim,Qiyādat Sīdī Ḩarāzim,qyadt sydy hrazm,قيادة سيدي حرازم		MA	03			11911398	0	Africa/Casablanca
11911416	Arrondissement de Saiss	arrondissement-de-saiss	Arrondissement de Saiss,Muqata`at Sayis,Muqāţa‘at Sāyis,مقاطعة سايس		MA	03			11911416	0	Africa/Casablanca
11911417	Arrondissement de Zouagha	arrondissement-de-zouagha	Arrondissement de Zouagha,Muqata`at Zuwaghah,Muqāţa‘at Zuwāghah,مقاطعة زواغة		MA	03			11911417	0	Africa/Casablanca
11911418	Arrondissement d’Agdal	arrondissement-d-agdal	Arrondissement d'Agdal,Arrondissement d’Agdal,Muqata`at Akdal,Muqāţa‘at Akdāl,مقاطعة أكدال		MA	03			11911418	0	Africa/Casablanca
11911419	Arrondissement d’El Mariniyine	arrondissement-d-el-mariniyine	Arrondissement d'El Mariniyine,Arrondissement d’El Mariniyine,Muqata`at al Mariniyin,Muqāţa‘at al Marīnīyīn,مقاطعة المرينيين		MA	03			11911419	0	Africa/Casablanca
11911420	Arrondissement de Fès-Médina	arrondissement-de-fes-medina	Arrondissement de Fes-Medina,Arrondissement de Fès-Médina,Muqata`at Fas al Madinah,Muqāţa‘at Fās al Madīnah,مقاطعة فاس المدينة		MA	03			11911420	0	Africa/Casablanca
11911421	Arrondissement de Jnan El Ouard	arrondissement-de-jnan-el-ouard	Arrondissement de Jnan El Ouard,Muqata`at Jinan al Ward,Muqāţa‘at Jinān al Ward,مقاطعة جنان الورد		MA	03			11911421	0	Africa/Casablanca
11911422	Caïdat de Chouafaa	caidat-de-chouafaa	Caidat de Chouafaa,Caïdat de Chouafaa,Qiyadat ash Shawafi`,Qiyādat ash Shawāfi‘,قيادة الشوافع		MA	04			11911422	0	Africa/Casablanca
11911423	Caïdat de Moulay Bousselham	caidat-de-moulay-bousselham	Caidat de Moulay Bousselham,Caïdat de Moulay Bousselham,Qiyadat Mawlay Busilham,Qiyādat Mawlāy Būsilhām,qyadt mwlay bwslham,قيادة مولاي بوسلهام		MA	04			11911423	0	Africa/Casablanca
11911424	Caïdat de Sidi Boubker El Haj	caidat-de-sidi-boubker-el-haj	Caidat de Sidi Boubker El Haj,Caïdat de Sidi Boubker El Haj,Qiyadat Sidi Bubakr al Hajj,Qiyādat Sīdī Būbakr al Ḩājj,qyadt sydy bwbkr alhaj,قيادة سيدي بوبكر الحاج		MA	04			11911424	0	Africa/Casablanca
11911425	Caïdat d’Arbaoua	caidat-d-arbaoua	Caidat d'Arbaoua,Caïdat d’Arbaoua,Qiyadat `Arbawah,Qiyādat ‘Arbāwah,قيادة عرباوة		MA	04			11911425	0	Africa/Casablanca
11911426	Caïdat de Lalla Mimouna	caidat-de-lalla-mimouna	Caidat de Lalla Mimouna,Caïdat de Lalla Mimouna,Qiyadat Lalla Maymunah,Qiyādat Lallā Maymūnah,qyadt lla mymwnt,قيادة للا ميمونة		MA	04			11911426	0	Africa/Casablanca
11911427	Caïdat de Kariat Ben Aouda	caidat-de-kariat-ben-aouda	Caidat de Kariat Ben Aouda,Caïdat de Kariat Ben Aouda,Qiyadat Qaryat Bin `Awdah,Qiyādat Qaryat Bin ‘Awdah,قيادة قرية بن عودة		MA	04			11911427	0	Africa/Casablanca
11911428	Caïdat de Souk Tlet El Gharb	caidat-de-souk-tlet-el-gharb	Caidat de Souk Tlet El Gharb,Caïdat de Souk Tlet El Gharb,Qiyadat Thulatha' al Gharb,Qiyādat Thulāthā’ al Gharb,قيادة سوق ثلاثاء الغرب		MA	04			11911428	0	Africa/Casablanca
11911429	Caïdat de Sidi Allal Tazi	caidat-de-sidi-allal-tazi	Caidat de Sidi Allal Tazi,Caïdat de Sidi Allal Tazi,Qiyadat Sidi `Allal at Tazi,Qiyādat Sīdī ‘Allāl at Tāzī,قيادة سيدي علال التازي		MA	04			11911429	0	Africa/Casablanca
11911430	Caïdat de Ben Mansour	caidat-de-ben-mansour	Caidat de Ben Mansour,Caïdat de Ben Mansour,Qiyadat Binmansur,Qiyādat Binmanşūr,qyadt bnmnswr,قيادة بنمنصور		MA	04			11911430	0	Africa/Casablanca
11911431	Caïdat de Sidi Mohamed Lahmar	caidat-de-sidi-mohamed-lahmar	Caidat de Sidi Mohamed Lahmar,Caïdat de Sidi Mohamed Lahmar,Qiyadat Sidi Muhammad Lahmar,Qiyadat Sidi Muhammad al Ahmar,Qiyādat Sīdī Muḩammad Laḩmar,Qiyādat Sīdī Muḩammad al Aḩmar,qyadt sydy mhmd lhmr,قيادة سيدي محمد لحمر		MA	04			11911431	0	Africa/Casablanca
11911433	Caïdat de Bahhara Ouled Ayad	caidat-de-bahhara-ouled-ayad	Caidat de Bahhara Ouled Ayad,Caïdat de Bahhara Ouled Ayad,Qiyadat Bahharat Awlad `Ayad,Qiyādat Baḩḩārat Awlād ‘Ayād,قيادة بحارة أولاد عياد		MA	04			11911433	0	Africa/Casablanca
11911434	Caïdat de Mograne	caidat-de-mograne	Caidat de Mograne,Caïdat de Mograne,Qiyadat al Mukran,Qiyādat al Mukran,qyadt almkrn,قيادة المكرن		MA	04			11911434	0	Africa/Casablanca
11911436	Caïdat de Mnasra	caidat-de-mnasra	Caidat de Mnasra,Caïdat de Mnasra,Qiyadat al Munasarah,Qiyādat al Munāşarah,qyadt almnasrt,قيادة المناصرة		MA	04			11911436	0	Africa/Casablanca
11911438	Caïdat de Kénitra-Banlieue	caidat-de-kenitra-banlieue	Caidat de Kenitra-Banlieue,Caïdat de Kénitra-Banlieue,Qiyadat Ahwaz al Qunaytirah,Qiyādat Aḩwāz al Qunayţirah,qyadt ahwaz alqnytrt,قيادة أحواز القنيطرة		MA	04			11911438	0	Africa/Casablanca
11911439	Caïdat d’Ameur Seflia	caidat-d-ameur-seflia	Caidat d'Ameur Seflia,Caïdat d’Ameur Seflia,Qiyadat `Amir as Sufliyah,Qiyādat ‘Āmir as Suflīyah,قيادة عامر السفلية		MA	04			11911439	0	Africa/Casablanca
11911833	Caïdat d’Ain Dfali	caidat-d-ain-dfali	Caidat d'Ain Dfali,Caïdat d’Ain Dfali,Qiyadat `Ayn ad Dafali,Qiyādat ‘Ayn ad Dafālī,قيادة عين الدفالي		MA	04			11911833	0	Africa/Casablanca
11911834	Caïdat de Moulay Abdelkader	caidat-de-moulay-abdelkader	Caidat de Moulay Abdelkader,Caïdat de Moulay Abdelkader,Qiyadat Mawlay `Abd al Qadir,Qiyādat Mawlāy ‘Abd al Qādir,قيادة مولاي عبد القادر		MA	04			11911834	0	Africa/Casablanca
11911835	Caïdat de Sidi Ameur Al Hadi	caidat-de-sidi-ameur-al-hadi	Caidat de Sidi Ameur Al Hadi,Caïdat de Sidi Ameur Al Hadi,Qiyadat Sidi A`mar al Hadi,Qiyādat Sīdī A‘mar al Ḩāḑī,قيادة سيدي أعمر الحاضي		MA	04			11911835	0	Africa/Casablanca
11911836	Caïdat de Lamrabih	caidat-de-lamrabih	Caidat de Lamrabih,Caïdat de Lamrabih,Qiyadat Lamrabih,Qiyadat al Marabih,Qiyādat Lamrābīḩ,Qiyādat al Marābīḩ,qyadt lmrabyh,قيادة لمرابيح		MA	04			11911836	0	Africa/Casablanca
11911837	Caïdat de Khnichet	caidat-de-khnichet	Caidat de Khnichet,Caïdat de Khnichet,Qiyadat al Khanishat,Qiyādat al Khanīshāt,qyadt alkhnyshat,قيادة الخنيشات		MA	04			11911837	0	Africa/Casablanca
11911838	Caïdat d’Oulad Nouel	caidat-d-oulad-nouel	Caidat d'Oulad Nouel,Caïdat d’Oulad Nouel,Qiyadat Awlad Nawal,Qiyādat Awlād Nawāl,qyadt awlad nwal,قيادة أولاد نوال		MA	04			11911838	0	Africa/Casablanca
11911839	Caïdat d’Al Mokhtar	caidat-d-al-mokhtar	Caidat d'Al Mokhtar,Caïdat d’Al Mokhtar,Qiyadat al Mukhtar,Qiyādat al Mukhtār,qyadt almkhtar,قيادة المختار		MA	04			11911839	0	Africa/Casablanca
11911840	Caïdat de Zaggota	caidat-de-zaggota	Caidat de Zaggota,Caïdat de Zaggota,Qiyadat Zakkutah,Qiyādat Zakkūţah,qyadt zkwtt,قيادة زكوطة		MA	04			11911840	0	Africa/Casablanca
11911841	Caïdat de Zirara	caidat-de-zirara	Caidat de Zirara,Caïdat de Zirara,Qiyadat Zirarah,Qiyādat Zīrārah,qyadt zyrart,قيادة زيرارة		MA	04			11911841	0	Africa/Casablanca
11911842	Caïdat de Tekna-Bir Taleb	caidat-de-tekna-bir-taleb	Caidat de Tekna-Bir Taleb,Caïdat de Tekna-Bir Taleb,Qiyadat Thuknah - Bir at Talib,Qiyādat Thuknah - Bīr aţ Ţālib,qyadt thknt - byr altalb,قيادة ثكنة - بير الطالب		MA	04			11911842	0	Africa/Casablanca
11911843	Caïdat de Nouirate	caidat-de-nouirate	Caidat de Nouirate,Caïdat de Nouirate,Qiyadat Inuwirat,Qiyadat al Nuwayrat,Qiyādat Inuwīrāt,Qiyādat al Nuwayrāt,qyadt anwyrat,قيادة إنويرات		MA	04			11911843	0	Africa/Casablanca
11911844	Caïdat de Sefsaf	caidat-de-sefsaf	Caidat de Sefsaf,Caïdat de Sefsaf,Qiyadat Safsaf,Qiyādat Şafşāf,qyadt sfsaf,قيادة صفصاف		MA	04			11911844	0	Africa/Casablanca
11911845	Caïdat d’Al Haouafate	caidat-d-al-haouafate	Caidat d'Al Haouafate,Caïdat d’Al Haouafate,Qiyadat al Hawafat,Qiyādat al Ḩawāfāt,qyadt alhwafat,قيادة الحوافات		MA	04			11911845	0	Africa/Casablanca
11911846	Caïdat de Dar Laaslouji	caidat-de-dar-laaslouji	Caidat de Dar Laaslouji,Caïdat de Dar Laaslouji,Qiyadat Dar al `Asaluji,Qiyādat Dār al ‘Asalūjī,قيادة دار العسلوجي		MA	04			11911846	0	Africa/Casablanca
11911847	Caïdat de Sfafaa	caidat-de-sfafaa	Caidat de Sfafaa,Caïdat de Sfafaa,Qiyadat as Safafi`ah,Qiyādat aş Şafāfi‘ah,قيادة الصفافعة		MA	04			11911847	0	Africa/Casablanca
11911848	Caïdat de Boumaiz	caidat-de-boumaiz	Caidat de Boumaiz,Caïdat de Boumaiz,Qiyadat Buma`iz,Qiyādat Būma‘īz,قيادة بومعيز		MA	04			11911848	0	Africa/Casablanca
11911849	Caïdat d’Azghar - Ouled Ben Hammadi	caidat-d-azghar-ouled-ben-hammadi	Caidat d'Azghar - Ouled Ben Hammadi,Caïdat d’Azghar - Ouled Ben Hammadi,Qiyadat Azghar - Awlad Bin Hammadi,Qiyādat Azghār - Awlād Bin Ḩammādī,qyadt azghar - awlad bn hmady,قيادة أزغار - أولاد بن حمادي		MA	04			11911849	0	Africa/Casablanca
11911850	Caïdat de Dar Bel Amri	caidat-de-dar-bel-amri	Caidat de Dar Bel Amri,Caïdat de Dar Bel Amri,Qiyadat Dar Bal`amiri,Qiyādat Dār Bal‘āmirī,قيادة دار بلعامري		MA	04			11911850	0	Africa/Casablanca
11911851	Caïdat de Kceibya	caidat-de-kceibya	Caidat de Kceibya,Caïdat de Kceibya,Qiyadat al Qusaybiyah,Qiyādat al Quşaybīyah,qyadt alqsybyt,قيادة القصيبية		MA	04			11911851	0	Africa/Casablanca
11911852	Caïdat d’Ameur Chamalia	caidat-d-ameur-chamalia	Caidat d'Ameur Chamalia,Caïdat d’Ameur Chamalia,Qiyadat `Amir ash Shamaliyah,Qiyādat ‘Āmir ash Shamālīyah,قيادة عامر الشمالية		MA	04			11911852	0	Africa/Casablanca
11911853	Caïdat de M’saada	caidat-de-m-saada	Caidat de M'saada,Caïdat de M’saada,Qiyadat al Musa`adah,Qiyādat al Musā‘adah,قيادة المساعدة		MA	04			11911853	0	Africa/Casablanca
11911854	Caïdat d’Ouled H’Cine	caidat-d-ouled-h-cine	Caidat d'Ouled H'Cine,Caïdat d’Ouled H’Cine,Qiyadat Awlad Husayn,Qiyādat Awlād Ḩusayn,qyadt awlad hsyn,قيادة أولاد حسين		MA	04			11911854	0	Africa/Casablanca
11911855	Caïdat de Sidi Allal El Bahraoui	caidat-de-sidi-allal-el-bahraoui	Caidat de Sidi Allal El Bahraoui,Caïdat de Sidi Allal El Bahraoui,Qiyadat Sidi `Allal al Bahrawi,Qiyādat Sīdī ‘Allāl al Baḩrāwī,قيادة سيدي علال البحراوي		MA	04			11911855	0	Africa/Casablanca
11911856	Caïdat d’Ain Johra - Sidi Boukhalkhal	caidat-d-ain-johra-sidi-boukhalkhal	Caidat d'Ain Johra - Sidi Boukhalkhal,Caïdat d’Ain Johra - Sidi Boukhalkhal,Qiyadat `Ayn al Jawharah - Sidi Bukhalkhal,Qiyādat ‘Ayn al Jawharah - Sīdī Būkhalkhāl,قيادة عين الجوهرة - سيدي بوخلخال		MA	04			11911856	0	Africa/Casablanca
11911857	Caïdat de Sidi Abderrazak	caidat-de-sidi-abderrazak	Caidat de Sidi Abderrazak,Caïdat de Sidi Abderrazak,Qiyadat Sidi `Abd ar Razzaq,Qiyādat Sīdī ‘Abd ar Razzāq,قيادة سيدي عبد الرزاق		MA	04			11911857	0	Africa/Casablanca
11911858	Caïdat de Massaghra - Ait Yadine	caidat-de-massaghra-ait-yadine	Caidat de Massaghra - Ait Yadine,Caïdat de Massaghra - Ait Yadine,Qiyadat Musagharah - Ayit Yadin,Qiyādat Muşāgharah - Āyit Yadīn,qyadt msaghrt - ayt ydyn,قيادة مصاغرة - آيت يدين		MA	04			11911858	0	Africa/Casablanca
11911872	Caïdat de Sfassif - Ait Siberne	caidat-de-sfassif-ait-siberne	Caidat de Sfassif - Ait Siberne,Caïdat de Sfassif - Ait Siberne,Qiyadat as Safasif - Ayit Sibarn,Qiyādat aş Şafāşīf - Āyit Sībarn,qyadt alsfasyf - ayt sybrn,قيادة الصفاصيف - آيت سيبرن		MA	04			11911872	0	Africa/Casablanca
11911947	Arrondissement de Bettana	arrondissement-de-bettana	Arrondissement de Bettana,Muqata`at Battanah,Muqāţa‘at Baţţānah,مقاطعة بطانة		MA	04			11911947	0	Africa/Casablanca
11911874	Caïdat de Ghandour - Lamsadder	caidat-de-ghandour-lamsadder	Caidat de Ghandour - Lamsadder,Caidat de Rhandor - Lamsadder,Caïdat de Ghandour - Lamsadder,Caïdat de Rhandor - Lamsadder,Qiyadat al Ghandur - Al Musaddir,Qiyādat al Ghandūr - Al Muşaddir,qyadt alghndwr - almsdr,قيادة الغندور - المصدر		MA	04			11911874	0	Africa/Casablanca
11911875	Caïdat de Bni Ameur - Ait Zekri	caidat-de-bni-ameur-ait-zekri	Caidat de Bni Ameur - Ait Zekri,Caïdat de Bni Ameur - Ait Zekri,Qiyadat Bani A`mar - Ayit Zikri,Qiyādat Banī A‘mar - Āyit Zikrī,قيادة بني أعمر - آيت زكري		MA	04			11911875	0	Africa/Casablanca
11911877	Caïdat d’Ait Mimoune	caidat-d-ait-mimoune	Caidat d'Ait Mimoune,Caïdat d’Ait Mimoune,Qiyadat Ayit Maymun,Qiyādat Āyit Maymūn,qyadt ayt mymwn,قيادة آيت ميمون		MA	04			11911877	0	Africa/Casablanca
11911878	Caïdat d’Ait Ouribel	caidat-d-ait-ouribel	Caidat d'Ait Ouribel,Caïdat d’Ait Ouribel,Qiyadat Ayit Uribil,Qiyādat Āyit Ūribīl,qyadt ayt awrybl,قيادة آيت أوريبل		MA	04			11911878	0	Africa/Casablanca
11911879	Caïdat de Maaziz	caidat-de-maaziz	Caidat de Maaziz,Caïdat de Maaziz,Qiyadat Ma`aziz,Qiyādat Ma‘āzīz,قيادة معازيز		MA	04			11911879	0	Africa/Casablanca
11911880	Caïdat d’Oulmes	caidat-d-oulmes	Caidat d'Oulmes,Caïdat d’Oulmes,Qiyadat Ulamas,Qiyādat Ūlamās,qyadt awlmas,قيادة أولماس		MA	04			11911880	0	Africa/Casablanca
11911881	Caïdat de Tiddas	caidat-de-tiddas	Caidat de Tiddas,Caïdat de Tiddas,Qiyadat Tidas,Qiyādat Tīdās,qyadt tydas,قيادة تيداس		MA	04			11911881	0	Africa/Casablanca
11911882	Caïdat de Brachoua	caidat-de-brachoua	Caidat de Brachoua,Caïdat de Brachoua,Qiyadat Barashawah,Qiyādat Barāshawah,qyadt brashwt,قيادة براشوة		MA	04			11911882	0	Africa/Casablanca
11911883	Caïdat de Marchouch	caidat-de-marchouch	Caidat de Marchouch,Caïdat de Marchouch,Qiyadat Marshush,Qiyādat Marshūsh,qyadt mrshwsh,قيادة مرشوش		MA	04			11911883	0	Africa/Casablanca
11911884	Caïdat d’Ezzhiliga	caidat-d-ezzhiliga	Caidat d'Ezzhiliga,Caïdat d’Ezzhiliga,Qiyadat Izhiliyah,Qiyādat Izḩīlīyah,qyadt azhylykt,قيادة إزحيليكة		MA	04			11911884	0	Africa/Casablanca
11911886	Caïdat de Had Laghoualem	caidat-de-had-laghoualem	Caidat de Had Laghoualem,Caïdat de Had Laghoualem,Qiyadat Ahad al Ghawalim,Qiyādat Aḩad al Ghawālim,qyadt ahd alghwalm,قيادة أحد الغوالم		MA	04			11911886	0	Africa/Casablanca
11911887	Caïdat de Moulay Driss Aghbal - Jemaat Moul Blad	caidat-de-moulay-driss-aghbal-jemaat-moul-blad	Caidat de Moulay Driss Aghbal - Jemaat Moul Blad,Caïdat de Moulay Driss Aghbal - Jemaat Moul Blad,Qiyadat Mawlay Idris - Jam`at Mul al Bilad,Qiyādat Mawlāy Idrīs - Jam‘at Mūl al Bilād,قيادة مولاي إدريس أغبال - جمعة مول البلاد		MA	04			11911887	0	Africa/Casablanca
11911901	Caïdat d’Ouled Said L’Oued	caidat-d-ouled-said-l-oued	Caidat d'Ouled Said L'Oued,Caïdat d’Ouled Said L’Oued,Qiyadat Awlad Sa`id al Wad,Qiyādat Awlād Sa‘īd al Wād,قيادة أولاد سعيد الواد		MA	05			11911901	0	Africa/Casablanca
11911902	Caïdat d’Ait Rbaa	caidat-d-ait-rbaa	Caidat d'Ait Rbaa,Caïdat d’Ait Rbaa,Qiyadat Ayit ar Rab`,Qiyādat Āyit ar Rab‘,قيادة آيت الربع		MA	05			11911902	0	Africa/Casablanca
11911903	Caïdat d’Ait Oum El Bekht	caidat-d-ait-oum-el-bekht	Caidat d'Ait Oum El Bekht,Caïdat d’Ait Oum El Bekht,Qiyadat Ayit Umm al Bakht,Qiyādat Āyit Umm al Bakht,qyadt ayt am albkht,قيادة آيت أم البخت		MA	05			11911903	0	Africa/Casablanca
11911904	Caïdat d’Ait Ouirra	caidat-d-ait-ouirra	Caidat d'Ait Ouirra,Caïdat d’Ait Ouirra,Qiyadat Ayit Wirah,Qiyādat Āyit Wīrah,qyadt ayt wyrt,قيادة آيت ويرة		MA	05			11911904	0	Africa/Casablanca
11911905	Caïdat d’Aghbala	caidat-d-aghbala	Caidat d'Aghbala,Caïdat d’Aghbala,Qiyadat Aghbalah,Qiyādat Aghbālah,qyadt aghbalt,قيادة أغبالة		MA	05			11911905	0	Africa/Casablanca
11911906	Caïdat de Tizi N’Isly	caidat-de-tizi-n-isly	Caidat de Tizi N'Isly,Caïdat de Tizi N’Isly,Qiyadat Tizi Nisili,Qiyādat Tīzī Nīsilī,qyadt tyzy nysly,قيادة تيزي نيسلي		MA	05			11911906	0	Africa/Casablanca
11911907	Caïdat de Taghzirt	caidat-de-taghzirt	Caidat de Taghzirt,Caïdat de Taghzirt,Qiyadat Takizirit,Qiyādat Tākizīrit,qyadt takzyrt,قيادة تاكزيرت		MA	05			11911907	0	Africa/Casablanca
11911908	Caïdat d’Ouled Yaich	caidat-d-ouled-yaich	Caidat d'Ouled Yaich,Caïdat d’Ouled Yaich,Qiyadat Awlad I`ish,Qiyādat Awlād Ī‘īsh,قيادة أولاد إيعيش		MA	05			11911908	0	Africa/Casablanca
11911909	Caïdat de Foum El Anceur	caidat-de-foum-el-anceur	Caidat de Foum El Anceur,Caïdat de Foum El Anceur,Qiyadat Famm al `Unsur,Qiyādat Famm al ‘Unşur,قيادة فم العنصر		MA	05			11911909	0	Africa/Casablanca
11911910	Caïdat de Sidi Jaber	caidat-de-sidi-jaber	Caidat de Sidi Jaber,Caïdat de Sidi Jaber,Qiyadat Sidi Jabir,Qiyādat Sīdī Jābir,qyadt sydy jabr,قيادة سيدي جابر		MA	05			11911910	0	Africa/Casablanca
11911911	Caïdat d’Ouled M’Barek	caidat-d-ouled-m-barek	Caidat d'Ouled M'Barek,Caïdat d’Ouled M’Barek,Qiyadat Awlad Imbarak,Qiyadat Awlad Mubarak,Qiyādat Awlād Imbārak,Qiyādat Awlād Mubārak,qyadt awlad ambark,قيادة أولاد إمبارك		MA	05			11911911	0	Africa/Casablanca
11911939	Caïdat de Sidi Yahya Zaer	caidat-de-sidi-yahya-zaer	Caidat de Sidi Yahya Zaer,Caïdat de Sidi Yahya Zaer,Qiyadat Sidi Yahya Zu`ayr,Qiyādat Sīdī Yaḩyá Zu‘ayr,قيادة سيدي يحيى زعير		MA	04			11911939	0	Africa/Casablanca
11911940	Caïdat d’Oumazza	caidat-d-oumazza	Caidat d'Oumazza,Caïdat d’Oumazza,Qiyadat Umm `Azzah,Qiyādat Umm ‘Azzah,قيادة أم عزة		MA	04			11911940	0	Africa/Casablanca
11911941	Caïdat d’El Menzeh	caidat-d-el-menzeh	Caidat d'El Menzeh,Caïdat d’El Menzeh,Qiyadat al Manzih,Qiyādat al Manzih,qyadt almnzh,قيادة المنزه		MA	04			11911941	0	Africa/Casablanca
11911942	Caïdat de Sabbah	caidat-de-sabbah	Caidat de Sabbah,Caïdat de Sabbah,Qiyadat Sabbah,Qiyādat Şabbāḩ,qyadt sbah,قيادة صباح		MA	04			11911942	0	Africa/Casablanca
11911943	Caïdat de Mers El Kheir	caidat-de-mers-el-kheir	Caidat de Mers El Kheir,Caïdat de Mers El Kheir,Qiyadat Mars al Khayr,Qiyādat Mars al Khayr,qyadt mrs alkhyr,قيادة مرس الخير		MA	04			11911943	0	Africa/Casablanca
11911944	Caïdat d’Arbaa Shoul	caidat-d-arbaa-shoul	Caidat d'Arbaa Shoul,Caïdat d’Arbaa Shoul,Qiyadat Arbi`a' as Suhul,Qiyādat Arbi‘ā’ as Suhūl,قيادة أربعاء السهول		MA	04			11911944	0	Africa/Casablanca
11911945	Caïdat d’Ameur	caidat-d-ameur	Caidat d'Ameur,Caïdat d’Ameur,Qiyadat `Amir,Qiyādat ‘Āmir,قيادة عامر		MA	04			11911945	0	Africa/Casablanca
11911946	Arrondissement de Hssaine	arrondissement-de-hssaine	Arrondissement de Hssaine,Muqata`at Husayyin,Muqāţa‘at Ḩuşayyin,مقاطعة حصين		MA	04			11911946	0	Africa/Casablanca
11911948	Arrondissement de Layayda	arrondissement-de-layayda	Arrondissement de Layayda,Muqata`at al `Ayayidah,Muqāţa‘at al ‘Ayāyidah,مقاطعة العيايدة		MA	04			11911948	0	Africa/Casablanca
11911949	Arrondissement de Tabriquet	arrondissement-de-tabriquet	Arrondissement de Tabriquet,Muqata`at Tabrikat,Muqāţa‘at Tābrīkat,مقاطعة تابريكت		MA	04			11911949	0	Africa/Casablanca
11911950	Arrondissement de Bab Lamrissa	arrondissement-de-bab-lamrissa	Arrondissement de Bab Lamrissa,Muqata`at Bab al Marisah,Muqāţa‘at Bāb al Marīsah,مقاطعة باب المريسة		MA	04			11911950	0	Africa/Casablanca
11911951	Arrondissement de Yacoub El Mansour	arrondissement-de-yacoub-el-mansour	Arrondissement de Yacoub El Mansour,Muqata`at Ya`qub al Mansur,Muqāţa‘at Ya‘qub al Manşūr,مقاطعة يعقوب المنصور		MA	04			11911951	0	Africa/Casablanca
11911952	Arrondissement d’Agdal Riyad	arrondissement-d-agdal-riyad	Arrondissement d'Agdal Riyad,Arrondissement d’Agdal Riyad,Muqata`at Akdal ar Riyad,Muqāţa‘at Akdāl ar Riyāḑ,مقاطعة أكدال الرياض		MA	04			11911952	0	Africa/Casablanca
11911953	Arrondissement de Souissi	arrondissement-de-souissi	Arrondissement de Souissi,Muqata`at as Suwaysi,Muqāţa‘at as Suwaysī,مقاطعة السويسي		MA	04			11911953	0	Africa/Casablanca
11911954	Arrondissement d’El Youssoufia	arrondissement-d-el-youssoufia	Arrondissement d'El Youssoufia,Arrondissement d’El Youssoufia,Muqata`at al Yusufiyah,Muqāţa‘at al Yūsufīyah,مقاطعة اليوسفية		MA	04			11911954	0	Africa/Casablanca
11911955	Arrondissement d’Hassan	arrondissement-d-hassan	Arrondissement d'Hassan,Arrondissement d’Hassan,Muqata`at Hassan,Muqāţa‘at Ḩassān,مقاطعة حسان		MA	04			11911955	0	Africa/Casablanca
11911956	Caïdat d’El Hammam	caidat-d-el-hammam	Caidat d'El Hammam,Caïdat d’El Hammam,Qiyadat al Hamam,Qiyādat al Ḩamām,qyadt alhmam,قيادة الحمام		MA	05			11911956	0	Africa/Casablanca
11911957	Caïdat d’Aguelmous	caidat-d-aguelmous	Caidat d'Aguelmous,Caïdat d’Aguelmous,Qiyadat Akilmus,Qiyādat Akilmūs,qyadt aklmws,قيادة أكلموس		MA	05			11911957	0	Africa/Casablanca
11911958	Caïdat de Moulay Bouazza	caidat-de-moulay-bouazza	Caidat de Moulay Bouazza,Caïdat de Moulay Bouazza,Qiyadat Mawlay Bu`azzah,Qiyādat Mawlāy Bū‘azzah,قيادة مولاي بوعزة		MA	05			11911958	0	Africa/Casablanca
11911959	Caïdat de Moha Ou Hammou Zayani	caidat-de-moha-ou-hammou-zayani	Caidat de Moha Ou Hammou Zayani,Caïdat de Moha Ou Hammou Zayani,Qiyadat Muha Uhammu az Zayani,Qiyādat Mūḩá Ūḩammū az Zayānī,qyadt mwhy awhmw alzyany,قيادة موحى أوحمو الزياني		MA	05			11911959	0	Africa/Casablanca
11911960	Caïdat de Lehri - Aguelmam Azegza	caidat-de-lehri-aguelmam-azegza	Caidat de Lehri - Aguelmam Azegza,Caïdat de Lehri - Aguelmam Azegza,Qiyadat Lahri - Akilmam Azikza,Qiyādat Lahrī - Akilmām Azikzā,qyadt lhry - aklmam azkza,قيادة لهري - أكلمام أزكزا		MA	05			11911960	0	Africa/Casablanca
11911961	Caïdat de Kerrouchen	caidat-de-kerrouchen	Caidat de Kerrouchen,Caïdat de Kerrouchen,Qiyadat Karrushan,Qiyādat Karrūshan,qyadt krwshn,قيادة كروشن		MA	05			11911961	0	Africa/Casablanca
11911962	Caïdat de Tighassaline	caidat-de-tighassaline	Caidat de Tighassaline,Caïdat de Tighassaline,Qiyadat Tighassalin,Qiyādat Tīghassālīn,qyadt tyghsalyn,قيادة تيغسالين		MA	05			11911962	0	Africa/Casablanca
11911963	Caïdat d’Ait Ishaq	caidat-d-ait-ishaq	Caidat d'Ait Ishaq,Caïdat d’Ait Ishaq,Qiyadat Ayit Ishaq,Qiyādat Āyit Isḩāq,qyadt ayt ashaq,قيادة آيت إسحاق		MA	05			11911963	0	Africa/Casablanca
11911964	Caïdat d’El Kbab	caidat-d-el-kbab	Caidat d'El Kbab,Caïdat d’El Kbab,Qiyadat al Qabab,Qiyādat al Qabāb,qyadt alqbab,قيادة القباب		MA	05			11911964	0	Africa/Casablanca
11911965	Caïdat de Kaf Nsour	caidat-de-kaf-nsour	Caidat de Kaf Nsour,Caïdat de Kaf Nsour,Qiyadat Kahf an Nusur,Qiyādat Kahf an Nusūr,qyadt khf alnswr,قيادة كهف النسور		MA	05			11911965	0	Africa/Casablanca
11911966	Caïdat de Bni Khirane	caidat-de-bni-khirane	Caidat de Bni Khirane,Caïdat de Bni Khirane,Qiyadat Bani Khayran,Qiyādat Banī Khayrān,qyadt bny khyran,قيادة بني خيران		MA	05			11911966	0	Africa/Casablanca
11911967	Caïdat de Smaala	caidat-de-smaala	Caidat de Smaala,Caïdat de Smaala,Qiyadat as Sama`ilah,Qiyādat as Samā‘ilah,قيادة السماعلة		MA	05			11911967	0	Africa/Casablanca
11911968	Caïdat de Chougrane	caidat-de-chougrane	Caidat de Chougrane,Caïdat de Chougrane,Qiyadat Shukran,Qiyādat Shukrān,qyadt shkran,قيادة شكران		MA	05			11911968	0	Africa/Casablanca
11911969	Caïdat d’Oulad Youssef	caidat-d-oulad-youssef	Caidat d'Oulad Youssef,Caïdat d’Oulad Youssef,Qiyadat Awlad Yusuf,Qiyādat Awlād Yūsuf,qyadt awlad ywsf,قيادة أولاد يوسف		MA	05			11911969	0	Africa/Casablanca
11911970	Caïdat de Bni Smir	caidat-de-bni-smir	Caidat de Bni Smir,Caïdat de Bni Smir,Qiyadat Bani Samir,Qiyādat Banī Samīr,qyadt bny smyr,قيادة بني سمير		MA	05			11911970	0	Africa/Casablanca
11911971	Caïdat d’Oulad Azzouz	caidat-d-oulad-azzouz	Caidat d'Oulad Azzouz,Caïdat d’Oulad Azzouz,Qiyadat Awlad `Azzuz,Qiyādat Awlād ‘Azzūz,قيادة أولاد عزوز		MA	05			11911971	0	Africa/Casablanca
11911972	Caïdat d’Oulad Abdoune	caidat-d-oulad-abdoune	Caidat d'Oulad Abdoune,Caïdat d’Oulad Abdoune,Qiyadat Awlad `Abdun,Qiyādat Awlād ‘Abdūn,قيادة أولاد عبدون		MA	05			11911972	0	Africa/Casablanca
11911973	Caïdat de Lagfaf - Bni Ykhlef	caidat-de-lagfaf-bni-ykhlef	Caidat de Lagfaf - Bni Ykhlef,Caïdat de Lagfaf - Bni Ykhlef,Qiyadat Lakfaf - Bani Yakhlaf,Qiyādat Lakfāf - Banī Yakhlaf,qyadt lkfaf - bny ykhlf,قيادة لكفاف - بني يخلف		MA	05			11911973	0	Africa/Casablanca
11911974	Caïdat de M’Fassis - El Foqra	caidat-de-m-fassis-el-foqra	Caidat de M'Fassis - El Foqra,Caïdat de M’Fassis - El Foqra,Qiyadat Mafasis - Al Fuqara',Qiyādat Mafāsīs - Al Fuqarā’,قيادة مفاسيس - الفقراء		MA	05			11911974	0	Africa/Casablanca
11911975	Caïdat de Bulanouare - Bir Mezoui	caidat-de-bulanouare-bir-mezoui	Caidat de Bulanouare - Bir Mezoui,Caïdat de Bulanouare - Bir Mezoui,Qiyadat Bu an Nawwar - Bi'r Mazwi,Qiyadat Bulnawwar - Bi'r Mazwi,Qiyādat Bū an Nawwār - Bi’r Mazwī,Qiyādat Būlnawwār - Bi’r Mazwī,qyadt bwlnwar - byr mzwy,قيادة بولنوار - بئر مزوي		MA	05			11911975	0	Africa/Casablanca
11911976	Caïdat de Bni Oukil	caidat-de-bni-oukil	Caidat de Bni Oukil,Caïdat de Bni Oukil,Qiyadat Bani Wakil,Qiyādat Banī Wakīl,qyadt bny wkyl,قيادة بني وكيل		MA	05			11911976	0	Africa/Casablanca
11911977	Caïdat de Bni Amir	caidat-de-bni-amir	Caidat de Bni Amir,Caïdat de Bni Amir,Qiyadat Bani `Umayr,Qiyādat Banī ‘Umayr,قيادة بني عمير		MA	05			11911977	0	Africa/Casablanca
11911978	Caïdat de Bni Amir - Charquia	caidat-de-bni-amir-charquia	Caidat de Bni Amir - Charquia,Caïdat de Bni Amir - Charquia,Qiyadat Bani `Umayr ash Sharqiyah,Qiyādat Banī ‘Umayr ash Sharqīyah,قيادة بني عمير الشرقية		MA	05			11911978	0	Africa/Casablanca
11911979	Caïdat de Bradia	caidat-de-bradia	Caidat de Bradia,Caïdat de Bradia,Qiyadat Baradiyah,Qiyādat Barādīyah,qyadt bradyt,قيادة برادية		MA	05			11911979	0	Africa/Casablanca
11911980	Caïdat d’Ouled Zmam	caidat-d-ouled-zmam	Caidat d'Ouled Zmam,Caïdat d’Ouled Zmam,Qiyadat Awlad Zimam,Qiyādat Awlād Zimām,qyadt awlad zmam,قيادة أولاد زمام		MA	05			11911980	0	Africa/Casablanca
11911981	Caïdat de Dar Ould Zidouh	caidat-de-dar-ould-zidouh	Caidat de Dar Ould Zidouh,Caïdat de Dar Ould Zidouh,Qiyadat Dar Walad Zayduh,Qiyādat Dār Walad Zaydūḩ,qyadt dar wld zydwh,قيادة دار ولد زيدوح		MA	05			11911981	0	Africa/Casablanca
11911982	Caïdat d’Had Boumoussa	caidat-d-had-boumoussa	Caidat d'Had Boumoussa,Caïdat d’Had Boumoussa,Qiyadat Ahad Bumusa,Qiyādat Aḩad Būmūsá,qyadt ahd bwmwsy,قيادة أحد بوموسى		MA	05			11911982	0	Africa/Casablanca
11911983	Caïdat d’Ouled Nacer	caidat-d-ouled-nacer	Caidat d'Ouled Nacer,Caïdat d’Ouled Nacer,Qiyadat Awlad Nasir,Qiyādat Awlād Nāşir,qyadt awlad nasr,قيادة أولاد ناصر		MA	05			11911983	0	Africa/Casablanca
11911984	Caïdat de Bni Moussa	caidat-de-bni-moussa	Caidat de Bni Moussa,Caïdat de Bni Moussa,Qiyadat Bani Musa,Qiyādat Banī Mūsá,qyadt bny mwsy,قيادة بني موسى		MA	05			11911984	0	Africa/Casablanca
11911985	Caïdat de Sidi Aissa	caidat-de-sidi-aissa	Caidat de Sidi Aissa,Caïdat de Sidi Aissa,Qiyadat Sidi `Isa,Qiyādat Sīdī ‘Īsá,قيادة سيدي عيسى		MA	05			11911985	0	Africa/Casablanca
11912472	Caïdat de Tagleft	caidat-de-tagleft	Caidat de Tagleft,Caïdat de Tagleft,Qiyadat Takilift,Qiyādat Tākilift,qyadt taklft,قيادة تاكلفت		MA	05			11912472	0	Africa/Casablanca
11912473	Caïdat d’Anergui	caidat-d-anergui	Caidat d'Anergui,Caïdat d’Anergui,Qiyadat Anirki,Qiyādat Anirkī,qyadt anrky,قيادة أنركي		MA	05			11912473	0	Africa/Casablanca
11912474	Caïdat de Tilougguite	caidat-de-tilougguite	Caidat de Tilougguite,Caïdat de Tilougguite,Qiyadat Tilukit,Qiyādat Tīlūkīt,qyadt tylwkyt,قيادة تيلوكيت		MA	05			11912474	0	Africa/Casablanca
11912475	Caïdat d’Ouaouizeght	caidat-d-ouaouizeght	Caidat d'Ouaouizeght,Caïdat d’Ouaouizeght,Qiyadat Wawizghit,Qiyādat Wāwīzghit,qyadt wawyzght,قيادة واويزغت		MA	05			11912475	0	Africa/Casablanca
11912476	Caïdat de Zaouiat Ahansal	caidat-de-zaouiat-ahansal	Caidat de Zaouiat Ahansal,Caïdat de Zaouiat Ahansal,Qiyadat Zawiyat Ahansal,Qiyādat Zāwiyat Aḩanşāl,qyadt zawyt ahnsal,قيادة زاوية أحنصال		MA	05			11912476	0	Africa/Casablanca
11912477	Caïdat d’Afourar	caidat-d-afourar	Caidat d'Afourar,Caïdat d’Afourar,Qiyadat Afurar,Qiyādat Afūrār,qyadt afwrar,قيادة أفورار		MA	05			11912477	0	Africa/Casablanca
11912482	Caïdat d’Agoudid	caidat-d-agoudid	Caidat d'Agoudid,Caïdat d’Agoudid,Qiyadat Akudid,Qiyādat Akūdīd,qyadt akwdyd,قيادة أكوديد		MA	05			11912482	0	Africa/Casablanca
11912483	Caïdat d’Ait M’Hamed	caidat-d-ait-m-hamed	Caidat d'Ait M'Hamed,Caïdat d’Ait M’Hamed,Qiyadat Ayit Imhammad,Qiyadat Ayit Muhammad,Qiyādat Āyit Imḩammad,Qiyādat Āyit Muḩammad,qyadt ayt amhmd,قيادة آيت إمحمد		MA	05			11912483	0	Africa/Casablanca
11912484	Caïdat de Tabant	caidat-de-tabant	Caidat de Tabant,Caïdat de Tabant,Qiyadat Tabanat,Qiyādat Tabānat,qyadt tbant,قيادة تبانت		MA	05			11912484	0	Africa/Casablanca
11912485	Caïdat de Bni Ayat	caidat-de-bni-ayat	Caidat de Bni Ayat,Caïdat de Bni Ayat,Qiyadat Bani `Ayat,Qiyādat Banī ‘Ayāţ,قيادة بني عياط		MA	05			11912485	0	Africa/Casablanca
11912486	Caïdat d’Ait Aatab	caidat-d-ait-aatab	Caidat d'Ait Aatab,Caïdat d’Ait Aatab,Qiyadat Ayit `Atab,Qiyādat Āyit ‘Atāb,قيادة آيت عتاب		MA	05			11912486	0	Africa/Casablanca
11912487	Caïdat d’Ait Taguella	caidat-d-ait-taguella	Caidat d'Ait Taguella,Caïdat d’Ait Taguella,Qiyadat Ayit Takilla,Qiyādat Āyit Takillā,qyadt ayt tkla,قيادة آيت تكلا		MA	05			11912487	0	Africa/Casablanca
11912488	Caïdat d’Ouaoula	caidat-d-ouaoula	Caidat d'Ouaoula,Caïdat d’Ouaoula,Qiyadat Wawila,Qiyādat Wāwilá,qyadt wawly,قيادة واولى		MA	05			11912488	0	Africa/Casablanca
11912489	Caïdat d’Iwariden - Ait Manna	caidat-d-iwariden-ait-manna	Caidat d'Iwariden - Ait Manna,Caïdat d’Iwariden - Ait Manna,Qiyadat Iwaridin - Ayit Manah,Qiyādat Iwārīḑin - Āyit Mānah,qyadt awarydn - ayt mant,قيادة إواريضن - آيت مانة		MA	05			11912489	0	Africa/Casablanca
11912490	Caïdat d’Ait Tamlil	caidat-d-ait-tamlil	Caidat d'Ait Tamlil,Caïdat d’Ait Tamlil,Qiyadat Ayit Tamlil,Qiyādat Āyit Tamlīl,qyadt ayt tmlyl,قيادة آيت تمليل		MA	05			11912490	0	Africa/Casablanca
11912491	Caïdat de Fetouaka	caidat-de-fetouaka	Caidat de Fetouaka,Caïdat de Fetouaka,Qiyadat Fitwakah,Qiyādat Fiţwākah,qyadt ftwakt,قيادة فطواكة		MA	05			11912491	0	Africa/Casablanca
11912492	Caïdat d’Imi - Nifri	caidat-d-imi-nifri	Caidat d'Imi - Nifri,Caïdat d’Imi - Nifri,Qiyadat Imi Nifiri,Qiyādat Īmī Nīfirī,qyadt aymy nyfry,قيادة إيمي نيفري		MA	05			11912492	0	Africa/Casablanca
11912493	Caïdat de Tanant	caidat-de-tanant	Caidat de Tanant,Caïdat de Tanant,Qiyadat Tananat,Qiyādat Tanānat,qyadt tnant,قيادة تنانت		MA	05			11912493	0	Africa/Casablanca
11912494	Caïdat de Foum Jemaa	caidat-de-foum-jemaa	Caidat de Foum Jemaa,Caïdat de Foum Jemaa,Qiyadat Famm al Jum`ah,Qiyādat Famm al Jum‘ah,قيادة فم الجمعة		MA	05			11912494	0	Africa/Casablanca
11912495	Caïdat de Bzou	caidat-de-bzou	Caidat de Bzou,Caïdat de Bzou,Qiyadat Bizu,Qiyādat Bizū,qyadt bzw,قيادة بزو		MA	05			11912495	0	Africa/Casablanca
11912496	Caïdat de Ziaida	caidat-de-ziaida	Caidat de Ziaida,Caïdat de Ziaida,Qiyadat az Zayayidah,Qiyādat az Zayāyidah,qyadt alzyaydt,قيادة الزيايدة		MA	06			11912496	0	Africa/Casablanca
11912497	Caïdat de Charrate	caidat-de-charrate	Caidat de Charrate,Caïdat de Charrate,Qiyadat ash Sharrat,Qiyādat ash Sharrāţ,qyadt alshrat,قيادة الشراط		MA	06			11912497	0	Africa/Casablanca
11912498	Caïdat de Sidi Bettache	caidat-de-sidi-bettache	Caidat de Sidi Bettache,Caïdat de Sidi Bettache,Qiyadat Sidi Battash,Qiyādat Sīdī Baţţāsh,qyadt sydy btash,قيادة سيدي بطاش		MA	06			11912498	0	Africa/Casablanca
11912499	Caïdat d’Ahlaf	caidat-d-ahlaf	Caidat d'Ahlaf,Caïdat d’Ahlaf,Qiyadat Ahlaf,Qiyādat Aḩlāf,qyadt ahlaf,قيادة أحلاف		MA	06			11912499	0	Africa/Casablanca
11912500	Caïdat de Mdakra	caidat-de-mdakra	Caidat de Mdakra,Caïdat de Mdakra,Qiyadat al Mudhakarah,Qiyādat al Mudhākarah,qyadt almdhakrt,قيادة المذاكرة		MA	06			11912500	0	Africa/Casablanca
11912501	Caïdat de Fdalate	caidat-de-fdalate	Caidat de Fdalate,Caïdat de Fdalate,Qiyadat Fadalat,Qiyādat Faḑālāt,qyadt fdalat,قيادة فضالات		MA	06			11912501	0	Africa/Casablanca
11912502	Caïdat de Bni Yakhlef	caidat-de-bni-yakhlef	Caidat de Bni Yakhlef,Caïdat de Bni Yakhlef,Qiyadat Bani Yakhlif,Qiyādat Banī Yakhlif,qyadt bny ykhlf,قيادة بني يخلف		MA	06			11912502	0	Africa/Casablanca
11912503	Caïdat de Sidi Moussa Majdoub	caidat-de-sidi-moussa-majdoub	Caidat de Sidi Moussa Majdoub,Caïdat de Sidi Moussa Majdoub,Qiyadat Sidi Musa al Majdhub,Qiyādat Sīdī Mūsá al Majdhūb,qyadt sydy mwsy almjdhwb,قيادة سيدي موسى المجذوب		MA	06			11912503	0	Africa/Casablanca
11912504	Caïdat de Sidi Moussa Ben Ali	caidat-de-sidi-moussa-ben-ali	Caidat de Sidi Moussa Ben Ali,Caïdat de Sidi Moussa Ben Ali,Qiyadat Sidi Musa Bin `Ali,Qiyādat Sīdī Mūsá Bin ‘Alī,قيادة سيدي موسى بن علي		MA	06			11912504	0	Africa/Casablanca
11912505	Caïdat de Zenata	caidat-de-zenata	Caidat de Zenata,Caïdat de Zenata,Qiyadat Zanatah,Qiyādat Zanātah,qyadt znatt,قيادة زناتة		MA	06			11912505	0	Africa/Casablanca
11912506	Caïdat de Tit Mellil	caidat-de-tit-mellil	Caidat de Tit Mellil,Caïdat de Tit Mellil,Qiyadat Tit Mallil,Qiyādat Tīţ Mallīl,qyadt tyt mlyl,قيادة تيط مليل		MA	06			11912506	0	Africa/Casablanca
11912507	Caïdat de Mediouna	caidat-de-mediouna	Caidat de Mediouna,Caïdat de Mediouna,Qiyadat Madyunah,Qiyādat Madyūnah,qyadt mdywnt,قيادة مديونة		MA	06			11912507	0	Africa/Casablanca
11912508	Préfecture d’Arrondissements de Sidi Bernoussi	prefecture-d-arrondissements-de-sidi-bernoussi	Prefecture d'Arrondissements de Sidi Bernoussi,Préfecture d’Arrondissements de Sidi Bernoussi,`Imalat Muqata`at Sidi al Barnusi,عمالة مقاطعات سيدي البرنوصي,‘Imālat Muqāţa‘āt Sīdī al Barnūşī		MA	06			11912508	0	Africa/Casablanca
11912509	Préfecture d’Arrondissements d’Aïn Sebaâ-Hay Mohammadi	prefecture-d-arrondissements-d-ain-sebaa-hay-mohammadi	Prefecture d'Arrondissements d'Ain Sebaa-Hay Mohammadi,Préfecture d’Arrondissements d’Aïn Sebaâ-Hay Mohammadi,`Imalat Muqata`at `Ayn as Sab` al Hayy al Muhammadi,عمالة مقاطعات عين السبع الحي المحمدي,‘Imālat Muqāţa‘āt ‘Ayn as Sab‘ al Ḩayy al Muḩammadī		MA	06			11912509	0	Africa/Casablanca
11912510	Préfecture d’Arrondissements de Moulay Rachid	prefecture-d-arrondissements-de-moulay-rachid	Prefecture d'Arrondissements de Moulay Rachid,Préfecture d’Arrondissements de Moulay Rachid,`Imalat Muqata`at Mawlay Rashid,عمالة مقاطعات مولاي رشيد,‘Imālat Muqāţa‘āt Mawlāy Rashīd		MA	06			11912510	0	Africa/Casablanca
11912511	Préfecture d’Arrondissements de Ben M’sick	prefecture-d-arrondissements-de-ben-m-sick	Prefecture d'Arrondissements de Ben M'sick,Préfecture d’Arrondissements de Ben M’sick,`Imalat Muqata`at Ibn Masik,عمالة مقاطعات إبن مسيك,‘Imālat Muqāţa‘āt Ibn Masīk		MA	06			11912511	0	Africa/Casablanca
11912512	Préfecture d’Arrondissements d’Aïn Chock	prefecture-d-arrondissements-d-ain-chock	Prefecture d'Arrondissements d'Ain Chock,Préfecture d’Arrondissements d’Aïn Chock,`Imalat Muqata`at `Ayn ash Shuqq,عمالة مقاطعات عين الشق,‘Imālat Muqāţa‘āt ‘Ayn ash Shuqq		MA	06			11912512	0	Africa/Casablanca
11912513	Préfecture d’Arrondissements d’Al Fida - Mers Sultan	prefecture-d-arrondissements-d-al-fida-mers-sultan	Prefecture d'Arrondissements d'Al Fida - Mers Sultan,Préfecture d’Arrondissements d’Al Fida - Mers Sultan,`Imalat Muqata`at al Fida' - Mars as Sultan,عمالة مقاطعات الفداء - مرس السلطان,‘Imālat Muqāţa‘āt al Fidā’ - Mars as Sulţān		MA	06			11912513	0	Africa/Casablanca
11912514	Préfecture d’Arrondissements de Hay Hassani	prefecture-d-arrondissements-de-hay-hassani	Prefecture d'Arrondissements de Hay Hassani,Préfecture d’Arrondissements de Hay Hassani,`Imalat Muqata`at al Hayy al Hasani,عمالة مقاطعات الحي الحسني,‘Imālat Muqāţa‘āt al Ḩayy al Ḩasanī		MA	06			11912514	0	Africa/Casablanca
11912515	Préfecture d’Arrondissements de Casablanca Anfa	prefecture-d-arrondissements-de-casablanca-anfa	Prefecture d'Arrondissements de Casablanca Anfa,Préfecture d’Arrondissements de Casablanca Anfa,`Imalat Muqata`at ad Dar al Bayda' Anfa,عمالة مقاطعات الدار البيضاء أنفا,‘Imālat Muqāţa‘āt ad Dār al Bayḑā’ Anfā		MA	06			11912515	0	Africa/Casablanca
11912516	Caïdat de Sidi El Mekki	caidat-de-sidi-el-mekki	Caidat de Sidi El Mekki,Caïdat de Sidi El Mekki,Qiyadat Sidi al Makki,Qiyādat Sīdī al Makkī,qyadt sydy almky,قيادة سيدي المكي		MA	06			11912516	0	Africa/Casablanca
11912517	Caïdat de Jaqma	caidat-de-jaqma	Caidat de Jaqma,Caïdat de Jaqma,Qiyadat Jaqimah,Qiyādat Jāqimah,qyadt jaqmt,قيادة جاقمة		MA	06			11912517	0	Africa/Casablanca
11912518	Caïdat de Riah	caidat-de-riah	Caidat de Riah,Caïdat de Riah,Qiyadat Riyah,Qiyādat Riyāḩ,qyadt ryah,قيادة رياح		MA	06			11912518	0	Africa/Casablanca
11912519	Caïdat de Mdakra Janoubia	caidat-de-mdakra-janoubia	Caidat de Mdakra Janoubia,Caïdat de Mdakra Janoubia,Qiyadat al Mudhakarah al Janubiyah,Qiyādat al Mudhākarah al Janūbīyah,qyadt almdhakrt aljnwbyt,قيادة المذاكرة الجنوبية		MA	06			11912519	0	Africa/Casablanca
11912520	Caïdat d’Oulad Ziyane	caidat-d-oulad-ziyane	Caidat d'Oulad Ziyane,Caïdat d’Oulad Ziyane,Qiyadat Awlad Ziyan,Qiyādat Awlād Ziyān,qyadt awlad zyan,قيادة أولاد زيان		MA	06			11912520	0	Africa/Casablanca
11912538	Caïdat de Bouhmame	caidat-de-bouhmame	Caidat de Bouhmame,Caïdat de Bouhmame,Qiyadat Buhamam,Qiyādat Būḩamām,qyadt bwhmam,قيادة بوحمام		MA	06			11912538	0	Africa/Casablanca
11912539	Caïdat de Metrane	caidat-de-metrane	Caidat de Metrane,Caïdat de Metrane,Qiyadat Mutran,Qiyādat Muţrān,qyadt mtran,قيادة مطران		MA	06			11912539	0	Africa/Casablanca
11912540	Caïdat de Laaounate	caidat-de-laaounate	Caidat de Laaounate,Caïdat de Laaounate,Qiyadat al `Awnat,Qiyādat al ‘Awnāt,قيادة العونات		MA	06			11912540	0	Africa/Casablanca
11912541	Caïdat de Lmechrek	caidat-de-lmechrek	Caidat de Lmechrek,Caïdat de Lmechrek,Qiyadat al Mushrik,Qiyādat al Mushrik,qyadt almshrk,قيادة المشرك		MA	06			11912541	0	Africa/Casablanca
11912542	Caïdat de Bni Hilal	caidat-de-bni-hilal	Caidat de Bni Hilal,Caïdat de Bni Hilal,Qiyadat Bani Hilal,Qiyādat Banī Hilāl,qyadt bny hlal,قيادة بني هلال		MA	06			11912542	0	Africa/Casablanca
11912543	Caïdat de Mzoura	caidat-de-mzoura	Caidat de Mzoura,Caïdat de Mzoura,Qiyadat Imzurah,Qiyādat Imzūrah,qyadt amzwrt,قيادة إمزورة		MA	06			11912543	0	Africa/Casablanca
11912544	Caïdat d’Oulad Said	caidat-d-oulad-said	Caidat d'Oulad Said,Caïdat d’Oulad Said,Qiyadat Awlad Sa`id,Qiyādat Awlād Sa‘īd,قيادة أولاد سعيد		MA	06			11912544	0	Africa/Casablanca
11912545	Caïdat d’Oulad Bouziri	caidat-d-oulad-bouziri	Caidat d'Oulad Bouziri,Caïdat d’Oulad Bouziri,Qiyadat Awlad Buziri,Qiyādat Awlād Būzīrī,qyadt awlad bwzyry,قيادة أولاد بوزيري		MA	06			11912545	0	Africa/Casablanca
11912546	Caïdat d’Oulad Freiha - Ain Blal	caidat-d-oulad-freiha-ain-blal	Caidat d'Oulad Freiha - Ain Blal,Caïdat d’Oulad Freiha - Ain Blal,Qiyadat Awlad Farihah - `Ayn Bilal,Qiyadat Awlad Ifrihah - `Ayn Bilal,Qiyādat Awlād Farīḩah - ‘Ayn Bilāl,Qiyādat Awlād Ifrīḩah - ‘Ayn Bilāl,قيادة أولاد إفريحة - عين بلال		MA	06			11912546	0	Africa/Casablanca
11912547	Caïdat de Dar Chaffai	caidat-de-dar-chaffai	Caidat de Dar Chaffai,Caïdat de Dar Chaffai,Qiyadat Dar ash Shafi`i,Qiyādat Dār ash Shāfi‘ī,قيادة دار الشافعي		MA	06			11912547	0	Africa/Casablanca
11912548	Caïdat de Bni Yagrine	caidat-de-bni-yagrine	Caidat de Bni Yagrine,Caïdat de Bni Yagrine,Qiyadat Bani Yakrin,Qiyādat Banī Yakrīn,qyadt bny ykryn,قيادة بني يكرين		MA	06			11912548	0	Africa/Casablanca
11912549	Caïdat de Bni Meskine Gharbia	caidat-de-bni-meskine-gharbia	Caidat de Bni Meskine Gharbia,Caïdat de Bni Meskine Gharbia,Qiyadat Bani Miskin al Gharbiyah,Qiyādat Banī Miskīn al Gharbīyah,qyadt bny mskyn alghrbyt,قيادة بني مسكين الغربية		MA	06			11912549	0	Africa/Casablanca
11912550	Caïdat de Bni Meskine Charquia	caidat-de-bni-meskine-charquia	Caidat de Bni Meskine Charquia,Caïdat de Bni Meskine Charquia,Qiyadat Bani Miskin ash Sharqiyah,Qiyādat Banī Miskīn ash Sharqīyah,qyadt bny mskyn alshrqyt,قيادة بني مسكين الشرقية		MA	06			11912550	0	Africa/Casablanca
11912551	Caïdat d’Oulad Fares	caidat-d-oulad-fares	Caidat d'Oulad Fares,Caïdat d’Oulad Fares,Qiyadat Awlad Faris,Qiyādat Awlād Fāris,qyadt awlad fars,قيادة أولاد فارس		MA	06			11912551	0	Africa/Casablanca
11912552	Caïdat de Guisser	caidat-de-guisser	Caidat de Guisser,Caïdat de Guisser,Qiyadat Kaysir,Qiyādat Kaysir,qyadt kysr,قيادة كيسر		MA	06			11912552	0	Africa/Casablanca
11912553	Caïdat d’Oulad Abbou - Lahdami	caidat-d-oulad-abbou-lahdami	Caidat d'Oulad Abbou - Lahdami,Caïdat d’Oulad Abbou - Lahdami,Qiyadat Awlad `Abbu al Hadami,Qiyādat Awlād ‘Abbū al Hadāmī,قيادة أولاد عبو الهدامي		MA	06			11912553	0	Africa/Casablanca
11912554	Caïdat d’Oulad Harriz Gharbia	caidat-d-oulad-harriz-gharbia	Caidat d'Oulad Harriz Gharbia,Caïdat d’Oulad Harriz Gharbia,Qiyadat Awlad Ahriz al Gharbiyah,Qiyādat Awlād Aḩrīz al Gharbīyah,qyadt awlad ahryz alghrbyt,قيادة أولاد أحريز الغربية		MA	06			11912554	0	Africa/Casablanca
11912555	Caïdat de Soualem Trifiya	caidat-de-soualem-trifiya	Caidat de Soualem Trifiya,Caïdat de Soualem Trifiya,Qiyadat as Sawalim at Tarifiyah,Qiyādat as Sawālim aţ Ţarīfīyah,qyadt alswalm altryfyt,قيادة السوالم الطريفية		MA	06			11912555	0	Africa/Casablanca
11912556	Caïdat de Lamharza - Laghdira	caidat-de-lamharza-laghdira	Caidat de Lamharza - Laghdira,Caïdat de Lamharza - Laghdira,Qiyadat Lamharizah - Laghdirah,Qiyadat al Maharizah - Al Ghadirah,Qiyādat Lamhārizah - Laghdīrah,Qiyādat al Mahārizah - Al Ghadīrah,qyadt lmharzt - lghdyrt,قيادة لمهارزة - لغديرة		MA	06			11912556	0	Africa/Casablanca
11912557	Caïdat de Chtouka	caidat-de-chtouka	Caidat de Chtouka,Caïdat de Chtouka,Qiyadat Shutukah,Qiyādat Shutūkah,qyadt shtwkt,قيادة شتوكة		MA	06			11912557	0	Africa/Casablanca
11912558	Caïdat de Sidi Ali Ben Hamdouche	caidat-de-sidi-ali-ben-hamdouche	Caidat de Sidi Ali Ben Hamdouche,Caïdat de Sidi Ali Ben Hamdouche,Qiyadat Sidi `Ali Bin Hamdush,Qiyādat Sīdī ‘Alī Bin Ḩamdūsh,قيادة سيدي علي بن حمدوش		MA	06			11912558	0	Africa/Casablanca
11912559	Caïdat d’Oulad Rahmoune	caidat-d-oulad-rahmoune	Caidat d'Oulad Rahmoune,Caïdat d’Oulad Rahmoune,Qiyadat Awlad Rahmun,Qiyādat Awlād Raḩmūn,qyadt awlad rhmwn,قيادة أولاد رحمون		MA	06			11912559	0	Africa/Casablanca
11912560	Caïdat d’Oulad Hamdane	caidat-d-oulad-hamdane	Caidat d'Oulad Hamdane,Caïdat d’Oulad Hamdane,Qiyadat Awlad Hamdan,Qiyādat Awlād Ḩamdān,qyadt awlad hmdan,قيادة أولاد حمدان		MA	06			11912560	0	Africa/Casablanca
11912561	Caïdat d’Ouled Frej	caidat-d-ouled-frej	Caidat d'Ouled Frej,Caïdat d’Ouled Frej,Qiyadat Awlad Faraj,Qiyādat Awlād Faraj,qyadt awlad frj,قيادة أولاد فرج		MA	06			11912561	0	Africa/Casablanca
11912562	Caïdat de Mettouh	caidat-de-mettouh	Caidat de Mettouh,Caïdat de Mettouh,Qiyadat Mattuh,Qiyādat Mattūḩ,qyadt mtwh,قيادة متوح		MA	06			11912562	0	Africa/Casablanca
11912563	Caïdat de Sidi Smail	caidat-de-sidi-smail	Caidat de Sidi Smail,Caïdat de Sidi Smail,Qiyadat Sidi Isma`il,Qiyādat Sīdī Ismā‘īl,قيادة سيدي إسماعيل		MA	06			11912563	0	Africa/Casablanca
11912564	Caïdat de Saiss	caidat-de-saiss	Caidat de Saiss,Caïdat de Saiss,Qiyadat Sayis,Qiyādat Sāyis,qyadt says,قيادة سايس		MA	06			11912564	0	Africa/Casablanca
11912565	Caïdat d’Oulad Bouaziz - Janoubia	caidat-d-oulad-bouaziz-janoubia	Caidat d'Oulad Bouaziz - Janoubia,Caïdat d’Oulad Bouaziz - Janoubia,Qiyadat Awlad Bu `Aziz al Janubiyah,Qiyadat Awlad Bu`aziz - al Janubiyah,Qiyādat Awlād Bū ‘Azīz al Janūbīyah,Qiyādat Awlād Bū‘azīz - al Janūbīyah,قيادة أولاد بوعزيز - الجنوبية		MA	06			11912565	0	Africa/Casablanca
11912566	Caïdat d’Oulad Aissa	caidat-d-oulad-aissa	Caidat d'Oulad Aissa,Caïdat d’Oulad Aissa,Qiyadat Awlad `Isa,Qiyādat Awlād ‘Īsá,قيادة أولاد عيسى		MA	06			11912566	0	Africa/Casablanca
11912567	Caïdat d’Ouled Hcine	caidat-d-ouled-hcine	Caidat d'Ouled Hcine,Caïdat d’Ouled Hcine,Qiyadat Awlad Husayn,Qiyadat Awlad Ihsayn,Qiyādat Awlād Iḩsayn,Qiyādat Awlād Ḩusayn,qyadt awlad ahsyn,قيادة أولاد إحسين		MA	06			11912567	0	Africa/Casablanca
11912568	Caïdat de Haouzia	caidat-de-haouzia	Caidat de Haouzia,Caïdat de Haouzia,Qiyadat Hawziyah,Qiyādat Ḩawzīyah,qyadt hwzyt,قيادة حوزية		MA	06			11912568	0	Africa/Casablanca
11912569	Caïdat d’Oulad Bouaziz - Chamalia	caidat-d-oulad-bouaziz-chamalia	Caidat d'Oulad Bouaziz - Chamalia,Caïdat d’Oulad Bouaziz - Chamalia,Qiyadat Awlad Bu `Aziz ash Shamaliyah,Qiyadat Awlad Bu`aziz - ash Shamaliyah,Qiyādat Awlād Bū ‘Azīz ash Shamālīyah,Qiyādat Awlād Bū‘azīz - ash Shamālīyah,قيادة أولاد بوعزيز - الشمالية		MA	06			11912569	0	Africa/Casablanca
11912570	Caïdat de Loualidia	caidat-de-loualidia	Caidat de Loualidia,Caïdat de Loualidia,Qiyadat al Walidiyah,Qiyādat al Walīdīyah,qyadt alwlydyt,قيادة الوليدية		MA	06			11912570	0	Africa/Casablanca
11912571	Caïdat d’Oulad Ameur Laghnadra	caidat-d-oulad-ameur-laghnadra	Caidat d'Oulad Ameur Laghnadra,Caïdat d’Oulad Ameur Laghnadra,Qiyadat Awlad `Amir al Ghanadirah,Qiyādat Awlād ‘Āmir al Ghanādirah,قيادة أولاد عامر الغنادرة		MA	06			11912571	0	Africa/Casablanca
11912572	Caïdat d’Oulad Amrane	caidat-d-oulad-amrane	Caidat d'Oulad Amrane,Caïdat d’Oulad Amrane,Qiyadat Awlad `Amran,Qiyādat Awlād ‘Amrān,قيادة أولاد عمران		MA	06			11912572	0	Africa/Casablanca
11912573	Caïdat de M’Tal - Jabria	caidat-de-m-tal-jabria	Caidat de M'Tal - Jabria,Caïdat de M’Tal - Jabria,Qiyadat Amtal - Jabiriyah,Qiyādat Amţal - Jābirīyah,qyadt amtl - jabryt,قيادة أمطل - جابرية		MA	06			11912573	0	Africa/Casablanca
11912574	Caïdat de Sidi Hajjaj	caidat-de-sidi-hajjaj	Caidat de Sidi Hajjaj,Caïdat de Sidi Hajjaj,Qiyadat Sidi Hajjaj,Qiyādat Sīdī Ḩajjāj,qyadt sydy hjaj,قيادة سيدي حجاج		MA	06			11912574	0	Africa/Casablanca
11912575	Caïdat de Ras El Ain	caidat-de-ras-el-ain	Caidat de Ras El Ain,Caïdat de Ras El Ain,Qiyadat Ra's al `Ayn,Qiyādat Ra’s al ‘Ayn,قيادة رأس العين		MA	06			11912575	0	Africa/Casablanca
11912576	Caïdat de Mzamza	caidat-de-mzamza	Caidat de Mzamza,Caïdat de Mzamza,Qiyadat Mazamizah,Qiyādat Mazāmizah,qyadt mzamzt,قيادة مزامزة		MA	06			11912576	0	Africa/Casablanca
11912577	Caïdat d’Oulad Sghir - Oulad Aafif	caidat-d-oulad-sghir-oulad-aafif	Caidat d'Oulad Sghir - Oulad Aafif,Caïdat d’Oulad Sghir - Oulad Aafif,Qiyadat Awlad as Saghir - Awlaf `Afif,Qiyādat Awlād aş Şaghīr - Awlāf ‘Afīf,قيادة أولاد الصغير - أولاد عفيف		MA	06			11912577	0	Africa/Casablanca
11912578	Caïdat de Maarif Ouled M’Hamed	caidat-de-maarif-ouled-m-hamed	Caidat de Maarif Ouled M'Hamed,Caïdat de Maarif Ouled M’Hamed,Qiyadat al Ma`arif Awlad Imhammad,Qiyadat al Ma`arif Awlad Muhammad,Qiyādat al Ma‘ārīf Awlād Imḩammad,Qiyādat al Ma‘ārīf Awlād Muḩammad,قيادة المعاريف أولاد إمحمد		MA	06			11912578	0	Africa/Casablanca
11912579	Caïdat de Mlal	caidat-de-mlal	Caidat de Mlal,Caïdat de Mlal,Qiyadat Milal,Qiyādat Milāl,qyadt mlal,قيادة ملال		MA	06			11912579	0	Africa/Casablanca
11912580	Caïdat de N’Khila - Lakhzazra	caidat-de-n-khila-lakhzazra	Caidat de N'Khila - Lakhzazra,Caïdat de N’Khila - Lakhzazra,Qiyadat Inkhilah - Lakhzazirah,Qiyadat an Nakhilah - Al Khazazirah,Qiyādat Inkhīlah - Lakhzāzirah,Qiyādat an Nakhīlah - Al Khazāzirah,qyadt ankhylt - lkhzazrt,قيادة إنخيلة - لخزازرة		MA	06			11912580	0	Africa/Casablanca
11912586	Caïdat de M’Hamid	caidat-de-m-hamid	Caidat de M'Hamid,Caïdat de M’Hamid,Qiyadat Imhamid,Qiyādat Imḩāmīd,qyadt amhamyd,قيادة إمحاميد		MA	08			11912586	0	Africa/Casablanca
11912587	Caïdat de Tagounite	caidat-de-tagounite	Caidat de Tagounite,Caïdat de Tagounite,Qiyadat Takunit,Qiyādat Tākūnīt,qyadt takwnyt,قيادة تاكونيت		MA	08			11912587	0	Africa/Casablanca
11912588	Caïdat de Tamegroute	caidat-de-tamegroute	Caidat de Tamegroute,Caïdat de Tamegroute,Qiyadat Tamikrut,Qiyādat Tāmikrūt,qyadt tamkrwt,قيادة تامكروت		MA	08			11912588	0	Africa/Casablanca
11912590	Caïdat de Ternata	caidat-de-ternata	Caidat de Ternata,Caïdat de Ternata,Qiyadat Tirnatah,Qiyādat Tirnātah,qyadt trnatt,قيادة ترناتة		MA	08			11912590	0	Africa/Casablanca
11912591	Caïdat de Tinzouline	caidat-de-tinzouline	Caidat de Tinzouline,Caïdat de Tinzouline,Qiyadat Tinzulin,Qiyādat Tīnzūlīn,qyadt tynzwlyn,قيادة تينزولين		MA	08			11912591	0	Africa/Casablanca
11912592	Caïdat de Bni Zoli	caidat-de-bni-zoli	Caidat de Bni Zoli,Caïdat de Bni Zoli,Qiyadat Bani Zuli,Qiyādat Banī Zūlī,qyadt bny zwly,قيادة بني زولي		MA	08			11912592	0	Africa/Casablanca
11912597	Caïdat d’Imilchil	caidat-d-imilchil	Caidat d'Imilchil,Caïdat d’Imilchil,Qiyadat Imilshil,Qiyādat Imilshīl,qyadt amlshyl,قيادة إملشيل		MA	08			11912597	0	Africa/Casablanca
11912598	Caïdat d’Outerbat	caidat-d-outerbat	Caidat d'Outerbat,Caïdat d’Outerbat,Qiyadat Awturbat,Qiyādat Awturbāt,qyadt awtrbat,قيادة أوتربات		MA	08			11912598	0	Africa/Casablanca
11912599	Caïdat d’Amouguer	caidat-d-amouguer	Caidat d'Amouguer,Caïdat d’Amouguer,Qiyadat Amukir,Qiyādat Amūkir,qyadt amwkr,قيادة أموكر		MA	08			11912599	0	Africa/Casablanca
11912600	Caïdat d’Agoudim	caidat-d-agoudim	Caidat d'Agoudim,Caïdat d’Agoudim,Qiyadat Akudim,Qiyādat Akūdīm,qyadt akwdym,قيادة أكوديم		MA	08			11912600	0	Africa/Casablanca
11912601	Caïdat de Tounfite	caidat-de-tounfite	Caidat de Tounfite,Caïdat de Tounfite,Qiyadat Tunifit,Qiyādat Tūnifīt,qyadt twnfyt,قيادة تونفيت		MA	08			11912601	0	Africa/Casablanca
11912602	Caïdat de Boumia	caidat-de-boumia	Caidat de Boumia,Caïdat de Boumia,Qiyadat Bumayyah,Qiyādat Būmayyah,qyadt bwmyt,قيادة بومية		MA	08			11912602	0	Africa/Casablanca
11912603	Caïdat de Tamezmoute	caidat-de-tamezmoute	Caidat de Tamezmoute,Caïdat de Tamezmoute,Qiyadat Tamizmut,Qiyādat Tāmizmūt,qyadt tamzmwt,قيادة تامزموت		MA	08			11912603	0	Africa/Casablanca
11912604	Caïdat de Tansifte	caidat-de-tansifte	Caidat de Tansifte,Caïdat de Tansifte,Qiyadat Tansifit,Qiyādat Tānsīfit,qyadt tansyft,قيادة تانسيفت		MA	08			11912604	0	Africa/Casablanca
11912605	Caïdat de Tazarine	caidat-de-tazarine	Caidat de Tazarine,Caïdat de Tazarine,Qiyadat Tazarin,Qiyādat Tāzārīn,qyadt tazaryn,قيادة تازارين		MA	08			11912605	0	Africa/Casablanca
11912606	Caïdat de N’Kob	caidat-de-n-kob	Caidat de N'Kob,Caïdat de N’Kob,Qiyadat Inqub,Qiyādat Inqūb,qyadt anqwb,قيادة إنقوب		MA	08			11912606	0	Africa/Casablanca
11912607	Caïdat d’Ouisselsate	caidat-d-ouisselsate	Caidat d'Ouisselsate,Caïdat d’Ouisselsate,Qiyadat Wisalsat,Qiyādat Wisalsāt,qyadt wslsat,قيادة وسلسات		MA	08			11912607	0	Africa/Casablanca
11912608	Caïdat de Ghassate	caidat-de-ghassate	Caidat de Ghassate,Caïdat de Ghassate,Qiyadat Ghassat,Qiyādat Ghassāt,qyadt ghsat,قيادة غسات		MA	08			11912608	0	Africa/Casablanca
11912609	Caïdat de Skoura	caidat-de-skoura	Caidat de Skoura,Caïdat de Skoura,Qiyadat Sukurah,Qiyādat Sukūrah,qyadt skwrt,قيادة سكورة		MA	08			11912609	0	Africa/Casablanca
11912610	Caïdat de Telouet	caidat-de-telouet	Caidat de Telouet,Caïdat de Telouet,Qiyadat Tilwat,Qiyādat Tilwāt,qyadt tlwat,قيادة تلوات		MA	08			11912610	0	Africa/Casablanca
11912611	Caïdat d’Amerzgane	caidat-d-amerzgane	Caidat d'Amerzgane,Caïdat d’Amerzgane,Qiyadat Amirzikan,Qiyādat Amirzikān,qyadt amrzkan,قيادة أمرزكان		MA	08			11912611	0	Africa/Casablanca
11912612	Caïdat de Moghrane	caidat-de-moghrane	Caidat de Moghrane,Caïdat de Moghrane,Qiyadat Mughran,Qiyādat Mughrān,qyadt mghran,قيادة مغران		MA	08			11912612	0	Africa/Casablanca
11912613	Caïdat d’Ahl Ouarzazate	caidat-d-ahl-ouarzazate	Caidat d'Ahl Ouarzazate,Caïdat d’Ahl Ouarzazate,Qiyadat Ahl Warzazat,Qiyādat Ahl Warzāzāt,qyadt ahl wrzazat,قيادة أهل ورزازات		MA	08			11912613	0	Africa/Casablanca
11912614	Caïdat d’Anzal	caidat-d-anzal	Caidat d'Anzal,Caïdat d’Anzal,Qiyadat Anzal,Qiyādat Anzāl,qyadt anzal,قيادة أنزال		MA	08			11912614	0	Africa/Casablanca
11912615	Caïdat d’Ighrem N’Ougdal	caidat-d-ighrem-n-ougdal	Caidat d'Ighrem N'Ougdal,Caïdat d’Ighrem N’Ougdal,Qiyadat Ighrim Nukidal,Qiyādat Ighrim Nūkidāl,qyadt aghrm nwkdal,قيادة إغرم نوكدال		MA	08			11912615	0	Africa/Casablanca
11912616	Caïdat de Souk Lakhmis	caidat-de-souk-lakhmis	Caidat de Souk Lakhmis,Caïdat de Souk Lakhmis,Qiyadat Suq al Khamis,Qiyādat Sūq al Khamīs,qyadt swq alkhmys,قيادة سوق الخميس		MA	08			11912616	0	Africa/Casablanca
11912617	Caïdat d’Ahl Mgoun	caidat-d-ahl-mgoun	Caidat d'Ahl Mgoun,Caïdat d’Ahl Mgoun,Qiyadat Ahl Makun,Qiyādat Ahl Makūn,qyadt ahl mkwn,قيادة أهل مكون		MA	08			11912617	0	Africa/Casablanca
11912618	Caïdat d’Ait Sedrate Jbel	caidat-d-ait-sedrate-jbel	Caidat d'Ait Sedrate Jbel,Caïdat d’Ait Sedrate Jbel,Qiyadat Ayit Sidrat al Jabal,Qiyādat Āyit Sidrāt al Jabal,qyadt ayt sdrat aljbl,قيادة آيت سدرات الجبل		MA	08			11912618	0	Africa/Casablanca
11912619	Caïdat de Toudgha	caidat-de-toudgha	Caidat de Toudgha,Caïdat de Toudgha,Qiyadat Tudgha,Qiyādat Tūdghá,qyadt twdghy,قيادة تودغى		MA	08			11912619	0	Africa/Casablanca
11912620	Caïdat d’Ikniouen	caidat-d-ikniouen	Caidat d'Ikniouen,Caïdat d’Ikniouen,Qiyadat Ikniwin,Qiyādat Iknīwin,qyadt aknywn,قيادة إكنيون		MA	08			11912620	0	Africa/Casablanca
11912621	Caïdat de Taghzoute	caidat-de-taghzoute	Caidat de Taghzoute,Caïdat de Taghzoute,Qiyadat Taghzut,Qiyādat Taghzūt,qyadt tghzwt,قيادة تغزوت		MA	08			11912621	0	Africa/Casablanca
11912622	Caïdat d’Alnif	caidat-d-alnif	Caidat d'Alnif,Caïdat d’Alnif,Qiyadat al Nif,Qiyādat al Nīf,qyadt alnyf,قيادة النيف		MA	08			11912622	0	Africa/Casablanca
11912623	Caïdat d’Ait Hani	caidat-d-ait-hani	Caidat d'Ait Hani,Caïdat d’Ait Hani,Qiyadat Ayit Hani,Qiyādat Āyit Hānī,qyadt ayt hany,قيادة آيت هاني		MA	08			11912623	0	Africa/Casablanca
11912624	Caïdat de M’Semrir	caidat-de-m-semrir	Caidat de M'Semrir,Caïdat de M’Semrir,Qiyadat Imsimrir,Qiyādat Imsimrīr,qyadt amsmryr,قيادة إمسمرير		MA	08			11912624	0	Africa/Casablanca
11912625	Caïdat de H’ssyia	caidat-de-h-ssyia	Caidat de H'ssyia,Caïdat de H’ssyia,Qiyadat Hissiya,Qiyādat Ḩişşīyā,qyadt hsya,قيادة حصيا		MA	08			11912625	0	Africa/Casablanca
11912626	Caïdat de Sidi Ali	caidat-de-sidi-ali	Caidat de Sidi Ali,Caïdat de Sidi Ali,Qiyadat Sidi `Ali,Qiyādat Sīdī ‘Alī,قيادة سيدي علي		MA	08			11912626	0	Africa/Casablanca
11912627	Caïdat d’Et-taous	caidat-d-et-taous	Caidat d'Et-taous,Caïdat d’Et-taous,Qiyadat at Tawus,Qiyādat aţ Ţāwus,qyadt altaws,قيادة الطاوس		MA	08			11912627	0	Africa/Casablanca
11912628	Caïdat d’Er-rissani	caidat-d-er-rissani	Caidat d'Er-rissani,Caïdat d’Er-rissani,Qiyadat ar Risani,Qiyādat ar Rīşānī,qyadt alrysany,قيادة الريصاني		MA	08			11912628	0	Africa/Casablanca
11912630	Caïdat d’Aarab Sebbah Ziz	caidat-d-aarab-sebbah-ziz	Caidat d'Aarab Sebbah Ziz,Caïdat d’Aarab Sebbah Ziz,Qiyadat `Arab Sabah Ziz,Qiyādat ‘Arab Şabāḩ Zīz,قيادة عرب صباح زيز		MA	08			11912630	0	Africa/Casablanca
11912632	Caïdat de Fezna - Aarab Sebbah	caidat-de-fezna-aarab-sebbah	Caidat de Fezna - Aarab Sebbah,Caïdat de Fezna - Aarab Sebbah,Qiyadat Fizna - A`rab Sabbah,Qiyadat Fizna - `Arab Sabbah,Qiyādat Fiznā - A‘rab Şabbāḩ,Qiyādat Fiznā - ‘Arab Şabbāḩ,قيادة فزنا - أعرب صباح		MA	08			11912632	0	Africa/Casablanca
11912633	Caïdat de Melaab	caidat-de-melaab	Caidat de Melaab,Caïdat de Melaab,Qiyadat Mal`ab,Qiyādat Mal‘ab,قيادة ملعب		MA	08			11912633	0	Africa/Casablanca
11912634	Caïdat de Ferkla	caidat-de-ferkla	Caidat de Ferkla,Caïdat de Ferkla,Qiyadat Farkalah,Qiyādat Farkalah,qyadt frklt,قيادة فركلة		MA	08			11912634	0	Africa/Casablanca
11912635	Caïdat de Gheris	caidat-de-gheris	Caidat de Gheris,Caïdat de Gheris,Qiyadat Ighris,Qiyādat Ighrīs,qyadt aghrys,قيادة إغريس		MA	08			11912635	0	Africa/Casablanca
11912636	Caïdat d’Aoufous	caidat-d-aoufous	Caidat d'Aoufous,Caïdat d’Aoufous,Qiyadat Awfus,Qiyādat Awfūs,qyadt awfws,قيادة أوفوس		MA	08			11912636	0	Africa/Casablanca
11912638	Caïdat d’Aghbalou N’Kerdous	caidat-d-aghbalou-n-kerdous	Caidat d'Aghbalou N'Kerdous,Caïdat d’Aghbalou N’Kerdous,Qiyadat Aghbalu Inkirdus,Qiyādat Aghbalū Inkirdūs,qyadt aghbalw ankrdws,قيادة أغبالو إنكردوس		MA	08			11912638	0	Africa/Casablanca
11912639	Caïdat de Tadighoust	caidat-de-tadighoust	Caidat de Tadighoust,Caïdat de Tadighoust,Qiyadat Tadighusit,Qiyādat Tādīghūsit,qyadt tadyghwst,قيادة تاديغوست		MA	08			11912639	0	Africa/Casablanca
11912641	Caïdat d’Amellagou	caidat-d-amellagou	Caidat d'Amellagou,Caïdat d’Amellagou,Qiyadat Amillaku,Qiyādat Amillākū,qyadt amlakw,قيادة أملاكو		MA	08			11912641	0	Africa/Casablanca
11912642	Caïdat de M’Daghra - Lkheng	caidat-de-m-daghra-lkheng	Caidat de M'Daghra - Lkheng,Caïdat de M’Daghra - Lkheng,Qiyadat Midgharah - Al Khanak,Qiyādat Midgharah - Al Khanak,qyadt mdghrt - alkhnk,قيادة مدغرة - الخنك		MA	08			11912642	0	Africa/Casablanca
11912643	Caïdat d’Oued Naam	caidat-d-oued-naam	Caidat d'Oued Naam,Caïdat d’Oued Naam,Qiyadat Wadi an Na`am,Qiyādat Wādī an Na‘ām,قيادة وادي النعام		MA	08			11912643	0	Africa/Casablanca
11912645	Caïdat d’Assoul	caidat-d-assoul	Caidat d'Assoul,Caïdat d’Assoul,Qiyadat Assul,Qiyādat Assūl,qyadt aswl,قيادة أسول		MA	08			11912645	0	Africa/Casablanca
11912661	Caïdat de Zaida	caidat-de-zaida	Caidat de Zaida,Caïdat de Zaida,Qiyadat Zayidah,Qiyādat Zāyidah,qyadt zaydt,قيادة زايدة		MA	08			11912661	0	Africa/Casablanca
11912662	Caïdat d’Itzer	caidat-d-itzer	Caidat d'Itzer,Caïdat d’Itzer,Qiyadat Itizir,Qiyādat Ītizir,qyadt aytzr,قيادة إيتزر		MA	08			11912662	0	Africa/Casablanca
11912663	Caïdat d’Ait Oufella	caidat-d-ait-oufella	Caidat d'Ait Oufella,Caïdat d’Ait Oufella,Qiyadat Ayit Ufilla,Qiyādat Āyit Ūfillā,qyadt ayt awfla,قيادة آيت أوفلا		MA	08			11912663	0	Africa/Casablanca
11912664	Caïdat de Sidi Aayad	caidat-de-sidi-aayad	Caidat de Sidi Aayad,Caïdat de Sidi Aayad,Qiyadat Sidi `Ayyad,Qiyādat Sīdī ‘Ayyād,قيادة سيدي عياد		MA	08			11912664	0	Africa/Casablanca
11912665	Caïdat d’Ait Izdeg	caidat-d-ait-izdeg	Caidat d'Ait Izdeg,Caïdat d’Ait Izdeg,Qiyadat Ayit Izdik,Qiyādat Āyit Izdik,qyadt ayt azdk,قيادة آيت إزدك		MA	08			11912665	0	Africa/Casablanca
11912666	Caïdat de Gourrama	caidat-de-gourrama	Caidat de Gourrama,Caïdat de Gourrama,Qiyadat Kurramah,Qiyādat Kurrāmah,qyadt kramt,قيادة كرامة		MA	08			11912666	0	Africa/Casablanca
11912667	Caïdat de Adaghas	caidat-de-adaghas	Caidat de Adaghas,Caïdat de Adaghas,Qiyadat Adaghas,Qiyādat Adaghās,qyadt adghas,قيادة أدغاس		MA	07			11912667	0	Africa/Casablanca
11912668	Caïdat de Tament	caidat-de-tament	Caidat de Tament,Caïdat de Tament,Qiyadat Tamant,Qiyādat Tāmant,qyadt tamnt,قيادة تامنت		MA	07			11912668	0	Africa/Casablanca
11912669	Caïdat d’Argane	caidat-d-argane	Caidat d'Argane,Caïdat d’Argane,Qiyadat Arkan,Qiyādat Arkān,qyadt arkan,قيادة أركان		MA	07			11912669	0	Africa/Casablanca
11912670	Caïdat de Smimou	caidat-de-smimou	Caidat de Smimou,Caïdat de Smimou,Qiyadat Samimu,Qiyādat Samīmū,qyadt smymw,قيادة سميمو		MA	07			11912670	0	Africa/Casablanca
11912671	Caïdat de Bizdad	caidat-de-bizdad	Caidat de Bizdad,Caïdat de Bizdad,Qiyadat Biz Dad,Qiyādat Bīz Ḑāḑ,qyadt byz dad,قيادة بيز ضاض		MA	07			11912671	0	Africa/Casablanca
11912672	Caïdat de Tidzi	caidat-de-tidzi	Caidat de Tidzi,Caïdat de Tidzi,Qiyadat Tidzi,Qiyādat Tidzī,qyadt tdzy,قيادة تدزي		MA	07			11912672	0	Africa/Casablanca
11912673	Caïdat de Meskala	caidat-de-meskala	Caidat de Meskala,Caïdat de Meskala,Qiyadat Miskalah,Qiyādat Miskālah,qyadt mskalt,قيادة مسكالة		MA	07			11912673	0	Africa/Casablanca
11912674	Caïdat d’El Hanchane	caidat-d-el-hanchane	Caidat d'El Hanchane,Caïdat d’El Hanchane,Qiyadat al Hanshan,Qiyādat al Ḩanshān,qyadt alhnshan,قيادة الحنشان		MA	07			11912674	0	Africa/Casablanca
11912675	Caïdat d’Ounagha	caidat-d-ounagha	Caidat d'Ounagha,Caïdat d’Ounagha,Qiyadat Unaghah,Qiyādat Ūnāghah,qyadt awnaght,قيادة أوناغة		MA	07			11912675	0	Africa/Casablanca
11912676	Caïdat d’Aquermoud	caidat-d-aquermoud	Caidat d'Aquermoud,Caïdat d’Aquermoud,Qiyadat Aqirmud,Qiyādat Aqirmūd,qyadt aqrmwd,قيادة أقرمود		MA	07			11912676	0	Africa/Casablanca
11912687	Caïdat de M’Ramer	caidat-de-m-ramer	Caidat de M'Ramer,Caïdat de M’Ramer,Qiyadat Imramir,Qiyadat Maramir,Qiyādat Imrāmir,Qiyādat Marāmir,qyadt amramr,قيادة إمرامر		MA	07			11912687	0	Africa/Casablanca
11912690	Caïdat de Ragraga	caidat-de-ragraga	Caidat de Ragraga,Caïdat de Ragraga,Qiyadat Rakrakah,Qiyādat Rakrākah,qyadt rkrakt,قيادة ركراكة		MA	07			11912690	0	Africa/Casablanca
11912691	Caïdat de Chiadma Chamalia	caidat-de-chiadma-chamalia	Caidat de Chiadma Chamalia,Caïdat de Chiadma Chamalia,Qiyadat ash Shayazimah ash Shamaliyah,Qiyādat ash Shayāz̧imah ash Shamālīyah,qyadt alshyazmt alshmalyt,قيادة الشياظمة الشمالية		MA	07			11912691	0	Africa/Casablanca
11912692	Caïdat de Chiadma Janoubia	caidat-de-chiadma-janoubia	Caidat de Chiadma Janoubia,Caïdat de Chiadma Janoubia,Qiyadat ash Shayazimah al Janubiyah,Qiyādat ash Shayāz̧imah al Janūbīyah,qyadt alshyazmt aljnwbyt,قيادة الشياظمة الجنوبية		MA	07			11912692	0	Africa/Casablanca
11912694	Caïdat d’Ida Ou Tghouma	caidat-d-ida-ou-tghouma	Caidat d'Ida Ou Tghouma,Caïdat d’Ida Ou Tghouma,Qiyadat Ida wa Tughumah,Qiyādat Idā wa Tughūmah,qyadt ada w tghwmt,قيادة إدا و تغومة		MA	07			11912694	0	Africa/Casablanca
11912701	Caïdat de Sti Fadma	caidat-de-sti-fadma	Caidat de Sti Fadma,Caïdat de Sti Fadma,Qiyadat Sitti Fatimah,Qiyādat Sittī Fāţimah,qyadt sty fatmt,قيادة ستي فاطمة		MA	07			11912701	0	Africa/Casablanca
11912702	Caïdat d’Ourika	caidat-d-ourika	Caidat d'Ourika,Caïdat d’Ourika,Qiyadat Awrikah,Qiyādat Awrīkah,qyadt awrykt,قيادة أوريكة		MA	07			11912702	0	Africa/Casablanca
11912703	Caïdat d’Aghouatim - Tidrara	caidat-d-aghouatim-tidrara	Caidat d'Aghouatim - Tidrara,Caïdat d’Aghouatim - Tidrara,Qiyadat Aghuwatim - Tidrarah,Qiyādat Aghuwāţīm - Tidrārah,qyadt aghwatym - tdrart,قيادة أغواطيم - تدرارة		MA	07			11912703	0	Africa/Casablanca
11912704	Caïdat de Tameslohte	caidat-de-tameslohte	Caidat de Tameslohte,Caïdat de Tameslohte,Qiyadat Tamasluhat,Qiyādat Tamaşlūḩat,qyadt tmslwht,قيادة تمصلوحت		MA	07			11912704	0	Africa/Casablanca
11912705	Caïdat de Tighedouine	caidat-de-tighedouine	Caidat de Tighedouine,Caïdat de Tighedouine,Qiyadat Tighidwin,Qiyādat Tīghidwīn,qyadt tyghdwyn,قيادة تيغدوين		MA	07			11912705	0	Africa/Casablanca
11912706	Caïdat de Zerkten	caidat-de-zerkten	Caidat de Zerkten,Caïdat de Zerkten,Qiyadat Zarqatan,Qiyādat Zarqaţan,qyadt zrqtn,قيادة زرقطن		MA	07			11912706	0	Africa/Casablanca
11912707	Caïdat d’Abadou	caidat-d-abadou	Caidat d'Abadou,Caïdat d’Abadou,Qiyadat Abadu,Qiyādat Abādū,qyadt abadw,قيادة أبادو		MA	07			11912707	0	Africa/Casablanca
11912708	Caïdat de Tazart	caidat-de-tazart	Caidat de Tazart,Caïdat de Tazart,Qiyadat Tazarit,Qiyādat Tazārit,qyadt tzart,قيادة تزارت		MA	07			11912708	0	Africa/Casablanca
11912709	Caïdat de Touama	caidat-de-touama	Caidat de Touama,Caïdat de Touama,Qiyadat at Tuwamah,Qiyādat at Tuwāmah,qyadt altwamt,قيادة التوامة		MA	07			11912709	0	Africa/Casablanca
11912710	Caïdat de Tidili Mesfioua	caidat-de-tidili-mesfioua	Caidat de Tidili Mesfioua,Caïdat de Tidili Mesfioua,Qiyadat Tidili Misfiwah,Qiyādat Tīdilī Misfīwah,qyadt tydly msfywt,قيادة تيدلي مسفيوة		MA	07			11912710	0	Africa/Casablanca
11912711	Caïdat de Sidi Abdellah Ghiat	caidat-de-sidi-abdellah-ghiat	Caidat de Sidi Abdellah Ghiat,Caïdat de Sidi Abdellah Ghiat,Qiyadat Sidi `Abd Allah Ghiyat,Qiyādat Sīdī ‘Abd Allāh Ghiyāt,قيادة سيدي عبد الله غيات		MA	07			11912711	0	Africa/Casablanca
11912712	Caïdat de Ghmate	caidat-de-ghmate	Caidat de Ghmate,Caidat de Rhmate,Caïdat de Ghmate,Caïdat de Rhmate,Qiyadat Aghmat,Qiyādat Aghmāt,qyadt aghmat,قيادة أغمات		MA	07			11912712	0	Africa/Casablanca
11912713	Caïdat de Faska Sidi Daoud	caidat-de-faska-sidi-daoud	Caidat de Faska Sidi Daoud,Caïdat de Faska Sidi Daoud,Qiyadat Faska Sidi Dawud,Qiyādat Fāskā Sīdī Dāwud,qyadt faska sydy dawd,قيادة فاسكا سيدي داود		MA	07			11912713	0	Africa/Casablanca
11912714	Caïdat de Ras El Ain	caidat-de-ras-el-ain	Caidat de Ras El Ain,Caïdat de Ras El Ain,Qiyadat Ra's al `Ayn,Qiyādat Ra’s al ‘Ayn,قيادة رأس العين		MA	07			11912714	0	Africa/Casablanca
11912715	Caïdat de Sidi Bou Othmane	caidat-de-sidi-bou-othmane	Caidat de Sidi Bou Othmane,Caïdat de Sidi Bou Othmane,Qiyadat Sidi Bu`uthman,Qiyādat Sīdī Bū‘uthmān,قيادة سيدي بوعثمان		MA	07			11912715	0	Africa/Casablanca
11912716	Caïdat de Jbilate	caidat-de-jbilate	Caidat de Jbilate,Caïdat de Jbilate,Qiyadat al Jubaylat,Qiyādat al Jubaylāt,qyadt aljbylat,قيادة الجبيلات		MA	07			11912716	0	Africa/Casablanca
11912717	Caïdat de Labhira	caidat-de-labhira	Caidat de Labhira,Caïdat de Labhira,Qiyadat Labhirah,Qiyadat al Buhayrah,Qiyādat Labḩīrah,Qiyādat al Buḩayrah,qyadt lbhyrt,قيادة لبحيرة		MA	07			11912717	0	Africa/Casablanca
11912718	Caïdat de Louta	caidat-de-louta	Caidat de Louta,Caïdat de Louta,Qiyadat Luta,Qiyādat Lūţā,qyadt lwta,قيادة لوطا		MA	07			11912718	0	Africa/Casablanca
11912727	Caïdat de Demsira	caidat-de-demsira	Caidat de Demsira,Caïdat de Demsira,Qiyadat Damsirah,Qiyādat Damsīrah,qyadt dmsyrt,قيادة دمسيرة		MA	07			11912727	0	Africa/Casablanca
11912728	Caïdat d’Ichamraren	caidat-d-ichamraren	Caidat d'Ichamraren,Caïdat d’Ichamraren,Qiyadat Ishamrarin,Qiyādat Ishamrārin,qyadt ashmrarn,قيادة إشمرارن		MA	07			11912728	0	Africa/Casablanca
11912729	Caïdat de Mtouga	caidat-de-mtouga	Caidat de Mtouga,Caïdat de Mtouga,Qiyadat Imtukah,Qiyādat Imtūkah,qyadt amtwkt,قيادة إمتوكة		MA	07			11912729	0	Africa/Casablanca
11912730	Caïdat de Taouloukoult	caidat-de-taouloukoult	Caidat de Taouloukoult,Caïdat de Taouloukoult,Qiyadat Tawulukulut,Qiyādat Tāwulūkulut,qyadt tawlwklt,قيادة تاولوكلت		MA	07			11912730	0	Africa/Casablanca
11912731	Caïdat de Nfifa - Ouad L’bour	caidat-de-nfifa-ouad-l-bour	Caidat de Nfifa - Ouad L'bour,Caïdat de Nfifa - Ouad L’bour,Qiyadat Nafifah - Wad al Bur,Qiyādat Nafīfah - Wād al Būr,qyadt nfyft - wad albwr,قيادة نفيفة - واد البور		MA	07			11912731	0	Africa/Casablanca
11912732	Caïdat d’Ain Tazitounte - Irohalen	caidat-d-ain-tazitounte-irohalen	Caidat d'Ain Tazitounte - Irohalen,Caïdat d’Ain Tazitounte - Irohalen,Qiyadat `Ayn Tazitunit - Irhalin,Qiyādat ‘Ayn Tazītūnit - Irḩālin,قيادة عين تزيتونت - إرحالن		MA	07			11912732	0	Africa/Casablanca
11912733	Caïdat de Seksaoua	caidat-de-seksaoua	Caidat de Seksaoua,Caïdat de Seksaoua,Qiyadat Siksawah,Qiyādat Siksāwah,qyadt sksawt,قيادة سكساوة		MA	07			11912733	0	Africa/Casablanca
11912734	Caïdat d’Assif El Mal	caidat-d-assif-el-mal	Caidat d'Assif El Mal,Caïdat d’Assif El Mal,Qiyadat Asif al Mal,Qiyādat Asīf al Māl,qyadt asyf almal,قيادة أسيف المال		MA	07			11912734	0	Africa/Casablanca
11912735	Caïdat de Douirane	caidat-de-douirane	Caidat de Douirane,Caïdat de Douirane,Qiyadat Iduwiran,Qiyādat Iduwīrān,qyadt adwyran,قيادة إدويران		MA	07			11912735	0	Africa/Casablanca
11912736	Caïdat de M’Zouda - Zaouia Annahlia	caidat-de-m-zouda-zaouia-annahlia	Caidat de M'Zouda - Zaouia Annahlia,Caïdat de M’Zouda - Zaouia Annahlia,Qiyadat Imzudah - Az Zawiyah an Nahliyah,Qiyādat Imzūḑah - Az Zāwiyah an Naḩlīyah,qyadt amzwdt - alzawyt alnhlyt,قيادة إمزوضة - الزاوية النحلية		MA	07			11912736	0	Africa/Casablanca
11912737	Caïdat de Saidate	caidat-de-saidate	Caidat de Saidate,Caïdat de Saidate,Qiyadat as Sa`idat,Qiyādat as Sa‘īdāt,قيادة السعيدات		MA	07			11912737	0	Africa/Casablanca
11912738	Caïdat de Chichaoua	caidat-de-chichaoua	Caidat de Chichaoua,Caïdat de Chichaoua,Qiyadat Shishawah,Qiyādat Shīshāwah,qyadt shyshawt,قيادة شيشاوة		MA	07			11912738	0	Africa/Casablanca
11912739	Caïdat de Frouga	caidat-de-frouga	Caidat de Frouga,Caïdat de Frouga,Qiyadat Furukah,Qiyādat Furūkah,qyadt frwkt,قيادة فروكة		MA	07			11912739	0	Africa/Casablanca
11912740	Caïdat de Lamzoudia	caidat-de-lamzoudia	Caidat de Lamzoudia,Caïdat de Lamzoudia,Qiyadat Lamzudiyah,Qiyādat Lamzūḑīyah,qyadt lmzwdyt,قيادة لمزوضية		MA	07			11912740	0	Africa/Casablanca
11912741	Caïdat d’Ahdil	caidat-d-ahdil	Caidat d'Ahdil,Caïdat d’Ahdil,Qiyadat Ahdil,Qiyādat Ahdīl,qyadt ahdyl,قيادة أهديل		MA	07			11912741	0	Africa/Casablanca
11912742	Caïdat de Sidi L’Mokhtar	caidat-de-sidi-l-mokhtar	Caidat de Sidi L'Mokhtar,Caïdat de Sidi L’Mokhtar,Qiyadat Sidi al Mukhtar,Qiyādat Sīdī al Mukhtār,qyadt sydy almkhtar,قيادة سيدي المختار		MA	07			11912742	0	Africa/Casablanca
11912743	Caïdat de Laamamra	caidat-de-laamamra	Caidat de Laamamra,Caïdat de Laamamra,Qiyadat L`amamirah,Qiyadat al `Amamirah,Qiyādat L‘amāmirah,Qiyādat al ‘Amāmirah,قيادة لعمامرة		MA	07			11912743	0	Africa/Casablanca
11912744	Caïdat d’El Ghiate	caidat-d-el-ghiate	Caidat d'El Ghiate,Caïdat d’El Ghiate,Qiyadat al Ghiyat,Qiyādat al Ghiyāt,qyadt alghyat,قيادة الغيات		MA	07			11912744	0	Africa/Casablanca
11912745	Caïdat de Souiria Laqdima	caidat-de-souiria-laqdima	Caidat de Souiria Laqdima,Caïdat de Souiria Laqdima,Qiyadat as Suwayriyah al Qadimah,Qiyādat aş Şuwayrīyah al Qadīmah,qyadt alswyryt alqdymt,قيادة الصويرية القديمة		MA	07			11912745	0	Africa/Casablanca
11912746	Caïdat de Khemis Nagga	caidat-de-khemis-nagga	Caidat de Khemis Nagga,Caïdat de Khemis Nagga,Qiyadat Khamis Nakka,Qiyādat Khamīs Nakkā,qyadt khmys nka,قيادة خميس نكا		MA	07			11912746	0	Africa/Casablanca
11912747	Caïdat de Sidi Ettiji	caidat-de-sidi-ettiji	Caidat de Sidi Ettiji,Caïdat de Sidi Ettiji,Qiyadat Sidi Attiji,Qiyādat Sīdī Attījī,qyadt sydy atyjy,قيادة سيدي أتيجي		MA	07			11912747	0	Africa/Casablanca
11912748	Caïdat de Khatazakane	caidat-de-khatazakane	Caidat de Khatazakane,Caïdat de Khatazakane,Qiyadat Khatt Azakan,Qiyādat Khaţţ Azakān,qyadt kht azkan,قيادة خط أزكان		MA	07			11912748	0	Africa/Casablanca
11912749	Caïdat d’El Ameur	caidat-d-el-ameur	Caidat d'El Ameur,Caïdat d’El Ameur,Qiyadat al `Amir,Qiyādat al ‘Āmir,قيادة العامر		MA	07			11912749	0	Africa/Casablanca
11912750	Caïdat de Dar Si Aissa	caidat-de-dar-si-aissa	Caidat de Dar Si Aissa,Caïdat de Dar Si Aissa,Qiyadat Dar Si `Isa,Qiyādat Dār Sī ‘Īsá,قيادة دار سي عيسى		MA	07			11912750	0	Africa/Casablanca
11912751	Caïdat de Had Hrara	caidat-de-had-hrara	Caidat de Had Hrara,Caïdat de Had Hrara,Qiyadat Hadd Hararah,Qiyādat Ḩadd Ḩarārah,qyadt hd hrart,قيادة حد حرارة		MA	07			11912751	0	Africa/Casablanca
11912752	Caïdat d’Ouled Zid	caidat-d-ouled-zid	Caidat d'Ouled Zid,Caïdat d’Ouled Zid,Qiyadat Awlad Zid,Qiyādat Awlād Zīd,qyadt awlad zyd,قيادة أولاد زيد		MA	07			11912752	0	Africa/Casablanca
11912753	Caïdat d’El Gouraani	caidat-d-el-gouraani	Caidat d'El Gouraani,Caïdat d’El Gouraani,Qiyadat al Kara`ani,Qiyādat al Kara‘ānī,قيادة الكرعاني		MA	07			11912753	0	Africa/Casablanca
11912754	Caïdat de Had Labkhati	caidat-de-had-labkhati	Caidat de Had Labkhati,Caïdat de Had Labkhati,Qiyadat Hadd Labakhati,Qiyādat Ḩadd Labakhātī,qyadt hd lbkhaty,قيادة حد لبخاتي		MA	07			11912754	0	Africa/Casablanca
11912755	Caïdat de Sidi Aissa	caidat-de-sidi-aissa	Caidat de Sidi Aissa,Caïdat de Sidi Aissa,Qiyadat Sidi `Isa,Qiyādat Sīdī ‘Īsá,قيادة سيدي عيسى		MA	07			11912755	0	Africa/Casablanca
11912756	Caïdat de Moul El Bergui	caidat-de-moul-el-bergui	Caidat de Moul El Bergui,Caïdat de Moul El Bergui,Qiyadat Mul al Barki,Qiyādat Mūl al Barkī,qyadt mwl albrky,قيادة مول البركي		MA	07			11912756	0	Africa/Casablanca
11912757	Caïdat de Souk Ayir	caidat-de-souk-ayir	Caidat de Souk Ayir,Caïdat de Souk Ayir,Qiyadat Suq Ayir,Qiyādat Sūq Ayīr,qyadt swq ayyr,قيادة سوق أيير		MA	07			11912757	0	Africa/Casablanca
11912758	Caïdat d’Ighoud	caidat-d-ighoud	Caidat d'Ighoud,Caïdat d’Ighoud,Qiyadat Ighud,Qiyādat Īghūd,qyadt ayghwd,قيادة إيغود		MA	07			11912758	0	Africa/Casablanca
11912759	Caïdat de Sidi Chiker	caidat-de-sidi-chiker	Caidat de Sidi Chiker,Caïdat de Sidi Chiker,Qiyadat Sidi Shaykar,Qiyādat Sīdī Shaykar,qyadt sydy shykr,قيادة سيدي شيكر		MA	07			11912759	0	Africa/Casablanca
11912760	Caïdat de Jdour	caidat-de-jdour	Caidat de Jdour,Caïdat de Jdour,Qiyadat Judur,Qiyādat Judūr,qyadt jdwr,قيادة جدور		MA	07			11912760	0	Africa/Casablanca
11912761	Caïdat de Jnane Bouih	caidat-de-jnane-bouih	Caidat de Jnane Bouih,Caïdat de Jnane Bouih,Qiyadat Jinan Buyih,Qiyādat Jinān Būyih,qyadt jnan bwyh,قيادة جنان بويه		MA	07			11912761	0	Africa/Casablanca
11912762	Caïdat de Ras El Ain	caidat-de-ras-el-ain	Caidat de Ras El Ain,Caïdat de Ras El Ain,Qiyadat Ra's al `Ayn,Qiyādat Ra’s al ‘Ayn,قيادة رأس العين		MA	07			11912762	0	Africa/Casablanca
11912763	Caïdat de Lakhoualqa	caidat-de-lakhoualqa	Caidat de Lakhoualqa,Caïdat de Lakhoualqa,Qiyadat Lakhawaliqah,Qiyadat al Khawaliqah,Qiyādat Lakhawāliqah,Qiyādat al Khawāliqah,qyadt lkhwalqt,قيادة لخوالقة		MA	07			11912763	0	Africa/Casablanca
11912764	Caïdat d’El Gantour	caidat-d-el-gantour	Caidat d'El Gantour,Caïdat d’El Gantour,Qiyadat al Kantur,Qiyādat al Kantūr,qyadt alkntwr,قيادة الكنتور		MA	07			11912764	0	Africa/Casablanca
11912765	Caïdat de Talat N’Yaaqoub	caidat-de-talat-n-yaaqoub	Caidat de Talat N'Yaaqoub,Caïdat de Talat N’Yaaqoub,Qiyadat Talat Naya`qub,Qiyādat Talāt Naya‘qūb,قيادة تلات نيعقوب		MA	07			11912765	0	Africa/Casablanca
11912766	Caïdat d’Ouirgane	caidat-d-ouirgane	Caidat d'Ouirgane,Caïdat d’Ouirgane,Qiyadat Wirkan,Qiyādat Wīrkān,qyadt wyrkan,قيادة ويركان		MA	07			11912766	0	Africa/Casablanca
11912769	Caïdat d’Azgour - Anougal	caidat-d-azgour-anougal	Caidat d'Azgour - Anougal,Caïdat d’Azgour - Anougal,Qiyadat Azkur - Anukal,Qiyādat Azkūr - Anūkāl,qyadt azkwr - anwkal,قيادة أزكور - أنوكال		MA	07			11912769	0	Africa/Casablanca
11912770	Caïdat d’Amghras	caidat-d-amghras	Caidat d'Amghras,Caïdat d’Amghras,Qiyadat Amgharas,Qiyādat Amgharās,qyadt amghras,قيادة أمغراس		MA	07			11912770	0	Africa/Casablanca
11912771	Caïdat de Guedmioua	caidat-de-guedmioua	Caidat de Guedmioua,Caïdat de Guedmioua,Qiyadat Kadmiwah,Qiyādat Kadmīwah,qyadt kdmywt,قيادة كدميوة		MA	07			11912771	0	Africa/Casablanca
11912772	Caïdat d’Asni	caidat-d-asni	Caidat d'Asni,Caïdat d’Asni,Qiyadat Asni,Qiyādat Asnī,qyadt asny,قيادة أسني		MA	07			11912772	0	Africa/Casablanca
11912773	Caïdat de Moulay Brahim	caidat-de-moulay-brahim	Caidat de Moulay Brahim,Caïdat de Moulay Brahim,Qiyadat Mawlay Ibrahim,Qiyādat Mawlāy Ibrāhīm,qyadt mwlay abrahym,قيادة مولاي إبراهيم		MA	07			11912773	0	Africa/Casablanca
11912774	Caïdat d’Ouazguita	caidat-d-ouazguita	Caidat d'Ouazguita,Caïdat d’Ouazguita,Qiyadat Wazkitah,Qiyādat Wazkīţah,qyadt wzkytt,قيادة وزكيطة		MA	07			11912774	0	Africa/Casablanca
11912785	Caïdat de Tilemzoun	caidat-de-tilemzoun	Caidat de Tilemzoun,Caïdat de Tilemzoun,Qiyadat Tilamzun,Qiyādat Tilamzūn,qyadt tlmzwn,قيادة تلمزون		MA	10			11912785	0	Africa/Casablanca
11912786	Caïdat de Ben Khlil	caidat-de-ben-khlil	Caidat de Ben Khlil,Caïdat de Ben Khlil,Qiyadat Ibn Khalil,Qiyādat Ibn Khalīl,qyadt abn khlyl,قيادة إبن خليل		MA	10			11912786	0	Africa/Casablanca
11912797	Caïdat de Labrikiyne	caidat-de-labrikiyne	Caidat de Labrikiyne,Caïdat de Labrikiyne,Qiyadat Labrikiyin,Qiyadat al Barikiyin,Qiyādat Labrīkīyīn,Qiyādat al Barīkīyīn,qyadt lbrykyyn,قيادة لبريكيين		MA	07			11912797	0	Africa/Casablanca
11912798	Caïdat de Skhour	caidat-de-skhour	Caidat de Skhour,Caïdat de Skhour,Qiyadat as Sukhur,Qiyādat aş Şukhūr,qyadt alskhwr,قيادة الصخور		MA	07			11912798	0	Africa/Casablanca
11912799	Caïdat d’Oulad Tmim	caidat-d-oulad-tmim	Caidat d'Oulad Tmim,Caïdat d’Oulad Tmim,Qiyadat Awlad Tamim,Qiyādat Awlād Tamīm,qyadt awlad tmym,قيادة أولاد تميم		MA	07			11912799	0	Africa/Casablanca
11912800	Caïdat de Zemrane	caidat-de-zemrane	Caidat de Zemrane,Caïdat de Zemrane,Qiyadat Zamran,Qiyādat Zamrān,qyadt zmran,قيادة زمران		MA	07			11912800	0	Africa/Casablanca
11912801	Caïdat de Zemrane Charqia	caidat-de-zemrane-charqia	Caidat de Zemrane Charqia,Caïdat de Zemrane Charqia,Qiyadat Zamran ash Sharqiyah,Qiyādat Zamrān ash Sharqīyah,qyadt zmran alshrqyt,قيادة زمران الشرقية		MA	07			11912801	0	Africa/Casablanca
11912802	Caïdat de Sidi Ahmed	caidat-de-sidi-ahmed	Caidat de Sidi Ahmed,Caïdat de Sidi Ahmed,Qiyadat Sidi Ahmad,Qiyādat Sīdī Aḩmad,qyadt sydy ahmd,قيادة سيدي أحمد		MA	07			11912802	0	Africa/Casablanca
11912803	Caïdat d’Ouargui	caidat-d-ouargui	Caidat d'Ouargui,Caïdat d’Ouargui,Qiyadat Wariki,Qiyādat Wārikī,qyadt warky,قيادة واركي		MA	07			11912803	0	Africa/Casablanca
11912804	Caïdat d’Assahrij	caidat-d-assahrij	Caidat d'Assahrij,Caïdat d’Assahrij,Qiyadat as Sihrij,Qiyādat aş Şihrīj,qyadt alshryj,قيادة الصهريج		MA	07			11912804	0	Africa/Casablanca
11912805	Caïdat de M’Zem	caidat-de-m-zem	Caidat de M'Zem,Caïdat de M’Zem,Qiyadat Mizim,Qiyādat Mizim,qyadt mzm,قيادة مزم		MA	07			11912805	0	Africa/Casablanca
11912806	Caïdat de Sidi Aissa	caidat-de-sidi-aissa	Caidat de Sidi Aissa,Caïdat de Sidi Aissa,Qiyadat Sidi `Isa,Qiyādat Sīdī ‘Īsá,قيادة سيدي عيسى		MA	07			11912806	0	Africa/Casablanca
11912807	Caïdat de Dzouz	caidat-de-dzouz	Caidat de Dzouz,Caïdat de Dzouz,Qiyadat Duzuz,Qiyādat Duzūz,qyadt dzwz,قيادة دزوز		MA	07			11912807	0	Africa/Casablanca
11912808	Caïdat de Jouala	caidat-de-jouala	Caidat de Jouala,Caïdat de Jouala,Qiyadat al Jawwalah,Qiyādat al Jawwālah,qyadt aljwalt,قيادة الجوالة		MA	07			11912808	0	Africa/Casablanca
11912809	Caïdat d’Oulad Zarrad	caidat-d-oulad-zarrad	Caidat d'Oulad Zarrad,Caïdat d’Oulad Zarrad,Qiyadat Awlad Zarrad,Qiyādat Awlād Zarrād,qyadt awlad zrad,قيادة أولاد زراد		MA	07			11912809	0	Africa/Casablanca
11912810	Caïdat d’Ahl El Ghaba	caidat-d-ahl-el-ghaba	Caidat d'Ahl El Ghaba,Caïdat d’Ahl El Ghaba,Qiyadat Ahl al Ghabah,Qiyādat Ahl al Ghābah,qyadt ahl alghabt,قيادة أهل الغابة		MA	07			11912810	0	Africa/Casablanca
11912811	Caïdat d’Oulad Bouali	caidat-d-oulad-bouali	Caidat d'Oulad Bouali,Caïdat d’Oulad Bouali,Qiyadat Awlad Bu `Ali,Qiyādat Awlād Bū ‘Alī,قيادة أولاد بو علي		MA	07			11912811	0	Africa/Casablanca
11912812	Caïdat de Tassaout	caidat-de-tassaout	Caidat de Tassaout,Caïdat de Tassaout,Qiyadat Tasawut,Qiyādat Tāsāwut,qyadt tasawt,قيادة تاساوت		MA	07			11912812	0	Africa/Casablanca
11912813	Caïdat de Lounasda Oulad Yaacoub	caidat-de-lounasda-oulad-yaacoub	Caidat de Lounasda Oulad Yaacoub,Caïdat de Lounasda Oulad Yaacoub,Qiyadat Lunasidah Awlad Ya`qub,Qiyādat Lūnāsidah Awlād Ya‘qūb,قيادة لوناسدة أولاد يعقوب		MA	07			11912813	0	Africa/Casablanca
11912814	Caïdat de Beni Ameur	caidat-de-beni-ameur	Caidat de Beni Ameur,Caïdat de Beni Ameur,Qiyadat Bani `Amir,Qiyādat Banī ‘Āmir,قيادة بني عامر		MA	07			11912814	0	Africa/Casablanca
11912815	Caïdat d’Ain Ikli - Oulad Said	caidat-d-ain-ikli-oulad-said	Caidat d'Ain Ikli - Oulad Said,Caïdat d’Ain Ikli - Oulad Said,Qiyadat `Ayn Ikili - Awlad Is`id,Qiyadat `Ayn Ikili - Awlad Sa`id,Qiyādat ‘Ayn Īkilī - Awlād Is‘īd,Qiyādat ‘Ayn Īkilī - Awlād Sa‘īd,قيادة عين إيكلي - أولاد إسعيد		MA	07			11912815	0	Africa/Casablanca
11912816	Caïdat de Bour	caidat-de-bour	Caidat de Bour,Caïdat de Bour,Qiyadat al Bur,Qiyādat al Būr,qyadt albwr,قيادة البور		MA	07			11912816	0	Africa/Casablanca
11912817	Caïdat d’Harbil	caidat-d-harbil	Caidat d'Harbil,Caïdat d’Harbil,Qiyadat Harbil,Qiyādat Ḩarbīl,qyadt hrbyl,قيادة حربيل		MA	07			11912817	0	Africa/Casablanca
11912818	Caïdat d’Ouahat Sidi Brahim	caidat-d-ouahat-sidi-brahim	Caidat d'Ouahat Sidi Brahim,Caïdat d’Ouahat Sidi Brahim,Qiyadat Wahat Sidi Ibrahim,Qiyādat Wāḩat Sīdī Ibrāhīm,qyadt waht sydy abrahym,قيادة واحة سيدي إبراهيم		MA	07			11912818	0	Africa/Casablanca
11912819	Caïdat d’Ouled Dlim	caidat-d-ouled-dlim	Caidat d'Ouled Dlim,Caïdat d’Ouled Dlim,Qiyadat Awlad Dilim,Qiyādat Awlād Dilīm,qyadt awlad dlym,قيادة أولاد دليم		MA	07			11912819	0	Africa/Casablanca
11912820	Caïdat d’Oulad Hassoune	caidat-d-oulad-hassoune	Caidat d'Oulad Hassoune,Caïdat d’Oulad Hassoune,Qiyadat Awlad Hassun,Qiyādat Awlād Ḩassūn,qyadt awlad hswn,قيادة أولاد حسون		MA	07			11912820	0	Africa/Casablanca
11912821	Caïdat d’Al Ouidane	caidat-d-al-ouidane	Caidat d'Al Ouidane,Caïdat d’Al Ouidane,Qiyadat al Widan,Qiyādat al Wīdān,qyadt alwydan,قيادة الويدان		MA	07			11912821	0	Africa/Casablanca
11912822	Caïdat d’Ait Imour	caidat-d-ait-imour	Caidat d'Ait Imour,Caïdat d’Ait Imour,Qiyadat Ayit Imur,Qiyādat Āyit Īmūr,qyadt ayt aymwr,قيادة آيت إيمور		MA	07			11912822	0	Africa/Casablanca
11912823	Caïdat de Sid Zouine	caidat-de-sid-zouine	Caidat de Sid Zouine,Caïdat de Sid Zouine,Qiyadat Sidi az Zuwin,Qiyādat Sīdī az Zuwīn,qyadt sydy alzwyn,قيادة سيدي الزوين		MA	07			11912823	0	Africa/Casablanca
11912824	Caïdat de Loudaya	caidat-de-loudaya	Caidat de Loudaya,Caïdat de Loudaya,Qiyadat al Awdayah,Qiyādat al Awdāyah,qyadt alawdayt,قيادة الأوداية		MA	07			11912824	0	Africa/Casablanca
11912825	Caïdat d’Agafay	caidat-d-agafay	Caidat d'Agafay,Caïdat d’Agafay,Qiyadat Akafay,Qiyādat Akafāy,qyadt akfay,قيادة أكفاي		MA	07			11912825	0	Africa/Casablanca
11912826	Caïdat de Souihla	caidat-de-souihla	Caidat de Souihla,Caïdat de Souihla,Qiyadat as Suwayhilah,Qiyādat as Suwayhilah,qyadt alswyhlt,قيادة السويهلة		MA	07			11912826	0	Africa/Casablanca
11912827	Caïdat de Saada	caidat-de-saada	Caidat de Saada,Caïdat de Saada,Qiyadat Sa`adah,Qiyādat Sa‘ādah,قيادة سعادة		MA	07			11912827	0	Africa/Casablanca
11912828	Arrondissement de Ménara	arrondissement-de-menara	Arrondissement de Menara,Arrondissement de Ménara,Muqata`at al Manarah,Muqāţa‘at al Manārah,مقاطعة المنارة		MA	07			11912828	0	Africa/Casablanca
11912829	Arrondissement de Gueliz	arrondissement-de-gueliz	Arrondissement de Gueliz,Muqata`at Jiliz,Muqāţa‘at Jilīz,مقاطعة جليز		MA	07			11912829	0	Africa/Casablanca
11912830	Arrondissement de Marrakech-Médina	arrondissement-de-marrakech-medina	Arrondissement de Marrakech-Medina,Arrondissement de Marrakech-Médina,Muqata`at Murakush al Madinah,Muqāţa‘at Murākush al Madīnah,مقاطعة مراكش المدينة		MA	07			11912830	0	Africa/Casablanca
11912831	Arrondissement de Sidi Youssef Ben Ali	arrondissement-de-sidi-youssef-ben-ali	Arrondissement de Sidi Youssef Ben Ali,Muqata`at Sidi Yusuf Bin `Ali,Muqāţa‘at Sīdī Yūsuf Bin ‘Alī,مقاطعة سيدي يوسف بن علي		MA	07			11912831	0	Africa/Casablanca
11912832	Arrondissement d’Annakhil	arrondissement-d-annakhil	Arrondissement d'Annakhil,Arrondissement d’Annakhil,Muqata`at an Nakhil,Muqāţa‘at an Nakhīl,مقاطعة النخيل		MA	07			11912832	0	Africa/Casablanca
11912837	Caïdat de Tah	caidat-de-tah	Caidat de Tah,Caïdat de Tah,Qiyadat Tah,Qiyādat Ţāḩ,qyadt tah,قيادة طاح		MA	11			11912837	0	Africa/Casablanca
11912838	Caïdat d’El Hagounia	caidat-d-el-hagounia	Caidat d'El Hagounia,Caïdat d’El Hagounia,Qiyadat al Hakuniyah,Qiyādat al Ḩakūnīyah,qyadt alhkwnyt,قيادة الحكونية		MA	11			11912838	0	Africa/Casablanca
11912839	Caïdat d’Akhfennir	caidat-d-akhfennir	Caidat d'Akhfennir,Caïdat d’Akhfennir,Qiyadat Akhfannir,Qiyādat Akhfannīr,qyadt akhfnyr,قيادة أخفنير		MA	11			11912839	0	Africa/Casablanca
11912840	Caïdat d’Amgala	caidat-d-amgala	Caidat d'Amgala,Caïdat d’Amgala,Qiyadat Amkalah,Qiyādat Amkālah,qyadt amkalt,قيادة أمكالة		MA	11			11912840	0	Africa/Casablanca
11912841	Caïdat d’Haouza	caidat-d-haouza	Caidat d'Haouza,Caïdat d’Haouza,Qiyadat Hawzah,Qiyādat Ḩawzah,qyadt hwzt,قيادة حوزة		MA	11			11912841	0	Africa/Casablanca
11912842	Caïdat d’Abteh	caidat-d-abteh	Caidat d'Abteh,Caïdat d’Abteh,Qiyadat Ibtih,Qiyādat Ibţīḩ,qyadt abtyh,قيادة إبطيح		MA	10			11912842	0	Africa/Casablanca
11912843	Caïdat de Chbika	caidat-de-chbika	Caidat de Chbika,Caïdat de Chbika,Qiyadat Ishbikah,Qiyādat Ishbīkah,qyadt ashbykt,قيادة إشبيكة		MA	10			11912843	0	Africa/Casablanca
11912844	Caïdat de Msied	caidat-de-msied	Caidat de Msied,Caïdat de Msied,Qiyadat Imsid,Qiyādat Imsīd,qyadt amsyd,قيادة إمسيد		MA	10			11912844	0	Africa/Casablanca
11912855	Caïdat de Labyar	caidat-de-labyar	Caidat de Labyar,Caïdat de Labyar,Qiyadat Labyar,Qiyadat al Abyar,Qiyādat Labyār,Qiyādat al Abyār,qyadt lbyar,قيادة لبيار		MA	10			11912855	0	Africa/Casablanca
11912856	Caïdat de Echatea El Abied	caidat-de-echatea-el-abied	Caidat de Echatea El Abied,Caïdat de Echatea El Abied,Qiyadat al Shati' al Abyad,Qiyādat al Shāţi’ al Abyaḑ,qyadt alshaty alabyd,قيادة الشاطئ الأبيض		MA	10			11912856	0	Africa/Casablanca
11912857	Caïdat d’Asrir	caidat-d-asrir	Caidat d'Asrir,Caïdat d’Asrir,Qiyadat Asrir,Qiyādat Asrīr,qyadt asryr,قيادة أسرير		MA	10			11912857	0	Africa/Casablanca
11912858	Caïdat de Fask	caidat-de-fask	Caidat de Fask,Caïdat de Fask,Qiyadat Fasik,Qiyādat Fāşik,qyadt fask,قيادة فاصك		MA	10			11912858	0	Africa/Casablanca
11912860	Caïdat de Laqsabi	caidat-de-laqsabi	Caidat de Laqsabi,Caïdat de Laqsabi,Qiyadat Laqsabi,Qiyadat al Qasabi,Qiyādat Laqşābī,Qiyādat al Qaşābī,qyadt lqsaby,قيادة لقصابي		MA	10			11912860	0	Africa/Casablanca
11912861	Caïdat de Taghjijt	caidat-de-taghjijt	Caidat de Taghjijt,Caïdat de Taghjijt,Qiyadat Taghjijit,Qiyādat Taghjījit,qyadt tghjyjt,قيادة تغجيجت		MA	10			11912861	0	Africa/Casablanca
11912862	Caïdat d’Aday	caidat-d-aday	Caidat d'Aday,Caïdat d’Aday,Qiyadat Aday,Qiyādat Adāy,qyadt aday,قيادة أداي		MA	10			11912862	0	Africa/Casablanca
11912863	Caïdat d’Ifrane Atlas Saghir	caidat-d-ifrane-atlas-saghir	Caidat d'Ifrane Atlas Saghir,Caïdat d’Ifrane Atlas Saghir,Qiyadat Ifran Atlas as Saghir,Qiyādat Ifrān Aţlas aş Şaghīr,qyadt afran atls alsghyr,قيادة إفران أطلس الصغير		MA	10			11912863	0	Africa/Casablanca
11912864	Caïdat de Bouizakarne	caidat-de-bouizakarne	Caidat de Bouizakarne,Caïdat de Bouizakarne,Qiyadat Buwayzkarin,Qiyādat Buwayzkārin,qyadt bwyzkarn,قيادة بويزكارن		MA	10			11912864	0	Africa/Casablanca
11912865	Caïdat de Labouirat	caidat-de-labouirat	Caidat de Labouirat,Caïdat de Labouirat,Qiyadat Labuwayrat,Qiyadat al Buwayrat,Qiyādat Labuwayrāt,Qiyādat al Buwayrāt,qyadt lbwyrat,قيادة لبويرات		MA	10			11912865	0	Africa/Casablanca
11912866	Caïdat d’Al Mahbass	caidat-d-al-mahbass	Caidat d'Al Mahbass,Caïdat d’Al Mahbass,Qiyadat al Mahbas,Qiyādat al Maḩbas,qyadt almhbs,قيادة المحبس		MA	10			11912866	0	Africa/Casablanca
11912867	Caïdat de Touizgui	caidat-de-touizgui	Caidat de Touizgui,Caïdat de Touizgui,Qiyadat Tuwayziki,Qiyādat Tuwayzikī,qyadt twyzky,قيادة تويزكي		MA	10			11912867	0	Africa/Casablanca
11912871	Caïdat d’Aouint Lahna	caidat-d-aouint-lahna	Caidat d'Aouint Lahna,Caïdat d’Aouint Lahna,Qiyadat `Uwaynat Lahna,Qiyādat ‘Uwaynat Lahnā,قيادة عوينة لهنا		MA	10			11912871	0	Africa/Casablanca
11912872	Caïdat d’Aouint Yghomane	caidat-d-aouint-yghomane	Caidat d'Aouint Yghomane,Caïdat d’Aouint Yghomane,Qiyadat `Uwaynat Yughuman,Qiyādat ‘Uwaynat Yughumān,قيادة عوينة يغمان		MA	10			11912872	0	Africa/Casablanca
11912874	Caïdat de Mesti	caidat-de-mesti	Caidat de Mesti,Caïdat de Mesti,Qiyadat Misti,Qiyādat Mistī,qyadt msty,قيادة مستي		MA	10			11912874	0	Africa/Casablanca
11913158	Caïdat de Tighirt	caidat-de-tighirt	Caidat de Tighirt,Caïdat de Tighirt,Qiyadat Tighirit,Qiyādat Tīghīrit,qyadt tyghyrt,قيادة تيغيرت		MA	10			11913158	0	Africa/Casablanca
11913159	Caïdat d’Ibdar	caidat-d-ibdar	Caidat d'Ibdar,Caïdat d’Ibdar,Qiyadat Ibdar,Qiyādat Ibḑar,qyadt abdr,قيادة إبضر		MA	10			11913159	0	Africa/Casablanca
11913160	Caïdat de Tamanarte	caidat-de-tamanarte	Caidat de Tamanarte,Caïdat de Tamanarte,Qiyadat Tamanarat,Qiyādat Tamanārat,qyadt tmnart,قيادة تمنارت		MA	09			11913160	0	Africa/Casablanca
11913161	Caïdat d’Ait Ouabelli	caidat-d-ait-ouabelli	Caidat d'Ait Ouabelli,Caïdat d’Ait Ouabelli,Qiyadat Ayit Wabili,Qiyādat Āyit Wābilī,qyadt ayt wably,قيادة آيت وابلي		MA	09			11913161	0	Africa/Casablanca
11913165	Caïdat de Massa	caidat-de-massa	Caidat de Massa,Caïdat de Massa,Qiyadat Massah,Qiyādat Māssah,qyadt mast,قيادة ماسة		MA	09			11913165	0	Africa/Casablanca
11913166	Caïdat de Belfaa	caidat-de-belfaa	Caidat de Belfaa,Caïdat de Belfaa,Qiyadat Bilfa`,Qiyādat Bilfā‘,قيادة بلفاع		MA	09			11913166	0	Africa/Casablanca
11913167	Caïdat d’Ait Milk	caidat-d-ait-milk	Caidat d'Ait Milk,Caïdat d’Ait Milk,Qiyadat Ayit Milik,Qiyādat Āyit Mīlik,qyadt ayt mylk,قيادة آيت ميلك		MA	09			11913167	0	Africa/Casablanca
11913168	Caïdat d’Ait Ouadrim	caidat-d-ait-ouadrim	Caidat d'Ait Ouadrim,Caïdat d’Ait Ouadrim,Qiyadat Ayit Wadrim,Qiyādat Āyit Wādrīm,qyadt ayt wadrym,قيادة آيت وادريم		MA	09			11913168	0	Africa/Casablanca
11913169	Caïdat de Tanalt	caidat-de-tanalt	Caidat de Tanalt,Caïdat de Tanalt,Qiyadat Tanalat,Qiyādat Tanālat,qyadt tnalt,قيادة تنالت		MA	09			11913169	0	Africa/Casablanca
11913170	Caïdat d’Ida Ougnidif	caidat-d-ida-ougnidif	Caidat d'Ida Ougnidif,Caïdat d’Ida Ougnidif,Qiyadat Ida wa Kunazif,Qiyādat Idā wa Kunaz̧īf,qyadt ada wknzyf,قيادة إدا وكنظيف		MA	09			11913170	0	Africa/Casablanca
11913171	Caïdat d’Ait Baha	caidat-d-ait-baha	Caidat d'Ait Baha,Caïdat d’Ait Baha,Qiyadat Ayit Baha,Qiyādat Āyit Bāhā,qyadt ayt baha,قيادة آيت باها		MA	09			11913171	0	Africa/Casablanca
11913172	Caïdat d’Imi Mqourn	caidat-d-imi-mqourn	Caidat d'Imi Mqourn,Caïdat d’Imi Mqourn,Qiyadat Imi Maqrun,Qiyādat Imī Maqrūn,qyadt amy mqwrn,قيادة إمي مقورن		MA	09			11913172	0	Africa/Casablanca
11913173	Caïdat d’Essafa	caidat-d-essafa	Caidat d'Essafa,Caïdat d’Essafa,Qiyadat as Safa',Qiyādat aş Şafā’,قيادة الصفاء		MA	09			11913173	0	Africa/Casablanca
11913174	Caïdat de Sidi Bibi	caidat-de-sidi-bibi	Caidat de Sidi Bibi,Caïdat de Sidi Bibi,Qiyadat Sidi Bibi,Qiyādat Sīdī Bībī,qyadt sydy byby,قيادة سيدي بيبي		MA	09			11913174	0	Africa/Casablanca
11913175	Caïdat d’Ait Amira	caidat-d-ait-amira	Caidat d'Ait Amira,Caïdat d’Ait Amira,Qiyadat Ayit `Umayrah,Qiyādat Āyit ‘Umayrah,قيادة آيت عميرة		MA	09			11913175	0	Africa/Casablanca
11913176	Caïdat de Temsia	caidat-de-temsia	Caidat de Temsia,Caïdat de Temsia,Qiyadat Tamsiyah,Qiyādat Tamsīyah,qyadt tmsyt,قيادة تمسية		MA	09			11913176	0	Africa/Casablanca
11913177	Caïdat de Tamri	caidat-de-tamri	Caidat de Tamri,Caïdat de Tamri,Qiyadat Tamiri,Qiyādat Tāmirī,qyadt tamry,قيادة تامري		MA	09			11913177	0	Africa/Casablanca
11913178	Caïdat de Taghazout	caidat-de-taghazout	Caidat de Taghazout,Caïdat de Taghazout,Qiyadat Taghazut,Qiyādat Taghāzūt,qyadt tghazwt,قيادة تغازوت		MA	09			11913178	0	Africa/Casablanca
11913179	Caïdat d’Imouzzer	caidat-d-imouzzer	Caidat d'Imouzzer,Caïdat d’Imouzzer,Qiyadat Imuzzar,Qiyādat Īmūzzār,qyadt aymwzar,قيادة إيموزار		MA	09			11913179	0	Africa/Casablanca
11913180	Caïdat d’Aourir	caidat-d-aourir	Caidat d'Aourir,Caïdat d’Aourir,Qiyadat Awrir,Qiyādat Awrīr,qyadt awryr,قيادة أورير		MA	09			11913180	0	Africa/Casablanca
11913181	Caïdat de Drargua	caidat-de-drargua	Caidat de Drargua,Caïdat de Drargua,Qiyadat ad Dararikah,Qiyādat ad Darārikah,qyadt aldrarkt,قيادة الدراركة		MA	09			11913181	0	Africa/Casablanca
11913183	Caïdat de Tnine Amellou - Tangarfa	caidat-de-tnine-amellou-tangarfa	Caidat de Tnine Amellou - Tangarfa,Caïdat de Tnine Amellou - Tangarfa,Qiyadat Ithnayn Amallu - Tankarfa,Qiyādat Ithnayn Amallū - Tankarfā,qyadt athnyn amlw - tnkrfa,قيادة إثنين أملو - تنكرفا		MA	10			11913183	0	Africa/Casablanca
11913184	Caïdat de Tioughza	caidat-de-tioughza	Caidat de Tioughza,Caïdat de Tioughza,Qiyadat Tiyughazah,Qiyādat Tiyūghazah,qyadt tywghzt,قيادة تيوغزة		MA	10			11913184	0	Africa/Casablanca
11913185	Caïdat de Mirleft	caidat-de-mirleft	Caidat de Mirleft,Caïdat de Mirleft,Qiyadat Mir al Lift,Qiyādat Mīr al Lift,qyadt myr allft,قيادة مير اللفت		MA	10			11913185	0	Africa/Casablanca
11913186	Caïdat de Sidi H’saine	caidat-de-sidi-h-saine	Caidat de Sidi H'saine,Caïdat de Sidi H’saine,Qiyadat Sidi Hasayin,Qiyādat Sīdī Ḩasāyin,qyadt sydy hsayn,قيادة سيدي حساين		MA	10			11913186	0	Africa/Casablanca
11913187	Caïdat d’Ait Erkha	caidat-d-ait-erkha	Caidat d'Ait Erkha,Caïdat d’Ait Erkha,Qiyadat Ayit ar Rakha,Qiyādat Āyit ar Rakhā,qyadt ayt alrkha,قيادة آيت الرخا		MA	10			11913187	0	Africa/Casablanca
11913193	Caïdat d’Adis	caidat-d-adis	Caidat d'Adis,Caïdat d’Adis,Qiyadat Adis,Qiyādat Adīs,qyadt adys,قيادة أديس		MA	09			11913193	0	Africa/Casablanca
11913194	Caïdat de Tissint	caidat-de-tissint	Caidat de Tissint,Caïdat de Tissint,Qiyadat Tissinit,Qiyādat Tissīnit,qyadt tsynt,قيادة تسينت		MA	09			11913194	0	Africa/Casablanca
11913195	Caïdat d’Allougoum	caidat-d-allougoum	Caidat d'Allougoum,Caïdat d’Allougoum,Qiyadat al Wukum,Qiyādat al Wukūm,qyadt alwkwm,قيادة الوكوم		MA	09			11913195	0	Africa/Casablanca
11913196	Caïdat d’Akka Ighane	caidat-d-akka-ighane	Caidat d'Akka Ighane,Caïdat d’Akka Ighane,Qiyadat Aqqa Ighan,Qiyādat Aqqā Īghān,qyadt aqa ayghan,قيادة أقا إيغان		MA	09			11913196	0	Africa/Casablanca
11913197	Caïdat de Tagmout	caidat-de-tagmout	Caidat de Tagmout,Caïdat de Tagmout,Qiyadat Takmut,Qiyādat Takmūt,qyadt tkmwt,قيادة تكموت		MA	09			11913197	0	Africa/Casablanca
11913198	Caïdat d’Issafen	caidat-d-issafen	Caidat d'Issafen,Caïdat d’Issafen,Qiyadat Isafin,Qiyādat Isāfin,qyadt asafn,قيادة إسافن		MA	09			11913198	0	Africa/Casablanca
11913199	Caïdat d’Afella Ighir	caidat-d-afella-ighir	Caidat d'Afella Ighir,Caïdat d’Afella Ighir,Qiyadat Afilla Ighir,Qiyādat Afillā Ighīr,qyadt afla aghyr,قيادة أفلا إغير		MA	09			11913199	0	Africa/Casablanca
11913200	Caïdat d’Ammelne	caidat-d-ammelne	Caidat d'Ammelne,Caïdat d’Ammelne,Qiyadat Ammaln,Qiyādat Ammaln,qyadt amln,قيادة أملن		MA	09			11913200	0	Africa/Casablanca
11913201	Caïdat de Had Tahala	caidat-de-had-tahala	Caidat de Had Tahala,Caïdat de Had Tahala,Qiyadat Ahad Tahalah,Qiyādat Aḩad Tāhalah,qyadt ahd tahlt,قيادة أحد تاهلة		MA	09			11913201	0	Africa/Casablanca
11913202	Caïdat d’Ida Ou Gougmar	caidat-d-ida-ou-gougmar	Caidat d'Ida Ou Gougmar,Caïdat d’Ida Ou Gougmar,Qiyadat Ida wa Kukmar,Qiyādat Idā wa Kūkmār,qyadt ada wkwkmar,قيادة إدا وكوكمار		MA	09			11913202	0	Africa/Casablanca
11913203	Caïdat d’Anzi	caidat-d-anzi	Caidat d'Anzi,Caïdat d’Anzi,Qiyadat Anzi,Qiyādat Anzī,qyadt anzy,قيادة أنزي		MA	09			11913203	0	Africa/Casablanca
11913204	Caïdat de Tighmi	caidat-de-tighmi	Caidat de Tighmi,Caïdat de Tighmi,Qiyadat Tighimi,Qiyādat Tīghimī,qyadt tyghmy,قيادة تيغمي		MA	09			11913204	0	Africa/Casablanca
11913205	Caïdat d’Arbaa Ait Ahmed	caidat-d-arbaa-ait-ahmed	Caidat d'Arbaa Ait Ahmed,Caïdat d’Arbaa Ait Ahmed,Qiyadat Arbi`a' Ayit Ahmad,Qiyādat Arbi‘ā’ Āyit Aḩmad,قيادة أربعاء آيت أحمد		MA	09			11913205	0	Africa/Casablanca
11913206	Caïdat d’Arbaa Rasmouka	caidat-d-arbaa-rasmouka	Caidat d'Arbaa Rasmouka,Caïdat d’Arbaa Rasmouka,Qiyadat Arbi`a' Rasmukah,Qiyādat Arbi‘ā’ Rasmūkah,قيادة أربعاء رسموكة		MA	09			11913206	0	Africa/Casablanca
11913207	Caïdat de Bounaamane	caidat-de-bounaamane	Caidat de Bounaamane,Caïdat de Bounaamane,Qiyadat Bunu`man,Qiyādat Būnu‘mān,قيادة بونعمان		MA	09			11913207	0	Africa/Casablanca
11913208	Caïdat d’Aglou	caidat-d-aglou	Caidat d'Aglou,Caïdat d’Aglou,Qiyadat Aklu,Qiyādat Aklū,qyadt aklw,قيادة أكلو		MA	09			11913208	0	Africa/Casablanca
11913209	Caïdat d’Oulad Jerrar	caidat-d-oulad-jerrar	Caidat d'Oulad Jerrar,Caïdat d’Oulad Jerrar,Qiyadat Awlad Jarrar,Qiyādat Awlād Jarrār,qyadt awlad jrar,قيادة أولاد جرار		MA	09			11913209	0	Africa/Casablanca
11913210	Caïdat de Zaouia Sidi Ahmed Ou Moussa	caidat-de-zaouia-sidi-ahmed-ou-moussa	Caidat de Zaouia Sidi Ahmed Ou Moussa,Caïdat de Zaouia Sidi Ahmed Ou Moussa,Qiyadat Zawiyat Sidi Ahmad wa Musa,Qiyādat Zāwiyat Sīdī Aḩmad wa Mūsá,qyadt zawyt sydy ahmd wmwsy,قيادة زاوية سيدي أحمد وموسى		MA	09			11913210	0	Africa/Casablanca
11913272	Caïdat d’Amskroud	caidat-d-amskroud	Caidat d'Amskroud,Caïdat d’Amskroud,Qiyadat Amsukrud,Qiyādat Amsukrūḑ,qyadt amskrwd,قيادة أمسكروض		MA	09			11913272	0	Africa/Casablanca
11913273	Caïdat d’Ait Abdallah	caidat-d-ait-abdallah	Caidat d'Ait Abdallah,Caïdat d’Ait Abdallah,Qiyadat Ayit `Abd Allah,Qiyādat Āyit ‘Abd Allāh,قيادة آيت عبد الله		MA	09			11913273	0	Africa/Casablanca
11913274	Caïdat d’Ilmguert	caidat-d-ilmguert	Caidat d'Ilmguert,Caïdat d’Ilmguert,Qiyadat al Mikirit,Qiyādat al Mikirit,qyadt almkrt,قيادة المكرت		MA	09			11913274	0	Africa/Casablanca
11913275	Caïdat d’Adar	caidat-d-adar	Caidat d'Adar,Caïdat d’Adar,Qiyadat Adar,Qiyādat Aḑār,qyadt adar,قيادة أضار		MA	09			11913275	0	Africa/Casablanca
11913276	Caïdat d’Oualqadi	caidat-d-oualqadi	Caidat d'Oualqadi,Caïdat d’Oualqadi,Qiyadat wa al Qadi,Qiyādat wa al Qāḑī,qyadt walqady,قيادة والقاضي		MA	09			11913276	0	Africa/Casablanca
11913277	Caïdat de Machraa El Ain	caidat-de-machraa-el-ain	Caidat de Machraa El Ain,Caïdat de Machraa El Ain,Qiyadat Mashra` al `Ayn,Qiyādat Mashra‘ al ‘Ayn,قيادة مشرع العين		MA	09			11913277	0	Africa/Casablanca
11913278	Caïdat d’Oulad M’Helja	caidat-d-oulad-m-helja	Caidat d'Oulad M'Helja,Caïdat d’Oulad M’Helja,Qiyadat Awlad Mahallah,Qiyādat Awlād Maḩallah,qyadt awlad mhlt,قيادة أولاد محلة		MA	09			11913278	0	Africa/Casablanca
11913279	Caïdat d’Ain Chaib	caidat-d-ain-chaib	Caidat d'Ain Chaib,Caïdat d’Ain Chaib,Qiyadat `Ayn Shu`ayb,Qiyādat ‘Ayn Shu‘ayb,قيادة عين شعيب		MA	09			11913279	0	Africa/Casablanca
11913280	Caïdat de Sidi Moussa Lhamri	caidat-de-sidi-moussa-lhamri	Caidat de Sidi Moussa Lhamri,Caïdat de Sidi Moussa Lhamri,Qiyadat Sidi Musa al Hamri,Qiyādat Sīdī Mūsá al Ḩamrī,qyadt sydy mwsy alhmry,قيادة سيدي موسى الحمري		MA	09			11913280	0	Africa/Casablanca
11913281	Caïdat d’Ahmar	caidat-d-ahmar	Caidat d'Ahmar,Caïdat d’Ahmar,Qiyadat Ahmar,Qiyādat Aḩmar,qyadt ahmr,قيادة أحمر		MA	09			11913281	0	Africa/Casablanca
11913282	Caïdat d’Argana	caidat-d-argana	Caidat d'Argana,Caïdat d’Argana,Qiyadat Arkanah,Qiyādat Arkānah,qyadt arkant,قيادة أركانة		MA	09			11913282	0	Africa/Casablanca
11913283	Caïdat de Tamaloukte	caidat-de-tamaloukte	Caidat de Tamaloukte,Caïdat de Tamaloukte,Qiyadat Tamallukut,Qiyādat Tamallūkut,qyadt tmlwkt,قيادة تملوكت		MA	09			11913283	0	Africa/Casablanca
11913284	Caïdat d’Igli	caidat-d-igli	Caidat d'Igli,Caïdat d’Igli,Qiyadat Ikli,Qiyādat Iklī,qyadt akly,قيادة إكلي		MA	09			11913284	0	Africa/Casablanca
11913285	Caïdat de Sidi Abdellah Ou Moussa	caidat-de-sidi-abdellah-ou-moussa	Caidat de Sidi Abdellah Ou Moussa,Caïdat de Sidi Abdellah Ou Moussa,Qiyadat Sidi `Abd Allah wa Musa,Qiyādat Sīdī ‘Abd Allāh wa Mūsá,قيادة سيدي عبد الله و موسى		MA	09			11913285	0	Africa/Casablanca
11913286	Caïdat de Tafingoult	caidat-de-tafingoult	Caidat de Tafingoult,Caïdat de Tafingoult,Qiyadat Tafinkulit,Qiyādat Tāfinkūlit,qyadt tafnkwlt,قيادة تافنكولت		MA	09			11913286	0	Africa/Casablanca
11913287	Caïdat d’Ouzioua	caidat-d-ouzioua	Caidat d'Ouzioua,Caïdat d’Ouzioua,Qiyadat Awziwah,Qiyādat Awzīwah,qyadt awzywt,قيادة أوزيوة		MA	09			11913287	0	Africa/Casablanca
11913288	Caïdat d’Askaouen	caidat-d-askaouen	Caidat d'Askaouen,Caïdat d’Askaouen,Qiyadat Askawin,Qiyādat Askāwin,qyadt askawn,قيادة أسكاون		MA	09			11913288	0	Africa/Casablanca
11913289	Caïdat de Saktana	caidat-de-saktana	Caidat de Saktana,Caïdat de Saktana,Qiyadat Saktanah,Qiyādat Saktānah,qyadt sktant,قيادة سكتانة		MA	09			11913289	0	Africa/Casablanca
11913290	Caïdat d’Assaki	caidat-d-assaki	Caidat d'Assaki,Caïdat d’Assaki,Qiyadat Assaki,Qiyādat Assākī,qyadt asaky,قيادة أساكي		MA	09			11913290	0	Africa/Casablanca
11913291	Caïdat d’El Faid	caidat-d-el-faid	Caidat d'El Faid,Caïdat d’El Faid,Qiyadat al Fayd,Qiyādat al Fayḑ,qyadt alfyd,قيادة الفيض		MA	09			11913291	0	Africa/Casablanca
11913292	Caïdat de Freija	caidat-de-freija	Caidat de Freija,Caïdat de Freija,Qiyadat Ifrijah,Qiyādat Ifrījah,qyadt afryjt,قيادة إفريجة		MA	09			11913292	0	Africa/Casablanca
11913293	Caïdat de Tazemmourt	caidat-de-tazemmourt	Caidat de Tazemmourt,Caïdat de Tazemmourt,Qiyadat Tazammurit,Qiyādat Tazammūrit,qyadt tzmwrt,قيادة تزمورت		MA	09			11913293	0	Africa/Casablanca
12034990	Commune Rurale de Tassoultante	commune-rurale-de-tassoultante	Commune Rurale de Tassoultante,Jama`at Tasultant al Qarawiyah,Jamā‘at Tasulţānt al Qarawīyah,جماعة تسلطانت القروية		MA	07			12034990	0	Africa/Casablanca
12034993	Commune Rurale de Tizguite	commune-rurale-de-tizguite	Commune Rurale de Tizguite,Jama`at Tizkit al Qarawiyah,Jamā‘at Tīzkīt al Qarawīyah,جماعة تيزكيت القروية		MA	03			12034993	0	Africa/Casablanca
12034994	Commune Rurale de Dayat Aoua	commune-rurale-de-dayat-aoua	Commune Rurale de Dayat Aoua,Jama`at Dayat `Awwa al Qarawiyah,Jamā‘at Ḑāyat ‘Awwā al Qarawīyah,جماعة ضاية عوا القروية		MA	03			12034994	0	Africa/Casablanca
\.


--
-- Data for Name: cities; Type: TABLE DATA; Schema: ma; Owner: g5
--

COPY ma.cities (geoid, name, slug, country_code, postal_code, population, timezone, latitude, longitude, altitude, alternatenames, capital_of, admin1_code, admin2_code, admin3_code, admin4_code) FROM stdin;
2461874	Smara	smara	MA		42056	Africa/Casablanca	26.73841	-11.67194		Asmara,Es-Semara,Es-Smara,Esmara,SMW,Semara,Smar,Smara,alsmart,seumala,si ma la,smarh,sumara,Смара,Смара қаласы,סמארה,السمارة,سماره,スマラ,斯马拉,스마라		11	221	0322101011	
2462002	Oum Dreyga	oum-dreyga	MA		0	Africa/Casablanca	24.16667	-13.25		Oum Dreyga,am adrykt,أم ادريكة		12	391	0139105072	
2463161	Awsard	awsard	MA		0	Africa/Casablanca	22.554	-14.33		Aousred,Auserd,Ausert,Ausserd,Aussert,Awsard,alwsrd,awsrd,آوسرد,أوسرد,الوسرد		12	066	0106603052	
2525829	lgli	lgli	MA		0	Africa/Casablanca	31.53	-6.86				05	081		
2525830	Ozlaba	ozlaba	MA		0	Africa/Casablanca	35.33	-5.25				01	571		
2525832	Zrok	zrok	MA		0	Africa/Casablanca	34.38621	-6.21261		Douar Zrok,Zrok		04	491		
2525833	Zrit	zrit	MA		0	Africa/Casablanca	30.9176	-8.44168				07	041		
2525834	Douar Zri Ouled	douar-zri-ouled	MA		0	Africa/Casablanca	34.45748	-5.81604		Douar Zri Ouled,Zraoula,Zri Ouled		04	491		
2525835	Zriouila	zriouila	MA		0	Africa/Casablanca	28.82819	-10.23567		Zraouila,Zriouil,Zriouila		10	261		
2525838	Zrigat	zrigat	MA		0	Africa/Casablanca	31.6543	-4.20699				08	201		
2525840	Zribt	zribt	MA		0	Africa/Casablanca	30.89078	-9.73754				07	211		
2525844	Zriba	zriba	MA		0	Africa/Casablanca	31.66	-9.51		Douar Azrib,Zriba		07	211		
2525847	Az Zrazra	az-zrazra	MA		0	Africa/Casablanca	31.2798	-8.3895		Az Zrazra,Douar ez Zrazra,Zrazra		07	041		
2525848	Douar Zarzar	douar-zarzar	MA		0	Africa/Casablanca	34.88442	-5.76384		Douar Zarzar,Trazer,Zrazer		01	405		
2525849	Zrarka	zrarka	MA		0	Africa/Casablanca	34.54783	-4.47094		Zrarka,Zrarta		03	531		
2525851	Douar Frakit	douar-frakit	MA		0	Africa/Casablanca	33.95717	-4.91378		Douar Frakit,Fraguette,Frakit,Zraoula		03	231		
2525854	Douar Zrahna	douar-zrahna	MA		0	Africa/Casablanca	34.51092	-5.33467		Douar Zrahna,Ezrahna,Zrahna		04	481		
2525856	Zradna	zradna	MA		0	Africa/Casablanca	31.7546	-8.13828				07	351		
2525864	Zouiriyine	zouiriyine	MA		0	Africa/Casablanca	34.6962	-5.60012		Azouriyne,Douar Zouiriyine,Zouiriyine,Zoumina,Zouriyine		04	481		
2525868	Ez Zourgane	ez-zourgane	MA		0	Africa/Casablanca	30.49571	-6.0356		Ez Zourgane,Zorgane,Zourgane		08	587		
2525869	Zourek	zourek	MA		0	Africa/Casablanca	34.55248	-4.14693		Es Zourek,Zourek		03	561		
2525871	Zourag	zourag	MA		0	Africa/Casablanca	34.78241	-5.48181				01	405		
2525872	Zawia	zawia	MA		0	Africa/Casablanca	31.79569	-4.25087		Zaouia,Zawia,Zououia		08	201		
2525874	Zoumi	zoumi	MA		0	Africa/Casablanca	34.80321	-5.34458		Zoumi,Zumi	1615109112	01	151	1615109112	
2525880	Douar Zouinat	douar-zouinat	MA		0	Africa/Casablanca	32.27334	-8.89082		Douar Zouinat,Zouizat		07	431		
2525881	Zouiyya	zouiyya	MA		0	Africa/Casablanca	31.08119	-6.57654				08	401		
2525882	Douar Zouitinat	douar-zouitinat	MA		0	Africa/Casablanca	31.79321	-9.1709		Douar Zouitinat,El Hachmi Zouilene,El Hechmi Zoultene,Zouitinat,Zouitinate,Zoutnat		07	211		
2525887	Douar Zouizat	douar-zouizat	MA		0	Africa/Casablanca	32.0008	-9.08539		Douar Thaim,Douar Thaïm,Douar Zouizat,Zouirat,Zouirate		07	431		
2525891	Zouinate	zouinate	MA		0	Africa/Casablanca	31.57644	-8.77985		Douar Azouinnett,Zouinat,Zouinate		07	161		
2525892	Zouidat	zouidat	MA		0	Africa/Casablanca	32.35842	-9.08095		Douar Zouidat,Zouidat		07	431		
2525899	Douar Zougara	douar-zougara	MA		0	Africa/Casablanca	34.62354	-5.82336		Douar Zougara,Zougara,Zougoura		04	481		
2525911	Zouaima	zouaima	MA		0	Africa/Casablanca	32.37339	-8.8271		Zouaima,Zouanna		07	431		
2525913	Douar Zoualta	douar-zoualta	MA		0	Africa/Casablanca	34.29174	-4.26791		Douar Zoualta,Zoualta		03	561		
2525914	Zoualta	zoualta	MA		0	Africa/Casablanca	34.11	-4.23		Douar Zoualta,Zoualta		03	561		
2525915	Zwala	zwala	MA		0	Africa/Casablanca	31.78888	-4.24939		Zouala,Zwala		08	201		
2525916	Zouaka	zouaka	MA		0	Africa/Casablanca	32.41766	-9.1915		Douar Zouaka,Zouaka		07	431		
2525918	Zouaïr	zouair	MA		0	Africa/Casablanca	32.45296	-6.29221		Ksar Zouaer,Ksar Zouar,Zouair,Zouaïr		05	091		
2525919	Zouaïd	zouaid	MA		0	Africa/Casablanca	34.6557	-6.03415		Douar Zouaid,Douar Zouaïd,Zouaid,Zouaïd		04	281		
2525920	Zouaïd	zouaid	MA		0	Africa/Casablanca	34.53499	-2.36435		Douar Zouaid,Douar Zouaïd,Zouaid,Zouaïd		02	533		
2525921	Zouaher	zouaher	MA		0	Africa/Casablanca	32.37725	-9.24916		Zouahen,Zouaher		07	431		
2525926	Douar Zoua	douar-zoua	MA		0	Africa/Casablanca	35.27573	-5.83104		Douar Zoua,Zoua		01	331		
2525927	Zoco el Tenin de Amel-lu	zoco-el-tenin-de-amel-lu	MA		0	Africa/Casablanca	29.29513	-10.01959				10	473		
2525928	Zoco el Tenin de Ait Ali	zoco-el-tenin-de-ait-ali	MA		0	Africa/Casablanca	29.15	-10.08				10	473		
2525929	Zoco el Jemis de Ait Bubequer	zoco-el-jemis-de-ait-bubequer	MA		0	Africa/Casablanca	29.41	-9.98		El Jemis de Ait Bubequer,Zoco el Jemis de Ait Bubequer		10	473		
2525932	Zntou	zntou	MA		0	Africa/Casablanca	30.81231	-9.47577		Zento,Zentou,Zntou		09	001		
2525933	Znida	znida	MA		0	Africa/Casablanca	31.40272	-8.87651		Dar Znida,Znid,Znida		07	161		
2525935	Znada	znada	MA		0	Africa/Casablanca	31.23578	-8.72844		Znada		07	161		
2525937	Zmamra	zmamra	MA		0	Africa/Casablanca	31.90283	-7.08618		Amamra,Zemamra,Zmamra		07	191		
2525941	Douar Zlayeh	douar-zlayeh	MA		0	Africa/Casablanca	34.7192	-5.22358		Douar Zlayeh,Ouled Lahan et Zlayah,Ouled Lahsene Zlay,Zlaiah,Zlayah		01	405		
2525942	Zlaroua	zlaroua	MA		0	Africa/Casablanca	33.8648	-6.04091		Slirhoua,Zlaroua		04	291		
2525946	Douar Zouggara	douar-zouggara	MA		0	Africa/Casablanca	34.79227	-5.79056		Douar Zkouara,Douar Zouggara,Zkouara,Zougara		04	481		
2525948	Douar Ait Bni Hya	douar-ait-bni-hya	MA		0	Africa/Casablanca	33.91539	-4.7314		Douar Ait Bni Hya,Zitouna Ait Khalifa,Zitouna Aït Khalifa		03	451		
2525950	Douar Ezzaytouna	douar-ezzaytouna	MA		0	Africa/Casablanca	34.92561	-5.65765		Douar Ezzaytouna,Douar Zitoun,Zitouna		01	405		
2525951	Zitouna	zitouna	MA		0	Africa/Casablanca	33.79083	-4.444				03	451		
2525957	Zitanes	zitanes	MA		0	Africa/Casablanca	35.06895	-5.40694		Zitanes,Zitanse		01	151		
2525965	Zirara	zirara	MA		0	Africa/Casablanca	32.34461	-8.53539		Zirara		06	467		
2525971	Zinebt	zinebt	MA		0	Africa/Casablanca	31.32528	-8.43969				07	161		
2525973	Zinat	zinat	MA		0	Africa/Casablanca	35.43	-5.4		Ercouiene,Ercoulene,Jinat,Sinat,Zinat	1657105272	01	571	1657105272	
2525980	Zidate	zidate	MA		0	Africa/Casablanca	30.03825	-9.01734		Zidat,Zidate		09	163		
2525981	Zidania	zidania	MA		0	Africa/Casablanca	30.45986	-8.91216				09	541		
2525982	Ziazna	ziazna	MA		0	Africa/Casablanca	34.40124	-5.34782		Tiazna,Ziazna		03	531		
2525984	Ez Zeïaina	ez-zeiaina	MA		0	Africa/Casablanca	34.53066	-4.27204		Ez Zeiaina,Ez Zeïaina,Ziaina,Ziarna,Ziaïna		03	561		
2525985	Ziyyar	ziyyar	MA		0	Africa/Casablanca	33.04005	-5.72657		Ziar,Ziyyar		05	301		
2525990	Douar Ziyanat	douar-ziyanat	MA		0	Africa/Casablanca	34.30681	-5.37084		Douar Ziyanat,Zianat,Znata		03	531		
2525991	Douar Zyayna	douar-zyayna	MA		0	Africa/Casablanca	34.56139	-5.64606		Douar Ziaina,Douar Ziaïna,Douar Zyayna,Oulad Ziane,Ziana		04	481		
2525994	Ziaïna	ziaina	MA		0	Africa/Casablanca	34.53	-4.26				03	561		
2525995	Douar Zyayna	douar-zyayna	MA		0	Africa/Casablanca	32.42289	-8.92111		Douar Zyayna,Ziaina,Ziaïna		07	431		
2525998	Zhara	zhara	MA		0	Africa/Casablanca	35.83067	-5.57569		Sidi Zahara,Zahara,Zhara		01	227		
2526004	Zguigui	zguigui	MA		0	Africa/Casablanca	30.95	-5.91				08	587		
2526007	Zghariyine	zghariyine	MA		0	Africa/Casablanca	34.80622	-4.87164				03	531		
2526008	Zgassif	zgassif	MA		0	Africa/Casablanca	31.03196	-6.58571		Tazgassif,Zgassif		08	401		
2526009	Douar Zgaouta	douar-zgaouta	MA		0	Africa/Casablanca	35.38831	-5.68492		Douar Zgaouta,Sgaouat,Zgaout,Zgâout		01	571		
2526011	Douar Zgane	douar-zgane	MA		0	Africa/Casablanca	33.75691	-4.6996		Douar Zgane,Zgane		03	451		
2526012	Zgaggma	zgaggma	MA		0	Africa/Casablanca	31.27856	-8.25255		Douar Zgagma,Zgaggma,Zgagma		07	041		
2526017	Zerzaïa	zerzaia	MA		0	Africa/Casablanca	33.76412	-3.52425		Zerzaia,Zerzaïa,Zerzola		03	131		
2526025	Zarwoun	zarwoun	MA		0	Africa/Casablanca	31.26055	-7.53672		Zarououne,Zarwoun,Zerouane,Zerouen,Zerouèn,Zrououn		07	041		
2526028	Zerkat	zerkat	MA		0	Africa/Casablanca	35.1	-5.45		Azerkat		01	151		
2526029	Zerkat	zerkat	MA		0	Africa/Casablanca	34.83295	-4.42524		Serkat,Zarkat,Zerkat		01	051		
2526035	Zerhoun	zerhoun	MA		0	Africa/Casablanca	34.17303	-5.35433		Zerhoun,Zirhoune		03	061		
2526049	Zerba	zerba	MA		0	Africa/Casablanca	31.35	-4.28				08	201		
2526053	Douar Zrayeb	douar-zrayeb	MA		0	Africa/Casablanca	35.03755	-5.58164		Douar Zrayeb,Zeraib,Zerâïb		01	331		
2526054	Douar Zarradoune	douar-zarradoune	MA		0	Africa/Casablanca	34.97228	-5.57085		Douar Zarradoune,Douar Zeradoun,Lerradoun,Zeradou		01	405		
2526059	Zenngour	zenngour	MA		0	Africa/Casablanca	32.08452	-7.01281		Zengour,Zenngour		05	081		
2526064	Douar Znata	douar-znata	MA		0	Africa/Casablanca	34.51287	-5.42215		Douar Znata,Eznata,Zenata		04	481		
2526067	Zenaga	zenaga	MA		0	Africa/Casablanca	32.09993	-1.23628		Zenag,Zenaga		02	251		
2526070	Zemrane	zemrane	MA		0	Africa/Casablanca	31.53383	-8.26731		Douar Zemrane,Zemrane		07	351		
2526072	Zemouret Olya	zemouret-olya	MA		0	Africa/Casablanca	35.43711	-5.20345		Zemmourete,Zemouret Olya		01	571		
2526076	Douar Zemmij	douar-zemmij	MA		0	Africa/Casablanca	35.69979	-5.62008		Douar Zemmij,Zamij,Zemmij		01	227		
2526084	Zemamra	zemamra	MA		0	Africa/Casablanca	34.47857	-4.52677		Douar ez Zemamra,Zemamra		03	531		
2526092	Boubker	boubker	MA		0	Africa/Casablanca	34.47369	-1.7295		Bou Beker,Boubker,Ouled Ali Boubeker,Zellidja-Boubker,Zellija-Boubeker		02	275		
2526097	Douar Lehrouch	douar-lehrouch	MA		0	Africa/Casablanca	32.57631	-8.73823		Douar Lehrouch,Douar Zekakha el Harouch,Zekakha el Harouch		06	467		
2526098	Zitouna	zitouna	MA		0	Africa/Casablanca	35.40503	-5.75829		Ez Zitouna,Ez Zitounal,Zeitouna,Zeïtouna,Zitouna,Zitounate		01	571		
2526099	Zeïtouna	zeitouna	MA		0	Africa/Casablanca	35.19849	-5.66121				01	331		
2526100	Douar Zitouna	douar-zitouna	MA		0	Africa/Casablanca	35.13094	-4.28098		Douar Zitouna,Zeitouna,Zeituna,Zeïtouna,Zitouna		01	051		
2526101	Zeïtoun	zeitoun	MA		0	Africa/Casablanca	35.81181	-5.38031				01			
2526102	Zhiyra	zhiyra	MA		0	Africa/Casablanca	32.66014	-4.97204		Zeira Srhira,Zeïra Srhira,Zhiyra		08	363		
2526104	Zayda	zayda	MA		0	Africa/Casablanca	32.81921	-4.96099		Kasba Zaida,Kasba Zaïda,Zaida,Zayda,Zeida,Zeïda		08	363		
2526105	Douar Zahriyine	douar-zahriyine	MA		0	Africa/Casablanca	34.51887	-5.35335		Douar Zahriyine,Ezhiryene,Ezhiryène,Zehriine,Zehriyine,Zehriyne		04	481		
2526106	Douar Zehir Laananza	douar-zehir-laananza	MA		0	Africa/Casablanca	34.54985	-5.74195		Douar Zehir Laananza,Zehir Laananza,Zehir Laânanza,Zhair el Ananza,Zhaïr el Ananza		04	481		
2526109	Zehamna	zehamna	MA		0	Africa/Casablanca	32.67451	-8.63266		Douar Zehamna,Zehamna		06	467		
2526110	Zehazeha Dehimnat	zehazeha-dehimnat	MA		0	Africa/Casablanca	32.48499	-8.79718		Zehahfa-Dahimnate,Zehazeha Dehimnat		07	431		
2526115	Ayt Zegane	ayt-zegane	MA		0	Africa/Casablanca	31.11239	-4.97946		Ait Zegane,Ayt Zegane,Aït Zegane,Ksar Ait Zeggane,Ksar Aït Zeggane,Zeggane		08	577		
2526142	Zbor el Mchit	zbor-el-mchit	MA		0	Africa/Casablanca	34.57072	-4.93724		Jbar Mechit,Zbor el Mchit,Zbor el Mchite		03	531		
2526143	Zbirat	zbirat	MA		0	Africa/Casablanca	30.34186	-9.14555		Zbirat,Zbiratt		09	541		
2526147	Douar Zbayr	douar-zbayr	MA		0	Africa/Casablanca	34.48097	-4.35104		Douar Zbayr,Zbair		03	561		
2526150	Douar Laouzaghit	douar-laouzaghit	MA		0	Africa/Casablanca	33.9925	-4.78588		Douar Laouzaghit,Zawyat Sidi Salem		03	451		
2526151	Zawyat Ribat	zawyat-ribat	MA		0	Africa/Casablanca	34.85315	-3.09091				02	381		
2526152	Zawyat Oulmzi	zawyat-oulmzi	MA		0	Africa/Casablanca	31.70929	-6.30009		Zaouite Oualmezgue,Zawyat Oulmzi		05	081		
2526153	Zaouia Bouchnine	zaouia-bouchnine	MA		0	Africa/Casablanca	30.72954	-8.71333		Zaouia Bouchnine,Zawyat Bouchnine		09	541		
2526154	Zawyat	zawyat	MA		0	Africa/Casablanca	31.22726	-6.10976				08	577		
2526155	Zawya	zawya	MA		0	Africa/Casablanca	35.69705	-5.51762				01	227		
2526156	Zattaï	zattai	MA		0	Africa/Casablanca	31.17745	-9.33727				07	211		
2526159	Saddina	saddina	MA		0	Africa/Casablanca	35.6141	-5.45191		Saddina,Zatdina	1657103172	01	571	1657103172	
2526162	Za’roura	za-roura	MA		0	Africa/Casablanca	35.22012	-5.67149		Dar Daued,Za'roura,Zaarora,Zaaroura,Za’roura		01	331		
2526163	Zarouiet	zarouiet	MA		0	Africa/Casablanca	31.5	-7.51		Zaouia,Zarouiet		07	041		
2526167	Zarhririne	zarhririne	MA		0	Africa/Casablanca	34.67723	-4.63089		Zaghrirene,Zarhririne		03	531		
2526168	Zarhenrhine	zarhenrhine	MA		0	Africa/Casablanca	30.68243	-9.06418		Tagenghine,Zarhenrhin,Zarhenrhine		09	541		
2526174	Zaouyet Lalla Çfiya Ali	zaouyet-lalla-cfiya-ali	MA		0	Africa/Casablanca	31.17296	-7.36693				08	401		
2526176	Zaouit Sidi Driss	zaouit-sidi-driss	MA		0	Africa/Casablanca	31.77171	-6.93642				05	081		
2526177	Zaouyet Sidi Brahim Ou Ali Tighanimine	zaouyet-sidi-brahim-ou-ali-tighanimine	MA		0	Africa/Casablanca	30.67807	-9.8666		Ait Ahmed Ou Brahim,Aït Ahmed Ou Brahim,Zaouia Sidi Brahim Ou Ali,Zaouit Sidi Brahim Ou Ali,Zaouyet Sidi Brahim Ou Ali Tighanimine		09	001		
2526178	Zaouit Ouidmane	zaouit-ouidmane	MA		0	Africa/Casablanca	30.87883	-9.12121		Laoute Ouidme,Zaouia Ouidmen,Zaouit Ouidmane		07	161		
2526179	Douar Zaouiat Ou Hassane	douar-zaouiat-ou-hassane	MA		0	Africa/Casablanca	31.31008	-9.5442		Douar Zaouiat Ou Hassane,Zaouia ou Lahsene,Zaouit Ou Hassane,Zaouite hassaine,Zawit ou Hassane		07	211		
2526180	Zaouit Moulay Abdallah	zaouit-moulay-abdallah	MA		0	Africa/Casablanca	31.9279	-4.395				08	201		
2526181	Douar Zaouiat Louda	douar-zaouiat-louda	MA		0	Africa/Casablanca	30.95353	-9.78232		Douar Zaouiat Louda,Zaouiete Loudai,Zaouit Louda,Zawit Louda		07	211		
2526182	Zaouit Issoukal	zaouit-issoukal	MA		0	Africa/Casablanca	30.8467	-9.39107		Zaouia Issougal,Zaouia Issoukal,Zaouit Issoukal		09	001		
2526183	Zaouït a Bou-Lhâssane	zaouit-a-bou-lhassane	MA		0	Africa/Casablanca	30.67554	-6.2902		Zaouit a Bou Lhassane,Zaouit a Bou-Lhassane,Zaouït a Bou Lhâssane,Zaouït a Bou-Lhâssane		08	587		
2526184	Zaouïte	zaouite	MA		0	Africa/Casablanca	31.00274	-7.78402		Zaouit,Zaouite,Zaouïte		09	541		
2526187	Douar Zaouiat Sidi Ali	douar-zaouiat-sidi-ali	MA		0	Africa/Casablanca	32.3068	-8.24923		Douar Zaouiat Sidi Ali,Zaouiet Sidi Ali		07	427		
2526188	Zaouiet Sidi Tounsi	zaouiet-sidi-tounsi	MA		0	Africa/Casablanca	32.62439	-8.1156		Zaouia Sidi Mohammed Tounsi,Zaouia Tounsia,Zaouiet Sidi Tounsi		06	467		
2526189	Zaouiet Sidi Moussa	zaouiet-sidi-moussa	MA		0	Africa/Casablanca	32.70279	-8.85694				06	467		
2526190	Zaouiet Sidi Mohammed Ben Moumene	zaouiet-sidi-mohammed-ben-moumene	MA		0	Africa/Casablanca	32.84542	-8.16566		Zaouiet Sidi Mohammed Ben Moumene,Zaouiet Sidi Mohammed Ben Moumere		06	181		
2526191	Zaouiet Sidi Kamed	zaouiet-sidi-kamed	MA		0	Africa/Casablanca	32.87762	-8.68708				06	181		
2526192	Zouiet Sidi Daoud	zouiet-sidi-daoud	MA		0	Africa/Casablanca	31.47971	-5.95939		Zaouiet Sidi Daoud,Zouiet Sidi Daoud		08	577		
2526193	Daour Zaouat Ben Hamdoun	daour-zaouat-ben-hamdoun	MA		0	Africa/Casablanca	32.62323	-8.60861		Daour Zaouat Ben Hamdoun,Zaouia Ben Hamdouni,Zaouiet Sidi Ben Hamdoun,Zaouiet Sidi Bou Hamdoun,Zaouiet ben Hamdoune		06	467		
2526194	Zaouiat Sidi Abdelkhaleq	zaouiat-sidi-abdelkhaleq	MA		0	Africa/Casablanca	31.63901	-8.3283		Sidi Abd el Khaled,Zaouiat Sidi Abdelkhaleq,Zaouiet Sidi Abd el Khalek		07	351		
2526195	Zaouiet Says	zaouiet-says	MA		0	Africa/Casablanca	32.79405	-8.65172		Zaouia de Sais,Zaouia de Saïs,Zaouiet Sais,Zaouiet Saiss,Zaouiet Says,Zaouiet Saïs,Zaouiet Saïss,Zaouit Saiss,Zaouit Saïss		06	181		
2526196	Zaouiet Ouskour	zaouiet-ouskour	MA		0	Africa/Casablanca	30.85786	-9.5108		Zaouia Ourakour,Zaouiet Ouskour		09	001		
2526197	Zaouiet Oulad Sidi Hamdoun	zaouiet-oulad-sidi-hamdoun	MA		0	Africa/Casablanca	33.01514	-8.33887		Zaouiet Oulad Sidi Hamdoun,Zaouit Ouled Hamdoune		06	181		
2526198	Zawyat Oulad Ben Naçer	zawyat-oulad-ben-nacer	MA		0	Africa/Casablanca	33.02457	-7.86732		Zaouiet Oulad Ben Naseur,Zaouiet Oulad Ben Nasser,Zawyat Oulad Ben Nacer,Zawyat Oulad Ben Naçer		06	461		
2526199	Douar Zaouit Moulat Abdellah Ben Hsine	douar-zaouit-moulat-abdellah-ben-hsine	MA		0	Africa/Casablanca	32.50052	-8.95102		Douar Zaouit Moulat Abdellah Ben Hsine,Ouled Abdellal Ben Hsine,Zaouiet Moulay Abdallah Ben Hassine		07	431		
2526200	Idaqqi	idaqqi	MA		0	Africa/Casablanca	30.79198	-8.2191		Idaqqi,Zaouiet Itgui		09	541		
2526202	Zaouiet en Nouasra	zaouiet-en-nouasra	MA		0	Africa/Casablanca	32.66338	-8.82889				06	467		
2526203	Zaouiet el Mrabtine	zaouiet-el-mrabtine	MA		0	Africa/Casablanca	34.06583	-3.98106		Douar Zaouiet el Mrabtine,Zaouiet el Mrabtine		03	561		
2526204	Zaouiet El Maachet	zaouiet-el-maachet	MA		0	Africa/Casablanca	33.06428	-8.56504		El Maachate-Taguiarte,El Maâchate-Taguiarte,Zaduiet el Machet,Zaduiet el Mâchet,Zaouia el Machat,Zaouia el Mâchat,Zaouiet El Maachet,Zaouiet el Machet,Zaouiet el Mâchet,Zet El M'acnet,Zet El M’acnet		06	181		
2526205	Zaouiet el Kiriat	zaouiet-el-kiriat	MA		0	Africa/Casablanca	31.51	-7.53		Zaouiat,Zaouiet el Kiriat,Zaouïat,Zera el Kiriate		07	041		
2526206	Zaouiet el Khir	zaouiet-el-khir	MA		0	Africa/Casablanca	28.53	-8.98				10	071		
2526207	Douar Zaouiat El Habtiyine El Oulia	douar-zaouiat-el-habtiyine-el-oulia	MA		0	Africa/Casablanca	35.11882	-5.19269		Douar Zaouiat El Habtiyine El Oulia,Zaouiet el Habteyine		01	151		
2526208	Zaouiat Echarradi	zaouiat-echarradi	MA		0	Africa/Casablanca	31.71414	-8.31921		Zaouiat Echarradi,Zaouiet-ech-Cherradi		07	351		
2526209	Zâouïet Dekhlâniyâ	zaouiet-dekhlaniya	MA		0	Africa/Casablanca	29.93	-5.57				08	587		
2526210	Zaouiet Ben Jare	zaouiet-ben-jare	MA		0	Africa/Casablanca	32.81161	-8.54691		Zaouia Ben Ajem,Zaouia Ben Asem,Zaouia bou Ayem,Zaouiet Ben Ajem,Zaouiet Ben Jare,Zaouïa Ben Ajem		06	181		
2526211	Zaouït Aït Ouekrim	zaouit-ait-ouekrim	MA		0	Africa/Casablanca	31.34865	-9.49116		Zaouiet Ait Ou Krim,Zaouiet Ait Ouekrim,Zaouiet Aït Ouekrim,Zaouit Ait Ouekrim,Zaouït Aït Ouekrim		07	211		
2526212	Zaouiet Ahmed es Sounni	zaouiet-ahmed-es-sounni	MA		0	Africa/Casablanca	34.84535	-4.78137				01	051		
2526213	Sidi Abdelaziz Ben Iffou	sidi-abdelaziz-ben-iffou	MA		0	Africa/Casablanca	32.59366	-8.96002		Sidi Abdelaziz Ben Iffou,Zaouiet Abd el Aziz Bou Iffou,Zaouiet Abd el Aziz Bou Iffrou,Zaouiet Abd el Aziz bou Iffoy,Zaouiet Ben Yaffou		06	467		
2526215	Zawyat Moulay Driss	zawyat-moulay-driss	MA		0	Africa/Casablanca	34.62967	-3.49854		Zaouia Moulay Idriss,Zaouiat Moulay Driss,Zawyat Moulay Driss		02	167		
2526217	Zaouia Timguilcht	zaouia-timguilcht	MA		0	Africa/Casablanca	29.51	-8.88		Timguidcht,Zaouia Timguilcht		09	581		
2526218	Zaouia Tilelt	zaouia-tilelt	MA		0	Africa/Casablanca	30.89718	-9.79289		Tillelt,Zaouia Tilelt,Zaouia Tillett		09	001		
2526220	Zaouiet El Kettani	zaouiet-el-kettani	MA		0	Africa/Casablanca	33.12989	-8.54868		Zaouia el Kettani,Zaouiat el Ketani,Zaouiet El Kettani		06	181		
2526221	Tazlmimt	tazlmimt	MA		0	Africa/Casablanca	30.35741	-7.30196		Tazlmimt,Zaouia Tazelmint		08	401		
2526222	Zaouia Tatrirt	zaouia-tatrirt	MA		0	Africa/Casablanca	30.74715	-9.04374		Tatrist,Zaouia Taterirt,Zaouia Tatrirt		09	541		
2526223	Zâouïet el Kediyâ	zaouiet-el-kediya	MA		0	Africa/Casablanca	29.93	-5.5		Zaouia Tat el Kodir,Zaouiet el Kediya,Zâouïet el Kediyâ		08	587		
2526224	Zawyat Safkoumt	zawyat-safkoumt	MA		0	Africa/Casablanca	30.49419	-7.56459		Sefkoumet,Zaouia Sfkoumt,Zaouia Taskoumt,Zawyat Safkoumt		08	401		
2526225	Zawyat Tawyalt	zawyat-tawyalt	MA		0	Africa/Casablanca	30.77955	-7.85681		Zaouia Taouyalt,Zawyat Tawyalt		09	541		
2526226	Tawrirt	tawrirt	MA		0	Africa/Casablanca	30.84981	-8.68063		Tawrirt,Zaouia Taouert		09	541		
2526227	Zawyat Tamarout	zawyat-tamarout	MA		0	Africa/Casablanca	31.03521	-8.89065		Azzaouia Tamaroute,Azzaouïa Tamaroute,Zaouia Tamarout,Zaouia Tamaroute,Zawyat Tamarout		07	161		
2526228	Zawiat Tamarwout	zawiat-tamarwout	MA		0	Africa/Casablanca	30.67096	-7.91756		Tamarouout,Zaouia Tamaraout,Zawiat Tamarwout		09	541		
2526230	Talmest	talmest	MA		0	Africa/Casablanca	31.81224	-9.3379		Talmest,Telmest,Zaouia Talmest		07	211		
2526231	Zaouiat Taliza	zaouiat-taliza	MA		0	Africa/Casablanca	30.42893	-7.33512		Zaouia Taliza,Zaouiat Taliza,Zawyat Taliza		08	401		
2526232	Zaouia Taleb	zaouia-taleb	MA		0	Africa/Casablanca	30.48	-6		Ksebt el Kaaba,Zaoia ben taleb,Zaouia Taleb,Zaoïa ben taleb		08	587		
2526233	Zaouia Tahel Hanet	zaouia-tahel-hanet	MA		0	Africa/Casablanca	31.62554	-6.80622				05	081		
2526234	Zawyat Tagarkoust	zawyat-tagarkoust	MA		0	Africa/Casablanca	30.53575	-7.93236		Zaouia Taguergoust,Zawyat Tagarkoust		09	541		
2526235	Zaouïa-Taglaout	zaouia-taglaout	MA		0	Africa/Casablanca	31.74005	-7.27726		Zaouia Taglaout,Zaouia-Taglaout,Zaouïa-Taglaout,Zawyat Taglawt,Zouiat Taglaout		05	081		
2526236	Zaouia Tafrout	zaouia-tafrout	MA		0	Africa/Casablanca	30.45	-5.9				08	587		
2526237	Taddart	taddart	MA		0	Africa/Casablanca	30.67035	-8.0815		Tadarte,Taddart,Zaouia Taddert		09	541		
2526238	Zawyat Tabgourt	zawyat-tabgourt	MA		0	Africa/Casablanca	30.76225	-8.51179		Zaouia Tabgout,Zawyat Tabgourt		09	541		
2526239	Setti Fatma	setti-fatma	MA		22283	Africa/Casablanca	31.22508	-7.67751		Sette Fatna,Setti Fadma,Setti Fatma,Sti Fadma,Sti-Fadma,Zaouia Sti Fatma,Сти-Фадма		07	041		
2526240	Zaouia Sougrat	zaouia-sougrat	MA		0	Africa/Casablanca	30.51235	-8.643		Zaouia Ifergane,Zaouia Sougrat		09	541		
2526242	Zaouia Sidi Yahya	zaouia-sidi-yahya	MA		0	Africa/Casablanca	30.01	-5.53				08	587		
2526243	Zawyat Sidi Cghrir ou Malk	zawyat-sidi-cghrir-ou-malk	MA		0	Africa/Casablanca	31.45797	-7.57232		Zaouia Sidi Saghir Amalek,Zaouia Sidi Srhir Ou Malek,Zawyat Sidi Cghrir ou Malk		07	041		
2526244	Zaouia Sidi Slimane	zaouia-sidi-slimane	MA		0	Africa/Casablanca	34.90679	-2.07182		Ouled Sidi Slimane,Sidi Slimane,Zaouia Sidi Slimane		02	113		
2526245	Zâouïet Sidi Sâlah	zaouiet-sidi-salah	MA		0	Africa/Casablanca	29.91	-5.53		Zaouia Sidi Salah,Zaouiet Sidi Salah,Zâouïet Sidi Sâlah		08	587		
2526247	Zaouiet Sidi Ghanem	zaouiet-sidi-ghanem	MA		0	Africa/Casablanca	32.87979	-8.68314		Zaouia Sidi Rhanem,Zaouia de Sidi Ghanem,Zaouiet Sidi Ghanem,Zaouïa de Sidi Ghanem		06	181		
2526248	Zaouia Sidi Rehal	zaouia-sidi-rehal	MA		0	Africa/Casablanca	31.24693	-8.65456		Sidi Rahal,Sidi-Rahhal,Zaouia Sidi Rahal,Zaouia Sidi Rehal		07	161		
2526250	Zaquiat Sidi Erradi	zaquiat-sidi-erradi	MA		0	Africa/Casablanca	32.636	-9.14342		Douar Zouia Sidi Radi,Zaouia Sidi Radi,Zaouiet Sidi Radi,Zaquiat Sidi Erradi		07	431		
2526251	Zawyat Sidi Waziz	zawyat-sidi-waziz	MA		0	Africa/Casablanca	30.73807	-8.32238		Zaouia Sidi Ouaziz,Zaouia Sidi Ouâziz,Zaouit Sidi Waziz,Zawyat Sidi Waziz		09	541		
2526252	Za Sidi Ouaggag	za-sidi-ouaggag	MA		0	Africa/Casablanca	29.78844	-9.81063		Agulha,Za Sidi Ouaggag,Zaouia Sidi Ouaggag,Zaouit Aglou,Zaouit sidi ouagag		09	581		
2526253	Zaouia Sidi Moha Ou Ayachi	zaouia-sidi-moha-ou-ayachi	MA		0	Africa/Casablanca	31.65	-5.83		Sidi Moha ou Ayachi,Zaouia Sidi Moha Ou Ayachi		08	577		
2526254	Zaouia Sidi Mohand Ou Brahim	zaouia-sidi-mohand-ou-brahim	MA		0	Africa/Casablanca	30.68916	-6.3259				08	587		
2526255	Zaouia Sidi Mohammed Ou Lahsene	zaouia-sidi-mohammed-ou-lahsene	MA		0	Africa/Casablanca	30.66285	-6.13777		Zaouia Sidi Mohammed Ou Lahsen,Zaouia Sidi Mohammed Ou Lahsene,Zaouia Sidi Mohammed Ou Lahsèn		08	587		
2526256	Zaouia Sidi Mohammed Ou Lahoussine	zaouia-sidi-mohammed-ou-lahoussine	MA		0	Africa/Casablanca	30.80369	-8.98376				09	541		
2526257	Zaouiat Sidi Mhamed Ou Marzouq	zaouiat-sidi-mhamed-ou-marzouq	MA		0	Africa/Casablanca	31.76443	-9.01328		Zaouia Mohammed Ben Merzoug,Zaouia Sidi Mohammed Ben Merzoug,Zaouia Sidi Mohammed Ben Merzouk,Zaouiat Sidi Mhamed Ou Marzouq		07	211		
2526258	Zaouia Sidi Merri	zaouia-sidi-merri	MA		0	Africa/Casablanca	30.28	-7.08				09	551		
2526259	Douar Errouda Sidi Lahsen	douar-errouda-sidi-lahsen	MA		0	Africa/Casablanca	33.7889	-4.68005		Douar Errouda Sidi Lahsen,Douar Sidi Lahsene,Sidi Lahsen,Zaouia Sidi Lahsene,Zaouia Sidi Lhassene,Zaouia Sidi Lhassène		03	451		
2526260	Zaouiat Sidi Lahsene Ali	zaouiat-sidi-lahsene-ali	MA		0	Africa/Casablanca	30.07095	-7.37111		Zaouia Sidi Lahsen,Zaouia Sidi Lahsene,Zaouiat Sidi Lahsene Ali,Zawit Sidi Lahsene 'Ali,Zawit Sidi Lahsene ’Ali		09	551		
2526261	Zaouia Sidi Kanoun	zaouia-sidi-kanoun	MA		0	Africa/Casablanca	31.62479	-9.53917				07	211		
2526262	Zaouiat Sidi Lahsaïn	zaouiat-sidi-lahsain	MA		0	Africa/Casablanca	30.47482	-7.35803		Zaouia Sidi El Hoceine,Zaouia Sidi El Hoceïne,Zaouia Sidi El Hoseine,Zaouia Sidi El Hoseïne,Zaouia Sidi Hassain,Zaouia Sidi Hassaïn,Zaouia Sidi Houssain,Zaouia Sidi Houssaïn,Zaouia Sidi Hssain,Zaouia Sidi Hssaïn,Zaouiat Sidi Lahsain,Zaouiat Sidi Lahsaïn,Zawit Sidi Lahsain,Zawit Sidi Lahsaïn		08	401		
2526263	Zawyat Sidi Hamza	zawyat-sidi-hamza	MA		0	Africa/Casablanca	32.43517	-4.71745		Sidi Hamza,Taoui Sidi Hamza,Zaouia Sidi Hamza,Zawyat Sidi Hamza,Zouiat Sidi Hamza		08	363		
2526264	Zaouiat Sidi Hammou Ben Hmida	zaouiat-sidi-hammou-ben-hmida	MA		0	Africa/Casablanca	31.75483	-9.37101		Ait Hmida,Aït Hmida,Zaouia Ben Hamida,Zaouia Sidi Hamou Ben Hamida,Zaouiat Sidi Hammou Ben Hmida		07	211		
2526265	Zaouia Sidi el Rhazi	zaouia-sidi-el-rhazi	MA		0	Africa/Casablanca	31.23	-4.25		Zaouia Sidi el Ghazi,Zaouia Sidi el Rhazi		08	201		
2526266	Zawyat Sidi al Mekki	zawyat-sidi-al-mekki	MA		0	Africa/Casablanca	33.21205	-7.71666		Sidi Mekki,Zaouia Sidi el Mekki,Zaouia de Sidi el Mekki,Zaouïa de Sidi el Mekki,Zawyat Sidi al Mekki,Zouiet Sidi el Mekki		06	117		
2526268	Zaouiat Sidi El Hawari	zaouiat-sidi-el-hawari	MA		0	Africa/Casablanca	33.00284	-8.02795		Oulad Sid el Aouari,Zaouia Sidi el Houari,Zaouiat Sidi El Hawari		06	461		
2526269	Douar Zaouiat Sidi Ettaghi	douar-zaouiat-sidi-ettaghi	MA		0	Africa/Casablanca	33.03438	-7.26445		Douar Zaouiat Sidi Ettaghi,Zaouia Sidi el Haj et Tarhi,Zaouia Sidi el Hajj et Tarhi,Zaouiat Sidi el Haj et Taghi,Zaouria Sidi el Hajj et Tarhl		06	461		
2526270	Sidi el Haj bel Zidi	sidi-el-haj-bel-zidi	MA		0	Africa/Casablanca	34.70939	-3.58678		Sidi el Haj bel Zidi,Zaouia Sidi el Hajj Bel Zidi		02	167		
2526271	Ez Zaouit Sidi el Hadi	ez-zaouit-sidi-el-hadi	MA		0	Africa/Casablanca	34.59103	-3.71565		Ez Zaouit Sidi el Hadi,Zaouia Sidi el Haj,Zaouia Sidi el Hajj,Zawyat Sidi al Hadi		02	265		
2526272	Zaouia Sidi el Hach Ali	zaouia-sidi-el-hach-ali	MA		0	Africa/Casablanca	34.93412	-3.71203		Zaouia Sidi el Hach Ali,Zaouiyat Sidi El Hadj Ali,Zawyat Sidi Haj Ali		02	167		
2526273	Zaouia Sidi Cheïkh	zaouia-sidi-cheikh	MA		0	Africa/Casablanca	31.25302	-6.07365		Zaouia Ait Sidi Chakh,Zaouia Aït Sidi Chakh,Zaouia Sidi Cheikh,Zaouia Sidi Cheïkh		08	577		
2526274	Zaouia Sidi Chikh	zaouia-sidi-chikh	MA		0	Africa/Casablanca	30.52873	-8.64155		Zaouia Sidi Cheikh,Zaouia Sidi Cheïkh,Zaouia Sidi Chikh		09	541		
2526275	Zaouiat Sidi Boutayeb	zaouiat-sidi-boutayeb	MA		0	Africa/Casablanca	32.21144	-8.65556		Zaouia Sidi Bou Taieb,Zaouia Sidi Bou Taïeb,Zaouia Sidi Boutayeb,Zaouiat Sidi Boutayeb		07	585		
2526276	Douar Ayt Sidi Bou Moussa	douar-ayt-sidi-bou-moussa	MA		0	Africa/Casablanca	32.5912	-5.03831		Ait sidi bou Moussa,Aït sidi bou Moussa,Douar Ayt Sidi Bou Moussa,Zaouia Sidi Bou Moussa		08	363		
2526277	Zaouia Sidi Boubeker	zaouia-sidi-boubeker	MA		0	Africa/Casablanca	31.41477	-9.63042				07	211		
2526278	Zaouia Sidi Bou Azza	zaouia-sidi-bou-azza	MA		0	Africa/Casablanca	33.35202	-8.12917				06	181		
2526279	Zaouiet Sidi Bou Alam	zaouiet-sidi-bou-alam	MA		0	Africa/Casablanca	32.87668	-8.40362		Oulad Sidi Boualam,Zaouia Sidi Bou Alam,Zaouia Sidi Bou Alem,Zaouiet Sidi Bou Alam		06	181		
2526280	Zawyat Ben Naji	zawyat-ben-naji	MA		0	Africa/Casablanca	31.16902	-6.81095		Zaouia Sidi Bennaji,Zaouia ben Nadji,Zawyat Ben Naji,Zouiat Bou Naji		08	401		
2526281	Zaouia Sidi ben Mimoun	zaouia-sidi-ben-mimoun	MA		0	Africa/Casablanca	30.57164	-8.91277				09	541		
2526282	Zaouiat Sidi Bou Mehdi	zaouiat-sidi-bou-mehdi	MA		0	Africa/Casablanca	32.16367	-8.59677		Zaouia Sidi Ben Medhier Rhaouti,Zaouiat Sidi Bou Mehdi		07	585		
2526283	Zawyat Sidi Ben Hamdoun	zawyat-sidi-ben-hamdoun	MA		0	Africa/Casablanca	33.04663	-7.92798		Zaouia Sidi Ben Hamdoun,Zawyat Sidi Ben Hamdoun		06	117		
2526284	Aït Sidi Bella	ait-sidi-bella	MA		0	Africa/Casablanca	30.61957	-8.62825		Ait Sidi Bella,Aït Sidi Bella,Zaouia Sidi Bella		09	541		
2526285	Zawyat Sidi Atmane	zawyat-sidi-atmane	MA		0	Africa/Casablanca	30.91087	-6.94025		Zaouia Sidi Athmane,Zaouiat Sidi Athmane,Zawyat Sidi Atmane		08	401		
2526286	Zaouïa Sidi Saïd Amhil	zaouia-sidi-said-amhil	MA		0	Africa/Casablanca	31.43063	-8.58992		Zaouia Sidi Amhil,Zaouia Sidi Amil,Zaouia Sidi Said Amhil,Zaouia Sidi Saïd Amhil,Zaouïa Sidi Saïd Amhil		07	161		
2526287	Zaouia Sidi Ali Ou Ahmed	zaouia-sidi-ali-ou-ahmed	MA		0	Africa/Casablanca	31.11654	-7.63046		Zaouia Sidi Ali Ou Ahmed,Zaouia sidi ali ohmad,Zaouit Sidi Ali ou Ahmed		08	401		
2526288	Zawia	zawia	MA		0	Africa/Casablanca	31.28274	-4.31834		Zaouia Sidi Ali Ben Bou Zina,Zaouit el Haj Ali Bouzina,Zawia		08	201		
2526289	Zaouia Sidi Ali Ben Abdallah	zaouia-sidi-ali-ben-abdallah	MA		0	Africa/Casablanca	31.21	-4.26		Ksar Zaouit Sidi Ali Ben Abdellah,Zaouia Sidi Ali Ben Abdallah		08	201		
2526290	Zaouia Sidi Ali	zaouia-sidi-ali	MA		0	Africa/Casablanca	30.26	-5.71				08	587		
2526291	Zaouia Sidi Aïad	zaouia-sidi-aiad	MA		0	Africa/Casablanca	30.33028	-9.21773		Zaouia,Zaouia Sidi Aaiad,Zaouia Sidi Aayad,Zaouia Sidi Aaïad,Zaouia Sidi Aiad,Zaouia Sidi Aïad		09	541		
2526292	Zawyat Sidi Ahmed ou Moussa	zawyat-sidi-ahmed-ou-moussa	MA		0	Africa/Casablanca	29.50527	-9.45508		Zaouia Sidi Ahmed Ou Moussa,Zawyat Sidi Ahmed ou Moussa		09	581		
2526293	Zaouia Sidi Ahmed Ou Brahim	zaouia-sidi-ahmed-ou-brahim	MA		0	Africa/Casablanca	31.23903	-8.61129		Zaouia Sidi Ahmed Ou Brahim,Zaouit Sidi Brahim,Zaouït Sidi Brahim		07	161		
2526294	Zaoudat Sidi Ahmed Ou Mahmoud	zaoudat-sidi-ahmed-ou-mahmoud	MA		0	Africa/Casablanca	32.00827	-7.99003		Zaoudat Sidi Ahmed Ou Mahmoud,Zaouia Sidi Ahmed Mahmoua,Zaouia Sidi Ahmed Mahmoud,Zaouia Sidi Ahmed Mahmour,Zaouïa Sidi Ahmed Mahmoua		07	427		
2526295	Zaouia Sidi Ahmed	zaouia-sidi-ahmed	MA		0	Africa/Casablanca	34.60981	-4.82669				03	531		
2526296	Zaouia Sidi Abejelil	zaouia-sidi-abejelil	MA		0	Africa/Casablanca	34.88	-3.61				02	167		
2526297	Zaouia Sidi Abd er Rahmane el Hajj	zaouia-sidi-abd-er-rahmane-el-hajj	MA		0	Africa/Casablanca	30.93457	-6.95519				08	401		
2526298	Oulad Abd Sidi En-Nbi	oulad-abd-sidi-en-nbi	MA		0	Africa/Casablanca	32.77609	-7.72986		Oulad Abd Sidi En-Nbi,Oulad Abd Sidi en Nebi,Zaouia Sidi Abd en Nebi		06	461		
2526299	Zaouia Sidi Abd el Kader Moumene	zaouia-sidi-abd-el-kader-moumene	MA		0	Africa/Casablanca	31.27228	-8.92991		Sidi abd el Moumene,Zaouia Sidi Abd el Kader Moumene,Zaouia Sidi Abd el Moumene,Zaouïa Sidi Abd el Moumene,Zawyat Sidi Abdalmoumen		07	161		
2526301	Ezzaouia Essofliya	ezzaouia-essofliya	MA		0	Africa/Casablanca	35.43964	-5.58376		Ezzaouia Essofliya,Seflia Zaouia,Zaouia Sfliya,Zaouiyat Sefliat,Zauia es Seflia		01	571		
2526302	Zawia Ar Rmel	zawia-ar-rmel	MA		0	Africa/Casablanca	31.26523	-4.31709		Zaouia Remel,Zaouiet er Rmel,Zaouit Rmel,Zawia Ar Rmel		08	201		
2526303	Zawyat Ouzdine	zawyat-ouzdine	MA		0	Africa/Casablanca	30.56119	-6.64359		Zaouia Ouzdine,Zaouia ouazdine,Zaouiat Ouzdine,Zaouïa ouazdine,Zawyat Ouzdine		08	587		
2526304	Zawyat Ourti	zawyat-ourti	MA		0	Africa/Casablanca	30.91773	-7.40673		Zaouia Ourti,Zaouiat Ourti,Zawyat Ourti		08	401		
2526305	Zaouia Oulad Rhezzar	zaouia-oulad-rhezzar	MA		0	Africa/Casablanca	34.70943	-5.04157		Zacriya d'Ouled Khzare,Zacriya d’Ouled Khzare,Zaouia Oulad Rezzar,Zaouia Oulad Rhezzar,Zaouia des Oulad Rhezzar		03	531		
2526306	Douar Oulad Rahou	douar-oulad-rahou	MA		0	Africa/Casablanca	31.65989	-8.78312		Douar Oulad Rahou,Zaouia Oulad Rahou,Zaouïa Oulad Rahou		07	161		
2526307	Zaouiat Ben Lemqaddem	zaouiat-ben-lemqaddem	MA		0	Africa/Casablanca	31.58613	-8.74207		Zaouia Bel Mokkadem,Zaouia Oulad Mokaddem,Zaouia Oulad Mokadlem,Zaouiat Ben Lemqaddem		07	161		
2526308	Douar Ezzaytouna	douar-ezzaytouna	MA		0	Africa/Casablanca	32.04683	-8.46276		Douar Ezzaytouna,Oulad Azzouz,Zaouia Oulad Azzouz		07	585		
2526309	Zaouiat Tasga	zaouiat-tasga	MA		0	Africa/Casablanca	30.3575	-7.24416		Zaouia n'Targa,Zaouia n’Targa,Zaouiat Tasga,Zawyat Tasga		08	401		
2526310	Zaouia n’Tafroudst	zaouia-n-tafroudst	MA		0	Africa/Casablanca	30.46	-5.91				08	587		
2526311	Zawyat Sidi Hmad	zawyat-sidi-hmad	MA		0	Africa/Casablanca	30.93915	-7.12164		Sidi Ahmed,Zaouat Si Hmad,Zaouia n'Sidi Ahmed,Zaouia n’Sidi Ahmed,Zaouiat Sidi Ahmed,Zawyat Sidi Hmad		08	401		
2526312	Zaouia n’Ourbaz	zaouia-n-ourbaz	MA		0	Africa/Casablanca	30.92731	-6.76725				08	401		
2526313	Zaouia Nouasser	zaouia-nouasser	MA		0	Africa/Casablanca	31.48556	-8.77088		Koudia Nouaser,Nouaceur Kebla,Zaouia Nouasser,Zawya Nwacer,Zawya Nwaçer		07	161		
2526314	Zaouia n’Ikhef n’Ouzrou	zaouia-n-ikhef-n-ouzrou	MA		0	Africa/Casablanca	30.69133	-6.18953				08	587		
2526315	Zawyat-n-Iguer	zawyat-n-iguer	MA		0	Africa/Casablanca	30.77215	-8.47945		Zaouia n'Iguerbeziz,Zaouia n’Iguerbeziz,Zawyat-n-Iguer		09	541		
2526316	Zaouït n Grioûrirâne	zaouit-n-griourirane	MA		0	Africa/Casablanca	30.7261	-6.44776		Zaouia n'Igriouren,Zaouia n'Igriourene,Zaouia n’Igriourene,Zaouia n’Igriourèn,Zaouiat n'Griourirane,Zaouiat n’Grioüriräne,Zaouit n Griourirane,Zaouit n'Griourirane,Zaouit n’Grioüriräne,Zaouït n Grioûrirâne		08	587		
2526317	Zaouia n’Igouramene	zaouia-n-igouramene	MA		0	Africa/Casablanca	30.6097	-8.27317		Zaouia n'Igouramen,Zaouia n'Igouramene,Zaouia n’Igouramene,Zaouia n’Igouramèn		09	541		
2526318	Zaouia n’Aït Sidi Aïssa	zaouia-n-ait-sidi-aissa	MA		0	Africa/Casablanca	31.27955	-7.12703		Sidi Aissa,Sidi Aïssa,Zaouia n'Ait Sidi Aissa,Zaouia n’Aït Sidi Aïssa		08	401		
2526319	Zaouia n’Aït Rheddo	zaouia-n-ait-rheddo	MA		0	Africa/Casablanca	30.28	-5.78		Zaouia n'Ait Gheddo,Zaouia n'Ait Rheddo,Zaouia n’Aït Gheddo,Zaouia n’Aït Rheddo		08	587		
2526320	Zaouia Naïmi	zaouia-naimi	MA		0	Africa/Casablanca	32.2964	-8.59251		Zaouia Naimi,Zaouia Naïmi,Zaouia Oulad Naimi,Zaouia Oulad Naïmi		07	585		
2526321	Douar Zaouiat Moulay Lahsen	douar-zaouiat-moulay-lahsen	MA		0	Africa/Casablanca	31.36529	-9.52115		Douar Zaouiat Moulay Lahsen,Zaouia Moulay Lahsene,Zaouita Moulay Lahcen		07	211		
2526322	Zaouia Moulay Cherif	zaouia-moulay-cherif	MA		0	Africa/Casablanca	30.06	-5.53				08	587		
2526323	Douar Zaouiat Nourit	douar-zaouiat-nourit	MA		0	Africa/Casablanca	35.06864	-5.00796		Douar Zaouiat Nourit,Zaouia Morotz,Zauia Nuraz		01	151		
2526324	Zaouia Mellaïkhaf	zaouia-mellaikhaf	MA		0	Africa/Casablanca	31.21	-4.25		Ksar Zaouit Mellaikhaf,Zaouia Mellaikhaf,Zaouia Mellaïkhaf		08	201		
2526325	Zaouiat Maouast	zaouiat-maouast	MA		0	Africa/Casablanca	30.20143	-7.18277		Zaouia Maouas,Zaouiat Maouast,Zawyat Mawast		09	551		
2526326	Zaouiat Khannoufa	zaouiat-khannoufa	MA		0	Africa/Casablanca	32.11665	-8.70368		Zaouia Khennoufa,Zaouiat Khannoufa,Zaouiat Khennoufa,Zaouiat Khénnoufa		07	585		
2526328	Zaouia Jilmesla	zaouia-jilmesla	MA		0	Africa/Casablanca	30.58	-6.11		Zaouia Jilmesla,Zaouia n Timmesla,Zaouia timasla,Zaouïa timasla		08	587		
2526329	Zawia Jdida	zawia-jdida	MA		0	Africa/Casablanca	31.61673	-4.22536		Kasba Djedid,Zaouia Djedida,Zaouia Jdida,Zaouia Jedida,Zawia Jdida		08	201		
2526330	Zaouia Izourdaz	zaouia-izourdaz	MA		0	Africa/Casablanca	34.85	-4.38				01	051		
2526331	Zawyat Irs	zawyat-irs	MA		0	Africa/Casablanca	30.46311	-8.18326		Zaouia Irs,Zawyat Irs		09	541		
2526332	Zouiat n’Inekal	zouiat-n-inekal	MA		0	Africa/Casablanca	31.17176	-7.46191		Inkal,Zaouia Inkal,Zawyat-n-Lnekal,Zouiat n'Inekal,Zouiat n’Inekal		08	401		
2526333	Zaouia Imskene	zaouia-imskene	MA		0	Africa/Casablanca	31.20685	-7.45861		Imskern,Lmskene,Zaouia Imsken,Zaouia Imskene,Zaouia Imskèn		08	401		
2526334	Zawyat Imghid	zawyat-imghid	MA		0	Africa/Casablanca	30.47616	-7.78422		Zaouia Imghid,Zaouia Imrhid,Zawyat Imghid		09	541		
2526335	Imaghatn	imaghatn	MA		0	Africa/Casablanca	30.21651	-7.15848		Imaghatn,Imarhaten,Imarhatèn,Zaouia Imaratene		09	551		
2526336	Zaouia Ifrioun	zaouia-ifrioun	MA		0	Africa/Casablanca	30.60258	-6.14416				08	587		
2526337	Zaouia Idida	zaouia-idida	MA		0	Africa/Casablanca	30.06	-5.53				08	587		
2526338	Idirmiy	idirmiy	MA		0	Africa/Casablanca	30.92747	-7.32734		Idermi,Idirmiy,Zaouia Idermi,Zaouia Idroumi		08	401		
2526339	Zaouiat Lahna	zaouiat-lahna	MA		0	Africa/Casablanca	32.23503	-8.59524		Zaouia Hena,Zaouia Lahna,Zaouiat Hena,Zaouiat Lahna,Zaouïat Hena		07	585		
2526340	Zaouia Hansala	zaouia-hansala	MA		0	Africa/Casablanca	32.3729	-6.14498		Hansala,Zaouia Ahansala,Zaouia Hansala		05	091		
2526341	Zaouia Amadagh	zaouia-amadagh	MA		0	Africa/Casablanca	30.5271	-6.1057		Zaouia Amadagh,Zaouia Amadarh,Zaouia Hamadam,Zaouia Hamadane		08	587		
2526342	Zaouia Guirlane	zaouia-guirlane	MA		0	Africa/Casablanca	31.25	-4.3		Zaouia Guirlane,Zaouia Guorghlane		08	201		
2526343	Zawia Qdima	zawia-qdima	MA		0	Africa/Casablanca	31.61713	-4.20794		Z'Guedima,Zaouia Guedima,Zaouia Legdima,Zawia Qdima,Z’Guedima		08	201		
2526344	Ezzaouia Lfouqiya	ezzaouia-lfouqiya	MA		0	Africa/Casablanca	35.42137	-5.61015		Ezzaouia Lfouqiya,Zaouia Fokia,Zaouite Foukia,Zauia el Foquia		01	571		
2526345	Zaouia Fatah	zaouia-fatah	MA		0	Africa/Casablanca	30.36	-5.81		Zaouia Fatah,Zaouia el Fatah		08	587		
2526346	Zaouia el Mers	zaouia-el-mers	MA		0	Africa/Casablanca	29.95031	-9.59309		El Mers,Zaouia el Mers		09	163		
2526347	Zaouia el Menjoub	zaouia-el-menjoub	MA		0	Africa/Casablanca	30.36	-5.83		Zaouia el Majdoub,Zaouia el Menjoub,Zaouïa el Majdoub		08	587		
2526348	Zaouia el Mekraoui	zaouia-el-mekraoui	MA		0	Africa/Casablanca	34.61232	-4.80455		Makraoui,Zaouia el Mekraoui		03	531		
2526349	Zawiyat El Màati	zawiyat-el-maati	MA		0	Africa/Casablanca	31.22548	-4.23365		Ksar el Maati,Zaouia el Maati,Zawiyat El Maati,Zawiyat El Màati		08	201		
2526350	Zaouia el Kebira	zaouia-el-kebira	MA		0	Africa/Casablanca	33.724	-3.8291		Zaouia Kebira,Zaouia el Kebira		02	265		
2526351	Zaouia El Hedil Mamra	zaouia-el-hedil-mamra	MA		0	Africa/Casablanca	31.75	-8				07	427		
2526352	Sidi Al Houwari	sidi-al-houwari	MA		0	Africa/Casablanca	31.52904	-5.01946		Dar Zaouite,Sidi Al Houwari,Zaouia Sidi el Houari,Zaouia el Haouari,Zaouïa Sidi el Houari		08	201		
2526353	Zaouia el Hajami	zaouia-el-hajami	MA		0	Africa/Casablanca	34.71	-4.7				03	531		
2526354	Zaouia el Ferfar	zaouia-el-ferfar	MA		0	Africa/Casablanca	30.69123	-8.24412		Zaouia el Ferfar,Zaouit El Farjar,Zaouït El Farjar		09	541		
2526355	Zaouia el Cadi	zaouia-el-cadi	MA		0	Africa/Casablanca	31.25	-4.26		Zaouia el Cadi,Zaouit el kadi		08	201		
2526356	Zaouia el Cadi	zaouia-el-cadi	MA		0	Africa/Casablanca	30.41	-5.86		Zaouia el Cadi,Zaouia el Kadi		08	587		
2526358	Zaouia ech Cheïkh	zaouia-ech-cheikh	MA		0	Africa/Casablanca	34.33084	-4.12814				03	561		
2526359	Zawyat ech Cheïkh	zawyat-ech-cheikh	MA		2000	Africa/Casablanca	32.64445	-5.91826		Zaouia ech Cheikh,Zaouia ech Cheïkh,Zavijja ash Shejkh,Zawyat ech Cheikh,Zawyat ech Cheïkh,Zouiat ech Cheikh,Zouiat ech Cheïkh,Завийя аш Шейх		05	091		
2526360	Zaouia d’Ifrane	zaouia-d-ifrane	MA		0	Africa/Casablanca	33.56831	-5.13485				03	271		
2526361	Zawyat al Hakour	zawyat-al-hakour	MA		0	Africa/Casablanca	33.87055	-6.05828		Ait Achour,Aït Achour,Zaouia Dial Akour,Zawyat al Hakour		04	291		
2526362	Zaouia de Sidi Aïssa	zaouia-de-sidi-aissa	MA		0	Africa/Casablanca	34.81153	-3.83725				03	561		
2526363	Douar Zaouit Lmizab	douar-zaouit-lmizab	MA		0	Africa/Casablanca	35.00124	-4.40325		Douar Zaouit Lmizab,Zaouia del Misab,Zaouiat Imizab		01	051		
2526364	Zaouia d’Assamar	zaouia-d-assamar	MA		0	Africa/Casablanca	34.83152	-4.25971				01	051		
2526365	Zaouia Dabdab	zaouia-dabdab	MA		0	Africa/Casablanca	30.5149	-8.70008		Zaouia Dabdab,Zawyat Dabdab		09	541		
2526366	Zaouiat Cherqawa	zaouiat-cherqawa	MA		0	Africa/Casablanca	33.04178	-8.24737		Charkaoua,Zaouia Cherkaoua,Zaouia des Cherkaoua,Zaouiat Cherqawa		06	181		
2526367	Zaouia Cherif	zaouia-cherif	MA		0	Africa/Casablanca	31.65258	-9.60762		Zaouat Cherif,Zaouia Cherif		07	211		
2526368	Zaouia Bouskour	zaouia-bouskour	MA		0	Africa/Casablanca	31.61	-5.88		Zaouia Bous-Koura,Zaouia Bouskour		08	577		
2526369	Zaouia bou Saïd	zaouia-bou-said	MA		0	Africa/Casablanca	3.7	-8.85				51			
2526370	Bou Ahmed	bou-ahmed	MA		0	Africa/Casablanca	35.31174	-4.9653		Bou Ahmed,Bou Hamed,Bugahamed,Zaouia Bouhamed,Zauia de Buhamed		01	151		
2526371	Za Bougrine	za-bougrine	MA		0	Africa/Casablanca	33.85524	-4.48813		Za Bougrine,Zaouia Bougrine,Zouiat Bougrine		03	451		
2526372	Zaouia Ben Smine	zaouia-ben-smine	MA		0	Africa/Casablanca	33.5029	-5.1889				03	271		
2526373	Zaouia ben Nasser	zaouia-ben-nasser	MA		0	Africa/Casablanca	30.54438	-8.52292		Zaouia Ben Naceur,Zaouia ben Nasser		09	541		
2526374	Zaouia Ben Hermat Allah	zaouia-ben-hermat-allah	MA		0	Africa/Casablanca	32.30111	-8.50538		Douar Mohammed Ben el Mekki,Zaoua Hourmatallah,Zaouia Ben Hermat Allah,Zaouia ben Hermate Allah		07	585		
2526375	Zaouiat Ben Lahouel	zaouiat-ben-lahouel	MA		0	Africa/Casablanca	31.53909	-8.54861		Zaouia Bel Lahouel,Zaouiat Belahouel,Zaouiat Ben Lahouel		07	161		
2526376	Ba’balli	ba-balli	MA		0	Africa/Casablanca	30.75163	-8.12256		Ba'balli,Babli,Ba’balli,Zaouia Babelli		09	541		
2526377	Zaouia Asfalene	zaouia-asfalene	MA		0	Africa/Casablanca	31.16273	-6.22228		Zaouia Asfalen,Zaouia Asfalene,Zaouia Asfalèn		08	577		
2526378	Araz	araz	MA		0	Africa/Casablanca	30.67957	-8.54448		Araz,Zaouia Araz		09	541		
2526379	Zawiat Awfous	zawiat-awfous	MA		0	Africa/Casablanca	31.70423	-4.12351		Ksar Zazouia Aoufous,Zaouia Aoufous,Zawiat Awfous		08	201		
2526380	Zaouia Angad	zaouia-angad	MA		0	Africa/Casablanca	34.52228	-3.57676		Zaouia Angad,Zaouia Anguied,Zawyat Angad		02	265		
2526381	Ezzaouia Amjour	ezzaouia-amjour	MA		0	Africa/Casablanca	34.6981	-5.1357		Dmejot,Ezzaouia Amjour,Zaouia Amjot		03	531		
2526382	Zaouia Ali Ou Brahim	zaouia-ali-ou-brahim	MA		0	Africa/Casablanca	31.55	-5.58		Ait Sidi Ali Ou Brahim,Aït Sidi Ali Ou Brahim,Zaouia Ali Ou Brahim		08	577		
2526383	Douar Ezzaouia	douar-ezzaouia	MA		0	Africa/Casablanca	34.8853	-5.81688		Ali Ben Ahmed,Douar Ezzaouia,Zaouia,Zaouia Ali Ben Ahmed		04	281		
2526384	Zaouia Akhich	zaouia-akhich	MA		0	Africa/Casablanca	31.43028	-8.04868		Zaouia Ahrich,Zaouia Akhich		07	041		
2526386	Aït Rahhou	ait-rahhou	MA		0	Africa/Casablanca	30.44226	-7.83598		Ait Rahhou,Ait Raho,Aït Rahhou,Aït Raho,Zaouia Ait Raho,Zaouia Aït Raho		09	541		
2526387	Zawyat-Aït Kourbane	zawyat-ait-kourbane	MA		0	Africa/Casablanca	30.15429	-8.28487		Zaouia Ait Kourbane,Zaouia Aït Kourbane,Zawiyat-Ait Kourbane,Zawiyat-Aït Kourbane,Zawyat-Ait Kourbane,Zawyat-Aït Kourbane		09	541		
2526388	Zawiyat Aït Qalla	zawiyat-ait-qalla	MA		0	Africa/Casablanca	30.90857	-7.65935		Ait Kalla,Aït Kalla,Zaouia Ait Kalla,Zaouia Aït Kalla,Zawiyat Ait Qalla,Zawiyat Aït Qalla		08	401		
2526389	Zaouïa Aït Ishak	zaouia-ait-ishak	MA		0	Africa/Casablanca	32.76181	-5.72535		Ait Ichek,Ait Isehak,Ait Ishak,Ait Issehak,Ait Shak,Aït Ishak,Aït Issehak,Aït Shak,Zaouia Ait Ishak,Zaouia Ait Issehak,Zaouia Aït Ishak,Zaouia Aït Issehak,Zaouïa Aït Ishak,Zawyat Ait Ishag,Zawyat Ait Ishaq,Zawyat Aït Ishag,Zawyat Aït Ishaq		05	301		
2526390	Zaouia Aït Cherif	zaouia-ait-cherif	MA		0	Africa/Casablanca	30.62343	-8.69307		Zaouia Ait Cherif,Zaouia Aitcheri,Zaouia Aït Cherif,Zaouia Aïtcheri		09	541		
2526391	Zawat Awnas	zawat-awnas	MA		0	Africa/Casablanca	30.61813	-6.56629		Aynas,Zaouia Ainass,Zaouia Aïnass,Zaouiat Ainas,Zaouiat Aïnas,Zawat Awnas,Zawyat Aynas		08	587		
2526392	Zawyat Ahançal	zawyat-ahancal	MA		0	Africa/Casablanca	31.83179	-6.10118		Zaouia Ahanesal,Zaouia Ahansal,Zawyat Ahancal,Zawyat Ahançal		05	081		
2526393	Adoûz	adouz	MA		0	Africa/Casablanca	35.17312	-4.17152		Adouaz,Adouz,Adoûz,Zaouia Addouz,Zauia d'Ad-Duz,Zauia d’Ad-Duz		01	051		
2526394	Zaouia Achendir	zaouia-achendir	MA		0	Africa/Casablanca	30.4	-8.26		Zaouia Acheddir,Zaouia Achendir		09	541		
2526395	Zaouia Abd er Rahmane Ou Messaoud	zaouia-abd-er-rahmane-ou-messaoud	MA		0	Africa/Casablanca	31.1986	-9.13627				07	161		
2526396	Zaouia Sidi Abdallah Ou Mhand	zaouia-sidi-abdallah-ou-mhand	MA		0	Africa/Casablanca	30.49562	-7.31384		Zaouia Abdallah Ou Mhend,Zaouia Sidi Abdallah Ou Mhand,Zaouia Sidi Abdallah ou Mhannd,Zawit Sidi Abdellah Ou Mhand		08	401		
2526407	Zaouia	zaouia	MA		0	Africa/Casablanca	35.28255	-5.05297				01	151		
2526408	Douar Zaouya	douar-zaouya	MA		0	Africa/Casablanca	34.88598	-6.26742		Douar Zaouia,Douar Zaouya,El zaouia,El zaouïa,Zaouia		04	281		
2526409	Zaouia	zaouia	MA		0	Africa/Casablanca	34.79553	-5.26642		Ez Zawya,Zaouia		01	405		
2526410	Douar Ezzaouia	douar-ezzaouia	MA		0	Africa/Casablanca	34.65352	-5.13499		Douar Ezzaouia,Ez Zawya,Zaouia		03	531		
2526411	Zaouia	zaouia	MA		0	Africa/Casablanca	34.63	-4.23				03	531		
2526412	Douar Ezzouia Essoufla	douar-ezzouia-essoufla	MA		0	Africa/Casablanca	34.59738	-5.37119		Douar Ezzouia Essoufla,Zaouia		01	405		
2526413	Zaouia	zaouia	MA		0	Africa/Casablanca	34.60794	-4.54768				03	531		
2526414	Zaouïa	zaouia	MA		0	Africa/Casablanca	32.63358	-9.03366		Douar Zaouia,Douar Zaouïa,Zaouia,Zaouïa		07	431		
2526415	Zaouia	zaouia	MA		0	Africa/Casablanca	30.05	-7.95				09	551		
2526421	Douar Zaamra	douar-zaamra	MA		0	Africa/Casablanca	34.30867	-5.30716		Douar Zaamra,Zamra,Zeamra,Zéamra		03	531		
2526426	Zaleguene	zaleguene	MA		0	Africa/Casablanca	32.07269	-6.98644		Zaleguen,Zaleguene,Zaleguèn		05	081		
2526430	Zakar	zakar	MA		0	Africa/Casablanca	31.11673	-5.65355		Taker,Zakar,Zake,Zaker		08	577		
2526433	Zaouiat Sidi Kanoune	zaouiat-sidi-kanoune	MA		0	Africa/Casablanca	32.12239	-8.94156		Douar Zaouiat Sidi Kanoune,Zaiouia Kanoun,Zaouiat Sidi Kanoune		07	431		
2526435	Zaïo	zaio	MA		30008	Africa/Casablanca	34.94282	-2.7329		Toumiat Zaio,Toumiat Zaïo,Tumiat,Tumiat Zaio,Zaio,Zaïo	0838101071	02	381	0838101071	
2526441	Douar Zaydour	douar-zaydour	MA		0	Africa/Casablanca	34.96666	-5.6267		Douar Zaidour,Douar Zaydour,Douar Zaïdour,Zaidour,Zaïdour		01	405		
2526449	Zagour	zagour	MA		0	Africa/Casablanca	30.62716	-5.34089				08	587		
2526452	Zagora	zagora	MA		35154	Africa/Casablanca	30.33241	-5.8384		OZG,Zagora,Загора	0458701131	08	587	0458701131	
2526459	Zag	zag	MA		7751	Africa/Casablanca	28.0221	-9.29397		Zag		10	071	0307101031	
2526463	Douar Zhayer Jnanal	douar-zhayer-jnanal	MA		0	Africa/Casablanca	34.59468	-5.93812		Douar Zhayer Jnanal,Za'er,Za’ër		04	481		
2526464	Zaouiet Ech-Cherkaoua	zaouiet-ech-cherkaoua	MA		0	Africa/Casablanca	33.0689	-8.31252		Zaduiet ech Cherkadoua,Zaouiet Ech-Cherkaoua		06	181		
2526466	Zedmet Essoufla	zedmet-essoufla	MA		0	Africa/Casablanca	35.12922	-4.71772		Zademet el Foki,Zademet el Fôki,Zedmet Essoufla		01	151		
2526469	Zabzat	zabzat	MA		0	Africa/Casablanca	32.65933	-4.58425		Ait Zebzat,Aït Zebzat,Zabzat,Zebzate		08	363		
2526470	Zabouti	zabouti	MA		0	Africa/Casablanca	34.76482	-5.1111		Zaabate,Zaabaté,Zabouti,Zabuti		03	531		
2526472	Zabera	zabera	MA		0	Africa/Casablanca	31.556	-8.26839		Douar Zabera,Zabera		07	351		
2526481	Douar Zaanene	douar-zaanene	MA		0	Africa/Casablanca	34.92699	-5.62586		Douar Zaanene,Zaanene,Zeanene,Zéanene		01	405		
2526482	Zaalou	zaalou	MA		0	Africa/Casablanca	30.70041	-5.70349				08	587		
2526484	Douar Zaakna	douar-zaakna	MA		0	Africa/Casablanca	32.28937	-8.65357		Douar Zaakna,Zaakna		07	431		
2526487	Ysohenane	ysohenane	MA		0	Africa/Casablanca	35.48361	-5.30897				01	571		
2526488	Youssoufia	youssoufia	MA		64910	Africa/Casablanca	32.24634	-8.52941		Louis Gentil,Youssoufia	1143101131	07	431	1143101131	
2526489	Yousset	yousset	MA		0	Africa/Casablanca	35.20466	-2.94241				02	381		
2526494	Younane	younane	MA		0	Africa/Casablanca	34.78143	-5.28071		Iounane,Younane		01	405		
2526495	Iounane	iounane	MA		0	Africa/Casablanca	34.70455	-4.28049		Iounane,Younane		03	531		
2526496	Younane	younane	MA		0	Africa/Casablanca	34.61	-4.33		Iounane,Younane		03	561		
2526498	Youl	youl	MA		0	Africa/Casablanca	30.17321	-8.96926				09	541		
2526503	Douar Lehjahja	douar-lehjahja	MA		0	Africa/Casablanca	31.70071	-9.38577		Douar Lehjahja,Yiaja		07	211		
2526523	Yasousene	yasousene	MA		0	Africa/Casablanca	34.91	-4.23		Aizouzane,Aïzouzane,Yasousene		01	051		
2526525	Yandraz	yandraz	MA		0	Africa/Casablanca	34.69829	-5.24003		Yandraz,Yanndraz		01	405		
2526535	Yadar	yadar	MA		0	Africa/Casablanca	30.71848	-8.71819		Iadar,Yadar		09	541		
2526536	Ouintijgal	ouintijgal	MA		0	Africa/Casablanca	30.38666	-7.06175		Ouintijgal,Wintijgal		08	401		
2526537	Wawraya	wawraya	MA		0	Africa/Casablanca	31.86036	-6.52419		Wawra,Wawraya		05	081		
2526538	Wawla	wawla	MA		0	Africa/Casablanca	31.86581	-6.75925				05	081		
2526539	Wawizelt	wawizelt	MA		0	Africa/Casablanca	31.35	-8.16				07	041		
2526540	Wawizaght	wawizaght	MA		0	Africa/Casablanca	34.80658	-2.5576				02	113		
2526541	Wa’tiq	wa-tiq	MA		0	Africa/Casablanca	32.20377	-6.60815				05	081		
2526543	Ammarghoud	ammarghoud	MA		0	Africa/Casablanca	31.46297	-6.95613		Ammarghoud,Wamirgout		05	081		
2526546	Ville Nouvelle	ville-nouvelle	MA		0	Africa/Casablanca	34.03371	-4.98287		Fes-Ville-Nouvelle,Fès-Ville-Nouvelle,Ville Nouvelle		03	231		
2526547	Ville Nouvelle	ville-nouvelle	MA		0	Africa/Casablanca	30.43119	-9.59836				09	001		
2526553	Tawrirt Ou Anis	tawrirt-ou-anis	MA		0	Africa/Casablanca	29.28872	-9.97047		Tawrirt Ou Anis,Uanas,Uanás		10	473		
2526555	Agadir-n-Tzouzane	agadir-n-tzouzane	MA		0	Africa/Casablanca	30.84349	-8.33434		Agadir-n-Tzouzane,Tzouzen,Tzouzene		09	541		
2526557	Tizoudine	tizoudine	MA		0	Africa/Casablanca	30.75948	-7.86233		Tizoudine,Tzouden,Tzoudene,Tzoudèn		09	541		
2526559	Douar Tarrant	douar-tarrant	MA		0	Africa/Casablanca	35.6843	-5.46432		Douar Tarrant,Tarrante,Tzarrantz		01	571		
2526560	Tafoughalet	tafoughalet	MA		0	Africa/Casablanca	35.71397	-5.6677		Tafoughalet,Tzafougaltz		01	227		
2526568	Tizinguit	tizinguit	MA		0	Africa/Casablanca	33.9181	-3.5587		Douar Tsinnguit,Tizinguit,Tsinguit,Tsinnguite		02	265		
2526585	Trojdal	trojdal	MA		0	Africa/Casablanca	29.22331	-9.75565				10	261		
2526588	Trit	trit	MA		0	Africa/Casablanca	29.87324	-7.41031				09	551		
2526594	Douar Trifa	douar-trifa	MA		0	Africa/Casablanca	34.44792	-4.84809		Douar Trifa,Trifa		03	531		
2526596	Tribla	tribla	MA		0	Africa/Casablanca	32.77232	-4.39306		Tribla,Triblat		08	363		
2526597	Douar Tri’at	douar-tri-at	MA		0	Africa/Casablanca	32.96908	-8.52345		Douar Tri'at,Douar Tri’at,Triat		06	181		
2526598	Douar Etteriyat	douar-etteriyat	MA		0	Africa/Casablanca	31.86308	-9.16228		Douar Etteriyat,Douar Triat,Toriat,Triat,Triate		07	211		
2526600	Taghrat	taghrat	MA		0	Africa/Casablanca	30.99715	-8.5686		Taghrat,Tarhrat,Trhrat		07	161		
2526604	Treyfia	treyfia	MA		0	Africa/Casablanca	30.18893	-6.87357		Trayfia,Trefia,Treyfia		09	551		
2526608	Tarb	tarb	MA		0	Africa/Casablanca	30.02951	-8.31588		Tarb,Terb,Treb		09	541		
2526622	Tazount	tazount	MA		0	Africa/Casablanca	30.02	-8.36		Tazount,Touzzount		09	541		
2526623	Touzzoumit	touzzoumit	MA		0	Africa/Casablanca	29.34047	-9.36904		Touzoumte,Touzzoumit		10	473		
2526624	Touzzert	touzzert	MA		0	Africa/Casablanca	31.23843	-8.11903		Taouzarte,Touzzert		07	041		
2526627	Touzounine	touzounine	MA		0	Africa/Casablanca	29.24279	-8.32798		Tizounin,Touzounin,Touzounine		09	551		
2526631	Touzlimt	touzlimt	MA		0	Africa/Casablanca	30.01139	-8.67806		Touzlimt,Touzoulit		09	541		
2526634	Touzzimt	touzzimt	MA		0	Africa/Casablanca	30.44222	-8.20824		Tizouga,Touzimt,Touzzimt		09	541		
2526635	Tou Zaykou	tou-zaykou	MA		0	Africa/Casablanca	30.19093	-9.52367		Tou Zaykou,Tou Zikou,Touzaickou,Touzaïckou		09	163		
2526637	Touzdiyine	touzdiyine	MA		0	Africa/Casablanca	30.61099	-7.87194		Tousdiine,Tousdine,Touzdiine,Touzdine,Touzdiyine		09	541		
2526638	Awzart	awzart	MA		0	Africa/Casablanca	29.56835	-9.1162		Aouzart,Aouzert,Awzart,Touzart		09	581		
2526644	Douar Touta	douar-touta	MA		0	Africa/Casablanca	34.35267	-4.33524		Douar Touta,Touta		03	561		
2526647	Tousselane	tousselane	MA		0	Africa/Casablanca	29.7241	-9.42821		Touslane,Tousselane		09	581		
2526649	Douar Toujgane	douar-toujgane	MA		0	Africa/Casablanca	35.20243	-4.89909		Douar Toujgane,Isaadene,Tizgane,Tousgane,Tusgan,Ysaaden		01	151		
2526650	Tousefseddi	tousefseddi	MA		0	Africa/Casablanca	32.0906	-5.81144				08	363		
2526658	Tourtit	tourtit	MA		0	Africa/Casablanca	30.82365	-7.54641				08	401		
2526661	Toursoult	toursoult	MA		0	Africa/Casablanca	29.65599	-7.94907				09	551		
2526663	Tourracht	tourracht	MA		0	Africa/Casablanca	32.25333	-4.85641		Toughach,Tourrach,Tourracht		08	363		
2526664	Tiyrouma	tiyrouma	MA		0	Africa/Casablanca	29.7427	-9.34418		Tirouma,Tiyrouma,Tourouma		09	581		
2526665	Touroug	touroug	MA		0	Africa/Casablanca	31.56178	-4.71307				08	201		
2526666	Touroubdit	touroubdit	MA		0	Africa/Casablanca	32.08982	-5.5225		Ksar tourabdit,Taroubdit,Touroubdit		08	363		
2526667	Toughnist	toughnist	MA		0	Africa/Casablanca	31.15065	-9.74242		Toughnist,Tourhnist,Tournnist		07	211		
2526669	Ifrane n-Terjan	ifrane-n-terjan	MA		0	Africa/Casablanca	33.59134	-4.61759		Ifrane Ntourjou,Ifrane n' Tourjou,Ifrane n-Terjan,Ifrane n’ Tourjou		03	131		
2526670	Tourirt	tourirt	MA		0	Africa/Casablanca	31.27397	-8.56147		Tourirt,Tourit		07	161		
2526674	Tourirt	tourirt	MA		0	Africa/Casablanca	30.903	-9.27614				07	211		
2526675	Tourirt	tourirt	MA		0	Africa/Casablanca	30.07797	-8.96703				09	163		
2526681	Iwarmane	iwarmane	MA		0	Africa/Casablanca	31.80489	-6.80767		Iourmane,Iwarmane,Tourhmane		05	081		
2526682	Tourhibine	tourhibine	MA		0	Africa/Casablanca	30.76999	-8.38727		Toukhribine,Tourhibine		09	541		
2526683	Touragh	touragh	MA		0	Africa/Casablanca	30.2426	-8.87965		Touragh,Tourhert		09	541		
2526686	Tourhat	tourhat	MA		0	Africa/Casablanca	31.15469	-7.14123		Toughat,Tourhat		08	401		
2526687	Tourar	tourar	MA		0	Africa/Casablanca	31.03891	-8.56559		Tourar,Tourhar		07	161		
2526689	Tourhacht n’Aït Morhad	tourhacht-n-ait-morhad	MA		0	Africa/Casablanca	31.35659	-4.51385		Toughacht n'Ait Moghad,Toughacht n’Aït Moghad,Tourhacht n'Ait Morhad,Tourhacht n’Aït Morhad		08	201		
2526694	Tourcht	tourcht	MA		0	Africa/Casablanca	31.24027	-7.63491		Touchte,Tourcht,Tourchte		07	041		
2526695	Tourbist	tourbist	MA		0	Africa/Casablanca	31.35641	-6.16846		Tourbist,Tourbiste		08	577		
2526696	Tourarene	tourarene	MA		0	Africa/Casablanca	34.87809	-5.18813		Tourarene,Tourarine		01	151		
2526702	Tounjimine	tounjimine	MA		0	Africa/Casablanca	30.85982	-9.33172		Tanajmine,Tounjimine,Tournjimine		09	001		
2526707	Tounine	tounine	MA		0	Africa/Casablanca	31.25603	-9.44888				07	211		
2526708	Tounine	tounine	MA		0	Africa/Casablanca	29.44909	-9.02346				09	581		
2526710	Tounfit	tounfit	MA		0	Africa/Casablanca	32.46945	-5.24512		Tounfit,Tounfite,Tounfite-centre		08	363		
2526711	Tounes	tounes	MA		0	Africa/Casablanca	34.64297	-4.25994				03	531		
2526713	Toundout	toundout	MA		0	Africa/Casablanca	31.26488	-6.5906		Toundout,Toundoute		08	401		
2526723	Toumzaïne	toumzaine	MA		0	Africa/Casablanca	31.51962	-7.43208		Toumzaine,Toumzaïne,Toumzeine,Toumzeïne		07	041		
2526724	Toumyat	toumyat	MA		0	Africa/Casablanca	33.28086	-5.01074				03	271		
2526726	Toumliline	toumliline	MA		0	Africa/Casablanca	31.83505	-5.47718		Toumlili N'Irbiben,Toumlili N’Irbiben,Toumliline		08	577		
2526727	Toumliline	toumliline	MA		0	Africa/Casablanca	30.38314	-8.50517				09	541		
2526729	Toumjoujt	toumjoujt	MA		0	Africa/Casablanca	31.3102	-7.24507		Timjouychete,Toumjoucht,Toumjoujt		08	401		
2526739	Toumia	toumia	MA		0	Africa/Casablanca	32.77726	-4.3842				08	363		
2526743	Toumanar	toumanar	MA		0	Africa/Casablanca	29.55325	-9.54528		Toumanar,Toumanart Ain Tolba,Toumanart Aïn Tolba		09	581		
2526744	Felrhous	felrhous	MA		0	Africa/Casablanca	31.10756	-9.11186		Felrhous,Toulrhous		07	161		
2526745	Toulrharft	toulrharft	MA		0	Africa/Casablanca	29.83	-9.48				09	581		
2526746	Toulgharb	toulgharb	MA		0	Africa/Casablanca	29.91935	-9.43521		Toulgharb,Toulreb Izder		09	163		
2526748	Toulou	toulou	MA		0	Africa/Casablanca	29.95902	-9.66296				09	163		
2526749	Iwla	iwla	MA		0	Africa/Casablanca	31.03672	-8.79272		Ioulla,Iououla,Iwla,Toulla		07	161		
2526750	Toulkine	toulkine	MA		0	Africa/Casablanca	31.16182	-8.32987				07	041		
2526751	Toulgount	toulgount	MA		0	Africa/Casablanca	34.77976	-4.59869				01	051		
2526753	Toulal	toulal	MA		0	Africa/Casablanca	32.30158	-3.98449		Toula,Toulal		08	363		
2526755	Touktiyr	touktiyr	MA		0	Africa/Casablanca	31.89984	-4.91979		Takaterte,Timezguit,Touketerte,Toukter,Touktert,Touktiyr		08	201		
2526758	Toukkimt	toukkimt	MA		0	Africa/Casablanca	30.106	-9.52407		Toukimt,Toukkimt		09	163		
2526759	Toukhribine	toukhribine	MA		0	Africa/Casablanca	31.21607	-8.62004		Toukhribene,Toukhribine,Toukhribène		07	161		
2526760	Toukhibine	toukhibine	MA		0	Africa/Casablanca	31.39606	-9.00923				07	161		
2526761	Toukhibine	toukhibine	MA		0	Africa/Casablanca	31.30388	-8.90157		Toukhibine,Toukhribene,Toukhribine,Toukhribène		07	161		
2526765	Toukart Nouzgou	toukart-nouzgou	MA		0	Africa/Casablanca	31.57609	-7.3447		Ouzougou,Taoukkarte Nizougou,Toukart Nouzgou		07	041		
2526766	Tararat	tararat	MA		0	Africa/Casablanca	29.77613	-9.27051		Tararat,Toukart		09	581		
2526767	Toukarine	toukarine	MA		0	Africa/Casablanca	30.63216	-7.71043		Tioukarine,Toukarine		09	541		
2526778	Touita	touita	MA		0	Africa/Casablanca	35.81233	-5.56441		Touita,Touitza		01	227		
2526780	Touissite	touissite	MA		0	Africa/Casablanca	34.47857	-1.7685		Touissit,Touissite		02	275		
2526793	Touilia	touilia	MA		0	Africa/Casablanca	31.95	-9.26				07	431		
2526834	Tounou Aït ’Ali Ou Mbark	tounou-ait-ali-ou-mbark	MA		0	Africa/Casablanca	29.81823	-8.66585		Touhamad,Tounou Ait 'Ali Ou Mbark,Tounou Aït ’Ali Ou Mbark		09	551		
2526836	Toug al Khir	toug-al-khir	MA		0	Africa/Casablanca	30.84162	-8.5549		Toug al Khir,Tougelkhir,Touguelkhir		09	541		
2526838	Tougrou	tougrou	MA		0	Africa/Casablanca	30.66198	-9.46531		Ait Tougrou,Jebel Tougrou,Tangrou,Tougrou		09	001		
2526840	Toug Rih	toug-rih	MA		0	Africa/Casablanca	30.1	-9.05		Taugrih,Toug Rih		09	163		
2526844	Tougount	tougount	MA		0	Africa/Casablanca	35.06	-4.03		Tougount,Tugunt		01	051		
2526847	Tougwana	tougwana	MA		0	Africa/Casablanca	31.42831	-7.95505		Douar Tougouana,Tougouana,Tougwana		07	041		
2526850	Tougoukht	tougoukht	MA		0	Africa/Casablanca	30.77993	-8.51867		Touggoukht,Touggourht,Tougoukht		09	541		
2526853	Touggana	touggana	MA		0	Africa/Casablanca	31.55241	-7.97264		Douar Touggana,Touggana		07	351		
2526854	Toug er Rih	toug-er-rih	MA		0	Africa/Casablanca	29.66786	-7.98312		Toug er Rih,Toug-Rih		09	551		
2526855	Toug Alkhir	toug-alkhir	MA		0	Africa/Casablanca	30.72581	-7.94535		Taouq el Khir,Toug Alkhir,Toug el Khir		09	541		
2526856	Toug Al Khir	toug-al-khir	MA		0	Africa/Casablanca	30.7125	-8.06337		Toug Al Khir,Toug el Khir,Touque el Khir		09	541		
2526857	Toug el Kheïr	toug-el-kheir	MA		0	Africa/Casablanca	31.06341	-8.13973				07	041		
2526858	Toug el Haoua	toug-el-haoua	MA		0	Africa/Casablanca	30.65012	-9.74667		Toidahoua,Toug el Haoua		09	001		
2526859	Tougdimt	tougdimt	MA		0	Africa/Casablanca	32.76802	-4.32342				03	131		
2526863	Tougamane	tougamane	MA		0	Africa/Casablanca	31.30634	-9.48359		Tougamane,Touggamane		07	211		
2526864	Toufsirine	toufsirine	MA		0	Africa/Casablanca	30.71417	-9.70196		Amadel n'Loufsmine,Amadel n’Loufsmine,Toufsirine,Toufssirine		09	001		
2526867	Toufghine	toufghine	MA		0	Africa/Casablanca	31.42504	-6.88079		Toufghine,Toufrine		05	081		
2526876	Tafliht	tafliht	MA		0	Africa/Casablanca	31.48171	-7.43235		Tafliht,Toufleht		07	041		
2526877	Toufla’zt	toufla-zt	MA		0	Africa/Casablanca	30.06627	-8.8254		Toufla azet,Toufla'zt,Toufla’zt		09	541		
2526881	Toufeguenit	toufeguenit	MA		0	Africa/Casablanca	29.39227	-9.67883				10	473		
2526884	Toufassour	toufassour	MA		0	Africa/Casablanca	30.59186	-8.01899				09	541		
2526886	Toufassemane	toufassemane	MA		0	Africa/Casablanca	31.27388	-4.95594		Toufasamam,Toufassemane		08	577		
2526887	Tou Fars	tou-fars	MA		0	Africa/Casablanca	29.93	-9.55		Tou Fares,Tou Fars		09	163		
2526889	Douar Touansa	douar-touansa	MA		0	Africa/Casablanca	34.43205	-4.70824		Douar Touansa,Douar Touennssa,Touanssa,Touennsa,Touensa		03	531		
2526894	Toudghiyyine	toudghiyyine	MA		0	Africa/Casablanca	34.54963	-6.2435		Douar Toudrhiine,Toudghiyyine,Toudrhiine		04	281		
2526895	Toudoukar	toudoukar	MA		0	Africa/Casablanca	32.63492	-4.03615				03	131		
2526899	Toudma	toudma	MA		0	Africa/Casablanca	30.79054	-8.51541				09	541		
2526900	Toudma	toudma	MA		0	Africa/Casablanca	30.28036	-7.35822				08	401		
2526905	Toubt	toubt	MA		0	Africa/Casablanca	30.96375	-9.41539		Tobd,Toubt		07	211		
2526914	Tawajout	tawajout	MA		0	Africa/Casablanca	30.19786	-8.96254		Tawajout,Touasjout		09	541		
2526917	Toutline	toutline	MA		0	Africa/Casablanca	29.10694	-9.89188		Touaoutlim,Toutline		10	261		
2526919	Touansa	touansa	MA		0	Africa/Casablanca	35.48723	-5.9156		Touansa,Touanza		01	511		
2526920	Touamrine	touamrine	MA		0	Africa/Casablanca	29.78	-9.45				09	581		
2526921	Douar Touama Oulad Ziane	douar-touama-oulad-ziane	MA		0	Africa/Casablanca	32.47513	-8.90496		Douar Touama Oulad Ziane,Douar Touami,Touama,Touami		07	431		
2526923	Touama	touama	MA		0	Africa/Casablanca	33.50744	-2.84074				02	251		
2526924	Touama	touama	MA		0	Africa/Casablanca	31.53501	-7.49291		El Touama,Oulad Touama,Touama	0704103272	07	041	0704103272	
2526926	Toualza	toualza	MA		0	Africa/Casablanca	34.67424	-4.23489				03	531		
2526927	Toualeb	toualeb	MA		0	Africa/Casablanca	32.26343	-8.01629		Douar et Toualeb,Toualeb		07	427		
2526928	Toualeb	toualeb	MA		0	Africa/Casablanca	31.63	-7.8		Douar Toualeb,Toualeb		07	351		
2526932	Touajna	touajna	MA		0	Africa/Casablanca	35.19277	-5.92281		El tanajna,Touachna,Touajna		01	331		
2526933	Touajna	touajna	MA		0	Africa/Casablanca	32.55395	-9.08014		Douar Touajna,Touaina,Touajna,Touana		07	431		
2526934	Tawahit	tawahit	MA		0	Africa/Casablanca	32.23212	-4.37276		Tawahit,Touahite		08	363		
2526936	Douar Touaher	douar-touaher	MA		0	Africa/Casablanca	35.33769	-5.94934		Douar Touaher,Taouahir,Touahar		01	511		
2526937	Touahar	touahar	MA		0	Africa/Casablanca	34.2	-4.2				03	561		
2526938	Douar Touagra	douar-touagra	MA		0	Africa/Casablanca	32.57252	-8.91877		Douar Touagra,Douar Touagrat,Touagra		06	467		
2526945	Torres el Kal’a	torres-el-kal-a	MA		0	Africa/Casablanca	35.15214	-4.32595		Alcala,Torres de Alcala,Torres el Kal'a,Torres el Kal’a		01	051		
2526946	Abbattiou	abbattiou	MA		0	Africa/Casablanca	35.60357	-5.34319		Abbattiou,Torre		01	571		
2526955	Tolba	tolba	MA		0	Africa/Casablanca	31.8191	-7.80877		Douar Tolba,Tolba		07	427		
2526956	Tolba	tolba	MA		0	Africa/Casablanca	30.16	-9.2				09	163		
2526957	Douar Tolba	douar-tolba	MA		0	Africa/Casablanca	33.14895	-8.34694		Douar Tolba,Tolba		06	181		
2526961	Tochas	tochas	MA		0	Africa/Casablanca	35.37368	-5.34681				01	571		
2526963	Tnine Kef en Nsour	tnine-kef-en-nsour	MA		0	Africa/Casablanca	32.91403	-5.95996		Kef en Nsour,Tnine Kef en Nsour		05	301		
2526964	Tnine Ida ou Zemzene	tnine-ida-ou-zemzene	MA		0	Africa/Casablanca	31.28359	-9.3335		Et Tnine,Tnine Ida Ou Zemzem,Tnine Ida Ou Zemzeme,Tnine Ida ou Zemzene,Tnine-des-Ida-Ou-Zemzem		07	211		
2526965	Douar Timegrat	douar-timegrat	MA		0	Africa/Casablanca	32.60185	-8.92677		Douar Timegrat,Tnine el Garat		06	467		
2526967	Et-Tnine	et-tnine	MA		0	Africa/Casablanca	32.77745	-7.66641		Et Tnine,Et-Tnine,Souk et Tnine,Souk-Tnine-de-Toualet,Souk-Tnine-de-Toualèt,Tnine de Toualet		06	461		
2526968	Tnine Sidi Lyamani	tnine-sidi-lyamani	MA		0	Africa/Casablanca	35.36929	-5.97242		El Tzenin,Et Tnine,Et Tnine de Sidi Amar,Sidi Iamani,Tenin Sidi Lameni,Tnine Sidi Lyamani,Tnine de Sidi el Yamani		01	511		
2526980	Trabka	trabka	MA		0	Africa/Casablanca	32.33992	-9.03056		Tnabka,Trabka		07	431		
2526981	Tmourghout	tmourghout	MA		1250	Africa/Casablanca	33.9065	-4.02696	900	Tamoughout,Tamourhout,Tamrghoute,Tmourghout,Tmourhout		03	561	1556109052	
2526986	Tmegguit	tmegguit	MA		0	Africa/Casablanca	31.08153	-7.31514		Tmegguit,Tmeqqit		08	401		
2526987	Douar Tmarkemt	douar-tmarkemt	MA		0	Africa/Casablanca	33.91353	-3.90905		Douar Tmarkemt,Tmarkemt		03	561		
2526990	Tloult	tloult	MA		0	Africa/Casablanca	31.47552	-5.42252		Tiount,Tloult		08	577		
2526995	Tlit	tlit	MA		0	Africa/Casablanca	31.20874	-9.30791				07	211		
2527104	Tizi Oussoul	tizi-oussoul	MA		0	Africa/Casablanca	31.08632	-8.27168		Assoul,Tizi Ousoul,Tizi Oussoul		07	041		
2526998	Tleta Taghramt	tleta-taghramt	MA		0	Africa/Casablanca	35.78769	-5.4709		Bogored,Dxar Tzagarantz,Et Tleta,Souk-Tleta-Taghremt,Souk-Tleta-Tarhremt,Tagharmite,Tagramt,Tarhramt,Tleta Taghramt,Tleta Tarhramt,Tleta Tarhremt,Tzagramtz,Zoco Tzelatza,Zoco el Tzelatza,Zoco et Telata		01	227		
2526999	Tlet Sidi Bouguedra	tlet-sidi-bouguedra	MA		0	Africa/Casablanca	32.25507	-8.98067		Et Tleta,Et Tleta de Sidi Embarek,Souk et Tleta de Sidi Embarek,Souq et Tleta de Sidi Bouguedra,Tlet Sidi Bouguedra,Tleta,Tleta Bou Guedra,Tleta Sidi Mbarek,Tleta Sidi Mbarek Bou Guedra,Tleta Sidi Mbark Bouguedra,Tleta de Sidi Bouguedra,Tléta		07	431		
2527000	Tleta Rissana	tleta-rissana	MA		0	Africa/Casablanca	35.22015	-5.94333		Et Tleta,Et Tleta Ghana,Et Tleta de Reissana,Soko el Tzelatza,Telata de Raisana,Tleta Rissana,Zoco Telata		01	331		
2527002	Tlet Ighoud	tlet-ighoud	MA		0	Africa/Casablanca	31.86011	-8.88214		Et Tleta,Tlet Ighoud,Tleta Irhoud,Tleta d'Irhoud,Tleta d’Irhoud,Tleta-Ighoud,Tleta-Ighoun		07	585		
2527003	Tleta des Oulad Dlim	tleta-des-oulad-dlim	MA		0	Africa/Casablanca	31.95183	-8.25909		Et Tleta,Et Tleta des Oulad Dlim,Tleta Oulad Dlim,Tleta des Oulad Dlim		07	351		
2527004	Tlata Al Akhçaç	tlata-al-akhcac	MA		0	Africa/Casablanca	29.35768	-9.75433		Et Tleta,Souk des Akhsas,Tlata Al Akhcac,Tlata Al Akhçaç,Tleta,Tleta des Akhasass Souk,Tleta des Akhsas,Tleta des Akhssas		10	473		
2527005	Tleta Bouariss	tleta-bouariss	MA		0	Africa/Casablanca	32.6	-9.04		Tlet Bouariss,Tleta Bouariss		07	431		
2527016	Tlata	tlata	MA		0	Africa/Casablanca	31.33915	-7.89749		Douar Tleta,Tlata,Tleta		07	041		
2527018	Telas	telas	MA		0	Africa/Casablanca	31.19512	-8.74064		Telas,Tless,Tlest		07	161		
2527019	Talmoudi	talmoudi	MA		0	Africa/Casablanca	31.492	-8.26988		Douar Talmoudi,Talmoudi,Telmoudi,Tlemoudi		07	351		
2527020	Tlamkaya	tlamkaya	MA		0	Africa/Casablanca	30.72437	-8.09902		Talemkaya,Tlamkaya,Tlemkaia,Tlemkaïa		09	541		
2527027	Tlata Ouanas	tlata-ouanas	MA		0	Africa/Casablanca	30.0604	-9.12052		Et Tleta ou Anhas,Tlata,Tlata Onanas,Tlata Ouanas,Tleta Ou Anhas		09	163		
2527029	Tlata Ketama	tlata-ketama	MA		0	Africa/Casablanca	34.86	-4.61				01	051		
2527033	Tlaloun	tlaloun	MA		0	Africa/Casablanca	32.50549	-4.17097		Tlaloun,Tlaloune		08	363		
2527036	Douar Tlaha	douar-tlaha	MA		0	Africa/Casablanca	34.15875	-5.16838		Douar Tlaha,Tlaha Bel Haiad,Tlaha Bel Haïad		03	591		
2527037	Douar Tlaha	douar-tlaha	MA		0	Africa/Casablanca	31.80775	-8.55198		Douar Tlaha,Tlaha		07	585		
2527039	Tkalaa	tkalaa	MA		0	Africa/Casablanca	34.31559	-4.41179		Douar Tkalaa,Tkalaa		03	561		
2527041	Douar Tijjout	douar-tijjout	MA		0	Africa/Casablanca	35.00486	-2.78387		Douar Tijjout,Tajoute,Tizzout,Tizzut		02	381		
2527044	Tizart	tizart	MA		0	Africa/Casablanca	31.29632	-7.49479		Tizart,Tizert,Tizirt,Tizzirt		07	041		
2527047	Tizart	tizart	MA		0	Africa/Casablanca	31.48814	-7.04535		Tazirte,Tizart,Tizzert		05	081		
2527048	Tizzirt	tizzirt	MA		0	Africa/Casablanca	30.65718	-7.93518		Tizzert,Tizzirt		09	541		
2527049	Tizzekht	tizzekht	MA		0	Africa/Casablanca	29.54309	-8.8677		Tiskhte,Tizzekht		09	581		
2527053	Tizza	tizza	MA		0	Africa/Casablanca	30.91667	-8.77832				09	541		
2527054	Tizza Ibarkak	tizza-ibarkak	MA		0	Africa/Casablanca	29.94479	-8.65893		Tizza,Tizza Ibarkak		09	551		
2527055	Tiztoutine	tiztoutine	MA		0	Africa/Casablanca	34.97159	-3.15273		Tistoutine,Tistutin,Tiztoutine	0838107172	02	381	0838107172	
2527058	Tizra Tomrart	tizra-tomrart	MA		0	Africa/Casablanca	34.89437	-3.66104				02	167		
2527059	Tizraoulene	tizraoulene	MA		0	Africa/Casablanca	32.2376	-5.24492		Ichichaoun,Tisraouline,Tizraoulene,Tizraouline		08	363		
2527063	Tizourine	tizourine	MA		0	Africa/Casablanca	33.35484	-4.58302				03	131		
2527064	Tizoughine	tizoughine	MA		0	Africa/Casablanca	30.93932	-7.85411		Izoukennane,Tizoughine,Tizoukhine,Tizourhine		09	541		
2527065	Tizourgane	tizourgane	MA		0	Africa/Casablanca	34.60388	-4.73542		Tizaorgane,Tizourgane,Tizourghane		03	531		
2527066	Tiyzrgan	tiyzrgan	MA		0	Africa/Casablanca	29.887	-9.00185		Tiyzrgan,Tizourgane		09	163		
2527067	Tizoughrane	tizoughrane	MA		0	Africa/Casablanca	29.58158	-9.18292		Tizoughrane,Tizourane		09	581		
2527068	Tiyzghrane	tiyzghrane	MA		0	Africa/Casablanca	29.56197	-9.37251		Tiyzghrane,Tizourane,Tizourharane		09	581		
2527069	Tizoukonnatine	tizoukonnatine	MA		0	Africa/Casablanca	32.00626	-6.81583		Tizou Ounatine,Tizoukonnatine		05	081		
2527070	Tizount	tizount	MA		0	Africa/Casablanca	30.61993	-8.73664				09	541		
2527073	Tizoula	tizoula	MA		0	Africa/Casablanca	35.11754	-4.54963		Douar Tioula,Titoula,Tizoula,Tizula		01	151		
2527074	Tizoula	tizoula	MA		0	Africa/Casablanca	30.00434	-8.58989				09	541		
2527075	Tizkwane	tizkwane	MA		0	Africa/Casablanca	29.7844	-9.19249		Tizkwane,Tizoukane		09	163		
2527076	Tizwint	tizwint	MA		0	Africa/Casablanca	31.38127	-4.30044		Tizouint,Tizwint		08	201		
2527077	Tizouine Foukiama	tizouine-foukiama	MA		0	Africa/Casablanca	32.6	-4.66				08	363		
2527078	Tizougarine	tizougarine	MA		0	Africa/Casablanca	31.79608	-5.43598		Tizougarine,Tizouggaghine,Tizouggouarine		08	577		
2527081	Tizougarine	tizougarine	MA		0	Africa/Casablanca	31.56	-6.88				05	081		
2527083	Tizouggaghine	tizouggaghine	MA		0	Africa/Casablanca	31.61069	-4.95056		Tizogaghen,Tizougaghine,Tizougarine,Tizouggaghine		08	201		
2527086	Tizouga	tizouga	MA		0	Africa/Casablanca	30.45	-8.23				09	541		
2527089	Tiznit	tiznit	MA		55092	Africa/Casablanca	29.69742	-9.73162		Tiznit,Tiznitas,ti zi ni te,tznyt,Тизнит,تزنيت,تزنیت,提茲尼特	0458101071	09	581	0458101071	
2527093	Tizliyi	tizliyi	MA		0	Africa/Casablanca	30.75679	-7.78561		Tizlie,Tizliie,Tizliié,Tizliyi,Tizlié		09	541		
2527094	Tizi Zougouart	tizi-zougouart	MA		0	Africa/Casablanca	31.13259	-7.9847		Tizi Zougaren,Tizi Zougarene,Tizi Zouggaghene,Tizi Zouggâghene,Tizi Zougouart		07	041		
2527096	Tizirt	tizirt	MA		0	Africa/Casablanca	30.85125	-8.47568		Tizirt,Tizzerte		09	541		
2527097	Tizirt	tizirt	MA		0	Africa/Casablanca	30.21062	-8.42599				09	541		
2527098	Tizirine	tizirine	MA		0	Africa/Casablanca	31.12619	-7.35369				08	401		
2527100	Tizi Ouzli	tizi-ouzli	MA		0	Africa/Casablanca	34.76214	-3.79582		Tizi Ousli,Tizi Ouzli		03	561		
2527102	Douar Tizi Ouzemmour	douar-tizi-ouzemmour	MA		0	Africa/Casablanca	34.83423	-2.38865		Douar Tizi Ouzemmour,Tizi Ou Zammou,Tizi Ou Zemmour		02	113		
2527103	Tizi Ou Zemmour	tizi-ou-zemmour	MA		0	Africa/Casablanca	34.49683	-2.73512		Tizi Ou Zemmour,Zemmour		02	533		
2527105	Tizi Oussem	tizi-oussem	MA		0	Africa/Casablanca	31.11861	-7.97369		N'Ziaoussem,N’Ziaoussem,Tizi Oussem		07	041		
2527106	Tiziouint	tiziouint	MA		0	Africa/Casablanca	30.55834	-9.21134		Tizi Ouaman,Tiziouint		09	541		
2527111	Douar Tizi Oudfel	douar-tizi-oudfel	MA		0	Africa/Casablanca	33.91797	-4.42034		Douar Tizi Oudfel,Tizi Oudfel		03	561		
2527112	Tizi Ou Chater	tizi-ou-chater	MA		0	Africa/Casablanca	30.65519	-9.53207				09	001		
2527114	Tizi n’Tifourt	tizi-n-tifourt	MA		0	Africa/Casablanca	30.50053	-7.80732				09	541		
2527115	Tizi n’Terfig	tizi-n-terfig	MA		0	Africa/Casablanca	31.1407	-5.20146				08	577		
2527116	Tizi-n-Tarqatine	tizi-n-tarqatine	MA		0	Africa/Casablanca	29.76496	-8.84862		Tisintarkatine,Tizi n'Tarakatine,Tizi n’Tarakatine,Tizi-n-Tarqatine		09	541		
2527119	Tizi n’Talougout	tizi-n-talougout	MA		0	Africa/Casablanca	31.20875	-5.74363		Tizi n'Tagoult,Tizi n'Talougout,Tizi n'Telougout,Tizi n’Tagoult,Tizi n’Talougout,Tizi n’Telougout		08	577		
2527121	Tizi n’Oumachou	tizi-n-oumachou	MA		0	Africa/Casablanca	30.67786	-8.47956				09	541		
2527123	Tizi-n-Oufalla	tizi-n-oufalla	MA		0	Africa/Casablanca	31.48412	-7.64245		Tizi n'Oufella,Tizi n’Oufella,Tizi-n-Oufalla		07	041		
2527125	Tizi n’Ouadou	tizi-n-ouadou	MA		0	Africa/Casablanca	31.24162	-8.02351				07	041		
2527126	Tizi-n-Tkiyda	tizi-n-tkiyda	MA		0	Africa/Casablanca	29.69111	-9.12215		Tizi n'Kida,Tizi n’Kida,Tizi-n-Tkiyda		09	581		
2527127	Tizi Nisly	tizi-nisly	MA		0	Africa/Casablanca	32.46847	-5.77245		Tizi Nisly,Tizi n'Isly,Tizi n’Isly,Tizi-Nisly		05	091		
2527128	Tizinight	tizinight	MA		0	Africa/Casablanca	32.19254	-6.68152		Tizinight,Tizinirht,Tizinrht		05	081		
2527129	Tizi Iymouchchiwn	tizi-iymouchchiwn	MA		0	Africa/Casablanca	29.60636	-9.15592		Tizi Iymouchchiwn,Tizi Oumachoun,Tizi n'Imoucheoun,Tizi n’Imoucheoun		09	581		
2527130	Tizi-n-Ikwa	tizi-n-ikwa	MA		0	Africa/Casablanca	30.29006	-8.72013		Tizi n'Ikoua,Tizi n'Ouga,Tizi n’Ikoua,Tizi n’Ouga,Tizi-n-Ikwa		09	541		
2527137	Azrar	azrar	MA		0	Africa/Casablanca	30.17079	-7.99381		Azrar,Tizi n'Azrar,Tizi n’Azrar,Tizictozrar		09	541		
2527138	Tizi Mous	tizi-mous	MA		0	Africa/Casablanca	29.59951	-9.37084		Tizi Mous,Tizi Mouss,Tizi Moust		09	581		
2527142	Tinzimert	tinzimert	MA		0	Africa/Casablanca	30.75648	-8.51563		Tinzimert,Tizimert		09	541		
2527143	Tizilit	tizilit	MA		0	Africa/Casablanca	31.01451	-5.69047		Tizilit,Tizilita		08	587		
2527144	Tizili	tizili	MA		0	Africa/Casablanca	31.59352	-6.83826				05	081		
2527145	Tizili	tizili	MA		0	Africa/Casablanca	31.54837	-6.81112		Tisseli,Tizili		05	081		
2527148	Tizi Imlil	tizi-imlil	MA		0	Africa/Casablanca	31.10071	-8.18369		Tizi Amlile,Tizi Imlil		07	041		
2527151	Tizi Ifrdane	tizi-ifrdane	MA		0	Africa/Casablanca	29.70119	-9.32949		Tizi Iferdane,Tizi Ifrdane		09	581		
2527153	Tizgzawiyne	tizgzawiyne	MA		0	Africa/Casablanca	29.84575	-8.94402		Tizgzawiyne,Tizi Gzaouine		09	541		
2527155	Tizi Iygyar	tizi-iygyar	MA		0	Africa/Casablanca	29.61243	-9.22234		Tizi Guiar,Tizi Guier,Tizi Iygyar		09	581		
2527158	Tizi Fri	tizi-fri	MA		0	Africa/Casablanca	34.85	-4.26				01	051		
2527160	Tizi el Hajaj	tizi-el-hajaj	MA		0	Africa/Casablanca	30.63863	-9.29891				09	541		
2527161	Tiziatine	tiziatine	MA		0	Africa/Casablanca	31.56985	-6.60083				05	081		
2527162	Tiziane	tiziane	MA		0	Africa/Casablanca	31.14229	-7.98593		Tazienne,Tiziane		07	041		
2527163	Tizi aj Jaôu	tizi-aj-jaou	MA		0	Africa/Casablanca	34.86872	-3.40461				02	167		
2527168	Tizi	tizi	MA		0	Africa/Casablanca	34.72943	-3.8085		Dchar Tizi,Tizi		03	561		
2527169	Tiyzi	tiyzi	MA		0	Africa/Casablanca	31.90304	-6.71139		Tiyzi,Tizi		05	081		
2527170	Tizi	tizi	MA		0	Africa/Casablanca	31.50719	-7.15836				07	041		
2527171	Tizi	tizi	MA		0	Africa/Casablanca	31.19277	-6.1898				08	577		
2527172	Tizi	tizi	MA		0	Africa/Casablanca	30.17754	-8.43092				09	541		
2527173	Tirine	tirine	MA		0	Africa/Casablanca	30.15085	-8.72009		Tirine,Tizhine		09	541		
2527174	Tizgui Sellem	tizgui-sellem	MA		0	Africa/Casablanca	29.0119	-8.8972		Tisgui Sellem,Tizgui Sellem		09	551		
2527176	Tizgui Remz	tizgui-remz	MA		0	Africa/Casablanca	28.41123	-9.21025		Tistguezzemtz,Tizgi-rremt,Tizgui Remt,Tizgui Remtz,Tizgui Remz,Tuinzguerremtz,Tuisgui Remz,Twizgi-rremt		10	071		
2527177	Tizgui Oufella	tizgui-oufella	MA		0	Africa/Casablanca	30.97417	-8.9562		Tisgui ou Fella,Tizgui Ou Fella,Tizgui Oufella		07	161		
2527180	Tizgui n’Ouarhem	tizgui-n-ouarhem	MA		0	Africa/Casablanca	30.37889	-8.39403				09	541		
2527184	Tizguine	tizguine	MA		0	Africa/Casablanca	31.22836	-8.31611			0704105192	07	041	0704105192	
2527185	Tizguine	tizguine	MA		0	Africa/Casablanca	30.88817	-8.94701		Tisguine,Tizguine		09	541		
2527187	Tizguiy	tizguiy	MA		0	Africa/Casablanca	30.90283	-7.80897		Tichki,Tizgui,Tizgui n' Ait Mekkor,Tizgui n'Ait Mekor,Tizgui n’ Aït Mekkor,Tizgui n’Aït Mekor,Tizgui-n-Mekker,Tizguiy,Tizque n'Ait Makhre,Tizqué n’Aït Makhre		09	541		
2527188	Tizgui n’Aït Goulouah	tizgui-n-ait-goulouah	MA		0	Africa/Casablanca	30.10632	-8.21062				09	541		
2527191	Tizgui Ouzdar	tizgui-ouzdar	MA		0	Africa/Casablanca	30.96023	-8.97649		Tazgui Azdar,Tizgui Izder,Tizgui Ouzdar		07	161		
2527194	Tizgui Ida Ou Baloul	tizgui-ida-ou-baloul	MA		0	Africa/Casablanca	29.73492	-8.48942		Tisgui Ida ou Ballou,Tizgui Ida Ou Baloul,Tizgui Ida Ouballoul,Tizgui Ida ou Ballou		09	551		
2527195	Tizgui el Harratine	tizgui-el-harratine	MA		0	Africa/Casablanca	29.21021	-8.53563		Tisgui el Haratine,Tisgui el Harratine,Tizgui,Tizgui el Harratine		09	551		
2527203	Tizgui	tizgui	MA		0	Africa/Casablanca	31.67751	-6.98444		Douar Tisgui,Douar Tizgui,Tisgui,Tizgui		05	081		
2527204	Tizgui	tizgui	MA		0	Africa/Casablanca	31.0885	-8.48211		Tizgui,Tizqui		07	161		
2527205	Tizoual	tizoual	MA		0	Africa/Casablanca	31.02095	-7.82944		Tizgui,Tizoual		09	541		
2527206	Tizgui	tizgui	MA		0	Africa/Casablanca	30.91829	-9.26049				07	211		
2527208	Tizguiy-n-ou-Khouch	tizguiy-n-ou-khouch	MA		0	Africa/Casablanca	30.83921	-7.95571		Tezgue,Tezgué,Tisqui,Tizgui,Tizguiy-n-ou-Khouch		09	541		
2527209	Tsigui	tsigui	MA		0	Africa/Casablanca	30.68883	-8.78739		Tizgui,Tsigui		09	541		
2527210	Tizgui	tizgui	MA		0	Africa/Casablanca	30.67253	-8.01096				09	541		
2527211	Tizguiy	tizguiy	MA		0	Africa/Casablanca	30.62884	-7.5765		Tizgui,Tizguiy		09	541		
2527212	Tizgui	tizgui	MA		0	Africa/Casablanca	30.61344	-9.48122				09	001		
2527213	Aït Ahmane	ait-ahmane	MA		0	Africa/Casablanca	30.47838	-6.58147		Ait Ahmane,Ait Amane,Aït Ahmane,Tizgui		08	587		
2527214	Tizguiy	tizguiy	MA		0	Africa/Casablanca	30.21898	-7.85135		Tizgui,Tizguiy		09	541		
2527215	Tizguiy	tizguiy	MA		0	Africa/Casablanca	30.03997	-8.32034		Ighir n Tizgui,Tizgui,Tizguiy		09	541		
2527216	Tiyzgui	tiyzgui	MA		0	Africa/Casablanca	29.66851	-9.03979		Tiyzgui,Tizgui,Tizguï		09	581		
2527217	Tizgui	tizgui	MA		0	Africa/Casablanca	29.66042	-9.19995		Tisgui,Tizgui		09	581		
2527221	Tizga	tizga	MA		0	Africa/Casablanca	32.00855	-5.16354		Tirga,Tizga		08	577		
2527222	Tizfrit	tizfrit	MA		0	Africa/Casablanca	31.24159	-8.26895		Tizfrit,Tizfrite,Zaouia Titfrit,Zaouia Tizfrit		07	041		
2527224	Tizaght	tizaght	MA		0	Africa/Casablanca	31.81371	-5.02895		Tizaght,Tizeght,Tizerht,Tizert,Tizerte		08	201		
2527225	Tizroutine	tizroutine	MA		0	Africa/Casablanca	34.56144	-3.77052		Tizeroutine,Tizroutine		03	561		
2527226	Tizerkine	tizerkine	MA		0	Africa/Casablanca	29.58541	-8.79559		Tizerkine,Tizrakin		09	581		
2527227	Tizeght	tizeght	MA		0	Africa/Casablanca	31.25696	-7.9756		Tizeght,Tizerht,Tizgcht		07	041		
2527228	Tizkhit	tizkhit	MA		0	Africa/Casablanca	30.21841	-8.3246		Tizeght,Tizerht,Tizert,Tizkhit		09	541		
2527229	Tizerhouane	tizerhouane	MA		0	Africa/Casablanca	34.50991	-4.51107				03	531		
2527231	Ti’izargane	ti-izargane	MA		0	Africa/Casablanca	30.14213	-8.55968		Ti'izargane,Tizergane,Ti’izargane		09	541		
2527235	Tizemlaline	tizemlaline	MA		0	Africa/Casablanca	31.15208	-9.24124		Tizemlaline,Tiznabaline,Zaouia Tizemlaline,Zaouia Tizemlalne,Zaouïa Tizemlalne		07	161		
2527236	Douar Tizalte	douar-tizalte	MA		0	Africa/Casablanca	33.75871	-5.06389		Douar Tizalte,Tizelt		03	451		
2527240	Tizekht	tizekht	MA		0	Africa/Casablanca	34.77448	-4.27743				03	531		
2527241	Tizkht	tizkht	MA		0	Africa/Casablanca	29.75371	-8.90777		Tizekht,Tizekhte,Tizkht		09	581		
2527242	Tizegzaoun	tizegzaoun	MA		0	Africa/Casablanca	31.16022	-8.58778				07	161		
2527243	Tizagzawine	tizagzawine	MA		0	Africa/Casablanca	30.99937	-7.15347		Tizagzaouine,Tizagzawine,Tizegzaouine,Tizgaouine,Tizgzaouine		08	401		
2527244	Tizegzaouine	tizegzaouine	MA		0	Africa/Casablanca	30.67862	-7.38085		Tizagzaouine,Tizegzaouine,Tizgzawine		08	401		
2527246	Tisegdelt	tisegdelt	MA		0	Africa/Casablanca	31.95904	-4.46579		Tisegdelt,Tizegdelt,Tizgdalt		08	201		
2527248	Tizart	tizart	MA		0	Africa/Casablanca	29.59797	-8.6349				09	551		
2527249	Tizarharine	tizarharine	MA		0	Africa/Casablanca	29.33743	-9.42201		Tizagharine,Tizarharine		10	473		
2527253	Tiwout	tiwout	MA		0	Africa/Casablanca	29.39402	-9.97164		Tiioute,Tiwout,Tiyut		10	473		
2527255	Tittalt	tittalt	MA		0	Africa/Casablanca	30.7901	-7.72875		Tittale,Tittalt,Tittel		09	541		
2527262	Titoula	titoula	MA		0	Africa/Casablanca	31.35827	-7.2994				07	041		
2527263	Tit-n-Ziza	tit-n-ziza	MA		0	Africa/Casablanca	32.60014	-5.95116		Tit n' Ziza,Tit n’ Ziza,Tit-n-Ziza		05	091		
2527265	Tit-N-Saqqa	tit-n-saqqa	MA		0	Africa/Casablanca	32.64851	-5.63966		Ksour Titen n'Seka,Ksour Titene n'Seka,Ksour Titene n’Seka,Ksour Titèn n’Seka,Tit-N-Saqqa,Tit-n-Sagga		05	301		
2527266	Tit Ourmas	tit-ourmas	MA		0	Africa/Casablanca	32.68851	-4.50842		Tit Nourmes,Tit Nourmes Abreuvoir,Tit Ourmas,Tit n'Ourmes,Tit n’Ourmes,Tite n'Ourmes,Tite n’Ourmes,Tittormes		08	363		
2527267	Tit n’Ali	tit-n-ali	MA		0	Africa/Casablanca	32.42451	-4.15217		Tit Naali,Tit Naâli,Tit n'Ali,Tit n’Ali,Tite n'Ali,Tite n’Ali		08	363		
2527269	Tit Mokhane	tit-mokhane	MA		0	Africa/Casablanca	33.36	-4.31				03	131		
2527270	Timnmradiyn	timnmradiyn	MA		0	Africa/Casablanca	29.84945	-8.97688		Timnmradiyn,Tit Mgorn		09	163		
2527271	Tit Mellil	tit-mellil	MA		0	Africa/Casablanca	33.55808	-7.48647			0935501051	06	355	0935501051	
2527273	Titfrah	titfrah	MA		0	Africa/Casablanca	34.76254	-5.00567				03	531		
2527276	Tit-n-Blal	tit-n-blal	MA		0	Africa/Casablanca	32.45122	-5.62901		Tit-n-Blal,Titen Bellel,Titene Bellel,Titon Belal,Titèn Bellel		05	091		
2527278	Titeki	titeki	MA		0	Africa/Casablanca	29.7408	-8.81414		Titeki,Titequi		09	541		
2527279	Titdri	titdri	MA		0	Africa/Casablanca	31.37018	-7.32988		Tiledri,Titdri		07	041		
2527281	Titaf	titaf	MA		0	Africa/Casablanca	31.93	-4.35				08	201		
2527287	Tissouka	tissouka	MA		0	Africa/Casablanca	35.12981	-5.20746				01	151		
2527288	Tiswiyt-n-Aït Sidi Flamza	tiswiyt-n-ait-sidi-flamza	MA		0	Africa/Casablanca	32.64	-4.74364		Ksar Tissouit n'Ait Sidi Hamza,Ksar Tissouit n’Aït Sidi Hamza,Tissouit,Tissouit Sidi Hamza,Tiswiyt-n-Ait Sidi Flamza,Tiswiyt-n-Aït Sidi Flamza		08	363		
2527297	Tissoufa	tissoufa	MA		0	Africa/Casablanca	34.71366	-4.84768				03	531		
2527298	Tislit-n-Tamassine	tislit-n-tamassine	MA		0	Africa/Casablanca	30.74485	-7.23754		Tislit n'Tammassine,Tislit n’Tammassine,Tislit-n-Tamassine,Tisslit n'Ait Tamassine,Tisslit n’Aït Tamassine		08	401		
2527301	Tissitt	tissitt	MA		0	Africa/Casablanca	32.27101	-6.4038		El Mers n'Ait Tislit,El Mers n’Aït Tislit,Tisitt,Tissit,Tissitt		05	091		
2527305	Tissira	tissira	MA		0	Africa/Casablanca	31.36	-8.4				07	161		
2527307	Tissint	tissint	MA		0	Africa/Casablanca	29.89826	-7.31619		Agadir Tissinnt,Agadir Tissint,Tissinnt,Tissint		09	551		
2527309	Tassinast	tassinast	MA		0	Africa/Casablanca	31.6093	-6.88134		Tassinast,Tissinest		05	081		
2527311	Id Ou Laguid	id-ou-laguid	MA		0	Africa/Casablanca	29.28063	-9.80335		Id Ou Laguid,Tessiliouine,Tissiliouine		10	473		
2527314	Tissili n’Aït Hosseïn	tissili-n-ait-hossein	MA		0	Africa/Casablanca	31.20294	-8.56872		Tissili n'Ait Hossein,Tissili n'Ait Hosseine,Tissili n’Aït Hosseïn,Tissili n’Aït Hosseïne		07	161		
2527317	Tissili	tissili	MA		0	Africa/Casablanca	31.46651	-6.83366				05	081		
2527318	Tissalli	tissalli	MA		0	Africa/Casablanca	31.43388	-7.08835		Tissalli,Tissili		05	081		
2527322	Tissila	tissila	MA		0	Africa/Casablanca	32.10726	-5.54441				08	363		
2527328	Tissidal	tissidal	MA		0	Africa/Casablanca	33.92207	-4.00374		Tisdale,Tissidal		03	561		
2527329	Douar Tizi	douar-tizi	MA		0	Africa/Casablanca	35.01208	-4.358		Douar Tizi,Tissi,Tiza,Tizi		01	051		
2527330	Tissi	tissi	MA		0	Africa/Casablanca	29.75493	-9.16579				09	163		
2527331	Tissert	tissert	MA		0	Africa/Casablanca	31.53011	-7.40428		Tissekht,Tissert,Tisskht		07	041		
2527332	Tiskhet	tiskhet	MA		0	Africa/Casablanca	31.07922	-8.88159		Tiskhet,Tissert		07	161		
2527333	Tissert	tissert	MA		0	Africa/Casablanca	30.92516	-7.84002				09	541		
2527334	Douar Tisserrhine	douar-tisserrhine	MA		0	Africa/Casablanca	34.31649	-3.84011		Douar Tisserrhine,Tisserhine,Tisserrhine,Tizerkine		02	265		
2527335	Tizght	tizght	MA		0	Africa/Casablanca	29.93466	-8.50685		Tisserht,Tizeght,Tizght		09	541		
2527336	Tissirgat	tissirgat	MA		0	Africa/Casablanca	30.99283	-7.10669		Tissengat,Tissergate,Tisserguet,Tissirgat		08	401		
2527337	Tissergat	tissergat	MA		0	Africa/Casablanca	30.4	-5.85				08	587		
2527341	Tissemoumine	tissemoumine	MA		0	Africa/Casablanca	30.60207	-5.15905		Tissemmoumine,Tissemoumine		08	577		
2527342	Tissemlal	tissemlal	MA		0	Africa/Casablanca	35.16391	-5.81271		Tisemlal,Tissemelal,Tissemlal,Tissémelal		01	331		
2527343	Tissemlal	tissemlal	MA		0	Africa/Casablanca	34.66223	-4.99875		Tasmalal,Tissemlal		03	531		
2527344	Tissalmit	tissalmit	MA		0	Africa/Casablanca	31.86021	-6.03466		Tissalmit,Tisselmit		05	081		
2527346	Tisselguit	tisselguit	MA		0	Africa/Casablanca	29.18352	-8.96523		Tislguit,Tisselguit		09	551		
2527348	Tisseldeï	tisseldei	MA		0	Africa/Casablanca	31.12379	-7.32518				08	401		
2527350	Tissal	tissal	MA		0	Africa/Casablanca	30.86078	-8.62782		Tissal,Tissel		09	541		
2527352	Tiskht	tiskht	MA		0	Africa/Casablanca	30.71308	-7.8104		Tiskht,Tissekht n'Ait Brahim,Tissekht n’Aït Brahim,Tissekhte n'Ait Braim,Tissekhte n’Aït Braïm		09	541		
2527353	Tiskht	tiskht	MA		0	Africa/Casablanca	30.73683	-7.81991		Tiskht,Tissekht,Tissekhte n'Ait Ouadif,Tissekhte n’Aït Ouadif		09	541		
2527354	Tissakht	tissakht	MA		0	Africa/Casablanca	30.6392	-7.88276		Tissakht,Tissakt,Tissekht		09	541		
2527358	Tissa-n-aït Yidir	tissa-n-ait-yidir	MA		0	Africa/Casablanca	32.06793	-6.19009		Ait idir,Aït idir,Tissa n'Ait Ider,Tissa n'Ait Idir,Tissa n’Aït Ider,Tissa n’Aït Idir,Tissa-n-ait Yidir,Tissa-n-aït Yidir		05	081		
2527360	Tissakatine	tissakatine	MA		0	Africa/Casablanca	31.44312	-9.55892				07	211		
2527365	Tissaf	tissaf	MA		0	Africa/Casablanca	33.40114	-3.58902		Tissaf		03	131		
2527366	Tissa	tissa	MA		0	Africa/Casablanca	34.28791	-4.66372		El Arbaa de Tissa,L'Arba de Tissa,L’Arba de Tissa,Tissa,Village de Tissa	1553101091	03	531	1553101091	
2527367	Tisrit	tisrit	MA		0	Africa/Casablanca	31.16964	-7.50476		Tisghit,Tisrhit,Tisrit,Tisrite		08	401		
2527369	Douar Id Khayadane	douar-id-khayadane	MA		0	Africa/Casablanca	31.28926	-9.59296		Douar Id Khayadane,Ikhiadene,Tisrharine		07	211		
2527370	Tisgharine	tisgharine	MA		0	Africa/Casablanca	31.15566	-9.71227		Tisgharine,Tisrarine,Tisrharine		07	211		
2527376	Tizzouguine	tizzouguine	MA		0	Africa/Casablanca	30.70465	-7.91161		Tisouguine,Tissgane,Tizzouguine		09	541		
2527377	Tissouggatiyn	tissouggatiyn	MA		0	Africa/Casablanca	31.95847	-6.69168		Tisougouatine,Tissouggatiyn,Tizoukanaline		05	081		
2527380	Douar Tizoual	douar-tizoual	MA		0	Africa/Casablanca	35.02235	-4.75836		Douar Tizoual,Tisoual,Tisual		01	151		
2527381	Tisnassamine	tisnassamine	MA		0	Africa/Casablanca	30.02034	-7.7986		Tisenasamine,Tisenna Sidi Amine,Tisnassamine		09	551		
2527385	Tismorene	tismorene	MA		0	Africa/Casablanca	34.98632	-4.21588		Tasmoune,Tismorene,Tizemmourene		01	051		
2527386	Tismorene	tismorene	MA		0	Africa/Casablanca	34.96	-3.88		Tismorene,Tizamourine		01	051		
2527390	Tiswitiyne	tiswitiyne	MA		0	Africa/Casablanca	31.42673	-7.09915		Tislouitine,Tiswitiyne,Tizloutine		05	081		
2527391	Tislit-n-Aït Douchchane	tislit-n-ait-douchchane	MA		0	Africa/Casablanca	30.64013	-7.11256		Tislit n'Ait Douchchene,Tislit n’Aït Douchchene,Tislit-n-Ait Douchchane,Tislit-n-Aït Douchchane,Tislite n'Ait Douchau,Tislite n’Aït Douchau,Tissilit n'Ait Douchchen,Tissilit n’Aït Douchchèn		08	401		
2527396	Tislit	tislit	MA		0	Africa/Casablanca	31.97931	-6.8548				05	081		
2527399	Tistane Isk	tistane-isk	MA		0	Africa/Casablanca	30.16477	-9.16019		Tislane Isk,Tislanlisk,Tislune Iske,Tistane Isk		09	163		
2527400	Agadir N’tislane	agadir-n-tislane	MA		0	Africa/Casablanca	30.03036	-9.0462		Agadir N'tislane,Agadir N’tislane,Agadir Tislane,Tislane		09	163		
2527401	Tizlafine	tizlafine	MA		0	Africa/Casablanca	30.10417	-8.33937		Tislafine,Tizlafine		09	541		
2527405	Tiskouríne	tiskourine	MA		0	Africa/Casablanca	31.76	-9.33				07	211		
2527406	Tiskouit	tiskouit	MA		0	Africa/Casablanca	34.86	-4.7		Tiskouit,Tiskouite		01	051		
2527408	Tisklafine	tisklafine	MA		0	Africa/Casablanca	31.54844	-7.33918				07	041		
2527414	Tiski	tiski	MA		0	Africa/Casablanca	30.85633	-9.05105		Tiskey,Tiski		07	161		
2527416	Tiskhit	tiskhit	MA		0	Africa/Casablanca	31.01136	-8.98463				07	161		
2527417	Tiskert	tiskert	MA		0	Africa/Casablanca	31.11657	-9.09917				07	161		
2527418	Tiskert	tiskert	MA		0	Africa/Casablanca	31.11	-9.1				07	161		
2527420	Tiskemoudine	tiskemoudine	MA		0	Africa/Casablanca	29.96642	-7.55922				09	551		
2527430	Tisgui Oumzaour	tisgui-oumzaour	MA		0	Africa/Casablanca	29.5722	-8.96617				09	581		
2527432	Tizguiy	tizguiy	MA		0	Africa/Casablanca	30.90933	-7.94529		Tezgue Nebararne,Tezgué Nebararne,Tisgui n'Ibarharhene,Tisgui n’Ibarharhene,Tizguiy		09	541		
2527433	Tisguine n’Aït M’Rao	tisguine-n-ait-m-rao	MA		0	Africa/Casablanca	31.44621	-6.12236		Tisguine n'Ait M'Rao,Tisguine n’Aït M’Rao,Tizguine		08	577		
2527434	Tizguine	tizguine	MA		0	Africa/Casablanca	30.53031	-6.0818		Ksebt Tisguine,Tisguine,Tizguine,Zaouia n'Tisguine,Zaouia tizguine,Zaouïa n’Tisguine,Zaouïa tizguine		08	587		
2527435	Tizguine	tizguine	MA		0	Africa/Casablanca	30.15134	-7.7605		Tisguine,Tizguine		09	541		
2527443	Tisgui	tisgui	MA		0	Africa/Casablanca	31.57684	-5.5846				08	577		
2527444	Tizgui-n-Barda	tizgui-n-barda	MA		0	Africa/Casablanca	31.16308	-7.12963		Imi n'Tizgui,Imi n’Tizgui,Tisgui,Tizgui n'Barda,Tizgui n’Barda,Tizgui-n-Barda		08	401		
2527445	Tizgui	tizgui	MA		0	Africa/Casablanca	31.05607	-7.66375		Tisgui,Tizgui		08	401		
2527447	Tizguiy	tizguiy	MA		0	Africa/Casablanca	30.18778	-7.68781		Tisgui,Tizgue,Tizguiy		09	541		
2527448	Tisgui	tisgui	MA		0	Africa/Casablanca	29.52867	-8.97209		Tisgui,Tizguit		09	581		
2527449	Tisgui	tisgui	MA		0	Africa/Casablanca	29.28682	-9.42078				10	473		
2527450	Tisgua	tisgua	MA		0	Africa/Casablanca	31.45408	-5.45208				08	577		
2527451	Tiyzgui	tiyzgui	MA		0	Africa/Casablanca	29.60705	-9.43217		Tisgoumassine,Tiyzgui,Tizgui ou Massine		09	581		
2527452	Douar Tazekhenatet	douar-tazekhenatet	MA		0	Africa/Casablanca	35.15541	-4.86715		Douar Tazekhenatet,Tisgouenatane,Tizeknatate		01	151		
2527453	Tisgouarine	tisgouarine	MA		0	Africa/Casablanca	34.93938	-3.29466				02	167		
2527454	Tisgou	tisgou	MA		0	Africa/Casablanca	35.25901	-3.12393		Tikchour,Tisgit,Tisgou		02	381		
2527455	Tizgharine	tizgharine	MA		0	Africa/Casablanca	35.39554	-5.15379		Tazgharine,Tisgarin,Tisgarine,Tisgerine,Tizgarin,Tizgharine,Tizrharine		01	571		
2527456	Tizga	tizga	MA		0	Africa/Casablanca	31.06068	-8.28837		Tisga,Tizga,Tizgua		07	041		
2527457	Tisfriwine	tisfriwine	MA		0	Africa/Casablanca	30.05858	-7.81988		Tisferouine,Tisfriouine,Tisfriwine		09	551		
2527459	Tisfoula	tisfoula	MA		0	Africa/Casablanca	34.18303	-4.23206		Douar Tisfoula,Tisfoula		03	561		
2527461	Tisfatine	tisfatine	MA		0	Africa/Casablanca	29.36695	-9.99168		Tisfatine,Tisgarin		10	473		
2527465	Tissamzal	tissamzal	MA		0	Africa/Casablanca	30.13395	-8.78392		Tisemzal,Tissamzal		09	541		
2527466	Tisemt n’Izri	tisemt-n-izri	MA		0	Africa/Casablanca	31.44714	-6.65587				08	401		
2527467	Tisemlal	tisemlal	MA		0	Africa/Casablanca	34.85805	-4.25644				01	051		
2527468	Tissaguanane	tissaguanane	MA		0	Africa/Casablanca	29.00412	-10.18098		Tessegnane,Tiseguenane,Tissaguanane,Tissaguenane,Tissaguenâne,Tissaguinane		10	261		
2527473	Tisalli	tisalli	MA		0	Africa/Casablanca	34.93279	-3.32916				02	167		
2527474	Douar Boujibar	douar-boujibar	MA		0	Africa/Casablanca	35.01066	-4.46753		Boujebbar,Douar Boujibar,Tazakhat,Tisakt		01	051		
2527475	Tisaguine	tisaguine	MA		0	Africa/Casablanca	29.21132	-10.16689		Tisaguin,Tisaguine,Tisagüin		10	473		
2527479	Tirzi	tirzi	MA		0	Africa/Casablanca	30.53	-7.8				09	541		
2527480	Tarzat	tarzat	MA		0	Africa/Casablanca	30.75194	-8.60335		Tarzat,Tilzat,Tirazzate,Tirzat		09	541		
2527487	Tarsalt	tarsalt	MA		0	Africa/Casablanca	30.55816	-7.58241		Tarsalt,Tirselt,Tissilte		09	541		
2527489	Tarbat-n-Tirsal	tarbat-n-tirsal	MA		0	Africa/Casablanca	31.59986	-6.74142		Tarbat n'Tirsal,Tarbat n'Tirssal,Tarbat n’Tirsal,Tarbat n’Tirssal,Tarbat-n-Tirsal,Tirsal		05	081		
2527490	Tirsal	tirsal	MA		0	Africa/Casablanca	30.54737	-7.55488		Tirsal,Tissale		09	541		
2527493	Tirrhrist	tirrhrist	MA		0	Africa/Casablanca	31.36399	-6.94468				05	081		
2527495	Tirghist	tirghist	MA		0	Africa/Casablanca	32.24588	-5.4218		Tirghist,Tirrhist		08	363		
2527499	Tiroula	tiroula	MA		0	Africa/Casablanca	29.65	-9.31		Tirhoulalen,Tiroula		09	581		
2527500	Tighoula	tighoula	MA		0	Africa/Casablanca	30.09865	-8.5557		Tighoula,Tiroula		09	541		
2527501	Tiroukt	tiroukt	MA		0	Africa/Casablanca	29.86	-9.58				09	581		
2527502	Tighanimine	tighanimine	MA		0	Africa/Casablanca	30.71464	-8.15927		Tighanimine,Tirouini		09	541		
2527503	Tirouguine	tirouguine	MA		0	Africa/Casablanca	31.18866	-8.99026		Tirouguine,Tizguine		07	161		
2527505	Tirni	tirni	MA		0	Africa/Casablanca	34.56096	-3.57305		Et Terni ou Ouaouerni,Tirni		02	265		
2527507	Tirnest	tirnest	MA		0	Africa/Casablanca	33.4876	-3.8115				03	131		
2527509	Tirmerst	tirmerst	MA		0	Africa/Casablanca	30.4	-8.35				09	541		
2527513	Tirkou	tirkou	MA		0	Africa/Casablanca	30.63946	-9.19556				09	541		
2527515	Tirknit	tirknit	MA		0	Africa/Casablanca	30.82588	-8.45435		Tiraknit,Tirknit		09	541		
2527516	Tighzert	tighzert	MA		0	Africa/Casablanca	31.22177	-8.39339		Tighzert,Tirgheste,Tirkhest		07	041		
2527520	Tighit	tighit	MA		0	Africa/Casablanca	30.40592	-8.07432		Tighit,Tirirt,Tirit		09	541		
2527522	Tiriouzi	tiriouzi	MA		0	Africa/Casablanca	30.45	-7.96		Tiriouzi,Tiriouzite		09	541		
2527526	Tiriguiwt	tiriguiwt	MA		0	Africa/Casablanca	31.18945	-6.21294		Tiriguiout,Tiriguiwt		08	577		
2527529	Tirhzirt	tirhzirt	MA		0	Africa/Casablanca	29.66	-9.5		Tighzirt,Tirhzirt		09	581		
2527535	Douar Tighezza	douar-tighezza	MA		0	Africa/Casablanca	35.25955	-3.69983		Douar Tighezza,Tighza,Tirhza		02	167		
2527536	Tirhza	tirhza	MA		0	Africa/Casablanca	34.81	-3.95				03	561		
2527537	Douar Tirhza	douar-tirhza	MA		0	Africa/Casablanca	33.9665	-3.91038		Douar Tirhza,Tighza,Tirhza		03	561		
2527538	Tighza	tighza	MA		0	Africa/Casablanca	33.72125	-3.9074		Tighza,Tirhza		02	265		
2527539	Tirza	tirza	MA		0	Africa/Casablanca	30.69918	-8.25776		Tighza,Tirhza,Tirza		09	541		
2527540	Tighza	tighza	MA		0	Africa/Casablanca	30.68983	-7.94585		Tighza,Tiourza,Tirhza		09	541		
2527541	Tighza	tighza	MA		0	Africa/Casablanca	29.9571	-8.99034		Tighza,Tirhza		09	163		
2527542	Ighrem-n-ou-Chakhnoun	ighrem-n-ou-chakhnoun	MA		0	Africa/Casablanca	32.48438	-5.70037		Ighrem-n-ou-Chakhnoun,Tirhremt Ourhenoun		05	091		
2527543	Al Khattart -n-Oughroud	al-khattart-n-oughroud	MA		0	Africa/Casablanca	31.61941	-4.90858		Al Khattart -n-Oughroud,El Guettah,El Khtart n'Oughroud,El Khtart n’Oughroud,El Khtart-n-Ourhroud,Khetarte Oughrote,Tighremt n'Oughoud,Tighremt n’Oughoud,Tirhremt n'Ourhoud,Tirhremt n’Ourhoud		08	201		
2527544	Tirhremt n’ Ouchenni	tirhremt-n-ouchenni	MA		0	Africa/Casablanca	32.00418	-5.14374				08	577		
2527545	Tirhremt n’Ouanou	tirhremt-n-ouanou	MA		0	Africa/Casablanca	31.9506	-6.42424				05	081		
2527547	Tighramt-n-Igrane	tighramt-n-igrane	MA		0	Africa/Casablanca	31.89843	-4.95232		Ighrem Amokrane,Irherm Amkrouane,Irhrem Amokrane,Tigheremt n'Igrane,Tigheremt n’Igrane,Tighramt-n-Igrane,Tighremt n'Ighane,Tighremt n’Ighane,Tirheremt n'Igrane,Tirheremt n’Igrane,Tirhremt n'Irhane,Tirhremt n’Irhane		08	201		
2527548	Tirhremt n’Iderdar	tirhremt-n-iderdar	MA		0	Africa/Casablanca	31.75196	-5.79119				08	577		
2527549	Tighramt-n-Aït Ou-’Abbou	tighramt-n-ait-ou-abbou	MA		0	Africa/Casablanca	32.08579	-4.77287		Tighramt-n-Ait Ou-'Abbou,Tighramt-n-Aït Ou-’Abbou,Tighremt n'Ait ou Abbo,Tighremt n’Aït ou Abbo,Tirhremt n' Ait Ou Abbo,Tirhremt n’ Aït Ou Abbo		08	201		
2527550	Tirhremt n’Aït Ider	tirhremt-n-ait-ider	MA		0	Africa/Casablanca	30.9487	-6.74942		Irherm n'Ait ben Idder,Irherm n’Aït ben Idder,Tirhremt n'Ait Ider,Tirhremt n’Aït Ider		08	401		
2527551	Tirhremt n’Aït Haddou	tirhremt-n-ait-haddou	MA		0	Africa/Casablanca	31.99077	-5.11329				08	577		
2527552	Tighramt-n-ourj	tighramt-n-ourj	MA		0	Africa/Casablanca	32.05991	-4.8953		Tighramt-n-ourj,Tighroumt L`aorj,Tighroumt L‘aorj,Tirhremt l'Aorj,Tirhremt l’Aorj		08	201		
2527554	Oudeddi	oudeddi	MA		0	Africa/Casablanca	32.12254	-5.69		Ksar Ou Deddi,Oudeddi,Tirhremt Deddi		08	363		
2527556	Tighremt	tighremt	MA		0	Africa/Casablanca	31.0843	-7.64286		Tighremt,Tighremt-n-Ouazdidene,Tirhremt		08	401		
2527557	Tighouzzirine	tighouzzirine	MA		0	Africa/Casablanca	31.39238	-6.43547		Tighouzzirine,Tirhouzirine		08	401		
2527559	Tirhouza	tirhouza	MA		0	Africa/Casablanca	29.2347	-9.63368				10	473		
2527562	Tirhourba	tirhourba	MA		0	Africa/Casablanca	34.09611	-5.32072		Douar Ti Rharba,Douar Ti Rhorba,Tirhourba		03	591		
2527565	Tirhoumart	tirhoumart	MA		0	Africa/Casablanca	29.67825	-8.59631		Thiroumart,Tirhoumart,Tirhoumarte		09	551		
2527568	Tiyghmi	tiyghmi	MA		0	Africa/Casablanca	29.58293	-9.42439		Id Taouar,Tighmi,Tirhmi,Tirmi,Tiyghmi		09	581		
2527569	Tiyghmrt	tiyghmrt	MA		0	Africa/Casablanca	29.65969	-9.10012		Tighmert,Tirhmert,Tiyghmrt		09	581		
2527570	Tirhmert	tirhmert	MA		0	Africa/Casablanca	28.94423	-9.96093		Tighmert,Tigmert,Tirhmert		10	261		
2527571	Tighrematine n’el Had Aghroud	tighrematine-n-el-had-aghroud	MA		0	Africa/Casablanca	31.41502	-5.99234		Tigharmatine el Hade,Tighrematine n'el Had Aghroud,Tighrematine n’el Had Aghroud,Tirhmatine el Had,Tirhrematine-el Had Arhroud		08	577		
2527575	Tighli	tighli	MA		0	Africa/Casablanca	31.4635	-6.46657		Tighli,Tirhli		08	401		
2527576	Tighiwine	tighiwine	MA		0	Africa/Casablanca	31.978	-4.45519		Tighiourine,Tighiwine,Tighouirine,Tirhiourine,Tirhjourine		08	201		
2527578	Tirhissit	tirhissit	MA		0	Africa/Casablanca	29.33056	-9.91074		Igourramene,Tighissif Igourramene,Tiguisit Igurramen,Tirhissit,Tirhissit Igourramene		10	473		
2527582	Tighirt	tighirt	MA		0	Africa/Casablanca	31.6978	-6.93203		Tighirt,Tirhirt		05	081		
2527583	Tirirt	tirirt	MA		0	Africa/Casablanca	30.9712	-7.92666		Tighirt,Tirhirt,Tirirt,Tirki		09	541		
2527586	Tighirine	tighirine	MA		0	Africa/Casablanca	31.21445	-7.01904		Tighirene,Tighirine,Tighirène,Tirhirine		08	401		
2527587	Tirhirhit	tirhirhit	MA		0	Africa/Casablanca	29.48906	-8.7645		Tighighit,Tirhirhit,Tiririte		09	581		
2527588	Tirhira Taïnzart	tirhira-tainzart	MA		0	Africa/Casablanca	29.19754	-9.49846		Teghigha,Terhirha,Tighira,Tirhira Tainzart,Tirhira Taïnzart		10	261		
2527591	Tirhijjout	tirhijjout	MA		0	Africa/Casablanca	30.7629	-9.50089		Tighijjout,Tighyjoute,Tirhijjout,Tirhijout		09	001		
2527593	Tirhibout	tirhibout	MA		0	Africa/Casablanca	32.23072	-5.05206		Tighibout,Tirhibout		08	363		
2527594	Tikhfart	tikhfart	MA		0	Africa/Casablanca	31.2621	-7.6894		Tighfert,Tikhfart,Tikhfert,Tirhfert,Tirhferte		07	041		
2527600	Tigherghert	tigherghert	MA		0	Africa/Casablanca	30.42375	-8.46247		Tigharghart,Tighelghert,Tigherghert,Tirherrhort		09	541		
2527601	Tirherrhar	tirherrhar	MA		0	Africa/Casablanca	30.66736	-8.94352		Tirherher,Tirherrhar		09	541		
2527602	Tagmout	tagmout	MA		0	Africa/Casablanca	31.01371	-6.11932		Tagmount,Tagmout,Tighremt Tigmout,Tirhermt n' Tagmout,Tirhermt n’ Tagmout,Tirhremt n'Tigmout,Tirhremt n’Tigmout		08	587		
2527603	Tirhermt n’Ourhoulid	tirhermt-n-ourhoulid	MA		0	Africa/Casablanca	30.61	-5.3				08	587		
2527604	Tirhermt n’Oudra	tirhermt-n-oudra	MA		0	Africa/Casablanca	30.98	-5.81				08	587		
2527606	Tirhermt n’Aït Khaï	tirhermt-n-ait-khai	MA		0	Africa/Casablanca	30.82288	-5.24023				08	577		
2527607	Aït Hammou	ait-hammou	MA		0	Africa/Casablanca	30.68201	-6.14201		Ait Hammou,Aït Hammou,Tirhermt n'Ait Hammou,Tirhermt n’Aït Hammou		08	587		
2527608	Tighremt-n-Aït ’Ali	tighremt-n-ait-ali	MA		0	Africa/Casablanca	31.78773	-6.42536		Kasba n'Tirhremt,Kasba n’Tirhremt,Tighremt n'Ait `Ali,Tighremt n’Aït ‘Ali,Tighremt-n-Ait 'Ali,Tighremt-n-Aït ’Ali,Tirhermt n'Ait Ali,Tirhermt n’Aït Ali		05	081		
2527610	Tirhermt	tirhermt	MA		0	Africa/Casablanca	29.76569	-7.97137				09	551		
2527611	Tirhermine	tirhermine	MA		0	Africa/Casablanca	32.40081	-5.07974		Teghermine,Tighermine,Tirhermine		08	363		
2527616	Tirherdíne	tirherdine	MA		0	Africa/Casablanca	29.21342	-9.54342				10	261		
2527617	Tighratine	tighratine	MA		0	Africa/Casablanca	29.52019	-10.02262		Tighratine,Tigratin Id Kerrum,Tirheratine		10	473		
2527619	Tirhemt Ou Basketene	tirhemt-ou-basketene	MA		0	Africa/Casablanca	31.53	-6.15		Tirhemt Ou Basketene,Tirhemt ou Basketen,Tirhemt ou Basketèn		08	577		
2527620	Tirhemt n’Ougogene	tirhemt-n-ougogene	MA		0	Africa/Casablanca	31.41	-6.2		Tirhemt n'Ougogen,Tirhemt n'Ougogene,Tirhemt n’Ougogen,Tirhemt n’Ougogene		08	577		
2527621	Tirhemt n’Orhtam	tirhemt-n-orhtam	MA		0	Africa/Casablanca	31.65	-6.2				08	577		
2527622	Tirhemt n’Ifkern	tirhemt-n-ifkern	MA		0	Africa/Casablanca	31.61	-6.23				08	577		
2527623	Tighramt-n-’aqqa	tighramt-n-aqqa	MA		0	Africa/Casablanca	32.67338	-4.94166		Tighramt-n-'aqqa,Tighramt-n-’aqqa,Tirhemt n' Akka,Tirhemt n’ Akka		08	363		
2527624	Tighremt n’Ait Ahmed	tighremt-n-ait-ahmed	MA		0	Africa/Casablanca	31.59228	-6.31968		Talat n'Ait Ahmed,Talat n’Aït Ahmed,Tighremt n'Ait Ahmed,Tighremt n’Ait Ahmed,Tirhemt n'Ait Ahmed,Tirhemt n’Aït Ahmed,Tirhremt n'Ait Ahmed,Tirhremt n’Ait Ahmed		08	577		
2527628	Tighmart	tighmart	MA		0	Africa/Casablanca	29.77211	-9.21081		Tighmart,Tirhemert,Tirhemerte		09	163		
2527629	Tighmart	tighmart	MA		0	Africa/Casablanca	31.51538	-7.08384		Tighmart,Tirhemar,Tirhmar		05	081		
2527633	Tighdwine	tighdwine	MA		0	Africa/Casablanca	31.51269	-5.0415		Tighdouine,Tighdwine,Tiredouine,Tirhedouine		08	201		
2527639	Tirhboula	tirhboula	MA		0	Africa/Casablanca	32.60168	-6.0201		Tighboula,Tirhboula		05	091		
2527641	Tirhassaline	tirhassaline	MA		0	Africa/Casablanca	32.7822	-5.65282		Dechra Maamar,Maama,Mammar,Mâama,Tighassaline,Tirhassaline		05	301		
2527643	Tighariwine	tighariwine	MA		0	Africa/Casablanca	30.78849	-7.9179		Tighariwine,Tirariouine,Tirhariouine		09	541		
2527645	Tirhanimîne	tirhanimine	MA		55827	Africa/Casablanca	35.23619	-3.95453				01	051		
2527646	Douar Tirhanimine	douar-tirhanimine	MA		0	Africa/Casablanca	33.88533	-3.85459		Douar Tirhanimine,Tirhanimine		02	265		
2527647	Tirhanimine	tirhanimine	MA		0	Africa/Casablanca	30.59385	-9.42306		Tighanimine,Tirhanimine		09	001		
2527649	Tirhambouine	tirhambouine	MA		0	Africa/Casablanca	34.65	-4.05		Tirhambouine,Tirhanbouyne		03	561		
2527652	Tighalimine	tighalimine	MA		0	Africa/Casablanca	31.37036	-9.77982		Douar Tighalimine,Taghanmine,Tighalimine,Tirhalimine,Tirhanimine		07	211		
2527653	Tirguitine	tirguitine	MA		0	Africa/Casablanca	30.35901	-8.40838				09	541		
2527654	Tirguitine	tirguitine	MA		0	Africa/Casablanca	30.23968	-8.25622		Tirguitine,Tirguittine		09	541		
2527656	Tirga	tirga	MA		0	Africa/Casablanca	30.38	-8		Tirga,Tirga Ait Lahzen,Tirga Aït Lahzen		09	541		
2527657	Tirga	tirga	MA		0	Africa/Casablanca	30.31667	-8.05494		Tirga,Tirga Ait Lahzen,Tirga Aït Lahzen		09	541		
2527663	Tirassat	tirassat	MA		0	Africa/Casablanca	30.54494	-7.87471		Tirassat,Tirest		09	541		
2527676	Tirbah	tirbah	MA		0	Africa/Casablanca	31.33115	-9.14568		Tinbah,Tirbah		07	161		
2527679	Tirariyn	tirariyn	MA		0	Africa/Casablanca	31.70565	-6.63914		Tirarim,Tirarine,Tirariyn		05	081		
2527683	Tiranimine	tiranimine	MA		0	Africa/Casablanca	31.5293	-6.13088				08	577		
2527684	Tirakifine	tirakifine	MA		0	Africa/Casablanca	31.89	-5.91				05	081		
2527686	Tiraf	tiraf	MA		0	Africa/Casablanca	30.96847	-6.68388		Tiraf,Tirafe		08	401		
2527691	Tiouzaguine	tiouzaguine	MA		0	Africa/Casablanca	32.44062	-4.15314		Ait Atou Tiouzaguin,Aït Atou Tiouzaguin,Tiouzaguine,Tiouzaquine		08	363		
2527694	Tiyiout	tiyiout	MA		0	Africa/Casablanca	29.93931	-9.35059		Tiout,Tiyiout		09	163		
2527695	Tiout	tiout	MA		0	Africa/Casablanca	30.3887	-8.69572		Agadir Tiout,Tiout,Tioute	0454109632	09	541	0454109632	
2527696	Tiourzi	tiourzi	MA		0	Africa/Casablanca	32.05917	-5.87714				05	081		
2527699	Tiourza	tiourza	MA		0	Africa/Casablanca	29.42395	-9.4013				10	473		
2527702	Tiywrmity	tiywrmity	MA		0	Africa/Casablanca	29.98512	-8.81807		Tiourmit,Tiywrmity		09	541		
2527703	Tioujdal	tioujdal	MA		0	Africa/Casablanca	31.13298	-7.3768		Tioujdal,Tiourjdal,Tiourjdale		08	401		
2527706	Tiourarine	tiourarine	MA		0	Africa/Casablanca	33.35731	-5.34731		Tiourarine,Tiouririne		03	271		
2527707	Tiouririne	tiouririne	MA		0	Africa/Casablanca	30.45555	-8.41607				09	541		
2527708	Tiouririne	tiouririne	MA		0	Africa/Casablanca	30.42341	-8.34231				09	541		
2527709	Tioughza	tioughza	MA		0	Africa/Casablanca	31.37287	-7.91025		Douar Tiourhza,Tioughza,Tiourhza,Tizourit		07	041		
2527710	Taghza	taghza	MA		0	Africa/Casablanca	29.66769	-9.19833		Taghza,Tiourhza,Tiourza,Tirhza		09	581		
2527711	Tourza	tourza	MA		0	Africa/Casablanca	29.3858	-9.95846		Tagragra,Tiourhza,Tiugsa,Tourza		10	473		
2527712	Tighza	tighza	MA		0	Africa/Casablanca	31.40014	-7.69903		Tighza,Tiourhza		07	041		
2527714	Tiourar	tiourar	MA		0	Africa/Casablanca	31.03813	-7.73454		Tioughar,Tiourar,Tiourare,Tiourhar		09	541		
2527716	Tiywarguiyne	tiywarguiyne	MA		0	Africa/Casablanca	29.97939	-8.81885		Tiourguine,Tiywarguiyne		09	541		
2527717	Tiourgrine	tiourgrine	MA		0	Africa/Casablanca	31.16505	-8.61564				07	161		
2527721	Tiourdou	tiourdou	MA		0	Africa/Casablanca	31.19276	-7.75947		Tiouerdiouine,Tiourdiou,Tiourdou		07	041		
2527723	Tiourat	tiourat	MA		0	Africa/Casablanca	31.25919	-9.32488		Tiourar,Tiourat		07	211		
2527725	Aït-Aïssi	ait-aissi	MA		0	Africa/Casablanca	31.03957	-9.13212		Ait-Aissi,Aït-Aïssi,Tiourar n' Ait Aissi,Tiourar n’ Aït Aissi		07	161		
2527729	Tiourarine	tiourarine	MA		0	Africa/Casablanca	35.19562	-4.65906		Tiourarane,Tiouraren,Tiourarine,Tiuraran,Tiurarán		01	151		
2527731	Tiourar	tiourar	MA		0	Africa/Casablanca	30.90551	-9.39815		Tiourar,Tourar		07	211		
2527732	Tiourar	tiourar	MA		0	Africa/Casablanca	30.48229	-9.36022				09	001		
2527737	Tiououdem	tiououdem	MA		0	Africa/Casablanca	29.85	-9.25				09	163		
2527739	Tiounza	tiounza	MA		0	Africa/Casablanca	31.15643	-7.52546				08	401		
2527741	Tiouna n’Iarabene	tiouna-n-iarabene	MA		0	Africa/Casablanca	30.62693	-5.83058		Tiouna n'Iarabene,Tiouna n’Iarabene,Touna n'Iaraben,Touna n’Iarabèn		08	587		
2527742	Tiwna	tiwna	MA		0	Africa/Casablanca	30.8601	-8.9027		Tiouna,Tiwna,Tjouna		09	541		
2527745	Tioullalt	tioullalt	MA		0	Africa/Casablanca	34.67912	-5.01215				03	531		
2527746	Tiwliyt	tiwliyt	MA		0	Africa/Casablanca	29.88528	-9.01032		Tioulit,Tiwliyt		09	163		
2527749	Tiouli	tiouli	MA		0	Africa/Casablanca	34.36679	-1.83705			0827503212	02	275	0827503212	
2527750	Douar Tiouli	douar-tiouli	MA		0	Africa/Casablanca	31.39583	-8.09679		Douar Tiouli,Tiouili,Tiouli,Twli		07	041		
2527751	Tiouli Ou Baki	tiouli-ou-baki	MA		0	Africa/Casablanca	31.281	-7.99568		Douar Tiouli,Tiouili,Tiouli,Tiouli Ou Baki,Tiouli ou Baqi		07	041		
2527752	Tiouli	tiouli	MA		0	Africa/Casablanca	31.25755	-9.41149		Tiouili,Tioula,Tiouli		07	211		
2527753	Tiwli	tiwli	MA		0	Africa/Casablanca	31.14138	-8.89624		Tiouli,Tiwli		07	161		
2527754	Tiouli	tiouli	MA		0	Africa/Casablanca	30.83471	-8.31036				09	541		
2527755	Tawli	tawli	MA		0	Africa/Casablanca	29.75092	-8.78722		Taouli,Tawli,Tiouli		09	541		
2527757	Douar Tioukal	douar-tioukal	MA		0	Africa/Casablanca	35.13959	-5.42685		Douar Tioukal,Tioukal		01	151		
2527759	Tiwit	tiwit	MA		0	Africa/Casablanca	31.16188	-5.79098		Tiouit,Tiwit		08	577		
2527760	Tiwit	tiwit	MA		0	Africa/Casablanca	31.15921	-5.59461		Tiouit,Tiwit		08	577		
2527762	Tiâouinine	tiaouinine	MA		0	Africa/Casablanca	32.89799	-5.64152		Ti'ouinine,Tiaouinine,Tiâouinine,Ti’ouinine		05	301		
2527764	Tiwiyyine	tiwiyyine	MA		0	Africa/Casablanca	30.9321	-7.21409		Ksar Tiouine,Tiouine,Tiouiyne,Tiwiyyine,Tiyouine		08	401		
2527765	Tiouine	tiouine	MA		0	Africa/Casablanca	30.41167	-7.30916		Tiouine,Tiwiyyine,Tlouline		08	401		
2527767	Tiwjgaline	tiwjgaline	MA		0	Africa/Casablanca	30.08416	-8.40513		Tiouijgaline,Tioujgaline,Tiwjgaline		09	541		
2527768	Tiwyaline	tiwyaline	MA		0	Africa/Casablanca	30.90268	-8.49497		Tiouialine,Tiouiyaline,Tiouyaline,Tiwyaline		07	041		
2527770	Douar Tioueghza	douar-tioueghza	MA		0	Africa/Casablanca	35.26954	-4.98106		Douar Tioueghza,Tioughzat,Tiougsa,Tugsa		01	151		
2527772	Tiougrar	tiougrar	MA		0	Africa/Casablanca	29.9699	-8.24188		Tigourar,Tiougrar		09	551		
2527773	Tiougrar	tiougrar	MA		0	Africa/Casablanca	29.92563	-9.39619		Liougrar,Tarhist,Tarraisste,Tarraïsste,Tiougrar		09	163		
2527774	Tiougrar	tiougrar	MA		0	Africa/Casablanca	29.9	-9.51				09	163		
2527777	Touougnaou	touougnaou	MA		0	Africa/Casablanca	30.1067	-9.32367		Ti Ouachtouk,Ti Ougnaou,Touganaou,Touougnaou		09	163		
2527778	Tioughassine	tioughassine	MA		0	Africa/Casablanca	31.24366	-7.15832				08	401		
2527779	Tiouerdiouine	tiouerdiouine	MA		0	Africa/Casablanca	29.29538	-9.56304				10	473		
2527780	Tioudid	tioudid	MA		0	Africa/Casablanca	29.71	-9.05		Taoudid,Tioudid		09	581		
2527785	Tiouddit	tiouddit	MA		0	Africa/Casablanca	29.56639	-8.98881				09	581		
2527793	Tiwayour	tiwayour	MA		0	Africa/Casablanca	29.81412	-8.5276		Tiouayour,Tioudyoune,Tiwayour		09	551		
2527794	Tiouayour	tiouayour	MA		0	Africa/Casablanca	29.8	-8.51				09	551		
2527797	Tiouanamane	tiouanamane	MA		0	Africa/Casablanca	29.45592	-9.43223		L'Kseb n'Tiouanamane,L’Kseb n’Tiouanamane,Tiouament,Tiouanamane		09	581		
2527800	Talat-n-tiwadil	talat-n-tiwadil	MA		0	Africa/Casablanca	30.17561	-8.30842		Talat,Talat-n-tiwadil,Talate,Tiouadil		09	541		
2527802	Tiorhza	tiorhza	MA		0	Africa/Casablanca	34.85	-4.35				01	051		
2527803	Tinzourine	tinzourine	MA		0	Africa/Casablanca	30.25847	-8.19931		Timzourine,Tinzourine		09	541		
2527805	Tizouat	tizouat	MA		0	Africa/Casablanca	30.73623	-7.46944		Ait Touzoud,Aït Touzoud,Tezoued,Tinzouad,Tizouad,Tizouat,Tizwat		08	401		
2527811	Tinzguit	tinzguit	MA		0	Africa/Casablanca	29.59626	-8.9147				09	581		
2527815	Tagadirt	tagadirt	MA		0	Africa/Casablanca	30.62149	-8.41862		Tagadirt,Tinzert		09	541		
2527816	Tinzart	tinzart	MA		0	Africa/Casablanca	30.61718	-7.75286		Tinzart,Tinzert		09	541		
2527819	Tinzar	tinzar	MA		0	Africa/Casablanca	31.31009	-6.62562		Tinzar,Tinzer		08	401		
2527821	Tinzaline	tinzaline	MA		0	Africa/Casablanca	30.72245	-7.37988		Tinezaline,Tinzaline		08	401		
2527822	Tinzad	tinzad	MA		0	Africa/Casablanca	29.9684	-9.04104		Timzad,Tinzad		09	163		
2527823	Tine Tafoukt	tine-tafoukt	MA		0	Africa/Casablanca	30.00657	-9.42284		Ti n' Tafoukt,Ti n’ Tafoukt,Tine Tafoukt		09	163		
2527824	Timsiyane	timsiyane	MA		0	Africa/Casablanca	30.092	-8.62318		Timsiyane,Tinsiane		09	541		
2527825	Tine Saleh	tine-saleh	MA		0	Africa/Casablanca	30.23703	-9.33136		Ti n' Salah,Ti n’ Salah,Tine Salah,Tine Saleh		09	163		
2527826	Tine Said	tine-said	MA		0	Africa/Casablanca	30.2636	-9.35118		Ti n' Said,Ti n’ Saïd,Tine Said,Tine Saïd,Tnine Said,Tnine Saïd		09	163		
2527827	Tinourine	tinourine	MA		0	Africa/Casablanca	30.01239	-7.57142		Tinourine,Tinrhourine		09	551		
2527829	Tingheras	tingheras	MA		0	Africa/Casablanca	31.22296	-4.30353		Ksar Tinghrass,Tingheras,Tinrheras		08	201		
2527831	Timghaghrine	timghaghrine	MA		0	Africa/Casablanca	30.3369	-7.29286		Timghaghrine,Timgharghrine,Timrharrhirn,Tingharerine,Tingharine,Tinrharerine,Tinrharine		08	401		
2527832	Imi-n-Tinbal	imi-n-tinbal	MA		0	Africa/Casablanca	30.19647	-8.84731		Imi n' Tinlal,Imi n'Tin Baal,Imi n'Tinbal,Imi n’ Tinlal,Imi n’Tin Baal,Imi n’Tinbal,Imi-n-Tinbal,Imi-n-timbaah,Tinrerar		09	541		
2527839	Tinoumouch	tinoumouch	MA		0	Africa/Casablanca	32.30992	-4.94756		Timoumouch,Tinoumouch		08	363		
2527840	Tinoummer	tinoummer	MA		0	Africa/Casablanca	31.19546	-7.79739		Timoummar,Tinoummer		07	041		
2527842	Tinmmar	tinmmar	MA		0	Africa/Casablanca	29.86972	-8.60027		Tinmmar,Tinoumart,Tinoummar		09	551		
2527843	Tinoumart	tinoumart	MA		0	Africa/Casablanca	29.37121	-10.01258		Tigmert,Tinoumart		10	473		
2527847	Tinouar	tinouar	MA		0	Africa/Casablanca	31.00714	-6.60714		Tinoire,Tinouar,Tinouarh,Tinour,Tinwar		08	401		
2527848	Tinouaïnane	tinouainane	MA		0	Africa/Casablanca	30.31833	-8.83861				09	541		
2527851	Tilimanghit	tilimanghit	MA		0	Africa/Casablanca	30.76654	-8.02192		Tilimanghit,Tinmelkhit,Tinmelrit		09	541		
2527852	Tine Mansour	tine-mansour	MA		0	Africa/Casablanca	30.11727	-9.55017		Ti n' Mansour,Ti n'Mannsour,Ti n’ Mansour,Ti n’Mannsour,Tine Mansour		09	163		
2527853	Tinlif	tinlif	MA		0	Africa/Casablanca	30.61597	-7.84757				09	541		
2527854	Tine Lhaj Mbarek	tine-lhaj-mbarek	MA		0	Africa/Casablanca	30.14172	-9.48168		Ti l'Lhaj Embark,Ti l’Lhaj Embark,Ti n' Lhajj Mbarek,Ti n’ Lhajj Mbarek,Tin Lhadj M'barck,Tin Lhadj M’barck,Tine Lhaj Mbarek		09	163		
2527855	Tine Lhaj Ali	tine-lhaj-ali	MA		0	Africa/Casablanca	30.22041	-9.30875		Ti n' Lhajj Ali,Ti n'Lhaj Ali,Ti n’ Lhajj Ali,Ti n’Lhaj Ali,Tin Haj Ali,Tine Lhaj Ali		09	163		
2527856	Ti n’ Lbaz	ti-n-lbaz	MA		0	Africa/Casablanca	30.12302	-9.38		Ti el Baz,Ti n' Lbaz,Ti n’ Lbaz,Tin el Bag		09	163		
2527858	Tinnlasker	tinnlasker	MA		0	Africa/Casablanca	30.28696	-8.79779		Tinlasker,Tinlaster,Tinnlasker		09	541		
2527869	Tinitine	tinitine	MA		0	Africa/Casablanca	31.18436	-7.9409		Iynytin,Tinitine		07	041		
2527871	Douar Tinissane	douar-tinissane	MA		0	Africa/Casablanca	34.84346	-2.17392		Douar Tinissane,Tinissen,Tinissene		02	411		
2527875	Tinighiyl	tinighiyl	MA		0	Africa/Casablanca	30.78125	-6.45305		Tinighil,Tinighiyl,Tinirhil		08	587		
2527877	Tinir	tinir	MA		0	Africa/Casablanca	30.42952	-7.39999		Ti n Yirgh,Tinir		08	401		
2527878	Tine Iouarkane	tine-iouarkane	MA		0	Africa/Casablanca	31.25317	-5.56388		Tine Iouarkane,Tine Iourkane,Tiniourkane		08	577		
2527880	Tinioult	tinioult	MA		0	Africa/Casablanca	31.95	-5.95				05	081		
2527883	Tinileft	tinileft	MA		0	Africa/Casablanca	30.66946	-9.16344				09	541		
2527884	Tinnigt	tinnigt	MA		0	Africa/Casablanca	30.65214	-8.33963		Tinikt,Tinnigt,Tinnikt		09	541		
2527887	Tinilft	tinilft	MA		0	Africa/Casablanca	31.33949	-9.26181		Tinift,Tinilefte,Tinilft		07	161		
2527893	Ti-n-Iddar	ti-n-iddar	MA		0	Africa/Casablanca	30.61748	-7.6681		Ti-n-Iddar,Timydre,Tinider		09	541		
2527894	Tiniagourt	tiniagourt	MA		0	Africa/Casablanca	30.24472	-8.12542		Tiniagourt,Tinyaggourt,Tinyagourt		09	541		
2527897	Tinguerf	tinguerf	MA		0	Africa/Casablanca	30.66138	-8.03335				09	541		
2527898	Tizi Tinngueur	tizi-tinngueur	MA		0	Africa/Casablanca	29.79469	-9.28463		Tinguer,Tinngeur,Tinngueur,Tizi Tinngueur		09	581		
2527900	Tinglif	tinglif	MA		0	Africa/Casablanca	30.17302	-8.78702				09	541		
2527901	Tingliane	tingliane	MA		0	Africa/Casablanca	30.82801	-8.3513		Tin Gliane,Tinglian,Tingliane		09	541		
2527905	Tinftah	tinftah	MA		0	Africa/Casablanca	30.75066	-9.40905		Tinfatah,Tinftah		09	001		
2527906	Timfoul	timfoul	MA		0	Africa/Casablanca	30.52256	-9.34112		Timfoul,Tinfoul,Tinfoul Ait Seghir,Tinfoul Aït Séghir		09	001		
2527907	Tinfo	tinfo	MA		0	Africa/Casablanca	30.21	-5.6				08	587		
2527909	Tinifft	tinifft	MA		0	Africa/Casablanca	31.24108	-5.14534		Tinfift,Tinifft,Tinifift,Tinififte		08	577		
2527910	Tinfert	tinfert	MA		0	Africa/Casablanca	31.21965	-6.1039				08	577		
2527912	Tine Zefouadou	tine-zefouadou	MA		0	Africa/Casablanca	30.00426	-9.02689		Tine Zefouadou,Tine Zelouadou,Tinzel Ouado,Tinzlaido		09	163		
2527913	Tinesmet	tinesmet	MA		0	Africa/Casablanca	33.63069	-3.88396		Douar Tinesmet,Timesmout,Tinesmet		02	265		
2527914	Tiniyrn	tiniyrn	MA		0	Africa/Casablanca	29.65399	-9.47122		Tinerne,Tiniyrn		09	581		
2527915	Tinghir	tinghir	MA		36795	Africa/Casablanca	31.51472	-5.53278		Tineghir,Tinerhir,Tinghir,Tinrhir	577	08	577		
2527917	Tine Ou Shmirt	tine-ou-shmirt	MA		0	Africa/Casablanca	31.53	-6.15				08	577		
2527919	Tinemlal	tinemlal	MA		0	Africa/Casablanca	34.83201	-3.87945		Tinemlal,Tinemlale		03	561		
2527920	Tinmal	tinmal	MA		0	Africa/Casablanca	30.9855	-8.2262		Tin Mat,Tine Mel,Tinmal		07	041		
2527921	Ti-n-Maliz	ti-n-maliz	MA		0	Africa/Casablanca	30.26615	-7.82737		Ti-n-Maliz,Tinemaliz,Tinmaliz		09	541		
2527922	Tinarghat	tinarghat	MA		0	Africa/Casablanca	30.94302	-8.6833		Tinarghat,Tinelrat		07	161		
2527923	Tine Lmekki	tine-lmekki	MA		0	Africa/Casablanca	30.194	-9.56081		Ti el Mekki,Ti n' el Mekki,Ti n’ el Mekki,Tine Lmekki		09	163		
2527925	Tinajdad	tinajdad	MA		0	Africa/Casablanca	31.50764	-5.03293		Tinajdad,Tindjad,Tindjadj,Tinejad,Tinejdad,Tinjdad		08	201		
2527926	Tine Ibaougi	tine-ibaougi	MA		0	Africa/Casablanca	31.53	-6.13				08	577		
2527928	Tinegza	tinegza	MA		0	Africa/Casablanca	30.59742	-6.16837				08	587		
2527932	Inegbi	inegbi	MA		0	Africa/Casablanca	32.03445	-4.40139		Inegbi,Tinegbit,Tingbit		08	201		
2527938	Tine Ali Ou Bha	tine-ali-ou-bha	MA		0	Africa/Casablanca	29.8	-9.53		Ti n'Ali Ou Baba,Ti n’Ali Ou Baba,Tin Ali Ou Bha,Tine Ali Ou Bha		09	581		
2527944	Tindri	tindri	MA		0	Africa/Casablanca	31.00736	-8.6065				07	161		
2527946	Tindel	tindel	MA		0	Africa/Casablanca	32.00048	-5.96964				05	081		
2527947	Tine Chaoui	tine-chaoui	MA		0	Africa/Casablanca	30.04087	-9.46655		Ti n' Chaoui,Ti n’ Chaoui,Tine Chaoui		09	163		
2527948	Tinbarad	tinbarad	MA		0	Africa/Casablanca	29.73	-9.46				09	581		
2527949	Tinatamine	tinatamine	MA		0	Africa/Casablanca	31.90936	-5.91603				05	081		
2527950	Tine Amara	tine-amara	MA		0	Africa/Casablanca	30.17216	-9.50886		Ti n'Amara,Ti n’Amara,Tine Amara,Tn Amara		09	163		
2527951	Ti n’Ali	ti-n-ali	MA		0	Africa/Casablanca	30.16028	-9.03813		Ti n'Ali,Ti n’Ali,Timi Aili,Timi Aïli,Tine Ali		09	163		
2527952	Tinezinine	tinezinine	MA		0	Africa/Casablanca	31.05309	-8.46756		Tinaimine,Tinaïmine,Tinezinine,Tnizmine		07	161		
2527953	Tinaf	tinaf	MA		0	Africa/Casablanca	29.91	-5.5				08	587		
2527954	Tine Abiya	tine-abiya	MA		0	Africa/Casablanca	30.14932	-9.36356		Dar Cheikh ben Abiya,Douar ben Abia,Ti n'Abia,Ti n’Abia,Tine Abiai,Tine Abiya		09	163		
2527955	Tine Abdellah Ou Hammou	tine-abdellah-ou-hammou	MA		0	Africa/Casablanca	30.02689	-9.4063		Ti n'Abdallah ou Hemmou,Ti n'Abdellah Ou Hammou,Ti n’Abdallah ou Hemmou,Ti n’Abdellah Ou Hammou,Tine Abdellah Ou Hammou		09	163		
2527956	Tine Abdellah Ou Ali	tine-abdellah-ou-ali	MA		0	Africa/Casablanca	30.1089	-9.3846		Ti n'Abdellah Ou Ali,Ti n’Abdellah Ou Ali,Tine Abdallah Ou Ali,Tine Abdellah Ou Ali		09	163		
2527958	Timzghouine	timzghouine	MA		0	Africa/Casablanca	30.6787	-9.80292		Timezrnoune,Timzghouine,Timzghouwine,Timzrhouine		09	001		
2527959	Timzoughine	timzoughine	MA		0	Africa/Casablanca	30.18358	-7.5257		Timzoughine,Timzourine,Timzourine ait bou ihia,Timzourine aït bou ihia		09	551		
2527962	Tamzïzit	tamzizit	MA		0	Africa/Casablanca	32.53075	-5.41531		Tamzizit,Tamzïzit,Timzezete,Timzizit		05	301		
2527963	Timzit	timzit	MA		0	Africa/Casablanca	31.73207	-6.98585				05	081		
2527964	Timziyt	timziyt	MA		0	Africa/Casablanca	31.46843	-7.09396		Timzit,Timziyt		05	081		
2527965	Timzit	timzit	MA		0	Africa/Casablanca	30.09067	-8.65186				09	541		
2527966	Timzrit	timzrit	MA		0	Africa/Casablanca	31.1738	-7.5382		Timzirt,Timzrit,Timzrite		08	401		
2527967	Timziwra	timziwra	MA		0	Africa/Casablanca	30.22246	-8.51242		Timzioura,Timziwra		09	541		
2527973	Tinzid	tinzid	MA		0	Africa/Casablanca	29.88202	-8.57145		Timit,Timzid,Tinzid		09	551		
2527978	Timtdit	timtdit	MA		0	Africa/Casablanca	31.10723	-6.78739		Timtdit,Timtoudit		08	401		
2527979	Timtig	timtig	MA		0	Africa/Casablanca	30.28	-5.73		Timtig		08	587		
2527980	Timtchit	timtchit	MA		0	Africa/Casablanca	30.27452	-8.70894		Timchit,Timtchit		09	541		
2527984	Timslite	timslite	MA		0	Africa/Casablanca	29.83148	-9.78791		Temzlit,Timslite,Timslitt		09	581		
2527986	Timsitam	timsitam	MA		0	Africa/Casablanca	35.12719	-5.01835				01	151		
2527991	Timsernit	timsernit	MA		0	Africa/Casablanca	32.33835	-6.01602				05	081		
2527993	Timsal	timsal	MA		0	Africa/Casablanca	31.2731	-7.14148		Ouahsous,Timsal,Timsal Ouahsous		08	401		
2527994	Timsal	timsal	MA		0	Africa/Casablanca	31.23773	-6.69725				08	401		
2527995	Timsal	timsal	MA		0	Africa/Casablanca	31.0655	-9.26883		Timsal,Timzalal		07	161		
2527997	Timghit	timghit	MA		0	Africa/Casablanca	32.20037	-4.36104		Imghi,Imri,Timghit,Timri		08	363		
2528003	Douar Timouya	douar-timouya	MA		0	Africa/Casablanca	35.04233	-4.3876		Douar Timouya,Timouya,Timuya		01	051		
2528008	Timountout n’Oufella	timountout-n-oufella	MA		0	Africa/Casablanca	31.21111	-7.26276		Timountout n'Oufella,Timountout n’Oufella,Timouritoute n'Oufla,Timouritoute n’Oufla		08	401		
2528009	Timountout n’Izdarene	timountout-n-izdarene	MA		0	Africa/Casablanca	31.20455	-7.25592				08	401		
2528013	Timoulilt	timoulilt	MA		0	Africa/Casablanca	32.20368	-6.4666		Souk-Tnine de Timoulilt,Timouillit,Timoulilt	1208109252	05	081	1208109252	
2528014	Timoulay Oufella	timoulay-oufella	MA		0	Africa/Casablanca	29.17777	-9.58621		Timoulay Duffela,Timoulay Oufella,Timoulay n'Oufelli,Timoulay n’Oufelli		10	261		
2528015	Timoulay n’Tanout	timoulay-n-tanout	MA		0	Africa/Casablanca	29.21695	-9.34853		Taznout,Timoulay n'Tanout,Timoulay n’Tanout		10	261		
2528016	Timoulay n’Ouamalougt	timoulay-n-ouamalougt	MA		0	Africa/Casablanca	29.2	-9.38		Timoulay Lalla Mellouka,Timoulay n'Ouamalougt,Timoulay n’Ouamalougt		10	261		
2528017	Timoulay n’Izzine	timoulay-n-izzine	MA		0	Africa/Casablanca	29.20854	-9.36501		Id Iaaza,Timoulay n'Izzine,Timoulay n’Izzine		10	261		
2528018	Timoulay Izder	timoulay-izder	MA		0	Africa/Casablanca	29.16591	-9.56977		Timoulay Izder,Timoulay Yzder		10	261		
2528020	Timoulay	timoulay	MA		0	Africa/Casablanca	30.62652	-9.5267				09	001		
2528021	Timoulay	timoulay	MA		0	Africa/Casablanca	30.00998	-8.62918		Timoulai,Timoulay,Timoulaï		09	541		
2528023	Timoula	timoula	MA		0	Africa/Casablanca	31.81215	-5.46		Ksar Timoula,Timoula		08	577		
2528033	Timlouline	timlouline	MA		0	Africa/Casablanca	31.45492	-7.07492				05	081		
2528035	Timlilt Zawya	timlilt-zawya	MA		0	Africa/Casablanca	31.69372	-7.05404		Timlilt Zaouia,Timlilt Zawya,Timlilt Zouiat		05	081		
2528036	Tamlilt	tamlilt	MA		0	Africa/Casablanca	30.54639	-7.95319		Tamlilt,Timlilt		09	541		
2528037	Timlilt	timlilt	MA		0	Africa/Casablanca	31.23459	-7.15131				08	401		
2528038	Tiymliyliyne	tiymliyliyne	MA		0	Africa/Casablanca	29.57111	-9.23212		Timliline,Tiymliyliyne		09	581		
2528039	Timlil	timlil	MA		0	Africa/Casablanca	31.37065	-6.39334		Timlil,Timlilt		08	401		
2528040	Timllaline	timllaline	MA		0	Africa/Casablanca	30.23397	-9.36221		Timlaline,Timlatine,Timllaline		09	163		
2528042	Timkyet	timkyet	MA		0	Africa/Casablanca	29.60974	-8.74652		Timkiete,Timkyet		09	581		
2528045	Timkit	timkit	MA		0	Africa/Casablanca	30.52139	-8.08858				09	541		
2528046	Timqit	timqit	MA		0	Africa/Casablanca	30.4165	-7.95538		Timkit,Timkit Aoudous,Timqit		09	541		
2528047	Timqit	timqit	MA		0	Africa/Casablanca	29.89697	-8.53321		Timekite Ida Outineste,Timkgite,Timkit,Timkite,Timqit,Timèkite Ida Outineste		09	551		
2528049	Timqit	timqit	MA		0	Africa/Casablanca	32.09809	-6.04321		Timkit,Timqit		05	081		
2528050	Timkist	timkist	MA		0	Africa/Casablanca	31.17191	-7.5313				08	401		
2528053	Timjicht	timjicht	MA		0	Africa/Casablanca	30.3344	-7.36654		Timjich,Timjicht,Timjijt		08	401		
2528055	Timjicht	timjicht	MA		0	Africa/Casablanca	30.24042	-8.11923		Timjich,Timjicht		09	541		
2528056	Douar Timajdarra	douar-timajdarra	MA		0	Africa/Casablanca	31.64427	-9.15366		Douar Ahl Timjederra,Douar Timajdarra,Timjdara		07	211		
2528057	Timit	timit	MA		0	Africa/Casablanca	31.28918	-5.53259		Timit,Timite		08	577		
2528058	Timit	timit	MA		0	Africa/Casablanca	29.6795	-8.61811				09	551		
2528060	Timeskert	timeskert	MA		0	Africa/Casablanca	31.0598	-8.77682		Timeskert,Timeskèrt,Timiskert		07	161		
2528061	Timichcha	timichcha	MA		0	Africa/Casablanca	31.17541	-6.20593		Timicha,Timichcha,Timiska		08	577		
2528064	Timiright	timiright	MA		0	Africa/Casablanca	31.12188	-6.34491				08	401		
2528065	Timirhir	timirhir	MA		0	Africa/Casablanca	31.5385	-6.84741		Timighirt,Timirhir,Timirhirt		05	081		
2528066	Timirit	timirit	MA		0	Africa/Casablanca	31.52253	-6.85963		Timiret,Timirit,Timrite		05	081		
2528068	Timiwine	timiwine	MA		0	Africa/Casablanca	30.83347	-8.70649		Timiouine,Timiwine		09	541		
2528069	Timi N’Outine	timi-n-outine	MA		0	Africa/Casablanca	31.65111	-7.26366		Timi N'Outine,Timi N’Outine,Timin-n-Outine		05	081		
2528070	Timinoun	timinoun	MA		0	Africa/Casablanca	30.6771	-8.79065				09	541		
2528073	Timinit	timinit	MA		0	Africa/Casablanca	31.07941	-6.62655		Ait Timnit,Aït Timnit,Timinit,Timnit,Timnite		08	401		
2528074	Timine Louka	timine-louka	MA		0	Africa/Casablanca	30.20787	-8.01472				09	541		
2528078	Timilout	timilout	MA		0	Africa/Casablanca	34.88	-4.35				01	051		
2528079	Timiloust	timiloust	MA		0	Africa/Casablanca	32.21188	-4.06892				08	363		
2528080	Timgdal	timgdal	MA		0	Africa/Casablanca	30.8659	-7.80444		Timgdal,Timiguedal		09	541		
2528086	Timidart	timidart	MA		0	Africa/Casablanca	30.68248	-6.29807		Timidart,Timidert,Timiderte		08	587		
2528087	Timicha	timicha	MA		0	Africa/Casablanca	30.56027	-7.81562		Timicha,Timicht,Timichte		09	541		
2528090	Timicha	timicha	MA		0	Africa/Casablanca	32.28311	-5.28715		Timicha,Timichcha		08	363		
2528091	Timichcha	timichcha	MA		0	Africa/Casablanca	31.27785	-6.56916				08	401		
2528092	Timichcha	timichcha	MA		0	Africa/Casablanca	31.12118	-7.64249		Timicha,Timichcha		08	401		
2528093	Timichcha	timichcha	MA		0	Africa/Casablanca	30.42261	-8.01245		Timicha,Timichcha		09	541		
2528099	Timicha	timicha	MA		0	Africa/Casablanca	30.75359	-7.91924				09	541		
2528100	Timichcha	timichcha	MA		0	Africa/Casablanca	30.10575	-8.45247		Timicha,Timichcha,Tmichcha		09	541		
2528101	Timialine	timialine	MA		0	Africa/Casablanca	30.90685	-7.88063		Temialine,Timialine,Timlialine		09	541		
2528102	Timhata	timhata	MA		0	Africa/Casablanca	29.36	-10.06				10	473		
2528103	Timahdit	timahdit	MA		0	Africa/Casablanca	33.23654	-5.05954		Timahdit,Timhadit,Timhadite		03	271		
2528104	Timhadit	timhadit	MA		0	Africa/Casablanca	33.23	-5.05				03	271		
2528106	Timguissint	timguissint	MA		0	Africa/Casablanca	30.16761	-7.16682		Timguissilt,Timguissint		09	551		
2528107	Timguilt	timguilt	MA		0	Africa/Casablanca	30.48731	-7.95672		Timguilt,Tinguilte intaoune iskouten		09	541		
2528108	Timguillit	timguillit	MA		0	Africa/Casablanca	31.22475	-5.46273		Timguillit,Timguillite		08	577		
2528109	Timguidart	timguidart	MA		0	Africa/Casablanca	30.13092	-8.31949		Timguedert,Timguidart,Timguidert,Timguiderte		09	541		
2528110	Timguerdine	timguerdine	MA		0	Africa/Casablanca	33.87411	-3.66237				02	265		
2528114	Timgrat	timgrat	MA		0	Africa/Casablanca	29.45	-10.03		Timgrat,Timgrate		10	473		
2528118	Timganine	timganine	MA		0	Africa/Casablanca	30.74836	-5.49658		Ait Izzo,Aït Izzo,Timganine		08	587		
2528119	Timgrad	timgrad	MA		0	Africa/Casablanca	30.48562	-8.47026		Timgad,Timgrad		09	541		
2528120	Douar Timzzoujin	douar-timzzoujin	MA		0	Africa/Casablanca	35.0231	-2.73318		Douar Timzzoujin,Tamzoujine,Timezzoujine,Timsousine,Timsusim		02	381		
2528121	Timezaï	timezai	MA		0	Africa/Casablanca	33.69016	-3.95735		Timezai,Timezaï,Timezrai,Timezraï		02	265		
2528122	Timezlane	timezlane	MA		0	Africa/Casablanca	35.18	-5.68				01	331		
2528128	Timezguida de Jemaa	timezguida-de-jemaa	MA		0	Africa/Casablanca	29.23791	-9.44212		Timezguida de Jemaa,Timzguida el Jemaa,Timzguida el Jemâa		10	261		
2528129	Timezgana	timezgana	MA		0	Africa/Casablanca	34.58	-4.73		Et Tnine de Timesgana,Timezgana	1553103232	03	531	1553103232	
2528130	Timezgadiouine	timezgadiouine	MA		0	Africa/Casablanca	30.88366	-9.04548		Timesgadioume,Timezgadiouine	0716105172	07	161	0716105172	
2528136	Timessourine	timessourine	MA		0	Africa/Casablanca	31.25126	-9.56565		Timassourine,Timessourine		07	211		
2528139	Timeslane	timeslane	MA		0	Africa/Casablanca	35.17713	-5.68008		Timeslane,Timezlane		01	331		
2528397	Tijina	tijina	MA		0	Africa/Casablanca	32.03956	-6.82875				05	081		
2528141	Tamismamane	tamismamane	MA		0	Africa/Casablanca	30.98275	-8.36404		Tamismamane,Timeslah,Timeslaht,Timeslat		07	041		
2528143	Timesla	timesla	MA		0	Africa/Casablanca	30.58036	-6.13313		Timasla,Timesla,Timsla		08	587		
2528144	Timeskhine	timeskhine	MA		0	Africa/Casablanca	31.38258	-7.80866		Tameskrine,Timeskhine,Timeskrine		07	041		
2528154	Timerzit	timerzit	MA		0	Africa/Casablanca	31.19501	-4.96634		Timerzit,Timezrit		08	577		
2528155	Timert	timert	MA		0	Africa/Casablanca	31.59165	-7.35581		Timert,Timireght,Timirerte,Timirht		07	041		
2528157	Timersga	timersga	MA		0	Africa/Casablanca	34.88	-3.96				01	051		
2528158	Tanmiselt	tanmiselt	MA		0	Africa/Casablanca	31.00766	-7.81082		Tanmirselt,Tanmiselt,Timerselt		09	541		
2528163	Timerrhad	timerrhad	MA		0	Africa/Casablanca	29.68126	-8.57715		Tamaghad,Timerrhad		09	551		
2528164	Tinoumroutine	tinoumroutine	MA		0	Africa/Casablanca	30.96124	-8.90691		Timaroutine,Timeroutine,Tinemeroutir,Tinoumrotin,Tinoumroutine		07	161		
2528166	Timeristine	timeristine	MA		0	Africa/Casablanca	30.72733	-9.38103		Timeristine,Timerstine,Timerstïne		09	001		
2528168	Timerhdat n’Ouamiou	timerhdat-n-ouamiou	MA		0	Africa/Casablanca	31.55	-6.08				08	577		
2528171	Timeourine	timeourine	MA		0	Africa/Casablanca	31.60385	-6.78996				05	081		
2528175	Timentkal	timentkal	MA		0	Africa/Casablanca	31.36057	-4.70691		Timenntkal,Timentkal		08	201		
2528178	Timengass	timengass	MA		0	Africa/Casablanca	33.79202	-4.08036				03	561		
2528181	Timellourhit	timellourhit	MA		0	Africa/Casablanca	31.19017	-7.46861		Timelloughit,Timellouguil,Timellourhit,Timlouguite,Timlouquit		08	401		
2528182	Timelloult	timelloult	MA		0	Africa/Casablanca	31.46999	-9.15972		Tamiloult,Timelloul,Timelloult,Timelouft		07	161		
2528187	Timlilt	timlilt	MA		0	Africa/Casablanca	31.01189	-9.13756		Tamadelte,Timelilt,Timlilt		07	161		
2528193	Timekkit	timekkit	MA		0	Africa/Casablanca	31.63628	-5.31886		Timekkit,Timkaite,Timkaïte,Timkete		08	201		
2528206	Timedouine	timedouine	MA		0	Africa/Casablanca	30.52544	-8.54259		Timdwine,Timediouine,Timedouine		09	541		
2528207	Timedghert	timedghert	MA		0	Africa/Casablanca	34.90048	-3.59011				02	167		
2528208	Timdras	timdras	MA		0	Africa/Casablanca	30.95231	-6.13601		Timdghas,Timdras,Timdrhas,Timedrhas		08	587		
2528209	Tamedrhas	tamedrhas	MA		0	Africa/Casablanca	34.53306	-4.40783		Tamedrhas,Timdras		03	531		
2528210	Timdghart	timdghart	MA		0	Africa/Casablanca	30.27232	-7.60306		Timdghart,Timdrart,Timdrert		09	541		
2528211	Timdouline	timdouline	MA		0	Africa/Casablanca	31.61207	-6.64669				05	081		
2528212	Timdmene	timdmene	MA		0	Africa/Casablanca	31.73674	-6.9387		Timdmen,Timdmene		05	081		
2528214	Timdest	timdest	MA		0	Africa/Casablanca	31.4	-7.23				08	401		
2528215	Timdermit	timdermit	MA		0	Africa/Casablanca	30.66508	-9.2282		Timdermit,Timsdernit		09	541		
2528217	Timdahine	timdahine	MA		0	Africa/Casablanca	32.28	-4.86				08	363		
2528220	Tintadrioune	tintadrioune	MA		0	Africa/Casablanca	31.41	-5.71306		Timatraouine,Timatriouine,Tintadrioune,Tintradriouine		08	577		
2528222	Timatdit	timatdit	MA		0	Africa/Casablanca	31.10714	-6.78785				08	401		
2528223	Timassirine	timassirine	MA		0	Africa/Casablanca	31.2906	-6.57011				08	401		
2528224	Timassinine	timassinine	MA		0	Africa/Casablanca	30.74729	-9.80617		Am assinine,Timassinin,Timassinine		09	001		
2528225	Timassinine	timassinine	MA		0	Africa/Casablanca	30.48768	-7.73554		Timassinine,Timmassinine tinfa		09	541		
2528227	Timaroaia	timaroaia	MA		0	Africa/Casablanca	29.8	-9.31				09	581		
2528229	Timarighine	timarighine	MA		0	Africa/Casablanca	32.04816	-5.46644		Timarighine,Timarine,Timarirhine,Timaryine		08	363		
2528232	Timaribdine	timaribdine	MA		0	Africa/Casablanca	35.15131	-3.42568		Timaribdin,Timaribdine		02	167		
2528239	Tilsakht	tilsakht	MA		0	Africa/Casablanca	30.50282	-7.38059		Tilsakht,Tilzerhet		08	401		
2528240	Tilzat	tilzat	MA		0	Africa/Casablanca	30.65975	-8.98103		Tillezat,Tilzat		09	541		
2528244	Tilsakht	tilsakht	MA		0	Africa/Casablanca	31.65446	-6.83111		Tilsakht,Tilsert,Tilsghet		05	081		
2528245	Tiloutaf	tiloutaf	MA		0	Africa/Casablanca	34.92118	-4.76452		Tiloutaf,Tiolutaf		01	151		
2528247	Douar Tioulli	douar-tioulli	MA		0	Africa/Casablanca	35.01507	-4.43727		Douar Tioulli,Tilouli,Tiluli,Tittoula		01	051		
2528250	Tilouguit	tilouguit	MA		0	Africa/Casablanca	32.01695	-6.71564				05	081		
2528251	Tiloua n’Aït Daoud	tiloua-n-ait-daoud	MA		0	Africa/Casablanca	32.34509	-6.2335				05	091		
2528254	Tilniyf	tilniyf	MA		0	Africa/Casablanca	31.37289	-7.41301		Tilnif,Tilniyf		07	041		
2528256	Tilmi n’ Aït Ikko Ou Brahim	tilmi-n-ait-ikko-ou-brahim	MA		0	Africa/Casablanca	32.17896	-5.47004		Tilmi,Tilmi n' Ait Ikko Ou Brahim,Tilmi n'Ait Haddou ou Brahim,Tilmi n’ Aït Ikko Ou Brahim,Tilmi n’Aït Haddou ou Brahim		08	363		
2528258	Tilmi	tilmi	MA		0	Africa/Casablanca	31.81794	-5.76812			0440105292	08	401	0440105292	
2528259	Tilmezdight	tilmezdight	MA		0	Africa/Casablanca	30.41243	-8.44118		Tilmendigh,Tilmendirh,Tilmezdight,Tilmezdirht,Tilmzdigh		09	541		
2528263	Tilout	tilout	MA		0	Africa/Casablanca	31.62333	-5.85159		Tillout,Tilout		08	577		
2528264	Tillouna	tillouna	MA		0	Africa/Casablanca	31.41922	-7.95155		Douar Tillouna,Tillouna		07	041		
2528266	Tilougguit	tilougguit	MA		0	Africa/Casablanca	32.03003	-6.20314		Tillouguit n'Ait Isha,Tillouguit n’Aït Isha,Tilougguit,Tilougguite,Tilougguite centre		05	081		
2528267	Tilil	tilil	MA		0	Africa/Casablanca	30.04332	-8.98219		Tilil,Tillil		09	163		
2528269	Tilazine	tilazine	MA		0	Africa/Casablanca	30.13362	-8.95424		Tilazine,Tillazine		09	541		
2528272	Tilkoussine	tilkoussine	MA		0	Africa/Casablanca	34.98	-4.11		Tilkoucine,Tilkoussine		01	051		
2528273	Tilkist	tilkist	MA		0	Africa/Casablanca	30.30523	-8.49822				09	541		
2528274	Tiliwine	tiliwine	MA		0	Africa/Casablanca	31.28643	-6.5688		Tiliouine,Tiliwine		08	401		
2528275	Tiliuin	tiliuin	MA		0	Africa/Casablanca	29.01928	-10.23776		Etrasim,Tiliuin,Tracim		10	261		
2528276	Tilizit	tilizit	MA		0	Africa/Casablanca	30.18001	-8.6504		Tilisit,Tilizit		09	541		
2528278	Tilisas	tilisas	MA		0	Africa/Casablanca	29.18	-10.25		Tilisas,Tlisa		10	473		
2528279	Tilirzr	tilirzr	MA		0	Africa/Casablanca	30.72594	-9.46013				09	001		
2528280	Tiliouane	tiliouane	MA		0	Africa/Casablanca	34.92873	-5.26723		Tiliouane,Tiliouene,Tiliouine,Tilouane		01	405		
2528281	Douar Tlijouahe	douar-tlijouahe	MA		0	Africa/Casablanca	34.39105	-4.09406		Douar Tiliouane,Douar Tlijouahe,Flalka,Tiliouane		03	561		
2528282	Tiliwa	tiliwa	MA		0	Africa/Casablanca	30.42487	-7.94812		Tilioua,Tilioua Ait Fenger,Tilioua Aït Fenger,Tiliwa		09	541		
2528283	Tiliwa	tiliwa	MA		0	Africa/Casablanca	30.33105	-8.60919		Tiliona,Tilioua,Tiliwa		09	541		
2528284	Tilioua	tilioua	MA		0	Africa/Casablanca	30.33163	-8.43718		Tilioua,Tiliwa		09	541		
2528285	Tiliwa	tiliwa	MA		0	Africa/Casablanca	30.2335	-8.82241		Tilioua,Tiliwa		09	541		
2528286	Tiliwa	tiliwa	MA		0	Africa/Casablanca	30.14127	-8.31412		Tilioua,Tiliwa,Tiloua		09	541		
2528287	Tiliwa-n-Oufalla	tiliwa-n-oufalla	MA		0	Africa/Casablanca	30.07448	-8.69616		Tilioua,Tiliwa-n-Oufalla		09	541		
2528288	Tilioua	tilioua	MA		0	Africa/Casablanca	29.33794	-9.46522				10	473		
2528291	Tililine	tililine	MA		0	Africa/Casablanca	30.24294	-8.32278				09	541		
2528292	Tililguine	tililguine	MA		0	Africa/Casablanca	30.23598	-7.4392		Inisi,Tiliguine,Tililguine		08	401		
2528293	Tiligiout	tiligiout	MA		0	Africa/Casablanca	31.095	-6.55777		Tiligiout,Tiriguiot		08	401		
2528294	Tilfou	tilfou	MA		0	Africa/Casablanca	30.13	-7.65		Tilaffou,Tilfou,Tilfou n'Ait Mansour,Tilfou n’Aït Mansour		09	551		
2528295	Tilfou	tilfou	MA		0	Africa/Casablanca	30.12394	-7.64626		Tilaffou,Tilfou,Tilfou n'Ait Mansour,Tilfou n’Aït Mansour		09	551		
2528296	Tilfitine	tilfitine	MA		0	Africa/Casablanca	31.11768	-8.27688				07	041		
2528297	Tinfidine	tinfidine	MA		0	Africa/Casablanca	31.76144	-6.8203		Tilfiden,Tilfidene,Tilfidèn,Tinefidine,Tinfidine		05	081		
2528300	Tilerhane	tilerhane	MA		0	Africa/Casablanca	34.6598	-4.81696				03	531		
2528301	Tilemsoun	tilemsoun	MA		0	Africa/Casablanca	28.27528	-10.89983		Tilamzoune,Tilemsen,Tilemson,Tilemsoon,Tilemsoun,Tilimenzon,Tiloumzoune,Tilouzoune		10	521		
2528305	Douar Tildi	douar-tildi	MA		0	Africa/Casablanca	30.8135	-9.8046		Douar Tildi,Tidli,Tildi		09	001		
2528307	Tinaghzi	tinaghzi	MA		0	Africa/Casablanca	31.49699	-7.11063		Tilaghzi,Tilarhzi,Tilrezi,Tinaghzi		05	081		
2528311	Tiktint	tiktint	MA		0	Africa/Casablanca	30.72114	-9.25357		Tiktint,Tiktinte		09	001		
2528313	Douar Tiktene	douar-tiktene	MA		0	Africa/Casablanca	31.69534	-9.11545		Douar Tiktene,Taktent,Tiktennt,Tiktent,Zaouia Tiktent		07	211		
2528316	Tiksit	tiksit	MA		0	Africa/Casablanca	31.05816	-8.48926				07	161		
2528318	Douar Tikoutar	douar-tikoutar	MA		0	Africa/Casablanca	31.56874	-7.76733		Douar Tikoutar,Tikoutar		07	041		
2528321	Tikoutamine	tikoutamine	MA		0	Africa/Casablanca	32.78025	-4.06402		Tikoutamine,Tougoutamine		03	131		
2528338	Tiklilt	tiklilt	MA		0	Africa/Casablanca	30.19783	-8.3287				09	541		
2528339	Tiykhfiyst	tiykhfiyst	MA		0	Africa/Casablanca	29.68106	-9.16759		Tihfiste,Tiklfist,Tiykhfiyst		09	581		
2528343	Tikki	tikki	MA		0	Africa/Casablanca	30.75064	-9.31694		Tigi,Tikki		09	001		
2528344	Tikkert n’Ououchene	tikkert-n-ououchene	MA		0	Africa/Casablanca	30.82968	-5.42405				08	587		
2528345	Douar Tikirat	douar-tikirat	MA		0	Africa/Casablanca	31.70307	-9.23138		Douar Tekerat,Douar Tikirat,Tikkera,Tikrat		07	211		
2528346	Tikkadarine	tikkadarine	MA		0	Africa/Casablanca	31.16	-5.71		Ikaddarene,Tikkadarine,Tikkdarine		08	577		
2528347	Tikitar	tikitar	MA		0	Africa/Casablanca	29.71	-9.1				09	163		
2528348	Tikitar	tikitar	MA		0	Africa/Casablanca	29.17177	-10.11623		Tikilar,Tikitar		10	473		
2528351	Tikirt	tikirt	MA		0	Africa/Casablanca	30.95417	-7.1013		Tikiri,Tikirt		08	401		
2528352	Tikiout	tikiout	MA		0	Africa/Casablanca	31.00155	-8.17491		Tikiout,Tikout		07	041		
2528353	Tikiout	tikiout	MA		0	Africa/Casablanca	29.98251	-9.66873		Tikiout,Tikioute		09	163		
2528354	Tikiout	tikiout	MA		0	Africa/Casablanca	29.63	-9.55				09	581		
2528356	Tikiouine	tikiouine	MA		0	Africa/Casablanca	30.71348	-9.72651		Tikiouike,Tikiouine		09	001		
2528357	Tikiouine	tikiouine	MA		0	Africa/Casablanca	30.37841	-9.50414		Tikianim,Tikiouine		09	001		
2528360	Tikida	tikida	MA		0	Africa/Casablanca	30.35483	-8.44085				09	541		
2528361	Tikida	tikida	MA		0	Africa/Casablanca	30.17199	-8.77553		Tckida,Tikida		09	541		
2528363	Tikhoura	tikhoura	MA		0	Africa/Casablanca	31.13802	-7.12616		Tarourra,Tikhoura		08	401		
2528365	Tikhibit Izder	tikhibit-izder	MA		0	Africa/Casablanca	30.6161	-9.12897		Tighibite,Tikhibit Izder,Tilhibit Izder		09	541		
2528366	Douar Tikhyamine	douar-tikhyamine	MA		0	Africa/Casablanca	33.91052	-3.78086		Douar Tikhyamine,Tikhiamine,Tikhyamine		02	265		
2528368	Tighfist-n-Aït Sbih	tighfist-n-ait-sbih	MA		0	Africa/Casablanca	31.36507	-6.93405		Tighfist-n-Ait Sbih,Tighfist-n-Aït Sbih,Tikhfist		05	081		
2528369	Tighadouine	tighadouine	MA		0	Africa/Casablanca	32.22717	-5.43501		Tighadouine,Tikhedouine,Tirhadouine		08	363		
2528370	Tikhat	tikhat	MA		0	Africa/Casablanca	31.33626	-9.11079		Tihlat,Tikat,Tikhat,Tikhate		07	161		
2528372	Tikhamine	tikhamine	MA		0	Africa/Casablanca	33.78832	-3.66912				02	265		
2528373	Tikhabrine	tikhabrine	MA		0	Africa/Casablanca	29.07246	-9.37911				10	261		
2528374	Tikfelt	tikfelt	MA		0	Africa/Casablanca	30.76835	-8.72574		Tikfelt,Tikfilt		09	541		
2528381	Tikensar	tikensar	MA		0	Africa/Casablanca	29.1777	-10.22838		Tikensar,Tikenzar		10	473		
2528382	Tikht	tikht	MA		0	Africa/Casablanca	31.14353	-8.43145		Tikekht,Tikht,Tikkette		07	161		
2528385	Tikdane	tikdane	MA		0	Africa/Casablanca	30.26828	-8.30517				09	541		
2528388	Douar Tichaouine	douar-tichaouine	MA		0	Africa/Casablanca	33.71504	-4.53639		Douar Tichaouine,Tikarchaline		03	451		
2528390	Takadwiyne	takadwiyne	MA		0	Africa/Casablanca	29.57364	-9.12561		Takadwiyne,Tikadouin,Tikadouine		09	581		
2528391	Tikabine	tikabine	MA		0	Africa/Casablanca	31.13333	-7.32826				08	401		
2528392	Tijghicht	tijghicht	MA		0	Africa/Casablanca	30.96867	-8.09543		Tijghicht,Tijricht		07	041		
2528394	Tijjout	tijjout	MA		0	Africa/Casablanca	34.99606	-2.77834				02	381		
2528395	Tijjat	tijjat	MA		0	Africa/Casablanca	31.12292	-8.86763		Tijjat,Tijjert		07	161		
2528396	Tijdine	tijdine	MA		0	Africa/Casablanca	31.03951	-8.87593		Ait Oukrim Tijine,Aït Oukrim Tijine,Tichdine,Tidjine,Tijdine,Tijine		07	161		
2528398	Tijignit	tijignit	MA		0	Africa/Casablanca	31.25708	-9.23955		Tijignit,Tijrijt,Tirjijt		07	161		
2528400	Tichgout	tichgout	MA		0	Africa/Casablanca	31.13862	-9.24297		Tichgout,Tijgout		07	161		
2528402	Tijent	tijent	MA		0	Africa/Casablanca	33.36682	-4.59174				03	131		
2528404	Tijefert	tijefert	MA		0	Africa/Casablanca	29.62513	-8.7227		Tijefert,Tijeferte,Tijferte		09	581		
2528407	Tijane	tijane	MA		0	Africa/Casablanca	32.47589	-4.05068		Tijane,Tijane Ait Hsaou Lahcen,Tijane Aït Hsaou Lahcen		08	363		
2528409	Tijam	tijam	MA		0	Africa/Casablanca	33.09648	-4.65292				03	131		
2528412	Tiiti	tiiti	MA		0	Africa/Casablanca	29.70545	-7.99922				09	551		
2528413	Tiislane	tiislane	MA		0	Africa/Casablanca	29.11792	-9.58436		Tiislane,Tislan,Tislane		10	261		
2528414	Tijiskane	tijiskane	MA		0	Africa/Casablanca	30.06362	-8.93367		Tiiskane,Tijiskane		09	163		
2528417	Tiiggane	tiiggane	MA		0	Africa/Casablanca	29.60915	-8.01689		Tiggan,Tiiggan,Tiiggane		09	551		
2528418	Tiidrine	tiidrine	MA		0	Africa/Casablanca	31.8	-5.4		Ksar Tydrine,Tiidrine		08	577		
2528419	Tihrdrine	tihrdrine	MA		0	Africa/Casablanca	31.53202	-5.52976		Tidrine,Tihrdrine,Tiidrine,Tydrine		08	577		
2528420	Tiiddiouine	tiiddiouine	MA		0	Africa/Casablanca	34.76	-4.08				03	561		
2528422	Tihuma Ou Senag	tihuma-ou-senag	MA		0	Africa/Casablanca	29.19238	-10.09375		Tihouma ou Senag,Tihuma Ou Senag,Tihuna U Senag		10	473		
2528423	Tihouna Aït Widir	tihouna-ait-widir	MA		0	Africa/Casablanca	32.55138	-5.66498		Ait Ouidir,Ait Widir,Aït Ouidir,Aït Widir,Kasba de Tihaouna,Kasba de Tihouna,Tihouna Ait Widir,Tihouna Aït Widir,Tihouna n'Ait Ouidir,Tihouna n’Aït Ouidir		05	091		
2528424	Tihanaouine	tihanaouine	MA		0	Africa/Casablanca	31.2483	-8.56993		Tihanaouine,Tihona,Tihouna		07	161		
2528425	Tihouchi	tihouchi	MA		0	Africa/Casablanca	31.32366	-8.57518				07	161		
2528430	Tihidrine	tihidrine	MA		0	Africa/Casablanca	32.27429	-4.90976		Tidrine,Tihidrine		08	363		
2528431	Tihassant	tihassant	MA		0	Africa/Casablanca	30.62759	-7.65214		Tihassant,Tihassent,Toussent		09	541		
2528433	Tihandar	tihandar	MA		0	Africa/Casablanca	32.39784	-5.42619		Oued Tihandar,Tamefrast,Tihandar		08	363		
2528434	Tihabossine	tihabossine	MA		0	Africa/Casablanca	31.54841	-7.29803				07	041		
2528435	Tigzmert	tigzmert	MA		0	Africa/Casablanca	29.71264	-7.97284		Talednount,Tigzmert		09	551		
2528437	Douar Tigzit	douar-tigzit	MA		0	Africa/Casablanca	31.3037	-8.06629		Douar Tigzit,Tagzite,Tigzit		07	041		
2528438	Tigzighine	tigzighine	MA		0	Africa/Casablanca	34.89444	-3.84592				01	051		
2528441	Tighiza	tighiza	MA		0	Africa/Casablanca	31.00709	-5.9227		Tighiza,Tiguiza		08	587		
2528442	Tighit Igouramane	tighit-igouramane	MA		0	Africa/Casablanca	29.44544	-9.94386		Tighit Igouramane,Tiguit Beni Arroumi,Tiguit Igurramen		10	473		
2528443	Tiguisselt	tiguisselt	MA		0	Africa/Casablanca	29.67803	-8.00264		Tiguisilt,Tiguisselt		09	551		
2528444	Tiguissas	tiguissas	MA		0	Africa/Casablanca	29.86517	-9.00975				09	163		
2528445	Tiguisa	tiguisa	MA		0	Africa/Casablanca	34.88427	-4.54997				01	051		
2528446	Tiguisa	tiguisa	MA		0	Africa/Casablanca	34.86	-4.53				01	051		
2528450	Tiguimi Abdel-la Abdel-la	tiguimi-abdel-la-abdel-la	MA		0	Africa/Casablanca	29.55	-10.03				10	473		
2528451	Tiguijjout	tiguijjout	MA		0	Africa/Casablanca	30.08	-9.03		Teguijant,Tiguijjout,Tiguijjoute		09	163		
2528454	Tignidart	tignidart	MA		0	Africa/Casablanca	31.25877	-7.31194		Tignidart,Tiguidart,Tiguidert		08	401		
2528455	Tiguidar	tiguidar	MA		0	Africa/Casablanca	29.33459	-9.94846				10	473		
2528457	Tiguest	tiguest	MA		0	Africa/Casablanca	32.85	-3.86		Tiguest,Tigueust		03	131		
2528460	Tiguert	tiguert	MA		0	Africa/Casablanca	34.91379	-3.95824				01	051		
2528461	Tiggart	tiggart	MA		0	Africa/Casablanca	31.28857	-6.95095		Tiggart,Tiguert,Tiguerte		08	401		
2528462	Tiguert	tiguert	MA		0	Africa/Casablanca	31.13935	-7.13017				08	401		
2528463	Tiggart	tiggart	MA		0	Africa/Casablanca	30.99332	-8.32049		Tiggart,Tiguert		07	041		
2528464	Tiguert	tiguert	MA		0	Africa/Casablanca	30.72181	-9.009				09	541		
2528465	Tiguert	tiguert	MA		0	Africa/Casablanca	30.65362	-9.10623		Tiguert,Tirhirt		09	541		
2528466	Tiguerrout	tiguerrout	MA		0	Africa/Casablanca	31.16742	-9.30135		Tiguerout,Tiguerrout		07	211		
2528468	Tiguirna	tiguirna	MA		0	Africa/Casablanca	31.04206	-5.26035		Ksar Tiguerna,Tiguelna,Tiguerna,Tiguirna		08	577		
2528469	Tiyghrmane	tiyghrmane	MA		0	Africa/Casablanca	29.87615	-8.72299		Tiguermane,Tiguermine,Tiyghrmane		09	541		
2528470	Tiniyardal	tiniyardal	MA		0	Africa/Casablanca	30.2986	-7.8493		Tiguerdou,Tiniyardal		09	541		
2528471	Tigourdine	tigourdine	MA		0	Africa/Casablanca	31.21324	-9.74443		Tigourdine,Tiguerden,Tiguerdine		07	211		
2528473	Tiguenziouine	tiguenziouine	MA		0	Africa/Casablanca	31.24408	-8.21613		Tigouziomine,Tiguenziouine		07	041		
2528474	Tiguentá el Hosein	tiguenta-el-hosein	MA		0	Africa/Casablanca	29.48	-10.01				10	473		
2528475	Id Warkour	id-warkour	MA		0	Africa/Casablanca	29.3742	-9.88907		Id Warkour,Tiguenmi U el Gord,Tirchemnion el Garde		10	473		
2528476	Tiguamguamt	tiguamguamt	MA		0	Africa/Casablanca	31.1731	-9.2274		Taguemguemt,Tiguamguamt,Tiguenguemt		07	161		
2528477	Tiguenguemine	tiguenguemine	MA		0	Africa/Casablanca	31.22451	-8.52034		Tigougnine,Tiguengmine,Tiguenguemine		07	161		
2528478	Tiguenati	tiguenati	MA		0	Africa/Casablanca	34.21722	-4.1335		Douar Tiguenati,Tiguenati		03	561		
2528479	Tignarine	tignarine	MA		0	Africa/Casablanca	31.11008	-8.48053		Tignarine,Tiguenarine		07	161		
2528480	Tiguenamas	tiguenamas	MA		0	Africa/Casablanca	33.33356	-4.52509		Tignamas,Tiguenamas		03	131		
2528481	Tiguemmi Oudra	tiguemmi-oudra	MA		0	Africa/Casablanca	31.14757	-9.43836		Tigemmoudarh,Tiguemmi Oudra,Tiguemmouda		07	211		
2528482	Tigoudzine	tigoudzine	MA		0	Africa/Casablanca	31.0157	-9.74226		Tigoudzine,Tiguemmi Tigoudzine		07	211		
2528484	Taourirt Ouzour	taourirt-ouzour	MA		0	Africa/Casablanca	30.96078	-9.53218		Taourirt Ouzour,Tiguemmi Ouzour		07	211		
2528485	Tiguemmi Oughroud	tiguemmi-oughroud	MA		0	Africa/Casablanca	30.60384	-9.78215				09			
2528486	Tiguemi Oumrhar	tiguemi-oumrhar	MA		0	Africa/Casablanca	31.30357	-8.53308		Tiguemi Oumrhar,Tiguemmi Oumghar,Tiguemmi Oumrar,Tiguemmi Oumrhar		07	161		
2528746	Tiechart	tiechart	MA		0	Africa/Casablanca	35.06996	-4.63283		Tiechart,Tiexart		01	151		
2528488	Tiguemmi Ouafa	tiguemmi-ouafa	MA		0	Africa/Casablanca	29.88	-9		Tigmiouofer,Tiguemmi Ouafa		09	163		
2528489	Tigammi Tagant	tigammi-tagant	MA		0	Africa/Casablanca	30.65955	-8.2797		Tigammi Tagant,Tiguemmi n'Tagannt,Tiguemmi n'Tagant,Tiguemmi n’Tagannt,Tiguemmi n’Tagant		09	541		
2528490	Tiguemmi n’Tagant	tiguemmi-n-tagant	MA		0	Africa/Casablanca	30.66868	-8.2229				09	541		
2528491	Tiguemmi n’Ou Skouri	tiguemmi-n-ou-skouri	MA		0	Africa/Casablanca	31.46	-6.13				08	577		
2528493	T’addi-n-Ou-Hazza	t-addi-n-ou-hazza	MA		0	Africa/Casablanca	31.03973	-5.60694		T'addi n'Ouhezza,T'addi-n-Ou-Hazza,Taddi n'Oughezza,Taddi n’Oughezza,Tiguemmi n'Ouezza,Tiguemmi n’Ouezza,T’addi n’Ouhezza,T’addi-n-Ou-Hazza		08	577		
2528494	Tiguemmi n’Fach	tiguemmi-n-fach	MA		0	Africa/Casablanca	30.81686	-9.75024				09	001		
2528496	Tiguemmi n’Aït Rami	tiguemmi-n-ait-rami	MA		0	Africa/Casablanca	30.57405	-9.69538		Tiggemnrh,Tiguemmi n'Ait Rami,Tiguemmi n’Aït Rami		09	001		
2528497	Tiguemmi n’Aït Bihi	tiguemmi-n-ait-bihi	MA		0	Africa/Casablanca	30.5606	-9.71		Ait Bihi,Tiguemmi n'Ait Bihi,Tiguemmi n’Aït Bihi		09	001		
2528499	Id Barka	id-barka	MA		0	Africa/Casablanca	29.50923	-10.00849		Id Barca,Id Barka,Tiguemmi n'Abdallah n'Bourhim,Tiguemmi n’Abdallah n’Bourhim		10	473		
2528500	Tiguemmi Mkorn	tiguemmi-mkorn	MA		0	Africa/Casablanca	30.7307	-8.68142		Tigemmi Nqorn,Tiguemmi Mkorn		09	541		
2528501	Tiguemmi Lajdid	tiguemmi-lajdid	MA		0	Africa/Casablanca	29.99852	-9.6428		Tiguemmi Lajdid,Tiguemmiel Jdid		09	163		
2528503	Borj Tigalmamine	borj-tigalmamine	MA		0	Africa/Casablanca	33.03281	-5.06691		Borj Tigalmamine,Tiguelmamine		03	271		
2528505	Tiguedine	tiguedine	MA		0	Africa/Casablanca	34.96	-4.11				01	051		
2528506	Tigghad	tigghad	MA		0	Africa/Casablanca	30.05541	-8.81818		Tigghad,Tiguedi		09	541		
2528509	Tiguanimene	tiguanimene	MA		0	Africa/Casablanca	34.95	-4.56				01	051		
2528510	Tigual	tigual	MA		0	Africa/Casablanca	29.18925	-10.11878				10	473		
2528511	Houmat Taghrout	houmat-taghrout	MA		0	Africa/Casablanca	35.2538	-4.92318		Houmat Taghrout,Tigrourt,Tigrurt		01	151		
2528519	Tigratin Bumia	tigratin-bumia	MA		0	Africa/Casablanca	29.51	-10.01				10	473		
2528522	Tigoulzatine	tigoulzatine	MA		0	Africa/Casablanca	31.08464	-5.61649		Tigoulzatine,Tigourzatine		08	577		
2528525	Tigourar	tigourar	MA		0	Africa/Casablanca	31.25592	-8.43284		Douar Tigourar,Tigourar		07	161		
2528526	Tigourar	tigourar	MA		0	Africa/Casablanca	29.7517	-9.57384				09	581		
2528527	Tigoumma N-Imider	tigoumma-n-imider	MA		0	Africa/Casablanca	30.73807	-6.64232		Tigoumma N-Imider,Tigounra n'Imider,Tigounra n’Imider,Tigoura n'Imider,Tigoura n’Imider		08	587		
2528534	Tiganatine	tiganatine	MA		0	Africa/Casablanca	30.51149	-8.35352		Taddarine,Tiganatine,Tigounatine		09	541		
2528535	Ti Gounatine	ti-gounatine	MA		0	Africa/Casablanca	30.11	-9.2		Ti Gounatine,Ti Ougnatine		09	163		
2528536	Tigounatine	tigounatine	MA		0	Africa/Casablanca	29.69162	-8.77778		Tagnatin,Tigounatine		09	581		
2528538	Ighram-n-Tighouza	ighram-n-tighouza	MA		0	Africa/Casablanca	31.30176	-7.1243		Ighram-n-Tighouza,Tigouma n'Igrane,Tigouma n’Igrane		08	401		
2528540	Tigouit	tigouit	MA		0	Africa/Casablanca	34.93	-4.63				01	051		
2528541	Tougouguine	tougouguine	MA		0	Africa/Casablanca	31.23346	-8.96008		Tigouguine,Tougeguine,Tougouguine		07	161		
2528543	Tigoudine	tigoudine	MA		0	Africa/Casablanca	30.23509	-8.14824				09	541		
2528545	Tigoudar	tigoudar	MA		0	Africa/Casablanca	31.25165	-8.73083		Tigodar,Tigoudar		07	161		
2528546	Tigourar	tigourar	MA		0	Africa/Casablanca	29.36845	-9.79496		Tigouar,Tigourar		10	473		
2528547	Tigajnine	tigajnine	MA		0	Africa/Casablanca	31.42781	-8.76686		Tigajnine,Tigojnine,Tiguijnine		07	161		
2528553	Tiguemmi n’Tzaoud	tiguemmi-n-tzaoud	MA		0	Africa/Casablanca	30.63816	-7.31977		Tigmi Tsaoud,Tiguemmi n'Tzaoud,Tiguemmi n'Tzawd,Tiguemmi n’Tzaoud,Tiguemmi n’Tzawd		08	401		
2528554	Tigmir	tigmir	MA		0	Africa/Casablanca	29.66919	-8.89191		Tgmirt,Tigmir		09	581		
2528555	Tigmi Ouguim	tigmi-ouguim	MA		0	Africa/Casablanca	29.81	-9.48				09	581		
2528557	Douar Tigmijjou	douar-tigmijjou	MA		0	Africa/Casablanca	31.61297	-9.5763		Douar Oulad Guenour,Douar Tigmijjou,Tegmijou,Tigmijjou		07	211		
2528558	Tiguimi Jdid	tiguimi-jdid	MA		0	Africa/Casablanca	31.22661	-8.77606		Tigammi Jdid,Tigmi Jdid,Tiguemmi Idid,Tiguimi Jdid		07	161		
2528559	Tigmmat	tigmmat	MA		0	Africa/Casablanca	32.60959	-5.93435		Tigmat,Tigmmat		05	091		
2528561	Tiglit Ou Mezzil	tiglit-ou-mezzil	MA		0	Africa/Casablanca	29.56087	-8.5447				09	551		
2528563	Tiqlit	tiqlit	MA		0	Africa/Casablanca	33.08333	-5.47313		Tiglit,Tiqlit		05	301		
2528564	Tiglit	tiglit	MA		0	Africa/Casablanca	28.48433	-10.31022		Tiglit,Tiglite		10	261		
2528570	Tighouza	tighouza	MA		0	Africa/Casablanca	31.63039	-6.51413		Tighouza,Tighza		05	081		
2528571	Tighza	tighza	MA		0	Africa/Casablanca	31.30332	-7.12015				08	401		
2528572	Tighfamt -n- Aït Bicha	tighfamt-n-ait-bicha	MA		0	Africa/Casablanca	32.26784	-5.76423		Ait Bichcha,Aït Bichcha,Tighfamt -n- Ait Bicha,Tighfamt -n- Aït Bicha,Tighremt-n-Ait Bichcha,Tighremt-n-Aït Bïchcha		05	091		
2528573	Tighratine	tighratine	MA		0	Africa/Casablanca	31.23	-7.21				08	401		
2528575	Tighoula	tighoula	MA		0	Africa/Casablanca	31.82662	-6.97866		Tigboula,Tighoula		05	081		
2528576	Tirhisrit	tirhisrit	MA		0	Africa/Casablanca	31.17159	-9.0908		Tighisrit,Tirhisrit		07	161		
2528578	Tguît	tguit	MA		0	Africa/Casablanca	30.6686	-6.34224		Tguit,Tguît,Tigguit,Tiguit		08	587		
2528582	Tiggit n’Oulad Chaouf	tiggit-n-oulad-chaouf	MA		0	Africa/Casablanca	30.38	-5.83				08	587		
2528583	Tiggit n’Aït Boulma	tiggit-n-ait-boulma	MA		0	Africa/Casablanca	30.38	-5.81				08	587		
2528584	Tiggint	tiggint	MA		0	Africa/Casablanca	30.49239	-6.0263		Tiggint,Tiguinnt,Tiguinte		08	587		
2528585	Tiggert	tiggert	MA		0	Africa/Casablanca	31.34619	-6.57701		Tiggert,Tiguerte		08	401		
2528589	Tigdit	tigdit	MA		0	Africa/Casablanca	31.19574	-9.76228		Tigdif,Tigdit		07	211		
2528591	Tigdelt	tigdelt	MA		0	Africa/Casablanca	31.24001	-8.19434				07	041		
2528596	Tigart	tigart	MA		0	Africa/Casablanca	35.14699	-3.89031		Tigart,Tijarte		01	051		
2528598	Tigaraout	tigaraout	MA		0	Africa/Casablanca	34.93	-4.43				01	051		
2528599	Tiganimine	tiganimine	MA		0	Africa/Casablanca	35.00957	-3.98763		Tiganimin,Tiganimine		01	051		
2528600	Douar Tighalline	douar-tighalline	MA		0	Africa/Casablanca	35.06079	-4.21092		Douar Tighalline,Tigal Lin,Tigalline,Tighaline,Tirhaline,Tirhalîne		01	051		
2528601	Tifziouine	tifziouine	MA		0	Africa/Casablanca	34.18	-3.45				02	265		
2528604	Tifrouine	tifrouine	MA		0	Africa/Casablanca	31.58	-7.73		Tifrioun,Tifrouine		07	041		
2528605	Tifrot	tifrot	MA		0	Africa/Casablanca	29.37164	-9.33157				10	473		
2528609	Tifrit	tifrit	MA		0	Africa/Casablanca	31.16778	-5.72159				08	577		
2528610	Tifrit	tifrit	MA		0	Africa/Casablanca	30.68121	-5.39786		Ifert,Tifrit		08	587		
2528611	Tifrit	tifrit	MA		0	Africa/Casablanca	30.24224	-8.47058				09	541		
2528612	Tifrit	tifrit	MA		0	Africa/Casablanca	30.08	-9.1		Tifrit,Tifrite		09	163		
2528614	Tifghalt-n-Imigat	tifghalt-n-imigat	MA		0	Africa/Casablanca	30.0669	-8.7656		Tieghelt-n-Imigat,Tifghalt-n-Imigat,Tifrhelt n'Timigat,Tifrhelt n’Timigat		09	541		
2528615	Tifghlt-n-Bou Al Haj	tifghlt-n-bou-al-haj	MA		0	Africa/Casablanca	29.95819	-9.05134		Tifghlt-n-Bou Al Haj,Tifrhelt n'Ait Bou Lhaj,Tifrhelt n’Aït Bou Lhaj		09	163		
2528616	Tifrhelt	tifrhelt	MA		0	Africa/Casablanca	30.1632	-9.07188		Tifrelt,Tifrhelt		09	163		
2528617	Tifghalt	tifghalt	MA		0	Africa/Casablanca	30.02371	-8.81742		Tifghalt,Tifrhelt		09	541		
2528618	Tifghlt Iyfrkhsn	tifghlt-iyfrkhsn	MA		0	Africa/Casablanca	29.94869	-8.99638		Tifghelt,Tifghlt Iyfrkhsn,Tifrhelt		09	163		
2528619	Tifrhelt	tifrhelt	MA		0	Africa/Casablanca	29.75	-8.86				09	581		
2528623	Tifghalt	tifghalt	MA		0	Africa/Casablanca	30.18582	-8.93464		Tifghalt,Tifrelt		09	541		
2528632	Tifraouene	tifraouene	MA		0	Africa/Casablanca	35.00831	-5.31371				01	151		
2528633	Tifouta	tifouta	MA		0	Africa/Casablanca	34.74108	-5.27607				01	405		
2528635	Tifouzal	tifouzal	MA		0	Africa/Casablanca	35.07149	-5.2687		Tifousal,Tifouzal,Tifouzale		01	151		
2528636	Tifourna	tifourna	MA		0	Africa/Casablanca	30.76187	-8.55468				09	541		
2528638	Tifounra	tifounra	MA		0	Africa/Casablanca	29.35429	-9.45827				10	473		
2528641	Tifoultout	tifoultout	MA		0	Africa/Casablanca	30.9271	-6.98993		Tifoullout,Tifoultout		08	401		
2528642	Igharmane Tifwine	igharmane-tifwine	MA		0	Africa/Casablanca	31.921	-6.08631		Igharmane Tifwine,Tifouina		05	081		
2528643	Tifarnine	tifarnine	MA		0	Africa/Casablanca	31.11208	-5.72959		Tifarnine,Tifornine		08	577		
2528648	Tifnit	tifnit	MA		0	Africa/Casablanca	30.20136	-9.64141		Tifnit,Tifnite		09	163		
2528650	Tifni	tifni	MA		0	Africa/Casablanca	31.62777	-6.94093			1208107212	05	081	1208107212	
2528651	Tifni	tifni	MA		0	Africa/Casablanca	30.94458	-8.3559				07	041		
2528656	Tiflit	tiflit	MA		0	Africa/Casablanca	31.22015	-6.57047				08	401		
2528657	Tiflit	tiflit	MA		0	Africa/Casablanca	31.08053	-6.82297		Tiflet Ait Ougrour,Tiflet Aït Ougrour,Tiflit		08	401		
2528659	Tiflet	tiflet	MA		70010	Africa/Casablanca	33.89469	-6.30649			1029101051	04	291	1029101051	
2528660	Tifkilt	tifkilt	MA		0	Africa/Casablanca	30.88791	-7.92428		Tifkilt,Tifkilte		09	541		
2528661	Tifiyst	tifiyst	MA		0	Africa/Casablanca	31.40157	-7.54907		Tifist,Tifiyst		07	041		
2528663	Tifirt	tifirt	MA		0	Africa/Casablanca	31.17652	-8.40644		Tifirt,Tifirte,Tifirté		07	041		
2528664	Tifirras	tifirras	MA		0	Africa/Casablanca	30.47217	-8.11855		Tifirest,Tifirras		09	541		
2528665	Tifirassine	tifirassine	MA		0	Africa/Casablanca	34.0059	-3.75643				02	265		
2528669	Tifguit	tifguit	MA		0	Africa/Casablanca	30.4	-8.38		Tifguit,Tifiguit,Tifquit		09	541		
2528670	Tifguit	tifguit	MA		0	Africa/Casablanca	29.4	-10.05		Tifguit,Titguit		10	473		
2528672	Tifgouki	tifgouki	MA		0	Africa/Casablanca	29.81	-9.33				09	163		
2528674	Tifirt -n- Aït Hamza	tifirt-n-ait-hamza	MA		0	Africa/Casablanca	32.31854	-5.96454		Ait Hamza,Aït Hamza,Tiffert,Tiffert n'Ait Hamza,Tiffert n’Aït Hamza,Tifirt -n- Ait Hamza,Tifirt -n- Aït Hamza		05	081		
2528684	Tifsassine	tifsassine	MA		0	Africa/Casablanca	30.11369	-8.93632		Tifessassen,Tifessassene,Tifessassèn,Tifsassine		09	163		
2528685	Tifertane	tifertane	MA		0	Africa/Casablanca	31.25	-7.75				07	041		
2528686	Tifiyrt	tifiyrt	MA		0	Africa/Casablanca	31.6916	-6.7014		Tifert,Tifiyrt		05	081		
2528687	Tifert	tifert	MA		0	Africa/Casablanca	30.77365	-8.35095		Tifert,Tiffart		09	541		
2528689	Tifert	tifert	MA		0	Africa/Casablanca	31.03452	-9.1988		Tifert,Tifirt,Tifirte		07	161		
2528700	Douar Tiferouine	douar-tiferouine	MA		0	Africa/Casablanca	31.29433	-8.09332		Douar Tiferouine,Tiferouine,Tiferwine,Tifraouine		07	041		
2528701	Tiferouine	tiferouine	MA		0	Africa/Casablanca	31.22787	-7.14342		Tifaiouine,Tiferouine		08	401		
2528702	Tifarwine	tifarwine	MA		0	Africa/Casablanca	30.5633	-8.15423		Tifarwine,Tiferouine		09	541		
2528706	Tiferkiouine	tiferkiouine	MA		0	Africa/Casablanca	31.35833	-6.61915		Azib Tiferkiwine,Tiferkiouine		08	401		
2528707	Tiferki	tiferki	MA		0	Africa/Casablanca	30.39171	-8.33588				09	541		
2528708	Tifarkiy	tifarkiy	MA		0	Africa/Casablanca	30.20936	-8.28251		Tifarkiy,Tiferki		09	541		
2528710	Tifghlal	tifghlal	MA		0	Africa/Casablanca	30.06778	-9.55448		Tiferhal,Tiferhlal,Tiferial,Tiferlal,Tifghlal		09	163		
2528711	Tiferhlal	tiferhlal	MA		0	Africa/Casablanca	30	-9.11		Fifeghlale,Tiferhlal		09	163		
2528715	Tifardine	tifardine	MA		0	Africa/Casablanca	29.47095	-9.84948		Tifardine,Tiferdine		09	581		
2528716	Tiferdine	tiferdine	MA		0	Africa/Casablanca	29.39286	-9.42051		Teferdine,Tiferdine,Téferdine		10	473		
2528728	Tifelfel	tifelfel	MA		0	Africa/Casablanca	29.32355	-9.21414		Tifelfel,Tiflafal		10	261		
2528730	Tifekhsit	tifekhsit	MA		0	Africa/Casablanca	30.64363	-5.1511		Tifekhsit,Tifeknsit,Tifersit		08	577		
2528732	Tifticht	tifticht	MA		0	Africa/Casablanca	31.40369	-6.77369		Tifcht,Tifeht,Tifticht		05	081		
2528733	Tifassourine	tifassourine	MA		0	Africa/Casablanca	32.6394	-5.90674		Tifassour,Tifassourine		05	091		
2528734	Tifassour	tifassour	MA		0	Africa/Casablanca	35.23961	-3.12841		Tifasor,Tifassor,Tifassour,Tifassôr		02	381		
2528738	Douar Tifrouine	douar-tifrouine	MA		0	Africa/Casablanca	35.00819	-4.33549		Douar Tifrouine,Tifaraouine,Tifarauin		01	051		
2528739	Tifán	tifan	MA		0	Africa/Casablanca	29.15	-10.18				10	473		
2528740	Tifalsine	tifalsine	MA		0	Africa/Casablanca	30.17463	-8.43291		Tifalsine,Tifelsine		09	541		
2528748	Tidzi	tidzi	MA		0	Africa/Casablanca	30.99676	-7.41707		Tidsi,Tidzi		08	401		
2528749	Tidzguine	tidzguine	MA		0	Africa/Casablanca	31.40821	-6.49322		Tidzguine,Tizguine		08	401		
2528753	Tidsi	tidsi	MA		0	Africa/Casablanca	31.34048	-7.44032				07	041		
2528754	Tidsi	tidsi	MA		0	Africa/Casablanca	30.23212	-9.07799		Tidsi,Tidssi,Tisdi		09	541		
2528758	Tidghist	tidghist	MA		0	Africa/Casablanca	31.04007	-6.81309		Tidghaste,Tidghest,Tidghist,Tidrhest,Tidrheste		08	401		
2528759	Toutgharane	toutgharane	MA		0	Africa/Casablanca	30.96599	-7.91118		Taddarine,Tidrene,Toutgharane		09	541		
2528763	Tidourine	tidourine	MA		0	Africa/Casablanca	31.26656	-9.73469				07	211		
2528764	Tidounnatiyn	tidounnatiyn	MA		0	Africa/Casablanca	31.79608	-6.68341		Tidou n'Atine,Tidou n’Atine,Tidounnatiyn		05	081		
2528765	Tidouine	tidouine	MA		0	Africa/Casablanca	34.93	-4.53		Tidouine,Tiduin		01	051		
2528768	Tidnas	tidnas	MA		0	Africa/Casablanca	30.62337	-8.07417		T'adnast,Tidnas,Tidnes,T’adnast		09	541		
2528771	Tidli	tidli	MA		0	Africa/Casablanca	31.24711	-7.78739				07	041		
2528772	Tiydli-n-Aït ’Bdas	tiydli-n-ait-bdas	MA		0	Africa/Casablanca	29.58427	-9.13028		Tidli,Tiydli-n-Ait 'Bdas,Tiydli-n-Aït ’Bdas		09	581		
2528773	Tidli	tidli	MA		0	Africa/Casablanca	29.42274	-9.90708		Tidili,Tidli		10	473		
2528774	Tidqit	tidqit	MA		0	Africa/Casablanca	30.77828	-7.91183		Tidkit,Tidqit,Tidquitte,Titkiit		09	541		
2528776	Tidiziou	tidiziou	MA		0	Africa/Casablanca	30.3323	-8.65034				09	541		
2528777	Tidili-n-Ougouray	tidili-n-ougouray	MA		0	Africa/Casablanca	31.2801	-7.29678		Tidili n'Igourain,Tidili n’Igourain,Tidili-n-Ougouray		08	401		
2528781	Tidili	tidili	MA		0	Africa/Casablanca	29.68914	-8.57373		Tidili,Tiditi		09	551		
2528784	Tiderguit	tiderguit	MA		0	Africa/Casablanca	28.55555	-10.7936		Tidergit,Tiderguit		10	261		
2528785	Tidinghi	tidinghi	MA		0	Africa/Casablanca	29.87629	-9.10323		Tidenrhi,Tidinghi		09	163		
2528787	Tiddirht Oudra	tiddirht-oudra	MA		0	Africa/Casablanca	30.88095	-9.17918				07	211		
2528790	Tiddest	tiddest	MA		0	Africa/Casablanca	34.82804	-3.95704		Tiddest,Tidest		03	561		
2528791	Tiddas	tiddas	MA		0	Africa/Casablanca	29.83624	-8.62859		Tiddas,Tiddes,Tidess		09	541		
2528794	Tidazzine	tidazzine	MA		0	Africa/Casablanca	30.0949	-9.37869		Ti Idazzine,Tidazine,Tidazzine		09	163		
2528805	Tichout	tichout	MA		0	Africa/Casablanca	32.88981	-5.06608		Tichout,Tichoute		08	363		
2528807	Tichouktine	tichouktine	MA		0	Africa/Casablanca	31.05736	-9.21664		Tichoktine,Tichouktine		07	161		
2528809	Tichouaï	tichouai	MA		0	Africa/Casablanca	31.45401	-4.80715				08	201		
2528819	Tichtkou	tichtkou	MA		0	Africa/Casablanca	30.44898	-8.47263		Tichko,Tichtkou		09	541		
2528822	Tichki	tichki	MA		0	Africa/Casablanca	31.64427	-6.1886				08	577		
2528823	Tichki	tichki	MA		0	Africa/Casablanca	31.35055	-7.63018		Tichka,Tichki		07	041		
2528824	Tichki	tichki	MA		0	Africa/Casablanca	31.15747	-5.70934		Tichki,Tichkit		08	577		
2528828	Tichit-n’ou- Kherras	tichit-n-ou-kherras	MA		0	Africa/Casablanca	32.82872	-5.93432		Tichit-n'ou- Kherras,Tichit-n-Oukherraz,Tichit-n’ou- Kherras		05	301		
2528829	Tichirizine	tichirizine	MA		0	Africa/Casablanca	33.80721	-4.09087				03	561		
2528833	Tichicht	tichicht	MA		0	Africa/Casablanca	30.39347	-8.64363				09	541		
2528835	Tichgach	tichgach	MA		0	Africa/Casablanca	29.84898	-8.53214		Tichgach,Tichgache		09	551		
2528844	Tibet	tibet	MA		0	Africa/Casablanca	31.20765	-8.9111		Tibet,Tibt,Tibte Ablyoune		07	161		
2528848	Tibouda	tibouda	MA		0	Africa/Casablanca	33.71478	-3.92034				02	265		
2528852	Tiberranine	tiberranine	MA		0	Africa/Casablanca	34.75	-4.43				01	051		
2528856	Tibargant	tibargant	MA		0	Africa/Casablanca	31.83943	-6.43788		Tibargant,Tiberguent		05	081		
2528860	Tibbinndout	tibbinndout	MA		0	Africa/Casablanca	30.75484	-9.77393		Tiannamine,Tibbinbout,Tibbinndout		09	001		
2528862	Ti’azzit	ti-azzit	MA		0	Africa/Casablanca	32.04825	-6.84586		Ti'azzit,Tiazit,Tiazzit,Ti’azzit		05	081		
2528864	Douar Tiyarta	douar-tiyarta	MA		0	Africa/Casablanca	35.13511	-5.44441		Douar Tiyarta,Tiarta		01	151		
2528867	Ti’wanin	ti-wanin	MA		0	Africa/Casablanca	31.69009	-4.96661		Ti'wanin,Tiaouanine,Tioinime,Ti’wanin		08	201		
2528869	Tiama	tiama	MA		0	Africa/Casablanca	34.91848	-5.56317				01	405		
2528870	Tialougit	tialougit	MA		0	Africa/Casablanca	31.33204	-7.49758				07	041		
2528874	Tiaïba	tiaiba	MA		0	Africa/Casablanca	31.84954	-8.45794		Douar Lebadia,Tiaiba,Tiaïba		07	585		
2528882	Iheddadene	iheddadene	MA		0	Africa/Casablanca	35.16561	-2.96419		Iheddadene,Theddadene		02	381		
2528884	Thata	thata	MA		0	Africa/Casablanca	31.6012	-8.27296		Douar Thata,Thata		07	351		
2528889	Thamgandest	thamgandest	MA		0	Africa/Casablanca	34.76	-4.4				01	051		
2528891	Thalat	thalat	MA		0	Africa/Casablanca	32.18933	-8.2085				07	427		
2528893	Anrwiy	anrwiy	MA		0	Africa/Casablanca	30.14869	-8.66597		Anrouy,Anrwiy,Tizi n' Tguemmi,Tizi n’ Tguemmi		09	541		
2528900	Tfazzert	tfazzert	MA		0	Africa/Casablanca	33.53	-4.4		Ksars des Tfazzert,Tfazzert		03	131		
2528906	Tilirine	tilirine	MA		0	Africa/Casablanca	31.08967	-8.94209		Tettirine,Tilirine		07	161		
2528910	Tétouan	tetouan	MA		326261	Africa/Casablanca	35.57845	-5.36837		TTU,Tehtuan,Tetouan,Tetouán,Tetuan,Tetuanas,Tetuano,Tetuao,Tetuán,Tetuão,Tétouan,de tu an,teto'una,teto~uan,tetuan,ttwan,Τετουάν,Тетуан,Тетуан қаласы,Тэтуан,תטואן,تطوان,तेतोउन,თეტუანი,テトゥアン,得土安,테투안	571	01	571		
2528911	Tête Mort	tete-mort	MA		0	Africa/Casablanca	32.76505	-7.99776				07	427		
2528912	Tastarit	tastarit	MA		0	Africa/Casablanca	33.06684	-6.01694		Tastarit,Testerit		05	301		
2528916	Tessaout n’Atena	tessaout-n-atena	MA		0	Africa/Casablanca	31.45	-6.46		Tassaout,Tessaout n'Atena,Tessaout n’Atena		08	401		
2528920	Tassawant	tassawant	MA		0	Africa/Casablanca	30.62037	-6.64403		Tassawant,Tassouent,Tessaouent		08	587		
2528922	Tesgui	tesgui	MA		0	Africa/Casablanca	29.4	-10.01				10	473		
2528928	Tarselt	tarselt	MA		0	Africa/Casablanca	31.26076	-9.02777		Tarselt,Terselt		07	161		
2528939	Terksaout	terksaout	MA		0	Africa/Casablanca	34.9	-3.9				01	051		
2528940	Terkia	terkia	MA		0	Africa/Casablanca	34.57313	-4.43532		Terkaia,Terkia		03	531		
2528942	Terkelt	terkelt	MA		0	Africa/Casablanca	32.34917	-5.60917				05	091		
2528943	Terkecht	terkecht	MA		0	Africa/Casablanca	30.96	-6.7		Tarhkcht,Terkacht		08	401		
2528949	Targa	targa	MA		0	Africa/Casablanca	31.44876	-7.01186		Targa,Terga		05	081		
2528950	Terga	terga	MA		0	Africa/Casablanca	31.14637	-8.63577		Tarqa,Terga		07	161		
2528975	Tanarcht	tanarcht	MA		0	Africa/Casablanca	30.28049	-7.94447		Tanarcht,Tanarchte,Tenerhch		09	541		
2528981	Tendrara	tendrara	MA		0	Africa/Casablanca	33.04964	-2.00018		Ain Tendrara,Aïn Tendrara,Tendrara		02	251		
2528986	Tandafel	tandafel	MA		0	Africa/Casablanca	35.41567	-6.05295		Medchar-Tindafil,Tandafel,Tendafel,Tzendafel		01	511		
2528996	Temla	temla	MA		0	Africa/Casablanca	34.82833	-5.45003				01	405		
2529001	Tamga	tamga	MA		0	Africa/Casablanca	31.99935	-6.11604		Ait Tamga,Aït Tamga,Tamga,Zaouia Temga		05	081		
2529005	Tamda	tamda	MA		0	Africa/Casablanca	30.39805	-7.78444		Tamda,Temda		09	541		
2529006	Tem bou Zid	tem-bou-zid	MA		0	Africa/Casablanca	34.68113	-4.42968		Tem bou Zid,Tembouzid,Tibberrarine,Tiberranine		03	531		
2529009	Temaristine	temaristine	MA		0	Africa/Casablanca	30.58194	-9.63281		Temaristine,Temaristire,Timeristine		09	001		
2529013	Temara	temara	MA		313510	Africa/Casablanca	33.92866	-6.90656		Kasba Temara,Temara	1050101071	04	501	1050101071	
2529015	Etmaialt	etmaialt	MA		0	Africa/Casablanca	34.71054	-4.31432		Etmaialt,Temailt,Temaïlt		03	531		
2529019	Telouet	telouet	MA		0	Africa/Casablanca	31.28925	-7.23789		Dar Kaid el Glaoui,Telouet,Telouete,Telouète,Teluet	0440103152	08	401	0440103152	
2529021	Talmadi	talmadi	MA		0	Africa/Casablanca	35.55906	-5.28308		Talmadi,Telmadi		01	571		
2529023	Tellaka	tellaka	MA		0	Africa/Casablanca	34.74589	-5.12124				03	531		
2529029	Telat	telat	MA		0	Africa/Casablanca	35.08	-4.03				01	051		
2529041	Douar Takchana	douar-takchana	MA		0	Africa/Casablanca	35.24622	-6.01503		Douar Takchana,Tekchana		01	331		
2529042	Douar Toaola	douar-toaola	MA		0	Africa/Casablanca	35.30645	-5.84144		Douar Toaola,Tekakla		01	331		
2529044	Douar Tajana	douar-tajana	MA		0	Africa/Casablanca	34.09884	-4.4534		Douar Tajana,Tejana		03	561		
2529045	Teïsse	teisse	MA		0	Africa/Casablanca	31.02606	-6.59231				08	401		
2529052	Douar Qchira	douar-qchira	MA		0	Africa/Casablanca	35.07693	-4.18695		Douar Qchira,Tegza Laarz		01	051		
2529053	Tegrega	tegrega	MA		0	Africa/Casablanca	35.1475	-4.18633		Tagagra,Taguerguerat,Tegrega,Tzegregra,Tâgagra,tkrakry,تكراكرى		01	051		
2529055	Douar Tiguet	douar-tiguet	MA		0	Africa/Casablanca	35.1056	-4.16346		Douar Tiguet,Tegot		01	051		
2529057	Taggour	taggour	MA		0	Africa/Casablanca	33.18975	-3.84942		Taggour,Teggour,Touggour,Touggourt		03	131		
2529059	Tefza	tefza	MA		0	Africa/Casablanca	32.31368	-5.52179				05	091		
2529060	Tafdjna	tafdjna	MA		0	Africa/Casablanca	31.88058	-6.7771		Tafdjna,Teftjena		05	081		
2529062	Douar Tfaoutya	douar-tfaoutya	MA		0	Africa/Casablanca	34.62713	-5.78909		Douar Tefoutya,Douar Tfaoutya,Tefoutia,Tfeuitia		04	481		
2529063	Teffer	teffer	MA		0	Africa/Casablanca	35.02483	-5.64256		Beni Estar,Beni Estar-Tefer,Tefer,Teffer		01	331		
2529066	Douar Teffahat	douar-teffahat	MA		0	Africa/Casablanca	33.67254	-4.68452		Douar Teffahat,Tafahat,Tefahat,Tefahate,Teffahat		03	451		
2529069	Tiddas	tiddas	MA		0	Africa/Casablanca	33.56955	-6.26594		Tedders,Tiddas		04	291		
2529072	Techra	techra	MA		0	Africa/Casablanca	34.81	-3.55				02	167		
2529073	Techoued	techoued	MA		0	Africa/Casablanca	32.81837	-5.48731				05	301		
2529078	Douar Ezzaouia Tabouda	douar-ezzaouia-tabouda	MA		0	Africa/Casablanca	33.9878	-4.72955		Douar Ezzaouia Tabouda,Zaouia Tebouda		03	451		
2529081	At-Tabi’a	at-tabi-a	MA		0	Africa/Casablanca	32.34037	-6.5171		At-Tabi'a,At-Tabi’a,Tebia		05	091		
2529090	Tbouchent	tbouchent	MA		0	Africa/Casablanca	32.68571	-3.33095		Tbouchent,Tbououchent		02	251		
2529092	Tbab’a Dra’ Twil	tbab-a-dra-twil	MA		0	Africa/Casablanca	31.91826	-7.43396		Douar Tebabaa Draa Touil,Douar Tebabâa Draa Touil,Tabaa Drame Teouil,Tabaâ Drame Teouil,Tbab'a Dra' Twil,Tbab’a Dra’ Twil,Tbeba,Tebab`a,Tebaba'a Dra'twil,Tebabaa,Tebaba’a Dra’twil,Tebabâa,Tebab‘a		07	191		
2529093	Tazouggart	tazouggart	MA		0	Africa/Casablanca	31.40097	-7.39265		Tazouggart,Tazouguerte,Tazzouguert		07	041		
2529095	Qçar Tazouggart	qcar-tazouggart	MA		0	Africa/Casablanca	32.08283	-3.78581		Qcar Tazouggart,Qçar Tazouggart,Tazouguerte,Tazzougert,Tazzouguert		08	201		
2529097	Douar El Ghaba	douar-el-ghaba	MA		0	Africa/Casablanca	31.39183	-9.75178		Douar El Ghaba,Tazeitount,Tazitounat,Tazzitount		07	211		
2529100	Tazanne	tazanne	MA		0	Africa/Casablanca	34.62252	-5.00538		Tazanne,Tazaren el Oulya,Tazzarine		03	531		
2529101	Tazzarine	tazzarine	MA		0	Africa/Casablanca	30.77788	-5.56				08	587		
2529102	Tazarine	tazarine	MA		0	Africa/Casablanca	30.60575	-8.01636		Tazarine,Tazzarine		09	541		
2529103	Tazarine	tazarine	MA		0	Africa/Casablanca	30.29309	-8.03035		Tazarine,Tazzarine		09	541		
2529105	Tazattout	tazattout	MA		0	Africa/Casablanca	33.14766	-6.08523		Tazattout,Tazetot,Taztot		05	301		
2529106	Tazroutene	tazroutene	MA		0	Africa/Casablanca	35.42418	-5.76334		Tazroutane,Tazroute,Tazroutene		01	571		
2529110	Tazroute	tazroute	MA		0	Africa/Casablanca	35.48967	-5.59745		Tazaroul,Tazrout,Tazroute		01	571		
2529111	Douar Tazrout	douar-tazrout	MA		0	Africa/Casablanca	35.2636	-5.5452		Douar Tazrout,Tarzoute,Tazarot,Tazarut,Tazerot,Tazrout,Tazrut		01	331		
2529112	Tazrout	tazrout	MA		0	Africa/Casablanca	34.72645	-4.11181		Tarhzout,Tazrout		03	561		
2529113	Douar Tazrout	douar-tazrout	MA		0	Africa/Casablanca	33.8937	-4.49429		Douar Tazrout,Tazrout,Tazroute		03	451		
2529114	Tazrout	tazrout	MA		0	Africa/Casablanca	33.88	-4.48				03	451		
2529115	Tazrout	tazrout	MA		0	Africa/Casablanca	31.54813	-6.87031		Taghrout,Tazrout		05	081		
2529116	Tazrout	tazrout	MA		0	Africa/Casablanca	31.29654	-6.16309				08	577		
2529117	Tazrout	tazrout	MA		0	Africa/Casablanca	31.17078	-8.8531				07	161		
2529118	Tazrout	tazrout	MA		0	Africa/Casablanca	30.90485	-6.88713				08	401		
2529119	Tazrout	tazrout	MA		0	Africa/Casablanca	30.58279	-7.16443				08	401		
2529120	Agadir Tazghout	agadir-tazghout	MA		0	Africa/Casablanca	30.12079	-8.8834		Agadir Tazghout,Tazrout		09	541		
2529121	Taghzout	taghzout	MA		0	Africa/Casablanca	30.04081	-8.81645		Taghzout,Tazrout		09	541		
2529122	Tazrourt	tazrourt	MA		0	Africa/Casablanca	32.31309	-8.56498		Douar Tazrourt,Tazerourt,Tazrourt		07	431		
2529123	Tazrouft	tazrouft	MA		0	Africa/Casablanca	32.44091	-4.73041		Tazerouft,Tazrouft		08	363		
2529124	Douar Tazrout	douar-tazrout	MA		0	Africa/Casablanca	31.35335	-8.0318		Douar Tazrou,Douar Tazrout,Tazrou		07	041		
2529125	Tazrot	tazrot	MA		0	Africa/Casablanca	34.85	-4.08		Tazrot,Tazrout		01	051		
2529126	Tazrhadra	tazrhadra	MA		0	Africa/Casablanca	34.62883	-4.88339				03	531		
2529133	Tazouta	tazouta	MA		0	Africa/Casablanca	33.66991	-4.63392		Taouchet Tazouta,Tazouta	1445107132	03	451	1445107132	
2529135	Tazouwnt	tazouwnt	MA		0	Africa/Casablanca	30.517	-7.63366		Tazount,Tazouwnt		09	541		
2529136	Tazount	tazount	MA		0	Africa/Casablanca	30.37074	-7.99149		Tazoun,Tazount		09	541		
2529137	Tazount	tazount	MA		0	Africa/Casablanca	29.48	-8.85		Tazount,Touzount		09	581		
2529139	Tazoumt	tazoumt	MA		0	Africa/Casablanca	29.28201	-9.30639		Tasount,Taznout,Tazoumt		10	261		
2529140	Tazoult n’Oumradou	tazoult-n-oumradou	MA		0	Africa/Casablanca	31.03243	-7.45458		Tazalt nommadou,Tazoult n' Oumradoua,Tazoult n'Oumradou,Tazoult n’ Oumradoua,Tazoult n’Oumradou		08	401		
2529147	Tazoult	tazoult	MA		0	Africa/Casablanca	30.7845	-7.77755				09	541		
2529148	Tazoult	tazoult	MA		0	Africa/Casablanca	30.63457	-7.50569		Tazoult,Tazoulte		08	401		
2529149	Tazoult	tazoult	MA		0	Africa/Casablanca	30.49468	-7.80312				09	541		
2529150	Tazoult	tazoult	MA		0	Africa/Casablanca	30.30917	-7.28345		Tazouit,Tazoult		08	401		
2529151	Tazoult	tazoult	MA		0	Africa/Casablanca	30.18556	-8.00046				09	541		
2529152	Tazoult	tazoult	MA		0	Africa/Casablanca	30.03	-9.08		Taghzaut,Tazoult		09	163		
2529153	Tazoult	tazoult	MA		0	Africa/Casablanca	29.5556	-8.55582				09	551		
2529154	Tazoulayt	tazoulayt	MA		0	Africa/Casablanca	31.09556	-4.86656		Tajoulait,Tajoulaït,Tazoulait,Tazoulayt,Tazoulaït		08	577		
2529155	Tazouka	tazouka	MA		0	Africa/Casablanca	31.97997	-4.4657		Ksar Tazouka,Tazouka		08	201		
2529158	Tazouggart	tazouggart	MA		0	Africa/Casablanca	30.85015	-7.98337		Tagoulit,Tagoulite,Tazouggart,Tazouggarte,Tazouguert		09	541		
2529161	Tazought	tazought	MA		0	Africa/Casablanca	31.12355	-8.93753		Tamsoult,Tassoukt,Tazought		07	161		
2529163	Tazougart	tazougart	MA		0	Africa/Casablanca	30.76793	-8.15417		Tazgarht,Tazougart,Tazouggart,Tazouggarte		09	541		
2529164	Tazouggart	tazouggart	MA		0	Africa/Casablanca	30.26304	-8.07907		Tazouggart,Tazouggarte		09	541		
2529168	Tazougaght	tazougaght	MA		0	Africa/Casablanca	30.97683	-8.08336		Tazougaght,Tazougart,Tazourgat		07	041		
2529174	Tazou	tazou	MA		0	Africa/Casablanca	31.1458	-8.57602				07	161		
2529175	Taznakht	taznakht	MA		0	Africa/Casablanca	31.87905	-4.31136		Taznakht		08	201		
2529176	Tazmint	tazmint	MA		0	Africa/Casablanca	30.7159	-7.99697		Tazmint,Tizmint		09	541		
2529178	Tazmamarcht	tazmamarcht	MA		0	Africa/Casablanca	32.2769	-4.33337		Tazmamarcht,Tazmanart		08	363		
2529180	Tazlaft	tazlaft	MA		0	Africa/Casablanca	31.09886	-5.36642				08	577		
2529183	Taziricht	taziricht	MA		0	Africa/Casablanca	31.3493	-6.17434				08	577		
2529190	Tazimi	tazimi	MA		0	Africa/Casablanca	34.90362	-3.70094				02	167		
2529191	Taziylalt	taziylalt	MA		0	Africa/Casablanca	29.66802	-9.26669		Tazilalt,Taziylalt		09	581		
2529192	Tazigzaout n’Ousrhets	tazigzaout-n-ousrhets	MA		0	Africa/Casablanca	30.96	-5.55				08	587		
2529203	Tazigzout	tazigzout	MA		0	Africa/Casablanca	31.2147	-4.25235		Ksar Tazagzout,Tazigzaout,Tazigzout		08	201		
2529204	Tazigzaout	tazigzaout	MA		0	Africa/Casablanca	30.44024	-6.76098		Tazgzawt,Tazigzaout		08	587		
2529208	Tazidra	tazidra	MA		0	Africa/Casablanca	31.01563	-9.05278				07	161		
2529209	Taziaït	taziait	MA		0	Africa/Casablanca	30.67055	-8.58894				09	541		
2529210	Douar Tazya	douar-tazya	MA		0	Africa/Casablanca	35.35439	-5.5587		Douar Tazya,Tazia		01	331		
2529211	Douar Azib Tazi	douar-azib-tazi	MA		0	Africa/Casablanca	31.5784	-8.122		Douar Azib Tazi,Douar Tazi,Tazi		07	351		
2529212	Tazglimt	tazglimt	MA		0	Africa/Casablanca	30.62309	-8.81211		Tasguelimt,Tazglimt		09	541		
2529214	Tawaliyn	tawaliyn	MA		0	Africa/Casablanca	31.53303	-6.66789		Tawaliyn,Tazgagalt		05	081		
2529215	Tasga	tasga	MA		0	Africa/Casablanca	30.18435	-8.48916		Tasga,Tazga		09	541		
2529216	Tazarzat	tazarzat	MA		0	Africa/Casablanca	31.42536	-7.60929		Tazarzat,Tazerzat		07	041		
2529220	Tazert	tazert	MA		0	Africa/Casablanca	31.65934	-7.4099		Tazert,Tazrarte,Tazzarte,Tazzerte		07	041		
2529221	Tazert-n-Bouydir	tazert-n-bouydir	MA		0	Africa/Casablanca	30.43355	-8.23274		Tazert,Tazert-n-Bouydir		09	541		
2529223	Tazrout	tazrout	MA		0	Africa/Casablanca	34.59307	-5.0192		Tazerout,Tazeroute,Tazrout		03	531		
2529224	Tazrout	tazrout	MA		0	Africa/Casablanca	32.00523	-6.73038		Tazeroult,Tazrout		05	081		
2529230	Tazeroualt	tazeroualt	MA		0	Africa/Casablanca	32.63149	-4.00424				02	251		
2529231	Tazermant	tazermant	MA		0	Africa/Casablanca	30.34023	-8.4928		Tazermannt,Tazermant		09	541		
2529234	Tazaghlilt	tazaghlilt	MA		0	Africa/Casablanca	30.19715	-8.62627		Tazaghlilt,Tazerhlilt		09	541		
2529237	Tazantout	tazantout	MA		0	Africa/Casablanca	30.96934	-7.09269		Tazantout,Tazentout,Tazentout Azougar		08	401		
2529240	Tazenntat	tazenntat	MA		0	Africa/Casablanca	30.35843	-8.61939		Tazenntat,Tazenntate,Tazentat		09	541		
2529241	Tazansout	tazansout	MA		0	Africa/Casablanca	32.81142	-4.59254		Tazansout,Tazensout		08	363		
2529245	Taznakht	taznakht	MA		0	Africa/Casablanca	30.57836	-7.20341		Tazenakht,Tazenskht,Taznakht	0440101091	08	401	0440101091	
2529246	Tazemourt n’Allal	tazemourt-n-allal	MA		0	Africa/Casablanca	33.78078	-5.7826				04	291		
2529249	Tazamourit	tazamourit	MA		0	Africa/Casablanca	32.30051	-4.54092		Tazamourit,Tazemmourit,Tazemourit,Tazmamart		08	363		
2529251	Tazemmourt	tazemmourt	MA		0	Africa/Casablanca	30.40854	-8.829		Tazemmourt,Tazemmourte	0454109572	09	541	0454109572	
2529252	Tazammourit	tazammourit	MA		0	Africa/Casablanca	31.94821	-4.43282		Tazammourit,Tazemmourit,Tazemourit		08	201		
2529254	Tazammart	tazammart	MA		0	Africa/Casablanca	35.43246	-5.85017		Tas el Mart,Tazammart,Tazemmart		01	331		
2529256	Tazelt	tazelt	MA		0	Africa/Casablanca	30.97815	-8.25141		Tazalt,Tazelt		07	041		
2529257	Tazlaft	tazlaft	MA		0	Africa/Casablanca	31.09818	-7.1474		Tazelft,Tazlaft,Tazleff,Tazleft		08	401		
2529259	Tazelaft	tazelaft	MA		0	Africa/Casablanca	31.13552	-5.38225		Tazelaft,Tazelafte,Tazellafte		08	577		
2529261	Tazka	tazka	MA		0	Africa/Casablanca	29.91501	-9.21567		Tazeka,Tazka		09	163		
2529264	Tazagzawt	tazagzawt	MA		0	Africa/Casablanca	30.98394	-8.37605		Tazagzaouite,Tazagzawt,Tazegzaout		07	041		
2529265	Tazagzawt	tazagzawt	MA		0	Africa/Casablanca	30.74256	-7.17288		Tazagzawt,Tazegzaout,Tazegzawt		08	401		
2529266	Tazegzaout	tazegzaout	MA		0	Africa/Casablanca	29.97714	-8.26608				09	551		
2529267	Tazegzaout	tazegzaout	MA		0	Africa/Casablanca	29.68	-8.58		Tazagraout,Tazegzaout,Tazegzaoute		09	551		
2529270	Tazgga	tazgga	MA		0	Africa/Casablanca	29.93724	-8.76789		Tazega,Tazgga		09	541		
2529271	Tasdout	tasdout	MA		0	Africa/Casablanca	30.65871	-8.80936		Tasdout,Tazedout		09	541		
2529273	Tazazout	tazazout	MA		0	Africa/Casablanca	31.0749	-9.41211				07	211		
2529277	Tazzart	tazzart	MA		0	Africa/Casablanca	30.57293	-8.47296		Tazart,Tazarte,Tazzart		09	541		
2529278	Tazart	tazart	MA		0	Africa/Casablanca	30.14813	-8.35703				09	541		
2529279	Tazart	tazart	MA		0	Africa/Casablanca	29.66288	-7.93997		Tazait,Tazart,Tintazart		09	551		
2529285	Tazarine	tazarine	MA		0	Africa/Casablanca	34.76306	-4.52935				01	051		
2529286	Tazarine	tazarine	MA		0	Africa/Casablanca	33.88307	-4.1862		El Kelaa n'Tazarine,El Kelaa n’Tazarine,Tazarine,Tazarine-des-Zerarda,Tazzarine	1556109112	03	561	1556109112	
2529287	Tazarine	tazarine	MA		0	Africa/Casablanca	32.2738	-5.10155				08	363		
2529288	Tazarine	tazarine	MA		0	Africa/Casablanca	31.29546	-8.58673		Tazarine,Tazrine		07	161		
2529289	Tazarine	tazarine	MA		0	Africa/Casablanca	31.26532	-8.36088		Douar Tazarine,Tazarine		07	041		
2529290	Tazarine	tazarine	MA		0	Africa/Casablanca	30.75765	-9.43889				09	001		
2529291	Tazarine	tazarine	MA		0	Africa/Casablanca	30.72874	-9.22557		Tatarine,Tazarine		09	541		
2529292	Tazarine	tazarine	MA		0	Africa/Casablanca	30.13494	-8.40326				09	541		
2529293	Tazarine	tazarine	MA		0	Africa/Casablanca	29.71	-8.88		F'tasarine,F’tasarine,Tazarine		09	581		
2529294	Tazarine	tazarine	MA		0	Africa/Casablanca	29.45	-10.08		Tasarin,Tazarine		10	473		
2529295	Douar Tazaghine	douar-tazaghine	MA		0	Africa/Casablanca	34.89045	-2.3545		Douar Tazaghine,Tazarhine,Tazghine		02	113		
2529296	Tazghaght	tazghaght	MA		0	Africa/Casablanca	29.84846	-8.83301		Tazarhart,Tazghaght,Tazghagt		09	541		
2529298	Tazaouarht	tazaouarht	MA		0	Africa/Casablanca	30.13765	-9.14099		Tazaouaght,Tazaouarht		09	163		
2529300	Tazamrant	tazamrant	MA		0	Africa/Casablanca	30.68418	-8.0677				09	541		
2529301	Tazalaght	tazalaght	MA		0	Africa/Casablanca	29.75219	-8.7275		Tazalaght,Tazalarht,Tazalarhte		09	581		
2529303	Tazakka	tazakka	MA		0	Africa/Casablanca	34.77053	-4.95464				03	531		
2529306	Tazagoun	tazagoun	MA		0	Africa/Casablanca	35.17222	-3.51202		Tazagoun,Tazagoune,Tazaguin		02	167		
2529307	Tazagouin	tazagouin	MA		0	Africa/Casablanca	35.07575	-2.45249		Tasagouine,Tasaguin,Tazagouin		02	381		
2529308	Tazaght	tazaght	MA		0	Africa/Casablanca	31.51616	-6.81533				05	081		
2529309	Tagafayt	tagafayt	MA		0	Africa/Casablanca	31.69909	-6.71541		Tagafayt,Tazafaye		05	081		
2529311	Tazadout	tazadout	MA		0	Africa/Casablanca	31.1512	-7.42823		Tazadot,Tazadout		08	401		
2529316	Taza	taza	MA		0	Africa/Casablanca	35.03169	-5.26656		Bab Taza,Taza,Таза		01	151		
2529317	Taza	taza	MA		141890	Africa/Casablanca	34.21	-4.01		Taza,ta zha,tazh,tazt,Таза,Таза қаласы,תאזה,تازة,تازه,تازہ,塔扎	561	03	561	1556101111	
2529320	Tayenza	tayenza	MA		0	Africa/Casablanca	35.29764	-5.41441				01	571		
2529323	Ta’ayyat	ta-ayyat	MA		0	Africa/Casablanca	31.35437	-7.307		Ta'ayyat,Tayat,Ta’ayyat		07	041		
2529324	Tahiannt	tahiannt	MA		0	Africa/Casablanca	32.30411	-4.94759		Tahahient,Tahiannt,Tayant		08	363		
2529325	Taourirt	taourirt	MA		0	Africa/Casablanca	31.53804	-7.14335		Taourirt,Tawriri		07	041		
2529326	Taurirt en Diaix	taurirt-en-diaix	MA		0	Africa/Casablanca	29.28	-9.95				10	473		
2529327	Taurir Ali Hammú	taurir-ali-hammu	MA		0	Africa/Casablanca	29.46	-9.96				10	473		
2529328	Douar Tazat	douar-tazat	MA		0	Africa/Casablanca	35.0836	-4.84657		Douar Tazat,Tatzat,Tazat		01	151		
2529331	Ocar Tattiwiyn	ocar-tattiwiyn	MA		0	Africa/Casablanca	32.59301	-4.76552		Ocar Tattiwiyn,Tattiouine		08	363		
2529333	Tattarene	tattarene	MA		0	Africa/Casablanca	34.83	-4.45				01	051		
2529335	Tatrarat	tatrarat	MA		0	Africa/Casablanca	31.36738	-6.46488		Tatrarat,Tatrarate		08	401		
2529338	Tatoufet	tatoufet	MA		0	Africa/Casablanca	35.03269	-5.77381		Campamento de Taatof,Taatof,Tatoufet		01	331		
2529339	Legtatma	legtatma	MA		0	Africa/Casablanca	32.422	-8.7227		Douar et Tatma,Lagtatma,Legtatma,Tatma		07	431		
2529341	Tatkaracht	tatkaracht	MA		0	Africa/Casablanca	30.73436	-8.09445				09	541		
2529344	Taterzat	taterzat	MA		0	Africa/Casablanca	33.56407	-4.46823				03	451		
2529345	Tatemrarine	tatemrarine	MA		0	Africa/Casablanca	34.76	-4.38				01	051		
2529349	Tatelt	tatelt	MA		0	Africa/Casablanca	30.79733	-9.32581		Tafelt,Tatelt,Tatelte		09	001		
2529350	Tatelt	tatelt	MA		0	Africa/Casablanca	30.76	-6.25				08	587		
2529353	Tetiacht	tetiacht	MA		0	Africa/Casablanca	34.74324	-4.33239		Tadiakt,Tateicht,Tetiacht		01	051		
2529354	Tahtacht	tahtacht	MA		0	Africa/Casablanca	31.55084	-6.90342		Tahtacht,Tatecht		05	081		
2529358	Talmoudat	talmoudat	MA		0	Africa/Casablanca	30.23958	-8.71629		Talmoudat,Tataout		09	541		
2529362	Tata	tata	MA		0	Africa/Casablanca	29.74409	-7.973		Tata,Tatta	0355101071	09	551	0355101071	
2529364	Tastit	tastit	MA		0	Africa/Casablanca	34.80972	-3.75522		Tassise,Tastit		03	561		
2529365	Tastlift	tastlift	MA		0	Africa/Casablanca	30.37529	-6.87109		Tastif,Tastifte,Tastlift		08	401		
2529484	Tassakht	tassakht	MA		0	Africa/Casablanca	31.75453	-5.30453		Targugt,Tassakhnt,Tassakht		08	201		
2529370	Tassaout n’Outella	tassaout-n-outella	MA		0	Africa/Casablanca	31.45916	-6.58345		Tassaout n'Outella,Tassaout n’Outella,Tassawt n'Outella,Tassawt n’Outella,Tassawt-n-Oufella,Tasswt-n-Outella		08	401		
2529374	Tassouma’t	tassouma-t	MA		0	Africa/Casablanca	30.92263	-6.93027		Tassouma't,Tassoumat,Tassouma’t		08	401		
2529375	Tassoumat	tassoumat	MA		0	Africa/Casablanca	30.60603	-8.91615				09	541		
2529376	Tassouma’t	tassouma-t	MA		0	Africa/Casablanca	30.60954	-8.26737		Tassouma't,Tassoumaat,Tassoumat,Tassouma’t		09	541		
2529377	Taswalt	taswalt	MA		0	Africa/Casablanca	30.97072	-7.82537		Tassoult,Taswalt,Taxoult,Tazoult		09	541		
2529378	Tassouwlt	tassouwlt	MA		0	Africa/Casablanca	30.18742	-8.36234		Tasouoult,Tassanoult,Tassoult,Tassouwlt		09	541		
2529380	Tassouqt	tassouqt	MA		0	Africa/Casablanca	30.56512	-8.4884		Tassoukt,Tassouqt		09	541		
2529382	Taoujgalt	taoujgalt	MA		0	Africa/Casablanca	31.39541	-6.3449		Taoujgalt,Tassouggalt		08	577		
2529383	Taçoufant	tacoufant	MA		0	Africa/Casablanca	32.37396	-4.67695		Tacoufant,Tassoufannt,Taçoufant		08	363		
2529386	Tassilit Ourso	tassilit-ourso	MA		0	Africa/Casablanca	31.48	-7.38				07	041		
2529387	Tissili	tissili	MA		0	Africa/Casablanca	31.22126	-7.90818		Tassili,Tissili		07	041		
2529388	Tassila Ouzarif	tassila-ouzarif	MA		0	Africa/Casablanca	29.8	-9.4		Tasila Ouzarif,Tassila Ouzarif		09	581		
2529390	Tassila n’Taâza	tassila-n-taaza	MA		0	Africa/Casablanca	30.95529	-9.48654		Tassila n'Taaza,Tassila n'Taza,Tassila n’Taza,Tassila n’Taâza,Tissla Nataazi		07	211		
2529391	Tassila Imzilene	tassila-imzilene	MA		0	Africa/Casablanca	30.86958	-9.79619		Tassila Imliln,Tassila Imzilene,Tasslla Imlil		09	001		
2529392	Tassila Ida Ou Saïd	tassila-ida-ou-said	MA		0	Africa/Casablanca	30.95765	-9.4344		Tassila,Tassila Ida Ou Said,Tassila Ida Ou Saïd		07	211		
2529393	Tassila Iâttarn	tassila-iattarn	MA		0	Africa/Casablanca	30.88	-9.43		Tassila Iattarn,Tassila Iâttarn,Tassila n'Iattarn,Tassila n’Iattarn,Tisal Atarene		07	211		
2529394	Tassila Amert	tassila-amert	MA		0	Africa/Casablanca	30.99388	-9.46302				07	211		
2529399	Tassila Matil	tassila-matil	MA		0	Africa/Casablanca	31.30872	-9.2567		Tassila,Tassila Matil		07	161		
2529400	Tassila	tassila	MA		0	Africa/Casablanca	31.06508	-9.54206		Dar Cheikh M'Barek,Dar Cheikh M'barek Akerkou,Dar Cheikh M’Barek,Dar Cheïkh M’barek Akerkou,Tassila		07	211		
2529401	Tassila	tassila	MA		0	Africa/Casablanca	30.87841	-9.63831				07	211		
2529402	Douar Tassila	douar-tassila	MA		0	Africa/Casablanca	30.76454	-9.79298		Douar Tassila,Tassila,Tassila Jm'lih,Tassila Jm’lih		09	001		
2529403	Zawyat-n-Tissila	zawyat-n-tissila	MA		0	Africa/Casablanca	30.76946	-8.34976		Tassila,Zawyat-n-Tissila		09	541		
2529404	Tassila	tassila	MA		0	Africa/Casablanca	30.69371	-9.59763		Agadir bou Naga,Ait Nasser,Aït Nasser,Dar Bou Naga,Douar bou Naza,Tassila		09	001		
2529405	Tissila	tissila	MA		0	Africa/Casablanca	30.6904	-7.88273		Tassila,Tissila		09	541		
2529406	Tassila	tassila	MA		0	Africa/Casablanca	30.65535	-9.64651		Tassila,Tassoa		09	001		
2529407	Tassila	tassila	MA		0	Africa/Casablanca	30.40958	-8.534				09	541		
2529408	Tassila	tassila	MA		0	Africa/Casablanca	30.30643	-8.72004		Tasila,Tassila		09	541		
2529409	Tassila	tassila	MA		0	Africa/Casablanca	30.2	-9.15				09	163		
2529410	Tassila	tassila	MA		0	Africa/Casablanca	30.02397	-9.29059		Tassila,Tassila Auchane		09	163		
2529411	Tassila	tassila	MA		0	Africa/Casablanca	29.97134	-9.64195		Tassila,Tissila Exterieur,Tissila Extérieur,Tissila Interieur,Tissila Intérieur		09	163		
2529412	Tassila	tassila	MA		0	Africa/Casablanca	29.4503	-9.94439		Tasila,Tassila		10	473		
2529415	Tassiest	tassiest	MA		0	Africa/Casablanca	34.66293	-5.0301		Tassiaste,Tassiest		03	531		
2529421	Tastilt	tastilt	MA		0	Africa/Casablanca	30.63893	-8.02164		Tassetift,Tastifte,Tastilt		09	541		
2529423	Tasroukht	tasroukht	MA		0	Africa/Casablanca	30.34216	-8.17145		Tagounit,Tasroukht,Tasserort,Tazounit		09	541		
2529432	Tassent	tassent	MA		0	Africa/Casablanca	32.23524	-5.70714		Tassennt,Tassent		05	091		
2529435	Tassena	tassena	MA		0	Africa/Casablanca	31.28533	-8.25128		Douar Tassena,Tassena		07	041		
2529439	Tassalnt	tassalnt	MA		0	Africa/Casablanca	31.61951	-6.84551		Tassalnt,Tasselnt		05	081		
2529440	Taslant	taslant	MA		0	Africa/Casablanca	31.40785	-6.85559		Taslant,Tasselnt,Tasselnte		05	081		
2529442	Tassalmant	tassalmant	MA		0	Africa/Casablanca	30.9835	-7.09446		Tassalmant,Tassalmante,Tasselmannt,Tasselmant		08	401		
2529448	Tasseli	tasseli	MA		0	Africa/Casablanca	30.98088	-8.69861				07	161		
2529449	Tasselghoua	tasselghoua	MA		0	Africa/Casablanca	34.74332	-5.74401		Douar Tasselghoua,Taslaghoua,Tasselghoua,Tassetahoua		01	405		
2529451	Taskra	taskra	MA		0	Africa/Casablanca	29.91662	-9.08586		Taskra,Tassekra		09	163		
2529452	Tasgount	tasgount	MA		0	Africa/Casablanca	30.38889	-8.20186		Tasgount,Tassegount		09	541		
2529459	Zawyat Tassaft	zawyat-tassaft	MA		0	Africa/Casablanca	30.9598	-8.21699		Tasseft,Zaouia de Tassaft,Zawyat Tassaft		07	041		
2529460	Tasselmant	tasselmant	MA		0	Africa/Casablanca	31.08512	-6.85346		Tassefmant,Tasselmant,Tasselment		08	401		
2529461	Tassefete	tassefete	MA		0	Africa/Casablanca	35.40424	-5.11557				01	151		
2529468	Tassaghlit	tassaghlit	MA		0	Africa/Casablanca	30.39085	-8.61909		Tassaghlit,Tassarhlit,Tassaurlit		09	541		
2529470	Tassawt	tassawt	MA		0	Africa/Casablanca	29.83432	-8.5777		Tasaoute,Tassaout,Tassawt		09	551		
2529472	Tassaount n’Ousdidene	tassaount-n-ousdidene	MA		0	Africa/Casablanca	30.98	-5.81		Tassaount n' Ousdiden,Tassaount n'Ousdidene,Tassaount n’ Ousdidèn,Tassaount n’Ousdidene		08	587		
2529473	Tassawnt	tassawnt	MA		0	Africa/Casablanca	29.62827	-9.45943		Tassaount,Tassawnt		09	581		
2529474	Tassa Ouirgane	tassa-ouirgane	MA		0	Africa/Casablanca	31.16453	-8.03661		Tassa Ouirgane,Tassa Wirgane,Tasse Ouargasse		07	041		
2529477	Tassamert	tassamert	MA		0	Africa/Casablanca	32.35969	-4.93428		Tassamert,Tassemart		08	363		
2529478	Tassamart	tassamart	MA		0	Africa/Casablanca	31.92918	-6.40497		Tassamart,Tassamert		05	081		
2529479	Tassamart	tassamart	MA		0	Africa/Casablanca	31.27773	-6.77119		Tassamart,Tassamert,Tassemart		08	401		
2529481	Taçalht	tacalht	MA		0	Africa/Casablanca	32.35376	-4.51278		Tacalht,Tassalaht,Tassalahte,Tassallaht,Taçalht		08	363		
2529488	Tasgra	tasgra	MA		0	Africa/Casablanca	30.56928	-7.82266		Tasgra,Tassaga		09	541		
2529492	Tassader	tassader	MA		0	Africa/Casablanca	33.54427	-4.46953				03	131		
2529493	Tassademt	tassademt	MA		0	Africa/Casablanca	30.68091	-9.23887		Tassademt,Tissademt		09	541		
2529497	Tassa	tassa	MA		0	Africa/Casablanca	30.94783	-8.75095				07	161		
2529499	Douar Tazrout	douar-tazrout	MA		0	Africa/Casablanca	34.58367	-5.21972		Douar Tazrout,Tasrout,Tasroute,Tazrout		01	405		
2529500	Tasroult	tasroult	MA		0	Africa/Casablanca	31.22452	-6.08468				08	577		
2529504	Tasghount	tasghount	MA		0	Africa/Casablanca	29.67	-9.89		Tasghent,Tasghount,Tasrhount		09	581		
2529505	Tasrhimout	tasrhimout	MA		0	Africa/Casablanca	31.56	-7.58		Douar Tasrhimout,Tasrhimout,Tassghimoute		07	041		
2529511	Tasra	tasra	MA		0	Africa/Casablanca	33.44534	-4.3919				03	131		
2529518	Tasograt	tasograt	MA		0	Africa/Casablanca	35.07238	-3.84158				01	051		
2529519	Tasnoult	tasnoult	MA		0	Africa/Casablanca	29.95315	-9.65802		Tasnnoult,Tasnoult		09	163		
2529520	Tazmmout	tazmmout	MA		0	Africa/Casablanca	29.62197	-9.23591		Tasmout,Tazmmout		09	581		
2529521	Tasmount	tasmount	MA		0	Africa/Casablanca	30.6377	-9.26173		Tasmount,Tassemounit,Tassemount		09	541		
2529525	Douar Tasmelt	douar-tasmelt	MA		0	Africa/Casablanca	35.00332	-4.77351		Douar Tasmelt,Tasmilt		01	151		
2529528	Tasmaïne	tasmaine	MA		0	Africa/Casablanca	31.01115	-8.24731				07	041		
2529529	Tazliyda	tazliyda	MA		0	Africa/Casablanca	31.42961	-7.42964		Taslida,Tazliada,Tazliyda,Tazlyada		07	041		
2529530	Tasla	tasla	MA		0	Africa/Casablanca	35.33634	-5.33108		Tasla,Tassya		01	571		
2529531	Douar Tasla	douar-tasla	MA		0	Africa/Casablanca	30.56769	-6.75802		Douar Tasla,Tasla		08	587		
2529532	Tasksil Sidi Ahmed	tasksil-sidi-ahmed	MA		0	Africa/Casablanca	30.91702	-9.48527		Koudia de S'Ali Yaich,Koudia de S’Ali Yaich,Tasksil Sidi Ahmed,Tassaksilt		07	211		
2529533	Taskoust	taskoust	MA		0	Africa/Casablanca	31.0389	-7.23382		Taskoukt,Taskourkt,Taskoust,Taskout		08	401		
2529534	Taskourt	taskourt	MA		0	Africa/Casablanca	31.18885	-8.46885		Tarzout,Taskourt,Tassakourt		07	161		
2529536	Taskoukamt	taskoukamt	MA		0	Africa/Casablanca	31.03965	-6.58012		Taskoukamt,Taskoukamte		08	401		
2529538	Taskimout	taskimout	MA		0	Africa/Casablanca	30.48572	-8.4076				09	541		
2529540	Taskert	taskert	MA		0	Africa/Casablanca	32.78539	-5.48519				05	301		
2529542	Taskeda	taskeda	MA		0	Africa/Casablanca	29.56762	-8.97268		Taskeda,Tisguida		09	581		
2529546	Taskalia	taskalia	MA		0	Africa/Casablanca	31.60438	-6.26994				08	577		
2529548	Taskala	taskala	MA		0	Africa/Casablanca	29.22302	-9.49012				10	261		
2529552	Tasila Aït Ado Bouhous	tasila-ait-ado-bouhous	MA		0	Africa/Casablanca	29.24637	-10.25837		Tasila,Tasila Ait Ado Bouhous,Tasila Audint,Tasila Aït Ado Bouhous		10	473		
2529554	Tasila	tasila	MA		0	Africa/Casablanca	29.43	-9.93				10	473		
2529555	Tassila	tassila	MA		0	Africa/Casablanca	29.38281	-9.98377		Tasila,Tassila		10	473		
2529557	Tasift	tasift	MA		0	Africa/Casablanca	35.38505	-5.10719		Tasif,Tasift		01	151		
2529559	Tasiene	tasiene	MA		0	Africa/Casablanca	34.91	-4.91				01	151		
2529561	Tasguit	tasguit	MA		0	Africa/Casablanca	31.81	-4.96		Ksar Tazguite,Tasguit		08	201		
2529562	Tasguint	tasguint	MA		0	Africa/Casablanca	30.75143	-8.8474		Tasguinnt,Tasguint,Tasguit		09	541		
2529563	Tasguint	tasguint	MA		0	Africa/Casablanca	30.91117	-7.97094		Tasgounte,Tasguint		09	541		
2529564	Tasguint	tasguint	MA		0	Africa/Casablanca	30.8258	-8.20719		Tasguint,Tasguinte,Tasouint		09	541		
2529565	Tasguint	tasguint	MA		0	Africa/Casablanca	30.75784	-8.6865				09	541		
2529567	Tasguint	tasguint	MA		0	Africa/Casablanca	30.11392	-8.61189				09	541		
2529570	Tasgount	tasgount	MA		0	Africa/Casablanca	30.48139	-8.39265				09	541		
2529571	Tasgount	tasgount	MA		0	Africa/Casablanca	30.22721	-8.491		Tagount,Tasgount		09	541		
2529572	Tasgount	tasgount	MA		0	Africa/Casablanca	29.95367	-8.65908		Targount,Tasgount		09	551		
2529573	Douar Tazgout	douar-tazgout	MA		0	Africa/Casablanca	35.32112	-5.07385		Douar Tazgout,Tasgoui,Tazkoute		01	151		
2529575	Tasga-n-Toudm	tasga-n-toudm	MA		0	Africa/Casablanca	29.76858	-8.97418		Tasga n'Toudma,Tasga n’Toudma,Tasga-n-Toudm,Tasgantoudem		09	581		
2529576	Tasguaioualt	tasguaioualt	MA		0	Africa/Casablanca	31.46571	-6.6125		Tasgaiwalt,Tasguaioualt,Tasguaywalt		08	401		
2529577	Tasga	tasga	MA		0	Africa/Casablanca	31.32724	-7.20577		Tasga,Tasgua		08	401		
2529578	Tasga	tasga	MA		0	Africa/Casablanca	31.2733	-6.50696				08	401		
2529585	Douar Tazernmourt	douar-tazernmourt	MA		0	Africa/Casablanca	35.21395	-4.85626		Douar Tazernmourt,Tasemourt,Tasemurt,Tazemourta		01	151		
2529590	Tamassoult	tamassoult	MA		0	Africa/Casablanca	30.02179	-8.94145		Tamassoult,Tamessoult,Tamsoult,Tasedmit		09	541		
2529591	Tasdramt	tasdramt	MA		0	Africa/Casablanca	30.71307	-8.11751		Tasdramt,Tasdremt,Tasdrmet		09	541		
2529592	Tasdremt	tasdremt	MA		0	Africa/Casablanca	30.53737	-9.48315				09	001		
2529593	Tasdimt	tasdimt	MA		0	Africa/Casablanca	31.2885	-8.69018				07	161		
2529599	Tasarout	tasarout	MA		0	Africa/Casablanca	35.18995	-5.01855				01	151		
2529601	Douar Touzouighine	douar-touzouighine	MA		0	Africa/Casablanca	35.12038	-4.05996		Douar Touzouighine,Tasaguin,Tasaguine,Tazaghine,Tazarhine,Tazghine		01	051		
2529603	Tasagratz	tasagratz	MA		0	Africa/Casablanca	34.86	-4.56				01	051		
2529604	Tasagar	tasagar	MA		0	Africa/Casablanca	34.81	-4.65				01	051		
2529607	Douar Taza	douar-taza	MA		0	Africa/Casablanca	35.17654	-4.76661		Douar Taza,Tasa,Taza		01	151		
2529608	Taghzout	taghzout	MA		0	Africa/Casablanca	30.63694	-8.37043		Taghzout,Tarzout		09	541		
2529610	Tarzoub	tarzoub	MA		0	Africa/Casablanca	31.5827	-6.1827		Tarzoub,Tazrout		08	577		
2529612	Tarzent	tarzent	MA		0	Africa/Casablanca	31.63197	-6.80674				05	081		
2529613	Douar Tarezzalt	douar-tarezzalt	MA		0	Africa/Casablanca	34.00446	-4.02087		Douar Tarezzalt,Tarzelt		03	561		
2529618	Tartemat	tartemat	MA		0	Africa/Casablanca	32.48177	-6.30195		Tartemat		05	091		
2529621	Tarsouat	tarsouat	MA		0	Africa/Casablanca	29.58153	-9.02664			0458109092	09	581	0458109092	
2529626	Tarroumt	tarroumt	MA		0	Africa/Casablanca	31.26503	-8.64613		Borj Arharhar,Tarroumt		07	161		
2529629	Assif Tanghrouft	assif-tanghrouft	MA		0	Africa/Casablanca	30.15115	-7.76142		Assif Tanghrouft,Assif Tanrhouft,Assif Tarrhouft		09	541		
2529630	Tarrhant	tarrhant	MA		0	Africa/Casablanca	35.13619	-3.5238		Taargant,Talghant,Talghânt,Tarrhant		02	167		
2529632	Tarrast	tarrast	MA		0	Africa/Casablanca	30.35089	-9.54946				09	273		
2529635	Tarourt Lalla Soueka	tarourt-lalla-soueka	MA		0	Africa/Casablanca	35.1419	-2.42512		El Borch,Tarou Lalla Soueca,Tarou Lalla Soueka,Tarourt Lalla Soueka,Taru-Lala Sueca		02	381		
2529644	Takhoumanit	takhoumanit	MA		0	Africa/Casablanca	31.78828	-6.86644		Takhoumanit,Taroumenit		05	081		
2529646	Taroujant	taroujant	MA		0	Africa/Casablanca	32.25	-5.01				08	363		
2529649	Taroudant	taroudant	MA		71133	Africa/Casablanca	30.47028	-8.87695		Taroudannt,Taroudant,Tarudant,Tarudantas,Tarudante,ta lu dan te,tarwdant,Тарудант,تارودانت,塔魯丹特	0454101131	09	541	0454101131	
2529650	Taghoucht	taghoucht	MA		0	Africa/Casablanca	31.38345	-5.01761		Taghouch,Taghoucht,Tarhoucht,Taroucht,Tarouchte		08	201		
2529655	Taroua-n-Boutala	taroua-n-boutala	MA		0	Africa/Casablanca	34.84488	-3.34608				02	167		
2529656	Teroual	teroual	MA		0	Africa/Casablanca	34.67452	-5.27331		Taroual,Teroual,Terual	0548107172	04	481	0548107172	
2529659	Tarniwine	tarniwine	MA		0	Africa/Casablanca	30.7654	-7.91305		Tarhmiouine,Tarniouine,Tarniwine		09	541		
2529662	Tarmoucht	tarmoucht	MA		0	Africa/Casablanca	31.36	-5.99		Tarmamht,Tarmoucht		08	577		
2529664	Tarmisid	tarmisid	MA		0	Africa/Casablanca	34.98	-3.53				02	167		
2529665	Tarmilet	tarmilet	MA		0	Africa/Casablanca	33.38683	-6.1078		Farmilat,Oulmes-les-Thermes,Oulmès-les-Thermes,Tarmilet		04	291		
2529666	Douar Tasmartast	douar-tasmartast	MA		0	Africa/Casablanca	35.17216	-4.56158		Douar Tasmartast,Tarmasste,Tarmastart,Tarmestart		01	151		
2529670	Tarmast	tarmast	MA		0	Africa/Casablanca	29.39975	-9.50589		Tarmast,Tarmaste		10	473		
2529671	Douar Tarmast	douar-tarmast	MA		0	Africa/Casablanca	35.05551	-4.59898		Douar Tarmast,Tagmat,Tarmas		01	151		
2529672	Tarkout	tarkout	MA		0	Africa/Casablanca	30.85853	-8.62056				09	541		
2529682	Tarirecht	tarirecht	MA		0	Africa/Casablanca	32.16036	-5.52512				08	363		
2529689	Al Ghefiria	al-ghefiria	MA		0	Africa/Casablanca	32.88636	-3.64794		Al Ghefiria,Tarifia,Tarifla		02	251		
2529690	Douar Trifa	douar-trifa	MA		0	Africa/Casablanca	35.2524	-3.66638		Douar Trifa,Tarifa,Tarîfa,Trifa		02	167		
2529691	Tarîfa	tarifa	MA		0	Africa/Casablanca	35.1744	-3.56011		Tarifa,Tarîfa,Trifa,Triffa		02	167		
2529692	Taricht	taricht	MA		0	Africa/Casablanca	32.73956	-4.30248				03	131		
2529694	Tarribannt	tarribannt	MA		0	Africa/Casablanca	32.18771	-5.15784		Taribant,Tarribannt,Tarribant		08	363		
2529695	Tari Arbi	tari-arbi	MA		0	Africa/Casablanca	35.24687	-2.95502		Ouled Larbi,Tari Arbi		02	381		
2529696	Taria n’Irhihane	taria-n-irhihane	MA		0	Africa/Casablanca	31.13874	-6.26235				08	577		
2529701	Tarya	tarya	MA		0	Africa/Casablanca	35.211	-5.59821		Taria,Tarya		01	331		
2529702	Douar Ettariya	douar-ettariya	MA		0	Africa/Casablanca	35.05314	-5.61115		Douar Ettariya,Taria		01	331		
2529703	Taghzout	taghzout	MA		0	Africa/Casablanca	31.97678	-5.81393		Taghzout,Tarhzout,Tarhzout Touara		08	363		
2529704	Tarhzout n’Aït Yazza	tarhzout-n-ait-yazza	MA		0	Africa/Casablanca	31.45108	-5.41408		Taghzout n'Ait Yazza,Taghzout n’Aït Yazza,Tarhzout,Tarhzout n'Ait Yazza,Tarhzout n’Aït Yazza,Tarhzoute		08	577		
2529705	Aït Mohammed Taghzout	ait-mohammed-taghzout	MA		0	Africa/Casablanca	31.73346	-5.80012		Ait Ali Ou Aissa,Ait Merrhad Tarhzout,Ait Mhammed Tarhzout,Ait Mohammed Taghzout,Aït Ali Ou Aïssa,Aït Merrhad Tarhzout,Aït Mhammed Tarhzout,Aït Mohammed Taghzout,Tarhzout n'Ait Ali Ou Aissa,Tarhzout n’Aït Ali Ou Aïssa		08	577		
2529706	Douar Taghzout	douar-taghzout	MA		0	Africa/Casablanca	35.26434	-5.24237		Douar Taghzout,Taghzoute,Taguesout		01	571		
2529715	Tarhzout	tarhzout	MA		0	Africa/Casablanca	33.89691	-3.56871		Tarhzout,Tarhzoute		02	265		
2529716	Tarhzout	tarhzout	MA		0	Africa/Casablanca	32.83187	-4.47827		Taghzout,Tarhzout		08	363		
2529717	Taghzout	taghzout	MA		0	Africa/Casablanca	31.95597	-4.45372		Taghzout,Tarhzout		08	201		
2529718	Tarhzout	tarhzout	MA		0	Africa/Casablanca	31.24919	-9.45672				07	211		
2529719	Taghzout	taghzout	MA		0	Africa/Casablanca	31.12635	-6.27945		Taghzout,Tarhzout		08	401		
2529720	Tarhzout	tarhzout	MA		0	Africa/Casablanca	31.1024	-8.20849		Taghzoute,Tarhzout		07	041		
2529721	Taghzout	taghzout	MA		0	Africa/Casablanca	30.96442	-7.16141		Taghzout,Tarhzout		08	401		
2529722	Taghzout	taghzout	MA		0	Africa/Casablanca	30.92142	-8.86146		Taghzout,Tarhzout		09	541		
2529723	Tarhzout	tarhzout	MA		0	Africa/Casablanca	30.69282	-8.14793		Taghzout,Tarhzout,Tarzoute		09	541		
2529724	Taghzout	taghzout	MA		0	Africa/Casablanca	30.52683	-8.00631		Taghzout,Tarhzout,Tarhzoute		09	541		
2529725	Tarhzout	tarhzout	MA		0	Africa/Casablanca	30.29765	-8.74871		Tarhzout,Tarzout		09	541		
2529726	Taghzout	taghzout	MA		0	Africa/Casablanca	29.8827	-8.93175		Taghzout,Tarhgoute,Tarhzout,Tarhzoute		09	163		
2529727	Tarhzout	tarhzout	MA		0	Africa/Casablanca	29.78845	-9.44074		Targhzout,Tarhzout		09	581		
2529728	Tarhzout	tarhzout	MA		0	Africa/Casablanca	29.70518	-8.90441				09	581		
2529729	Douar Taghzout	douar-taghzout	MA		0	Africa/Casablanca	29.59031	-9.89903		Douar Taghzout,Taghzout,Tarhzout,Tarhzoute		09	581		
2529734	Tarhzo	tarhzo	MA		0	Africa/Casablanca	34.90412	-4.13666				01	051		
2529735	Tarhzirt	tarhzirt	MA		0	Africa/Casablanca	32.43572	-6.18965		Taghzirt,Tagzirt,Tarhzirt		05	091		
2529737	Takhsayt	takhsayt	MA		0	Africa/Casablanca	32.19647	-6.76598		Takhsayt,Tarhseit,Tarhseït		05	255		
2529740	Taghrout	taghrout	MA		0	Africa/Casablanca	33.78353	-4.54573		Oulad Tergat,Taghrout,Tarhout,Tarhrout		03	451		
2529741	Taghrout	taghrout	MA		0	Africa/Casablanca	31.80222	-6.6068		Taghrout,Tarhrout		05	081		
2529742	Tagherat	tagherat	MA		0	Africa/Casablanca	31.23109	-4.87698		Ksar Tarroute Nourmadoul,Tagherat,Tagherout,Tarherat,Tarherout,Tarhrout		08	577		
2529743	Taghrout	taghrout	MA		0	Africa/Casablanca	30.76178	-6.45178		Taghrout,Tarhrout		08	587		
2530071	Taourirt	taourirt	MA		0	Africa/Casablanca	30.61882	-7.28656				08	401		
2529756	Taghouzirt	taghouzirt	MA		0	Africa/Casablanca	30.17028	-8.18463		Taghaughzirt,Taghouzirt,Takhouzirt,Taqhouzirt,Tarhaurhzirt,Tarhourhzirt,Tarhouzzirte		09	541		
2529757	Tarhoumi	tarhoumi	MA		0	Africa/Casablanca	30.53	-6.93		Tarhoumi,Taroumi		08	401		
2529758	Tarhoulit	tarhoulit	MA		0	Africa/Casablanca	31.62977	-6.55536				05	081		
2529759	Tarhoulit	tarhoulit	MA		0	Africa/Casablanca	30.622	-5.33012				08	587		
2529761	Taghouggalt	taghouggalt	MA		0	Africa/Casablanca	30.88967	-7.99641		Taghouggalt,Targgaolte,Tarhouggalt,Tarougalt		09	541		
2529762	Tarhouacht	tarhouacht	MA		0	Africa/Casablanca	30.77044	-8.56767				09	541		
2529764	Taghra	taghra	MA		0	Africa/Casablanca	32.02636	-6.85652		Taghra,Tarhora		05	081		
2529765	Tarhnit	tarhnit	MA		0	Africa/Casablanca	34.78241	-5.30602		Taghnit,Tarhnit,Tarhnite		01	405		
2529770	Tarhlissya	tarhlissya	MA		0	Africa/Casablanca	34.71825	-4.32981		Tarhlissia,Tarhlissya		01	051		
2529771	Takhlifat	takhlifat	MA		0	Africa/Casablanca	32.25699	-3.86859		Takhlifat,Tarhlifet		08	363		
2529774	Taghallayt	taghallayt	MA		0	Africa/Casablanca	31.37278	-7.60043		Taghallait,Taghallayt,Taghallaït,Taghallite,Tarhlait,Tarhlaït		07	041		
2529777	Tarhjicht	tarhjicht	MA		0	Africa/Casablanca	29.05827	-9.42877		Taghjicht,Tagjist,Tagjīst,Tarhjicht,Tarhjijt,Tarjicht		10	261		
2529782	Douar Taghit	douar-taghit	MA		0	Africa/Casablanca	33.77238	-4.52204		Douar Taghit,Taghit,Tarhit		03	451		
2529783	Tarhist	tarhist	MA		0	Africa/Casablanca	29.91	-9.4		Tarhist,Tarraisste,Tarraïsste		09	163		
2529784	Targhghist	targhghist	MA		0	Africa/Casablanca	29.86266	-8.61419		Targhghist,Tarhist		09	551		
2529785	Taghighoucht	taghighoucht	MA		0	Africa/Casablanca	30.82286	-7.84193		Taghghochte,Taghighoucht,Tarhiroucht		09	541		
2529790	Tarhilasset	tarhilasset	MA		0	Africa/Casablanca	34.33129	-2.50014		Tarhilasset,Tarilest		02	533		
2529797	Tarhia n’Assermo	tarhia-n-assermo	MA		0	Africa/Casablanca	31.33702	-6.56725				08	401		
2529798	Tarhialt	tarhialt	MA		0	Africa/Casablanca	29.20892	-9.53708				10	261		
2529799	Aït Hlou	ait-hlou	MA		0	Africa/Casablanca	31.43928	-7.26795		Ait Alou,Ait Hlou,Aït Alou,Aït Hlou,Tarhia Ait Alou,Tarhia Aït Alou		07	041		
2529805	Tarouïa	tarouia	MA		0	Africa/Casablanca	31.7009	-7.25488		Tarhia,Tarouia,Tarouïa		05	081		
2529806	Tarhia	tarhia	MA		0	Africa/Casablanca	34.65	-4.75				03	531		
2529807	Tarhia	tarhia	MA		0	Africa/Casablanca	32.88666	-4.23448				03	131		
2529808	Tarhia	tarhia	MA		0	Africa/Casablanca	32.68961	-4.30085				08	363		
2529809	Tarhia	tarhia	MA		0	Africa/Casablanca	31.6332	-5.32415				08	201		
2529810	Tarhia	tarhia	MA		0	Africa/Casablanca	31.61953	-6.62244		Taghria,Tarhia		05	081		
2529811	Taghia	taghia	MA		0	Africa/Casablanca	31.44304	-5.46223		Taghia,Tarhia,Taria		08	577		
2529812	Taghia	taghia	MA		0	Africa/Casablanca	31.40366	-5.01098		Taghia,Takhya,Tarhia		08	201		
2529813	Tarhia	tarhia	MA		0	Africa/Casablanca	31.27743	-6.81386		Taghia,Taghya,Tarhia		08	401		
2529819	Tagharramt	tagharramt	MA		0	Africa/Casablanca	30.91811	-6.96791		Tagharramt,Tagherramt,Tarheramt		08	401		
2529820	Tarhenbout	tarhenbout	MA		0	Africa/Casablanca	30.61936	-5.34256				08	587		
2529824	Taghbar	taghbar	MA		0	Africa/Casablanca	30.96944	-8.12071		Taghbar,Taghbarete,Tarhebart		07	041		
2529825	Taghddout	taghddout	MA		0	Africa/Casablanca	30.61452	-7.28721		Taghadout,Taghddout,Tardout,Tarhdout		08	401		
2529829	Taghbalt	taghbalt	MA		0	Africa/Casablanca	30.62997	-5.34974		Taghbalt,Tarhbalt		08	587		
2529833	Taghbalou-n Hsayn ou-Drawy	taghbalou-n-hsayn-ou-drawy	MA		0	Africa/Casablanca	32.09354	-4.94007		Taghbalou-n Hsayn ou-Drawy,Taghbalout n'Oudraoui,Taghbalout n’Oudraoui,Tarhbalout n'Oudraoui,Tarhbalout n’Oudraoui		08	201		
2529840	Taghbalout-n Aït Haj	taghbalout-n-ait-haj	MA		0	Africa/Casablanca	32.1119	-4.93331		Taghbalout-n Ait Haj,Taghbalout-n Aït Haj,Tarhbalout n'Ait el Ha,Tarhbalout n'Ait el Hadj,Tarhbalout n'Ait el Haj,Tarhbalout n’Aït el Ha,Tarhbalout n’Aït el Hadj,Tarhbalout n’Aït el Haj		08	201		
2529842	Tarhat Ou Annkerim	tarhat-ou-annkerim	MA		0	Africa/Casablanca	30.59364	-9.51816		Taghrat,Tarhat Ou Annkerim,Tarherout Ouankrim,Tarhrat,Tarhrat Duanoukrim,Tarhrt Ouankrim		09	001		
2529843	Taghassiyne	taghassiyne	MA		0	Africa/Casablanca	29.6774	-9.18473		Taghassiyne,Tarhassine,Tarhatine		09	581		
2529851	Tarhat	tarhat	MA		0	Africa/Casablanca	29.73867	-8.64443		Taghrat,Tarhat		09	551		
2529854	Douar Tagharrabet	douar-tagharrabet	MA		0	Africa/Casablanca	34.86295	-2.15522		Douar Tagharrabet,Tagharabt Louffaga,Tarharrabet Fauaga,Tarharrabete Fauaga		02	113		
2529855	Tarharit	tarharit	MA		0	Africa/Casablanca	34.78	-4.11				01	051		
2529858	Taghraratt	taghraratt	MA		0	Africa/Casablanca	30.3525	-7.30153		Tagharat,Taghraratt,Tarharat		08	401		
2529859	Tarharat	tarharat	MA		0	Africa/Casablanca	29.63957	-8.99075				09	581		
2529860	Tarharat	tarharat	MA		0	Africa/Casablanca	29.63	-8.98				09	581		
2529861	Tarharast	tarharast	MA		0	Africa/Casablanca	30.56903	-9.33052				09	001		
2529862	Taghawt	taghawt	MA		0	Africa/Casablanca	30.22968	-8.57565		Taghaout,Taghawt,Taraout,Tarhaout,Tarhaoute		09	541		
2529863	Tarhaout	tarhaout	MA		0	Africa/Casablanca	29.61589	-8.86243		Taraout,Tarhaout		09	581		
2529872	Targuist	targuist	MA		11560	Africa/Casablanca	34.93769	-4.31856		Targvist,Таргвист	1505101071	01	051	1505101071	
2529873	Taerguiout	taerguiout	MA		0	Africa/Casablanca	31.73581	-5.30913		Taerguiout,Taghembout Ksar,Targuiout		08	201		
2529874	Rkn	rkn	MA		0	Africa/Casablanca	29.56723	-9.30241		Rkn,Targuimine,Targuinine		09	581		
2529877	Targant	targant	MA		0	Africa/Casablanca	30.75392	-8.6825		Targainte,Targant,Targuent		09	541		
2529878	Had-n-Targa-n-Touchka	had-n-targa-n-touchka	MA		0	Africa/Casablanca	29.88984	-9.19096		Had-n-Targa-n-Touchka,Souk-el-Had-de-Targa-Touchka,Targua n' Touchka,Targua n’ Touchka		09	163		
2529880	Targoumaït	targoumait	MA		0	Africa/Casablanca	28.8346	-9.567		Targoumait,Targoumaït,Targua-m-Mait,Targua-m-Máit,Targwa m-Mayt,Targwa m-Māyt		10	261		
2529881	Targouasis	targouasis	MA		0	Africa/Casablanca	29.07951	-10.27589				10	261		
2529882	Targoua	targoua	MA		0	Africa/Casablanca	31.1057	-9.32382				07	211		
2529884	Targhount	targhount	MA		0	Africa/Casablanca	31.16905	-8.59257				07	161		
2529885	Douar Targa Madi	douar-targa-madi	MA		0	Africa/Casablanca	33.79737	-3.78792		Douar Targa Madi,Targa Ou Madi,Targammadi		02	265		
2529886	Targa Oufella	targa-oufella	MA		0	Africa/Casablanca	30.932	-8.63373				07	161		
2529888	Targant	targant	MA		0	Africa/Casablanca	30.71468	-8.31676		Targannt n'Ifert,Targannt n’Ifert,Targant,Targant n'Ifert,Targant n’Ifert		09	541		
2529894	Targant	targant	MA		0	Africa/Casablanca	29.88921	-7.64022		Targannt,Targant		09	551		
2529895	Targant	targant	MA		0	Africa/Casablanca	29.48	-8.38		Targannt,Targant		09	551		
2529896	Targa-n-Izrane	targa-n-izrane	MA		0	Africa/Casablanca	30.84296	-8.36804		Targa n'Izrane,Targa n’Izrane,Targa-n-Izrane		09	541		
2529897	Targa n’Ali	targa-n-ali	MA		0	Africa/Casablanca	32.85908	-5.84764		Ait Abi,Aït Abi,Dechra Ait Abbi,Dechra Aït Abbi,Targa n'Ali,Targa n’Ali		05	301		
2529899	Targa ej Jedid	targa-ej-jedid	MA		0	Africa/Casablanca	30.64593	-8.95481		Targa ej Jedid,Targa el Jedid,Targaljdid		09	541		
2529907	Targa	targa	MA		0	Africa/Casablanca	35.39097	-5.0117		Tarerha,Targa,Targha		01	151		
2529908	Douar Jnane Ennich	douar-jnane-ennich	MA		0	Africa/Casablanca	35.28686	-4.85729		Douar Jnane Ennich,Jenane en Nich,Targa		01	151		
2529909	Targa	targa	MA		0	Africa/Casablanca	31.9378	-4.43146		Ksar Targa,Targa		08	201		
2529910	Targa	targa	MA		0	Africa/Casablanca	31.62978	-6.86911				05	081		
2529911	Targa Zouggaghene	targa-zouggaghene	MA		0	Africa/Casablanca	31.14315	-7.41231		Targa,Targa Zouggaghene,Targua		08	401		
2529912	Targa	targa	MA		0	Africa/Casablanca	31.07269	-8.5003				07	161		
2529913	Targa	targa	MA		0	Africa/Casablanca	31.08	-7.06				08	401		
2529914	Targa-n-Oufra	targa-n-oufra	MA		0	Africa/Casablanca	30.89682	-8.0719		Agadir n' Afra,Agadir n’ Afra,Agadir oufra,Targa,Targa-n-Oufra		09	541		
2529915	Targa	targa	MA		0	Africa/Casablanca	30.35761	-7.26666				08	401		
2529923	Tarfaya	tarfaya	MA		5615	Africa/Casablanca	27.9392	-12.92604		Cabo Juby,Cabo Yubi,Cap Juby,Talfaia,Tarfaia,Tarfaja,Tarfaya,Villa Bens,tarufaya,trfayh,trfayt,Тарфая,طرفاية,طرفایه,タルファヤ		11	537		
2529929	Taghzrift	taghzrift	MA		0	Africa/Casablanca	30.69327	-8.33809		Taghzrift,Tarezraft		09	541		
2529932	Taghenbout	taghenbout	MA		0	Africa/Casablanca	31.76077	-5.32851		Taghenbout,Tarambout,Tarembout,Tarhenbout		08	201		
2529938	Douar Tarich	douar-tarich	MA		0	Africa/Casablanca	35.59433	-5.56563		Douar Tarich,Tarech		01	571		
2529939	Tardist	tardist	MA		0	Africa/Casablanca	35.17124	-3.77267				02	167		
2529940	Tardiene	tardiene	MA		0	Africa/Casablanca	34.96753	-5.27075				01	151		
2529941	Douar Tardane	douar-tardane	MA		0	Africa/Casablanca	35.37069	-5.62049		Douar Tardane,Tardane,Tardant,Taroudant		01	571		
2529947	Tarchiot	tarchiot	MA		0	Africa/Casablanca	35.11	-4.03				01	051		
2529952	Tarbat -n- Aït Moussa	tarbat-n-ait-moussa	MA		0	Africa/Casablanca	31.60441	-6.61297		Tarbat -n- Ait Moussa,Tarbat -n- Aït Moussa,Tarbat n'Ait Moussa,Tarbat n’Aït Moussa		05	081		
2529954	Tarbalou n’Bouanta	tarbalou-n-bouanta	MA		0	Africa/Casablanca	31.8772	-6.82534				05	081		
2529957	Tarasste	tarasste	MA		0	Africa/Casablanca	31.55936	-7.20159		Tarasste,Tarast,Taraste,Traste		07	041		
2529958	Tarari	tarari	MA		0	Africa/Casablanca	31.06987	-7.69631				08	401		
2529963	Taranasaj	taranasaj	MA		0	Africa/Casablanca	35.01339	-3.60134				02	167		
2529967	Taralet	taralet	MA		0	Africa/Casablanca	31.61	-9.16		Douar Ahl Tarhzert,Taralet,Taralete		07	211		
2529968	Taralaout	taralaout	MA		0	Africa/Casablanca	32.7308	-5.08949				08	363		
2529970	Taragalla	taragalla	MA		0	Africa/Casablanca	34.76	-4.61				01	051		
2529971	Taradane	taradane	MA		0	Africa/Casablanca	31.21	-6.11				08	577		
2529973	Taqaddoum	taqaddoum	MA		0	Africa/Casablanca	33.98609	-6.8179		Takadoum,Taqaddoum,Taqdoum		04	421		
2529974	Tawrart	tawrart	MA		0	Africa/Casablanca	31.99198	-6.29057		Taourart,Taowrirt,Tawrart		05	081		
2529977	Tawzi	tawzi	MA		0	Africa/Casablanca	30.25127	-7.85828		Taouzi,Tawzi		09	541		
2529979	Tawzant	tawzant	MA		0	Africa/Casablanca	30.7566	-7.81102		Taouzent,Tawzant		09	541		
2529982	Taouz	taouz	MA		0	Africa/Casablanca	30.90726	-3.99591				08	201		
2529984	Taoutiyyat Labyoute	taoutiyyat-labyoute	MA		0	Africa/Casablanca	35.90032	-5.45225		Taoutiet el Bioute,Taoutiyyat Labyoute		01	227		
2529985	Tawaçiyt	tawaciyt	MA		0	Africa/Casablanca	31.25303	-7.43174		Taousit,Taoussit,Tawaciyt,Tawaçiyt,Tawsit		08	401		
2529987	Tawssert	tawssert	MA		0	Africa/Casablanca	32.24745	-3.81261		Taoussert,Tawssert		08	363		
2529993	Taws	taws	MA		0	Africa/Casablanca	31.93263	-3.59005		Taous,Taws		08	201		
2529994	Taws	taws	MA		0	Africa/Casablanca	30.94361	-8.27177		Taous,Taws		07	041		
2529998	Taourirt Zouggaret	taourirt-zouggaret	MA		0	Africa/Casablanca	31.13	-4.96				08	577		
2530001	Taourirt Ou Slimane	taourirt-ou-slimane	MA		0	Africa/Casablanca	30.14519	-9.23133		Taourirt Ou Sliman,Taourirt Ou Slimane		09	163		
2530003	Tawrirt Wazal	tawrirt-wazal	MA		0	Africa/Casablanca	29.79215	-8.87878		Taourir Toisel,Taourirt Ouazal,Taourirt Ouazzal,Tawrirt Wazal		09	541		
2530004	Taourirt n’Zillene	taourirt-n-zillene	MA		0	Africa/Casablanca	31.51	-5.55		Taourirt n'Zillen,Taourirt n'Zillene,Taourirt n’Zillene,Taourirt n’Zillèn		08	577		
2530005	Taourir n’Tirst	taourir-n-tirst	MA		0	Africa/Casablanca	30.10924	-9.18203		Taourir n'Tirst,Taourir n’Tirst,Taourirt,Taourirt n'Tirst,Taourirt n’Tirst		09	163		
2530006	Tawrirt-n-Tigbarghart	tawrirt-n-tigbarghart	MA		0	Africa/Casablanca	30.28532	-8.18063		Taourirt n' Tirrerort,Taourirt n'Tisherrhort,Taourirt n'Tisherrort,Taourirt n’ Tirrerort,Taourirt n’Tisherrhort,Taourirt n’Tisherrort,Tawrirt-n-Tigbarghart		09	541		
2530007	Tawrirt	tawrirt	MA		0	Africa/Casablanca	32.51931	-5.87761		Taourirt n'Tini,Taourirt n’Tini,Tawrirt		05	091		
2530008	Taourirt n’Tilles	taourirt-n-tilles	MA		0	Africa/Casablanca	30.27542	-7.06487		Taourirt n'Tilles,Taourirt n’Tilles,Tawrirt-n-Tilas		09	551		
2530009	Tawrit-n-Tikiwt	tawrit-n-tikiwt	MA		0	Africa/Casablanca	30.35832	-8.74412		Taourirt n' Tikiout,Taourirt n’ Tikiout,Tawrirt n' Tikiout,Tawrirt n’ Tikiout,Tawrit-n-Tikiwt		09	541		
2530010	Tawrirt-n-Taghdou	tawrirt-n-taghdou	MA		0	Africa/Casablanca	30.19789	-8.69529		Taourirt n'Tardou,Taourirt n’Tardou,Tawrirt-n-Taghdou		09	541		
2530011	Tawrirt	tawrirt	MA		0	Africa/Casablanca	30.88352	-8.20488		Tamterga,Taourirt n'Tamterga,Taourirt n’Tamterga,Tawrirt		09	541		
2530012	Tawrirt Ouzrou	tawrirt-ouzrou	MA		0	Africa/Casablanca	30.77736	-8.5161		Taourirt n'Ouzrou,Taourirt n’Ouzrou,Taourirte,Tawrirt Ouzrou		09	541		
2530013	Taourirt n’Ouznag	taourirt-n-ouznag	MA		0	Africa/Casablanca	30.28382	-7.07472				09	551		
2530014	Taourirt n’ Oussaïne	taourirt-n-oussaine	MA		0	Africa/Casablanca	32.10304	-5.37346				08	363		
2530015	Taourirt n’Ourhamoun	taourirt-n-ourhamoun	MA		0	Africa/Casablanca	30.26878	-8.47095				09	541		
2530016	Tagadirt-n-Ouchbarou	tagadirt-n-ouchbarou	MA		0	Africa/Casablanca	30.75393	-8.47083		Jerir Tagadirt Achbaro,Tagadirt-n-Ouchbarou,Taourirt n'Ouchbaro,Taourirt n’Ouchbaro		09	541		
2530017	Taourirt-n-Lamlouch	taourirt-n-lamlouch	MA		0	Africa/Casablanca	32.46384	-5.56993				05	091		
2530018	Taourirt n’Izdad	taourirt-n-izdad	MA		0	Africa/Casablanca	30.97124	-9.43948				07	211		
2530019	Tawrirt-n-Iguidi	tawrirt-n-iguidi	MA		0	Africa/Casablanca	30.78365	-8.1421		Taourirt n'Iguidi,Taourirt n’Iguidi,Taourirte,Tawrirt-n-Iguidi		09	541		
2530020	Taourirt n’Da Ali	taourirt-n-da-ali	MA		0	Africa/Casablanca	30.96569	-9.70879		Taourirt n'Da Ali,Taourirt n’Da Ali,Tawrirt n'Da Ali,Tawrirt n’Da Ali,Tawrirt-n-Da Ali		07	211		
2530021	Tawrirt-n-Bounihi	tawrirt-n-bounihi	MA		0	Africa/Casablanca	30.01099	-8.88532		Taourirt n'Bouni,Taourirt n’Bouni,Tawrirt-n-Bounihi		09	541		
2530022	Taourirt n’ Ali Mejjat	taourirt-n-ali-mejjat	MA		0	Africa/Casablanca	29.23406	-9.45429		Taourirt Ali Mejjoule,Taourirt n' Ali Mejjat,Taourirt n’ Ali Mejjat		10	261		
2530023	Tawrirt-n-Aït Wadif	tawrirt-n-ait-wadif	MA		0	Africa/Casablanca	30.74179	-7.82374		Taourirt n'Ait Ou Adif,Taourirt n’Aït Ou Adif,Taourirte,Tawrirt-n-Ait Wadif,Tawrirt-n-Aït Wadif		09	541		
2530024	Taourirt n’Aït Mimoun	taourirt-n-ait-mimoun	MA		0	Africa/Casablanca	31.64283	-5.38086		Taourirt n'Ait Mimoun,Taourirt n'Mimoun,Taourirt n’Aït Mimoun,Taourirt n’Mimoun		08	201		
2530025	Taourirt n’Aït Milch	taourirt-n-ait-milch	MA		0	Africa/Casablanca	31.65	-6.43				05	081		
2530026	Tawrirt-n-Aït Masriy	tawrirt-n-ait-masriy	MA		0	Africa/Casablanca	30.80402	-7.83981		Taourirt n'Ait Mesri,Taourirt n’Aït Mesri,Taourirte n'Ait Masri,Taourirte n’Aït Masri,Tawrirt-n-Ait Masriy,Tawrirt-n-Aït Masriy		09	541		
2530027	Tawrirt-n-Aït Lahsene	tawrirt-n-ait-lahsene	MA		0	Africa/Casablanca	30.54554	-7.88491		Taourirt n' Ait Lahsene,Taourirt n'Ait Lahsen,Taourirt n’ Aït Lahsene,Taourirt n’Aït Lahsèn,Tawrirt-n-Ait Lahsene,Tawrirt-n-Aït Lahsene		09	541		
2530028	Touriyrt	touriyrt	MA		0	Africa/Casablanca	29.86256	-9.22295		Taourirt n' Ait el Hassane,Taourirt n’ Aït el Hassane,Touriyrt		09	163		
2530029	Taourirt n’Aït Aziz	taourirt-n-ait-aziz	MA		0	Africa/Casablanca	31.97513	-4.95315				08	201		
2530030	Taourirt Izogaine	taourirt-izogaine	MA		0	Africa/Casablanca	30.01017	-9.08078		Taourirt Izogaine,Taourirt Izogaïne		09	163		
2530031	Tawrirt Izammer	tawrirt-izammer	MA		0	Africa/Casablanca	31.293	-7.77163		Taourarte,Taourir Izammer,Taourirt Izammer,Tawrirt Izammer		07	041		
2530032	Taourirt Izakarn	taourirt-izakarn	MA		0	Africa/Casablanca	29.22749	-9.46785		Taourirt Izakarn,Taourirt Izakerne		10	261		
2530033	Taourirt Imzilen	taourirt-imzilen	MA		0	Africa/Casablanca	30.80929	-9.06226				09	541		
2530034	Taourirt Ijjanatene	taourirt-ijjanatene	MA		0	Africa/Casablanca	30.83282	-8.48099		Taouirirte,Taourirt,Taourirt Ijjanatene		09	541		
2530035	Tawrirt Al Had	tawrirt-al-had	MA		0	Africa/Casablanca	30.5554	-8.0321		Taourirt el Had,Tawrirt Al Had		09	541		
2530036	Taourirt Doubiane	taourirt-doubiane	MA		0	Africa/Casablanca	28.96	-9.86		Idou Bian,Taourirt Doubiane,Taourit Doubiane		10	261		
2530037	Taourirt Chorfa	taourirt-chorfa	MA		0	Africa/Casablanca	32.77427	-4.32261		Taourirt,Taourirt Chorfa		03	131		
2530038	Taourîrt Abanarêne	taourirt-abanarene	MA		0	Africa/Casablanca	29.65	-8.78				09	581		
2530046	Taourirt	taourirt	MA		0	Africa/Casablanca	35.18442	-5.16599				01	151		
2530047	Taourirt	taourirt	MA		0	Africa/Casablanca	34.78	-4.26				03	531		
2530048	Taourirt	taourirt	MA		82518	Africa/Casablanca	34.40731	-2.89732			0853301331	02	533	0853301331	
2530049	Taourirt	taourirt	MA		0	Africa/Casablanca	33.8306	-4.0015		Douar Taourirt,Taourirt		03	561		
2530050	Taourirt	taourirt	MA		0	Africa/Casablanca	33.62959	-4.4299		Taourirt,Taourirte		03	451		
2530051	Taourirt	taourirt	MA		0	Africa/Casablanca	32.68317	-9.05605		Douar Taourirt,Taouriret,Taourirt		07	431		
2530052	Taourirt	taourirt	MA		0	Africa/Casablanca	32.20764	-6.6467				05	081		
2530053	Tawrirt	tawrirt	MA		0	Africa/Casablanca	31.91836	-4.37533		Ksar Taouriet,Taourirt,Tawrirt		08	201		
2530054	Taourirt	taourirt	MA		0	Africa/Casablanca	31.74631	-9.49278		Taourirt,Zaouia Lalla Taourirt		07	211		
2530055	Douar Taourirt	douar-taourirt	MA		0	Africa/Casablanca	31.38523	-9.5463		Douar Taourirt,Taourirt,Tawrirt		07	211		
2530056	Touwourt	touwourt	MA		0	Africa/Casablanca	31.48351	-7.57995		Taourirt,Touwourt		07	041		
2530057	Tighramt	tighramt	MA		0	Africa/Casablanca	31.48639	-7.47659		Taourirt,Tighramt		07	041		
2530058	Taourirt	taourirt	MA		0	Africa/Casablanca	31.32646	-9.09279		Taouirirt,Taourirt		07	161		
2530059	Tawrirt	tawrirt	MA		0	Africa/Casablanca	31.31281	-7.22618		Taourirt,Tawrirt		08	401		
2530060	Taourirt	taourirt	MA		0	Africa/Casablanca	31.22468	-9.48851				07	211		
2530061	Aït Wahi	ait-wahi	MA		0	Africa/Casablanca	31.18587	-6.19365		Ait Wahi,Aït Wahi,Taourirt		08	577		
2530062	Aghbalou	aghbalou	MA		0	Africa/Casablanca	31.12093	-8.89423		Aghaballou,Aghbalou,Arhbalou,Taourirt		07	161		
2530063	Taourirt	taourirt	MA		0	Africa/Casablanca	31.02903	-7.69144				08	401		
2530064	Taourirt	taourirt	MA		0	Africa/Casablanca	31.05453	-7.25703				08	401		
2530065	Taourirt	taourirt	MA		0	Africa/Casablanca	31.12033	-9.72367				07	211		
2530066	Tawrirt	tawrirt	MA		0	Africa/Casablanca	30.91969	-6.89875		Taourirt,Taourirt du Ouarzazate,Tawrirt		08	401		
2530067	Taourirt	taourirt	MA		0	Africa/Casablanca	30.85	-8.48		Taourirt,Taourirte		09	541		
2530068	Taourirt	taourirt	MA		0	Africa/Casablanca	30.69907	-9.75262		Taourirt,Tarhroute		09	001		
2530069	Taourirt	taourirt	MA		0	Africa/Casablanca	30.64898	-8.91189				09	541		
2530070	Taourirt	taourirt	MA		0	Africa/Casablanca	30.63391	-8.69647				09	541		
2530072	Tawrirt-n-Lamgartine	tawrirt-n-lamgartine	MA		0	Africa/Casablanca	30.58778	-8.25854		Taourirt,Taourirte,Tawrirt-n-Lamgartine		09	541		
2530073	Tawrirt	tawrirt	MA		0	Africa/Casablanca	30.50403	-7.85727		Taourirt,Tawrirt		09	541		
2530074	Tawrirt	tawrirt	MA		0	Africa/Casablanca	30.42201	-7.95397		Taourirt,Taourirt n'Aoudans,Taourirt n’Aoudans,Tawrirt		09	541		
2530075	Taourirt	taourirt	MA		0	Africa/Casablanca	30.4005	-8.26343		Taourirt,Tawrirt		09	541		
2530076	Taourirt	taourirt	MA		0	Africa/Casablanca	30.37131	-7.25952				08	401		
2530077	Tawrirt	tawrirt	MA		0	Africa/Casablanca	30.33387	-8.57417		Taourirt,Tawrirt		09	541		
2530078	Taourirt	taourirt	MA		0	Africa/Casablanca	30.28	-8.3				09	541		
2530079	Tawrirt	tawrirt	MA		0	Africa/Casablanca	30.22392	-8.37561		Taourirt,Tawrirt		09	541		
2530080	Tawrirt-n-Aït Hammou	tawrirt-n-ait-hammou	MA		0	Africa/Casablanca	30.15789	-8.57295		Taourirt,Tawrirt-n-Ait Hammou,Tawrirt-n-Aït Hammou		09	541		
2530081	Tawrirt	tawrirt	MA		0	Africa/Casablanca	30.10749	-8.93416		Taourirt,Tawrirt		09	163		
2530082	Taouriri	taouriri	MA		0	Africa/Casablanca	30.06144	-9.04698		Taouriret,Taouriri,Taourirt		09	163		
2530083	Taourirt	taourirt	MA		0	Africa/Casablanca	29.98	-9.5				09	163		
2530084	Taourirt	taourirt	MA		0	Africa/Casablanca	29.89796	-9.31197				09	163		
2530085	Taourirt	taourirt	MA		0	Africa/Casablanca	29.86	-9.55		Taourirt,Taourirte		09	581		
2530086	Taourirt	taourirt	MA		0	Africa/Casablanca	29.85184	-8.53127				09	551		
2530087	Taourirt	taourirt	MA		0	Africa/Casablanca	29.72	-9.91				09	581		
2530088	Taourirt	taourirt	MA		0	Africa/Casablanca	29.72914	-7.99386				09	551		
2530089	Tiwrat Oulili	tiwrat-oulili	MA		0	Africa/Casablanca	29.71266	-9.19307		Taourirt,Tiwrat Oulili		09	581		
2530090	Taourirt	taourirt	MA		0	Africa/Casablanca	29.64115	-8.87952				09	581		
2530091	Taourirt	taourirt	MA		0	Africa/Casablanca	29.59918	-8.75487		Taourirt,Tourrit		09	581		
2530092	Tawriyrt Iyfchlaln	tawriyrt-iyfchlaln	MA		0	Africa/Casablanca	29.5307	-9.41439		Taourirt,Tawriyrt Iyfchlaln		09	581		
2530093	Taourirt	taourirt	MA		0	Africa/Casablanca	29.30477	-9.37741		Taourirt,Taourirte		10	473		
2530097	Tawrirt-n-Aït Malloul	tawrirt-n-ait-malloul	MA		0	Africa/Casablanca	30.70946	-7.79141		Taourir n'Ait Melloul,Taourir n’Aït Melloul,Tawrirt-n-Ait Malloul,Tawrirt-n-Aït Malloul		09	541		
2530098	Taourir Aït Ou Sa	taourir-ait-ou-sa	MA		0	Africa/Casablanca	30.66381	-9.59738		Au Oussa,Taourir Ait Ou Sa,Taourir Aït Ou Sa		09	001		
2530100	Taouriat	taouriat	MA		0	Africa/Casablanca	31.70591	-6.60254				05	081		
2530106	Taourert	taourert	MA		0	Africa/Casablanca	35.15696	-3.47623		Taourate,Taourert,Taouret,Taurert		02	167		
2530107	Taourer	taourer	MA		0	Africa/Casablanca	34.81342	-5.00019		Taourar,Taourer,Tourat		01	151		
2530109	Tawrach	tawrach	MA		0	Africa/Casablanca	33.14762	-4.79255		Taourech,Tawrach		03	131		
2530113	Taourda	taourda	MA		0	Africa/Casablanca	34.56	-4.96				03	531		
2530114	Douar Taourda	douar-taourda	MA		0	Africa/Casablanca	31.40056	-8.07811		Douar Taourda,Taourda		07	041		
2530115	Tawrda	tawrda	MA		0	Africa/Casablanca	30.37251	-8.04168		Taourda,Tawrda		09	541		
2530118	Douar Taourarte Lmourabitine	douar-taourarte-lmourabitine	MA		0	Africa/Casablanca	35.1746	-4.86902		Douar Taourarte Lmourabitine,Taourat el Moratine,Taourate el Mourabitaine		01	151		
2530119	Douar Taourat Inatane	douar-taourat-inatane	MA		0	Africa/Casablanca	35.22335	-4.95997		Douar Taourat Inatane,Taourarte		01	151		
2530120	Taourart	taourart	MA		0	Africa/Casablanca	35.20535	-5.12571		Central Taurart,Taourart,Taourarte,Taurart,Taurat		01	151		
2530121	Douar Tarrilane	douar-tarrilane	MA		0	Africa/Casablanca	35.1236	-4.90169		Douar Tarrilane,Taourart,Taourarte,Taourat		01	151		
2530122	Taourart	taourart	MA		0	Africa/Casablanca	34.95	-4.83				01	151		
2530123	Taourart	taourart	MA		0	Africa/Casablanca	34.6	-4.93				03	531		
2530126	Tawraght Jissayne	tawraght-jissayne	MA		0	Africa/Casablanca	34.21116	-2.66104		Taourarht Jissaine,Tawraght Jissayne		02	533		
2530128	Tawraght	tawraght	MA		0	Africa/Casablanca	30.55827	-8.47962		Taourarht,Taourirte,Tawraght		09	541		
2530132	Tawrawt	tawrawt	MA		0	Africa/Casablanca	32.57425	-4.96511		Taouraout,Tawrawt		08	363		
2530133	Taourhaït	taourhait	MA		0	Africa/Casablanca	31.18224	-9.2107		Tabia n'Touarayt,Tabia n’Touarayt,Taourait,Taouraït,Taourhait,Taourhaït		07	161		
2530139	Tawra	tawra	MA		0	Africa/Casablanca	32.70385	-3.80874		Taoura,Tawra		02	251		
2530140	Tawra	tawra	MA		0	Africa/Casablanca	30.9107	-7.29611		Taoura,Tawra		08	401		
2530147	Taounza	taounza	MA		0	Africa/Casablanca	34.75	-4.33				01	051		
2530148	Taounza	taounza	MA		0	Africa/Casablanca	32.09368	-6.60607			1208105192	05	081	1208105192	
2530150	Taounitz	taounitz	MA		0	Africa/Casablanca	35.05824	-5.32651		Taouinite,Taounitz		01	151		
2530151	Douar Taounit	douar-taounit	MA		0	Africa/Casablanca	35.13989	-5.37737		Douar Taounit,Taounat,Taounit		01	151		
2530152	Taounat el Kchour	taounat-el-kchour	MA		0	Africa/Casablanca	34.70187	-4.61829		Taounat el Kchour,Taounate el Kchour		03	531		
2530155	Taounate	taounate	MA		32802	Africa/Casablanca	34.53661	-4.64009		Taounat,Taounate,Taunat,Tawnat,Таунат	1553101051	03	531	1553101051	
2530156	Tara D-aarabene	tara-d-aarabene	MA		0	Africa/Casablanca	35.28981	-4.86857		Taounat,Tara D-aarabene,Taunat		01	151		
2530158	Tawlzit	tawlzit	MA		0	Africa/Casablanca	30.23469	-8.53177		Taoulzit,Tawlzit		09	541		
2530160	Taouloukoult	taouloukoult	MA		0	Africa/Casablanca	31.22218	-9.07943		Taoulokoult,Taouloukoult,Zaouia Taouloukoult	0716109132	07	161	0716109132	
2530166	Tawlawalt	tawlawalt	MA		0	Africa/Casablanca	31.02072	-5.64671		Taoulaouait,Taoulaoualte,Taoulaouelt,Taoulaoult,Tawlawalt		08	577		
2530170	Douar Taoula	douar-taoula	MA		0	Africa/Casablanca	35.26025	-5.71327		Douar Taoula,Taoula,Taula,Toulate		01	331		
2530171	Takwit	takwit	MA		0	Africa/Casablanca	31.19865	-8.98152		Takwit,Taoukit		07	161		
2530172	Tawjgalt	tawjgalt	MA		0	Africa/Casablanca	31.65687	-6.98194		Taoujguelt,Tawjgalt		05	081		
2530177	Tawjjat	tawjjat	MA		0	Africa/Casablanca	31.70045	-6.58449		Taouja,Tawjjat		05	081		
2530178	Tawit	tawit	MA		0	Africa/Casablanca	29.53646	-9.14831		Taouit,Tawit		09	581		
2530820	Tamarout	tamarout	MA		0	Africa/Casablanca	31.82156	-6.79596		Tamarioute,Tamarout		05	081		
2530186	Taouinekht	taouinekht	MA		0	Africa/Casablanca	30.45	-7.05214		Taouinekht,Taouinekhte,Taoutnekht,Tawinght		08	401		
2530188	Taouima	taouima	MA		0	Africa/Casablanca	35.1299	-2.9279		Taouima,Tauima	0838105093	02	381	0838105093	
2530189	Tawililt	tawililt	MA		0	Africa/Casablanca	31.42836	-8.31252		Taouililt,Taouiloult,Taoulilt,Tawililt		07	161		
2530193	Taoukart	taoukart	MA		0	Africa/Casablanca	31.2805	-9.34395		Tadouart,Taoufert,Taoukaret,Taoukart		07	211		
2530196	Taouerta	taouerta	MA		0	Africa/Casablanca	34.68956	-4.81812		Taouerta,Taoueta,Taweria		03	531		
2530197	Taouerta	taouerta	MA		0	Africa/Casablanca	34.66286	-4.64822		Taouerta,Taourta		03	531		
2530200	Tawarda	tawarda	MA		0	Africa/Casablanca	33.04501	-4.78071		Kasba Toaouerda,Taouerda,Tawarda		03	131		
2530201	Taounzerft	taounzerft	MA		0	Africa/Casablanca	31.44496	-7.04268		Ait taounzraft,Aït taounzraft,Taouenzerft,Taounzerft		05	081		
2530202	Douar Touitech	douar-touitech	MA		0	Africa/Casablanca	35.53561	-5.56043		Douar Touitech,Taoueitech		01	571		
2530204	Taoudoudout	taoudoudout	MA		0	Africa/Casablanca	31.48987	-4.86696				08	201		
2530206	Tahoudat	tahoudat	MA		0	Africa/Casablanca	31.7551	-5.30699		Ksar taoudaat,Ksar taoudaât,Tahoudat,Taoudat		08	201		
2530212	Taoubalt	taoubalt	MA		0	Africa/Casablanca	31.48814	-9.70224		Taoubalt,Toubalt		07	211		
2530214	Taouarichte	taouarichte	MA		0	Africa/Casablanca	35.05664	-5.44079				01	151		
2530217	Taoura El Foukania	taoura-el-foukania	MA		0	Africa/Casablanca	31.11196	-9.03911		Taouara,Taoura El Foukania		07	161		
2530219	Taomart	taomart	MA		0	Africa/Casablanca	31.20246	-5.0602		Taomart,Taomarte,Taoumart		08	577		
2530220	Taogast	taogast	MA		0	Africa/Casablanca	29.15511	-10.09812		Tagoast,Tangast,Taogast		10	473		
2530221	Taobalt	taobalt	MA		0	Africa/Casablanca	31.79062	-9.5381		Douar Sidi Mohammed el Ksir,Taobalt,Toubalt		07	211		
2530222	Tanzrou	tanzrou	MA		0	Africa/Casablanca	29.71858	-7.61724		Tannzrou,Tanzrou		09	551		
2530224	Tanzinart	tanzinart	MA		0	Africa/Casablanca	30.76125	-8.00039		Tanazinart,Tanzinart,Tanzinert,Tanzinnert		09	541		
2530225	Tanzinert	tanzinert	MA		0	Africa/Casablanca	30.65933	-8.01555		Tanazinart,Tanzinert		09	541		
2530229	Tanzida	tanzida	MA		0	Africa/Casablanca	29.94112	-7.31051				09	551		
2530230	Tanzida	tanzida	MA		0	Africa/Casablanca	28.81	-8.91		Tanezida,Tanzida		09	551		
2530231	Tanzert	tanzert	MA		0	Africa/Casablanca	34.15131	-4.05178		Douar Tannzert,Tannzerte,Tanzert		03	561		
2530232	Tannzat	tannzat	MA		0	Africa/Casablanca	31.33501	-7.98388		Tannzat,Tanzat,Taozat		07	041		
2530233	Tanzrart	tanzrart	MA		0	Africa/Casablanca	30.7714	-9.68278		Tanzart,Tanzrart		09	001		
2530234	Tanzad	tanzad	MA		0	Africa/Casablanca	30.83655	-8.41807		Tansad,Tanzad		09	541		
2530236	Tanoulmi	tanoulmi	MA		0	Africa/Casablanca	29.41298	-9.90848		Tanoulmi,Tanulmi		10	473		
2530238	Tan-Tan Plage	tan-tan-plage	MA		0	Africa/Casablanca	28.48	-11.34		Port of Tan-Tan,Tan-Tan Plage		10	521		
2530241	Tan-Tan	tan-tan	MA		61924	Africa/Casablanca	28.43799	-11.10321		TTA,Tan-Tan,Tantan,Tantanas,tantan,Тан-Тан,طانطان,タンタン	521	10	521		
2530243	Tanslemt	tanslemt	MA		0	Africa/Casablanca	32.8805	-5.01849				08	363		
2530244	Tansita Kncha	tansita-kncha	MA		0	Africa/Casablanca	30.35	-5.83				08	587		
2530248	Tansikht	tansikht	MA		0	Africa/Casablanca	30.683	-6.17881		Igherm n'Tanssikht,Igherm n’Tanssikht,Tannsikht,Tansikht		08	587		
2530249	Tansift	tansift	MA		0	Africa/Casablanca	31.69036	-6.64824				05	081		
2530250	Tansida Nechachda	tansida-nechachda	MA		0	Africa/Casablanca	30.35	-5.83		Tansida Nechachda,Tansila Nechachde,Tansita Nechachde,Tansite Nechachde		08	587		
2530251	Tansemt	tansemt	MA		0	Africa/Casablanca	29.61285	-8.96588		Tansemt,Tanssimette		09	581		
2530253	Tanssayyine	tanssayyine	MA		0	Africa/Casablanca	29.88293	-8.57897		Tanseine,Tanseme,Tanseïne,Tanssayyine		09	551		
2530254	Douar Tamsasnout	douar-tamsasnout	MA		0	Africa/Casablanca	35.29422	-5.16015		Douar Tamsasnout,Tamsasnout,Tansasnout		01	151		
2530258	Tanrirt	tanrirt	MA		0	Africa/Casablanca	29.61087	-8.98445		Tanrirt,Tarirt		09	581		
2530259	Tanrhzout	tanrhzout	MA		0	Africa/Casablanca	29.19138	-8.96495		Tanaghrout,Tanrhzout		09	551		
2530260	Tamsalghat	tamsalghat	MA		0	Africa/Casablanca	30.22081	-8.78772		Tamsalghat,Tanrhrat		09	541		
2530268	Tanouzagt	tanouzagt	MA		0	Africa/Casablanca	30.90922	-8.81823		Tanouzagt,Tanouzegt		09	541		
2530271	Tanout n’Oumerdoul	tanout-n-oumerdoul	MA		0	Africa/Casablanca	31.10299	-5.2291		Ksar Tarroute Nourmadoul,Tanout n'Oumerdoul,Tanout n’Oumerdoul		08	577		
2530272	Tanout N’ou’iy	tanout-n-ou-iy	MA		0	Africa/Casablanca	31.5234	-4.7986		Tanout N'ou'iy,Tanout Nouhai,Tanout Nouhaï,Tanout N’ou’iy,Tanout n'Ouai,Tanout n’Ouai,Tanoute Nouhai,Tanoute Nouhaï		08	201		
2530273	Tanout Addou Ou Ichou	tanout-addou-ou-ichou	MA		0	Africa/Casablanca	31.26303	-5.37951		Anou n'haddou ou Ichou,Anou n’haddou ou Ichou,Tanout Addou Ou Ichou,Tanout n'Haddou Ou Ichou,Tanout n’Haddou Ou Ichou,Tanoute n'Haddou ou Ichou,Tanoute n’Haddou ou Ichou		08	577		
2530275	Tanount Igourdan	tanount-igourdan	MA		0	Africa/Casablanca	32.64087	-4.52709		Tanount Igourdan,Tanout Igourdane		08	363		
2530276	Tanout el Fecht	tanout-el-fecht	MA		0	Africa/Casablanca	30.83414	-5.0676				08	577		
2530284	Telat	telat	MA		0	Africa/Casablanca	35.18581	-3.04903		Tanout,Tanoute,Tanut,Telat		02	381		
2530285	Douar Tanout	douar-tanout	MA		0	Africa/Casablanca	35.15678	-4.56632		Douar Tanout,Tanote,Tanout,Tanut		01	151		
2530286	Tanout	tanout	MA		0	Africa/Casablanca	34.95	-4.28				01	051		
2530287	Tanout	tanout	MA		0	Africa/Casablanca	34.77654	-3.73385				03	561		
2530288	Tanout	tanout	MA		0	Africa/Casablanca	30.90429	-8.83412		Tanaunt,Tanout		09	541		
2530290	Tanoumrit	tanoumrit	MA		0	Africa/Casablanca	30.78255	-9.36678		Tanerarete,Tanoumrit		09	001		
2530292	Tanoumrhit	tanoumrhit	MA		0	Africa/Casablanca	30.78017	-5.77039		Tanamghout,Tanoumrhit,Tanoumrhout		08	587		
2530293	Tannoumst	tannoumst	MA		0	Africa/Casablanca	29.95165	-9.10139		Dar Tiguemmi,Der Tijmi,Tannoumst,Tanoumest		09	163		
2530299	Tannsrhart	tannsrhart	MA		0	Africa/Casablanca	31.22589	-7.96591		Tannsrhart,Tansghart		07	041		
2530300	Tanghourt	tanghourt	MA		0	Africa/Casablanca	31.46617	-7.64317		Tanghourt,Tannghourt,Tannrhourt		07	041		
2530301	Tanesmekht	tanesmekht	MA		0	Africa/Casablanca	31.01373	-8.69119		Tanesmekht,Tanessemekht,Tannesmekht		07	161		
2530303	Tannadine	tannadine	MA		0	Africa/Casablanca	29.32474	-9.43187		Tanadine,Tannadine		10	473		
2530304	Tanmitart	tanmitart	MA		0	Africa/Casablanca	30.95686	-7.83846		Talmitert,Tanmitart,Tanmitert,Tanmitrt		09	541		
2530305	Tanmitart	tanmitart	MA		0	Africa/Casablanca	30.18925	-8.55102		Tanmitart,Tanmitert		09	541		
2530306	Tanmagalt	tanmagalt	MA		0	Africa/Casablanca	30.86363	-7.9776		Tanmag,Tanmagalt,Tanmagalte,Tanmaguelt		09	541		
2530307	Tanekist	tanekist	MA		0	Africa/Casablanca	29.8236	-9.48047		De Tankist,Tanekist,Tankist		09	581		
2530311	Tankawt	tankawt	MA		0	Africa/Casablanca	30.29784	-8.1197		Tankaout,Tankawt		09	541		
2530313	Tanajajamcht	tanajajamcht	MA		0	Africa/Casablanca	30.04976	-8.42691		Tanajajamcht,Tanejajamcht,Tanejamcht,Tanjajmecht		09	541		
2530315	Tanit	tanit	MA		0	Africa/Casablanca	30.56713	-9.42906				09	001		
2530318	Inflas	inflas	MA		0	Africa/Casablanca	29.24271	-9.97842		Inflas,Tanimast,Tauinjt		10	473		
2530321	Tanicht	tanicht	MA		0	Africa/Casablanca	30.12317	-8.66457				09	541		
2530327	Tanguerfa	tanguerfa	MA		0	Africa/Casablanca	30.74252	-6.18459		Azegzaou n'Tanguerfa,Azegzaou n’Tanguerfa,Tanguerfa		08	587		
2530330	Tangero	tangero	MA		0	Africa/Casablanca	34.95586	-5.44368		Tangero,Tanjro,Tannjerou		01	405		
2530335	Tangier	tangier	MA		688356	Africa/Casablanca	35.76727	-5.79975		TNG,Tanger,Tangeri,Tangero,Tangier,Tangiers,Tanzher,Tanĝero,Tingis,Tànger,Tánger,Tânger,tan ji ya,tnjt,Тангер,Танжер,طنجة,坦幾亞	01	01	511	1651101071	
2530339	Tanga ou Khedir	tanga-ou-khedir	MA		0	Africa/Casablanca	29.31261	-9.21512				10	261		
2530341	Tanafnit	tanafnit	MA		0	Africa/Casablanca	33.08199	-5.49612		Tanafnit,Tanefnit,Tanfrit		05	301		
2530344	Tanfit	tanfit	MA		0	Africa/Casablanca	30.93	-5.81		Tanfit,Tannfit		08	587		
2530346	Tanfit	tanfit	MA		0	Africa/Casablanca	30.78044	-8.14221		Tanfist,Tanfit,Tinlaf		09	541		
2530350	Tanessar	tanessar	MA		0	Africa/Casablanca	34.62967	-4.74271				03	531		
2530351	Tannghift	tannghift	MA		0	Africa/Casablanca	32.40428	-4.81833		Ksar Taneghrift,Taneghift,Tanerhift,Tannghift,Tannrhift		08	363		
2530352	Tanera	tanera	MA		0	Africa/Casablanca	30.74927	-9.54669		Tanera,Tanra Isder		09	001		
2530353	Tanamlalt	tanamlalt	MA		0	Africa/Casablanca	31.13528	-5.61264		Tanamlalt,Tanemialt,Tanemlalt		08	577		
2530356	Tanigart	tanigart	MA		0	Africa/Casablanca	30.2049	-7.68934		Taneguert,Tanigart		09	541		
2530357	Tanegounsa	tanegounsa	MA		0	Africa/Casablanca	30.40996	-8.41819				09	541		
2530358	Tanfit	tanfit	MA		0	Africa/Casablanca	30.95837	-8.09314		Tanefit,Tanfit		07	041		
2530359	Tanfgkht	tanfgkht	MA		0	Africa/Casablanca	29.95481	-8.52886		Tanefgakht,Tanefguikht,Tanfgkht		09	541		
2530360	Tanfzat	tanfzat	MA		0	Africa/Casablanca	29.92903	-8.55365		Tanefezat,Tanefzate,Tanfzat		09	551		
2530362	Taneferi	taneferi	MA		0	Africa/Casablanca	32.12264	-7.00506		Tanafert,Taneferi,Tanefert,Tassafert		05	081		
2530363	Tanefacht	tanefacht	MA		0	Africa/Casablanca	30.72962	-8.82726				09	541		
2530365	Tanabdant	tanabdant	MA		0	Africa/Casablanca	30.81868	-8.44777		Tanabdainte,Tanabdant,Tanebdant		09	541		
2530369	Tandilt	tandilt	MA		0	Africa/Casablanca	29.76624	-8.95869				09	581		
2530375	Tanatams	tanatams	MA		0	Africa/Casablanca	30	-8.38				09	541		
2530378	Tanant	tanant	MA		0	Africa/Casablanca	31.86297	-6.94183		Tanannt,Tanant		05	081		
2530379	Tanansadda	tanansadda	MA		0	Africa/Casablanca	31.85232	-7.01113		Tana n'Sda,Tana n’Sda,Tanansadda		05	081		
2530380	Tananemeult	tananemeult	MA		0	Africa/Casablanca	31.02841	-7.51238		Tamayoute,Tananemeult,Tananmelt		08	401		
2530384	Tanamrout	tanamrout	MA		0	Africa/Casablanca	30.79553	-6.49122				08	587		
2530385	Tanamrout	tanamrout	MA		0	Africa/Casablanca	30.48777	-8.22747				09	541		
2530387	Tanammart	tanammart	MA		0	Africa/Casablanca	30.91372	-8.40122		Tanamart,Tanammart,Tanammert,Tananiert,Tannamert		07	041		
2530388	Tanamart	tanamart	MA		0	Africa/Casablanca	30.16097	-8.44777		Tanamart,Tanamert,Tanammert		09	541		
2530389	Tannamert	tannamert	MA		0	Africa/Casablanca	31.03329	-8.8258		Tanamert,Tanamerte,Tannamert		07	161		
2530390	Tanamert	tanamert	MA		0	Africa/Casablanca	30.63949	-9.19732		Tanamert,Tanameurt		09	541		
2530391	Tanamert	tanamert	MA		0	Africa/Casablanca	30.08	-8.83				09	541		
2530392	Tanamert	tanamert	MA		0	Africa/Casablanca	29.43	-9.58		Tanamert,Tanameurt,Tanammerte,Tanoumerte		10	473		
2530394	Tanammert	tanammert	MA		0	Africa/Casablanca	31.03026	-8.49468		Tanamart,Tanammert,Tanemmarte		07	161		
2530395	Tanalt	tanalt	MA		0	Africa/Casablanca	29.77548	-9.16796			0416303332	09	163	0416303332	
2530398	Tanakoub	tanakoub	MA		0	Africa/Casablanca	35.10453	-5.46079		Tanacab,Tanacob,Tanadob,Tanakob,Tanakoub,Tanakub,Tankoub		01	151		
2530401	Tanafelte	tanafelte	MA		0	Africa/Casablanca	35.11873	-5.35175		Tanafalet,Tanafelt,Tanafelte		01	151		
2530405	Tana	tana	MA		0	Africa/Casablanca	32.08777	-5.10017		Ksar De Tana,Tana		08	577		
2530408	Tamzguert	tamzguert	MA		0	Africa/Casablanca	30.7094	-9.27119		Ouamsguert,Tamazirt,Tamzguert		09	001		
2530409	Tamasgount	tamasgount	MA		0	Africa/Casablanca	32.01689	-5.16363		Tamasgount,Tamzgourt		08	577		
2530410	Tamzgourt	tamzgourt	MA		0	Africa/Casablanca	31.04388	-8.68581				07	161		
2530412	Iznagane	iznagane	MA		0	Africa/Casablanca	32.06477	-6.81895		Iznagane,Tamzerout		05	081		
2530413	Tamzrit-n-Oualigh	tamzrit-n-oualigh	MA		0	Africa/Casablanca	31.31905	-6.92064		Tamzerit,Tamzrit,Tamzrit-n-Oualigh		08	401		
2530414	Tamzargout	tamzargout	MA		0	Africa/Casablanca	31.03075	-5.63425		Tamzargout,Tamzergout		08	577		
2530415	Tamzenndirt	tamzenndirt	MA		0	Africa/Casablanca	31.33195	-7.75029		Tamzendart,Tamzenndirt,Tamzerdirt		07	041		
2530419	Tamzazert	tamzazert	MA		0	Africa/Casablanca	32.14262	-5.2448		Tamzazert,Tamzazerte		08	363		
2530420	Douar Tamzant	douar-tamzant	MA		0	Africa/Casablanca	33.98172	-4.45467		Douar Tamzant,Douar Tamzart,Tamazgart,Tamzart		03	561		
2530421	Tamzargout	tamzargout	MA		0	Africa/Casablanca	30.55161	-9.56018				09	001		
2530422	Tamzaourt	tamzaourt	MA		0	Africa/Casablanca	30.69112	-9.20391				09	541		
2530423	Tamzaourout	tamzaourout	MA		0	Africa/Casablanca	30.08565	-6.8903		Tamzaourout,Tamzaouroute,Tamzawrout		09	551		
2530424	Tamzayt	tamzayt	MA		0	Africa/Casablanca	30.34333	-8.1105		Tamaait,Tamaalt,Tamaaït,Tamzait,Tamzayt,Tamzaït,Tamzeit,Tamzeït		09	541		
2530426	Tamza	tamza	MA		0	Africa/Casablanca	29.81675	-9.08541				09	163		
2530427	Tamdjwat	tamdjwat	MA		0	Africa/Casablanca	30.1086	-8.32549		Tamdjwat,Tamedjaout,Tamz		09	541		
2530432	Tamtetoucht	tamtetoucht	MA		0	Africa/Casablanca	31.67463	-5.5395		Ksar Tamtettouchet,Tamtattoucht,Tamtattouchte,Tamtetoucht		08	577		
2530435	Tamtalt	tamtalt	MA		0	Africa/Casablanca	30.24687	-7.99694		Tamtalt,Tamtelt,Tamtelte		09	541		
2530436	Tamtedit	tamtedit	MA		0	Africa/Casablanca	29.52322	-8.52458				09	551		
2530438	Tamtdit	tamtdit	MA		0	Africa/Casablanca	31.05853	-8.65495		Tamtdit,Tamtedit		07	161		
2530442	Tamsoult Ou Ouijou	tamsoult-ou-ouijou	MA		0	Africa/Casablanca	29.69512	-8.52768		Tamsoult Ou Ouijou,Tamssoult		09	551		
2530446	Tamsoult	tamsoult	MA		0	Africa/Casablanca	31.51053	-7.19688				07	041		
2530447	Tamsoult	tamsoult	MA		0	Africa/Casablanca	31.2071	-8.15398		Tamsoult,Tamsoulte		07	041		
2530448	Tamsoult	tamsoult	MA		0	Africa/Casablanca	31.00314	-8.37077		Kensoud,Tamsoult		07	041		
2530449	Tamzoult	tamzoult	MA		0	Africa/Casablanca	30.90682	-8.90998		Tamsoult,Tamzoult		09	541		
2530450	Tamsoult	tamsoult	MA		0	Africa/Casablanca	30.83772	-8.48602				09	541		
2530451	Tamsoult	tamsoult	MA		0	Africa/Casablanca	30.82691	-9.01335				07	161		
2530452	Tamssoult	tamssoult	MA		0	Africa/Casablanca	30.80543	-7.90919		Tamsoult,Tamsoulte,Tamssoult		09	541		
2530453	Tamsoult	tamsoult	MA		0	Africa/Casablanca	30.69225	-8.67276				09	541		
2530454	Tamsoult	tamsoult	MA		0	Africa/Casablanca	30.55496	-8.09003		T'amsoult T'ahia,Tamsoult,T’amsoult T’ahia		09	541		
2530455	Tamsoult	tamsoult	MA		0	Africa/Casablanca	30.55234	-9.42202				09	001		
2530456	Tamsoult	tamsoult	MA		0	Africa/Casablanca	30.2802	-8.32272				09	541		
2530457	Tamsoult	tamsoult	MA		0	Africa/Casablanca	30.11952	-7.45682		Tamessoult,Tamezoult,Tamsoult,Zaouia Sidi Abder Rahmane		09	551		
2530458	Tamsoult	tamsoult	MA		0	Africa/Casablanca	30.05571	-8.38712				09	541		
2530460	Tamassakrat	tamassakrat	MA		0	Africa/Casablanca	31.45511	-7.37116		Tamassakrat,Tamskrat		07	041		
2530464	Douar Talemsint	douar-talemsint	MA		0	Africa/Casablanca	35.15351	-4.93174		Douar Talemsint,Tamsine		01	151		
2530465	Tadawt Tamsilt	tadawt-tamsilt	MA		0	Africa/Casablanca	32.02271	-6.44027		Plateau de Tamsilt,Tadawt Tamsilt		05	081		
2530466	Tamsila	tamsila	MA		0	Africa/Casablanca	35.56947	-5.75492		Tamsila,Tamsilat		01	511		
2530469	Tamsermass	tamsermass	MA		0	Africa/Casablanca	31.30253	-4.83714		Tamsermas,Tamsermass,Tamsirmes		08	577		
2530470	Tamseracht	tamseracht	MA		0	Africa/Casablanca	35.07726	-3.17632		Tamrakte,Tamseracht		02	381		
2530471	Tamsaloumt	tamsaloumt	MA		0	Africa/Casablanca	30.88586	-8.1556		Tamsaloumt,Tamselloumt		09	541		
2530472	Tamsaksit	tamsaksit	MA		0	Africa/Casablanca	30.78119	-7.79224		Tamsaksit,Tamsaksite,Tamseksit		09	541		
2530473	Tamzdaght	tamzdaght	MA		0	Africa/Casablanca	31.1263	-8.7836		Tamsdart,Tamzdaght		07	161		
2530474	Tamsaout	tamsaout	MA		0	Africa/Casablanca	29.53743	-8.85843		Tamsaout		09	581		
2530476	Tamsahelt	tamsahelt	MA		0	Africa/Casablanca	30.81939	-5.66307				08	587		
2530478	Tamsa	tamsa	MA		0	Africa/Casablanca	31.07471	-8.93237				07	161		
2530479	Tamroucht	tamroucht	MA		0	Africa/Casablanca	34.8	-3.88				03	561		
2530482	Amaddamgh	amaddamgh	MA		0	Africa/Casablanca	32.02354	-6.75666		Amaddamgh,Tamrhirt,Tamright		05	081		
2530485	Tangharamt	tangharamt	MA		0	Africa/Casablanca	30.90396	-7.88122		Tamrhamt,Tangharamt,Tangharmte,Tannrharmt		09	541		
2530487	Tamrat Tezdane	tamrat-tezdane	MA		0	Africa/Casablanca	31.56062	-7.51302		Tamrat Tezdane,Tamrate Tezdane,Tomrate Tzdane		07	041		
2530492	Tamradout	tamradout	MA		0	Africa/Casablanca	30.68872	-8.06888				09	541		
2530493	Tichach	tichach	MA		0	Africa/Casablanca	32.07185	-6.72468		Tamracht,Tichach		05	081		
2530499	Tamout	tamout	MA		0	Africa/Casablanca	29.03396	-9.45653		Tammoute,Tamout		10	261		
2530500	Tamoust	tamoust	MA		0	Africa/Casablanca	30.36895	-8.33836				09	541		
2530505	Tamoulet	tamoulet	MA		0	Africa/Casablanca	34.63027	-4.78268		Tamloulete,Tamoulet		03	531		
2530506	Tamoukoutz	tamoukoutz	MA		0	Africa/Casablanca	34.95922	-5.19902		Tamaccut,Tamkout,Tamoukoutz		01	151		
2530507	Tamoujjout	tamoujjout	MA		0	Africa/Casablanca	32.48825	-6.11306		Tamoudjout,Tamoujjout		05	091		
2530508	Tamojjout	tamojjout	MA		0	Africa/Casablanca	30.05054	-9.31031		Tamojjout,Tamouffout,Tamoujjout		09	163		
2530515	Douar Tamou’jat	douar-tamou-jat	MA		0	Africa/Casablanca	32.72263	-5.05629		Douar Tamou'jat,Douar Tamou’jat,Tamouajet		08	363		
2530516	Tamorot	tamorot	MA		0	Africa/Casablanca	34.93632	-4.7794		Tamorot,Tamorote,Zoco es Sebtz de Tamorot	1615103232	01	151	1615103232	
2530520	Douar Tammast	douar-tammast	MA		0	Africa/Casablanca	33.80616	-3.94474		Douar Tammast,Tammast		02	265		
2530521	Tammast	tammast	MA		0	Africa/Casablanca	30.67035	-7.83042				09	541		
2530523	Tamarrakchit	tamarrakchit	MA		0	Africa/Casablanca	32.13724	-4.36281		Tamarrakchit,Tamerrakecht,Tammarrakech,Tammerakecht		08	201		
2530524	Tamadla	tamadla	MA		0	Africa/Casablanca	31.26991	-7.32581		Tamadla,Tammadla		08	401		
2530525	Tammacht	tammacht	MA		0	Africa/Casablanca	29.72081	-7.98468		Tamacht,Tammacht		09	551		
2530533	Tamalalt-n-Igourramane	tamalalt-n-igourramane	MA		0	Africa/Casablanca	30.64112	-8.20858		Tamalalt-n-Igourramane,Tamlelt		09	541		
2530539	Tamelalt	tamelalt	MA		0	Africa/Casablanca	29.69523	-9.92271		Tamelalt,Tamlalt		09	581		
2530540	Tamlalet	tamlalet	MA		0	Africa/Casablanca	29.18096	-10.15328		Tamlalet,Tamlatel		10	473		
2530542	Tamkiyya	tamkiyya	MA		0	Africa/Casablanca	29.9873	-8.91687		Tamkia,Tamkiyya		09	541		
2530545	Tamkasselt	tamkasselt	MA		0	Africa/Casablanca	30.69096	-6.25877				08	587		
2530546	Tamkasert	tamkasert	MA		0	Africa/Casablanca	35.08564	-4.93293				01	151		
2530547	Tamegret	tamegret	MA		0	Africa/Casablanca	35.48272	-5.14731		Tamegret,Tamkarete		01	571		
2530819	Douar Tamerraghout	douar-tamerraghout	MA		0	Africa/Casablanca	32.69577	-5.19662		Douar Tamerraghout,Tamarout		08	363		
2530548	Tamkaydout	tamkaydout	MA		0	Africa/Casablanca	32.66082	-5.35177		Ait Zolit-Tamakaydout,Aït Zolit-Tamakaydout,Tamkaidout,Tamkaydout,Tamkaïdout		05	301		
2530550	Tamkadout	tamkadout	MA		0	Africa/Casablanca	30.84967	-9.25146		Tamkadout,Tamkadoute,Zaouia Tamkadout		07	211		
2530552	Tamjjout	tamjjout	MA		0	Africa/Casablanca	30.90076	-7.9759		Tamjjout,Tamjout,Tourjoute		09	541		
2530553	Tamjout	tamjout	MA		0	Africa/Casablanca	30.352	-8.42198				09	541		
2530554	Tamjount	tamjount	MA		0	Africa/Casablanca	34.77384	-4.02579				03	561		
2530558	Tamjilt	tamjilt	MA		0	Africa/Casablanca	33.65367	-4.01293		Tamgilt,Tamguilt,Tamjilt		02	265		
2530559	Timjijt	timjijt	MA		0	Africa/Casablanca	30.01615	-8.77258		Tamjicht,Timjicht,Timjijt		09	541		
2530561	Tamjerjt	tamjerjt	MA		0	Africa/Casablanca	29.95	-7.31		Tamjerjt,Tamjert		09	551		
2530563	Tamjercht	tamjercht	MA		0	Africa/Casablanca	31.25727	-6.06175				08	577		
2530564	Tamjacht	tamjacht	MA		0	Africa/Casablanca	30.80859	-7.78324		Tamajercht,Tamjacht,Tamjecht,Tamjercht		09	541		
2530565	Tamjjarcht	tamjjarcht	MA		0	Africa/Casablanca	30.79334	-8.30473		Tamajjarcht,Tamjercht,Tamjjarcht		09	541		
2530566	Tamejjercht	tamejjercht	MA		0	Africa/Casablanca	30.60752	-7.45988		Tamejjercht,Tamjercht		08	401		
2530567	Tamjircht	tamjircht	MA		0	Africa/Casablanca	30.30134	-7.75989		Tamjercht,Tamjijte,Tamjircht		09	541		
2530573	Tamiloust	tamiloust	MA		0	Africa/Casablanca	32.67227	-3.85393				02	251		
2530574	Tamiloust	tamiloust	MA		0	Africa/Casablanca	32.31691	-4.2676				08	363		
2530581	Tamguist	tamguist	MA		0	Africa/Casablanca	31.15568	-7.86696				07	041		
2530587	Tangaght	tangaght	MA		0	Africa/Casablanca	31.73381	-6.90755		Tamgaght,Tamguert,Tangaght		05	081		
2530588	Tamgart	tamgart	MA		0	Africa/Casablanca	30.00491	-8.99481		Tamgart,Tamguert		09	163		
2530589	Tamgart	tamgart	MA		0	Africa/Casablanca	29.83882	-8.68645		Tameguert,Tameguerte,Tamgart,Tamguert,Tamguert Iberkak,Tamguert Iberlak		09	551		
2530590	Tamgguert	tamgguert	MA		0	Africa/Casablanca	29.79498	-9.45266		Tamgguert,Tamguert,Tamguerte		09	581		
2530591	Tamgrst	tamgrst	MA		0	Africa/Casablanca	29.80947	-9.14342		Tamgrst,Tamguerst		09	163		
2530593	Tamgrout	tamgrout	MA		0	Africa/Casablanca	30.26	-5.66		Tamegrout,Tamgrout		08	587		
2530595	Tamgout-n-Warabane	tamgout-n-warabane	MA		0	Africa/Casablanca	30.68835	-8.15573		Tamgout,Tamgout n'Ouarab,Tamgout n’Ouarab,Tamgout-n-Warabane		09	541		
2530598	Tamgousi	tamgousi	MA		0	Africa/Casablanca	30.76985	-9.35546				09	001		
2530599	Tamgounsi	tamgounsi	MA		0	Africa/Casablanca	31.05039	-8.47157		Tamganssi,Tamgounsi,Tamgoursi		07	161		
2530601	Tamgount	tamgount	MA		0	Africa/Casablanca	29.54899	-9.0969		Tamgount,Tamgounte		09	581		
2530602	Tamgouns	tamgouns	MA		0	Africa/Casablanca	31.28653	-7.24523		Tamgouns,Tamgounsine		08	401		
2530603	Tamgounsi	tamgounsi	MA		0	Africa/Casablanca	31.53311	-7.58151		Tamcounissi,Tamgounsi		07	041		
2530604	Tamgounsi	tamgounsi	MA		0	Africa/Casablanca	31.52887	-7.11031				05	081		
2530605	Tamgounsi	tamgounsi	MA		0	Africa/Casablanca	31.18365	-9.37039		Gounechi,Hammou Gounechi,Tamgounsi		07	211		
2530608	Tamgant	tamgant	MA		0	Africa/Casablanca	30.9038	-4.883		Tamgannt,Tamgant		08	577		
2530609	Tamgant	tamgant	MA		0	Africa/Casablanca	30.58973	-5.44321				08	587		
2530610	Tamgalt	tamgalt	MA		0	Africa/Casablanca	30.69718	-9.36293		Tamgalt,Tamggalt,Tamougoualt		09	001		
2530615	Tamezzerbt	tamezzerbt	MA		0	Africa/Casablanca	30.11234	-9.03297		Tamazert,Tamezzerbt		09	163		
2530617	Tamezrit	tamezrit	MA		0	Africa/Casablanca	31.45444	-6.64792				08	401		
2530618	Tamzzrit	tamzzrit	MA		0	Africa/Casablanca	31.40868	-6.54678		Tamazrite,Tamezrit,Tamzzrit		08	401		
2530620	Tamezrar	tamezrar	MA		0	Africa/Casablanca	29.3481	-8.51821		Tamezrar,Tamzrout		09	551		
2530622	Tamazmout	tamazmout	MA		0	Africa/Casablanca	31.3888	-7.33263		Tamazmout,Tamesmoute,Tamezmout,Tanzmoute		07	041		
2530623	Tamezmout	tamezmout	MA		0	Africa/Casablanca	30.66438	-6.14145		Tamazmout,Tamezmout,Tamzmout		08	587		
2530625	Douar Tamezguida	douar-tamezguida	MA		0	Africa/Casablanca	35.37158	-5.59429		Douar Tamezguida,Tamesguida,Tamezguida		01	331		
2530627	Tamezerra	tamezerra	MA		0	Africa/Casablanca	30.56058	-7.42233		Tamezerra,Tamezzara		08	401		
2530629	Tamatsift	tamatsift	MA		0	Africa/Casablanca	31.68313	-6.64315		Tamatsift,Tametsift		05	081		
2530631	Tamest	tamest	MA		0	Africa/Casablanca	34.05625	-3.74258		Douar Tamest,Tamest		02	265		
2530632	Tamessoult	tamessoult	MA		0	Africa/Casablanca	29.2707	-8.99053		Tamessoult,Tamsoult		09	551		
2530633	Tamasraout	tamasraout	MA		0	Africa/Casablanca	31.11551	-6.35371		Tamasraout,Tamesraout,Tamessraout		08	401		
2530634	Tamsoult	tamsoult	MA		0	Africa/Casablanca	31.26857	-6.67571		Tamesoult,Tamsoult,Tamssoulte		08	401		
2530635	Tamesnit	tamesnit	MA		0	Africa/Casablanca	34.74357	-4.90438		Tamesnit,Tamesnite,Tamissnit,Tamissnït		03	531		
2530638	Tamesna	tamesna	MA		0	Africa/Casablanca	31.24342	-7.40916				08	401		
2530641	Tameslouht	tameslouht	MA		0	Africa/Casablanca	31.49472	-8.09772		Tamesloht,Tameslouht,Tameslout,tamslwht,تامصلوحت		07	041		
2530643	Tamaslamt	tamaslamt	MA		0	Africa/Casablanca	32.62808	-3.81308		Tamaslamt,Tameslemt,Tameslent		02	251		
2530644	Tameskourt	tameskourt	MA		0	Africa/Casablanca	32.89222	-5.69033		Tamaskorte,Tameskourt		05	301		
2530646	Tameskikt	tameskikt	MA		0	Africa/Casablanca	31.37576	-6.16177				08	577		
2530661	Tamernout	tamernout	MA		0	Africa/Casablanca	29.81482	-9.25681		Tamernout,Tamernoute,Timernoute		09	163		
2530663	Tamreghout	tamreghout	MA		0	Africa/Casablanca	31.17321	-5.01286		Tamerghout,Tamerhout,Tamreghout,Tamrerhout		08	577		
2530664	Tamghlecht	tamghlecht	MA		0	Africa/Casablanca	31.37404	-8.37789		Douar Tamrhlecht,Tamaghlachet,Tamerhlecht,Tamghlecht		07	161		
2530665	Tamargou	tamargou	MA		0	Africa/Casablanca	30.5308	-7.83462		Aguerda,Tamargou,Tamergou		09	541		
2530669	Tamraout	tamraout	MA		0	Africa/Casablanca	32.64474	-5.24381		Tameraout,Tamraout		08	363		
2530670	Tanoudene	tanoudene	MA		0	Africa/Casablanca	35.48286	-5.2047		Tamerabene,Tanoudene		01	571		
2530675	Tamannout-n-Oufalla	tamannout-n-oufalla	MA		0	Africa/Casablanca	30.60438	-7.60678		Tamannout-n-Oufalla,Tamenout n'Oufella,Tamenout n’Oufella,Tamnat afala		09	541		
2530676	Tamannout-n-Izddar	tamannout-n-izddar	MA		0	Africa/Casablanca	30.59115	-7.61694		Tamannout-n-Izddar,Tamenout n'Izder,Tamenout n’Izder		09	541		
2530677	Tabanhriwt	tabanhriwt	MA		0	Africa/Casablanca	30.1773	-8.955		Tabanhriwt,Tamenharouit		09	541		
2530681	Tamenagrout	tamenagrout	MA		0	Africa/Casablanca	31.23397	-6.69364		Tamenagrout,Tamessraout		08	401		
2530682	Tameloughit	tameloughit	MA		0	Africa/Casablanca	34.88877	-4.67037				01	051		
2530683	Tamelloukt	tamelloukt	MA		0	Africa/Casablanca	31.17607	-8.95396				07	161		
2530689	Tamallalt	tamallalt	MA		0	Africa/Casablanca	31.55431	-4.90768		Tamallalt,Tamellalt		08	201		
2530690	Tamellalt	tamellalt	MA		0	Africa/Casablanca	31.44454	-5.9818		Tamellalt,Tamlalt		08	577		
2530696	Tamelikant	tamelikant	MA		0	Africa/Casablanca	32.37418	-4.08291		Tamelikannt,Tamelikant		08	363		
2530703	Douar Tamellalt	douar-tamellalt	MA		0	Africa/Casablanca	34.84293	-2.42433		Douar Tamellalt,Maaboura Thata,Tamelalt,Tamelelt,Tamlelt		02	113		
2530704	Tamallalt	tamallalt	MA		0	Africa/Casablanca	31.81897	-7.51446		Kasba Tamlalt el Djedid,Tamallalt,Tamelelt,Tamelelt Jdida,Tamelelt el Jedid,Tamelelte el Djedid,Tamelet ej Jdid,Tamelet el Djedid,Tamelit ej Jedid		07	191		
2530709	Tamallakout	tamallakout	MA		0	Africa/Casablanca	30.75838	-7.37408		Tamallakout,Tamelakout,Tamellakout		08	401		
2530710	Tamallakout	tamallakout	MA		0	Africa/Casablanca	30.30891	-7.78868		Tamalakoute,Tamallakout,Tamelakout,Tamelakoute		09	541		
2530711	Tamelahl	tamelahl	MA		0	Africa/Casablanca	32.49371	-4.27647				08	363		
2530720	Tamejloujl	tamejloujl	MA		0	Africa/Casablanca	30.02655	-9.13782		Tamejloujl,Tamejloujt,Tmjitoujite		09	163		
2530722	Tamejjout	tamejjout	MA		0	Africa/Casablanca	30.50649	-8.523		Tamejjat,Tamejjout,Timedouine n'Oudrar,Timedouine n’Oudrar		09	541		
2530730	Tamegoult	tamegoult	MA		0	Africa/Casablanca	31.1009	-9.37653		Tamegoult,Tamkadoute		07	211		
2530731	Tamefrast	tamefrast	MA		0	Africa/Casablanca	32.4	-5.41				08	363		
2530733	Tamaddanst	tamaddanst	MA		0	Africa/Casablanca	30.76965	-8.05858		Tamaddanst,Tameddenst		09	541		
2530734	Tamddaqqart	tamddaqqart	MA		0	Africa/Casablanca	29.80126	-9.11561		Tamddaqqart,Tamedakort,Tamedakorte		09	163		
2530739	Tamdroust	tamdroust	MA		0	Africa/Casablanca	29.68	-9.75		Tamdrous,Tamdroust		09	581		
2530743	Tamdrost	tamdrost	MA		0	Africa/Casablanca	30.5	-6.78				08	587		
2530744	Tamdghoust	tamdghoust	MA		0	Africa/Casablanca	30.90981	-8.15232		Tamdghoust,Tamdqhouste,Tamdrhoust,Tamedrhoust		09	541		
2530745	Tamdrhoust	tamdrhoust	MA		0	Africa/Casablanca	30.7363	-8.88542		Tamdrhoust,Tamdroust		09	541		
2530747	Tamdaloucht	tamdaloucht	MA		0	Africa/Casablanca	29.71125	-9.0998		Tamdaloucht,Tamdloucht,Taourirt		09	163		
2530749	Tamdit	tamdit	MA		0	Africa/Casablanca	33.96785	-4.0516		Tamaddite,Tamdit,Tamdite		03	561		
2530750	Tandilt	tandilt	MA		0	Africa/Casablanca	30.86109	-8.01122		Tamdit,Tandilt		09	541		
2530751	Douar Tandert	douar-tandert	MA		0	Africa/Casablanca	35.06702	-4.85727		Douar Tandert,Tamderets,Tamderetz,Tendret		01	151		
2530758	Tamda n’Igourdane	tamda-n-igourdane	MA		0	Africa/Casablanca	30.34305	-8.37243				09	541		
2530759	Tamdakht	tamdakht	MA		0	Africa/Casablanca	31.08653	-7.14597				08	401		
2530760	Tamda Ifrane	tamda-ifrane	MA		0	Africa/Casablanca	31.19465	-9.38154		Ifekrane,Sidi Mohammed Abdallah,Tamda Ifrane		07	211		
2530761	Tamdafelt Isserarene	tamdafelt-isserarene	MA		0	Africa/Casablanca	32.88203	-4.24089				03	131		
2530763	Tamdafelt	tamdafelt	MA		0	Africa/Casablanca	32.87671	-4.26144		Tamdafelt,Tamdaflte,Tandafelt Srarene		03	131		
2530770	Tamda	tamda	MA		0	Africa/Casablanca	31.79794	-6.36138				05	081		
2530771	Tamda	tamda	MA		0	Africa/Casablanca	31.26413	-4.94688				08	577		
2530772	Tamda	tamda	MA		0	Africa/Casablanca	30.59578	-9.11106		M'anda,M’anda,Tamda		09	541		
2530773	Tamadda	tamadda	MA		0	Africa/Casablanca	30.25991	-7.97516		Tamadda,Tamda		09	541		
2530778	Tamchennennt	tamchennennt	MA		0	Africa/Casablanca	31.45588	-8.71171		Tamchennennt,Tamchnet		07	161		
2530780	Tamchecht	tamchecht	MA		0	Africa/Casablanca	34.73102	-4.29156		Douar Tamchecht,Tamchecht		03	531		
2530782	Tamchacht	tamchacht	MA		0	Africa/Casablanca	34.52338	-4.09277		Tamchacht,Tamchecht		03	561		
2530784	Tamast	tamast	MA		0	Africa/Casablanca	30.61614	-8.46991		Tamast,Tamazt,Tamzagt		09	541		
2530786	Tamazouzt	tamazouzt	MA		0	Africa/Casablanca	31.38672	-8.38141		Tamazouzt,Tamazouzte		07	161		
2530788	Tamazirt	tamazirt	MA		0	Africa/Casablanca	30.73359	-7.88532				09	541		
2530789	Tamazirt	tamazirt	MA		0	Africa/Casablanca	30.64843	-9.38973				09	001		
2530792	Douar Tam’azzert	douar-tam-azzert	MA		0	Africa/Casablanca	32.63656	-5.2058		Douar Tam'azzert,Douar Tam’azzert,Tamazert		08	363		
2530793	Douar Tamazert	douar-tamazert	MA		0	Africa/Casablanca	31.30254	-8.08483		Douar Tamazert,Tamazarte,Tamazert		07	041		
2530794	Toumazzaghart	toumazzaghart	MA		0	Africa/Casablanca	31.46174	-7.72357		Tamazaghert Irhil,Tamazaret,Tamezaret,Tanzarheurht,Toumazzaghart		07	041		
2530796	Tamayyoust-n-Oufella	tamayyoust-n-oufella	MA		0	Africa/Casablanca	30.73341	-7.06118		Tamaiyoust,Tamayyoust,Tamayyoust-n-Oufella,Tamaïyoust		08	401		
2530798	Tamatoust	tamatoust	MA		0	Africa/Casablanca	31.29288	-8.51239				07	161		
2530800	Tamatert	tamatert	MA		0	Africa/Casablanca	31.19947	-7.71044		Tamalert,Tamatert,Taunaterte		07	041		
2530801	Tamatert	tamatert	MA		0	Africa/Casablanca	31.1422	-7.90312				07	041		
2530803	Tamassite	tamassite	MA		0	Africa/Casablanca	31.23929	-7.97506		Tamassit,Tamassite		07	041		
2530805	Tamazirt	tamazirt	MA		0	Africa/Casablanca	30.76402	-7.42023		Tamassirt,Tamazight,Tamazirt,Tamensasser		08	401		
2530808	Tamassint	tamassint	MA		0	Africa/Casablanca	30.93627	-6.96725				08	401		
2530809	Tamassint	tamassint	MA		0	Africa/Casablanca	30.52154	-9.52415		Tamasint,Tamassinnt,Tamassint,Tamassinte		09	001		
2530810	Tamassint	tamassint	MA		0	Africa/Casablanca	30.41286	-7.99657		Tamassinnt,Tamassint		09	541		
2530813	Tamasousit	tamasousit	MA		0	Africa/Casablanca	34.94548	-3.4264				02	167		
2530814	Tamassint	tamassint	MA		0	Africa/Casablanca	35.07203	-3.96118		Tamasin,Tamasint,Tamassint,Tamassint es Soufla,Tamâssînt es Soufla		01	051		
2530817	Tamarselt	tamarselt	MA		0	Africa/Casablanca	35.0793	-4.5898		Douar Termasil,Tamarsellx,Tamarselt		01	151		
2530821	Taraghraght	taraghraght	MA		0	Africa/Casablanca	31.37651	-7.48407		Tamagrout,Tamarout,Taraghraght		07	041		
2530822	Tamarout	tamarout	MA		0	Africa/Casablanca	30.6824	-9.48405		Tamarhat,Tamarout,Tamaroute		09	001		
2530823	Tamargoult	tamargoult	MA		0	Africa/Casablanca	30.4502	-8.14067		Tamargoult,Tamarouguelt		09	541		
2530824	Tamarouft	tamarouft	MA		0	Africa/Casablanca	30.37012	-7.25428		Tama'rouft,Tamarouft,Tama’rouft		08	401		
2530826	Tamarnout	tamarnout	MA		0	Africa/Casablanca	31.69826	-6.55354		Tamarnout,Tamernoute,Tomarnoute		05	081		
2530827	Tamarckhant	tamarckhant	MA		0	Africa/Casablanca	30.725	-7.93572		Tamarckhant,Tamarkhsent		09	541		
2530828	Tawrirt	tawrirt	MA		0	Africa/Casablanca	31.22487	-8.61035		Tamarirt,Tawrirt		07	161		
2530829	Tam’arkit	tam-arkit	MA		0	Africa/Casablanca	31.6448	-4.21116		Ksar Tamarkit,Tam'arkit,Tamaarkite,Tamarhakit,Tam’arkit		08	201		
2530830	Tamarendout Tamajialt	tamarendout-tamajialt	MA		0	Africa/Casablanca	30.96	-5.86				08	587		
2530833	Tamarabot	tamarabot	MA		0	Africa/Casablanca	35.05	-4.1				01	051		
2530835	Tama Ougueni	tama-ougueni	MA		0	Africa/Casablanca	30.97906	-9.39813		Agouni,Tama Ougueni		07	211		
2530836	Tama Ou Anza	tama-ou-anza	MA		0	Africa/Casablanca	30.49505	-9.67217		Tama Ou Anza,Tama ou Ennza		09	001		
2530841	Tamanart	tamanart	MA		0	Africa/Casablanca	30.69904	-7.93115		Tamanart,Tamanarte		09	541		
2530843	Tamanar	tamanar	MA		0	Africa/Casablanca	31.00087	-9.67802			0721101091	07	211	0721101091	
2530844	Tamanakht	tamanakht	MA		0	Africa/Casablanca	30.71	-7.76		Tamanakht,Tamanart,Tamnat		09	541		
2530845	Tamalout-n-Id Nouh	tamalout-n-id-nouh	MA		0	Africa/Casablanca	30.72832	-7.74389		Tamalout n'Id Nouh,Tamalout n’Id Nouh,Tamalout-n-Id Nouh		09	541		
2530848	Tamalout	tamalout	MA		0	Africa/Casablanca	35.36947	-5.29081				01	571		
2530849	Douar Tamalout	douar-tamalout	MA		0	Africa/Casablanca	35.08224	-4.47211		Douar Tamalout,Tamalout,Tamalut		01	051		
2530850	Tamalout	tamalout	MA		0	Africa/Casablanca	35.01763	-4.63942		Tamalout,Tamaloute,Tamalut		01	151		
2530851	Tamalout	tamalout	MA		0	Africa/Casablanca	32.30244	-5.30875				08	363		
2530852	Tamalout	tamalout	MA		0	Africa/Casablanca	32.26312	-4.42374				08	363		
2530853	Tamalout	tamalout	MA		0	Africa/Casablanca	31.98208	-4.96713		Ksar Tamalout,Tamalout		08	201		
2530854	Tamalout	tamalout	MA		0	Africa/Casablanca	31.38552	-6.13025				08	577		
2530855	Tamalout	tamalout	MA		0	Africa/Casablanca	31.36242	-7.65932		Tamalou,Tamalout		07	041		
2530856	Tamalout	tamalout	MA		0	Africa/Casablanca	29.76	-8.93				09	581		
2530857	Tamalout	tamalout	MA		0	Africa/Casablanca	29.60701	-9.54334		Tamalout,Tamaloute		09	581		
2530858	Tamalout	tamalout	MA		0	Africa/Casablanca	29.54764	-8.87497				09	581		
2530859	Tamalout	tamalout	MA		0	Africa/Casablanca	29.35699	-9.62711				10	473		
2530862	Douar Tmalous	douar-tmalous	MA		0	Africa/Casablanca	34.65973	-5.48849		Douar Tmalous,Tamalousst,Tamaloust,Tomaloust		01	405		
2530864	Tamaloukt	tamaloukt	MA		0	Africa/Casablanca	31.75076	-9.5727				07	211		
2530865	Tamaloukt	tamaloukt	MA		0	Africa/Casablanca	31.24075	-9.2211		Tamalokt,Tamaloukt		07	161		
2530866	Tamaloukt	tamaloukt	MA		0	Africa/Casablanca	30.60757	-8.84176		Tamaloukt,Tamaloukte		09	541		
2530867	Tamaloukt	tamaloukt	MA		0	Africa/Casablanca	30.44226	-8.27332				09	541		
2530868	Timdikalt	timdikalt	MA		0	Africa/Casablanca	29.70772	-9.20884		Tamaloukt,Tamaloukte,Timdikalt		09	581		
2530871	Tamaliout	tamaliout	MA		0	Africa/Casablanca	30.43229	-6.66799		Tamaliout,Tamliwt		09	551		
2530875	Tamakoust	tamakoust	MA		0	Africa/Casablanca	31.42428	-7.65681				07	041		
2530876	Tamakoucht	tamakoucht	MA		0	Africa/Casablanca	31.15135	-7.13801		Tamacouchte,Tamakoucht		08	401		
2530878	Tamakant	tamakant	MA		0	Africa/Casablanca	33.34085	-4.6032				03	131		
2530879	Tamakant	tamakant	MA		0	Africa/Casablanca	33.34423	-4.60607				03	131		
2530881	Tamayoust	tamayoust	MA		0	Africa/Casablanca	32.99321	-4.88469		Dhar Tamajout,Tamayoust		08	363		
2530882	Tama ’Jount	tama-jount	MA		0	Africa/Casablanca	32.22223	-4.36053		Tama 'Jount,Tama ’Jount,Tamaajount,Tamajount,Tamaâjount		08	363		
2530885	Tamaayt Oufella	tamaayt-oufella	MA		0	Africa/Casablanca	30.47558	-9.39314		Tamaayt Oufella,Tamait Ou Fella,Tamaït Ou Fella		09	001		
2530886	Tamaïnout	tamainout	MA		0	Africa/Casablanca	29.18	-9.6				10	261		
2530888	Douar Tamaylt	douar-tamaylt	MA		0	Africa/Casablanca	35.01013	-4.62178		Douar Tamaylt,Tamailt,Tamayalte,Tamaïlt		01	151		
2530889	Tamayyilt	tamayyilt	MA		0	Africa/Casablanca	29.84434	-8.97989		Tamailt,Tamayyilt,Tamaïlt		09	163		
2530890	Douar Tamaylte	douar-tamaylte	MA		0	Africa/Casablanca	35.17813	-4.8183		Douar Tamaylte,Tamail,Tamailt,Tamailte,Tamallilate,Tamaïl		01	151		
2530892	Tamaghous	tamaghous	MA		0	Africa/Casablanca	30.50918	-7.85636		Tamaghous,Tamagoust		09	541		
2530893	Tamagourt	tamagourt	MA		0	Africa/Casablanca	32.25006	-4.73562		Tamagourt,Tamagourt Kebira,Tamagourt Seghira,Tamagourt Serhira,Tamagourt el Kebeia		08	363		
2530898	Tamadout	tamadout	MA		0	Africa/Casablanca	30.81167	-7.90539		Tamadotte,Tamadout		09	541		
2530903	Tamadant	tamadant	MA		0	Africa/Casablanca	30.69748	-9.16973		Tamadant,Tamadent		09	541		
2530904	Tamda	tamda	MA		0	Africa/Casablanca	31.6224	-7.31283		Tamada,Tamda		07	041		
2530906	Talzemt	talzemt	MA		0	Africa/Casablanca	33.59	-4.19		Talzemt,Talzent	1413103172	03	131	1413103172	
2530908	Talwawat	talwawat	MA		0	Africa/Casablanca	31.15366	-6.88133		Talouaouat,Talwawat		08	401		
2530910	Talat Tfrawt	talat-tfrawt	MA		0	Africa/Casablanca	30.77749	-7.31393		Azib Kaltfraout,Talat Tfrawt,Taltfraout,Taltraout		08	401		
2530912	Taltmazirt	taltmazirt	MA		0	Africa/Casablanca	30.26116	-7.99599		Taltmazirt,Taltmazirte		09	541		
2530914	Taltagmout	taltagmout	MA		0	Africa/Casablanca	30.2282	-7.63217		Talgmoute,Taltagmout,Taltgmout		09	541		
2530915	Taltafrawt	taltafrawt	MA		0	Africa/Casablanca	31.77192	-5.04313		Taltafrawt,Taltfraout		08	201		
2530918	Taltanzoukht	taltanzoukht	MA		0	Africa/Casablanca	30.55296	-7.8701		Taltanzoukht,Taltenzourt		09	541		
2530921	Taletnout	taletnout	MA		0	Africa/Casablanca	31.51134	-7.68024		Douar Taltant,Taletnout,Taltannt,Taltant,Tizi Talitania		07	041		
2530923	Talsint	talsint	MA		0	Africa/Casablanca	32.53599	-3.44143		Talsinnt,Talsint		02	251		
2530924	Talsgui	talsgui	MA		0	Africa/Casablanca	31.41	-7.21		Talsgui,Talzqui		08	401		
2530925	Talroumt	talroumt	MA		0	Africa/Casablanca	31.43655	-4.73937				08	201		
2530928	Talghoult	talghoult	MA		0	Africa/Casablanca	32.35951	-4.65849		Talghoult,Talrhoult		08	363		
2530948	Taloust	taloust	MA		0	Africa/Casablanca	30.63511	-7.49644		Taloust,Talouste		08	401		
2530949	Taloust	taloust	MA		0	Africa/Casablanca	30.5663	-7.16129		Taloust,Talouste		08	401		
2530950	Taloust	taloust	MA		0	Africa/Casablanca	29.61258	-8.91549				09	581		
2530951	Taloust	taloust	MA		0	Africa/Casablanca	29.4825	-9.57474				10	473		
2530960	Talorhras	talorhras	MA		0	Africa/Casablanca	34.69368	-5.07679		Talghrasse,Talorhras,Talorhrass		03	531		
2530961	Talmout Tabourit	talmout-tabourit	MA		0	Africa/Casablanca	32.45166	-4.36577				08	363		
2530963	Tagmout	tagmout	MA		0	Africa/Casablanca	31.25756	-6.14168		Tagmout,Talmout		08	577		
2530965	Talmouda	talmouda	MA		0	Africa/Casablanca	30.60679	-7.49785				08	401		
2530966	Talmodat	talmodat	MA		0	Africa/Casablanca	31.01121	-8.67572		Talmodat,Talmoudaat,Talmoudâat		07	161		
2530967	Talmit	talmit	MA		0	Africa/Casablanca	30.14128	-9.29645				09	163		
2530968	Talmet	talmet	MA		0	Africa/Casablanca	34.72053	-4.99258		Talemmat,Talmet,Talmete		03	531		
2530977	Talmest	talmest	MA		0	Africa/Casablanca	34.81177	-4.01776				03	561		
2530978	Talmest	talmest	MA		0	Africa/Casablanca	31.81	-9.33			0721101071	07	211	0721101071	
2530979	Talmast	talmast	MA		0	Africa/Casablanca	31.8164	-6.2063		Talmast,Talmest		05	081		
2530980	Talmest	talmest	MA		0	Africa/Casablanca	31.47611	-8.49485		Talmest,Talmeste		07	161		
2530981	Talmest	talmest	MA		0	Africa/Casablanca	31.15133	-9.0178		Talmest,Talmeste		07	161		
2530983	Talmantoukht	talmantoukht	MA		0	Africa/Casablanca	30.59674	-7.90486		Talmantoukht,Talmentoukht		09	541		
2530984	Talmandacht	talmandacht	MA		0	Africa/Casablanca	30.46851	-8.12164		Talmandacht,Talmedecht		09	541		
2530987	Talmast	talmast	MA		0	Africa/Casablanca	35.04533	-4.66893		Talmast,Talmest,Talmeste		01	151		
2530988	Talmassout	talmassout	MA		0	Africa/Casablanca	29.31788	-9.66483		Talmassout,Talmassoute		10	473		
2530994	Taliwiyne	taliwiyne	MA		0	Africa/Casablanca	31.28507	-7.53056		Taliwiyne,Tallouine		07	041		
2530996	Tallant	tallant	MA		0	Africa/Casablanca	31.47083	-6.97321		Talent,Tallamt,Tallant		05	081		
2531000	Talkount	talkount	MA		0	Africa/Casablanca	31.67533	-7.2674				05	081		
2531002	Talkaft	talkaft	MA		0	Africa/Casablanca	31.4867	-7.77955		Talkaft,Talkeft		07	041		
2531004	Talkanount	talkanount	MA		0	Africa/Casablanca	29.61112	-9.01326		Talkanount,Tallaknoutte		09	581		
2531009	Taliouîne	taliouine	MA		0	Africa/Casablanca	35.16455	-3.52428		Taliouine,Taliouîne,Taliuin		02	167		
2531010	Taliouine	taliouine	MA		0	Africa/Casablanca	34.81	-4				03	561		
2531011	Talliwine	talliwine	MA		0	Africa/Casablanca	32.4224	-5.71512		Taliouine,Talliwine		05	091		
2531012	Taliwine	taliwine	MA		0	Africa/Casablanca	31.79084	-6.8238		Taliouine,Taliwine,Taloun		05	081		
2531013	Taliouîne	taliouine	MA		0	Africa/Casablanca	30.69712	-6.42314		Taliouine,Taliouîne,Taliwine		08	587		
2531014	Taliouine	taliouine	MA		0	Africa/Casablanca	30.52917	-7.91262		Taliouine,Talioune	0454101111	09	541	0454101111	
2531015	Taliouane	taliouane	MA		0	Africa/Casablanca	34.86107	-5.0099		Taliouane,Taliuan,Tilioine		01	151		
2531018	Talilit	talilit	MA		0	Africa/Casablanca	31.19116	-8.80025				07	161		
2531019	Talilit	talilit	MA		0	Africa/Casablanca	29.17782	-9.10459				10	261		
2531020	Talilet	talilet	MA		0	Africa/Casablanca	34.55166	-5.05205		Talilet,Talilete		03	531		
2531023	Talialit	talialit	MA		0	Africa/Casablanca	33.02478	-4.87285		Kasba Tilialit,Talialit,Tallalit		08	363		
2531027	Talharit	talharit	MA		0	Africa/Casablanca	32.38864	-4.1532		Talharit,Talharite,Tallahrit		08	363		
2531028	Tâlhâ	talha	MA		0	Africa/Casablanca	29.81	-5.73		Talha,Talha Beni Mhammed,Tâlhâ,Tâlhâ Beni Mhammed		08	587		
2531030	Talhat	talhat	MA		0	Africa/Casablanca	31.95814	-6.62395		Talha,Talhat		05	081		
2531033	Talgoughirt	talgoughirt	MA		0	Africa/Casablanca	30.11409	-8.70765		Talgoughirt,Talgourir		09	541		
2531034	Talfohart	talfohart	MA		0	Africa/Casablanca	30.14102	-9.38204		Talfohart,Talfouhart,Talfourant		09	163		
2531035	Talfit	talfit	MA		0	Africa/Casablanca	29.85845	-9.37593		Talfidt,Talfit,Talfite		09	163		
2531037	Talezzert Talezart	talezzert-talezart	MA		0	Africa/Casablanca	34.78	-2.56				02	113		
2531040	Talezart	talezart	MA		0	Africa/Casablanca	34.79277	-2.56989		Talezart,Talezzert,Talezzert Talezart,Talezzerte		02	113		
2531041	Taltslit	taltslit	MA		0	Africa/Casablanca	30.04355	-8.48169		Talet n'Tslit,Talet n’Tslit,Taltslit		09	541		
2531042	Talerrha	talerrha	MA		0	Africa/Casablanca	31.01401	-7.48448				08	401		
2531043	Taleghza	taleghza	MA		0	Africa/Casablanca	34.05496	-5.3906		Talaghza,Taleghza,Talerheza,Talerhza		03	061		
2531045	Tizi-n-Talamt	tizi-n-talamt	MA		0	Africa/Casablanca	30.58762	-7.95446		Talemt,Tizi-n-Talamt		09	541		
2531046	Talemst	talemst	MA		0	Africa/Casablanca	31.509	-7.41601		Talemst,Talmest,Talniste		07	041		
2531047	Talemsat	talemsat	MA		0	Africa/Casablanca	34.36436	-2.73789				02	533		
2531048	Talmsawat	talmsawat	MA		0	Africa/Casablanca	30.78581	-8.08932		Talemsaout,Talmsawat		09	541		
2531049	Talemdout	talemdout	MA		0	Africa/Casablanca	31.4	-6.18				08	577		
2531053	Talambote	talambote	MA		0	Africa/Casablanca	35.25157	-5.18248		Talambote,Talambout,Talamoot,Talembot,Talembote		01	151		
2531054	Talmast	talmast	MA		0	Africa/Casablanca	29.79285	-8.89915		Talemast,Talemst,Talmast,Talmist		09	541		
2531057	Talektaout	talektaout	MA		0	Africa/Casablanca	31.11373	-9.08902		Talekbaoun,Talektaout,Talktaoute		07	161		
2531058	Talehnat	talehnat	MA		0	Africa/Casablanca	32.86829	-5.47849				05	301		
2531060	Id Bou Lahsene	id-bou-lahsene	MA		0	Africa/Casablanca	29.43164	-9.90391		Id Bou Lahsene,Sidi El Lahsen U Ali,Sidi Lahsen U Ali,Taleb U Lahsen		10	473		
2531061	Taldight	taldight	MA		0	Africa/Casablanca	30.19925	-7.77001		Taldight,Taldirt		09	541		
2531062	Talborjt	talborjt	MA		0	Africa/Casablanca	31.15598	-8.49165				07	161		
2531063	Talborjt	talborjt	MA		0	Africa/Casablanca	30.57804	-8.75346		Talborj,Talborjt		09	541		
2531064	Talbessannt	talbessannt	MA		0	Africa/Casablanca	33.9033	-3.58875		Douar Talbessannt,Talbessannt,Talbessant		02	265		
2531066	Talbarat	talbarat	MA		0	Africa/Casablanca	31.56645	-7.92837		Douar Talbarat,Talaghat,Talbarat		07	351		
2531067	Talbamine	talbamine	MA		0	Africa/Casablanca	31.5494	-7.59102		Talbamine,Talbanine,Talbinime		07	041		
2531068	Talbachat n’Aït Isfoul	talbachat-n-ait-isfoul	MA		0	Africa/Casablanca	30.16	-5.21				08	587		
2531069	Talba	talba	MA		0	Africa/Casablanca	34.89468	-5.25612				01	405		
2531071	Douar Tala Zemmour Bou Cheikh	douar-tala-zemmour-bou-cheikh	MA		0	Africa/Casablanca	34.80055	-5.15641		Douar Tala Zemmour Bou Cheikh,Talazammour		01	151		
2531072	Talat Tirhemt	talat-tirhemt	MA		0	Africa/Casablanca	31.6	-6.28		Talat Tirhemt,Talate Tirhemt		08	577		
2531073	Talat Souss	talat-souss	MA		0	Africa/Casablanca	30.4444	-8.32418		Talat Souss,Talate Souss		09	541		
2531074	Tal’at Rihane	tal-at-rihane	MA		0	Africa/Casablanca	34.90178	-4.88512				01	151		
2531075	Tal’at Ouqiar	tal-at-ouqiar	MA		0	Africa/Casablanca	31.15701	-8.79749		Ourguioum,Tal'at Ouqiar,Talat Oukhiat,Talat Ourhiat,Tal’at Ouqiar		07	161		
2531076	Talat Oungarf	talat-oungarf	MA		0	Africa/Casablanca	30.00744	-9.63625		Talat Oungarf,Talata Oungarf		09	163		
2531077	Talat-n-Ou ’Arab	talat-n-ou-arab	MA		0	Africa/Casablanca	32.37648	-5.47518		Talat Ou Arab,Talat Ou Arabe,Talat n'Ou Arab,Talat n'Ouarab,Talat n’Ou Arab,Talat n’Ouarab,Talat-n-Ou 'Arab,Talat-n-Ou ’Arab		08	363		
2531079	Talat n’Yissi	talat-n-yissi	MA		0	Africa/Casablanca	29.49411	-8.82208		Talaat n'Yssi,Talaat n’Yssi,Talat n'Yissi,Talat n’Yissi,Talate Yessi,Talate n'Yssi,Talate n’Yssi,Talate-n-Issi		09	581		
2531080	Talat-n-Tayout	talat-n-tayout	MA		0	Africa/Casablanca	30.65187	-8.35998		Talat n' Tiout,Talat n’ Tiout,Talat-n-Tayout		09	541		
2531081	Talat-n-Ziki	talat-n-ziki	MA		0	Africa/Casablanca	29.47204	-9.88841		Talat n'Tiki,Talat n'Tiziqui,Talat n'Ziki,Talat n’Tiki,Talat n’Tiziqui,Talat n’Ziki,Talat-n-Ziki,Talate n'Zeddine,Talate n’Zeddine		09	581		
2531082	Talat-n-Talaghmine	talat-n-talaghmine	MA		0	Africa/Casablanca	30.42118	-8.18736		Tal'at n'Talaghmine,Tal'at n'Talghmine,Talat n'Talrhmine,Talat n’Talrhmine,Talat-n-Talaghmine,Talate n'Talrhmine,Talate n'Tlermine,Talate n’Talrhmine,Talate n’Tlermine,Tal’at n’Talaghmine,Tal’at n’Talghmine		09	541		
2531084	Talat n’Saïd	talat-n-said	MA		0	Africa/Casablanca	29.26397	-9.58899		Talat n'Said,Talat n’Saïd,Tolat Said,Tolat Saïd		10	473		
2531085	Azerfnine	azerfnine	MA		0	Africa/Casablanca	30.41698	-8.2056		Azerfnine,Talat n'Ouzerfine,Talat n’Ouzerfine,Talate n'Ouzerfine,Talate n’Ouzerfine		09	541		
2531089	Talat n’ Iferd	talat-n-iferd	MA		0	Africa/Casablanca	30.28036	-8.48168		Talat n Ifard,Talat n' Iferd,Talat n’ Iferd,Talate n'Iferd,Talate n’Iferd		09	541		
2531091	Talat N’Haki	talat-n-haki	MA		0	Africa/Casablanca	30.71926	-8.54765		Talat N'Haki,Talat N’Haki,Talate n'Ahki,Talate n’Ahki		09	541		
2531093	Talat Mmous	talat-mmous	MA		0	Africa/Casablanca	29.95211	-8.95956		Talat Mmous,Talat Mousse		09	163		
2531094	Talat Mellouene	talat-mellouene	MA		0	Africa/Casablanca	30.59399	-9.39831		Talat Mellouene,Talate Melloulen		09	001		
2531096	Talat Irechalene	talat-irechalene	MA		0	Africa/Casablanca	30.91284	-9.03181		Tal'at Irchalene,Talat Irechalene,Talat Irhal,Tal’at Irchalene,Telata Arhel,Telata Arhèl		07	161		
2531097	Douar Talat Inoual	douar-talat-inoual	MA		0	Africa/Casablanca	31.30788	-8.14371		Douar Talat Inoual,Tal'at Inwal,Tal’at Inwal		07	041		
2531099	Talatine n’Aït Chrou	talatine-n-ait-chrou	MA		0	Africa/Casablanca	31.84243	-6.78808				05	081		
2531100	Douar Talatine	douar-talatine	MA		0	Africa/Casablanca	31.09431	-9.68093		Douar Talatine,Talatine		07	211		
2531101	Talat Imakarn	talat-imakarn	MA		0	Africa/Casablanca	29.40213	-9.95682		Talat Imakarn,Talat Imakern		10	473		
2531102	Talat Igrout	talat-igrout	MA		0	Africa/Casablanca	30.887	-8.89173				09	541		
2531103	DouarTalaatiyya	douartalaatiyya	MA		0	Africa/Casablanca	35.15857	-4.97815		DouarTalaatiyya,Talahateiat,Talahatéiat,Talatia		01	151		
2531104	Talat Al Had	talat-al-had	MA		0	Africa/Casablanca	31.39989	-7.99609		Talat Al Had,Talat el Had		07	041		
2531105	Talat Brahim	talat-brahim	MA		0	Africa/Casablanca	29.15	-10.05		Talat Brahim,Talat Brakim		10	473		
2531106	Talat Azougarn	talat-azougarn	MA		0	Africa/Casablanca	29.68643	-8.75288		Taalat Zougguar,Talaat Zougar,Talat Azougarn,Talat Zougguar,Talate Azougarn,Tâalat Zougguar		09	581		
2531107	Talatast	talatast	MA		0	Africa/Casablanca	31.41023	-7.52416		Talatast,Tiltast		07	041		
2531108	Talatane	talatane	MA		0	Africa/Casablanca	31.27639	-7.24467		Talatane,Talattane		08	401		
2531109	Talatane	talatane	MA		0	Africa/Casablanca	31.14567	-8.88159				07	161		
2531110	Talatane	talatane	MA		0	Africa/Casablanca	30.89741	-8.89832				09	541		
2531111	Talatane	talatane	MA		0	Africa/Casablanca	30.69898	-8.94731				09	541		
2531112	Tal’at Ilemti	tal-at-ilemti	MA		0	Africa/Casablanca	31.17356	-8.48317		Tal'at Ilemti,Talat,Tal’at Ilemti		07	161		
2531113	Talat	talat	MA		0	Africa/Casablanca	30.90289	-6.87162		Talat,Talate		08	401		
2531114	Talat	talat	MA		0	Africa/Casablanca	30.39389	-6.87969		Talat,Talate		08	401		
2531115	Talat	talat	MA		0	Africa/Casablanca	30.01979	-8.29913		Talat,Talate		09	541		
2531116	Talat	talat	MA		0	Africa/Casablanca	30.2218	-7.86603		Talat,Talate		09	541		
2531118	Talat	talat	MA		0	Africa/Casablanca	30.03	-8.28		Talat,Talate		09	541		
2531119	Talat	talat	MA		0	Africa/Casablanca	29.63778	-8.86793		Talat,Talate,Tlat Tisma		09	581		
2531121	Talarihane	talarihane	MA		0	Africa/Casablanca	34.9	-4.88		Talarihane,Taralahane		01	151		
2531123	Talarhza	talarhza	MA		0	Africa/Casablanca	34.58241	-4.80699				03	531		
2531127	Douar Talaoujahoum	douar-talaoujahoum	MA		0	Africa/Casablanca	35.14693	-4.77733		Douar Talaoujahoum,Talaoujahoume		01	151		
2531129	Douar Talaourta	douar-talaourta	MA		0	Africa/Casablanca	35.14	-4.80169		Douar Talaourta,Tala Ouerta,Talaouirtat,Talauerta		01	151		
2531131	Tala n’Ouadent	tala-n-ouadent	MA		0	Africa/Casablanca	30.64295	-7.5775				09	541		
2531132	Tala n’ Izrine	tala-n-izrine	MA		0	Africa/Casablanca	31.54586	-6.80622		Tala n' Izrine,Tala n’ Izrine,Talla n' Izri,Talla n’ Izri		05	081		
2531275	Takerdoust	takerdoust	MA		0	Africa/Casablanca	32.37666	-5.53214				05	091		
2531134	Talandaoud	talandaoud	MA		0	Africa/Casablanca	34.83626	-5.06528		Talandaoud,Talanhdaoud,Telmdaoud		01	151		
2531137	Talamrhecht	talamrhecht	MA		0	Africa/Casablanca	34.89242	-3.74534		Talamagait,Talameghait,Talameghaït,Talamrech,Talamrecht,Talamrhecht,Telamghecht		02	167		
2531139	Talahmoumt	talahmoumt	MA		0	Africa/Casablanca	32.24594	-4.64338		Talahmoumt,Talamount,Tilhamoumt		08	363		
2531140	Douar Talamoumene	douar-talamoumene	MA		0	Africa/Casablanca	31.35345	-8.0383		Douar Talamoumene,Talamoumen,Talamoumene		07	041		
2531141	Talamouksa	talamouksa	MA		0	Africa/Casablanca	34.87142	-4.80632				01	151		
2531142	Talamkrene	talamkrene	MA		0	Africa/Casablanca	35.26558	-5.26894				01	571		
2531146	Talamine	talamine	MA		0	Africa/Casablanca	30.55055	-6.87507				08	587		
2531148	Talamfrot	talamfrot	MA		0	Africa/Casablanca	35.26337	-5.2709		Talamfrot,Talanfroukh		01	571		
2531151	Tal’a Mennzou	tal-a-mennzou	MA		0	Africa/Casablanca	31.3805	-8.41575		Tal'a Mennzou,Talamennzou,Talamenzou,Talâmenzou,Tal’a Mennzou		07	161		
2531153	Talakjant	talakjant	MA		0	Africa/Casablanca	30.80688	-8.6767				09	541		
2531154	Talak Imakern	talak-imakern	MA		0	Africa/Casablanca	29.4	-9.96				10	473		
2531155	Tal’a Qassem	tal-a-qassem	MA		0	Africa/Casablanca	31.34144	-8.42644		Tal'a Qassem,Tal'at Qassem,Tala Kassem,Tala kacem,Talâ kacem,Tal’a Qassem,Tal’at Qassem		07	161		
2531156	Douar Tadyamine	douar-tadyamine	MA		0	Africa/Casablanca	35.303	-5.47893		Douar Tadyamine,Talajamine		01	331		
2531157	Talaïta	talaita	MA		0	Africa/Casablanca	35.10704	-5.37349		Talaita,Talaitane,Talaïta		01	151		
2531159	Dou Tal’aïnt	dou-tal-aint	MA		0	Africa/Casablanca	31.03055	-8.98889		Dou Tal'aint,Dou Tal’aïnt,Talaint n'Imouguelmine,Talaïnt n’Imouguelmine		07	161		
2531160	Tal’aynt Ikharbine	tal-aynt-ikharbine	MA		0	Africa/Casablanca	29.03122	-9.81596		Tal'aynt Ikharbine,Talaint Irherbiine,Talaint-Irherbiin,Talaïnt Irherbiine,Tal’aynt Ikharbine,Toutline Ain Irerbine,Toutline Aïn Irerbine		10	261		
2531161	Tal’aïnt	tal-aint	MA		0	Africa/Casablanca	31.09989	-8.95762		Tal'aint,Talaint,Talaïnt,Tal’aïnt,Tilaainate,Tilaâinate		07	161		
2531162	Talaïnt	talaint	MA		0	Africa/Casablanca	30.62399	-9.03289		Talaint,Talainte,Talaïnt,Talaïnte		09	541		
2531163	Talaïnt	talaint	MA		0	Africa/Casablanca	30.53251	-9.38631		Talaint,Talainte,Talaïnt,Talaïnte,Zaouia Talaint		09	001		
2531164	Talaïnt	talaint	MA		0	Africa/Casablanca	29.54058	-9.68521				09	581		
2531166	Talahyant	talahyant	MA		0	Africa/Casablanca	32.80221	-5.5235		Ialahiant,Talahyant		05	301		
2531167	Talah Ou Abbou	talah-ou-abbou	MA		0	Africa/Casablanca	29.17138	-10.19805		Talah Ou Abbou,Talat U Abbu		10	473		
2531168	Talahast	talahast	MA		0	Africa/Casablanca	31.59589	-7.46066		Talahast,Talarsete,Tarfarst		07	041		
2531171	Talat-n-Ya’qoub	talat-n-ya-qoub	MA		0	Africa/Casablanca	30.98893	-8.18927		Kasba Goundafa,Kasba Goundala,Rasoa Goundafa,Talaat n' Yakoub,Talat-n-Ya'qoub,Talat-n-Ya’qoub,Talate n'Yakoub,Talate n'Yakour,Talate n’Yakoub,Talate n’Yakour,Talâat n’ Yakoub,Tlate n'Yacoub,Tlate n’Yacoub		07	041		
2531172	Talat-n-Taramt	talat-n-taramt	MA		0	Africa/Casablanca	29.27077	-9.84708		Talaat n'Tarhamt,Talat-n-Taramt,Talâat n’Tarhamt		10	473		
2531175	Talat-n-Irwal	talat-n-irwal	MA		0	Africa/Casablanca	31.77179	-6.90553		Talaat n'Ourhoul,Talat-n-Irwal,Talâat n’Ourhoul		05	081		
2531176	Talat Wamane	talat-wamane	MA		0	Africa/Casablanca	30.11563	-8.37025		Jebel Talat Ouamane,Jebel Talate Ouamane,Talaat Nouamane,Talat Wamane,Talate Ouamane,Talâat Nouamane		09	541		
2531178	Talâat n’Halou	talaat-n-halou	MA		0	Africa/Casablanca	31.76088	-6.78208		Talaat n'Halou,Talate n'Halou,Talâat n’Halou,Talâte n’Halou		05	081		
2531183	Tala Amousand	tala-amousand	MA		0	Africa/Casablanca	34.98	-4.16				01	051		
2531186	Talea Chrif	talea-chrif	MA		0	Africa/Casablanca	35.80645	-5.6814		Talaa Cherif,Talea Chrif,Talih Cherif,Talih Chérif,Talâa Cherif		01	227		
2531190	Talaa	talaa	MA		0	Africa/Casablanca	30.47754	-8.93977		Talaa,Talâa		09	541		
2531193	Tala	tala	MA		0	Africa/Casablanca	30.89332	-7.91905		Taala,Tala,Talla Azgrouze		09	541		
2531194	Tala	tala	MA		0	Africa/Casablanca	30.61516	-7.82106				09	541		
2531195	Douar Tiguesiouine	douar-tiguesiouine	MA		0	Africa/Casablanca	29.59006	-9.94311		Douar Tiguesiouine,Taksiouine		09	581		
2531198	Douar Taksart	douar-taksart	MA		0	Africa/Casablanca	34.69337	-5.46761		Douar Taksart,Takasert,Taksert		01	405		
2531199	Taqsemt	taqsemt	MA		0	Africa/Casablanca	31.19522	-8.50278		Taksemt,Taqsemt		07	161		
2531201	Taksebt	taksebt	MA		0	Africa/Casablanca	33.90159	-3.50711		Douar Taksebt,Taksebt		03	131		
2531208	Takerkout	takerkout	MA		0	Africa/Casablanca	30.85648	-8.91595		Takerkout,Takrekout		09	541		
2531211	Takoust	takoust	MA		0	Africa/Casablanca	31.85301	-6.72546		Takkoust,Takoust,Takst		05	081		
2531212	Douar Takourt	douar-takourt	MA		0	Africa/Casablanca	31.45922	-8.02024		Douar Takourt,Takourt		07	041		
2531215	Douar Takount	douar-takount	MA		0	Africa/Casablanca	35.25068	-5.8038		Douar Takount,Takount		01	331		
2531216	Tkoumit	tkoumit	MA		0	Africa/Casablanca	32.08817	-3.03811		Takoumi,Takoumit,Tkoumit		02	251		
2531220	Takoultimt	takoultimt	MA		0	Africa/Casablanca	30.78444	-8.34124		Takeltoumt,Takoultemt,Takoultimt		09	541		
2531221	Takouit Ou Mzilen	takouit-ou-mzilen	MA		0	Africa/Casablanca	30.47941	-9.52444		Takouit Ou Mzil,Takouit Ou Mzilen,Takouit oumzil,Takout Oumzil		09	001		
2531231	Takoucht	takoucht	MA		0	Africa/Casablanca	29.95719	-9.11004				09	163		
2531232	Takoucht	takoucht	MA		0	Africa/Casablanca	30.85795	-8.09836				09	541		
2531233	Takoucht	takoucht	MA		0	Africa/Casablanca	30.7799	-8.60593				09	541		
2531239	Takchtamt	takchtamt	MA		0	Africa/Casablanca	30.58456	-7.64429		Takchtamt,Takhchtamte,Takochtent		09	541		
2531245	Taqayyout	taqayyout	MA		0	Africa/Casablanca	31.94415	-6.91386		Takkiout,Taqayyout,Tikiyout,Tiqiyout		05	081		
2531258	Takhwalt	takhwalt	MA		0	Africa/Casablanca	32.46385	-3.7872		Takhoualt,Takhwalt		02	251		
2531260	Takhyamt	takhyamt	MA		0	Africa/Casablanca	35.40566	-5.53764		Tahiants,Takhiant,Takhyamt		01	571		
2531263	Takennza	takennza	MA		0	Africa/Casablanca	31.38479	-9.04611		Takennza,Takhennza,Takhenza,Takhuza		07	161		
2531273	Douar Taqerboust	douar-taqerboust	MA		0	Africa/Casablanca	34.86616	-2.37593		Douar Taqarboust Toumiya,Douar Taqerboust,Takerhoust,Tokerbausete		02	113		
2531276	Douar Takerboust	douar-takerboust	MA		0	Africa/Casablanca	33.92925	-3.75542		Douar Takerboust,Takerboust		02	265		
2531277	Tagarbount	tagarbount	MA		0	Africa/Casablanca	30.04883	-8.75557		Tagarbount,Takerbount		09	541		
2531287	Takbalt	takbalt	MA		0	Africa/Casablanca	32.73416	-6.05437		Takbalt,Takebalt		05	091		
2531291	Takchrirt	takchrirt	MA		0	Africa/Casablanca	30.77581	-7.67429				09	541		
2531293	Takchoucht	takchoucht	MA		0	Africa/Casablanca	29.73911	-9.4581		Takchoucht,Takchouchte		09	581		
2531294	Takcha	takcha	MA		0	Africa/Casablanca	30.6511	-5.17058				08	577		
2531298	Takad Sahel	takad-sahel	MA		0	Africa/Casablanca	30.25924	-9.55692		Takad Sahel,Takat,Takate,Takkat		09	163		
2531302	Takkaryast	takkaryast	MA		0	Africa/Casablanca	29.69812	-9.4096		Takarias,Takariaste,Takkaryast		09	581		
2531305	Takaoucht	takaoucht	MA		0	Africa/Casablanca	30.72635	-8.16207				09	541		
2531306	Takoucht	takoucht	MA		0	Africa/Casablanca	30.55729	-8.25831		Takaoucht,Takoucht		09	541		
2531308	Takmout	takmout	MA		0	Africa/Casablanca	35.18671	-4.59697		Takamout,Takamoût,Takmout		01	151		
2531309	Tisksal	tisksal	MA		0	Africa/Casablanca	29.65273	-9.44552		Takaliest,Tisksal		09	581		
2531311	Takatrt	takatrt	MA		0	Africa/Casablanca	29.52433	-9.17098		Tahaterte,Takafert,Takatrt		09	581		
2531313	Taqet Amer	taqet-amer	MA		0	Africa/Casablanca	35.44655	-5.55302		Taka Amar,Taqet Amer		01	571		
2531319	Tajagjit	tajagjit	MA		0	Africa/Casablanca	31.22047	-7.14304		Tajagjit,Tajougjit,Tajougjite		08	401		
2531321	Tajnat	tajnat	MA		0	Africa/Casablanca	31.10446	-6.57695				08	401		
2531326	Tajlajet	tajlajet	MA		0	Africa/Casablanca	32.76	-3.7		Tadjlajete,Tajlajet		02	251		
2531329	Douar Tajgalt	douar-tajgalt	MA		0	Africa/Casablanca	31.34044	-8.01147		Douar Tajgalt,Tajgalt		07	041		
2531330	Tajgalt	tajgalt	MA		0	Africa/Casablanca	29.61876	-9.10215				09	581		
2531331	Tachgagalt	tachgagalt	MA		0	Africa/Casablanca	31.94961	-7.01627		Tachgagalt,Tagala,Tajgagalt,Tazgagate,Techgagalt		05	081		
2531332	Tajensa	tajensa	MA		0	Africa/Casablanca	35.07639	-4.94312		Tajensa,Tayensa,Tayensá		01	151		
2531336	Tajda	tajda	MA		0	Africa/Casablanca	30.90294	-6.89253				08	401		
2531338	Tajanat	tajanat	MA		0	Africa/Casablanca	33.73831	-4.75901		Tajanat,Tajaneit,Tajaneït		03	451		
2531339	Douar Taïzelt	douar-taizelt	MA		0	Africa/Casablanca	31.36527	-8.1714		Douar Taizelt,Douar Taïzelt,Taizelt,Taïzelt		07	041		
2531343	Tayzalt	tayzalt	MA		0	Africa/Casablanca	30.95933	-7.94673		Taisselt,Taizelte,Tayzalt,Tayzlte,Taïsselt,Taïzelte		09	541		
2531348	Tayssa	tayssa	MA		0	Africa/Casablanca	30.74668	-7.9265		Taissa,Tayssa,Taïssa		09	541		
2531352	Tayarza	tayarza	MA		0	Africa/Casablanca	31.51761	-5.04781		Taierza,Tairza,Tayarza,Taïerza,Taïrza		08	201		
2531359	Taïnzert	tainzert	MA		0	Africa/Casablanca	29.10308	-9.34571		Tainzert,Taïnzert,Tinzert		10	261		
2531360	Douar Tayanza	douar-tayanza	MA		0	Africa/Casablanca	35.05477	-5.06137		Douar Tayanza,Tainza,Taïnza		01	151		
2531361	Taïnza	tainza	MA		0	Africa/Casablanca	34.71381	-5.10712				03	531		
2531366	Taïneste	taineste	MA		0	Africa/Casablanca	34.55415	-4.13582				03	561		
2531367	Taïnest	tainest	MA		0	Africa/Casablanca	34.83	-4.13				01	051		
2531368	Taïnest	tainest	MA		0	Africa/Casablanca	34.8	-3.93		Tainest,Taineste,Talmeste,Taïnest,Taïneste		03	561		
2531370	Teïnat	teinat	MA		0	Africa/Casablanca	31.22231	-7.45379		Tainant,Taïnant,Teinat,Teïnat		08	401		
2531371	Douar Kammout	douar-kammout	MA		0	Africa/Casablanca	35.37181	-5.40017		Douar Kammout,Kammout,Taimout,Taïmout		01	571		
2531373	Taïma	taima	MA		0	Africa/Casablanca	34.71	-4.21		Tahlma,Taima,Taïma		03	531		
2531376	Tailezza	tailezza	MA		0	Africa/Casablanca	29.34993	-9.57825				10	473		
2531378	Douar Tayenza	douar-tayenza	MA		0	Africa/Casablanca	34.80822	-5.17751		Dar Taiienza,Douar Tayenza,Taiienza,Tainza,Taïnza		01	151		
2531380	Tayfst	tayfst	MA		0	Africa/Casablanca	31.12035	-7.1325		Taifaste,Taifest,Taifst,Tayfst,Taïfaste,Taïfest,Taïfst		08	401		
2531381	Tayfast	tayfast	MA		0	Africa/Casablanca	30.22831	-7.70149		Taifst,Taifste,Tayfast,Taïfst,Taïfste		09	541		
2531393	Taïddert	taiddert	MA		0	Africa/Casablanca	32.00285	-5.82108				08	363		
2531396	Taïdalt	taidalt	MA		0	Africa/Casablanca	28.75935	-9.77494		Taidalt,Taidalte,Taiddalt,Taiddālt,Taïdalt,Taïdalte		10	261		
2531404	Douar Tayda	douar-tayda	MA		0	Africa/Casablanca	35.34985	-5.53543		Douar Tayda,Taida,Taïda		01	331		
2531405	Taïda	taida	MA		0	Africa/Casablanca	34.86	-4.9				01	151		
2531406	Taïda	taida	MA		0	Africa/Casablanca	34.76	-4.08				03	561		
2531407	Douar Taïda	douar-taida	MA		0	Africa/Casablanca	33.86465	-3.88779		Douar Taida,Douar Taïda,Taida,Taïda		02	265		
2531415	Tayaght	tayaght	MA		0	Africa/Casablanca	30.12416	-8.83684		Taiart,Tayaght,Taïart		09	541		
2531423	Tahrzout	tahrzout	MA		0	Africa/Casablanca	33.44154	-4.39035				03	131		
2531424	Tarouzout	tarouzout	MA		0	Africa/Casablanca	31.36994	-7.50097		Tahrzout,Tarouzout		07	041		
2531428	Tahramt	tahramt	MA		0	Africa/Casablanca	30	-5.56				08	587		
2531430	Tahouaouat	tahouaouat	MA		0	Africa/Casablanca	29.45193	-9.0657		Tahawawat,Tahouaouat		09	581		
2531432	Tahannawt	tahannawt	MA		0	Africa/Casablanca	31.35236	-7.95012		Tahanaout,Tahanaoute,Tahanaut,Tahannaout,Tahannawt,Tahannout,Tahnaout		07	041		
2531434	Tahaliouine	tahaliouine	MA		0	Africa/Casablanca	31.14	-7.98154		Tahaliouine,Tahliouine		07	041		
2531435	Tahkakout	tahkakout	MA		0	Africa/Casablanca	29.45	-10.06		Tahcaicut,Tahkakout,Tahkakoute,Tahkakut		10	473		
2531437	Talidl	talidl	MA		0	Africa/Casablanca	29.90815	-8.84897		Tahilda,Talidl		09	541		
2531438	Douar Tahayyant	douar-tahayyant	MA		0	Africa/Casablanca	33.84748	-4.39018		Douar Tahayyant,Douar Tahyanni,Tahianni,Tahiannt,Tahiant,Tahïanni,Tahïannt		03	451		
2531439	Tahbbant	tahbbant	MA		0	Africa/Casablanca	31.4787	-7.22872		Tahbbant,Tahhant		07	041		
2531441	Tahfourt	tahfourt	MA		0	Africa/Casablanca	33.72468	-4.20866				03	451		
2531446	Tahlouant	tahlouant	MA		0	Africa/Casablanca	31.22377	-9.31773		Tahellouant,Tahellouante,Tahlouant		07	211		
2531447	Tabelkoukt	tabelkoukt	MA		0	Africa/Casablanca	29.55623	-10.04164		Tabel Kut,Tabelcut,Tabelkoukt,Tahekoukt,Tahelkoukt,Tavelcut		10	473		
2531448	Tahdiat	tahdiat	MA		0	Africa/Casablanca	35.11117	-2.99387				02	381		
2531449	Tahboust Oufella	tahboust-oufella	MA		0	Africa/Casablanca	30.51415	-9.43142		Tahbouht Ou Fella,Tahboust Oufella		09	001		
2531450	Tahboust	tahboust	MA		0	Africa/Casablanca	30.5	-9.43				09	001		
2531452	Tahassount	tahassount	MA		0	Africa/Casablanca	31.32523	-4.28478		Tahasnount,Tahassount		08	201		
2531453	Dhar Souk	dhar-souk	MA		0	Africa/Casablanca	34.65197	-4.27921		Dhar Souk,Tahar Souk,Tahr Souk		03	531		
2531454	Douar Tahar Souk	douar-tahar-souk	MA		0	Africa/Casablanca	34.35631	-4.03338		Douar Tahar Souk,Tahar Souk		03	561		
2531455	Douar Tahar Salem	douar-tahar-salem	MA		0	Africa/Casablanca	34.27802	-4.21661		Douar Tahar Salem,Tahar Salem		03	561		
2531456	Douar Tahriyine	douar-tahriyine	MA		0	Africa/Casablanca	35.32533	-5.45496		Douar Tahriyine,Tahariene		01	571		
2531459	Tahardant	tahardant	MA		0	Africa/Casablanca	34.76	-4.41				01	051		
2531460	Douar Tahar Chejra	douar-tahar-chejra	MA		0	Africa/Casablanca	34.35256	-4.17027		Douar Tahar Chejra,Tahar Chejra,Tahar Chejri		03	561		
2531463	Tahar Ben Ali	tahar-ben-ali	MA		0	Africa/Casablanca	34.42879	-6.15964		Douar Tar ben Ali,Ouled Ben Tahar Ben Ali,Tahar Ben Ali		04	491		
2531466	Tahar	tahar	MA		0	Africa/Casablanca	35.15686	-5.28521		Tahar,Taher		01	151		
2531467	Douar Sokkane El Ghaba	douar-sokkane-el-ghaba	MA		0	Africa/Casablanca	32.51218	-7.91213		Douar Sokkane El Ghaba,Tahar		07	427		
2531469	Douar Taheouast	douar-taheouast	MA		0	Africa/Casablanca	35.04625	-3.74436		Douar Taheouast,Tahaouast,Tehanacht		02	167		
2531470	Tahanut en Bel-la	tahanut-en-bel-la	MA		0	Africa/Casablanca	29.27153	-10.07067				10	473		
2531471	Tahanout Mefort	tahanout-mefort	MA		0	Africa/Casablanca	29.2729	-10.05332		Tahanout Mefort,Tahanut Mefort		10	473		
2531472	Tahanout	tahanout	MA		0	Africa/Casablanca	34.91	-4.1				01	051		
2531475	Tahandourt	tahandourt	MA		0	Africa/Casablanca	30.60047	-9.00511		Tahandouit,Tahandourt,Tahanndourt,Taoudourt		09	541		
2531476	Tahamdount	tahamdount	MA		0	Africa/Casablanca	31.90465	-4.96343		Tahamdount,Tahemdount		08	201		
2531477	Tahmajjout	tahmajjout	MA		0	Africa/Casablanca	32.25656	-5.02886		Tahamajant,Tahamajjoute,Tahmadjout,Tahmajjout		08	363		
2531480	Tahla	tahla	MA		25761	Africa/Casablanca	34.04965	-4.42162		El Ayba Tahalla,Tahala,Tahla	1556101071	03	561	1556101071	
2531484	Tahanout	tahanout	MA		0	Africa/Casablanca	31.12037	-9.25896		Tahahout,Tahanouit,Tahanout,Tahanouït		07	161		
2531485	Tahafourt	tahafourt	MA		0	Africa/Casablanca	33.86284	-4.07192		Douar Tahafourt,Tahafourt		03	561		
2531487	Tagzout Entasa	tagzout-entasa	MA		0	Africa/Casablanca	34.95	-3.83				01	051		
2531488	Tagzout	tagzout	MA		0	Africa/Casablanca	35.14633	-5.07593		Adeldal,Tagzout		01	151		
2531489	Tagzout	tagzout	MA		150	Africa/Casablanca	35.05571	-3.6916	500	Tagzout,Tagzut		02	167		
2531492	Tagzirt	tagzirt	MA		0	Africa/Casablanca	34.76	-4.43				01	051		
2531493	Taguirart	taguirart	MA		0	Africa/Casablanca	30.98214	-9.00086		Tagdirate,Tageirh,Taguirart		07	161		
2531494	Taguiouine	taguiouine	MA		0	Africa/Casablanca	34.98	-4.41				01	051		
2531498	Taguint	taguint	MA		0	Africa/Casablanca	30.32557	-6.74736		Taguinnt,Taguint		09	551		
2531500	Taguinent	taguinent	MA		0	Africa/Casablanca	31.63591	-6.92565				05	081		
2531502	Douar Tajzaret	douar-tajzaret	MA		0	Africa/Casablanca	35.28993	-5.57615		Douar Tajzaret,Taguezart		01	331		
2531503	Taguetat	taguetat	MA		0	Africa/Casablanca	32.05	-5.26				08	577		
2531525	Taguergoust	taguergoust	MA		0	Africa/Casablanca	31.18811	-8.92723		Tagargoste,Taguergous,Taguergoust		07	161		
2531526	Tagargoust	tagargoust	MA		0	Africa/Casablanca	30.17837	-8.86335		Tagargoust,Taguergoust		09	541		
2531528	Tagargoust	tagargoust	MA		0	Africa/Casablanca	30.6582	-8.17192		Tagargoust,Tagargouste,Taguergourt		09	541		
2531532	Taganzalt	taganzalt	MA		0	Africa/Casablanca	30.84603	-7.02886		Taganzalt,Taguenzalt,Taguenzelt		08	401		
2531537	Taguennza	taguennza	MA		0	Africa/Casablanca	31.39731	-8.12367		Taguennza,Taguenza		07	041		
2531538	Taguennza	taguennza	MA		0	Africa/Casablanca	31.26845	-8.54703		Taguennza,Taguenza		07	161		
2531539	Taguennza	taguennza	MA		0	Africa/Casablanca	31.2849	-8.36593		Douar Taguennza,Taguennza,Taguenza		07	041		
2531540	Taguenza	taguenza	MA		0	Africa/Casablanca	31.27512	-6.03665				08	577		
2531541	Taguenza	taguenza	MA		0	Africa/Casablanca	31.20059	-8.19516				07	041		
2531542	Taguanza	taguanza	MA		0	Africa/Casablanca	31.20478	-9.06041		Taguanza,Taguenza		07	161		
2531543	Taguenza Igountar	taguenza-igountar	MA		0	Africa/Casablanca	31.02949	-8.82635		Taguenza,Taguenza Igountar		07	161		
2531544	Taguenza	taguenza	MA		0	Africa/Casablanca	30.87565	-8.80742				09	541		
2531545	Taguenza	taguenza	MA		0	Africa/Casablanca	30.87506	-9.40305				07	211		
2531546	Taganza	taganza	MA		0	Africa/Casablanca	30.54847	-8.0096		Taganza,Taguenza,Tiguenziou		09	541		
2531547	Taguennza	taguennza	MA		0	Africa/Casablanca	30.34628	-8.57		Taguennza,Taguenza		09	541		
2531548	Taganza	taganza	MA		0	Africa/Casablanca	30.27542	-8.33858		Taganza,Taguenza		09	541		
2531549	Tagansa	tagansa	MA		0	Africa/Casablanca	29.97628	-9.18961		Tagansa,Taguenza		09	163		
2531550	Taguenza	taguenza	MA		0	Africa/Casablanca	29.9796	-8.2604		Tagenza,Taguenza		09	551		
2531552	Tagdout	tagdout	MA		0	Africa/Casablanca	31.08046	-8.80527		Tagdout,Taguenbout,Taguentout		07	161		
2531553	Taguentourt	taguentourt	MA		0	Africa/Casablanca	30.79782	-8.76386				09	541		
2531554	Tagantane	tagantane	MA		0	Africa/Casablanca	31.22162	-8.76817		Tagantane,Taguentane		07	161		
2531557	Tagangout	tagangout	MA		0	Africa/Casablanca	30.67185	-7.06929		Agoudim,Tagangout,Tagangoute,Taguengout,Taouchine Agoudim		08	401		
2531558	Taguendoust	taguendoust	MA		0	Africa/Casablanca	32.25952	-4.79488		Taguendoust,Taguenndoust,Tangandoust		08	363		
2531560	Tamganssift	tamganssift	MA		0	Africa/Casablanca	31.48797	-6.88465		Taguemsif,Taguensift,Tamganssift,Tamguensifte		05	081		
2531561	Taglmoust	taglmoust	MA		0	Africa/Casablanca	29.68698	-9.21685		Tagalmoust,Taglmoust,Taguelmoust		09	581		
2531563	Douar Taglit	douar-taglit	MA		0	Africa/Casablanca	35.13817	-4.5346		Douar Taglit,Taguelit,Taguelt		01	151		
2531564	Tagalft	tagalft	MA		0	Africa/Casablanca	32.23919	-6.12337		Tagalft,Tagelft,Taguelft		05	081		
2531565	Tagadirt-n-Izddar	tagadirt-n-izddar	MA		0	Africa/Casablanca	30.93084	-8.06744		Tagadirt-n-Izddar,Taguedid Tablani,Taguedid Tahtani		07	041		
2531566	Tagdit-n-Oufella	tagdit-n-oufella	MA		0	Africa/Casablanca	30.93686	-8.05383		Tagdit-n-Oufella,Taguedid Foukani,Touguedid Foukani		07	041		
2531567	Taguedicht	taguedicht	MA		0	Africa/Casablanca	30.14476	-9.55382		Tagadicht,Taguedicht		09	163		
2531568	Tagsout Ifri	tagsout-ifri	MA		0	Africa/Casablanca	34.95667	-4.16868		Tagsout Ifri,Tarzout		01	051		
2531570	Tagrout	tagrout	MA		0	Africa/Casablanca	34.78469	-4.20237				01	051		
2531572	Tagrirt	tagrirt	MA		0	Africa/Casablanca	32.37863	-4.14195		Tagrirt,Tagrirte,Tigrirte		08	363		
2531573	Taghramt	taghramt	MA		0	Africa/Casablanca	33.22575	-4.3505		Oulad Slimane,Taghramt,Tagremt Hand Ou Slimane,Tarhemt And ou Slimane		03	131		
2531576	Tagramt	tagramt	MA		0	Africa/Casablanca	35.42704	-5.29486				01	571		
2531577	Tagrammout	tagrammout	MA		0	Africa/Casablanca	29.31324	-9.59887		Iden Bellaid Assi,Iden Bellaïd Assi,Tagrammout		10	473		
2531578	Tagradjout	tagradjout	MA		0	Africa/Casablanca	30.94548	-9.5054		Ain Tagrajout,Aïn Tagrajout,Tagradjout,Tagradjoute,Tagrajout		07	211		
2531581	Tagragra	tagragra	MA		0	Africa/Casablanca	31.33601	-9.60114				07	211		
2531582	Tagragra	tagragra	MA		0	Africa/Casablanca	31.27666	-6.7125				08	401		
2531583	Tagraga	tagraga	MA		0	Africa/Casablanca	31.1654	-9.21167		Tagraga,Tagragra		07	161		
2531584	Tagragra	tagragra	MA		0	Africa/Casablanca	30.92937	-7.50686		Tagragra,Tagrara		08	401		
2531585	Tagragra	tagragra	MA		0	Africa/Casablanca	30.46898	-8.31217				09	541		
2531586	Tagragra	tagragra	MA		0	Africa/Casablanca	30.36503	-8.44983				09	541		
2531587	Tagragra	tagragra	MA		0	Africa/Casablanca	30.10731	-8.24445				09	541		
2531588	Tagraga	tagraga	MA		0	Africa/Casablanca	30.08304	-8.43642		Tagraga,Tagragra		09	541		
2531589	Tagragra	tagragra	MA		0	Africa/Casablanca	30.02506	-8.61454				09	541		
2531593	Tagraga	tagraga	MA		0	Africa/Casablanca	30.08	-8.83				09	541		
2531595	Tougouyamt	tougouyamt	MA		0	Africa/Casablanca	30.61067	-7.57712		Tagouyamt,Tagouyamte,Tagouyant,Tougouyamt		09	541		
2531599	Tabou	tabou	MA		0	Africa/Casablanca	31.11862	-9.34342		Tabou,Tabout,Tagout		07	211		
2531607	Tagourout	tagourout	MA		0	Africa/Casablanca	30.15175	-7.75553		Tagourgout,Tagourout,Tanrhouft		09	541		
2531609	Douar Tagourast	douar-tagourast	MA		0	Africa/Casablanca	34.02095	-4.06723		Douar Tagourast,Tagourast		03	561		
2531610	Tagourast	tagourast	MA		0	Africa/Casablanca	32.68713	-4.02958		Tafoudast,Tagourast		03	131		
2531616	Tagount	tagount	MA		0	Africa/Casablanca	34.67234	-5.16853				03	531		
2531617	Tagounnt	tagounnt	MA		0	Africa/Casablanca	32.09716	-7.03403		Tagounnt,Tagount		05	081		
2531618	Tagounsa	tagounsa	MA		0	Africa/Casablanca	29.57	-9.79		Tagounsa,Tagounza		09	581		
2531619	Tagounsa	tagounsa	MA		0	Africa/Casablanca	29.34667	-9.439		Tagounsa,Tagounssa		10	473		
2531620	Tagounite	tagounite	MA		0	Africa/Casablanca	31.02491	-7.82896		Tagounit n'Ait Ouaketene,Tagounit n’Aït Ouaketene,Tagounite		09	541		
2531621	Tagnit-n-’Abdiy	tagnit-n-abdiy	MA		0	Africa/Casablanca	30.33946	-8.21852		Tagnit-n-'Abdiy,Tagnit-n-’Abdiy,Tagounit n'Ait Abdi,Tagounit n’Aït Abdi		09	541		
2531629	Taganit	taganit	MA		0	Africa/Casablanca	32.00483	-6.34535		Taganit,Tagounit		05	081		
2531630	Tagounit	tagounit	MA		0	Africa/Casablanca	31.19225	-6.18452		Tagounit,Tagounite		08	577		
2531631	Tagounit	tagounit	MA		0	Africa/Casablanca	31.06229	-7.26153		Tagouni,Tagounit		08	401		
2531632	Tagounit	tagounit	MA		0	Africa/Casablanca	30.68503	-8.94656		Tagoulit,Tagounit		09	541		
2531633	Tagounit	tagounit	MA		0	Africa/Casablanca	30.33	-8.16		Tagounit,Tazounit		09	541		
2531634	Tagnit	tagnit	MA		0	Africa/Casablanca	30.07708	-8.77916		Tagnit,Tagounit		09	541		
2531635	Tagounite	tagounite	MA		0	Africa/Casablanca	29.97	-5.58		Tagoudit,Tagounit,Tagounite		08	587		
2531637	Touguenfel	touguenfel	MA		0	Africa/Casablanca	29.15027	-10.00911		Tagounfel,Tagounfil,Touguanfal,Touguenfel,Tuggunfel		10	473		
2531638	Tagountaft	tagountaft	MA		0	Africa/Casablanca	30.76237	-8.41617		Tagoundaft,Tagountaft		09	541		
2531639	Tagoumast	tagoumast	MA		0	Africa/Casablanca	31.50917	-5.52226				08	577		
2531640	Tagoumal	tagoumal	MA		0	Africa/Casablanca	31.03569	-8.97536				07	161		
2531644	Tagoulamt	tagoulamt	MA		0	Africa/Casablanca	30.80623	-8.1441		Tagoulamt,Tagoulemt,Tagoulemte		09	541		
2531645	Taglast	taglast	MA		0	Africa/Casablanca	31.44654	-6.90693		Taglast,Tagoulast		05	081		
2531646	Tagourt	tagourt	MA		0	Africa/Casablanca	31.3817	-6.85601		Tagoukht,Tagourt		05	081		
2531648	Tagoujgalt	tagoujgalt	MA		0	Africa/Casablanca	29.13298	-9.11614		Tagoujalt,Tagoujgalt,Tagoujgalte		09	551		
2531649	Tagoudja	tagoudja	MA		0	Africa/Casablanca	31.37199	-7.50509		Tagoudja,Tagouja		07	041		
2531655	Taounîl	taounil	MA		0	Africa/Casablanca	35.13596	-4.20369		Tagouiel,Taguiel,Taounil,Taounîl		01	051		
2531660	Houmat Oulad Taghzout	houmat-oulad-taghzout	MA		0	Africa/Casablanca	35.06191	-4.81193		Houmat Oulad Taghzout,Tachzout,Taghzout,Tagouesout,Taguesut		01	151		
2531661	Douar Tigssouane	douar-tigssouane	MA		0	Africa/Casablanca	35.15792	-4.80777		Douar Tigssouane,Taghisouane,Tagouesouane,Taguesan		01	151		
2531664	Tagouditt	tagouditt	MA		0	Africa/Casablanca	32.39246	-5.1646		Taggoudite,Tagoudit,Tagouditt		08	363		
2531667	Tagdilt	tagdilt	MA		0	Africa/Casablanca	31.25334	-5.85944		Tagadilt,Tagdilt,Tagoudilt		08	577		
2531669	Tagoudicht	tagoudicht	MA		0	Africa/Casablanca	30.77675	-8.63007		Tagodacht,Tagoudicht		09	541		
2531670	Tagoudicht	tagoudicht	MA		0	Africa/Casablanca	30.78218	-8.00216		Tagdichte,Tagoudicht		09	541		
2531671	Tagoudicht	tagoudicht	MA		0	Africa/Casablanca	30.43	-7.26				08	401		
2531672	Tagdicht	tagdicht	MA		0	Africa/Casablanca	30.36134	-7.48205		Tagdicht,Tagoudicht		08	401		
2531673	Tagounit	tagounit	MA		0	Africa/Casablanca	30.15422	-8.57611		Tagoudicht,Tagounit		09	541		
2531674	Tagdicht	tagdicht	MA		0	Africa/Casablanca	30.10242	-8.3035		Tagdicht,Tagoudicht		09	541		
2531675	Tagdicht	tagdicht	MA		0	Africa/Casablanca	29.84224	-9.15974		Tagdicht,Tagoudicht		09	163		
2531676	Tagoudicht	tagoudicht	MA		0	Africa/Casablanca	29.78908	-9.29092				09	581		
2531677	Tagourjt	tagourjt	MA		0	Africa/Casablanca	29.58244	-9.15844		Tagoudicht,Tagourjt		09	581		
2531683	Tagoundaft	tagoundaft	MA		0	Africa/Casablanca	31.67488	-7.25577		Tagoudaft,Tagoundaft		05	081		
2531685	Tagdarcht	tagdarcht	MA		0	Africa/Casablanca	30.81999	-8.30259		Tagdacht,Tagdarcht,Tagoudacht		09	541		
2531687	Taqourdmi	taqourdmi	MA		0	Africa/Casablanca	30.89289	-8.18212		Tagordnit,Taougnit,Taqourdmi		09	541		
2531688	Tagnit N’Isli	tagnit-n-isli	MA		0	Africa/Casablanca	31.53865	-7.36672				07	041		
2531689	Tagniout	tagniout	MA		0	Africa/Casablanca	30.51	-7.76				09	541		
2531690	Aït Tamajjout	ait-tamajjout	MA		0	Africa/Casablanca	32.14897	-6.17441		Ait Tamajjout,Aït Tamajjout,Tagnariout,Taguenarioute		05	081		
2531698	Tagmout	tagmout	MA		0	Africa/Casablanca	32.17531	-6.69862		Tagmmout,Tagmout		05	081		
2531700	Tagmout	tagmout	MA		0	Africa/Casablanca	31.44054	-7.36398		Tagmout,Tagmoute		07	041		
2531701	Tagmout	tagmout	MA		0	Africa/Casablanca	31.15773	-5.62328		Tagmont,Tagmout,Taguemout,Tgmoute		08	577		
2531702	Tagmout	tagmout	MA		0	Africa/Casablanca	30.93752	-8.28025				07	041		
2531703	Tamgout	tamgout	MA		0	Africa/Casablanca	30.56869	-7.69144		Tagmout,Tagmoute,Tamgout		09	541		
2531704	Tagmout	tagmout	MA		0	Africa/Casablanca	30.28492	-7.4165		Tagmout,Tagmoute		08	401		
2531705	Tagmout	tagmout	MA		0	Africa/Casablanca	30.05845	-8.87395				09	541		
2531706	Tagmout	tagmout	MA		0	Africa/Casablanca	30.01	-9.1		Tagmonte,Tagmout		09	163		
2531707	Tagamout	tagamout	MA		0	Africa/Casablanca	29.82057	-8.91073		Tagamout,Tagmout,Tagmout n' Ait Paout,Tagmoût n’ Aït Paout		09	541		
2531708	Tagamout	tagamout	MA		0	Africa/Casablanca	29.79827	-8.54212		Tagaemmout Wamran,Tagamout,Tagmout,Tagmoute		09	551		
2531709	Tagmou-n-Aït Oumziyl	tagmou-n-ait-oumziyl	MA		0	Africa/Casablanca	29.74586	-9.07659		Tagmou-n-Ait Oumziyl,Tagmou-n-Aït Oumziyl,Tagmout,Taguimoute		09	581		
2531710	Tagmout	tagmout	MA		0	Africa/Casablanca	29.59291	-8.76355				09	581		
2531711	Tagmout	tagmout	MA		0	Africa/Casablanca	29.03316	-9.45764		Tagmout,Tagmoute		10	261		
2531712	Tagmoussi	tagmoussi	MA		0	Africa/Casablanca	31.54676	-7.03308				05	081		
2531714	Tagmant	tagmant	MA		0	Africa/Casablanca	34.96	-4.15				01	051		
2531717	Douar Taghlimine	douar-taghlimine	MA		0	Africa/Casablanca	35.19505	-5.49765		Douar Taghlimine,Taghhmine,Taglimet		01	151		
2531718	Tagliat	tagliat	MA		0	Africa/Casablanca	34.80087	-2.56531				02	113		
2531719	Taglaout	taglaout	MA		0	Africa/Casablanca	31.64088	-7.00724		Taghrout,Taglaout,Taglawt		05	081		
2531720	Taghzout	taghzout	MA		0	Africa/Casablanca	35.15171	-4.42768		Taghzout,Tagoust,Tagsut,Taguesu,Tagzut,Tarhzout		01	051		
2531721	Taghzout	taghzout	MA		0	Africa/Casablanca	32.2146	-5.8368				05	091		
2531722	Taghzout	taghzout	MA		0	Africa/Casablanca	31.62757	-6.8182				05	081		
2531723	Taghzout	taghzout	MA		0	Africa/Casablanca	31.54301	-6.85933				05	081		
2531724	Taghreft	taghreft	MA		0	Africa/Casablanca	31.61652	-6.25712				08	577		
2531725	Taghia n’Aït Zagha	taghia-n-ait-zagha	MA		0	Africa/Casablanca	31.30702	-6.68048		Taghia n'Ait Zagha,Taghia n'Ait Zaghar,Taghia n’Aït Zagha,Taghia n’Aït Zaghar,Taghia-n-Ait Zagha,Taghia-n-Aït Zagha		08	401		
2531726	Taghia	taghia	MA		0	Africa/Casablanca	31.78851	-6.07456				05	081		
2531727	Taghiya	taghiya	MA		0	Africa/Casablanca	31.71167	-6.70949		Taghia,Taghiya		05	081		
2531730	Taggourt Izem	taggourt-izem	MA		0	Africa/Casablanca	33.25899	-5.53243		Taggourt Izem,Toggourt Izem		05	301		
2531731	Taggourt Amellil	taggourt-amellil	MA		0	Africa/Casablanca	32.75193	-4.49962				08	363		
2531734	Tafga	tafga	MA		0	Africa/Casablanca	31.4159	-7.31014		Tafga,Tagfa		07	041		
2531735	Taqsbit	taqsbit	MA		0	Africa/Casablanca	29.99077	-9.48123		Tagesbit,Taguisbit,Taqasbit,Taqsbit		09	163		
2531736	Tagertetoucht	tagertetoucht	MA		0	Africa/Casablanca	31.97365	-5.92164				05	081		
2531737	Tagandoucht	tagandoucht	MA		0	Africa/Casablanca	31.22972	-7.14736		Tagandoucht,Tagentoucht,Taguendoucht,Taguendouchte		08	401		
2531738	Tagentatcha	tagentatcha	MA		0	Africa/Casablanca	32.63985	-4.0332		Tagentatcha,Taguenntcha,Taguentetcha		03	131		
2531740	Tagdourt	tagdourt	MA		0	Africa/Casablanca	30.8429	-7.62087				08	401		
2531741	Tagdimt	tagdimt	MA		0	Africa/Casablanca	33.70701	-3.83567		Tagdimt,Tajdimt		02	265		
2531744	Tagazelt	tagazelt	MA		0	Africa/Casablanca	31.61145	-6.7084				05	081		
2531745	Tagtrannt	tagtrannt	MA		0	Africa/Casablanca	30.51628	-8.67015		Tagatrant,Tagtrannt		09	541		
2531747	Tagassalt	tagassalt	MA		0	Africa/Casablanca	31.60838	-6.72615				05	081		
2531749	Tarharast	tarharast	MA		0	Africa/Casablanca	31.11616	-9.40241		Tagarast,Tarharast		07	211		
2531750	Tagouzoult	tagouzoult	MA		0	Africa/Casablanca	30.54734	-8.47598		Tagaouzoult,Tagouzoult		09	541		
2531751	Taghzout	taghzout	MA		0	Africa/Casablanca	30.08701	-8.97138		Tagaoussat,Taghzout		09	163		
2531752	Tagaouaout el Fougania	tagaouaout-el-fougania	MA		0	Africa/Casablanca	31.31611	-9.35959		Agadir Tagaouaout,Tagaouaout,Tagaouaout al Fengania,Tagaouaout el Fougania		07	211		
2531754	Tagannt-n-Issafourene	tagannt-n-issafourene	MA		0	Africa/Casablanca	30.44762	-8.56274		Tagannt n'Issafourene,Tagannt n’Issafourene,Tagannt-n-Issafourene,Tagant n' Issafourene,Tagant n'Issaftouren,Tagant n’ Issafourene,Tagant n’Issaftourèn		09	541		
2531756	Tagant	tagant	MA		0	Africa/Casablanca	31.35282	-9.71296		Tagannt,Tagant		07	211		
2531757	Tagant	tagant	MA		0	Africa/Casablanca	30.74238	-8.08297				09	541		
2531758	Tagant	tagant	MA		0	Africa/Casablanca	29.12099	-9.78352		Tagannt,Tagant,Tassakkast Tagant		10	261		
2531761	Tagandourt	tagandourt	MA		0	Africa/Casablanca	30.73623	-8.27665		Tagandot,Tagandourt,Tagandourte		09	541		
2531762	Tagalouart	tagalouart	MA		0	Africa/Casablanca	29.53524	-8.52615		Tagaiouart,Tagalouart,Tagaïouart		09	551		
2531764	Tagadirt Ouzrar	tagadirt-ouzrar	MA		0	Africa/Casablanca	29.79675	-8.75699		Tagadirt,Tagadirt Ouzrar		09	541		
2531765	Tagadirt Ou Rbaï	tagadirt-ou-rbai	MA		0	Africa/Casablanca	31.20306	-9.31106		Tagadiret,Tagadirt Ou Rbai,Tagadirt Ou Rbaï		07	211		
2531766	Tagadirt n Oumzouar	tagadirt-n-oumzouar	MA		0	Africa/Casablanca	31.13167	-7.60321		Tagadirt Oumezouar,Tagadirt n Oumzouar,Tagadirt noumazouar		08	401		
2531768	Tagadirt n’Targa	tagadirt-n-targa	MA		0	Africa/Casablanca	30.75481	-8.44735		Tagadirt n'Targa,Tagadirt n’Targa,Tagardirt Ntarga		09	541		
2531769	Agadir-n-Tafoukt	agadir-n-tafoukt	MA		0	Africa/Casablanca	30.86033	-8.19408		Agadir-n-Tafoukt,Tagadirt n'Tafoukt,Tagadirt n’Tafoukt		09	541		
2531770	Tagadirt-n-Bazmad	tagadirt-n-bazmad	MA		0	Africa/Casablanca	30.63785	-8.19679		Tagadirt n'Lbaz,Tagadirt n’Lbaz,Tagadirt-n-Bazmad		09	541		
2531771	Tagadirt n’ Ighalene	tagadirt-n-ighalene	MA		0	Africa/Casablanca	30.44333	-8.40851		Tagadirt n Ighalane,Tagadirt n' Ighalene,Tagadirt n' Irhalene,Tagadirt n'Irhalen,Tagadirt n’ Ighalene,Tagadirt n’ Irhalene,Tagadirt n’Irhalèn		09	541		
2531772	Tagadirt n’Id Boustta	tagadirt-n-id-boustta	MA		0	Africa/Casablanca	29.33752	-9.52497				10	473		
2531773	Tagadirt n’Bour	tagadirt-n-bour	MA		0	Africa/Casablanca	31.15587	-8.10051		Agadir n'Bourd,Agadir n’Bourd,Tagadirt Bound,Tagadirt N Bourd,Tagadirt n'Bour,Tagadirt n’Bour,Tagourte et bour		07	041		
2531774	Tagadirt	tagadirt	MA		0	Africa/Casablanca	30.31967	-8.42543		Tagadirt,Tagadirt n'Bella Ou Idir,Tagadirt n’Bella Ou Idir		09	541		
2531776	Tagadirt n’Aït Ali Ou Hasseïne	tagadirt-n-ait-ali-ou-hasseine	MA		0	Africa/Casablanca	30.59141	-8.65368		Tagadirt n'Ait Ali Ou Hasseine,Tagadirt n'Ait Ali Ou Hsein,Tagadirt n’Aït Ali Ou Hasseïne,Tagadirt n’Aït Ali Ou Hseïn		09	541		
2531777	Tagadirt-n-Aït ’Ali	tagadirt-n-ait-ali	MA		0	Africa/Casablanca	30.02061	-8.59044		Tagadirt n'Ait Ali,Tagadirt n'Ait Idir,Tagadirt n’Aït Ali,Tagadirt n’Aït Idir,Tagadirt-n-Ait 'Ali,Tagadirt-n-Aït ’Ali		09	541		
2531778	Tagadirt Id Boulmane	tagadirt-id-boulmane	MA		0	Africa/Casablanca	29.48	-9.56		Id Boulmane,Tagadirt Id Boulmane		10	473		
2531779	Tagadirt-n-Bahmouch	tagadirt-n-bahmouch	MA		0	Africa/Casablanca	30.75364	-8.23667		Tagadir bou Hamouch,Tagadirt Bou Hamouch,Tagadirt-n-Bahmouch		09	541		
2531780	Tagadirt Aït Ali	tagadirt-ait-ali	MA		0	Africa/Casablanca	31.20046	-7.95774		Tagadirt Ait Ali,Tagadirt Aït Ali,Tagadirt n' ait ali,Tagadirt n’ aït ali		07	041		
2531784	Douar Tagadirt	douar-tagadirt	MA		0	Africa/Casablanca	31.41407	-8.06089		Douar Tagadirt,Tagadirt,Tagadirt Alkadi		07	041		
2531785	Tagadirt	tagadirt	MA		0	Africa/Casablanca	31.23514	-7.98489				07	041		
2531786	Tagadirt	tagadirt	MA		0	Africa/Casablanca	31.07277	-8.81094		Bou Tagradine,Tagadirt		07	161		
2531787	Tagadirt	tagadirt	MA		0	Africa/Casablanca	31.06	-8.83		Tagadirk,Tagedirt		07	161		
2531788	Tagadirt	tagadirt	MA		0	Africa/Casablanca	30.91967	-8.95728				07	161		
2531789	Tagadirt	tagadirt	MA		0	Africa/Casablanca	30.92445	-8.32778				07	041		
2531790	Tagadirt	tagadirt	MA		0	Africa/Casablanca	30.8485	-8.28301				09	541		
2531791	Tagadirt	tagadirt	MA		0	Africa/Casablanca	30.72831	-8.31518				09	541		
2531792	Tagadirt	tagadirt	MA		0	Africa/Casablanca	30.61972	-9.2917		Dousdrem,Tagadirt,Tagadirt n'Dousdrem,Tagadirt n’Dousdrem		09	541		
2531793	Tagadirt	tagadirt	MA		0	Africa/Casablanca	30.63445	-9.4678				09	001		
2531794	Tagadirt	tagadirt	MA		0	Africa/Casablanca	30.59698	-8.16461		Tagadirt,Tagadirte		09	541		
2531795	Tagadirt-n-Aït Lahsene	tagadirt-n-ait-lahsene	MA		0	Africa/Casablanca	30.54184	-8.20017		Tagadirt,Tagadirt-n-Ait Lahsene,Tagadirt-n-Aït Lahsene		09	541		
2531796	Tagadirt	tagadirt	MA		0	Africa/Casablanca	30.54321	-7.98682				09	541		
2531797	Tagadirt	tagadirt	MA		0	Africa/Casablanca	30.47043	-9.60363		Tagadirt,Tagradirt		09	001		
2531798	Tagadirt	tagadirt	MA		0	Africa/Casablanca	30.28823	-7.08222				09	551		
2531799	Tagadirt	tagadirt	MA		0	Africa/Casablanca	30.07929	-9.27455				09	163		
2531800	Tagadirt Iysiyl	tagadirt-iysiyl	MA		0	Africa/Casablanca	29.90155	-8.53317		Tagadir Issil,Tagadirt,Tagadirt Iysiyl		09	551		
2531801	Tagadirt Wanamr	tagadirt-wanamr	MA		0	Africa/Casablanca	29.93534	-8.52031		Tagadirt,Tagadirt Wanamr		09	541		
2531803	Tagadiyrt Oulgoud	tagadiyrt-oulgoud	MA		0	Africa/Casablanca	29.83861	-8.53544		Tagadirt,Tagadiyrt Oulgoud		09	551		
2531804	Tagadirt	tagadirt	MA		0	Africa/Casablanca	29.78295	-9.10905				09	163		
2531805	Tagadirt	tagadirt	MA		0	Africa/Casablanca	29.41363	-8.26689		Tagadirt,Tengadirt		09	551		
2531806	Tagadirt	tagadirt	MA		0	Africa/Casablanca	29.1551	-10.0869				10	473		
2531808	Tagadirt	tagadirt	MA		0	Africa/Casablanca	31.13136	-7.91529				07	041		
2531811	Tagoudacht	tagoudacht	MA		0	Africa/Casablanca	31.07924	-9.1998		Tagacht,Tagdachte,Tagoudacht		07	161		
2531813	Tafza	tafza	MA		0	Africa/Casablanca	34.71	-4.2				03	531		
2531814	Tafza	tafza	MA		0	Africa/Casablanca	31.35811	-7.77817				07	041		
2531815	Tafza	tafza	MA		0	Africa/Casablanca	30.82616	-9.68192		Tafza,Tarzo		07	211		
2531816	Taftist	taftist	MA		0	Africa/Casablanca	34.73606	-3.68771				03	561		
2531818	Tafsou	tafsou	MA		0	Africa/Casablanca	34.78079	-4.44907				01	051		
2531821	Tafsest	tafsest	MA		0	Africa/Casablanca	34.86	-4.01				01	051		
2531822	Douar Tafsest	douar-tafsest	MA		0	Africa/Casablanca	33.97476	-3.99433		Douar Tafsest,Tafsest		03	561		
2531823	Tafsast	tafsast	MA		0	Africa/Casablanca	32.61385	-4.57832		Tafsast,Tafsest		08	363		
2531826	Tafssassine	tafssassine	MA		0	Africa/Casablanca	32.45865	-3.91555		Tafsasine,Tafsassine,Tafssassine		02	251		
2531830	Tafrawt Imgrad	tafrawt-imgrad	MA		0	Africa/Casablanca	29.49341	-9.8934		Imgrad,Tafraut,Tafrawt Imgrad,Tafrout Imegrad,Tafrout Imgrad,Tafroute Imgrad		09	581		
2531831	Tafrout	tafrout	MA		0	Africa/Casablanca	31.32512	-6.55333				08	401		
2531832	Tafrourht n’Aït Bou Jijou	tafrourht-n-ait-bou-jijou	MA		0	Africa/Casablanca	30.93	-5.88				08	587		
2531833	Tafroukt	tafroukt	MA		0	Africa/Casablanca	30.29271	-7.09445				09	551		
2531834	Tafroukht	tafroukht	MA		0	Africa/Casablanca	31.26575	-8.4346				07	161		
2531836	Tafroudst	tafroudst	MA		0	Africa/Casablanca	30.46	-5.93				08	587		
2531843	Tafrant	tafrant	MA		0	Africa/Casablanca	31.69201	-6.96061		Tafrant,Tafrent		05	081		
2531844	Tafraint	tafraint	MA		0	Africa/Casablanca	31.60572	-7.18755		Tafernte,Tafraint,Tafrant,Tafraïnt,Tafrent		05	081		
2531845	Tafrant	tafrant	MA		0	Africa/Casablanca	30.60391	-7.50225		Tafrant,Tafrent		08	401		
2531846	Tacrant	tacrant	MA		0	Africa/Casablanca	30.51732	-7.72143		Tacrant,Tafrent,Tassernt		09	541		
2531849	Douar Tafraout	douar-tafraout	MA		0	Africa/Casablanca	33.52466	-4.67923		Douar Tafraout,Tafraout,Tafraout Ait Aliou Lahcen,Tafraout Aït Aliou Lahcen,Tafraoute,Tafrawi		03	131		
2531850	Tafraut	tafraut	MA		0	Africa/Casablanca	29.28	-9.98		Tafraut,Trafraut		10	473		
2531853	Tafrast	tafrast	MA		0	Africa/Casablanca	35.06	-4.38				01	051		
2531854	Douar Tafraout Essefliya	douar-tafraout-essefliya	MA		0	Africa/Casablanca	35.40024	-5.64008		Douar Tafraout Essefliya,Tafraout Seflia,Tafraout Sfliya,Tafroute		01	571		
2531855	Tafraout n’Ikbabene	tafraout-n-ikbabene	MA		0	Africa/Casablanca	30.64636	-8.76152		Tafraout,Tafraout n'Ibaken,Tafraout n'Ikbabene,Tafraout n’Ibakèn,Tafraout n’Ikbabene		09	541		
2531856	Tafraout n’Aït Zerkri	tafraout-n-ait-zerkri	MA		0	Africa/Casablanca	30.66566	-8.73581		Tafraout n'Ait Zekri,Tafraout n'Ait Zerkri,Tafraout n’Aït Zekri,Tafraout n’Aït Zerkri		09	541		
2531857	Id Dawd Ou Ina	id-dawd-ou-ina	MA		0	Africa/Casablanca	29.43833	-9.8496		Id Dawd Ou Ina,Tafraout n'Ait Daoud,Tafraout n’Aït Daoud		09	581		
2531858	Tafraout n’Aït Bou n’Grouf	tafraout-n-ait-bou-n-grouf	MA		0	Africa/Casablanca	31.23677	-6.73797				08	401		
2531859	Douar Tafrout Lfouqiya	douar-tafrout-lfouqiya	MA		0	Africa/Casablanca	35.40595	-5.64299		Douar Tafrout Lfouqiya,Tafraout Fokia,Tafroute		01	571		
2531860	Tafraout Ben Aïch	tafraout-ben-aich	MA		0	Africa/Casablanca	29.38077	-10.04565		Tafraout Ben Aich,Tafraout Ben Aïch,Tafraut Beni Aix		10	473		
2531868	Tafraout	tafraout	MA		0	Africa/Casablanca	35.11462	-4.92086		Tafraout,Tafraoute,Tagharaout		01	151		
2531869	Tafraout	tafraout	MA		0	Africa/Casablanca	34.70287	-4.22654				03	531		
2531870	Tafraout	tafraout	MA		0	Africa/Casablanca	34.69393	-4.31831				03	531		
2531872	Tafraout	tafraout	MA		0	Africa/Casablanca	33.3542	-4.39804				03	131		
2531873	Tafraout	tafraout	MA		0	Africa/Casablanca	31.84158	-5.95661				05	081		
2531874	Tafrawt	tafrawt	MA		0	Africa/Casablanca	31.3677	-7.32321		Tafraout,Tafraoute,Tafrawt		07	041		
2531875	Tafrawt	tafrawt	MA		0	Africa/Casablanca	30.57306	-8.29144		Ait el Goumakh,Aït el Goumakh,Tafraout,Tafrawt		09	541		
2531876	Tafraout	tafraout	MA		0	Africa/Casablanca	30.20233	-9.11471		Tafraout,Tafraout Izder,Tafraoute		09	163		
2531877	Tafraout	tafraout	MA		4924	Africa/Casablanca	29.72449	-8.9747		Tafraout,Tafraoute,Tafraut	0458101051	09	581	0458101051	
2531878	Tafrawt	tafrawt	MA		0	Africa/Casablanca	29.5209	-9.09921		Tafraout,Tafrawt		09	581		
2531879	Tafraout	tafraout	MA		0	Africa/Casablanca	29.46021	-9.08553				09	581		
2531882	Tafrant	tafrant	MA		0	Africa/Casablanca	34.62487	-5.12485		Tafrannt,Tafrannt de l'Ouerrha,Tafrannt de l’Ouerrha,Tafrant,Tafrant Ouergha,Tafrant Wargha,Tafrant de l'Ouerrha,Tafrant de l’Ouerrha		03	531		
2531885	Tafrant	tafrant	MA		0	Africa/Casablanca	35.18708	-5.74332		Taferanate,Tafrant		01	331		
2531886	Tafrant	tafrant	MA		0	Africa/Casablanca	33.99011	-4.02602		Tafrannt,Tafrant,Tafrante		03	561		
2531890	Tafournouth	tafournouth	MA		0	Africa/Casablanca	34.7506	-4.40177				01	051		
2531892	Tafounant	tafounant	MA		0	Africa/Casablanca	30.60163	-7.14037		Tafounant,Tafounaute,Tafounent		08	401		
2531894	Tafouloust	tafouloust	MA		0	Africa/Casablanca	31.40047	-9.72454		Foulasste,Foulloust,TaFoulloust,Tafouloust		07	211		
2531896	Tafoukt	tafoukt	MA		0	Africa/Casablanca	31.58	-7.6		Douar Tafoukt,Tafoukt		07	041		
2531897	Tafougarht	tafougarht	MA		0	Africa/Casablanca	30.82417	-9.40037		Tafgouart,Tafougarht		09	001		
2531898	Tafougacht	tafougacht	MA		0	Africa/Casablanca	30.61972	-8.95139		Tafougacht,Tafougecht		09	541		
2531904	Tafoughalt	tafoughalt	MA		0	Africa/Casablanca	34.80781	-2.41089		Ain Taforalt,Aïn Taforalt,Camp d'Ain Tafouralt,Camp d’Aïn Tafouralt,Taforalt,Taforhalt,Tafoughalt		02	113		
2531908	Tafingoult	tafingoult	MA		0	Africa/Casablanca	30.76644	-8.38429		Tafinegoult,Tafingoult,Tafingout		09	541		
2531911	Tafilalt	tafilalt	MA		0	Africa/Casablanca	32.38525	-4.49623		Tafilalet,Tafilalt		08	363		
2531913	Tafhimat	tafhimat	MA		0	Africa/Casablanca	30.25042	-8.21285		Tafhimat,Tafhimt,Tafiinit		09	541		
2531915	Tafgart	tafgart	MA		0	Africa/Casablanca	30.26	-7.93				09	541		
2531916	Refuge de Taffert	refuge-de-taffert	MA		0	Africa/Casablanca	33.64977	-4.16748				03	451		
2531917	Tafferguent Ouffella	tafferguent-ouffella	MA		0	Africa/Casablanca	30.71757	-9.59286		Tafermue,Tafferguennt Ouffella,Tafferguent Ouffella,Tafrigant		09	001		
2531922	Tafetchna	tafetchna	MA		0	Africa/Casablanca	30.67778	-5.94696		Tafetchna,Zaouia Tafetcha,Zaouia Tafetchna		08	587		
2531923	Douar Tafsasset	douar-tafsasset	MA		0	Africa/Casablanca	32.58888	-5.48994		Douar Tafsasset,Tafessasset		05	301		
2531927	Tafersit	tafersit	MA		0	Africa/Casablanca	35.00857	-3.54088		Dar Tafersit,Taferhsit,Tafersit		02	167		
2531929	Tafrant	tafrant	MA		0	Africa/Casablanca	30.67211	-8.02132		Tafern,Tafernt,Tafrant,Tafrante		09	541		
2531934	Taferka	taferka	MA		0	Africa/Casablanca	35.00517	-4.68638				01	151		
2531935	Taferka	taferka	MA		0	Africa/Casablanca	34.97605	-4.87967		Tafarka,Tafenka,Taferka		01	151		
2531937	Taferiat	taferiat	MA		0	Africa/Casablanca	31.54894	-7.6096				07	041		
2531940	Taferghoust	taferghoust	MA		0	Africa/Casablanca	31.02689	-6.80566		Taferghoust,Tafergoust		08	401		
2531941	Tafergâlt	tafergalt	MA		0	Africa/Casablanca	30.68253	-6.39815		Tafergalt,Tafergâlt,Tafougalte		08	587		
2531946	Taferdoust	taferdoust	MA		0	Africa/Casablanca	33.47528	-4.63945		Kasba Taferdoust,Taferdoust		03	131		
2531949	Taferbiount	taferbiount	MA		0	Africa/Casablanca	30	-9		Tafarbiount,Taferbiount,Tafrbiounet		09	163		
2531951	Tafenta	tafenta	MA		0	Africa/Casablanca	32.31	-4.91				08	363		
2531953	Tafinkracht	tafinkracht	MA		0	Africa/Casablanca	30.43241	-8.18343		Tafenkrecht,Tafinkracht		09	541		
2531955	Tafendast	tafendast	MA		0	Africa/Casablanca	32.31521	-4.03761		Tafendast,Tafoudast		08	363		
2531956	Tatilt	tatilt	MA		0	Africa/Casablanca	30.75605	-6.25982		Tafelt,Tafernt,Tatilt		08	587		
2531959	Tafallount	tafallount	MA		0	Africa/Casablanca	30.62065	-8.3418		N'afallount,N’afallount,Tafallount,Tafellount		09	541		
2531966	Tafargount	tafargount	MA		0	Africa/Casablanca	30.13956	-8.75112		Tafargount,Tafejgount		09	541		
2531977	Tafat	tafat	MA		0	Africa/Casablanca	29.96	-9.4				09	163		
2531980	Tafarht	tafarht	MA		0	Africa/Casablanca	30.85911	-8.26582		Tafarht,Tarhfarhte		09	541		
2531981	Tafarest	tafarest	MA		0	Africa/Casablanca	35.32282	-3.00321		Tafarest,Tafrasat		02	381		
2531982	Tafarat	tafarat	MA		0	Africa/Casablanca	29.25651	-10.06358		El Hafarat,Tafarat		10	473		
2531984	Tafagourt	tafagourt	MA		0	Africa/Casablanca	33.00313	-4.88798				08	363		
2531987	Tadroukht	tadroukht	MA		0	Africa/Casablanca	30.80196	-8.19761		Tadrokht Taliouine,Tadroukht		09	541		
2531988	Tadrorht	tadrorht	MA		0	Africa/Casablanca	31.27468	-8.04696		Tadrokhte,Tadrorht		07	041		
2531993	Tadrart	tadrart	MA		0	Africa/Casablanca	31.20571	-7.73392		Tadraret,Tadrart		07	041		
2531994	Tadrart	tadrart	MA		0	Africa/Casablanca	30.77477	-9.45951		Tadrart,Tanrart	0400105212	09	001	0400105212	
2531996	Tadrar Ihoudrar	tadrar-ihoudrar	MA		0	Africa/Casablanca	29.45	-9.98		Tadrar Ihoudrar,Tadrart Ibudraren,Tadrat Ibudraren		10	473		
2531998	Tadoust	tadoust	MA		0	Africa/Casablanca	29.94141	-9.43604		Tadoust,Tadouzt,Tadouzte		09	163		
2532000	Tadoust	tadoust	MA		0	Africa/Casablanca	30.7309	-7.89932				09	541		
2532002	Tadoula-n- Aït Oumghar	tadoula-n-ait-oumghar	MA		0	Africa/Casablanca	31.02202	-7.17354		Tadoula n' Oumrar,Tadoula n’ Oumrar,Tadoula-n- Ait Oumghar,Tadoula-n- Aït Oumghar,Tadoula-n-Oumghar		08	401		
2532003	Tadoula-n-Aït Touya	tadoula-n-ait-touya	MA		0	Africa/Casablanca	31.01276	-7.17526		Tadoula n' Ait Ouaya,Tadoula n’ Aït Ouaya,Tadoula-n-Ait Touaya,Tadoula-n-Ait Touya,Tadoula-n-Aït Touaya,Tadoula-n-Aït Touya		08	401		
2532004	Tadouit	tadouit	MA		0	Africa/Casablanca	31.16243	-9.79984		Tadouit,Tâdouit		07	211		
2532005	Taldount	taldount	MA		0	Africa/Casablanca	31.5884	-5.32637		Tadouint,Taldount		08	201		
2532006	Tadoucht	tadoucht	MA		0	Africa/Casablanca	29.6	-8.05				09	551		
2532007	Tadouart	tadouart	MA		0	Africa/Casablanca	31.5	-7.56				07	041		
2532008	Tadouart	tadouart	MA		0	Africa/Casablanca	31.35049	-9.46872				07	211		
2532009	Tadouart	tadouart	MA		0	Africa/Casablanca	30.38191	-9.41053				09	001		
2532010	Douar Tadouart	douar-tadouart	MA		0	Africa/Casablanca	30.24674	-9.3665		Douar Tadouart,Tadouart		09	163		
2532011	Tadouart	tadouart	MA		0	Africa/Casablanca	30.23995	-9.12301				09	163		
2532012	Tadouart	tadouart	MA		0	Africa/Casablanca	29.72586	-9.76937		Tadouart,Tadouarte		09	581		
2532013	Tadnest	tadnest	MA		0	Africa/Casablanca	31.31786	-8.98928		Tadennset,Tadnest		07	161		
2532014	Tadnast	tadnast	MA		0	Africa/Casablanca	30.45815	-8.2088		Tadnast,Tadnest		09	541		
2532016	Tadmamt	tadmamt	MA		0	Africa/Casablanca	30.77435	-7.79261		Tadmamt,Tadmant,Tadment		09	541		
2532018	’Zib Tadmankalt	zib-tadmankalt	MA		0	Africa/Casablanca	31.27333	-7.72718		'Zib Tadmankalt,Tadmenkal,Tadmilkalt,’Zib Tadmankalt		07	041		
2532022	Tadmaïa	tadmaia	MA		0	Africa/Casablanca	32.74619	-4.04111				03	131		
2532024	Ta’adlount	ta-adlount	MA		0	Africa/Casablanca	32.39487	-5.58728		Djadloun,Ta'adlount,Tadloumt,Tadlount,Ta’adlount		05	091		
2532025	Tadlest	tadlest	MA		0	Africa/Casablanca	31.16	-7.1924		Tadlest,Zaouia Tadlest		08	401		
2532029	Tadla	tadla	MA		0	Africa/Casablanca	32.43407	-8.25941		Ait Cherki Tadla,Aït Cherki Tadla,Douar Cheikh Tadla,Douar Cheïkh Tadla,Tadla		07	427		
2532030	Douar Tadla	douar-tadla	MA		0	Africa/Casablanca	32.25595	-8.15835		Douar Tadla,Tadla		07	427		
2532032	Tatkout	tatkout	MA		0	Africa/Casablanca	30.48363	-7.90497		Tadkout,Tadkout Intaoune Iskoutane,Tadkoute,Tatkout		09	541		
2532033	Tadkant	tadkant	MA		0	Africa/Casablanca	35.13167	-4.16381		Tadgant,Tadkant,Tadoukant		01	051		
2532035	Tadiza	tadiza	MA		0	Africa/Casablanca	30.24988	-8.80252				09	541		
2532036	Tadiza	tadiza	MA		0	Africa/Casablanca	30.19266	-8.4847				09	541		
2532037	Tadighoust	tadighoust	MA		0	Africa/Casablanca	31.81559	-4.95916		Tadighoust,Tadirhoust,Tadiroust		08	201		
2532040	Tadiaght	tadiaght	MA		0	Africa/Casablanca	31.16083	-7.51405		Tachdirt,Tadiaght,Tadiakhte,Tadiarht,Tagadirt		08	401		
2532041	Tadial	tadial	MA		0	Africa/Casablanca	31.31231	-9.11148		Tadial,Tadialt		07	161		
2532042	Tadghout	tadghout	MA		0	Africa/Casablanca	35.02235	-5.29643		Tadghout,Tadgout		01	151		
2532046	Taderdourt	taderdourt	MA		0	Africa/Casablanca	30.91	-5.81				08	587		
2532047	Tadamst	tadamst	MA		0	Africa/Casablanca	30.19799	-8.39066		Tadamst,Tadennst,Tadenst		09	541		
2532048	Tadamricht	tadamricht	MA		0	Africa/Casablanca	30.91349	-6.8461		Tadamricht,Tademricht		08	401		
2532049	Douar Tadmannt	douar-tadmannt	MA		0	Africa/Casablanca	34.03477	-4.05766		Douar Tademannt,Douar Tadmannt,Tademannt,Tademant		03	561		
2532052	Taddart Dugadir	taddart-dugadir	MA		0	Africa/Casablanca	30.45725	-9.64774		Taddart Dugadir,Taddert Ougadir		09	001		
2532053	Taddart N-Oumira	taddart-n-oumira	MA		0	Africa/Casablanca	31.59247	-5.06114		Taddart N-Oumira,Taddert n'Oumira,Taddert n'Oumirat,Taddert n’Oumira,Taddert n’Oumirat,Tadderte n'Oumira,Tadderte n’Oumira,Tinoumirra		08	201		
2532057	Taddert	taddert	MA		0	Africa/Casablanca	31.45609	-7.98709		Douar Taddert,Taddart,Taddert		07	041		
2532058	Taddart	taddart	MA		0	Africa/Casablanca	31.37478	-7.65813		Taddart,Taddert,Tadouart		07	041		
2532059	Taddart	taddart	MA		0	Africa/Casablanca	31.35824	-7.39105		Taddart,Taddert,Tadderte,Tadert		07	041		
2532060	Douar Taddert	douar-taddert	MA		0	Africa/Casablanca	31.28533	-8.024		Douar Taddert,Taddart,Taddert		07	041		
2532061	Taddert	taddert	MA		0	Africa/Casablanca	30.99655	-8.47282		Tadarte,Taddert		07	161		
2532062	Tadart	tadart	MA		0	Africa/Casablanca	30.96673	-6.69375		Tadart,Taddert,Tadert		08	401		
2532063	Taddart	taddart	MA		0	Africa/Casablanca	30.8674	-8.5778		Tadarte,Taddart,Taddert		09	541		
2532064	Taddart	taddart	MA		0	Africa/Casablanca	30.74533	-8.04875		Tadarte,Taddart,Taddert		09	541		
2532065	Taddart	taddart	MA		0	Africa/Casablanca	30.43939	-7.82321		Taddart,Taddert		09	541		
2532066	Taddart	taddart	MA		0	Africa/Casablanca	30.25114	-9.46986		Taddart,Tadder,Taddert,Tadderte		09	163		
2532067	Taddart	taddart	MA		0	Africa/Casablanca	30.25408	-7.81873		Taddart,Taddert,Tadderte		09	541		
2532068	Taddert	taddert	MA		0	Africa/Casablanca	29.64746	-9.59335		Taddarte,Taddert,Tadderte		09	581		
2532069	Taddment	taddment	MA		0	Africa/Casablanca	29.87548	-9.47065		Taddemant,Taddment,Tadmant		09	163		
2532071	Douar Taddart	douar-taddart	MA		0	Africa/Casablanca	35.06891	-4.3666		Douar Taddart,Taddaret,Taddartz,Taddâret,Teddart		01	051		
2532073	Taddart	taddart	MA		0	Africa/Casablanca	31.11527	-8.67788				07	161		
2532074	Tagadiyrt I’zza	tagadiyrt-i-zza	MA		0	Africa/Casablanca	29.75217	-9.20404		Taddart,Tagadiyrt I'zza,Tagadiyrt I’zza,Tiddaret		09	581		
2532075	Taddart	taddart	MA		0	Africa/Casablanca	29.75185	-8.95336		Taddart,Taddarte,Tddart		09	581		
2532079	Taddarine	taddarine	MA		0	Africa/Casablanca	30.51	-8.31				09	541		
2532080	Tadaout n’Igourane	tadaout-n-igourane	MA		0	Africa/Casablanca	31.74264	-5.30318		Tadaout n'Igourane,Tadaout n'gourramen,Tadaout n’Igourane,Tadaout n’gourramen,Taddaout n'Igouramene,Taddaout n’Igouramene,Tahoudat		08	201		
2532081	Taddana	taddana	MA		0	Africa/Casablanca	34.75009	-5.96182				04	281		
2532082	Taddana	taddana	MA		0	Africa/Casablanca	34.75	-5.63		Douar Taddana,Taddana		01	405		
2532083	Ocar Taddammout	ocar-taddammout	MA		0	Africa/Casablanca	32.7047	-4.78274		Ocar Taddammout,Tabamout,Tadamout,Taddamout		08	363		
2532086	Tadchert	tadchert	MA		0	Africa/Casablanca	31.2466	-8.07181		Tadchert,Tadcherte		07	041		
2532087	Douar Tadchart	douar-tadchart	MA		0	Africa/Casablanca	31.3544	-9.61309		Douar Tadchart,Tadchart		07	211		
2532088	Tadbiht	tadbiht	MA		0	Africa/Casablanca	29.93508	-8.71207		Tadbibt,Tadbiht		09	541		
2532090	Tadart	tadart	MA		0	Africa/Casablanca	29.16826	-10.0614		Tadart,Taddart		10	473		
2532091	Tadarine	tadarine	MA		0	Africa/Casablanca	30.76247	-8.2744				09	541		
2532094	Tadawt-n-Aït Khoya Hsayn	tadawt-n-ait-khoya-hsayn	MA		0	Africa/Casablanca	32.05789	-6.46103		Tadaout n'Ait Khouia Hassene,Tadaout n’Aït Khouia Hassene,Tadawt-n-Ait Khoya Hsayn,Tadawt-n-Aït Khoya Hsayn		05	081		
2532095	Tadaout n’Aït Ben Ichchou	tadaout-n-ait-ben-ichchou	MA		0	Africa/Casablanca	30.93	-5.9				08	587		
2532100	Ta’dant	ta-dant	MA		0	Africa/Casablanca	30.21874	-8.67018		Ta'dant,Taadant,Taadout,Tadant,Taâdant,Ta’dant		09	541		
2532104	Tadakoust	tadakoust	MA		0	Africa/Casablanca	29.25795	-8.69299		Tadakoust,Tadaoust		09	551		
2532107	Tadaft	tadaft	MA		0	Africa/Casablanca	30.83233	-8.30814				09	541		
2532108	Tadaft	tadaft	MA		0	Africa/Casablanca	30.40859	-8.55674		Tadaft,Tadrhaft		09	541		
2532110	Tadafilt	tadafilt	MA		0	Africa/Casablanca	30.97894	-8.32065		Tadafelt,Tadafilt		07	041		
2532111	Tadafalt	tadafalt	MA		0	Africa/Casablanca	31.43998	-5.42842		Tadafalt,Tadafalte		08	577		
2532112	Tadadat	tadadat	MA		0	Africa/Casablanca	31.67148	-5.85233				08	577		
2532113	Tachtoult	tachtoult	MA		0	Africa/Casablanca	30.43937	-8.36543		Tachtoult,Tachtoulte		09	541		
2532114	Tachtoult	tachtoult	MA		0	Africa/Casablanca	30.39922	-8.39294		Tachtoult,Tachtoulte		09	541		
2532116	Tacht	tacht	MA		0	Africa/Casablanca	31.65781	-6.6626				05	081		
2532118	Tachrift	tachrift	MA		0	Africa/Casablanca	33.98232	-3.74551		Douar Tachrift,Tachrift		02	265		
2532119	Tachraft	tachraft	MA		0	Africa/Casablanca	32.83943	-6.474		Tacheraft,Tachraft		05	311		
2532120	Tachouggouacht	tachouggouacht	MA		0	Africa/Casablanca	32.00176	-5.12232				08	577		
2532121	Tachouarit	tachouarit	MA		0	Africa/Casablanca	29.787	-9.49129		Tachoirite,Tachouari,Tachouarit		09	581		
2532124	Tachirt	tachirt	MA		0	Africa/Casablanca	34.76	-4.31				01	051		
2532125	Tarbeblwiyn	tarbeblwiyn	MA		0	Africa/Casablanca	32.66929	-4.73223		Tachiouin,Tachiouine,Tarbeblwiyn		08	363		
2532128	Tighajdat	tighajdat	MA		0	Africa/Casablanca	32.23924	-4.62671		Tachichat,Tachihat,Tighajdat		08	363		
2532129	Tajgalt	tajgalt	MA		0	Africa/Casablanca	31.06087	-8.85524		Tachguelt,Tajgalt		07	161		
2532130	Tachguelt	tachguelt	MA		0	Africa/Casablanca	31.01395	-8.0981		Tacheguelt,Tachguelt,Techguelt		07	041		
2532131	Tajgalt	tajgalt	MA		0	Africa/Casablanca	30.7928	-8.38247		Tachguelt,Tajgalt,Tazgalt		09	541		
2532137	Tacharbant	tacharbant	MA		0	Africa/Casablanca	34.68271	-3.95003		Tacharbant,Tacherbant		03	561		
2532139	Tacheddirt	tacheddirt	MA		0	Africa/Casablanca	31.15608	-7.84469		Tachdirt,Tacheddirt		07	041		
2532140	Tacheddîrt	tacheddirt	MA		0	Africa/Casablanca	31.09001	-7.51588		Tachadirt,Tachdirt,Tacheddirt,Tacheddîrt		08	401		
2532143	Douar Tachbibt	douar-tachbibt	MA		0	Africa/Casablanca	31.26061	-8.20127		Douar Tachbibt,Tachbibt		07	041		
2532144	Tachat	tachat	MA		0	Africa/Casablanca	30.06	-5.53				08	587		
2532145	Tachaoukecht	tachaoukecht	MA		0	Africa/Casablanca	30.77925	-9.39631		Tachaoukecht,Tachdokcht,Tachkcht		09	001		
2532147	Tach’oufit	tach-oufit	MA		0	Africa/Casablanca	31.11822	-4.94521		Ksar Tachaoufit,Tach'oufit,Tachaoufit,Tach’oufit		08	577		
2532148	Tachoukacht	tachoukacht	MA		0	Africa/Casablanca	30.80259	-7.52633		Tachakouth,Tachaokcht,Tachoakcht,Tachokch,Tachoukacht		08	401		
2532149	Tachakcht	tachakcht	MA		0	Africa/Casablanca	30.63786	-7.76295		Tachakcht,Tachakoucht,Tachaokcht,Tachokcht		09	541		
2532150	Tachakcht	tachakcht	MA		0	Africa/Casablanca	29.70542	-9.04735		Tachakchate,Tachakcht,Tachakoucht		09	581		
2532154	Tabrijjat	tabrijjat	MA		0	Africa/Casablanca	32.19715	-5.1353		Tabrijat,Tabrijjat		08	363		
2532163	Tabout Igorramene	tabout-igorramene	MA		0	Africa/Casablanca	31.50338	-7.27074		Tabout Igorramene,Taboute,Talaboute		07	041		
2532164	Tabouslout	tabouslout	MA		0	Africa/Casablanca	30.27215	-8.12933		Tabouslout,Tabousselout,Taboussoulout		09	541		
2532169	Taboutakt	taboutakt	MA		0	Africa/Casablanca	30.97238	-7.10346		Tabourahte,Tabourakht,Taboutakt		08	401		
2532170	Tabououfrout	tabououfrout	MA		0	Africa/Casablanca	32.33069	-5.01166		Taboufrout,Tabououfrout,Tabououfroute		08	363		
2532171	Tabount	tabount	MA		0	Africa/Casablanca	30.90321	-6.91579				08	401		
2532172	Tabount	tabount	MA		0	Africa/Casablanca	30.88	-6.91				08	401		
2532176	Tabouïdant	tabouidant	MA		0	Africa/Casablanca	31.68277	-5.87027		Tabouidant,Taboulmant,Tabouïdant,Tighermte		08	577		
2532178	Taboulaaouant	taboulaaouant	MA		0	Africa/Casablanca	31.31883	-9.75855		Taboulaaouant,Taboulaouannt,Taboulaouant		07	211		
2532184	Tabouirigt	tabouirigt	MA		0	Africa/Casablanca	31.16	-4.98		Ksar Tabouiriqt,Tabouirigt		08	577		
2532188	Tabougamt	tabougamt	MA		0	Africa/Casablanca	31.30438	-7.21205		Tabougamt,Tabougount		08	401		
2532195	Tabouda	tabouda	MA		0	Africa/Casablanca	34.71923	-5.1403		Tabouda,Tabouda de l'Ouerrha,Tabouda de l’Ouerrha	1553103192	03	531	1553103192	
2532196	Tabouchinat	tabouchinat	MA		0	Africa/Casablanca	32.25	-4.75				08	363		
2532199	Tabassamt	tabassamt	MA		0	Africa/Casablanca	31.24013	-4.27509		Ksar Tabouassant,Tabassamt,Tabouasamt		08	201		
2532201	Tabouarbit	tabouarbit	MA		0	Africa/Casablanca	32.27393	-5.07508				08	363		
2532203	Tabou’abdellit	tabou-abdellit	MA		0	Africa/Casablanca	31.25577	-8.32514		Douar Tabouabdelit,Tabou'abdellit,Tabouabdelit,Tabouabdelite,Tabouabdeliti,Tabouâbdelite,Tabou’abdellit		07	041		
2532208	Tabjij	tabjij	MA		0	Africa/Casablanca	35.06	-4.4		Tabjich,Tabjij		01	051		
2532210	Tabia-n-Ighil	tabia-n-ighil	MA		0	Africa/Casablanca	30.55739	-7.86629		Tabia n'Ighil,Tabia n'Irhil,Tabia n’Ighil,Tabia n’Irhil,Tabia-n-Ighil		09	541		
2532211	Taourirt Aït Zaghar	taourirt-ait-zaghar	MA		0	Africa/Casablanca	31.27821	-6.57905		Tabia Ait Zarhar,Tabia Aït Zarhar,Tabia n'Ait Zarar,Tabia n’Ait Zarar,Taourirt Ait Zaghar,Taourirt Aït Zaghar		08	401		
2532213	Tabiyat	tabiyat	MA		0	Africa/Casablanca	32.23431	-4.68438		Tabia,Tabiyat		08	363		
2532214	Tabia	tabia	MA		0	Africa/Casablanca	32.03009	-6.79985			1208105152	05	081	1208105152	
2532215	Tabia	tabia	MA		0	Africa/Casablanca	31.57337	-9.52633		Douar Embarek,Tabia		07	211		
2532216	Tabia	tabia	MA		0	Africa/Casablanca	31.56809	-5.58095		Tabia,Tahia		08	577		
2532217	Tabya	tabya	MA		0	Africa/Casablanca	31.42633	-7.69455		Tabia,Tabya		07	041		
2532218	Tabya	tabya	MA		0	Africa/Casablanca	31.43682	-7.54116		Tabia,Tabya		07	041		
2532219	Tabia	tabia	MA		0	Africa/Casablanca	31.34605	-9.2598				07	161		
2532220	Tabia-Iskrane	tabia-iskrane	MA		0	Africa/Casablanca	31.2165	-9.24939		Tabia,Tabia-Iskrane		07	161		
2532221	Tabya	tabya	MA		0	Africa/Casablanca	31.12555	-8.72987		Tabia,Tabya		07	161		
2532222	Tabya	tabya	MA		0	Africa/Casablanca	30.89222	-8.96599		Tabia,Tabya		09	541		
2532223	Tabia	tabia	MA		0	Africa/Casablanca	30.75625	-8.77951				09	541		
2532224	Tabia	tabia	MA		0	Africa/Casablanca	30.73075	-8.01875				09	541		
2532225	Tabia-n-Imawn	tabia-n-imawn	MA		0	Africa/Casablanca	30.59793	-8.17139		T'dbia,Tabia,Tabia-n-Imawn,T’dbia		09	541		
2532226	Tabia-n-Ourgou	tabia-n-ourgou	MA		0	Africa/Casablanca	30.39844	-8.00067		Tabia,Tabia m'Boro intaoum,Tabia m’Boro intaoum,Tabia-n-Ourgou		09	541		
2532227	Tabia	tabia	MA		0	Africa/Casablanca	30.35919	-8.40303				09	541		
2532228	Tabia	tabia	MA		0	Africa/Casablanca	30.32741	-8.51003				09	541		
2532229	Tabia	tabia	MA		0	Africa/Casablanca	30.0603	-6.89238				09	551		
2532230	Tabia	tabia	MA		0	Africa/Casablanca	30.03462	-8.87688			0454103212	09	541	0454103212	
2532231	Tabhet Al Ghir	tabhet-al-ghir	MA		0	Africa/Casablanca	31.16726	-4.42309		Tabhet Al Ghir,Tabhet el Rhir		08	201		
2532234	Tabesbess	tabesbess	MA		0	Africa/Casablanca	31.45882	-5.38945		Tabesbaste,Tabesbess		08	577		
2532235	Taberrant	taberrant	MA		0	Africa/Casablanca	34.96	-4.41				01	051		
2532236	Taberrant	taberrant	MA		0	Africa/Casablanca	34.71348	-4.51865		Tabarrannt,Tabarrant,Taberran,Taberrant,Tabrannt		01	051		
2532239	Tabarqiyt	tabarqiyt	MA		0	Africa/Casablanca	32.23919	-4.64293		Tabarqiyt,Taberket,Taberkit		08	363		
2532242	Tabbergalt	tabbergalt	MA		0	Africa/Casablanca	30.26512	-8.57746		Tabbergalt,Taberggalt,Taberkal		09	541		
2532243	Tabarbout	tabarbout	MA		0	Africa/Casablanca	30.72691	-8.35385		Tabarbout,Taberbort,Taberbourt,Tabercourt		09	541		
2532244	Taberbakt	taberbakt	MA		0	Africa/Casablanca	29.41	-9.8		Tabarbacte,Taberbagt,Taberbakt		10	473		
2532246	Taberacht	taberacht	MA		0	Africa/Casablanca	31.31117	-6.15781		Tabarkacht,Taberacht,Taberracht		08	577		
2532249	Ocart Taban Attout	ocart-taban-attout	MA		0	Africa/Casablanca	32.65444	-4.75756		Ocart Taban Attout,Taben Attout,Tabenalout		08	363		
2532250	Taban ’Issat	taban-issat	MA		0	Africa/Casablanca	32.71475	-4.93698		Koudia Tabenaissat,Koudia Tabenaïssat,Taban 'Issat,Taban ’Issat,Taben-isset,Tabenaissa,Tabenaïssa		08	363		
2532251	Tabane Atout	tabane-atout	MA		0	Africa/Casablanca	32.88308	-4.94615		Tabane Atout,Tabenadout		08	363		
2532252	Tabelrhout	tabelrhout	MA		0	Africa/Casablanca	31.23256	-9.42917		Tabelghout,Tabelrhout		07	211		
2532253	Tabarkhirt	tabarkhirt	MA		0	Africa/Casablanca	29.86342	-8.54643		Tabarkhirt,Tabelkahert,Tabelrhirt		09	551		
2532255	Douar Tabelkhirt	douar-tabelkhirt	MA		0	Africa/Casablanca	32.67392	-5.16017		Douar Tabelkhirt,Tabelkirt		08	363		
2532256	Douar Tabelkhachet	douar-tabelkhachet	MA		0	Africa/Casablanca	35.18071	-3.74449		Douar Tabelkhachet,Tabelhachs,Tabelkhacht,Tabelkhâcht,Tabloukaste		02	167		
2532258	Tabelhassent	tabelhassent	MA		0	Africa/Casablanca	32.13173	-5.29516		Tabelhacent,Tabelhassent,Table Ehsint		08	363		
2532261	Tabarrant	tabarrant	MA		0	Africa/Casablanca	35.18189	-4.66563				01	151		
2532268	Tabaracht	tabaracht	MA		0	Africa/Casablanca	32.12243	-5.32386		Tabaracht,Taberrachte		08	363		
2532269	Tabant	tabant	MA		0	Africa/Casablanca	31.81392	-5.77045				08	577		
2532270	Tabant	tabant	MA		0	Africa/Casablanca	31.65255	-6.41049		Tabannt,Tabant	1208103092	05	081	1208103092	
2532274	Tabanast	tabanast	MA		0	Africa/Casablanca	32.17395	-5.47838				08	363		
2532275	Tabanachat	tabanachat	MA		0	Africa/Casablanca	34.98	-4.35				01	051		
2532276	Taballet	taballet	MA		0	Africa/Casablanca	30.8299	-9.18605				07	211		
2532281	Tabaïnout	tabainout	MA		0	Africa/Casablanca	33.33392	-4.46068				03	131		
2532282	Tabaïnout	tabainout	MA		0	Africa/Casablanca	29.23937	-10.18766		Tabainout,Tabainut,Tabaïnout		10	473		
2532283	Douar Tabaayat	douar-tabaayat	MA		0	Africa/Casablanca	30.99545	-9.79911		Douar Tabaayat,Tabaiat,Tabaiate,Tabayat,Tabaïat,Tabaïate,Tabâyat		07	211		
2532284	Tabahhout	tabahhout	MA		0	Africa/Casablanca	33.69302	-5.30882		Sidi Tabahout,Tabahhout,Tabahout		03	171		
2532285	Tabahnift	tabahnift	MA		0	Africa/Casablanca	29.23691	-9.41793				10	261		
2532287	Tabahaggat	tabahaggat	MA		0	Africa/Casablanca	31.42932	-7.41057		Tabahaggat,Tabahggat		07	041		
2532289	Tabadrist	tabadrist	MA		0	Africa/Casablanca	30.43755	-7.93537				09	541		
2532293	Tabad’ant	tabad-ant	MA		0	Africa/Casablanca	30.42898	-7.94897		Tabad'ant,Tabadannt,Tabadant,Tabad’ant,Tabbadaante Ait Fanzar,Tabbadaânte Aït Fanzar		09	541		
2532296	Tabachirt	tabachirt	MA		0	Africa/Casablanca	30.62269	-7.66175				09	541		
2532298	Taazout	taazout	MA		0	Africa/Casablanca	31.53	-8.06		Douar Taazout,Taazout		07	041		
2532302	Douar Ichendirene Tazaght	douar-ichendirene-tazaght	MA		0	Africa/Casablanca	35.2844	-4.93136		Douar Ichendirene Tazaght,Taasaht		01	151		
2532304	Taarkalou	taarkalou	MA		0	Africa/Casablanca	34.82257	-5.07834		Taarkalou,Tarkaalou,Tarkaâlou,Tartcaalu,Tsarkalou		01	151		
2532308	Ta’richt	ta-richt	MA		0	Africa/Casablanca	32.53499	-5.44535		Ta'richt,Taaricht,Ta’richt		05	301		
2532309	Ta’ richt	ta-richt	MA		0	Africa/Casablanca	31.38401	-7.95938		Douar Taaricht,Ta' richt,Taaricht,Taricht,Ta’ richt		07	041		
2532313	Tarart	tarart	MA		0	Africa/Casablanca	32.42524	-4.93357		Taaraarte,Taarart,Tarart,Taâraârte		08	363		
2532316	Tanougmart	tanougmart	MA		0	Africa/Casablanca	30.10076	-8.70488		Taanouguemart,Tanougmart		09	541		
2532317	Taamerhit n’Aït Yazza	taamerhit-n-ait-yazza	MA		0	Africa/Casablanca	30.59948	-5.41355				08	587		
2532318	Taamerhit n’Aït Isfoul	taamerhit-n-ait-isfoul	MA		0	Africa/Casablanca	30.59501	-5.40079		Taamerhit n'Ait Isfoul,Taamerhit n’Aït Isfoul,Taarmerhit n'Ait Isfoul,Taarmerhit n’Aït Isfoul		08	587		
2532319	Douar Ta’ali ou Hammout	douar-ta-ali-ou-hammout	MA		0	Africa/Casablanca	32.60763	-5.20335		Douar Ta'ali ou Hammout,Douar Ta’ali ou Hammout,Ta Ali Ou Hammou		08	363		
2532323	Taakilt	taakilt	MA		0	Africa/Casablanca	30.61277	-6.15747		Ta`kilt,Taakilat,Taakilt,Taâkilat,Ta‘kilt		08	587		
2532326	Taadadat	taadadat	MA		0	Africa/Casablanca	31.81838	-5.46795		Ksar Tasadate,Taadadat		08	577		
2532327	Taachort	taachort	MA		0	Africa/Casablanca	34.13405	-3.63369		Douar Taachort,Taachort,Taachorte,Tachrift		02	265		
2532338	Stara	stara	MA		0	Africa/Casablanca	30.721	-8.35371		Astart n' Tberbout,Astart n’ Tberbout,Stara,Start,Start n'Tberbout,Start n’Tberbout		09	541		
2532340	Chtaouna	chtaouna	MA		0	Africa/Casablanca	35.4715	-5.60301		Chtaouna,Staouna		01	571		
2532341	Staïli	staili	MA		0	Africa/Casablanca	31.4191	-8.52045				07	161		
2532342	Douar Lemsibih	douar-lemsibih	MA		0	Africa/Casablanca	34.0736	-5.08367		Douar Lemsibih,Douar Stail,Douar Staïl,Stail,Staïl		03	591		
2532343	Stah el Marhsel	stah-el-marhsel	MA		0	Africa/Casablanca	34.04634	-3.76616		Douar Stah el Marhsel,Stah el Marhsel		02	265		
2532354	Sriy	sriy	MA		0	Africa/Casablanca	30.03824	-8.79463		Agadir n' Sri,Agadir n’ Sri,Sri,Sriy		09	541		
2532355	Douar Zghoula	douar-zghoula	MA		0	Africa/Casablanca	34.48997	-5.06584		Douar Zghoula,Esskhouraa,Sghoula,Srhoula		03	531		
2532356	Çroub	croub	MA		0	Africa/Casablanca	30.92551	-7.26275		Croub,Ksar Srob,Seroub,Sghob,Srhob,Sroub,Çroub		08	401		
2532367	Sremt	sremt	MA		0	Africa/Casablanca	31.7319	-6.45439				05	081		
2532371	Douar Esseraghna	douar-esseraghna	MA		0	Africa/Casablanca	33.85318	-4.58537		Douar Esseraghna,Douar Srarhna,Sgharna,Sraghna,Srarhna		03	451		
2532372	Douar Sraghna	douar-sraghna	MA		0	Africa/Casablanca	31.51743	-7.86134		Douar Sraghna,Douar Srarhna,Sraghna,Srarhna		07	041		
2532373	Sraghna	sraghna	MA		0	Africa/Casablanca	31.5	-7.93		Douar Srarhna,Sraghna,Srarhna		07	351		
2532375	Sraïri	srairi	MA		0	Africa/Casablanca	31.52482	-7.87803		Douar Srairi,Douar Sraïri,Srairi,Sraïri		07	041		
2532376	Douar Sraïha	douar-sraiha	MA		0	Africa/Casablanca	34.3571	-4.24463		Douar Sraiha,Douar Sraira,Douar Sraïha,Douar Sraïra,Sraira,Sraïra		03	561		
2532377	Douar Esserayma	douar-esserayma	MA		0	Africa/Casablanca	34.95249	-5.92854		Douar Esserayma,Douar Sreima,Douar Sreïma,Sraima,Sraimat,Sraïma,Sraïmat		01	331		
2532378	Srahna	srahna	MA		0	Africa/Casablanca	30.51787	-8.56414				09	541		
2532379	Sidi Amer El Hadi	sidi-amer-el-hadi	MA		0	Africa/Casablanca	34.79434	-5.88673		Dar Srafah,Douar Srafah,Esserafh,Sidi Amer El Hadi,Srafah,Tnine Srafah,Tnine-Serafa,Tnine-Serafah		04	281		
2532386	Sourrak	sourrak	MA		0	Africa/Casablanca	34.86938	-5.05528		Es Surrac,Mouhserat,Sourrak		01	151		
2532387	Douar Essoughmari	douar-essoughmari	MA		0	Africa/Casablanca	34.92181	-5.86577		Douar Essoughmari,Douar Sourhmari,Soughmari,Sourhmari		04	281		
2532388	Sourak	sourak	MA		0	Africa/Casablanca	34.83	-4.71				01	051		
2532392	Sour	sour	MA		0	Africa/Casablanca	31.82817	-7.02827		Douar Sour el Az et Tahtani,Sour,Sour Az et Tahani,Sour el az,Sour el âz		07	191		
2532393	Sour	sour	MA		0	Africa/Casablanca	31.11048	-7.59809		Douar-Sour,Ec Cour,Eç Çour,Sour		08	401		
2532394	Souq Larb’a al Gharb	souq-larb-a-al-gharb	MA		44059	Africa/Casablanca	34.68664	-6.00272		El Arba du Gharb,El Arba du Rharb,El Arbaa du Rharb,El Arboa du Rharb,Souk-el-Arba-du-Gharb,Souq Larb'a al Gharb,Souq Larb’a al Gharb	0528101111	04	281	0528101111	
2532395	Souq el Khmis	souq-el-khmis	MA		0	Africa/Casablanca	31.30585	-6.03329				08	577		
2532396	Souq at Had Mejjat	souq-at-had-mejjat	MA		0	Africa/Casablanca	31.34813	-8.50881				07	161		
2532397	Souq el Arbaa	souq-el-arbaa	MA		0	Africa/Casablanca	31.58633	-7.32287		Souq al Arab,Souq el Arbaa		07	041		
2532400	Sountat	sountat	MA		0	Africa/Casablanca	32.12286	-5.55559				08	363		
2532405	Souq at Tlata des Loulad	souq-at-tlata-des-loulad	MA		0	Africa/Casablanca	32.99471	-7.11982		Loulad,Souk Tleta Loulad,Souk-Tlet-de-Loulad,Souq at Tlata des Loulad,Venet-Ville		06	461		
2532406	Souk Tleta de Tasserirt	souk-tleta-de-tasserirt	MA		0	Africa/Casablanca	29.60635	-8.91671		Ej Jemaa de Tasserirt,Souk Tleta de Tasserirt,Souk de Tasserirt		09	581		
2532407	Et Tleta Des Beni Zranntel	et-tleta-des-beni-zranntel	MA		0	Africa/Casablanca	32.73949	-6.2419		Dechra Ben Zerantil,Dechra Ben Zranetil,Et Tleta Des Beni Zranntel,Et Tleta des Beni Beni Zrannfel,Souk Tleta des Beni Zranetil,Souk et Tleta des Beni Jirant,Tleta B'eni Zrantel,Tleta B’eni Zrantel		05	311		
2532408	Sour Tedrara	sour-tedrara	MA		0	Africa/Casablanca	31.34806	-7.88732		Maouttadrara,Souk Tedrara,Sour Tedrara		07	041		
2532409	Douar Souktana	douar-souktana	MA		0	Africa/Casablanca	31.48589	-8.15129		Douar Souktana,Sektana,Souktana		07	351		
2532410	Tafetachte	tafetachte	MA		0	Africa/Casablanca	31.58341	-9.2561		Ain Taftecht,Aïn Taftecht,Souk Tafetecht,TaFetecht,Tafetachte,Taftecht		07	211		
2532411	Douar Souksou	douar-souksou	MA		0	Africa/Casablanca	31.38701	-8.17601		Douar Souksou,Souk Sou		07	041		
2532412	Souq Sebt Oulad Nemma	souq-sebt-oulad-nemma	MA		0	Africa/Casablanca	32.2973	-6.70301		Es Sebt,Souk Sebt des Oulad Nemaa,Souk Sebt des Oulad Nemâa,Souk es Sebt,Souq Sebt Oulad Nemma		05	255		
2532415	Souk Khmis Bni Arouss	souk-khmis-bni-arouss	MA		0	Africa/Casablanca	35.30707	-5.62939		Beni Aros,Beni Arós,Bni Aarouss,El Jemis de Beni Aras,El Jemis de Beni Arás,El Khemis des Beni Aros,Soko El Jemis,Souk Khemis des Beni Arouss,Souk Khmis Bni Arouss,Souq Khemis des Beni Arouss,Zoco el Jemis,Zoco el Jemis de Beni Aros		01	331		
2532514	Souab	souab	MA		0	Africa/Casablanca	35.16583	-3.52845		Souab,Suab		02	167		
2532416	Douar Soukkane	douar-soukkane	MA		0	Africa/Casablanca	32.49623	-7.93049		Douar Soukkane,Soukkane		07	427		
2532418	Souk Jema el Haouafa	souk-jema-el-haouafa	MA		0	Africa/Casablanca	34.47004	-5.92093		Jema el Haouafa,Jema el Haouata,Jemaa des Haoufate,Souk Jema el Haouafa,Souk-Jemaa-des-Haoufate,Souk-Jemâa-des-Haoufate		04	481		
2532419	Jamaat Lgour	jamaat-lgour	MA		0	Africa/Casablanca	33.84889	-5.31031		Jamaat Lgour,Souk Jema el Gour,Souk Jemad el Gour,Souk Jemâd el Gour,Souk Uema el Gour,Souk Uemâ el Gour		03	171		
2532420	Jem’at Oulad ’Abbou	jem-at-oulad-abbou	MA		0	Africa/Casablanca	33.1148	-7.9336		Foucald,Foucauld,Foucault,Jem'at Oulad 'Abbou,Jem’at Oulad ’Abbou,Souk Jemaa des Oulad Abbou,Souk Jemaa des Oulad Arbou,Souk-Jemaa-Oulad-Abbou,Souk-Jemad-Oulad-Abbou,Souk-Jemaâ-Oulad-Abbou,Suq Jum`ah Awlad `Abbu,Sūq Jum‘ah Awlād ‘Abbū		06	117		
2532421	Souk et Tnine Jorf el Mellah	souk-et-tnine-jorf-el-mellah	MA		0	Africa/Casablanca	34.49162	-5.50846		El Zoco el Tenin de Yorf el-lah,Et Tnine Jorf el Mellah,Jorf-el-Melha,Souk et Tnine Djorf el Mellah,Souk et Tnine Jorf el Mellah		04	481		
2532422	Souk et Tnine des Chtouka	souk-et-tnine-des-chtouka	MA		0	Africa/Casablanca	33.31488	-8.16036		Et Tnine,Souk et Tnine,Souk et Tnine des Chtouka,Tnine Chtouka,Tnine des Chtouka		06	181		
2532423	Souk Tlet El Gharb	souk-tlet-el-gharb	MA		0	Africa/Casablanca	34.62105	-6.13426		Et Tleta,Souk Tlet El Gharb,Souk Tleta Gharb,Souk et Tleta du Rharb,Souk-Tleta-du-Rharb,Souq et Tleta du Gharb,Souq et Tléta du Gharb		04	281		
2532424	Souq Tlat Chougrane	souq-tlat-chougrane	MA		0	Africa/Casablanca	33.01272	-6.2806		Et Tleta,Souk et Tleta,Souk et Tleta des Chougrane,Souk-et-Tleta-des-Ech-Chougrane,Souq Tlat Chougrane		05	311		
2532426	Souk el Tleta	souk-el-tleta	MA		0	Africa/Casablanca	33.56	-6.7				04	291		
2532427	Sidi Dahbi	sidi-dahbi	MA		0	Africa/Casablanca	33.05793	-7.18128		El Mellah,Sidi Dahbi,Souk el Mellah		06	461		
2532428	Souk el Khemis	souk-el-khemis	MA		0	Africa/Casablanca	35.67028	-5.51508		Khemis Anjra,Souk el Khemis,Souk-Khemis-des-Anjra		01	227		
2532432	Had Dra	had-dra	MA		0	Africa/Casablanca	31.57846	-9.53765		El Had,El Had des Draa,Had Dra,Had Draa,Had Draâ,Souk el Had du Draa,Souk el Had du Drâa,Souk-el-Had-du-Dra		07	211		
2532433	El Had	el-had	MA		0	Africa/Casablanca	32.83255	-7.86867		El Had,Souk el Had des Mzoura		06	461		
2532434	Souq Al Had Bradya	souq-al-had-bradya	MA		0	Africa/Casablanca	32.44928	-6.5366		Souk el Had des Bradia,Souq Al Had Bradya,Souq al Had Bradia		05	255		
2532435	Souk el Had-des Beni-Batao	souk-el-had-des-beni-batao	MA		0	Africa/Casablanca	32.82779	-6.28845		Beni Batao,Souk el Had des Beni Batao,Souk el Had-des Beni-Batao		05	311		
2532436	Souk el Had	souk-el-had	MA		0	Africa/Casablanca	35.02652	-5.4063				01	151		
2532437	Souk el Arba Mogress	souk-el-arba-mogress	MA		0	Africa/Casablanca	32.89	-8.41				06	181		
2532438	Bataille	bataille	MA		0	Africa/Casablanca	33.82189	-5.93265		Bataille,Camp Bataille,Souk el Arbaa de l'Oued Beht,Souk el Arbaa de l’Oued Beht,Souk-el Arba-de-l'Oued-Beth,Souk-el Arba-de-l’Oued-Beth		04	291		
2532439	Souq Larba’ n’Aït Ahmed	souq-larba-n-ait-ahmed	MA		0	Africa/Casablanca	29.80487	-9.4014		Souk des Ait Ahmed,Souk des Aït Ahmed,Souq Larba' n'Ait Ahmed,Souq Larba’ n’Aït Ahmed		09	581		
2532440	Foum Jam’a	foum-jam-a	MA		0	Africa/Casablanca	31.96166	-6.98354		Foum Jam'a,Foum Jam’a,Foum Jem`a,Foum Jem‘a,Foum ej Jemaa,Foum ej Jemâa,Souk de Foum Jemaa		05	081		
2532442	Souk Arba Ou Annkerim	souk-arba-ou-annkerim	MA		0	Africa/Casablanca	30.55018	-9.56241		Arba Ouanekrim,Souk Arba Ou Annkerim		09	001		
2532447	Douar Souitat	douar-souitat	MA		0	Africa/Casablanca	32.23729	-9.13501		Douar Souitat,Souitat,Suitat		07	431		
2532448	Swiri	swiri	MA		0	Africa/Casablanca	31.4369	-7.99414		Douar Souiri,Souiri,Suiri,Swiri		07	041		
2532449	Douar Souirat	douar-souirat	MA		0	Africa/Casablanca	32.34393	-9.14084		Douar Souirat,Souirat		07	431		
2532450	Douar Souirat	douar-souirat	MA		0	Africa/Casablanca	32.29272	-9.14712		Douar Souirat,Souirat		07	431		
2532452	Swira Laqdima	swira-laqdima	MA		0	Africa/Casablanca	32.04211	-9.33848		Souira Guedima,Souira Qdima,Swira Laqdima		07	431		
2532461	Souia	souia	MA		0	Africa/Casablanca	34.93	-4				01	051		
2532465	Souggane	souggane	MA		0	Africa/Casablanca	31.35437	-7.67573		Sougane,Souggane		07	041		
2532471	Souf	souf	MA		0	Africa/Casablanca	34.98165	-3.71104		Soff,Souf		02	167		
2532476	Souati	souati	MA		0	Africa/Casablanca	34.17601	-4.19697		Douar Souati,Souati		03	561		
2532477	Souassiyine Charqiya	souassiyine-charqiya	MA		0	Africa/Casablanca	34.50748	-6.24432		Douar Souassiine,Souassiine,Souassiyine Charqiya,Souassiyne		04	481		
2532478	Souariene	souariene	MA		0	Africa/Casablanca	35.06082	-5.82067		Chouarien,Chouarièn,Souariene		01	331		
2532479	Swari	swari	MA		0	Africa/Casablanca	30.70804	-8.1211		Souari,Swari		09	541		
2532483	Souahir	souahir	MA		0	Africa/Casablanca	30.45525	-9.10259		Souahir,Souair,Souanir,Souaïr		09	541		
2532487	Souani	souani	MA		0	Africa/Casablanca	35.76922	-5.82288		Douar Souani,Douar Suani,Dxar es Suani,Es Suani,Souani,Suani		01	511		
2532488	Douar Bou Aich	douar-bou-aich	MA		0	Africa/Casablanca	35.04467	-4.30459		Douar Bou Aich,Souani,Suani		01	051		
2532490	Oulad Souam	oulad-souam	MA		0	Africa/Casablanca	32.4069	-8.85684		Oulad Souam,Souam		07	431		
2532491	Soualma	soualma	MA		0	Africa/Casablanca	32.65951	-8.79382		Douar Soualma,Soualma		06	467		
2532492	Douar Essoualma	douar-essoualma	MA		0	Africa/Casablanca	31.86305	-9.04795		Douar Essoualma,Soualma		07	211		
2532497	Soualim	soualim	MA		0	Africa/Casablanca	30.1641	-9.54659		Soualem,Soualim		09	163		
2532498	Soualah Kherichfa	soualah-kherichfa	MA		0	Africa/Casablanca	35.06372	-5.96631		Soualah,Soualah Kherichfa,Soualeb Lakhrichfat		01	331		
2532499	Soualah Ben Hamadi	soualah-ben-hamadi	MA		0	Africa/Casablanca	32.22599	-8.08175				07	427		
2532503	Douar Soualeh	douar-soualeh	MA		0	Africa/Casablanca	35.28527	-5.98808		Douar Soualeh,Soualah		01	331		
2532504	Soualah	soualah	MA		0	Africa/Casablanca	35.00728	-5.96869				01	331		
2532506	Souala	souala	MA		0	Africa/Casablanca	31.89831	-9.26712		Douar Cheikh M barek,Douar Cheïkh M barek,Souala		07	431		
2532507	Souakene	souakene	MA		0	Africa/Casablanca	35.12082	-5.95338		Souaken,Souakene,Souakèn		01	331		
2532511	Douar Essouahel	douar-essouahel	MA		0	Africa/Casablanca	34.77809	-5.84298		Douar Essouahel,Douar Souahal,Essoihal,Essoïhal,Souahal		04	481		
2532513	Douar Souabrat	douar-souabrat	MA		0	Africa/Casablanca	32.38276	-8.90628		Douar Souabrat,Souabrat		07	431		
2532515	Douar Asrour	douar-asrour	MA		0	Africa/Casablanca	35.62696	-5.41037		Douar Asrour,Soror,Sror		01	571		
2532517	Douar Samhane	douar-samhane	MA		0	Africa/Casablanca	34.31678	-5.68042		Douar Samhane,Somhane		04	481		
2532519	Somaa	somaa	MA		0	Africa/Casablanca	32.3334	-6.33603				05	091		
2532529	Douar Soltane	douar-soltane	MA		0	Africa/Casablanca	31.56918	-8.06813		Dar Sultane,Douar Soltane,Soltane		07	351		
2532541	Chanayja	chanayja	MA		0	Africa/Casablanca	35.06167	-5.98429		Chanayja,Sanijat,Snaija,Snaïja,Snija		01	331		
2532542	Senada	senada	MA		0	Africa/Casablanca	35.07452	-4.21583		Sanadat,Senada,Snada	1505103072	01	051	1505103072	
2532548	As Smayra	as-smayra	MA		0	Africa/Casablanca	32.20522	-8.23871		As Smayra,Simira,Smiria		07	427		
2532549	Es Smeyra	es-smeyra	MA		0	Africa/Casablanca	30.14	-6.82		Es Smeyra,Smira		09	551		
2532556	Simhat	simhat	MA		0	Africa/Casablanca	32.22893	-8.13089		Douar es Smihat,Simhat,Smihat,Smihate		07	427		
2532571	Smath	smath	MA		0	Africa/Casablanca	34.86	-4.35				01	051		
2532575	Asmara	asmara	MA		0	Africa/Casablanca	32.15547	-8.24483		Asmara,Smara		07	427		
2532585	Smaïoun	smaioun	MA		0	Africa/Casablanca	31.02454	-6.81167				08	401		
2532587	Smaïlat	smailat	MA		0	Africa/Casablanca	34.39729	-5.31325		Smailat,Smailate,Smainat,Smaïlat,Smaïnat		03	531		
2532588	Smahat	smahat	MA		0	Africa/Casablanca	31.94223	-8.79023		Smahat,Smahate		07	585		
2532590	Smaana	smaana	MA		0	Africa/Casablanca	32.1375	-8.75786				07	585		
2532606	Haj Boujem’a	haj-boujem-a	MA		0	Africa/Casablanca	32.07672	-8.10992		Haj Bou Jemaa,Haj Boujem'a,Haj Boujem’a,Slimane		07	427		
2532607	Dar Slim	dar-slim	MA		0	Africa/Casablanca	34.61096	-5.48659		Dar Slim,Salim,Slim		04	481		
2532608	Aït Slilo	ait-slilo	MA		0	Africa/Casablanca	31.38765	-5.98517		Ait Slilo,Aït Slilo,Slillo,Slillou,Slilo		08	577		
2532612	Slatna	slatna	MA		0	Africa/Casablanca	35.40499	-5.87852		Salatna,Slatna		01	331		
2532616	Slalma	slalma	MA		0	Africa/Casablanca	31.9851	-7.39308		Douar Slalma,Slahna,Slalma		07	191		
2532618	Slamat	slamat	MA		0	Africa/Casablanca	32.48873	-9.16149		Douar Slahma,Slahma,Slamat		07	431		
2532621	Douar Skoura Qoddamiyine	douar-skoura-qoddamiyine	MA		0	Africa/Casablanca	31.79908	-7.72211		Douar Skoura,Douar Skoura Qoddamiyine,Skoura,Skouri		07	427		
2532626	Skoura	skoura	MA		0	Africa/Casablanca	33.51935	-4.54351		Skoura,ⵙⴽⵓⵔⴰ ⵎⴷⴰⵣ		03	131		
2532627	Douar Skoura	douar-skoura	MA		0	Africa/Casablanca	32.46604	-7.72169		Douar Skoura,Skoura		07	427		
2532628	Skoura	skoura	MA		0	Africa/Casablanca	31.06262	-6.5525		Skoura,Skoura des Ahl el Oust	0440107073	08	401	0440107073	
2532630	Skoura	skoura	MA		0	Africa/Casablanca	31.89828	-7.01367		Douar Skoura,Skoura		05	081		
2532633	Douar Skouk	douar-skouk	MA		0	Africa/Casablanca	32.18725	-8.87461		Douar Skouk,Skouka,Skoura		07	431		
2532636	Skirat	skirat	MA		0	Africa/Casablanca	30.47984	-9.08026		Sgirat,Sguirate,Sgurate,Skirat		09	541		
2532638	Es Skaykima	es-skaykima	MA		0	Africa/Casablanca	31.22956	-8.85693		Es Skaykima,Skikima,Skikma		07	161		
2532639	Skikine	skikine	MA		0	Africa/Casablanca	31.46793	-8.81414				07	161		
2532642	Skîfat	skifat	MA		0	Africa/Casablanca	35.01976	-3.74202		Sekifat,Skifat,Skîfat		02	167		
2532643	Douar Sqifa	douar-sqifa	MA		0	Africa/Casablanca	35.02733	-5.08686		Douar Sqifa,Skifa,Skife		01	151		
2532644	Skifa	skifa	MA		0	Africa/Casablanca	34.96	-5.61		Douar Skifa,Skifa		01	405		
2532646	Skhour Rehamna	skhour-rehamna	MA		0	Africa/Casablanca	32.48244	-7.91533		Les Skhour des Rehamna,Skhour Rehamna,Skhour des Rehamna,Souk El Arba des Skour,Souk el Arba des Skhour		07	427		
2532653	Skhirat	skhirat	MA		0	Africa/Casablanca	34.10407	-5.44183		Skhirat,Skhirat Centre,Skira,Skrirat		03	061		
2532655	Skhira el Knia	skhira-el-knia	MA		0	Africa/Casablanca	34.71321	-5.49037				01	405		
2532658	Skera	skera	MA		0	Africa/Casablanca	31.47277	-8.5859		Skera,Skira,Skora		07	161		
2532662	Douar Cheqarich	douar-cheqarich	MA		0	Africa/Casablanca	35.4477	-5.665		Douar Cheqarich,Skariech,Skarrich		01	571		
2532663	Skakma	skakma	MA		0	Africa/Casablanca	32.39815	-8.60872		Douar Skakma,Skakma		07	431		
2532664	Skakim	skakim	MA		0	Africa/Casablanca	32.33666	-6.36782		Ouled Skakim,Skakim		05	091		
2532665	Skakia	skakia	MA		0	Africa/Casablanca	34.01321	-3.80179		Douar Skakia,Skakia		02	265		
2532667	Siouane	siouane	MA		0	Africa/Casablanca	34.59212	-3.80969		Siouane,Siwane		03	561		
2532676	Sintil	sintil	MA		0	Africa/Casablanca	29.62157	-9.74705		Sentil,Sinnt,Sintil,Sintit		09	581		
2532677	Sint	sint	MA		0	Africa/Casablanca	30.06292	-8.83293		Sinnt,Sint		09	541		
2532678	Sinns	sinns	MA		0	Africa/Casablanca	30.70133	-8.54339		Sinns,Sins		09	541		
2532680	Sinit	sinit	MA		0	Africa/Casablanca	30.742	-9.23389		Bilraman Simit,Is Sinite,Sinit		09	541		
2532698	Qçar As Sifa	qcar-as-sifa	MA		0	Africa/Casablanca	31.35147	-4.28698		Qcar As Sifa,Qçar As Sifa,Sifa		08	201		
2532705	Sidi Zwatina	sidi-zwatina	MA		0	Africa/Casablanca	33.1262	-7.59379		Sidi Zouitina,Sidi Zwatina		06	461		
2532707	Sidi Zouine	sidi-zouine	MA		0	Africa/Casablanca	31.66914	-8.34541		Sidi Zouine,Sidi Zuin,Sidi-Zouina,Zaouia nta Sidi Zouine		07	351		
2532759	Sidi Youssef	sidi-youssef	MA		0	Africa/Casablanca	34.31	-6.58				04	281		
2532760	Sidi Youssef	sidi-youssef	MA		0	Africa/Casablanca	29.41	-10.13		Sidi Youssef,Sidi Yussef		10	473		
2532796	Sidi Yahya Ou Youssef	sidi-yahya-ou-youssef	MA		0	Africa/Casablanca	32.40824	-5.38155		Ait Sidi Yahya ou Youssef,Sidi Yahia Ou Youssef,Sidi Yahya Ou Youssef,Zaouia Sidi Yaha Ou Youssef,Zaouïa Sidi Yaha Ou Youssef		08	363		
2532797	Sidi Yahya Ou Saad	sidi-yahya-ou-saad	MA		0	Africa/Casablanca	32.68011	-5.57738		Sidi Yahya Ou Saad,Sidi Yahya Ou Saoua,Sidi yahya ou saoud	1330103112	05	301	1330103112	
2532813	Sidi Yahya	sidi-yahya	MA		0	Africa/Casablanca	34.79911	-2.60259		Sidi Yahia,Sidi Yahya		02	113		
2532814	Sidi Yahya	sidi-yahya	MA		0	Africa/Casablanca	34.66468	-1.86386		Sidi Yahia,Sidi Yahya		02	411		
2532815	Sidi Yahia	sidi-yahia	MA		0	Africa/Casablanca	33.74094	-4.32356		Sidi Yahia,Sidi Yahya		03	451		
2532816	Sidi Yahya	sidi-yahya	MA		0	Africa/Casablanca	31.66	-9.56		Sidi Yahia,Sidi Yahya		07	211		
2534362	Sidi Lahsene	sidi-lahsene	MA		0	Africa/Casablanca	31.98885	-8.08737		Oulad Sidi Lahssene,Sidi Lahsene		07	351		
2532821	Sidi Yahya Zaer	sidi-yahya-zaer	MA		0	Africa/Casablanca	33.82977	-6.91262		Sidi Yahia,Sidi Yahia Zaer,Sidi Yahia Zaire,Sidi Yahia Zaïre,Sidi Yahia az Za'er,Sidi Yahia az Za’er,Sidi Yahia des Zaer,Sidi Yahia des Zaër,Sidi Yahya,Sidi Yahya Zaer,Sidi Yahya des Zaer,Sidi Yahya des Zaër		04	501		
2532822	Sidi Yahia El Gharb	sidi-yahia-el-gharb	MA		32202	Africa/Casablanca	34.30494	-6.30404		Sidi Yahia El Gharb,Sidi Yahia al Gharb,Sidi Yahia del Garb,Sidi Yahia el Rharb,Sidi Yahya du Rharb,Sidi Yanya du Rharb,Sidi Yaya du Rhanb,Sïdi Yaya du Rhanb	0528101091	04	491	0528101091	
2532825	Sidi Yahia	sidi-yahia	MA		0	Africa/Casablanca	30.51	-8.78				09	541		
2532845	Douar Hdilat Thami	douar-hdilat-thami	MA		0	Africa/Casablanca	31.76415	-8.73034		Douar Hdilat Thami,Sidi Thami		07	585		
2532864	Sidi Taïeb	sidi-taieb	MA		0	Africa/Casablanca	31.56166	-7.42749		Kasba Sidi Taibi,Kasba Sidi Taïbi,Sidi Taieb,Sidi Taïeb		07	041		
2532893	Sidi Suguer	sidi-suguer	MA		0	Africa/Casablanca	29.46	-9.98				10	473		
2532918	Sidi Smai’il	sidi-smai-il	MA		4279	Africa/Casablanca	32.82461	-8.51122		Sidi Smai'il,Sidi Smail,Sidi Smaine,Sidi Smai’il,Sidi Smaïl,Sidi Smaïne,Sidi-Smain,Sidi-Smaïn,Zaouia Sidi Smain		06	181		
2532945	Sidi Slimane	sidi-slimane	MA		79437	Africa/Casablanca	34.26479	-5.92598		Sidi Slamain,Sidi Sliman,Sidi Slimane,Sidi-Slimane,Сиди-Слимане	0528101071	04	281	0528101071	
2532956	Sidi Silmane	sidi-silmane	MA		0	Africa/Casablanca	30.75003	-8.75909				09	541		
2532975	Sidi Sbat	sidi-sbat	MA		0	Africa/Casablanca	33.19479	-7.0361		Sidi Sbat,Sidi Sebaa		06	461		
2532990	Sidi Salem	sidi-salem	MA		0	Africa/Casablanca	32	-6.68				05	081		
2533022	Sidi Salah	sidi-salah	MA		0	Africa/Casablanca	35.15	-3.03				02	381		
2533024	Sidi Salah	sidi-salah	MA		0	Africa/Casablanca	32.11668	-9.1824				07	431		
2533043	Sidi S’id M’achou	sidi-s-id-m-achou	MA		0	Africa/Casablanca	33.14668	-8.11932		Sidi S'id M'achou,Sidi Said Maachou,Sidi Said Machou,Sidi Saïd Maachou,Sidi Saïd Machou,Sidi S’id M’achou		06	117		
2533048	Douar Zaouiat Sidi Said	douar-zaouiat-sidi-said	MA		0	Africa/Casablanca	32.11923	-9.16558		Douar Zaouiat Sidi Said,Sidi Said Bou Chembour,Sidi Said Bou Khennbour,Sidi Saïd Bou Chembour,Sidi Saïd Bou Khennbour,Zaouia Oulad Sidi Said,Zaouia Oulad Sidi Saïd,Zaouia Sidi Said Bou Chenbour,Zaouia Sidi Saïd Bou Chenbour,Zaouit Sidi Said,Zaouit Sidi Saïd		07	431		
2533087	Sidi Sa’id Ou Ahmed	sidi-sa-id-ou-ahmed	MA		0	Africa/Casablanca	30.59251	-8.22523		Sidi Sa'id Ou Ahmed,Sidi Said,Sidi Saïd,Sidi Sa’id Ou Ahmed		09	541		
2533088	Sidi Saïd	sidi-said	MA		0	Africa/Casablanca	28.45953	-10.57377				10	071		
2533102	Douar Saadana	douar-saadana	MA		0	Africa/Casablanca	31.68601	-8.80274		Douar Saadana,Sidi Sadoum		07	161		
2533127	Sidi Ghouziya	sidi-ghouziya	MA		0	Africa/Casablanca	32.23897	-9.25826		Sidi Ghouzia,Sidi Ghouziya,Sidi Rhouzia		07	431		
2533158	Sidi Redouane	sidi-redouane	MA		0	Africa/Casablanca	34.68692	-5.44538		Redouane,Sidi Redouane,Sidi Reduan	0548107152	04	481	0548107152	
2533161	Kaddour Ben Hammou	kaddour-ben-hammou	MA		0	Africa/Casablanca	32.17792	-8.81527		Kaddour Ben Hammou,Sidi Ranndour		07	585		
2533178	Sidi Rahhal	sidi-rahhal	MA		0	Africa/Casablanca	31.65031	-7.47288		Sidi Rahal,Sidi Rahhal,Zaouia Sidi Rahal,Zaouia Sidi Rahhal,Zaouia Sidi Rahkal	0719101071	07	191	0719101071	
2533182	Sidi Rahal	sidi-rahal	MA		0	Africa/Casablanca	33.47739	-7.93641				06	117		
2533183	Douar Oulad Sidi Rahal	douar-oulad-sidi-rahal	MA		0	Africa/Casablanca	32.49212	-8.37765		Douar Oulad Sidi Rahal,Ouled Sidi Rahal,Rahal,Sidi Rahal		06	467		
2533191	Sidi Qacem	sidi-qacem	MA		74755	Africa/Casablanca	34.22149	-5.70775		Petitjean,Pettijean,Sidi Kacem,Sidi Qacem,Sidi Qasim,Sīdī Qāsim,sdy qasm,سدي قاسم		04	481		
2533195	Zaouia Sidi El Haj El Arbi	zaouia-sidi-el-haj-el-arbi	MA		0	Africa/Casablanca	32.96301	-7.58405		Zaouia Sidi El Haj El Arbi,Zaouia Sidi Ould el Hajj el Arbi,Zaouia Sidi el Hajel Arbi		06	461		
2533205	Sidi Ouarsik	sidi-ouarsik	MA		0	Africa/Casablanca	29.26376	-10.28378		Sidi Barsig,Sidi Ouarsik,Sidi Uarsig,Sidi Uarzik		10	473		
2533225	Sidi ’Amar Ben Hanechar	sidi-amar-ben-hanechar	MA		0	Africa/Casablanca	32.00954	-8.14749		Sidi 'Amar Ben Hanechar,Sidi Omar Bou Hanechar,Sidi ’Amar Ben Hanechar		07	351		
2533234	Sidi Omar	sidi-omar	MA		0	Africa/Casablanca	32.40435	-8.35487		Douar Moulay Aomar,Ouled Aamar,Ouled Aâmar,Sidi Omar		06	467		
2533242	Sidi Nouha	sidi-nouha	MA		0	Africa/Casablanca	31.61	-8.9				07	161		
2533249	Nouasra	nouasra	MA		0	Africa/Casablanca	32.47376	-9.18779		Nouasra,Sidi Naceur,Sidi Nasser,Sidi Nasseur		07	431		
2533265	Douar Sidi Msour	douar-sidi-msour	MA		0	Africa/Casablanca	32.3169	-7.13511		Douar Sidi Msour,Oulad Boumniaa,Oulad Boumnïaâ,Oulad bou Menia,Sidi Msour		07	191		
2533271	Sidi Mrah	sidi-mrah	MA		0	Africa/Casablanca	33.2528	-5.62557				05	301		
2533281	Sidi Moussa el Basr	sidi-moussa-el-basr	MA		0	Africa/Casablanca	32.48345	-8.26612				06	467		
2533284	Sidi Moussa Ben Ali	sidi-moussa-ben-ali	MA		0	Africa/Casablanca	34.37716	-6.04152		Douar Sidi Moussa Ben Ali,Sidi Moussa Ben Ali		04	481		
2533337	Sidi Moussa	sidi-moussa	MA		0	Africa/Casablanca	34.25222	-3.93918				03	561		
2533339	Sidi Moussa	sidi-moussa	MA		0	Africa/Casablanca	32.27209	-7.20095			0719103372	07	191	0719103372	
2533341	Sidi Moussa	sidi-moussa	MA		0	Africa/Casablanca	30.62069	-8.65872				09	541		
2533477	Douar Sidi Mou	douar-sidi-mou	MA		0	Africa/Casablanca	33.96112	-3.8302		Douar Sidi Mou,Sidi Mou		02	265		
2533481	Sidi Lmokhtar	sidi-lmokhtar	MA		0	Africa/Casablanca	31.57739	-9.01575		Sidi Lmokhtar,Sidi Mojtar,Sidi Mokhtar,Sidi Moktar,Zaouia Sidi Moktar		07	161		
2533485	Douar El Foqra	douar-el-foqra	MA		0	Africa/Casablanca	32.25956	-8.35541		Douar El Foqra,Sidi Mokhtar,Sidi el Mokhtar		07	427		
2533486	Sidi Mokhta	sidi-mokhta	MA		0	Africa/Casablanca	32.33	-6.01				05	081		
2533507	Sidi Mohand Ou Sourou	sidi-mohand-ou-sourou	MA		0	Africa/Casablanca	29.49197	-10.07648		Sidi Mehand U Suru,Sidi Mohand Ou Sourou		10	473		
2533512	Sidi Mohand Ou Khoussa	sidi-mohand-ou-khoussa	MA		0	Africa/Casablanca	30.43	-7.9				09	541		
2533515	Sidi Mohand Ou Mbrarek	sidi-mohand-ou-mbrarek	MA		0	Africa/Casablanca	30.47076	-7.7345		Imi n'Ougni,Imi n’Ougni,Sidi Mohand Ou Embark,Sidi Mohand Ou Mbrarek		09	541		
2533519	Sidi Mohand ou Brahim	sidi-mohand-ou-brahim	MA		0	Africa/Casablanca	30.55	-9.23		Sidi Mohand ou Brahim,Zaouia Sidi M'hamed Brahim,Zaouïa Sidi M’hamed Brahim		09	541		
2534409	Sidi Omar	sidi-omar	MA		0	Africa/Casablanca	32.22646	-8.71753		Douar Sidi Kebbour,Sidi Kebbour,Sidi Omar		07	585		
2533525	Ez Zaouia-Sidi Mohand et Taleb	ez-zaouia-sidi-mohand-et-taleb	MA		0	Africa/Casablanca	34.63456	-3.75682		Ez Zaouia,Ez Zaouia-Sidi Mohand et Taleb,Sidi Mohand Taleb,Sidi Mohand et Taleb		03	561		
2533540	Sidi Mohand	sidi-mohand	MA		0	Africa/Casablanca	29.45	-10.01		Sidi Mehand,Sidi Mohand		10	473		
2533549	Sidi Mohammed Tlag Lasrah	sidi-mohammed-tlag-lasrah	MA		0	Africa/Casablanca	31.46603	-8.98521				07	161		
2533550	Sidi Mohammed Tiji	sidi-mohammed-tiji	MA		0	Africa/Casablanca	32.16334	-8.87325				07	431		
2533556	Sidi Mohammed Siba	sidi-mohammed-siba	MA		0	Africa/Casablanca	34.13707	-5.58432		Douar Mohammed Siba,Sidi Mohammed Siba		04	481		
2533593	Sidi Mohammed Ou Ali	sidi-mohammed-ou-ali	MA		0	Africa/Casablanca	29.48573	-10.02925		Sidi Mohamed U Ali,Sidi Mohammed Ou Ali		10	473		
2533598	Sidi Mohamed Ben Abdellah	sidi-mohamed-ben-abdellah	MA		0	Africa/Casablanca	29.56585	-10.05343		Sidi Mohamed Ben Abdallah,Sidi Mohamed Ben Abdellah,Sidi Mohammed Ou Abdallah		10	473		
2533606	Oulad Meriem	oulad-meriem	MA		0	Africa/Casablanca	32.75836	-7.64886		Oulad Meriem,Sidi Mohammed Moul Rejem,Sidi Mohammed Moul Rjem		06	461		
2533629	Sidi Mohammed Gout	sidi-mohammed-gout	MA		0	Africa/Casablanca	29.15524	-10.25742		Sidi Mohamed el Gaut,Sidi Mohammed Gout		10	473		
2533650	Sidi Mohammed el Moami	sidi-mohammed-el-moami	MA		0	Africa/Casablanca	29.16761	-10.19359		Sidi Hamed el Megaimimi,Sidi Mohammed el Moami		10	473		
2533669	Sidi Mohammed el Haj	sidi-mohammed-el-haj	MA		0	Africa/Casablanca	32.11992	-7.53313		Sidi M'Hamed Hadj,Sidi Mohammed el Hadj,Sidi Mohammed el Haj,Sidi Mohammed el Hajj,Sidi M’Hamed Hadj		07	191		
2533683	Sidi Mohammed el Atchane	sidi-mohammed-el-atchane	MA		0	Africa/Casablanca	32.38558	-6.30929		Sidi Mohammed Latchane,Sidi Mohammed el Atchane		05	091		
2533736	Sidi Mohammed Bou Ziane	sidi-mohammed-bou-ziane	MA		0	Africa/Casablanca	34.26518	-2.76885				02	533		
2533749	Sidi Mohammed Ben Yahia	sidi-mohammed-ben-yahia	MA		0	Africa/Casablanca	34.38901	-2.81294				02	533		
2533756	Sidi Mohammed Ben Saïd	sidi-mohammed-ben-said	MA		0	Africa/Casablanca	31.62539	-8.43606		Douar Sidi Mohammed ben Said,Douar Sidi Mohammed ben Saïd,Sidi Mohammed Ben Said,Sidi Mohammed Ben Saïd		07	161		
2533786	Oulad Sidi Mohamed Ben Jilali	oulad-sidi-mohamed-ben-jilali	MA		0	Africa/Casablanca	32.95068	-7.59394		Oulad Sidi Mohamed Ben Jilali,Zaouia Sidi Mohammed Ben Hameida,Zaouia Sidi Mohammed Ben Hameïda		06	461		
2533795	Sidi Mohammed Ben Daoud	sidi-mohammed-ben-daoud	MA		0	Africa/Casablanca	29.30489	-10.13738		Sidi Mohamed Ben Daud,Sidi Mohammed Ben Daoud		10	473		
2533835	Sidi Mohammed ben Ahmed	sidi-mohammed-ben-ahmed	MA		0	Africa/Casablanca	33.96785	-5.83549				04	291		
2533836	Oulad Slim	oulad-slim	MA		0	Africa/Casablanca	32.79672	-7.85105		Oulad Slim,Sidi Mohammed Ben Ahmed		06	461		
2533859	Id Mohamed	id-mohamed	MA		0	Africa/Casablanca	29.29805	-9.9614		Id Hameida,Id Hameïda,Id Mohamed,Sidi Mohamed Bel Kassem,Sidi Mohamed Benkasen,Sidi Mohammed Bel Kassem		10	473		
2533868	Sidi Mohammed Azeroual	sidi-mohammed-azeroual	MA		0	Africa/Casablanca	33.5	-4.45		Ait M'hamed Inerziane,Aït M’hamed Inerziane,Sidi Mohammed Azeroual		03	131		
2533869	Sidi Mohammed Arigrag	sidi-mohammed-arigrag	MA		0	Africa/Casablanca	29.0271	-10.23063		Sidi Mehand er Regragui,Sidi Mohamed el Regragui,Sidi Mohammed Arigrag		10	261		
2533915	Douar Sidi Mjahed	douar-sidi-mjahed	MA		0	Africa/Casablanca	34.0321	-5.34177		Douar Sidi Mjahed,Sidi M'jahes,Sidi Mjahad,Sidi M’jahes		03	061		
2533940	Sidi Mimoun	sidi-mimoun	MA		0	Africa/Casablanca	30.33	-9.51				09	273		
2533959	Sidi Mhand el Haj	sidi-mhand-el-haj	MA		0	Africa/Casablanca	31.11757	-6.34895				08	401		
2533962	Sidi Mhand	sidi-mhand	MA		0	Africa/Casablanca	31.00151	-8.56865				07	161		
2533984	Sidi Messour	sidi-messour	MA		0	Africa/Casablanca	32.0781	-7.25345		Douar Sidi Messour,Sidi Messour,Sidi Msour		07	191		
2534038	Iguiçil	iguicil	MA		0	Africa/Casablanca	29.0801	-9.98613		Iguicil,Iguissel,Iguiçil,Sidi Messaoud		10	261		
2534079	Sidi Mehand U Yusef	sidi-mehand-u-yusef	MA		0	Africa/Casablanca	29.4	-9.9				10	473		
2534080	Id Mbarek Ou ’Addi	id-mbarek-ou-addi	MA		0	Africa/Casablanca	29.34693	-9.8996		Id Mbarek Ou 'Addi,Id Mbarek Ou ’Addi,Sidi Mehand U Embarec		10	473		
2534089	Douar Oulad Sidi Moftah	douar-oulad-sidi-moftah	MA		0	Africa/Casablanca	32.58944	-7.87226		Appasse Sidi Meftah,Douar Oulad Sidi Moftah,Douar Sidi Meftah,Sidi Meftah		07	427		
2534103	Sidi Mbark	sidi-mbark	MA		0	Africa/Casablanca	32.48	-6.88				05	255		
2534161	Sidi Mbarek	sidi-mbarek	MA		0	Africa/Casablanca	33.48	-7.7				06	385		
2534162	Sidi Mbarek	sidi-mbarek	MA		0	Africa/Casablanca	32.05187	-9.29285				07	431		
2534187	Sidi Matallah	sidi-matallah	MA		0	Africa/Casablanca	29.14514	-10.05766				10	473		
2534191	Sidi Marouf	sidi-marouf	MA		0	Africa/Casablanca	34.37	-2.79				02	533		
2534210	Douar Oulad Mansour	douar-oulad-mansour	MA		0	Africa/Casablanca	31.92682	-8.34514		Douar Oulad Mansour,Sidi Mansour		07	351		
2534211	Sidi Mansour	sidi-mansour	MA		0	Africa/Casablanca	29.14016	-10.23635		Autlauc,Sidi Mansour,Sidi Mensor		10	473		
2534232	Sidi Mahmoud	sidi-mahmoud	MA		0	Africa/Casablanca	33.53	-6.7				04	291		
2534249	Sidi Ma’rouf	sidi-ma-rouf	MA		0	Africa/Casablanca	33.51402	-7.65384		Sidi Ma'rouf,Sidi Maarouf,Sidi Marouf,Sidi Ma’rouf		06	141		
2534259	Miyghrmane	miyghrmane	MA		0	Africa/Casablanca	29.67187	-9.49155		Miyghrmane,Sidi Loualli		09	581		
2534266	Tizi Islane	tizi-islane	MA		0	Africa/Casablanca	29.55007	-9.40755		Sidi Lhacen,Sidi Lhassene,Tizi Islane		09	581		
2534305	Douar Sidi Al ‘Arbi	douar-sidi-al-arbi	MA		0	Africa/Casablanca	31.82478	-7.46811		Douar Sidi Al `Arbi,Douar Sidi Al ‘Arbi,Sidi L'arbi,Sidi L’arbi		07	191		
2534306	Sidi Larbi	sidi-larbi	MA		0	Africa/Casablanca	30.51	-7.26				08	401		
2534315	Sidi Lamine	sidi-lamine	MA		0	Africa/Casablanca	32.90783	-6.05069			1330105252	05	301	1330105252	
2534324	Sid Hdar	sid-hdar	MA		0	Africa/Casablanca	29.75993	-8.70877		Sid Hdar,Sidi Lakhdar		09	581		
2534327	Sidi Lahsen U Ali	sidi-lahsen-u-ali	MA		0	Africa/Casablanca	29.41	-9.91		Sidi El Lahsen U Ali,Sidi Lahsen U Ali		10	473		
2534359	Sidi Lahsene	sidi-lahsene	MA		0	Africa/Casablanca	34.55967	-4.88522				03	531		
2534360	Sidi Lahsene	sidi-lahsene	MA		0	Africa/Casablanca	34.09112	-2.61321		Sidi Lahsen,Sidi Lahsene		02	533		
2534361	Sidi Lahssen	sidi-lahssen	MA		0	Africa/Casablanca	33.79873	-5.80099		Sidi Lahsene,Sidi Lahssen,Sidi Lahssene		04	291		
2534410	Douar Sidi Qdat	douar-sidi-qdat	MA		0	Africa/Casablanca	34.02998	-5.34924		Douar Sidi Qdat,Sidi Kdat		03	061		
2534423	Sidi Kasem Zemmal	sidi-kasem-zemmal	MA		0	Africa/Casablanca	33.27492	-7.87281				06	117		
2534440	Sidi Kaddour	sidi-kaddour	MA		0	Africa/Casablanca	31.82222	-8.07291		Douar Kaddour,Sidi Kaddour		07	351		
2534461	Douar Lemmalk	douar-lemmalk	MA		0	Africa/Casablanca	34.19003	-5.60852		Douar Lemmalk,Douar Sidi Djilali,Sidi Jilali		04	481		
2534488	Sidi Ja’far	sidi-ja-far	MA		0	Africa/Casablanca	31.23523	-6.53349				08	401		
2534496	Sidi Jaber	sidi-jaber	MA		0	Africa/Casablanca	32.38952	-6.42095		Sidi Jaber,Sidi Jabeur	1209103092	05	091	1209103092	
2534501	Sidi Isbel	sidi-isbel	MA		0	Africa/Casablanca	31.43642	-6.87558				05	081		
2534515	Sidi Ifni	sidi-ifni	MA		20000	Africa/Casablanca	29.37975	-10.17299		Ifni,SII,Sidi Ifni,Sidi Ifnis,Sidi-Ifni,Sidifni,sidiipeuni,sydy afny,Сиди Ифни,Сиди-Ифни,سيدي إفني,시디이프니	0458101031	09	581	0458101031	
2534534	Aït Hsayn	ait-hsayn	MA		0	Africa/Casablanca	29.39965	-9.92796		Ait Hsayn,Aït Hsayn,Sidi Hosain,Sidi Hossain,Sidi Hossaïn		10	473		
2534536	Sidi Hibba	sidi-hibba	MA		0	Africa/Casablanca	29.15034	-10.29499		Sidi Heiba,Sidi Hibba		10	473		
2534537	Sidi Hiba	sidi-hiba	MA		0	Africa/Casablanca	29.31	-10.08				10	473		
2534540	Sidi Henno	sidi-henno	MA		0	Africa/Casablanca	29.08869	-10.27355		Sidi Henno,Sidi Inno		10	261		
2534545	Zawiyet Sidi Hsayen	zawiyet-sidi-hsayen	MA		0	Africa/Casablanca	32.01963	-9.33953		Zaouia Sidi Hassine,Zawiyet Sidi Hsayen		07	431		
2534549	Sidi Hassine	sidi-hassine	MA		0	Africa/Casablanca	33.04579	-5.92166				05	301		
2534566	Sidi Hssaine	sidi-hssaine	MA		0	Africa/Casablanca	35.68761	-5.84414		Sidi Hasain,Sidi Hasaine,Sidi Hassain,Sidi Hassaïn,Sidi Hssaine		01	511		
2534572	Sidi Harazem	sidi-harazem	MA		0	Africa/Casablanca	34.02733	-4.88343		Douar Sidi Harazem,Sidi Harazem	1423181052	03	231	1423181052	
2534593	Sidi Hammou el Gourd	sidi-hammou-el-gourd	MA		0	Africa/Casablanca	31.56861	-9.17971		Douar Sidi Hammou,Sidi Hammou el Gourd		07	211		
2534595	Sidi Hammouch	sidi-hammouch	MA		0	Africa/Casablanca	34.58716	-6.09417				04	481		
2534605	Douar Hammadi	douar-hammadi	MA		0	Africa/Casablanca	31.60899	-8.4604		Douar Hammadi,Douar Sidi Hammadi,Sidi Hammadi		07	161		
2534611	Sidi Hamed Salah	sidi-hamed-salah	MA		0	Africa/Casablanca	29.23345	-10.11327				10	473		
2534621	Sidi Hamed Ben Ali	sidi-hamed-ben-ali	MA		0	Africa/Casablanca	29.48	-10.08				10	473		
2534631	Oulad Si Hammadi	oulad-si-hammadi	MA		0	Africa/Casablanca	32.38031	-8.65272		Douar Sidi Hamadi,Oulad Si Hammadi,Sidi Hamadi		07	431		
2534643	Sidi Hajjaj	sidi-hajjaj	MA		0	Africa/Casablanca	32.91314	-7.26609		Gare de Sidi Hadja,Sidi Hadjadj,Sidi Hajaj,Sidi Hajaj Gare,Sidi Hajjaj		06	461		
2534663	Sidi Hajaj	sidi-hajaj	MA		0	Africa/Casablanca	33.53821	-7.41938		Sidi Hadjadj,Sidi Hajaj,Sidi-Hajjaj		06	355		
2534664	Sidi Hajaj	sidi-hajaj	MA		0	Africa/Casablanca	32.7408	-7.6352		Sidi Hajaj,Sidi-Hajjaj		06	461		
2534679	Sidi Habib el Khalfi	sidi-habib-el-khalfi	MA		0	Africa/Casablanca	32.75	-8.61				06	181		
2534693	Sidi Gheikb	sidi-gheikb	MA		0	Africa/Casablanca	34.92	-2.01				02	411		
2534703	Sidi Flah	sidi-flah	MA		0	Africa/Casablanca	31.02204	-6.49288				08	401		
2534719	Sidi Faress	sidi-faress	MA		0	Africa/Casablanca	31.23647	-7.88698		Sidi Fares,Sidi Faress,Sidi Fars		07	041		
2534732	Douar Zaobiat Sidi Rahmoune	douar-zaobiat-sidi-rahmoune	MA		0	Africa/Casablanca	32.06741	-8.78721		Douar Zaobiat Sidi Rahmoune,Sidi er Rahmoune		07	585		
2534737	Sidi Embark	sidi-embark	MA		0	Africa/Casablanca	29.16975	-10.29802		Sidi Embarec,Sidi Embark		10	473		
2534742	Dr. Mbarek Bou Souna	dr-mbarek-bou-souna	MA		0	Africa/Casablanca	32.03184	-8.5916		Dr. Mbarek Bou Souna,Sidi-Embarek-b-Boussoum		07	585		
2534800	Douar Oulad El Ghazi	douar-oulad-el-ghazi	MA		0	Africa/Casablanca	32.54107	-8.66344		Douar Oulad El Ghazi,Douar Sidi el Rhazi,Ouled el Ghazi Lazib,Sidi el Rhazi		06	467		
2534801	Sidi el Rhazi	sidi-el-rhazi	MA		0	Africa/Casablanca	31.13962	-6.26776				08	577		
2534838	Sidi el Mokhfi	sidi-el-mokhfi	MA		0	Africa/Casablanca	34.60375	-4.7893		Sidi al Makhfi,Sidi el Mekfi,Sidi el Mokhfi		03	531		
2534888	Sidi el Makhfi	sidi-el-makhfi	MA		0	Africa/Casablanca	34.18605	-5.76736		Sidi el Makfi,Sidi el Makhfi		04	481		
2534890	Sidi el Makar	sidi-el-makar	MA		0	Africa/Casablanca	29.46	-10.06				10	473		
2534908	Sidi el Maachi	sidi-el-maachi	MA		0	Africa/Casablanca	32.08	-9.16		Lemaachat,Lemaâchat,Sidi Abd el Kader Maachi,Sidi el Maachi		07	431		
2534912	Sidi Al Gholam	sidi-al-gholam	MA		0	Africa/Casablanca	33.04244	-7.53921		Sidi Al Gholam,Sidi el Khoulem		06	461		
2534945	Sidi el Hosaín	sidi-el-hosain	MA		0	Africa/Casablanca	29.08	-10.26				10	261		
2534949	Sidi El Hattab	sidi-el-hattab	MA		0	Africa/Casablanca	32.26721	-7.29016		Douar Sidi el Hattab,Oulad sidi el hatabe,Sidi El Hattab,Zaouia Sidi Hattab		07	191		
2534979	Sidi el Haj ou Ali	sidi-el-haj-ou-ali	MA		0	Africa/Casablanca	29.72498	-8.55774				09	551		
2534985	Sidi el Hajj Youssef	sidi-el-hajj-youssef	MA		0	Africa/Casablanca	34.85	-4.08				01	051		
2535025	Sidi El Haj Ahmed	sidi-el-haj-ahmed	MA		0	Africa/Casablanca	30.80458	-9.77309				09	001		
2535045	Oulad Sidi Hachmi	oulad-sidi-hachmi	MA		0	Africa/Casablanca	33.0358	-7.891		Oulad Sidi Hachmi,Sidi el Hachmi		06	117		
2535129	Douar Oulad Sidi El Aydi	douar-oulad-sidi-el-aydi	MA		0	Africa/Casablanca	33.16261	-7.39562		Douar Oulad Sidi El Aydi,Sidi el Aidi,Sidi el Aïdi		06	117		
2535164	Sidi Dghoughi	sidi-dghoughi	MA		0	Africa/Casablanca	31.84589	-8.27022		Sidi Dghoughi,Sidi-Drharhi		07	351		
2535167	Sidi Dou	sidi-dou	MA		0	Africa/Casablanca	31.44053	-9.08032				07	161		
2535205	Sidi Daououd	sidi-daououd	MA		0	Africa/Casablanca	34.55245	-4.25803		Sidi Daoud,Sidi Daououd		03	561		
2535206	Sidi Daoud	sidi-daoud	MA		0	Africa/Casablanca	31.25864	-7.26863				08	401		
2535207	Sidi Dawd	sidi-dawd	MA		0	Africa/Casablanca	30.92231	-6.89272		Sidi Daoud,Sidi Dawd,Zaouia Sidi Daoud		08	401		
2535232	Sidi Chiker	sidi-chiker	MA		0	Africa/Casablanca	31.76141	-8.69157		Sidi Chiker,Zaouia Sidi Chiker		07	585		
2535267	Sidi Chaïb	sidi-chaib	MA		0	Africa/Casablanca	30.68609	-8.16513				09	541		
2536029	Sidi Bou ’Abdillan	sidi-bou-abdillan	MA		0	Africa/Casablanca	31.90389	-4.36942		Sidi Ben Abdallah,Sidi Bou 'Abdillan,Sidi Bou Abdallah,Sidi Bou Abdillah,Sidi Bou ’Abdillan		08	201		
2535306	Azib El Mettougui Lfougani	azib-el-mettougui-lfougani	MA		0	Africa/Casablanca	31.62785	-8.42481		Azib El Mettougui Lfougani,Azib Sidi Brahim el Mtougui,Douar m'Tougui,Douar m’Tougui,M'Touga,M’Touga,Sidi Brahim el Mtougui		07	161		
2535313	Sidi Brahim Ben Ameur	sidi-brahim-ben-ameur	MA		0	Africa/Casablanca	33.94915	-3.12117		Beni Ben Ahmeur,Sidi Brahim Ben Amer,Sidi Brahim Ben Ameur		02	533		
2535342	Douar Jaafra	douar-jaafra	MA		0	Africa/Casablanca	31.76878	-7.66867		Douar Jaafra,Douar Sidi Brahim,Sidi Brahim		07	427		
2535343	Sidi Brahim	sidi-brahim	MA		0	Africa/Casablanca	29.17431	-10.23388				10	473		
2535369	Sidi Bou Zid	sidi-bou-zid	MA		0	Africa/Casablanca	34.8	-3.8				03	561		
2535370	Sidi Bou Zid	sidi-bou-zid	MA		0	Africa/Casablanca	31.50703	-8.78626		Sidi Ben Zid,Sidi Bou Zid,Zaouia Sidi Bouzid,Zaouïa Sidi Bouzid		07	161		
2535395	Sidi Bou Zekri	sidi-bou-zekri	MA		0	Africa/Casablanca	30.46	-7.93				09	541		
2535411	Sidi Yahia	sidi-yahia	MA		0	Africa/Casablanca	31.42062	-7.86753		Sidi Bou Yahia,Sidi Bouyahya,Sidi Yahia		07	041		
2535422	Sidi Bou Tlila	sidi-bou-tlila	MA		0	Africa/Casablanca	30.79465	-9.73453				09	001		
2535451	Sidi Boussefra	sidi-boussefra	MA		0	Africa/Casablanca	35.13885	-5.75117		Sidi Bousefra,Sidi Boussefra		01	331		
2535476	Sidi Bou Sda	sidi-bou-sda	MA		0	Africa/Casablanca	29.38037	-10.01682		Sidi Bou Sda,Sidi Bu Sda		10	473		
2535477	Sidi Bousber	sidi-bousber	MA		0	Africa/Casablanca	34.56283	-5.36208		Sidi Bousber,Sidi Bousbeur	0548107132	04	481	0548107132	
2535483	Ait Sidi Bouçalah	ait-sidi-boucalah	MA		0	Africa/Casablanca	31.68669	-7.18582		Ait Sidi Boucalah,Ait Sidi Bouçalah,Sidi Bou Salah		05	081		
2535484	Sidi Bou Salah	sidi-bou-salah	MA		0	Africa/Casablanca	30.41	-5.86		Sidi Bou Salah,Sidi bou Salab		08	587		
2535500	Sidi Bou Rja	sidi-bou-rja	MA		0	Africa/Casablanca	30.3564	-8.00928				09	541		
2535509	Aghbalou-n-Aït Tamannayt	aghbalou-n-ait-tamannayt	MA		0	Africa/Casablanca	31.94606	-6.62782		Aghbalou-n-Ait Tamannayt,Aghbalou-n-Aït Tamannayt,Sidi Bourheft		05	081		
2535530	Bouknadel	bouknadel	MA		0	Africa/Casablanca	34.11849	-6.7389		Bou Knadel,Bouknadel,Buknadel,Sidi Bou Knadel,Sidi Bouqnadel		04	441		
2535531	Sidi Bou Oukfa	sidi-bou-oukfa	MA		0	Africa/Casablanca	32.50244	-7.69922				07	427		
2535534	Sidi Bou Othmane	sidi-bou-othmane	MA		0	Africa/Casablanca	31.90226	-7.94169		Sidi Bou Othmane,Sidi Bou Otmane,Sidi Bu Osman,Sidi Bu Osmán	0719109172	07	191	0719109172	
2535535	Sidi Bou ’Otmane	sidi-bou-otmane	MA		0	Africa/Casablanca	31.22607	-8.44146		Sidi Bou 'Otmane,Sidi Bou Othmane,Sidi Bou ’Otmane,Sidi Bu Osman,Sidi Bu Osmán,Zaouit Sidi Bou Othman		07	161		
2535537	Sidi Bou Okfa	sidi-bou-okfa	MA		0	Africa/Casablanca	32.39091	-7.3138		Oulad Sidi Bouakfa,Sidi Bou Okfa		07	191		
2535539	Sidi Bou Tebaf	sidi-bou-tebaf	MA		0	Africa/Casablanca	31.16873	-9.78194		Sidi Bou Nsa,Sidi Bou Tebaf		07	211		
2535556	Sidi Bou n’Kenadi	sidi-bou-n-kenadi	MA		0	Africa/Casablanca	29.4817	-10.04957		Sidi Bou n'Kenadi,Sidi Bou n’Kenadi,Sidi Bu el Kenadi,Sidi Bu el Kenadil		10	473		
2535566	Sidi Bou Nouar	sidi-bou-nouar	MA		0	Africa/Casablanca	34.27124	-6.31515		Sidi Bou Naouar,Sidi Bou Nouar		04	281		
2535573	Sidi Bounaga	sidi-bounaga	MA		0	Africa/Casablanca	30.74062	-8.29963		Sidi Bou Naga,Sidi Bounaga		09	541		
2535583	Sidi Boutanouar	sidi-boutanouar	MA		0	Africa/Casablanca	35.38761	-5.95637		Sidi Boutanouar,Zaara Sidi Bunuar,Zaouia Sidi Boumiar		01	511		
2535597	Sidi Bou Maiz	sidi-bou-maiz	MA		0	Africa/Casablanca	34.25213	-5.79927		Sidi Bou Maiz,Sidi Bou Maïz		04	491		
2535602	Sidi Boû el Fedâïl	sidi-bou-el-fedail	MA		0	Africa/Casablanca	29.68163	-9.95841		Sidi Bou Lfedail,Sidi Bou Lfedaïl,Sidi Bou el Fedail,Sidi Boulfadail,Sidi Boulfadaïl,Sidi Boû el Fedâïl,Sidi bou Lfedil		09	581		
2535619	Sidi Bou Lanouar	sidi-bou-lanouar	MA		0	Africa/Casablanca	32.86	-6.88				05	311		
2535620	Sidi Bou Lanouar	sidi-bou-lanouar	MA		0	Africa/Casablanca	29.18	-7.46				09			
2535668	Sidi Bou Knadel	sidi-bou-knadel	MA		0	Africa/Casablanca	34.427	-6.13054				04	491		
2535669	Sidi Bou Knadel	sidi-bou-knadel	MA		0	Africa/Casablanca	33.8702	-5.92008				04	291		
2535670	Sidi Bou Laqnadij	sidi-bou-laqnadij	MA		0	Africa/Casablanca	32.92638	-4.99117		Sidi Bou Knadel,Sidi Bou Laqnadij		08	363		
2535696	Zawit Sidi Boukil	zawit-sidi-boukil	MA		0	Africa/Casablanca	32.23323	-4.6923		Zaouia Sidi Bou Kliil,Zaouia Sidi Boukil,Zawit Sidi Boukil		08	363		
2535719	Douar Lemkhalif	douar-lemkhalif	MA		0	Africa/Casablanca	32.24902	-8.35229		Douar Lemkhalif,Sidi Bou Khalifa,Zaouia bou Khalifa		07	427		
2535725	Sidi Bou Kenadi	sidi-bou-kenadi	MA		0	Africa/Casablanca	29.48168	-10.04954		Id Musa U Ali,Sidi Bou Kenadi		10	473		
2535760	Sidi Bouiachi	sidi-bouiachi	MA		160	Africa/Casablanca	35.04893	-3.69927	450	Sidi Bouiachi,Sidi Buiahi		02	167		
2535761	Sidi Bouhria	sidi-bouhria	MA		0	Africa/Casablanca	34.7391	-2.36212		Sidi Bou Houria,Sidi Bouhria,Sidi Bu Huria		02	113		
2535791	Sidi Bouhades	sidi-bouhades	MA		0	Africa/Casablanca	34.7713	-3.46107				02	167		
2535853	Sidi Bouderbal	sidi-bouderbal	MA		0	Africa/Casablanca	29.25705	-10.08051		Sidi Bouderbal,Sidi Buderbal		10	473		
2535865	Sidi Bou Dala	sidi-bou-dala	MA		0	Africa/Casablanca	30.23087	-8.51437				09	541		
2535871	Sidi Bouchta	sidi-bouchta	MA		0	Africa/Casablanca	31.95207	-7.69308		Douar Sidi Bouchta,Sidi Bouchta		07	427		
2535881	Sidi Bouchbar	sidi-bouchbar	MA		0	Africa/Casablanca	35.12945	-3.03259		Sidi Bouchbar,Sidi Buxbar		02	381		
2535910	Sidi bou Brahim	sidi-bou-brahim	MA		0	Africa/Casablanca	31.01032	-9.02164				07	161		
2535912	Sidi Bou Brahim	sidi-bou-brahim	MA		0	Africa/Casablanca	30.21	-8.53				09	541		
2535916	Douar Sidi Boubker	douar-sidi-boubker	MA		0	Africa/Casablanca	31.82596	-7.058		Douar Sidi Boubker,Douar Sidi Boukber,Sidi Boubeker,Sidi Boubker		07	191		
2535921	Sidi Boubker	sidi-boubker	MA		0	Africa/Casablanca	31.31943	-4.25924		Amara,Sidi Bou Beker Ou Amar,Sidi Bou Bekeur Ou Amar,Sidi Boubker		08	201		
2535957	Sidi Bou’azza	sidi-bou-azza	MA		0	Africa/Casablanca	33.84418	-4.41643		Sidi Bou'azza,Sidi Bouazza,Sidi Bouizza,Sidi Bouïzza,Sidi Bou’azza		03	451		
2535987	Sidi Bou Amrane	sidi-bou-amrane	MA		0	Africa/Casablanca	31.22	-6.09				08	577		
2535998	Sidi Bou Allal	sidi-bou-allal	MA		0	Africa/Casablanca	34.31157	-4.35218		Douar Sidi Bou Allal,Sidi Bou Allal		03	561		
2536027	Sidi Bou Abdeli	sidi-bou-abdeli	MA		0	Africa/Casablanca	31.70104	-6.90347		Sidi Bou Abdeli,Sidi Bou Abdelli		05	081		
2536032	Id Iria	id-iria	MA		0	Africa/Casablanca	29.30426	-9.95264		Id Iria,Sidi Borya		10	473		
2536033	Sidi Borya	sidi-borya	MA		0	Africa/Casablanca	29.15	-10.03				10	473		
2536037	Sidi Borja	sidi-borja	MA		0	Africa/Casablanca	29.44799	-10.10757		Sidi Borja,Sidi Borya		10	473		
2536038	Sidi Borja	sidi-borja	MA		0	Africa/Casablanca	29.21417	-10.09792		Sidi Borja,Sidi Borya		10	473		
2536045	Sidi Binnzarene	sidi-binnzarene	MA		0	Africa/Casablanca	30.05417	-9.65096		Sidi Binnzarene,Sidi benzarne		09	163		
2536047	Sidi Bibi	sidi-bibi	MA		0	Africa/Casablanca	30.23784	-9.52877		Sidi Bibi,Sidi Bidi		09	163		
2536051	Sidi Bettach	sidi-bettach	MA		0	Africa/Casablanca	33.56615	-6.89579		Sidi Bettach,Sidi Bettache		06	111		
2536074	Sidi Bennour	sidi-bennour	MA		40044	Africa/Casablanca	32.65236	-8.42769			1118101071	06	181	1118101071	
2536087	Sidi Ben Mimoun	sidi-ben-mimoun	MA		0	Africa/Casablanca	30.57966	-8.91515				09	541		
2536089	Sidi Ben Malek	sidi-ben-malek	MA		0	Africa/Casablanca	32.07618	-7.59398				07	191		
2536100	Douar Sidi Ben Kacem	douar-sidi-ben-kacem	MA		0	Africa/Casablanca	32.49149	-9.02339		Douar Sidi Ben Kacem,Douar Sidi ben Kassem,Sidi Ben Kassem		07	431		
2536114	Dar Sidi Ben Dawd Ben Madani	dar-sidi-ben-dawd-ben-madani	MA		0	Africa/Casablanca	32.97187	-7.3186		Dar Sidi Ben Daoud Ben Madani,Dar Sidi Ben Dawd Ben Madani		06	461		
2536123	Dar Sidi Bou Ch’ayb Ben ’Abdallah	dar-sidi-bou-ch-ayb-ben-abdallah	MA		0	Africa/Casablanca	32.96131	-7.41278		Dar Sidi Ben Chaib Ben Abdallah,Dar Sidi Ben Chaïb Ben Abdallah,Dar Sidi Bou Ch'ayb Ben 'Abdallah,Dar Sidi Bou Ch’ayb Ben ’Abdallah,Douar Sidi bou Chaib ben Abdallah,Douar Sidi bou Chaïb ben Abdallah		06	461		
2536127	Sidi Ben Ayada	sidi-ben-ayada	MA		0	Africa/Casablanca	33.61042	-3.61925				03	131		
2536140	Douar Zaouiat Sidi Ben Aissa	douar-zaouiat-sidi-ben-aissa	MA		0	Africa/Casablanca	33.89318	-4.63808		Dar Sidi Ben Aissa,Dar Sidi Ben Aïssa,Douar Sidi Ben Aissa,Douar Sidi Ben Aïssa,Douar Zaouiat Sidi Ben Aissa,Ouled Sidi Aissa el Ouata,Ouled Sidi Aïssa el Ouata,Sidi Ben Aissa,Sidi Ben Aïssa,Zaouia Sidi Ben Aissa,Zaouia Sidi Ben Aïssa		03	451		
2536172	Sidi Bel Kheir	sidi-bel-kheir	MA		0	Africa/Casablanca	31.49079	-8.43948		Douar Sidi Bel Kheir,Douar Sidi Bel Kheïr,Sidi Bel Keir,Sidi Bel Keïr,Sidi Bel Kheir		07	161		
2536173	Sidi Belkassem Ou Moussa	sidi-belkassem-ou-moussa	MA		0	Africa/Casablanca	30.67331	-8.08148				09	541		
2536181	Sidi Belkassem	sidi-belkassem	MA		0	Africa/Casablanca	34.42034	-3.73144		Douar Sidi Belkassem,Sidi Belkassem		02	265		
2536182	Sidi Belkassem	sidi-belkassem	MA		0	Africa/Casablanca	29.1	-10.08				10	473		
2536185	Sidi Beljer	sidi-beljer	MA		0	Africa/Casablanca	29.41	-10.05		Sidi Belier,Sidi Beljer		10	473		
2536191	Sidi Belaïd	sidi-belaid	MA		0	Africa/Casablanca	32.68051	-9.01896				07	431		
2536192	Sidi Belaïd	sidi-belaid	MA		0	Africa/Casablanca	29.16663	-10.26635		Ait Belaid,Aït Belaid,Sidi Belaid,Sidi Belaïd		10	473		
2536201	Sidi Bel Abbes	sidi-bel-abbes	MA		0	Africa/Casablanca	32.7342	-7.6223				06	461		
2536202	Sidi Bel Abbes	sidi-bel-abbes	MA		0	Africa/Casablanca	30.45	-8.38				09	541		
2536224	Douar Oulad Sidi Bhalil Azzouz	douar-oulad-sidi-bhalil-azzouz	MA		0	Africa/Casablanca	32.34029	-7.96965		Douar Oulad Sidi Bhalil Azzouz,Oulad Sidi Bahilil,Sidi Bahilil		07	427		
2536239	Sidi Azzouz	sidi-azzouz	MA		0	Africa/Casablanca	31.76	-7.66		Douar Sidi Azzouz,Sidi Azzouz		07	427		
2536244	Sidi Azza Ouiktane	sidi-azza-ouiktane	MA		0	Africa/Casablanca	30.6999	-8.21008				09	541		
2536287	Douar Tiyana	douar-tiyana	MA		0	Africa/Casablanca	32.27906	-8.25589		Douar Tiyana,Sidi Aomar		07	427		
2536316	Sidi ’Amar	sidi-amar	MA		0	Africa/Casablanca	32.33782	-5.61248		Sidi 'Amar,Sidi Amar,Sidi Amer Ou Helli,Sidi Ameur Ou Helli,Sidi ’Amar		05	091		
2536317	Sidi Amer Ou Aroun	sidi-amer-ou-aroun	MA		0	Africa/Casablanca	30.7224	-8.20803		Sidi Amer Ou Aroun,Sidi Ameur Ou Aroun		09	541		
2536350	Sidi Amara	sidi-amara	MA		0	Africa/Casablanca	31.70464	-8.72648				07	161		
2536351	Sidi Amara	sidi-amara	MA		0	Africa/Casablanca	31.57754	-8.2932		Douar Sidi Amara,Sidi Amara		07	351		
2536370	Sidi Amar	sidi-amar	MA		0	Africa/Casablanca	32.94987	-5.83225		Ait Ben Amar,Aït Ben Amar,Dechra Sidi Amar,Sidi Amar,Sidi Ammar	1330105212	05	301	1330105212	
2536383	Sidi Allal Tazi	sidi-allal-tazi	MA		0	Africa/Casablanca	34.52257	-6.32197		Allal Tazi,Sidi 'Allal Tazi,Sidi Allal Tazi,Sidi ’Allal Tazi		04	281		
2536385	Douar Sidi Allal	douar-sidi-allal	MA		0	Africa/Casablanca	32.27374	-8.2084		Douar Sidi Allal,Sidi Allali		07	427		
2536392	Sidi Allal El Bahraoui	sidi-allal-el-bahraoui	MA		0	Africa/Casablanca	34.0077	-6.53082		Monod,Sidi Allal El Bahraoui,Sidi Allal al Bahrawi,Sidi-Allal-Bahraoui		04	291		
2536393	Sidi Allal el Bahraoui	sidi-allal-el-bahraoui	MA		0	Africa/Casablanca	34.00166	-6.40878		Sidi Allal el Bahraoui,Sidi-Allal-Bahraoui		04	291		
2536411	Sidi Allal	sidi-allal	MA		0	Africa/Casablanca	33.80833	-5.85934		Ait Allal,Aït Allal,Sidi Allal		04	291		
2536419	Sidi Ali Zourgi	sidi-ali-zourgi	MA		0	Africa/Casablanca	31.90563	-8.6259				07	585		
2536437	Awlad Ben Rahhou	awlad-ben-rahhou	MA		0	Africa/Casablanca	30.97983	-6.62426		Awlad Ben Rahhou,Oulad Berraho,Ouled Berraho,Sidi Ali Ourhou		08	401		
2536451	Sidi Ali Ou Hammou	sidi-ali-ou-hammou	MA		0	Africa/Casablanca	31.60247	-7.65617				07	041		
2536462	Sidi Ali Ou Aomar	sidi-ali-ou-aomar	MA		0	Africa/Casablanca	29.46	-10.01		Sidi Ait U Aomar,Sidi Ali Ou Aomar		10	473		
2536486	Sidi Ali Jama	sidi-ali-jama	MA		0	Africa/Casablanca	29.18	-10.35		Sidi Ali Jama,Sidi Ali U Yama		10	473		
2536487	Sidi Ali Hassine	sidi-ali-hassine	MA		0	Africa/Casablanca	33.01897	-5.93075		Sidi Ali Hassine,Sidi Houseine		05	301		
2536488	Sidi Ali Hassani	sidi-ali-hassani	MA		0	Africa/Casablanca	35.08	-2.93				02	381		
2536512	Sidi ‘ali Al Goumi	sidi-ali-al-goumi	MA		0	Africa/Casablanca	31.64168	-4.19596		Ali el Goumi,Sidi Ali el Goumi,Sidi `ali Al Goumi,Sidi ‘ali Al Goumi		08	201		
2536518	Kharbat Sidi ’Ali	kharbat-sidi-ali	MA		0	Africa/Casablanca	33.28706	-8.32786		Camp de Sidi Ali,Kharbat Sidi 'Ali,Kharbat Sidi ’Ali,Sidi Ali,Sidi Ali d'Azemmour,Sidi Ali d’Azemmour		06	181		
2536528	’Ali Ben Sliman	ali-ben-sliman	MA		0	Africa/Casablanca	31.9475	-7.23885		'Ali Ben Sliman,Ali ben Slimane,Ouled Sidi Ali Ben Slimane,Sidi Ali Bou Slimane,’Ali Ben Sliman		07	191		
2536538	Sidi Ali Bou Hammou	sidi-ali-bou-hammou	MA		0	Africa/Casablanca	31.67	-7.62		Douar Sidi Ali ben Hammou,Sidi Ali Bou Hammou		07	427		
2536540	Dar Sidi ’Ali Bouch’ayb	dar-sidi-ali-bouch-ayb	MA		0	Africa/Casablanca	32.94729	-7.27467		Dar Sidi 'Ali Bouch'ayb,Dar Sidi Ali Bou Chaib,Dar Sidi Ali Bou Chaïb,Dar Sidi ’Ali Bouch’ayb		06	461		
2536543	Sidi ’Ali Bou Aqba	sidi-ali-bou-aqba	MA		0	Africa/Casablanca	34.80275	-3.73297				03	561		
2536565	Sidi Ali Ben Larbi	sidi-ali-ben-larbi	MA		0	Africa/Casablanca	31.23	-8.5		Douar Sidi Ali ben Larbi,Sidi Ali Ben Larbi		07	161		
2536568	Sidi Ali Ben Jbeïra	sidi-ali-ben-jbeira	MA		0	Africa/Casablanca	29.67837	-7.98039				09	551		
2536574	Sidi Ali Ben Demna	sidi-ali-ben-demna	MA		0	Africa/Casablanca	35.12694	-5.85596		Oulad Ali Medoauna,Oulad Ali Medouna,Sidi Ali Ben Demna,Ulad Aali Medina		01	331		
2536596	Sidi Ali Ben Ahmed	sidi-ali-ben-ahmed	MA		0	Africa/Casablanca	32.7336	-7.6612				06	461		
2536648	Sidi Ali	sidi-ali	MA		0	Africa/Casablanca	33.5572	-4.2128		Ait Omar Ou Ali,Aït Omar Ou Ali,Sidi Ali		03	131		
2536674	Sidi Aissa	sidi-aissa	MA		0	Africa/Casablanca	33.60003	-5.32521		Ari n' Sidi Aissa,Ari n' Sidi Ayssa,Ari n’ Sidi Ayssa,Ari n’ Sidi Aïssa,Sidi Aissa		03	171		
2536702	Sidi Aïssa	sidi-aissa	MA		0	Africa/Casablanca	31.9	-9.35		Sidi Aissa,Sidi Aïssa,Zaouia Sidi Aissa,Zaouia Sidi Aïssa		07	431		
2536705	Sidi Aïssa	sidi-aissa	MA		0	Africa/Casablanca	29.43	-10.03		Sidi Aisa,Sidi Aissa,Sidi Aïssa		10	473		
2536714	Sidi Ahmed el Mekerta	sidi-ahmed-el-mekerta	MA		0	Africa/Casablanca	32.92288	-8.28694		Sidi Abd el Mekerta,Sidi Ahmed el Mekerta,Sidi Ain el Mekerta		06	181		
2536771	Id Hmad ou ’Al	id-hmad-ou-al	MA		0	Africa/Casablanca	29.71542	-9.47339		Id Ahmed Ou Ali,Id Hmad ou 'Al,Id Hmad ou ’Al,Sidi Ahmed Ou Ali		09	581		
2536793	Sidi Ahmed el Rhandor	sidi-ahmed-el-rhandor	MA		0	Africa/Casablanca	34.42259	-5.45134		Douar Sidi Ahmed el Rhandor,Sidi Ahmed el Rhandor		04	481		
2536804	Douar Sidi Ahmed El Haj	douar-sidi-ahmed-el-haj	MA		0	Africa/Casablanca	34.43435	-4.95402		Ahmed el Haj,Douar Ahmed el Haj,Douar Sidi Ahmed El Haj,Sidi Ahmed el Hajj		03	531		
2536830	Sidi Ahmed bou Youssef	sidi-ahmed-bou-youssef	MA		0	Africa/Casablanca	34.62325	-6.0079				04	481		
2536863	Douar Ahmed Bel Ghalya	douar-ahmed-bel-ghalya	MA		0	Africa/Casablanca	32.39584	-8.41345		Douar Ahmed Bel Ghalya,Sidi Ahmed ben Mbarka		06	467		
2536868	Sidi Ahmed Ben Jilali	sidi-ahmed-ben-jilali	MA		0	Africa/Casablanca	32.35	-8.6		Douar Sidi Ahmed ben Jilali,Sidi Ahmed Ben Jilali		07	431		
2536926	Sidi Ahmed	sidi-ahmed	MA		0	Africa/Casablanca	29.63	-9.36				09	581		
2536947	Sidi Achaïne	sidi-achaine	MA		0	Africa/Casablanca	29.35	-9.96		Sidi Achaine,Sidi Achaïne,Sidi Axain		10	473		
2536974	Sidi Jbara	sidi-jbara	MA		0	Africa/Casablanca	29.52698	-10.04928		Sidi Abd es Sbaar,Sidi Abel Sbaar,Sidi Jbara		10	473		
2537020	Sidi Abd er Rahmane	sidi-abd-er-rahmane	MA		0	Africa/Casablanca	32.22779	-8.69888		Douar Sidi Abd er Rahmane,Rahmoune,Sidi Abd er Rahmane		07	585		
2537044	Sidi Abd El Rahmane	sidi-abd-el-rahmane	MA		0	Africa/Casablanca	30.50851	-9.07418				09	541		
2537069	Sidi Abd el Malek	sidi-abd-el-malek	MA		0	Africa/Casablanca	32.55144	-5.63459				05	091		
2537124	Sidi Abd el Kader	sidi-abd-el-kader	MA		0	Africa/Casablanca	30.48	-8.78				09	541		
2537133	Sidi Abd el Jelil	sidi-abd-el-jelil	MA		0	Africa/Casablanca	34.09625	-4.58177		Sidi Abd el Jelil,Sidi Abd el Jellil,Sidi Jelil		03	561		
2537170	Sidi ’Abdel’aziz	sidi-abdel-aziz	MA		0	Africa/Casablanca	33.15646	-7.96166		Sidi 'Abdel'aziz,Sidi Abd el Aziz,Sidi ’Abdel’aziz		06	117		
2537177	Sidi Abdalwahad	sidi-abdalwahad	MA		0	Africa/Casablanca	33.80147	-4.98231				03	451		
2537183	Zawyat Sidi ’Abdallah Ou Moussa	zawyat-sidi-abdallah-ou-moussa	MA		0	Africa/Casablanca	30.70469	-8.44651		Sidi Abdallah Ou Moussa,Zaouit Sidi Abdallah Ou Moussa,Zawyat Sidi 'Abdallah Ou Moussa,Zawyat Sidi ’Abdallah Ou Moussa		09	541		
2537184	Sidi Abdallah Ou Mohand	sidi-abdallah-ou-mohand	MA		0	Africa/Casablanca	30.94208	-6.75524				08	401		
2537194	Zawyat Sidi ’Abdallah Bourjg	zawyat-sidi-abdallah-bourjg	MA		0	Africa/Casablanca	30.68711	-8.01097		Sidi Abdallah Ou Bourzig,Zawyat Sidi 'Abdallah Bourjg,Zawyat Sidi ’Abdallah Bourjg		09	541		
2537195	Sidi Abdallah Ou Aziz	sidi-abdallah-ou-aziz	MA		0	Africa/Casablanca	30.45	-7.83				09	541		
2537213	Douar Sidi Abdellah	douar-sidi-abdellah	MA		0	Africa/Casablanca	32.44183	-8.37432		Douar Sidi Abdellah,Sidi Abdallah el Haouaoui		06	467		
2537238	Zawia Sidi ’Abdellah Boubker	zawia-sidi-abdellah-boubker	MA		0	Africa/Casablanca	31.3226	-4.30852		Sidi Abdallah Ben Boubker,Sidi Abdallah Ben Boubkeur,Sidi Abdallah Ben Boubkour,Zawia Sidi 'Abdellah Boubker,Zawia Sidi ’Abdellah Boubker		08	201		
2537239	Sidi ’Abdallah Ben al Majdoub	sidi-abdallah-ben-al-majdoub	MA		0	Africa/Casablanca	34.90854	-2.68928				02	381		
2537244	Sidi Abdallah Bel Haj	sidi-abdallah-bel-haj	MA		0	Africa/Casablanca	29.5	-9.61		Sidi Abdallah Bel Haj,Sidi Abdellah el Hadj,Sidi Ahmed ben Had		09	581		
2537319	Douar Sidi Abdellah	douar-sidi-abdellah	MA		0	Africa/Casablanca	34.16534	-4.32339		Douar Sidi Abdellah,Sidi Abdallah,Sidi Abdallah Ghiate,Sidi Abdallah des Rhiata,Sidi Abou Abdellah		03	561		
2537320	Sidi Abdallah	sidi-abdallah	MA		0	Africa/Casablanca	32.53544	-7.83243		Ouled Abdellah,Sidi Abdallah	0719107152	07	191	0719107152	
2537339	Sidi Abbou	sidi-abbou	MA		0	Africa/Casablanca	33.49212	-6.22381				04	291		
2537356	Sibara	sibara	MA		0	Africa/Casablanca	34.89487	-6.24525		Douar Sibara,Sibara		04	281		
2537357	Siar Tarkount	siar-tarkount	MA		0	Africa/Casablanca	35.23268	-5.92748		Siar,Siar Tarkount,Siar Tarkounte		01	331		
2537358	Syakka	syakka	MA		0	Africa/Casablanca	34.64624	-5.89695		Siaka,Syakka		04	281		
2537359	Siaïra	siaira	MA		0	Africa/Casablanca	34.50431	-4.03161		Jira,Siaira,Siaïra		03	561		
2537361	Siadna	siadna	MA		0	Africa/Casablanca	35.67372	-5.71051				01	227		
2537362	Azyader	azyader	MA		0	Africa/Casablanca	35.61731	-5.38746		Aziader,Azyader,Siadar		01	571		
2537365	Siad	siad	MA		0	Africa/Casablanca	31.43	-8.76				07	161		
2537368	Gueznaia	gueznaia	MA		0	Africa/Casablanca	35.70211	-5.89044		Badriouene,Gueznaia,Gzanaia,Gzanaïa,Gzennaia,Gzennaïa,Sgouennaia		01	511		
2537370	Sgad	sgad	MA		0	Africa/Casablanca	31.81255	-6.68182		Sgad,Sgat,Sgatt,Sgotte,Skatt		05	081		
2537372	Douar Zgaloua	douar-zgaloua	MA		0	Africa/Casablanca	35.62435	-5.57362		Douar Zgaloua,Sgaloua		01	227		
2537378	Sfiani	sfiani	MA		0	Africa/Casablanca	31.61	-7.91		Douar Sfiani,Sefiani,Sfiani		07	351		
2537381	Douar Essefya	douar-essefya	MA		0	Africa/Casablanca	31.52527	-9.10043		Douar Essefya,Sfia		07	161		
2537406	Settat	settat	MA		119082	Africa/Casablanca	33.00103	-7.61662		Azettad,Aẓeṭṭaḍ,Sattat,Setatas,Settat,sai ta te,setateu,sltat,stat,Сеттат,سطات,سلطات,სეტატი,塞塔特,세타트	461	06	461	0646101151	
2537409	Sessaad	sessaad	MA		0	Africa/Casablanca	34.98	-4.48				01	051		
2537424	Serija	serija	MA		0	Africa/Casablanca	34.20767	-4.19849		Douar Serija,Serija		03	561		
2537428	Serhine	serhine	MA		0	Africa/Casablanca	34.80654	-4.81856		Serghina,Serhine		03	531		
2537435	Serb	serb	MA		0	Africa/Casablanca	30.28	-7.06				09	551		
2537439	Sentya	sentya	MA		0	Africa/Casablanca	34.6673	-4.82372		Senntya,Sentya		03	531		
2537446	Douar Sendiyyine	douar-sendiyyine	MA		0	Africa/Casablanca	35.2093	-6.08325		Douar Sendiyyine,Sendiene,Sendiine		01	331		
2537448	Senagra	senagra	MA		0	Africa/Casablanca	29.4	-10.1				10	473		
2537449	Senadla	senadla	MA		0	Africa/Casablanca	35.06299	-5.84301				01	331		
2537452	Semrhouni	semrhouni	MA		0	Africa/Casablanca	32.83967	-4.40716		Semrhouni,Smouhouni		03	131		
2537453	Sammoure	sammoure	MA		0	Africa/Casablanca	32.66779	-4.75828		Ksar de Samora,Sammoure,Semmoura,Semoura		08	363		
2537462	Semda	semda	MA		0	Africa/Casablanca	32.51214	-7.86225		Douar Semda,Semda		07	427		
2537469	Selouane	selouane	MA		0	Africa/Casablanca	35.07313	-2.9423		Selouane,Zelaun,Zelouan,Zelouane,Zeluan,Zeluán	0838105192	02	381	0838105192	
2537471	Selmane	selmane	MA		0	Africa/Casablanca	34.49296	-4.50143		Douar Beni Selmane,Selmane		03	531		
2537475	Es-Sellawit	es-sellawit	MA		0	Africa/Casablanca	34.02567	-2.97369		Es-Sellawit,Sellaouit		02	533		
2537479	As Salek	as-salek	MA		0	Africa/Casablanca	31.39143	-8.33593		As Salek,Douar es Salek,Selk		07	161		
2537480	Selib	selib	MA		0	Africa/Casablanca	34.95323	-5.26479		Salib,Selib,Slib		01	151		
2537481	Selham Oulad el Rhamouigui	selham-oulad-el-rhamouigui	MA		0	Africa/Casablanca	34.60092	-6.02666		Douar Selham Oulad el Rhamouigui,Selham Oulad el Rhamouigui		04	481		
2537485	Taslat	taslat	MA		0	Africa/Casablanca	29.52264	-9.0729		Selat,Slate,Taslat		09	581		
2537488	Selaïma	selaima	MA		0	Africa/Casablanca	35.06827	-4.9612				01	151		
2537495	Douar Essekkoum	douar-essekkoum	MA		0	Africa/Casablanca	32.38541	-9.05412		Douar Essekkoum,Douar Sekkoum,Sekkoum		07	431		
2537500	Douar Skhounat	douar-skhounat	MA		0	Africa/Casablanca	34.00082	-5.3028		Douar Skhounat,Sekhounat,Skhounat		03	061		
2537505	Sayyoufa	sayyoufa	MA		0	Africa/Casablanca	35.65377	-5.71064		Sayoufa,Sayyoufa,Sejoufa		01	227		
2537509	Sejâa	sejaa	MA		0	Africa/Casablanca	34.07077	-5.17759		Douar Sejaa,Sejaa,Sejâa		03	591		
2537515	Douar Sehib Tahtani	douar-sehib-tahtani	MA		0	Africa/Casablanca	31.47512	-8.05139		Douar Sehib Tahtani,Sehib Tahtani		07	041		
2537516	Douar Sehib Foukani	douar-sehib-foukani	MA		0	Africa/Casablanca	31.46795	-8.04685		Douar Sehib Foukani,Sehib Foukani,Shib el Foukani		07	041		
2537519	Douar Sehb Lkhorchef	douar-sehb-lkhorchef	MA		0	Africa/Casablanca	34.01682	-4.42416		Douar Sehb Lkhorchef,Douar Seheb el Khorchef,Seheb el Khorchef		03	561		
2537524	Sehb Sidi Ben Aïssa	sehb-sidi-ben-aissa	MA		0	Africa/Casablanca	33.8	-5.6		La Madeleine,Sehb Sidi Ben Aissa,Sehb Sidi Ben Aïssa		03	171		
2537528	Sehb	sehb	MA		0	Africa/Casablanca	35.39126	-3.00398				02	381		
2537532	Douar Seguedla	douar-seguedla	MA		0	Africa/Casablanca	35.6263	-5.8629		Douar Seguedla,Seguedla		01	511		
2537533	Segraga	segraga	MA		0	Africa/Casablanca	31.53	-7.93		Douar Segraga,Segraga		07	351		
2537534	Sgour	sgour	MA		0	Africa/Casablanca	31.34185	-7.72472		Segour,Sgour		07	041		
2537538	Zeghanghane	zeghanghane	MA		0	Africa/Casablanca	35.15561	-3.00236		Segangan,Segangane,Zeghanghane		02	381		
2537545	Sefrou	sefrou	MA		65150	Africa/Casablanca	33.83186	-4.828		Sefrou,Sefru,Sefrú	1445101091	03	451	1445101091	
2537552	Douar Safliyine	douar-safliyine	MA		0	Africa/Casablanca	35.08563	-5.08089		Douar Safliyine,Sefliene		01	151		
2537553	Seflia	seflia	MA		0	Africa/Casablanca	35.21116	-5.28254		Amharchine,Seflia		01	151		
2537555	Seflet	seflet	MA		0	Africa/Casablanca	34.26	-3.23		Ceflet,Seflet		02	265		
2537561	Douar Sefyane	douar-sefyane	MA		0	Africa/Casablanca	34.78898	-5.81525		Douar Sefiane,Douar Sefyane,Sefian,Sefiane		04	481		
2537564	Seffal	seffal	MA		0	Africa/Casablanca	34.81	-4.16				01	051		
2537566	Sefalat	sefalat	MA		0	Africa/Casablanca	30.18	-5.56				08	587		
2537567	Douar Essaffah	douar-essaffah	MA		0	Africa/Casablanca	34.1285	-4.3964		Douar Essaffah,Douar Sefa,Sefa		03	561		
2537592	Douar Sdigat	douar-sdigat	MA		0	Africa/Casablanca	32.57845	-8.86873		Douar Sdigat,Douar Sedigat,Sedigat,Sediguate		06	467		
2537597	Douar Esseddiq	douar-esseddiq	MA		0	Africa/Casablanca	32.39824	-8.40567		Douar Esseddiq,Seddik		06	467		
2537598	Azegar Lalla Aziza	azegar-lalla-aziza	MA		0	Africa/Casablanca	31.24132	-8.73798		Azegar Lalla Aziza,Azouggar Lalla Aziza,Seddert Lalla Aziza		07	161		
2537603	Douar Sdari	douar-sdari	MA		0	Africa/Casablanca	34.75755	-5.17789		Douar Sdari,Sedari		01	405		
2537605	Douar Sdadma	douar-sdadma	MA		0	Africa/Casablanca	31.89729	-8.45249		Douar Sdadma,Sedadma		07	585		
2537607	Sebt Smara	sebt-smara	MA		0	Africa/Casablanca	34.37104	-4.82306		Douar Sebt Smara,Sebt Smara		03	531		
2537608	Souq Sebt Says	souq-sebt-says	MA		0	Africa/Casablanca	32.77826	-8.64299		Es Sebt,Es Sebt de Sais,Es Sebt de Saïs,Sebt Sais,Sebt Saïs,Sebt es Saiss,Sebt es Saïss,Souk es Sebt,Souq Sebt Says		06	181		
2537609	Sebt des Mzouda	sebt-des-mzouda	MA		0	Africa/Casablanca	31.23752	-8.58258		Es Sebt,Es Sept des Mzouda,Sebt des Mzouda,Souk Es Sebt		07	161		
2537610	Sebt Gzoula	sebt-gzoula	MA		0	Africa/Casablanca	32.10779	-9.08366		Es Sebt,Es Sebt Gzoula,Gzoula,Sebt Gzoula,Sebt des Gzoula,Sebt-Gzoula		07	431		
2537611	Sebt Bni Garfett	sebt-bni-garfett	MA		0	Africa/Casablanca	35.25796	-5.83334		Beni Gorfet,Beni Zarfet,Bni Garfett,Es Sebt,Sebt Bni Garfett,Sebt des Beni Zarfet,Souk-Sebt-des-Beni-Zarfet,Zoco el Sebt de Beni Gorfet		01	331		
2537612	Sebt des Beni Hellal	sebt-des-beni-hellal	MA		0	Africa/Casablanca	32.79791	-8.40172		Ej Jema,El Djema,El Djemâ,El Jema,El Jemâ,Sebt des Beni Hellal,Sebt-Beni-Hellal,Souk ej Jemaa,Souk ej Jemâa,Souk el Jema,Souk el Jemaa		06	467		
2537613	Sebt des Aït Imour	sebt-des-ait-imour	MA		0	Africa/Casablanca	31.55503	-8.29824		Es Sebt,Sebt des Ait Imour,Sebt des Aït Imour		07	351		
2538030	Rikt	rikt	MA		0	Africa/Casablanca	31.02582	-8.13151				07	041		
2537614	Sebt Ait Ikkou	sebt-ait-ikkou	MA		0	Africa/Casablanca	33.66857	-6.13717		Es Sebt,Sebt Ait Ikkou,Sebt des Ait Ikkou,Sebt des Aït Ikkou,Sebt-Ait-Ikkou,Sebt-Aït-Ikkou		04	291		
2537616	Sebt Amar	sebt-amar	MA		0	Africa/Casablanca	31.52341	-8.67647				07	161		
2537621	Douar Sebrara	douar-sebrara	MA		0	Africa/Casablanca	34.34101	-4.33537		Douar Sebrara,Sebrara		03	561		
2537623	Seboula	seboula	MA		0	Africa/Casablanca	35.14844	-5.82195		Seboula,Sebula		01	331		
2537625	Ain Sbou	ain-sbou	MA		0	Africa/Casablanca	33.73545	-4.52822		Ain Sbou,Ain Sebou		03	451		
2537631	Oulad Hmida Essabbana	oulad-hmida-essabbana	MA		0	Africa/Casablanca	32.2723	-8.78745		Douar Sebbana,Oulad Hmida Essabbana,Sebbana		07	431		
2537635	Douar Essobbab	douar-essobbab	MA		0	Africa/Casablanca	34.9387	-5.76115		Douar Essobbab,Essabab,Sabab,Sebbab,Sebbeb		01	331		
2537642	Seba Entougors	seba-entougors	MA		0	Africa/Casablanca	35.08	-4.01		Seba Entougors,Seba Entugors		01	051		
2537644	Seb’at Ou Rijal	seb-at-ou-rijal	MA		0	Africa/Casablanca	34.01612	-2.84341		Seb'at Ou Rijal,Sebaat ou Rijal,Seb’at Ou Rijal		02	533		
2537654	Sebaa Aioun	sebaa-aioun	MA		0	Africa/Casablanca	33.90313	-5.37814				03	171		
2537661	Ain Sbaa	ain-sbaa	MA		0	Africa/Casablanca	34.23136	-6.5411		Ain Sbaa,Ain Sebaa,Ain es Sba,Aïn Sebaa,Aïn es Sbâ		04	281		
2537666	Sdoud	sdoud	MA		0	Africa/Casablanca	34.73326	-6.23621		Douar Sdoud,Sdoud		04	281		
2537672	Schid	schid	MA		0	Africa/Casablanca	31.49652	-5.08928				08	201		
2537674	Sbouia	sbouia	MA		0	Africa/Casablanca	29.81	-9.55		Esbouya,Isbouya,Sbouia,Sbouya		09	581		
2537676	Sbiti	sbiti	MA		0	Africa/Casablanca	31.38634	-7.82843		Douar Sbiti,Sbiti		07	041		
2537677	Sbitat	sbitat	MA		0	Africa/Casablanca	32.31012	-8.06792		Douar Sbilet,Sbitat,Sbitate		07	427		
2537688	Sbaït	sbait	MA		0	Africa/Casablanca	31.41	-8.48		Sbait,Sbaït,Sbeit,Sbeït		07	161		
2537702	Çahçah	cahcah	MA		0	Africa/Casablanca	32.09711	-6.91948		Cahcah,Sasaha,Çahçah		05	081		
2537705	Douar Saro	douar-saro	MA		0	Africa/Casablanca	31.53001	-8.16651		Douar Saro,Douar Sarro,Sarro,Saruo Saada		07	351		
2537710	Douar Sariwa	douar-sariwa	MA		0	Africa/Casablanca	33.93214	-4.42121		Douar Sariwa,Sarioua,Sariya		03	561		
2537713	Sarij	sarij	MA		0	Africa/Casablanca	33.48587	-4.37019				03	131		
2537714	Sarhro Ougmar	sarhro-ougmar	MA		0	Africa/Casablanca	30.64092	-6.75832				08	587		
2537717	Sarhour	sarhour	MA		0	Africa/Casablanca	34.63792	-3.97444				03	561		
2537719	Sarhlef	sarhlef	MA		0	Africa/Casablanca	31.80159	-8.15058				07	351		
2537728	Saouna	saouna	MA		0	Africa/Casablanca	34.94892	-3.39928				02	167		
2537730	Saouat	saouat	MA		0	Africa/Casablanca	31.01078	-9.33988		Saouat,Saouate		07	211		
2537731	Hay Saniat Torris	hay-saniat-torris	MA		0	Africa/Casablanca	35.73409	-5.34448		Hay Saniat Torris,Sania Torres		01			
2537735	Sanya	sanya	MA		0	Africa/Casablanca	35.77579	-5.75091		Sania,Sanya		01	511		
2537740	Sanestedous	sanestedous	MA		0	Africa/Casablanca	35.15812	-3.96277		Sanestedous,Sanestedus		01	051		
2537741	Sanaga	sanaga	MA		0	Africa/Casablanca	30.72798	-9.10219		Sanaga,Sanagna		09	541		
2537743	Samsa	samsa	MA		0	Africa/Casablanca	35.59367	-5.40681		Samsa,Semsa		01	571		
2537747	Sammar	sammar	MA		0	Africa/Casablanca	35.22045	-3.16596		Aaxanen,Samarane,Saminar,Sammar,Sammâr		02	381		
2537748	Sâmmar	sammar	MA		0	Africa/Casablanca	35.17333	-4.10488				01	051		
2537755	Taliywa	taliywa	MA		0	Africa/Casablanca	29.61949	-9.20725		Salioua,Taliywa		09	581		
2537759	Amassine	amassine	MA		0	Africa/Casablanca	31.39262	-7.72618		Ait Salan,Amassine,Aït Salan,Salen,Salene		07	041		
2537760	Salem Ben Amer	salem-ben-amer	MA		0	Africa/Casablanca	31.98	-8.86		Douar Salem ben Amor,Ouled Salem,Salem Ben Amer		07	431		
2537763	Sale	sale	MA		903485	Africa/Casablanca	34.0531	-6.79846		Sala,Sale,Sali,Sallee,Salé,Sla,Slà,sla,Сале,سلا		04	441		
2537764	Salasi	salasi	MA		0	Africa/Casablanca	31.82351	-7.98802		Agadir,Douar Salas,Nzalet Salas,Salasi,Salasse		07	427		
2537766	Salama	salama	MA		0	Africa/Casablanca	30.81989	-9.57664		Es Siama,Salama		09	001		
2537771	Aït Salah	ait-salah	MA		0	Africa/Casablanca	32.56803	-6.23539		Ait Salah,Aït Salah,Dar Salah		05	091		
2537772	Salah	salah	MA		0	Africa/Casablanca	31.76375	-8.42004				07	585		
2537776	Douar Saqya	douar-saqya	MA		0	Africa/Casablanca	33.89418	-4.37038		Douar Saqya,Sakia,Sakia Ouled Ali		03	561		
2537778	Sakendous	sakendous	MA		0	Africa/Casablanca	34.15396	-4.20417		Douar Sakenndous,Sakendous,Sakenndouss		03	561		
2537782	Saka	saka	MA		0	Africa/Casablanca	34.61933	-3.41432		Saka		02	265		
2537783	Saissid	saissid	MA		0	Africa/Casablanca	30.05036	-9.08076		Saissid,Saïssid		09	163		
2537786	Sainte des Tabacs D’el Mouidzine	sainte-des-tabacs-d-el-mouidzine	MA		0	Africa/Casablanca	34.29	-6.41				04	281		
2537793	Sa’id ou ’Omar	sa-id-ou-omar	MA		0	Africa/Casablanca	33.01997	-4.75692		Kasba Mohand ou Aomar,Sa'id ou 'Omar,Said Ou Omar,Saïd Ou Omar,Sa’id ou ’Omar		03	131		
2537794	Douar Said Ou Moussa	douar-said-ou-moussa	MA		0	Africa/Casablanca	32.29699	-7.74245		Douar Said Ou Moussa,Said ou Moussa		07	427		
2537800	Saïdlate	saidlate	MA		0	Africa/Casablanca	32.48346	-8.58135				06	467		
2537802	Saidia	saidia	MA		3871	Africa/Casablanca	35.08195	-2.22897		Saida,Saidia,Saidia du Kiss,Saidija,Saïda,Saïdia,Saïdia du Kiss,Саидия		02	113		
2537804	Saidene	saidene	MA		0	Africa/Casablanca	34.21271	-2.57444		Saidene,Saïdene		02	533		
2537806	Saïd Ben Oumer	said-ben-oumer	MA		0	Africa/Casablanca	31.79033	-9.05519		Joualla,Said Ben Oumer,Saïd Ben Oumer		07	211		
2537807	Saïdate	saidate	MA		0	Africa/Casablanca	31.98309	-8.63801		Saidate,Saidato,Saïdate,Saïdato		07	585		
2537808	Douar Essaidat	douar-essaidat	MA		0	Africa/Casablanca	31.70585	-8.48303		Dar Saidate,Douar Essaidat,Douar Saidat,Douar Saïdat,Saidat,Saidate,Saïdat		07	161		
2537809	Saïdat	saidat	MA		0	Africa/Casablanca	31.34402	-8.70516		Douar Saidat,Douar Saïdat,Saidat,Saidate,Saïdat,Saïdate		07	161		
2537813	Douar Saïda	douar-saida	MA		0	Africa/Casablanca	34.36257	-4.0643		Douar Saida,Douar Saïda,Saida,Saïda		03	561		
2537814	Saïda	saida	MA		0	Africa/Casablanca	32.82929	-4.33729		Laida,Laïda,Saida,Saïda		03	131		
2538277	Resama	resama	MA		0	Africa/Casablanca	34.43202	-5.35767		Rasma,Resama		03	531		
2537824	Aç-çahrij	ac-cahrij	MA		0	Africa/Casablanca	31.80489	-7.14638		Ac-cahrij,Aç-çahrij,Sahrij,Sahriz,Zaouia Chary		07	191		
2537825	Sahrij	sahrij	MA		0	Africa/Casablanca	30.4524	-8.9259		Charij,Sahrij		09	541		
2537829	Douar Sakheret Lqat	douar-sakheret-lqat	MA		0	Africa/Casablanca	35.00654	-5.67861		Douar Sakheret Lqat,Saherat el Ket		01	331		
2537831	Saheli	saheli	MA		0	Africa/Casablanca	31.95384	-3.43991		Ksar Sahli,Saheli,Sahli		08	201		
2537835	Sahel	sahel	MA		0	Africa/Casablanca	34.96	-4.55				01	051		
2537836	Sahed el Atrous	sahed-el-atrous	MA		0	Africa/Casablanca	31.3178	-8.74459		Douar Seblatrous Lababsa,Sahed el Atrous		07	161		
2537837	Sahbo Rwa	sahbo-rwa	MA		0	Africa/Casablanca	33.00577	-4.85985		Sahb Roa,Sahbo Rwa		08	363		
2537840	Sehabat	sehabat	MA		0	Africa/Casablanca	32.56053	-9.17376		Douar Sahabat,Sahabat,Sehabat		07	431		
2537841	Sagour	sagour	MA		0	Africa/Casablanca	30.31434	-8.4572				09	541		
2537844	Sat Traoula	sat-traoula	MA		0	Africa/Casablanca	35.00503	-5.65244		Ed Delem el 'Emik,Ed Delem el ’Emik,Saf Traoula,Sat Traoula		01	331		
2537846	Safsafat Kissaria	safsafat-kissaria	MA		0	Africa/Casablanca	34.1712	-3.54915		Douar Safsafat Kissaria,Safsafat,Safsafat Kissaria,Safsafate Kissaria,Safsafate Kissaría		02	265		
2537847	Safsafat Kissaria	safsafat-kissaria	MA		0	Africa/Casablanca	34.16	-3.55				02	265		
2537851	Safsafat	safsafat	MA		0	Africa/Casablanca	34.14381	-3.61808		Douar Safsafat,Safsafat,Safsafate		02	265		
2537853	Safsafa	safsafa	MA		0	Africa/Casablanca	35.60036	-5.8038		El Safsafa,Safsafa,Sefsafa		01	511		
2537854	Safsafa	safsafa	MA		0	Africa/Casablanca	31.5864	-8.35234		Douar Safsafa,Safsafa		07	351		
2537870	Safsaf	safsaf	MA		0	Africa/Casablanca	35.18484	-5.81101				01	331		
2537871	Safsaf	safsaf	MA		0	Africa/Casablanca	31.85	-4.58				08	201		
2537872	Safsaf	safsaf	MA		0	Africa/Casablanca	31.48159	-4.77451				08	201		
2537876	Tafiyrast	tafiyrast	MA		0	Africa/Casablanca	29.6131	-9.18378		Safirest,Tafirast,Tafiyrast		09	581		
2537881	Safi	safi	MA		288163	Africa/Casablanca	32.29939	-9.23718		Asafi,Asfi,SFI,Safi,Safim,Safí,Sáfí,asfy,asfy  mraksh,sa fei,safi,sapi,Сафи,Сафі,Սաֆի,סאפי,آسفي,اسفی,اسفی، مراکش,საფი,ⴰⵙⴼⵉ,サフィ,薩非,사피	431	07	431	1143101031	
2537883	Saf Lakhlaf	saf-lakhlaf	MA		0	Africa/Casablanca	35.15025	-5.80258		Lesf Dkhalef,Saf Lakhlaf,Saf el Khalaf		01	331		
2537886	Douar Essaf	douar-essaf	MA		0	Africa/Casablanca	34.95858	-5.67887		Douar Essaf,Douar Saf,Saf		01	405		
2537889	Douar Saadla	douar-saadla	MA		0	Africa/Casablanca	32.37719	-9.09362		Douar Saadla,Douar Sadla,Douar Sâdla,Saadla,Sadla,Saâdla,Sâdla		07	431		
2537890	Douar Saadiyach	douar-saadiyach	MA		0	Africa/Casablanca	35.64793	-5.53016		Douar Saadiyach,Sadies		01	227		
2537891	Douar Saadat	douar-saadat	MA		0	Africa/Casablanca	35.35065	-5.00756		Douar Saadat,Sader		01	151		
2537896	Sabel	sabel	MA		0	Africa/Casablanca	29.36	-9.9				10	473		
2537897	Sabariene	sabariene	MA		0	Africa/Casablanca	35.15	-4.11		Sabarien,Sabariene		01	051		
2537900	Douar Zaazae	douar-zaazae	MA		0	Africa/Casablanca	35.0021	-5.7162		Douar Zaazae,Ez Z'ara,Ez Z’ara,Saasa		01	331		
2537902	Saada	saada	MA		0	Africa/Casablanca	32.30667	-8.84548		Douar Saadna,Saada,Saadna		07	431		
2537903	Saâdi	saadi	MA		0	Africa/Casablanca	34.91701	-6.17028		Douar Saadi,Douar Saâdi,Saadi,Saâdi		04	281		
2537909	Douar Rzigat	douar-rzigat	MA		0	Africa/Casablanca	34.97979	-5.97769		Douar Rzigat,Rzigat,Rziguet		01	331		
2537924	Erroummane	erroummane	MA		0	Africa/Casablanca	35.70189	-5.64509		Erroummane,Roummane		01	227		
2537932	Rouissia	rouissia	MA		0	Africa/Casablanca	34.84361	-6.30072		Douar Rouissia,Rouissia		04	281		
2537944	Rouich	rouich	MA		0	Africa/Casablanca	32.03748	-7.37508		Douar Rouich,Raouiche,Rouich		07	191		
2537947	Rouda	rouda	MA		0	Africa/Casablanca	33.77724	-4.9588				03	451		
2537950	Douar Rouala	douar-rouala	MA		0	Africa/Casablanca	34.58235	-6.22237		Douar Rouala,Douar Rouata,Rouata		04	281		
2537951	Douar Rouaoussa	douar-rouaoussa	MA		0	Africa/Casablanca	35.25532	-5.7006		Douar Rouaoussa,Rouaousa,Rouaoussa		01	331		
2537954	Douar Rouamcha	douar-rouamcha	MA		0	Africa/Casablanca	32.31229	-9.20105		Douar Rouamcha,Rouamcha		07	431		
2537955	Rouamcha	rouamcha	MA		0	Africa/Casablanca	32.26959	-9.0909		Douar Rouamcha,Rouamcha		07	431		
2537956	Rwajah	rwajah	MA		0	Africa/Casablanca	32.31397	-6.70826		Rouajah,Rwajah		05	255		
2537958	Douar Rouahla	douar-rouahla	MA		0	Africa/Casablanca	32.42784	-8.89011		Douar Rouahla,Rouahla		07	431		
2537960	Rouahel	rouahel	MA		0	Africa/Casablanca	32.18954	-9.01904				07	431		
2537965	Rouadi	rouadi	MA		0	Africa/Casablanca	35.14119	-4.13631			1505105212	01	051	1505105212	
2537970	Rouabah	rouabah	MA		0	Africa/Casablanca	34.24011	-3.86857		Awabah,Douar Rouabah,Rouabah,Rwabah		02	265		
2537973	Rod	rod	MA		0	Africa/Casablanca	30.94676	-7.09144		Rod,Rot		08	401		
2537977	Rondi	rondi	MA		0	Africa/Casablanca	35.60777	-5.52017				01	571		
2537989	Douar Errekba	douar-errekba	MA		0	Africa/Casablanca	34.32798	-4.31944		Douar Errekba,Douar Rokba,Rokba		03	561		
2537990	Douar Errouqaa	douar-errouqaa	MA		0	Africa/Casablanca	34.16003	-4.28374		Douar Errouqaa,Douar Roka,Roka		03	561		
2537994	Roches Noires	roches-noires	MA		0	Africa/Casablanca	33.60016	-7.58299		Casablanca-Roches Noires,Feu des Roches Noires,Les Roches Noires,Roche Noire,Roches Noires		06	141		
2537995	Douar Erroucha	douar-erroucha	MA		0	Africa/Casablanca	31.76196	-7.50462		Douar Erroucha,Rocha,Roha		07	191		
2538012	Douar Sehb Lahmar	douar-sehb-lahmar	MA		0	Africa/Casablanca	31.52689	-8.97801		Douar Sehb Lahmar,Rmal Lahmar		07	161		
2538013	Douar Drarat Rmel	douar-drarat-rmel	MA		0	Africa/Casablanca	32.51017	-8.97809		Douar Drarat Rmel,Rmal		07	431		
2538015	Arkount	arkount	MA		0	Africa/Casablanca	30.83077	-8.36814		Arkount,Rkount		09	541		
2538016	Rkoum	rkoum	MA		0	Africa/Casablanca	31.23735	-6.14204		R'Koun,Rkoum,R’Koun		08	577		
2538024	Rjel el Kheneg	rjel-el-kheneg	MA		0	Africa/Casablanca	31.38703	-8.9696		Djel El Kheneg,Jel el Kheneg,Rijal el Kheneg,Rjel el Kheneg		07	161		
2538027	Reçani	recani	MA		20469	Africa/Casablanca	31.28318	-4.26565		Recani,Reçani,Risani,Rissani,Рисани		08	201		
2538028	Rislane	rislane	MA		0	Africa/Casablanca	34.76987	-2.46034		Rislane,Rislane Thata	0811305132	02	113	0811305132	
2538031	Rihine	rihine	MA		0	Africa/Casablanca	34.7814	-5.73005		Douar Rihjene,Douar Rihyne,Rihine,Rihyne		01	405		
2538034	Rihana	rihana	MA		0	Africa/Casablanca	35.01355	-5.45794		Raihana,Raïhana,Rihana		01	405		
2538042	Riffiene	riffiene	MA		0	Africa/Casablanca	35.82512	-5.35766		Riffien,Riffiene		01			
2538043	Douar Errifiyine Lfouqiya	douar-errifiyine-lfouqiya	MA		0	Africa/Casablanca	35.51196	-5.23224		Douar Errifiyine Lfouqiya,Riffiene		01	571		
2538044	Rif d’Aïn Hedid	rif-d-ain-hedid	MA		0	Africa/Casablanca	35.25906	-5.71468				01	331		
2538058	Douar Laarayech	douar-laarayech	MA		0	Africa/Casablanca	32.5586	-8.95401		Douar Laarayech,Douar er Rich,Rich		07			
2538059	Rich	rich	MA		0	Africa/Casablanca	32.25644	-4.50152				08	363		
2538063	Riat	riat	MA		0	Africa/Casablanca	32.6147	-5.71976				05	091		
2538065	Ryayna	ryayna	MA		0	Africa/Casablanca	35.42986	-5.96222		Er Riaina,Er Riaïna,Riaina,Riaïna,Ryayna		01	511		
2538066	Douar Rayayra	douar-rayayra	MA		0	Africa/Casablanca	34.72729	-5.15922		Douar Rayayra,Riaina,Riaïna		03	531		
2538067	Rieïna	rieina	MA		0	Africa/Casablanca	34.51105	-4.42691		Riaina,Riaïna,Rieina,Rieïna		03	531		
2538068	Riaïna	riaina	MA		0	Africa/Casablanca	30.54081	-8.96038		R'Khina,Riaina,Riaïna,R’Khina		09	541		
2538069	Riaïna	riaina	MA		0	Africa/Casablanca	30.46636	-9.23499				09	541		
2538072	Douar Riyah Lqabliya	douar-riyah-lqabliya	MA		0	Africa/Casablanca	34.55973	-6.42305		Douar Riah el Beharia,Douar Riyah Lqabliya,Riah el Bahria,Riah el Beharia		04	281		
2538073	Douar Riah	douar-riah	MA		0	Africa/Casablanca	34.8773	-6.27134		Douar Riah,El Riah,Riah		04	281		
2538090	Rhouirgat	rhouirgat	MA		0	Africa/Casablanca	31.4281	-8.83864		Rhouirgat,Rhouirgate,Rouirgah		07	161		
2538092	Ghouirat	ghouirat	MA		0	Africa/Casablanca	33.70411	-3.54182		Ghouirat,Rhouirat		03	131		
2538094	Rhouibat Kortba	rhouibat-kortba	MA		0	Africa/Casablanca	34.68	-5.34649		Rhouibat Kortba,Rhouibate Kortba		01	405		
2538095	Rhouiba	rhouiba	MA		0	Africa/Casablanca	34.76582	-5.29769		Ghouiba,Rhouiba		01	405		
2538099	Ghouazi	ghouazi	MA		0	Africa/Casablanca	34.47737	-5.30235		Ghouazi,Rhouazi	1553105052	03	531	1553105052	
2538100	Douar Chdadra	douar-chdadra	MA		0	Africa/Casablanca	32.59548	-8.2123		Bled el Rhouatsa,Douar Chdadra		06	467		
2538102	Douar Leghoualem	douar-leghoualem	MA		0	Africa/Casablanca	32.17925	-8.67989		Douar Leghoualem,Douar el Ghoualem,Ghoualem,Rhoualem		07	585		
2538103	Leghoualem Lahteyba	leghoualem-lahteyba	MA		0	Africa/Casablanca	32.01376	-8.73833		Douar Rhoualem,Ghoualem Koba,Leghoualem Lahteyba,Rhoualem		07	585		
2538105	Rhorm El Alem	rhorm-el-alem	MA		0	Africa/Casablanca	32.52649	-6.15647		Kasba Ghorm el Alem,Kasba Rorm el Alem,Rhorm El Alem,Sidi Haddou el Alem		05	091		
2538106	Rhorfat	rhorfat	MA		0	Africa/Casablanca	34.86	-3.81				03	561		
2538114	Douar Ghomra	douar-ghomra	MA		0	Africa/Casablanca	34.17571	-5.35396		Douar Ghomra,Rhomra		03	061		
2538116	Rhomara es Sefla	rhomara-es-sefla	MA		0	Africa/Casablanca	34.50657	-4.77334				03	531		
2538123	Rhiznet	rhiznet	MA		0	Africa/Casablanca	33.11	-3.56				03	131		
2538126	Rhir Melloud	rhir-melloud	MA		0	Africa/Casablanca	34.63928	-4.80527				03	531		
2538129	Nzalat Khirat	nzalat-khirat	MA		0	Africa/Casablanca	32.06192	-7.96176		Douar Rhirat,Khairat,Khaïrat,Nzalat Khirat,Rhirat,Rhirate		07	427		
2538131	Douar Righa	douar-righa	MA		0	Africa/Casablanca	35.00262	-5.62316		Douar Righa,Rhira,Righa		01	405		
2538141	Chiahna	chiahna	MA		0	Africa/Casablanca	31.45983	-4.23883		Chiahna,Ghihana,Rhihana		08	201		
2538145	Douar Ghiyyaba	douar-ghiyyaba	MA		0	Africa/Casablanca	34.43996	-4.7611		Douar Ghiyyaba,Douar Rhiaba,Rhiaba		03	531		
2538147	Tal’at Ghezlane	tal-at-ghezlane	MA		0	Africa/Casablanca	33.13418	-7.6283		Tal'at Ghezlane,Talaa Rhezlane,Talâa Rhezlane,Tal’at Ghezlane		06	461		
2538148	Douar Rzazza	douar-rzazza	MA		0	Africa/Casablanca	34.18216	-4.4519		Douar Rhezazza,Douar Rzazza,Ghezazza,Rhezazza		03	531		
2538151	Rhezaouna	rhezaouna	MA		0	Africa/Casablanca	32.43207	-7.28369		Douar Rhezaouna,Douar ben Daoud,Laghzouana,Rhezaouna		06	461		
2538152	Douar Gheya	douar-gheya	MA		0	Africa/Casablanca	31.50698	-8.14762		Douar Gheya,Douar Rheya,Rheya		07	041		
2538156	Rhessouane	rhessouane	MA		0	Africa/Casablanca	29.91	-5.58				08	587		
2538164	Leghribat	leghribat	MA		0	Africa/Casablanca	32.46119	-9.19052		Dour Rheribat,Leghribat,Rheribat,Rhibat		07	431		
2538174	Ghellil Aït Isfoul	ghellil-ait-isfoul	MA		0	Africa/Casablanca	31.46204	-5.37108		Ghalil,Ghellil Ait Isfoul,Ghellil Aït Isfoul,Rhellil,Rhellil Ait Isfoul,Rhellil Aït Isfoul		08	577		
2538178	Douar Gefafra	douar-gefafra	MA		0	Africa/Casablanca	34.44698	-5.09114		Douar Gefafra,El Ghefafra,Ghefafra,Ghéfafra,Rhefafra		03	531		
2538189	Douar Ghazwane	douar-ghazwane	MA		0	Africa/Casablanca	32.55996	-3.47814		Douar Ghazwane,Rhazzouane		02	251		
2538203	Regraga	regraga	MA		0	Africa/Casablanca	32.2611	-9.03051		Douar Rgarga,Regraga,Rgarga,Rharga		07	431		
2538205	Rhar el Kaïs	rhar-el-kais	MA		0	Africa/Casablanca	34.76	-4.15				01	051		
2538213	Gharba	gharba	MA		0	Africa/Casablanca	32.17975	-8.01867		Gharba,Rharba		07	427		
2538222	Rhamt	rhamt	MA		0	Africa/Casablanca	31.77696	-6.88493				05	081		
2538225	Rhamadane	rhamadane	MA		0	Africa/Casablanca	31.05	-6.6		Rhamadan,Rhamadane		08	401		
2538227	Ghalil	ghalil	MA		0	Africa/Casablanca	30.91606	-6.83872		Ghalil,Rhallil		08	401		
2538240	Rhabt Safsaf	rhabt-safsaf	MA		0	Africa/Casablanca	33.67237	-3.58225				03	131		
2538252	Douar Rguita	douar-rguita	MA		0	Africa/Casablanca	32.27875	-7.94963		Douar Rguita,Rguita		07	427		
2538254	Douar Rguibat Hmiri	douar-rguibat-hmiri	MA		0	Africa/Casablanca	32.35347	-8.32755		Douar Reguibate,Douar Rguibat Hmiri,Rguibat,Rguibate,Rguibate Oued		07	427		
2538255	Rguiaat	rguiaat	MA		0	Africa/Casablanca	32.47905	-9.13932		Douar Rguiat,Rguiaat,Rguiat		07	431		
2538256	Rgab	rgab	MA		0	Africa/Casablanca	29.46	-9.55		Er Rgabe,Rgab		10	473		
2538267	Reteïm	reteim	MA		0	Africa/Casablanca	30.40674	-9.22153		Reteim,Reteïm,Rtim		09	541		
2538269	Retba	retba	MA		0	Africa/Casablanca	34.60818	-4.64084				03	531		
2538271	Restinga Smir	restinga-smir	MA		0	Africa/Casablanca	35.7539	-5.34493		Restinga,Restinga Smir,Restinga-Smir		05	255		
2538272	Restinga	restinga	MA		0	Africa/Casablanca	35.15236	-2.78654				02	381		
2538286	Erramla	erramla	MA		0	Africa/Casablanca	34.60519	-5.06627		Erramla,Ramla,Remla		03	531		
2538291	Remiki	remiki	MA		0	Africa/Casablanca	34.69147	-6.02749		Douar Remiki,Ouled el Meki,Remiki		04	281		
2538296	Rmel Marj Elloua	rmel-marj-elloua	MA		0	Africa/Casablanca	35.65541	-5.59631		Er Remel,Marjiloua,Merj el Lououa,Remel,Rmel Marj Elloua		01	227		
2538298	Ceolle Errakhma	ceolle-errakhma	MA		0	Africa/Casablanca	33.40302	-6.7831		Ceolle Errakhma,Kef er Rekrama		04	291		
2538302	Douar Rguibat Lqoddami	douar-rguibat-lqoddami	MA		0	Africa/Casablanca	32.18467	-7.9655		Douar Rekibat,Douar Rguibat Lqoddami,Reguibat Si Omar,Rekibat,Rekibate		07	427		
2538303	Rekiba	rekiba	MA		0	Africa/Casablanca	34.71241	-4.86062		Rekiba,Rkiba		03	531		
2538306	Rekaïna	rekaina	MA		0	Africa/Casablanca	29.73	-9.55		Rekaina,Rekaïna,Rkouina,Rkouïna,Rquaina,Rquaïna		09	581		
2538307	Rekada	rekada	MA		0	Africa/Casablanca	35.21903	-6.07594		Rakada,Rekada		01	331		
2538311	Douar Rhouna	douar-rhouna	MA		0	Africa/Casablanca	35.3508	-6.0623		Douar Rhouna,Rehouna,Renouna		01	511		
2538313	Rehea	rehea	MA		0	Africa/Casablanca	35.20529	-3.76986		Rbije,Rehea,Rehen		02	167		
2538314	Douar Rouasuna	douar-rouasuna	MA		0	Africa/Casablanca	32.42042	-8.95995		Douar Rehaoua,Douar Rouasuna,Rehaoua,Rouaouna		07	431		
2538317	Rehala	rehala	MA		0	Africa/Casablanca	29.43	-8.26		Rahala,Rehala		09	551		
2538318	Rhahla	rhahla	MA		0	Africa/Casablanca	35.01228	-6.03612		Rehahla,Rehala,Rhahla		01	331		
2538322	Douar Rguibat	douar-rguibat	MA		0	Africa/Casablanca	32.15952	-8.28266		Douar Rguibat,Reguibat,Reguibet		07	427		
2538325	Regraga	regraga	MA		0	Africa/Casablanca	31.21478	-8.24873		Regagma,Regraga,Regâgma		07	041		
2538329	Reggou	reggou	MA		0	Africa/Casablanca	33.73551	-4.00575				03	561		
2538330	Reggou	reggou	MA		0	Africa/Casablanca	33.61993	-3.72385				03	131		
2538331	Reggada	reggada	MA		0	Africa/Casablanca	30.50963	-8.62426				09	541		
2538332	Reggada	reggada	MA		0	Africa/Casablanca	29.58016	-9.70086		Er Reggada,Reggada,Souk-el-Had de Reggada,alrgadt,alrkadt,alrqadt,الرقادة,الركادة,الرگادة	0458111112	09	581	0458111112	
2538336	Regba	regba	MA		0	Africa/Casablanca	29.93	-5.53		Regaba,Regabâ,Regba		08	587		
2538338	Regagda	regagda	MA		0	Africa/Casablanca	35.08184	-5.84433				01	331		
2538342	Regada	regada	MA		0	Africa/Casablanca	34.39046	-2.17472				02	275		
2538345	Douar Al Ghefiriya	douar-al-ghefiriya	MA		0	Africa/Casablanca	32.97322	-3.71717		Douar Al Ghefiriya,Refria		03	131		
2538346	Douar Lamtahene	douar-lamtahene	MA		0	Africa/Casablanca	34.16289	-4.31811		Douar Lamtahene,Douar Refda el Hamra,Refda el Hamra		03	561		
2538347	Refaif	refaif	MA		0	Africa/Casablanca	35.45566	-5.90888		Er Refaif,Er Refaïf,Er-Rfaif,Refaif,Refait,Refaïf		01	511		
2538352	Rchida	rchida	MA		0	Africa/Casablanca	33.87029	-3.22565		Rchida,Rechida		02	265		
2538355	Rechachma	rechachma	MA		0	Africa/Casablanca	34.27736	-5.38261		Ghechachma,Rechachma		03	531		
2538357	Rebat Tinezouline	rebat-tinezouline	MA		0	Africa/Casablanca	30.50819	-6.10161		Rbate,Rebat Tinezouline,Rebat du Tinzouline		08	587		
2538360	Rbât	rbat	MA		0	Africa/Casablanca	30.73812	-6.44578		Rbat,Rbât,Rebat		08	587		
2538361	Errahbaa	errahbaa	MA		0	Africa/Casablanca	32.01992	-7.97142		Errahbaa,Rebaa		07	427		
2538366	Lekhechachna	lekhechachna	MA		0	Africa/Casablanca	32.1468	-8.79495		Lekhechachna,Rchechna,Rechechma		07	585		
2538368	Rbit	rbit	MA		0	Africa/Casablanca	31.65168	-4.18857		Rbit,Rbite		08	201		
2538372	Rbaat Hamadi	rbaat-hamadi	MA		0	Africa/Casablanca	32.02128	-9.153		Douar Cheikh Hamadi,R bat Hamadi,Rbaat Hamadi		07	431		
2538373	Rbaat Lafquih	rbaat-lafquih	MA		0	Africa/Casablanca	32.05676	-9.12572		Rbaat Lafquih,Rbat El Fkih		07	431		
2538374	Rbat	rbat	MA		0	Africa/Casablanca	32.29116	-9.24269				07	431		
2538375	Rbat	rbat	MA		0	Africa/Casablanca	31.66637	-6.36813				05	081		
2538376	Rbat	rbat	MA		0	Africa/Casablanca	31.56	-8.51		Bou Rbat,El Rabat,Rbat		07	161		
2538377	Sidi Rbat	sidi-rbat	MA		0	Africa/Casablanca	30.08449	-9.66257		Rbat,Sidi Rbat		09	163		
2538378	Rba Çfia	rba-cfia	MA		0	Africa/Casablanca	32.94344	-3.79418		Rba Cfia,Rba Sfia,Rba Çfia		03	131		
2538385	Ratba	ratba	MA		0	Africa/Casablanca	34.77772	-4.93989			1553103112	03	531	1553103112	
2538392	Ras Kebdana	ras-kebdana	MA		0	Africa/Casablanca	35.14069	-2.42455		Ras Kebdana,Ras el Ma		02	381		
2538396	Ras el Oued	ras-el-oued	MA		0	Africa/Casablanca	34.15	-4		Ras el Oued,Rass el Ma		03	561		
2538397	Douar Ras Mqil	douar-ras-mqil	MA		0	Africa/Casablanca	34.86578	-5.80487		Douar Ras Mqil,Ras Mkil,Ras el Mekil		04	281		
2538401	Ras el Ma	ras-el-ma	MA		0	Africa/Casablanca	33.97399	-5.09613		Domaine de Ras el Ma,Ras el Ma,Rasse-Ma		03	591		
2538402	Ras el Aswad	ras-el-aswad	MA		0	Africa/Casablanca	35.68549	-5.27477				01			
2538406	Ras ed Dar	ras-ed-dar	MA		0	Africa/Casablanca	34.65491	-4.37532				03	531		
2538423	Ramla Bou Hassane	ramla-bou-hassane	MA		0	Africa/Casablanca	34.91	-5.38		Ramla,Ramla Bou Hassane		01	405		
2538424	Douar Erramla	douar-erramla	MA		0	Africa/Casablanca	34.35907	-4.40647		Douar Erramla,Douar Ramla,Ramla		03	561		
2538425	Ramia	ramia	MA		0	Africa/Casablanca	35.23558	-5.39456				01	571		
2538426	Khyam Errami	khyam-errami	MA		0	Africa/Casablanca	32.58238	-9.01187		Douar Rami,Khyam Errami,Rami		07	431		
2538431	Rakna	rakna	MA		0	Africa/Casablanca	34.00668	-2.9831		Rakna,Rokna		02	533		
2538435	Douar Raynana	douar-raynana	MA		0	Africa/Casablanca	35.64785	-5.45831		Douar Raynana,Raihana,Raïhana		01	571		
2538436	Raaydat	raaydat	MA		0	Africa/Casablanca	32.32234	-9.05077		Douar Raidat,Haidat,Raaydat,Raidat,Raïdat		07	431		
2538445	Rahla	rahla	MA		0	Africa/Casablanca	31.72434	-9.18512		Douar Rhaia,Douar Rhaïa,Ea Rehala,Rahla		07	211		
2538446	Rahal Ben Hammou	rahal-ben-hammou	MA		0	Africa/Casablanca	33.15022	-8.04598		Rahal Ben Hammou,Rahhal Ben Hammou		06	117		
2538448	Dar Rahalla	dar-rahalla	MA		0	Africa/Casablanca	32.76733	-7.34809				06	461		
2538455	Rahba	rahba	MA		0	Africa/Casablanca	35.18388	-5.59722		Rahaba,Rahba		01	331		
2538456	Douar Regragua	douar-regragua	MA		0	Africa/Casablanca	34.64899	-6.12552		Douar Ragraga,Douar Regragua,Ragrag,Ragraga		04	281		
2538795	Oum Lfaa	oum-lfaa	MA		0	Africa/Casablanca	32.95358	-4.08861		Oum Lefaa,Oum Lfaa		03	131		
2538457	Douar Ragba	douar-ragba	MA		0	Africa/Casablanca	32.40585	-7.14414		Douar Ragba,Ragba,Rakba		06	461		
2538460	Radi	radi	MA		0	Africa/Casablanca	31.88	-9.25		Dar Tahar Ben Abbou,Douar Tahar Bou Abbou,Radi		07	211		
2538461	Radach Aït Arguit	radach-ait-arguit	MA		0	Africa/Casablanca	32.00917	-6.56464				05	081		
2538465	Rachdi	rachdi	MA		0	Africa/Casablanca	34.29603	-4.0809				03	561		
2538466	Rabza	rabza	MA		0	Africa/Casablanca	31.83688	-9.50211				07	211		
2538475	Rabat	rabat	MA		1655753	Africa/Casablanca	34.01325	-6.83255		RBA,Raba,Rabat,Rabata,Rabatas,Rabato,Rabatum,Rabot,Rabāt,Rabāta,Rampat,Rbat,Rbaṭ,alrbat,la ba,la ba te,labateu,raba t,rabat,rabata,rabato,rabota,rapat,rbat,Ραμπάτ,Рабат,Ռաբատ,ראבאט,רבאט,الرباط,رابات,ربات,رباط,ڕەبات,रबाट,रबात,রাবাত,ਰਬਾਤ,ରବୋଟ,ரபாத்,ราบัต,ར་བ་ཐ།,ར་བ་ཐེ།,რაბატი,ራባት,ラバト,剌八,拉巴特,라바트		04	421		
2538478	Rahba Leqdima	rahba-leqdima	MA		0	Africa/Casablanca	31.96772	-4.45678		Raba Jdima,Rahba Legdima,Rahba Leqdima		08	201		
2538480	Oulad Zayda	oulad-zayda	MA		0	Africa/Casablanca	31.86603	-7.46101		Oulad Zaida,Oulad Zayda,Oulad Zaïda,Qulad Zayda		07	191		
2538488	Qasbat	qasbat	MA		0	Africa/Casablanca	34.31	-3.96				03	561		
2538489	Douar El Arbaa Bou Quorra	douar-el-arbaa-bou-quorra	MA		0	Africa/Casablanca	34.74958	-5.19775		Douar El Arbaa Bou Quorra,Qal'at Bouqorra,Qal’at Bouqorra		01	405		
2538490	Kasbat Ben Yazgha	kasbat-ben-yazgha	MA		0	Africa/Casablanca	33.82414	-4.59161		El Kasba,Kasba des Beni Yazrha,Kasbah,Kasbat Ben Yazgha,Qacbat Beni Yazgha		03	451		
2538493	Poste	poste	MA		0	Africa/Casablanca	33.545	-4.37929				03	451		
2538494	Pont du Sebou	pont-du-sebou	MA		0	Africa/Casablanca	34.30936	-5.14568				03	591		
2538495	Pont Blondin	pont-blondin	MA		0	Africa/Casablanca	33.72162	-7.34034		Pont Blondin,Popi Blondin		06	111		
2538505	Ouzzoun	ouzzoun	MA		0	Africa/Casablanca	30.20092	-8.28408				09	541		
2538509	Wizaght	wizaght	MA		0	Africa/Casablanca	34.22714	-2.42817		Ouzrhet,Wizaght		02	275		
2538514	Ouzoud	ouzoud	MA		0	Africa/Casablanca	32.03	-6.78		Ouzoud		05	081		
2538519	Ouzliym	ouzliym	MA		0	Africa/Casablanca	31.30118	-7.28257		Ouzlim,Ouzliym		08	401		
2538542	Ouzalcha	ouzalcha	MA		0	Africa/Casablanca	31.3	-4.3				08	201		
2538543	Ouzala	ouzala	MA		0	Africa/Casablanca	30.62775	-8.57816				09	541		
2538544	Ouzaga	ouzaga	MA		0	Africa/Casablanca	30.92041	-8.71999		Ouzaga,Ouzagas		07	161		
2538545	Ou Yassine	ou-yassine	MA		0	Africa/Casablanca	30.20312	-9.09233		Iacin,Iacine,Ou Yassine		09	163		
2538547	Ottara	ottara	MA		0	Africa/Casablanca	31.13968	-4.40323		Ksar Outtara,Ottara,Outtara		08	201		
2538548	Outghal	outghal	MA		0	Africa/Casablanca	31.30544	-7.93172		Out Rhal,Outghal		07	041		
2538549	Wit Wourrayn	wit-wourrayn	MA		0	Africa/Casablanca	29.87652	-8.94581		Omla Ourouine,Outourouine,Wit Wourrayn		09	163		
2538551	Outna	outna	MA		0	Africa/Casablanca	30.87548	-8.86164				09	541		
2538558	Outil Beni Bechir	outil-beni-bechir	MA		0	Africa/Casablanca	34.81935	-4.33136				01	051		
2538559	Outil	outil	MA		0	Africa/Casablanca	34.7371	-4.43026				01	051		
2538561	Outianene	outianene	MA		0	Africa/Casablanca	35.25774	-5.02163				01	151		
2538564	Outfane	outfane	MA		0	Africa/Casablanca	31.10225	-8.88133		Outfane,Outfano		07	161		
2538568	Outazza	outazza	MA		0	Africa/Casablanca	32.38731	-4.49794		Outaza,Outazza		08	363		
2538573	Outat Oulad Al Haj	outat-oulad-al-haj	MA		0	Africa/Casablanca	33.34499	-3.70387		Outat Oulad Al Haj,Outat Oulad el Hajj,Outat el Hadj,Outat el Haj,Outat el Hajj		03	131		
2538576	Outerbat	outerbat	MA		0	Africa/Casablanca	32.1406	-5.35492		Ou Tarbat,Outerbat		08	363		
2538579	Outalamiyne	outalamiyne	MA		0	Africa/Casablanca	32.06088	-4.82368		Ou Talamine,Outalamiyne		08	201		
2538580	Outta ’Wi	outta-wi	MA		0	Africa/Casablanca	31.21074	-5.63218		Out Aaoui,Out Aâoui,Outaoui,Outassi,Outta 'Wi,Outta Oui,Outta ’Wi		08	577		
2538586	Oussoul	oussoul	MA		0	Africa/Casablanca	30.94382	-9.20235		Dousoult,Gussoul,Oussoul		07	211		
2538588	Douar El Onsar	douar-el-onsar	MA		0	Africa/Casablanca	34.73143	-5.37997		Douar El Onsar,Oussor		01	405		
2538592	Oussikis	oussikis	MA		0	Africa/Casablanca	31.00118	-8.72253				07	161		
2538609	Raoudat Ben Zemmour	raoudat-ben-zemmour	MA		0	Africa/Casablanca	35.02974	-2.68094		Oussamer,Raoudat Ben Zemmour,Rauda Osemoar		02	381		
2538614	Ousroutou	ousroutou	MA		0	Africa/Casablanca	33.50175	-4.40829				03	131		
2538616	Ouazraïne	ouazraine	MA		0	Africa/Casablanca	31.00963	-7.76724		Ouazraine,Ouazraïne,Ousrain,Ousraine,Ousraïne,Ousrine		09	541		
2538651	Ourzdine	ourzdine	MA		0	Africa/Casablanca	31.00203	-8.2872		Azzazdine,Ourzdine		07	041		
2538652	Ourtzagh	ourtzagh	MA		0	Africa/Casablanca	34.53477	-4.96878		Ourtzagh,Ourtzarh	1553103092	03	531	1553103092	
2538653	Ourti Çghir	ourti-cghir	MA		0	Africa/Casablanca	30.89684	-7.38028		Ourti Cghir,Ourti Sghir,Ourti Çghir,Ourtisrir		08	401		
2538655	Ourtane	ourtane	MA		0	Africa/Casablanca	30.90587	-8.90662				09	541		
2538657	Oursene	oursene	MA		0	Africa/Casablanca	34.87679	-4.30748				01	051		
2538665	Ouriouroug	ouriouroug	MA		0	Africa/Casablanca	31.39544	-6.60455		Duriouroug,Ouriouroug		08	401		
2538671	Douar Ourighal	douar-ourighal	MA		0	Africa/Casablanca	34.74222	-5.47609		Douar Ourighal,Ourikhal		01	405		
2538681	Aourîz	aouriz	MA		0	Africa/Casablanca	30.68036	-6.43056		Aouriz,Aourîz,Ourhiz,Ouriz		08	587		
2538705	Ardouz	ardouz	MA		0	Africa/Casablanca	32.44389	-5.22586		Ardouz,Ardouze,Ourdouz		08	363		
2538713	Ouragnat	ouragnat	MA		0	Africa/Casablanca	29.2938	-8.61464		Ouraghat,Ouragnat,Ourarhat		09	551		
2538755	Ounagha	ounagha	MA		0	Africa/Casablanca	31.53203	-9.54944		Oumara,Ounagha,Ounara,Ounarha		07	211		
2538766	Oumsnat	oumsnat	MA		0	Africa/Casablanca	29.75919	-8.94257		Oumsnat,Oumsnât		09	581		
2538772	Oumsdikt	oumsdikt	MA		0	Africa/Casablanca	30.21	-9.03365		Amerslek,Oumes-degte,Oumsdikt		09	541		
2538773	Oumsanas	oumsanas	MA		0	Africa/Casablanca	35.73401	-5.73623				01	227		
2538774	Oum Ar-Rammane	oum-ar-rammane	MA		0	Africa/Casablanca	31.10601	-6.86136		Oum Ar-Rammane,Oum Rrammane		08	401		
2538788	Douar Oumnas	douar-oumnas	MA		0	Africa/Casablanca	31.42006	-8.07347		Douar Oumnas,Ouamenast,Oumenast,Oumnas,Oumnast		07	041		
2538805	Oum Jerane	oum-jerane	MA		0	Africa/Casablanca	30.64143	-5.10469		Amjerane,Oum Jerane		08	577		
2538809	Amsissene	amsissene	MA		0	Africa/Casablanca	31.08656	-8.98484		Agadir ouamesse,Amsissene,Oumissene		07	161		
2538812	Oumidernil	oumidernil	MA		0	Africa/Casablanca	30.90884	-6.80897		Oumidernil,Oumldernil		08	401		
2538829	Oum er Remane	oum-er-remane	MA		0	Africa/Casablanca	30.83382	-5.67734				08	587		
2538834	Douar Oum Ras	douar-oum-ras	MA		0	Africa/Casablanca	35.28418	-5.61078		Douar Oum Ras,Oum er Ras,Oum er Râs,Oumeras		01	331		
2538844	Oum el Hanch	oum-el-hanch	MA		0	Africa/Casablanca	30.08	-5.88		Foum hanch,Oum el Hanch		08	587		
2538847	Oum el Gourdane	oum-el-gourdane	MA		0	Africa/Casablanca	29.65	-7.95		Oum el Gourdane,Oum el Guerdane		09	551		
2538850	Oum el Bergoug	oum-el-bergoug	MA		0	Africa/Casablanca	33.51729	-5.97651				04	291		
2538852	Oum el Alek	oum-el-alek	MA		0	Africa/Casablanca	29.36316	-8.19949		Mlaleg,Mláleg,Oum el Aleg,Oum el Alek		09	551		
2538854	Oum el Aïoun	oum-el-aioun	MA		0	Africa/Casablanca	31.66573	-9.65271		Douar Oum el Aioun,Douar Oum el Aïoun,Oum Laaioun,Oum Laaïoun,Oum Layoun,Oum el Aioun,Oum el Aïoun		07	211		
2538878	Douar Oumal	douar-oumal	MA		0	Africa/Casablanca	34.26642	-4.16962		Douar Oumal,Oumal		03	561		
2538891	Oulourho	oulourho	MA		0	Africa/Casablanca	32.3133	-6.15862				05	091		
2538898	Oulmes	oulmes	MA		19014	Africa/Casablanca	33.42585	-6.00137		Oulmes,Oulmes-Les Thermes,Oulmès,Oulmès-Les Thermes,Ul'mes,awlmas,wlmas,Ульмес,أولماس,ولماس	1029105112	04	291	1029105112	
2538907	Ouljat Essoltane	ouljat-essoltane	MA		0	Africa/Casablanca	33.62029	-5.85448		Ouldjet es Soltane,Ouljat Essoltane,Ouljet es Soltane		04	291		
2538913	Oulja	oulja	MA		0	Africa/Casablanca	34.03	-4.2		Douar Oulja,Oulja		03	561		
2538917	Oulili	oulili	MA		0	Africa/Casablanca	31.11393	-5.57876				08	577		
2538919	Oulghas	oulghas	MA		0	Africa/Casablanca	31.21414	-8.72695		Ait Ouagouriane,Aït Ouagouriane,Oulghas,Oulgues		07	161		
2538924	Douar Oulad Zbir	douar-oulad-zbir	MA		0	Africa/Casablanca	32.33403	-7.89919		Douar Oulad Zbir,Ouled Zbir		07	427		
2538925	Ouled Youssef	ouled-youssef	MA		0	Africa/Casablanca	34.08342	-5.39902		Oulad Youssef,Ouled Youssef		03	061		
2538926	Oulad Ioub	oulad-ioub	MA		0	Africa/Casablanca	34.6047	-4.46658		Oulad Ioub,Ouled Youb		03	531		
2538927	Ouled Yakoub	ouled-yakoub	MA		0	Africa/Casablanca	32.62492	-8.78367		Oulad Yacoub,Ouled Jagoub,Ouled Jâgoub,Ouled Yakoub		06	467		
2538928	Ouled Yahya	ouled-yahya	MA		0	Africa/Casablanca	35.18723	-5.97678		Oulad Ihia,Oulad Yanya,Ouled Yahya,Ouled yahia		01	331		
2538930	Ouled Teïr	ouled-teir	MA		0	Africa/Casablanca	32.8314	-4.48813		Ouled Tair,Ouled Taïr,Ouled Teir,Ouled Teïr		08	363		
2538931	Oulad Taleb	oulad-taleb	MA		0	Africa/Casablanca	34.1202	-6.57803		Douar Ouled Taleb,Oulad Taleb,Ouled Taleb		04	281		
2538932	Douar Oulad Ettaleb	douar-oulad-ettaleb	MA		0	Africa/Casablanca	32.15292	-8.89545		Douar Oulad Ettaleb,Ouled Taleb		07	431		
2538933	Ouled Slimane	ouled-slimane	MA		0	Africa/Casablanca	32.1	-1.23				02	251		
2538934	Oulad Feddoul	oulad-feddoul	MA		0	Africa/Casablanca	32.23625	-8.78426		Oulad Feddoul,Ouled Sidi Faddoul,Ouled Sidi Feddoul,Sidi Fatoum,Sidi Fatoun		07	431		
2538935	Douar Oulad Sidi Cheikh	douar-oulad-sidi-cheikh	MA		0	Africa/Casablanca	34.0183	-5.31895		Douar Oulad Sidi Cheikh,Oulad Sidi Cheild,Oulad Sidi Cheïld,Ouled Sidi Cheikh,Ouled Sidi Cheild,Ouled Sidi Cheïkh,Ouled Sidi Cheïld		03	061		
2538936	Ouled Sidi Amar	ouled-sidi-amar	MA		0	Africa/Casablanca	34.88225	-5.37515		Ouled Sidi Amar,Ouled Sidi Omar		01	405		
2538939	Ouled Sguir	ouled-sguir	MA		0	Africa/Casablanca	33.02796	-4.03724				03	131		
2538941	Oulad Saleh	oulad-saleh	MA		0	Africa/Casablanca	34.78075	-2.15178		Oulad Saleh,Ouled Salah		02	411		
2538942	Douar Oulad Said	douar-oulad-said	MA		0	Africa/Casablanca	32.23336	-8.98629		Douar Oulad Said,Ouled Said,Ouled Saïd		07	431		
2538944	Douar Oulad Rahou	douar-oulad-rahou	MA		0	Africa/Casablanca	32.4558	-7.98886		Douar Oulad Rahou,Ouled Raho		07	427		
2538945	Douar Oulad Rahou	douar-oulad-rahou	MA		0	Africa/Casablanca	32.25446	-8.63778		Douar Oulad Rahou,Douar Ouled Raho,Oulad Raho,Ouled Raho,Ouled Rahou		07	585		
2538946	Douar Oulad Rached	douar-oulad-rached	MA		0	Africa/Casablanca	34.38852	-4.55963		Douar Oulad Rached,Oulad Rached,Ouled Rached		03	531		
2538947	Ouled Narrouch	ouled-narrouch	MA		0	Africa/Casablanca	30.4	-5.8		Oulad Narrouch,Ouled Harrouch,Ouled Narrouch		08	587		
2538949	Ouled Moussa	ouled-moussa	MA		0	Africa/Casablanca	32.28	-6.454				05	091		
2538950	Douar Oulad Moussa	douar-oulad-moussa	MA		0	Africa/Casablanca	32.21778	-8.99786		Douar Oulad Moussa,Ouled Moussa		07	431		
2538951	Oulad Moumen	oulad-moumen	MA		0	Africa/Casablanca	32.17254	-8.786		Oulad Moumen,Oulad Moumene,Ouled Moumen,Ouled Moumene		07	585		
2538952	Ouled Moumene	ouled-moumene	MA		0	Africa/Casablanca	31.42735	-9.08386		Oulad Moumena,Oulad Moumene,Ouled Moumen,Ouled Moumene,Ouled el Moumna		07	161		
2538953	Douar Ouled Moulay R’Chid	douar-ouled-moulay-r-chid	MA		0	Africa/Casablanca	34.34197	-3.85702		Douar Ouled Moulay R'Chid,Douar Ouled Moulay R’Chid,Ouled Moulay Rechid		03	561		
2538954	Ouled Moulay Ali	ouled-moulay-ali	MA		0	Africa/Casablanca	34.10612	-5.28841		Douar Oulad May Ali,Douar Ouled Moulay Ali,Ouled Moulay Ali		03	591		
2538955	Ouled Mimoun	ouled-mimoun	MA		0	Africa/Casablanca	33.80716	-4.20721				03	451		
2538956	Oulad Mimoun	oulad-mimoun	MA		0	Africa/Casablanca	31.46666	-9.14164		Oulad Mimoun,Ouled Mimoun		07	161		
2538957	Oulad Marzouk	oulad-marzouk	MA		0	Africa/Casablanca	31.0099	-6.57714		Oulad Marzouk,Oulad Marzouq,Ouled Merzouk		08	401		
2538958	Ouled Menea	ouled-menea	MA		0	Africa/Casablanca	31.06	-6.58				08	401		
2538959	Oulad Abdelkhaleq	oulad-abdelkhaleq	MA		0	Africa/Casablanca	33.32755	-7.24741		Oulad Abdelkhaleq,Oulad Mansour-Malek,Ouled Mansour		06	111		
2538960	Oulad Mansour	oulad-mansour	MA		0	Africa/Casablanca	32.44493	-8.84828		Caid Sidi Tebaa,Caïd Sidi Tebaa,Douar El Caid Sidi Tabbae,Douar El Caïd Sidi Tabbae,Douar el Caid Sidi Tebaa,Douar el Caïd Sidi Tebaa,El Caid Sidi Tebaa,El Caïd Sidi Tebaa,Oulad Mannsour,Oulad Mansour,Ouled Mansour		07	431		
2538961	Oulad Mansour	oulad-mansour	MA		0	Africa/Casablanca	32.49551	-8.09957		Oulad Mansour,Ouled Mannsour		07	427		
2538962	Dr. Oulad Sidi Mannsour	dr-oulad-sidi-mannsour	MA		0	Africa/Casablanca	32.2925	-7.76587		Dr. Oulad Sidi Mannsour,Ouled Mannsour		07	427		
2538966	Douar Oulad Laafenm	douar-oulad-laafenm	MA		0	Africa/Casablanca	32.04246	-8.86121		Douar Oulad Laafenm,Ouled Lafouni		07	431		
2538968	Ouled Jilali	ouled-jilali	MA		0	Africa/Casablanca	34.21223	-5.39993		Douar Oulad Jilald,Douar Ouled Jilald,Ouled Jilali		03	061		
2538969	Douar Oulad Jilali	douar-oulad-jilali	MA		0	Africa/Casablanca	32.23032	-8.90679		Douar Oulad Jilali,Ouled Jilali,Ouled Jillali		07	431		
2538971	Douar Oulad Hriz	douar-oulad-hriz	MA		0	Africa/Casablanca	32.36938	-7.87509		Douar Oulad Hriz,Ouled Heriz		07	427		
2538972	Ouled Hammar	ouled-hammar	MA		0	Africa/Casablanca	34.41051	-6.10096		Douar Ouled Hamar,Ouled Hammar		04	491		
2538973	Douar Oulad Bouchaib Douabja	douar-oulad-bouchaib-douabja	MA		0	Africa/Casablanca	32.04804	-8.28127		Douar Oulad Bouchaib Douabja,Ouled Haida,Ouled Haïda		07	585		
2538974	Douar Oulad Haddad	douar-oulad-haddad	MA		0	Africa/Casablanca	33.38007	-7.24212		Douar Oulad Haddad,Oulad Hadad,Ouled Hadad		06	111		
2538975	Ouled Fhrira	ouled-fhrira	MA		0	Africa/Casablanca	31.81636	-9.27576		Douar Haflou,Ouled Fhrira		07	211		
2538976	Ouled Erzine	ouled-erzine	MA		0	Africa/Casablanca	32.82913	-4.43976		Ouled Erzine,Ouled Rzine		03	131		
2538977	Douar Oulad El Haj	douar-oulad-el-haj	MA		0	Africa/Casablanca	34.15505	-5.35028		Douar Oulad El Haj,Oulad el Hadj,Oulad el Haj,Ouled el Haj,Ouled el Hajj		03	061		
2538978	Ouled el Hajj	ouled-el-hajj	MA		0	Africa/Casablanca	31.03411	-6.59544				08	401		
2538979	Ouled el Haj	ouled-el-haj	MA		0	Africa/Casablanca	30.36	-5.81				08	587		
2538980	Douar El Haj Oulad Iaich	douar-el-haj-oulad-iaich	MA		0	Africa/Casablanca	32.03195	-8.35743		Douar El Haj Oulad Iaich,El Hachia,El Harch,Oulad el Haich,Oulad el Haïch,Ouled el Haich,Ouled el Haïch		07	585		
2538981	Ouled el Habib	ouled-el-habib	MA		0	Africa/Casablanca	34.12264	-5.31644		Douar Oulad ben Labib,Ouled el Habib		03	591		
2538982	Ouled Chichti	ouled-chichti	MA		0	Africa/Casablanca	31.66481	-9.56018		Chichte,Douar Oulad Chicht,Ouled Chichti		07	211		
2538984	Tiydrine	tiydrine	MA		0	Africa/Casablanca	31.76935	-4.21466		Oulad Chakeur,Ouled Chaker,Ouled Chakeur,Tiidrine,Tiydrine,Tyadrime		08	201		
2538985	Douar Oulad Bouzekri	douar-oulad-bouzekri	MA		0	Africa/Casablanca	34.2061	-5.29262		Ain Lmehraz,Douar Ben Scri,Douar Oulad Bouzekri,Ouled Bouzekri		03	591		
2538990	Ouled Bou Hassene	ouled-bou-hassene	MA		0	Africa/Casablanca	34.48249	-4.4541				03	531		
2538991	Ouled Bou Haddou	ouled-bou-haddou	MA		0	Africa/Casablanca	31.83	-9.38		Douar Ali Boujemaa,Douar Ali Boujemâa,Oulad Bou Haddou,Ouled Ben Haddour,Ouled Bou Haddou		07	211		
2538992	Oulad Bouchaib	oulad-bouchaib	MA		0	Africa/Casablanca	32.22043	-8.804		Krerma,Oulad Bouchaib,Ouled Bouchaib,Ouled Bouchaïb		07	585		
2538994	Ouled Ben Yahia	ouled-ben-yahia	MA		0	Africa/Casablanca	35.02778	-2.85179				02	381		
2538995	Ouled Ben Taribak	ouled-ben-taribak	MA		0	Africa/Casablanca	34.75277	-5.33723		Ouled Ben Taribak,Ouled Ben Toibak		01	405		
2538996	Oulad Ben Sebbah	oulad-ben-sebbah	MA		0	Africa/Casablanca	33.26106	-7.24144		Kasba Oulad Ben Smaine,Kasba Oulad Ben Smaïne,Oulad Ben Sebbah,Ouled Ben Smain,Ouled Ben Smaïn		06	117		
2538997	Ouled Ben Sbika	ouled-ben-sbika	MA		0	Africa/Casablanca	34.77518	-5.31933				01	405		
2538998	Douar Oulad Ali Ben Dahane	douar-oulad-ali-ben-dahane	MA		0	Africa/Casablanca	32.51619	-8.98897		Douar Oulad Ali Ben Dahane,Ouled ben Dahmane		07	431		
2538999	Douar Oulad Ben Ahmed	douar-oulad-ben-ahmed	MA		0	Africa/Casablanca	34.44844	-4.59324		Douar Oulad Ben Ahmed,Ouled Ben Ahmam,Ouled Ben Ahmed		03	531		
2539000	Douar Oulad Ben Abdellah	douar-oulad-ben-abdellah	MA		0	Africa/Casablanca	34.10769	-5.30772		Douar Oulad Ben Abdellah,Oulad Ben Abdallah,Ouled Ben Abdallah,Ouled Ben Abdellah		03	591		
2539001	Oulad Bella	oulad-bella	MA		0	Africa/Casablanca	32.23289	-8.17838		Oulad Bella,Ouled Bell		07	427		
2539002	Ouled Belaïd	ouled-belaid	MA		0	Africa/Casablanca	34.44329	-6.17167		Douar Ouled Belaid,Douar Ouled Belaïd,Ouled Belaid,Ouled Belaïd		04	491		
2539004	Douar Oulad Bihich	douar-oulad-bihich	MA		0	Africa/Casablanca	34.23566	-5.31451		Douar Oulad Bihich,Oulad Bihich,Ouled Behich,Ouled Bihich		03	591		
2539005	Ouled Mbarek	ouled-mbarek	MA		0	Africa/Casablanca	34.39588	-6.20253		Douar Ouled Bark,Ouled Bark,Ouled Mbarek		04	491		
2539006	Douar Oulad El Barbouchiya	douar-oulad-el-barbouchiya	MA		0	Africa/Casablanca	32.27555	-8.16424		Douar Oulad El Barbouchiya,Ouled Barbouchia		07	427		
2539008	Oulad Amara	oulad-amara	MA		0	Africa/Casablanca	31.91	-8.9		Douar Ahmar Azouz,Oulad Amara,Ouled Azouz		07	585		
2539009	Oulad Aouda	oulad-aouda	MA		0	Africa/Casablanca	33.35842	-7.18576		Oulad Aouda,Ouled Aouda,Ouled Ouda		06	111		
2539011	Douar Med Ben Allal	douar-med-ben-allal	MA		0	Africa/Casablanca	34.13907	-5.3361		Douar Med Ben Allal,Oul Allel,Ouled Allal,Sidi Allal		03	591		
2539012	Oulad Ejjou	oulad-ejjou	MA		0	Africa/Casablanca	31.56521	-9.41362		Douar Oulad Jou,Oulad Ejjou,Ouled Ajjou		07	211		
2539013	Douar Ouled Aïssa	douar-ouled-aissa	MA		0	Africa/Casablanca	34.29649	-3.78086		Douar Ouled Aissa,Douar Ouled Aïssa,Oulad 'Issa,Oulad ’Issa,Ouled Aissa,Ouled Aïssa		02	265		
2539014	Ouled Aïouch	ouled-aiouch	MA		0	Africa/Casablanca	31.78	-8.81				07	585		
2539017	Dr. Oulad Ahmed Bon Brahim	dr-oulad-ahmed-bon-brahim	MA		0	Africa/Casablanca	32.28621	-7.8699		Dr. Oulad Ahmed Bon Brahim,Ouled Ahmed		07	427		
2539018	Oulad Ahmed	oulad-ahmed	MA		0	Africa/Casablanca	32.06688	-7.99938		Oulad Ahmed,Oulad Ahmed Lamine,Ouled Ahmed		07	427		
2539019	Ouled Aftas	ouled-aftas	MA		0	Africa/Casablanca	31.33	-9.2		Aftas,Oulad AFles,Oulad Aftes,Oulad Aftès,Ouled Aftas		07	161		
2539020	Douar Oulad Abbou	douar-oulad-abbou	MA		0	Africa/Casablanca	34.14798	-5.28116		Douar Oulad Abbou,Oulad Abbou,Ouled Abbou		03	591		
2539021	Oulad Fares	oulad-fares	MA		0	Africa/Casablanca	32.00045	-9.272		Oulad Fares,Ouled		07	431		
2539027	Ould Ar Rami	ould-ar-rami	MA		0	Africa/Casablanca	32.16076	-8.23316		Ould Ar Rami,Ould er Ram		07	427		
2539033	Ould Ali Mhammed	ould-ali-mhammed	MA		0	Africa/Casablanca	32.3144	-6.83178				05	255		
2539035	Oulbane	oulbane	MA		0	Africa/Casablanca	29.82839	-9.2286		Ouelbene Anedrif,Ouelbène Anedrif,Oulbane,Oulbene		09	163		
2539040	Oulad Zourgane	oulad-zourgane	MA		0	Africa/Casablanca	34.29434	-3.88145				02	265		
2539041	Oulad Zouaoua	oulad-zouaoua	MA		0	Africa/Casablanca	34.61533	-4.41213		Oulad Zouaoua,Zouaouah		03	531		
2539044	Oulad Zohra	oulad-zohra	MA		0	Africa/Casablanca	31.36567	-4.24916				08	201		
2539045	Oulad Znaguiya	oulad-znaguiya	MA		0	Africa/Casablanca	32.33993	-8.08503		Oulad Znaguia,Oulad Znaguiya		07	427		
2539047	Douar Oulad Ezzitoune	douar-oulad-ezzitoune	MA		0	Africa/Casablanca	35.25453	-5.93324		Douar Oulad Ezzitoune,Helamma,Oulad Zitoun		01	331		
2539048	Oulad Ziloun	oulad-ziloun	MA		0	Africa/Casablanca	34.96189	-6.03959		Douar Oulad Zitoun,Oulad Ziloun,Oulad Zitoun,Ouled Zitoune		04	281		
2539050	Douar Oulad Bouziane	douar-oulad-bouziane	MA		0	Africa/Casablanca	34.2741	-5.05389		Douar Oulad Bouziane,Oulad Zine,Ouled el Zine		03	591		
2539055	Oulad Ziyane	oulad-ziyane	MA		0	Africa/Casablanca	35.62198	-5.83784		Oulad Siane,Oulad Zaien,Oulad Ziane,Oulad Ziyane		01	511		
2539056	Douar Lamrabih	douar-lamrabih	MA		0	Africa/Casablanca	34.80987	-5.8165		Douar Lamrabih,Douar Oulad Rbah,Douar Oulad Ziane,Lamrabih,Oulad Mrabah,Oulad Mrâbah,Oulad Rbah,Oulad Ziane,Ouled Ziane Tefaine		04	481		
2539057	Oulad Ben Ziyane	oulad-ben-ziyane	MA		0	Africa/Casablanca	34.57092	-6.34274		Douar Oulad Ben Ziane,Oulad Ben Ziyane,Oulad Ziane		04	281		
2539058	Oulad Ziyane	oulad-ziyane	MA		0	Africa/Casablanca	34.55071	-6.37412		Douar Oulad Ziane,Oulad Ziane,Oulad Ziyane		04	281		
2539060	Douar Oulad Ezzayer	douar-oulad-ezzayer	MA		0	Africa/Casablanca	32.51052	-8.86061		Douar Oulad Ezzayer,Oulad Zez		06	467		
2539061	Oulad Zerwal	oulad-zerwal	MA		0	Africa/Casablanca	32.51674	-7.08835		Oulad Zeroual,Oulad Zerroua,Oulad Zerwal		06	461		
2539063	Douar Ouled Zerari	douar-ouled-zerari	MA		0	Africa/Casablanca	34.36429	-4.14058		Douar Ouled Zerari,Oulad Zerari		03	561		
2539065	Oulad Zemmour	oulad-zemmour	MA		0	Africa/Casablanca	34.35096	-3.6419		Douar Oulad Zemmour,Oulad Zemmour,Oulad Zemnour		02	265		
2539066	Oulad Zemam	oulad-zemam	MA		0	Africa/Casablanca	32.35128	-6.63946		Oulad Zemam,Oulad Zmam		05	255		
2539067	Oulad El Ayachi	oulad-el-ayachi	MA		0	Africa/Casablanca	32.39671	-8.04939		Oulad El Ayachi,Oulad Zekri		07	427		
2539068	Oulad Zakri	oulad-zakri	MA		0	Africa/Casablanca	30.70179	-8.45539		Oulad Zakri,Oulad Zekri,Ouled Zekri,Ouled Zékri		09	541		
2539072	Oulad Zednes	oulad-zednes	MA		0	Africa/Casablanca	32.50418	-7.83921		Oulad Zednes,Oulad Zedness		07	427		
2539073	Douar Oulad Zbir	douar-oulad-zbir	MA		0	Africa/Casablanca	32.59645	-8.77464		Douar Oulad Zbir,Oulad Zbir,Ouled Zair,Ouled Zaïr,Ouled Zbir		06	467		
2539074	Douar Oulad Nacer	douar-oulad-nacer	MA		0	Africa/Casablanca	31.87907	-7.61247		Douar Oulad Nacer,Douar Oulad Zbir,Oulad Sbir,Oulad Zbir		07	427		
2539075	Douar Oulad Zbir	douar-oulad-zbir	MA		0	Africa/Casablanca	31.62739	-7.84743		Douar Oulad Zbir,Oulad Sbir,Oulad Zbir		07	351		
2539077	Oulad Zbaïr	oulad-zbair	MA		0	Africa/Casablanca	30.5137	-8.57635		Oulad Zbair,Oulad Zbaïr,Oulad Zbir		09	541		
2539078	Douar Oulad Zari	douar-oulad-zari	MA		0	Africa/Casablanca	32.33135	-8.87815		Douar Oulad Zari,Oulad Zari		07	431		
2539079	Oled Zaouia	oled-zaouia	MA		0	Africa/Casablanca	31.35863	-8.67355		Oled Zaouia,Oulad Zaouia,Ouled Zaouia,Ouled Zaouïa,Zaouia		07	161		
2539081	Oulad Zahim	oulad-zahim	MA		0	Africa/Casablanca	34.18351	-5.2773		Oulad Zahim,Oulad Zeime,Ouled Zahim,Ouled Zeime		03	591		
2539082	Oulad Youssef	oulad-youssef	MA		0	Africa/Casablanca	31.29727	-4.24576		Ksirt Ouled Youssef,Oulad Youssef,Oulad Youssef Kbira,Oulad Youssef Srhira		08	201		
2539083	Oulad Youssef Kbira	oulad-youssef-kbira	MA		0	Africa/Casablanca	31.3	-4.25		Ksirt Ouled Youssef,Oulad Youssef Kbira		08	201		
2539088	Oulad Youssef	oulad-youssef	MA		0	Africa/Casablanca	34.8645	-2.8615				02	381		
2539089	Oulad Youssef	oulad-youssef	MA		0	Africa/Casablanca	34.77435	-6.26745		Douar Oulad Youssef,Oulad Youssef		04	281		
2539090	Oulad Youssef	oulad-youssef	MA		0	Africa/Casablanca	34.57111	-6.04696		Douar Oulad Youssef,Oulad Youssef,Ouled Youssel		04	481		
2539091	Douar Oulad Youssef	douar-oulad-youssef	MA		0	Africa/Casablanca	34.27918	-4.20447		Douar Oulad Youssef,Douar Ouled Youssef,Oulad Youssef		03	561		
2539092	Douar Oulad Youssef	douar-oulad-youssef	MA		0	Africa/Casablanca	32.74683	-8.99764		Douar Oulad Youssef,Oulad Youssef		06	467		
2539093	Douar Oulad Youssef	douar-oulad-youssef	MA		0	Africa/Casablanca	32.46975	-8.43181		Douar Oulad Youssef,Oulad Youssef		06	467		
2539094	Oulad Younes	oulad-younes	MA		0	Africa/Casablanca	33.7102	-7.03973				06	111		
2539096	Oulad Youb	oulad-youb	MA		0	Africa/Casablanca	32.47812	-6.61853		Oulad Youb,Yaub		05	255		
2539097	Douar Oulad Youb	douar-oulad-youb	MA		0	Africa/Casablanca	32.08221	-7.21451		Douar Oulad Youb,Oulad Youb,Oulad Youm,Ouled Ayoub Safia		07	191		
2539098	Oulad Youb	oulad-youb	MA		0	Africa/Casablanca	30.46393	-6.02653		Ksar ouled youb,Oulad Youb		08	587		
2539099	Oulad Yela	oulad-yela	MA		0	Africa/Casablanca	32.56495	-7.83038		Douar Oulad Yela,Oulad Yela		07	427		
2539100	Oulad Moussa	oulad-moussa	MA		0	Africa/Casablanca	32.88165	-7.24165		Douar Oulad Yassine,Oulad Moussa,Oulad Yassine		06	461		
2539101	Oulad Yarzeg	oulad-yarzeg	MA		0	Africa/Casablanca	31.75263	-8.00823		Oulad Erzeg,Oulad Yarzeg		07	427		
2539102	Oulad Ya’la	oulad-ya-la	MA		0	Africa/Casablanca	32.42151	-6.57356		Oulad Ya'la,Oulad Yala,Oulad Ya’la		05	255		
2539107	Oulad Yakoub	oulad-yakoub	MA		0	Africa/Casablanca	34.76	-2.61				02	113		
2539108	Douar Oulad Yaaqoub	douar-oulad-yaaqoub	MA		0	Africa/Casablanca	34.31099	-4.35044		Douar Oulad Yaaqoub,Douar Ouled Yakoub,Oulad Yakoub		03	561		
2539109	Oulad Ya’qoub	oulad-ya-qoub	MA		0	Africa/Casablanca	34.20178	-2.58871		Oulad Ya'qoub,Oulad Ya'quob,Oulad Yakoub,Oulad Ya’qoub,Oulad Ya’quob		02	533		
2539110	Oulad Yakoub	oulad-yakoub	MA		0	Africa/Casablanca	33.99604	-6.69658		Douar Oulad Yacoub,Oulad Yakoub		04	441		
2539111	Oulad Lahbil	oulad-lahbil	MA		0	Africa/Casablanca	32.28369	-9.01502		Douar Oulad Hbil,Oulad Hbil,Oulad Lahbil,Oulad Yakoub,Ouled Yacoub		07	431		
2539112	Douar Oulad Yakoub	douar-oulad-yakoub	MA		0	Africa/Casablanca	32.27693	-7.19939		Douar Oulad Yakoub,Oulad Yacoub,Oulad Yakoub,Yaagoub,Yaâgoub		07	191		
2539114	Oulad Yaïch	oulad-yaich	MA		0	Africa/Casablanca	32.43498	-6.3245		Oulad Yaich,Oulad Yaiche,Oulad Yaïch,Ouled Aich,Ouled Aïch		05	091		
2539115	Douar Oulad El Hachya	douar-oulad-el-hachya	MA		0	Africa/Casablanca	32.06675	-8.37079		Douar Oulad El Hachya,Oulad Yaich,Oulad Yaïch		07	585		
2539120	Douar Oulad Yahya	douar-oulad-yahya	MA		0	Africa/Casablanca	35.33138	-5.96779		Douar Oulad Yahya,Oulad Yahya		01	511		
2539121	Douar Oulad Yahia	douar-oulad-yahia	MA		0	Africa/Casablanca	32.17978	-7.00496		Douar Oulad Yahia,Oulad Yahya		05	255		
2539122	Oulad Yahia	oulad-yahia	MA		0	Africa/Casablanca	31.33786	-4.3031		Oulad Yahia,Oulad Yahya,Ouled Yhia		08	201		
2539123	Douar Oulad Yahya	douar-oulad-yahya	MA		0	Africa/Casablanca	34.85628	-5.89922		Douar Oulad Yahia,Douar Oulad Yahya,Oulad Yahia,Ouled Yahia		04	281		
2539124	Douar Oulad Yahya	douar-oulad-yahya	MA		0	Africa/Casablanca	34.79803	-2.48795		Douar Oulad Yahya,Moulay Lsseddik,Oulad Yahia,Ouled Yahia		02	113		
2539125	Douar Oulad Yahya	douar-oulad-yahya	MA		0	Africa/Casablanca	34.39959	-5.11441		Douar Oulad Yahya,Oulad Yahia,Ouled Yahya		03	531		
2539126	Oulad Yahya	oulad-yahya	MA		0	Africa/Casablanca	32.45758	-8.82976		Oulad Yahia,Oulad Yahya,Oulad-Yahya		07	431		
2539127	Oulad Traya	oulad-traya	MA		0	Africa/Casablanca	31.95863	-7.36557		Douar Oulad Trya,Oulad Traya,Oulad Trya,Ouled tria		07	191		
2539128	Douar Triaat	douar-triaat	MA		0	Africa/Casablanca	34.82696	-5.92629		Douar Oulad Triat,Douar Triaat,Oulad Triat,Oulad Triate		04	281		
2539129	Douar Triya	douar-triya	MA		0	Africa/Casablanca	34.08346	-4.64246		Douar Ouled Tria,Douar Triya,Oulad Tria		03	531		
2539130	Oulad Tounza	oulad-tounza	MA		0	Africa/Casablanca	32.7967	-7.74047		Dar Ahmed ben Touza,Oulad Tounza		06	461		
2539132	Oulad Terna	oulad-terna	MA		0	Africa/Casablanca	30.43661	-8.84877		Oulad Terma,Oulad Terna		09	541		
2539134	Oulad Teïma	oulad-teima	MA		66832	Africa/Casablanca	30.39467	-9.20897		Oulad Teima,Oulad Teïma,Ouled Teima		09	541	0454101091	
2539135	Douar Scharat	douar-scharat	MA		0	Africa/Casablanca	32.61366	-8.80976		Douar Scharat,Oulad Tchine,Ouled et Tchine		06	467		
2539136	Oulad Tazi	oulad-tazi	MA		0	Africa/Casablanca	34.64489	-6.36822		Douar Oulad Tazi,Oulad Tazi		04	281		
2539137	Oulad Tazi	oulad-tazi	MA		0	Africa/Casablanca	34.26834	-4.38797		Dar Caid Bachir des Tsoul,Dar Caïd Bachir des Tsoul,Douar Oulad Tazi,Oulad Tazi		03	531		
2539138	Oulad Tayeb	oulad-tayeb	MA		0	Africa/Casablanca	34.51593	-6.31958		Douar Oulad Tayeb,Oulad Taieb,Oulad Tayeb,Oulad Taïeb,Ouled Attayib		04	281		
2539139	Oulad Tayeb	oulad-tayeb	MA		500	Africa/Casablanca	33.94633	-4.99509		Ulad Tajib,Улад Тайиб	1423181012	03	231	1423181012	
2539140	Oulad Tarraf	oulad-tarraf	MA		0	Africa/Casablanca	32.29912	-7.24941		Douar Caid Gerchi,Douar Caïd Gerchi,Douar Oulad Tarraf,Oulad Tarraf		07	191		
2539142	Oulad Tares	oulad-tares	MA		0	Africa/Casablanca	33.60534	-2.315				02	251		
2539144	Oulad Tanout	oulad-tanout	MA		0	Africa/Casablanca	34.78621	-3.48811				02	167		
2539145	Oulad Talha Lehbabna	oulad-talha-lehbabna	MA		0	Africa/Casablanca	34.75743	-6.22765		Oulad Talha,Oulad Talha Lehbabna		04	281		
2539146	Oulad Talha	oulad-talha	MA		0	Africa/Casablanca	32.09009	-7.65318		Douar Oulad Talha,Oulad Talha,Ouled Talha		07	191		
2539147	Oulad Taleb Jerrab	oulad-taleb-jerrab	MA		0	Africa/Casablanca	32.68752	-8.69874		Douar Oulad Taleb Jerrab,Oulad Taleb Jerrab,Ouled Taleb Lajreb		06	467		
2539150	Oulad Taleb	oulad-taleb	MA		0	Africa/Casablanca	35.06813	-2.75691				02	381		
2539151	Oulad Taleb	oulad-taleb	MA		0	Africa/Casablanca	32.66798	-8.77444		Douar Ouled Taleb,Oulad Taleb		06	467		
2539152	Douar Oulad Ettaleb	douar-oulad-ettaleb	MA		0	Africa/Casablanca	32.42575	-9.08142		Douar Oulad Ettaleb,Douar Oulad Taleb,Oulad Taleb		07	431		
2539153	Oulad Ettaleb	oulad-ettaleb	MA		0	Africa/Casablanca	32.40176	-9.22024		Oulad Ettaleb,Oulad Taleb		07	431		
2539154	Oulad Ettaleb	oulad-ettaleb	MA		0	Africa/Casablanca	32.16548	-8.70324		Douar Oulad Taleb,Oulad Ettaleb,Oulad Taleb,Ouled Taleb		07	585		
2539155	Oulad Taleb	oulad-taleb	MA		0	Africa/Casablanca	31.45795	-4.25666		Oulad Taleb,Ouled Talab		08	201		
2539158	Oulad Taïeb	oulad-taieb	MA		0	Africa/Casablanca	34.36628	-5.02409		Oulad Taieb,Oulad Taïeb,Oulad-Taib,Oulad-Taïb,Ouled Taib,Ouled Taïb		03	531		
2539159	Oulad Taïeb	oulad-taieb	MA		0	Africa/Casablanca	34.22893	-5.1439		Oulad Taieb,Oulad Taïeb,Ouled Tayeb		03	591		
2539161	Oulad Taïar	oulad-taiar	MA		0	Africa/Casablanca	34.73686	-3.67139		Oulad Taiar,Oulad Tair,Oulad Taïar,Oulad Taïr		03	561		
2539162	Douar Oulad Tahar Mhamed	douar-oulad-tahar-mhamed	MA		0	Africa/Casablanca	32.60346	-8.72586		Douar Oulad Tahar Mhamed,Douar Oulad Tahar Mohammed,Oulad Tahar Mohammed,Ouled tahar		06	467		
2539164	Oulad Tahar	oulad-tahar	MA		0	Africa/Casablanca	34.508	-4.79781		Oulad Tahar,Ouled Tahare		03	531		
2539165	Douar Oulad Tahar	douar-oulad-tahar	MA		0	Africa/Casablanca	34.26535	-5.15175		Douar Oulad Tahar,Oulad Tahar,Ouled Tahar		03	591		
2539167	Oulad Sghir	oulad-sghir	MA		0	Africa/Casablanca	32.36147	-8.77139		Douar Oulad Srhir,Oudad Srhir,Oulad Sghir,Oulad Srhir		07	431		
2539168	Douar Oulad Sghir	douar-oulad-sghir	MA		0	Africa/Casablanca	31.92787	-7.50155		Douar Oulad Sghir,Oulad Srhir		07	191		
2539169	Oulad Soultane Tarkount	oulad-soultane-tarkount	MA		0	Africa/Casablanca	35.21572	-5.92836		Oulad Soultane Takount,Oulad Soultane Tarkount,Oulad Soultane Tarkourt		01	331		
2539170	Douar Oulad Souilem Tirs	douar-oulad-souilem-tirs	MA		0	Africa/Casablanca	32.4815	-8.93127		Douar Oulad Souilem Tirs,Oulad Souilmi,Ouled souilmia		07	431		
2539171	Oulad Souilem	oulad-souilem	MA		0	Africa/Casablanca	32.46	-9.05		Douar Oulad Souilem		07	431		
2539172	Douar Oulad Essoltane	douar-oulad-essoltane	MA		0	Africa/Casablanca	34.21675	-4.47318		Douar Oulad Essoltane,Douar Ouled Soltane,Oulad Soltane		03	531		
2539173	Oulad Snoussine	oulad-snoussine	MA		0	Africa/Casablanca	31.98282	-7.49949		Douar Snoussiyne,Oulad Snoussine,Snousiyne,Snoussiyne		07	191		
2539177	Oulad Smaïl	oulad-smail	MA		0	Africa/Casablanca	32.18219	-7.30414		Douar Ismail,Douar Ismaïl,Douar Oulad Smail,Douar Oulad Smaïl,Oulad Smail,Oulad Smaïl		07	191		
2539182	Oulad Slimane	oulad-slimane	MA		0	Africa/Casablanca	34.37473	-3.21257				02	533		
2539183	Oulad Slimane	oulad-slimane	MA		0	Africa/Casablanca	34.12142	-4.70276		Douar Ouled Slimane,Oulad Slimane		03	531		
2539185	Oulad Slimane	oulad-slimane	MA		0	Africa/Casablanca	32.33	-6.75				05	255		
2539186	Oulad Slimane	oulad-slimane	MA		0	Africa/Casablanca	32.32987	-6.74218		Oulad Siimane,Oulad Slimane		05	255		
2539187	Douar Olad Slimane	douar-olad-slimane	MA		0	Africa/Casablanca	31.99943	-7.08173		Douar Olad Slimane,Douar Oulad Slimane,Oulad Slimane		05	081		
2539188	Oulad Slimane	oulad-slimane	MA		0	Africa/Casablanca	31.8541	-7.90504		Douar Ouled Slimane,Oulad Slimane,Ouled ben slimane		07	427		
2539194	Oulad Slama	oulad-slama	MA		0	Africa/Casablanca	34.38365	-5.43037		Oulad Slama,Ouled Slama		03	531		
2539195	Oulad Slama	oulad-slama	MA		0	Africa/Casablanca	34.33546	-5.41954		Oulad Slama,Ouled Slama		03	531		
2539196	Oulad Slama	oulad-slama	MA		0	Africa/Casablanca	32.47237	-8.71271		Douar Oulad Slama,Oulad Slama,Ouled Slama		07	431		
2539197	Oulad Slama	oulad-slama	MA		0	Africa/Casablanca	31.809	-7.41138		Douar Oulad Slama,Oulad Slama,Ouled salam		07	191		
2539200	Oulad Sidi Yahia	oulad-sidi-yahia	MA		0	Africa/Casablanca	34.39684	-5.41466				03	531		
2539201	Oulad Tagra	oulad-tagra	MA		0	Africa/Casablanca	32.40222	-8.64798		Douar Oulad Sidi Tahar,Oulad Sidi Tahar,Oulad Tagra		07	431		
2539202	Douar Oulad Sidi Salem	douar-oulad-sidi-salem	MA		0	Africa/Casablanca	32.07004	-9.15661		Douar Oulad Sidi Salem,Oulad Sidi Salem		07	431		
2539203	Oulad Sidi Rahhal	oulad-sidi-rahhal	MA		0	Africa/Casablanca	31.8804	-7.37515		Oulad Sidi Rahal,Oulad Sidi Rahhal		07	191		
2539204	Dourar Oulad Sidi Moussa	dourar-oulad-sidi-moussa	MA		0	Africa/Casablanca	32.51682	-7.38175		Douar Oulad Moussa,Douar Oulad Sidi Moussa,Dourar Oulad Sidi Moussa,Oulad Moussa,Oulad Sidi Moussa,Ouled Sidi Moussa		06	461		
2539205	Douar Oulad Sidi Moussa	douar-oulad-sidi-moussa	MA		0	Africa/Casablanca	32.33533	-7.15281		Douar Oulad Moussa,Douar Oulad Sidi Moussa,Oulad Sidi Moussa,Ouled Sidi Moussa		06	461		
2539206	Douar Oulad Sidi Mokhtar	douar-oulad-sidi-mokhtar	MA		0	Africa/Casablanca	32.40417	-8.88208		Douar Oulad Sidi Mokhtar,Oulad Sidi Mokhtar,Ouled Sidi Mokhtar		07	431		
2539207	Douar Oulad Sidi Mohammed Toumi	douar-oulad-sidi-mohammed-toumi	MA		0	Africa/Casablanca	32.02212	-7.22331		Douar Oulad Sidi Mohammed Toumi,Oulad Sidi Mohammed Toumi		07	191		
2539208	Douar Oulad El Haj Jilali	douar-oulad-el-haj-jilali	MA		0	Africa/Casablanca	32.05476	-8.43722		Douar Oulad El Haj Jilali,Oulad Sidi Mohammed		07	585		
2539211	Oulad Sidi Mekki	oulad-sidi-mekki	MA		0	Africa/Casablanca	32.40995	-8.62277		Douar Oulad Sidi Mekki,El hadj el mekki,Oulad Sidi Mekki		07	431		
2539213	Douar Oulad Sidi Kacem	douar-oulad-sidi-kacem	MA		0	Africa/Casablanca	32.26355	-8.99446		Douar Oulad Sidi Kacem,Oulad Sidi Kassem,Ouled sidi kacem		07	431		
2539217	Oulad Sidi Faris	oulad-sidi-faris	MA		0	Africa/Casablanca	33.33114	-8.27898		Oulad Sidi Fares,Oulad Sidi Faris,Oulad Sidi Fers,Oulad Yidi Ferres		06	181		
2539218	Oulad Sidi Feddoul	oulad-sidi-feddoul	MA		0	Africa/Casablanca	34.76	-4.5				01	051		
2539219	Oulad Sidi Fares	oulad-sidi-fares	MA		0	Africa/Casablanca	32.44023	-9.20369		Douar Oulad Sidi Fares,Douar Oulad Sidi Farès,Oulad Sidi Fares		07	431		
2539220	Oulad Sidi Et-Thami	oulad-sidi-et-thami	MA		0	Africa/Casablanca	32.83657	-7.56405		Dar Tami Ould Hema,Oulad Sidi Et-Thami,Oulad Sidi et Thami		06	461		
2539221	Douar Oulad Sidi Dris	douar-oulad-sidi-dris	MA		0	Africa/Casablanca	32.32882	-7.11672		Douar Oulad Sidi Dris,Oulad Sidi Driss		05	255		
2539223	Oulad Sidi Cheikh	oulad-sidi-cheikh	MA		0	Africa/Casablanca	31.63872	-8.1713		Oulad Cheikh,Oulad Sidi Cheikh,Oulad Sidi Cheïkh		07	351		
2539224	Oulad Sidi Cheikh	oulad-sidi-cheikh	MA		0	Africa/Casablanca	31.62586	-8.18088		Douar Oulad Sidi Cheikh,Douar Oulad Sidi Cheïkh,Oulad Sidi Cheikh,Oulad Sidi Cheïkh		07	351		
2539225	Douar Oulad Sidi Cherki	douar-oulad-sidi-cherki	MA		0	Africa/Casablanca	32.46519	-7.1032		Douar Oulad Sidi Cherki,Oulad Sidi Charki,Oulad Sidi Sarki,Ouled Sidi Tchecherki		06	461		
2539226	Oulad Sidi Brahim	oulad-sidi-brahim	MA		0	Africa/Casablanca	31.2588	-4.30006		Oulad Sidi Brahim,Oulad Sidi Brahim Ben Halal		08	201		
2539229	Oulad Brahim	oulad-brahim	MA		0	Africa/Casablanca	31.89272	-7.32281		Douar Oulad Brahim,Oulad Brahim,Oulad Sidi Brahim,Ouled Brahim		07	191		
2539231	Oulad Sidi Bou Oukfa	oulad-sidi-bou-oukfa	MA		0	Africa/Casablanca	32.5828	-7.62513		Dar Oulad Sidi Bou Ohfa,Douar Oulad Sidi bou Okfa,Oulad Sidi Bou Oukfa,Ouled sidi boukfa		06	461		
2539233	Oulad Sidi Bou Brahim	oulad-sidi-bou-brahim	MA		0	Africa/Casablanca	31.21	-4.23		Ksar Zaouit Sidi Boubrahim,Oulad Sidi Bou Brahim		08	201		
2539234	Oulad Sidi Boubker	oulad-sidi-boubker	MA		0	Africa/Casablanca	32.45748	-8.28666				06	467		
2539235	Douar Oulad Sidi bou Azza	douar-oulad-sidi-bou-azza	MA		0	Africa/Casablanca	32.44551	-7.10185		Douar Oulad Sidi bou Azza,Oulad Sidi Bou Azza,Ouled Sidi Bavazza		06	461		
2539236	Oulad Sidi Bou Alam	oulad-sidi-bou-alam	MA		0	Africa/Casablanca	32.3884	-8.85098		Oulad Sidi Bou Alam,Oulad Sidi Boualem,Oulad Sidi Boualer		07	431		
2539240	Oulad Sidi Bechir	oulad-sidi-bechir	MA		0	Africa/Casablanca	34.66063	-2.67112		Oulad Sidi Bechir,Ouled el Bachir		02	533		
2539241	Oulad Belghit	oulad-belghit	MA		0	Africa/Casablanca	32.27782	-6.62617		Oulad Belghit,Oulad Belrit,Oulad Sidi Batghit		05	255		
2539242	Oulad Sidi Amar	oulad-sidi-amar	MA		0	Africa/Casablanca	35.0597	-4.99789				01	151		
2539243	Douar Oulad Sidi Allal Mansour	douar-oulad-sidi-allal-mansour	MA		0	Africa/Casablanca	32.00051	-8.56289		Douar Oulad Sidi Allal Mannsour,Douar Oulad Sidi Allal Mansour,Oulad Allal ben Mansour,Oulad Sidi Allal Mannsour,Oulad Sidi Allal Mansour		07	585		
2539246	Oulad Sidi Ali Ben Moussa	oulad-sidi-ali-ben-moussa	MA		0	Africa/Casablanca	31.97686	-8.66732		Dar Ali Moussa,Douar Ali Moussa,Oulad Sidi Ali Ben Moussa,Ouled Ali Moussa		07	585		
2539251	Oulad Sidi Ahmed	oulad-sidi-ahmed	MA		0	Africa/Casablanca	34.96	-4.25				01	051		
2539252	Oulad Sidi ’Abdelkrim	oulad-sidi-abdelkrim	MA		0	Africa/Casablanca	32.231	-8.15587		Oulad Sidi 'Abdelkrim,Oulad Sidi Abd el Krim,Oulad Sidi ’Abdelkrim		07	427		
2539253	Oulad Sidi ’Abdi	oulad-sidi-abdi	MA		0	Africa/Casablanca	31.50627	-8.10732		Douar Oulad Sidi Addi,Oulad Sidi 'Abdi,Oulad Sidi Addi,Oulad Sidi ’Abdi		07	041		
2539254	Oulad Sidi Abdelkader	oulad-sidi-abdelkader	MA		0	Africa/Casablanca	35.47464	-5.87812		Kader,Oulad Sidi Abdelkader		01	511		
2539256	Oulad Sidi Abd el Hakem	oulad-sidi-abd-el-hakem	MA		0	Africa/Casablanca	33.65465	-2.32157				02	275		
2539258	Douar Oulad Sidi Abdellah	douar-oulad-sidi-abdellah	MA		0	Africa/Casablanca	31.54517	-9.07832		Douar Oulad Sidi Abdellah,Oulad Abdallah,Oulad Sidi Abdallah,Sidi Abdellah		07	161		
2539261	Oulad Snoussi	oulad-snoussi	MA		0	Africa/Casablanca	34.79924	-2.05531		Oulad Senoussi,Oulad Snoussi,Ouled Snoussi		02	411		
2539262	Oulad Sennoun	oulad-sennoun	MA		0	Africa/Casablanca	34.43696	-4.5599		Oulad Sennoun,Oulad Sennoune		03	531		
2539263	Oulad Salmoune	oulad-salmoune	MA		0	Africa/Casablanca	32.42375	-8.75441		Oulad Salmoune,Oulad Selmoun,Oulad selmoune		07	431		
2539264	Oulad Salmoune Laaonum	oulad-salmoune-laaonum	MA		0	Africa/Casablanca	32.37102	-8.00752		Oulad Salmoune Laaonum,Oulad Selmoun		07	427		
2539401	Oulad Othmane	oulad-othmane	MA		0	Africa/Casablanca	34.45818	-5.35519		Oulad Othmane,Ouled Othmane		04	481		
2539265	Douar Oulad Sellam	douar-oulad-sellam	MA		0	Africa/Casablanca	34.39256	-5.68082		Dar Oulad Selham,Douar Oulad Sellam,Oulad Sellam,Oulad Sellem		04	481		
2539266	Oulad Sallam	oulad-sallam	MA		0	Africa/Casablanca	32.35242	-8.75171		Douar Oulad Sellam,Oulad Sallam,Oulad Sellam		07	431		
2539267	Oulad Salem	oulad-salem	MA		0	Africa/Casablanca	32.05294	-8.72572		Oulad Salem,Oulad-Sellam		07	585		
2539268	Oulad Sellam	oulad-sellam	MA		0	Africa/Casablanca	32.05669	-7.72989		Douar Sidi Bel Aid,Douar Sidi Bel Aïd,Oulad Sellam		07	427		
2539269	Oulad Skhar	oulad-skhar	MA		0	Africa/Casablanca	35.05227	-6.2136		Oulad Sehar,Oulad Skhar		01	331		
2539271	Douar Oulad Sadra	douar-oulad-sadra	MA		0	Africa/Casablanca	34.974	-5.87025		Douar Oulad Sadra,Oulad Sedra,Ouled Srarta		01	331		
2539273	Oulad Mansour	oulad-mansour	MA		0	Africa/Casablanca	34.6984	-6.17788		Douar Oulad Sdoud,Oulad Mansour,Oulad Sdoud		04	281		
2539276	Oulad Sbeïta	oulad-sbeita	MA		0	Africa/Casablanca	32.65964	-8.77652		Douar Oulad Sbeita,Douar Oulad Sbeïta,Douar Ouled Sbeita,Douar Ouled Sbeïta,Oulad Sbeita,Oulad Sbeïta		06	467		
2539277	Douar Oulad Sbih	douar-oulad-sbih	MA		0	Africa/Casablanca	32.36683	-7.53409		Douar Oulad Sbaya,Douar Oulad Sbih,Douar Ouled Sbaya,Oulad Sbaya,Ouled Sbaya		07	191		
2539279	Oulad Sbayta	oulad-sbayta	MA		0	Africa/Casablanca	35.45857	-5.99267		Oulad Sbaita,Oulad Sbayta,Oulad Sbaïta		01	511		
2539280	Douar Oulad Sbai	douar-oulad-sbai	MA		0	Africa/Casablanca	32.51706	-8.93329		Douar Oulad Sbai,Oulad Sbai,Oulad Sbaï,Oulad Sebai,Oulad Sebaï,Ouled Sbai,Ouled Sbaï		07	431		
2539281	Oulad Sassi	oulad-sassi	MA		0	Africa/Casablanca	32.46464	-8.66873		Douar Oulad Sassi,Oulad Sassi,Ouled Sassi		07	431		
2539282	Oulad Sassi	oulad-sassi	MA		0	Africa/Casablanca	32.30382	-8.69518		Douar Ouled Sassi,Oulad Sassi		07	431		
2539283	Oulad Saoula	oulad-saoula	MA		0	Africa/Casablanca	31.31957	-8.8035		Oulad Cawla,Oulad Saoula,Oulad Çawla,Ouled Saoula,Ouled Sola		07	161		
2539284	Oulad Samda	oulad-samda	MA		0	Africa/Casablanca	34.7	-2.56				02	533		
2539289	Douar Oulad Salem	douar-oulad-salem	MA		0	Africa/Casablanca	34.36011	-5.32775		Douar Oulad Salem,Oulad Salem,Ouled Salem		03	531		
2539290	Oulad Salem	oulad-salem	MA		0	Africa/Casablanca	32.52866	-9.08209		Douar Oulad Salem,Oulad Salem		07	431		
2539291	Oulad Salem	oulad-salem	MA		0	Africa/Casablanca	32.45702	-6.94182				05	255		
2539292	Oulad Salem	oulad-salem	MA		0	Africa/Casablanca	32.26418	-6.57276				05	255		
2539293	Oulad Salem	oulad-salem	MA		0	Africa/Casablanca	31.97675	-9.02359		Douar Oulad Salem,Oulad Salem		07	431		
2539294	Oulad Salem	oulad-salem	MA		0	Africa/Casablanca	30.52723	-8.93489				09	541		
2539295	Douar Oulad Salama	douar-oulad-salama	MA		0	Africa/Casablanca	32.2463	-7.02657		Douar Oulad Salama,Oulad Salama		05	255		
2539296	Lamhazil Oulad Saleh	lamhazil-oulad-saleh	MA		0	Africa/Casablanca	31.91133	-7.8901		Douar Ouled Salah el Mhazil,El mhazel ouled salah,Lamhazil Oulad Saleh,Oulad Salah el Mhazil		07	427		
2539299	Douar Oulad Saleh	douar-oulad-saleh	MA		0	Africa/Casablanca	34.35442	-5.04679		Douar Oulad Saleh,Oulad Salah,Oulad Sallah		03	531		
2539300	Oulad Salah	oulad-salah	MA		0	Africa/Casablanca	34.2347	-3.31991		Oulad Salah,Oulad Salah Lahouafi		02	265		
2539301	Oulad Essayf	oulad-essayf	MA		0	Africa/Casablanca	32.46929	-8.75554		Douar Oulad Saif,Douar Oulad Saïf,Oulad Essayf,Oulad Saif,Oulad Saïf,Ouled Saif,Ouled Saïf		07	431		
2539305	Douar Oulad Said	douar-oulad-said	MA		0	Africa/Casablanca	31.90415	-8.38664		Douar Oulad Said,Douar Oulad Saïd,Oulad Said el Ahmar,Oulad Saïd el Ahmar,Ouled Said,Ouled Saïd		07	585		
2539306	Oulad Saïd Ben Ali	oulad-said-ben-ali	MA		0	Africa/Casablanca	32.65956	-7.805		Oulad Said Ben Ali,Oulad Saïd Ben Ali,Ouled Saidali,Ouled Saïdali		06	461		
2539307	Oulad S’aydene	oulad-s-aydene	MA		0	Africa/Casablanca	31.28474	-4.31428		Oulad S'aydene,Oulad Saidane,Oulad Saïdane,Oulad S’aydene		08	201		
2539309	Oulad Saayda	oulad-saayda	MA		0	Africa/Casablanca	32.28869	-8.80085		Douar Oulad Saida,Douar Oulad Saïda,Oulad Saayda,Oulad Saida,Oulad Saïda,Ouled Saida,Ouled Saïda		07	431		
2539315	Oulad Said	oulad-said	MA		0	Africa/Casablanca	35.04653	-6.01309		Douar Oulad Ben Said,Douar Oulad Ben Saïd,Oulad Said,Oulad Saïd		01	331		
2539316	Oulad Saïd	oulad-said	MA		0	Africa/Casablanca	34.73593	-2.5305				02	533		
2539317	Douar Oulad Saïd	douar-oulad-said	MA		0	Africa/Casablanca	34.45083	-5.60201		Dar Oulad Said,Dar Oulad Saïd,Douar Oulad Said,Douar Oulad Saïd,Oulad Said,Oulad Saïd,Ouled Said,Ouled Saïd		04	481		
2539318	Douar Oulad Saïd	douar-oulad-said	MA		0	Africa/Casablanca	34.3851	-5.56308		Dar Said,Douar Oulad Said,Douar Oulad Saïd,Oulad Said,Oulad Saïd,Ouled Said,Ouled Saïd		04	481		
2539319	Oulad Saïd	oulad-said	MA		0	Africa/Casablanca	33.37534	-3.8819				03	131		
2539320	Oulad Saïd	oulad-said	MA		0	Africa/Casablanca	32.96789	-7.81277		Oulad Said,Oulad Said Houman,Oulad Saïd,Oulad Saïd Houman,Ouled Said,Ouled Saïd		06	461		
2539321	Douar Oulad Said	douar-oulad-said	MA		0	Africa/Casablanca	32.55882	-8.73524		Douar Oulad Said,Douar Oulad Saïd,Oulad Said,Oulad Saïd,Ouled Said,Ouled Saïd		06	467		
2539323	Oulad Said	oulad-said	MA		0	Africa/Casablanca	32.40436	-8.75457		Oulad Said,Oulad Saïd		07	431		
2539324	Oulad S’id	oulad-s-id	MA		0	Africa/Casablanca	32.24389	-6.57102		Oulad S'id,Oulad Said,Oulad Saïd,Oulad S’id		05	255		
2539325	Douar Oulad Said	douar-oulad-said	MA		0	Africa/Casablanca	31.98324	-7.71168		Douar Oulad Said,Oulad Said,Oulad Saïd		07	427		
2539326	Oulad Sïd	oulad-sid	MA		0	Africa/Casablanca	31.98323	-7.07602		Oulad Said,Oulad Saïd,Oulad Sid,Oulad Sïd		07	191		
2539327	Oulad Saïd	oulad-said	MA		0	Africa/Casablanca	31.81	-8.56		Dar Oulad Said,Dar Oulad Saïd,Oulad Said,Oulad Saïd		07	585		
2539328	Douar Oulad Said	douar-oulad-said	MA		0	Africa/Casablanca	31.81625	-7.63573		Douar Oulad Said,Oulad Said,Oulad Saïd		07	427		
2539329	Douar Oulad Said	douar-oulad-said	MA		0	Africa/Casablanca	31.69601	-9.43601		Douar Oulad Said,Douar Sidi Ayed,Oulad Said,Oulad Saïd		07	211		
2539330	Douar Oulad Said	douar-oulad-said	MA		0	Africa/Casablanca	31.63364	-9.43772		Douar Oulad Said,Douar Oulad Saïd,Oulad Said,Oulad Saïd,Ouled Said,Ouled Saïd		07	211		
2539331	Oulad Saïd	oulad-said	MA		0	Africa/Casablanca	31.58463	-8.10794		Douar Oulad Said,Douar Oulad Saïd,Oulad Said,Oulad Saïd		07	351		
2539332	Oulad Saïd	oulad-said	MA		0	Africa/Casablanca	31.56319	-9.17513				07	211		
2539333	Oulad Saïd	oulad-said	MA		0	Africa/Casablanca	31.05536	-6.56155		Oulad Said,Oulad Saïd,Ouled Said,Ouled Saïd		08	401		
2539334	Oulad Essayh	oulad-essayh	MA		0	Africa/Casablanca	34.76763	-5.94792		Douar Siah,Oulad Essayh,Oulad Saiah,Oulad Saïah,Ouled Rayah,Siah		04	281		
2539336	Douar Oulad Essafi	douar-oulad-essafi	MA		0	Africa/Casablanca	34.27568	-5.03385		Douar Oulad Essafi,Oulad Safi,Ouled Safi		03	591		
2539337	Oulad Saar	oulad-saar	MA		0	Africa/Casablanca	34.40904	-6.18209		Douar Oulad Saar,Oulad Saar		04	491		
2539338	Oulad S’aïdane	oulad-s-aidane	MA		0	Africa/Casablanca	32.65309	-7.59943		Oulad S'aidane,Oulad Saadane,Oulad S’aïdane		06	461		
2539340	Oulad Saâd	oulad-saad	MA		0	Africa/Casablanca	31.98457	-9.26522		Oulad Lamouine,Oulad Saad,Oulad Saâd		07	431		
2539342	Douar Oulad Chaker	douar-oulad-chaker	MA		0	Africa/Casablanca	34.23642	-5.52166		Douar Oulad Chaker,Oulad Rocheker		04	481		
2539344	Oulad Rih	oulad-rih	MA		0	Africa/Casablanca	34.25764	-5.51143		Koudiet Rih,Oulad Rih		04	481		
2539345	Douar Oulad Riana	douar-oulad-riana	MA		0	Africa/Casablanca	34.72703	-5.50666		Douar Oulad Riana,Oulad Riana		01	405		
2539346	Douar Oulad Erriyahi	douar-oulad-erriyahi	MA		0	Africa/Casablanca	34.80915	-5.9498		Douar Oulad Erriyahi,Douar Oulad Riahi,Oulad Riahi,Ouled Riahi,Ouled Ryahi		04	281		
2539347	Oulad Riahi	oulad-riahi	MA		0	Africa/Casablanca	34.74562	-6.04097		Douar Oulad Riahi,Oulad Riahi,Ouled Ryahi		04	281		
2539348	Oulad Riyahi	oulad-riyahi	MA		0	Africa/Casablanca	34.59734	-6.15071		Douar Oulad Riahi,Oulad Riahi,Oulad Riyahi		04	281		
2539352	Douar Oulad Lghoul	douar-oulad-lghoul	MA		0	Africa/Casablanca	34.48456	-4.70816		Douar Oulad Lghboul,Douar Oulad Lghoul,Douar Oulad Rherbaoui,Oulad Rherbaoui		03	531		
2539353	Douar Oulad Ghannam	douar-oulad-ghannam	MA		0	Africa/Casablanca	34.45695	-4.63299		Douar Oulad Ghannam,Douar Oulad Rhennam,Oulad Rhennam		03	531		
2539354	Douar Oulad Ghnim	douar-oulad-ghnim	MA		0	Africa/Casablanca	32.32682	-8.66666		Douar Oulad Ghnim,Douar Ouled Rhenim,Oulad Rhenim		07	431		
2539355	Douar Oulad El Gharbi Hamri	douar-oulad-el-gharbi-hamri	MA		0	Africa/Casablanca	34.52161	-5.39543		Douar Oulad El Gharbi Hamri,Oulad Rharbi,Ouled Gherbi		04	481		
2539356	Douar Laabaouba	douar-laabaouba	MA		0	Africa/Casablanca	34.29274	-5.17724		Douar Laabaouba,Oulad Gharbaoui,Oulad Rharbaoui		03	591		
2539358	Douar Oulad Ghennam	douar-oulad-ghennam	MA		0	Africa/Casablanca	31.97829	-7.74971		Douar Oulad Ghennam,Oulad Rhanem,Oulad Rhenem		07	427		
2539359	Douar Oulad Ghannam	douar-oulad-ghannam	MA		0	Africa/Casablanca	31.81342	-7.65243		Douar Oulad Ghannam,Oulad Rhanem,Oulad Rhenem		07	427		
2539361	Oulad Ghayda	oulad-ghayda	MA		0	Africa/Casablanca	34.55704	-6.19217		Douar Oulad Rhaida,Douar Oulad Rhaïda,Oulad Ghayda,Oulad Rhaida,Oulad Rhaïda,Ouled Ghida		04	481		
2539362	Oulad Rguiâa	oulad-rguiaa	MA		0	Africa/Casablanca	31.70149	-7.35638		Oulad Rguia,Oulad Rguia'a,Oulad Rguiaa,Oulad Rguia’a,Oulad Rguiâa,Ouled rguiate,Ouled rguiâte		07	191		
2539363	Oulad Rezzag	oulad-rezzag	MA		0	Africa/Casablanca	33.53765	-3.62919				03	131		
2539364	Oulad Rerhail	oulad-rerhail	MA		0	Africa/Casablanca	32.07287	-7.45901		Douar Oulad Rerhail,Oulad Rerhail		07	191		
2539366	Douar Oulad Rgui’a	douar-oulad-rgui-a	MA		0	Africa/Casablanca	32.45417	-6.59675		Douar Oulad Rgui'a,Douar Oulad Rgui’a,Oulad Reguiaa,Oulad Reguiâa,Oulad Rouki'a,Oulad Rouki’a		05	255		
2539368	Douar Oulad Regraga	douar-oulad-regraga	MA		0	Africa/Casablanca	32.21167	-7.22903		Douar Oulad Regraga,Oulad Regraga,Oulad Regragra,Oulad Regragua		07	191		
2539370	Oulad-Ramitia	oulad-ramitia	MA		0	Africa/Casablanca	31.92773	-8.31678				07	351		
2539371	Oulad Ar Rami	oulad-ar-rami	MA		0	Africa/Casablanca	31.91525	-7.20768		Douar Oulad Rami,Oulad Ar Rami,Oulad Rami,Ouled Lamrani		07	191		
2539372	Oulad Ramdane	oulad-ramdane	MA		0	Africa/Casablanca	34.73952	-2.54503		Oulad Ramdane,Ouled Ramdan		02	533		
2539373	Oulad Rahou	oulad-rahou	MA		0	Africa/Casablanca	34.64944	-3.36008				02	265		
2539374	Oulad Rahou	oulad-rahou	MA		0	Africa/Casablanca	34.56369	-3.05095				02	265		
2539376	Oulad Raho	oulad-raho	MA		0	Africa/Casablanca	34.12334	-4.57372		Douar Ouled Raho,Oulad Raho		03	531		
2539377	Oulad Raho	oulad-raho	MA		0	Africa/Casablanca	32.85582	-7.67965		Dar Oulad Rehou,Oulad Raho,Oulad Rahou		06	461		
2539378	Oulad Rahou	oulad-rahou	MA		0	Africa/Casablanca	31.96906	-7.92244		Douar Oulad Raho,Oulad Raho,Oulad Rahou		07	427		
2539379	Oulad Rahhou	oulad-rahhou	MA		0	Africa/Casablanca	31.76192	-7.14641		Oulad Rahhou,Oulad Raho		07	191		
2539380	Oulad Raho	oulad-raho	MA		0	Africa/Casablanca	30.42682	-8.87514				09	541		
2539383	Oulad Rahmoun	oulad-rahmoun	MA		0	Africa/Casablanca	32.61585	-7.83371		Douar Oulad Rahmoune,Oulad Rahmoun,Ouled rahmoune		07	427		
2539384	Douar Oulad Rahmoune	douar-oulad-rahmoune	MA		0	Africa/Casablanca	32.4529	-8.97453		Douar Oulad Rahmoune,Oulad Rahmoun,Ouled rahmoune		07	431		
2539385	Oulad Rahmoun	oulad-rahmoun	MA		0	Africa/Casablanca	32.3377	-6.50612				05	091		
2539386	Oulad Rahmoune	oulad-rahmoune	MA		0	Africa/Casablanca	31.98852	-7.86891		Oulad Rahmoun,Oulad Rahmoune,Oulad Rahmouth,Ouled Ben Rahmoune		07	427		
2539388	Oulad Rahal	oulad-rahal	MA		0	Africa/Casablanca	32.74515	-7.97254				07	427		
2539390	Douar Oulad Rafaa	douar-oulad-rafaa	MA		0	Africa/Casablanca	34.9164	-6.2555		Douar Oulad Rafaa,Oulad Rafaa,Ouled Rafeh		04	281		
2539391	Oulad Wanzar	oulad-wanzar	MA		0	Africa/Casablanca	31.95674	-7.24307		Oulad Ounzar,Oulad Wanzar,Ouled ouanzar		07	191		
2539392	Oulad Ouilal	oulad-ouilal	MA		0	Africa/Casablanca	31.21	-4.28		Oulad Ouilal,Sfalat Ksar Oulad Ouilal		08	201		
2539393	Douar Ouaggad Briouiga	douar-ouaggad-briouiga	MA		0	Africa/Casablanca	32.35272	-7.61518		Douar Ouaggad Briouiga,Douar Oulad Ouggad,Oulad Ouagad,Oulad Ouggad,Ouled Ouggad		07	191		
2539394	Douar Oulad Ouggad	douar-oulad-ouggad	MA		0	Africa/Casablanca	31.73199	-7.64563		Douar Oulad Ouggad,Oulad Ougad,Oulad Ouggad		07	427		
2539395	Oulad Waggad	oulad-waggad	MA		0	Africa/Casablanca	31.79764	-7.39493		Oulad Ouggad,Oulad Waggad		07	191		
2539396	Oulad Waggad	oulad-waggad	MA		0	Africa/Casablanca	31.77751	-7.30037		Oulad Ouggad,Oulad Waggad		07	191		
2539397	Oulad Waggad	oulad-waggad	MA		0	Africa/Casablanca	31.85774	-7.3127		Douar Oulad Ouggad,Oulad Ougal,Oulad Ouggad,Oulad Waggad		07	191		
2539398	Oulad Ouaslam	oulad-ouaslam	MA		0	Africa/Casablanca	31.75054	-7.83439		Dar Oulad Ouaslam,Ouaslam,Oulad Ouaslam,Oulad Ouaslam Douar Lakbir		07	427		
2539400	Douar Oulad Othmane	douar-oulad-othmane	MA		0	Africa/Casablanca	31.67005	-8.27198		Douar Oulad Othmane,Oulad-Otmane		07	351		
2539403	Al Qaçba	al-qacba	MA		0	Africa/Casablanca	31.41655	-4.27991		Al Qacba,Al Qaçba,Hasbet Ben Lahcen,Kasba Ben Lahceine,Kasba Ben Lahsein,Kasba Ben Lahseïn,Oulad Okba,Oulad Oqba		08	201		
2539404	Douar Oulad Aguil	douar-oulad-aguil	MA		0	Africa/Casablanca	31.65	-8.25		Douar Oulad Aguil,Oulad Aguil,Oulad Oguil,Ouled Amguil		07	351		
2539405	Oulad Nsafer	oulad-nsafer	MA		0	Africa/Casablanca	31.54869	-8.29017		Douar Oulad Nsafer,Oulad Nsafer		07	351		
2539406	Douar Oulad Noura	douar-oulad-noura	MA		0	Africa/Casablanca	34.4654	-4.95747		Douar Oulad Noura,Oulad Noura,Ouled Nora		03	531		
2539407	Oulad Noumer	oulad-noumer	MA		0	Africa/Casablanca	29.88454	-9.69647		Oulad Noumer,Ouled Noumer		09	581		
2539408	Oulad N’ouma	oulad-n-ouma	MA		0	Africa/Casablanca	32.37334	-6.70241		Oulad N'ouma,Oulad Nouma,Oulad N’ouma		05	255		
2539409	Oulad Ennoum	oulad-ennoum	MA		0	Africa/Casablanca	32.27589	-8.00391		Oulad Ennoum,Oulad Noum		07	427		
2539410	Oulad Nouala	oulad-nouala	MA		0	Africa/Casablanca	34.39147	-5.74412		Dar Oulad Nouala,Douar Oulad Nouala,Oulad Nouala		04	481		
2539411	Douar Oulad Nouil	douar-oulad-nouil	MA		0	Africa/Casablanca	34.58361	-5.4964		Douar Oulad Nouil,Oulad Noual,Ouled Nouel,awlad nwal,dwar awlad nwal,أولاد نوال,دوار أولاد نوال		04	481		
2539412	Oulad Nifaoui	oulad-nifaoui	MA		0	Africa/Casablanca	32.28491	-6.88797		Douar Oulad Nifaoui,Oulad Nifaoui,Oulad Nifawi		05	255		
2539415	Douar Oulad Nhar	douar-oulad-nhar	MA		0	Africa/Casablanca	34.52644	-5.2744		Douar Oulad Nhar,Nhir,Oulad Nhar		01	405		
2539416	Oulad Nejja’	oulad-nejja	MA		0	Africa/Casablanca	32.54277	-6.58033		Oulad Nejja',Oulad Nejjaa,Oulad Nejja’		05	255		
2539417	Oulad-Nejim	oulad-nejim	MA		0	Africa/Casablanca	31.89722	-8.14659				07	351		
2539418	Oulad-Nasseur	oulad-nasseur	MA		0	Africa/Casablanca	32.45103	-8.52535				06	467		
2539420	Douar Oulad Nader	douar-oulad-nader	MA		0	Africa/Casablanca	32.35141	-6.5107		Douar Oulad Nader,Oulad Nader,Oulad Naker,Oulad Naseur,Oulad Nasser,Ouled Naceur		05	091		
2539421	Oulad Nasser	oulad-nasser	MA		0	Africa/Casablanca	32.06272	-7.69546		Douar Cheikh Ahmed Ben el Fkih,Douar Oulad Nasser,Oulad Nasser		07	427		
2539423	Douar Oulad Naoual	douar-oulad-naoual	MA		0	Africa/Casablanca	34.50766	-5.72001		Douar Oulad Naoual,Oulad Naoual,Oulad Nawal,Oulad Noual		04	481		
2539424	Oulad El Ain Leqraqra	oulad-el-ain-leqraqra	MA		0	Africa/Casablanca	32.4117	-8.76536		Oulad El Ain Leqraqra,Oulad Nain,Oulad Naïn		07	431		
2539425	Douar Oulad Hniya	douar-oulad-hniya	MA		0	Africa/Casablanca	32.49509	-9.12093		Douar Oulad Hniya,Douar Oulad Naia,Douar Oulad Naïa,Oulad Naia,Oulad Naïa		07	431		
2539426	Oulad Nafrha	oulad-nafrha	MA		0	Africa/Casablanca	34.82659	-6.04204		Oulad Nafrha,Ouled Nefkha		04	281		
2539428	Douar Oulad Mtae	douar-oulad-mtae	MA		0	Africa/Casablanca	32.15383	-8.96146		Douar Oulad Mtae,Oulad-Mtar		07	431		
2539429	Douar Oulad Mtani	douar-oulad-mtani	MA		0	Africa/Casablanca	32.31496	-8.69305		Douar Oulad Mtani,Douar Ouled Mtaai,Douar Ouled Mtaaï,Oulad Mtaai,Oulad Mtaaï		07	431		
2539431	Oulad Msila	oulad-msila	MA		0	Africa/Casablanca	34.82493	-4.06399				01	051		
2539432	Oulad Msallem	oulad-msallem	MA		0	Africa/Casablanca	31.3018	-4.30885		Oulad Msallem,Oulad Msellem,Ouled Msalem		08	201		
2539433	Oulad Msallem	oulad-msallem	MA		0	Africa/Casablanca	34.46372	-5.67111		Dar Oulad Msellam,Douar Oulad Msellam,Oulad M'slam,Oulad Msallam,Oulad Msallem,Oulad Msellam,Oulad M’slam		04	481		
2539434	Chouafea Oulad Mssahel	chouafea-oulad-mssahel	MA		0	Africa/Casablanca	34.94153	-6.18769		Chouafea Oulad Mssahel,Douar Oulad Msahel,Oulad Msahel		04	281		
2539435	Oulad Msafer	oulad-msafer	MA		0	Africa/Casablanca	30.46682	-9.04445		Msafer,Oulad Msafer		09	541		
2539436	Oulad Mrah	oulad-mrah	MA		0	Africa/Casablanca	32.3474	-6.67275		Oulad Miah,Oulad Mrah		05	255		
2539437	Oulad Mrah	oulad-mrah	MA		0	Africa/Casablanca	30.32248	-6.60653		Oulad Mrah,Ouled Mrah		09	551		
2539439	Douar Oulad Mbarek	douar-oulad-mbarek	MA		0	Africa/Casablanca	34.4998	-5.32628		Douar Oulad Mbarek,Oulad Mrabat,Oulad Mrabate,Oulad Mrabet		03	531		
2539442	Oulad Moussa Zeyane	oulad-moussa-zeyane	MA		0	Africa/Casablanca	34.67541	-3.69094		Oulad Moussa Zeyane,Oulad Ziane		03	561		
2539444	Douar Oulad Moussa Mohamed	douar-oulad-moussa-mohamed	MA		0	Africa/Casablanca	34.81791	-2.24391		Douar Oulad Moussa Mohamed,Oulad Moussa Mohammed		02	411		
2539445	Oulad Moussa Lekrayma	oulad-moussa-lekrayma	MA		0	Africa/Casablanca	34.77049	-6.17146		Oulad Moussa Korima,Oulad Moussa Lekrayma,Oulad Soussi el Crima		04	281		
2539451	Douar Oulad Moussa	douar-oulad-moussa	MA		0	Africa/Casablanca	35.32326	-5.94897		Douar Oulad Moussa,Oulad Moussa		01	511		
2539452	Oulad Moussa Rmal	oulad-moussa-rmal	MA		0	Africa/Casablanca	34.71234	-6.28137		Douar Oulad Moussa,Oulad Moussa,Oulad Moussa Rmal		04	281		
2539453	Oulad Moussa	oulad-moussa	MA		0	Africa/Casablanca	34.68625	-4.51008				03	531		
2539454	Oulad Moussa Madegh	oulad-moussa-madegh	MA		0	Africa/Casablanca	34.64789	-6.13874		Douar Oulad Moussa,Oulad Moussa,Oulad Moussa Madegh		04	281		
2539455	Douar Oulad Moussa	douar-oulad-moussa	MA		0	Africa/Casablanca	34.5455	-5.70935		Douar Oulad Moussa,Oulad Moussa		04	481		
2539456	Oulad Moussa	oulad-moussa	MA		0	Africa/Casablanca	34.50279	-4.93715		Oulad Monssa,Oulad Moussa		03	531		
2539457	Oulad Moussa	oulad-moussa	MA		0	Africa/Casablanca	34.48247	-6.30695		Douar Oulad Moussa,Oulad Moussa		04	281		
2539458	Oulad Moussa	oulad-moussa	MA		0	Africa/Casablanca	34.40038	-6.00266		Douar Ouled Moussa,Oulad Moussa		04	481		
2539459	Douar Moussat	douar-moussat	MA		0	Africa/Casablanca	34.3426	-5.23143		Douar Moussat,Douar Oulad Moussa,Moussatt,Oulad Moussa		03	531		
2539460	Douar Ouled Moussa	douar-ouled-moussa	MA		0	Africa/Casablanca	34.33648	-4.15343		Douar Ouled Moussa,Oulad Moussa		03	561		
2539461	Douar Oulad Sfa	douar-oulad-sfa	MA		0	Africa/Casablanca	34.29382	-5.23344		Douar Oulad Sfa,Oulad Moussa		03	531		
2539462	Douar Oulad Moussa	douar-oulad-moussa	MA		0	Africa/Casablanca	34.17047	-5.84826		Douar Oulad Moussa,Douar Ould. Moussa,Oulad Moussa,Oulad Moussa Berrahine		04	491		
2539463	Dehar Oulad Moussa	dehar-oulad-moussa	MA		0	Africa/Casablanca	32.91095	-6.4461		Dehar Oulad Moussa,Moussa,Oulad Moussa		05	311		
2539464	Oulad Moussa	oulad-moussa	MA		0	Africa/Casablanca	32.7497	-7.82894		Dar Cheikh Jilali,Moussa,Oulad Mohammed,Oulad Moussa		06	461		
2539465	Oulad Moussa	oulad-moussa	MA		0	Africa/Casablanca	32.58108	-9.05967		Douar Oulad Moussa,Oulad Moussa		07	431		
2539466	Oulad Moussa	oulad-moussa	MA		0	Africa/Casablanca	32.53	-7.43		Douar Oulad Moussa,Oulad Moussa,Ouled Moussa Hel Loued		06	461		
2539467	Oulad-Moussa	oulad-moussa	MA		0	Africa/Casablanca	32.3808	-8.60186				07	431		
2539468	Douar Oulad Moussa	douar-oulad-moussa	MA		0	Africa/Casablanca	32.03558	-8.38282		Douar Oulad Moussa,Oulad Moussa		07	585		
2539469	Oulad Moussa	oulad-moussa	MA		0	Africa/Casablanca	31.61217	-8.55252		Douar Oulad Moussa,Oulad Moussa,Ouled Moussa		07	161		
2539470	Oulad Moussa	oulad-moussa	MA		0	Africa/Casablanca	30.58969	-6.15445				08	587		
2539472	Douar Oulad Moumen	douar-oulad-moumen	MA		0	Africa/Casablanca	31.61902	-7.80035		Douar Oulad Moumen,Oulad Moumen,Oulad Moumene,Oulad Moumèn,Ouled Moumane		07	351		
2539474	Oulad Mouloud	oulad-mouloud	MA		0	Africa/Casablanca	31.4462	-4.25764				08	201		
2539476	Oulad Moulay Amar	oulad-moulay-amar	MA		0	Africa/Casablanca	34.37925	-4.71782				03	531		
2539480	Oulad Mesbah	oulad-mesbah	MA		0	Africa/Casablanca	34.98478	-6.17571		Douar Oulad Mosbah,Oulad Mesbah,Oulad Mosbah,Ouled Masbah Souir		04	281		
2539481	Oulad Mosbah	oulad-mosbah	MA		0	Africa/Casablanca	31.75	-7.36				07	191		
2539483	Oulad Mohand Ou ’Ali	oulad-mohand-ou-ali	MA		0	Africa/Casablanca	34.713	-3.46961		Oulad Mohand Ou 'Ali,Oulad Mohand Ou ’Ali,Oulad Mohannd Ou-'Ali,Oulad Mohannd Ou-’Ali		02	167		
2539484	Douar Oulad Mhand El Oulia	douar-oulad-mhand-el-oulia	MA		0	Africa/Casablanca	35.05106	-2.75461		Douar Oulad Mhand El Oulia,Oulad Mohand		02	381		
2539485	Oulad Mohand	oulad-mohand	MA		0	Africa/Casablanca	34.90918	-3.3785				02	167		
2539486	Oulad Mohand	oulad-mohand	MA		0	Africa/Casablanca	34.68	-3.53				02	167		
2539487	Oulad Mohand	oulad-mohand	MA		0	Africa/Casablanca	34.70249	-3.43311		Oulad Mohamed,Oulad Mohand		02	167		
2539488	Ouled Mohannd	ouled-mohannd	MA		0	Africa/Casablanca	34.38414	-3.78925		Oulad Mohand,Ouled Mohannd		02	265		
2539489	Oulad Mohammed Tahar	oulad-mohammed-tahar	MA		0	Africa/Casablanca	34.85	-1.95		Douar Oulad Mohammed Tahar,Oulad Mohammed Tahar		02	411		
2539490	Oulad Mohammed Ou Ammar	oulad-mohammed-ou-ammar	MA		0	Africa/Casablanca	34.91225	-2.97747				02	381		
2539491	Oulad Mohammed Messaoud	oulad-mohammed-messaoud	MA		0	Africa/Casablanca	34.38608	-4.49914		Douar Ouled Messaoud,Oulad Mohammed Messaoud		03	531		
2539492	Oulad Mohammed Hammou	oulad-mohammed-hammou	MA		0	Africa/Casablanca	31.64446	-9.11455		Douar Mohammed Ben Hammou,Oulad Mohammed Hammou		07	211		
2539494	Douar Oulad Mohamed Ben Slimane	douar-oulad-mohamed-ben-slimane	MA		0	Africa/Casablanca	32.58342	-7.28363		Dar Oulad Mohamed Slimane,Douar Oulad Mohamed Ben Slimane,Douar Oulad Mohammed ben Slimane,Oulad Mohammed Ben Slimane		06	461		
2539497	Oulad Mohammed	oulad-mohammed	MA		0	Africa/Casablanca	34.37168	-2.67687				02	533		
2539498	Douar Oulad Mohamed	douar-oulad-mohamed	MA		0	Africa/Casablanca	34.33141	-5.07762		Douar Oulad Mohamed,Oulad Mohammed		03	531		
2539499	Douar Oulad Mhamed	douar-oulad-mhamed	MA		0	Africa/Casablanca	34.22225	-4.4815		Douar Oulad Mhamed,Douar Ouled Mohammed,Oulad Mohammed		03	531		
2539500	Douar Oulad Mhammed	douar-oulad-mhammed	MA		0	Africa/Casablanca	33.99111	-4.92718		Douar Oulad Mhammed,Douar Oulad Mohammed,Oulad M'hamed,Oulad Mohammed,Oulad M’hamed		03	231		
2539501	Oulad Mohammed	oulad-mohammed	MA		0	Africa/Casablanca	33.83618	-4.5452				03	451		
2539503	Douar Oulad Miloud	douar-oulad-miloud	MA		0	Africa/Casablanca	32.36994	-8.98895		Douar Oulad Miloud,Douar Oulad Mohammed,Oulad Mohammed,Ouled mohamed		07	431		
2539504	Douar Oulad Mhamed Lahrar	douar-oulad-mhamed-lahrar	MA		0	Africa/Casablanca	31.89097	-7.58299		Douar Oulad Mhamed Lahrar,Oulad Mohammed		07	427		
2539505	Oulad Mohamed	oulad-mohamed	MA		0	Africa/Casablanca	30.32836	-9.03213		Oulad M'hamed,Oulad Mahmmed,Oulad Mohamed,Oulad Mohammed,Oulad M’hamed		09	541		
2539506	Douar Oulad Mkoudou	douar-oulad-mkoudou	MA		0	Africa/Casablanca	33.81525	-4.51786		Douar Oulad Mkoudou,Oulad Mkoudo		03	451		
2539507	Douar Oulad Lmir	douar-oulad-lmir	MA		0	Africa/Casablanca	31.72374	-7.54965		Douar Oulad Lmir,Douar Oulad el Mir,Oulad Mirra		07	191		
2539508	Douar Oulad Mira	douar-oulad-mira	MA		0	Africa/Casablanca	32.22786	-8.64652		Douar Oulad Mira,Oulad Mira,Ouled Mira		07	585		
2539510	Oulad Mimoun	oulad-mimoun	MA		0	Africa/Casablanca	34.63359	-3.54429				02	167		
2539511	Oulad Mimoun	oulad-mimoun	MA		0	Africa/Casablanca	34.55	-3.55				02	265		
2539512	Douar Ouled Mimoun	douar-ouled-mimoun	MA		0	Africa/Casablanca	34.45595	-4.24209		Douar Ouled Mimoun,Oulad Mimoun		03	561		
2539513	Douar Oulad Mimoune	douar-oulad-mimoune	MA		0	Africa/Casablanca	34.40973	-5.08689		Douar Oulad Mimoune,Oulad Mimoun,Ouled Mimoun		03	531		
2539514	Douar Oulad Mimoune	douar-oulad-mimoune	MA		0	Africa/Casablanca	33.97529	-4.91872		Douar Oulad Mimoun,Douar Oulad Mimoune,Oulad Mimoun		03	231		
2539515	Douar Oulad Mimoune	douar-oulad-mimoune	MA		0	Africa/Casablanca	32.34262	-8.8918		Douar Oulad Mimoun,Douar Oulad Mimoune,Oulad Mimoun		07	431		
2539516	Douar El Qadi Oulad Mimoune	douar-el-qadi-oulad-mimoune	MA		0	Africa/Casablanca	32.22044	-8.53744		Cheikh-Oulad-Mimoun,Douar El Qadi Oulad Mimoune,Oulad Mimoun		07	585		
2539517	Oulad Mimoun	oulad-mimoun	MA		0	Africa/Casablanca	31.56578	-9.5464		Douar Dibouna,Oulad Mimoun		07	211		
2539523	Oulad Mhamed	oulad-mhamed	MA		0	Africa/Casablanca	34.60994	-6.30659		Douar Oulad Mhamed,Oulad Mhamed,Ouled M'hamed,Ouled M’hamed		04	281		
2539524	Oulad Mhamed	oulad-mhamed	MA		0	Africa/Casablanca	32.63387	-8.77113		Oulad Mhamed,Ouled Mhamed,Ouled mohamed Abdeslam		06	467		
2539526	Oulad M’Halhal	oulad-m-halhal	MA		0	Africa/Casablanca	34.95785	-2.59447		Mahlahal,Oulad M'Halhal,Oulad M’Halhal		02	381		
2539527	Oulad Mhad	oulad-mhad	MA		0	Africa/Casablanca	30.53787	-8.55662		Oulad Maad,Oulad Mhad		09	541		
2539528	Oulad M’a’zouz	oulad-m-a-zouz	MA		0	Africa/Casablanca	31.75205	-7.44104		Oulad M'a'zouz,Oulad Mezouz,Oulad M’a’zouz,Ouled Maazouz,Ouled Maâzouz		07	191		
2539529	Douar Boucharene	douar-boucharene	MA		0	Africa/Casablanca	35.11877	-6.07855		Bou Charen,Bou Charèn,Boucharen,Douar Boucharene,Oulad Mezbah Bou Charem		01	331		
2539530	Oulad Messour	oulad-messour	MA		0	Africa/Casablanca	34.72504	-6.25038		Douar Oulad Messour,Oulad Mensour,Oulad Messour		04	281		
2539532	Oulad Messour	oulad-messour	MA		0	Africa/Casablanca	32.14404	-7.28682		Douar Oulad Messour,El Gantra,Oulad Messaoud,Oulad Messour		07	191		
2539595	Oulad Malik	oulad-malik	MA		0	Africa/Casablanca	33.4878	-7.65372		Oulad Malek,Oulad Malik		06	385		
2539535	Douar Oulad Mass’oud	douar-oulad-mass-oud	MA		0	Africa/Casablanca	32.86175	-8.61946		Douar Oulad Mass'oud,Douar Oulad Mass’oud,Oulad Messaoud		06	181		
2539537	Oulad Massaoud	oulad-massaoud	MA		0	Africa/Casablanca	35.5187	-5.98731		Oulad Al Mehdi,Oulad Massaoud,Oulad Messaoud,Oulad el Mehdi		01	511		
2539538	Oulad Massaoud	oulad-massaoud	MA		0	Africa/Casablanca	35.42525	-5.84265		Oulad Abdesmid,Oulad Massaoud,Oulad Mecherout,Oulad Messaoud		01	331		
2539539	Oulad Messaoud	oulad-messaoud	MA		0	Africa/Casablanca	34.73525	-6.11377		Douar Oulad Messaoud,Oulad Messaoud,Ouled Mashoud		04	281		
2539540	Douar Oulad Massaoud	douar-oulad-massaoud	MA		0	Africa/Casablanca	34.41222	-4.64683		Douar Oulad Massaoud,Oulad Messaoud		03	531		
2539541	Douar Oulad Moussa	douar-oulad-moussa	MA		0	Africa/Casablanca	34.25766	-5.09841		Douar Oulad Moussa,Oulad Messaoud,Ouled Messaoud		03	591		
2539542	Oulad Messaoud	oulad-messaoud	MA		0	Africa/Casablanca	34.22834	-4.33965		Douar Oulad Messaoud,Oulad Messaoud		03	531		
2539543	Oulad Messaoud	oulad-messaoud	MA		0	Africa/Casablanca	34.19503	-3.4781		Douar Ouled Messaoud,Oulad Messaoud		02	265		
2539544	Oulad Massaoud	oulad-massaoud	MA		0	Africa/Casablanca	32.61618	-9.15763		Douar Oulad Messaoud,Oulad Massaoud,Oulad Messaoud		07	431		
2539545	Douar Oulad Mess’oud	douar-oulad-mess-oud	MA		0	Africa/Casablanca	32.48037	-6.51517		Douar Oulad Mess'oud,Douar Oulad Mess’oud,Oulad Messaoud		05	255		
2539546	Douar Oulad Massaoud	douar-oulad-massaoud	MA		0	Africa/Casablanca	32.24339	-8.70082		Caid messaoud,Caïd messaoud,Douar Oulad Massaoud,Douar Oulad Messaoud,Oulad Messaoud		07	585		
2539547	Nzalat Oulad Massaoud	nzalat-oulad-massaoud	MA		0	Africa/Casablanca	31.9082	-7.97124		Douar Oulad Messaoud,Nzalat Oulad Massaoud,Oulad Messaoud		07	427		
2539551	Oulad Maçbah	oulad-macbah	MA		0	Africa/Casablanca	31.77268	-7.35108		Oulad Macbah,Oulad Mancour,Oulad Mançour,Oulad Masbah,Oulad Maçbah,Oulad Mesbah,Oulad Mosbah,Ouled Masbah		07	191		
2539552	Douar Oulad Marouane	douar-oulad-marouane	MA		0	Africa/Casablanca	34.59574	-6.40265		Douar Oulad Marouane,Douar Oulad Merouane,Oulad Merouane,Ouled Marouane		04	281		
2539553	Douar Oulad Meryane	douar-oulad-meryane	MA		0	Africa/Casablanca	33.82655	-4.52879		Douar Oulad Meryane,Oued Meriem,Oulad Meriem,Oulad Meryem		03	451		
2539555	Douar Oulad Masbah	douar-oulad-masbah	MA		0	Africa/Casablanca	35.17157	-6.00758		Douar Oulad Masbah,Oulad Merah,Oulad Mesbah		01	331		
2539556	Oulad Mellouk	oulad-mellouk	MA		0	Africa/Casablanca	30.63967	-8.53064		Oulad Malouk,Oulad Mellouk		09	541		
2539557	Douar Zaouya	douar-zaouya	MA		0	Africa/Casablanca	34.19018	-4.66992		Douar Zaouya,Oulad Melloua		03	531		
2539558	Oulad Mello	oulad-mello	MA		0	Africa/Casablanca	31.85	-8.88				07	585		
2539559	Douar Oulad Mellak	douar-oulad-mellak	MA		0	Africa/Casablanca	34.37589	-4.66211		Douar Oulad Mellak,Oulad Mellak		03	531		
2539560	Oulad Mekki Ben Messaoud	oulad-mekki-ben-messaoud	MA		0	Africa/Casablanca	31.83	-8.88		Messaoud Ben Mekki,Oulad Mekki Ben Messaoud		07	585		
2539561	Douar Oulad El Makki	douar-oulad-el-makki	MA		0	Africa/Casablanca	31.79791	-9.10749		Douar Allal Ben Mekki,Douar Oulad El Makki,Oulad Mekki,Ouled Mekki		07	211		
2539563	Oulad El Mehdi	oulad-el-mehdi	MA		0	Africa/Casablanca	31.72996	-9.21735		Douar Oulad Mehdi,Oulad El Mehdi,Oulad Mehdi		07	211		
2539564	Oulad Mhaya	oulad-mhaya	MA		0	Africa/Casablanca	32.47753	-8.841		Dar Oulad Maya,Douar Oulad Maya,Oulad Mehaya,Oulad Mhaya		07	431		
2539565	Oulad Megdem	oulad-megdem	MA		0	Africa/Casablanca	30.59163	-6.16307		Oulad Megdem,Oulad Mgdem,Oulad el Megddam		08	587		
2539566	Oulad Meddane	oulad-meddane	MA		0	Africa/Casablanca	34.65836	-4.3672		Oulad Meadene,Oulad Meddane		03	531		
2539567	Oulad Mbark	oulad-mbark	MA		0	Africa/Casablanca	32.44919	-6.95869				05	255		
2539568	Oulad Mbark	oulad-mbark	MA		0	Africa/Casablanca	31.49165	-9.22388				07	211		
2539571	Douar Oulad Mbarek	douar-oulad-mbarek	MA		0	Africa/Casablanca	34.33147	-4.3363		Douar Oulad Mbarek,Douar Ouled Mbarek,Oulad Mbarek		03	561		
2539572	Oulad Mbarek	oulad-mbarek	MA		0	Africa/Casablanca	32.42126	-8.84364		Douar Oulad Mbarek,Oulad Mbarek,Ouled M'barek Chedmi,Ouled M’barek Chedmi		07	431		
2539573	Oulad Mbarek	oulad-mbarek	MA		0	Africa/Casablanca	32.33391	-9.09858		Douar Oulad Mbarek,Oulad Mbarek,Oulad Mbark		07	431		
2539574	Oulad Mbarek	oulad-mbarek	MA		0	Africa/Casablanca	31.85742	-8.78598		Oulad Mbarek,Ouled m'Bark,Ouled m’Bark,Sidi Mbarek		07	585		
2539575	Oulad Mbarek	oulad-mbarek	MA		0	Africa/Casablanca	31.68835	-8.65		Dar Oulad M'Bark,Dar Oulad M’Bark,Douar Oulad Mbarek,Oulad Mbarek		07	161		
2539576	Ec. Oulad Muzzoug	ec-oulad-muzzoug	MA		0	Africa/Casablanca	31.63811	-7.79283		Ec. Oulad Muzzoug,Oulad Mazoug,Ouled massouk		07	351		
2539577	Oulad Massad	oulad-massad	MA		0	Africa/Casablanca	30.54626	-6.12509		Oulad M'Sad,Oulad Massad,Oulad Msa`ad,Oulad Msaad,Oulad Msaâd,Oulad Msa‘ad,Oulad M’Sad		08	587		
2539578	Oulad Masbah	oulad-masbah	MA		0	Africa/Casablanca	34.79325	-6.31606		Douar Oulad Masbah,Oulad Masbah,Oulad Mesbah		04	281		
2539580	Oulad Mansour	oulad-mansour	MA		0	Africa/Casablanca	35.0398	-2.88147				02	381		
2539581	Oulad Mansour	oulad-mansour	MA		0	Africa/Casablanca	35.07993	-2.25891		Beni Oukil,Oulad Mansour,Ouled Mansour		02	113		
2539582	Douar Oulad Mansour	douar-oulad-mansour	MA		0	Africa/Casablanca	34.77905	-2.13878		Douar Oulad Mansour,Oulad Mannsour,Oulad Mansour,Ouled Mansar		02	411		
2539583	Douar Oulad Mansour	douar-oulad-mansour	MA		0	Africa/Casablanca	34.38941	-4.74321		Douar Oulad Mannsour,Douar Oulad Mansour,Oulad Mannsour,Oulad Mansour,Ouled Mensour		03	531		
2539584	Oulad Mansour	oulad-mansour	MA		0	Africa/Casablanca	31.79736	-7.91983		Oulad Mannsour,Oulad Mansour,Ouled Manssour Sahra Sidi Meftah		07	427		
2539585	Douar Oulad Mansour	douar-oulad-mansour	MA		0	Africa/Casablanca	31.80852	-7.56309		Douar Oulad Mansour,Oulad Mannsour,Oulad Mansou,Oulad Mansour		07	427		
2539587	Douar Oulad Mannsour	douar-oulad-mannsour	MA		0	Africa/Casablanca	31.48249	-8.01082		Douar Oulad Mannsour,Oulad Mansour		07	041		
2539590	Douar Oulad Lmamoune	douar-oulad-lmamoune	MA		0	Africa/Casablanca	34.76464	-5.9827		Douar Oulad Lmamoune,Douar Oulad Mamoun,Oulad Mamoun		04	281		
2539592	Oulad M’ammar Bouggout	oulad-m-ammar-bouggout	MA		0	Africa/Casablanca	32.10932	-6.81276		Oulad M'ammar Bouggout,Oulad Mamer,Oulad Mameur,Oulad M’ammar Bouggout		05	081		
2539593	Douar El Melha	douar-el-melha	MA		0	Africa/Casablanca	34.7673	-1.82338		Douar El Melha,Douar Oulad Malha,Oulad Malha		02	411		
2539596	Douar Oulad Malek	douar-oulad-malek	MA		0	Africa/Casablanca	32.43237	-9.02935		Douar Oulad Malek,Oulad Malek,Ouled Malk		07	431		
2539597	Douar Oulad Makhlouf	douar-oulad-makhlouf	MA		0	Africa/Casablanca	31.49564	-8.954		Douar Oulad Makhlouf,Oulad Makhlouf,Oulad Mekhlouf,Ouled Maghlouf,Ouled Makhlouf		07	161		
2539598	Oulad Makhafa	oulad-makhafa	MA		0	Africa/Casablanca	34.80786	-4.18237				01	051		
2539599	Oulad Mahjoub	oulad-mahjoub	MA		0	Africa/Casablanca	31.85391	-9.49601		Douar Sidi el Mahjoub,Oulad Mahjoub		07	211		
2539601	Douar Oulad El Mehdi	douar-oulad-el-mehdi	MA		0	Africa/Casablanca	34.60414	-6.43012		Douar Oulad El Mehdi,Douar Oulad Mahdi,Oulad Mahdi,Ouled Mehdi		04	281		
2539603	Oulad ’Ali	oulad-ali	MA		0	Africa/Casablanca	31.44628	-4.2456		Oulad 'Ali,Oulad Maatallah,Oulad Mâatallah,Oulad ’Ali,Ouled Maatalla,Ouled Maâtalla		08	201		
2539604	Maamar	maamar	MA		0	Africa/Casablanca	31.3792	-9.21739		Maamar,Oulad Maamar,Ouled Maamar		07	211		
2539607	Douar Oulad Loucha	douar-oulad-loucha	MA		0	Africa/Casablanca	34.84438	-5.99536		Douar Oulad Loucha,Oulad Loucha,Ouler Loucha		04	281		
2539608	Oulad Limame	oulad-limame	MA		0	Africa/Casablanca	31.33439	-4.28446		Oled Limane,Oulad Limame,Oulad Limane Fougani,Ouled Limane		08	201		
2539609	Oulad Laaziri	oulad-laaziri	MA		0	Africa/Casablanca	32.36895	-9.0182		Douar Oulad Laziri,Oulad Laaziri,Oulad Laziri,Ouled Laziri		07	431		
2539610	Douar Laadaroua	douar-laadaroua	MA		0	Africa/Casablanca	32.09719	-9.06768		Douar Laadaroua,Douar Oulad Ben Azza,Oulad Lardraoui		07	431		
2539612	Douar Ouled Larbi	douar-ouled-larbi	MA		0	Africa/Casablanca	33.9961	-3.86153		Douar Oulad Larbi,Douar Ouled Larbi,Oulad Larbi		03	561		
2539613	Douar Oulad Yaich	douar-oulad-yaich	MA		0	Africa/Casablanca	32.36832	-9.13665		Douar Oulad Laich,Douar Oulad Laïch,Douar Oulad Yaich,Oulad Laich,Oulad Laïch,Oulad-el-Ayachi		07	431		
2539614	Oulad Laayyachi	oulad-laayyachi	MA		0	Africa/Casablanca	35.52011	-5.9321		Aulad Laiachi,Laiacha,Oulad Laayyachi,Oulad Laiacha,Oulad Laïacha		01	511		
2539615	Oulad Lahsane ou Moussa	oulad-lahsane-ou-moussa	MA		0	Africa/Casablanca	34.66853	-3.98759		Oulad Lahsane ou Moussa,Oulad Lahsene Ou-Moussa		03	561		
2539618	Oulad Lahsene	oulad-lahsene	MA		0	Africa/Casablanca	33.53011	-7.63767		Dar Olad Lahsene,Oulad Lahsene		06	141		
2539619	Douar Oulad Lahsen	douar-oulad-lahsen	MA		0	Africa/Casablanca	32.48607	-7.86646		Douar Oulad Hasene,Douar Oulad Lahsen,Oulad Lahcen,Oulad Lahsene,Oulad Lahssene,Ouled Lahcene,Ouled Lahcène		07	427		
2539620	Oulad Lahsene	oulad-lahsene	MA		0	Africa/Casablanca	31.9605	-8.1644		Douar Oulad Lahssene,Oulad Lahcen,Oulad Lahsen,Oulad Lahsene,Oulad Lahsèn		07	351		
2539621	Douar Lahsene	douar-lahsene	MA		0	Africa/Casablanca	31.63025	-8.1295		Douar Lahsene,Lahsene,Oulad Lahsene		07	351		
2539622	Douar Oulad Lahsene	douar-oulad-lahsene	MA		0	Africa/Casablanca	34.71612	-5.23666		Douar Oulad Lahsene,Oulad Lahsene		01	405		
2539623	Oulad Lahoussine	oulad-lahoussine	MA		0	Africa/Casablanca	32.66022	-9.06594		Douar Oulad Lahoussine,Lakouasma Lahoucine,Oulad Lahoussine,Ouled Lahoussine		07	431		
2539624	Douar Dhar Laaroussi	douar-dhar-laaroussi	MA		0	Africa/Casablanca	34.206	-4.41473		Douar Dhar Laaroussi,Douar Ouled Laaroussi,Oulad Laaroussi		03	531		
2539625	Douar Oulad Ketir	douar-oulad-ketir	MA		0	Africa/Casablanca	34.56994	-5.47389		Douar Oulad Ketir,Oulad Ktir,Ouled el Kebir,Ouled el Kébir		04	481		
2539626	Oulad Krim	oulad-krim	MA		0	Africa/Casablanca	30.70361	-8.45801				09	541		
2539627	Douar Oulad Qnaa	douar-oulad-qnaa	MA		0	Africa/Casablanca	34.31581	-4.31514		Douar Oulad Qnaa,Douar Ouled Knaa,Oulad Knaa		03	561		
2539628	Oulad Klouf	oulad-klouf	MA		0	Africa/Casablanca	34.72768	-3.24429				02	265		
2539629	Douar Oulad Klib	douar-oulad-klib	MA		0	Africa/Casablanca	32.14674	-7.21142		Douar Oulad Klib,Oulad Kalib,Oulad Klib,Ouled Klib		07	191		
2539630	Oulad Kicho	oulad-kicho	MA		0	Africa/Casablanca	32.25777	-6.84092		Douar Oulad Kicho,Oulad Kicho		05	255		
2539631	Douar Oulad Khris	douar-oulad-khris	MA		0	Africa/Casablanca	34.3752	-5.12669		Douar Oulad Khris,Oulad Driss,Oulad Khriss		03	531		
2539632	Douar Oulad Khraïs	douar-oulad-khrais	MA		0	Africa/Casablanca	34.4462	-5.64189		Douar Oulad Khrais,Douar Oulad Khraïs,Oulad Khrais,Oulad Khraïs		04	481		
2539634	Oulad Kheïa	oulad-kheia	MA		0	Africa/Casablanca	32.31723	-9.15747		Douar Oulad Kheia,Douar Oulad Kheïa,Oulad Kheia,Oulad Kheïa		07	431		
2539635	Oulad Khazaal	oulad-khazaal	MA		0	Africa/Casablanca	35.05706	-5.97007		Oulad Hasaal,Oulad Khazaal		01	331		
2539637	Oulad Khalta	oulad-khalta	MA		0	Africa/Casablanca	34.21	-2.48				02	275		
2539642	Oulad Khallouf	oulad-khallouf	MA		0	Africa/Casablanca	34.71	-2.58		Oulad Khallouf		02	533		
2539643	Oulad Khalkhal	oulad-khalkhal	MA		0	Africa/Casablanca	35.19564	-5.94558				01	331		
2539646	Douar Oulad Khlifa	douar-oulad-khlifa	MA		0	Africa/Casablanca	34.26193	-5.27719		Douar Oulad Khlifa,Oulad Khalifa,Ouled Khlifa		03	591		
2539647	Douar Lkherba	douar-lkherba	MA		0	Africa/Casablanca	34.25108	-5.0843		Douar Lkherba,Oulad Khalifa,Oulad Kralifa		03	591		
2539648	Oulad Khalf Allah	oulad-khalf-allah	MA		0	Africa/Casablanca	32.29724	-8.614		Douar Oulad Khalf Allah,Oulad Khalf Allah,Ouled Khalfallah		07	431		
2539649	Oulad Keraouine	oulad-keraouine	MA		0	Africa/Casablanca	32.70528	-7.80584				06	461		
2539651	Douar Oulad Kacem	douar-oulad-kacem	MA		0	Africa/Casablanca	34.40505	-4.78758		Douar Oulad Kacem,Douar Oulad Kassem,Oulad Kassem,Ouled Kasem		03	531		
2539652	Oulad Kacem	oulad-kacem	MA		0	Africa/Casablanca	34.36432	-5.20618		Oulad Kacem,Oulad Kassem		03	531		
2539653	Douar Oulad Kacem	douar-oulad-kacem	MA		0	Africa/Casablanca	34.33466	-5.08271		Douar Oulad Kacem,Oulad Kassem		03	531		
2539654	Douar Oulad Kacem	douar-oulad-kacem	MA		0	Africa/Casablanca	34.16947	-5.03627		Douar Oulad Kacem,Oulad Kassem		03	591		
2539656	Oulad Kaddour	oulad-kaddour	MA		0	Africa/Casablanca	32.48781	-9.19103		Douar Oulad Kaddour,Oulad Kaddour,Oulad Kandour		07	431		
2539657	Douar Oulad Kaddour	douar-oulad-kaddour	MA		0	Africa/Casablanca	34.49508	-5.71577		Dar Oulad Kaddour,Douar Oulad Kaddour,Oulad Kaddour		04	481		
2539658	Douar Oulad Kaddour	douar-oulad-kaddour	MA		0	Africa/Casablanca	34.14387	-4.58962		Douar Oulad Haj Kaddour,Douar Oulad Kaddour,Oulad Kaddour		03	531		
2539659	Douar Oulad Kabbour	douar-oulad-kabbour	MA		0	Africa/Casablanca	32.6164	-8.65037		Douar Oulad Kabbour,Douar Oulad Kaddour,Oulad Kaddour		06	467		
2539660	Oulad Kaddour	oulad-kaddour	MA		0	Africa/Casablanca	31.25	-9.71		Oulad Kaddour,Ulad Kaddur		07	211		
2539661	Douar Oulad Kaddour Ou Hmad	douar-oulad-kaddour-ou-hmad	MA		0	Africa/Casablanca	35.03432	-2.80668		Douar Oulad Kaddour Ou Hmad,Oulad Kaddnur ou Hamed,Oulad Kaddour ou Hamed		02	381		
2539663	Oulad Jilali	oulad-jilali	MA		0	Africa/Casablanca	35.10313	-5.87271		Oulad Jeli,Oulad Jilali,Ouled jilali		01	331		
2539664	Oulad Jilali	oulad-jilali	MA		0	Africa/Casablanca	35.01	-4.15		Oulad Jilali,Ulad Chilali		01	051		
2539665	Oulad Jilali	oulad-jilali	MA		0	Africa/Casablanca	34.28953	-4.80619		Douar Oulad Jilali,Oulad Jilali		03	531		
2539666	Douar Oulad Jezouli	douar-oulad-jezouli	MA		0	Africa/Casablanca	34.45638	-5.87243		Douar Oulad Jezouli,Oulad Jezouli		04	491		
2539671	Douar Oulad Jmil Fergane	douar-oulad-jmil-fergane	MA		0	Africa/Casablanca	34.89253	-5.95083		Douar Oulad Jemil Fergane,Douar Oulad Jmil Fergane,Oulad Jemil Fergane,Ouled Jurit Fergane		04	281		
2539672	Douar Oulad Jmil	douar-oulad-jmil	MA		0	Africa/Casablanca	34.92254	-5.96046		Douar Oulad Jamil,Douar Oulad Jemil,Douar Oulad Jmil,Oulad Jemil,Oulad Zmil Bakbala		04	281		
2539673	Oulad Jemia	oulad-jemia	MA		0	Africa/Casablanca	31.23	-4.3		Ksar Ouled Jemiaa,Ksar Ouled Jemiaâ,Oulad Jemia		08	201		
2539676	Oulad Jelloul	oulad-jelloul	MA		0	Africa/Casablanca	32.61323	-8.00912		Douar Oulad Jelloul,Oulad Jelloul,Oulad Jeloul		07	427		
2539679	Oulad Jellâl	oulad-jellal	MA		0	Africa/Casablanca	34.86141	-6.21225		Oulad Jellal,Oulad Jelloul,Oulad Jellâl		04	281		
2539680	Douar Oulad Jellal	douar-oulad-jellal	MA		0	Africa/Casablanca	34.32971	-5.69506		Douar Oulad Jellal,Oulad Jellal		04	481		
2539681	Douar Oulad Jallal	douar-oulad-jallal	MA		0	Africa/Casablanca	31.65025	-7.86742		Douar Oulad Jallal,Oulad Jellal,Oulad Jlal,Ouled jalal		07	351		
2539682	Oulad Jallal	oulad-jallal	MA		0	Africa/Casablanca	31.52942	-4.45507		Oulad Djellal,Oulad Jallal,Oulad Jellal		08	201		
2539684	Douar Oulad Jrir	douar-oulad-jrir	MA		0	Africa/Casablanca	33.98028	-4.80626		Douar Oulad Jrir,Oulad Jeghigh		03	231		
2539686	Oulad Jarray	oulad-jarray	MA		0	Africa/Casablanca	34.87454	-6.09487		Oulad Jarai,Oulad Jaraï,Oulad Jarray		04	281		
2539687	Oulad Jarah	oulad-jarah	MA		0	Africa/Casablanca	34.26556	-5.42708		Harra,Oulad Jara,Oulad Jarah		03	591		
2539689	Oulad Jama	oulad-jama	MA		0	Africa/Casablanca	30.13283	-6.84164		Oulad Jama,Ouled Jamaa,Ouled Jamaâ		09	551		
2539690	Douar Oulad Aj-jabri	douar-oulad-aj-jabri	MA		0	Africa/Casablanca	32.25547	-6.7188		Douar Oulad Aj-jabri,Oulad Djabri,Oulad Jabri		05	255		
2539692	Oulad Jaber	oulad-jaber	MA		0	Africa/Casablanca	35.06033	-5.89332		Jouabere,Jouabère,Oulad Jaber,Oulad Jouaber		01	331		
2539693	Douar Oulad Jaber	douar-oulad-jaber	MA		0	Africa/Casablanca	34.47531	-5.98332		Douar Oulad Jaber,Oulad Jaber		04	481		
2539694	Douar Oulad Jaber	douar-oulad-jaber	MA		0	Africa/Casablanca	32.27806	-7.19017		Douar Oulad Jaber,Oulad Jabar,Oulad Jaber,Oulad Jeber		07	191		
2539695	Oulad Jabar	oulad-jabar	MA		0	Africa/Casablanca	34.52473	-6.06525		Douar Oulad Jabar,Oulad Jabar,Oulad Jaber,Ouled Jabeur,Oúlad Jaber		04	481		
2539696	Oulad Yrhoud	oulad-yrhoud	MA		0	Africa/Casablanca	34.29339	-3.90574		Oulad Irhoud,Oulad Yrhoud		02	265		
2539697	Oulad Imloul	oulad-imloul	MA		0	Africa/Casablanca	32.02519	-7.71604		Douar Imloul,Douar Oulad Imloul,Oulad Imloul		07	427		
2539698	Oulad Imene	oulad-imene	MA		0	Africa/Casablanca	34.12667	-4.15547		Douar Ouled Imene,Oulad Imene		03	561		
2539699	Douar Oulad Ghalem	douar-oulad-ghalem	MA		0	Africa/Casablanca	32.14554	-7.37516		Douar Oulad Ghalem,Oulad Ikkou,Oulad Khaiaffine		07	191		
2539700	Oulad Ikhia	oulad-ikhia	MA		0	Africa/Casablanca	31.5352	-8.03073		Douar Oulad Ikhia,Oulad Ikhia		07	351		
2539703	Oulad Ibrahim	oulad-ibrahim	MA		0	Africa/Casablanca	34.85667	-2.678				02	113		
2539704	Oulad Hoummed	oulad-hoummed	MA		0	Africa/Casablanca	32.21967	-8.19659		Kasba Sidi Brahim,Oulad Hoummed		07	427		
2539705	Oulad Hoummad	oulad-hoummad	MA		0	Africa/Casablanca	30.43143	-9.07756		Oulad Hoummad,Ouled Hamououd		09	541		
2539706	Graoua Oulad Hammou	graoua-oulad-hammou	MA		0	Africa/Casablanca	32.47952	-8.72293		Douar Oulad Houmane,Graoua Oulad Hammou,Oulad Houmane		07	431		
2539707	Douar Hmidouch	douar-hmidouch	MA		0	Africa/Casablanca	32.45209	-8.22664		Douar Hmidouch,Oulad Hmiddouch		07	427		
2539713	Oulad Hassoun	oulad-hassoun	MA		0	Africa/Casablanca	33.94006	-5.043				03	591		
2539714	Oulad Hassoune	oulad-hassoune	MA		0	Africa/Casablanca	32.3352	-7.94913		Oulad Hassoun,Oulad Hassoune,Ouled Hassoun Rmel		07	427		
2539716	Douar Oulad Hsaine	douar-oulad-hsaine	MA		0	Africa/Casablanca	34.3732	-4.49641		Douar Oulad Hsaine,Douar Ouled Hassine,Oulad Hassine		03	531		
2539717	Douar Oulad Hsine	douar-oulad-hsine	MA		0	Africa/Casablanca	32.59773	-8.80511		Douar Oulad Hsine,Oulad Hassine,Ouled Hassine,Ouled Hssine		06	467		
2539718	Oulad Hsaine	oulad-hsaine	MA		0	Africa/Casablanca	32.4615	-8.06469		Oulad Hassine,Oulad Hsaine		07	427		
2539719	Oulad Hassine	oulad-hassine	MA		0	Africa/Casablanca	32.38	-7.78		Douar Oulad Hassine,Hassine,Oulad Hassine,Ouled Hassin,Ouled Hassïn		07	427		
2539721	Oulad Hassene	oulad-hassene	MA		0	Africa/Casablanca	32.65359	-8.75354		Oulad Hassene,Ouled el Hassine		06	467		
2539723	Oulad Hassane	oulad-hassane	MA		0	Africa/Casablanca	32.15232	-8.66403		Douar Oulad Hassane,Oulad Hassane,Ouled hsane		07	585		
2539724	Oulad Hassaïn	oulad-hassain	MA		0	Africa/Casablanca	34.63	-4.55		Oulad Hassain,Oulad Hassaine,Oulad Hassaïn,Oulad Hassaïne,Ouled Hsaine,Ouled Hsaïne		03	531		
2539728	Oulad al ’Arbi	oulad-al-arbi	MA		0	Africa/Casablanca	34.45477	-6.05819		Douar Ouled Harbi,Oulad Harbi,Oulad al 'Arbi,Oulad al ’Arbi,Ouled Larbi		04	481		
2539732	Hannabou	hannabou	MA		0	Africa/Casablanca	31.41612	-4.32808		Hamabou,Hannabou,Oulad Hannabou		08	201		
2539733	Oulad Hanaïa	oulad-hanaia	MA		0	Africa/Casablanca	34.41566	-6.21637		Douar Oulad Hanaya,Oulad Hanaia,Oulad Hanaïa		04	491		
2539734	Oulad Hamza	oulad-hamza	MA		0	Africa/Casablanca	32.40052	-8.78012				07	431		
2539735	Oulad Hamza	oulad-hamza	MA		0	Africa/Casablanca	32.3735	-6.91595				05	255		
2539736	Oulad Hamza	oulad-hamza	MA		0	Africa/Casablanca	32.07796	-7.53318		Douar Oulad Hamza,Oulad Hamza		07	191		
2539737	Oulad Hammoudi	oulad-hammoudi	MA		0	Africa/Casablanca	32.29077	-8.751		Douar Oulad Hamouda,Oulad Hammoudi,Oulad Hamouda		07	431		
2539738	Oulad Hammoussa	oulad-hammoussa	MA		0	Africa/Casablanca	34.23211	-3.33246		Kasba Oulad Hammoussa,Oulad Hammoussa		02	265		
2540089	Oulad Bou Abdallah	oulad-bou-abdallah	MA		0	Africa/Casablanca	34.82988	-2.50765				02	113		
2539741	Oulad Hammou Ou Moussa	oulad-hammou-ou-moussa	MA		0	Africa/Casablanca	34.30682	-3.74648		Hammou Ou Moussa,Oulad Hammou Ou Moussa		02	265		
2539744	Oulad Hammou Khazhal	oulad-hammou-khazhal	MA		0	Africa/Casablanca	35.23112	-5.98152		Oulad Hammou Khazal,Oulad Hammou Khazhal		01	331		
2539745	Oulad Hammou Ben Ali	oulad-hammou-ben-ali	MA		0	Africa/Casablanca	35.04489	-6.0728		Douar Oulad Hammou Ben Ali,Oulad Hammou Ben Ali		01	331		
2539749	Oulad Hammou Sakhsoukh	oulad-hammou-sakhsoukh	MA		0	Africa/Casablanca	35.11019	-6.13311		Dar Oulad Ahmou,Douar Oulad Ahmou,Oulad Hammou,Oulad Hammou Sakhsoukh,Oulad Hammou-Sakh Sokh,Ouled Hammou Samir El Ma,Ulad Ham-mu,Ulad Ham-mú		01	331		
2539750	Oulad Hammou	oulad-hammou	MA		0	Africa/Casablanca	35.07323	-6.07894		Oulad Hammou,Oulad Hammou-Smid el Ma		01	331		
2539751	Oulad Hammou	oulad-hammou	MA		0	Africa/Casablanca	34.86459	-5.98907		Douar Oulad Hammou,Oulad Hammou		04	281		
2539752	Douar Oulad Hammou	douar-oulad-hammou	MA		0	Africa/Casablanca	34.5348	-5.0283		Douar Oulad Hammou,Oulad Hammou,Ouled hamou		03	531		
2539753	Douar Oulad Hammoum	douar-oulad-hammoum	MA		0	Africa/Casablanca	34.35779	-4.44104		Douar Oulad Hammou,Douar Oulad Hammoum,Oulad Hammou		03	531		
2539755	Douar Oulad Hammou	douar-oulad-hammou	MA		0	Africa/Casablanca	32.59653	-7.29349		Douar Oulad Hammou,Oulad Hammou,Ouled Hammou		06	461		
2539756	Douar Oulad Brahim Ben Hammou	douar-oulad-brahim-ben-hammou	MA		0	Africa/Casablanca	31.84876	-7.72133		Douar Oulad Brahim Ben Hammou,Oulad Hammou		07	427		
2539757	Oulad Hammou	oulad-hammou	MA		0	Africa/Casablanca	31.82528	-7.89724		Douar Oulad Hammou,Douar Sidi el Hameur,Oulad Hammou,Ouled Hamou		07	427		
2539758	Oulad Hammou	oulad-hammou	MA		0	Africa/Casablanca	30.26138	-6.47975		Oulad Hammou,Ouled Hammou		08	587		
2539759	Oulad Hammo Jbel	oulad-hammo-jbel	MA		0	Africa/Casablanca	34.14371	-4.19289		Douar Ouled Hamo Jebel,Oulad Hammo Jbel		03	561		
2539760	Oulad Hammida	oulad-hammida	MA		0	Africa/Casablanca	31.93	-7.7		Dar Oulad Hamida,Douar Oulad Hamida,Oulad Hammida		07	427		
2539761	Oulad Hammida	oulad-hammida	MA		0	Africa/Casablanca	31.89184	-8.67902		Dar Cheikh Mohammed Hamida,Dar Cheïkh Mohammed Hamida,Douar Cheikh Mohammed Hamida,Douar Cheïkh Mohammed Hamida,Oulad Hamida,Oulad Hammida		07	585		
2539765	Oulad Hammad	oulad-hammad	MA		0	Africa/Casablanca	34.65284	-6.07592		Douar Oulad Hammad,Oulad Hamed,Oulad Hammad,Ouled Hamed		04	281		
2539767	Oulad Hmayed Kherichfa	oulad-hmayed-kherichfa	MA		0	Africa/Casablanca	35.04409	-5.94303		Oulad Hamid,Oulad Hamid Kherichfa,Oulad Hmayed Kherichfa		01	331		
2539769	Douar Oulad Hmida	douar-oulad-hmida	MA		0	Africa/Casablanca	32.37571	-8.89045		Douar Oulad Hamida,Douar Oulad Hmida,Oulad Hamida,Ouled Hamida		07	431		
2539770	Douar Oulad Hamada	douar-oulad-hamada	MA		0	Africa/Casablanca	32.29153	-8.95013		Douar Oulad Hamada,Oulad Hamida		07	431		
2539771	Oulad Hamida	oulad-hamida	MA		0	Africa/Casablanca	31.95	-9.18		El Hanichet,Oulad Hamida		07	431		
2539772	Oulad Hamdane	oulad-hamdane	MA		0	Africa/Casablanca	32.34121	-6.37249		Oulad Hamdane,Ouled Hadam,Ouled Hamdan		05	091		
2539774	Oulad Hamarch	oulad-hamarch	MA		0	Africa/Casablanca	33.73	-7.26				06	111		
2539777	Oulad Hallouf	oulad-hallouf	MA		0	Africa/Casablanca	30.44681	-8.89418		Oulad Hallouf,Ouled el Hallouf		09	541		
2539779	Douar Oulad El Haj El Arbi	douar-oulad-el-haj-el-arbi	MA		0	Africa/Casablanca	34.39424	-5.16561		Douar Oulad El Haj El Arbi,Oulad Hadj Larbi,Oulad Haj Larbi		03	531		
2539780	Douar El Haj Ghalem	douar-el-haj-ghalem	MA		0	Africa/Casablanca	31.60976	-8.64448		Douar El Haj Ghalem,Douar Oulad el Hajj Kalem,Oulad Haj Khalem,Oulad Hajj Khalem,Ouled Hadj Ghalem		07	161		
2539782	Oulad Hajj Bachir	oulad-hajj-bachir	MA		0	Africa/Casablanca	31.96128	-9.15955		Douar Hadj,Douar Hajj Bachir,Douar Hajj Sachir,Oulad Hajj Bachir,Ouled el haj		07	431		
2539784	Douar Oulad Hajjaj	douar-oulad-hajjaj	MA		0	Africa/Casablanca	31.7646	-7.52161		Douar Oulad Hajjaj,Oulad Hajjaj,Ouled Hajaj		07	191		
2539786	Douar Oulad El Haj Ali	douar-oulad-el-haj-ali	MA		0	Africa/Casablanca	34.28713	-5.16639		Douar Oulad El Haj Ali,Oulad Hadj Ali,Oulad Haj Ali		03	591		
2539787	Douar Oulad Hajjaj	douar-oulad-hajjaj	MA		0	Africa/Casablanca	34.84538	-5.83342		Douar Oulad Hajaj,Douar Oulad Hajjaj,Oulad Hajaj,Ouled Hajjaj		04	481		
2539789	Oulad Haddou Rehout	oulad-haddou-rehout	MA		0	Africa/Casablanca	35.1149	-2.98708				02	381		
2539790	Oulad Haddou Ou-’Ali	oulad-haddou-ou-ali	MA		0	Africa/Casablanca	34.88	-3.33				02	167		
2539793	Oulad Haddou	oulad-haddou	MA		0	Africa/Casablanca	34.97211	-3.92285				01	051		
2539794	Douar Ouled Haddou	douar-ouled-haddou	MA		0	Africa/Casablanca	34.4922	-3.85202		Douar Ouled Haddou,Oulad Haddou		03	561		
2539795	Oulad Haddou	oulad-haddou	MA		0	Africa/Casablanca	32.57827	-9.14878		Douar Oulad Haddou,Oulad Haddou,Oulde Haddou		07	431		
2539796	Oulad Rahhou	oulad-rahhou	MA		0	Africa/Casablanca	31.26611	-4.26052		Oulad Haddou,Oulad Rahhou,Ouled Aadou,Ouled Aâdou		08	201		
2539797	Oulad Haddad	oulad-haddad	MA		0	Africa/Casablanca	35.1269	-5.96398		Oulad Had,Oulad Haddad,Ouled Hadade		01	331		
2539799	Oulad Gzouli	oulad-gzouli	MA		0	Africa/Casablanca	34.63186	-5.30107				01	405		
2539800	Oulad Tguir Inegbi	oulad-tguir-inegbi	MA		0	Africa/Casablanca	32.03369	-4.41913		Oulad Guir Inegbi,Oulad Tguir Inegbi,Oulit Guir		08	201		
2539801	Oulad Guern	oulad-guern	MA		0	Africa/Casablanca	32.06304	-7.59002		Douar Oulad Garn,Douar Oulad Guern,Oulad Guern,Ouled Garni		07	191		
2539806	Oulad Fryakh	oulad-fryakh	MA		0	Africa/Casablanca	34.63921	-4.26234				03	531		
2539807	Oulad Friha	oulad-friha	MA		0	Africa/Casablanca	31.63741	-9.18708				07	211		
2539810	Douar Oulad Frah	douar-oulad-frah	MA		0	Africa/Casablanca	34.22492	-5.85166		Douar Oulad Frah,Oulad Frah		04	491		
2539811	Oulad Filala	oulad-filala	MA		0	Africa/Casablanca	34.58	-4.2		Filala,Oulad Filala		03	561		
2539812	Oulad Fars	oulad-fars	MA		0	Africa/Casablanca	30.71027	-8.45781		Oulad Fars,Oulad Fers,Ouled Faress,Ouled Farèss		09	541		
2539813	Oulad Fellah	oulad-fellah	MA		0	Africa/Casablanca	34.32465	-4.92249		Douar Ouled Fellah,Oulad Fellah		03	531		
2539815	Douar Oulad Fekroum	douar-oulad-fekroum	MA		0	Africa/Casablanca	32.18766	-7.17975		Douar Oulad Fekroum,Douar Oulad Fekroun,Fokra,Oulad Fekroun		07	191		
2539816	Douar Oulad Fateh	douar-oulad-fateh	MA		0	Africa/Casablanca	31.6943	-8.31732		Douar Oulad Fateh,Oulad Fateh		07	351		
2539818	Oulad-Farkou	oulad-farkou	MA		0	Africa/Casablanca	32.36486	-8.59257				07	431		
2539822	Oled ez Zir	oled-ez-zir	MA		0	Africa/Casablanca	31.34802	-8.74097		Oled ez Zir,Oulad Zir,Oulad ez Zir,Ouled Zir,Ouled ez Zir		07	161		
2539823	Douar Oulad Ettouijer Eddechira	douar-oulad-ettouijer-eddechira	MA		0	Africa/Casablanca	34.78212	-5.78803		Dcheira,Dcheïra,Dehira,Douar Dcheira,Douar Oulad Ettouijer Eddechira,Douar Oulad et Touijer,Oulad et Touijer,Ouled Zaouijer		04	481		
2539825	Douar El Qattara	douar-el-qattara	MA		0	Africa/Casablanca	34.50251	-5.7725		Douar El Qattara,Douar Oulad es Syah,Oulad es Siah,Oulad es Sïah		04	481		
2539826	Douar Oulad Erriyahi	douar-oulad-erriyahi	MA		0	Africa/Casablanca	35.34431	-5.96471		Douar Oulad Erriyahi,Oulad Riahi,Oulad er Riahi		01	511		
2539827	Douar Oulad Mbarek	douar-oulad-mbarek	MA		0	Africa/Casablanca	33.82013	-4.51743		Douar Oulad Mbarek,Oulad Embarek,Oulad M'barek,Oulad Mbark,Oulad M’barek		03	451		
2539828	Oulad Embarek	oulad-embarek	MA		0	Africa/Casablanca	32.48	-6.98		Douar Oulad Embarek,Oulad Embarek,Oulad M'Barek,Oulad M’Barek		05	255		
2539829	Oulad Embarek	oulad-embarek	MA		0	Africa/Casablanca	32.27162	-6.44967		Oulad Embarek,Oulad Mbarek,Ulad Embarek		05	091		
2539830	Oulad Mbarek	oulad-mbarek	MA		0	Africa/Casablanca	31.44676	-4.26667		Oulad Embarek,Oulad Mbarek,Ouled Mbarek		08	201		
2539831	Oulad Mbarek	oulad-mbarek	MA		0	Africa/Casablanca	30.65834	-8.44156		Oulad Embarek,Oulad Mbarek		09	541		
2539832	Oulad El Ghoumari	oulad-el-ghoumari	MA		0	Africa/Casablanca	35.04124	-6.17055		Dar Oulad el Ghomari,Eulad el Gomari,Oulad El Ghoumari,Oulad Gomari,Oulad el Ghoumari er Rmel,Oulad el Gomari,Oulad el Rhoumari er Rmel,Ouled El Ghammari Remel,Ulad el Gomari er Ramli,Ulad el Gromari del R'mel,Ulad el Gromari del R’mel		01	331		
2539836	Oulad el Meriem	oulad-el-meriem	MA		0	Africa/Casablanca	34.87754	-2.03945		Oulad Meriem,Oulad Meryem,Oulad el Meriem		02	411		
2539838	Douar Oulad Jaber Tehata	douar-oulad-jaber-tehata	MA		0	Africa/Casablanca	34.78824	-2.12583		Douar Oulad Jaber Tehata,Oulad Boujemaa Fouaga,Oulad Boujemaa Tahata,Oulad Boujemaâ Fouaga,Oulad el Mane Tahata,Ouled Bou Jemaa Louffagar Thata,Ouled Bou Jemâa Louffagar Thata,Ouled el Man Tahata		02	411		
2539839	Oulad el Maïchat	oulad-el-maichat	MA		0	Africa/Casablanca	32.17855	-9.03679		Oulad el Maichat,Oulad el Maïchat,Ouled Machihia		07	431		
2539840	Douar Ait El Madani	douar-ait-el-madani	MA		0	Africa/Casablanca	31.42948	-9.76206		Douar Ait El Madani,Douar Oulad el Madani,Oulad el Madani		07	211		
2539841	Douar Oulad El Maati	douar-oulad-el-maati	MA		0	Africa/Casablanca	34.34708	-5.25386		Douar Oulad El Maati,Oulad Maati,Oulad Maâti,Oulad el Maati		03	531		
2539842	Douar Oued Ellil	douar-oued-ellil	MA		0	Africa/Casablanca	35.64349	-5.41487		Douar Oued Ellil,Oued el Lile,Oulad el Lil		01	571		
2539843	Oulad Lkouch	oulad-lkouch	MA		0	Africa/Casablanca	35.37666	-6.00784		Oulad Lkouch,Oulad el Kouch		01	511		
2539844	Oulad el Klaï	oulad-el-klai	MA		0	Africa/Casablanca	35.2094	-5.99508		Oulad Kalai de Bouraha,Oulad el Klai,Oulad el Klaï,Ouled el kelai,Ouled el kélaï		01	331		
2539846	Douar Oulad El Khadem	douar-oulad-el-khadem	MA		0	Africa/Casablanca	31.69228	-8.75507		Douar Oulad El Khadem,Oulad el Khedam		07	161		
2539847	Oulad Jaaydi	oulad-jaaydi	MA		0	Africa/Casablanca	34.80133	-6.16906		Oulad Jaaidi,Oulad Jaaydi,Oulad Jaâïdi,Oulad el Jaaidi,Oulad el Jaâïdi		04	281		
2539848	Oulad Lahssayene	oulad-lahssayene	MA		0	Africa/Casablanca	35.17367	-3.30352		Oulad Lahssayene,Oulad el Hossein,Oulad el Hosseïn		02	167		
2539849	Oulad Lhirech	oulad-lhirech	MA		0	Africa/Casablanca	34.71206	-6.2465		Douar Oulad el Hirache,Oulad Lhirech,Oulad el Hirach		04	281		
2539850	Douar Oulad Lharti	douar-oulad-lharti	MA		0	Africa/Casablanca	34.55192	-6.03091		Chaaro Ouled el Harti,Chaâro Ouled el Harti,Douar Oulad Lharti,Douar Oulad el Harthi,Oulad el Harthi		04	481		
2539851	Douar Oulad El Houari	douar-oulad-el-houari	MA		0	Africa/Casablanca	32.70343	-7.36902		Douar Oulad El Houari,Douar Oulad el Haouari,Oulad el Haouari,Ouled sidi el Haouri		06	461		
2539852	Oulad Hmar	oulad-hmar	MA		0	Africa/Casablanca	32.31135	-8.83292		Douar Oulad el Hamri,Oulad Hmar,Oulad el Hamri		07	431		
2539853	Douar Oulad Hmidi	douar-oulad-hmidi	MA		0	Africa/Casablanca	34.78918	-5.89909		Douar Oulad Hmidi,Douar Oulad el Hamidi,Oulad al Hamidi,Oulad el Hamidi,Ouled el Hamidi		04	281		
2539854	Douar Oulad Laabidiya	douar-oulad-laabidiya	MA		0	Africa/Casablanca	32.27114	-9.16795		Douar Oulad Haj Tahar,Douar Oulad Laabidiya,Oulad el Haj Tahar,Tahar		07	431		
2539856	Douar Oulad El Haj Kacem	douar-oulad-el-haj-kacem	MA		0	Africa/Casablanca	34.29449	-4.57462		Douar Oulad El Haj Kacem,Douar Ouled el Haj Kassem,Oulad el Haj Kassem		03	531		
2539858	Douar Oulad El Hajjam	douar-oulad-el-hajjam	MA		0	Africa/Casablanca	34.45795	-4.78931		Douar Oulad El Hajjam,Oulad el Hajjam		03	531		
2539859	Douar Oulad El Haj Abdellah	douar-oulad-el-haj-abdellah	MA		0	Africa/Casablanca	34.15236	-5.18544		Douar Oulad El Haj Abdellah,Douar Oulad el Haj Abdallah,Oulad el Haj Abdallah,Oulad el Hajj Abdallah,Ouled Hadj Abdallah		03	591		
2539862	Douar Oulad El Haj	douar-oulad-el-haj	MA		0	Africa/Casablanca	34.75425	-2.2152		Douar Oulad El Haj,Oulad el Hajj,Ouled el Hajj,Ouled el hadj		02	411		
2539863	Oulad Al Haj	oulad-al-haj	MA		0	Africa/Casablanca	32.59883	-7.07128		Oulad Al Haj,Oulad el Hajj		06	461		
2539864	Douar Oulad El Haj	douar-oulad-el-haj	MA		0	Africa/Casablanca	31.50139	-8.99376		Douar Oulad El Haj,Oulad el Hajj,Ouled Haj,Ouled el Hadj		07	161		
2539867	Oulad el Haj Ali	oulad-el-haj-ali	MA		0	Africa/Casablanca	34.85	-4.13				01	051		
2539868	Oulad el Haj Ali	oulad-el-haj-ali	MA		0	Africa/Casablanca	34.39428	-4.91869		Douar Oulad el Haj Ali,Oulad el Haj Ali,Ouled Hadj Ali		03	531		
2539869	Oulad el Haj Ali	oulad-el-haj-ali	MA		0	Africa/Casablanca	32.10263	-7.49174		Douar Oulad el Haj Ali,Oulad el Haj Ali		07	191		
2539870	Oulad el Haj	oulad-el-haj	MA		0	Africa/Casablanca	35.17056	-5.16255		Oulad el Hach,Oulad el Haj,Ulad el Hach		01	151		
2539871	Oulad el Haj	oulad-el-haj	MA		0	Africa/Casablanca	35.05	-4.13		Oulad el Haj,Oulad et Haj,Ulad el Hach		01	051		
2539872	Douar Oulad El Haj	douar-oulad-el-haj	MA		0	Africa/Casablanca	34.36302	-5.06484		Douar Oulad El Haj,Oulad El Hadj,Oulad el Haj,Ouled Mohamed Ben Hadj		03	531		
2539873	Oulad el Haj	oulad-el-haj	MA		0	Africa/Casablanca	34.26111	-3.67762				02	265		
2539874	Oulad el Haj	oulad-el-haj	MA		0	Africa/Casablanca	32.48863	-8.26506				06	467		
2539875	Oulad Al Haj	oulad-al-haj	MA		0	Africa/Casablanca	31.93373	-4.4048		Oulad Al Haj,Oulad el Haj,Ouled el Hadj		08	201		
2539876	Oulad el Haj	oulad-el-haj	MA		0	Africa/Casablanca	31.65362	-8.9244		Douar Oulad el Haj,Oulad el Haj,Ouled Hadj		07	161		
2539879	Oulad el Hadri	oulad-el-hadri	MA		0	Africa/Casablanca	32.01894	-7.29748		Douar Oulad el Hadri,Oulad Hadri,Oulad el Hadri,Ouled el Hadri		07	191		
2539882	Douar Oulad El Garne	douar-oulad-el-garne	MA		0	Africa/Casablanca	31.73894	-7.81067		Douar Oulad El Garne,Douar Oulad el Guern,Oulad el Guern,Ouled El Gerem		07	427		
2539883	Douar Oulad al Garne	douar-oulad-al-garne	MA		0	Africa/Casablanca	31.70425	-8.1314		Douar Oulad al Garne,Oulad el Guern,Ouled el Garne		07	351		
2539884	Douar Oulad Lgarn	douar-oulad-lgarn	MA		0	Africa/Casablanca	31.68194	-7.59982		Douar Oulad Lgarn,Douar Oulad el Guern,Oulad El Garn,Oulad el Guern,Ouled El Gerne		07	427		
2539885	Douar Oulad El Garne	douar-oulad-el-garne	MA		0	Africa/Casablanca	31.58685	-7.79123		Douar Oulad El Garne,Oulad el Guern,Ouled el guerne		07	351		
2539886	Oulad el Garn	oulad-el-garn	MA		0	Africa/Casablanca	32	-7.6		Douar Oulad el Garn,Oulad el Garn		07	191		
2539889	Oulad el Fakir	oulad-el-fakir	MA		0	Africa/Casablanca	35.21473	-3.60636		Oulad el Fakir,Ulad el Fakir		02	167		
2539890	Oulad el Chaïd Aïcha	oulad-el-chaid-aicha	MA		0	Africa/Casablanca	34.95	-4.05				01	051		
2539892	Oulad Labribri	oulad-labribri	MA		0	Africa/Casablanca	31.97528	-7.04954		Oulad Bribri,Oulad Labribri,Oulad el Bribri		05	081		
2539893	Oulad el Bekal	oulad-el-bekal	MA		0	Africa/Casablanca	34.39222	-5.45222		Oulad el Bekal,Ouled Bighali		03	531		
2539895	Oulad el Bali	oulad-el-bali	MA		0	Africa/Casablanca	34.75	-2.21				02	411		
2539896	Oulad el Bakkal	oulad-el-bakkal	MA		0	Africa/Casablanca	34.76872	-5.58452		Oulad el Bakkal,Ouled el Bakkal		01	405		
2539899	Douar Oulad Lbachir	douar-oulad-lbachir	MA		0	Africa/Casablanca	35.07221	-2.82027		Douar Oulad Lbachir,Oulad el Bachir		02	381		
2539900	Oulad el Bachir	oulad-el-bachir	MA		0	Africa/Casablanca	34.92283	-2.76052		Oulad Bachir,Oulad el Bachir		02	381		
2539901	Douar Oulad El Asri	douar-oulad-el-asri	MA		0	Africa/Casablanca	32.58646	-8.64657		Douar Oulad El Asri,Lahdilat Ouled el Assri,Oulad el Asri		06	467		
2539902	Oulad Laarbi	oulad-laarbi	MA		0	Africa/Casablanca	35.38741	-6.00844		Oulad Laarbi,Oulad el Arbi		01	511		
2539903	Oulad el Aouni	oulad-el-aouni	MA		0	Africa/Casablanca	32.08945	-7.59331		Douar Oulad el Aouni,El Aouni,Oulad el Aouni		07	191		
2539904	Oulad el Alia	oulad-el-alia	MA		0	Africa/Casablanca	32.25	-8.35				07	427		
2539906	Douar Oulad el Ahmar	douar-oulad-el-ahmar	MA		0	Africa/Casablanca	34.45452	-5.56625		Douar Oulad el Ahmar,Oulad Lahmar,Oulad el Ahmar		04	481		
2539907	Douar Oulad el Adel	douar-oulad-el-adel	MA		0	Africa/Casablanca	34.36431	-3.77515		Douar Oulad el Adel,Oulad el Adel		02	265		
2539909	Oulad el Aachab	oulad-el-aachab	MA		0	Africa/Casablanca	30.4	-5.81				08	587		
2539911	Oulad ech Cheïkh	oulad-ech-cheikh	MA		0	Africa/Casablanca	32.15855	-7.26345		Douar Oulad ech Cheikh,Douar Oulad ech Cheïkh,Oulad Cheikh,Oulad Cheïkh,Oulad ech Cheikh,Oulad ech Cheïkh		07	191		
2539913	Oulad Driss	oulad-driss	MA		0	Africa/Casablanca	31.86769	-7.22639		Oulad Driss,Oulad Toug		07	191		
2539915	Douar Oulad Driss	douar-oulad-driss	MA		0	Africa/Casablanca	31.86736	-8.35123		Douar Oulad Driss,Oulad Driss,Ouled Drissa		07	351		
2539916	Douar Oulad Driss	douar-oulad-driss	MA		0	Africa/Casablanca	31.56724	-8.9575		Douar Oulad Driss,Oulad Driss,Ouled Driss		07	161		
2539917	Oulad Driss	oulad-driss	MA		0	Africa/Casablanca	30.67537	-8.3924		Oulad Driss,Ouled driss		09	541		
2539918	Oulad Driss	oulad-driss	MA		0	Africa/Casablanca	30.66	-8.4				09	541		
2539919	Oulad Driss	oulad-driss	MA		0	Africa/Casablanca	29.81	-5.67				08	587		
2539920	Oulad Driouach	oulad-driouach	MA		0	Africa/Casablanca	34.57643	-4.2001		Ahel Driouch,Oulad Driouach		03	561		
2539921	Oulad Draoui	oulad-draoui	MA		0	Africa/Casablanca	34.26009	-3.88699				02	265		
2539922	Oulad Draoui	oulad-draoui	MA		0	Africa/Casablanca	34.17886	-3.37079				02	265		
2539923	Oulad Draoui	oulad-draoui	MA		0	Africa/Casablanca	33.54293	-3.63863				03	131		
2539925	Oulad Dobba	oulad-dobba	MA		0	Africa/Casablanca	34.68195	-6.01826		Douar Oulad Dobba,Oulad Dobba,Ouled Dabat		04	281		
2539927	Douar Oulad Dyim	douar-oulad-dyim	MA		0	Africa/Casablanca	31.72117	-7.69932		Douar Oulad Dim,Douar Oulad Dyim,Oulad Dijem,Oulad Dim,Ouled deim,Ouled deïm		07	427		
2539928	Oulad Ad Dib	oulad-ad-dib	MA		0	Africa/Casablanca	31.35	-8.35		Ait Dib,Aït Dib,Oulad Ad Dib,Oulad Dib,Oulad ed Dib		07	161		
2539930	Douar Oued Assaya	douar-oued-assaya	MA		0	Africa/Casablanca	34.78184	-5.21838		Dar Oulad Dessaia,Douar Oued Assaya,Oulad Dessaia,Oulad Dessaïa,Ouled Assaya		01	405		
2539933	Douar Oulad Dechra	douar-oulad-dechra	MA		0	Africa/Casablanca	32.19665	-7.15363		Dechra,Douar Oulad Dechra,Oulad Dechra		07	191		
2539935	Oulad Daoud	oulad-daoud	MA		0	Africa/Casablanca	34.94521	-2.81728				02	381		
2539936	Oulad Daoud	oulad-daoud	MA		0	Africa/Casablanca	34.40438	-4.69342		Douar Oulad Daoud,Oulad Daoud	1553109172	03	531	1553109172	
2539937	Olad. Daoud	olad-daoud	MA		0	Africa/Casablanca	34.26213	-4.09773		Olad. Daoud,Oulad Daoud		03	561		
2539938	Oulad Daoud	oulad-daoud	MA		0	Africa/Casablanca	32.31902	-8.86965		Douar Oulad Daoud,Oulad Daoud		07	431		
2539940	Oulad d’Ajoud	oulad-d-ajoud	MA		0	Africa/Casablanca	35.03477	-5.20164		Oulad d'Ajoud,Oulad de Ajoud,Oulad d’Ajoud,Ulad Aiud		01	151		
2539941	Dhaynat	dhaynat	MA		0	Africa/Casablanca	32.50785	-9.1992		Dhaynat,Douar Oulad Dairat,Douar Oulad Daïrat,Oulad Dairat,Oulad Daïrat		07	431		
2539942	Dhimat	dhimat	MA		0	Africa/Casablanca	32.54016	-9.24169		Dhimat,Douar Oulad Daimat,Douar Oulad Daïmat,Oulad Daimat,Oulad Daïmat		07	431		
2539943	Douar Oulad Dahhou	douar-oulad-dahhou	MA		0	Africa/Casablanca	34.4588	-4.60846		Douar Oulad Dahhou,Oulad Dahou,Ouled Dehho		03	531		
2539948	Douar Oulad Chrae	douar-oulad-chrae	MA		0	Africa/Casablanca	34.78345	-5.95668		Douar Oulad Chraa,Douar Oulad Chrae,Douar Oulad Chraâ,Oulad Chraa,Oulad Chraâ,Ouled Chraa		04	281		
2539949	Oulad Choui	oulad-choui	MA		0	Africa/Casablanca	34.0004	-3.01525				02	533		
2539950	Oulad Echatoui	oulad-echatoui	MA		0	Africa/Casablanca	32.2315	-7.45318		Douar Oulad Chetoui,Douar Oulad Chitoui,Oulad Chitoui,Oulad Echatoui		07	191		
2539951	Oulad Chinnane	oulad-chinnane	MA		0	Africa/Casablanca	31.35829	-8.85104		Oulad Chenene,Oulad Chinnane,Ouled Chenan		07	161		
2539952	Douar Oulad Chibani	douar-oulad-chibani	MA		0	Africa/Casablanca	34.43909	-5.98386		Douar Oulad Chibani,Oulad Chibani,Ouled Sidi Chbuni		04	481		
2540623	Ouggoug	ouggoug	MA		0	Africa/Casablanca	29.24996	-9.45085				10	261		
2539953	Douar Oulad Chatouane	douar-oulad-chatouane	MA		0	Africa/Casablanca	34.98469	-5.88354		Douar Oulad Chatouane,Oulad Chetouane,Ouled Chatouan		01	331		
2539954	Oulad Chatouane	oulad-chatouane	MA		0	Africa/Casablanca	34.88815	-6.01108		Chtaouna,Douar Oulad Chetouane,Oulad Chatouane,Oulad Chetouane		04	281		
2539956	Oulad Cherif	oulad-cherif	MA		0	Africa/Casablanca	31.76944	-7.78508		Oulad Cherif,Oulad Chrif		07	427		
2539959	Douar Oulad Cheikh	douar-oulad-cheikh	MA		0	Africa/Casablanca	31.97777	-8.07746		Douar Oulad Cheikh,Oulad-Cheikh,Oulad-Cheïkh		07	351		
2539960	Douar Oulad Cheddad	douar-oulad-cheddad	MA		0	Africa/Casablanca	34.36319	-5.90393		Douar Oulad Cheddad,Oulad Cheddad,Ouled Chadad		04	481		
2539961	Oulad Chebene	oulad-chebene	MA		0	Africa/Casablanca	32.33612	-8.52677		Douar Oulad Ahmed Ben Meddi Chebaia,Douar Oulad Ahmed Ben Meddi Chebaïa,Douar Oulad Ahmed ben Heddi Chebaia,Douar Oulad Ahmed ben Heddi Chebaïa,Douar Ouled Chebene,Oulad Chebene,Oulad-Cheben,Oulad-Chebèn,Ouled Chbane		06	467		
2539962	Oulad-Chebèn	oulad-cheben	MA		0	Africa/Casablanca	32.33	-8.51				06	467		
2539964	Douar Oulad Echaoui	douar-oulad-echaoui	MA		0	Africa/Casablanca	32.21059	-8.7391		Douar Oulad Chaoui,Douar Oulad Echaoui,Oulad Chaoui		07	585		
2539965	Oulad Ch ouf	oulad-ch-ouf	MA		0	Africa/Casablanca	31.71034	-8.02679		Oulad Ch ouf,Oulad Chaouf		07	351		
2539966	Oulad Chaïr	oulad-chair	MA		0	Africa/Casablanca	34.95	-4.36		Oula Chair,Oula Chaïr,Oulad Chair,Oulad Chaïr		01	051		
2539969	Oulad Chaïb	oulad-chaib	MA		0	Africa/Casablanca	32.02059	-7.2606		Douar Oulad Chaib,Douar Oulad Chaïb,Oulad Chaib,Oulad Chaïb,Ouled chaib,Ouled chaïb		07	191		
2539970	Oulad Cghir	oulad-cghir	MA		0	Africa/Casablanca	33.90737	-4.94264				03	231		
2539971	Oulad Brih	oulad-brih	MA		0	Africa/Casablanca	34.3419	-3.98063				03	561		
2539972	Oulad Brich	oulad-brich	MA		0	Africa/Casablanca	31.98	-9.06		Douar Bouri,Oulad Bari,Oulad Brich		07	431		
2539973	Douar Znada Ahl Brahim	douar-znada-ahl-brahim	MA		0	Africa/Casablanca	31.58143	-9.08834		Ahl Brahim,Douar Znada Ahl Brahim,Oulad Brahim et Touil		07	161		
2539982	Oulad Brahim	oulad-brahim	MA		0	Africa/Casablanca	32.55055	-9.11244		Douar Oulad Brahim,Oulad Brahim		07	431		
2539983	Oulad Brahim Bouzdiouine	oulad-brahim-bouzdiouine	MA		0	Africa/Casablanca	32.4091	-9.14416		Douar Oulad Brahim,Oulad Brahim,Oulad Brahim Bouzdiouine,Oulad Sidi Brahim		07	431		
2539984	Oulad Brahim	oulad-brahim	MA		0	Africa/Casablanca	32.06998	-7.71941		Douar Madari des Oulad Brahi,Oulad Brahim,Oulad Ibrahim		07	427		
2539985	Oulad Brahim	oulad-brahim	MA		0	Africa/Casablanca	31.93767	-7.21349				07	191		
2539986	Oulad Brahim	oulad-brahim	MA		0	Africa/Casablanca	31.8865	-7.20508				07	191		
2539988	Douar Oulad Brahim	douar-oulad-brahim	MA		0	Africa/Casablanca	31.85532	-8.68894		Bel Hareh,Douar Oulad Brahim,Oulad Brahim		07	585		
2539989	Douar Oulad Brahim Bel Kiyyal	douar-oulad-brahim-bel-kiyyal	MA		0	Africa/Casablanca	31.83195	-7.73712		Douar Oulad Brahim Bel Kiyyal,Oulad Brahim		07	427		
2539990	Douar Oulad Bouani	douar-oulad-bouani	MA		0	Africa/Casablanca	31.74871	-8.57097		Dar Ouled Brahim,Douar Oulad Bouani,Douar Ouled Brahim,Oulad Brahim		07	585		
2539991	Oulad Brahim	oulad-brahim	MA		0	Africa/Casablanca	31.42378	-7.97343		Douar Ouled Brahim,Oulad Brahim,Ouled Brahim		07	041		
2539992	Oulad Brahim	oulad-brahim	MA		0	Africa/Casablanca	31.10473	-6.59428				08	401		
2539996	Oulad Bouzid	oulad-bouzid	MA		0	Africa/Casablanca	34.08062	-3.72374		Bou Ghrourat,Douar Ouled Bouzid,Fritissa Oulad Bouzid,Oulad Bouzid		02	265		
2539997	Douar Oulad Bouzid	douar-oulad-bouzid	MA		0	Africa/Casablanca	33.98386	-4.92294		Douar Oulad Bouzid,Oulad Bouzid		03	231		
2539998	Oulad Bouzid	oulad-bouzid	MA		0	Africa/Casablanca	31.90852	-7.77681		Douar Mohammed ben Tounsi,Oulad Bou Zid,Oulad Bouzid		07	427		
2539999	Oulad Bou Ziane	oulad-bou-ziane	MA		0	Africa/Casablanca	34.94586	-2.77046				02	381		
2540000	Oulad Bouziane	oulad-bouziane	MA		0	Africa/Casablanca	31.45238	-4.26379		Oulad Abdenbi,Oulad Bouziane,Ouled Abdanebi		08	201		
2540002	Douar Oulad Bouzekri	douar-oulad-bouzekri	MA		0	Africa/Casablanca	34.43497	-5.94958		Douar Oulad Bouzekri,Oulad Bouzekri,Ouled Bouzakri		04	481		
2540003	Douar Ouled Bou Yahia	douar-ouled-bou-yahia	MA		0	Africa/Casablanca	34.42814	-3.77846		Douar Ouled Bou Yahia,Oulad Bou Yahya,Ouled Bouyahya		02	265		
2540004	Oulad Bou Soltane	oulad-bou-soltane	MA		0	Africa/Casablanca	34.55062	-4.69982		Oulad Bou Soltane,Ouled Boussoultane		03	531		
2540005	Douar Lahlahla	douar-lahlahla	MA		0	Africa/Casablanca	34.50131	-5.88182		Douar Lahlahla,Douar Oulad Ben Selham,Oulad Ben Selham,Oulad Bou Selham,Ouled Salem		04	481		
2540006	Douar Ouliad Bou Shae	douar-ouliad-bou-shae	MA		0	Africa/Casablanca	31.7036	-7.85935		Douar Oulad Bou Sebia,Douar Ouliad Bou Shae,Oulad Bessebaa,Oulad Bessebâa,Oulad Bou Sebia		07	427		
2540009	Oulad Bou Salah	oulad-bou-salah	MA		0	Africa/Casablanca	32.35595	-8.82515		Douar Oulad bou Salah,Oulad Bou Salah		07	431		
2540010	Douar Oulad Bou Saïd	douar-oulad-bou-said	MA		0	Africa/Casablanca	34.4504	-5.92538		Douar Oulad Bou Said,Douar Oulad Bou Saïd,Oulad Bou Said,Oulad Bou Saïd,Ouled Bou Said,Ouled Bou Saïd		04	481		
2540012	Oulad Bourima	oulad-bourima	MA		0	Africa/Casablanca	34.3791	-3.7822		Oulad Bou Rim,Oulad Bou Rima,Oulad Bourima		02	265		
2540013	Oulad bou Ries	oulad-bou-ries	MA		0	Africa/Casablanca	30.51057	-8.72279				09	541		
2540014	Oulad Bouraya	oulad-bouraya	MA		0	Africa/Casablanca	31.79429	-7.33502				07	191		
2540015	Oulad Bou Rass	oulad-bou-rass	MA		0	Africa/Casablanca	33.45	-2.8				02	251		
2540016	Oulad Bou Rahmoun	oulad-bou-rahmoun	MA		0	Africa/Casablanca	32.30582	-6.62743		Oulad Bou Rahmoun,Ouled Bourahmouns		05	255		
2540022	Oulad Bou Melha	oulad-bou-melha	MA		0	Africa/Casablanca	35.23983	-5.9698		Oulad Bou Melha,Ouled Boumalha		01	331		
2540024	Douar Oulad Bou Krae El Fouqani	douar-oulad-bou-krae-el-fouqani	MA		0	Africa/Casablanca	31.56865	-8.98865		Douar Oulad Bou Krae El Fouqani,El Aberda,Oulad Boukra,Ouled Boukra		07	161		
2540025	Douar Oulad Boukhliq	douar-oulad-boukhliq	MA		0	Africa/Casablanca	32.15919	-7.65579		Ahel Chab,Ahel Châb,Boukhliq,Douar Oulad Boukhlik,Douar Oulad Boukhliq,Oulad Boukhlik		07	191		
2540026	Douar Oulad Boukhris	douar-oulad-boukhris	MA		0	Africa/Casablanca	34.77886	-2.46386		Douar Oulad Boukhris,Oulad Bou Kheriss,Oulad Bou Kreris,Oulad Boukrisse		02	113		
2540028	Oulad Bou Jnoune Bounaqqab	oulad-bou-jnoune-bounaqqab	MA		0	Africa/Casablanca	35.09881	-5.92152		Oulad Bou Jenoun,Oulad Bou Jnoune Bounaqqab,Oulad Tnoun Bounkab,Ouled Boujanoune Boubabe		01	331		
2540032	Oulad Boujamaa	oulad-boujamaa	MA		0	Africa/Casablanca	35.42254	-5.89329		Oulad Boujamaa,Oulad Boujemaa		01	331		
2540033	Douar Oulad Boujamaa	douar-oulad-boujamaa	MA		0	Africa/Casablanca	32.33427	-8.70738		Douar Oulad Boujamaa,Douar Oulad Boujemaa,Oulad Boujem,Oulad Boujemaa		07	431		
2540034	Douar Bou Jemaat	douar-bou-jemaat	MA		0	Africa/Casablanca	34.28576	-4.50515		Douar Bou Jemaat,Douar Ouled Boujema,Oulad Boujema		03	531		
2540035	Oulad Boujamaa	oulad-boujamaa	MA		0	Africa/Casablanca	32.26919	-8.79929		Douar Oulad Boujema,Oulad Boujamaa,Oulad Boujema,Oulad boujamaa,Oulad boujamâa		07	431		
2540036	Oulad Bouihia	oulad-bouihia	MA		0	Africa/Casablanca	34.95252	-2.82859				02	381		
2540037	Douar Oulad Bouhlal	douar-oulad-bouhlal	MA		0	Africa/Casablanca	32.15117	-8.64325		Douar Oulad Bouhlal,Oulad Bouhlal,Ouled Bouhlal		07	585		
2540038	Oulad Bou Henina	oulad-bou-henina	MA		0	Africa/Casablanca	34.73	-4.23		Oulad Bou Henina,Oulad bou Hanina		03	531		
2540039	Oulad Bou Henda	oulad-bou-henda	MA		0	Africa/Casablanca	32.51949	-8.08602		Douar Oulad Bou Hennda,Oulad Bou Henda,Oulad Bou Hennda,Ouled Bouhouda		07	427		
2540040	Douar Oulad Bou Anga	douar-oulad-bou-anga	MA		0	Africa/Casablanca	31.55068	-9.03061		Douar Oulad Bou Anga,Oulad Ben Hanga,Oulad Bou Hanga,Oulad Bou Hannga,Ouled Bou Anga		07	161		
2540041	Oulad Bouanane	oulad-bouanane	MA		0	Africa/Casablanca	32.56453	-9.09156		Douar Oulad bou Hanane,Oulad Bou Hanane,Oulad Bouanane		07	431		
2540042	Douar Oulad Bou Hmida	douar-oulad-bou-hmida	MA		0	Africa/Casablanca	35.27098	-5.97105		Douar Oulad Bou Hmida,Oulad Bou Hamida de Talata,Oulad bou Amida		01	331		
2540043	Oulad Bouhmida	oulad-bouhmida	MA		0	Africa/Casablanca	34.95242	-6.03695		Douar Oulad Bouhamida,Oulad Bouhamida,Oulad Bouhmida,Ouled Bouhmida		04	281		
2540044	Douar Lemoualdiya	douar-lemoualdiya	MA		0	Africa/Casablanca	32.13473	-7.52342		Douar Lemoualdiya,Oulad Bou Hafa		07	191		
2540047	Douar Oulad Bou el Hsaïne	douar-oulad-bou-el-hsaine	MA		0	Africa/Casablanca	34.41723	-5.64778		Dar Oulad Bou Hsaine,Dar Oulad Bou Hsaïne,Douar Oulad Bou el Hsaine,Douar Oulad Bou el Hsaïne,Oulad Bel Houcine,Oulad Bou el Hsain,Oulad Bou el Hsaine,Oulad Bou el Hsaïn,Oulad Bou el Hsaïne		04	481		
2540048	Oulad Boudraa	oulad-boudraa	MA		0	Africa/Casablanca	35.06309	-5.93541		Oufad Boudraa,Oufad Boudraâ,Oulad Boudraa		01	331		
2540049	Oulad Bouaouida	oulad-bouaouida	MA		0	Africa/Casablanca	35.48995	-5.14774		Oulad Bouaouida,Oulad Boudioua		01	571		
2540050	Oulad Boudene	oulad-boudene	MA		0	Africa/Casablanca	31.73567	-7.90749		Boudehne,Douar Boudehne,Oulad Bouden,Oulad Boudene,Ouled Bouden		07	427		
2540051	Oulad Bouchta Ouarour	oulad-bouchta-ouarour	MA		0	Africa/Casablanca	35.09335	-5.94318		Oulad Bouchta,Oulad Bouchta Ouarour		01	331		
2540052	Douar Oulad Aissa	douar-oulad-aissa	MA		0	Africa/Casablanca	34.40482	-5.01183		Douar Oulad Aissa,Oulad Bouchta,Ouled el Hadj Bouchta		03	531		
2540053	Oulad Bouchaba	oulad-bouchaba	MA		0	Africa/Casablanca	34.76179	-2.28821		Oulad Bouchaba,Oulad Bouchata		02	113		
2540054	Oulad Bouchayb	oulad-bouchayb	MA		0	Africa/Casablanca	31.91098	-8.91133		Oulad Ben Chaib,Oulad Ben Chaïb,Oulad Bou Chaib,Oulad Bou Chaïb,Oulad Bouchayb,Ouled Bou Chaib,Ouled Bou Chaïb		07	585		
2540056	Douar Oulad Ben Daw’ed	douar-oulad-ben-daw-ed	MA		0	Africa/Casablanca	32.12142	-9.25224		Douar Oulad Ben Daw'ed,Douar Oulad Ben Daw’ed,Oulad Bou Brahim		07	431		
2540057	Oulad Bou Beker	oulad-bou-beker	MA		0	Africa/Casablanca	31.36084	-8.35727		Oulad Bou Beker,Oulad Boubker,Ouled Boubker		07	161		
2540058	Douar Oulad bou Bekar	douar-oulad-bou-bekar	MA		0	Africa/Casablanca	34.42622	-5.77313		Douar Oulad bou Bekar,Oulad Bou Bekar,Oulad Boubker		04	481		
2540059	Douar Oulad Al ’Arbi As-Soussi	douar-oulad-al-arbi-as-soussi	MA		0	Africa/Casablanca	32.46677	-6.6676		Douar Oulad Al 'Arbi As-Soussi,Douar Oulad Al ’Arbi As-Soussi,Oulad Bou 'Azza al Ghrabcha,Oulad Bou ’Azza al Ghrabcha		05	255		
2540061	Oulad Bouazza	oulad-bouazza	MA		0	Africa/Casablanca	35.02899	-3.10134		Oulad Bou 'Azza,Oulad Bouazza,Oulad Boû ’Azza		02	381		
2540062	Douar Oulad Bou Azza	douar-oulad-bou-azza	MA		0	Africa/Casablanca	34.39959	-5.63026		Dar Oulad Bou Azza,Douar Oulad Bou Azza,Oulad Bou Azza		04	481		
2540063	Douar Oulad Bouazza	douar-oulad-bouazza	MA		0	Africa/Casablanca	34.36973	-4.47282		Douar Oulad Bou Azza,Douar Oulad Bouazza,Oulad Bou Azza		03	531		
2540064	Douar Oulad Bouazza	douar-oulad-bouazza	MA		0	Africa/Casablanca	34.35497	-5.10526		Douar Oulad Bouazza,Oulad Bou Azza,Ouled Bouazza		03	531		
2540065	Oulad Bou Azza	oulad-bou-azza	MA		0	Africa/Casablanca	34.11404	-3.96535		Douar Oulad Bou Azza,Oulad Bou Azza		03	561		
2540067	Douar Oulad Ben Azzi	douar-oulad-ben-azzi	MA		0	Africa/Casablanca	32.1198	-9.02627		Douar Oulad Ben Azi,Douar Oulad Ben Azzi,Oulad Bou Azi		07	431		
2540068	Oulad Bouatia	oulad-bouatia	MA		0	Africa/Casablanca	35.12294	-2.89487				02	381		
2540069	Douar Oulad Bou Atiya	douar-oulad-bou-atiya	MA		0	Africa/Casablanca	34.44552	-4.59472		Douar Oulad Bou Atiya,Oulad Bou 'Atia,Oulad Bou ’Atia		03	531		
2540071	Douar Oulad Bou Ouaouis	douar-oulad-bou-ouaouis	MA		0	Africa/Casablanca	32.37343	-8.92983		Douar Oulad Bou Ouaouis,Douar Oulad Bouaouis,Douar Oulad Bouaouiss,Oulad Bouaouiss,Ouled Bouaouis		07	431		
2540072	Oulad Bou Annga	oulad-bou-annga	MA		0	Africa/Casablanca	31.39856	-8.74537		Oulad Ben Hanega,Oulad Bou Annga,Ouled Bouaanga,Ouled Bouaânga		07	161		
2540075	Oulad Bou Ali	oulad-bou-ali	MA		0	Africa/Casablanca	31.75	-8.5				07	585		
2540079	Oulad Bou Aicha	oulad-bou-aicha	MA		0	Africa/Casablanca	35.38761	-5.97323		Oulad Abou Aicha,Oulad Abou Aïcha,Oulad Bou Aicha,Oulad Bou Aïcha		01	511		
2540080	Douar Oulad Bouya Ahmed	douar-oulad-bouya-ahmed	MA		0	Africa/Casablanca	32.50101	-8.6402		Douar Oulad Bouya Ahmed,Douar Oulad bou Ahmed,Oulad Bou Ahmed,Ouled Bouyahmed		06	467		
2540081	Oulad Bou Ahmed	oulad-bou-ahmed	MA		0	Africa/Casablanca	32.0834	-7.61544				07	191		
2540082	Oulad Bou Achate	oulad-bou-achate	MA		0	Africa/Casablanca	35.09044	-5.87952		Oulad Bou Achate,Oulad Bouacha,Oulad Bouachate		01	331		
2540084	Oulad Bou Abid	oulad-bou-abid	MA		0	Africa/Casablanca	34.8962	-2.62482		Douar Oulad Bou Abid,Oulad Bou Abid		02	113		
2540085	Douar Oulad Bouabid Essoumea	douar-oulad-bouabid-essoumea	MA		0	Africa/Casablanca	33.94038	-4.96299		Douar Oulad Bouabib,Douar Oulad Bouabid Essoumea,Oulad Bou Abid		03	231		
2540086	Californie	californie	MA		0	Africa/Casablanca	33.53281	-7.63309				06	141		
2540087	Oulad Bouabid	oulad-bouabid	MA		0	Africa/Casablanca	32.43342	-8.66432		Douar Oulad bou Abid,Oulad Bou Abid,Oulad Bouabid,Ouled Bouabid		07	431		
2540090	Oulad bou Abane	oulad-bou-abane	MA		0	Africa/Casablanca	34.47643	-5.63064		Bouabane,Bouâbane,Oulad bou Abane		04	481		
2540091	Ayt Bojukhan	ayt-bojukhan	MA		0	Africa/Casablanca	31.95979	-7.23882		Ait Boukhari,Ayt Bojukhan,Aït Boukhari,Oulad Bochari		07	191		
2540092	Oulad Biyad	oulad-biyad	MA		0	Africa/Casablanca	34.79748	-5.97075		Douar Oulad Biyad,Oulad Biiad,Oulad Biyad,Oulad Bïïad		04	281		
2540093	Oulad Bissi	oulad-bissi	MA		0	Africa/Casablanca	31.70286	-7.29103		Bessel,Oulad Bissi		05	081		
2540095	Jrana	jrana	MA		0	Africa/Casablanca	31.45084	-4.23329		Jrana,Oulad Bhar		08	201		
2540096	Oulad Bezair	oulad-bezair	MA		0	Africa/Casablanca	34.90384	-2.74229				02	381		
2540097	Douar Oulad Berzoug	douar-oulad-berzoug	MA		0	Africa/Casablanca	32.26105	-8.8724		Berzouk,Douar Oulad Berzoug,Oulad Berzoug,Oulad Berzouk		07	431		
2540098	Douar Oulad Ben Rahhou	douar-oulad-ben-rahhou	MA		0	Africa/Casablanca	35.36586	-6.00564		Douar Oulad Ben Rahhou,Oulad Berrkho,Oulad-Bremoho		01	511		
2540100	Oulad Berqiyya	oulad-berqiyya	MA		0	Africa/Casablanca	32.2678	-9.06855		Douar Oulad Berkia,Oulad Berkeiya,Oulad Berkeïya,Oulad Berkia,Oulad Berqiyya		07	431		
2540102	Douar Oulad Berrehil	douar-oulad-berrehil	MA		0	Africa/Casablanca	32.33477	-8.92358		Douar Oulad Berhail,Douar Oulad Berhaïl,Douar Oulad Berrehil,Oulad Berhail,Oulad Berhaïl		07	431		
2540103	Oulad ben Zahra	oulad-ben-zahra	MA		0	Africa/Casablanca	34.74649	-4.48101		Oulad Ben Zahra,Oulad ben Zahra		01	051		
2540104	Oulad Ben Tounsi	oulad-ben-tounsi	MA		0	Africa/Casablanca	31.91551	-7.71272		Azib Oulad Tounsi,Douar Oulad Ben Tounsi,Oulad Ben Tounsi		07	427		
2540105	Douar Oulad Ben Tayeb	douar-oulad-ben-tayeb	MA		0	Africa/Casablanca	35.31654	-5.8439		Douar Oulad Ben Tayeb,Oulad Ben Taieb,Oulad Ben Tayeb,Oulad Ben Taïeb		01	331		
2540106	Oulad Ben Talha	oulad-ben-talha	MA		0	Africa/Casablanca	34.25956	-5.3939		Oulad Ben Talha,Ouled Talha		03	591		
2540107	Oulad Ben Taallah	oulad-ben-taallah	MA		0	Africa/Casablanca	34.5792	-6.37149		Oulad Ben Taallah,Oulad Ben Talaa,Oulad Ben Talâa,Ouled Ben Laalla		04	281		
2540108	Oulad Ben Smina	oulad-ben-smina	MA		0	Africa/Casablanca	31.83593	-8.98243		Oulad Ben Smina,Ouled Ben Smina		07	431		
2540110	Oulad Ben Sidoun	oulad-ben-sidoun	MA		0	Africa/Casablanca	33.93396	-5.40378		Oulad Ben Sidhoum,Oulad Ben Sidoun,Oulad Bou Sidoun		03	061		
2540111	Oulad Ben Sbae Tirs	oulad-ben-sbae-tirs	MA		0	Africa/Casablanca	34.69404	-5.95439		Oulad Ben Sba'al Krada,Oulad Ben Sbae Tirs,Oulad Ben Sba’al Krada		04	281		
2540112	Koudiat Oulad Bou Sba’	koudiat-oulad-bou-sba	MA		0	Africa/Casablanca	32.89782	-7.42034		Koudia Oulad Ben Sbaa,Koudia Oulad Ben Sbâa,Koudiat Oulad Bou Sba',Koudiat Oulad Bou Sba’		06	461		
2540113	Oulad Bensar	oulad-bensar	MA		0	Africa/Casablanca	35.24915	-5.97187		Oulad Bensar,Ulad Bensar		01	331		
2540114	Oulad Ben Saïd	oulad-ben-said	MA		0	Africa/Casablanca	35.16409	-5.96343				01	331		
2540115	Douar Oulad Ben Said	douar-oulad-ben-said	MA		0	Africa/Casablanca	34.85511	-5.85892		Douar Oulad Ben Said,Oulad Ben Sa'id,Oulad Ben Sa’id		04	281		
2540116	Douar Oulad Ben Said	douar-oulad-ben-said	MA		0	Africa/Casablanca	34.7549	-5.87893		Douar Oulad Ben Said,Douar Oulad Ben Saïd,Oulad Ben Saib,Oulad Ben Said,Oulad Ben Saïb,Oulad Ben Saïd,Ouled Ben Esaide,Ouled Ben Esaïde		04	481		
2540117	Lakhtout	lakhtout	MA		0	Africa/Casablanca	35.3171	-5.83694		El Khatout,Lakhtout,Oulad Ben Roho,Oulad Benraho,Ulad Berruha		01	331		
2540118	Oulad Ben Ghalem	oulad-ben-ghalem	MA		0	Africa/Casablanca	35.45452	-5.85101		Oulad Ben Ghalem,Oulad Ben Rhalem,Oulad ben Ganem		01	511		
2540120	Rmel	rmel	MA		0	Africa/Casablanca	32.4407	-9.12443		Oulad Ben Rehal,Rmel		07	431		
2540121	Oulad Ben Rahho	oulad-ben-rahho	MA		0	Africa/Casablanca	30.98	-6.61				08	401		
2540122	Oulad Ben Omar	oulad-ben-omar	MA		0	Africa/Casablanca	32.00183	-7.58216		Douar Oulad ben Omar,Oulad Ben Omar,Ouled Amar		07	191		
2540123	Douar Oulad ben Nam	douar-oulad-ben-nam	MA		0	Africa/Casablanca	34.4274	-5.86304		Douar Oulad ben Nam,Oulad Ben Nam		04	491		
2540124	Douar Ouled Ben Mohamed Ben Abdallah	douar-ouled-ben-mohamed-ben-abdallah	MA		0	Africa/Casablanca	34.47756	-3.75913		Douar Ouled Ben Mohamed Ben Abdallah,Oulad Ben Mohammed Ben Abdallah		02	265		
2540125	Oulad Ben Loulane	oulad-ben-loulane	MA		0	Africa/Casablanca	34.61	-4.71				03	531		
2540126	Oulad Ben Lahsene	oulad-ben-lahsene	MA		0	Africa/Casablanca	33.46	-2.83		Oulad Ben Lahsene,Ouled Ben Lahcen		02	251		
2540128	Oulad Ben Kerroumat	oulad-ben-kerroumat	MA		0	Africa/Casablanca	34.29274	-3.28805		Kasba Oulad Ben Kerroumat,Oulad Ben Kerroumat,Oulad Ben Kerroumate		02	265		
2540130	Oulad Ben Jilali	oulad-ben-jilali	MA		0	Africa/Casablanca	34.73	-4.51				01	051		
2540131	Douar Oulad Ben Jilali	douar-oulad-ben-jilali	MA		0	Africa/Casablanca	34.45625	-5.1563		Douar Oulad Ben Jilali,Oulad Ben Djilali,Oulad Ben Jilali		03	531		
2540132	Oulad Ben Jemaa	oulad-ben-jemaa	MA		0	Africa/Casablanca	34.65268	-4.84527		Boujmaa,Boujmaâ,Oulad Ben Jemaa		03	531		
2540133	Douar Oulad Ben Jalloul	douar-oulad-ben-jalloul	MA		0	Africa/Casablanca	32.46082	-9.09498		Douar Jelidat,Douar Oulad Ben Jalloul,Jelidat,Oulad Ben Jelloul,Oulad-Ben-Jaloul		07	431		
2540134	Douar Oulad Ben Youssef	douar-oulad-ben-youssef	MA		0	Africa/Casablanca	34.37605	-5.04893		Douar Oulad Ben Youssef,Oulad Beni Youssef,Ouled Ben Yessef		03	531		
2540135	Oulad Beni Yarhroumane	oulad-beni-yarhroumane	MA		0	Africa/Casablanca	34.72813	-2.48839		Ber Roumene,Douar Oulad Beni Yarhroumane,Oulad Beni Yarhroumane		02	533		
2540136	Oulad Ben Ittou	oulad-ben-ittou	MA		0	Africa/Casablanca	34.27491	-4.27174		Douar Ouled Ben Ittou,Oulad Ben Ittou		03	561		
2540137	Oulad Ben Hida	oulad-ben-hida	MA		0	Africa/Casablanca	32.42744	-8.8561		Douar Oulad ben Hida,Oulad Ben Hida		07	431		
2540138	Oulad Ben Hassine	oulad-ben-hassine	MA		0	Africa/Casablanca	32.01434	-8.06203		Oulad Ben Hassine,Oulad Hassine		07	351		
2540139	Douar Oulad Ba Hammou	douar-oulad-ba-hammou	MA		0	Africa/Casablanca	34.30585	-5.18039		Douar Oulad Ba Hammou,Oulad Bahamou,Oulad Ben Hammou,Ouled Ben Hammou		03	591		
2540140	Oulad Ben Fkih	oulad-ben-fkih	MA		0	Africa/Casablanca	31.76794	-9.56148		Jemaa Agadir,Jemâa Agadir,Oulad Ben Fkih		07	211		
2540141	Douar Oulad Ben El Haj	douar-oulad-ben-el-haj	MA		0	Africa/Casablanca	34.77377	-5.87339		Douar Oulad Ben El Haj,Oulad Ben el Haj,Ouled Ben el Hadj		04	481		
2540143	Oulad Ben Doud	oulad-ben-doud	MA		0	Africa/Casablanca	35.23787	-5.98953		Oulad Ben Doud,Oulad ben Daou,Ouled Ben Daoud		01	331		
2540624	Ouggong Melloul	ouggong-melloul	MA		0	Africa/Casablanca	31.07902	-7.29451				08	401		
2540144	Douar Oulad ben Dib	douar-oulad-ben-dib	MA		0	Africa/Casablanca	34.34083	-5.81733		Douar Oulad ben Dib,Oulad Ben Dib		04	491		
2540145	Douar Oulad Ben Dalha	douar-oulad-ben-dalha	MA		0	Africa/Casablanca	34.76651	-5.1785		Douar Oulad Ben Dalha,Edoualeh,Oulad Ben Delha,Ouled Ben Dalha Aoudour		01	405		
2540146	Oulad Ben Daoud	oulad-ben-daoud	MA		0	Africa/Casablanca	32.4678	-8.87175		Oulad Ben Daoud,Oulad ben Daoui		07	431		
2540147	Oulad Ben Daoudi	oulad-ben-daoudi	MA		0	Africa/Casablanca	32.46	-8.53		Douar Oulad ben Daoui,Oulad Ben Daoudi,Ouled Ben Daoud		06	467		
2540148	Oulad Ben Chaoui	oulad-ben-chaoui	MA		0	Africa/Casablanca	32.63707	-8.73203		Douar Oulad ben Chaoui,Oulad Ben Chaoui,Ouled Ben Chaoui		06	467		
2540149	Douar Oulad Ben Blal	douar-oulad-ben-blal	MA		0	Africa/Casablanca	35.18197	-5.40286		Douar Oulad Ben Blal,Oulad Ben Belal,Ouled Ben Bilal,Ouled Ben Blal		01	151		
2540150	Oulad Ben Azzi	oulad-ben-azzi	MA		0	Africa/Casablanca	35.44594	-5.91361		Oulad Ben Azzi,Oulad Ben Hazi		01	511		
2540151	Douar Oulad Azzouz	douar-oulad-azzouz	MA		0	Africa/Casablanca	32.52851	-8.85522		Douar Oulad Azzouz,Oulad Ben Azouz,Ouled Azouz,Ouled Ben Azzouz		06	467		
2540152	Oulad Ben Iyyad	oulad-ben-iyyad	MA		0	Africa/Casablanca	35.04852	-5.94063		Oulad Ben Ayad,Oulad Ben Ayyad,Oulad Ben Iyyad,Ouled Ben Eyade,Ouled Ben Éyade		01	331		
2540153	Oulad Ben Assas	oulad-ben-assas	MA		0	Africa/Casablanca	35.04465	-5.87043				01	331		
2540154	Douar Oulad Ben Allal	douar-oulad-ben-allal	MA		0	Africa/Casablanca	35.30144	-5.81453		Douar Oulad Ben Allal,Oulad Ben Allal		01	331		
2540155	Oulad Ben Allal	oulad-ben-allal	MA		0	Africa/Casablanca	35.10399	-5.4764				01	151		
2540159	Oulad Ben Ali	oulad-ben-ali	MA		0	Africa/Casablanca	32.37568	-8.86008				07	431		
2540160	Oulad Ben Ali	oulad-ben-ali	MA		0	Africa/Casablanca	31.78373	-8.86449		Oulad Ben Ali,Ouled Ali		07	585		
2540161	Douar Oulad Ben ’Ayyache	douar-oulad-ben-ayyache	MA		0	Africa/Casablanca	31.70084	-8.13898		Douar Oulad Ben 'Ayyache,Douar Oulad Ben ’Ayyache,Oulad-Ben-Aicha,Oulad-Ben-Aïcha		07	351		
2540162	Douar Oulad Ben Addou	douar-oulad-ben-addou	MA		0	Africa/Casablanca	34.4945	-5.02139		Douar Oulad Ben Addou,Oulad Ben Addou,Ouled Ben Addou		03	531		
2540163	Oulad Ben Abdallah	oulad-ben-abdallah	MA		0	Africa/Casablanca	35.37209	-5.96439		Oulad Abdallah,Oulad Ben Abdallah		01	511		
2540165	Douar Oulad Bellil	douar-oulad-bellil	MA		0	Africa/Casablanca	34.38858	-4.94808		Douar Oulad Bellil,Oulad Bellil,Ouled Benlil		03	531		
2540166	Douar Oulad Bella	douar-oulad-bella	MA		0	Africa/Casablanca	32.00517	-8.57201		Douar Oulad Bella,Oulad Bella		07	585		
2540167	Oulad Saleh	oulad-saleh	MA		0	Africa/Casablanca	32.02689	-7.9337		Douar Allal,Oulad Bella,Oulad Saleh		07	427		
2540168	Oulad Bella	oulad-bella	MA		0	Africa/Casablanca	31.80893	-7.82546				07	427		
2540169	Douar Oulad Bel Kaab	douar-oulad-bel-kaab	MA		0	Africa/Casablanca	34.40579	-4.88773		Douar Oulad Bel Kaab,Oulad Bel Kaab,Ouled Ben Lekkaab,Ouled Ben Lekkaâb		03	531		
2540170	Douar Oulad Ben Haj	douar-oulad-ben-haj	MA		0	Africa/Casablanca	31.99758	-8.5321		Douar Oulad Ben Haj,Douar Oulad bel Hadj,Oulad Bel Haj,Oulad Bel Hajj,Oulad bel Hadj		07	585		
2540172	Oulad Bel Gmali	oulad-bel-gmali	MA		0	Africa/Casablanca	31.6603	-9.13158		Douar Ibn el Guemali,Oulad Bel Gmali		07	211		
2540173	Douar Oulad Bel Qadi	douar-oulad-bel-qadi	MA		0	Africa/Casablanca	34.4917	-4.77513		Douar Oulad Bel Cadi,Douar Oulad Bel Qadi,Oulad Bel Cadi		03	531		
2540174	Douar Oulad Ben El Alya	douar-oulad-ben-el-alya	MA		0	Africa/Casablanca	32.35135	-8.68537		Douar Oulad Ben El Alya,Douar Ouled bel Alia,Oulad Bel Alia		07	431		
2540176	Kasba Oulad Bekkar	kasba-oulad-bekkar	MA		0	Africa/Casablanca	34.35414	-3.91245		Kasba Oulad Bekkar,Oulad Bekkar		03	561		
2540177	Oulad Bakhechchou	oulad-bakhechchou	MA		0	Africa/Casablanca	34.62987	-6.33453		Bakhachou,Douar Oulad Bekhachou,Oulad Bakhechchou,Oulad Bekhachou		04	281		
2540178	Oulad Bech’air	oulad-bech-air	MA		0	Africa/Casablanca	32.51624	-7.21876		Douar Alab Chair,Douar Alab Chaïr,Oulad Bech'air,Oulad Bechair,Oulad Bechaïr,Oulad Bech’air,Ouled Buochair,Ouled Buochaïr		06	461		
2540180	Oulad Barhil	oulad-barhil	MA		0	Africa/Casablanca	30.64042	-8.46875		Ksar Oulad Abbou,Oulad Abbou,Oulad Barhil,Oulad Barrehil,Oulad Ber Rehil		09	541		
2540182	Douar Oulad Belegh	douar-oulad-belegh	MA		0	Africa/Casablanca	34.30568	-5.07399		Douar Oulad Belegh,Oulad Balergh,Oulad Balerrh,Ouled Balegh		03	531		
2540184	Douar Oulad Bakhti	douar-oulad-bakhti	MA		0	Africa/Casablanca	34.77553	-2.31072		Douar Oulad Bakhti,Oulad Bakhti,Oulad-bakhta		02	113		
2540189	Oulad Bachir	oulad-bachir	MA		0	Africa/Casablanca	34.53	-4.25		Oulad Bachir,Oulad Bchir		03	561		
2540192	Douar Oulad Azzouz	douar-oulad-azzouz	MA		0	Africa/Casablanca	34.26708	-4.70136		Douar Oulad Azzouz,Douar Ouled Azzouz,Oulad Azzouz		03	531		
2540193	Oulad Azzouz	oulad-azzouz	MA		0	Africa/Casablanca	32.47807	-9.22072		Douar Oulad Azzouz,Oulad Azouz,Oulad Azzouz		07	431		
2540194	Oulad Azzouz	oulad-azzouz	MA		0	Africa/Casablanca	31.85176	-7.84693				07	427		
2540195	Douar Oulad Azzouz	douar-oulad-azzouz	MA		0	Africa/Casablanca	31.52947	-9.03807		Douar Oulad Azzouz,Oulad Azzouz,Oulad Ben Azouz		07	161		
2540198	Douar Oulad Aziz	douar-oulad-aziz	MA		0	Africa/Casablanca	34.49194	-4.85613		Douar Oulad Aziz,Oulad Aziz		03	531		
2540199	Douar Oulad Aziz	douar-oulad-aziz	MA		0	Africa/Casablanca	34.3443	-4.42358		Douar Oulad Aziz,Oulad Aziz		03	561		
2540200	Oulad Azam	oulad-azam	MA		0	Africa/Casablanca	34.53294	-4.53357				03	531		
2540202	Oulad Ayyad	oulad-ayyad	MA		0	Africa/Casablanca	32.33031	-6.38084		Oulad Ayad,Oulad Ayyad		05	091		
2540204	Oulad Ayyad	oulad-ayyad	MA		0	Africa/Casablanca	34.77075	-6.14513		Oulad Ayad,Oulad Ayyad		04	281		
2540205	Oulad ’Ayade	oulad-ayade	MA		0	Africa/Casablanca	32.89503	-7.37956		Douar Oulad Ayade,Oulad 'Ayade,Oulad Ayad,Oulad Ayade,Oulad ’Ayade		06	461		
2540206	Douar Oulad Ayyad	douar-oulad-ayyad	MA		0	Africa/Casablanca	32.35634	-8.91204		Douar Oulad Ayad,Douar Oulad Ayyad,Oulad Ayad		07	431		
2540207	Oulad Ayad	oulad-ayad	MA		0	Africa/Casablanca	32.2	-6.8			1209101091	05	091	1209101091	
2540209	Oulad Attou	oulad-attou	MA		0	Africa/Casablanca	34.41851	-5.33708		Oulad Attou,Ouled Attou		03	531		
2540210	Oulad Attou	oulad-attou	MA		0	Africa/Casablanca	32.63193	-7.33737		Douar Oulad Attou,Oulad Attou,Ouled Attou		06	461		
2540211	Douar Oulad ’Attou	douar-oulad-attou	MA		0	Africa/Casablanca	32.25808	-6.59623		Douar Oulad 'Attou,Douar Oulad ’Attou,Oulad Atta		05	255		
2540212	Douar Oulad Atiya	douar-oulad-atiya	MA		0	Africa/Casablanca	35.36051	-5.99913		Douar Oulad Atiya,Oulad Atia,Oulad Atiya		01	511		
2540213	Oulad Atiya	oulad-atiya	MA		0	Africa/Casablanca	34.6734	-4.94723		Oulad Atiia,Oulad Atiya,Ouled Attya		03	531		
2540215	Oulad Assila	oulad-assila	MA		0	Africa/Casablanca	32.45991	-9.19718		Douar Oulad Assila,Oulad Assila		07	431		
2540216	Oulad Assem	oulad-assem	MA		0	Africa/Casablanca	34.66211	-6.03025		Douar Oulad Assem,Oulad Assem,Ouled Assam		04	281		
2540217	Douar Oulad Askar	douar-oulad-askar	MA		0	Africa/Casablanca	34.44116	-5.7627		Douar Oulad Askar,Oulad Askar,Oulad Asker		04	481		
2540221	Douar Oulad Arif	douar-oulad-arif	MA		0	Africa/Casablanca	32.08451	-7.22985		Douar Oulad Arif,Oulad Arif,Ouled Ohrif		07	191		
2540222	Oulad Arfa ben Soussi	oulad-arfa-ben-soussi	MA		0	Africa/Casablanca	30.48373	-8.81514		Oulad Aarfa,Oulad Arfa ben Soussi		09	541		
2540223	Oulad Arfa	oulad-arfa	MA		0	Africa/Casablanca	32.10001	-7.81797				07	427		
2540224	Oulad ’Arbiya	oulad-arbiya	MA		0	Africa/Casablanca	31.04668	-6.60567				08	401		
2540225	Oulad Aouidat	oulad-aouidat	MA		0	Africa/Casablanca	34.8891	-6.06913		El-Aouidat,El-Aouïdat,Oulad Aouidat,Oulad Aouidate		04	281		
2540228	Oulad Anmed	oulad-anmed	MA		0	Africa/Casablanca	32.1232	-7.28667		Douar Oulad Ahmed,Oulad Anmed		07	191		
2540229	Oulad Amrane el Mekki	oulad-amrane-el-mekki	MA		0	Africa/Casablanca	35.22226	-5.95551		Oulad Amrane,Oulad Amrane el Krota,Oulad Amrane el Mekki,Ulad Aaman el Crota		01	331		
2540230	Oulad Amrane el Krouta	oulad-amrane-el-krouta	MA		0	Africa/Casablanca	35.20991	-5.94951		Oulad Amrane el Krouta,Ouled Ammane el Kianta,Soualah		01	331		
2540234	Douar Od. Omrane	douar-od-omrane	MA		0	Africa/Casablanca	34.21402	-5.01361		Douar Od. Omrane,Oulad Amrane		03	591		
2540235	Oulad Omrane	oulad-omrane	MA		0	Africa/Casablanca	32.34708	-8.87374		Douar Oulad Amrane,Oulad Amrane,Oulad Omrane		07	431		
2540236	Oulad Amrane	oulad-amrane	MA		0	Africa/Casablanca	32.15092	-9.0997				07	431		
2540237	Oulad ’Amrane	oulad-amrane	MA		0	Africa/Casablanca	30.68242	-8.43012		Ait Amran,Aït Amran,Oulad 'Amrane,Oulad Amrane,Oulad ’Amrane		09	541		
2540242	Douar Oulad Amar	douar-oulad-amar	MA		0	Africa/Casablanca	34.58273	-6.31347		Douar Oulad Amar,Douar Oulad Amor,Oulad Amor		04	281		
2540243	Douar Oulad ’Amor	douar-oulad-amor	MA		0	Africa/Casablanca	32.46346	-6.5564		Douar Oulad 'Amor,Douar Oulad ’Amor,Oulad Amor		05	255		
2540244	Oulad Amor	oulad-amor	MA		0	Africa/Casablanca	32.08817	-7.6351		Oulad Amor,Ouled Amar		07	191		
2540245	Oulad Amor	oulad-amor	MA		0	Africa/Casablanca	32.03	-7.71		Douar Caid Abd es Slam,Douar Caid es Slam Oulad Ameur,Douar Caïd Abd es Slam,Douar Caïd es Slam Oulad Ameur,Oulad Amor		07	427		
2540247	Oulad Ammi Ahmed	oulad-ammi-ahmed	MA		0	Africa/Casablanca	31.82762	-7.85714		Oulad Amich Ahmed,Oulad Ammi Ahmed,Ouled ami ahmed		07	427		
2540249	Oulad Amirat	oulad-amirat	MA		0	Africa/Casablanca	31.06405	-6.59011				08	401		
2540250	Oulad Amira	oulad-amira	MA		0	Africa/Casablanca	32.64519	-9.02003		Douar Oulad Amira,Oulad Amira,Ouled Amira		07	431		
2540251	Oulad Mira	oulad-mira	MA		0	Africa/Casablanca	31.69666	-4.1861		Oled Amira,Oulad Amira,Oulad Mira		08	201		
2540252	Oulad Amira	oulad-amira	MA		0	Africa/Casablanca	30.47082	-8.80674		Oulad Aamira,Oulad Amira		09	541		
2540254	Douar Oulad Amiyer	douar-oulad-amiyer	MA		0	Africa/Casablanca	33.85919	-4.56795		Douar Oulad Amiyer,Oulad Amir		03	451		
2540255	Oulad Ami Er-Rerhaï	oulad-ami-er-rerhai	MA		0	Africa/Casablanca	32.81162	-7.56082		Dar Ould Kaddour el Askri,Oulad Ami Er-Rerhai,Oulad Ami Er-Rerhaï,Oulad Ami Raghai,Oulad Ami er Rerhai,Oulad Ami er Rerhaï,Oulad Âmi Raghaï		06	461		
2540256	Ouled Abdelhaq	ouled-abdelhaq	MA		0	Africa/Casablanca	32.14774	-8.71821		Douar Oulad Amiad,Oulad Amiad,Ouled Abdelhaq		07	585		
2540260	Oulad Amer	oulad-amer	MA		0	Africa/Casablanca	34.79997	-5.83519		'Amar Moussa,Douar Oulad Ameur,Oulad Amar,Oulad Amer,Oulad Ameur,Ouled Amer Moussa,’Amar Moussa		04	481		
2540261	Douar Oulad Amer	douar-oulad-amer	MA		0	Africa/Casablanca	34.78455	-2.49537		Douar Oulad Amer,Oulad Amar,Oulad Amer,Oulad Ameur,Ouled-Ameur		02	113		
2540262	Oulad Amer	oulad-amer	MA		0	Africa/Casablanca	32.0409	-7.69913		Douar Oulad Ameur,Oulad Amer,Oulad Ameur		07	427		
2540263	Oulad Amar	oulad-amar	MA		0	Africa/Casablanca	31.87742	-7.88826		Douar Oulad Ameur,Oulad Amar,Oulad Amer,Oulad Ameur,Ouled Amer		07	427		
2540265	Oulad Amer B. Ali	oulad-amer-b-ali	MA		0	Africa/Casablanca	30.62952	-8.51611		Oulad Amar Ben Ali,Oulad Amer B. Ali,Oulad Amr Ben Ali		09	541		
2540268	Douar Oulad Amer	douar-oulad-amer	MA		0	Africa/Casablanca	34.23165	-5.18426		Douar Oulad Amer,Oulad Amara		03	591		
2540269	Oulad ’Amar	oulad-amar	MA		0	Africa/Casablanca	34.76	-3.53				02	167		
2540270	Douar Olad. Amar	douar-olad-amar	MA		0	Africa/Casablanca	34.28203	-4.20153		Douar Olad. Amar,Douar Ouled Amar,Oulad Amar		03	561		
2540271	Douar Oulad Amar	douar-oulad-amar	MA		0	Africa/Casablanca	34.2668	-4.38667		Douar Oulad Amar,Oulad Amar		03	531		
2540272	Douar Oulad Amer	douar-oulad-amer	MA		0	Africa/Casablanca	32.33121	-8.72706		Aomar,Douar Oulad Amer,Douar Ouled Amar,Oulad Amar		07	431		
2540273	Oulad Amar	oulad-amar	MA		0	Africa/Casablanca	34.73205	-3.56265				02	167		
2540274	Oulad Hamama	oulad-hamama	MA		0	Africa/Casablanca	31.74743	-7.46801		Oulad Amana,Oulad Hamama,Oulad Hamana,Oulad Hammana		07	191		
2540275	Douar Oulad Alyat Ejjabbala	douar-oulad-alyat-ejjabbala	MA		0	Africa/Casablanca	31.88463	-8.0752		Douar Oulad Alyat Ejjabbala,Oulad-Alyet		07	351		
2540278	Douar Oulad Allal	douar-oulad-allal	MA		0	Africa/Casablanca	34.96576	-5.51247		Douar Oulad Allal,Douar Ouled Allal,Oulad Allal,Ouled Allal		01	405		
2540279	Oulad ’Allal	oulad-allal	MA		0	Africa/Casablanca	34.91379	-2.75831				02	381		
2540280	Douar Oulad Allal	douar-oulad-allal	MA		0	Africa/Casablanca	34.46036	-5.19855		Douar Oulad Allal,Oulad Allal		03	531		
2540281	Douar Oulad Allal	douar-oulad-allal	MA		0	Africa/Casablanca	34.39946	-5.09033		Douar Oulad Allal,Oulad Allal,Ouled Allal		03	531		
2540283	Douar Oulad Alla	douar-oulad-alla	MA		0	Africa/Casablanca	34.76289	-2.29884		Douar Oulad Alla,Oulad Alla		02	113		
2540284	Oulad Alla	oulad-alla	MA		0	Africa/Casablanca	34.5267	-3.65003				02	265		
2540285	Oulad Ali Skhar	oulad-ali-skhar	MA		0	Africa/Casablanca	32.89865	-7.81906				06	461		
2540286	Oulad Ali Moussa	oulad-ali-moussa	MA		0	Africa/Casablanca	34.0594	-3.96868		Douar Oulad Ali Moussa,Oulad Ali Moussa		03	561		
2540287	Bou Faras	bou-faras	MA		0	Africa/Casablanca	34.71919	-3.89016		Bou Faras,Oulad Ali Fares		03	561		
2540292	Douar Oulad Ali Ben Nacer	douar-oulad-ali-ben-nacer	MA		0	Africa/Casablanca	31.98544	-7.68214		Douar Oulad Ali Ben Nacer,Oulad Ali Ben Nasser,Oulad Nasser,Oulal Ait Ben Nasseur,Oulal Aït Ben Nasseur,Ouled Ali Ben Nasseur		07	427		
2540293	Oulad Ali Ben Lahsene	oulad-ali-ben-lahsene	MA		0	Africa/Casablanca	34.16792	-4.15757		Douar Ouled Ali ben Lahsene,Oulad Ali Ben Lahsene		03	561		
2540294	Oulad Ali Ben Hammou	oulad-ali-ben-hammou	MA		0	Africa/Casablanca	34.92985	-3.38355				02	167		
2540295	Douar Oulad Ali Ben Cherif	douar-oulad-ali-ben-cherif	MA		0	Africa/Casablanca	34.42366	-4.92804		Douar Oulad Ali Ben Cherif,Oulad Ali Ben Cherif		03	531		
2540298	Oulad Aliyyane	oulad-aliyyane	MA		0	Africa/Casablanca	32.34534	-8.00906		Oulad Aliane,Oulad Aliyyane		07	427		
2540304	Douar Oulad Jilali	douar-oulad-jilali	MA		0	Africa/Casablanca	33.43604	-7.21723		Douar Oulad Jilali,Oulad Ali		06	111		
2540308	Oulad ’Ali	oulad-ali	MA		0	Africa/Casablanca	34.93593	-3.75395				02	167		
2540309	Oulad Ali	oulad-ali	MA		0	Africa/Casablanca	34.86	-4.73				01	051		
2540310	Oulad Ali	oulad-ali	MA		0	Africa/Casablanca	34.6598	-5.35201				01	405		
2540311	Oulad ’Ali	oulad-ali	MA		0	Africa/Casablanca	34.5388	-3.01773				02	533		
2540312	Douar Oulad Ali	douar-oulad-ali	MA		0	Africa/Casablanca	34.44594	-5.71807		Dar Oulad Ali,Douar Oulad Ali,Oulad Ali		04	481		
2540313	Oulad Ali	oulad-ali	MA		0	Africa/Casablanca	34.1	-4.15		Douar Ouled Ali,Oulad Ali		03	561		
2540314	Douar Oulad El Mehdi	douar-oulad-el-mehdi	MA		0	Africa/Casablanca	34.00216	-5.61426		Douar Oulad El Mehdi,Douar Oulad Madhi,Douar Ouled Mahdi,Oulad Ali,Ouled Mehdi		03	061		
2540315	Oulad Ali	oulad-ali	MA		0	Africa/Casablanca	33.46259	-3.97012				03	131		
2540316	Oulad Ali	oulad-ali	MA		0	Africa/Casablanca	32.67409	-8.805		Douar Ouled Ali,Oulad Ali,Ouled Ali		06	467		
2540317	Douar Oulad Ali	douar-oulad-ali	MA		0	Africa/Casablanca	32.64161	-9.11837		Douar Oulad Ali,Oulad Ali		07	431		
2540318	Douar Oulad Ali	douar-oulad-ali	MA		0	Africa/Casablanca	32.41159	-8.42329		Douar Oulad Ali,Oulad Ali,Ouled Ali		06	467		
2540319	Oulad Ali	oulad-ali	MA		0	Africa/Casablanca	32.2486	-8.79142		Douar Oulad Ali,Oulad Ali,Ouled Ali		07	431		
2540320	Douar Oulad Ali	douar-oulad-ali	MA		0	Africa/Casablanca	32.20105	-8.74268		Douar Oulad Ali,Oulad Ali,Ouled Ali		07	585		
2540321	Oulad Ali	oulad-ali	MA		0	Africa/Casablanca	32.08	-7.45				07	191		
2540322	Oulad ’ali	oulad-ali	MA		0	Africa/Casablanca	31.969	-7.13722		Douar Oulad Ali,Oulad 'ali,Oulad Ali,Oulad Sidi Kamel,Oulad ’ali,Ouled Ali		07	191		
2540323	Oulad A’li	oulad-a-li	MA		0	Africa/Casablanca	31.94696	-3.52724		Oulad A'li,Oulad Ali,Oulad A’li		08	201		
2540324	Oulad Ali	oulad-ali	MA		0	Africa/Casablanca	31.89828	-8.66149		Dar Oulad Ali,Douar Oulad Ali,Oulad Ali		07	585		
2540325	Oulad Ali	oulad-ali	MA		0	Africa/Casablanca	31.67375	-7.43546		Douar el Haj Ali,Douar el Hajj Ali,Oulad Ali		07	191		
2540326	Qacbat Ben ’Ali	qacbat-ben-ali	MA		0	Africa/Casablanca	31.44638	-4.2428		Oulad Ali,Ouled Ali,Qacbat Ben 'Ali,Qacbat Ben ’Ali		08	201		
2540327	Oulad Ali	oulad-ali	MA		0	Africa/Casablanca	30.99511	-9.32137				07	211		
2540328	Oulad Ali	oulad-ali	MA		0	Africa/Casablanca	30.51862	-8.68505				09	541		
2540329	Oulad Ali	oulad-ali	MA		0	Africa/Casablanca	29.93	-5.53				08	587		
2540332	Douar Oulad Allain	douar-oulad-allain	MA		0	Africa/Casablanca	34.21136	-4.48835		Douar Oulad Allain,Douar Ouled Alhem,Oulad Alhem		03	531		
2540333	Oulad al Haj Driss	oulad-al-haj-driss	MA		0	Africa/Casablanca	34.27637	-5.38016				03	531		
2540334	Oulad al Haj	oulad-al-haj	MA		0	Africa/Casablanca	34.06904	-3.95666				03	561		
2540335	Douar Oulad El Arbi Laourch	douar-oulad-el-arbi-laourch	MA		0	Africa/Casablanca	34.55088	-5.44789		Douar Oulad El Arbi Laourch,Oulad al 'Arabi,Oulad al 'Arbi,Oulad al ’Arabi,Oulad al ’Arbi		04	481		
2540336	Oulad al Afkir	oulad-al-afkir	MA		0	Africa/Casablanca	34.51755	-3.03272				02	533		
2540337	Oulad ’Akkou	oulad-akkou	MA		0	Africa/Casablanca	31.79782	-7.13702		Oulad 'Akkou,Oulad Akkou,Oulad ’Akkou		07	191		
2540339	Douar Qaraiya	douar-qaraiya	MA		0	Africa/Casablanca	34.31947	-4.70907		Douar Ouled Ajja,Douar Qaraiya,Oulad Ajja		03	531		
2540340	Douar Sajjala Oulad Ajana	douar-sajjala-oulad-ajana	MA		0	Africa/Casablanca	34.25294	-4.58696		Douar Ouled Ajana,Douar Sajjala Oulad Ajana,Oulad Ajana		03	531		
2540341	Oulad Abdelkarim	oulad-abdelkarim	MA		0	Africa/Casablanca	32.60356	-9.109		Douar Oulad Ait El Krim,Douar Oulad Aït El Krim,Oulad Abdelkarim,Oulad Ait El Krim,Oulad Aït El Krim		07	431		
2540342	Ibn Aïsset	ibn-aisset	MA		0	Africa/Casablanca	34.68009	-3.52244		Ibn Aisset,Ibn Aïsset,Ibu Aisset,Ibu Aïsset,Oulad Aissa,Oulad Aissat,Oulad Aïssa,Oulad Aïssat		02	167		
2540343	Douar Oulad Aissa Skhayra	douar-oulad-aissa-skhayra	MA		0	Africa/Casablanca	32.4231	-7.66089		Douar Oulad Aissa,Douar Oulad Aissa Skhayra,Douar Oulad Aïssa,Oulad Aissa Skhaira,Oulad Aïssa Skhaïra		07	427		
2540344	Douar Oulad Aissa El Oued	douar-oulad-aissa-el-oued	MA		0	Africa/Casablanca	32.45092	-7.66488		Douar Oulad Aissa,Douar Oulad Aissa El Oued,Douar Oulad Aïssa,Oulad Aissa,Oulad Aissa el Oued,Oulad Aïssa,Oulad Aïssa el Oued		07	427		
2540346	Dar Oulad Aïssa	dar-oulad-aissa	MA		0	Africa/Casablanca	32.75295	-7.40686				06	461		
2540353	Oulad Aïssa	oulad-aissa	MA		0	Africa/Casablanca	35.16436	-2.81107				02	381		
2540354	Oulad Aïssa	oulad-aissa	MA		0	Africa/Casablanca	35.03187	-3.24096				02	381		
2540355	Oulad Aïssa	oulad-aissa	MA		0	Africa/Casablanca	34.98813	-3.20701				02	167		
2540356	Oulad Aïssa	oulad-aissa	MA		0	Africa/Casablanca	34.33965	-6.08607		Douar Oulad Aissa,Douar Oulad Aïssa,Oulad Aissa,Oulad Aïssa		04	491		
2540357	Douar Ahl Aissa	douar-ahl-aissa	MA		0	Africa/Casablanca	34.26934	-5.01943		Ahl Aissa,Ahl Aïssa,Douar Ahl Aissa,Oulad Aissa,Oulad Aïssa		03	591		
2540358	Oulad Aïssa	oulad-aissa	MA		0	Africa/Casablanca	34.23326	-5.67965		Oulad Aissa,Oulad Aïssa,Ouled Aissa,Ouled Aïssa		04	481		
2540359	Oulad Aissa	oulad-aissa	MA		0	Africa/Casablanca	32.34681	-8.79461		Douar Oulad Aissa,Douar Oulad Aïssa,Oulad Aissa,Oulad Aïssa		07	431		
2540360	Oulad ’Issa	oulad-issa	MA		0	Africa/Casablanca	31.95812	-7.04725		Douar Oulad Aissa,Douar Oulad Aïssa,Oulad 'Issa,Oulad Aissa,Oulad Aïssa,Oulad Issa,Oulad ’Issa		05	081		
2540361	Oulad ’Issa	oulad-issa	MA		0	Africa/Casablanca	31.86611	-7.19775		Douar Oulad Aissa,Douar Oulad Aïssa,Oulad 'Issa,Oulad Aissa,Oulad Aïssa,Oulad Issa,Oulad ’Issa		07	191		
2540362	Oulad ’Ayssa	oulad-ayssa	MA		0	Africa/Casablanca	31.76503	-4.22257		Oulad 'Ayssa,Oulad Aissa,Oulad Aïssa,Oulad ’Ayssa,Ouled Aissa,Ouled Aïssa		08	201		
2540363	Oulad Aïssa	oulad-aissa	MA		0	Africa/Casablanca	31.58678	-9.24702		Douar Oulad Aissa,Douar Oulad Aïssa,Douar Oulad Ben Aissa,Douar Oulad Ben Aïssa,Oulad Aissa,Oulad Aïssa,Ouled Issa,Ulad Aisa		07	211		
2540364	Zaouïet Ouled Aïssa	zaouiet-ouled-aissa	MA		0	Africa/Casablanca	31.28101	-8.69219		Oulad Aissa,Oulad Aïssa,Ouled Aissa,Ouled Aïssa,Zaouiet Ouled Aissa,Zaouïet Ouled Aïssa		07	161		
2540365	Oulad Aïssa	oulad-aissa	MA		0	Africa/Casablanca	30.55358	-8.61515				09	541		
2540366	Oulad Aïd	oulad-aid	MA		0	Africa/Casablanca	33.51433	-3.63648		Oulad Aid,Oulad Aïd,Ouled Aid,Ouled Aïd		03	131		
2540369	Oulad Ahmida	oulad-ahmida	MA		0	Africa/Casablanca	32.43476	-7.25384		Douar Oulad Hamida,Oulad Ahmida		06	461		
2540370	Oulad Ahmed Mbark	oulad-ahmed-mbark	MA		0	Africa/Casablanca	31.51112	-9.15031		Oulad Abdellah Embarek,Oulad Ahmed Mbark,Ouled Abdellah M'bark,Ouled Abdellah M’bark		07	161		
2540371	Oulad Ahmed Mbark	oulad-ahmed-mbark	MA		0	Africa/Casablanca	31.51	-9.14				07	161		
2540372	Oulad Ahmed Ben Brahim	oulad-ahmed-ben-brahim	MA		0	Africa/Casablanca	32.01497	-7.78442		Douar Oulad Ahmed Ben Brahim,Oulad Ahmed Ben Brahim,Oulad Ahmed Brahim,Oulad Hamed-Brahim		07	427		
2540373	Douar Oulad Ahmed Ben Amer	douar-oulad-ahmed-ben-amer	MA		0	Africa/Casablanca	34.3168	-5.20578		Douar Oulad Ahmed Ben Amer,Oulad Ahmed Ben Amar		03	531		
2540374	Douar Oulad Ben Ali	douar-oulad-ben-ali	MA		0	Africa/Casablanca	32.26205	-9.18857		Douar Oulad Ahmed Ben Ali,Douar Oulad Ben Ali,Oulad Ahmad bou Ali,Oulad Ahmed Ben Ali		07	431		
2540378	Oulad Ahmed	oulad-ahmed	MA		0	Africa/Casablanca	35.00128	-6.11768		Douar Oulad Ahmed,Oulad Ahmed		04	281		
2540379	Douar Bni Mtarref	douar-bni-mtarref	MA		0	Africa/Casablanca	34.31156	-5.0392		Douar Bni Mtarref,Oulad Ahmed		03	531		
2540380	Douar Oulad Ahmed	douar-oulad-ahmed	MA		0	Africa/Casablanca	34.2728	-5.12221		Douar Oulad Ahmed,Oulad Ahmed,Oulad Hamed,Ouled Ahmed		03	591		
2540381	Oulad Ahmed	oulad-ahmed	MA		0	Africa/Casablanca	32.73562	-8.81282		Douar Ouled Ahmed,Oulad Ahmed		06	467		
2540382	Oulad Ahmed	oulad-ahmed	MA		0	Africa/Casablanca	32.46415	-6.53743				05	255		
2540383	Douar Oulad Ghalem	douar-oulad-ghalem	MA		0	Africa/Casablanca	32.30572	-6.74427		Douar Oulad Ghalem,Oulad Ahmed		05	255		
2540384	Oulad Ahmed	oulad-ahmed	MA		0	Africa/Casablanca	31.85	-7.56				07	427		
2540387	Oulad Bella guide	oulad-bella-guide	MA		0	Africa/Casablanca	31.71374	-8.00401		Douar Oulad Aguid,Douar Oulad Bel Aguid,Oulad Aguib,Oulad Bella guide		07	351		
2540388	Douar Lbazla	douar-lbazla	MA		0	Africa/Casablanca	34.45113	-4.68114		Douar Lbazla,Douar Oulad Afdil,Oulad Afdil		03	531		
2540391	Douar Ouolad Adiya	douar-ouolad-adiya	MA		0	Africa/Casablanca	34.27878	-5.37142		Douar Ouolad Adiya,Oulad Addia		03	531		
2540396	Oulad Abdesslam	oulad-abdesslam	MA		0	Africa/Casablanca	34.75552	-6.15163		Oulad Abd es Slam,Oulad Abdeslam,Oulad Abdesslam		04	281		
2540397	Oulad Abderrahmane	oulad-abderrahmane	MA		0	Africa/Casablanca	31.24046	-4.22342		Ksar Ouled Abderrahmane,Oulad Abderrahmane		08	201		
2540399	Oulad Abdenbi	oulad-abdenbi	MA		0	Africa/Casablanca	31.45	-4.25		Oulad Abdenbi,Ouled Abdanebi		08	201		
2540400	Oulad Abd Al Wahad	oulad-abd-al-wahad	MA		0	Africa/Casablanca	31.91629	-7.33568		Douar el Org,Douar el Ôrg,Oulad Abd Al Wahad,Oulad Abd el Ouad		07	191		
2540401	Oulad Abd el Moula	oulad-abd-el-moula	MA		0	Africa/Casablanca	31.32364	-8.77279		Oulad Abd el Moula,Ouled Abd el Moula		07	161		
2540402	Oulad Abdellah	oulad-abdellah	MA		0	Africa/Casablanca	33.54113	-3.64099		Oulad Abdallah,Oulad Abdellah		03	131		
2540404	Douar Oulad Abdelkarim	douar-oulad-abdelkarim	MA		0	Africa/Casablanca	34.83029	-2.29006		Douar Oulad Abdelkarim,Oulad Abd el Krim		02	113		
2540405	Douar Oulad Abdelkarim	douar-oulad-abdelkarim	MA		0	Africa/Casablanca	34.20206	-4.39191		Douar Oulad Abdelkarim,Douar Ouled Abd el Krim,Oulad Abd el Krim		03	531		
2540406	Oulad Abdelhaq El Khayya	oulad-abdelhaq-el-khayya	MA		0	Africa/Casablanca	35.00393	-5.18529		Oulad Abdelhak,Oulad Abdelhaq El Khayya		01	151		
2540407	Douar Ouled Abdh. Moussa	douar-ouled-abdh-moussa	MA		0	Africa/Casablanca	34.33711	-4.18483		Douar Ouled Abdallah Moussa,Douar Ouled Abdh. Moussa,Oulad Abdallah Moussa		03	561		
2540408	Douar Oulad Ben Mbarek	douar-oulad-ben-mbarek	MA		0	Africa/Casablanca	31.78605	-9.20809		Douar Oulad Ben Mbarek,Douar el Bouei Ben Ammar,Oulad Abdallah el Bouiri		07	211		
2540409	Oulad Abdallah Barraho	oulad-abdallah-barraho	MA		0	Africa/Casablanca	33.92851	-5.46625		Oulad Abdallah Barraho,Oulad Ben Raho		03	061		
2540412	Douar Oulad Abdellah	douar-oulad-abdellah	MA		0	Africa/Casablanca	34.99851	-4.46944		Douar Oulad Abdellah,Oulad Abdallah,Ulad Abd-El-lah		01	051		
2540413	Oulad Abdallah	oulad-abdallah	MA		0	Africa/Casablanca	34.73	-4.55				01	051		
2540414	Oulad Abdallah	oulad-abdallah	MA		0	Africa/Casablanca	34.68367	-6.06678		Douar Oulad Abdallah,Oulad Abdallah,Ouled Abdellah		04	281		
2540415	Oulad Abdallah	oulad-abdallah	MA		0	Africa/Casablanca	34.67957	-6.08825		Douar Oulad Abdallah,Oulad Abdallah,Ouled Abdellah		04	281		
2540416	Oulad Abdallah	oulad-abdallah	MA		0	Africa/Casablanca	34.50312	-4.55578		Oulad Abdallah,Ouled abdellah		03	531		
2540417	Oulad Abdallah	oulad-abdallah	MA		0	Africa/Casablanca	34.48834	-5.39993		Douar Oulad Abdallah,Oulad Abdallah,Ouled Abdellah		04	481		
2540418	Douar Oulad Abdellah	douar-oulad-abdellah	MA		0	Africa/Casablanca	34.38488	-4.48346		Douar Oulad Abdellah,Oulad Abdallah		03	531		
2540419	Oulad ’Abdallah	oulad-abdallah	MA		0	Africa/Casablanca	32.96352	-4.85009		Oulad 'Abdallah,Oulad Abdallah,Oulad ’Abdallah,Ouled Abdellah		08	363		
2540420	Oulad Abdallah	oulad-abdallah	MA		0	Africa/Casablanca	32.49323	-6.45078				05	255		
2540421	Oulad Abdellah	oulad-abdellah	MA		0	Africa/Casablanca	32.29922	-8.76928		Douar Oulad Abdallah,Oulad Abdallah,Oulad Abdellah		07	431		
2540422	Oulad Abdallah	oulad-abdallah	MA		0	Africa/Casablanca	32.10533	-7.60136		Ben Laaroussi,Ben Laâroussi,Douar Oulad Abdallah,Douar bel Aroussi,Oulad Abdallah		07	191		
2540423	Oulad Abdallah	oulad-abdallah	MA		0	Africa/Casablanca	31.95639	-7.6105				07	427		
2540622	Ougoug	ougoug	MA		0	Africa/Casablanca	30.09965	-8.19146		Aggoug,Ou Goug,Ouggoug,Ougoug		09	541		
2540424	Oulad Abdellah	oulad-abdellah	MA		0	Africa/Casablanca	31.64265	-8.57445		Douar Ouled Abdallah,Oulad Abdallah,Oulad Abdellah,Ouled Abdallah,Ouled Abdellah		07	161		
2540431	Oulad Abbou	oulad-abbou	MA		0	Africa/Casablanca	35.43909	-5.97149		Oulad Abbou,Oulad Abou		01	511		
2540432	Oulad Abbou	oulad-abbou	MA		0	Africa/Casablanca	32.40408	-8.83812		Douar Oulad Abbou,Oulad Abbou,Ouled Abbou		07	431		
2540433	Douar Oulad Abid	douar-oulad-abid	MA		0	Africa/Casablanca	32.38596	-8.96179		Douar Oulad Abbou,Douar Oulad Abid,Oulad Abbou		07	431		
2540434	Oulad El Khabbazlya	oulad-el-khabbazlya	MA		0	Africa/Casablanca	32.18901	-8.74978		Douar Oulad Abbou,Oulad Abbou,Oulad El Khabbazlya		07	585		
2540435	Oulad Abbou	oulad-abbou	MA		0	Africa/Casablanca	31.68	-7.73		Douar Oulad Abbou,Oulad Abbou,Ouled Abbou Adraa,Ouled Abbou Adraâ		07	427		
2540436	Oulad Abbou	oulad-abbou	MA		0	Africa/Casablanca	30.63	-8.45		Ksar Oulad Abbou,Oulad Abbou		09	541		
2540437	Aït ’Abbou	ait-abbou	MA		0	Africa/Casablanca	30.56451	-8.4154		Ait 'Abbou,Aït ’Abbou,Oulad Abbou		09	541		
2540438	Oulad Abbou	oulad-abbou	MA		0	Africa/Casablanca	30.40904	-8.87176				09	541		
2540442	Douar Oulad Abbas	douar-oulad-abbas	MA		0	Africa/Casablanca	32.33552	-8.66975		Douar Oulad Abbas,Douar Ouled Abbes,Douar Ouled Abbès,Oulad Abbes,Oulad abes		07	431		
2540443	Qçar Oulad El ’Abbas	qcar-oulad-el-abbas	MA		0	Africa/Casablanca	32.08138	-3.03181		Oulad Abbes,Qcar Oulad El 'Abbas,Qçar Oulad El ’Abbas		02	251		
2540444	Douar Oulad Abbas Legdayyeb	douar-oulad-abbas-legdayyeb	MA		0	Africa/Casablanca	31.96232	-8.44863		Douar Oulad Abbas Legdayyeb,Douar Oulad Abbes,Douar Oulad Abbès,Oulad Abbes		07	585		
2540446	Douar Oulad Abba	douar-oulad-abba	MA		0	Africa/Casablanca	32.06463	-9.05678		Douar Oulad Abba,Oulad Abba		07	431		
2540451	Ouksir	ouksir	MA		0	Africa/Casablanca	30.69514	-9.70436		Aouksir,Ougsir,Ouksir,Oukssir		09	001		
2540452	Oukris	oukris	MA		0	Africa/Casablanca	29.19268	-10.30762		Oukris,Ucariz		10	473		
2540454	Oukhribene	oukhribene	MA		0	Africa/Casablanca	30.88717	-8.95331		Oukhriben,Oukhribene,Oukhribèn		09	541		
2540455	Akhlissane	akhlissane	MA		0	Africa/Casablanca	30.13488	-8.86464		Akhlissane,Oukhliessen,Oukhliessene,Oukhliessèn		09	541		
2540457	Oukhit	oukhit	MA		0	Africa/Casablanca	31.46659	-4.64357				08	201		
2540465	Ouchkoul	ouchkoul	MA		0	Africa/Casablanca	31.86535	-6.63721		Ouchkoul,Oukechoud		05	081		
2540468	Oukaïmedene	oukaimedene	MA		4440	Africa/Casablanca	31.20603	-7.86089		Oukaimden,Oukaimeden,Oukaimedene,Oukaïmden,Oukaïmeden,Oukaïmedene,Oukkainrdem,Ukajmden,Укаймден		07	351		
2540469	Oukaïa	oukaia	MA		0	Africa/Casablanca	31.08524	-7.51253		Ouaoukaia,Ouaoukaya,Ouaoukaïa,Ouhais,Ouhaïs,Oukaia,Oukaïa		08	401		
2540478	Oujdia	oujdia	MA		0	Africa/Casablanca	34.9	-4.13				01	051		
2540483	Oujda-Angad	oujda-angad	MA		405253	Africa/Casablanca	34.68139	-1.90858		OUD,Oudja,Oudjda,Ouja,Oujda,Oujda-Angad,Ucda,Udzda,Udzhda,Udžda,Ugda,Ujda,Uĝda,Wadzda,Wadżda,Wejda,ujida,wgdh,wjdh,wjdt,wjdt-anjad,wjdt-ankad,wu ji da,Уджда,Уджда қаласы,Уџда,וגדה,وجدة,وجدة-أنجاد,وجدة-أنكاد,وجده,وجدہ,ウジダ,乌季达,우지다	02	02	411	0841101231	
2540487	Ouizmaïne	ouizmaine	MA		0	Africa/Casablanca	29.8478	-7.69731				09	551		
2540489	Wislane	wislane	MA		0	Africa/Casablanca	30.15933	-8.38856		Ouizlane,Wislane		09	541		
2540494	Ouizert	ouizert	MA		0	Africa/Casablanca	32.86479	-4.08869		Ouizert,Ouizret		03	131		
2540499	Wislane	wislane	MA		0	Africa/Casablanca	30.22497	-8.38006		Ouislane,Wislane		09	541		
2540501	Ouiskdou	ouiskdou	MA		0	Africa/Casablanca	31.52252	-7.47363		Ouis Kdou,Ouis Keddou,Ouiskdou,Ouissgado		07	041		
2540503	Ouisgane	ouisgane	MA		0	Africa/Casablanca	29.14834	-9.69471		Ouisgane,Ouzgane		10	261		
2540512	Ouirgane	ouirgane	MA		0	Africa/Casablanca	31.17766	-8.07329		Ouirgan,Ouirgane,Ouirgân		07	041	0704107112	
2540515	Wiyrane	wiyrane	MA		0	Africa/Casablanca	29.98178	-9.02228		Ouiran,Ouirane,Wiyrane		09	163		
2540519	Ouintla	ouintla	MA		0	Africa/Casablanca	29.53173	-8.54426		Ouintla,Wintha		09	551		
2540522	Ouintfeline	ouintfeline	MA		0	Africa/Casablanca	29.83	-8.7				09	541		
2540526	Wiyntsray	wiyntsray	MA		0	Africa/Casablanca	29.54205	-9.19804		Ouin l'Spraye,Ouin l'Sraya,Ouin l’Spraye,Ouin l’Sraya,Ountesrai,Ountesraï,Wiyntsray		09	581		
2540527	Ouinizrane	ouinizrane	MA		0	Africa/Casablanca	30.32431	-8.82639				09	541		
2540532	Ouinijgat	ouinijgat	MA		0	Africa/Casablanca	30.4	-7.06		Ouimjgat,Ouinetjgal,Ouinijgat		08	401		
2540533	Wi-n-Iguidar	wi-n-iguidar	MA		0	Africa/Casablanca	30.15288	-8.75057		Ouiniguider,Wi-n-Iguidar		09	541		
2540535	Ouinigui	ouinigui	MA		0	Africa/Casablanca	31.37252	-4.64284		Ouinguigui,Ouinigui		08	201		
2540538	Wi-n-Tatayine	wi-n-tatayine	MA		0	Africa/Casablanca	30.12256	-8.41533		Ouine Tatain,Ouine Tataïn,Wi-n-Tatayine		09	541		
2540539	Awinnas	awinnas	MA		0	Africa/Casablanca	31.12372	-8.78227		Awinnas,Ouines		07	161		
2540548	Wirzane	wirzane	MA		0	Africa/Casablanca	30.78067	-8.28651		Ouilzane,Ouilzzane,Wirzane		09	541		
2540549	Wayloulane	wayloulane	MA		0	Africa/Casablanca	29.7622	-8.64231		Ouiloulan,Ouiloulane,Ouïloulan,Wayloulane		09	551		
2540552	Ouikirano	ouikirano	MA		0	Africa/Casablanca	30.47971	-9.42623		Ouikiram,Ouikirane,Ouikirano		09	001		
2540554	Ouijjane	ouijjane	MA		0	Africa/Casablanca	29.62777	-9.53959		Ouijjane,Souk-Sebt-Ouijjane	0458111092	09	581	0458111092	
2540557	Wihlane	wihlane	MA		0	Africa/Casablanca	31.18112	-4.94415		Ouihalane,Ouihalene,Ouihlane,Wihlane		08	577		
2540558	Wiygrane	wiygrane	MA		0	Africa/Casablanca	31.25917	-7.65997		Ouigran,Ouigrane,Ouigrene,Ouîgrene,Wiygrane		07	041		
2540587	Ouguenguemt	ouguenguemt	MA		0	Africa/Casablanca	31.16209	-9.25083		Oiouguenguent,Ouguenguemt		07	161		
2540597	Douar Ougrar	douar-ougrar	MA		0	Africa/Casablanca	34.69564	-5.42101		Douar Ougrar,Ougrai,Ougrar,Ougraï		01	405		
2540599	Oughrane	oughrane	MA		0	Africa/Casablanca	29.14862	-10.1273		Ogran,Oughrane,Ougrane,Ourhrane,Ugran		10	473		
2540601	Ougouz	ougouz	MA		0	Africa/Casablanca	30.26466	-8.37309				09	541		
2540607	Ou Ggougane	ou-ggougane	MA		0	Africa/Casablanca	29.80617	-9.11198		Ou Ggougane,Ougouguene		09	163		
2540617	Agni	agni	MA		0	Africa/Casablanca	30.20401	-7.28482		Agni,Ougni		09	551		
2540620	Ouggine	ouggine	MA		0	Africa/Casablanca	31.65643	-7.3918		Boughnine,Ouggine,Ougguine,Oujgat		07	041		
2540629	Ougdalene	ougdalene	MA		0	Africa/Casablanca	30.88	-8.76		Ougdalen,Ougdalene,Ougdalèn		07	161		
2540631	Ougasset	ougasset	MA		0	Africa/Casablanca	34.5934	-4.90813		Ougasset,Ougassete		03	531		
2540632	Ougar	ougar	MA		0	Africa/Casablanca	30.7433	-9.69847		Ougar,Ougoura		09	001		
2540649	Oufnane	oufnane	MA		0	Africa/Casablanca	33.96271	-4.01928		Douar Oufnane,Oufnane		03	561		
2540651	Oufifes	oufifes	MA		0	Africa/Casablanca	30.89305	-8.49475				07	041		
2540657	Oufella Ou Assif	oufella-ou-assif	MA		0	Africa/Casablanca	30.75626	-7.30039		Afellah n'Ouassif,Afellah n’Ouassif,Oufella Ou Asif,Oufella Ou Assif		08	401		
2540664	Wafadna	wafadna	MA		0	Africa/Casablanca	31.37351	-7.51488		Oufadma,Wafadna		07	041		
2540667	Douar Ouezgane	douar-ouezgane	MA		0	Africa/Casablanca	34.7523	-5.49881		Douar Ouezgane,Ouezgana		01	405		
2540669	Bni Zid	bni-zid	MA		0	Africa/Casablanca	35.09061	-5.21722		Beni Zid,Bni Zid,Ouest		01	151		
2540685	Oulghazi	oulghazi	MA		0	Africa/Casablanca	32.09095	-5.74703		Ou el Ghazy,Ou el Rhazy,Oulghazi		08	363		
2540689	Oued Zem	oued-zem	MA		84910	Africa/Casablanca	32.8627	-6.57359		Wadi Zam,Wādī Zam,wad zm,wady zm,واد زم,وادي زم	0631101091	05	311	0631101091	
2540690	Douar Oued Zaroune	douar-oued-zaroune	MA		0	Africa/Casablanca	35.72843	-5.4376		Douar Oued Zaroune,Oued Zarjoune		01			
2540692	Oued Ouahar	oued-ouahar	MA		0	Africa/Casablanca	33.79455	-3.47123		Oouahar,Oued Ouahar,Oulad Ouaher		03	131		
2540694	Oued Nja	oued-nja	MA		0	Africa/Casablanca	34.00424	-5.18019				03	591		
2540697	Douar Oulad Malh	douar-oulad-malh	MA		0	Africa/Casablanca	34.76418	-5.88669		Douar Oued Malah,Douar Oulad Malh,Oued Malah,Oued al Malah		04	481		
2540698	Oued Laou	oued-laou	MA		0	Africa/Casablanca	35.4484	-5.09627		Oued Lahou,Oued Lao,Oued Laou,Oued Lou,Uad Lau,wady lw,وادي لو	1657101071	01	571	1657101071	
2540701	Oued Issene	oued-issene	MA		0	Africa/Casablanca	30.48	-9.26		Oued Issen,Oued Issene		09	541		
2540704	Oued el Himer	oued-el-himer	MA		0	Africa/Casablanca	34.44897	-1.9006		El-Heimer,Oued el Haimer,Oued el Haïmer,Oued el Heimer,Oued el Heïmer,Oued el Himer,Ued el Heimer		02	275		
2540706	Oulad El Caid	oulad-el-caid	MA		0	Africa/Casablanca	35.01765	-2.95114		Oued el Caid,Oulad El Caid		02	381		
2540710	Douar Lkaddane	douar-lkaddane	MA		0	Africa/Casablanca	35.65264	-5.456		Douar Lkaddane,El Keddane,Oueddane		01	571		
2540712	Oued Beth Bataille	oued-beth-bataille	MA		0	Africa/Casablanca	33.87851	-5.93153				04	291		
2540713	Oued Bers	oued-bers	MA		0	Africa/Casablanca	32.98194	-8.015				06	461		
2540714	Oued Aslil	oued-aslil	MA		0	Africa/Casablanca	34.12697	-4.24231		Douar Oued Aslil,Oued Aslil		03	561		
2540716	Oued Amlil	oued-amlil	MA		0	Africa/Casablanca	34.2	-4.28			1556101051	03	561	1556101051	
2540720	Oudsemlalt	oudsemlalt	MA		0	Africa/Casablanca	29.61	-10				10	473		
2540737	Douar Loudiniyyine	douar-loudiniyyine	MA		0	Africa/Casablanca	34.99481	-6.07361		Douar Loudiniyyine,Loudinene,Oudinine		04	281		
2540741	Oudidi	oudidi	MA		0	Africa/Casablanca	32.00786	-5.08924		Ou Deddi,Oudidi		08	201		
2540749	Wadiz	wadiz	MA		0	Africa/Casablanca	30.66938	-8.27753		Odaiz,Ouddiz,Wadiz		09	541		
2540751	Ouddif	ouddif	MA		0	Africa/Casablanca	30.99658	-8.30382				07	041		
2540756	Oudane	oudane	MA		0	Africa/Casablanca	31.19234	-7.13147				08	401		
2540758	Oudaya	oudaya	MA		0	Africa/Casablanca	34.03161	-6.83582		Al Wadayah,Al Wadāyah,Kasba des Oudaia,Kasba des Oudaias,Kasba des Oudaïa,Kasba des Oudaïas,Oudaia,Oudaias,Oudaya,Oudaïa,Oudaïas,alwdayt,الوداية		04	421		
2540772	Ouch Filene	ouch-filene	MA		0	Africa/Casablanca	31.20458	-8.11037		Ouch Filen,Ouch Filene,Ouch Filèn		07	041		
2540775	Ouchehane	ouchehane	MA		0	Africa/Casablanca	29.61656	-9.33316		Ouchehane,Ouchen,Ouchen n'Tlilis,Ouchen n’Tlilis,Ouchene,Ouchene n'Tlilis,Ouchene n’Tlilis		09	581		
2540778	Ouchene	ouchene	MA		0	Africa/Casablanca	29.65	-9.33		Ouchen,Ouchene		09	581		
2540790	Ouchchene	ouchchene	MA		0	Africa/Casablanca	29.66751	-9.54171		Duchane,Ouchchen,Ouchchene		09	581		
2540791	Douar Ouchchanene	douar-ouchchanene	MA		0	Africa/Casablanca	35.10698	-3.61901		Douar Ouchchanene,Ouchchanene,Ouchchânene		02	167		
2540801	Oubdir	oubdir	MA		0	Africa/Casablanca	31.4954	-7.60206				07	041		
2540806	Douar Badine	douar-badine	MA		0	Africa/Casablanca	31.68233	-8.21671		Douar Badine,Oubadine		07	351		
2540810	Ouezzane	ouezzane	MA		58684	Africa/Casablanca	34.79584	-5.57849		Ouazzane,Ouezzane,Quazzane,Uazan,Uazán,Wazzan	405	01	405		
2540829	Ouatfrah	ouatfrah	MA		0	Africa/Casablanca	31.37658	-9.08572		Ouatfert,Ouatfrah,Oued Ferh		07	161		
2540833	Ou Assouane	ou-assouane	MA		0	Africa/Casablanca	30.23648	-8.19231		Ou Assouane,Ou Aswane		09	541		
2540834	Wassiwn	wassiwn	MA		0	Africa/Casablanca	30.7517	-7.86539		Ouassioun,Wassiwn		09	541		
2540837	Ouassentout	ouassentout	MA		0	Africa/Casablanca	31.09041	-8.18568				07	041		
2540844	Douar Ouarziyene	douar-ouarziyene	MA		0	Africa/Casablanca	35.11089	-5.55755		Douar Ouarziyene,Ouarziene		01	331		
2540850	Ouarzazat	ouarzazat	MA		57245	Africa/Casablanca	30.91894	-6.89341		OZZ,Ouarzazat,Ouarzazate,Ouarzazte,Ouorzazate,Uarzazat,Uarzazatas,Varzazat,Warzazat,Warzāzāt,wrzazat,wrzzat,Варзазат,Уарзазат,ورزازات,ورززات	401	08	401		
2540851	Ouartisene	ouartisene	MA		0	Africa/Casablanca	32.99028	-5.38622				05	301		
2540852	Douar Ouartas	douar-ouartas	MA		0	Africa/Casablanca	34.89834	-2.29936		Douar Ouartas,Ouartass,Ououtasse		02	113		
2540856	Ouarourhad	ouarourhad	MA		0	Africa/Casablanca	31.17295	-8.52706		Ouarourhad,Ououarouhad		07	161		
2540858	Ouaroun	ouaroun	MA		0	Africa/Casablanca	28.94717	-10.16447		Ouaaroun Sahel,Ouaroun,Ouâaroun Sahel		10	261		
2540860	Ouarmout	ouarmout	MA		0	Africa/Casablanca	35.21035	-5.77398		Auarmut,Ouarmate,Ouarmoud,Ouarmout,Ouarnout		01	331		
2540866	Warid	warid	MA		0	Africa/Casablanca	31.85112	-6.90185		Ouarit,Warid		05	081		
2540869	Douar Ouarialt	douar-ouarialt	MA		0	Africa/Casablanca	31.25942	-8.08608		Douar Ouarialt,Ouarialt,Ouarialte,Warialt		07	041		
2540870	Waghilas	waghilas	MA		0	Africa/Casablanca	30.1452	-8.93289		Ouarhilles,Waghilas		09	541		
2540872	Ouarhennchoucht	ouarhennchoucht	MA		0	Africa/Casablanca	30.63881	-8.82698		Ouarhenchoucht,Ouarhennchoucht		09	541		
2540874	Ouarguine	ouarguine	MA		0	Africa/Casablanca	34.2081	-3.92964		Douar Ouarguine,Ouanguine,Ouarguine		03	561		
2540875	Ouarguesmou	ouarguesmou	MA		0	Africa/Casablanca	32.09836	-7.00047				05	081		
2540877	Ouargazene	ouargazene	MA		0	Africa/Casablanca	35.15515	-5.67528		Orghazene,Ouargazene		01	331		
2540879	Bou Argane	bou-argane	MA		0	Africa/Casablanca	31.16088	-9.39558		Agnane,Bou Argane,Ouargane		07	211		
2540885	Waramdaz	waramdaz	MA		0	Africa/Casablanca	30.04002	-8.44649		Ouaramdaz,Ouaremdaz,Waramdaz,Waramdoz,Warmdaze		09	541		
2540889	Ouardouz	ouardouz	MA		0	Africa/Casablanca	33.23983	-5.89712				05	301		
2540895	Bir Louard	bir-louard	MA		0	Africa/Casablanca	33.3144	-7.01982		Bir Louard,Bir el Ouard		06	111		
2540896	Ouarchedik	ouarchedik	MA		0	Africa/Casablanca	31.26329	-6.15955		Ouarchdiq,Ouarchedik		08	577		
2540898	Ouarrala	ouarrala	MA		0	Africa/Casablanca	34.8202	-2.21033		Ouararhat,Ouararhate,Ouarrala,Ouraghat		02	411		
2540899	Waramdane	waramdane	MA		0	Africa/Casablanca	30.15654	-8.81285		Ouaramdane,Waramdane		09	541		
2540902	Ou Araf	ou-araf	MA		0	Africa/Casablanca	32.92281	-5.00657				08	363		
2540907	Wawzrout	wawzrout	MA		0	Africa/Casablanca	30.66789	-7.8695		Aouazroute,Ouaouzrout,Wawzrout		09	541		
2540910	Wawzougart	wawzougart	MA		0	Africa/Casablanca	30.80058	-7.84844		Ouaouzgarte,Ouaouzouart,Ouaouzougart,Wawzougart		09	541		
2540912	Wawzguert	wawzguert	MA		0	Africa/Casablanca	31.17894	-8.94177		Ouaouzgert,Ouzgert,Wawzguert		07	161		
2540913	Wawzert	wawzert	MA		0	Africa/Casablanca	32.50804	-3.64873		Ouaouzert,Wawzert		02	251		
2540914	Ouaouzagour	ouaouzagour	MA		0	Africa/Casablanca	30.67505	-6.14851		Ouaouzagour,Ouazagour		08	587		
2540915	Wawtilt	wawtilt	MA		0	Africa/Casablanca	29.09834	-9.89626		Ouaoutelt,Wawtilt		10	261		
2540917	Ouaoussinet	ouaoussinet	MA		0	Africa/Casablanca	31.58187	-6.93011				05	081		
2540918	Ouaoussekht	ouaoussekht	MA		0	Africa/Casablanca	30.65432	-9.1456		Ouaoujajdit,Ouaoussekht		09	541		
2540930	Ourika Wawrmas	ourika-wawrmas	MA		0	Africa/Casablanca	30.71842	-6.53738		Ouanka Ouaourmas,Ouanka Wawrmas,Ouaourmas,Ourika,Ourika Wawrmas		08	587		
2540932	Ouaourit	ouaourit	MA		0	Africa/Casablanca	30.95	-5.75				08	587		
2540935	Wawaryout	wawaryout	MA		0	Africa/Casablanca	32.28704	-5.67274		Ouaourioud,Wawaryout		05	091		
2540936	Douar Ouaourhinnt	douar-ouaourhinnt	MA		0	Africa/Casablanca	32.12126	-7.04755		Douar Ouaourhinnt,Ouaourint		05	081		
2540939	Ouaroughrout	ouaroughrout	MA		0	Africa/Casablanca	30.09935	-6.87382		Ouaourhrout,Ouaroughrout,Wargout		09	551		
2540940	Wawrgout	wawrgout	MA		0	Africa/Casablanca	30.58742	-7.73464		Anaouargoute,Ouaourgout,Wawrgout		09	541		
2540942	Ouaourarad	ouaourarad	MA		0	Africa/Casablanca	29.39484	-9.44699				10	473		
2540943	Ouaounsaout	ouaounsaout	MA		0	Africa/Casablanca	30.8998	-8.7183				07	161		
2540947	Wawmikart	wawmikart	MA		0	Africa/Casablanca	32.00975	-4.7849		Ouaoumikert,Wawmikart		08	201		
2540950	Ouaoumeloud	ouaoumeloud	MA		0	Africa/Casablanca	31.34429	-6.5119				08	401		
2540953	Aït Ouaoumana	ait-ouaoumana	MA		0	Africa/Casablanca	32.71029	-5.8063		Ait Ouaoumana,Aït Ouaoumana,Dechra Ouaoumana,Ouaoumana		05	301		
2540956	Ouaoulouz	ouaoulouz	MA		0	Africa/Casablanca	30.117	-7.17509				09	551		
2540960	Ouaouklid	ouaouklid	MA		0	Africa/Casablanca	29.63373	-8.71506		Aoukh,Ouaouclid,Ouaouklid		09	581		
2540961	Wawkil	wawkil	MA		0	Africa/Casablanca	32.05709	-6.27636		Ouaoukit,Wawkil		05	081		
2540964	Douar Wawrakhsene	douar-wawrakhsene	MA		0	Africa/Casablanca	33.91091	-4.39351		Douar Wawrakhsene,Ouaoukhsene,Ouaourakhsen		03	561		
2540967	Ouaouizert	ouaouizert	MA		0	Africa/Casablanca	31.84806	-6.91702				05	081		
2540968	Ouaouizerht	ouaouizerht	MA		0	Africa/Casablanca	34.8	-2.56		Ouaouizarht,Ouaouizerht,Ouaouizerhte		02	113		
2540969	Ouaouizerht	ouaouizerht	MA		0	Africa/Casablanca	34.78	-4.08				03	561		
2540970	Douar Ouaouizelt	douar-ouaouizelt	MA		0	Africa/Casablanca	31.34581	-8.16327		Douar Ouaouizelt,Ouaouezlet,Ouaouizelt		07	041		
2540973	Wawizaght	wawizaght	MA		0	Africa/Casablanca	32.15857	-6.35337		Ouaouizarht,Ouaouizarhte,Ouaouizert,Uauizart,Wawizaght		05	081		
2540974	Ouaouizakht	ouaouizakht	MA		0	Africa/Casablanca	31.50648	-7.39899		Oua oua Sghate,Ouaouizakht,Ouaouizerkht		07	041		
2540979	Ouaouguinekht	ouaouguinekht	MA		0	Africa/Casablanca	30.43476	-7.07873		Ouaouguinekht,Ouaouguinekhte,Wawguineght		08	401		
2540981	Ouaouglout	ouaouglout	MA		0	Africa/Casablanca	30.83	-5.51				08	587		
2540982	Ouaougdimt	ouaougdimt	MA		0	Africa/Casablanca	30.73451	-8.16276				09	541		
2540990	Wawfenngha	wawfenngha	MA		0	Africa/Casablanca	30.32424	-8.55335		Ouaoufennrha,Ouaoufenrha,Wawfengha,Wawfenngha		09	541		
2540994	Ouaouchi	ouaouchi	MA		0	Africa/Casablanca	31.62588	-6.22064		Ouaouchi,Ouaouchki		08	577		
2540997	Wawarg	wawarg	MA		0	Africa/Casablanca	30.98422	-7.92531		Ouaouareg,Ouaouarg,Ouaourik,Wawarg		09	541		
2540998	Wanzoukiy	wanzoukiy	MA		0	Africa/Casablanca	30.23829	-8.46961		Ouanzouki,Wanzoukiy		09	541		
2540999	Imi Wanziz	imi-wanziz	MA		0	Africa/Casablanca	31.112	-8.85989		Imi Wanziz,Ouanziz,Zaouia Imi Ouanziz,Zaouïa Imi Ouanziz		07	161		
2541000	Ouanzift	ouanzift	MA		0	Africa/Casablanca	29.1378	-9.57265				10	261		
2541001	Wanzid	wanzid	MA		0	Africa/Casablanca	31.03403	-8.80654		Ouamzid,Ouanzid,Wanzid		07	161		
2541013	Ouanitkh	ouanitkh	MA		0	Africa/Casablanca	31.81819	-6.79078				05	081		
2541016	Wanina	wanina	MA		0	Africa/Casablanca	31.48284	-7.72049		Ouanina,Wanina		07	041		
2541022	Wanamsa	wanamsa	MA		0	Africa/Casablanca	30.13628	-8.91338		Ouanemsa,Wanamsa		09	541		
2541024	Wandghigh	wandghigh	MA		0	Africa/Casablanca	31.02573	-8.95209		Guanchkir,Ouandrir,Wandghigh		07	161		
2541034	Ouamseguert	ouamseguert	MA		0	Africa/Casablanca	30.81951	-9.3012		Aounsguerte,Ouamseguert,Ouaouinsguert		09	001		
2541058	Walgou	walgou	MA		0	Africa/Casablanca	31.05605	-8.91001		Oualougou,Walgou		07	161		
2541059	Walmou	walmou	MA		0	Africa/Casablanca	30.1146	-8.85651		Oualmou,Walmou		09	541		
2541063	Wallal	wallal	MA		0	Africa/Casablanca	32.2498	-4.62395		Guallal,Ouallal,Wallal		08	363		
2541065	Ali Widir	ali-widir	MA		0	Africa/Casablanca	32.26013	-5.63927		Ali Widir,Ou Ali Ou Idir		05	091		
2541068	Oualidia	oualidia	MA		5826	Africa/Casablanca	32.73372	-9.03059		El Oualidia,Kasba Oualidia,Koudia Oualidia,Oualidiya,Qasbah al Walidiyah,Qaşbah al Walīdīyah,Qualidia,Ualidija,Уалидия		06	181		
2541069	Oualga	oualga	MA		0	Africa/Casablanca	29.46	-9.73		Boualga,Ouaalga,Oualga,Ouaâlga		10	473		
2541070	Oualeurh	oualeurh	MA		0	Africa/Casablanca	32.90459	-5.02813				08	363		
2541072	Oualeksene	oualeksene	MA		0	Africa/Casablanca	30.30227	-8.44967		Oualeksen,Oualeksene,Oualeksèn,Walkassine,Walkessine		09	541		
2541078	Wakrmad	wakrmad	MA		0	Africa/Casablanca	29.86576	-8.83288		Ouakourmad,Ouakourmâd,Wakrmad		09	541		
2541080	Ouaklim Oukider	ouaklim-oukider	MA		0	Africa/Casablanca	31.44537	-5.54954		Ouaklim,Ouaklim Oukider,Wakline		08	577		
2541091	Ouaïsselane	ouaisselane	MA		0	Africa/Casablanca	34.79465	-4.86238		Ouaisselane,Ouaselane,Ouaïsselane		03	531		
2541092	Ou Aïssa	ou-aissa	MA		0	Africa/Casablanca	32.26834	-4.89378				08	363		
2541098	Ouai Hourri	ouai-hourri	MA		0	Africa/Casablanca	30.42004	-9.49459		Ouai Hourri,Oual Moeri		09	001		
2541100	Wayfirt	wayfirt	MA		0	Africa/Casablanca	31.44223	-7.53813		Ouaifir,Ouaifirte,Ouayfirte,Wayfirt		07	041		
2541102	Ouahlili	ouahlili	MA		0	Africa/Casablanca	31.23	-7.18				08	401		
2541103	Douar Ouahrane	douar-ouahrane	MA		0	Africa/Casablanca	35.05664	-4.44535		Douar Ouahrane,Ouaharane,Ouahrane,Uaharan		01	051		
2541107	Quahamani	quahamani	MA		0	Africa/Casablanca	29.81619	-9.44997		Oiarhmani,Ouahamani,Oïarhmani,Quahamani		09	581		
2541109	Waguejdit	waguejdit	MA		0	Africa/Casablanca	31.32913	-7.84821		Aguejdide,Douar Ouaguejdit,Ouaguejdit,Waguejdit		07	041		
2541129	Ouadmast	ouadmast	MA		0	Africa/Casablanca	31.22427	-8.1761		Ouadmast,Ouamasdt,Ouamssete,Ouamssète		07	041		
2541134	Douar Louaddiyine	douar-louaddiyine	MA		0	Africa/Casablanca	35.33863	-5.44397		Douar Louaddiyine,Ouadiene		01	571		
2541135	Ouadiene	ouadiene	MA		0	Africa/Casablanca	34.95	-4.88				01	151		
2541145	Oued Asla	oued-asla	MA		0	Africa/Casablanca	35.45282	-5.61899		Douar Oued Asla,Ouadasla,Ouadi Asla,Oued Asla		01	571		
2541152	Ou-’Abid Allah	ou-abid-allah	MA		0	Africa/Casablanca	32.63313	-5.87923		Ou-'Abid Allah,Ou-’Abid Allah,Ouabidallah,Ouabidellah		05	091		
2541155	Sidi Mohamed Ou Abdallah	sidi-mohamed-ou-abdallah	MA		0	Africa/Casablanca	31.59942	-7.25548		Ou Abdallah,Sidi Mohamed Ou Abdallah		07	041		
2541167	Omar Ben Seba	omar-ben-seba	MA		0	Africa/Casablanca	31.93	-8.56		Dar Oma Ben Seba,Douar Omar Ben Seba,Omar Ben Seba		07	585		
2541168	Douar Ben Abbis	douar-ben-abbis	MA		0	Africa/Casablanca	31.74352	-8.47236		Douar Ben Abbis,Omar-ben-Abbes		07	585		
2541185	Ochenene	ochenene	MA		0	Africa/Casablanca	35.19723	-3.91696		Ochenen,Ochenene		01	051		
2541186	Océan	ocean	MA		0	Africa/Casablanca	34.02275	-6.84897		Al Muhit,Al Muḩīţ,L'Ocean,L’Océan,Ocean,Océan,Quartier de l'Ocean,Quartier de l’Océan,almhyt,المحيط		04	421		
2541188	Kasba et Torch	kasba-et-torch	MA		0	Africa/Casablanca	34.26	-3.30727		Kasba Torch,Kasba et Torch,Oasbat at Torch		02	265		
2541191	Nzalet Mouka	nzalet-mouka	MA		0	Africa/Casablanca	32.09978	-8.22597				07	427		
2541192	Nzalet Hamiri	nzalet-hamiri	MA		0	Africa/Casablanca	32.35	-8.1				07	427		
2541193	Nzalat Sidi Bouhya	nzalat-sidi-bouhya	MA		0	Africa/Casablanca	32.27572	-7.64894		Nzala Arracha,Nzala Arrarcha,Nzalat Sidi Bouhya,Nzalel el Hararcha,Nzalet el Hararcha,Nzalete el Hararcha		07	191		
2541194	Nzalat Laadam	nzalat-laadam	MA		0	Africa/Casablanca	32.10391	-7.94733		N'Zalet el Aadam,Nzala el Adhem,Nzalat Laadam,Nzalet el Adam,Nzalet el Adame,N’Zalet el Aâdam		07	427		
2541195	Nzala Ghedira Al Khecheb	nzala-ghedira-al-khecheb	MA		0	Africa/Casablanca	32.0728	-8.18091		Nzala Ghedira Al Khecheb,Nzala Rhedira el Khecheb,Nzalet Chmeida,Nzalet Chmeïda		07	427		
2541196	Nzalet Bou Sebla	nzalet-bou-sebla	MA		0	Africa/Casablanca	32.20647	-8.05175		Nzala bou Sebla,Nzalet Bou Sebla,Nzalete bou Sebla		07	427		
2541197	Douar Nzalt Mhamed Ben El Maati	douar-nzalt-mhamed-ben-el-maati	MA		0	Africa/Casablanca	32.14462	-8.28163		Douar Nzalt Mhamed Ben El Maati,Nzala Mohammed Ben Maati,Saib Maati,Saïb Maati		07	585		
2541198	Nzala el Oudaïa	nzala-el-oudaia	MA		0	Africa/Casablanca	34.07032	-5.32662		Nezala,Nzala des Oudaya,Nzala el Oudaia,Nzala el Oudaïa		03	591		
2541199	Nzalat Bni Amar	nzalat-bni-amar	MA		0	Africa/Casablanca	34.12238	-5.42903		Lonelja,Nzala Beni Amar,Nzala Beni Ammar,Nzala des Beni-Ammar,Nzalat Bni Amar		03	061		
2541201	Douar Nzalet Oueld Echchalh	douar-nzalet-oueld-echchalh	MA		0	Africa/Casablanca	32.10893	-8.25789		Douar Nzalet Oueld Echchalh,Nzala		07	585		
2541202	Nzala	nzala	MA		0	Africa/Casablanca	31.46032	-8.28074		Douar Nzala,Nzala,Nzala Kedima,Nzala Kédima		07	351		
2541203	Nzaia	nzaia	MA		0	Africa/Casablanca	31.3977	-8.66399		Nzaia,Nzala		07	161		
2541204	Alla-n-Oumzil	alla-n-oumzil	MA		0	Africa/Casablanca	30.97887	-8.15916		Alla-n-Oumzil,Nzala		07	041		
2541208	Douar Njara	douar-njara	MA		0	Africa/Casablanca	32.4079	-9.01834		Douar Njara,Douar Nyara,N'jara,Njajra,Nyara,N’jara,Sept Nyara		07	431		
2541210	Zawyat an Nwaçer	zawyat-an-nwacer	MA		12696	Africa/Casablanca	33.37981	-7.61932		Nouaceur,Nouaseur,Nwacer,Nwaçer,Zawyat an Nwacer,Zawyat an Nwaçer		06	385		
2541231	N’Salah	n-salah	MA		0	Africa/Casablanca	29.67	-9.87		N'Salah,N'Salah Bammou,N’Salah,N’Salah Bammou		09	581		
2541234	Rougalt	rougalt	MA		0	Africa/Casablanca	31.55406	-6.60072		N'Rhougoult,N’Rhougoult,Rougalt		05	081		
2541237	Nousroun	nousroun	MA		0	Africa/Casablanca	31.71974	-6.90518				05	081		
2541238	Bnou Sim	bnou-sim	MA		0	Africa/Casablanca	35.4617	-5.46213		Bnou Sim,Nousene,Nousine		01	571		
2541239	Nousene	nousene	MA		0	Africa/Casablanca	35.46	-5.45				01	571		
2541246	Nouinouache	nouinouache	MA		0	Africa/Casablanca	35.79597	-5.72857		El Naouinouich,Nouennech,Nouinouache,Nounouech,Noûnouech		01	227		
2541266	Nouasser Ben Nacer	nouasser-ben-nacer	MA		0	Africa/Casablanca	34.62121	-6.22196		Anoicer,Douar Nouasseur,Nouasser,Nouasser Ben Nacer,Nouasseur		04	281		
2541267	Nouasser	nouasser	MA		0	Africa/Casablanca	31.91906	-9.06903		Nouasser,Oulad Nouaser		07	431		
2541268	Nouasser	nouasser	MA		0	Africa/Casablanca	30.04945	-9.57628				09	163		
2541273	Douar Nouanoua	douar-nouanoua	MA		0	Africa/Casablanca	35.53455	-5.58897		Douar Nouanoua,Noua Noua		01	571		
2541278	Douar Nouama	douar-nouama	MA		0	Africa/Casablanca	31.81476	-9.25145		Douar Nouama,Douar Sidi Kaddour,Nouama		07	211		
2541282	Nwaji	nwaji	MA		0	Africa/Casablanca	31.96599	-7.09988		Douar Nouaji Oulad Lahouel,Nouaji,Nouaji Oulad Lahouel,Nouaji Oulad Lahoul,Nwaji,Nwaji Oulad Lahwel,Ouled l'hou,Ouled l’hou		07	191		
2541284	Nouaji	nouaji	MA		0	Africa/Casablanca	33.93	-5.43		Nouadji,Nouaji		03	061		
2541288	Nouafla	nouafla	MA		0	Africa/Casablanca	34.34256	-5.65954				04	481		
2541292	Nosoula	nosoula	MA		0	Africa/Casablanca	30.22684	-6.9894		Aoufelgach,Nosoula,Nsoula		09	551		
2541300	Douar Nmoura	douar-nmoura	MA		0	Africa/Casablanca	32.05535	-8.81138		Douar Nmoura,Nmeura		07	585		
2541303	Nkob	nkob	MA		0	Africa/Casablanca	30.8	-5.85		Nekob,Nkob		08	587		
2541304	Nkob	nkob	MA		0	Africa/Casablanca	30.60869	-7.43452		Nekob,Nkob,Nqob		08	401		
2541311	Nkhila	nkhila	MA		0	Africa/Casablanca	33.76742	-6.68077		Nkheila,Nkheïla,Nkhila		04	291		
2541312	Douar Nchila	douar-nchila	MA		0	Africa/Casablanca	32.14019	-7.53063		Douar Nchila,Nkheila		07	191		
2541313	Osar en Nkheïla	osar-en-nkheila	MA		0	Africa/Casablanca	30.21825	-6.7227		En Khaila,En Khaïla,Nkheila,Nkheïla,Ocar En Nkheyla,Osar en Nkheila,Osar en Nkheïla,Oçar En Nkheyla		09	551		
2541316	Nqaqsa	nqaqsa	MA		0	Africa/Casablanca	35.41649	-5.58777		Nekaksa,Nkaksa,Nkâksâ,Nqaqsa		01	571		
2541319	Njara	njara	MA		0	Africa/Casablanca	34.58945	-6.01752		Dar Njara,Douar Njara,Nejarra,Njara		04	481		
2541320	Njajra	njajra	MA		0	Africa/Casablanca	32.32534	-9.03971		Douar Njajra,Njajra		07	431		
2541326	Nirhirhene	nirhirhene	MA		0	Africa/Casablanca	33.78	-3.78				02	265		
2541330	Nigram	nigram	MA		0	Africa/Casablanca	31.25	-6.08				08	577		
2541337	Douar Njajara	douar-njajara	MA		0	Africa/Casablanca	34.86004	-2.14195		Douar Njajara,Niajra,Njajra		02	113		
2541342	Ngoucht	ngoucht	MA		0	Africa/Casablanca	34.40867	-4.34774		Douar N'Goucht,Douar N’Goucht,Ngoucht		03	561		
2541346	Enalihi	enalihi	MA		0	Africa/Casablanca	31.53792	-8.51892		En Nfihi,Enalihi,Nfehi		07	161		
2541355	Nesrat	nesrat	MA		0	Africa/Casablanca	30.03	-5.55				08	587		
2541377	Douar Nekhakhsa	douar-nekhakhsa	MA		0	Africa/Casablanca	34.40221	-4.1563		Douar Nekhakhsa,Nekhakhsa		03	561		
2541378	Douar Neqaqcha	douar-neqaqcha	MA		0	Africa/Casablanca	35.36494	-5.96295		Douar Neqaqcha,Nakakichat,Nekakcha		01	511		
2541386	Nejara	nejara	MA		0	Africa/Casablanca	34.5648	-6.23522		Douar Nejara,N'jara,Nejara,N’jara		04	281		
2541388	Douar Ennchal	douar-ennchal	MA		0	Africa/Casablanca	34.8876	-5.80052		Douar Ennchal,N'hal,Nehal,N’hal		04	281		
2541390	Htatch	htatch	MA		0	Africa/Casablanca	35.77597	-5.36015		Htatch,Negro,Negron		01			
2541393	Nefzi	nefzi	MA		0	Africa/Casablanca	34.87629	-5.33528				01	405		
2541397	Nehirat	nehirat	MA		0	Africa/Casablanca	32.58681	-9.02974		Douar Nechirat,Douar Nechrat,N'chirat,Nechirat,Nehirat,N’chirat		07	431		
2541402	Douar Nbiyat	douar-nbiyat	MA		0	Africa/Casablanca	32.38983	-9.02383		Douar Nbiyat,Douar Nebigat,Nbigat,Nebigat		07	431		
2541408	Ndalla	ndalla	MA		0	Africa/Casablanca	34.77678	-4.85619		Mdalla,Ndalla		03	531		
2541411	N-Chaba	n-chaba	MA		0	Africa/Casablanca	31.42366	-7.85177		Chaaba,Châaba,Douar N'Chaba,Douar N’Chaba,N'Chaba,N-Chaba,N’Chaba		07	041		
2541412	Ncha	ncha	MA		0	Africa/Casablanca	34.39116	-6.15325		Douar Ncha,Houcha,Ncha		04	491		
2541413	Nbika	nbika	MA		0	Africa/Casablanca	30.30058	-9.0637		Nbika,Nebika		09	541		
2541414	Douar Nbabla	douar-nbabla	MA		0	Africa/Casablanca	34.33872	-4.08477		Douar Nbabla,Nbabla		03	561		
2541415	Nazyia	nazyia	MA		0	Africa/Casablanca	34.87839	-5.40532		Nazia,Naziia,Nazyia		01	405		
2541418	Nouaji el Foukaniine	nouaji-el-foukaniine	MA		0	Africa/Casablanca	30.51902	-9.06841		Nauaji el Foukaniine,Nouaji Fougani,Nouaji el Foranierres,Nouaji el Foukaniine		09	541		
2541424	Narhel	narhel	MA		0	Africa/Casablanca	31.94796	-7.54313				07	191		
2541426	Nawour	nawour	MA		0	Africa/Casablanca	32.48143	-5.90708		Naoui,Naour,Naur,Nawour		05	091		
2541427	Naouji Et Tahtaniine	naouji-et-tahtaniine	MA		0	Africa/Casablanca	30.48761	-9.09976		Najaji el Ghrartigne,Naouji Et Tahtaniine,Nouaji		09	541		
2541434	Nali Ou Haddou	nali-ou-haddou	MA		0	Africa/Casablanca	35.03886	-3.71949		Nali Ou Haddou,Nali u Haddu		02	167		
2541443	Najia	najia	MA		0	Africa/Casablanca	30.06	-5.55				08	587		
2541449	Najem	najem	MA		0	Africa/Casablanca	31.58	-7.86		Douar Najem,Najem		07	351		
2541453	Nsissa	nsissa	MA		0	Africa/Casablanca	33.94263	-3.46617		Naissa,Naïssa,Nsisa,Nsissa		02	265		
2541455	Naayrat	naayrat	MA		0	Africa/Casablanca	32.36081	-9.06074		Douar Nairat,Douar Naïrat,Naayrat,Naimat,Nairat,Naïmat,Naïrat		07	431		
2541456	Ayn Ougayda	ayn-ougayda	MA		0	Africa/Casablanca	30.64209	-8.3602		Ayn Ougayda,N'Ain,N’Aïn		09	541		
2541457	Naïhimièn	naihimien	MA		0	Africa/Casablanca	35.07406	-5.82203		Douar Naimiene,Douar Naïmiene,Naihimien,Naimien,Naimiene,Naïhimièn,Naïmiene		01	331		
2541460	Naima	naima	MA		0	Africa/Casablanca	34.60277	-2.21764		Naima,Naïma		02	411		
2541461	Naïma	naima	MA		0	Africa/Casablanca	30.26122	-9.10042		En Naima,En Naïma,Naima,Naïma		09	541		
2541463	Nhilat	nhilat	MA		0	Africa/Casablanca	32.54545	-9.11656		Douar Nailat,Douar Naïlat,N'hailat,Nailat,Naïlat,Nhilat,N’haïlat		07	431		
2541479	Nador	nador	MA		129260	Africa/Casablanca	35.16813	-2.93352		NDR,Nador,Nadora,Nadoras,Nnadur,Nnaḍur,Nādora,Villa Nador,alnazwr,na zu er,nad xr,nadoleu,nazwr,Надор,الناظور,ناظور,นาดอร์,納祖爾,나도르	0838101051	02	381	0838101051	
2541480	Nadour	nadour	MA		0	Africa/Casablanca	34.7098	-3.912		Nador,Nadour		03	561		
2541481	Nador	nador	MA		0	Africa/Casablanca	33.62188	-3.73418				03	131		
2541482	Nador	nador	MA		0	Africa/Casablanca	32.47758	-6.78419				05	255		
2541487	Douar Naama	douar-naama	MA		0	Africa/Casablanca	32.2863	-8.909		Douar Naama,Naama		07	431		
2541492	Najat	najat	MA		0	Africa/Casablanca	30.28634	-9.19695		Naajalt,Naajat,Najat,Naâjalt		09	541		
2541495	Mzouzit	mzouzit	MA		0	Africa/Casablanca	30.9713	-8.2435		Mzouzit,Mzouzite		07	041		
2541497	Lamzoudia	lamzoudia	MA		0	Africa/Casablanca	31.57966	-8.49096		Douar Mzoudia,Lamzoudia,Mzouda,Mzoudia		07	161		
2541499	Mazwad	mazwad	MA		0	Africa/Casablanca	30.58224	-7.68232		Mazwad,Mezouade,Mzouad		09	541		
2541506	Mzizal	mzizal	MA		0	Africa/Casablanca	32.23577	-4.72419		Mzizal,Mzizel,Mzizel Tillichte,Mzizil Tillechte		08	363		
2541514	Mzerguiya	mzerguiya	MA		0	Africa/Casablanca	30.47833	-9.25653		Ait Hassassa,Assassa,Aït Hassassa,Mazarguia,Mzerguia,Mzerguiya		09	541		
2541516	Mzefroune	mzefroune	MA		0	Africa/Casablanca	34.8334	-5.75316		M'Zefroum,M'Zefrun,Msefroun,Mzefroun,Mzefroune,Mzoufroun,M’Zefroum,M’Zefrun		01	405		
2541519	Mzarda	mzarda	MA		0	Africa/Casablanca	33.8747	-4.11337		Dauar Mzarda,Elmzarda,Mzarda		03	561		
2541520	Douar M’Zarcha	douar-m-zarcha	MA		0	Africa/Casablanca	34.31388	-3.76592		Douar M'Zarcha,Douar M’Zarcha,Mzarcha		02	265		
2541521	Mzarcha	mzarcha	MA		0	Africa/Casablanca	34.19262	-3.51535		Douar Safsafat Mzarcha,Mzarcha		02	265		
2541528	Mzal	mzal	MA		0	Africa/Casablanca	30.56868	-8.0358				09	541		
2541532	Mzaiouate	mzaiouate	MA		0	Africa/Casablanca	31.89604	-9.10671				07	211		
2541533	Douar Mzagrou	douar-mzagrou	MA		0	Africa/Casablanca	33.98206	-3.87468		Douar Mzagrou,Mzagrou		02	265		
2541541	Mumirak	mumirak	MA		0	Africa/Casablanca	29.38	-9.96				10	473		
2541543	Mulquens	mulquens	MA		0	Africa/Casablanca	29.11	-10.2				10	473		
2541544	Muguin	muguin	MA		0	Africa/Casablanca	29.15	-10.08				10	473		
2541545	Mentrhoulest	mentrhoulest	MA		0	Africa/Casablanca	30.57592	-9.31283		Mentrhoulest,Mtrhoulest		09	541		
2541548	Azib el Mtougui	azib-el-mtougui	MA		0	Africa/Casablanca	31.33817	-9.2484				07	161		
2541549	Mtougga	mtougga	MA		0	Africa/Casablanca	31.53	-7.7		Douar Mtougga,Mtougga		07	041		
2541551	Mtouga	mtouga	MA		0	Africa/Casablanca	31.5575	-8.2287		Douar Mtouga,Mtouga		07	351		
2541552	Mtoudda	mtoudda	MA		0	Africa/Casablanca	30.62437	-8.91443		Metoudda,Mtouda,Mtoudda,Zaouia Mtoudde		09	541		
2541556	Mtili	mtili	MA		0	Africa/Casablanca	30.93853	-8.7466				07	161		
2541559	Mtassit	mtassit	MA		0	Africa/Casablanca	30.99858	-5.88354				08	587		
2541560	Douar Mtarhra	douar-mtarhra	MA		0	Africa/Casablanca	34.29862	-4.20495		Douar Mtarhra,Mtarhra		03	561		
2541567	Douar Mtalsa	douar-mtalsa	MA		0	Africa/Casablanca	34.34244	-4.4843		Douar Mtalsa,Mtalsa		03	531		
2541568	Mtal	mtal	MA		0	Africa/Casablanca	32.47547	-8.36844		El Mtal,Mtal		06	467		
2541572	Mastarikt	mastarikt	MA		0	Africa/Casablanca	30.59114	-8.19711		Mastarikt,Msrikt		09	541		
2541578	Msoun	msoun	MA		0	Africa/Casablanca	34.27095	-3.72881		Msoun,Msun		02	265		
2541583	Msissi	msissi	MA		0	Africa/Casablanca	31.21924	-4.82113		Mecissi,Mesissi,Msissi		08	577		
2541588	Msila	msila	MA		0	Africa/Casablanca	35.20582	-5.5609				01	331		
2541589	Msikhine	msikhine	MA		0	Africa/Casablanca	34.1399	-4.21408		Douar Msikhine,Msikhine		03	561		
2541596	Mseriou	mseriou	MA		0	Africa/Casablanca	34.85	-4.38				01	051		
2541599	Msemrir	msemrir	MA		0	Africa/Casablanca	31.7016	-5.80117		Msemrir,Semrhir,Semrir		08	577		
2541601	Douar Msemlil	douar-msemlil	MA		0	Africa/Casablanca	35.31268	-5.5312		Amsemblel,Douar Msemlil,Msemlel		01	331		
2541604	Douar Lemsabha	douar-lemsabha	MA		0	Africa/Casablanca	34.97672	-5.58047		Douar Lemsabha,Msebha		01	405		
2541607	Douar Messassa	douar-messassa	MA		0	Africa/Casablanca	34.25319	-4.52125		Douar Messassa,Douar Msassa,Msassa		03	531		
2541609	Msara	msara	MA		0	Africa/Casablanca	34.22581	-4.04138		Douar Msara,Msara		03	561		
2541610	Messaouna	messaouna	MA		0	Africa/Casablanca	35.41022	-5.94033		Chouahed,M'sanoua,Messaouna,M’sanoua		01	331		
2541615	Mçafour	mcafour	MA		0	Africa/Casablanca	31.18697	-8.69656		Masfour,Mcafour,Msafer,Mçafour		07	161		
2541621	Douar Msabeh	douar-msabeh	MA		0	Africa/Casablanca	32.36601	-8.6325		Douar Msabeh,Lam Sabih,Msabeh		07	431		
2541625	Douar Mrizig	douar-mrizig	MA		0	Africa/Casablanca	32.36643	-8.2859		Douar Merisi,Douar Mrizig,Mrizig		07	427		
2541633	Lemris	lemris	MA		0	Africa/Casablanca	35.00708	-2.19203		Lemris,Mriss		02	113		
2541640	Douar Mriniyine	douar-mriniyine	MA		0	Africa/Casablanca	34.72904	-5.49143		Douar Mriniyine,Mringene,Mringène,Mriniine,Mriniyne		01	405		
2541641	Mrimina	mrimina	MA		0	Africa/Casablanca	29.79314	-7.16098		Mghimina,Mrimina		09	551		
2541644	Mrilla	mrilla	MA		0	Africa/Casablanca	33.77009	-4.46459				03	451		
2541645	Mrijet	mrijet	MA		0	Africa/Casablanca	34.95821	-5.46795				01	405		
2541646	Mrija	mrija	MA		0	Africa/Casablanca	32.44067	-8.27185				06	467		
2541654	Mrhitane Sder	mrhitane-sder	MA		0	Africa/Casablanca	34.78955	-6.0377		Mghaiten Sder,Mghaïten Sder,Mrhitane Sder		04	281		
2541655	Mrhitane	mrhitane	MA		0	Africa/Casablanca	34.78498	-6.05137		Merhiten,Merhitèn,Mrhitane		04	281		
2541658	Mghila	mghila	MA		0	Africa/Casablanca	34.01983	-5.2796		Mghila,Mrhila		03	061		
2541659	Mrhila	mrhila	MA		0	Africa/Casablanca	32.35587	-6.3249		Mraila,Mraïla,Mrhila		05	091		
2541660	Mrhija	mrhija	MA		0	Africa/Casablanca	31.08	-6.56				08	401		
2541663	Douar Mghaytene Oulad Abdellah	douar-mghaytene-oulad-abdellah	MA		0	Africa/Casablanca	34.62147	-5.91579		Douar Mghaytene Oulad Abdellah,Douar Mrhaiten,Douar Mrhaïten,Mghaitene,Mghaytene Oulad Abdellah,Mghaïtene,Mghiten,Mrhaitene,Mrhaïtene		04	481		
2541664	Douar Mghaytene	douar-mghaytene	MA		0	Africa/Casablanca	34.55565	-5.99384		Douar Mghaytene,Douar Mrhaiten,Douar Mrhaïten,Mghiten,Mrhaitene,Mrhaïtene		04	481		
2541671	Mrazig	mrazig	MA		0	Africa/Casablanca	31.62589	-9.46352		Douar el Merazek,Mrazig		07	211		
2541674	Mraouna	mraouna	MA		0	Africa/Casablanca	32.60268	-7.3555		Douar Mraouna,Douar el Mrounat,Mraouna		06	461		
2541678	Mrahla	mrahla	MA		0	Africa/Casablanca	34.55027	-3.99418				03	561		
2541679	Mrah el Bacha	mrah-el-bacha	MA		0	Africa/Casablanca	35.72683	-5.34048				01			
2541683	Mrabtine Feddane el Kbir	mrabtine-feddane-el-kbir	MA		0	Africa/Casablanca	34.63561	-4.06535		Mrabtine Feddane el Kbir,Mrabtines de Feddanes		03	561		
2541686	Douar Lemrabtine	douar-lemrabtine	MA		0	Africa/Casablanca	34.11029	-4.84509		Douar Lemrabtine,Douar Mrabtine,Mrabtine		03	591		
2541687	Douar Miabtine	douar-miabtine	MA		0	Africa/Casablanca	32.17415	-7.98201		Douar Miabtine,Douar el Marabtine,Mrabtine		07	427		
2541688	Douar Mrabih	douar-mrabih	MA		0	Africa/Casablanca	34.59211	-5.46253		Douar Mrabih,El Mrabih,Mrabih		04	481		
2541696	Mouzimourt	mouzimourt	MA		0	Africa/Casablanca	29.2543	-9.88292		Mou Zemmourt,Mouzimourt		10	473		
2541701	Mouyih ’Amar	mouyih-amar	MA		0	Africa/Casablanca	30.38325	-6.40874		Mouyih 'Amar,Mouyih Amr,Mouyih ’Amar,Mouyth Amr		08	587		
2541708	Douar Moustilef	douar-moustilef	MA		0	Africa/Casablanca	34.6704	-5.22089		Douar Moustilef,Mostitef,Moustitef		01	405		
2541712	Moussaoua	moussaoua	MA		0	Africa/Casablanca	34.01569	-5.46171		Manssaana,Moussaoua		03	061		
2541720	Sidi Moussa	sidi-moussa	MA		0	Africa/Casablanca	33.73	-4.38		Moussa,Sidi Moussa		03	451		
2541722	Zellaqa	zellaqa	MA		0	Africa/Casablanca	35.55273	-5.28532		Mousiti,Zellaqa		01	571		
2541730	Imi Ou Guemmi n’Aït Ilougane	imi-ou-guemmi-n-ait-ilougane	MA		0	Africa/Casablanca	29.87876	-9.37697		Imi Ou Guemmi n'Ait Ilougane,Imi Ou Guemmi n’Aït Ilougane,Mourgoumi,Mourgourni		09	163		
2541732	Douar Moured	douar-moured	MA		0	Africa/Casablanca	35.5808	-5.51623		Douar Moured,El Moured,Moured,Murid		01	571		
2541733	Tizi-n-Moughchine	tizi-n-moughchine	MA		0	Africa/Casablanca	29.60123	-9.42268		Tizi n' Mourchen,Tizi n' Mourchene,Tizi n’ Mourchene,Tizi n’ Mourchèn,Tizi-n-Moughchine		09	581		
2541734	Moughyay	moughyay	MA		0	Africa/Casablanca	32.14282	-6.98861		Moughyay,Mourai,Mouraï,Mouriai,Mouriaï		05	081		
2541736	Mourabitine Beni Melloul	mourabitine-beni-melloul	MA		0	Africa/Casablanca	34.95572	-3.6119				02	167		
2541739	Al Moungara	al-moungara	MA		0	Africa/Casablanca	31.34628	-4.30707		Al Moungara,El Moungara,Mounkara		08	201		
2541763	Moul El Bergui	moul-el-bergui	MA		0	Africa/Casablanca	32.52651	-9.00184		Moul Bergui,Moul El Bergui,Zaouia Moul el Bergui		07	431		
2541764	Moul el Bacha	moul-el-bacha	MA		0	Africa/Casablanca	34.6	-2.75		Moul el Bacha,Moul el Bacha Camp		02	533		
2541766	Mouldikht	mouldikht	MA		0	Africa/Casablanca	30.92068	-8.27641				07	041		
2541778	Moulay Ya’qoub	moulay-ya-qoub	MA		0	Africa/Casablanca	32.60582	-5.58682		Moulay Ya'qoub,Moulay Yakoub,Moulay Ya’qoub		05	301		
2541779	Moulay Yacoub	moulay-yacoub	MA		0	Africa/Casablanca	34.08793	-5.18171		Moulay Yacoub,Moulay Yakoub,Muley Yacub	1459101011	03	591	1459101011	
2541783	Moulay Tahar Ben Driss	moulay-tahar-ben-driss	MA		0	Africa/Casablanca	31.64861	-9.3014		Douar Ben Driss,Moulay Tahar Ben Driss,Zaouiet Moulay Tahar		07	211		
2541790	Moulay Otmane	moulay-otmane	MA		0	Africa/Casablanca	31.56051	-8.30349		Azib Moulay Athmane,Douar Moulay Otmane,Moulay Otmane,Sidi Athmane		07	351		
2541795	Moulay Lahsene	moulay-lahsene	MA		0	Africa/Casablanca	31.6902	-8.16414		Moulay Lahsene,Moulay-Lahsene		07	351		
2541797	Moulay Ihia	moulay-ihia	MA		0	Africa/Casablanca	29.41	-10.05		Moulay Ihia,Muley Ihia		10	473		
2541805	Moulay Driss Zerhoun	moulay-driss-zerhoun	MA		0	Africa/Casablanca	34.05555	-5.52132		Moulay Driss Zerhoun,Moulay Idris,Moulay Idriss,Moulay-Idriss du Zarhoun		03	061		
2541810	Moulay Hassene	moulay-hassene	MA		0	Africa/Casablanca	34.56	-4.91				03	531		
2541824	Moulay Dourayne	moulay-dourayne	MA		0	Africa/Casablanca	31.6459	-9.67625		Moulay Douraine,Moulay Dourayne,Moulay Douraïne		07	211		
2541826	Moulay Cherif	moulay-cherif	MA		0	Africa/Casablanca	31.53	-7.91		Douar Moulay Cherif,Dour-Moulay-Cherif,Dour-Moulay-Chérif,Moulay Cherif		07	041		
2541827	Moulay Brahim	moulay-brahim	MA		0	Africa/Casablanca	31.52004	-8.22924		Ait Brahim,Aït Brahim,Douar Moulay Brahim,Moulay Brahim		07	351		
2541828	Moulay Brahim	moulay-brahim	MA		0	Africa/Casablanca	31.46651	-8.76005		Douar Moulay Brahim,Moulay Brahim		07	161		
2541829	Moulay Brahim	moulay-brahim	MA		0	Africa/Casablanca	31.44072	-4.27816				08	201		
2541830	Moulay Brahim	moulay-brahim	MA		0	Africa/Casablanca	31.28785	-7.9683		Moulay Brahim,Zaouia Moulay Brahim,Zaouiat Moulay Brahim	0704109012	07	041	0704109012	
2541831	Moulay Brahim	moulay-brahim	MA		0	Africa/Casablanca	31.01	-6.6				08	401		
2541833	Moulay Bousselham	moulay-bousselham	MA		0	Africa/Casablanca	34.88158	-6.29455		Mamorah,Moulay Bou Selham,Moulay Bousselham		04	281		
2541834	Douar Moulay Abbih	douar-moulay-abbih	MA		0	Africa/Casablanca	31.68646	-7.6802		Douar Moulay Abbih,Douar Moulay Bouih,Moulay Bouih		07	427		
2541840	Moulay Bouchta	moulay-bouchta	MA		0	Africa/Casablanca	34.48922	-5.13023			1553105152	03	531	1553105152	
2541843	Moulay Bou ’azza	moulay-bou-azza	MA		0	Africa/Casablanca	33.22576	-6.19807		Moulay Bou 'azza,Moulay Bou Azza,Moulay Bou ’azza		05	301		
2541847	Moulay Bagdad	moulay-bagdad	MA		0	Africa/Casablanca	34.45504	-2.77535		Moulay Baded,Moulay Bagdad		02	533		
2541848	Moulay Arafa	moulay-arafa	MA		0	Africa/Casablanca	34.25438	-4.82487		Douar Moulay Arafa,Moulay Arafa		03	531		
2541849	Moulay Abdelkader	moulay-abdelkader	MA		0	Africa/Casablanca	34.40487	-4.71065		Douar Moulay Ameur,Moulay Abdelkader,Moulay Amer		03	531		
2541854	Moulay Ali Cherif	moulay-ali-cherif	MA		0	Africa/Casablanca	34.43092	-5.18538		Moulay Ali Cherif,Ouled Ali Ben Cherif,Ouled Ali Ben Chèrif		03	531		
2541868	Moulay Ali	moulay-ali	MA		0	Africa/Casablanca	32.28393	-4.97651		Ksar Moulay Ali,Moulay Ali		08	363		
2541869	Moulay Ali	moulay-ali	MA		0	Africa/Casablanca	32.23	-4.7				08	363		
2541874	Dar Moulay Ibrahim Bilouch	dar-moulay-ibrahim-bilouch	MA		0	Africa/Casablanca	31.51651	-8.37926		Ait Moulay Ahmed,Aït Moulay Ahmed,Dar Moulay Ibrahim Bilouch,Douar Moulay Ahmed Billouch,Moulay Ahmed Billouch		07	161		
2541877	Dar Moulay Ahmed	dar-moulay-ahmed	MA		0	Africa/Casablanca	31.38804	-7.81169		Dar Moulay Ahmed,Douar Moulay Ahmed,Moulay Ahmed		07	041		
2541879	Moulay Abd el Krim	moulay-abd-el-krim	MA		0	Africa/Casablanca	31.65	-7.71		Azib Moulay Abd el Krim,Douar Moulay Abd el Krim,Moulay Abd el Krim		07	041		
2541902	Moulay Abdallah Daqqaq	moulay-abdallah-daqqaq	MA		0	Africa/Casablanca	31.28765	-4.28595		Ksar Moulay Abdellah Dkaque,Moulay Abdallah Daqqaq,Moulay Abdallah Dekak		08	201		
2541906	Moulay Abdallah	moulay-abdallah	MA		0	Africa/Casablanca	33.19664	-8.58811		Tett	1118105012	06	181	1118105012	
2541907	Mouay al Amine	mouay-al-amine	MA		0	Africa/Casablanca	31.51657	-8.19566		Douar Moulay Abdallah,Mouay al Amine,Moulay Abdallah		07	351		
2541909	Moulay Abbes	moulay-abbes	MA		0	Africa/Casablanca	31.40349	-7.93405		Douar Moulay Abbes,Douar Moulay Abbès,Moulay Abbes		07	041		
2541919	Douar Moujjou	douar-moujjou	MA		0	Africa/Casablanca	33.8249	-4.75621		Douar Moujjou,Mejjou,Moujou		03	451		
2541923	Mouîres	mouires	MA		0	Africa/Casablanca	35.02776	-5.61265		Campamento de Muires,Mouires,Mouirys,Mouîres,Muires		01	331		
2541941	Mouddat	mouddat	MA		0	Africa/Casablanca	30.61033	-7.39931		Mouddat,Mouddate,Mouidat,Mouiddat		08	401		
2541942	Mouichnate	mouichnate	MA		0	Africa/Casablanca	31.94774	-8.9498				07	431		
2541944	Mouiba	mouiba	MA		0	Africa/Casablanca	32	-8.66		Douar Mouiha,Douar Mouïha,Mouiba		07	585		
2541947	Mougueur	mougueur	MA		0	Africa/Casablanca	32.40885	-4.16366				08	363		
2541963	Mouch Qellal	mouch-qellal	MA		0	Africa/Casablanca	31.96807	-4.46678		Mouch Kellal,Mouch Qellal,Mouchkallal		08	201		
2541976	Mouara er Rmel	mouara-er-rmel	MA		0	Africa/Casablanca	35.06591	-6.12199				01	331		
2541979	Lmmaouqa	lmmaouqa	MA		0	Africa/Casablanca	34.77303	-6.12772		Lamaouaca,Lmmaouqa,Mouaouka		04	281		
2541982	Mouamena	mouamena	MA		0	Africa/Casablanca	32.19607	-8.01246				07	427		
2541984	Moualine Zoubia	moualine-zoubia	MA		0	Africa/Casablanca	32.48112	-7.62798				06	461		
2541989	Moualine el Malah	moualine-el-malah	MA		0	Africa/Casablanca	32.19243	-7.34217		Douar Moualine el Malah,Douar Oulad Salah,Moualine el Malah,Oulad Salah		07	191		
2541992	Moualine	moualine	MA		0	Africa/Casablanca	33.88996	-4.21821		Douar Moualine,Moualine		03	451		
2541993	Moualda	moualda	MA		0	Africa/Casablanca	34.4101	-5.29272		Manalda,Moualda		03	531		
2541994	Lemnadla	lemnadla	MA		0	Africa/Casablanca	32.42638	-9.14753		Lemnadla,Moualda		07	431		
2542001	Douar Moutti	douar-moutti	MA		0	Africa/Casablanca	35.01522	-4.85096		Douar Moutti,Monti,Motte		01	151		
2542013	Al Aaroui	al-aaroui	MA		36021	Africa/Casablanca	35.0109	-3.00938		Al Aaroui,Mont Arrouit,Mont-Aroui,Mont-Arruit,Monte 'Arrouit,Monte Arruit,Monte ’Arrouit		02	381		
2542015	Mongoch	mongoch	MA		0	Africa/Casablanca	35.0921	-4.97681				01	151		
2542017	Douar Mobar	douar-mobar	MA		0	Africa/Casablanca	35.69687	-5.77684		Douar Mobar,Mombar		01	511		
2542020	Douar Maqra	douar-maqra	MA		0	Africa/Casablanca	34.3129	-4.5118		Douar Maqra,Douar Mkra,Mokraa		03	531		
2542024	Mokrisset	mokrisset	MA		0	Africa/Casablanca	34.92997	-5.35293		Mokhisset,Mokhrisset,Mokrisset		01	405		
2542025	Mokhfia	mokhfia	MA		0	Africa/Casablanca	34.70146	-4.26643				03	531		
2542029	Mohou Lyazid	mohou-lyazid	MA		0	Africa/Casablanca	31.8828	-6.76891				05	081		
2542030	Mehdiya	mehdiya	MA		0	Africa/Casablanca	35.02585	-2.42243		Mehdia,Mehdiya,Mohdia		02	113		
2542032	Tasma’int	tasma-int	MA		0	Africa/Casablanca	32.11446	-4.36559		Arou Lahoucine,Moha Ou Lahoussine,Moha ou Lahousine,Tasma'int,Tasma’int		08	201		
2542036	Tigharmine Moha ou A’ouray	tigharmine-moha-ou-a-ouray	MA		0	Africa/Casablanca	32.18686	-6.19327		Moha ou Aourai,Tigharmine Moha ou A'ouray,Tigharmine Moha ou A’ouray		05	081		
2542037	Moha Ou ’Ali	moha-ou-ali	MA		0	Africa/Casablanca	31.96694	-4.47119		Ait Moha Ou Ali,Moha Ou 'Ali,Moha Ou Ali,Moha Ou ’Ali		08	201		
2542041	Mohand Ben Hamed	mohand-ben-hamed	MA		0	Africa/Casablanca	34.91666	-2.68902				02	381		
2542042	Dar Mohannd Abd el Jellil	dar-mohannd-abd-el-jellil	MA		0	Africa/Casablanca	34.25312	-3.77278		Dar Mohannd Abd el Jellil,Mohand Abd el Jellil,Mohannd Abd el Jellil		02	265		
2542046	Mohammed Ou Rami	mohammed-ou-rami	MA		0	Africa/Casablanca	29.23752	-10.2092		Mohammed Ou Rami,Sidi Mohamed u Rami		10	473		
2542048	Al ’Ayn	al-ayn	MA		0	Africa/Casablanca	29.37809	-9.92683		Al 'Ayn,Al ’Ayn,El Ain,El Aïn,Id U Ali Lahsen,Mohamed U Lahsen,Mohammed Ou Lahsene		10	473		
2542051	Mohammedia	mohammedia	MA		187708	Africa/Casablanca	33.68607	-7.38298		Al Muhammadiyah,Al Muḩammadīyah,Al-Muhammadijja,Fadalah,Faḑālah,Fdala,Fedala,Fedalah,Fedhala,Mohamedija,Mohamedio,Mohammadia,Mohammedia,Mohammédia,Mokhammedija,Muhammediye,Məhəmmədiyyə,Sedala,alhrawyyn,almhmdyt,mhmdyh,mohamedia,mu han mo di ye,Мохаммедия,المحمدية,الهراويين,محمدیه,محمدیہ,穆罕默迪耶,모하메디아	0937101011	06	371	0937101011	
2542052	Mohammed Gouzzouli	mohammed-gouzzouli	MA		0	Africa/Casablanca	31.96	-9.26		Douar Mohammed Guezzouli,Mohammed Gouzzouli		07	431		
2542053	Mohammed Driss	mohammed-driss	MA		0	Africa/Casablanca	34.23797	-3.82106		Douar Mohammed Dris,Mohammed Driss,Ouled Driss		02	265		
2542060	Mohammed Ben Hasbia	mohammed-ben-hasbia	MA		0	Africa/Casablanca	31.95	-8.85		Douar Mohammed ben Hasbia,Mohammed Ben Hasbia		07	585		
2542065	Sidi Muhammed ben Ahmed	sidi-muhammed-ben-ahmed	MA		0	Africa/Casablanca	32.93814	-8.52983		Mohammed ben Ahmed,Sidi Muhammed ben Ahmed		06	181		
2542066	Douar Oulad Mohammed en Ahmed	douar-oulad-mohammed-en-ahmed	MA		0	Africa/Casablanca	32.85615	-8.86014		Douar Oulad Mohammed en Ahmed,Mohammed ben Ahmed		06	181		
2542067	Mohammed Ben Abdarrahmane	mohammed-ben-abdarrahmane	MA		0	Africa/Casablanca	31.45	-8.23				07	351		
2542068	Mohammed Bel Khir	mohammed-bel-khir	MA		0	Africa/Casablanca	32.09976	-8.13632		Belkheir,Douar Mohammed bel Rhir,Mohammed Bel Khir,Mohammed Bel Rhir,Mohammed-Bel Khir		07	427		
2542069	Mohammed Bel Kamel	mohammed-bel-kamel	MA		0	Africa/Casablanca	31.72173	-9.31938		Douar Mohammed Ben Kama,Douar Mohammed Ben Kame,Mohammed Bel Kamel		07	211		
2542070	Mohammad Amallal	mohammad-amallal	MA		0	Africa/Casablanca	32.6193	-4.73515		Mohammad Amallal,Mohammed Amellal		08	363		
2542073	Mohadil	mohadil	MA		0	Africa/Casablanca	30.92467	-8.28422				07	041		
2542074	Moha Ben Delmane n’Aït Ichou	moha-ben-delmane-n-ait-ichou	MA		0	Africa/Casablanca	31.86	-6.76				05	081		
2542075	Douar Ab ’Bouch	douar-ab-bouch	MA		0	Africa/Casablanca	31.60912	-8.21966		Bou Azza,Douar Ab 'Bouch,Douar Ab ’Bouch,Douar Moha Ben Bouazza,Moha Ben Bouazza		07	351		
2542076	Moha Abdi n’Aït Abdallah	moha-abdi-n-ait-abdallah	MA		0	Africa/Casablanca	31.87648	-6.77824				05	081		
2542080	Mocharit	mocharit	MA		0	Africa/Casablanca	34.95885	-4.01829		Mocharit,Mocharitz		01	051		
2542085	Dar al Mnacera	dar-al-mnacera	MA		0	Africa/Casablanca	32.76289	-7.45367		Dar al Mnacera,Dar el Mnacera,Dar el Mnassera		06	461		
2542088	Mlilat	mlilat	MA		0	Africa/Casablanca	30.80358	-8.01319		M'lillatte,Mliilec,Mlilat,Mlilet,Mlillat,Mlillet,M’lillatte		09	541		
2542091	Mlalt	mlalt	MA		0	Africa/Casablanca	31.06738	-7.62713		Mlalt,Mlelte		08	401		
2542094	Douar Mlalleh	douar-mlalleh	MA		0	Africa/Casablanca	35.72737	-5.54919		Douar Mlalleh,Mlalah		01	227		
2542096	Douar Melaïla	douar-melaila	MA		0	Africa/Casablanca	34.28015	-4.15035		Douar Melaila,Douar Melaïla,Mlaila,Mlaïla		03	561		
2542097	Mlaguet	mlaguet	MA		0	Africa/Casablanca	34.46366	-6.18874		Al Mlaguit,Douar M'Laget,Douar M’Laget,Mlaguet,Mlaguete		04	481		
2542102	Al Maqqoussa	al-maqqoussa	MA		0	Africa/Casablanca	31.99434	-7.02589		Al Maqqoussa,Douar M'Koussa,Douar M’Koussa,M'Khoussa,M'Kousa,Mkoussa,M’Khoussa,M’Kousa		05	081		
2542109	Douar Mqichrat I	douar-mqichrat-i	MA		0	Africa/Casablanca	32.31922	-8.31849		Douar Kaidhrab,Douar Kaïdhrab,Douar Mqichrat I,Mkichrat,Mkichrate		07	427		
2542117	Douar Ezzaouia	douar-ezzaouia	MA		0	Africa/Casablanca	32.61206	-7.87775		Douar Ezzaouia,Mkharba		07	427		
2542122	Al Mkbalif	al-mkbalif	MA		0	Africa/Casablanca	31.40959	-8.27087		Al Mkbalif,Douar el Mkhalif,Mkhalif		07	161		
2542124	Douar Mkarza	douar-mkarza	MA		0	Africa/Casablanca	34.97214	-5.97177		Douar Mkarza,Le douar Mgaria,Mecarza,Mgarya,Mkarza		04	281		
2542126	Douar M’ Karcha	douar-m-karcha	MA		0	Africa/Casablanca	34.31031	-4.17122		Douar M' Karcha,Douar M'Karcha,Douar M’ Karcha,Douar M’Karcha,Mkarcha		03	561		
2542130	Mjoutat	mjoutat	MA		0	Africa/Casablanca	31.55423	-8.18999		Douar Mjoutat,Mjoutat		07	351		
2542134	Douar Lamjaara	douar-lamjaara	MA		0	Africa/Casablanca	34.59268	-5.24326		Douar Lamjaara,Mahjara,Mjara		01	405		
2542141	Mizab	mizab	MA		0	Africa/Casablanca	34.58013	-4.46706				03	531		
2542142	Myal	myal	MA		0	Africa/Casablanca	30.77962	-7.76208		Miyal,Myal		09	541		
2542147	Missour	missour	MA		0	Africa/Casablanca	33.04893	-3.98947		Misour,Missour	1413101031	03	131	1413101031	
2542149	Missirat	missirat	MA		0	Africa/Casablanca	30.72479	-8.77672		Missirat,Msirat		09	541		
2542154	Mislane	mislane	MA		0	Africa/Casablanca	31.8	-4.6				08	201		
2542157	Douar Lmizab	douar-lmizab	MA		0	Africa/Casablanca	35.17068	-4.94526		Douar Lmizab,Misab		01	151		
2542167	Mirleft	mirleft	MA		0	Africa/Casablanca	29.57829	-10.03245		Ahl Sahel,Mighleft,Mirhlef,Mirhleft,Mirleft		10	473		
2542168	Mira	mira	MA		0	Africa/Casablanca	29.70212	-9.45811				09	581		
2542174	Minarhirem	minarhirem	MA		0	Africa/Casablanca	31.15	-4.91		Ksar Mimareghene,Ksar Mimareghène,Minarhirem		08	577		
2542175	Douar Mlina	douar-mlina	MA		0	Africa/Casablanca	34.39287	-5.76304		Douar Mlina,Mina		04	491		
2542183	Douar Mimouna	douar-mimouna	MA		0	Africa/Casablanca	34.91578	-5.77816		Douar Mimouna,Maimouna,Maïmouna,Mimouna		01	405		
2542196	Mimarighene	mimarighene	MA		0	Africa/Casablanca	31.10328	-4.92997		Mimarighene,Mimarighéne,Mimarirhene		08	577		
2542197	Douar Mils	douar-mils	MA		0	Africa/Casablanca	33.05758	-7.28999		Douar Mils,Mils		06	461		
2542198	Douar Miloudat	douar-miloudat	MA		0	Africa/Casablanca	34.81766	-5.80273		Douar Miloudat,Miloudat,Miloudate		04	481		
2542201	Miksout	miksout	MA		0	Africa/Casablanca	30.07895	-8.68408				09	541		
2542204	Mikbi	mikbi	MA		0	Africa/Casablanca	31.18954	-5.66976		Mikbi,Mikebi,Mikkeb,Nikbi		08	577		
2542218	Migourdâne	migourdane	MA		0	Africa/Casablanca	29.63577	-7.94742				09	551		
2542223	Mmitaqqane	mmitaqqane	MA		0	Africa/Casablanca	32.5414	-4.97504		Midkane,Mmitaqqane		08	363		
2542227	Midelt	midelt	MA		45159	Africa/Casablanca	32.6852	-4.74512		Midelt	1330101031	05	301	1330101031	
2542228	El Midat	el-midat	MA		0	Africa/Casablanca	32.1408	-8.80589		El Midat,Midate		07	585		
2542230	Midar	midar	MA		10229	Africa/Casablanca	34.94025	-3.53311		Arba Laazib Midar,Azib de Midar,El Arba de Midar,Midar,Soko Arbaa Laazib Midar,Мидар	0838109132	02	381	0838109132	
2542232	Michmaïne	michmaine	MA		0	Africa/Casablanca	34.26651	-4.4928				03	531		
2542233	Michlifene	michlifene	MA		0	Africa/Casablanca	32.25027	-5.18432		Michelifin,Michlifene		08	363		
2542236	Micheraig	micheraig	MA		0	Africa/Casablanca	34.93	-3.98				01	051		
2542240	Mibladane	mibladane	MA		0	Africa/Casablanca	32.76632	-4.62924		Mibladan,Mibladane,Mibladen,Mibladene,Miblanden		08	363		
2542244	Miassra	miassra	MA		0	Africa/Casablanca	33.81044	-4.197				03	451		
2542249	Qciba	qciba	MA		0	Africa/Casablanca	31.46245	-4.22017		Ksakis,Mherigia,Mhiriguia,Qciba		08	201		
2542253	Mharza	mharza	MA		0	Africa/Casablanca	30.51094	-8.78096				09	541		
2542255	Mharir	mharir	MA		0	Africa/Casablanca	31.98249	-8.22124				07	351		
2542256	El Maharir	el-maharir	MA		0	Africa/Casablanca	31.49742	-9.0847		El Maharir,Mharer		07	161		
2542260	Mhand	mhand	MA		0	Africa/Casablanca	30.3	-8.4				09	541		
2542263	Mhamid el Rhozlane	mhamid-el-rhozlane	MA		0	Africa/Casablanca	29.78	-5.73		Mhamid el Rhozlane,Oulad Ahmed er Rhozlane,Ouled Ahmed er Ghozlane		08	587		
2542267	Mhamda	mhamda	MA		0	Africa/Casablanca	34.40188	-3.88707				03	561		
2542269	Mehdjat	mehdjat	MA		0	Africa/Casablanca	31.17648	-8.69631		Mehdjat,Mhajed		07	161		
2542271	Mhâjâr	mhajar	MA		0	Africa/Casablanca	35.12428	-3.50535		Mehajart,Mehajer,Mehayart,Mhajar,Mhâjâr		02	167		
2542282	Douar Mgarouel	douar-mgarouel	MA		0	Africa/Casablanca	34.67277	-5.24901		Douar Mgarouel,Megue Roual,Mgueroual		01	405		
2542286	Mgrounat	mgrounat	MA		0	Africa/Casablanca	29.73	-9.76		Mgrounat,Mgrounate		09	581		
2542288	Mgouna	mgouna	MA		0	Africa/Casablanca	32.18302	-6.74041		M'Gouna,Magouna,Mgouna,M’Gouna		05	081		
2542297	Mfis	mfis	MA		0	Africa/Casablanca	31.04143	-3.95066		Khebach m'fis,Khebach m’fis,Mfis		08	201		
2542299	Mzzougt	mzzougt	MA		0	Africa/Casablanca	30.24774	-7.43012		Mesguet,Mezzoukt,Mzzougt		08	401		
2542301	Mezzint	mezzint	MA		0	Africa/Casablanca	30.76642	-9.14293		Mezzint,Mzemt		09	541		
2542302	Douar Mezzaourou	douar-mezzaourou	MA		0	Africa/Casablanca	34.58293	-5.32769		Douar Mezzaourou,Mezzaourou		01	405		
2542305	Mezraoua el Foukania	mezraoua-el-foukania	MA		0	Africa/Casablanca	34.55125	-4.73625				03	531		
2542316	Mezguitem	mezguitem	MA		0	Africa/Casablanca	34.49914	-3.63974		Mesguitem,Mezguitem,Mezguittem		02	265		
2542320	Mziguimmat	mziguimmat	MA		0	Africa/Casablanca	30.98546	-7.81746		Megguemmat,Mezguimmat,Mizgguimmat,Mziguimmat		09	541		
2542323	Mazguida	mazguida	MA		0	Africa/Casablanca	31.08194	-4.02719		Mazguida,Mezguida		08	201		
2542325	Douar Mazgalef	douar-mazgalef	MA		0	Africa/Casablanca	35.29332	-6.09354		Douar Mazgalef,Mesgalef,Mezgalef		01	331		
2542326	Mezgaïne	mezgaine	MA		0	Africa/Casablanca	34.7	-5.03				03	531		
2542330	Douar Mezdegha Essouk	douar-mezdegha-essouk	MA		0	Africa/Casablanca	33.82417	-4.69587		Douar Mezdegha Essouk,Mezdgha Souq,Mezdra Souk,Mezdrha es Souk		03	451		
2542331	Mizziwt	mizziwt	MA		0	Africa/Casablanca	30.83553	-8.36791		Mezdiout,Mizziwt		09	541		
2542334	Douar Mezaoura	douar-mezaoura	MA		0	Africa/Casablanca	34.41383	-4.73817		Douar Mezaoura,Mesdoura,Mezaoura		03	531		
2542335	Mezadiene	mezadiene	MA		0	Africa/Casablanca	35.03162	-5.31082				01	151		
2542336	Douar Souk L‘qolla	douar-souk-l-qolla	MA		0	Africa/Casablanca	35.0691	-5.57004		Douar Souk L`qolla,Douar Souk L‘qolla,Mesrah,Mexerah,Mexerali,Souk el Kolla		01	331		
2542341	Metroh	metroh	MA		0	Africa/Casablanca	34.33841	-2.34				02	533		
2542345	Lmatmour	lmatmour	MA		0	Africa/Casablanca	30.75516	-8.39445		El Metmaur,Lmatmour,Metmour n'Ait Sidi Bouzid,Metmour n’Aït Sidi Bouzid		09	541		
2542368	Metahra	metahra	MA		0	Africa/Casablanca	31.21	-4.3		Ksar Lamtahra,Metahra		08	201		
2542370	Mestigmer	mestigmer	MA		0	Africa/Casablanca	34.48272	-2.70606		Mestigmer,Mestigmeur		02	533		
2542373	Douar Mestassa	douar-mestassa	MA		0	Africa/Casablanca	35.10711	-4.41783		Douar Mestassa,Mastassa,Mestasa,Mestassa		01	051		
2542380	Messeïed	messeied	MA		0	Africa/Casablanca	28.01506	-10.81399		El Mesied,Lemseied,M'sied,Meseied,Messeid,Messeied,Messeïd,Messeïed,Msied,M’sied		10	521		
2542381	Missarikt	missarikt	MA		0	Africa/Casablanca	30.35997	-8.20593		Messarikt,Missarikt		09	541		
2542391	Messaoud	messaoud	MA		0	Africa/Casablanca	31.90595	-7.67282		Douar Messaoud,Messaoud,Ouled Messaoud		07	427		
2542396	Mesret	mesret	MA		0	Africa/Casablanca	31.88128	-8.19218				07	351		
2542398	Mesrawa Sefliya	mesrawa-sefliya	MA		0	Africa/Casablanca	34.5424	-4.72964				03	531		
2542399	Douar El Mesrane	douar-el-mesrane	MA		0	Africa/Casablanca	32.3298	-7.79208		Douar El Mesrane,Mesrane		07	427		
2542401	Imsouna	imsouna	MA		0	Africa/Casablanca	30.80671	-8.36523		Imsouna,Mesouna,Msanne		09	541		
2542402	Mesnitene	mesnitene	MA		0	Africa/Casablanca	30.26	-8.06		Mesniten,Mesnitene,Mesnitèn		09	541		
2542404	Douar Mesnaoua	douar-mesnaoua	MA		0	Africa/Casablanca	32.35401	-8.95732		Douar Mesnaoua,Mesnaoua		07	431		
2542405	Masmout	masmout	MA		0	Africa/Casablanca	30.16906	-8.65431		Masmout,Mesmout		09	541		
2542408	Meslagh	meslagh	MA		0	Africa/Casablanca	32.88949	-3.76217		Foum Meslakh,Meslagh,Meslakh		02	251		
2542409	Meslakh	meslakh	MA		0	Africa/Casablanca	32.86	-3.75				02	251		
2542411	Mokdassene	mokdassene	MA		0	Africa/Casablanca	35.49972	-5.30209		Meskita,Mokdassene		01	571		
2542414	Meski	meski	MA		0	Africa/Casablanca	33.72395	-3.53263				03	131		
2542415	Maski	maski	MA		0	Africa/Casablanca	31.85885	-4.28062		Akka Meskine,Maski,Meski,Mesky,Oued Meski		08	201		
2542417	Douar Mesker	douar-mesker	MA		0	Africa/Casablanca	34.58955	-5.39484		Douar Mesker,Mesker		01	405		
2542421	Douar Ileggane	douar-ileggane	MA		0	Africa/Casablanca	35.19609	-4.98353		Douar Ileggane,Mesha		01	151		
2542425	Mazguida	mazguida	MA		0	Africa/Casablanca	31.3242	-4.2574		Ksar de Meguida,Mazguida,Merzouga,Mesguida,Mezguida		08	201		
2542428	Mesgane	mesgane	MA		0	Africa/Casablanca	34.91	-4.9				01	151		
2542430	Machrouha	machrouha	MA		0	Africa/Casablanca	35.5065	-5.32047		Machrouha,Mechkoura,Meseheroha		01	571		
2542433	Mesdi	mesdi	MA		0	Africa/Casablanca	31.18227	-9.09706				07	161		
2542436	Mesbar	mesbar	MA		0	Africa/Casablanca	35.25119	-5.25502				01	571		
2542443	Merzouga	merzouga	MA		0	Africa/Casablanca	31.33	-4.28				08	201		
2542444	Marzouga	marzouga	MA		500	Africa/Casablanca	31.09914	-4.01304		Marzouga,Merzouga,Merzuga,Мерзуга		08	201		
2542447	Merzoug	merzoug	MA		0	Africa/Casablanca	31.74139	-9.26225		Douar Merzoug,Merzoug		07	211		
2542456	Oued Merzeg	oued-merzeg	MA		0	Africa/Casablanca	33.53367	-7.78913		Oued Merzea,Oued Merzeg		06	385		
2542458	Merezzane	merezzane	MA		0	Africa/Casablanca	31.40034	-4.11382		Merezzane,Merzane		08	201		
2542460	Merzaïne	merzaine	MA		0	Africa/Casablanca	34.63981	-4.64231		Marzaia,Marzaïa,Merzain,Merzaine,Merzaïn,Merzaïne		03	531		
2542470	Mers Laqouar	mers-laqouar	MA		0	Africa/Casablanca	35.47282	-5.92406		Mers Laqouar,Mers el Koar,Mers el Kouar		01	511		
2542471	Lmers Lekbir	lmers-lekbir	MA		0	Africa/Casablanca	32.45795	-8.67453		Douar Mers el Kebir,Lmers Lekbir,Mers el Kbir,Mers el Kebir		07	431		
2542473	Mers el Hajer	mers-el-hajer	MA		0	Africa/Casablanca	32.63634	-8.69351		Bers Lahjar,Douar Mers el Hajer,Mers el Hajer		06	467		
2542484	Mers	mers	MA		0	Africa/Casablanca	34.92618	-2.98328				02	381		
2542494	Hatat El Madina	hatat-el-madina	MA		0	Africa/Casablanca	35.26341	-5.81768		Hatat El Madina,Mermat		01	331		
2542501	Douar Marj Hammoud	douar-marj-hammoud	MA		0	Africa/Casablanca	35.35884	-5.6429		Douar Marj Hammoud,Merj Hammoud		01	331		
2542507	Merja	merja	MA		0	Africa/Casablanca	32.79404	-4.32369		El Merja,Merja		03	131		
2542508	’Ayn Merini	ayn-merini	MA		0	Africa/Casablanca	34.09878	-2.70979		'Ayn Merini,Ain el Merini,Aïn el Merini,’Ayn Merini		02	533		
2542510	Al Mrija Tahtaniya	al-mrija-tahtaniya	MA		0	Africa/Casablanca	32.75219	-3.61662		Al Mrija Tahtaniya,Merija Tahtania		02	251		
2542511	Lamrija Al Fouqania	lamrija-al-fouqania	MA		0	Africa/Casablanca	32.72967	-3.59655		Lamrija Al Fouqania,Meridja,Meridja Foukania,Merija Foukania		02	251		
2542516	Bou Chaïbou Oulad Aïssa	bou-chaibou-oulad-aissa	MA		0	Africa/Casablanca	33.15353	-8.5518		Bir Meriem,Bou Chaibou Oulad Aissa,Bou Chaïbou Oulad Aïssa		06	181		
2542520	Meghraoua	meghraoua	MA		0	Africa/Casablanca	33.93264	-4.0468		Maghraoua,Meghraoua,Merhraoua		03	561		
2542522	Mghiten Oulad Slimane	mghiten-oulad-slimane	MA		0	Africa/Casablanca	34.60446	-6.06884		Douar Merhitene,Merhitene Oulad Slimane,Mghiten Oulad Slimane,Mghiten Ouled Msellem,Oulad Slimane		04	281		
2542523	Mghayben Oulad Boutrig	mghayben-oulad-boutrig	MA		0	Africa/Casablanca	34.59968	-6.18202		Amkiten Ouled Batnik,Dar Merhitene Oulad Boutrig,Merhitene Oulad Boutrig,Mghayben Oulad Boutrig		04	281		
2542524	Merhitene	merhitene	MA		0	Africa/Casablanca	34.80065	-6.28149		Douar Merhiten,Merhiten,Merhitene,Merhitèn		04	281		
2542525	Mghiten Lahrahra	mghiten-lahrahra	MA		0	Africa/Casablanca	34.62295	-6.06573		Douar Merhitene,Merhiten,Merhitene,Merhitèn,Mghiten,Mghiten Lahrahra		04	281		
2542528	Merheinane	merheinane	MA		0	Africa/Casablanca	31.0816	-6.85175		Merheinane,Merhemane		08	401		
2542532	Douar Merhasla	douar-merhasla	MA		0	Africa/Casablanca	34.37418	-4.18752		Douar Merhasla,Merhasla		03	561		
2542540	Mrdysane	mrdysane	MA		0	Africa/Casablanca	29.54294	-9.30852		Merdicen,Mrdysane		09	581		
2542546	Merdan	merdan	MA		0	Africa/Casablanca	31.0705	-3.95156		Merdan,Merdani,Merdoni		08	201		
2542549	Douar Beni Machni	douar-beni-machni	MA		0	Africa/Casablanca	35.26956	-5.8223		Beni Chrif,Douar Beni Machni,Mecheref,Merch		01	331		
2542555	Merada	merada	MA		0	Africa/Casablanca	34.30098	-3.2797				02	265		
2542556	Merad	merad	MA		0	Africa/Casablanca	34.85	-4.43				01	051		
2542558	Mansoura	mansoura	MA		0	Africa/Casablanca	35.13397	-5.36589		Mansora,Mansoura,Menzora		01	151		
2542568	Mensora	mensora	MA		0	Africa/Casablanca	34.83488	-4.96571		El Mensoura,Mensora		01	151		
2542569	Douar Menouala	douar-menouala	MA		0	Africa/Casablanca	34.58745	-5.40219		Douar Menia,Douar Menouala,Menia,Menouala,Minanala		01	405		
2542570	Menokra	menokra	MA		0	Africa/Casablanca	35.05689	-5.47388		Menokra,Menucra		01	151		
2542575	Douar El Manjra	douar-el-manjra	MA		0	Africa/Casablanca	35.10044	-5.6272		Douar El Manjra,Menjera		01	331		
2542577	Lemnaysrat	lemnaysrat	MA		0	Africa/Casablanca	32.28391	-8.76108		Douar Menisrat,Lemnaysrat,Menisrat		07	431		
2542580	Manyala	manyala	MA		0	Africa/Casablanca	35.41843	-5.87517		Manyala,Meniala		01	331		
2542590	Al Mangoub	al-mangoub	MA		0	Africa/Casablanca	32.26725	-2.35534		Al Mangoub,Mengoub		02	251		
2542593	Mendout	mendout	MA		0	Africa/Casablanca	35.07787	-3.89739		Mendout,Mendut		01	051		
2542602	Mnasra	mnasra	MA		0	Africa/Casablanca	34.76545	-5.51557		Douar Menasra,Menacra,Menasra,Mnasra		01	405		
2542603	Lemnasra	lemnasra	MA		0	Africa/Casablanca	35.44073	-5.49542		Lemnasra,Menasera		01	571		
2542610	Douar Mnaat	douar-mnaat	MA		0	Africa/Casablanca	35.14336	-4.73244		Douar Mnaat,Menaat,Menouat		01	151		
2542616	Melqa el Ouidane	melqa-el-ouidane	MA		0	Africa/Casablanca	34.55964	-3.02321		Berteaux,Camp Berteau,Camp Berteaux,Melg el Ouidane,Melga al Widane,Melga el Ouidane,Melqa el Ouidane,Melqu-el-Ouidane		02	533		
2542618	Melmad	melmad	MA		0	Africa/Casablanca	30.85	-6.78				08	587		
2542619	Malloussa	malloussa	MA		0	Africa/Casablanca	35.73696	-5.6314		Malloussa,Maloussa,Melloussa,Melousa,Melusa		01	227		
2542624	Melloukiyine	melloukiyine	MA		0	Africa/Casablanca	34.198	-3.44211				02	265		
2542628	Imilmane	imilmane	MA		0	Africa/Casablanca	31.30178	-6.715		Imilmane,Mellemane		08	401		
2542630	Zawyat Mellal	zawyat-mellal	MA		0	Africa/Casablanca	31.18394	-8.98658		Zaouia Mellal,Zawyat Mellal		07	161		
2542633	Mellal	mellal	MA		0	Africa/Casablanca	34.91	-4.35				01	051		
2542634	Mellal	mellal	MA		0	Africa/Casablanca	30.83	-5.66		Mellal,Mlal		08	587		
2542635	Mellah de Tidili	mellah-de-tidili	MA		0	Africa/Casablanca	31.74002	-7.19934				05	081		
2542636	Dour Mallah Baqqa	dour-mallah-baqqa	MA		0	Africa/Casablanca	31.65834	-7.79487		Bakka,Dour Mallah Baqqa,Mellah Bakka		07	351		
2542637	Mellaha	mellaha	MA		0	Africa/Casablanca	33.8	-4.58				03	451		
2542638	Mellaha	mellaha	MA		0	Africa/Casablanca	32.24955	-3.96571				08	363		
2542655	Mellah	mellah	MA		0	Africa/Casablanca	32.3	-9.25				07			
2542656	Mellah	mellah	MA		0	Africa/Casablanca	31.99461	-6.80925				05	081		
2542657	Mellah	mellah	MA		0	Africa/Casablanca	31.7127	-7.28792				05	081		
2542658	Mellah	mellah	MA		0	Africa/Casablanca	31.59565	-6.74741				05	081		
2542659	Irhaln	irhaln	MA		0	Africa/Casablanca	31.44746	-7.52979		Irhaln,Mellah		07	041		
2542661	Milla’ab	milla-ab	MA		0	Africa/Casablanca	31.54807	-4.8499		Ksar Melaab,Ksar Melaâb,Mellab,Milla'ab,Milla’ab		08	201		
2542667	Malliyech Laoulya	malliyech-laoulya	MA		0	Africa/Casablanca	35.82453	-5.59704		Hammidane,Malliyech Laoulya,Meliech,Meliyech,Melîyech		01	227		
2542671	Douar Melyana	douar-melyana	MA		0	Africa/Casablanca	34.98267	-5.77787		Douar Melyana,Meliana		01	331		
2542676	Melgou	melgou	MA		0	Africa/Casablanca	32.94388	-7.09362				06	461		
2542678	Meleha	meleha	MA		0	Africa/Casablanca	35.07353	-4.73844		Meleha,Melouha		01	151		
2542681	Mellala	mellala	MA		0	Africa/Casablanca	35.43115	-5.2525		Amlala,Melala,Melata,Mellala		01	571		
2542689	Douar Ifqurene	douar-ifqurene	MA		0	Africa/Casablanca	35.33618	-5.38432		Douar Ifqurene,Melaah		01	571		
2542691	Mekta Oulad Ben Adeli	mekta-oulad-ben-adeli	MA		0	Africa/Casablanca	33.42183	-3.67889				03	131		
2542693	Mekt	mekt	MA		0	Africa/Casablanca	30.26	-8.45				09	541		
2542715	Meknès	meknes	MA		545705	Africa/Casablanca	33.89352	-5.54727		MEK,Mekinez,Meknes,Meknès,mei ke nei si,mekunesu,mknas,mqns,Мекнес,מקנס,مكناس,مکناس,ⴰⵎⴽⵏⴰⵙ,メクネス,梅克内斯	061	03	061	1306101011	
2542717	Meknassa Tahtania	meknassa-tahtania	MA		0	Africa/Casablanca	34.2806	-4.07506				03	561		
2542719	Mekmel	mekmel	MA		0	Africa/Casablanca	34.70804	-4.92303		L'Mak-Mel,L’Mak-Mel,Mekmel		03	531		
2542722	Mekkawt	mekkawt	MA		0	Africa/Casablanca	30.30293	-8.57288		Mekiout,Mekkaout,Mekkawt		09	541		
2542723	Mekiotti	mekiotti	MA		0	Africa/Casablanca	29.88	-8.68				09	551		
2542730	Mekansa	mekansa	MA		0	Africa/Casablanca	34.30214	-5.44169		M'Kansa,Mekansa,M’Kansa		03	531		
2542736	Douar Mejmoula	douar-mejmoula	MA		0	Africa/Casablanca	35.29442	-5.61305		Douar Mejmoula,Mechmoula,Mejmoula,Mejmoulâ		01	331		
2542737	Douar Majmoula	douar-majmoula	MA		0	Africa/Casablanca	34.56692	-5.30804		Douar Majmoula,Maj Muola,Mejmoula		01	405		
2542743	Douar Bajlaou	douar-bajlaou	MA		0	Africa/Casablanca	35.36563	-6.03797		Douar Bajlaou,Mechlaou,Mejlaou,Mejtaou		01	511		
2542745	Majjou	majjou	MA		0	Africa/Casablanca	30.94569	-8.08508		Majjou,Mejjou,Mezzou		07	041		
2542749	Mejjat	mejjat	MA		0	Africa/Casablanca	31.58605	-8.31908		Douar Mejjat,Mejjat		07	351		
2542753	Mejdid	mejdid	MA		0	Africa/Casablanca	31.1187	-8.49081				07	161		
2542767	Mehdya Plage	mehdya-plage	MA		0	Africa/Casablanca	34.25137	-6.67904		Mehdiya-Plage,Mehdya Plage		04	281		
2542768	Mehdya	mehdya	MA		0	Africa/Casablanca	34.25596	-6.67345		Mahdia Plage,Media,Mehdaia,Mehdia,Mehdia-Plage,Mehdiya,Mehdya,Mehdya-Port,Mehedia,Mehediya,Mehediyah,Mehedyia,Mendiya-Plage,Plage,Plage de Mehdia		04	281		
2542774	Mharza	mharza	MA		0	Africa/Casablanca	31.33184	-4.30563		Meharza,Mharza,Zerba		08	201		
2542777	Douar Kechamra	douar-kechamra	MA		0	Africa/Casablanca	34.38835	-4.02235		Douar Kechamra,Mehamra		03	561		
2542778	Mehalla	mehalla	MA		0	Africa/Casablanca	35.03722	-4.88973		Mehal-la,Mehalla		01	151		
2542783	Megzart	megzart	MA		0	Africa/Casablanca	30.32996	-8.47444		Magzart,Megzart,Mguezert		09	541		
2542785	Mekta Sfa	mekta-sfa	MA		0	Africa/Casablanca	31.1814	-4.3555		Ksar Megtaae Sfa,Ksar Megtaâe Sfa,Megta Sfa,Mekta Sfa		08	201		
2542789	Magsam	magsam	MA		0	Africa/Casablanca	30.97592	-6.62322		Magsam,Megsem		08	401		
2542798	Magat	magat	MA		0	Africa/Casablanca	30.85818	-8.41659		Magat,Meggues		09	541		
2542799	Mgount	mgount	MA		0	Africa/Casablanca	30.85084	-8.87826		Meggount,Mgount		09	541		
2542801	Magaman	magaman	MA		0	Africa/Casablanca	31.71112	-4.97701		Magaman,Meggamane,Mgamane		08	201		
2542802	Megdoul Ouled Youssef	megdoul-ouled-youssef	MA		0	Africa/Casablanca	32.9355	-4.12953		Megdou Oulad Youssef,Megdoul Ouled Youssef		03	131		
2542803	Megdoul Ouled Dahou	megdoul-ouled-dahou	MA		0	Africa/Casablanca	32.93396	-4.11667		Magdoul Oulad Dahou,Megdoul Ouled Dahou		03	131		
2542804	Megdel	megdel	MA		0	Africa/Casablanca	30.78976	-8.76071		Mechtkate,Megdel,Megdet,Metchkat,Metchtat		09	541		
2542805	Magdaz	magdaz	MA		0	Africa/Casablanca	31.39108	-6.79062		Magdaz,Megdaz		05	081		
2542808	Douar Mgazliyine	douar-mgazliyine	MA		0	Africa/Casablanca	35.34326	-5.75283		Douar Mgazliyine,Megasliene,Mgazlien,Mgazlièn		01	331		
2542813	Madrar	madrar	MA		0	Africa/Casablanca	32.47704	-3.78247		Madrar,Medrar		02	251		
2542823	Madyouna	madyouna	MA		0	Africa/Casablanca	35.77027	-5.91367		Douar Mediouna,Madyouna,Mediouna,Mediuna		01	511		
2542824	Mediouna	mediouna	MA		0	Africa/Casablanca	35.74588	-5.92777				01	511		
2542825	Mediouna	mediouna	MA		0	Africa/Casablanca	33.61655	-4.4466				03	451		
2542826	Mediouna	mediouna	MA		0	Africa/Casablanca	33.45161	-7.51995			0935501031	06	355	0935501031	
2542827	Mediouna	mediouna	MA		0	Africa/Casablanca	31.87922	-4.35043		Madeouna,Mediouna		08	201		
2542828	Medina	medina	MA		0	Africa/Casablanca	34.21035	-4.01909				03	561		
2542829	Medina	medina	MA		0	Africa/Casablanca	32.3	-9.25				07			
2542830	Modyar	modyar	MA		0	Africa/Casablanca	35.59144	-5.88292		Lmadiar,Mediar,Modyar		01	511		
2542833	Medelt	medelt	MA		0	Africa/Casablanca	34.81	-4.26				01	051		
2542834	Meddouza	meddouza	MA		0	Africa/Casablanca	32.54523	-9.27539				07	431		
2542842	Medarsa	medarsa	MA		0	Africa/Casablanca	34.98371	-2.71				02	381		
2542843	Medarsa	medarsa	MA		0	Africa/Casablanca	29.25	-10.11				10	473		
2542846	Mechtata	mechtata	MA		0	Africa/Casablanca	34.67201	-5.30813				01	405		
2542848	Mechta Sidi Amar	mechta-sidi-amar	MA		0	Africa/Casablanca	34.4	-6				04	481		
2542854	Mechra Safsaf	mechra-safsaf	MA		0	Africa/Casablanca	34.91581	-2.62237				02	113		
2542856	Mechra Klila	mechra-klila	MA		0	Africa/Casablanca	34.64462	-2.95228				02	533		
2542857	Mechra Keïloul	mechra-keiloul	MA		0	Africa/Casablanca	35.08874	-2.37118		Mechra Keiloul,Mechra Keïloul,Mechra el Khelil		02	113		
2542859	Mechra-Hommadi	mechra-hommadi	MA		0	Africa/Casablanca	34.73233	-2.7977		Machra' Homadi,Machra’ Homadi,Mechra Homadi,Mechra-Hommadi		02	533		
2542861	Douar Mechra’ Lkyadar	douar-mechra-lkyadar	MA		0	Africa/Casablanca	33.95627	-4.49193		Douar Mechra' Lkyadar,Douar Mechra’ Lkyadar,Mechra Lekiader,Mechra el Kiader,Mechra` Lekyader,Mechra‘ Lekyader		03	561		
2542865	Mechra Benabbou	mechra-benabbou	MA		0	Africa/Casablanca	32.6475	-7.80113				06	461		
2542866	Mechraa Bel Ksiri	mechraa-bel-ksiri	MA		27802	Africa/Casablanca	34.57373	-5.95585		Ksiri,Mechra Belqsiri,Mechra al Ksiri,Mechra-bel-Kairi,Mechraa Bel Ksiri,Mechrá Belqsiri	0548101071	04	481	0548101071	
2542872	Douar Mechka	douar-mechka	MA		0	Africa/Casablanca	33.77853	-4.68903		Douar Mechka,Mechkrar,Mechla		03	451		
2542873	Mechkra	mechkra	MA		0	Africa/Casablanca	33.64848	-4.40913		Mechakra,Mechkra		03	451		
2542874	Douar Machkour	douar-machkour	MA		0	Africa/Casablanca	35.00743	-4.14584		Douar Machkour,Mechkour		01	051		
2542875	Mechkour	mechkour	MA		0	Africa/Casablanca	34.63125	-4.60589		Mechkour,Mechour		03	531		
2542878	Mechines	mechines	MA		0	Africa/Casablanca	34.82554	-4.99652		Mechines,Mechiness,Mzineche		01	151		
2542882	Mechera	mechera	MA		0	Africa/Casablanca	34.85342	-5.10147		El Maasera,El Mansra,Machera,Mechera		01	151		
2542883	Mechcherouane	mechcherouane	MA		0	Africa/Casablanca	34.67564	-4.38143		Mcherouane,Mechcherouane		03	531		
2542898	Mdiq	mdiq	MA		0	Africa/Casablanca	35.68313	-5.32871		Al Mediq,El Medik,El Rincon,M'dia,M'dik,M'diq,Mdic,Mdik,Mdiq,M’dia,M’dik,M’diq,Ricon el Medik,Rincon,Rincon de El Medik,Rincon de Medik,Rincon del Medik,Rincon el Madik,Rincón de Medik,Rincón del Medik,Rincón el Madik,Мдик	573	01	573	1657101051	
2542906	Mdar	mdar	MA		0	Africa/Casablanca	34.51699	-2.63315				02	533		
2542916	Douar Lemdafra	douar-lemdafra	MA		0	Africa/Casablanca	32.17246	-8.66448		Douar Lemdafra,Douar Mdafra,El M'daffra,El M’daffra,Mdafra		07	585		
2542919	Mchitt	mchitt	MA		0	Africa/Casablanca	32.35	-5.38				08	363		
2542928	Mbarek Ben Khalifa	mbarek-ben-khalifa	MA		0	Africa/Casablanca	32	-9		Douar Mbarek ben kalifa,Mbarek Ben Khalifa		07	431		
2542931	Mazzer	mazzer	MA		0	Africa/Casablanca	32.63679	-3.71379				02	251		
2542932	Mazza	mazza	MA		0	Africa/Casablanca	31.3778	-9.3163		Ait Mza,Aït Mza,Mazza,Mozza		07	211		
2542934	Mazouz	mazouz	MA		0	Africa/Casablanca	34.77606	-4.46142				01	051		
2542935	Mazouz	mazouz	MA		0	Africa/Casablanca	32.10389	-7.04634				05	081		
2542936	Mazoura	mazoura	MA		0	Africa/Casablanca	34.79017	-5.42284		Majoura,Mazoura		01	405		
2542938	Douar Mazigha	douar-mazigha	MA		0	Africa/Casablanca	34.76025	-5.14687		Douar Mazigha,Mazighet		03	531		
2542944	Douar Mazer	douar-mazer	MA		0	Africa/Casablanca	34.02931	-4.3217		Douar Mazer,Mazer		03	561		
2542946	Mazaria	mazaria	MA		0	Africa/Casablanca	34.29711	-5.42987		Azib Moulay Ali,Mazaria,Moulay Ali		03	531		
2542951	Mayat	mayat	MA		0	Africa/Casablanca	31.05465	-9.48113		Mayat,Mayett,Mayette		07	211		
2542954	Matous	matous	MA		0	Africa/Casablanca	31.36561	-7.60428				07	041		
2542955	Matmora	matmora	MA		0	Africa/Casablanca	34.72077	-5.09087		El Matmourata,Matmora		03	531		
2542957	Matmata	matmata	MA		0	Africa/Casablanca	34.09914	-4.55219			1556109072	03	561	1556109072	
2542963	Matate	matate	MA		0	Africa/Casablanca	31.15735	-7.94357		Matat,Matate		07	041		
2542964	Matarka	matarka	MA		0	Africa/Casablanca	33.26392	-2.70014		Matarka,Metarka		02	251		
2542966	Douar Mataa	douar-mataa	MA		0	Africa/Casablanca	35.08175	-5.01088		Douar Mataa,Mataa		01	151		
2542968	Massou	massou	MA		0	Africa/Casablanca	32.40893	-4.98666				08	363		
2542982	Issekawne	issekawne	MA		0	Africa/Casablanca	32.09405	-6.68028		Issekawne,Mascaouen,Mascaouene,Mascaouèn		05	081		
2542987	Martil	martil	MA		39738	Africa/Casablanca	35.61662	-5.27522		Martil,Rio Martin,Rio Martine,Río Martín,Wad Martin,Wād Martīn	1657101031	01	571	1657101031	
2542988	Douar Martioha	douar-martioha	MA		0	Africa/Casablanca	34.47318	-4.16171		Douar Marticha,Douar Martioha,Marticha		03	561		
2542990	Douar Mersala	douar-mersala	MA		0	Africa/Casablanca	34.95166	-5.60434		Douar Marsala,Douar Mersala,Marsala,Mersala		01	405		
2542991	Marsa Ben Mehidi	marsa-ben-mehidi	MA		0	Africa/Casablanca	35.08	-2.23				02	113		
2542997	Marrakesh	marrakesh	MA		839296	Africa/Casablanca	31.63416	-7.99994		Marakes,Marakesh,Marakeso,Marakeŝo,Marakeš,Maraksh,Marrakech,Marrakes,Marrakesch,Marrakesh,Marrakesz,Marraqueix,Marraquexe,Marràqueix,Marrákes,Marrákeš,Merrakex,Morocco City,RAK,ma la ke shen,marakeshu,mraksh,Маракеш,Марракеш,مراكش,ⴰⵎⵓⵔⴰⴽⵓⵛ,マラケシュ,马拉喀什	07	07	351	0735101071	
2542998	Lmarrakchiyine	lmarrakchiyine	MA		0	Africa/Casablanca	35.41592	-5.94982		Lmarrakchiyine,Marrakchien,Marrakchiene		01	511		
2543000	Mirroutcha	mirroutcha	MA		0	Africa/Casablanca	31.55358	-4.88542		Ksar Marroutcha,Maroutcha,Mertoucha,Mirroutcha		08	201		
2543005	Douar Mernissa	douar-mernissa	MA		0	Africa/Casablanca	35.02788	-4.23784		Douar Mernissa,Marnisa,Mernassa		01	051		
2543010	Assif-n-Wallous	assif-n-wallous	MA		0	Africa/Casablanca	31.59194	-7.18305		Assif-n-Wallous,Markenit,Markenite		05	081		
2543011	Marjoun	marjoun	MA		0	Africa/Casablanca	29.48	-10.08		Marjoun,Maryun		10	473		
2543015	Marirha	marirha	MA		0	Africa/Casablanca	31.18473	-8.03256		Marigha,Marirha		07	041		
2543024	Maghlif	maghlif	MA		0	Africa/Casablanca	32.49971	-3.78067		Maghalif,Maghlif,Marhlif		02	251		
2543025	Makhfamane	makhfamane	MA		0	Africa/Casablanca	30.58733	-8.02783		Makhfamane,Maknfamane,Marhfamane		09	541		
2543029	Marhabidene	marhabidene	MA		0	Africa/Casablanca	31.84378	-6.9471		Marhabiden,Marhabidene,Marhabidèn		05	081		
2543033	Maret	maret	MA		0	Africa/Casablanca	34.69364	-4.17966				03	531		
2543036	Marchich	marchich	MA		0	Africa/Casablanca	33.44116	-7.55576		Marchich,Merchich		06	355		
2543038	March ez Zaïm	march-ez-zaim	MA		0	Africa/Casablanca	34.99101	-5.1144		Majazeine,March ez Zaim,March ez Zaïm,Marje Zaime,Marje Zaïme		01	151		
2543048	Mawet	mawet	MA		0	Africa/Casablanca	31.39807	-7.85147		Douar Maout,Maout,Maoute Essafly,Mawet		07	041		
2543052	Douar Maaouiya	douar-maaouiya	MA		0	Africa/Casablanca	31.94972	-8.02188		Douar Maaouiya,Douar el Maouia,Maouia,Mouaouia		07	427		
2543055	Maouas	maouas	MA		0	Africa/Casablanca	30.98	-5.88				08	587		
2543057	Maokis	maokis	MA		0	Africa/Casablanca	35.05307	-4.71603				01	151		
2543058	Masqawn	masqawn	MA		0	Africa/Casablanca	31.99866	-6.93392		Maokaoun,Mascaoun,Masqawn		05	081		
2543063	Douar Ouled Mannsour	douar-ouled-mannsour	MA		0	Africa/Casablanca	34.38591	-3.86445		Douar Ouled Mannsour,Mansour,Ouled Mansour		03	561		
2543064	Manssour	manssour	MA		0	Africa/Casablanca	30.87166	-7.80971		Mansour,Manssour,Mensour		09	541		
2543067	Mannsif	mannsif	MA		0	Africa/Casablanca	33.87091	-4.04876		Douar Mannsif,Mannsif		03	561		
2543068	Manjour	manjour	MA		0	Africa/Casablanca	32.03181	-6.77913				05	081		
2543069	Menia	menia	MA		0	Africa/Casablanca	34.43622	-5.44041		Mania,Menia		04	481		
2543085	Mallâtcha	mallatcha	MA		0	Africa/Casablanca	35.27495	-3.02583				02	381		
2543107	Makouda	makouda	MA		0	Africa/Casablanca	34.19167	-3.92667		Douar Makouda,M'qadda,Makouda,M’qadda		03	561		
2543111	Douar Makhoukh	douar-makhoukh	MA		0	Africa/Casablanca	34.44261	-4.87947		Douar Makhoukh,Makhoukh		03	531		
2543112	Douar Makhfamane	douar-makhfamane	MA		0	Africa/Casablanca	31.3347	-8.16264		Douar Makhfamane,Maghfana,Makhfamane		07	041		
2543113	Makhamane	makhamane	MA		0	Africa/Casablanca	31.06	-6.58		Makhaman,Makhamane		08	401		
2543114	Makdat	makdat	MA		0	Africa/Casablanca	34.74368	-5.1002		Makdat,Makdate,Mekdate		03	531		
2543117	Douar Maggou	douar-maggou	MA		0	Africa/Casablanca	35.10382	-5.18459		Douar Maggou,Majjo		01	151		
2543119	Douar Mayzine	douar-mayzine	MA		0	Africa/Casablanca	35.33357	-5.6501		Douar Mayzine,Maizene,Maizine,Maïzene,Maïzine,Mizine		01	331		
2543129	Maïter	maiter	MA		0	Africa/Casablanca	33.69222	-3.66839				03	131		
2543133	Douar Maisra	douar-maisra	MA		0	Africa/Casablanca	35.31705	-5.70856		Douar Maisra,Maisra,Maissera,Maïsra,Maïssera		01	331		
2543134	Maison Cantonnière d’Ouled Azouz	maison-cantonniere-d-ouled-azouz	MA		0	Africa/Casablanca	34.45	-6.47				04	281		
2543136	Mailfa	mailfa	MA		0	Africa/Casablanca	32.50935	-9.23426		Douar Mailfa,Douar Maïlfa,Maifa,Mailfa,Maïfa,Maïlfa		07	431		
2543150	Douar Lamaachate Leflalha	douar-lamaachate-leflalha	MA		0	Africa/Casablanca	32.46706	-9.01031		Douar Lamaachate Leflalha,Maichat,Maïchat,Sidi Maachet,Sidi Maichat,Sidi Maïchat		07	431		
2543152	Douar Lemaaycha	douar-lemaaycha	MA		0	Africa/Casablanca	34.28912	-5.14866		Ahl Lamaichi,Ahl Lamâichi,Douar Lemaaycha,Maicha,Maïcha		03	591		
2543153	Maïcha	maicha	MA		0	Africa/Casablanca	34.25114	-5.11852		Lahmoucha,Maicha,Maïcha		03	591		
2543154	Mayate	mayate	MA		0	Africa/Casablanca	32.27002	-7.52492		Maiat,Mayate,Maïat		07	191		
2543155	Maïa	maia	MA		0	Africa/Casablanca	35.15714	-4.12869		Maia,Maya,Maïa		01	051		
2543169	Zawyat M’arad	zawyat-m-arad	MA		0	Africa/Casablanca	31.08638	-8.90669		Maarade,Maârade,Zaouia Mahrd,Zawyat M'arad,Zawyat M’arad		07	161		
2543172	Douar Mahlil	douar-mahlil	MA		0	Africa/Casablanca	34.59461	-5.35425		Douar Mahlil,Mahil,Mahlil		01	405		
2543173	Mahli	mahli	MA		0	Africa/Casablanca	34.87115	-4.83321				01	151		
2543175	Mahjouba	mahjouba	MA		0	Africa/Casablanca	34.83067	-2.56025				02	113		
2543178	Mahirija	mahirija	MA		0	Africa/Casablanca	33.99051	-3.27789		Mahiridja,Mahirija		02	265		
2543180	Douar Mahircha	douar-mahircha	MA		0	Africa/Casablanca	34.47436	-5.71974		Dar Mahircha,Douar Mahircha,M'chircha,Mahircha,M’chircha		04	481		
2543182	Mahfoud	mahfoud	MA		0	Africa/Casablanca	30.01119	-8.85461				09	541		
2543183	Mahedieh	mahedieh	MA		0	Africa/Casablanca	34.88	-4				01	051		
2543185	Mehdiya	mehdiya	MA		0	Africa/Casablanca	35.02583	-2.43777		Mahdia,Mehdiya		02	381		
2543188	Mahda	mahda	MA		0	Africa/Casablanca	31.86029	-6.8502		Mahda,Mahdata		05	081		
2543194	Mahaleth	mahaleth	MA		0	Africa/Casablanca	34.89456	-4.04322				01	051		
2543196	Maguenoun	maguenoun	MA		0	Africa/Casablanca	30.38	-8.41		Magnoun,Maguennoun,Maguenoun		09	541		
2543202	Magramane	magramane	MA		0	Africa/Casablanca	31.04738	-6.58238				08	401		
2543203	Magoussa	magoussa	MA		0	Africa/Casablanca	34.20814	-4.03054		Douar Magoussa,Magoussa		03	561		
2543204	Oulad Jilali Magous	oulad-jilali-magous	MA		0	Africa/Casablanca	33.31216	-7.21963		Kasba maggous,Magouss,Oulad Jilali Magous		06	111		
2543206	Douar Maghtir	douar-maghtir	MA		0	Africa/Casablanca	34.94283	-5.74005		Douar Maghtir,Maghtir		01	331		
2543210	Magamane Ayt ’Issa	magamane-ayt-issa	MA		0	Africa/Casablanca	32.65414	-5.21007		Magamane Ait Aissa,Magamane Ayt 'Issa,Magamane Ayt ’Issa,Magamane Aït Aïssa		08	363		
2543211	Mghayer	mghayer	MA		0	Africa/Casablanca	35.75052	-5.89211		M'khair,Magair,Magaïr,Mghaiar,Mghayer,M’khaïr		01	511		
2543216	Maddit	maddit	MA		0	Africa/Casablanca	30.78826	-8.09891		Maddit,Madit		09	541		
2543217	El Madayne	el-madayne	MA		0	Africa/Casablanca	34.72616	-4.30885		El Madayne,Madiine		03	531		
2543218	Mnabha	mnabha	MA		0	Africa/Casablanca	30.61761	-8.44689		Madida,Mnabha		09	541		
2543219	Madit	madit	MA		0	Africa/Casablanca	31.22199	-9.44623		Madid,Madit		07	211		
2543221	Madhi Ben Mohammed	madhi-ben-mohammed	MA		0	Africa/Casablanca	34.24322	-5.86627				04	491		
2543231	Madagh	madagh	MA		0	Africa/Casablanca	35.01032	-2.33701		Madagh,Madarh	0811303112	02	113	0811303112	
2543232	Madaw	madaw	MA		0	Africa/Casablanca	29.8702	-8.9482		Madao,Madaw		09	163		
2543234	Madadha	madadha	MA		0	Africa/Casablanca	31.47936	-9.09216		Madadha,Madahda,Mdadah,Mdadha		07	161		
2543240	Lemacchat	lemacchat	MA		0	Africa/Casablanca	32.41682	-9.2387		Douar Machat,Douar Mâchat,Lemacchat,Machaati,Machat,Mâchat		07	431		
2543241	Mâchat	machat	MA		0	Africa/Casablanca	31.9385	-9.3717		Douar el Maachat,Lemaachat Sidi Boudouma,Machat,Mâchat		07	431		
2543243	Douar Amir Ou Moussa	douar-amir-ou-moussa	MA		0	Africa/Casablanca	34.8243	-2.4533		Douar Amir Ou Moussa,Maboura		02	113		
2543246	Douar Lemaazza	douar-lemaazza	MA		0	Africa/Casablanca	35.19361	-5.43934		Douar Lemaazza,El Maghza,El Marhza,Maaza		01	151		
2543254	Lemaadga	lemaadga	MA		0	Africa/Casablanca	34.60308	-6.10046		Douar el Maatga,Douar el Maâtga,Lemaadga,Maatga,Maâtga		04	481		
2543259	Marouf	marouf	MA		0	Africa/Casablanca	31.2395	-7.15247		Maarouf,Marouf		08	401		
2543262	La M’arka	la-m-arka	MA		0	Africa/Casablanca	31.63947	-4.21438		La M'arka,La M’arka,Maarka		08	201		
2543263	Douar Maarit Errmel	douar-maarit-errmel	MA		0	Africa/Casablanca	34.6523	-5.74414		Douar Maarif er Rmel,Douar Maarit Errmel,Douar Maârif er Rmel,Maarif er Rmel,Marif Rmel,Mâarif er Rmel,Mârif Rmel		04	481		
2543264	Douar Maarif	douar-maarif	MA		0	Africa/Casablanca	34.50963	-5.44857		Douar Maarif,El Maarif Ain Karouache,El Maârif Aïn Karouache,Maarif Ben Karrouch		04	481		
2543267	Douar Maouna	douar-maouna	MA		0	Africa/Casablanca	34.71066	-5.42617		Douar Maouna,Maaouna		01	405		
2543268	Maanane	maanane	MA		0	Africa/Casablanca	33.87767	-3.51841		Douar Maanane,Maanane		03	131		
2543272	Maalou	maalou	MA		0	Africa/Casablanca	34.91198	-3.94028		Maalou,Malou		01	051		
2543274	Ma’alla	ma-alla	MA		0	Africa/Casablanca	34.95785	-4.99071				01	151		
2543276	Maali	maali	MA		0	Africa/Casablanca	34.74865	-4.1107		El Mali,Maali		03	561		
2543280	Douar Maaqel	douar-maaqel	MA		0	Africa/Casablanca	34.00943	-4.07171		Douar Maakel el Tahtani,Douar Maaqel,Maakel et Tahtani		03	561		
2543286	Douar Lamaadda	douar-lamaadda	MA		0	Africa/Casablanca	34.90117	-5.968		Douar Lamaadda,Douar Maadda,Ma'da,Maadda,Ma’da		04	281		
2543288	Maada	maada	MA		0	Africa/Casablanca	35.02905	-5.80961		Maada,Maadat,Maadda Dar Laaseri,Maâdat		01	331		
2543291	Douar Maad	douar-maad	MA		0	Africa/Casablanca	35.03731	-4.28301		Douar Maad,Maad		01	051		
2543293	Ma’achat	ma-achat	MA		0	Africa/Casablanca	33.09967	-7.72498		Ma'achat,Maachat,Ma’achat		06	117		
2543295	Maabar	maabar	MA		0	Africa/Casablanca	34.96	-3.81				02	167		
2543299	Lzirway	lzirway	MA		0	Africa/Casablanca	31.24079	-6.58761				08	401		
2543302	Louzazta	louzazta	MA		0	Africa/Casablanca	30.40539	-9.01576		Dar Louzazta,Louzazta		09	541		
2543308	Louta	louta	MA		0	Africa/Casablanca	34.83942	-4.44114				01	051		
2543312	Louredra	louredra	MA		0	Africa/Casablanca	32.18373	-9.11087				07	431		
2543313	Loummih	loummih	MA		0	Africa/Casablanca	30.66551	-9.0991		Lemoui,Loumih,Loummih		09	541		
2543316	L’Oulja	l-oulja	MA		0	Africa/Casablanca	34.2899	-4.94172				03	531		
2543317	Loulija	loulija	MA		0	Africa/Casablanca	30.57722	-8.45505		El Loulija,El Oulja Douar,Loulija		09	541		
2543319	Douar Loukrimat	douar-loukrimat	MA		0	Africa/Casablanca	31.97384	-7.51256		Douar Loukrimat,Loukrim		07	191		
2543320	Loukid	loukid	MA		0	Africa/Casablanca	31.45558	-7.91375		Douar Loukid,Loukid,Loukide,Louqid		07	041		
2543324	Douar Legramat	douar-legramat	MA		0	Africa/Casablanca	32.03215	-8.49871		Douar Legramat,Douar Lougramt,Lougramaf,Lougramat		07	585		
2543328	Louggagh	louggagh	MA		0	Africa/Casablanca	32.40168	-5.0646		Lougaghe,Louggagh,Louggouarh		08	363		
2543332	Louda	louda	MA		0	Africa/Casablanca	35.06603	-4.73672		Lodda,Louda,Luda		01	151		
2543333	Loubiret	loubiret	MA		0	Africa/Casablanca	32.16331	-8.40629		Loubiret,Loubirete		07	585		
2543342	L'Oasis	l-oasis	MA		0	Africa/Casablanca	33.55427	-7.64108		Oasis		06	141		
2543343	Douar Laurad	douar-laurad	MA		0	Africa/Casablanca	32.30496	-7.94067		Douar Laurad,Douar Sbitate,Loara,Loarad,Lourad		07	427		
2543344	Lmzil	lmzil	MA		0	Africa/Casablanca	31.42	-6.2				08	577		
2543346	Lmouda	lmouda	MA		0	Africa/Casablanca	29.6851	-8.88583				09	581		
2543347	Imi -n- Ougai	imi-n-ougai	MA		0	Africa/Casablanca	31.56134	-6.61745		Imi -n- Ougai,Lmi-n-Oug-ni		05	081		
2543348	Douar Lmharba	douar-lmharba	MA		0	Africa/Casablanca	34.45666	-5.86059		Douar Lmharba,Lamharba,Lmharba		04	491		
2543353	Lmâadene	lmaadene	MA		0	Africa/Casablanca	31.06461	-8.50149		Lmaaden,Lmaadene,Lmâadene,Lmâadén		07	161		
2543356	Izagzawn	izagzawn	MA		0	Africa/Casablanca	31.46241	-7.30157		Izagzawn,Lkouzoudene		07	041		
2543357	Al Khoums	al-khoums	MA		0	Africa/Casablanca	30.82839	-8.57615		Al Khoums,Lkhoms		09	541		
2543358	Al Khoums	al-khoums	MA		0	Africa/Casablanca	30.76205	-8.75839		Al Khoums,Lkhoms		09	541		
2543359	L’ Kasbour	l-kasbour	MA		0	Africa/Casablanca	29.64267	-9.23633		El Kazbour,Kasbour,L' Kasbour,L’ Kasbour		09	581		
2543747	Lalla Chafia	lalla-chafia	MA		0	Africa/Casablanca	32.46533	-8.27504				06	467		
2543360	Kasbat Aït Mesri	kasbat-ait-mesri	MA		0	Africa/Casablanca	30.42916	-7.41036		Ait Mesri,Aït Mesri,Kasbat Ait Mesri,Kasbat Aït Mesri,Lekbt,Lkasbet,Qacbat Ait Mesri,Qaçbat Aït Mesri		08	401		
2543361	Ljakonene	ljakonene	MA		0	Africa/Casablanca	34.83	-4.61				01	051		
2543363	Lisra	lisra	MA		0	Africa/Casablanca	31.73531	-9.61336		Douar Chbikh Mahdi,Lisra		07	211		
2543365	Lisasfa Et-tahtania	lisasfa-et-tahtania	MA		0	Africa/Casablanca	32.58974	-7.58432		Douar Caid Bouchaib,Douar Caïd Bouchaïb,Lisafa et Tahtania,Lisasfa Et-tahtania,Lisasfa et Tahtania,Lisrasfa Tahtanyne		06	461		
2543366	Lisasfa	lisasfa	MA		0	Africa/Casablanca	32.63692	-7.51687		Dar el Jilali Ben Daoud,Douar el Djilali Ben Daoud,Douar el Jilali ben Daoud,Lisasfa,Lisasfa el Gouaiyne		06	461		
2543367	Zaouia Laraouïïne	zaouia-laraouiine	MA		0	Africa/Casablanca	31.4809	-8.53617		Lirhaouine,Zaouia Laraouiine,Zaouia Laraouïïne,Zawyat Larawiyine		07	161		
2543371	Lmi n’Tawarda	lmi-n-tawarda	MA		0	Africa/Casablanca	31.33402	-6.50009		Lim-n-Tawarda,Lmi n'Taouarda,Lmi n'Tawarda,Lmi n’Taouarda,Lmi n’Tawarda		08	401		
2543375	Liguemmi Ou Aers	liguemmi-ou-aers	MA		0	Africa/Casablanca	30.71	-9.71				09	001		
2543378	Lhnidat	lhnidat	MA		0	Africa/Casablanca	31.99732	-9.13745		Lahnoudat,Lhnidat,Znaktia		07	431		
2543381	Douar Laassasla	douar-laassasla	MA		0	Africa/Casablanca	32.06997	-9.20219		Asasla,Douar Laassasla,Lhassasla		07	431		
2543382	Lhasoun	lhasoun	MA		0	Africa/Casablanca	31.0875	-6.58382				08	401		
2543384	Lhallat	lhallat	MA		0	Africa/Casablanca	29.41221	-9.28131		Lhalate,Lhallat		10	473		
2543385	Douar Lhalha	douar-lhalha	MA		0	Africa/Casablanca	34.37971	-3.93385		Dar Lhalha,Douar Lhalha,Lhalha		03	561		
2543387	Lhad Izeroualn	lhad-izeroualn	MA		0	Africa/Casablanca	29.36596	-9.38176				10	473		
2543389	Al Hadaja	al-hadaja	MA		0	Africa/Casablanca	31.97123	-7.22436		Al Hadaja,Hadadja,Hadaja,Lalla Hadja,Lhadaja		07	191		
2543391	Douar Lgrat es Soualem	douar-lgrat-es-soualem	MA		0	Africa/Casablanca	34.44435	-5.886		Douar Lgrat es Soualem,Lgrat es Soualem		04	491		
2543392	Aït Zayd	ait-zayd	MA		0	Africa/Casablanca	31.83889	-6.46144		Ait Zayd,Aït Zayd,Ighrem n'Ait Zayd,Ighrem n’Aït Zayd,Lghrem-n-Ait Zayd,Lghrem-n-Aït Zayd		05	081		
2543393	Ighrem-n-Aït Bou ’Issa	ighrem-n-ait-bou-issa	MA		0	Africa/Casablanca	31.68449	-6.93693		Ighrem-n-Ait Bou 'Issa,Ighrem-n-Aït Bou ’Issa,Lghrem-n-Ait Bou 'Issa,Lghrem-n-Aït Bou ’Issa		05	081		
2543394	Ifrane	ifrane	MA		13000	Africa/Casablanca	31.70217	-6.3494		Ifran,Ifrane,Lfrane,Ифран		05	081		
2543396	‘Ifur	ifur	MA		0	Africa/Casablanca	31.32641	-6.18415		Lfar,`Ifur,‘Ifur		08	577		
2543397	Lziyt	lziyt	MA		0	Africa/Casablanca	29.8931	-9.21303		Lezzit,Lziyt		09	163		
2543405	Maarif - Twin-Center	maarif-twin-center	MA		0	Africa/Casablanca	33.58677	-7.63241		Ain Bardja,Camp Militaire d'Ain Bordja,Camp Militaire d'Aïn Bordja,Camp d'Ain Bordja,Camp d'Ain Borja,Camp d'Aïn Bordja		06	141		
2543406	Douar Madcher Lazbal	douar-madcher-lazbal	MA		0	Africa/Casablanca	35.15635	-4.98946		Douar Madcher Lazbal,Lesbal		01	151		
2543407	Le Saïs	le-sais	MA		0	Africa/Casablanca	33.97304	-4.90982		Le Sais,Le Saiss,Le Saïs,Le Saïss,Sais		03	231		
2543411	Le Puits Rouge	le-puits-rouge	MA		0	Africa/Casablanca	34.29	-6.48				04	281		
2543412	Le Polo	le-polo	MA		0	Africa/Casablanca	33.55	-7.6				06	141		
2543418	Langar	langar	MA		0	Africa/Casablanca	32.32829	-6.64508		Langar,Lengar		05	255		
2543422	Lemsara	lemsara	MA		0	Africa/Casablanca	35.14591	-3.24353		Lemsara,Lemsâra		02	167		
2543424	Douar Lamghaouir	douar-lamghaouir	MA		0	Africa/Casablanca	32.25516	-9.1757		Douar Lamghaouir,Douar Lemrhouar,Lemrhouar		07	431		
2543425	Lemouns	lemouns	MA		0	Africa/Casablanca	31.27725	-9.15504				07	161		
2543429	Lemdint	lemdint	MA		0	Africa/Casablanca	30.38155	-7.26333		Lemdinnt,Lemdint		08	401		
2543430	Lamdint	lamdint	MA		0	Africa/Casablanca	30.32116	-7.85672		Lamdint,Lemdint,Lemdirit Lemdint		09	541		
2543431	Douar Lgaraa	douar-lgaraa	MA		0	Africa/Casablanca	31.68896	-9.4696		Douar Ambbersa,Douar Lgaraa,Lembarsa,Lemdarsa		07	211		
2543432	Lemdaouad	lemdaouad	MA		0	Africa/Casablanca	34.69393	-4.4436		Lemdaouad,Lemdaoud		01	051		
2543437	Lekrerech	lekrerech	MA		0	Africa/Casablanca	34.60239	-3.59099				02	265		
2543444	Lekherbt	lekherbt	MA		0	Africa/Casablanca	30.23518	-9.20079		El Khabit,Lekherbt		09	163		
2543449	Douar Lehsakra	douar-lehsakra	MA		0	Africa/Casablanca	35.46079	-5.65418		Douar Lehsakra,Lehsakra		01	571		
2543450	Douar Leghriba	douar-leghriba	MA		0	Africa/Casablanca	35.07286	-2.98434		Douar Leghriba,Lehriba		02	381		
2543451	Lehrhi	lehrhi	MA		0	Africa/Casablanca	32.42353	-6.32242		Lehrhi,Lehri		05	091		
2543452	Douar Lehouwaza	douar-lehouwaza	MA		0	Africa/Casablanca	33.78562	-4.4642		Douar Lehouwaza,Lehouaza		03	451		
2543453	Douar Lahmamda	douar-lahmamda	MA		0	Africa/Casablanca	32.26459	-9.14236		Douar Lahmamda,Douar Lehmamda,Lehmamda		07	431		
2543454	Lehlalat	lehlalat	MA		0	Africa/Casablanca	31.49021	-9.11855		Lahlalat,Lalellet,Lehlalat,Lehlalate		07	161		
2543455	Lahchicha	lahchicha	MA		0	Africa/Casablanca	35.0099	-6.15629		Douar Lichaicha,Douar Lichaïcha,Lahchicha,Lehchaicha,Lehchaïcha		01	331		
2543463	Laghzawna	laghzawna	MA		0	Africa/Casablanca	31.88404	-7.06726		Laghzawna,Leghzaouna		07	191		
2543473	Le Emdenna	le-emdenna	MA		0	Africa/Casablanca	29.17435	-10.04047				10	473		
2543476	Douar Lacheqrach	douar-lacheqrach	MA		0	Africa/Casablanca	35.69668	-5.48368		Douar Lacheqrach,Lechkhach,Lechkrech		01	227		
2543480	Lahchaba	lahchaba	MA		0	Africa/Casablanca	35.80168	-5.57845		Lahchaba,Lechba,Lecheba		01	227		
2543485	Lebabna	lebabna	MA		0	Africa/Casablanca	34.69786	-4.92347				03	531		
2543486	Idoukaln	idoukaln	MA		0	Africa/Casablanca	31.63955	-6.46865		Idoukaln,Ldouklan		05	081		
2543488	Lbrahil	lbrahil	MA		0	Africa/Casablanca	33.45635	-4.01693				03	131		
2543489	Tekrant	tekrant	MA		0	Africa/Casablanca	31.19225	-9.0529		Lbour,Tekrant		07	161		
2543490	Al Borj	al-borj	MA		0	Africa/Casablanca	31.01637	-8.58191		Al Borj,El Boudj,Lborj		07	161		
2543491	Lblida	lblida	MA		0	Africa/Casablanca	29.98	-5.51		El Blida,El Blîdâ,Lblida		08	587		
2543492	Labrabar	labrabar	MA		0	Africa/Casablanca	30.98303	-6.63747		Labrabar,Labraber,Lberaber,Lberabeur		08	401		
2543737	Lalla Dada	lalla-dada	MA		0	Africa/Casablanca	31.68	-9.56		Lahdada,Lalla Dada,Seid Dada,Seïd Dada		07	211		
2543495	Oulad er Rahi	oulad-er-rahi	MA		0	Africa/Casablanca	32.09184	-6.91257		Lbaten Ben Arar,Lbatene Ben Arar,Lbatèn Ben Arar,Oulad er Rahi		05	081		
2543496	Ibaqalliwn	ibaqalliwn	MA		0	Africa/Casablanca	31.66034	-6.38895		Ibaqalliwn,Lbaqalliwn		05	081		
2543497	Douar Laazib	douar-laazib	MA		0	Africa/Casablanca	35.27005	-3.73163		Douar Laazib,La'zib,Laazib,Lazibe,La’zîb		02	167		
2543498	Layaïda	layaida	MA		0	Africa/Casablanca	31.98	-8.86				07	431		
2543502	Lassouat	lassouat	MA		0	Africa/Casablanca	31.92019	-9.29021		Douar el Amine,Lassouat		07	431		
2543504	Lassela	lassela	MA		0	Africa/Casablanca	29.95	-9.43		Lasla,Lassela		09	163		
2543508	Lasdar	lasdar	MA		0	Africa/Casablanca	29.14009	-10.23629				10	473		
2543509	Douar Laasara	douar-laasara	MA		0	Africa/Casablanca	35.0871	-3.51676		Douar Laasara,La'sara,La’sara		02	167		
2543511	Douar Laroussine	douar-laroussine	MA		0	Africa/Casablanca	34.46615	-5.90348		Douar Laroussine,Laroussine		04	491		
2543512	Laroussiine	laroussiine	MA		0	Africa/Casablanca	34.36221	-5.44265		Laaroussyene,Laroussiine,Laâroussyène		03	531		
2543515	Douar Larjam	douar-larjam	MA		0	Africa/Casablanca	31.26865	-8.13731		Douar Larjam,Largeme,Larjam		07	041		
2543516	Larjam	larjam	MA		0	Africa/Casablanca	29.92032	-9.694		Larjam,Larjame		09	163		
2543517	Douar Larjame	douar-larjame	MA		0	Africa/Casablanca	29.57084	-9.80316		Douar Larjame,Larjam		09	581		
2543519	Douar Laarissa	douar-laarissa	MA		0	Africa/Casablanca	31.92478	-7.68498		Douar Laarissa,Douar Larissa,El hrissa,Larissa		07	427		
2543521	Douar Lehrichat Hammadi	douar-lehrichat-hammadi	MA		0	Africa/Casablanca	31.61661	-8.4437		Douar Larichat,Douar Lehrichat Hammadi,Douar Lârichat,Lahrichat,Larichat,Lârichat		07	161		
2543525	Laghlimiyine	laghlimiyine	MA		0	Africa/Casablanca	32.50552	-9.11185		Douar Larhlimine,Laghlimiyine,Larhlimine		07	431		
2543528	Lagharta	lagharta	MA		0	Africa/Casablanca	34.44552	-6.04671		Douar Larharta,El Hrarta,Lagharta,Larharta		04	481		
2543533	Douar Oulad El Arbi Ettouil	douar-oulad-el-arbi-ettouil	MA		0	Africa/Casablanca	34.82201	-5.85558		Douar Larbi Touil,Douar Oulad El Arbi Ettouil,Larbi Touil,Ouled Larbi Touil		04	481		
2543534	Larbi Ou Jaa	larbi-ou-jaa	MA		0	Africa/Casablanca	31.51	-9.56		Douar Larbi Ould Oujar,Larbi Ou Jaa		07	211		
2543535	Douar Larbi Nessiri	douar-larbi-nessiri	MA		0	Africa/Casablanca	34.38263	-5.58892		Dar Larbi Nessiri,Douar Larbi Nessiri,Larbi Nessiri		04	481		
2543543	Larbaat Shoul	larbaat-shoul	MA		0	Africa/Casablanca	33.97205	-6.6124		Larb'a as Sehoul,Larbaat Shoul,Larb’a as Sehoul		04	441		
2543544	Larbé	larbe	MA		0	Africa/Casablanca	31.55252	-7.49461		El Arbaa,El Arbaâ,Larba,Larbaa,Larbe,Larbé		07	041		
2543549	Larache	larache	MA		109294	Africa/Casablanca	35.19321	-6.15572		Al `Ara'ish,Al ‘Arā’īsh,Al-Araisz,El Aaraich,El Araish,Larache,Larasas,Larash,Larasha,Laraso,Laraxe,Laraŝo,Larašas,Larraix,Lavache,araishu,la la shen,la rach,lalasyu,Лараш,Лараша,לראצה,العرائش,عرائش,عرایش,ลารัช,アライシュ,拉臘什,라라슈	1633101031	01	331	1633101031	
2543550	Douar Lehracha	douar-lehracha	MA		0	Africa/Casablanca	31.64141	-9.18149		Douar Ahl Tertoure,Douar Lehracha,Laracha		07	211		
2543551	Laaraara	laaraara	MA		0	Africa/Casablanca	35.16118	-4.64542		Laaraara,Laraara		01	151		
2543552	Dchiriyine	dchiriyine	MA		0	Africa/Casablanca	35.56814	-5.45122		Dchiriyine,Lahoucine,Laouziyine,Laucien,Lauzien		01	571		
2543558	La’wina	la-wina	MA		0	Africa/Casablanca	31.22481	-8.61094		El Aouinate,El Aouïnate,La'wina,Laouina,La’wina		07	161		
2543559	Douar Lehouichat	douar-lehouichat	MA		0	Africa/Casablanca	31.90226	-8.05913		Douar Lehouichat,Douar el Ouichate,Laachach,Laouichat,Laouichate,Laâchach		07	351		
2543560	Douar Laaoufat	douar-laaoufat	MA		0	Africa/Casablanca	32.26358	-9.2086		Douar Laaoufat,Douar Laoufat,Laoufat		07	431		
2543562	Douar Laouamer	douar-laouamer	MA		0	Africa/Casablanca	34.36987	-5.9655		Douar Laouamer,Laouamer		04	481		
2543563	Laaouaguel	laaouaguel	MA		0	Africa/Casablanca	32.38078	-8.80733		Laaouaguel,Laouaguel		07	431		
2543564	Laoua	laoua	MA		0	Africa/Casablanca	34.83783	-5.32361				01	405		
2543567	Lansar	lansar	MA		0	Africa/Casablanca	29.93	-5.5		Lansar,Lanssar,Lânssar		08	587		
2543568	Lânassar	lanassar	MA		0	Africa/Casablanca	34.53804	-4.00797				03	561		
2543569	Lamouakhikh	lamouakhikh	MA		0	Africa/Casablanca	31.38442	-8.59838		Lamouakhikh,Lamwakhikh		07	161		
2543570	Lamtik	lamtik	MA		0	Africa/Casablanca	31.37321	-6.44583		Lamtik,Lamtiq		08	401		
2543571	Douar Lamriene	douar-lamriene	MA		0	Africa/Casablanca	34.42006	-4.20077		Douar Lamriene,Lamriene		03	561		
2543574	Douar Laamirat	douar-laamirat	MA		0	Africa/Casablanca	32.28525	-8.72127		Douar Laamirat,Douar Lamiret,Lamiret		07	431		
2543577	Lamarna	lamarna	MA		0	Africa/Casablanca	32.76131	-7.83211				06	461		
2543579	Lamakzene	lamakzene	MA		0	Africa/Casablanca	31.14753	-8.61494				07	161		
2543580	Tallouzt	tallouzt	MA		0	Africa/Casablanca	30.77066	-8.79428		Lalloust,Tallouzt,Taouloust		09	541		
2543599	Lalla Tensaït	lalla-tensait	MA		0	Africa/Casablanca	31.1687	-8.77854				07	161		
2543602	Lalla Takerkoust	lalla-takerkoust	MA		0	Africa/Casablanca	31.36179	-8.1336		Lake Lalla Takerkoust,Lalla Takerkoust,Zaouia Lalla Tekerkoust		07	041		
2543619	Lalla Safia	lalla-safia	MA		0	Africa/Casablanca	32.70853	-4.93171				08	363		
2543626	Lalla Rhano	lalla-rhano	MA		0	Africa/Casablanca	34.77521	-6.0785		Lalla Ghano,Lalla Rhano,Ouled lalla ghanou		04	281		
2543650	Lalla Outka	lalla-outka	MA		0	Africa/Casablanca	34.73143	-4.83904				03	531		
2543658	Douar Lalla Mallouka	douar-lalla-mallouka	MA		0	Africa/Casablanca	32.39952	-9.23059		Douar Lalla Mallouka,Douar Lalla Mlouka,Lalla Melouka,Lalla Mlouka		07	431		
2543660	Lalla Mira	lalla-mira	MA		0	Africa/Casablanca	34.41438	-6.04898		El Aouameur,Lalla Mira		04	481		
2543667	Lalla Mimouna	lalla-mimouna	MA		0	Africa/Casablanca	34.84606	-6.06645		Lal-la Mimuna,Lalla Mimouna,Lalla miouna-adachra	0528109052	04	281	0528109052	
2543673	Lalla Mezouara	lalla-mezouara	MA		0	Africa/Casablanca	33.38	-8.11		Lalla Mezouara,Lalla Mezoura		06	181		
2543684	Douar Laalaloua	douar-laalaloua	MA		0	Africa/Casablanca	31.71595	-9.06834		Ahle Louad,Dar el Hoetat,Douar Laalaloua,Douar el Hoetat,Lalla Loua		07	211		
2543703	Lalla Ito	lalla-ito	MA		0	Africa/Casablanca	34.33153	-6.19149		Lalla Ito,Lalla Yaddou		04	491		
2543751	Douar Lalla Bayto Allah	douar-lalla-bayto-allah	MA		0	Africa/Casablanca	31.77974	-9.25505		Douar Lalla Bayto Allah,Lalla Baitoula,Lalla Baïtoula		07	211		
2543755	Douar Lalla Attouch	douar-lalla-attouch	MA		0	Africa/Casablanca	31.48813	-8.16508		Douar Lalla Attouch,Lalla Atouch		07	351		
2543757	Lalla Ariba	lalla-ariba	MA		0	Africa/Casablanca	31.25982	-8.81995		Lalla Araiba,Lalla Araïba,Lalla Ariba		07	161		
2543787	Douar Lehliouat	douar-lehliouat	MA		0	Africa/Casablanca	32.33087	-9.16408		Douar Lehliouat,Laliouat		07	431		
2543789	Douar Hlalma	douar-hlalma	MA		0	Africa/Casablanca	34.28803	-4.25414		Douar Hlalma,Douar Lalalma,Lalalma		03	561		
2543790	Lala Beïd Oula	lala-beid-oula	MA		0	Africa/Casablanca	29.30151	-10.14004		La La Bait Al Lah,La La Bait At Lah,Lala Beid Oula,Lala Beïd Oula		10	473		
2543793	Douar Lakouiyef	douar-lakouiyef	MA		0	Africa/Casablanca	31.88362	-8.98813		Douar Lakouiyef,Lakouif		07	431		
2543795	Lakouar	lakouar	MA		0	Africa/Casablanca	34.07172	-5.52685		El Kouar,Lakouar		03	061		
2543796	Leknadda	leknadda	MA		0	Africa/Casablanca	32.44182	-7.37484		Douar Lakneda,Douar el Knad,Lakneda,Leknadda		07	191		
2543797	Lakmaniene	lakmaniene	MA		0	Africa/Casablanca	35.37666	-5.34727				01	571		
2543798	Lakhriouia	lakhriouia	MA		0	Africa/Casablanca	30.25892	-6.73881		Lakhriouia,Lakhriwia		09	551		
2543799	Lakhrbt	lakhrbt	MA		0	Africa/Casablanca	30.31059	-7.27916				08	401		
2543802	Douar Lakhlifat	douar-lakhlifat	MA		0	Africa/Casablanca	31.66285	-9.44504		Douar Krlifat,Douar Lakhlifat,Laghlifate,Lakhelaifat,Lakhelaifate,Lakhelaïfat,Lakhelaïfate		07	211		
2543808	Douar Lekaabcha	douar-lekaabcha	MA		0	Africa/Casablanca	34.81538	-2.29611		Douar Lekaabcha,Lakamcha,Lakamchat		02	113		
2543809	Lakaaka	lakaaka	MA		0	Africa/Casablanca	31.66463	-9.50795		Douar el Kraker,Lakaaka		07	211		
2543810	Iajjouchene	iajjouchene	MA		0	Africa/Casablanca	35.06902	-3.46945		Iajjouchene,L'ajouchene,L’ajouchene		02	167		
2543811	Douar Laajema	douar-laajema	MA		0	Africa/Casablanca	32.42814	-9.10211		Douar Laajema,Douar Lajema,Lajema,Lâjema		07	431		
2543813	Laïoun	laioun	MA		0	Africa/Casablanca	34.67726	-4.39577		Laioun,Laïoun,Ouled Merroune		03	531		
2543814	Douar El Aioun Essefliya	douar-el-aioun-essefliya	MA		0	Africa/Casablanca	35.38241	-5.64312		Douar El Aioun Essefliya,Laiouene Seflia,Laïouene Seflia		01	571		
2543815	Laïouene Fokia	laiouene-fokia	MA		0	Africa/Casablanca	35.38943	-5.64057				01	571		
2543817	Laimouna	laimouna	MA		0	Africa/Casablanca	35.84568	-5.40288				01	227		
2543818	Laïdoun	laidoun	MA		0	Africa/Casablanca	29.37002	-9.47298				10	473		
2543819	Lahwant	lahwant	MA		0	Africa/Casablanca	31.26486	-6.86053				08	401		
2543820	Lahsene Abd el Kader	lahsene-abd-el-kader	MA		0	Africa/Casablanca	31.16	-9.53		Lahsen Abd el Kader,Lahsene Abd el Kader,Lhasene Abd el Kader		07	211		
2543826	Douar Lahsen	douar-lahsen	MA		0	Africa/Casablanca	35.31524	-5.49016		Douar Lahsen,Lahcene,Lahsene		01	331		
2543827	Douar Lahsasna	douar-lahsasna	MA		0	Africa/Casablanca	32.44229	-7.21148		Douar Lahsasna,Lahsasna,Oulad Driss,Ouled Driss		06	461		
2543829	Douar Lahrayq	douar-lahrayq	MA		0	Africa/Casablanca	33.94763	-4.33556		Douar Lahrayq,Lahraik,Lahraïk,Lariab		03	561		
2543831	Dour Lehouiouate	dour-lehouiouate	MA		0	Africa/Casablanca	31.71343	-7.78964		Douar Lahouiet,Douar el Aouaouhet,Dour Lehouiouate,Lahouianate,Lahouiet		07	427		
2543832	Douar Lahouel	douar-lahouel	MA		0	Africa/Casablanca	34.32162	-4.00403		Douar Lahouel,Lahouel		03	561		
2543835	La’mamra	la-mamra	MA		0	Africa/Casablanca	32.0679	-9.25222		Bled Ould Mrah,La'mamra,Lahmamra,La’mamra,Oulad Mrah		07	431		
2543836	Douar Lahmamna	douar-lahmamna	MA		0	Africa/Casablanca	32.36751	-9.13075		Douar Lahmamna,Lahmamna,Lehmamda,Lehmamna		07	431		
2543838	Douar Lahmadat	douar-lahmadat	MA		0	Africa/Casablanca	32.4308	-7.10028		Douar Lahmadat,Lahmadat,Lahmadate,Lalmadak		06	461		
2543839	Aïn el Ahlou	ain-el-ahlou	MA		0	Africa/Casablanca	31.0953	-9.48211		Ain Lahlou,Ain el Ahlou,Aïn Lahlou,Aïn el Ahlou		07	211		
2543841	Lahlaïss	lahlaiss	MA		0	Africa/Casablanca	32.41223	-7.35083		Douar Aliet,Douar Lahlais,Douar Lahlaïs,Lahlais,Lahlaiss,Lahlaïs,Lahlaïss		07	191		
2543847	Lahallat	lahallat	MA		0	Africa/Casablanca	29.37913	-9.7344				10	473		
2543848	Lahadene	lahadene	MA		0	Africa/Casablanca	30.51457	-6.10037		El Had,El Haddano,Lahadene		08	587		
2543849	Lahabsa	lahabsa	MA		0	Africa/Casablanca	31.95061	-9.30212		Douar Cheikh Sidi Mohammed,Douar Cheïkh Sidi Mohammed,Lahabsa		07	431		
2543850	Douar Laabichat	douar-laabichat	MA		0	Africa/Casablanca	31.99898	-8.76926		Douar Laabichat,Douar Labichat,Laabicha,Labichat,Lahabichat,Lahabichate		07	585		
2543851	Lahabd	lahabd	MA		0	Africa/Casablanca	31.3815	-9.02492				07	161		
2543852	Lagoumaïhat	lagoumaihat	MA		0	Africa/Casablanca	31.62855	-9.59739		Douar el Hajj Said,Douar el Hajj Saïd,Lagoumaihat,Lagoumaïhat,Legmihat		07	211		
2543857	Ladi n’Ougouram	ladi-n-ougouram	MA		0	Africa/Casablanca	32.2625	-6.21361				05	081		
2543858	Ladilate	ladilate	MA		0	Africa/Casablanca	31.63978	-8.8822				07	161		
2543864	La Capestane	la-capestane	MA		0	Africa/Casablanca	33.91721	-5.75425				03	061		
2543867	Labramja	labramja	MA		0	Africa/Casablanca	32.90729	-7.89117				06	461		
2543869	Labouwr	labouwr	MA		0	Africa/Casablanca	31.70669	-6.62929		Labor,Labouwr		05	081		
2543871	Labiar	labiar	MA		0	Africa/Casablanca	28.83778	-10.42229		El-Abiar,Labiar		10	261		
2543876	Labalda	labalda	MA		0	Africa/Casablanca	34.43633	-6.21601		Abadla,Douar Labalda,Labalda		04	491		
2543877	Laazib	laazib	MA		0	Africa/Casablanca	30.26014	-9.13		Azzib,Laazib		09	541		
2543879	Douar Laayayda	douar-laayayda	MA		0	Africa/Casablanca	34.89111	-5.95596		Douar Laayayda,Laa'yaida,Laa’yaïda		04	281		
2543880	Laatoutat	laatoutat	MA		0	Africa/Casablanca	32.45788	-9.22735		Laatotat,Laatoutat,Latouta		07	431		
2543881	Douar Laatoucha	douar-laatoucha	MA		0	Africa/Casablanca	32.57084	-7.37516		Douar Laatocha,Douar Laatoucha,Douar el Arech,Laatocha,Laatoucha,Laâtoucha		06	461		
2543884	Laassaba	laassaba	MA		0	Africa/Casablanca	31.43451	-9.26904		Ait Latchour,Aït Latchour,Laassaba		07	211		
2543886	Laaroussine	laaroussine	MA		0	Africa/Casablanca	32.82968	-7.98151				06	461		
2543892	Laarbia	laarbia	MA		0	Africa/Casablanca	31.05	-6.6		Laarbia,Ouled Larbia		08	401		
2543895	Laarabsa	laarabsa	MA		0	Africa/Casablanca	29.2	-10.1				10	473		
2543896	Douar Laarob	douar-laarob	MA		0	Africa/Casablanca	31.58572	-9.60612		Douar Laarob,El Ousseine,El Ousseïne,Laarab		07	211		
2543897	Douar Laamaren	douar-laamaren	MA		0	Africa/Casablanca	35.36053	-5.87323		Douar Laamaren,El Amaren,El Amarèn,Laamarine		01	331		
2543903	Lahfar	lahfar	MA		0	Africa/Casablanca	30.97236	-6.7119		Laafer,Laafeur,Lahfar,Lâafeur		08	401		
2543910	Ezzkarya	ezzkarya	MA		0	Africa/Casablanca	35.49609	-5.57153		Douar Izkariya,Ezzkarya,Kzaria,Kzâria,Skaria		01	571		
2543911	Kyaïra Bdout	kyaira-bdout	MA		0	Africa/Casablanca	35.00393	-5.83879		Bkira,Kyaira Bdout,Kyaïra Bdout		01	331		
2543919	Ktawa	ktawa	MA		0	Africa/Casablanca	31.95264	-7.37941		Douar Ktaoua,Ktaoua,Ktawa		07	191		
2543934	Douar Qsirissi	douar-qsirissi	MA		0	Africa/Casablanca	35.20028	-6.07903		Douar Qsirissi,Kaserisi,Ksirissi		01	331		
2543935	Ksir Ignaouene	ksir-ignaouene	MA		0	Africa/Casablanca	30.08	-5.53		Ksir Ignaoene,Ksir Ignaouene		08	587		
2543936	Asserghine	asserghine	MA		0	Africa/Casablanca	31.25729	-4.22104		Asserghine,Asserhine,Asserrhine,Ksir Asserrhine,Ksiret Asserghine		08	201		
2543946	Ociba N-igourramane	ociba-n-igourramane	MA		0	Africa/Casablanca	31.56034	-5.02819		Dar el Ksiba,Ksiba,Ksiba n'Igouramene,Ksiba n’Igouramene,Ociba N-igourramane		08	201		
2543947	Ksiba	ksiba	MA		0	Africa/Casablanca	30.28073	-9.14979		Ksiba,Ksibat		09	541		
2543948	Ksiba	ksiba	MA		0	Africa/Casablanca	29.82	-5.63				08	587		
2543957	Ksebt Staïh	ksebt-staih	MA		0	Africa/Casablanca	29.96591	-9.53243		Kasba Steih,Kasba Steïh,Ksebt Staih,Ksebt Staïh,Ksebt Stiha		09	163		
2543958	Ksebt n’Ourhi	ksebt-n-ourhi	MA		0	Africa/Casablanca	30.25	-5.68				08	587		
2543959	Ksebt n’Aït Hakka	ksebt-n-ait-hakka	MA		0	Africa/Casablanca	30.31	-5.83				08	587		
2543960	Ksebt Ibourri	ksebt-ibourri	MA		0	Africa/Casablanca	29.95	-5.58				08	587		
2543961	Ksebt er Remla	ksebt-er-remla	MA		0	Africa/Casablanca	30.01	-5.55				08	587		
2543962	Ksebt An-Namous	ksebt-an-namous	MA		0	Africa/Casablanca	31.06641	-4.01701		Ksebt An-Namous,Ksebt en Namous		08	201		
2543963	Ksebt el Makhzene	ksebt-el-makhzene	MA		0	Africa/Casablanca	30.55	-6.06		Ksebt el Makhzen,Ksebt el Makhzene		08	587		
2543964	Ksebt Arhellane	ksebt-arhellane	MA		0	Africa/Casablanca	30.43	-5.85				08	587		
2543965	Ksebt Aït Isfoul	ksebt-ait-isfoul	MA		0	Africa/Casablanca	30.05	-3.56				08			
2543966	Ksebt Aït Hamed Ben Ali	ksebt-ait-hamed-ben-ali	MA		0	Africa/Casablanca	30.46905	-6.0313		Kasbat ouled ahmed ben ali,Ksebt Ait Hamed Ben Ali,Ksebt Aït Hamed Ben Ali,Ksebt el Kaaba		08	587		
2543967	Ksebia	ksebia	MA		0	Africa/Casablanca	34.29	-6.07		Kcebia,Ksebia,Ksebiya		04	491		
2543968	Ksar Staïnet	ksar-stainet	MA		0	Africa/Casablanca	32.77383	-6.24481				05	311		
2543969	Qçar S’id Nta’lit	qcar-s-id-nta-lit	MA		0	Africa/Casablanca	32.68214	-3.80326		Ksar Said Taalit,Ksar Saïd Taalit,Qcar S'id Nta'lit,Qçar S’id Nta’lit		02	251		
2543970	Ksar Saïd Ou Ichou	ksar-said-ou-ichou	MA		0	Africa/Casablanca	33.39262	-4.57616				03	131		
2543971	Oçar Oumichcha	ocar-oumichcha	MA		0	Africa/Casablanca	32.43287	-5.66297		Ksar Oumicha,Ksar Oumichcha,Ocar Oumichcha,Oumicha,Oçar Oumichcha,Qsar Oumichcha		05	091		
2543972	El Kassar	el-kassar	MA		0	Africa/Casablanca	31.71565	-7.29288		El Kassar,Ksar Oulad Mansour		05	081		
2543973	Ksar Oulad Azzouz	ksar-oulad-azzouz	MA		0	Africa/Casablanca	32.83931	-6.69474		Ksar Oulad Azzouz,Oulad Azzouz		05	311		
2543974	Ksar Ou Kadda	ksar-ou-kadda	MA		0	Africa/Casablanca	33.37626	-4.59728				03	131		
2543975	Oulad Ach Cherqui	oulad-ach-cherqui	MA		0	Africa/Casablanca	31.52589	-4.46127		Ksar Oled Cherki,Oulad Ach Cherqui		08	201		
2543976	Ksar Nquiba	ksar-nquiba	MA		0	Africa/Casablanca	30.11	-6.58				09	551		
2543978	Moul Hiya	moul-hiya	MA		0	Africa/Casablanca	31.68329	-4.92799		Ait Mouh Yahia,Aït Mouh Yahia,Ksar Moulay Yahia,Moul Hiya		08	201		
2543979	Qçar Moughal	qcar-moughal	MA		0	Africa/Casablanca	32.30174	-3.11978		Ksar Moghal,Ksar Morhal,Ksar Morhel,Qcar Moughal,Qçar Moughal		02	251		
2543982	Ksar Megrane	ksar-megrane	MA		0	Africa/Casablanca	31.93	-3.11		Ksar Megrane,Mayiane,Megrane		02	251		
2543983	Ksar Lahsene Ou Ahmar	ksar-lahsene-ou-ahmar	MA		0	Africa/Casablanca	32.2483	-3.12036		Ksar Lahsene Ou Ahmar,Ksar Lahsene ou Amar		02	251		
2543984	Qçar Kaddou	qcar-kaddou	MA		0	Africa/Casablanca	32.93559	-3.40804		Ksar Kaddou,Qcar Kaddou,Qçar Kaddou		02	251		
2543987	Ksar Jedid	ksar-jedid	MA		0	Africa/Casablanca	31.36	-4.26		Jedid,Ksar Jedid		08	201		
2543988	Ksar Jdid	ksar-jdid	MA		0	Africa/Casablanca	32.82972	-4.4031		Ksar Jdid,Ksar-Jedid		03	131		
2543989	Qçar Jdid	qcar-jdid	MA		0	Africa/Casablanca	31.92318	-4.40243		Ksar Jdid,Qcar Jdid,Qçar Jdid		08	201		
2543990	Qçar Jedid	qcar-jedid	MA		0	Africa/Casablanca	31.72444	-4.18964		Ksar Djedid,Ksar Jdid,Ksar Jdid Louast,Ksar Jedid,Qcar Jedid,Qçar Jedid		08	201		
2543991	Ksar Jdid	ksar-jdid	MA		0	Africa/Casablanca	30.4	-5.81		Ksar Jdid,Ksar Jedid		08	587		
2543992	Ksar Jdid	ksar-jdid	MA		0	Africa/Casablanca	30	-5.56				08	587		
2543993	Ksar Idid	ksar-idid	MA		0	Africa/Casablanca	31.9746	-4.94553				08	201		
2543994	Ksar Haddou Ou Moussa	ksar-haddou-ou-moussa	MA		0	Africa/Casablanca	33.39217	-4.58045				03	131		
2543995	Ksar Guedim	ksar-guedim	MA		0	Africa/Casablanca	31.36	-4.25				08	201		
2543996	Ksar et Tlatia	ksar-et-tlatia	MA		0	Africa/Casablanca	32.40554	-6.25647				05	091		
2543998	Ksar Sghir	ksar-sghir	MA		0	Africa/Casablanca	35.84214	-5.55427		Alcazar,Alcazar Zegouer,Alcazar Zeguer,Alcazarseguer,Ksar Sghir,Ksar es Sghir,Ksar es Srhir,Qasr al-Saghir,Qaṣr al-Saghir,Qsar es-Seghir,Qṣar es-Seghir,Seguer		01	227		
2543999	Qsar Al Kbir Al Qdim	qsar-al-kbir-al-qdim	MA		0	Africa/Casablanca	31.63332	-4.80026		Ksar el Kebir el Kdim,Qsar Al Kbir Al Qdim		08	201		
2544001	Ksar El Kebir	ksar-el-kebir	MA		108753	Africa/Casablanca	35.00044	-5.90378		Alcazarquebir,Alcazarquivir,Alcazquivir,El Ksar El Kbir,El Ksar El Kebir,Ksar El Kebir		01	331		
2544002	Ksar el Kebir	ksar-el-kebir	MA		0	Africa/Casablanca	33.48766	-4.02457		Ait Saada Ksar el Kebir,Aït Saâda Ksar el Kebir,Ksar el Kbir,Ksar el Kebir,Qsar Lakbir		03	131		
2544003	Ksar el Kebir	ksar-el-kebir	MA		0	Africa/Casablanca	32.34075	-4.08674				08	363		
2544004	Kasar Lakbir	kasar-lakbir	MA		0	Africa/Casablanca	33.56366	-3.97264		Kasar Lakbir,Ksar el Kbir		02	265		
2544005	Ksar el Kbir	ksar-el-kbir	MA		0	Africa/Casablanca	33.31855	-4.65639				03	131		
2544006	Ksar el Kbir	ksar-el-kbir	MA		0	Africa/Casablanca	29.91	-5.5		Ksar el Kbir,Ksar el Kebir,Ksar el Kebîr		08	587		
2544007	Qcar Jdid	qcar-jdid	MA		0	Africa/Casablanca	31.52766	-4.46576		Ksar el Jdid,Qcar Jdid		08	201		
2544008	Ksar el Hajoui	ksar-el-hajoui	MA		0	Africa/Casablanca	31.99621	-2.96659		El Hadjoui,Ksar el Hajoui		02	251		
2544009	Qçar Al Bour	qcar-al-bour	MA		0	Africa/Casablanca	32.55844	-3.81884		El Bour,Ksar el Bour,Ksar el Bourr,Kser el Bourr,Qcar Al Bour,Qçar Al Bour		02	251		
2544010	Ksar el Borj	ksar-el-borj	MA		0	Africa/Casablanca	31.81	-4.96		El Bordj,Ksar el Borj		08	201		
2544011	Ksar el Arrouadi	ksar-el-arrouadi	MA		0	Africa/Casablanca	33.47406	-4.01398		Ksar el Arrouadi,Qsar El Arrouadi		03	131		
2544012	Qçir ’Amar	qcir-amar	MA		0	Africa/Casablanca	32.09322	-3.03518		Ksar el Akhal,Ksar el Amer,Ksar el Ameur,Qcir 'Amar,Qçir ’Amar		02	251		
2544013	Douar Tizi N Zou	douar-tizi-n-zou	MA		0	Africa/Casablanca	32.51646	-5.07973		Douar Tizi N Zou,Ksar de Tizi n' Znou,Ksar de Tizi n’ Znou,Tizi n'Znou,Tizi n'Zou,Tizi n’Znou,Tizi n’Zou		08	363		
2544014	Qçirat Charfa	qcirat-charfa	MA		0	Africa/Casablanca	32.32044	-3.52344		Ksar des Charfas,Qcirat Charfa,Qçirat Charfa		02	251		
2544016	Ksar des Aït Ben Moussa	ksar-des-ait-ben-moussa	MA		0	Africa/Casablanca	33.32563	-4.63622		Ksar Des Ait Bou Moussa,Ksar Des Aït Bou Moussa,Ksar des Ait Ben Moussa,Ksar des Aït Ben Moussa		03	131		
2544017	Ksar des Aït Abdallah Ou Haddour	ksar-des-ait-abdallah-ou-haddour	MA		0	Africa/Casablanca	33.42178	-4.38726		Ksar des Aif Abdallah du Haddour,Ksar des Ait Abdallah Ou Haddour,Ksar des Aïf Abdallah du Haddour,Ksar des Aït Abdallah Ou Haddour		03	131		
2544018	Ksar Derrag	ksar-derrag	MA		0	Africa/Casablanca	32.37114	-6.92718				05	255		
2544019	Ksar d’el Mers	ksar-d-el-mers	MA		0	Africa/Casablanca	33.45202	-4.46345				03	131		
2544020	Qçar Dfiliya	qcar-dfiliya	MA		0	Africa/Casablanca	32.96218	-3.44963		Ksar Defilia,Qcar Dfiliya,Qçar Dfiliya		02	251		
2544021	Ksar Day Oulad Embarek	ksar-day-oulad-embarek	MA		0	Africa/Casablanca	32.33517	-6.48232		Ksar Day Oulad Embarek,Oulad - Embark,Ouled M'bark,Ouled M’bark		05	091		
2544023	Ksar Chaâra	ksar-chaara	MA		0	Africa/Casablanca	31.79507	-7.30291				07	191		
2544025	Bni Ouzim	bni-ouzim	MA		0	Africa/Casablanca	31.95829	-3.51702		Beni Ouzien,Bni Ouzim,Ksar Beni Ouziene		08	201		
2544028	Qçar Awrir	qcar-awrir	MA		0	Africa/Casablanca	32.18111	-3.03736		Aourir,Ksar Aourir,Ksar Aourirt,Qcar Awrir,Qçar Awrir		02	251		
2544029	Ksar Almou Abtouri	ksar-almou-abtouri	MA		0	Africa/Casablanca	32.57966	-4.05443		Kasba Almou Abtouri,Ksar Almou Abtouri		08	363		
2544030	Ksar Ali Ben Hamadi	ksar-ali-ben-hamadi	MA		0	Africa/Casablanca	32.41518	-7.31771		Ali Ben Hamadi,Ksar Ali Ben Hamadi		06	461		
2544031	Ait Aqqa	ait-aqqa	MA		0	Africa/Casablanca	33.84656	-5.12607		Ait Aqqa,Ait Rabaa,Aït Rabâa,Ksar Ait R'ba,Ksar Ait Rbaa,Ksar Aït Rbaa,Ksar Aït R’ba		03	171		
2544032	Ksar Aït Moulay Saïd	ksar-ait-moulay-said	MA		0	Africa/Casablanca	33.43155	-4.38643		Ait Moulay Said,Aït Moulay Saïd,Ksar Ait Moulay Said,Ksar Aït Moulay Saïd		03	131		
2544033	Ksar Aït Kerkaït	ksar-ait-kerkait	MA		0	Africa/Casablanca	32.5	-6.21				05	091		
2544034	Qçar Ayt Bcher	qcar-ayt-bcher	MA		0	Africa/Casablanca	32.52493	-3.79179		Ksar Ait Beker,Ksar Ait Bker,Ksar Aït Beker,Ksar Aït Bkèr,Qcar Ayt Bcher,Qçar Ayt Bcher		02	251		
2544035	Qçar ’Issa	qcar-issa	MA		0	Africa/Casablanca	32.66971	-3.82302		Ksar Aissa,Ksar Aïssa,Qcar 'Issa,Qçar ’Issa		02	251		
2544036	Qçar Agouddiym	qcar-agouddiym	MA		0	Africa/Casablanca	32.13221	-4.87184		Agoudim,Ksar Agoudih,Ksar Agoudim,Ksar Agourdim,Qcar Agouddiym,Qsar Agoudim,Qçar Agouddiym		08	201		
2544040	Ksabt el Kaaba	ksabt-el-kaaba	MA		0	Africa/Casablanca	30.43	-5.9				08	587		
2544041	Ksabi	ksabi	MA		0	Africa/Casablanca	32.83275	-4.39839		Ksabi,Ksobi		03	131		
2544042	Ksabi	ksabi	MA		0	Africa/Casablanca	28.99083	-10.17203		El Ksabi,Ksabi,Leksabi,Leksâbi		10	261		
2544043	Douar Kzouzia	douar-kzouzia	MA		0	Africa/Casablanca	34.22071	-4.73953		Douar Kzouzia,Krouzia		03	531		
2544052	Douar Krikor	douar-krikor	MA		0	Africa/Casablanca	34.68949	-5.44999		Douar Krikor,Kriker,Wikert		01	405		
2544053	Krayker	krayker	MA		0	Africa/Casablanca	32.49376	-9.22868		Douar Kriker,Khiker,Krayker,Kriker		07	431		
2544054	Kriba	kriba	MA		0	Africa/Casablanca	35.18557	-5.75669		Kheriba,Kriba		01	331		
2544057	Douar Krarma	douar-krarma	MA		0	Africa/Casablanca	34.27113	-5.10137		Douar Krarma,Douar Krarme,Douar Krerma,El Krama,Krerma		03	531		
2544061	Kreksene	kreksene	MA		0	Africa/Casablanca	35.01223	-5.05705				01	151		
2544064	Kreda	kreda	MA		0	Africa/Casablanca	34.46438	-5.29166		Douar Kreda,Krada,Kradda,Kreda		03	531		
2544066	Douar Krazza	douar-krazza	MA		0	Africa/Casablanca	34.92248	-5.89151		Douar Kharza,Douar Krazza,Krazza		04	281		
2544069	Douar Krarma	douar-krarma	MA		0	Africa/Casablanca	32.3278	-8.87414		Douar Krarma,Krarma		07	431		
2544070	Douar Kaaoucha Fouaqa	douar-kaaoucha-fouaqa	MA		0	Africa/Casablanca	34.78154	-2.1791		Douar Kaaoucha Fouaqa,Krarcha		02	411		
2544073	Krakra	krakra	MA		0	Africa/Casablanca	34.92726	-5.39218		Douar el Khakha,Krakra		01	405		
2544074	Douar Krakra	douar-krakra	MA		0	Africa/Casablanca	34.43654	-4.18365		Douar Krakra,Krakra		03	561		
2544075	Douar Qraqra	douar-qraqra	MA		0	Africa/Casablanca	32.24899	-8.89175		Douar Qraqra,Khakha,Krakra		07	431		
2544077	Krakeb	krakeb	MA		0	Africa/Casablanca	32.39309	-6.36803				05	091		
2544078	Douar Lekrakba	douar-lekrakba	MA		0	Africa/Casablanca	32.32037	-8.72878		Douar Krakba,Douar Lekrakba,Krakba		07	431		
2544079	Lakrayer	lakrayer	MA		0	Africa/Casablanca	31.43851	-4.34086		Azikat,El Krair,El Kraïr,Kraer,Krair,Kraïr,Lakrayer,Rezikat,Rzikat		08	201		
2544083	Douar Krafes	douar-krafes	MA		0	Africa/Casablanca	34.48803	-5.66624		Dar Krafes,Douar Krafes,Krafess		04	481		
2544084	Douar Qrarech	douar-qrarech	MA		0	Africa/Casablanca	33.89256	-4.32594		Douar Krach,Douar Qrarech,Krach		03	561		
2544085	Krabate	krabate	MA		0	Africa/Casablanca	35.08036	-5.86214				01	331		
2544093	Kourkda	kourkda	MA		0	Africa/Casablanca	30.45702	-7.415		Kourkda,Kourkouda,Kourkoude		08	401		
2544094	Kourimat	kourimat	MA		0	Africa/Casablanca	31.46047	-9.31638		El Djema,El Djemâ,El Jema,El Jemâ,Korimate,Kourimat,Kourimate,Sebt-Korimate		07	211		
2544097	Ikourane	ikourane	MA		0	Africa/Casablanca	29.93881	-9.41539		Ikourane,Kourene		09	163		
2544102	Koura	koura	MA		0	Africa/Casablanca	31.41412	-9.19488		Kora Mouarid,Koura		07	211		
2544110	Koumch	koumch	MA		0	Africa/Casablanca	32.63827	-5.86504				05	091		
2544113	Koulla	koulla	MA		0	Africa/Casablanca	34.9	-4.13				01	051		
2544115	Koujaïne	koujaine	MA		0	Africa/Casablanca	34.9	-3.95				01	051		
2544119	Kalalt	kalalt	MA		0	Africa/Casablanca	30.77793	-8.79927		Kalalt,Kouilast		09	541		
2544120	Kwilal	kwilal	MA		0	Africa/Casablanca	30.59362	-8.14829		Kouilal,Kwilal		09	541		
2544126	Douar Kourdad	douar-kourdad	MA		0	Africa/Casablanca	35.17902	-5.37488		Aatamanine,Douar Kourdad,Kordad,Kouidad,Kourdad		01	151		
2544129	Kougouarene	kougouarene	MA		0	Africa/Casablanca	35.43884	-5.34065				01	571		
2544130	Douar Ktama	douar-ktama	MA		0	Africa/Casablanca	35.759	-5.5164		Douar Ktama,Kouetzama		01	227		
2544131	Kouebdana	kouebdana	MA		0	Africa/Casablanca	35.79142	-5.44745		Kouebdana,Quebdana		01			
2544132	Kouebbach	kouebbach	MA		0	Africa/Casablanca	35.26028	-5.33157				01	571		
2544134	Koudiat Tizi Ghefar	koudiat-tizi-ghefar	MA		0	Africa/Casablanca	34.4256	-3.72502				02	265		
2544136	Aït Oufella	ait-oufella	MA		0	Africa/Casablanca	32.9315	-5.08449		Ait Oufella,Aït Oufella,Koudia Ait Oufella,Koudia Aït Oufella		08	363		
2544140	Koudia	koudia	MA		0	Africa/Casablanca	34.63669	-4.15526				03	531		
2544143	Kchayt	kchayt	MA		0	Africa/Casablanca	30.97666	-6.76049		Kchayt,Koucheit,Koucheït		08	401		
2544145	Douar Lkoucha	douar-lkoucha	MA		0	Africa/Casablanca	34.09437	-4.73083		Douar Koucha,Douar Lkoucha,Koucha		03	531		
2544146	Koucha	koucha	MA		0	Africa/Casablanca	33.33875	-4.485				03	131		
2544154	Qouassem	qouassem	MA		0	Africa/Casablanca	34.51522	-5.05952		El Souahem,Kouassem,Qouassem		03	531		
2544155	Douar Leqouaoura	douar-leqouaoura	MA		0	Africa/Casablanca	35.1514	-5.40515		Douar Leqouaoura,El Kouaoura,Kouaoura		01	151		
2544157	Koualil	koualil	MA		0	Africa/Casablanca	34.1	-3.4		Douar el Koualil,Koualil		02	265		
2544160	Kouach	kouach	MA		0	Africa/Casablanca	32.02414	-8.87012				07	431		
2544161	Kouabi	kouabi	MA		0	Africa/Casablanca	33.92342	-3.32178				02	265		
2544163	Kortba	kortba	MA		0	Africa/Casablanca	34.69699	-5.32699				01	405		
2544165	Qorra	qorra	MA		0	Africa/Casablanca	32.34345	-3.59582		Korra,Qorra		02	251		
2544167	Kormad	kormad	MA		0	Africa/Casablanca	30.85632	-8.84718				09	541		
2544175	El Koriyne	el-koriyne	MA		0	Africa/Casablanca	34.5032	-4.37859		El Koriyne,Korihine		03	561		
2544178	Kordane	kordane	MA		0	Africa/Casablanca	31.9565	-8.76252		Douar Kordane,Kordane,Zourdane		07	585		
2544181	Kondia	kondia	MA		0	Africa/Casablanca	35	-4.95				01	151		
2544183	Kôllâ	kolla	MA		0	Africa/Casablanca	34.9191	-4.15268				01	051		
2544184	Douar Lqolla	douar-lqolla	MA		0	Africa/Casablanca	34.48271	-4.99658		Douar Kolla,Douar Lqolla,Kolla		03	531		
2544195	Knazda	knazda	MA		0	Africa/Casablanca	30.03	-5.55				08	587		
2544196	Douar Leknassis	douar-leknassis	MA		0	Africa/Casablanca	31.59386	-8.37543		Douar Knassiss,Douar Leknassis,Khassiss,Knassis		07	351		
2544199	Kliarba	kliarba	MA		0	Africa/Casablanca	32.42791	-8.54616				06	467		
2544203	Douar Leqliaa	douar-leqliaa	MA		0	Africa/Casablanca	34.33752	-4.25296		Douar Klea,Douar Leqliaa,Klea		03	561		
2544205	Qalaiya	qalaiya	MA		0	Africa/Casablanca	35.67104	-5.73755		Kalaya,Klaia,Klaïa,Qalaiya		01	511		
2544206	Klaïa	klaia	MA		0	Africa/Casablanca	34.66767	-4.88678		Klaia,Klaya,Klaïa		03	531		
2544207	Klabou	klabou	MA		0	Africa/Casablanca	31.69795	-6.56455		Klabo,Klabou		05	081		
2544209	Douar Loulja Esseflia	douar-loulja-esseflia	MA		0	Africa/Casablanca	34.712	-5.75901		Douar Loulja Esseflia,Kitna al Oulja		04	481		
2544210	Douar Ba’qila	douar-ba-qila	MA		0	Africa/Casablanca	31.52645	-8.08108		Douar Ba'qila,Douar Ba’qila,Douar Kila,Kila,Kita		07	041		
2544222	Kifane ech Chorfa	kifane-ech-chorfa	MA		0	Africa/Casablanca	34.24649	-4.02935				03	561		
2544226	Douar El Kifane	douar-el-kifane	MA		0	Africa/Casablanca	35.30147	-5.85375		Douar El Kifane,Kifane		01	331		
2544231	Khter n’Aït Khebbach	khter-n-ait-khebbach	MA		0	Africa/Casablanca	30.66	-4.98		Khter n'Ait Khebbach,Khter n’Aït Khebbach,Khtert n'Ait Khebbach,Khtert n’Aït Khebbach		08	201		
2544235	Lakhrouta	lakhrouta	MA		0	Africa/Casablanca	34.70125	-6.17406		Douar Khrouta,Khrouta,Khroutta Sdoud,Lakhrouta		04	281		
2544238	Douar Krariz	douar-krariz	MA		0	Africa/Casablanca	34.19936	-4.45908		Douar Khririz,Douar Krariz,Khririz		03	531		
2544248	Khouribga	khouribga	MA		167673	Africa/Casablanca	32.88108	-6.9063		Khouribga,Khouribja,Kouriga,Kourigha,khrybkt,خريبكة	0631101071	05	311	0631101071	
2544261	Lkhoukhat	lkhoukhat	MA		0	Africa/Casablanca	32.99635	-4.79523		Khouhat,Lkhoukhat		08	363		
2544264	Lehouamda	lehouamda	MA		0	Africa/Casablanca	32.55689	-9.21922		Douar Krouamda,Houamda,Khouamda,Lehouamda		07	431		
2544266	Lekhoualef	lekhoualef	MA		0	Africa/Casablanca	32.05389	-8.65288		Khoualef,Lekhoualef		07	585		
2544267	Khouâl	khoual	MA		0	Africa/Casablanca	31.93	-9.31		Douar el Moueddene,Khoual,Khouâl		07	431		
2544269	El Koudia	el-koudia	MA		0	Africa/Casablanca	32.3495	-9.05831		Douar Khouadra,El Koudia,Ghouadra,Khouadra		07	431		
2544276	Khallad-n-Aït Ya’qoub	khallad-n-ait-ya-qoub	MA		0	Africa/Casablanca	33.04888	-4.7346		Ait Yacoub,Aït Yacoub,Khallad-n-Ait Ya'qoub,Khallad-n-Aït Ya’qoub,Kholad n' Ait Yacoub,Kholad n'Ait Yakoub,Kholad n’ Aït Yacoub,Kholad n’Aït Yakoub		03	131		
2544278	Khodrane	khodrane	MA		0	Africa/Casablanca	35.00478	-2.23856				02	113		
2544279	Khobziyine	khobziyine	MA		0	Africa/Casablanca	34.59346	-5.59463		Douar Khobziine,El Khebiziyne,Khobziine,Khobzine,Khobziyine		04	481		
2544281	Khmis Sidi al ’Aydi	khmis-sidi-al-aydi	MA		0	Africa/Casablanca	33.12403	-7.62414		Khmis Sidi al 'Aydi,Khmis Sidi al ’Aydi,Sidi el Aidi,Sidi el Aïdi		06	461		
2544288	Kioud	kioud	MA		0	Africa/Casablanca	30.28557	-7.06065		Khiout,Kioud		09	551		
2544293	Khyam Zaynoune	khyam-zaynoune	MA		0	Africa/Casablanca	35.4297	-5.87764		Khiam Zaizoun,Khiam Zaïzoun,Khyam Zaynoune,Sraoula		01	331		
2544294	Douar Khyam Bouih	douar-khyam-bouih	MA		0	Africa/Casablanca	32.49334	-8.88282		Douar Khiam Bouih,Douar Khyam Bouih,Khiam Bouih		07	431		
2544511	Kerrandou	kerrandou	MA		0	Africa/Casablanca	32.24375	-4.39338		Kerrando,Kerrandou,Kerranndou		08	363		
2544298	Khettart n’Ikeddarn	khettart-n-ikeddarn	MA		0	Africa/Casablanca	31.26095	-5.57491		Khettart n'Ikeddarn,Khettart n'Ikkedarn,Khettart n’Ikeddarn,Khettart n’Ikkedarn		08	577		
2544303	Douar Lekhtatba	douar-lekhtatba	MA		0	Africa/Casablanca	32.37215	-7.6043		Douar Lekhtatba,Khetatba,Lekhtatba		07	191		
2544307	Douar Lekhrarza	douar-lekhrarza	MA		0	Africa/Casablanca	31.73905	-8.68309		Douar Lekhrarza,Khersa el Aguet,Kherza el Aguef		07	161		
2544309	Kheroua	kheroua	MA		0	Africa/Casablanca	31.36988	-7.88992		Kheroua,Kherouagh,Kherouarh		07	041		
2544315	Kheriba	kheriba	MA		0	Africa/Casablanca	32.07384	-8.16647				07	427		
2544319	Douar Kherbennayine	douar-kherbennayine	MA		0	Africa/Casablanca	34.54245	-5.32673		Douar Kherbennayine,Kherbanain,Kherbanaïn,Kherbennain,Kherbennaïn		01	405		
2544320	Lkharba	lkharba	MA		0	Africa/Casablanca	35.13315	-5.59578		Kherba,Lkharba		01	331		
2544321	Douar Kherarqa	douar-kherarqa	MA		0	Africa/Casablanca	34.96886	-2.13913		Douar Kherarqa,Kherarka		02	113		
2544322	Douar Lakhrarqa	douar-lakhrarqa	MA		0	Africa/Casablanca	34.93263	-5.97916		Douar Kherarka,Douar Lakhrarqa,Kherarka,Khrarba Sidiltlal		04	281		
2544323	Douar Lekhrachfa	douar-lekhrachfa	MA		0	Africa/Casablanca	35.30696	-5.99022		Douar Lekhrachfa,El Khmachfa,Kherachfa		01	331		
2544333	Khenifra	khenifra	MA		73906	Africa/Casablanca	32.93492	-5.66167		Chenifra,Chunajfira,Jenifra,Khenifra,Khénifra,Xnifra,hai ni fu la,khnyfrh,khnyfrt,Хенифра,خنيفرة,خنیفره,خنیفرہ,海尼夫拉	1330101011	05	301	1330101011	
2544334	Khenichet-sur Ouerrha	khenichet-sur-ouerrha	MA		0	Africa/Casablanca	34.44041	-5.67879		Jenichet,Khemichet,Khenichet,Khenichet Sur Ouerrha,Khenichet-sur Ouerrha		04	481		
2544348	Douar Khandeq Lhamra	douar-khandeq-lhamra	MA		0	Africa/Casablanca	34.95761	-5.80552		Douar Khandeq Lhamra,Khendeq Hamra		01	331		
2544349	Douar Khandeq Zarzour	douar-khandeq-zarzour	MA		0	Africa/Casablanca	35.68704	-5.85017		Douar Khandeq Zarzour,Khendek Zarzour,Rhandak		01	511		
2544351	Khendek es Slia	khendek-es-slia	MA		0	Africa/Casablanca	34.71284	-4.45594		El Khandek,Khendek es Slia		01	051		
2544352	Khandeq Senane	khandeq-senane	MA		0	Africa/Casablanca	35.54279	-5.76565		Khandak senane,Khandeq Senane,Khendek es Senane		01	511		
2544353	Khendek el Bir	khendek-el-bir	MA		0	Africa/Casablanca	34.73958	-5.71668		Khandal el Bir,Khendek el Bir,Khendeq al Bir		01	405		
2544354	Khendek el Berd	khendek-el-berd	MA		0	Africa/Casablanca	34.72699	-5.26281		Handak el Berd,Khendek el Berd,Khenndek el Berd		01	405		
2544356	Kenafif	kenafif	MA		0	Africa/Casablanca	30.41632	-9.03702		Kenafif,Khenafif,Lakhnafif		09	541		
2544358	Douar Khandeq	douar-khandeq	MA		0	Africa/Casablanca	35.3569	-5.75253		Douar Khandeq,Khanadika,Khenadak,Khenadek		01	331		
2544359	Khamliya	khamliya	MA		0	Africa/Casablanca	31.03794	-4.00911		Khamlia,Khamliya,Khemlia,Khemliya		08	201		
2544364	Khemis Majden	khemis-majden	MA		0	Africa/Casablanca	31.8429	-6.96456		Khemis Majden,Khemis n'Ait Majdene,Khemis n’Aït Majdene		05	081		
2544366	Khemis-Kouzemt	khemis-kouzemt	MA		0	Africa/Casablanca	31.08628	-9.29284		El Khemis,Khemis Kouzemt,Khemis-Kouzemt,Souk el Khemis		07	161		
2544367	Khemis Sahel	khemis-sahel	MA		0	Africa/Casablanca	35.25344	-6.0796		El Jmis,El Khemis,Khemis Sahel,Khemis du Sahel,Khémis Sahel,Soko el Jemis,Souk Khemis du Sahel,Zoco el Jemis		01	331		
2544391	Khellal	khellal	MA		0	Africa/Casablanca	31.59606	-6.75684				05	081		
2544398	Douar Khelifit	douar-khelifit	MA		0	Africa/Casablanca	34.00267	-3.00657		Douar Khelifit,Khelifit		02	533		
2544399	Oulad Haj Rahhal	oulad-haj-rahhal	MA		0	Africa/Casablanca	32.09567	-8.09962		Khelifa Ouled el Haj Rahal,Oulad Haj Rahhal		07	427		
2544403	Khelalta	khelalta	MA		0	Africa/Casablanca	32.74606	-6.9466		Khelalka,Khelalta		05	311		
2544406	Khelafna	khelafna	MA		0	Africa/Casablanca	32.4346	-7.36437		Douar Khelafna,Khelafna		07	191		
2544423	Khebabza	khebabza	MA		0	Africa/Casablanca	34.36598	-4.10278				03	561		
2544426	Khbiziene	khbiziene	MA		0	Africa/Casablanca	33.38	-7.1		Khbiziene,Knoufia Khoubiziene,Knoufia Khoubiziène		06	111		
2544434	Douar Kherrouba	douar-kherrouba	MA		0	Africa/Casablanca	34.45858	-3.97087		Douar Kherrouba,Kharrouba		03	561		
2544442	Kharissat	kharissat	MA		0	Africa/Casablanca	32.80716	-7.93967				06	461		
2544443	Douar El Gherbane	douar-el-gherbane	MA		0	Africa/Casablanca	31.73347	-9.02377		Douar El Gherbane,Kharbane		07	211		
2544448	Khaoui Naam	khaoui-naam	MA		0	Africa/Casablanca	27.68	-12.2		Haoui en Naam,Khaoui Naam,Khaoui Nhaam		11	321	0232101031	
2544454	Khandeq Zrarae	khandeq-zrarae	MA		0	Africa/Casablanca	35.81884	-5.67301		Khandak Zrarah,Khandeq Zrarae		01	227		
2544456	Douar Khandeq Hmar	douar-khandeq-hmar	MA		0	Africa/Casablanca	35.40209	-5.81084		Douar Khandeq Hmar,Khandak Hamar,Khandar Himar,Khendek Hamar		01	331		
2544457	Douar Khandeq Lkebch	douar-khandeq-lkebch	MA		0	Africa/Casablanca	35.61476	-5.62621		Douar Khandeq Lkebch,Khandak el Kabch,Khandak el Kebch		01	227		
2544458	Khanacha	khanacha	MA		0	Africa/Casablanca	34.76487	-6.3203		Dar Khanacha,Douar Khanacha,Khanacha		04	281		
2544459	Lakhmalcha	lakhmalcha	MA		0	Africa/Casablanca	34.53621	-6.20676		Douar Kbirta,Douar Khamalcha,El Kebarta,Kbirta,Khamalcha,Khemalcha,Lakhmalcha		04	481		
2544476	Douar El Khaldiene	douar-el-khaldiene	MA		0	Africa/Casablanca	35.3639	-5.76985		Douar El Khaldiene,El Khaldien,El Khaldièn,El-Khalidine,Khaldiene,Khaldler		01	331		
2544486	Khad el Berhal	khad-el-berhal	MA		0	Africa/Casablanca	34.62902	-4.96142		Khad el Berhal,Khad-El-Bghal		03	531		
2544487	Khaddachene	khaddachene	MA		0	Africa/Casablanca	35.46046	-5.49976		Handasene,Khaddachene		01	571		
2544491	Kfifat	kfifat	MA		0	Africa/Casablanca	34.03529	-5.25575		Douar Kefifat,Kfifat		03	061		
2544493	Kettoum	kettoum	MA		0	Africa/Casablanca	29.8257	-9.27058		Kettoum,Kettous		09	163		
2544498	Kettanet	kettanet	MA		0	Africa/Casablanca	34.69505	-4.11957		Katanat,Kettanet		03	531		
2544501	Douar Ketama	douar-ketama	MA		0	Africa/Casablanca	34.9209	-5.83378		Douar Ketama,Ketama,Retama		04	281		
2544502	Ketama	ketama	MA		0	Africa/Casablanca	34.9177	-4.5713				01	051		
2544508	Douar bou Rhanim n’Izdar	douar-bou-rhanim-n-izdar	MA		0	Africa/Casablanca	31.65065	-7.431		Douar bou Rhanim n'Izdar,Douar bou Rhanim n’Izdar,Kerroum		07	041		
2544510	Kerrouchen	kerrouchen	MA		0	Africa/Casablanca	32.79639	-5.3188		Kerrouchen,Kerrouchene	1330103072	05	301	1330103072	
2545192	Janfuf	janfuf	MA		0	Africa/Casablanca	29.4	-10.06				10	473		
2544517	Kernoun	kernoun	MA		0	Africa/Casablanca	29.1531	-10.01583		Kernoun,Kernun		10	473		
2544527	Kermets	kermets	MA		0	Africa/Casablanca	34.10665	-5.49382		Kermet Ben Salem,Kermet centre,Kermets		03	061		
2544544	Kerkouz	kerkouz	MA		0	Africa/Casablanca	31.83685	-8.2168		Douar Kerkouz,Kerkouz,Kerkoz		07	351		
2544548	Douar Kerker	douar-kerker	MA		0	Africa/Casablanca	35.10861	-4.43239		Douar Kerker,Kerker		01	051		
2544552	Krdous	krdous	MA		0	Africa/Casablanca	29.53812	-9.35291		Id Rais,Id Raïs,Kerdous,Krdous,Rerdous		09	581		
2544563	Douar Qemassa	douar-qemassa	MA		0	Africa/Casablanca	34.20786	-5.45855		Douar Qemassa,Kensara		03	061		
2544571	Kenitra	kenitra	MA		366570	Africa/Casablanca	34.26101	-6.5802		Al Qunaytirah,Al Qunayţirah,Al-Kunajtira,Kenitra,Kenitro,Khenifra,Kénitra,Lyautey,Mina Hassan Tani,NNA,Port Laoti,Port-Lyautey,Ville de Kenitra,alqnytrt,gai ni te la,keniteula,kenitora,qnytrh,Кенитра,Кенитра қаласы,Кенітра,אל-קניטרה,القنيطرة,قنیطره,კენიტრა,ケニトラ,蓋尼特拉,케니트라	04	04	281	0528101011	
2544573	Kenidlat	kenidlat	MA		0	Africa/Casablanca	32.44672	-7.58246		Kenidlat,Krnidlat		07	427		
2544581	Kammaz	kammaz	MA		0	Africa/Casablanca	30.10198	-8.77184		Kammaz,Kemaz		09	541		
2544596	Kelalba	kelalba	MA		0	Africa/Casablanca	34.6431	-5.23391		Kelabla,Kelalba		01	405		
2544597	Kelala	kelala	MA		0	Africa/Casablanca	34.85176	-5.0801		Kelala,Klala el Oulia,Quelala		01	151		
2544600	Douar Kalaat Sles	douar-kalaat-sles	MA		0	Africa/Casablanca	34.49761	-4.98558		Douar Kalaat Sles,Kelaa des Sles,Kelaa des Sless,Qal'at Sless,Qal’at Sless		03	531		
2544601	Kelaa Beni Routene	kelaa-beni-routene	MA		0	Africa/Casablanca	34.99166	-5.46886		El Kelaa des Beni Routene,Kalaa Beni Route,Kalaâ Beni Route,Kelaa Beni Routene		01	405		
2544602	Kelaa Beni Merehoud	kelaa-beni-merehoud	MA		0	Africa/Casablanca	34.8304	-5.26682		Kelaa,Kelaa Beni Merehoud,Kelaâ		01	405		
2544606	Douar Kalaa	douar-kalaa	MA		0	Africa/Casablanca	34.54508	-5.37415		Al Qal'a,Al Qal’a,Douar Kalaa,El Kelaa,El Kelaâ,Kelaa		01	405		
2544607	Keibt Legna	keibt-legna	MA		0	Africa/Casablanca	31.51985	-4.45562				08	201		
2544610	Kehhaline	kehhaline	MA		0	Africa/Casablanca	35.79378	-5.47458				01	227		
2544612	Douar Saf Azrou	douar-saf-azrou	MA		0	Africa/Casablanca	34.29648	-4.35424		Douar Kef Sof Azrou,Douar Saf Azrou,Kef Sof Azrou		03	561		
2544616	Kef el Rhar	kef-el-rhar	MA		0	Africa/Casablanca	34.50788	-4.26011		Kef el Rhar,Kef er Rhar		03	561		
2544617	Kef el Bia	kef-el-bia	MA		0	Africa/Casablanca	34.09726	-3.70679		Douar Kef el Bya,Kef el Bia		02	265		
2544623	Kedioua	kedioua	MA		0	Africa/Casablanca	34.6601	-5.22508		Kedioua,Koudioua		01	405		
2544632	Kechkacha	kechkacha	MA		0	Africa/Casablanca	34.79536	-5.25268				01	405		
2544635	Kechachda	kechachda	MA		0	Africa/Casablanca	34.82107	-5.30512		Kchachda,Kechachda		01	405		
2544636	Kechacha	kechacha	MA		0	Africa/Casablanca	32.71899	-7.88419				06	461		
2544639	Keblani	keblani	MA		0	Africa/Casablanca	30.39709	-8.97548		Douar Keblani,Keblani		09	541		
2544656	Dar Kebdani	dar-kebdani	MA		0	Africa/Casablanca	35.12237	-3.33148		Alcazaba de Quebdani,Dar Kebdani,Dar Quebdani,Kasba Kebdani,Kebdani,Quebdani		02	167		
2544659	Douar Obbiyine	douar-obbiyine	MA		0	Africa/Casablanca	35.29684	-5.84769		Douar Obbiyine,Kebbibiene,Kebibiyen,Kebibiyèn		01	331		
2544661	Dar El Qabbaj	dar-el-qabbaj	MA		0	Africa/Casablanca	31.5572	-7.79465		Azib el hadj kappaj,Dar El Qabbaj,Douar Kebbaj,Kebbaj		07	041		
2544666	Keba	keba	MA		0	Africa/Casablanca	32.01286	-4.44909		Keba,Ksar K'ba,Ksar K’ba		08	201		
2544669	Kchamene	kchamene	MA		0	Africa/Casablanca	32.60271	-4.16474				08	363		
2544695	Kattos	kattos	MA		0	Africa/Casablanca	31.18977	-8.66402		Kattes,Kattos,Kattouss		07	161		
2544697	Ocar Qta’ Oued	ocar-qta-oued	MA		0	Africa/Casablanca	31.53672	-5.02451		Kataa el Oued,Ksar Kta el Oued,Ktaa el oued,Ktaâ el oued,Ocar Qta' Oued,Ocar Qta’ Oued		08	201		
2544699	Douar Qassiwa	douar-qassiwa	MA		0	Africa/Casablanca	33.88588	-4.41433		Douar Qassiwa,Kasioua,Kassioua		03	451		
2544700	Kassine	kassine	MA		0	Africa/Casablanca	32.59096	-9.17414		Douar Kassine,Kassine		07	431		
2544705	Douar Erreggada	douar-erreggada	MA		0	Africa/Casablanca	33.10337	-7.15086		Douar Erreggada,Kasbet Regada,Koubbet Regada,Regada		06	461		
2544706	Qacebt Imziln	qacebt-imziln	MA		0	Africa/Casablanca	29.77656	-9.49715		El Gasba Oumzil,Kasbet Ou Mzil,Qacebt Imziln		09	581		
2544707	Leqçebt n’Billouch	leqcebt-n-billouch	MA		0	Africa/Casablanca	29.82683	-9.4494		Kabet n'Belouche,Kabet n’Belouche,Kasbet Ou Bellouch,Leqcebt n'Billouch,Leqçebt n’Billouch		09	581		
2544709	Douar Laqrafiyine	douar-laqrafiyine	MA		0	Africa/Casablanca	33.06795	-7.11352		Douar Laqrafiyine,Kasbet el Maarif		06	461		
2544710	Kasbet Aïer	kasbet-aier	MA		0	Africa/Casablanca	32.70564	-9.06049		Kasbet Aier,Kasbet Aïer,Souk Eyr		07	431		
2544711	Kasba Zitchoun	kasba-zitchoun	MA		0	Africa/Casablanca	33.41155	-6.05679		Kasba Zitchoun,Kasba Zitchoune		04	291		
2544712	Kasba Zidania	kasba-zidania	MA		0	Africa/Casablanca	32.49068	-6.43254		Kasba Zidaina,Kasba Zidania,Kasba Zidaïna		05	255		
2544713	I’Assamane	i-assamane	MA		0	Africa/Casablanca	33.30898	-5.31757		I'Assamane,I’Assamane,Kasba Toufestelt		03	271		
2544715	Kasba Tibouda	kasba-tibouda	MA		0	Africa/Casablanca	33.15513	-5.52553				05	301		
2544717	Kasba Tanora	kasba-tanora	MA		0	Africa/Casablanca	32.47178	-6.13698		Kasba Tanora,Tanorha		05	091		
2544718	Laqçibt n’Tallaght	laqcibt-n-tallaght	MA		0	Africa/Casablanca	29.85287	-9.40413		Kasba Talhart,Laqcibt n'Tallaght,Laqçibt n’Tallaght		09	163		
2544720	Kasba Tadla	kasba-tadla	MA		41199	Africa/Casablanca	32.5977	-6.26844		Kasba Tadla,Kasbah Tadla,Tadla	1209101071	05	091	1209101071	
2544721	Kasba Taabirout	kasba-taabirout	MA		0	Africa/Casablanca	32.7311	-5.05127				08	363		
2544724	Kasba Sidi Mohammed Ou Ali	kasba-sidi-mohammed-ou-ali	MA		0	Africa/Casablanca	33.46916	-4.46904		Ait Mohammed Ou Ali,Aït Mohammed Ou Ali,Kasba Sidi Mohammed Ou Ali		03	131		
2544725	Qaçba Oulad Ziane	qacba-oulad-ziane	MA		0	Africa/Casablanca	33.45156	-7.43394		Kasba Oulad Ziane,Qacba Oulad Ziane,Qaçba Oulad Ziane		06	117		
2544726	Qaçba Oulad Jedi	qacba-oulad-jedi	MA		0	Africa/Casablanca	33.15105	-7.77529		Kasba Oulad Djedi,Kasba Oulad Jedi,Kasba Ould Djedid,Qacba Oulad Jedi,Qaçba Oulad Jedi		06	117		
2545343	Iyârouâhdoûd	iyarouahdoud	MA		0	Africa/Casablanca	34.76676	-3.88132				03	561		
2544727	Oulad Al Bakri	oulad-al-bakri	MA		0	Africa/Casablanca	33.09154	-3.92977		Kasba Oulad el Bekri,Oulad Al Bakri,Oulad El Bakri,Oulad el Bakhi		03	131		
2544728	Douar El Kasba Oulad Ahmed	douar-el-kasba-oulad-ahmed	MA		0	Africa/Casablanca	34.25804	-4.3692		Douar El Kasba Oulad Ahmed,Douar Kasba Ouled Ahmed,Kasba Oulad Ahmed,Oasbat Oulad Ahmed		03	531		
2544729	Kasba Ou Khajja	kasba-ou-khajja	MA		0	Africa/Casablanca	32.6067	-5.01813		Kasba Ou Khajja,Kasba Oukhadja		08	363		
2544730	Kasba n’Aït Herbil	kasba-n-ait-herbil	MA		0	Africa/Casablanca	29.14288	-8.94896		Ighir Ait Habil,Ighir Aït Habil,Kasba n'Ait Herbil,Kasba n’Aït Herbil,Koudia n'Ait Herbil,Koudia n’Aït Herbil		09	551		
2544731	Kasba Moulay Dahar	kasba-moulay-dahar	MA		0	Africa/Casablanca	31.3	-4.25		Kasba Moulay Dahar,Kasbat Moulay Dahar		08	201		
2544732	Kasba Moulay Brahim	kasba-moulay-brahim	MA		0	Africa/Casablanca	31.41	-5.58		Ait Moulay Brahim,Aït Moulay Brahim,Kasba Moulay Brahim		08	577		
2544733	Kasba Moulay Ahmed Dehebi	kasba-moulay-ahmed-dehebi	MA		0	Africa/Casablanca	31.31	-4.28		Kasba Moulay Ahmed Dehbi,Kasba Moulay Ahmed Dehebi		08	201		
2544735	Kasba Mokaddem Omar	kasba-mokaddem-omar	MA		0	Africa/Casablanca	33.81062	-5.26598				03	171		
2544736	Kasba Mohammed Ou Hamou	kasba-mohammed-ou-hamou	MA		0	Africa/Casablanca	33.63255	-5.15499				03	271		
2544737	Douar Med Ouaaddi	douar-med-ouaaddi	MA		0	Africa/Casablanca	33.82567	-5.11575		Douar Med Ouaaddi,Kasba Mohammed Ou Addi		03	171		
2544738	Kasba Mohammed Ameziane	kasba-mohammed-ameziane	MA		0	Africa/Casablanca	33.52014	-4.39605		Ait M'hamed Imeziane,Aït M’hamed Iméziane,Kasba Mohammed Ameziane		03	131		
2544739	Kasba Merchouch	kasba-merchouch	MA		0	Africa/Casablanca	33.50072	-6.72329		Kasba Merchouch,Kasbah de Merchouch,Sebt Meghchouch		04	291		
2544740	Douar Kasbat Menzeh Echorfa	douar-kasbat-menzeh-echorfa	MA		0	Africa/Casablanca	33.77024	-5.50405		Douar Kasbat Menzeh Echorfa,Kasba Menz Charf		03	171		
2544741	Kasba Maarif	kasba-maarif	MA		0	Africa/Casablanca	33.06765	-7.19686		Kasba Maarif,Krafiyen Maarif,Krafiyen Mâarif		06	461		
2544743	Qacba Gdima	qacba-gdima	MA		0	Africa/Casablanca	31.89991	-4.34769		Kasba Kdima,Kasba el Kadima,Qacba Gdima		08	201		
2544744	Qacba Jdida	qacba-jdida	MA		0	Africa/Casablanca	31.90838	-4.36281		Kasba Jdida,Qacba Jdida		08	201		
2544745	Qçar Jdid	qcar-jdid	MA		0	Africa/Casablanca	31.96362	-4.44737		Kasba Jdid,Ksar Jdid,Qcar Jdid,Qçar Jdid		08	201		
2544747	Kasba Imenaïne	kasba-imenaine	MA		0	Africa/Casablanca	33.11	-4.63				03	131		
2544748	Khaddi	khaddi	MA		0	Africa/Casablanca	32.68641	-5.77703		Kasba Idemkrane,Khaddi		05	301		
2544751	Wighlane	wighlane	MA		0	Africa/Casablanca	31.25962	-4.28653		Kasba Guirlane,Wighlane,Zaouia Guirlane,Zaouia Guorghlane		08	201		
2544752	Kasbat Gueddara	kasbat-gueddara	MA		0	Africa/Casablanca	33.86658	-5.60036		Kasba Gueddara,Kasbat Gueddara		03	061		
2544753	Kasba Fougani	kasba-fougani	MA		0	Africa/Casablanca	31.31	-4.26		Fougani,Kasba Fougani,Ksar el Fougani		08	201		
2544754	Kasba Fokohine	kasba-fokohine	MA		0	Africa/Casablanca	34.08274	-2.61665		Kalaa Fokohine,Kasba Fokohine,Mekkam		02	533		
2544755	Tafrawt-n-Fliylou	tafrawt-n-fliylou	MA		0	Africa/Casablanca	32.62898	-4.75286		Flilo,Kasba Flilo,Tafrawt-n-Fliylou		08	363		
2544756	Kasba et Torch	kasba-et-torch	MA		0	Africa/Casablanca	34.26	-3.3		Kasba Torch,Kasba et Torch		02	265		
2544757	Qasbate Taher	qasbate-taher	MA		0	Africa/Casablanca	30.33244	-9.52858		Kasba Tahar,Kasba et Tahar,Qasbate Taher		09	273		
2544759	Qçar El Hirch	qcar-el-hirch	MA		0	Africa/Casablanca	32.12954	-3.02981		Kasba el Hairech,Kasba el Haïrech,Qcar El Hirch,Qçar El Hirch		02	251		
2544760	Kasba el Hadda	kasba-el-hadda	MA		0	Africa/Casablanca	34.21167	-4.15861		Kasba el Hadda,Qacbat Hadda		03	561		
2544761	Ksar El Biod	ksar-el-biod	MA		0	Africa/Casablanca	32.54927	-6.18545		Kasba el Biod,Ksar El Biod		05	091		
2544762	Kasba ej Joua	kasba-ej-joua	MA		0	Africa/Casablanca	29.84883	-7.48103		Kasba ej Joua,Kasba el Djoua,Kasba el Joua		09	551		
2544763	Kasba de Timountout	kasba-de-timountout	MA		0	Africa/Casablanca	31.21444	-7.23827				08	401		
2544765	Aghbalou-n-Kerkour	aghbalou-n-kerkour	MA		0	Africa/Casablanca	32.55761	-5.75566		Aghbalou-n-Kerkour,Kasba de Tarchuit,Kasba de Tarhchuit		05	091		
2544766	Aït Sidi Al Makki	ait-sidi-al-makki	MA		0	Africa/Casablanca	32.697	-5.5838		Ait Sidi Al Makki,Aït Sidi Al Makki,Kasba de Sidi el Mekki		05	301		
2544767	Douar Sidi ’Amr	douar-sidi-amr	MA		0	Africa/Casablanca	32.50484	-6.24852		Douar Sidi 'Amr,Douar Sidi Ameur,Douar Sidi ’Amr,Kasba des Guettaya		05	091		
2544768	Kasba des Aït Moussa	kasba-des-ait-moussa	MA		0	Africa/Casablanca	33.04339	-5.36058				05	301		
2544769	Aït Bou’arif	ait-bou-arif	MA		0	Africa/Casablanca	33.03051	-5.33366		Ait Bou'arif,Aït Bou’arif,Kasba des Ait Bou Arif,Kasba des Aït Bou Arif		05	301		
2544770	Aït Hammou Ou- ’Atmane	ait-hammou-ou-atmane	MA		0	Africa/Casablanca	33.05459	-5.37409		Ait Hammou Ou- 'Atmane,Aït Hammou Ou- ’Atmane,Kasba des Ait Athman,Kasba des Ait Athmane,Kasba des Aït Athman,Kasba des Aït Athmane		05	301		
2544771	Kasba des Aït Abdallah	kasba-des-ait-abdallah	MA		0	Africa/Casablanca	33.39476	-4.38036		Ai Abdellah,Aï Abdellah,Kasba des Ait Abdallah,Kasba des Aït Abdallah		03	131		
2544774	Aghbalon -n- Kerkour	aghbalon-n-kerkour	MA		0	Africa/Casablanca	32.55312	-5.73072		Aghbalon -n- Kerkour,Aghbalou-n-Kerkouf,Kasba de l'Arhbalou n'Kerkour,Kasba de l’Arhbalou n’Kerkour		05	091		
2544776	Kasba de Bou Zdoud	kasba-de-bou-zdoud	MA		0	Africa/Casablanca	33.49238	-4.40631				03	131		
2544778	Dar Qaïd Tounsi	dar-qaid-tounsi	MA		0	Africa/Casablanca	32.85611	-7.61439		Dar Caid Tounsi,Dar Caïd Tounsi,Dar Qaid Tounsi,Dar Qaïd Tounsi,Kasba Caid Tounsi,Kasba Caïd Tounsi		06	461		
2544780	Kasbat Bou Al Alouane	kasbat-bou-al-alouane	MA		0	Africa/Casablanca	33.04261	-6.72923		Kasba Bou Alouane,Kasbat Bou Al Alouane,Koudia Bou Alouane		05	311		
2544781	Kasba Ben Lahseïn	kasba-ben-lahsein	MA		0	Africa/Casablanca	31.41	-4.26		Hasbet Ben Lahcen,Kasba Ben Lahceine,Kasba Ben Lahsein,Kasba Ben Lahseïn		08	201		
2544782	Qachbat Bni Sittene	qachbat-bni-sittene	MA		0	Africa/Casablanca	34.16336	-4.41163		Kasba Beni Sitter,Oacbat Beni Sitter,Qachbat Bni Sittene		03	531		
2544783	Kasba Beni Senane	kasba-beni-senane	MA		0	Africa/Casablanca	34.07964	-4.15357				03	561		
2544784	Kasba Beni Ouriarhel	kasba-beni-ouriarhel	MA		0	Africa/Casablanca	34.32534	-4.05838		Beni Ouriarhel,Kasba Beni Ouriarhel,Qacbat Beni Ouriaghel		03	561		
2544785	Douar Kasbat Bni Mtir	douar-kasbat-bni-mtir	MA		0	Africa/Casablanca	34.143	-4.36435		Douar Kasba Beni M'Tir,Douar Kasba Beni M’Tir,Douar Kasbat Bni Mtir,Kasba Beni Mtir,Qasbat Beni Mtir		03	561		
2544786	Kasba Beni Mgara	kasba-beni-mgara	MA		0	Africa/Casablanca	34.19407	-4.19988		Kasba Beni Mgara,Qasbat Beni Mgara		03	561		
2544787	Kasba Ben Hitem	kasba-ben-hitem	MA		0	Africa/Casablanca	34.30967	-3.96317		Kasba Ben Hitem,Kasba Beni Hitem,Kassba		03	561		
2544789	Douar Asla	douar-asla	MA		0	Africa/Casablanca	34.43752	-4.42518		Douar Asla,Kasba Asla		03	561		
2544790	Qasbet Aaroub	qasbet-aaroub	MA		0	Africa/Casablanca	33.82125	-5.28373		Kasba Arroub,Qasbet Aaroub		03	171		
2544791	Al Qaçba Et Tahtaniya	al-qacba-et-tahtaniya	MA		0	Africa/Casablanca	31.19223	-8.84427		Al Qacba Et Tahtaniya,Al Qaçba Et Tahtaniya,Kasba Amjott		07	161		
2544792	Kasba Ajana	kasba-ajana	MA		0	Africa/Casablanca	33.94572	-5.61321				03	061		
2544793	El Ksiba	el-ksiba	MA		0	Africa/Casablanca	32.56536	-6.03238		Ait Yakoub,Aït Yakoub,El Ksiba,Kasba Ait Youdi,Kasba Aït Youdi,Ksiba		05	091		
2544794	Kasba Aït Moussa Ou Daoud	kasba-ait-moussa-ou-daoud	MA		0	Africa/Casablanca	28.98829	-9.58179		Ait Moussa ou Daoud,Aït Moussa ou Daoud,Id Moussa Ou Daoud,Kasba Ait Moussa,Kasba Ait Moussa Ou Daoud,Kasba Ait Moussa Ou Douad,Kasba Aït Moussa Ou Daoud,Kasba Aït Moussa Ou Douad		10	261		
2544795	Kasba Aït Hadi	kasba-ait-hadi	MA		0	Africa/Casablanca	32.72006	-4.92611		Ait Hadi,Aït Hadi,Kasba Ait Hadi,Kasba Aït Hadi,Koudia Ait Hadi,Koudia Aït Hadi,Ksar Ait Haddi,Ksar Aït Haddi		08	363		
2544796	Aït Fatouma	ait-fatouma	MA		0	Africa/Casablanca	33.40916	-5.3453		Ait Fatouma,Aït Fatouma,Kasba Ait Ftouma,Kasba Aït Ftouma		03	271		
2544797	Ayt Boulmane	ayt-boulmane	MA		0	Africa/Casablanca	32.60396	-5.32909		Ayt Boulmane,Kasba Ait Boulemane,Kasba Aït Boulemane		08	363		
2544798	Aït Ben ’Attou	ait-ben-attou	MA		0	Africa/Casablanca	33.39877	-5.29106		Ait Ben 'Attou,Aït Ben ’Attou,Kasba Ait Ben Haddou,Kasba Aït Ben Haddou		03	271		
2544799	Aïn ’Aïcha Hmad	ain-aicha-hmad	MA		0	Africa/Casablanca	33.24056	-5.38271		Ain 'Aicha Hmad,Aïn ’Aïcha Hmad,Kasba Aicha Hammad,Kasba Aïcha Hammad		03	271		
2544800	Adrar-n-Wirizane	adrar-n-wirizane	MA		0	Africa/Casablanca	30.20369	-8.56006		Adrar-n-Wirizane,Kasba Adrar Ouirouzen,Kasba Adrar Ouirouzene,Kasba Adrar Ouïrouzèn		09	541		
2544801	Douar Kasbat Ben Ammour	douar-kasbat-ben-ammour	MA		0	Africa/Casablanca	32.34067	-8.71146		Douar Kasba,Douar Kasbat Ben Ammour,Kasba,Kasbat		07	431		
2544802	Kasba	kasba	MA		0	Africa/Casablanca	30.48529	-9.07677				09	541		
2544803	Kasara	kasara	MA		0	Africa/Casablanca	35.26788	-5.24089				01	571		
2544805	Bouyigra	bouyigra	MA		0	Africa/Casablanca	31.21099	-8.85085		Biougra,Bouigra,Bouyigra,Karouba,Karrouba,Karroubo		07	161		
2544807	Karoun	karoun	MA		0	Africa/Casablanca	34.67758	-3.75904		Bled Karoun,Karoun		03	561		
2544809	Karouch	karouch	MA		0	Africa/Casablanca	32.37745	-9.17599		Douar Karouch,Karach,Karouch		07	431		
2544812	Karmoud	karmoud	MA		0	Africa/Casablanca	35.26	-3.03		Karmud		02	381		
2544815	Kariat Arkmane	kariat-arkmane	MA		0	Africa/Casablanca	35.1071	-2.74693		El Arba,El Arbaa,El Arbaa Soko,El Arbâa,Karia Arkeman,Karia d'Arkemane,Karia da Arkeman,Karia de Arkeman,Karia de Arkenan,Karia de Arkenán,Karia d’Arkemane,Karia-Arakmane-Afso,Kariat Arekmam,Kariat Arkmane,Kariat akmane,Kariet Arkmane,Soko el Arbaa,Souk-el-Arbaa,Souk-el-Arbâa,Zoco el Arbaa	0838107053	02	381	0838107053	
2544816	Dar Oulad Daouya	dar-oulad-daouya	MA		0	Africa/Casablanca	34.73931	-6.20913		Dar Oulad Daouia,Dar Oulad Daouya,Dar Oulad Daouïa,Dar daouia,Dar daouïa,Karia Daouia,Karia Oulad Daouia,Karja Oulad Daouia,Karja Oulad Daouïa		04	281		
2544817	Karia Laaft	karia-laaft	MA		0	Africa/Casablanca	34.28306	-5.49247		Karia Laaft,Kariat el Hafed		04	481		
2544818	Karia ed Douadi	karia-ed-douadi	MA		0	Africa/Casablanca	34.4604	-5.69519		Karia ed Douadi,Kariat Daoudi		04	481		
2544819	Kariat Ben Aouda	kariat-ben-aouda	MA		0	Africa/Casablanca	34.7698	-5.94808		Karia Aouda,Karia Ben Aouda,Karia ben Audda,Kariat Ben Aouda		04	281		
2544821	Karia Ba Mohamed	karia-ba-mohamed	MA		0	Africa/Casablanca	34.37094	-5.2138		Karia Ba Mohamed,Karia Ba Mohammed	1553101031	03	531	1553101031	
2544823	Douar Karia	douar-karia	MA		0	Africa/Casablanca	34.47659	-5.58913		Dar Karia,Douar Karia,Karia,Oulad Kariab		04	481		
2544824	Douar Kariat Sidi Bouazza	douar-kariat-sidi-bouazza	MA		0	Africa/Casablanca	34.35403	-5.31318		Douar Kariat Sidi Bouazza,Karia,Karia Nouji,Kariat		03	531		
2544825	Qariat Ntifa	qariat-ntifa	MA		0	Africa/Casablanca	32.13199	-6.8557		Karia,Qariat Ntifa		05	081		
2544835	Kaouane	kaouane	MA		0	Africa/Casablanca	33.96351	-4.24514				03	561		
2544838	Ain Kansara	ain-kansara	MA		0	Africa/Casablanca	34.1428	-4.83043		'Ain Kansara,Ain Kansara,Aïn Kansara,Douar Ain Kansara,Douar Aïn Kansara,Kansara,’Aïn Kansara		03	591		
2544840	Douar Qanouaa	douar-qanouaa	MA		0	Africa/Casablanca	35.66002	-5.90919		Douar Qanouaa,Kanouat		01	511		
2544842	Qannoua	qannoua	MA		0	Africa/Casablanca	35.52124	-5.84919		Kannoa,Kannoua,Kanoia,Qannoua		01	511		
2544844	Kandoussi	kandoussi	MA		0	Africa/Casablanca	35.05675	-3.24599		Kandousi,Kandoussi,Kanduse,Kandusi,Kandussi		02	167		
2544847	Karmoud	karmoud	MA		0	Africa/Casablanca	35.25204	-2.99015		Kamound,Karmoud,Karmud		02	381		
2544852	Douar Qallalat	douar-qallalat	MA		0	Africa/Casablanca	34.52928	-5.36683		Douar Qallalat,Kallalat,Kallalate,Leklal A		04	481		
2544856	Douar Kalaat Said	douar-kalaat-said	MA		0	Africa/Casablanca	33.77814	-4.59563		Douar Kalaat Said,Kalaat Said,Kalaat Saïd,Kelaa de Said,Kelaa de Saïd		03	451		
2544858	Douar Kalaat Fechtala	douar-kalaat-fechtala	MA		0	Africa/Casablanca	34.49806	-5.20245		Douar Kalaat Fechtala,Douar Lkalaa,Kalaa Fichtala,Kalla Fichtala,Lfachilote,Qal'at Fichtala,Qal'at Fiehtala,Qal’at Fichtala,Qal’at Fiehtala		03	531		
2544865	Calaa	calaa	MA		0	Africa/Casablanca	35.51541	-5.9409		Calaa,Kalaa,Kallal		01	511		
2544866	Kalaa	kalaa	MA		0	Africa/Casablanca	35.09768	-5.48778		El Kalaa,El Kalaâ,Kalaa		01	151		
2544867	Douar El Kalaa	douar-el-kalaa	MA		0	Africa/Casablanca	32.17178	-8.73357		Douar El Kalaa,Douar Kalaa,El Kelaa,El Kélaâ,Kalaa		07	585		
2544868	Kaka	kaka	MA		0	Africa/Casablanca	33.87443	-3.60188		Douar Kaka,Kaka		02	265		
2544870	Douar Qaytoune	douar-qaytoune	MA		0	Africa/Casablanca	34.69594	-5.38504		Douar Qaytoune,Kaitoum,Kaitoun,Kaïtoum,Kaïtoun		01	405		
2544874	Kaid Salah	kaid-salah	MA		0	Africa/Casablanca	29.4	-10.1				10	473		
2544884	Douar Lekhyayia	douar-lekhyayia	MA		0	Africa/Casablanca	31.78522	-9.24758		Douar Kahla,Douar Lekhyayia,Kahla,Rahahla		07	211		
2544888	Kehacucha	kehacucha	MA		0	Africa/Casablanca	35.57234	-5.95026		Kahansa,Kahaoucha,Kehacucha		01	511		
2544892	Kaf Hemara	kaf-hemara	MA		0	Africa/Casablanca	34.06815	-5.36727		Kaf Hemara,Kef Hemara,Kej Hnana		03	061		
2544893	Qaddoussa	qaddoussa	MA		0	Africa/Casablanca	32.15884	-3.7832		Kadoussa,Qaddoussa		08	201		
2544896	Kadila	kadila	MA		0	Africa/Casablanca	35	-4.06				01	051		
2544900	Qaddour Ben Sba’i	qaddour-ben-sba-i	MA		0	Africa/Casablanca	32.15942	-8.03671		Douar Kaddour,Kaddour Ben Sbahi,Kaddour ben Shahi,Kadour Ben Sbahi,Qaddour Ben Sba'i,Qaddour Ben Sba’i		07	427		
2544901	Kaddour Ben Laloui	kaddour-ben-laloui	MA		0	Africa/Casablanca	31.83	-8.88		Ben Alloui,Douar Kaddour ben Laloui,Kaddour Ben Laloui		07	585		
2544904	Kaddour	kaddour	MA		0	Africa/Casablanca	32.26145	-8.43404		Douar Kaddour,Kaddour,Oued Kaddour		07	427		
2544906	Kachrine	kachrine	MA		0	Africa/Casablanca	34.8	-5.58		Kachrin,Kachrine,Kachrîn		01	405		
2544907	Kabo	kabo	MA		0	Africa/Casablanca	30.2	-5.6				08	587		
2544910	Douar Qabbanich	douar-qabbanich	MA		0	Africa/Casablanca	35.31374	-5.75786		Douar Qabbanich,Kabanech,Kabbanech		01	331		
2544911	Kabala	kabala	MA		0	Africa/Casablanca	34.76453	-6.11646		Kabala,Kalala		04	281		
2544916	Douar Kaaouane	douar-kaaouane	MA		0	Africa/Casablanca	34.1492	-4.34441		Douar Kaaouane,Kaaouane		03	561		
2544917	Douar Kaabcha	douar-kaabcha	MA		0	Africa/Casablanca	34.27498	-4.15438		Douar Kaabcha,Kaabcha		03	561		
2544926	Douar Jriouat	douar-jriouat	MA		0	Africa/Casablanca	32.37613	-8.23882		Douar Jriouat,Jriouet,Jriouete		07	427		
2544927	Douar Jrayfat	douar-jrayfat	MA		0	Africa/Casablanca	31.74759	-9.44879		Douar Jrayfat,Jerifate,Jraifate,Jraïfate,Jrifat,Zaouia Fekrara		07	211		
2544930	Jraïf	jraif	MA		0	Africa/Casablanca	29.93	-9.63				09	163		
2544935	Jwima’	jwima	MA		0	Africa/Casablanca	34.06832	-2.56444		Jouima,Jouina,Jwima',Jwima’		02	533		
2544939	Jouima	jouima	MA		0	Africa/Casablanca	34.76512	-5.06532		El Joumouhata,Jouima		03	531		
2544940	Douar Jouidat	douar-jouidat	MA		0	Africa/Casablanca	32.60552	-7.9015		Douar Jouidat,Jouidet,Jouidete,Zouidate		07	427		
2544945	Jouar el Mechra	jouar-el-mechra	MA		0	Africa/Casablanca	34.0408	-5.44323		Jouar el Mechra,Mechra		03	061		
2544947	Jouaneb	jouaneb	MA		0	Africa/Casablanca	35.70861	-5.57363				01	227		
2544949	Douar Ejjoualil	douar-ejjoualil	MA		0	Africa/Casablanca	31.52233	-8.63815		Douar Ejjoualil,Jouali		07	161		
2544950	Douar Oulad Jouabra	douar-oulad-jouabra	MA		0	Africa/Casablanca	32.26291	-8.89771		Douar Oulad Jouabra,Jouagra		07	431		
2544952	Douar Jouadra	douar-jouadra	MA		0	Africa/Casablanca	34.71772	-1.85006		Douar Jouadra,Jouadra		02	411		
2544953	Douar Ejjouadra	douar-ejjouadra	MA		0	Africa/Casablanca	31.76902	-9.18339		Douar Ejjouadra,El jaouarda,Jouada,Jouadra,Oulad Jerif		07	211		
2544954	Douar Ejjouadra	douar-ejjouadra	MA		0	Africa/Casablanca	31.58218	-9.67513		Detchra Jaoudar,Douar Ejjouadra,Douar Mahjoub Ben Embarek,Jouadra		07	211		
2544955	Douar Jouadat	douar-jouadat	MA		0	Africa/Casablanca	32.46206	-8.96616		Douar Jouadat,Jouadat		07	431		
2544964	Jorf Lahman	jorf-lahman	MA		0	Africa/Casablanca	31.52687	-4.18691		Jorf Lahman,Jorf el Hamam,Jorf el Hamâm		08	201		
2544968	Jorf	jorf	MA		0	Africa/Casablanca	31.49442	-4.40598		Djorf,Jorf,Oulad Rhanem ej Jorf	1320101111	08	201	1320101111	
2544975	Jnane Imès	jnane-imes	MA		0	Africa/Casablanca	32.90992	-5.49934		Jenane,Jenane L'mes,Jenane L’mes,Jnane Imes,Jnane Imès,Jnane Mass		05	301		
2544976	Jnane el Morstane	jnane-el-morstane	MA		0	Africa/Casablanca	31.65	-8		Douar el Morstane,Jnane el Morstane		07	351		
2544979	Douar Imenza	douar-imenza	MA		0	Africa/Casablanca	35.10196	-4.48246		Douar Imenza,Jmenja,Ymenya		01	051		
2544982	Jmedrane	jmedrane	MA		0	Africa/Casablanca	35.21828	-4.779		Jmedrane,Ymedran		01	151		
2544984	Douar Jmara	douar-jmara	MA		0	Africa/Casablanca	32.35483	-9.136		Douar Jmara,Jmara		07	431		
2544986	Douar Jloud	douar-jloud	MA		0	Africa/Casablanca	31.5898	-7.8369		Douar Jloud,Jloud		07	351		
2544989	Lamriyej	lamriyej	MA		0	Africa/Casablanca	35.50189	-5.48098		Jizahes,Lamriyej,Yelzahes		01	571		
2544991	Jilali Ben Kaddour	jilali-ben-kaddour	MA		0	Africa/Casablanca	32.02862	-8.26622		Douar Djilali ben Kaddour,Douar Jilali ben Kaddour,Jilali Ben Kaddour,Jillali		07	351		
2544994	Oulad Jilali	oulad-jilali	MA		0	Africa/Casablanca	31.94528	-9.00374		Douar Jilali,Jilali,Oulad Jilali,Oulad el Hadj Jilali		07	431		
2545002	Jbila	jbila	MA		0	Africa/Casablanca	35.15098	-5.61838		Douar Jibila,El Yebila,Jbila,Jibila		01	331		
2545003	Jiber	jiber	MA		0	Africa/Casablanca	33.68525	-4.86972				03	451		
2545005	Izahhafene	izahhafene	MA		0	Africa/Casablanca	35.15471	-3.17388		Ihoachrene,Izahhafene,Jhoachrene,Yhoachren		02	381		
2545006	Jharaouiene	jharaouiene	MA		0	Africa/Casablanca	35.14843	-3.48832		Ahouachene,Ahouachène,Jharaouiene,Yharauien		02	167		
2545009	Jrifat	jrifat	MA		0	Africa/Casablanca	32.28685	-9.22256		Jefirat,Jerifat,Jrifat		07	431		
2545012	Douar Jradat	douar-jradat	MA		0	Africa/Casablanca	32.30459	-8.98985		Douar Jeradat,Douar Jradat,Jeradat,Jradat		07	431		
2545013	Jradat	jradat	MA		0	Africa/Casablanca	30.63684	-8.43837		Jeradat,Jradat		09	541		
2545017	Jerada	jerada	MA		43696	Africa/Casablanca	34.31	-2.16		Djerada,Dzherada,Jerada,Джерада	0827501171	02	275	0827501171	
2545018	Jrabi	jrabi	MA		0	Africa/Casablanca	30.63144	-8.47706		Jerabi,Jerabia,Jrabi		09	541		
2545021	Jeouna	jeouna	MA		0	Africa/Casablanca	34.20131	-3.97237		Douar Jeouna,Jeouna		03	561		
2545026	Jenia	jenia	MA		0	Africa/Casablanca	29.35984	-10.07573		Jenia,Yemaa		10	473		
2545028	Jenarha	jenarha	MA		0	Africa/Casablanca	31.98	-8.43				07	585		
2545029	Jenane Sidi Amer	jenane-sidi-amer	MA		0	Africa/Casablanca	33.7892	-4.81258				03	451		
2545031	Jenane el Menzeh	jenane-el-menzeh	MA		0	Africa/Casablanca	31.66411	-7.45726		Jenane el Menzeh,Menzah		07	191		
2545032	Jenane el Kheïl	jenane-el-kheil	MA		0	Africa/Casablanca	32.18693	-8.34601		Djenane el Kheil,Djenane el Kheïl,Elghil,Jenane el Kheil,Jenane el Kheïl		07	427		
2545033	Jnada Lefrachet	jnada-lefrachet	MA		0	Africa/Casablanca	32.43967	-8.63291		Douar Jenane el Ferachat,Jenane el Ferachat,Jnada Lefrachet,Lafrachate		07	431		
2545037	Douar Jnanat	douar-jnanat	MA		0	Africa/Casablanca	35.12732	-4.32001		Ajnanet,Douar Jnanat,Inanet,Inânet,Jenanat,Jnanet,Jnânet,Yenanat		01	051		
2545042	Douar Jemlila	douar-jemlila	MA		0	Africa/Casablanca	34.43359	-4.03485		Douar Jemlila,Jemlila		03	561		
2545043	Jmaalyine	jmaalyine	MA		0	Africa/Casablanca	34.66637	-5.60481		Douar Jemiaine,Douar Jemiâïne,Jemaayne,Jemaâyne,Jemiaine,Jemiâïne,Jmaalyine		04	481		
2545051	Jamaat Shaim	jamaat-shaim	MA		0	Africa/Casablanca	32.34694	-8.84249		Ej Jema Sahim,Ej Jemâ Sahim,El Djema Sahim,El Djemaa Sahim,El Jema Sahim,Jamaat Shaim,Jema Sahim,Jemaa-Shaim,Jemaa-Shaïm,Souk el Jema Sahim		07	431		
2545052	Jemalat	jemalat	MA		0	Africa/Casablanca	32.28444	-8.67918		Douar Jemalat,Jemalat		07	431		
2545054	Jmayl	jmayl	MA		0	Africa/Casablanca	32.28391	-8.85951		Douar Jemaiel,Douar Jemaïel,Jemaiel,Jemaïel,Jmayl		07	431		
2545055	Jema es Souk	jema-es-souk	MA		0	Africa/Casablanca	33.93015	-4.19491		Jema es Souk,Jemaa-es-Souk,Jemâa-es-Souk		03	561		
2545058	Jema Bou Iala	jema-bou-iala	MA		0	Africa/Casablanca	33.91525	-4.07285		Jamaa Bouila,Jamaâ Bouïla,Jema Bou Iala		03	561		
2545059	Douar Jamae Dhar	douar-jamae-dhar	MA		0	Africa/Casablanca	34.20343	-4.32043		Douar Jamae Dhar,Jemaa Tahar		03	561		
2545062	Jemaa et Tolba	jemaa-et-tolba	MA		0	Africa/Casablanca	35.11928	-5.90053		Jemaa el Tolba,Jemaa et Tolba,Yumaa et Tolba		01	331		
2545063	Iabdellah-tene	iabdellah-tene	MA		0	Africa/Casablanca	35.4478	-5.14726		Iabdellah-tene,Jemaa el Ouad,Yamaa el Uad		01	571		
2545064	Douar Jamae Lekhar	douar-jamae-lekhar	MA		0	Africa/Casablanca	32.08155	-8.86586		Douar Jamae Lekhar,Jemaa el Kebir		07	431		
2545065	Jemaa el Jir	jemaa-el-jir	MA		0	Africa/Casablanca	35.20838	-5.33735		El Achaih,El Achaïh,Jemaa el Jir,Yamaa el Vir		01	151		
2545066	Jemaa el Hamra	jemaa-el-hamra	MA		0	Africa/Casablanca	31.80331	-9.45355		Douar el Hamra,Jemaa el Hamra		07	211		
2545069	Mrirt	mrirt	MA		0	Africa/Casablanca	33.16427	-5.56722		Djemaa de Mrirt,Ej Jema de Mrirt,Ej Jemâ de Mrirt,Jema de Mrirt,Jemaa de Mrirt,Jemaa del Mrirt,Jemâ de Mrirt,Mrirt,Souk Jemaa de Mrirt		05	301		
2545073	Jamaa Zhar	jamaa-zhar	MA		0	Africa/Casablanca	35.43097	-5.19553		Jamaa Zhar,Jamaa ez Zhar,Jamaâ ez Zhar,Yama Ashar		01	571		
2545074	Jemâ Adlem	jema-adlem	MA		0	Africa/Casablanca	34.66244	-4.33972		Jema Adlem,Jemaa Adlem,Jemâ Adlem		03	531		
2545077	Souq Jamaa Fdalate	souq-jamaa-fdalate	MA		0	Africa/Casablanca	33.56748	-7.30991		El Djeama,El Djema,El Djemâ,El Jema,Fedalate,Souk el Jemaa,Souq Jamaa Fdalate,Souq aj Jem'a-Fedalat,Souq aj Jem’a-Fedalat		06	111		
2545082	Douar Ejjahma	douar-ejjahma	MA		0	Africa/Casablanca	35.34959	-5.90932		Douar Ejjahma,Jemaa		01	331		
2545088	Douar Tamnirt	douar-tamnirt	MA		0	Africa/Casablanca	32.18899	-7.92966		Ajloud Tanirt,Douar Djeloud,Douar Jeloud,Douar Tamnirt,Jeloud Tamliet,Jeloud Tamliete		07	427		
2545089	Douar Nonji	douar-nonji	MA		0	Africa/Casablanca	32.18623	-7.92166		Douar Nonji,Jeloud		07	427		
2545095	Jlidat	jlidat	MA		0	Africa/Casablanca	32.5952	-9.19857		Douar Jdilat,Douar Jedilat,Jelidat,Jlidat,Jlidate,Zlidat		07	431		
2545119	Douar Jdiyat	douar-jdiyat	MA		0	Africa/Casablanca	32.24778	-9.15099		Douar Jdiyat,Douar Jediat,Jdiat,Jediat		07	431		
2545120	Jediane	jediane	MA		0	Africa/Casablanca	34.11357	-4.22273		Douar Jediane,Jediane		03	561		
2545121	Jadyane	jadyane	MA		0	Africa/Casablanca	32.30433	-8.85479		Douar Jediane,Jadyane,Jedian,Jediane		07	431		
2545125	Douar Jbourat	douar-jbourat	MA		0	Africa/Casablanca	32.24124	-8.50818		Douar Jbourat,Jebourate		07	585		
2545126	Douar Jbourat	douar-jbourat	MA		0	Africa/Casablanca	32.14248	-8.58105		Douar Djebourat,Douar Jbourat,Douar Jebourat,Jebourat		07	585		
2545127	Jboura	jboura	MA		0	Africa/Casablanca	32.2951	-8.8501		Douar Jeboura,Jboura,Jeboura		07	431		
2545128	Jebouda	jebouda	MA		0	Africa/Casablanca	32.65409	-9.10023		Douar Jebouda,Jebouda		07	431		
2545130	Jebla	jebla	MA		0	Africa/Casablanca	34.21668	-3.92774		Douar Jebla,Jebla		03	561		
2545131	Douar Jebirat	douar-jebirat	MA		0	Africa/Casablanca	34.26387	-5.9418		Douar Jebirat,Jebirat		04	491		
2545133	Chbili	chbili	MA		0	Africa/Casablanca	31.29868	-4.25501		Chbili,Djebil,Jebil		08	201		
2545140	Douar Jbel Aghlal	douar-jbel-aghlal	MA		0	Africa/Casablanca	34.279	-4.43863		Douar Jbel Aghlal,Douar Jebat Arhoulel,Jebat Arhoulel		03	531		
2545141	Douar Jbarat	douar-jbarat	MA		0	Africa/Casablanca	32.34362	-9.215		Douar Jbarat,Douar Jebarat,Jebarat,Jebbarat		07	431		
2545143	Diar Jebala	diar-jebala	MA		0	Africa/Casablanca	32.7645	-7.38135		Diar Djebala,Diar Jebala		06	461		
2545146	Jebala	jebala	MA		0	Africa/Casablanca	34.05654	-5.4501		Jebala,Jebela		03	061		
2545147	Jebaïr	jebair	MA		0	Africa/Casablanca	29.63443	-7.97417		Jbair,Jebair,Jebaïr		09	551		
2545148	Douar Jbilat	douar-jbilat	MA		0	Africa/Casablanca	31.721	-9.44051		Douar Jbilat,Ibaylat,Jbaylat,Jebailate		07	211		
2545150	Douar Joabra Essoufla	douar-joabra-essoufla	MA		0	Africa/Casablanca	34.44581	-4.95211		Douar Jebabra es Seflia,Douar Joabra Essoufla,Jebabra,Jebabra es Seflia		03	531		
2545151	Jbabra	jbabra	MA		0	Africa/Casablanca	35.46817	-5.91154		Jbabra,Jebabra,Jebrabra		01	511		
2545153	Jdouda	jdouda	MA		0	Africa/Casablanca	32.58019	-7.48325		Douar Jdouda,Douar Jedouda,Jdouda		06	461		
2545154	Jdouarate	jdouarate	MA		0	Africa/Casablanca	31.95525	-8.19326				07	351		
2545155	Jdiouat	jdiouat	MA		0	Africa/Casablanca	31.6	-7.78		Douar Jdiouat,Jdiouat,Jdiouate		07	351		
2545163	Douar Jdid	douar-jdid	MA		0	Africa/Casablanca	32.47582	-6.73236		Douar Jdid,Jdid		05	255		
2545167	Jboub Zoulaï	jboub-zoulai	MA		0	Africa/Casablanca	32.33768	-1.68032				02	251		
2545170	Douar Jbila	douar-jbila	MA		0	Africa/Casablanca	35.74665	-5.92757		Douar Jbila,Jbila,Jebila,Jibila,Jébila		01	511		
2545171	Jebel Zemzem	jebel-zemzem	MA		0	Africa/Casablanca	35.74025	-5.36501		Jbel Zemzem,Jebel Zemzem		01			
2545173	Jbel Ca’oud	jbel-ca-oud	MA		0	Africa/Casablanca	34.25915	-4.78524				03	531		
2545174	Jbarat	jbarat	MA		0	Africa/Casablanca	32.30917	-9.03323		Douar Jbarat,Jbarat		07	431		
2545175	Jbarat	jbarat	MA		0	Africa/Casablanca	32.28366	-9.10291		Douar Jbarat,Jbarat		07	431		
2545177	Jbala	jbala	MA		0	Africa/Casablanca	31.90948	-9.17629				07	211		
2545184	Yarghit	yarghit	MA		0	Africa/Casablanca	35.5214	-5.33994		Jarguit,Yarghit,Yarghite		01	571		
2545188	Jarbous	jarbous	MA		0	Africa/Casablanca	35.05366	-3.84307		Jarbous,Jarbus		01	051		
2545198	Douar Jamaa Douim	douar-jamaa-douim	MA		0	Africa/Casablanca	34.50807	-5.30027		Douar Jamaa Douim,Jamaa Douim		03	531		
2545199	Hay Al Amal	hay-al-amal	MA		0	Africa/Casablanca	34.07093	-6.7924		Bled Jamaa,Hay Al Amal		04	441		
2545200	Jamaa	jamaa	MA		0	Africa/Casablanca	35.25685	-3.09471		Jama,Jamaa,Jamâ,Yamaa		02	381		
2545202	Jallarene	jallarene	MA		0	Africa/Casablanca	34.86258	-3.00145		Jallaren,Jallarene		02	381		
2545203	Dar Jakir	dar-jakir	MA		0	Africa/Casablanca	31.74686	-7.11939				05	081		
2545204	Jajouka	jajouka	MA		0	Africa/Casablanca	35.03	-5.73		Jajouka		01	331		
2545205	Jaaydat El Bakkouchiya	jaaydat-el-bakkouchiya	MA		0	Africa/Casablanca	31.87324	-7.79402		Chorfa Jaidat,Chorfa Jaïdat,Jaaydat El Bakkouchiya,Jaidat,Jaïdat		07	427		
2545209	Douar Zahjouka	douar-zahjouka	MA		0	Africa/Casablanca	35.02132	-5.72957		Douar Zahjouka,Jahjouka,Jahjoûka,Jajouka		01	331		
2545213	Jafra	jafra	MA		0	Africa/Casablanca	31.5	-8.76		Jaafra,Jafra,Jafre,Jaâfra,Zaouia Jafra		07	161		
2545216	Jafeb	jafeb	MA		0	Africa/Casablanca	35.33671	-3.00941		Jadeb,Jafeb		02	381		
2545217	Jadmiene	jadmiene	MA		0	Africa/Casablanca	35.2211	-2.96755		Iadmien,Iadmiene,Jadmiene		02	381		
2545218	Douar Lachirene	douar-lachirene	MA		0	Africa/Casablanca	35.04844	-4.3724		Aachiran,Aâchiran,Douar Lachirene,Jachirem,Yasiren,Yasirin,Yaxirem,Yaxiren		01	051		
2545223	Jabar	jabar	MA		0	Africa/Casablanca	35.01172	-4.54803		Jabar,Yubar		01	151		
2545224	Douar Ejjaaouna El Basra	douar-ejjaaouna-el-basra	MA		0	Africa/Casablanca	34.80655	-5.87027		Djaouna el Hairour,Douar Ejjaaouna El Basra,Douar Jaaouna,Douar Jâaouna,Jaaouna,Jâaouna		04	481		
2545225	Douar Jaalat	douar-jaalat	MA		0	Africa/Casablanca	34.8037	-2.29856		Douar Jaalat,Jaalat,Jaalate,Jaâlat		02	113		
2545227	Jaafra	jaafra	MA		0	Africa/Casablanca	31.76	-7.66		El Jrafna,Jaafra		07	427		
2545228	Jaafra	jaafra	MA		0	Africa/Casablanca	30.5442	-8.65382		Jaaffra,Jaafra,Jaffra		09	541		
2545229	Jaabqa	jaabqa	MA		0	Africa/Casablanca	35.4603	-5.47475		Jaabak,Jaabqa		01	571		
2545234	Izzilalene	izzilalene	MA		0	Africa/Casablanca	31.14232	-8.19961		Izzilalen,Izzilalene,Izzilalèn		07	041		
2545235	Izza Atmane	izza-atmane	MA		0	Africa/Casablanca	32.38929	-5.51972		Izza Atmane,Izza Otmane,Izzi Athmane		08	363		
2545236	Tachakoucht	tachakoucht	MA		0	Africa/Casablanca	31.01412	-8.35859		Izzemslit,Tachakoucht		07	041		
2545237	Izarifene	izarifene	MA		0	Africa/Casablanca	31.08347	-8.95626		Izarifene,Izrifene,Izrifène,Izritene		07	161		
2545238	Izrikene	izrikene	MA		0	Africa/Casablanca	30.05	-9.01		Izerkene,Izriken,Izrikene,Izrikèn		09	163		
2545240	Izghane	izghane	MA		0	Africa/Casablanca	31.50043	-6.9103		Izghane,Izrane		05	081		
2545244	Izoutrane	izoutrane	MA		0	Africa/Casablanca	30.2554	-7.99784		Izoutarne,Izoutern,Izouterne,Izoutrane		09	541		
2545248	Izourhar	izourhar	MA		0	Africa/Casablanca	31.12982	-7.386		Ighern Azougar,Izourhar		08	401		
2545250	Izourane	izourane	MA		0	Africa/Casablanca	31.18147	-8.8561				07	161		
2545253	Izoukane	izoukane	MA		0	Africa/Casablanca	31.58979	-6.81565				05	081		
2545254	Izoukadn	izoukadn	MA		0	Africa/Casablanca	30.55118	-8.44955		Izoukaden,Izoukadene,Izoukadn,Izoukadèn		09	541		
2545255	Izouika	izouika	MA		0	Africa/Casablanca	29.91	-9.55		Izouika,Tzouika		09	581		
2545258	Izguigh	izguigh	MA		0	Africa/Casablanca	30.57322	-7.7866		Izgouir,Izguigh,Izougouir		09	541		
2545263	Izougerd	izougerd	MA		0	Africa/Casablanca	29.30444	-9.38609				10	473		
2545265	Izougarn	izougarn	MA		0	Africa/Casablanca	30.6359	-8.04606				09	541		
2545269	Izouatene	izouatene	MA		0	Africa/Casablanca	30.35419	-7.32036		Izouaten,Izouatene,Izouatten,Izouattèn,Izouatèn		08	401		
2545270	Izouarhene	izouarhene	MA		0	Africa/Casablanca	30.68746	-8.6482		Izouarhen,Izouarhene		09	541		
2545271	Izonnidene	izonnidene	MA		0	Africa/Casablanca	29.44969	-9.40016		Izonnidene,Izouneden		10	473		
2545277	Izmorene	izmorene	MA		0	Africa/Casablanca	35.18437	-3.99334		Izemmouren,Izemmourèn,Izmoren,Izmorene,Zemmouren		01	051		
2545278	Izmaoun	izmaoun	MA		0	Africa/Casablanca	30.68972	-6.2584				08	587		
2545281	Douar Izlafene	douar-izlafene	MA		0	Africa/Casablanca	33.864	-3.98388		Douar Izlafene,Izlafene		03	561		
2545284	Douar Itcherohoudene	douar-itcherohoudene	MA		0	Africa/Casablanca	35.15325	-3.73021		Douar Itcherohoudene,Isfalene,Isfalène,Izkaren,Izkarene		02	167		
2545288	Izilane	izilane	MA		0	Africa/Casablanca	35.17645	-5.1989				01	151		
2545291	Izianene	izianene	MA		0	Africa/Casablanca	35.13073	-3.48558		Izayana,Izianen,Izianene		02	167		
2545294	Izeghri	izeghri	MA		0	Africa/Casablanca	31.1851	-8.63528		Ize Ghri,Izeghri,Izgri,Izgrl		07	161		
2545296	Izarzar	izarzar	MA		0	Africa/Casablanca	30.17996	-7.89462		Izarzar,Izerzer		09	541		
2545300	Izeroual	izeroual	MA		0	Africa/Casablanca	32.65	-4.6		Azeroual,Izeroual		08	363		
2545301	Izmouyne	izmouyne	MA		0	Africa/Casablanca	32.59307	-5.98029		Izermouine,Izmouyne,Izzemmouine		05	091		
2545303	Douar Izeryahene	douar-izeryahene	MA		0	Africa/Casablanca	35.05278	-4.21608		Douar Izeryahene,Izeriahen,Izeriahene,Izeryahene,Izeryâhene		01	051		
2545305	Izerbi	izerbi	MA		0	Africa/Casablanca	29.47068	-9.00555		Iberbi,Inerbi,Izerbi		09	581		
2545306	Id Mbarek	id-mbarek	MA		0	Africa/Casablanca	29.22378	-9.97873		Id Embare,Id Embarec,Id Mbarek,Izerban		10	473		
2545311	Izemmourene	izemmourene	MA		0	Africa/Casablanca	34.69425	-3.86576				03	561		
2545325	Izedda	izedda	MA		0	Africa/Casablanca	31.13603	-8.84413		Izda,Izedda		07	161		
2545328	Izaritane	izaritane	MA		0	Africa/Casablanca	31.59301	-6.93937		Izarifen,Izarifene,Izaritane,Izenfen,Izrifene		05	081		
2545329	Azaghar-n-Ihimidane	azaghar-n-ihimidane	MA		0	Africa/Casablanca	30.00676	-8.73616		Azaghar-n-Ihimidane,Azarghar n-Bihmidene,Izarhar n' Bou Idmine,Izarhar n’ Bou Idmine		09	541		
2545332	Izagharane	izagharane	MA		0	Africa/Casablanca	30.10692	-8.61893		Izagharane,Izararen,Izararene,Izararèn		09	541		
2545336	Douar Izaqoukene	douar-izaqoukene	MA		0	Africa/Casablanca	35.02352	-3.87978		Douar Izaqoukene,Izakouirene,Izaquiren		01	051		
2545339	Douar Iaoutene	douar-iaoutene	MA		0	Africa/Casablanca	35.08892	-3.63294		Douar Iaoutene,Iyya'outene,Iyya’oûtene		02	167		
2545341	Iyedderene	iyedderene	MA		0	Africa/Casablanca	35.21	-3.65				02	167		
2545342	Iyauan	iyauan	MA		0	Africa/Casablanca	29.46486	-10.08756				10	473		
2545346	Itzer	itzer	MA		0	Africa/Casablanca	32.8783	-5.0515			1330107172	05	301	1330107172	
2545348	Itto Fezzou	itto-fezzou	MA		0	Africa/Casablanca	31.7868	-5.37627				08	577		
2545350	Itoûhâmiene	itouhamiene	MA		0	Africa/Casablanca	35.21779	-3.61109		Itouhamiene,Itouhaniene,Itoûhâmiene,Ituhamien		02	167		
2545351	Itorra	itorra	MA		0	Africa/Casablanca	30.74998	-8.95839		Ettera,Itarra,Itorra		09	541		
2545352	Ito	ito	MA		0	Africa/Casablanca	33.50987	-5.3062		Ancien Poste Militaire d'Ito,Ancien Poste Militaire d’Ito,Ito		03	271		
2545353	Italwane	italwane	MA		0	Africa/Casablanca	31.03808	-7.11039		Italoine,Italwane,Itliouene,Itlouane		08	401		
2545360	Douar Itertourene	douar-itertourene	MA		0	Africa/Casablanca	33.80313	-4.43007		Douar Itertourene,Itertouren,Itertourene		03	451		
2545363	Iterkine	iterkine	MA		0	Africa/Casablanca	32.37495	-9.27985		Douar Iterkine,Iterkine		07	431		
2545366	Itarbarene	itarbarene	MA		0	Africa/Casablanca	35.06	-4.03		Itarbaren,Itarbarene		01	051		
2545367	Itaherene	itaherene	MA		0	Africa/Casablanca	35.37567	-5.06449				01	151		
2545371	Issounene	issounene	MA		0	Africa/Casablanca	34.16393	-3.96868		Douar Issounene,Eysounene,Issounene		03	561		
2545374	Issoumer	issoumer	MA		0	Africa/Casablanca	34.80177	-2.57408				02	113		
2545376	Issoumar	issoumar	MA		0	Africa/Casablanca	31.48515	-7.49379				07	041		
2545377	Issoumar	issoumar	MA		0	Africa/Casablanca	31.46	-7.48				07	041		
2545378	Issoulrhene	issoulrhene	MA		0	Africa/Casablanca	32.57919	-5.84618		Issoulghene,Issoulrhen,Issoulrhene,Issoulrhèn		05	091		
2545381	Issouka	issouka	MA		0	Africa/Casablanca	33.44346	-4.36059		Isouka,Issouka		03	131		
2545382	Issouka	issouka	MA		0	Africa/Casablanca	29.93018	-8.65125		Assaka,Issouka		09	551		
2545383	Issougrid	issougrid	MA		0	Africa/Casablanca	30.83611	-6.78748				08	587		
2545386	Issougane	issougane	MA		0	Africa/Casablanca	30.59188	-7.94679		Issougan,Issougane		09	541		
2545387	Isggwane	isggwane	MA		0	Africa/Casablanca	30.25502	-8.58401		Isggouane,Isggwane,Issougane		09	541		
2545393	Issaoul	issaoul	MA		0	Africa/Casablanca	31.45915	-7.13712		Issaoul,Issoual		05	081		
2545394	Issoual	issoual	MA		0	Africa/Casablanca	31.0288	-7.73405		Issoile,Issoual		09	541		
2545406	Issil-n-Wazma	issil-n-wazma	MA		0	Africa/Casablanca	31.44945	-7.74038		Issil,Issil-n-Wazma		07	041		
2545407	Issil	issil	MA		0	Africa/Casablanca	30.60852	-8.2				09	541		
2545408	Issil	issil	MA		0	Africa/Casablanca	30.29345	-7.28512				08	401		
2545409	Issil	issil	MA		0	Africa/Casablanca	30.21597	-8.94379				09	541		
2545410	Issii	issii	MA		0	Africa/Casablanca	29.84082	-9.32377		Issii,Issil		09	163		
2545411	Douar Id Bouhouch	douar-id-bouhouch	MA		0	Africa/Casablanca	29.57173	-9.83691		Douar Id Bouhouch,Issil		09	581		
2545412	Issiguem	issiguem	MA		0	Africa/Casablanca	30.67531	-8.69069		Issiguem,Issiguen		09	541		
2545416	Issidane	issidane	MA		0	Africa/Casablanca	34.06559	-3.95249		Douar Issidane,Issidane		03	561		
2545417	Issiboutene	issiboutene	MA		0	Africa/Casablanca	33.4425	-4.23988				03	131		
2545419	Isserrhine	isserrhine	MA		0	Africa/Casablanca	29.9479	-7.5656		Isserhine,Isserrhine		09	551		
2545422	Issaghdane	issaghdane	MA		0	Africa/Casablanca	32.2453	-4.38765		Issaghdane,Isserhclane		08	363		
2545426	Isngarn	isngarn	MA		0	Africa/Casablanca	30.11666	-7.18841		Isngarn,Issengarn		09	551		
2545428	Issedram	issedram	MA		0	Africa/Casablanca	31.16951	-8.90623		Issedram,Issendrane		07	161		
2545433	Issemlalene	issemlalene	MA		0	Africa/Casablanca	29.6	-9.96		Isemlalen,Issemlalen,Issemlalene		09	581		
2545436	Isseksi	isseksi	MA		0	Africa/Casablanca	32.22981	-6.27661			1208109132	05	081	1208109132	
2545437	Issadrim	issadrim	MA		0	Africa/Casablanca	30.23981	-8.48932		Issadrim,Issedrim		09	541		
2545438	Izaggane	izaggane	MA		0	Africa/Casablanca	30.97947	-7.92052		Issaguine,Izaggane,Izaggne,Izagguen,Izagguèn		09	541		
2545439	Ighir Issoulgane	ighir-issoulgane	MA		0	Africa/Casablanca	29.86054	-9.12687		Ighir Issoulgane,Issaguene		09	163		
2545440	Timizguit Iznaguene	timizguit-iznaguene	MA		0	Africa/Casablanca	29.9614	-9.30287		Issaguen,Issaguene,Issaguèn,Timizguit Iznaguene		09	163		
2545443	Iwssatene	iwssatene	MA		0	Africa/Casablanca	32.20906	-4.35856		Ioussafen,Ioussafene,Issafen,Issafene,Iwssatene		08	363		
2545445	Isri	isri	MA		0	Africa/Casablanca	32.30705	-4.94437				08	363		
2545446	Israd	israd	MA		0	Africa/Casablanca	31.61031	-6.73135				05	081		
2545448	Isounatene	isounatene	MA		0	Africa/Casablanca	35.15007	-3.44027		Isounatene,Isunaten		02	167		
2545451	Douar Izouljam	douar-izouljam	MA		0	Africa/Casablanca	35.04928	-5.00483		Douar Izouljam,Isoulgane,Isulgan		01	151		
2545452	Isktal	isktal	MA		0	Africa/Casablanca	30.79741	-7.96024		Isktal,Isouktane		09	541		
2545454	Douar Ouqrichene	douar-ouqrichene	MA		0	Africa/Casablanca	35.05808	-4.07308		Douar Ouqrichene,Isoukeane,Isukean		01	051		
2545455	Issouqaln	issouqaln	MA		0	Africa/Casablanca	30.97596	-8.62186		Isoukal,Issouqaln		07	161		
2545457	Douar Issouka	douar-issouka	MA		0	Africa/Casablanca	35.2082	-4.87359		Douar Issouka,Isouca,Isuca		01	151		
2545458	Isomai	isomai	MA		0	Africa/Casablanca	29.26453	-10.15326		Igumad,Isomai,Iyumad		10	473		
2545460	Isnaguene	isnaguene	MA		0	Africa/Casablanca	32.16181	-5.20155		Isnaguene,Iznaguen		08	363		
2545462	Ismorene	ismorene	MA		0	Africa/Casablanca	34.95869	-4.27454		Amarighen,Ismorene		01	051		
2545464	Ismir	ismir	MA		0	Africa/Casablanca	30.89823	-8.89441				09	541		
2545465	Imizg	imizg	MA		0	Africa/Casablanca	31.70373	-6.60485		Imizg,Ismig		05	081		
2545468	Ismaïne	ismaine	MA		0	Africa/Casablanca	33.3421	-4.44481		Ait Athmane,Aït Athmane,Ismaine,Ismaïne		03	131		
2545474	Izlouguene	izlouguene	MA		0	Africa/Casablanca	35.06106	-4.30097		Islougene,Islugen,Izlouguene		01	051		
2545478	Islimatene	islimatene	MA		0	Africa/Casablanca	35.4475	-5.22806				01	571		
2545483	Isli	isli	MA		0	Africa/Casablanca	31.23	-7.16				08	401		
2545484	Idils	idils	MA		0	Africa/Casablanca	29.83287	-9.0679		Idils,Isli		09	163		
2545491	Islane	islane	MA		0	Africa/Casablanca	34.62633	-4.97695				03	531		
2545492	Islane	islane	MA		0	Africa/Casablanca	30.1899	-8.24197				09	541		
2545496	Iskourane	iskourane	MA		0	Africa/Casablanca	30.94968	-9.80418		Agadiri Iskounane,Iskourane		07	211		
2545497	Issoukna	issoukna	MA		0	Africa/Casablanca	32.41153	-3.93894		Iskene,Iskouna,Issoukna		08	363		
2545498	Iskla	iskla	MA		0	Africa/Casablanca	29.56279	-9.27805		Is Koula,Iskla,Issoukla		09	581		
2545500	Iskoua	iskoua	MA		0	Africa/Casablanca	31.33817	-9.77614		Iskoua,Iskwa		07	211		
2545507	Irk-n-Oufalla	irk-n-oufalla	MA		0	Africa/Casablanca	30.75124	-8.2203		Irk-n-Oufalla,Isk n'Oufella,Isk n’Oufella		09	541		
2545508	Irk-n-izddar	irk-n-izddar	MA		0	Africa/Casablanca	30.73961	-8.2216		Irk Izdar,Irk-n-izddar,Isk n'Izder,Isk n’Izder		09	541		
2545512	Iskimene	iskimene	MA		0	Africa/Casablanca	34.84644	-4.16562				01	051		
2545513	Isk Imellalene	isk-imellalene	MA		0	Africa/Casablanca	30.72933	-9.59999		Isk Imallalane,Isk Imellalene,Isk Mehal		09	001		
2545515	Iskhissane	iskhissane	MA		0	Africa/Casablanca	30.90075	-6.92448				08	401		
2545519	Isker	isker	MA		0	Africa/Casablanca	34.91219	-3.93313				01	051		
2545522	Iskad	iskad	MA		0	Africa/Casablanca	31.60885	-6.71549				05	081		
2545526	Issiyrs	issiyrs	MA		0	Africa/Casablanca	31.33659	-7.35349		Isirhs,Issiyrs,Izhir,Iziks,Lzikhs		07	041		
2545528	Issil-n-Aït Wazal	issil-n-ait-wazal	MA		0	Africa/Casablanca	29.84597	-8.66129		Asif ou Azzal,Isil n'Ait Ou Azzal,Isil n’Aït Ou Azzal,Issil-n-Ait Wazal,Issil-n-Aït Wazal		09	551		
2545529	Izilf	izilf	MA		0	Africa/Casablanca	31.52882	-4.96862		Isilf,Izilf,Ksar Isilf		08	201		
2545532	Issil Ibarkak	issil-ibarkak	MA		0	Africa/Casablanca	29.95552	-8.62888		Isil,Issib,Issil Ibarkak		09	551		
2545533	Isihane	isihane	MA		0	Africa/Casablanca	35.34136	-5.2564		Ikyanine,Isihane		01	571		
2545534	Isigraoun	isigraoun	MA		0	Africa/Casablanca	35.05665	-3.23231		Isi-Graun,Isigraoun		02	167		
2545535	Isibane	isibane	MA		0	Africa/Casablanca	35.28785	-5.20209				01	151		
2545537	Isguiouar	isguiouar	MA		0	Africa/Casablanca	29.47713	-9.37484				10	473		
2545541	Iskoufa	iskoufa	MA		0	Africa/Casablanca	31.24782	-8.38178		Douar Isgoufa,Isgoufa,Iskoufa,Isqoufa		07	041		
2545542	Isgiouar	isgiouar	MA		0	Africa/Casablanca	29.40296	-9.4648		Isgiouar,Issguiouar		10	473		
2545543	Douar Isgane	douar-isgane	MA		0	Africa/Casablanca	31.25779	-8.01809		Douar Isgane,Isgan,Isgane,Issgane		07	041		
2545544	Isfoutalil	isfoutalil	MA		0	Africa/Casablanca	30.93456	-6.97975		Isfoutahl,Isfoutalene,Isfoutalil		08	401		
2545547	Issfoula	issfoula	MA		0	Africa/Casablanca	31.61308	-7.21561		Isfoula,Issfoula		05	081		
2545548	Ichfoul	ichfoul	MA		0	Africa/Casablanca	31.47399	-7.02542		Ichfoul,Isfoula		05	081		
2545550	Isfaline	isfaline	MA		0	Africa/Casablanca	30.79655	-6.47295		Isfalen,Isfalene,Isfaley,Isfaline		08	587		
2545551	Douar Izerrouqene	douar-izerrouqene	MA		0	Africa/Casablanca	35.10365	-4.00745		Douar Izerrouqene,Iseschan,Iseschane		01	051		
2545553	Douar Izray	douar-izray	MA		0	Africa/Casablanca	35.09456	-3.79825		Azib Iserai,Douar Izray,Iserai,Iseraï		02	167		
2545558	Isekajene	isekajene	MA		0	Africa/Casablanca	34.993	-2.90287				02	381		
2545562	Isdras	isdras	MA		0	Africa/Casablanca	30.06	-8.58		Isdras,Isserdas		09	541		
2545564	Isdema	isdema	MA		0	Africa/Casablanca	30.69651	-9.52322		Isdema,Ismena		09	001		
2545569	Id Sbayn	id-sbayn	MA		0	Africa/Casablanca	29.47306	-9.95933		Id Sbayn,Isbain		10	473		
2545570	Douar Isbaaine	douar-isbaaine	MA		0	Africa/Casablanca	33.95019	-4.73329		Douar Isbaaine,Douar Isbahine,Isbaeine,Isbaeïne,Isbahine		03	451		
2545571	Isbaene	isbaene	MA		0	Africa/Casablanca	29.30975	-10.14306		Isbaen,Isbaene		10	473		
2545574	Isandane	isandane	MA		0	Africa/Casablanca	35.39583	-5.2941				01	571		
2545575	Douar Izeroualene	douar-izeroualene	MA		0	Africa/Casablanca	35.05639	-4.12699		Douar Izeroualene,Isaliguin,Isaliguine		01	051		
2545576	Isalgene	isalgene	MA		0	Africa/Casablanca	34.9238	-4.84405				01	151		
2545578	Id ’Iys	id-iys	MA		0	Africa/Casablanca	29.67234	-9.44717		Id 'Iys,Id ’Iys,Isaisse,Isaïsse		09	581		
2545579	Douar Iabbassene	douar-iabbassene	MA		0	Africa/Casablanca	35.29494	-5.39712		Douar Iabbassene,Isahbounene		01	571		
2545580	Isagouil	isagouil	MA		0	Africa/Casablanca	35.08911	-3.13105		Isagouil,Isaguil		02	381		
2545583	Irz	irz	MA		0	Africa/Casablanca	29.25115	-9.44858		Ighz,Irhz,Irz,Irze		10	261		
2545584	Irtam	irtam	MA		0	Africa/Casablanca	30.32851	-7.92708		Irtam,Irtem		09	541		
2545585	Irtem	irtem	MA		0	Africa/Casablanca	30.06368	-8.20646		Irtam,Irtem		09	541		
2545587	Irsekalene	irsekalene	MA		0	Africa/Casablanca	33.89455	-5.4593		Irsekalen,Irsekalene		03	061		
2545595	Irohane d’Chchar	irohane-d-chchar	MA		0	Africa/Casablanca	31.71964	-6.83896		Irohane d'Chchar,Irohane d’Chchar,Irouhane		05	081		
2545597	Iykhnoufa	iykhnoufa	MA		0	Africa/Casablanca	29.60237	-9.18861		Ikhnoufa,Irnoufa,Iykhnoufa		09	581		
2545599	Irmina	irmina	MA		0	Africa/Casablanca	31.25756	-6.14168				08	577		
2545611	Iriq	iriq	MA		0	Africa/Casablanca	31.23698	-8.68796		Irig,Iriq		07	161		
2545614	Irhzissane	irhzissane	MA		0	Africa/Casablanca	31.99774	-5.98167				05	081		
2545616	Tamatert	tamatert	MA		0	Africa/Casablanca	31.04169	-8.76054		Irhzi,Tamatert		07	161		
2545617	Irhzer Ourhanime	irhzer-ourhanime	MA		0	Africa/Casablanca	30.60389	-9.13025		Ighzroughanim,Irheer Ourhanime,Irhzer Ou Rhanim,Irhzer Ourhanime		09	541		
2545620	Irhzer	irhzer	MA		0	Africa/Casablanca	30.4	-8.26				09	541		
2545624	Irhtem	irhtem	MA		0	Africa/Casablanca	30.51679	-6.70327				08	587		
2545631	Ighris	ighris	MA		0	Africa/Casablanca	31.5379	-7.48421		Ighris,Irhris		07	041		
2545633	Douar Ighribene	douar-ighribene	MA		0	Africa/Casablanca	35.09837	-3.59803		Douar Ighribene,Ighribene,Igueribene,Irhribene,Irhrîbene		02	167		
2545635	Ighrem-n-Talmast	ighrem-n-talmast	MA		0	Africa/Casablanca	31.96136	-6.19887		Ighrem n'Talmest,Ighrem n’Talmest,Ighrem-n-Talmast,Irhrem n'Talmest,Irhrem n’Talmest,Talmest,Talmest Nord,Talmeste		05	081		
2545637	Irhrem n’ Ourhbalou	irhrem-n-ourhbalou	MA		0	Africa/Casablanca	32.01095	-5.87319				08	363		
2545639	Irhrem n’Aït Ouarhad	irhrem-n-ait-ouarhad	MA		0	Africa/Casablanca	32.21083	-5.79987		Ait Ourkha,Aït Ourkha,Ighrem n'Ait Ouaghad,Ighrem n’Aït Ouaghad,Irhrem n'Ait Ouaghad,Irhrem n'Ait Ouarhad,Irhrem n’Aït Ouaghad,Irhrem n’Aït Ouarhad		05	091		
2545640	Irhrem Jedid	irhrem-jedid	MA		0	Africa/Casablanca	31.66	-5.56				08	577		
2545641	Ighram Imajjad	ighram-imajjad	MA		0	Africa/Casablanca	32.5109	-5.49601		Ighram Imajjad,Irhrem Imejad		05	301		
2545643	Irhrem Amokrane	irhrem-amokrane	MA		0	Africa/Casablanca	32.00285	-5.0322		Irhrem Amokrane,Ksar Iglira Amou Kran		08	201		
2545644	Irhrem Amazder	irhrem-amazder	MA		0	Africa/Casablanca	31.83956	-5.745		Ighrem Amejdal,Irhrem Amazder,Irhrem Amazdore		08	577		
2545648	Iroutane	iroutane	MA		0	Africa/Casablanca	31.73049	-6.91042		Irhoutane,Iroutane		05	081		
2545651	Ikhourba	ikhourba	MA		0	Africa/Casablanca	30.58627	-9.15805		Ikhourba,Irhourba		09	541		
2545654	Ighounane	ighounane	MA		0	Africa/Casablanca	31.28082	-7.14672		Ighounane,Irhounane		08	401		
2545658	Irhoudane	irhoudane	MA		0	Africa/Casablanca	34.22572	-3.92499		Douar Irhoudane,Ighoudane,Irhoudane		03	561		
2545662	Irhortene	irhortene	MA		0	Africa/Casablanca	29.89704	-7.98756		Ighoudten,Irhortene		09	551		
2545663	Ighourmane	ighourmane	MA		0	Africa/Casablanca	30.28694	-8.04148		Ighourmane,Irhormane		09	541		
2545664	Ighorayssene	ighorayssene	MA		0	Africa/Casablanca	30.18806	-9.40617		Ighorayssene,Irhoreisen,Irhoreissene,Irhoreïsen,Irhoreïssene,Jyhoreissen		09	163		
2545667	Douar Ighmirene	douar-ighmirene	MA		0	Africa/Casablanca	35.08856	-3.85899		Douar Ighmirene,Irhmirene,Irhmîrene		01	051		
2545668	Irhladene	irhladene	MA		0	Africa/Casablanca	34.97153	-5.3385		Aghladine,Ighladene,Irhladene		01	405		
2545669	Taddarine	taddarine	MA		0	Africa/Casablanca	30.05148	-7.69852		Irhladen,Irhladene,Irhladèn,Taddarine		09	551		
2545670	Irhiz Aït Oumrhar	irhiz-ait-oumrhar	MA		0	Africa/Casablanca	31.23607	-6.14548				08	577		
2545677	Agard-n-Isghane	agard-n-isghane	MA		0	Africa/Casablanca	32.08028	-6.21081		Agard-n-Isghane,Aguerd n' Irhissane,Aguerd n' Irhissine,Aguerd n’ Irhissane,Aguerd n’ Irhissine		05	081		
2545679	Irhis	irhis	MA		0	Africa/Casablanca	30.97065	-7.16297				08	401		
2545680	Irhir Ouzemmour	irhir-ouzemmour	MA		0	Africa/Casablanca	29.34784	-9.29027				10	473		
2545681	Irhir Ououriz	irhir-ououriz	MA		0	Africa/Casablanca	29.63873	-8.78022		Irhir Ououriz,Irir Ouraz,Irir Ourâz		09	581		
2545682	Irhir Ouofort	irhir-ouofort	MA		0	Africa/Casablanca	29.75	-9.05				09	581		
2545685	Ighir-n-Touna	ighir-n-touna	MA		0	Africa/Casablanca	30.3876	-8.20804		Ighir n'Touna,Ighir n’Touna,Ighir-n-Touna,Irhir n'Touna,Irhir n’Touna,Irhrir n'Touna,Irhrir n’Touna		09	541		
2545686	Ighir-n-Twerda	ighir-n-twerda	MA		0	Africa/Casablanca	30.27791	-8.6876		Ighir-n-Twerda,Irhir n'Touarda,Irhir n'Touerda,Irhir n’Touarda,Irhir n’Touerda		09	541		
2545687	Ighil n Targant	ighil-n-targant	MA		0	Africa/Casablanca	30.3271	-8.27472		Ighil n Tagant,Ighil n Targant,Irhir n'Targane,Irhir n’Targane		09	541		
2545689	Ighil-n-Ouna	ighil-n-ouna	MA		0	Africa/Casablanca	30.21522	-8.46446		Ighil-n-Ouna,Irhir n'Ouna,Irhir n’Ouna		09	541		
2545690	Ighir-n-Oufella	ighir-n-oufella	MA		0	Africa/Casablanca	30.57645	-8.31085		Ighir-n-Oufella,Irhir n'Oufella,Irhir n’Oufella,Noufella		09	541		
2545691	Ighiyr-n-Oudra	ighiyr-n-oudra	MA		0	Africa/Casablanca	31.27613	-7.15261		Ighir n'Oudra,Ighir n’Oudra,Ighiyr-n-Oudra,Irhir n'Ou Dra,Irhir n’Ou Dra		08	401		
2545692	Irhir n’Ouamane	irhir-n-ouamane	MA		0	Africa/Casablanca	30.32253	-8.49635				09	541		
2545693	Bou Chmid	bou-chmid	MA		0	Africa/Casablanca	29.44636	-9.95431		Bou Chmid,Id Buschmid,Iguer en Yama,Iguer en Yame,Irhir n'Jama,Irhir n’Jama		10	473		
2545694	Irhir n’Issemkhane	irhir-n-issemkhane	MA		0	Africa/Casablanca	31.17925	-7.13554				08	401		
2545695	Iguer-n-Ighrem	iguer-n-ighrem	MA		0	Africa/Casablanca	31.53781	-6.84836		Igher n'Ighrem,Igher n’Ighrem,Iguer-n-Ighrem,Irhir n'Irherm,Irhir n’Irherm		05	081		
2545696	Irhir n’Inigane	irhir-n-inigane	MA		0	Africa/Casablanca	31.24397	-6.60159				08	401		
2545697	Irhir Nallouch	irhir-nallouch	MA		0	Africa/Casablanca	29.37898	-9.39629				10	473		
2545698	Irhir n’Allah	irhir-n-allah	MA		0	Africa/Casablanca	31.98	-6.76		Ighir W'Allah,Ighir W’Allah,Irhir n'Allah,Irhir n’Allah		05	081		
2545699	Ighir-n-Aït Çalah	ighir-n-ait-calah	MA		0	Africa/Casablanca	30.21067	-8.88106		Ighir-n-Ait Calah,Ighir-n-Aït Çalah,Irhir n'Ait Salah,Irhir n’Aït Salah		09	541		
2545700	Ighir-n-Aït Bazziy	ighir-n-ait-bazziy	MA		0	Africa/Casablanca	30.04048	-8.31582		Ighir-n-Ait Bazziy,Ighir-n-Aït Bazziy,Irhir n'Ait el Bazi,Irhir n’Aït el Bazi		09	541		
2545701	Ighiyr-n-Aït ’bdas	ighiyr-n-ait-bdas	MA		0	Africa/Casablanca	29.59047	-9.16619		Ighiyr-n-Ait 'bdas,Ighiyr-n-Aït ’bdas,Iguer nait abbas,Iguer naït abbas,Irhir,Irhir n' Ait Abbes,Irhir n’ Aït Abbes		09	581		
2545703	Ighir-n-Oumalloul	ighir-n-oumalloul	MA		0	Africa/Casablanca	30.23653	-7.88921		Ighir-n-Oumalloul,Irhir Melloul		09	541		
2545706	Irhir Irhounine	irhir-irhounine	MA		0	Africa/Casablanca	29.18376	-8.95846		Ighir Ighoumine,Ighir Ighoumïne,Irhir Irhounine		09	551		
2545707	Irhirimched	irhirimched	MA		0	Africa/Casablanca	30.61121	-9.54171				09	001		
2545708	Al ’Azib-n-Iriri	al-azib-n-iriri	MA		0	Africa/Casablanca	30.74851	-7.60813		Al 'Azib-n-Iriri,Al ’Azib-n-Iriri,Azib Irhiri		08	401		
2545709	Ighighiy	ighighiy	MA		0	Africa/Casablanca	30.28857	-7.99611		Ighighiy,Ighiri,Irhirhi,Irhiri		09	541		
2545710	Douar Nirhirhene	douar-nirhirhene	MA		0	Africa/Casablanca	33.79344	-3.79303		Douar Nirhirhene,Irhiren,Irhirene,Irhirèn		02	265		
2545711	Ighir El Mizab	ighir-el-mizab	MA		0	Africa/Casablanca	31.29969	-7.77096		Ighir El Mizab,Ighir el Mizeb,Irhir el Mizeb		07	041		
2545712	Irhir Azzouggarh	irhir-azzouggarh	MA		0	Africa/Casablanca	31.23629	-7.14295		Ighern azougar,Irhir Azzouggarh		08	401		
2545714	Irhirane	irhirane	MA		0	Africa/Casablanca	30.82448	-8.41828				09	541		
2545715	Irhir Ahmed	irhir-ahmed	MA		0	Africa/Casablanca	34.78	-4.2				01	051		
2545716	Irhirad	irhirad	MA		0	Africa/Casablanca	29.88	-9.11		Irhirad,Irirad		09	163		
2545717	Ighir	ighir	MA		0	Africa/Casablanca	30.85428	-8.28875		Ighir,Ighira,Irhira		09	541		
2545718	Ighir	ighir	MA		0	Africa/Casablanca	31.31619	-6.50631		Ighir,Irhir		08	401		
2545719	Ighir	ighir	MA		0	Africa/Casablanca	30.97871	-8.07861		Aguerzra,Ighir,Irhir		07	041		
2545720	Irhir	irhir	MA		0	Africa/Casablanca	30.33	-8.36				09	541		
2545721	Ighir-n-Tazakka	ighir-n-tazakka	MA		0	Africa/Casablanca	30.1919	-8.46624		Ighir-n-Tazakka,Irhir		09	541		
2545893	Iouliouil	iouliouil	MA		0	Africa/Casablanca	30.19259	-8.01741		Iouliouil,Iwliwil		09	541		
2545722	Ighir Ida Oumalguis	ighir-ida-oumalguis	MA		0	Africa/Casablanca	30.1563	-8.69947		Ighir Ida Oumaguis,Ighir Ida Oumalguis,Irhir		09	541		
2545723	Ighir	ighir	MA		0	Africa/Casablanca	30.10333	-7.39857		Ighir,Irhir		09	551		
2545724	Ighir	ighir	MA		0	Africa/Casablanca	29.92619	-8.52432		Ighir,Irhir		09	541		
2545725	Irhir	irhir	MA		0	Africa/Casablanca	29.13007	-8.94531		Ighir Ighounine,Irhir,Irhir Irhounine		09	551		
2545727	Ighil Ou Dardour	ighil-ou-dardour	MA		0	Africa/Casablanca	30.44281	-9.54537		Ighil Ou Dardour,Ighili Ou Darden,Irhil Ou Derdour		09	001		
2545728	Irhil Ouamane	irhil-ouamane	MA		0	Africa/Casablanca	29.51012	-8.99222		Ighil,Irhil Ouamane,Irhil Wamane		09	581		
2545730	Ighil-n-Siber	ighil-n-siber	MA		0	Africa/Casablanca	30.293	-8.62226		Ighil-n-Siber,Irhil Sibel,Irhil n'Siber,Irhil n’Siber		09	541		
2545731	Ighil-n-Ouzamour	ighil-n-ouzamour	MA		0	Africa/Casablanca	31.42898	-7.64952		Ighil n Ouzammour,Ighil-n-Ouzamour,Ighri Nouzzmour,Irhil n'Ouzemmour,Irhil n’Ouzemmour		07	041		
2545733	Ighil Issimsidane	ighil-issimsidane	MA		0	Africa/Casablanca	30.14589	-8.48918		Ighil,Ighil Issimsidane,Ighil Issimsidene,Irhil,Irhil n'Isemsiden,Irhil n’Isemsiden,Jrhir Isemssidn		09	541		
2545734	Ighil-n-Imchguiln	ighil-n-imchguiln	MA		0	Africa/Casablanca	30.53378	-7.88029		Ighil-n-Imchguiln,Irhil n' Imechtaguil,Irhil n’ Imechtaguil		09	541		
2545735	Irhil n’Igrane	irhil-n-igrane	MA		0	Africa/Casablanca	30.42385	-6.65514		Igrane,Irhil n'Igrane,Irhil n’Igrane		09	551		
2545736	Irhil n’Ed Baha	irhil-n-ed-baha	MA		0	Africa/Casablanca	30.79603	-9.73538		Baha,Irhil n'Ed Baha,Irhil n’Ed Baha		09	001		
2545737	Irhil n’Aït Hosseïn	irhil-n-ait-hossein	MA		0	Africa/Casablanca	31.83446	-6.77534		Irhil n'Ait Hossein,Irhil n'Ait Hosseine,Irhil n’Aït Hosseïn,Irhil n’Aït Hosseïne		05	081		
2545738	Ighil Ismalane	ighil-ismalane	MA		0	Africa/Casablanca	30.14429	-8.81849		Ighil Ismalane,Irhil Ismellalen,Irhil Ismellalene,Irhil Ismellalèn		09	541		
2545740	Irhilene	irhilene	MA		0	Africa/Casablanca	30.95894	-8.70815		Irhilen,Irhilene,Irhilèn		07	161		
2545741	Irhilane	irhilane	MA		0	Africa/Casablanca	30.347	-8.8234		Ighilene,Ighirane,Ighzzilen,Irhilane,Irhilen,Irhilene,Irhilèn,Iyhilalen		09	541		
2545744	Ighil	ighil	MA		0	Africa/Casablanca	31.36464	-8.4296		Iahil,Ighil,Irhil		07	161		
2545745	Irhil	irhil	MA		0	Africa/Casablanca	31.06571	-7.26461		Ighil,Irhil		08	401		
2545746	Ighil	ighil	MA		0	Africa/Casablanca	30.9519	-8.25612		Ighil,Irhil		07	041		
2545747	Imi-n-ou-Amoumen	imi-n-ou-amoumen	MA		0	Africa/Casablanca	30.94871	-7.85424		Ighil n'Oumoumen,Ighil n’Oumoumen,Ikhil,Imi-n-ou-Amoumen,Irhil		09	541		
2545748	Ighil	ighil	MA		0	Africa/Casablanca	30.79374	-8.08293		Ighil,Irhil		09	541		
2545749	Ighil-n-Wamane	ighil-n-wamane	MA		0	Africa/Casablanca	30.46	-7.9		Ighil ntafroute,Ighil-n-Wamane,Irhil		09	541		
2545750	Ighit Ibarkak	ighit-ibarkak	MA		0	Africa/Casablanca	29.91467	-8.65035		Ighil Ait Ali,Ighil Aït Ali,Ighit Ibarkak,Irhil		09	551		
2545751	Irhil	irhil	MA		0	Africa/Casablanca	29.88	-9.25		Ighil,Irhil		09	163		
2545752	Igar I’azza	igar-i-azza	MA		0	Africa/Casablanca	29.81205	-8.68068		Igar I'azza,Igar I’azza,Irhiaz		09	541		
2545754	Amzloug	amzloug	MA		0	Africa/Casablanca	29.38821	-9.90069		Amzloug,Id Bocoto,Id Bokoto,Irhgradene		10	473		
2545756	Ikhfis	ikhfis	MA		0	Africa/Casablanca	30.84434	-8.395		Ikhfis,Irhfis		09	541		
2545759	Irherrharene	irherrharene	MA		0	Africa/Casablanca	30.6505	-9.44399		Ighargharen,Irherrharene		09	001		
2545761	Irherrhar	irherrhar	MA		0	Africa/Casablanca	29.10616	-9.58718		Igherghar,Irherrhar		10	261		
2545763	Irherm Tizi	irherm-tizi	MA		0	Africa/Casablanca	31.03834	-6.80821		Irherm Tizi,Irhrem Tizi		08	401		
2545764	Irherm Tazadout	irherm-tazadout	MA		0	Africa/Casablanca	31.13888	-7.44527				08	401		
2545765	Aït Tamajjout	ait-tamajjout	MA		0	Africa/Casablanca	32.21683	-6.18629		Ait Tamajjout,Aït Tamajjout,Irherm Ou Asif,Irherm Ou Assif		05	081		
2545769	Tarkacht	tarkacht	MA		0	Africa/Casablanca	30.96401	-6.69308		Irherm n'Tarracht,Irherm n’Tarracht,Taracht,Tarhacht,Tarkacht,Tarkcht,Terkacht,Terkecht		08	401		
2545770	Irherm n’Ouzrou	irherm-n-ouzrou	MA		0	Africa/Casablanca	31.38	-6.88		Ichem n'Ouzrou,Ichem n’Ouzrou,Iherm n'Ouzrod,Iherm n’Ouzrod,Irherm n'Ouzrou,Irherm n’Ouzrou		05	081		
2545771	Irherm n’Ouzennag	irherm-n-ouzennag	MA		0	Africa/Casablanca	31.2734	-6.57365				08	401		
2545772	Ighrem n’Ougdal	ighrem-n-ougdal	MA		0	Africa/Casablanca	31.2316	-7.42568		Ighrem n'Ougdal,Ighrem n’Ougdal,Irherm n'Ougdal,Irherm n’Ougdal,Jghern nougdal		08	401		
2545773	Ighram-n-Oukattou	ighram-n-oukattou	MA		0	Africa/Casablanca	31.82613	-6.88073		Ighram-n-Oukattou,Irherm n'Ouchett,Irherm n’Ouchett		05	081		
2545774	Ighil n Izid	ighil-n-izid	MA		0	Africa/Casablanca	31.09845	-7.62071		Ighil Nizid,Ighil n Izid,Irherm n'Izid,Irherm n’Izid		08	401		
2545775	Ighrem n-Lamchane	ighrem-n-lamchane	MA		0	Africa/Casablanca	31.19857	-5.65606		Ighrem n'Ilemchane,Ighrem n-Lamchane,Ighrem n’Ilemchane,Ilemchan,Irherm n'Ilamchane,Irherm n'Ilemchane,Irherm n’Ilamchane,Irherm n’Ilemchane,Irhrem-n-Ilemchane		08	577		
2545776	Irherm n’Akhater	irherm-n-akhater	MA		0	Africa/Casablanca	30.23	-5.63				08	587		
2545777	Irherm n’Aït Haddou	irherm-n-ait-haddou	MA		0	Africa/Casablanca	31.69499	-7.18517		Ait Haddou,Aït Haddou,Irherm n'Ait Haddou,Irherm n’Aït Haddou		05	081		
2545778	Irherm n’Aït Ben Ali	irherm-n-ait-ben-ali	MA		0	Africa/Casablanca	30.21	-5.63				08	587		
2545779	Irherm n’Achich	irherm-n-achich	MA		0	Africa/Casablanca	30.89007	-5.29407		Ighrem n'Achich,Ighrem n’Achich,Irherm n'Achich,Irherm n’Achich		08	577		
2545780	Lennda	lennda	MA		0	Africa/Casablanca	32.76649	-5.56177		Irherm Lenda,Lenda,Lennda,Linda		05	301		
2545781	Irherm Iguezzoulene	irherm-iguezzoulene	MA		0	Africa/Casablanca	28.99973	-9.67061		Igerm Igizuln,Igerm Igizūln,Ighrem Igezoulene,Irherm Igezoulene,Irherm Iguezzoulen,Irherm Iguezzoulene,Irherm Iguizzoulene,Irherm Iguizzouléne		10	261		
2545782	Aït Wissa’dane	ait-wissa-dane	MA		0	Africa/Casablanca	32.24242	-6.23063		Ait Wissa'dane,Aït Wissa’dane,Irherm Id Mellane		05	081		
2545783	Ighermane	ighermane	MA		0	Africa/Casablanca	31.15673	-8.43491		Ighermane,Irhermane		07	161		
2545785	Igherm Amellal	igherm-amellal	MA		0	Africa/Casablanca	31.04873	-6.80655		Igherm Amellal,Irherm Amellal		08	401		
2545892	Iwliwil	iwliwil	MA		0	Africa/Casablanca	30.30479	-7.80164		Iouliouil,Iouliouile,Iwliwil		09	541		
2545786	Ighrem Amazdar	ighrem-amazdar	MA		0	Africa/Casablanca	31.29164	-5.509		Ighrem Amazdar,Ighrem Amazder,Ikrem Amagdar,Ir'em Amasdar,Irhem-Amazder,Irherm Amazder,Irhrem Amazdar,Ir’em Amasdar		08	577		
2545787	Irherm Akhater n’Aït Izzou	irherm-akhater-n-ait-izzou	MA		0	Africa/Casablanca	30.8	-5.23				08	577		
2545788	Irherm	irherm	MA		0	Africa/Casablanca	32.87945	-4.93016				08	363		
2545789	Irherm	irherm	MA		0	Africa/Casablanca	31.70964	-6.63083				05	081		
2545790	Irherm	irherm	MA		0	Africa/Casablanca	31.29377	-7.11196		Irherem,Irherm		08	401		
2545791	Ihadrane	ihadrane	MA		0	Africa/Casablanca	31.25604	-7.3056		Ighrem,Ihadrane,Irherm		08	401		
2545792	Irherm	irherm	MA		0	Africa/Casablanca	31.15101	-7.42815		Ighrem,Irherm,Tazadot		08	401		
2545793	Igherm	igherm	MA		0	Africa/Casablanca	31.0152	-8.52977		Igherm,Irherm		07	161		
2545794	Ighrem	ighrem	MA		0	Africa/Casablanca	30.8825	-8.10254		Ighrem,Irherm		09	541		
2545795	Irherm	irherm	MA		0	Africa/Casablanca	30.59312	-7.1465				08	401		
2545796	Ighrem	ighrem	MA		0	Africa/Casablanca	30.49069	-7.77543		Ighrem,Irherm		09	541		
2545797	Ighram	ighram	MA		0	Africa/Casablanca	30.08928	-8.46023		Igherm,Ighram,Irherm		09	541		
2545798	Irherm	irherm	MA		0	Africa/Casablanca	29.46207	-9.67275		Igherm,Irherm,Irherm n'Ait Jerhar,Irherm n’Aït Jerhar		09	581		
2545799	Ighrourd	ighrourd	MA		0	Africa/Casablanca	31.10881	-7.58214		Ighrourd,Ighrourt,Irherhoud		08	401		
2545801	Irherhazene	irherhazene	MA		0	Africa/Casablanca	30.4	-5.83		Irherhazen,Irherhazene,Irherhazèn		08	587		
2545802	Igherem N-Assallab	igherem-n-assallab	MA		0	Africa/Casablanca	31.55247	-4.70266		Igherem N-Assallab,Igherem n'Ouslab,Igherem n’Ouslab,Irherem n'Ouslab,Irherem n’Ouslab		08	201		
2545803	Ighram-n-Ichirif	ighram-n-ichirif	MA		0	Africa/Casablanca	31.82016	-4.95895		Igherem n'Cherif,Igherem n’Chérif,Ighram-n-Ichirif,Irherem n'Cherif,Irherem n’Chérif		08	201		
2545809	Irhem n’ Ou Laïd	irhem-n-ou-laid	MA		0	Africa/Casablanca	32.12095	-5.72691				08	363		
2545810	Irhem Azoumak	irhem-azoumak	MA		0	Africa/Casablanca	33.00098	-5.80184				05	301		
2545811	Irhem Akdim	irhem-akdim	MA		0	Africa/Casablanca	31.47055	-5.41261		Igham akdim,Irhem Akdim		08	577		
2545812	Ighals	ighals	MA		0	Africa/Casablanca	30.73131	-7.08882		Ighals,Ighels,Ighil,Irhels		08	401		
2545813	Ighalç	ighalc	MA		0	Africa/Casablanca	30.18494	-7.75617		Ighalc,Ighale,Ighalç,Irhels		09	541		
2545814	Irherrhâr	irherrhar	MA		0	Africa/Casablanca	30.67651	-6.29351		Irhelrherh,Irherrhar,Irherrhâr		08	587		
2545815	Irhelrher	irhelrher	MA		0	Africa/Casablanca	32.29861	-6.22544		Ighegher,Irhalrer,Irharher,Irhelrher,Irherher		05	091		
2545816	Ighijd	ighijd	MA		0	Africa/Casablanca	32.25089	-4.57438		Ighejd,Ighijd,Irhejd		08	363		
2545817	Ighfri	ighfri	MA		0	Africa/Casablanca	30.70591	-8.1881		Ighafry,Ighfri,Irhefri		09	541		
2545819	Irghat	irghat	MA		0	Africa/Casablanca	31.28415	-7.70568		Iraghf,Irghaf,Irghat,Irghef,Irhef,Irrhef		07	041		
2545822	Ighboula	ighboula	MA		0	Africa/Casablanca	29.62842	-9.7606		Ighboula,Irhboula		09	581		
2545823	Ighbliy	ighbliy	MA		0	Africa/Casablanca	30.90433	-7.93362		Ighbli,Ighbli Orgrouze,Ighbliy,Irhbli		09	541		
2545824	Ighazzoun-n-Imlas	ighazzoun-n-imlas	MA		0	Africa/Casablanca	31.03869	-5.8948		Ighazoun n'Imlas,Ighazoun n’Imlas,Ighazzoun-n-Imlas,Irhazoun n'Imlas,Irhazoun n’Imlas		08	587		
2545826	Igharmane	igharmane	MA		0	Africa/Casablanca	30.25415	-7.88598		Igharman,Igharmane,Irhamane,Irharmane		09	541		
2545827	Irhariane	irhariane	MA		0	Africa/Casablanca	34.88	-4.43				01	051		
2545829	Ighanimane	ighanimane	MA		0	Africa/Casablanca	30.27905	-7.83685		Ighanimane,Ighanimne,Irhanimen,Irhanimene		09	541		
2545834	Ighalene	ighalene	MA		0	Africa/Casablanca	32.03706	-6.51594		Ighalene,Irhalen,Irhallene,Irhalèn		05	081		
2545835	Iharrayn	iharrayn	MA		0	Africa/Casablanca	31.37274	-7.55802		Ighalen,Ighalene,Iharrayn,Irhallen,Irhallene,Irhallèn		07	041		
2545836	Ighaln	ighaln	MA		0	Africa/Casablanca	29.74684	-9.01342		Ighallen,Ighaln,Irhallene		09	581		
2545839	Abakriym	abakriym	MA		0	Africa/Casablanca	29.60205	-9.35287		Abakriym,Irallen,Irhalen,Irhalene		09	581		
2545840	Ighalem	ighalem	MA		0	Africa/Casablanca	29.7	-9.89		Ighalem,Irhalem,Irhalen		09	581		
2545841	Ighfawane-n-Ighiriwane	ighfawane-n-ighiriwane	MA		0	Africa/Casablanca	31.00635	-5.72626		Ighfawane-n-Ighiriwane,Irhafaoun n'Irhiriouane,Irhafaoun n’Irhiriouane,Lihfaoun n'Ighiriouane,Lihfaoun n’Ighiriouane,Lihfaoun-n-Irhiriouane		08	587		
2545844	Irgragane	irgragane	MA		0	Africa/Casablanca	31.66502	-6.96906		Irgragane,Irgraguene		05	081		
2545853	Irchig	irchig	MA		0	Africa/Casablanca	30.63787	-6.15692		Irchig,Irdieg,Irdièg		08	587		
2545857	Ighbouwla	ighbouwla	MA		0	Africa/Casablanca	31.58909	-6.6273		Ighbouwla,Irboula		05	081		
2545858	Douar Irezzouqene	douar-irezzouqene	MA		0	Africa/Casablanca	35.01744	-3.54383		Azrouken,Douar Irezzouqene,Irazzoukene,Irazzoûkene,Irresoken,Irresokene		02	167		
2545859	Irara	irara	MA		0	Africa/Casablanca	32.23463	-3.88148				08	363		
2545860	Irara	irara	MA		0	Africa/Casablanca	31.22557	-4.27664		Irara,Ksar Irara		08	201		
2545863	Irane	irane	MA		0	Africa/Casablanca	31.45	-4.25		Irane,Jrana		08	201		
2545867	Irabene	irabene	MA		0	Africa/Casablanca	34.77414	-4.99296		Ibrane,Irabene		03	531		
2545868	Iqwassane	iqwassane	MA		0	Africa/Casablanca	31.24888	-6.09069		Iqouassene,Iqwassane		08	577		
2545870	Iwzlit	iwzlit	MA		0	Africa/Casablanca	30.11007	-8.82897		Iouzlit,Iwzlit		09	541		
2545871	Iouzaane	iouzaane	MA		0	Africa/Casablanca	30.41	-8.6				09	541		
2545872	Ioutlane	ioutlane	MA		0	Africa/Casablanca	29.01431	-10.23379		Ioutlane,Iutlan,Iutlar		10	261		
2545875	Iousrane	iousrane	MA		0	Africa/Casablanca	30.69952	-8.8885				09	541		
2545881	Iourigene	iourigene	MA		0	Africa/Casablanca	31.07693	-7.1418		Imzoughen,Iourigene		08	401		
2545884	Iwraghine	iwraghine	MA		0	Africa/Casablanca	31.24183	-8.38244		Iourarhen,Iourarhene,Iourarhèn,Iwraghine,Jouraghane		07	041		
2545886	Iourann	iourann	MA		0	Africa/Casablanca	29.81	-9.3				09	163		
2545887	Iourane	iourane	MA		0	Africa/Casablanca	29.23222	-10.11151		Iourane,Iuraguen		10	473		
2545890	Iououal	iououal	MA		0	Africa/Casablanca	29.71711	-8.56041				09	551		
2545895	Ihoukarn	ihoukarn	MA		0	Africa/Casablanca	30.53187	-7.64303		Ihoukarn,Ihoukarne,Ioukaren,Ioukarene,Ioukarèn		09	541		
2545899	Iouahrene	iouahrene	MA		0	Africa/Casablanca	35.45652	-5.20098		Iouahrene,Iouharane		01	571		
2545902	Igounane	igounane	MA		0	Africa/Casablanca	30.80324	-8.76865		Igounane,Iougnane		09	541		
2545903	Igounane	igounane	MA		0	Africa/Casablanca	31.19052	-8.96231		Igounane,Iougnane		07	161		
2545905	Douar Joub	douar-joub	MA		0	Africa/Casablanca	35.12489	-4.33597		Douar Joub,Ej Joub,Eljoub,Ioub,Tub		01	051		
2545908	Douar Louchchikhene	douar-louchchikhene	MA		0	Africa/Casablanca	35.12212	-3.58789		Douar Louchchikhene,Iouachchikhene,Iouachchîkhene,Iouasnanene,Iuasnanen		02	167		
2545910	Douar Orrane	douar-orrane	MA		0	Africa/Casablanca	35.08869	-5.09422		Douar Orrane,Iordane		01	151		
2545915	Inghed	inghed	MA		0	Africa/Casablanca	31.13636	-8.26524		Inghed,Inrhed		07	041		
2545922	Innrarene	innrarene	MA		0	Africa/Casablanca	30.55482	-9.56883		Innrarene,Inrarane		09	001		
2545924	Ilmarzane	ilmarzane	MA		0	Africa/Casablanca	30.8006	-7.83094		Ilmarzane,Ilmerzne,Inmerzen,Inmerzene,Inmerzèn		09	541		
2545925	Inlioua	inlioua	MA		0	Africa/Casablanca	29.47173	-8.73226				09	581		
2545926	Inighdane	inighdane	MA		0	Africa/Casablanca	31.51139	-6.8003		Inighdane,Inighdene,Inlghdene		05	081		
2545929	In Kourma	in-kourma	MA		0	Africa/Casablanca	30.71454	-9.56853		In Kourma,Inkourma,Innkourma		09	001		
2545930	Inkitouf	inkitouf	MA		0	Africa/Casablanca	30.95016	-9.2655				07	211		
2545931	Inkern	inkern	MA		0	Africa/Casablanca	29.50198	-8.89763				09	581		
2545934	Inkass	inkass	MA		0	Africa/Casablanca	29.82874	-9.50252		Inkass,Innskass,Inskate		09	581		
2545936	Inejjarn	inejjarn	MA		0	Africa/Casablanca	29.7938	-9.34236		Inejjarn,Injarene,Injjarn		09	581		
2545937	Inissi	inissi	MA		0	Africa/Casablanca	30.01	-5.55				08	587		
2545939	Inirhes	inirhes	MA		0	Africa/Casablanca	33.46107	-4.39392				03	131		
2545941	Iniks	iniks	MA		0	Africa/Casablanca	30.22028	-8.09181				09	541		
2545944	I-n- Hâj	i-n-haj	MA		0	Africa/Casablanca	35.17618	-3.088				02	381		
2545945	In Haddou Ou Amar	in-haddou-ou-amar	MA		0	Africa/Casablanca	35.14434	-3.09443		I-n Haddou,I-n Haddoû,In Haddou Ou Amar		02	381		
2545947	Inflas	inflas	MA		0	Africa/Casablanca	29.24712	-10.05495				10	473		
2545954	Ifantras	ifantras	MA		0	Africa/Casablanca	35.1604	-3.14625		Ifantras,Infantaras		02	381		
2545955	Infag	infag	MA		0	Africa/Casablanca	31.14683	-8.25809		Infag,Infoug		07	041		
2545957	Inezgane	inezgane	MA		0	Africa/Casablanca	30.35535	-9.53639		Imezgane,Inezgane,Insgane	0427301151	09	273	0427301151	
2545958	Intlitane	intlitane	MA		0	Africa/Casablanca	30.76648	-6.44208		Inetliten,Inetlitene,Initlitene,Inliten,Intlitane		08	587		
2545961	Inemirn	inemirn	MA		0	Africa/Casablanca	31.06437	-9.23529		Immirne,Inemirene,Inemirn		07	161		
2545964	Injarn	injarn	MA		0	Africa/Casablanca	30.20408	-8.3473		Inejjaren,Inejjarene,Inejjarèn,Injarn		09	541		
2545965	Injrn	injrn	MA		0	Africa/Casablanca	29.80126	-8.89995		Ineijaren,Ineijarèn,Inejar,Inejjaren,Inejjarene,Inejjarèn,Injrn		09	541		
2545968	Inafgane	inafgane	MA		0	Africa/Casablanca	30.12101	-8.80658		Inafgane,Inefgane,Inefguene,Inefguin,Inefuene		09	541		
2545971	Indiyout	indiyout	MA		0	Africa/Casablanca	30.81229	-7.32223		Indiouet,Indiout,Indiyout		08	401		
2545973	Indichene	indichene	MA		0	Africa/Casablanca	29.22514	-9.77433		Imdichne,Indichene		10	261		
2545976	Indahâne	indahane	MA		0	Africa/Casablanca	32.04059	-5.93857				05	081		
2545977	Douar Ain Bou Challa	douar-ain-bou-challa	MA		0	Africa/Casablanca	34.41701	-4.67642		Ain bou Chellah,Aïn bou Chellah,Douar Ain Bou Challa,Douar Ain Bou Chella,Douar Ain bou Chella,Douar Aïn bou Chella,in Bou Chella,ïn Bou Chella		03	531		
2545984	Imzoughane	imzoughane	MA		0	Africa/Casablanca	30.97085	-7.13315		Imzoughane,Imzoughene,Imzourhene		08	401		
2545986	Imzoudar	imzoudar	MA		0	Africa/Casablanca	31.45671	-5.98129		Imizouddar,Imzoudar		08	577		
2545990	Imzirene	imzirene	MA		0	Africa/Casablanca	34.78	-3.78				03	561		
2545992	Imzilene	imzilene	MA		0	Africa/Casablanca	31.04695	-8.98336		Imzilene,Imziln		07	161		
2545996	Tihouna Imzilene	tihouna-imzilene	MA		0	Africa/Casablanca	31.29804	-8.60847		Imzilene,Tihou n'aimzilen,Tihou n’aïmzilen,Tihouna Imzilene		07	161		
2545997	Imzil	imzil	MA		0	Africa/Casablanca	29.97087	-9.31072		Imzihe,Imzil,Imzilene		09	163		
2545998	Imzilene	imzilene	MA		0	Africa/Casablanca	29.64019	-8.94312		Imzilen,Imzilene,Imzilèn		09	581		
2545999	Imziyln	imziyln	MA		0	Africa/Casablanca	29.62853	-9.27563		Imzilen,Imzilene,Imzilne,Imziyln		09	581		
2546002	Imzil	imzil	MA		0	Africa/Casablanca	31.41212	-6.21995				08	577		
2546003	Ifasfas	ifasfas	MA		0	Africa/Casablanca	30.54961	-7.01138		Bou Imzilene,Ifasfas,Imzil		08	401		
2546004	Imzilane	imzilane	MA		0	Africa/Casablanca	30.52162	-8		Imzil,Imzilane,Imzilen,Imzilèn		09	541		
2546007	Douar Imzi	douar-imzi	MA		0	Africa/Casablanca	30.78066	-9.80214		Douar Imzi,Imzi		09	001		
2546010	Imzayn	imzayn	MA		0	Africa/Casablanca	31.13188	-8.26083		Amzaine,Amzaïne,Imzaien,Imzaiene,Imzayn,Imzaïene,Imzaïèn		07	041		
2546011	Imunan	imunan	MA		0	Africa/Casablanca	29.4	-10.08				10	473		
2546013	Imsouwna	imsouwna	MA		0	Africa/Casablanca	31.78939	-6.69064		Imsouna,Imsouwna		05	081		
2546015	Imskre	imskre	MA		0	Africa/Casablanca	30.41582	-8.45227				09	541		
2546016	Imskarn	imskarn	MA		0	Africa/Casablanca	29.74037	-9.12295		Imskarn,Imskern		09	163		
2546017	Imsker	imsker	MA		0	Africa/Casablanca	30.84513	-8.62046				09	541		
2546019	Imsed	imsed	MA		0	Africa/Casablanca	34.83	-4.3				01	051		
2546020	Imoussatene	imoussatene	MA		0	Africa/Casablanca	35.15209	-3.25617		Aisaten,Aisatene,Imoussatene,Imsatene,Imsâtene		02	167		
2546022	Imrhrane	imrhrane	MA		0	Africa/Casablanca	31.41	-6.25				08	577		
2546025	Amghaz	amghaz	MA		0	Africa/Casablanca	30.77637	-8.32047		Amghaz,Imrhez		09	541		
2546026	Imgharn	imgharn	MA		0	Africa/Casablanca	29.88601	-9.42882		Imgharn,Imrhern		09	163		
2546028	Imouzzer Kandar	imouzzer-kandar	MA		0	Africa/Casablanca	33.72871	-5.01092		Immouzer,Imouzzer,Imouzzer Kandar,Imouzzer du Kandar		03	451		
2546421	Ihalwane	ihalwane	MA		0	Africa/Casablanca	32.12112	-6.76824		Ihalwane,Ilaouane		05	081		
2546029	Imouzzer des Marmoucha	imouzzer-des-marmoucha	MA		0	Africa/Casablanca	33.47024	-4.29571		Immouzer,Immouzer Mermoucha,Immouzer des Marmoucha,Imouzzer Marmoucha,Imouzzer des Marmoucha		03	131		
2546030	Imouzzer des Ida ou Tanane	imouzzer-des-ida-ou-tanane	MA		0	Africa/Casablanca	30.67271	-9.48084		Immouzer des Ida Ou Tanane,Immouzzer Ida Ou Tanane,Imouzzer des Ida ou Tanane		09	001		
2546031	Imouzlag	imouzlag	MA		0	Africa/Casablanca	29.19441	-8.9775		Imouz Lague,Imouzlag		09	551		
2546032	Imouzaz	imouzaz	MA		0	Africa/Casablanca	30.79959	-8.42745				09	541		
2546037	Imouldighane	imouldighane	MA		0	Africa/Casablanca	30.96438	-7.95722		Imoulddirne,Imouldighane,Imouldirhene		07	041		
2546038	Imoulas	imoulas	MA		0	Africa/Casablanca	30.74871	-8.76051				09	541		
2546039	Imoula	imoula	MA		0	Africa/Casablanca	35.17798	-5.00408		Imoula,Tafraouk		01	151		
2546040	Imoula	imoula	MA		0	Africa/Casablanca	30.64627	-9.39437				09	001		
2546041	Imoula	imoula	MA		0	Africa/Casablanca	30.25518	-7.76401				09	541		
2546042	Imourkhsane	imourkhsane	MA		0	Africa/Casablanca	30.91825	-7.86743		Imoukhsane,Imourkhsane,Imourkhssane,Imtekhsane		09	541		
2546043	Douar Imoukkane	douar-imoukkane	MA		0	Africa/Casablanca	35.06011	-4.83903		Douar Imoukkane,Imoukane,Imukan		01	151		
2546044	Imougzane	imougzane	MA		0	Africa/Casablanca	31.46055	-7.08125		Imlouiine,Imlouiïne,Imougzane,Imougzene,Imougzoum		05	081		
2546045	Imougueni	imougueni	MA		0	Africa/Casablanca	29.23265	-9.92327				10	473		
2546046	Imi Ouansa	imi-ouansa	MA		0	Africa/Casablanca	31.12311	-9.22955		Imi Ouansa,Imouensa		07	161		
2546048	Imoudayne	imoudayne	MA		0	Africa/Casablanca	31.44081	-7.92834		Bou Yaumain,Bou Yaumaïn,Douar Imoudaine,Douar Imoudaïne,Imoudain,Imoudayne,Imoudaïn		07	041		
2546049	Imouchchiwd	imouchchiwd	MA		0	Africa/Casablanca	29.96129	-8.97364		Imouchchiwd,Imoucheoun,Imouchyoun		09	163		
2546050	Imniy	imniy	MA		0	Africa/Casablanca	30.1349	-8.4105		Imni,Imniy		09	541		
2546052	Imouzzar	imouzzar	MA		0	Africa/Casablanca	31.32739	-7.3861		Immouzer,Imouzzar		07	041		
2546054	Immessirene	immessirene	MA		0	Africa/Casablanca	34.96	-4.25				01	051		
2546055	Douar Imelloukene	douar-imelloukene	MA		0	Africa/Casablanca	34.86147	-2.27548		Douar Imelloukene,Immelloukene		02	113		
2546056	Immei	immei	MA		0	Africa/Casablanca	32.59725	-4.24432				08	363		
2546058	Imlil	imlil	MA		0	Africa/Casablanca	30.82252	-8.69091		Imlil,Imllil		09	541		
2546063	Imlil	imlil	MA		0	Africa/Casablanca	31.12734	-7.91891				07	041		
2546065	Imlalene	imlalene	MA		0	Africa/Casablanca	30.94793	-8.93625		Imlalen,Imlalene,Imlalèn		07	161		
2546066	Imkoussa	imkoussa	MA		0	Africa/Casablanca	31.5	-5.53				08	577		
2546068	Imjjat	imjjat	MA		0	Africa/Casablanca	29.94685	-9.54727		Imijate,Imjjat		09	163		
2546069	Imjgagn	imjgagn	MA		0	Africa/Casablanca	29.57509	-9.4944		Imejgaguen,Imjgagn,Imjgaguene,Imjguaguan		09	581		
2546070	Agadir Imajjad	agadir-imajjad	MA		0	Africa/Casablanca	30.67241	-8.26399		Agadir Imajjad,Agadir Nimajjad,Imjad		09	541		
2546071	Imjjad	imjjad	MA		0	Africa/Casablanca	29.65696	-9.16403		Imjad,Imjjad		09	581		
2546074	Imizer n’Aït Cheko	imizer-n-ait-cheko	MA		0	Africa/Casablanca	31.94572	-5.99499				05	081		
2546075	Imizer	imizer	MA		0	Africa/Casablanca	30.94011	-9.49497				07	211		
2546076	Imizar	imizar	MA		0	Africa/Casablanca	31.58879	-7.43842				07	041		
2546077	Imizar	imizar	MA		0	Africa/Casablanca	30.71486	-9.43246		Imi Ighzer,Imizar,Imizer		09	001		
2546080	Imider	imider	MA		0	Africa/Casablanca	32.01104	-5.06414		Imider,Imiter,Ksar Imider		08	201		
2546081	Imider	imider	MA		0	Africa/Casablanca	31.37324	-5.79384		Imider,Imiter	0440105192	08	401	0440105192	
2546083	Imitek	imitek	MA		0	Africa/Casablanca	29.65857	-8.25841		Imitek,Imiten,Imiteq		09	551		
2546084	Imisker	imisker	MA		0	Africa/Casablanca	32.26875	-6.27039				05	081		
2546085	Imir Tizi	imir-tizi	MA		0	Africa/Casablanca	31.58829	-6.81627		Imir Tizi,Tizi		05	081		
2546086	Imiriy	imiriy	MA		0	Africa/Casablanca	30.2109	-8.34328		Imiri,Imiriy		09	541		
2546089	Imriyr	imriyr	MA		0	Africa/Casablanca	29.92666	-9.09401		Imighigh,Imirhir,Imriyr		09	163		
2546092	Imiyrgane	imiyrgane	MA		0	Africa/Casablanca	31.24957	-7.27461		Imerguen,Imirgen,Imirgene,Imirgèn,Imiyrgane		08	401		
2546094	Imi-n-Tislit	imi-n-tislit	MA		0	Africa/Casablanca	30.88919	-8.0789		Imi Ou Tislit,Imi-n-Tislit		09	541		
2546095	Imi Ou Narim	imi-ou-narim	MA		0	Africa/Casablanca	30.29726	-8.37746		Imi Ou Narim,Imi Ou Narime		09	541		
2546096	Imi Ougni	imi-ougni	MA		0	Africa/Casablanca	29.60119	-8.94379				09	581		
2546097	Iml Ougadir	iml-ougadir	MA		0	Africa/Casablanca	30.21357	-9.04323		Augader,Imi Ougadir,Iml Ougadir		09	541		
2546098	Iymougadiyr	iymougadiyr	MA		0	Africa/Casablanca	29.5919	-9.03537		Imi Agoudir,Imi Ougadir,Iymougadiyr		09	581		
2546099	Imi Ouazzal	imi-ouazzal	MA		0	Africa/Casablanca	29.57601	-8.7838				09	581		
2546100	Iml Ouaoul	iml-ouaoul	MA		0	Africa/Casablanca	30.00086	-9.16445		Imi Ouaoul,Iml Ouaoul		09	163		
2546102	Imi N’Zguer	imi-n-zguer	MA		0	Africa/Casablanca	30.87053	-9.02361		Amnzgar,Imi N'Zguer,Imi N’Zguer,Iminsguer		07	161		
2546103	Imin-n-Ougdal	imin-n-ougdal	MA		0	Africa/Casablanca	31.31838	-7.22699		Imi n'Tugdoul,Imi n’Tugdoul,Imin-n-Ougdal		08	401		
2546104	Imi n’ Tsil	imi-n-tsil	MA		0	Africa/Casablanca	30.16651	-9.05345		Imi n' Tsil,Imi n'Tsil,Imi n’ Tsil,Imi n’Tsil		09	163		
2546105	Imi n’Tourza	imi-n-tourza	MA		0	Africa/Casablanca	31.2272	-5.25872				08	577		
2546106	Imi n-Tlit	imi-n-tlit	MA		0	Africa/Casablanca	31.21634	-9.5458		Et Tnine,Imi n'Tlit,Imi n-Tlit,Imi n’Tlit,Tnine,Tnine Imi n'Tlif,Tnine Imi n’Tlif		07	211		
2546107	Imi n’Tlit	imi-n-tlit	MA		0	Africa/Casablanca	30.24308	-7.05047		Imi n'Tlit,Imi n'Tlite,Imi n’Tlit,Imi n’Tlite		09	551		
2546109	Imi n’ Tizgui	imi-n-tizgui	MA		0	Africa/Casablanca	31.67471	-6.98477		Imi n' Tizgui,Imi n’ Tizgui,Tizgui		05	081		
2546110	Imi n’Tizgui	imi-n-tizgui	MA		0	Africa/Casablanca	30.19815	-8.0158		Imi n Tizguiy,Imi n'Tizgui,Imi n’Tizgui		09	541		
2546111	Iymintzgui	iymintzgui	MA		0	Africa/Casablanca	29.6442	-9.0815		Imi n' Tizgui,Imi n’ Tizgui,Iymintzgui		09	581		
2546112	Imi-n-Titgar	imi-n-titgar	MA		0	Africa/Casablanca	29.88924	-8.58817		Imi n'Titgar,Imi n’Titgar,Imi-n-Titgar		09	551		
2546114	Imi-n-Tizgui	imi-n-tizgui	MA		0	Africa/Casablanca	30.97885	-8.14808		Imi n'Tisgui,Imi n’Tisgui,Imi-n-Tizgui		07	041		
2546117	Imi n’Tiguisselt	imi-n-tiguisselt	MA		0	Africa/Casablanca	29.58414	-8.63526		Imi n'Tiguisselt,Imi n'Tiguisset,Imi n’Tiguisselt,Imi n’Tiguisset		09	551		
2546119	Imi N’Tfoukt	imi-n-tfoukt	MA		0	Africa/Casablanca	30.86408	-9.03356		Imi N'Tfoukt,Imi N’Tfoukt,Imi n'Fougt,Imi n’Fougt		07	161		
2546120	Imin Tizgui	imin-tizgui	MA		0	Africa/Casablanca	31.27346	-7.2553		Imi-n-Tesgui,Imin Tizgui		08	401		
2546121	Imi n’Tesgui	imi-n-tesgui	MA		0	Africa/Casablanca	30.26902	-8.32467				09	541		
2546122	Imi n’Tourza	imi-n-tourza	MA		0	Africa/Casablanca	31.22671	-5.83423		Imi n'Terhsa,Imi n'Tourza,Imi n’Terhsa,Imi n’Tourza		08	577		
2546123	Imi n’Tazrout	imi-n-tazrout	MA		0	Africa/Casablanca	30.11	-9				09	163		
2546124	lmi n’Tazaght	lmi-n-tazaght	MA		0	Africa/Casablanca	31.28714	-6.68119		Imi n'Tazaglite,Imi n'Tazarht,Imi n’Tazaglite,Imi n’Tazarht,lmi n'Tazaght,lmi n’Tazaght		08	401		
2546125	Imi-n-Tatalt	imi-n-tatalt	MA		0	Africa/Casablanca	30.03874	-7.94084		Azar Imi n' Tels,Azar Imi n’ Tels,Imi n' Tatelt,Imi n'Tatel,Imi n'Tels,Imi n’ Tatelt,Imi n’Tatel,Imi n’Tels,Imi-n atai,Imi-n-Tatalt		09	551		
2546128	Imi-n-Tanout	imi-n-tanout	MA		0	Africa/Casablanca	31.17213	-8.84728		Imi n'Tanout,Imi n’Tanout,Imi-N-Tanoute,Imi-n-Tanout,Kasba Kahira		07	161		
2546130	Imi-n-Tanout	imi-n-tanout	MA		0	Africa/Casablanca	29.79613	-8.88342		Imi Ntauout,Imi n' Tanout,Imi n'Tanout,Imi n'Tanoute,Imi n’ Tanout,Imi n’Tanout,Imi n’Tanoute,Imi-n-Tanout		09	541		
2546132	Imi-n-Talat	imi-n-talat	MA		0	Africa/Casablanca	31.257	-6.80276		Imi n'Talat,Imi n’Talat,Imi-n-Talat		08	401		
2546133	Imi n’Talat	imi-n-talat	MA		0	Africa/Casablanca	31.20167	-8.13978				07	041		
2546134	Imi-n-Talat	imi-n-talat	MA		0	Africa/Casablanca	30.19088	-8.89422		Imi n'Talat,Imi n’Talat,Imi-n-Talat		09	541		
2546135	Imi n’Talat	imi-n-talat	MA		0	Africa/Casablanca	29.95899	-7.86499				09	551		
2546136	Aït ’Icht	ait-icht	MA		0	Africa/Casablanca	30.56058	-7.62388		Ait 'Icht,Aït ’Icht,Imi n'Talaat n'Ait Aich,Imi n'Talaate n'Ait Aich,Imi n’Talaat n’Aït Aïch,Imi n’Talaate n’Aït Aïch,Imintalate		09	541		
2546137	Imi-n-Tgoulfet	imi-n-tgoulfet	MA		0	Africa/Casablanca	31.12414	-6.86255		Imi n'Tagoulft,Imi n’Tagoulft,Imi-n-Tgoulfet		08	401		
2546138	Imi-n-Tagant	imi-n-tagant	MA		0	Africa/Casablanca	29.63386	-9.29636		Imi n' Tagant,Imi n'Tagonnet,Imi n’ Tagant,Imi n’Tagonnet,Imi-n-Tagant		09	581		
2546140	Imi n’Sit	imi-n-sit	MA		0	Africa/Casablanca	30.93	-5.73				08	587		
2546141	Imi n’Izrou	imi-n-izrou	MA		0	Africa/Casablanca	31.08669	-5.29692		Imi n'Izrou,Imi n'Ouzi-ou,Imi n'Ouzrou,Imi n’Izrou,Imi n’Ouzi-ou,Imi n’Ouzrou,Imi-n' Ouzrou,Imi-n’ Ouzrou,Ksar Imi nouzrou		08	577		
2546142	Imi n’Ouyhia	imi-n-ouyhia	MA		0	Africa/Casablanca	31.5558	-6.62793				05	081		
2546143	Imi-n- Ourmer	imi-n-ourmer	MA		0	Africa/Casablanca	31.09484	-8.26434		Imi Ouimer,Imi n'Ourmel,Imi n’Ourmel,Imi-n- Ourmer		07	041		
2546144	Imi n’Ourhezzir	imi-n-ourhezzir	MA		0	Africa/Casablanca	30.12685	-8.22065		Aghoussir,Imi n' Ouggazzir,Imi n'Ouggazir,Imi n'Ourhezzir,Imi n’ Ouggazzir,Imi n’Ouggazir,Imi n’Ourhezzir		09	541		
2546145	Imi n’Ounemita	imi-n-ounemita	MA		0	Africa/Casablanca	31.24929	-6.81213				08	401		
2546146	Imi n’Oumraz	imi-n-oumraz	MA		0	Africa/Casablanca	30.37184	-8.30342		Imi Oumghaz,Imi n'Oumghara,Imi n'Oumraz,Imi n'Oumrhara,Imi n’Oumghara,Imi n’Oumraz,Imi n’Oumrhara		09	541		
2546148	Imi-n-Ougni	imi-n-ougni	MA		0	Africa/Casablanca	30.54871	-8.02617		Imi Noughi,Imi n'Ougni,Imi n’Ougni,Imi-n-Ougni		09	541		
2546150	Imi n’Ou Assif	imi-n-ou-assif	MA		0	Africa/Casablanca	31.23508	-6.69507		Imi n'Ou Assif,Imi n’Ou Assif,Imine Ouassif		08	401		
2546151	Imi-n-Wassif	imi-n-wassif	MA		0	Africa/Casablanca	30.45778	-8.08741		Imi n'Ouassif,Imi n’Ouassif,Imi-n-Wassif		09	541		
2546153	Imi n’Ouarg	imi-n-ouarg	MA		0	Africa/Casablanca	31.68562	-5.81955		Imi m'anareg,Imi m’anareg,Imi n'Ouareg,Imi n'Ouarg,Imi n’Ouareg,Imi n’Ouarg		08	577		
2546155	Imi n’Ouakka	imi-n-ouakka	MA		0	Africa/Casablanca	31.63425	-6.75927		Imi n'Ouakka,Imi n'Ouaqqa,Imi n’Ouakka,Imi n’Ouaqqa		05	081		
2546156	Imi n’Ou Andirs	imi-n-ou-andirs	MA		0	Africa/Casablanca	31.55669	-6.81656				05	081		
2546157	Tigharmiyn	tigharmiyn	MA		0	Africa/Casablanca	31.85078	-6.52556		Imi n'Ouamra,Imi n'Ouamrass,Imi n’Ouamra,Imi n’Ouamrass,Tigharmiyn		05	081		
2546158	Imi n’Ou Akka	imi-n-ou-akka	MA		0	Africa/Casablanca	30.95	-5.9				08	587		
2546159	Imi-n-Waday	imi-n-waday	MA		0	Africa/Casablanca	30.28115	-8.19086		Imi n' Ouadai,Imi n’ Ouadaï,Imi-n-Waday,Imin-Waday		09	541		
2546161	Imi-n-Imitr	imi-n-imitr	MA		0	Africa/Casablanca	31.27301	-6.81673		Imi-n-Imitr,Imi-n-Lmitr		08	401		
2546165	Imi n’Kern	imi-n-kern	MA		0	Africa/Casablanca	30.83947	-5.95191				08	587		
2546166	Imi-n- Isli	imi-n-isli	MA		0	Africa/Casablanca	31.14852	-8.2631		Imi n'Isli,Imi n’Isli,Imi-n- Isli		07	041		
2546167	Imi -n- Isk	imi-n-isk	MA		0	Africa/Casablanca	31.53888	-6.64246		Imi -n- Isk,Imi n'Isk,Imi n’Isk		05	081		
2546168	Imi Nirsh	imi-nirsh	MA		0	Africa/Casablanca	31.61	-6.18		Imi Nirsh,Imin Nirich		08	577		
2546169	Imi Nirkt	imi-nirkt	MA		0	Africa/Casablanca	31.60888	-6.20502				08	577		
2546171	Imi-n-Irfiy	imi-n-irfiy	MA		0	Africa/Casablanca	30.05032	-8.40383		Imi n Ifri,Imi n Irfi,Imi n Irfiy,Imi n-Irfi,Imi-n-Irfiy		09	541		
2546172	Imi Nikene	imi-nikene	MA		0	Africa/Casablanca	31.44346	-4.73192				08	201		
2546173	Imi n’ Igli	imi-n-igli	MA		0	Africa/Casablanca	31.50876	-6.89306				05	081		
2546178	Imini	imini	MA		0	Africa/Casablanca	31.1	-7.28				08	401		
2546179	Imi-n-Darra	imi-n-darra	MA		0	Africa/Casablanca	30.64838	-7.89043		Imi n' Derra,Imi n’ Derra,Imi-n-Darra		09	541		
2546182	Imi-n-Ou Arguiwn	imi-n-ou-arguiwn	MA		0	Africa/Casablanca	30.20243	-8.27938		Imi n Ou Arguioun,Imi n'Arguioun,Imi n’Arguioun,Imi-n-Ou Arguiwn,Imi-n-Ou-Arguiwn		09	541		
2546183	Imi-n-Ghez	imi-n-ghez	MA		0	Africa/Casablanca	31.23831	-8.90651		Imi n'Arez,Imi n’Arez,Imi-n-Ghez		07	161		
2546184	Imi Mokorn	imi-mokorn	MA		0	Africa/Casablanca	30.1632	-9.23547		Imi Mgourn,Imi Mokorn		09	163		
2546185	Imi-n-Mgount	imi-n-mgount	MA		0	Africa/Casablanca	30.8649	-8.87801		Imi Meggount,Imi-n-Mgount		09	541		
2546186	Imimdrhar	imimdrhar	MA		0	Africa/Casablanca	30.62645	-8.77253		Imimdrhar,Imindrhar		09	541		
2546187	Imilchil	imilchil	MA		0	Africa/Casablanca	32.15309	-5.62453		Assif-Melloul,Enilchil,Imilchil	1320115072	08	201	1320115072	
2546188	Imikarz	imikarz	MA		0	Africa/Casablanca	29.8362	-8.76164		Imikarz,Imikers,Imikerz		09	541		
2546189	Imi-n-Ighzer	imi-n-ighzer	MA		0	Africa/Casablanca	31.01425	-8.57907		Imi Irhzer Aissa,Imi Irhzer Aïssa,Imi-n-Ighzer		07	161		
2546190	Imi Irhzer	imi-irhzer	MA		0	Africa/Casablanca	30.7608	-9.3108		Imi Ighzer,Imi Irhzer		09	001		
2546191	Imi Imejdi	imi-imejdi	MA		0	Africa/Casablanca	31.6	-6.18				08	577		
2546192	Imifagh	imifagh	MA		0	Africa/Casablanca	30.00643	-8.82505		Imi Ifer,Imifagh		09	541		
2546193	Miggarn	miggarn	MA		0	Africa/Casablanca	30.5075	-7.805		Imiguern,Imiguerne,Miggarn		09	541		
2546195	Imigdal	imigdal	MA		0	Africa/Casablanca	31.12251	-8.11991		Imdat,Imegdal,Imigdal		07	041		
2546198	Iml El Had	iml-el-had	MA		0	Africa/Casablanca	30.07079	-9.09272		Ait el Hand,Aït el Hand,Imi Lhad,Imi el Had,Iml El Had		09	163		
2546203	Imidernougouram	imidernougouram	MA		0	Africa/Casablanca	31.25311	-6.22437				08	577		
2546206	Imidar	imidar	MA		0	Africa/Casablanca	32.35055	-4.65324		Imidar,Imider,Imiter,Immider		08	363		
2546207	lmidir	lmidir	MA		0	Africa/Casablanca	31.21286	-6.68936		Imider,lmidir		08	401		
2546208	Imider	imider	MA		0	Africa/Casablanca	31.09958	-7.38069				08	401		
2546209	Imi Dar	imi-dar	MA		0	Africa/Casablanca	30.68047	-7.92585		Imi Dar,Imidar,Imider		09	541		
2546210	Imidar	imidar	MA		0	Africa/Casablanca	30.10596	-7.62513		Imidar,Imider,Imidre		09	551		
2546211	Imidel	imidel	MA		0	Africa/Casablanca	31.10902	-8.13266		Imidal,Imidel		07	041		
2546214	Imidal	imidal	MA		0	Africa/Casablanca	31.88059	-5.96512		Imidal,Imidar		05	081		
2546218	Imiane	imiane	MA		0	Africa/Casablanca	30.1778	-8.30389				09	541		
2546219	Imiane	imiane	MA		0	Africa/Casablanca	29.71068	-8.96718		Imian,Imiane		09	581		
2546220	Imehhoutene	imehhoutene	MA		0	Africa/Casablanca	35.03988	-4.30431		Amhoten,Imehhoutene,Imhoutene,Imhuten		01	051		
2546221	Imhilene	imhilene	MA		0	Africa/Casablanca	31.0203	-7.86106		Imhilem,Imhilene		09	541		
2546225	Imgoun	imgoun	MA		0	Africa/Casablanca	30.47462	-7.87957				09	541		
2546226	Imgoun	imgoun	MA		0	Africa/Casablanca	30.26631	-8.28444				09	541		
2546229	Im Fout	im-fout	MA		0	Africa/Casablanca	32.72966	-7.931		Barrage d'imfout,Barrage d’imfout,Im Fout,Im Fuot,Imefoute		06	461		
2546233	Douar Imzzoughene	douar-imzzoughene	MA		0	Africa/Casablanca	35.17347	-4.51062		Douar Imzzoughene,Imezourhouene		01	151		
2546235	Imezlaï	imezlai	MA		0	Africa/Casablanca	33.73847	-3.9263				02	265		
2546236	Imezil	imezil	MA		0	Africa/Casablanca	31.36785	-6.50547		Imezil,Imzil		08	401		
2546238	Imrzgane	imrzgane	MA		0	Africa/Casablanca	29.62363	-9.21565		Imezgane,Imrzgane		09	581		
2546240	Douar Imezdern	douar-imezdern	MA		0	Africa/Casablanca	31.33268	-8.05093		Douar Imezdern,Imezdern		07	041		
2546241	Imetahene	imetahene	MA		0	Africa/Casablanca	35.15982	-3.02283		Imetahen,Imetahene		02	381		
2546244	Imesougouene	imesougouene	MA		0	Africa/Casablanca	35.09385	-4.67348		Imesougouene,Imesuguene,Imoussatene,Imoûssâtene		01	151		
2546246	Douar Ihmidoutene	douar-ihmidoutene	MA		0	Africa/Casablanca	35.0956	-3.62118		Amesaouro,Amesauro,Amessougha,Douar Ihmidoutene,Imesnourhene,Imesnoûrhene		02	167		
2546251	Imeseritene	imeseritene	MA		0	Africa/Casablanca	35.1617	-5.12909				01	151		
2546252	Imesdarh	imesdarh	MA		0	Africa/Casablanca	32.52684	-4.43395		Imazdagh,Imesdarh		08	363		
2546253	Imesart	imesart	MA		0	Africa/Casablanca	35.20588	-3.0267				02	381		
2546255	Imarzguine	imarzguine	MA		0	Africa/Casablanca	29.38618	-9.81192		Imarzguine,Imerzag		10	473		
2546258	Imerjanene	imerjanene	MA		0	Africa/Casablanca	31.2275	-8.97306		Imerjane,Imerjanene,Imgaadine		07	161		
2546260	Imghlaï	imghlai	MA		0	Africa/Casablanca	30.64005	-7.48123		Imerhleh,Imghlai,Imghlay,Imghlaï		08	401		
2546261	Imerhifene	imerhifene	MA		0	Africa/Casablanca	33.93563	-4.03057				03	561		
2546262	Imerhdene	imerhdene	MA		0	Africa/Casablanca	34.59938	-4.6041		Imeghdene,Imerghden,Imerhdene		03	531		
2546263	Imerhane	imerhane	MA		0	Africa/Casablanca	31.41	-6.3				08	577		
2546265	Imer Hadene	imer-hadene	MA		0	Africa/Casablanca	32.47389	-6.05085		Imer Haden,Imer Hadene		05	091		
2546266	Imiyrgn	imiyrgn	MA		0	Africa/Casablanca	31.2888	-7.50202		Imerguen,Imerguene,Imerguèn,Imiyrgn		07	041		
2546267	Imerguene	imerguene	MA		0	Africa/Casablanca	30.82704	-8.27398		Imeadjarne,Imerguene		09	541		
2546279	Imentass	imentass	MA		0	Africa/Casablanca	29.45	-9.65		Imantas,Imentas,Imentass		09	581		
2546280	Imenkorene	imenkorene	MA		0	Africa/Casablanca	34.97768	-4.57526				01	151		
2546287	Imalloul	imalloul	MA		0	Africa/Casablanca	30.99222	-6.56449		Imalloul,Imelloul		08	401		
2546289	Imlalan	imlalan	MA		0	Africa/Casablanca	30.69172	-8.27665		Imellalen,Imellalene,Imellalèn,Imlalan,Imlalne		09	541		
2546291	Imelkiounene	imelkiounene	MA		0	Africa/Casablanca	35.11919	-3.49058				02	167		
2546292	Imelil	imelil	MA		0	Africa/Casablanca	31.13713	-7.92077		Imelil,Imlil		07	041		
2546295	Douar Imajjodene	douar-imajjodene	MA		0	Africa/Casablanca	35.16972	-3.85397		Amjoudhane,Douar Imajjodene,Douar Imajjoudene,Imejoudene,Imeyuden		01	051		
2546299	Douar Imajarene	douar-imajarene	MA		0	Africa/Casablanca	35.0019	-3.59015		Douar Imajarene,Imejarene,Imeyaren		02	167		
2546300	Imejanene	imejanene	MA		0	Africa/Casablanca	31.08	-7.64		Imedjarem,Imejanene		08	401		
2546302	Imaghnas	imaghnas	MA		0	Africa/Casablanca	31.66124	-6.80962		Imaghnas,Imeghnas		05	081		
2546306	Imdras	imdras	MA		0	Africa/Casablanca	30.42092	-8.39618		Imdras,Imedress		09	541		
2546308	Imeddahn	imeddahn	MA		0	Africa/Casablanca	30.9259	-9.72097		Imaddahn,Imdahne,Imeddahn,Medahene		07	211		
2546309	Imechoudene	imechoudene	MA		0	Africa/Casablanca	34.98	-4.36				01	051		
2546310	Imechkioun	imechkioun	MA		0	Africa/Casablanca	31.43372	-7.09005		Imechkioun,Imekioun		05	081		
2546312	Imechahoudene	imechahoudene	MA		0	Africa/Casablanca	34.98	-4.4		Imechahoudene,Imechoudene		01	051		
2546316	Imdghar Oufella	imdghar-oufella	MA		0	Africa/Casablanca	30.60393	-7.36079		Imdghar Oufella,Imdghar n Oufella,Imdrer n'Oufella,Imdrer n’Oufella		08	401		
2546317	Imdghar n’Izder	imdghar-n-izder	MA		0	Africa/Casablanca	30.61408	-7.33138		Imdghar n'Izder,Imdghar n’Izder,Imdrer n'Izder,Imdrer n’Izder		08	401		
2546319	Imdrane	imdrane	MA		0	Africa/Casablanca	30.16509	-8.16916				09	541		
2546322	Imdiazene	imdiazene	MA		0	Africa/Casablanca	31.56636	-5.90698		Imdiazen,Imdiazene		08	577		
2546323	Douar Imdaouchene	douar-imdaouchene	MA		0	Africa/Casablanca	35.13006	-4.31483		Damdaouichen,Douar Imdaouchene,Imdaouchem,Imdaouchene,Imdauchem,Imdâouchene		01	051		
2546325	Imdahane	imdahane	MA		0	Africa/Casablanca	32.14684	-7.02959		Imadahan,Imdahane		05	081		
2546326	Imchirne	imchirne	MA		0	Africa/Casablanca	30.69639	-9.27767		Imchirm,Imchirne,Zaouia Imchiren		09	541		
2546329	Imcham	imcham	MA		0	Africa/Casablanca	29.3671	-10.02124				10	473		
2546330	Imchad n’Aït Saïd	imchad-n-ait-said	MA		0	Africa/Casablanca	31.15277	-6.24971				08	577		
2546333	Imaziouene	imaziouene	MA		0	Africa/Casablanca	34.93187	-4.42643				01	051		
2546334	Imzayn	imzayn	MA		0	Africa/Casablanca	31.52044	-6.81412		Imazayn,Imzayn		05	081		
2546336	Imassinne	imassinne	MA		0	Africa/Casablanca	34.94222	-4.49017				01	051		
2546339	Imassine	imassine	MA		0	Africa/Casablanca	31.12852	-6.34636				08	401		
2546340	Imarzouqene	imarzouqene	MA		0	Africa/Casablanca	35.41445	-5.2223		Imarzouqene,Imerzoukene		01	571		
2546342	Imaaroufene	imaaroufene	MA		0	Africa/Casablanca	35.12652	-3.14905		Im 'arofene,Im ’arofene,Imaaroufene,Imaroufene,Imarufen,Ymarufen		02	381		
2546343	Douar Imamissene	douar-imamissene	MA		0	Africa/Casablanca	35.1053	-4.07297		Douar Imamissene,Imarnisen,Imarnisene,Imarnissene		01	051		
2546346	Imarighn	imarighn	MA		0	Africa/Casablanca	30.31428	-7.34976		Imarighene,Imarighn,Imariren,Imarirhen,Imarirhene,Imarirhèn,Imarirèn		08	401		
2546347	Imarighene	imarighene	MA		0	Africa/Casablanca	31.87271	-4.68497		Imarighene,Imarirene		08	201		
2546348	Douar Imarine	douar-imarine	MA		0	Africa/Casablanca	31.42175	-8.13634		Douar Imarine,Imarine		07	041		
2546349	Imaridene	imaridene	MA		0	Africa/Casablanca	30.38368	-8.57746		Imariden,Imaridene,Imaridèn		09	541		
2546350	Imaghoudene	imaghoudene	MA		0	Africa/Casablanca	31.08869	-7.59167		Imaghoudene,Imaghoudene Adki,Imaghoudène Adki,Imarhouden,Imarhoudene,Imarhoudèn		08	401		
2546356	Imarafdene	imarafdene	MA		0	Africa/Casablanca	35.28825	-3.06083		Imarafden,Imarafdene,Imharchane		02	381		
2546360	Igalwane	igalwane	MA		0	Africa/Casablanca	31.56095	-6.92504		Igalwane,Iguelouane,Imaoun n'Iguelouane,Imaoun n’Iguelouane		05	081		
2546364	Imaoun	imaoun	MA		0	Africa/Casablanca	30.48	-8.45				09	541		
2546365	Imaoun	imaoun	MA		0	Africa/Casablanca	29.32359	-9.36973				10	473		
2546366	Almoudene	almoudene	MA		0	Africa/Casablanca	34.97902	-5.02941		Almaoudene,Almoudene,Aoudane,Imaoudene,Imauden		01	151		
2546367	Imalalene	imalalene	MA		0	Africa/Casablanca	30.00602	-9.65963				09	163		
2546368	Imakheritn	imakheritn	MA		0	Africa/Casablanca	31.14939	-9.1558		Imakherirn,Imakheritn		07	161		
2546370	Douar Imaïchene	douar-imaichene	MA		0	Africa/Casablanca	33.86198	-3.88654		Douar Imaichene,Douar Imaïchene,Imaichene,Imaïchene		02	265		
2546371	Winimadsane	winimadsane	MA		0	Africa/Casablanca	31.30991	-7.49249		Imadsen,Imadsene,Imadsèn,Oui n'Imstene,Oui n’Imstene,Winimadsane		07	041		
2546375	Tassila Ou Zaddar	tassila-ou-zaddar	MA		0	Africa/Casablanca	30.99936	-9.51778		Ait Masfor,Aït Masfor,Imadarhn,Tassila Ou Zaddar		07	211		
2546376	Ima Ouniyne	ima-ouniyne	MA		0	Africa/Casablanca	31.28611	-7.24032		Ima Ouniyne,Imacunine		08	401		
2546378	Douar Imadjerene	douar-imadjerene	MA		0	Africa/Casablanca	35.03635	-4.49201		Douar Imadjerene,Imacherene,Imaxeren		01	151		
2546379	Imachchrene	imachchrene	MA		0	Africa/Casablanca	34.76	-4.45				01	051		
2546380	Imouchchiywn	imouchchiywn	MA		0	Africa/Casablanca	29.51434	-9.31823		Imachchioun,Imouchchiywn		09	581		
2546381	Imaadene	imaadene	MA		0	Africa/Casablanca	31.58445	-7.48657		Ait Tahassannt,Aït Tahassannt,Imaadene		07	041		
2546382	Ima	ima	MA		0	Africa/Casablanca	31.28838	-6.04639				08	577		
2546384	Ilsghar	ilsghar	MA		0	Africa/Casablanca	30.17897	-7.73835		Ilsghar,Ilsrhar		09	541		
2546386	Ilousirene	ilousirene	MA		0	Africa/Casablanca	35.17741	-3.5981		Ilousirene,Ilusiren		02	167		
2546388	Iloudjanene	iloudjanene	MA		0	Africa/Casablanca	31.18219	-8.8003		Iboujane el Mellah,Ilboudjane el Mellah,Iloudjanene,Iloujanene		07	161		
2546389	Ilmatene	ilmatene	MA		0	Africa/Casablanca	30.01	-8.66		IImatene,Ilmatene		09	541		
2546390	Ilmarharh	ilmarharh	MA		0	Africa/Casablanca	30.85654	-9.67211		Ilmaghagh,Ilmarharh,Oumanar,Tamk Ou Attar,Tarik Ou Altar,Tarik Ou Attar		07	211		
2546391	Iloukouchane	iloukouchane	MA		0	Africa/Casablanca	30.8282	-7.84957		Illoukoussene,Iloukouchane,Ilouquarisme		09	541		
2546392	Illougui	illougui	MA		0	Africa/Casablanca	32.04273	-5.8875				05	081		
2546393	Illit	illit	MA		0	Africa/Casablanca	32.46873	-3.93918				08	363		
2546396	Illirh	illirh	MA		0	Africa/Casablanca	29.99072	-8.62804				09	541		
2546397	Illirh	illirh	MA		0	Africa/Casablanca	29.49075	-9.50518		Illigh,Illirh,Zaouia Illir		09	581		
2546399	Iliyg	iliyg	MA		0	Africa/Casablanca	29.67806	-9.05009		Ilig,Iliyg,Illig		09	581		
2546401	Illalene	illalene	MA		0	Africa/Casablanca	29.43	-9.51		Ilalen,Ilalèn,Illalen,Illalene		09	581		
2546408	Iliah	iliah	MA		0	Africa/Casablanca	30.38053	-6.79811		Iliah,Iligh,Ilirh		09	551		
2546409	Ilirh	ilirh	MA		0	Africa/Casablanca	29.37241	-9.4196		Anou Illigh,Anou Llig,Ilirh		10	473		
2546411	Al Khmis	al-khmis	MA		0	Africa/Casablanca	29.94155	-9.15229		Al Khmis,El Akmisse,Ilikmiss		09	163		
2546414	Ilgoumad	ilgoumad	MA		0	Africa/Casablanca	30.41	-8.46				09	541		
2546415	Ilmsane	ilmsane	MA		0	Africa/Casablanca	30.81277	-7.83984		Ilemsane,Ilmessane,Ilmsane		09	541		
2546416	Jleïla	jleila	MA		0	Africa/Casablanca	34.53118	-3.94548		Ileila,Ileïla,Jleila,Jleïla		03	561		
2546418	Ilamdane	ilamdane	MA		0	Africa/Casablanca	29.99979	-8.37882		Ilamdane,Ildemiten,Ildemitene,Ildemitèn,Ilemdane,Tanatams		09	541		
2546419	Iharrissane	iharrissane	MA		0	Africa/Casablanca	30.30471	-7.8676		Iharrissane,Ihaussine,Ilarhissen,Ilarhissene,Ilarhissèn		09	541		
2546420	Ilaouziyane	ilaouziyane	MA		0	Africa/Casablanca	35.19307	-3.57185		Ibouazirene,Ibuaziren,Ilaouziyane		02	167		
2546423	Ikrarane	ikrarane	MA		0	Africa/Casablanca	34.729	-4.40341		Ikrarane,Ikrarene		01	051		
2546424	Ikouzza	ikouzza	MA		0	Africa/Casablanca	30.57586	-9.70663		Ihouzza,Ikouzza,L'louzza,L’louzza		09	001		
2546425	Ikouzarene	ikouzarene	MA		0	Africa/Casablanca	29.56609	-8.94024		Igouzerne,Ikouzarene,Izouarhen,Izouarhèn,Izourzene		09	581		
2546430	Ikouchamane	ikouchamane	MA		0	Africa/Casablanca	30.98414	-9.35548		Douar Ikouchemen,Ikouchamane,Ikouchemene		07	211		
2546431	Douar Iqourrane	douar-iqourrane	MA		0	Africa/Casablanca	35.13294	-4.74804		Douar Iqourrane,Icorran,Ikorrane,Ikourrane		01	151		
2546434	Ikniwn	ikniwn	MA		0	Africa/Casablanca	31.17125	-5.68556		Aknioun,Iknioun,Iknioune,Ikniwn		08	577		
2546435	Iknioun	iknioun	MA		0	Africa/Casablanca	30.84751	-5.69659				08	587		
2546436	Douar Iknane	douar-iknane	MA		0	Africa/Casablanca	33.92162	-4.3404		Douar Iknane,Iknane		03	561		
2546437	Iklichene	iklichene	MA		0	Africa/Casablanca	32.11464	-6.63987		Iklichem,Iklichene,Iklichèm		05	081		
2546443	Ikkis	ikkis	MA		0	Africa/Casablanca	31.64597	-6.75768				05	081		
2546444	Ikkiys	ikkiys	MA		0	Africa/Casablanca	31.31806	-7.51832		Akiss,Ikkis,Ikkiys		07	041		
2546445	Ikkiss	ikkiss	MA		0	Africa/Casablanca	31.16647	-7.88901		Ikis,Ikkis,Ikkiss		07	041		
2546446	Ikkis	ikkis	MA		0	Africa/Casablanca	31.14055	-7.39285		Ikis,Ikiss,Ikkis		08	401		
2546447	Ikis	ikis	MA		0	Africa/Casablanca	30.95924	-7.88338		Ikis,Ikiss,Ikkis		09	541		
2546448	Ikis	ikis	MA		0	Africa/Casablanca	30.93173	-8.39513		Ikis,Ikkis		07	041		
2546449	Ikkis	ikkis	MA		0	Africa/Casablanca	30.79667	-9.52875		Ikis,Ikkis		09	001		
2546450	Ikechane	ikechane	MA		0	Africa/Casablanca	30.93406	-8.84576		Ikechane,Ikkechen,Ikkechene,Ikkechèn		09	541		
2546451	Ikkawn	ikkawn	MA		0	Africa/Casablanca	34.75	-4.65				01	051		
2546452	Ikjouaane	ikjouaane	MA		0	Africa/Casablanca	35.3352	-2.98282		Ikjouaane,Ikjouanne		02	381		
2546453	Ikissane	ikissane	MA		0	Africa/Casablanca	30.90453	-8.5		Ikisane,Ikissane		07	041		
2546460	Ikis Ouzedder	ikis-ouzedder	MA		0	Africa/Casablanca	30.60003	-9.27181		Ikis,Ikis Ouzedder,Ikiss		09	541		
2546464	Ikhoulane	ikhoulane	MA		0	Africa/Casablanca	29.8332	-8.97402		Ikhoulane,Ikhoullane		09	541		
2546466	Ikhorbane	ikhorbane	MA		0	Africa/Casablanca	30.34041	-9.41132		Ikharbane,Ikhorbane		09	273	0427305272	
2546467	Ikhfraouene n’Iraouene	ikhfraouene-n-iraouene	MA		0	Africa/Casablanca	30.29881	-5.32133		Ifraouene n'Naouene,Ifraouene n’Naouene,Ikhf n'Ouaroun,Ikhf n’Ouaroun,Ikhfraouene n'Iraouene,Ikhfraouene n’Iraouene		08	587		
2546470	Ikhf n’Ighir	ikhf-n-ighir	MA		0	Africa/Casablanca	31.6726	-6.41649				05	081		
2546471	Ikhfis	ikhfis	MA		0	Africa/Casablanca	30.02071	-8.65815				09	541		
2546472	Ikhef Ighir	ikhef-ighir	MA		0	Africa/Casablanca	29.55693	-9.8037		Ikhef Ighir,Ikhfi Ighir,Ikhfi Irhir,Irfirhir		09	581		
2546475	Douar Ikhrifene	douar-ikhrifene	MA		0	Africa/Casablanca	35.10572	-4.59122		Douar Ikhrifene,Ikherifene,Ikhrifane,Yjerfen		01	151		
2546476	Ikherbachene	ikherbachene	MA		0	Africa/Casablanca	34.78	-4.21				01	051		
2546477	Ihjjamen	ihjjamen	MA		0	Africa/Casablanca	32.08527	-6.65246		Ihjjamen,Ikhejem		05	081		
2546479	Ikhchachane	ikhchachane	MA		0	Africa/Casablanca	31.14481	-9.45546		Akhchachane,Ikhchachane,Ikhchachine		07	211		
2546481	Ikhatarene	ikhatarene	MA		0	Africa/Casablanca	33.34243	-4.86381				03	131		
2546484	Ikharroûdene	ikharroudene	MA		0	Africa/Casablanca	34.90705	-4.36529				01	051		
2546485	Ikraymitene	ikraymitene	MA		0	Africa/Casablanca	31.19996	-8.98425		Ikhamitene,Ikhiatene,Ikhiatène,Ikraymitene		07	161		
2546486	Ikhalfane	ikhalfane	MA		0	Africa/Casablanca	35.3263	-5.20651				01	571		
2546488	Ikhadirene	ikhadirene	MA		0	Africa/Casablanca	34.88555	-4.47784				01	051		
2546489	Ikhadene	ikhadene	MA		0	Africa/Casablanca	30.06	-8.98		Ikhadene,Ikhalden,Ikhaldèn		09	163		
2546490	Ikhababane	ikhababane	MA		0	Africa/Casablanca	34.81692	-3.69845				03	561		
2546492	Ikfrane	ikfrane	MA		0	Africa/Casablanca	31.03147	-5.70043				08	577		
2546493	Iketdreoun	iketdreoun	MA		0	Africa/Casablanca	35.17347	-3.91786		Iketdreoun,Iketdreun		01	051		
2546496	Ikensal	ikensal	MA		0	Africa/Casablanca	31.99503	-6.65855				05	081		
2546497	Ikem	ikem	MA		0	Africa/Casablanca	29.10187	-9.60132		Ikem,Ikm		10	261		
2546499	Ikelaïene	ikelaiene	MA		0	Africa/Casablanca	35.10477	-5.18431				01	151		
2546500	Tiqajwine	tiqajwine	MA		0	Africa/Casablanca	32.5158	-5.4663		Ikejouine,Ikjouine,Tikjiouine,Tiqajwine		05	301		
2546502	Ikechchoû’ene	ikechchou-ene	MA		0	Africa/Casablanca	35.13139	-3.7075		Ahchoutane,Icherchoutene,Icherohuten,Ikechchou'ene,Ikechchoû’ene		02	167		
2546503	Ikechachene	ikechachene	MA		0	Africa/Casablanca	33.69741	-3.8557		Ikechachen,Ikechachene		02	265		
2546504	Ikebbouzene	ikebbouzene	MA		0	Africa/Casablanca	35.24226	-2.94063		Ikebbouzene,Ikebpouzene		02	381		
2546509	Iqdimene	iqdimene	MA		0	Africa/Casablanca	35.21811	-3.05203		Ikdimene,Ikdîmene,Iqdimene		02	381		
2546510	Douar Igueddourene	douar-igueddourene	MA		0	Africa/Casablanca	35.00527	-4.30015		Douar Igueddourene,Garday,Igues Ibeharen,Igues Ibeharene,Ikddourene,Ikdduren		01	051		
2546511	Ikatitene	ikatitene	MA		0	Africa/Casablanca	35.35461	-5.34508				01	571		
2546513	Ikassane	ikassane	MA		0	Africa/Casablanca	32.313	-5.64883		Ikassane,Ikassene		05	091		
2546515	Ikarrane	ikarrane	MA		0	Africa/Casablanca	35.30458	-5.24562				01	571		
2546516	Ikarem	ikarem	MA		0	Africa/Casablanca	29.64	-9.87		Ikarem,Ikariden,Ikaridene		09	581		
2546518	Ikaouene	ikaouene	MA		0	Africa/Casablanca	34.74917	-4.6575		El Had Ikaouene,El Had Ikauen,Ikaouen,Ikaouene,Ikaouèn,Ikkawn,Souk-El-Had-de-Ikauen		01	051		
2546519	Ikalloûchene	ikallouchene	MA		0	Africa/Casablanca	35.11857	-3.69001		Idaouetiene,Ikallouchene,Ikalloûchene,Ikalouchene,Ikaluchen		02	167		
2546522	Ijzarounene	ijzarounene	MA		0	Africa/Casablanca	35.16318	-3.52064		Ijzarounene,Ijzarunen		02	167		
2546525	Ijourar	ijourar	MA		0	Africa/Casablanca	32.26946	-4.53939		Ijounar,Ijourar		08	363		
2546526	Ijoumalene	ijoumalene	MA		0	Africa/Casablanca	31.28058	-9.3475		Ijoumal,Ijoumalene,Ljoumalen		07	211		
2546529	Ijouaououene	ijouaououene	MA		0	Africa/Casablanca	34.81514	-4.20015				01	051		
2546531	Ijoukak	ijoukak	MA		0	Africa/Casablanca	30.99362	-8.1538		Ijjoukak,Ijoukak,Izoukak		07	041		
2546532	Azib Ijddane	azib-ijddane	MA		0	Africa/Casablanca	30.8134	-8.23963		Azib Ijddane,Ijjane		09	541		
2546534	Ijidirene	ijidirene	MA		0	Africa/Casablanca	35.18153	-3.56546		Ijidirene,Iyidiren		02	167		
2546539	Ijelloutene	ijelloutene	MA		0	Africa/Casablanca	35.13262	-4.10976				01	051		
2546540	Douar Ihelitene	douar-ihelitene	MA		0	Africa/Casablanca	35.05333	-4.49641		Douar Ihelitene,Ijeliteen,Ijeliteene		01	151		
2546543	Ijbubasch	ijbubasch	MA		0	Africa/Casablanca	29.35	-10.05		Iibubasch,Ijbubasch		10	473		
2546545	Ijarouzit	ijarouzit	MA		0	Africa/Casablanca	35.00676	-3.77925		Ijakounia,Ijarouzit,Iyar Uzit		02	167		
2546547	Ijaounene	ijaounene	MA		0	Africa/Casablanca	34.90577	-3.73231				02	167		
2546548	Ijamaitene	ijamaitene	MA		0	Africa/Casablanca	34.70387	-3.24523				02	265		
2546552	Ihouziine	ihouziine	MA		0	Africa/Casablanca	30.74625	-8.11363		Ihouziine,Ihouzine		09	541		
2546553	Douar Ihirrass	douar-ihirrass	MA		0	Africa/Casablanca	35.3541	-5.13089		Douar Ihirrass,Ihourras		01	151		
2546554	Ihounras	ihounras	MA		0	Africa/Casablanca	31.24127	-8.54931				07	161		
2546555	Ihoudiguene	ihoudiguene	MA		0	Africa/Casablanca	31.79482	-5.77558				08	577		
2546557	Ibroudene	ibroudene	MA		0	Africa/Casablanca	35.38288	-5.14788		Ibroudane,Ibroudene,Ihorrane		01	151		
2546558	Ihnach	ihnach	MA		0	Africa/Casablanca	30.66425	-9.79279		Ihnach,Tiguemn		09	001		
2546559	Ihiyyaln	ihiyyaln	MA		0	Africa/Casablanca	31.37908	-7.51647		Ighalen,Ihiyyaln,Ihlalene,Lhayane		07	041		
2546566	Iherachs	iherachs	MA		0	Africa/Casablanca	35	-4.5		Achracha,Iherachs		01	051		
2546567	Douar Inelliten	douar-inelliten	MA		0	Africa/Casablanca	35.06098	-4.50605		Douar Inelliten,Ihelitene,Ihellitene		01	151		
2546569	Ihabbabn	ihabbabn	MA		0	Africa/Casablanca	30.64829	-8.2961		Ibbaben,Ihabbabn,Ihbaben,Ihbabene		09	541		
2546570	Iharrouwdane	iharrouwdane	MA		0	Africa/Casablanca	31.91649	-6.742		Iharrouwdane,Ihazoudane		05	081		
2546572	Ihassanine	ihassanine	MA		0	Africa/Casablanca	30.36	-8.4				09	541		
2546573	Ihaçarn	ihacarn	MA		0	Africa/Casablanca	29.68332	-9.23888		Ihacarn,Ihasene,Ihasern,Ihazern,Ihaçarn		09	581		
2546574	Ihasanene	ihasanene	MA		0	Africa/Casablanca	35.39086	-5.05955		Ahasanine,Ihasanene,Ihessanene		01	151		
2546575	Ihrrouyane	ihrrouyane	MA		0	Africa/Casablanca	35.23677	-3.01833		Iharrojene,Iharroyen,Ihrrouyane		02	381		
2546576	Iharouene	iharouene	MA		0	Africa/Casablanca	34.98653	-4.17476				01	051		
2546577	Douar Ikherfane	douar-ikherfane	MA		0	Africa/Casablanca	35.14071	-4.96931		Aghafine,Douar Ikherfane,Iharfen,Iharfene,Ijarfan		01	151		
2546578	Iherdach	iherdach	MA		0	Africa/Casablanca	29.82179	-9.37007		Ihardach,Iherdach,Ihrdach		09	581		
2546580	Douar Iherchounene	douar-iherchounene	MA		0	Africa/Casablanca	35.03304	-4.17864		Douar Iherchounene,Iharchanen,Iharchanene		01	051		
2546581	Ikherbachyene	ikherbachyene	MA		0	Africa/Casablanca	35.11703	-2.98461		Iharbachen,Iharbachene,Iharbaxen,Ijarbachien,Ikherbachyene		02	381		
2546582	Iharamene	iharamene	MA		0	Africa/Casablanca	35.39153	-5.25173				01	571		
2546583	Ihaouna Ikedat	ihaouna-ikedat	MA		0	Africa/Casablanca	32.16345	-5.52786				08	363		
2546585	Ihannkas	ihannkas	MA		0	Africa/Casablanca	30.03642	-9.03878		Ihankass,Ihannkas,Ihenkass		09	163		
2546587	Ihandar	ihandar	MA		0	Africa/Casablanca	31.10839	-4.88624		Ihandar,Ihanelar		08	577		
2546589	Ihandourene	ihandourene	MA		0	Africa/Casablanca	35.16678	-4.16262		Akandouchane,Ihandourene,Ihanduren		01	051		
2546590	Ihandarene	ihandarene	MA		0	Africa/Casablanca	29.29627	-10.14807		Ihandaren,Ihandarene		10	473		
2546591	Aït Tarehi	ait-tarehi	MA		0	Africa/Casablanca	31.71236	-5.38605		Ait Tarehi,Aït Tarehi,Ihandarane n'Ait Tari,Ihandarane n’Aït Tari		08	201		
2546592	Inedar	inedar	MA		0	Africa/Casablanca	31.43047	-5.01726		Ihamdar,Ihandar,Ihanndar,Inedar		08	201		
2546593	Ihandar	ihandar	MA		0	Africa/Casablanca	30.76246	-5.21596				08	577		
2546594	Houmat Ihannachene	houmat-ihannachene	MA		0	Africa/Casablanca	35.0456	-4.79227		Houmat Ihannachene,Ihanachene,Ihanaxen,Ihnassine		01	151		
2546595	Ihamchioun	ihamchioun	MA		0	Africa/Casablanca	29.24669	-10.06672		Ihamchioun,Ihamxiuen,Ihanxiven		10	473		
2546596	Ihammanene	ihammanene	MA		0	Africa/Casablanca	35.43133	-5.23044		Ihammanene,Ihammarane		01	571		
2546597	Ihlouchane	ihlouchane	MA		0	Africa/Casablanca	30.44241	-8.13515		Ihallouchen,Ihallouchene,Ihallouchèn,Ihalouchen,Ihalouchèn,Ihlouchane		09	541		
2546598	Douar Ihajaj	douar-ihajaj	MA		0	Africa/Casablanca	33.97732	-4.30814		Douar Ihajaj,Ihajaj		03	561		
2546599	Iadouane	iadouane	MA		0	Africa/Casablanca	31.47936	-5.48596		Iadouane,Ihadouane,Jaadouane		08	577		
2546600	Ihadjama	ihadjama	MA		0	Africa/Casablanca	31.96408	-6.9872		Had Jamane,Ihad Jamen,Ihad Jamene,Ihad Jamèn,Ihadjama,Ihadjaman		05	081		
2546603	Igr Ou Fella	igr-ou-fella	MA		0	Africa/Casablanca	31.34483	-7.81451		Douar Igzi ou Fella,Igr Ou Fella,Igzi Ou Fella		07	041		
2546605	Igzar Aïcha	igzar-aicha	MA		0	Africa/Casablanca	34.93467	-4.12077		Arhzar Aissa,Arhzar Aïssa,Igzar Aicha,Igzar Aïcha		01	051		
2546606	Iguzaren	iguzaren	MA		0	Africa/Casablanca	29.43	-9.93		Guzaren,Iguzaren		10	473		
2546609	Igurramen	igurramen	MA		0	Africa/Casablanca	29.51	-10				10	473		
2546611	Iguissal	iguissal	MA		0	Africa/Casablanca	30.78813	-7.97046		Iguisle,Iguissal,Iguissel		09	541		
2546613	Iguinziwn	iguinziwn	MA		0	Africa/Casablanca	29.36584	-9.93471		Iguinziwn,Iguisene,Igulsen		10	473		
2546614	Iguirene Brahim	iguirene-brahim	MA		0	Africa/Casablanca	29.28	-10.08		Iguiren Brahim,Iguirene Brahim		10	473		
2546615	Iguiwz	iguiwz	MA		0	Africa/Casablanca	29.92048	-8.52346		Iguiouze,Iguiwz		09	541		
2546616	Iguiouaz	iguiouaz	MA		0	Africa/Casablanca	29.12079	-8.93412		Iguiouaz,Iguoiz		09	551		
2546617	Iggi n’Cheikh	iggi-n-cheikh	MA		0	Africa/Casablanca	30.72155	-8.97388		Iggi n'Cheikh,Iggi n’Cheikh,Iggi n’Cheïkh,Igui n' Cheikh,Igui n’ Cheïkh		09	541		
2546619	Iguimane	iguimane	MA		0	Africa/Casablanca	30.5	-7.86				09	541		
2546623	Igguifard	igguifard	MA		0	Africa/Casablanca	29.72351	-9.25594		Igguifard,Iguiferd		09	581		
2546626	Iguidi	iguidi	MA		0	Africa/Casablanca	31.02316	-8.1056		Agdi,Iguidi		07	041		
2546627	Iguidi	iguidi	MA		0	Africa/Casablanca	30.83826	-7.90294			0454107132	09	541	0454107132	
2546628	Iguidar-n-Tatalt	iguidar-n-tatalt	MA		0	Africa/Casablanca	30.57603	-8.39927		Igoudar,Iguidar n'Talelt,Iguidar n’Talelt,Iguidar-n-Tatalt		09	541		
2546630	Igues Ibeharene	igues-ibeharene	MA		0	Africa/Casablanca	35	-4.3		Igues Ibeharen,Igues Ibeharene		01	051		
2546631	Houmat Aghzalene	houmat-aghzalene	MA		0	Africa/Casablanca	35.11197	-5.20163		Houmat Aghzalene,Iguesalene		01	151		
2546635	Aguerksawene	aguerksawene	MA		0	Africa/Casablanca	31.22552	-8.92699		Aguerksawene,Iguerskaoun		07	161		
2546637	Iguer Ou Guermad	iguer-ou-guermad	MA		0	Africa/Casablanca	30.86197	-9.42691		Iguer Ou Guermad,Tasga ou Guerd		07	211		
2546638	Iguer Ou Baouch	iguer-ou-baouch	MA		0	Africa/Casablanca	33.73037	-4.55196		Groubaouch,Iguer Ou Baouch		03	451		
2546640	Iguerouano	iguerouano	MA		0	Africa/Casablanca	34.9926	-3.91544		Igouerouano,Iguerouano		01	051		
2546642	Iguernous Akka	iguernous-akka	MA		0	Africa/Casablanca	31.56023	-6.8356				05	081		
2546643	Iguer n’Oufella	iguer-n-oufella	MA		0	Africa/Casablanca	30.73987	-8.54691		Eguer ou Fella,Igaroufella,Iguer n'Oufella,Iguer n'Ouffella,Iguer n’Oufella,Iguer n’Ouffella		09	541		
2546645	Iguer n’Oual	iguer-n-oual	MA		0	Africa/Casablanca	31.70801	-6.57775				05	081		
2546646	Iguer n’Kouris	iguer-n-kouris	MA		0	Africa/Casablanca	31.05111	-8.137				07	041		
2546648	Iguer-n-’Ali	iguer-n-ali	MA		0	Africa/Casablanca	31.13144	-8.81709		Iguer-n-'Ali,Iguer-n-’Ali,Iguernali,Iguernalt		07	161		
2546649	Iguer-n-’Achra	iguer-n-achra	MA		0	Africa/Casablanca	29.76429	-9.42466		Iguer N. Achra,Iguer-n-'Achra,Iguer-n-’Achra,Iguernacher		09	581		
2546650	Iguermetlout	iguermetlout	MA		0	Africa/Casablanca	34.95869	-4.27454		Iguermetlout,Izemmourene		01	051		
2546651	Iguermelout	iguermelout	MA		0	Africa/Casablanca	34.98	-4.06				01	051		
2546654	Iguerguer	iguerguer	MA		0	Africa/Casablanca	30.54261	-9.28175				09	541		
2546656	Igarga	igarga	MA		0	Africa/Casablanca	30.23705	-7.60347		Igarga,Iguerda,Iguerta		09	541		
2546657	Iguer Bou Ahmed	iguer-bou-ahmed	MA		0	Africa/Casablanca	30.80784	-9.38018		Iguer Bou Ahmed,Iguer Bouhamed,Irher bou Ahmed		09	001		
2546660	Iguer	iguer	MA		0	Africa/Casablanca	30.77532	-9.13528		Igner,Iguer		09	541		
2546661	Iguer	iguer	MA		0	Africa/Casablanca	30.30088	-8.51467				09	541		
2546662	Iguenouane	iguenouane	MA		0	Africa/Casablanca	30.94596	-9.46267				07	211		
2546664	Douar Ikniouene	douar-ikniouene	MA		0	Africa/Casablanca	35.00366	-4.37215		Douar Ikniouene,Igueniouene,Igueniuen		01	051		
2546665	Iguenarene	iguenarene	MA		0	Africa/Casablanca	30.78632	-9.4052		Ighalan,Iguenarene,Irharen		09	001		
2546666	Iguemir	iguemir	MA		0	Africa/Casablanca	29.33437	-9.00152		Igmir,Iguemir		09	551		
2546667	Iguel U Smur	iguel-u-smur	MA		0	Africa/Casablanca	29.2	-10.1				10	473		
2546668	Iglouwane	iglouwane	MA		0	Africa/Casablanca	31.61398	-6.58689		Iglouwane,Iguelouane,Lguelouene		05	081		
2546670	Ighelmis	ighelmis	MA		0	Africa/Casablanca	30.9453	-8.82879		Ighelmis,Iguelmis		09	541		
2546671	Iguedmioun	iguedmioun	MA		0	Africa/Casablanca	30.92075	-8.96409				07	161		
2546674	Iguedad	iguedad	MA		0	Africa/Casablanca	30.42592	-8.38937				09	541		
2546675	Iguedad	iguedad	MA		0	Africa/Casablanca	30.40888	-8.40611				09	541		
2546677	Igrouwn	igrouwn	MA		0	Africa/Casablanca	31.43922	-7.59481		Idrorene,Idrorêne,Igrouren,Igrourene,Igrourèn,Igrouwn		07	041		
2546684	Igriffoudn	igriffoudn	MA		0	Africa/Casablanca	31.29485	-7.71654		Igri Foudene,Igrif Fouden,Igrif Foudene,Igrif Foudèn,Igriffoudn		07	041		
2546685	Igri Al Khemas	igri-al-khemas	MA		0	Africa/Casablanca	31.27827	-7.77441		Igri Al Khemas,Igri el Khemac,Igri el Khemas,Igri el Khemaç,Lekhmis		07	041		
2546687	Igrane	igrane	MA		0	Africa/Casablanca	31.06785	-9.25556				07	161		
2546688	Ifrane	ifrane	MA		0	Africa/Casablanca	30.753	-8.82239		Ifrane,Igrane		09	541		
2546689	Igraïne	igraine	MA		0	Africa/Casablanca	29.40917	-9.58491		Igraine,Igraïne,Igrine		10	473		
2546690	Igraimgene	igraimgene	MA		0	Africa/Casablanca	34.86	-4.41				01	051		
2546691	Igouzoulene	igouzoulene	MA		0	Africa/Casablanca	31.13404	-9.69144		Igouzoulene,Igouzouln		07	211		
2546692	Igouzouln	igouzouln	MA		0	Africa/Casablanca	31.11	-9.85				07			
2546693	Agouzouln	agouzouln	MA		0	Africa/Casablanca	29.58448	-9.46318		Agouzouln,Igouzoulene		09	581		
2546694	Iy Bou ’Laln	iy-bou-laln	MA		0	Africa/Casablanca	29.60759	-9.31052		Igouzoulen,Igouzoulene,Igouzoulne,Iy Bou 'Laln,Iy Bou ’Laln		09	581		
2546696	Igouzouln	igouzouln	MA		0	Africa/Casablanca	31.70536	-6.88652		Igousouln,Igouzouln		05	081		
2546697	Igousdarene	igousdarene	MA		0	Africa/Casablanca	34.83	-4.66				01	051		
2546698	Igarzane	igarzane	MA		0	Africa/Casablanca	30.81248	-7.82098		Igarzane,Igourdane,Igourzane		09	541		
2546699	Igourramane	igourramane	MA		0	Africa/Casablanca	32.30886	-4.5507		Igourane,Igourramane,Igourramene		08	363		
2546700	Igourramene	igourramene	MA		0	Africa/Casablanca	30.01845	-9.17448		Agourram,Igourramene,Igranamne		09	163		
2546701	Igourramene	igourramene	MA		0	Africa/Casablanca	29.30375	-9.59175		Igourramen,Igourramene		10	473		
2546703	Igourar n’Aït M’hamed	igourar-n-ait-m-hamed	MA		0	Africa/Casablanca	29.7	-9.78		Igour n'Ait Mhamed,Igour n’Aït Mhamed,Igourar n'Ait M'hamed,Igourar n’Aït M’hamed		09	581		
2546704	Igourim	igourim	MA		0	Africa/Casablanca	29.93	-9.33				09	163		
2546705	Igourhane	igourhane	MA		0	Africa/Casablanca	31.12348	-8.66588		Igourdane,Igourhane		07	161		
2546707	Igourdane	igourdane	MA		0	Africa/Casablanca	31.75883	-6.67194		Igourdane,Igourdane Ait Abbes,Igourdane Aït Abbes		05	081		
2546711	Igardane	igardane	MA		0	Africa/Casablanca	32.38818	-5.54979		Igardane,Igourdan,Igourdane		05	091		
2546712	Igourdane	igourdane	MA		0	Africa/Casablanca	32.04071	-6.65655		Ait Igourdane,Aït Igourdane,Igourdane		05	081		
2546713	Igourdane	igourdane	MA		0	Africa/Casablanca	31.80338	-6.77213				05	081		
2546714	Igourdane	igourdane	MA		0	Africa/Casablanca	31.77789	-6.95451				05	081		
2546715	Igourdane	igourdane	MA		0	Africa/Casablanca	31.47186	-7.03256				05	081		
2546716	Igourdane	igourdane	MA		0	Africa/Casablanca	31.38629	-6.91128				05	081		
2546717	Igourdane	igourdane	MA		0	Africa/Casablanca	31.15703	-8.25263		Igourdan,Igourdane		07	041		
2546718	Igourdane	igourdane	MA		0	Africa/Casablanca	31.09989	-9.06506				07	161		
2546719	Igourdane	igourdane	MA		0	Africa/Casablanca	31.03849	-7.74053				09	541		
2546720	Douar Tgourdane Oufela	douar-tgourdane-oufela	MA		0	Africa/Casablanca	29.53844	-9.98515		Douar Tgourdane Oufela,Ighourbane,Igourdane		09	581		
2546723	Igourar Ou el Amer	igourar-ou-el-amer	MA		0	Africa/Casablanca	29.68	-9.91		Igourar Ou el Amer,Igourar Ou el Ameur,Igrar Ou el Ameur		09	581		
2546724	Igourar Ou Allouk	igourar-ou-allouk	MA		0	Africa/Casablanca	29.72	-9.84		Aalouk,Igourar Ou Allouk		09	581		
2546725	Igourar n’ Sidi Abd er Rahmane	igourar-n-sidi-abd-er-rahmane	MA		0	Africa/Casablanca	29.71796	-9.83094		Gourar Sidi 'Abdarahmane,Gourar Sidi ’Abdarahmane,Igourar Sidi Abd er Rahmane,Igourar n' Sidi Abd er Rahmane,Igourar n’ Sidi Abd er Rahmane,Tzounagh Sidi Abderrahmane,Zaouia Sidi Abd er Rahmane		09	581		
2546726	Igourar el Gdrour	igourar-el-gdrour	MA		0	Africa/Casablanca	29.95686	-9.69232				09	163		
2546727	Igourar	igourar	MA		0	Africa/Casablanca	29.32594	-10.11245		Igourar,Igurar		10	473		
2546728	Igouramene n’Imi n’Ouska	igouramene-n-imi-n-ouska	MA		0	Africa/Casablanca	31.45	-6.13		Igouramen,Igouramen n'Imi n'Ouska,Igouramen n’Imi n’Ouska,Igouramene n'Imi n'Ouska,Igouramene n’Imi n’Ouska		08	577		
2546730	Igouramene	igouramene	MA		0	Africa/Casablanca	29.65	-9.6				09	581		
2546733	Igounjabene	igounjabene	MA		0	Africa/Casablanca	30.45689	-8.25999		Igounjaben,Igounjabene,Igounjabèn		09	541		
2546735	Igoundaz	igoundaz	MA		0	Africa/Casablanca	30.61141	-8.21903				09	541		
2546740	Igounane	igounane	MA		0	Africa/Casablanca	30.09544	-8.66327				09	541		
2546741	Igourane	igourane	MA		0	Africa/Casablanca	30.82384	-7.77589		Igoumrane,Igourane		09	541		
2546743	Igoumar	igoumar	MA		0	Africa/Casablanca	35.4429	-5.2797				01	571		
2546744	Bigmam	bigmam	MA		0	Africa/Casablanca	31.24883	-9.42721		Bigmam,Igoumane		07	211		
2546745	Igounane	igounane	MA		0	Africa/Casablanca	31.06778	-9.28281		Igoumane,Igounane		07	161		
2546749	Igoulassane	igoulassane	MA		0	Africa/Casablanca	31.62762	-6.89437		Igoulassane,Igoulassene		05	081		
2546750	Igoujjimene	igoujjimene	MA		0	Africa/Casablanca	29.91439	-9.34305		Domar Igoujjimen,Igoujjimen,Igoujjimene,Jimine		09	163		
2546751	Igoujjimene	igoujjimene	MA		0	Africa/Casablanca	29.63	-9.31		Domar Igoujjimen,Igoujjimen,Igoujjimene		09	581		
2546752	Igoujgalene	igoujgalene	MA		0	Africa/Casablanca	30.52642	-7.42874		Igoujgalene,Igoujgallen,Igoujgallene,Igoujgallèn		08	401		
2546754	Talzgui	talzgui	MA		0	Africa/Casablanca	31.43459	-7.2587		Igouga,Talsgui,Talzgui		07	041		
2546755	Igr Oufkhar	igr-oufkhar	MA		0	Africa/Casablanca	29.7	-9.29324		Igoufrar,Igr Oufkhar,Igroufrar		09	581		
2546756	Douar Ijoulouane	douar-ijoulouane	MA		0	Africa/Casablanca	35.03538	-5.087		Aguelouane,Douar Ijoulouane,Igouelouane		01	151		
2546758	Igoudmane	igoudmane	MA		0	Africa/Casablanca	31.70261	-5.32597				08	201		
2546759	Igoudmane	igoudmane	MA		0	Africa/Casablanca	31.38424	-7.56591		Akoudamane,Igoudmane		07	041		
2546761	Igoudlane	igoudlane	MA		0	Africa/Casablanca	31.63342	-6.80031		Igoudlane,Igourdane		05	081		
2546762	Igoudlane	igoudlane	MA		0	Africa/Casablanca	30.81421	-8.08494				09	541		
2546763	Igoudine	igoudine	MA		0	Africa/Casablanca	30.39585	-8.68759				09	541		
2546764	Douar Igoudar	douar-igoudar	MA		0	Africa/Casablanca	31.2902	-8.21805		Douar Igoudar,Igoudar,Igoudert		07	041		
2546770	Igouagouene	igouagouene	MA		0	Africa/Casablanca	35.11045	-4.89402		Igouagouene,Iguaguen		01	151		
2546772	Igounane	igounane	MA		0	Africa/Casablanca	30.31618	-8.70925		Ignounane,Igoumane,Igouname,Igounane		09	541		
2546773	Inaouene	inaouene	MA		0	Africa/Casablanca	35.17915	-3.26863		Ignaouene,Ignauen,Inaouene		02	167		
2546775	Douar Ignane	douar-ignane	MA		0	Africa/Casablanca	35.33032	-5.08249		Douar Ignane,Ignane,Iguenane		01	151		
2546777	Igmir	igmir	MA		0	Africa/Casablanca	30.21513	-7.97746		Igmir,Igumir		09	541		
2546778	Igmir	igmir	MA		0	Africa/Casablanca	31.68288	-7.27837				05	081		
2546781	Igli n’Tioualous	igli-n-tioualous	MA		0	Africa/Casablanca	29.49082	-8.60717		Igli n'Tioualous,Igli n'Tiouelous,Igli n’Tioualous,Igli n’Tiouelous		09	551		
2546782	Igli	igli	MA		0	Africa/Casablanca	30.85994	-7.9007		Igli,Igli n'Oualir,Igli n’Oualir		09	541		
2546783	Iglinahem	iglinahem	MA		0	Africa/Casablanca	29.2	-10.13				10	473		
2546794	Igli	igli	MA		0	Africa/Casablanca	33.73639	-3.89105				02	265		
2546795	Igli	igli	MA		0	Africa/Casablanca	32.24938	-4.97321				08	363		
2546796	Igli	igli	MA		0	Africa/Casablanca	31.67553	-6.95161				05	081		
2546797	Igli	igli	MA		0	Africa/Casablanca	31.55307	-4.90162				08	201		
2546798	Igli	igli	MA		0	Africa/Casablanca	31.51405	-6.88457		Igli,Igli Ait M'diouale,Igli Aït M’diouale		05	081		
2546799	Igli	igli	MA		0	Africa/Casablanca	31.01716	-6.80405				08	401		
2546800	Iygli	iygli	MA		0	Africa/Casablanca	29.50825	-9.07978		Igli,Iygli		09	581		
2546801	Igli	igli	MA		0	Africa/Casablanca	31.5738	-7.43835				07	041		
2546802	Douar Iglassene	douar-iglassene	MA		0	Africa/Casablanca	35.08958	-4.30213		Aglassane Oulad Said,Aglassane Oulad Saïd,Douar Iglassene,Iglasen,Iglasene		01	051		
2546805	Igihl	igihl	MA		0	Africa/Casablanca	31.05	-7.25				08	401		
2546810	Ighrem n’Aït Issa	ighrem-n-ait-issa	MA		0	Africa/Casablanca	31.6103	-6.13655				08	577		
2546811	Ighir n’Tissent	ighir-n-tissent	MA		0	Africa/Casablanca	31.62477	-6.62813				05	081		
2546812	Ighir -N- Inoulane	ighir-n-inoulane	MA		0	Africa/Casablanca	32.21419	-6.5293		Ighir -N- Inoulane,Ighir-n-Inoulane		05	081		
2546813	Ighirine	ighirine	MA		0	Africa/Casablanca	31.70511	-6.33107		Ighirine,Ighirne,Irhirine		05	081		
2546814	Ighir	ighir	MA		0	Africa/Casablanca	31.69389	-6.54213				05	081		
2546815	Ighilmaln	ighilmaln	MA		0	Africa/Casablanca	30.93584	-8.65204		Ighilmaln,Ighilman		07	161		
2546816	Igherouizene	igherouizene	MA		0	Africa/Casablanca	31.98579	-6.2304		Igherouizene,Igherwizene		05	081		
2546817	Igherm Timichcha	igherm-timichcha	MA		0	Africa/Casablanca	31.27274	-6.57464				08	401		
2546818	Ighrem Izdarn	ighrem-izdarn	MA		0	Africa/Casablanca	31.62157	-6.20933		Igherm Izdarn,Ighrem Izdarn		08	577		
2546819	Igherm Akkim	igherm-akkim	MA		0	Africa/Casablanca	31.45175	-6.12114		Igherm Akkim,Igherm Aqdim,Igherm Aqqim		08	577		
2546822	Iggui ou Adouz	iggui-ou-adouz	MA		0	Africa/Casablanca	30.64748	-9.43946		Iggi Ou Adouz,Iggui ou Adouz		09	001		
2546823	Iggui n’Tourn	iggui-n-tourn	MA		0	Africa/Casablanca	30.69645	-8.93886		Iggui n'Tourn,Iggui n’Tourn,Iguintoun		09	541		
2546824	Iggui n’Tarhazout	iggui-n-tarhazout	MA		0	Africa/Casablanca	30.60934	-9.4953		Iggin Tarhzout,Iggui n'Tarhazout,Iggui n’Tarhazout		09	001		
2546825	Iggui n’Taourirt	iggui-n-taourirt	MA		0	Africa/Casablanca	29.86	-9				09	163		
2546826	Iggui n’Tama	iggui-n-tama	MA		0	Africa/Casablanca	30.96712	-9.39597		Iggui n'Tama,Iggui n’Tama,Iguentama		07	211		
2546827	Iggui n’Tama	iggui-n-tama	MA		0	Africa/Casablanca	30.81446	-9.39503		Iggi n'Tama,Iggi n’Tama,Iggui n'Tama,Iggui n’Tama,Igni n'Tama,Igni n’Tama		09	001		
2546828	Iggui n’Ou Arhaou	iggui-n-ou-arhaou	MA		0	Africa/Casablanca	30.98	-5.9				08	587		
2546829	Iggui n’Ouakka	iggui-n-ouakka	MA		0	Africa/Casablanca	30.72009	-8.67143		Iggim n'Ouakka,Iggim n’Ouakka,Iggui n'Ouakka,Iggui n’Ouakka		09	541		
2546830	Iggui n’Diouine	iggui-n-diouine	MA		0	Africa/Casablanca	31.11315	-9.06913				07	161		
2546831	Iggui n’Blal	iggui-n-blal	MA		0	Africa/Casablanca	30.74462	-9.26207		Iggi n'Bla,Iggi n’Bla,Iggui n'Blal,Iggui n’Blal,Ignibelal		09	001		
2546832	Iggui Ifri	iggui-ifri	MA		0	Africa/Casablanca	30.71974	-9.4577		Iggi Ifri,Iggui Ifri,Igni Ifri		09	001		
2546833	Iggur Ilerd	iggur-ilerd	MA		0	Africa/Casablanca	30.07437	-9.10428		Iggui Aferd,Iggur Ilerd		09	163		
2546834	Iguiane	iguiane	MA		0	Africa/Casablanca	30.77756	-8.62805		Igguia,Iguiane		09	541		
2546835	Iggsouarene	iggsouarene	MA		0	Africa/Casablanca	30.05	-5.56				08	587		
2546836	Iggounana	iggounana	MA		0	Africa/Casablanca	30.66629	-9.09658		Iggounana,Iggounane,Igouman,Igounane		09	541		
2546838	Igg	igg	MA		0	Africa/Casablanca	30.91543	-8.42539				07	041		
2546843	Idgi	idgi	MA		0	Africa/Casablanca	30.02354	-8.75668		Idgi,Igdi,Igudi		09	541		
2546844	Igdi	igdi	MA		0	Africa/Casablanca	29.20351	-8.38799				09	551		
2546846	Igdesousene	igdesousene	MA		0	Africa/Casablanca	35.05288	-3.90629		Igdesousene,Igdesusen		01	051		
2546847	Igdaoun	igdaoun	MA		0	Africa/Casablanca	30.58156	-6.15031		Igdaoun,Igdourane		08	587		
2546848	Igdamn	igdamn	MA		0	Africa/Casablanca	29.98499	-8.97435		Igdamen,Igdamene,Igdamn,Igdamèn		09	163		
2546851	Igber Ouzedder	igber-ouzedder	MA		0	Africa/Casablanca	30.52492	-9.28378		Igbar,Igber,Igber Ouzedder		09	541		
2546853	Ijgas	ijgas	MA		0	Africa/Casablanca	30.19938	-8.48239		Igassen,Igassene,Igassèn,Ijgas		09	541		
2546854	Igasene	igasene	MA		0	Africa/Casablanca	29.19371	-9.46598		Igasen,Igasene,Igasèn		10	261		
2546856	Igardouhene	igardouhene	MA		0	Africa/Casablanca	34.95	-3.65				02	167		
2546859	Igamehiouene	igamehiouene	MA		0	Africa/Casablanca	34.68	-3.55				02	167		
2546860	Adouz	adouz	MA		0	Africa/Casablanca	30.15129	-9.11333		Adouz,Audz,Igaliorene,Igaliorène,Igalioun,Igualioun		09	163		
2546861	Douar Ighaffene	douar-ighaffene	MA		0	Africa/Casablanca	29.55096	-9.88337		Douar Ighaffene,Igalfane,Igalfen,Igalfene,Iguelfene,Tagadir Iguelfen		09	581		
2546862	Douar Ighechchamene	douar-ighechchamene	MA		0	Africa/Casablanca	35.1844	-3.67921		Douar Ighechchamene,Igachamen,Igajamene		02	167		
2546863	Igfayn	igfayn	MA		0	Africa/Casablanca	30.09961	-8.46611		Igafain,Igafaïn,Igfayn		09	541		
2546865	Igadaïn	igadain	MA		0	Africa/Casablanca	31.15726	-7.55071		Igadain,Igadain tamstinte,Igadaïn,Igadaïn tamstinte		08	401		
2546869	Ifsern	ifsern	MA		0	Africa/Casablanca	30.1	-7.73		Ifsern,Ifserne		09	551		
2546875	Afouzar	afouzar	MA		0	Africa/Casablanca	31.10366	-8.60237		Afouzar,Ifri Ounzar		07	161		
2546877	Ifri n Dounch	ifri-n-dounch	MA		0	Africa/Casablanca	35.42724	-2.97675		Ifri N-Dounch,Ifri n Dounch,Ifrin Daunch		02	381		
2546878	Ifri -n- Aït Karfala	ifri-n-ait-karfala	MA		0	Africa/Casablanca	31.55099	-6.56799		Ifri -n- Ait Karfala,Ifri -n- Aït Karfala,Ifri n'Ait Kherfalla,Ifri n'Ait Kherfella,Ifri n’Aït Kherfalla,Ifri n’Aït Kherfella		05	081		
2546879	Ifri Iderdar	ifri-iderdar	MA		0	Africa/Casablanca	30.38	-8.46				09	541		
2546882	Iferyane	iferyane	MA		0	Africa/Casablanca	30.12668	-9.59893		Iferiane,Iferyane,Ifriane		09	163		
2546885	Ifri	ifri	MA		0	Africa/Casablanca	33.49154	-4.45925				03	131		
2546886	Ifri	ifri	MA		0	Africa/Casablanca	32.1245	-4.36731				08	201		
2546887	Ifghi	ifghi	MA		0	Africa/Casablanca	30.84149	-8.42149		Ifghi,Ifghi ayi soual,Ifrehi,Ifri		09	541		
2546888	Ifri	ifri	MA		0	Africa/Casablanca	30.82223	-8.28353		Ifri,Yfri		09	541		
2546889	Ifriy	ifriy	MA		0	Africa/Casablanca	30.75078	-7.79628		Ifri,Ifriy		09	541		
2546890	Ifrhel	ifrhel	MA		0	Africa/Casablanca	30.12768	-9.2198		Ifghale,Ifrhel		09	163		
2546891	Ifrhel	ifrhel	MA		0	Africa/Casablanca	30.12455	-9.00084		Ifghel,Ifrhel		09	163		
2546892	Ifghl-n-Tbnannat	ifghl-n-tbnannat	MA		0	Africa/Casablanca	29.93382	-9.01338		Ifghal,Ifghl-n-Tbnannat,Ifrhel		09	163		
2546893	Ifghal	ifghal	MA		0	Africa/Casablanca	29.74574	-9.15771		Ifghal,Ifrhel		09	163		
2546894	Ifskarn	ifskarn	MA		0	Africa/Casablanca	29.63088	-9.20922		Ifrhassene,Ifskarn		09	581		
2546899	Ifraghes	ifraghes	MA		0	Africa/Casablanca	32.20689	-6.59594		Ifraghes,Ifreghs		05	081		
2546901	Ifrane Tanda	ifrane-tanda	MA		0	Africa/Casablanca	35.2	-4.08		Ifran Tanda,Ifrane Tanda,Tinda Ifrane		01	051		
2546902	Ifrane Ouaroui	ifrane-ouaroui	MA		0	Africa/Casablanca	35.26622	-3.12815				02	381		
2546903	Ifrane n’ Sidi Bouzid	ifrane-n-sidi-bouzid	MA		0	Africa/Casablanca	31.14994	-8.73303				07	161		
2546904	Ifrane de l’Anti-Atlas	ifrane-de-l-anti-atlas	MA		0	Africa/Casablanca	29.21377	-9.48807		Ifran de l'Anti-Atlas,Ifran de l’Anti-Atlas,Ifrane,Ifrane de l'Anti-Atlas,Ifrane de l’Anti-Atlas		10	261		
2546914	Ifrane	ifrane	MA		0	Africa/Casablanca	34.7	-4.15607				03	531		
2546915	Douar Ifrane	douar-ifrane	MA		0	Africa/Casablanca	34.07496	-4.48477		Douar Ifrane,Ifran,Ifrane,Ифран		03	561		
2546916	Ifrane	ifrane	MA		0	Africa/Casablanca	34.03929	-3.77508		Douar Ifrane,Ifran,Ifrane,Ифран		02	265		
2547033	Ifaklikhârene	ifaklikharene	MA		0	Africa/Casablanca	35.12731	-3.56699		Ifaklikharene,Ifaklikhârene,Isargouiene,Isarguien		02	167		
2546917	Ifrane	ifrane	MA		73782	Africa/Casablanca	33.52666	-5.11019		Ifran,Ifranas,Ifrane,afran,ipeulan,yi fu lan,Ифран,איפראן,إفران,افران,伊夫兰,이프란	1327101031	03	271	1327101031	
2546918	Zawyat Ifrane	zawyat-ifrane	MA		0	Africa/Casablanca	33.19601	-5.41988		Ifran,Ifrane,Zaouia d'Ifrane,Zaouia d’Ifrane,Zawyat Ifrane,Ифран		03	271		
2546919	Ifrane	ifrane	MA		0	Africa/Casablanca	31.97793	-6.64952		Ait Mimoun,Aït Mimoun,Ifelouane,Ifrane		05	081		
2546920	Ifrane	ifrane	MA		0	Africa/Casablanca	31.41237	-9.7047				07	211		
2546921	Ifrane	ifrane	MA		0	Africa/Casablanca	31.34355	-6.49043				08	401		
2546922	Agadir n-Ait Ifrane	agadir-n-ait-ifrane	MA		0	Africa/Casablanca	31.21089	-9.59083		Agadir n-Ait Ifrane,Ifrane		07	211		
2546923	Ifrane	ifrane	MA		0	Africa/Casablanca	30.51504	-7.68479				09	541		
2546927	Douar Ifrah	douar-ifrah	MA		0	Africa/Casablanca	33.84269	-4.43534		Douar Ifrah,Ifrah		03	451		
2546928	Ifrader	ifrader	MA		0	Africa/Casablanca	30.45357	-9.33908		Ifer Izder,Ifradene Izder,Ifrader		09	001		
2546929	Ifradane	ifradane	MA		0	Africa/Casablanca	30.66763	-7.82486		Ifradane,Ifradane Idouillouin,Ifraden,Ifradene,Ifradèn		09	541		
2546931	Douar Ifoutatene	douar-ifoutatene	MA		0	Africa/Casablanca	35.08915	-2.66481		Douar Ifoutatene,Futaten,Ifoutatsene		02	381		
2546932	Ifouridene	ifouridene	MA		0	Africa/Casablanca	35.33513	-5.32366		Afourdene,Afourdène,Ifouridene		01	571		
2546936	Ifoulou	ifoulou	MA		0	Africa/Casablanca	31.42705	-6.8475		Ifoulo,Ifoulou,Isfoula,Lfoulou		05	081		
2546937	Ifoullousn	ifoullousn	MA		0	Africa/Casablanca	29.86535	-9.00995		Ifoullousene,Ifoullousn,Ifoulloussn		09	163		
2546941	Ifni	ifni	MA		0	Africa/Casablanca	31.06	-9.66				07	211		
2546942	Ifni	ifni	MA		0	Africa/Casablanca	29.33173	-8.74437				09	551		
2546944	Iflit	iflit	MA		0	Africa/Casablanca	31.07785	-7.26833		Iflilt,Iflit		08	401		
2546947	Ifkrene	ifkrene	MA		0	Africa/Casablanca	30.3	-8		Ifkren,Ifkrene,Ifkrèn		09	541		
2546949	Ifkkir	ifkkir	MA		0	Africa/Casablanca	29.40777	-9.30223		Ifkirne,Ifkkir		10	473		
2546950	Douar Iklrene	douar-iklrene	MA		0	Africa/Casablanca	35.18736	-3.72812		Douar Ifkirene,Douar Iklrene,Ifkern,Ifkirene,Ifkîrene		02	167		
2546951	Ifkirene	ifkirene	MA		0	Africa/Casablanca	34.3026	-2.64465		Ifkiren,Ifkirene		02	533		
2546952	Ifkern	ifkern	MA		0	Africa/Casablanca	33.34629	-4.4379		Ifkern,Ifkerne		03	131		
2546953	Ifaqirane	ifaqirane	MA		0	Africa/Casablanca	31.9151	-6.72057		Ifaqirane,Ifkern,Ifqern		05	081		
2546954	Ifkern	ifkern	MA		0	Africa/Casablanca	29.61968	-8.99596				09	581		
2546955	Ifis	ifis	MA		0	Africa/Casablanca	30.89456	-9.34273		Ifis,Yfis		07	211		
2546959	Ifhodene	ifhodene	MA		0	Africa/Casablanca	35.19424	-3.98868		Ifhoden,Ifhodene		01	051		
2546960	Ifguiss	ifguiss	MA		0	Africa/Casablanca	30.25	-8.33				09	541		
2546963	Ifrane	ifrane	MA		0	Africa/Casablanca	31.49511	-7.49969		Ifgaine,Ifgaïne,Ifrane,Ignan		07	041		
2546967	Ifesiene	ifesiene	MA		0	Africa/Casablanca	35.13341	-3.96636		Afsine,Ifesien,Ifesiene		01	051		
2546970	Ifasfas	ifasfas	MA		0	Africa/Casablanca	30.09224	-8.41189		Ifasfas,Ifesfes		09	541		
2546971	Ifesfes	ifesfes	MA		0	Africa/Casablanca	29.681	-8.62285				09	551		
2546972	Ifsfas	ifsfas	MA		0	Africa/Casablanca	29.77308	-8.74508		Azarhar Ifesfass,Azghagh,Ifesfass,Ifesfes,Ifessfesse,Ifsfas		09	541		
2546973	Ifasfas	ifasfas	MA		0	Africa/Casablanca	32.41111	-5.94163		Ifasfas,Ifesfas,Ifesfes		05	091		
2546974	Ifasfas	ifasfas	MA		0	Africa/Casablanca	30.76459	-8.45422		Ifasfas,Ifesfas,Jenar Ifesfes		09	541		
2546978	Iferras	iferras	MA		0	Africa/Casablanca	31.14116	-8.60422				07	161		
2546983	Ifarkhes	ifarkhes	MA		0	Africa/Casablanca	30.49045	-9.53423		Ifarkhas,Ifarkhes,Ifarkhès,Iferkhes,Iferkhess		09	001		
2546984	Ifarkhane-n-Oufella	ifarkhane-n-oufella	MA		0	Africa/Casablanca	30.55973	-8.3524		Ifarkhane-n-Oufella,Iferkane n'Oufella,Iferkane n’Oufella,Ifirkhane Douar Oujella		09	541		
2546985	Ifarkhane-n-Izddar	ifarkhane-n-izddar	MA		0	Africa/Casablanca	30.58347	-8.36872		Ifarkhane-n-Izddar,Iferkane n'Izder,Iferkane n’Izder		09	541		
2546986	Iferiadene	iferiadene	MA		0	Africa/Casablanca	30.1318	-9.07799		Iferiaden,Iferiadene,Ifirvaden		09	163		
2546987	Ifrane	ifrane	MA		0	Africa/Casablanca	30.62697	-7.78036		Efarrane,Iferhrane,Ifrane		09	541		
2546992	Ifargane	ifargane	MA		0	Africa/Casablanca	30.86327	-7.88018		Ifargane,Ifergane,Ifgane		09	541		
2546994	Ifargane	ifargane	MA		0	Africa/Casablanca	29.86584	-8.67207		Ifargane,Ifergane		09	551		
2546995	Amagour	amagour	MA		0	Africa/Casablanca	31.22702	-9.414		Amagour,Iferd Oumagour		07	211		
2546996	Ifard-n-Taguine	ifard-n-taguine	MA		0	Africa/Casablanca	32.03897	-6.45115		Ifard-n-Taguine,Iferd n'Taguine,Iferd n’Taguine		05	081		
2547005	Iferd Baoun	iferd-baoun	MA		0	Africa/Casablanca	31.55087	-7.45167		Iferd Baoun,Iferdbaouch		07	041		
2547010	Iferd	iferd	MA		0	Africa/Casablanca	30.7012	-9.096		Ferd,Iferd,Iferd Ait Baarane,Iferd Aït Baârane,Ifred		09	541		
2547011	Iferd	iferd	MA		0	Africa/Casablanca	30.05	-7.23				09	551		
2547015	Ifer	ifer	MA		0	Africa/Casablanca	31.41	-6.2				08	577		
2547016	Ifennsa	ifennsa	MA		0	Africa/Casablanca	31.25279	-8.54943		Ifennsa,Ifenza		07	161		
2547017	Ifenouane	ifenouane	MA		0	Africa/Casablanca	30.40152	-7.25063		Ifenouane,Ifnwane,Itenouane		08	401		
2547020	Ifelouane	ifelouane	MA		0	Africa/Casablanca	31.95	-6.28				05	081		
2547021	Ifellassene	ifellassene	MA		0	Africa/Casablanca	34.66982	-3.99832		Ifallasseh,Ifelhasene,Ifellassene		03	561		
2547023	Ifekirene	ifekirene	MA		0	Africa/Casablanca	34.91369	-3.07653				02	381		
2547025	Douar Ifatna	douar-ifatna	MA		0	Africa/Casablanca	34.36296	-4.01187		Douar Ifatna,Ifatna		03	561		
2547026	Douar Ifassiyene	douar-ifassiyene	MA		0	Africa/Casablanca	35.17341	-3.66444		Douar Ifassiyene,Douar Ifrassiyene,Ifasiene,Ifassiene,Ifâssiene		02	167		
2547027	Ifarkhane	ifarkhane	MA		0	Africa/Casablanca	31.76622	-6.92815		Ifarkane,Ifarkhane		05	081		
2547029	Douar Ifergane	douar-ifergane	MA		0	Africa/Casablanca	35.32479	-4.94816		Afirkane,Afriaane,Afriâane,Douar Ifergane,Ifargan,Ifargane		01	151		
2547030	Ifardene	ifardene	MA		0	Africa/Casablanca	31.60832	-7.38838		Ifardene,Iferden,Iferdèn		07	041		
2547035	Ifadadene	ifadadene	MA		0	Africa/Casablanca	29.30183	-9.62457				10	473		
2547038	Id Zemmid	id-zemmid	MA		0	Africa/Casablanca	29.24216	-9.69378				10	261		
2547039	Id Zecraui	id-zecraui	MA		0	Africa/Casablanca	29.2	-10.13		Id Zecraui,Id Zeerauri		10	473		
2547040	Id Zarbzane	id-zarbzane	MA		0	Africa/Casablanca	29.32256	-9.97038		Id Sorbezan,Id Zarbezan,Id Zarbzane		10	473		
2547041	Id Yuaiga	id-yuaiga	MA		0	Africa/Casablanca	29.41	-10.05				10	473		
2547042	Id Yebara	id-yebara	MA		0	Africa/Casablanca	29.43	-10				10	473		
2547043	Id Yauan	id-yauan	MA		0	Africa/Casablanca	29.4	-10.03				10	473		
2547045	Id Xilab	id-xilab	MA		0	Africa/Casablanca	29.41	-10.01				10	473		
2547046	Id U Mart	id-u-mart	MA		0	Africa/Casablanca	29.28	-10.05				10	473		
2547047	Iduir	iduir	MA		0	Africa/Casablanca	29.41	-9.98		Id Buij,Iduir		10	473		
2547048	Idufkir	idufkir	MA		0	Africa/Casablanca	29.38	-10.16				10	473		
2547049	Imoura Oufella	imoura-oufella	MA		0	Africa/Casablanca	29.37723	-9.99386		Id U el Ihia,Imoura Oufella		10	473		
2547051	Id Lkhour	id-lkhour	MA		0	Africa/Casablanca	29.35688	-9.86832		Id Lkhour,Id Uacor		10	473		
2547053	Id Taleb	id-taleb	MA		0	Africa/Casablanca	29.7579	-9.85764		Id Talab,Id Taleb		09	581		
2547054	Id Tajir	id-tajir	MA		0	Africa/Casablanca	29.42732	-9.7604		Id Tajet,Id Tajir		10	473		
2547055	Id Sobron	id-sobron	MA		0	Africa/Casablanca	29.51	-10		Id Sabran,Id Sobron		10	473		
2547056	Id Sisumale	id-sisumale	MA		0	Africa/Casablanca	29.31	-10.06				10	473		
2547057	Id Sidi Mbarek	id-sidi-mbarek	MA		0	Africa/Casablanca	29.30444	-9.39563		Id Sidi M'bark,Id Sidi Mbarek,Id Sidi M’bark		10	473		
2547058	Id Sidi Lahsene	id-sidi-lahsene	MA		0	Africa/Casablanca	29.30683	-10.15569		Id Sidi Lahsen,Id Sidi Lahsene		10	473		
2547059	Douar Id Ben Hamad Ou Fla	douar-id-ben-hamad-ou-fla	MA		0	Africa/Casablanca	29.50463	-9.93248		Douar Id Ben Hamad Ou Fla,Id Ben Ahmed,Id Sidi Ahmed Oufella		10	473		
2547060	Id Sidi Abdellah	id-sidi-abdellah	MA		0	Africa/Casablanca	29.23	-10				10	473		
2547061	Id Sasen	id-sasen	MA		0	Africa/Casablanca	29.38	-10.11				10	473		
2547062	Id Salem	id-salem	MA		0	Africa/Casablanca	29.3037	-9.96429				10	473		
2547063	Id Salem	id-salem	MA		0	Africa/Casablanca	29.18847	-9.5166				10	261		
2547064	Id Ben Adda	id-ben-adda	MA		0	Africa/Casablanca	29.30093	-9.76483		Id Ali Ou Addi,Id Ben Adda,Id Salah Ou Addi		10	473		
2547065	Id Salla	id-salla	MA		0	Africa/Casablanca	29.39463	-9.86688		Id Salah,Id Salla		10	473		
2547066	Id Sa’id Ou Mbarek	id-sa-id-ou-mbarek	MA		0	Africa/Casablanca	29.4727	-9.80496		Id Sa'id Ou Mbarek,Id Said Ou Mbark,Id Said Oumbarek,Id Said ou M'barck,Id Saïd Ou Mbark,Id Saïd Oumbarek,Id Saïd ou M’barck,Id Sa’id Ou Mbarek		09	581		
2547068	Id Roufa	id-roufa	MA		0	Africa/Casablanca	29.2512	-10.1165		Id Roufa,Idrufa		10	473		
2547070	Izgwar	izgwar	MA		0	Africa/Casablanca	29.28815	-9.7634		Id Rhazal,Izgwar		10	473		
2547071	Id Rhami	id-rhami	MA		0	Africa/Casablanca	29.37313	-9.36723				10	473		
2547073	Injarene	injarene	MA		0	Africa/Casablanca	35.40778	-5.20973		Adrine,Idrene,Inejjarene,Injarene		01	571		
2547074	Id Raïs	id-rais	MA		0	Africa/Casablanca	29.55	-9.33				09	581		
2547075	Id Ou Tourir Ou Ali Ouhmir	id-ou-tourir-ou-ali-ouhmir	MA		0	Africa/Casablanca	29.45	-9.96		Id Ou Tourir Ou Ali Ouhmir,Id U Tarir U Ali Uhmir,Id U Tarir U Ali Unmir		10	473		
2547081	Id Ou Salah	id-ou-salah	MA		0	Africa/Casablanca	29.3867	-9.62941		Id Ou Salah,Id Salah		10	473		
2547082	Id Oursa	id-oursa	MA		0	Africa/Casablanca	29.22695	-10.17355		Id Oursa,Id U Erzan		10	473		
2547084	Id Ou Rhremouch	id-ou-rhremouch	MA		0	Africa/Casablanca	29.43	-9.7		Ait ou Hormouch,Aït ou Hormouch,Id Ou Rhremouch,Id-Rmouch		10	473		
2547086	Idoughagh	idoughagh	MA		0	Africa/Casablanca	30.70055	-7.52647		Idoughagh,Idourar		08	401		
2547087	Idourane	idourane	MA		0	Africa/Casablanca	31.15009	-9.58303				07	211		
2547088	Id Ourach	id-ourach	MA		0	Africa/Casablanca	29.43	-10.1		Id Ourach,Idorax,Idurax		10	473		
2547089	Jdour	jdour	MA		0	Africa/Casablanca	32.10735	-8.78081		Idour,Jdour		07	585		
2547090	Id Ou Nejjar	id-ou-nejjar	MA		0	Africa/Casablanca	29.55	-10.01		Id Ou Nejjar,Idounjar		10	473		
2547091	Douar Id Oumghar	douar-id-oumghar	MA		0	Africa/Casablanca	29.49829	-9.8352		Douar Id Oumghar,Id Ou Mghar,Id Ou Mrhar,Id Ou Mrhâr,Id Oumrhar		09	581		
2547092	Id Ou Mbark	id-ou-mbark	MA		0	Africa/Casablanca	29.55	-9.78		Id M'bark,Id M’bark,Id Ou Mbark		09	581		
2547093	Id Ou Marir	id-ou-marir	MA		0	Africa/Casablanca	29.36975	-9.42648		Id Ou Marir,Id Ou Marire,Ida Ou Marir		10	473		
2547095	Id Oulahiane	id-oulahiane	MA		0	Africa/Casablanca	29.51	-9.9		Id M'hand ou Lahiane,Id M’hand ou Lahiane,Id Oulahiane		10	473		
2547096	Idoukkaln	idoukkaln	MA		0	Africa/Casablanca	30.75593	-8.05607		Idacalne Ait Oughalet,Idacalne Aït Oughalet,Idoukaln,Idoukkaln		09	541		
2547097	Id Ou Jadda	id-ou-jadda	MA		0	Africa/Casablanca	29.52603	-9.73632		Id Ijedda,Id Ljedda,Id Ou Jadda,Id Ou Jedda		09	581		
2547101	Id Ou Gni	id-ou-gni	MA		0	Africa/Casablanca	29.27275	-10.14611		Id Ou Gni,Id Uhen-ni		10	473		
2547102	Id Ou Emsaït	id-ou-emsait	MA		0	Africa/Casablanca	29.41	-10.11		Id Ou Emsait,Id Ou Emsaït,Id Umezai,Id Umezal,Id ou Emsart		10	473		
2547103	Id Ou el Haïane	id-ou-el-haiane	MA		0	Africa/Casablanca	29.73762	-9.8937		Id Ou Layane,Id Ou Layâne,Id Ou Lhyane,Id Ou el Haiane,Id Ou el Haïane,Id el Haiane,Id el Haïane		09	581		
2547104	Idoudouhane	idoudouhane	MA		0	Africa/Casablanca	35.29855	-2.98749				02	381		
2547106	Id Ouchchene	id-ouchchene	MA		0	Africa/Casablanca	29.46	-9.6		Id Ouchchene,Id Ouchm,Id Ououchchene,Ououchchen		09	581		
2547107	Id Ou Caïd	id-ou-caid	MA		0	Africa/Casablanca	29.19473	-10.04139		Id Ou Caid,Id Ou Caïd,Id U Kdir		10	473		
2547108	Id Ou Bella	id-ou-bella	MA		0	Africa/Casablanca	29.5	-9.7				09	581		
2547109	Id Ou Bella	id-ou-bella	MA		0	Africa/Casablanca	29.38912	-9.69673				10	473		
2547110	Id Ou Balqassam	id-ou-balqassam	MA		0	Africa/Casablanca	29.29794	-9.75818		Id Ou Balqassam,Id Ou Belkassem		10	261		
2547111	Id Ou Bel Hach	id-ou-bel-hach	MA		0	Africa/Casablanca	29.26846	-10.13878		Id Ou Bel Hach,Id U Harsa		10	473		
2547113	Id Ou Asto	id-ou-asto	MA		0	Africa/Casablanca	29.43	-10.06		Id Ou Asto,Id U Asto		10	473		
2547114	Id Ouasseksou	id-ouasseksou	MA		0	Africa/Casablanca	29.56	-10		Id Ouaseksou,Id Ouasseksou,Id ou askou		10	473		
2547116	Id Ouarahmane	id-ouarahmane	MA		0	Africa/Casablanca	29.46209	-9.34797		Id Ouarahman,Id Ouarahmane,Id Ouarhamane		10	473		
2547117	Id Ouarab	id-ouarab	MA		0	Africa/Casablanca	29.49048	-9.34545		Id Gourab,Id Ouarab		10	473		
2547118	Id Nkida	id-nkida	MA		0	Africa/Casablanca	29.48283	-9.96132		Id Bouchti,Id Nkida,Id Ouankida,Id Uanguida		10	473		
2547119	Douar Id Ouanir	douar-id-ouanir	MA		0	Africa/Casablanca	30.89869	-9.78987		Douar Id Ouanir,Id Ouami,Id Ouanir,Id Wanir		09	001		
2547120	Id Ou Aralis	id-ou-aralis	MA		0	Africa/Casablanca	29.45093	-9.7968		Id Ou Anzig,Id Ou Aralis,Id Ouanezid		09	581		
2547122	Idou Ahmane	idou-ahmane	MA		0	Africa/Casablanca	30.84696	-9.57739		Agmane,Idaous Hamaine,Idou Ahmane		07	211		
2547123	Id Ouaguelzn	id-ouaguelzn	MA		0	Africa/Casablanca	31.043	-9.49117				07	211		
2547124	Idoghotsene	idoghotsene	MA		0	Africa/Casablanca	35.34536	-2.96542		Idoghotsene,Idorhotsene		02	381		
2547129	Id Nacer	id-nacer	MA		0	Africa/Casablanca	29.33753	-9.95383		Id Nacer,Id Nasar		10	473		
2547130	Id Nacus	id-nacus	MA		0	Africa/Casablanca	29.35	-10.11		Id Nacus,Id Naeus		10	473		
2547137	Idmouma	idmouma	MA		0	Africa/Casablanca	32.03343	-4.85397				08	201		
2547138	Id Mouloud	id-mouloud	MA		0	Africa/Casablanca	29.40759	-9.3533		Id Mouloud,Id Mouloudi		10	473		
2547139	Id Mouangane	id-mouangane	MA		0	Africa/Casablanca	29.40242	-10.102		Id Mouangane,Imi U Arga,Imi U Argan		10	473		
2547141	Id Mohammed	id-mohammed	MA		0	Africa/Casablanca	29.52	-9.98				09	581		
2547145	Id Miloud	id-miloud	MA		0	Africa/Casablanca	29.31768	-10.10259		Id Miloud,Id Mulud		10	473		
2547146	Id ’Ali Mas’oud	id-ali-mas-oud	MA		0	Africa/Casablanca	29.25956	-9.8866		Id 'Ali Mas'oud,Id Messaoud,Id ’Ali Mas’oud,Massaoude,Mâssâoude		10	473		
2547147	Idmeschiren	idmeschiren	MA		0	Africa/Casablanca	29.33	-9.95				10	473		
2547148	Id Mersouk	id-mersouk	MA		0	Africa/Casablanca	29.4	-10.03		Id Mersouk,Id Mersu,Id Mersuk		10	473		
2547151	Id Mandil	id-mandil	MA		0	Africa/Casablanca	30.77608	-7.83717		Id Mandil,Id Mendil		09	541		
2547153	Id M’hamed Ou Ali	id-m-hamed-ou-ali	MA		0	Africa/Casablanca	29.51884	-10.0092		Id M'hamed Ou Ali,Id Mehand U Ali,Id M’hamed Ou Ali		10	473		
2547154	Id Mehais	id-mehais	MA		0	Africa/Casablanca	29.38	-10.1				10	473		
2547155	Id Mberka	id-mberka	MA		0	Africa/Casablanca	29.33765	-9.63979		Id M'barek,Id Mberka,Id M’barek		10	473		
2547156	Id Mansour	id-mansour	MA		0	Africa/Casablanca	29.19713	-9.54735		Id Mansour,Id Mansous		10	261		
2547158	Id Malk	id-malk	MA		0	Africa/Casablanca	29.73376	-9.4862		Id Ammour,Id Amor,Id Malek,Id Malk		09	581		
2547160	Id Sidi Lyasid	id-sidi-lyasid	MA		0	Africa/Casablanca	29.38811	-9.75663		Id Lyasid,Id Lyazid,Id Sidi Lyasid		10	473		
2547161	Id Lkheft	id-lkheft	MA		0	Africa/Casablanca	29.20359	-9.70963		Id Elkhlift,Id Lkheft		10	261		
2547162	Id Lkaid	id-lkaid	MA		0	Africa/Casablanca	29.44341	-9.37414		Id Lkadi,Id Lkaid		10	473		
2547164	Id Lhajj Moussa	id-lhajj-moussa	MA		0	Africa/Casablanca	29.33183	-9.51323		Id Lhadj Moussa,Id Lhajj Moussa		10	473		
2547165	Id Lhafer	id-lhafer	MA		0	Africa/Casablanca	29.46651	-9.36005		Id Lahafer,Id Lhafer		10	473		
2547167	Id l’Cadi	id-l-cadi	MA		0	Africa/Casablanca	29.41254	-9.42777		Id Lkadi,Id l'Cadi,Id l’Cadi		10	473		
2547168	Id El Arbi	id-el-arbi	MA		0	Africa/Casablanca	31.00873	-9.66471		Id El Arbi,Id Larbi		07	211		
2547169	Id Laourt	id-laourt	MA		0	Africa/Casablanca	29.3706	-9.4857				10	473		
2547170	Id Laorf	id-laorf	MA		0	Africa/Casablanca	29.48435	-9.34582		Id Laarf,Id Laorf,Id Lâarf		10	473		
2547173	Id Lahsene	id-lahsene	MA		0	Africa/Casablanca	29.4924	-9.35435		Id Lahcen,Id Lahsen,Id Lahsene		10	473		
2547175	Id Labouch	id-labouch	MA		0	Africa/Casablanca	29.42651	-9.28346		Id Laabouch,Id Labouch		10	473		
2547176	Id Kouja	id-kouja	MA		0	Africa/Casablanca	29.58763	-10.03055				10	473		
2547177	Id Tikida	id-tikida	MA		0	Africa/Casablanca	29.39988	-9.99179		Id Kidda,Id Tikida		10	473		
2547178	Id Kerroum	id-kerroum	MA		0	Africa/Casablanca	29.45815	-9.35056		Id Karroum,Id Kerroum		10	473		
2547179	Id Kerroum	id-kerroum	MA		0	Africa/Casablanca	29.35666	-9.419		Id Karroum,Id Kerroum		10	473		
2547180	Id Kina	id-kina	MA		0	Africa/Casablanca	29.31322	-9.91041		Id Kaina,Id Kaïna,Id Kina		10	473		
2547181	Id Issoa	id-issoa	MA		0	Africa/Casablanca	29.26043	-10.21849		Edixu,Id Issoa		10	473		
2547182	Idissene	idissene	MA		0	Africa/Casablanca	34.09179	-4.15869		Douar Idissene,Idissene		03	561		
2547185	Idirene	idirene	MA		0	Africa/Casablanca	35.1886	-3.80773		Idiren,Idirene		02	167		
2547193	Idikel	idikel	MA		0	Africa/Casablanca	31.58694	-6.6601				05	081		
2547194	Idikel	idikel	MA		0	Africa/Casablanca	29.72426	-8.85096		Idikel,Idikl		09	581		
2547198	Id Hmaïda	id-hmaida	MA		0	Africa/Casablanca	29.41606	-9.38574				10	473		
2547199	Id Hlak	id-hlak	MA		0	Africa/Casablanca	30.99187	-9.64964		Id Hlak,Id Hlik		07	211		
2547200	Id Hassoun ou Ali	id-hassoun-ou-ali	MA		0	Africa/Casablanca	29.34795	-9.47964				10	473		
2547201	Ighir Izddar	ighir-izddar	MA		0	Africa/Casablanca	29.43743	-9.97463		Id Hach Bara,Id Hasbara,Ighir Izddar		10	473		
2547202	Id Ou Bellouch	id-ou-bellouch	MA		0	Africa/Casablanca	29.30275	-9.88042		Id Harine,Id Ou Bellouch		10	473		
2547203	Id Haram	id-haram	MA		0	Africa/Casablanca	29.4	-10				10	473		
2547204	Id Amiz	id-amiz	MA		0	Africa/Casablanca	29.34855	-9.79134		Hamza,Id Amiz,Id Hamza		10	473		
2547205	Id Hamuad Ali	id-hamuad-ali	MA		0	Africa/Casablanca	29.33	-10.01				10	473		
2547206	Id Hammou Yazza	id-hammou-yazza	MA		0	Africa/Casablanca	29.3138	-9.72951				10	473		
2547207	Douar Id Hammou Ou Taleb	douar-id-hammou-ou-taleb	MA		0	Africa/Casablanca	29.55309	-9.86393		Douar Id Hammou Ou Taleb,Id Hammou Ntable,Id Hammou n'Taleb,Id Hammou n’Taleb		09	581		
2547208	Id Hammouch	id-hammouch	MA		0	Africa/Casablanca	29.61	-10.01		Id Hammouch,Id hamouche		10	473		
2547209	Id Hammou Amar	id-hammou-amar	MA		0	Africa/Casablanca	29.65	-9.96		Id Hammou Amar,Id Hammou ou Omar,Id hammou Ameur		09	581		
2547210	Id Hammou Abdallah	id-hammou-abdallah	MA		0	Africa/Casablanca	29.55	-10.03		Id Hammou Abdallah,Id Mouloud		10	473		
2547211	Id Hammou	id-hammou	MA		0	Africa/Casablanca	31.1564	-9.5968		Amsittene Hammou,Id Hammou		07	211		
2547212	Id Hammou	id-hammou	MA		0	Africa/Casablanca	29.23569	-9.7491		Id Hammou,Id Hamou		10	261		
2547213	Id Hameïda	id-hameida	MA		0	Africa/Casablanca	29.3	-9.96				10	473		
2547214	Id Hamed U Embarec	id-hamed-u-embarec	MA		0	Africa/Casablanca	29.38	-9.9		Id Hamed U Embarec,Id Hamed U Embark		10	473		
2547215	Douar Id Hmalla	douar-id-hmalla	MA		0	Africa/Casablanca	29.58967	-9.80071		Douar Id Hmalla,Id Hamalla		09	581		
2547216	Id Haitouf	id-haitouf	MA		0	Africa/Casablanca	29.27641	-9.74027		Hailoufa,Haïloufa,Id Haitouf		10	261		
2547217	Id Habrisen	id-habrisen	MA		0	Africa/Casablanca	29.46	-9.98		Id Habrichen,Id Habriesen,Id Habrisen		10	473		
2547218	Id Habrichen	id-habrichen	MA		0	Africa/Casablanca	29.45	-9.95				10	473		
2547220	Id Guglu	id-guglu	MA		0	Africa/Casablanca	29.51	-10.01				10	473		
2547221	Id Grou Ou Sourou	id-grou-ou-sourou	MA		0	Africa/Casablanca	29.48	-10.08		Id Grou Ou Sourou,Id Gru U Suru		10	473		
2547222	Id Fares	id-fares	MA		0	Africa/Casablanca	29.19058	-10.277				10	473		
2547223	Id Esmamane	id-esmamane	MA		0	Africa/Casablanca	29.35	-10.03		Id Esmaman,Id Esmamane		10	473		
2547224	Id Errais	id-errais	MA		0	Africa/Casablanca	30.96238	-9.80235		Id Errais,Id Erraïs,Id Ralss,Ida Raisse		07	211		
2547225	Id Rays	id-rays	MA		0	Africa/Casablanca	30.7362	-9.81198		Id Rays,Id ar Rays,Id er Rais,Id er Raïs,ld Raiss		09	001		
2547226	Iderq	iderq	MA		0	Africa/Casablanca	29.7827	-9.79865		Iderk,Iderq		09	581		
2547227	Iderh	iderh	MA		0	Africa/Casablanca	29.60474	-9.63296		Idegh,Iderh,Iderk		09	581		
2547228	Id en Toufoul	id-en-toufoul	MA		0	Africa/Casablanca	29.36324	-10.02256		Id en Toufoul,Id en Tuful		10	473		
2547230	Idandi	idandi	MA		0	Africa/Casablanca	30.14942	-8.58987		Idandi,Idendi		09	541		
2547235	Idemine	idemine	MA		0	Africa/Casablanca	31.3	-9.71		Id Dmine,Idemine		07	211		
2547236	Id Embark Ou Ahmed	id-embark-ou-ahmed	MA		0	Africa/Casablanca	31.17895	-9.71457		Id Embark Ou Ahmed,Id M'barek Ouhmad,Id M’barek Ouhmad,Ijalatene,Ijelatene		07	211		
2547237	Id Embark	id-embark	MA		0	Africa/Casablanca	29.21497	-10.24409		Id Barek Ou Ihia,Id Embarc,Id Embark		10	473		
2547238	Id Embarec	id-embarec	MA		0	Africa/Casablanca	29.23	-9.98		Id Embare,Id Embarec		10	473		
2547239	Idanssane	idanssane	MA		0	Africa/Casablanca	31.97955	-4.80096		Idanssane,Idelzene,Idenssene		08	201		
2547240	Id el Oued	id-el-oued	MA		0	Africa/Casablanca	29.34178	-9.72153		Id el Oued,Ide Laoud		10	473		
2547241	Id el Haj ou Akrim	id-el-haj-ou-akrim	MA		0	Africa/Casablanca	30.87578	-9.73283				07	211		
2547242	Id Lhaj	id-lhaj	MA		0	Africa/Casablanca	29.44767	-9.9188		Id Lhaj,Id el Hadj,Id el Haj,Id el Hajj		10	473		
2547243	Id El Hach	id-el-hach	MA		0	Africa/Casablanca	29.41	-10.08				10	473		
2547244	Id el Hach	id-el-hach	MA		0	Africa/Casablanca	29.26505	-10.14288		Id Bel Hach,Id el Hach		10	473		
2547245	Id el Brik	id-el-brik	MA		0	Africa/Casablanca	29.3518	-9.42132		Id Brich,Id el Brik		10	473		
2547246	Id el Belah	id-el-belah	MA		0	Africa/Casablanca	29.21	-9.98				10	473		
2547247	Id el Aroussi	id-el-aroussi	MA		0	Africa/Casablanca	29.23137	-10.03863		Id El Aros,Id El Arousi,Id el Aroussi		10	473		
2547250	Id Riad	id-riad	MA		0	Africa/Casablanca	29.33315	-9.77335		Id Dridd,Id Riad		10	473		
2547251	Id Dawd	id-dawd	MA		0	Africa/Casablanca	29.34458	-9.94899		Id Daud,Id Dawd		10	473		
2547252	Aït Dawd	ait-dawd	MA		0	Africa/Casablanca	29.57497	-9.31329		Ait Dawd,Aït Dawd,Id Darne,Ihdarne		09	581		
2547253	Sidi Dawd	sidi-dawd	MA		0	Africa/Casablanca	29.30731	-9.81588		Id Daoud Ou Ali,Sidi Dawd		10	473		
2547254	Id Dwa	id-dwa	MA		0	Africa/Casablanca	29.37352	-9.78223		Id Daoua,Id Daouad,Id Daouaghis,Id Dwa		10	473		
2547255	Id Dahmoud	id-dahmoud	MA		0	Africa/Casablanca	29.38569	-9.41231				10	473		
2547256	Ait Chkih	ait-chkih	MA		0	Africa/Casablanca	31.31174	-9.7159		Ait Chkih,Id Choukaih,Id Choukayh,Id Choukaïh,Id Choukeih		07	211		
2547258	Id Cheleh	id-cheleh	MA		0	Africa/Casablanca	29.38249	-10.07974				10	473		
2547259	Id Chayine	id-chayine	MA		0	Africa/Casablanca	29.39914	-9.80259		Id Chaine,Id Chayine,Id Chaïne,Id Cheine,Id Cheïne		10	473		
2547260	Id Chebora	id-chebora	MA		0	Africa/Casablanca	29.21	-10.1				10	473		
2547262	Id Chahadene	id-chahadene	MA		0	Africa/Casablanca	29.6	-10.01		Id Chahaden,Id Chahadene		10	473		
2547263	Id Buthaiet	id-buthaiet	MA		0	Africa/Casablanca	29.18	-10.1		Id Buthaiet,Id Buthajet		10	473		
2547264	Id Busnina	id-busnina	MA		0	Africa/Casablanca	29.4	-10.08				10	473		
2547265	Id Buschmid	id-buschmid	MA		0	Africa/Casablanca	29.45	-9.96				10	473		
2547266	Id Bu Sabum	id-bu-sabum	MA		0	Africa/Casablanca	29.38	-9.93				10	473		
2547267	Id Burás	id-buras	MA		0	Africa/Casablanca	29.48	-10.03				10	473		
2547268	Id Bu Hach	id-bu-hach	MA		0	Africa/Casablanca	29.21	-10.16				10	473		
2547269	Id Buguern	id-buguern	MA		0	Africa/Casablanca	29.53	-10.01				10	473		
2547270	Id Budar	id-budar	MA		0	Africa/Casablanca	29.3	-10.01				10	473		
2547271	Id Buasa	id-buasa	MA		0	Africa/Casablanca	29.26	-10.18				10	473		
2547272	Id Brahim Ou Embark	id-brahim-ou-embark	MA		0	Africa/Casablanca	29.6	-9.98				09	581		
2547273	Id Brahim Mohamed	id-brahim-mohamed	MA		0	Africa/Casablanca	29.46	-10.08		Id Brahim Mohamed,Id Brahin Mohamed		10	473		
2547275	Id Boutzouwa	id-boutzouwa	MA		0	Africa/Casablanca	29.25665	-9.76612		Id Bou Tezzaia,Id Bou Tezzaïa,Id Boutouzoua,Id Boutzouwa		10	261		
2547276	Id Bou Tatane	id-bou-tatane	MA		0	Africa/Casablanca	29.45658	-9.92152		Boutatene,Id Bou Tatane,Id Bou Taten,Id Bou Tatene		10	473		
2547277	Id Boussetta	id-boussetta	MA		0	Africa/Casablanca	29.61	-9.98		Id Bou Said,Id Bou Saïd,Id Bousseta,Id Boussetta		09	581		
2547278	Id Bousmaïna	id-bousmaina	MA		0	Africa/Casablanca	29.41	-10.08		Id Bousmaina,Id Bousmaïna,Id Busmania		10	473		
2547279	Id Bou Oudfel	id-bou-oudfel	MA		0	Africa/Casablanca	29.40015	-9.25925		Id Bou Oudfel,Id Boudfel		10	473		
2547281	Id Bou Lahsene	id-bou-lahsene	MA		0	Africa/Casablanca	29.41707	-9.32242		Id Bou Lahcen,Id Bou Lahsene		10	473		
2547282	Id Boukhtir	id-boukhtir	MA		0	Africa/Casablanca	30.89633	-7.23793		Id Bou Ktir,Id Boukhtir,Id-Boukhtir		08	401		
2547283	Id Boukri	id-boukri	MA		0	Africa/Casablanca	29.39999	-9.98461		Id Boukri,Id Bouksine,Id Buksin,Id Buskin		10	473		
2547284	Id Boukkou	id-boukkou	MA		0	Africa/Casablanca	29.22051	-9.74563		Id Bkkou,Id Boukkou		10	261		
2547285	Id Boujra	id-boujra	MA		0	Africa/Casablanca	29.58	-10				10	473		
2547286	Id Boujid	id-boujid	MA		0	Africa/Casablanca	29.32387	-9.74855		Id Boujid,Id Bouljid		10	473		
2547287	Id Bouiou	id-bouiou	MA		0	Africa/Casablanca	29.43	-9.63		Id Bouia,Id Bouiou		10	473		
2547288	Id Bou Inine	id-bou-inine	MA		0	Africa/Casablanca	29.35319	-9.52492				10	473		
2547289	Id Bouhousdine	id-bouhousdine	MA		0	Africa/Casablanca	29.3091	-10.09433		Id Bouhousdine,Id Buhux		10	473		
2547290	Id Bouhouch	id-bouhouch	MA		0	Africa/Casablanca	29.41207	-9.61762				10	473		
2547291	Id Bouhder	id-bouhder	MA		0	Africa/Casablanca	29.31374	-10.08983		Id Bouhder,Id Buhetein		10	473		
2547292	Id Bouhari	id-bouhari	MA		0	Africa/Casablanca	29.26763	-10.17114		Id Bouhari,Id Bu el Herir		10	473		
2547294	Id Bou Hammou	id-bou-hammou	MA		0	Africa/Casablanca	29.22142	-9.70934		Id Bou Hammou,Id Bou Hamou		10	261		
2547295	Id Bou Cheni	id-bou-cheni	MA		0	Africa/Casablanca	29.53105	-10.04743		Id Bou Cheni,Id Bouchini,Id Buchin-ni,Id Buchini		10	473		
2547297	Id Boubker	id-boubker	MA		0	Africa/Casablanca	29.34577	-9.39576		Id Boubaker,Id Boubker		10	473		
2547298	Id Bou Argane	id-bou-argane	MA		0	Africa/Casablanca	29.75	-9.51				09	581		
2547299	Id Bou Aour	id-bou-aour	MA		0	Africa/Casablanca	29.36	-9.53				10	473		
2547301	Id Bouad	id-bouad	MA		0	Africa/Casablanca	29.32437	-10.07526		Id Bouad,Id Bueh		10	473		
2547303	Id Bou Abba	id-bou-abba	MA		0	Africa/Casablanca	30.85715	-9.78417		Arbe,Bouaba,Id Bou Abba		09	001		
2547304	Id Bou Aabane	id-bou-aabane	MA		0	Africa/Casablanca	29.50901	-9.62462		Id Bou Aabane,Id Bou Aabanet,Id Bou Abane,Id Bouaban		09	581		
2547305	Assif-n-Barka	assif-n-barka	MA		0	Africa/Casablanca	29.36425	-9.96479		Assif-n-Barka,Id Bilat		10	473		
2547306	Id Bidern	id-bidern	MA		0	Africa/Casablanca	29.48	-10.03				10	473		
2547307	Id Barka	id-barka	MA		0	Africa/Casablanca	29.38747	-9.77671		Id Barka,Id Berka		10	473		
2547308	Id Berka	id-berka	MA		0	Africa/Casablanca	29.339	-9.69497				10	473		
2547310	Id Ben Yama	id-ben-yama	MA		0	Africa/Casablanca	29.46	-9.95				10	473		
2547311	Id ben Yahya	id-ben-yahya	MA		0	Africa/Casablanca	30.93823	-9.68973		Id ben Yahya,Yahia		07	211		
2547312	Id Benkern	id-benkern	MA		0	Africa/Casablanca	29.25	-10.05		Id Bekern,Id Benkern		10	473		
2547313	Id Ben I’aza	id-ben-i-aza	MA		0	Africa/Casablanca	29.41417	-9.83723		Id Ben I'aza,Id Ben I’aza,Id Beni Yazza		10	473		
2547314	Idbene Sag	idbene-sag	MA		0	Africa/Casablanca	30.8896	-9.79169		Id Bane Sag,Idbene Sag		09	001		
2547315	Id Ben Aomar	id-ben-aomar	MA		0	Africa/Casablanca	29.38	-10				10	473		
2547316	Id Ben Ali	id-ben-ali	MA		0	Africa/Casablanca	29.41845	-9.53131				10	473		
2547317	Id Ben Addi	id-ben-addi	MA		0	Africa/Casablanca	29.36361	-9.34445		Id Addi,Id Ben Addi		10	473		
2547318	Id Ben Addi	id-ben-addi	MA		0	Africa/Casablanca	29.25349	-9.74712		Id Ben Addi,Id Ben Omar Aadde,Id Ben Omar Aâdde		10	261		
2547319	Id Bella Ou Ali	id-bella-ou-ali	MA		0	Africa/Casablanca	29.44683	-9.38448				10	473		
2547320	Id Bella Hammou	id-bella-hammou	MA		0	Africa/Casablanca	29.41571	-9.42548		Id Bella Hammou,Id Bella Hemmou,Id Bella Ou Hammou		10	473		
2547321	Id Bella	id-bella	MA		0	Africa/Casablanca	29.37525	-9.38572				10	473		
2547322	Id Bella	id-bella	MA		0	Africa/Casablanca	29.34359	-10.06727		Id Bella,Id Ou Belrla,Id U Bel-la		10	473		
2547323	Id Bella	id-bella	MA		0	Africa/Casablanca	29.30318	-9.65911				10	473		
2547324	Id Belkassem	id-belkassem	MA		0	Africa/Casablanca	29.6	-9.96		Id Belkacem,Id Belkassem,Mouharaden		09	581		
2547325	Id Bel Kassem	id-bel-kassem	MA		0	Africa/Casablanca	29.19795	-10.0812		Id Bel Kasem,Id Bel Kasen,Id Bel Kassem		10	473		
2547326	Id Belhous	id-belhous	MA		0	Africa/Casablanca	29.39177	-9.3975		Id Bel Houss,Id Belhous		10	473		
2547327	Id Bel Harch	id-bel-harch	MA		0	Africa/Casablanca	29.4	-10.11		Id Bel Hach,Id Bel Harch		10	473		
2547328	Id Bel Hach	id-bel-hach	MA		0	Africa/Casablanca	29.4	-10.08				10	473		
2547329	Id Barrouch	id-barrouch	MA		0	Africa/Casablanca	29.29317	-9.91047		Id Bakhouche,Id Barrouch,Id Bekhouch		10	473		
2547330	Id Bou Bakr	id-bou-bakr	MA		0	Africa/Casablanca	29.39572	-9.79227		Id Barca,Id Begra,Id Beugra,Id Bou Bakr		10	473		
2547331	Id Barca	id-barca	MA		0	Africa/Casablanca	29.28	-9.95				10	473		
2547332	Id Bakrim	id-bakrim	MA		0	Africa/Casablanca	29.38296	-9.45128				10	473		
2547333	Id Baknia	id-baknia	MA		0	Africa/Casablanca	29.46	-10.03		Id Badnia,Id Baknia		10	473		
2547334	Id Mbark	id-mbark	MA		0	Africa/Casablanca	29.38446	-9.82746		Id Bair,Id Baïr,Id Mbark		10	473		
2547335	Id Baha	id-baha	MA		0	Africa/Casablanca	29.66	-9.5				09	581		
2547336	Id Baha	id-baha	MA		0	Africa/Casablanca	29.63077	-9.86308		Id Baha,Id Baha Hassoun		09	581		
2547337	Id Baha	id-baha	MA		0	Africa/Casablanca	29.4045	-9.43396				10	473		
2547338	Id Baha Ou Sa’id	id-baha-ou-sa-id	MA		0	Africa/Casablanca	29.3203	-9.7863		Id Baha,Id Baha Ou Sa'id,Id Baha Ou Sa’id,Ould Baha		10	473		
2547340	Idarmach	idarmach	MA		0	Africa/Casablanca	31.49029	-7.68284		Idarmach,Idermach,Idermache		07	041		
2547341	Idardouchene	idardouchene	MA		0	Africa/Casablanca	35.1115	-3.9519		Idardouchene,Idarduchen,Irdadouchene,Irdadouchène		01	051		
2547351	Ida Outmim	ida-outmim	MA		0	Africa/Casablanca	29.62372	-8.74685		Ida Outmim,Idaou Tmime		09	581		
2547359	Ida Ou Semlal	ida-ou-semlal	MA		0	Africa/Casablanca	29.53	-9.61		Ida Ou Semlal,Ida Ou Smlal		09	581		
2547367	Ida ou Merouane	ida-ou-merouane	MA		0	Africa/Casablanca	30.69298	-9.02577		Ida ou Harouan,Ida ou Merouane		09	541		
2547368	Ti ou Mannou	ti-ou-mannou	MA		0	Africa/Casablanca	30.08913	-9.23991		Ida Ou Mennou,Ti ou Mannou,Ti ou Mennou		09	163		
2547370	Ida Ou Markt	ida-ou-markt	MA		0	Africa/Casablanca	29.24644	-9.44487				10	261		
2547374	Ida Ou Lstane	ida-ou-lstane	MA		0	Africa/Casablanca	29.96309	-7.55122				09	551		
2547376	Ida Ou Kess Oufella	ida-ou-kess-oufella	MA		0	Africa/Casablanca	30.64036	-9.16781				09	541		
2547387	Ida Ou Gaïlal	ida-ou-gailal	MA		0	Africa/Casablanca	30.63766	-8.63152		Ida Ou Gailal,Ida Ou Gaïlal,Ida Ougailat,Ida Ougaïlat,Ida ou Gailaf		09	541		
2547389	Ida Ou Wdriyf	ida-ou-wdriyf	MA		0	Africa/Casablanca	29.8777	-8.56348		Ida Ou Wdriyf,Ida Oudrif,Ida Oudrift		09	551		
2547390	Idaoudene	idaoudene	MA		0	Africa/Casablanca	35.38185	-5.26481				01	571		
2547391	Ida Ou Brane	ida-ou-brane	MA		0	Africa/Casablanca	30.14971	-8.98315				09	541		
2547396	Ida Oublal	ida-oublal	MA		0	Africa/Casablanca	30.75937	-8.55426		Ida Ou Blal,Ida Oublal		09	541		
2547397	Ida Ou Bidene	ida-ou-bidene	MA		0	Africa/Casablanca	30.38	-8.41		Ida Ou Biden,Ida Ou Bidene		09	541		
2547399	Idawou	idawou	MA		0	Africa/Casablanca	29.88745	-8.58905		Idaou,Idawou		09	551		
2547400	Id ’Omar	id-omar	MA		0	Africa/Casablanca	29.69559	-9.46961		Id 'Omar,Id Aomar,Id ’Omar		09	581		
2547401	Id Aomar	id-aomar	MA		0	Africa/Casablanca	29.4	-10				10	473		
2547402	Id Anigli	id-anigli	MA		0	Africa/Casablanca	29.25237	-10.1774		Id Anigli,Id U Uigdel		10	473		
2547403	Id Amrane	id-amrane	MA		0	Africa/Casablanca	30.7971	-9.57663		Id Amrane,Ida Ouamrane		09	001		
2547404	Id Amor	id-amor	MA		0	Africa/Casablanca	29.75	-9.5		Id Ammour,Id Amor		09	581		
2547405	Idamghane	idamghane	MA		0	Africa/Casablanca	30.23328	-7.98248		Idamghane,Idamghne,Idamkhen,Idamkhene,Idamkhèn		09	541		
2547406	Id Ami	id-ami	MA		0	Africa/Casablanca	29.28433	-9.56709		Id Ami,Id Amy		10	473		
2547407	Id ’Amar-ou-’Ali	id-amar-ou-ali	MA		0	Africa/Casablanca	30.7007	-7.72491		Id 'Amar-ou-'Ali,Id Amer Ou Ali,Id Ameur Ou Ali,Id ’Amar-ou-’Ali		09	541		
2547408	Id Amer	id-amer	MA		0	Africa/Casablanca	29.26648	-9.76168		Id Amar Agpar,Id Amer,Id Aomar		10	261		
2547409	Id Allougane	id-allougane	MA		0	Africa/Casablanca	29.26352	-9.65739				10	473		
2547410	Id Ali U Mehand	id-ali-u-mehand	MA		0	Africa/Casablanca	29.26425	-10.16847		Dar Id Mehand u Mehand,Id Ali U Mehand,Id Ali U Mejamd,Id Arr Ou Mohand		10	473		
2547411	Id Ali Ufla	id-ali-ufla	MA		0	Africa/Casablanca	29.46	-10				10	473		
2547412	Id Ali Ufla	id-ali-ufla	MA		0	Africa/Casablanca	29.45	-10.01				10	473		
2547413	Id ’Ali ou Sa’id	id-ali-ou-sa-id	MA		0	Africa/Casablanca	29.54333	-9.30298		Id 'Ali ou Sa'id,Id Ali Ou Said,Id Ali Ou Saïd,Id ’Ali ou Sa’id		09	581		
2547414	Id Ali Ou Saïd	id-ali-ou-said	MA		0	Africa/Casablanca	29.5	-9.66		Ali ou Said,Ali ou Saïd,Id Ali Ou Said,Id Ali Ou Saïd		09	581		
2547415	Idalioun	idalioun	MA		0	Africa/Casablanca	32.36064	-4.87666		Idalioum,Idalioun,Ksar Idalouin		08	363		
2547416	Id Ali Ou Mohand	id-ali-ou-mohand	MA		0	Africa/Casablanca	29.45	-10.08		Id Ali Ou Mohand,Id Ali U Mehand I'ahia,Id Ali U Mehand I’ahía,Id Ali U Mehaud l'ahia,Id Ali U Mehaud l’ahia		10	473		
2547417	Id Ali Ou Mohand	id-ali-ou-mohand	MA		0	Africa/Casablanca	29.20436	-9.70294		Id Ali Ou M'hand,Id Ali Ou Mohand,Id Ali Ou M’hand		10	261		
2547418	Id Ali Ou Bella	id-ali-ou-bella	MA		0	Africa/Casablanca	29.65	-9.55		Id Ali Ou Bella,Id Ali Ou Bella Ouijjane		09	581		
2547419	Id Ali Ou Baha	id-ali-ou-baha	MA		0	Africa/Casablanca	29.39161	-9.28566				10	473		
2547420	Id Ali Mellouln	id-ali-mellouln	MA		0	Africa/Casablanca	29.43249	-9.4028		Id Ali Melloulene,Id Ali Mellouln,Id Ali Melloulne		10	473		
2547421	Id Ali Bella	id-ali-bella	MA		0	Africa/Casablanca	29.29257	-9.55				10	473		
2547423	Idalane	idalane	MA		0	Africa/Casablanca	30.19854	-8.59574		Idalane,Idalen,Idalene,Idalèn		09	541		
2547424	Idakhsane	idakhsane	MA		0	Africa/Casablanca	30.75157	-8.07538		Idakhsane,Idakhsen,Idakhsene,Idakki		09	541		
2547425	Douar Aït Aïssa	douar-ait-aissa	MA		0	Africa/Casablanca	31.42691	-8.07572		Douar Ait Aissa,Douar Aït Aïssa,Id Aissa,Id Aïssa		07	041		
2547426	Aït Aïssa	ait-aissa	MA		0	Africa/Casablanca	31.13448	-7.97694		Ait Aissa,Aït Aïssa,Id Aissa,Id Aïssa,Id Issa		07	041		
2547427	Id Aïssa	id-aissa	MA		0	Africa/Casablanca	29.74767	-9.83938		Id 'Issa,Id Aissa,Id Aïssa,Id ’Issa		09	581		
2547428	Id Aïssa	id-aissa	MA		0	Africa/Casablanca	29.46	-9.8				09	581		
2547429	Id Aïssa	id-aissa	MA		0	Africa/Casablanca	29.37947	-9.71365				10	473		
2547430	Amtoudi	amtoudi	MA		0	Africa/Casablanca	29.24265	-9.18599		Amtoudi,Id Aissa,Id Aïssa		10	261		
2547431	Aït ’Issa	ait-issa	MA		0	Africa/Casablanca	29.34886	-9.84132		Ait 'Issa,Aït ’Issa,Id Aissa,Id Aïssa		10	473		
2547435	Id Ahmed Ou Lahsene	id-ahmed-ou-lahsene	MA		0	Africa/Casablanca	29.34702	-9.3809		Id Ahmed Ou Lahcen,Id Ahmed Ou Lahsene,Id Ahmed ou Lahsen,Id Ahmed ou Lahsèn		10	473		
2547436	Id Hmed Ou Dawd	id-hmed-ou-dawd	MA		0	Africa/Casablanca	29.35061	-9.90765		Id Ahmed Ou Daoud,Id Ahmed U Daud,Id Hamed U Daad,Id Hmed Ou Dawd		10	473		
2547438	Id Ahmed Baha	id-ahmed-baha	MA		0	Africa/Casablanca	29.27843	-9.5631				10	473		
2547441	Idghirene	idghirene	MA		0	Africa/Casablanca	35.05715	-4.28469		Idagouirene,Idaguiren,Idghirene,Idgouirene,Idrhirene		01	051		
2547444	Ida el Fkuih	ida-el-fkuih	MA		0	Africa/Casablanca	31.15	-9.73				07	211		
2547445	Id Addi Ou Ahmed	id-addi-ou-ahmed	MA		0	Africa/Casablanca	29.34806	-9.6703				10	473		
2547446	Id Abú	id-abu	MA		0	Africa/Casablanca	29.48	-10.06				10	473		
2547447	Id Abourj	id-abourj	MA		0	Africa/Casablanca	29.25991	-9.7646		Id Aabourne,Id Abourene,Id Abourj,Id Aâbourne		10	261		
2547448	Id Abeid	id-abeid	MA		0	Africa/Casablanca	29.23985	-9.74679		Id Aabd,Id Abeid,Id Aâbd,Id Belaid,Id Belaïd		10	261		
2547449	Id Lhaj	id-lhaj	MA		0	Africa/Casablanca	29.3205	-9.87078		Id Abdi,Id Lhaj		10	473		
2547450	Id Abdallah Ou Saïd	id-abdallah-ou-said	MA		0	Africa/Casablanca	29.26566	-9.72336				10	261		
2547451	Id Abdallah	id-abdallah	MA		0	Africa/Casablanca	29.40314	-9.42393		Id Abdallah,Id Abdellah		10	473		
2547452	Id Habt	id-habt	MA		0	Africa/Casablanca	29.27354	-9.77861		Id Abd,Id Habt		10	473		
2547453	Id ’Addi	id-addi	MA		0	Africa/Casablanca	29.46177	-9.95028		Id 'Addi,Id Aaddi,Id ’Addi		10	473		
2547454	Id Aachour	id-aachour	MA		0	Africa/Casablanca	29.22921	-10.02135		Id Aachour,Id Aaxor		10	473		
2547455	Ichtal	ichtal	MA		0	Africa/Casablanca	35.2404	-5.26962				01	571		
2547457	Icht	icht	MA		0	Africa/Casablanca	29.0545	-8.84459				09	551		
2547463	Ichoucher	ichoucher	MA		0	Africa/Casablanca	29.4231	-9.3629				10	473		
2547464	Ichoucha	ichoucha	MA		0	Africa/Casablanca	33.9763	-4.08582		Ichoucha,Issoucha		03	561		
2547465	Douar Ijouaouen	douar-ijouaouen	MA		0	Africa/Casablanca	35.04764	-4.58035		Douar Ijouaouen,Ichouaouene,Ijouaouine,Iyuaun		01	151		
2547467	Ichou Ali	ichou-ali	MA		0	Africa/Casablanca	32.6228	-4.04132				03	131		
2547468	Ichokma	ichokma	MA		0	Africa/Casablanca	30.08	-9.11		Ichkauma,Ichokma		09	163		
2547470	Ichnouffene	ichnouffene	MA		0	Africa/Casablanca	34.61	-3.83				03	561		
2547472	Ichnigline	ichnigline	MA		0	Africa/Casablanca	30.1177	-9.22639		Ichnegline,Ichnigline,Naiba		09	163		
2547474	Ichnaïene	ichnaiene	MA		0	Africa/Casablanca	35.04922	-3.65504		Ichnaien,Ichnaiene,Ichnaïene		02	167		
2547475	Ichmouart	ichmouart	MA		0	Africa/Casablanca	35.3027	-3.04735		Ichmouart,Ixmuart		02	381		
2547476	Ichmarahane	ichmarahane	MA		0	Africa/Casablanca	31.60108	-7.35137		Ichemahen,Ichmarahane,Iharisane		07	041		
2547483	Ichibaouiene	ichibaouiene	MA		0	Africa/Casablanca	35.05	-4.06		Ichibaouiene,Ichibauien		01	051		
2547485	Ichfirene	ichfirene	MA		0	Africa/Casablanca	35.26626	-3.01618		Ichfiren,Ichfirene		02	381		
2547486	Ichesa	ichesa	MA		0	Africa/Casablanca	34.96	-4.2				01	051		
2547490	Ichemrarn	ichemrarn	MA		0	Africa/Casablanca	31.09036	-9.16912		Ichemaren,Ichemarene,Ichemarèn,Ichemrarene,Ichemrarn		07	161		
2547491	Chernlala	chernlala	MA		0	Africa/Casablanca	35.20765	-3.2244		Chernlala,Ichemlalene,Ichemlâlene		02	167		
2547492	Douar Ichemlalene	douar-ichemlalene	MA		0	Africa/Casablanca	33.84503	-4.32205		Douar Ichemlalene,Echemlalen,Ichemlalene		03	451		
2547499	Ichela	ichela	MA		0	Africa/Casablanca	35.24192	-5.39242				01	571		
2547503	Ichebbaane	ichebbaane	MA		0	Africa/Casablanca	30.62088	-8.67965		Ichebane,Ichebbaane		09	541		
2547504	Ichbana	ichbana	MA		0	Africa/Casablanca	35.38041	-5.34858				01	571		
2547505	Ichattbittene	ichattbittene	MA		0	Africa/Casablanca	31.13845	-6.81059		Ichattbitten,Ichattbittene		08	401		
2547506	Ichehihane	ichehihane	MA		0	Africa/Casablanca	30.73682	-6.11822		Ichatene,Ichchichen,Ichehihane,Ichhehen		08	587		
2547509	Douar Ichaouiyene	douar-ichaouiyene	MA		0	Africa/Casablanca	35.03889	-4.38757		Achaouiane,Douar Ichaouiyene,Ichaouiene,Ichauien		01	051		
2547510	Chakoukane	chakoukane	MA		0	Africa/Casablanca	30.73688	-7.98161		Chakoukane,Ichakouken,Ichakoukene,Ichakoukèn		09	541		
2547511	Ichahdad-n-Oudrar	ichahdad-n-oudrar	MA		0	Africa/Casablanca	30.54552	-8.35789		Ichahdad,Ichahdad S'ouas,Ichahdad S’ouas,Ichahdad-n-Oudrar		09	541		
2547512	Ich Afoudene	ich-afoudene	MA		0	Africa/Casablanca	29.65219	-9.95747		Ich Afoudane,Ich Afoudene,Ichafoudan,Ichafoudene,Tachafoutene		09	581		
2547514	Ich	ich	MA		0	Africa/Casablanca	32.51244	-1.0034		Ich,Iche,Ihc		02	251		
2547518	Ibrane	ibrane	MA		0	Africa/Casablanca	30.91707	-9.54803				07	211		
2547519	Ibarrahn	ibarrahn	MA		0	Africa/Casablanca	31.20039	-6.17522		Ibarrahn,Ibrahen,Ibrahene,Ibrahèn		08	577		
2547520	Iboutifene	iboutifene	MA		0	Africa/Casablanca	35.16654	-4.09869		Iboutifene,Ibutifen		01	051		
2547521	Iboutane	iboutane	MA		0	Africa/Casablanca	34.926	-4.87975				01	151		
2547522	Iboutahrene	iboutahrene	MA		0	Africa/Casablanca	34.5937	-3.47402		Iboutahrene,Iboutarene		02	265		
2547523	Douar Bou Saleh	douar-bou-saleh	MA		0	Africa/Casablanca	35.0109	-4.09093		Abou Salah,Douar Bou Saleh,Iboussalah,Ibusalah		01	051		
2547524	Ibouseritene	ibouseritene	MA		0	Africa/Casablanca	35	-4.65		Ibouseritene,Ibuseriten		01	151		
2547525	Ibousatene	ibousatene	MA		0	Africa/Casablanca	35.09018	-3.13707		Bousatene,Ibousatene,Ibusaten		02	381		
2547528	Ibouroudine	ibouroudine	MA		0	Africa/Casablanca	31.44429	-6.97173		Ibourouden,Ibouroudene,Ibouroudine,Ibouroudèn		05	081		
2547532	Lboui	lboui	MA		0	Africa/Casablanca	31.30366	-7.27894		Ibour,Lboui		08	401		
2547534	Iboulbrhene	iboulbrhene	MA		0	Africa/Casablanca	34.82835	-4.09548				01	051		
2547536	Iboûhjarene	ibouhjarene	MA		0	Africa/Casablanca	35.0618	-3.16811				02	381		
2547538	Iboudrane	iboudrane	MA		0	Africa/Casablanca	29.79939	-9.35573		Iboudrane,Iboudrarene		09	581		
2547539	Iboudrarene	iboudrarene	MA		0	Africa/Casablanca	29.37221	-9.46192				10	473		
2547541	Iboudiahane	iboudiahane	MA		0	Africa/Casablanca	35.14186	-3.05564		Iboudiahane,Iboudiahene,Ibudiahan		02	381		
2547542	Ibouchioun	ibouchioun	MA		0	Africa/Casablanca	29.41569	-9.41598		Ibouchaouine,Ibouchioun		10	473		
2547544	Ibou’akilene	ibou-akilene	MA		0	Africa/Casablanca	35.09145	-3.74661		Ait Mekrin,Ait Mekrine,Aït Mekrin,Aït Mekrine,Ibou'akilene,Ibou’akilene		02	167		
2547545	Douar Ibou Ayyadene	douar-ibou-ayyadene	MA		0	Africa/Casablanca	35.01002	-3.7655		Douar Ibou Ayyadene,Ibouaidene,Ibouaïdene,Ibuaiden		02	167		
2547546	Ibou Abidatene	ibou-abidatene	MA		0	Africa/Casablanca	34.87341	-3.47223				02	167		
2547549	Ibokourene	ibokourene	MA		0	Africa/Casablanca	35.36468	-5.35278				01	571		
2547550	Iabboutene	iabboutene	MA		0	Africa/Casablanca	35.45606	-5.23252		Iabboutene,Ibijane		01	571		
2547552	Ibichichane	ibichichane	MA		0	Africa/Casablanca	30.71414	-8.07574		Ibichichane,Ibichichen,Ibichichene,Ibichichne,Ibichichèn		09	541		
2547554	Ibharganene	ibharganene	MA		0	Africa/Casablanca	34.93	-3.53				02	167		
2547555	Ibezazine	ibezazine	MA		0	Africa/Casablanca	34.66651	-4.65848		Abazzazine,Ibezazine		03	531		
2547556	Iberkhoussene	iberkhoussene	MA		0	Africa/Casablanca	31.33594	-6.18773		Iberkhoussen,Iberkhoussene		08	577		
2547557	Iberkchichene	iberkchichene	MA		0	Africa/Casablanca	34.83	-4.45				01	051		
2547561	Iberdazene	iberdazene	MA		0	Africa/Casablanca	31.09322	-7.64346		Iberdazen,Iberdazene		08	401		
2547562	Iberdatene	iberdatene	MA		0	Africa/Casablanca	31.12126	-8.42228		Iberdaten,Iberdatene,Iberdatên		07	041		
2547563	Iberdaane	iberdaane	MA		0	Africa/Casablanca	34.9781	-3.59251				02	167		
2547564	Iberaf	iberaf	MA		0	Africa/Casablanca	34.91108	-3.42131				02	167		
2547566	Ibnoun Aït Milk	ibnoun-ait-milk	MA		0	Africa/Casablanca	29.939	-9.46598		Ibenoun,Ibnoun Ait Milk,Ibnoun Aït Milk		09	163		
2547567	Douar Adrissene	douar-adrissene	MA		0	Africa/Casablanca	35.09744	-5.04652		Douar Adrissene,Ibendrisene		01	151		
2547568	Ibendries	ibendries	MA		0	Africa/Casablanca	35.21153	-5.25608				01	151		
2547569	Ibenaoun	ibenaoun	MA		0	Africa/Casablanca	29.74921	-9.46782		Ibenaoun,Ibenaoune		09	581		
2547570	Ibenadene	ibenadene	MA		0	Africa/Casablanca	34.85	-3.56		Benadene,Ibenadene,Ibennadene		02	167		
2547571	Ibellatene	ibellatene	MA		0	Africa/Casablanca	31.23092	-9.62642		Ibellatene,Ibellatn		07	211		
2547572	Ibelay	ibelay	MA		0	Africa/Casablanca	31.16539	-9.34318				07	211		
2547574	Ibkchech	ibkchech	MA		0	Africa/Casablanca	29.75948	-9.8518		Ibekhchach,Ibkchech		09	581		
2547575	Ibahyatene	ibahyatene	MA		0	Africa/Casablanca	35.04844	-4.29473		Abahiatene,Abahiâtene,Ibahyatene,Ibeahraten,Ibeahratene		01	051		
2547577	Aberranene	aberranene	MA		0	Africa/Casablanca	35.41393	-5.3428		Aberranene,Ibarranes		01	571		
2547578	Ibrânene	ibranene	MA		0	Africa/Casablanca	35.03	-4.38		Abranane,Ibarranen,Ibarranene,Ibranene,Ibrânene		01	051		
2547579	Ibaroudiyene	ibaroudiyene	MA		0	Africa/Casablanca	35.10431	-3.06137		Abradine,Ibaroudiene,Ibaroudiyene,Ibarudien		02	381		
2547580	Douar Iberranene	douar-iberranene	MA		0	Africa/Casablanca	35.03272	-4.3837		Abranane,Douar Iberranene,Ibarhonen,Ibarhonene,Ibarhouna,Ibranene,Ibrânene		01	051		
2547581	Ayt Waeyne	ayt-waeyne	MA		0	Africa/Casablanca	31.97396	-4.45782		Ayt Waeyne,Ibakhaten,Ibarbaten,Ibarbatene,Ibarbatèn		08	201		
2547582	Ibaraghene	ibaraghene	MA		0	Africa/Casablanca	32.03604	-6.96662		Ibaraghene,Ibararhen,Ibararhene,Ibararhèn		05	081		
2547583	Ibaraghn	ibaraghn	MA		0	Africa/Casablanca	31.60379	-7.23498		Ibaraghene,Ibaraghn,Ibararhen,Ibararhene,Ibararhèn		07	041		
2547587	Abassayn	abassayn	MA		0	Africa/Casablanca	29.58516	-9.32962		Abassayn,Ibanane		09	581		
2547588	Ibaloulene	ibaloulene	MA		0	Africa/Casablanca	30.94203	-8.91232		Ibaloulen,Ibaloulene,Ibaloulèn		07	161		
2547589	Ibaliyln	ibaliyln	MA		0	Africa/Casablanca	29.60884	-9.37583		Ibalilen,Ibaline,Ibaliyln,Iballine		09	581		
2547590	Ibakriene	ibakriene	MA		0	Africa/Casablanca	34.75939	-3.99026		Ibakriene,Izekriten		03	561		
2547591	Ibakizene	ibakizene	MA		0	Africa/Casablanca	30.17102	-8.16065		Ibakizen,Ibakizene,Ibakizèn		09	541		
2547593	Iazouzene	iazouzene	MA		0	Africa/Casablanca	34.98873	-3.76203		Iazouzene,Iazzouzene		02	167		
2547597	Iârhabene	iarhabene	MA		0	Africa/Casablanca	31.01779	-6.48318		Iarhaben,Iarhabene,Iârhabene,Iârhabèn		08	401		
2547598	Iarf el Baach	iarf-el-baach	MA		0	Africa/Casablanca	35.11701	-3.24308		Iarf el Baach,Iarfel Baax		02	167		
2547599	Iaouline	iaouline	MA		0	Africa/Casablanca	32.01309	-5.95297				05	081		
2547600	Iaouine	iaouine	MA		0	Africa/Casablanca	33.78	-4.8				03	451		
2547601	Iaouine	iaouine	MA		0	Africa/Casablanca	33.36579	-4.87753				03	131		
2547603	Iannouba	iannouba	MA		0	Africa/Casablanca	29.38639	-9.62992		Iannaouba,Iannouba,Laanouba,Lâanouba		10	473		
2547604	Ianajine	ianajine	MA		0	Africa/Casablanca	29.38869	-9.5524				10	473		
2547605	Ianaane	ianaane	MA		0	Africa/Casablanca	32.53659	-4.38863				08	363		
2547608	Id Biydoukane	id-biydoukane	MA		0	Africa/Casablanca	29.66363	-9.46767		Bouidoukan,Iajeline Id Bidoukane,Id Biydoukane,Irchen Oufelha,Irchen Oufella,Irchene Oufella		09	581		
2547611	Iahchech	iahchech	MA		0	Africa/Casablanca	30.43084	-8.81263		Iachech,Iahchech,Ichach		09	541		
2547612	Douar Ifrawne	douar-ifrawne	MA		0	Africa/Casablanca	33.88538	-4.38014		Douar Ifrawne,Iafraouene		03	451		
2547613	Ihdoumene	ihdoumene	MA		0	Africa/Casablanca	35.08759	-3.06563		Ahad-Houmane,Iadoumene,Iadumen,Ihdoumene,Ihedhoumene		02	381		
2547615	Ihchach	ihchach	MA		0	Africa/Casablanca	30.60397	-8.22372		Iachech,Ichach,Ihchach		09	541		
2547616	Lachech	lachech	MA		0	Africa/Casablanca	30.2689	-9.51247		Iachech,Ihihech des Ait Mimoun,Ihihech des Aït Mimoun,Lachech		09	163		
2547617	Iaboutchene	iaboutchene	MA		0	Africa/Casablanca	35.2	-4.13		Iaboutchene,Iabutchen		01	051		
2547618	Douar Iabboutene	douar-iabboutene	MA		0	Africa/Casablanca	35.23819	-3.68749		Douar Iabboutene,L'abboutene,Laboutene,Labuten,Lhboutene,Lhboutène,L’abboutene		02	167		
2547619	La’bboutene	la-bboutene	MA		0	Africa/Casablanca	34.71659	-3.39083		Iabboutene,Iâbboutene,La'bboutene,La’bboutene		02	167		
2547620	Iabboudene	iabboudene	MA		0	Africa/Casablanca	34.1075	-3.94987		Douar Iabboudene,Iabboudene		03	561		
2547621	Douar Iabbassenne	douar-iabbassenne	MA		0	Africa/Casablanca	29.62107	-9.89365		Douar Iabbassenne,Iabasen,Iabbasene,Iabbassene		09	581		
2547622	Iabassene	iabassene	MA		0	Africa/Casablanca	31.1831	-7.78134		Abaachen,Abâachen,I'bbassene,Iabassen,Iabassene,Iabassèn,I’bbassene		07	041		
2547630	Douar Hrirdat	douar-hrirdat	MA		0	Africa/Casablanca	34.93652	-5.93901		Douar Hrirdat,Hrirdat		04	281		
2547636	Houssene	houssene	MA		0	Africa/Casablanca	34.9381	-4.28228		Houssene,Lahssen		01	051		
2547638	Houria	houria	MA		0	Africa/Casablanca	30.64178	-9.00307		Horia,Houria		09	541		
2547639	Hoummadet	hoummadet	MA		0	Africa/Casablanca	34.78819	-3.57227				02	167		
2547641	Houl	houl	MA		0	Africa/Casablanca	31.64582	-5.33462				08	201		
2547644	Douar Houirt	douar-houirt	MA		0	Africa/Casablanca	33.65318	-4.6376		Douar Houirt,Houirt		03	451		
2547654	Houafi	houafi	MA		0	Africa/Casablanca	29.17642	-10.23651		Dar Hauafi,Houafi,Huafi		10	473		
2547655	Houafed	houafed	MA		0	Africa/Casablanca	34.39666	-5.27554		Haouafed,Houafed		03	531		
2547663	Lahranyine	lahranyine	MA		0	Africa/Casablanca	35.47718	-5.94511		El Hararien,El Hararièn,Haraine,Haraíne,Horariene,Lahranyine		01	511		
2547664	Honoulo	honoulo	MA		0	Africa/Casablanca	35.28359	-5.18666				01	151		
2547666	Douar Hamrane El Oued	douar-hamrane-el-oued	MA		0	Africa/Casablanca	34.41042	-4.95859		Douar Hamrane El Oued,Hamrane el Oued,Homrane el Oued		03	531		
2547667	Douar Houmane	douar-houmane	MA		0	Africa/Casablanca	32.38627	-8.93602		Douar Hommane,Douar Houmane,Hommane		07	431		
2547669	Dar Azzi Rami	dar-azzi-rami	MA		0	Africa/Casablanca	34.23656	-6.64758		Dar Azzi Rami,Hofra Sidi Radi		04	281		
2547674	Hminat	hminat	MA		0	Africa/Casablanca	34.24987	-5.46907				04	481		
2547675	Aït Hammou Hmed	ait-hammou-hmed	MA		0	Africa/Casablanca	31.62407	-7.06782		Ait Hammou Hmed,Aït Hammou Hmed,Hmed		05	081		
2547681	Douar Hjila	douar-hjila	MA		0	Africa/Casablanca	34.26438	-4.20571		Douar Hjila,Hjila		03	561		
2547685	Douar Hyouts Soualeh	douar-hyouts-soualeh	MA		0	Africa/Casablanca	32.31683	-8.6405		Douar Hiout Soualah,Douar Hyouts Soualeh,Hiout Soualah		07	431		
2547686	Hinza	hinza	MA		0	Africa/Casablanca	34.7	-4.18				03	531		
2547691	Hídoume	hidoume	MA		0	Africa/Casablanca	35.3027	-3.01641				02	381		
2547692	Hibel	hibel	MA		0	Africa/Casablanca	34.82162	-3.90555				03	561		
2547702	Hri Mansour	hri-mansour	MA		0	Africa/Casablanca	33.86851	-5.55928		Heri Mansour,Hri Mansour		03	061		
2547703	Heresma	heresma	MA		0	Africa/Casablanca	35.43209	-5.25087				01	571		
2547705	Douar Hrarza	douar-hrarza	MA		0	Africa/Casablanca	35.50219	-5.63641		Douar Hrarza,Herarsa		01	571		
2547706	Hraksa	hraksa	MA		0	Africa/Casablanca	35.01364	-6.14314		Douar Harrak,Harrak,Heraksa,Hraksa		01	331		
2547714	Hnancha	hnancha	MA		0	Africa/Casablanca	35.38117	-5.83612		Henancha,Hnancha,Khenaissa,Khenaïssa		01	331		
2547719	Douar Achoukane	douar-achoukane	MA		0	Africa/Casablanca	35.03596	-4.86648		Douar Achoukane,Helou,Helu		01	151		
2547721	Douar Lehlalat	douar-lehlalat	MA		0	Africa/Casablanca	32.41503	-7.97891		Douar Lehlalat,Douar el Halet,Hellelet,Hellelete		07	427		
2547725	Douar Hlahla	douar-hlahla	MA		0	Africa/Casablanca	35.51858	-5.60803		Douar Hlahla,Helahela,Hlahla		01	571		
2547727	Hajret Lgami	hajret-lgami	MA		0	Africa/Casablanca	35.38462	-5.89697		Hajera el Garni,Hajret Lgami,Hejrat el Garni		01	331		
2547734	Ihadjiyene	ihadjiyene	MA		0	Africa/Casablanca	35.13796	-3.32505		Hedia,Ihadjiyene		02	167		
2547735	Heddi-b-Fatma	heddi-b-fatma	MA		0	Africa/Casablanca	32.13	-8.03				07	427		
2547737	Heddad	heddad	MA		0	Africa/Casablanca	31.5	-7.86				07	041		
2547740	Douar Hchalfa	douar-hchalfa	MA		0	Africa/Casablanca	34.85538	-5.95873		Douar Hchalfa,Douar Hechalfa,El Mchalfa,Hechalfa		04	281		
2547742	Douar Hebbarat Tafraout	douar-hebbarat-tafraout	MA		0	Africa/Casablanca	34.60065	-5.72478		Al Habbarat,Douar Hebbarat Tafraout,Hebbarat el Yhoudi,Hebbarate el Yhoudi		04	481		
2547746	Douar Hdidouiene	douar-hdidouiene	MA		0	Africa/Casablanca	34.28084	-4.13605		Douar Hdidouiene,Hdidouiene		03	561		
2547747	Douar El Hadid	douar-el-hadid	MA		0	Africa/Casablanca	35.22561	-3.76629		Douar El Hadid,Hdid,Hdîd		02	167		
2547751	Hazdour	hazdour	MA		0	Africa/Casablanca	34.58012	-5.06442				03	531		
2547754	Douar Hayesfa	douar-hayesfa	MA		0	Africa/Casablanca	34.48512	-3.96064		Douar Hayesfa,Hayesta		03	561		
2547774	Hassi Touil	hassi-touil	MA		0	Africa/Casablanca	34.9277	-3.00882				02	381		
2547778	Hassi Madlam	hassi-madlam	MA		0	Africa/Casablanca	34.62561	-3.32044		Hassi Madlam,Hassi Medlam		02	265		
2547779	Douar El Menzel	douar-el-menzel	MA		0	Africa/Casablanca	34.9068	-2.25809		Douar El Menzel,Hassi el Mennzel		02	113		
2547782	Hassi Berkane	hassi-berkane	MA		0	Africa/Casablanca	34.83898	-2.86699		Hasi Berkane,Hassi Berkane	0838107092	02	381	0838107092	
2547783	Hassi Bellal	hassi-bellal	MA		0	Africa/Casablanca	34.3	-2.18		Hassi Bellal,Hassi-Blal		02	275		
2547784	Hassiane ed Diab	hassiane-ed-diab	MA		0	Africa/Casablanca	33.93025	-2.62297		Hasiane ed Diab,Hassiane ed Diab		02	275		
2547794	Hasseïne Ou Ali	hasseine-ou-ali	MA		0	Africa/Casablanca	30.21957	-9.22047		Hassein Ou Ali,Hasseine Ou Ali,Hasseïn Ou Ali,Hasseïne Ou Ali,Hssaine Ali,Ti l'Lahousein ou Ali,Ti l’Lahousein ou Ali		09	163		
2547796	Lahsasna	lahsasna	MA		0	Africa/Casablanca	31.41931	-4.28733		Hassana,Hassasna,Hssasna,Lahsasna		08	201		
2547797	Hssanniouech	hssanniouech	MA		0	Africa/Casablanca	35.44538	-5.50369		Hassaniouech,Hassannaiouech,Hassannaïouech,Hssanniouech		01	571		
2547803	Hassane	hassane	MA		0	Africa/Casablanca	31.78	-7.81				07	427		
2547808	Hassaïn	hassain	MA		0	Africa/Casablanca	31.27762	-8.88233		Hassain,Hassaine,Hassaïn,Hassaïne,Hasseine		07	161		
2547811	Douar Issalhiouene	douar-issalhiouene	MA		0	Africa/Casablanca	35.00387	-4.30608		Douar Issalhiouene,Hasous,Hasus		01	051		
2547822	Douar Lharrif	douar-lharrif	MA		0	Africa/Casablanca	35.59945	-5.59226		Douar Lharrif,El Harif,Harrif		01	571		
2547826	Douar Hrarga	douar-hrarga	MA		0	Africa/Casablanca	34.94478	-2.132		Douar Hrarga,Harrarga		02	113		
2547827	Douar Harrara	douar-harrara	MA		0	Africa/Casablanca	34.84894	-5.52475		Douar Harrara,Harrara		01	405		
2547829	Harrakine	harrakine	MA		0	Africa/Casablanca	34.85211	-5.37154				01	405		
2547830	El Harakate	el-harakate	MA		0	Africa/Casablanca	35.07858	-5.36191		El Harakate,Harrakat		01	151		
2547831	Harracha	harracha	MA		0	Africa/Casablanca	34.78271	-5.34953		Harracha,Harraka		01	405		
2547856	El Harek	el-harek	MA		0	Africa/Casablanca	35.08138	-5.49182		El Harak,El Harek,Harek		01	151		
2547873	Douar Harcha	douar-harcha	MA		0	Africa/Casablanca	35.46351	-5.71051		Douar Harcha,Harcha,Harchat		01	571		
2547877	Harakta	harakta	MA		0	Africa/Casablanca	34.44425	-5.37648		Douar Harakta,Harakta,Lahrakta		04	481		
2547878	Douar Lehrakna	douar-lehrakna	MA		0	Africa/Casablanca	32.45947	-7.9392		Douar Lehrakna,Errakna,Harakna,Kharkha,Kharkna		07	427		
2547879	Douar Hrakat	douar-hrakat	MA		0	Africa/Casablanca	34.76793	-2.44157		Douar Hrakat,Harakat,Harakate		02	113		
2547881	Douar Lahridiyine	douar-lahridiyine	MA		0	Africa/Casablanca	34.86281	-5.91171		Douar Haraidine,Douar Lahridiyine,Haraidine,Haraïdine		04	281		
2547891	Haoutiene	haoutiene	MA		0	Africa/Casablanca	35.20303	-5.15496				01	151		
2547892	Haouta	haouta	MA		0	Africa/Casablanca	35.0713	-5.13508				01	151		
2547893	Houmat Lhaouta	houmat-lhaouta	MA		0	Africa/Casablanca	35.04229	-5.06734		Haouta,Hauta,Houmat Lhaouta		01	151		
2547897	Haouma	haouma	MA		0	Africa/Casablanca	35.22671	-5.18791				01	151		
2547907	Haouch Ben Moussa	haouch-ben-moussa	MA		0	Africa/Casablanca	33.18254	-7.40721				06	117		
2547914	Douar Haouara	douar-haouara	MA		0	Africa/Casablanca	35.63185	-5.96657		Douar Haouara,Haouara,Hauara		01	511		
2547922	Hanut	hanut	MA		0	Africa/Casablanca	29.36	-9.93				10	473		
2547923	Hansis	hansis	MA		0	Africa/Casablanca	35.62869	-5.54486				01	571		
2547928	Hanssala	hanssala	MA		0	Africa/Casablanca	30.47447	-9.00295		Hannsala,Hanssala,Houssala,Zaouia Ahansala		09	541		
2547929	Handeq	handeq	MA		0	Africa/Casablanca	30.00654	-9.52943		Handeq,Hanndek,Lhndek		09	163		
2547930	Douar Tahannaout	douar-tahannaout	MA		0	Africa/Casablanca	34.62087	-5.22992		Douar Tahannaout,Hannaoual,Hannaouat		01	405		
2547931	Hannaoua	hannaoua	MA		0	Africa/Casablanca	34.52128	-5.06855				03	531		
2547934	Douar Lahmichat	douar-lahmichat	MA		0	Africa/Casablanca	32.19839	-8.63093		Douar Hanichet,Douar Lahmichat,Hanichet,Lahmichat		07	585		
2547942	Handour	handour	MA		0	Africa/Casablanca	32.09603	-6.58462				05	081		
2547944	Hancrir	hancrir	MA		0	Africa/Casablanca	29.45	-10.05				10	473		
2547961	Douar Lhamri	douar-lhamri	MA		0	Africa/Casablanca	35.01673	-2.39031		Douar Lhamri,Hamri		02	113		
2547986	Douar El Koudia Lhmra	douar-el-koudia-lhmra	MA		0	Africa/Casablanca	34.21319	-4.31384		Al Gada el Hamra,Douar El Koudia Lhmra,El Gada el Hamra		03	561		
2548002	Hamra	hamra	MA		0	Africa/Casablanca	31.83408	-9.52324		Douar Ait Hamra,Douar Aït Hamra,Hamra		07	211		
2548011	Hamouda	hamouda	MA		0	Africa/Casablanca	31.25	-4.25		Hammou Daoud,Hamouda		08	201		
2548014	Hamou Ali	hamou-ali	MA		0	Africa/Casablanca	29.22096	-10.02701		Hamou Ali,Hamu Ali		10	473		
2548018	Hamou	hamou	MA		0	Africa/Casablanca	31.80042	-6.80078				05	081		
2548019	Douar Ait Lahcen	douar-ait-lahcen	MA		0	Africa/Casablanca	34.01375	-4.67235		Douar Ait Hammou Yas,Douar Ait Lahcen,Douar Aït Hammou Yas,Hammou Yas		03	451		
2548023	Hammou Ou Khallou	hammou-ou-khallou	MA		0	Africa/Casablanca	33.09815	-4.64065		Dar Hammou Ou Khallou,Hammou Ou Khallou		03	131		
2548029	Hammou Naali	hammou-naali	MA		0	Africa/Casablanca	35.35277	-2.97977		Hammou Naali,Hamu Naali		02	381		
2548033	Hammou Idardar	hammou-idardar	MA		0	Africa/Casablanca	32.64963	-5.24521				08	363		
2548037	Hammouch Oulad Ahamed	hammouch-oulad-ahamed	MA		0	Africa/Casablanca	34.65894	-3.76859		Hammouch Oulad Ahamed,Hammouch Oulad Ahmed,Hammouch Oulad Ahmet		03	561		
2548038	Hammou Chorfa	hammou-chorfa	MA		0	Africa/Casablanca	33.20812	-6.13538		Chourfa,Hammou Chorfa		05	301		
2548049	Douar Hammiouach	douar-hammiouach	MA		0	Africa/Casablanca	35.5383	-5.85664		Douar Hammiouach,Dxar Hhaminex,Hammiouach,Hammiouch,Hammiuech,Hhaminx		01	511		
2548050	Hammata	hammata	MA		0	Africa/Casablanca	34.6088	-4.3605		Hamata,Hammata		03	531		
2548055	Hammara	hammara	MA		0	Africa/Casablanca	34.84971	-5.7467		Douar Hammara,Hamara,Hammara		01	405		
2548072	Hammam	hammam	MA		0	Africa/Casablanca	35.16859	-3.18493				02	381		
2548073	Hammaïda	hammaida	MA		0	Africa/Casablanca	31.54609	-9.5564		Douar el Hassi Hameida,Douar el Hassi Hameïda,Hammaida,Hammaïda		07	211		
2548075	Douar Hammadich	douar-hammadich	MA		0	Africa/Casablanca	35.36401	-5.51483		Douar Hammadich,Hammadech,Hammades		01	331		
2548080	Hamma	hamma	MA		0	Africa/Casablanca	34.41264	-5.25186				03	531		
2548081	Douar El Harmiyine	douar-el-harmiyine	MA		0	Africa/Casablanca	33.99983	-5.28323		Douar El Harmiyine,Douar Hamyane,Hamiyane,Lahmidyine		03	061		
2548086	Lahmirat	lahmirat	MA		0	Africa/Casablanca	32.20302	-8.84912		Hamierate,Lahmirat		07	431		
2548090	Douar Hmida El Maskini	douar-hmida-el-maskini	MA		0	Africa/Casablanca	31.92817	-8.28948		Douar Hmida El Maskini,Hamida		07	351		
2548096	Hamed U Ali	hamed-u-ali	MA		0	Africa/Casablanca	29.4	-10.05				10	473		
2548097	Hamed Ou Mohand	hamed-ou-mohand	MA		0	Africa/Casablanca	29.17487	-10.20888		Hamed Ou Mohand,Hamed U Mehand		10	473		
2548098	Hamed Ou Aïssa	hamed-ou-aissa	MA		0	Africa/Casablanca	31.57233	-6.84762				05	081		
2548102	Hamdour	hamdour	MA		0	Africa/Casablanca	30.96	-5.88		Hamdour,Hanndour		08	587		
2548107	Hamdane	hamdane	MA		0	Africa/Casablanca	34.63	-4.71				03	531		
2548111	Douar Khanba	douar-khanba	MA		0	Africa/Casablanca	35.03471	-4.58893		Douar Khanba,Hamba		01	151		
2548126	Douar Lehmamat	douar-lehmamat	MA		0	Africa/Casablanca	35.36896	-5.86204		Douar Lehmamat,Hamamat,Hamamt		01	331		
2548130	Hinaynioune	hinaynioune	MA		0	Africa/Casablanca	35.12263	-5.72727		Hamaimoun,Hamaïmoun,Hinaynioune		01	331		
2548131	Hamaïda	hamaida	MA		0	Africa/Casablanca	31.71622	-9.29124		Ait Hamida,Aït Hamida,Douar Ben Hamida,Hamaida,Hamaide,Hamaïda,Hamaïde		07	211		
2548132	Hamaï	hamai	MA		0	Africa/Casablanca	34.95	-4.36		Hamai,Hamaï,Hmayed		01	051		
2548134	Hamadene	hamadene	MA		0	Africa/Casablanca	35.24502	-5.80411		Hamaden,Hamadene,Hamadèn		01	331		
2548139	Hmada	hmada	MA		0	Africa/Casablanca	35.3807	-5.23214		Hamada,Hmada		01	571		
2548141	Hal Sabek	hal-sabek	MA		0	Africa/Casablanca	32.36309	-6.26987		Hal Sabek,Hel Sabak		05	091		
2548142	Halougt	halougt	MA		0	Africa/Casablanca	30.70516	-7.31595		Halougt,Halouk,Haloukt,Halouqt,Hellougt		08	401		
2548143	Douar Halouiyine	douar-halouiyine	MA		0	Africa/Casablanca	34.6597	-5.41828		Douar Halouiyine,Halouiine,Halouijine,Halouiyne		01	405		
2548152	Halloufa	halloufa	MA		0	Africa/Casablanca	34.71081	-6.0666		Douar Halloufa,Halloufa		04	281		
2548164	Hallila	hallila	MA		0	Africa/Casablanca	35.52118	-5.28858		Halila,Hallila,Hellila		01	571		
2548173	Lahlawt	lahlawt	MA		0	Africa/Casablanca	31.36331	-7.59848		Halaout,Lahlawt		07	041		
2548177	Haj Tib	haj-tib	MA		0	Africa/Casablanca	34.98	-4.21				01	051		
2548180	Douar Hajriya	douar-hajriya	MA		0	Africa/Casablanca	34.48581	-4.82		Douar Hajria,Douar Hajriya,Hajria		03	531		
2548181	Douar Lhajnyine	douar-lhajnyine	MA		0	Africa/Casablanca	35.71303	-5.94088		Douar Lhajnyine,Hajreien		01	511		
2548185	Hairel Nhai	hairel-nhai	MA		0	Africa/Casablanca	35.60839	-5.91627		Hairel Nhai,Hajra en Nhal		01	511		
2548186	Hajra el Kallal	hajra-el-kallal	MA		0	Africa/Casablanca	34.51011	-4.40651		Hajra el Kalla,Hajra el Kallal		03	531		
2548196	Haj Kaddour	haj-kaddour	MA		0	Africa/Casablanca	33.82507	-5.42501		Hadj Kaddour,Haj Kaddour		03	061		
2548202	Hajiyine	hajiyine	MA		0	Africa/Casablanca	35.40927	-5.47988		Hajiyine,Hajjiene		01	571		
2548205	Dar Haj al Kbir	dar-haj-al-kbir	MA		0	Africa/Casablanca	32.76656	-7.4017		Dar Hadj el Kbir,Dar Haj al Kbir,Dar Haj el Kbir,Dar Hajj el Kbir		06	461		
2548208	Tour Hassan	tour-hassan	MA		0	Africa/Casablanca	34.02191	-6.82765		Hajja,Hassan,Tour Hassan,hsan,حسان,Ḩassān		04	421		
2548212	Hajira	hajira	MA		0	Africa/Casablanca	32.76224	-5.64882				05	301		
2548220	Hajer Touil	hajer-touil	MA		0	Africa/Casablanca	34.70619	-5.26642		Hajer Touil,Hjar Touil		01	405		
2548221	Hajer Mimoun	hajer-mimoun	MA		0	Africa/Casablanca	34.78906	-5.49174				01	405		
2548226	Hajer Bouyoud	hajer-bouyoud	MA		0	Africa/Casablanca	34.68088	-5.02629		Bouioud,Bouyoud,Bouïoud,Hajer Bouyoud		03	531		
2548228	Douar Hjar Abbas	douar-hjar-abbas	MA		0	Africa/Casablanca	34.57865	-5.19454		Douar Hjar Abbas,Hajer Abbes,Hajer Abbess,Hajer Abes,Hajer Abès,Hjar Abbas		01	405		
2548243	Douar Haj Driss	douar-haj-driss	MA		0	Africa/Casablanca	32.25169	-7.08993		Douar Haj Driss,Haj Driss		05	255		
2548244	Haj Boulahar	haj-boulahar	MA		0	Africa/Casablanca	34.98	-4.21				01	051		
2548245	Al Haj Ben Najem	al-haj-ben-najem	MA		0	Africa/Casablanca	32.16331	-8.17726		Al Haj Ben Najem,Haj Bou Jema		07	427		
2548252	Hajret Ali	hajret-ali	MA		0	Africa/Casablanca	35.11504	-3.11998		Hajat' ali,Hajret Ali,Hajât’ ali		02	381		
2548253	Hajar Ziama	hajar-ziama	MA		0	Africa/Casablanca	34.65402	-4.97445		Hajar Ziama,Hajjar Ziama		03	531		
2548254	Douar Hjar Melloul	douar-hjar-melloul	MA		0	Africa/Casablanca	34.45961	-4.33839		Douar Hjar Melloul,Hajar Melloul		03	561		
2548262	Douar Hajar	douar-hajar	MA		0	Africa/Casablanca	31.39282	-8.08552		Douar Hajar,Hajar,Hjar		07	041		
2548265	Hajajma	hajajma	MA		0	Africa/Casablanca	32.65548	-8.72164		Douar Hajajma,Hajajma		06	467		
2548278	Haïsoum	haisoum	MA		0	Africa/Casablanca	29.26877	-10.03859		Haisoum,Haïsoum,Id Haisum		10	473		
2548285	Lhajra Lbayda	lhajra-lbayda	MA		0	Africa/Casablanca	32.31511	-8.01604		Haira-el-Beida,Hajra el Beida,Lhajra Lbayda		07	427		
2548286	Haïnane Ben Amar	hainane-ben-amar	MA		0	Africa/Casablanca	29.33	-10.06		Hainane Ben Amar,Haman Ben Homar,Haïnane Ben Amar		10	473		
2548295	Haikiouene	haikiouene	MA		0	Africa/Casablanca	35.05477	-5.23566				01	151		
2548296	Haïdous	haidous	MA		0	Africa/Casablanca	35.08	-4.05		Haidous,Haidus,Haïdous		01	051		
2548299	Haïata	haiata	MA		0	Africa/Casablanca	35.2459	-5.66905				01	331		
2548300	Douar Hayyane	douar-hayyane	MA		0	Africa/Casablanca	31.88454	-8.33982		Douar Hayyane,Haiane		07	351		
2548304	Lahjar	lahjar	MA		0	Africa/Casablanca	32.01847	-8.16996		Haggar,Lahjar		07	351		
2548305	Hafret Ben Taïb	hafret-ben-taib	MA		0	Africa/Casablanca	34.01321	-5.40989		Hafrat Ben Taibi,Hafrat Ben Taïbi,Hafret Ben Taib,Hafret Ben Taïb		03	061		
2548307	Hafir	hafir	MA		0	Africa/Casablanca	34.88	-4.3				01	051		
2548310	Douar Hafat Ezzouraq	douar-hafat-ezzouraq	MA		0	Africa/Casablanca	34.68386	-5.22639		Douar Hafat Ezzouraq,Hafa Zourak,Jourak		01	405		
2548311	Hamidouch	hamidouch	MA		0	Africa/Casablanca	30.37127	-8.92026		Hafaia,Hafaia Keblaniine,Hafaïa,Hafaïa Keblaniine,Hamidouch		09	541		
2548313	Zerkten	zerkten	MA		0	Africa/Casablanca	31.4447	-7.39224		Had Zerektene,Had-Zerekten,Zerekten,Zerektene,Zerkten	0704103292	07	041	0704103292	
2548315	Hadri n’Aït Atmane	hadri-n-ait-atmane	MA		0	Africa/Casablanca	33.27488	-4.49726		Ait Hemi ou bou Taieb,Aït Hemi ou bou Taïeb,Hadri n'Ait Atmane,Hadri n’Aït Atmane		03	131		
2548316	Hadria	hadria	MA		0	Africa/Casablanca	34.78	-3.76		Hadria,Tarhitest		03	561		
2548317	Douar Haddouna	douar-haddouna	MA		0	Africa/Casablanca	35.3258	-5.17518		Douar Haddouna,Hadoun,Hadoune		01	151		
2548320	Had Kourt	had-kourt	MA		0	Africa/Casablanca	34.61588	-5.7404		El Had Kourt,Had Kourt,Had-Hourt,Had-Kurt	0548101031	04	481	0548101031	
2548322	Had Ida ou Mettat	had-ida-ou-mettat	MA		0	Africa/Casablanca	30.81395	-9.56315		El Had des Ide er Mlate,Had Ida ou Mettat		09	001		
2548323	Hadida	hadida	MA		0	Africa/Casablanca	31.33913	-6.17192				08	577		
2548327	Douar Haddi Ben Mansour	douar-haddi-ben-mansour	MA		0	Africa/Casablanca	32.15742	-8.50523		Douar Haddi Ben Mansour,Hadi-b-Mannsour		07	585		
2548328	El Hadib	el-hadib	MA		0	Africa/Casablanca	30.4069	-9.19631		Archuinl Hdeb,El Hadib,Hadib		09	541		
2548330	Had Brachoua	had-brachoua	MA		0	Africa/Casablanca	33.69373	-6.63226		Had Brachoua,Had el Brachoua,Had-Brachoua,Had-el-Bahraoui,La Jacqueline		04	291		
2548334	El Mohor Jid	el-mohor-jid	MA		0	Africa/Casablanca	32.70719	-5.24865		El Mohor,El Mohor Djid,El Mohor Jdid,El Mohor Jid,Haddou Ou Naseur,Haddou Ou Nasser		08	363		
2548337	Haddou el Gouelaat	haddou-el-gouelaat	MA		0	Africa/Casablanca	34.88875	-2.99022				02	381		
2548339	Haddou Allal Ou Kaddour	haddou-allal-ou-kaddour	MA		0	Africa/Casablanca	35.08975	-3.13202		Haddou Allal Ou Kaddour,Haddu Al-lal-u-Kaddur,Haddú Al-lal-u-Kaddur,Kaddur		02	381		
2548343	Oulad Frej	oulad-frej	MA		0	Africa/Casablanca	32.95956	-8.2274		El Had,Had Oulad Frej,Had Ouled Frej Centre,Had des Oulad Frej,Oulad Frej,Souk el Had	1118109132	06	181	1118109132	
2548344	Had des Mjatt	had-des-mjatt	MA		0	Africa/Casablanca	31.35	-8.5		El Had,Had des Mjatt		07	161		
2548345	Adar	adar	MA		0	Africa/Casablanca	31.30518	-9.17515		Adar,Haddar		07	161		
2548346	Haddaka	haddaka	MA		0	Africa/Casablanca	34.86574	-4.85084				01	151		
2548351	Haddada	haddada	MA		0	Africa/Casablanca	33.6854	-3.67187				03	131		
2548361	Douar Hdafa	douar-hdafa	MA		0	Africa/Casablanca	35.36149	-5.39974		Douar Hdafa,Hadafa		01	571		
2548363	Had Abdallah Rhiat	had-abdallah-rhiat	MA		0	Africa/Casablanca	31.51914	-7.83691		Douar el Had,El Had,El Had n'Intaoun,El Had n’Intaoun,Had Abdallah Rhiat,Had-Abdallah-Rhiate,Had-Abdallah-Riate		07	041		
2548375	Hachmat et Tahtani	hachmat-et-tahtani	MA		0	Africa/Casablanca	34.32716	-5.45477		Achmat et Tahtani,Hachmat de l'Oued,Hachmat de l’Oued,Hachmat et Tahtani		03	531		
2548376	Hachmat el fougani	hachmat-el-fougani	MA		0	Africa/Casablanca	34.34646	-5.46028		Hachmat,Hachmat el fougani		03	531		
2548379	Hachia	hachia	MA		0	Africa/Casablanca	31.48313	-9.70022		Douar el Baitate,Douar el Baïtate,Hachia,Hachya		07	211		
2548386	Habtia	habtia	MA		0	Africa/Casablanca	35.18785	-5.65588				01	331		
2548393	Lahbibat	lahbibat	MA		0	Africa/Casablanca	31.45242	-4.23795		Abibat,El Hebibat,Habibat,Lahbibat		08	201		
2548394	Hbib	hbib	MA		0	Africa/Casablanca	30.91559	-6.85387		Habib,Hbib		08	401		
2548399	Habbou	habbou	MA		0	Africa/Casablanca	31.17755	-8.99162		Habbo,Habbou		07	161		
2548402	Habbane	habbane	MA		0	Africa/Casablanca	35.43784	-5.45897				01	571		
2548403	Douar Hbata	douar-hbata	MA		0	Africa/Casablanca	34.6683	-6.35028		Douar Habatta,Douar Hbata,Habatta,Hbata		04	281		
2548413	Gzoula	gzoula	MA		0	Africa/Casablanca	31.61003	-7.89472		Douar Gzoula,Gzoula		07	351		
2548420	Guisser	guisser	MA		0	Africa/Casablanca	32.76645	-7.49818			0646109072	06	461	0646109072	
2548421	Lguissa	lguissa	MA		0	Africa/Casablanca	34.89475	-5.8365		Guissa,Lguissa		04	281		
2548428	Guiwaz	guiwaz	MA		0	Africa/Casablanca	31.30346	-4.31398		Guiouaz,Guiwaz,Ksar Guiouz		08	201		
2548429	Guimya	guimya	MA		0	Africa/Casablanca	32.00162	-6.91965		Guimi,Guimya		05	081		
2548439	Guezmir	guezmir	MA		0	Africa/Casablanca	31.14197	-9.81709		Guezinir,Guezmir		07	211		
2548440	Douar Gzira	douar-gzira	MA		0	Africa/Casablanca	34.71867	-5.38802		Douar Gzira,Guezira,Gzira		01	405		
2548445	Guettata	guettata	MA		0	Africa/Casablanca	34.72448	-5.0501				03	531		
2548469	Guers	guers	MA		0	Africa/Casablanca	31.5356	-7.62508		Guarsse,Guers		07	041		
2548471	Ocar Igarwane	ocar-igarwane	MA		0	Africa/Casablanca	32.68263	-4.77628		Guerrouane,Ocar Igarwane,Tguerrouane		08	363		
2548481	Guarn Lahmar	guarn-lahmar	MA		0	Africa/Casablanca	31.98886	-7.16303		El Geurne el Hmar,Guarn Lahmar,Guern Lahmar,Oulad Ali Guern Lahmar		07	191		
2548486	Iggui Idourane	iggui-idourane	MA		0	Africa/Casablanca	31.15987	-9.41268		Guerherdane,Guerherdanes,Iggui Idourane,Iqui Derrane		07	211		
2548489	Guercif	guercif	MA		57544	Africa/Casablanca	34.22568	-3.35361		Garsif,Guercif	1556101031	03	561	1556101031	
2548494	Guerando	guerando	MA		0	Africa/Casablanca	32.39258	-8.37192		Guerando,Gueranndo		06	467		
2548500	Dar Guennour	dar-guennour	MA		0	Africa/Casablanca	34.31843	-3.88414		Dar Guennour,Guennour		03	561		
2548503	Guenfouda	guenfouda	MA		0	Africa/Casablanca	34.48361	-2.04562		Guenfouda,Guenfuda,Guennfouda	0827503052	02	275	0827503052	
2548509	Guenchour	guenchour	MA		0	Africa/Casablanca	34.7	-3.81				03	561		
2548510	Guemoud	guemoud	MA		0	Africa/Casablanca	30.36	-9.38		Guemend,Guemoud		09	273		
2548511	Guemirs	guemirs	MA		0	Africa/Casablanca	31.19228	-9.3531				07	211		
2548516	Gammasa	gammasa	MA		0	Africa/Casablanca	31.40765	-8.4021		Gammasa,Guemassa		07	161		
2548526	Guelmim	guelmim	MA		98229	Africa/Casablanca	28.98696	-10.05738		GLN,Gelmima,Gelmimas,Gelmīma,Goulimine,Guelmim,Gulimin,Kulmim,Kulmīm,gai lei min,gelmim,gerumin,gulimimi,klmym,nglmym,Гулимин,Гулимин қаласы,Гулімін,كلميم,کلمیم,ڭلميم,გულიმიმი,ゲルミン,蓋勒敏,겔밈	10	10	261	0326101031	
2548527	Douar Galmet	douar-galmet	MA		0	Africa/Casablanca	35.293	-5.0251		Douar Galmet,Guelmez		01	151		
2548530	Douar Guellid	douar-guellid	MA		0	Africa/Casablanca	35.62917	-5.59269		Douar Guellid,Guellid		01	227		
2548531	Gueliz	gueliz	MA		0	Africa/Casablanca	31.65603	-8.01631				07	351		
2548535	Douar Gueldet	douar-gueldet	MA		0	Africa/Casablanca	35.33506	-4.98728		Douar Gueldet,Gueldez		01	151		
2548541	Dar el Guelaf	dar-el-guelaf	MA		0	Africa/Casablanca	32.93759	-6.70882				05	311		
2548545	Gafayt	gafayt	MA		0	Africa/Casablanca	34.23982	-2.39615		Gafayt,Guefait,Guefaït		02	275		
2548548	Douar Guedouma Es Seflia	douar-guedouma-es-seflia	MA		0	Africa/Casablanca	34.59396	-5.31379		Douar Guedouma Es Seflia,Gdouma Seflya,Guedouma es Seflia		01	405		
2548549	Guedouane	guedouane	MA		0	Africa/Casablanca	31.13669	-9.41802		Agueouanou,Guedouane		07	211		
2548551	Gueddourt	gueddourt	MA		0	Africa/Casablanca	29.52068	-8.83681		Gueddourt,Guedourt		09	581		
2548553	Douar Gaddara	douar-gaddara	MA		0	Africa/Casablanca	34.21911	-5.45696		Douar Gaddara,Douar Gueddara,Gueddara		03	061		
2548554	Lagdadra	lagdadra	MA		0	Africa/Casablanca	34.56411	-6.15133		Douar Guedadra,Guedadia,Guedadra,Lagdadra		04	481		
2548555	Lagdadra	lagdadra	MA		0	Africa/Casablanca	34.51198	-6.13336		Douar Guedadra,Guedadra,Lagdadra		04	481		
2548560	Guebbass	guebbass	MA		0	Africa/Casablanca	34.61955	-6.00188		Douar Guebbas,Guebbass		04	481		
2548563	Gtati	gtati	MA		0	Africa/Casablanca	34.24346	-3.84179		Douar Gtati,Getati,Gtati		02	265		
2548565	Douar Lagrouna	douar-lagrouna	MA		0	Africa/Casablanca	34.84337	-5.88764		Douar Lagrouna,Grouna		04	281		
2548572	Griha	griha	MA		0	Africa/Casablanca	34.90583	-4.67095				01	051		
2548573	Gridrarene	gridrarene	MA		0	Africa/Casablanca	29.6234	-8.92782		Gridraren,Gridrarene,Gridrarn,Gridrarèn		09	581		
2548574	Greïnou	greinou	MA		0	Africa/Casablanca	34.84428	-5.36943		Grainou,Graïnou,Greinou,Greïnou		01	405		
2548576	Ghartoum	ghartoum	MA		0	Africa/Casablanca	30.27576	-7.85511		Ghartoum,Ghratoun,Grattoun		09	541		
2548581	Graoua el Foukaniine	graoua-el-foukaniine	MA		0	Africa/Casablanca	30.539	-9.03211		Graoua,Graoua el Foukaniine		09	541		
2548582	Graoua	graoua	MA		0	Africa/Casablanca	31.58287	-7.91801		Douar Graoua,Graoua		07	351		
2548583	Grawa	grawa	MA		0	Africa/Casablanca	31.25391	-4.24304		Graoua,Grawa,Ksar Graoua		08	201		
2548584	Graoua	graoua	MA		0	Africa/Casablanca	30.49057	-8.96698		Gnaoua,Graoua		09	541		
2548585	El Grannza	el-grannza	MA		0	Africa/Casablanca	34.02005	-2.98317		El Grannza,Granza,Grouza		02	533		
2548593	Goutitir	goutitir	MA		0	Africa/Casablanca	34.3408	-3.04063		Domaine de Goutitir,Goutitir,Gouttitir		02	533		
2548594	Gtaybat	gtaybat	MA		0	Africa/Casablanca	32.60717	-9.16911		Douar Goutaibat,Douar Goutaïbat,Goutaibat,Goutaïbat,Gtaybat,Lagtaibat,Lagtaïbat		07	431		
2548598	Gourreguir	gourreguir	MA		0	Africa/Casablanca	29.95	-5.53		Agouguir,Gourreguir,Âgouguîr		08	587		
2548601	Gourrama	gourrama	MA		0	Africa/Casablanca	32.34016	-4.07349		Gourrama		08	363		
2548604	Gourizim	gourizim	MA		0	Africa/Casablanca	29.62785	-10.00202		Gou Rizim,Gourizim,Gourzim		09	581		
2548605	Legrinat	legrinat	MA		0	Africa/Casablanca	32.10506	-7.99175		Douar bel Hasene,Gourinat,Gourinate,Lagrinat,Legrinat		07	427		
2548606	Douar Gourifid	douar-gourifid	MA		0	Africa/Casablanca	31.50434	-7.77187		Douar Gourifid,Gourifad		07	041		
2548608	Gougharda	gougharda	MA		0	Africa/Casablanca	31.56906	-7.66153		Douar Gourharda,Gougharda,Gourharda		07	041		
2548609	Gourart	gourart	MA		0	Africa/Casablanca	31.48994	-9.04872				07	161		
2548610	Gourane	gourane	MA		0	Africa/Casablanca	32.55342	-9.26081		Douar Gourane,Gourane,Gourrane		07	431		
2548615	Gounnine	gounnine	MA		0	Africa/Casablanca	30.51236	-7.70626		Gounine,Gounnine		09	541		
2548620	Goumarat	goumarat	MA		0	Africa/Casablanca	32.06255	-8.19975		Cheikh Lahsene,Cheïkh Lahsene,Douar Cheikh Lahsene,Goumarat,Goumarate,Guemarat		07	427		
2548621	Goum	goum	MA		0	Africa/Casablanca	34.91	-2.34				02	113		
2548623	Goulmima	goulmima	MA		0	Africa/Casablanca	31.69227	-4.95256		Goulmima,Goulmina,Guelmina,Kulmima,Kulmīma,klmymt,كلميمة	1320101091	08	201	1320101091	
2548624	Goulmane	goulmane	MA		0	Africa/Casablanca	30.03284	-8.94057				09	541		
2548625	Goulita	goulita	MA		0	Africa/Casablanca	30.37314	-9.21342				09	541		
2548630	Goujgal	goujgal	MA		0	Africa/Casablanca	31.36654	-8.30155		Douar Goujgal,Goujgal		07	161		
2548632	Douar Legouidat	douar-legouidat	MA		0	Africa/Casablanca	32.37639	-8.46932		Douar Legouidat,Gouidate		06	467		
2548633	Gougou	gougou	MA		0	Africa/Casablanca	30.07162	-8.94299				09	163		
2548638	Gouasma	gouasma	MA		0	Africa/Casablanca	32.44714	-8.76283		Gouasma,Lagouasma		07	431		
2548639	Douar Legouasma	douar-legouasma	MA		0	Africa/Casablanca	32.34499	-8.69552		Douar Legouasma,Douar el Gouasma,El-Gouasma,Gouasma		07	431		
2548640	Douar Gouaret Mharza	douar-gouaret-mharza	MA		0	Africa/Casablanca	35.66292	-5.80884		Douar Gouaret Mharza,Gouaret Meharza,Martza		01	511		
2548651	Gnada	gnada	MA		0	Africa/Casablanca	31.03	-6.78				08	401		
2548652	Douar Ain Snad	douar-ain-snad	MA		0	Africa/Casablanca	35.50065	-5.6774		Ain Snad,Aïn Snâd,Douar Ain Snad,Gmanda		01	571		
2548655	Glita	glita	MA		0	Africa/Casablanca	34.6503	-5.25692				01	405		
2548661	Glalcha Oued Ouaar	glalcha-oued-ouaar	MA		0	Africa/Casablanca	30.96	-8.96				07	161		
2548663	Leglalcha	leglalcha	MA		0	Africa/Casablanca	30.3561	-9.24849		Dar Glalcha,Glalcha,Leglalcha,Zaglalcha		09	541		
2548667	Ghougoult	ghougoult	MA		0	Africa/Casablanca	31.55435	-6.59917				05	081		
2548674	Gharbal	gharbal	MA		0	Africa/Casablanca	34.90342	-5.02733				01	151		
2548676	Ghafsaï	ghafsai	MA		0	Africa/Casablanca	34.62799	-4.91266		Ghafsai,Ghafsaï,Rafsai		03	531		
2548679	Douar Guedouma El Fouqiya	douar-guedouma-el-fouqiya	MA		0	Africa/Casablanca	34.57744	-5.3179		Al Fouqiya,Douar Guedouma El Fouqiya,Gdouma al Fouqiya,Guedouma el Foukia		01	405		
2548688	Ghrifa	ghrifa	MA		0	Africa/Casablanca	35.66389	-5.64334		Garifa,Gharifa,Ghrifa		01	227		
2548690	Garday	garday	MA		0	Africa/Casablanca	35.01	-4.31				01	051		
2548692	Douar Gharbaoua	douar-gharbaoua	MA		0	Africa/Casablanca	35.60086	-5.68988		Douar Gharbaoua,Garbaoua,Gharbaoua,Gharbaouat		01	571		
2548693	Garat	garat	MA		0	Africa/Casablanca	34.40894	-6.02562		Douar Garate,Garat,Garate,Gratt		04	481		
2548696	Gawz	gawz	MA		0	Africa/Casablanca	31.88391	-4.33559		Gaouz,Gawz		08	201		
2548697	Gawaz	gawaz	MA		0	Africa/Casablanca	31.69145	-4.94214		Gaouz,Gawaz		08	201		
2548698	Gaouz	gaouz	MA		0	Africa/Casablanca	31.20398	-4.29774		Gaouz,Ksar Gaouz		08	201		
2548699	Gaour	gaour	MA		0	Africa/Casablanca	29.42081	-9.27792		Gaeur,Gaour		10	473		
2548706	Gandoura	gandoura	MA		0	Africa/Casablanca	35.78736	-5.76057		Fort Khandouri,Gandoura,Gandouri		01	511		
2548708	Legnafda	legnafda	MA		0	Africa/Casablanca	34.8218	-6.24216		El Knafda,Ganafda,Legnafda		04	281		
2548710	Douar Gamgam	douar-gamgam	MA		0	Africa/Casablanca	34.79634	-2.47016		Douar Gamgam,Gamgam,Guemgam		02	113		
2548713	Galaz	galaz	MA		0	Africa/Casablanca	34.54424	-4.80355		Galaz,Golaz	1553103032	03	531	1553103032	
2548718	Gafay	gafay	MA		0	Africa/Casablanca	32.2356	-4.70474		Gafai,Gafay,Gaffay,Guefai		08	363		
2548720	Douar Gaadat-Rouaneb	douar-gaadat-rouaneb	MA		0	Africa/Casablanca	34.34072	-4.47256		Douar Gaadat-Rouaneb,Gadet Rouanab,Gadete Rouanab		03	531		
2548726	El Ghaba	el-ghaba	MA		0	Africa/Casablanca	35.19786	-5.60143		El Ghaba,Gaba		01	331		
2548727	Gaba	gaba	MA		0	Africa/Casablanca	30.51252	-8.95341				09	541		
2548728	Gaams	gaams	MA		0	Africa/Casablanca	35.05937	-2.24555				02	113		
2548738	Frizem	frizem	MA		0	Africa/Casablanca	31.40697	-8.29528		Douar Frizem,Frizem,Frizim		07	161		
2548741	Fritissa	fritissa	MA		0	Africa/Casablanca	33.619	-3.54908		Fritissa,Oulad-Jerrar		03	131		
2548745	Friday Market	friday-market	MA		0	Africa/Casablanca	33.71	-6.26				04	291		
2548747	Fresmaï	fresmai	MA		0	Africa/Casablanca	34.71553	-3.82358		Fresmahi,Fresmai,Fresmaï		03	561		
2548749	Freïja	freija	MA		0	Africa/Casablanca	30.48727	-8.78824		Freija,Freiya,Freïja		09	541		
2548752	Fraoua	fraoua	MA		0	Africa/Casablanca	34.70589	-5.3089		Fradoua,Fraoua		01	405		
2548755	Frahiyyne	frahiyyne	MA		0	Africa/Casablanca	34.99093	-6.0062		Frahiyyne,Fraihiene,Fraïhiene,Frehaine,Frehaïne,Frihayine		04	281		
2548758	Fragna m’ta el Outa	fragna-m-ta-el-outa	MA		0	Africa/Casablanca	34.39082	-5.29649		Fragna,Fragna m'ta el Outa,Fragna mata el Outa,Fragna m’ta el Outa,Fragnainta el Outa,Fragnimta el Outa		03	531		
2548760	Fouwarat Mgadid	fouwarat-mgadid	MA		0	Africa/Casablanca	34.26322	-6.52698				04	281		
2548762	Fousaoun	fousaoun	MA		0	Africa/Casablanca	29.98	-8.85				09	541		
2548763	Douar Fourou	douar-fourou	MA		0	Africa/Casablanca	31.53676	-7.86736		Douar Fourou,Faro,Fourou		07	041		
2548765	Douar Fourar	douar-fourar	MA		0	Africa/Casablanca	32.00174	-9.25086		Douar Fourar,Fourar		07	431		
2548769	Foum Zguid	foum-zguid	MA		0	Africa/Casablanca	30.08792	-6.87119		Foum Zguid,fm zkyd,فم زكيد		09	551		
2548772	Foum Tizi	foum-tizi	MA		0	Africa/Casablanca	32.84623	-6.70982		Andre Delpit,André Delpit,Foum Tizi		05	311		
2548773	Foum Tarhzout	foum-tarhzout	MA		0	Africa/Casablanca	32.57519	-6.11608				05	091		
2548775	Zaouït el Kheneg	zaouit-el-kheneg	MA		0	Africa/Casablanca	30.66583	-8.53057		Foum Oucherg,Zaouit el Kheneg,Zaouït el Kheneg		09	541		
2548779	Foum el Kous	foum-el-kous	MA		0	Africa/Casablanca	31.43	-5.65		Foum el Kous,Foumel Kouss		08	577		
2548780	Foum el Hassane	foum-el-hassane	MA		0	Africa/Casablanca	29.01481	-8.88632		Foum el Hassane,Foum-el-Hassan		09	551		
2548782	Foum el Anser	foum-el-anser	MA		0	Africa/Casablanca	32.37309	-6.25967		Foum el Annseur,Foum el Anser,Foum el Anseur		05	091		
2548783	Foum Assaka	foum-assaka	MA		0	Africa/Casablanca	29.13	-10.4				10	261		
2548790	Foukia	foukia	MA		0	Africa/Casablanca	35.21029	-5.27775				01	151		
2548797	Fouguerd	fouguerd	MA		0	Africa/Casablanca	29.73	-9.08				09	581		
2548798	Fougsar	fougsar	MA		0	Africa/Casablanca	29.92065	-8.61594		Fouggsert,Fougsar		09	551		
2548806	Fou Anou	fou-anou	MA		0	Africa/Casablanca	30.07951	-8.70165		Fou Anou,Fouanou		09	541		
2548807	Fwanou	fwanou	MA		0	Africa/Casablanca	29.92503	-8.84971		Fouanou,Fwanou		09	541		
2548813	Al Ghafafra	al-ghafafra	MA		0	Africa/Casablanca	32.69235	-6.95384		Al Ghafafra,El Ghfafra,El Ghrafra,El Rhfafra,Fokra		05	311		
2548815	Fokaïene	fokaiene	MA		0	Africa/Casablanca	35.13596	-5.20541				01	151		
2548816	Douar Fogra	douar-fogra	MA		0	Africa/Casablanca	34.29411	-5.6672		Douar Fogra,Fogra		04	481		
2548818	Fnidek	fnidek	MA		53559	Africa/Casablanca	35.84906	-5.35747		Castillejos,Fnidek,Fnideq,Fnides,Los Castillejos,Фнидек		01	571		
2548820	Douar Flouch	douar-flouch	MA		0	Africa/Casablanca	34.04254	-3.00118		Douar Flouch,Flouch		02	533		
2548825	Leffalsa	leffalsa	MA		0	Africa/Casablanca	32.26577	-9.11245		Douar Flassa,Flassa,Leffalsa		07	431		
2548828	Douar Lefquih Ben Slimane	douar-lefquih-ben-slimane	MA		0	Africa/Casablanca	32.36728	-8.67696		Douar Lefquih Ben Slimane,Fkih-b-Slimane		07	431		
2548830	Al Fqih Ben Çalah	al-fqih-ben-calah	MA		84072	Africa/Casablanca	32.50213	-6.68771		Al Fqih Ben Calah,Al Fqih Ben Çalah,Fkih Ben Salah,Fquih Ben Salah		05	255		
2548831	Douar Lafkarna Ouled Tkhit	douar-lafkarna-ouled-tkhit	MA		0	Africa/Casablanca	34.19693	-4.62736		Douar Lafkarna Ouled Tkhit,Douar el FKarna,Fkerna		03	531		
2548832	Lefkarna	lefkarna	MA		0	Africa/Casablanca	34.79499	-6.14413		El Facroun,Fkarna,Lefkarna		04	281		
2548836	Fissioulil	fissioulil	MA		0	Africa/Casablanca	31.03812	-9.32511		Fichanlilu,Fissioulil,Fissiouline,Fissoulilne		07	211		
2548840	Fint	fint	MA		0	Africa/Casablanca	30.82056	-6.96478		Finnt,Fint		08	401		
2548845	Filala	filala	MA		0	Africa/Casablanca	31.46222	-8.57954				07	161		
2548846	Fiysli	fiysli	MA		0	Africa/Casablanca	29.63316	-9.03183		Fiisli,Fisli,Fiysli		09	581		
2548847	Fighil	fighil	MA		0	Africa/Casablanca	30.20983	-7.56208		Fighil,Fiirhil,Firil Aginane		09	551		
2548848	Fiirhil	fiirhil	MA		0	Africa/Casablanca	29.52366	-8.83902		Fighil,Fiirhil,Firhil		09	581		
2548851	Figuig (Centre)	figuig-centre	MA		12516	Africa/Casablanca	32.10891	-1.22855		Figuiq,Markaz Fikik,Markaz Fikīk,mrkz fkyk,مركز فكيك		02	251		
2548853	Figri	figri	MA		0	Africa/Casablanca	30.82067	-8.68452				09	541		
2548854	Fifri	fifri	MA		0	Africa/Casablanca	30.16825	-9.05629				09	163		
2548855	Fifi	fifi	MA		0	Africa/Casablanca	34.94873	-5.24798			1615105112	01	151	1615105112	
2548856	Fidoud	fidoud	MA		0	Africa/Casablanca	29.31169	-9.96924		Fidoud,Fidud		10	473		
2548862	Douar Fhassa	douar-fhassa	MA		0	Africa/Casablanca	34.2715	-4.18401		Douar Fhassa,Fhassa		03	561		
2548863	Fezzou	fezzou	MA		0	Africa/Casablanca	30.94763	-4.89909				08	577		
2548865	Fezzana	fezzana	MA		0	Africa/Casablanca	31.26	-4.23				08	201		
2548869	Fezna	fezna	MA		0	Africa/Casablanca	31.52921	-4.45562			1320103092	08	201	1320103092	
2548872	Fatnassa	fatnassa	MA		0	Africa/Casablanca	31.8078	-7.22746		Fatnassa,Fetnassa		07	191		
2548875	Fes Ouribal	fes-ouribal	MA		0	Africa/Casablanca	33.10624	-4.73545		Fes Ouribal,Fes Ouribel,Fès Ouribel		03	131		
2548877	Douar Fechkara	douar-fechkara	MA		0	Africa/Casablanca	35.60979	-5.59861		Douar Fechkara,Fechkara		01	571		
2548878	Fès Jedid	fes-jedid	MA		0	Africa/Casablanca	34.05466	-5.00725		Djedid,Fes Djedid,Fes Jdid,Fes Jedid,Fes le Nouveau,Fes-le-Neuf,Fès Djedid,Fès Jdid,Fès Jedid,Fès le Nouveau,Fès-le-Neuf,Mechouar Fes Jdid,Méchouar Fès Jdid,New Fes		03	231		
2548880	Fès al Bali	fes-al-bali	MA		156000	Africa/Casablanca	34.0701	-4.95473		Fes al Bali,Fes le Vieux,Fes-l'Ancien,Fès al Bali,Fès le Vieux,Fès-l’Ancien,Medina,Old Fes		03	231		
2548881	Douar Fes El Bali	douar-fes-el-bali	MA		0	Africa/Casablanca	34.55067	-5.1244		Douar Fes El Bali,Fas al Bali,Fes Lbali,Fes al Bali,Fes el Bali,Fès al Bali		03	531		
2548885	Fès	fes	MA		964891	Africa/Casablanca	34.03313	-5.00028		FEZ,Fes,Fez,Fès,fas,fezu,Фес,فاس,フェズ	03	03	231	1423101071	
2548889	Ferrecric	ferrecric	MA		0	Africa/Casablanca	29.48	-10.03				10	473		
2548890	Douar Ferara	douar-ferara	MA		0	Africa/Casablanca	35.04524	-5.54095		Douar Ferara,Ferrara		01	331		
2548892	Fernestimoussa	fernestimoussa	MA		0	Africa/Casablanca	31.01901	-7.16247				08	401		
2548901	Douar Saaydi El Forjani	douar-saaydi-el-forjani	MA		0	Africa/Casablanca	35.33881	-5.91758		Douar Saaydi El Forjani,Ferjane		01	331		
2548902	Fniyniyd	fniyniyd	MA		0	Africa/Casablanca	29.70498	-9.36284		Ferinid,Fniyniyd		09	581		
2548910	Frarha	frarha	MA		0	Africa/Casablanca	32.38892	-8.02865		Ferareha,Frarha		07	427		
2548916	Fentkane	fentkane	MA		0	Africa/Casablanca	34.13357	-3.62856		Beni Fetkane,Douar Fenntkane,Fenntkane,Fentkane		02	265		
2548922	Douar Fendouchane	douar-fendouchane	MA		0	Africa/Casablanca	34.84649	-2.23292		Douar Fendouchane,Fendouchane,Fenndouchane		02	411		
2548923	Douar Fennassa	douar-fennassa	MA		0	Africa/Casablanca	34.49292	-4.46959		Douar Fennassa,Fenassa,Fennassa		03	531		
2548928	Fellakine	fellakine	MA		0	Africa/Casablanca	34.649	-5.3595		Chaliliine,Fellakine		01	405		
2548936	Flalsa	flalsa	MA		0	Africa/Casablanca	35.49104	-5.77336		El Flalsa,Felalsa,Flalsa		01	571		
2548937	Laflalha	laflalha	MA		0	Africa/Casablanca	32.32203	-9.02414		Douar Felalha,Felalha,Laflalha		07	431		
2548939	Fekkous	fekkous	MA		0	Africa/Casablanca	33.71934	-3.64949		Feggous,Fekkous		03	131		
2548941	Fej Hannoune	fej-hannoune	MA		0	Africa/Casablanca	35.45175	-5.60296		Fech-Hannun,Fej Hannoune,Fejj Hannoun,Fetche Hamnodn,Fetche Hamnoun		01	571		
2548942	Fej Errih	fej-errih	MA		0	Africa/Casablanca	35.43446	-5.622		Douar Fej Errih,Faririch,Fech Errech,Fej Errih,Fejjerech,Fejjerih,Fejjerrech		01	571		
2548946	Douar Fej Denma	douar-fej-denma	MA		0	Africa/Casablanca	34.9338	-5.6209		Douar Fej Demna,Douar Fej Denma,Fej Demna,Fejdemma		01	405		
2548968	Fadragoum Itkhissane	fadragoum-itkhissane	MA		0	Africa/Casablanca	30.93613	-6.95108		Fadragoum Itkhissane,Fedragoum,Fedragoun,Fedragount,Fédragoum,Idkhissine		08	401		
2548969	Fedoukes	fedoukes	MA		0	Africa/Casablanca	29.96653	-7.99032		Fdoukes,Fdoukès,Fedoukes,Fedoux		09	551		
2548970	Federiko	federiko	MA		0	Africa/Casablanca	35.86453	-5.40827				01	227		
2548971	Feddour	feddour	MA		0	Africa/Casablanca	31.98	-9		Douar Feddour,Feddour		07	431		
2548975	Feddane el Hina	feddane-el-hina	MA		0	Africa/Casablanca	34.93	-4.7				01	151		
2548977	Douar Feddane Dra	douar-feddane-dra	MA		0	Africa/Casablanca	35.11988	-5.66074		Douar Feddane Dra,Feddane Dra,Feddâne Dra		01	331		
2548979	Feddane Chappo	feddane-chappo	MA		0	Africa/Casablanca	35.78749	-5.71727				01	227		
2549005	Douar Zaouiat El Fassir	douar-zaouiat-el-fassir	MA		0	Africa/Casablanca	34.82684	-2.48617		Douar Zaouiat El Fassir,Zaouia Fassir		02	113		
2549006	Fassant	fassant	MA		0	Africa/Casablanca	30.74413	-7.18795		Fassant,Fassent		08	401		
2549008	Fask	fask	MA		0	Africa/Casablanca	28.99123	-9.83268				10	261		
2549010	Farsioua	farsioua	MA		0	Africa/Casablanca	35.82644	-5.56995		Afersigoua,Afersigua,Farsioua,Farsiouâ,Farsiua,Ferdigua		01	227		
2549013	Farkof	farkof	MA		0	Africa/Casablanca	34.95	-4.4				01	051		
2549014	Farkhâna	farkhana	MA		0	Africa/Casablanca	35.28776	-2.98533		Farkhana,Farkhâna		02	381		
2549020	Farhel	farhel	MA		0	Africa/Casablanca	30.6892	-9.0662				09	541		
2549024	Fardioua	fardioua	MA		0	Africa/Casablanca	35.82757	-5.62215		Fardioua,Ferdigoua		01	227		
2549026	Dhar Al Farcha	dhar-al-farcha	MA		0	Africa/Casablanca	32.85628	-7.48867		Dahar el Farcha,Dhar Al Farcha		06	461		
2549029	Douar Lferha	douar-lferha	MA		0	Africa/Casablanca	34.89714	-5.56018		Douar Farah,Douar Fareha,Douar Lferha,Farah,Farraha		01	405		
2549031	Douar Fandeq El Ain Jdida	douar-fandeq-el-ain-jdida	MA		0	Africa/Casablanca	35.56661	-5.58543		Ain Djedida,Douar Fandeq El Ain Jdida,El 'Ain Jdida,El Fendal,El Fendek,El Fondac,El ’Ain Jdida,Fandak el Ain ej Jdida,Fandak el Aïn ej Jdida,Fondak,Fondak d'Ain Jedida,Fondak de Ain Yedida,Fondak de ain Yedide,Fondak d’Aïn Jedida,Fondouk Ain Djedida,Fondouk Aïn Djedida		01	571		
2549039	Fakiene	fakiene	MA		0	Africa/Casablanca	35.34675	-5.19725				01	571		
2549041	Fkarine	fkarine	MA		0	Africa/Casablanca	31.68167	-7.41159		Elfkarine,Fakarine,Fekarine,Fkarine		07	191		
2549050	Fahsiene	fahsiene	MA		0	Africa/Casablanca	34.87829	-5.17184		El Fahsien,El Fahsyene,El Fahsyène,Fahsiene		01	151		
2549054	Fahhama	fahhama	MA		0	Africa/Casablanca	34.729	-5.07478		Fahhama,Famounante		03	531		
2549056	Fahama	fahama	MA		0	Africa/Casablanca	35.85266	-5.37843				01			
2549059	Fadel Allah	fadel-allah	MA		0	Africa/Casablanca	32.38408	-3.66835				02	251		
2549060	Douar Ait Faddoul	douar-ait-faddoul	MA		0	Africa/Casablanca	31.50081	-9.56392		Douar Ait Faddoul,Douar Faddou,Faddoul		07	211		
2549065	Douar Zrarqa	douar-zrarqa	MA		0	Africa/Casablanca	34.28073	-4.48166		Douar Zrarqa,Douar ez Zrarka,Ez Zrarka		03	531		
2549066	Zyareb	zyareb	MA		0	Africa/Casablanca	31.50787	-7.70555		Ez Zraib,Ez Zraïb,Izeraib,Izeraïb,Zyareb		07	041		
2549067	Ez Zrahna	ez-zrahna	MA		0	Africa/Casablanca	35.27707	-5.94209		Ez Zrahna,Zrahna		01	331		
2549069	Douar Ezzouaoiuyine	douar-ezzouaoiuyine	MA		0	Africa/Casablanca	34.65834	-5.44731		Douar Ezzouaoiuyine,Es Zouaouiine,Ez Zouaouiine,Ez Zouaouiyne,Zouaoujene,Zouaoujène		01	405		
2549075	Douar Syara	douar-syara	MA		0	Africa/Casablanca	32.54806	-8.78034		Douar Syara,Douar ez Ziara,Ez Ziara		06	467		
2549076	Ezzhiliga	ezzhiliga	MA		0	Africa/Casablanca	33.3	-6.53			1029107072	04	291	1029107072	
2549082	Zaouiat Sidi Issef Tlidi	zaouiat-sidi-issef-tlidi	MA		0	Africa/Casablanca	35.16219	-5.50364		Ez Zaouia Sidi Issaf Tlidi,Ez Zaouia Sidi Issâf Tlidi,Zaouiat Sidi Issef Tlidi		01	151		
2549083	Zawit Aït Haroun	zawit-ait-haroun	MA		0	Africa/Casablanca	29.77998	-8.5232		Ez Zaouia n'Ait Haroun,Ez Zaouia n’Aït Haroun,Ez-Zaouia,Sidi Ahmed ou Haroun,Zaouia Ait Haroun,Zaouïa Aït Haroun,Zawit Ait Haroun,Zawit Aït Haroun		09	551		
2549085	Ez Zaouia	ez-zaouia	MA		0	Africa/Casablanca	34.63	-3.75				03	561		
2549086	Ez Zaouia	ez-zaouia	MA		0	Africa/Casablanca	34.52725	-3.91586		Ez Zaouia,Zouina		03	561		
2549088	Ez-xela Kim	ez-xela-kim	MA		0	Africa/Casablanca	29.21	-10.23				10	473		
2549089	Ezgouine	ezgouine	MA		0	Africa/Casablanca	35.40328	-5.30413				01	571		
2549090	Douar Eaeratra	douar-eaeratra	MA		0	Africa/Casablanca	31.82246	-7.60669		Douar Eaeratra,Douar Tretna,Et Tratra,Tratra		07	427		
2549091	Et Trafi	et-trafi	MA		0	Africa/Casablanca	34.20691	-3.72227		At Trafi,Douar et Trafi,Et Trafi,Trafi		02	265		
2549093	Et Touanessa	et-touanessa	MA		0	Africa/Casablanca	31.95851	-8.18704		Douar Tounsi,Et Touanessa		07	351		
2549095	Et Touajna	et-touajna	MA		0	Africa/Casablanca	32.65674	-8.7015		Douar et Touajna,Et Touajna,Touajna		06	467		
2549096	Et Tolba	et-tolba	MA		0	Africa/Casablanca	32.05193	-7.54376		Douar et Tolba,Et Tolba		07	191		
2549097	El Ghiate	el-ghiate	MA		0	Africa/Casablanca	32.03664	-9.16405		El Ghiate,Et Tnine Khyat,Et Tnine Riat,Et Tnine Riate,Tnine Rhiate		07	431		
2549098	Et Tnine Oudaya	et-tnine-oudaya	MA		0	Africa/Casablanca	31.63411	-8.25097		Et Tnine Oudaya,Souk et Tnine des Oudaia,Souk et Tnine des Oudaïa,Tnine des Oudaya		07	351		
2549099	Tnine Lgharbia	tnine-lgharbia	MA		0	Africa/Casablanca	32.57049	-8.85464		Et Tnine Gharbia,Et Tnine Rharbia,Et Tnine el Rharbia,Souk et Tnine Gharbia,Tnine Lgharbia,Tnine Rharbaa,Tnine Rharbâa		06	467		
2549100	Et Tnine des Beni Ammart	et-tnine-des-beni-ammart	MA		0	Africa/Casablanca	34.80993	-4.15842		Beni Ammart,Et Tnine des Beni Ammart,Et Tnine des Beni Amret		01	051		
2549102	Bni Hadifa	bni-hadifa	MA		0	Africa/Casablanca	35.02251	-4.14009		Beni Hadifa,Bni Hadifa,El Tzenin de Beni Hadifa,Et Tnine,Et Tnine de Beni Hadifa,Et Tnine des Beni Hadifa,Soko el Tzenin de Beni Hadifa,Zoko el Tzenin		01	051		
2549103	Souk Tnine Bouchane	souk-tnine-bouchane	MA		0	Africa/Casablanca	32.28714	-8.31597		Et Tnine,Et Tnine Bouchane,Souk Tnine Bouchane,Souq Et Tnin Bou Chan,Souq Et Tnin Bou Chân,Tnine Bouchane,Tnine-de-Bouchane		07	427		
2549105	Douar Tnine	douar-tnine	MA		0	Africa/Casablanca	35.39724	-5.72821		Douar Tnine,El Tnine,El Tnîne,Et Tnine,Tenin,Tnine,Tzenin,Zitnine		01	571		
2549106	At- Tnine	at-tnine	MA		0	Africa/Casablanca	33.06978	-6.70858		At- Tnine,Et Tnine,Souk-Tnine-des-Oulad-Boughadi,Souk-Tnine-des-Oulad-Bour-Hadi		05	311		
2549107	Et Tnine	et-tnine	MA		0	Africa/Casablanca	30.27072	-8.76253				09	541		
2549140	Tnine Oulad Tayma	tnine-oulad-tayma	MA		0	Africa/Casablanca	30.4319	-9.25776		Et Tnine,Tnine Oulad Tayma		09	541		
2549149	Et Tleta Kourati	et-tleta-kourati	MA		0	Africa/Casablanca	31.80675	-9.38376		Et Tleta Kourati,Kourati		07	211		
2549150	Tlet El Hanchane	tlet-el-hanchane	MA		0	Africa/Casablanca	31.52207	-9.43594		Et Tleta Hanchene,Et Tleta el Hanchene,Tlata Hanchane,Tlet El Hanchane,Tleta Hanchen,Tleta Hannchene		07	211		
2549152	Et Tlêta Sboûya	et-tleta-sbouya	MA		0	Africa/Casablanca	29.15176	-10.20238		Ait Sbouya,At-Tlata Sbouya,At-Tlàta Sbouya,Aït Sbouya,Et Tleta Sbouya,Et Tleta des Sbouia,Et Tlêta Sboûya,Telata,Telata Isbuia,Tleta,Ttlata Isbuya,Ttlāta Işbūya,Zoco Telata de los Isbuia,Zoco de Telata Desbuia,Zoco el Telata de Sbuia,Zoco el Tzelata,Zuco Telata de Esbuia		10	473		
2549153	Souk Et-Tleta des Oulad Hamdane	souk-et-tleta-des-oulad-hamdane	MA		0	Africa/Casablanca	33.10444	-8.25018		Et Tleta des Oulad Hamdane,Et Tleta des Oulad Hamdene,Ouled Hamdane,Souk Et-Tleta des Oulad Hamdane,Souk et Tleta des Oulad Hamdane		06	181		
2549154	Souq at Tlata des Oulad Fares	souq-at-tlata-des-oulad-fares	MA		0	Africa/Casablanca	32.78973	-7.2109		Et Tleta des Oulad Fares,Souk Tleta des Oulad Fares,Souk Tleta des Oulad Farès,Souk et Tleta des Oulad Fares,Souq at Tlata des Oulad Fares		06	461		
2549155	Et Tleta des Ketama	et-tleta-des-ketama	MA		0	Africa/Casablanca	34.87792	-4.61734		Et Tleta des Ketama,Et Tleta des Ktama,Tleta Ketama,Zoco el Tzelatza		01	051		
2549156	’Tlat Bni Oukil	tlat-bni-oukil	MA		0	Africa/Casablanca	32.57651	-6.83739		'Tlat Bni Oukil,Et Tleta,Et Tleta des Beni Oukil,Souk Tleta des Beni-Oukil,Souk el Tleta,Souk et Tleta,Tleta,’Tlat Bni Oukil		05	255		
2549159	Et Tleta des Beni Fekkous	et-tleta-des-beni-fekkous	MA		0	Africa/Casablanca	34.41559	-3.97474		Et Tleta des Beni Feggou,Et Tleta des Beni Fekkous		03	561		
2549163	Et Tleta Bou Beker	et-tleta-bou-beker	MA		0	Africa/Casablanca	34.82612	-3.40646		Et Tleta Bou Beker,Soko Tzelatza de Bu Beker,Telata bu Beker,Zoco Tzelatza Bu-Beker,Zoco et Telata Ulad Bubquer		02	167		
2549165	Bni Idder	bni-idder	MA		0	Africa/Casablanca	35.39867	-5.5124		Beni Idder,Bni Idder,Et Tleta Beni Ider		01	571		
2549166	Et Tleta	et-tleta	MA		0	Africa/Casablanca	32.78113	-8.7708				06	181		
2549182	Id Jada	id-jada	MA		0	Africa/Casablanca	31.24735	-9.75991		Et Tleta,Id Jada,Tleta		07	211		
2549198	Et Tlat	et-tlat	MA		0	Africa/Casablanca	34.13643	-3.9694		Douar el Tlat,Et Tlat,Et Tlate,Tlate		03	561		
2549204	Douar Ayt At-Tanji	douar-ayt-at-tanji	MA		0	Africa/Casablanca	32.48376	-6.74222		Douar Ayt At-Tanji,Et Tangui		05	255		
2549205	Et Talouâ	et-taloua	MA		0	Africa/Casablanca	33.09175	-8.46985				06	181		
2549206	Douar Oulad Ben Talha	douar-oulad-ben-talha	MA		0	Africa/Casablanca	34.55668	-5.12631		Douar Oulad Ben Talha,Et Taalba,Taabba,Talba		03	531		
2549208	Etchea	etchea	MA		0	Africa/Casablanca	35.18182	-3.94841				01	051		
2549211	Douar Oulad Si Massaoud	douar-oulad-si-massaoud	MA		0	Africa/Casablanca	32.55881	-8.85003		Douar Oulad Si Massaoud,Douar es Souar,Es Souar		06	467		
2549212	Es-Soualma	es-soualma	MA		0	Africa/Casablanca	32.80774	-7.69303		Es Soualma,Es-Soualma		06	461		
2549213	Douar Essoualha	douar-essoualha	MA		0	Africa/Casablanca	31.7232	-9.09548		Douar Essoualha,Douar Oulad Lamine,Es Souala		07	211		
2549215	Zeoua	zeoua	MA		0	Africa/Casablanca	35.5125	-5.80524		Es Soua,Zeoua		01	511		
2549217	Douar Essenadla	douar-essenadla	MA		0	Africa/Casablanca	34.99399	-5.96387		Douar Essenadla,Es Snaddla,Es-Shaddla,Snadla		01	331		
2549219	Assmanda	assmanda	MA		0	Africa/Casablanca	32.73664	-6.95897		Assmanda,Es Smamra		05	311		
2549220	Es Smamda	es-smamda	MA		0	Africa/Casablanca	34.5213	-4.2514		Es Smamda,Smamda		03	561		
2549223	Douar Esselahma	douar-esselahma	MA		0	Africa/Casablanca	34.59393	-5.6822		Douar Esselahma,Douar es Slahma,Es Slahma,Es Slam,Slama		04	481		
2549224	Essekhinat	essekhinat	MA		0	Africa/Casablanca	34.03394	-4.86151		Es Skhinat,Essekhinat		03	231		
2549225	Douar Essettiyine	douar-essettiyine	MA		0	Africa/Casablanca	34.57006	-5.63599		Douar Essettiyine,Douar es Setine,Es Setine,Sateine,Sateïne		04	481		
2549228	Es Seheb	es-seheb	MA		0	Africa/Casablanca	29.66	-9.88		Es Seheb,Sehb,Seheb		09	581		
2549229	Es Sebt Ou Aourga	es-sebt-ou-aourga	MA		0	Africa/Casablanca	30.59759	-9.63651		Es Sebt Ou Aourga,Sebt Aouerna		09	001		
2549230	Souk Sebt Oulad Douib	souk-sebt-oulad-douib	MA		0	Africa/Casablanca	33.06541	-8.50968		Es Sebt,Es Sebt des Oulad Douib,Sebt-des-Oulad-Hassine,Souk Sebt Oulad Douib,Souk es Sebt des Oulad Douib		06	181		
2549232	Sebt Labrikiyne	sebt-labrikiyne	MA		0	Africa/Casablanca	32.29466	-8.07265		Es Sebt,Es Sebt de Brikiin,Es Sebt de Brikiine,Sebt Labrikiyne,Sebt de Brikiine,Sebt des Brikyine,Souk es Sebt		07	427		
2549234	Es Sebt Aït Daoud	es-sebt-ait-daoud	MA		0	Africa/Casablanca	31.08056	-9.3499		Es Sebt Ait Daoud,Es Sebt Aït Daoud,Sebt Ait Daoud		07	211		
2549235	Es Sebt	es-sebt	MA		0	Africa/Casablanca	34.34536	-3.92314		Es Sebt,Sebt		03	561		
2549254	Douar Tassila Imassouane	douar-tassila-imassouane	MA		0	Africa/Casablanca	31.10759	-9.66398		Douar Tassila Imassouane,Es Sebt,Es Sebt Imgrad,Imghrad,Sebt Imghad,Souk es Sebt		07	211		
2549255	Es sebt	es-sebt	MA		0	Africa/Casablanca	30.37859	-9.01888				09	541		
2549258	Douar Essbaaiyine	douar-essbaaiyine	MA		0	Africa/Casablanca	34.65807	-5.50428		Douar Essbaaiyine,Douar es Sbaine,Douar es Sbaïne,Es Sbaine,Es Sbaïne,Sbahiene,Sbahiène		01	405		
2549263	Essaouira	essaouira	MA		70634	Africa/Casablanca	31.5125	-9.77		Amegdul,As Suwayrah,As-Sawira,As-Sawíra,As-Shawirah,Aş Şuwayrah,ESU,Ehs-Suvejra,Ehssuehjra,Es Suira,Es-Suvejra,Esauira,Essaouira,Essauira,Magador,Medino de Esauiro,Medino de Esaŭiro,Mogadar,Mogador,Savira,Suira,Suvayr,Szavira,Szavíra,alswyrt,as-Sawira,as-Ṣawīra,el-suvaira,es'sa'ura,esau-ila,essau~ira,mwghadwr,mwkadwr,suo wei la,swyrh,Ес-Сувейра,Эс-Сувейра,Эссуэйра,אסואירה,الصويرة,صویره,صویرہ,موغادور,موكادور,एस्साउरा,ელ-სუვაირა,エッサウィラ,索维拉,에사우이라	0721101051	07	211	0721101051	
2549265	Sakhra	sakhra	MA		0	Africa/Casablanca	35.61359	-5.77281		Es Sakhra,Sakhra		01	511		
2549266	Douar Es Sahrij	douar-es-sahrij	MA		0	Africa/Casablanca	33.92481	-3.96832		Douar Es Sahrij,Es Sahrij,Es Sehrij		03	561		
2549267	Es-Sahraoui	es-sahraoui	MA		0	Africa/Casablanca	32.55139	-7.57811		El Mouimenet,Es Sahraoui,Es-Sahraoui		06	461		
2549269	Douar Essaf	douar-essaf	MA		0	Africa/Casablanca	35.43622	-5.73914		Douar Essaf,Es Saf,Saf		01	571		
2549270	Douar Essal	douar-essal	MA		0	Africa/Casablanca	35.34815	-5.78478		Douar Essal,Es Saf,Saf		01	331		
2549271	Es Sada	es-sada	MA		0	Africa/Casablanca	34.72518	-5.34619		Es Sada,Sada		01	405		
2549272	Es Sabbaniine	es-sabbaniine	MA		0	Africa/Casablanca	34.76993	-5.35799		Es Sabbaniine,Es Sabbaniyne,Sabbanyme		01	405		
2549273	Essabbab	essabbab	MA		0	Africa/Casablanca	35.47652	-5.54718		Es Sabbab,Essabbab,Sabbab		01	571		
2549274	Essaadnu	essaadnu	MA		0	Africa/Casablanca	32.21666	-8.70373		Douar es Saadna,Es Saadna,Essaadnu,Saadna,Saâdna		07	585		
2549277	Esnourba	esnourba	MA		0	Africa/Casablanca	29.24876	-10.23007		Esnourba,Exron-ba		10	473		
2549278	Esmahara	esmahara	MA		0	Africa/Casablanca	29.16073	-10.2796				10	473		
2549279	Esgarene	esgarene	MA		0	Africa/Casablanca	35.0675	-4.58478		Esgaren,Esgarene		01	151		
2549280	Esgara	esgara	MA		0	Africa/Casablanca	34.86	-4.6				01	051		
2549281	Esfiane	esfiane	MA		0	Africa/Casablanca	34.91	-4.66				01	051		
2549283	Esfanine	esfanine	MA		0	Africa/Casablanca	34.88	-4.71		Esfanine,Estanine		01	051		
2549286	Ertmata	ertmata	MA		0	Africa/Casablanca	32.40996	-6.22249				05	091		
2549293	Roussiyech	roussiyech	MA		0	Africa/Casablanca	35.48127	-5.77744		Er Roussiech,Jbila,Rochies,Roussiyech		01	571		
2549294	Er Roukba	er-roukba	MA		0	Africa/Casablanca	34.52123	-4.32047				03	561		
2549295	Er Rouiss	er-rouiss	MA		0	Africa/Casablanca	29.53	-9.56				09	581		
2549296	Errouis	errouis	MA		0	Africa/Casablanca	29.52539	-9.56577		Er Riouss,Er Rouiss,Errouis,Rouais,Rouaïs,Rouias		09	581		
2549298	Rouiyef	rouiyef	MA		0	Africa/Casablanca	35.61874	-5.78961		Er Rouief,Rauif,Rouiyef,Roulef,Ruief		01	511		
2549301	Er Rouf	er-rouf	MA		0	Africa/Casablanca	34.58696	-4.77936		Er Rouf,Rouf		03	531		
2549304	Er-Rouaouna	er-rouaouna	MA		0	Africa/Casablanca	32.95378	-7.55229		Er Rouaouna,Er-Rouaouna		06	461		
2549306	Er Rouallem	er-rouallem	MA		0	Africa/Casablanca	32.04165	-9.23194		Douar Fkiould Zeroual,Er Rouallem		07	431		
2549314	Er Rif	er-rif	MA		0	Africa/Casablanca	34.88	-4.73				01	051		
2549318	Remla	remla	MA		0	Africa/Casablanca	35.5766	-5.74915		Er Remla,Ramla,Remla		01	511		
2549319	Douar Erramla	douar-erramla	MA		0	Africa/Casablanca	35.27907	-5.6516		Douar Erramla,Er Remla,Remla,Rmela		01	331		
2549320	Dr. Erremla	dr-erremla	MA		0	Africa/Casablanca	35.27228	-5.79341		Dr. Erremla,El Remla,Er Remla,Remla		01	331		
2549321	Er Remla	er-remla	MA		0	Africa/Casablanca	34.69688	-4.99142		Er Ramla,Er Remla		03	531		
2549322	Er Remia	er-remia	MA		0	Africa/Casablanca	34.53446	-4.58786		Er Remia,Remia,Remla		03	531		
2549325	Douar Blat	douar-blat	MA		0	Africa/Casablanca	35.22682	-6.02036		Douar Blat,El Blat,Er Relat		01	331		
2549327	Er Rekabiine	er-rekabiine	MA		0	Africa/Casablanca	34.39197	-4.61584		Er Rekabiine,Er Rekabiyne,R'Kabiyne,R’Kabiyne		03	531		
2549328	Rihana	rihana	MA		0	Africa/Casablanca	35.44301	-5.77022		El Ribana,Er Rehamna,Rehana,Rehane,Reihana,Rihana		01	571		
2549329	Rhamna	rhamna	MA		0	Africa/Casablanca	35.08213	-6.15282		Er Rehamna,Ghamna,Rhamna		01	331		
2549331	El Regaïg	el-regaig	MA		0	Africa/Casablanca	30.3095	-9.11644		El Regaig,El Regaïg,Er Regaig,Er Regaïg,Rgaig,Rgaiz,Rgaïg,Rgaïz		09	541		
2549335	Er Rebbouz	er-rebbouz	MA		0	Africa/Casablanca	35.18971	-3.03249		Er Rebbouz,Er-Rebbuz,Er-Rebbúz		02	381		
2549336	Er Rbat	er-rbat	MA		0	Africa/Casablanca	31.14665	-9.18446				07	161		
2549337	Er Ramla	er-ramla	MA		0	Africa/Casablanca	34.9	-5.38479		Er Ramla,Ramla		01	405		
2549338	Douar Erramla	douar-erramla	MA		0	Africa/Casablanca	34.7906	-5.15708		Douar Erramla,El Ramla,Er Ramla,Ramla		01	151		
2549339	Erraioa	erraioa	MA		0	Africa/Casablanca	35.04349	-3.80937		Eraioa,Erraioa		02	167		
2549347	Arkount	arkount	MA		0	Africa/Casablanca	29.50006	-10.06263		Arkount,Encunt,Ercut,Erkount		10	473		
2549348	Erkount	erkount	MA		0	Africa/Casablanca	29.29902	-10.15097		Ercunt,Ercut,Erkount		10	473		
2549349	Id Barka	id-barka	MA		0	Africa/Casablanca	29.29956	-9.97002		Erkount,Erkun,Id Barka		10	473		
2549350	Erknokdam	erknokdam	MA		0	Africa/Casablanca	35.15339	-3.96108				01	051		
2549356	Arfoud	arfoud	MA		23637	Africa/Casablanca	31.4353	-4.23258		Arfoud,Ehrfud,Erfoud,Эрфуд		08	201		
2549358	Erfadi	erfadi	MA		0	Africa/Casablanca	34.81132	-3.33594				02	167		
2549372	En Nouaji Ksib	en-nouaji-ksib	MA		0	Africa/Casablanca	31.95	-7.11		An-Nwaji Ocib,Dar Kseib,Douar en Nouaji-Ksib,En Nouaji Ksib		07	191		
2549373	En Nokla	en-nokla	MA		0	Africa/Casablanca	34.70669	-4.88027		An Nokla,En Nokla,Noukla		03	531		
2549374	En Nkhila	en-nkhila	MA		0	Africa/Casablanca	34.48754	-3.20851		En Nkhila,En Nkhilo,Nekhila,Nekrila		02	265		
2549375	En Nkhila	en-nkhila	MA		0	Africa/Casablanca	34.23524	-3.92893		Douar en Nkhila,En Nkhila,N'Keila,N’Keila		03	561		
2549381	Anjil Ikhatarn	anjil-ikhatarn	MA		0	Africa/Casablanca	33.22895	-4.63511		Anjil Ikhatarn,Enjil des Ihatarn,Enjil des Ikhatarn		03	131		
2549382	Anjil Aït Lahsene	anjil-ait-lahsene	MA		0	Africa/Casablanca	33.18553	-4.55141		Ait Lahcen,Anjil Ait Lahsene,Anjil Aït Lahsene,Aït Lahcen,Enjil,Enjil Des Ait Lahsene,Enjil Des Aït Lahsene,Enjil des Ait Lahsen,Enjil des Ait Lahsene,Enjil des Aït Lahsene,Enjil des Aït Lahsèn,Enyil		03	131		
2549384	Douar Angaria	douar-angaria	MA		0	Africa/Casablanca	35.20452	-6.06658		Douar Angaria,Engarja,Negarjla		01	331		
2549388	Innad	innad	MA		0	Africa/Casablanca	32.47192	-4.67609		Endt,Ennd,Innad		08	363		
2549390	Douar Enneghouidat	douar-enneghouidat	MA		0	Africa/Casablanca	31.65409	-9.40193		Anaghd,Anghad,Douar Enneghouidat,Enarhd		07	211		
2549391	Imsaoussene	imsaoussene	MA		0	Africa/Casablanca	35.47235	-5.13962		Emzouzene,Imsaoussene,Imsoussene		01	571		
2549392	Emyibene	emyibene	MA		0	Africa/Casablanca	35.18	-4.13		Amzibane,Emyiben,Emyibene		01	051		
2549395	Emkhams Amsiene	emkhams-amsiene	MA		0	Africa/Casablanca	35.19696	-5.36998				01	151		
2549396	Emjirech	emjirech	MA		0	Africa/Casablanca	35.7223	-5.53936				01	227		
2549397	Nhal	nhal	MA		0	Africa/Casablanca	35.66006	-5.72628		Emhal,Nhal		01	511		
2549400	Embark U Mulud	embark-u-mulud	MA		0	Africa/Casablanca	29.20953	-10.26399		Embar Ou Maoula,Embark U Mulud		10	473		
2549401	Embark Sidi	embark-sidi	MA		0	Africa/Casablanca	29.2018	-10.2035		Embarc U Sidi,Embarec U Sidi,Embark Sidi		10	473		
2549402	Embarek Salem	embarek-salem	MA		0	Africa/Casablanca	29.48	-10.01		Embarek Salem,Embarek Salen		10	473		
2549403	Embarek Ougadir	embarek-ougadir	MA		0	Africa/Casablanca	31.14135	-9.37157				07	211		
2549406	Douar Lmautayyeb	douar-lmautayyeb	MA		0	Africa/Casablanca	35.08152	-5.18971		Douar Lmautayyeb,Emantaieb,Emantaïeb		01	151		
2549407	Douar Zrahna	douar-zrahna	MA		0	Africa/Casablanca	34.82694	-5.75283		Douar Zrahna,Douar el Zrahna,El Zrahna,Ez Zrahna,Ez Zrahra,Zerahna		01	405		
2549409	Douar Ettorch	douar-ettorch	MA		0	Africa/Casablanca	32.35453	-8.26618		Douar Ettorch,El Torch,Et Torch,Oulad Chera		07	427		
2549410	El Tieta	el-tieta	MA		0	Africa/Casablanca	30.21	-9.13				09	163		
2549413	Ltayf	ltayf	MA		0	Africa/Casablanca	35.38833	-5.90227		El Taif,El Taïf,Ltayf		01	331		
2549415	Frouchech	frouchech	MA		0	Africa/Casablanca	35.48381	-5.47376		El Sahies,Frouchech		01	571		
2549417	Douar Errezigat	douar-errezigat	MA		0	Africa/Casablanca	31.87013	-9.11763		Douar Errezigat,Douar Rezigat,El Rzigat,El Rzigate		07	211		
2549421	El Rhouiba	el-rhouiba	MA		0	Africa/Casablanca	32.62062	-9.03959		Douar el Rhouiba,Douar el Rhouïba,El Rhouiba		07	431		
2549422	El Rhouiba	el-rhouiba	MA		0	Africa/Casablanca	31.61253	-7.61852		El Rhouiba,Laghouibata		07	041		
2549424	El Ghourdane	el-ghourdane	MA		0	Africa/Casablanca	32.26379	-8.83832		Douar el Rhoudrane,El Ghourdane,El Rhoudrane,Ghoudrane		07	431		
2549618	El Merah	el-merah	MA		0	Africa/Casablanca	29.49714	-10.03126				10	473		
2549425	Douar Leghaouzi	douar-leghaouzi	MA		0	Africa/Casablanca	32.36594	-8.70267		Douar Leghaouzi,Douar el Rhouazi,El Rhouazi,Laghouazi		07	431		
2549426	Leghoual	leghoual	MA		0	Africa/Casablanca	32.45696	-8.79329		El Arba Reguibat,El Arba Reguibate,El Rhoual,Leghoual		07	431		
2549427	El Ghrass	el-ghrass	MA		0	Africa/Casablanca	34.20144	-2.60658		El Ghrass,El Rheres,El Rhoness,El Rhoress,Er Rhoress		02	533		
2549429	El Rhlel	el-rhlel	MA		0	Africa/Casablanca	34.55174	-2.63756		Al Ghlel,El Rhlel		02	533		
2549434	El Gherarda	el-gherarda	MA		0	Africa/Casablanca	32.50064	-7.54258		Br-Rherarda,El Gherarda,El Rherarda,El Rherda		06	461		
2549435	Lgharbane	lgharbane	MA		0	Africa/Casablanca	32.38996	-8.67773		Douar el Rherbane,El Rherbane,Gharbane,Lgharbane		07	431		
2549437	Douar Leghnanja	douar-leghnanja	MA		0	Africa/Casablanca	31.67798	-9.27095		Douar Leghnanja,Douar Rnenja,El Ghenannja,El Rhenannja		07	211		
2549440	Douar Ghdira	douar-ghdira	MA		0	Africa/Casablanca	35.14777	-6.17501		Douar Ghdira,El Rhedira,Er Rhedira,Ghedira,Rhedira		01	331		
2549441	El Rhechat	el-rhechat	MA		0	Africa/Casablanca	31.51	-7.98		Douar el Rhechat,El Hrach,El Rhechat		07	351		
2549443	Douar Leghechaouat	douar-leghechaouat	MA		0	Africa/Casablanca	32.59437	-7.97542		Douar Leghechaouat,Douar el Gharchaouat,Douar er Rharchaouat,El Rharchaouat,El Rharchaouate,Elghchaouate		07	427		
2549444	Douar El Gharbia	douar-el-gharbia	MA		0	Africa/Casablanca	32.6011	-8.89272		Douar El Gharbia,Douar el Rharbia,El Rharbia		06	467		
2549447	Douar Al Ghar	douar-al-ghar	MA		0	Africa/Casablanca	33.89888	-4.26731		Douar Al Ghar,Douar el Rhar,El Ghar,El Rhar		03	561		
2549448	El Rhahala	el-rhahala	MA		0	Africa/Casablanca	31.48933	-9.02605		El Rhahala,Rhahala,Rhahla		07	161		
2549451	El Raba	el-raba	MA		0	Africa/Casablanca	31.56164	-9.13696		Al Ghaba,El Raba		07	161		
2549453	El Ouazzat	el-ouazzat	MA		0	Africa/Casablanca	32.25296	-8.76551		Douar el Ouzat,El Ouazzat,El Ouzat,Laaouissat,Laâouissat		07	431		
2549456	La’rouma	la-rouma	MA		0	Africa/Casablanca	31.97886	-7.3399		El Ourima,La'rouma,La’rouma		07	191		
2549458	Al Oualchat	al-oualchat	MA		0	Africa/Casablanca	31.312	-8.49309		Al Oualchat,El Oualja,El Ouljat,El Ouljate		07	161		
2549459	El Ouldja	el-ouldja	MA		0	Africa/Casablanca	33.91143	-5.93289		Ait Halli El Oulja,Aït Halli El Oulja,El Ouldja,El Oulja		04	291		
2549460	El Oulja	el-oulja	MA		0	Africa/Casablanca	31.56	-7.76		Douar el Oulja,El Oualja,El Oulja		07	041		
2549461	El Oulaij	el-oulaij	MA		0	Africa/Casablanca	33.76841	-4.99645				03	451		
2549462	El Oujik	el-oujik	MA		0	Africa/Casablanca	33.96874	-3.99809				03	561		
2549465	Louidane	louidane	MA		0	Africa/Casablanca	32.54028	-9.20788		Douar el Ouidane,Douar el Ouïdane,El Ouidane,Lioudane,Louidane		07	431		
2549467	El Ougseïmir	el-ougseimir	MA		0	Africa/Casablanca	33.06943	-3.03793				02	251		
2549468	Douar Lougagda	douar-lougagda	MA		0	Africa/Casablanca	32.29537	-8.95333		Douar Lougagda,Douar el Ougagda,El Ougagda		07	431		
2549471	El Ouesta	el-ouesta	MA		0	Africa/Casablanca	34.98616	-5.28283		El Ouesta,Wasta		01	151		
2549473	El Oudarhir	el-oudarhir	MA		0	Africa/Casablanca	32.11588	-1.23443		El Oudaghir,El Oudaohir		02	251		
2549479	Douar Ellouar	douar-ellouar	MA		0	Africa/Casablanca	34.91767	-5.63092		Dahr al Khir,Douar Ellouar,Douar Louaar,El Ouar,Louar		01	405		
2549486	Al Orjane	al-orjane	MA		0	Africa/Casablanca	33.39797	-3.72768		Al Orjane,El Ordjane,El Orjane		03	131		
2549487	Douar El Orj	douar-el-orj	MA		0	Africa/Casablanca	32.46226	-8.44635		Douar El Orj,El Orj		06	467		
2549493	Al Mtougui	al-mtougui	MA		0	Africa/Casablanca	31.38861	-7.92814		Al Mtougui,Douar el Mtougui,El Mtougui,Mtougui		07	041		
2549494	Douar Lemtinner	douar-lemtinner	MA		0	Africa/Casablanca	34.4856	-4.62964		Douar Lemtinner,Douar Lemtuner,Douar el Mtimra,El Mtimra		03	531		
2549496	El Msila	el-msila	MA		0	Africa/Casablanca	34.51354	-4.85952				03	531		
2549500	Lamsabih	lamsabih	MA		0	Africa/Casablanca	32.30152	-8.73526		Douar el Msabih,El Msabih,Lamsabih,M'sabih,M’sâbih		07	431		
2549501	El Msaada	el-msaada	MA		0	Africa/Casablanca	35.07555	-2.36883				02	113		
2549506	El Mrija	el-mrija	MA		0	Africa/Casablanca	34.81008	-6.03856		El Mrija,Mrija		04	281		
2549507	Douar Lemribtat	douar-lemribtat	MA		0	Africa/Casablanca	32.51116	-8.9396		Douar Lemribtat,Douar el Mribtat,El Mribtat		07	431		
2549508	Douar Lemriba	douar-lemriba	MA		0	Africa/Casablanca	34.50968	-5.66279		Douar Lemriba,Douar el Mriba,Douar el Mribâ,El Mriba,El Mribâ,Meribaa,Meribaâ		04	481		
2549511	El Meghassine	el-meghassine	MA		0	Africa/Casablanca	34.01784	-5.48961		Al Mrhassiine,El Meghassine,El Merhassine,El Mrhassiine,Merhasiyne,Merhasyne		03	061		
2549512	Douar Lemraghba	douar-lemraghba	MA		0	Africa/Casablanca	32.61629	-8.74841		Douar Lemraghba,El Mrhari		06	467		
2549513	Al Mghafrat	al-mghafrat	MA		0	Africa/Casablanca	30.67615	-8.40494		Al Mghafrat,El Mghfra,El Mrhafra		09	541		
2549516	Al Hararcha	al-hararcha	MA		0	Africa/Casablanca	31.3994	-8.49474		Al Hararcha,Douar el Hararcha,El Mrarcha,Lahrarcha		07	161		
2549517	El Mraouna	el-mraouna	MA		0	Africa/Casablanca	35.04582	-6.07193		El Mraouna,Maraouna		01	331		
2549519	Al Mramda	al-mramda	MA		0	Africa/Casablanca	31.34363	-8.38146		Al Mramda,Douar el Mramda,El Mramda,Lamramda Zaouia,Mramda		07	161		
2549520	El Mraj	el-mraj	MA		0	Africa/Casablanca	34.84171	-5.28973		Al Mraj,Al Mrej,El Marj,El Mraj,Lamraji		01	405		
2549521	El Mraj	el-mraj	MA		0	Africa/Casablanca	34.76206	-4.88055		Al Mraj,El Mraj		03	531		
2549522	Lemrahat	lemrahat	MA		0	Africa/Casablanca	32.40341	-8.62876		Douar el Mrahat,El Mrahat,El-Mrahate,Lemrahat		07	431		
2549523	El Mrachate	el-mrachate	MA		0	Africa/Casablanca	31.93768	-9.4047				07	431		
2549524	El Mrabtine	el-mrabtine	MA		0	Africa/Casablanca	29.2862	-10.07527		El Mrabtine,Zauia el Merabtin		10	473		
2549525	Douar Lamrabtiya	douar-lamrabtiya	MA		0	Africa/Casablanca	32.35286	-6.73753		Douar Lamrabtiya,El Mrabtia		05	255		
2549526	El Mrabitine	el-mrabitine	MA		0	Africa/Casablanca	31.6	-6.29				08	577		
2549527	Al Moungar	al-moungar	MA		0	Africa/Casablanca	32.94516	-7.01162		Al Moungar,El Moungar		06	461		
2549530	Douar el Moukhtar	douar-el-moukhtar	MA		0	Africa/Casablanca	31.42479	-8.17275		Douar el Moukhtar,El Moukhtar		07	351		
2549531	El Moujoud	el-moujoud	MA		0	Africa/Casablanca	35.2066	-3.98146		El Moujoud,El Muyud		01	051		
2549532	El Mouissat	el-mouissat	MA		0	Africa/Casablanca	32.52592	-7.54774		El Mouissat,El Mouissate,El Mouisset,El Mouïssate,Lemessat		06	461		
2549533	Douar Lemouissat	douar-lemouissat	MA		0	Africa/Casablanca	32.61069	-8.79069		Douar Lemouissat,El Mouissat,El Mouisset,Laumissat		06	467		
2549534	Douar Lemminat	douar-lemminat	MA		0	Africa/Casablanca	31.63906	-8.74044		Douar Lemminat,El Mouinet,El Mouinèt		07	161		
2549535	Douar Lemouilhat	douar-lemouilhat	MA		0	Africa/Casablanca	31.86638	-9.20481		Douar Lemouilhat,El Mouilhat,Sidi Mohammed Ben Lidine		07	211		
2549536	Douar Lammihat	douar-lammihat	MA		0	Africa/Casablanca	31.86002	-8.51105		Douar Lammihat,El Mouihate		07	585		
2549538	El Mouarid	el-mouarid	MA		0	Africa/Casablanca	31.61459	-9.13758		Douar el Mouarid,El Mouarid		07	211		
2549540	El Mouara el Kantra	el-mouara-el-kantra	MA		0	Africa/Casablanca	35.16696	-5.98453		Douar el Kantara,El Mouara el Kantra,El mouaanaa el kentara,El mouaânaa el kentara		01	331		
2549542	Mograne	mograne	MA		0	Africa/Casablanca	34.40299	-6.43949		El Moghrane,El Mograne,El Morhrane,Mograne,Morhane,Morhrane		04	281		
2549543	Douar Lmeqrinat	douar-lmeqrinat	MA		0	Africa/Casablanca	33.94338	-4.54445		Douar Lmeqrinat,El Mokrinat,Koudiat Mokhinat		03	561		
2549544	Douar Mokhtar	douar-mokhtar	MA		0	Africa/Casablanca	35.37189	-5.11626		Douar Mokhtar,El Mokhtar,Mokhtar		01	151		
2549545	Douar el Mokhtar	douar-el-mokhtar	MA		0	Africa/Casablanca	34.3531	-3.83107		Douar el Mokhtar,El Mokhtar		02	265		
2549546	El Makhfi	el-makhfi	MA		0	Africa/Casablanca	35.72688	-5.64351		El Makhfi,El Mokfi,El Mokhfi		01	227		
2549547	El Mokaddem	el-mokaddem	MA		0	Africa/Casablanca	29.48	-10.03		El Mokaddem,Id el Mudden		10	473		
2549550	Douar Mahmoud	douar-mahmoud	MA		0	Africa/Casablanca	35.22561	-4.89174		Douar Mahmoud,El Mahamud,El Mohamoud,Mahmoud		01	151		
2549551	Lamhadi	lamhadi	MA		0	Africa/Casablanca	32.29725	-9.01344		Douar el Mohadi,El Mohadi,Lamhadi,Lemhadi,Mohadi		07	431		
2549553	Douar Lamnisrat	douar-lamnisrat	MA		0	Africa/Casablanca	31.81193	-9.17889		Douar Cheikh Mohammed,Douar Cheïkh Mohammed,Douar Lamnisrat,El Mnasrat,El Mnasrate		07	211		
2549554	Lamnar	lamnar	MA		0	Africa/Casablanca	35.80487	-5.7275		El Manar,El Mnar,Lamnar		01	227		
2549555	Douar Lemnaqra Smamra	douar-lemnaqra-smamra	MA		0	Africa/Casablanca	32.58362	-8.71202		Douar Lemnaqra Smamra,Douar el Mnakha Smamra,Douar el Mnakha Zemamra,El Mnakha Smamra,Smamra		06	467		
2549556	El Mlalih	el-mlalih	MA		0	Africa/Casablanca	32.4544	-1.30155				02	251		
2549558	Douar Mkansa	douar-mkansa	MA		0	Africa/Casablanca	32.05647	-9.1834		Douar Mkansa,El Mkannsa		07	431		
2549561	Douar el Mjed	douar-el-mjed	MA		0	Africa/Casablanca	31.40581	-8.23121		Douar el Mjed,El Mjed		07	351		
2549562	Douar Lamjaara	douar-lamjaara	MA		0	Africa/Casablanca	34.36673	-5.19817		Douar Lamjaara,El Mjaara		03	531		
2549565	El Misab	el-misab	MA		0	Africa/Casablanca	34.92974	-4.98931				01	151		
2549566	El Mikafa	el-mikafa	MA		0	Africa/Casablanca	34.91	-4.8				01	151		
2549570	Lemhazil Oulad Daoud	lemhazil-oulad-daoud	MA		0	Africa/Casablanca	31.87439	-7.9339		Douar el Mehazil,El Mehazil,El Mhazil,Lemhazil Oulad Daoud		07	427		
2549572	Mkhatir	mkhatir	MA		0	Africa/Casablanca	30.55474	-8.53617		El M'Hatir,El M’Hatir,Mkhatir		09	541		
2549574	Lamhamid	lamhamid	MA		0	Africa/Casablanca	30.12535	-6.88506		El Mhamid,Lamhamid,M'hamid,M’hamid		09	551		
2549579	El Mguerdayine	el-mguerdayine	MA		0	Africa/Casablanca	31.5	-8.85		El Mguerdayine,Mguerdaine		07	161		
2549580	El Mguedma	el-mguedma	MA		0	Africa/Casablanca	31.91573	-9.40483		Dar el Mguemda,El Mguedma,Lemgadma		07	431		
2549581	Al Mgassem	al-mgassem	MA		0	Africa/Casablanca	31.3723	-7.94231		Al Mgassem,Douar el Mgassem,El Mgassem,Lamgacem		07	041		
2549582	Lemgadim	lemgadim	MA		0	Africa/Casablanca	32.29151	-9.05241		Douar el Mgadime,El Mgadime,Lemgadem,Lemgadim		07	431		
2549583	Al Mezwar	al-mezwar	MA		0	Africa/Casablanca	31.40873	-7.92959		Al Mezwar,Douar el Mezouar,El Mezouar,M'zaoura,M’zaoura		07	041		
2549586	El Mestoui	el-mestoui	MA		0	Africa/Casablanca	34.58644	-4.875				03	531		
2549587	Oulad Moussa	oulad-moussa	MA		0	Africa/Casablanca	32.07629	-7.90812		El Messaoui,Oulad Moussa		07	427		
2549588	El Messala	el-messala	MA		0	Africa/Casablanca	33.76793	-5.78618				04	291		
2549589	Mssadia	mssadia	MA		0	Africa/Casablanca	32.25096	-8.81479		Douar el Messadia,El Messaadia,El Messadia,Mssadia		07	431		
2549591	El Meska	el-meska	MA		0	Africa/Casablanca	34.89944	-5.35323		El Meska,Meska		01	405		
2549593	Lkhaloua	lkhaloua	MA		0	Africa/Casablanca	35.53105	-5.92818		Al Mers,El Mers,Khaloua,Lkhaloua,Mers		01	511		
2549594	Douar El Mers	douar-el-mers	MA		0	Africa/Casablanca	34.28939	-4.38607		Douar El Mers,El Mers		03	561		
2549595	El Mers	el-mers	MA		0	Africa/Casablanca	34.21167	-3.98131		Douar el Mers,El Mers		03	561		
2549596	El Mers	el-mers	MA		0	Africa/Casablanca	32.65408	-5.58907				05	301		
2549597	Douar El Mers	douar-el-mers	MA		0	Africa/Casablanca	32.54523	-8.7404		Douar El Mers,El Marssa,El Mers		06	467		
2549598	Douar Lmers	douar-lmers	MA		0	Africa/Casablanca	32.12467	-7.54833		Douar Lmers,Douar el Mer,El Mers,Lmers		07	191		
2549599	Douar El Mers	douar-el-mers	MA		0	Africa/Casablanca	31.69196	-9.1921		Douar El Mers,Douar Oulad Sidi Abd el Rahmane,El Mers,El Mers Asugba		07	211		
2549600	Douar El Mers	douar-el-mers	MA		0	Africa/Casablanca	31.6942	-9.05097		Douar El Mers,El Mers		07	211		
2549601	Douar Dyar Mares	douar-dyar-mares	MA		0	Africa/Casablanca	31.66323	-9.10856		Douar Dyar Mares,Douar Mares,El Mers		07	211		
2549602	Al Mers	al-mers	MA		0	Africa/Casablanca	31.46399	-7.93849		Al Mers,Douar el Mers,El Marss,El Mers		07	041		
2549603	El Mers	el-mers	MA		0	Africa/Casablanca	31.25339	-9.21661				07	161		
2549604	Lmers	lmers	MA		0	Africa/Casablanca	30.05089	-9.27798		El Mers,El Mrs Ait Amar,El Mrs Aït Amar,Lmers		09	163		
2549605	El Mers Oulad Amer	el-mers-oulad-amer	MA		0	Africa/Casablanca	29.81618	-9.7143		El Mers,El Mers Oulad Amer		09	581		
2549606	Al Mars Oufalla	al-mars-oufalla	MA		0	Africa/Casablanca	29.41626	-9.95588		Al Mars Oufalla,El Mers		10	473		
2549607	El Mers	el-mers	MA		0	Africa/Casablanca	29.18328	-10.21286				10	473		
2549613	El Merja	el-merja	MA		0	Africa/Casablanca	30.20274	-6.43345				08	587		
2549615	Lemri	lemri	MA		0	Africa/Casablanca	32.3984	-5.34345		El Meri,Lemri		08	363		
2549619	El Merabtine	el-merabtine	MA		0	Africa/Casablanca	29.34462	-10.14199		El Merabtin,El Merabtine,El Morablin		10	473		
2549621	El Menzel	el-menzel	MA		0	Africa/Casablanca	34.61678	-4.17824				03	561		
2549622	Douar El Mennzel	douar-el-mennzel	MA		0	Africa/Casablanca	34.4526	-4.10106		Douar El Mennzel,Douar el Menzel,El Menzel		03	561		
2549623	El Menzel	el-menzel	MA		0	Africa/Casablanca	33.83758	-4.54472		El Mennzel,El Menzel		03	451		
2549624	El Menzel	el-menzel	MA		0	Africa/Casablanca	33.83	-4.53		El Mennzel,El Menzel		03	451		
2549626	El Menzeh	el-menzeh	MA		0	Africa/Casablanca	33.89628	-5.54328		El Menzeh,Meknes Plaisance,Meknès Plaisance,Plaisance		03	061		
2549631	El Menizla	el-menizla	MA		0	Africa/Casablanca	30.61145	-9.07805		El Had Mnzila,El Menizla,El Mnizla,Menizla		09	541		
2549633	Bni Mengoud	bni-mengoud	MA		0	Africa/Casablanca	35.59016	-5.75252		Beni Manjoud,Beni Mengout,Bni Mengoud,El Mengoud		01	511		
2549634	El Menaset	el-menaset	MA		0	Africa/Casablanca	35.5236	-5.64336				01	571		
2549635	El Menara	el-menara	MA		0	Africa/Casablanca	33.9624	-4.16109		Douar el Menara,El Menara,Mnara		03	561		
2549637	El Menadi	el-menadi	MA		0	Africa/Casablanca	34.15396	-4.22219		Douar el Menadi,El Menadi		03	561		
2549639	El Menaa	el-menaa	MA		0	Africa/Casablanca	34.5059	-4.51553		El Menaa,Menaa		03	531		
2549640	El Menaâ	el-menaa	MA		0	Africa/Casablanca	34.4862	-5.42871		Douar el Menaa,Douar el Menaâ,El Menaa,El Menaâ		04	481		
2549641	El Melloukine	el-melloukine	MA		0	Africa/Casablanca	34.23785	-3.73773		Douar el Melloukine,El Melloukine		02	265		
2549642	El Mellah	el-mellah	MA		0	Africa/Casablanca	31.80767	-6.76238				05	081		
2549643	El Mellah	el-mellah	MA		0	Africa/Casablanca	29.22142	-9.47579				10	261		
2549646	Lemkhachim Lkhart	lemkhachim-lkhart	MA		0	Africa/Casablanca	34.51873	-6.03007		Douar el Mekhachime,El Mekhachim,Lemkhachim Lkhart,Mikhachim		04	481		
2549649	Lemjibha	lemjibha	MA		0	Africa/Casablanca	35.62924	-5.62969		El Mejibka,El Mekhaled,El Meyibha,Lemjibha,Majibhat,Mejibka		01	227		
2549652	El Mehiriz	el-mehiriz	MA		0	Africa/Casablanca	34.57664	-2.54954				02	533		
2549653	El Mehdi el Menabhi	el-mehdi-el-menabhi	MA		0	Africa/Casablanca	31.89829	-8.12142		Douar Mehdi el Menebi,El Mehdi el Menabhi,Mehdi el Menebhi		07	351		
2549654	Douar Mhazil Amarna	douar-mhazil-amarna	MA		0	Africa/Casablanca	32.51006	-7.96278		Dar el Caid,Dar el Caïd,Douar Mhazil Amarna,Douar el Mehazil,El Mehazil		07	427		
2549657	Douar Lemharet	douar-lemharet	MA		0	Africa/Casablanca	32.34696	-8.65468		Douar Lemharet,Douar el Meharat,El Meharat		07	431		
2549658	Al Maharad	al-maharad	MA		0	Africa/Casablanca	31.27719	-8.40475		Al Maharad,Douar el Maharad,El Meharad		07	041		
2549659	El Mehaouza	el-mehaouza	MA		0	Africa/Casablanca	34.12927	-3.96202		Al Mehaouza,Douar el Mehaouza,El Mehaouza		03	561		
2549660	El Mehamda	el-mehamda	MA		0	Africa/Casablanca	34.54005	-4.36954		El Mehamda,Mhamda		03	531		
2549661	El Mehajra	el-mehajra	MA		0	Africa/Casablanca	34.69124	-5.09438		El Mehajra,Mahjara		03	531		
2549664	Mgharba	mgharba	MA		0	Africa/Casablanca	35.80988	-5.44762		El M'Gharba,El Megarda,El M’Gharba,Mgharba		01	227		
2549665	El Medint Ouamouch	el-medint-ouamouch	MA		0	Africa/Casablanca	30.05639	-8.24687				09	541		
2549666	Al Mdini	al-mdini	MA		0	Africa/Casablanca	30.21926	-8.01565		Al Mdini,Al Mdint,El Medinnt,El Medint		09	541		
2549667	Lmdint Aït Fiyd	lmdint-ait-fiyd	MA		0	Africa/Casablanca	29.80645	-8.6394		El Medinnte,El Medint,Lamdint,Lmdint Ait Fiyd,Lmdint Aït Fiyd		09	551		
2549668	Al Medinat	al-medinat	MA		0	Africa/Casablanca	31.1076	-8.37016		Al Medinat,El Medinet,Medimet		07	041		
2549669	Lamdint	lamdint	MA		0	Africa/Casablanca	30.25107	-7.38619		El Medinet,Lamdint		08	401		
2549670	Lamdint	lamdint	MA		0	Africa/Casablanca	30.22388	-7.58427		El Medinet,Lamdint,Lemdint		08	401		
2549671	Al Mdad	al-mdad	MA		0	Africa/Casablanca	30.76595	-8.31308		Al Mdad,El Meddad		09	541		
2549673	El Mechref	el-mechref	MA		0	Africa/Casablanca	34.15274	-4.01798		Douar el Mechref,El Mechref		03	561		
2549681	El Mchaa el Fouki	el-mchaa-el-fouki	MA		0	Africa/Casablanca	34.73452	-4.80547				03	531		
2549683	El Matraou	el-matraou	MA		0	Africa/Casablanca	34.98	-4.9				01	151		
2549684	El Marsa	el-marsa	MA		0	Africa/Casablanca	33.35249	-3.7715				03	131		
2549685	El Marmouta	el-marmouta	MA		0	Africa/Casablanca	32.01589	-7.45527		Douar el Marmouta,El Marmouta,El Mermouta,Marmoua		07	191		
2549687	Douar Lmarja	douar-lmarja	MA		0	Africa/Casablanca	34.79105	-5.91133		Douar Lmarja,Douar el Marja,El Maria,El Marjah,Marjah		04	281		
2549688	El Marj	el-marj	MA		0	Africa/Casablanca	34.82249	-5.27516		Al Marj,El Marj,Marj		01	405		
2549689	El Marhra	el-marhra	MA		0	Africa/Casablanca	34.72268	-4.01741				03	561		
2549691	Al Manzla	al-manzla	MA		0	Africa/Casablanca	35.59231	-5.82799		Al Manzla,El Manzla,Mensla		01	511		
2549692	Al Mançouriya	al-mancouriya	MA		0	Africa/Casablanca	31.30941	-4.27717		Al Mancouriya,Al Mançouriya,El Mansouriya		08	201		
2549693	Lmansoura	lmansoura	MA		0	Africa/Casablanca	35.82085	-5.52166		El Mannsoura,El Mannsoure,El Mansoura,El Mensoura,El Menzora,Lmansoura		01	227		
2549694	El Manasra	el-manasra	MA		0	Africa/Casablanca	34.71274	-6.29914		Douar el Manasra,El Manasra,El Mnasser		04	281		
2549695	Douar El Mellaliyine	douar-el-mellaliyine	MA		0	Africa/Casablanca	35.62605	-5.3406		Douar El Mellaliyine,El Malaliyine,El Melalien,El Mellaliyene,El Mellaliyine,Malalene,Malalien		01	571		
2549696	El Malaïch	el-malaich	MA		0	Africa/Casablanca	33.95114	-4.05304		El Malaich,El Malaïch,Mallaiche et Linjoer,Mallaïche et Linjoer		03	561		
2549698	Douar Maaqil	douar-maaqil	MA		0	Africa/Casablanca	35.35966	-5.13356		Douar Maaqil,El Makouel		01	151		
2549699	El Makina	el-makina	MA		0	Africa/Casablanca	31.56	-8		Douar el Makina,El Makina		07	351		
2549700	El Majoub	el-majoub	MA		0	Africa/Casablanca	29.8	-9.51		El Mahjoub,El Majoub		09	581		
2549702	El Maïz Tahtani	el-maiz-tahtani	MA		0	Africa/Casablanca	32.11338	-1.22691		El Maiz,El Maiz Tahtani,El Maïz,El Maïz Tahtani		02	251		
2549703	Douar Lamaiziyyine	douar-lamaiziyyine	MA		0	Africa/Casablanca	34.81894	-5.82844		Douar Lamaiziyyine,Douar el Maizyine,Douar el Maïzyine,El Maiziine,El Maizyine,El Maïziine,El Maïzyine,La Maizime,La Maizïme		04	481		
2549789	Lekmichat	lekmichat	MA		0	Africa/Casablanca	32.27931	-8.40023		El Koumichat,Lekmichat		07	427		
2549704	Lemaayzat	lemaayzat	MA		0	Africa/Casablanca	32.25559	-8.78909		Douar el Maizat,Douar el Maïzat,El Maizat,El Maïzat,El-Maizate,El-Maïzate,Lemaayzat,Maizat,Maïzat		07	431		
2549705	Douar El Maïzat	douar-el-maizat	MA		0	Africa/Casablanca	33.22193	-8.42114		Douar El Maizat,Douar El Maïzat,El Maiza,El Maïza		06	181		
2549706	Douar Lmaaycha	douar-lmaaycha	MA		0	Africa/Casablanca	34.29046	-5.08171		Ahl Lamaichi,Ahl Lamâichi,Douar Lmaaycha,El Maicha,El Maïcha		03	591		
2549707	Al Mahrouz	al-mahrouz	MA		0	Africa/Casablanca	31.45368	-7.34621		Al Mahrouz,El Mahrouz		07	041		
2549708	El Mahroug	el-mahroug	MA		0	Africa/Casablanca	30.13074	-6.84725				09	551		
2549709	Al Mhamid	al-mhamid	MA		0	Africa/Casablanca	31.59163	-8.03922		Al Mhamid,Douar el Mahmid,El Mahmid,Hbl Hmid		07	351		
2549710	Douar Lemaizat	douar-lemaizat	MA		0	Africa/Casablanca	31.80922	-9.06066		Douar Lemaizat,El Mahizate		07	211		
2549712	El Mahetat	el-mahetat	MA		0	Africa/Casablanca	31.85274	-9.51104		El Mahetat,El Mahetate		07	211		
2549718	Douar Lemhadi	douar-lemhadi	MA		0	Africa/Casablanca	31.68641	-9.21755		Al Madi,Douar Cheikh Mohammed,Douar Lemhadi,El Madi,El Mhadi		07	211		
2549721	Lamaisra	lamaisra	MA		0	Africa/Casablanca	31.53349	-8.61112		Douar Mahessera,El Maassera,Lamaassra,Lamaisra,Lamâassra		07	161		
2549722	El Maarif	el-maarif	MA		0	Africa/Casablanca	34.85731	-6.10648		El Maarif,El Maarif Dahr el Hdaj,El Maârif Dahr el Hdaj		04	281		
2549723	El Maarif	el-maarif	MA		0	Africa/Casablanca	34.47595	-5.45412		Al Maarif,Douar el Maarif,El Maarif		04	481		
2549724	Douar El Maarif	douar-el-maarif	MA		0	Africa/Casablanca	33.10725	-7.36641		Douar El Maarif,El Maarif		06	461		
2549727	Douar Lamaamra Cilab	douar-lamaamra-cilab	MA		0	Africa/Casablanca	31.86314	-7.70428		Douar Lamaamra Cilab,El Maamra,El aramra		07	427		
2549728	El Maalmine	el-maalmine	MA		0	Africa/Casablanca	32.63108	-7.60065				06	461		
2549729	Douar El Maalmine	douar-el-maalmine	MA		0	Africa/Casablanca	32.29919	-8.19987		Douar El Maalmine,El Maallemine		07	427		
2549730	Al M ’adid	al-m-adid	MA		0	Africa/Casablanca	31.46675	-4.2151		Al M 'adid,Al M ’adid,El Hain,El Haïn,El Maadid,El Madid,El Mâadid,Lhain,Lhaïn,Maadid,Maâdid		08	201		
2549733	El Maadene	el-maadene	MA		0	Africa/Casablanca	35.01557	-3.95403		El Maaden,El Maadene		01	051		
2549735	Douar El Ma	douar-el-ma	MA		0	Africa/Casablanca	31.66011	-9.15794		Ahlma,Douar El Ma,El Amama,El Ma		07	211		
2549736	El Louza	el-louza	MA		0	Africa/Casablanca	31.92018	-8.09639				07	351		
2549739	Al Louh	al-louh	MA		0	Africa/Casablanca	32.79177	-3.53491		Al Louh,El Loh		02	251		
2549740	Al Hart	al-hart	MA		0	Africa/Casablanca	31.60154	-6.93385		Al Hart,El Lehart		05	081		
2549741	Lbabaa	lbabaa	MA		0	Africa/Casablanca	35.39244	-5.46158		El Baba,El Babâ,El Lebabaa,Lbabaa		01	571		
2549742	Douar Leahura	douar-leahura	MA		0	Africa/Casablanca	34.6837	-5.7247		Douar Leahura,Douar el Lbane,El Lbane		04	481		
2549743	El Ktout	el-ktout	MA		0	Africa/Casablanca	34.7	-5.33				01	405		
2549745	Douar Lguettaba	douar-lguettaba	MA		0	Africa/Casablanca	32.55377	-8.70299		Douar Lguettaba,Douar el Kteb,El Kteb		06	467		
2549746	El Ktaoua	el-ktaoua	MA		0	Africa/Casablanca	32.0859	-7.6532		Douar el Ktaoua,Douar et Ktaoua,El Ktaoua,Ktaoua		07	191		
2549749	Ksiba	ksiba	MA		0	Africa/Casablanca	35.43126	-5.86588		El Ksiba,El-Kasiba,Ksiba,Kslba,Quesiba		01	331		
2549750	El Ksiba	el-ksiba	MA		0	Africa/Casablanca	32.57286	-6.01947		El Ksiba,Ksiba	1209101031	05	091	1209101031	
2549751	El Ksaïba	el-ksaiba	MA		0	Africa/Casablanca	31.36732	-8.62647		El Ksaiba,El Ksaibe,El Ksaïba,El Ksaïbe,El Ksiba,El OCaiba,El OÇaïba,Kseiba		07	161		
2549752	El ksiba	el-ksiba	MA		0	Africa/Casablanca	30.483	-9.13532		Aissa el Ksiba,Aïssa el Ksiba,El ksiba,Ksiba		09	541		
2549753	Laqçayba	laqcayba	MA		0	Africa/Casablanca	31.23253	-8.84862		El Kceiba,El Kseiba,El Kseïba,Lagsibe,Laqcayba,Laqçayba		07	161		
2549754	Legsayb	legsayb	MA		0	Africa/Casablanca	29.59199	-9.68971		El Kseib,El Kseïb,El Ouksaid,El Ouksaïd,Legsayb,Lksaib		09	581		
2549755	El Ksebt	el-ksebt	MA		0	Africa/Casablanca	29.97492	-8.23277				09	551		
2549756	El Ksebt	el-ksebt	MA		0	Africa/Casablanca	29.53	-9.93				10	473		
2549757	El Ksebt	el-ksebt	MA		0	Africa/Casablanca	29.5	-9.58		El Ksebt,Lksaib,Lksebt		09	581		
2549758	El Qasbate	el-qasbate	MA		0	Africa/Casablanca	29.82689	-9.76697		El Kasbat,El Ksbat,El Ksbate,El Qasbate		09	581		
2549759	Qsar Jdid	qsar-jdid	MA		0	Africa/Casablanca	31.62938	-4.79786		El Ksar Jdid,Ksar Jdid,Ksar Jedid,Qsar Jdid		08	201		
2549763	El Krit	el-krit	MA		0	Africa/Casablanca	31.38844	-9.53955				07	211		
2549764	Douar Legrinat	douar-legrinat	MA		0	Africa/Casablanca	31.6344	-8.79696		Douar Legrinat,El Krinate		07	161		
2549765	Douar Crimda	douar-crimda	MA		0	Africa/Casablanca	35.27391	-6.07192		Douar Crimda,El Krimda,Krimda		01	331		
2549767	Al Kriet	al-kriet	MA		0	Africa/Casablanca	31.41108	-7.795		Al Kriet,Douar el Kriet,El Kriet		07	041		
2549768	El Kribes	el-kribes	MA		0	Africa/Casablanca	34.91	-4.96		El Kribes,El Kribess		01	151		
2549772	El Krarma	el-krarma	MA		0	Africa/Casablanca	32.92274	-4.1543		El Kharma,El Krarma		03	131		
2549773	Douar Lekrarma	douar-lekrarma	MA		0	Africa/Casablanca	31.90603	-7.5066		Douar Lekrarma,El Krarma		07	191		
2549778	Laqraqra	laqraqra	MA		0	Africa/Casablanca	32.43185	-7.43235		El Kraker,El Krakra,Laqraqra		07	191		
2549780	Douar el Krada	douar-el-krada	MA		0	Africa/Casablanca	34.49659	-5.68863		Dar el Krada,Douar el Krada,El Krada,Oulad Kradda		04	481		
2549781	Douar Inarabra	douar-inarabra	MA		0	Africa/Casablanca	32.15333	-8.68537		Douar Inarabra,Douar el Krabaa,El Krabaa		07	585		
2549782	Douar El Kharma	douar-el-kharma	MA		0	Africa/Casablanca	32.82088	-8.8853		Douar El Kharma,Douar Kharma,El Kraba,Krarba		06	181		
2549784	El Kousir	el-kousir	MA		0	Africa/Casablanca	34.15024	-3.97582		Douar el Kousir,El Kousir,Osara al Kousir		03	561		
2549785	Douar Loukrimat	douar-loukrimat	MA		0	Africa/Casablanca	34.17374	-5.5418		Al Kourimet,Douar Loukrimat,El Kourimet,Kreimet		04	481		
2549787	El Kourat	el-kourat	MA		0	Africa/Casablanca	32.66264	-7.98503		El Kourat,El Kourate,El Krate		07	427		
2549788	Douar Lekrimat	douar-lekrimat	MA		0	Africa/Casablanca	34.72359	-5.7514		Douar Lekrimat,Douar el Kouraimat,Douar el Kouraïmat,El Karamate,El Kouraimat,El Kouramat,El Kouraïmat		04	481		
2549790	Douar Leqlia	douar-leqlia	MA		0	Africa/Casablanca	31.56091	-9.09673		Douar Leqlia,El Koulea,Enfalis		07	161		
2549791	El Koulea	el-koulea	MA		0	Africa/Casablanca	31.53387	-9.1589		El Kolea,El Koléa,El Koulea		07	161		
2549798	El Koudia	el-koudia	MA		0	Africa/Casablanca	34.72044	-5.25391		El Koudia,Koudia		01	405		
2549799	Lkoudiat	lkoudiat	MA		0	Africa/Casablanca	32.39045	-8.0854		El Koudia,Lkoudiat		07	427		
2549800	Douar El Koudia	douar-el-koudia	MA		0	Africa/Casablanca	32.10151	-8.95306		Douar El Koudia,El-Koudia		07	431		
2549804	El Koubagha	el-koubagha	MA		0	Africa/Casablanca	35.0398	-5.29097		El Koubagha,El Koubarha		01	151		
2549807	Bni Darkoul	bni-darkoul	MA		0	Africa/Casablanca	35.05723	-5.06655		Bni Darkoul,El Cob,El Kaoub,El Kob,El Koub		01	151		
2549808	El Kouasma	el-kouasma	MA		0	Africa/Casablanca	32.66967	-9.0555		Douar el Kouasma,El Kouasma,Lakouas Ma Meriame		07	431		
2549809	Kariat Echams	kariat-echams	MA		0	Africa/Casablanca	31.51227	-8.5444		El Kouariate Chemch,Kariat Echams		07	161		
2549810	Douar Oulad Shaymi	douar-oulad-shaymi	MA		0	Africa/Casablanca	32.54628	-8.87418		Douar Oulad Shaymi,El Kouara		06	467		
2549811	El Kouanna	el-kouanna	MA		0	Africa/Casablanca	32.21414	-7.28138		Douar Azzouz,Douar el Kouanna,El Kouanna		07	191		
2549812	Douar Lekouachi	douar-lekouachi	MA		0	Africa/Casablanca	31.90862	-7.60693		Douar Kouachi,Douar Lekouachi,El Kouahi,Zeouahi		07	427		
2549813	Douar Lakouach	douar-lakouach	MA		0	Africa/Casablanca	32.47332	-8.87419		Douar Lakouach,Douar el Kouach,El Kouach,Lakouach		07	431		
2549814	Douar Lekouach	douar-lekouach	MA		0	Africa/Casablanca	31.54892	-9.63041		Douar Kouach,Douar Lekouach,El Kouach,Kouach		07	211		
2549815	El Koraïma	el-koraima	MA		0	Africa/Casablanca	29.38063	-10.12792		El Coraima,El Koraima,El Koraïma		10	473		
2549817	El Kora	el-kora	MA		0	Africa/Casablanca	34.40381	-4.71229		Douar el Kora,El Koa,El Kora		03	531		
2549818	Douar Lqolla	douar-lqolla	MA		0	Africa/Casablanca	35.05449	-5.10755		Douar Lqolla,El Kolla		01	151		
2549820	El Knatene	el-knatene	MA		0	Africa/Casablanca	34.85	-4.41		El Knatel,El Knatene		01	051		
2549821	El Knassis	el-knassis	MA		0	Africa/Casablanca	30.44375	-8.80989		El Knassis,Knasis		09	541		
2549822	El Kline	el-kline	MA		0	Africa/Casablanca	34.40014	-4.63445		Douar el Kline,El Kline		03	531		
2549823	Douar El Kalaa	douar-el-kalaa	MA		0	Africa/Casablanca	34.82949	-5.69252		Douar El Kalaa,Douar el Klea,El Klea,El Kleaa,El Kleaâ		01	405		
2549824	Al Qala’t	al-qala-t	MA		0	Africa/Casablanca	30.70009	-7.81803		Al Qala't,Al Qala’t,El Klaat,Elklate,Elklâte		09	541		
2549825	Douar Lkalaa	douar-lkalaa	MA		0	Africa/Casablanca	34.63889	-5.49803		Al Qel'a,Al Qel’a,Douar Lkalaa,El Klaa,Klaa,Klâa		04	481		
2549826	Douar Leqyous	douar-leqyous	MA		0	Africa/Casablanca	34.53018	-5.46784		Douar Leqyous,El Kious,El Kiouss,Elkoyosse		04	481		
2549827	El Kiouia	el-kiouia	MA		0	Africa/Casablanca	30.25	-6.73				09	551		
2549828	Loujajna	loujajna	MA		0	Africa/Casablanca	34.7063	-6.12964		Douar el Kihichiine,El Kihichiine,Kehaichette,Loujajna		04	281		
2549829	El Kifane	el-kifane	MA		0	Africa/Casablanca	34.0438	-5.4711		El Kifane,Kifane		03	061		
2549834	El Kiad	el-kiad	MA		0	Africa/Casablanca	30.52557	-9.0581		El Kiad,El Kouad,El Kyad		09	541		
2549835	Douar Ghzalat	douar-ghzalat	MA		0	Africa/Casablanca	34.78605	-5.86606		Al Khzalat,Douar Ghzalat,Douar el Khzalat,El Khzalat,Lakzalat		04	481		
2549836	Douar Lekhtoura	douar-lekhtoura	MA		0	Africa/Casablanca	32.54478	-8.92479		Douar Lekhtoura,El Khtoura,El Ktoura,Lekhtora		06	467		
2549837	Al Khattart Nagar Oughrane	al-khattart-nagar-oughrane	MA		0	Africa/Casablanca	31.53255	-4.77194		Al Khattart Nagar Oughrane,El Khtart Nguer Ourhane		08	201		
2549838	El Khrisset	el-khrisset	MA		0	Africa/Casablanca	31.93772	-9.03428		Douar Lasi,El Khrisset		07	431		
2549839	El Khririba	el-khririba	MA		0	Africa/Casablanca	31.43757	-8.82218		El Khouribat,El Khririba,Er Ririba		07	161		
2549840	Douar El Habbab	douar-el-habbab	MA		0	Africa/Casablanca	34.49883	-5.97605		Douar El Habbab,Douar el Khraitia,El Khraitia,El Khraïtia		04	481		
2549845	Douar Lekhbazat Dar Dhiba	douar-lekhbazat-dar-dhiba	MA		0	Africa/Casablanca	32.00935	-8.8608		Douar Lekhbazat Dar Dhiba,El Khouissat		07	431		
2549846	El Khouarra Hejria	el-khouarra-hejria	MA		0	Africa/Casablanca	35.15758	-5.90891		El Khouarra Hejeria,El Khouarra Hejria,Houarras el Hajeriene		01	331		
2549847	El Khouadra	el-khouadra	MA		0	Africa/Casablanca	31.61251	-8.30537		Douar el Khouadra,El Khouadra,Lakhouadra		07	351		
2549848	El Khotara	el-khotara	MA		0	Africa/Casablanca	31.45	-5.55				08	577		
2549851	El Khorbat	el-khorbat	MA		0	Africa/Casablanca	31.49454	-5.07797		El Khorbat,El Khorbate		08	201		
2549852	El Khora	el-khora	MA		0	Africa/Casablanca	34.85	-4.31				01	051		
2549853	El Khokh	el-khokh	MA		0	Africa/Casablanca	35.36393	-5.16859				01	151		
2549854	Al Khoubane	al-khoubane	MA		0	Africa/Casablanca	31.6061	-8.09643		Al Khoubane,Douar el Khobbane,El Khobbane		07	351		
2549855	Douar Lakhyame	douar-lakhyame	MA		0	Africa/Casablanca	35.33924	-5.08172		Douar Lakhyame,El Khoaine		01	151		
2549856	Douar Leqrouaa	douar-leqrouaa	MA		0	Africa/Casablanca	32.58997	-8.70399		Douar Leqrouaa,Douar el Khoaa,El Khoaa		06	467		
2549857	El Khmamla	el-khmamla	MA		0	Africa/Casablanca	35.19032	-5.95641		El Khmamla,El khmamba,Hamanla		01	331		
2549858	Douar Lakhlij	douar-lakhlij	MA		0	Africa/Casablanca	33.83322	-3.78705		Douar Lakhilj,Douar Lakhlij,El Khlij		02	265		
2549859	El Khirfane	el-khirfane	MA		0	Africa/Casablanca	34.7495	-5.37064		El Khirfane,Kherfane		01	405		
2549862	El Khettart n’Ouzerg	el-khettart-n-ouzerg	MA		0	Africa/Casablanca	31.22808	-5.21192		El Khetart n'Ouzreg,El Khetart n’Ouzreg,El Khetarte n'Ouzreg,El Khetarte n’Ouzreg,El Khettart n'Ouzerg,El Khettart n’Ouzerg		08	577		
2549865	Oulad El Khachha	oulad-el-khachha	MA		0	Africa/Casablanca	31.96237	-8.79268		Douar Sidi Hachmi,El Khecheb,El Kherheb,Oulad El Khachha,Oulad Hachmi		07	585		
2549866	Douar Lkherba Chnatta	douar-lkherba-chnatta	MA		0	Africa/Casablanca	35.2792	-5.72109		Douar Lkherba Chnatta,El Kherba,El Kherba Chenatfa,El Kherba Chenatta,El Kherba Chenâtta,Kherba		01	331		
2549867	El Kherba	el-kherba	MA		0	Africa/Casablanca	33.13953	-8.38086		El Kharba,El Kherba		06	181		
2549868	Douar Lkharba	douar-lkharba	MA		0	Africa/Casablanca	32.32662	-8.89665		Douar Lkharba,Douar el Kherba,El Kherba		07	431		
2549869	El Kherba	el-kherba	MA		0	Africa/Casablanca	30.23853	-9.20877				09	163		
2549871	El Kherarza	el-kherarza	MA		0	Africa/Casablanca	30.36	-9.33		El Kherarza,Kerarza		09	273		
2549872	Lakhrarba	lakhrarba	MA		0	Africa/Casablanca	31.9402	-7.80373		Douar Kherba,El Kherarba,Kherbat,Lakhrarba		07	427		
2549875	Douar El Khenndek	douar-el-khenndek	MA		0	Africa/Casablanca	34.35544	-4.21771		Douar El Khenndek,El Khendek,El Khenndek		03	561		
2549876	Douar Khandaq	douar-khandaq	MA		0	Africa/Casablanca	31.57342	-8.1524		Douar Khandaq,Douar el Khenndek,El Khendek,El Khenndek		07	351		
2549877	Lakhandek	lakhandek	MA		0	Africa/Casablanca	31.41461	-4.2911		El Khandek,El Khanedek,El Khendek,Lakhandek		08	201		
2549878	Douar el Khenanès	douar-el-khenanes	MA		0	Africa/Casablanca	34.41382	-5.52203		Dar el Khenanes,Douar el Khenanes,Douar el Khenanès,El Khenaness,Khnaussa		04	481		
2549880	El Khenachfa	el-khenachfa	MA		0	Africa/Casablanca	34.58	-4.88		El Khenachfa,Khamachfa		03	531		
2549881	El Khemmar	el-khemmar	MA		0	Africa/Casablanca	34.38397	-6.06179		Douar el Khemmar,El Khemmar,Lekrarma		04	491		
2549882	Khemisset des Oulad Bouziri	khemisset-des-oulad-bouziri	MA		0	Africa/Casablanca	32.83506	-7.75708		El Khemisset,Khemisset des Oulad Bouziri		06	461		
2549883	El Khemis Ouled Haj	el-khemis-ouled-haj	MA		0	Africa/Casablanca	31.98046	-9.30715				07	431		
2549885	Souq Khmis Mttouh	souq-khmis-mttouh	MA		0	Africa/Casablanca	32.87911	-8.17669		El Khemis el Metouh,Khemis Mtouh,Souk el Khemis el Metouh,Souq Khmis Mttouh		06	181		
2549886	El Khemis du Zrizer	el-khemis-du-zrizer	MA		0	Africa/Casablanca	34.58666	-4.61809		El Khemis du Zrizer,El-Khemis-de-Zrizar		03	531		
2549888	Zemamra	zemamra	MA		0	Africa/Casablanca	32.62287	-8.70227		El Khemis,El Khemis des Zemamra,Khemis des Zemamra,Khmis Village,Souk el Khemis-des Zemamra,Zemamra		06	467		
2549889	Al Khemis Oulad ’Ayyad	al-khemis-oulad-ayyad	MA		0	Africa/Casablanca	32.19868	-6.79569		Al Khemis Oulad 'Ayyad,Al Khemis Oulad ’Ayyad,El Khemis,El Khemis des Oulad Ayad,Oulad Ayad,Souk el Khemis des Oulad Ayad		05	255		
2549891	El Khemis des Meskala	el-khemis-des-meskala	MA		0	Africa/Casablanca	31.38806	-9.4133		El Khemis,El Khemis des Meskala,Khemis Meskala		07	211		
2549892	El Khemis des Beni Chegdal	el-khemis-des-beni-chegdal	MA		0	Africa/Casablanca	32.44425	-6.96037		Beni Chegdal,El Khemis,El Khemis des Beni Chegdal,Souk el Khemis des Beni Chegdal		05	255		
2549894	Khemis Anjra	khemis-anjra	MA		0	Africa/Casablanca	35.66373	-5.51147		El Jemis,El Khemis,El Khemis des Anjra,Khemis Anjra,Zoco el Jemis		01	227		
2549895	Khmis Sidi Yahia	khmis-sidi-yahia	MA		0	Africa/Casablanca	33.79857	-6.26672		El Khemis,El Khemis des Ait Ouahi,El Khemis des Aït Ouahi,Khemis-de-Sidi-Yahya,Khmis Sidi Yahia,Souk el Khemis des Ait Ouahi,Souk el Khemis des Aït Ouahi		04	291		
2549899	El Khemis	el-khemis	MA		0	Africa/Casablanca	32.96388	-7.92096		El Khemis,Souk el Khemis		06	461		
2549910	Lekhmis	lekhmis	MA		0	Africa/Casablanca	34.74616	-3.97365		El Khemis,Lekhmis		03	561		
2549924	El Khemis	el-khemis	MA		0	Africa/Casablanca	31.5323	-7.48195				07	041		
2549943	El Khelot	el-khelot	MA		0	Africa/Casablanca	34.43092	-5.37213		El Khelot,Khlott		03	531		
2549944	Douar Lekhloufiyine	douar-lekhloufiyine	MA		0	Africa/Casablanca	34.71983	-5.81519		Douar Lekhloufiyine,Douar el Khelifine,El Khelifine		04	481		
2549947	El Khechachna	el-khechachna	MA		0	Africa/Casablanca	32.69756	-7.32096		Dar el Krechacha,Douar el Khechachna,Douar el Krechach,El Khechachna		06	461		
2549949	El Khebita	el-khebita	MA		0	Africa/Casablanca	28.02	-12.38		El Khabta,El Khebita,Porto Cansado,Puerto Cansado		59			
2549950	Douar Lkhazane	douar-lkhazane	MA		0	Africa/Casablanca	34.5764	-5.30655		Douar Lkhazane,El Khazzane,Khazane		01	405		
2549951	Al Khatwat	al-khatwat	MA		0	Africa/Casablanca	33.22084	-6.86152		Al Khatwat,El Khatouat,El Kraoulat,Khatouat		06	461		
2549954	Douar Lekroucha	douar-lekroucha	MA		0	Africa/Casablanca	32.29346	-8.98914		Douar Lekroucha,El Khaouta,El Kraouta,Kraouta		07	431		
2549957	El Khanadek	el-khanadek	MA		0	Africa/Casablanca	34.08959	-5.44968		El Khanadek,El Khenadek		03	061		
2549958	Douar Oulad Mansour Lkhaloua	douar-oulad-mansour-lkhaloua	MA		0	Africa/Casablanca	33.72778	-6.50691		Douar Oulad Mansour Lkhaloua,El Khaloua,El Kraloua		04	291		
2549959	El Khaloua	el-khaloua	MA		0	Africa/Casablanca	28.04205	-11.4146		El Khaloua,Elkhalona		10	521		
2549961	Dr. Lekrakba	dr-lekrakba	MA		0	Africa/Casablanca	32.63185	-7.37767		Douar el Khakba,Dr. Lekrakba,El Khakba,Lamghagha		06	461		
2549962	Douar El Khaydar	douar-el-khaydar	MA		0	Africa/Casablanca	31.58037	-8.37378		Douar El Khaydar,Douar el Khadir,El Khadir		07	351		
2549963	El Khachna	el-khachna	MA		0	Africa/Casablanca	34.88401	-5.26164				01	405		
2549964	El Khacha	el-khacha	MA		0	Africa/Casablanca	34.14273	-3.94808		Douar el Khacha,El Khacha		03	561		
2549965	El Khabaït	el-khabait	MA		0	Africa/Casablanca	32.28	-4.95				08	363		
2549968	Qasbet Jrad	qasbet-jrad	MA		0	Africa/Casablanca	30.07625	-9.57457		El Kesbet,El Kesbete,El Ksebat el bid,Qasbet Jrad		09	163		
2549969	El Kesbet	el-kesbet	MA		0	Africa/Casablanca	29.8595	-8.53197				09	551		
2549973	El Keria	el-keria	MA		0	Africa/Casablanca	34	-4.78				03	451		
2549975	Al Kenz	al-kenz	MA		0	Africa/Casablanca	31.81986	-4.26935		Al Kenz,El Han Z,El Kenz		08	201		
2549976	Al Kenntawi	al-kenntawi	MA		0	Africa/Casablanca	31.45605	-8.47663		Al Kenntawi,Douar el Kenntaoui,El Kenntaoui,Lektaoui		07	161		
2549979	El Kelaa des Srarhna	el-kelaa-des-srarhna	MA		0	Africa/Casablanca	32.05121	-7.41079		El Kelaa des Srarhna,El Kelaa des Srharna,Kelaa,Kelaa Des Srarhna		07	191		
2549981	Kelaat Mgouna	kelaat-mgouna	MA		14190	Africa/Casablanca	31.24573	-6.1326		El Kelaa,El Kelaa des Mgouna,Kelaat Mgouna,Kelaat Mguna,Qala'at Mgouna,Qala’at Mgouna,Келаат Мгуна		08	577	0440101051	
2549983	El Kelaa des Beni Merkane	el-kelaa-des-beni-merkane	MA		0	Africa/Casablanca	34.63	-4.68				03	531		
2549984	El Kelaa des Beni Kitoun	el-kelaa-des-beni-kitoun	MA		0	Africa/Casablanca	34.66464	-4.77365				03	531		
2549985	El Kelaa des Beni Kassem	el-kelaa-des-beni-kassem	MA		0	Africa/Casablanca	34.67947	-4.73134		El Kataa,El Kelaa,El Kelaa des Beni Kassem		03	531		
2549986	El Kelaa	el-kelaa	MA		0	Africa/Casablanca	35.24688	-5.01636		El Kalaa,El Kalâa,El Kelaa		01	151		
2549988	Douar El Kalaa	douar-el-kalaa	MA		0	Africa/Casablanca	34.2184	-4.36139		Douar El Kalaa,Douar el Kelaa,El Kelaa		03	531		
2549989	El Kelaa	el-kelaa	MA		0	Africa/Casablanca	34.1	-4.13		Douar el Kelaa,El Kelaa		03	561		
2549990	El Kelaa	el-kelaa	MA		0	Africa/Casablanca	34.03214	-5.36569		El Kelaa,Kelaa,Kelaâ		03	061		
2549991	El Kelaa	el-kelaa	MA		0	Africa/Casablanca	33.85	-4.55				03	451		
2549992	Douar El Kalsa	douar-el-kalsa	MA		0	Africa/Casablanca	32.31076	-8.94541		Douar El Kalsa,Douar el Kelaa,El Kelaa,Kelaa		07	431		
2549993	El Kelaa	el-kelaa	MA		0	Africa/Casablanca	31.28189	-8.82848		El Kelaa,Kelaa,Kelaâ		07	161		
2550000	El Kedda	el-kedda	MA		0	Africa/Casablanca	34.53683	-4.90549				03	531		
2550001	Douar el Kedadcha	douar-el-kedadcha	MA		0	Africa/Casablanca	31.99968	-7.13554		Douar el Kedadcha,El Kedadcha,El Kedaja,Rdadcha		07	191		
2550003	El Kebir	el-kebir	MA		0	Africa/Casablanca	32.21533	-8.74342		Douar el Kebir,El Kebir,Lakbir		07	585		
2550004	El Kebir	el-kebir	MA		0	Africa/Casablanca	31.51514	-8.33056		Douar el Kebir,El Kbir,El Kebir		07	351		
2550005	El Kebir	el-kebir	MA		0	Africa/Casablanca	30.26	-9.11		Douar el Kebir,El Kebir		09	541		
2550008	El Kebbaba	el-kebbaba	MA		0	Africa/Casablanca	29.39592	-8.24574		El Kababat,El Kebbaba		09	551		
2550009	El Kebara	el-kebara	MA		0	Africa/Casablanca	34.41	-5.75		Al Kebara,Douar el Kebara,El Kebara,Kabara		04	481		
2550010	El Kebabcha	el-kebabcha	MA		0	Africa/Casablanca	30.28983	-9.24438				09	541		
2550011	El Kebab	el-kebab	MA		0	Africa/Casablanca	34.44516	-5.47865		Douar el Kebab,El Kebab		04	481		
2550012	El Ke Adchar	el-ke-adchar	MA		0	Africa/Casablanca	35	-4.63		El Ke Adchar,El Ke Adxar		01	151		
2550013	Leqdadra	leqdadra	MA		0	Africa/Casablanca	32.1933	-7.5839		El Kdadra,Leqdadra		07	191		
2550014	El Kchachda	el-kchachda	MA		0	Africa/Casablanca	30.48084	-8.9713				09	541		
2550016	Al Qbab	al-qbab	MA		0	Africa/Casablanca	32.74121	-5.51994		Al Qbab,El Kbab,El Kebab,Kebbab		05	301		
2550018	Douar Al Qaçba	douar-al-qacba	MA		0	Africa/Casablanca	33.77281	-4.46027		Douar Al Qacba,Douar Al Qaçba,El Kasba,El Qasba		03	451		
2550019	El Kasba	el-kasba	MA		0	Africa/Casablanca	30.37386	-9.06169				09	541		
2550020	Lqarriyine	lqarriyine	MA		0	Africa/Casablanca	35.42807	-5.54472		El Karriyene,Kariyine,Karriene,Lqarriyine		01	571		
2550021	Douar Kariat Bou Abdelli	douar-kariat-bou-abdelli	MA		0	Africa/Casablanca	31.83537	-9.1196		Douar Kariat Bou Abdelli,El Karia,El Kariat Bou Abdelli		07	211		
2550022	Qariat Aït ’Atab	qariat-ait-atab	MA		0	Africa/Casablanca	32.13076	-6.84626		El Karia Tahtania,Qariat Ait 'Atab,Qariat Aït ’Atab		05	081		
2550023	Douar el Karia	douar-el-karia	MA		0	Africa/Casablanca	34.47096	-4.00641		Douar el Karia,El Karia		03	561		
2550024	Douar el Karïa	douar-el-karia	MA		0	Africa/Casablanca	34.36789	-4.03687		Douar el Karia,Douar el Karïa,El Karia		03	561		
2550025	Douar el Karia	douar-el-karia	MA		0	Africa/Casablanca	31.44056	-8.22819		Douar el Karia,El Karia,El Qariya		07	351		
2550029	El Kantra	el-kantra	MA		0	Africa/Casablanca	34.93254	-5.43205		El Kanntra,El Kantra,Kantra		01	405		
2550030	El Kantara	el-kantara	MA		0	Africa/Casablanca	35.09443	-5.10858				01	151		
2550031	El Kansera	el-kansera	MA		0	Africa/Casablanca	34.04106	-5.92685		Al Kansera,El Kansera,El Kansera du Beth,El-Kannsera		04	291		
2550034	El Kaliaa	el-kaliaa	MA		0	Africa/Casablanca	34.8614	-5.32428		Douar el Kaliaa,El Kaliaa		01	405		
2550035	El Kalaa	el-kalaa	MA		0	Africa/Casablanca	35.53295	-5.77977		El Kalaa,El Kalaat,El Kalâat		01	511		
2550036	Douar El Kalaa	douar-el-kalaa	MA		0	Africa/Casablanca	35.41214	-5.74424		Douar El Kalaa,El Kalaa,Kalaa,Kalâa		01	571		
2550037	Douar El Kalaa	douar-el-kalaa	MA		0	Africa/Casablanca	34.77396	-5.98013		Al Qel'a,Al Qel’a,Douar El Kalaa,Douar el Kalaa,Douar el Kalâa,El Kalaa		04	281		
2550038	Douar Leqliaa	douar-leqliaa	MA		0	Africa/Casablanca	32.58744	-8.94821		Douar Leqliaa,Douar el Kalaa,El Kalaa		06	467		
2550039	El Kalaa	el-kalaa	MA		0	Africa/Casablanca	31.37701	-9.16451		El Kalaa,El-Kelaa-Centre,El-Kelaâ-Centre,Kelaa		07	211		
2550040	Lqaytonne	lqaytonne	MA		0	Africa/Casablanca	34.58947	-5.08617		El Kaitoun,El Kaïtoun,Kaitoune,Kaïtoune,Lqaytonne		03	531		
2550044	Lqadya	lqadya	MA		0	Africa/Casablanca	35.19805	-3.05898		El Kadia,Kadaya,Lqadya		02	381		
2550045	El Kachla	el-kachla	MA		0	Africa/Casablanca	31.14498	-4.25971				08	201		
2550046	El Kaâbza	el-kaabza	MA		0	Africa/Casablanca	34.79431	-6.03405		El Kaabza,El Kaâbza,Kaabza,Kaâbza		04	281		
2550047	El Jouaber	el-jouaber	MA		0	Africa/Casablanca	29.94195	-9.64204		Ej Jouaber,El Djouaber,El Jouaber,Jouaber		09	163		
2550049	Douar Ejjorf	douar-ejjorf	MA		0	Africa/Casablanca	34.82651	-5.87969		Douar Ejjorf,Douar el Jorf,Ej Jorf,El Jorf,Jerf		04	481		
2550050	Douar El Jorf	douar-el-jorf	MA		0	Africa/Casablanca	34.59951	-5.26743		Douar El Jorf,El Jorf		01	405		
2550051	Al Jorf	al-jorf	MA		0	Africa/Casablanca	31.38154	-8.29784		Al Jorf,Douar el Jorf,El Jorf,Jorf		07	161		
2550052	Dar Al Jorf	dar-al-jorf	MA		0	Africa/Casablanca	31.30667	-8.47694		Dar Al Jorf,Dar el Jorf,El Jorf		07	161		
2550054	Douar Gdadra Jmiat	douar-gdadra-jmiat	MA		0	Africa/Casablanca	34.50767	-5.50092		Douar Gdadra Jmiat,El Jemiat,El Jemiate		04	481		
2550058	Ej Jem’a Ghemat	ej-jem-a-ghemat	MA		0	Africa/Casablanca	31.42094	-7.80283		Ej Jem'a Ghemat,Ej Jema,Ej Jem’a Ghemat,El Djema,El Djemaa,El Jem'a Ghemat,El Jema,El Jemaa Rhemat,El Jemâ,El Jem’a Ghemat,Jemaa Rhemat,Rhmate		07	041		
2550059	El Jemaa el Rheriba	el-jemaa-el-rheriba	MA		0	Africa/Casablanca	34.48829	-4.91238				03	531		
2550067	Jemaat Oulad Mhamed	jemaat-oulad-mhamed	MA		0	Africa/Casablanca	33.09386	-7.05279		El Djema,El Djemâ,El Jema,Jemaat Oulad Mhamed,Oulad Mohammed,Souk el Jema,Souk el Jemâ		06	461		
2550071	El Jehifa	el-jehifa	MA		0	Africa/Casablanca	29.72	-9.89		El Jehifa,Jahifa,Jhaiga,Jhaïga		09	581		
2550072	Aj-Jedyane	aj-jedyane	MA		0	Africa/Casablanca	32.46219	-6.74166		Aj Jidiane,Aj-Jedyane,Ej Jediane,El Jediane,Jidiane		05	255		
2550074	Douar Lkhandeq	douar-lkhandeq	MA		0	Africa/Casablanca	35.67678	-5.55008		Douar Lkhandeq,El Jandak,Jandak		01	227		
2550153	Lahraoucha	lahraoucha	MA		0	Africa/Casablanca	32.46772	-8.02248		Chlalga,Douar Chlalga,El Haroucha,Lahraoucha		07	427		
2550154	El Hormiyine	el-hormiyine	MA		0	Africa/Casablanca	33.99616	-5.28262		El Harmiine,El Hormiyine,El Khourmine		03	061		
2550155	Douar Lhorm	douar-lhorm	MA		0	Africa/Casablanca	35.05527	-5.06921		Douar Lhorm,El Harm		01	151		
2550078	El Jadid	el-jadid	MA		147549	Africa/Casablanca	33.25682	-8.50882		Al Jadida,Al Yadida,Al-Djadida,Al-Dzadida,Al-Dżadida,Al-Džadída,Castilho Real,Dzadida,Džadida,Ehl'-Dzhadida,Ehl'-Dzhadzida,El Jadid,El Jadida,El-Jadida,El-Yadida,Mazagan,Mazagao,Mazaghan,Mazagão,Mazargan,aljdydh,aljdydt,el-jadida,ela jadida,eljadida,jie di dai,xælcha di da,Мазарґан,Эль-Джадзіда,Эль-Джадида,אל-גדידה,الجديدة,الجدیده,الجدیدہ,एल जदिदा,แอลฌาดีดา,ელ-ჯადიდა,アル・ジャディーダ,杰迪代,엘자디다		06	181		
2550079	Jebha	jebha	MA		0	Africa/Casablanca	35.20549	-4.66524		El Jabha,Jebba,Jebha,Kabaz,Kābāz,Puerto Capax,Puerto Capaz,Yebba,Yebha		01	151		
2550080	Douar Jaaouna	douar-jaaouna	MA		0	Africa/Casablanca	34.61423	-5.66136		Douar Jaaouna,Douar el Jaaouna,Douar el Jâaouna,El Jaaouna,El Jâaouna,Jeaaouna,Jeaâouna		04	481		
2550082	El Ihamtene	el-ihamtene	MA		0	Africa/Casablanca	35.39207	-5.34065				01	571		
2550086	Qorrirech	qorrirech	MA		0	Africa/Casablanca	35.44069	-5.5906		Corrirech,El Hourriech,Kerreres,Korreres,Qorrirech		01	571		
2550087	Sas Bouaouda	sas-bouaouda	MA		0	Africa/Casablanca	35.45462	-5.94526		El Hors,El Hourech,Sas Bouaouda		01	511		
2550088	El Houmer	el-houmer	MA		0	Africa/Casablanca	30.45823	-8.92822		El Haamer,El Houmer		09	541		
2550089	El Houmer	el-houmer	MA		0	Africa/Casablanca	30.44356	-8.96193		El Haoumer,El Houmer		09	541		
2550090	Oulad Abdelmaoula	oulad-abdelmaoula	MA		0	Africa/Casablanca	32.35951	-9.04425		Douar el Houmar,El Houmar,Oulad Abdelmaoula		07	431		
2550093	Douar Lehouazem	douar-lehouazem	MA		0	Africa/Casablanca	32.25045	-8.66375		Daouar Lahouazene,Douar Lehouazem,Douar el Houazem,El Houazem,Lahouazem		07	585		
2550094	El Houaoues	el-houaoues	MA		0	Africa/Casablanca	34.6485	-5.33479		Al Hwawes,El Houaoues,El Houaouess,Lehouaoues		01	405		
2550095	El Hot	el-hot	MA		0	Africa/Casablanca	31.39566	-6.16596				08	577		
2550096	Douar Lharricha	douar-lharricha	MA		0	Africa/Casablanca	34.63296	-5.38877		Douar Lharricha,El Horricha,Horricha		01	405		
2550097	Houmet Lhorra	houmet-lhorra	MA		0	Africa/Casablanca	35.88529	-5.43187		El Horra,Houmet Lhorra		01	227		
2550098	El Horech	el-horech	MA		0	Africa/Casablanca	34.78562	-5.32532		Al Horech,El Horech,Hourouch		01	405		
2550099	El Horech	el-horech	MA		0	Africa/Casablanca	34.32614	-4.20554		El Horech,El Hourech Ouled Ali Ben Driss,El Khorej		03	561		
2550100	El Horech	el-horech	MA		0	Africa/Casablanca	34.3	-4.21				03	561		
2550102	El Hocaïba	el-hocaiba	MA		0	Africa/Casablanca	29.21751	-10.27279		El Hocaiba,El Hocaïba,El Jereiba		10	473		
2550103	Douar El Hmadna	douar-el-hmadna	MA		0	Africa/Casablanca	34.34632	-4.02304		Douar El Hmadna,El Hmadna		03	561		
2550106	El Hinani	el-hinani	MA		0	Africa/Casablanca	31.60523	-7.46149		El Hinani,Lehinani		07	041		
2550107	Lahyata	lahyata	MA		0	Africa/Casablanca	35.05257	-5.87858		El Hiata,El Hiatal,Lahyata		01	331		
2550108	Lanyayda	lanyayda	MA		0	Africa/Casablanca	35.09198	-6.18096		El Hiaida,El Hiaïda,Lanyayda		01	331		
2550109	El Heri	el-heri	MA		0	Africa/Casablanca	32.85797	-5.62392		Al Hari,El Hari,El Heri,El Herri		05	301		
2550111	El Heri	el-heri	MA		0	Africa/Casablanca	30.2	-9.08				09	163		
2550112	El Herchil	el-herchil	MA		0	Africa/Casablanca	34.18583	-4.11326		Douar el Herchil,El Herchil		03	561		
2550113	Lahrarsa Chammakha	lahrarsa-chammakha	MA		0	Africa/Casablanca	35.08216	-5.92295		El Hararsa,El Herarsa,Lahrarsa Chammakha		01	331		
2550114	Douar Lahrarcha	douar-lahrarcha	MA		0	Africa/Casablanca	34.41482	-4.75693		Douar Lahrarcha,Douar el Herarcha,El Herarcha		03	531		
2550116	El Herabla	el-herabla	MA		0	Africa/Casablanca	29.22348	-10.23742		El Herabla,El Nerabla		10	473		
2550117	Douar Lhammal	douar-lhammal	MA		0	Africa/Casablanca	34.74012	-1.99221		Douar Lhammal,El Hemmal,Oulad el hammal		02	411		
2550118	Douar Lahmamda	douar-lahmamda	MA		0	Africa/Casablanca	31.54559	-9.53287		Douar Lahmamda,Douar el Amenda,El Hemamda		07	211		
2550119	Joualla	joualla	MA		0	Africa/Casablanca	32.52227	-7.15079		Douar el Hella,El Hella,Joualla,Oulad Lalha		06	461		
2550121	Douar Al Hlalma	douar-al-hlalma	MA		0	Africa/Casablanca	32.38258	-6.55404		Al Hlalma,Douar Al Hlalma,El Helalma		05	255		
2550122	Lahjira	lahjira	MA		0	Africa/Casablanca	35.86282	-5.49984		El Hejira,Lahjira		01	227		
2550123	El Hejab	el-hejab	MA		0	Africa/Casablanca	34.2129	-4.21981		Douar el Hejab,El Hejab		03	561		
2550127	El Hebeïla	el-hebeila	MA		0	Africa/Casablanca	34.54789	-4.05583		El Hebeila,El Hebeïla,Habaila,Habaïla		03	561		
2550128	El Hbabra	el-hbabra	MA		0	Africa/Casablanca	31.54351	-8.81408		Dar Hababra,El Hbabra,Lababra		07	161		
2550129	El Hazzaz	el-hazzaz	MA		0	Africa/Casablanca	34.10045	-5.44624		El Hazaz,El Hazzaz		03	061		
2550131	El Hazbane	el-hazbane	MA		0	Africa/Casablanca	30.82227	-5.23842				08	577		
2550133	Douar Hsinat	douar-hsinat	MA		0	Africa/Casablanca	31.80031	-8.93748		Douar Hsinat,El Ahsina,El Ahsinate,El Hassinat,El Hassinet		07	585		
2550134	El Hassine	el-hassine	MA		0	Africa/Casablanca	32.92	-5.01				08	363		
2550138	Hasba	hasba	MA		0	Africa/Casablanca	34.55168	-5.50989		Douar el Hasba,El Hasba,Hasba		04	481		
2550140	Douar Lahsasna	douar-lahsasna	MA		0	Africa/Casablanca	35.68945	-5.54336		Dar Hsana,Dar Hsasna,Douar Lahsasna,El Hasasna		01	227		
2550141	El Hart n’Iamine	el-hart-n-iamine	MA		0	Africa/Casablanca	31.45	-5.45				08	577		
2550142	El Hart n’Fasi	el-hart-n-fasi	MA		0	Africa/Casablanca	30.4	-5.83				08	587		
2550143	El Hart n’Cheïkh Messaoud	el-hart-n-cheikh-messaoud	MA		0	Africa/Casablanca	30.41	-5.83				08	587		
2550144	Douar Lhart	douar-lhart	MA		0	Africa/Casablanca	34.53509	-5.43046		Douar Lhart,El Hart,El Harte		04	481		
2550145	El Hart	el-hart	MA		0	Africa/Casablanca	34.49531	-5.45951		Douar el Hart,El Hart,El Harte		04	481		
2550146	El Hart	el-hart	MA		0	Africa/Casablanca	31.32794	-6.01012				08	577		
2550147	Al Hart	al-hart	MA		0	Africa/Casablanca	31.23512	-6.14827		Al Hart,El Hart		08	577		
2550148	Lghaoujine	lghaoujine	MA		0	Africa/Casablanca	35.81766	-5.60569		El Harroujine,Gaujine,Ghoujain,Lghaoujine		01	227		
2550149	Douar Lharragine	douar-lharragine	MA		0	Africa/Casablanca	34.55178	-5.30437		Douar Lharragine,El Harrakine,Hanakine		01	405		
2550151	Lahroun	lahroun	MA		0	Africa/Casablanca	31.97341	-4.95323		El Haroun,Lahroun		08	201		
2550156	El Harkat	el-harkat	MA		0	Africa/Casablanca	31.53642	-7.96037		Douar el Harkat,El Harkat,Harakat		07	351		
2550157	Douar Hrizat	douar-hrizat	MA		0	Africa/Casablanca	32.28671	-8.97208		Douar Hrizat,El Harizat,El-Harizate		07	431		
2550159	Lehricha	lehricha	MA		0	Africa/Casablanca	34.57065	-5.56779		Douar el Haricha,El Hararcha,El Haricha,Lehricha		04	481		
2550160	Douar Hricha	douar-hricha	MA		0	Africa/Casablanca	31.74633	-9.08513		Douar Hricha,Douar Mokhecha,El Haricha		07	211		
2550162	El Harhoura	el-harhoura	MA		0	Africa/Casablanca	33.94483	-6.93106		El Harhoura,Miramar		04	501		
2550163	El Harha	el-harha	MA		0	Africa/Casablanca	30.68353	-6.27805				08	587		
2550164	Douar Lhart	douar-lhart	MA		0	Africa/Casablanca	34.81345	-5.74777		Douar Lharet,Douar Lhart,Douar el Haret,El Haret,El Maret		01	405		
2550165	Lahrach Laghalma	lahrach-laghalma	MA		0	Africa/Casablanca	32.26026	-9.01059		Douar el Harech,El Harech,Lahrach Laghalma		07	431		
2550166	Lakhreb	lakhreb	MA		0	Africa/Casablanca	35.73125	-5.73575		El Hareb,El Kharib,El Kherab,Lakhreb		01	227		
2550167	Douar Eharchiya	douar-eharchiya	MA		0	Africa/Casablanca	34.65922	-5.16008		Douar Eharchiya,El Harchia,Horchia		03	531		
2550169	El Harcha	el-harcha	MA		0	Africa/Casablanca	33.47536	-6.14738		El Harcha,El Krarcha,Harcha		04	291		
2550170	El Harcha	el-harcha	MA		0	Africa/Casablanca	32.06998	-7.5732		Douar Haarcha,El Harcha,Ouled El Arche		07	191		
2550172	Douar Harbil	douar-harbil	MA		0	Africa/Casablanca	31.54905	-8.13817		Douar Harbil,Douar el Harbill,El Harbili,Hrabil Saada,Hrabil Saâda		07	351		
2550173	Lharet	lharet	MA		0	Africa/Casablanca	34.89669	-6.10673		El Harat,Haret,Lharet		04	281		
2550174	Al Hara	al-hara	MA		0	Africa/Casablanca	30.97374	-6.69175		Al Hara,El Hara,El Hara n'Aguelmous,El Hara n’Aguelmous		08	401		
2550175	El Haraïeg	el-haraieg	MA		0	Africa/Casablanca	34.12106	-3.66012		Douar el Haraieg,Douar el Haraïeg,El Haraieg,El Haraïeg		02	265		
2550176	Douar Lahrachna	douar-lahrachna	MA		0	Africa/Casablanca	34.48331	-4.89306		Douar Lahrachna,Douar el Harachna,El Harachna		03	531		
2550177	Lhara	lhara	MA		0	Africa/Casablanca	31.81542	-4.96316		El Hara,Ksar el Hara,Lhara		08	201		
2550178	Lhar	lhar	MA		0	Africa/Casablanca	35.55959	-5.88999		El Har,Har,Lhar		01	511		
2550181	El Haouta	el-haouta	MA		0	Africa/Casablanca	35.19181	-5.76775		El Haouta,El Houtta,Haouta		01	331		
2550182	Douar Lhaouta	douar-lhaouta	MA		0	Africa/Casablanca	35.17459	-5.52582		Douar Lhaouta,El Haouta		01	151		
2550185	Lhouma	lhouma	MA		0	Africa/Casablanca	35.87802	-5.50453		El Haouma,Lhouma		01	227		
2550186	El Haouitat	el-haouitat	MA		0	Africa/Casablanca	32.68397	-8.65994		Douar el Haouittat,El Haouitat		06	467		
2550188	El Haoud	el-haoud	MA		0	Africa/Casablanca	34.78	-4.68				01	051		
2550191	El Houaza	el-houaza	MA		0	Africa/Casablanca	32.91389	-7.7018		El Haouazza,El Houaza		06	461		
2550192	El Haouari	el-haouari	MA		0	Africa/Casablanca	32.67777	-8.74479		Douar el Haouari,El Haouari		06	467		
2550193	El Hanoût	el-hanout	MA		0	Africa/Casablanca	34.78	-4.35				01	051		
2550194	Douar Oulad Ahmed Echelh	douar-oulad-ahmed-echelh	MA		0	Africa/Casablanca	32.58763	-7.4372		Douar Oulad Ahmed,Douar Oulad Ahmed Echelh,Douar el Hanoucha,El Hanoucha,Ouled ahmed		06	461		
2550195	El Hanneïn	el-hannein	MA		0	Africa/Casablanca	31.01499	-8.15424		El Haffahen,El Hannein,El Hanneïn		07	041		
2550196	El Hank	el-hank	MA		0	Africa/Casablanca	33.60475	-7.65155				06	141		
2550197	Lehnichat	lehnichat	MA		0	Africa/Casablanca	32.30224	-8.01567		El Anichat,El Hanichet,El Hanichete,El hanichat,Lehnichat		07	427		
2550198	El Hancha	el-hancha	MA		0	Africa/Casablanca	34.11783	-6.57661		Douar Ait Hanncha,Douar Aït Hanncha,El Hancha		04	281		
2550199	El Hanata	el-hanata	MA		0	Africa/Casablanca	34.63567	-5.24345		El Hanata,Hanatta		01	405		
2550200	El Hamria	el-hamria	MA		0	Africa/Casablanca	34.74227	-5.32184		El Hamria,Hamria		01	405		
2550202	Douar Dar El Hamra	douar-dar-el-hamra	MA		0	Africa/Casablanca	31.95703	-7.61195		Douar Dar El Hamra,Douar el Hamra,El Hamra		07	427		
2550204	Douar Lehmiynat	douar-lehmiynat	MA		0	Africa/Casablanca	31.74245	-9.3455		Douar Lehmiynat,El Aouinett,El Hamouinat,El Hamouinate		07	211		
2550206	Lehmoudat	lehmoudat	MA		0	Africa/Casablanca	32.43465	-8.70567		Douar el Hamoudat,El Hamoudat,Lahmoudate,Lehmoudat		07	431		
2550207	El Hammam	el-hammam	MA		0	Africa/Casablanca	32.11781	-1.21772		El Hammam,El Hammam Foukani,El Hamman		02	251		
2550209	El Hammam	el-hammam	MA		0	Africa/Casablanca	34.78	-3.78				03	561		
2550210	Al Hammam	al-hammam	MA		0	Africa/Casablanca	33.17453	-5.47019		Al Hammam,El Hammam		05	301		
2550211	Hmam	hmam	MA		0	Africa/Casablanca	30.84276	-7.23257		El Hammam,El Hamman,Hmam		08	401		
2550212	Douar El Hamma	douar-el-hamma	MA		0	Africa/Casablanca	35.74634	-5.53083		Douar El Hamma,El Hama,El Hamma,Lhamma		01	227		
2550213	Lhamma	lhamma	MA		0	Africa/Casablanca	34.53266	-5.11715		El Hamma,Lhamma		03	531		
2550215	Douar El Amirat	douar-el-amirat	MA		0	Africa/Casablanca	32.55503	-8.64194		Douar El Amirat,Douar el Hamirat,El Hamirat		06	467		
2550218	Lahmidat	lahmidat	MA		0	Africa/Casablanca	32.37511	-8.79246		El Hamidat,Lahmidat		07	431		
2550219	Douar Lahmidat	douar-lahmidat	MA		0	Africa/Casablanca	32.24705	-9.17914		Douar Hamidat,Douar Lahmidat,El Hamidat,Lahmidat		07	431		
2550220	Douar Lahmidat	douar-lahmidat	MA		0	Africa/Casablanca	32.0394	-9.00624		Douar Lahmidat,El Hamidat		07	431		
2550221	El Hameinat	el-hameinat	MA		0	Africa/Casablanca	31.29015	-9.30359				07	211		
2550223	Lhomer	lhomer	MA		0	Africa/Casablanca	35.40117	-6.01202		El Hamar,El Homar,Lhomer		01	511		
2550224	El Hamar	el-hamar	MA		0	Africa/Casablanca	33.71022	-2.86511				02	533		
2550225	Douar Lehmamba	douar-lehmamba	MA		0	Africa/Casablanca	32.20727	-8.74251		Douar Lehmamba,Douar el Hamanda,El Hamanda,Lehmamda		07	585		
2550226	El Hamam	el-hamam	MA		0	Africa/Casablanca	32.25486	-4.38881		El Hamam,El Hammat		08	363		
2550227	Lahmadat	lahmadat	MA		0	Africa/Casablanca	32.4541	-9.16954		Douar el Hamadat,El Hamadat,Lahmadat		07	431		
2550229	Douar Lahfaya	douar-lahfaya	MA		0	Africa/Casablanca	34.64738	-5.74582		Douar Lahfaya,Douar el Halaf,El Halaf		04	481		
2550231	Lhajra	lhajra	MA		0	Africa/Casablanca	35.54773	-5.8663		El Hajra,Hajra,Hajra n'hale,Hajra n’hale,Lhajra		01	511		
2550233	El Haj Omar	el-haj-omar	MA		0	Africa/Casablanca	32.38647	-9.26122		Douar el Haj Omar,El Haj Omar		07	431		
2550234	El Haj Moussa	el-haj-moussa	MA		0	Africa/Casablanca	31.76	-8.5		Dar el Hajj Moussa,El Haj Moussa		07	585		
2550235	Dar El Haj Mhamed	dar-el-haj-mhamed	MA		0	Africa/Casablanca	32.34961	-9.07973		Dar El Haj Mhamed,Douar Haj Mohammed,El Haj Mohammed,Haj Mohammed,Oulad Hadj M'Hamed,Oulad Hadj M’Hamed		07	431		
2550236	Azib El Haj El Mekki	azib-el-haj-el-mekki	MA		0	Africa/Casablanca	32.37852	-8.68499		Azib El Haj El Mekki,Douar el Haj Mekki,El Haj Mekki		07	431		
2550237	Lhaj Mbarek	lhaj-mbarek	MA		0	Africa/Casablanca	34.92511	-6.10938		Douar el Haj Mbarek,El Haj Mbarek,Elhadj M'barek,Elhadj M’barek,Lhaj Mbarek		04	281		
2550238	El Hajj Larbi	el-hajj-larbi	MA		0	Africa/Casablanca	32.37665	-8.31432		Argbat Hadj Larbi,Douar el Hajj Larbi,El Haii Larbi,El Haj Larbi,El Hajj Larbi		07	427		
2550239	Douar El Hajjaj	douar-el-hajjaj	MA		0	Africa/Casablanca	31.68695	-9.49891		Douar El Hajjaj,Douar Oulad el Hajjaj,El Hajaj,El Hajjaj		07	211		
2550240	El Hajjaj	el-hajjaj	MA		0	Africa/Casablanca	30.37587	-8.99198				09	541		
2550243	Douar Taddarine	douar-taddarine	MA		0	Africa/Casablanca	31.6262	-7.51912		Douar Taddarine,Douar el Haj Omar Taddarine,El Haji Omar Tadderine,Tadarine		07	041		
2550244	Douar el Haji	douar-el-haji	MA		0	Africa/Casablanca	34.40483	-5.57559		Bel-Hadja,Dar el Hadji,Douar el Hadji,Douar el Haji,El Haji		04	481		
2550245	Douar El Hajriyine	douar-el-hajriyine	MA		0	Africa/Casablanca	35.49771	-5.74364		Douar El Hajriyine,El Hajeriyene,Hajeriene		01	571		
2550246	Douar Lahjar	douar-lahjar	MA		0	Africa/Casablanca	34.45287	-4.99719		Douar Lahjar,Douar el Hajer,El Hajer		03	531		
2550248	Douar Mreys Errmad	douar-mreys-errmad	MA		0	Africa/Casablanca	31.94558	-8.07		Douar Mreys Errmad,Douar el Hajj el Madani,El Haj el Madani,El Hajj el Madani		07	351		
2550249	Douar El Haj El Hachmi	douar-el-haj-el-hachmi	MA		0	Africa/Casablanca	32.47499	-8.42416		Douar El Haj El Hachmi,El Haj el Hachmi		06	467		
2550250	El Hajeb-n-Ayt Wadouz	el-hajeb-n-ayt-wadouz	MA		0	Africa/Casablanca	31.42459	-7.77722		Ait Ouadouz,Aït Ouadouz,El Hajeb n'Ait Ouadouz,El Hajeb n’Aït Ouadouz,El Hajeb-n-Ayt Wadouz		07	041		
2550252	El Hajeb	el-hajeb	MA		28126	Africa/Casablanca	33.68786	-5.371			1317101051	03	171	1317101051	
2550253	El Hajeb	el-hajeb	MA		0	Africa/Casablanca	31.45371	-7.77478		El Hajeb,Hajeb Ait El Houcine,Hajeb Aït El Houcine		07	041		
2550256	Douar El Haj Boubker	douar-el-haj-boubker	MA		0	Africa/Casablanca	35.08234	-4.13555		Douar El Haj Boubker,El Hach Buker,El Haj Bouker		01	051		
2550257	Douar El Hajjarine	douar-el-hajjarine	MA		0	Africa/Casablanca	34.70842	-5.16729		Douar El Hajjarine,El Hajarine,El Hajirine		03	531		
2550258	El Haj Amar	el-haj-amar	MA		0	Africa/Casablanca	35.10071	-2.99502		El Hach Amar,El Haj Amar		02	381		
2550259	Ait Lhaj All	ait-lhaj-all	MA		0	Africa/Casablanca	33.84015	-5.29394		Ait Lhaj All,El Haj Ali		03	171		
2550260	Hjama	hjama	MA		0	Africa/Casablanca	34.63627	-5.56291		Douar el Hajajma,El Hajajma,El Hejajma,Hjama		04	481		
2550261	Douar Oulad El Haytem	douar-oulad-el-haytem	MA		0	Africa/Casablanca	34.52316	-5.91166		Douar Oulad El Haytem,Douar el Haitem,Douar el Haïtem,El Haitem,El Haïtem,Haitem,Haïtem		04	481		
2550262	Lahdadoua	lahdadoua	MA		0	Africa/Casablanca	35.47865	-5.49457		El Haina,Lahdadoua		01	571		
2550263	El Haïn	el-hain	MA		0	Africa/Casablanca	31.46	-4.25		El Hain,El Haïn,Lhain,Lhaïn		08	201		
2550266	Douar Sgarta	douar-sgarta	MA		0	Africa/Casablanca	32.16757	-7.63205		Douar Sgarta,Douar el Hiadna,El Haidna,El Haïdna,Hiadna,Lahyadna		07	191		
2550267	Al Haibouss	al-haibouss	MA		0	Africa/Casablanca	31.88096	-4.35534		Al Haibouss,El Haibous,El Haïbous		08	201		
2550268	El Haïba	el-haiba	MA		0	Africa/Casablanca	31.34678	-8.83189		Ait Haiba,Aït Haïba,El Haiba,El Haïba		07	161		
2550270	Lhafret	lhafret	MA		0	Africa/Casablanca	30.26426	-9.33191		El Hafert,Lhafret,Talhofret		09	163		
2550271	Douar Lehouafd	douar-lehouafd	MA		0	Africa/Casablanca	32.5089	-8.68825		Douar Lehouafd,Douar el Hafdi,El Hafdi		07	431		
2550272	El Hafaïr	el-hafair	MA		0	Africa/Casablanca	29.51	-9.61		El Hafair,El Hafaïr,El Hafeir,El Hafeïr,El Hfair,El Hfaïr		09	581		
2550275	El Had Taoubat	el-had-taoubat	MA		0	Africa/Casablanca	31.90215	-9.31599		El Had,El Had Taoubat,El Had Taoubate,El Had Touabet,Had-Touabet,Had-Touabèt		07	431		
2550277	El Had n’Assif Tirhli	el-had-n-assif-tirhli	MA		0	Africa/Casablanca	31.58	-6.96				05	081		
2550278	Had Hrara	had-hrara	MA		0	Africa/Casablanca	32.44072	-9.13344		El Had,El Had Harrara,Had Harrara,Had Herrara,Had Hrara		07	431		
2550281	Had Labkhati	had-labkhati	MA		0	Africa/Casablanca	32.43517	-8.64951		El Had,El Had des Bkhati,El Had el Bkhati,El Had n'Khati,El Had n’Khati,Had Bkhati,Had Labkhati,Souk el Had n'Khati,Souk el Had n’Khati		07	431		
2550283	Had Oulad Issa	had-oulad-issa	MA		0	Africa/Casablanca	32.95217	-8.69759		El Had Oulad Aissa,El Had Oulad Aïssa,El Had des Oulad Aissa,El Had des Oulad Aïssa,Had Oulad Aissa,Had Oulad Aïssa,Had Oulad Issa,Had-des-Oulad-Aissa,Had-des-Oulad-Aïssa,Souk el Had		06	181		
2550285	Lafrayta	lafrayta	MA		0	Africa/Casablanca	31.93259	-7.2593		Al Had-Fraita,Al Had-Fraïta,Dar Ben Feida,Dar Freila,El Had Freita,El Had des Fraita,El Had des Fraïta,Had Fraita,Had Fraïta,Had-Fraita,Lafrayta		07	191		
2550286	Souq Al Had Bou Moussa	souq-al-had-bou-moussa	MA		0	Africa/Casablanca	32.24056	-6.94402		El Had,El Had des Beni Moussa,Souk el Had des Beni Moussa,Souk-el-Had des Oulad-Ben-Moussa,Souq Al Had Bou Moussa		05	255		
2550287	Had Laaounate	had-laaounate	MA		0	Africa/Casablanca	32.61336	-8.22204		El Had,El Had des Aounat,Had Laaounate,Had des Aounate,Matrann,Souk el Had,Souk el Had des Aounat		06	467		
2550288	Ras Lain	ras-lain	MA		0	Africa/Casablanca	31.74767	-7.62521		El Had,El Had de Ras el Ain,El Had de Ras el Aïn,Ras Lain,Ras-el-Ain,Ras-el-Aïn		07	427		
2550290	El Had de Moujeres	el-had-de-moujeres	MA		0	Africa/Casablanca	34.98	-3.95				01	051		
2550291	El Had de Midad	el-had-de-midad	MA		0	Africa/Casablanca	34.96	-3.58				02	167		
2550292	El Haddara	el-haddara	MA		0	Africa/Casablanca	34.68109	-4.29506				03	531		
2550293	El Haddada	el-haddada	MA		0	Africa/Casablanca	34.61928	-4.59491		El Haddada,Hadada		03	531		
2550294	El Haddada	el-haddada	MA		0	Africa/Casablanca	32.63103	-8.75763		El Haddada,El Haddade		06	467		
2550295	Douar El Haddada	douar-el-haddada	MA		0	Africa/Casablanca	32.12155	-7.2436		Douar El Haddada,Douar el Haddalda,El Haddada,El hadada touznit ouled bou ali,Hadada		07	191		
2550296	Douar El Haddada	douar-el-haddada	MA		0	Africa/Casablanca	34.40546	-5.04676		Douar El Haddada,Douar el Haddad,El Haddad,Elhadada,Haddada		03	531		
2550297	El Hadaja	el-hadaja	MA		0	Africa/Casablanca	32.64794	-8.80753		Douar el Hadadja,El Hadaja,Lehdadja		06	467		
2550298	El Hadada	el-hadada	MA		0	Africa/Casablanca	32.14177	-9.0414		El Hadada,Hedada		07	431		
2550300	El had	el-had	MA		0	Africa/Casablanca	33.34274	-6.70262				04	291		
2550301	El Had	el-had	MA		0	Africa/Casablanca	31.99376	-8.12662		El Had,El Had et Mennebbi,Had-Menabha		07	351		
2550302	Al Had	al-had	MA		0	Africa/Casablanca	31.58221	-6.98164		Al Had,El Had,El Had n'Asif Tirhli,El Had n’Asif Tirhli		05	081		
2550303	El Had	el-had	MA		0	Africa/Casablanca	30.6521	-6.14417				08	587		
2550321	Al Had	al-had	MA		0	Africa/Casablanca	32.09955	-6.60139		Al Had,El Had		05	081		
2550335	El Haj El Hachemi	el-haj-el-hachemi	MA		0	Africa/Casablanca	32.26822	-8.43112		Douar el Hadj Lachmi,Douar el Hajj Lachmi,El Hachemi,El Haj El Hachemi,Oulad el Hachmi		07	427		
2550336	El Habi Ou Brahim	el-habi-ou-brahim	MA		0	Africa/Casablanca	29.21289	-10.24683		El Habi Ou Brahim,El Habi U Brahim		10	473		
2550337	El Habiliine	el-habiliine	MA		0	Africa/Casablanca	34.00364	-5.40361		El Habiliine,La Biliyne		03	061		
2550338	Lhachiya Lhamra	lhachiya-lhamra	MA		0	Africa/Casablanca	33.11634	-3.89963		El Habat el Hamra,Lhachiya Lhamra		03	131		
2550339	Douar el Habata	douar-el-habata	MA		0	Africa/Casablanca	34.41372	-5.60066		Dar el Habata,Douar el Habata,El Habata		04	481		
2550340	El Habara	el-habara	MA		0	Africa/Casablanca	34.44125	-5.29307		El Habara,Lahbara		03	531		
2550341	El Habacha el Oued	el-habacha-el-oued	MA		0	Africa/Casablanca	34.29444	-5.5122		El Habacha Leghlad,El Habacha el Oued		04	481		
2550342	Lehbabla	lehbabla	MA		0	Africa/Casablanca	32.43703	-8.82837		El Hababla,Lehbabla		07	431		
2550343	Elha	elha	MA		0	Africa/Casablanca	35	-4.13				01	051		
2550348	Lagzira	lagzira	MA		0	Africa/Casablanca	35.16054	-5.56457		El Guezira,El Guezîra,Lagzira		01	331		
2550350	El Guetna	el-guetna	MA		0	Africa/Casablanca	34.45009	-4.69619		Douar el Guetna,El Guetna		03	531		
2550351	Douar Guetara	douar-guetara	MA		0	Africa/Casablanca	34.7428	-5.62255		Douar Guetara,Douar el Guetara,El Guetara,El Guettara		01	405		
2550357	El Güert Brahim Ben Aali	el-gueert-brahim-ben-aali	MA		0	Africa/Casablanca	29.23	-10.21				10	473		
2550358	Douar Oulad al Garne	douar-oulad-al-garne	MA		0	Africa/Casablanca	31.71746	-8.1904		Douar Oulad al Garne,El Guern		07	351		
2550359	Douar Ghraba	douar-ghraba	MA		0	Africa/Casablanca	32.56238	-8.76715		Douar Ghraba,El Gueraba,El Gueroba,Ghraba		06	467		
2550362	Douar Lagnafda	douar-lagnafda	MA		0	Africa/Casablanca	34.79089	-1.86661		Douar Lagnafda,Douar el Guenafda,El Guenafda		02	411		
2550363	El Guembour	el-guembour	MA		0	Africa/Casablanca	34.26105	-4.49609		Douar el Guembour,El Guembour		03	531		
2550365	El-Guelil	el-guelil	MA		0	Africa/Casablanca	31.98027	-8.41146				07	585		
2550366	El Guefaf	el-guefaf	MA		0	Africa/Casablanca	32.9199	-6.72126		Dechra Guefaf,El Goufaf,El Guefaf		05	311		
2550367	Gdadra Qraynissa	gdadra-qraynissa	MA		0	Africa/Casablanca	34.52267	-5.50834		El Guedadra,Gdadra Qraynissa,Legdadra Lehmiate,Legdadra Lehmiâte		04	481		
2550368	Douar Lgueddara	douar-lgueddara	MA		0	Africa/Casablanca	34.51825	-5.74834		Al Grafda,Douar Lgueddara,Douar el Guedadna,El Gedadna,El Guedadna,Guedadra		04	481		
2550369	Al Guebbas	al-guebbas	MA		0	Africa/Casablanca	31.51207	-8.16491		Al Guebbas,Douar el Guebbas,El Guebbas,El Guerba		07	041		
2550370	Douar Lagroura	douar-lagroura	MA		0	Africa/Casablanca	35.65768	-5.30779		Douar Lagroura,El Groura		01			
2550371	El Grounel Graa	el-grounel-graa	MA		0	Africa/Casablanca	30.36213	-9.10635		El Groun el Graa,El Grounel Graa,Groun el Graa,Groun el Grâa		09	541		
2550372	Khyant Redouani	khyant-redouani	MA		0	Africa/Casablanca	32.01295	-7.94172		Dar el Groun,Douar el Groun,El Groun,Khyant Redouani		07	427		
2550377	Douar Laababaa	douar-laababaa	MA		0	Africa/Casablanca	32.34607	-9.12866		Douar Laababaa,Douar el Grinet,El Grinat		07	431		
2550378	El Gara	el-gara	MA		0	Africa/Casablanca	29.8523	-9.70696		El Gara,El Grara,El Grarat,Grara		09	581		
2550383	Douar Legramta	douar-legramta	MA		0	Africa/Casablanca	31.50126	-9.25175		Douar Legramta,El Gramta,Gramatra		07	211		
2550385	Leghraba	leghraba	MA		0	Africa/Casablanca	32.3345	-9.11401		Douar El Graiga,El Graiga,El Graïga,Leghraba,Regraga		07	431		
2550386	El Graa	el-graa	MA		0	Africa/Casablanca	32.56661	-7.75252		El Graa,Ouled Khalifa el Gara		07	427		
2550387	Douar El Gouzal	douar-el-gouzal	MA		0	Africa/Casablanca	34.49086	-4.14964		Al Gouzat,Douar El Gouzal,Douar el Gouzat,El Gouzat		03	561		
2550389	Grichat	grichat	MA		0	Africa/Casablanca	32.08335	-7.84572		Douar el Gourich,El Gourich,Grichat		07	427		
2550390	Douar Lougrae	douar-lougrae	MA		0	Africa/Casablanca	31.75537	-7.67879		Douar Lougrae,Douar el Gourah,El Goura		07	427		
2550391	Lgour	lgour	MA		0	Africa/Casablanca	35.49309	-5.81407		El Gour,Gour,Kour,Lgour		01	511		
2550392	El Goumt du Dadès	el-goumt-du-dades	MA		0	Africa/Casablanca	31.29706	-6.04247		El Goumt,El Goumt du Dades,El Goumt du Dadès,El Quemt		08	577		
2550395	Legouid	legouid	MA		0	Africa/Casablanca	32.37972	-8.64131		Douar el Gouit,El Gouaid,El Gouaïd,El Gouit,Legouid		07	431		
2550396	El Gouera	el-gouera	MA		0	Africa/Casablanca	29.8	-6.15				08	587		
2550397	El Gouassi	el-gouassi	MA		0	Africa/Casablanca	30.36243	-9.0556		El Gaoussi,El Gouassi,Gaouci		09	541		
2550399	El Gouassem	el-gouassem	MA		0	Africa/Casablanca	31.55182	-7.98893		Douar el Gouassem,El Gouassem,Lagouasme		07	351		
2550401	Laghouanem	laghouanem	MA		0	Africa/Casablanca	30.12833	-6.85669		El Gouanem,El ghouanem,Laghouanem,Laghwanem		09	551		
2550404	Douar Qorchi Oulad Abdellah	douar-qorchi-oulad-abdellah	MA		0	Africa/Casablanca	34.51428	-6.42523		Douar Qorchi Oulad Abdellah,Douar el Gorchi,El Gorchi		04	281		
2550405	Douar Lghorba	douar-lghorba	MA		0	Africa/Casablanca	35.50825	-5.58365		Douar Lghorba,El Gorba		01	571		
2550406	El Gor’ane	el-gor-ane	MA		0	Africa/Casablanca	32.18115	-3.78553		El Gor'ane,El Gorane,El Gor’ane		08	201		
2550408	El Gnaoui	el-gnaoui	MA		0	Africa/Casablanca	34.55	-5.66		Douar el Gnaoui,El Gnaoui,Oulad Nouai		04	481		
2550411	Al Gloa	al-gloa	MA		0	Africa/Casablanca	30.26282	-6.47672		Al Gloa,El Gloa,El Gloá		08	587		
2550416	El Garn	el-garn	MA		0	Africa/Casablanca	31.91	-8.05		Douar el Guern,El Garn		07	351		
2550418	Douar Lgara	douar-lgara	MA		0	Africa/Casablanca	35.02801	-5.74693		Douar Lgara,El Gara,Gara		01	331		
2550419	El Gara	el-gara	MA		0	Africa/Casablanca	33.27732	-7.23236		Boucheron,El Gara,El-Guara		06	117		
2550420	Al Gara	al-gara	MA		0	Africa/Casablanca	31.70786	-4.19556		Al Gara,El Gara		08	201		
2550427	Douar Lgayza	douar-lgayza	MA		0	Africa/Casablanca	34.97599	-5.75325		Douar Lgayza,El Gaiza,El Gaïza,El Ja Iza,Gueicha		01	331		
2550428	Douar Legaaydiyine	douar-legaaydiyine	MA		0	Africa/Casablanca	34.45597	-4.66174		Douar El Gaidiyne,Douar El Gaidïyne,Douar Legaaydiyine,El Gaidiine,Ghaidyene,Ghaïdyéne		03	531		
2550429	Al Gaida	al-gaida	MA		0	Africa/Casablanca	31.37185	-8.27277		Al Gaida,Douar el Gaida,Douar el Gaïda,El Gaida,El Gaïda,Lagueiada,Lagueïada		07	161		
2550433	Douar Lgaada	douar-lgaada	MA		0	Africa/Casablanca	34.25729	-4.62931		Douar Lgaada,El Gada		03	531		
2550439	Douar el Gaada	douar-el-gaada	MA		0	Africa/Casablanca	34.34948	-3.90199		Douar el Gaada,El Gaada,Gaada,Gaâda		03	561		
2550440	Douar Lgaada	douar-lgaada	MA		0	Africa/Casablanca	33.86208	-4.58201		Al Gada,Al Gáda,Douar Lgaada,El Gaada,El Gada,Gaada,Gaâda		03	451		
2550447	El Friha	el-friha	MA		0	Africa/Casablanca	32.25525	-8.56106		Douar Fouache,Douar el Friha,El Friha		07	585		
2550448	Lefraynina	lefraynina	MA		0	Africa/Casablanca	29.55201	-9.6421		El Freinina,El Freïnina,El Frinina,El Fririne,Lefraynina		09	581		
2550452	Douar Al Fouggara	douar-al-fouggara	MA		0	Africa/Casablanca	30.52323	-6.50584		Al Fouggara,Douar Al Fouggara,El Fouggara,El fgoura,Fouggara		08	587		
2550455	Douar Lefouarae	douar-lefouarae	MA		0	Africa/Casablanca	32.18768	-8.58849		Douar Lefouarae,Douar el Fouara,Douar el Fouaraa,El Fouaraa,Faraa,Farâa		07	585		
2550456	Douar Ferchane	douar-ferchane	MA		0	Africa/Casablanca	34.22987	-4.43564		Douar Ferchane,Douar el Foricha,El Foricha		03	531		
2550457	Douar Chorfa Lfoqra	douar-chorfa-lfoqra	MA		0	Africa/Casablanca	34.51338	-6.23273		Douar Chorfa Lfoqra,Douar el Fokra,El Fokra,Fohra		04	481		
2550459	El Ferija	el-ferija	MA		0	Africa/Casablanca	33.72327	-4.52106				03	451		
2550460	Al Farfar	al-farfar	MA		0	Africa/Casablanca	30.70083	-8.24571		Al Farfar,El Ferfar		09	541		
2550461	Douar Lefraraa	douar-lefraraa	MA		0	Africa/Casablanca	34.31981	-5.28617		Douar Lefraraa,El Feraraa,Lfararaa,Lfararaâ		03	531		
2550463	El Feïd El Khnabib	el-feid-el-khnabib	MA		0	Africa/Casablanca	29.85991	-9.75226		El Feid El Khnabib,El Feid el Rhnabib,El Feïd El Khnabib,El Feïd el Rhnabib		09	581		
2550466	El Feïd	el-feid	MA		0	Africa/Casablanca	29.81774	-9.5296		El Feid,El Feida,El Feïd,El Fid		09	581		
2550468	El Feggoust	el-feggoust	MA		0	Africa/Casablanca	30.47488	-6.0675		El Feggoust,Zaoia el feggous,Zaouiat Lfaggoust,Zaoïa el feggous		08	587		
2550469	Douar Lafdoul	douar-lafdoul	MA		0	Africa/Casablanca	34.53455	-5.84479		Al Fdoul,Douar Lafdoul,Douar el Fedoul,El Fedoul,Elbadoul		04	481		
2550470	El Fecht	el-fecht	MA		0	Africa/Casablanca	30.73393	-5.13112				08	577		
2550472	Douar el Fdoul	douar-el-fdoul	MA		0	Africa/Casablanca	34.47944	-5.54931		Al Fdoul,Dar el Fdoul,Douar el Fdoul,El Fdol,El Fdoul		04	481		
2550475	Al Farkh	al-farkh	MA		0	Africa/Casablanca	31.28947	-4.23574		Al Farkh,El Fakh,El Farkh		08	201		
2550476	El Faïda	el-faida	MA		0	Africa/Casablanca	31.27047	-8.70297				07	161		
2550477	Al Faïda	al-faida	MA		0	Africa/Casablanca	31.25385	-8.3785		Al Faida,Al Faïda,Douar Faidet,Douar Faïdet,El Faida,El Faidat,El Faïda,El Faïdat		07	041		
2550478	El Faïda	el-faida	MA		0	Africa/Casablanca	30.30645	-9.03629		El Faida,El Faïda,El Feida,El Feïda		09	541		
2550479	Al Fayd	al-fayd	MA		0	Africa/Casablanca	30.61461	-8.21163		Al Fayd,El Faid,El Faïd		09	541		
2550480	El Faïd	el-faid	MA		0	Africa/Casablanca	30.4	-9.4				09	001		
2550482	El Fahs	el-fahs	MA		0	Africa/Casablanca	33.90602	-4.18829		Douar el Fahs,El Fahs		03	451		
2550483	El Fahas	el-fahas	MA		0	Africa/Casablanca	34.2	-4.1				03	561		
2550489	El Dehiz	el-dehiz	MA		0	Africa/Casablanca	35.26351	-4.8741				01	151		
2550491	Douar Eddarir	douar-eddarir	MA		0	Africa/Casablanca	35.73307	-5.48226		Douar Eddarir,Ed Dhar,El Daher		01	227		
2550492	Alchabech	alchabech	MA		0	Africa/Casablanca	35.43116	-5.43213		Alchabech,Chibich,El Chehbch		01	571		
2550494	El Caïd Omar	el-caid-omar	MA		0	Africa/Casablanca	31.57586	-7.96958		Douar el Caid Omar,Douar el Caïd Omar,El Caid Omar,El Caïd Omar		07	351		
2550496	Douar Bzaghla	douar-bzaghla	MA		0	Africa/Casablanca	32.61102	-8.85766		Douar Bzaghla,Douar el Bzarhla,El Bzarhla,Lebzaghla,Lebzaghlah		06	467		
2550498	Labrouga	labrouga	MA		0	Africa/Casablanca	34.60239	-6.35616		Douar el Brouga,El Brouga,El Brouja,Labrouga		04	281		
2550499	El Briza	el-briza	MA		0	Africa/Casablanca	31.42671	-7.82572		Brisa,El Briza		07	041		
2550505	Bridiya	bridiya	MA		0	Africa/Casablanca	35.48266	-5.91925		Bridiya,El Baridia,El Bridia		01	511		
2550506	Douar Labeaydiya	douar-labeaydiya	MA		0	Africa/Casablanca	34.51783	-5.82089		Douar Labeaydiya,Douar el Bridya,El Bridia,Kribia		04	481		
2550507	Douar Lebridiya	douar-lebridiya	MA		0	Africa/Casablanca	32.31089	-8.13689		Douar Lebridiya,El Bridia		07	427		
2550508	Douar Bghoula	douar-bghoula	MA		0	Africa/Casablanca	32.6184	-8.87093		Douar Bghoula,Douar el Brhoula,El Brhoula,Lebghoula		06	467		
2550509	Lebghoula	lebghoula	MA		0	Africa/Casablanca	32.10615	-7.83649		Brhoula,El Brhoula,Lebghoula		07	427		
2550511	Douar Lebghal El Oulia	douar-lebghal-el-oulia	MA		0	Africa/Casablanca	34.59102	-5.37152		Douar Lebghal El Oulia,El Brhel,Lebghal		01	405		
2550513	Douar Branga	douar-branga	MA		0	Africa/Casablanca	32.34765	-9.18126		Douar Branga,Douar el Brennga,El Brenga,El Brennga,Labranga		07	431		
2550514	Briech	briech	MA		0	Africa/Casablanca	35.55264	-5.99196		Abrich,Briech,Briex,Briix,El Brayech		01	511		
2550516	Brakfa	brakfa	MA		0	Africa/Casablanca	35.02493	-6.06302		Bragta,Brakfa,Douar El Brakta,El Brakta		01	331		
2550517	Brahma	brahma	MA		0	Africa/Casablanca	35.41763	-5.83941		Barhama,Brahma,El Brahma		01	331		
2550518	El Bhara	el-bhara	MA		0	Africa/Casablanca	30.54235	-8.53351		El Bhara,El Boura		09	541		
2550519	El Boura	el-boura	MA		0	Africa/Casablanca	30.52918	-8.85478				09	541		
2550521	El Bour	el-bour	MA		0	Africa/Casablanca	31.61617	-7.53926		El Bour,Rouadi		07	041		
2550522	Al Bour	al-bour	MA		0	Africa/Casablanca	31.42645	-7.54329		Al Bour,El Bour		07	041		
2550524	El Bououal	el-bououal	MA		0	Africa/Casablanca	35.4073	-5.71506		Boual,El Bououal		01	571		
2550528	Lbouira	lbouira	MA		0	Africa/Casablanca	30.41629	-9.2811		El Bouira,Lbouira		09	541		
2550530	Labouiyat	labouiyat	MA		0	Africa/Casablanca	31.55922	-8.56915		El Bouiet,Labouiyat		07	161		
2550531	Douar Lboyed	douar-lboyed	MA		0	Africa/Casablanca	34.46785	-5.06332		Douar Lboyed,El Bouied		03	531		
2550532	El Bouida	el-bouida	MA		0	Africa/Casablanca	30.44629	-8.97847				09	541		
2550533	Bouiyeb	bouiyeb	MA		0	Africa/Casablanca	32.43068	-8.76927		Bouiyeb,El Bouib,Lebouib		07	431		
2550534	Douar Labbahta	douar-labbahta	MA		0	Africa/Casablanca	34.95126	-5.89457		Bou Hati,Douar Bou Hati,Douar Labbahta,El Bouhata		01	331		
2550535	El Bouhadi	el-bouhadi	MA		0	Africa/Casablanca	34.54973	-4.85328		Bouhadi,El Bouhadi		03	531		
2550536	Douar Lbaggara	douar-lbaggara	MA		0	Africa/Casablanca	31.61358	-7.84927		Douar Lbaggara,El Bougaria		07	351		
2550538	Douar el Boudaoudia	douar-el-boudaoudia	MA		0	Africa/Casablanca	34.34135	-3.89087		Boudoudia,Douar el Boudaoudia,El Boudaoudia		03	561		
2550540	Bouazda	bouazda	MA		0	Africa/Casablanca	32.26768	-8.86793		Bouazda,Douar el Bouazda,El Bouazda		07	431		
2550541	Lbouiybat	lbouiybat	MA		0	Africa/Casablanca	30.08475	-9.57109		El Baybat,El Bouaibat,El Bouaibate,El Bouaïbat,El Bouaïbate,Lbouiybat		09	163		
2550542	El Bouadis	el-bouadis	MA		0	Africa/Casablanca	33.67974	-4.65937		Bouadice,El Bouadis		03	451		
2550543	El Botma	el-botma	MA		0	Africa/Casablanca	34.81	-4.35				01	051		
2550545	El Bos	el-bos	MA		0	Africa/Casablanca	29.21719	-10.16907		El Boos,El Bos		10	473		
2550547	Al Brouj	al-brouj	MA		0	Africa/Casablanca	32.50467	-7.19238		Al Brouj,El Borch,El Borouj		06	461		
2550548	El Borouj	el-borouj	MA		0	Africa/Casablanca	31.48	-4.18		Broj,El Borouj		08	201		
2550550	El Borj Ou el Amer	el-borj-ou-el-amer	MA		0	Africa/Casablanca	29.71	-9.9		El Borj Ou Anamer,El Borj Ou El Ameur,El Borj Ou el Amer		09	581		
2550551	Bimloul	bimloul	MA		0	Africa/Casablanca	30.00444	-9.28445		Bimloul,El Bordj,El Borj n'Bimloul,El Borj n’Bimloul		09	163		
2550552	Borj er Roumi	borj-er-roumi	MA		0	Africa/Casablanca	31.29219	-8.59081		Borj er Roumi,El Borj el Roumi		07	161		
2550553	Lborj	lborj	MA		0	Africa/Casablanca	35.71317	-5.69669		Barj,El Borch,El Borj,Lborj		01	227		
2550554	El Borj	el-borj	MA		0	Africa/Casablanca	35.13743	-2.42262				02	381		
2550555	Al Borj	al-borj	MA		0	Africa/Casablanca	33.164	-4.30887		Al Borj,El Bordj,El Borj		03	131		
2550556	Al Borj	al-borj	MA		0	Africa/Casablanca	33.01526	-5.63107		Al Borj,El Bordj,El Borj		05	301		
2550557	El Borj	el-borj	MA		0	Africa/Casablanca	32.276	-4.96338		El Bordj,El Borj,Ksar el Borj		08	363		
2550558	El Borj	el-borj	MA		0	Africa/Casablanca	30.6716	-6.3517		El Bordj,El Borj,El barje		08	587		
2550559	Al Borj	al-borj	MA		0	Africa/Casablanca	30.65728	-7.08098		Al Borj,El Borj,El Bourge		08	401		
2550560	Lborj	lborj	MA		0	Africa/Casablanca	30.24168	-9.54725		El Borj,El Brayge,Lborj		09	163		
2550561	El Borj	el-borj	MA		0	Africa/Casablanca	28.6556	-9.89038		El Borj,Lborj		10	261		
2550562	Douar Blilat Talaa	douar-blilat-talaa	MA		0	Africa/Casablanca	31.89809	-8.53751		Douar Blilat Talaa,El Blilate Talla		07	585		
2550563	El Bleh	el-bleh	MA		0	Africa/Casablanca	35.32729	-5.10585				01	151		
2550564	El Blat	el-blat	MA		0	Africa/Casablanca	34.90783	-4.98572		El Blat,El Blate		01	151		
2550565	Bjouja	bjouja	MA		0	Africa/Casablanca	32.47181	-8.80982		Bjouja,El Bjouja		07	431		
2550566	Douar Lbizane	douar-lbizane	MA		0	Africa/Casablanca	32.30224	-8.91986		Douar Lbizane,El Bizane		07	431		
2550568	El Bioutz	el-bioutz	MA		0	Africa/Casablanca	35.86516	-5.43061		El Bioute,El Bioutz,El Biulz,El Biut,El Biutz,El Buitz		01	227		
2550570	El Bied	el-bied	MA		0	Africa/Casablanca	30.40127	-9.12169		El Beyed,El Bied,El Béyèd		09	541		
2550571	El Bidane	el-bidane	MA		0	Africa/Casablanca	32.28	-8.71		Douar el Bidane		07	431		
2550572	Douar Bidane Oulad Massaoud	douar-bidane-oulad-massaoud	MA		0	Africa/Casablanca	32.27199	-8.70844		Didane,Douar Bidane Oulad Massaoud,Douar el Bidane,El Bidane		07	431		
2550573	Lbid	lbid	MA		0	Africa/Casablanca	30.38193	-9.32419		El Bid,El Bied,Lbid		09	273		
2550575	Douar Labhalla	douar-labhalla	MA		0	Africa/Casablanca	34.8213	-5.84551		Al Bhalla,Bhala,Douar Labhalla,Douar el Bhalla,El Bhalla		04	481		
2550576	Jaidte Lbatma	jaidte-lbatma	MA		0	Africa/Casablanca	31.69952	-7.66986		Douar el Betma,El Betma,Jaidat,Jaidat el Zatma,Jaidte Lbatma,Jaïdat,Jaïdat el Zatma		07	427		
2550577	Btatha	btatha	MA		0	Africa/Casablanca	31.61535	-4.21801		Btatha,El Betatha,Labtatha,Zaouia Jdida,Zaouïa Jdîda		08	201		
2550578	Douar El Berraq	douar-el-berraq	MA		0	Africa/Casablanca	35.41291	-5.66887		Aberrak,Douar El Berraq,El Berrak		01	571		
2550580	Douar Labnanda	douar-labnanda	MA		0	Africa/Casablanca	34.97083	-5.95366		Al Benanda,Douar Labnanda,Douar el Benanda,El Benanda,El Bnandat		01	331		
2550581	Douar Lbellat	douar-lbellat	MA		0	Africa/Casablanca	31.81659	-8.71422		Douar Lbellat,El Bellat,El Bellate		07	585		
2550582	Lebhalla	lebhalla	MA		0	Africa/Casablanca	32.51232	-9.0655		Douar el Bella,El Bella,Labhala,Lebhalla		07	431		
2550584	Douar Bahhara Oulad Aissa Lebqaylat	douar-bahhara-oulad-aissa-lebqaylat	MA		0	Africa/Casablanca	34.68037	-6.38117		Bharia,Douar Bahhara Oulad Aissa Lebqaylat,Douar el Behara,El Behara		04	281		
2550585	Douar Hdouda	douar-hdouda	MA		0	Africa/Casablanca	32.55161	-8.835		Douar Hdouda,El Bedaoui		06	467		
2550586	Douar Biyadat	douar-biyadat	MA		0	Africa/Casablanca	34.09533	-4.65094		Douar Biyadat,El Bayada		03	531		
2550588	El Batel	el-batel	MA		0	Africa/Casablanca	34.97985	-3.17172		Batel,El Batel		02	381		
2550590	Douar Azib El Baghli	douar-azib-el-baghli	MA		0	Africa/Casablanca	32.54598	-8.78996		Douar Azib El Baghli,El Barhli		06	467		
2550593	Douar Lbayine	douar-lbayine	MA		0	Africa/Casablanca	35.69035	-5.4195		Bayen,Douar Lbayine,Dxar el Bayen,El Baien,El Bajene,El Bayen,El Bayine		01			
2550594	El Baïrat	el-bairat	MA		0	Africa/Casablanca	32.49612	-8.65205		Douar el Bairat,Douar el Baïrat,El Bairat,El Baïrat		07	431		
2550595	El Baïo	el-baio	MA		0	Africa/Casablanca	35.30898	-5.10374				01	151		
2550599	Lebgagra	lebgagra	MA		0	Africa/Casablanca	32.46972	-9.15773		Douar el Bagra,El Bagra,Lebgagra		07	431		
2550600	Ait Yassine Lakhlafa Oulad El Bachir Dlimi	ait-yassine-lakhlafa-oulad-el-bachir-dlimi	MA		0	Africa/Casablanca	32.33353	-8.44763		Ait Yassine Lakhlafa Oulad El Bachir Dlimi,Douar Cheikh el Bachir Delimi,Douar Cheïkh el Bachir Delimi,El Bachir Dlimi		07	427		
2550601	El Bachir	el-bachir	MA		0	Africa/Casablanca	31.51	-8.75		Bel Bachir,Douar el Bachir,El Bachir		07	161		
2550602	Douar Lakhbabcha	douar-lakhbabcha	MA		0	Africa/Casablanca	34.51728	-6.36189		Douar Lakhbabcha,Douar el Bacha,El Bacha,Lahbacha		04	281		
2550603	El Babra	el-babra	MA		0	Africa/Casablanca	34.69161	-4.62242				03	531		
2550604	El Baba	el-baba	MA		0	Africa/Casablanca	34.75572	-5.10331				03	531		
2550606	EL Baarir Foukaniine	el-baarir-foukaniine	MA		0	Africa/Casablanca	30.4806	-9.11497		EL Baarir Foukaniine,El Baarir,El Baarir Foukaniyine,Zaouna el Barir		09	541		
2550607	Douar El Azzaba	douar-el-azzaba	MA		0	Africa/Casablanca	32.62416	-8.95397		Azib Ouasti,Douar El Azzaba,El Azzaba		06	467		
2550608	El Aziziene	el-aziziene	MA		0	Africa/Casablanca	32.81342	-7.88208		Dar Sidi Abbes,El Aziziene		06	461		
2550609	El Azib Oumerzgoun	el-azib-oumerzgoun	MA		0	Africa/Casablanca	29.89959	-9.64265		El Azib Omerzgoum,El Azib Oumerzgoun		09	581		
2550610	El Azib	el-azib	MA		0	Africa/Casablanca	34.97619	-5.39834		El Azib,Lazib		01	405		
2550611	El Azib	el-azib	MA		0	Africa/Casablanca	34.73	-4.55				01	051		
2550612	El Azib	el-azib	MA		0	Africa/Casablanca	34.71	-4.76				03	531		
2550613	Laazib	laazib	MA		0	Africa/Casablanca	30.17442	-9.60192		El Azib,Laazib,Lazib		09	163		
2550614	Douar Laazbane	douar-laazbane	MA		0	Africa/Casablanca	32.31686	-8.73865		Azabane,Douar Laazbane,Douar el Azbene,El Azbene		07	431		
2550616	El Ayoun	el-ayoun	MA		0	Africa/Casablanca	29.64351	-7.89584		El Aioun,El Aioûn,El Ayoun		09	551		
2550617	El Ayasna	el-ayasna	MA		0	Africa/Casablanca	34.26483	-5.48439				04	481		
2550618	Douar Laayayta	douar-laayayta	MA		0	Africa/Casablanca	32.53959	-8.88433		Douar Laayayta,El Ayaita,El Ayaïta,Laaillyata,Laâillyata		06	467		
2550626	El Ateuf	el-ateuf	MA		0	Africa/Casablanca	33.85127	-3.03599				02	533		
2550630	Lemsalla	lemsalla	MA		0	Africa/Casablanca	32.52803	-8.90699		El Atamna,Laatamna,Lemsalla		06	467		
2550631	Graoua Laatamna	graoua-laatamna	MA		0	Africa/Casablanca	32.45139	-8.72608		Douar el Atamna,El Atamna,Graoua Laatamna,Laatamna		07	431		
2550634	El Assif	el-assif	MA		0	Africa/Casablanca	29.43	-10.11		El Asif,El Assif		10	473		
2550635	Douar Dkakra	douar-dkakra	MA		0	Africa/Casablanca	32.21433	-8.49283		Dekakra,Douar Dkakra,Douar el Assia Dkakra,El Assia Dkakra		07	585		
2550636	El Assassa	el-assassa	MA		0	Africa/Casablanca	32.67363	-8.64696		Douar el Assassa,El Assassa,Laassaassa,Laâssaâssa		06	467		
2550637	Al ’Assara	al-assara	MA		0	Africa/Casablanca	32.35661	-6.71303		Al 'Assara,Al ’Assara,El Assara,Lassara		05	255		
2550640	Laassala	laassala	MA		0	Africa/Casablanca	34.58662	-6.20315		Assala,Douar el Assala,El Assala,Laassala		04	281		
2550642	El Asakha	el-asakha	MA		0	Africa/Casablanca	34.84428	-5.41141		El Asakha,Hassacra		01	405		
2550643	El Arsa	el-arsa	MA		0	Africa/Casablanca	33.87241	-4.05483		Douar el Arsa,El Arsa		03	561		
2550645	Laaroussiyine	laaroussiyine	MA		0	Africa/Casablanca	31.92105	-9.00531		Al Aroussine,Al Aroussiyine,Douar Laroussi,El Aroussine,Laaroussiyine		07	431		
2550646	El Aroussiine	el-aroussiine	MA		0	Africa/Casablanca	34.46649	-6.01697		Douar el Aroussiyne,El Aroussiine		04	481		
2550647	Douar Laaraysiyine	douar-laaraysiyine	MA		0	Africa/Casablanca	34.17771	-4.64466		Douar Laaraysiyine,Douar el Aroussi,El Aroussi		03	531		
2550648	Lâroussa	laroussa	MA		0	Africa/Casablanca	34.65662	-4.38436		El Aroussa,Laroussa,Lâroussa		03	531		
2550649	El Aroumial	el-aroumial	MA		0	Africa/Casablanca	30.4	-5.85				08	587		
2550650	El-Arouga	el-arouga	MA		0	Africa/Casablanca	31.97284	-8.17561				07	351		
2550652	El Arouach	el-arouach	MA		0	Africa/Casablanca	30.80894	-9.62086		Arouach,El Arouach		09	001		
2550653	Douar Araoua	douar-araoua	MA		0	Africa/Casablanca	32.60795	-8.80938		Douar Araoua,El Aroua,Laaraoua,Laâraoua		06	467		
2550654	El Arja	el-arja	MA		0	Africa/Casablanca	32.1699	-1.22638		El Ardja,El Arja		02	251		
2550656	Douar el Arissa	douar-el-arissa	MA		0	Africa/Casablanca	31.38608	-8.22653		Douar el Arissa,El Arissa		07	351		
2550658	Douar El Arich	douar-el-arich	MA		0	Africa/Casablanca	32.79016	-8.81144		Douar El Arich,Douar el Arrich,El Arich,El Hrich		06	181		
2550662	Douar Leghoualem Tahtani	douar-leghoualem-tahtani	MA		0	Africa/Casablanca	31.76399	-7.73546		Douar Leghoualem Tahtani,El Arhaoulam,Lahouianate,Larhaoulam,Oulad Rhoualem		07	427		
2550664	El Argoub	el-argoub	MA		0	Africa/Casablanca	29.48	-9.7		El Argou,El Argoub		09	581		
2550667	Douar Laachayech	douar-laachayech	MA		0	Africa/Casablanca	32.53036	-8.70545		Achaich,Achaïch,Douar Laachayech,Douar el Archich,El Archich		06	467		
2550668	El Arba n’Takoucht	el-arba-n-takoucht	MA		0	Africa/Casablanca	31.18781	-9.45093		El Arba n' Takoucht,El Arba n'Takoucht,El Arba n’ Takoucht,El Arba n’Takoucht,El Arbaa,El Arbâa		07	211		
2550669	Id L’arba	id-l-arba	MA		0	Africa/Casablanca	29.3419	-9.9043		El Arba,El Arba n'Ait Abdallah,El Arba n’Aït Abdallah,Id L'arba,Id L’arba,Zoco El Arba de Ait Abdallah,Zoco el Arbaa		10	473		
2550671	el Arba Ida ou Trhoumma	el-arba-ida-ou-trhoumma	MA		0	Africa/Casablanca	30.88646	-9.69347		Al Arb'a Ida Ou Trhoumma,Al Arb’a Ida Ou Trhoumma,Arba-des-Ida-Ou-Trouma,El Arba Ida Ou Tghoumma,El Arba Ida Ou Trhouma,El Arba des Ida Ouirhouma,el Arba Ida ou Trhoumma		07	211		
2550674	Douar Trougout	douar-trougout	MA		0	Africa/Casablanca	35.1806	-3.77253		Atroukoute,Atrukut,Douar Trougout,El Arba de Trougout,Soko el Arbaa de Trugut,Trugut,Zoco Arbaa Trugut,Zoco el Arbaa		02	167		
2550675	El Arba de Tazouguert	el-arba-de-tazouguert	MA		0	Africa/Casablanca	34.77679	-4.78167		El Arba de Tazougert,El Arba de Tazouguert,El Arbaa de Tazouguert,El Hahouch,El-Arbaa de Tazugart,Tazzouguert		01	051		
2550676	El Arba de Taourirt	el-arba-de-taourirt	MA		0	Africa/Casablanca	34.92654	-3.83204		El Arba de Taourirt,El Arbaa de Taurt		01	051		
2550678	Nairat	nairat	MA		0	Africa/Casablanca	31.70647	-9.31478		Arba Nairate,Arbaa Naairat,Arbaa Naaïrat,El Arba,El Arba des Nairat,El Arba des Naïrat,Larba Nayrat,Nairat		07	211		
2550679	El Arba des Mesti	el-arba-des-mesti	MA		0	Africa/Casablanca	29.26486	-10.11198		El Arba des Mesti,Zoco El Arba de El Mesti,Zoco el Arba del Mesti		10	473		
2550680	Jamaat Sidi Laaroussi	jamaat-sidi-laaroussi	MA		0	Africa/Casablanca	31.84474	-9.15752		El Arba de Sidi el Aroussi,Jamaat Sidi Laaroussi		07	211		
2550681	Arbaa Laaounate	arbaa-laaounate	MA		0	Africa/Casablanca	32.7434	-8.19501		Aounat,Aounate,Arba Aounate,Arbaa Laaounate,Arbaa du Aounates,El Arba des Aounat,El Arba el Aounata,El Arba el Aounate,El Khemis el Aounat,Souk el Arba el Aounate		06	467		
2550684	Ouaoula	ouaoula	MA		0	Africa/Casablanca	31.87	-6.75		Arba de Ouaouila,Arba-Ouaoula,El Arba Ouaoula,El Arba d'Aauala,El Arba d’Aauala,Ouaoula	1208107132	05	081	1208107132	
2550685	El Arba Bouzemmour	el-arba-bouzemmour	MA		0	Africa/Casablanca	31.00603	-9.40273		Bouzemour,El Arba,El Arba Bouzemmour,Larba Bouzemmour,Souk el Arba		07	211		
2550686	El Arba Amrane	el-arba-amrane	MA		0	Africa/Casablanca	32.39466	-8.51583		Arba Amrane,El Arba,El Arba Amrane,Souk Arba Amrane,Souk Arbâ Amrane,Souk el Arbaa,Souk el Arbâa		06	467		
2550690	Al Arba	al-arba	MA		0	Africa/Casablanca	32.59481	-7.08434		Al Arba,Ej Jemaa,Ej Jemâa,El Arba,El Djema,El Djemâ,El Jema,El Jemâ,Souk el Jema,Souk-El-Arba des Oulad Bouali,Souk-El-Arba des Oulad Bouâli		06	461		
2550701	El Arba	el-arba	MA		0	Africa/Casablanca	34.50079	-3.6412				02	265		
2550723	Laararsa	laararsa	MA		0	Africa/Casablanca	34.67065	-5.60272		Aararsate,Aârarsate,Douar el Ararsa,El Arana,El Ararsa,Laararsa		04	481		
2550725	El Arabi	el-arabi	MA		0	Africa/Casablanca	30.60467	-6.16729				08	587		
2550726	El Araba	el-araba	MA		0	Africa/Casablanca	34.5999	-4.1806		Araba,El Araba		03	561		
2550729	El Arab	el-arab	MA		0	Africa/Casablanca	34.76669	-6.04476		El Arab,El Arb		04	281		
2550730	Lemzaoura	lemzaoura	MA		0	Africa/Casablanca	32.32633	-9.00051		Ahrab,Douar el Arab,El Arab,Lemzaoura		07	431		
2550733	Douar El Orj	douar-el-orj	MA		0	Africa/Casablanca	32.05503	-8.84568		Douar El Orj,El-Aouri		07	585		
2550734	Douar Laalabum	douar-laalabum	MA		0	Africa/Casablanca	32.49985	-8.61094		Douar Laalabum,Douar el Aouni,El Aouni		06	467		
2550736	Laaouissat	laaouissat	MA		0	Africa/Casablanca	32.57085	-9.05449		Douar el Aouissat,Douar el Aouïssat,El Aouissat,Laaouissat,Laouissat		07	431		
2550737	El Aouinet	el-aouinet	MA		0	Africa/Casablanca	34.3469	-2.15091		Aouinet,El Aouinet		02	275		
2550738	Al ’Aouïnet	al-aouinet	MA		0	Africa/Casablanca	32.20155	-8.15099		Al 'Aouinet,Al ’Aouïnet,El Aouinet		07	427		
2550740	El Aouina Souatar	el-aouina-souatar	MA		0	Africa/Casablanca	31.83289	-2.95717		Ain Chouater,Aïn Chouatèr,El Aouina Souatar,Ksar el Aouina Souatar		02	251		
2550741	El Aouina	el-aouina	MA		0	Africa/Casablanca	35.27094	-5.15079				01	151		
2550742	Al ’awina	al-awina	MA		0	Africa/Casablanca	31.64284	-4.76098		Al 'awina,Al ’awina,El Aouina		08	201		
2550743	Douar Laaouina	douar-laaouina	MA		0	Africa/Casablanca	31.50932	-7.81234		Douar Laaouina,Douar el Aouina,El Aouina,Laaouinate,Laâouinate		07	041		
2550744	El Aouina	el-aouina	MA		0	Africa/Casablanca	29.6474	-9.81312		El Aouina,La'wina,Laouina,La’wina		09	581		
2550747	El Aougla	el-aougla	MA		0	Africa/Casablanca	34.77933	-6.08166				04	281		
2550748	Laouaoucha	laouaoucha	MA		0	Africa/Casablanca	34.50975	-5.615		El Aouaoucha,El ouaoucha,Laouaoucha		04	481		
2550749	Laouamra	laouamra	MA		0	Africa/Casablanca	35.06938	-6.08835		Aauamara,Aauámara,Aouamara,Aumara,El Aouamra,Laouamra		01	331		
2550750	El Aouamra	el-aouamra	MA		0	Africa/Casablanca	35.03795	-6.10089		Aoumara,El Aouamra		01	331		
2550751	Douar Laouamra	douar-laouamra	MA		0	Africa/Casablanca	32.67778	-7.48392		Douar Laouamra,Douar el Aouamra,El Aouamra		06	461		
2550752	Douar Laouamra	douar-laouamra	MA		0	Africa/Casablanca	31.79736	-8.70794		Douar Laouamra,El Aouamra,Laouamra		07	585		
2550753	El Aouamer	el-aouamer	MA		0	Africa/Casablanca	31.36675	-8.73166		El Aouamer,El Laouameur,Laaouamer,Laâouamer		07	161		
2550754	Laaouakla	laaouakla	MA		0	Africa/Casablanca	34.72404	-6.2013		Douar el Aouakla,El Aouakla,Laaouakla,Louakla		04	281		
2550756	El Aonafra	el-aonafra	MA		0	Africa/Casablanca	31.36115	-8.75398		Dar Lanafra,El Aanafra,El Aonafra		07	161		
2550758	El Anser	el-anser	MA		0	Africa/Casablanca	34.61	-4.16		El Annser,El Anser,Oulad Anseur		03	561		
2550759	Douar Laansar	douar-laansar	MA		0	Africa/Casablanca	34.43105	-5.05058		Douar Laansar,El Anser,El Anseur		03	531		
2550760	El Ansar	el-ansar	MA		0	Africa/Casablanca	34.55	-4.6		El Annsar,El Ansar		03	531		
2550761	Lanjri	lanjri	MA		0	Africa/Casablanca	35.47467	-5.91559		El Anjeri,Lanjri,Oulad Lanjeri		01	511		
2550762	Douar Laanina	douar-laanina	MA		0	Africa/Casablanca	34.7652	-5.20079		Dar el Anina,Douar Laanina,El Amina,El Anina,Ol Anina		01	405		
2550763	Lemouasta	lemouasta	MA		0	Africa/Casablanca	35.58205	-5.49234		El Anazar Gaouza,Lemouasta		01	571		
2550764	Douar Laanatra	douar-laanatra	MA		0	Africa/Casablanca	31.72631	-9.33642		Douar Laanatra,El Anatra		07	211		
2550765	El Anasser	el-anasser	MA		0	Africa/Casablanca	34.99572	-4.99615		Anasar,El Anasser		01	151		
2550766	Laanakir Labhira	laanakir-labhira	MA		0	Africa/Casablanca	31.92637	-7.84405		Douar Anaguir,El Anakir Haj Aomar,El Anakir Hajj Aomar,Laanakir Labhira		07	427		
2550767	Laanakir Rouaouna	laanakir-rouaouna	MA		0	Africa/Casablanca	31.88888	-7.82539		El Anakir Cheikh Aomar,Laanakir Rouaouna		07	427		
2550770	Laanabsa	laanabsa	MA		0	Africa/Casablanca	34.83082	-6.13109		El Anabsa,El Anasba,El hnabsa,Laanabsa		04	281		
2550772	Laararja	laararja	MA		0	Africa/Casablanca	32.5708	-9.14246		Douar el Anabja,El Anabja,Laararja,Lararja		07	431		
2550773	Laanabra	laanabra	MA		0	Africa/Casablanca	34.72825	-5.87816		Douar el Anaber,El Anaber,Laanabra		04	281		
2550775	El Amouria	el-amouria	MA		0	Africa/Casablanca	31.96688	-9.17846		El Amouria,Lamouria		07	431		
2550776	El Amour	el-amour	MA		0	Africa/Casablanca	34.31705	-5.43568		El Amour,Laamour,Laâmour		03	531		
2550777	Douar Laamel	douar-laamel	MA		0	Africa/Casablanca	34.24086	-4.50463		Douar Laamel,Douar el Ammal,El Ammal		03	531		
2550778	Douar Laamiriyine	douar-laamiriyine	MA		0	Africa/Casablanca	34.73754	-6.31048		Douar Laamiriyine,Douar el Amiriine,El Amiriine		04	281		
2550779	El Amiriine	el-amiriine	MA		0	Africa/Casablanca	34.72352	-6.10149		Douar el Amiriine,El Amiriine		04	281		
2550780	Douar Laamarat	douar-laamarat	MA		0	Africa/Casablanca	32.3723	-8.82133		Douar Laamarat,El Amirat,Laamarat Lqoddamiyine,Laamirat		07	431		
2550781	El Aminet	el-aminet	MA		0	Africa/Casablanca	31.42357	-9.20953		Al Amimet,El Aminet,El Aminete,Lamaimate,Lamimed		07	211		
2550783	El Amarna	el-amarna	MA		0	Africa/Casablanca	32.63994	-9.09749		Douar El Amarna,El Amarna,Laamarna		07	431		
2550784	Amarat	amarat	MA		0	Africa/Casablanca	35.4806	-5.86898		Amarat,Cherija,El Amarat		01	511		
2550785	Laamarat	laamarat	MA		0	Africa/Casablanca	32.28417	-8.83506		Douar el Amarat,El Amarat,Laamarat		07	431		
2550786	El Amarat	el-amarat	MA		0	Africa/Casablanca	32.16778	-9.05375				07	431		
2550787	Laamarat	laamarat	MA		0	Africa/Casablanca	31.60505	-9.55076		Douar Oulad el Mahjoub,El Amarat,El Amarate,Laamarat,Lahmarate		07	211		
2550788	Douar Amarat	douar-amarat	MA		0	Africa/Casablanca	32.4251	-8.46855		Douar Amarat,El-Amarale		06	467		
2550789	Lamamra	lamamra	MA		0	Africa/Casablanca	34.53346	-5.6098		Al 'Amamra,Al ’Amamra,Douar el Amamra,El Amamra,Lamamra,Lamanra		04	481		
2550790	Douar el Amamra	douar-el-amamra	MA		0	Africa/Casablanca	34.48327	-5.61061		Dar el Amamra,Douar el Amamra,El Amamra		04	481		
2550791	El Amaïr el Kouhal	el-amair-el-kouhal	MA		0	Africa/Casablanca	35.13867	-5.92835		El Amair el Kouhal,El Amaïr el Kouhal,L'mair Koal,L’maïr Koal		01	331		
2550792	El Amaïer el Boyad	el-amaier-el-boyad	MA		0	Africa/Casablanca	35.16325	-5.93044		Aamair el Buied,El Amaier el Boyad,El Amaïer el Boyad,L'Mair Bouit,L'Mair Buit,L’Maïr Bouit,L’Maïr Buït		01	331		
2550795	El Alaouine	el-alaouine	MA		0	Africa/Casablanca	34.21109	-4.234		Douar Chorfa el Alaouine,El Alaouine		03	561		
2550796	Laskoura	laskoura	MA		0	Africa/Casablanca	32.59869	-9.16411		Douar el Akoura,El Akoura,Laskoura		07	431		
2550799	Laaqba	laaqba	MA		0	Africa/Casablanca	35.41017	-6.05303		Akba,Al Akba,El Akba,Laaqba		01	511		
2550800	El Akarta	el-akarta	MA		0	Africa/Casablanca	32.67372	-9.09502		Douar el Akarta,El Akarta,Lakarta		07	431		
2550803	Douar Aissat	douar-aissat	MA		0	Africa/Casablanca	32.47059	-8.89708		Douar Aissat,Douar el Aissat,El Aissat,El Aïssat		07	431		
2550804	El Ayoun Ighoumane	el-ayoun-ighoumane	MA		0	Africa/Casablanca	28.50014	-10.67539		Aioun-du-Dra,El Aioun,El Aioun du Dra,El Aioun du Draa,El Ayoun Ighoumane,El Aïoun du Dra,El Aïoun du Drâa,Laoun Draa,Lâoun Drâa,Âïoun-du-Dra		10	071		
2550805	Douar Laayoune	douar-laayoune	MA		0	Africa/Casablanca	35.29455	-5.80168		Douar Laayoune,El Aioun,El Aïoun,Saadana		01	331		
2550806	El Aïoun	el-aioun	MA		35196	Africa/Casablanca	34.58319	-2.50612		Aioun Sidi Mellouk,Al 'Youn,Al ’Youn,El Aioun,El Aioun Sidi Mellouk,El Aïoun,El Aïoun Sidi Mellouk		02	533		
2550807	Laayoune	laayoune	MA		0	Africa/Casablanca	33.66627	-7.07116		El Aioun,El Aïoun,Laayoune		06	111		
2550808	Al ’Aïn	al-ain	MA		0	Africa/Casablanca	30.3823	-7.76465		Al 'Ain,Al ’Aïn,El Ain Ou Ounzine,El Aïn Ou Ounzine		09	541		
2550809	El Aïn Ifni	el-ain-ifni	MA		0	Africa/Casablanca	29.36707	-10.15546				10	473		
2550810	El Aïn Iahia	el-ain-iahia	MA		0	Africa/Casablanca	29.2	-10.16				10	473		
2550811	El Aïn Brahim Ou Salah	el-ain-brahim-ou-salah	MA		0	Africa/Casablanca	29.70876	-9.62142		Ain Brahim Ou Salah,Aïn Brahim Ou Salah,El Ain Brahim Ou Salah,El Aïn Brahim Ou Salah		09	581		
2550812	Douar El Aïn	douar-el-ain	MA		0	Africa/Casablanca	31.47849	-8.07223		Douar El Ain,Douar El Aïn,El Ain,El Aïn		07	041		
2550815	El Aidoua	el-aidoua	MA		0	Africa/Casablanca	35.35742	-5.06297				01	151		
2550817	El Aïda	el-aida	MA		0	Africa/Casablanca	30.32524	-9.20206		El Aida,El Aïda,Laaiaida,Laaiaïda		09	541		
2550818	Douar Laayayta	douar-laayayta	MA		0	Africa/Casablanca	32.26187	-8.72906		Douar Laayayta,Douar el Aiaita,Douar el Aiaïta,El Aiata,El Aïata		07	431		
2550820	Douar El Ayyach	douar-el-ayyach	MA		0	Africa/Casablanca	34.63467	-5.76676		Al 'Ayach,Al ’Ayach,Douar El Ayyach,Douar el Ayach,El Aiach,El Aïach,Laiche,Laïche		04	481		
2550821	Douar Laassara	douar-laassara	MA		0	Africa/Casablanca	31.80717	-8.92396		Douar Laassara,El Ahsara,El Assara		07	585		
2550822	Lahroucha	lahroucha	MA		0	Africa/Casablanca	32.35827	-8.75884		Douar Lahroucha,El Ahroucha,Et Ahroucha,Lahroucha		07	431		
2550824	Douar Oulad Laabiyyed	douar-oulad-laabiyyed	MA		0	Africa/Casablanca	32.2237	-8.61764		Douar Oulad Laabiyyed,Douar el Ahoued,El Ahoued		07	585		
2550825	Douar Lehmarda	douar-lehmarda	MA		0	Africa/Casablanca	32.51004	-8.95223		Douar Lehmarda,El Ahmerhda,Lahmarda		07	431		
2550827	Sidi Mhamed El Hadri	sidi-mhamed-el-hadri	MA		0	Africa/Casablanca	32.41858	-8.81356		El Ahdar,Sidi Mhamed El Hadri		07	431		
2550828	El Agued	el-agued	MA		0	Africa/Casablanca	34.73571	-3.0713		El Agued,Flagued		02	381		
2550829	Douar Lagrab	douar-lagrab	MA		0	Africa/Casablanca	34.7491	-2.4479		Douar Lagrab,El Agreb,Legreb,Rheb		02	113		
2550830	El Agreb	el-agreb	MA		0	Africa/Casablanca	34.31937	-3.14812		Al Agrab,El Agreb		02	533		
2550831	Al Aggada	al-aggada	MA		0	Africa/Casablanca	31.48672	-7.90886		Al Aggada,Douar el Aggada,El Aggada		07	041		
2550833	Douar Lehgagcha	douar-lehgagcha	MA		0	Africa/Casablanca	32.54729	-8.72281		Douar Lehgagcha,Douar el Agagcha,El Agagcha,Laagagcha,Laâgagcha		06	467		
2550834	Douar Legaaba	douar-legaaba	MA		0	Africa/Casablanca	32.55184	-8.82957		Douar Legaaba,Douar el Agaba,El Agaba,Laagabat,Laâgabat		06	467		
2550835	El Adoua	el-adoua	MA		0	Africa/Casablanca	34.66692	-5.31221		El Adoua,Tarfaouia Adoua,Tarfaouïa Adoua		01	405		
2550836	El Adir	el-adir	MA		0	Africa/Casablanca	35.12983	-6.06013		Douar el Adir,El Adir		01	331		
2550837	Douar Laadilat Oulad Hmida Ben Mbarek	douar-laadilat-oulad-hmida-ben-mbarek	MA		0	Africa/Casablanca	31.78129	-8.90525		Douar Laadilat Oulad Hmida Ben Mbarek,El Adilat,El Adilate,Lallailat,Lallaïlat		07	585		
2550838	El Adrej	el-adrej	MA		0	Africa/Casablanca	33.62	-4.43		El Aderj,El Adrej		03	451		
2550841	Douar Laadadma	douar-laadadma	MA		0	Africa/Casablanca	34.44467	-4.64831		Douar Laadadma,Douar el Adadma,El Adadma,Laddadma		03	531		
2550843	Douar El Achibat	douar-el-achibat	MA		0	Africa/Casablanca	32.54046	-8.63638		Douar El Achibat,El Achibat,Laachibet,Laâchibet		06	467		
2550845	Douar Abouba	douar-abouba	MA		0	Africa/Casablanca	32.34294	-8.93981		Douar Abouba,Douar el Abouba,El Abouba,Laabouba		07	431		
2550846	Douar Oulad Ben Lehna	douar-oulad-ben-lehna	MA		0	Africa/Casablanca	32.1489	-8.4831		Douar Oulad Ben Lehna,El-Abidlate		07	585		
2550847	Douar Laabidat	douar-laabidat	MA		0	Africa/Casablanca	31.60399	-8.99468		Dar el Abidate,Douar Laabidat,El Abidat,El Abidate,Laabidat,Laâbidat		07	161		
2550849	Laabid	laabid	MA		0	Africa/Casablanca	35.01202	-5.97736		Ahid,El Abid,Laabid		01	331		
2550850	El Abid	el-abid	MA		0	Africa/Casablanca	32.11	-1.25	900			02	251		
2550851	Abichat	abichat	MA		0	Africa/Casablanca	32.22387	-8.83401		Abichat,El Abichet,Lahbichat,Oulad Ben Aicha,Oulad Ben Aïcha		07	431		
2550853	Oulad Bou Alla	oulad-bou-alla	MA		0	Africa/Casablanca	32.42783	-8.85992		Abadla,Douar el Abadla,El Abadia,El Abadla,Oulad Bou Alla		07	431		
2550854	Douar La’badat	douar-la-badat	MA		0	Africa/Casablanca	32.16296	-9.25446		Douar La'badat,Douar La’badat,El Abadat,El Abdat,El Ahbouidat,Labadat		07	431		
2550856	El Ababsa	el-ababsa	MA		0	Africa/Casablanca	31.84761	-8.3857				07	351		
2550857	Douar Laababsa	douar-laababsa	MA		0	Africa/Casablanca	31.81948	-9.11281		Douar Laababsa,El Ababsa,El Abaia,Lababsa		07	211		
2550858	Douar Laababda	douar-laababda	MA		0	Africa/Casablanca	34.88927	-5.7166		Douar Laababda,Douar el Ababda,El Ababda,Laababda,Laâbabda		01	405		
2550859	El Ababda	el-ababda	MA		0	Africa/Casablanca	32.68904	-8.7094		Douar el Ababda,El Ababda		06	467		
2550860	Laabadla	laabadla	MA		0	Africa/Casablanca	32.52814	-9.08758		Douar el Ababda,El Ababda,Laabadla,Lababda		07	431		
2550861	Douar Lehbahba	douar-lehbahba	MA		0	Africa/Casablanca	32.5037	-8.68624		Douar Lehbahba,Douar el Ababa,El Ababa,Lahbahba		07	431		
2550862	El Aassela	el-aassela	MA		0	Africa/Casablanca	30.28899	-9.08301		El Aasila,El Aassela,El Aassola		09	541		
2550863	El Adeb	el-adeb	MA		0	Africa/Casablanca	35.14963	-5.96353		El Aadeb,El Adeb		01	331		
2550864	Al Adamna	al-adamna	MA		0	Africa/Casablanca	31.48	-9.66		Al Adamna,Douar Hadj Brahim,Douar Hajj Brahim,El Aadamna		07	211		
2550865	El Aacoch	el-aacoch	MA		0	Africa/Casablanca	35.15206	-5.07499				01	151		
2550867	Ekkes	ekkes	MA		0	Africa/Casablanca	31.0984	-9.33609				07	211		
2550872	Douar Ljiyad	douar-ljiyad	MA		0	Africa/Casablanca	34.70755	-5.68275		Douar Ljiyad,Douar el Jiab,Ej Jiab,El Jiab		04	481		
2550875	Ej Jema des Aït Youb	ej-jema-des-ait-youb	MA		0	Africa/Casablanca	29.23251	-10.0481		Ej Jema des Ait Youb,Ej Jema des Aït Youb,Zoco El Yumaa de Ait Iub,Zoco Jumaa Ait Iub,Zoco el Yumaa a de Ait Iub		10	473		
2550895	Jam’at Idawsmlal	jam-at-idawsmlal	MA		0	Africa/Casablanca	29.52596	-9.2402		Ej Jema,Jam'at Idawsmlal,Jam’at Idawsmlal		09	581		
2550896	Jlaoula	jlaoula	MA		0	Africa/Casablanca	35.4535	-5.99041		Ej Jelaoula,Jelaoua,Jlaoula		01	511		
2550897	Jhaymat	jhaymat	MA		0	Africa/Casablanca	35.43738	-5.84546		Ej Jeimat,Jhaymat,Sierach		01	331		
2550898	Imzouren	imzouren	MA		40000	Africa/Casablanca	35.14637	-3.85063		Ain Zoren,Amzourhen-Khemis-Mrabten,Amzourhèn-Khémis-Mrabtèn,Aïn Zorèn,Eimoren,Einzoren,Einzorene,Imsouren,Imzouren,Imzourene,Imzoûrene,Izourene	1505101051	01	051	1505101051	
2550900	Iqarbassene	iqarbassene	MA		0	Africa/Casablanca	35.49446	-5.20755		Ehandanene,Iqarbassene		01	571		
2550902	Ehahdousene	ehahdousene	MA		0	Africa/Casablanca	35.1491	-3.05378		Ehahdousene,Ehahdusen		02	381		
2550903	Douar Iqeddarene	douar-iqeddarene	MA		0	Africa/Casablanca	35.07486	-3.5009		Douar Iqeddarene,Eguebdan,Eguebdane		02	167		
2550904	Egsanene	egsanene	MA		0	Africa/Casablanca	34.95	-4.41		Egaanene,Egsanen,Egsanene,Igsanen		01	051		
2550907	Edouaddi	edouaddi	MA		0	Africa/Casablanca	35.2422	-3.04589		Edouaddi,Eduaddi		02	381		
2550908	Edmeraoudene	edmeraoudene	MA		0	Africa/Casablanca	34.96	-4.25				01	051		
2550909	Edgount	edgount	MA		0	Africa/Casablanca	35.12358	-3.98154		Edgount,Edgunt		01	051		
2550910	Ed Drouz	ed-drouz	MA		0	Africa/Casablanca	32.08053	-7.64149		Douar ed Dzouz,Drouz,Ed Drouz		07	191		
2550911	Id-Dou-Zrou	id-dou-zrou	MA		0	Africa/Casablanca	30.53125	-7.89748		Ed Douzrou,Id-Dou-Zrou		09	541		
2550912	Ed Douzrou	ed-douzrou	MA		0	Africa/Casablanca	30.31	-8.4		Douzrou,Ed Douzrou		09	541		
2550913	Dou Ouzrou	dou-ouzrou	MA		0	Africa/Casablanca	30.05468	-8.39018		Ddouzrou,Dou Ouzrou,Ed Douzrou,Ouzrou		09	541		
2550916	Eddouiene	eddouiene	MA		0	Africa/Casablanca	35.05723	-3.89739		Eddouiene,Edduien		01	051		
2550921	Ed Dhar	ed-dhar	MA		0	Africa/Casablanca	35.73	-5.48				01	227		
2550922	Ed Dhar	ed-dhar	MA		0	Africa/Casablanca	30.87545	-9.58833		Ad Dhar,Denar,Drar,Ed Dhar		07	211		
2550923	Eddern	eddern	MA		0	Africa/Casablanca	30.72487	-8.14233		Eddern,Edderne		09	541		
2550924	Ed Demna	ed-demna	MA		0	Africa/Casablanca	34.56054	-4.72196				03	531		
2550926	Ed Deï	ed-dei	MA		0	Africa/Casablanca	34.86	-4.43				01	051		
2550927	Dhayhat	dhayhat	MA		0	Africa/Casablanca	35.43675	-5.92969		Dahihat,Dhayhat,Dhehat,Ed Dehaihat,Ed Dehaïhat		01	511		
2550929	Douar Dehiyer	douar-dehiyer	MA		0	Africa/Casablanca	35.2509	-5.58593		Dechiar,Dechiar Seflia,Douar Dehiyer,Ed Dechiyar		01	331		
2550930	Dchiyyar	dchiyyar	MA		0	Africa/Casablanca	35.30496	-6.0862		Ad Dchira,D'chiar,Dchiyyar,D’chiar,Ed Dechira		01	331		
2550933	Ed Dchier	ed-dchier	MA		0	Africa/Casablanca	34.54643	-4.64205				03	531		
2550934	Ed Darhoussa	ed-darhoussa	MA		0	Africa/Casablanca	31.40941	-8.91959		Ed Darhoussa,Taroussa		07	161		
2550935	Dlalha	dlalha	MA		0	Africa/Casablanca	34.84842	-6.21367		Delalha,Dlalha,Douar ed Dalaba,Douar ed Dalaleba,Douar ed Delaba,Ed Dalaba,Ed Dalaleba		04	281		
2550936	Ed Dahir	ed-dahir	MA		0	Africa/Casablanca	34.61	-4.78				03	531		
2550938	Douar Dhahna	douar-dhahna	MA		0	Africa/Casablanca	31.87044	-8.78281		Dahana,Dhahma,Douar Dhahna,Ed Dahana		07	585		
2550939	Ed Dâaf	ed-daaf	MA		0	Africa/Casablanca	34.50727	-5.63872		Daaf Laghbari,Daâf Laghbari,Douar ed Daaf,Douar ed Dâaf,Ed Daaf,Ed Dâaf		04	481		
2550940	Edchier	edchier	MA		0	Africa/Casablanca	34.71	-4.75		Adchair,Adchaïr,Edchier		03	531		
2550941	Dehira	dehira	MA		0	Africa/Casablanca	35.46916	-5.62133		Dehira,Edchera		01	571		
2550943	Douar Ikhachinene	douar-ikhachinene	MA		0	Africa/Casablanca	35.29989	-5.06248		Douar Ikhachinene,Echinene,Ikhachinene		01	151		
2550944	Echerrakant	echerrakant	MA		0	Africa/Casablanca	35.05	-4.1				01	051		
2550945	Echdis	echdis	MA		0	Africa/Casablanca	29.33666	-10.10558		Echdis,Id Bu Iezdi		10	473		
2550947	Ech Chriga	ech-chriga	MA		0	Africa/Casablanca	32.64764	-8.82546		Chrigatt,Douar ech Chriga,Ech Chriga		06	467		
2550948	Douar ech Chrif	douar-ech-chrif	MA		0	Africa/Casablanca	34.44162	-5.50661		Dar ech Chrif,Douar ech Chrif,Ech Chrif		04	481		
2550949	Chraga	chraga	MA		0	Africa/Casablanca	35.56154	-5.75479		Charga,Chraga,Ech Chraga		01	511		
2550951	Ech Chorfa el Fokia	ech-chorfa-el-fokia	MA		0	Africa/Casablanca	34.6918	-4.30829				03	531		
2550952	Ech Chorfa	ech-chorfa	MA		0	Africa/Casablanca	34.22905	-3.85857		Douar ech Chorfa,Ech Chorfa		02	265		
2550953	Ech-Chourfa	ech-chourfa	MA		0	Africa/Casablanca	32.90557	-7.5633		Ech Chorfa,Ech-Chourfa		06	461		
2550955	Douar Echchleuh	douar-echchleuh	MA		0	Africa/Casablanca	31.90527	-8.36209		Douar Echchleuh,Ech-Chleuh		07	351		
2550956	Douar Echidmiya	douar-echidmiya	MA		0	Africa/Casablanca	31.97348	-7.57247		Douar Echidmiya,Douar el Chidmia,Ech Chidmia		07	191		
2550957	Ech Chidmia	ech-chidmia	MA		0	Africa/Casablanca	31.96	-7.58		Douar el Chidmia,Ech Chidmia		07	191		
2550960	Echarradi	echarradi	MA		0	Africa/Casablanca	32.25495	-8.4778		Charradi,Douar Cherradi,Ech Cherradi,Echarradi		07	585		
2550961	Chrakt	chrakt	MA		0	Africa/Casablanca	32.37315	-5.77476		Cherket,Chrakt,Ech Cherket		05	091		
2550962	Echchems	echchems	MA		0	Africa/Casablanca	31.9	-7.96147		Ech Chems,Echchems		07	427		
2550963	Douar ech Chemouch	douar-ech-chemouch	MA		0	Africa/Casablanca	34.39312	-5.62751		Chmoucha,Dar ech Chemouch,Douar ech Chemouch,Ech Chemouch		04	481		
2550964	Douar Mohamed Chaoui	douar-mohamed-chaoui	MA		0	Africa/Casablanca	32.32528	-8.21461		Douar Mohamed Chaoui,Ech Chaoui		07	427		
2550965	Douar Ch’ibat	douar-ch-ibat	MA		0	Africa/Casablanca	32.15102	-9.26304		Chaibat,Chaïbat,Douar Ch'ibat,Douar Ch’ibat,Ech Chaibat,Ech Chaïbat,El Chaibat		07	431		
2550966	Ech Chaïbat	ech-chaibat	MA		0	Africa/Casablanca	31.60137	-7.84365		Chaibate,Chaïbate,Douar ech Chaibat,Douar ech Chaïbat,Ech Chaibat,Ech Chaïbat		07	351		
2550970	Iaoudayene	iaoudayene	MA		0	Africa/Casablanca	35.13651	-3.20488		Eaoudaine,Eaoudaïne,Eaudain,Iaoudayene		02	167		
2550971	Iayyadene	iayyadene	MA		0	Africa/Casablanca	35.03807	-3.49051		Eaijedene,Eaiyeden,Eaïjedene,Iayyadene		02	167		
2550973	Douar Eddouaher	douar-eddouaher	MA		0	Africa/Casablanca	34.87169	-5.56028		Douar Eddouaher,Dwaher		01	405		
2550974	Ouslaf	ouslaf	MA		0	Africa/Casablanca	35.22852	-5.18582		Duslaf,Ouslaf		01	151		
2550975	Duriouroug	duriouroug	MA		0	Africa/Casablanca	31.38	-6.58				08	401		
2550976	Dawi ou Lahsene	dawi-ou-lahsene	MA		0	Africa/Casablanca	29.42105	-9.94354		Dawi ou Lahsene,Duilasen		10	473		
2550979	Drouaïa	drouaia	MA		0	Africa/Casablanca	33.9126	-3.58448		Draouia,Draouïa,Drouaia,Drouaïa		02	265		
2550984	Douar Drioukat	douar-drioukat	MA		0	Africa/Casablanca	31.78862	-7.67478		Douar Brioukat,Douar Drioukat,Drioukat		07	427		
2550985	Driouch	driouch	MA		0	Africa/Casablanca	34.97705	-3.37902		Dar Driuch,Dar Drius,Driouch		02	167		
2550988	Drihmat	drihmat	MA		0	Africa/Casablanca	32.42213	-8.70734		Dnhmat,Douar Drimat,Drihmat,Drimat		07	431		
2550989	Douar Dridat	douar-dridat	MA		0	Africa/Casablanca	34.18929	-5.26365		Douar Dridat,Dredi Yeun,Dridiene		03	591		
2550993	Driba	driba	MA		0	Africa/Casablanca	30.55272	-8.55217				09	541		
2550994	Douar Oulad Sidi Rahal Ben Lhaj	douar-oulad-sidi-rahal-ben-lhaj	MA		0	Africa/Casablanca	32.18797	-7.54153		Douar Caid Ahslam bou Chaib,Douar Caïd Ahslam bou Chaïb,Douar Oulad Sidi Rahal Ben Lhaj,Driat el Msalla,Driate el Msalla,Ouled el Morsli		07	191		
2550995	Douar Driat	douar-driat	MA		0	Africa/Casablanca	31.44484	-8.10494		Douar Driat,Driat		07	041		
2550998	Douar Drag	douar-drag	MA		0	Africa/Casablanca	31.59993	-8.12609		Dergue,Douar Drag,Douar Dreg,Dreg		07	351		
2550999	Douar Drarza	douar-drarza	MA		0	Africa/Casablanca	34.70709	-2.22356		Douar Drarza,Drarza		02	411		
2551001	Draouene	draouene	MA		0	Africa/Casablanca	35.30257	-5.18661				01	151		
2551002	Draouch	draouch	MA		0	Africa/Casablanca	32.41065	-9.15274		Douar Draouch,Douar Larbi,Draouach,Draouch,Draoueh		07	431		
2551003	Draoua	draoua	MA		0	Africa/Casablanca	32.07309	-7.3714		Douar Draoua,Draoua		07	191		
2551006	Dranha	dranha	MA		0	Africa/Casablanca	32.2817	-6.70556				05	255		
2551007	Drana	drana	MA		0	Africa/Casablanca	31.862	-8.2444				07	351		
2551008	Ghaliyine	ghaliyine	MA		0	Africa/Casablanca	35.48103	-6.01587		Draliyne,Ghaliyine		01	511		
2551010	Draïssa	draissa	MA		0	Africa/Casablanca	34.52563	-4.0638		Draissa,Draïssa,Drissa		03	561		
2551011	Dghaïmis	dghaimis	MA		0	Africa/Casablanca	29.83749	-9.75346		Dghaimis,Dghaïmis,Draimiz,Drainis,Draïmiz,Draïnis,Drhaimis,Drhaïmis		09	581		
2551013	Drayd	drayd	MA		0	Africa/Casablanca	30.22567	-9.54364		Draid,Drayd,Draïd		09	163		
2551014	Douar Drigat	douar-drigat	MA		0	Africa/Casablanca	31.72506	-7.68685		Douar Drahigat,Douar Drigat,Drahigat		07	427		
2551018	Dradira	dradira	MA		0	Africa/Casablanca	34.00155	-3.83131		Douar Dradira,Dradira		02	265		
2551020	Dradeb	dradeb	MA		0	Africa/Casablanca	35.78907	-5.827		Dradeb,Drades		01	511		
2551021	Douar Drader	douar-drader	MA		0	Africa/Casablanca	35.36332	-5.47007		Douar Drader,Dradar		01	331		
2551022	Douarr Drabla	douarr-drabla	MA		0	Africa/Casablanca	32.51555	-8.62287		Douar Drabla,Douarr Drabla,Drabla		06	467		
2551023	Douar Drabil	douar-drabil	MA		0	Africa/Casablanca	32.22392	-7.87687		Ahrib Drabile,Douar Drabil,Drabil		07	427		
2551025	Drâa el Asef	draa-el-asef	MA		0	Africa/Casablanca	35.08052	-5.36958		Dra el Azef,Draa el Asef,Drâa el Asef		01	151		
2551035	Drâa	draa	MA		0	Africa/Casablanca	35.12139	-3.26211				02	167		
2551042	Doutourirt	doutourirt	MA		0	Africa/Casablanca	30.49664	-8.00325				09	541		
2551043	Dou Tourga	dou-tourga	MA		0	Africa/Casablanca	29.71	-9.73		Dou Tonga,Dou Tourga		09	581		
2551044	Ddou Tmnrout	ddou-tmnrout	MA		0	Africa/Casablanca	29.50712	-9.13837		Ddou Tmnrout,Dou Tmermout,Tamermoute Ait Oufka,Tamermoute Aït Oufka		09	581		
2551045	Dou Tgadirt	dou-tgadirt	MA		0	Africa/Casablanca	29.94055	-8.71916				09	541		
2551046	Ddou Tgadiyrt	ddou-tgadiyrt	MA		0	Africa/Casablanca	29.51996	-9.01168		Ddou Tgadiyrt,Doutgadirt		09	581		
2551047	Doussoulil	doussoulil	MA		0	Africa/Casablanca	30.73446	-9.33099				09	001		
2551048	Doussoulil	doussoulil	MA		0	Africa/Casablanca	30.57283	-9.36311				09	001		
2551049	Dousdremt	dousdremt	MA		0	Africa/Casablanca	29.63526	-8.97646		Dousderme,Dousdremt		09	581		
2551052	Dousdrem	dousdrem	MA		0	Africa/Casablanca	30.49235	-9.5619		Dousderm,Dousdrem		09	001		
2551053	Dar Ourtane	dar-ourtane	MA		0	Africa/Casablanca	29.73403	-9.15114		Dar Ourtane,Dourtane		09	163		
2551055	Dou Ghemat	dou-ghemat	MA		0	Africa/Casablanca	31.437	-7.80983		Dou Ghemat,Dou Rhemat		07	041		
2551057	Douar Hmara	douar-hmara	MA		0	Africa/Casablanca	32.06349	-8.66494		Douar Hmara,Dour ben Abdallah		07	585		
2551059	Dou-ou-Zrou	dou-ou-zrou	MA		0	Africa/Casablanca	30.315	-8.1103		Dou Ouzrou,Dou-ou-Zrou		09	541		
2551060	Dou Ouzrou	dou-ouzrou	MA		0	Africa/Casablanca	29.70858	-8.52202		Dou Ouzrou,Ouzrou		09	551		
2551061	Dou ou Tsoulilt	dou-ou-tsoulilt	MA		0	Africa/Casablanca	30.60044	-9.3961		Bou Ou Tsoulilt,Dou ou Tsoulilt		09	001		
2551062	Douougadir	douougadir	MA		0	Africa/Casablanca	30.39728	-8.26782				09	541		
2551065	Douar Eddoumiyine	douar-eddoumiyine	MA		0	Africa/Casablanca	34.88674	-5.89197		Douar Eddoumiyine,Doumiine,Doumyine,Doumyne		04	281		
2551068	Douma	douma	MA		0	Africa/Casablanca	34.2505	-3.95141		Douar Douma,Douba,Douma		03	561		
2551074	Doum	doum	MA		0	Africa/Casablanca	33.99	-6.81		Douar Doum,Doum		04	421		
2551077	Doukkara	doukkara	MA		0	Africa/Casablanca	34.53521	-5.01387		Doukarat,Doukkara		03	531		
2551080	Doukkala	doukkala	MA		0	Africa/Casablanca	34.64162	-6.03139		Douar Doukkala,Doukkala		04	281		
2551081	Douar Chouirfat	douar-chouirfat	MA		0	Africa/Casablanca	32.24249	-9.2026		Douar Chouirfat,Doukkala,Doukouaibat,Doukouaïbat		07	431		
2551083	Doukkala	doukkala	MA		0	Africa/Casablanca	34.89642	-5.15281		Doukala,Doukkala,Duccala		01	151		
2551086	AdDwaissa	addwaissa	MA		0	Africa/Casablanca	30.42415	-6.48766		AdDwaissa,Douissat		08	587		
2551093	Ayt Sba Laqdima	ayt-sba-laqdima	MA		0	Africa/Casablanca	32.4348	-3.60897		Ayt Sba Laqdima,Douiret Sba,Douiret Sbaa		02	251		
2551094	Douar Irahmounene	douar-irahmounene	MA		0	Africa/Casablanca	34.99917	-4.38612		Douar Irahmounene,Douirem,Duirem		01	051		
2551095	Douirat	douirat	MA		0	Africa/Casablanca	30.48	-5.96		Daouirate,Douirat,Douirate		08	587		
2551098	Dwira	dwira	MA		0	Africa/Casablanca	33.10849	-4.27816		Douira,Douirat,Dwira		03	131		
2551099	Dwira	dwira	MA		0	Africa/Casablanca	31.60212	-4.20926		Douira,Dwira		08	201		
2551100	Douira	douira	MA		0	Africa/Casablanca	30.40805	-9.29515				09	541		
2551101	Dou Imoula	dou-imoula	MA		0	Africa/Casablanca	30.53935	-8.37673				09	541		
2551106	Doufer	doufer	MA		0	Africa/Casablanca	31.47368	-8.4877		Douar Doufer,Doufer,Douifir		07	161		
2551108	Doui Aissa	doui-aissa	MA		0	Africa/Casablanca	35.1042	-5.95061		Dou Aissa,Dou Aïssa,Doui Aissa,Doui Aïssa,Douiassa,Douïassa		01	331		
2551109	Doui Aïssa	doui-aissa	MA		0	Africa/Casablanca	35.0398	-5.85264		Dou Aissa,Dou Aïssa,Doui Aissa,Doui Aïssa,Du Aissa,Du Aïssa,Duaaisa el Aazazua,Duaaisa el Aazázua		01	331		
2551110	Dou Ougadir	dou-ougadir	MA		0	Africa/Casablanca	30.47557	-7.73735		Agoudas,Dou Ougadir,Dougadir		09	541		
2551111	Dougadir-n-Aït Mançour	dougadir-n-ait-mancour	MA		0	Africa/Casablanca	30.11632	-7.64385		Ait Mansour,Aït Mansour,Dougadir,Dougadir-n-Ait Mancour,Dougadir-n-Aït Mançour		09	551		
2551112	Dougadir	dougadir	MA		0	Africa/Casablanca	29.47741	-9.12493		Dougadir,Zaouia Dougadir,Zaouïa Dougadir		09	581		
2551114	Agadiyr-n-Doudad	agadiyr-n-doudad	MA		0	Africa/Casablanca	29.90467	-9.0591		Agadiyr-n-Doudad,Doudad		09	163		
2551116	Dou Bhar	dou-bhar	MA		0	Africa/Casablanca	30.00106	-8.61182		Dou Bhar,Doubhar		09	541		
2551117	Douba	douba	MA		0	Africa/Casablanca	34.80991	-1.90974		Douar Douba,Douba		02	411		
2551118	Dou Azer	dou-azer	MA		0	Africa/Casablanca	30.72162	-8.98514				09	541		
2551119	Douar Ezzerarda	douar-ezzerarda	MA		0	Africa/Casablanca	34.76585	-5.82972		Douar Ezzerarda,Douar Zrarda,Ezrardate,Zrarda		04	481		
2551120	Douar Zraoula	douar-zraoula	MA		0	Africa/Casablanca	34.15708	-4.90899		Douar Zraoula,Douar Zroula		03	591		
2551121	Swahla	swahla	MA		0	Africa/Casablanca	33.06415	-7.9989		Douar Zrahna,Douar Zrahno,Swahla		06	117		
2551122	Douar Zraat	douar-zraat	MA		0	Africa/Casablanca	32.12931	-7.22701		Douar Zraat,Douar Zreat,Zraat		07	191		
2551123	Douar Jouichat	douar-jouichat	MA		0	Africa/Casablanca	34.14469	-5.33892		Douar Jouichat,Douar Zouichi,Zouichi		03	591		
2551124	Douar Zouaka	douar-zouaka	MA		0	Africa/Casablanca	32.06984	-8.60097				07	585		
2551125	Zouaïd	zouaid	MA		0	Africa/Casablanca	34.473	-5.41859		Douar Zouaid,Douar Zouaïd,Ezouaeda,Ezouaèda,Zouaid,Zouaïd,Zouzid,Zouzïd		04	481		
2551126	Zwayad	zwayad	MA		0	Africa/Casablanca	32.53379	-6.81665		Douar Zouaid,Douar Zouaïd,Zwayad		05	255		
2551127	Douar Znaga	douar-znaga	MA		0	Africa/Casablanca	34.391	-4.69627		Douar Znaga,Douar Znagat,Znagate		03	531		
2551128	Zitouni Ben Qassem	zitouni-ben-qassem	MA		0	Africa/Casablanca	33.21321	-7.65377		Douar Zitouni Ben Kassem,Zitouni Ben Qassem		06	117		
2551129	Douar Ezzouitina	douar-ezzouitina	MA		0	Africa/Casablanca	34.16663	-5.07393		Douar Ezzouitina,Douar Zitouna,Zitouna		03	591		
2551130	Douar Zirara	douar-zirara	MA		0	Africa/Casablanca	34.15094	-5.71014				03	061		
2551131	Douar Ziane	douar-ziane	MA		0	Africa/Casablanca	33.62795	-5.5729				03	171		
2551132	Douar Zhir Chbour	douar-zhir-chbour	MA		0	Africa/Casablanca	34.5484	-5.7695		Douar Zhair,Douar Zhaïr,Douar Zhir Chbour,Zaher,Zhair		04	481		
2551133	Zerarda	zerarda	MA		0	Africa/Casablanca	33.09574	-8.60259		Douar Zerarda,Zerarda		06	181		
2551134	Zerouala	zerouala	MA		0	Africa/Casablanca	33.19103	-8.54569		Douar Zeraoula,Zerouala		06	181		
2551135	Zemmourene	zemmourene	MA		0	Africa/Casablanca	34.81771	-5.5233		Douar Zemmourene,Zemmourene,Zemourine		01	405		
2551136	Douar Zelig	douar-zelig	MA		0	Africa/Casablanca	33.88	-5.1				03	451		
2551137	Douar Zaktaoua	douar-zaktaoua	MA		0	Africa/Casablanca	34.9593	-5.58709		Douar Zaktaoua,Douar Zektaoua Laoulia,Zegtaoux,Zektaoua Elfoukia		01	405		
2551138	Douar Zbaïta	douar-zbaita	MA		0	Africa/Casablanca	34.30428	-4.37441		Douar Zbaita,Douar Zbaïta,Zbarta		03	561		
2551139	Douar Zaouiat Sidi Ahmed Ben Rehal	douar-zaouiat-sidi-ahmed-ben-rehal	MA		0	Africa/Casablanca	32.63368	-8.88462		Douar Zaouia,Douar Zaouiat Sidi Ahmed Ben Rehal		06	467		
2551140	Douar Zaqlit	douar-zaqlit	MA		0	Africa/Casablanca	34.23697	-4.71451		Douar Zaklit,Douar Zaqlit,Zaklit,Zakliz		03	531		
2551141	Qaryet Zaaytrat	qaryet-zaaytrat	MA		0	Africa/Casablanca	34.38027	-6.33442		Douar Zaitrat,Douar Zaïtrat,Qaryet Zaaytrat,Zaitrate,Zaïtrate,Zhitrat		04	281		
2551142	Douar Zyayna	douar-zyayna	MA		0	Africa/Casablanca	34.21363	-5.18391		Douar Zaiaima,Douar Zaïaïma,Douar Zeiaima,Douar Zeïaïma,Douar Zyayna,Ziayna		03	591		
2551143	Douar Zhir	douar-zhir	MA		0	Africa/Casablanca	34.7062	-5.87091		Douar Zaher,Douar Zhir,Zaher		04	481		
2551144	Douar Yakoubi	douar-yakoubi	MA		0	Africa/Casablanca	31.76336	-7.17718		Douar Yakoub,Douar Yakoubi,Ouled Yaakoub,Ouled Yaâkoub		07	191		
2551145	Douar Tghaytiya	douar-tghaytiya	MA		0	Africa/Casablanca	34.05688	-5.05301		Douar Tghaytiya,Douar Trhaitia,Douar Trhaïtia,Trhytiya		03	231		
2551146	Douar Terharna	douar-terharna	MA		0	Africa/Casablanca	34.31431	-5.60104		Dar Terharna,Douar Terharna,Douar Trabna,Trabna		04	481		
2551147	Douar Toulal	douar-toulal	MA		0	Africa/Casablanca	33.88483	-5.59664		Dar Toulal,Douar Toulal,Toulal		03	061		
2551148	Douar Touggana	douar-touggana	MA		0	Africa/Casablanca	32.03463	-8.53956		Douar Touggana,Tou Goane,Touggana		07	585		
2551149	Douar Touirta	douar-touirta	MA		0	Africa/Casablanca	34.86159	-5.697		Douar Touerta,Douar Touirta,Taourita,Touerta		01	405		
2551150	Douar Touansa	douar-touansa	MA		0	Africa/Casablanca	31.96659	-8.97699		Douar Touansa,Touannssa		07	431		
2551152	Douar Tolba	douar-tolba	MA		0	Africa/Casablanca	31.70881	-6.7473				05	081		
2551153	Douar Tlajdout	douar-tlajdout	MA		0	Africa/Casablanca	34.00285	-4.01959		Douar Tlajdout,Tlajdoute		03	561		
2551154	Douar Tlaba	douar-tlaba	MA		0	Africa/Casablanca	34.06312	-5.09421		Douar Tlaba,Douar Tlaha		03	591		
2551155	Douar Tizi N’Arar	douar-tizi-n-arar	MA		0	Africa/Casablanca	34.88461	-3.75489				02	167		
2551156	Tizi-n-Ait Çalah	tizi-n-ait-calah	MA		0	Africa/Casablanca	31.63219	-7.02572		Douar Tizi n'Ait Salah,Douar Tizi n’Aït Salah,Tizi-n-Ait Calah,Tizi-n-Ait Çalah		05	081		
2551157	Douar Tizi Lahsene	douar-tizi-lahsene	MA		0	Africa/Casablanca	33.91966	-4.3762		Douar Tizi Lahsene,Tizi Lahsene		03	561		
2551158	Douar Tit n-Taslit	douar-tit-n-taslit	MA		0	Africa/Casablanca	34.05461	-4.01014		Douar Tit Nteslit,Douar Tit n-Taslit,Tite Nteslite		03	561		
2551159	Douar Tissane	douar-tissane	MA		0	Africa/Casablanca	34.17693	-5.84794				04	491		
2551160	Douar Tinagra	douar-tinagra	MA		0	Africa/Casablanca	31.60186	-9.15222		Douar Tinagra,Douar Tnarga,Tanegra		07	211		
2551161	Timalisene	timalisene	MA		0	Africa/Casablanca	31.35026	-7.75398		Douar Timalizene,Timalisene,Timalizen,Timalizèn		07	041		
2551162	Douar Tijina	douar-tijina	MA		0	Africa/Casablanca	34.36528	-5.88296		Douar Tijina,Douar Tijjina,Mijana		04	481		
2551163	Tafogharat	tafogharat	MA		0	Africa/Casablanca	31.80326	-7.01551		Douar Tifermit,Tafogharat,Tafourhmat		05	081		
2551164	Douar Tiaerra	douar-tiaerra	MA		0	Africa/Casablanca	34.46381	-6.16654		Douar Tiaerra,Et Tiayra,Tiaarra		04	481		
2551166	Douar Tamra	douar-tamra	MA		0	Africa/Casablanca	34.22569	-5.30462		Douar Simra,Douar Tamra,Douar Temra,Temsa		03	591		
2551167	Douar Techar	douar-techar	MA		0	Africa/Casablanca	35.75972	-5.38122				01			
2551168	Douar Tbandat	douar-tbandat	MA		0	Africa/Casablanca	34.67596	-6.31444		Douar Tbandat,Douar Tebandat,Ibandate,Tebandate		04	281		
2551169	Douar Tazzoumt	douar-tazzoumt	MA		0	Africa/Casablanca	31.75321	-6.78155				05	081		
2551170	Douar Tarmast	douar-tarmast	MA		0	Africa/Casablanca	32.3049	-7.04227		Douar Tarmast,Talmest,Tarmest		05	255		
2551171	Douar Tarhzout	douar-tarhzout	MA		0	Africa/Casablanca	33.9337	-3.90438		Douar Tarhzout,Tarhzoute		03	561		
2551172	Douar Targa	douar-targa	MA		0	Africa/Casablanca	31.53	-7.53		Douar Targa,Oukhi ben Targa		07	041		
2551173	Douar Taourat	douar-taourat	MA		0	Africa/Casablanca	34.86984	-5.697		Douar Taourat,Taourat,Taourate		01	405		
2551174	Douar Tametrhout	douar-tametrhout	MA		0	Africa/Casablanca	34.07453	-4.04572		Douar Tametrhout,Tametghout,Tametrhoute		03	561		
2551175	Tamerraghout	tamerraghout	MA		0	Africa/Casablanca	33.05735	-5.98008		Douar Tamerghout,Douar Tamerrhout,Tamerraghout		05	301		
2551176	Douar Talet N’Trharast	douar-talet-n-trharast	MA		0	Africa/Casablanca	31.24962	-8.1599		Douar Talet N'Trharast,Douar Talet N’Trharast,Talat n'Trhar,Talat n'Trharast,Talat n’Trhar,Talat n’Trharast		07	041		
2551177	Talat Marghene	talat-marghene	MA		0	Africa/Casablanca	31.33536	-7.94675		Douar Talat Marrhene,Talat Marghene,Talat Marrhen,Talat Marrhèn		07	041		
2551178	Douar Tilhittane	douar-tilhittane	MA		0	Africa/Casablanca	33.97219	-4.42079		Douar Talainat,Douar Talaïnat,Douar Tilhittane,Talainate,Talaïnate		03	561		
2551179	Douar Tala	douar-tala	MA		0	Africa/Casablanca	34.91716	-5.59052		Douar Taala,Douar Tala,Tala		01	405		
2551180	Takkoust	takkoust	MA		0	Africa/Casablanca	31.92148	-6.97679		Douar Takoust,Takhoust,Takkoust		05	081		
2551181	Douar Takouribes	douar-takouribes	MA		0	Africa/Casablanca	34.33226	-4.3887		Douar Takouribes,Takouribess		03	561		
2551182	Douar Takliat	douar-takliat	MA		0	Africa/Casablanca	33.9229	-4.33299		Douar Taklat,Douar Takliat,Takliat,Takliate		03	561		
2551183	Douar Tajemalt	douar-tajemalt	MA		0	Africa/Casablanca	34.32169	-4.57352		Douar Tajemalt,Lajmanit		03	531		
2551184	Douar Ettaybi Ben Emmine	douar-ettaybi-ben-emmine	MA		0	Africa/Casablanca	32.14519	-8.51824		Douar Ettaybi Ben Emmine,Douar Taibi,Douar Taïbi,Taibi,Taibi Ben Lamouine,Taïbi		07	585		
2551185	Douar Ettahriyine	douar-ettahriyine	MA		0	Africa/Casablanca	34.3032	-5.35228		Douar Ettahriyine,Douar Taharine,Tahryene,Tahryène		03	531		
2551186	Douar Tahar Ben Said	douar-tahar-ben-said	MA		0	Africa/Casablanca	32.03519	-8.29458		Douar Tahar Ben Said,Douar Tahar Ben Saïd,Douar Taharb Ben Said,Douar Taharb Ben Saïd,Tahar ben Said,Tahar ben Saïd		07	585		
2551187	Douar Tadla	douar-tadla	MA		0	Africa/Casablanca	34.17699	-5.74151				04	481		
2551188	Douar Tadla Leghchiouiya	douar-tadla-leghchiouiya	MA		0	Africa/Casablanca	34.09312	-5.61354		Douar Tadla,Douar Tadla Leghchiouiya,Tadla		03	061		
2551189	Douar Tachtiouine	douar-tachtiouine	MA		0	Africa/Casablanca	33.90247	-3.94874		Douar Tachtiouine,Tachtiouine		03	561		
2551190	Tachanghout	tachanghout	MA		0	Africa/Casablanca	33.11334	-5.97784		Dar Tachennrhout,Douar Tachenghout,Douar Tachenrhout,Tachanghout,Tachenrhout		05	301		
2551191	Douar Stine	douar-stine	MA		0	Africa/Casablanca	29.89657	-9.40071		Adouar Steih,Adouar Steïh,Douar Ouchrit,Douar Stine		09	163		
2551192	Douar Essetar	douar-essetar	MA		0	Africa/Casablanca	34.85622	-5.57059		Douar Essetar,Douar Star,Douar Ster,Star,Ster		01	405		
2551193	Douar Zghiouir	douar-zghiouir	MA		0	Africa/Casablanca	32.11386	-8.58757		Douar Sghiouir,Douar Sghíouir,Douar Srhiouir,Douar Zghiouir,Srhiouir,Zguiouir		07	585		
2551194	Douar Sourlaz	douar-sourlaz	MA		0	Africa/Casablanca	31.83106	-7.04777		Douar Sourlaz,Sour el az,Sour el âz		07	191		
2551195	Douar Soukkane	douar-soukkane	MA		0	Africa/Casablanca	31.66	-7.85		Assakane,Douar Soukkane,Soukkane		07	351		
2551196	Souhat	souhat	MA		0	Africa/Casablanca	34.53799	-5.56707		Douar Souhat,Sahate,Souhat,Souhate		04	481		
2551197	Douar Sougra	douar-sougra	MA		0	Africa/Casablanca	34.75842	-5.68738		Douar Sougra,Jougra,Sougra		01	405		
2551198	Douar Essouam	douar-essouam	MA		0	Africa/Casablanca	32.04392	-8.56538		Douar Essouam,Douar Souam,Es Souam,Souam,Souangountour		07	585		
2551199	Douar Soualem	douar-soualem	MA		0	Africa/Casablanca	32.26038	-8.59854		Dar Soualem,Douar Soualem,Douar Souilem,Soualam,Soualem,Souilem		07	585		
2551200	Douar Souam	douar-souam	MA		0	Africa/Casablanca	32.09265	-8.48219		Douar Soualem,Douar Souam,Soualem		07	585		
2551201	Soualeh Remal Lahsir	soualeh-remal-lahsir	MA		0	Africa/Casablanca	32.25349	-8.07212		Douar Souala,Douar Soualah el Hasser,Soualah el Hasser,Soualeh Remal Lahsir,Soualeh el Karir		07	427		
2551202	Douar Al A’jana	douar-al-a-jana	MA		0	Africa/Casablanca	32.38688	-6.54563		Douar Al A'jana,Douar Al A’jana,Douar Souadeg,Douar Souader		05	255		
2551203	Douar Essouabra	douar-essouabra	MA		0	Africa/Casablanca	32.09159	-8.55415		Douar Essouabra,Douar Souabia,Souabia,Souabra		07	585		
2551204	Douar Slitat	douar-slitat	MA		0	Africa/Casablanca	34.23808	-5.85457		Aslitat,Douar Slitat,Douar Slitene		04	491		
2551205	Douar Slatna	douar-slatna	MA		0	Africa/Casablanca	34.25	-5.75		Douar Slatna,Slatna		04	481		
2551206	Slaoui	slaoui	MA		0	Africa/Casablanca	33.02958	-8.69067		Douar Slaoui,Slaoui		06	181		
2551207	Douar Slamna	douar-slamna	MA		0	Africa/Casablanca	33.22527	-8.29082		Douar Slama,Douar Slamna,Slamna		06	181		
2551208	Douar Slalma	douar-slalma	MA		0	Africa/Casablanca	32.47893	-7.25107		Douar Slalma,Douar es Slama,Oulad Mohammed Slalma,Slalma,Slelma		06	461		
2551210	Douar Sekkouma	douar-sekkouma	MA		0	Africa/Casablanca	35.11112	-6.01274		Douar Sekkouma,Douar Skouna,Skouma		01	331		
2551211	Douar Skhaskha	douar-skhaskha	MA		0	Africa/Casablanca	34.39317	-5.3857		Douar Skhaskha,Skhaskha		03	531		
2551212	Douar Skama Tafergalt	douar-skama-tafergalt	MA		0	Africa/Casablanca	34.15145	-5.56608		Douar Skama Tafergalt,Douar Skarnat		04	481		
2551213	Douar Skara	douar-skara	MA		0	Africa/Casablanca	34.1747	-5.64112				04	481		
2551214	Douar Sidi Youssef Ben Ali	douar-sidi-youssef-ben-ali	MA		0	Africa/Casablanca	31.61795	-7.97186		Bir Sidi Youssef,Douar Sidi Youssef Ben Ali,Sidi Youssef ben Ali		07	351		
2551215	Sidi Yakoub	sidi-yakoub	MA		0	Africa/Casablanca	31.67525	-7.07718		Douar Sidi Yakoub,Sidi Yacoub,Sidi Yakoub		05	081		
2551216	Oulad Rmitiya	oulad-rmitiya	MA		0	Africa/Casablanca	32.28768	-8.43247		Douar Sidi Tahami,Oulad Ameur,Oulad Rmitiya,Sidi Tahami		07	427		
2551217	Douar Sidi Smaïl	douar-sidi-smail	MA		0	Africa/Casablanca	32.8211	-8.40845		Dar Sidi Smail,Dar Sidi Smaïl,Douar Sidi Smail,Douar Sidi Smaïl,Sidi-Smail,Sidi-Smâïl		06	467		
2551219	Douar Sidi Moussa Mbarek	douar-sidi-moussa-mbarek	MA		0	Africa/Casablanca	31.7004	-8.43406		Douar Sidi Mbarek,Douar Sidi Moussa Mbarek,Sidi-Moussa		07	161		
2551220	Douar Sidi Moussa	douar-sidi-moussa	MA		0	Africa/Casablanca	32.78389	-8.957				06	467		
2551221	Douar Sidi Mohammed	douar-sidi-mohammed	MA		0	Africa/Casablanca	33.94724	-6.35406				04	291		
2551222	Douar Sidi Mohamed	douar-sidi-mohamed	MA		0	Africa/Casablanca	34.85747	-3.0985				02	381		
2551223	Douar Chnagla Ain Lfallous	douar-chnagla-ain-lfallous	MA		0	Africa/Casablanca	34.23996	-5.57166		Douar Chnagla Ain Lfallous,Douar Sidi Mansour		04	481		
2551224	Douar Sidi Lhassene	douar-sidi-lhassene	MA		0	Africa/Casablanca	31.20597	-8.92494		Dar Sidi Lhassene,Douar Sidi Lhassene		07	161		
2551225	Douar Sidi El Arbi Ben Mimoune	douar-sidi-el-arbi-ben-mimoune	MA		0	Africa/Casablanca	32.12901	-8.55492		Douar Sidi El Arbi Ben Mimoune,Douar Sidi Larbi Ben Mimoun,Sidi Larbi Mimoune,Sidi Larbi ben Mimoun		07	585		
2551226	Dar Sidi L’arbi Ben Boubker	dar-sidi-l-arbi-ben-boubker	MA		0	Africa/Casablanca	33.11833	-7.59408		Dar Sidi L'arbi Ben Boubker,Dar Sidi L’arbi Ben Boubker,Douar Sidi Larbi Ben Bou Beker		06	461		
2551227	Douar Sdira	douar-sdira	MA		0	Africa/Casablanca	31.63627	-9.05125		Douar Sdira,Douar Sidi el Hadj Mohammed Ben Rhir,Douar Sidi el Hajj Mohammed Ben Rdir,Sdira		07	161		
2551228	Douar Sidi el Hachemi	douar-sidi-el-hachemi	MA		0	Africa/Casablanca	31.65515	-7.49278		Dar Caid el Hachemi,Dar Caïd el Hachemi,Dar Sidi el Hachemi,Douar Sidi el Hachemi		07	191		
2551230	Douar Sidi Cherki	douar-sidi-cherki	MA		0	Africa/Casablanca	34.20086	-4.92513				03	591		
2551231	Douar Sidi Cadi Haja	douar-sidi-cadi-haja	MA		0	Africa/Casablanca	32.02528	-7.38345		Douar Sidi Cadi Haja,Oulad bou Naga,Sidi Cadi Haja		07	191		
2551232	Douar Sidi Brahim	douar-sidi-brahim	MA		0	Africa/Casablanca	32.88213	-8.83068		Douar Sidi Brahim,Zaouia Sidi Brahim,Zouamhat Brahim		06	181		
2551234	Douar Sidi Bou Nouar	douar-sidi-bou-nouar	MA		0	Africa/Casablanca	32.77738	-8.91825		Douar Sidi Bou Nouar,Sidi Boulanoir		06	181		
2551235	Douar Ben Guetaba	douar-ben-guetaba	MA		0	Africa/Casablanca	32.54919	-8.57104		Douar Ben Guetaba,Douar Sidi Ben Gtaia,Douar Sidi Ben Gtaïa,Douar Sidi Bou Gataia,Douar Sidi Bou Gataïa		06	467		
2551236	Douar Oulad Sidi Ayyad	douar-oulad-sidi-ayyad	MA		0	Africa/Casablanca	34.38868	-5.06927		Douar Oulad Sidi Ayyad,Douar Sidi Ayeb,Sidi Ayab,Sidi Ayeb		03	531		
2551237	Sidi Arich	sidi-arich	MA		0	Africa/Casablanca	31.39485	-8.30923		Aorich,Douar Sidi Arich,Sidi Arich,Sidi Ariche		07	161		
2551238	Douar Echeddin El Haj Said	douar-echeddin-el-haj-said	MA		0	Africa/Casablanca	32.11882	-8.54483		Douar Echeddin El Haj Said,Douar Sidi Allal Chadi,Sidi Allal Chadi		07	585		
2551239	Douar Sidi Allal Ben Zine	douar-sidi-allal-ben-zine	MA		0	Africa/Casablanca	31.76	-8.78				07	585		
2551240	Douar Oulad Allal	douar-oulad-allal	MA		0	Africa/Casablanca	32.1034	-9.06371		Douar Oulad Allal,Douar Sidi Allal,Jilali,Oulad el Hadj Jilali		07	431		
2551241	Douar Sidi Ali Ou Saïd	douar-sidi-ali-ou-said	MA		0	Africa/Casablanca	31.66411	-7.31693				07	041		
2551242	Douar Sidi Ali	douar-sidi-ali	MA		0	Africa/Casablanca	29.87538	-9.60977		Adouar Sidi Ali,Douar Sidi Ali,Sidi Ali		09	581		
2551243	Douar Sidi Ahmed Lahoussine	douar-sidi-ahmed-lahoussine	MA		0	Africa/Casablanca	31.74589	-7.21973				05	081		
2551244	Douar Laaroussiyine	douar-laaroussiyine	MA		0	Africa/Casablanca	34.68984	-5.76993		Douar Laaroussiyine,Douar Sidi Ahmed el Aroussi,Sidi Ahmed el Aroussi		04	481		
2551245	Douar Sidi Abdellah Essarrakh	douar-sidi-abdellah-essarrakh	MA		0	Africa/Casablanca	32.2151	-8.3334		Douar Sidi Abdallah,Douar Sidi Abdellah Essarrakh		07	427		
2551778	Douar El Khedar	douar-el-khedar	MA		0	Africa/Casablanca	33.19721	-8.41065				06	181		
2551246	Douar Siyyar Boujnah	douar-siyyar-boujnah	MA		0	Africa/Casablanca	34.95365	-5.91698		Dar Siar,Douar Siar,Douar Siyyar Boujnah,Syar-Boujenah		01	331		
2551248	Sfifrat	sfifrat	MA		0	Africa/Casablanca	34.60487	-6.3014		Douar Sfirat,Sfifrat,Sfirat,Sfirate		04	281		
2551249	Srabta	srabta	MA		0	Africa/Casablanca	34.64664	-5.90129		Douar Serabta,Serabta,Srabta		04	281		
2551250	Douar Seffah	douar-seffah	MA		0	Africa/Casablanca	34.45767	-5.30172		Douar Seffah,Seffah		03	531		
2551251	Douar Sebarhat	douar-sebarhat	MA		0	Africa/Casablanca	34.02172	-3.42652		Douar Sebarhat,Kasba Sebarhat,Sebarhat		02	265		
2551252	Douar Essedirat	douar-essedirat	MA		0	Africa/Casablanca	32.1278	-8.62443		Doaur Sdirat,Douar Essedirat,Douar Sdirat,Sdirat,Sdirate		07	585		
2551253	Douar Shene	douar-shene	MA		0	Africa/Casablanca	35.74282	-5.3596		Douar Sane,Douar Shene		01			
2551254	Douar Said Ben El Maati	douar-said-ben-el-maati	MA		0	Africa/Casablanca	32.06301	-8.30301		Douar Said Ben El Maati,Douar Said Ben Mati,Douar Saïd Ben Mâti,Said ben Mati,Saïd ben Mâti		07	585		
2551255	Douar Sagriel	douar-sagriel	MA		0	Africa/Casablanca	32.30384	-8.56801				07	431		
2551256	Douar Essaadna	douar-essaadna	MA		0	Africa/Casablanca	32.06547	-9.16719		Douar Essaadna,Douar Sadna,Saadma,Sadna		07	431		
2551258	Douar Rouhala	douar-rouhala	MA		0	Africa/Casablanca	32.9947	-8.60834		Douar Rhouhala,Douar Rouahla,Douar Rouhala,Rouahla		06	181		
2551259	Douar Errmitat	douar-errmitat	MA		0	Africa/Casablanca	31.68557	-8.30013		Douar Errmitat,Douar Rmitat,Rmitet		07	351		
2551260	Douar Erremel	douar-erremel	MA		0	Africa/Casablanca	34.79759	-5.70802		Douar Erremel,Douar Rmel,Rmel		01	405		
2551261	Douar Rmel	douar-rmel	MA		0	Africa/Casablanca	33.88449	-5.07446		Dar Rmel,Douar Rmel		03	451		
2551262	Douar Rkouna	douar-rkouna	MA		0	Africa/Casablanca	34.7756	-5.66938		Douar Rhouna,Douar Rkouna,Rhona,Rkouna		01	405		
2551263	Rima ez Zrawla	rima-ez-zrawla	MA		0	Africa/Casablanca	32.78699	-7.3549		Douar Rima es Zraoula,Douar Rima ez Zraoula,Rima ez Zrawla,Zraoula		06	461		
2551264	Douar Leghouiba	douar-leghouiba	MA		0	Africa/Casablanca	34.85431	-5.5827		Douar Leghouiba,Douar Rhouiba,Ghouiba,Rhoinba,Rhouiba		01	405		
2551265	Douar Oulad Bou Ali	douar-oulad-bou-ali	MA		0	Africa/Casablanca	34.20456	-5.52443		Douar Oulad Bou Ali,Douar Rhorbane,Gharban		04	481		
2551266	Douar Leqlia	douar-leqlia	MA		0	Africa/Casablanca	32.68805	-8.98623		Douar Leqlia,Douar Rhila		06	467		
2551267	Douar Rherbaoua	douar-rherbaoua	MA		0	Africa/Casablanca	34.36941	-5.48752		Douar Rherbaoua,Gharbaoua		03	531		
2551268	Douar Ghnioua	douar-ghnioua	MA		0	Africa/Casablanca	34.76818	-5.64593		Douar Ghnioua,Douar Rhenioua,Gnaouna,Rhenioua		01	405		
2551269	Douar Ghar Ettour	douar-ghar-ettour	MA		0	Africa/Casablanca	31.72755	-8.36058		Douar Ghar Ettour,Douar Rhar et Tour,Krartour,Rhar et Tour		07	351		
2551270	Douar Rhaouti Ben Rkia	douar-rhaouti-ben-rkia	MA		0	Africa/Casablanca	32.5242	-8.56732		Douar Rhaouti Ben Rkia,Douar er Rhaouti		06	467		
2551271	Douar Rezazka	douar-rezazka	MA		0	Africa/Casablanca	34.22991	-5.81705		Douar Rezazka,Rezazka,Rzazga		04	491		
2551272	Douar Rhamna	douar-rhamna	MA		0	Africa/Casablanca	34.67694	-5.64207		Douar Rehamna,Douar Rhamna,Rehamna,Rhamna		04	481		
2551273	Douar Rehamna	douar-rehamna	MA		0	Africa/Casablanca	32.78583	-8.94491		Douar Rehamma,Douar Rehamna,Rhamna		06	467		
2551274	Douar Rehamena	douar-rehamena	MA		0	Africa/Casablanca	34.36118	-5.38925		Douar Rehamena,Rehamna		03	531		
2551275	Douar Rehaha	douar-rehaha	MA		0	Africa/Casablanca	34.1673	-5.63453		Douar Rebaha,Douar Rehaha		04	481		
2551276	Douar Regagda Olad Saïd	douar-regagda-olad-said	MA		0	Africa/Casablanca	32.87431	-8.83697		Douar Regagda Olad Said,Douar Regagda Olad Saïd,Douar Regagda Oulad Said,Douar Regagda Oulad Saïd,Oulad Rkada,Rgagda Oulad Said,Rgagda Oulad Saïd		06	181		
2551277	Douar Regaa Oulad Sidi Hanine	douar-regaa-oulad-sidi-hanine	MA		0	Africa/Casablanca	32.98	-8.23				06	181		
2551278	Douar Rechachda	douar-rechachda	MA		0	Africa/Casablanca	32.52196	-8.35166		Douar Beni Drhourh,Douar Rechachda		06	467		
2551279	Douar Ras el Ksar	douar-ras-el-ksar	MA		0	Africa/Casablanca	33.92978	-3.83693		Douar Ras el Ksar,Ras El Qsar,Ras el Ksar		02	265		
2551280	Douar Ras Bou Rkaïz	douar-ras-bou-rkaiz	MA		0	Africa/Casablanca	33.90393	-5.08598		Bou Rkeiz,Dar Ras Bou Rkaiz,Dar Ras Bou Rkaïz,Douar Ras Bou Rkaiz,Douar Ras Bou Rkaïz		03	451		
2551281	Dar Rahal Ben Jilali	dar-rahal-ben-jilali	MA		0	Africa/Casablanca	33.04896	-7.90473		Dar Rahal Ben Jilali,Douar Rahal Ben Djilali,Douar Rahal Ben Jilali,Douar Rahhal Ben Jilali,Sidi ben Mahdi		06	117		
2551282	Douar Rehaoua	douar-rehaoua	MA		0	Africa/Casablanca	34.24617	-5.15144		Douar Rahalia,Douar Rehaoua,Rahalia		03	591		
2551283	Douar Ouzerit	douar-ouzerit	MA		0	Africa/Casablanca	31.67378	-6.83				05	081		
2551284	Douar Ourlali	douar-ourlali	MA		0	Africa/Casablanca	33.22254	-8.54533				06	181		
2551285	Dr. Oulad Sidi Kacem	dr-oulad-sidi-kacem	MA		0	Africa/Casablanca	32.0436	-8.42925		Douar Oulad Sidi Kasem,Douar Ouled Sidi Kassem,Dr. Oulad Sidi Kacem,Oulad Sidi Kassem,Oulad Sikacem		07	585		
2551286	Douar Ouled Saïd	douar-ouled-said	MA		0	Africa/Casablanca	32.59676	-8.34687				06	467		
2551287	Douar Ouled Merim	douar-ouled-merim	MA		0	Africa/Casablanca	34.25197	-5.50092		Douar Oulad Merim,Douar Ouled Meriem,Douar Ouled Merim,Oulad Marim,Ouled Meriame		04	481		
2551289	Douar Ouled Lasri	douar-ouled-lasri	MA		0	Africa/Casablanca	34.2841	-4.55477		Douar Ouled Lasri,Oulad el Assei		03	531		
2551290	Douar Ouled Kouri	douar-ouled-kouri	MA		0	Africa/Casablanca	32.58452	-8.33399				06	467		
2551291	Douar Oulad Jaber	douar-oulad-jaber	MA		0	Africa/Casablanca	34.26061	-4.65409		Douar Oulad Jaber,Douar Ouled Jaber,Oulad Jabeur		03	531		
2551292	Douar Ouled Hamida	douar-ouled-hamida	MA		0	Africa/Casablanca	32.65666	-8.34434				06	467		
2551293	Douar Oulad Ben Hammou	douar-oulad-ben-hammou	MA		0	Africa/Casablanca	32.02229	-8.34335		Douar Oued Hamed,Douar Oulad Ben Hammou,Douar Oulad Hamed,Douar Ouled Hamed,Oulad Hamed		07	585		
2551294	Douar Chouareb	douar-chouareb	MA		0	Africa/Casablanca	34.19422	-5.58017		Douar Chouareb,Douar Ouled Fadila,Ouled Fedila		04	481		
2551295	Douar Ouled el Mahjoub	douar-ouled-el-mahjoub	MA		0	Africa/Casablanca	34.3657	-4.6019		Douar Ouled el Mahjoub,Oulad Mohjoub		03	531		
2551296	Douar Ouled el Hamiani	douar-ouled-el-hamiani	MA		0	Africa/Casablanca	32.73244	-8.31585		Dar Mayani,Douar Ouled el Hamiani,Oulad El Hamiani,Ouled Lhamynie		06	467		
2551297	Douar Ouled el Ayachi	douar-ouled-el-ayachi	MA		0	Africa/Casablanca	34.08923	-6.58166		Douar Ouled el Ayachi,Layaicha,Layaïcha		04	441		
2551298	Douar Ouled Driss	douar-ouled-driss	MA		0	Africa/Casablanca	33.86575	-3.87093		Douar Ouled Driss,Ouled Driss		02	265		
2551299	Douar Ouled Chebana	douar-ouled-chebana	MA		0	Africa/Casablanca	32.40527	-8.58488				06	467		
2551300	Douar Oulad Bou Saadane	douar-oulad-bou-saadane	MA		0	Africa/Casablanca	34.32585	-4.72023		Douar Oulad Bou Saadane,Douar Ouled Bou Sadane,Oulad ben Saddene		03	531		
2551301	Douar Ouled Bou Chiba	douar-ouled-bou-chiba	MA		0	Africa/Casablanca	34.33867	-4.92857		Douar Ouled Bou Chiba,Ouled ben Chiba		03	531		
2551302	Oulad Baçri	oulad-bacri	MA		0	Africa/Casablanca	33.24392	-7.7204		Douar Oulad Besari,Douar Ouled Bassri,Douar Ouled Bessri,Oulad Bacri,Oulad Baçri,Ouled Basri		06	117		
2551303	Douar Oulad Ben Azzouz Er-Rich	douar-oulad-ben-azzouz-er-rich	MA		0	Africa/Casablanca	32.0113	-8.48107		Douar Oulad Ben Azzouz,Douar Oulad Ben Azzouz Er-Rich,Douar Ouled Ben Azzouz,Oulad ben Azzouz		07	585		
2551304	Douar Oulad Meryem	douar-oulad-meryem	MA		0	Africa/Casablanca	34.14351	-5.56503		Douar Oulad Meryem,Douar Ouled Azzi		04	481		
2551305	Douar Ouled Ayad	douar-ouled-ayad	MA		0	Africa/Casablanca	33.93	-5.03		Douar Ouled Ayad,Hahiad		03	591		
2551306	Douar Ouled Amor	douar-ouled-amor	MA		0	Africa/Casablanca	32.64278	-8.7961		Douar Ouled Amor,Ej Jema des Oulad Amor,Ej Jemâ des Oulad Amor,El Djema des Oulad Amor,El Djemâ des Oulad Amor,Ouled Amor		06	467		
2551307	Douar Oulad Ammar Essedra Lemharera	douar-oulad-ammar-essedra-lemharera	MA		0	Africa/Casablanca	34.18652	-5.48946		Douar Oulad Ammar Essedra Lemharera,Douar Ouled Amar,Oueled Amar Sedra		04	481		
2551308	Douar Oulad Ali	douar-oulad-ali	MA		0	Africa/Casablanca	32.56526	-8.45908		Douar Oulad Ali,Douar Ouled Ali		06	467		
2551309	Douar Oulad Ahmed Touaf	douar-oulad-ahmed-touaf	MA		0	Africa/Casablanca	32.41884	-8.22656		Douar Oulad Ahmed Touaf,Douar Ouled Ahmed		07	427		
2551310	Douar Ouled Ahmed	douar-ouled-ahmed	MA		0	Africa/Casablanca	31.75528	-7.9541				07	351		
2551311	Douar Oulad Abbou	douar-oulad-abbou	MA		0	Africa/Casablanca	34.17345	-4.76368		Douar Oulad Abbou,Douar Ouled Abbou		03	531		
2551312	Douar Ould Allal Ben Hammou	douar-ould-allal-ben-hammou	MA		0	Africa/Casablanca	32.57124	-6.82041				05	255		
2551313	Douar Oulad Zouara	douar-oulad-zouara	MA		0	Africa/Casablanca	33.10065	-8.48212				06	181		
2551314	Oulad Zid	oulad-zid	MA		0	Africa/Casablanca	33.11093	-8.62653		Douar Oulad Zid,Oulad Zid,Ouled Zid		06	181		
2551315	Douar Oulad Ziyar	douar-oulad-ziyar	MA		0	Africa/Casablanca	34.66151	-5.64808		Douar Oulad Ziar,Douar Oulad Ziyar,Oulad Ziar,Ouled Ziar		04	481		
2551316	Oulad Ziane	oulad-ziane	MA		0	Africa/Casablanca	34.75415	-5.58341		Douar Oulad Ziane,Oulad Ziane,Ouled Zianz		01	405		
2551317	Douar Oulad Ziane	douar-oulad-ziane	MA		0	Africa/Casablanca	32.73	-7.28				06	461		
2551318	Douar Oulad Zaariya	douar-oulad-zaariya	MA		0	Africa/Casablanca	31.74461	-7.5841		Douar Oulad Zaariya,Douar Oulad Zarria		07	427		
2551319	Douar Oulad Zaer	douar-oulad-zaer	MA		0	Africa/Casablanca	32.31009	-6.99246		Douar Oulad Zaer,Oulad Z'air,Oulad Zaer,Oulad Zaër,Oulad Z’aïr		05	255		
2551320	Oulad Yahia	oulad-yahia	MA		0	Africa/Casablanca	33.00464	-8.7109		Douar Oulad Yahia,Oulad Yahia,Oulad Yahya		06	181		
2551321	Douar Oulad Tourjer	douar-oulad-tourjer	MA		0	Africa/Casablanca	34.50285	-5.82078		Douar Oulad Touijer,Douar Oulad Tourjer,Oulad Touiet,Oulad Touijer,Ouled Tonaijar		04	481		
2551322	Douar Oulad Toug	douar-oulad-toug	MA		0	Africa/Casablanca	31.83478	-7.0496		Douar Oulad Togue,Douar Oulad Toug		07	191		
2551323	Douar Oulad Tahar	douar-oulad-tahar	MA		0	Africa/Casablanca	34.23571	-4.97675				03	591		
2551324	Oulad Çghir	oulad-cghir	MA		0	Africa/Casablanca	33.03978	-7.83968		Douar Oulad Srhir,Oulad Cghir,Oulad Çghir		06	461		
2551325	Douar Oulad Soummane	douar-oulad-soummane	MA		0	Africa/Casablanca	32.03909	-8.63133		Douar Oulad Souman,Douar Oulad Soumane,Douar Oulad Soummane,Oulad Souman,Oulad Soumane		07	585		
2551326	Douar Oulad Soltane	douar-oulad-soltane	MA		0	Africa/Casablanca	32.30012	-6.9481		Douar Oulad Soltane,Oulad Soltane		05	255		
2551327	Douar Oulad Essnoussi	douar-oulad-essnoussi	MA		0	Africa/Casablanca	34.19349	-5.08088		Douar Oulad Essnoussi,Douar Oulad Snoussi,Ouled Senoussi		03	591		
2551328	Douar Oulad Sma’il	douar-oulad-sma-il	MA		0	Africa/Casablanca	32.56049	-6.41615		Douar Oulad Sma'il,Douar Oulad Smain,Douar Oulad Smaïn,Douar Oulad Sma’il,Douar Ouled Smaine,Douar Ouled Smaïne,Oulad Smaine		05	091		
2551329	Douar Oulad Slimane	douar-oulad-slimane	MA		0	Africa/Casablanca	34.26915	-4.90505		Douar Oulad Slimane,Oulad Slimane		03	531		
2551330	Douar Oulad Sidi Rahal	douar-oulad-sidi-rahal	MA		0	Africa/Casablanca	32.71	-8.11		Dar Rahhal,Douar Oulad Sidi Rahal,Ouled Rahal		06	467		
2551331	Sidi Mouhamed Ben Kacem	sidi-mouhamed-ben-kacem	MA		0	Africa/Casablanca	34.54886	-5.86287		Douar Oulad Sidi Mohammed Ben Kassem,Oulad Sidi Mohammed Ben Kassem,Oulad Sidi Mohammed Ben Qassem,Sidi Mohamed Ben Kacem,Sidi Mouhamed Ben Kacem		04	481		
2551332	Oulad Sidi El Ghazi	oulad-sidi-el-ghazi	MA		0	Africa/Casablanca	32.90353	-8.14006		Douar Oulad Sidi el Ghazi,Douar Oulad Sidi el Rhazi,Oulad Sidi El Ghazi		06	181		
2551333	Douar Oulad Sidi El Haj Ghanem	douar-oulad-sidi-el-haj-ghanem	MA		0	Africa/Casablanca	32.87183	-8.73953		Douar Hajj Rhanem,Douar Oulad Sidi El Haj Ghanem,Douar Oulad Sidi el Haj Rhanem,Ouled Hadj Ghanen		06	181		
2551334	Douar Oulad Brahim	douar-oulad-brahim	MA		0	Africa/Casablanca	34.3276	-5.82592		Douar Oulad Brahim,Douar Oulad Sidi Brahim,Douar Ouled Sidi Brahim,Oulad Sidi Brahim,Ouled Sidi Brahim		04	491		
2551335	Douar Oulad Sidi Ben Yahya	douar-oulad-sidi-ben-yahya	MA		0	Africa/Casablanca	34.51943	-5.77841		Douar Oulad Sidi Ben Yahya,Douar Oulad Sidi Bou Yahia,Oulad Bou Yahia,Oulad Sidi Bou Yahya,Ouled Sidi Yahya		04	481		
2551336	Douar Oulad Sidi Belkassem	douar-oulad-sidi-belkassem	MA		0	Africa/Casablanca	32.75	-7.3				06	461		
2551337	Douar Oulad Sidi Balrhit	douar-oulad-sidi-balrhit	MA		0	Africa/Casablanca	32.00561	-7.21129		Douar Oulad Sidi Balrhit,Oulad Sidi Balrhit,Oulad Sidi Bou er Rhit		07	191		
2551338	Douar Oulad Sidi Abd el Aziz	douar-oulad-sidi-abd-el-aziz	MA		0	Africa/Casablanca	32.56	-7.66		Dar Oulad Sidi Abd el Aziz,Douar Oulad Sidi Abd el Aziz,Ouled Sidi Abdelaziz		06	461		
2551339	Douar Oulad Sidi Abdellah Bou Mess’oud	douar-oulad-sidi-abdellah-bou-mess-oud	MA		0	Africa/Casablanca	32.79769	-8.57839		Douar Oulad Sidi Abdallah ben Messaoud,Douar Oulad Sidi Abdellah Bou Mess'oud,Douar Oulad Sidi Abdellah Bou Mess’oud		06	181		
2551340	Oulad Snane	oulad-snane	MA		0	Africa/Casablanca	34.69736	-5.88245		Douar Oulad Senane,Oulad Senan,Oulad Sennane,Oulad Snane,Oulad-Senane,Ouled Sanan		04	281		
2551341	Douar Oulad Sassi	douar-oulad-sassi	MA		0	Africa/Casablanca	32.94595	-8.4887				06	181		
2551342	Oulad Sassi	oulad-sassi	MA		0	Africa/Casablanca	32.57629	-6.74787		Douar Oulad Sassi,Oulad Sassi,Ouled Sassi		05	255		
2551343	Oulad Salem	oulad-salem	MA		0	Africa/Casablanca	34.63011	-5.60038		Douar Oulad Salem,Oulad Salem,Ouled Salem		04	481		
2551344	Douar Oulad Salem	douar-oulad-salem	MA		0	Africa/Casablanca	34.56519	-5.77067		Douar Oulad Salem,Oulad Salem,Ouled Salem		04	481		
2551345	Douar Olad. Salem	douar-olad-salem	MA		0	Africa/Casablanca	32.9265	-8.78342		Douar Olad. Salem,Douar Oulad Salem,Oulad Salem,Ouled salem		06	181		
2551346	Oulad Saïd	oulad-said	MA		0	Africa/Casablanca	33.04825	-8.68042		Douar Oulad Said,Douar Oulad Saïd,Oulad Said,Oulad Saïd,Ouled Hmida Ben Said,Ouled Hmida Ben Saïd		06	181		
2551347	Douar Oulad Essaada	douar-oulad-essaada	MA		0	Africa/Casablanca	34.68843	-5.66737		Douar Oulad Essaada,Douar Oulad Saada,Oulad Saada,Ouled Saada,Ouled Saâda		04	481		
2551348	Douar Oulad Gherbal	douar-oulad-gherbal	MA		0	Africa/Casablanca	31.64632	-7.51489		Douar Oulad Gherbal,Douar Oulad Rherbel		07	191		
2551350	Douar Oulad El Ghazi	douar-oulad-el-ghazi	MA		0	Africa/Casablanca	34.77391	-5.67163		Douar Oulad El Ghazi,Douar Oulad Rhazi,Oulad Rhazi,Ouled el Ghazi		01	405		
2551351	Douar Oulad Rhazi	douar-oulad-rhazi	MA		0	Africa/Casablanca	32.02291	-7.28908		Douar Oulad Rhazi,Oulad Razi,Oulad Rhazi		07	191		
2551352	Douar Oulad Rhalem	douar-oulad-rhalem	MA		0	Africa/Casablanca	32.06924	-7.23602		Douar Oulad Rhalem,Oulad Ralm		07	191		
2551353	Oulad Rmich Bou’aziyer	oulad-rmich-bou-aziyer	MA		0	Africa/Casablanca	32.19841	-6.93063		Douar Oulad Remich Bou Azir,Oulad R'mich,Oulad Rmich Bou 'aziyer,Oulad Rmich Bou ’aziyer,Oulad Rmich Bou'aziyer,Oulad Rmich Bou’aziyer,Oulad R’mich		05	255		
2551354	Douar Olad. Rbia	douar-olad-rbia	MA		0	Africa/Casablanca	32.79548	-8.93446		Douar Olad. Rbia,Douar Oulad Rbia		06	467		
2551355	Douar Oulad Raho	douar-oulad-raho	MA		0	Africa/Casablanca	32.90212	-8.80915		Douar Oulad Raho,Oulad Raho,Oulad Rahou,Ouled Raho		06	181		
2551356	Douar Oulad Raho	douar-oulad-raho	MA		0	Africa/Casablanca	32.24976	-6.96738		Douar Oulad Raho,Oulad Rahhou,Oulad Raho		05	255		
2551357	Douar Oulad Ba Rahmoune	douar-oulad-ba-rahmoune	MA		0	Africa/Casablanca	32.61289	-8.6785		Douar Oulad Ba Rahmoune,Douar Oulad Rahmoun,Oulad Ramoun		06	467		
2551358	Douar Oulad Rahmoun	douar-oulad-rahmoun	MA		0	Africa/Casablanca	32.6	-8.06				06	467		
2551359	Douar Oulad Errahmaniya Hamri	douar-oulad-errahmaniya-hamri	MA		0	Africa/Casablanca	32.17629	-8.62651		Dar Oulad Rahmania,Douar Oulad Errahmaniya Hamri,Douar Oulad Rahmania,Oulad Rahmania,Ouled Rahmania Sfa		07	585		
2551360	Douar Oulad Rafaa	douar-oulad-rafaa	MA		0	Africa/Casablanca	32.09637	-7.29059		Douar Oulad Rafaa,Oulad Rafaa,Oulad Rafia		07	191		
2551361	Douar Oulad Ouarta	douar-oulad-ouarta	MA		0	Africa/Casablanca	32.9715	-8.44364				06	181		
2551362	Douar Oulad Othmane	douar-oulad-othmane	MA		0	Africa/Casablanca	34.6609	-5.85453		Douar Oulad Othmane,Douar Oulad Otmane,Oulad Otmane,Ouled Atman		04	481		
2551363	Douar Oulad Nacer	douar-oulad-nacer	MA		0	Africa/Casablanca	34.53177	-5.96538		Douar Oulad Nacer,Douar Oulad Nsa,Oulad Nsa		04	481		
2551364	Douar Oulad Nifaoui	douar-oulad-nifaoui	MA		0	Africa/Casablanca	32.3616	-6.93131		Douar Oulad Nifaoui,Oulad Nifaoui		05	255		
2551365	Douar Oulad Nekeb	douar-oulad-nekeb	MA		0	Africa/Casablanca	31.65907	-9.54343		Douar Oulad Nekeb,Oulad Anngoub		07	211		
2551366	Rbaat Ben El Narbmi	rbaat-ben-el-narbmi	MA		0	Africa/Casablanca	32.2362	-8.64516		Douar Oulad Naceur,Douar Oulad Nasser,Oulad Mira,Oulad Naceur,Rbaat Ben El Narbmi		07	585		
2551367	Douar Oulad Nasseur	douar-oulad-nasseur	MA		0	Africa/Casablanca	32.06677	-7.22946		Douar Oulad Nasser,Douar Oulad Nasseur,Oulad Naseur,Oulad Nasseur,Ouled Nassere,Ouled Nassère		07	191		
2551368	Oulad Naçer	oulad-nacer	MA		0	Africa/Casablanca	31.94203	-7.10288		Douar Oulad Nasser,Oulad Nacer,Oulad Naseur,Oulad Nasser,Oulad Naçer,Ouled Najar		07	191		
2551369	Douar Oulad Nayel	douar-oulad-nayel	MA		0	Africa/Casablanca	34.18104	-5.00327		Douar Oulad Nail,Douar Oulad Nayel,Douar Oulad Naïl		03	591		
2551370	Douar Oulad Mrabet	douar-oulad-mrabet	MA		0	Africa/Casablanca	34.16548	-5.5246		Dar Oulad Mrabet,Douar Oulad Mrabet,Ouled M'rabet,Ouled M’rabet		04	481		
2551371	Douar Oulad Mrabet	douar-oulad-mrabet	MA		0	Africa/Casablanca	31.60444	-9.188		Douar Oulad Mrabet,Oulad Mrabel,Ouled Amrabet		07	211		
2551372	Oulad Mrah Rmilat	oulad-mrah-rmilat	MA		0	Africa/Casablanca	34.62798	-5.96276		Douar Oulad Mra,Oulad Mra,Oulad Mrah Rmilat,Ouled Mrah		04	481		
2551373	Oulad Moussa	oulad-moussa	MA		0	Africa/Casablanca	33.02029	-8.69117		Douar Oulad Moussa,Oulad Moussa,Ouled Moussa El Ashijine		06	181		
2551374	Oulad Moussa	oulad-moussa	MA		0	Africa/Casablanca	32.93674	-8.15286		Douar Oulad Moussa,Oulad Moussa		06	181		
2551375	Douar Oulad Moussa	douar-oulad-moussa	MA		0	Africa/Casablanca	31.73385	-8.6517		Douar Oulad Moussa,Oulad Moussa,Ouled Moussa		07	161		
2551376	Oulad Moumen	oulad-moumen	MA		0	Africa/Casablanca	34.64694	-5.89262		Douar Oulad Moumene,Oulad Moumen,Ouled Moumen Siaka		04	281		
2551377	Oulad Moulay Seddik	oulad-moulay-seddik	MA		0	Africa/Casablanca	32.80772	-8.18612		Douar Oulad Moulay Seddik,Oulad Moulay Seddik		06	467		
2551378	Oulad Mohamed Ben Ahmed	oulad-mohamed-ben-ahmed	MA		0	Africa/Casablanca	32.82928	-7.45661		Douar Oulad Mohammed Ben Ahmed,Oulad Mohamed Ben Ahmed		06	461		
2551379	Douar Oulad Mimoune	douar-oulad-mimoune	MA		0	Africa/Casablanca	34.7129	-5.83525		Douar Oulad Mimoun,Douar Oulad Mimoune,Oulad Mimoun		04	481		
2551380	Douar Oulad Miloud	douar-oulad-miloud	MA		0	Africa/Casablanca	34.61986	-5.82443		Douar Oulad Miloud,Douar Oulad Miloudi,Oulad Miloudi,Ouled Miloud		04	481		
2551381	Douar Oulad Mhammed	douar-oulad-mhammed	MA		0	Africa/Casablanca	33.96	-5.03		Douar Oulad Mhamed,Douar Oulad Mhammed,Ouled Mohemed		03	591		
2551382	Douar Oulad Massaoud	douar-oulad-massaoud	MA		0	Africa/Casablanca	34.60406	-5.64832		Douar Oulad Massaoud,Douar Oulad Messaoud,Oulad Messaoud,Ouled Messaoud		04	481		
2551383	Douar Mghaytene Oulad Msallam	douar-mghaytene-oulad-msallam	MA		0	Africa/Casablanca	34.61328	-5.94512		Douar Mghaytene Oulad Msallam,Douar Oulad Messalem,Mghiten Ouled Msellem,Oulad Messalem		04	481		
2551384	Douar Oulad Mimoune	douar-oulad-mimoune	MA		0	Africa/Casablanca	34.73436	-5.82229		Douar Oulad Menna,Douar Oulad Mimoune,Oulad Menna,Ouled Nena Haouta		04	481		
2551385	Douar Chemmakh	douar-chemmakh	MA		0	Africa/Casablanca	34.68591	-5.79912		Douar Chemmakh,Douar Oulad Mejdoub,Oulad Mejdoub		04	481		
2551386	Douar Oulad Enngad	douar-oulad-enngad	MA		0	Africa/Casablanca	34.18733	-4.84155		Douar Oulad Ankad,Douar Oulad Enngad,Douar Oulad Megued		03	591		
2551387	Douar Oulad Mbarek	douar-oulad-mbarek	MA		0	Africa/Casablanca	34.30218	-5.64337		Dar Oulad Embarek,Douar Oulad Embarek,Douar Oulad Mbarek		04	481		
2551388	Douar Oulad Mbarek	douar-oulad-mbarek	MA		0	Africa/Casablanca	33.23061	-8.53848		Douar Oulad Mbarek,Oulad Mbarek		06	181		
2551389	Douar Oulad Maya	douar-oulad-maya	MA		0	Africa/Casablanca	33.23975	-7.68342				06	117		
2551390	Douar Olad. Mannsour	douar-olad-mannsour	MA		0	Africa/Casablanca	32.77485	-8.78254		Douar Olad. Mannsour,Douar Oulad Mannsour,Douar Oulad Mansour,Ould Mannour		06	181		
2551391	Douar Oulad Mansour	douar-oulad-mansour	MA		0	Africa/Casablanca	32.63339	-8.34823		Douar Oulad Mannsour,Douar Oulad Mansour,Douar Ouled Mannsour		06	467		
2551392	Douar Oulad Mannsour	douar-oulad-mannsour	MA		0	Africa/Casablanca	31.7974	-7.91983				07	427		
2551393	Douar Oulad Mahmoud	douar-oulad-mahmoud	MA		0	Africa/Casablanca	32.28909	-6.99956		Douar Oulad Mahmoud,Oulad M'hamed,Oulad M’hamed		05	255		
2551394	Douar Oulad Mahjoub	douar-oulad-mahjoub	MA		0	Africa/Casablanca	34.22658	-5.08188		Douar Oulad Mahjoub,Douar Oulad Mahjoul		03	591		
2551395	Douar Oulad Gheziya	douar-oulad-gheziya	MA		0	Africa/Casablanca	34.60653	-5.7763		Douar Oulad Gheziya,Douar Oulad Mahdi,Oulad Mahdi		04	481		
2551396	Douar Oulad Machou	douar-oulad-machou	MA		0	Africa/Casablanca	32	-8.43		Douar Oulad Machou,Douar Ouled Machou,Oulad Machou		07	585		
2551397	Douar Oulad Lhiyyani	douar-oulad-lhiyyani	MA		0	Africa/Casablanca	34.37961	-4.75237		Douar Oulad Lhayani,Douar Oulad Lhiyyani,Oulad Lhaiani		03	531		
2551398	Douar Oulad Rabba	douar-oulad-rabba	MA		0	Africa/Casablanca	34.67585	-5.68795		Douar Oulad Larbi,Douar Oulad Rabba,Oulad Larbi,Ouled Arabi		04	481		
2551399	Douar Oulad Lahsene	douar-oulad-lahsene	MA		0	Africa/Casablanca	32.42487	-8.51812				06	467		
2551400	Douar Oulad Lahsen	douar-oulad-lahsen	MA		0	Africa/Casablanca	32.36078	-8.99041		Douar Oulad Lahsen,Douar Oulad Lahsene		07	431		
2551401	Douar Ain Gassaa	douar-ain-gassaa	MA		0	Africa/Casablanca	34.58125	-5.82145		Douar Ain Gassaa,Douar Oulad Ktiri,Oulad Ktiri		04	481		
2551402	Oulad Khlifa	oulad-khlifa	MA		0	Africa/Casablanca	34.73168	-5.91541		Douar Oulad Khalifa,Oulad Khalifa,Oulad Khalifa Faid Laatach,Oulad Khalifa Faïd Laâtach,Oulad Khlifa,Ouled Khalifa		04	281		
2551403	Douar Oulad Khlifa	douar-oulad-khlifa	MA		0	Africa/Casablanca	31.71199	-7.5123		Douar Oulad Khalifa,Douar Oulad Khlifa		07	191		
2551404	Douar Oulad Kassem	douar-oulad-kassem	MA		0	Africa/Casablanca	32.1	-9.03		Douar Oulad Kassem,Oulad Kassene		07	431		
2551405	Douar Oulad Kaddour Ben Abbou	douar-oulad-kaddour-ben-abbou	MA		0	Africa/Casablanca	34.44367	-4.71577		Douar Oulad Kaddour Ben Abbou,Oulad Kaddoor ben Abbou,Ouled Kadour		03	531		
2551406	Douar Ouled Kaddour	douar-ouled-kaddour	MA		0	Africa/Casablanca	34.43051	-3.80397		Dar Kaddour,Douar Oulad Kaddour,Douar Ouled Kaddour		02	265		
2551407	Douar Oulad Jbara	douar-oulad-jbara	MA		0	Africa/Casablanca	34.21524	-5.51216		Douar Oulad Jbara,Ouled Jebara		04	481		
2551408	Douar Oulad Abbou	douar-oulad-abbou	MA		0	Africa/Casablanca	32.56489	-8.23573		Douar Oulad Abbou,Douar Oulad Jari,Oulad Jar,Oulad Jari,Oulad Jeri		06	467		
2551409	Douar Oulad Jaber	douar-oulad-jaber	MA		0	Africa/Casablanca	33.95	-6.71		Douar Oulad Djaber,Douar Oulad Jaber,Ouled Jabeur		04	441		
2551410	Oulad Ali	oulad-ali	MA		0	Africa/Casablanca	32.22966	-7.43254		Douar Oulad Jaber,Oulad Ali,Oulad Jaber,Oulad Jeber		07	191		
2551411	Douar Oulad Izid	douar-oulad-izid	MA		0	Africa/Casablanca	33.95493	-5.06		Dar Oulad Izid,Douar Oulad Izid,Ouled Iazid		03	591		
2551412	Oulad Hassoun Njara	oulad-hassoun-njara	MA		0	Africa/Casablanca	33.08874	-8.5879		Douar N'Jara,Douar N’Jara,Douar Oulad Hassoun Njara,Oulad Hassoun Njara		06	181		
2551413	Douar Oulad Hssine	douar-oulad-hssine	MA		0	Africa/Casablanca	32.94221	-8.56239		Ben Hassen,Douar Oulad Hassine,Douar Oulad Hssine,Oulad Hassine		06	181		
2551414	Oulad Hsin	oulad-hsin	MA		0	Africa/Casablanca	31.91623	-7.17548		Douar Oulad Hassine,Douar Oulad Hassoun,Oulad Hassine,Oulad Hsin,Ouled hsine		07	191		
2551415	Oulad Hamouda	oulad-hamouda	MA		0	Africa/Casablanca	33.20557	-8.50979		Douar Oulad Hamouda,Oulad Hamouda		06	181		
2551416	Douar Olad Hammou Ben Amar	douar-olad-hammou-ben-amar	MA		0	Africa/Casablanca	34.45882	-3.90583		Douar Olad Hammou Ben Amar,Douar Oulad Hammou Ben Amar,Oulad Hammou Ben Amar		03	561		
2551417	Douar Oulad Hammou	douar-oulad-hammou	MA		0	Africa/Casablanca	32.52485	-8.56806				06	467		
2551418	Douar Oulad Hamid	douar-oulad-hamid	MA		0	Africa/Casablanca	34.28769	-5.82463		Douar Oulad Hamid,Ouled Hmad		04	491		
2551419	Ain Oulad Hmid	ain-oulad-hmid	MA		0	Africa/Casablanca	34.10345	-4.80561		Ain Oulad Hmid,Douar Oulad Hamid,Oulad Amid,Oulad Hamid		03	591		
2551420	Douar Oulad Hamad	douar-oulad-hamad	MA		0	Africa/Casablanca	34.48612	-5.85966		Douar Oulad Hamad,Oulad Hamad,Ouled Hamad		04	481		
2551421	Douar Oulad Hajj Mohammed	douar-oulad-hajj-mohammed	MA		0	Africa/Casablanca	31.21486	-8.96181		Douar Oulad Haj Mohammed,Douar Oulad Hajj Mohammed		07	161		
2551422	Oulad El Haj	oulad-el-haj	MA		0	Africa/Casablanca	32.35393	-9.00203		Douar Oulad Haj Fertmes,Oulad El Haj,Oulad Haj Fertmes,Oulad Haj Fertmès		07	431		
2551423	Douar Oulad Hafid	douar-oulad-hafid	MA		0	Africa/Casablanca	34.24037	-4.90251		Douar Oulad Hafid,Oulad Hafid		03	531		
2551424	Douar Oulad Haddou	douar-oulad-haddou	MA		0	Africa/Casablanca	34.94856	-3.13155		Douar Oulad Haddou,Oulad Hadj		02	381		
2551425	Oulad Haddad	oulad-haddad	MA		0	Africa/Casablanca	34.71386	-5.89251		Douar Oulad Haddad,Oulad Haddad,Ouled Hadad		04	281		
2551426	Douar Oulad Guir	douar-oulad-guir	MA		0	Africa/Casablanca	33.91818	-5.05493		Dar Oulad Guir,Douar Oulad Guir		03	591		
2551427	Douar Oulad Nsir	douar-oulad-nsir	MA		0	Africa/Casablanca	34.10466	-5.60451		Douar Oulad Ensir,Douar Oulad Nsir,Douar Ouled Ensir		03	061		
2551428	Oulad Moudine	oulad-moudine	MA		0	Africa/Casablanca	33.15424	-8.581		Douar Oulad Moudene,Douar Oulad el Moudine,Oulad Moudine,Oulad el Moudine,Ouled El Moudden		06	181		
2551429	Douar Lahjajama	douar-lahjajama	MA		0	Africa/Casablanca	34.65465	-5.81471		Douar Lahjajama,Douar Oulad el Mekki,Oulad al Mekki,Oulad el Mekk,Oulad el Mekki,Ouled Sidi el Mekki		04	481		
2551833	Douar el Fahs	douar-el-fahs	MA		0	Africa/Casablanca	33.17619	-8.5143				06	181		
2551430	Douar Oulad El Mekki	douar-oulad-el-mekki	MA		0	Africa/Casablanca	34.62974	-5.86173		Douar Oulad El Mekki,Oulad el Mekki,Ouled Sidi el Mekki		04	281		
2551431	Douar Oulad El Maati	douar-oulad-el-maati	MA		0	Africa/Casablanca	34.21399	-5.14239		Douar Oulad El Maati,Douar Oulad el Maabi		03	591		
2551432	Douar Oulad Jmiai	douar-oulad-jmiai	MA		0	Africa/Casablanca	32.50798	-7.31447		Douar Oulad Jmiai,Douar Oulad el Jami		06	461		
2551433	Douar Oulad El Haj	douar-oulad-el-haj	MA		0	Africa/Casablanca	34.70731	-5.78757		Douar Oulad El Haj,Oulad el Haj,Ouled el Hadj		04	481		
2551434	Douar Oulad el Hafed	douar-oulad-el-hafed	MA		0	Africa/Casablanca	34.36875	-5.55063				04	481		
2551435	Douar Oulad El Hachmi	douar-oulad-el-hachmi	MA		0	Africa/Casablanca	33.17876	-7.3772		Douar Oulad El Hachmi,Ouled el Hachmi		06	117		
2551436	Oulad Al Grayni	oulad-al-grayni	MA		0	Africa/Casablanca	32.88288	-7.23322		Douar Oulad el Graini,Douar Oulad el Graïni,Oulad Al Grayni		06	461		
2551438	Douar Oulad el Gadi	douar-oulad-el-gadi	MA		0	Africa/Casablanca	33.12336	-8.53037				06	181		
2551439	Oulad al Fqih	oulad-al-fqih	MA		0	Africa/Casablanca	32.83713	-7.46009		Douar Oulad el Fkih,Oulad al Fqih,Oulad-el-Fkih		06	461		
2551440	Douar Oulad el Fkih	douar-oulad-el-fkih	MA		0	Africa/Casablanca	32.80047	-8.34915				06	467		
2551441	Oulad El Cadi	oulad-el-cadi	MA		0	Africa/Casablanca	33.03784	-8.55348		Douar Oulad el Cadi,Oulad El Cadi,Ouled El Kadi-Elouahla		06	181		
2551442	Oulad Al ’Aych	oulad-al-aych	MA		0	Africa/Casablanca	32.50753	-6.99888		Dar el Aich,Douar Oulad el Aich,Douar Oulad el Aïch,Oulad Al 'Aych,Oulad Al ’Aych,Oulad el Aich,Oulad el Aïch		06	461		
2551443	Douar Oulad Driss	douar-oulad-driss	MA		0	Africa/Casablanca	32.38791	-6.52832		Douar Oulad Driss,Ouled Driss		05	091		
2551444	Douar Oulad Doum	douar-oulad-doum	MA		0	Africa/Casablanca	32.51838	-8.2951				06	467		
2551445	Dchar Oulad Dik	dchar-oulad-dik	MA		0	Africa/Casablanca	32.95116	-6.42847		Dchar Oulad Dik,Douar Oulad Dik		05	311		
2551446	Douar Oulad Lahsen	douar-oulad-lahsen	MA		0	Africa/Casablanca	32.43911	-9.00206		Douar Oulad Dahane,Douar Oulad Lahsen,Oulad Dahane,Ouled Dahan		07	431		
2551447	Douar Lehouaoura	douar-lehouaoura	MA		0	Africa/Casablanca	34.20355	-5.11179		Dar Oulad Choum,Douar Lehouaoura,Douar Oulad Choum,Oulad Choum,Ouled Choum El Laagbat,Ouled Choum El Lâagbat		03	591		
2551448	Douar Oulad Echoum	douar-oulad-echoum	MA		0	Africa/Casablanca	34.148	-5.05378		Douar Oulad Choum,Douar Oulad Echoum,Oulad Chom El Arbiaa,Oulad Chom El Arbiâa		03	591		
2551449	Douar Bouziri	douar-bouziri	MA		0	Africa/Casablanca	34.81575	-5.7082		Bousiri,Douar Bouziri,Douar Oulad Bou Ziri,Oulad Bou Ziri		01	405		
2551450	Douar Oulad Boutabet	douar-oulad-boutabet	MA		0	Africa/Casablanca	34.25505	-5.86412		Douar Oulad Bou Thabet,Douar Oulad Boutabet,Ouled boutabate		04	491		
2551451	Oulad Ben Saïd	oulad-ben-said	MA		0	Africa/Casablanca	33.04379	-8.58329		Douar Oulad Bou Said,Douar Oulad Bou Saïd,Oulad Ben Said,Oulad Ben Saïd,Oulad bou Said,Oulad bou Saïd		06	181		
2551452	Oulad Ben Sassi	oulad-ben-sassi	MA		0	Africa/Casablanca	33.02289	-8.5224		Douar Oulad bou Ras,Oulad Ben Sassi		06	181		
2551453	Douar Oulad Bou Harrou	douar-oulad-bou-harrou	MA		0	Africa/Casablanca	32.46594	-6.90607		Douar Oulad Bou Harrou,Oulad Bou Harou		05	255		
2551454	Douar Oulad Bara	douar-oulad-bara	MA		0	Africa/Casablanca	31.99492	-8.36857		Douar Oulad Bara,Douar Oulad Bou Hara,Oulad Bouhara		07	585		
2551455	Douar Oulad Bouhmayd	douar-oulad-bouhmayd	MA		0	Africa/Casablanca	32.75426	-8.5794		Douar Oulad Bouhmayd,Douar Oulad bou Hamid		06	467		
2551456	Douar Oulad Bou Haddou	douar-oulad-bou-haddou	MA		0	Africa/Casablanca	34.31114	-5.7743		Douar Oulad Bou Haddou,Douar Oulad bou Radou		04	481		
2551457	Douar Oulad Bouchta	douar-oulad-bouchta	MA		0	Africa/Casablanca	32.51909	-9.26225				07	431		
2551458	Douar Oulad Boubker	douar-oulad-boubker	MA		0	Africa/Casablanca	34.71837	-5.78077		Douar Oulad Bou Beker,Douar Oulad Boubker,Oulad Bou Beker,Ouled Boubker		04	481		
2551459	Oulad Bouazza	oulad-bouazza	MA		0	Africa/Casablanca	34.97633	-6.12688		Douar Oulad Bou Azza,El Harrak,Oulad Bouazza,Ouled Bouazza		04	281		
2551460	Douar Oulad Bouarès	douar-oulad-bouares	MA		0	Africa/Casablanca	34.36619	-5.61996		Dar Oulad Bouares,Douar Oulad Bouares,Douar Oulad Bouarès,Ouled Bourais,Ouled Bouraïs		04	481		
2551461	Douar Oulad Bouanane	douar-oulad-bouanane	MA		0	Africa/Casablanca	32.94672	-8.3558				06	181		
2551462	Oulad Bouanane	oulad-bouanane	MA		0	Africa/Casablanca	32.36431	-9.03181		Douar Oulad Bouanane,Oulad Bouanane,Oulad bou Hanane,Ouled Bouanane		07	431		
2551463	Douar Bouanane	douar-bouanane	MA		0	Africa/Casablanca	32.20513	-8.46501		Douar Bouanane,Douar Oulad Bou Anane,Douar Oulad bou Anan		07	585		
2551464	Douar Oulad Bouali	douar-oulad-bouali	MA		0	Africa/Casablanca	34.33853	-5.84303		Douar Oulad Bouali,Ouled Bouali		04	491		
2551465	Oulad Barkat	oulad-barkat	MA		0	Africa/Casablanca	32.21932	-6.89222		Douar Oulad Berkat,Oulad Barkat		05	255		
2551466	Douar Oulad Ben Yahya Errahtaniyine	douar-oulad-ben-yahya-errahtaniyine	MA		0	Africa/Casablanca	34.59286	-5.76366		Ben Yehia Foukia,Douar Oulad Ben Yahia,Douar Oulad Ben Yahya Errahtaniyine,Oulad Ben Yahia		04	481		
2551467	Douar Oulad Ben Tahar	douar-oulad-ben-tahar	MA		0	Africa/Casablanca	34.28438	-4.87258				03	531		
2551468	Douar Oulad El Mekki	douar-oulad-el-mekki	MA		0	Africa/Casablanca	32.73316	-8.17705		Dar Caid Ben Mekki,Dar Caïd Ben Mekki,Dar Mekki,Douar Oulad Ben Mekki,Douar Oulad El Mekki		06	467		
2551469	Oulad Ben Lahsen	oulad-ben-lahsen	MA		0	Africa/Casablanca	33.02114	-7.68661		Douar Oulad Ben Lahsene,Douar Oulad ben Lahsen,Oulad Ben Lahsen,Oulad ben Lahcen		06	461		
2551470	Douar Oulad Bou Khdija	douar-oulad-bou-khdija	MA		0	Africa/Casablanca	32.97508	-8.73209		Douar Oulad Bou Khdija,Douar Oulad ben Khedja,Douar Oulad ben Kheja		06	181		
2551471	Douar Oulad Beir Lkhayr	douar-oulad-beir-lkhayr	MA		0	Africa/Casablanca	34.33894	-4.66914		Douar Oulad Beir Lkhayr,Douar Oulad Ben el Kheir,Douar Oulad Ben el Kheïr,Oulad Ben el Kreir		03	531		
2551472	Douar Oulad El Allam	douar-oulad-el-allam	MA		0	Africa/Casablanca	34.19656	-5.15007		Douar Oulad Allam,Douar Oulad Ben Allam,Douar Oulad El Allam,Ouled el Aalam		03	591		
2551473	Oulad Lakhnah	oulad-lakhnah	MA		0	Africa/Casablanca	31.91802	-8.77027		Ben Azzouz,Douar Oulad Azzouz,Oulad Lakhnah,Ouled Azouz		07	585		
2551474	Douar Oulad Ayad	douar-oulad-ayad	MA		0	Africa/Casablanca	32.49412	-6.86103		Douar Oulad Ayad,Ouled Ayad		05	255		
2551571	Douar Louezri	douar-louezri	MA		0	Africa/Casablanca	34.71634	-5.53674		Douar Louezri,Louezri		01	405		
2551475	Douar Ouled Ayad	douar-ouled-ayad	MA		0	Africa/Casablanca	32.4248	-7.10401		Douar Oulad Ayad,Douar Ouled Ayad,Oulad Aiad,Oulad Aied,Oulad Aïad,Oulad Aïed,Ouled Ayad		06	461		
2551476	Douar Oulad Attou	douar-oulad-attou	MA		0	Africa/Casablanca	31.69264	-7.52166		Douar Oulad Atou,Douar Oulad Attou		07	191		
2551477	Douar Oulad Amar	douar-oulad-amar	MA		0	Africa/Casablanca	34.5908	-5.86375		Douar Oulad Amar,Douar Oulad Amer,Douar Oulad Ameur,Oulad Ameur		04	481		
2551478	Douar Oulad Amer Leqliaa	douar-oulad-amer-leqliaa	MA		0	Africa/Casablanca	32.23748	-8.34403		Douar Oulad Amer,Douar Oulad Amer Leqliaa,Douar Oulad Ameur,Oulad Amer Tizmarine,Oulad Ameur		07	427		
2551479	Douar Oulad Amer	douar-oulad-amer	MA		0	Africa/Casablanca	32.14258	-7.30337		Douar Oulad Amer,Douar Oulad Ameur,Oulad Ameur		07	191		
2551480	Douar Oulad Amara	douar-oulad-amara	MA		0	Africa/Casablanca	32.65	-8.50359				06	467		
2551481	Douar Oulad Amara Essouani	douar-oulad-amara-essouani	MA		0	Africa/Casablanca	32.0981	-8.57913		Douar Oulad Amara,Douar Oulad Amara Essouani,Oulad Amara,Oulad Amaraguantor		07	585		
2551483	Douar Oulad Hlal	douar-oulad-hlal	MA		0	Africa/Casablanca	34.69206	-5.85553		Douar Oulad Allal,Douar Oulad Hlal,Oulad Allal,Ouled Allal		04	481		
2551484	Douar Laaliouat	douar-laaliouat	MA		0	Africa/Casablanca	32.22325	-8.31475		Aliouate Guentoue,Douar Laaliouat,Douar Oulad Aliouat,Oulad Aliouate		07	427		
2551485	Douar Oulad Ali	douar-oulad-ali	MA		0	Africa/Casablanca	34.57818	-5.76101		Douar Oulad Ali,Oulad Ali,Ouled Ali		04	481		
2551486	Oulad Ali Hajriya	oulad-ali-hajriya	MA		0	Africa/Casablanca	34.48856	-4.83942		Douar Oulad Ali,Oulad Ali,Oulad Ali Hajriya		03	531		
2551487	Oulad ’Ali	oulad-ali	MA		0	Africa/Casablanca	32.75579	-7.4619		Douar Oulad Ali,Oulad 'Ali,Oulad ’Ali,Ouled Ali		06	461		
2551488	Oulad Aissa Tirs	oulad-aissa-tirs	MA		0	Africa/Casablanca	34.67041	-5.9111		Douar Oulad Aissa,Douar Oulad Aïssa,Oulad 'Issa,Oulad Aissa,Oulad Aissa Tirs,Oulad Aïssa,Oulad ’Issa,Ouled Nissa,Ouled Nïssa		04	281		
2551489	Douar Oulad Aïssa	douar-oulad-aissa	MA		0	Africa/Casablanca	32.45943	-6.86315		Douar Oulad Aissa,Douar Oulad Aïssa,Oulad 'lssa,Oulad ’lssa,Ouled Aissa,Ouled Aïssa		05	255		
2551490	Douar Oulad Aïssa	douar-oulad-aissa	MA		0	Africa/Casablanca	32.1997	-7.01339		Ain Aissa,Aïn Aïssa,Dar Caid Mohammed ben Salah,Dar Caïd Mohammed ben Salah,Douar Oulad Aissa,Douar Oulad Aïssa		05	255		
2551491	Douar Oulad Aïd	douar-oulad-aid	MA		0	Africa/Casablanca	34.18896	-4.97961				03	591		
2551492	Douar Oulad Aïd	douar-oulad-aid	MA		0	Africa/Casablanca	34.06357	-5.15273		Douar Oulad Aid,Douar Oulad Aïd,Ouled Aid Bouib Rih,Ouled Aïd Bouib Rih		03	591		
2551493	Douar Oulad Ahsine	douar-oulad-ahsine	MA		0	Africa/Casablanca	34.32987	-5.80852				04	491		
2551494	Douar Mrimdat	douar-mrimdat	MA		0	Africa/Casablanca	31.8972	-8.29354		Douar Mrimdat,Douar Oulad Ahmida		07	351		
2551495	Douar Oulad Hamed	douar-oulad-hamed	MA		0	Africa/Casablanca	34.62591	-5.8486		Douar Oulad Ahmed,Douar Oulad Hamed,Oulad Hamed,Ouled Ahmed		04	281		
2551496	Douar Oulad Hommad	douar-oulad-hommad	MA		0	Africa/Casablanca	34.59304	-5.83194		Douar Oulad Ahmed,Douar Oulad Hommad,Oulad Ahmed,Ouled Hmed		04	481		
2551497	Douar Oulad Ahmed	douar-oulad-ahmed	MA		0	Africa/Casablanca	32.45752	-6.99325		Douar Oulad Ahmed,Ouled Ahmed		05	255		
2551498	Oulad Ahmed	oulad-ahmed	MA		0	Africa/Casablanca	31.90445	-7.15458		Douar Oulad Ahmed,Oulad Ahmed,Oulad Ouatar		07	191		
2551499	Douar Oulad Aguil	douar-oulad-aguil	MA		0	Africa/Casablanca	34.61924	-5.7179		Douar Oulad Aguil,Oulad Agil,Oulad Aguil,Ouled Afuil		04	481		
2551500	Douar Oulad Abdellah	douar-oulad-abdellah	MA		0	Africa/Casablanca	34.63208	-5.82499		Douar Oulad Abd es Slam,Douar Oulad Abdellah,Oulad Abd es Slam		04	481		
2551501	Douar Oulad Abdellah	douar-oulad-abdellah	MA		0	Africa/Casablanca	34.16068	-5.05953		Douar Oulad Abdallah,Douar Oulad Abdellah,Ouled Abdallah		03	591		
2551502	Douar Oulad Abbad	douar-oulad-abbad	MA		0	Africa/Casablanca	32.18665	-8.49137		Abbad,Douar Oulad Ababad,Douar Oulad Abbad		07	585		
2551503	Douar Oulad	douar-oulad	MA		0	Africa/Casablanca	32.86	-8.83				06	181		
2551504	Douar Oukhribane	douar-oukhribane	MA		0	Africa/Casablanca	31.35434	-8.09805		Douar Oukhribane,Oukhriban,Oukhribine,Toukhribine		07	041		
2551505	Douar Ouizilene	douar-ouizilene	MA		0	Africa/Casablanca	31.29194	-8.07365		Douar Ouizilene,Ouizilen,Ouizilèn,Ouizlene		07	041		
2551506	Wirizene	wirizene	MA		0	Africa/Casablanca	31.34234	-7.92538		Douar Ouirizene,Ouirizen,Ouirizèn,Ourazen,Wirizene		07	041		
2551507	Douar Zrae	douar-zrae	MA		0	Africa/Casablanca	33.7533	-4.63531		Ahl Zraa,Ahl Zrâa,Douar Oued Zraa,Douar Oued Zrâa,Douar Zrae,Oued Zra,Oued Zraa,Zaraa,Zaraâ		03	451		
2551508	Douar Ouchrit	douar-ouchrit	MA		0	Africa/Casablanca	29.9	-9.41				09	163		
2551509	Wazant	wazant	MA		0	Africa/Casablanca	31.72019	-6.78799		Douar Ouazzent,Wazant		05	081		
2551510	Douar Nzala el Rhechoua	douar-nzala-el-rhechoua	MA		0	Africa/Casablanca	33.92069	-5.22222		Douar Nzala el Rhechoua,Nzala		03	171		
2551511	Nouaceur	nouaceur	MA		0	Africa/Casablanca	32.29773	-8.81155		Douar Nouasser,Douar Nouasseur,Nouaceur,Nouasser,Nouasseur		07	431		
2551512	Douar Ennouasser	douar-ennouasser	MA		0	Africa/Casablanca	32.13	-8.58364		Douar Ennouasser,Douar Nouaceur,Douar Nouasser,Douar Nouasseur,Nouasseur		07	585		
2551513	Douar Lkherba	douar-lkherba	MA		0	Africa/Casablanca	32.09188	-8.40999		Douar Lkherba,Douar Nouaseur,Douar Nouasser,Douar Nouasseur,Nouasseur		07	585		
2551514	Nwaçra	nwacra	MA		0	Africa/Casablanca	33.01061	-7.82254		Douar Nouasra,Nwacra,Nwaçra		06	461		
2551515	Dar Anouar Mohamed	dar-anouar-mohamed	MA		0	Africa/Casablanca	34.60639	-5.8991		Dar Anouar Mohamed,Douar Nouaoura,Nouaoura		04	481		
2551516	Douar Nouaji	douar-nouaji	MA		0	Africa/Casablanca	31.73006	-7.9269		Douar Nouaji,Ennaouaji,Nouaji		07	427		
2551517	Douar Njara	douar-njara	MA		0	Africa/Casablanca	34.58	-6.01		Dar Njara,Douar Njara,Nejarra		04	481		
2551518	Douar Nejajra	douar-nejajra	MA		0	Africa/Casablanca	32.68889	-9.06354		Douar Nejajra,Douar en Njarha		07	431		
2551519	Douar Nafza	douar-nafza	MA		0	Africa/Casablanca	34.76281	-5.60754		Douar Nafza,Douar Nefza,Mefza,Nefza,Netza		01	405		
2551520	Douar N’Chaouna	douar-n-chaouna	MA		0	Africa/Casablanca	34.35354	-5.88429		Douar N'Chaouna,Douar Nechaouna,Douar N’Chaouna,Nchaouna		04	481		
2551521	Douar Nebikat	douar-nebikat	MA		0	Africa/Casablanca	34.29492	-5.93244		Douar Nebikat,Nbiket		04	491		
2551725	Douar er Rehahta	douar-er-rehahta	MA		0	Africa/Casablanca	32.97758	-8.30134				06	181		
2551522	Ait Dbou	ait-dbou	MA		0	Africa/Casablanca	31.69051	-7.05595		Ait Dbou,Ait Ouabot,Aït Ouabot,Douar n'Ait Deboh,Douar n’Aït Deboh		05	081		
2551523	Ait Hmad Ou Nacer	ait-hmad-ou-nacer	MA		0	Africa/Casablanca	31.6731	-7.09842		Ait Brahim Ou Naceur,Ait Hmad Ou Nacer,Ait Hmad Ou Naser,Aït Brahim Ou Naceur,Aït Hmad Ou Nacer,Aït Hmad Ou Naser,Douar n'Ait Brahim Ou Naseur,Douar n'Ait Brahim Ou Nasser,Douar n’Aït Brahim Ou Naseur,Douar n’Aït Brahim Ou Nasser		05	081		
2551524	Naama	naama	MA		0	Africa/Casablanca	32.52976	-9.13339		Douar Naamat,Naama,Naamate		07	431		
2551525	Douar Mzoura	douar-mzoura	MA		0	Africa/Casablanca	34.3114	-5.94541		Douar Mzoura,Mzoura		04	491		
2551526	Douar Mzizou	douar-mzizou	MA		0	Africa/Casablanca	34.88737	-5.62786		Amzizou,Douar Mzizou,Mzizou,Mzzou		01	405		
2551527	Douar Lemzilat	douar-lemzilat	MA		0	Africa/Casablanca	31.71549	-9.14932		Douar Lemzilat,Douar Mzilet,El Mzilate		07	211		
2551528	Mtalsa	mtalsa	MA		0	Africa/Casablanca	34.14942	-5.53308		Douar M'Talsa,Douar M’Talsa,Mtalsa		03	061		
2551529	Douar Msalla	douar-msalla	MA		0	Africa/Casablanca	34.72763	-5.78347		Douar Msalla,Lamssala,Msalla		04	481		
2551530	Douar Lemsabha	douar-lemsabha	MA		0	Africa/Casablanca	32.61923	-8.90516		Douar Lemsabha,Douar Msabha,Lemsabha,Msahba		06	467		
2551531	Douar Messaada	douar-messaada	MA		0	Africa/Casablanca	31.92342	-8.41771		Douar Messaada,Douar Msaada,Messaada,Msaada		07	585		
2551532	Douar Oulad Sidi Lekhnati	douar-oulad-sidi-lekhnati	MA		0	Africa/Casablanca	32.25094	-9.13576		Douar Mrhour,Douar Oulad Sidi Lekhnati,Mghour,Mrhour		07	431		
2551533	Douar Mrabtine	douar-mrabtine	MA		0	Africa/Casablanca	34.02551	-5.6356		Douar Merabtin,Douar Mrabtine		03	061		
2551534	Douar Lemrabeh	douar-lemrabeh	MA		0	Africa/Casablanca	34.36623	-5.35412		Douar Lemrabeh,Douar Mrabiha,Mrabeih		03	531		
2551535	Douar Lameabih	douar-lameabih	MA		0	Africa/Casablanca	34.8081	-5.66124		Douar Lameabih,Douar Mrabih,Mrabih		01	405		
2551536	Douar Moulay Jilali	douar-moulay-jilali	MA		0	Africa/Casablanca	31.67354	-7.69032				07	427		
2551537	Moulay Hfid	moulay-hfid	MA		0	Africa/Casablanca	31.69132	-8.06423		Douar Moulay Hafid,Moulay Hfid		07	351		
2551538	Douar Moulay Echgagne	douar-moulay-echgagne	MA		0	Africa/Casablanca	32.72022	-8.93837		Douar Moulay Achafgane,Douar Moulay Echgagne		06	467		
2551539	Douar Moujemoua n’Ait Alï Ou Brahim	douar-moujemoua-n-ait-ali-ou-brahim	MA		0	Africa/Casablanca	32.48	-5.25				08	363		
2551540	Douar Moudnine	douar-moudnine	MA		0	Africa/Casablanca	34.37321	-4.63747		Douar Laoudnine,Douar Lmoudaine,Douar Moudnine,Mouderina		03	531		
2551541	Mouari Djawna	mouari-djawna	MA		0	Africa/Casablanca	32.81906	-7.34078		Douar Mouari Djaouna,Douar Mouari Jaouna,Mouari Djawna		06	461		
2551542	Douar Mohammed Ould Hassene	douar-mohammed-ould-hassene	MA		0	Africa/Casablanca	33.91	-6.31		Douar Mohammed Ould Hasen,Douar Mohammed Ould Hasene,Douar Mohammed Ould Hassene		04	291		
2551543	Mohamed ben Mohammed	mohamed-ben-mohammed	MA		0	Africa/Casablanca	32.99594	-8.09604		Douar Mohammed ben Mohammed,Mohamed ben Mohammed		06	181		
2551544	Douar Lemnabha	douar-lemnabha	MA		0	Africa/Casablanca	34.22384	-5.28802		Douar Lemnabha,Douar Mnaba,Douar Mnabha,Menabha,Mnahba		03	591		
2551545	Douar Mlalkha	douar-mlalkha	MA		0	Africa/Casablanca	32.68	-7.43		Douar Mkhalfa,Douar Mlalkha,Douar el Krarma,Lamlalka		06	461		
2551546	Douar Mjarma	douar-mjarma	MA		0	Africa/Casablanca	32.40412	-7.02091		Douar Mjarma,Douar Mjerma		05	255		
2551547	Douar Mimoun Akhatar	douar-mimoun-akhatar	MA		0	Africa/Casablanca	33.77733	-5.2051		Dar Mimoun Akhatar,Douar Mimoun,Douar Mimoun Akhatar		03	271		
2551548	Douar Myayha	douar-myayha	MA		0	Africa/Casablanca	34.39363	-4.79263		Douar Miaiha,Douar Miaïha,Douar Myayha,El Myayha,Miaiha		03	531		
2551549	Douar Mhaya	douar-mhaya	MA		0	Africa/Casablanca	34.27526	-4.71283		Douar Mhaya,El Mehaia		03	531		
2551550	Douar Massoussa	douar-massoussa	MA		0	Africa/Casablanca	34.84548	-5.62561		Aassaouss,Douar Massoussa,Douar Messoussa,Messoussa		01	405		
2551551	Massaoud El Qodari	massaoud-el-qodari	MA		0	Africa/Casablanca	31.71518	-8.61215		Douar Messaoud Koudar,Massaoud El Qodari,Messaoud Koudarari,Messaoud Koudrari,Moussaoud Koudrari		07	161		
2551552	Douar Messaoud	douar-messaoud	MA		0	Africa/Casablanca	32.41	-6.2				05	091		
2551553	Douarr Mesanaoua	douarr-mesanaoua	MA		0	Africa/Casablanca	32.55652	-8.50849		Douar Mesnaoua,Douarr Mesanaoua		06	467		
2551554	Douar Meskaret	douar-meskaret	MA		0	Africa/Casablanca	33.8788	-3.8795		Douar Meskaret,Meskarete,Meskhet,Meskret		02	265		
2551555	Douar Merhat	douar-merhat	MA		0	Africa/Casablanca	33.85356	-4.13058		Douar Merhat,Merhate		03	561		
2551556	Douar Marbat	douar-marbat	MA		0	Africa/Casablanca	34.00826	-4.25426		Douar Marbat,Douar Merbat,Merbat,Merbate		03	561		
2551557	Meraka	meraka	MA		0	Africa/Casablanca	34.29752	-4.79019		Douar Meraka,Meraka		03	531		
2551558	Douar Menia	douar-menia	MA		0	Africa/Casablanca	34.6	-5.45		Douar Menia,Menia		04	481		
2551559	Douar Menassera	douar-menassera	MA		0	Africa/Casablanca	32.47651	-6.86797		Douar Menassera,Menacera		05	255		
2551560	Douar Melouane	douar-melouane	MA		0	Africa/Casablanca	34.14403	-5.71172		Douar Melouane,Melouane		03	061		
2551561	Douar Meknassat	douar-meknassat	MA		0	Africa/Casablanca	34.63281	-6.25098		Douar Meknassat,Douar Meknasset,Meknassete		04	281		
2551562	Nouasser Mlaguit	nouasser-mlaguit	MA		0	Africa/Casablanca	34.62073	-6.23243		Douar Meknasset,Maknaca,Maknaça,Meknassete,Nouasser Mlaguit		04	281		
2551563	Douar Medamed	douar-medamed	MA		0	Africa/Casablanca	32.51516	-6.93681				05	255		
2551564	Meddaha	meddaha	MA		0	Africa/Casablanca	33.04878	-7.89727		Douar Mdaha,Meddaha		06	117		
2551565	Douar Mdabka	douar-mdabka	MA		0	Africa/Casablanca	34.35306	-5.80042		Douar M'Dakka,Douar Mdabka,Douar M’Dakka		04	491		
2551566	Douar Maati	douar-maati	MA		0	Africa/Casablanca	32.7866	-6.23892				05	311		
2551567	Douar Maarif Sedra	douar-maarif-sedra	MA		0	Africa/Casablanca	34.67029	-5.77646		Douar Maarif Sedra,Douar Mâarif Sedra,Maa'rif Sedra,Maarif Sedra,Maarir Sadra,Maa’rif Sedra,Maârir Sadra		04	481		
2551568	Moul’ At	moul-at	MA		0	Africa/Casablanca	32.55535	-6.82761		Dar Maale,Dar Maalet,Dar Mâale,Dar Mâalet,Douar Maalet,Douar Mâalet,Moul' At,Moul’ At		05	255		
2551569	Douar Maadna	douar-maadna	MA		0	Africa/Casablanca	32.636	-8.16338		Douar Maadna,Douar el Maadna,Douar el Mâadna,Maadna		06	467		
2551570	Douar Louhadna	douar-louhadna	MA		0	Africa/Casablanca	34.30557	-5.40151				03	531		
2551572	Douar Lbellat El Gantour	douar-lbellat-el-gantour	MA		0	Africa/Casablanca	32.13429	-8.52626		Douar Lbellat El Gantour,Douar Loubirat,Loubirat		07	585		
2551573	Douar Laouamra	douar-laouamra	MA		0	Africa/Casablanca	32.9364	-8.77443		Douar Laouamra,Douar Louamra,El Ouamra		06	181		
2551574	Douar Mers Hmiyyane	douar-mers-hmiyyane	MA		0	Africa/Casablanca	34.17159	-5.19114		Douar Lmessaiben,Douar Lmessaibene,Douar Lmessaïbene,Douar Lmessaïbèn,Douar Mers Hmiyyane,Lemsibene,Lmessaibene,Lmessaïbene		03	591		
2551575	Douar Loghzaoui	douar-loghzaoui	MA		0	Africa/Casablanca	34.6803	-5.72135		Douar Lerhzaoui,Douar Loghzaoui,El Rhezaoul,Er-Rhezaoul,Lerhzaoui		04	481		
2551576	Douar Lehradi	douar-lehradi	MA		0	Africa/Casablanca	32.79564	-8.88759				06	181		
2551577	Douar Lehmoumiine	douar-lehmoumiine	MA		0	Africa/Casablanca	34.57471	-5.68326		Douar Lehmoumiine,Lahminine,Lehmouniine		04	481		
2551578	Douar Lebabda	douar-lebabda	MA		0	Africa/Casablanca	33.95554	-5.04274		Dar Lebabda,Douar Lebabda,Lababadat		03	591		
2551579	Douar Layaïda	douar-layaida	MA		0	Africa/Casablanca	34.38981	-6.22998		Ayaida,Ayaïda,Douar Layaida,Douar Layaïda,Laiaida,Laïaïda		04	491		
2551580	Dar Ait Ben Mennana Mohamed	dar-ait-ben-mennana-mohamed	MA		0	Africa/Casablanca	31.62615	-8.45985		Dar Ait Ben Mennana Mohamed,Douar Larbi Ben Menane,Douar Larbi Ben Mennana,Larbi Ben Mennana		07	161		
2551581	Douar El Arabi	douar-el-arabi	MA		0	Africa/Casablanca	32.17284	-8.43604		Douar El Arabi,Douar Larbi Ben Ali		07	585		
2551582	Douar Laamirat	douar-laamirat	MA		0	Africa/Casablanca	31.66555	-7.54001		Douar Laamirat,Douar Lamiret		07	191		
2551583	Douar Lamidine	douar-lamidine	MA		0	Africa/Casablanca	34.4045	-5.95024		Douar Lamidine,Lahmidiyne Knadra,Lamidine		04	481		
2551584	Douar Laalalma	douar-laalalma	MA		0	Africa/Casablanca	34.35595	-4.23346		Douar Laalalma,Douar Lallama,Laalama		03	561		
2551585	Douar Lalla Aicha	douar-lalla-aicha	MA		0	Africa/Casablanca	34.38846	-5.12125		Douar Lalla Aicha,Douar Lalla Aïcha,Lala Aicha,Lala Aïcha,Lalla Aicha,Lalla Aïcha		03	531		
2551586	Douar Laïna	douar-laina	MA		0	Africa/Casablanca	32.33934	-8.5045				06	467		
2551587	Douar Legnani Oulad Lahsen	douar-legnani-oulad-lahsen	MA		0	Africa/Casablanca	32.62345	-8.48543		Douar Lahsene Srhim,Douar Legnani Oulad Lahsen		06	467		
2551588	Douar Dhar Lhouari	douar-dhar-lhouari	MA		0	Africa/Casablanca	34.7007	-5.51403		Douar Dhar Lhouari,Douar Lahouari,Lahouari		01	405		
2551589	Lagraouat	lagraouat	MA		0	Africa/Casablanca	32.26011	-9.06955		Douar Lagraouat,Lagragta,Lagraouat,Lagrauat		07	431		
2551590	Douar Laarad	douar-laarad	MA		0	Africa/Casablanca	32.17043	-8.56417		Douar Laarad,Douar Laârad,Laarad		07	585		
2551591	Douar Laalaoua	douar-laalaoua	MA		0	Africa/Casablanca	32.34724	-7.19309				06	461		
2551592	Douar Ktata	douar-ktata	MA		0	Africa/Casablanca	34.28689	-4.52371		Douar Ktata,El Ktalaa		03	531		
2551593	Douar Ksoumat	douar-ksoumat	MA		0	Africa/Casablanca	31.65	-8.48		Dar el Karmat,Douar Ksoumat,Laksoumat		07	161		
2551594	Douar Ksar Mzagra	douar-ksar-mzagra	MA		0	Africa/Casablanca	32.46538	-7.18495		Douar Ksar Mzagra,Ksar Mzagra		06	461		
2551595	Douar Krakra	douar-krakra	MA		0	Africa/Casablanca	31.03	-9.3		Douar Krakra,Lkrakria		07	211		
2551596	Douar Kradna	douar-kradna	MA		0	Africa/Casablanca	34.41695	-3.82153		Douar Kradna,El Kradna,Kradna		02	265		
2551597	Douar Koudia el Metarga	douar-koudia-el-metarga	MA		0	Africa/Casablanca	32.63177	-8.8507				06	467		
2551598	Douar Kouara Ben Lahsen	douar-kouara-ben-lahsen	MA		0	Africa/Casablanca	31.69478	-8.40394		Douar Kouara Bel Lahsene,Douar Kouara Ben Lahsen,Douar bel Hassene,Kouara bel Lahsene		07	161		
2551599	Douar Klaba	douar-klaba	MA		0	Africa/Casablanca	34.2655	-5.3307		Douar Klaba,Klaba		03	531		
2551600	Douar El Qissariya	douar-el-qissariya	MA		0	Africa/Casablanca	31.72733	-8.39833		Douar El Qissariya,Douar Kissaria,Kessaria,Kissaria		07	351		
2551601	Douar Khouadra	douar-khouadra	MA		0	Africa/Casablanca	31.9	-8.63		Douar Khouadra,Lakouarda		07	585		
2551602	Douar Krifat	douar-krifat	MA		0	Africa/Casablanca	34.1554	-4.53488		Douar Khifat,Douar Krifat,Mechta Krifat		03	531		
2551603	El Kherza el Maïder	el-kherza-el-maider	MA		0	Africa/Casablanca	31.71264	-8.67762		Douar Kherza el Maider,Douar Kherza el Maïder,El Kherza el Maider,El Kherza el Maïder		07	161		
2551604	Douar Lekhrab	douar-lekhrab	MA		0	Africa/Casablanca	32.21829	-8.5849		Douar Kharba,Douar Kherba,Douar Lekhrab		07	585		
2551605	Douar Khenifrat	douar-khenifrat	MA		0	Africa/Casablanca	34.26981	-5.53619		Dar Khenifrat,Douar Khenifrat		04	481		
2551606	Douar Khelaïf	douar-khelaif	MA		0	Africa/Casablanca	34.34679	-5.85574		Douar Khelaif,Douar Khelaïf,Khelaif,Khelaïf		04	491		
2551607	Douar Khebaba	douar-khebaba	MA		0	Africa/Casablanca	34.81	-3.71		Douar Khebaba,Khababa		03	561		
2551609	Al Khammassa	al-khammassa	MA		0	Africa/Casablanca	31.89415	-7.16313		Al Khammassa,Douar Khames,Douar el Khemassa		07	191		
2551610	Douar Lekrarma	douar-lekrarma	MA		0	Africa/Casablanca	32.69878	-8.96251		Douar Khama,Douar Lekrarma		06	467		
2551611	Douar Khallouta	douar-khallouta	MA		0	Africa/Casablanca	34.5204	-5.66546		Douar Khallouta,Khallouta		04	481		
2551612	Douar Khalitt	douar-khalitt	MA		0	Africa/Casablanca	34.22415	-5.57661				04	481		
2551613	Douar Khalifa Ben Mbarek	douar-khalifa-ben-mbarek	MA		0	Africa/Casablanca	31.72251	-7.96684		Azbane khalif Mbarek,Douar Khalifa Ben Mbarek,Douar Menabba,Khalifa ben Mbarek		07	351		
2551614	Oulad Khalad	oulad-khalad	MA		0	Africa/Casablanca	31.92281	-7.22209		Douar Khaled,Douar Oulad Khaled,Oulad Khalad,Ouled Khald		07	191		
2551615	Kallad	kallad	MA		0	Africa/Casablanca	31.69355	-6.72802		Douar Khaled,Kallad,Khallad		05	081		
2551616	Rhilat	rhilat	MA		0	Africa/Casablanca	31.63867	-8.62283		Douar Khailet,Douar Khaïlet,Khailet,Khaïlèt,Rhilat		07	161		
2551617	Douar Leqriouchat	douar-leqriouchat	MA		0	Africa/Casablanca	32.19494	-8.51123		Douar Keriouchett,Douar Kerouichett,Douar Kerouïchett,Douar Leqriouchat,Lakriouchat		07	585		
2551618	Douar Bel Haj	douar-bel-haj	MA		0	Africa/Casablanca	31.91913	-7.48308		Dar Kranma,Douar Bel Haj,Douar Kerarma,El Kerama ben Zarhnil,Kerarma		07	191		
2551619	Douar Keradla	douar-keradla	MA		0	Africa/Casablanca	32.73	-8.53				06	467		
2551620	Douar Leqradcha	douar-leqradcha	MA		0	Africa/Casablanca	34.33318	-5.31535		Douar Kedadcha,Douar Leqradcha,Kdadcha		03	531		
2551621	Douar Keboucha	douar-keboucha	MA		0	Africa/Casablanca	34.41582	-5.97431		Douar Keboucha,Keboucha		04	481		
2551622	Douar Lassasda	douar-lassasda	MA		0	Africa/Casablanca	31.66248	-7.49148		Douar Kebach,Douar Kebebsa,Douar Lassasda		07	191		
2551623	Laqdadra	laqdadra	MA		0	Africa/Casablanca	33.4258	-7.58102		Douar Kdadra,Koadra,Laqdadra		06	385		
2551624	Douar Qanine	douar-qanine	MA		0	Africa/Casablanca	34.74083	-2.45599		Ahl Kennine,Des benis Kenine,Douar Kannine,Douar Qanine		02	113		
2551625	Douar Kamriat Louza	douar-kamriat-louza	MA		0	Africa/Casablanca	34.02884	-3.79624		Camriat,Douar Kamriat Louza,Kamriate Louza		02	265		
2551626	Douar Lakaacma	douar-lakaacma	MA		0	Africa/Casablanca	32.03831	-8.53684		Douar Kama,Douar Lakaacma,Kama,Lakaama		07	585		
2551627	Douar El Kalaa	douar-el-kalaa	MA		0	Africa/Casablanca	34.86998	-5.63257		Douar El Kalaa,Douar Kalaa,Kalaa		01	405		
2551628	Douar Kahmoucha	douar-kahmoucha	MA		0	Africa/Casablanca	31.63	-7.56		Douar Kahmoucha,Douar ben Kamouch		07	191		
2551629	Douar Qdadra	douar-qdadra	MA		0	Africa/Casablanca	34.24702	-5.10941		Douar Kadedra,Douar Leqdadra,Douar Qdadra,Kaddara		03	591		
2551630	Douar Kabech	douar-kabech	MA		0	Africa/Casablanca	34.7021	-5.64695		Douar Kabech,Kabech		04	481		
2551631	Jbabra	jbabra	MA		0	Africa/Casablanca	31.69618	-7.32095		Douar Kabbour,Jbabra		07	191		
2551632	Douar Jrhiaouat	douar-jrhiaouat	MA		0	Africa/Casablanca	33.1295	-8.48513		Douar Jrhiaouat,Jrhiouat,Jrihouete,Jrihouète		06	181		
2551633	Douar Jouamaa Mchimech	douar-jouamaa-mchimech	MA		0	Africa/Casablanca	32.83393	-8.87483		Douar Jouamaa Mchimach,Douar Jouamaa Mchimech		06	181		
2551634	Douar Jouamaa	douar-jouamaa	MA		0	Africa/Casablanca	32.949	-8.75864				06	181		
2551635	Douar Jouamaa	douar-jouamaa	MA		0	Africa/Casablanca	32.79931	-8.84889				06	181		
2551636	Douar Jouabra	douar-jouabra	MA		0	Africa/Casablanca	32.7322	-8.47595				06	467		
2551637	Douar Ejjouaber	douar-ejjouaber	MA		0	Africa/Casablanca	34.1958	-5.21627		Douar Ejjouaber,Douar Jouaber,Jouaber		03	591		
2551638	Dhaba	dhaba	MA		0	Africa/Casablanca	32.8019	-7.42578		Dhaba,Douar Djilali Ben Reghai,Douar Djilali Ben Reghaï,Douar Jilali Ben Rerhai,Douar Jilali Ben Rerhaï		06	461		
2551639	Jilali Ben Ali	jilali-ben-ali	MA		0	Africa/Casablanca	32.8535	-8.08453		Douar Jilali Ben Ali,Jilali Ben Ali		06	181		
2551640	Douar Abaydallat	douar-abaydallat	MA		0	Africa/Casablanca	32.18942	-8.43317		Douar Abaydallat,Douar Djilali ben Abbou,Douar Jilali Ben Abbou		07	585		
2551641	Douar Jyalma	douar-jyalma	MA		0	Africa/Casablanca	34.2913	-4.74608		Douar Jiahna,Douar Jihana,Douar Jyalma		03	531		
2551642	Douar Jemaa	douar-jemaa	MA		0	Africa/Casablanca	34.3262	-4.76		Douar Jemaa,Douar Oulad Jemar,Jemaa		03	531		
2551643	Douar Jlaoulaoua	douar-jlaoulaoua	MA		0	Africa/Casablanca	34.8174	-5.67211		Douar Jelaoulaoua,Douar Jlaoulaoua,Haouaouna,Jelaoulaoua		01	405		
2551645	Douar Jdir	douar-jdir	MA		0	Africa/Casablanca	32.46	-7.35				06	461		
2551646	Douar Jdida	douar-jdida	MA		0	Africa/Casablanca	31.28	-8.86		Douar Jdida,El Jadida,Jdida		07	161		
2551647	Jafra	jafra	MA		0	Africa/Casablanca	33.22001	-8.5583		Douar Jafra,Douar Jâfra,Ej Jaarfa,Ej Jaârfa,Jaafra,Jafra		06	181		
2551649	Douar Izirene	douar-izirene	MA		0	Africa/Casablanca	33.83619	-3.78823		Douar Izirene,Izirene		02	265		
2551650	Douar Iriouat	douar-iriouat	MA		0	Africa/Casablanca	31.5536	-8.66112		Douar Iriouat,Iriouet,Laliouat		07	161		
2551651	Douar Ioumarene	douar-ioumarene	MA		0	Africa/Casablanca	33.80395	-3.79067		Douar Ioumarene,Iomaren,Iomarene,Iomarèn,Iômarene		02	265		
2551652	Douar Imzouarene	douar-imzouarene	MA		0	Africa/Casablanca	31.7507	-6.79448		Douar Imzouaren,Douar Imzouarene,Douar Imzouarèn		05	081		
2551653	Ijjikene	ijjikene	MA		0	Africa/Casablanca	31.32184	-7.90397		Douar Ijjikene,Ijjiken,Ijjikene,Ijjikèn,Ijjken		07	041		
2551654	Iharechliene	iharechliene	MA		0	Africa/Casablanca	34.73315	-3.96448		Douar Iherouchene,Iharchliene,Iharchliène,Iharechliene		03	561		
2551655	Douar Ifzarene	douar-ifzarene	MA		0	Africa/Casablanca	34.86	-3.7				02	167		
2551656	Douar Houd el Khenzir	douar-houd-el-khenzir	MA		0	Africa/Casablanca	34.17553	-4.92247				03	591		
2551657	Douar Haddi Ben Bouazza	douar-haddi-ben-bouazza	MA		0	Africa/Casablanca	32.06038	-8.34675		Douar Haddi Ben Bouazza,Douar Heddi Ben Bou Azza,Heddi ben bou Azza,Oulad Haddi Ben Bouazza		07	585		
2551658	Douar Hassane Ben Sidi Amoki	douar-hassane-ben-sidi-amoki	MA		0	Africa/Casablanca	29.34542	-10.1691		Dar Lahser U Ramu,Douar Hassane Ben Sidi Amoki		10	473		
2551659	Afrate Haïssoun	afrate-haissoun	MA		0	Africa/Casablanca	31.51453	-9.70039		Afrate Haissoun,Afrate Haïssoun,Ait El Houssine,Douar Hassane,El Hassaine,El Hassaïne		07	211		
2551660	Haraka	haraka	MA		0	Africa/Casablanca	35.78763	-5.40329		Douar Harraka,Haraka		01			
2551661	Douar Hanaouat	douar-hanaouat	MA		0	Africa/Casablanca	31.77749	-8.48749		Douar Glaoua,Douar Hanaouat,Hanaouat		07	585		
2551662	Douar El Aioej	douar-el-aioej	MA		0	Africa/Casablanca	32.20193	-8.39521		Douar El Aioej,Douar Hamouni		07	427		
2551663	Douar Hammou Ben Moussa	douar-hammou-ben-moussa	MA		0	Africa/Casablanca	31.67978	-8.45005		Douar Hammou Ben Moussa,Douar Hammou Ou Moussa,Hammou Moussa,Hammou ben Moussa		07	161		
2551664	Douar Hammou el Aïch	douar-hammou-el-aich	MA		0	Africa/Casablanca	34.18124	-4.98447		Douar Amou el Aich,Douar Hammou el Aich,Douar Hammou el Aïch		03	591		
2551665	Hammouch n’Amar	hammouch-n-amar	MA		0	Africa/Casablanca	34.55356	-3.69683		Douar Hammouch,Hammouch n'Amar,Hammouch n’Amar		02	265		
2551666	Douar Hammadou Saïd	douar-hammadou-said	MA		0	Africa/Casablanca	33.88521	-6.26685				04	291		
2551667	Douar Hammadi Omar	douar-hammadi-omar	MA		0	Africa/Casablanca	32.61593	-6.87377				05	255		
2551668	Douar Hammadi	douar-hammadi	MA		0	Africa/Casablanca	33.95207	-6.28881				04	291		
2551669	Douar Laamariyine	douar-laamariyine	MA		0	Africa/Casablanca	34.3664	-4.36658		Douar Hamariene,Douar Laamariyine,Haniariene		03	561		
2551670	Douar Hamamcha	douar-hamamcha	MA		0	Africa/Casablanca	34.34675	-5.78672		Dar Hamamcha,Douar Hamamcha,Lahmamcha		04	491		
2551671	Douar Lehmamda	douar-lehmamda	MA		0	Africa/Casablanca	32.02627	-8.47294		Douar Hamada,Douar Lehmamda,Hamada		07	585		
2551672	Douar Halaoua	douar-halaoua	MA		0	Africa/Casablanca	34.85589	-5.40983		Douar Halaoua,Halaoua,Hlaoua		01	405		
2551673	Douar Haj Saïd	douar-haj-said	MA		0	Africa/Casablanca	34.36616	-5.5797		Dar Hadj Said,Douar Haj Said,Douar Haj Saïd,Douar Hajj Said,Douar Hajj Saïd		04	481		
2551777	Douar el Khemais	douar-el-khemais	MA		0	Africa/Casablanca	31.70451	-7.57188				07	191		
2551674	Douar Oulad Ben Azzouz El Gantour	douar-oulad-ben-azzouz-el-gantour	MA		0	Africa/Casablanca	32.04192	-8.4885		Douar Hadj Azzou,Douar Hajj Azzou,Douar Oulad Ben Azzouz El Gantour,Haj Azzou		07	585		
2551675	Douar El Haj Ali	douar-el-haj-ali	MA		0	Africa/Casablanca	34.20671	-4.43254		Douar El Haj Ali,Douar Hajj Ali,Haj Ali		03	531		
2551676	Douar Laaouadla	douar-laaouadla	MA		0	Africa/Casablanca	32.03659	-8.48601		Douar Hadj Ahmed,Douar Hajj Ahmed,Douar Laaouadla,El Hadj Ahmed,Haj Ahmed		07	585		
2551677	Douar Hjar Ouiqiya	douar-hjar-ouiqiya	MA		0	Africa/Casablanca	34.39894	-4.39283		Douar Hajeroukia,Douar Hjar Ouiqiya,Houar Oukia		03	561		
2551678	Douar Hadjaoua	douar-hadjaoua	MA		0	Africa/Casablanca	34.28253	-5.84658		Douar Hadjaoua,Douar Hajaoua,Douar Hajjaoua,Hajaoua		04	491		
2551679	Douar Haïdat	douar-haidat	MA		0	Africa/Casablanca	31.61	-8.65		Douar Haidat,Douar Haïdat,Haidat Leiba,Haïdat Leiba		07	161		
2551680	Douar Haibut Chaïr	douar-haibut-chair	MA		0	Africa/Casablanca	32.7	-9.05		Douar Haibut Chair,Douar Haibut Chaïr,Hiout Chair,Hiout Chaïr		07	431		
2551681	Douar Hafid	douar-hafid	MA		0	Africa/Casablanca	31.48	-8.75		Afid,Douar Hafid,Hfid		07	161		
2551682	Douar Haddouchi	douar-haddouchi	MA		0	Africa/Casablanca	32.68265	-9.08051		Douar Hadadcha,Douar Haddouchi,Lahdcaha,Sidi Bahir		07	431		
2551683	Douar Haddou Azour	douar-haddou-azour	MA		0	Africa/Casablanca	31.71937	-7.21398		Assour,Douar Haddou Azour		05	081		
2551684	Haddada	haddada	MA		0	Africa/Casablanca	32.89279	-7.99961		Douar Haddada,Haddada		06	461		
2551685	Douar Hadchaoun	douar-hadchaoun	MA		0	Africa/Casablanca	34.83	-3.7				03	561		
2551686	Douar Hababza	douar-hababza	MA		0	Africa/Casablanca	32.32726	-6.86584		Douar Hababza,Hbabza		05	255		
2551687	Douar Gazrouf	douar-gazrouf	MA		0	Africa/Casablanca	34.81647	-5.61424		Douar Gazrouf,Douar Guezrouf,Guezrouf,Guezroui		01	405		
2551688	Douar Guerzine	douar-guerzine	MA		0	Africa/Casablanca	34.0683	-5.24025		Douar Guerzine,Guenzim		03	061		
2551689	Douar Guerarta	douar-guerarta	MA		0	Africa/Casablanca	32.88334	-8.58872				06	181		
2551691	Lahrarta	lahrarta	MA		0	Africa/Casablanca	34.55772	-6.16355		Douar Grat,Grate,Lahrarta		04	481		
2551692	Douar Gourinat el Haricha	douar-gourinat-el-haricha	MA		0	Africa/Casablanca	34.2638	-5.66107		Dar Gourinat el Haricha,Douar Gourinat el Haricha,Gourinat al Haricha,Grinatte Haricha		04	481		
2551693	Douar El Gourbyne	douar-el-gourbyne	MA		0	Africa/Casablanca	34.36383	-5.98411		Douar El Gourbyne,Douar Gouribine,Douar Groubiine		04	491		
2551694	Douar Goumma	douar-goumma	MA		0	Africa/Casablanca	34.76724	-5.72431		Douar Goumma,Goumma,Goussa		01	405		
2551695	Douar Gnites	douar-gnites	MA		0	Africa/Casablanca	34.29229	-4.16865		Douar Gnites,Guenitess		03	561		
2551696	Douar Gnenaniet	douar-gnenaniet	MA		0	Africa/Casablanca	34.25413	-4.39036		Douar Gnenaniet,Guenanietel		03	531		
2551697	Douar Gamna	douar-gamna	MA		0	Africa/Casablanca	34.53602	-5.84034		Douar Gamna,Gamma,Lgamna		04	481		
2551698	Douar Freyakh	douar-freyakh	MA		0	Africa/Casablanca	32.51	-7.46				06	461		
2551699	Douar Fraouat	douar-fraouat	MA		0	Africa/Casablanca	34.29374	-5.5355				04	481		
2551700	Douar Fkih Mohammed	douar-fkih-mohammed	MA		0	Africa/Casablanca	34.14173	-4.88441		Douar Fakir Mohammed,Douar Fkih Mohammed		03	591		
2551701	Douar Fqih ben ’Aïcha	douar-fqih-ben-aicha	MA		0	Africa/Casablanca	32.95143	-8.1631		Douar Fkih Ben Aicha,Douar Fkih Ben Aïcha,Douar Fqih ben 'Aicha,Douar Fqih ben ’Aïcha		06	181		
2551702	Douar el Fkirine	douar-el-fkirine	MA		0	Africa/Casablanca	32.39659	-7.04234		Douar Fkarine,Douar el Fkirine		06	461		
2551703	Douar Filala	douar-filala	MA		0	Africa/Casablanca	34.01223	-3.43451		Douar Filala,Kasba Filala		02	265		
2551704	Filala	filala	MA		0	Africa/Casablanca	32.65388	-6.93767		Douar Felala,Douar Filala,Filala		05	311		
2551705	Douar Filala	douar-filala	MA		0	Africa/Casablanca	31.70786	-8.10436		Douar Filala,Douar Harilli,Filala		07	351		
2551706	Douar Fersiou	douar-fersiou	MA		0	Africa/Casablanca	34.74242	-5.68968		Douar Fersiou,Fersiou		01	405		
2551707	Douar Fej Ennassar	douar-fej-ennassar	MA		0	Africa/Casablanca	34.94139	-5.49908		Douar Fej Ennassar,Douar Fej en Nasser,Douar Fej en Nasseur,Fej Neceur,Fej en Naceur,Fej n'Naseur,Fej n’Naseur		01	405		
2551708	Douar Oulad Fdila Bir Jnane	douar-oulad-fdila-bir-jnane	MA		0	Africa/Casablanca	34.222	-5.5164		Douar Fedhala,Douar Oulad Fdila Bir Jnane,Ouled Fedila		04	481		
2551709	Douar Fedadla	douar-fedadla	MA		0	Africa/Casablanca	31.75154	-8.49035		Douar Fedadla,Fedadla		07	585		
2551710	Douar Fdila	douar-fdila	MA		0	Africa/Casablanca	34.14899	-5.62727		Douar Fdiili,Douar Fdila,Fdila,Ouled Fedila		04	481		
2551711	Douar Fadrat	douar-fadrat	MA		0	Africa/Casablanca	35.13	-3.03		Casas de Fadrat,Douar Fadrat		02	381		
2551712	Douar Fâata	douar-faata	MA		0	Africa/Casablanca	34.24048	-4.92781		Douar Faata,Douar Faataha,Douar Fâata,Douar Fâataha		03	591		
2551713	Douar Zrawla	douar-zrawla	MA		0	Africa/Casablanca	32.85613	-8.61673		Douar Zrawla,Douar ez Zraoula		06	181		
2551714	Ez Zouitina	ez-zouitina	MA		0	Africa/Casablanca	34.25981	-4.89362		Douar ez Zouitina,Ez Zouitina		03	531		
2551715	Douar Zemmouar	douar-zemmouar	MA		0	Africa/Casablanca	34.23495	-4.77212		Douar Zemmouar,Douar ez Zemmour		03	531		
2551716	Douar ez Zekara	douar-ez-zekara	MA		0	Africa/Casablanca	34.26476	-4.92762		Douar ez Zekara,Douar ez Zkara		03	531		
2551717	Douar ez Zaouia	douar-ez-zaouia	MA		0	Africa/Casablanca	34.15	-3.94476		Douar ez Zaouia,Ez Zaouia,Zaouia Beni Mahsene		03	561		
2551718	Douar Oulad Tahar	douar-oulad-tahar	MA		0	Africa/Casablanca	34.20267	-4.74717		Douar Oulad Tahar,Douar et Tahar		03	531		
2551719	Douar es Sfaouat	douar-es-sfaouat	MA		0	Africa/Casablanca	33.98686	-4.1078		Douar es Sfaouat,Es Sfaouate		03	561		
2551720	Douar Sfiha	douar-sfiha	MA		0	Africa/Casablanca	34.16442	-4.7408		Douar Sfiha,Douar es Sehifa,Es Sehifa,Es Shefa,Seifa		03	531		
2551721	Sehamna	sehamna	MA		0	Africa/Casablanca	33.04232	-8.6815		Douar Sehamna,Douar es Sehamma,Douar es Sehamna,Sehamna,Shamna		06	181		
2551722	Douar er Rouazi	douar-er-rouazi	MA		0	Africa/Casablanca	33.94232	-5.0629		Douar el Rouazi,Douar er Rouazi		03	591		
2551723	Douar Erremila	douar-erremila	MA		0	Africa/Casablanca	34.36462	-4.62204		Douar Erremila,Douar er Rmila,Remeila		03	531		
2551724	Douar Lahribcha	douar-lahribcha	MA		0	Africa/Casablanca	34.32968	-5.278		Douar Lahribcha,Douar er Richa,Laarich,Laârich		03	531		
2551726	Douar Nmala	douar-nmala	MA		0	Africa/Casablanca	34.17876	-4.73086		Douar Nmala,Douar en Nemala,Douar en Nouala		03	531		
2551727	Douar en Nkarat	douar-en-nkarat	MA		0	Africa/Casablanca	34.20105	-4.88372		Douar en Nkarat,En Nharat,En Nkharat		03	591		
2551728	Douar Nkhilat	douar-nkhilat	MA		0	Africa/Casablanca	32.38346	-9.0029		Douar Nkhilat,Douar en Nekhilat,N'khilat,Nekhilat,N’khilat		07	431		
2551729	Ayt Mbarek	ayt-mbarek	MA		0	Africa/Casablanca	32.53795	-6.75897		Ayt Mbarek,Douar Embarek,Ouled M'bark,Ouled M’bark		05	255		
2551730	Al Yssouf	al-yssouf	MA		0	Africa/Casablanca	32.88783	-7.20582		Al Yssouf,Douar el Yssouf		06	461		
2551731	Douar El Yazid	douar-el-yazid	MA		0	Africa/Casablanca	31.79139	-8.29606		Douar Ahmida,Douar El Yazid,El Yazid		07	351		
2551732	Douar Lahmamna	douar-lahmamna	MA		0	Africa/Casablanca	32.76758	-8.731		Douar Lahmamna,Douar el Rhoualma		06	181		
2551734	Douar el Rhirane	douar-el-rhirane	MA		0	Africa/Casablanca	34.01303	-3.75982		Douar el Rhirane,Er Rhirane		02	265		
2551735	Douar El Ghezounia	douar-el-ghezounia	MA		0	Africa/Casablanca	33.13399	-8.41447		Douar El Ghezounia,Douar Rhazouna,Douar el Rhezounia,El Ghzaouna		06	181		
2551736	Douar Ghraba	douar-ghraba	MA		0	Africa/Casablanca	34.07583	-4.63529		Douar Ghraba,Douar el Rheraba,El Ghraba,El Greba		03	531		
2551737	Douar el Rher	douar-el-rher	MA		0	Africa/Casablanca	32.98	-8.33				06	181		
2551738	Douar Lghorra	douar-lghorra	MA		0	Africa/Casablanca	34.92457	-5.60007		Charra,Douar Lghorra,Douar el Rharra,Gharra		01	405		
2551739	El Ghaba	el-ghaba	MA		0	Africa/Casablanca	33.0705	-8.62234		Douar el Rhaba,El Bhabha Ouled Hadj Hmida,El Ghaba		06	181		
2551740	Lawjajna	lawjajna	MA		0	Africa/Casablanca	31.98695	-7.10974		Douar el Oujajna,El Oujajna,Lawjajna,Oujajna		07	191		
2551741	Laaouakla	laaouakla	MA		0	Africa/Casablanca	32.44064	-8.0744		Douar Laaouakla,Douar el Ouakla,Laaouakla,Laaoukla		07	427		
2551742	Douar El Ouaâda	douar-el-ouaada	MA		0	Africa/Casablanca	33.20257	-8.38632		Douar El Ouaada,Douar El Ouaâda,Douar el Ouadda		06	181		
2551743	Douar el Mseddek	douar-el-mseddek	MA		0	Africa/Casablanca	32.47838	-8.52462		Douar el Msaddeck,Douar el Mseddek		06	467		
2551744	Douar el Mrarga	douar-el-mrarga	MA		0	Africa/Casablanca	34.10703	-5.17697		Douar el Mrarga,Mrazga		03	591		
2551745	Douar Moualda	douar-moualda	MA		0	Africa/Casablanca	34.09202	-4.6707		Al Mwelda,Douar Moualda,Douar el Mouelda,El Mohennda,El Mouelda		03	531		
2551746	Douar El Moualda	douar-el-moualda	MA		0	Africa/Casablanca	33.01611	-8.41543				06	181		
2551747	Douar El Mlehad ou Meskaret	douar-el-mlehad-ou-meskaret	MA		0	Africa/Casablanca	33.97646	-3.89035		Douar El Mlehad ou Meskaret,El Mlehad Ou Meskarete		03	561		
2551748	Douar Lourarga	douar-lourarga	MA		0	Africa/Casablanca	33.17972	-7.34015		Douar Lourarga,Douar el Mkhalif,M'kalif,M’kalif		06	117		
2551749	Douar el Mkhalif	douar-el-mkhalif	MA		0	Africa/Casablanca	31.80651	-7.89311				07	427		
2551750	Douar el Mjadba	douar-el-mjadba	MA		0	Africa/Casablanca	32.1	-7.28		Douar el Mjadba,El Mjadba,Miedeba		07	191		
2551751	Douar Lemriyes	douar-lemriyes	MA		0	Africa/Casablanca	34.44027	-4.49679		Douar Lemriyes,Douar el Mjabra,N'Jabra,N’Jabra		03	531		
2551752	Douar el Mezazra	douar-el-mezazra	MA		0	Africa/Casablanca	34.31628	-4.91524		Douar el Mezazra,Douar ez Mezazra		03	531		
2551753	Douar el Merani	douar-el-merani	MA		0	Africa/Casablanca	34.37579	-5.72408		Dar el Merani,Dar el Omrani,Douar el Merani		04	491		
2551754	Douar Lemmalda	douar-lemmalda	MA		0	Africa/Casablanca	34.21608	-5.19357		Douar Lemmalda,Douar el Meralda		03	591		
2551755	Douar Lamhirima	douar-lamhirima	MA		0	Africa/Casablanca	34.14101	-4.71515		Douar Lamhirima,Douar el Mehirma		03	531		
2551756	Douar El Mecherka	douar-el-mecherka	MA		0	Africa/Casablanca	33.20952	-8.26092		Dar el Mecherka,Douar El Mecherka		06	181		
2551757	Douar el Majdoub	douar-el-majdoub	MA		0	Africa/Casablanca	32.65293	-8.55624				06	467		
2551758	Douar Maayzat	douar-maayzat	MA		0	Africa/Casablanca	32.23221	-7.43915		Douar Maayzat,Douar el Maizet,Douar el Maïzet,El Maizete,El Maïzete,Maizate,Maïzate,Oulad Maizat,Oulad Maïzat		07	191		
2551759	Douar el Maïcha el Khamar	douar-el-maicha-el-khamar	MA		0	Africa/Casablanca	34.23989	-5.15046		Ahl Lamaichi,Ahl Lamâichi,Douar el Maicha el Khamar,Douar el Maïcha el Khamar		03	591		
2551760	Douar el Mahjoub	douar-el-mahjoub	MA		0	Africa/Casablanca	34.11	-3.38		Douar el Mahjoub,Oulad Mejdoub		02	265		
2551761	Douar El Maadga	douar-el-maadga	MA		0	Africa/Casablanca	33.1583	-8.38501		Douar El Maadga,Douar el Maatga,Douar el Maâtga,El Maadga,El Maâdga		06	181		
2551762	Douar el Ksour	douar-el-ksour	MA		0	Africa/Casablanca	32.03803	-7.43599		Douar el Ksour,El Ksour,Oulad Ksour		07	191		
2551763	Douar El Ouezzar	douar-el-ouezzar	MA		0	Africa/Casablanca	32.21032	-8.44776		Douar El Ouezzar,Douar el Ksar		07	585		
2551764	Douar el Krarmia	douar-el-krarmia	MA		0	Africa/Casablanca	32.3175	-6.83607				05	255		
2551765	Douar el Koudiat	douar-el-koudiat	MA		0	Africa/Casablanca	34.25153	-4.21854		Douar el Koudiat,El Koudiate		03	561		
2551766	Douar el Koudia	douar-el-koudia	MA		0	Africa/Casablanca	30.37	-9.13862		Douar el Koudia,El Koudia		09	541		
2551767	Douar el Koucha	douar-el-koucha	MA		0	Africa/Casablanca	33.84571	-5.17841		Douar el Coucha,Douar el Koucha		03	171		
2551768	Douar Lekaalet	douar-lekaalet	MA		0	Africa/Casablanca	34.19992	-4.77417		Douar Lekaalet,Douar el Koualat,Douar el Koualots		03	531		
2551769	Douar Lakouabliya	douar-lakouabliya	MA		0	Africa/Casablanca	32.06357	-8.57106		Douar Lakouabliya,Douar el Kouablia,El Kouablia,Lakoublia		07	585		
2551770	Douar el Koribis	douar-el-koribis	MA		0	Africa/Casablanca	31.74936	-7.13356				05	081		
2551771	Douar Lqolla	douar-lqolla	MA		0	Africa/Casablanca	34.31817	-4.65766		Aukolla,Douar Lqolla,Douar el Kolla		03	531		
2551772	Douar Laqliaa	douar-laqliaa	MA		0	Africa/Casablanca	34.1499	-4.70438		Douar Laqliaa,Douar el Koliaa,Kolea		03	531		
2551773	Douar Khlet	douar-khlet	MA		0	Africa/Casablanca	32.42205	-6.99774		Douar Khlet,Douar Khlot,Douar el Khlot,El-Khlot		05	255		
2551774	El Khenchef	el-khenchef	MA		0	Africa/Casablanca	34.16857	-4.90057		Douar el Khenchef,Douar el Khenchet,El Khenchef		03	591		
2551775	Douar Leghnadra	douar-leghnadra	MA		0	Africa/Casablanca	34.18508	-4.60204		Douar Leghnadra,Douar el Khenadra,Er Renadra		03	531		
2551776	Douar El Khemamla	douar-el-khemamla	MA		0	Africa/Casablanca	32.99709	-8.7167		Douar El Khemamla,Douar el Khermoula,Lakmamla Alssakak		06	181		
2551779	Douar El Khedemna	douar-el-khedemna	MA		0	Africa/Casablanca	32.81395	-8.68069		Douar El Khedemna,Douar el Khedamna,El Kdamra,Zaouiet Kedamrah		06	181		
2551780	Douar Laqdadra	douar-laqdadra	MA		0	Africa/Casablanca	32.78543	-8.67685		Douar Laqdadra,Douar el Caid Dakra,Douar el Khedadra,El Kdadra		06	181		
2551781	Douar el Khaoucha	douar-el-khaoucha	MA		0	Africa/Casablanca	32.71	-7.31				06	461		
2551782	Douar el Kerane	douar-el-kerane	MA		0	Africa/Casablanca	34.3	-4.8		Douar el Kerane,Douar el Kerrana		03	531		
2551783	Kradid	kradid	MA		0	Africa/Casablanca	32.93209	-8.0201		Douar el Keradid,Kradid		06	461		
2551784	Douar El Ketal	douar-el-ketal	MA		0	Africa/Casablanca	34.74126	-5.5229		Douar El Ketal,Douar el Kelal,El Kltal,Kaallal,Kaâllal		01	405		
2551785	Douar el Kelaa	douar-el-kelaa	MA		0	Africa/Casablanca	34.28381	-4.98562				03	591		
2551786	Douar El Kbir	douar-el-kbir	MA		0	Africa/Casablanca	30.36059	-9.00667		Douar El Kbir,Douar el Kebir		09	541		
2551787	Douar el Karia	douar-el-karia	MA		0	Africa/Casablanca	34.264	-4.82125		Douar Keria,Douar el Karia		03	531		
2551788	El Karia Sal	el-karia-sal	MA		0	Africa/Casablanca	33.11973	-8.61604		Douar el Karia,El Karia,El Karia Sal		06	181		
2551789	Douar el Karia	douar-el-karia	MA		0	Africa/Casablanca	32.52331	-8.26267				06	467		
2551790	Ej Jouira	ej-jouira	MA		0	Africa/Casablanca	34.26665	-4.98116		Douar Jouira,Douar el Jouira,Ej Jouira,El Jouira,El Jouïra		03	591		
2551791	Douar Jwalla	douar-jwalla	MA		0	Africa/Casablanca	31.8878	-7.44098		Douar Jouaila,Douar Jwalla,Douar el Joualla,Ej-Joualla,El Jouala,Joualla		07	191		
2551792	Douar el Jad	douar-el-jad	MA		0	Africa/Casablanca	34.11496	-4.89134		Douar ej Jai,Douar ej Jaï,Douar el Jad		03	591		
2551793	El Houasna	el-houasna	MA		0	Africa/Casablanca	32.59027	-7.68157		Dar Elhouassene,Douar Elhouassene,El Houasna,El Housna		06	461		
2551794	El Horch	el-horch	MA		0	Africa/Casablanca	34.322	-4.99152		Douar el Horch,El Horch,Horch		03	531		
2551795	Douar Lharch	douar-lharch	MA		0	Africa/Casablanca	32.04173	-8.40642		Douar Lharch,Douar el Horch,El Harch,El Horch		07	585		
2551796	Douar Hesesba	douar-hesesba	MA		0	Africa/Casablanca	32.64326	-7.45962		Douar Hesesba,Douar el Hesasba,Douar el Hesesba,El Hesesba		06	461		
2551797	Douar Lehialfa Laamamra	douar-lehialfa-laamamra	MA		0	Africa/Casablanca	32.59648	-8.52932		Douar Lehialfa Laamamra,Douar el Helalfa		06	467		
2551798	Douar Lharra	douar-lharra	MA		0	Africa/Casablanca	34.14152	-5.23384		Douar Lharra,Douar el Harra		03	591		
2551799	Douar Lehrarcha	douar-lehrarcha	MA		0	Africa/Casablanca	34.23539	-5.07448		Douar Lehrarcha,Douar el Harcha,Hadacha		03	591		
2551800	Douar el M’Radsa	douar-el-m-radsa	MA		0	Africa/Casablanca	34.33238	-5.95669		Al Haratza,Douar el Haratza,Douar el M'Radsa,Douar el M’Radsa		04	491		
2551801	Douar Lahrakta	douar-lahrakta	MA		0	Africa/Casablanca	32.81632	-8.57324		Dar Arakda,Douar Lahrakta,Douar el Harakta		06	181		
2551802	Douar Lahmirine	douar-lahmirine	MA		0	Africa/Casablanca	32.01972	-8.34055		Douar Lahmirine,Douar el Hamirin,Douar el Hamirine,El Hamirin,Hmirine		07	585		
2551803	Douar el Hamerat	douar-el-hamerat	MA		0	Africa/Casablanca	32.73799	-8.36969				06	467		
2551805	Douar el Halef	douar-el-halef	MA		0	Africa/Casablanca	32.30211	-6.80875		Douar el Halef,Hlaf		05	255		
2551806	Douar Lhajra	douar-lhajra	MA		0	Africa/Casablanca	34.24442	-5.07285		Douar Lhajra,Douar el Hajra,Hajrata		03	591		
2551807	Douar Lhajra	douar-lhajra	MA		0	Africa/Casablanca	31.97696	-8.37557		Douar Lhajra,Douar el Hadjra,Douar el Hajra,El Hajra		07	585		
2551808	Douar Lhajra	douar-lhajra	MA		0	Africa/Casablanca	31.82421	-8.30314		Douar Lhajra,Douar el Hajra,Douar el Hazra,Hajra		07	351		
2551809	Haj Driss	haj-driss	MA		0	Africa/Casablanca	32.01248	-8.24381		Douar el Hajj Driss,Hadj Driss,Haj Dris,Haj Driss		07	351		
2551811	Douar el Hajj Ahmed	douar-el-hajj-ahmed	MA		0	Africa/Casablanca	34.8	-4.2		Douar el Haj Ahmed,Douar el Hajj Ahmed		01	051		
2551812	Douar el Haj Brahim	douar-el-haj-brahim	MA		0	Africa/Casablanca	31.77686	-7.93313		Douar Abdallah ben Brahim,Douar el Haj Brahim,Haj Brahim,Ouled Ahmed Ben Brahim		07	427		
2551813	Douar El Hajjaj	douar-el-hajjaj	MA		0	Africa/Casablanca	32.7642	-8.73421		Douar El Hajjaj,Douar el Hajaj		06	181		
2551814	Douar El Haïtat	douar-el-haitat	MA		0	Africa/Casablanca	32.8107	-8.89596		Douar El Haitat,Douar El Haïtat,El Atit		06	181		
2551815	Douar el Haïmi	douar-el-haimi	MA		0	Africa/Casablanca	32.9956	-8.51617				06	181		
2551816	Douar el Haïdat	douar-el-haidat	MA		0	Africa/Casablanca	32.68743	-8.55762				06	467		
2551817	Douar el-Hafari	douar-el-hafari	MA		0	Africa/Casablanca	34.55	-6.1				04	481		
2551818	Douar El Hadid	douar-el-hadid	MA		0	Africa/Casablanca	32.82318	-8.5842		Douar El Hadid,Douar el Hadida		06	181		
2551819	Douar el Hadda	douar-el-hadda	MA		0	Africa/Casablanca	32.51923	-8.32995				06	467		
2551820	Al Hebatat	al-hebatat	MA		0	Africa/Casablanca	32.82057	-7.43477		Al Hebatat,Douar el Habtat		06	461		
2551821	Douar El Guenabra	douar-el-guenabra	MA		0	Africa/Casablanca	32.74961	-8.75017		Douar El Guenabra,Gnabra		06	181		
2551822	Douar Gueddara	douar-gueddara	MA		0	Africa/Casablanca	34.31883	-5.19022		Douar Gueddara,Douar el Gueddara		03	531		
2551823	Douar El Grarcha	douar-el-grarcha	MA		0	Africa/Casablanca	32.01383	-7.22571		Douar El Grarcha,El Grarcha,Kraratcha		07	191		
2551824	Douar el Goum	douar-el-goum	MA		0	Africa/Casablanca	34.27606	-4.99325		Douar el Goum,Douar el Goumi		03	591		
2551825	Douar El Gouil	douar-el-gouil	MA		0	Africa/Casablanca	32.90296	-8.7444		Douar El Gouil,Douar el Gouail,El Gouail		06	181		
2551826	Douar el Gouaïed	douar-el-gouaied	MA		0	Africa/Casablanca	31.61	-9.06				07	161		
2551827	Al Khradir	al-khradir	MA		0	Africa/Casablanca	31.67914	-8.01771		Al Khradir,Douar el Gartit		07	351		
2551828	Douar Lgaada	douar-lgaada	MA		0	Africa/Casablanca	34.01604	-4.91597		Douar Lgaada,Douar el Gaada,El Gada,El Gâda,El Kaada,El Kâada		03	231		
2551829	Douar el Gaabra	douar-el-gaabra	MA		0	Africa/Casablanca	32.59583	-8.30771		Douar Gahbeur,Douar el Gaabra		06	467		
2551830	Douar el Fokra	douar-el-fokra	MA		0	Africa/Casablanca	34.22486	-4.99152				03	591		
2551831	Douar Lfakroun	douar-lfakroun	MA		0	Africa/Casablanca	31.63459	-7.66586		Dar el Fakroun,Douar Lfakroun,Douar el Fokra		07	041		
2551832	Douar el Fatmi Ben Ahmed	douar-el-fatmi-ben-ahmed	MA		0	Africa/Casablanca	32.06	-7.71				07	427		
2551834	Douar el Drarcha	douar-el-drarcha	MA		0	Africa/Casablanca	34.10628	-5.19007		Brarcha,Douar el Drarcha		03	591		
2551835	Douar Khyayta	douar-khyayta	MA		0	Africa/Casablanca	34.2088	-4.62		Dar Caid Khiat,Dar Caïd Khiat,Douar Khyayta,Douar el Caid el Khiat,Douar el Caïd el Khiat		03	531		
2551836	Douar el Caïd el Gueddari	douar-el-caid-el-gueddari	MA		0	Africa/Casablanca	34.42121	-6.09099		Dar Guedari,Dar Gueddari,Dar al Gaddari,Dar el Gueddari,Douar Caid el Gueddari,Douar Caïd el Gueddari,Douar el Caid el Gueddari,Douar el Caïd el Gueddari,El Caid el Gueddari,El Caïd el Gueddari,El Gueddari		04	481		
2551837	Dar El Haj Bou Chaïb Bel Kbiar	dar-el-haj-bou-chaib-bel-kbiar	MA		0	Africa/Casablanca	33.07906	-8.42196		Dar El Haj Bou Chaib Bel Kbiar,Dar El Haj Bou Chaïb Bel Kbiar,Dar-Caid-Bouchaib,Dar-Caïd-Bouchâïb,Douar el Caid Bouchaib,Douar el Caïd Bouchaïb,Ouled Bouchaib Ben Caid,Ouled Bouchaïb Ben Caïd		06	181		
2551838	Al Qadi	al-qadi	MA		0	Africa/Casablanca	32.81399	-7.48374		Al Qadi,Douar el Cadi,Oulad Cadi el Arbi		06	461		
2551839	Douar El Qadi	douar-el-qadi	MA		0	Africa/Casablanca	32.69019	-8.17214		Dar el Qadi,Douar El Qadi,Douar el Cadi		06	467		
2551840	Douar Labrirat	douar-labrirat	MA		0	Africa/Casablanca	33.18884	-7.43378		Douar Labrirat,Douar el Brirat,Labrirat		06	117		
2551841	Douar Lebrij	douar-lebrij	MA		0	Africa/Casablanca	31.64393	-8.46335		Douar Lebrij,Douar el Brig,Douar el Brija,El Braj,El Brija		07	161		
2551842	Douar Lebratil	douar-lebratil	MA		0	Africa/Casablanca	34.03721	-4.75239		Douar Lebratil,Douar el Bratel,El Bratel,El Bratih		03	451		
2551843	Lbrahma	lbrahma	MA		0	Africa/Casablanca	34.09201	-6.60441		Douar el Brahma,El Brahma,Lbrahma		04	441		
2551844	Douar Lebraga	douar-lebraga	MA		0	Africa/Casablanca	32.6018	-8.40085		Douar Lebraga,Douar el Braga		06	467		
2551845	Oulad Bou Zid	oulad-bou-zid	MA		0	Africa/Casablanca	33.21012	-8.56358		Douar el Bouizi,Oulad Bou Zid		06	181		
2551846	Douar Labbirat	douar-labbirat	MA		0	Africa/Casablanca	31.56565	-8.46063		Douar El Bouirat,Douar Labbirat,El Bouirat,El Bouïrat		07	161		
2551847	Douar El Bouakir	douar-el-bouakir	MA		0	Africa/Casablanca	32.75935	-8.97808		Douar Bouakir,Douar El Bouakir,Lebouakir		06	467		
2551848	Douar Bourech	douar-bourech	MA		0	Africa/Casablanca	34.3103	-4.5346		Douar Bourech,Douar el Borch,El Boureh		03	531		
2551849	Douar el Bkhata	douar-el-bkhata	MA		0	Africa/Casablanca	34.32201	-4.88		Douar el Bekiala,Douar el Bkhata		03	531		
2551850	Douar el Biaïda	douar-el-biaida	MA		0	Africa/Casablanca	32.66059	-7.35494				06	461		
2551851	Douar el Bhalil	douar-el-bhalil	MA		0	Africa/Casablanca	32.33656	-6.77799		Bhahil,Douar el Bhalil		05	255		
2551852	Douar Baghli	douar-baghli	MA		0	Africa/Casablanca	32.58987	-8.8534		Azib el Beghli,Douar Ali el Barhli,Douar Baghli,Douar el Berhli,El Berhli		06	467		
2551853	Douar el Behabha	douar-el-behabha	MA		0	Africa/Casablanca	32.83832	-8.47378				06	181		
2551854	Douar el Beggara	douar-el-beggara	MA		0	Africa/Casablanca	34.34098	-5.86633		Al Beggara,Begara,Douar Begarra,Douar el Beggara		04	491		
2551855	Douar Labbazda	douar-labbazda	MA		0	Africa/Casablanca	31.95311	-8.51327		Douar Labbazda,Douar el Basda,El bou Azda,Le bazda		07	585		
2551856	Douar Bertiza	douar-bertiza	MA		0	Africa/Casablanca	34.24316	-4.82299		Douar Bertiza,Douar Sof,Douar el Bartiza		03	531		
2551857	Douar el Bakra	douar-el-bakra	MA		0	Africa/Casablanca	32.86835	-8.26079				06	181		
2551858	Douar el Bakra	douar-el-bakra	MA		0	Africa/Casablanca	32.76377	-8.46427				06	467		
2551859	Douar Laaziri	douar-laaziri	MA		0	Africa/Casablanca	34.29651	-5.10921		Douar Laaziri,Douar el Aziri		03	531		
2551860	Douar Azib Si Abbou	douar-azib-si-abbou	MA		0	Africa/Casablanca	32.24325	-8.47821		Douar Azib Si Abbou,Douar El Azib,Laazib		07	585		
2551861	El Ayouna	el-ayouna	MA		0	Africa/Casablanca	33.03972	-8.65269		Douar el Ayour,El Ayouna,el Ayoura		06	181		
2551862	Douar el Ayachi	douar-el-ayachi	MA		0	Africa/Casablanca	32.28081	-7.08846		Douar el Ayachi,El Aiachi		05	255		
2551863	Douar el Ateïra	douar-el-ateira	MA		0	Africa/Casablanca	34.17123	-4.77554		Douar el Ariair,Douar el Ariaïr,Douar el Ateira,Douar el Ateïra		03	531		
2551864	Douar Laatatta Mecht Lghali	douar-laatatta-mecht-lghali	MA		0	Africa/Casablanca	34.23075	-5.57048		Douar Laatatta Mecht Lghali,Douar el Atatfa,Latatfa Himdi		04	481		
2551865	Douar Laatalla Ain Himdi	douar-laatalla-ain-himdi	MA		0	Africa/Casablanca	34.18779	-5.54458		Attatfa Mechta el Ghali,Douar Laatalla Ain Himdi,Douar el Atatfa		04	481		
2551866	Douar El Atar	douar-el-atar	MA		0	Africa/Casablanca	34.24604	-4.7995				03	531		
2551867	Douar el Atamna	douar-el-atamna	MA		0	Africa/Casablanca	32.49178	-8.60106				06	467		
2551868	Douar Laatatoua	douar-laatatoua	MA		0	Africa/Casablanca	32.54762	-8.14037		Douar Laatatoua,Douar el Ataata		06	467		
2551869	Douar el Assassel	douar-el-assassel	MA		0	Africa/Casablanca	32.01104	-7.38881		Douar el Assasla,Douar el Assassel,El Assasla		07	191		
2551870	Douar el Arkoub	douar-el-arkoub	MA		0	Africa/Casablanca	34.40507	-3.86772		Douar el Arkoub,El Arkoub		03	561		
2551871	Douar Larbi Ben Ahmed	douar-larbi-ben-ahmed	MA		0	Africa/Casablanca	33.21301	-8.49154		Douar Larbi Ben Ahmed,Douar el Arbi Ben Ahmed		06	181		
2551872	Douar el Arbi	douar-el-arbi	MA		0	Africa/Casablanca	33.96734	-6.45964		Dar el Arbi,Douar el Arbi		04	291		
2551873	Orane Oulad Mhamed	orane-oulad-mhamed	MA		0	Africa/Casablanca	32.41929	-8.69492		Dar el Arane,Douar Laourane,Douar el Arane,Laourane,Larouane,Orane Oulad Mhamed		07	431		
2551874	Douar El Arabat	douar-el-arabat	MA		0	Africa/Casablanca	32.91084	-8.80061		Douar El Arabat,Douar el Arabet		06	181		
2551875	Douar Laaurab	douar-laaurab	MA		0	Africa/Casablanca	32.16717	-7.44626		Douar Areb,Douar Laaurab,Douar el Arab,El Arab		07	191		
2551876	Douar Oulad El Aouni	douar-oulad-el-aouni	MA		0	Africa/Casablanca	32.58969	-8.75121		Douar Oulad El Aouni,Douar el Aouni		06	467		
2551877	Douar el Aoujad	douar-el-aoujad	MA		0	Africa/Casablanca	34.0601	-4.78011		Douar el Aoujad,El Oujada		03	451		
2551878	Douar el Aouinat	douar-el-aouinat	MA		0	Africa/Casablanca	34.21888	-3.83333		Al Aouiant,Douar el Aouinat,El Aouinate		02	265		
2551879	Douar Oulad Allouch	douar-oulad-allouch	MA		0	Africa/Casablanca	31.6611	-8.30993		Douar Allouch,Douar Oulad Allouch,Douar el Aouidat,El Aouidat,Ouled Allouch		07	351		
2551880	Douar El Aouakla	douar-el-aouakla	MA		0	Africa/Casablanca	34.65063	-5.68042		Douar El Aouakla,Douar el Aoukla,El Aoual,El Aoukla,El Ouakla		04	481		
2552166	Gnawen	gnawen	MA		0	Africa/Casablanca	32.91394	-8.02235		Douar Aguenoun,Gnawen		06	461		
2551881	Douar El Onsar	douar-el-onsar	MA		0	Africa/Casablanca	34.72413	-5.50193		Douar El Onsar,Douar el Annseur,Douar el Anser,El Annser		01	405		
2551882	Douar Laansar	douar-laansar	MA		0	Africa/Casablanca	34.02374	-4.08132		Douar Laansar,Douar el Annseur,Douar el Anser,El Anseur		03	561		
2551883	Dar el Amriya	dar-el-amriya	MA		0	Africa/Casablanca	34.45993	-6.00573		Dar el Amriya,Douar el Amriya,El Amriia		04	481		
2551884	Douar el Amribat	douar-el-amribat	MA		0	Africa/Casablanca	32.86458	-8.36419				06	467		
2551885	Douar el Amira	douar-el-amira	MA		0	Africa/Casablanca	32.73928	-8.71936				06	181		
2551886	Douar Lehmamda	douar-lehmamda	MA		0	Africa/Casablanca	34.177	-5.61219		Al Amenda,Douar Lehmamda,Douar el Amenda		04	481		
2551887	Douar La’mayre	douar-la-mayre	MA		0	Africa/Casablanca	32.76527	-8.57343		Dar Ben Aomar,Douar La'mayre,Douar La’mayre,Douar el Amair,Douar el Amaïr,Laamayer,Laâmayer		06	467		
2551888	Douar el Alaouna	douar-el-alaouna	MA		0	Africa/Casablanca	32.93988	-8.37608				06	181		
2551889	El Akram	el-akram	MA		0	Africa/Casablanca	34.20895	-4.87896		Al Akram,Douar el Akram,El Akram		03	591		
2551890	Douar El Ahrech	douar-el-ahrech	MA		0	Africa/Casablanca	33.13489	-8.47729		Dar Ben El Harech,Douar El Ahrech,Douar el Ahreche		06	181		
2551891	Douar El Ahwar	douar-el-ahwar	MA		0	Africa/Casablanca	32.80389	-8.68472		Douar El Ahwar,Douar el Ahouar		06	181		
2551892	Douar el Ahmaza	douar-el-ahmaza	MA		0	Africa/Casablanca	34.32611	-4.81144		Douar el Ahmaza,El Ahmaza,Hamada		03	531		
2551893	Douar el Aguiba	douar-el-aguiba	MA		0	Africa/Casablanca	32.00398	-7.52071		Douar el Aguiba,El Aguiba		07	191		
2551894	Douar el Agrinat	douar-el-agrinat	MA		0	Africa/Casablanca	34.30894	-5.91389		Douar Grainet,Douar el Agrinat,Douar el Agrinet		04	491		
2551895	Douar Melouane	douar-melouane	MA		0	Africa/Casablanca	34.12861	-5.55623		Douar Melouane,Douar el Agbane		04	481		
2551896	Douar Laagagda	douar-laagagda	MA		0	Africa/Casablanca	34.27419	-5.31229		Agagda,Al Agagda,Douar Laagagda,Douar el Agagda		03	531		
2551897	Douar El Adir	douar-el-adir	MA		0	Africa/Casablanca	33.19208	-8.47107				06	181		
2551898	El Adergha	el-adergha	MA		0	Africa/Casablanca	34.05067	-4.85896		Douar el Aderrha,El Adergha		03	591		
2551899	Douar el Adam	douar-el-adam	MA		0	Africa/Casablanca	34.06859	-5.19784		Douar el Adam,Douar el Adame,Laadam,Laâdam		03	591		
2551900	Douar El Achichihal	douar-el-achichihal	MA		0	Africa/Casablanca	32.82755	-8.87802		Douar El Achichihal,Douar el Achichat		06	181		
2551901	Douar Labsaylat	douar-labsaylat	MA		0	Africa/Casablanca	32.82621	-8.63105		Douar Labsaylat,Douar el Absailat		06	181		
2551902	Douar Laababat	douar-laababat	MA		0	Africa/Casablanca	32.17798	-7.57031		Douar Laababat,Douar el Ababat		07	191		
2551903	Douar ed Doum	douar-ed-doum	MA		0	Africa/Casablanca	34.14018	-4.90276		Douar Douam,Douar ed Doum		03	591		
2551904	Douar Eddachra	douar-eddachra	MA		0	Africa/Casablanca	34.32853	-5.33122		Dachra,Douar Eddachra,Douar ed Dechra		03	531		
2551905	Douar Echelouha	douar-echelouha	MA		0	Africa/Casablanca	32.56203	-8.38001		Douar Echelouha,Douar ech Chloua		06	467		
2551906	Douar ech Cheïkh Saïd	douar-ech-cheikh-said	MA		0	Africa/Casablanca	34.27323	-4.926		Cheikh Said,Cheïkh Saïd,Dar ech Cheikh Said,Dar ech Cheïkh Saïd,Douar Cheikh Said,Douar Cheïkh Saïd,Douar ech Cheikh Said,Douar ech Cheïkh Saïd		03	531		
2551907	Douar ech Chaacha	douar-ech-chaacha	MA		0	Africa/Casablanca	32.73557	-8.67964				06	467		
2551908	Douar Lechehab	douar-lechehab	MA		0	Africa/Casablanca	31.88339	-8.30345		Douar Lechehab,Douar ech Chaab		07	351		
2551909	Douar Drissiine	douar-drissiine	MA		0	Africa/Casablanca	32.03142	-7.22994		Douar Drissiine,Douar Drissine,Drissine,Oulad Yakoub		07	191		
2551910	Douar Driss	douar-driss	MA		0	Africa/Casablanca	33.03912	-8.36347				06	181		
2551911	Driss	driss	MA		0	Africa/Casablanca	32.85116	-7.3004		Douar Dris,Douar Driss,Driss		06	461		
2551912	Douar Drimat	douar-drimat	MA		0	Africa/Casablanca	32.96923	-8.59947				06	181		
2551913	Douar Drariyine	douar-drariyine	MA		0	Africa/Casablanca	32.03547	-9.01421		Douar Drarine,Douar Drariyine,Drao Ryin		07	431		
2551914	Draoud	draoud	MA		0	Africa/Casablanca	33.17794	-8.61082		Douar Draoua,Douar Draoud,Draoud		06	181		
2551915	Douar Draaoua	douar-draaoua	MA		0	Africa/Casablanca	34.45675	-5.25279		Daouina,Daouïna,Douar Draaoua,Draaoua		03	531		
2551916	Douar Draana	douar-draana	MA		0	Africa/Casablanca	31.5128	-7.83005		Douar Draa,Douar Draana,Douar Drâa,Draa		07	041		
2551917	Douar Doumanda	douar-doumanda	MA		0	Africa/Casablanca	34.35835	-5.55642		Dar Doumanda,Douar Doumanda,Doumamda		04	481		
2551918	Douar Lddoukkara	douar-lddoukkara	MA		0	Africa/Casablanca	34.08876	-5.52583		Dokkara,Douar Doukara,Douar Doukkara,Douar Lddoukkara		03	061		
2551919	Douar Doukkala	douar-doukkala	MA		0	Africa/Casablanca	33.93363	-6.44193				04	291		
2551920	Douar Douibat Ettalaa	douar-douibat-ettalaa	MA		0	Africa/Casablanca	31.99978	-8.46683		DoDuibat Bhira,Douar Douibat Ettalaa,Douar Douibat Talaa,Douar Douibet,Douibet		07	585		
2551921	Douar Doui Aïssa	douar-doui-aissa	MA		0	Africa/Casablanca	34.31181	-4.95466		Douar Aissa,Douar Aïssa,Douar Doui Aissa,Douar Doui Aïssa,Doui Issa		03	531		
2551922	Douar Dougaria	douar-dougaria	MA		0	Africa/Casablanca	34.95681	-2.94039				02	381		
2551923	Douar Dernous	douar-dernous	MA		0	Africa/Casablanca	34.11	-4.1				03	561		
2551924	Douar Derkaoua	douar-derkaoua	MA		0	Africa/Casablanca	34.46	-6.02		Darqawa,Douar Derkaoua		04	481		
2551925	Douar Dehisset	douar-dehisset	MA		0	Africa/Casablanca	34.6955	-6.1122		Dehissete,Dhissat,Douar Dehisset		04	281		
2551926	Douar Dehamna	douar-dehamna	MA		0	Africa/Casablanca	32.78736	-8.45948				06	467		
2551927	Douar Dchayer	douar-dchayer	MA		0	Africa/Casablanca	34.88672	-5.65036		Dchiar,Dechiar,Douar Dchayer,Douar Dechiar		01	405		
2551928	Douar Dhar Ouiffini	douar-dhar-ouiffini	MA		0	Africa/Casablanca	32.32582	-9.24637		Douar Debra,Douar Dhar Ouiffini		07	431		
2551929	Douar Debabâa	douar-debabaa	MA		0	Africa/Casablanca	34.20667	-4.99867				03	591		
2551930	Dchar Alya	dchar-alya	MA		0	Africa/Casablanca	34.8523	-5.71504		Dchar Alia,Dchar Alya,Dhar el Alia,Dhar el Alïa,Douar Dchar Alia,El-Alia		01	405		
2551931	Dbibzat	dbibzat	MA		0	Africa/Casablanca	31.88665	-7.64845		Dbibzat,Douar Dbibzat		07	427		
2551932	Douar Dhar Lghoul	douar-dhar-lghoul	MA		0	Africa/Casablanca	34.36498	-4.30441		Dar er Rhoul,Douar Dar el Rhoul,Douar Dhar Lghoul,Douar el Rhoul		03	561		
2551933	Douar Daanna	douar-daanna	MA		0	Africa/Casablanca	34.22898	-5.12906		Douar Daanna,Douar Daouna		03	591		
2551934	Douar Dahra	douar-dahra	MA		0	Africa/Casablanca	32.3434	-6.77014		Dhara,Douar Dahra		05	255		
2551935	Douar Boujaouane	douar-boujaouane	MA		0	Africa/Casablanca	32.02593	-9.06332		Bou Jaouane,Douar Boujaouane,Douar Dahmane,Draiouai,Draïouai		07	431		
2551936	Douar Dhar	douar-dhar	MA		0	Africa/Casablanca	34.74955	-5.74043		Dahar,Dhar,Douar Dahar,Douar Dhar		01	405		
2551937	Douar Dehamma	douar-dehamma	MA		0	Africa/Casablanca	32.98805	-8.69508		Douar Dahamna,Douar Dehamma		06	181		
2551938	Douar Kacem Belhaj	douar-kacem-belhaj	MA		0	Africa/Casablanca	32.03511	-8.37116		Douar Daadra,Douar Kacem Belhaj		07	585		
2551939	Douar Jaaouna Hmar Erras	douar-jaaouna-hmar-erras	MA		0	Africa/Casablanca	34.69667	-5.83398		Chtikat Jaouna,Douar Chtikat Jaouna,Douar Jaaouna Hmar Erras,Ja'ouna,Ja’ouna		04	481		
2551940	Douar Chroua	douar-chroua	MA		0	Africa/Casablanca	32.77627	-8.48666		Chroa,Chrôa,Dar Ali Ben Bouchaib,Dar Ali Ben Bouchaïb,Douar Chroua		06	467		
2551941	Douar Chouiref	douar-chouiref	MA		0	Africa/Casablanca	33.1562	-8.4815		Chouire,Douar Chouiref,Douar Chouirif		06	181		
2551942	Douar Chorfa Mehajba	douar-chorfa-mehajba	MA		0	Africa/Casablanca	33.05631	-8.60258		Chorfa,Chorfa Ahl El Ain,Chorfa Ahl El Aïn,Douar Charfa,Douar Chorfa,Douar Chorfa Mehajba		06	181		
2551943	Douar Chorfa	douar-chorfa	MA		0	Africa/Casablanca	32.55727	-6.36778				05	091		
2551944	Douar Achchorfa	douar-achchorfa	MA		0	Africa/Casablanca	31.99474	-7.26625		Chorfa,Douar Achchorfa,Douar Chorfa,Skouka		07	191		
2551945	Douar Chibanet	douar-chibanet	MA		0	Africa/Casablanca	31.83955	-9.05319		Chbanat,Chebanat,Douar Chibanet		07	211		
2551946	Chtikal	chtikal	MA		0	Africa/Casablanca	34.5697	-6.23168		Chetikate,Chtikal,Douar Chetikat		04	281		
2551947	Douar Cherkaoua	douar-cherkaoua	MA		0	Africa/Casablanca	34.3261	-6.00549		Charkaouia,Charqawa,Douar Cherkaoua		04	491		
2551948	Douar Sidi ’Ayyad	douar-sidi-ayyad	MA		0	Africa/Casablanca	31.7198	-8.22662		Cherif,Chrifia,Douar Cherif,Douar Cherif Moulay Ali,Douar Chrif Moulay Ali,Douar Sidi 'Ayyad,Douar Sidi ’Ayyad		07	351		
2551949	Cherkama	cherkama	MA		0	Africa/Casablanca	32.80394	-8.03362		Cherkama,Douar Cherakma		06	181		
2551950	Douar Chekhachekha	douar-chekhachekha	MA		0	Africa/Casablanca	32.76056	-8.30529				06	467		
2551951	Douar Cheïkh Taguent	douar-cheikh-taguent	MA		0	Africa/Casablanca	31.10829	-9.82269				07	211		
2551952	Serahna	serahna	MA		0	Africa/Casablanca	33.13016	-8.5849		Dar Cheikh Salem,Dar Cheïkh Salem,Douar Cheikh,Douar Cheikh Salem,Douar Cheïkh Salem,Serahna		06	181		
2551953	Douar Lghaba	douar-lghaba	MA		0	Africa/Casablanca	32.46755	-8.15089		Dar Cheikh Rahal,Douar Cheikh Rahal,Douar Cheikh Rahhal,Douar Chekh Rahal,Douar Cheïkh Rahal,Douar Chëkh Rahal,Douar Lghaba,Douar el Rhabah,El Ghaba,El Rhaba		07	427		
2551954	Douar Cheïkh Najem	douar-cheikh-najem	MA		0	Africa/Casablanca	31.3	-8.85				07	161		
2551955	Douar Cheïkh Mohand	douar-cheikh-mohand	MA		0	Africa/Casablanca	32.97823	-6.45517				05	311		
2551956	Laabadla	laabadla	MA		0	Africa/Casablanca	31.71381	-8.56184		Chir M'Bark,Chir M’Bark,Douar Cheikh Mbark,Douar Cheïkh Mbark,Laabadla,Oulad Oubani Labadla		07	161		
2551957	Douar Cheïkh Lahsene	douar-cheikh-lahsene	MA		0	Africa/Casablanca	32.46139	-8.56258		Cheikh-Lahsen,Douar Cheikh Lahsene,Douar Cheikh Lahssen,Douar Cheïkh Lahsene,Douar Cheïkh Lahssen		06	467		
2551958	Douar Cheïkh Idriss	douar-cheikh-idriss	MA		0	Africa/Casablanca	34.17224	-5.70696		Douar Cheick Idriss,Douar Cheikh Idriss,Douar Cheïck Idriss,Douar Cheïkh Idriss		03	061		
2551959	Douar Cheïkh Driss	douar-cheikh-driss	MA		0	Africa/Casablanca	34.03266	-5.31578				03	061		
2551960	Douar Oulad Hammou	douar-oulad-hammou	MA		0	Africa/Casablanca	34.35134	-5.36951		Douar Cheikh Ben Hamou,Douar Cheikh Beni Hamou,Douar Cheïkh Beni Hamou,Douar Oulad Hammou		03	531		
2551961	Douar Oulad Ali Jnadgha	douar-oulad-ali-jnadgha	MA		0	Africa/Casablanca	32.02572	-8.41505		Cheikh Allal Genadra,Cheïkh Allal Genadra,Douar Cheikh Allal Genadra,Douar Cheïkh Allal Genadra,Douar Oulad Ali Jnadgha		07	585		
2551962	Douar Ali Ben Lahsen	douar-ali-ben-lahsen	MA		0	Africa/Casablanca	32.0065	-8.37683		Cheikh Ali ben Chalah,Cheïkh Ali ben Chalah,Douar Ali Ben Lahsen,Douar Cheik Ali Ben Chalah,Douar Cheikh Ali Ben Chalah,Douar Cheïk Ali Ben Chalah,Douar Cheïkh Ali Ben Chalah		07	585		
2551963	Douar Oulad Loummenni	douar-oulad-loummenni	MA		0	Africa/Casablanca	32.11182	-8.60233		Chedda,Douar Chedda,Douar Oulad Loummenni		07	585		
2551964	Douar Chchliya	douar-chchliya	MA		0	Africa/Casablanca	34.30415	-4.74444		Douar Chblia,Douar Chblïa,Douar Chchliya,Douar Cheblia		03	531		
2551965	Douar Chebb	douar-chebb	MA		0	Africa/Casablanca	32.54093	-6.94443				05	255		
2551966	Douar Chbanet	douar-chbanet	MA		0	Africa/Casablanca	34.24213	-5.62505				04	481		
2551967	Chorfa Ahl El Aïn	chorfa-ahl-el-ain	MA		0	Africa/Casablanca	33.13108	-8.60285		Chorfa Ahl El Ain,Chorfa Ahl El Aïn,Dar Charfa,Douar Charfa,Douar Chorfa		06	181		
2551968	Charf	charf	MA		0	Africa/Casablanca	34.48617	-5.33345		Charf,Douar Charf		03	531		
2551969	Chaouiat Harryad Rmel	chaouiat-harryad-rmel	MA		0	Africa/Casablanca	34.59486	-5.61805		Chaouia Remele,Chaouiat Harryad Rmel,Chaouiat Rmel,Chaouiate Rmel,Chaouïa Remèle,Chaouïat Rmel,Chaouïate Rmel,Douar Chaouiat Rmel		04	481		
2551970	Douar Chaouia	douar-chaouia	MA		0	Africa/Casablanca	34.84253	-5.68435		Chaoua,Chaouia,Chaouïa,Douar Chaouia		01	405		
2551972	Douar Chaouia	douar-chaouia	MA		0	Africa/Casablanca	34.60611	-5.61809		Chaouia,Douar Chaouia		04	481		
2551973	Douar Ben Chawi	douar-ben-chawi	MA		0	Africa/Casablanca	31.53636	-8.23183		Ait Chaouia,Aït Chaouia,Chaouia,Chaouïa,Douar Ben Chawi,Douar Chaouia		07	351		
2551974	Douar Shayshate	douar-shayshate	MA		0	Africa/Casablanca	34.63521	-6.3682		Chaissahate,Chaïssahate,Chihates,Douar Chaissahat,Douar Chaïssahat,Douar Shayshate		04	281		
2551975	Douar Chaibat	douar-chaibat	MA		0	Africa/Casablanca	32.10192	-8.49674		Chaibat,Chaibet,Chaïbat,Chaïbet,Douar Chaibat,Douar Chaibet,Douar Chaïbet,Douar Echaibat		07	585		
2551976	Douar Caïd Salah	douar-caid-salah	MA		0	Africa/Casablanca	34.16542	-5.70766		Douar Caid Salah,Douar Caïd Salah,Sallah		03	061		
2551977	Douar Caïd Ouchettou	douar-caid-ouchettou	MA		0	Africa/Casablanca	31.85342	-6.95824		Dar Caid,Dar Caïd,Douar Caid Ouchettou,Douar Caïd Ouchettou		05	081		
2551978	Douar Caïd Mohammed Ou Abdallah	douar-caid-mohammed-ou-abdallah	MA		0	Africa/Casablanca	31.2049	-8.88907				07	161		
2551979	Douar El Caid Massaoud	douar-el-caid-massaoud	MA		0	Africa/Casablanca	32.17365	-8.52089		Caid messaoud,Caïd messaoud,Douar Caid Messaoud,Douar Caïd Messaoud,Douar El Caid Massaoud		07	585		
2551980	Douar Caïd Layadi	douar-caid-layadi	MA		0	Africa/Casablanca	31.63456	-7.89974		Douar Caid Layadi,Douar Caïd Layadi,Douar el Layadi		07	351		
2551981	Douar Caïd Larbi	douar-caid-larbi	MA		0	Africa/Casablanca	32.79177	-8.41484		Dar Caid Larbi,Dar Caïd Larbi,Douar Caid Larbi,Douar Caïd Larbi		06	467		
2551982	Douar Oulad Mohamed	douar-oulad-mohamed	MA		0	Africa/Casablanca	32.06639	-8.26623		Caid Kaddour,Caïd Kaddour,Douar Caid Kaddour,Douar Caïd Kaddour,Douar Oulad Mohamed,Dour Caid Kaddour,Dour Caïd Kaddour		07	585		
2551983	Douar Ait Ouallal	douar-ait-ouallal	MA		0	Africa/Casablanca	33.87124	-5.69166		Douar Ait Ouallal,Douar Caid Houseine Etouala,Douar Caid Houssein Etouala,Douar Caïd Houseïne Etouala,Douar Caïd Housseïn Etouala		03	061		
2551984	Douar Caïd Hamou	douar-caid-hamou	MA		0	Africa/Casablanca	33.19036	-8.49348				06	181		
2551985	Douar Caïd el Hachemi	douar-caid-el-hachemi	MA		0	Africa/Casablanca	31.82199	-7.39353				07	191		
2551986	Douar Oulad Amrane	douar-oulad-amrane	MA		0	Africa/Casablanca	34.32726	-6.37991		Dar Caid Bouazza,Dar Caid el Bouazza,Dar Caïd Bouazza,Dar Caïd el Bouazza,Douar Caid el Bouazza,Douar Caïd el Bouazza,Douar Oulad Amrane		04	281		
2551987	Douar Caïd Brahim	douar-caid-brahim	MA		0	Africa/Casablanca	34.25118	-5.95895				04	491		
2551988	Douar Lcaydd Brahim	douar-lcaydd-brahim	MA		0	Africa/Casablanca	31.65829	-7.81575		Douar Caid Brahim,Douar Caïd Brahim,Douar Lcaydd Brahim		07	351		
2551989	Qayd Jilali	qayd-jilali	MA		0	Africa/Casablanca	31.72117	-8.07113		Caid Jilali,Caïd Jilali,Douar Caid Bou Jilali,Douar Caïd Bou Jilali,Qayd Jilali		07	351		
2551990	Douar Caïd Ben Laroussi	douar-caid-ben-laroussi	MA		0	Africa/Casablanca	34.42413	-6.1524		Caid Laroussi,Caïd Laroussi,Douar Caid Ben Laroussi,Douar Caïd Ben Laroussi		04	491		
2551991	La’mirat	la-mirat	MA		0	Africa/Casablanca	31.85378	-7.47791		Ben Faida,Ben Fayda,Ben Faïda,Douar Caid Ben Feida,Douar Caïd Ben Feïda,La'mirat,La’mirat		07	191		
2551992	Dar ben Chigra	dar-ben-chigra	MA		0	Africa/Casablanca	31.70054	-7.48718		Chekha,Dar ben Chigra,Douar Caid Ben Chagra,Douar Caid Chagra,Douar Caïd Ben Chagra,Douar Caïd Chagra		07	191		
2551993	Douar Caïd Bachir des Tsoul	douar-caid-bachir-des-tsoul	MA		0	Africa/Casablanca	34.28	-4.38				03	531		
2551994	Douar Caïd Amgor	douar-caid-amgor	MA		0	Africa/Casablanca	33.24801	-5.37185		Dar Caid Amgor,Dar Caïd Amgor,Douar Caid Amgor,Douar Caïd Amgor		03	271		
2551995	Aït Sa’id	ait-sa-id	MA		0	Africa/Casablanca	33.3445	-5.3219		Ait Sa'id,Aït Sa’id,Dar Kaid Ait Ouahi,Dar Kaid Aït Ouahi,Douar Caid Ait Ouahi,Douar Caïd Aït Ouahi		03	271		
2551996	Aït ’Abdallah	ait-abdallah	MA		0	Africa/Casablanca	31.83327	-6.96096		Ait 'Abdallah,Ait Abdellah,Aït Abdellah,Aït ’Abdallah,Douar Caid Abdallah,Douar Caïd Abdallah		05	081		
2551997	Douar Brahma	douar-brahma	MA		0	Africa/Casablanca	32.89569	-8.445				06	181		
2551998	Brahma	brahma	MA		0	Africa/Casablanca	32.52808	-6.78404		Brahma,Douar Brahma		05	255		
2551999	Bou Tebat	bou-tebat	MA		0	Africa/Casablanca	34.30467	-4.87372		Bou Tebat,Douar Bou Tebat		03	531		
2552000	Bou Selham	bou-selham	MA		0	Africa/Casablanca	32.84134	-7.3657		Bou Selham,Douar Bou Selham,Oulad Bouselham		06	461		
2552001	Boughout	boughout	MA		0	Africa/Casablanca	31.83935	-7.07475		Boughout,Douar Bourhout		07	191		
2552002	Douar Bou Nidar	douar-bou-nidar	MA		0	Africa/Casablanca	34.8984	-5.69383		Bou Nidar,Douar Bou Nidar		01	405		
2552003	Bou Nahed	bou-nahed	MA		0	Africa/Casablanca	34.75122	-5.51455		Bou Nahed,Boumahid,Douar Bou Nahed		01	405		
2552004	Boujmil	boujmil	MA		0	Africa/Casablanca	35.75756	-5.44046		Boujmil,Douar Boulsmil		01			
2552005	Douar Boulnoud	douar-boulnoud	MA		0	Africa/Casablanca	34.81	-3.65		Boua Koud,Douar Boulnoud		03	561		
2552006	Douar Ait Laachor	douar-ait-laachor	MA		0	Africa/Casablanca	34.12971	-5.53262		Douar Ait Laachor,Douar Bou Kenfoud,Douar Bou Kennfoud		03	061		
2552007	Douar Bou Jmada	douar-bou-jmada	MA		0	Africa/Casablanca	32.59993	-8.99315		Boujmada,Douar Bou Jmada		06	467		
2552008	Douar Boujenaat	douar-boujenaat	MA		0	Africa/Casablanca	34.17764	-4.49527		Boujemate,Douar Boujemat,Douar Boujenaat		03	531		
2552009	Douar Bouidat	douar-bouidat	MA		0	Africa/Casablanca	33.1891	-8.34435		Bouidat,Douar Bouidat		06	181		
2552010	Douar Bouhsina	douar-bouhsina	MA		0	Africa/Casablanca	34.81009	-5.73462		Bou Hassina,Douar Bou Hassina,Douar Bouhsina		01	405		
2552011	Dar Ben Ellaher	dar-ben-ellaher	MA		0	Africa/Casablanca	34.69729	-5.67672		Bou Hamir,Dar Ben Ellaher,Douar Bou Hamir		04	481		
2552012	Douar Bou Halalifene	douar-bou-halalifene	MA		0	Africa/Casablanca	34.43	-3.68		Bou Halalifene,Bouhlilifen,Douar Bou Halalifene		02	265		
2552013	Douar Ben Qaddouch	douar-ben-qaddouch	MA		0	Africa/Casablanca	33.77945	-5.35317		Dar Bou Grine el Aredj,Douar Ben Qaddouch,Douar Bou Grine el Arej,Kasba Bou Grine Arj,Kasba bou Grine Ardj		03	171		
2552014	Douar Bouganous	douar-bouganous	MA		0	Africa/Casablanca	34.86096	-5.51749		Bougamous,Bouganous,Douar Bou Ganous,Douar Bouganous		01	405		
2552015	Bou Chrit	bou-chrit	MA		0	Africa/Casablanca	32.59329	-6.79235		Bou Chrit,Douar Bou Chirit		05	255		
2552016	Douar Bou Chemekh	douar-bou-chemekh	MA		0	Africa/Casablanca	34.22376	-4.84062		Bou Chemekh,Douar Bou Chamar,Douar Bou Chemekh		03	591		
2552017	Douar Oulad Bouchaayb Ben Reqiya	douar-oulad-bouchaayb-ben-reqiya	MA		0	Africa/Casablanca	32.71644	-8.46652		Benrekah,Dar Caid Brahim Ben Chaib,Dar Caïd Brahim Ben Chaïb,Douar Bouchaib Ben Rkia,Douar Bouchaïb Ben Rkia,Douar Oulad Bouchaayb Ben Reqiya,Douar Oulad Bouchaib ben Rkia,Douar Oulad Bouchaïb ben Rkia		06	467		
2552018	Douar Bouaya	douar-bouaya	MA		0	Africa/Casablanca	34.00393	-3.84667		Bouahya,Bouaia,Bouaya,Bouaïa,Douar Bouaya		03	561		
2552019	Douar Bou Atia	douar-bou-atia	MA		0	Africa/Casablanca	34.40205	-3.96394		Bou Atia,Douar Bou Atia		03	561		
2552020	Bou’antar	bou-antar	MA		0	Africa/Casablanca	31.74405	-6.78283		Boanter,Bou'antar,Bou’antar,Douar Bou Anter		05	081		
2552021	Douar Bou Ali	douar-bou-ali	MA		0	Africa/Casablanca	31.96	-8.91		Douar Bou Ali,Oulad ali,Ouled bou Ari		07	431		
2552022	Douar Boris	douar-boris	MA		0	Africa/Casablanca	34.30502	-5.776		Douar Boris,Douar Boriss		04	481		
2552023	Douar Blidene	douar-blidene	MA		0	Africa/Casablanca	31.62713	-7.85502		Bliden,Blidene,Blidèn,Douar Blidene		07	351		
2552942	Dar Bou Neddi	dar-bou-neddi	MA		0	Africa/Casablanca	31.23427	-8.72567				07	161		
2552024	Douar Blaada	douar-blaada	MA		0	Africa/Casablanca	31.84501	-8.99191		Blada,Douar Blaada,Douar Blada		07	431		
2552025	Douar Biyada	douar-biyada	MA		0	Africa/Casablanca	34.25581	-5.29368		Douar Biada,Douar Biyada		03	591		
2552026	Byada	byada	MA		0	Africa/Casablanca	33.14738	-8.54689		Byada,Douar Biada		06	181		
2552027	Bou Hzitat Tirs	bou-hzitat-tirs	MA		0	Africa/Casablanca	34.66971	-5.93629		Ben Zitat et Tirs,Bou Hzitat Tirs,Douar Ben Zitat et Tirs,Ouled Ben Sbar Tarss		04	281		
2552028	Bouhzitat Lehchalfa	bouhzitat-lehchalfa	MA		0	Africa/Casablanca	34.65677	-5.95983		Ben Zitat el Hachalfa,Bouhzitat Lehchalfa,Douar Ben Zitat el Hachalfa,El Mchalfa		04	281		
2552029	Zaitrat	zaitrat	MA		0	Africa/Casablanca	31.90036	-8.86298		Ben Zaiter,Ben Zaïter,Douar Ben Zaiter,Douar Ben Zaïter,Zaitrat,Zaïtrat		07	585		
2552030	Douar Ben Talet	douar-ben-talet	MA		0	Africa/Casablanca	32.08	-7.6				07	191		
2552031	Douar Lhabat	douar-lhabat	MA		0	Africa/Casablanca	34.28117	-5.26621		Douar Ben Taib,Douar Ben Taïb,Douar Lhabat,Oulad Taib,Oulad Taïb		03	531		
2552032	Dar Ben Rghiya	dar-ben-rghiya	MA		0	Africa/Casablanca	32.27875	-8.37923		Ben Rhia,Dar Ben Rghiya,Douar Ben Riah		07	427		
2552033	Douar Ben Rhandour	douar-ben-rhandour	MA		0	Africa/Casablanca	32.44402	-8.56064		Douar Ben Rhandour,Douar Ben Rhanndour,Douar Caid Abbas Ben el Gandour,Douar Caïd Abbas Ben el Gandour,Gantour		06	467		
2552034	Douar ben Nasser	douar-ben-nasser	MA		0	Africa/Casablanca	33.79244	-5.932				04	291		
2552035	Douar ben Medhi	douar-ben-medhi	MA		0	Africa/Casablanca	32.71576	-8.75974				06	181		
2552036	Douar Ben Khelfi	douar-ben-khelfi	MA		0	Africa/Casablanca	32.84319	-8.75006		Douar Ben Khelfi,Douar Khelfi Larbi,Douar Larbi el Khelfi,Douar Larbi el Krelfi		06	181		
2552037	Douar Azib Sqalli	douar-azib-sqalli	MA		0	Africa/Casablanca	34.1387	-5.5305		Douar Azib Sqalli,Douar Beni Yahi		03	061		
2552038	Douar Beni Skiene	douar-beni-skiene	MA		0	Africa/Casablanca	34.29819	-4.85943		Douar Beni Skiene,Douar Beni Zkiene,Douar Beni Zkïene		03	531		
2552039	Douar Beni Rached	douar-beni-rached	MA		0	Africa/Casablanca	34.26581	-4.86257				03	531		
2552040	Beni Oual Sehira	beni-oual-sehira	MA		0	Africa/Casablanca	34.43792	-5.40324		Beni Oual Sehina,Beni Oual Sehira,Bni Oual,Douar Beni Oual Sehira		04	481		
2552041	Douar Bni Oual	douar-bni-oual	MA		0	Africa/Casablanca	34.7274	-5.65958		Beni Oual,Douar Beni Oual,Douar Bni Oual,El Ouala,El Ouâla		04	481		
2552042	Douar Beni Moussi	douar-beni-moussi	MA		0	Africa/Casablanca	34.45	-3.58		Beni Moussi,Douar Beni Moussi		02	265		
2552043	Douar Bru Mohamed	douar-bru-mohamed	MA		0	Africa/Casablanca	34.6392	-5.63441		Beni Mohamed,Beni Mohammed,Douar Beni Mohammed,Douar Bru Mohamed		04	481		
2552044	Douar Meraaz	douar-meraaz	MA		0	Africa/Casablanca	34.09675	-5.50668		Beni Maraz,Beni Meraz,Douar Beni Meraz,Douar Meraaz		03	061		
2552045	Douar Beni Hazem	douar-beni-hazem	MA		0	Africa/Casablanca	34.83132	-3.73978		Ben Hazem,Douar Beni Haz,Douar Beni Hazem		03	561		
2552046	Douar Bni Hssen	douar-bni-hssen	MA		0	Africa/Casablanca	34.79666	-5.63278		Beni H'sem,Beni Hassan,Beni Hassene,Beni H’sem,Douar Beni Hassene,Douar Bni Hssen		01	405		
2552047	Douar Beni Hamid	douar-beni-hamid	MA		0	Africa/Casablanca	34.29695	-4.9082		Beni Hamid,Douar Beni Hamid		03	531		
2552048	Douar Beni Boujtou	douar-beni-boujtou	MA		0	Africa/Casablanca	34.7958	-3.64703		Bni Boujettou,Douar Beni Boujtou		03	561		
2552049	Douar Beni Biad	douar-beni-biad	MA		0	Africa/Casablanca	34.48518	-5.3661		Beni Biad,Bni Byade,Douar Beni Biad		04	481		
2552050	Douar Ben Aziz	douar-ben-aziz	MA		0	Africa/Casablanca	34.56343	-5.92267		Beni Aziz,Beni Azziz,Douar Ben Aziz,Douar Beni Aziz		04	481		
2552051	Douar Bni Assem	douar-bni-assem	MA		0	Africa/Casablanca	34.83007	-5.71584		Beni Assem,Douar Beni Assem,Douar Bni Assem		01	405		
2552052	Douar Beni Ahsene	douar-beni-ahsene	MA		0	Africa/Casablanca	34.15562	-5.63828		Douar Beni Ahsene,Douar Beni Hassene		04	481		
2552053	Ben Hihi	ben-hihi	MA		0	Africa/Casablanca	32.78231	-8.1236		Ben Hihi,Douar Ben Hihi		06	467		
2552054	Oulad Ben Hida	oulad-ben-hida	MA		0	Africa/Casablanca	32.48369	-8.83681		Douar ben Hida,Oulad Ben Hida		07	431		
2552055	Oulad Ali Benel Haj	oulad-ali-benel-haj	MA		0	Africa/Casablanca	32.35285	-9.01409		Ben Haj Jilali,Douar Ben Haj Jilali,Oued Hadj Ali,Oulad Ali Benel Haj		07	431		
2552056	Douar Ben Haïda	douar-ben-haida	MA		0	Africa/Casablanca	31.83617	-8.42201		Bir Haida,Bir Haïda,Douar Ben Haida,Douar Ben Haïda,Oulad ben Aida,Oulad ben Aïda		07	585		
2552057	Douar Ben Enfir	douar-ben-enfir	MA		0	Africa/Casablanca	31.35	-8.75		Bouanfir,Douar Ben Enfir		07	161		
2552058	Douar ben Daoui	douar-ben-daoui	MA		0	Africa/Casablanca	32.66808	-8.5658				06	467		
2552059	Douar El Qadi	douar-el-qadi	MA		0	Africa/Casablanca	32.45589	-8.4666		Douar Cherradi,Douar El Qadi,Douar ben Cherradi		06	467		
2552061	Douar Ben Chellal	douar-ben-chellal	MA		0	Africa/Casablanca	35.02106	-2.94023		Casas de Ben Chel-lal,Douar Ben Chellal		02	381		
2552062	Douar Oulad Ben Amer	douar-oulad-ben-amer	MA		0	Africa/Casablanca	32.15252	-8.47836		Ben Amar,Ben Amor,Douar Ben Amor,Douar Oulad Ben Amer		07	585		
2552063	Douar Ben Amarat	douar-ben-amarat	MA		0	Africa/Casablanca	34.35685	-3.83344		Ben Amarate,Douar Ben Amarat		02	265		
2552064	Douar Ben Aïcha	douar-ben-aicha	MA		0	Africa/Casablanca	31.82575	-7.32401		Douar Ben Aicha,Douar Ben Aïcha,Ouled Ben el Aiachi,Ouled Ben el Aïachi		07	191		
2552065	Douar Ben Abid	douar-ben-abid	MA		0	Africa/Casablanca	34.15458	-5.70633		Bel Abida,Douar Ben Abid		03	061		
2552067	Douar Lebbazda	douar-lebbazda	MA		0	Africa/Casablanca	31.64714	-8.48944		Ben Yazza,Bir Yazid,Douar Bel Yazid,Douar Lebbazda,Douar el Yazid		07	161		
2552068	Douar Bel Ghalyat	douar-bel-ghalyat	MA		0	Africa/Casablanca	34.27087	-5.35948		Douar Bel Ghalyat,Douar Bel Rhaliet		03	531		
2552069	Douar Bel Kouch	douar-bel-kouch	MA		0	Africa/Casablanca	32.84338	-8.86892				06	181		
2552070	Douar Belal	douar-belal	MA		0	Africa/Casablanca	31.82703	-8.39606		Belal,Douar Belal,Oulad Doublal		07	351		
2552071	Douar Bel Abbes	douar-bel-abbes	MA		0	Africa/Casablanca	34.28657	-5.04791				03	591		
2552072	Lehchachma	lehchachma	MA		0	Africa/Casablanca	34.73172	-5.97332		Bchachma,Douar Bchachma,El Bchaghna,Lehchachma		04	281		
2552073	Douar Douibat Lebhira	douar-douibat-lebhira	MA		0	Africa/Casablanca	32.03144	-8.45163		Bahira,Douar Bahira,Douar Douibat Lebhira		07	585		
2552165	Douar Hammer	douar-hammer	MA		0	Africa/Casablanca	34.8384	-5.52756		Ahammar,Douar Ahammar,Douar Hammer,Hammar		01	405		
2552074	Douar ba Hamada	douar-ba-hamada	MA		0	Africa/Casablanca	32.40748	-7.1575		Douar Ba Hammada,Douar ba Hamada,Ouled Bahamada		06	461		
2552075	Douar Bagara	douar-bagara	MA		0	Africa/Casablanca	34.2515	-5.25055		Bagara,Douar Bagara		03	591		
2552076	Douar Bachta Naaima	douar-bachta-naaima	MA		0	Africa/Casablanca	31.8777	-8.48494		Bachta Naima,Bachta Naïma,Douar Bachta Naaima,Douar Bachta Naima,Douar Bachta Naïma,Douar el Bou Chta		07	585		
2552077	Douar Bab Stout	douar-bab-stout	MA		0	Africa/Casablanca	34.18714	-3.83825		Bab Stout,Bab Stoute,Douar Bab Stout		03	561		
2552078	Douar Bab Damsiouane	douar-bab-damsiouane	MA		0	Africa/Casablanca	34.37175	-3.99314		Bab Amissioune,Bab Damsiouane,Douar Bab Damsiouane		03	561		
2552079	Douar Lbaajine Tahtiya	douar-lbaajine-tahtiya	MA		0	Africa/Casablanca	34.89308	-5.64606		Baajine,Baejine,Douar Baajine,Douar Lbaajine Tahtiya		01	405		
2552080	Douar Zmanta	douar-zmanta	MA		0	Africa/Casablanca	31.63526	-9.48915		Douar Azmata,Douar Zmanta,Zmamta,Zmannta		07	211		
2552081	Douar Azib el Mokri	douar-azib-el-mokri	MA		0	Africa/Casablanca	34.23851	-5.44446		Azib el Makri,Douar Azib el Mokri,Douar El Azib el Mokri		04	481		
2552082	Douar Azib el goundafi	douar-azib-el-goundafi	MA		0	Africa/Casablanca	31.67732	-8.05817		Douar Azib el goundafi,Douar Caid Goundafa,Douar Caïd Goundafa,El Goundafi		07	351		
2552083	Douar Ayad Ben Mansour	douar-ayad-ben-mansour	MA		0	Africa/Casablanca	31.63046	-8.43555		Ayad Ben Mannsour,Douar Ayad Ben Mannsour,Douar Ayad Ben Mansour,El Caid el Hassene,El Caïd el Hassene		07	161		
2552084	Douar Ayad Ben Brahim	douar-ayad-ben-brahim	MA		0	Africa/Casablanca	31.6376	-8.4832		Douar Ait Brahim,Douar Ayad Ben Brahim,Douar Aït Brahim		07	161		
2552085	Douar Atchane	douar-atchane	MA		0	Africa/Casablanca	33.93	-5.13				03	591		
2552086	Douar Assil	douar-assil	MA		0	Africa/Casablanca	31.80927	-6.92627				05	081		
2552087	Douar Assanfa	douar-assanfa	MA		0	Africa/Casablanca	31.69288	-9.15304		Assennfa,Douar Assanfa,Douar Assenfa		07	211		
2552088	Douar Bir Assas	douar-bir-assas	MA		0	Africa/Casablanca	34.62581	-5.69576		Assass,Bir Assas,Douar Assas,Douar Bir Assas		04	481		
2552089	Douar Assaous	douar-assaous	MA		0	Africa/Casablanca	34.89856	-5.70647		Aassaouss,Douar Assaous,Douar Oulad Ben Asses,Oulad Ben Asses		01	405		
2552090	Douar Assalja	douar-assalja	MA		0	Africa/Casablanca	34.31616	-5.80377		Douar Assalja,Douar Chaaja,Douar Chaajja,Laasalja,Laâsalja		04	491		
2552091	Assaka	assaka	MA		0	Africa/Casablanca	31.82471	-7.00145		Assaka,Douar Assaka		05	081		
2552092	Açfarçid	acfarcid	MA		0	Africa/Casablanca	31.70956	-6.78348		Acfarcid,Acforcid,Açfarçid,Açforçid,Douar Asfersid		05	081		
2552093	Douar Arioua	douar-arioua	MA		0	Africa/Casablanca	32.4557	-8.53807				06	467		
2552094	Douar Arhbalou	douar-arhbalou	MA		0	Africa/Casablanca	32.06829	-7.03944		Aghbalou,Arbalou,Douar Arhbalou		05	081		
2552095	Douar Arabat	douar-arabat	MA		0	Africa/Casablanca	34.16716	-4.76185		Douar Arabat,Douar Arachat		03	531		
2552096	’Araba	araba	MA		0	Africa/Casablanca	33.03646	-7.77035		'Araba,Douar Araba,’Araba		06	117		
2552097	Douar Laaouaoucha	douar-laaouaoucha	MA		0	Africa/Casablanca	32.67823	-8.44137		Douar Aouaoucha,Douar Laaouaoucha		06	467		
2552098	Douar Anounat	douar-anounat	MA		0	Africa/Casablanca	34.09512	-5.08899		Anounat,Douar Anounat,Douar Anounate		03	591		
2552099	Annbirat	annbirat	MA		0	Africa/Casablanca	32.9277	-8.09362		Annbirat,Douar Annbirat		06	181		
2552100	Annbad	annbad	MA		0	Africa/Casablanca	31.67161	-7.10044		Annbad,Douar Anebed		05	081		
2552101	Douar Amar Segouit	douar-amar-segouit	MA		0	Africa/Casablanca	35.01386	-3.47785		Casas Amar Seguit,Douar Amar Segouit		02	167		
2552102	Douar Ain Mchallou	douar-ain-mchallou	MA		0	Africa/Casablanca	34.92196	-5.73824		Alouss,Douar Ain Mchallou,Douar Alous		01	405		
2552103	Douar Bou Alloune	douar-bou-alloune	MA		0	Africa/Casablanca	34.90584	-5.62894		Alloun,Boualloun,Douar Alloun,Douar Bou Alloune		01	405		
2552104	Douar Allal Moussa	douar-allal-moussa	MA		0	Africa/Casablanca	35.06	-3.15		Casas de Al-lal Musa,Douar Allal Moussa		02	381		
2552105	Douar Allal Ben el Arbi	douar-allal-ben-el-arbi	MA		0	Africa/Casablanca	33.9796	-6.45425		Ait Larbi Ou Ali,Aït Larbi Ou Ali,Dar Allal Ben el Arbi,Douar Allal Ben el Arbi		04	291		
2552106	Douar Ali Ou Mbarek	douar-ali-ou-mbarek	MA		0	Africa/Casablanca	31.58	-7.53		Ait Ali ou Mhaik,Aït Ali ou Mhaïk,Douar Ali Ou Mbarek		07	041		
2552107	Douar Oulad Ali Ben Azzouz	douar-oulad-ali-ben-azzouz	MA		0	Africa/Casablanca	32.59549	-8.85384		Douar Ali ben el Az,Douar Oulad Ali Ben Azzouz		06	467		
2552108	Douar Laalichat	douar-laalichat	MA		0	Africa/Casablanca	32.53931	-8.6782		Douar Alachat Mohammed ben Smail,Douar Alachat Mohammed ben Smaïl,Douar Laalichat		06	467		
2552109	Qabat Lqabliya	qabat-lqabliya	MA		0	Africa/Casablanca	34.4756	-6.45775		Akbate,Douar Akbat,Kabat,Qabat,Qabat Lqabliya		04	281		
2552110	Douar Aït Yayad	douar-ait-yayad	MA		0	Africa/Casablanca	31.77613	-6.98908				05	081		
2552111	Douar Aït Yakoub	douar-ait-yakoub	MA		0	Africa/Casablanca	33.86107	-6.45479		Ait Yacoub Sfraza,Aït Yacoub Sfraza,Douar Ait Yakoub,Douar Aït Yakoub		04	291		
2552112	Douar Aït Srhir	douar-ait-srhir	MA		0	Africa/Casablanca	32.25152	-6.84175		Douar Ait Sghir,Douar Ait Srhir,Douar Aït Sghir,Douar Aït Srhir		05	255		
2552113	Douar Aït Saad	douar-ait-saad	MA		0	Africa/Casablanca	34.27988	-5.54973		Ait Saad,Aït Saâd,Dar Ait Saad,Dar Aït Saad,Douar Ait Saad,Douar Aït Saad		04	481		
2552114	Aït Ras	ait-ras	MA		0	Africa/Casablanca	31.73828	-6.95877		Ait Ras,Aït Ras,Douar Ait Ras,Douar Aït Ras		05	081		
2552115	Douar Aït Oussa	douar-ait-oussa	MA		0	Africa/Casablanca	34.27174	-5.7543				04	481		
2552116	Douar Aït Moussa	douar-ait-moussa	MA		0	Africa/Casablanca	33.92649	-6.48665				04	291		
2552117	Douar Aït Moussa	douar-ait-moussa	MA		0	Africa/Casablanca	33.89173	-5.20484		Ait Moussa,Aït Moussa,Douar Ait Moussa,Douar Aït Moussa		03	171		
2552118	Ayt Mohamed	ayt-mohamed	MA		0	Africa/Casablanca	32.55624	-6.97722		Ait M'Hamed,Ait Mohamed,Ayt Mohamed,Aït Mohamed,Aït M’Hamed,Douar Ait Mohammed,Douar Aït Mohammed		05	255		
2552119	Douar Aït Miguirt	douar-ait-miguirt	MA		0	Africa/Casablanca	31.66449	-7.01411				05	081		
2552120	Douar Aït Mansour	douar-ait-mansour	MA		0	Africa/Casablanca	31.63839	-7.06027		Ait Mannsour,Aït Mannsour,Douar Ait Mansour,Douar Aït Mansour		05	081		
2552121	Douar Aït Malek	douar-ait-malek	MA		0	Africa/Casablanca	33.96307	-6.49976				04	291		
2552122	Douar Aït Lhassene	douar-ait-lhassene	MA		0	Africa/Casablanca	34.3069	-5.55742		Ait Lahcen,Aït Lahcen,Dar Ait Lhassene,Dar Aït Lhassene,Douar Ait Lahsen,Douar Ait Lhassene,Douar Aït Lahsèn,Douar Aït Lhassene		04	481		
2552123	Douar Ait Lahsen Ichou	douar-ait-lahsen-ichou	MA		0	Africa/Casablanca	33.96813	-6.54247		Ait Ichou,Douar Ait Lahsen Ichou,Douar Ait Lahsen Ou Ichou,Douar Ait Lahsene Ou Ichou,Douar Aït Lahsen Ou Ichou,Douar Aït Lahsene Ou Ichou,Sidi Ait Lahsene Ou Ichou,Sidi Aït Lahsene Ou Ichou		04	291		
2552124	Ait Hachem	ait-hachem	MA		0	Africa/Casablanca	31.67933	-7.00956		Ait Hachem,Douar Ait Lachemi,Douar Aït Lachemi		05	081		
2552125	Ayt Qaddour	ayt-qaddour	MA		0	Africa/Casablanca	32.59674	-6.96802		Ait Kaddour,Ayt Qaddour,Aït Kaddour,Douar Ait Kaddour,Douar Aït Kaddour		05	255		
2552126	Aït Yahia Ou ’Alla	ait-yahia-ou-alla	MA		0	Africa/Casablanca	33.41828	-5.25805		Ait Yahia Ou 'Alla,Aït Yahia Ou ’Alla,Douar Ait Hayo,Douar Ait Hayo Allah,Douar Aït Hayo,Douar Aït Hayo Allah		03	271		
2552127	Ait Hammou	ait-hammou	MA		0	Africa/Casablanca	32.24444	-8.29037		Ait Hammou,Ait Hamou,Aït Hammou,Aït Hamou,Dar Ait Hammou,Dar Aït Hammou,Douar Ait Hammou,Douar Aït Hammou		07	427		
2552128	Douar Aït Hammi	douar-ait-hammi	MA		0	Africa/Casablanca	33.9	-5.21		Ait Himi,Aït Himi,Douar Ait Ammi,Douar Ait Hammi,Douar Aït Ammi,Douar Aït Hammi		03	171		
2552129	Douar Aït er Rami	douar-ait-er-rami	MA		0	Africa/Casablanca	32.26092	-6.78929				05	255		
2552130	Douar Aït el Mir	douar-ait-el-mir	MA		0	Africa/Casablanca	32.31493	-6.79588				05	255		
2552131	Ait Brahim	ait-brahim	MA		0	Africa/Casablanca	33.84023	-5.10253		Ait Brahim,Dar Ait Brahim,Dar Aït Brahim,Douar Ait Brahim,Douar Aït Brahim,Kasba Brahim		03	171		
2552132	Douar Aït Bourak	douar-ait-bourak	MA		0	Africa/Casablanca	34.33396	-5.50569		Ait Bork El Oued,Aït Bork El Oued,Douar Ait Bourak,Douar Aït Bourak		04	481		
2552133	Aït Bou Khachane	ait-bou-khachane	MA		0	Africa/Casablanca	33.30176	-5.33387		Ait Bou Khachane,Aït Bou Khachane,Dar Ait Bou Khechane,Dar Aït Bou Khechane,Douar Ait Bou Khechane,Douar Aït Bou Khechane		03	271		
2552134	Aït Boujam’a	ait-boujam-a	MA		0	Africa/Casablanca	31.78106	-6.99017		Ait Boujam'a,Ait Boujamaa,Aït Boujamaâ,Aït Boujam’a,Douar Ait Boujema,Douar Aït Boujema		05	081		
2552135	Douar Aït Bou Azzouz	douar-ait-bou-azzouz	MA		0	Africa/Casablanca	33.10718	-5.68695		Dar Ait Bou Azzouz,Dar Aït Bou Azzouz,Douar Ait Bou Azzouz,Douar Aït Bou Azzouz		05	301		
2552136	Ait Bouhou	ait-bouhou	MA		0	Africa/Casablanca	33.71303	-5.35915		Ait Bouhou,Aït Bouhou,Douar Ait Boho,Douar Ait Bouho,Douar Aït Boho,Douar Aït Bouho		03	171		
2552137	Douar Aït Berkine	douar-ait-berkine	MA		0	Africa/Casablanca	33.74788	-3.84369		Ait Berkine,Aït Berkine,Douar Ait Berkine,Douar Aït Berkine		02	265		
2552138	Douar Aït Ben Saïd	douar-ait-ben-said	MA		0	Africa/Casablanca	32.25404	-6.78526				05	255		
2552139	Douar Aït Baha	douar-ait-baha	MA		0	Africa/Casablanca	34.3445	-5.55054		Ait Baha,Aït Baha,Douar Ait Baha,Douar Aït Baha		04	481		
2552140	Douar Ait Alla	douar-ait-alla	MA		0	Africa/Casablanca	33.6335	-5.51764		Ait Alla,Aït Alla,Douar Ait Alla,Douar Ait Allah,Douar Aït Allah		03	171		
2552142	Douar Aït Ali Moussa	douar-ait-ali-moussa	MA		0	Africa/Casablanca	33.99154	-6.45109				04	291		
2552143	Aït ’Aqqa	ait-aqqa	MA		0	Africa/Casablanca	31.81455	-6.93723		Ait 'Aqqa,Ait Akka,Ait Aqqa,Aït Akka,Aït Aqqa,Aït ’Aqqa,Douar Ait Akka,Douar Aït Akka		05	081		
2552144	Douar Aït Aïssa	douar-ait-aissa	MA		0	Africa/Casablanca	33.95855	-6.44465				04	291		
2552145	Douar Ait Abdessalam	douar-ait-abdessalam	MA		0	Africa/Casablanca	33.9147	-4.75171		Ait Abd es Slam,Ait Aissa,Aït Abd es Slam,Aït Aïssa,Douar Ait Abd es Slam,Douar Ait Abdessalam,Douar Aït Abd es Slam		03	451		
2552146	Douar Aïn Sfissif	douar-ain-sfissif	MA		0	Africa/Casablanca	34.45507	-2.83869		Ain Sfissif,Aïn Sfissif,Douar Ain Sfissif,Douar Aïn Sfissif,Sficif,Sfissif		02	533		
2552147	Douar Ain Lahsen	douar-ain-lahsen	MA		0	Africa/Casablanca	34.97902	-5.64983		Ain Lahcen,Aïn Lahcen,Douar Ain Lahsen,Douar Ain Lahsene,Douar Ain Lhassene,Douar Aïn Lahsene,Douar Aïn Lhassene,Douar Lhassene		01	405		
2552148	Douar Ain Laabid	douar-ain-laabid	MA		0	Africa/Casablanca	34.17397	-5.1331		Ain Laabid,Aïn Laâbid,Douar Ain Laabid,Douar Ain Labid,Douar Aïn Labid		03	591		
2552149	Douar Aïn Hammam	douar-ain-hammam	MA		0	Africa/Casablanca	34.3	-4.45		Ain Hamman,Aïn Hamman,Douar Ain Hammam,Douar Aïn Hammam		03	561		
2552150	Douar Aïn Gouenene	douar-ain-gouenene	MA		0	Africa/Casablanca	35.77743	-5.43858				01			
2552151	Douar Ain Ammali	douar-ain-ammali	MA		0	Africa/Casablanca	34.07804	-5.0739		Douar Ain Ammali,Douar Ain el Mouali,Douar Aïn el Mouali		03	591		
2552152	Douar Ain Lebgar	douar-ain-lebgar	MA		0	Africa/Casablanca	34.17363	-5.08456		Ain Labgar,Aïn Labgar,Douar Ain Lebgar,Douar Ain el Beguer,Douar Ain el Bgar,Douar Aïn el Beguer		03	591		
2552153	Douar Ain Laalig	douar-ain-laalig	MA		0	Africa/Casablanca	34.35458	-5.26021		Ain Lalag,Aïn Lalag,Douar Ain Laalig,Douar Ain el Aleg,Douar Aïn el Aleg		03	531		
2552154	Douar Ain Echami	douar-ain-echami	MA		0	Africa/Casablanca	34.07252	-5.623		Ain Chamr,Aïn Chamr,Douar Ain Chami,Douar Ain Echami,Douar Aïn Chami		03	061		
2552155	Douar Ain Alillou	douar-ain-alillou	MA		0	Africa/Casablanca	34.18077	-5.45562		Ain Alilou,Aïn Alilou,Douar Ain Alillou,Douar Ain Alilou,Douar Aïn Alilou		04	481		
2552156	Aaïliyine	aailiyine	MA		0	Africa/Casablanca	35.77789	-5.41738		Aailiyine,Aaïliyine,Douar Ailiene		01			
2552157	Douar Aïla	douar-aila	MA		0	Africa/Casablanca	34.73	-4.65		Aila,Douar Aila,Douar Aïla		01	051		
2552158	Douar Belaid Labbaara	douar-belaid-labbaara	MA		0	Africa/Casablanca	31.68597	-8.50699		Belaid ben Bouara,Belaïd ben Bouara,Ben Aid Bouaira,Ben Aïd Bouaïra,Douar Aid Ben Bouaira,Douar Aïd Ben Bouaïra,Douar Belaid Labbaara		07	161		
2552159	Douar Aïcha Mouguetaya	douar-aicha-mouguetaya	MA		0	Africa/Casablanca	34.07071	-5.28562				03	061		
2552160	Douar Ahmed el Cheïkh	douar-ahmed-el-cheikh	MA		0	Africa/Casablanca	32.46936	-8.59657		Douar Ahmed Lecheb,Douar Ahmed el Cheikh,Douar Ahmed el Cheïkh		06	467		
2552161	Douar Ahmed Ben Brahim	douar-ahmed-ben-brahim	MA		0	Africa/Casablanca	32.51776	-8.22098		Douar Ahmed Ben Brahim,Douar Ahmed Brahim		06	467		
2552162	Douar Ahmar	douar-ahmar	MA		0	Africa/Casablanca	31.64641	-8.2847		Ahmar,Douar Ahmar,Oulad Amar		07	351		
2552163	Douar Ahel el Cadi	douar-ahel-el-cadi	MA		0	Africa/Casablanca	34.42757	-5.26603		Ahel el Cadi,Ahl-Hadi,Douar Ahel el Cadi		03	531		
2552164	Douar Alchane	douar-alchane	MA		0	Africa/Casablanca	34.88613	-5.58254		Ahel Chane,Ahet Chane,Ahl Chane,Douar Ahel Chane,Douar Alchane		01	405		
2552167	Douar Agrane	douar-agrane	MA		0	Africa/Casablanca	34.01143	-4.15083		Agrane,Agroun,Douar Agrane		03	561		
2552168	Douar Leghzaouna	douar-leghzaouna	MA		0	Africa/Casablanca	34.19056	-5.56711		Douar Adouane,Douar Adouaneme,Douar Leghzaouna		04	481		
2552169	Douar Admehane	douar-admehane	MA		0	Africa/Casablanca	34.83443	-2.99628				02	381		
2552170	Admaghane	admaghane	MA		0	Africa/Casablanca	31.72215	-6.75082		Addamaghane,Addamghen,Admaghane,Douar Adammarhen,Douar Adammarhene,Douar Adammarhèn		05	081		
2552171	Douar Achaouiz	douar-achaouiz	MA		0	Africa/Casablanca	31.69782	-6.75627				05	081		
2552172	Douar Abiat	douar-abiat	MA		0	Africa/Casablanca	34.00723	-3.81678		Abiat,Abiate,Douar Abiat		02	265		
2552173	Oulad Bel Khlifi	oulad-bel-khlifi	MA		0	Africa/Casablanca	34.72168	-5.98416		Abd er Rahmane el Khahfa,Douar Abd er Rahmane el Khalifa,Oulad Bel Khlifi		04	281		
2552174	Douar Abd er Rahmane	douar-abd-er-rahmane	MA		0	Africa/Casablanca	32.2	-8.4				07	585		
2552175	Douar Abd er Rahmane	douar-abd-er-rahmane	MA		0	Africa/Casablanca	31.93	-8.58		Abd er Rahamane,Dar Abd er Rahamane,Douar Abd er Rahmane		07	585		
2552176	Douar Sidi Abdejlil	douar-sidi-abdejlil	MA		0	Africa/Casablanca	34.18373	-4.77903		Abdejlil,Douar Abd el Jelil,Douar Sidi Abd Jelil,Douar Sidi Abdejlil		03	531		
2552177	Oulad Abbad Ben El Haj	oulad-abbad-ben-el-haj	MA		0	Africa/Casablanca	31.935	-8.91624		Douar Abd el Hajj,Oulad Abbad Ben El Haj,Ouled Abad bel Haj,Ouled hadj		07	431		
2552178	Dar Aldellah Ben Zahra	dar-aldellah-ben-zahra	MA		0	Africa/Casablanca	32.19164	-8.45063		Abdellah ben zahra,Dar Aldellah Ben Zahra,Douar Abdallah Ben Zarah		07	585		
2552179	Douar Abdallah Ben Laroussi	douar-abdallah-ben-laroussi	MA		0	Africa/Casablanca	31.83	-8.93				07	585		
2552180	Douar Ali Ben Larbi	douar-ali-ben-larbi	MA		0	Africa/Casablanca	33.01893	-8.42983		Douar Abdallah,Douar Ali Ben Larbi		06	181		
2552181	Douar Abda	douar-abda	MA		0	Africa/Casablanca	31.82069	-8.29275		Abda,Douar Abda,Douar bou Halba		07	351		
2552182	Douar Abbas Ben Tounsi	douar-abbas-ben-tounsi	MA		0	Africa/Casablanca	32.5032	-8.19092		Douar Abbas Ben Tounsi,Douar Abbes Ben Tounsi		06	467		
2552183	Dar El Kouassem	dar-el-kouassem	MA		0	Africa/Casablanca	33.06414	-8.61235		Abbas bel Kassem,Dar El Kouassem,Douar Abbas bel Kassem		06	181		
2552184	Douar Ababda	douar-ababda	MA		0	Africa/Casablanca	34.8	-3.56				02	167		
2552186	Douar el Aïn	douar-el-ain	MA		0	Africa/Casablanca	28.74471	-10.31151				10	261		
2552187	Douaouj	douaouj	MA		0	Africa/Casablanca	29.76	-9.13				09	163		
2552188	Douar Douama	douar-douama	MA		0	Africa/Casablanca	34.55557	-5.21142		Douama,Douar Douama		03	531		
2552189	Douama	douama	MA		0	Africa/Casablanca	31.90849	-9.11427		Douama,Douar Douma		07	431		
2552190	Douar Douali	douar-douali	MA		0	Africa/Casablanca	31.78277	-9.31222		Douali,Douar Douali,Ibn Aouida		07	211		
2552191	Douayra	douayra	MA		0	Africa/Casablanca	30.1268	-9.64664		Daouira,Daouïra,Douaira,Douayra,Douaïra,Douira		09	163		
2552192	Douaher	douaher	MA		0	Africa/Casablanca	34.73311	-5.09829		Daoihir,Douaher		03	531		
2552193	Douafil	douafil	MA		0	Africa/Casablanca	30.01	-5.55				08	587		
2552194	Dwafa	dwafa	MA		0	Africa/Casablanca	31.2387	-8.85034		Douafa,Dwafa		07	161		
2552195	Douabat	douabat	MA		0	Africa/Casablanca	31.94366	-7.93716		Douabat,Douabate,Douar Douibat		07	427		
2552196	Dirane	dirane	MA		0	Africa/Casablanca	29.6335	-9.36566		Dirane,Dorarace		09	581		
2552197	Donar Zratna	donar-zratna	MA		0	Africa/Casablanca	31.68	-8.1		Donar Zratna,Zradna		07	351		
2552204	Ed-Dehour	ed-dehour	MA		0	Africa/Casablanca	32.52016	-7.73261		Dohor,Douar ed Dohor,Ed Dehour,Ed-Dehour		07	427		
2552212	Dmaïa	dmaia	MA		0	Africa/Casablanca	32.83453	-4.4622				08	363		
2552213	Dlimet	dlimet	MA		0	Africa/Casablanca	34.60359	-4.48928		Delimiat,Dlimet		03	531		
2552215	Dlalja	dlalja	MA		0	Africa/Casablanca	33.36177	-7.24417				06	111		
2552219	Dküla	dkuela	MA		0	Africa/Casablanca	30.56465	-9.28819		Dkheila,Dkheïla,Dkiila,Dkula,Dküla		09	541		
2552220	Douar Lagchachra	douar-lagchachra	MA		0	Africa/Casablanca	34.97585	-5.88803		Dekakla,Dkakla,Dokakla,Douar Lagchachra		01	331		
2552227	Dirss Ben Kaddour	dirss-ben-kaddour	MA		0	Africa/Casablanca	34.27555	-5.45788				04	481		
2552228	Ed Dikht	ed-dikht	MA		0	Africa/Casablanca	31.02461	-9.33644		Dirkt,Ed Dikht		07	211		
2552230	Dir el Ksebt	dir-el-ksebt	MA		0	Africa/Casablanca	33.21591	-5.8412				05	301		
2552232	Dirah	dirah	MA		0	Africa/Casablanca	31.78631	-9.10995		Dirah,Douar Derha		07	211		
2552235	Kasba du Dir	kasba-du-dir	MA		0	Africa/Casablanca	33.68979	-4.3682				03	451		
2552237	Dir	dir	MA		0	Africa/Casablanca	30.29365	-8.4844				09	541		
2552239	Dincherfa	dincherfa	MA		0	Africa/Casablanca	29.7	-9.85				09	581		
2552240	Diymlaln	diymlaln	MA		0	Africa/Casablanca	29.75883	-8.99098		Dimlalen,Dimlalene,Dimlalèn,Diymlaln		09	581		
2552243	Digouta	digouta	MA		0	Africa/Casablanca	29.30341	-10.16456		Biugta,Digouta		10	473		
2552244	Diekh	diekh	MA		0	Africa/Casablanca	30.32293	-6.56939				09	551		
2552255	Diasra	diasra	MA		0	Africa/Casablanca	34.96575	-6.24928		Diasra,Dillasra,Douar Oulad Diasra		04	281		
2552256	Diar Sidi Ahmed	diar-sidi-ahmed	MA		0	Africa/Casablanca	34.86	-2.83				02	381		
2552257	Ouantout	ouantout	MA		0	Africa/Casablanca	35.25354	-5.54902		Diar Ouantol,Diar Ouantout,Diar Ouantoût,Ouantout		01	331		
2552260	Diar el Hadi	diar-el-hadi	MA		0	Africa/Casablanca	34.86	-2.86				02	381		
2552263	Dial Ou Mecheiriga	dial-ou-mecheiriga	MA		0	Africa/Casablanca	29.25399	-10.1927		Dial Ou Mecheiriga,Dial U Mecheiriga		10	473		
2552267	Diabet	diabet	MA		0	Africa/Casablanca	32.36918	-9.26411		Diabate,Diabet,Douar Diabet		07	431		
2552268	Douar Dyabat	douar-dyabat	MA		0	Africa/Casablanca	31.47931	-9.76547		Diabat,Diabate,Diabet,Douar Dyabat		07	211		
2552271	Diab	diab	MA		0	Africa/Casablanca	34.15	-4.21		Diab,Douar Diab		03	561		
2552272	Draydrat	draydrat	MA		0	Africa/Casablanca	32.3969	-9.17089		Dhridhrat,Draydrat,Dreidrat		07	431		
2552276	Douar Dehar Mennach	douar-dehar-mennach	MA		0	Africa/Casablanca	34.74165	-5.20873		Dehar Mennkach,Dhar Menkach,Douar Dehar Mennach		01	405		
2552278	Douar Eddhahja	douar-eddhahja	MA		0	Africa/Casablanca	32.65935	-8.94699		Dhahja,Dhaji,Douar Eddhahja,Douar ed Dhaji		06	467		
2552279	Dguigya	dguigya	MA		0	Africa/Casablanca	32.57211	-9.21298		Dgaiguia,Dgueiguia,Dgueïguia,Dguigya,Douar Dguiguia,Douar Dguïguïa		07	431		
2552290	Douar Lehmidat Eddriouech	douar-lehmidat-eddriouech	MA		0	Africa/Casablanca	31.55964	-8.40619		Derouich,Douar Derouich,Douar Lehmidat Eddriouech		07	351		
2552292	Ad Darwa	ad-darwa	MA		0	Africa/Casablanca	33.37487	-7.5356		Ad Darwa,Deroua,Derroua		06	117		
2552302	Douar Darqaoua	douar-darqaoua	MA		0	Africa/Casablanca	32.34893	-9.19044		Darkaoua,Derkaoua,Douar Darqaoua,Douar Derkaoua		07	431		
2552306	Derdara	derdara	MA		0	Africa/Casablanca	35.11041	-5.29015		Dardara,Derdara	1615105092	01	151	1615105092	
2552308	Derbane	derbane	MA		0	Africa/Casablanca	30.60358	-8.90846				09	541		
2552310	Ed-derb	ed-derb	MA		0	Africa/Casablanca	29.82191	-9.29228		Derb,Ed-derb		09	163		
2552313	Denagra	denagra	MA		0	Africa/Casablanca	34.41146	-5.25341		Denagra,Denajra		03	531		
2552315	Ed Doummissate	ed-doummissate	MA		0	Africa/Casablanca	31.44793	-8.96367		Ad Doummisat,Ad Doummissat,Demouisset,Ed Doummissate,El Doummissat,El dmaissate,El dmaïssate		07	161		
2552316	Demnati	demnati	MA		0	Africa/Casablanca	31.602	-8.30589		Dar Demnati,Demnati,Douar Demnati		07	351		
2552317	Demnate	demnate	MA		0	Africa/Casablanca	31.73443	-7.00505		Demnat,Demnate,Demnot	1208101031	05	081	1208101031	
2552318	Douar Eddemna	douar-eddemna	MA		0	Africa/Casablanca	35.02414	-5.7118		Demna,Douar Eddemna,Ed Demna		01	331		
2552319	Douar Demna	douar-demna	MA		0	Africa/Casablanca	34.88124	-5.83071		Demna,Douar Demna		04	281		
2552320	Demina	demina	MA		0	Africa/Casablanca	35.38746	-6.06224		Demina,Dmina		01	511		
2552321	Demar Lazeba	demar-lazeba	MA		0	Africa/Casablanca	31.88989	-9.21584		Demar Lazeba,Dhainat Lazaba,Douar Ahmed el Hassine		07	211		
2552329	Dekra el Azib	dekra-el-azib	MA		0	Africa/Casablanca	33.95059	-5.35158				03	061		
2552331	Dqiouqiyine	dqiouqiyine	MA		0	Africa/Casablanca	34.5113	-5.08974		Dekiodkiiene,Dekioukiiene,Dekioukiyene,Dkioukkien,Dqiouqiyine		03	531		
2552334	Douar Eddakhla	douar-eddakhla	MA		0	Africa/Casablanca	34.45583	-4.53859		Dekhla,Douar Dekhla,Douar Eddakhla		03	531		
2552335	Edkhanna	edkhanna	MA		0	Africa/Casablanca	32.19297	-8.72102		Dekhana,Dkhana,Douar ed Dekhana,Edkhanna		07	585		
2552337	Daïmous	daimous	MA		0	Africa/Casablanca	35.69194	-5.79011		Daimous,Daïmous,Deimous		01	511		
2552338	Dehrat	dehrat	MA		0	Africa/Casablanca	31.29259	-8.48359		Dehrat,Douar Dehrat		07	161		
2552343	Dehar Khecheb	dehar-khecheb	MA		0	Africa/Casablanca	34.56669	-4.82652		Dehar Khecheb,Dhar Khhecheb		03	531		
2552344	Douar Dhar Jaada	douar-dhar-jaada	MA		0	Africa/Casablanca	35.31381	-5.6151		Dahr Jaada Beni Arouss,Dar Jaada,Dehar Ja'da,Dehar Ja’da,Douar Dhar Jaada		01	331		
2552345	Douar Dchar El Kheir	douar-dchar-el-kheir	MA		0	Africa/Casablanca	34.94575	-5.6586		Dchar el-Khir,Dehar el Arba,Douar Dahar el Khir,Douar Dchar El Kheir		01	405		
2552346	Dhar Bou Mhamed	dhar-bou-mhamed	MA		0	Africa/Casablanca	34.52451	-5.04425		Dehar Bou Mohammed,Dhar Bou Mhamed		03	531		
2552348	Dehar al Qarroub	dehar-al-qarroub	MA		0	Africa/Casablanca	33.78	-4.68				03	451		
2552350	Dehar	dehar	MA		0	Africa/Casablanca	34.98	-5.37				01	405		
2552351	Dehamma	dehamma	MA		0	Africa/Casablanca	32.63007	-8.66473		Dehamma,Dhamna,Douar Dehamna		06	467		
2552352	Douar Dhabaa	douar-dhabaa	MA		0	Africa/Casablanca	32.31319	-9.13803		Dehahna,Dhahna,Douar Dehahna,Douar Dhabaa		07	431		
2552353	Douar Dhahja	douar-dhahja	MA		0	Africa/Casablanca	32.56653	-8.81119		Dehahja,Dhahja,Douar Dhahja,Douar ed Dehahja		06	467		
2552370	Defilia	defilia	MA		0	Africa/Casablanca	32.169	-1.37552				02	251		
2552371	Defilia	defilia	MA		0	Africa/Casablanca	29.14926	-10.08858		Defailia,Defilia,Dfeilia,Dfiliya,Tfiliya		10	473		
2552380	Dedlou	dedlou	MA		0	Africa/Casablanca	35.01678	-5.18681				01	151		
2552385	Dchar Rouached	dchar-rouached	MA		0	Africa/Casablanca	32.8963	-6.31113		Dchar Rouached,Dechra Rouached		05	311		
2552386	M’ammar	m-ammar	MA		0	Africa/Casablanca	32.71995	-5.66063		Dechra Maamar,M'ammar,Mammar,M’ammar		05	301		
2552387	Dchar Khab	dchar-khab	MA		0	Africa/Casablanca	35.48689	-5.82128		Dchar Khab,Dechar Lab,Dechra Khab		01	511		
2552388	Dchar Qallal	dchar-qallal	MA		0	Africa/Casablanca	35.32726	-6.06775		Chalkalal,Dchar Qallal,Dechra Kelal		01	511		
2552389	Dchar Jdid	dchar-jdid	MA		0	Africa/Casablanca	35.52321	-5.9209		Dchar Jdid,Dechra Jdid		01	511		
2552390	Dchar al Oued	dchar-al-oued	MA		0	Africa/Casablanca	32.68021	-5.89776		Dchar al Oued,Dechra el Oued		05	091		
2552395	Dechra Aït Abdallah	dechra-ait-abdallah	MA		0	Africa/Casablanca	33.23479	-5.61427		Dar Ait Abdallah,Dar Aït Abdallah,Dechra Ait Abdallah,Dechra Aït Abdallah		05	301		
2552396	Douar Dehara	douar-dehara	MA		0	Africa/Casablanca	34.45566	-4.73806		Dechra,Douar Dechra,Douar Dehara		03	531		
2552397	Dechra	dechra	MA		0	Africa/Casablanca	30.46714	-9.05698				09	541		
2552399	Dechira	dechira	MA		0	Africa/Casablanca	31.39798	-7.98694		Dchira,Dechira,Douar Dechira		07	041		
2552400	Dchar Lahmer	dchar-lahmer	MA		0	Africa/Casablanca	35.44094	-5.13035		Dchar Lahmer,Dechar,Dechar el Hamar		01	571		
2552402	Douar Dbichat	douar-dbichat	MA		0	Africa/Casablanca	34.50797	-5.26229		Debichat,Debichate,Douar Dbichat		03	531		
2552407	Debdou	debdou	MA		0	Africa/Casablanca	33.98228	-3.04263		Dabdou,Debdau,Debdou,Debdu,Debdú,Dubdu,dbdw,דבדו,دبدو	0853301131	02	533	0853301131	
2552411	Dbabza	dbabza	MA		0	Africa/Casablanca	32.62534	-9.08207		Dbabza,Debabza,Douar Dbabza		07	431		
2552421	Douar Gueddara	douar-gueddara	MA		0	Africa/Casablanca	34.47823	-5.59842		Dar Gueddara,Dchira,Douar Gueddara,Geddara,Gueddara		04	481		
2552422	Dchira	dchira	MA		0	Africa/Casablanca	30.29329	-9.17561		Dcheira,Dcheïra,Dchira		09	541		
2552423	Dchar Rouah	dchar-rouah	MA		0	Africa/Casablanca	35.31695	-6.07329		Charroua,Dchar Rouah,Dcher Ar Rouah,Dcher er Rouah		01	331		
2552424	Dchira	dchira	MA		0	Africa/Casablanca	35.50879	-5.82309		Dcheira,Dcheïra,Dchira		01	511		
2552426	Dchira	dchira	MA		0	Africa/Casablanca	30.37127	-9.54076		Dcheira,Dcheïra,Dchira		09	273		
2552427	Eddechira	eddechira	MA		0	Africa/Casablanca	29.57066	-9.66123		Dcheira,Dchera,Dcheïra,Eddechira,Id Chaira,Id Chaïra		09	581		
2552428	Dchar Loudana	dchar-loudana	MA		0	Africa/Casablanca	35.83017	-5.43353				01	227		
2552429	Dchar Jdid	dchar-jdid	MA		0	Africa/Casablanca	35.26116	-6.01535		Dchar Jdid,Dchar Jedid,Dechra Jdid		01	331		
2552430	Dhar Foual	dhar-foual	MA		0	Africa/Casablanca	35.78402	-5.60112		Dar Foual,Dchar Foual,Dhar Foual		01	227		
2552431	Dchar Fellah	dchar-fellah	MA		0	Africa/Casablanca	34.65491	-4.63553				03	531		
2552432	Mzala	mzala	MA		0	Africa/Casablanca	35.86	-5.4		Beni Mesala,Beni Mezala,Beni Msala,Bni Emzala,Dchar Beni Messala,Dxar Beni Mesala,Mzala		01	227		
2552433	Dchar beni Aissa	dchar-beni-aissa	MA		0	Africa/Casablanca	32.82349	-6.32888		Dchar Beni Aissa,Dchar Beni Aïssa,Dchar beni Aissa		05	311		
2552434	Dchar Aït Belkassem	dchar-ait-belkassem	MA		0	Africa/Casablanca	33.69251	-5.01532				03	451		
2552435	Douar Dar Dbae	douar-dar-dbae	MA		0	Africa/Casablanca	34.89248	-5.76127		Dchar,Douar Dar Dbae		01	405		
2552436	Dchira	dchira	MA		0	Africa/Casablanca	29.76108	-9.70862		Dchaira,Dchaïra,Dcheira,Dcheïra,Dchira		09	581		
2552437	Iba’ziz	iba-ziz	MA		0	Africa/Casablanca	31.70541	-6.61974		Dba'ziz,Dba’ziz,Iba'ziz,Iba`ziz,Iba‘ziz,Iba’ziz		05	081		
2552439	Dbagh	dbagh	MA		0	Africa/Casablanca	33.99	-6.87				04	421		
2552443	Dar Znani Ben ’Abdallah	dar-znani-ben-abdallah	MA		0	Africa/Casablanca	33.99186	-6.15903		Dar Znani Ben 'Abdallah,Dar Znani Ben Abdallah,Dar Znani Ben ’Abdallah		04	291		
2552444	Douar Zmamra	douar-zmamra	MA		0	Africa/Casablanca	34.49552	-5.60352		Dar Zmamra,Douar Zmamra,Zmamra		04	481		
2552445	Dar Zine Ben Smaïn	dar-zine-ben-smain	MA		0	Africa/Casablanca	33.19655	-7.56689		Dar Zine Ben Smain,Dar Zine Ben Smaïn,Dar Zinn Ben Smain,Dar Zinn Ben Smaine,Dar Zinn Ben Smaïn,Dar Zinn Ben Smaïne		06	117		
2552446	Douar Dar Zhirou	douar-dar-zhirou	MA		0	Africa/Casablanca	35.6694	-5.88122		Dar Shiro,Dar Zhirou,Douar Dar Zhirou		01	511		
2552448	Douar Dar Ezzaouia	douar-dar-ezzaouia	MA		0	Africa/Casablanca	34.46835	-4.28157		Dar Zawya Chrif,Douar Dar Ezzaouia		03	561		
2552449	Zghariyine	zghariyine	MA		0	Africa/Casablanca	34.53668	-6.33782		Dar Zarhrine,Zghariyine		04	281		
2552450	Zhir Zaimat	zhir-zaimat	MA		0	Africa/Casablanca	34.57113	-6.20906		Dar Zaimat,Dar Zaimate,Dar Zaïmat,Dar Zaïmate,Zhir Zaimat		04	281		
2552451	Douar Zhahfa	douar-zhahfa	MA		0	Africa/Casablanca	31.82333	-8.97666		Dar Zaafa,Dar Zâafa,Douar Zhahfa,Zaafa,Zhahfa		07	431		
2552452	Lahadada	lahadada	MA		0	Africa/Casablanca	33.25763	-7.71743		Dar Youssef Bibas,Lahadada		06	117		
2552453	Dar Ihousi	dar-ihousi	MA		0	Africa/Casablanca	33.1356	-7.78217		Dar Ihousi,Dar Yhoudi,Douar Yhoudi		06	117		
2552454	Dar Triaï	dar-triai	MA		0	Africa/Casablanca	33.20655	-8.3339		Dar Triaai,Dar Triai,Dar Triaâï,Dar Triaï		06	181		
2552455	Douar Touilach	douar-touilach	MA		0	Africa/Casablanca	35.66918	-5.57737		Dar Touilech,Douar Touilach		01	227		
2552457	Dar Tiguigur	dar-tiguigur	MA		0	Africa/Casablanca	29.48	-10.05				10	473		
2552458	Dar Tiguemmi	dar-tiguemmi	MA		0	Africa/Casablanca	29.96	-9.11		Dar Tiguemmi,Der Tijmi		09	163		
2552459	Dar Tibari	dar-tibari	MA		0	Africa/Casablanca	33.13012	-8.50858		Dar Tibari,Douar Tibari,Ouled Tibari		06	181		
2552460	Dar Thami Ben Mahaouri	dar-thami-ben-mahaouri	MA		0	Africa/Casablanca	33.1602	-7.69304		Dar Thami Ben Mahaouri,Douar Thami ben Mahaouri		06	117		
2552461	Dar Thami	dar-thami	MA		0	Africa/Casablanca	33.38249	-8.01				06	181		
2552463	Douar Dhar Tazemmourt	douar-dhar-tazemmourt	MA		0	Africa/Casablanca	35.09188	-4.08191		Dar Tazammourt,Dar Tazammoûrt,Douar Dhar Tazemmourt		01	051		
2552464	Dar Tasila	dar-tasila	MA		0	Africa/Casablanca	29.18057	-10.28549				10	473		
2552465	Dar Tanriouine	dar-tanriouine	MA		0	Africa/Casablanca	30.36	-7.4				08	401		
2552466	Dar Tanaz	dar-tanaz	MA		0	Africa/Casablanca	34.6	-3.68				02	265		
2552468	Dar Takouk	dar-takouk	MA		0	Africa/Casablanca	34.72911	-4.90446		Dar Takok,Dar Takouk		03	531		
2552469	Tbabaa	tbabaa	MA		0	Africa/Casablanca	34.54184	-6.20192		Dar Tababa,Dar Tababâ,Tbabaa		04	481		
2552470	Dart	dart	MA		0	Africa/Casablanca	31.58	-7.56		Dart,Douar Dart		07	041		
2552471	Dar Sultan	dar-sultan	MA		0	Africa/Casablanca	35.72863	-5.90086				01	511		
2552473	Dar Soumati	dar-soumati	MA		0	Africa/Casablanca	35.22451	-5.66423				01	331		
2552475	Dar Slimane	dar-slimane	MA		0	Africa/Casablanca	34.43937	-3.13303				02	533		
2552476	Dar Mohammed Ould Haj Jilali	dar-mohammed-ould-haj-jilali	MA		0	Africa/Casablanca	33.5	-7.88				06	117		
2552479	Douar Ait Ouarar	douar-ait-ouarar	MA		0	Africa/Casablanca	31.55046	-9.3295		Dar Sidi Raoui,Douar Ait Ouarar,Douar Sidi Mohammed Rouhi,Douar Sidi Raoui		07	211		
2552480	Dar Sidi Omar Bir Lhaj ’Abdellah	dar-sidi-omar-bir-lhaj-abdellah	MA		0	Africa/Casablanca	33.04871	-8.0064		Dar Sidi Omar Ben Hajj Abdallah,Dar Sidi Omar Bir Lhaj 'Abdellah,Dar Sidi Omar Bir Lhaj ’Abdellah,Douar Sidi Omar ben Haj Abdallah		06	117		
2552481	Dar Sidi Mokhtar Ben Heddi	dar-sidi-mokhtar-ben-heddi	MA		0	Africa/Casablanca	31.7	-8.43		Dar Sidi Mokhtar Ben Heddi,Douar Moktar ben Addi		07	161		
2552482	Dar Sidi Mohammed Bou’azza Baouri	dar-sidi-mohammed-bou-azza-baouri	MA		0	Africa/Casablanca	33.0553	-7.76593		Dar Sidi Mohammed Bou Azza Baouri,Dar Sidi Mohammed Bou'azza Baouri,Dar Sidi Mohammed Bou’azza Baouri,Douar Sidi Mohammed Bou Azza Baouri		06	117		
2552483	Dar Sidi Mohamed Ben Taïb	dar-sidi-mohamed-ben-taib	MA		0	Africa/Casablanca	33.04062	-8.40171		Dar Sidi Mohamed Ben Taib,Dar Sidi Mohamed Ben Taïb,Dar Sidi Mohammed Ben Taib,Dar Sidi Mohammed Ben Taïb		06	181		
2552486	Dar Sidi Mohamadi	dar-sidi-mohamadi	MA		0	Africa/Casablanca	34.75	-3.66				03	561		
2552488	Dar Sidi Mançour	dar-sidi-mancour	MA		0	Africa/Casablanca	33.13699	-8.15094		Dar Sidi Mancour,Dar Sidi Mansour,Dar Sidi Mançour,Manssoure		06	181		
2552493	Dar Sidi Haddou	dar-sidi-haddou	MA		0	Africa/Casablanca	34.96184	-3.28002		Dar Sidi Haddou,Ouled Hadou		02	167		
2552494	Dar Ben Hachem	dar-ben-hachem	MA		0	Africa/Casablanca	33.01194	-8.15488		Dar Ben Hachem,Dar Sidi Hachmi		06	181		
2552496	Battiwa	battiwa	MA		0	Africa/Casablanca	33.35849	-7.48563		Battiwa,Dar Sidi es Semah		06	117		
2552504	Lahbata	lahbata	MA		0	Africa/Casablanca	33.16774	-7.52365		Dar Sidi el Abd,Lahbata		06	117		
2552505	Dar Sidi Chaïb el Chej	dar-sidi-chaib-el-chej	MA		0	Africa/Casablanca	34.84882	-3.08915				02	381		
2552509	Dar Chikh Bahloul	dar-chikh-bahloul	MA		0	Africa/Casablanca	33.14511	-7.92596		Dar Chikh Bahloul,Dar Sidi Behloudi		06	117		
2552945	Dar Bou Halouf	dar-bou-halouf	MA		0	Africa/Casablanca	34.99121	-3.34112				02	167		
2552510	Dar Sidi ’Amor Ben Taba	dar-sidi-amor-ben-taba	MA		0	Africa/Casablanca	33.18373	-7.97687		Dar Sidi 'Amor Ben Taba,Dar Sidi Amor Ben Taba,Dar Sidi ’Amor Ben Taba		06	117		
2552513	Sidi Ali ou Hammou	sidi-ali-ou-hammou	MA		0	Africa/Casablanca	33.78959	-3.98574		Dar Sidi Ali Ou Hammou,Sidi Ali ou Hammou		03	561		
2552514	Dar Sidi ’Issa	dar-sidi-issa	MA		0	Africa/Casablanca	33.36023	-7.37203		Dar Sidi 'Issa,Dar Sidi Aissa,Dar Sidi Aïssa,Dar Sidi ’Issa		06	117		
2552516	Dar Sidi Ahmed	dar-sidi-ahmed	MA		0	Africa/Casablanca	31.93	-8.65		Dar Sidi Ahmed,Sidi Ahmed		07	585		
2552518	Dar Sidi Abd el Mjid	dar-sidi-abd-el-mjid	MA		0	Africa/Casablanca	31.31	-9.58		Dar Sidi Abd el Mjid,Douar Sidi Abd el Mjid,Sidi Amjid		07	211		
2552524	Dar Salah	dar-salah	MA		0	Africa/Casablanca	35.35912	-5.44413		Dar Salah,Dar Salah Ou		01	571		
2552525	Dar Saïd Ben Hajj	dar-said-ben-hajj	MA		0	Africa/Casablanca	33.35	-8.05				06	181		
2552526	Dar Saïd Ben Berhdadi	dar-said-ben-berhdadi	MA		0	Africa/Casablanca	33.26868	-8.19405				06	181		
2552527	Douar Dar Said	douar-dar-said	MA		0	Africa/Casablanca	34.42481	-4.44845		Dar Sa'id,Dar Sa’id,Douar Dar Said		03	561		
2552528	Douar Saiyed	douar-saiyed	MA		0	Africa/Casablanca	30.37051	-9.29333		Ait Said,Aït Saïd,Dar Said,Dar Saïd,Douar Saiyed,Saiied		09	541		
2552531	Riah	riah	MA		0	Africa/Casablanca	33.15122	-7.37504		Dar Riah,Douar Riah,Riah	0646108232	06	461	0646108232	
2552532	Dar Ghezouani	dar-ghezouani	MA		0	Africa/Casablanca	33.32205	-7.35184		Dar Ghezouani,Dar Rhezouani		06	117		
2552534	Douar Lemlaguit Rmiqiyyine	douar-lemlaguit-rmiqiyyine	MA		0	Africa/Casablanca	34.62971	-6.38842		Dar Remiki,Douar Lemlaguit Rmiqiyyine		04	281		
2552535	Dar Remik el Foukia	dar-remik-el-foukia	MA		0	Africa/Casablanca	34.62885	-5.02961		Dar Ermik el Oulya,Dar Remik al Fouqiya,Dar Remik el Foukia		03	531		
2552539	Dar Rahal Ben Saïd	dar-rahal-ben-said	MA		0	Africa/Casablanca	31.78	-7.8		Dar Rahal Ben Said,Dar Rahal Ben Saïd,Douar Sidi Rehal bou Said,Douar Sidi Rehal bou Saïd		07	427		
2552540	Rached	rached	MA		0	Africa/Casablanca	34.09	-4.77593		Dar Rached,Rached		03	591		
2552541	Dar Caïd Mokhtar Iguider	dar-caid-mokhtar-iguider	MA		0	Africa/Casablanca	31.28492	-9.44306		Dar Caid Mokhtar Iguider,Dar Caïd Mokhtar Iguider,Dar Qaid Mokhter Iguider,Dar Qaïd Mokhter Iguider		07	211		
2552543	Dar Louta	dar-louta	MA		0	Africa/Casablanca	35.1446	-5.59642		Dar Louta,Darouta		01	331		
2552544	Dar Ouled Yaïch	dar-ouled-yaich	MA		0	Africa/Casablanca	31.76	-8.71		Dar Ouled Yaich,Dar Ouled Yaïch,Douar Ouled Laiche,Oulad Yaich,Oulad Yaïch,Ouled Ayachi		07	585		
2552545	Dar Ould Zidouh	dar-ould-zidouh	MA		0	Africa/Casablanca	32.31247	-6.90494		Dar Oulad Zidouh,Dar Ould Zidouh,Dar-Oould-Zidouh	1209105012	05	091	1209105012	
2552546	Dar Ould Sidi Hammadi	dar-ould-sidi-hammadi	MA		0	Africa/Casablanca	31.68	-8.95		Dar Ould Sidi Hammadi,Hamamda		07	161		
2552547	Dar Ould Mhalla	dar-ould-mhalla	MA		0	Africa/Casablanca	33.42103	-7.51611		Dar Ould Mhalla,Dar el Haj Tachmi,Dar el Haj Tehami		06	355		
2552549	Dar Ould Loudiyi	dar-ould-loudiyi	MA		0	Africa/Casablanca	33.1636	-8.6013		Dar Ould Loudiyi,Dar Ould el Oudii,Dar Ould el Oudiï		06	181		
2552553	Dar Ould ’Abbou	dar-ould-abbou	MA		0	Africa/Casablanca	33.39985	-7.51255		Dar Ould 'Abbou,Dar Ould Abbou,Dar Ould el Haj Aidi,Dar Ould el Haj Aïdi,Dar Ould el Haj el Aidi,Dar Ould el Haj el Aïdi,Dar Ould ’Abbou,Dar Ouled el Haj Aidi,Dar Ouled el Haj Aïdi,Sidi el Boudi,Sidi el Bouidi		06	117		
2552554	Dar Oulad Yamani	dar-oulad-yamani	MA		0	Africa/Casablanca	33.11554	-7.72544		Dar Oulad Yamani,Douar Oulad Yamani		06	117		
2552555	Dar Oulad Taleb	dar-oulad-taleb	MA		0	Africa/Casablanca	34.6	-3.56		Dar Oulad Taleb,Oulad Taleb		02	167		
2552557	Oulad Sidi Tawti	oulad-sidi-tawti	MA		0	Africa/Casablanca	33.00527	-7.78889		Dar Oulad Sidi Taouti,Douar Oulad Taouti,Oulad Sidi Tawti,Oulad Sidi taoidi,Oulad Sidi taoïdi		06	461		
2552558	Dar Oulad Sidi Taïbi	dar-oulad-sidi-taibi	MA		0	Africa/Casablanca	33.16467	-7.75394				06	117		
2552559	Dar Oulad Sidi Hammadi	dar-oulad-sidi-hammadi	MA		0	Africa/Casablanca	31.71	-8.8				07	161		
2552560	Douar Oulad Saïd	douar-oulad-said	MA		0	Africa/Casablanca	33.1835	-8.47814		Dar Oulad Sad,Dar Oulad Sâd,Douar Oulad Said,Douar Oulad Saïd		06	181		
2552562	Oulad Aguil	oulad-aguil	MA		0	Africa/Casablanca	34.86148	-6.16559		Dar Oulad Oguil,Oulad Aguil		04	281		
2552563	Dar Oulad Nasseur	dar-oulad-nasseur	MA		0	Africa/Casablanca	33.18578	-8.57094				06	181		
2552564	Oulad Nasser	oulad-nasser	MA		0	Africa/Casablanca	34.98564	-6.12719		Dar Oulad Naseur,Oulad Nasser		04	281		
2552565	Douar Errouabza	douar-errouabza	MA		0	Africa/Casablanca	31.95881	-8.3216		Dar Oulad Lairabas,Dar Oulad Laïrabas,Douar Abbes,Douar Errouabza,Oulad Abbes,Oulad Abbès		07	351		
2552566	Dr. Oulad Lahsen	dr-oulad-lahsen	MA		0	Africa/Casablanca	33.14402	-7.48576		Dar Oulad Lahcene,Dar Oulad Lahsene,Dr. Oulad Lahsen		06	117		
2552568	Douar Oulad Kaddour	douar-oulad-kaddour	MA		0	Africa/Casablanca	31.73485	-8.77021		Dar Oulad Kaddour,Douar Oulad Kaddour,Oulad Kaddour,Ouled-Kaddour		07	161		
2552569	Dar Oulad Hawsseïne	dar-oulad-hawsseine	MA		0	Africa/Casablanca	33.31153	-7.55837		Dar Oulad Haousseine,Dar Oulad Hawsseine,Dar Oulad Hawsseïne		06	117		
2552570	Dar Oulad Hajj Kassem	dar-oulad-hajj-kassem	MA		0	Africa/Casablanca	33.41	-8.1		Dar Oulad Haj Kassem,Dar Oulad Hajj Kassem,Dar Oulad Kassem		06	181		
2552572	Dar Oulad Fatma	dar-oulad-fatma	MA		0	Africa/Casablanca	33.14829	-7.77575		Dar Oulad Fatma,Douar Oulad Fatma		06	117		
2552573	Oulad Ezzemouri	oulad-ezzemouri	MA		0	Africa/Casablanca	33.06568	-7.39984		Dar Oulad ez Zemmouri,Oulad Ezzemouri		06	461		
2552574	Dar Oulad el Hajj Ben Nasser	dar-oulad-el-hajj-ben-nasser	MA		0	Africa/Casablanca	33.19744	-7.55985		Dar Oulad el Haj Ben Naseur,Dar Oulad el Hajj Ben Nasser,Ouled Ben Nacer		06	117		
2552576	Oulad Dahhane	oulad-dahhane	MA		0	Africa/Casablanca	34.88996	-6.02056		Dar Oulad Dahane,Oulad Dahhane		04	281		
2552579	Oulad Brayk	oulad-brayk	MA		0	Africa/Casablanca	33.22048	-7.61822		Dar Oulad Brek,Oulad Brayk		06	117		
2552580	Dar Oulad Bou Rhoib	dar-oulad-bou-rhoib	MA		0	Africa/Casablanca	32.93	-8.11				06	181		
2552582	Dar Oulad Bou Bker	dar-oulad-bou-bker	MA		0	Africa/Casablanca	32.80461	-7.266		Dar Oulad Bou Beker,Dar Oulad Bou Bker,Douar Oulad bou Beker,Oulad-bou-Beker		06	461		
2552583	Douar Oulad Bou Aziz	douar-oulad-bou-aziz	MA		0	Africa/Casablanca	33.16584	-8.35698		Dar Oulad bou Aziz,Douar Oulad Bou Aziz		06	181		
2553019	Dar Ali el Abdi	dar-ali-el-abdi	MA		0	Africa/Casablanca	33.27535	-8.23059				06	181		
2552584	Douar Oulad Said	douar-oulad-said	MA		0	Africa/Casablanca	34.72236	-2.4918		Dar Oulad Ali,Dar Ouled Ali,Douar Oulad Said		02	533		
2552585	Douar Oulad Ahmed	douar-oulad-ahmed	MA		0	Africa/Casablanca	31.6668	-8.81021		Dar Oulad Ahmad,Douar Oulad Ahmed,Oulad Ahmed,Ouled Ahmed		07	161		
2552586	Dar Oulad Abd er Rahmane	dar-oulad-abd-er-rahmane	MA		0	Africa/Casablanca	31.93	-8.6		Dar Oulad Abd er Rahmane,Oulad Abd er Rahmane		07	585		
2552587	Oulad Bou’abib	oulad-bou-abib	MA		0	Africa/Casablanca	33.16722	-7.54114		Dar Oulad Abbou,Oulad Bou'abib,Oulad Bou’abib		06	117		
2552588	Walqadi	walqadi	MA		0	Africa/Casablanca	30.24678	-8.47749		Dar Ou el Kadi,Oulkadi,Walgadi,Walqadi		09	541		
2552590	Dar Ouatna	dar-ouatna	MA		0	Africa/Casablanca	31.93	-8.61				07	585		
2552592	Dar n’ta el Mâadi	dar-n-ta-el-maadi	MA		0	Africa/Casablanca	31.7	-8.95		Dar n'ta el Maadi,Dar n’ta el Mâadi,El Mahdi		07	161		
2552593	Neguriouat	neguriouat	MA		0	Africa/Casablanca	33.08195	-8.64869		Dar Neguiouat,Neguiouat,Neguriouat		06	181		
2552594	Amtar	amtar	MA		0	Africa/Casablanca	35.2425	-4.79248		Amtar,Amter,Dar Mter,M'Ter,M’Ter		01	151		
2552595	Douar Mraïrat	douar-mrairat	MA		0	Africa/Casablanca	34.48723	-5.80569		Dar Mrairat,Dar Mraïrat,Douar Mrairat,Douar Mraïrat,M'rirat,Mrairate,Mraïrate,M’rirat		04	481		
2552597	Dar Moussa Ben ’Abdel’aziz	dar-moussa-ben-abdel-aziz	MA		0	Africa/Casablanca	33.33775	-7.64541		Dar Moussa Ben 'Abdel'aziz,Dar Moussa Ben Abd el Aziz,Dar Moussa Ben ’Abdel’aziz		06	385		
2552599	Dar Moulay Tal’a	dar-moulay-tal-a	MA		0	Africa/Casablanca	33.28606	-7.3368		Dar Moulay Tal'a,Dar Moulay Talaa,Dar Moulay Talâa,Dar Moulay Tal’a		06	117		
2552601	Dar Moulay Tahar	dar-moulay-tahar	MA		0	Africa/Casablanca	33.22008	-7.21232		Dar Moulay Tahar,Douar Moulay Tahar		06	111		
2552603	Douar Oulad Bouziane Moualine El Hit	douar-oulad-bouziane-moualine-el-hit	MA		0	Africa/Casablanca	33.08044	-7.3385		Dar Moulay Sidi Bou Ziane,Douar Oulad Bouziane Moualine El Hit,Ouled sidi bouziane		06	461		
2552607	Douar Dar Mouddene	douar-dar-mouddene	MA		0	Africa/Casablanca	34.95137	-5.62728		Dar Mouden,Dar Moueddine,Douar Dar Mouddene		01	405		
2552608	Dar Mouddene	dar-mouddene	MA		0	Africa/Casablanca	33.50053	-7.76799				06	385		
2552609	Lemmaguer	lemmaguer	MA		0	Africa/Casablanca	34.5628	-6.17228		Dar Mouagar,Lemmaguer		04	481		
2552610	Dar Moqaddem Tayeb	dar-moqaddem-tayeb	MA		0	Africa/Casablanca	33.18823	-7.69632		Dar Mokaddem Taieb,Dar Mokaddem Taïeb,Dar Moqaddem Tayeb,Douar Mokaddem Taieb,Douar Mokaddem Taïeb		06	117		
2552612	Douar Lemqaddem Ebbih	douar-lemqaddem-ebbih	MA		0	Africa/Casablanca	31.61606	-8.6659		Dar Mokaddem Bouei,Dar Mokaddem Boueï,Dar Mokkadem Bouei,Douar Lemqaddem Ebbih,Mokaddem Bouei,Mokaddem Boueï		07	161		
2552613	Ait Mhand ou Abdellah	ait-mhand-ou-abdellah	MA		0	Africa/Casablanca	33.79757	-5.33864		Ait Mhand ou Abdellah,Dar Moha ou Smaine,Dar Mohan Ou Ismail,Dar Mohan Ou Ismaïl		03	171		
2552614	Dar Mohand Ou Ksou	dar-mohand-ou-ksou	MA		0	Africa/Casablanca	33.75965	-5.39117				03	171		
2552615	Dar Bouazza	dar-bouazza	MA		0	Africa/Casablanca	33.51535	-7.81677			0938503032	06	385	0938503032	
2552617	Dar Mohamed Ez-Z’aïmi	dar-mohamed-ez-z-aimi	MA		0	Africa/Casablanca	33.00069	-8.13728		Dar Mohamed Ez-Z'aimi,Dar Mohamed Ez-Z’aïmi,Dar Mohammed ez Zaimi,Dar Mohammed ez Zaïmi,Ouled Zaime		06	181		
2552618	Dar Mohammed Cherkaoua	dar-mohammed-cherkaoua	MA		0	Africa/Casablanca	33.37451	-7.42451		Dar Mohammed Cherkaoua,Dar Mohammed Cherkaoui		06	117		
2552621	Dar Mohammed Ben Taïbi	dar-mohammed-ben-taibi	MA		0	Africa/Casablanca	33.33826	-7.29908				06	117		
2552623	Dar Mohammed Ben Çalah	dar-mohammed-ben-calah	MA		0	Africa/Casablanca	33.33762	-7.32627		Dar Mohammed Ben Calah,Dar Mohammed Ben Salah,Dar Mohammed Ben Çalah		06	117		
2552625	Dar Mohammed Ben Mouddene	dar-mohammed-ben-mouddene	MA		0	Africa/Casablanca	33.39084	-7.52208		Dar Mohammed Ben Moudden,Dar Mohammed Ben Mouddene		06	117		
2552626	Dar Mohammed Ben L’arbi	dar-mohammed-ben-l-arbi	MA		0	Africa/Casablanca	33.0913	-7.98972		Dar Mohammed Ben L'arbi,Dar Mohammed Ben Larbi,Dar Mohammed Ben L’arbi		06	117		
2552628	Dar Mohammed Ben L’arbi	dar-mohammed-ben-l-arbi	MA		0	Africa/Casablanca	33.27773	-7.2828		Dar Larbi Ben Maati,Dar Larbi Ben Maâti,Dar Larbi Maati,Dar Mohammed Ben Arbi,Dar Mohammed Ben L'arbi,Dar Mohammed Ben Larbi,Dar Mohammed Ben L’arbi		06	117		
2552629	Dar Mohammed Ben Lahsen	dar-mohammed-ben-lahsen	MA		0	Africa/Casablanca	33.17627	-7.64852		Dar Mohammed Ben Lahsen,Dar Mohammed Ben Lahsene,Douar Mohammed Lahsen		06	117		
2552631	Dar Mohammed Ben Kobeïla	dar-mohammed-ben-kobeila	MA		0	Africa/Casablanca	33.35147	-7.33623		Dar Mohammed Ben Kobeila,Dar Mohammed Ben Kobeïla,Dar Mohammed ben Khbeila,Dar Mohammed ben Khbeïla		06	117		
2552634	Messaoud Ben el Haj	messaoud-ben-el-haj	MA		0	Africa/Casablanca	31.86199	-8.91936		Dar Mohammed Ben Hajj,Messaoud Ben el Haj		07	585		
2552635	Dar Mohammed Ben Haj	dar-mohammed-ben-haj	MA		0	Africa/Casablanca	33.11332	-7.97017		Dar Mohammed Ben Haj,Dar Mohammed Ben Hajj,Douar Mohammed ben Haj		06	117		
2552636	Dar Mohammed Ben al Habib	dar-mohammed-ben-al-habib	MA		0	Africa/Casablanca	33.27031	-7.61682		Dar Mohammed Ben Ali,Dar Mohammed Ben al Habib,Dar Mohammed Ben el Habib		06	117		
2552637	Dar Mohammed Ben Driss	dar-mohammed-ben-driss	MA		0	Africa/Casablanca	33.36109	-7.52669				06	117		
2552638	Dar Mohammed Ben Brahim	dar-mohammed-ben-brahim	MA		0	Africa/Casablanca	33.41112	-7.36672				06	117		
2552639	Oulad ’Amor	oulad-amor	MA		0	Africa/Casablanca	33.24017	-7.52592		Dar Mohammed Ben Amor,Oulad 'Amor,Oulad Mohammed Ben Amur,Oulad ’Amor		06	117		
2552640	Dar Mohammed Ben Ali	dar-mohammed-ben-ali	MA		0	Africa/Casablanca	33.38	-7.69				06	385		
2552641	Dar Mohammad Ben Brahim	dar-mohammad-ben-brahim	MA		0	Africa/Casablanca	33.4	-7.36				06	117		
2552642	Lemkarza	lemkarza	MA		0	Africa/Casablanca	34.92998	-6.02378		Dar Mkarza,Lemkarza		04	281		
2552643	Dar Mimoun Ou Ahmed	dar-mimoun-ou-ahmed	MA		0	Africa/Casablanca	33.62683	-5.22194				03	171		
2552644	Dar Miloudi	dar-miloudi	MA		0	Africa/Casablanca	33.26328	-7.29224				06	117		
2552646	Douar Dgadga	douar-dgadga	MA		0	Africa/Casablanca	31.66586	-8.71711		Dar Mguedgued,Douar Dgadga		07	161		
2552647	Dar Messid	dar-messid	MA		0	Africa/Casablanca	35.42793	-5.63824		Dar Mesied,Dar Messid,Dâr Messid		01	571		
2552648	Dar Merah Deriba	dar-merah-deriba	MA		0	Africa/Casablanca	35.81979	-5.37517		Dar Merah Deriba,Douar Merah Deriba,Duar Merah Deriba		01			
2552944	Bir Nahel	bir-nahel	MA		0	Africa/Casablanca	32.79042	-7.91571		Bir Nahel,Dar Bouir en Nhal		06	461		
2552649	Dar Menaïad	dar-menaiad	MA		0	Africa/Casablanca	34.36145	-4.27637		Dar Menaiad,Dar Menaïad,Douar Dar Menaiad,Douar Dar Menaïad		03	561		
2552650	Dar Mekki Ben ’Abid	dar-mekki-ben-abid	MA		0	Africa/Casablanca	33.22663	-8.20191		Dar Mekki Ben 'Abid,Dar Mekki Ben Abid,Dar Mekki Ben ’Abid		06	181		
2552651	Dar Meftag	dar-meftag	MA		0	Africa/Casablanca	35.38785	-5.35075		Dar Meftag,Dar Meftah		01	571		
2552653	Dar Mahres	dar-mahres	MA		0	Africa/Casablanca	34.04197	-4.96173		Dar Mahres,Douar Mahres		03	231		
2552655	Dar Madoudini	dar-madoudini	MA		0	Africa/Casablanca	31.63	-8.7				07	161		
2552656	Lamaadga	lamaadga	MA		0	Africa/Casablanca	34.59353	-6.13683		Dar Maatga,Dar Maâtga,Lamaadga		04	481		
2552658	Dar Louchechna	dar-louchechna	MA		0	Africa/Casablanca	33.19189	-8.23278		Dar Louchechna,Zouchachna		06	181		
2552661	Dar L’arbi Ben Rtel	dar-l-arbi-ben-rtel	MA		0	Africa/Casablanca	33.34271	-7.39473		Dar L'arbi Ben Rtel,Dar Larbi Ben Rtel,Dar L’arbi Ben Rtel		06	117		
2552663	Dar Lakhalta	dar-lakhalta	MA		0	Africa/Casablanca	31.29298	-8.76985		Dar Lakhalta,El Akhalalta,Lekhlalta		07	161		
2552667	Douar Dar El Abbas	douar-dar-el-abbas	MA		0	Africa/Casablanca	34.93769	-5.68687		Dar Labbas,Dar el Abbass,Douar Dar Abbes,Douar Dar El Abbas,Et Tleta Douar Abbes		01	405		
2552668	Dar Kralifa Raho	dar-kralifa-raho	MA		0	Africa/Casablanca	33.65662	-5.55173				03	171		
2552669	Douar Kraïz	douar-kraiz	MA		0	Africa/Casablanca	34.49344	-5.53961		Dar Kraiz,Dar Kraïz,Douar Kraiz,Douar Kraïz,Kraiz,Kriz		04	481		
2552670	Lakradha	lakradha	MA		0	Africa/Casablanca	34.62577	-6.30321		Dar Kradeha,Lakradha		04	281		
2552671	Dar Khorf	dar-khorf	MA		0	Africa/Casablanca	35.2378	-5.79688		Dar Khorf,Dar Khorfa,Dar Khrofa		01	331		
2552673	Dar Khanacha	dar-khanacha	MA		0	Africa/Casablanca	34.76	-6.3				04	281		
2552674	Dar Lkhalladi Mohamed	dar-lkhalladi-mohamed	MA		0	Africa/Casablanca	33.79983	-5.26099		Dar Khalifa Moha,Dar Lkhalladi Mohamed		03	171		
2552675	Douar Khelifa Ben Aissa	douar-khelifa-ben-aissa	MA		0	Africa/Casablanca	33.70433	-5.60693		Dar Khalifa Ben Aissa,Dar Khalifa Ben Aïssa,Douar Khelifa Ben Aissa		03	171		
2552676	Dar Khalifa	dar-khalifa	MA		0	Africa/Casablanca	33.10046	-7.80339				06	117		
2552680	Dar Karmoud	dar-karmoud	MA		0	Africa/Casablanca	35.24081	-5.73394		Dar Carmud,Dar Karmoud,Dar Karmud		01	331		
2552681	Douar Kaddour Ben Jilali	douar-kaddour-ben-jilali	MA		0	Africa/Casablanca	31.69722	-8.46697		Dar Kaddour Ben Jilali,Douar Kaddour Ben Jilali,Douar Salah ben Jilali		07	161		
2552682	Dar Kaddour ben Choufa	dar-kaddour-ben-choufa	MA		0	Africa/Casablanca	32.77534	-8.1394				06	467		
2552683	Dar Kaddour	dar-kaddour	MA		0	Africa/Casablanca	32.78584	-8.12684				06	467		
2552686	Dar Jenane Bou Aka	dar-jenane-bou-aka	MA		0	Africa/Casablanca	33.87918	-5.07842				03	451		
2552687	Dar Jarjor	dar-jarjor	MA		0	Africa/Casablanca	35.5	-5.35				01	571		
2552688	Dar Ito Lahssene	dar-ito-lahssene	MA		0	Africa/Casablanca	33.94523	-5.01439				03	591		
2552689	Imidar-n-Imargar	imidar-n-imargar	MA		0	Africa/Casablanca	30.6717	-8.04862		Dar Imoujir,Imidar-n-Imargar,Imoujjerne		09	541		
2552690	Dar Igourramene	dar-igourramene	MA		0	Africa/Casablanca	29.24947	-10.12704		Dar Igourramene,Igurru		10	473		
2552691	Darid U Gru	darid-u-gru	MA		0	Africa/Casablanca	29.5	-10.06				10	473		
2552692	Dar Idriss ben Allal	dar-idriss-ben-allal	MA		0	Africa/Casablanca	33.75234	-5.7753				04	291		
2552693	Dar Id Boused	dar-id-boused	MA		0	Africa/Casablanca	29.18731	-10.29339		Dar Id Boused,Dar Idbu-xait,Dar Iddu-xait		10	473		
2552696	Dar Houalka	dar-houalka	MA		0	Africa/Casablanca	31.93	-8.66				07	585		
2552697	Douar Kheliaa	douar-kheliaa	MA		0	Africa/Casablanca	34.34359	-4.3596		Darhlia,Douar Kheliaa		03	561		
2552698	Dar Hidour	dar-hidour	MA		0	Africa/Casablanca	34.9545	-5.37678		Dar Haidour,Dar Haïdour,Dar Hidour,Haidour		01	405		
2552702	Dar Hommane	dar-hommane	MA		0	Africa/Casablanca	35.71246	-5.71714		Dar Hammrane,Dar Hommane		01	227		
2552703	Dar Hammou al Halloufi	dar-hammou-al-halloufi	MA		0	Africa/Casablanca	33.28948	-7.5175		Dar Driss Ben Halaoui,Dar Driss Ben Haloui,Dar Hammou al Halloufi,Dar Hammou el Halloufi		06	117		
2552706	Oulad Bou Qaddour	oulad-bou-qaddour	MA		0	Africa/Casablanca	32.87362	-7.72689		Dar Hammou,Oulad Bou Qaddour		06	461		
2552707	Dar Hamida	dar-hamida	MA		0	Africa/Casablanca	33.41	-8.08		Dar Hamida,Hamidat		06	181		
2552708	Oulad Ech-Chahba	oulad-ech-chahba	MA		0	Africa/Casablanca	32.81122	-7.64252		Dar Hamerich,Oulad Ech-Chahba,Oulad ech Chahba,Ouled Ihahba		06	461		
2552709	Dar Hamada	dar-hamada	MA		0	Africa/Casablanca	34.36654	-2.6487		Dar Hamada,Dar Hammada,Dar Homada,Dar Hoummada		02	533		
2552710	Douar Dar Haqqoune	douar-dar-haqqoune	MA		0	Africa/Casablanca	33.80782	-4.53711		Dar Hakoun,Dkakkoun,Douar Dar Haqqoune		03	451		
2552712	Dar Haj al Hachmi	dar-haj-al-hachmi	MA		0	Africa/Casablanca	33.32207	-7.39919		Dar Hadj el Hachmi,Dar Haj al Hachmi,Dar Haj el Hachmi		06	117		
2552713	Dar Haj Ahmed Ben Khtif	dar-haj-ahmed-ben-khtif	MA		0	Africa/Casablanca	33.28084	-7.2908		Dar Hadj Ahmed Ben Khtif,Dar Haj Ahmed Ben Khtif		06	117		
2552714	Dar Haddadi	dar-haddadi	MA		0	Africa/Casablanca	35.80101	-5.41979		Dar Haddadi,Haddadin		01	227		
2552716	Dar Guarda	dar-guarda	MA		0	Africa/Casablanca	35.69131	-5.35303				01			
2552717	Grijat	grijat	MA		0	Africa/Casablanca	34.95916	-6.03463		Dar Grijat,Grijat		04	281		
2552718	Douar Dar Lgarraf	douar-dar-lgarraf	MA		0	Africa/Casablanca	35.31618	-5.42415		Dar Gouerraf,Dar el Guerrafe,Douar Dar Lgarraf		01	571		
2552719	Qwassam	qwassam	MA		0	Africa/Casablanca	33.0631	-7.79402		Dar Gouassam,Douar Gouassem,El Kouassem,Qwassam		06	117		
2552722	Dar Fellaq	dar-fellaq	MA		0	Africa/Casablanca	35.51686	-5.81136		Dar Afellah,Dar Fellak,Dar Fellaq		01	511		
2552723	Douar Zrahna	douar-zrahna	MA		0	Africa/Casablanca	32.50901	-8.47624		Dar ez Zerhane,Douar Zrahna		06	467		
2552724	Dar at Tajer	dar-at-tajer	MA		0	Africa/Casablanca	33.85648	-6.20895		Dar at Tajer,Dar et Tajer,Dar et Tajjer		04	291		
2552728	Douar Dar Sayed	douar-dar-sayed	MA		0	Africa/Casablanca	35.47191	-5.97548		Dar Sidi,Dar Sied,Dar es Sied,Douar Dar Sayed		01	511		
2552729	Dar es Salam	dar-es-salam	MA		0	Africa/Casablanca	33.93852	-6.83262		Dar as Salam,Dar as Salame,Dar es Salam		04	421		
2552730	Dar Saf	dar-saf	MA		0	Africa/Casablanca	35.53775	-5.79106		Dar Saf,Dar es Saf		01	511		
2552731	Dar er Rijene	dar-er-rijene	MA		0	Africa/Casablanca	34.83	-2.88		Casa del Reyen,Dar Erreyim,Dar er Reiene,Dar er Reïene,Dar er Rijene,Reyen		02	381		
2552732	Dar el Zorch	dar-el-zorch	MA		0	Africa/Casablanca	31.88	-8.6				07	585		
2552734	Dar El Ghnadra	dar-el-ghnadra	MA		0	Africa/Casablanca	33.22403	-8.05438		Dar El Ghnadra,Dar el Rhenadra,Dar er Rhenadra,Douar el Ghenadra,Douar el Rhenadra		06	181		
2552735	Dar el Oued	dar-el-oued	MA		0	Africa/Casablanca	35.09192	-5.77474		Dar el Ouad,Dar el Oued,Dar el Uad		01	331		
2552736	Dar el Ouadi	dar-el-ouadi	MA		0	Africa/Casablanca	35.3818	-5.44705				01	571		
2552739	Al Merassa	al-merassa	MA		0	Africa/Casablanca	31.99957	-8.157		Al Merassa,Dar el Mers,El Merassa,El Mers		07	351		
2552741	Dar al Mekki Ben Qassem	dar-al-mekki-ben-qassem	MA		0	Africa/Casablanca	33.31571	-7.56205		Dar al Mekki Ben Qassem,Dar el Mekki Ben Kasem,Dar el Mekki Ben Kassem		06	117		
2552744	Dar el Maïzi	dar-el-maizi	MA		0	Africa/Casablanca	33.40839	-8.11986				06	181		
2552745	Dar al Ma’ti Ben ’Ali	dar-al-ma-ti-ben-ali	MA		0	Africa/Casablanca	33.32067	-7.57127		Dar al Ma'ti Ben 'Ali,Dar al Ma’ti Ben ’Ali,Dar el Maati Ben Ali		06	117		
2552747	Douar El Maatga	douar-el-maatga	MA		0	Africa/Casablanca	33.15086	-8.47634		Dar el Maatga,Dar el Maâtga,Douar El Maatga		06	181		
2552750	Dar al Khiyati Ben Thami	dar-al-khiyati-ben-thami	MA		0	Africa/Casablanca	33.88656	-6.18229		Dar al Khiyati Ben Thami,Dar el Khiati Ben Thami,Dar el Kiati Ben Thami		04	291		
2552752	Dar Lkharroub	dar-lkharroub	MA		0	Africa/Casablanca	35.84105	-5.51649		Dahar el Jarrob,Dar Lkharroub,Dar el Kherroub		01	227		
2552754	Dar el Khalifa	dar-el-khalifa	MA		0	Africa/Casablanca	30.41	-7.43				08	401		
2552756	Dar el Kelaj	dar-el-kelaj	MA		0	Africa/Casablanca	34.9317	-3.05043				02	381		
2552757	Dar al Housseïn Ben Hammou	dar-al-houssein-ben-hammou	MA		0	Africa/Casablanca	33.37012	-7.53928		Dar al Houssein Ben Hammou,Dar al Housseïn Ben Hammou,Dar el Houssein Ben Hammou,Dar el Housseïn Ben Hammou		06	117		
2552758	Douar El Hassaïnat	douar-el-hassainat	MA		0	Africa/Casablanca	34.43756	-5.71621		Al Hassainat,Al Hassaïnat,Dar el Hassainat,Dar el Hassaïnat,Douar El Hassainat,Douar El Hassaïnat,El Hassainate,El Hassaïnate,Hsainat,Hsaïnat		04	481		
2552760	Dar el Harcha	dar-el-harcha	MA		0	Africa/Casablanca	34.8612	-5.46201		Dar el Harcha,Harchia		01	405		
2552761	Dar el Haoussine	dar-el-haoussine	MA		0	Africa/Casablanca	32.9003	-7.79328				06	461		
2552762	Dar Al Hamra	dar-al-hamra	MA		0	Africa/Casablanca	31.96957	-4.33394		Dar Al Hamra,Dar el Hamra		08	201		
2552763	Dar Lhalqa	dar-lhalqa	MA		0	Africa/Casablanca	35.5166	-5.39896		Dar Lhalqa,Dar el Halka		01	571		
2552768	Dar al Haj ’Omar	dar-al-haj-omar	MA		0	Africa/Casablanca	33.35546	-7.7043		Dar al Haj 'Omar,Dar al Haj ’Omar,Dar el Haj Omar		06	385		
2552769	Dar al Haj Mohammed Ben Hammou	dar-al-haj-mohammed-ben-hammou	MA		0	Africa/Casablanca	33.31848	-7.26377		Dar al Haj Mohammed Ben Hammou,Dar el Hadj Mohammed Hammou,Dar el Haj Mohammed Ben Hammou		06	111		
2552770	Dar el Haj Mohammed	dar-el-haj-mohammed	MA		0	Africa/Casablanca	32.92761	-7.89249				06	461		
2552772	Dar al Haj Mejdoub	dar-al-haj-mejdoub	MA		0	Africa/Casablanca	33.38001	-7.38513		Dar al Haj Mejdoub,Dar el Haj Medjoub,Dar el Haj Mejdoub,Dar el Hajj Mejdoub		06	117		
2552774	Douar Ouad Bouazza Laarana	douar-ouad-bouazza-laarana	MA		0	Africa/Casablanca	33.21053	-7.38821		Dar el Haj Kaddour Abd es Slam,Douar Ouad Bouazza Laarana		06	117		
2552775	Dar Al Haj Qaddour	dar-al-haj-qaddour	MA		0	Africa/Casablanca	33.27445	-7.54553		Dar Al Haj Qaddour,Dar Hammou Ben Merrakchi,Dar el Hadj Kaddour,Dar el Haj Kaddour		06	117		
2552777	Dar El Haj Jilali Ben Moussa	dar-el-haj-jilali-ben-moussa	MA		0	Africa/Casablanca	33.04111	-8.42699		Dar El Haj Jilali Ben Moussa,Dar el Hajj,Dar el Hajj Jillali Moussa		06	181		
2552778	Dar el Hajj Choho	dar-el-hajj-choho	MA		0	Africa/Casablanca	34.91	-3.53		Dar el Hach Choho,Dar el Hajj Choho		02	167		
2552779	Douar El Hajjaj	douar-el-hajjaj	MA		0	Africa/Casablanca	31.87136	-8.99106		Dar el Hajj Abbes Ben Mbarek,Douar El Hajjaj,El Haj Abbes ben Mbarek,El Hajj Abbes		07	431		
2552780	Dar al Haj ’Abbas	dar-al-haj-abbas	MA		0	Africa/Casablanca	33.2385	-7.77687		Dar al Haj 'Abbas,Dar al Haj ’Abbas,Dar el Hajj Abbas,Douar el Haj Abbas		06	117		
2552781	Dar al Haj Bou’azza	dar-al-haj-bou-azza	MA		0	Africa/Casablanca	33.36904	-7.37823		Dar al Haj Bou'azza,Dar al Haj Bou’azza,Dar el Hadj Bouazza,Dar el Haj Bou Azza		06	117		
2552784	Dar al Haj Ben Haj	dar-al-haj-ben-haj	MA		0	Africa/Casablanca	33.27282	-7.30145		Dar Ahmed Ben Haj,Dar Haj Ben Haj,Dar al Haj Ben Haj,Dar el Hadj Ben Hadj,Dar el Haj Ben Haj		06	117		
2552785	Dar al Haj Ben Bou’azza	dar-al-haj-ben-bou-azza	MA		0	Africa/Casablanca	33.32688	-7.57896		Dar Ben Azzouz,Dar Cheikh Bou Azza,Dar Cheïkh Bou Azza,Dar al Haj Ben Bou'azza,Dar al Haj Ben Bou’azza,Dar el Hadj Ahmed Ben Arabi,Dar el Hadj Ben Lahsene,Dar el Hadj Bou Azza,Dar el Haj Ahmed Ben Arabi,Dar el Haj Ben Bou Azza,Dar el Haj Ben Lahsene,Douar Cheikh bou Azza,Douar Cheïkh bou Azza,Oulad Azzouz,Sidi bou Azza		06	385		
2552786	Douar Dar Larjin	douar-dar-larjin	MA		0	Africa/Casablanca	35.72136	-5.46201		Dar el Hajar,Douar Dar Larjin		01	227		
2552788	Dar al Haj Ahmed Ben ’Omar	dar-al-haj-ahmed-ben-omar	MA		0	Africa/Casablanca	33.46702	-7.74364		Dar al Haj Ahmed Ben 'Omar,Dar al Haj Ahmed Ben ’Omar,Dar el Haj Ahmed Ben Omar,Dar el Hajj Ahmed Ben Omar		06	385		
2552789	Dar el Haj Ahmed Ben Miloud	dar-el-haj-ahmed-ben-miloud	MA		0	Africa/Casablanca	33.37929	-8.14857				06	181		
2552792	Dar el Haithat	dar-el-haithat	MA		0	Africa/Casablanca	29.18147	-10.31115		Dar Ainetad,Dar el Haithat		10	473		
2552793	Douar Dar Lhit	douar-dar-lhit	MA		0	Africa/Casablanca	35.3332	-5.55992		Dar el Hait,Dar el Haït,Douar Dar Lhit		01	331		
2552794	Dar el Haddad	dar-el-haddad	MA		0	Africa/Casablanca	34.71	-4.21				03	531		
2552796	El Grinat	el-grinat	MA		0	Africa/Casablanca	33.00757	-8.65145		Dar el Guerinat,El Grinat		06	181		
2552797	Douar El Gara	douar-el-gara	MA		0	Africa/Casablanca	31.78328	-8.75717		Dar el Gara,Douar El Gara,El Gara		07	585		
2552799	Dar el Caïd Sidi Cheïkh	dar-el-caid-sidi-cheikh	MA		0	Africa/Casablanca	33.95185	-5.40059		Dar el Caid,Dar el Caid Sidi Cheikh,Dar el Caïd,Dar el Caïd Sidi Cheïkh		03	061		
2552800	Dar Si Aissa	dar-si-aissa	MA		0	Africa/Casablanca	32.4133	-9.01858		Dar Essi Aissa,Dar Essi Aïssa,Dar Si Aissa,Dar Sidi Aissa,Dar Sidi Aïssa,Dar el Caid Sidi Aissa,Dar el Caïd Sidi Aïssa,Douar Sidi Aissa,Douar Sidi Aïssa,Oulad Ali Ben Aissa,Oulad Ali Ben Aïssa,Sidi-Aissa,Sidi-Aïssa		07	431		
2552803	Agadir n’Aït Bou Fenzi	agadir-n-ait-bou-fenzi	MA		0	Africa/Casablanca	31.05995	-9.37386		Agadir n'Ait Bou Fenzi,Agadir n’Aït Bou Fenzi,Dar Caid Allal bou Fenzi,Dar Caid bou Fenzi,Dar Caïd Allal bou Fenzi,Dar Caïd bou Fenzi,Dar el Caid Allal Bou Fenzi,Dar el Caïd Allal Bou Fenzi		07	211		
2552804	Dar El Cadi	dar-el-cadi	MA		0	Africa/Casablanca	33.1073	-8.12461				06	181		
2552807	Douar Brareq	douar-brareq	MA		0	Africa/Casablanca	35.7169	-5.56426		Dar el Berarak,Douar Brareq		01	227		
2552810	Labghaghra	labghaghra	MA		0	Africa/Casablanca	34.50751	-6.29249		Dar el Barharhra,Labghaghra		04	481		
2552811	Dar el Baraka	dar-el-baraka	MA		0	Africa/Casablanca	34.43153	-6.12088				04	481		
2552812	Dar el Bahloul	dar-el-bahloul	MA		0	Africa/Casablanca	32.96	-8.13				06	181		
2552814	Dar Adem	dar-adem	MA		0	Africa/Casablanca	35.42663	-5.55562		Dar Adem,Dar el Atam		01	571		
2552817	Dar Lahsen Bel Haj ’Aydi	dar-lahsen-bel-haj-aydi	MA		0	Africa/Casablanca	33.38278	-7.40643		Dar Lahsen Bel Haj 'Aydi,Dar Lahsen Bel Haj ’Aydi,Dar Laidi,Dar Laïdi,Dar el Aidi,Dar el Aïdi		06	117		
2552819	El Ahsinate	el-ahsinate	MA		0	Africa/Casablanca	31.672	-8.93872		Dar el Ahsinat,Dar el Ahsinate,El Ahsinat,El Ahsinate,Lahsinat		07	161		
2552821	El Achïch	el-achich	MA		0	Africa/Casablanca	33.21506	-8.53108		Dar el Achaich,Dar el Achaïch,El Achaich,El Achaïch,El Achich,El Achïch		06	181		
2552822	Douar Lebbaydine	douar-lebbaydine	MA		0	Africa/Casablanca	31.80456	-8.78849		Dar el Abiodh,Douar Lebbaydine,El Abiod		07	585		
2552823	Douar el Abiat	douar-el-abiat	MA		0	Africa/Casablanca	34.41801	-5.8084		Al Abiat,Dar el Abiat,Douar el Abiat,El Abiate,El Ablate,Labyet		04	491		
2552824	Douar Laabadla El Gharbia	douar-laabadla-el-gharbia	MA		0	Africa/Casablanca	32.17833	-7.65441		Dar el Abadla,Douar Laabadla El Gharbia		07	191		
2552827	Charqawa	charqawa	MA		0	Africa/Casablanca	33.25585	-7.38287		Charcaoua,Charqawa,Cherkaoua,Dar ech Cherkaoua		06	117		
2552828	Dar Cherif	dar-cherif	MA		0	Africa/Casablanca	35.40867	-5.58008		Dar Cherif,Dar ech Cherif		01	571		
2552833	Dardount	dardount	MA		0	Africa/Casablanca	35.13161	-3.89632		Dardount,Dardunt		01	051		
2552834	Dar Douiou	dar-douiou	MA		0	Africa/Casablanca	30.29973	-9.00225		Dar Douiou,Dar Doulou		09	541		
2552839	Douar Dardara	douar-dardara	MA		0	Africa/Casablanca	34.33316	-4.22962		Dardara,Douar Dardara		03	561		
2552842	Dahamna	dahamna	MA		0	Africa/Casablanca	32.6135	-7.11823		Dahamna,Dar Dahamna		06	461		
2552844	Douar Chroua	douar-chroua	MA		0	Africa/Casablanca	31.71661	-9.02191		Chroha,Dar Chroha,Douar Chroua		07	211		
2552845	Dar Chouaker	dar-chouaker	MA		0	Africa/Casablanca	35.45164	-5.35797		Dar Chouaker,Dar Chouekar		01	571		
2552846	Dar Cherkat	dar-cherkat	MA		0	Africa/Casablanca	31.68	-9.08		Cherkat,Dar Cherkat		07	211		
2552847	Dar Cherqawi Ben L’arbi	dar-cherqawi-ben-l-arbi	MA		0	Africa/Casablanca	33.01036	-8.22745		Charkaoua,Dar Cherkaoui Ben Larbi,Dar Cherqawi Ben L'arbi,Dar Cherqawi Ben L’arbi		06	181		
2552848	Dar Cherkaoua	dar-cherkaoua	MA		0	Africa/Casablanca	33.36607	-8.16656				06	181		
2552849	Dar Chelalga	dar-chelalga	MA		0	Africa/Casablanca	31.68	-8.03		Chelalgat,Dar Chelalga,Douar Chelalga,Douar Chelalgua		07	351		
2552850	Dar Chikh Zerwal	dar-chikh-zerwal	MA		0	Africa/Casablanca	33.00374	-7.74057		Dar Cheikh Zeroual,Dar Cheïkh Zeroual,Dar Chikh Zerwal		06	461		
2552851	Dar Cheïkh Salah	dar-cheikh-salah	MA		0	Africa/Casablanca	31.85	-8.6				07	585		
2552852	Chikh Saïd	chikh-said	MA		0	Africa/Casablanca	30.42466	-8.94321		Chikh Said,Chikh Saïd,Dar Cheikh Said,Dar Cheïkh Saïd		09	541		
2552854	Dar Cheïkh Moussa	dar-cheikh-moussa	MA		0	Africa/Casablanca	31.81	-8.68				07	585		
2552856	Douar Ben Allou	douar-ben-allou	MA		0	Africa/Casablanca	31.8604	-8.8574		Ben Allou,Cheikh Mohammed Ben Hallou,Cheïkh Mohammed Ben Hallou,Dar Cheikh Mohammed Ben Hallou,Dar Cheïkh Mohammed Ben Hallou,Douar Ben Allou,Douar Cheikh Mohammed Ben Hallou,Douar Cheïkh Mohammed Ben Hallou		07	585		
2552857	Dar Chikh Mohammed Bel Mekki	dar-chikh-mohammed-bel-mekki	MA		0	Africa/Casablanca	33.45593	-7.29316		Dar Cheikh Mohammed Ben el Mekki,Dar Cheikh Mohammed el Mekki,Dar Cheïkh Mohammed Ben el Mekki,Dar Cheïkh Mohammed el Mekki,Dar Chikh Mohammed Bel Mekki		06	111		
2552860	Dar Chikh Miloudi	dar-chikh-miloudi	MA		0	Africa/Casablanca	33.30605	-7.36973		Dar Cheikh Miloudi,Dar Cheïkh Miloudi,Dar Chikh Miloudi,Douar Cheikh Miloudi,Douar Cheïkh Miloudi,Douar Miloudi		06	117		
2552861	Id Joub	id-joub	MA		0	Africa/Casablanca	31.10988	-9.65134		Dar Cheikh Mbarek,Dar Cheïkh Mbarek,Douar Cheikh M'Bark,Douar Cheïkh M’Bark,Id Joub		07	211		
2552862	Dar Cheikh Larbi	dar-cheikh-larbi	MA		0	Africa/Casablanca	32.93426	-6.68743		Dar Cheikh Larbi,Dar Cheïkh Larbi		05	311		
2552864	Dar Labbib Cheikh Ghilane	dar-labbib-cheikh-ghilane	MA		0	Africa/Casablanca	34.95683	-6.23239		Dar Cheikh Khailane,Dar Labbib Cheikh Ghilane		04	281		
2552866	Dar Chikh ad Dahar	dar-chikh-ad-dahar	MA		0	Africa/Casablanca	33.39631	-7.60508		Dar Cheikh ed Dahar,Dar Cheïkh ed Dahar,Dar Chikh ad Dahar		06	385		
2552867	Dar Cheïkh Boubker	dar-cheikh-boubker	MA		0	Africa/Casablanca	30.18	-9.23		Dar Cheikh Boubker,Dar Cheikh bou Beker,Dar Cheikh bou Bekker,Dar Cheïkh Boubker,Dar Cheïkh bou Beker,Dar Cheïkh bou Bekker		09	163		
2552868	Dar Cheikh Bouazza	dar-cheikh-bouazza	MA		0	Africa/Casablanca	33.24836	-7.24526		Dar Cheikh Bou Azza,Dar Cheikh Bouazza,Dar Cheïkh Bou Azza		06	117		
2552871	Dar Cheïkh Ammou Ben Ali	dar-cheikh-ammou-ben-ali	MA		0	Africa/Casablanca	31.8	-8.88				07	585		
2552873	Dar Cheïkh Ali Ben Mohammed	dar-cheikh-ali-ben-mohammed	MA		0	Africa/Casablanca	32.62	-8.33		Dar Cheikh Ali Ben Mohammed,Dar Cheïkh Ali Ben Mohammed,Douar Allal Ben M'hamed,Douar Allal Ben M’hamed,Oulad Allal		06	467		
2552874	Dar Chikh ’Ali	dar-chikh-ali	MA		0	Africa/Casablanca	33.31784	-7.35054		Dar Cheikh Ali,Dar Cheïkh Ali,Dar Chikh 'Ali,Dar Chikh ’Ali		06	117		
2552876	Dar Cheikh Ahmed ou Ali	dar-cheikh-ahmed-ou-ali	MA		0	Africa/Casablanca	32.95	-9.55				07			
2552878	Dar Cheïkh Abd es Slam	dar-cheikh-abd-es-slam	MA		0	Africa/Casablanca	33.67846	-5.86916		Dar Cheikh Abd es Slam,Dar Cheikh Abdesalem,Dar Cheikh Abdeselem,Dar Cheïkh Abd es Slam		04	291		
2552880	Dar Cheïkh Abdallah el Askri	dar-cheikh-abdallah-el-askri	MA		0	Africa/Casablanca	29.98	-9.36				09	163		
2552881	Dar Cheïkh Abdallah	dar-cheikh-abdallah	MA		0	Africa/Casablanca	34.73	-3.7				03	561		
2552882	Dar Cheikh	dar-cheikh	MA		0	Africa/Casablanca	30.13154	-9.30894		Dar Cheikh,Dar Cheïkh,Dar checheh,Sidi Abdallah Ben Cheikh		09	163		
2552883	Dar Cheguifat	dar-cheguifat	MA		0	Africa/Casablanca	34.38016	-5.74797		Chegifate,Chquifat,Dar Cheguifat,Douar Cheguifat		04	491		
2552884	Dar Chebika	dar-chebika	MA		0	Africa/Casablanca	28.18	-11.16		Chbika,Dar Chebika		10	521		
2552886	Dar Chaoui	dar-chaoui	MA		0	Africa/Casablanca	35.5377	-5.71742		Dar Chaoui,Dar Chaui,Dar Xaui,Dar ech Chaui,Der Xaui,Xauia	1651103072	01	511	1651103072	
2552888	Dar Chaifat	dar-chaifat	MA		0	Africa/Casablanca	32.54765	-7.50049		Dar Chafai,Dar Chafaï,Dar Chaffai,Dar Chaffaï,Dar Chafi,Dar Chafï,Dar Chaifat,Dar Charfai,Dar Charfaï,Dar ech Chafi		06	461		
2552889	Dar El Caid Zorgane	dar-el-caid-zorgane	MA		0	Africa/Casablanca	34.37792	-4.72877		Dar Caid Zorgane,Dar Caïd Zorgane,Dar El Caid Zorgane,Douar Caid Zorgane,Douar Caïd Zorgane		03	531		
2552890	Dar El Cald Eltounsi	dar-el-cald-eltounsi	MA		0	Africa/Casablanca	32.62985	-8.16557		Caid Teunsi,Caid Tounsi,Caïd Teunsi,Caïd Tounsi,Dar Caid Tounsi,Dar Caïd Tounsi,Dar El Cald Eltounsi,El Had Caid Tounsi,El Had Caïd Tounsi,Ouled Tounsi		06	467		
2552892	Dar Caïd Taïeb	dar-caid-taieb	MA		0	Africa/Casablanca	34.52125	-4.21839		Dar Caid Taieb,Dar Caïd Taïeb,Dar el Caid,Dar el Caïd		03	561		
2552893	Dar Qaïd Sidi Lhassane	dar-qaid-sidi-lhassane	MA		0	Africa/Casablanca	33.21612	-7.78084		Dar Caid Sidi Lhassane,Dar Caïd Sidi Lhassane,Dar Qaid Sidi Lhassane,Dar Qaïd Sidi Lhassane		06	117		
2552895	Dar Caïd Sidi Ahmed	dar-caid-sidi-ahmed	MA		0	Africa/Casablanca	31.98	-8.6				07	585		
2552897	Dar El Caid Regoug	dar-el-caid-regoug	MA		0	Africa/Casablanca	34.45344	-4.31584		Dar Caid Regoug,Dar Caïd Regoug,Dar El Caid Regoug		03	561		
2552898	Dar El Caïd Neknafi	dar-el-caid-neknafi	MA		0	Africa/Casablanca	31.28951	-9.57501		Dar Caid Neknafi,Dar Caid el Hajj Neknafi,Dar Caïd Neknafi,Dar Caïd el Hajj Neknafi,Dar El Caid Neknafi,Dar El Caïd Neknafi,Dar Qayd al Haj Naknaf,Qasbat Anflous		07	211		
2552899	Dar Caïd Moussa	dar-caid-moussa	MA		0	Africa/Casablanca	32.76355	-8.09881		Dar Caid Moussa,Dar Caïd Moussa,Douar Caid Moussa,Douar Caïd Moussa		06	467		
2552900	Dar Caïd Mohammed Ben Kaddour	dar-caid-mohammed-ben-kaddour	MA		0	Africa/Casablanca	32.86619	-8.41481		Dar Caid Ben Kaddour,Dar Caid Mohammed Ben Kaddour,Dar Caïd Ben Kaddour,Dar Caïd Mohammed Ben Kaddour		06	181		
2552901	Dar Caïd Mohammed Bel Gherib	dar-caid-mohammed-bel-gherib	MA		0	Africa/Casablanca	32.66	-8.15		Dar Caid Mohammed Bel Gherib,Dar Caid Mohammed bel Rherib,Dar Caïd Mohammed Bel Gherib,Dar Caïd Mohammed bel Rherib		06	467		
2552902	Dar Caïd Mohammed	dar-caid-mohammed	MA		0	Africa/Casablanca	30.71267	-8.7869				09	541		
2552903	Dar El Caid Mohamed	dar-el-caid-mohamed	MA		0	Africa/Casablanca	33.29153	-7.19637		Dar Caid Mohammed,Dar Caïd Mohammed,Dar El Caid Mohamed		06	111		
2552904	Dar Caïd Medboh	dar-caid-medboh	MA		0	Africa/Casablanca	34.48	-3.9				03	561		
2552905	Dar Caïd Layadi	dar-caid-layadi	MA		0	Africa/Casablanca	31.63453	-7.89974		Aazib el Caid Zaiadi,Aâzib el Caïd Zaïadi,Dar Caid Layadi,Dar Caïd Layadi,Douar Caid Ayadi,Douar Caïd Ayadi		07	351		
2552906	Dar Caïd Jmili	dar-caid-jmili	MA		0	Africa/Casablanca	32.86868	-7.79499				06	461		
2552907	Dar Caïd Ibrahim	dar-caid-ibrahim	MA		0	Africa/Casablanca	33.96	-6.61				04	441		
2552909	Dar Qaïd Es-Sghir	dar-qaid-es-sghir	MA		0	Africa/Casablanca	32.86066	-7.55578		Dar Caid es Srhir,Dar Caïd es Srhir,Dar Qaid Es-Sghir,Dar Qaïd Es-Sghir,Dar el Haj Salah,Dar el Hajj Salah,Souk-Tleta-des-Oulad-Srhir		06	461		
2552910	Dar Caïd Na’mi	dar-caid-na-mi	MA		0	Africa/Casablanca	33.06195	-8.14813		Dar Caid Na'mi,Dar Caid en Naami,Dar Caïd Na’mi,Dar Caïd en Naâmi,Ouled Nami		06	181		
2552912	Dar al Qaïd al Gourch	dar-al-qaid-al-gourch	MA		0	Africa/Casablanca	33.07887	-7.82646		Caid el Kerche,Caïd el Kerche,Dar Caid el Guerch,Dar Caïd el Guerch,Dar al Qaid al Gourch,Dar al Qaïd al Gourch		06	117		
2552913	Dar Qaïd Dris Ou Rahhou	dar-qaid-dris-ou-rahhou	MA		0	Africa/Casablanca	33.81517	-6.02468		Dar Caid Driss Ou Rahhou,Dar Caïd Driss Ou Rahhou,Dar Qaid Dris Ou Rahhou,Dar Qaïd Dris Ou Rahhou		04	291		
2552914	Dar Caïd Driss	dar-caid-driss	MA		0	Africa/Casablanca	34.34789	-6.05				04	491		
2552915	Douar Oulad El Caid Charqi	douar-oulad-el-caid-charqi	MA		0	Africa/Casablanca	33.10416	-7.0567		Dar Caid Cheroui,Dar Caïd Cheroui,Douar Oulad El Caid Charqi		06	461		
2552916	Dar Caid Bou Youssef	dar-caid-bou-youssef	MA		0	Africa/Casablanca	33.07317	-5.24472				03	271		
2552917	Dar Qaïd Bou Dris	dar-qaid-bou-dris	MA		0	Africa/Casablanca	33.82544	-6.20775		Dar Caid Bou Driss,Dar Caïd Bou Driss,Dar Qaid Bou Dris,Dar Qaïd Bou Dris		04	291		
2552919	Dar Caïd bou Armor	dar-caid-bou-armor	MA		0	Africa/Casablanca	33.56	-6.53				04	291		
2552920	Dar Qaïd Ben Issa	dar-qaid-ben-issa	MA		0	Africa/Casablanca	33.95168	-6.22452		Dar Caid Ben Aissa,Dar Caïd Ben Aïssa,Dar Qaid Ben Issa,Dar Qaïd Ben Issa		04	291		
2552921	Dar Caïd	dar-caid	MA		0	Africa/Casablanca	34.43915	-3.94513		Dar Caid,Dar Caid Azzouz,Dar Caïd,Dar Caïd Azzouz		03	561		
2552922	Dar Caïd Allal	dar-caid-allal	MA		0	Africa/Casablanca	34.91	-6.05				04	281		
2552924	Dar Caïd Ali	dar-caid-ali	MA		0	Africa/Casablanca	33.63446	-4.43339				03	451		
2552925	Ait Arbiya	ait-arbiya	MA		0	Africa/Casablanca	33.80651	-5.34158		Ait Arbiya,Dar Caid Akka,Dar Caïd Akka		03	171		
2552927	Dar Caïd Ahemd	dar-caid-ahemd	MA		0	Africa/Casablanca	34.01448	-6.43791				04	291		
2552928	Dar El Caid Haddou	dar-el-caid-haddou	MA		0	Africa/Casablanca	33.78652	-5.32176		Dar Caid Addou,Dar Caïd Addou,Dar El Caid Haddou		03	171		
2552929	Dar Caïd Aine. Slam	dar-caid-aine-slam	MA		0	Africa/Casablanca	34.36525	-4.05585		Dar Caid Abd es Slam,Dar Caid Aine. Slam,Dar Caïd Abd es Slam,Dar Caïd Aine. Slam		03	561		
2552930	Dar El Caid El Madani	dar-el-caid-el-madani	MA		0	Africa/Casablanca	33.10638	-7.08948		Dar Caid Abd es Slam,Dar Caïd Abd es Slam,Dar El Caid El Madani		06	461		
2552932	Njajaa Lgharbiyine	njajaa-lgharbiyine	MA		0	Africa/Casablanca	34.60205	-6.1739		Dar Caid,Dar Caïd,Njajaa Lgharbiyine		04	281		
2552933	Dar Caïd	dar-caid	MA		0	Africa/Casablanca	34.42738	-3.74262		Dar Caid,Dar Caid Ahmed Ould Aissa,Dar Caïd,Dar Caïd Ahmed Ould Aïssa,Douar Caid		02	265		
2552934	Dar Caïd	dar-caid	MA		0	Africa/Casablanca	32.68	-8.35				06	467		
2552935	Dar Caïd	dar-caid	MA		0	Africa/Casablanca	30.63486	-8.63569				09	541		
2552937	Dar Buxama	dar-buxama	MA		0	Africa/Casablanca	29.08	-10.26				10	261		
2552940	Dar Brahim Ben Beïda	dar-brahim-ben-beida	MA		0	Africa/Casablanca	31.96	-8.71				07	585		
2552941	Kifane Bou Youssef	kifane-bou-youssef	MA		0	Africa/Casablanca	33.73051	-5.30412		Dar Bou Youssef,Kifane Bou Youssef		03	171		
2552946	Dar Bouchaïbou Driss	dar-bouchaibou-driss	MA		0	Africa/Casablanca	33.10675	-7.90021		Dar Bouchaib Driss,Dar Bouchaibou Driss,Dar Bouchaïb Driss,Dar Bouchaïbou Driss,Douar Bouchaib Driss,Douar Bouchaïb Driss		06	117		
2552948	Dar Bouch’aïb Ben Jilali	dar-bouch-aib-ben-jilali	MA		0	Africa/Casablanca	33.03248	-8.09116		Dar Bou Chaib Ben Jilali,Dar Bou Chaïb Ben Jilali,Dar Bouch'aib Ben Jilali,Dar Bouch’aïb Ben Jilali,Ouled Jilali		06	181		
2552950	Oulad Ghafir	oulad-ghafir	MA		0	Africa/Casablanca	33.24378	-7.47272		Dar Bou Chaib Ben Haj,Dar Bou Chaib Ben el Haj,Dar Bou Chaïb Ben Haj,Dar Bou Chaïb Ben el Haj,Oulad Ghafir		06	117		
2552953	Dar Bouchaïbou Ben Ahmed	dar-bouchaibou-ben-ahmed	MA		0	Africa/Casablanca	33.09466	-7.98784		Dar Bouchaib Ben Ahmed,Dar Bouchaibou Ben Ahmed,Dar Bouchaïb Ben Ahmed,Dar Bouchaïbou Ben Ahmed		06	117		
2552954	Dar Bou Chaïb	dar-bou-chaib	MA		0	Africa/Casablanca	33.001	-8.312				06	181		
2552955	Dar Bou Chaïb	dar-bou-chaib	MA		0	Africa/Casablanca	31.98	-8.65		Dar Bou Chaib,Dar Bou Chaïb,Oulad Bouchaib,Oulad Bouchaïb		07	585		
2552958	Dar Bou Azza	dar-bou-azza	MA		0	Africa/Casablanca	33.77296	-5.40822		Dar Bou Azza,Dar Cheikh Bouazza		03	171		
2552962	Dar Bouassa Ben Hammou	dar-bouassa-ben-hammou	MA		0	Africa/Casablanca	34.99666	-3.44751		Dar Bouassa Ben Hammou,Ouled Ali Ben Hamou		02	167		
2552963	Dar Bou Announ	dar-bou-announ	MA		0	Africa/Casablanca	34.27639	-2.71619		Dar Bou Announ,Dar Bou Arounba		02	533		
2552964	Dar Bou ’Ali Ben Slimane	dar-bou-ali-ben-slimane	MA		0	Africa/Casablanca	33.26883	-7.35947		Dar Bou 'Ali Ben Slimane,Dar Bou Ali Ben Slimane,Dar Bou ’Ali Ben Slimane		06	117		
2552965	Dar Bou ’Alam	dar-bou-alam	MA		0	Africa/Casablanca	33.90863	-6.1908		Dar Ben Aalem,Dar Bou 'Alam,Dar Bou Aalem,Dar Bou ’Alam		04	291		
2552966	Douar Dar Bjou	douar-dar-bjou	MA		0	Africa/Casablanca	35.26275	-5.58004		Dar Abijane,Dar Abijane Seflia,Dar Abiyan es Seflia,Dar Abjaoi,Dar Bjou,Douar Dar Bjou		01	331		
2552967	Dar Berwag	dar-berwag	MA		0	Africa/Casablanca	34.06844	-2.7239		Dar Berrouag,Dar Berwag		02	533		
2552968	Dar Ben Zeïd	dar-ben-zeid	MA		0	Africa/Casablanca	31.91	-8.75				07	585		
2552969	Dar Ben Zaou	dar-ben-zaou	MA		0	Africa/Casablanca	32.8765	-7.31443				06	461		
2552970	Dar Ben Sdouq	dar-ben-sdouq	MA		0	Africa/Casablanca	35.4603	-5.78492		Dar Ben Sadouk,Dar Ben Sdouq,Dar Ben Sedok		01	571		
2552971	Dar Ben Rabha	dar-ben-rabha	MA		0	Africa/Casablanca	33.05025	-8.47585		Bhabha,Dar Ben Rabha		06	181		
2552972	Dar Ben Ma’ti	dar-ben-ma-ti	MA		0	Africa/Casablanca	33.00844	-8.24342		Dar Bel Mati,Dar Bel Mâti,Dar Ben Ma'ti,Dar Ben Mati,Dar Ben Ma’ti,Dar Ben Mâti,Douar Mohammed ben Mati,Douar Mohammed ben Mâti		06	181		
2552973	Dar Ben Khsied	dar-ben-khsied	MA		0	Africa/Casablanca	34.82	-1.96				02	411		
2552975	Ben Qarrich	ben-qarrich	MA		0	Africa/Casablanca	35.5109	-5.42047		Ben Carrich,Ben Karrich,Ben Qarrich,Beni-Kriche-El Fouki,Dar Ben Karrich,Dar beni Kriche Bahri		01	571		
2552977	Héritiérs Abdelkhaleq Ben Jilali	heritiers-abdelkhaleq-ben-jilali	MA		0	Africa/Casablanca	31.65153	-8.39024		Ait Ben Jilali,Aït Ben Jilali,Dar Ben Jilai,Douar Ben Jilai,Heritiers Abdelkhaleq Ben Jilali,Héritiérs Abdelkhaleq Ben Jilali		07	351		
2552978	Beni Khelef	beni-khelef	MA		0	Africa/Casablanca	32.77209	-7.91337		Ben Ikhlef,Beni Khelef,Beni-Khlef,Dar Beni Krelef		06	461		
2552979	Dar Ben Ider	dar-ben-ider	MA		0	Africa/Casablanca	30.51	-7.28				08	401		
2552983	Douar Ait Ben Fatna	douar-ait-ben-fatna	MA		0	Africa/Casablanca	31.591	-9.29297		Ait mohamed Ben Fatmi,Aït mohamed Ben Fatmi,Dar Ben Fatna,Douar Ait Ben Fatna,Douar Mohammed Ben Fatma		07	211		
2552984	Der Bel ’Arbi	der-bel-arbi	MA		0	Africa/Casablanca	33.84822	-6.01638		Ait Bel Arbi,Aït Bel Arbi,Dar Ben el Arbi,Der Bel 'Arbi,Der Bel ’Arbi,Douar Ben el Arbi		04	291		
2552985	Dar Benea	dar-benea	MA		0	Africa/Casablanca	34.81	-4.96				01	151		
2552986	Dar Bou Dawd	dar-bou-dawd	MA		0	Africa/Casablanca	32.97413	-8.5338		Dar Ben Daoud,Dar Bou Dawd,Douar Cheikh ben Daoud,Douar Cheïkh ben Daoud		06	181		
2552987	Leqnadla	leqnadla	MA		0	Africa/Casablanca	32.78797	-7.68093		Dar Ben Chanat,Leqnadla		06	461		
2552991	Dar Ben Bouazza	dar-ben-bouazza	MA		0	Africa/Casablanca	33.07309	-7.27256		Dar Ben Bou Azza,Dar Ben Bouazza		06	461		
2552994	Dar Ben Allou	dar-ben-allou	MA		0	Africa/Casablanca	32.95337	-8.58556		Dar Ben Allou,Dar Ben Alou		06	181		
2552996	Dar Ben Ali	dar-ben-ali	MA		0	Africa/Casablanca	35.55625	-5.4706				01	571		
2552997	Ben Aissa	ben-aissa	MA		0	Africa/Casablanca	35.49037	-5.38794		Ben Aissa,Dar Ben Aicha,Dar Ben Aïcha		01	571		
2552998	Kraïm	kraim	MA		0	Africa/Casablanca	32.90468	-7.96596		Dar Ben Abid,Dar Bou Abid,Douar Ben Abid,Kraim,Kraïm		06	461		
2552999	Douar Belouazene	douar-belouazene	MA		0	Africa/Casablanca	35.67224	-5.41743		Belouazene,Boulouzene,Boulouzène,Dar Belouasene,Douar Belouazene		01			
2553000	Dar Ben Ma’ti	dar-ben-ma-ti	MA		0	Africa/Casablanca	33.05519	-8.13076		Dar Bel Mati,Dar Bel Mâti,Dar Ben Ma'ti,Dar Ben Ma’ti		06	181		
2553001	Dar Ballar	dar-ballar	MA		0	Africa/Casablanca	35.4866	-5.17641		Dar Balar,Dar Ballar,Dar Bellar		01	571		
2553004	Dar Bel Amri	dar-bel-amri	MA		0	Africa/Casablanca	34.16	-5.95		Bel Hamri,Dar Bel Amri		04	491		
2553006	Dar Al Bayda	dar-al-bayda	MA		0	Africa/Casablanca	31.29446	-4.22319		Bar Beida,Dar Al Bayda,Dar Beida,Dar Beïda,Dar el Beida		08	201		
2553007	Bdaoua Zaouya	bdaoua-zaouya	MA		0	Africa/Casablanca	34.91429	-6.07369		Bdaoua Zaouya,Dar Bdaoua Zaouia		04	281		
2553008	Douar Dar Barratiya	douar-dar-barratiya	MA		0	Africa/Casablanca	35.31802	-5.75782		Dar Barratia,Douar Dar Barratiya		01	331		
2553009	Dahrat	dahrat	MA		0	Africa/Casablanca	30.66224	-8.27028		Dahrat,Darat		09	541		
2553010	Douar Assilet	douar-assilet	MA		0	Africa/Casablanca	34.40374	-5.50118		Assilat,Assilett,Dar Assilet,Douar Assilet		04	481		
2553011	Dar Asrious	dar-asrious	MA		0	Africa/Casablanca	35.54042	-5.40278		Dar Asnous,Dar Asnus,Dar Asrious		01	571		
2553013	Dar Ammar el Hassane	dar-ammar-el-hassane	MA		0	Africa/Casablanca	31.8	-8.66		Dar Ammar el Hassa,Dar Ammar el Hassane		07	585		
2553014	Dar Amesil	dar-amesil	MA		0	Africa/Casablanca	29.32267	-10.10815		Dar Amesil,Dar Amezil		10	473		
2553015	Dar Amekouil	dar-amekouil	MA		0	Africa/Casablanca	34.86	-4.85				01	151		
2553016	Douar Dar Lhamra	douar-dar-lhamra	MA		0	Africa/Casablanca	35.08547	-4.31172		Dar Amara,Dar el Hamra,Douar Dar Lhamra		01	051		
2553017	’Amamcha	amamcha	MA		0	Africa/Casablanca	33.07558	-7.60028		'Amamcha,Dar Amameha,Dar Amemeha,’Amamcha		06	461		
2553021	Dar Ali Ben Nasser	dar-ali-ben-nasser	MA		0	Africa/Casablanca	33.30226	-8.23631		Dar Ali Ben Naseur,Dar Ali Ben Nasser		06	181		
2553023	Oulad ’Ali Ben ’Ich	oulad-ali-ben-ich	MA		0	Africa/Casablanca	31.64511	-8.12112		Dar Ali Ben Laich,Dar Ali Ben Laïch,Douar Ali ben Irich,Oulad 'Ali Ben 'Ich,Oulad Ali Ben Aich,Oulad Ali Ben Aïch,Oulad ’Ali Ben ’Ich		07	351		
2553024	Dar ’Ali Ben Khetou	dar-ali-ben-khetou	MA		0	Africa/Casablanca	33.83356	-6.03074		Dar 'Ali Ben Khetou,Dar Ali Ben Khetou,Dar ’Ali Ben Khetou,Douar Ali Ben Khetou		04	291		
2553025	Douar Jbala	douar-jbala	MA		0	Africa/Casablanca	33.247	-7.27562		Dar 'Ali Ben Jebli,Dar ’Ali Ben Jebli,Douar Jbala		06	117		
2553026	Dar Alalou	dar-alalou	MA		0	Africa/Casablanca	35.56414	-5.31138				01	571		
2553027	Dar Akoba	dar-akoba	MA		0	Africa/Casablanca	35.22961	-5.31458				01	151		
2553028	Dar Akimakh	dar-akimakh	MA		0	Africa/Casablanca	31.2988	-8.46404		Dar Akimakh,Dar Akimgah,Dar Akmakh		07	161		
2553030	Dar Aït Raho	dar-ait-raho	MA		0	Africa/Casablanca	33.88959	-5.08282				03	451		
2553031	Douar Ait Mansour	douar-ait-mansour	MA		0	Africa/Casablanca	31.54972	-9.29151		Dar Ait Mannsour,Dar Ait Mansour,Dar Aït Mannsour,Dar Aït Mansour,Douar Ait Mansour,Douar Aït Mansour		07	211		
2553032	Aït Houssane	ait-houssane	MA		0	Africa/Casablanca	33.8698	-5.06761		Ait Ali Ou Houssine,Ait Houssane,Ait Hssaine,Aït Ali Ou Houssine,Aït Houssane,Dar Ait Hassine,Dar Aït Hassine		03	451		
2553033	Douar Ait Taleb	douar-ait-taleb	MA		0	Africa/Casablanca	33.64894	-5.56607		Dar Ait Azzou,Dar Aït Azzou,Douar Ait Taleb		03	171		
2553036	Dar Ahmed Ben Hammadi	dar-ahmed-ben-hammadi	MA		0	Africa/Casablanca	33.2479	-7.52202				06	117		
2553042	Dar Cheikh Ahmed	dar-cheikh-ahmed	MA		0	Africa/Casablanca	33.89443	-6.15679		Dar Ahmed,Dar Cheikh Ahmed		04	291		
2553045	Dar Ahmar Ben Abida	dar-ahmar-ben-abida	MA		0	Africa/Casablanca	31.61	-8.81		Ahmar Bel Aoubida,Dar Ahmar Ben Abida,Ouled Ben Aida,Ouled Ben Aïda		07	161		
2553046	Dar Afoud	dar-afoud	MA		0	Africa/Casablanca	29.36117	-10.05861		Dar Afa,Dar Afoud		10	473		
2553047	Dar Afou	dar-afou	MA		0	Africa/Casablanca	29.31682	-10.10941		Dar Afou,Dar Afud		10	473		
2553048	Douar Achachir	douar-achachir	MA		0	Africa/Casablanca	31.5994	-8.1471		Dar Achachir,Douar Achachir		07	351		
2553049	Drabna	drabna	MA		0	Africa/Casablanca	35.44226	-5.18526		Dhabna,Drabna		01	571		
2553055	Dar Abdelqader Ben Haj	dar-abdelqader-ben-haj	MA		0	Africa/Casablanca	33.1382	-7.52955		Dar Abd el Kader Ben Naseur,Dar Abd el Kader Ben Nasser,Dar Abdelqader Ben Haj		06	117		
2553061	Dar Abdallah Ben Jilali	dar-abdallah-ben-jilali	MA		0	Africa/Casablanca	33.2525	-7.53378		Dar Abdallah Ben Jilali,Dar Bou Chaib Ben Jilali,Dar Bou Chaïb Ben Jilali,Dar Bouchaib Jilali,Dar Bouchaïb Jilali		06	117		
2553062	Dar Abdallah Ben Amor	dar-abdallah-ben-amor	MA		0	Africa/Casablanca	31.96	-8.63				07	585		
2553063	Dar Abdallah	dar-abdallah	MA		0	Africa/Casablanca	31.75104	-6.8714		Dar Abdallah,Dar Caid Aballagh,Dar Caïd Aballagh		05	081		
2553065	Oulad Mohammed ben Moussa	oulad-mohammed-ben-moussa	MA		0	Africa/Casablanca	32.77154	-8.14622		Abbou,Dar Abbou,Douar Oulad Mohammed Ben Moussa,Oulad Mohammed ben Moussa,Ouled Beni Moussa		06	467		
2553069	Douar Ouaoussif	douar-ouaoussif	MA		0	Africa/Casablanca	35.08284	-4.41519		Daousif,Dausif,Douar Ouaoussif,Ouassif,Ouassîf		01	051		
2553073	Daoura	daoura	MA		0	Africa/Casablanca	35.23803	-5.80094				01	331		
2553076	Daouirhrem	daouirhrem	MA		0	Africa/Casablanca	31.28833	-6.80214				08	401		
2553077	Daoud Irhil	daoud-irhil	MA		0	Africa/Casablanca	31.69637	-6.94938				05	081		
2553079	Douar Damna	douar-damna	MA		0	Africa/Casablanca	32.43852	-7.11139		Damna,Dhamna,Douar Damna		06	461		
2553081	Damalt	damalt	MA		0	Africa/Casablanca	34.11689	-3.6738		Damalt,Douar Damalt		02	265		
2553089	Dalia	dalia	MA		0	Africa/Casablanca	34.76	-4.2				03	531		
2553090	Douar Deqqoune	douar-deqqoune	MA		0	Africa/Casablanca	34.4109	-4.84083		Dakhoune,Dakkoun,Douar Dakkoun,Douar Deqqoune		03	531		
2553092	Dakhandouk	dakhandouk	MA		0	Africa/Casablanca	34.81087	-3.78451				03	561		
2553093	Daya	daya	MA		0	Africa/Casablanca	35.64261	-5.66564		Daja,Daya,Ed Daya		01	227		
2553100	Douar Daidaat	douar-daidaat	MA		0	Africa/Casablanca	35.65381	-5.9336		Daidat,Daidatz,Daïdat,Douar Daidaat		01	511		
2553102	Dahr al Khir	dahr-al-khir	MA		0	Africa/Casablanca	34.93	-5.65				01	405		
2553108	Douar Eddehamna	douar-eddehamna	MA		0	Africa/Casablanca	31.95084	-8.55361		Dahmna,Dar Dahmna,Douar Dahmna,Douar Eddehamna		07	585		
2553111	Douar Dhayriya	douar-dhayriya	MA		0	Africa/Casablanca	35.13986	-6.0929		Dahiria,Dirjia,Douar Dhayriya		01	331		
2553113	Dahet	dahet	MA		0	Africa/Casablanca	29.35346	-10.00822				10	473		
2553114	Douar Eddahu	douar-eddahu	MA		0	Africa/Casablanca	34.6523	-5.18416		Daher,Dahir,Douar Eddahu		01	405		
2553118	Dahar Sarfine	dahar-sarfine	MA		0	Africa/Casablanca	34.96	-4.11		Dahar Sabfine,Dahar Sarfine		01	051		
2553119	Dahar Ou Artour	dahar-ou-artour	MA		0	Africa/Casablanca	29.11699	-10.1673		Dahar Ou Artour,Dar U Artur		10	473		
2553122	Douar Dhar Lkharroub	douar-dhar-lkharroub	MA		0	Africa/Casablanca	33.78046	-4.6809		Dahar el Kharroub,Daher Kharrouba,Daher el Kerroub,Dehar al Qarroub,Douar Dhar Lkharroub		03	451		
2553123	Dahriyine	dahriyine	MA		0	Africa/Casablanca	35.42769	-5.47602		Dahar,Dahriyine		01	571		
2553124	Dahar	dahar	MA		0	Africa/Casablanca	29.33	-10				10	473		
2553126	Dhahna	dhahna	MA		0	Africa/Casablanca	32.50853	-9.20883		Dahanna,Dehanna,Dhahna,Douar Dahanna		07	431		
2553128	Douar Dhamna	douar-dhamna	MA		0	Africa/Casablanca	31.7723	-8.78175		Dahamana,Dahamena,Douar Dhamna		07	585		
2553137	Dadali	dadali	MA		0	Africa/Casablanca	34.28175	-2.56418		Dada Ali,Dadali,Dadi Ali		02	533		
2553139	Douar Daabja	douar-daabja	MA		0	Africa/Casablanca	32.46104	-8.91107		Daabja,Dabja,Daâbja,Douar Daabja,Douar Dabja		07	431		
2553141	Douar Daouba	douar-daouba	MA		0	Africa/Casablanca	32.28099	-8.74554		Daaouba,Daouba,Douar Daaouba,Douar Daouba		07	431		
2553148	Douar Qouibae	douar-qouibae	MA		0	Africa/Casablanca	35.13023	-4.33276		Cobea,Douar Qouibae,Kobai,Kobâï,Koubi,Koubî		01	051		
2553149	Cité de Bournazel	cite-de-bournazel	MA		0	Africa/Casablanca	33.57	-7.55		Bournazel,Cite de Bournazel,Cité de Bournazel		06	141		
2553157	Chtiba	chtiba	MA		0	Africa/Casablanca	32.19517	-7.30207		Chtaiba,Chtaïba,Chtiba,Douar Chtiba,Douar ech Chliba		07	191		
2553158	Douar Chtatoua	douar-chtatoua	MA		0	Africa/Casablanca	34.30932	-4.298		Chtatoua,Douar Chtatoua		03	561		
2553159	Chtaouna	chtaouna	MA		0	Africa/Casablanca	35.47385	-5.50403		Chtaouna,Chtâouna		01	571		
2553160	Douar Chtaouna	douar-chtaouna	MA		0	Africa/Casablanca	34.89682	-5.8906		Chtaouna,Douar Chtaouna		04	281		
2553162	Chrittat	chrittat	MA		0	Africa/Casablanca	34.51047	-4.72391		Chrittat,Chrittate		03	531		
2553163	Chritia	chritia	MA		0	Africa/Casablanca	34.7234	-4.96383				03	531		
2553164	Douar Chrigat Oulad Tahar	douar-chrigat-oulad-tahar	MA		0	Africa/Casablanca	32.48795	-8.99729		Chrigat,Chrigat Moulay M'barek,Chrigat Moulay M’barek,Douar Chrigat,Douar Chrigat Oulad Tahar		07	431		
2553167	Chrag	chrag	MA		0	Africa/Casablanca	31.5308	-8.21787		Chrag,Chreg,Douar Chreg		07	351		
2553169	Dar Chrarta	dar-chrarta	MA		0	Africa/Casablanca	35.48642	-5.59303		Charrat,Chrarta,Chrârta,Dar Chrarta,Dar Sarrat		01	571		
2553170	Chraouta	chraouta	MA		0	Africa/Casablanca	34.38679	-6.09326		Chraouta,Douar Chraouta		04	491		
2553171	Chraga	chraga	MA		0	Africa/Casablanca	32.40754	-9.11593				07	431		
2553172	Chraga	chraga	MA		0	Africa/Casablanca	32.4	-9.13		Chraca,Chraka,Douar Chraka		07	431		
2553173	Chrayr	chrayr	MA		0	Africa/Casablanca	30.67953	-8.47455		Chrair,Chrayr,Chraïr		09	541		
2553175	Chraga	chraga	MA		0	Africa/Casablanca	32.08739	-9.26708				07	431		
2553176	Douar Chrabli	douar-chrabli	MA		0	Africa/Casablanca	31.52409	-7.84687		Chrabli,Douar Chrabli		07	041		
2553180	Chozas	chozas	MA		0	Africa/Casablanca	35.52918	-5.2234				01	571		
2553184	Chouket	chouket	MA		0	Africa/Casablanca	34.95	-4.1		Chouket,Cliouket		01	051		
2553186	Chouka	chouka	MA		0	Africa/Casablanca	31.5537	-7.32747				07	041		
2553188	Douar Chouiter	douar-chouiter	MA		0	Africa/Casablanca	31.57529	-7.81059		Chouiter,Douar Chouiter		07	351		
2553191	Chouirdat	chouirdat	MA		0	Africa/Casablanca	32.50285	-9.10496		Chouirdat,Douar Chouirdat,Douar Chouïrdat		07	431		
2553192	Douar Chouiqrich	douar-chouiqrich	MA		0	Africa/Casablanca	35.70384	-5.88181		Chouikrech,Douar Chouiqrich,Kouikarris		01	511		
2553193	Chouikhat	chouikhat	MA		0	Africa/Casablanca	29.00167	-10.22209		Chouikhat,Chouikhate,Chwikhat,Exuijal		10	261		
2553196	Chouihat	chouihat	MA		0	Africa/Casablanca	32.30477	-8.79588		Chouihat,Douar Chouihat,Douar Chouïhat		07	431		
2553197	Essouihat	essouihat	MA		0	Africa/Casablanca	31.96686	-7.98477		Chouihat,Chouihate,Douar Souiat,Douar Souïat,Essouihat,Souihat		07	427		
2553198	Douar Chouifat	douar-chouifat	MA		0	Africa/Casablanca	31.8392	-9.19001		Achouifat,Chouifat,Douar Chouifat,Douar Haoussine Ben Chleuh		07	211		
2553202	Ach-chouger	ach-chouger	MA		0	Africa/Casablanca	32.11306	-9.30498		Ach-chouger,Chouguer		07	431		
2553205	Douar Ach-Choger	douar-ach-choger	MA		0	Africa/Casablanca	32.01886	-9.31264		Chougr,Douar Ach-Choger		07	431		
2553207	Chouga	chouga	MA		0	Africa/Casablanca	32.65711	-7.77681				06	461		
2553217	Chouareb	chouareb	MA		0	Africa/Casablanca	33.61499	-3.62039		Chouareb,Ouled Chouareb		03	131		
2553220	Douar Chouakra	douar-chouakra	MA		0	Africa/Casablanca	32.03067	-9.18108		Chaoukra,Chouakra,Douar Chaoukra,Douar Chouakra		07	431		
2553221	Chouake	chouake	MA		0	Africa/Casablanca	34.64913	-5.61125		Chouake,Chouaker,Chouakeur,Chouikrate,Douar Chouakeur		04	481		
2553222	Douar Ait Ben Allal	douar-ait-ben-allal	MA		0	Africa/Casablanca	31.54322	-9.34642		Achouaker,Chouaker,Douar Abdallah,Douar Ait Ben Allal		07	211		
2553223	Douar Chouahna	douar-chouahna	MA		0	Africa/Casablanca	32.00666	-7.14954		Chouahat,Chouahna,Chouikat,Douar Chouahna		07	191		
2553224	Chouafaa	chouafaa	MA		0	Africa/Casablanca	34.76242	-6.04502		Chouafaa,Chouafae,Chouafaê,El Chouafeh		04	281		
2553226	Chouafa	chouafa	MA		0	Africa/Casablanca	34.89879	-6.21767				04	281		
2553230	Sarft Bahaj	sarft-bahaj	MA		0	Africa/Casablanca	31.23878	-4.28542		Chorft Ba Hadj,Chorft Ba Haj,Ksar Charfat Bahaj,Sarft Bahaj		08	201		
2553231	Chorfa Zirrifia	chorfa-zirrifia	MA		0	Africa/Casablanca	34.51442	-4.45964		Chorfa Zirrifia,Zerifia		03	531		
2553232	Chorfa Sidi Saïd	chorfa-sidi-said	MA		0	Africa/Casablanca	34.38524	-3.66301		Chorfa Sidi Said,Chorfa Sidi Saïd,Chorfa de Sidi Said,Sidi Said,Sidi Saïd		02	265		
2553235	Chorfa Moulay Hajja	chorfa-moulay-hajja	MA		0	Africa/Casablanca	34.48	-4.43				03	531		
2553236	Douar Jaidate Mghinya	douar-jaidate-mghinya	MA		0	Africa/Casablanca	31.70841	-7.63368		Chorfa Jaidat,Chorfa Jaïdat,Douar Chorfa Jaidat,Douar Chorfa Jaïdat,Douar Jaidate Mghinya		07	427		
2553238	Chorfa Angad	chorfa-angad	MA		0	Africa/Casablanca	34.52465	-3.55976		Chorfa Angad,Chorfa Anguied		02	265		
2553244	Douar Chlouha	douar-chlouha	MA		0	Africa/Casablanca	34.35692	-4.25544		Chleha,Chorfa,Douar Chleha,Douar Chlouha,Douar Chorfa		03	561		
2553245	Chorfa	chorfa	MA		0	Africa/Casablanca	32.48102	-6.46891				05	255		
2553246	Chorfa	chorfa	MA		0	Africa/Casablanca	31.569	-7.4959				07	041		
2553247	Chorfa	chorfa	MA		0	Africa/Casablanca	31.55331	-9.40982		Chorfa,Chourfa,Douar Oulad el Mesria		07	211		
2553248	Chorfa	chorfa	MA		0	Africa/Casablanca	29.38543	-10.09167		Chorfa,Xaraffa		10	473		
2553251	Chougrane	chougrane	MA		0	Africa/Casablanca	34.9152	-6.01899		Chograne,Chougrane,Douar Chograne		04	281		
2553253	Chnina	chnina	MA		0	Africa/Casablanca	34.46113	-6.14985		Chnina,Douar Chnina		04	481		
2553257	Chiliouat	chiliouat	MA		0	Africa/Casablanca	30.40422	-9.1794		Chiliouat,Chliouat,Douar Chliouat		09	541		
2553258	Chliouat	chliouat	MA		0	Africa/Casablanca	30.30301	-9.18111		Chiliouat,Chleouat,Chliouat		09	541		
2553260	Chilihat	chilihat	MA		0	Africa/Casablanca	32.50834	-9.1737		Chilihat,Chlihat,Chlimat,Douar Chlihat		07	431		
2553261	Chelihat	chelihat	MA		0	Africa/Casablanca	32.4731	-7.46387		Chelihat,Chlihat,Chlihate,Douar Chlihat,Douar ech Chelihet		06	461		
2553262	Boudrarat	boudrarat	MA		0	Africa/Casablanca	32.30332	-9.11586		Boudrarat,Chlihat,Douar ech Chlihat		07	431		
2553266	Chlelrhil	chlelrhil	MA		0	Africa/Casablanca	29.9	-9.48				09	163		
2553267	Douar Chelhaouiyine	douar-chelhaouiyine	MA		0	Africa/Casablanca	32.23532	-8.24618		Ar Rguibat,Chlehalouya,Douar Chelhaouiyine,Douar Reguibet,Rguibat Chlihaouia		07	427		
2553269	Dar ech Chleuh	dar-ech-chleuh	MA		0	Africa/Casablanca	32.94075	-7.49693		Dar ech Chleh,Dar ech Chleuh,Douar ech Chleuh		06	461		
2553270	Douar Chlouh	douar-chlouh	MA		0	Africa/Casablanca	32.48942	-8.89222		Chleh,Chleuh,Douar Chleuh,Douar Chlouh		07	431		
2553271	Douar Chlouh	douar-chlouh	MA		0	Africa/Casablanca	32.41247	-9.09121		Chleh,Chleuh,Douar Chleuh,Douar Chlouh		07	431		
2553273	Chlalfa	chlalfa	MA		0	Africa/Casablanca	31.45776	-4.25331				08	201		
2553274	Douar Chqobiyine	douar-chqobiyine	MA		0	Africa/Casablanca	34.55254	-5.2376		Chkoubiine,Chkoubiyne,Chououbyne,Douar Chqobiyine		03	531		
2553275	Douar Echqobiyine	douar-echqobiyine	MA		0	Africa/Casablanca	34.35427	-5.14663		Chkoubiine,Chououbyne,Douar Echqobiyine		03	531		
2553278	Douar Ain Chkef	douar-ain-chkef	MA		0	Africa/Casablanca	33.96516	-5.28799		Ain Chkef,Ain Chkeff,Aïn Chkef,Aïn Chkeff,Douar Ain Chkef		03	171		
2553281	Douar Chaqqafya	douar-chaqqafya	MA		0	Africa/Casablanca	34.53428	-6.27427		Chkakfa,Chquakfa,Douar Chaqqafya,Douar Chkakfa		04	281		
2553282	Chqayfiyine	chqayfiyine	MA		0	Africa/Casablanca	35.03696	-5.9857		Chkaifien,Chkaïfien,Chqayfiyine		01	331		
2553287	Chissof	chissof	MA		0	Africa/Casablanca	34.64037	-5.36923				01	405		
2553289	Douar Echyounat	douar-echyounat	MA		0	Africa/Casablanca	31.67604	-9.43293		Chiounat,Chiounate,Douar Chouinet,Douar Chouinett,Douar Echyounat		07	211		
2553290	Chioukh	chioukh	MA		0	Africa/Casablanca	32.19109	-9.07277		Chiouk,Chioukh		07	431		
2553294	Chiker	chiker	MA		0	Africa/Casablanca	31.22381	-7.72253				07	041		
2553296	Chihda	chihda	MA		0	Africa/Casablanca	34.66	-4.23		Chahda,Chihda		03	531		
2553303	Chichaoua	chichaoua	MA		0	Africa/Casablanca	31.54351	-8.76275		Chichaoua,Chichaua,Mzala Chichaoua	0716101011	07	161	0716101011	
2553305	Douar Chyatar	douar-chyatar	MA		0	Africa/Casablanca	31.90952	-9.43743		Chiatat,Chiatate,Douar Chiatta,Douar Chyatar		07	431		
2553307	Douar Chiahna	douar-chiahna	MA		0	Africa/Casablanca	34.32211	-3.86978		Chiahna,Douar Chiahna		03	561		
2553315	Douar Echyabna	douar-echyabna	MA		0	Africa/Casablanca	34.90575	-5.90515		Chiabna,Douar Chiabna,Douar Echyabna		04	281		
2553319	Douar Chgoar	douar-chgoar	MA		0	Africa/Casablanca	34.98554	-5.99474		Chgor,Douar Chgoar,Douar Chgor		04	281		
2553321	Douar Echoyyab	douar-echoyyab	MA		0	Africa/Casablanca	34.47121	-4.32361		Cheyab,Chouyab,Chouyeb,Douar Echoyyab		03	561		
2553328	Cherouta	cherouta	MA		0	Africa/Casablanca	35.27202	-5.32944				01	571		
2553330	Cherkia	cherkia	MA		0	Africa/Casablanca	34.14301	-4.16186		Charqia,Cherkia,Douar Cherkia		03	561		
2553333	Cherkaoua	cherkaoua	MA		0	Africa/Casablanca	32.85755	-7.77939		Cherkaoua,Dar Cherkaoua		06	461		
2553334	Cherkaoua	cherkaoua	MA		0	Africa/Casablanca	31.43155	-8.7601		Cherkaoua,Zaouia Cherkaoua,Zaouia Mechta Cherkaoua		07	161		
2553344	Cherga	cherga	MA		0	Africa/Casablanca	32.67017	-8.73294		Charga Luiza,Cherga,Douar Cherga		06	467		
2553345	Chorfa Igouzoulne	chorfa-igouzoulne	MA		0	Africa/Casablanca	31.70406	-7.15694		Cherfa n'Igousaoune,Cherfa n’Igousaoune,Chorfa Igouzoulne,Chorfa n'Igousaoune,Chorfa n’Igousaoune		05	081		
2553346	Cherfa Beni Oual	cherfa-beni-oual	MA		0	Africa/Casablanca	34.34364	-5.12108		Cherfa Beni Oual,Cheurfa Beni Oual		03	531		
2553348	Douar Echorfa	douar-echorfa	MA		0	Africa/Casablanca	32.4456	-7.89303		Cherfa,Douar Echorfa,Sidi Cherif		07	427		
2553355	Douar Cherbana	douar-cherbana	MA		0	Africa/Casablanca	33.71909	-4.72032		Cherbana,Douar Cherbana		03	451		
2553357	Cherarda	cherarda	MA		0	Africa/Casablanca	31.61577	-8.27606		Cherarda,Douar Cherarda,Raouia Cherradi		07	351		
2553362	Cheraga	cheraga	MA		0	Africa/Casablanca	34.38562	-4.87533		Cheraga,Douar Cheraga		03	531		
2553363	Douar Chraga	douar-chraga	MA		0	Africa/Casablanca	32.24672	-8.94571		Cheraga,Chraga,Douar Chraga		07	431		
2553364	Cheraga	cheraga	MA		0	Africa/Casablanca	30.51672	-9.00774		Cheraga,Khragua		09	541		
2553367	Chentil	chentil	MA		0	Africa/Casablanca	34.77084	-5.46997		Chenntil,Chentil		01	405		
2553368	Chninat	chninat	MA		0	Africa/Casablanca	32.56254	-9.22819		Cheninat,Chninat,Douar Cheninat,Douar Chninat,Lahninat		07	431		
2553369	Chqinat	chqinat	MA		0	Africa/Casablanca	32.41958	-9.21494		Cheninat,Chninat,Chqinat,Douar Cheninat		07	431		
2553370	Chnitat	chnitat	MA		0	Africa/Casablanca	32.27433	-9.02959		Cheninat,Chiritat,Chnitat,Douar Chenitat		07	431		
2553371	Cheninat	cheninat	MA		0	Africa/Casablanca	32.22117	-9.04066		Chenina,Cheninat,Chlaat,Chnitat		07	431		
2553374	Chenatfa	chenatfa	MA		0	Africa/Casablanca	35.24989	-5.6691				01	331		
2553376	Chems	chems	MA		0	Africa/Casablanca	31.53537	-8.27863		Chems,Douar Chems		07	351		
2553380	Chemama	chemama	MA		0	Africa/Casablanca	32.36884	-8.54608		Chemama,Douar Chemama,Douar Chemmem		06	467		
2553382	Echemmaia Est	echemmaia-est	MA		0	Africa/Casablanca	32.08102	-8.62458		Chemaia,Chemaïa,Echemmaia Est,Kasba el Chemaia,Kasba el Chemaïa		07	585		
2553388	Chelihat ed Dahs	chelihat-ed-dahs	MA		0	Africa/Casablanca	35.12895	-5.96645		Chelihat ed Dahs,Sele hat de Dats		01	331		
2553389	Chelif	chelif	MA		0	Africa/Casablanca	34.91	-4.63				01	051		
2553392	Chekka	chekka	MA		0	Africa/Casablanca	34.18	-4.03		Chekka,Douar Chekka		03	561		
2553395	Chjirat	chjirat	MA		0	Africa/Casablanca	35.75993	-5.73783		Cheirat,Chejirat,Cheriat,Cheriât,Cheïrat,Chjirat		01	227		
2553397	Cheïkh Sidi Balaid	cheikh-sidi-balaid	MA		0	Africa/Casablanca	29.20603	-10.19983		Cheikh Sidi Balaid,Chej Sidi Belaid,Cheïkh Sidi Balaid		10	473		
2553398	Douar Salem Laaroussi	douar-salem-laaroussi	MA		0	Africa/Casablanca	31.55681	-8.69983		Cheik Salem,Cheikh Salem,Cheïk Salem,Cheïkh Salem,Douar Cheikh Salem,Douar Salem Laaroussi,Salem		07	161		
2553399	Douar Rehahla	douar-rehahla	MA		0	Africa/Casablanca	32.36482	-8.18905		Cheikh Salah,Cheïkh Salah,Douar Rehahla,Kasba Cheikh Salah,Kasba Cheikr Salah,Kasba Cheïkh Salah,Kasba Cheïkr Salah		07	427		
2553400	Cheïkh Saïd	cheikh-said	MA		0	Africa/Casablanca	32.66801	-7.91383		Cheikh,Cheikh Said,Cheïkh Saïd,Douar Cheikh Said,Douar Cheïkh Saïd		07	427		
2553403	Cheïkh Mohammed Ou Jelloul	cheikh-mohammed-ou-jelloul	MA		0	Africa/Casablanca	33.55094	-4.19467		Cheikh Mohammed Ou Djelloul,Cheikh Mohammed Ou Jelloul,Cheïkh Mohammed Ou Jelloul		03	131		
2553404	Cheïkh Mohammed Ben el Ouati	cheikh-mohammed-ben-el-ouati	MA		0	Africa/Casablanca	34.34202	-6.01949				04	491		
2553406	Cheïkh Lahsene Ou Ali	cheikh-lahsene-ou-ali	MA		0	Africa/Casablanca	33.33102	-4.1438		Cheikh Lahsen ou Ali,Cheikh Lahsene Ou Ali,Cheikh Lahsèn ou Ali,Cheïkh Lahsene Ou Ali		03	131		
2553407	Cheikh Lahoussine	cheikh-lahoussine	MA		0	Africa/Casablanca	30.24233	-9.15149		Cheikh Lahoussine,Cheïkh Lahoussine,Dar Cheikh Laoussine,Dar Cheïkh Laoussine		09	163		
2553408	Douar Kabbour Ben Hmida	douar-kabbour-ben-hmida	MA		0	Africa/Casablanca	32.15141	-8.44951		Cheikh Kaddour Ben Ahmed,Cheïkh Kaddour Ben Ahmed,Douar Cheikh Kaddour ben Ahmed,Douar Cheïkh Kaddour ben Ahmed,Douar Kabbour Ben Hmida		07	585		
2553409	Dar Cheikh Jilali	dar-cheikh-jilali	MA		0	Africa/Casablanca	32.75627	-7.17013		Dar Cheikh Djilali,Dar Cheikh Jilali,Dar Cheïkh Djilali,Dar Cheïkh Jilali		06	461		
2553410	Cheïkh Jilali	cheikh-jilali	MA		0	Africa/Casablanca	31.93167	-8.96288		Cheikh Jilali,Cheïkh Jilali,Douar Cheikh Jilali,Douar Cheïkh Jilali		07	431		
2553413	Cheïkh el Basri	cheikh-el-basri	MA		0	Africa/Casablanca	32.59328	-7.75424		Cheikh el Basri,Cheïkh el Basri,Dar Cheikh el Basri,Dar Cheïkh el Basri,Douar Cheikh el Basri,Douar Cheïkh el Basri		07	427		
2553414	Cheïkh Dahanoun	cheikh-dahanoun	MA		0	Africa/Casablanca	34.73	-2.61				02	113		
2553416	Douar El Khadir	douar-el-khadir	MA		0	Africa/Casablanca	32.42642	-8.37956		Cheikh Ben Soltana,Cheïkh Ben Soltana,Douar Cheikh Mohammed Soultane,Douar Cheïkh Mohammed Soultane,Douar El Khadir		06	467		
2553417	Dar Abdelkader Arroub	dar-abdelkader-arroub	MA		0	Africa/Casablanca	34.70727	-5.75358		Cheikh Ben Aroubi,Cheïkh Ben Aroubi,Dar Abdelkader Arroub,Douar Cheikh Ben Aroubi		04	481		
2553418	Dar Cheïkh Ben Amar	dar-cheikh-ben-amar	MA		0	Africa/Casablanca	34.35605	-3.77627		Cheikh Ben Amar,Cheïkh Ben Amar,Dar Cheikh Ben Amar,Dar Cheïkh Ben Amar,Sidi Amar		02	265		
2553420	Hay El Hassani	hay-el-hassani	MA		0	Africa/Casablanca	31.55537	-8.7343		Cheikh Bel Hassane,Cheïkh Bel Hassane,Dar Cheikh Hassane,Hay El Hassani		07	161		
2553421	Cheïkh Amma	cheikh-amma	MA		0	Africa/Casablanca	29.43	-10.01		Cheikh Amma,Chej Hummu,Cheïkh Amma		10	473		
2553424	Dar Cheikh Ali	dar-cheikh-ali	MA		0	Africa/Casablanca	33.56778	-4.5241		Cheikh Ali,Cheïkh Ali,Chikh Ali,Dar Cheikh Ali,ⵛⵛⵉⵅ ⵄⵍⵉ		03	131		
2553428	Dar Chikh	dar-chikh	MA		0	Africa/Casablanca	33.1945	-4.79041		Dar Cheikh,Dar Cheïkh,Dar Chikh		03	131		
2553436	Chehbes	chehbes	MA		0	Africa/Casablanca	35.37563	-5.43493				01	571		
2553438	Douar Chehda	douar-chehda	MA		0	Africa/Casablanca	32.30422	-8.89584		Chehada,Douar Chehda		07	431		
2553439	Chehabene	chehabene	MA		0	Africa/Casablanca	34.63495	-5.32479		Chehabene,Chhabe		01	405		
2553444	Douar Lachgoura	douar-lachgoura	MA		0	Africa/Casablanca	31.53746	-8.12139		Chegoura,Douar Chegoura,Douar Lachgoura		07	041		
2553452	Douar Chefraouech	douar-chefraouech	MA		0	Africa/Casablanca	35.28612	-5.79803		Chefchaouech,Chefraouch,Chefraouech,Douar Chefraouech		01	331		
2553455	Chefchaouene	chefchaouene	MA		36280	Africa/Casablanca	35.16878	-5.2636		Chaouen,Chaouèn,Chauen,Chechaouen,Chechaouene,Chechaouèn,Chefchaouen,Chefchaouene,Chichaouene,Ech Chaouene,Scheschauen,Shefshauen,Ville de Chechaouen,Ville de Chechaouèn,Xauen,Xexauen,shfshawn,Шефшауен,شفشاون	151	01	151		
2553460	Chedmia Drâa el Biad	chedmia-draa-el-biad	MA		0	Africa/Casablanca	32	-7.53639		Alchidimia,Chedmia Draa el Biad,Chedmia Drâa el Biad,Douar Chedmia Draa el Biad		07	191		
2553466	Chechaouene	chechaouene	MA		0	Africa/Casablanca	34.88231	-3.81231				03	561		
2553468	Chebtal	chebtal	MA		0	Africa/Casablanca	35.00059	-5.40834				01	405		
2553480	Chbayka	chbayka	MA		0	Africa/Casablanca	30.58535	-8.43757		Chbayka,Chbika,Chebika		09	541		
2553491	Douar Echbanat	douar-echbanat	MA		0	Africa/Casablanca	34.21401	-5.3508		Chbanate,Chebanat,Douar Chebanat,Douar Echbanat		03	591		
2553493	Douar Echbaniyine	douar-echbaniyine	MA		0	Africa/Casablanca	34.22568	-5.03254		Chebaayne,Douar Echbaniyine		03	591		
2553501	Charraline	charraline	MA		0	Africa/Casablanca	34.95264	-5.29459				01	405		
2553503	Charqiya	charqiya	MA		0	Africa/Casablanca	35.46464	-5.8707		Charkia,Charqiya		01	511		
2553506	Charira	charira	MA		0	Africa/Casablanca	34.73446	-4.97865		Chahrira,Charira		03	531		
2553507	Chrarda	chrarda	MA		0	Africa/Casablanca	34.70263	-6.33703		Charharda,Chrarda,Douar Charharda		04	281		
2553508	Charf	charf	MA		0	Africa/Casablanca	35.76794	-5.78953		Charf,Douar Charf,Dxar Charf,Le Charf,Xarf		01	511		
2553512	Chârana	charana	MA		0	Africa/Casablanca	34.65738	-3.57496		Charana,Chârana		02	167		
2553514	Charaba	charaba	MA		0	Africa/Casablanca	35.10214	-2.33331				02	113		
2553522	Douar Chaouia Erremel	douar-chaouia-erremel	MA		0	Africa/Casablanca	34.60162	-5.43234		Chaouia Rmel,Douar Chaouia Erremel		04	481		
2553524	Douar Chaouia Lbir	douar-chaouia-lbir	MA		0	Africa/Casablanca	34.61266	-5.45037		Chaouia el Bir,Douar Chaouia Lbir		04	481		
2553528	Dar Chaouia	dar-chaouia	MA		0	Africa/Casablanca	35.66384	-5.76503		Chaouia,Dar Chaouia,El Chaouia,El Chaouïa,Kaouia		01	511		
2553529	Chaouia	chaouia	MA		0	Africa/Casablanca	35.27979	-5.34394				01	571		
2553531	Douar Ch’ouf	douar-ch-ouf	MA		0	Africa/Casablanca	31.56842	-8.11275		Chaouf,Douar Ch'ouf,Douar Chaouf,Douar Ch’ouf		07	351		
2553534	Douar Chaouf	douar-chaouf	MA		0	Africa/Casablanca	32.19801	-8.27787		Chaouef,Chaouffe,Douar Chaouf		07	427		
2553544	Chalourad	chalourad	MA		0	Africa/Casablanca	35.37456	-5.20887				01	571		
2553545	Douar Echaaliyine	douar-echaaliyine	MA		0	Africa/Casablanca	34.7759	-5.1907		Chaalyine,Chaliine,Chaâlyine,Douar Echaaliyine		01	405		
2553551	Chaïta	chaita	MA		0	Africa/Casablanca	32.38	-8.58		Chaita,Chaïta,Douar Chaita,Douar Chaïta		06	467		
2553555	Chaid	chaid	MA		0	Africa/Casablanca	34.93	-3.53				02	167		
2553557	Oulad El Haj Naser	oulad-el-haj-naser	MA		0	Africa/Casablanca	32.26018	-7.87846		Chaibat,Chaibet,Chaibete,Chaïbat,Chaïbet,Chaïbete,Douar Chaibate,Douar Chaïbate,Oulad El Haj Naser		07	427		
2553558	Shayb Arras	shayb-arras	MA		0	Africa/Casablanca	31.03436	-4.1518		Chaib er Ras,Chaïb er Ras,Shayb Arras		08	201		
2553562	Chaïba	chaiba	MA		0	Africa/Casablanca	31.32735	-8.86046		Chaiba,Chaïba,Ech Chaiba,Ech Chaïba		07	161		
2553564	Chaïb	chaib	MA		0	Africa/Casablanca	34.95	-4.28				01	051		
2553565	Douar Dar Chayb	douar-dar-chayb	MA		0	Africa/Casablanca	34.5508	-5.28104		Chaib,Chaïb,Douar Dar Chayb		01	405		
2553568	Douar Chehalfa Kouchet	douar-chehalfa-kouchet	MA		0	Africa/Casablanca	34.80273	-2.19136		Chahalta Kouchet,Chahalta Kouchete,Chehalfa Tkouchette,Douar Chehalfa Kouchet		02	411		
2553576	Douar Chabet el Kerma	douar-chabet-el-kerma	MA		0	Africa/Casablanca	34.33217	-3.8786		Chabet el Kerma,Chabete el Kerma,Douar Chabet el Kerma		03	561		
2553581	Ech Cha’ba Al Hamra	ech-cha-ba-al-hamra	MA		0	Africa/Casablanca	32.08316	-6.98112		Chaba el Hamra,Ech Cha'ba Al Hamra,Ech Cha’ba Al Hamra		05	081		
2553584	Douar Echaaba	douar-echaaba	MA		0	Africa/Casablanca	32.17153	-7.66047		Ahl Chaibat,Ahl Châibat,Chaba,Chaibat,Chaïbat,Châba,Douar Ahal Chab,Douar Ahal Châb,Douar Echaaba		07	191		
2553585	Châba	chaba	MA		0	Africa/Casablanca	31.52025	-7.9134		Chaba,Charba,Châba,Douar Chaba,Douar Châba		07	041		
2553587	Douar Echaab	douar-echaab	MA		0	Africa/Casablanca	34.7516	-5.78282		Ch'ab,Ch’ab,Douar Echaab		01	405		
2553589	Douar Chaala Lfoqia	douar-chaala-lfoqia	MA		0	Africa/Casablanca	32.4827	-8.96408		Chaala,Chaalla,Chaâla,Douar Chaala Lfoqia		07	431		
2553590	Cha Ali	cha-ali	MA		0	Africa/Casablanca	35.39173	-5.28512				01	571		
2553594	Chaabi	chaabi	MA		0	Africa/Casablanca	35.18489	-3.35831		Cha'abi,Chaabi,Cha’abi		02	167		
2553595	Chaaba Lfouqaniya	chaaba-lfouqaniya	MA		0	Africa/Casablanca	31.58893	-7.64621		Chaaba,Chaaba Lfouqaniya,Chaaba el Foukania,Chaâba		07	041		
2553598	Châab	chaab	MA		0	Africa/Casablanca	34.9	-5.78		Chaab,Châab,Douar Chaab,Douar Châab,Echab		01	405		
2553604	Casablanca	casablanca	MA		3144909	Africa/Casablanca	33.58831	-7.61138		Ad Dar al Bayda,Ad Dar al Bayda',Ad Dār al Bayḑā’,Anafi,Anfa,CAS,Casa Branca,Casablanca,Casabranca,Dar-el-Beida,Dar-uel-Beyda,Darul Baidha,Dâr-ül-Beydâ,Ed Dar el Baida,Ed Dār el Baida,Kasablank,Kasablanka,Kasablankae,Kazablanka,Kazablanko,Kazamplan'ka,Tigemmi Tamellalt,White House,ad-Dar al-Baydaʼ,ad-Dar al-baydaʾ,ad-Dār al-Bayḍāʼ,ad-Dār al-bayḍāʾ,aldar albydaʾ,anfa,dar albydaʾ,daralbyda,ka sa bu lan ka,ka sab l xng ka,kacapilanka,kasabalanka,kasabeullangka,kasablanka,kasaburanka,kazablanka,qzblnqh,Καζαμπλάνκα,Казабланка,Касабланкæ,Касабланка,Կասաբլանկա,קזבלנקה,أنفا,الدار البيضاء,دار البیضاء,دارالبیضا,كازابلانكا,کازابلانکا,کاسابلانکا,कासाब्लांका,কাসাব্লাংকা,ਕਾਸਾਬਲਾਂਕਾ,காசாபிளாங்கா,కాసాబ్లాంకా,ಕಾಸಾಬ್ಲಾಂಕಾ,കാസബ്ലങ്ക,กาซาบล็องกา,ກາຊາບັງກາ,ကာဆာဘလန်ကာမြို့,კასაბლანკა,ⴰⵏⴼⴰ,カサブランカ,卡萨布兰卡,카사블랑카	06	06	141		
2553605	Carghine	carghine	MA		0	Africa/Casablanca	31.2676	-6.04752				08	577		
2553607	Caotina	caotina	MA		0	Africa/Casablanca	35.19545	-5.30888		Caotina,Fomento,Puente de Fomento,Puento Fomento		01	151		
2553612	Dar el Caïd Zerhouni	dar-el-caid-zerhouni	MA		0	Africa/Casablanca	32.52598	-9.25314		Dar Caid Zerhouni,Dar Caïd Zerhouni,Dar el Caid Zerhouni,Dar el Caïd Zerhouni		07	431		
2553613	Caïd Tahar	caid-tahar	MA		0	Africa/Casablanca	31.57929	-8.25962		Caid Tahar,Caïd Tahar,Douar Caid Tahar,Douar Caïd Tahar		07	351		
2553614	Douar Ahi Yaich Sougrat	douar-ahi-yaich-sougrat	MA		0	Africa/Casablanca	32.37084	-8.26407		Caid Sougrate,Caïd Sougrate,Douar Ahi Yaich Sougrat		07	427		
2553615	Dar Qayd Sidi Bel ’Abbes	dar-qayd-sidi-bel-abbes	MA		0	Africa/Casablanca	32.98201	-7.39554		Dar Caid Sidi Bel Abbes,Dar Caïd Sidi Bel Abbes,Dar Qayd Sidi Bel 'Abbes,Dar Qayd Sidi Bel ’Abbes		06	461		
2553616	Douar El Koudia	douar-el-koudia	MA		0	Africa/Casablanca	32.40199	-8.48433		Caid Said Ben Daouia,Caïd Saïd Ben Daouia,Douar Caid Said ben Daouia,Douar Caid Saïd ben Daouïa,Douar El Koudia		06	467		
2553624	Dar Qayd Mohammed	dar-qayd-mohammed	MA		0	Africa/Casablanca	32.92444	-7.27217		Dar Caid Mohammed,Dar Caïd Mohammed,Dar Qayd Mohammed		06	461		
2553625	Dar Qayd Mohamed	dar-qayd-mohamed	MA		0	Africa/Casablanca	32.78744	-7.45117		Dar Caid Mohammed,Dar Caïd Mohammed,Dar Qayd Mohamed		06	461		
2553631	Douar Ayt Lahri	douar-ayt-lahri	MA		0	Africa/Casablanca	32.51915	-5.04101		Caid Hammou,Caïd Hammou,Douar Ayt Lahri		08	363		
2553632	Caïd Haji	caid-haji	MA		0	Africa/Casablanca	31.98	-9.36		Caid Haji,Caid Hajj,Caid Hajji,Caïd Haji,Caïd Hajj,Caïd Hajji,Douar Caid Ahmed Hadj,Douar Caid Ahmed Hajj,Douar Caïd Ahmed Hadj,Douar Caïd Ahmed Hajj		07	431		
2553633	Oulad El Mekki	oulad-el-mekki	MA		0	Africa/Casablanca	33.28876	-7.20659		Caidel Mekki,Caïdel Mekki,Oulad El Mekki		06	111		
2553634	Douar El Caid El Haj	douar-el-caid-el-haj	MA		0	Africa/Casablanca	32.22362	-8.38494		Caid el Hajj,Caïd el Hajj,Douar Caid el Hadj,Douar Caid el Hajj,Douar Caïd el Hadj,Douar El Caid El Haj,Hadj		07	427		
2553636	Dar el Caïd	dar-el-caid	MA		0	Africa/Casablanca	32.92913	-6.90801		Caid Dar el,Caïd Dar el,Dar el Caid,Dar el Caïd		05	311		
2553638	Douar Bou Maulia	douar-bou-maulia	MA		0	Africa/Casablanca	33.50558	-4.58639		Caid Bou Malla,Caïd Bou Malla,Douar Bou Maulia		03	131		
2553639	Douar Azib Ben Himouda	douar-azib-ben-himouda	MA		0	Africa/Casablanca	32.17019	-8.38395		Caid Bou Chta,Caïd Bou Chta,Douar Azib Ben Himouda		07	585		
2553640	Dar Caïd Bouchaïb	dar-caid-bouchaib	MA		0	Africa/Casablanca	32.90317	-6.51605				05	311		
2553644	Douar Smiaa	douar-smiaa	MA		0	Africa/Casablanca	34.03061	-4.38896		Caid Abrouk,Caïd Abrouk,Douar Caid Abrouk,Douar Caïd Abrouk,Douar Smiaa		03	561		
2553650	Cafia	cafia	MA		0	Africa/Casablanca	31.00518	-6.57325				08	401		
2553653	Douar Ochrad	douar-ochrad	MA		0	Africa/Casablanca	35.07874	-4.19424		Caadoua,Caadua,Douar Ochrad		01	051		
2553654	Bzou	bzou	MA		0	Africa/Casablanca	32.09171	-7.04786		Bezou,Bzou,Bzou Aghbalou	1208105072	05	081	1208105072	
2553655	Bzaza	bzaza	MA		0	Africa/Casablanca	32.44368	-6.38446				05	091		
2553658	Bu Uzugun	bu-uzugun	MA		0	Africa/Casablanca	29.13	-10.06		Bu Bzugun,Bu Uzugun		10	473		
2553664	Busdadi	busdadi	MA		0	Africa/Casablanca	29.38	-10.08				10	473		
2553667	Bukdur	bukdur	MA		0	Africa/Casablanca	29.38	-10.1				10	473		
2553677	Bu Afernun	bu-afernun	MA		0	Africa/Casablanca	29.38	-9.98				10	473		
2553684	Douar Lebsabes	douar-lebsabes	MA		0	Africa/Casablanca	34.67336	-5.44916		Bsabesse,Bsabis,Bsabiss,Douar Lebsabes		01	405		
2553685	Douar Bsaylat	douar-bsaylat	MA		0	Africa/Casablanca	31.85035	-8.59971		Bsaalaf,Douar Bsaylat		07	585		
2553686	Tizin Bouri	tizin-bouri	MA		0	Africa/Casablanca	33.62591	-5.28084		Tizi n' Brouri,Tizi n' Bruri,Tizi n’ Brouri,Tizi n’ Bruri,Tizin Bouri		03	171		
2553692	Bringes	bringes	MA		0	Africa/Casablanca	35.39553	-5.26223				01	571		
2553693	Douar Lebrinat	douar-lebrinat	MA		0	Africa/Casablanca	32.05316	-9.09895		Brinat,Douar Brinat,Douar Lebrinat		07	431		
2553694	Brikcha	brikcha	MA		0	Africa/Casablanca	34.96732	-5.57295		Brickcha,Brikcha,Douar Brikcha	1615109052	01	151	1615109052	
2553697	Douar Brija	douar-brija	MA		0	Africa/Casablanca	33.96903	-4.80711		Bridja,Brija,Douar Brija		03	451		
2553698	Brija	brija	MA		0	Africa/Casablanca	32.96112	-4.09232		Brahiga,Brija		03	131		
2553699	Brija	brija	MA		0	Africa/Casablanca	30.21	-5.61				08	587		
2553700	Brij	brij	MA		0	Africa/Casablanca	29.06049	-10.32629		Brij,Brij Azib		10	261		
2553701	Briyech	briyech	MA		0	Africa/Casablanca	35.30827	-5.95358		Briiech,Briyech		01	511		
2553702	Boudra’	boudra	MA		0	Africa/Casablanca	33.45689	-5.25147		Boudra',Boudra’,Brigara		03	271		
2553712	Douar Bghaoua	douar-bghaoua	MA		0	Africa/Casablanca	34.53206	-5.19062		Brhaoua,Douar Bghaoua		03	531		
2553714	Douar Bghayliya Mhajba	douar-bghayliya-mhajba	MA		0	Africa/Casablanca	34.495	-6.31648		Al Bghailiya al Mhajba,Al Bghaïliya al Mhajba,Bghailia el Mehacheba,Bghaïlia el Mehacheba,Brhailia el Mehacheba,Brhaïlia el Mehacheba,Douar Bghayliya Mhajba,Douar Brhailia el Mehacheba,Douar Brhaïlia el Mehacheba,El Bkhilia Chbaama,El Bkhilia Chbaâma		04	481		
2553715	Brhadda	brhadda	MA		0	Africa/Casablanca	32.81338	-7.51897		Brhadda,Dar Ould Kradija		06	461		
2553716	Brana	brana	MA		0	Africa/Casablanca	35.39629	-5.96851		Brana,Brenna		01	511		
2553721	Douar Brarja	douar-brarja	MA		0	Africa/Casablanca	32.02483	-7.24273		Brarja,Douar Brarja,Douar el Berarja		07	191		
2553722	Brart	brart	MA		0	Africa/Casablanca	34.74585	-3.87516		Braret,Brart		03	561		
2553724	Douar Labrareq	douar-labrareq	MA		0	Africa/Casablanca	34.17177	-4.26787		Brarak,Douar Brarak,Douar Labrareq		03	561		
2553725	Douar Branes	douar-branes	MA		0	Africa/Casablanca	34.52334	-5.23569		Branis,Braniss,Douar Branes,Labaranisse		03	531		
2553728	Douar Branese Laqdima	douar-branese-laqdima	MA		0	Africa/Casablanca	35.74493	-5.87049		Branes,Douar Branes,Douar Branese Laqdima,El Branez		01	511		
2553729	Brakik	brakik	MA		0	Africa/Casablanca	34.16444	-3.57556		Brakik,Douar Brakik		02	265		
2553732	Brahla	brahla	MA		0	Africa/Casablanca	32.20864	-8.0224				07	427		
2553734	Brahimate	brahimate	MA		0	Africa/Casablanca	35.01758	-3.06663		Brahimat,Brahimate,Brâhîmat		02	381		
2553740	Douar Brarba	douar-brarba	MA		0	Africa/Casablanca	34.45225	-4.3109		Bragha,Douar Brarba		03	561		
2553751	Bouznika	bouznika	MA		27283	Africa/Casablanca	33.78942	-7.15968		Bouzhika,Bouznika,Bouzniqa,Buznike,Kasba bou Znika,Бузнике	0611101031	06	111	0611101031	
2553754	Bou Zmella	bou-zmella	MA		0	Africa/Casablanca	31.21	-4.28		Bou Zmella,Ksar Bouzmella		08	201		
2553757	Bou Zizoua	bou-zizoua	MA		0	Africa/Casablanca	34.8	-4.35				01	051		
2553760	Bouzirane	bouzirane	MA		0	Africa/Casablanca	34.81	-4.35				01	051		
2553762	Bou Zineb	bou-zineb	MA		0	Africa/Casablanca	34.8	-4.05				03	561		
2553763	Douar Bou Zina	douar-bou-zina	MA		0	Africa/Casablanca	35.02305	-5.12028		Bouzina,Douar Bou Zina		01	151		
2553765	Douar Bou Zit	douar-bou-zit	MA		0	Africa/Casablanca	31.54773	-8.22409		Bou Zid,Douar Bou Zid,Douar Bou Zit,Ouled Zid		07	351		
2553766	Bouzid	bouzid	MA		0	Africa/Casablanca	31.50703	-8.78626				07	161		
2553771	Ben Lefdil	ben-lefdil	MA		0	Africa/Casablanca	29.56557	-9.62478		Ben Lefdil,Bou Zfdeil,Bou Zfdeïl,Bou Zfedeil,Bou Zfedeïl,Boulfdaile		09	581		
2553772	Bou Zerz	bou-zerz	MA		0	Africa/Casablanca	29.68237	-9.88653		Bou Zarz,Bou Zerz,Bouzez		09	581		
2553776	Bou Zergoun	bou-zergoun	MA		0	Africa/Casablanca	32.79801	-4.3391				03	131		
2553777	Bou Zergane	bou-zergane	MA		0	Africa/Casablanca	30.45	-5.85		Bou Zengane,Bou Zergane		08	587		
2553781	Bou Zemmour	bou-zemmour	MA		0	Africa/Casablanca	30.57734	-9.27697		Bou Zemmor,Bou Zemmour		09	541		
2553792	Bouzdoud	bouzdoud	MA		0	Africa/Casablanca	31.21494	-8.77567		Bouzdoud,Bouzedouk		07	161		
2553796	Bou Zarif	bou-zarif	MA		0	Africa/Casablanca	29.52565	-8.62132				09	551		
2553799	Bou Zammour	bou-zammour	MA		0	Africa/Casablanca	31.38862	-9.71026		Bou Zammour,Bou Zemmour		07	211		
2553802	Bou Zakhnine	bou-zakhnine	MA		0	Africa/Casablanca	34.69538	-5.06144		Bou Zakhnine,Bouzghinine		03	531		
2553804	Mouizougar	mouizougar	MA		0	Africa/Casablanca	33.22249	-6.05318		Bouzaguer,Mouizougar		05	301		
2553808	Bou Youssef	bou-youssef	MA		0	Africa/Casablanca	32.45475	-5.89157				05	091		
2553813	Bou Yazidane	bou-yazidane	MA		0	Africa/Casablanca	34.72216	-3.81886		Bou Yazidane,Bouiazidene		03	561		
2553815	Bou Yakoubet	bou-yakoubet	MA		0	Africa/Casablanca	33.98503	-3.44297		Bou Yacoubat,Bou Yakoubat,Bou Yakoubet,Bou Yaqoubet		02	265		
2553817	Id Bouwwirya	id-bouwwirya	MA		0	Africa/Casablanca	29.42817	-9.83547		Bou Yahya,Id Bouwwirya,Id Yahya,Yahya		09	581		
2553827	Bou Terfine	bou-terfine	MA		0	Africa/Casablanca	32.35615	-5.21298		Bou Terfine,Bou Tserfine,Boutisrifine		08	363		
2553837	Boutanfit	boutanfit	MA		0	Africa/Casablanca	31.68426	-4.92994		Bou Tounfit,Boutanfit,Boutenfit		08	201		
2553839	Boutoumer	boutoumer	MA		0	Africa/Casablanca	34.53796	-4.83957		Boutoumar,Boutoumer		03	531		
2553841	Douar Bou Touil	douar-bou-touil	MA		0	Africa/Casablanca	31.57061	-7.77423		Bou Touil,Douar Bou Touil		07	041		
2553843	Boutwil	boutwil	MA		0	Africa/Casablanca	32.18191	-6.88956		Bou Touib,Boutwil		05	081		
2553861	Bou Tizwa	bou-tizwa	MA		0	Africa/Casablanca	30.41826	-8.62887		Bou Tizoua,Bou Tizwa		09	541		
2553885	Bou Iferda	bou-iferda	MA		0	Africa/Casablanca	32.35646	-5.83348		Bou Iferda,Bou Tferda		05	091		
2553889	Bou Tassaft	bou-tassaft	MA		0	Africa/Casablanca	33.32144	-5.39815		Bou Tassaft,Bou Tesaft		03	271		
2553916	Bou Tazoult	bou-tazoult	MA		0	Africa/Casablanca	31.05342	-7.38333				08	401		
2553923	Bou Tazaret	bou-tazaret	MA		0	Africa/Casablanca	31.37342	-9.72977		Bou Tazaret,Bou Tazert,Bou Tazerte,Boutzaret		07	211		
2553929	Bou Tazdemi	bou-tazdemi	MA		0	Africa/Casablanca	32.52546	-5.76851				05	091		
2553932	Douar Ben Tayeb	douar-ben-tayeb	MA		0	Africa/Casablanca	34.84201	-2.46668		Bou Tayeb,Douar Ben Tayeb		02	113		
2553945	Bou Tarialt	bou-tarialt	MA		0	Africa/Casablanca	30.45681	-8.885				09	541		
2553947	Bou Tarhbalout	bou-tarhbalout	MA		0	Africa/Casablanca	32.16393	-5.63405		Bou Tarhbalout,Bouta Ghabalout		08	363		
2553952	Bou Tara	bou-tara	MA		0	Africa/Casablanca	30.68687	-9.44319				09	001		
2553957	Bou Tanout	bou-tanout	MA		0	Africa/Casablanca	30.80325	-9.63105				09	001		
2553959	Bou Tammayt	bou-tammayt	MA		0	Africa/Casablanca	29.85142	-9.6688		Bou Tammait,Bou Tammayt,Bou Tammaït		09	581		
2553960	Bou Tamert	bou-tamert	MA		0	Africa/Casablanca	30.46206	-8.39037		Bou Tamart,Bou Tamert		09	541		
2553969	Boutahal	boutahal	MA		0	Africa/Casablanca	34.66161	-4.94713				03	531		
2553979	Toutabi	toutabi	MA		0	Africa/Casablanca	29.67027	-9.03589		Boutabia,Boutabya,Toutabi		09	581		
2553984	Boussouni	boussouni	MA		0	Africa/Casablanca	32.33739	-8.61508		Boussouni,Douar Boussouni		07	431		
2553988	Bou Srour	bou-srour	MA		0	Africa/Casablanca	34.77153	-5.51147				01	405		
2553992	Douar Zaouiat El Bousouniya	douar-zaouiat-el-bousouniya	MA		0	Africa/Casablanca	32.02278	-8.82229		Bou Sounia,Douar Zaouiat El Bousouniya		07	585		
2553994	Bou Soumla	bou-soumla	MA		0	Africa/Casablanca	34.86	-4.76				01	051		
2553998	Boujniba	boujniba	MA		0	Africa/Casablanca	35.16527	-3.21253		Boujniba,Bousniba,Busniba		02	167		
2554000	Bou Smara	bou-smara	MA		0	Africa/Casablanca	34.22506	-5.36264				03	591		
2554006	Bouskoura	bouskoura	MA		0	Africa/Casablanca	33.44976	-7.65239			0938503012	06	385	0938503012	
2554007	Bouskour	bouskour	MA		0	Africa/Casablanca	30.92849	-6.30057		Bou Skour,Bouskour		08	587		
2554020	Agadir Bou Setta	agadir-bou-setta	MA		0	Africa/Casablanca	31.51638	-8.15032		Agadir Bou Setta,Bou Setta,Douar Bou Setta		07	041		
2554023	Bou Sarouas	bou-sarouas	MA		0	Africa/Casablanca	35.23814	-5.55398		Bou Sarouas,Bouserouas		01	331		
2554024	Bouserot	bouserot	MA		0	Africa/Casablanca	34.98	-3.88				01	051		
2554028	Bou Smoum	bou-smoum	MA		0	Africa/Casablanca	30.04491	-7.58645		Bou Semou,Bou Smoum		09	551		
2554030	Bousemel	bousemel	MA		0	Africa/Casablanca	29.21441	-9.95172				10	473		
2554031	Bou Selloum	bou-selloum	MA		0	Africa/Casablanca	30.6509	-8.10207				09	541		
2554035	Douar Bouslama	douar-bouslama	MA		0	Africa/Casablanca	35.13094	-3.8495		Bouselama,Buselama,Douar Bouslama		01	051		
2554037	Bou Selam	bou-selam	MA		0	Africa/Casablanca	32.64753	-4.1317		Bou Selam,Bousellam,Boussellem		03	131		
2554044	Douar Bou Sedra	douar-bou-sedra	MA		0	Africa/Casablanca	33.56774	-5.63095		Bou Cedra,Bou Sedra,Douar Bou Sedra		03	171		
2554045	Bou Sedra	bou-sedra	MA		0	Africa/Casablanca	33.20013	-8.16261		Bou Sedra,Boucedra,Boucédra		06	181		
2554047	Boused	boused	MA		0	Africa/Casablanca	29.17468	-10.28785		Ahel Buxait,Boused		10	473		
2554049	Bouscout	bouscout	MA		0	Africa/Casablanca	35.06	-4.48		Bouscout,Busait		01	151		
2554051	Bousarma	bousarma	MA		0	Africa/Casablanca	29.21989	-10.25431		Bezco,Bousarma		10	473		
2554053	Bou Salim	bou-salim	MA		0	Africa/Casablanca	29.38486	-9.93789		Bou Salim,Dar Bu Salim		10	473		
2554056	Bou Salah	bou-salah	MA		0	Africa/Casablanca	34.75568	-5.38572				01	405		
2554057	Bou Saka	bou-saka	MA		0	Africa/Casablanca	29.25969	-9.81746		Assaka,Bou Saka,Bouska		10	473		
2554059	Bousaïda	bousaida	MA		0	Africa/Casablanca	34.95148	-3.94841				01	051		
2554061	Bou Sa’id	bou-sa-id	MA		0	Africa/Casablanca	31.82723	-4.26378		Bou Sa'id,Bou Said,Bou Saïd,Bou Sa’id		08	201		
2554062	Bou Sagoun	bou-sagoun	MA		0	Africa/Casablanca	29.38488	-9.93755		Bou Sagoun,Bu Sagim		10	473		
2554064	Bou Safi	bou-safi	MA		0	Africa/Casablanca	35.18871	-6.03432				01	331		
2554065	Bou Safarn	bou-safarn	MA		0	Africa/Casablanca	30.68	-8.16		Bou Safarn,Bou Salarn,Bou Selloum		09	541		
2554066	Bou Sadoum	bou-sadoum	MA		0	Africa/Casablanca	34.9229	-5.03411		Bou Sadoum,Boussadoun,Busadun		01	151		
2554072	Bou Saad	bou-saad	MA		0	Africa/Casablanca	33.86179	-3.9226				03	561		
2554074	Douar Bourziq	douar-bourziq	MA		0	Africa/Casablanca	31.53526	-8.20383		Bourzik,Douar Bourzik,Douar Bourziq		07	351		
2554075	Douar Bou Rziyeq	douar-bou-rziyeq	MA		0	Africa/Casablanca	34.18592	-4.47787		Bourzeg,Douar Bou Rziyeq,Douar Bourzeg		03	531		
2554076	Dar Ramdane	dar-ramdane	MA		0	Africa/Casablanca	30.67235	-8.3736		Bourt Said,Bourt Saïd,Dar Ramdane		09	541		
2554081	Bour Oulad Isghi	bour-oulad-isghi	MA		0	Africa/Casablanca	34.20404	-2.582		Bour Oulad Isghi,Bour Oulad Isrh,Bour Oulad Isrhi		02	533		
2554083	Douar Berouinat	douar-berouinat	MA		0	Africa/Casablanca	34.44505	-5.23032		Bou Rouinet,Bou Rouinete,Douar Berouinat		03	531		
2554091	Bourmmane	bourmmane	MA		0	Africa/Casablanca	31.35822	-6.49535		Bourmmane,Bourrammane		08	401		
2554094	Bourkiz	bourkiz	MA		0	Africa/Casablanca	34.61528	-5.43762		Bourkiz,Ouled Bouchrih		04	481		
2554100	Douar bou Rial	douar-bou-rial	MA		0	Africa/Casablanca	31.46941	-8.15174		Bou Rial,Douar bou Rial		07	351		
2554103	Bouria	bouria	MA		0	Africa/Casablanca	30.52933	-9.22423		Boura,Bouria		09	541		
2554105	Boughrart	boughrart	MA		0	Africa/Casablanca	31.74086	-6.98611		Boughrart,Bourhrard		05	081		
2554106	Bou Rhoufa	bou-rhoufa	MA		0	Africa/Casablanca	34.14429	-4.23594		Bou Rhoufa,Douar bou Rhoufa		03	561		
2554112	Bou Rhemane	bou-rhemane	MA		0	Africa/Casablanca	34.72104	-5.02534				03	531		
2554119	Bou Rhanem	bou-rhanem	MA		0	Africa/Casablanca	31.63056	-7.41836		Bou Rhanem,Boughanim,Dar bou Khanim		07	041		
2554123	Bou Rhaleb	bou-rhaleb	MA		0	Africa/Casablanca	34.10476	-4.19142		Bou Rhaleb,Douar bou Rhaleb		03	561		
2554128	Bou Rendane	bou-rendane	MA		0	Africa/Casablanca	34.76268	-4.36519				01	051		
2554129	Bou Rekba	bou-rekba	MA		0	Africa/Casablanca	31.44606	-8.52313		Bou Rekba,Bourkeb		07	161		
2554130	Boureït	boureit	MA		0	Africa/Casablanca	34.99827	-4.89297		Bab-Berret,Boureit,Bouret,Boureït		01	151		
2554131	Bou Rehil	bou-rehil	MA		0	Africa/Casablanca	31.6	-9.15		Bou Rehil,Douar Ben Rehil		07	211		
2554132	Bou Redine	bou-redine	MA		0	Africa/Casablanca	32.56429	-4.1864				08	363		
2554135	Boured	boured	MA		0	Africa/Casablanca	34.72455	-4.09921				03	561		
2554137	Bourdoud	bourdoud	MA		0	Africa/Casablanca	34.61402	-4.65266				03	531		
2554144	Bou er Rbi	bou-er-rbi	MA		0	Africa/Casablanca	30.14381	-6.36559		Bou Rbia,Bou er Rbi,Zaouia Bou Rbia		08	587		
2554149	Douar Bou Rahi	douar-bou-rahi	MA		0	Africa/Casablanca	34.35247	-3.95196		Bou Rahi,Douar Bou Rahi		03	561		
2554150	Bou Rahaïl	bou-rahail	MA		0	Africa/Casablanca	34.99314	-3.26801		Bou Rahail,Bou Rahaïl,Oulad Bou Rahail		02	167		
2554152	Bou Ragloua	bou-ragloua	MA		0	Africa/Casablanca	29.23107	-10.22604		Bou Ragloua,Ragba El Kaid Hamed		10	473		
2554155	Bou Rachid	bou-rachid	MA		0	Africa/Casablanca	33.88716	-3.59651		Bou Rached,Bou Rachid		02	265		
2554162	Bou Ouzrou	bou-ouzrou	MA		0	Africa/Casablanca	29.57	-9.93		Bou Ouzrou,Bouzrou		09	581		
2554163	Bou Zemou	bou-zemou	MA		0	Africa/Casablanca	32.09839	-5.53268		Bou Ouzemou des Ait Ouarzef,Bou Ouzemou des Aït Ouarzef,Bou Zemou,Ksar Bou Ouezmou		08	363		
2554171	Bou Ousakkour	bou-ousakkour	MA		0	Africa/Casablanca	31.58333	-5.87841				08	577		
2554177	Bou Ourhzir	bou-ourhzir	MA		0	Africa/Casablanca	32.48428	-5.72356				05	091		
2554186	Boumazir	boumazir	MA		0	Africa/Casablanca	30.73925	-8.10875		Bou Ou Mazir,Boumazir,Boumrazin		09	541		
2554190	Bou Walja	bou-walja	MA		0	Africa/Casablanca	31.97849	-7.22929		Bou Oulja,Bou Walja,Boulja		07	191		
2554192	Boulgou	boulgou	MA		0	Africa/Casablanca	30.58134	-7.97808		Bou Oulgou,Boulgou		09	541		
2554196	Bou Ouglas	bou-ouglas	MA		0	Africa/Casablanca	31.41362	-7.96903		Bou Glas,Bou Ouglas,Douar bou Ouglas		07	041		
2554205	Boû Ouentere	bou-ouentere	MA		0	Africa/Casablanca	35.32636	-4.97586				01	151		
2554217	Bouwattas	bouwattas	MA		0	Africa/Casablanca	32.44511	-5.56651		Bou Attas,Bou Ouattas,Bou Wattas,Bouwattas		05	091		
2554220	Bou Ouahmisa	bou-ouahmisa	MA		0	Africa/Casablanca	31.38657	-9.06095		Bou Ouahmisa,Bou Ouamissa,Bouhmissa		07	161		
2554221	Bou ’Okkaz	bou-okkaz	MA		0	Africa/Casablanca	31.59423	-8.02161		Bou 'Okkaz,Bou ’Okkaz,Bou-Okkaz		07	351		
2554229	Olad. Bounoua	olad-bounoua	MA		0	Africa/Casablanca	34.35745	-4.09214		Bounoua,Olad. Bounoua,Oulad Bounoua		03	561		
2554230	Bou Nou	bou-nou	MA		0	Africa/Casablanca	29.8	-5.66				08	587		
2554231	Douar Bni Ftouh	douar-bni-ftouh	MA		0	Africa/Casablanca	35.09694	-5.04406		Bounni,Douar Bni Ftouh		01	151		
2554232	Douar Bou Nkhila	douar-bou-nkhila	MA		0	Africa/Casablanca	31.92928	-7.6518		Bou Nkheila,Bou Nkheïla,Douar Bou N'Kheila,Douar Bou Nkhila,Douar Bou N’Kheila		07	427		
2554235	Bounifal	bounifal	MA		0	Africa/Casablanca	32.38107	-9.13093		Bounifal,Bounifd,Bounifel,Douar Bounifel		07	431		
2554237	Douar Bounhas	douar-bounhas	MA		0	Africa/Casablanca	32.59657	-5.02903		Bou Nhas,Douar Bounhas		08	363		
2554238	Bou N’guerf	bou-n-guerf	MA		0	Africa/Casablanca	29.77603	-9.54288				09	581		
2554239	Bounezzal	bounezzal	MA		0	Africa/Casablanca	35.59689	-5.47457		Bounazal,Bounezal,Bounezzal		01	571		
2554244	Bou Nana	bou-nana	MA		0	Africa/Casablanca	30.49277	-6.06044				08	587		
2554245	Bounaamane	bounaamane	MA		0	Africa/Casablanca	29.53128	-9.81346		Bou Naamane,Bou Namane,Bou Naâmane,Bounaamane,Souk ej Jem'a n Bou N'amane,Souk ej Jem’a n Bou N’amâne,Souk-Sebt de Bou-Naamane,Souq aj Jam'a n Bou Na'mane,Souq aj Jam’a n Bou Na’mane		09	581		
2554249	Bounaga	bounaga	MA		0	Africa/Casablanca	31.98332	-7.96058		Ben Najem,Bou Naga,Bounaga,Douar bou Naga		07	427		
2554262	Bou Moussi	bou-moussi	MA		0	Africa/Casablanca	29.90058	-7.26202				09	551		
2554267	Bou Moqbal	bou-moqbal	MA		0	Africa/Casablanca	34.76589	-4.9616				03	531		
2554268	Bou Mhawt	bou-mhawt	MA		0	Africa/Casablanca	29.20562	-9.90501		Bou Mhawt,Bou Mohout,Id Bou Mhaout		10	473		
2554274	Douar Boumilek	douar-boumilek	MA		0	Africa/Casablanca	35.05895	-4.36269		Boumileh,Boumilk,Bumileh,Douar Boumilek		01	051		
2554280	Bou Mia	bou-mia	MA		0	Africa/Casablanca	34.83407	-2.62655		Bou Mia,Boumia-Jblel,Douar bou Mia		02	113		
2554281	Boumia	boumia	MA		0	Africa/Casablanca	32.7236	-5.1025			1330107152	05	301	1330107152	
2554282	Boumia	boumia	MA		0	Africa/Casablanca	32.35968	-5.70161		Bou Mia,Boumia		05	091		
2554283	Bou Mia	bou-mia	MA		0	Africa/Casablanca	30.2752	-9.20108		Bou Mia,Boumya		09	541		
2554286	Bou Magzar	bou-magzar	MA		0	Africa/Casablanca	30.57528	-8.1021		Bou Magzar,Bou Mgzer		09	541		
2554294	Douar Ain Bau Marched	douar-ain-bau-marched	MA		0	Africa/Casablanca	34.13433	-4.80204		Bou Merched,Douar Ain Bau Marched,Douar bou Herched		03	591		
2554296	Bou Mersid	bou-mersid	MA		0	Africa/Casablanca	32.58181	-6.13518		Bou Mersid,Ksar Bou Mensit		05	091		
2554297	Bou Mendil	bou-mendil	MA		0	Africa/Casablanca	35.23476	-5.58031		Bou Mendil,Boumandile		01	331		
2554299	Bou Melza	bou-melza	MA		0	Africa/Casablanca	33.93428	-3.47782				02	265		
2554302	Medkert	medkert	MA		0	Africa/Casablanca	35.14381	-3.19929		Bou Mejart,Medcat,Medkert		02	381		
2554304	Bou Mahracha	bou-mahracha	MA		0	Africa/Casablanca	31.68914	-8.07772		Bou Mahracha,Bou-Mehracha Azib-Layadi		07	351		
2554308	Boumehidi	boumehidi	MA		0	Africa/Casablanca	34.719	-6.10429		Boumehidi,Douar Boumehidi		04	281		
2554309	Douar Boumehdi	douar-boumehdi	MA		0	Africa/Casablanca	35.36868	-5.83237		Bou Mahdi,Bou Mehedi,Boumehdi,Douar Boumehdi		01	331		
2554310	Douar Bou Mdour	douar-bou-mdour	MA		0	Africa/Casablanca	35.08347	-4.55993		Bou Medour,Boumadour,Bumedur,Douar Bou Mdour		01	151		
2554318	Douar Oulad Zbir	douar-oulad-zbir	MA		0	Africa/Casablanca	31.92649	-7.73015		Bou Marhara,Douar Bou Marhara Ouled Zbir,Douar Oulad Sbir,Douar Oulad Zbir		07	427		
2554322	Boumalne Dades	boumalne-dades	MA		0	Africa/Casablanca	31.37986	-5.98819		Bou Malem,Boumalne		08	577		
2554325	Bou Maksel	bou-maksel	MA		0	Africa/Casablanca	34.93	-4.1		Bou Makcel,Bou Maksel		01	051		
2554330	Bou Mahrouf	bou-mahrouf	MA		0	Africa/Casablanca	34.74529	-3.8069		Bou Mahrouf,Dar Bou Marouf		03	561		
2554331	Bou Mahroud	bou-mahroud	MA		0	Africa/Casablanca	35.41079	-2.9882				02	381		
2554333	Aghalmene	aghalmene	MA		0	Africa/Casablanca	35.41564	-5.40085		Aghalmene,Arhelmane,Arhermane,Bou Mahla		01	571		
2554334	Boumahidi	boumahidi	MA		0	Africa/Casablanca	34.75172	-6.31219		Boumahidi,Douar Boumahidi		04	281		
2554340	Bou Maadene	bou-maadene	MA		0	Africa/Casablanca	34.91262	-4.02308				01	051		
2554341	Douar Bou Maad	douar-bou-maad	MA		0	Africa/Casablanca	35.19217	-3.63566		Bou Ma'ad,Bou Ma’âd,Bu-Maad,Douar Bou Maad		02	167		
2554342	Boulzzane	boulzzane	MA		0	Africa/Casablanca	33.33792	-4.60102				03	131		
2554343	Boulza	boulza	MA		0	Africa/Casablanca	32.76	-3.51				02	251		
2554352	Boul Nouit	boul-nouit	MA		0	Africa/Casablanca	29.14864	-10.21974		Boul Nouit,Bulenuit,Butenuit		10	473		
2554357	Boulma	boulma	MA		0	Africa/Casablanca	34.88665	-3.86593				01	051		
2554358	Douar Bella	douar-bella	MA		0	Africa/Casablanca	35.31108	-4.99274		Boula,Boulla,Douar Bella		01	151		
2554359	Boulksirine	boulksirine	MA		0	Africa/Casablanca	33.46274	-4.43714				03	131		
2554364	Boulknioun	boulknioun	MA		0	Africa/Casablanca	30.13	-7.13				09	551		
2554367	Boulisene	boulisene	MA		0	Africa/Casablanca	34.83	-4.93				01	151		
2554380	Bou Lhalla	bou-lhalla	MA		0	Africa/Casablanca	29.43	-9.61				10	473		
2554389	Boulemane	boulemane	MA		0	Africa/Casablanca	33.36376	-4.72896		Boulemane,Boulmane	1413101011	03	131	1413101011	
2554395	Boulbourhlal	boulbourhlal	MA		0	Africa/Casablanca	32.30843	-3.77766				02	251		
2554409	Boulaouane	boulaouane	MA		0	Africa/Casablanca	32.85995	-8.05555		Boulaouane,Guaouar Boulaouane,Kasba Bou Laouane,Kasha Bou Laouane	1118109012	06	181	1118109012	
2554412	Bou Lanouar	bou-lanouar	MA		0	Africa/Casablanca	31.55746	-7.94713		Bou Lanouar,Douar bou Lanouar		07	351		
2554421	Bou Lajelat	bou-lajelat	MA		0	Africa/Casablanca	30.60393	-8.91121		Bou Lajelat,Bou al'Ajlat,Bou al’Ajlat		09	541		
2554424	Boul’awane	boul-awane	MA		0	Africa/Casablanca	31.20008	-8.79361		Bou Lahouene,Bou-Laouane,Boul'awane,Boulehouane,Boul’awane		07	161		
2554434	Bou La’joul	bou-la-joul	MA		0	Africa/Casablanca	32.88268	-4.95823		Bou La'joul,Bou La’joul,Boulaajoul,Boulajoul		08	363		
2554439	Bouksaa	bouksaa	MA		0	Africa/Casablanca	29.56	-9.93		Bougasaa,Bouksa,Bouksaa		09	581		
2554440	Douar Boukrim	douar-boukrim	MA		0	Africa/Casablanca	35.24389	-4.95021		Boukrim,Boukrime,Bukrim,Douar Boukrim		01	151		
2554441	Bou Kricha	bou-kricha	MA		0	Africa/Casablanca	31.83451	-7.96761		Bou Kricha,Bou Kricha Ouled Bouhisoun,Douar bou Kricha,Nzala bou Kricha		07	427		
2554449	Douar Bou Quorra	douar-bou-quorra	MA		0	Africa/Casablanca	34.76738	-5.2428		Bou Korra,Bouchorra Dchar el Kebir,Bouchorra Dchar el Kébir,Douar Bou Quorra		01	405		
2554452	Bouknala	bouknala	MA		0	Africa/Casablanca	34.51129	-4.52343				03	531		
2554458	Douar Bouqiya	douar-bouqiya	MA		0	Africa/Casablanca	34.67624	-5.47467		Boukia,Bouquia,Douar Bouqiya		01	405		
2554461	Bou Ghoura	bou-ghoura	MA		0	Africa/Casablanca	35.38182	-5.5994		Bogora,Bou Ghoura,Bou Khoura,Boughoura		01	331		
2554469	Bou Khellal	bou-khellal	MA		0	Africa/Casablanca	30.38	-5.8				08	587		
2554472	Douar Bouqrich	douar-bouqrich	MA		0	Africa/Casablanca	34.61555	-5.22971		Boukheich,Boukheïch,Douar Bouqrich		01	405		
2554476	Bou Khechba	bou-khechba	MA		0	Africa/Casablanca	30.31592	-9.08687		Bou Khechba,Boukhchela		09	541		
2554480	Bou Khardaiane	bou-khardaiane	MA		0	Africa/Casablanca	34.63049	-3.8241		Bou Khardaiane,Bou Khardaïane,Bourhardaine,Bourhardaïne		03	561		
2554481	Douar Bou Khaoua	douar-bou-khaoua	MA		0	Africa/Casablanca	31.51972	-7.77644		Bou Khaoua,Douar Bou Khaoua		07	041		
2554487	Bou Khalfa	bou-khalfa	MA		0	Africa/Casablanca	32.99488	-4.05436		Bou Khalfa,Oulad Boukhlafa		03	131		
2554499	Douar Boughrdayne	douar-boughrdayne	MA		0	Africa/Casablanca	33.80321	-4.44384		Boukerdine,Douar Boughrdayne		03	451		
2554501	Bou Kerdane	bou-kerdane	MA		0	Africa/Casablanca	32.68102	-4.12649				03	131		
2554506	Bouqallal	bouqallal	MA		0	Africa/Casablanca	35.14372	-3.32942		Boukella,Boukellal,Bouqallal,Boûkellâ,Boûkellâl		02	167		
2554507	Bou Kelaa	bou-kelaa	MA		0	Africa/Casablanca	34.64528	-5.08938		Bou Kelaa,Bou Qal'a,Bou Qal’a,Boukala		03	531		
2554509	Bou Kedir	bou-kedir	MA		0	Africa/Casablanca	31.3953	-7.95406		Bou Kedir,Douar bou Kedir		07	041		
2554512	Boukdour	boukdour	MA		0	Africa/Casablanca	29.38	-10.11		Boukdour,Bugdur		10	473		
2554513	Bou Kdir	bou-kdir	MA		0	Africa/Casablanca	30.11	-6.85		Bou Kdir,Ouled Boukdir		09	551		
2554514	Douar Bouqchouch	douar-bouqchouch	MA		0	Africa/Casablanca	34.16983	-5.47233		Bou Kchouch,Douar Bouqchouch		04	481		
2554517	Bouqaroun	bouqaroun	MA		0	Africa/Casablanca	32.16034	-6.95959		Bou Karoun,Bouqaroun		05	081		
2554519	Boukar	boukar	MA		0	Africa/Casablanca	35.41773	-5.28442				01	571		
2554523	Bou Kabane	bou-kabane	MA		0	Africa/Casablanca	34.399	-3.77149				02	265		
2554532	Bou Djeniba	bou-djeniba	MA		0	Africa/Casablanca	32.88644	-6.76944		Bou Djeniba,Bou Jeniba,Bou Jniba		05	311		
2554539	Douar Boujibar	douar-boujibar	MA		0	Africa/Casablanca	35.28021	-3.72133		Boujibar,Boûjîbâr,Buyibar,Douar Boujibar		02	167		
2554540	Boujiane	boujiane	MA		0	Africa/Casablanca	35.30859	-5.23991				01	571		
2554541	Douar Bou Jerid	douar-bou-jerid	MA		0	Africa/Casablanca	34.30877	-4.12754		Bou Jerid,Douar Bou Jerid		03	561		
2554542	Boujerj	boujerj	MA		0	Africa/Casablanca	31.19051	-8.63245		Boujeret,Boujerj		07	161		
2554556	Bou Jemaa	bou-jemaa	MA		0	Africa/Casablanca	34.87954	-4.76124		Bou Jemaa,Bou Soumla		01	151		
2554564	Boujam	boujam	MA		0	Africa/Casablanca	31.77402	-5.78535		Boudjam,Boudjame,Boujam		08	577		
2554567	Boujad	boujad	MA		0	Africa/Casablanca	32.77141	-6.39242		Boujad		05	311		
2554568	Bou Jaad	bou-jaad	MA		0	Africa/Casablanca	34.95748	-4.98886		Baujad,Baujâd,Bou Jaad		01	151		
2554571	Bou Izriane	bou-izriane	MA		0	Africa/Casablanca	33.27205	-5.00495				03	271		
2554574	Bouyzourane Lfouqani	bouyzourane-lfouqani	MA		0	Africa/Casablanca	31.56621	-7.63141		Bouizrane el Foukani,Bouyzourane Lfouqani,Bouzerane Foukani		07	041		
2554578	Bou Izmaoun	bou-izmaoun	MA		0	Africa/Casablanca	31.61133	-7.42724				07	041		
2554580	Bouizl	bouizl	MA		0	Africa/Casablanca	31.08615	-8.24789				07	041		
2554584	Douar Bou Zeger	douar-bou-zeger	MA		0	Africa/Casablanca	29.55562	-9.97281		Bou Izguer,Bou Izguir,Bouzgar,Douar Bou Zeger		09	581		
2554590	Bou Izddadane	bou-izddadane	MA		0	Africa/Casablanca	30.60294	-7.9933		Bou Izdaden,Bou Izdadene,Bou Izdadèn,Bou Izddadane		09	541		
2554594	Bou Izakarn	bou-izakarn	MA		0	Africa/Casablanca	29.17705	-9.71181		Bou Izakaren,Bou Izakarene,Bou Izakarn,Bu Isacarn		10	261		
2554615	Bou Iesli	bou-iesli	MA		0	Africa/Casablanca	34.6966	-3.87633		Bou Iesli,Bou Isly,Bou-Isli		03	561		
2554622	Bouiseri	bouiseri	MA		0	Africa/Casablanca	29.34506	-10.10432		Bouiseri,Buizeri		10	473		
2554628	Bou Irghissene	bou-irghissene	MA		0	Africa/Casablanca	32.37499	-5.44965		Bou Irghissen,Bou Irghissene,Bou Irrhissene		08	363		
2554649	Bouir Chleh	bouir-chleh	MA		0	Africa/Casablanca	31.90548	-8.22692		Bir Chelh,Bouir Chleh,Bouir Chleuh,Douar el Aroui		07	351		
2554652	Bou Ikba	bou-ikba	MA		0	Africa/Casablanca	31.12445	-6.32405		Bou Ikba,Bou Iqba		08	401		
2554659	Bou Imzgane	bou-imzgane	MA		0	Africa/Casablanca	31.55342	-7.34584		Bou Imizgane,Bou Imzgane		07	041		
2554700	Bouih Ben Aïssa	bouih-ben-aissa	MA		0	Africa/Casablanca	31.68	-9.53		Bouih Ben Aissa,Bouih Ben Aïssa,Oulad Boui Ben Aissa,Oulad Bouï Ben Aïssa		07	211		
2554701	Bouihat	bouihat	MA		0	Africa/Casablanca	31.56902	-8.33246		Bouihat,Douar Bouihat		07	351		
2554705	Douar Dar Bouih	douar-dar-bouih	MA		0	Africa/Casablanca	32.30802	-8.66831		Bouih,Douar Bouih,Douar Dar Bouih,Oulad Bouih		07	431		
2554731	Douar Boufakrane	douar-boufakrane	MA		0	Africa/Casablanca	34.03405	-4.47161		Bou Ifrane,Douar Boufakrane,Douar bou Ifkhane		03	561		
2554732	Bou Ifoura Aït Amara	bou-ifoura-ait-amara	MA		0	Africa/Casablanca	32.90975	-4.95385		Bou Ifoura Ait Amara,Bou Ifoura Aït Amara,Bou Ifourra		08	363		
2554740	Bou Ifekhsi	bou-ifekhsi	MA		0	Africa/Casablanca	33.5939	-5.08356				03	271		
2554742	Bou Ifdioun	bou-ifdioun	MA		0	Africa/Casablanca	32.38834	-4.47789		Bou Ifdioun,Bou Ifdioune		08	363		
2554746	Bouidrene	bouidrene	MA		0	Africa/Casablanca	34.93787	-4.38822				01	051		
2554747	Bou Id-Oughane	bou-id-oughane	MA		0	Africa/Casablanca	30.72423	-8.30241		Bou Id-Oughane,Bou Idourane		09	541		
2554751	Bou Idaki	bou-idaki	MA		0	Africa/Casablanca	32.86677	-5.96889		Bou Idaki,Bou Idki		05	301		
2554752	Bou Idirhane	bou-idirhane	MA		0	Africa/Casablanca	32.25228	-4.38331		Bni Idighane,Bou Idirhane		08	363		
2554789	Al Bouya	al-bouya	MA		0	Africa/Casablanca	31.44985	-4.35241		Al Bouya,Bouia,Bovia,El Bouia,El Bouiya,El Bouïa		08	201		
2554792	Bouhrazane	bouhrazane	MA		0	Africa/Casablanca	31.94226	-6.82939		Bouhrazane,Bouhrazen,Bouhrazene,Bouhrazèn		05	081		
2554793	Bouhout	bouhout	MA		0	Africa/Casablanca	34.8325	-4.21464				01	051		
2554795	Bou Hlal	bou-hlal	MA		0	Africa/Casablanca	33.91942	-3.48777				02	265		
2554797	Bouhia	bouhia	MA		0	Africa/Casablanca	34.72839	-4.16651		Bou Hya,Bouhia		03	531		
2554803	Douar Bou Jnane	douar-bou-jnane	MA		0	Africa/Casablanca	35.03925	-4.11526		Bihabane,Bouhenane,Buhenan,Douar Bou Jnane		01	051		
2554807	Bouhelal	bouhelal	MA		0	Africa/Casablanca	34.72438	-5.3097		Bou hilal,Bouhelal,Bouhellal		01	405		
2554814	Bou Harra	bou-harra	MA		0	Africa/Casablanca	32.74971	-5.77967				05	301		
2554816	Douar Bou Haroun	douar-bou-haroun	MA		0	Africa/Casablanca	34.48076	-4.21344		Bou Haroun,Douar Bou Haroun		03	561		
2554818	Douar Bou Arram	douar-bou-arram	MA		0	Africa/Casablanca	34.26832	-4.4299		Bou Haram,Douar Bou Arram,Douar Bou Haram		03	531		
2554820	Bou Haouli	bou-haouli	MA		0	Africa/Casablanca	31.58736	-9.18012		Bou Haouli,Douar Ben Haouli		07	211		
2554822	Douar Bou Hnine	douar-bou-hnine	MA		0	Africa/Casablanca	35.12268	-4.60936		Bou Hanine,Bou Hannine,Bou Hannîne,Douar Bou Hnine		01	151		
2554824	Douar Lehouifrat	douar-lehouifrat	MA		0	Africa/Casablanca	32.23795	-8.39952		Bouhane,Douar Bouhane,Douar Lehouifrat		07	427		
2554825	Bouhane	bouhane	MA		0	Africa/Casablanca	31.87985	-8.21188				07	351		
2554829	Douar Bou Hamsi	douar-bou-hamsi	MA		0	Africa/Casablanca	35.26057	-5.65309		Bou Hamsi,Douar Bou Hamsi		01	331		
2554833	Bou Hamida	bou-hamida	MA		0	Africa/Casablanca	32.57699	-7.78923		Bou Hamida,Douar bou Hamida,Ouled Hamida		07	427		
2554840	Bou Hamara	bou-hamara	MA		0	Africa/Casablanca	30.37036	-9.18254		Bou Hamara,Bouhamra		09	541		
2554843	Bou Hlou	bou-hlou	MA		0	Africa/Casablanca	31.74405	-6.99167		Bou Hlou,Bouhalou		05	081		
2554846	Douar Bou Halla	douar-bou-halla	MA		0	Africa/Casablanca	35.06823	-5.13734		Bouhalla,Douar Bou Halla		01	151		
2554848	Douar Boukhalid	douar-boukhalid	MA		0	Africa/Casablanca	35.13471	-4.88768		Bou Haled,Douar Boukhalid		01	151		
2554850	Bouhajera	bouhajera	MA		0	Africa/Casablanca	34.96672	-2.9562				02	381		
2554853	Bouhajar	bouhajar	MA		0	Africa/Casablanca	34.80885	-6.02202		Bouhajar,Bouhjar		04	281		
2554855	Douar Bouhaydat	douar-bouhaydat	MA		0	Africa/Casablanca	32.48167	-9.0782		Bouhaidat,Bouhaïdat,Douar Bouhaidat,Douar Bouhaydat,El Bou Haidat,El Bou Haïdat		07	431		
2554861	Bouhadoum	bouhadoum	MA		0	Africa/Casablanca	35.10955	-5.49265		Behadoun,Bouhadoum		01	151		
2554863	Bou Hadduod al Fougi	bou-hadduod-al-fougi	MA		0	Africa/Casablanca	34.58072	-3.92868		Bou Haddoud el Fouki,Bou Hadduod al Fougi		03	561		
2554865	Bou Haddou	bou-haddou	MA		0	Africa/Casablanca	31.40997	-7.77696		Bou Haddou,Bouhadou		07	041		
2554866	Bou Khechba	bou-khechba	MA		0	Africa/Casablanca	35.40417	-5.8701		Bou Hachba,Bou Khechba		01	331		
2554872	Bou Guir	bou-guir	MA		0	Africa/Casablanca	30.07714	-6.88654				09	551		
2554874	Zawyat-n-Bougzoul	zawyat-n-bougzoul	MA		0	Africa/Casablanca	30.36969	-8.12653		Bou Guezoul,Zawyat-n-Bougzoul		09	541		
2554881	Bouqnadel	bouqnadel	MA		0	Africa/Casablanca	35.08825	-3.07629		Bouguerine,Bouqnadel,Buguerin		02	381		
2554884	Bou Guerba	bou-guerba	MA		0	Africa/Casablanca	30.2	-9.23				09	163		
2554901	Bou Goummou	bou-goummou	MA		0	Africa/Casablanca	30.54337	-9.43509				09	001		
2554905	Bougmizine	bougmizine	MA		0	Africa/Casablanca	34.30679	-4.42166		Bougmizine,Douar Bougmizine		03	561		
2554906	Bougma	bougma	MA		0	Africa/Casablanca	32.7041	-4.55154				08	363		
2554908	Boughrar	boughrar	MA		0	Africa/Casablanca	30.68863	-7.06814				08	401		
2554910	Douar Bougdour	douar-bougdour	MA		0	Africa/Casablanca	35.67485	-5.86485		Bougdour,Douar Bougdour		01	511		
2554913	Bougarda	bougarda	MA		0	Africa/Casablanca	34.96285	-4.46742		Bougarda,Boughrada,Bourharda		01	051		
2554916	Bou gaït	bou-gait	MA		0	Africa/Casablanca	34.98	-4.95				01	151		
2554919	Bougadrour	bougadrour	MA		0	Africa/Casablanca	30.70174	-9.13304		Bougadrour,Bougdour,Bouguedrour		09	541		
2554929	Boufraout	boufraout	MA		0	Africa/Casablanca	29.1249	-10.19302		Bifaraun,Boufraout		10	473		
2554937	Bou Ferrah	bou-ferrah	MA		0	Africa/Casablanca	35.43528	-6.00887		Bou Ferrah,Bouferrah		01	511		
2554939	Bouferdou	bouferdou	MA		0	Africa/Casablanca	31.1108	-9.3753				07	211		
2554943	Bou Fekrane	bou-fekrane	MA		0	Africa/Casablanca	33.76097	-5.48748				03	061		
2554949	Boufarkout	boufarkout	MA		0	Africa/Casablanca	34.96928	-3.45793		Bou Farkouch,Boufarcout,Boufarkout,Bufarcuch,Bufarcut,Bufarkut		02	167		
2554951	Bou Fares	bou-fares	MA		0	Africa/Casablanca	29.17735	-10.27516		Bou Fares,Bufars		10	473		
2554960	Boulakraker	boulakraker	MA		0	Africa/Casablanca	31.58646	-7.71518		Bou el Khaker,Boulakraker,El Karkour		07	041		
2554966	Bou Lborj	bou-lborj	MA		0	Africa/Casablanca	30.47883	-9.30247		Bou Lborj,Bou el Borj		09	001		
2554968	Boulabzouz	boulabzouz	MA		0	Africa/Casablanca	32.6599	-5.14062		Bou el Bezouz,Boulabzouz		08	363		
2554978	Bou Drarar	bou-drarar	MA		0	Africa/Casablanca	31.38582	-6.14197				08	577		
2554987	Boudra’	boudra	MA		0	Africa/Casablanca	33.26449	-5.36622		Bou Dra,Boudra',Boudra’		03	271		
2554988	Bou Dra	bou-dra	MA		0	Africa/Casablanca	33.25902	-5.03785				03	271		
2554989	Douar Boudra	douar-boudra	MA		0	Africa/Casablanca	32.62741	-5.00171		Bou Dra,Boudraa,Boudraâ,Douar Boudra,Koudia Bou Draa		08	363		
2554997	Boudinar	boudinar	MA		0	Africa/Casablanca	35.15601	-3.62358		Ain Boudinar,Boudinar,Budinar	0838109072	02	381	0838109072	
2554999	Boûdîleb	boudileb	MA		0	Africa/Casablanca	35.04405	-3.70678				02	167		
2555000	Bou Dib	bou-dib	MA		0	Africa/Casablanca	31.06596	-4.87742				08	577		
2555001	Boudhir	boudhir	MA		0	Africa/Casablanca	31.56	-8.28		Boudhir,Douar Boudhir		07	351		
2555003	Boudhar	boudhar	MA		0	Africa/Casablanca	30.5027	-9.18308		Bou Daha,Boudhar		09	541		
2555006	Boudfaïl	boudfail	MA		0	Africa/Casablanca	29.65	-9.58		Bou Dfait,Bou Dfaït,Boudfail,Boudfaile,Boudfaïl,Boudfaïle		09	581		
2555009	Boudenib	boudenib	MA		0	Africa/Casablanca	31.95229	-3.60604		Boudenib,Boudenib Centre		08	201		
2555013	Bou Dellala	bou-dellala	MA		0	Africa/Casablanca	30.53	-5.7				08	587		
2555014	Bou Dellal	bou-dellal	MA		0	Africa/Casablanca	30.06543	-6.8919		Bou Dellal,Boudlal et tabia		09	551		
2555018	Boudaoud	boudaoud	MA		0	Africa/Casablanca	34.22368	-4.2208		Boudaoud,Douar Boudaoud		03	561		
2555019	Douar bou Dawd	douar-bou-dawd	MA		0	Africa/Casablanca	33.96356	-4.30525		Bou Daoud,Douar Bou Daoud,Douar bou Dawd		03	561		
2555022	Bou Da	bou-da	MA		0	Africa/Casablanca	35.17091	-5.59678		Bou Da,Bouda		01	331		
2555027	Bouchta	bouchta	MA		0	Africa/Casablanca	34.85639	-5.3285				01	405		
2555028	Douar Bouchrit	douar-bouchrit	MA		0	Africa/Casablanca	32.28444	-8.3376		Bouchrit,Bouchrite,Douar Bouchrit,Douar Cheikh el Ouali		07	427		
2555031	Bouchwari	bouchwari	MA		0	Africa/Casablanca	31.9862	-6.82051		Bou Chouari,Bouchwari		05	081		
2555035	Bouchma	bouchma	MA		0	Africa/Casablanca	29.1567	-10.22267		Bouchma,Buxma		10	473		
2555037	Bou Chiha	bou-chiha	MA		0	Africa/Casablanca	31.64353	-4.79406		Bou Chiba,Bou Chiha		08	201		
2555039	Bou Chia	bou-chia	MA		0	Africa/Casablanca	34.96666	-4.82274				01	151		
2555041	Bouchetaa	bouchetaa	MA		0	Africa/Casablanca	34.1	-4.3				03	561		
2555042	Bou Cherme	bou-cherme	MA		0	Africa/Casablanca	33.63	-5.43				03	171		
2555050	Douar Bouchfaa	douar-bouchfaa	MA		0	Africa/Casablanca	34.10149	-4.29603		Bouchefaa,Bouchetaa,Douar Bouchefaa,Douar Bouchfaa		03	561		
2555056	Boûchanchet	bouchanchet	MA		0	Africa/Casablanca	35.16559	-4.11726				01	051		
2555058	Boucham	boucham	MA		0	Africa/Casablanca	32.23367	-4.38287		Boichame,Boichâme,Boucham,Bouchem		08	363		
2555060	Bou Chaïr	bou-chair	MA		0	Africa/Casablanca	33.94277	-4.18178				03	561		
2555061	Douar Bouchaayb El Hamri	douar-bouchaayb-el-hamri	MA		0	Africa/Casablanca	32.37263	-8.96383		Bouchaib el Hamri,Bouchaïb el Hamri,Douar Bouchaayb El Hamri,Douar Bouchaib Lhamri,Douar Bouchaib el Hamri,Douar Bouchaïb el Hamri		07	431		
2555062	Douar Bouchaayh Ben Rahal	douar-bouchaayh-ben-rahal	MA		0	Africa/Casablanca	32.40095	-8.92723		Bouchaib Ben Rahhal,Douar Bouchaayh Ben Rahal		07	431		
2555066	Bou Chaïb	bou-chaib	MA		0	Africa/Casablanca	33.25545	-7.26289		Bou Chaib,Bou Chaïb,Ouled Bouchaib,Ouled Bouchaïb		06	117		
2555067	Douar Bouchaayb	douar-bouchaayb	MA		0	Africa/Casablanca	32.35443	-8.64155		Ben Bouchaib,Ben Bouchaïb,Bouchaib,Bouchaïb,Douar Bouchaayb,Douar Bouchaib,Douar Bouchaïb		07	431		
2555071	Bou Caïd Seflia	bou-caid-seflia	MA		0	Africa/Casablanca	34.31387	-4.39283		Bou Caid Seflia,Bou Caïd Seflia,Douar Bou Caid Seflia,Douar Bou Caïd Seflia		03	561		
2555073	Bouhrich	bouhrich	MA		0	Africa/Casablanca	34.79577	-5.04381		Boubrich,Bouhrich		01	151		
2555078	Douar Bou Biyyad	douar-bou-biyyad	MA		0	Africa/Casablanca	34.46227	-4.87648		Boubiad,Douar Bou Biyyad,Douar Boubiad		03	531		
2555086	Bou Beker	bou-beker	MA		0	Africa/Casablanca	33.35894	-4.75505				03	131		
2555099	Bouazzoun	bouazzoun	MA		0	Africa/Casablanca	34.55535	-4.59795		Bouazzoun,Bouazzoune		03	531		
2555103	Bou ’Azer	bou-azer	MA		0	Africa/Casablanca	30.52131	-6.90993		Bou 'Azer,Bou Azer,Bou Azzer,Bou ’Azer,Bouazer		08	401		
2555109	Bou Azza	bou-azza	MA		0	Africa/Casablanca	31.98229	-8.70686		Bou Azza,Dar Cheikh Bou Azza,Dar Cheïkh Bou Azza,Douar Cheikh Bou Azza,Douar Cheïkh Bou Azza		07	585		
2555110	Douar Bouazza Leqdim	douar-bouazza-leqdim	MA		0	Africa/Casablanca	31.55453	-7.82891		Bou Azza,Douar Bouazza,Douar Bouazza Leqdim		07	041		
2555111	Bou Azza	bou-azza	MA		0	Africa/Casablanca	31.51995	-7.73736		Bou Azza,Douar bou Azza		07	041		
2555112	Bou ’Azza	bou-azza	MA		0	Africa/Casablanca	31.48912	-7.91766		Bou 'Azza,Bou Azza,Bou ’Azza,Douar bou Azza		07	041		
2555116	Bou’aziyer	bou-aziyer	MA		0	Africa/Casablanca	32.17617	-6.92532		Bou Azir,Bou'aziyer,Bou’aziyer		05	081		
2555124	Bou Ayach	bou-ayach	MA		0	Africa/Casablanca	34.00147	-3.03445		Bou Ayach,Bou Ayah		02	533		
2555125	Bou Ayach	bou-ayach	MA		0	Africa/Casablanca	32.71829	-4.43006		Bou Ayach,Bou Ayache		08	363		
2555126	Bou Atta	bou-atta	MA		0	Africa/Casablanca	34.88	-4.41				01	051		
2555127	Douar Bou Achouch	douar-bou-achouch	MA		0	Africa/Casablanca	34.39515	-4.0619		Bou Atrouch,Douar Bou Achouch		03	561		
2555128	Bou Atia	bou-atia	MA		0	Africa/Casablanca	34.4	-3.96				03	561		
2555131	Bou Assira	bou-assira	MA		0	Africa/Casablanca	30.50925	-9.14651		Bou Assira,Bou Hasira		09	541		
2555133	Bou Assida	bou-assida	MA		0	Africa/Casablanca	30.41391	-9.08016		Bou Aasida,Bou Assida,Bou Assidou		09	541		
2555135	Douar Bou Assal	douar-bou-assal	MA		0	Africa/Casablanca	34.03922	-5.56421		Bou Assel,Douar Bou Assal		03	061		
2555139	Bba Sidi	bba-sidi	MA		0	Africa/Casablanca	32.69442	-4.56248		Bba Sidi,Boua Sidi		08	363		
2555140	Tabassidiyt	tabassidiyt	MA		0	Africa/Casablanca	32.32826	-4.56122		Boua Sidi,Roua Sidi,Tabassidiyt		08	363		
2555149	Douar Bouarich	douar-bouarich	MA		0	Africa/Casablanca	31.02252	-9.75271		Bou Arich,Douar Bouarich		07	211		
2555150	Bou Arial	bou-arial	MA		0	Africa/Casablanca	30.41	-6.91				08	401		
2555151	Bou Ari	bou-ari	MA		0	Africa/Casablanca	32.9307	-5.0537				08	363		
2555157	Bouarfa	bouarfa	MA		28846	Africa/Casablanca	32.53379	-1.96209		Bordj de Bou Arfa,Bou Arfa,Bouafra,Buarfa,UAR	0825101011	02	251	0825101011	
2555164	Bouarch	bouarch	MA		0	Africa/Casablanca	35.05	-4.3		Bouarch,Buarch		01	051		
2555170	Bouaouene	bouaouene	MA		0	Africa/Casablanca	35.28651	-5.30365		Bouaanne,Bouaouene,Bouaânne		01	571		
2555171	Douar Bou Aouad	douar-bou-aouad	MA		0	Africa/Casablanca	34.33472	-4.67804		Bou Aouad,Douar Bou Aouad		03	531		
2555173	Bou ’antar	bou-antar	MA		0	Africa/Casablanca	31.86194	-6.83072		Bou 'antar,Bou Antar,Bou ’antar		05	081		
2555179	Ben Anfer	ben-anfer	MA		0	Africa/Casablanca	30.29731	-9.47552		Ben Anfer,Ben Annfer,Benafer,Bou Anfer		09	273		
2555182	Bou’nane	bou-nane	MA		0	Africa/Casablanca	32.03738	-3.04978		Bou Anane,Bou'nane,Bou’nane		02	251		
2555183	Bouana	bouana	MA		0	Africa/Casablanca	34.68862	-4.2187				03	531		
2555185	Bou Amsa	bou-amsa	MA		0	Africa/Casablanca	31.23022	-9.1232				07	161		
2555195	Douar Bou Amar	douar-bou-amar	MA		0	Africa/Casablanca	35.34786	-5.63804		Bou Amar,Bououamar,Douar Bou Amar		01	331		
2555196	Bou Amar	bou-amar	MA		0	Africa/Casablanca	35.14719	-3.75169		Bou Amar,Bu-Amar		02	167		
2555202	Douar Boualous	douar-boualous	MA		0	Africa/Casablanca	29.61009	-9.87288		Bonalouss,Bou Alous,Bouallouz,Douar Boualous		09	581		
2555204	Bou Allala	bou-allala	MA		0	Africa/Casablanca	34.63759	-4.71802				03	531		
2555205	Douar Bou Allala	douar-bou-allala	MA		0	Africa/Casablanca	32.49088	-9.06762		Bouallala,Bourrara,Douar Bou Allala,Douar Bouallala,Douar Bouâllala		07	431		
2555209	Bou Alala	bou-alala	MA		0	Africa/Casablanca	34.76528	-5.02863		Bou Alala,Bouallala,Bouhlalata		03	531		
2555210	Douar Bou Alayene Tehata	douar-bou-alayene-tehata	MA		0	Africa/Casablanca	34.91382	-2.17379		Boualaine Tahata,Boualaïne Tahata,Douar Bou Alayene Tehata		02	113		
2555222	Douar Doui Aissa	douar-doui-aissa	MA		0	Africa/Casablanca	35.28585	-5.90493		Bou Aissa,Bou Aïssa,Dou Aissa,Dou Aïssa,Douar Doui Aissa		01	331		
2555225	Bouaïm	bouaim	MA		0	Africa/Casablanca	29.20235	-9.95046				10	473		
2555231	Bou Agroun	bou-agroun	MA		0	Africa/Casablanca	34.11572	-4.88554				03	591		
2555232	Bouagrirene	bouagrirene	MA		0	Africa/Casablanca	30.08848	-9.0862		Bou Agrizen,Bouagrirene,Bouagrize Bikgnafne,Bouagrizene		09	163		
2555239	Bouadrane	bouadrane	MA		0	Africa/Casablanca	35.14572	-5.7757				01	331		
2555246	Bou ’Adil	bou-adil	MA		0	Africa/Casablanca	32.41219	-5.4653		Bou 'Adil,Bou Adel,Bou Adil,Bou ’Adil		08	363		
2555247	Bouadil	bouadil	MA		0	Africa/Casablanca	31.32501	-4.82554				08	577		
2555250	Bou Adi	bou-adi	MA		0	Africa/Casablanca	34.90027	-4.2308				01	051		
2555251	Bou Adel	bou-adel	MA		0	Africa/Casablanca	34.53804	-4.50839				03	531		
2555254	Bou Addou	bou-addou	MA		0	Africa/Casablanca	31.33	-9.25		Bou Ada,Bou Addou		07	161		
2555255	Bou Achrine	bou-achrine	MA		0	Africa/Casablanca	32.3259	-8.11295		Bon Achrine,Bou Achrine		07	427		
2555259	Bou Achiba	bou-achiba	MA		0	Africa/Casablanca	31.70607	-7.29519				05	081		
2555262	Bouabout	bouabout	MA		0	Africa/Casablanca	31.26554	-9.17865		Bouabout,Bouaboute	0716109012	07	161	0716109012	
2555263	Bouabia	bouabia	MA		0	Africa/Casablanca	30.98971	-9.54819		Bouabia,Bouwabiya		07	211		
2555265	Bou Abbeb	bou-abbeb	MA		0	Africa/Casablanca	32.7741	-6.22947		Bou Abbeb,Bou Abbed		05	311		
2555266	Bou Abbad	bou-abbad	MA		0	Africa/Casablanca	35.79616	-5.53645		Bou Abad,Bou Abbad		01	227		
2555276	Botli	botli	MA		0	Africa/Casablanca	32.05012	-5.90252				05	081		
2555277	Bouticht	bouticht	MA		0	Africa/Casablanca	32.70383	-5.95714		Bothmat,Bouticht		05	091		
2555280	Douar Bourkha	douar-bourkha	MA		0	Africa/Casablanca	35.01638	-5.74529		Borja,Borkha,Douar Bourkha		01	331		
2555281	Taghannamit	taghannamit	MA		0	Africa/Casablanca	32.33261	-3.54097		Borj Tarhenamit,Borj de Tarhenamit,Taghannamit		02	251		
2555285	Id Oumer	id-oumer	MA		0	Africa/Casablanca	31.23248	-9.79273		Borj el Omar,Id Omar,Id Oumer		07	211		
2555287	Borj Arharhar	borj-arharhar	MA		0	Africa/Casablanca	31.26123	-8.65298		Borj Agharghar,Borj Arharhar		07	161		
2555292	Borj	borj	MA		0	Africa/Casablanca	31.09603	-9.8212				07	211		
2555293	Borch en Id Abú	borch-en-id-abu	MA		0	Africa/Casablanca	29.48	-10.06				10	473		
2555300	Boguiles	boguiles	MA		0	Africa/Casablanca	35.70009	-5.56102				01	227		
2555302	Bogafar	bogafar	MA		0	Africa/Casablanca	34.99142	-4.47009		Bogafar,Boughfar		01	051		
2555306	Douar Boubiyyene	douar-boubiyyene	MA		0	Africa/Casablanca	35.21881	-5.38703		Bobiene,Boubiyene,Douar Boubiyyene		01	571		
2555308	Boaouene	boaouene	MA		0	Africa/Casablanca	35.30718	-5.31351				01	571		
2555309	Ibou Ajajene Louta	ibou-ajajene-louta	MA		0	Africa/Casablanca	35.20366	-3.01156		Abaajajane,Abaâjajane,Boajajene,Boayayen,Ibou Ajajene Louta		02	381		
2555312	Bleïda	bleida	MA		0	Africa/Casablanca	30.35372	-6.42413				08	587		
2555313	Blaghma	blaghma	MA		0	Africa/Casablanca	31.63632	-4.20127		Blaghma,Blarhma,El Blarhma,El Blarhmâ,Lablaghma		08	201		
2555318	Douar Bizi	douar-bizi	MA		0	Africa/Casablanca	33.9639	-3.96799		Bizi,Douar Bizi		03	561		
2555322	Biugra	biugra	MA		0	Africa/Casablanca	29.35	-10.15				10	473		
2555327	Bit el Mekki	bit-el-mekki	MA		0	Africa/Casablanca	33.36261	-8.16095				06	181		
2555329	Bistouna	bistouna	MA		0	Africa/Casablanca	34.11	-4.23		Bistouna,Douar Bistouna		03	561		
2555330	Bizmaouene	bizmaouene	MA		0	Africa/Casablanca	29.13753	-10.17526		Bismaoun,Bizmaouene,Bizmaun,Bizmawane		10	473		
2555332	Bir At Tour	bir-at-tour	MA		0	Africa/Casablanca	33.28396	-7.49288		Bir At Tour,Bir Tour,Bir Tsour		06	117		
2555333	Bir Tam Tam	bir-tam-tam	MA		0	Africa/Casablanca	33.98134	-4.63954		Bir Tam Tam,Bir Tamtam,Bir Tentane		03	451		
2555336	Bir Nhel	bir-nhel	MA		0	Africa/Casablanca	32.4079	-9.06163		Bir Nhel,Douar Bir Nhel		07	431		
2555338	Douar Bir Lkouch	douar-bir-lkouch	MA		0	Africa/Casablanca	31.97344	-7.53516		Bir Kouch,Bir el Kouch,Douar Bir Lkouch		07	191		
2555341	Bir Kaddour	bir-kaddour	MA		0	Africa/Casablanca	32.37396	-7.11508				06	461		
2555342	Bir Jdid	bir-jdid	MA		0	Africa/Casablanca	33.37362	-7.99462		Bir Jdid,Bir Jdid Chavent,Bir Jedid Chavent,Bir Jedid Saint-Hubert,Bir Jedíd Saint-Hubert		06	181		
2555346	Eaux et Forêts	eaux-et-forets	MA		0	Africa/Casablanca	33.34028	-6.91766		Bir el Kelb,Eaux et Forets,Eaux et Forêts		06	111		
2555348	Bir-Cheham	bir-cheham	MA		0	Africa/Casablanca	31.8432	-8.46491				07	585		
2555349	Douar Bir Brahim	douar-bir-brahim	MA		0	Africa/Casablanca	34.56345	-5.24084		Bir Brahim,Douar Bir Brahim		01	405		
2555351	Bir Amir	bir-amir	MA		0	Africa/Casablanca	35.74686	-5.40806				01			
2555361	Binumar	binumar	MA		0	Africa/Casablanca	29.53	-10.03				10	473		
2555364	Bine Al Widane	bine-al-widane	MA		0	Africa/Casablanca	32.10972	-6.47554		Bain el Uidan,Ben el Ouidane,Beni el Quidan,Bin el Ouidan,Bin el Ouidane,Bine Al Widane,Bine el Ouidane		05	081		
2555368	Bililitene	bililitene	MA		0	Africa/Casablanca	30.06	-9.15		Bililiten,Bililitene		09	163		
2555369	Bikbane	bikbane	MA		0	Africa/Casablanca	34.96238	-4.11001				01	051		
2555372	Bigoudine	bigoudine	MA		0	Africa/Casablanca	30.72376	-9.21097			0454105072	09	541	0454105072	
2555373	Bigjouane	bigjouane	MA		0	Africa/Casablanca	29.3163	-9.63408				10	473		
2555383	Bou Ichouarine	bou-ichouarine	MA		0	Africa/Casablanca	29.80222	-9.48745		Bichoirine,Bichouairine,Bichouaïrine,Bou Ichouarine		09	581		
2555384	Douar Biyab Errih	douar-biyab-errih	MA		0	Africa/Casablanca	34.76309	-5.80277		Bib el Rih,Boib rih,Boïb rih,Douar Bib el Rih,Douar Biyab Errih		04	481		
2555389	Biata	biata	MA		0	Africa/Casablanca	35.0829	-5.43565		Biata,Byatla		01	151		
2555395	Bhalil	bhalil	MA		0	Africa/Casablanca	33.85194	-4.87228		Bahlil,Behalil,Bhalil	1445101011	03	451	1445101011	
2555405	Bettal n’Ouidi	bettal-n-ouidi	MA		0	Africa/Casablanca	30.37761	-7.41012		Bettal n Widi,Bettal n'Idi,Bettal n'Ouidi,Bettal n’Idi,Bettal n’Ouidi,Btal n'Aidi,Btal n’Aidi		08	401		
2555406	Bettal Aït Saïd	bettal-ait-said	MA		0	Africa/Casablanca	30.37071	-7.41881		Bettal Ait Said,Bettal Aït Saïd,Bettal n'Ait Said,Bettal n’Aït Saïd		08	401		
2555409	Labtarni	labtarni	MA		0	Africa/Casablanca	31.2905	-4.2882		Betorni,Labtarni		08	201		
2555411	Betmat Jamaa	betmat-jamaa	MA		0	Africa/Casablanca	34.53154	-2.34037		Betmat Jamaa,Betmate Jamaa		02	533		
2555415	Betha	betha	MA		0	Africa/Casablanca	33.82516	-4.16841				03	561		
2555421	Douar Bezouala	douar-bezouala	MA		0	Africa/Casablanca	35.51236	-5.67347		Bazoualat,Bezouala,Douar Bezouala		01	571		
2555430	Bertah	bertah	MA		0	Africa/Casablanca	32.67403	-4.3253		Bertah,Bertate el Kebir		08	363		
2555432	Hberriouech	hberriouech	MA		0	Africa/Casablanca	35.46976	-5.39163		Berrious,Hberriouech		01	571		
2555435	Berriet	berriet	MA		0	Africa/Casablanca	34.9544	-5.34606				01	405		
2555438	Berrezmat	berrezmat	MA		0	Africa/Casablanca	29.43	-10.1		Barrezmat,Berrezmat		10	473		
2555443	Berreda	berreda	MA		0	Africa/Casablanca	33.00662	-6.02803				05	301		
2555444	Douar Berrechgounc	douar-berrechgounc	MA		0	Africa/Casablanca	31.79765	-8.25802		Berrechgoun,Douar Berrechgounc		07	351		
2555445	Douar Berrarine	douar-berrarine	MA		0	Africa/Casablanca	34.45183	-4.9164		Berrarine,Brarine,Douar Berrarine		03	531		
2555447	Douar Lbarraqine	douar-lbarraqine	MA		0	Africa/Casablanca	34.87399	-5.81161		Berraguine,Berrakine,Douar Lbarraqine		04	281		
2555448	Berrada	berrada	MA		0	Africa/Casablanca	31.57335	-7.9487		Berrada,Douar Berrada,El berrada		07	351		
2555452	Douar Berouaga	douar-berouaga	MA		0	Africa/Casablanca	35.0939	-6.06071		Berouaga,Douar Berouaga		01	331		
2555458	Barnat	barnat	MA		0	Africa/Casablanca	31.84797	-6.50762		Barnat,Bernat,Bernate		05	081		
2555459	Berkouza	berkouza	MA		0	Africa/Casablanca	31.28881	-9.34937		Bakou,Berkouza		07	211		
2555461	Berkine	berkine	MA		0	Africa/Casablanca	33.76598	-3.84542		Ahal Berkine,Berkine		02	265		
2555462	Barkik	barkik	MA		0	Africa/Casablanca	31.02222	-5.93868		Barkik,Berkik		08	587		
2555467	Berkane	berkane	MA		80721	Africa/Casablanca	34.92	-2.32		Berkan,Berkane,Berkawe,Berkán,Birkani,bai er kan,brkan,Беркан,بركان,برکان,拜爾坎	0811301091	02	113	0811301091	
2555471	Berhrari	berhrari	MA		0	Africa/Casablanca	31.26911	-9.37158				07	211		
2555472	Beghi	beghi	MA		0	Africa/Casablanca	33.43678	-4.47356		Beghi,Berhi,Ferhi		03	131		
2555474	Berguene	berguene	MA		0	Africa/Casablanca	30.31917	-8.38243		Bargane,Bergen,Berguen,Berguene,Berguèn,Bergèn		09	541		
2555475	Bergoun	bergoun	MA		0	Africa/Casablanca	31.24453	-6.86781		Bergoun,Bergount		08	401		
2555480	Douar Bardil	douar-bardil	MA		0	Africa/Casablanca	34.77948	-2.41977		Berdil,Douar Bardil		02	113		
2555485	Barda	barda	MA		0	Africa/Casablanca	31.17746	-7.14003		Barda,Berda		08	401		
2555489	Braraq	braraq	MA		0	Africa/Casablanca	35.66189	-5.67433		Berarak,Brarak,Braraq		01	227		
2555493	Bouhzitat Leqlalla	bouhzitat-leqlalla	MA		0	Africa/Casablanca	34.66546	-5.96221		Ben Zitat el Kalkla,Bouhzitat Leqlalla,Douar Ben Zitat el Kalcla		04	281		
2555497	Ben Zebene	ben-zebene	MA		0	Africa/Casablanca	35.47134	-5.21479				01	571		
2555498	Dar Ben Zarga	dar-ben-zarga	MA		0	Africa/Casablanca	34.33564	-3.78115		Ben Zarga,Dar Ben Zarga		02	265		
2555499	Ben Zadi	ben-zadi	MA		0	Africa/Casablanca	31.75395	-7.70875		Ben Zadi,Douar Sidi Mohammed Zadi		07	427		
2555500	Douar Bourayane	douar-bourayane	MA		0	Africa/Casablanca	35.54731	-5.50394		Ben Youssim,Douar Bourayane		01	571		
2555502	Ben Vella	ben-vella	MA		0	Africa/Casablanca	32.01472	-7.49413		Banjala,Ben Vella,Douar ben Jella		07	191		
2555504	Ben Taieb	ben-taieb	MA		0	Africa/Casablanca	35.04427	-3.45418		Ben Taieb,Ben Tieb,Ben-Tib		02	167		
2555509	Ben Takemoust	ben-takemoust	MA		0	Africa/Casablanca	31.00561	-9.00301		Ben Takemoust,Takmoust		07	161		
2555511	Ben Tahar	ben-tahar	MA		0	Africa/Casablanca	34.39597	-6.12613		Ben Tahar,Douar Ben Tahar		04	491		
2555519	Benslimane	benslimane	MA		0	Africa/Casablanca	33.61601	-7.12153		Ben Sliman,Ben Slimán,Benslimane,Bouhault,Boulhaut,Boulhout,Camp Boulhaut,GMD,O Ben Slimane		06	111		
2555522	Ben Sargaou	ben-sargaou	MA		0	Africa/Casablanca	30.39368	-9.56892		Ben Sargaou,Ben Sergao'u,Ben Sergao’u		09	001		
2555523	Ben Senana	ben-senana	MA		0	Africa/Casablanca	34.45974	-5.48732		Ben Senana,Bin Senaoua,Douar Ben Senana		04	481		
2555525	Ben Sassi	ben-sassi	MA		0	Africa/Casablanca	32.36443	-8.4679				06	467		
2555527	Ben Saïoud	ben-saioud	MA		0	Africa/Casablanca	31.68605	-9.61188		Ben Saioud,Ben Saïoud,Douar Cheikh Ben Haoudi,Douar Cheikh Ben Siaoud,Douar Cheïkh Ben Haoudi,Douar Cheïkh Ben Siaoud		07	211		
2555531	Aït bou-Margoud	ait-bou-margoud	MA		0	Africa/Casablanca	31.70554	-7.25142		Ait bou-Margoud,Aït bou-Margoud,Benrougal,Berrougal		05	081		
2555533	Ben Rhanndour	ben-rhanndour	MA		0	Africa/Casablanca	32.44224	-8.56435				06	467		
2555535	Ben Rami	ben-rami	MA		0	Africa/Casablanca	31.68	-9.1		Ben Rami,Douar Ben Rami		07	211		
2555545	Ben Nasser	ben-nasser	MA		0	Africa/Casablanca	31.57119	-8.37233		Ben Nasser,Ben Nasseur,Douar Ben Nasseur		07	351		
2555555	Ben Larbi	ben-larbi	MA		0	Africa/Casablanca	31.59205	-7.87876		Ben Larbi,Douar ben Larbi		07	351		
2555558	Ben Khirane	ben-khirane	MA		0	Africa/Casablanca	32.54918	-7.75399		Ben Khirane,Douar ben Khirane,Ouled ben khrane		07	427		
2555559	Ben Khiil	ben-khiil	MA		0	Africa/Casablanca	30.36147	-9.02491		Ben Khey,Ben Khiil,Ben Khil		09	541		
2555560	Douar Jriyfat	douar-jriyfat	MA		0	Africa/Casablanca	34.75283	-5.86191		Ben Kheddat,Ben Kheddate,Douar Ben Kheddat,Douar Jriyfat		04	481		
2555561	Ben Khadra	ben-khadra	MA		0	Africa/Casablanca	33.83	-5.35				03	171		
2555565	Argoubou Ben Karbah	argoubou-ben-karbah	MA		0	Africa/Casablanca	32.99673	-7.25473		Argoub Ben Karbah,Argoubou Ben Karbah		06	461		
2555567	Ben Jerrar	ben-jerrar	MA		0	Africa/Casablanca	30.26224	-9.50377		Ben Jarrar Ait Amira,Ben Jarrar Aït Amira,Ben Jerra,Ben Jerrar,Zaouia Ben Jerrar		09	163		
2555574	Douar Ait Ben Izza	douar-ait-ben-izza	MA		0	Africa/Casablanca	31.57678	-8.3954		Ben Izza,Douar Ait Ben Izza,Douar Ben Izza		07	161		
2555577	Beni Zouli	beni-zouli	MA		0	Africa/Casablanca	30.46	-5.91				08	587		
2555579	Beni Zijjaïl	beni-zijjail	MA		0	Africa/Casablanca	34.95567	-5.10049				01	151		
2555580	Douar Bni Ziyad	douar-bni-ziyad	MA		0	Africa/Casablanca	34.7999	-5.20119		Beni Ziade,Beni Zied,Dar Beni Zied,Douar Bni Ziyad		01	405		
2555581	Douar Bni Zayd Aouf	douar-bni-zayd-aouf	MA		0	Africa/Casablanca	34.561	-5.46069		Beni Zid Aouf,Douar Bni Zayd Aouf		04	481		
2555582	Beni Zid	beni-zid	MA		0	Africa/Casablanca	34.65	-5.66				04	481		
2555598	Qçar Bni Yti	qcar-bni-yti	MA		0	Africa/Casablanca	32.14976	-3.04243		Beni Yatti,Qcar Bni Yti,Qçar Bni Yti		02	251		
2555601	Beni Yahia	beni-yahia	MA		0	Africa/Casablanca	30.80516	-9.42682				09	001		
2555602	Beni Yabel	beni-yabel	MA		0	Africa/Casablanca	32.18147	-3.04943		Beni Yabal,Beni Yabel		02	251		
2555607	Bidallah	bidallah	MA		0	Africa/Casablanca	31.25303	-4.22978		Beniti,Bidallah		08	201		
2555609	Beni Tatou	beni-tatou	MA		0	Africa/Casablanca	34.78012	-3.99506				03	561		
2555610	Bni Tajjit	bni-tajjit	MA		0	Africa/Casablanca	32.28928	-3.46616		Beni Tadjit,Beni Tajit,Beni Tajjite,Bni Tajjit,Tadjit		02	251		
2555615	Douar Beni Sraj	douar-beni-sraj	MA		0	Africa/Casablanca	33.98499	-4.25871		Beni Saraje,Beni Sraj,Douar Beni Sraj,Douar Bou Srija		03	561		
2555616	Beni Sohane	beni-sohane	MA		0	Africa/Casablanca	33.80973	-4.24467		Beni Sohan,Beni Sohane		03	451		
2555622	Beni Smint	beni-smint	MA		0	Africa/Casablanca	33.64583	-4.01552		Beni Amint,Beni Siminet,Beni Sminet,Beni Smint		02	265		
2555630	Douar Bni Sfar	douar-bni-sfar	MA		0	Africa/Casablanca	35.03436	-5.68118		Beni Safar,Beni Sefar,Beni Sfar,Douar Bni Sfar,Sidi Sfar		01	331		
2555631	Beni Serah	beni-serah	MA		0	Africa/Casablanca	35.42718	-5.47361				01	571		
2555632	Bni Sennana	bni-sennana	MA		0	Africa/Casablanca	34.60591	-5.56572		Beni Sennana,Bni Sennana		04	481		
2555634	Beni Semguine	beni-semguine	MA		0	Africa/Casablanca	30.06	-5.56		Beni Semgine,Beni Semguine		08	587		
2555644	Beni Sbih	beni-sbih	MA		0	Africa/Casablanca	29.95	-5.56		Beni Isbih,Beni Sbih		08	587		
2555647	Bni Saleh	bni-saleh	MA		0	Africa/Casablanca	35.54359	-5.36066		Beni Salah,Bni Saleh		01	571		
2555650	Bni Said	bni-said	MA		0	Africa/Casablanca	35.73229	-5.8328		Beni Saabi,Beni Said,Beni Saâbi,Beni Saïd,Bni Said,Harrarine,Harraríne		01	511		
2555656	Beni Riane	beni-riane	MA		0	Africa/Casablanca	34.97526	-4.95402		Beni Riane,Beni Ryane		01	151		
2555661	Beni Raham	beni-raham	MA		0	Africa/Casablanca	33.94478	-4.08019		Beni Raham,Douar Beni Raham		03	561		
2555666	Beni Ouriarhel	beni-ouriarhel	MA		0	Africa/Casablanca	35.75095	-5.82866		Beni Ouriaghel,Beni Ouriarhel		01	511		
2555672	Douar Beni Ourrad	douar-beni-ourrad	MA		0	Africa/Casablanca	34.018	-5.5396		Beni Oumad,Beni Ourad,Douar Beni Ourrad		03	061		
2555675	Beni Ounnaï	beni-ounnai	MA		0	Africa/Casablanca	34.67313	-4.79991				03	531		
2555677	Beni Oulid	beni-oulid	MA		0	Africa/Casablanca	34.58894	-4.446				03	531		
2555685	Beni Oukil	beni-oukil	MA		0	Africa/Casablanca	35.0063	-2.44644				02	113		
2555686	Beni Oukil	beni-oukil	MA		0	Africa/Casablanca	34.95503	-2.58689				02	381		
2555691	Douar Bni Ouhalli	douar-bni-ouhalli	MA		0	Africa/Casablanca	34.34709	-5.18246		Beni Ouhelli,Douar Beni Ouheli,Douar Beni Ouhelli,Douar Bni Ouhalli		03	531		
2555694	Douar Bni Ouatli	douar-bni-ouatli	MA		0	Africa/Casablanca	35.03696	-5.19835		Beni Ouatli,Douar Bni Ouatli		01	151		
2555697	Beni Oualal	beni-oualal	MA		0	Africa/Casablanca	35.06929	-5.34143		Bani Oualal,Beni Oualal,Beni Ouallal		01	151		
2555699	Beni Oual	beni-oual	MA		0	Africa/Casablanca	34.75	-2.91				02	381		
2555700	Douar Bni Ouachkard	douar-bni-ouachkard	MA		0	Africa/Casablanca	34.8483	-2.3045		Bani Ouachrd,Beni Ouachrad,Beni Ouachrd,Douar Bni Ouachkard		02	113		
2555702	Beni Naïz	beni-naiz	MA		0	Africa/Casablanca	34.27539	-5.3909				03	531		
2555704	Beni Mghora	beni-mghora	MA		0	Africa/Casablanca	33.6942	-4.36044		Beni Mghora,Beni Mrhora,Beni Mroura		03	451		
2555708	Douar Ahl Moussa Legroune	douar-ahl-moussa-legroune	MA		0	Africa/Casablanca	31.99254	-8.00086		Beni Moussa,Douar Ahl Moussa Legroune,Douar Beni Moussa		07	427		
2555709	Beni Moussa	beni-moussa	MA		0	Africa/Casablanca	35.38579	-5.35477		Beni Mousa,Beni Moussa		01	571		
2555712	Beni Mohammed	beni-mohammed	MA		0	Africa/Casablanca	35.15701	-5.11931		Beni Mohammed,Beni-M'hamed,Beni-M’hamed		01	151		
2555713	Douar Bni Mhamed	douar-bni-mhamed	MA		0	Africa/Casablanca	35.00183	-5.58938		Beni M'hamed,Beni Mohammed,Beni M’hamed,Douar Beni Mhamed,Douar Bni Mhamed		01	405		
2555715	Douar Bni Mlekchene	douar-bni-mlekchene	MA		0	Africa/Casablanca	35.10397	-3.64626		Beni Mlekchene,Douar Bni Mlekchene		02	167		
2555716	Douar Beni M’ Koura	douar-beni-m-koura	MA		0	Africa/Casablanca	34.36638	-4.19276		Beni Mkoura,Douar Beni M' Koura,Douar Beni M'Koura,Douar Beni M’ Koura,Douar Beni M’Koura		03	561		
2555718	Douar Beni Mkoud	douar-beni-mkoud	MA		0	Africa/Casablanca	33.88793	-4.33611		Beni M'kond,Beni Mkoud,Beni M’kond,Douar Beni Mkoud		03	561		
2555719	Douar Beni Mkhaled	douar-beni-mkhaled	MA		0	Africa/Casablanca	33.92179	-4.40304		Beni Mkhaled,Douar Beni Mkhaled		03	561		
2555721	Bni Mimoun	bni-mimoun	MA		0	Africa/Casablanca	31.27183	-4.23836		Beni Mimoun Harrar,Beni Mimoun Lahrar,Bni Mimoun		08	201		
2555727	Beni Mhammed	beni-mhammed	MA		0	Africa/Casablanca	34.56812	-4.77686				03	531		
2555731	Douar Bni Mester	douar-bni-mester	MA		0	Africa/Casablanca	34.07314	-4.00655		Beni Mester,Douar Beni Mester,Douar Bni Mester		03	561		
2555733	Douar Bni Meslem	douar-bni-meslem	MA		0	Africa/Casablanca	35.37031	-6.06361		Beni Meslem,Beni Meslene,Douar Bni Meslem		01	511		
2555739	Beni Merki	beni-merki	MA		0	Africa/Casablanca	35.18771	-5.82738		Ben Marki,Beni Merki		01	331		
2555745	Beni Mellal	beni-mellal	MA		166399	Africa/Casablanca	32.33725	-6.34983		Ayt Mellal,BEM,Bani Mallal,Beni Melal,Beni Melalis,Beni Mellal,Beni-Mellal,Beni-Mellal',Beni-Mellal-Centre,Béni Mellal,Béni-Mellal,bei ni mai la lei,benimellal,bny mlal,bny mll,Бени-Меллаль,בני מלל,بني ملال,بنی ملال,بنی‌ملال,貝尼邁拉勒,베니멜랄	05	05	091	1209109012	
2555750	Bni Mjammel	bni-mjammel	MA		0	Africa/Casablanca	35.76858	-5.68986		Beni M'Jamili,Beni Mejimel,Beni Mejmel,Beni M’Jamili,Bni Mjammel		01	227		
2555753	Douar Beni Madyane	douar-beni-madyane	MA		0	Africa/Casablanca	35.01644	-3.60055		Beni Mediene,Douar Beni Madyane		02	167		
2555762	Beni Mansour	beni-mansour	MA		0	Africa/Casablanca	34.0607	-5.4071				03	061		
2555765	Bni Malek	bni-malek	MA		0	Africa/Casablanca	35.40368	-5.91067		Beni Malek,Bni Malek		01	331		
2555766	Douar Bni Malek	douar-bni-malek	MA		0	Africa/Casablanca	35.3317	-6.07547		Beni Malek,Douar Bni Malek		01	511		
2555767	Douar Bni Milek	douar-bni-milek	MA		0	Africa/Casablanca	35.07677	-3.70901		Beni Malek,Beni Melk,Douar Bni Milek		02	167		
2555768	Douar Bni Malek	douar-bni-malek	MA		0	Africa/Casablanca	34.78059	-5.64219		Beni Malek,Beni Mallek,Douar Beni Malek,Douar Bni Malek		01	405		
2555771	Douar Bni Maalla	douar-bni-maalla	MA		0	Africa/Casablanca	35.31124	-5.1495		Beni Maala,Beni Maalah,Douar Bni Maalla		01	151		
2555772	Douar Bni Maafa	douar-bni-maafa	MA		0	Africa/Casablanca	34.95118	-5.78272		Beni Maafa,Douar Beni Maafa,Douar Bni Maafa		01	331		
2555776	Douar Bni Maaden	douar-bni-maaden	MA		0	Africa/Casablanca	34.19261	-5.39071		Bani Maadane,Bani Maâdane,Beni Maadane,Beni Maden,Beni Madene,Beni Madèn,Douar Bni Maaden		03	061		
2555777	El Arba Des Bir Lenni	el-arba-des-bir-lenni	MA		0	Africa/Casablanca	34.33221	-4.18805		Beni Lennt,Beni Lent,El Arba Des Bir Lenni,El Arba des Beni Lent,El Arbaa des Beni Lennt		03	561		
2555781	Beni Krama	beni-krama	MA		0	Africa/Casablanca	34.55	-4.21				03	561		
2555782	Beni Kradi	beni-kradi	MA		0	Africa/Casablanca	31.81	-8.8				07	585		
2555784	Beni Korra	beni-korra	MA		0	Africa/Casablanca	34.55875	-4.54598		Azzib Beni Korra,Beni Korra		03	531		
2555787	Beni Kleleftene	beni-kleleftene	MA		0	Africa/Casablanca	33.8768	-3.20725		Beni Kleleften,Beni Kleleftene		02	265		
2555788	Douar Bni Kissane	douar-bni-kissane	MA		0	Africa/Casablanca	35.31267	-6.0369		Beni Kissane,Douar Bni Kissane		01	331		
2555789	Kissane Ltouqi	kissane-ltouqi	MA		0	Africa/Casablanca	34.60089	-5.0892		Beni Kissane,Beni Kissane el Oulya,Beni Kissane el Soufla,Kissane,Kissane Ltouqi		03	531		
2555790	Beni Kia	beni-kia	MA		0	Africa/Casablanca	34.7658	-4.91866				03	531		
2555791	Beni Khtal	beni-khtal	MA		0	Africa/Casablanca	29.93	-5.5		Beni Ikhtal,Beni Ikhtâl,Beni Khtal		08	587		
2555797	Douar Bni Khlou	douar-bni-khlou	MA		0	Africa/Casablanca	34.05879	-4.05736		Beni Khelou,Douar Beni Khelou,Douar Bni Khlou		03	561		
2555798	Douar Bni Khallad	douar-bni-khallad	MA		0	Africa/Casablanca	34.91614	-5.81491		Beni Khallad,Beni Khellad,Douar Beni Khaled,Douar Beni Khellad,Douar Bni Khallad		04	281		
2555799	Douar Beni Khellad	douar-beni-khellad	MA		0	Africa/Casablanca	34.43152	-4.15042		Beni Khellad,Douar Beni Khellad		03	561		
2555801	Douar Beni Khalifa	douar-beni-khalifa	MA		0	Africa/Casablanca	34.3263	-4.15749		Beni Khalifa,Douar Beni Khalifa		03	561		
2555804	Beni Khaled	beni-khaled	MA		0	Africa/Casablanca	34.81	-1.96		Beni Khaled,Douar Beni Khaled		02	411		
2555806	Douar Bni Kaoulech	douar-bni-kaoulech	MA		0	Africa/Casablanca	34.82438	-5.20915		Beni Kaoulech,Dar Beni Kaoulech,Douar Bni Kaoulech,Koualeche		01	405		
2555808	Douar Bni Jennad	douar-bni-jennad	MA		0	Africa/Casablanca	34.0243	-5.55153		Beni Djenade,Beni Jenad,Beni Jenade,Douar Bni Jennad		03	061		
2555811	Beni Izzou	beni-izzou	MA		0	Africa/Casablanca	34.65456	-4.88286		Beni Izou,Beni Izzou		03	531		
2555813	Beni Issi	beni-issi	MA		0	Africa/Casablanca	34.82229	-4.56817				01	051		
2555815	Bni Isbou	bni-isbou	MA		0	Africa/Casablanca	34.86693	-2.11254		Beni Isbou,Bni Isbou		02	411		
2555816	Douar Bni Yamoune	douar-bni-yamoune	MA		0	Africa/Casablanca	35.13437	-5.48036		Beni Imoun,Beni Yamoune,Douar Bni Yamoune		01	151		
2555823	Beni Ihia	beni-ihia	MA		0	Africa/Casablanca	35.19853	-5.59789		Beni Ihia,El Rhaba		01	331		
2555824	Douar Oulad Bni Dir	douar-oulad-bni-dir	MA		0	Africa/Casablanca	33.78962	-4.53773		Beni Idir,Douar Oulad Bni Dir		03	451		
2555825	Beni Idir	beni-idir	MA		0	Africa/Casablanca	29.33242	-9.70548				10	473		
2555830	Douar Bni Ouerdane	douar-bni-ouerdane	MA		0	Africa/Casablanca	34.09698	-4.27293		Beni Houardem,Douar Beni Houardem,Douar Bni Ouerdane		03	561		
2555831	Beni Hnit	beni-hnit	MA		0	Africa/Casablanca	29.98	-5.58		Beni Hnit,Beni Ihnit,Beni Îhnît		08	587		
2555833	Douar Ben Hallou Lfouqi	douar-ben-hallou-lfouqi	MA		0	Africa/Casablanca	35.65836	-5.53369		Beni Helou,Douar Ben Hallou Lfouqi		01	227		
2555834	Douar Bni Halma	douar-bni-halma	MA		0	Africa/Casablanca	34.90556	-5.85417		Beni Helma,Bni Halina,Douar Beni Helma,Douar Bni Halma		04	281		
2555837	Beni Hayyoum	beni-hayyoum	MA		0	Africa/Casablanca	30	-5.55				08	587		
2555838	Douar Bni Hatem	douar-bni-hatem	MA		0	Africa/Casablanca	35.47317	-5.7226		Bani Hatime,Beni Hatem,Douar Bni Hatem		01	571		
2555840	Douar Ben Hssan	douar-ben-hssan	MA		0	Africa/Casablanca	34.82151	-5.8026		Beni Hassene,Douar Ben Hssan,Douar Beni Hassene		04	481		
2555841	Douar Ben Hssan	douar-ben-hssan	MA		0	Africa/Casablanca	31.73993	-7.66187		Beni Hassene,Beni hassan,Douar Ben Hssan,Douar Beni Hassene		07	427		
2555848	Beni Hassane	beni-hassane	MA		0	Africa/Casablanca	34.47392	-5.2828		Beni Hassane,Beni Hssne		03	531		
2555850	Beni Haoulane	beni-haoulane	MA		0	Africa/Casablanca	35.00557	-5.24912		Beni Haoulane,Beni Houlane		01	151		
2555852	Douar Bni Hameline	douar-bni-hameline	MA		0	Africa/Casablanca	34.14911	-4.81475		Beni Hameline,Douar Beni Hameline,Douar Bni Hameline		03	591		
2555854	Beni Halifa	beni-halifa	MA		0	Africa/Casablanca	34.84844	-5.03		Beni Halifa,Beni Jalifa,Beni Khlifa		01	151		
2555855	Bni Hkim	bni-hkim	MA		0	Africa/Casablanca	35.54655	-5.80337		Beni Hakim,Beni el Hakim,Bni Hkim		01	511		
2555858	Bni Hdayene	bni-hdayene	MA		0	Africa/Casablanca	35.43131	-5.79436		Beni Hadain,Beni Hadaine,Beni Hadaïn,Beni Hadaïne,Beni Hadene,Bni Hdayene		01	571		
2555859	Douar Bni Habib	douar-bni-habib	MA		0	Africa/Casablanca	34.37662	-5.1396		Ben Habib,Beni Habib,Douar Bni Habib		03	531		
2555863	Douar Bani Gueddour	douar-bani-gueddour	MA		0	Africa/Casablanca	34.9731	-5.72825		Beni Gdour,Beni Gueddaour,Beni Gueddour,Douar Bani Gueddour		01	331		
2555868	Beni Frassene	beni-frassene	MA		0	Africa/Casablanca	34.36085	-4.35806		Beni Frassene,Sebt Beni Frassene		03	561		
2555869	Douar Bni Foughal	douar-bni-foughal	MA		0	Africa/Casablanca	34.40614	-4.29899		Beni Fourhal,Douar Bni Foughal		03	561		
2555870	Bni Fouda	bni-fouda	MA		0	Africa/Casablanca	34.61342	-5.06986		Beni Fouda,Bni Fouda		03	531		
2555871	Bni Frah	bni-frah	MA		0	Africa/Casablanca	31.31267	-4.2998		Beni Farh,Beni Ferha,Bni Frah		08	201		
2555873	Beni Fenntkane	beni-fenntkane	MA		0	Africa/Casablanca	34.07508	-3.72875				02	265		
2555882	Beni Enzar	beni-enzar	MA		0	Africa/Casablanca	35.26	-2.93		Beni Anzar,Beni Ensar,Beni Enzar		02	381		
2555883	Douar Bni Ansar	douar-bni-ansar	MA		0	Africa/Casablanca	35.10381	-4.85331		Beni Ansar,Beni Ensar,Douar Bni Ansar		01	151		
2555884	Douar Bni Dghough	douar-bni-dghough	MA		0	Africa/Casablanca	32.25726	-8.92401		Ben Drhourh,Beni Drhourh,Bni Dkhoughe,Douar Bni Dghough		07	431		
2555885	Bni Drar	bni-drar	MA		0	Africa/Casablanca	34.86005	-1.98979		Beni Drar,Bni Drar		02	411		
2555886	Douar Beni Damal	douar-beni-damal	MA		0	Africa/Casablanca	33.88091	-3.85433		Beni Damal,Douar Beni Damal		02	265		
2555894	Beni Brour	beni-brour	MA		0	Africa/Casablanca	33.95	-6.91				04	501		
2555896	Beni Bouzoulat	beni-bouzoulat	MA		0	Africa/Casablanca	34.57418	-4.87211		Beni Bouzoulat,Beni Bouzoulate		03	531		
2555899	Douar Ben Youssef	douar-ben-youssef	MA		0	Africa/Casablanca	34.2908	-4.48771		Beni Bou Youssef,Douar Ben Youssef,Douar Beni Bou Youssef		03	531		
2555901	Douar Bni Bouyeri Jbel	douar-bni-bouyeri-jbel	MA		0	Africa/Casablanca	35.03639	-3.64616		Beni Boujari,Beni Bouyeri-n-Jebel,Beni Buyari,Douar Bni Bouyeri Jbel		02	167		
2555906	Beni Bou Yafroun	beni-bou-yafroun	MA		0	Africa/Casablanca	35.14604	-3.01374		Beni Bou Yafroun,Saint Jean des Mines,San Juan de las Minas		02	381		
2555908	Beni Bou Smour	beni-bou-smour	MA		0	Africa/Casablanca	34.94453	-4.20442		Bani Bouzemour,Beni Bou Smour		01	051		
2555910	Beni Bou Rhezala	beni-bou-rhezala	MA		0	Africa/Casablanca	34.42771	-5.28956		Beni Bou Rhezala,Beni Boughzala		03	531		
2555911	Beni Bou Reïs	beni-bou-reis	MA		0	Africa/Casablanca	33.6297	-4.0169		Beni Bou Reis,Beni Bou Reïs,Beni Boukais,Beni Boukaïs		02	265		
2555912	Beni Bouraïah	beni-bouraiah	MA		0	Africa/Casablanca	34.93411	-5.31137		Beni Bouraiah,Beni Bouraïah,Beni Bourbaia,Beni Bourbaïa,Beni Bourhaia,Beni Bourhaïa,Beni Braih,Béni Braïh,Douar Beni Bouraiah,Douar Beni Bouraïah		01	405		
2555914	Beni Bou n’Sor	beni-bou-n-sor	MA		0	Africa/Casablanca	33.64346	-3.87653				02	265		
2555916	Beni Bou Mediene	beni-bou-mediene	MA		0	Africa/Casablanca	35.12524	-3.66061		Beni Bou Mediene,Beni bou Mediena,Beni-Bu-Medien		02	167		
2555917	Douar Qouabaa	douar-qouabaa	MA		0	Africa/Casablanca	34.32111	-4.47218		Beni Bou Kouebba,Douar Beni Bou Kouebba,Douar Qouabaa		03	531		
2555919	Beni Bouker	beni-bouker	MA		0	Africa/Casablanca	35.19963	-5.12571				01	151		
2555924	Beni Bouhtat	beni-bouhtat	MA		0	Africa/Casablanca	34.58822	-4.88974		Beni Bouhtat,Beni Bouhtate		03	531		
2555926	Beni Bouhar	beni-bouhar	MA		0	Africa/Casablanca	35.10257	-5.41351				01	151		
2555927	Beni Bou Hamed	beni-bou-hamed	MA		0	Africa/Casablanca	35.01	-4.11		Beni Bou Hamed,Beni Bu Hamed		01	051		
2555930	Douar Bni Bougmat	douar-bni-bougmat	MA		0	Africa/Casablanca	35.03655	-4.27209		Beni Bou Gormat,Beni Boukmat,Beni Boukmât,Beni Bu Gormat,Bni bou Ghamate,Douar Bni Bougmat		01	051		
2555933	Aït Boûdir	ait-boudir	MA		0	Africa/Casablanca	35.16654	-4.17904		Ait Boudir,Aït Boûdir,Beni Boudir,Beni Budir,Bini Boudra		01	051		
2555939	Beni Bouchaïb	beni-bouchaib	MA		0	Africa/Casablanca	34.95	-4.21		Beni Bejalle,Beni Bouchaib,Beni Bouchaïb		01	051		
2555943	Beni Berbere	beni-berbere	MA		0	Africa/Casablanca	34.68662	-4.51723				03	531		
2555946	Beni Bechir	beni-bechir	MA		0	Africa/Casablanca	34.93592	-4.67041				01	051		
2555947	Douar Bni Bchar	douar-bni-bchar	MA		0	Africa/Casablanca	35.17471	-4.93072		Beni Bechar,Beni Behar,Beni Bexar,Douar Bni Bchar,Talemsinte		01	151		
2555948	Beni Bchir	beni-bchir	MA		0	Africa/Casablanca	34.65	-4.53		Beni Bchir,Beni Behir		03	531		
2555951	Bni Baçya	bni-bacya	MA		0	Africa/Casablanca	32.25832	-3.1857		Beni Bassia,Bni Bacya,Bni Baçya		02	251		
2555952	Beni Barro	beni-barro	MA		0	Africa/Casablanca	34.92485	-5.17284		Beni Barro,Bini Berou		01	151		
2555953	Beni Baroun	beni-baroun	MA		0	Africa/Casablanca	35.36238	-4.99962		Beni Baroun,Beni Baroune,Beni Barun		01	151		
2555954	Beni Balla	beni-balla	MA		0	Africa/Casablanca	31.72586	-9.62165		Ben Bella,Beni Balla		07	211		
2555956	Ben Aziz	ben-aziz	MA		0	Africa/Casablanca	34.7403	-5.93015		Ben Aziz,Ben Ha Azziz,Beni Aziz,Beni Azziz,Douar Beni Azziz		04	281		
2555957	Beni Aziz	beni-aziz	MA		0	Africa/Casablanca	34.12344	-3.65464		Ahl Aziza,Beni Aziz,Douar Beni Aziz		02	265		
2555958	Beni Azimene	beni-azimene	MA		0	Africa/Casablanca	34.885	-3.61294				02	167		
2555959	Beni Ayat	beni-ayat	MA		0	Africa/Casablanca	32.20999	-6.72237		Beni Ayat,Beni-Ayatt		05	081		
2555960	Beni Ayach	beni-ayach	MA		0	Africa/Casablanca	34.69141	-4.42614				01	051		
2555961	Douar Bni Atab	douar-bni-atab	MA		0	Africa/Casablanca	35.7107	-5.52519		Beni Atab,Beni Atzab,Douar Bni Atab		01	227		
2555965	Beni Aseref	beni-aseref	MA		0	Africa/Casablanca	35.09142	-4.72207				01	151		
2555969	Douar Bni Aouene	douar-bni-aouene	MA		0	Africa/Casablanca	34.30269	-5.12088		Beni Aoun,Beni Aoune,Douar Beni Aoun,Douar Bni Aouene		03	531		
2555970	Douar Beni ’Awn	douar-beni-awn	MA		0	Africa/Casablanca	32.37472	-6.61658		Beni Aoun,Douar Beni 'Awn,Douar Beni ’Awn		05	255		
2555971	Beni Amrane	beni-amrane	MA		0	Africa/Casablanca	35.35	-5.41				01	571		
2556126	Belhanna	belhanna	MA		0	Africa/Casablanca	34.88	-3.9				01	051		
2555973	Beni Ammar	beni-ammar	MA		0	Africa/Casablanca	34.09456	-5.43311		Beni Amar,Beni Ammar,Dchar Beni Amar		03	061		
2555981	Douar Bni Amer	douar-bni-amer	MA		0	Africa/Casablanca	34.81757	-2.32991		Beni Amer,Beni-Ameur,Douar Bni Amer		02	113		
2555982	Douar Bni Amayir	douar-bni-amayir	MA		0	Africa/Casablanca	34.79342	-2.35749		Beni Amer,Beni Ameur,Douar Bni Amayir		02	113		
2555986	Douar Ben Ali	douar-ben-ali	MA		0	Africa/Casablanca	34.28401	-4.23457		Beni Ali,Douar Ben Ali,Douar Beni Ali		03	561		
2555991	Beni Aïoun	beni-aioun	MA		0	Africa/Casablanca	33.40348	-3.90591		Beni Aioun,Beni Ayoun,Beni Aïoun		03	131		
2555992	Rbaat Ben Aicha	rbaat-ben-aicha	MA		0	Africa/Casablanca	31.84716	-9.02773		Beni Aichi,Beni Aïchi,Er Rbat Ben Aicha,Rbaat Ben Aicha		07	211		
2555998	Beni Aachir	beni-aachir	MA		0	Africa/Casablanca	35.05525	-5.2955		Bani Achir,Beni Aachir,Beni Acher		01	151		
2556005	Beni Abdallah	beni-abdallah	MA		0	Africa/Casablanca	34.73191	-5.0504		Beni Abdallah,Beni Abdellah		03	531		
2556006	Douar Beni Abdallah	douar-beni-abdallah	MA		0	Africa/Casablanca	34.35678	-4.19326		Beni Abdallah,Douar Beni Abdallah		03	561		
2556007	Douar Bni Abdellah	douar-bni-abdellah	MA		0	Africa/Casablanca	34.29856	-4.45832		Beni Abdallah,Douar Beni Abdallah,Douar Bni Abdellah		03	561		
2556012	Douar Ben Aouaj	douar-ben-aouaj	MA		0	Africa/Casablanca	31.61194	-9.09175		Ben Haouj,Douar Ben Aouaich,Douar Ben Aouaj,Douar Ben Aouaïch		07	161		
2556013	Ben Handa	ben-handa	MA		0	Africa/Casablanca	29.15	-10.05				10	473		
2556018	Ben Guerir	ben-guerir	MA		0	Africa/Casablanca	32.24088	-7.95397		Ben Guerir,Benguerir		07	427		
2556019	Ben Guemoud	ben-guemoud	MA		0	Africa/Casablanca	30.23452	-9.5746		Ben Guemoud,Benguemmoud a		09	163		
2556026	Ben Essefrat	ben-essefrat	MA		0	Africa/Casablanca	33.50188	-3.64443		Bel Safret,Ben Essefrat		03	131		
2556029	Bine el Ouidane	bine-el-ouidane	MA		0	Africa/Casablanca	35.78624	-5.4938		Ben el Ouidane,Bine el Ouidane		01	227		
2556030	Douar Oulad Ahmed Ben El Haj	douar-oulad-ahmed-ben-el-haj	MA		0	Africa/Casablanca	32.17159	-7.62243		Ben el Maati,Douar Oulad Ahmed Ben El Haj		07	191		
2556034	Ben Driss	ben-driss	MA		0	Africa/Casablanca	30	-8.75		Ben Driss,Bou Driss		09	541		
2556040	Ben Charrou	ben-charrou	MA		0	Africa/Casablanca	32.42793	-5.98639		Ben Charrou,Ben Cherro,Ben Cherrou		05	091		
2556042	Ben Chaboun	ben-chaboun	MA		0	Africa/Casablanca	32.8084	-7.46417				06	461		
2556043	Ben Bwiha	ben-bwiha	MA		0	Africa/Casablanca	31.27179	-8.30109		Ben Bouiha,Ben Bwiha,Douar Ben Bouiha		07	041		
2556044	Ben Bouih	ben-bouih	MA		0	Africa/Casablanca	31.56	-7.63		Ben Bouih,Douar Ben Bouih,Douar Cheikh el Fatmi,Ouled Ben El Fatmi		07	041		
2556049	Ben Ayadet	ben-ayadet	MA		0	Africa/Casablanca	33.62469	-3.61637				03	131		
2556050	Ben Atmane	ben-atmane	MA		0	Africa/Casablanca	33.92048	-4.12336		Adman,Ben Atmane,Douar Ben Atmane		03	561		
2556055	Douar Ben Aouicha	douar-ben-aouicha	MA		0	Africa/Casablanca	32.17729	-8.34705		Ait Ben Aouicha,Aït Ben Aouicha,Ben Aouich,Douar Ben Aouicha,Douar ben Aouich,Douar ben Aouïch		07	427		
2556056	Ben Aomar	ben-aomar	MA		0	Africa/Casablanca	29.58	-9.75		Ben Aomar,Dar Ben Aomar,Dar Benhoummane		09	581		
2556060	Ben Amarat	ben-amarat	MA		0	Africa/Casablanca	34.27822	-3.89226		Ben Amarat,Ben Amarate		02	265		
2556061	Ben Amar	ben-amar	MA		0	Africa/Casablanca	34.98	-4.06				01	051		
2556064	Ben Alla	ben-alla	MA		0	Africa/Casablanca	34.61169	-3.66862		Ben Alla,Ben Allah,Diar ben Allah		02	265		
2556065	Lebhalla	lebhalla	MA		0	Africa/Casablanca	32.27351	-8.38069		Ben Allah,Lebhalla		07	427		
2556069	Ben Ali	ben-ali	MA		0	Africa/Casablanca	32.10517	-9.12516				07	431		
2556070	Ben ’Ali	ben-ali	MA		0	Africa/Casablanca	30.41768	-8.49944		Ben 'Ali,Ben Ali,Ben ’Ali		09	541		
2556076	Ben Ahmed	ben-ahmed	MA		0	Africa/Casablanca	33.06635	-7.24161		Ben Ahmed,Benahmed,Kasba Ben Ahmed		06	461		
2556078	Douar Oulad Ben Amar	douar-oulad-ben-amar	MA		0	Africa/Casablanca	34.22567	-4.54054		Ben Ahmar,Douar Oulad Ben Amar,Douar Ouled Ali,Oulad Ali		03	531		
2556082	Ben Abdallah	ben-abdallah	MA		0	Africa/Casablanca	35.03938	-2.91412		Ben Abdalah,Ben Abdallah		02	381		
2556086	Bemmekrim	bemmekrim	MA		0	Africa/Casablanca	35	-3.7				02	167		
2556087	Belziz	belziz	MA		0	Africa/Casablanca	31.19822	-8.93702				07	161		
2556089	Belsak	belsak	MA		0	Africa/Casablanca	29.46	-10.05				10	473		
2556090	Balghiyada	balghiyada	MA		0	Africa/Casablanca	32.68339	-2.72303		Balghiyada,Bel Ghiada,Bel Ghiadia,Bel Rhiada		02	251		
2556092	Douar Belrhatiine	douar-belrhatiine	MA		0	Africa/Casablanca	34.48164	-5.92546		Belrhatiine,Douar Belrhatiine		04	481		
2556093	Douar El Caid Ben Hmida	douar-el-caid-ben-hmida	MA		0	Africa/Casablanca	32.54023	-8.84897		Bel Rhalmia,Douar El Caid Ben Hmida		06	467		
2556095	Bilmous	bilmous	MA		0	Africa/Casablanca	29.6941	-9.36219		Ait Belloumousse,Aït Belloumousse,Bel Moussa,Bilmous		09	581		
2556096	Ibaksimn	ibaksimn	MA		0	Africa/Casablanca	31.09223	-9.34375		Belemoudel,Belmoudel,Ibaksimn		07	211		
2556097	Bel Mahdi	bel-mahdi	MA		0	Africa/Casablanca	32.43	-1.13				02	251		
2556098	Douar Lballouta	douar-lballouta	MA		0	Africa/Casablanca	34.95593	-5.54148		Beliota,Bellota,Bellouta,Douar Ballout,Douar Bellouta,Douar Lballouta		01	405		
2556100	Douar Ballouk	douar-ballouk	MA		0	Africa/Casablanca	31.55082	-8.05114		Bellouk,Douar Ballouk,Douar Bellouk		07	351		
2556101	Belleta	belleta	MA		0	Africa/Casablanca	35.21851	-5.7811				01	331		
2556103	Bellat Jbel	bellat-jbel	MA		0	Africa/Casablanca	32.19733	-8.75148		Bellat,Bellat Jbel,Douar Bellat		07	585		
2556109	Douar Bhalla	douar-bhalla	MA		0	Africa/Casablanca	32.28689	-9.16391		Bella,Douar Bella,Douar Bhalla,Oulad Bella		07	431		
2556113	Douar Ben Khalifa	douar-ben-khalifa	MA		0	Africa/Casablanca	31.69063	-7.64147		Bel Khalifa,Douar Ben Khalifa		07	427		
2556116	Dar Belkassem	dar-belkassem	MA		0	Africa/Casablanca	34.30024	-3.84328		Belkassem,Dar Belkassem,Ouled Ali Bel-Ahssen		02	265		
2556117	Belkasimitene	belkasimitene	MA		0	Africa/Casablanca	34.7	-3.53		Belkasimitene,Belkassemine		02	167		
2556118	Bel Jer	bel-jer	MA		0	Africa/Casablanca	35.02848	-2.93995				02	381		
2556119	Belibilia	belibilia	MA		0	Africa/Casablanca	31.97012	-3.26828				02	251		
2556120	Douar Bou Gnaou	douar-bou-gnaou	MA		0	Africa/Casablanca	33.81086	-5.35055		Bel Houseine,Bel Houseïne,Bel Houssein,Bel Housseïn,Douar Bou Gnaou		03	171		
2556128	Douar Lhamadiya	douar-lhamadiya	MA		0	Africa/Casablanca	32.1346	-9.15236		Bel Hamidia,Bir Hamadia,Douar Lhamadiya		07	431		
2556129	Bel Haders	bel-haders	MA		0	Africa/Casablanca	29.21	-10.26		Ahel Jader,Ahel Sader,Bel Haders		10	473		
2556138	Bel Fatmi	bel-fatmi	MA		0	Africa/Casablanca	31.61745	-7.43249		Bel Fatmi,Bou Kerrou		07	041		
2556140	Bel Azri	bel-azri	MA		0	Africa/Casablanca	31.752	-8.17045		Bel Azri,Douar Bel Azri		07	351		
2556141	Douar Belazreq	douar-belazreq	MA		0	Africa/Casablanca	33.84316	-4.32972		Belazreg,Douar Belazreg,Douar Belazreq		03	451		
2556142	Douar bel Azouz	douar-bel-azouz	MA		0	Africa/Casablanca	31.49136	-8.18322		Bel Azouz,Ben Azzouz,Douar bel Azouz		07	351		
2556143	Bel Ayachi	bel-ayachi	MA		0	Africa/Casablanca	34.35093	-5.45167				03	531		
2556145	Bettana	bettana	MA		0	Africa/Casablanca	34.03041	-6.8026		Bel Aroussi,Bettana		04	441		
2556147	Douar Belaajiyat	douar-belaajiyat	MA		0	Africa/Casablanca	34.30071	-4.50358		Bel Ajiata,Douar Bel Ajiat,Douar Belaajiyat		03	531		
2556148	Douar Belaid Chafour	douar-belaid-chafour	MA		0	Africa/Casablanca	31.68958	-8.54909		Belaid Chafour,Belaïd Chafour,Chkir Abd es Slam,Douar Belaid Chafour,Douar Cheikh Abd es Slam,Douar Cheïkh Abd es Slam		07	161		
2556149	Douar Lebelaaid	douar-lebelaaid	MA		0	Africa/Casablanca	32.21528	-8.28227		Belaid,Belaïd,Bhaid,Bhaïd,Douar Belaid,Douar Belaïd,Douar Lebelaaid		07	427		
2556151	Belaïchich	belaichich	MA		0	Africa/Casablanca	35.69742	-5.70674		Belaichia,Belaichich,Belaïchia,Belaïchich		01	227		
2556155	Baqrit	baqrit	MA		0	Africa/Casablanca	33.07554	-5.22183		Bakrit,Baqrit,Bekrit,Bekrite,Berkit		03	271		
2556158	Douar Bekkar	douar-bekkar	MA		0	Africa/Casablanca	32.16313	-8.31197		Bekkar,Douar Bekkar		07	427		
2556159	Bekkala	bekkala	MA		0	Africa/Casablanca	34.68853	-5.25422		Baqqala,Baqquala,Bekkala		01	405		
2556160	Bekaïr	bekair	MA		0	Africa/Casablanca	34.8	-4.73				01	051		
2556161	Bejrane	bejrane	MA		0	Africa/Casablanca	34.03375	-3.76268		Bejrane,Douar Bejrane		02	265		
2556165	Bayegdad	bayegdad	MA		0	Africa/Casablanca	31.34161	-9.73473		Bayegdad,Beigdad,Beïgdad,Bou Igdad		07	211		
2556226	Douar Beggara Chaab	douar-beggara-chaab	MA		0	Africa/Casablanca	32.37295	-7.90932		Begara ech Chaab,Begara el Chaab,Chaibat,Chaïbat,Douar Beggara Chaab,Douar Chaibet,Douar Chaïbet		07	427		
2556235	Beddoura	beddoura	MA		0	Africa/Casablanca	35.0883	-3.00339		Beddara,Beddora,Beddoura		02	381		
2556237	Bedana el Goualet	bedana-el-goualet	MA		0	Africa/Casablanca	35.28049	-5.95571				01	331		
2556241	Bchir	bchir	MA		0	Africa/Casablanca	31.8369	-6.79146		Bchir,Bechir		05	081		
2556245	Ddaoua Rbayea	ddaoua-rbayea	MA		0	Africa/Casablanca	34.94892	-6.1152		Bdaoua Rbayah,Dar Bdaoua Rbayah,Ddaoua Rbayea		04	281		
2556246	Douar Badaoua Tayf	douar-badaoua-tayf	MA		0	Africa/Casablanca	35.19888	-6.02361		Bdaoua et Taif,Bdaoua et Taïf,Bedaoua,Douar Badaoua Tayf		01	331		
2556247	Douar Badraoua	douar-badraoua	MA		0	Africa/Casablanca	34.98471	-6.05295		Bdaoua,Douar Badraoua		01	331		
2556248	Bdaoua	bdaoua	MA		0	Africa/Casablanca	32.6991	-7.85644		Bdaoua,Bdoua,Douar el Bdaoua		06	461		
2556252	Bayahya	bayahya	MA		0	Africa/Casablanca	32.63898	-4.61117		Ba Yahya,Bayahya		08	363		
2556253	Battou	battou	MA		0	Africa/Casablanca	30.94294	-5.29356				08	577		
2556260	Batennchech	batennchech	MA		0	Africa/Casablanca	31.37306	-9.01079		Batenchih,Batennchech,Baterchih,Batni-Chikh		07	161		
2556261	Douar Lbastyoune	douar-lbastyoune	MA		0	Africa/Casablanca	34.90244	-5.86319		Bastioun,Bestioune,Douar Lbastyoune		04	281		
2556267	Baskara	baskara	MA		0	Africa/Casablanca	34.92402	-4.12901				01	051		
2556269	Ba Saïd	ba-said	MA		0	Africa/Casablanca	29.40021	-9.44194		Ba Said,Ba Saïd,Id Basaid,Id Basaïd		10	473		
2556271	Bargha	bargha	MA		0	Africa/Casablanca	35.02058	-6.21057		Bargha,Barrha		01	331		
2556272	Berrechid	berrechid	MA		93954	Africa/Casablanca	33.26553	-7.58754		Barrechid,Berrechid,Bev-rechid	0646101031	06	461	0646101031	
2556274	Douar Berranda	douar-berranda	MA		0	Africa/Casablanca	35.00898	-5.11497		Barranda,Berranda,Douar Berranda		01	151		
2556281	Douar Baghough	douar-baghough	MA		0	Africa/Casablanca	32.39561	-7.90899		Barhourh,Douar Baghough		07	427		
2556283	Barhila	barhila	MA		0	Africa/Casablanca	30.4774	-9.02079		Baakila,Barhila		09	541		
2556290	Baragha	baragha	MA		0	Africa/Casablanca	31.28082	-8.34358		Baragha,Bararha,Douar Bararha		07	041		
2556296	Tagadirt-n-Ba’oun	tagadirt-n-ba-oun	MA		0	Africa/Casablanca	31.10007	-8.85413		Baoum,Baoun,Tagadirt-n-Ba'oun,Tagadirt-n-Ba’oun,Tigdirate Bahoune		07	161		
2556298	Banoun	banoun	MA		0	Africa/Casablanca	30.20746	-9.04169				09	541		
2556301	Bam Sehm	bam-sehm	MA		0	Africa/Casablanca	34.61	-4.11				03	561		
2556304	Baliyt	baliyt	MA		0	Africa/Casablanca	32.24083	-4.66494		Balit,Baliyt		08	363		
2556308	Bala	bala	MA		0	Africa/Casablanca	35.28519	-5.26637		Baia,Bala		01	571		
2556310	Baknou	baknou	MA		0	Africa/Casablanca	32.2375	-3.92974				08	363		
2556313	Bakhir Atanane	bakhir-atanane	MA		0	Africa/Casablanca	30.19623	-9.50654		Bakhir,Bakhir Atanane,Bakrir		09	163		
2556314	Bakhir	bakhir	MA		0	Africa/Casablanca	30.04497	-9.396				09	163		
2556315	Bakara	bakara	MA		0	Africa/Casablanca	35.01059	-5.76405		Baccara,Bakara,Bakkara,Douar Bakara		01	331		
2556316	Bakal	bakal	MA		0	Africa/Casablanca	35.03631	-5.55336				01	331		
2556317	Baqader	baqader	MA		0	Africa/Casablanca	31.42968	-7.92675		Bakader,Baqader,Douar Bakader		07	041		
2556323	Douar Baynou	douar-baynou	MA		0	Africa/Casablanca	34.55324	-5.33366		Bainou,Baïnou,Boinou,Boïnou,Douar Baynou		01	405		
2556331	Bahrani	bahrani	MA		0	Africa/Casablanca	30.38788	-8.98001		Bahrani,Douar Baharani		09	541		
2556340	Ba Hamed	ba-hamed	MA		0	Africa/Casablanca	35.04474	-4.93662		Ba Hamed,Tachka		01	151		
2556343	Bahadi	bahadi	MA		0	Africa/Casablanca	31.37897	-4.31389		Ba Haddi,Bahadi		08	201		
2556355	Douar Bou Ghabech	douar-bou-ghabech	MA		0	Africa/Casablanca	35.49976	-5.66		Bagabech,Bou Ghabech,Douar Bou Ghabech		01	571		
2556361	Douar Badis	douar-badis	MA		0	Africa/Casablanca	35.16884	-4.28882		Bades,Bâdes,Douar Badis		01	051		
2556367	Badarat	badarat	MA		0	Africa/Casablanca	32.76447	-4.33503		Badarat,Badaret		03	131		
2556368	Ba Daoud	ba-daoud	MA		0	Africa/Casablanca	31.12705	-6.28726				08	401		
2556369	Bachkoun	bachkoun	MA		0	Africa/Casablanca	30.7	-7.28		Bachkoum,Bachkoun		08	401		
2556370	Bachkad	bachkad	MA		0	Africa/Casablanca	31.16827	-9.54283		Bachkad,Bachkata,Bechkata		07	211		
2556376	Douar Babou Timalou	douar-babou-timalou	MA		0	Africa/Casablanca	34.32746	-3.91075		Bab Tahalo,Bab Timalou,Douar Bab Timalou,Douar Babou Timalou		03	561		
2556377	Bab Taza	bab-taza	MA		0	Africa/Casablanca	35.06166	-5.19828		Bab Tasa,Bab Taza,Bab Tazza	1615105012	01	151	1615105012	
2556378	Bab Taza	bab-taza	MA		0	Africa/Casablanca	34.41915	-4.48334				03	531		
2556379	Douar Bab Taza	douar-bab-taza	MA		0	Africa/Casablanca	33.98575	-4.29515		Bab Taza,Douar Bab Taza		03	561		
2556380	Babt al Bir	babt-al-bir	MA		0	Africa/Casablanca	34.61044	-4.88821				03	531		
2556381	Bab Taddert	bab-taddert	MA		0	Africa/Casablanca	34.62457	-4.28878				03	531		
2556385	Bab Sellam	bab-sellam	MA		0	Africa/Casablanca	34.66046	-4.34613		Bab Selham,Bab Sellam		03	531		
2556386	Bab Seam	bab-seam	MA		0	Africa/Casablanca	34.61361	-4.11509		Bab Seam,Bam Sehm		03	531		
2556387	Babrimali	babrimali	MA		0	Africa/Casablanca	31.12277	-7.31647				08	401		
2556389	Douar Bab Rmel	douar-bab-rmel	MA		0	Africa/Casablanca	34.39986	-4.13598		Bab Remel,Douar Bab Rmel		03	561		
2556390	Bab Ouender	bab-ouender	MA		0	Africa/Casablanca	34.53509	-4.57893		Bab Ouender,Bab Ouennder		03	531		
2556394	Bab Mareklo	bab-mareklo	MA		0	Africa/Casablanca	34.75286	-4.78034				03	531		
2556395	Bab Mansoura	bab-mansoura	MA		0	Africa/Casablanca	34.74062	-5.01772		Bab Mansoura,Bab Mennsoura		03	531		
2556396	Bab Louta	bab-louta	MA		0	Africa/Casablanca	34.01103	-4.34303		Bab Louta,Douar Bab Louta		03	561		
2556397	Bab Jama	bab-jama	MA		0	Africa/Casablanca	34.62562	-4.50482				03	531		
2556398	Bab Hakem	bab-hakem	MA		0	Africa/Casablanca	34.91	-4.38				01	051		
2556402	Bab el Mrouj	bab-el-mrouj	MA		0	Africa/Casablanca	34.41468	-4.04401		Bab Morouj,Bab el Mrouj		03	561		
2556404	Bab el Heït	bab-el-heit	MA		0	Africa/Casablanca	34.66217	-4.42115				03	531		
2556405	Bab el Hamra	bab-el-hamra	MA		0	Africa/Casablanca	34.67709	-5.3805				01	405		
2556406	Bab el Hamra	bab-el-hamra	MA		0	Africa/Casablanca	34.16	-4.2		Bab el Hamra,Douar Bab el Hamra		03	561		
2556408	Douar Bab Lahjar	douar-bab-lahjar	MA		0	Africa/Casablanca	34.43995	-4.82107		Bab Lahjar,Bab el Hajar,Douar Bab Lahjar,Douar Bab el Hajar		03	531		
2556409	Bab el Had	bab-el-had	MA		0	Africa/Casablanca	34.55562	-4.81361				03	531		
2556410	Bab el Arbaa	bab-el-arbaa	MA		0	Africa/Casablanca	34.0025	-4.10345		Bab Larbaa,Bab el Arba,Bab el Arbaa,Balel Arba,El Arba des Beni Abd el Hamid,Souk el Arba		03	561		
2556412	Douar Qsimat	douar-qsimat	MA		0	Africa/Casablanca	34.23675	-4.47183		Bab Daoud,Douar Bab Daoud,Douar Qsimat		03	531		
2556413	Bab Boudir	bab-boudir	MA		0	Africa/Casablanca	34.06937	-4.12025		Bab Bou Idir,Bab Bou Idiz,Bab Boudir		03	561		
2556416	Bab Azhar	bab-azhar	MA		0	Africa/Casablanca	34.06	-4.26				03	561		
2556419	Bab Amergoub	bab-amergoub	MA		0	Africa/Casablanca	34.56594	-4.31803		Bab Amergoub,Bab Amergoug		03	561		
2556420	Bab al ’Aziyib	bab-al-aziyib	MA		0	Africa/Casablanca	34.92856	-4.98987				01	151		
2556426	Baadia	baadia	MA		0	Africa/Casablanca	31.81472	-6.63822				05	081		
2556429	Baabcha	baabcha	MA		0	Africa/Casablanca	34.65401	-6.00148		Baabcha,Dar el Baabcha,Dar el Baâbcha,Douar Baabcha,Douar Baâbcha,El Bahabicha		04	281		
2556430	Ez Zraoula	ez-zraoula	MA		0	Africa/Casablanca	34.5035	-3.79947		Az Zraoula,Ez Zraoula		03	561		
2556433	Douar Dzouz	douar-dzouz	MA		0	Africa/Casablanca	31.99783	-7.59243		Azzouz,Douar Azzouz,Douar Dzouz		07	191		
2556434	Azzour n’ou Gourma	azzour-n-ou-gourma	MA		0	Africa/Casablanca	31.03624	-9.42482		Azzour n'Ait Gourma,Azzour n'ou Gourma,Azzour n’Aït Gourma,Azzour n’ou Gourma		07	211		
2556435	Azzour n’Aït el Hajj	azzour-n-ait-el-hajj	MA		0	Africa/Casablanca	30.98279	-9.43923		Azzour Ait el Hajj,Azzour Aït el Hajj,Azzour n'Ait el Hajj,Azzour n’Aït el Hajj		07	211		
2556437	Azar	azar	MA		0	Africa/Casablanca	32.39922	-3.74139		Azar,Azzar,Ksar Azer		02	251		
2556438	Azal	azal	MA		0	Africa/Casablanca	29.84312	-8.58225		Azal,Azaln,Azzal		09	551		
2556440	Douar Azzaba	douar-azzaba	MA		0	Africa/Casablanca	34.62171	-5.21777		Azzaba,Douar Azzaba		01	405		
2556441	Azzaba	azzaba	MA		0	Africa/Casablanca	33.83255	-4.70784				03	451		
2556446	Azioune	azioune	MA		0	Africa/Casablanca	31.56085	-7.01053		Azioune,Aztoun		05	081		
2556447	Azrourou	azrourou	MA		0	Africa/Casablanca	32.69479	-4.31374		Azrourou,Zrourou		08	363		
2556451	Azrou Wadou	azrou-wadou	MA		0	Africa/Casablanca	29.72808	-9.0287		Azrou Ouado,Azrou Ouadou,Azrou Wadou		09	581		
2556453	Azrou Melloul	azrou-melloul	MA		0	Africa/Casablanca	31.36637	-7.77446		Azrou Melloul,Douar Azrou Melloul		07	041		
2556454	Azrou Melfene	azrou-melfene	MA		0	Africa/Casablanca	30.98296	-8.58318		Azrou Melfene,Azrou Mellen,Azrou Mellene,Azrou Mellèn		07	161		
2556463	Azrou	azrou	MA		0	Africa/Casablanca	34.52159	-4.34503				03	561		
2556464	Azrou	azrou	MA		48249	Africa/Casablanca	33.43443	-5.22126		Azrou,Azru,Azrú,ai zi lu,azrw,Азру,أزرو,ازرو,艾茲魯	1327101011	03	271	1327101011	
2556465	Azrou	azrou	MA		0	Africa/Casablanca	31.21532	-8.27505				07	041		
2556466	Azrou	azrou	MA		0	Africa/Casablanca	31.01643	-7.76401				09	541		
2556467	Azrou	azrou	MA		0	Africa/Casablanca	30.78668	-8.4885				09	541		
2556468	Azrou n’Issi	azrou-n-issi	MA		0	Africa/Casablanca	29.78682	-9.32274		Azrou,Azrou n'Issi,Azrou n’Issi		09	581		
2556471	Azro Narbatas	azro-narbatas	MA		0	Africa/Casablanca	34.89957	-3.36466				02	167		
2556472	Azrirar	azrirar	MA		0	Africa/Casablanca	34.81	-4.86				03	531		
2556473	Douar Azghiyar	douar-azghiyar	MA		0	Africa/Casablanca	33.92115	-4.45184		Azrier,Azrir,Douar Azghiyar,Douar Azrier		03	561		
2556474	Azriouila	azriouila	MA		0	Africa/Casablanca	32.67058	-4.3764				08	363		
2556475	Azrif	azrif	MA		0	Africa/Casablanca	31.54318	-7.25665		Agrif,Azrif		07	041		
2556478	Azrhar	azrhar	MA		0	Africa/Casablanca	34.83	-4.08				01	051		
2556487	Azrarag	azrarag	MA		0	Africa/Casablanca	30.47951	-9.46194				09	001		
2556494	Oulad Azzouz	oulad-azzouz	MA		0	Africa/Casablanca	32.44525	-7.48942		Azouz,Douar Azouz,Douar Oulad bel Fkih,Oulad Azzouz		07	191		
2556496	Tagdiycht Ouzour	tagdiycht-ouzour	MA		0	Africa/Casablanca	29.56253	-9.16678		Azourouzour,Azourzen,Tagdiycht Ouzour		09	581		
2556497	Zaouia Tissi Ou Attar	zaouia-tissi-ou-attar	MA		0	Africa/Casablanca	30.57868	-9.19912		Azour Ouzedder,Zaouia,Zaouia Tissi Ou Attar		09	541		
2556498	Azour Oughoud	azour-oughoud	MA		0	Africa/Casablanca	30.64475	-9.7645		Azour Oughoud,Azour Ourhoud		09	001		
2556499	Azour Oufella	azour-oufella	MA		0	Africa/Casablanca	30.5945	-9.20256		Azour,Azour Oufella		09	541		
2556500	Azour Oudrg	azour-oudrg	MA		0	Africa/Casablanca	29.68597	-9.1731		Azou Roudrig,Azour Oudrg,Azour Oudroug		09	581		
2556501	Azour-n-Tawrirt	azour-n-tawrirt	MA		0	Africa/Casablanca	30.38966	-8.69314		Azour n'Taourirt,Azour n’Taourirt,Azour-n-Tawrirt		09	541		
2556502	Azour n’ Izig	azour-n-izig	MA		0	Africa/Casablanca	30.30263	-8.77		Agour n' Izig,Agour n’ Izig,Azour n' Izig,Azour n’ Izig		09	541		
2556503	Azrou-n-Aït Lhsn	azrou-n-ait-lhsn	MA		0	Africa/Casablanca	29.67476	-9.12216		Azour n'Ait Lahsen,Azour n'Ait Lahsene,Azour n’Aït Lahsen,Azour n’Aït Lahsene,Azrou-n-Ait Lhsn,Azrou-n-Aït Lhsn		09	581		
2556505	Azrou	azrou	MA		0	Africa/Casablanca	29.85676	-9.22445		Azour Irhalene,Azrou		09	163		
2556506	Azourg	azourg	MA		0	Africa/Casablanca	31.03963	-6.02757				08	587		
2556507	Azourene	azourene	MA		0	Africa/Casablanca	34.91	-4.13				01	051		
2556508	Azourane	azourane	MA		0	Africa/Casablanca	30.31074	-8.61685				09	541		
2556509	Ddou Dad	ddou-dad	MA		0	Africa/Casablanca	29.75749	-9.11064		Azourane,Ddou Dad		09	163		
2556510	Azoura	azoura	MA		0	Africa/Casablanca	30.01054	-8.59831				09	541		
2556512	Awknit	awknit	MA		0	Africa/Casablanca	30.46446	-8.50251		Aougnit,Aouknit,Awknit,Azoult		09	541		
2556514	Azougza	azougza	MA		0	Africa/Casablanca	30.20018	-7.56127				09	551		
2556526	Douar Mechraa Azouggagh	douar-mechraa-azouggagh	MA		0	Africa/Casablanca	33.9879	-4.54885		Douar Mechraa Azouggagh,Mechra Azougarh,Mechra Ird Azouguer		03	561		
2556530	Azoubane	azoubane	MA		0	Africa/Casablanca	31.54586	-7.84438		Amotane,Azoubane,Douar Azoubane		07	041		
2556532	Azouaoud	azouaoud	MA		0	Africa/Casablanca	31.09851	-9.41917				07	211		
2556535	Aznag	aznag	MA		0	Africa/Casablanca	31.3999	-6.14839				08	577		
2556536	Aznag	aznag	MA		0	Africa/Casablanca	29.39347	-9.52029				10	473		
2556537	Azmousa Quihia	azmousa-quihia	MA		0	Africa/Casablanca	34.91	-3.96				01	051		
2556539	Douar Ezzemanat	douar-ezzemanat	MA		0	Africa/Casablanca	31.58913	-9.5222		Azmanat,Azmanate,Douar Arouabaa,Douar Ezzemanat		07	211		
2556540	Azmamra	azmamra	MA		0	Africa/Casablanca	34.87	-5.04				01	151		
2556542	Azlim	azlim	MA		0	Africa/Casablanca	30.13556	-8.21907				09	541		
2556550	Zkika	zkika	MA		0	Africa/Casablanca	34.49059	-3.9641		Azkika,Skika,Zkika		03	561		
2556551	Azkari	azkari	MA		0	Africa/Casablanca	31.52121	-9.39861		Azkari,Douar Ezakaria,Ezzakari		07	211		
2556552	Asjen	asjen	MA		0	Africa/Casablanca	34.8519	-5.62284		Asjen,Asjene,Azjen,Azjene,Azjèn		01	405		
2556553	Douar Oulad Souilem El Ghaba	douar-oulad-souilem-el-ghaba	MA		0	Africa/Casablanca	32.46406	-9.05642		Azib Oulad Souilem,Aziz Oulad Souilem,Douar Aziz Oulad Souilem,Douar Oulad Souilem,Douar Oulad Souilem El Ghaba,Oulad Souilem,Ouled Souilem		07	431		
2556561	Azioune	azioune	MA		0	Africa/Casablanca	31.44203	-6.92594				05	081		
2556570	Azilal	azilal	MA		0	Africa/Casablanca	31.96156	-6.57109		Arilal,Asila,Asilal,Azilal	1208101011	05	081	1208101011	
2556572	Azila	azila	MA		0	Africa/Casablanca	34.86023	-4.54265				01	051		
2556577	Azifet	azifet	MA		0	Africa/Casablanca	34.53	-4.63		Azifet,Azifete		03	531		
2556580	Azib Sekkoum	azib-sekkoum	MA		0	Africa/Casablanca	31.3709	-7.98738		Azib Sekkoum,Azib Sekkoûm,Azib Zekkoum,Douar Azib Zekkoum		07	041		
2556581	Azib Tassa	azib-tassa	MA		0	Africa/Casablanca	30.15361	-8.19722				09	541		
2556583	Douar Sidi Zouine	douar-sidi-zouine	MA		0	Africa/Casablanca	31.78302	-8.36861		Azib-Sidi-Zouine,Douar Sidi Zouine		07	351		
2556584	Douar Lazzib	douar-lazzib	MA		0	Africa/Casablanca	34.88406	-5.67919		Azib Sidi Youssef,Azib Sidi Yssef,Douar Lazzib		01	405		
2556585	Azib Sidi Tahar	azib-sidi-tahar	MA		0	Africa/Casablanca	31.39874	-8.15276		Azib Sidi Tahar,Moulay Tahar		07	041		
2556586	Azib Seflia	azib-seflia	MA		0	Africa/Casablanca	35.06739	-5.68763		Asib Soufli,Azib Seflia,Azib es Sefli		01	331		
2556587	’Azibou Çalah	azibou-calah	MA		0	Africa/Casablanca	32.06988	-8.21675		'Azibou Calah,Azib Salah,Azib Sallah,Cheikh Salah,Cheïkh Salah,Douar Cheikh Salah,’Azibou Çalah		07	427		
2556588	Azib Remiki	azib-remiki	MA		0	Africa/Casablanca	34.73008	-6.06497		Azib Ramifi,Azib Remiki		04	281		
2556590	Azib Oulad Lâdem	azib-oulad-ladem	MA		0	Africa/Casablanca	31.58124	-7.84296		Azib Oulad Ladem,Azib Oulad Lâdem,Douar Azib Oulad Ladem,Douar Azib Oulad Lâdem		07	351		
2556593	Azib n’Izri n’Ilkris	azib-n-izri-n-ilkris	MA		0	Africa/Casablanca	31.1	-7.38				08	401		
2556594	Azib Mohammed al Mokra	azib-mohammed-al-mokra	MA		0	Africa/Casablanca	34.31464	-5.47344				04	481		
2556595	’Azib al Wad	azib-al-wad	MA		0	Africa/Casablanca	31.45675	-8.4121		'Azib al Wad,Azib Lahoued,Azib el Aoud,Azib el Oued,’Azib al Wad		07	161		
2556596	Azib Khoualka	azib-khoualka	MA		0	Africa/Casablanca	32.11845	-8.36067				07	585		
2556597	Azib Khenachcha	azib-khenachcha	MA		0	Africa/Casablanca	34.62861	-6.09565		Azib Khenachcha,El Khachacha		04	281		
2556598	Azib Jemaa	azib-jemaa	MA		0	Africa/Casablanca	31.51	-8.68				07	161		
2556600	Azib Imourhlane	azib-imourhlane	MA		0	Africa/Casablanca	30.95662	-8.51388				07	041		
2556602	Douar Nzalat Laarya	douar-nzalat-laarya	MA		0	Africa/Casablanca	32.23201	-8.27472		Azib Hai Lhasene,Azib Haj Lhasene,Douar Nzalat Laarya		07	427		
2556603	Azib Lfouqi	azib-lfouqi	MA		0	Africa/Casablanca	35.07107	-5.68842		Azib Fokia,Azib Fouki,Azib Lfouqi,Azib el Foqui		01	331		
2556606	’Azib al Mahareg	azib-al-mahareg	MA		0	Africa/Casablanca	31.46746	-8.43615		'Azib al Mahareg,Azib el Mahareg,Azib el Marog,’Azib al Mahareg		07	161		
2556608	Azib el Bakori	azib-el-bakori	MA		0	Africa/Casablanca	34.58348	-4.73381				03	531		
2556609	Azib el Ayadi	azib-el-ayadi	MA		0	Africa/Casablanca	31.65702	-7.62238		Azib el Aiadi,Azib el Ayadi,Azib el Aïadi		07	427		
2556901	Asseïs	asseis	MA		0	Africa/Casablanca	30.83644	-8.48488				09	541		
2556610	Azib Eddouirkat	azib-eddouirkat	MA		0	Africa/Casablanca	31.77128	-9.15728		Azib Douirkat,Azib Douirkate,Azib Eddouirkat,Douairikate,Douar Sidi Ben Mbarek,Douaïrikate		07	211		
2556611	Azib Cheïkh Ahmed	azib-cheikh-ahmed	MA		0	Africa/Casablanca	31.7	-9.01				07	211		
2556612	Azib Bou Seri	azib-bou-seri	MA		0	Africa/Casablanca	34.71	-4.65				03	531		
2556613	’Azib Beni Melloul	azib-beni-melloul	MA		0	Africa/Casablanca	34.62151	-4.70803				03	531		
2556614	Douar Azib bel Aoud	douar-azib-bel-aoud	MA		0	Africa/Casablanca	31.45831	-8.14812		Azib Bel Aoud,Douar Azib bel Aoud		07	351		
2556616	’Azibou Ahmed	azibou-ahmed	MA		0	Africa/Casablanca	32.14507	-8.21708		'Azibou Ahmed,Azib Ahmed,’Azibou Ahmed		07	427		
2556617	Azib Afouzer	azib-afouzer	MA		0	Africa/Casablanca	34.68795	-4.86259				03	531		
2556618	Azib Abd es Slam	azib-abd-es-slam	MA		0	Africa/Casablanca	31.68	-9		Ameur Ben Houmine,Azib Abd es Slam,Ben Hamouine,Ben Hamouïne		07	211		
2556621	La ’zib	la-zib	MA		0	Africa/Casablanca	31.58732	-6.92228		Azib,La 'zib,La ’zib		05	081		
2556622	Azib	azib	MA		0	Africa/Casablanca	31.2725	-6.25785				08	577		
2556623	Aziat	aziat	MA		0	Africa/Casablanca	34.76196	-5.25107		Aziat,Aziate		01	405		
2556625	Aziader	aziader	MA		0	Africa/Casablanca	36.61	-5.38				57			
2556628	Azgour	azgour	MA		0	Africa/Casablanca	31.3486	-7.5009		Azgour		07	041		
2556629	Azgour	azgour	MA		0	Africa/Casablanca	31.13753	-8.31488			0704105072	07	041	0704105072	
2556630	Azgar	azgar	MA		0	Africa/Casablanca	29.79731	-9.08804		Azgar,Azgour		09	163		
2556631	Azgour	azgour	MA		0	Africa/Casablanca	29.77375	-8.78041		Azegour,Azgour		09	541		
2556633	Azg-n-Tiguidar	azg-n-tiguidar	MA		0	Africa/Casablanca	31.18327	-8.53762		Azg n'Tiguidar,Azg n’Tiguidar,Azg-n-Tiguidar,Tiguidar		07	161		
2556636	Azerzou	azerzou	MA		0	Africa/Casablanca	32.65278	-5.391		Azerzo,Azerzou,Azerzu		05	301		
2556637	Azerzou	azerzou	MA		0	Africa/Casablanca	31.0056	-8.47397				07	161		
2556640	Azerwane	azerwane	MA		0	Africa/Casablanca	31.24452	-8.75486		Azarouane,Azerouane,Azerwane		07	161		
2556641	Ighriy	ighriy	MA		0	Africa/Casablanca	30.47193	-7.71846		Azergui,Ighriy		09	541		
2556643	Azerfalil	azerfalil	MA		0	Africa/Casablanca	29.61151	-8.62926		Azerfalil,Azerfelil		09	551		
2556644	Azarbzane	azarbzane	MA		0	Africa/Casablanca	30.7664	-7.79905		Azarbzane,Azerbzane,Azrabzane		09	541		
2556647	Azerbalou	azerbalou	MA		0	Africa/Casablanca	30.47174	-8.28759				09	541		
2556648	Azar	azar	MA		0	Africa/Casablanca	30.8326	-8.96603		Azar,Azer		09	541		
2556650	Azemz	azemz	MA		0	Africa/Casablanca	29.46	-8.25				09	551		
2556651	Azemour	azemour	MA		0	Africa/Casablanca	34.95	-4.85				01	151		
2556657	Azemmour	azemmour	MA		37140	Africa/Casablanca	33.28952	-8.3425		Azamor,Azemmour,Azimur,Azzegour	1118101011	06	181	1118101011	
2556658	Azemmour	azemmour	MA		0	Africa/Casablanca	31.98294	-6.6883				05	081		
2556659	Azemmour	azemmour	MA		0	Africa/Casablanca	31.94538	-4.44095		Azemmour,Ksar Azemmour		08	201		
2556663	Azdal	azdal	MA		0	Africa/Casablanca	31.31535	-6.60205		Azdal,Azdel,Azel		08	401		
2556673	Azdoud	azdoud	MA		0	Africa/Casablanca	30.18742	-8.80708				09	541		
2556677	Azazoul	azazoul	MA		0	Africa/Casablanca	30.56509	-9.73074		Azazo,Azazoul,Azzazoul		09	001		
2556681	Azazzi Taghlamt	azazzi-taghlamt	MA		0	Africa/Casablanca	30.6839	-8.32346		Azaz,Azazzi,Azazzi Taghlamt		09	541		
2556683	Azarif	azarif	MA		0	Africa/Casablanca	34.76767	-5.27947				01	405		
2556684	Azariyf	azariyf	MA		0	Africa/Casablanca	31.44794	-7.27858		Azarif,Azariyf		07	041		
2556685	Azarif	azarif	MA		0	Africa/Casablanca	29.76003	-9.36917				09	581		
2556686	Azaghar Oumsliytn	azaghar-oumsliytn	MA		0	Africa/Casablanca	29.90269	-8.72692		Azaghar Oumsliytn,Azarhar Oumesliten,Azarhar Oumeslitene		09	541		
2556687	Azaghar-n-Irs	azaghar-n-irs	MA		0	Africa/Casablanca	30.30515	-8.24503		Azaghar n'Irs,Azaghar n’Irs,Azaghar-n-Irs,Azara n' Irs,Azara n’ Irs,Azarhar n'Irs,Azarhar n’Irs		09	541		
2556692	Azarharane	azarharane	MA		0	Africa/Casablanca	30.31	-8.48				09	541		
2556696	Azarhar	azarhar	MA		0	Africa/Casablanca	34.76	-4.45				01	051		
2556697	Azaghar-n-Ouzliy	azaghar-n-ouzliy	MA		0	Africa/Casablanca	30.2482	-7.94235		Azaghar,Azaghar-n-Ouzliy,Azarhar		09	541		
2556698	Azaghar	azaghar	MA		0	Africa/Casablanca	30.01889	-8.904		Azaghar,Azarhar		09	541		
2556707	Azar	azar	MA		0	Africa/Casablanca	30.83	-8.96				09	541		
2556708	Azaoun	azaoun	MA		0	Africa/Casablanca	29.38015	-9.26303		Azaoun,Azouane		10	473		
2556710	Azaln	azaln	MA		0	Africa/Casablanca	29.98065	-8.30851		Azaln,Azelem		09	551		
2556711	Azal	azal	MA		0	Africa/Casablanca	30.94929	-8.26637				07	041		
2556712	Douar Azaïza	douar-azaiza	MA		0	Africa/Casablanca	34.32188	-4.19149		Azaiza,Azaïza,Douar Azaiza,Douar Azaïza		03	561		
2556714	Aziyyeb	aziyyeb	MA		0	Africa/Casablanca	34.51511	-5.02431		Azaib,Azaïb,Aziyb,Aziyyeb,Lazieb		03	531		
2556715	Azzazl	azzazl	MA		0	Africa/Casablanca	30.14016	-7.38523		Azagzel,Azzazl		09	551		
2556718	Douar Azaghar	douar-azaghar	MA		0	Africa/Casablanca	35.14872	-5.47347		Azaghar,Azarhar,Azghar,Douar Azaghar		01	151		
2556719	Douar Azaghar	douar-azaghar	MA		0	Africa/Casablanca	35.14248	-4.89019		Azagar,Azghare,Douar Azaghar		01	151		
2556720	Azag	azag	MA		0	Africa/Casablanca	31.23677	-4.85179				08	577		
2556721	Azad	azad	MA		0	Africa/Casablanca	29.15	-10.18				10	473		
2556723	Douar Laazzaba	douar-laazzaba	MA		0	Africa/Casablanca	34.4434	-4.47105		Azaba,Douar Laazaibia,Douar Laazaïbia,Douar Laazzaba		03	531		
2556725	Iyis	iyis	MA		0	Africa/Casablanca	31.19547	-9.72881		Aissi,Ayiss,Aïssi,Iyis		07	211		
2556727	Ayerd	ayerd	MA		0	Africa/Casablanca	29.65315	-8.92746		Aigird,Aiyird,Ayerd		09	581		
2556728	Aïellou	aiellou	MA		0	Africa/Casablanca	34.55486	-3.97899		Aiellou,Ayelou,Aïellou		03	561		
2556729	Al ’Ayd	al-ayd	MA		0	Africa/Casablanca	31.48171	-8.4505		Al 'Ayd,Al ’Ayd,Ayad,Ayed,Douar el Aid,Douar el Aïd		07	161		
2556743	A’ urnoûk	a-urnouk	MA		0	Africa/Casablanca	34.98863	-3.97592				01	051		
2556744	Aurit Saguen	aurit-saguen	MA		0	Africa/Casablanca	29.13	-10.1				10	473		
2556746	Auleg	auleg	MA		0	Africa/Casablanca	29.41292	-9.23263				10	473		
2556751	Al ’Attawia	al-attawia	MA		0	Africa/Casablanca	31.83252	-7.31268		Ahl Attaouia,Al 'Attawia,Al ’Attawia,Attaouia,Attaouia ech Chaibia,Attaouia ech Châïbia,Attaouiya ech Chaibiya,Attaouiya ech Chaïbiya,Attawya Ach Chaibiya,Attawya Ach Chaïbiya,`Attawiya Ach-Ch`aibiya,‘Attawiya Ach-Ch‘aïbiya		07	191		
2556752	Attamna	attamna	MA		0	Africa/Casablanca	35.03	-2.23		Attamna,Ouled Laamri,Ouled Lâamri		02	113		
2556757	Douar Attaba	douar-attaba	MA		0	Africa/Casablanca	34.29588	-4.21657		Attaba,Douar Attaba		03	561		
2556767	Atmane Ou Adda	atmane-ou-adda	MA		0	Africa/Casablanca	32.25488	-4.80906				08	363		
2556770	Atlar	atlar	MA		0	Africa/Casablanca	29.85	-8.65				09	551		
2556773	Atiyfane	atiyfane	MA		0	Africa/Casablanca	31.78121	-6.66537		Atifen,Atifene,Atifone,Atifèn,Atiyfane		05	081		
2556775	Athia	athia	MA		0	Africa/Casablanca	33.37467	-4.43638		Athia,Attya		03	131		
2556781	Atelatene	atelatene	MA		0	Africa/Casablanca	34.9	-4.71				01	051		
2556797	Atchana	atchana	MA		0	Africa/Casablanca	32.74158	-4.08834				03	131		
2556801	Atbane	atbane	MA		0	Africa/Casablanca	29.7435	-9.72974		Atbane,Attabbane,Attebane		09	581		
2556802	Atatoua	atatoua	MA		0	Africa/Casablanca	34.44784	-5.41446		Atatoua,Douar Jtatoua,Laatatou,Laâtatou		04	481		
2556803	Bwirat	bwirat	MA		0	Africa/Casablanca	32.1632	-8.23251		Bir el Atatfa,Bwirat		07	427		
2556804	Atar	atar	MA		0	Africa/Casablanca	31.88914	-6.94251		Atar,Attar,Satar		05	081		
2556805	Assantar	assantar	MA		0	Africa/Casablanca	29.75277	-9.14156		Assantar,Atanter		09	163		
2556807	Douar El Atamna	douar-el-atamna	MA		0	Africa/Casablanca	34.457	-4.03543		Atamna,Douar El Atamna		03	561		
2556808	Atalayoun	atalayoun	MA		0	Africa/Casablanca	35.20681	-2.9046		Atalayon,Atalayoum,Atalayoûm,Atalayón		02	381		
2556809	Ataka	ataka	MA		0	Africa/Casablanca	34.91	-4.3				01	051		
2556818	Astol	astol	MA		0	Africa/Casablanca	35.34765	-5.348				01	571		
2556819	Astir	astir	MA		0	Africa/Casablanca	29.62477	-8.78864				09	581		
2556822	Astif	astif	MA		0	Africa/Casablanca	30.63763	-7.88227				09	541		
2556826	Astar	astar	MA		0	Africa/Casablanca	34.55009	-4.65767		Asstare,Astar		03	531		
2556827	Douar Star Tahtani	douar-star-tahtani	MA		0	Africa/Casablanca	34.27791	-4.41978		Astar,Douar Astar,Douar Star Tahtani		03	531		
2556828	Astayn	astayn	MA		0	Africa/Casablanca	29.77033	-9.38992		Astain,Astayn,Astaïn		09	581		
2556829	Suissi	suissi	MA		0	Africa/Casablanca	33.97969	-6.84471		As Swissi,Es Souissi,Souissi,Suissi		04	421		
2556832	Assououl	assououl	MA		0	Africa/Casablanca	34.89528	-5.2813		Assouel,Assououl		01	405		
2556833	Assoulay	assoulay	MA		0	Africa/Casablanca	30.2292	-8.36679		Assoulay,Assouli		09	541		
2556834	Assoul	assoul	MA		0	Africa/Casablanca	32.92794	-5.52959				05	301		
2556835	Assoul	assoul	MA		0	Africa/Casablanca	31.95286	-5.20812		Assoul,Assoul Ksar	1320105052	08	201	1320105052	
2556836	Assoul	assoul	MA		0	Africa/Casablanca	30.92861	-8.28745				07	041		
2556837	Assoul	assoul	MA		0	Africa/Casablanca	30.52002	-7.89976				09	541		
2556838	Assoul	assoul	MA		0	Africa/Casablanca	29.74082	-9.02365				09	581		
2556839	Assoul	assoul	MA		0	Africa/Casablanca	29.59922	-9.23917				09	581		
2556841	Asgn	asgn	MA		0	Africa/Casablanca	30.51	-7.9		Asgn,Asgoum,Assougoum		09	541		
2556842	Azouggar	azouggar	MA		0	Africa/Casablanca	30.42707	-8.16662		Assougar,Azouggar		09	541		
2556843	Douar Assoufid	douar-assoufid	MA		0	Africa/Casablanca	31.54905	-8.09095		Assofid Essrir,Assoufid,Douar Assoufid		07	041		
2556846	Assouakine	assouakine	MA		0	Africa/Casablanca	29.11	-10.28		Assouakine,Azuakin		10	261		
2556849	Douar Assissouine	douar-assissouine	MA		0	Africa/Casablanca	34.3082	-4.25783		Assissouine,Douar Assissouine		03	561		
2556850	As Siouane	as-siouane	MA		0	Africa/Casablanca	34.55368	-4.93115				03	531		
2556851	Assineg	assineg	MA		0	Africa/Casablanca	31.80206	-5.42145		Assineg,Ksar Assineg		08	577		
2556855	Assif Mqourn	assif-mqourn	MA		0	Africa/Casablanca	29.58778	-9.09693		Asif M'koune,Asif Mgorn,Asif M’koune,Assif Mgorn,Assif Mqourn		09	581		
2556856	Assif Lahlou	assif-lahlou	MA		0	Africa/Casablanca	30.92525	-8.67771		Assif Lahlou,Assif Lalou		07	161		
2556857	Assifid	assifid	MA		0	Africa/Casablanca	30.25013	-8.51178				09	541		
2556858	Assifane	assifane	MA		0	Africa/Casablanca	30.35829	-8.24127		Assifane,Assifen,Assifene,Assifèn		09	541		
2556859	Assif El Hjad	assif-el-hjad	MA		0	Africa/Casablanca	30.74579	-9.48021		Assif El Hjad,Assif el Had,Assif el Hard		09	001		
2556860	Assifane	assifane	MA		0	Africa/Casablanca	35.11361	-4.9709		Achifane,Asifane,Assifane		01	151		
2556861	Douar Assifane	douar-assifane	MA		0	Africa/Casablanca	35.10823	-4.76368		Asifane,Assifane,Douar Assifane		01	151		
2556863	Assersif	assersif	MA		0	Africa/Casablanca	30.1	-9.2		Assersif,Assersif Ait Baha,Assersif Aït Baha		09	163		
2556864	Asserif	asserif	MA		0	Africa/Casablanca	29.97601	-9.44903		Acersif,Aserif,Asserif,Assersif		09	163		
2556866	Asrouks	asrouks	MA		0	Africa/Casablanca	30.48473	-8.15607		Asrouks,Asserouks		09	541		
2556868	Asseghmou	asseghmou	MA		0	Africa/Casablanca	31.23437	-6.81035		Asseghmou,Assermo,Assermoh,Assermou		08	401		
2556872	Asserdoun	asserdoun	MA		0	Africa/Casablanca	34.91124	-5.24632		Aserdoun,Aserdoune,Asserdoun		01	405		
2556879	Assendal	assendal	MA		0	Africa/Casablanca	32.4135	-5.58996				05	091		
2556885	Assemlil Kdim	assemlil-kdim	MA		0	Africa/Casablanca	33.38	-6.66				04	291		
2556886	Assemlil Lekdim	assemlil-lekdim	MA		0	Africa/Casablanca	30.37404	-6.67143		Asemlil,Asmlil Laqdim,Assemlil,Assemlil Jdid,Assemlil Lekdim,Assemlil Odim		09	551		
2556890	Assemane	assemane	MA		0	Africa/Casablanca	31.29123	-4.95875		Asemmam,Asommam,Assemane		08	577		
2556894	Asloul	asloul	MA		0	Africa/Casablanca	30.77649	-7.85135		Asloul,Asseloun		09	541		
2556895	Asselîm	asselim	MA		0	Africa/Casablanca	30.71342	-6.44589		Asellim,Asselim,Asseling,Assellim,Asselîm		08	587		
2556896	Qacr Assalliym	qacr-assalliym	MA		0	Africa/Casablanca	32.64545	-4.74514		Asselim,Ksar d'asselline,Ksar d’asselline,Qacr Assalliym		08	363		
2556897	Asselda	asselda	MA		0	Africa/Casablanca	31.25665	-7.96554		Assalda,Asselda		07	041		
2556900	Assel	assel	MA		0	Africa/Casablanca	32.11	-5.05				08	577		
2556903	Asseghmou	asseghmou	MA		0	Africa/Casablanca	31.33214	-6.56691				08	401		
2556909	Asdrm	asdrm	MA		0	Africa/Casablanca	29.71683	-9.29305		Anesst,Anzt,Asderme,Asdrm,Assdrem		09	581		
2556916	Douar Azrou Ntili	douar-azrou-ntili	MA		0	Africa/Casablanca	35.03755	-4.35175		Assaron Tili,Azarnatil,Douar Azrou Ntili		01	051		
2556918	Assaragh	assaragh	MA		0	Africa/Casablanca	30.21851	-7.57878		Assaragh,Assarar,Assarhar		08	401		
2556919	Assarag	assarag	MA		0	Africa/Casablanca	30.96517	-7.82686		Assarag,Assarar		09	541		
2556920	Assara	assara	MA		0	Africa/Casablanca	33.80911	-4.47046				03	451		
2556927	Assao	assao	MA		0	Africa/Casablanca	31.69565	-6.68145				05	081		
2556928	Assa Tagmout	assa-tagmout	MA		0	Africa/Casablanca	29.99919	-8.2866		Aassa Tagmout,Assa Tagmout,Assa n' Igueld,Assa n’ Igueld		09	551		
2556930	Assamrane	assamrane	MA		0	Africa/Casablanca	31.38659	-7.59054		Assammer,Assamrane		07	041		
2556931	Assammer	assammer	MA		0	Africa/Casablanca	31.28445	-7.12259		Assamar,Assammer,Assammeur		08	401		
2556935	Assamer n’Aït Mohamed	assamer-n-ait-mohamed	MA		0	Africa/Casablanca	32.38	-4.81		Assamer n'Ait Mohamed,Assamer n’Aït Mohamed,Assameur n'Ait Mohamed,Assameur n’Aït Mohamed		08	363		
2556937	Assamar	assamar	MA		0	Africa/Casablanca	31.54572	-7.01274		Assamar,Assammar,Jebel Assamer,Jebel Assameur		05	081		
2556938	Assammar	assammar	MA		0	Africa/Casablanca	31.98672	-6.76164		Assamer,Assameur,Assammar,Assemmer		05	081		
2556939	Assamer	assamer	MA		0	Africa/Casablanca	31.68083	-6.83539		Assamer,Assameur		05	081		
2556940	Assamer	assamer	MA		0	Africa/Casablanca	31.61508	-6.61736		Assamer,Assameur,Assammar		05	081		
2556941	Assamer	assamer	MA		0	Africa/Casablanca	31.23685	-7.14832		Assamar,Assamer,Assameur		08	401		
2556943	Assalli	assalli	MA		0	Africa/Casablanca	34.88059	-4.8751				01	151		
2556944	Assakwi	assakwi	MA		0	Africa/Casablanca	31.29785	-8.41011		Assakoui,Assakwi,Douar Assakoui		07	041		
2556945	Assâki	assaki	MA		0	Africa/Casablanca	35.04221	-4.68467		Assaki,Assâki		01	151		
2556948	Assaka-n-Tatsa	assaka-n-tatsa	MA		0	Africa/Casablanca	33.35383	-5.4263		Assaka n'Tatsa,Assaka n’Tatsa,Assaka-n-Tatsa		03	271		
2556952	Assaka n’Ilourhmane	assaka-n-ilourhmane	MA		0	Africa/Casablanca	30.96	-5.88				08	587		
2556953	Assaka n’Chorfa	assaka-n-chorfa	MA		0	Africa/Casablanca	30.90075	-9.01423		Assaka n' Chorfa,Assaka n'Chorfa,Assaka n’ Chorfa,Assaka n’Chorfa		07	161		
2556954	Assaka-n-Aït Ouzzine	assaka-n-ait-ouzzine	MA		0	Africa/Casablanca	31.04063	-6.0406		Assaka n'Ait Ouzzine,Assaka n’Aït Ouzzine,Assaka-n-Ait Ouzzine,Assaka-n-Aït Ouzzine		08	587		
2556955	Izalamène	izalamene	MA		0	Africa/Casablanca	31.62933	-7.36125		Assaka Izalamene,Azalamane,Izalame,Izalamen,Izalamene,Izalamèn,Izalamène		07	041		
2556960	Assaka	assaka	MA		0	Africa/Casablanca	34.88	-4.11		Asaka,Assaka		01	051		
2556961	Assaka	assaka	MA		0	Africa/Casablanca	33.02297	-5.61582				05	301		
2556962	Ocar Assaka	ocar-assaka	MA		0	Africa/Casablanca	32.66518	-4.76936		Assaka,Ksar de Assaka,Ocar Assaka,Tassakat		08	363		
2556963	Assaka	assaka	MA		0	Africa/Casablanca	32.37956	-5.37523		Asaka,Assaka		08	363		
2556964	Assaka	assaka	MA		0	Africa/Casablanca	31.98269	-6.45213		Asaka,Assaka		05	081		
2556965	Assaka	assaka	MA		0	Africa/Casablanca	31.62421	-7.33231				07	041		
2556966	Assaka	assaka	MA		0	Africa/Casablanca	31.53781	-7.21168				07	041		
2556967	Assaka	assaka	MA		0	Africa/Casablanca	31.41907	-6.48354		Asaka,Assaka		08	401		
2556968	Assaka	assaka	MA		0	Africa/Casablanca	31.38535	-6.42821				08	401		
2556969	Acaka	acaka	MA		0	Africa/Casablanca	31.36778	-7.67242		Acaka,Assaka		07	041		
2556970	Açaka	acaka	MA		0	Africa/Casablanca	31.29021	-7.51433		Acaka,Assaka,Açaka		07	041		
2556971	Assaka	assaka	MA		0	Africa/Casablanca	31.28387	-6.80803				08	401		
2556972	Assaka	assaka	MA		0	Africa/Casablanca	31.18464	-5.5299				08	577		
2556973	Assaka	assaka	MA		0	Africa/Casablanca	31.09583	-6.35381				08	401		
2556974	Assaka	assaka	MA		0	Africa/Casablanca	30.94942	-9.43154				07	211		
2556975	Assaka	assaka	MA		0	Africa/Casablanca	30.95926	-9.23637				07	211		
2556976	Assaka	assaka	MA		0	Africa/Casablanca	30.89713	-8.91243				09	541		
2556977	Sebt Assaka	sebt-assaka	MA		0	Africa/Casablanca	30.81426	-9.7702		Asaka,Assaka,Assaqa,Sebt Assaka		09	001		
2556978	Assaka	assaka	MA		0	Africa/Casablanca	30.63564	-8.19349				09	541		
2556979	Assaka	assaka	MA		0	Africa/Casablanca	30.58204	-7.15085		Asaka,Assaka,Assaka n' Ait Douchau,Assaka n’ Aït Douchau		08	401		
2556980	Assaka	assaka	MA		0	Africa/Casablanca	30.22648	-7.95979				09	541		
2556982	Assaka	assaka	MA		0	Africa/Casablanca	29.75127	-9.10887				09	163		
2556983	Assaka	assaka	MA		0	Africa/Casablanca	29.6876	-9.50723		Assaka,Assake		09	581		
2556984	Assaka	assaka	MA		0	Africa/Casablanca	29.20482	-9.49293				10	261		
2556985	Assaka	assaka	MA		0	Africa/Casablanca	29.09019	-10.26467		Asaca,Asaka,Assaka,Assib,Mecta Mersuk,Mectá Mersuk		10	261		
2556987	Assays	assays	MA		0	Africa/Casablanca	30.85596	-8.3359		Assais,Assays,Assaïs,Assis		09	541		
2556988	Assays	assays	MA		0	Africa/Casablanca	30.57309	-7.61246		Assais,Assays,Assaïs		09	541		
2556989	Assafid	assafid	MA		0	Africa/Casablanca	30.65142	-9.37008				09	001		
2556991	Assads	assads	MA		0	Africa/Casablanca	30.23	-8.86			0454105052	09	541	0454105052	
2556996	Assa	assa	MA		0	Africa/Casablanca	28.60986	-9.42986		Assa,Zaouia Assa		10	071		
2556997	Asrir n’Ilemchane	asrir-n-ilemchane	MA		0	Africa/Casablanca	30.38	-5.85				08	587		
2556999	Asrir	asrir	MA		0	Africa/Casablanca	31.89095	-4.37303				08	201		
2557000	Asrir	asrir	MA		0	Africa/Casablanca	31.50968	-5.07326		Asrir,Asrir Ait Frah,Asrir Aït Frah,Assat		08	201		
2557001	Asrir	asrir	MA		0	Africa/Casablanca	30.3	-5.78				08	587		
2557002	Asrir	asrir	MA		0	Africa/Casablanca	28.92984	-10.00052		Asrir,Asserir		10	261		
2557008	Assalgoun	assalgoun	MA		0	Africa/Casablanca	29.78872	-9.24398		Aalougoum,Aslougoum,Asrharkiss,Asrherkiss,Assalgoun,Isgherkisse		09	163		
2557010	Asgherkis	asgherkis	MA		0	Africa/Casablanca	30.31696	-7.37929		Asgherkis,Asghrkis,Asrarkis,Asrharkiss		08	401		
2557011	Asghirkis	asghirkis	MA		0	Africa/Casablanca	29.98436	-9.14619		Asghirkis,Asghrquiss,Asrharkiss		09	163		
2557014	Asrafel	asrafel	MA		0	Africa/Casablanca	34.85	-3.96				01	051		
2557015	Douar Sbirada	douar-sbirada	MA		0	Africa/Casablanca	35.54827	-5.52399		Aspillerada,Dar Aspillerada,Douar Sbirada		01	571		
2557016	Asoua	asoua	MA		0	Africa/Casablanca	34.95479	-5.18759		Asoua,Asual		01	151		
2557019	Asni	asni	MA		0	Africa/Casablanca	31.24653	-7.9789		Asni		07	041		
2557020	Asnar	asnar	MA		0	Africa/Casablanca	29.78686	-9.13783		Asnar,Asner		09	163		
2557022	Esmel	esmel	MA		0	Africa/Casablanca	34.61392	-4.48794		Asmel,Esmel		03	531		
2557024	Asloun	asloun	MA		0	Africa/Casablanca	31.39602	-7.53799		Aslioum,Asloun		07	041		
2557025	Aslougoum	aslougoum	MA		0	Africa/Casablanca	29.8	-9.25		Aalougoum,Aslougoum		09	163		
2557028	Aslaf	aslaf	MA		0	Africa/Casablanca	34.89036	-4.98394				01	151		
2557037	Asqonbor	asqonbor	MA		0	Africa/Casablanca	32.0611	-6.91308		Askombar,Askomber,Askombre,Asqonbor		05	081		
2557038	Askmoud	askmoud	MA		0	Africa/Casablanca	32.06848	-6.03235		Askemoud,Askmoud		05	081		
2557041	Zawyat Askar	zawyat-askar	MA		0	Africa/Casablanca	32.16638	-6.15019		Zaouia Asker,Zawyat Askar		05	081		
2557044	Askemoud	askemoud	MA		0	Africa/Casablanca	32.06	-6.03				05	081		
2557045	Askejour	askejour	MA		0	Africa/Casablanca	30.23	-5.63				08	587		
2557048	Askastou	askastou	MA		0	Africa/Casablanca	30.4	-8.45		Askastou,Asktou		09	541		
2557049	Askaw	askaw	MA		0	Africa/Casablanca	30.87118	-7.89309		Askaoun,Askaw		09	541		
2557050	Askawn	askawn	MA		0	Africa/Casablanca	30.74169	-7.78133		Askaoun,Askawn		09	541		
2557051	Askanfou	askanfou	MA		0	Africa/Casablanca	31.45489	-7.14742				05	081		
2557055	Asilah	asilah	MA		28861	Africa/Casablanca	35.46522	-6.03415		Arcila,Arcilas,Arsila,Arzila,Arzilah,Arzīlah,Asila,Asilah,Asilakh,Assila,Assilah,Augusta Zilil,Aṣīla,Colonia Augusti Iulia Constantia Zilil,Ville d'Arcila,Ville d’Arcila,ashira,asilla,asylh,asylt,sylt,Асила,Асилах,أصيلة,اصیله,صيلة,アシラー,아실라		01	511		
2557058	Asguine	asguine	MA		0	Africa/Casablanca	31.32812	-7.75941				07	041		
2557062	Douar Asgoum	douar-asgoum	MA		0	Africa/Casablanca	31.27634	-8.18518		Asgoun,Asgounn Ait Khalde,Asgounn Aït Khalde,Douar Asgoum		07	041		
2557063	Asgoun	asgoun	MA		0	Africa/Casablanca	30.0288	-8.53968				09	541		
2557065	Douar Azagnar Safli	douar-azagnar-safli	MA		0	Africa/Casablanca	35.3218	-5.02465		Asgar,Az Ghar,Douar Azagnar Safli		01	151		
2557066	Asgar	asgar	MA		0	Africa/Casablanca	35.17722	-3.90402		Asgar,Azghar		01	051		
2557067	Asgaour	asgaour	MA		0	Africa/Casablanca	31.23107	-7.66867		Asgaour,Asggaour,Assgaour		07	041		
2557074	Assif Zimar	assif-zimar	MA		0	Africa/Casablanca	30.70207	-7.74669		Asfazimer,Asfzimmer,Assif Zimar,Assif Zmier		09	541		
2557078	Asfalou	asfalou	MA		0	Africa/Casablanca	35.41694	-5.28962				01	571		
2557081	Douar Asrih	douar-asrih	MA		0	Africa/Casablanca	35.05526	-5.13956		Asereh,Douar Asrih		01	151		
2557084	Asenso	asenso	MA		0	Africa/Casablanca	34.78	-4.41				01	051		
2557085	Asenoual	asenoual	MA		0	Africa/Casablanca	35.23681	-5.0241				01	151		
2557086	Douar Azanti Safli	douar-azanti-safli	MA		0	Africa/Casablanca	35.37029	-4.99814		Asenli,Douar Azanti Safli		01	151		
2557088	Asendi	asendi	MA		0	Africa/Casablanca	29.20871	-10.1358				10	473		
2557090	Assalwane	assalwane	MA		0	Africa/Casablanca	30.1005	-8.67111		Aselouane,Assalwane,Asselyane		09	541		
2557091	Assardrar	assardrar	MA		0	Africa/Casablanca	31.03612	-9.31139		Aseldrar,Assardrar		07	211		
2557094	Douar Azeflala	douar-azeflala	MA		0	Africa/Casablanca	31.29683	-8.00937		Asaflala,Aseflada,Douar Azeflala		07	041		
2557095	Asdro Noueskak	asdro-noueskak	MA		0	Africa/Casablanca	35.03013	-3.81857		Asdro Noueskak,Asdro Nueskak		01	051		
2557101	Asdarm	asdarm	MA		0	Africa/Casablanca	29.75273	-8.76899		Asdarm,Asdrem,Asdremt,Asedrem		09	541		
2557102	Asdim	asdim	MA		0	Africa/Casablanca	30.92902	-8.6063				07	161		
2557105	Asdad	asdad	MA		0	Africa/Casablanca	32.63481	-3.91475				02	251		
2557107	Ascharroudene	ascharroudene	MA		0	Africa/Casablanca	35.47186	-5.32696				01	571		
2557110	Asbaro	asbaro	MA		0	Africa/Casablanca	29.21071	-10.22574		Asbaro,Axbaro		10	473		
2557111	Açadç	acadc	MA		0	Africa/Casablanca	31.34652	-7.47506		Acadc,Asats,Assats,Açadç		07	041		
2557113	Asahadene	asahadene	MA		0	Africa/Casablanca	35.20775	-5.37719				01	151		
2557114	Douar Azaghar	douar-azaghar	MA		0	Africa/Casablanca	35.24884	-4.89621		Asagar,Douar Azaghar		01	151		
2557115	Douar Azaghar	douar-azaghar	MA		0	Africa/Casablanca	35.04657	-4.43387		Asagar,Azghar,Azrhar,Douar Azaghar		01	051		
2557116	Asagar	asagar	MA		0	Africa/Casablanca	34.93	-4.25		Asagar,Azghare		01	051		
2557117	Asagar	asagar	MA		0	Africa/Casablanca	34.86679	-4.67964				01	051		
2557121	Arzoui	arzoui	MA		0	Africa/Casablanca	30.22806	-8.20417		Arzoui,Arzzouy		09	541		
2557122	Arzioum	arzioum	MA		0	Africa/Casablanca	31.26011	-8.67163				07	161		
2557124	Arzher	arzher	MA		0	Africa/Casablanca	33.63883	-3.88601				02	265		
2557126	Rotba	rotba	MA		0	Africa/Casablanca	35.06111	-3.3799		Arroutbet,Arrutbet,Radbet,Rodbet,Rotba		02	167		
2557127	Around	around	MA		0	Africa/Casablanca	31.12592	-7.9174		Armd,Aroumd,Around,Arremd,Arround,Cirque Arround		07	041		
2557130	Douar Arouggou	douar-arouggou	MA		0	Africa/Casablanca	32.73294	-5.40025		Arrougou,Douar Arouggou		05	301		
2557133	Arouays	arouays	MA		0	Africa/Casablanca	30.21321	-9.59073		Arouays,Arrouais,Arrouaïs,Arrouis,Arrouïs,Rouaisse,Rouaïsse		09	163		
2557134	Ar Rommani	ar-rommani	MA		0	Africa/Casablanca	33.52838	-6.60348		Ar Rommani,Ar Rumman,Ar Rummān,Marchand,Romani,Rommani		04	291		
2557143	Arrasene	arrasene	MA		0	Africa/Casablanca	35.13625	-5.23143				01	151		
2557150	Aroussi	aroussi	MA		0	Africa/Casablanca	29.09565	-10.32903		Aroussi,El Aarosi,El Arosi		10	261		
2557154	Arouilane	arouilane	MA		0	Africa/Casablanca	34.98625	-5.05026		Aguelouane,Arouilane,Aruailan		01	151		
2557156	Arouafia	arouafia	MA		0	Africa/Casablanca	31.41766	-8.66488		Arouafia,Aroufia,Oulad Bougar,Rouaffri		07	161		
2557158	Arouda	arouda	MA		0	Africa/Casablanca	33.46045	-6.83435				06	111		
2557160	Arouatene	arouatene	MA		0	Africa/Casablanca	34.86	-4.98		Aromatine,Arouatene		01	151		
2557162	Arouggou	arouggou	MA		0	Africa/Casablanca	32.92449	-5.55586		Aroggou,Arouggou,Arrougou		05	301		
2557163	Arnok	arnok	MA		0	Africa/Casablanca	34.9889	-3.97592		Arnok,Aurnouk		01	051		
2557169	Armis	armis	MA		0	Africa/Casablanca	31.8	-9.48		Armis,Douar Arouis		07	211		
2557170	Armaouta	armaouta	MA		0	Africa/Casablanca	35.12494	-5.25134				01	151		
2557173	Arkoun	arkoun	MA		0	Africa/Casablanca	34.60744	-4.33277				03	561		
2557175	Iârkab	iarkab	MA		0	Africa/Casablanca	34.69953	-3.82428		Arkoub,Iarkab,Iârkab		03	561		
2557177	Arkiba	arkiba	MA		0	Africa/Casablanca	34.60759	-4.00216				03	561		
2557182	Arirha	arirha	MA		0	Africa/Casablanca	31.16634	-6.21462				08	577		
2557186	Arg	arg	MA		0	Africa/Casablanca	30.58027	-7.7233		Arg,Argue,Arig		09	541		
2557199	Aribat	aribat	MA		0	Africa/Casablanca	32.33411	-6.80437				05	255		
2557200	Arib	arib	MA		0	Africa/Casablanca	31.4552	-8.75615		Arib,Arib Nouaceur,Douar Arib		07	161		
2557204	Arhtites	arhtites	MA		0	Africa/Casablanca	34.77699	-5.47829		Arhtites,Arhtitess,Ghetetesse,Ghétetesse		01	405		
2557205	Arhroud	arhroud	MA		0	Africa/Casablanca	34.68544	-4.98991				03	531		
2557209	Arhrene	arhrene	MA		0	Africa/Casablanca	31.13859	-7.92497		Arhren,Arhrene,Arhrèn		07	041		
2557212	Aghouzir	aghouzir	MA		0	Africa/Casablanca	30.12704	-8.23361		Aghouzir,Arhouzir		09	541		
2557219	Arhoudid	arhoudid	MA		0	Africa/Casablanca	29.4043	-9.25797		Aghoudid,Arhoudid		10	473		
2557220	Aghoud el Marach	aghoud-el-marach	MA		0	Africa/Casablanca	30.55056	-9.65568		Aghoud el Marach,Agroud el Marach,Marach		09	001		
2557224	Aghrimez	aghrimez	MA		0	Africa/Casablanca	30.03408	-9.65696		Aghrimez,Arhorimez		09	163		
2557226	Arhori	arhori	MA		0	Africa/Casablanca	31.7028	-6.98041				05	081		
2557227	Arhori	arhori	MA		0	Africa/Casablanca	31.71275	-6.90503				05	081		
2557228	Aghri	aghri	MA		0	Africa/Casablanca	30.85187	-8.43126		Aghri,Arhori		09	541		
2557230	Aghorays	aghorays	MA		0	Africa/Casablanca	30.2148	-9.47944		Aghorays,Arhorais,Arhoraïs,Arhoreis,Arhraisse,Arhraïsse		09	163		
2557234	Arâmd	aramd	MA		0	Africa/Casablanca	30.66776	-6.3778		Aghmed,Aramd,Arhmed,Arâmd		08	587		
2557236	Arhla Ou Drar	arhla-ou-drar	MA		0	Africa/Casablanca	30.3	-5.78				08	587		
2557238	Aghane	aghane	MA		0	Africa/Casablanca	30.91987	-6.98333		Aghane,Arhlane		08	401		
2557239	Aghlane	aghlane	MA		0	Africa/Casablanca	30.30541	-6.75		Aghlane,Arhlane		09	551		
2557244	Aghlad	aghlad	MA		0	Africa/Casablanca	30.82676	-7.9086		Aghlad,Arhlad,Souk el Tnine		09	541		
2557249	Douar Aghil Tassafete	douar-aghil-tassafete	MA		0	Africa/Casablanca	35.13778	-4.86636		Arhil Tassafete,Douar Aghil Tassafete		01	151		
2557250	Arhil Oumial	arhil-oumial	MA		0	Africa/Casablanca	34.05202	-3.98702		Aghil Ou Miel,Aghil Oumial,Arhil Oumial,Douar Arhil Oumial		03	561		
2557251	A’ghilas	a-ghilas	MA		0	Africa/Casablanca	30.78303	-8.19435		A'ghilas,Arhilas,Arulass,A’ghilas		09	541		
2557256	Arhil	arhil	MA		0	Africa/Casablanca	35.30239	-5.55429		Agouil,Arhil		01	331		
2557257	Douar Aghil	douar-aghil	MA		0	Africa/Casablanca	34.73446	-5.24137		Aghil,Arhil,Douar Aghil		01	405		
2557264	Arhesdis	arhesdis	MA		0	Africa/Casablanca	33.53968	-4.25284		Aghzidisse,Arhesdis		03	131		
2557267	Arhennoui	arhennoui	MA		0	Africa/Casablanca	34.86223	-4.36507				01	051		
2557272	Arhem Ifounassene	arhem-ifounassene	MA		0	Africa/Casablanca	33.73229	-3.8695		Arhem Ifounassen,Arhem Ifounassene,Arhem Ifounassèn		02	265		
2557276	Arhella Ou Assif	arhella-ou-assif	MA		0	Africa/Casablanca	30.36	-5.83				08	587		
2557277	Aghllay	aghllay	MA		0	Africa/Casablanca	29.63403	-9.07927		Aghalay,Aghllay,Arhelai,Arhelaï,Arhellai,Arhellaï		09	581		
2557278	Aghlane	aghlane	MA		0	Africa/Casablanca	31.16462	-8.68674		Aghelane,Aghlane,Archelane,Arhelane		07	161		
2557279	Ajhala	ajhala	MA		0	Africa/Casablanca	30.89381	-7.88502		Ajhala,Aralla,Arhela		09	541		
2557281	Agheddou	agheddou	MA		0	Africa/Casablanca	32.3181	-5.43124		Agheddou,Aghedou,Arheddou		08	363		
2557282	Archiine	archiine	MA		0	Africa/Casablanca	30.29203	-9.14986		Aghchyne Ahl Ramel,Archiine,Arhchiine		09	541		
2557283	Douar Arhbel	douar-arhbel	MA		0	Africa/Casablanca	34.30959	-3.85114		Arhbel,Douar Arhbel		02	265		
2557284	Aghbarane	aghbarane	MA		0	Africa/Casablanca	30.95242	-8.2199		Aghbarane,Arhbarine		07	041		
2557287	Aghbar	aghbar	MA		0	Africa/Casablanca	30.80305	-7.97139		Aghbar,Arbar,Arhbar		09	541		
2557288	Aghbar	aghbar	MA		0	Africa/Casablanca	30.52505	-6.8184		Aghbar,Arhbar		08	587		
2557290	Aghbalou N Sardane	aghbalou-n-sardane	MA		0	Africa/Casablanca	32.67953	-5.29854		Aghbalou N Sardane,Aghbalou n'Serdan,Aghbalou n'Serdane,Aghbalou n’Serdan,Aghbalou n’Serdane,Arbalou n'Serdane,Arbalou n’Serdane,Arhbalou n'Serdane,Arhbalou n’Serdane,Arhbalou-Serdane		08	363		
2557292	Arhbalou n’Aït Ouakrim	arhbalou-n-ait-ouakrim	MA		0	Africa/Casablanca	31.67762	-6.75643				05	081		
2557295	Douar Arhbal	douar-arhbal	MA		0	Africa/Casablanca	35.28628	-5.84026		Arhbal,Arhbalou,Douar Arhbal		01	331		
2557296	Arhbalou	arhbalou	MA		0	Africa/Casablanca	34.72004	-5.27749		Aghbalou,Arhbalou		01	405		
2557297	Arhbalou	arhbalou	MA		0	Africa/Casablanca	34.51832	-4.37603				03	561		
2557298	Aghbalou n’Kerdous	aghbalou-n-kerdous	MA		0	Africa/Casablanca	31.76652	-5.31929		Aghbalou,Aghbalou n'Kerdous,Aghbalou n’Kerdous,Arhbalou,Arhbalou-n-Kerdous,Arhbalou-n-Kerdouss,Ksar Aghbalou		08	201		
2557299	Aghbalou	aghbalou	MA		0	Africa/Casablanca	31.48044	-7.38903		Aghabalou,Aghbalou,Arhbalou		07	041		
2557300	Douar Arhbalou	douar-arhbalou	MA		0	Africa/Casablanca	31.36296	-8.01611		Aghbalou,Arhbalou,Douar Arhbalou		07	041		
2557301	Aghbalou	aghbalou	MA		0	Africa/Casablanca	31.31084	-7.73988		Aghbalou,Arhbalou		07	041		
2557302	Arhbalou	arhbalou	MA		0	Africa/Casablanca	31.23	-8.15		Aghbalou,Arhbalou		07	041		
2557304	Arhbalou	arhbalou	MA		0	Africa/Casablanca	30.81893	-9.21845		Aghballou,Arhbalou		07	211		
2557305	Aghbalou	aghbalou	MA		0	Africa/Casablanca	30.79677	-6.46166		Aghbalou,Arhbalou		08	587		
2557306	Aghbalou	aghbalou	MA		0	Africa/Casablanca	30.77033	-7.85817		Aghbalou,Arhbalou		09	541		
2557307	Aghbalou	aghbalou	MA		0	Africa/Casablanca	30.75449	-8.11804		Aghbalou,Arbalou,Arhbalou		09	541		
2557308	Aghbalu	aghbalu	MA		0	Africa/Casablanca	30.02747	-9.63611		Agbbalou,Aghbalou,Aghbalu,Arhbalou		09	163		
2557310	Aghbala	aghbala	MA		0	Africa/Casablanca	32.48076	-5.64295		Aghbala,Arbala,Arhabala,Arhbala		05	091		
2557314	Aghbâl	aghbal	MA		0	Africa/Casablanca	35.16905	-4.07344		Aghbal,Aghbâl,Arhbal,Arhbâl		01	051		
2557315	Arhbal	arhbal	MA		0	Africa/Casablanca	34.80617	-3.97271				03	561		
2557325	Arguioun	arguioun	MA		0	Africa/Casablanca	31.30105	-7.99239		Aguinane,Arguioun		07	041		
2557326	Arguioûn	arguioun	MA		0	Africa/Casablanca	30.65201	-6.32562		Arguioun,Arguioûn		08	587		
2557327	Arguiwn	arguiwn	MA		0	Africa/Casablanca	30.19828	-8.27362		Arguioun,Arguiwn		09	541		
2557328	Arguiouine	arguiouine	MA		0	Africa/Casablanca	34.82695	-4.75233		Arguiouine,Arguiuen		01	051		
2557329	Arg	arg	MA		0	Africa/Casablanca	31.04828	-8.87397		Arg,Arg Tajelt		07	161		
2557330	A’goummiy	a-goummiy	MA		0	Africa/Casablanca	30.50071	-7.68143		A'goummiy,Argoumi,Argouni,A’goummiy		09	541		
2557338	Arg n’Sidi Ali Ou Bourk	arg-n-sidi-ali-ou-bourk	MA		0	Africa/Casablanca	31.48666	-5.6998		Ait Sidi Ali ou Bourk,Arg n'Sidi Ali Ou Bourek,Arg n'Sidi Ali Ou Bourk,Arg n’Sidi Ali Ou Bourek,Arg n’Sidi Ali Ou Bourk,Arg-Sidi-Ali-ou-Bourek,Aït Sidi Ali ou Bourk		08	577		
2557339	Arg-n-Ou’annou	arg-n-ou-annou	MA		0	Africa/Casablanca	31.41316	-7.3898		Arg n' Ou'annou,Arg n’ Ou’annou,Arg-n-Ou'annou,Arg-n-Ou’annou		07	041		
2557340	Arg-n-Aït Slimane	arg-n-ait-slimane	MA		0	Africa/Casablanca	30.63446	-7.70045		Arg n' Ait Slimane,Arg n’ Aït Slimane,Arg-n-Ait Slimane,Arg-n-Aït Slimane,Argue Ait Slimane,Argue Aït Slimane		09	541		
2557342	Argane Righn	argane-righn	MA		0	Africa/Casablanca	30.50463	-8.30398		Argane Righn,Argar Rhiren,Argar Rhirene,Argar Rhirèn		09	541		
2557343	Arganwal	arganwal	MA		0	Africa/Casablanca	30.20657	-8.68712		Arganoual,Arganwal		09	541		
2557347	Argana	argana	MA		0	Africa/Casablanca	30.7825	-9.11968		Agana,Argana	0454105032	09	541	0454105032	
2557351	Arg	arg	MA		0	Africa/Casablanca	31.03254	-7.51777		Arg,Argue,Asg		08	401		
2557352	Arg	arg	MA		0	Africa/Casablanca	30.64577	-7.45172				08	401		
2557353	Arfa Oulad es Soltane	arfa-oulad-es-soltane	MA		0	Africa/Casablanca	30.47679	-6.03784		Arfa Oulad es Soltane,Ksar ouled sultane		08	587		
2557357	Aremt	aremt	MA		0	Africa/Casablanca	30.68	-6.4				08	587		
2557358	Armad	armad	MA		0	Africa/Casablanca	30.81728	-8.44164		Aramd,Aremd,Armad		09	541		
2557359	Aghella	aghella	MA		0	Africa/Casablanca	31.07847	-8.85663		Aghella,Arella,Arhella		07	161		
2557361	Douar Aroukchou	douar-aroukchou	MA		0	Africa/Casablanca	35.18299	-5.49414		Arekchou,Douar Aroukchou		01	151		
2557366	Arg	arg	MA		0	Africa/Casablanca	31.63006	-6.13247		Areg,Arg		08	577		
2557367	Arg	arg	MA		0	Africa/Casablanca	30.9905	-8.4076		Areg,Arg		07	041		
2557368	Areg	areg	MA		0	Africa/Casablanca	30.98702	-7.87393				09	541		
2557369	Arg	arg	MA		0	Africa/Casablanca	30.17495	-8.61511		Areg,Arg		09	541		
2557375	Ardifene	ardifene	MA		0	Africa/Casablanca	35.26062	-5.36974		Ardifene,Arifane		01	571		
2557377	Ardamene	ardamene	MA		0	Africa/Casablanca	31.21304	-8.09928				07	041		
2557378	Archidyene	archidyene	MA		0	Africa/Casablanca	34.61176	-3.77523		Archidiene,Archidyene		03	561		
2557381	Arbouhat	arbouhat	MA		0	Africa/Casablanca	34.61487	-3.73564		Arbouhat,Rabohat		02	265		
2557388	Arbaoua Hamri	arbaoua-hamri	MA		0	Africa/Casablanca	35.24363	-5.91352		Arbaoua,Arbaoua Hamri		01	331		
2557389	Arbaoua Lghaba	arbaoua-lghaba	MA		0	Africa/Casablanca	34.93026	-6.04496		Arbaoua Akbat el Begor,Arbaoua Ghaba,Arbaoua Lghaba,Douar Arbaoua Akbat		04	281		
2557391	Arbaoua	arbaoua	MA		0	Africa/Casablanca	34.90239	-5.94871		Arbaoua,Arbaua	0528107012	04	281	0528107012	
2557392	’Arbane	arbane	MA		0	Africa/Casablanca	32.97558	-4.87563		'Arbane,Aarbane,Arbane,Aârbane,’Arbane		08	363		
2557394	Larba Idwirane	larba-idwirane	MA		0	Africa/Casablanca	31.21263	-8.77789		Arba des Douirane,El Arba,Larba Idwirane,Souk el Arba		07	161		
2557396	Arbada	arbada	MA		0	Africa/Casablanca	35.26029	-5.37141				01	571		
2557397	Arbaa Ayacha	arbaa-ayacha	MA		0	Africa/Casablanca	35.3868	-5.88832		Arba Ayacha,Arba-Aicha,Arba-Aïcha,Arbaa Aayacha,Arbaa Ayacha,El Arba,El Arba de Sidi Laraich,El Arba de Sidi Laraïch,Sidi L'Araich,Sidi L’Araich,Soko Arbaa,Soko Arbaá,Souk-el-Arba-Ayacha,Zoco Arbaa,Zoco Arbaá,Zoco el Arbaa Aaiacha		01	331		
2557414	Arazen	arazen	MA		0	Africa/Casablanca	30.68592	-9.0398		Arazen,Arazene		09	541		
2557415	Arazane	arazane	MA		0	Africa/Casablanca	30.50346	-8.60637		Arazane,Arazene	0454104092	09	541	0454104092	
2557416	Arayd	arayd	MA		0	Africa/Casablanca	30.09326	-8.88256		Arayd,Arayed		09	541		
2557417	Aratel n’Aït Sidi Hammou	aratel-n-ait-sidi-hammou	MA		0	Africa/Casablanca	31.25486	-8.85208		Aralel n'Ait Sidi Hammou,Aralel n’Ait Sidi Hammou,Aratel n'Ait Sidi Hammou,Aratel n’Aït Sidi Hammou,Artal shammou		07	161		
2557418	Er Rtal Hammou	er-rtal-hammou	MA		0	Africa/Casablanca	31.24336	-8.85709		Aratale Bihi,Aratel n' Ait Bihi,Aratel n’ Aït Bihi,Er Rtal Hammou		07	161		
2557420	Arariouech	arariouech	MA		0	Africa/Casablanca	35.37587	-5.49629				01	331		
2557425	Aracun	aracun	MA		0	Africa/Casablanca	35.51065	-5.87462		Aracun,Araoua,Asana		01	511		
2557443	Arabene	arabene	MA		0	Africa/Casablanca	34.88	-4.5				01	051		
2557444	A’rabane	a-rabane	MA		0	Africa/Casablanca	30.82632	-7.76035		A'rabane,Aardene,Abane,Arabene,A’rabane		09	541		
2557446	Arab bou-Zellifene	arab-bou-zellifene	MA		0	Africa/Casablanca	34.57828	-3.75294		Arab Bou Zlifene,Arab bou-Zellifene		02	265		
2557447	Arabat	arabat	MA		0	Africa/Casablanca	32.5587	-9.15431		Arabat,Douar Arabat,Lariabat		07	431		
2557448	Douar Arabat	douar-arabat	MA		0	Africa/Casablanca	32.29393	-7.97028		Arabat,Arabate,Douar Arabat		07	427		
2557458	Awine Ma’zouz	awine-ma-zouz	MA		0	Africa/Casablanca	31.53124	-8.12901		Aquine-Mazouz,Awine Ma'zouz,Awine Ma’zouz		07	041		
2557459	Douar Aguermalek	douar-aguermalek	MA		0	Africa/Casablanca	35.1231	-4.51686		Aquermalek,Aquermâlek,Douar Aguermalek		01	151		
2557460	Aguerd	aguerd	MA		0	Africa/Casablanca	30.56751	-9.48265		Aguerd,Aquerd		09	001		
2557461	Aqlala al Fouqiya	aqlala-al-fouqiya	MA		0	Africa/Casablanca	34.85	-5.06				01	151		
2557462	Aouzzaï	aouzzai	MA		0	Africa/Casablanca	34.70617	-4.28832		Aouzai,Aouzaï,Aouzzai,Aouzzaï		03	531		
2557463	Aouzzai	aouzzai	MA		0	Africa/Casablanca	34.7	-4.28				03	531		
2557464	Aouzlida	aouzlida	MA		0	Africa/Casablanca	30.71784	-8.91306		Aouzlida,Ouaouzliden		09	541		
2557467	Tawrirt	tawrirt	MA		0	Africa/Casablanca	29.66115	-9.15912		Aouzert,Tawrirt		09	581		
2557469	Aouzeroualt	aouzeroualt	MA		0	Africa/Casablanca	28.84881	-10.20633		Aouzeroual,Aouzeroualt,Aouzeroult		10	261		
2557470	Aouzer	aouzer	MA		0	Africa/Casablanca	31.22398	-8.11152		Aouzar,Aouzer,Aouzert		07	041		
2557471	Aouzel	aouzel	MA		0	Africa/Casablanca	30.25	-8.08				09	541		
2557472	Awfouss	awfouss	MA		0	Africa/Casablanca	31.68841	-4.17832		Aoufous,Aoufouss,Aoutouss,Aoûtouss,Awfouss,Centre d'Aoufous,Centre d’Aoufous		08	201		
2557474	Aoutlaouk	aoutlaouk	MA		0	Africa/Casablanca	29.14012	-10.23642		Aoutlaouk,Autlauc,Awtlawk		10	473		
2557478	Aoussir	aoussir	MA		0	Africa/Casablanca	30.73665	-8.68005		Aousir,Aoussir		09	541		
2557480	Aoussa	aoussa	MA		0	Africa/Casablanca	29.28408	-9.64138		Aouassa,Aoussa		10	473		
2557481	Aousroukht	aousroukht	MA		0	Africa/Casablanca	30.72148	-9.32902		Aousroukht,Aoussrighte		09	001		
2557482	Awsla	awsla	MA		0	Africa/Casablanca	30.65245	-8.14529		Aousla,Awsla		09	541		
2557484	Aousift	aousift	MA		0	Africa/Casablanca	29.67432	-8.96093		Aousift,Aoussift		09	581		
2557485	Aousebt	aousebt	MA		0	Africa/Casablanca	35.06	-4.1		Aousebt,Ausebt		01	051		
2557486	Aourz	aourz	MA		0	Africa/Casablanca	31.61953	-6.84731				05	081		
2557487	Awraz	awraz	MA		0	Africa/Casablanca	30.9222	-6.86958		Aourz,Awraz		08	401		
2557488	Aouraz	aouraz	MA		0	Africa/Casablanca	31.67885	-7.09601		Aouraz,Aourz		05	081		
2557492	Awrir-n-Irk	awrir-n-irk	MA		0	Africa/Casablanca	30.74691	-8.28751		Aourir n'Irg,Aourir n’Irg,Awrir-n-Irk		09	541		
2557496	Awriyr	awriyr	MA		0	Africa/Casablanca	31.82665	-4.96844		Aourir,Awriyr		08	201		
2557497	Awrir	awrir	MA		0	Africa/Casablanca	31.26028	-8.47795		Aourar,Aourir,Awrir		07	161		
2557498	Awrir	awrir	MA		0	Africa/Casablanca	31.26147	-7.75501		Aoughir,Aourhir,Aourir,Awrir		07	041		
2557499	Aourir	aourir	MA		0	Africa/Casablanca	31.14352	-9.60092		Ahouir,Aourir		07	211		
2557500	Aourir	aourir	MA		0	Africa/Casablanca	30.49238	-9.6355			0400105032	09	001	0400105032	
2557501	Awrir	awrir	MA		0	Africa/Casablanca	30.34039	-8.64747		Aourir,Awrir		09	541		
2557502	Awrir	awrir	MA		0	Africa/Casablanca	30.11245	-8.75712		Aourir,Awrir		09	541		
2557503	Aourir	aourir	MA		0	Africa/Casablanca	29.86	-9.53				09	581		
2557504	Aourir	aourir	MA		0	Africa/Casablanca	29.91763	-9.40947		Aourir,Ourir		09	163		
2557505	Aourir	aourir	MA		0	Africa/Casablanca	29.48088	-9.34765		Aouri,Aourir		10	473		
2557509	Aourikt	aourikt	MA		0	Africa/Casablanca	31.29759	-7.11306				08	401		
2557510	Aourga	aourga	MA		0	Africa/Casablanca	30.71824	-9.51077				09	001		
2557511	Aourga	aourga	MA		0	Africa/Casablanca	30.62044	-9.37634		Aouarga,Aourga		09	001		
2557513	Agouray	agouray	MA		0	Africa/Casablanca	31.96625	-5.15746		Agomai,Agomaï,Agourai,Agouray,Agouraï,Aouarai,Aouaraï,Aourai,Aouraï		08	577		
2557514	Douar Aouraghene	douar-aouraghene	MA		0	Africa/Casablanca	35.31442	-5.4341		Aouragouene,Aourarhene,Douar Aouraghene		01	571		
2557515	Awdiyd	awdiyd	MA		0	Africa/Casablanca	29.78501	-8.66885		Aououdid,Awdiyd,Awoudid		09	551		
2557516	Douar Ouaoukda	douar-ouaoukda	MA		0	Africa/Casablanca	35.09188	-4.58881		Aouokeda,Auokeda,Douar Ouaoukda		01	151		
2557517	Douar Aounout	douar-aounout	MA		0	Africa/Casablanca	34.81976	-2.4251		Aounout,Douar Aounout		02	113		
2557518	Douar Aounout	douar-aounout	MA		0	Africa/Casablanca	35.0626	-4.32084		Aounoud,Aunud,Douar Aounout		01	051		
2557519	Aouniser	aouniser	MA		0	Africa/Casablanca	35.38386	-5.33143		Aouniser,Ounizar		01	571		
2557524	Aouna	aouna	MA		0	Africa/Casablanca	34.74187	-5.06903		Aouna,Douinata		03	531		
2557526	Aoumarat	aoumarat	MA		0	Africa/Casablanca	34.3734	-5.43485		Aoumarat,Oumarat		03	531		
2557533	Aoulouz	aoulouz	MA		0	Africa/Casablanca	30.67307	-8.18087		Aoulouz,Dar Caid,Dar Caïd	0454104072	09	541	0454104072	
2557536	Awlous	awlous	MA		0	Africa/Casablanca	30.7581	-7.76712		Aoualous,Aoullous,Awlous		09	541		
2557539	Aoulia	aoulia	MA		0	Africa/Casablanca	30.5	-7.85				09	541		
2557541	Anjil	anjil	MA		0	Africa/Casablanca	32.81582	-4.58343		Anjil,Aouli		08	363		
2557546	Awkart	awkart	MA		0	Africa/Casablanca	29.93869	-8.85952		Aoukert,Aoukerte,Awkart,Oioukerte		09	541		
2557547	Aoukerda	aoukerda	MA		0	Africa/Casablanca	29.36484	-9.02792				09	551		
2557548	Aoudjou	aoudjou	MA		0	Africa/Casablanca	30.71034	-9.22213		Aoudjou,Aoujou		09	541		
2557551	Aoujgal n’Aït Tachaout	aoujgal-n-ait-tachaout	MA		0	Africa/Casablanca	30.73637	-5.7095				08	587		
2557560	Aouja	aouja	MA		0	Africa/Casablanca	29.78	-9.61				09	581		
2557564	Aouînet Moha	aouinet-moha	MA		0	Africa/Casablanca	29.05436	-10.17119		'Awint Moha,Aouinet Moha,Aouinet Toumaha,Aouînet Moha,Auint U Maha,Talint U Maha,Toumaha,Winat Mouha,’Awint Moha		10	473		
2557565	Aouinet Torkoz	aouinet-torkoz	MA		0	Africa/Casablanca	28.4842	-9.85104				10	071		
2557568	Aouinet el Merhraoui	aouinet-el-merhraoui	MA		0	Africa/Casablanca	32.72654	-4.31349		Aouinet el Merhraoui,Aouinet el Mghaouine,Aouinet el Mrhaouine,Aouinet el Mrhaouïne		08	363		
2557569	Aouinet Abbou	aouinet-abbou	MA		0	Africa/Casablanca	33.70278	-3.67686				03	131		
2557574	Douar Aouint Leqsab	douar-aouint-leqsab	MA		0	Africa/Casablanca	31.72144	-8.79488		Aouine el Kseb,Douar Aouint Leqsab		07	161		
2557575	Awinat	awinat	MA		0	Africa/Casablanca	33.1846	-6.02909		Aouinat,Awinat		05	301		
2557582	Aouifat	aouifat	MA		0	Africa/Casablanca	34.62525	-5.5728		Aaouifate,Aouifat,Aouifate,Aâouifate		04	481		
2557585	Awgounz	awgounz	MA		0	Africa/Casablanca	29.82155	-9.18716		Aougounz,Awgounz		09	163		
2557586	Aougni	aougni	MA		0	Africa/Casablanca	30.28	-7.06				09	551		
2557587	Aouglit	aouglit	MA		0	Africa/Casablanca	33.67214	-4.42244		Aouglit,Aouklit		03	451		
2557589	Douar Oulad Harrou	douar-oulad-harrou	MA		0	Africa/Casablanca	34.90229	-2.23317		Aouggoud,Aouggoute,Douar Oulad Harrou,Ougoute		02	113		
2557592	Awftout-n-Izddar	awftout-n-izddar	MA		0	Africa/Casablanca	30.70184	-8.36053		Aouftout n'Izder,Aouftout n’Izder,Awftout-n-Izddar		09	541		
2557593	Awftout-n-Oufalla	awftout-n-oufalla	MA		0	Africa/Casablanca	30.7074	-8.35296		Aouftout,Awftout-n-Oufalla		09	541		
2557595	Aoufous	aoufous	MA		0	Africa/Casablanca	31.68	-4.17		Aoufous,Aoufouss,Centre d'Aoufous,Centre d’Aoufous	1320107012	08	201	1320107012	
2557596	Awfour	awfour	MA		0	Africa/Casablanca	30.97436	-8.59074		Aoufour,Awfour		07	161		
2557597	Awfour	awfour	MA		0	Africa/Casablanca	30.75918	-8.85195		Aoufour,Awfour		09	541		
2557598	Awfour	awfour	MA		0	Africa/Casablanca	30.7284	-8.05544		Aoufour,Awfour		09	541		
2557607	Ighil	ighil	MA		0	Africa/Casablanca	30.47809	-8.31266		Aoudlkelt,Ighil,Imedikelt		09	541		
2557609	Aoudim	aoudim	MA		0	Africa/Casablanca	31.9837	-5.11916				08	577		
2557610	Awdid	awdid	MA		0	Africa/Casablanca	30.98576	-8.39721		Aoudid,Awdid		07	041		
2557615	Aoud Ali	aoud-ali	MA		0	Africa/Casablanca	31.23579	-9.4531		Ait Ali Ou Ali,Aoud Ali,Aït Ali Ou Ali		07	211		
2557617	Aoudal	aoudal	MA		0	Africa/Casablanca	35.13	-5.34737		Aoudal,Oudal		01	151		
2557618	Iamourane	iamourane	MA		0	Africa/Casablanca	35.16721	-3.16379		Aoudain,Aoudaine,Aoudaïn,Audain,Ayadane,Iamourane		02	381		
2557619	Awdacht	awdacht	MA		0	Africa/Casablanca	30.25934	-8.22469		Aoudacht,Awdacht		09	541		
2557620	Aoudach n’ Aït Lah	aoudach-n-ait-lah	MA		0	Africa/Casablanca	32.12988	-5.30812				08	363		
2557629	Aouchtam	aouchtam	MA		0	Africa/Casablanca	34.54099	-4.28155				03	561		
2557630	Aouazra	aouazra	MA		0	Africa/Casablanca	35.39278	-5.98132		Aavasra,Aouazra		01	511		
2557637	Laaouama	laaouama	MA		0	Africa/Casablanca	35.7228	-5.7934		Aouama,El Aouama,Laaouama		01	511		
2557640	Aouaja	aouaja	MA		0	Africa/Casablanca	35.07057	-5.70614		Aouacha,Aouaja		01	331		
2557645	Aordane	aordane	MA		0	Africa/Casablanca	35.23039	-5.21036				01	151		
2557648	Douar Laansar	douar-laansar	MA		0	Africa/Casablanca	35.60567	-5.57691		Aonzar,Douar Laansar		01	571		
2557649	Aonsar	aonsar	MA		0	Africa/Casablanca	35.10821	-5.07036				01	151		
2557650	Dar Omar Ou-Lhachmi	dar-omar-ou-lhachmi	MA		0	Africa/Casablanca	31.73218	-7.20806		Aomar Ou Lhachmi,Dar Omar Ou-Lhachmi		05	081		
2557651	Douar Azib Sidi El Malidi	douar-azib-sidi-el-malidi	MA		0	Africa/Casablanca	34.16157	-5.52117		Aomar Ben Chiheb,Douar Azib Sidi El Malidi		04	481		
2557656	Anzt	anzt	MA		0	Africa/Casablanca	29.73	-9.3		Anesst,Anzt		09	581		
2557657	Anzour	anzour	MA		0	Africa/Casablanca	30.26229	-8.3891				09	541		
2557658	Anzouka	anzouka	MA		0	Africa/Casablanca	30.78741	-9.45316				09	001		
2557659	Anzouggar	anzouggar	MA		0	Africa/Casablanca	30.57125	-9.4416		Annzouggar,Anzougar,Anzouggar		09	001		
2557660	Anezzigh	anezzigh	MA		0	Africa/Casablanca	30.83269	-8.69558		Anezirh,Anezzigh,Anzir		09	541		
2557661	Anzig	anzig	MA		0	Africa/Casablanca	30.18611	-8.66321				09	541		
2557663	Anzel	anzel	MA		0	Africa/Casablanca	31.56546	-7.42657		Annzel,Anzale,Anzel,El Khemis d'Enzel,El Khemis d’Enzel,Enzel		07	041		
2557664	Anzal	anzal	MA		0	Africa/Casablanca	30.75625	-7.29885		Amzel,Anezal,Anzal,Anzel		08	401		
2557665	Anzgarn	anzgarn	MA		0	Africa/Casablanca	29.82892	-9.1386		Ainzgarne,Anzegarn,Anzgarn		09	163		
2557666	Anzammer	anzammer	MA		0	Africa/Casablanca	31.19571	-9.23619		Anamar,Anzammer		07	161		
2557669	Anazzad	anazzad	MA		0	Africa/Casablanca	31.98273	-6.73798		Anazzad,Anzad		05	081		
2557670	Anzad	anzad	MA		0	Africa/Casablanca	29.92101	-9.22108				09	163		
2557673	Anza	anza	MA		0	Africa/Casablanca	31.27784	-7.50121		Ait Amza,Anza		07	041		
2557674	Anza	anza	MA		0	Africa/Casablanca	30.44605	-9.65704		Annza,Anza		09	001		
2557679	Annsri	annsri	MA		0	Africa/Casablanca	30.73549	-9.53154		Annsri,Ansri		09	001		
2557680	Ansour	ansour	MA		0	Africa/Casablanca	29.79973	-9.25136		Anesour,Ansour		09	163		
2557681	Ansis	ansis	MA		0	Africa/Casablanca	30.8417	-9.34446		Anessis,Ansis		09	001		
2557682	Ansis	ansis	MA		0	Africa/Casablanca	29.51879	-8.90857				09	581		
2557700	Anou n’Ou’achcha	anou-n-ou-achcha	MA		0	Africa/Casablanca	31.25425	-5.60946				08	577		
2557702	Anou Nizam	anou-nizam	MA		0	Africa/Casablanca	31.33739	-5.84812				08	577		
2557703	Anou-n-Feg	anou-n-feg	MA		0	Africa/Casablanca	30.46378	-9.56283		Anou n'Feg,Anou n’Feg,Anou-n-Feg,Anoufeg		09	001		
2557706	Anou-n-daoud	anou-n-daoud	MA		0	Africa/Casablanca	30.16409	-9.26976		Amouin Daoud,Anou n'Daoud,Anou n’Daoud,Anou-n-daoud,Ndaoud		09	163		
2557707	Anou n’Aït Boulmane	anou-n-ait-boulmane	MA		0	Africa/Casablanca	32.03393	-5.93428		Ait Boulamane,Ait Boulmane,Anou n'Ait Boulmane,Anou n’Aït Boulmane,Anou-n-Ait Boulamane,Anou-n-Aït Boulamane,Aït Boulamane,Aït Boulmane		05	081		
2557708	Anou-n-Addi	anou-n-addi	MA		0	Africa/Casablanca	30.05892	-9.47087		Amou n'Addi Ait Amar,Amou n’Addi Aït Amar,Anou n'Addi,Anou n’Addi,Anou-n-Addi		09	163		
2557710	Anou n-Izem	anou-n-izem	MA		0	Africa/Casablanca	29.85151	-9.62473		Anou Izem,Anou Izme,Anou n-Izem		09	581		
2557711	Anou Ider	anou-ider	MA		0	Africa/Casablanca	29.46814	-9.08616		Anou Ider,Anou Yedder		09	581		
2557712	Anou Ibder	anou-ibder	MA		0	Africa/Casablanca	29.40923	-9.33174				10	473		
2557714	Anougoud	anougoud	MA		0	Africa/Casablanca	30.32105	-8.73489				09	541		
2557718	Anagal-Aït-Boumelal	anagal-ait-boumelal	MA		0	Africa/Casablanca	32.66328	-5.85326		Ait Boumsilal,Anagal-Ait-Boumelal,Anagal-Aït-Boumelal,Anougal,Aït Boumsilal		05	091		
2557719	Anaggal	anaggal	MA		0	Africa/Casablanca	32.60823	-4.6011		Anaggal,Anakoul,Anougal		08	363		
2557721	Anou Ljadid	anou-ljadid	MA		0	Africa/Casablanca	30.16254	-9.2427		Anou Lejdid,Anou Ljadid,Anou el Jaid,Anou el Jaïd,Anou el Jedid,Dar Ougadir		09	163		
2557724	Anoual	anoual	MA		0	Africa/Casablanca	32.68072	-3.09401				02	251		
2557726	Anosseur	anosseur	MA		0	Africa/Casablanca	33.67145	-4.8474		Al Anocer,Al Anoçer,Annoceur,Annosseur,Anosseur,Ansoseur		03	451		
2557727	Anorhrif	anorhrif	MA		0	Africa/Casablanca	29.65	-7.96		Anaghrif,Anerif,Anorhrif,Anrerif		09	551		
2557729	Annzig	annzig	MA		0	Africa/Casablanca	31.31987	-9.28539				07	161		
2557730	An Nzala	an-nzala	MA		0	Africa/Casablanca	31.42485	-8.93769				07	161		
2557731	Annzal	annzal	MA		0	Africa/Casablanca	31.12071	-7.58238		Anezal,Annzal,Anzal,Anzâl		08	401		
2557732	Annzad	annzad	MA		0	Africa/Casablanca	30.16053	-9.1292		Annzad,Anzad		09	163		
2557733	An-Nwaji Ocib	an-nwaji-ocib	MA		0	Africa/Casablanca	31.95	-7.11				07	191		
2557737	Annou n’ Addou	annou-n-addou	MA		0	Africa/Casablanca	29.71	-9.6		Annou n' Addou,Annou n’ Addou,Anou Naadou,Anou Naâdou,Nou N'Addou,Nou N’Addou		09	581		
2557738	Annoums	annoums	MA		0	Africa/Casablanca	30.87612	-8.78985				09	541		
2557739	Annoual	annoual	MA		0	Africa/Casablanca	35.12985	-3.58562		Annoual,Annual,Anoual,Anual		02	167		
2557740	Anissiy	anissiy	MA		0	Africa/Casablanca	30.36763	-7.90015		Anissiy,Annissi		09	541		
2557742	Anzirgu	anzirgu	MA		0	Africa/Casablanca	29.93897	-8.52485		Annezerg,Anzerg,Anzerrag,Anzirgu		09	541		
2557744	Douar Anammer	douar-anammer	MA		0	Africa/Casablanca	31.4211	-8.03311		Anammer,Annamer,Douar Anammer,Douar Annamer		07	041		
2557745	Anammar	anammar	MA		0	Africa/Casablanca	30.13561	-8.38909		Anammar,Annamer,Annameur		09	541		
2557746	Azilal	azilal	MA		0	Africa/Casablanca	29.8184	-9.37182		Anmouli,Anmoulil,Azilal		09	581		
2557748	Anmitar	anmitar	MA		0	Africa/Casablanca	31.28615	-7.14367		Aminiter,Animiter,Anmitar,Anmiter		08	401		
2557749	Anmitar	anmitar	MA		0	Africa/Casablanca	30.99321	-7.90454		Anmitar,Anmiter,Anmitre		09	541		
2557750	Anmid	anmid	MA		0	Africa/Casablanca	30.71247	-8.10089		Ahmid,Anmid		09	541		
2557752	Anlla	anlla	MA		0	Africa/Casablanca	29.72779	-9.30567		Anela,Anla,Anlla,Anéla		09	581		
2557754	’Ankoûd	ankoud	MA		0	Africa/Casablanca	34.93	-4.98		'Ankoud,Aancud,Ankod,Annkoud,’Ankoûd		01	151		
2557760	Anins	anins	MA		0	Africa/Casablanca	31.31906	-7.69411		Anines,Aninns,Anins		07	041		
2557761	Aninig	aninig	MA		0	Africa/Casablanca	30.16347	-7.66242				09	551		
2557763	Aniloul	aniloul	MA		0	Africa/Casablanca	30.13768	-8.43796				09	541		
2557765	Ammiyl	ammiyl	MA		0	Africa/Casablanca	29.76152	-9.02516		Ammiyl,Anil		09	581		
2557766	Anguim	anguim	MA		0	Africa/Casablanca	30.85	-8.7				09	541		
2557767	Anguim	anguim	MA		0	Africa/Casablanca	30	-9.05		Anguim,Anguime		09	163		
2557770	Douar Aanguiche	douar-aanguiche	MA		0	Africa/Casablanca	35.05864	-3.61298		Angouich,Anguich,Anguîch,Douar Aanguiche		02	167		
2557771	Anguizdam	anguizdam	MA		0	Africa/Casablanca	33.02018	-5.5236		Anguesdam,Anguizdam,Aouddine		05	301		
2557775	Angoukht	angoukht	MA		0	Africa/Casablanca	30.99629	-8.534		Angoukht,Angoukot,Angourt		07	161		
2557778	Wawngmout	wawngmout	MA		0	Africa/Casablanca	31.38295	-6.89319		Angmout,Wawngmout		05	081		
2557784	Angarf	angarf	MA		0	Africa/Casablanca	30.35643	-7.34249		Angarf,Anguerf		08	401		
2557785	Angarf	angarf	MA		0	Africa/Casablanca	29.55067	-8.56469		Angaref,Angarf		09	551		
2557788	Anfar	anfar	MA		0	Africa/Casablanca	31.23371	-9.48711		Anfar,Anfour		07	211		
2557789	Anfoud	anfoud	MA		0	Africa/Casablanca	29.80003	-9.77653		Anfoud,Annfoud		09	581		
2557790	Anflous	anflous	MA		0	Africa/Casablanca	31.20713	-8.9001				07	161		
2557794	Anfeza	anfeza	MA		0	Africa/Casablanca	31.02461	-9.39481		Anfeza,Anfezza		07	211		
2557795	Anfernou	anfernou	MA		0	Africa/Casablanca	31.29726	-6.71274		Anferno,Anfernou		08	401		
2557796	Anfergal	anfergal	MA		0	Africa/Casablanca	32.30017	-5.05801		Anefergane,Anfergal,Anfergane		08	363		
2557797	Anafag	anafag	MA		0	Africa/Casablanca	31.44633	-6.88905		Anafag,Anfeg,Anfeug		05	081		
2557798	Anfa	anfa	MA		0	Africa/Casablanca	33.59003	-7.66391		Anfa		06	141		
2557799	Anfalich	anfalich	MA		0	Africa/Casablanca	29.13731	-10.19548		Anfalich,Anfalis		10	473		
2557800	Anazzou	anazzou	MA		0	Africa/Casablanca	30.62775	-8.04298		Anazzou,Andour,Anezzou,Anzou		09	541		
2557801	Anzour	anzour	MA		0	Africa/Casablanca	30.21617	-7.80333		Anezour,Anzour		09	541		
2557802	Anzig	anzig	MA		0	Africa/Casablanca	30.28675	-7.96219		Anezig,Annzigue,Anzig		09	541		
2557803	Anzi	anzi	MA		0	Africa/Casablanca	29.66203	-9.36227		Anezi,Anzi		09	581		
2557804	Anezi	anezi	MA		0	Africa/Casablanca	29.63	-9.38		Anezi,Anzi		09	581		
2557805	Ansa	ansa	MA		0	Africa/Casablanca	30.98976	-8.49272		Anassa,Anessa,Aneza,Ansa		07	161		
2557806	Ansgalt	ansgalt	MA		0	Africa/Casablanca	29.82853	-8.58846		Anesguelt,Ansgalt		09	551		
2557809	Anerni	anerni	MA		0	Africa/Casablanca	31.11816	-8.31562				07	041		
2557810	Aniyrgui	aniyrgui	MA		0	Africa/Casablanca	29.7738	-9.04611		Anergi,Anergui,Aniyrgui		09	581		
2557811	Anemz	anemz	MA		0	Africa/Casablanca	32.32372	-5.26607		Anemz,Anemzi		08	363		
2557812	Anmid	anmid	MA		0	Africa/Casablanca	30.9529	-7.80954		Anemid,Anmid		09	541		
2557813	Anemdel	anemdel	MA		0	Africa/Casablanca	30.66719	-9.25886		Al Medel,Anemdel		09	541		
2557816	Andja	andja	MA		0	Africa/Casablanca	29.20436	-9.84875		Andja,Aneja,Anja		10	473		
2557817	Aniy	aniy	MA		0	Africa/Casablanca	30.20732	-8.65258		Amy,Anei,Aneï,Ani,Aniy		09	541		
2557819	Amgane	amgane	MA		0	Africa/Casablanca	31.41623	-4.75471		Amgane,Anegane		08	201		
2557820	Anefrioun	anefrioun	MA		0	Africa/Casablanca	31.18735	-8.3702		Anefrioun,Anefrioune		07	041		
2557822	Anefid	anefid	MA		0	Africa/Casablanca	30.32993	-8.25281				09	541		
2557825	Anefgou	anefgou	MA		0	Africa/Casablanca	32.2885	-5.39197				08	363		
2557829	Annbad	annbad	MA		0	Africa/Casablanca	31.6481	-7.17371		Anbad,Anebid,Annbad		05	081		
2557831	Anebdour	anebdour	MA		0	Africa/Casablanca	31.20328	-8.45112		Anbdour,Anebdour		07	161		
2557832	Anbdour	anbdour	MA		0	Africa/Casablanca	30.09657	-8.90493		Anbdour,Anebdour		09	163		
2557833	Anebdour	anebdour	MA		0	Africa/Casablanca	29.75	-8.91				09	581		
2557834	Anzad	anzad	MA		0	Africa/Casablanca	29.68407	-9.42558		Andzad,Anzad		09	581		
2557835	Anssalfou	anssalfou	MA		0	Africa/Casablanca	29.6653	-9.3155		Andserfa,Anssalfou		09	581		
2557836	Anndouss	anndouss	MA		0	Africa/Casablanca	31.01891	-7.81121		Andous,Andouz,Anndouss		09	541		
2557837	Andour	andour	MA		0	Africa/Casablanca	30.64518	-8.00669				09	541		
2557838	Andouf	andouf	MA		0	Africa/Casablanca	34.80332	-3.56801				02	167		
2557841	Andarfo	andarfo	MA		0	Africa/Casablanca	34.85	-4.4				01	051		
2557842	Andalouciene	andalouciene	MA		0	Africa/Casablanca	35.17941	-3.89193		Andalouciene,Andalucien		01	051		
2557843	Andad	andad	MA		0	Africa/Casablanca	30.64463	-9.52374		Andad,Anedad,Anndad		09	001		
2557845	Anchkrir	anchkrir	MA		0	Africa/Casablanca	31.03015	-8.71341				07	161		
2557848	Anbed	anbed	MA		0	Africa/Casablanca	29.28871	-10.13709		Anbed,Anebed		10	473		
2557854	Anaseur	anaseur	MA		0	Africa/Casablanca	29.29921	-9.65096		Anaseur,Anassreur		10	473		
2557861	Anamrou	anamrou	MA		0	Africa/Casablanca	31.09746	-8.34889				07	041		
2557862	Anamrane	anamrane	MA		0	Africa/Casablanca	29.75604	-9.37627		Ait Amrane,Anamrane,Aït Amrane		09	581		
2557863	Anamra	anamra	MA		0	Africa/Casablanca	31.01	-8.93				07	161		
2557864	Anamra	anamra	MA		0	Africa/Casablanca	30.9981	-8.92838				07	161		
2557867	Anammar	anammar	MA		0	Africa/Casablanca	31.36444	-7.30152		Amsamer,Anamer,Anammar,Anammer		07	041		
2557868	Anammr	anammr	MA		0	Africa/Casablanca	31.27479	-7.66761		Anamar,Anamer,Anameur,Anammer,Anammr,Annameur		07	041		
2557869	Anammer	anammer	MA		0	Africa/Casablanca	31.12587	-8.42005				07	041		
2557870	Anammar	anammar	MA		0	Africa/Casablanca	30.41813	-7.99569		Anammar,Anammer,Assedmer		09	541		
2557871	Anammer	anammer	MA		0	Africa/Casablanca	30.36345	-8.41464				09	541		
2557872	Anammar	anammar	MA		0	Africa/Casablanca	30.31429	-7.83259		Anameur,Anammar,Anammer		09	541		
2557873	Anammar	anammar	MA		0	Africa/Casablanca	30.25832	-7.89119		Anammar,Anammer		09	541		
2557874	Anamar	anamar	MA		0	Africa/Casablanca	30.05872	-8.39527		Anamar,Anammer		09	541		
2557875	Anamr	anamr	MA		0	Africa/Casablanca	29.8358	-9.07626		Anameur,Anammer,Anamr		09	163		
2557876	Anammer	anammer	MA		0	Africa/Casablanca	29.46	-9.71		An Amer,Anammer		09	581		
2557877	Anammr	anammr	MA		0	Africa/Casablanca	29.54327	-9.12314		Anameur,Anammr		09	581		
2557878	Anamer Ouznag	anamer-ouznag	MA		0	Africa/Casablanca	29.37982	-9.55352		Anamer Ouznag,Ouznague		10	473		
2557882	Anammar	anammar	MA		0	Africa/Casablanca	30.07806	-8.85433		Anamer,Anameur,Anammar		09	541		
2557883	Anammar	anammar	MA		0	Africa/Casablanca	30.0275	-8.66173		Anamer,Anammar		09	541		
2557884	Anammar	anammar	MA		0	Africa/Casablanca	30.00419	-8.81058		Anamer,Anammar		09	541		
2557885	Anamer	anamer	MA		0	Africa/Casablanca	29.28141	-8.9941		Anamer,Anameur		09	551		
2557886	Anamar	anamar	MA		0	Africa/Casablanca	31.5	-7.53		Anamar,Anameur,Anammer,Annameur		07	041		
2557889	Anakir	anakir	MA		0	Africa/Casablanca	31.83	-7.78		Anakir,Douar Anaguir		07	427		
2557891	Anag	anag	MA		0	Africa/Casablanca	30.97512	-8.2879				07	041		
2557892	Anadla	anadla	MA		0	Africa/Casablanca	29.86193	-9.26516				09	163		
2557893	Anabsa el Hadaj	anabsa-el-hadaj	MA		0	Africa/Casablanca	34.84887	-6.12271		Anabsa el Hadaj,Anasba-el-Hadaj,El maarif dahr el hdaj,El maârif dahr el hdaj		04	281		
2557895	Douar Laanabra	douar-laanabra	MA		0	Africa/Casablanca	34.35456	-5.31884		Anabra,Douar Laanabra		03	531		
2557896	Amzrou	amzrou	MA		0	Africa/Casablanca	31.02001	-6.48533				08	401		
2557897	Amzrou	amzrou	MA		0	Africa/Casablanca	30.3	-5.83				08	587		
2557898	Amzrou	amzrou	MA		0	Africa/Casablanca	30.12479	-6.86918		Amazrou,Amzou,Amzrou		09	551		
2557899	Amzri	amzri	MA		0	Africa/Casablanca	30.97186	-9.04474		Amezri,Amzra,Amzri		07	161		
2557902	Amzouz	amzouz	MA		0	Africa/Casablanca	31.49344	-6.92689				05	081		
2557904	Amzout	amzout	MA		0	Africa/Casablanca	29.75	-9.23				09	581		
2557907	Amezzouj	amezzouj	MA		0	Africa/Casablanca	32.0496	-4.38549		Amazouj,Amezouj,Amezzouj,Amzoudj,Amzouj		08	201		
2557908	Amzoug	amzoug	MA		0	Africa/Casablanca	30.35668	-8.0597		Amzou,Amzoug		09	541		
2557909	Amaznas	amaznas	MA		0	Africa/Casablanca	30.76481	-8.07731		Amaznas,Amznass,Amznes		09	541		
2557910	Amzir	amzir	MA		0	Africa/Casablanca	34.71656	-4.41906		Amazzer,Amzir		01	051		
2557913	Amzlou	amzlou	MA		0	Africa/Casablanca	30.39884	-8.45941		Amzelou,Amzlou		09	541		
2557916	Ayt Lghir	ayt-lghir	MA		0	Africa/Casablanca	32.15136	-6.6029		Amzaourou,Ayt Lghir		05	081		
2557917	Amzaourou	amzaourou	MA		0	Africa/Casablanca	31.67994	-6.88146				05	081		
2557918	Amzawrou	amzawrou	MA		0	Africa/Casablanca	31.45928	-7.59923		Amzaourou,Amzawrou,Zarououne		07	041		
2557919	Amzawrou	amzawrou	MA		0	Africa/Casablanca	30.88362	-7.88739		Amzaourou,Amzawrou		09	541		
2557920	Amzawrou	amzawrou	MA		0	Africa/Casablanca	30.77303	-8.68206		Amsacrou,Amzaourou,Amzawrou		09	541		
2557921	Taht-n-Ou Mazawrou	taht-n-ou-mazawrou	MA		0	Africa/Casablanca	30.74639	-7.84538		Amadou,Amezaourou,Amzaourou,Taht-n-Ou Mazawrou		09	541		
2557922	Amzawrou	amzawrou	MA		0	Africa/Casablanca	30.6522	-8.03073		Amzaourou,Amzawrou		09	541		
2557923	Amzawrou	amzawrou	MA		0	Africa/Casablanca	30.37897	-8.08143		Amzaourou,Amzawrou		09	541		
2557925	Amza Ourhrou	amza-ourhrou	MA		0	Africa/Casablanca	31.66155	-6.86746				05	081		
2557926	Amzaour	amzaour	MA		0	Africa/Casablanca	29.82806	-8.74798		Amezzaourou,Amzaour,Amzaourou		09	541		
2557930	Amtrhar	amtrhar	MA		0	Africa/Casablanca	34.5806	-4.09709				03	561		
2557931	Douar Amtil	douar-amtil	MA		0	Africa/Casablanca	35.2133	-4.99394		Amtel,Amtil,Douar Amtil		01	151		
2557932	Amtil	amtil	MA		0	Africa/Casablanca	34.94235	-5.28528		Amkel,Amtil		01	405		
2557933	Amterzguine	amterzguine	MA		0	Africa/Casablanca	30.32984	-7.40428		Amstguine,Amtazguine,Amterzguine,Amtezguine		08	401		
2557934	Amtezguine	amtezguine	MA		0	Africa/Casablanca	30.33027	-7.12179		Amtazguine,Amtezguine,Amtsguine		09	551		
2557936	Douar Amezzouj	douar-amezzouj	MA		0	Africa/Casablanca	35.02455	-4.21434		Amazouaj,Amsouch,Amsuch,Douar Amezzouj		01	051		
2557937	Ayt Ouqadir	ayt-ouqadir	MA		0	Africa/Casablanca	32.12924	-6.61921		Ait Alious,Ait Ouqadir,Amsnaou,Ayt Ouqadir,Aït Alious,Aït Ouqadir		05	081		
2557941	Amslouh	amslouh	MA		0	Africa/Casablanca	30.99211	-8.47637		Amesloh,Amsloh,Amslouh		07	161		
2557943	Zawyat-n-Oumslane	zawyat-n-oumslane	MA		0	Africa/Casablanca	30.97345	-8.02673		Amslam,Zawyat-n-Oumslane		07	041		
2557945	Amskerkid	amskerkid	MA		0	Africa/Casablanca	31.24307	-9.34219		Amskerkerd,Amskerkid		07	211		
2557946	Amskerdad	amskerdad	MA		0	Africa/Casablanca	31.06174	-8.81714		Ameskennid,Amskenid,Amskerdad		07	161		
2557948	Oumsisn	oumsisn	MA		0	Africa/Casablanca	31.05192	-9.34014		Amsitten,Amsittne,Amsittèn,Oumsisn		07	211		
2557950	Amsissene	amsissene	MA		0	Africa/Casablanca	30.84954	-9.63437		Amsissane,Amsissene		07	211		
2557951	Douar Mchichouene	douar-mchichouene	MA		0	Africa/Casablanca	35.32841	-5.47207		Amsisouane,Douar Mchichouene,El Ouas		01	331		
2557954	Ançoukki	ancoukki	MA		0	Africa/Casablanca	30.97459	-7.22662		Amsgui,Ancoukki,Ansouki,Ansoukki,Ansóukki,Ançoukki,Ançóukki		08	401		
2557955	Amsfoul	amsfoul	MA		0	Africa/Casablanca	35.19267	-4.78258		Amsfoul,Anesful,Anssafoule		01	151		
2557958	Amsamsa	amsamsa	MA		0	Africa/Casablanca	30.5393	-8.12133		Amsamsa,Amsemsa		09	541		
2557960	Amasguirt	amasguirt	MA		0	Africa/Casablanca	30.7775	-8.04437		Amasguirt,Amsagarte Ait Oughalet,Amsagarte Aït Oughalet,Amsegguert		09	541		
2557964	Amzal	amzal	MA		0	Africa/Casablanca	35.55607	-5.47636		Amsal,Amzal		01	571		
2557973	Amrharas	amrharas	MA		0	Africa/Casablanca	31.20905	-8.18295		Amgherssa,Amghérssa,Amrharas		07	041		
2557982	Amouz	amouz	MA		0	Africa/Casablanca	29.56	-9.83				09	581		
2557986	Douar Laamour	douar-laamour	MA		0	Africa/Casablanca	34.36939	-5.25225		Amour,Douar Laamour,Douar el Amour,Lamour		03	531		
2557990	Amouggaz	amouggaz	MA		0	Africa/Casablanca	31.80479	-6.90126		Amouggaz,Amouks		05	081		
2557991	Amougoeur n’Aït Ouzine	amougoeur-n-ait-ouzine	MA		0	Africa/Casablanca	31.64465	-5.83979		Ammouguer,Amougoeur n'Ait Ouzine,Amougoeur n’Aït Ouzine,Amouguir		08	577		
2557993	Amouguer	amouguer	MA		0	Africa/Casablanca	30.78411	-5.23382		Amouggeur,Amouguer,Amougueur		08	577		
2557994	Amouguer	amouguer	MA		0	Africa/Casablanca	32.39612	-4.48325		Amougguer,Amouguer		08	363		
2557995	Amouguer	amouguer	MA		0	Africa/Casablanca	32.27491	-4.93535		Amouguear,Amouguer	1320115032	08	201	1320115032	
2557996	Amougar-n-Aït Marghad	amougar-n-ait-marghad	MA		0	Africa/Casablanca	31.99692	-5.11695		Amougar-n-Ait Marghad,Amougar-n-Aït Marghad,Amouguer,Amougueur,Amougueur n'Ait Merghad,Amougueur n’Aït Merghad,Amougueur-n-Ait Merrhad,Amougueur-n-Aït Merrhad,Ksar Amouguer		08	201		
2558002	Amoud	amoud	MA		0	Africa/Casablanca	34.9008	-5.26401				01	405		
2558003	Oulad Amouch	oulad-amouch	MA		0	Africa/Casablanca	31.70359	-7.45719		Amouch,Oulad Amouch		07	191		
2558007	Amot	amot	MA		0	Africa/Casablanca	28.19926	-10.17988		Amot,Amot Poste,Amotte		10	071		
2558012	Ammat	ammat	MA		0	Africa/Casablanca	34.9	-4.95		Ammat,Ammate		01	151		
2558013	Ammasennkik	ammasennkik	MA		0	Africa/Casablanca	31.28414	-8.03688		Ammasennikik,Ammasennkik,Ammassenkik		07	041		
2558014	Douar Amer Rouihiyyine	douar-amer-rouihiyyine	MA		0	Africa/Casablanca	35.26048	-5.96251		Amar Rouihane,Amer el Rouihi,Ammar Rhouiyne,Douar Amer Rouihiyyine		01	331		
2558016	Ammar Aïn Hanna	ammar-ain-hanna	MA		0	Africa/Casablanca	35.26683	-5.94576		Amar Ain Henna,Amar Aïn Henna,Amer Ain el Jenna,Amer Aïn el Jenna,Ammar Ain Hanna,Ammar Aïn Hanna		01	331		
2558022	Ammar	ammar	MA		0	Africa/Casablanca	31.23	-4.23		Ammar,Ksar Ammar		08	201		
2558023	Ammar	ammar	MA		0	Africa/Casablanca	31.18247	-5.22312		Ammar,Ksar Amar		08	577		
2558024	Amayn	amayn	MA		0	Africa/Casablanca	30.47433	-8.01195		Amayn,Ammain,Ammaïn,Ammeine		09	541		
2558029	Douar Amlouk	douar-amlouk	MA		0	Africa/Casablanca	35.05817	-4.75401		Amlaouk,Douar Amlouk		01	151		
2558031	Amkraz	amkraz	MA		0	Africa/Casablanca	29.60288	-9.27766		Amekraz,Amkraz		09	581		
2558033	Amkouk	amkouk	MA		0	Africa/Casablanca	30.89772	-9.54351		Amkouk,D'Amkouk,D’Amkouk		07	211		
2558034	Amkaz	amkaz	MA		0	Africa/Casablanca	30.75364	-7.29375				08	401		
2558040	Al Qasba	al-qasba	MA		0	Africa/Casablanca	30.37959	-8.69693		Al Qasba,Amjouj,El Kasba		09	541		
2558042	Amchoud	amchoud	MA		0	Africa/Casablanca	30.8902	-8.91142		Amchoud,Amjoud		09	541		
2558052	Amizmiz	amizmiz	MA		0	Africa/Casablanca	31.21673	-8.23184		Amimiz,Amismiz,Amizmiz	0704105032	07	041	0704105032	
2558053	Douar Amiyadi	douar-amiyadi	MA		0	Africa/Casablanca	35.03033	-4.78137		Amiyadi,Douar Amiyadi		01	151		
2558055	Amsiwi	amsiwi	MA		0	Africa/Casablanca	30.89687	-8.48055		Amisioui,Amsiwi		07	041		
2558057	Amiezar	amiezar	MA		0	Africa/Casablanca	34.98	-3.73		Amichar,Amiezar		02	167		
2558058	Amicha	amicha	MA		0	Africa/Casablanca	35.42296	-5.3522				01	571		
2558060	Amharrar	amharrar	MA		0	Africa/Casablanca	33.72216	-3.75617				02	265		
2558063	Amguernis	amguernis	MA		0	Africa/Casablanca	30.8706	-8.55595				09	541		
2558064	Amguene n’Sfia	amguene-n-sfia	MA		0	Africa/Casablanca	31	-5.91				08	587		
2558068	Amgouine	amgouine	MA		0	Africa/Casablanca	34.8	-4.55				01	051		
2558070	Amgdad	amgdad	MA		0	Africa/Casablanca	30.57636	-8.1109				09	541		
2558071	Douar Amgheret	douar-amgheret	MA		0	Africa/Casablanca	35.35312	-5.47176		Amgaret,Amgharret,Douar Amgheret		01	571		
2558072	Amgane	amgane	MA		0	Africa/Casablanca	31.10729	-4.89965		Amgane,Amgar		08	577		
2558075	Douar Amezzou	douar-amezzou	MA		0	Africa/Casablanca	34.91998	-5.71141		Amezzou,Douar Amezzou		01	405		
2558076	Amezrou	amezrou	MA		0	Africa/Casablanca	31.48904	-7.81029		Amezrou,Amzou,Douar Amezrou		07	041		
2558077	Amezri	amezri	MA		0	Africa/Casablanca	33.84764	-3.802				02	265		
2558078	Amezri	amezri	MA		0	Africa/Casablanca	31.45048	-6.62654		Amerzi,Amezri		08	401		
2558079	Douar Amezzou	douar-amezzou	MA		0	Africa/Casablanca	34.9986	-4.44896		Amezoug,Amezug,Amzou,Douar Amezzou		01	051		
2558080	Amezouc	amezouc	MA		0	Africa/Casablanca	35.81136	-5.47433				01	227		
2558082	Amezlakh	amezlakh	MA		0	Africa/Casablanca	32.01343	-5.16013				08	577		
2558085	Amzd Khsane	amzd-khsane	MA		0	Africa/Casablanca	29.84192	-9.02035		Amezdou Khsane,Amzd Khsane		09	163		
2558086	Douar Amtaras	douar-amtaras	MA		0	Africa/Casablanca	35.09201	-5.10383		Ametrasse,Douar Amtaras		01	151		
2558087	Ametek	ametek	MA		0	Africa/Casablanca	35.24121	-5.13529				01	151		
2558092	Amesghar	amesghar	MA		0	Africa/Casablanca	29.80422	-9.66904		Amesghar,Amesrhar,Amsrhar		09	581		
2558093	Amsoul	amsoul	MA		0	Africa/Casablanca	31.24697	-6.68619		Amesoul,Amrzou,Amsoul		08	401		
2558094	Amesougane	amesougane	MA		0	Africa/Casablanca	34.95	-4.73				01	151		
2558097	Amsamsa	amsamsa	MA		0	Africa/Casablanca	31.39192	-7.33637		Amesmsa,Amsamsa,Amsemsa		07	041		
2558100	Amsmatart	amsmatart	MA		0	Africa/Casablanca	30.27058	-7.92653		Amesmatert,Amesmaterte,Amsmartete,Amsmartète,Amsmatart		09	541		
2558102	Amassakra	amassakra	MA		0	Africa/Casablanca	31.36145	-7.42486		Amascara,Amassakra,Amekha,Amekra,Ameskra		07	041		
2558103	Ameskroud	ameskroud	MA		0	Africa/Casablanca	30.53417	-9.32621		Ameskhoud,Ameskroud		09	001		
2558104	Ameskar et Tahtani	ameskar-et-tahtani	MA		0	Africa/Casablanca	31.48691	-6.22123		Amaskar,Ameskar et Tahtani,Amesker,Amesker et Tahtani,Amesker et Tatani		08	577		
2558105	Aneskar el Fougani	aneskar-el-fougani	MA		0	Africa/Casablanca	31.50046	-6.26615		Amesker el Fougani,Amesker el Foukani,Amesker el Fouqani,Aneskar El Fourqani,Aneskar el Fougani		08	577		
2558106	Amaskarl	amaskarl	MA		0	Africa/Casablanca	31.4035	-7.65666		Amaskarl,Ameskalli		07	041		
2558107	Amçgad	amcgad	MA		0	Africa/Casablanca	30.17175	-7.75724		Amcgad,Ameskad,Amçgad		09	541		
2558110	Amesdat	amesdat	MA		0	Africa/Casablanca	30.9268	-8.6686				07	161		
2558113	Amerzwast	amerzwast	MA		0	Africa/Casablanca	31.26818	-7.86035		Amerzouast,Amerzwast,Amezouast		07	041		
2558114	Amerzou	amerzou	MA		0	Africa/Casablanca	31.26607	-6.50991				08	401		
2558118	Amerzgane	amerzgane	MA		0	Africa/Casablanca	31.0437	-7.21037		Amarzgane,Amerzgane,Anergane	0440103032	08	401	0440103032	
2558122	Amersid	amersid	MA		0	Africa/Casablanca	32.74983	-4.47063			1330107112	05	301	1330107112	
2558123	Douar Amersane	douar-amersane	MA		0	Africa/Casablanca	35.61282	-5.55036		Amersane,Douar Amersane		01	571		
2558124	Amersal	amersal	MA		0	Africa/Casablanca	30.47529	-9.07074				09	541		
2558125	Amers	amers	MA		0	Africa/Casablanca	30.49705	-9.17739		Amers,Amrs		09	541		
2558129	Amghlou	amghlou	MA		0	Africa/Casablanca	30.84099	-8.66196		Amerhlo,Amghlou		09	541		
2558131	Amghizid	amghizid	MA		0	Africa/Casablanca	31.95506	-6.87681		Amerhisid,Amghizid,Amrhisid,Amrhizid		05	081		
2558132	Amaghli	amaghli	MA		0	Africa/Casablanca	30.69084	-8.19287		Amaghli,Amerhii,Amerhili		09	541		
2558138	Amergou	amergou	MA		0	Africa/Casablanca	34.88926	-5.17345		Amargo,Amergou,Amergu		01	151		
2558143	Amerchih	amerchih	MA		0	Africa/Casablanca	30.81177	-8.6564		Amerchen,Amerchene,Amerchih		09	541		
2558149	Amenzel	amenzel	MA		0	Africa/Casablanca	31.16	-7.73		Amenzal,Amenzel		07	041		
2558150	Douar Amantak	douar-amantak	MA		0	Africa/Casablanca	35.35569	-5.03609		Amentak,Aminetak,Douar Amantak		01	151		
2558152	Amnayyou	amnayyou	MA		0	Africa/Casablanca	30.11212	-8.33321		Amennayo,Amnayyou		09	541		
2558153	Amangar	amangar	MA		0	Africa/Casablanca	31.29011	-7.27576		Amangar,Amenegar		08	401		
2558155	Douar Amelloul	douar-amelloul	MA		0	Africa/Casablanca	35.35675	-5.0846		Ameloul,Douar Amelloul		01	151		
2558156	Amlouggui	amlouggui	MA		0	Africa/Casablanca	31.23509	-7.65053		Amellouai,Amellougui,Amlouggui,Aulougui		07	041		
2558165	Amlagou	amlagou	MA		0	Africa/Casablanca	31.99645	-5.00862		Amellago,Amlagou,Imelouane,Ksar Amellago,Ksar Imelouane		08	201		
2558167	Zawit Amalkis	zawit-amalkis	MA		0	Africa/Casablanca	31.80933	-4.26526		Amelkis,Zaouia Melkis,Zawit Amalkis		08	201		
2558169	Douar Amlouk	douar-amlouk	MA		0	Africa/Casablanca	35.10625	-4.82059		Amelaous,Amelous,Douar Amlouk		01	151		
2558175	Amakchoud	amakchoud	MA		0	Africa/Casablanca	31.21349	-6.58968		Amakchoud,Amekchoud,Amekshoud,Amkchoud		08	401		
2558179	Amekhlij	amekhlij	MA		0	Africa/Casablanca	31.37266	-7.8482		Amehlige,Amekhlij,Douar Amekhlij		07	041		
2558180	Amekdrane	amekdrane	MA		0	Africa/Casablanca	31.05466	-9.08175				07	161		
2558182	Amajgag	amajgag	MA		0	Africa/Casablanca	31.45525	-6.2056		Amajgag,Amejgag		08	577		
2558187	Amejri	amejri	MA		0	Africa/Casablanca	35.11895	-5.25332		Amagri,Amejri		01	151		
2558188	Amegri	amegri	MA		0	Africa/Casablanca	35.04605	-5.42688				01	151		
2558189	Amagdoul	amagdoul	MA		0	Africa/Casablanca	31.3472	-7.71747		Amagdoul,Amegdoul		07	041		
2558190	Amegdoul	amegdoul	MA		0	Africa/Casablanca	30.86	-8.26		Amagdoul,Amegdoul		09	541		
2558191	Amagdoul	amagdoul	MA		0	Africa/Casablanca	30.8608	-8.2827		Amagdoul,Amegdoul		09	541		
2558192	Amegdoul	amegdoul	MA		0	Africa/Casablanca	30.6992	-9.20038		Amegdoul,Amegdout		09	541		
2558195	Douar Amgadi	douar-amgadi	MA		0	Africa/Casablanca	35.11418	-5.58634		Amegadi,Amgadi,Amgâdi,Douar Amgadi		01	331		
2558196	Douar Amgadi	douar-amgadi	MA		0	Africa/Casablanca	35.04077	-5.74015		Amegadi,Ameggadi,Douar Amgadi		01	331		
2558199	Tagdiycht	tagdiycht	MA		0	Africa/Casablanca	29.72828	-9.31824		Amechtrik,Tagdiycht		09	581		
2558203	Amechaji	amechaji	MA		0	Africa/Casablanca	35.20088	-4.71645		Amechaji,Amexayi		01	151		
2558204	Amdrous	amdrous	MA		0	Africa/Casablanca	30.86349	-8.85093		Amdros,Amdrous		09	541		
2558209	Amadghar	amadghar	MA		0	Africa/Casablanca	30.31942	-7.75679		Amadghar,Amdrar,Amdrar n' Oumdras,Amdrar n’ Oumdras		09	541		
2558211	Amdouc	amdouc	MA		0	Africa/Casablanca	30.09333	-8.80492		Amdouc,Amdouz		09	541		
2558214	Amdnarene	amdnarene	MA		0	Africa/Casablanca	31.28953	-6.04913		Amdnaren,Amdnarene,Imadnaghene		08	577		
2558216	Medadha	medadha	MA		0	Africa/Casablanca	32.59034	-7.69279		Amdidih,Medadha		06	461		
2558217	Amdel	amdel	MA		0	Africa/Casablanca	31.56129	-8.89389		Ahdil,Amdel		07	161		
2558221	Amchtoutel	amchtoutel	MA		0	Africa/Casablanca	30.20683	-9.00512		Amachkoutel,Amchtoutel,Amchtoutet		09	541		
2558222	Amchila	amchila	MA		0	Africa/Casablanca	33.70492	-4.78456				03	451		
2558223	Amchila	amchila	MA		0	Africa/Casablanca	33.7	-4.78				03	451		
2558224	Mchabbak	mchabbak	MA		0	Africa/Casablanca	31.99617	-7.00612		Amchebek,Douar Amchebek,Mchabbak		05	081		
2558225	Amchat	amchat	MA		0	Africa/Casablanca	32.44481	-6.20981				05	091		
2558227	Amchachtouw	amchachtouw	MA		0	Africa/Casablanca	31.68895	-6.61726		Amchachtou,Amchachtouw		05	081		
2558231	Amazzer	amazzer	MA		0	Africa/Casablanca	31.2677	-7.80289		Amazar,Amazzer		07	041		
2558232	Amazzar	amazzar	MA		0	Africa/Casablanca	30.86123	-7.81172		Amazre,Amazzar,Amazzer		09	541		
2558233	Amazzar	amazzar	MA		0	Africa/Casablanca	35.18455	-5.1689		Amaza,Amazzar,Amazá,Amesar,Amezar		01	151		
2558234	Amagour	amagour	MA		0	Africa/Casablanca	30.23838	-8.85621		Amagour,Amagueur,Amazour,Amezour		09	541		
2558235	Amassine	amassine	MA		0	Africa/Casablanca	30.62653	-7.45669		Amassine,Amazirht		08	401		
2558237	Amzlou	amzlou	MA		0	Africa/Casablanca	30.23729	-8.00489		Amaziou,Amzlou		09	541		
2558239	Amazer	amazer	MA		0	Africa/Casablanca	30.44915	-6.95459		Amazer,Amazzer,Amazzr		08	401		
2558241	Amassine Igourramene	amassine-igourramene	MA		0	Africa/Casablanca	30.02798	-9.15993				09	163		
2558247	Amassine	amassine	MA		0	Africa/Casablanca	31.44629	-6.93347				05	081		
2558248	Amassine	amassine	MA		0	Africa/Casablanca	31.41666	-6.50905				08	401		
2558249	Amassine	amassine	MA		0	Africa/Casablanca	31.30647	-7.79492		Akroufla Dyar Amassine,Amassine		07	041		
2558250	Amassine	amassine	MA		0	Africa/Casablanca	31.2879	-7.18233				08	401		
2558251	Amassine	amassine	MA		0	Africa/Casablanca	31.24462	-9.4716		Amassine,Amessou		07	211		
2558252	Amassine	amassine	MA		0	Africa/Casablanca	31.16774	-8.62331				07	161		
2558253	Amassine	amassine	MA		0	Africa/Casablanca	31.11981	-7.32452				08	401		
2558254	Amassine	amassine	MA		0	Africa/Casablanca	30.80813	-7.58339		Amassine,Amassine Khezana,Zaouia Amassine		08	401		
2558257	Ammassane	ammassane	MA		0	Africa/Casablanca	30.55317	-7.80455		Amasne,Amassen,Amassene,Amassèn,Ammassane		09	541		
2558258	Ameskar	ameskar	MA		0	Africa/Casablanca	31.44334	-6.38285		Amaskar,Ameskar		08	577		
2558259	Amar Teïmount	amar-teimount	MA		0	Africa/Casablanca	35.05161	-2.75378		Amar Teimount,Amar Teimunt,Amar Teïmount		02	381		
2558260	Amarstas	amarstas	MA		0	Africa/Casablanca	34.82377	-4.72987				01	051		
2558261	Douar Amaray	douar-amaray	MA		0	Africa/Casablanca	35.19823	-3.64032		Amar Reik,Amar Reïk,Douar Amaray		02	167		
2558263	Amarouchene	amarouchene	MA		0	Africa/Casablanca	34.58	-3.83		Amarouchene,Ihadouchen		03	561		
2558264	Douar Amarna	douar-amarna	MA		0	Africa/Casablanca	34.46163	-4.32219		Amarna,Douar Amarna,El Amarna,Lamarna		03	561		
2558265	Amar Lahsene	amar-lahsene	MA		0	Africa/Casablanca	35.07293	-3.20693		Amar Lahsen,Amar Lahsene		02	381		
2558266	Amarkes	amarkes	MA		0	Africa/Casablanca	30.00514	-9.59685		Amarkes,Amarks		09	163		
2558267	Amarkhciyne	amarkhciyne	MA		0	Africa/Casablanca	29.69774	-9.07274		Amarhsine,Amarkhciyne,Amarkhessine,Amarkhsine		09	581		
2558268	Amarkhsine	amarkhsine	MA		0	Africa/Casablanca	29.69538	-8.89011				09	581		
2558269	Amari	amari	MA		0	Africa/Casablanca	30.66953	-8.21357				09	541		
2558274	Amarha	amarha	MA		0	Africa/Casablanca	30.51	-6.73				08	587		
2558280	Amara Ben Ammou	amara-ben-ammou	MA		0	Africa/Casablanca	31.78	-9.05				07	211		
2558285	Amagha	amagha	MA		0	Africa/Casablanca	30.61747	-7.14043		Amagha,Amara,Amarra,Amerra,Assersa		08	401		
2558291	Amanouz	amanouz	MA		0	Africa/Casablanca	31.51269	-7.70315		Amanouz,Douar Amanouz		07	041		
2558293	Amane-n-Tazart	amane-n-tazart	MA		0	Africa/Casablanca	30.11101	-8.48939		Amane Tazert,Amane-n-Tazart		09	541		
2558294	Amane Tamrhra	amane-tamrhra	MA		0	Africa/Casablanca	29.66443	-9.64298		Aman Tamghara,Amane Tamghra,Amane Tamkha,Amane Tamrha,Amane Tamrhra		09	581		
2558296	Amamoul	amamoul	MA		0	Africa/Casablanca	30.60828	-7.96663		Amamoul,Amane Oulli		09	541		
2558297	Amane	amane	MA		0	Africa/Casablanca	31.42919	-5.5963		Amane,Amane Oukidet		08	577		
2558302	Amane-n-Oulili	amane-n-oulili	MA		0	Africa/Casablanca	30.7674	-8.34073		Amane n' Oulili,Amane n’ Oulili,Amane-n-Oulili,Arnan Oulili		09	541		
2558309	Zaouit n’ou-Amane Meloulnine	zaouit-n-ou-amane-meloulnine	MA		0	Africa/Casablanca	31.67164	-7.35774		Zaouia Amane Mellouline,Zaouit n'ou-Amane Meloulnine,Zaouit n’ou-Amane Meloulnine		07	041		
2558310	Amane Mallouln	amane-mallouln	MA		0	Africa/Casablanca	31.85885	-6.30001		Amane Mallouln,Amane Melloul,Amane Melloulene,Amane Mellouln		05	081		
2558313	Douar Amane Islane	douar-amane-islane	MA		0	Africa/Casablanca	32.56974	-5.30398		Amane Islam,Amane Islane,Douar Amane Islane		08	363		
2558315	Douar Amane Ilila	douar-amane-ilila	MA		0	Africa/Casablanca	33.5729	-4.62807		Amane Ilila,Amani Lilla,Douar Amane Ilila		03	131		
2558318	Amanar	amanar	MA		0	Africa/Casablanca	29.57596	-9.34198				09	581		
2558319	Amanalf	amanalf	MA		0	Africa/Casablanca	29.41	-10.15				10	473		
2558320	Amamra	amamra	MA		0	Africa/Casablanca	31.9	-7.1		Amamra,Zemamra,Zmamra		07	191		
2558324	Amalou Ougris	amalou-ougris	MA		0	Africa/Casablanca	30.29286	-8.30483		Amalou Ougris,Amalou n' Ou Kriss,Amalou n’ Ou Kriss		09	541		
2558333	Amalou	amalou	MA		0	Africa/Casablanca	34.91	-5.42583				01	405		
2558334	Amalou	amalou	MA		0	Africa/Casablanca	31.72461	-6.77979				05	081		
2558335	Amalou	amalou	MA		0	Africa/Casablanca	30.64701	-9.0729		Amalou,Hamalou		09	541		
2558336	Amalou	amalou	MA		0	Africa/Casablanca	30.48391	-9.50161		Amadou,Amalou		09	001		
2558337	Amalou	amalou	MA		0	Africa/Casablanca	30.19153	-8.74873			0454103052	09	541	0454103052	
2558338	Amallou	amallou	MA		0	Africa/Casablanca	29.90067	-8.53547		Amallou,Amalou		09	551		
2558339	Amalou	amalou	MA		0	Africa/Casablanca	29.73768	-9.12506		Amalou,Amalou n'Sif,Amalou n’Sif		09	163		
2558341	Amaliz	amaliz	MA		0	Africa/Casablanca	30.54805	-7.79687		Amaiiz,Amaliz		09	541		
2558342	Am Aktâne	am-aktane	MA		0	Africa/Casablanca	34.85	-4.46				01	051		
2558346	Douar Amayer	douar-amayer	MA		0	Africa/Casablanca	35.09554	-4.22159		Aamayer,Amaier,Amaïer,Aâmayer,Douar Amayer		01	051		
2558357	Amadine	amadine	MA		0	Africa/Casablanca	31.13114	-9.01844		Amadine,Madine		07	161		
2558358	Amadine	amadine	MA		0	Africa/Casablanca	31.13	-9.01				07	161		
2558359	Amadene	amadene	MA		0	Africa/Casablanca	34.85	-4.45				01	051		
2558361	Amadarh	amadarh	MA		0	Africa/Casablanca	29.97204	-8.26096		Amadare,Amadarh		09	551		
2558362	Amaaza	amaaza	MA		0	Africa/Casablanca	30.42218	-8.9825		Ait Aamana,Ait Aamara,Amaaza,Aït Aamara,Aït Aâmana,Dar Amaaza		09	541		
2558366	Altal Triga	altal-triga	MA		0	Africa/Casablanca	35.01992	-3.47714				02	167		
2558367	Altaïn	altain	MA		0	Africa/Casablanca	29.16715	-10.295		Altain,Altaine,Altaïn,Altaïne		10	473		
2558370	Al Qçaç	al-qcac	MA		0	Africa/Casablanca	34.28933	-4.93523				03	531		
2558374	Alouss	alouss	MA		0	Africa/Casablanca	30.25681	-8.30889				09	541		
2558375	Alous	alous	MA		0	Africa/Casablanca	29.80194	-8.77181		Alous,Alouss		09	541		
2558376	Alous	alous	MA		0	Africa/Casablanca	31.0103	-8.5251		Allous,Alous		07	161		
2558377	Alous	alous	MA		0	Africa/Casablanca	30.72671	-7.92095		Alous,Aoualous,Aoullous,Aoullouz		09	541		
2558378	Alous	alous	MA		0	Africa/Casablanca	30.71286	-9.04523		Alous,Alouss		09	541		
2558380	Douar el Ouradirha	douar-el-ouradirha	MA		0	Africa/Casablanca	34.36851	-5.51299		Al Ouradirha,Douar el Ouradirha		03	531		
2558383	Aloujnyn	aloujnyn	MA		0	Africa/Casablanca	30.21	-6.65				09	551		
2558385	Algouz	algouz	MA		0	Africa/Casablanca	30.35696	-7.45116		Algouz,Alougouz		08	401		
2558386	Alougoum	alougoum	MA		0	Africa/Casablanca	30.27	-6.83				09	551		
2558387	Algou	algou	MA		0	Africa/Casablanca	30.83942	-8.40621		Alaggou,Algou,Alouggou		09	541		
2558389	Douar Alouarg	douar-alouarg	MA		0	Africa/Casablanca	31.33096	-8.02435		Alouarg,Douar Alouarg		07	041		
2558392	Alouane	alouane	MA		0	Africa/Casablanca	34.70958	-4.43577				01	051		
2558394	Alouana	alouana	MA		0	Africa/Casablanca	33.98308	-3.12745				02	533		
2558396	Laqçar	laqcar	MA		0	Africa/Casablanca	32.33943	-6.56922		Al Ocar,Laqcar,Laqçar		05	091		
2558398	Alnif	alnif	MA		0	Africa/Casablanca	31.11411	-5.17154			1320103052	08	201	1320103052	
2558400	Almou n’Zi	almou-n-zi	MA		0	Africa/Casablanca	31.51702	-6.24185		Almou n'Zi,Almou n’Zi,Almoun n'Zi,Almoun n’Zi		08	577		
2558403	Almoun n’Aït Isfoul	almoun-n-ait-isfoul	MA		0	Africa/Casablanca	30.6223	-5.37476		Almoun Ait Isfoul,Almoun n'Ait Isfoul,Almoun n’Aït Isfoul		08	587		
2558411	Qçar Almou	qcar-almou	MA		0	Africa/Casablanca	32.32067	-3.54169		Almou,Qcar Almou,Qçar Almou		02	251		
2558412	El Mokassab	el-mokassab	MA		0	Africa/Casablanca	34.87532	-5.49181		Al Moqassab,El Mokassab		01	405		
2558413	Al Mizah	al-mizah	MA		0	Africa/Casablanca	34.63919	-4.66821				03	531		
2558414	Almis du Guigou	almis-du-guigou	MA		0	Africa/Casablanca	33.38738	-4.82927		Almis,Almis du Guigou		03	131		
2558415	Almis Marmoucha	almis-marmoucha	MA		0	Africa/Casablanca	33.32	-4.18		Almis Marmoucha,Almis de Marmucha,Almis des Marmoucha,Mermoucha-Centre	1413103052	03	131	1413103052	
2558416	Al Mgarda	al-mgarda	MA		0	Africa/Casablanca	34.97052	-3.43305				02	167		
2558417	Douar Lmasdoura	douar-lmasdoura	MA		0	Africa/Casablanca	34.04421	-4.84836		Al Mesdoura,Douar Lmasdoura		03	591		
2558418	Almes	almes	MA		0	Africa/Casablanca	31.06074	-8.84772		Alma,Almes		07	161		
2558420	El Merj	el-merj	MA		0	Africa/Casablanca	34.65951	-3.91371		Al Merj,El Merj		03	561		
2558421	Lmellah	lmellah	MA		0	Africa/Casablanca	34.26622	-6.57279		Al Mellah,Lmellah		04	281		
2558422	Douar Al Mallassa	douar-al-mallassa	MA		0	Africa/Casablanca	31.96385	-7.44817		Al Melassa,Douar Al Mallassa		07	191		
2558423	Al Mehaouza	al-mehaouza	MA		0	Africa/Casablanca	34.13	-3.95				03	561		
2558424	Al M’aziz	al-m-aziz	MA		0	Africa/Casablanca	33.67073	-6.31613		Al M'aziz,Al M’aziz,El Maaziz,El Maâziz,Maaziz		04	291		
2558427	Al Mame	al-mame	MA		0	Africa/Casablanca	32.55316	-3.9423		Al Mame,Almane		02	251		
2558428	El Mansouria	el-mansouria	MA		0	Africa/Casablanca	33.74643	-7.30194		Al Mancouriya,Al Mançouriya,El Mansouria,Kasba Mansouriah,Mansoriyeh,Mansouria,Mansouriah,Minaret de Mansuria		06	111		
2558429	Al Makhzene	al-makhzene	MA		0	Africa/Casablanca	34.82428	-4.61416				01	051		
2558430	Lam’aziz	lam-aziz	MA		0	Africa/Casablanca	31.84568	-7.33529		Al Maaziz,Lam'aziz,Lam’aziz		07	191		
2558432	Alma	alma	MA		0	Africa/Casablanca	34.97883	-5.42417		Alma,El Ma		01	405		
2558433	Alma	alma	MA		0	Africa/Casablanca	34.84671	-3.82219				03	561		
2558434	Alma	alma	MA		0	Africa/Casablanca	31.06609	-8.95165				07	161		
2558435	Alma	alma	MA		0	Africa/Casablanca	29.88376	-9.04289		Ahma,Alma		09	163		
2558436	Beni Yakhlef	beni-yakhlef	MA		0	Africa/Casablanca	33.68407	-7.33924		Al Luwayziyah,Al Luwayzīyah,Al Lwiziya,Beni Yakhlef,Ellouizia,Elluoizia,Louizia,Saint-Jean de Fedala		06	371		
2558438	Allous	allous	MA		0	Africa/Casablanca	31.32387	-7.86662		Allous,Alous,Douar Allous,Zawyat Allous		07	041		
2558439	Allous	allous	MA		0	Africa/Casablanca	30.93559	-8.64491				07	161		
2558444	Allarh Ou Aourga	allarh-ou-aourga	MA		0	Africa/Casablanca	30.5942	-9.62715		Allarh Aouems,Allarh Ou Aourga		09	001		
2558445	Douar Allagh ou Zrou	douar-allagh-ou-zrou	MA		0	Africa/Casablanca	33.90645	-4.36061		Alla Ouzrou,Douar Alla Ouzrou,Douar Allagh ou Zrou		03	561		
2558449	Allaled Ou Souk	allaled-ou-souk	MA		0	Africa/Casablanca	29.35706	-10.08718		Alat Ida U Suggun,Alat Ida Usugun,Allaled Ou Souk		10	473		
2558451	Allal Ben Omar	allal-ben-omar	MA		0	Africa/Casablanca	32.28223	-8.04085		Allal Ben Omar,Allal Bou Omar		07	427		
2558452	Allal Ben Messaoud	allal-ben-messaoud	MA		0	Africa/Casablanca	35.21103	-3.07194		Al-lal Ben Mesaud,Allal Ben Mesaoud,Allal Ben Messaoud		02	381		
2558456	Allal	allal	MA		0	Africa/Casablanca	34.90772	-4.30234				01	051		
2558457	Rbaat Allal	rbaat-allal	MA		0	Africa/Casablanca	32.15546	-8.6586		Allal,Douar Allal,Rbaat Allal		07	585		
2558458	Allal	allal	MA		0	Africa/Casablanca	31.83083	-9.53722		Allal,Douar Allal,Ouled Allal		07	211		
2558461	Allah Bou Hammou	allah-bou-hammou	MA		0	Africa/Casablanca	32.16971	-8.43087				07	585		
2558464	Allag Jouta	allag-jouta	MA		0	Africa/Casablanca	34.53777	-6.00584		Allag,Allag Jouta,Douar Allag		04	481		
2558467	Alla	alla	MA		0	Africa/Casablanca	31.02419	-8.12152				07	041		
2558468	Al Kouda	al-kouda	MA		0	Africa/Casablanca	34.434	-4.48982				03	531		
2558469	Al Koualit	al-koualit	MA		0	Africa/Casablanca	34.09285	-3.40652				02	265		
2558470	Khemisset	khemisset	MA		106991	Africa/Casablanca	33.82404	-6.06627		Al Khmissat,Khemisset,Kimisset	1029101011	04	291	1029101011	
2558471	Al Khelalfa	al-khelalfa	MA		0	Africa/Casablanca	34.67097	-4.62008				03	531		
2558472	Al Khelafiyine	al-khelafiyine	MA		0	Africa/Casablanca	34.13291	-3.38702				02	265		
2558473	Lakrakcha	lakrakcha	MA		0	Africa/Casablanca	31.96702	-7.07407		Al Khakcha,Lakrakcha		07	191		
2558475	Douar Kaakour	douar-kaakour	MA		0	Africa/Casablanca	34.02805	-4.45006		Al Kerkour,Douar Kaakour		03	561		
2558479	Ali Ouzinib	ali-ouzinib	MA		0	Africa/Casablanca	35.10515	-3.21001		Ali Ouzinib,Ali Uzinib		02	381		
2558480	Ali Ou Zaïd	ali-ou-zaid	MA		0	Africa/Casablanca	31.95276	-6.72188				05	081		
2558481	Ali Ou Saïd Imri	ali-ou-said-imri	MA		0	Africa/Casablanca	31.51	-6.13				08	577		
2558492	Oulad Ali	oulad-ali	MA		0	Africa/Casablanca	31.90191	-8.97501		Ali Oulad Mbarek,Douar Ali Ould Mbarek,Oulad Ali		07	431		
2558493	Douar ’Ali Jdid	douar-ali-jdid	MA		0	Africa/Casablanca	32.69517	-3.30894		Ali Ou Jdid,Douar 'Ali Jdid,Douar ’Ali Jdid		02	251		
2558494	Ali Ou Ikko	ali-ou-ikko	MA		0	Africa/Casablanca	32.14726	-5.59786				08	363		
2558496	Ali Ou Grou	ali-ou-grou	MA		0	Africa/Casablanca	32.47022	-4.3808		Ait el gous,Ali Ou Grou,Aït el gous		08	363		
2558497	Ali Ou Daoud	ali-ou-daoud	MA		0	Africa/Casablanca	32.13301	-5.67113		Ait Ali Ou Daoud,Ali Ou Daoud,Aït Ali Ou Daoud		08	363		
2558500	Douar Ali Ou Brahim	douar-ali-ou-brahim	MA		0	Africa/Casablanca	30.36663	-9.33699		Ali Ou Brahim,Dar Ali Ou Brahim,Douar Ali Ou Brahim		09	273		
2558502	Douar Aliouat	douar-aliouat	MA		0	Africa/Casablanca	31.58156	-8.41319		Aliouat,Douar Aliouat		07	161		
2558503	Ali Ou Ali	ali-ou-ali	MA		0	Africa/Casablanca	29.14064	-10.17577		Ali Ou Ali,Ali U Ali		10	473		
2558504	Ayt Ou ’Ali	ayt-ou-ali	MA		0	Africa/Casablanca	32.00687	-6.64867		Ali Ou Ali,Ayt Ou 'Ali,Ayt Ou ’Ali		05	081		
2558509	’Aliwa	aliwa	MA		0	Africa/Casablanca	31.49634	-8.46464		'Aliwa,Alioua,Aliouia,Douar Alioua,’Aliwa		07	161		
2558510	Ali Moumene	ali-moumene	MA		0	Africa/Casablanca	32.9422	-7.61601				06	461		
2558511	Douar Hammadene	douar-hammadene	MA		0	Africa/Casablanca	35.29399	-5.43909		Alimadene,Douar Hammadene		01	571		
2558517	Ali Bou Sid	ali-bou-sid	MA		0	Africa/Casablanca	29.4149	-9.98796		Ali Bou Sid,Ali Bu Said		10	473		
2558519	Aït Bou’aziz	ait-bou-aziz	MA		0	Africa/Casablanca	32.02882	-6.85957		Ait Bou'aziz,Ali Bou Aziz,Aït Bou’aziz		05	081		
2558523	Ali Ben Izguem	ali-ben-izguem	MA		0	Africa/Casablanca	32.51528	-5.0803		Ali Ben Izgem,Ali Ben Izguem,Ali Ben Izguen		08	363		
2558524	Ali Ben Chama	ali-ben-chama	MA		0	Africa/Casablanca	32.21088	-8.70107		Ali Ben Chama,Douar Ali ben Chama		07	585		
2558525	Aït Ben ’Ali	ait-ben-ali	MA		0	Africa/Casablanca	31.99253	-6.60965		Ait Ben 'Ali,Ali Ben Ali,Aït Ben ’Ali		05	081		
2558541	Al Hrayeq	al-hrayeq	MA		0	Africa/Casablanca	34.95016	-5.22736				01	151		
2558545	Al Hoceïma	al-hoceima	MA		395644	Africa/Casablanca	35.25165	-3.93723		AHU,Al Hoceima,Al Hoceïma,Al Huceima,Al Husaymat,Al Ḩusaymāt,Al-Hoceima,Al-Husajma,Alhacemas,Alhucemas,Villa Alhucemas,Villa Sanjurjo,alhsymt,hsymh,الحسيمة,حسیمه	051	01	051		
2558547	Alhehi	alhehi	MA		0	Africa/Casablanca	29.17631	-10.29714		Ahel Hehe,Alhehi		10	473		
2558548	Al Hamoum	al-hamoum	MA		0	Africa/Casablanca	34.5799	-5.27625				01	405		
2558551	Al Hadadcha	al-hadadcha	MA		0	Africa/Casablanca	34.73073	-3.35369				02	167		
2558552	Douar Lahchalfa	douar-lahchalfa	MA		0	Africa/Casablanca	33.94348	-4.95715		Al Hachlaf,Douar Lahchalfa		03	231		
2558553	Al Grama et Thata	al-grama-et-thata	MA		0	Africa/Casablanca	34.15	-4.06				03	561		
2558554	Al Grafda	al-grafda	MA		0	Africa/Casablanca	34.51	-5.75				04	481		
2558555	Algouz	algouz	MA		0	Africa/Casablanca	31.77323	-6.87824		Algouz,Algouze,Khouze,Krouze		05	081		
2558556	Algoud	algoud	MA		0	Africa/Casablanca	30.16039	-8.90295				09	541		
2558557	Alaggou	alaggou	MA		0	Africa/Casablanca	30.42301	-7.86216		Alaggou,Algou		09	541		
2558558	Algou	algou	MA		0	Africa/Casablanca	31.22554	-8.65251		Algo,Algou		07	161		
2558559	El Rhraïbi	el-rhraibi	MA		0	Africa/Casablanca	31.26983	-8.5854		Al Ghraibi,Al Ghraïbi,El Rhraibi,El Rhraïbi		07	161		
2558560	Al Garage	al-garage	MA		0	Africa/Casablanca	32.11074	-6.70953				05	081		
2558561	Al Fouqara	al-fouqara	MA		0	Africa/Casablanca	34.68157	-3.47314		Al Foukara,Al Fouqara		02	167		
2558563	Douar el Fokra	douar-el-fokra	MA		0	Africa/Casablanca	31.66438	-7.46723		Al Fogra,Douar el Fokra		07	191		
2558564	Alfa n’Tikki	alfa-n-tikki	MA		0	Africa/Casablanca	29.36488	-9.35073		Afa n'Tiki,Afa n’Tiki,Alfa n'Tikki,Alfa n’Tikki		10	473		
2558570	Lamsid	lamsid	MA		0	Africa/Casablanca	32.52584	-5.58683		Alemsid,Lamsid		05	091		
2558571	Alamsa	alamsa	MA		0	Africa/Casablanca	30.6776	-7.83334		Alamsa,Alemsa		09	541		
2558572	Almaghou	almaghou	MA		0	Africa/Casablanca	32.09339	-5.5033		Alemrhou,Almaghou,Ksar Alamgho		08	363		
2558575	Alemdoun	alemdoun	MA		0	Africa/Casablanca	31.42	-6.2				08	577		
2558577	Alebra	alebra	MA		0	Africa/Casablanca	34.96665	-5.44596		Alebra,Lilabra		01	405		
2558581	El Borja	el-borja	MA		0	Africa/Casablanca	31.4558	-9.02515		Al Borja,El Borja		07	161		
2558582	Al Borj	al-borj	MA		0	Africa/Casablanca	31.17643	-8.9153				07	161		
2558583	Al Bioutat	al-bioutat	MA		0	Africa/Casablanca	31.47296	-8.97532				07	161		
2558584	Al Biyd	al-biyd	MA		0	Africa/Casablanca	29.56543	-9.36272		Al Biyd,Albeid,Albeïd		09	581		
2558585	Douar el Bchara	douar-el-bchara	MA		0	Africa/Casablanca	34.49365	-5.71147		Al Bchara,Douar el Bchara		04	481		
2558586	Albane	albane	MA		0	Africa/Casablanca	30.2708	-8.07923				09	541		
2558587	Al Balat	al-balat	MA		0	Africa/Casablanca	34.90462	-5.19923				01	151		
2558590	Douar Laazayeb El Oulia	douar-laazayeb-el-oulia	MA		0	Africa/Casablanca	34.87056	-5.16639		Al 'Azaib,Al ’Azaïb,Azaib,Azaïb,Douar Laazayeb El Oulia		01	151		
2558591	Douar Laatarma	douar-laatarma	MA		0	Africa/Casablanca	34.12964	-4.62941		Al Aterma,Douar Laatarma,Douar el Aterma,El Aterma		03	531		
2558592	Alatas	alatas	MA		0	Africa/Casablanca	30.98714	-9.14661		Alatas,Alatas Amadlene,Alatas Amadlène,Alates		07	161		
2558593	Al 'Assara	al-assara	MA		0	Africa/Casablanca	32.35	-6.7				05	255		
2558595	Al Araba	al-araba	MA		0	Africa/Casablanca	32.30586	-6.84532				05	255		
2558596	Al Aouiant	al-aouiant	MA		0	Africa/Casablanca	34.21	-3.83				03	561		
2558597	Alane	alane	MA		0	Africa/Casablanca	31.51319	-7.3709		Aalane,Alane,Allane,Aâlane		07	041		
2558598	Douar El Onsar	douar-el-onsar	MA		0	Africa/Casablanca	34.8734	-5.60739		Al Ancer,Douar El Onsar,Douar Laarsar		01	405		
2558599	Douar Laamma	douar-laamma	MA		0	Africa/Casablanca	34.04642	-5.35732		Al Amma,Douar Laamma,El Amma		03	061		
2558603	Douar Allalech	douar-allalech	MA		0	Africa/Casablanca	35.52213	-5.549		Aalalech,Allalech,Douar Allalech		01	571		
2558604	Alalech	alalech	MA		0	Africa/Casablanca	35.16076	-5.28226		Ahlalech,Alalech		01	151		
2558605	Alalech	alalech	MA		0	Africa/Casablanca	34.94342	-5.03303		Aalalech,Ahlalech,Alalech		01	151		
2558606	El Aïn	el-ain	MA		0	Africa/Casablanca	31.37351	-9.18813		Al Ain,Al Aïn,El Ain,El Aïn		07	211		
2558607	Al ‘Aïn	al-ain	MA		0	Africa/Casablanca	31.23	-8.06				07	041		
2558609	Ala el Ma	ala-el-ma	MA		0	Africa/Casablanca	31.51022	-8.04279		Ala el Ma,Douar Ala Lma,El - Hama		07	041		
2558612	Agsimane	agsimane	MA		0	Africa/Casablanca	30.65497	-8.29405		Agsimane,Akzimen,Akzimene		09	541		
2558615	Aksimn	aksimn	MA		0	Africa/Casablanca	30.93145	-9.51767		Aksimine,Aksimn		07	211		
2558616	Aksim	aksim	MA		0	Africa/Casablanca	31.10213	-9.45557		Akcemen,Aksim		07	211		
2558623	Akourldes	akourldes	MA		0	Africa/Casablanca	30.4285	-9.05139		Akouridis,Akouridiss,Akourldes,Akridis,Allroudis		09	541		
2558624	Akour	akour	MA		0	Africa/Casablanca	31.71363	-5.24876				08	201		
2558625	Akounsane	akounsane	MA		0	Africa/Casablanca	34.95	-4.93		Akoumsana,Akoumsâna,Akounsane		01	151		
2558627	Akoumsâna	akoumsana	MA		0	Africa/Casablanca	34.95	-4.93				01	151		
2558630	Akoubane	akoubane	MA		0	Africa/Casablanca	30.91969	-9.62646		Akoubane,Igbane		07	211		
2558631	Agchtim	agchtim	MA		0	Africa/Casablanca	30.81839	-7.74187		Agchtim,Akechtim,Akochtim,Akouchtine		09	541		
2558633	Aknoul	aknoul	MA		0	Africa/Casablanca	34.65371	-3.86754			1556101011	03	561	1556101011	
2558652	Akkara	akkara	MA		0	Africa/Casablanca	31.4527	-7.84127				07	041		
2558660	Akka Irene	akka-irene	MA		0	Africa/Casablanca	30	-7.53				09	551		
2558662	Akkaïou	akkaiou	MA		0	Africa/Casablanca	32.33492	-5.52975				05	091		
2558663	Akka Iguirene	akka-iguirene	MA		0	Africa/Casablanca	29.76905	-7.69551		Akka Aguirene,Akka Iguiren,Akka Iguirene		09	551		
2558667	Akka	akka	MA		0	Africa/Casablanca	29.38914	-8.2549		Akka,Akka Centre		09	551		
2558676	Akimakh	akimakh	MA		0	Africa/Casablanca	31.3	-8.45				07	161		
2558678	Akiau	akiau	MA		0	Africa/Casablanca	29.3711	-9.96526				10	473		
2558682	Akhlij	akhlij	MA		0	Africa/Casablanca	31.37322	-7.77494		Akhlij,Aklije,Dar Khelij,Douar Akhlij,Khely		07	041		
2558683	Douar Akhlij	douar-akhlij	MA		0	Africa/Casablanca	31.36676	-8.10233		Akhlij,Douar Akhlij		07	041		
2558684	Aghferga	aghferga	MA		0	Africa/Casablanca	30.99861	-8.92904		Aghferga,Akhferga,Akhfrga		07	161		
2558686	Akhfamane	akhfamane	MA		0	Africa/Casablanca	30.57558	-7.77238		Akhfamane,Akhfamou		09	541		
2558690	Akhendachou n’Aït Ouffi	akhendachou-n-ait-ouffi	MA		0	Africa/Casablanca	31.53	-5.91		Akhendachou,Akhendachou n'Ait Ouffi,Akhendachou n’Aït Ouffi		08	577		
2558691	Akhellouf	akhellouf	MA		0	Africa/Casablanca	30.50468	-6.06761		Akhallouf,Akhellouf		08	587		
2558694	Douar Akhatar	douar-akhatar	MA		0	Africa/Casablanca	31.50836	-7.8705		Akhatar,Douar Akhatar,Hakkara		07	041		
2558695	Akhar	akhar	MA		0	Africa/Casablanca	34.82151	-5.48013		Akhar,Akrar		01	405		
2558696	Akhmassi	akhmassi	MA		0	Africa/Casablanca	31.0866	-5.79146		Akhamsi,Akhmassi		08	577		
2558697	Akhamenoll	akhamenoll	MA		0	Africa/Casablanca	34.76	-4.43				01	051		
2558705	Akhachane	akhachane	MA		0	Africa/Casablanca	32.05306	-6.13431				05	081		
2558707	Akerz	akerz	MA		0	Africa/Casablanca	29.34867	-9.64922		Akerz,Aukerz		10	473		
2558708	Akersane	akersane	MA		0	Africa/Casablanca	35.2445	-5.6772				01	331		
2558711	Akerouz	akerouz	MA		0	Africa/Casablanca	31.47628	-4.87955		Akerouss el Fougani,Akerouz,Ksiret Akkerous Fougani,Ksiret Akkerrous Fougani		08	201		
2558714	Akerkour	akerkour	MA		0	Africa/Casablanca	31.0164	-5.95902				08	587		
2558715	Akerkour	akerkour	MA		0	Africa/Casablanca	29.92242	-9.32135				09	163		
2558717	Akerkaou	akerkaou	MA		0	Africa/Casablanca	30.74387	-9.74944		Akarkaou,Akarkaw,Akarkour,Akerkaou,El Khaddach		09	001		
2558726	Akedim n’Yazza	akedim-n-yazza	MA		0	Africa/Casablanca	31.6841	-5.88036		Agdim n'Yazza,Agdim n’Yazza,Akdim ait iazza,Akdim aït iazza,Akedim n'Yazza,Akedim n’Yazza		08	577		
2558727	Akedim Msemrir	akedim-msemrir	MA		0	Africa/Casablanca	31.70581	-5.80589		Aguedim m'Semrhir,Aguedim m'Semrir,Aguedim m’Semrhir,Aguedim m’Semrir,Akdim,Akedim Msemrir		08	577		
2558733	Akchtim	akchtim	MA		0	Africa/Casablanca	29.23375	-9.49558		Aghauchtim,Akchtim		10	261		
2558739	Akal-n-Tiyyine	akal-n-tiyyine	MA		0	Africa/Casablanca	29.72226	-9.14352		Akal n'Tini,Akal n’Tini,Akal-n-Tiyyine		09	163		
2558740	Akalmun	akalmun	MA		0	Africa/Casablanca	29.38	-9.96				10	473		
2558748	Ajmou n’Aït Messaoud	ajmou-n-ait-messaoud	MA		0	Africa/Casablanca	30.85	-5.78731				08	587		
2558750	Ajmou n’Aït Ali Ou Hasso	ajmou-n-ait-ali-ou-hasso	MA		0	Africa/Casablanca	30.6094	-5.42586		Ait Ali Ou Hassoua,Ajmou,Ajmou n'Ait Ali Ou Hasso,Ajmou n’Aït Ali Ou Hasso,Aït Ali Ou Hassoua		08	587		
2558751	Ajmou Amajgal	ajmou-amajgal	MA		0	Africa/Casablanca	30.86	-5.88				08	587		
2558754	Ajerkhoula	ajerkhoula	MA		0	Africa/Casablanca	34.76	-3.85		Ajerkhoula,Izerhoualen		03	561		
2558759	Ajelmam	ajelmam	MA		0	Africa/Casablanca	35.39416	-2.98002				02	381		
2558760	Douar Jallidin	douar-jallidin	MA		0	Africa/Casablanca	34.64793	-5.21307		Ajellidine,Ajjelidine,Douar Jallidin		01	405		
2558765	Douar Ajdir	douar-ajdir	MA		0	Africa/Casablanca	35.23763	-3.71852		Achdir,Ajdir,Douar Ajdir		02	167		
2558766	Ajdir	ajdir	MA		0	Africa/Casablanca	35.19537	-3.91166		Ajdir,Axdir		01	051		
2558767	Douar Ajdir	douar-ajdir	MA		0	Africa/Casablanca	34.86495	-2.28223		Ajdir,Douar Ajdir		02	113		
2558768	Ajdir	ajdir	MA		0	Africa/Casablanca	34.74347	-3.97582			1556103012	03	561	1556103012	
2558770	Ajdi	ajdi	MA		0	Africa/Casablanca	33.5289	-4.4054		Ajdi,Hajbi		03	131		
2558772	Ajar Yaya	ajar-yaya	MA		0	Africa/Casablanca	34.8	-3.88				03	561		
2558773	Ajarif	ajarif	MA		0	Africa/Casablanca	30.43818	-9.49622		Ajarif,Asserssif		09	001		
2558774	Ajarif	ajarif	MA		0	Africa/Casablanca	30.16368	-8.97555				09	541		
2558775	Ajarhja	ajarhja	MA		0	Africa/Casablanca	30.59123	-8.76129		Ajarhja,Ajerja		09	541		
2558782	Aït Zouli	ait-zouli	MA		0	Africa/Casablanca	31.3769	-6.43571				08	401		
2558785	Aït Zitoun	ait-zitoun	MA		0	Africa/Casablanca	31.01925	-8.09136				07	041		
2558787	Douar Ait Zirari	douar-ait-zirari	MA		0	Africa/Casablanca	31.58815	-9.37101		Ait Zirari,Aït Zirari,Douar Ait Zirari,Douar Ezzerari		07	211		
2558791	Aït Ziane	ait-ziane	MA		0	Africa/Casablanca	34.96	-3.73				02	167		
2558792	Aït Ziam	ait-ziam	MA		0	Africa/Casablanca	35.0905	-3.98965				01	051		
2558793	Aït Z’al	ait-z-al	MA		0	Africa/Casablanca	29.70491	-9.25969		Ait Z'al,Ait Zial,Ait-Ziah,Aït Zial,Aït Z’al,Aït-Ziah		09	581		
2558797	Aït Zeltene	ait-zeltene	MA		0	Africa/Casablanca	31.30425	-9.38475		Ait Zeltene,Aït Zeltene,Dar Kadi Zelteni		07	211		
2558802	Aït Zekri	ait-zekri	MA		0	Africa/Casablanca	31.01557	-6.48533				08	401		
2558803	Aït Zakri	ait-zakri	MA		0	Africa/Casablanca	31.40938	-7.63924		Ait Zakri,Ait Zekri,Aït Zakri,Aït Zekri		07	041		
2558804	Aït Zeïd	ait-zeid	MA		0	Africa/Casablanca	31.55188	-8.36994		Ait Zaid,Ait Zeid,Aït Zaïd,Aït Zeïd,Douar Ait Zeid,Douar Aït Zeïd		07	351		
2558805	Ayt Zdine	ayt-zdine	MA		0	Africa/Casablanca	30.43675	-8.55004		Ait Zaddine,Ait Zdine,Ait Zeddine,Ayt Zdine,Aït Zaddine,Aït Zdine,Aït Zeddine		09	541		
2558806	Aïn Aït Zatou	ain-ait-zatou	MA		0	Africa/Casablanca	30.29675	-6.82747		Ain Ait Zatou,Ait Zatour,Aïn Aït Zatou,Aït Zatour		09	551		
2558807	Ayt Zett	ayt-zett	MA		0	Africa/Casablanca	31.43978	-7.83073		Ait Ezzate,Ait Zat,Ait Zett,Ayt Zett,Aït Ezzate,Aït Zat,Aït Zett		07	041		
2558808	Aït Zaros	ait-zaros	MA		0	Africa/Casablanca	35.14465	-3.96741		Ait Zakra,Ait Zaros,Aït Zakra,Aït Zaros		01	051		
2558809	Douar Ayt Za’rour	douar-ayt-za-rour	MA		0	Africa/Casablanca	32.61747	-5.31977		Ait Sassou,Ait Sassour,Ait Zaarour,Ait Zarhour,Aït Sassou,Aït Sassour,Aït Zarhour,Aït Zaârour,Douar Ayt Za'rour,Douar Ayt Za’rour		08	363		
2558812	Aït Zaokri	ait-zaokri	MA		0	Africa/Casablanca	31.55	-5.58		Ait Zaakri,Ait Zaokri,Aït Zaakri,Aït Zaokri		08	577		
2558813	Aït Zagmouzn	ait-zagmouzn	MA		0	Africa/Casablanca	30.68107	-8.40338		Ait Zagmouzn,Ait Zagoumas,Aït Zagmouzn,Aït Zagoumas		09	541		
2558814	Ayt Youssef Ou Dawd	ayt-youssef-ou-dawd	MA		0	Africa/Casablanca	32.08834	-4.38196		Ait Youss Ou Daoud,Ayt Youssef Ou Dawd,Aït Youss Ou Daoud		08	201		
2558820	Aït Youssef Ou Saïd	ait-youssef-ou-said	MA		0	Africa/Casablanca	30.84718	-5.70502				08	587		
2558824	Aït Youssef Ou Ali	ait-youssef-ou-ali	MA		0	Africa/Casablanca	31.99158	-5.77593		Ait Youssef Ou Ali,Aït Youssef Ou Ali,Youssef Ou Ali		08	363		
2558828	Aït Youssef	ait-youssef	MA		0	Africa/Casablanca	33.4106	-5.35765		Ait Youssef,Aït Youssef,Kasba Ait Youssef,Kasba Aït Youssef		03	271		
2558830	Aït Youl	ait-youl	MA		0	Africa/Casablanca	31.41901	-6.00768		Ait Youl,Ait Yous,Aït Youl,Aït Yous		08	577		
2558831	Aït Mhand-ou-Yous	ait-mhand-ou-yous	MA		0	Africa/Casablanca	30.62514	-8.328		Ait Mhand-ou-Yous,Ait Yous,Aït Mhand-ou-Yous,Aït Yous		09	541		
2558833	Aït Youwggiyn	ait-youwggiyn	MA		0	Africa/Casablanca	31.71664	-6.74814		Ait Youguine,Ait Youwggiyn,Aït Youguine,Aït Youwggiyn		05	081		
2558837	Aït Youb	ait-youb	MA		0	Africa/Casablanca	31.41493	-6.28424				08	577		
2558838	Aït Iyou	ait-iyou	MA		0	Africa/Casablanca	30.80458	-8.27438		Ait Iyou,Ait Youb,Ayt Youb,Aït Iyou,Aït Youb		09	541		
2558839	Aït Youb	ait-youb	MA		0	Africa/Casablanca	30.61688	-8.45441		Ait Youb,Ait Yout,Aït Youb,Aït Yout		09	541		
2558840	Aït Yidir	ait-yidir	MA		0	Africa/Casablanca	30.98362	-6.72681				08	401		
2558844	Ait Yazza	ait-yazza	MA		0	Africa/Casablanca	30.50188	-8.79917		Ait Lazza,Ait Yazza,Aït Lazza,Aït Yazza,Yazza		09	541		
2558845	Aït Ya’zza	ait-ya-zza	MA		0	Africa/Casablanca	30.2384	-8.38722		Ait Ya'zza,Ait Yazza,Aït Yazza,Aït Ya’zza		09	541		
2558847	Ait I’azza	ait-i-azza	MA		0	Africa/Casablanca	30.72138	-8.32791		Ait I'azza,Ait I’azza,Ait Yaza,Aït Yaza		09	541		
2558848	Aït I’azza	ait-i-azza	MA		0	Africa/Casablanca	32.18917	-6.79059		Ait I'azza,Ait Yaza,Aït I’azza,Aït Yaza		05	081		
2558851	Aït Yassine Brayka	ait-yassine-brayka	MA		0	Africa/Casablanca	32.02488	-8.01098		Ait Yassine,Ait Yassine Brayka,Aït Yassine,Aït Yassine Brayka		07	427		
2558852	Aït Yassine	ait-yassine	MA		0	Africa/Casablanca	31.42466	-9.71043		Ait Chouer,Ait Yassine,Aït Chouer,Aït Yassine		07	211		
2558853	Aït Yassine	ait-yassine	MA		0	Africa/Casablanca	31.26	-6.05		Ait Yasine,Ait Yassine,Aït Yasine,Aït Yassine		08	577		
2558854	Ayt Yassine	ayt-yassine	MA		0	Africa/Casablanca	30.49213	-8.55748		Ait Yassine,Ayt Yassine,Aït Yassine		09	541		
2558855	Aït Yasa Ou Ihia	ait-yasa-ou-ihia	MA		0	Africa/Casablanca	29.35247	-10.13339		Ait Iaza U Ihia,Ait Yasa Ou Ihia,Aït Yasa Ou Ihia		10	473		
2558856	Douar Ait Yaaqoub	douar-ait-yaaqoub	MA		0	Africa/Casablanca	33.96308	-4.91203		Ait Yaqoub,Aït Yàqoub,Douar Ait Yaaqoub		03	231		
2558857	Aït Yamzel	ait-yamzel	MA		0	Africa/Casablanca	30.16	-9.08				09	163		
2558861	Aït Ya’qoub	ait-ya-qoub	MA		0	Africa/Casablanca	32.08504	-6.06548		Ait Ya'qoub,Ait Yacoub,Ait Yakoub,Aït Yacoub,Aït Yakoub,Aït Ya’qoub		05	081		
2558862	Aït Yakoub	ait-yakoub	MA		0	Africa/Casablanca	33.48706	-4.03648				03	131		
2558863	Ayt Ya’qoub	ayt-ya-qoub	MA		0	Africa/Casablanca	32.39357	-3.41561		Ait Yakoub,Ayt Ya'qoub,Ayt Ya’qoub,Aït Yakoub		02	251		
2558864	Aït Yakoub	ait-yakoub	MA		0	Africa/Casablanca	32.33779	-4.91954		Ait Ya`qoub,Ait Yacoub,Ait Yakoub,Aït Yakoub,Aït Ya‘qoub		08	363		
2558865	Aït Yahya Ou Moussa	ait-yahya-ou-moussa	MA		0	Africa/Casablanca	30.51	-5.68				08	587		
2558866	Aït Yahya Ou Hassine	ait-yahya-ou-hassine	MA		0	Africa/Casablanca	33.70607	-5.41786		Ait Yahia ou Hasine,Ait Yahya Ou Hassine,Aït Yahia ou Hasine,Aït Yahya Ou Hassine,Douar Ait Yahia,Douar Aït Yahia		03	171		
2558873	Aïn Yahia	ain-yahia	MA		0	Africa/Casablanca	33.68629	-4.40146		Ain Yahia,Ait Yahia,Ait Yahya,Aïn Yahia,Aït Yahia,Aït Yahya		03	451		
2558874	Aït Yahya	ait-yahya	MA		0	Africa/Casablanca	31.51925	-7.00385		Ait Jaa,Ait Yahya,Aït Jaâ,Aït Yahya		05	081		
2558875	Aït Yahia	ait-yahia	MA		0	Africa/Casablanca	30.79679	-8.59398		Ait Yahia,Ait Yahya,Aït Yahia,Aït Yahya		09	541		
2558876	Aït Yahya	ait-yahya	MA		0	Africa/Casablanca	29.91194	-9.24108				09	163		
2558877	Aït Yahia Ou ’Atmane	ait-yahia-ou-atmane	MA		0	Africa/Casablanca	31.70073	-4.97079		Ait Yahia,Ait Yahia Ou 'Atmane,Ait Yahia Ou Athmane,Ait Yahia Ou Atmane,Aït Yahia,Aït Yahia Ou Athmane,Aït Yahia Ou Atmane,Aït Yahia Ou ’Atmane		08	201		
2558878	Aït Yahia Ou Aïssa	ait-yahia-ou-aissa	MA		0	Africa/Casablanca	32.48704	-3.78632		Ait Aissa Ou Ali,Ait Yahia Ou Aissa,Ait Yahia ou Moussa,Ayt 'Issa ou 'Ali,Ayt ’Issa ou ’Ali,Aït Aïssa Ou Ali,Aït Yahia Ou Aïssa,Aït Yahia ou Moussa		02	251		
2558882	Aït Yadou	ait-yadou	MA		0	Africa/Casablanca	32.24174	-5.2				08	363		
2558884	Ayt Wa’rab	ayt-wa-rab	MA		0	Africa/Casablanca	31.18761	-6.81428		Ait Ouarab,Ait Ouarahe,Ait Wa'rab,Ayt Wa'rab,Ayt Wa’rab,Aït Ouarab,Aït Ouarahe,Aït Wa’rab		08	401		
2558885	Aït Ouanougdal	ait-ouanougdal	MA		0	Africa/Casablanca	31.68059	-6.38579		Ait Ouanougdal,Ait Wanougdal,Aït Ouanougdal,Aït Wanougdal		05	081		
2558886	Ait Wankir	ait-wankir	MA		0	Africa/Casablanca	31.56048	-7.02362		Ait Wankir,Aït Wankir		05	081		
2558887	Ayt Wahkou	ayt-wahkou	MA		0	Africa/Casablanca	32.08583	-6.59203		Ait Wahkou,Ayt Wahkou,Aït Wahkou		05	081		
2558888	Aït Waggouwn	ait-waggouwn	MA		0	Africa/Casablanca	31.69804	-6.68757		Ait Ouaggoun,Ait Waggoun,Ait Waggouwn,Aït Ouaggoun,Aït Waggoun,Aït Waggouwn		05	081		
2558889	Aït Waddar	ait-waddar	MA		0	Africa/Casablanca	31.18082	-6.18654				08	577		
2558890	Aït U Manús	ait-u-manus	MA		0	Africa/Casablanca	29.46	-10		Ait Manus,Ait Manús,Ait U Manus,Ait U Manús,Aït U Manús		10	473		
2558891	Aït U Manús	ait-u-manus	MA		0	Africa/Casablanca	29.46	-9.98				10	473		
2558893	Aït Trid	ait-trid	MA		0	Africa/Casablanca	32.78298	-4.41085				08	363		
2558894	Aït Tous	ait-tous	MA		0	Africa/Casablanca	31.9119	-5.97317				05	081		
2558895	Aït Toughach	ait-toughach	MA		0	Africa/Casablanca	32.73339	-4.9265		Ait Toughach,Ait Tourhach,Aït Toughach,Aït Tourhach,Koudia Ait Tourhach,Koudia Aït Tourhach		08	363		
2558901	Aït Toumert	ait-toumert	MA		0	Africa/Casablanca	31.41519	-6.24232		Ait Toumert,Aït Toumert		08	577		
2558903	Aït Toukhsine	ait-toukhsine	MA		0	Africa/Casablanca	31.78	-5.79		Ait Toukhsine,Ait Touksine n'Imedrhas,Aït Toukhsine,Aït Touksine n’Imedrhas		08	577		
2558904	Aït Toughsine	ait-toughsine	MA		0	Africa/Casablanca	31.59651	-5.87222		Ait Toughsine,Ait Toukhsina,Ait Toukhsine,Ait Tourhsine,Aït Toughsine,Aït Toukhsina,Aït Toukhsine,Aït Tourhsine		08	577		
2558905	Aït Touini	ait-touini	MA		0	Africa/Casablanca	31.56	-7.53		Ait Touini,Ait toumi,Aït Touini,Aït toumi		07	041		
2558906	Aït Touddert	ait-touddert	MA		0	Africa/Casablanca	31.51234	-8.2492		Ait Toudart,Ait Touddert,Aït Toudart,Aït Touddert,Douar Ait Touddert,Douar Aït Touddert		07	351		
2558907	Ayt Tmim	ayt-tmim	MA		0	Africa/Casablanca	32.67265	-5.33619		Ait Tnim,Ayt Tmim,Aït Tnim		05	301		
2558909	Aït Talha	ait-talha	MA		0	Africa/Casablanca	30.45068	-7.91459		Ait Talha,Ait Talha Ait Fenger,Ait Tleha,Aït Talha,Aït Talha Aït Fenger,Aït Tleha		09	541		
2558910	Aït Tlaglou	ait-tlaglou	MA		0	Africa/Casablanca	31.1613	-6.26129				08	577		
2558911	Aït Tlagelou	ait-tlagelou	MA		0	Africa/Casablanca	30.62282	-5.34036				08	587		
2558913	Aït Tizgui	ait-tizgui	MA		0	Africa/Casablanca	31.73228	-6.87212				05	081		
2558915	Aït Tislit	ait-tislit	MA		0	Africa/Casablanca	32.31232	-6.38132				05	091		
2558918	Aït Tiourhza	ait-tiourhza	MA		0	Africa/Casablanca	30.64291	-6.14662				08	587		
2558919	Aït Tiouine	ait-tiouine	MA		0	Africa/Casablanca	30.85334	-9.54946		Ait Tiouine,Ait Tiyouwine,Aït Tiouine,Aït Tiyouwine,Tigoune,Tiouine		09	001		
2558920	Aït Tiouado	ait-tiouado	MA		0	Africa/Casablanca	29.53736	-8.79138		Ait Tiouado,Aït Tiouado,Tiouadou		09	581		
2558921	Nmlliyne	nmlliyne	MA		0	Africa/Casablanca	29.57654	-9.36644		Ait Tinrmitine,Aït Tinrmitine,Nmlliyne,Tinemeline		09	581		
2558926	Ayt Tiqqert	ayt-tiqqert	MA		0	Africa/Casablanca	32.24927	-4.48153		Ait Tikert,Ayt Tiqqert,Aït Tikert		08	363		
2558928	Aït Tifaout	ait-tifaout	MA		0	Africa/Casablanca	33.87703	-5.82214				04	291		
2558931	Aït Tidli	ait-tidli	MA		0	Africa/Casablanca	29.94832	-9.31972				09	163		
2558934	Douar Ait Thami	douar-ait-thami	MA		0	Africa/Casablanca	34.06965	-5.7444		Ait Thami,Ait Thani,Aït Thami,Aït Thani,Douar Ait Thami		03	061		
2558936	Aït Temgount	ait-temgount	MA		0	Africa/Casablanca	31.75689	-5.80442		Ait Tamgount,Ait Temgount,Ait Timgount,Aït Tamgount,Aït Temgount,Aït Timgount		08	577		
2558937	Aït Temassaï	ait-temassai	MA		0	Africa/Casablanca	31.28475	-6.51017				08	401		
2558945	Aït Teimane	ait-teimane	MA		0	Africa/Casablanca	34.9	-4.43				01	051		
2558946	Aït Gjja	ait-gjja	MA		0	Africa/Casablanca	29.598	-9.47576		Ait Gjja,Ait Tegja,Aït Gjja,Aït Tegja		09	581		
2558947	Aït Tebareze	ait-tebareze	MA		0	Africa/Casablanca	31.79099	-6.52596				05	081		
2558949	Aït Tayar	ait-tayar	MA		0	Africa/Casablanca	35.19318	-3.57232				02	167		
2558951	Aït Tatlane	ait-tatlane	MA		0	Africa/Casablanca	31.32665	-7.22465		Ait Tatlane,Aït Tatlane,Talatane		08	401		
2558952	Aït Tastirt	ait-tastirt	MA		0	Africa/Casablanca	29.67855	-8.77338		Ait Tastirt,Ait Tastirte,Aït Tastirt,Aït Tastirte		09	581		
2558955	Ayt Taghzout	ayt-taghzout	MA		0	Africa/Casablanca	32.22167	-3.10814		Ait Tarzout,Ayt Taghzout,Aït Tarzout		02	251		
2558956	Aït Tarhzout	ait-tarhzout	MA		0	Africa/Casablanca	31.50049	-7.45701		Ait Taghzoute,Ait Tarhzout,Ait Tarzout,Aït Taghzoute,Aït Tarhzout,Aït Tarzout		07	041		
2558957	Aït Tarhia	ait-tarhia	MA		0	Africa/Casablanca	31.64279	-7.1768		Ait Tarhia,Aït Tarhia,Taghia,Tarhia n'Ait Iheda,Tarhia n’Aït Iheda		05	081		
2558958	Ayt Ta’rabte	ayt-ta-rabte	MA		0	Africa/Casablanca	31.96389	-4.44396		Ait Tarabt,Ayt Ta'rabte,Ayt Ta’rabte,Aït Tarabt,Taarabat,Taârabat		08	201		
2558961	Aït Tanout	ait-tanout	MA		0	Africa/Casablanca	29.39073	-9.24017				10	473		
2558962	Taéndi	taendi	MA		0	Africa/Casablanca	29.54741	-10.02229		Ait Tandit,Aït Tandit,Id Andit,Taandite,Taendi,Taéndi,Tâandite		10	473		
2558963	Aït Tanaout	ait-tanaout	MA		0	Africa/Casablanca	29.39059	-9.23991		Ait Tanaout,Aït Tanaout,Tanaout		10	473		
2558965	Aït Tammennt	ait-tammennt	MA		0	Africa/Casablanca	30.55079	-8.71045		Ait Tammennt,Ait Tamment,Aït Tammennt,Aït Tamment		09	541		
2558971	Aït Tamlil	ait-tamlil	MA		0	Africa/Casablanca	31.48759	-6.9427		Ait Tamellil,Ait Tamlil,Asif Ait Tamellil,Aït Tamellil,Aït Tamlil		05	081		
2558974	Aït Talkâoucht Amzrhal	ait-talkaoucht-amzrhal	MA		0	Africa/Casablanca	30.55386	-9.00365		Ait Takoucht,Ait Talkaoucht Amzrhal,Aït Takoucht,Aït Talkâoucht Amzrhal		09	541		
2558976	Aït Taleb Yahya	ait-taleb-yahya	MA		0	Africa/Casablanca	29.49234	-9.73673		Ait Taleb Yahya,Aït Taleb Yahya,Id Yahia,Id Zaleb Yahia		09	581		
2558977	Aït Taleb Mohamed	ait-taleb-mohamed	MA		0	Africa/Casablanca	30.52139	-9.03797		Ait Taleb Mohamed,Ait Taleb Mohammed,Aït Taleb Mohamed,Aït Taleb Mohammed,Oulad Moumen		09	541		
2558978	Aït Taleb Brahim	ait-taleb-brahim	MA		0	Africa/Casablanca	29.9636	-9.39744				09	163		
2558979	Douar Yat Taleb Ali	douar-yat-taleb-ali	MA		0	Africa/Casablanca	35.03021	-2.69042		Ait Taleb Ali,Aït Taleb Ali,Douar Yat Taleb Ali		02	381		
2558980	Aït Talb ou’Issa	ait-talb-ou-issa	MA		0	Africa/Casablanca	30.42062	-8.1579		Ait Talb ou'Issa,Ait Taleb Aissa,Aït Talb ou’Issa,Aït Taleb Aïssa		09	541		
2558982	Douar Ait Taleb	douar-ait-taleb	MA		0	Africa/Casablanca	33.82226	-4.7736		Ait Taieb,Ait Taleb,Aït Taleb,Aït Taïeb,Douar Ait Taleb		03	451		
2558983	Aït Taleb	ait-taleb	MA		0	Africa/Casablanca	30.61501	-8.82685				09	541		
2558984	Aït Talab Boubkar	ait-talab-boubkar	MA		0	Africa/Casablanca	30.03759	-8.55028		Ait Talab Boubkar,Ait Taleb,Aït Talab Boubkar,Aït Taleb		09	541		
2558985	Aït Talbousene	ait-talbousene	MA		0	Africa/Casablanca	29.37747	-9.88903		Ait Talbousene,Ait Talbusen,Aït Talbousene		10	473		
2558986	Aït Talb	ait-talb	MA		0	Africa/Casablanca	31.05	-6.8				08	401		
2558987	Aït Talb	ait-talb	MA		0	Africa/Casablanca	29.75383	-9.35145		Ait Talb,Ait Taleb,Aït Talb,Aït Taleb		09	581		
2558988	Aït Tala	ait-tala	MA		0	Africa/Casablanca	35.05	-4.05				01	051		
2558989	Aït Taksimt	ait-taksimt	MA		0	Africa/Casablanca	30.1	-9.16		Ait Taksimt,Aït Taksimt,Taksimt,Taksinte Ait Baha,Taksinte Aït Baha		09	163		
2558990	Aït Takerrat	ait-takerrat	MA		0	Africa/Casablanca	31.13444	-7.13011		Ait Takerrat,Aït Takerrat,Takerat		08	401		
2558992	Douar Ait Tahriya	douar-ait-tahriya	MA		0	Africa/Casablanca	31.59401	-9.55491		Ait Tahri,Ait Tahria,Aït Tahri,Aït Tahria,Douar Ait Tahriya,Zaouia Elmguia		07	211		
2558994	Ayt Tahar	ayt-tahar	MA		0	Africa/Casablanca	31.3848	-8.4976		Ait Tahar,Ayt Tahar,Aït Tahar,Douar Ait Tahar,Douar Aït Tahar		07	161		
2558995	Ait Tagunit	ait-tagunit	MA		0	Africa/Casablanca	29.48	-10.06				10	473		
2558996	Aït Tagalla	ait-tagalla	MA		0	Africa/Casablanca	31.92059	-6.72322		Ait Tagalla,Ait Taguella,Al Mouda',Al Mouda’,Aït Tagalla,Aït Taguella,El Moudda		05	081		
2558997	Aït Tagsa	ait-tagsa	MA		0	Africa/Casablanca	34.96	-3.98		Ait Taaa,Ait Tagsa,Aït Tagsa,Aït Taâa		01	051		
2558999	Tafazert	tafazert	MA		0	Africa/Casablanca	31.47887	-7.50668		Ait Tagart,Ait Tagarte,Ait Tasemnoute Tagarte,Aït Tagart,Aït Tagarte,Aït Tasemnoute Tagarte,Tafazert		07	041		
2559000	Aït Tagant	ait-tagant	MA		0	Africa/Casablanca	31.97873	-6.94402				05	081		
2559001	Aït Tagant	ait-tagant	MA		0	Africa/Casablanca	31.41633	-7.69946		Ait Tagannt,Ait Tagant,Aït Tagannt,Aït Tagant		07	041		
2559002	Aït Tafrent	ait-tafrent	MA		0	Africa/Casablanca	31.83985	-6.82866				05	081		
2559003	Douar Aït Tarfrat	douar-ait-tarfrat	MA		0	Africa/Casablanca	32.18655	-7.01798		Ait Tafrat,Aït Tafrat,Douar Ait Tafrat,Douar Ait Tarfrat,Douar Aït Tafrat,Douar Aït Tarfrat		05	255		
2559005	Douar Tafrannt	douar-tafrannt	MA		0	Africa/Casablanca	33.8071	-3.96846		Ait Tafrant,Aït Tafrant,Douar Tafrannt		03	561		
2559006	Aït Tadert	ait-tadert	MA		0	Africa/Casablanca	32.13809	-5.27402		Ait Taddart,Ait Taddert,Ait Tadert,Aït Taddart,Aït Taddert,Aït Tadert		08	363		
2559007	Aït Tachaout	ait-tachaout	MA		0	Africa/Casablanca	30.65985	-5.4634				08	587		
2559010	Aït Tabbat	ait-tabbat	MA		0	Africa/Casablanca	29.33844	-9.43075				10	473		
2559011	Aït Taa	ait-taa	MA		0	Africa/Casablanca	35.0351	-3.91596		Ait Taa,Ait Taaa,Aït Taa,Aït Taâa		01	051		
2559012	Ait Susan	ait-susan	MA		0	Africa/Casablanca	29.4	-9.96				10	473		
2559013	Aït Tajer	ait-tajer	MA		0	Africa/Casablanca	30.47052	-8.39		Ait Stagir,Ait Tajar,Ait Tajer,Aït Stagir,Aït Tajar,Aït Tajer		09	541		
2559014	Aït Srhir	ait-srhir	MA		0	Africa/Casablanca	31.34524	-9.42292		Ait Sghir,Ait Sirir,Ait Srhir,Aït Sghir,Aït Sirir,Aït Srhir		07	211		
2559015	Aït Souss	ait-souss	MA		0	Africa/Casablanca	31.95378	-6.97087				05	081		
2559016	Aït Souss	ait-souss	MA		0	Africa/Casablanca	31.1	-6.58				08	401		
2559018	Aït Soummane	ait-soummane	MA		0	Africa/Casablanca	30.62444	-8.5735		Ait Soummane,Ait Soumouane,Aït Soummane,Aït Soumouane		09	541		
2559019	Aït Souk	ait-souk	MA		0	Africa/Casablanca	30.68783	-8.88366				09	541		
2559020	Douar Ayt Souder	douar-ayt-souder	MA		0	Africa/Casablanca	32.56371	-6.31672		Ait Soudane,Aït Soudane,Douar Ayt Souder		05	091		
2559022	Aït Swal	ait-swal	MA		0	Africa/Casablanca	30.8891	-8.20162		Ait Souab,Ait Soual,Ait Swal,Ait el Cadi,Aït Souab,Aït Soual,Aït Swal,Aït el Cadi		09	541		
2559024	Aït Solimane	ait-solimane	MA		0	Africa/Casablanca	34.78	-4.53				01	051		
2559026	Aït Snag	ait-snag	MA		0	Africa/Casablanca	31.05	-6.81				08	401		
2559027	Aït Smily	ait-smily	MA		0	Africa/Casablanca	31.23185	-8.34903		Ait Smil,Ait Smile,Ait Smily,Aït Smil,Aït Smile,Aït Smily		07	041		
2559030	Aït Isma’il	ait-isma-il	MA		0	Africa/Casablanca	30.70991	-7.87643		Ait Isma'il,Ait Smaaile,Ait Smail,Aït Isma’il,Aït Smaâïle,Aït Smaïl		09	541		
2559036	Aït Slimane	ait-slimane	MA		0	Africa/Casablanca	32.0024	-5.03968		Ait Slimane,Aït Slimane,Ksar Ait Slimane,Ksar Aït Slimane		08	201		
2559037	Aït Slimane	ait-slimane	MA		0	Africa/Casablanca	31.37701	-7.50544				07	041		
2559038	Aït Slimane	ait-slimane	MA		0	Africa/Casablanca	31.40374	-5.9885				08	577		
2559039	Aït Slimane	ait-slimane	MA		0	Africa/Casablanca	31.29234	-8.21099				07	041		
2559040	Aït Slimane	ait-slimane	MA		0	Africa/Casablanca	30.7571	-8.27287				09	541		
2559041	Ayt Slimane	ayt-slimane	MA		0	Africa/Casablanca	30.47122	-8.58752		Ait Slimane,Ayt Slimane,Aït Slimane		09	541		
2559042	Aït Slimane	ait-slimane	MA		0	Africa/Casablanca	29.79136	-9.35221				09	581		
2559043	Aït Slimane	ait-slimane	MA		0	Africa/Casablanca	29.17947	-10.26342		Ait Seliman,Ait Slimane,Aït Slimane		10	473		
2559044	Aït Slimane	ait-slimane	MA		0	Africa/Casablanca	32.14122	-6.92506				05	081		
2559046	Aït Skri	ait-skri	MA		0	Africa/Casablanca	30.95	-6.73				08	401		
2559047	Aït Skouala	ait-skouala	MA		0	Africa/Casablanca	30.46562	-9.1541		Ait Skala,Ait Skouala,Aït Skala,Aït Skouala		09	541		
2559048	Aït As Sine	ait-as-sine	MA		0	Africa/Casablanca	30.57365	-7.57368		Ait As Sine,Ait Sine,Aït As Sine,Aït Sine		09	541		
2559049	Aït Simouri	ait-simouri	MA		0	Africa/Casablanca	31.36383	-9.2031		Ait Simouri,Ait Tsimouri,Aït Simouri,Aït Tsimouri		07	161		
2559050	Aït Hammou Ou Youssef	ait-hammou-ou-youssef	MA		0	Africa/Casablanca	33.10874	-5.47959		Ait Hammou Ou Youssef,Ait Sidi Youssef,Aït Hammou Ou Youssef,Aït Sidi Youssef		05	301		
2559051	Aït Sidi Slimane	ait-sidi-slimane	MA		0	Africa/Casablanca	31.94938	-6.95388				05	081		
2559052	Ait Sidi Said	ait-sidi-said	MA		0	Africa/Casablanca	31.52796	-9.56284		Ait Allal,Ait Sidi Said,Aït Allal,Aït Sidi Saïd,Douar Allal		07	211		
2559055	Aït Sidi Moussa Ou Assou	ait-sidi-moussa-ou-assou	MA		0	Africa/Casablanca	31.68	-4.88		Ait Sidi Moussa Ou Assou,Ait Sidi Muossa Ou Aissa,Aït Sidi Moussa Ou Assou,Aït Sidi Muossa Ou Aïssa		08	201		
2559056	Aït Sidi Mohammed Ou Lahsen	ait-sidi-mohammed-ou-lahsen	MA		0	Africa/Casablanca	31.6857	-4.93736		Ait Sidi M'hamed Ou Lahcen,Ait Sidi Mohammed,Ait Sidi Mohammed Ou Lahsen,Aït Sidi Mohammed,Aït Sidi Mohammed Ou Lahsen,Aït Sidi M’hamed Ou Lahcen		08	201		
2559060	Ayt Sidi Lahcen	ayt-sidi-lahcen	MA		0	Africa/Casablanca	32.02659	-6.59008		Ait Sidi Lahcene,Ait Sidi Lahsene,Ait Sidi Lhacen,Ayt Sidi Lahcen,Aït Sidi Lahcene,Aït Sidi Lahsene,Aït Sidi Lhacèn		05	081		
2559061	Aït Sidi Al Ghazi	ait-sidi-al-ghazi	MA		0	Africa/Casablanca	31.69452	-4.97656		Ait Sidi Al Ghazi,Ait Sidi el Rhazi,Aït Sidi Al Ghazi,Aït Sidi el Rhazi,Sidi el Ghazi		08	201		
2559062	Aït Sidi el Haj	ait-sidi-el-haj	MA		0	Africa/Casablanca	31.26409	-6.07062		Ait Sidi el Haj,Ait Sidi el Hajj,Aït Sidi el Haj,Aït Sidi el Hajj		08	577		
2559064	Aït Sidi-Bou ’Ali	ait-sidi-bou-ali	MA		0	Africa/Casablanca	32.73887	-5.63898		Ait Sidi Bou Ali,Ait Sidi Bou`Li,Ait Sidi-Bou 'Ali,Aït Sidi Bou Ali,Aït Sidi Bou‘Li,Aït Sidi-Bou ’Ali,Sidi Bou Ali		05	301		
2559070	Aït Siaïs	ait-siais	MA		0	Africa/Casablanca	30.52858	-9.03962		Ait Sais,Ait Siais,Ait Siass,Aït Siass,Aït Siaïs		09	541		
2559071	Aït Sehâk	ait-sehak	MA		0	Africa/Casablanca	30.70949	-6.24965		Ait Ishaq,Ait Sehak,Ait Shak,Aït Ishaq,Aït Sehâk,Aït Shak		08	587		
2559080	Tiswiyt Aït Saghrouchn	tiswiyt-ait-saghrouchn	MA		0	Africa/Casablanca	32.61518	-4.7219		Ait Serhouchene,Aït Serhouchene,Tissouit Ait Seghrochen,Tissouit Ait Serhouchen,Tissouit Aït Seghrochen,Tissouit Aït Serhouchen,Tiswiyt Ait Saghrouchn,Tiswiyt Aït Saghrouchn		08	363		
2559081	Aït Çarhane	ait-carhane	MA		0	Africa/Casablanca	29.87796	-8.53333		Ait Carhane,Ait Serehane,Ait Serghane,Aït Serehane,Aït Serghane,Aït Çarhane		09	551		
2559082	Douar Ayt Simouzi	douar-ayt-simouzi	MA		0	Africa/Casablanca	32.56461	-6.32874		Ait Semouzi,Aït Semouzi,Douar Ait Semouzi,Douar Ayt Simouzi,Douar Aït Semouzi		05	091		
2559085	Aït Semlalt	ait-semlalt	MA		0	Africa/Casablanca	29.8595	-9.44938		Ait Semlalet,Ait Semlalete,Ait Semlalt,Aït Semlalet,Aït Semlalt,Aït Semlalète		09	581		
2559088	Ayt Semgane	ayt-semgane	MA		0	Africa/Casablanca	30.60104	-6.66466		Ait Semgane,Ayt Semgane,Aït Semgane		08	587		
2559090	Aït Zakri	ait-zakri	MA		0	Africa/Casablanca	30.8941	-8.1504		Ait Sekri,Ait Zakri,Ait Zekri,Aït Sekri,Aït Zakri,Aït Zekri		09	541		
2559093	Ayt Seddour	ayt-seddour	MA		0	Africa/Casablanca	32.18281	-4.46415		Ait Seddour,Ayt Seddour,Aït Seddour,Bordj de Seddour,Borj de Seddour		08	363		
2559094	Aït Secrit	ait-secrit	MA		0	Africa/Casablanca	35.1	-4.06				01	051		
2559095	Sbayk	sbayk	MA		0	Africa/Casablanca	32.26948	-3.37913		Ait Sebbaik,Ait Sebbait,Aït Sebbaïk,Aït Sebbaït,Sbayk		02	251		
2559096	Ayt Sba’ Jdida	ayt-sba-jdida	MA		0	Africa/Casablanca	32.38416	-3.71313		Ait Sba Jdida,Ait Seba Djedida,Ait Seba Jedida,Ayt Sba' Jdida,Ayt Sba’ Jdida,Aït Sba Jdida,Aït Seba Djedida,Aït Seba Jedida		02	251		
2559097	Ait Sbaa	ait-sbaa	MA		0	Africa/Casablanca	33.78452	-5.03222		Ait Sbaa,Ait-Sebaa,Aït Sbaa,Âït-Sebaa		03	451		
2559101	Ayt Sawne	ayt-sawne	MA		0	Africa/Casablanca	30.73391	-6.63138		Ait Sadun,Ait Saoun,Ait Sawn,Ayt Sawne,Aït Sadun,Aït Saoun,Aït Sawn,Tizi n'Saoun,Tizi n’Saoun		08	587		
2559102	’Ayt Calah	ayt-calah	MA		0	Africa/Casablanca	31.39965	-7.90727		'Ayt Calah,Ait Salam,Aït Salam,Douar Ait Salah,Douar Aït Salah,’Ayt Calah		07	041		
2559103	Aït Salah Imerouane	ait-salah-imerouane	MA		0	Africa/Casablanca	31.81	-6.9				05	081		
2559105	Douar Ait Saleh	douar-ait-saleh	MA		0	Africa/Casablanca	34.05949	-4.74691		Ait Salah,Aït Salah,Douar Ait Salah,Douar Ait Saleh,Douar Aït Salah		03	451		
2559106	Douar Ait Saleh	douar-ait-saleh	MA		0	Africa/Casablanca	33.96133	-4.89899		Ait Calah,Ait Salah,Aït Calah,Aït Salah,Douar Ait Saleh		03	231		
2559107	Douar Ait Saleh	douar-ait-saleh	MA		0	Africa/Casablanca	31.53587	-7.78247		Ait Salah,Aït Salah,Douar Ait Saleh		07	041		
2559108	Aït Calah	ait-calah	MA		0	Africa/Casablanca	30.62405	-8.41211		Ait Calah,Ait Salah,Aït Calah,Aït Salah		09	541		
2559109	Ait Saleh	ait-saleh	MA		0	Africa/Casablanca	30.00553	-9.58363		Ait Salah,Ait Saleh,Aït Salah		09	163		
2559112	Almou-n-Aït Sa’ïd Wichchou	almou-n-ait-sa-id-wichchou	MA		0	Africa/Casablanca	32.23608	-6.25866		Ait Said Ou Ichchou,Ait Said ou Ichou,Almou-n-Ait Sa'id Wichchou,Almou-n-Aït Sa’ïd Wichchou,Aït Saïd Ou Ichchou,Aït Saïd ou Ichou		05	081		
2559113	Aït Saïd Ou Heddou	ait-said-ou-heddou	MA		0	Africa/Casablanca	33.41117	-4.8212		Ait Said Ou Hadou,Ait Said Ou Heddou,Aït Saïd Ou Hadou,Aït Saïd Ou Heddou		03	131		
2559115	Aït Saïd Ou Amar	ait-said-ou-amar	MA		0	Africa/Casablanca	32.34766	-4.08938		Ait S'Aoumar,Ait Said Ou Amar,Ait Said Ouamar,Ait S’Aoumar,Aït Said Ouamar,Aït Saïd Ou Amar		08	363		
2559118	Aït Saïd Ou Ali	ait-said-ou-ali	MA		0	Africa/Casablanca	32.02654	-5.82631				08	363		
2559119	Aït Saïd Ou Ali	ait-said-ou-ali	MA		0	Africa/Casablanca	32.00303	-5.00681		Ait Said Ou Ali,Aït Saïd Ou Ali,Ksar Ait Said Ou Ali,Ksar Aït Saïd Ou Ali		08	201		
2559120	Aït Saïd Ou Ali	ait-said-ou-ali	MA		0	Africa/Casablanca	31.08939	-9.24301				07	161		
2559121	Aït Saïd Ou Ali	ait-said-ou-ali	MA		0	Africa/Casablanca	30.84024	-5.23855				08	577		
2559122	Aït Said Ou Abella	ait-said-ou-abella	MA		0	Africa/Casablanca	30.00777	-9.24347		Ait Said Ou Abella,Aït Said Ou Abella,Aït Saïd Ou Abella		09	163		
2559123	Aït Saïd Ou Mansour	ait-said-ou-mansour	MA		0	Africa/Casablanca	31.12286	-6.63619		Ait Sa'id On Mancour,Ait Said,Ait Said Ou Mansour,Aït Saïd,Aït Saïd Ou Mansour,Aït Sa’id On Mançour		08	401		
2559126	Aït S’id ou ’Otman	ait-s-id-ou-otman	MA		0	Africa/Casablanca	32.51458	-3.40469		Ait S'id ou 'Otman,Ait Said,Aït Saïd,Aït S’id ou ’Otman		02	251		
2559127	Aït Saïd	ait-said	MA		0	Africa/Casablanca	35.15161	-3.83027				01	051		
2559128	Aït Saïd	ait-said	MA		0	Africa/Casablanca	34.10318	-5.79431				03	061		
2559129	Douar Ait Said	douar-ait-said	MA		0	Africa/Casablanca	34.046	-4.73839		Ait Said,Aït Saïd,Douar Ait Said,Douar Aït Saïd		03	451		
2559130	Aït Saïd	ait-said	MA		0	Africa/Casablanca	33.74603	-3.83217				02	265		
2559131	Aït S’aid	ait-s-aid	MA		0	Africa/Casablanca	33.24287	-4.6695		Ait S'aid,Ait Said,Aït Saïd,Aït S’aid		03	131		
2559132	Aït Ben Sa’id	ait-ben-sa-id	MA		0	Africa/Casablanca	32.69864	-5.8192		Ait Ben Sa'id,Ait Said,Aït Ben Sa’id,Aït Saïd		05	301		
2559133	Aït S’lyd	ait-s-lyd	MA		0	Africa/Casablanca	32.23846	-4.65996		Ait S'lyd,Ait Said,Aït Saïd,Aït S’lyd		08	363		
2559134	Aït Sa’id	ait-sa-id	MA		0	Africa/Casablanca	31.76904	-6.94405		Ait Sa'id,Ait Said,Aït Saïd,Aït Sa’id		05	081		
2559135	Aït Sa’id	ait-sa-id	MA		0	Africa/Casablanca	31.61188	-6.49062				05	081		
2559136	Ait Said	ait-said	MA		0	Africa/Casablanca	31.55959	-7.73348		Ait Said,Aït Saïd		07	041		
2559138	Aït Saïd	ait-said	MA		0	Africa/Casablanca	31.35128	-6.16805				08	577		
2559139	Aït Sa’id	ait-sa-id	MA		0	Africa/Casablanca	31.23464	-8.51942		Ait Sa'id,Ait Said,Aït Saïd,Aït Sa’id		07	161		
2559140	Aït Saïd	ait-said	MA		0	Africa/Casablanca	31.18	-9.53				07	211		
2559141	Aït Saïd	ait-said	MA		0	Africa/Casablanca	31.13	-6.61				08	401		
2559142	Aït Saïd	ait-said	MA		0	Africa/Casablanca	31.12143	-8.64404				07	161		
2559143	Aïd Saïd	aid-said	MA		0	Africa/Casablanca	30.65925	-8.77224		Aid Said,Ait Said,Aïd Saïd,Aït Saïd		09	541		
2559144	Aït Sa’id Ou Hammou	ait-sa-id-ou-hammou	MA		0	Africa/Casablanca	30.11627	-8.57342		Ait Sa'id Ou Hammou,Ait Said,Aït Saïd,Aït Sa’id Ou Hammou		09	541		
2559145	Ait Said	ait-said	MA		0	Africa/Casablanca	30.02285	-9.58711		Ait Said,Aït Saïd		09	163		
2559146	Ayt Said	ayt-said	MA		0	Africa/Casablanca	32.13434	-6.6872		Ait Said,Ayt Said,Aït Saïd		05	081		
2559150	Aït Saddane	ait-saddane	MA		0	Africa/Casablanca	30.60384	-7.64525		Ait Saddane,Ait Sadden,Ait Saddene,Ait Saden,Aït Saddane,Aït Saddene,Aït Saddèn,Aït Saden		09	541		
2559151	Aït Sadane	ait-sadane	MA		0	Africa/Casablanca	30.84961	-5.2671		Ait Saadane,Ait Sadane,Aït Saadane,Aït Sadane		08	577		
2559153	Ayt Rzine	ayt-rzine	MA		0	Africa/Casablanca	31.2808	-8.26704		Ait Razine,Ait Rzine,Ayt Rzine,Aït Razine,Aït Rzine,Douar Ait Rzine,Douar Aït Rzine		07	041		
2559154	Aït Rouadi	ait-rouadi	MA		0	Africa/Casablanca	32.63911	-6.10932		Ait Rouadi,Aït Rouadi,Dar Ait Rouadi,Dar Aït Rouadi		05	091		
2559155	Aït Rahhou	ait-rahhou	MA		0	Africa/Casablanca	30.41833	-7.95094		Ait Rahhou,Ait Raho,Ait Roho,Aït Rahhou,Aït Raho,Aït Roho		09	541		
2559156	Ayt Kbouya ’Ali	ayt-kbouya-ali	MA		0	Africa/Casablanca	31.506	-8.24795		Ait Rohia,Ayt Kbouya 'Ali,Ayt Kbouya ’Ali,Aït Rohia,Douar Ait Rohi,Douar Aït Rohi		07	351		
2559157	Aït Roboâ	ait-roboa	MA		0	Africa/Casablanca	32.21774	-5.7786		Ait Roboa,Aït Roboâ,Ksar Ait Roboa,Ksar Aït Roboa		05	091		
2559158	Aït Ridi	ait-ridi	MA		0	Africa/Casablanca	31.19156	-6.19206				08	577		
2559160	Aït Ghiat	ait-ghiat	MA		0	Africa/Casablanca	32.87358	-4.88796		Ait Ghiat,Ait Rhiat,Aït Ghiat,Aït Rhiat		08	363		
2559161	Aït Rhersi	ait-rhersi	MA		0	Africa/Casablanca	32.41	-3.76		Ait Rhersi,Aït Rhersi,Ksar des Ait Rhersi,Ksar des Aït Rhersi		02	251		
2559162	Aït Oughmas	ait-oughmas	MA		0	Africa/Casablanca	31.40219	-7.69233		Ait Ghemat,Ait Oughmas,Ait Rhemat,Aït Ghemat,Aït Oughmas,Aït Rhemat		07	041		
2559163	Aït Rhejdine	ait-rhejdine	MA		0	Africa/Casablanca	32.2636	-6.40481		Ait M'Rhoujchine,Ait Rhejdine,Aït M’Rhoujchine,Aït Rhejdine		05	091		
2559165	Aït Rhazi	ait-rhazi	MA		0	Africa/Casablanca	33.43631	-4.24822		Ait Ghazi,Ait Rhazi,Ait el Ghazi Ou Ghazzou,Aït Ghazi,Aït Rhazi,Aït el Ghazi Ou Ghazzou		03	131		
2559166	Aït Bazzi	ait-bazzi	MA		0	Africa/Casablanca	30.02213	-8.90902		Ait Bazzi,Ait Rhazi,Aït Bazzi,Aït Rhazi		09	541		
2559167	Aït Rhanem	ait-rhanem	MA		0	Africa/Casablanca	33.30232	-4.9557		Ait Ghanem,Ait Rhanem,Aït Ghanem,Aït Rhanem		03	271		
2559168	Aït Rhanem	ait-rhanem	MA		0	Africa/Casablanca	30.64872	-6.12946				08	587		
2559169	Aït Rhamoun	ait-rhamoun	MA		0	Africa/Casablanca	31.77607	-5.28619				08	201		
2559170	Ayt Er- Rghaye	ayt-er-rghaye	MA		0	Africa/Casablanca	32.1053	-6.73194		Ait Rhai,Ayt Er- Rghaye,Aït Rhaï		05	081		
2559171	Aït Rhezouane	ait-rhezouane	MA		0	Africa/Casablanca	30.52709	-8.92372		Ait Razaouane,Ait Rezouane,Ait Rhezouane,Aït Razaouane,Aït Rezouane,Aït Rhezouane		09	541		
2559172	Douar Ayt Rhil	douar-ayt-rhil	MA		0	Africa/Casablanca	32.5888	-6.32694		Ait Rehik,Aït Rehik,Douar Ayt Rhil		05	091		
2559173	Aït Rehal	ait-rehal	MA		0	Africa/Casablanca	29.43834	-8.2626		Ait Rehal,Ait-Rahhal,Aït Rehal,Aït-Rahhal,Zaouia Ait Rabal,Zaouia Aït Rabal		09	551		
2559174	Aït Raggane	ait-raggane	MA		0	Africa/Casablanca	30.55194	-8.44544		Ait Raggane,Ait Reggan,Ait Reggane,Ait Rrghane,Aït Raggane,Aït Reggan,Aït Reggane,Aït Rrghane		09	541		
2559175	Aït Reba	ait-reba	MA		0	Africa/Casablanca	29.95	-5.58				08	587		
2559179	Douar Rba’	douar-rba	MA		0	Africa/Casablanca	32.56908	-6.35193		Ait Rbaa,Ait Rebaa,Aït Rbâa,Aït Rebâa,Douar Ait Roboa,Douar Aït Roboa,Douar Rba',Douar Rba’		05	091		
2559180	Aït Rba	ait-rba	MA		0	Africa/Casablanca	29.76	-9.55				09	581		
2559181	Oulad Rachah	oulad-rachah	MA		0	Africa/Casablanca	30.696	-8.4275		Ait Rakhou,Aït Rakhou,Oulad Rachah		09	541		
2559182	Douar Ait Rayes Omar	douar-ait-rayes-omar	MA		0	Africa/Casablanca	31.70176	-9.64644		Ait Kais Aomar,Ait Rais Aomar,Aït Kaïs Aomar,Aït Raïs Aomar,Douar Ait Rayes Omar,Douar Caid Omar,Douar Caïd Omar,Douar Kais Omar,Douar Kaïs Omar,Ouled Omar		07	211		
2559186	Aït Raho	ait-raho	MA		0	Africa/Casablanca	33.48496	-4.03097				03	131		
2559188	Aït Raho	ait-raho	MA		0	Africa/Casablanca	30.14834	-9.21183		Ait Rahan,Ait Raho,Aït Rahan,Aït Raho		09	163		
2559189	Douar Aït Rahmoun	douar-ait-rahmoun	MA		0	Africa/Casablanca	33.79069	-3.96306		Ait Rahmoun,Aït Rahmoun,Douar Ait Rahmoun,Douar Aït Rahmoun		02	265		
2559190	Aït Rahmoun	ait-rahmoun	MA		0	Africa/Casablanca	30.40802	-8.99029				09	541		
2559191	Douar Ayt Wa’zzou	douar-ayt-wa-zzou	MA		0	Africa/Casablanca	31.726	-8.11099		Ait Quaazou,Aït Quaazou,Douar Ayt Wa'zzou,Douar Ayt Wa’zzou		07	351		
2559192	Aït Kessou ou Haddou	ait-kessou-ou-haddou	MA		0	Africa/Casablanca	32.8471	-5.68739		Ait Kessou ou Haddou,Ait Qassou Ou Haddou,Aït Kessou ou Haddou,Aït Qassou Ou Haddou		05	301		
2559194	Aït Ouzzal	ait-ouzzal	MA		0	Africa/Casablanca	30.15	-9.06		Ait Gouzel,Ait Ouazzal,Ait Ouzzal,Aït Gouzel,Aït Ouazzal,Aït Ouzzal		09	163		
2559196	Aït Ouznag	ait-ouznag	MA		0	Africa/Casablanca	31.32798	-6.56571				08	401		
2559197	Aït Wag-Na	ait-wag-na	MA		0	Africa/Casablanca	31.17879	-8.77493		Ait Ouagenna,Ait Ouzguenna,Ait Wag-Na,Aït Ouagenna,Aït Ouzguenna,Aït Wag-Na		07	161		
2559198	Asa’rit	asa-rit	MA		0	Africa/Casablanca	29.89723	-9.48222		Ait Ouzarif,Asa'rit,Asa’rit,Aït Ouzarif		09	163		
2559200	Ayt Wazaghar	ayt-wazaghar	MA		0	Africa/Casablanca	31.77642	-7.00609		Ait Ouzaghar,Ayt Wazaghar,Aït Ouzaghar		05	081		
2559201	Aït Outsouene	ait-outsouene	MA		0	Africa/Casablanca	31.55337	-7.04223		Ait Outsouen,Ait Outsouene,Aït Outsouene,Aït Outsouèn		05	081		
2559205	Aït Youssayh	ait-youssayh	MA		0	Africa/Casablanca	30.73902	-8.32677		Ait Ousaih,Ait Ousseh,Ait Youssayh,Ayt Oussayh,Aït Ousaïh,Aït Ousseh,Aït Youssayh		09	541		
2559206	Aït Oussane	ait-oussane	MA		0	Africa/Casablanca	31.56	-5.58		Ait Oussalne,Ait Oussane,Aït Oussalne,Aït Oussane		08	577		
2559207	Aouinet Aït Oussa	aouinet-ait-oussa	MA		0	Africa/Casablanca	28.50062	-10.5317		Aouinet Ait Oussa,Aouinet Aït Oussa,Aouinet n' Ait Oussa,Aouinet n’ Aït Oussa		10	071		
2559209	Aït ou Sous	ait-ou-sous	MA		0	Africa/Casablanca	31.02368	-9.27564		Ait Sous,Ait ou Sous,Aït Sous,Aït ou Sous		07	211		
2559211	Aït Ouska Issoumer	ait-ouska-issoumer	MA		0	Africa/Casablanca	31.45	-6.13				08	577		
2559213	Aït Ou Salah	ait-ou-salah	MA		0	Africa/Casablanca	32.28	-4.53		Ait Ou Salah,Ait Salah,Aït Ou Salah,Aït Salah		08	363		
2559214	Aït ou Saïd	ait-ou-said	MA		0	Africa/Casablanca	29.52044	-8.96778		Ait au Said,Ait ou Said,Ait said,Aït au Saïd,Aït ou Saïd,Aït saïd		09	581		
2559215	Aït Oughriç	ait-oughric	MA		0	Africa/Casablanca	29.87861	-8.73918		Ait Oughric,Ait Ourghis,Ait Ourka,Ait Ourrhis,Aït Oughriç,Aït Ourghis,Aït Ourka,Aït Ourrhis		09	541		
2559217	Ait Ourir	ait-ourir	MA		0	Africa/Casablanca	31.56517	-7.66163		Ait Ourir,Ait Urir,Aït Ourir,Et Tleta,Tleta des Ait Ourir		07	041		
2559220	Aït Ben Ahmed	ait-ben-ahmed	MA		0	Africa/Casablanca	31.13284	-8.90179		Ait Ben Ahmed,Ait Ourhiat,Aït Ben Ahmed,Aït Ourhiat		07	161		
2559224	Itoughayn	itoughayn	MA		0	Africa/Casablanca	29.9885	-8.72383		Ait Ourhain,Ait Ourhaine,Aït Ourhaïn,Aït Ourhaïne,Itoughayn,Kasba Ait Ourair,Kasba Aït Ouraïr		09	541		
2559228	Aït Ououchene	ait-ououchene	MA		0	Africa/Casablanca	32.25441	-6.09885		Ait Ououchen,Ait Ououchene,Aït Ououchene,Aït Ououchèn		05	081		
2559229	Iterdene n’Aït Moussa	iterdene-n-ait-moussa	MA		0	Africa/Casablanca	29.88557	-9.30314		Ait Ounsis,Aït Ounsis,Iterdene n'Ait Moussa,Iterdene n’Aït Moussa		09	163		
2559230	Aït Ounrhi Assamer	ait-ounrhi-assamer	MA		0	Africa/Casablanca	31.69366	-5.88303				08	577		
2559231	Aït Ounrar	ait-ounrar	MA		0	Africa/Casablanca	29.89462	-8.72731		Ait Ounrar,Aït Ounrar,Ourah Ait Ali,Ourah Aït Ali		09	541		
2559241	Aït Oumzar	ait-oumzar	MA		0	Africa/Casablanca	31.10441	-6.63405		Ait Oumzar,Aït Oumzar		08	401		
2559242	Aït Brahim	ait-brahim	MA		0	Africa/Casablanca	32.05996	-6.35736		Ait Brahim,Ait Oum Tata,Aït Brahim,Aït Oum Tata		05	081		
2559244	Aït ou Mribet	ait-ou-mribet	MA		0	Africa/Casablanca	29.91489	-9.58609				09	581		
2559246	Aït Oumrhar	ait-oumrhar	MA		0	Africa/Casablanca	30.73478	-8.89084				09	541		
2559247	Aït Oumres	ait-oumres	MA		0	Africa/Casablanca	31.90988	-6.95907				05	081		
2559248	Aït Oumres	ait-oumres	MA		0	Africa/Casablanca	31.9	-6.96		Ait Oumres,Aït Oumres,Takoust		05	081		
2559250	Aït Oumis	ait-oumis	MA		0	Africa/Casablanca	30.69052	-8.58487				09	541		
2559251	Aït Oumerezou	ait-oumerezou	MA		0	Africa/Casablanca	31.29104	-6.50629				08	401		
2559254	Aït Oumda	ait-oumda	MA		0	Africa/Casablanca	30.76847	-5.21447				08	577		
2559255	Aït Oumchat	ait-oumchat	MA		0	Africa/Casablanca	32.6	-5.25				08	363		
2559256	Douar Ayt Oumchat	douar-ayt-oumchat	MA		0	Africa/Casablanca	32.56909	-5.22175		Ait Oumchat,Aït Oumchat,Douar Ayt Oumchat		08	363		
2559257	Aït Ou Mazir	ait-ou-mazir	MA		0	Africa/Casablanca	31.21519	-7.13617				08	401		
2559258	Aït Oumammas	ait-oumammas	MA		0	Africa/Casablanca	32.16235	-6.77801		Ait Ou Mamess,Ait Oumammas,Aït Ou Mamess,Aït Oumammas		05	081		
2559259	Ayt Toulghoum	ayt-toulghoum	MA		0	Africa/Casablanca	32.14542	-6.5302		Ait Oulrhom,Ait Oulrhoum,Ayt Toulghoum,Aït Oulrhom,Aït Oulrhoum		05	081		
2559261	Aït Oulhou	ait-oulhou	MA		0	Africa/Casablanca	31.45308	-4.80723		Ait Oulhou,Ait Oulhoul,Aït Oulhou,Aït Oulhoul		08	201		
2559263	Aït ou Lahsene	ait-ou-lahsene	MA		0	Africa/Casablanca	30.12249	-9.23024		Ait ou Lahcen,Ait ou Lahsene,Ait ou Lhassen,Aït ou Lahcen,Aït ou Lahsene,Aït ou Lhassen		09	163		
2559264	Aït ou Lahyane	ait-ou-lahyane	MA		0	Africa/Casablanca	29.76345	-9.45558		Ait Ou Lahiane,Ait Oulakine,Ait ou Lahcene,Ait ou Lahyane,Aït Ou Lahiane,Aït Oulakine,Aït ou Lahcene,Aït ou Lahyane		09	581		
2559266	Aït ou Lahcene	ait-ou-lahcene	MA		0	Africa/Casablanca	29.86	-9.33				09	163		
2559267	Aït-ou-L’id	ait-ou-l-id	MA		0	Africa/Casablanca	31.77465	-6.98671		Ait Ou'lad,Ait-ou-L'id,Aït Ou’lad,Aït-ou-L’id		05	081		
2559268	Ait Oukkane	ait-oukkane	MA		0	Africa/Casablanca	30.79509	-9.79012		Ait Oughane,Ait Oukane,Ait Oukkane,Ait Ouqqane,Aït Oughane,Aït Oukkane,Aït Ouqqane		09	001		
2559269	Aït Oukhdim	ait-oukhdim	MA		0	Africa/Casablanca	33.25	-4.55				03	131		
2559272	Aït Ousadane	ait-ousadane	MA		0	Africa/Casablanca	30.96381	-6.72998		Ait Ouissaden,Ait Ouissadene,Ait Ousadane,Aït Ouissadene,Aït Ouissadèn,Aït Ousadane		08	401		
2559276	Aït Ouirar	ait-ouirar	MA		0	Africa/Casablanca	31.91866	-6.91285		Ait Omiar,Ait Ouirar,Aït Omiar,Aït Ouirar		05	081		
2559277	Aït Ou Irane	ait-ou-irane	MA		0	Africa/Casablanca	29.90623	-7.30463				09	551		
2559278	Aït Wiyksane	ait-wiyksane	MA		0	Africa/Casablanca	31.41771	-7.46764		Ait Ouiksene,Ait Wiksen,Ait Wiyksane,Aït Ouiksene,Aït Wiksen,Aït Wiyksane		07	041		
2559279	Aït Wikhtr	ait-wikhtr	MA		0	Africa/Casablanca	29.95959	-8.94617		Ait Omkhtar,Ait Ouikhter,Ait Wikhtr,Aït Omkhtar,Aït Ouikhter,Aït Wikhtr		09	541		
2559280	Aït Ouikha	ait-ouikha	MA		0	Africa/Casablanca	29.35205	-9.21661		Ait Ouikha,Ait Ourkha,Aït Ouikha,Aït Ourkha		10	473		
2559281	Aït Ouijjent	ait-ouijjent	MA		0	Africa/Casablanca	32.6	-9.98				07			
2559283	Aït Widirn	ait-widirn	MA		0	Africa/Casablanca	30.52615	-7.1932		Ait Ouidiren,Ait Ouidren,Ait Ouidrene,Ait Widirn,Aït Ouidiren,Aït Ouidren,Aït Ouidrene,Aït Widirn		08	401		
2559284	Aït Wiyddane	ait-wiyddane	MA		0	Africa/Casablanca	32.65643	-4.9667		Ait Ouiden,Ait Ouidene,Ait Wiyddane,Aït Ouiden,Aït Ouidene,Aït Wiyddane		08	363		
2559285	Aït Ouiddirn	ait-ouiddirn	MA		0	Africa/Casablanca	29.8923	-9.53607		Ait Ouiddiren,Ait Ouiddirn,Aït Ouiddiren,Aït Ouiddirn		09	581		
2559286	Aït Ouiddirene	ait-ouiddirene	MA		0	Africa/Casablanca	30.05	-8.83		Ait Ouiddiren,Ait Ouiddirene,Aït Ouiddirene,Aït Ouiddirèn		09	541		
2559287	Aït Ouichouane	ait-ouichouane	MA		0	Africa/Casablanca	31.97034	-6.89192				05	081		
2559288	Ait Ouhdine	ait-ouhdine	MA		0	Africa/Casablanca	30.18065	-8.72347		Ait Ouhdine,Aït Ouhdine		09	541		
2559289	Aït Ouham	ait-ouham	MA		0	Africa/Casablanca	31.70541	-6.30719		Ait Ouham,Ait Ouhame,Aït Ouham,Aït Ouhame		05	081		
2559291	Aït Ouhahi	ait-ouhahi	MA		0	Africa/Casablanca	31.48	-5.95		Ait Ouahi,Ait Ouhahi,Aït Ouahi,Aït Ouhahi		08	577		
2559294	Aït Ouguerd	ait-ouguerd	MA		0	Africa/Casablanca	31.19975	-8.72321		Ait Ou Guare,Ait Ou Guera,Ait Oughrar,Ait Ouguerd,Aït Ou Guare,Aït Ou Guera,Aït Oughrar,Aït Ouguerd		07	161		
2559297	Aghenbou-n-Aït ou Ga’li	aghenbou-n-ait-ou-ga-li	MA		0	Africa/Casablanca	32.22336	-6.14525		Aghenbou-n-Ait ou Ga'li,Aghenbou-n-Aït ou Ga’li,Ait Gouali,Ait Ou Gouali,Aït Gouali,Aït Ou Gouali		05	081		
2559298	Aït ou Gni	ait-ou-gni	MA		0	Africa/Casablanca	29.83861	-9.43787		Ait Ougni,Ait ou Gni,Aït Ougni,Aït ou Gni		09	581		
2559299	Aït Ouglif	ait-ouglif	MA		0	Africa/Casablanca	31.45333	-5.96565		Ait Ouglif,Ait Ougliff,Aït Ouglif,Aït Ougliff		08	577		
2559300	Aït Oughral	ait-oughral	MA		0	Africa/Casablanca	31.6913	-6.36869		Ait Oughral,Ait Ourhal,Aït Oughral,Aït Ourhal		05	081		
2559302	Aït Oufrou	ait-oufrou	MA		0	Africa/Casablanca	30.81929	-5.30233				08	577		
2559305	Douar Ait Oufqir	douar-ait-oufqir	MA		0	Africa/Casablanca	31.62606	-7.63793		Ait Oufkir,Ait Oukfir,Aït Oufkir,Aït Oukfir,Douar Ait Oufqir		07	041		
2559308	Aït Oufad	ait-oufad	MA		0	Africa/Casablanca	31.58762	-6.94712				05	081		
2559310	Aït Ouenla	ait-ouenla	MA		0	Africa/Casablanca	29.86526	-9.45022				09	581		
2559311	Aït Lahsen ou ’Ali	ait-lahsen-ou-ali	MA		0	Africa/Casablanca	29.83381	-9.2615		Ait Lahsen ou 'Ali,Ait Ou el Hassene,Ait el housseine,Aït Lahsen ou ’Ali,Aït Ou el Hassene,Aït el housseine		09	163		
2559312	Aït Oudinar	ait-oudinar	MA		0	Africa/Casablanca	31.50309	-5.94416				08	577		
2559313	Aït Oudinar	ait-oudinar	MA		0	Africa/Casablanca	30.67967	-6.17187		Ait Oudimar Oufra,Ait Oudinar,Aït Oudimar Oufra,Aït Oudinar		08	587		
2559314	Aït Ou Daoud	ait-ou-daoud	MA		0	Africa/Casablanca	30.7	-9.63		Ait Ou Daoud,Aït Ou Daoud,Douar Ou Daoud		09	001		
2559315	Adaha	adaha	MA		0	Africa/Casablanca	31.27064	-7.25067		Adaha,Ait Ou Daha,Aït Ou Daha,Daha		08	401		
2559316	Isendal Ayt Ouchrif	isendal-ayt-ouchrif	MA		0	Africa/Casablanca	32.66159	-5.23155		Ait Ou Cherif,Ait Ou Chrif,Ait Ou Chérif,Aït Ou Chrif,Isendal Ayt Ouchrif		08	363		
2559317	Ayt Ouchrif	ayt-ouchrif	MA		0	Africa/Casablanca	32.65175	-5.24457		Ait Ou Cherif,Ait Ou Chrif,Ayt Ouchrif,Aït Ou Chrif,Aït Ou Chérif		08	363		
2559318	Ayt Ouchir	ayt-ouchir	MA		0	Africa/Casablanca	32.10089	-6.61062		Ait Ouchir,Ayt Ouchir,Aït Ouchir		05	081		
2559319	Ayt Ouchene	ayt-ouchene	MA		0	Africa/Casablanca	32.51984	-5.02599		Ait Ouchchen,Ait Ouchen,Ait Ouchene,Ayt Ouchene,Aït Ouchchen,Aït Ouchene,Aït Ouchèn		08	363		
2559320	Aït Ouchene	ait-ouchene	MA		0	Africa/Casablanca	30.15	-9.23		Ait Ouchene,Asrou ouchne,Aït Ouchene,Ouchen		09	163		
2559321	Aït Bouziyd	ait-bouziyd	MA		0	Africa/Casablanca	29.68265	-9.37254		Ait Bouziyd,Ait Ou Bouzid,Aït Bouziyd,Aït Ou Bouzid		09	581		
2559322	Ayt Ou Bouhou	ayt-ou-bouhou	MA		0	Africa/Casablanca	31.41905	-7.79689		Ait Ou Bohou,Ayt Ou Bouhou,Aït Ou Bohou		07	041		
2559324	Aït Ou Ben Ali	ait-ou-ben-ali	MA		0	Africa/Casablanca	31.15526	-6.24082				08	577		
2559326	Aït ou Bella	ait-ou-bella	MA		0	Africa/Casablanca	30.83596	-9.60575		Ait Ou Balla,Ait Oubala,Ait ou Bella,Aït Ou Balla,Aït Oubala,Aït ou Bella		09	001		
2559327	Aït Oubahsene	ait-oubahsene	MA		0	Africa/Casablanca	30.37778	-8.78618		Ait Oubahsene,Ait Oubasene,Aït Oubahsene,Aït Oubasene		09	541		
2559328	Aït Ou Ba Allal	ait-ou-ba-allal	MA		0	Africa/Casablanca	32.50825	-6.02998				05	091		
2559331	Ayt Wazag	ayt-wazag	MA		0	Africa/Casablanca	32.35554	-3.62178		Ait Ouazzag,Ayt Wazag,Aït Ouazzag,Touzribt		02	251		
2559333	Aït Ou-’Aziz	ait-ou-aziz	MA		0	Africa/Casablanca	30.31764	-7.91993		Ait Ou-'Aziz,Ait Ouaziz,Ait Ouazize,Aït Ou-’Aziz,Aït Ouaziz,Aït Ouazize		09	541		
2559334	Aït Ou Aziz	ait-ou-aziz	MA		0	Africa/Casablanca	29.73	-9.51		Ait Ou Aziz,Ait Ouazziz,Aït Ou Aziz,Aït Ouazziz		09	581		
2559335	Aït Wa’ziq	ait-wa-ziq	MA		0	Africa/Casablanca	32.18225	-6.37395		Ait Ou Azik,Ait Wa'ziq,Aït Ou Azik,Aït Wa’ziq		05	081		
2559336	Aït Ouazik	ait-ouazik	MA		0	Africa/Casablanca	30.68629	-5.62433				08	587		
2559337	Aït ou Arad	ait-ou-arad	MA		0	Africa/Casablanca	30.52082	-9.34837		Ait Ou Azad,Ait ou Arad,Aït Ou Azad,Aït ou Arad		09	001		
2559338	Aït Ou Atik	ait-ou-atik	MA		0	Africa/Casablanca	31.75683	-5.79914		Ait Ou Atik,Ait Ou Attik,Ait Ouatiq,Ait ou Attiq,Aït Ou Atik,Aït Ou Attik,Aït Ouâtiq,Aït ou Attiq		08	577		
2559339	Aït Ou Astere	ait-ou-astere	MA		0	Africa/Casablanca	32.17332	-6.73846				05	081		
2559344	Ayt Wazarene	ayt-wazarene	MA		0	Africa/Casablanca	31.25114	-8.28504		Ait Ouassern,Ait Ouazarene,Ayt Wazarene,Aït Ouassern,Aït Ouazarene		07	041		
2559345	Agni Oubaha	agni-oubaha	MA		0	Africa/Casablanca	29.63454	-9.22302		Agni Oubaha,Ait Ouaskhine,Aït Ouaskhine		09	581		
2559346	Aït Ouarrab	ait-ouarrab	MA		0	Africa/Casablanca	31.18	-6.8		Ait Ouarahe,Ait Ouarrab,Aït Ouarahe,Aït Ouarrab		08	401		
2559347	Aït Ouaghitane	ait-ouaghitane	MA		0	Africa/Casablanca	31.55036	-5.58249		Ait Aritane,Ait Ouaghitane,Ait Ouarhitane,Ait Ouaritane,Aït Aritane,Aït Ouaghitane,Aït Ouarhitane,Aït Ouaritane		08	577		
2559348	Aït Ouraïne	ait-ouraine	MA		0	Africa/Casablanca	32.18109	-7.01701		Ait Ouari,Ait Ouraine,Aït Ouari,Aït Ouraïne		05	255		
2559353	Aït Wa’rda	ait-wa-rda	MA		0	Africa/Casablanca	32.1114	-6.49149		Ait Ouarda,Ait Uarda,Ait Wa'rda,Ayt Warda,Aït Ouarda,Aït Uarda,Aït Wa’rda		05	081		
2559354	Aït Waramane	ait-waramane	MA		0	Africa/Casablanca	32.17768	-6.88176		Ait Ouaramane,Ait Waramane,Aït Ouaramane,Aït Waramane,Ouaramane		05	081		
2559355	Aït Ouarahmane	ait-ouarahmane	MA		0	Africa/Casablanca	30.11	-9.1		Ait Auarhmane,Ait Ouarahmane,Aït Auarhmane,Aït Ouarahmane		09	163		
2559356	Aït Waradane	ait-waradane	MA		0	Africa/Casablanca	31.9133	-6.95213		Ait Onaradam,Ait Ouaradane,Ait Ouardane,Ait Waradane,Ait Wardane,Aït Onaradam,Aït Ouaradane,Aït Ouardane,Aït Waradane,Aït Wardane		05	081		
2559357	Aït Ouarach	ait-ouarach	MA		0	Africa/Casablanca	30.68138	-8.62713				09	541		
2559358	Aït Ouarab	ait-ouarab	MA		0	Africa/Casablanca	30.56332	-8.72271				09	541		
2559360	Ait Ouaourik	ait-ouaourik	MA		0	Africa/Casablanca	30.672	-9.751		Ait Ouanoura,Ait Ouaourik		09	001		
2559365	Aït Wahhi	ait-wahhi	MA		0	Africa/Casablanca	32.06455	-6.38043		Ait Ouanergui,Ait Wahhi,Aït Ouanergui,Aït Wahhi		05	081		
2559366	Anergui	anergui	MA		0	Africa/Casablanca	32.06914	-5.93961		Ait Ouanergui,Anergui,Aït Ouanergui	1208109092	05	081	1208109092	
2559372	Aït Ouwallou	ait-ouwallou	MA		0	Africa/Casablanca	32.33606	-4.60571		Ait Ouallou,Ait Ouwallou,Aït Ouallou,Aït Ouwallou		08	363		
2559373	Aït Ouallarh	ait-ouallarh	MA		0	Africa/Casablanca	33.7668	-3.87819				02	265		
2559375	Douar Ait Ouallal	douar-ait-ouallal	MA		0	Africa/Casablanca	33.95495	-5.30975		Ait Ouallal,Aït Ouallal,Douar Ait Ouallal,El Mes		03	171		
2559376	Aït ou Allah	ait-ou-allah	MA		0	Africa/Casablanca	31.19114	-9.43183		Ait Ou Allal,Ait Oualal,Ait ou Allah,Aït Ou Allal,Aït Oualal,Aït ou Allah,Dar Cheikh Embarek,Dar Cheïkh Embarek		07	211		
2559379	Ayt Walil	ayt-walil	MA		0	Africa/Casablanca	32.22051	-4.38332		Ait Oualil,Ayt Walil,Aït Oualil		08	363		
2559381	Douar Ait Oualyad	douar-ait-oualyad	MA		0	Africa/Casablanca	30.24216	-9.38188		Ait Oualiad,Ait Oualyad,Aït Oualiad,Aït Oualyad,Douar Ait Oualyad		09	163		
2559382	Aït Ou Ali	ait-ou-ali	MA		0	Africa/Casablanca	32.16557	-5.1989				08	363		
2559383	Aït Walil	ait-walil	MA		0	Africa/Casablanca	30.52599	-8.28497		Ait Ou Ali,Ait Walil,Aït Ou Ali,Aït Walil		09	541		
2559385	Aït ou Alach	ait-ou-alach	MA		0	Africa/Casablanca	30.61617	-9.35179				09	001		
2559386	Aït Wakrim	ait-wakrim	MA		0	Africa/Casablanca	31.59687	-6.93455		Ait Ouakrim,Ait Wakrim,Aït Ouakrim,Aït Wakrim		05	081		
2559387	Aït ou Wajjoud	ait-ou-wajjoud	MA		0	Africa/Casablanca	32.45633	-4.53158		Ait Ouajjouf,Ait ou Wajjoud,Aït Ouajjouf,Aït ou Wajjoud		08	363		
2559389	Aït Wiyrri	ait-wiyrri	MA		0	Africa/Casablanca	31.36731	-7.58379		Ait Ouairri,Ait Wiyrri,Aït Ouaïrri,Aït Wiyrri,Hray		07	041		
2559390	Ait Wayour	ait-wayour	MA		0	Africa/Casablanca	31.59041	-7.13155		Ait Ouaiour,Ait Wayour,Aït Ouaïour		05	081		
2559391	Aït Ou Aïmidane	ait-ou-aimidane	MA		0	Africa/Casablanca	30.58929	-9.55696		Ait Ou Aimidane,Ait Ouanurane,Aït Ou Aïmidane		09	001		
2559392	Ayt Wahmane	ayt-wahmane	MA		0	Africa/Casablanca	32.09585	-6.63582		Ait Ou Ahmane,Ayt Wahmane,Aït Ou Ahmane		05	081		
2559397	Ayt Wahi Ou Haqqi Ar-rha	ayt-wahi-ou-haqqi-ar-rha	MA		0	Africa/Casablanca	32.62089	-5.30571		Ait Ouahi Ou Akki,Ayt Wahi Ou Haqqi Ar-rha,Aït Ouahi Ou Akki		08	363		
2559398	Ayt Hammou Ou Haqqi	ayt-hammou-ou-haqqi	MA		0	Africa/Casablanca	32.64126	-5.25687		Ait Ouahi Ou Akki,Ayt Hammou Ou Haqqi,Aït Ouahi Ou Akki		08	363		
2559400	Aït Wahi	ait-wahi	MA		0	Africa/Casablanca	31.47022	-7.13771		Ait Ouahi,Ait Wahi,Aït Ouahi,Aït Wahi		05	081		
2559401	Aït Ouahi	ait-ouahi	MA		0	Africa/Casablanca	31.32014	-6.01852				08	577		
2559402	Aït Ouahi	ait-ouahi	MA		0	Africa/Casablanca	31.18707	-6.19278		Ait Ouahi,Ait Oualri,Aït Ouahi,Aït Oualri		08	577		
2559403	Ayt Wahi	ayt-wahi	MA		0	Africa/Casablanca	32.34012	-3.61959		Ait Ouahei,Ayt Wahi,Aït Ouaheï		02	251		
2559404	Aït Wag- Na	ait-wag-na	MA		0	Africa/Casablanca	31.23268	-8.32179		Ait Ouagana,Ait Ouaguena,Ait Wag- Na,Aït Ouagana,Aït Ouaguena,Aït Wag- Na		07	041		
2559411	Aït Ouadfel	ait-ouadfel	MA		0	Africa/Casablanca	33.2833	-4.52055				03	131		
2559412	Aït Ouaddar	ait-ouaddar	MA		0	Africa/Casablanca	31.5	-5.95				08	577		
2559413	Aït Wachihhou	ait-wachihhou	MA		0	Africa/Casablanca	31.93822	-4.85479		Ait Oichhou,Ait Ouachehou,Ait Ouachou,Ait Ouchahou,Ait Wachihhou,Aït Oichhou,Aït Ouachehou,Aït Ouachou,Aït Ouchahou,Aït Wachihhou		08	201		
2559414	Aït Wach’ou	ait-wach-ou	MA		0	Africa/Casablanca	30.67011	-8.31882		Ait Ouachaou,Ait Wach'ou,Aït Ouachâou,Aït Wach’ou		09	541		
2559415	Aït Ou Hachchadi	ait-ou-hachchadi	MA		0	Africa/Casablanca	32.13506	-6.85223		Ait Ou Hachchadi,Ait Ouachadi,Aït Ou Hachchadi,Aït Ouachadi		05	081		
2559416	Aït Oua Belli	ait-oua-belli	MA		0	Africa/Casablanca	29.22355	-8.53914				09	551		
2559417	Aït Wa’abdi	ait-wa-abdi	MA		0	Africa/Casablanca	30.81375	-8.35114		Ait Ouabdi,Ait Wa'abdi,Aït Ouabdi,Aït Wa’abdi		09	541		
2559418	Ait Ousaksou	ait-ousaksou	MA		0	Africa/Casablanca	31.5703	-7.71504		Ait Ouaaksou,Ait Ousaksou,Aït Ouaaksou		07	041		
2559419	Aït Otmane	ait-otmane	MA		0	Africa/Casablanca	31.52359	-8.28782		Ait Otmane,Aït Otmane,Douar Ait Otmane Ousseine,Douar Aït Otmane Ousseïne		07	351		
2559420	Aït Omar Ou Abid	ait-omar-ou-abid	MA		0	Africa/Casablanca	33.35819	-4.82559		Ait Amer Ou Abid,Ait Amrou Abid,Ait Omar Ou Abid,Aït Amer Ou Abid,Aït Omar Ou Abid		03	131		
2559421	Aït Omar Bel Layachi	ait-omar-bel-layachi	MA		0	Africa/Casablanca	31.55919	-9.24958		Ait Omar Bel Layachi,Ait Omar bel Laiachi,Aït Omar Bel Layachi,Aït Omar bel Laiachi,Douar Aomar Laichi,Douar Aomar Laïchi		07	211		
2559422	Ayt ’Alwi	ayt-alwi	MA		0	Africa/Casablanca	32.22915	-6.55359		Ait Olroum,Ayt 'Alwi,Ayt ’Alwi,Aït Olroum		05	081		
2559425	Aït n’Taleb Akka	ait-n-taleb-akka	MA		0	Africa/Casablanca	33.49186	-5.21216				03	271		
2559427	Aït Nisser	ait-nisser	MA		0	Africa/Casablanca	30.13	-9.15		Ait Naseur,Ait Nisser,Aït Naseur,Aït Nisser		09	163		
2559428	Aït n’Iskt	ait-n-iskt	MA		0	Africa/Casablanca	31.6128	-6.9357				05	081		
2559431	Aït Nmar	ait-nmar	MA		0	Africa/Casablanca	30.35494	-8.09877		Ait Nemar,Ait Nemeur,Ait Nemmar,Ait Nmar,Aït Nemar,Aït Nemeur,Aït Nemmar,Aït Nmar		09	541		
2559432	Aït Nabdas	ait-nabdas	MA		0	Africa/Casablanca	30.85246	-7.53936		Ait Nabdas,Ait Nebdas,Alt neb das,Aït Nabdas,Aït Nebdas		08	401		
2559434	Douar Ait Nasser	douar-ait-nasser	MA		0	Africa/Casablanca	31.66327	-7.7474		Ait Nasser,Ait Nasseur,Aït Nasser,Aït Nasseur,Douar Ait Nasser		07	351		
2559435	Aït Nasser	ait-nasser	MA		0	Africa/Casablanca	31.301	-6.5004		Ait Nacer,Ait Naseur,Ait Nasser,Ait Nasseur,Ait-Naceur,Aït Nacer,Aït Naseur,Aït Nasser,Aït Nasseur,Aït-Naceur		08	401		
2559436	Aït Naçer	ait-nacer	MA		0	Africa/Casablanca	30.76018	-8.66129		Ait Nacer,Ait Naser,Ait Naseur,Ait Nasser,Aït Naser,Aït Naseur,Aït Nasser,Aït Naçer		09	541		
2559437	Ayt Namous	ayt-namous	MA		0	Africa/Casablanca	31.49133	-7.83263		Ait Namous,Ayt Namous,Aït Namous		07	041		
2559438	Ayt Namous	ayt-namous	MA		0	Africa/Casablanca	31.45774	-7.79288		Ait Namous,Ayt Namous,Aït Namous		07	041		
2559440	Aït Nador	ait-nador	MA		0	Africa/Casablanca	33.45734	-4.71148		Ait Nador,Aït Nador,Taghraout Ait Nador,Taghraout Aït Nador		03	131		
2559442	Aït Mzil	ait-mzil	MA		0	Africa/Casablanca	30.63303	-7.72065				09	541		
2559444	Aït Mzal	ait-mzal	MA		0	Africa/Casablanca	30.28	-9.11		Ait Amzal,Ait Mzal,Aït Amzal,Aït Mzal		09	541		
2559445	Ait Muguen	ait-muguen	MA		0	Africa/Casablanca	29.5	-10.03				10	473		
2559447	Aït m’Sâad	ait-m-saad	MA		0	Africa/Casablanca	33.72406	-3.90104				02	265		
2559448	Aït Mriouat	ait-mriouat	MA		0	Africa/Casablanca	31.61	-7.61		Ait Mriouat,Amraouite,Aït Mriouat		07	041		
2559449	Aït Mgharine	ait-mgharine	MA		0	Africa/Casablanca	31.53636	-6.99146		Ait M'Rhrarine,Ait Mgharine,Aït Mgharine,Aït M’Rhrarine		05	081		
2559450	Aït Mrart	ait-mrart	MA		0	Africa/Casablanca	31.92586	-6.66197				05	081		
2559452	Aït Mrabet	ait-mrabet	MA		0	Africa/Casablanca	30.40673	-6.91385		Ait M' Rabt,Ait Mrabet,Aït Mrabet,Aït M’ Rabt		08	401		
2559455	Aït Moussi	ait-moussi	MA		0	Africa/Casablanca	32.04759	-7.97361		Ait Moussi,Ait Moussi Omar,Aït Moussi,Aït Moussi Omar,Douar Ait Moussi,Douar Aït Moussi		07	427		
2559456	Aït Moussi	ait-moussi	MA		0	Africa/Casablanca	30.79743	-9.0932		Ait Moussa,Ait Moussi,Aït Moussa,Aït Moussi		09	541		
2559457	Douar Ayt Mouçatine	douar-ayt-moucatine	MA		0	Africa/Casablanca	32.5805	-6.30905		Ait Moussatine,Aït Moussatine,Douar Ait Moussatine,Douar Ayt Moucatine,Douar Ayt Mouçatine,Douar Aït Moussatine		05	091		
2559460	Aït Moussa Ou Ichou	ait-moussa-ou-ichou	MA		0	Africa/Casablanca	31.83555	-5.74388				08	577		
2559464	Douar Ait Moussa Ou Omar	douar-ait-moussa-ou-omar	MA		0	Africa/Casablanca	35.144	-3.86164		Ait Moussa Ou Amar,Ait Musau Amar,Aït Moussa Ou Amar,Douar Ait Moussa Ou Omar		01	051		
2559466	Aït Moussa Ou ’Ali	ait-moussa-ou-ali	MA		0	Africa/Casablanca	32.23759	-4.61037		Ait Moussa Ou 'Ali,Ait Moussa Ou Ali,Aït Moussa Ou Ali,Aït Moussa Ou ’Ali		08	363		
2559467	Douar Ait Moussa Oua Ahmed	douar-ait-moussa-oua-ahmed	MA		0	Africa/Casablanca	32.3105	-8.34179		Ait Moussa,Ait Moussa Bou Ahmed,Ait Moussa Ou Ahmed,Aït Moussa Bou Ahmed,Aït Moussa Ou Ahmed,Douar Ait Moussa,Douar Ait Moussa Oua Ahmed,Douar Aït Moussa		07	427		
2559468	Aït Moussa Addi	ait-moussa-addi	MA		0	Africa/Casablanca	33.47898	-5.23949				03	271		
2559476	Douar Ait Moussa	douar-ait-moussa	MA		0	Africa/Casablanca	33.97935	-4.71759		Ait Moussa,Aït Moussa,Douar Ait Moussa		03	451		
2559477	Aït Moussa	ait-moussa	MA		0	Africa/Casablanca	32.93837	-5.6504				05	301		
2559478	Aït Al Qadi	ait-al-qadi	MA		0	Africa/Casablanca	30.54694	-8.25647		Ait Al Qadi,Ait Moussa,Aït Al Qadi,Aït Moussa		09	541		
2559482	Aït Mouloud	ait-mouloud	MA		0	Africa/Casablanca	33.66026	-5.35886				03	171		
2559485	Aït Mouli	ait-mouli	MA		0	Africa/Casablanca	32.75523	-5.00792				08	363		
2559486	Aït Moulay Tahar	ait-moulay-tahar	MA		0	Africa/Casablanca	33.69789	-5.35851				03	171		
2559487	Aït Moulay Çalah	ait-moulay-calah	MA		0	Africa/Casablanca	32.0952	-6.85678		Ait Moulay Calah,Ait Moulay Salah,Aït Moulay Salah,Aït Moulay Çalah		05	081		
2559488	Kasba Ait Bella ou Zeroual	kasba-ait-bella-ou-zeroual	MA		0	Africa/Casablanca	31.50433	-9.43288		Ait Moulay Aomar,Aït Moulay Aomar,Kasba Ait Bella ou Zeroual,Kasba Ould Bella Ou Zeroual		07	211		
2559489	Aït Mouga	ait-mouga	MA		0	Africa/Casablanca	30.13531	-8.37124				09	541		
2559490	Aït Moudzit	ait-moudzit	MA		0	Africa/Casablanca	31.33828	-6.49248		Ait Moudzit,Ait Mouzit,Aït Moudzit,Aït Mouzit		08	401		
2559495	Douar Ait Mhand Ou Amer	douar-ait-mhand-ou-amer	MA		0	Africa/Casablanca	33.99909	-4.40271		Ait Mohand Ou Amar,Ait Mohannd Ou Amar,Aït Mohand Ou Amar,Aït Mohannd Ou Amar,Douar Ait Mhand Ou Amer,Douar Ait Mohannd Ou Amar,Douar Aït Mohannd Ou Amar		03	561		
2559501	Ayt Mohand	ayt-mohand	MA		0	Africa/Casablanca	32.41051	-3.76725		Ait Mohammed,Ayt Mohand,Aït Mohammed,Ksar des Ait Mohammed,Ksar des Aït Mohammed		02	251		
2559502	Aït Mkhaled	ait-mkhaled	MA		0	Africa/Casablanca	33.95967	-3.74267		Ait Mkhaled,Aït Mkhaled,Douar Ait Mkhaled,Douar Aït Mkhaled		02	265		
2559503	Aït Mked	ait-mked	MA		0	Africa/Casablanca	31.27865	-8.58069		Ait Mked,Ait Mkeud,Aït Mked,Aït Mkeud		07	161		
2559508	Aït Mimoun	ait-mimoun	MA		0	Africa/Casablanca	33.42381	-4.26428		Ait Mimoun,Ait Mimoune,Aït Mimoun,Aït Mimoune		03	131		
2559510	Ait Mimoun	ait-mimoun	MA		0	Africa/Casablanca	31.59023	-7.12587		Ait Mimoun,Aït Mimoun		05	081		
2559511	Zaouït Aït Mimoun	zaouit-ait-mimoun	MA		0	Africa/Casablanca	31.5607	-7.27169		Ait Mimoun,Ait mimoune,Aït Mimoun,Aït mimoune,Zaouit Ait Mimoun,Zaouït Aït Mimoun		07	041		
2559512	Aït Mimoun	ait-mimoun	MA		0	Africa/Casablanca	30.43318	-8.39364				09	541		
2559513	Ait Mimoune	ait-mimoune	MA		0	Africa/Casablanca	30.18704	-9.56137		Ait Mimoun,Ait Mimoune,Aït Mimoun,El Kherba Ait Mimoun,El Kherba Aït Mimoun		09	163		
2559514	Aït Mimal	ait-mimal	MA		0	Africa/Casablanca	31.2781	-6.67547				08	401		
2559518	Ayt Migrizene	ayt-migrizene	MA		0	Africa/Casablanca	30.46266	-8.59855		Ait Migrizane,Ait Migrizene,Ayt Migrizene,Aït Migrizane,Aït Migrizene		09	541		
2559519	Tinsimlal	tinsimlal	MA		0	Africa/Casablanca	30.88339	-8.21791		Ait Mial,Assemlaf,Assemlal,Aït Mial,Imassemlal,Tinsimlal		09	541		
2559520	Aït M’hand ou Saïd	ait-m-hand-ou-said	MA		0	Africa/Casablanca	30.52489	-9.00689		Ait M'hand ou Said,Ait Mhand Ou Said,Aït Mhand Ou Saïd,Aït M’hand ou Saïd		09	541		
2559522	Aït Mhand	ait-mhand	MA		0	Africa/Casablanca	31.24419	-8.51943				07	161		
2559523	Aït Mhand	ait-mhand	MA		0	Africa/Casablanca	31.02881	-8.7728				07	161		
2559524	Ait Mhand	ait-mhand	MA		0	Africa/Casablanca	30.4813	-9.60412		Ait Mehannd,Ait Mhand,Aït Mehannd,Aït Mhand		09	001		
2559525	Aït Mhammed	ait-mhammed	MA		0	Africa/Casablanca	33.28955	-4.95387				03	271		
2559526	Aït Mhammed	ait-mhammed	MA		0	Africa/Casablanca	33.28	-4.95				03	271		
2559529	Aït Meziane	ait-meziane	MA		0	Africa/Casablanca	33.66591	-5.00539				03	451		
2559530	Aït Mettat	ait-mettat	MA		0	Africa/Casablanca	31.2256	-8.29396		Ait Matate,Ait Mettat,Aït Matate,Aït Mettat		07	041		
2559532	Aït Messaoud Ou Addou	ait-messaoud-ou-addou	MA		0	Africa/Casablanca	31.5614	-6.92321				05	081		
2559538	Aït Messaoud	ait-messaoud	MA		0	Africa/Casablanca	35.14084	-3.96348		Ait Mesaud,Ait Messaoud,Aït Messaoud		01	051		
2559539	Aït Messaoud	ait-messaoud	MA		0	Africa/Casablanca	34.96087	-3.96482		Ait Ali Moussa,Ait Messaoud,Aït Ali Moussa,Aït Messaoud		01	051		
2559540	Aït Messaoud	ait-messaoud	MA		0	Africa/Casablanca	32.60957	-6.21706				05	091		
2559541	Douar Ayt Mass’oud	douar-ayt-mass-oud	MA		0	Africa/Casablanca	31.73191	-8.07957		Ait-Messaoud,Aït-Messaoud,Douar Ayt Mass'oud,Douar Ayt Mass’oud		07	351		
2559542	Aït Messaoud	ait-messaoud	MA		0	Africa/Casablanca	31.40579	-5.98987				08	577		
2559543	Aït Messaoud	ait-messaoud	MA		0	Africa/Casablanca	30.68769	-8.2099				09	541		
2559544	Aït Ms’oud	ait-ms-oud	MA		0	Africa/Casablanca	29.67196	-9.22298		Ait Messaoud,Ait Ms'oud,Aït Messaoud,Aït Ms’oud		09	581		
2559547	Aït Mazdou	ait-mazdou	MA		0	Africa/Casablanca	31.72905	-7.19644		Ait Mazdou,Ait Mesdo,Aït Mazdou,Aït Mesdo		05	081		
2559548	Aït Merzoug	ait-merzoug	MA		0	Africa/Casablanca	33.98	-5.78		Ait Merzoug,Ait Merzouk,Aït Merzoug,Aït Merzouk		04	291		
2559549	Ayt Merzoug	ayt-merzoug	MA		0	Africa/Casablanca	32.3521	-5.32822		Ait Marzougue,Ait Merzoug,Ait Merzouk,Ayt Merzoug,Aït Marzougue,Aït Merzoug,Aït Merzouk		08	363		
2559550	Aït Merzoug	ait-merzoug	MA		0	Africa/Casablanca	31.10193	-8.26158				07	041		
2559551	Aït Mersid	ait-mersid	MA		0	Africa/Casablanca	30.86	-5.81				08	587		
2559552	Aït Merri	ait-merri	MA		0	Africa/Casablanca	30.77428	-8.39201				09	541		
2559554	Aït Menzou	ait-menzou	MA		0	Africa/Casablanca	32.07949	-4.38702		Ait Mensou,Ait Menzou,Aït Mensou,Aït Menzou		08	201		
2559555	Aït Menad	ait-menad	MA		0	Africa/Casablanca	30.62665	-5.3516				08	587		
2559557	Ayt Mloul	ayt-mloul	MA		0	Africa/Casablanca	31.53862	-8.17993		Ait Melloul,Ait Melloule,Ayt Mloul,Aït Melloul,Aït Melloule,Douar Ait Melloul,Douar Aït Melloul		07	351		
2559560	Aït Melk	ait-melk	MA		0	Africa/Casablanca	30.70793	-6.25528		Ait Melk,Ait Melkt,Aït Melk,Aït Melkt		08	587		
2559561	Ayt Mekraz	ayt-mekraz	MA		0	Africa/Casablanca	32.70261	-5.34844		Ait Mekraz,Ait Mekraze,Ayt Mekraz,Aït Mekraz,Aït Mekraze		05	301		
2559564	Aït Mhammed	ait-mhammed	MA		0	Africa/Casablanca	31.87877	-6.47396		Ait Hhammed,Ait M' Hammed,Ait Mehammed,Ait Mhammed,Ait Mohamed,Ait Mohammad,Aït Hhammed,Aït Mehammed,Aït Mhammed,Aït Mohamed,Aït Mohammad,Aït M’ Hammed		05	081		
2559565	Aït Ma’alla	ait-ma-alla	MA		0	Africa/Casablanca	30.76124	-8.42282		Ait Ma'alla,Ait Mahalla,Ait Mehalla,Aït Mahalla,Aït Ma’alla,Aït Mehalla		09	541		
2559566	Aït Mechkouk	ait-mechkouk	MA		0	Africa/Casablanca	31.20838	-8.85276				07	161		
2559567	Douar Mhejer	douar-mhejer	MA		0	Africa/Casablanca	35.01538	-3.92078		Ait Mechaar,Ait Mexaar,Aït Mechaar,Douar Mhejer		01	051		
2559568	Douar Ait Bella	douar-ait-bella	MA		0	Africa/Casablanca	31.55594	-9.49504		Ai Mbarek Ou Bella,Ait M'barek,Ait Mbarek Ou Bella,Aï Mbarek Ou Bella,Aït Mbarek Ou Bella,Aït M’barek,Douar Ait Bella,Douar Arbeta		07	211		
2559569	Aït M’bark	ait-m-bark	MA		0	Africa/Casablanca	30.51688	-9.04885		Ait M'bark,Ait Mbarek,Aït Mbarek,Aït M’bark		09	541		
2559570	Ait Mazouz	ait-mazouz	MA		0	Africa/Casablanca	33.81885	-5.30138		Ait Mazouz,Ait Mazzouz,Ait Mzouz touizat,Aït Mazouz,Aït Mazzouz,Aït Mzouz touizat		03	171		
2559571	Ayt ’m Azou	ayt-m-azou	MA		0	Africa/Casablanca	31.51067	-8.2033		Aaouint-Maazouza,Ait Mazou,Ayt 'm Azou,Ayt ’m Azou,Aâouint-Maâzouza,Aït Mazou,Douar Ait Mazou,Douar Aït Mazou		07	351		
2559574	Aït Mayyit	ait-mayyit	MA		0	Africa/Casablanca	35.15928	-3.59161				02	167		
2559576	Aït Ma’rout	ait-ma-rout	MA		0	Africa/Casablanca	30.58537	-7.57599		Ait Ma'rout,Ait Marouf,Aït Marouf,Aït Ma’rout		09	541		
2559579	Aït Marar	ait-marar	MA		0	Africa/Casablanca	30.6014	-9.54766		Ait Marar,Ait Narar,Aït Marar,Aït Narar		09	001		
2559580	Aït Mmar	ait-mmar	MA		0	Africa/Casablanca	29.67285	-9.09042		Ait Mar,Ait Mare,Ait Mmar,Aït Mar,Aït Mmar,Aït Mâre		09	581		
2559581	Aït Mâouch	ait-maouch	MA		0	Africa/Casablanca	31.52692	-8.30194		Ait Maouch,Aït Mâouch,Douar Ait Maouch,Douar Aït Maouch		07	351		
2559582	Aït Mannsour ou Ali	ait-mannsour-ou-ali	MA		0	Africa/Casablanca	30.67154	-8.8815		Ait Mannsour ou Ali,Ait Mansour Ou Ali,Aït Mannsour ou Ali,Aït Mansour Ou Ali		09	541		
2559586	Aït Mançour	ait-mancour	MA		0	Africa/Casablanca	32.0382	-6.93444		Ait Mancour,Ait Mansour,Aït Mansour,Aït Mançour		05	081		
2559587	Ayt Mansour	ayt-mansour	MA		0	Africa/Casablanca	32.0312	-6.67093		Ait Mansour,Ayt Mansour,Aït Mansour		05	081		
2559588	Aït Mançour	ait-mancour	MA		0	Africa/Casablanca	31.43206	-7.40721		Ait Mancour,Ait Mannsour,Ait Mansour,Aït Mannsour,Aït Mansour,Aït Mançour		07	041		
2559589	Ayt Mannçour	ayt-manncour	MA		0	Africa/Casablanca	31.25152	-8.497		Ait Mansour,Ayt Manncour,Ayt Mannçour,Aït Mansour		07	161		
2559590	Aït Mançour	ait-mancour	MA		0	Africa/Casablanca	30.768	-8.79195		Ait Mancour,Ait Mansour,Aït Mansour,Aït Mançour		09	541		
2559591	Ayt Mansour	ayt-mansour	MA		0	Africa/Casablanca	32.08597	-6.74673		Ait Mansour,Ayt Mansour,Aït Mansour		05	081		
2559592	Aït Mansor	ait-mansor	MA		0	Africa/Casablanca	35.25899	-3		Ait Mansor,Aoulad mansour,Aït Mansor		02	381		
2559593	Aït Mannsour	ait-mannsour	MA		0	Africa/Casablanca	31.42309	-9.1349				07	161		
2559594	Ayt Mançour	ayt-mancour	MA		0	Africa/Casablanca	31.77573	-7.08168		Ait Mancour,Ayt Mancour,Ayt Mançour,Aït Mancour		07	191		
2559595	Oulad M’amar	oulad-m-amar	MA		0	Africa/Casablanca	30.54327	-8.48947		Ait M'Amar,Aït M’Amar,Oulad M'amar,Oulad M’amar		09	541		
2559598	Aït Ma’alla	ait-ma-alla	MA		0	Africa/Casablanca	30.85207	-8.2928		Ait Ma'alla,Ait Maala,Ait Malla,Aït Malla,Aït Maâla,Aït Ma’alla		09	541		
2559599	Aït Malk	ait-malk	MA		0	Africa/Casablanca	31.94886	-6.65192				05	081		
2559601	Ait Malek	ait-malek	MA		0	Africa/Casablanca	31.61882	-7.11885		Ait Malek,Aït Malek		05	081		
2559603	Aït Makhlouf	ait-makhlouf	MA		0	Africa/Casablanca	33.42461	-4.32413		Ait Makhlouf,Ait Maklouf,Ait Mekhlouf,Aït Makhlouf,Aït Maklouf,Aït Mekhlouf		03	131		
2559606	Aït Mahmoud	ait-mahmoud	MA		0	Africa/Casablanca	30	-9.26				09	163		
2559607	Aït Mahma	ait-mahma	MA		0	Africa/Casablanca	31.68352	-6.67337				05	081		
2559608	Aït Mahi	ait-mahi	MA		0	Africa/Casablanca	32.06929	-6.82346				05	081		
2559609	Id Mahfoud	id-mahfoud	MA		0	Africa/Casablanca	31.19251	-8.93938		Aida Mahgoud Etdir,Ait Mahfoud,Aïda Mahgoud Etdir,Aït Mahfoud,Id Mahfoud		07	161		
2559611	Aït Labrouk	ait-labrouk	MA		0	Africa/Casablanca	31.53288	-9.41192		Ait Labrouk,Ait Lobrouk,Aït Labrouk,Aït Lobrouk,Douar Mohammed		07	211		
2559612	Ait Ihda	ait-ihda	MA		0	Africa/Casablanca	31.63732	-7.15399		Ait Ihda,Ait Iheda,Ait Lnda,Ait hida,Aït Iheda,Aït Lnda,Aït hida		05	081		
2559613	Aït Ljiar	ait-ljiar	MA		0	Africa/Casablanca	29.7	-9.41		Ait Ljiar,Ait l'chguare,Ait l’chguare,Aït Ljiar		09	581		
2559615	Douar Jrlil	douar-jrlil	MA		0	Africa/Casablanca	31.8943	-8.00764		Ait Lil,Aït Lil,Douar Ait Lil,Douar Aït Lil,Douar Jrlil,Itlile		07	427		
2559619	Aït Lahsene-n-Boubker	ait-lahsene-n-boubker	MA		0	Africa/Casablanca	30.33967	-8.23837		Ait Lahsene-n-Boubker,Ait Lhasen Boubker,Ait Lhassen Boubker,Ait Lhassene Boubker,Aït Lahsene-n-Boubker,Aït Lhassene Boubker,Aït Lhassèn Boubker,Aït Lhasèn Boubker		09	541		
2559620	Aït Lhassene	ait-lhassene	MA		0	Africa/Casablanca	31.27433	-6.06444		Ait Lahsene,Ait Lhasen,Ait Lhasene,Ait Lhassene,Aït Lahsene,Aït Lhasene,Aït Lhassene,Aït Lhasèn		08	577		
2559621	Aït Lahsene Ou Bouzid	ait-lahsene-ou-bouzid	MA		0	Africa/Casablanca	31.23381	-6.10857		Ait Lahsene Ou Bouzid,Ait Lhasen,Ait Lhassene,Aït Lahsene Ou Bouzid,Aït Lhasen,Aït Lhassene		08	577		
2559622	Aït Lahzane	ait-lahzane	MA		0	Africa/Casablanca	31.18568	-9.42713		Ait Lahzane,Ait Lhasen,Ait Lhasene,Ait Lhassene,Aït Lahzane,Aït Lhasen,Aït Lhasene,Aït Lhassene		07	211		
2559623	Ayt Lagrari	ayt-lagrari	MA		0	Africa/Casablanca	31.94751	-7.14367		Ait Al Grari,Ait Bagrari,Ait Lerhrari,Ait el Grari,Ayt Lagrari,Aït Al Grari,Aït Bagrari,Aït Lerhrari,Aït el Grari		07	191		
2559624	Aït al Hilt	ait-al-hilt	MA		0	Africa/Casablanca	30.21618	-8.79477		Ait Lelt,Ait al Hilt,Aït Lelt,Aït al Hilt		09	541		
2559625	Aït Tlaglou	ait-tlaglou	MA		0	Africa/Casablanca	31.15603	-6.245		Ait Lahlou,Ait Lehiou,Ait Tlaglou,Aït Lahlou,Aït Lehiou,Aït Tlaglou		08	577		
2559626	Aït Lechger Ou Ali	ait-lechger-ou-ali	MA		0	Africa/Casablanca	29.46809	-9.01913		Ait Lechen Ou Ali,Ait Lechgenou Ali,Ait Lechger Ou Ali,Aït Lechen Ou Ali,Aït Lechgenou Ali,Aït Lechger Ou Ali		09	581		
2559627	Aït Lebbou	ait-lebbou	MA		0	Africa/Casablanca	32.46645	-4.49423		Ait Labou,Ait Lebbou,Aït Labou,Aït Lebbou		08	363		
2559628	Aït Lbouwr	ait-lbouwr	MA		0	Africa/Casablanca	31.68774	-6.72244		Ait Lbour,Ait Lbouwr,Aït Lbour,Aït Lbouwr		05	081		
2559629	Tizazzariyne	tizazzariyne	MA		0	Africa/Casablanca	31.96204	-6.53947		Ait Laasri,Ait Lasseri,Aït Lasseri,Aït Laâsri,Tizazzariyne		05	081		
2559630	Aït Lasri	ait-lasri	MA		0	Africa/Casablanca	30.5662	-9.25032		Ait Lasri,Aït Lasri,Aït Lâsri		09	541		
2559631	Aït Lasri	ait-lasri	MA		0	Africa/Casablanca	29.9	-9.28		Ait Lasri,Ait el Assri,Aït Lasri,Aït el Assri		09	163		
2559632	Aït Larhras	ait-larhras	MA		0	Africa/Casablanca	33.7456	-3.91955				02	265		
2559633	Ayt L’arbi	ayt-l-arbi	MA		0	Africa/Casablanca	32.05052	-6.71576		Ait Larbi,Ayt L'arbi,Ayt L’arbi,Aït Larbi		05	081		
2559634	Aït Iminigli	ait-iminigli	MA		0	Africa/Casablanca	32.05621	-6.76621		Ait Iminigli,Ait Larbi,Aït Iminigli,Aït Larbi		05	081		
2559635	Aït Larbi	ait-larbi	MA		0	Africa/Casablanca	31.95552	-6.95075				05	081		
2559636	Aït el Arbi	ait-el-arbi	MA		0	Africa/Casablanca	31.34556	-8.52388		Ait Larbi,Ait el Arbi,Aït Larbi,Aït el Arbi		07	161		
2559637	Aït Larbi	ait-larbi	MA		0	Africa/Casablanca	30.55994	-8.54175		Agadir n' Larbi,Agadir n’ Larbi,Ait Larbi,Aït Larbi		09	541		
2559638	Aït el Aaoud	ait-el-aaoud	MA		0	Africa/Casablanca	31.32331	-8.50867		Ait Lalloud,Ait el Aaoud,Aït Lalloud,Aït el Aaoud		07	161		
2559639	Aït Laïz	ait-laiz	MA		0	Africa/Casablanca	33.44769	-4.29507				03	131		
2559644	Aït Lahsene Ou Mimoun	ait-lahsene-ou-mimoun	MA		0	Africa/Casablanca	33.58317	-4.27854		Ait Lahcen,Ait Lahsen Ou Mimoun,Ait Lahsene Ou Mimoun,Ait Lassene Ou Mimoun,Ait Lehssene ou Mimoun,Aït Lahcen,Aït Lahsene Ou Mimoun,Aït Lahsèn Ou Mimoun,Aït Lassene Ou Mimoun,Aït Lehssene ou Mimoun		03	451		
2559645	Zawyat-n-Aït Lahsene ou Brahim	zawyat-n-ait-lahsene-ou-brahim	MA		0	Africa/Casablanca	30.56224	-8.42708		Ait Lahcen Ou Braim,Ait Lahsen Ou Brahim,Ait Lahsene Ou Brahim,Aït Lahcen Ou Braïm,Aït Lahsene Ou Brahim,Aït Lahsèn Ou Brahim,Zawyat-n-Ait Lahsene ou Brahim,Zawyat-n-Aït Lahsene ou Brahim		09	541		
2559646	Aït Lahsene Ou Brahim	ait-lahsene-ou-brahim	MA		0	Africa/Casablanca	29.48372	-8.99823		Ait Brahim,Ait Lahsen Ou Brahim,Ait Lahsene Ou Brahim,Aït Brahim,Aït Lahsen Ou Brahim,Aït Lahsene Ou Brahim		09	581		
2559647	Aït Lahsene ou Brahim	ait-lahsene-ou-brahim	MA		0	Africa/Casablanca	29.48377	-8.99812				09	581		
2559648	Aït Lahsene Ou Ali	ait-lahsene-ou-ali	MA		0	Africa/Casablanca	31.68518	-6.71016				05	081		
2559649	Aït Al Hsn ou’ Ali	ait-al-hsn-ou-ali	MA		0	Africa/Casablanca	29.51864	-9.03027		Ait Al Hsn ou' Ali,Ait Lahcen ou Ali,Ait Lahsen Ou Ali,Ait Lahsene Ou Ali,Aït Al Hsn ou’ Ali,Aït Lahcen ou Ali,Aït Lahsen Ou Ali,Aït Lahsene Ou Ali		09	581		
2559654	Aït Lahsene	ait-lahsene	MA		0	Africa/Casablanca	35.38786	-2.98796				02	381		
2559655	Aït Lahsene	ait-lahsene	MA		0	Africa/Casablanca	34.21	-5.75		Ait Lahcen,Ait Lahsen,Ait Lahsene,Ait Lahssen,Ait Lahssene,Aït Lahcen,Aït Lahsen,Aït Lahsene,Aït Lahssen,Aït Lahssene		04	481		
2559656	Aït Lahsene	ait-lahsene	MA		0	Africa/Casablanca	31.5616	-8.32743		Ait Lahcen,Ait Lahsen,Ait Lahsene,Aït Lahcen,Aït Lahsen,Aït Lahsene,Douar Ait Lahsen,Douar Aït Lahsen		07	351		
2559657	Aït Lahsene	ait-lahsene	MA		0	Africa/Casablanca	31.49038	-8.51047		Ait Lahcen Hmjoune,Ait Lahsen,Ait Lahsene,Aït Lahcen Hmjoune,Aït Lahsene,Aït Lahsèn		07	161		
2559658	Aït Lahsene	ait-lahsene	MA		0	Africa/Casablanca	31.41434	-9.66981				07	211		
2559659	Aït Lahsene	ait-lahsene	MA		0	Africa/Casablanca	31.20881	-6.15747		Ait Lahcen,Ait Lahsen,Ait Lahsene,Aït Lahcen,Aït Lahsen,Aït Lahsene		08	577		
2559664	Aït Ladi	ait-ladi	MA		0	Africa/Casablanca	30.92532	-9.62227				07	211		
2559665	Aït Achgar	ait-achgar	MA		0	Africa/Casablanca	29.93314	-9.19911		Ait Achgar,Ait Lachguer,Ait Lachgueur,Ait Lechghare,Aït Achgar,Aït Lachguer,Aït Lachgueur,Aït Lechghare		09	163		
2559666	Aït Labbes	ait-labbes	MA		0	Africa/Casablanca	32.42873	-4.46959		Ait Labbes,Ait Zabbas,Ait el Abbas,Aït Labbes,Aït Zabbas,Aït el Abbas		08	363		
2559667	Ait Laati	ait-laati	MA		0	Africa/Casablanca	30.10906	-9.28603		Ait Laati,Ait Lhati,Aït Laati,Aït Lhati		09	163		
2559668	Aït Laasri	ait-laasri	MA		0	Africa/Casablanca	31.56778	-7.45181		Ait Aicha,Ait Laasri,Ait Laiachi,Ait Lasri,Aït Aïcha,Aït Laasri,Aït Lasri,Aït Laïachi		07	041		
2559670	Aït Krad	ait-krad	MA		0	Africa/Casablanca	32.69193	-6.09735		Ait Katif,Ait Krad,Aït Katif,Aït Krad		05	091		
2559671	Aït Kouzoud	ait-kouzoud	MA		0	Africa/Casablanca	30.36857	-7.29167		Ait Kouzoud,Aït Kouzoud,Kouzoud		08	401		
2559672	Ayt Karroum	ayt-karroum	MA		0	Africa/Casablanca	32.0966	-6.72401		Ait Kouroum,Ayt Karroum,Aït Kouroum		05	081		
2559674	Aït Kine	ait-kine	MA		0	Africa/Casablanca	30.02469	-8.18259				09	541		
2559675	Bni Qitoune	bni-qitoune	MA		0	Africa/Casablanca	35.01971	-2.47995		Ait Kiatene,Aït Kiatène,Bni Qitoune		02	381		
2559678	Aït Khouya	ait-khouya	MA		0	Africa/Casablanca	32.0544	-5.94095				05	081		
2559679	Aït Khoukhdene	ait-khoukhdene	MA		0	Africa/Casablanca	31.36015	-5.28552		Ait Khou Kheden,Ait Khou Khedene,Ait Khoukhdene,Aït Khou Khedene,Aït Khou Khedèn,Aït Khoukhdene		08	577		
2559680	Ayt Khouya	ayt-khouya	MA		0	Africa/Casablanca	32.04728	-6.58151		Ait Khouia,Ayt Khouya,Aït Khouia		05	081		
2559681	Aït Khojmane	ait-khojmane	MA		0	Africa/Casablanca	32.26561	-4.41076		Ait Khojmane,Ait Krojmane,Aït Khojmane,Aït Krojmane		08	363		
2559682	Aït Klouf	ait-klouf	MA		0	Africa/Casablanca	31.67441	-6.92694		Ait Khlouf,Ait Klouf,Aït Khlouf,Aït Klouf		05	081		
2559683	Aït Khlifa	ait-khlifa	MA		0	Africa/Casablanca	31.42132	-6.22546				08	577		
2559684	Aït Khiyar	ait-khiyar	MA		0	Africa/Casablanca	31.26607	-6.14321				08	577		
2559685	Aït Khijja	ait-khijja	MA		0	Africa/Casablanca	32.46437	-5.18003				08	363		
2559687	Aït Khetab Ouzedder	ait-khetab-ouzedder	MA		0	Africa/Casablanca	30.86585	-9.11816		Ait Khetab Ouzedder,Ait Ktab Ouzder,Aït Khetab Ouzedder		07	161		
2559688	Aït Khetab Oufella	ait-khetab-oufella	MA		0	Africa/Casablanca	30.88429	-9.10041		Ait Khetab Oufella,Ait Ktab,Ait Ktab Oufella,Aït Khetab Oufella,Aït Ktab,Aït Ktab Oufella		07	161		
2559689	Aït Kherdi	ait-kherdi	MA		0	Africa/Casablanca	32.26771	-4.3864		Ait Kerdi,Ait Kherdi,Aït Kerdi,Aït Kherdi		08	363		
2559690	Aït Kherdi	ait-kherdi	MA		0	Africa/Casablanca	30.75961	-5.20738				08	577		
2559691	Aït Kherdi	ait-kherdi	MA		0	Africa/Casablanca	29.98	-5.56				08	587		
2559692	Aït Khannouj	ait-khannouj	MA		0	Africa/Casablanca	32.2381	-6.43151		Ait Aloane,Ait Alouan,Ait Alouane,Ait Khannouj,Ait Khennoudj,Ait Khennouj,Aït Aloane,Aït Alouan,Aït Alouane,Aït Khannouj,Aït Khennoudj,Aït Khennouj		05	091		
2559693	Aït Ikhlaf-n-Izdar	ait-ikhlaf-n-izdar	MA		0	Africa/Casablanca	30.22788	-7.88385		Ait Ikhlaf-n-Izdar,Ait Khelf,Aït Ikhlaf-n-Izdar,Aït Khelf,Irhir nait Khelf,Irhir naït Khelf		09	541		
2559694	Aït Khelafa	ait-khelafa	MA		0	Africa/Casablanca	31.43857	-4.80714		Ait Khelafa,Ait Relafa,Ait-Khalifa,Aït Khelafa,Aït-Khalifa		08	201		
2559695	Aït Khechine	ait-khechine	MA		0	Africa/Casablanca	30.18	-9.16		Aid Khchin,Ait Khchiin,Ait Khechine,Aïd Khchin,Aït Khchiin,Aït Khechine		09	163		
2559697	Aït Khebbach	ait-khebbach	MA		0	Africa/Casablanca	33.4234	-4.79345		Ait Khabach,Ait Khebbach,Aït Khabach,Aït Khebbach		03	131		
2559698	Ayt Khabbach	ayt-khabbach	MA		0	Africa/Casablanca	31.69555	-4.18463		Ait Khebbach,Ait Khebbache,Ayt Khabbach,Aït Khebbach,Aït Khebbache,Ksar Ouled Amira Ait Khbach,Ksar Ouled Amira Aït Khbach		08	201		
2559701	Ait Khlifa	ait-khlifa	MA		0	Africa/Casablanca	33.68024	-4.81672		Ait Khalifa,Ait Khlifa,Aït Khalifa,Aït Khlifa		03	451		
2559703	Aït Oukhalaq	ait-oukhalaq	MA		0	Africa/Casablanca	32.04237	-4.81862		Ait Khalak,Ait Khalaq,Ait Khalek,Ait Oukhalaq,Aït Khalak,Aït Khalaq,Aït Khalek,Aït Oukhalaq		08	201		
2559704	Douar Aït Khaled	douar-ait-khaled	MA		0	Africa/Casablanca	31.31937	-8.05937		Ait Khald,Ait Khaled,Aït Khald,Aït Khaled,Douar Ait Khaled,Douar Aït Khaled		07	041		
2559705	Ayt Kerroum	ayt-kerroum	MA		0	Africa/Casablanca	31.47094	-7.86292		Ait Kerroum,Ayt Kerroum,Aït Kerroum,Douar Ait Kerroum,Douar Aït Kerroum		07	041		
2559706	Aït Kerroum	ait-kerroum	MA		0	Africa/Casablanca	30.55395	-8.91165		Ait Kerroum,Ait Kerroun,Aït Kerroum,Aït Kerroun		09	541		
2559707	Aït Karmous	ait-karmous	MA		0	Africa/Casablanca	33.24683	-4.68803		Ait Karmous,Ait Kermous,Ait Kermouss,Aït Karmous,Aït Kermous,Aït Kermouss		03	131		
2559709	Ait Kerbid	ait-kerbid	MA		0	Africa/Casablanca	30.69758	-9.85464		Ait Karbid,Ait Kerbid,Aït Karbid,Aït Kerbid		09	001		
2559711	Aït Odif	ait-odif	MA		0	Africa/Casablanca	30.92493	-6.87908		Ait Kdif,Ait Kediff,Ait Odif,Aït Kdif,Aït Kediff,Aït Odif		08	401		
2559712	Ayt Qeddour	ayt-qeddour	MA		0	Africa/Casablanca	31.4643	-7.75355		Ait Kadour,Ait Keddour,Ayt Qeddour,Aït Kadour,Aït Keddour		07	041		
2559714	Aït Kataa	ait-kataa	MA		0	Africa/Casablanca	35.16331	-6.11364				01	331		
2559715	Aït Kassem	ait-kassem	MA		0	Africa/Casablanca	30.30831	-9.05258		Ait Kacem,Ait Kassem,Aït Kacem,Aït Kassem		09	541		
2559720	Aït Kaïs	ait-kais	MA		0	Africa/Casablanca	33.36389	-4.84914		Ait Kais,Ait Kaisse,Aït Kaisse,Aït Kaïs		03	131		
2559721	Aït Kadi	ait-kadi	MA		0	Africa/Casablanca	35.00147	-3.96923				01	051		
2559722	Aït Jouana	ait-jouana	MA		0	Africa/Casablanca	34.15911	-5.8088		Ait Jouana,Aït Jouana,Joualla		03	061		
2559724	Aït Jerrar	ait-jerrar	MA		0	Africa/Casablanca	29.13785	-9.5726		Ait Jerrar,Ait Jerror,Aït Jerrar,Aït Jerror		10	261		
2559727	Douar Imejjade	douar-imejjade	MA		0	Africa/Casablanca	35.09157	-3.52907		Ait Jeiat,Aït Jeïat,Douar Imejjade		02	167		
2559729	Aït Jama’	ait-jama	MA		0	Africa/Casablanca	30.58651	-8.34917		Ait Jama',Ait Jamaa,Aït Jamaa,Aït Jama’		09	541		
2559730	Aït J’a	ait-j-a	MA		0	Africa/Casablanca	31.49246	-7.0808		Ait J'a,Ait Jaha,Ait jaa,Aït Jaha,Aït J’a,Aït jaâ		05	081		
2559731	Aït Jafer	ait-jafer	MA		0	Africa/Casablanca	33.46306	-4.32267		Ait Jafer,Ait Yafire,Aït Jafer,Aït Yafire		03	131		
2559732	Douar Ait Jaber	douar-ait-jaber	MA		0	Africa/Casablanca	34.0226	-4.76621		Ait Jaber,Ait Jabeur,Aït Jaber,Aït Jabeur,Douar Ait Jaber,Douar Ait Jabeur,Douar Aït Jabeur		03	451		
2559733	Ayt Jaba	ayt-jaba	MA		0	Africa/Casablanca	32.04483	-6.65292		Ait Jaba,Ayt Jaba,Aït Jaba		05	081		
2559740	Ait Farouine	ait-farouine	MA		0	Africa/Casablanca	31.60947	-7.742		Ait Farouine,Ait Itferouine,Aït Itferouine		07	041		
2559741	Almou-n-Aït Issimour	almou-n-ait-issimour	MA		0	Africa/Casablanca	32.08444	-6.30104		Ait Issimour,Almou-n-Ait Issimour,Almou-n-Aït Issimour,Aït Issimour		05	081		
2559742	Aït Issimour	ait-issimour	MA		0	Africa/Casablanca	32.10083	-6.32427				05	081		
2559743	Aït Issi	ait-issi	MA		0	Africa/Casablanca	30.69637	-6.25561				08	587		
2559745	Aït Issedar	ait-issedar	MA		0	Africa/Casablanca	29.8	-9.35				09	581		
2559746	Ait Aissa Ou Lahsen	ait-aissa-ou-lahsen	MA		0	Africa/Casablanca	33.68476	-4.87078		Ait Aissa Ou Lahsen,Ait Issa Ou Lahsen,Aït Issa Ou Lahsen		03	451		
2559747	Aït Isnar	ait-isnar	MA		0	Africa/Casablanca	35.11281	-3.89331				01	051		
2559748	Aït Ishaq	ait-ishaq	MA		0	Africa/Casablanca	31.42801	-6.00917				08	577		
2559754	Ayt Sfoul	ayt-sfoul	MA		0	Africa/Casablanca	31.69908	-4.1874		Ait Isfoul,Ait Sfoul,Ayt Sfoul,Aït Isfoul,Aït Sfoûl		08	201		
2559757	Aït Irmer	ait-irmer	MA		0	Africa/Casablanca	31.10538	-8.91645				07	161		
2559758	Irizane	irizane	MA		0	Africa/Casablanca	32.09843	-6.49825		Ait Irhezan,Ait Irizane,Aït Irhezan,Aït Irizane,Irizane		05	081		
2559759	Aït Irhzig	ait-irhzig	MA		0	Africa/Casablanca	30.21	-8.08				09	541		
2559761	Ayt Ighir	ayt-ighir	MA		0	Africa/Casablanca	30.46171	-8.5118		Ait Irhir,Ayt Ighir,Aït Irhir		09	541		
2559762	Aït Ighiwr	ait-ighiwr	MA		0	Africa/Casablanca	29.94158	-8.87027		Ait Ighiwr,Ait Irhiour,Aït Ighiwr,Aït Irhiour		09	541		
2559763	Aït Ighil	ait-ighil	MA		0	Africa/Casablanca	31.86816	-6.76341		Ait Ighil,Ait Irhil,Aït Ighil,Aït Irhil		05	081		
2559764	Ikhf-n-Ighil	ikhf-n-ighil	MA		0	Africa/Casablanca	32.04116	-6.74427		Ait Irhil,Aït Irhil,Ikhf-n-Ighil		05	081		
2559766	Aït Ighmour	ait-ighmour	MA		0	Africa/Casablanca	30.70193	-7.53895		Ait Ighmour,Ait Irhemour,Aït Ighmour,Aït Irhemour		08	401		
2559769	Aït Iohra	ait-iohra	MA		0	Africa/Casablanca	34.93	-3.91				01	051		
2559770	Ayt Innzi	ayt-innzi	MA		0	Africa/Casablanca	30.46383	-8.5444		Ait Inzi,Ait Inzzi,Ayt Innzi,Aït Inzi,Aït Inzzi		09	541		
2559771	Aït Inklou	ait-inklou	MA		0	Africa/Casablanca	31.81435	-6.89192				05	081		
2559774	Imi Ou Gouni	imi-ou-gouni	MA		0	Africa/Casablanca	29.39949	-9.9181		Ait Imugueni,Imi Ou Gouni		10	473		
2559775	Aït Imouni	ait-imouni	MA		0	Africa/Casablanca	31.43713	-9.68722		Ait Imouni,Ait Imour,Aït Imouni,Aït Imour		07	211		
2559776	Aït Imouddene	ait-imouddene	MA		0	Africa/Casablanca	29.81771	-9.3				09	163		
2559777	Ayt ’Attou ou L’Arbi	ayt-attou-ou-l-arbi	MA		0	Africa/Casablanca	31.50279	-8.24795		Ait Immour,Ait Imour,Ayt 'Attou ou L'Arbi,Ayt ’Attou ou L’Arbi,Aït Immour,Bled Ait Immour,Bled Aït Immour		07	351		
2559781	Aït Imi	ait-imi	MA		0	Africa/Casablanca	31.65307	-6.4076				05	081		
2559782	Aït Ighmor	ait-ighmor	MA		0	Africa/Casablanca	31.4821	-7.47078		Ait Ighmor,Ait Imguer,Ait Imgueur,Aït Ighmor,Aït Imguer,Aït Imgueur		07	041		
2559784	Ayt Imloul	ayt-imloul	MA		0	Africa/Casablanca	32.18225	-6.63793		Ait Imelloul,Ait Imloul,Ayt Imloul,Aït Imelloul		05	081		
2559786	Aït Imellil	ait-imellil	MA		0	Africa/Casablanca	31.09059	-6.36307		Ait Imellil,Ait Imlil,Aït Imellil,Aït Imlil		08	401		
2559788	Aït Iloussane	ait-iloussane	MA		0	Africa/Casablanca	32.78887	-4.96423		Ait Illoucene,Ait Illoussene,Ait Iloussane,Aït Illoucene,Aït Illoussene,Aït Iloussane,Ksar Ait Ihoussane		08	363		
2559790	Aït Illoul	ait-illoul	MA		0	Africa/Casablanca	29.12677	-9.28077		Adrar n'Ait Illoul,Adrar n’Aït Illoul,Ait Illoul,Aït Illoul		10	261		
2559792	Aït Ikko	ait-ikko	MA		0	Africa/Casablanca	31.15397	-6.2477				08	577		
2559793	Aït Ikhs	ait-ikhs	MA		0	Africa/Casablanca	30.83241	-9.51097		Ait Ikhs,Ait Irhs,Aït Ikhs,Aït Irhs		09	001		
2559794	Aït Ikhoumane Sebt	ait-ikhoumane-sebt	MA		0	Africa/Casablanca	31.54726	-8.31257		Ait Ikhoumane Sebt,Ait Ouhoumane,Aït Ikhoumane Sebt,Aït Ouhoumane		07	351		
2559795	Aït Ikhoumane Sahraoui	ait-ikhoumane-sahraoui	MA		0	Africa/Casablanca	31.54469	-8.34989		Ait Ikhoumane,Ait Ikhoumane Sahraoui,Aït Ikhoumane,Aït Ikhoumane Sahraoui,Douar Ait Ikhoumane Sahraoui,Douar Aït Ikhoumane Sahraoui		07	351		
2559800	Aït Ihla	ait-ihla	MA		0	Africa/Casablanca	31.11051	-8.36099		Ait Ihala,Ait Ihla,Aït Ihala,Aït Ihla		07	041		
2559801	Aït Iguit	ait-iguit	MA		0	Africa/Casablanca	30.74216	-8.20099		Ait Iguit,Ait Iguite,Aït Iguit,Aït Iguite		09	541		
2559802	Aït Iguir	ait-iguir	MA		0	Africa/Casablanca	33.85	-5.18		Ait Guir,Ait Iguir,Aït Guir,Aït Iguir		03	171		
2559804	Aït Gmat	ait-gmat	MA		0	Africa/Casablanca	31.28929	-6.14887		Ait Gmat,Ait Iguemat,Aït Gmat,Aït Iguemat		08	577		
2559805	Iggui Iferkhes	iggui-iferkhes	MA		0	Africa/Casablanca	31.05075	-9.72398		Ait Iggui Fraks,Aït Iggui Fraks,Iggui Iferkhes		07	211		
2559807	Aït Tigga	ait-tigga	MA		0	Africa/Casablanca	30.70356	-7.50859		Ait Igga,Ait Tigga,Aït Igga,Aït Tigga		08	401		
2559808	Aït Igad	ait-igad	MA		0	Africa/Casablanca	31.18	-6.21				08	577		
2559809	Aït Iftane	ait-iftane	MA		0	Africa/Casablanca	29.81685	-9.04002		Ait Iftane,Ait Iftene,Aït Iftane,Aït Iftene		09	163		
2559810	Aït Ifrane	ait-ifrane	MA		0	Africa/Casablanca	30.73997	-8.8867				09	541		
2559811	Aït Ifrane	ait-ifrane	MA		0	Africa/Casablanca	30.05528	-8.73567				09	541		
2559812	Aït Ifous	ait-ifous	MA		0	Africa/Casablanca	32.01188	-4.43421				08	201		
2559814	Aït Iferkane	ait-iferkane	MA		0	Africa/Casablanca	31.76078	-6.93466		Ait Iferkane,Ait Iferkhane,Aït Iferkane,Aït Iferkhane		05	081		
2559815	Aït Iferd	ait-iferd	MA		0	Africa/Casablanca	29.33932	-10.09954		Ait Iferd,Ait Iterd,Aït Iferd		10	473		
2559817	Aït Idir	ait-idir	MA		0	Africa/Casablanca	33.53275	-4.23881				03	131		
2559818	Igordane	igordane	MA		0	Africa/Casablanca	32.06204	-6.70867		Ait Idir,Aït Idir,Igordane		05	081		
2559819	Aït Idir	ait-idir	MA		0	Africa/Casablanca	30.71125	-6.23646				08	587		
2559820	Aït Idir	ait-idir	MA		0	Africa/Casablanca	30.42661	-8.36036				09	541		
2559823	Ayt Lider	ayt-lider	MA		0	Africa/Casablanca	30.32422	-8.71664		Ait Ider,Ait Iider,Ayt Lider,Aït Ider,Aït Iider		09	541		
2559824	Aït Idder	ait-idder	MA		0	Africa/Casablanca	31.58869	-6.83437				05	081		
2559825	Aït Khlaf	ait-khlaf	MA		0	Africa/Casablanca	31.47845	-7.32672		Addar,Ait Idar,Ait Khlaf,Ait Tidar,Aït Idar,Aït Khlaf,Aït Tidar,Idgh		07	041		
2559826	Aït Idaïr	ait-idair	MA		0	Africa/Casablanca	31.48825	-5.95333				08	577		
2559827	Aït Ichou Ou Ali	ait-ichou-ou-ali	MA		0	Africa/Casablanca	32.67981	-4.32182		Ait Ichchou Ouali,Ait Ichchou Ouâli,Ait Ichou Ou Ali,Aït Ichou Ou Ali		08	363		
2559828	Aït Ichou Ou Ali	ait-ichou-ou-ali	MA		0	Africa/Casablanca	31.3769	-6.50559		Ait Ichchou 'Ali,Ait Ichou Ou Ali,Aït Ichchou ’Ali,Aït Ichou Ou Ali		08	401		
2559829	Douar Ait Haddou Ou Moussa	douar-ait-haddou-ou-moussa	MA		0	Africa/Casablanca	33.67355	-4.63161		Ait Ichou,Aït Ichou,Douar Ait Haddou Ou Moussa		03	451		
2559830	Aït ’Alla Ou Mimoun	ait-alla-ou-mimoun	MA		0	Africa/Casablanca	32.82736	-4.97755		Ait 'Alla Ou Mimoun,Ait Alla,Ait Ichou,Aït Alla,Aït Ichou,Aït ’Alla Ou Mimoun		08	363		
2559831	Aït Ichou	ait-ichou	MA		0	Africa/Casablanca	32.72928	-4.76622		Ait Ichou,Ait Ichou ou Ali,Aït Ichou,Aït Ichou ou Ali		08	363		
2559832	Aït Ichchou	ait-ichchou	MA		0	Africa/Casablanca	32.30345	-4.54163		Ait Ichchou,Ait Ichou,Ait Tibercht,Aït Ichchou,Aït Ichou,Aït Tibercht,Ichoy		08	363		
2559833	Aït Ichchou	ait-ichchou	MA		0	Africa/Casablanca	30.60786	-5.40518		Ait Ichchou,Ait Icho,Aït Ichchou,Aït Icho		08	587		
2559834	Ayt Ichchou	ayt-ichchou	MA		0	Africa/Casablanca	32.42048	-3.76811		Ait Ichchou,Ait Khorsi,Ait Krersi,Ayt Ichchou,Aït Ichchou,Aït Khorsi,Aït Krersi,Ichou,Ksar des Ait Ichchou		02	251		
2559836	Aït Ibrirene	ait-ibrirene	MA		0	Africa/Casablanca	31.43785	-6.02498		Ait Ibrereur,Ait Ibriren,Ait Ibrirene,Aït Ibrereur,Aït Ibrirene,Aït Ibrirèn		08	577		
2559838	Aït Ibourk	ait-ibourk	MA		0	Africa/Casablanca	30.85614	-8.33099		Ait Ibourk,Ayt Ibourk,Aït Ibourk		09	541		
2559839	Aït Ibourk	ait-ibourk	MA		0	Africa/Casablanca	30.43651	-8.44548				09	541		
2559840	Ayt Ibourk	ayt-ibourk	MA		0	Africa/Casablanca	30.31441	-8.51424		Ait Ibourk,Ayt Ibourk,Aït Ibourk		09	541		
2559841	Aït Ibourk	ait-ibourk	MA		0	Africa/Casablanca	30.25466	-8.42578				09	541		
2559842	Aït Ibourk	ait-ibourk	MA		0	Africa/Casablanca	31.09768	-7.30196				08	401		
2559843	Aiezza	aiezza	MA		0	Africa/Casablanca	31.10355	-5.76252		Afazza,Aiezza,Ait I'azza,Aït I’azza		08	577		
2559844	Aït Hsayn	ait-hsayn	MA		0	Africa/Casablanca	30.14845	-8.27078		Ait Hsain,Ait Hsayn,Aït Hsayn,Aït Hsaïn		09	541		
2559847	Aït Hichene	ait-hichene	MA		0	Africa/Casablanca	35.15589	-3.92197		Ait Hichen,Ait Hichene,Ait hichem,Aït Hichene,Aït hichem		01	051		
2559848	Aït Hesseïn	ait-hessein	MA		0	Africa/Casablanca	33.4093	-4.30352		Ait Heseine,Ait Hessein,Aït Heseine,Aït Hesseïn		03	131		
2559849	Aït Herra	ait-herra	MA		0	Africa/Casablanca	33.36423	-4.87079		Ait Ahra,Ait Herra,Aït Ahra,Aït Herra		03	131		
2559850	Aït Herouk	ait-herouk	MA		0	Africa/Casablanca	34.93	-3.96				01	051		
2559851	Aït Herechid	ait-herechid	MA		0	Africa/Casablanca	30.44773	-8.37381				09	541		
2559853	Aït Heraïbsa	ait-heraibsa	MA		0	Africa/Casablanca	29.19497	-10.24217		Ait Heraibsa,Ait Mereisig,Aït Heraïbsa		10	473		
2559854	Aït Heouich	ait-heouich	MA		0	Africa/Casablanca	32.00337	-5.15905				08	577		
2559856	Bou’mama	bou-mama	MA		0	Africa/Casablanca	32.70155	-4.96339		Ait Hendir,Aït Hendir,Bou'mama,Bou’mama		08	363		
2559860	Aït Hdafa	ait-hdafa	MA		0	Africa/Casablanca	31.85465	-6.89892				05	081		
2559861	Aït Yahia	ait-yahia	MA		0	Africa/Casablanca	29.83426	-9.39142		Ait Haya,Ait Yahia,Ait Yahya,Aït Haya,Aït Yahia,Aït Yahya		09	581		
2559862	Ayt ’Attou	ayt-attou	MA		0	Africa/Casablanca	32.24412	-4.36019		Ait Atton,Ait Attou,Ait Hattou,Ayt 'Attou,Ayt ’Attou,Aït Atton,Aït Attou,Aït Hattou		08	363		
2559864	Aït Hattab	ait-hattab	MA		0	Africa/Casablanca	32.27043	-5.1306		Ait Attab,Ait Hattab,Aït Attab,Aït Hattab,Ksar Ait Attab,Ksar Ait Attah,Ksar Aït Attah		08	363		
2559865	Aït Hassoun	ait-hassoun	MA		0	Africa/Casablanca	30.34148	-8.78704		Ait Assoun,Ait Hassoun,Aït Assoun,Aït Hassoun		09	541		
2559868	Douar Ait Heine	douar-ait-heine	MA		0	Africa/Casablanca	31.52173	-8.66177		Ait Hassine,Aït Hassine,Dar Ait Hassine,Dar Aït Hassine,Douar Ait Heine		07	161		
2559869	Aït Hassene	ait-hassene	MA		0	Africa/Casablanca	30.44546	-8.34921		Ait Hasen,Ait Hassene,Aït Hassene,Aït Hasèn		09	541		
2559873	Aït Hsayn	ait-hsayn	MA		0	Africa/Casablanca	31.9785	-6.26001		Ait Haceine,Ait Hassein,Ait Hsayn,Ait Hssain,Aït Haceïne,Aït Hasseïn,Aït Hsayn,Aït Hssaïn		05	081		
2559874	Aït Khalassane	ait-khalassane	MA		0	Africa/Casablanca	31.97914	-6.68419		Ait Haceine,Ait Hassein,Ait Hasseine,Ait Khalassane,Aït Haceine,Aït Hasseine,Aït Hasseïn,Aït Khalassane		05	081		
2559875	Aït Hasseïn	ait-hassein	MA		0	Africa/Casablanca	31.2906	-6.50288		Ait Hassein,Ait Hasseine,Ait Hsain,Aït Hasseïn,Aït Hasseïne,Aït Hsaïn		08	401		
2559877	Aït Hassassa	ait-hassassa	MA		0	Africa/Casablanca	30.48	-9.25		Ait Hassassa,Assassa,Aït Hassassa		09	541		
2559878	Aït Hassane	ait-hassane	MA		0	Africa/Casablanca	33.57243	-4.19124				03	131		
2559879	Injjarn	injjarn	MA		0	Africa/Casablanca	29.64305	-9.33537		Ait Hassane,Aït Hassane,Injjarn		09	581		
2559880	Aït Hassaïn Ou Haddour	ait-hassain-ou-haddour	MA		0	Africa/Casablanca	33.41	-4.38		Ait Hassain Ou Haddour,Ait Ylassain Ou Hadou,Aït Hassaïn Ou Haddour,Aït Ylassaïn Ou Hadou		03	131		
2559881	Douar Ait Hsaine	douar-ait-hsaine	MA		0	Africa/Casablanca	34.00083	-5.37069		Ait Hassain,Ait Hassaine,Ait Hcine,Ait Hsaine,Ait Sidi Hsain,Aït Hassaïn,Aït Hassaïne,Aït Hcine,Aït Hsaïne,Aït Sidi Hsaïn,Douar Ait Hsaine		03	061		
2559882	Aït Hassaïne	ait-hassaine	MA		0	Africa/Casablanca	31.32211	-8.61877		Ait Hassain,Ait Hassaine,Aït Hassaïn,Aït Hassaïne		07	161		
2559883	Astayn	astayn	MA		0	Africa/Casablanca	30.63256	-8.21582		Aif Hassaine,Ait Hassain,Astayn,Aïf Hassaïne,Aït Hassaïn		09	541		
2559884	Aït Hassaïne	ait-hassaine	MA		0	Africa/Casablanca	30.61427	-9.3501		Ait Hassain,Ait Hassaine,Ait Hasseine,Aït Hassaïn,Aït Hassaïne		09	001		
2559885	Aït Harrasene	ait-harrasene	MA		0	Africa/Casablanca	29.35791	-10.01074		Ait Harrasen,Ait Harrasene,Aït Harrasene		10	473		
2559886	Aït Harou	ait-harou	MA		0	Africa/Casablanca	32.45862	-4.4976		Ait Harou,Ait Kharrou,Aït Harou,Aït Kharrou		08	363		
2559887	Aït Hrirou	ait-hrirou	MA		0	Africa/Casablanca	30.64441	-8.30448		Ait Harirou,Ait Hrirou,Aït Harirou,Aït Hrirou		09	541		
2559888	Aït Haqi	ait-haqi	MA		0	Africa/Casablanca	31.2852	-6.03261				08	577		
2559889	Aït Haouant	ait-haouant	MA		0	Africa/Casablanca	31.64917	-6.92451				05	081		
2559890	Aït Hani	ait-hani	MA		0	Africa/Casablanca	31.79266	-5.44803		Ait Ani,Ait Hani,Aït Ani,Aït Hani		08	577		
2559891	Aït Handou Hias	ait-handou-hias	MA		0	Africa/Casablanca	35.16341	-3.87049		Ait Handou Hias,Ait Handu Hias,Aït Handou Hias		01	051		
2559894	Aït Hamza	ait-hamza	MA		0	Africa/Casablanca	33.34681	-4.89109				03	131		
2559895	Aït Hamza	ait-hamza	MA		0	Africa/Casablanca	33.2567	-4.74786				03	131		
2559896	Aït Hamza	ait-hamza	MA		0	Africa/Casablanca	32.62783	-5.91691				05	091		
2559897	Aït Hamza	ait-hamza	MA		0	Africa/Casablanca	31.45299	-7.63972				07	041		
2559898	Aït Hamoû ou S’aïd	ait-hamou-ou-s-aid	MA		0	Africa/Casablanca	30.68308	-6.28284		Ait Hamou ou S'aid,Ait Hamou ou Said,Aït Hamou ou Saïd,Aït Hamoû ou S’aïd		08	587		
2559900	Ayt Hammou	ayt-hammou	MA		0	Africa/Casablanca	32.07734	-6.64946		Ait Ben Hamou,Ait Hamou,Ayt Hammou,Aït Ben Hamou,Aït Hamou		05	081		
2559901	Aït Hammou Saïd	ait-hammou-said	MA		0	Africa/Casablanca	32.35857	-6.29095				05	091		
2559903	Aït Hammou Ou Yahya	ait-hammou-ou-yahya	MA		0	Africa/Casablanca	31.29495	-6.18099		Ait Hammou Ou Yahia,Ait Hammou Ou Yahya,Ait Hammou Yahia,Aït Hammou Ou Yahia,Aït Hammou Ou Yahya,Aït Hammou Yahia		08	577		
2559904	Aït Hammou ou Yafaa	ait-hammou-ou-yafaa	MA		0	Africa/Casablanca	33.53099	-4.51145				03	131		
2559910	Aït Hammou Hadda	ait-hammou-hadda	MA		0	Africa/Casablanca	32.68	-4.56				08	363		
2559911	Aït Hammoudou	ait-hammoudou	MA		0	Africa/Casablanca	30.35	-6.83		Ait Hammoudou,Aït Hammoudou,Ouled Hammou		09	551		
2559916	Aït Hammou	ait-hammou	MA		0	Africa/Casablanca	33.38553	-4.73081				03	131		
2559917	Douar Ayt Hammou’	douar-ayt-hammou	MA		0	Africa/Casablanca	32.57758	-6.32438		Ait Hammou,Aït Hammou,Douar Ait Hammou,Douar Ayt Hammou',Douar Ayt Hammou’,Douar Aït Hammou		05	091		
2559918	Douar Ayt Hammou	douar-ayt-hammou	MA		0	Africa/Casablanca	32.5225	-6.2564		Ait Hammou,Aït Hammou,Douar Ayt Hammou		05	091		
2559919	Aït Hammou	ait-hammou	MA		0	Africa/Casablanca	31.42247	-9.30995				07	211		
2559920	Aït Hammou	ait-hammou	MA		0	Africa/Casablanca	31.37295	-6.50328				08	401		
2559921	Aït Hammou	ait-hammou	MA		0	Africa/Casablanca	30.72425	-8.3344		Ait Hammou,Ayt Hamou,Aït Hammou		09	541		
2559922	Aït Hammou	ait-hammou	MA		0	Africa/Casablanca	30.75333	-8.2764		Ait Hammou,Ayt Hamou,Aït Hammou		09	541		
2559923	Aït Hammou	ait-hammou	MA		0	Africa/Casablanca	30.48107	-6.97594		Ait Hammou,Ait hamou,Aït Hammou,Aït hamou		08	401		
2559924	Aït Hammou	ait-hammou	MA		0	Africa/Casablanca	30.43592	-9.12561				09	541		
2559925	Ai‘t Hammou	ai-t-hammou	MA		0	Africa/Casablanca	30.12244	-8.85903		Ai`t Hammou,Ait Hammou,Ai‘t Hammou,Aït Hammou		09	541		
2559926	Aït Hamoudou	ait-hamoudou	MA		0	Africa/Casablanca	31.52315	-6.97264		Ait Hammodo,Ait Hamoudou,Aït Hammodo,Aït Hamoudou		05	081		
2559927	Aït Hammi	ait-hammi	MA		0	Africa/Casablanca	31.45803	-5.45664				08	577		
2559929	Aït Hammane	ait-hammane	MA		0	Africa/Casablanca	29.2266	-8.5383		Ait Hamane,Ait Hammane,Aït Hamane,Aït Hammane		09	551		
2559930	Douar Ait Mhamed	douar-ait-mhamed	MA		0	Africa/Casablanca	34.02183	-4.35106		Ait Hammad,Aït Hammad,Douar Ait Hammad,Douar Ait Mhamed,Douar Aït Hammad		03	561		
2559931	Aït Hammad	ait-hammad	MA		0	Africa/Casablanca	33.61223	-5.10367				03	271		
2559932	Aït Hamidine	ait-hamidine	MA		0	Africa/Casablanca	31.65696	-6.96955				05	081		
2559933	Aït Hamida	ait-hamida	MA		0	Africa/Casablanca	30.48021	-9.15619		Ait Ahmida,Ait Hamida,Aït Ahmida,Aït Hamida		09	541		
2559935	Douar Aït Hamidet	douar-ait-hamidet	MA		0	Africa/Casablanca	33.82074	-3.94986		Ait Hamid,Aït Hamid,Douar Ait Hamidet,Douar Aït Hamidet		03	561		
2559936	Aït Hamid	ait-hamid	MA		0	Africa/Casablanca	31.5	-7.91		Ait Hamid,Aït Hamid,Douar Ait Hamid,Douar Aït Hamid		07	041		
2559937	Aït Hamid	ait-hamid	MA		0	Africa/Casablanca	30.68584	-8.61524				09	541		
2559938	Aït Hamad	ait-hamad	MA		0	Africa/Casablanca	30.61559	-8.38896		Ait Hamad,Ait Hamed,Ait Hamid,Aït Hamad,Aït Hamed,Aït Hamid		09	541		
2559939	Aït Hami	ait-hami	MA		0	Africa/Casablanca	33.88645	-5.02358				03	451		
2559941	Aït Hamed Ou Saïd	ait-hamed-ou-said	MA		0	Africa/Casablanca	29.32897	-10.1563		Ait Hamed Ou Said,Ait Hamed U Said,Ait Hamet U Said,Aït Hamed Ou Saïd		10	473		
2559943	Aït Hamed	ait-hamed	MA		0	Africa/Casablanca	31.17099	-8.24586		Ait Hamad,Ait Hamed,Aït Hamad,Aït Hamed		07	041		
2559945	Aït Hamdou Mouh	ait-hamdou-mouh	MA		0	Africa/Casablanca	34.90285	-3.37337				02	167		
2559946	Ayt Hamdine	ayt-hamdine	MA		0	Africa/Casablanca	30.24873	-8.67202		Ait Hamdine,Ayt Hamdine,Aït Hamdine		09	541		
2559948	Aït Hamad	ait-hamad	MA		0	Africa/Casablanca	31.6	-7.61				07	041		
2559949	Aït Hamad	ait-hamad	MA		0	Africa/Casablanca	31.14343	-7.40647				08	401		
2559950	Aït Halwane	ait-halwane	MA		0	Africa/Casablanca	32.21993	-6.62505				05	081		
2559951	Ayt Hallou	ayt-hallou	MA		0	Africa/Casablanca	32.15259	-6.6304		Ait Halou Ou Adou,Ayt Hallou,Aït Halou Ou Adou		05	081		
2559952	Aït Halwane	ait-halwane	MA		0	Africa/Casablanca	32.12829	-6.4067		Ait Alouan,Ait Halaouane,Ait Hallouane,Ait Halwane,Aït Alouan,Aït Halaouane,Aït Hallouane,Aït Halwane		05	081		
2559954	Aït Halli	ait-halli	MA		0	Africa/Casablanca	33.89363	-5.81147				04	291		
2559955	Aït Hakkoun	ait-hakkoun	MA		0	Africa/Casablanca	34.68769	-3.52854		Ait Hakkoun,Ait Hakkuon,Aït Hakkoun,Aït Hakkuon		02	167		
2559957	Douar Ait El Haj Ali	douar-ait-el-haj-ali	MA		0	Africa/Casablanca	33.7561	-4.74521		Ait Haj Ali,Aït Haj Ali,Douar Ait El Haj Ali,Oulad Hadj Ali		03	451		
2559958	Douar Ait Himouch	douar-ait-himouch	MA		0	Africa/Casablanca	31.67117	-9.47741		Ait Haimouch,Aït Haïmouch,Douar Ait Himouch		07	211		
2559959	Douar Ait Ben Hida	douar-ait-ben-hida	MA		0	Africa/Casablanca	31.55693	-9.35047		Ait Ben Haida,Ait Haida,Aït Ben Haïda,Aït Haïda,Douar Ait Ben Hida,Douar Moktar		07	211		
2559960	Aït Haïda	ait-haida	MA		0	Africa/Casablanca	30.3	-9.21				09	541		
2559961	Aït Afi	ait-afi	MA		0	Africa/Casablanca	32.94071	-5.77817		Ait Affi,Ait Afi,Ait Haffi,Aït Affi,Aït Afi,Aït Haffi		05	301		
2559963	Aït Hadi	ait-hadi	MA		0	Africa/Casablanca	31.39818	-8.77413		Ait Addi,Ait Hadi,Ait Hadi Rass el Aine,Aït Addi,Aït Hadi,Aït Hadi Rass el Aïne		07	161		
2559965	Aït Haddou Ou Amer	ait-haddou-ou-amer	MA		0	Africa/Casablanca	32.13328	-5.33742		Ait Haddou Ou Amar,Ait Haddou Ou Amer,Ait Haddou Ou Ameur,Aït Haddou Ou Amar,Aït Haddou Ou Amer,Aït Haddou Ou Ameur,Tichniouine		08	363		
2559966	Aït Haddou-n-Aït Youl	ait-haddou-n-ait-youl	MA		0	Africa/Casablanca	31.20385	-6.14038		Ait Haddou n'Ait Youl,Ait Haddou-n-Ait Youl,Aït Haddou n’Aït Youl,Aït Haddou-n-Aït Youl		08	577		
2559968	Aït Haddou Amer	ait-haddou-amer	MA		0	Africa/Casablanca	32.07966	-5.48584		Ait Haddou Amer,Ait Haddou Ameur,Aït Haddou Amer,Aït Haddou Ameur		08	363		
2559969	Douar Ait Haddou Ou Aissa N-Chfeq	douar-ait-haddou-ou-aissa-n-chfeq	MA		0	Africa/Casablanca	33.90969	-4.70341		Ait Haddou Aissa,Ait Hadou Oua Aissa,Ait Knouf,Aït Haddou Aïssa,Aït Hadou Oua Aïssa,Aït Knouf,Douar Ait Haddou Ou Aissa N-Chfeq		03	451		
2559972	Aït Haddou	ait-haddou	MA		0	Africa/Casablanca	34.95	-3.91				01	051		
2559973	Ayt Haddou	ayt-haddou	MA		0	Africa/Casablanca	32.43922	-3.79581		Ait Haddou,Ayt Haddou,Aït Haddou		02	251		
2560269	Aït bou Ichi	ait-bou-ichi	MA		0	Africa/Casablanca	32.8927	-5.79429				05	301		
2559974	Ayt Haddou	ayt-haddou	MA		0	Africa/Casablanca	31.57077	-8.18813		Ait Haddou,Ayt Haddou,Aït Haddou,Douar Ait Haddou,Douar Aït Haddou		07	351		
2559975	Aït Haddou	ait-haddou	MA		0	Africa/Casablanca	31.21844	-7.14358				08	401		
2559976	Aït Haddou	ait-haddou	MA		0	Africa/Casablanca	30.61458	-5.40527		Ait Haddo,Ait Haddou,Aït Haddo,Aït Haddou		08	587		
2559980	Aït Habibi	ait-habibi	MA		0	Africa/Casablanca	32.42383	-6.21446				05	091		
2559981	Aït Habbou	ait-habbou	MA		0	Africa/Casablanca	32.17094	-6.79565				05	081		
2559982	Ayt Hha	ayt-hha	MA		0	Africa/Casablanca	32.22659	-4.38795		Ait Ha,Ayt Hha,Aït Ha		08	363		
2559983	Aït Gattou	ait-gattou	MA		0	Africa/Casablanca	31.69026	-4.9802		Ait Gattou,Ait Guetto,Ait Kato,Aït Gattou,Aït Guetto,Aït Kato		08	201		
2559984	Aït Garri	ait-garri	MA		0	Africa/Casablanca	30.56873	-8.331		Ait Garri,Ait Guerri,Ait Guerry,Aït Garri,Aït Guerri,Aït Guerry		09	541		
2559985	Ayt Gounzdi	ayt-gounzdi	MA		0	Africa/Casablanca	32.15307	-6.64712		Ait Gounezdi,Ayt Gounzdi,Aït Gounezdi		05	081		
2559986	Aït Gmiyl	ait-gmiyl	MA		0	Africa/Casablanca	31.97723	-5.13909		Ait Gmil,Ait Gmiyl,Aït Gmil,Aït Gmiyl		08	577		
2559987	Ait Gazzou	ait-gazzou	MA		0	Africa/Casablanca	31.70733	-7.16098		Ait Gazzou,Aït Gazzou		05	081		
2559989	Aït Gandou	ait-gandou	MA		0	Africa/Casablanca	31.12223	-6.30429				08	401		
2559993	Ayt Fdouli	ayt-fdouli	MA		0	Africa/Casablanca	32.2697	-3.42078		Ait Fetouli,Ayt Fdouli,Aït Fetouli		02	251		
2559994	Aït Fetkhaoui	ait-fetkhaoui	MA		0	Africa/Casablanca	33.30665	-4.97983				03	271		
2559995	Aït Fatah	ait-fatah	MA		0	Africa/Casablanca	31.28877	-7.2673		Ait Fatah,Ait Fatou,Ait Feth,Aït Fatah,Aït Fatou,Aït Feth		08	401		
2559997	Aït Farwane	ait-farwane	MA		0	Africa/Casablanca	30.23865	-8.67722		Ait Farwane,Ait Ferouane,Aït Farwane,Aït Ferouane		09	541		
2560000	Aït Fazaz	ait-fazaz	MA		0	Africa/Casablanca	33.93513	-5.80938				04	291		
2560002	Aït Faska	ait-faska	MA		0	Africa/Casablanca	31.68358	-4.97839				08	201		
2560003	Aït Faska	ait-faska	MA		0	Africa/Casablanca	31.53784	-7.68358		Ait Faska,Aït Faska,Douar Ait Faska,Douar Aït Faska		07	041		
2560004	Ighriys-n-Aït Faska	ighriys-n-ait-faska	MA		0	Africa/Casablanca	31.46661	-7.61178		Ait Faska,Aït Faska,Ighriys-n-Ait Faska,Ighriys-n-Aït Faska		07	041		
2560005	Douar Ait Fares	douar-ait-fares	MA		0	Africa/Casablanca	35.09251	-3.85292		Ait Farts,Aït Farts,Douar Ait Fares		01	051		
2560006	Ayt Fars	ayt-fars	MA		0	Africa/Casablanca	31.43262	-7.77694		Ait Fars,Ayt Fars,Aït Fars		07	041		
2560007	Aït Faraji	ait-faraji	MA		0	Africa/Casablanca	31.95	-6.68				05	081		
2560009	Aït Escal	ait-escal	MA		0	Africa/Casablanca	29.46	-9.98				10	473		
2560010	Itersane	itersane	MA		0	Africa/Casablanca	30.35286	-7.42063		Ait Ersane,Aït Ersane,Itersane		08	401		
2560011	Khouttart Aït Oulghoum	khouttart-ait-oulghoum	MA		0	Africa/Casablanca	31.59614	-5.05034		Ait er Roum,Aït er Roum,Khouttart Ait Oulghoum,Khouttart Aït Oulghoum		08	201		
2560012	Aït er Rahal	ait-er-rahal	MA		0	Africa/Casablanca	32.9	-6.23				05	311		
2560017	Aït Mbarek	ait-mbarek	MA		0	Africa/Casablanca	30.67918	-8.22725		Ait Embarek,Ait Mbarek,Aït Embarek,Aït Mbarek		09	541		
2560018	Aït el Rhori	ait-el-rhori	MA		0	Africa/Casablanca	29.96	-9.38		Ait el Ghori,Ait el Rhori,Ait ighourri,Aït el Ghori,Aït el Rhori,Aït ighourri		09	163		
2560019	Aït el Rherch	ait-el-rherch	MA		0	Africa/Casablanca	30.67376	-6.36011		Ait el Kharche,Ait el Rherch,Aït el Kharche,Aït el Rherch		08	587		
2560020	Douar Ait El Ghazi	douar-ait-el-ghazi	MA		0	Africa/Casablanca	34.02976	-4.01006		Ait el Rhazi,Aït el Rhazi,Douar Ait El Ghazi,Douar Ait el Rhazi,Douar Aït el Rhazi		03	561		
2560021	Aït el Rhazi	ait-el-rhazi	MA		0	Africa/Casablanca	32.15682	-5.2101		Ait Srhir,Ait el Rhazi,Ait el Rhazy,Aït Srhir,Aït el Rhazi,Aït el Rhazy		08	363		
2560022	Aït el Rhazi	ait-el-rhazi	MA		0	Africa/Casablanca	31.55501	-7.37041		Ait El Ghazi,Ait el Rhazi,Aït El Ghazi,Aït el Rhazi		07	041		
2560023	Aït el Rhazi	ait-el-rhazi	MA		0	Africa/Casablanca	31.22219	-5.09177				08	577		
2560024	Aït El Rhazi	ait-el-rhazi	MA		0	Africa/Casablanca	30.55526	-8.7155		Ait El Rhazi,Ait el Rhaz,Aït El Rhazi,Aït el Rhaz		09	541		
2560025	Aït el Ghazi	ait-el-ghazi	MA		0	Africa/Casablanca	30.36295	-8.35074		Ait el Ghazi,Ait el Rhazi,Aït el Ghazi,Aït el Rhazi		09	541		
2560027	Aït Lghali	ait-lghali	MA		0	Africa/Casablanca	32.00396	-6.85015		Ait Lghali,Ait el Rhali,Aït Lghali,Aït el Rhali		05	081		
2560029	Aït Al Mouzhzi	ait-al-mouzhzi	MA		0	Africa/Casablanca	29.70456	-9.38625		Ait Al Mouzhzi,Ait el Mouzazi,Aït Al Mouzhzi,Aït el Mouzazi		09	581		
2560030	Douar Ait Lmejdoub	douar-ait-lmejdoub	MA		0	Africa/Casablanca	34.01473	-4.51762		Ait el Mejdoub,Aït el Mejdoub,Douar Ait Lmejdoub,Douar Ait el Mejdoub,Douar Aït el Mejdoub		03	561		
2560033	Aït Moulay Al Mamoun	ait-moulay-al-mamoun	MA		0	Africa/Casablanca	31.60683	-4.97014		Ait Mav,Ait Moulay Al Mamoun,Ait el Mamoun,Aït Mav,Aït Moulay Al Mamoun,Aït el Mamoun,El Mamoun		08	201		
2560034	Aït el Maksoub	ait-el-maksoub	MA		0	Africa/Casablanca	31.43	-5.58		Ait el Maksoub,Ait el Maqsoub,Aït el Maksoub,Aït el Maqsoub		08	577		
2560035	Aït el Mahjoub	ait-el-mahjoub	MA		0	Africa/Casablanca	30.92906	-9.37463				07	211		
2560040	Douar Ait Lkherta	douar-ait-lkherta	MA		0	Africa/Casablanca	31.56843	-9.26332		Ait el Kherta,Aït el Kherta,Douar Ahmed Bel Khert,Douar Ait Lkherta		07	211		
2560042	Aït Elkhalloufi	ait-elkhalloufi	MA		0	Africa/Casablanca	32.11415	-6.95204		Ait Elkhalloufi,Ait el Khaloufi,Aït Elkhalloufi,Aït el Khaloufi		05	081		
2560043	Aït el Kechach	ait-el-kechach	MA		0	Africa/Casablanca	31.51	-9.43		Ait el Kechach,Aït el Kechach,Douar Agadir		07	211		
2560044	Ayt ’Azza	ayt-azza	MA		0	Africa/Casablanca	31.66725	-8.22351		Ait-el-Kasa,Ayt 'Azza,Ayt ’Azza,Aït-el-Kasa		07	351		
2560045	Aït el Kanou	ait-el-kanou	MA		0	Africa/Casablanca	29.75525	-9.41317				09	581		
2560046	Aït el Kamane	ait-el-kamane	MA		0	Africa/Casablanca	35.00127	-3.85799		Ait Lakmane,Ait el Kamane,Aït Lakmane,Aït el Kamane		01	051		
2560049	Aït Al Hart	ait-al-hart	MA		0	Africa/Casablanca	31.64931	-6.98024		Ait Al Hart,Ait el Hart,Aït Al Hart,Aït el Hart		05	081		
2560051	Aït Al Hamii	ait-al-hamii	MA		0	Africa/Casablanca	31.9871	-5.12055		Ait Al Hamii,Ait el Hami,Aït Al Hamii,Aït el Hami		08	577		
2560192	Aït Bouzid	ait-bouzid	MA		0	Africa/Casablanca	31.71459	-6.96525		Ait Boujid,Ait Bouzid,Aït Boujid,Aït Bouzid		05	081		
2560052	Aït Al Haj Sa’id	ait-al-haj-sa-id	MA		0	Africa/Casablanca	32.2406	-4.59818		Ait Al Haj Sa'id,Ait Hadj Said,Ait el Haj Said,Ait l'Hadj Said,Aït Al Haj Sa’id,Aït Hadj Said,Aït el Haj Saïd,Aït l’Hadj Saïd		08	363		
2560053	Aït el Hajoui	ait-el-hajoui	MA		0	Africa/Casablanca	31.44154	-9.45384				07	211		
2560054	Douar Ait El Haj Massaoud	douar-ait-el-haj-massaoud	MA		0	Africa/Casablanca	31.70441	-9.34958		Ait Hadj Messoude,Ait el Hajj Messaoud,Aït Hadj Messôude,Aït el Hajj Messaoud,Douar Ait El Haj Massaoud,Oulad el Hajj Messaoud,Oulad-el-Haj		07	211		
2560057	Ait El Haj	ait-el-haj	MA		0	Africa/Casablanca	31.00094	-9.73971		Ait El Haj,Ait al Haj,Ait el Haj,Ait el Hajj,Aït al Haj,Aït el Haj,Aït el Hajj		07	211		
2560058	Aït Al Haj	ait-al-haj	MA		0	Africa/Casablanca	30.62729	-8.33864		Ait Al Haj,Ait el Hajj,Aït Al Haj,Aït el Hajj		09	541		
2560059	Aït el Haj el Hassene	ait-el-haj-el-hassene	MA		0	Africa/Casablanca	30.50148	-6.10006		Ait Hadj Lahcen,Ait el Haj el Hassene,Ait el hadj lehcen,Aït Hadj Lahcen,Aït el Haj el Hassene,Aït el hadj lehcen		08	587		
2560062	Douar Aït El Haj	douar-ait-el-haj	MA		0	Africa/Casablanca	32.07771	-7.20126		Ait Lhaag,Ait el Haj,Aït Lhaag,Aït el Haj,Douar Ait El Haj,Douar Aït El Haj		07	191		
2560063	Aït el Haj	ait-el-haj	MA		0	Africa/Casablanca	31.71218	-7.24062		Ait el Haj,Ait el Hajj,Aït el Haj,Aït el Hajj		05	081		
2560064	Tinkttouf	tinkttouf	MA		0	Africa/Casablanca	29.74409	-9.41277		Ait el Hadj,Ait el Haj,Ait el Hajj,Aït el Hadj,Aït el Haj,Aït el Hajj,Tinkttouf		09	581		
2560065	Aït el Haj	ait-el-haj	MA		0	Africa/Casablanca	29.63729	-8.64234		Ait Ihadj,Ait el Hadj,Ait el Haj,Ait el Hajj,Aït Ihadj,Aït el Hadj,Aït el Haj,Aït el Hajj		09	551		
2560066	Aïn el Haïz	ain-el-haiz	MA		0	Africa/Casablanca	33.52924	-4.24716		Ain el Haiz,Ait el Haiz,Aïn el Haïz,Aït el Haïz		03	131		
2560067	Aït el Haït	ait-el-hait	MA		0	Africa/Casablanca	35.06361	-4.65892		Ait el Hait,Ait el Hit,Aït el Haït		01	151		
2560068	Aït el Hachmi	ait-el-hachmi	MA		0	Africa/Casablanca	34.76	-4.55				01	051		
2560069	Aït el Hachemi	ait-el-hachemi	MA		0	Africa/Casablanca	31.65092	-9.45356		Ait el Hachemi,Aït el Hachemi,Douar el Achemi		07	211		
2560070	Ait Oafou	ait-oafou	MA		0	Africa/Casablanca	31.6938	-7.20998		Ait Oafou,Ait el Grachoua,Aït el Grachoua,Ighraeghoua		05	081		
2560072	Aït el Gaïl	ait-el-gail	MA		0	Africa/Casablanca	29.96	-9.26		Ait el Gail,Ait el Guial,Aït el Gaïl,Aït el Guïal		09	163		
2560073	Aït El Flaïs	ait-el-flais	MA		0	Africa/Casablanca	30.54473	-8.66811		Ait El Flais,Ait Flaiss,Aït El Flaïs,Aït Flaiss		09	541		
2560074	Aït el Fkih	ait-el-fkih	MA		0	Africa/Casablanca	32.25583	-4.43046		Ait Lfekik,Ait el Fkih,Aït Lfekik,Aït el Fkih		08	363		
2560075	Aït el Farsi	ait-el-farsi	MA		0	Africa/Casablanca	31.35224	-5.302		Ait el Farsi,Ait el Fersi,Ait el Forssi,Aït el Farsi,Aït el Fersi,Aït el Forssi		08	577		
2560077	Aït el Cadi	ait-el-cadi	MA		0	Africa/Casablanca	35.18794	-3.90795		Ait Codi,Ait el Cadi,Ait el Kadi,Aït Codi,Aït el Cadi		01	051		
2560078	Ait El Qadi	ait-el-qadi	MA		0	Africa/Casablanca	31.24695	-9.51578		Ait El Qadi,Ait el Cadi,Aït el Cadi,Dar Cadi Zelteni		07	211		
2560080	Aït el Borja	ait-el-borja	MA		0	Africa/Casablanca	31.54125	-8.26794		Ait el Borja,Aït el Borja,Douar Ait el Borja,Douar Aït el Borja		07	351		
2560082	Aït el Begal	ait-el-begal	MA		0	Africa/Casablanca	33.48971	-4.72053				03	131		
2560083	Douar Aït El Baji	douar-ait-el-baji	MA		0	Africa/Casablanca	33.96352	-3.74985		Ait el Baji,Aït el Baji,Douar Ait El Baji,Douar Aït El Baji		02	265		
2560084	Douar Ait El Ayachi	douar-ait-el-ayachi	MA		0	Africa/Casablanca	31.70298	-9.26793		Ait el Ayachi,Aït el Ayachi,Douar Ait El Ayachi,Jemaa Ait el Ayachi,Jemâa Aït el Ayachi		07	211		
2560085	Aït el Ayachi	ait-el-ayachi	MA		0	Africa/Casablanca	31.65	-9.3		Ait el Ayachi,Aït el Ayachi,Douar el Ayachi		07	211		
2560086	Aït el Asri	ait-el-asri	MA		0	Africa/Casablanca	30.06571	-9.22655		Ain Lasri,Ait el Asri,Aïn Lasri,Aït el Asri,Lhasri		09	163		
2560087	Ayt al ’Awr	ayt-al-awr	MA		0	Africa/Casablanca	31.26478	-8.26996		Ait Aouer,Ait al Awr,Ait el Aour,Ayt al 'Awr,Ayt al ’Awr,Aït Aouer,Aït al Awr,Aït el Aour,Douar Ait el Aour,Douar Aït el Aour		07	041		
2560088	Aït el Aouni	ait-el-aouni	MA		0	Africa/Casablanca	31.3817	-9.65805		Ait el 'Awni,Ait el Aouni,Aït el Aouni,Aït el ’Awni,Douar Ayin,Douar Aym		07	211		
2560089	Aït el Aïn	ait-el-ain	MA		0	Africa/Casablanca	31.06	-9.58				07	211		
2560090	Ait Laayaf	ait-laayaf	MA		0	Africa/Casablanca	30.08431	-9.52102		Ait Laayaf,Ait el Aiaf,Aït el Aïaf		09	163		
2560091	Aït el Agoss	ait-el-agoss	MA		0	Africa/Casablanca	31.41666	-6.89935				05	081		
2560092	Aït el Abid	ait-el-abid	MA		0	Africa/Casablanca	31.51	-9.26				07	211		
2560094	Aït ej Jdid	ait-ej-jdid	MA		0	Africa/Casablanca	30.94727	-9.73501		Ait Lejuid,Ait ej Jdid,Aït ej Jdid		07	211		
2560095	Aït ech Cherif	ait-ech-cherif	MA		0	Africa/Casablanca	32.98866	-5.80808				05	301		
2560096	Douar Ait Driss	douar-ait-driss	MA		0	Africa/Casablanca	34.02669	-4.71225		Ait Driss,Aït Driss,Douar Ait Driss,Douar Aït Driss		03	451		
2560097	Aït Driss	ait-driss	MA		0	Africa/Casablanca	30.83	-8.9				09	541		
2560098	Aït Driss	ait-driss	MA		0	Africa/Casablanca	29.45	-10.05		Ait Dris,Ait Driss,Aït Driss		10	473		
2560099	Aït Dris	ait-dris	MA		0	Africa/Casablanca	34.96	-4.05				01	051		
2560100	Aït Dris	ait-dris	MA		0	Africa/Casablanca	30.28331	-8.76674		Ait Dris,Ait Driss,Aït Dris,Aït Driss		09	541		
2560102	Aït Dounj	ait-dounj	MA		0	Africa/Casablanca	30.89948	-9.53251				07	211		
2560105	Aït Dou	ait-dou	MA		0	Africa/Casablanca	35.03	-4.05		Ait Dou,Ait Du,Ait daoud,Aït Dou,Aït daoud		01	051		
2560107	Aït Dabachiyn	ait-dabachiyn	MA		0	Africa/Casablanca	29.64971	-9.09262		Ait Dabachiyn,Ait Debachine,Ait Leppachine,Aït Dabachiyn,Aït Debachine		09	581		
2560108	Ait Drae	ait-drae	MA		0	Africa/Casablanca	35.10453	-3.88745		Ait Dara,Ait Drae,Aït Dara		01	051		
2560111	Ayt Dawd Youb	ayt-dawd-youb	MA		0	Africa/Casablanca	32.26652	-3.33828		Ait Daoub Youb,Ait Daoud Youb,Ayt Dawd Youb,Aït Daoub Youb,Aït Daoud Youb		02	251		
2560112	Aït Daoud Azgoumrzi	ait-daoud-azgoumrzi	MA		0	Africa/Casablanca	30.43268	-7.22786		Ait Daoud Azgoumrzi,Ait Daoud Azguemerzi,Ait Daoud Tamdaouzguez,Ait Dawd Azgoumrzi,Aït Daoud Azgoumrzi,Aït Daoud Azguemerzi,Aït Daoud Tamdaouzguez,Aït Dawd Azgoumrzi		08	401		
2560194	Aït Bouziane	ait-bouziane	MA		0	Africa/Casablanca	30.23521	-8.78418				09	541		
2560114	Aït Dawd Ou Moussa	ait-dawd-ou-moussa	MA		0	Africa/Casablanca	32.52276	-4.57393		Ait Daoud Ou Moussa,Ait Dawd Ou Moussa,Aït Daoud Ou Moussa,Aït Dawd Ou Moussa		08	363		
2560116	Aït Daoud Ou Azzi	ait-daoud-ou-azzi	MA		0	Africa/Casablanca	31.84189	-5.47274				08	577		
2560119	Aït Daoud Ou Afa	ait-daoud-ou-afa	MA		0	Africa/Casablanca	29.61336	-8.98588				09	581		
2560124	Aït Daoud	ait-daoud	MA		0	Africa/Casablanca	32.45	-5.16				08	363		
2560125	Ayt Dawd	ayt-dawd	MA		0	Africa/Casablanca	32.14376	-6.69448		Ait Daoud,Ayt Dawd,Aït Daoud		05	081		
2560126	Douar Aït Daoud	douar-ait-daoud	MA		0	Africa/Casablanca	31.48896	-8.19363		Ait Daoud,Ait Daud,Ait Dawd,Aït Daoud,Aït Dawd,Douar Ait Daoud,Douar Aït Daoud		07	351		
2560127	Aït Dawd	ait-dawd	MA		0	Africa/Casablanca	30.60713	-8.40474		Ait Daoud,Ait Dawd,Aït Daoud,Aït Dawd		09	541		
2560128	Aït Dawd	ait-dawd	MA		0	Africa/Casablanca	30.57662	-7.18581		Ait Daoud,Ait Dawd,Aït Daoud,Aït Dawd		08	401		
2560129	Aït Daoud	ait-daoud	MA		0	Africa/Casablanca	30.43858	-8.45197				09	541		
2560130	Ait Daoud	ait-daoud	MA		0	Africa/Casablanca	30.23337	-9.38672		Ait Daoud,Aït Daoud		09	163		
2560131	Agadiyr Wa’rabn	agadiyr-wa-rabn	MA		0	Africa/Casablanca	29.63717	-9.32721		Agadiyr Wa'rabn,Agadiyr Wa’rabn,Ait Dameuse,Aït Dameuse		09	581		
2560133	Aït Dahmane	ait-dahmane	MA		0	Africa/Casablanca	31.90732	-6.89233				05	081		
2560134	Aït Dahmane	ait-dahmane	MA		0	Africa/Casablanca	30.5404	-8.58428		Ait Dahmah,Ait Dahmane,Aït Dahmah,Aït Dahmane		09	541		
2560136	Aït Dahane	ait-dahane	MA		0	Africa/Casablanca	30.3646	-9.04364		Ait Dahane,Ait Dahhane Dar Douie,Aït Dahane,Aït Dahhane Dar Douie		09	541		
2560137	Aït Dahha	ait-dahha	MA		0	Africa/Casablanca	30.34205	-7.96892		Ait Daha,Ait Dahha,Ait doha Ait Lahzene,Aït Daha,Aït Dahha,Aït doha Aït Lahzène		09	541		
2560138	Aït Chrou	ait-chrou	MA		0	Africa/Casablanca	30.84784	-5.71141				08	587		
2560139	Aït Chribou	ait-chribou	MA		0	Africa/Casablanca	32.16487	-6.32155				05	081		
2560141	Aït Cherad	ait-cherad	MA		0	Africa/Casablanca	32.44408	-5.095		Ait Cherad,Ait Chrad,Aït Cherad,Aït Chrad		08	363		
2560142	Aït Chouki	ait-chouki	MA		0	Africa/Casablanca	35.21024	-3.61714				02	167		
2560143	Tizi Ou-Nbad	tizi-ou-nbad	MA		0	Africa/Casablanca	29.58193	-9.23384		Ait Chouiaz,Ait Ouiaaz,Aït Chouiaz,Aït Ouiâaz,Tizi Ou-Nbad		09	581		
2560144	Aït Choufoua	ait-choufoua	MA		0	Africa/Casablanca	29.7872	-9.37793		Ait Choufoua,Ait Lhoufouaa,Aït Choufoua,Aït Lhoufouaâ		09	581		
2560145	Aït Chwarit	ait-chwarit	MA		0	Africa/Casablanca	31.81949	-6.81117		Ait Chouarhit,Ait Chwarit,Aït Chouarhit,Aït Chwarit		05	081		
2560146	Aït Chkounda	ait-chkounda	MA		0	Africa/Casablanca	32.51343	-6.09707		Ait Chkounda,Aït Chkounda,Chkounda		05	091		
2560148	Aït Chiker	ait-chiker	MA		0	Africa/Casablanca	32.15426	-6.37811		Ait Chiker,Ait Chikker,Aït Chiker,Aït Chikker,Douar Ait Chiker,Douar Aït Chiker		05	081		
2560149	Aït Chfi	ait-chfi	MA		0	Africa/Casablanca	29.91698	-9.23353		Ait Chaf,Ait Chfi,Aït Chaf,Aït Chfi		09	163		
2560150	Aït Cherif	ait-cherif	MA		0	Africa/Casablanca	33.73347	-3.82346				02	265		
2560151	Aït Cherif	ait-cherif	MA		0	Africa/Casablanca	33.41235	-4.31461				03	131		
2560152	Aït Chrif n’Aït Ilougane	ait-chrif-n-ait-ilougane	MA		0	Africa/Casablanca	29.88018	-9.43806		Ait Cherif,Ait Chrif n'Ait Ilougane,Aït Cherif,Aït Chrif n’Aït Ilougane		09	163		
2560154	Aït Chekrane	ait-chekrane	MA		0	Africa/Casablanca	34.95	-3.98		Ait Chekrane,Aït Chekrane,Chakrane		01	051		
2560155	Aït Chebab	ait-chebab	MA		0	Africa/Casablanca	32.64047	-5.89284		Ait Chebab,Ait Chebao,Aït Chebab,Aït Chebao		05	091		
2560156	Irherm n’Aït Chard	irherm-n-ait-chard	MA		0	Africa/Casablanca	32.91391	-5.5907		Ait Chard,Ait Chart,Aït Chard,Aït Chart,Igherm-n-Ait Chard,Igherm-n-Aït Chard,Irherm n'Ait Chard,Irherm n’Aït Chard		05	301		
2560160	Ayt Cha’wo	ayt-cha-wo	MA		0	Africa/Casablanca	32.62116	-5.20315		Ait Chao,Ayt Cha'wo,Ayt Cha’wo,Aït Chao		08	363		
2560161	Aït Châo	ait-chao	MA		0	Africa/Casablanca	31.19726	-7.77483				07	041		
2560162	Aït Chama	ait-chama	MA		0	Africa/Casablanca	34.93	-4.01				01	051		
2560163	Douar Ait Said	douar-ait-said	MA		0	Africa/Casablanca	35.03408	-4.07296		Ait Chaid,Ait Said,Ait Xaid,Aït Chaïd,Aït Saïd,Douar Ait Said		01	051		
2560167	Douar Ait Chaayb	douar-ait-chaayb	MA		0	Africa/Casablanca	35.08333	-4.12035		Ait Chaib,Ait Chaih,Aït Chaïb,Aït Chaïh,Douar Ait Chaayb		01	051		
2560168	Aït Chaïb	ait-chaib	MA		0	Africa/Casablanca	35.2	-4.06		Ait Chaib,Ait Chaih,Aït Chaïb,Aït Chaïh		01	051		
2560169	Ayt Ch’ayb	ayt-ch-ayb	MA		0	Africa/Casablanca	31.56716	-8.17543		Ait Chaib,Ayt Ch'ayb,Ayt Ch’ayb,Aït Chaïb,Douar Ait Chaib,Douar Aït Chaïb		07	351		
2560171	Aït Calah	ait-calah	MA		0	Africa/Casablanca	33.95	-4.88				03	231		
2560172	Ait Cacas	ait-cacas	MA		0	Africa/Casablanca	29.4	-9.98				10	473		
2560173	Ait Buhucu	ait-buhucu	MA		0	Africa/Casablanca	29.13	-10.21		Ait Buhokku,Ait Buhucu		10	473		
2560176	Dar Aït Brahim ou Saïd	dar-ait-brahim-ou-said	MA		0	Africa/Casablanca	31.40116	-9.35524		Ait Brahim Ou Said,Aït Brahim Ou Saïd,Dar Ait Brahim ou Said,Dar Aït Brahim ou Saïd		07	211		
2560180	Oulad Brahim	oulad-brahim	MA		0	Africa/Casablanca	35.11145	-3.91729		Ait Brahim,Ait Ibrahim,Aït Brahim,Aït Ibrahim,Oulad Brahim		01	051		
2560181	Douar Ait Brahim	douar-ait-brahim	MA		0	Africa/Casablanca	33.80591	-4.76918		Ait Brahim,Aït Brahim,Douar Ait Brahim		03	451		
2560182	Aït Brahim	ait-brahim	MA		0	Africa/Casablanca	32.00845	-6.57566				05	081		
2560183	Aït Brahim	ait-brahim	MA		0	Africa/Casablanca	31.90173	-4.94598		Ait Brahim,Ait Ou Brahim,Aït Brahim,Aït Ou Brahim		08	201		
2560184	Ait Brahim	ait-brahim	MA		0	Africa/Casablanca	31.5288	-7.08721		Ait Brahim,Aït Brahim		05	081		
2560185	Aït Brahim	ait-brahim	MA		0	Africa/Casablanca	31.36	-5.78				08	577		
2560186	Ait Sidi Brahim	ait-sidi-brahim	MA		0	Africa/Casablanca	30.03448	-9.2002		Ait Brahim,Ait Sidi Brahim,Aït Brahim,Aït Sidi Brahim		09	163		
2560187	Aït Brahim	ait-brahim	MA		0	Africa/Casablanca	29.34719	-10.07539				10	473		
2560188	Aït Braham	ait-braham	MA		0	Africa/Casablanca	33.67432	-4.37252		Ait Braham,Ait Brahim,Aït Braham,Aït Brahim		03	451		
2560189	Aït Bouzmane	ait-bouzmane	MA		0	Africa/Casablanca	30.51089	-8.36761				09	541		
2560191	Aït Bou Zid	ait-bou-zid	MA		0	Africa/Casablanca	32.21505	-6.45902				05	081		
2560196	Ayt Bou Zguia	ayt-bou-zguia	MA		0	Africa/Casablanca	31.48203	-7.87603		Ait Bou Zguia,Ayt Bou Zguia,Aït Bou Zguia,Sidi Bouzskia		07	041		
2560197	Aït Bou Youssef	ait-bou-youssef	MA		0	Africa/Casablanca	30.06095	-8.89322				09	541		
2560200	Aït Bouhya	ait-bouhya	MA		0	Africa/Casablanca	32.12553	-6.80305		Ait Bou Yahya,Ait Bouhya,Aït Bou Yahya,Aït Bouhya		05	081		
2560201	Aït Bou Yahya	ait-bou-yahya	MA		0	Africa/Casablanca	30.2	-7.55				09	551		
2560202	Aït Boutili	ait-boutili	MA		0	Africa/Casablanca	30.28285	-9.0024				09	541		
2560204	Aït bou Tarhat	ait-bou-tarhat	MA		0	Africa/Casablanca	32.81635	-5.74158		Ait bou Tarhat,Aït bou Tarhat,Ksar Ait Bou Tarat,Ksar Aït Bou Tarat		05	301		
2560205	Aït Bou Slimane	ait-bou-slimane	MA		0	Africa/Casablanca	33.48166	-4.30458		Ait Bou Slimane,Ait Bousselmane,Aït Bou Slimane,Aït Bousselmane		03	131		
2560206	Aït Bou Setta	ait-bou-setta	MA		0	Africa/Casablanca	31.56	-7.9				07	351		
2560207	Aït Bou Sa’id	ait-bou-sa-id	MA		0	Africa/Casablanca	31.93945	-6.97752		Ait Bou Sa'id,Ait Bou Said,Aït Bou Saïd,Aït Bou Sa’id		05	081		
2560208	Aït Bou Saïd	ait-bou-said	MA		0	Africa/Casablanca	31.93	-6.98				05	081		
2560209	Aït Bourzeg	ait-bourzeg	MA		0	Africa/Casablanca	30.44536	-8.49637				09	541		
2560210	Douar Mberka Massaoud	douar-mberka-massaoud	MA		0	Africa/Casablanca	32.40642	-8.17829		Ait Bourk,Aït Bourk,Douar Mberka Massaoud		07	427		
2560211	Aït Bou Rig	ait-bou-rig	MA		0	Africa/Casablanca	31.0931	-7.60999		Ait Bou Rig,Ait bourigue,Aït Bou Rig,Aït bourigue		08	401		
2560212	Aït Bou Riah	ait-bou-riah	MA		0	Africa/Casablanca	31.53297	-8.34364		Ait Bou Riah,Aït Bou Riah,Douar Ait Ali Bou Riah,Douar Aït Ali Bou Riah		07	351		
2560213	Aït Bou Rhiout	ait-bou-rhiout	MA		0	Africa/Casablanca	31.84451	-6.87907				05	081		
2560214	Bourhioul	bourhioul	MA		0	Africa/Casablanca	30.63155	-8.65125		Ait Bourhioul,Aït Bourhioul,Bourhioul		09	541		
2560215	Ait Boudhim	ait-boudhim	MA		0	Africa/Casablanca	31.60735	-7.69725		Ait Boudhim,Ait Bourhim,Aït Bourhim		07	041		
2560216	Ait Benin	ait-benin	MA		0	Africa/Casablanca	31.17959	-9.75811		Ait Benin,Ait Berrada,Ait Beurda,Ait Bourda,Aït Berrada,Aït Beurda,Aït Bourda		07	211		
2560217	Aït Bourd	ait-bourd	MA		0	Africa/Casablanca	31.22224	-8.36768		Ait Bourd,Ait Bouro,Aït Bourd,Aït Bouro		07	041		
2560218	Aït Boujjane	ait-boujjane	MA		0	Africa/Casablanca	31.53678	-5.55892		Ait Bou Ourjdane,Ait Boujjane,Aït Bou Ourjdane,Aït Boujjane		08	577		
2560220	Aït bou Oualal	ait-bou-oualal	MA		0	Africa/Casablanca	31.36959	-5.99168				08	577		
2560224	Aït bou n’ Rhart	ait-bou-n-rhart	MA		0	Africa/Casablanca	30.27186	-8.7877		Ait Bounrart,Ait bou n' Rhart,Aït Bounrart,Aït bou n’ Rhart		09	541		
2560226	Aït Bou Nouh	ait-bou-nouh	MA		0	Africa/Casablanca	29.51202	-8.90254		Ait Bou Nouh,Ait Boumouh,Aït Bou Nouh,Aït Boumouh		09	581		
2560227	Ayt Bounnit	ayt-bounnit	MA		0	Africa/Casablanca	31.46861	-7.82191		Ait Boummi,Ait Bounnit,Ayt Bounnit,Aït Bounnit		07	041		
2560228	Ayt Bou Nit	ayt-bou-nit	MA		0	Africa/Casablanca	31.47876	-7.84151		Ait Bou Nit,Ayt Bou Nit,Aït Bou Nit		07	041		
2560229	Aït bou Nihi	ait-bou-nihi	MA		0	Africa/Casablanca	30.08605	-9.05801		Ait Bou Niche,Ait bou Nihi,Aït Bou Niche,Aït bou Nihi		09	163		
2560230	Id Bou Mhamed	id-bou-mhamed	MA		0	Africa/Casablanca	29.61712	-9.47153		Ait Bou Namze,Aït Bou Namze,Id Bou Mhamed		09	581		
2560232	Aït Bou Mazzough	ait-bou-mazzough	MA		0	Africa/Casablanca	33.01543	-5.39383		Ait Bou Mazzough,Ait Bou Mezourh,Ait Bou Mzoug,Ait Bou Mzourh,Aït Bou Mazzough,Aït Bou Mzourh		05	301		
2560234	Aït Boumlak	ait-boumlak	MA		0	Africa/Casablanca	31.02923	-9.57048				07	211		
2560236	Aït Bou Mhand	ait-bou-mhand	MA		0	Africa/Casablanca	30.96101	-7.12017		Ait Ben M'hand,Ait Bou Mhand,Aït Ben M’hand,Aït Bou Mhand		08	401		
2560237	Aït Bou Mezrag	ait-bou-mezrag	MA		0	Africa/Casablanca	30.18	-5.55				08	587		
2560239	Aït Boums’oud	ait-boums-oud	MA		0	Africa/Casablanca	30.61902	-8.3844		Ait Bou Messaoud,Ait Boums'oud,Aït Bou Messaoud,Aït Boums’oud		09	541		
2560240	Lamsarla	lamsarla	MA		0	Africa/Casablanca	30.41591	-9.24361		Ait Bou Mesref,Aït Bou Mesref,Lamsarla		09	541		
2560242	Aït Bou Mellal	ait-bou-mellal	MA		0	Africa/Casablanca	33.85784	-4.0093		Ait Bou Mellal,Aït Bou Mellal,Douar Ait Bou Mellal,Douar Aït Bou Mellal		03	561		
2560244	Aït Bou Malek	ait-bou-malek	MA		0	Africa/Casablanca	30.16	-9.16		Ait Bou Malek,Ait bou Matik,Aït Bou Malek,Aït bou Matik		09	163		
2560245	Amzawrou	amzawrou	MA		0	Africa/Casablanca	31.68154	-6.88118		Ait Boulmane,Ait Boulmane Amzaorou,Amzawrou,Aït Boulmane,Aït Boulmane Amzaorou		05	081		
2560247	Aït Boulmane	ait-boulmane	MA		0	Africa/Casablanca	32.20265	-6.11842				05	081		
2560248	Aït Boulmane	ait-boulmane	MA		0	Africa/Casablanca	31.75976	-6.93321				05	081		
2560249	Aït Boulmane	ait-boulmane	MA		0	Africa/Casablanca	31.32178	-6.50666				08	401		
2560250	Ait Boulkhir	ait-boulkhir	MA		0	Africa/Casablanca	30.02326	-9.27334		Ait Boulkhair,Ait Boulkhir,Aït Boulkhaïr,Aït Boulkhir		09	163		
2560251	Boukhlout	boukhlout	MA		0	Africa/Casablanca	32.27132	-4.53462		Ait Boulkheil,Ait Boulkhiel,Ait Boulrmel,Aït Boulkheil,Aït Boulkhiel,Aït Boulrmel,Boukhlout		08	363		
2560252	Aït Boulmane	ait-boulmane	MA		0	Africa/Casablanca	30.36306	-7.93958		Ait Boulemane,Ait Boulmane,Aït Boulemane,Aït Boulmane		09	541		
2560256	Aït Bou Krim	ait-bou-krim	MA		0	Africa/Casablanca	31.08034	-9.43192				07	211		
2560257	Aït Boukhzir	ait-boukhzir	MA		0	Africa/Casablanca	30.84684	-8.33288		Ait Boukhir,Ait Boukhzir,Ayt Boukhzir,Aït Boukhir,Aït Boukhzir		09	541		
2560259	Aït Boukha	ait-boukha	MA		0	Africa/Casablanca	28.95	-9.93				10	261		
2560263	Ait Bou Yil	ait-bou-yil	MA		0	Africa/Casablanca	33.89277	-5.28629		Ait Bou Yil,Ait Bouil,Ait Bouyl,Aït Bouil,Aït Bouyl		03	171		
2560265	Aït Bou Ouknifène	ait-bou-ouknifene	MA		0	Africa/Casablanca	31.68143	-5.88518		Ait Bou Iknifene,Ait Bou Ouknifene,Ait Bouknifen,Aït Bou Iknifene,Aït Bou Ouknifène,Aït Bouknifen		08	577		
2560266	Aït Bouijjaouane	ait-bouijjaouane	MA		0	Africa/Casablanca	30.70987	-8.88091		Ait Bouijjaouane,Ait Boujjaouane,Aït Bouijjaouane,Aït Boujjaouane		09	541		
2560267	Aït Bouih Ben Ali	ait-bouih-ben-ali	MA		0	Africa/Casablanca	30.48397	-9.16873		Ait Baich Ben Ali,Ait Bouih Ben Ali,Aït Baïch Ben Ali,Aït Bouih Ben Ali		09	541		
2560268	Ait Boeyh	ait-boeyh	MA		0	Africa/Casablanca	30.05592	-9.57575		Ait Boeyh,Ait Bouih,Aït Bouih		09	163		
2560273	Aït Bouhous	ait-bouhous	MA		0	Africa/Casablanca	29.36661	-10.04508		Ait Bouhous,Ait Buhus,Aït Bouhous		10	473		
2560274	Douar Ait Bouhou	douar-ait-bouhou	MA		0	Africa/Casablanca	33.57663	-4.69404		Ait Bouhou,Aït Bouhou,Douar Ait Bouhou		03	451		
2560275	Aït Bouhou	ait-bouhou	MA		0	Africa/Casablanca	31.93265	-6.89981				05	081		
2560276	Aït Bouhou	ait-bouhou	MA		0	Africa/Casablanca	33.18722	-4.54349				03	131		
2560277	Aït Bou Hssaine	ait-bou-hssaine	MA		0	Africa/Casablanca	29.9052	-9.31374		Ait Bou Hasseine,Ait Bou Hssaine,Aït Bou Hasseine,Aït Bou Hssaine		09	163		
2560278	Aït Bou Hassane	ait-bou-hassane	MA		0	Africa/Casablanca	33.85375	-3.79949				02	265		
2560279	Aït Bouhamza	ait-bouhamza	MA		0	Africa/Casablanca	32.17297	-6.83629		Ait Bou Hamza,Ait Bouhamza,Aït Bou Hamza,Aït Bouhamza		05	081		
2560280	Ait Bou Amrane	ait-bou-amrane	MA		0	Africa/Casablanca	31.69217	-7.18379		Ait Bou Amrane,Ait Bou Hamra,Ait bou Amra,Aït Bou Hamra,Aït bou Amra		05	081		
2560281	Ait Bou Hammou	ait-bou-hammou	MA		0	Africa/Casablanca	31.18032	-9.5205		Ait Bou Hammou,Ait Bouhamou,Aït Bouhamou		07	211		
2560285	Aït Bou Haddou	ait-bou-haddou	MA		0	Africa/Casablanca	33.21652	-4.62898		Ait Boohoo,Ait Bou Haddou,Aït Boohoo,Aït Bou Haddou		03	131		
2560288	Aït Bou Grir	ait-bou-grir	MA		0	Africa/Casablanca	31.76288	-5.33055				08	201		
2560291	Aït Boudhar	ait-boudhar	MA		0	Africa/Casablanca	31.6906	-6.84053		Ait Boudar,Ait Boudhar,Aït Boudar,Aït Boudhar		05	081		
2560292	Aït Bou Dawd	ait-bou-dawd	MA		0	Africa/Casablanca	30.0753	-8.89091		Ai Brahim Ou Dawd,Ait Bou Daoud,Ait Bou Dawd,Ait Bou-Daoue,Aï Brahim Ou Dawd,Aït Bou Daoud,Aït Bou Dawd,Aït Bou-Daoué		09	541		
2560293	Aït Bouchta	ait-bouchta	MA		0	Africa/Casablanca	35.00094	-3.87278		Ait Bouchta,Ait Boustata,Aït Bouchta,Aït Boustata		01	051		
2560295	Aït Bou chennt	ait-bou-chennt	MA		0	Africa/Casablanca	31.832	-8.05068		Ait Bou chennt,Ait Bouchent,Aït Bou chennt,Aït Bouchent,Bouchennt		07	351		
2560296	Aït Bouchboud	ait-bouchboud	MA		0	Africa/Casablanca	32.34208	-4.61445		Ait Bouchboud,Ait Bouchbout,Ait Bouchebout,Ait-Bouchboud,Aït Bouchboud,Aït Bouchbout,Aït Bouchebout,Aït-Bouchboud		08	363		
2560297	Aït Boucha’ou	ait-boucha-ou	MA		0	Africa/Casablanca	32.03406	-6.92113		Ait Boucha'ou,Ait Bouchahou,Aït Bouchahou,Aït Boucha’ou		05	081		
2560298	Aït Boubker	ait-boubker	MA		0	Africa/Casablanca	30.44274	-8.79915				09	541		
2560300	Ayt Boubker	ayt-boubker	MA		0	Africa/Casablanca	32.48851	-3.40823		Ait Bou Beker,Ait Bou Beker Ou Youssef,Ait bou Bekr,Ayt Boubker,Aït Bou Beker,Aït Bou Beker Ou Youssef,Aït bou Bekr		02	251		
2560305	Aït Boubker	ait-boubker	MA		0	Africa/Casablanca	31.21712	-6.1215		Ait Bou Beker,Ait Boubker,Ait Sidi Bou Beker,Aït Bou Beker,Aït Boubker		08	577		
2560306	Aït Boubeker	ait-boubeker	MA		0	Africa/Casablanca	31.62125	-7.39357		Ait Boubeker,Ait Boubker,Aït Boubeker,Aït Boubker		07	041		
2560308	Aït Bou Aziz	ait-bou-aziz	MA		0	Africa/Casablanca	32.52042	-4.45907				08	363		
2560310	Aït Bou Allal	ait-bou-allal	MA		0	Africa/Casablanca	31.36	-5.98				08	577		
2560311	Aït Ben Ali	ait-ben-ali	MA		0	Africa/Casablanca	32.70678	-4.9335		Ait Ben Ali,Ait Bou Ali,Aït Ben Ali,Aït Bou Ali,Koudia Ait Bou Ali,Koudia Aït Bou Ali		08	363		
2560312	Aït Bouwahi	ait-bouwahi	MA		0	Africa/Casablanca	31.52438	-6.98928		Ait Bouahi,Ait Bouwahi,Aït Bouahi,Aït Bouwahi		05	081		
2560313	Ait Bouabdelli	ait-bouabdelli	MA		0	Africa/Casablanca	31.72669	-7.12543		Ait Bou Abedli,Ait Bouabdelli,Ait bou abdelli,Aït Bou Abedli,Aït bou abdelli		05	081		
2560315	Aït Boho	ait-boho	MA		0	Africa/Casablanca	32.00745	-5.15149				08	577		
2560316	Aït Bohi	ait-bohi	MA		0	Africa/Casablanca	31.47023	-7.13938				05	081		
2560317	Douar Ait Blal	douar-ait-blal	MA		0	Africa/Casablanca	33.97133	-4.741		Ait Blal,Ait Blel,Aït Blal,Aït Blel,Douar Ait Blal,Douar Ait Blel,Douar Aït Blel		03	451		
2560318	Aït Blal	ait-blal	MA		0	Africa/Casablanca	32.8523	-4.28901		Ait Balal,Ait Blal,Aït Balal,Aït Blal		03	131		
2560319	Aït Blal	ait-blal	MA		0	Africa/Casablanca	30.31	-8.48				09	541		
2560322	Aït Bihi	ait-bihi	MA		0	Africa/Casablanca	31.00572	-9.28773		Ait Baali,Ait Bah,Ait Bahlli,Ait Bihi,Aït Bahlli,Aït Baâli,Aït Bihi,Aït Bäh		07	211		
2560323	Aït Bihi	ait-bihi	MA		0	Africa/Casablanca	30.30413	-9.16148				09	541		
2560325	Aït Bigarso	ait-bigarso	MA		0	Africa/Casablanca	29.24408	-10.19136		Ait Bigarasen,Ait Bigarso,Aït Bigarso		10	473		
2560326	Aït Besri	ait-besri	MA		0	Africa/Casablanca	33.35294	-4.88273		Ait Bassri,Ait Besri,Aït Bassri,Aït Besri		03	131		
2560327	Aït Bazqa	ait-bazqa	MA		0	Africa/Casablanca	30.13374	-8.90077		Ait Bazqa,Ait Beska,Aït Bazqa,Aït Beska		09	541		
2560328	Aït Berli	ait-berli	MA		0	Africa/Casablanca	32.18	-6.7				05	081		
2560329	Ait Berkhous	ait-berkhous	MA		0	Africa/Casablanca	31.52933	-7.7346		Ait Berkhous,Aït Berkhous		07	041		
2560330	Aït Berk	ait-berk	MA		0	Africa/Casablanca	30.11809	-9.1454		Ait Berk,Ait Brik,Aït Berk,Aït Brik		09	163		
2560331	Izamrane	izamrane	MA		0	Africa/Casablanca	31.38771	-7.68201		Ait Ben Zidane,Aït Ben Zidane,Ben Zidane Koukasse,Izamrane		07	041		
2560332	Aït Ben Youssef	ait-ben-youssef	MA		0	Africa/Casablanca	33.42224	-4.72858				03	131		
2560334	Ait Ben Yahya	ait-ben-yahya	MA		0	Africa/Casablanca	30.24309	-9.35028		Ait Ben Yahya,Ait Bnihia,Ait ben Yahia,Aït Ben Yahya,Aït Bnihia,Aït ben Yahia		09	163		
2560335	Aït Ban Ihya	ait-ban-ihya	MA		0	Africa/Casablanca	32.25153	-4.60506		Ait Ban Ihya,Ait Ben Yahia,Ait Ben Yaia,Ait Yahia,Aït Ban Ihya,Aït Ben Yahia,Aït Ben Yaia,Aït Yahia		08	363		
2560336	Douar Ait Ben Taher	douar-ait-ben-taher	MA		0	Africa/Casablanca	34.01684	-5.69123		Ait Ben Tahar,Aït Ben Tahar,Douar Ait Ben Tahar,Douar Ait Ben Taher,Douar Aït Ben Tahar		03	061		
2560337	Aït Ben Sa’id	ait-ben-sa-id	MA		0	Africa/Casablanca	31.9944	-5.11974		Ait Ben Sa'id,Ait Ben Said,Aït Ben Saïd,Aït Ben Sa’id,Ksar ait ben said,Ksar aït ben saïd		08	577		
2560338	Aït Ben Saïd	ait-ben-said	MA		0	Africa/Casablanca	31.14357	-5.00654				08	577		
2560339	Aït Ben Saïd	ait-ben-said	MA		0	Africa/Casablanca	29.63493	-8.86759		Ait Ben Said,Ait Bou Said,Aït Ben Saïd,Aït Bou Saïd		09	581		
2560340	Aït Ben Ouazer	ait-ben-ouazer	MA		0	Africa/Casablanca	30.73114	-6.13531		Ait Ben Ouazar,Ait Ben Ouazer,Aït Ben Ouazer,Aït Ben Oüazar		08	587		
2560342	Aït Bennour al Hsasna	ait-bennour-al-hsasna	MA		0	Africa/Casablanca	32.26955	-6.79961				05	255		
2560343	Aït Ben Noumene	ait-ben-noumene	MA		0	Africa/Casablanca	29.1375	-10.1753		Ait Ben Mumen,Ait Ben Noumene,Aït Ben Noumene		10	473		
2560345	Aït Ben Nasser	ait-ben-nasser	MA		0	Africa/Casablanca	31.49312	-5.06667				08	201		
2560346	Douar Ait Kerrou	douar-ait-kerrou	MA		0	Africa/Casablanca	34.01835	-4.67976		Ait Ben Najaj,Aït Ben Najaj,Douar Ait Kerrou		03	451		
2560347	Aït Ben Mohammed	ait-ben-mohammed	MA		0	Africa/Casablanca	29.96	-5.56		Ait Ben Mohammed,Ait Bou Mhamed,Aït Ben Mohammed,Aït Boû Mhamed		08	587		
2560348	Aït ben Maati	ait-ben-maati	MA		0	Africa/Casablanca	34.1363	-5.80709				03	061		
2560349	Aït Ben Lahsene	ait-ben-lahsene	MA		0	Africa/Casablanca	31.43	-9.53		Ait Ben Lahsene,Ait Ben lahcen,Aït Ben Lahsene,Aït Ben lahcen		07	211		
2560351	Aït Bnichchou	ait-bnichchou	MA		0	Africa/Casablanca	32.63654	-4.98517		Ait Ben Ichou,Ait Bnichchou,Aït Ben Ichou,Aït Bnichchou,Koudia Ait Ben Ichou,Koudia Aït Ben Ichou		08	363		
2560352	Aït ’Ali	ait-ali	MA		0	Africa/Casablanca	31.92261	-6.74354		Ait 'Ali,Ait Benichou,Aït Benichou,Aït ’Ali		05	081		
2560354	Aït Ben Hsayn	ait-ben-hsayn	MA		0	Africa/Casablanca	32.03175	-4.77371		Ait Ben Hassein,Ait Ben Hasseine,Ait Ben Hsayn,Aït Ben Hasseine,Aït Ben Hasseïn,Aït Ben Hsayn		08	201		
2560355	Aït Ben Hawa	ait-ben-hawa	MA		0	Africa/Casablanca	30.15759	-8.92714		Ait Ben Haoua,Ait Ben Hawa,Aït Ben Haoua,Aït Ben Hawa		09	541		
2560358	Aït Ben Haddou	ait-ben-haddou	MA		50	Africa/Casablanca	31.04693	-7.12913		Ait Ben Haddou,Ait Ben Hadou,Ait Benhaddou,Ait Haddou,Ajt-Ben-Khaddu,Ath Benhadu,Aït Ben Haddou,Aït Ben Hadou,Aït Benhaddou,Айт-Бен-Хадду		08	401		
2560360	Aït Ben Cherif	ait-ben-cherif	MA		0	Africa/Casablanca	29.3787	-10.04513		Ait Ben Cherif,Ait Benxerif,Aït Ben Cherif		10	473		
2560361	Aït ben Bihi	ait-ben-bihi	MA		0	Africa/Casablanca	30.54547	-9.00669				09	541		
2560362	Aït Ben Azzou	ait-ben-azzou	MA		0	Africa/Casablanca	32.66046	-4.33799				08	363		
2560363	Aït Ben Omar	ait-ben-omar	MA		0	Africa/Casablanca	31.55299	-5.04307		Ait Ben Aomar,Ait Ben Omar,Aït Ben Aomar,Aït Ben Omar		08	201		
2560364	Aït Ben Mar	ait-ben-mar	MA		0	Africa/Casablanca	31.37167	-7.38729		Ait Ben Amer,Ait Ben Mar,Aït Ben Amer,Aït Ben Mar		07	041		
2560366	Aït Ben Ali	ait-ben-ali	MA		0	Africa/Casablanca	33.8726	-4.22628		Ait Ben Ali,Ait Ben Ali Zloul,Aït Ben Ali,Aït Ben Ali Zloul,Douar Ait Ben Ali,Douar Aït Ben Ali		03	451		
2560367	Aït Ben Ali	ait-ben-ali	MA		0	Africa/Casablanca	31.43	-6.01				08	577		
2560369	Aït Ben Akko	ait-ben-akko	MA		0	Africa/Casablanca	32.01036	-5.16609				08	577		
2560371	Aït Ben ’Akki	ait-ben-akki	MA		0	Africa/Casablanca	32.08549	-4.71479		Ait Ben 'Akki,Ait Ben Akki,Ait Bou Akki,Aït Ben Akki,Aït Ben ’Akki,Aït Bou Akki		08	363		
2560372	Aït Ben Aïssa	ait-ben-aissa	MA		0	Africa/Casablanca	31.65	-6.18		Ait Aissi des Ait Ouassif,Ait Ben Aissa,Aït Aïssi des Aït Ouassif,Aït Ben Aïssa		08	577		
2560373	Aït Ben ’Issa	ait-ben-issa	MA		0	Africa/Casablanca	29.8605	-8.95856		Ait Ben 'Issa,Ait Ben Aiss,Ait Bou Aiss,Aït Ben Aïss,Aït Ben ’Issa,Aït Bou Aïss		09	163		
2560374	Ayt Ben Ahmed	ayt-ben-ahmed	MA		0	Africa/Casablanca	30.45914	-8.57693		Ait Ben Ahmed,Ayt Ben Ahmed,Aït Ben Ahmed		09	541		
2560376	Aït Bella Ou Saïd	ait-bella-ou-said	MA		0	Africa/Casablanca	31.80303	-8.03515		Ait Bella Ou Said,Ait Bla Ou Said,Aït Bella Ou Saïd,Aït Bla Ou Saïd,Douar Ait Bella ou Said,Douar Aït Bella ou Saïd		07	351		
2560378	Aït Ballahsane	ait-ballahsane	MA		0	Africa/Casablanca	31.45825	-7.71793		Ait Ballahsane,Ait Bel Lahsen,Ait Bel Lahsene,Aït Ballahsane,Aït Bel Lahsene,Aït Bel Lahsèn		07	041		
2560380	Aït Bella	ait-bella	MA		0	Africa/Casablanca	31.40145	-8.51247				07	161		
2560381	Ait Bella	ait-bella	MA		0	Africa/Casablanca	30.01882	-9.57735		Ait Bella,Aït Bella		09	163		
2560383	Aït Balqas	ait-balqas	MA		0	Africa/Casablanca	31.46854	-7.7022		Ait Balqas,Ait Belkassem,Aït Balqas,Aït Belkassem		07	041		
2560384	Aït Belkasseim	ait-belkasseim	MA		0	Africa/Casablanca	30.4157	-9.17333		Ait Belkasseim,Ait Belkassem,Ait Ben Kassam,Aït Belkasseim,Aït Belkassem,Aït Ben Kassam		09	541		
2560385	Aït Belkassem	ait-belkassem	MA		0	Africa/Casablanca	30.38	-8.45				09	541		
2560386	Douar Ali Lalura	douar-ali-lalura	MA		0	Africa/Casablanca	33.725	-4.71824		Ait Bel Hassene,Ait Belahsen,Ait Belhasen,Ait Bellahcen,Aït Bel Hassene,Aït Belahsen,Aït Belhasen,Aït Bellahcen,Douar Ali Lalura		03	451		
2560388	Aït Balhaj	ait-balhaj	MA		0	Africa/Casablanca	31.4171	-7.72321		Ait Balhaj,Ait Bel Haj,Ait el hadj,Aït Balhaj,Aït Bel Haj,Aït el hadj		07	041		
2560389	Douar Ait Lfejjaj	douar-ait-lfejjaj	MA		0	Africa/Casablanca	31.54929	-9.32642		Ait Bel Fejjaj,Aït Bel Fejjaj,Douar Ait Lfejjaj,Douar el Hasene		07	211		
2560391	Aït bel Caïd	ait-bel-caid	MA		0	Africa/Casablanca	31.39441	-9.21829		Ait bel Caid,Ait el Caid,Aït bel Caïd,Aït el Caïd		07	211		
2560392	Aït Belaïd	ait-belaid	MA		0	Africa/Casablanca	33.74531	-4.73091				03	451		
2560393	Douar Ait Beqqi	douar-ait-beqqi	MA		0	Africa/Casablanca	33.9536	-4.71593		Ait Bakki,Ait Bekki,Aït Bakki,Aït Bekki,Douar Ait Bekki,Douar Ait Beqqi,Douar Aït Bekki		03	451		
2560394	Ayt Beghli	ayt-beghli	MA		0	Africa/Casablanca	32.18762	-6.69859		Ait Beghli,Ayt Beghli,Aït Beghli		05	081		
2560396	Aït Basso	ait-basso	MA		0	Africa/Casablanca	30.7378	-6.1234				08	587		
2560397	Aït Bassa	ait-bassa	MA		0	Africa/Casablanca	30.09905	-9.10032				09	163		
2560398	Aït Ba Salah	ait-ba-salah	MA		0	Africa/Casablanca	30.33	-8.11		Ait Ba Salah,Aït Ba Salah,Bassala		09	541		
2560399	Aït Barka	ait-barka	MA		0	Africa/Casablanca	30.26434	-8.75592				09	541		
2560402	Aït Ba Hmad	ait-ba-hmad	MA		0	Africa/Casablanca	31.19694	-6.1627		Ait Ba Hmad,Ait Ba Mmad,Aït Ba Hmad,Aït Ba Mmad		08	577		
2560404	Aït Bakri	ait-bakri	MA		0	Africa/Casablanca	31.79028	-8.0449				07	351		
2560405	Aït Bakka	ait-bakka	MA		0	Africa/Casablanca	30.25182	-8.75725				09	541		
2560406	Aït Baji	ait-baji	MA		0	Africa/Casablanca	32.99199	-5.76177		Ait Baji,Ait Bajji,Aït Baji,Aït Bajji		05	301		
2560407	Ait Bahlou	ait-bahlou	MA		0	Africa/Casablanca	31.21684	-9.58929		Ait Bahlou,Ait Baho,Aït Baho		07	211		
2560408	Aït Bahmane	ait-bahmane	MA		0	Africa/Casablanca	29.6976	-9.38891				09	581		
2560409	Aït Wijarrane	ait-wijarrane	MA		0	Africa/Casablanca	31.99535	-6.68147		Ait Bahamou,Ait Wijarrane,Aït Bahamou,Aït Wijarrane		05	081		
2560410	Aït Bahammou	ait-bahammou	MA		0	Africa/Casablanca	30.94107	-8.71813		Ait Ba Hammou,Ait Bahammou,Aït Ba Hammou,Aït Bahammou		07	161		
2560414	Aït Baha	ait-baha	MA		0	Africa/Casablanca	31.57822	-5.58821		Ait Baha,Aït Baha		08	577		
2560415	Aït Baha	ait-baha	MA		0	Africa/Casablanca	30.27193	-8.82167				09	541		
2560416	Aït Baha	ait-baha	MA		0	Africa/Casablanca	29.54756	-8.97088		Ait Baha,Aït Baha		09	581		
2560419	Aït Azzouz	ait-azzouz	MA		0	Africa/Casablanca	32.83592	-5.02521				08	363		
2560420	Aït ’Azzou	ait-azzou	MA		0	Africa/Casablanca	32.4382	-4.6701		Ait 'Azzou,Ait Azzou,Aït Azzou,Aït ’Azzou		08	363		
2560422	Aït Azzi	ait-azzi	MA		0	Africa/Casablanca	31.5156	-8.26131		Ait Azzi,Aït Azzi,Douar Ait Azzi,Douar Aït Azzi		07	351		
2560423	Aït ’Azzi	ait-azzi	MA		0	Africa/Casablanca	30.20398	-8.08111		Ait 'Azza,Ait 'Azzi,Aït ’Azza,Aït ’Azzi		09	541		
2560424	Aït I’ Azza	ait-i-azza	MA		0	Africa/Casablanca	29.84908	-9.34599		Ait Ahaza,Ait Azza,Ait I' Azza,Aït Ahaza,Aït Azza,Aït I’ Azza		09	163		
2560425	Aït Azouz	ait-azouz	MA		0	Africa/Casablanca	30.50063	-9.14466		Ait Azouz,Ait Azzouz,Aït Azouz,Aït Azzouz		09	541		
2560426	Aït ’Azzouz	ait-azzouz	MA		0	Africa/Casablanca	32.11395	-6.94151		Ait 'Azzouz,Ait Azouz,Aït Azouz,Aït ’Azzouz		05	081		
2560428	Ait Zaoueg	ait-zaoueg	MA		0	Africa/Casablanca	31.57195	-7.72827		Ait Azouk,Ait Zaoueg,Ait Zdoigue,Aït Azouk,Aït Zdoigue		07	041		
2560429	Douar Ait Aziz	douar-ait-aziz	MA		0	Africa/Casablanca	33.97318	-4.70314		Ait Aziz,Aït Aziz,Douar Ait Aziz		03	451		
2560432	Aït Ayad	ait-ayad	MA		0	Africa/Casablanca	30.45206	-9.16518		Ait Aaiad,Ait Ayad,Ait Ayad Lahdab,Aït Aaïad,Aït Ayad,Aït Ayad Lahdab		09	541		
2560436	Aït Attou Ou Ikkou	ait-attou-ou-ikkou	MA		0	Africa/Casablanca	31.8191	-5.7733				08	577		
2560437	Aït Attouch	ait-attouch	MA		0	Africa/Casablanca	31.65	-5.58				08	577		
2560438	Douar Ait Athou	douar-ait-athou	MA		0	Africa/Casablanca	34.01022	-4.69763		Ait Attou,Aït Attou,Douar Ait Athou,Douar Ait Atou,Douar Aït Atou		03	451		
2560439	Aït ’Attou	ait-attou	MA		0	Africa/Casablanca	31.20765	-7.13324		Ait 'Attou,Ait Attou,Aït Attou,Aït ’Attou		08	401		
2560440	Aït Attou	ait-attou	MA		0	Africa/Casablanca	30.65211	-6.13				08	587		
2560441	Aït Atto Ou Moussa	ait-atto-ou-moussa	MA		0	Africa/Casablanca	31.86678	-5.75588				08	577		
2560443	Aït Atti	ait-atti	MA		0	Africa/Casablanca	31.8236	-6.83289				05	081		
2560453	Ayt ’Atmane ou Youssef	ayt-atmane-ou-youssef	MA		0	Africa/Casablanca	31.18383	-6.81419		Ait Atmane Ou Youssef,Ayt 'Atmane ou Youssef,Ayt ’Atmane ou Youssef,Aït Atmane Ou Youssef		08	401		
2560454	Aït ’Atmane Ou Moussa	ait-atmane-ou-moussa	MA		0	Africa/Casablanca	33.21198	-4.6245		Ait 'Atmane Ou Moussa,Ait Athmane Ou Moussa,Ait Atmane Ou Moussa,Aït Athmane Ou Moussa,Aït Atmane Ou Moussa,Aït ’Atmane Ou Moussa		03	131		
2560458	Ait ’Otmane	ait-otmane	MA		0	Africa/Casablanca	31.15473	-8.39307		Ait 'Otmane,Ait Atman,Ait Atmane,Ait ’Otmane,Aït Atman,Aït Atmane		07	041		
2560459	Aït Atmane	ait-atmane	MA		0	Africa/Casablanca	30.21	-5.56				08	587		
2560461	Aït Atmane Ou ’Alla	ait-atmane-ou-alla	MA		0	Africa/Casablanca	32.72303	-4.93537		Ait Athman,Ait Athmane,Ait Atmane Ou 'Alla,Aït Athman,Aït Athmane,Aït Atmane Ou ’Alla,Ksar Ait Atmane Ouali,Ksar Aït Atmane Ouali		08	363		
2560463	Ayt ’Othmane	ayt-othmane	MA		0	Africa/Casablanca	32.08113	-4.38774		Ait Athman,Ait Athmane,Ayt 'Othmane,Ayt ’Othmane,Aït Athman,Aït Athmane		08	201		
2560464	Aït Athmane	ait-athmane	MA		0	Africa/Casablanca	30.65812	-5.47609		Ait Athmane,Ait Atmane,Ait Bou Daoud,Aït Athmane,Aït Atmane,Aït Bou Daoud		08	587		
2560467	Aït ’Aççou	ait-accou	MA		0	Africa/Casablanca	32.17675	-6.78945		Ait 'Accou,Ait Akkou,Ait Assou,Aït Akkou,Aït Assou,Aït ’Aççou		05	081		
2560468	Aït Assa	ait-assa	MA		0	Africa/Casablanca	34.95116	-4.31492		Ait Aissa,Ait Assa,Aït Aissa,Aït Assa		01	051		
2560470	Aït Arhoudoudou	ait-arhoudoudou	MA		0	Africa/Casablanca	31.05	-6.8				08	401		
2560473	Ayt ’Arfa	ayt-arfa	MA		0	Africa/Casablanca	32.00258	-6.65154		Ait Arfa,Ayt 'Arfa,Ayt ’Arfa,Aït Arfa		05	081		
2560474	Aït Arbi	ait-arbi	MA		0	Africa/Casablanca	34.96	-4.53				01	051		
2560475	Aït el Arbi	ait-el-arbi	MA		0	Africa/Casablanca	31.45888	-5.97187		Ait Arbi,Ait el Arbi,Aït Arbi,Aït el Arbi		08	577		
2560476	Aït Aourhi	ait-aourhi	MA		0	Africa/Casablanca	30.53709	-9.01744		Ait Aourhi,Ait Ouallil,Aït Aourhi,Aït Ouallil		09	541		
2560477	Aït Aouch	ait-aouch	MA		0	Africa/Casablanca	32.30982	-4.94387		Ait Aouch,Aït Aouch,N'Ait Aouch,N’Aït Aouch		08	363		
2560478	Aït Aomar Ou Ali	ait-aomar-ou-ali	MA		0	Africa/Casablanca	31.13507	-4.99068				08	577		
2560479	Tightamt-n-Aït Ou ’Anni	tightamt-n-ait-ou-anni	MA		0	Africa/Casablanca	32.64685	-4.76434		Ait Aomar,Aït Aomar,Tightamt-n-Ait Ou 'Anni,Tightamt-n-Aït Ou ’Anni		08	363		
2560480	Aït Aomar	ait-aomar	MA		0	Africa/Casablanca	29.53	-8.98				09	581		
2560483	Aït Anter	ait-anter	MA		0	Africa/Casablanca	29.39298	-8.26064				09	551		
2560484	Taourirt n’Ounissi	taourirt-n-ounissi	MA		0	Africa/Casablanca	30.25535	-7.44714		Ait Anissi Taourirt,Aït Anissi Taourirt,Taourirt n'Ounissi,Taourirt n’Ounissi		08	401		
2560487	Ait Amar Ou Ikkou	ait-amar-ou-ikkou	MA		0	Africa/Casablanca	33.86695	-5.0457		Ait Amar Ou Ikkou,Ait Amrou Ikkou,Aït Amar Ou Ikkou,Aït Amrou Ikkou		03	451		
2560488	Ait Amghar	ait-amghar	MA		0	Africa/Casablanca	30.36442	-9.3022		Ait Amghar,Ait Amrhar,Ait Ouagmar,Ait Oumghar,Ait Oumrhar,Aït Amghar,Aït Amrhar,Aït Ouagmar,Aït Oumghar,Aït Oumrhar		09	541		
2560489	Aït ’Amrane	ait-amrane	MA		0	Africa/Casablanca	34.9237	-3.67752				02	167		
2560490	Aït Amrane	ait-amrane	MA		0	Africa/Casablanca	31.23444	-7.14666				08	401		
2560491	Aït Amrane	ait-amrane	MA		0	Africa/Casablanca	30.59371	-7.57677				09	541		
2560492	Aït ’Amrane	ait-amrane	MA		0	Africa/Casablanca	30.47787	-8.1272		Ait 'Amrane,Ait Amrane,Aït Amrane,Aït ’Amrane		09	541		
2560493	Aït Mrane	ait-mrane	MA		0	Africa/Casablanca	29.71378	-9.33263		Ait Amrane,Ait Mrane,Aït Amrane,Aït Mrane		09	581		
2560494	Aït Amrad	ait-amrad	MA		0	Africa/Casablanca	30.64247	-5.47817				08	587		
2560495	Ayt Ammou	ayt-ammou	MA		0	Africa/Casablanca	32.24316	-6.53468		Ait Amor,Ayt Ammou,Aït Amor		05	091		
2560497	d’Aït ’Ammar	d-ait-ammar	MA		0	Africa/Casablanca	33.06227	-6.65567		Ait Ammar,Aït Ammar,d'Ait 'Ammar,d’Aït ’Ammar		05	311		
2560499	Aït ’Amir	ait-amir	MA		0	Africa/Casablanca	32.22437	-6.44156		Ait 'Amir,Ait Amir,Aït Amir,Aït ’Amir		05	091		
2560500	Aït Ammi Bal	ait-ammi-bal	MA		0	Africa/Casablanca	29.93455	-9.24125		Ait Amibel,Ait Ammi Bal,Aït Amibel,Aït Ammi Bal		09	163		
2560502	Aït Amer Ou Youssef	ait-amer-ou-youssef	MA		0	Africa/Casablanca	31.13846	-6.79118		Ait Amer Ou Youssef,Ait Ameur Ou Youssef,Aït Amer Ou Youssef,Aït Ameur Ou Youssef		08	401		
2560504	Aït Amer Ou Bettane	ait-amer-ou-bettane	MA		0	Africa/Casablanca	31.74364	-5.80719		Ait Amer Ou Bettane,Ait Ameur Ou Bettane,Aït Amer Ou Bettane,Aït Ameur Ou Bettane		08	577		
2560509	Aït Amer	ait-amer	MA		0	Africa/Casablanca	31.94157	-6.69632		Ait Amer,Ait Ameur,Aït Amer,Aït Ameur		05	081		
2560510	Aït Amer	ait-amer	MA		0	Africa/Casablanca	31.65	-6.16		Ait Amer,Ait Ameur,Aït Amer,Aït Ameur		08	577		
2560511	Aït Amer	ait-amer	MA		0	Africa/Casablanca	31.45603	-7.12125		Ait Amer,Ait Ameur,Aït Amer,Aït Ameur		05	081		
2560512	Ayt ’Amer	ayt-amer	MA		0	Africa/Casablanca	31.2607	-7.83161		Ait Amer,Ait amar,Ayt 'Amer,Ayt ’Amer,Aït Amer,Aït amar		07	041		
2560513	Aït Ammar	ait-ammar	MA		0	Africa/Casablanca	30.83656	-8.66286		Ait Amer,Ait Ammar,Aït Amer,Aït Ammar		09	541		
2560514	Aït Amer	ait-amer	MA		0	Africa/Casablanca	30.7	-9.85		Ait Amer,Ait Ameur,Ait Ammeur,Aït Amer,Aït Ameur,Aït Ammeur,Nzala Ait Ameur,Nzala Aït Ameur		09	001		
2560515	Aït Amer	ait-amer	MA		0	Africa/Casablanca	30.6927	-8.65238				09	541		
2560516	Aït Amer	ait-amer	MA		0	Africa/Casablanca	30.40433	-8.26083		Ait Amer,Ait Ameur,Aït Amer,Aït Ameur		09	541		
2560517	Aït Amer	ait-amer	MA		0	Africa/Casablanca	30.02729	-9.00003		Ait Amer,Ait Ameur,Aït Amer,Aït Ameur		09	163		
2560518	Aït Amelouch	ait-amelouch	MA		0	Africa/Casablanca	31.74286	-5.80976		Ait Amelouch,Ait Amelouk,Ait amlouk,Aït Amelouch,Aït Amelouk,Aït amlouk		08	577		
2560519	Aït Amar Ou Saïd	ait-amar-ou-said	MA		0	Africa/Casablanca	35.12553	-3.91957		Ait Aman u Said,Ait Amar Ou Said,Aït Amar Ou Saïd		01	051		
2560520	Aït Amar ou Saïd	ait-amar-ou-said	MA		0	Africa/Casablanca	34.89723	-4.10999				01	051		
2560522	Aït Amer Ou Brahim	ait-amer-ou-brahim	MA		0	Africa/Casablanca	31.58095	-5.88936		Ait Amar Ou Brahim,Ait Amer Ou Brahim,Ait Ameur ou Brahim,Aït Amar Ou Brahim,Aït Amer Ou Brahim,Aït Ameur ou Brahim		08	577		
2560523	Douar Aït Amara el Oued	douar-ait-amara-el-oued	MA		0	Africa/Casablanca	31.28797	-8.15747		Ait Amara,Ait Amara el Oued,Ait Amara el Ouled,Aït Amara,Aït Amara el Oued,Aït Amara el Ouled,Douar Ait Amara el Oued,Douar Aït Amara el Oued		07	041		
2560524	Douar Aït Amara el Bour	douar-ait-amara-el-bour	MA		0	Africa/Casablanca	31.27231	-8.22023		Ait Amara Bour,Ait Amara el Bour,Aït Amara Bour,Aït Amara el Bour,Douar Ait Amara el Bour,Douar Aït Amara el Bour		07	041		
2560525	Ait Amara	ait-amara	MA		0	Africa/Casablanca	31.57432	-9.57161		Ait Amara,Aït Amara,Douar Hassi Regreg		07	211		
2560526	Aït Amara	ait-amara	MA		0	Africa/Casablanca	31.51	-7.9		Ahmar,Ait Amara,Aït Amara,Douar Ait Amara,Douar Aït Amara		07	041		
2560528	Aït Amar	ait-amar	MA		0	Africa/Casablanca	35.1927	-3.91548				01	051		
2560529	Douar Ait Ighil Ait Mhand	douar-ait-ighil-ait-mhand	MA		0	Africa/Casablanca	34.10139	-4.41584		Ait Amar,Aït Amar,Douar Ait Amar,Douar Ait Ighil Ait Mhand,Douar Aït Amar		03	561		
2560530	Ayt ’Amer	ayt-amer	MA		0	Africa/Casablanca	32.21155	-4.37886		Ait Amar,Ait Ameur,Ayt 'Amer,Ayt ’Amer,Aït Amar,Aït Ameur		08	363		
2560531	Aït Amar	ait-amar	MA		0	Africa/Casablanca	31.21412	-9.19916				07	161		
2560532	Aït Hammane	ait-hammane	MA		0	Africa/Casablanca	31.38405	-8.53145		Ait Amane,Ait Ba Amrane,Ait Haman,Ait Hammane,Aït Amane,Aït Ba Amrane,Aït Haman,Aït Hammane		07	161		
2560533	Aït-El Karmoudi	ait-el-karmoudi	MA		0	Africa/Casablanca	31.00776	-9.13583		Ait Al Qarmoudi,Ait-El Karmoudi,Aït Al Qarmoudi,Aït-El Karmoudi		07	161		
2560534	Aït Khallouq	ait-khallouq	MA		0	Africa/Casablanca	32.13802	-6.92429		Ait Alouk,Ait Khallouq,Aït Alouk,Aït Khallouq		05	081		
2560538	Aït Alou	ait-alou	MA		0	Africa/Casablanca	32.60517	-4.16941				03	131		
2560539	Ayt Al Ma’roufi	ayt-al-ma-roufi	MA		0	Africa/Casablanca	31.86661	-7.13157		Ait al Ma'aroufi,Ayt Al Ma'roufi,Ayt Al Ma’roufi,Aït al Ma’aroufi		07	191		
2560541	Ait Allal	ait-allal	MA		0	Africa/Casablanca	31.59226	-9.47965		Ait Allal,Aït Allal		07	211		
2560542	Aït Allah Ben Yahya	ait-allah-ben-yahya	MA		0	Africa/Casablanca	31.08	-6.58		Ait Alla Ben Yahya,Ait Allah Ben Yahya,Aït Alla Ben Yahya,Aït Allah Ben Yahya		08	401		
2560544	Aït ’Alla	ait-alla	MA		0	Africa/Casablanca	31.04165	-8.98133		Ait 'Alla,Ait Allah,Ait Allal,Aït Allah,Aït Allal,Aït ’Alla		07	161		
2560545	Aït ’Alla	ait-alla	MA		0	Africa/Casablanca	33.19935	-4.54547		Ait 'Alla,Ait Alla,Ait Alla Ou Kssacene,Aït Alla,Aït Alla Ou Kssacene,Aït ’Alla		03	131		
2560547	Aït Alla	ait-alla	MA		0	Africa/Casablanca	32.53084	-4.40025				08	363		
2560548	Aït Alla	ait-alla	MA		0	Africa/Casablanca	31.38512	-6.51452				08	401		
2560549	Ait Alla	ait-alla	MA		0	Africa/Casablanca	30.37825	-9.34526		Ait Alba,Ait Alla,Aït Alba,Aït Alla		09	273		
2560550	Ait Alla	ait-alla	MA		0	Africa/Casablanca	30.25031	-8.79027				09	541		
2560551	Aït Alla	ait-alla	MA		0	Africa/Casablanca	30.14873	-9.17692				09	163		
2560552	Aït ’Alizem	ait-alizem	MA		0	Africa/Casablanca	31.20763	-8.78716		Ait 'Alizem,Ait Alizine el Mellah,Aït Alizine el Mellah,Aït ’Alizem		07	161		
2560553	Douar Ait Ali Ou Youssef	douar-ait-ali-ou-youssef	MA		0	Africa/Casablanca	33.90509	-4.6605		Ait Ali Ou Youssef el Ouata,Ait Ali Youssef,Aït Ali Ou Youssef el Ouata,Aït Ali Youssef,Douar Ait Ali Ou Youssef,Douar Ait Ali Youssef,Douar Aït Ali Youssef		03	451		
2560554	Aït Ali Ou Zekri	ait-ali-ou-zekri	MA		0	Africa/Casablanca	33.49131	-4.28809		Ait Ali Ou Zekri,Ait Ali Oua Zki,Aït Ali Ou Zekri,Aït Ali Oua Zki		03	131		
2560557	Aït Ali Ou Youssef	ait-ali-ou-youssef	MA		0	Africa/Casablanca	32.68647	-4.9489		Ait Ali Ou Youssef,Aït Ali Ou Youssef,Koudia Ait Ali ou Youssef,Koudia Aït Ali ou Youssef		08	363		
2560558	Aït A’liou Ou Youssef	ait-a-liou-ou-youssef	MA		0	Africa/Casablanca	32.1372	-6.19912		Ait A'liou Ou Youssef,Ait Ali Ou Youssef,Aït Ali Ou Youssef,Aït A’liou Ou Youssef		05	081		
2560559	Ayt ’Ali Oussou	ayt-ali-oussou	MA		0	Africa/Casablanca	32.22245	-4.38432		Ait Ali Ossou,Ait Ali Oussou,Ayt 'Ali Oussou,Ayt ’Ali Oussou,Aït Ali Ossou,Aït Ali Oussou		08	363		
2560560	Aït Ali Ou Sou	ait-ali-ou-sou	MA		0	Africa/Casablanca	32.29261	-5.14304				08	363		
2560562	Ait ’Ali ou S’id	ait-ali-ou-s-id	MA		0	Africa/Casablanca	32.6606	-3.44957		Ait 'Ali ou S'id,Ait Ali Ou Said,Ait ’Ali ou S’id,Aït Ali Ou Saïd		02	251		
2560565	Aït Alliwn	ait-alliwn	MA		0	Africa/Casablanca	30.5197	-7.24482		Ait Alioun,Ait Alliwn,Aït Alioun,Aït Alliwn		08	401		
2560567	Aït Ali Ou Moussa	ait-ali-ou-moussa	MA		0	Africa/Casablanca	31.28917	-6.71393		Ait Ali Moussa,Ait Ali Ou Moussa,Aït Ali Moussa,Aït Ali Ou Moussa		08	401		
2560568	Aït ’Ali ou Mhand	ait-ali-ou-mhand	MA		0	Africa/Casablanca	32.11109	-6.42502		Ait 'Ali ou Mhand,Ait Ali Ou Mhand,Aït Ali Ou Mhand,Aït ’Ali ou Mhand		05	081		
2560571	Aït Ali Ou Lahsene	ait-ali-ou-lahsene	MA		0	Africa/Casablanca	32.7035	-4.77941				08	363		
2560572	Aït Ali Ou Khaï	ait-ali-ou-khai	MA		0	Africa/Casablanca	30.84594	-5.24269				08	577		
2560573	Aït Ali Ou Ikkou	ait-ali-ou-ikkou	MA		0	Africa/Casablanca	32.14238	-5.57417				08	363		
2560574	Aït Ali Ou Ikkou	ait-ali-ou-ikkou	MA		0	Africa/Casablanca	31.83142	-5.76384		Ait Ali Ou Ikkou,Ait Ali ou Iggo,Aït Ali Ou Ikkou,Aït Ali ou Iggo		08	577		
2560575	Aït Ali Ou Ikko	ait-ali-ou-ikko	MA		0	Africa/Casablanca	32.12358	-5.34459				08	363		
2560576	Douar ’Ali Ich Chou	douar-ali-ich-chou	MA		0	Africa/Casablanca	32.67172	-6.26392		Ait Ali Ou Ichou,Aït Ali Ou Ichou,Douar 'Ali Ich Chou,Douar ’Ali Ich Chou		05	091		
2560577	Ait Said	ait-said	MA		0	Africa/Casablanca	33.76983	-5.3589		Ait Ali Ou Alhassane,Ait Ali Ou Hasene,Ait Ali Ou Hassene,Ait Said,Aït Ali Ou Alhassane,Aït Ali Ou Hassene,Aït Ali Ou Hasène		03	171		
2560578	Id’-Ali-Ou-Hammou	id-ali-ou-hammou	MA		0	Africa/Casablanca	30.87419	-7.80609		Ait Ali Ou Hammou,Ait Ammou,Aït Ali Ou Hammou,Aït Ammou,Id'-Ali-Ou-Hammou,Id’-Ali-Ou-Hammou		09	541		
2560580	Aït Ali Ou Haj	ait-ali-ou-haj	MA		0	Africa/Casablanca	31.48	-5.93				08	577		
2560581	Aït ’Ali Ou Haddou	ait-ali-ou-haddou	MA		0	Africa/Casablanca	33.09225	-4.65471		Ait 'Ali Ou Haddou,Ait Ali Ou Haddou,Aït Ali Ou Haddou,Aït ’Ali Ou Haddou,Kasba Ait Ali Ou Addou,Kasba Aït Ali Ou Addou		03	131		
2560583	Aït ’Ali Ou Brahim	ait-ali-ou-brahim	MA		0	Africa/Casablanca	30.54883	-8.2005		Ait 'Ali Ou Brahim,Ait Ali Ou Brahim,Aït Ali Ou Brahim,Aït ’Ali Ou Brahim		09	541		
2560584	Ayt ’Ali Ou ’Allah	ayt-ali-ou-allah	MA		0	Africa/Casablanca	31.42899	-7.77701		Ait Ali Ou Allah,Ait Ben Alla,Ayt 'Ali Ou 'Allah,Ayt ’Ali Ou ’Allah,Aït Ali Ou Allah,Aït Ben Alla		07	041		
2560585	Aït Ali Ou Lssa	ait-ali-ou-lssa	MA		0	Africa/Casablanca	31.25476	-6.59095		Ait Ali,Ait Ali Ou Aissa,Ait Ali Ou Lssa,Aït Ali Ou Aïssa,Aït Ali Ou Lssa		08	401		
2560586	Aït Ali Ou Ahmed	ait-ali-ou-ahmed	MA		0	Africa/Casablanca	33.76	-4.6		Ait Ahmed ou Ali,Ait Ali Ou Ahmed,Aït Ahmed ou Ali,Aït Ali Ou Ahmed		03	451		
2560587	Aït Ali Ou Ahmed	ait-ali-ou-ahmed	MA		0	Africa/Casablanca	29.38178	-9.23455		Afa n'Bou Hamed,Afa n’Bou Hamed,Ait Ali Ou Ahmed,Aït Ali Ou Ahmed		10	473		
2560588	Aït Ali Ou Ahmad	ait-ali-ou-ahmad	MA		0	Africa/Casablanca	35.18	-4.03		Ait Ali Ou Ahmad,Ait Ali u Hamed,Aït Ali Ou Ahmad		01	051		
2560589	Douar Ait Ali Ou Hmad	douar-ait-ali-ou-hmad	MA		0	Africa/Casablanca	33.93128	-4.72636		Ait Ali Ou Ahmad,Ait Ali Ou Hamed,Ait Ali Ou Hmad,Aït Ali Ou Ahmad,Aït Ali Ou Hamed,Aït Ali Ou Hmad,Douar Ait Ali Ou Hmad		03	451		
2560590	Aït ’Ali ’Abdallah	ait-ali-abdallah	MA		0	Africa/Casablanca	32.02055	-6.30272		Ait 'Ali 'Abdallah,Ait Ali Ou Abdallah,Ait Ali Ou Abdellah,Aït Ali Ou Abdallah,Aït ’Ali ’Abdallah		05	081		
2560591	Aït ’Ali-n-ittou	ait-ali-n-ittou	MA		0	Africa/Casablanca	32.73389	-4.51115		Ait 'Ali-n-ittou,Ait Ali n'Ito,Ait Ali n'Itto,Ait Ali n’Ito,Aït Ali n’Itto,Aït ’Ali-n-ittou		08	363		
2560592	Aït Ali Moussa	ait-ali-moussa	MA		0	Africa/Casablanca	33.88	-5.45		Ait Ali Moussa,Ait Ali Ou Moussa,Aït Ali Moussa,Aït Ali Ou Moussa		03	061		
2560604	Aït Ali	ait-ali	MA		0	Africa/Casablanca	34.93	-3.75				02	167		
2560605	Aït ’Ali	ait-ali	MA		0	Africa/Casablanca	33.04219	-4.74619		Ait 'Ali,Ait Ali,Aït Ali,Aït ’Ali		03	131		
2560606	Aït Ali	ait-ali	MA		0	Africa/Casablanca	31.76	-8.1		Ait Ali,Aït Ali,Douar Ait Ali,Douar Aït Ali		07	351		
2560607	Aït Ali	ait-ali	MA		0	Africa/Casablanca	31.54213	-8.32654		Ait Ali,Ait Ali Ou Moussa,Aït Ali,Aït Ali Ou Moussa,Douar Ait Ali,Douar Aït Ali		07	351		
2560608	Ait Ali	ait-ali	MA		0	Africa/Casablanca	31.30325	-9.71042		Ait Ali,Ait Choukaia,Aït Ali,Aït Choukaia		07	211		
2560609	Aït Ali	ait-ali	MA		0	Africa/Casablanca	31.14667	-6.80857				08	401		
2560610	Aït ’Ali	ait-ali	MA		0	Africa/Casablanca	30.71887	-8.30884		Ait 'Ali,Ait Ali,Ayt Ali,Aït Ali,Aït ’Ali,Ichou Lahra,Ichourha		09	541		
2560611	Aït ’Ali	ait-ali	MA		0	Africa/Casablanca	30.68929	-8.31337		Ait 'Ali,Ait Ali,Ait My Ali,Aït Ali,Aït My Ali,Aït ’Ali		09	541		
2560612	Aït Ali	ait-ali	MA		0	Africa/Casablanca	30.6041	-9.39313				09	001		
2560613	Aït Ali	ait-ali	MA		0	Africa/Casablanca	30.43931	-9.06857		Ait Ali,Ait Ali Ben Ahmed,Aït Ali,Aït Ali Ben Ahmed		09	541		
2560616	Aït Hakkou	ait-hakkou	MA		0	Africa/Casablanca	31.68553	-6.86869		Ait Akou,Ait Hakkou,Aït Akou,Aït Hakkou		05	081		
2560617	Aït Akob	ait-akob	MA		0	Africa/Casablanca	35.06418	-4.66123				01	151		
2560619	Aït Akki	ait-akki	MA		0	Africa/Casablanca	34.15168	-5.76291		Ait Aki,Ait Akka,Ait Akki,Aït Aki,Aït Akki		03	061		
2560620	Aït Akki	ait-akki	MA		0	Africa/Casablanca	32.45086	-5.2015				08	363		
2560621	Aït Hakkou Ou’Ali	ait-hakkou-ou-ali	MA		0	Africa/Casablanca	31.24113	-6.07815		Ait Akka Ou Ali,Ait Hakkou Ou Ali,Ait Hakkou Ou'Ali,Aït Akka Ou Ali,Aït Hakkou Ou Ali,Aït Hakkou Ou’Ali		08	577		
2560624	Aït Aïssi	ait-aissi	MA		0	Africa/Casablanca	31.48	-5.96				08	577		
2560625	Aït ’Issi	ait-issi	MA		0	Africa/Casablanca	31.17922	-6.19847		Ait 'Issi,Ait Aissi,Aït Aïssi,Aït ’Issi		08	577		
2560626	Aït ’Issa Wichchou	ait-issa-wichchou	MA		0	Africa/Casablanca	32.08602	-6.35884		Ait 'Issa Wichchou,Ait Aissa Ou Ichou,Aït Aïssa Ou Ichou,Aït ’Issa Wichchou		05	081		
2560628	Ghellil Aït Aïssa Ou Brahim	ghellil-ait-aissa-ou-brahim	MA		0	Africa/Casablanca	31.43	-5.3		Ait Aissa Ou Brahim,Aït Aïssa Ou Brahim,Ghellil Ait Aissa Ou Brahim,Ghellil Aït Aïssa Ou Brahim,Rhellil Ait Aissa Ou Brahim,Rhellil Aït Aïssa Ou Brahim		08	577		
2560629	Aït Aïssa Ou Brahim	ait-aissa-ou-brahim	MA		0	Africa/Casablanca	30.26	-5.71				08	587		
2560637	Almou-n-Aït ’Issa	almou-n-ait-issa	MA		0	Africa/Casablanca	32.07419	-6.29093		Ait Aissa,Almou-n-Ait 'Issa,Almou-n-Aït ’Issa,Aït Aïssa		05	081		
2560639	Douar Ait Aissa	douar-ait-aissa	MA		0	Africa/Casablanca	35.01121	-3.85537		Ait Aisa,Ait Aissa,Aït Aïssa,Douar Ait Aissa		01	051		
2560640	Aït Aïssa	ait-aissa	MA		0	Africa/Casablanca	32.08023	-5.93523				05	081		
2560641	Aït ’Issa	ait-issa	MA		0	Africa/Casablanca	31.45242	-7.291		Ait 'Issa,Ait Aissa,Aït Aïssa,Aït ’Issa		07	041		
2560642	Aït Aïssa	ait-aissa	MA		0	Africa/Casablanca	31.20926	-6.17218				08	577		
2560643	Id Aissa	id-aissa	MA		0	Africa/Casablanca	30.7696	-9.78043		Ait Aissa,Aït Aïssa,Id Aissa		09	001		
2560644	Aït Aïssa	ait-aissa	MA		0	Africa/Casablanca	30.64916	-6.14365		Ait Aissa,Ait aissi,Aït Aïssa,Aït aïssi		08	587		
2560645	Aït Aïssa	ait-aissa	MA		0	Africa/Casablanca	30.43726	-6.93235		Ait Aissa,Ait `Issa,Aït Aïssa,Aït ‘Issa		08	401		
2560646	Ayt ’Ayssa	ayt-ayssa	MA		0	Africa/Casablanca	30.29461	-8.50006		Ait Aissa,Ayt 'Ayssa,Ayt ’Ayssa,Aït Aïssa		09	541		
2560647	Aït ’is	ait-is	MA		0	Africa/Casablanca	29.70124	-9.26468		Ait 'is,Ait Ais,Ait Aiss,Aït Aïs,Aït Aïss,Aït ’is		09	581		
2560648	Aït Aïouz	ait-aiouz	MA		0	Africa/Casablanca	32.41142	-4.79749		Ait Aiouz,Ayaouz,Aït Aïouz		08	363		
2560650	Ait Himmi	ait-himmi	MA		0	Africa/Casablanca	31.62221	-7.10388		Ait Aimi,Ait Himmi,Aït Aimi,Aït Himmi		05	081		
2560651	Douar Ait Aissa	douar-ait-aissa	MA		0	Africa/Casablanca	35.05922	-4.13497		Ait Aicha,Ait Aissa,Ait Aixa,Aït Aïcha,Aït Aïssa,Douar Ait Aissa		01	051		
2560652	Ait Hsine	ait-hsine	MA		0	Africa/Casablanca	33.81091	-5.29235		Ait Ahsine,Ait Hsine,Ait Hssayne,Aït Ahsine,Aït Hssayne		03	171		
2560653	Aït Acir	ait-acir	MA		0	Africa/Casablanca	31.50215	-5.05767		Ait Acir,Ait Ahsine,Ait Assem,Aït Acir,Aït Ahsine,Aït Assem		08	201		
2560654	Aït Ahmimich	ait-ahmimich	MA		0	Africa/Casablanca	30.50256	-9.17088				09	541		
2560656	Aït Ahmed Ou Saïd	ait-ahmed-ou-said	MA		0	Africa/Casablanca	33.18538	-4.55907		Ait Ahmed Ou Said,Ait Lahcen Ou Said,Aït Ahmed Ou Saïd,Aït Lahcen Ou Saïd		03	131		
2560657	Ayt Ahmed ou Haddou	ayt-ahmed-ou-haddou	MA		0	Africa/Casablanca	32.41663	-3.77325		Ait Ahmadou Haddou,Ait Ahmed Ou Haddou,Ayt Ahmed ou Haddou,Aït Ahmadou Haddou,Aït Ahmed Ou Haddou,Ksar des Ait Ahmed ou Haddou,Ksar des Aït Ahmed ou Haddou		02	251		
2560658	Aït Ahmed Ou Brahim	ait-ahmed-ou-brahim	MA		0	Africa/Casablanca	30.71496	-9.65793				09	001		
2560664	Ait Ahmed	ait-ahmed	MA		0	Africa/Casablanca	33.82542	-5.27086		Ait Ahmed,Aït Ahmed		03	171		
2560665	Aït Ahmed	ait-ahmed	MA		0	Africa/Casablanca	32.78076	-6.66035				05	311		
2560666	Ayt Hmad	ayt-hmad	MA		0	Africa/Casablanca	32.03359	-6.58055		Ait Ahmed,Ayt Hmad,Aït Ahmed		05	081		
2560667	Aït Ahmed Ou Brahim	ait-ahmed-ou-brahim	MA		0	Africa/Casablanca	30.62086	-8.23479		Ait Ahmed,Ait Ahmed Ou Brahim,Aït Ahmed,Aït Ahmed Ou Brahim		09	541		
2560668	Ait Ahmed	ait-ahmed	MA		0	Africa/Casablanca	30.46133	-9.53016		Ait Ahmad,Ait Ahmed,Aït Ahmad,Aït Ahmed		09	001		
2560669	Ait Ahmed	ait-ahmed	MA		0	Africa/Casablanca	30.01807	-9.56771		Ait Ahmed,Aït Ahmed		09	163		
2560670	Aït Ahmane	ait-ahmane	MA		0	Africa/Casablanca	30.90417	-7.63842		Ait Ahmane,Ait Hmane,Aït Ahmane,Aït Hmane		08	401		
2560672	Aït Agano	ait-agano	MA		0	Africa/Casablanca	33.78	-4.88				03	451		
2560675	Aït Adet	ait-adet	MA		0	Africa/Casablanca	32.77779	-6.55984				05	311		
2560677	Aït Adel	ait-adel	MA		0	Africa/Casablanca	31.61014	-7.46821		Ait Aadel,Ait Adal,Ait Adel,Aït Aadel,Aït Adal,Aït Adel		07	041		
2560678	Aït Âdel	ait-adel	MA		0	Africa/Casablanca	31.64237	-7.27129		Ait Aadel,Ait Addel,Ait Adel,Aït Aadel,Aït Adel,Aït Âdel		07	041		
2560679	Aït Addouch	ait-addouch	MA		0	Africa/Casablanca	31.96774	-6.71194				05	081		
2560680	Abbiyar	abbiyar	MA		0	Africa/Casablanca	32.52926	-3.54337		Abbiyar,Ait Addou Abbiar,Aït Addou Abbiar		02	251		
2560682	Aït Adi Oulhou	ait-adi-oulhou	MA		0	Africa/Casablanca	31.4349	-4.80518		Ait Addi Ou Lho,Ait Addi Ouhlo,Ait Addi Oulhoul,Ait Adi Oulhou,Aït Addi Ou Lho,Aït Addi Ouhlo,Aït Addi Oulhoul,Aït Adi Oulhou		08	201		
2560683	Aït Addi	ait-addi	MA		0	Africa/Casablanca	32.80637	-5.62067		Ait Addi,Aït Addi,Mechra Hat el Tirhesaline,Tirhesaline		05	301		
2560684	Aït Hassine	ait-hassine	MA		0	Africa/Casablanca	31.09747	-9.20512		Ait Addi,Ait Hassine,Aït Addi,Aït Hassine		07	161		
2560685	Ait Addi	ait-addi	MA		0	Africa/Casablanca	30.09479	-9.46007		Ait Addi,Ait Aiddi,Aït Addi,Aït Aiddi		09	163		
2560686	Aït Acco	ait-acco	MA		0	Africa/Casablanca	32.16	-6.78				05	081		
2560687	Aït Aboukaïs	ait-aboukais	MA		0	Africa/Casablanca	33.77269	-3.99364				03	561		
2560690	Aït Abelli	ait-abelli	MA		0	Africa/Casablanca	30.14217	-9.18968		Ait Abelli,Ait Bella,Aït Abelli,Aït Bella		09	163		
2560691	Aït Abdoun	ait-abdoun	MA		0	Africa/Casablanca	31.35	-6				08	577		
2560692	Aït Abdoun	ait-abdoun	MA		0	Africa/Casablanca	31.3415	-5.99711		Ait Abdoun,Ait Abdoune,Aït Abdoun,Aït Abdoune		08	577		
2560693	Aït Abd Ej Jelil	ait-abd-ej-jelil	MA		0	Africa/Casablanca	31.11107	-9.27665		Ait Abd Ej Jelil,Ait Abd Jelil,Aït Abd Ej Jelil,Aït Abd Jelil		07	161		
2560698	Aït Abdi	ait-abdi	MA		0	Africa/Casablanca	31.74714	-5.79965				08	577		
2560699	Aït Abdes Slam	ait-abdes-slam	MA		0	Africa/Casablanca	31.7488	-5.79905		Ait Abdes Slam,Ait Abdeslame,Aït Abdes Slam,Aït Abdeslame		08	577		
2560700	Aït Abd Smed	ait-abd-smed	MA		0	Africa/Casablanca	31.76376	-5.32559		Ait Abd Smed,Ait Abdessemt,Aït Abd Smed,Aït Abdessemt,Ksar Ait Absemt,Ksar Aït Absemt		08	201		
2560701	Aït Abderrahmane	ait-abderrahmane	MA		0	Africa/Casablanca	32.05426	-6.87563		Ait Abd er Rahmane,Ait Abderrahmane,Aït Abd er Rahmane,Aït Abderrahmane		05	081		
2560702	Aït Abderezag	ait-abderezag	MA		0	Africa/Casablanca	32.59736	-5.95487		Ait Abderezag,Ait Abderrazak,Aït Abderezag,Aït Abderrazak		05	091		
2560703	Douar Ait Abdennour	douar-ait-abdennour	MA		0	Africa/Casablanca	35.10607	-3.5241		Ait 'Abd en Nour,Ait Abdennor,Aït Abdennor,Aït ’Abd en Noûr,Douar Ait Abdennour		02	167		
2560704	Aït Abd el Slam	ait-abd-el-slam	MA		0	Africa/Casablanca	32.27763	-6.20312				05	081		
2560708	Al Ghasli	al-ghasli	MA		0	Africa/Casablanca	32.47903	-3.18087		Ait Abdelli,Al Ghasli,Aït Abdelli		02	251		
2560709	Aït Abd el Fadit	ait-abd-el-fadit	MA		0	Africa/Casablanca	32.42891	-5.09862		Ait Abd el Fadit,Ait Abde el Fadel,Aït Abd el Fadit,Aït Abde el Fadel		08	363		
2560710	Aït Abdallah Ou Messaoud	ait-abdallah-ou-messaoud	MA		0	Africa/Casablanca	29.33076	-10.09371		Ait Abdalah U Mesaud,Ait Abdallah Ou Messaoud,Aït Abdallah Ou Messaoud		10	473		
2560712	Ait Abdellah ou Boubker	ait-abdellah-ou-boubker	MA		0	Africa/Casablanca	29.87232	-9.33338		Ait Abdallah Ou Boubker,Ait Abdellah ou Boubker,Ait Boubker,Aït Abdallah Ou Boubker,Aït Boubker		09	163		
2560713	Aït Abd el Jelil	ait-abd-el-jelil	MA		0	Africa/Casablanca	30.37029	-8.99453		Ait Abd el Jelil,Ait Abdallah ej Jellil,Ait Abdallah el Jelil,Aït Abd el Jelil,Aït Abdallah ej Jellil,Aït Abdallah el Jelil		09	541		
2560722	Id ’Addi Ou Balla	id-addi-ou-balla	MA		0	Africa/Casablanca	29.34253	-9.84501		Ait Abdalah,Ait Abdallah,Aït Abdallah,Id 'Addi Ou Balla,Id ’Addi Ou Balla		10	473		
2560723	Aït Abdallah	ait-abdallah	MA		0	Africa/Casablanca	31.20564	-8.8522				07	161		
2560724	Aït ’Abdallah	ait-abdallah	MA		0	Africa/Casablanca	30.64436	-8.21552		Ait 'Abdallah,Ait Abdellah,Aït Abdellah,Aït ’Abdallah		09	541		
2560725	Aït ’Abdallah	ait-abdallah	MA		0	Africa/Casablanca	29.81352	-8.76817		Ait 'Abdallah,Ait Abdallah,Ait Abdallan,Ait Abdellah,Assaka,Aït Abdallah,Aït ’Abdallah,Centre Ait Abdellah,Centre Aït Abdellah		09	541		
2560726	Al Louh	al-louh	MA		0	Africa/Casablanca	29.65704	-9.15036		Ait Abdallah,Ait Abdellah,Al Louh,Aït Abdallah,Aït Abdellah		09	581		
2560729	Aït ’Abbou	ait-abbou	MA		0	Africa/Casablanca	30.4786	-7.91892		Ait 'Abbou,Ait Abbou,Ait Haddou,Aït Abbou,Aït Haddou,Aït ’Abbou		09	541		
2560730	Aït Abbou	ait-abbou	MA		0	Africa/Casablanca	29.91	-9.5		Ait Abbou,Ait Abou Belfaa,Aït Abbou,Aït Abou Belfaá		09	163		
2560734	Aït Abbes	ait-abbes	MA		0	Africa/Casablanca	30.34013	-8.30408				09	541		
2560735	Aït Abbès	ait-abbes	MA		0	Africa/Casablanca	30.272	-9.03708		Ait Abbes,Ait Abbess,Aït Abbes,Aït Abbès,Aït Abbèss		09	541		
2560736	Ayt ’Abid	ayt-abid	MA		0	Africa/Casablanca	31.31862	-8.49095		Ait Abaid,Ayt 'Abid,Ayt ’Abid,Aït Abaïd,Douar Ait Abid,Douar Aït Abid		07	161		
2560737	Aït Aazimana	ait-aazimana	MA		0	Africa/Casablanca	34.9	-3.6				02	167		
2560743	Aissa Rifi	aissa-rifi	MA		0	Africa/Casablanca	35.44555	-5.98643		Aissa Rifi,Aissa er Rifi,Aïssa Rifi,Aïssa er Rifi		01	511		
2560744	Oulad Aissa	oulad-aissa	MA		0	Africa/Casablanca	31.97442	-9.08486		Aissa Abd el Kader,Aïssa Abd el Kader,Douar Aissa Abd el Kader,Douar Aïssa Abd el Kader,Oulad Aissa		07	431		
2560751	Aïsemi	aisemi	MA		0	Africa/Casablanca	34.95	-4.35				01	051		
2560755	Ayoun Leqsab	ayoun-leqsab	MA		0	Africa/Casablanca	35.59515	-5.76237		Ain Ksab,Aioun el Ksab,Ayoun Leqsab,Ayoun el Kasab,Aïn Ksab,Aïoun el Ksab		01	511		
2560757	Ayyoufiys	ayyoufiys	MA		0	Africa/Casablanca	29.91525	-9.04052		Aioufis,Ayoufis,Ayyoufiys,Aïoufis		09	163		
2560759	Aïn Zora	ain-zora	MA		0	Africa/Casablanca	34.65569	-3.5339		Ain Zohra,Ain Zora,Ain Zorah,Aine Zehra,Aïn Zora		02	167		
2560761	Douar Ain Ziana	douar-ain-ziana	MA		0	Africa/Casablanca	35.33203	-5.67173		Ain Ziana,Ain Zijana,Aïn Ziana,Aïn Zijana,Douar Ain Ziana		01	331		
2560763	Ain Zaytouna	ain-zaytouna	MA		0	Africa/Casablanca	35.78318	-5.70819		Ain Zaytouna,Ain Zeitouria,Ain Zeituna,Aïn Zeituna,Aïn Zeïtoûria,Dxar-ez-Zeitun		01	227		
2560764	Aïn Zeggou	ain-zeggou	MA		0	Africa/Casablanca	32.82138	-4.39403				03	131		
2560766	Aïn Touira	ain-touira	MA		0	Africa/Casablanca	34.66823	-5.05682				03	531		
2560769	Douar Ain Ettine	douar-ain-ettine	MA		0	Africa/Casablanca	35.58054	-5.67511		Ain Tine,Ain Tnine,Aïn Tine,Aïn Tnine,Douar Ain Ettine		01	571		
2560770	Aïn Timetrout	ain-timetrout	MA		0	Africa/Casablanca	32.05312	-4.67247				08	363		
2560772	Aïn Tekki	ain-tekki	MA		0	Africa/Casablanca	33.66576	-7.35709				06	371		
2560773	Douar ’Ayn Taridelt	douar-ayn-taridelt	MA		0	Africa/Casablanca	33.94338	-4.30806		Ain Taridelt,Aïn Taridelt,Douar 'Ayn Taridelt,Douar ’Ayn Taridelt,Taridelt		03	561		
2560774	Aïn Taoujdat	ain-taoujdat	MA		0	Africa/Casablanca	33.93575	-5.21328		Ain Taoudjad,Ain Taoudjat,Ain Taoujat,Ain Taoujdat,Ain Taoujdate,Ait Taoujdate,Aïn Taoudjad,Aïn Taoudjat,Aïn Taoujat,Aïn Taoujdat,Aïn Taoujdate,Aït Taoujdate		03	171		
2560776	Aïn Tammaria	ain-tammaria	MA		0	Africa/Casablanca	34.44094	-4.82493		Ain Tammaria,Aïn Tammaria,Douar Ain Tammaria,Douar Aïn Tammaria		03	531		
2560777	Ain Tafechna	ain-tafechna	MA		0	Africa/Casablanca	34.07162	-3.04358		Ain Tafechna,Aïn Tafechna		02	533		
2560779	Douar Aioun Smar	douar-aioun-smar	MA		0	Africa/Casablanca	33.91825	-4.88471		Ain Smar,Aioun Smar,Aïn Smar,Aïoun Smar,Douar Aioun Smar		03	451		
2560780	Douar Ain Essikh	douar-ain-essikh	MA		0	Africa/Casablanca	34.07886	-5.06248		Ain Sikh,Aïn Sikh,Douar Ain Essikh		03	591		
2560784	Aïn Sebaa	ain-sebaa	MA		0	Africa/Casablanca	33.6	-7.54		'Ain Sba,'Aïn Sba,Ain es Sebaa,Aïn es Sebaâ		06	141		
2560785	Aïn Salah	ain-salah	MA		0	Africa/Casablanca	34.49853	-4.09157				03	561		
2560786	Douar Ain Sahla	douar-ain-sahla	MA		0	Africa/Casablanca	34.09589	-4.31033		Ain Sala,Aïn Sala,Douar Ain Sahla,Douar Ain Sala,Douar Aïn Sala		03	561		
2560788	Douar Ain Said	douar-ain-said	MA		0	Africa/Casablanca	34.25086	-4.26347		Ain Said,Aïn Saïd,Douar Ain Said,Douar Aïn Saïd		03	561		
2560789	Douar Aïn Safsafa	douar-ain-safsafa	MA		0	Africa/Casablanca	34.29787	-4.12821		Ain Safsafa,Aïn Safsafa,Douar Ain Safsafa,Douar Aïn Safsafa		03	561		
2560791	Douar Ain Rha	douar-ain-rha	MA		0	Africa/Casablanca	34.56457	-5.34423		Ain Raha,Ain Reha,Ain Rha,Aïn Raha,Aïn Reha,Aïn Rha,Douar Ain Rha		01	405		
2560792	Ain Erreggada	ain-erreggada	MA		0	Africa/Casablanca	34.93348	-2.22995		Ain Er Reggada,Ain Erreggada,Ain Regada,Aïn Er Reggada,Aïn Regada		02	113		
2560794	Douar Ain Ouard	douar-ain-ouard	MA		0	Africa/Casablanca	34.60276	-5.36368		Ain Ouard,Aïn Ouard,Douar Ain Ouard		01	405		
2560796	Douar Ain Ninou	douar-ain-ninou	MA		0	Africa/Casablanca	35.47337	-5.71661		Ain Ninou,Ainainou,Aïn Ninou,Douar Ain Ninou,Harcha		01	571		
2560797	Douar Ennehirat	douar-ennehirat	MA		0	Africa/Casablanca	34.27642	-4.25779		Ain Nhereth,Aïn Nhereth,Douar Ain Nhereth,Douar Aïn Nhereth,Douar Ennehirat		03	561		
2560798	Aïn Mzizoui	ain-mzizoui	MA		0	Africa/Casablanca	34.59875	-3.67193		Ain Mzizoui,Ain Mzizuoi,Aïn Mzizoui,Aïn Mzizuoi		02	265		
2560799	Douar Ain Mzid	douar-ain-mzid	MA		0	Africa/Casablanca	34.7083	-5.43842		Ain Mzid,Aïn Mzid,Douar Ain Mzid		01	405		
2560800	’Aïn Moussa Bou Guedar	ain-moussa-bou-guedar	MA		0	Africa/Casablanca	34.45699	-5.45829				04	481		
2560802	Aïn Messaoud	ain-messaoud	MA		0	Africa/Casablanca	34.53462	-4.09017				03	561		
2560803	Aïn Mediouna	ain-mediouna	MA		0	Africa/Casablanca	34.50696	-4.55353		'Ain Medjouna,Ain Mediouna,Aïn Mediouna,’Aïn Medjouna		03	531		
2560804	Douar Alous	douar-alous	MA		0	Africa/Casablanca	34.9154	-5.73054		Ain Mchalou,Aïn Mchalou,Douar Alous		01	405		
2561399	Agouni	agouni	MA		0	Africa/Casablanca	31.09893	-7.5813				08	401		
2560805	Aïn Maskar	ain-maskar	MA		0	Africa/Casablanca	35.01829	-5.86683		Ain Maaskar,Ain Maskar,Ain Moaskar,Ain Moâskar,Aïn Maaskar,Aïn Maskar		01	331		
2560806	Douar Ain Marchouch	douar-ain-marchouch	MA		0	Africa/Casablanca	34.41803	-4.79773		Ain Marchouch,Ain Marchouche,Aïn Marchouch,Aïn Marchouche,Douar Ain Marchouch,Douar Aïn Marchouch		03	531		
2560807	Aïn Mansour	ain-mansour	MA		0	Africa/Casablanca	35.18133	-5.83482		Ain Mansour,Ain Menzor,Aïn Mansour,Aïn Menzor		01	331		
2560808	Aïn Mansour	ain-mansour	MA		0	Africa/Casablanca	34.61	-4.43				03	531		
2560809	Aïn Mallal	ain-mallal	MA		0	Africa/Casablanca	34.54476	-4.97249				03	531		
2560810	Douar Ain Abad	douar-ain-abad	MA		0	Africa/Casablanca	35.3702	-5.7814		Ain Maabad,Ain Maabed,Ain Maabet,Aïn Maabed,Aïn Maabet,Aïn Maâbad,Douar Ain Abad		01	331		
2560813	Aïn Leuh	ain-leuh	MA		5278	Africa/Casablanca	33.28984	-5.33863		Ain Leuh,Ajn Ljokh,Aïn Leuh,Айн Лёх		03	271		
2560815	Aïn Laraïs	ain-larais	MA		0	Africa/Casablanca	33.0245	-4.87014				08	363		
2560816	Douar Ain Laalaq	douar-ain-laalaq	MA		0	Africa/Casablanca	35.5861	-5.5859		Ain el Alak,Aïn el Alak,Douar Ain Laalaq		01	571		
2560817	Aït Kellouf	ait-kellouf	MA		0	Africa/Casablanca	31.0051	-8.53075		Ain Ktof,Ait Kellouf,Aïn Ktof,Aït Kellouf		07	161		
2560818	Douar Dar El Khayl	douar-dar-el-khayl	MA		0	Africa/Casablanca	35.36239	-5.78803		Ain Aksab,Ain Ksab,Aïn Aksab,Aïn Ksab,Dar el Khail,Dar el Khaïl,Douar Dar El Khayl		01	331		
2560819	Aïn Ksab	ain-ksab	MA		0	Africa/Casablanca	35.13343	-5.78871		Ain Aksalb,Ain Ksab,Aïn Aksalb,Aïn Ksab		01	331		
2560820	Aïn Krar	ain-krar	MA		0	Africa/Casablanca	35.08413	-5.75572				01	331		
2560821	Aïn Kob	ain-kob	MA		0	Africa/Casablanca	34.9514	-5.36254		Ain Kob,Aïn Kob,El Kob		01	405		
2560822	Douar Ain Ghayt	douar-ain-ghayt	MA		0	Africa/Casablanca	34.97148	-5.65622		Ain Ghit,Ain Khaiet,Aïn Ghit,Aïn Khaïet,Douar Ain Ghayt,Douar Ain Rhit,Douar Aïn Rhit		01	405		
2560825	Douar ’Ayn Lkaddaba	douar-ayn-lkaddaba	MA		0	Africa/Casablanca	33.98125	-4.35229		Ain Keddaba,Aïn Keddaba,Douar 'Ayn Lkaddaba,Douar Ain Keddaba,Douar Aïn Keddaba,Douar ’Ayn Lkaddaba		03	561		
2560826	Douar Ain Legdah	douar-ain-legdah	MA		0	Africa/Casablanca	35.36209	-5.89127		Ain Cadah,Ain Kadah,Ain Kedah,Aïn Kadah,Aïn Kedah,Douar Ain Legdah,Duar Ain Kdah		01	331		
2560827	Douar Ain Qdima	douar-ain-qdima	MA		0	Africa/Casablanca	34.67261	-5.12929		Ain Kdima,Aïn Kdima,Douar Ain Qdima		03	531		
2560828	Douar Ain Qammour	douar-ain-qammour	MA		0	Africa/Casablanca	35.39019	-5.69602		Ain Kammour,Ain Kamor,Ain Kamoure,Aïn Kammoûr,Aïn Kamor,Aïn Kamoure,Douar Ain Qammour		01	571		
2560829	Douar Ain Qalboune	douar-ain-qalboune	MA		0	Africa/Casablanca	35.51147	-5.66355		Ain Kalboun,Ain Kalboune,Aïn Kalboun,Douar Ain Qalboune		01	571		
2560831	Aïn Jenna	ain-jenna	MA		0	Africa/Casablanca	34.53502	-4.86703				03	531		
2560832	Douar Ain Jnane	douar-ain-jnane	MA		0	Africa/Casablanca	34.35018	-4.38068		Ain Jenane,Aïn Jenane,Douar Ain Jenene,Douar Ain Jnane,Douar Aïn Jenene		03	561		
2560833	Ain Jdoui	ain-jdoui	MA		0	Africa/Casablanca	35.57012	-5.91888		Ain Jdioui,Ain Jdiwi,Ain Jdoui,Aïn Jdioui,Aïn Jdiwi		01	511		
2560834	Aïn Jdid	ain-jdid	MA		0	Africa/Casablanca	31.5528	-7.90961		Ain Jdid,Aïn Jdid,Douar Ain Jdid,Douar Aïn Jdid,El Ain djedid,El Aïn djedid		07	041		
2560837	Aïn Igourramene	ain-igourramene	MA		0	Africa/Casablanca	30.5114	-7.30256		Ain Igouramen,Ain Igouramene,Ain Igourramene,Aïn Igouramene,Aïn Igouramèn,Aïn Igourramene,El Aine,El Aïne		08	401		
2560840	Douar Ain Ouhbar	douar-ain-ouhbar	MA		0	Africa/Casablanca	35.34685	-5.59685		Ain Ahabar,Ain Habbar,Ain Hebar,Aïn Ahabar,Aïn Habbar,Aïn Hebâr,Douar Ain Ouhbar		01	331		
2560841	Aïn Harrouda	ain-harrouda	MA		0	Africa/Casablanca	33.63737	-7.44971		Ain Harrouda,Ain el Harrouda,Aïn Harrouda,Aïn el Harrouda		06	371		
2560842	Aïn Hamra	ain-hamra	MA		0	Africa/Casablanca	34.73672	-3.94297				03	561		
2560845	Douar Ain Guettara	douar-ain-guettara	MA		0	Africa/Casablanca	34.47763	-4.78871		Ain Guettara,Ain Ktara,Aïn Guettara,Aïn Ktara,Douar Ain Guettara,Douar Aïn Guettara		03	531		
2560846	Aïn Guettara	ain-guettara	MA		0	Africa/Casablanca	33.90731	-3.39228		Ain Guettara,Aine Guettara,Aïn Guettara		02	265		
2560847	Aïn Guernouch	ain-guernouch	MA		0	Africa/Casablanca	33.37871	-6.67185				04	291		
2560850	Douar Aïn Gouza	douar-ain-gouza	MA		0	Africa/Casablanca	34.36253	-4.20778		Ain Gouza,Aïn Gouza,Douar Ain Gouza,Douar Aïn Gouza		03	561		
2560851	’Aïn Ghattab	ain-ghattab	MA		0	Africa/Casablanca	34.7008	-4.99267				03	531		
2560852	Ain Kharzoul	ain-kharzoul	MA		0	Africa/Casablanca	35.39781	-5.85458		Ain Garzoul,Ain Kharzoul,Aïn Garzoul		01	331		
2560853	Aïn Fritissa	ain-fritissa	MA		0	Africa/Casablanca	34.1417	-3.2274		Ain Fritissa,Aine Fritissa,Aïn Fritissa,Aïne Fritissa		02	265		
2560854	Aïn Fnâtene	ain-fnatene	MA		0	Africa/Casablanca	34.83375	-4.14384				01	051		
2560856	Aïn Fenndel	ain-fenndel	MA		0	Africa/Casablanca	34.1	-4.43				03	561		
2560857	Douar Fandal	douar-fandal	MA		0	Africa/Casablanca	34.1015	-4.43657		Ain Fendel,Ain Fenndel,Aïn Fendel,Aïn Fenndel,Douar Ain Fenndel,Douar Aïn Fenndel,Douar Fandal		03	561		
2560858	Aïn es Srhir	ain-es-srhir	MA		0	Africa/Casablanca	35.75817	-5.51428		Ain Zegouer,Ain es Srhir,Aïn Zegouer,Aïn es Srhir		01	227		
2560859	Aïn es Souk	ain-es-souk	MA		0	Africa/Casablanca	34.69237	-5.33552		Ain Souk,Ain es Souk,Aïn Souk,Aïn es Souk		01	405		
2560860	Douar Ain Souar	douar-ain-souar	MA		0	Africa/Casablanca	35.36981	-5.77711		Ain Souar,Ain es Souar,Aïn Souar,Aïn es Souar,Douar Ain Souar		01	331		
2560862	Aïn er Rmel	ain-er-rmel	MA		0	Africa/Casablanca	31.58	-7.58		Ain er Rmel,Aïn er Rmel,Douar Ain er Rmel,Douar Aïn er Rmel		07	041		
2560863	Aïn el Oudene	ain-el-oudene	MA		0	Africa/Casablanca	34.78341	-5.07034				03	531		
2560864	Aïn Lorma	ain-lorma	MA		0	Africa/Casablanca	33.89349	-5.74723		Ain Lorma,Ain el Orma,Ait Orma,Aïn Lorma,Aïn el Orma,Aït Orma		03	061		
2560865	Aïn el Mediour	ain-el-mediour	MA		0	Africa/Casablanca	30.41334	-8.89851				09	541		
2560866	Ain Ksab Ettalihya	ain-ksab-ettalihya	MA		0	Africa/Casablanca	34.75992	-5.58336		Ain Ksab,Ain Ksab Ettalihya,Ain el Ksob,Aïn Ksab,Aïn el Ksob,Douar Ain el Ksob,Douar Aïn el Ksob		01	405		
2560867	Aïn el Kraa	ain-el-kraa	MA		0	Africa/Casablanca	34.38505	-4.61306		Ain el Kraa,Aïn el Kraa,Douar Ain el Kraa,Douar Aïn el Kraa		03	531		
2560869	Aïn el Kelb	ain-el-kelb	MA		0	Africa/Casablanca	34.43323	-5.58961				04	481		
2560871	Douar Ain Hdid	douar-ain-hdid	MA		0	Africa/Casablanca	35.31067	-5.69329		Ain Hadid,Ain Hedid,Ain el Hedid,Aïn Hadid,Aïn Hedid,Aïn el Hedid,Douar Ain Hdid		01	331		
2560873	Ain Lhamra	ain-lhamra	MA		0	Africa/Casablanca	35.76435	-5.59481		Ain Lhamra,Ain el Hamra,Aïn el Hamra		01	227		
2560874	Aïn el Hamra	ain-el-hamra	MA		0	Africa/Casablanca	34.57237	-4.4757				03	531		
2560875	Aïn Hammam	ain-hammam	MA		0	Africa/Casablanca	34.03739	-5.80727		Ain Hammam,Ain el Hammam,Aïn Hammam,Aïn el Hammam		03	061		
2560876	Douar Ain Lehjal	douar-ain-lehjal	MA		0	Africa/Casablanca	34.95822	-5.726		Ain Hajel,Ain Hjal,Ain el Hajel,Aïn Hajel,Aïn Hjal,Aïn el Hajel,Douar Ain Lehjal		01	331		
2560877	Aïn el Hajar	ain-el-hajar	MA		0	Africa/Casablanca	31.65135	-9.57873		Ain el Hadjar,Ain el Hajar,Aïn el Hadjar,Aïn el Hajar,Douar Oulad Messaoud		07	211		
2560880	Aïn el Fokhokh	ain-el-fokhokh	MA		0	Africa/Casablanca	35.73647	-5.51999				01	227		
2560882	Aïn El Beïda	ain-el-beida	MA		0	Africa/Casablanca	30.43118	-9.11431		Ain Beida,Ain El Beida,Aïn Beïda,Aïn El Beïda		09	541		
2560884	Aïn el Bakar	ain-el-bakar	MA		0	Africa/Casablanca	35.16317	-5.41976				01	151		
2560886	Douar Ain El Aouda	douar-ain-el-aouda	MA		0	Africa/Casablanca	34.09859	-4.03892		Ain el Aouda,Aïn el Aouda,Douar Ain El Aouda,Douar Ain el Aouda,Douar Aïn el Aouda		03	561		
2560887	Aïn el Aonsar	ain-el-aonsar	MA		0	Africa/Casablanca	35.73466	-5.67717		Ain Ounzar,Ain el Aonsar,Aïn Ounzar,Aïn el Aonsar		01	227		
2560889	Douar Ain Adel	douar-ain-adel	MA		0	Africa/Casablanca	34.41253	-4.59771		Ain el Adel,Aïn el Adel,Douar Ain Adel,Douar Ain el Adel,Douar Aïn el Adel		03	531		
2560890	Aïn ej Jmel	ain-ej-jmel	MA		0	Africa/Casablanca	33.39794	-7.91085		Ain ej Jmel,Ain el Djemel,Aïn ej Jmel		06	117		
2560891	Aïn Jemaa	ain-jemaa	MA		0	Africa/Casablanca	34.0259	-5.79355		Ain Djemaa,Ain Jema,Ain Jemaa,Ain ej Jemaa,Aïn Djemâa,Aïn Jema,Aïn Jemaa,Aïn ej Jemâa		03	061		
2560892	Douar Ain Chouk	douar-ain-chouk	MA		0	Africa/Casablanca	35.14789	-6.12431		Ain ech Chouk,Aïn ech Chouk,Douar Ain Chouk		01	331		
2560894	Ain Dourij	ain-dourij	MA		0	Africa/Casablanca	34.61427	-5.28733		Ain Dorij,Ain Dourij,Aïn Dorij,Aïn Dourij		01	405		
2560895	Douar Ain Dokkara	douar-ain-dokkara	MA		0	Africa/Casablanca	34.31762	-4.4786		Ain Doukkara,Aïn Doukkara,Douar Ain Dokkara		03	531		
2560896	Aïn Diab, La Corniche	ain-diab-la-corniche	MA		0	Africa/Casablanca	33.5956	-7.67618				06	141		
2560897	Iztat	iztat	MA		0	Africa/Casablanca	32.99699	-4.78297		Ain Dhab,Ain Dheb,Aïn Dhab,Aïn Dheb,Iztat		08	363		
2560898	Douar ’Ayn Dfali	douar-ayn-dfali	MA		0	Africa/Casablanca	33.95363	-4.45274		Ain Dfali,Aine Efaili,Aïn Dfali,Aïne Éfaïli,Douar 'Ayn Dfali,Douar ’Ayn Dfali		03	561		
2560899	Aïn Defali	ain-defali	MA		0	Africa/Casablanca	34.58956	-5.52615		'Ain Deffali,Ain Defali,Aïn Defali,’Aïn Deffali		04	481		
2560901	Douar Ain Dalya Lkebira	douar-ain-dalya-lkebira	MA		0	Africa/Casablanca	35.66227	-5.837		Ain Dalia Kbira,Ain Dalia Kebira,Aïn Dalia Kbira,Aïn Dalia Kebira,Douar Ain Dalya Lkebira		01	511		
2560903	Aïn Chock	ain-chock	MA		0	Africa/Casablanca	33.56	-7.6		Ain Chock,Ain Chok,Aïn Chock,Aïn Chok		06	141		
2560905	Aïn Cheggag	ain-cheggag	MA		0	Africa/Casablanca	33.89286	-5.03699		Ain Cheggag,Aïn Cheggag,Ecole d'Ain Chegag,Ecole d’Aïn Chegag		03	451		
2560908	Aïn Chaïr	ain-chair	MA		0	Africa/Casablanca	32.20436	-2.51941				02	251		
2560909	Douar Ain Bousetta	douar-ain-bousetta	MA		0	Africa/Casablanca	35.68532	-5.5795		Ain Boustza,Aïn Boustza,Douar Ain Bousetta		01	227		
2560910	Douar Ain Boumahdi	douar-ain-boumahdi	MA		0	Africa/Casablanca	34.01154	-4.30788		Ain Bou Mahdi,Aïn Bou Mahdi,Douar Ain Boumahdi		03	561		
2560911	Aïn Bou Kellal	ain-bou-kellal	MA		0	Africa/Casablanca	34.35005	-3.92712		Ain Bou Kellal,Ain Bou Qellal,Aïn Bou Kellal,Aïn Bou Qellal,Kasba Bou Kellal		03	561		
2560912	Aïn Bou Hassane	ain-bou-hassane	MA		0	Africa/Casablanca	34.89267	-5.42134				01	405		
2560913	Aïn Bouchrik	ain-bouchrik	MA		0	Africa/Casablanca	34.51343	-4.95143				03	531		
2560914	Douar Ain Bouarous	douar-ain-bouarous	MA		0	Africa/Casablanca	34.37875	-4.82412		Ain Bou Arouss,Aïn Bou Arouss,Douar Ain Bouarous,Douar Ain bou Arouss,Douar Aïn bou Arouss		03	531		
2560915	Aïn Bou Allal	ain-bou-allal	MA		0	Africa/Casablanca	34.30559	-4.44155		Ain Bou Allal,Aïn Bou Allal,Douar Ain Bou Allal,Douar Aïn Bou Allal		03	561		
2560916	Ain Bou Aissa	ain-bou-aissa	MA		0	Africa/Casablanca	34.69517	-5.20013		'Ain Bou 'Issa,Ain Bou Aissa,Ain Bouassa,Aïn Bou Aïssa,Aïn Bouâssa,’Aïn Bou ’Issa		01	405		
2560917	Douar Lahra	douar-lahra	MA		0	Africa/Casablanca	35.25854	-5.81213		Ain Battiua,Ain Betioua,Aïn Betioua,Douar Lahra,Lahra		01	331		
2560918	Aïn Berria	ain-berria	MA		0	Africa/Casablanca	34.55381	-5.45687				04	481		
2560919	Aïn Berda des Beni Brahim	ain-berda-des-beni-brahim	MA		0	Africa/Casablanca	34.62258	-4.8486		Ain Berda des Beni Brahim,Ain Berdat Beni Brahim,Aïn Berda des Beni Brahim,Aïn Berdat Beni Brahim		03	531		
2560920	Douar ’Ayn Lberd	douar-ayn-lberd	MA		0	Africa/Casablanca	33.92379	-4.2798		Ain Berd,Aïn Berd,Douar 'Ayn Lberd,Douar Ain Berd,Douar Aïn Berd,Douar ’Ayn Lberd		03	561		
2560921	Aïn Beni Stitene	ain-beni-stitene	MA		0	Africa/Casablanca	33.96	-4.43				03	561		
2560922	Aïn Beni Mathar	ain-beni-mathar	MA		16289	Africa/Casablanca	34.0097	-2.03238		Ain Beni Mathar,Ajn Bni Matar,Aïn Beni Mathar,Beni Mattar Ahel Ras-el-Ain,Berguent,Ras el Ain des Beni Mathar,Ras el Aïn des Beni Mathar,Айн Бни Матар		02	275		
2560923	Ain Ben Amar	ain-ben-amar	MA		0	Africa/Casablanca	35.57873	-5.9424		Ain Ben Amar,Ain Ben Ammar,Aïn Ben Amar,Aïn Ben Ammar,Madissa Ain Ben Ahmar,Madissa Aïn Ben Ahmar		01	511		
2560924	Ain Bellout	ain-bellout	MA		0	Africa/Casablanca	35.67499	-5.8468		Ain Bellout,Ain Belot,Aïn Bellout,Aïn Belot		01	511		
2560925	Aïn Beïda	ain-beida	MA		0	Africa/Casablanca	34.98117	-4.51954				01	051		
2560926	Aïn Beïda	ain-beida	MA		0	Africa/Casablanca	34.35573	-5.59875		Ain Beida,Ain el Baida,Ain el-Beida,Aïn Beïda,Aïn el Baïda,Aïn el-Beïda		04	481		
2560927	Douar Ain Beida	douar-ain-beida	MA		0	Africa/Casablanca	33.81911	-4.52914		Ain Beida,Aïn Beïda,Douar Ain Beida		03	451		
2560928	Ain Beida	ain-beida	MA		0	Africa/Casablanca	31.58568	-8.60764		Ain Beida,Aïn Beïda		07	161		
2560929	Aïn Baïta	ain-baita	MA		0	Africa/Casablanca	35.20128	-5.7153				01	331		
2560931	Aïn Arsa	ain-arsa	MA		0	Africa/Casablanca	34.69288	-5.26732				01	405		
2560932	Ain Arouss	ain-arouss	MA		0	Africa/Casablanca	35.41542	-5.51311		Ain Aros,Ain Arouss,Aïn Aros,Aïn Arouss		01	571		
2560934	Douar Ain Aghbal	douar-ain-aghbal	MA		0	Africa/Casablanca	34.0888	-4.30204		Ain Arhbal,Aïn Arhbal,Douar Ain Aghbal,Douar Ain Arhbal,Douar Aïn Arhbal		03	561		
2560936	Douar Ain Hamra	douar-ain-hamra	MA		0	Africa/Casablanca	35.36125	-5.96979		Ain Amara,Ain Hamara,Aïn Amara,Aïn Hamara,Douar Ain Hamra		01	511		
2560938	Douar Aïn El Beïda	douar-ain-el-beida	MA		0	Africa/Casablanca	34.42657	-4.1266		Ain al Beida,Aïn al Beïda,Douar Ain El Beida,Douar Aïn El Beïda		03	561		
2560939	Ain El Aouda	ain-el-aouda	MA		0	Africa/Casablanca	33.80333	-6.79461		'Ain al 'Awda,'Ain el 'Aouda,Ain El Aouda,Ain el Aouda,Ain el Apuda,Aïn el Aouda,Aïn el Apuda,’Aïn al ’Awda,’Aïn el ’Aouda		04	501		
2560940	Ain Aicha	ain-aicha	MA		0	Africa/Casablanca	34.46103	-4.69026		Ain Aicha,Ain Alcha,Aïn Aïcha		03	531		
2560941	Aïn Ahmed	ain-ahmed	MA		0	Africa/Casablanca	34.65649	-5.08341		Ain Ahmed,Ain Ahmed Ouled Kacem,Aïn Ahmed,Aïn Ahmed Ouled Kacem		03	531		
2560943	Aïn Achboun	ain-achboun	MA		0	Africa/Casablanca	34.77158	-4.06227				03	561		
2560944	Aymour	aymour	MA		0	Africa/Casablanca	29.63404	-9.04231		Aimou,Aimour,Aymour,Aïmour		09	581		
2560945	Aïlef	ailef	MA		0	Africa/Casablanca	34.23	-5.05				03	591		
2560946	Aïla	aila	MA		0	Africa/Casablanca	35.02994	-5.31856				01	151		
2560948	Aï Kerma	ai-kerma	MA		0	Africa/Casablanca	35.31711	-5.91589				01	331		
2560949	Aïggo	aiggo	MA		0	Africa/Casablanca	29.73596	-8.26286		Aiggo,Aigo,Aygour,Aïggo,Aïgo		09	551		
2560952	Douar Ayelmame	douar-ayelmame	MA		0	Africa/Casablanca	34.32797	-4.22814		Aielmam,Aïelmam,Douar Ayelmame		03	561		
2560958	Aïchtoum	aichtoum	MA		0	Africa/Casablanca	34.63374	-4.47073				03	531		
2560959	Aïch Tebene	aich-tebene	MA		0	Africa/Casablanca	35.15	-4.03		Aich Teben,Aich Tebene,Aïch Tebene		01	051		
2560960	Douar Aychoune	douar-aychoune	MA		0	Africa/Casablanca	33.72831	-4.55275		Aichoun,Aïchoun,Douar Aychoune		03	451		
2560962	Douar Azib Aicha Rahhou	douar-azib-aicha-rahhou	MA		0	Africa/Casablanca	34.15909	-5.46284		Aicha Raho,Aïcha Raho,Douar Aicha Rahho,Douar Azib Aicha Rahhou,Douar Aïcha Rahho		03	061		
2560964	’Lycha- -n-Bal Lahsene	lycha-n-bal-lahsene	MA		0	Africa/Casablanca	32.61966	-4.63162		'Lycha- -n-Bal Lahsene,Aicha Bel Lahsene,Aicha bel Lahsen,Aicha ben Lahcen,Aïcha Bel Lahsene,Aïcha bel Lahsen,’Lycha- -n-Bal Lahsene		08	363		
2560974	Ayaouach	ayaouach	MA		0	Africa/Casablanca	35.39415	-5.46121		Aiaouech,Ayaouach		01	571		
2560975	Douar La’yayta	douar-la-yayta	MA		0	Africa/Casablanca	32.33023	-6.50172		Aiaeta,Aïaeta,Douar La'yayta,Douar La’yayta		05	091		
2560982	Ahzîm el Foûkâni	ahzim-el-foukani	MA		0	Africa/Casablanca	35.15071	-3.71356		Ahzim el Foukani,Ahzîm el Foûkâni,Hassien El Fokani,Hassiene el Fokam		02	167		
2560984	Ahsane	ahsane	MA		0	Africa/Casablanca	31.63673	-7.58642		Ahsaan,Ahsane,Ahsaân,Douar Ahsane		07	191		
2560985	Ahriz	ahriz	MA		0	Africa/Casablanca	34.92231	-5.44505		Ahriz,El Harraiz,El Harraïz		01	405		
2560996	Ahouinez	ahouinez	MA		0	Africa/Casablanca	32.65	-5.51				05	301		
2560997	Douar Ahoufi	douar-ahoufi	MA		0	Africa/Casablanca	33.73779	-4.63218		Ahoufi,Douar Ahoufi		03	451		
2561000	Ahobra	ahobra	MA		0	Africa/Casablanca	35.42664	-5.35467				01	571		
2561003	Khniys	khniys	MA		0	Africa/Casablanca	32.65991	-4.73621		Ahnis,Khniss,Khniys		08	363		
2561005	Akhnaou	akhnaou	MA		0	Africa/Casablanca	31.49487	-7.75804		Ahnaou,Akhnaou		07	041		
2561006	Douar Hmiri	douar-hmiri	MA		0	Africa/Casablanca	34.84956	-6.20586		Ahmiri,Douar Hmiri		04	281		
2561011	Ahmed Salem	ahmed-salem	MA		0	Africa/Casablanca	31.49459	-8.35749		Ahmed Salem,Douar Ahmed Salem		07	161		
2561013	Douar Ahmed Ouled Ben Kahia	douar-ahmed-ouled-ben-kahia	MA		0	Africa/Casablanca	34.30519	-3.79917		Ahmed Oulad Kahia,Ahmed Ouled Ben Kahia,Douar Ahmed Ouled Ben Kahia		02	265		
2561016	Ahl Hammou Ou Ali	ahl-hammou-ou-ali	MA		0	Africa/Casablanca	29.12138	-10.14705		Ahal Hammou ou 'Ali,Ahal Hammou ou ’Ali,Ahi Hammou ou 'Ali,Ahi Hammou ou ’Ali,Ahl Hammou Ou Ali,Ahmed Ou Ali,Ahmed U Ali,Hamed U Ali		10	473		
2561017	Ahmed Id Inun	ahmed-id-inun	MA		0	Africa/Casablanca	29.18	-10.1				10	473		
2561018	Al ’Arbi Bel Hachmi	al-arbi-bel-hachmi	MA		0	Africa/Casablanca	32.02857	-8.17086		Ahmed Bel-Hachmi,Ahmed Ben el Hachemi,Ahmed Bou el Hachemi,Al 'Arbi Bel Hachmi,Al ’Arbi Bel Hachmi,Douar Ahmed Ben el Hachemi,Larbi Hachemi,Larbi Hachmi		07	351		
2561019	Douar Ahmed Ben Jilali	douar-ahmed-ben-jilali	MA		0	Africa/Casablanca	31.64941	-9.32991		Ahmed Ben Jilali Fejrih,Douar Ahmed Ben Jilali,Douar Djilali Ben Fedjerj,Douar Jilali ben Fejeri		07	211		
2561021	Douar Lahmamda	douar-lahmamda	MA		0	Africa/Casablanca	31.8015	-9.04086		Ahmed Ben Hammadi,Al Hamamda,Al Hmamda,Douar Lahmamda,El Hamamda		07	211		
2561023	Ahmed ben Ali	ahmed-ben-ali	MA		0	Africa/Casablanca	30.46702	-6.03048				08	587		
2561024	Ahmed Allal	ahmed-allal	MA		0	Africa/Casablanca	34.91	-3.55				02	167		
2561050	Douar Ahmed Yah	douar-ahmed-yah	MA		0	Africa/Casablanca	32.2703	-8.23251		Ahmadnah,Douar Ahmed Yah		07	427		
2561051	Ahl Zrâa	ahl-zraa	MA		0	Africa/Casablanca	33.75	-4.61		Ahl Zraa,Ahl Zrâa,Zaraa,Zaraâ		03	451		
2561052	Alaouzadn	alaouzadn	MA		0	Africa/Casablanca	30.90972	-9.51921		Ahl Zoun,Alaouzadn		07	211		
2561054	Ahl Zaouia	ahl-zaouia	MA		0	Africa/Casablanca	34.21157	-5.30243		Ahl Zaouia,El Zaouia,El Zaouïa		03	591		
2561055	Douar Ahl Ezzaouia	douar-ahl-ezzaouia	MA		0	Africa/Casablanca	34.13412	-5.33198		Ahl Zaouia,Douar Ahl Ezzaouia		03	591		
2561056	Ahl Zaouia	ahl-zaouia	MA		0	Africa/Casablanca	34.13036	-4.13845		Ahl Zaouia,Douar Ahl Zaouia		03	561		
2561057	Ahi Zawya	ahi-zawya	MA		0	Africa/Casablanca	33.40616	-3.58145		Ahi Zawya,Ahl Zaouia		03	131		
2561068	Douar Ahl Souss	douar-ahl-souss	MA		0	Africa/Casablanca	32.42276	-6.52877		Ahl Souss,Douar Ahl Souss		05	255		
2561070	Ahl Salane	ahl-salane	MA		0	Africa/Casablanca	29.17541	-10.20496		Ahel Salah,Ahl Salane		10	473		
2561074	Douar Ahl Errif	douar-ahl-errif	MA		0	Africa/Casablanca	34.17055	-5.37853		Ahl Rif,Ahl Rif Tadla,Douar Ahl Errif		03	061		
2561080	Ahloula	ahloula	MA		0	Africa/Casablanca	34.79722	-5.12512		Ahloula,Heloula		01	151		
2561084	Ahl Metanou	ahl-metanou	MA		0	Africa/Casablanca	29.63	-9.96		Ahl Metanou,Alamtou,Alemtanou		09	581		
2561086	Douar Ahl Marba’	douar-ahl-marba	MA		0	Africa/Casablanca	32.46887	-6.58707		Ahl Marba,Douar Ahl Marba',Douar Ahl Marba’		05	255		
2561088	Ahl Lahrima	ahl-lahrima	MA		0	Africa/Casablanca	31.40324	-8.63586		Ahl Lahrima,Douar Ait Akrima,Douar Aït Akrima		07	161		
2561089	Ahl Khwatra	ahl-khwatra	MA		0	Africa/Casablanca	33.85361	-4.27396		Ahl Khouatra,Ahl Khwatra		03	451		
2561090	Ahl Jader	ahl-jader	MA		0	Africa/Casablanca	29.23	-10.26				10	473		
2561091	Ahl Imoula	ahl-imoula	MA		0	Africa/Casablanca	34.5741	-4.19276		Ahel Imoula,Ahl Imoula		03	561		
2561094	Ahl Embark Housseïn	ahl-embark-houssein	MA		0	Africa/Casablanca	29.13102	-10.1826		Ahel Embare U Said,Ahel Embarec U Said,Ahl Embark Houssein,Ahl Embark Housseïn,Ahr Embark Houseine,Ahr Embark Houseïne		10	473		
2561096	Douar Ahl El Oued	douar-ahl-el-oued	MA		0	Africa/Casablanca	34.49599	-4.24998		Aheli el Oued,Ahl el Oued,Douar Ahl El Oued		03	561		
2561098	El Maader El Kabir	el-maader-el-kabir	MA		0	Africa/Casablanca	29.75673	-9.65545		Ahl Maader el Kebir,Ahl Mader,Ahl el Mader,El Maader El Kabir		09	581		
2561099	Douar Ahl Yaich Bou Koudia	douar-ahl-yaich-bou-koudia	MA		0	Africa/Casablanca	32.36855	-8.34504		Ahl el Aich,Ahl el Aïch,Douar Ahl Yaich Bou Koudia,Douar Oulad Aich,Douar Oulad Aïch		07	427		
2561105	Ahl Chaïf	ahl-chaif	MA		0	Africa/Casablanca	32.34764	-9.26835		Ahl Chaif,Ahl Chaïf,Chaif,Chaïf,Douar Ahl Chaif,Douar Ahl Chaïf		07	431		
2561113	Ahl Amalou	ahl-amalou	MA		0	Africa/Casablanca	34.56714	-4.29329		Ahl Amalou,Akel Amalou		03	561		
2561114	Ahl Allouch	ahl-allouch	MA		0	Africa/Casablanca	33.4036	-3.59414				03	131		
2561119	Ahl Admeur	ahl-admeur	MA		0	Africa/Casablanca	33.88754	-3.29445		Ahl Admer,Ahl Admeur,Ahl Admour		02	265		
2561120	Ahiout El Kohia	ahiout-el-kohia	MA		0	Africa/Casablanca	32.74227	-9.01651		Ahiout El Kohia,Douar Ahiout El Kohia		06	467		
2561124	Ahfir	ahfir	MA		19611	Africa/Casablanca	34.95368	-2.10027		Ahfir,Martimprey du Kiss	0811301011	02	113	0811301011	
2561125	Ahfir	ahfir	MA		0	Africa/Casablanca	34.9	-3.61				02	167		
2561126	Ahermoumou	ahermoumou	MA		0	Africa/Casablanca	33.83	-4.4		Ahermoumou		03	451		
2561128	Ahel Sour	ahel-sour	MA		0	Africa/Casablanca	34.04905	-3.78141		Ahel Sour,Ahl as Sour,Douar Ahel Sour		02	265		
2561129	Ahlou	ahlou	MA		0	Africa/Casablanca	35.42944	-5.43067		Ahelou,Ahlou		01	571		
2561131	Ahel Kourt	ahel-kourt	MA		0	Africa/Casablanca	31.18397	-6.18961				08	577		
2561132	Ahel Horsi	ahel-horsi	MA		0	Africa/Casablanca	29.20153	-10.13129		Ahel Hors,Ahel Horsi,Ahel Jors		10	473		
2561133	Ahel Hamed Aram	ahel-hamed-aram	MA		0	Africa/Casablanca	29.15	-10.18				10	473		
2561134	Ahel Fregat	ahel-fregat	MA		0	Africa/Casablanca	29.33369	-10.19102				10	473		
2561135	Ahel Derhane	ahel-derhane	MA		0	Africa/Casablanca	34.11262	-4.18369		Ahel Derhane,Douar Ahel Derhane		03	561		
2561136	Aheji	aheji	MA		0	Africa/Casablanca	31.61	-7.53		Aheji,Darou,Douar Aheji		07	041		
2561149	Id Ourich	id-ourich	MA		0	Africa/Casablanca	31.24827	-9.75259		Borj d'Ahamorhra,Borj d’Ahamorhra,Id Ourich		07	211		
2561150	Ahammar	ahammar	MA		0	Africa/Casablanca	34.70527	-4.98161				03	531		
2561151	Douar Ahmmar	douar-ahmmar	MA		0	Africa/Casablanca	35.74728	-5.88032		Ahamar,Ahammar,Douar Ahmmar,El Hammar		01	511		
2561159	Agzdou n’Imasgat	agzdou-n-imasgat	MA		0	Africa/Casablanca	31.15	-4.93				08	577		
2561160	Agdz	agdz	MA		0	Africa/Casablanca	30.45203	-7.92181		Agdez Ait Fenzer,Agdez Aït Fenzer,Agdz,Agz		09	541		
2561161	Aguni	aguni	MA		0	Africa/Casablanca	29.48	-10.06				10	473		
2561165	Aguinane	aguinane	MA		0	Africa/Casablanca	30.21	-7.56		Agouni,Aguinane		09	551		
2561167	Aguezzrane	aguezzrane	MA		0	Africa/Casablanca	29.14755	-10.01334				10	473		
2561172	Aguerzga	aguerzga	MA		0	Africa/Casablanca	31.30515	-6.71598		Aguerzga,Aguerzgua		08	401		
2561173	Aguerzegua	aguerzegua	MA		0	Africa/Casablanca	31.21845	-6.8844		Aguerzaga,Aguerzegua,Aguerzga		08	401		
2561174	Aguerzaka	aguerzaka	MA		0	Africa/Casablanca	31.4986	-6.11725		Aguerzaka,Aguerzeka,Aguerzga,Aguerzouka		08	577		
2561176	Aguerzaguene	aguerzaguene	MA		0	Africa/Casablanca	29.66669	-7.99841		Aguerzaguel,Aguerzaguen,Aguerzaguene		09	551		
2561177	Douar Aguerd	douar-aguerd	MA		0	Africa/Casablanca	31.61893	-9.30005		Aguert,Douar Aguerd,Douar el Bekr Oulad Alem		07	211		
2561178	Aguer Souak	aguer-souak	MA		0	Africa/Casablanca	30.82904	-9.42991				09	001		
2561179	Aguersioual	aguersioual	MA		0	Africa/Casablanca	31.16048	-7.92485		Aguerrioual,Aguersioual		07	041		
2561180	Aguersili	aguersili	MA		0	Africa/Casablanca	31.00718	-8.74457		Aguersili,Aguerssagene,Aguerssagène		07	161		
2561184	Agarsaffane	agarsaffane	MA		0	Africa/Casablanca	30.81046	-8.42509		Agarsafen,Agarsaffane,Aguersafen,Aguersafene,Aguersafèn		09	541		
2561185	Agarsafane	agarsafane	MA		0	Africa/Casablanca	30.76594	-8.14357		Agarsafane,Aguersafen,Aguersafene,Aguersaffene,Aguersafèn		09	541		
2561195	Aguerka	aguerka	MA		0	Africa/Casablanca	30.31	-8.4				09	541		
2561198	Douar Aguergour	douar-aguergour	MA		0	Africa/Casablanca	31.29317	-8.08135		Aguergour,Douar Aguergour		07	041		
2561200	Aguerdz	aguerdz	MA		0	Africa/Casablanca	30.45	-7.88		Aguerde Madiden,Aguerdz		09	541		
2561201	Agard Ouzrou	agard-ouzrou	MA		0	Africa/Casablanca	29.81936	-9.12166		Agard Ouzrou,Aguerd Ouzrou		09	163		
2561202	Aguerd Ousguine	aguerd-ousguine	MA		0	Africa/Casablanca	30.74092	-8.76813		Agerd Ousgine,Aguerd Ousguine,Ousguine Aguerd		09	541		
2561204	Agard-n-Oudrar	agard-n-oudrar	MA		0	Africa/Casablanca	30.00362	-8.40862		Agard-n-Oudrar,Jebel Aguerd Oudrar		09	541		
2561207	Agrd Wwalous	agrd-wwalous	MA		0	Africa/Casablanca	29.5407	-9.23731		Agrd Wwalous,Aguerd Oualouss,Aguerd Oualouz		09	581		
2561208	Aguerd-n-Tassoukt	aguerd-n-tassoukt	MA		0	Africa/Casablanca	30.81433	-8.59545		Aguerd,Aguerd n' Tsoukt,Aguerd n’ Tsoukt,Aguerd-n-Tassoukt		09	541		
2561209	Agard-n-Tawrirt	agard-n-tawrirt	MA		0	Africa/Casablanca	30.19629	-8.57517		Agard-n-Tawrirt,Aguerd n' Tourirt,Aguerd n' Towrirt,Aguerd n’ Tourirt,Aguerd n’ Towrirt		09	541		
2561210	Agard-n-Tighirt	agard-n-tighirt	MA		0	Africa/Casablanca	30.15431	-8.84626		Agard-n-Tighirt,Aguerd n' Tourirt,Aguerd n’ Tourirt		09	541		
2561211	Agard-n-Tizi	agard-n-tizi	MA		0	Africa/Casablanca	30.08591	-8.60736		Agard-n-Tizi,Aguerd n' Tizi,Aguerd n’ Tizi		09	541		
2561400	Agouni	agouni	MA		0	Africa/Casablanca	31.06899	-7.48898				08	401		
2561212	Agrd-n-Tizi	agrd-n-tizi	MA		0	Africa/Casablanca	29.952	-8.73764		Agrd-n-Tizi,Aguer Dnitisi,Aguerd n'Tizi,Aguerd n’Tizi		09	541		
2561213	Agard-n-Taghzout	agard-n-taghzout	MA		0	Africa/Casablanca	30.05078	-8.9166		Agard-n-Taghzout,Aguerd n' Tarhzout,Aguerd n’ Tarhzout		09	541		
2561214	Aguerd n’Tafoukt	aguerd-n-tafoukt	MA		0	Africa/Casablanca	32.31187	-5.80857				05	091		
2561215	Aguerd n’Ouzrou	aguerd-n-ouzrou	MA		0	Africa/Casablanca	31.65408	-6.44038				05	081		
2561216	Aguerd n’Ouzrou	aguerd-n-ouzrou	MA		0	Africa/Casablanca	31.28773	-6.55893				08	401		
2561218	Agardane-Ou-Zaghar	agardane-ou-zaghar	MA		0	Africa/Casablanca	30.85153	-7.8169		Agardane-Ou-Zaghar,Aguerd n' Ousrar,Aguerd n' Ouzarhar,Aguerd n’ Ousrar,Aguerd n’ Ouzarhar		09	541		
2561219	Aguerd n’Oussoul	aguerd-n-oussoul	MA		0	Africa/Casablanca	32.25169	-6.2398				05	081		
2561221	Aguerd n’Ourtane	aguerd-n-ourtane	MA		0	Africa/Casablanca	31.19124	-7.76904		Aguerd n Ourtene,Aguerd n'Ourtane,Aguerd n’Ourtane		07	041		
2561222	Agard-n-Oughray	agard-n-oughray	MA		0	Africa/Casablanca	30.51693	-8.15915		Agard-n-Oughray,Aguerd,Aguerd n' Ourhai,Aguerd n’ Ourhaï		09	541		
2561224	Agard-n-Ouliliy	agard-n-ouliliy	MA		0	Africa/Casablanca	30.32191	-7.77431		Agard-n-Ouliliy,Agarde noulili,Aguerd n' Oulili,Aguerd n’ Oulili		09	541		
2561225	Aguerd n’Ou Issil	aguerd-n-ou-issil	MA		0	Africa/Casablanca	31.1387	-7.59416		Aguerd issil,Aguerd n Issil,Aguerd n Issîl,Aguerd n'Ou Issil,Aguerd n’Ou Issil		08	401		
2561226	Agard-n-ou-Gadir	agard-n-ou-gadir	MA		0	Africa/Casablanca	30.84617	-7.89837		Agard-n-ou-Gadir,Agarde nougadir,Aguerd n' Ougadir,Aguerd n’ Ougadir		09	541		
2561227	Agard-n-Oudrar	agard-n-oudrar	MA		0	Africa/Casablanca	30.6909	-7.76161		Agard-n-Oudrar,Aguad noudiar,Aguerd n' Oudrar,Aguerd n’ Oudrar		09	541		
2561228	Agard-n-Walous	agard-n-walous	MA		0	Africa/Casablanca	30.19992	-8.50819		Agard-n-Walous,Aguerd n' Oualous,Aguerd n’ Oualous		09	541		
2561229	Aguerd n’Ou Addouz	aguerd-n-ou-addouz	MA		0	Africa/Casablanca	31.19222	-7.46715		Agord n'ouadouz,Agord n’ouadouz,Aguerd n'Ou Addouz,Aguerd n’Ou Addouz		08	401		
2561231	Agard-n-Oumlil	agard-n-oumlil	MA		0	Africa/Casablanca	30.04431	-8.77746		Agard-n-Oumlil,Aguerd n' Imelil,Aguerd n’ Imelil		09	541		
2561232	Agard	agard	MA		0	Africa/Casablanca	30.2231	-8.66702		Agard,Aguerd n' Ikoubilen,Aguerd n' Ikoubilene,Aguerd n’ Ikoubilene,Aguerd n’ Ikoubilèn		09	541		
2561233	Aguerd n’Doudad	aguerd-n-doudad	MA		0	Africa/Casablanca	29.69566	-8.96499		Aguerd Ou Dad,Aguerd n'Doudad,Aguerd n’Doudad		09	581		
2561234	Aguerd n’Aït Oumani	aguerd-n-ait-oumani	MA		0	Africa/Casablanca	30.54548	-9.41948		Agerd,Agerd Ougoui,Aguerd,Aguerd n'Ait Oumani,Aguerd n’Aït Oumani		09	001		
2561235	Aguerd-n-’Ayssa	aguerd-n-ayssa	MA		0	Africa/Casablanca	30.25704	-8.67532		Aguerd n' Aissa,Aguerd n’ Aïssa,Aguerd-n-'Ayssa,Aguerd-n-’Ayssa,Aguerdane		09	541		
2561236	Agard Imoul	agard-imoul	MA		0	Africa/Casablanca	29.83621	-9.01963		Agard Imoul,Aguerd Imoul		09	163		
2561237	Aguerd Imelal	aguerd-imelal	MA		0	Africa/Casablanca	29.50821	-8.82876				09	581		
2561240	Aguerdane	aguerdane	MA		0	Africa/Casablanca	30.29421	-8.2921		Agardane,Aguerdane		09	541		
2561241	Agardane	agardane	MA		0	Africa/Casablanca	29.94176	-8.83401		Agardane,Aguerdane		09	541		
2561242	Agarda	agarda	MA		0	Africa/Casablanca	30.99447	-8.04205		Agarda,Aguerda,Auguardine		07	041		
2561243	Aguirda	aguirda	MA		0	Africa/Casablanca	29.98989	-8.66396		Aguerda,Aguirda		09	541		
2561246	Aguerd	aguerd	MA		0	Africa/Casablanca	31.31107	-6.50678				08	401		
2561247	Agard	agard	MA		0	Africa/Casablanca	31.2784	-7.66012		Agard,Agarde,Aguerd		07	041		
2561248	Aguerd	aguerd	MA		0	Africa/Casablanca	31.12557	-8.86296				07	161		
2561249	Aguerd	aguerd	MA		0	Africa/Casablanca	31.13098	-8.18231		Aguer,Aguerd		07	041		
2561250	Aguerd	aguerd	MA		0	Africa/Casablanca	30.77785	-8.76527				09	541		
2561251	Agard	agard	MA		0	Africa/Casablanca	30.69726	-8.1315		Agard,Aguerd		09	541		
2561252	Aguerd	aguerd	MA		0	Africa/Casablanca	30.27024	-7.06248				09	551		
2561253	Agard	agard	MA		0	Africa/Casablanca	30.18793	-8.80335		Agard,Aguerd		09	541		
2561254	Aguerd	aguerd	MA		0	Africa/Casablanca	29.77254	-9.29513		Agrd,Aguerd		09	581		
2561255	Aguerd	aguerd	MA		0	Africa/Casablanca	29.16392	-8.94972				09	551		
2561258	Aguenza	aguenza	MA		0	Africa/Casablanca	30.75911	-9.14522		Aguenza,Aguinza		09	541		
2561260	Agansou-n-Warg	agansou-n-warg	MA		0	Africa/Casablanca	31.45833	-6.88869		Agansou-n-Warg,Aguensou n' Ouarg,Aguensou n’ Ouarg,Aguensou-n-Warg		05	081		
2561261	Aguensouk	aguensouk	MA		0	Africa/Casablanca	31.51	-7.2				07	041		
2561262	Agansou	agansou	MA		0	Africa/Casablanca	31.47041	-7.12789		Agansou,Aguensouk		05	081		
2561263	Agansou	agansou	MA		0	Africa/Casablanca	31.46095	-7.22648		Agansou,Aguennsou,Aguensou		07	041		
2561269	Aguendir	aguendir	MA		0	Africa/Casablanca	29.46	-9.98				10	473		
2561271	Agard	agard	MA		0	Africa/Casablanca	30.487	-7.80894		Agard,Aguend		09	541		
2561278	Agalz	agalz	MA		0	Africa/Casablanca	30.82549	-8.42509		Agalz,Aguelz		09	541		
2561279	Aguelz	aguelz	MA		0	Africa/Casablanca	30.30648	-8.80899		Aguells,Aguelz		09	541		
2561280	Agalz	agalz	MA		0	Africa/Casablanca	30.47944	-8.18426		Agalz,Aguelz		09	541		
2561282	Agllouy	agllouy	MA		0	Africa/Casablanca	29.55164	-9.25638		Agllouy,Agloui,Aglouï,Agueloui		09	581		
2561290	Aguelmous	aguelmous	MA		0	Africa/Casablanca	33.16139	-5.84626		Aguelmous,Aguelmouss	1330105032	05	301	1330105032	
2561293	Aguelmous	aguelmous	MA		0	Africa/Casablanca	31.3847	-7.84825		Aguelmous,Douar Aguelmous,El Galmousse		07	041		
2561294	Agalmous	agalmous	MA		0	Africa/Casablanca	31.26741	-7.41072		Agalmous,Aguelmouns,Aguelmous		08	401		
2561296	Aguelman	aguelman	MA		0	Africa/Casablanca	33.05759	-5.038				03	271		
2561297	Aguelloui	aguelloui	MA		0	Africa/Casablanca	29.24102	-9.17563				10	261		
2561298	Aguelliz	aguelliz	MA		0	Africa/Casablanca	29.73814	-8.19077		Agouliz,Agoulliz,Aguelliz		09	551		
2561300	Aguelf	aguelf	MA		0	Africa/Casablanca	30.319	-8.79276				09	541		
2561301	Aguekimene	aguekimene	MA		0	Africa/Casablanca	35.224	-5.66196		Aguekimene,El Tayene,El Tayène		01	331		
2561302	Aguejsal	aguejsal	MA		0	Africa/Casablanca	29.18685	-10.26589		Aguejsal,Ahel Embuircai,Ahel Embuircal		10	473		
2561303	Ajguejal	ajguejal	MA		0	Africa/Casablanca	31.22173	-9.26771		Agejgal,Agjal,Aguedjal,Aguejal,Ajguejal		07	211		
2561305	Akdim	akdim	MA		0	Africa/Casablanca	32.07009	-5.47551		Aguedim,Akdim,Aqdim		08	363		
2561308	Aguechgal	aguechgal	MA		0	Africa/Casablanca	29.18691	-10.263		Aguechgal,Aguejsgal		10	473		
2561310	Aguebt	aguebt	MA		0	Africa/Casablanca	30.56023	-6.13477		Aagoubt,Aguebt,Aâgoubt		08	587		
2561311	Aguebal	aguebal	MA		0	Africa/Casablanca	34.79711	-4.62368				01	051		
2561313	Aktwoun	aktwoun	MA		0	Africa/Casablanca	30.47414	-7.88741		Actaoun,Agtououn,Agtououne,Aktwoun		09	541		
2561314	Agtal	agtal	MA		0	Africa/Casablanca	29.82099	-8.92806		Agtal,Agtel		09	541		
2561315	Agziym	agziym	MA		0	Africa/Casablanca	29.67914	-9.26176		Agsime,Agziym		09	581		
2561316	Agserane	agserane	MA		0	Africa/Casablanca	30.31	-8.41				09	541		
2561317	Agsarane	agsarane	MA		0	Africa/Casablanca	31.25936	-7.80183		Aghazzane,Agsarane		07	041		
2561322	Agroun Moblar	agroun-moblar	MA		0	Africa/Casablanca	29.17335	-10.22495		Agroun Moblar,Agrun Moblar		10	473		
2561324	Agourgoum	agourgoum	MA		0	Africa/Casablanca	29.7414	-9.29353		Agourgoum,Agrougoum,Aguergoum		09	581		
2561325	Agrougnane	agrougnane	MA		0	Africa/Casablanca	29.16015	-10.09257		Agrougnane,Agurmaman,Ougrar		10	473		
2561326	Aguriyz	aguriyz	MA		0	Africa/Casablanca	29.71363	-9.43348		Agriz,Aguriyz		09	581		
2561327	Agriri	agriri	MA		0	Africa/Casablanca	35.05207	-5.10891				01	151		
2561329	Agrillawn	agrillawn	MA		0	Africa/Casablanca	30.8562	-7.59457		Agrilaou,Agrilaoun,Agrillawn		08	401		
2561334	Aghren Kadi	aghren-kadi	MA		0	Africa/Casablanca	35.01983	-5.32488		Aghren Kadi,Agram Kadi,Arhren Kadi		01	151		
2561335	Douar Aghrem	douar-aghrem	MA		0	Africa/Casablanca	35.15167	-5.42919		Aghram,Agram,Douar Aghrem		01	151		
2561336	Aghrem	aghrem	MA		0	Africa/Casablanca	34.93313	-5.20205		Aghram,Aghrem,Aghren,Agram,Sidi Agram		01	151		
2561337	Agralioun	agralioun	MA		0	Africa/Casablanca	31.22634	-6.55365				08	401		
2561338	Douar Aghriyine	douar-aghriyine	MA		0	Africa/Casablanca	35.50265	-5.61781		Agral,Douar Aghriyine		01	571		
2561339	Agouti el Foukani	agouti-el-foukani	MA		0	Africa/Casablanca	31.3863	-6.19547				08	577		
2561340	Agouti	agouti	MA		0	Africa/Casablanca	31.63861	-6.48614		Agouti,Agouti Amazdar		05	081		
2561341	Agouti	agouti	MA		0	Africa/Casablanca	31.19076	-9.18239		Agoute,Agouti		07	161		
2561346	Agourout	agourout	MA		0	Africa/Casablanca	29.22106	-10.19462		Agourout,Agurru		10	473		
2561349	Agourgoum	agourgoum	MA		0	Africa/Casablanca	29.72319	-9.03666		Agourgoum,Agourgouma		09	581		
2561350	Agouremt	agouremt	MA		0	Africa/Casablanca	29.96	-9				09	163		
2561351	Agourd ou Mzoul	agourd-ou-mzoul	MA		0	Africa/Casablanca	29.76572	-9.33298		Agourd ou Mzoul,Aguerd Oussoul		09	581		
2561352	Agourdouar	agourdouar	MA		0	Africa/Casablanca	29.75	-9.35				09	581		
2561353	Agard	agard	MA		0	Africa/Casablanca	31.4504	-7.22781		Agard,Agourd		07	041		
2561354	Agrd	agrd	MA		0	Africa/Casablanca	29.61596	-9.41901		Agourd,Agourde,Agrd		09	581		
2561357	Agourai	agourai	MA		0	Africa/Casablanca	33.64365	-5.59006		Agourai,Agouraï		03	171		
2561358	Agouraï	agourai	MA		0	Africa/Casablanca	33.63	-5.58				03	171		
2561359	Agouraï	agourai	MA		0	Africa/Casablanca	32.04374	-6.08303		Agourai,Agourai n' Ait Tamjoute,Agouraï,Agouraï n’ Aït Tamjoute,Ait Tamjout,Aït Tamjout		05	081		
2561364	Agouns-n-Iyissal	agouns-n-iyissal	MA		0	Africa/Casablanca	30.16859	-8.27151		Agouns n' Iyssil,Agouns n’ Iyssil,Agouns-n-Iyissal		09	541		
2561365	Aït Mrane	ait-mrane	MA		0	Africa/Casablanca	29.65152	-9.27777		Agouni,Agounsi,Ait Mrane,Aït Mrane		09	581		
2561366	Asgoun	asgoun	MA		0	Africa/Casablanca	31.27851	-7.2584		Agounsi,Asgoun		08	401		
2561368	Aguennzane	aguennzane	MA		0	Africa/Casablanca	30.6975	-8.895		Agensane,Agounsane,Aguennzane,Aguenzane		09	541		
2561369	Agounsa	agounsa	MA		0	Africa/Casablanca	30.76809	-8.86025		Agounsa,Agoursa		09	541		
2561370	Agouni Ou Ram	agouni-ou-ram	MA		0	Africa/Casablanca	29.32141	-9.44628				10	473		
2561371	Agni Ou Garram	agni-ou-garram	MA		0	Africa/Casablanca	30.12242	-8.32386		Agni Ou Garram,Agouni Ougouram		09	541		
2561373	Agni-n-Tlata	agni-n-tlata	MA		0	Africa/Casablanca	30.58733	-7.84518		Agni en Talata,Agni-n-Tlata,Agouni n' Tleta,Agouni n’ Tleta		09	541		
2561374	Agouni n’ Ou M’Smessa	agouni-n-ou-m-smessa	MA		0	Africa/Casablanca	30.54438	-8.11873				09	541		
2561375	Agni-n-Oudardour	agni-n-oudardour	MA		0	Africa/Casablanca	30.58807	-7.89933		Agni-n-Oudardour,Agouni n' Ouderdour,Agouni n’ Ouderdour		09	541		
2561377	Agouni-n-Wagag	agouni-n-wagag	MA		0	Africa/Casablanca	30.27053	-8.5173		Agouni n' Ouaggag,Agouni n' Ouaggoug,Agouni n’ Ouaggag,Agouni n’ Ouaggoug,Agouni-n-Wagag		09	541		
2561379	Agni-n-Willoun	agni-n-willoun	MA		0	Africa/Casablanca	30.65933	-7.85281		Agni Idouillouir,Agni-n-Willoun,Agouni n' Id Ou Illoun,Agouni n’ Id Ou Illoun		09	541		
2561380	Agni-n-Fad	agni-n-fad	MA		0	Africa/Casablanca	30.60655	-8.1291		Agni Nfad,Agni-n-Fad,Agouni n' Fat,Agouni n’ Fat		09	541		
2561384	Agouni Melloul	agouni-melloul	MA		0	Africa/Casablanca	29.17945	-9.22879				10	261		
2561385	Agouni Izimmer	agouni-izimmer	MA		0	Africa/Casablanca	29.39776	-9.23704		Agouni Izim,Agouni Izimmer,Agouri-Izemeur		10	473		
2561386	Agouni Izim	agouni-izim	MA		0	Africa/Casablanca	29.38	-9.23				10	473		
2561387	Agni Izgawn	agni-izgawn	MA		0	Africa/Casablanca	29.8538	-9.18255		Agni Izgawn,Agouni Izgarine		09	163		
2561389	Agouni et Tahtani	agouni-et-tahtani	MA		0	Africa/Casablanca	31.38473	-6.17872		Agouni et Tahtani,Agouti et Tahtani		08	577		
2561390	Agni-n-Ba-Mas’oud	agni-n-ba-mas-oud	MA		0	Africa/Casablanca	30.75906	-8.11583		Agni Bamessaoud,Agni Bamessâoud,Agni-n-Ba-Mas'oud,Agni-n-Ba-Mas’oud,Agouni Ba Messaoud		09	541		
2561391	Agni Hrach	agni-hrach	MA		0	Africa/Casablanca	29.6309	-9.15881		Agni Hrach,Agouni Arech,Agouni Areuch,Agouni Ihrichen		09	581		
2561392	Agouni Adanne	agouni-adanne	MA		0	Africa/Casablanca	29.30181	-9.32699		Agouni Adanne,Aguni Iadan		10	261		
2561396	Agouni	agouni	MA		0	Africa/Casablanca	31.19471	-9.11835				07	161		
2561397	Agouni	agouni	MA		0	Africa/Casablanca	31.1955	-8.66076				07	161		
2561398	Agouni	agouni	MA		0	Africa/Casablanca	31.16944	-8.07145		Agnie,Agouni		07	041		
2561401	Agouni	agouni	MA		0	Africa/Casablanca	30.99064	-8.92864		Agni,Agouni		07	161		
2561402	Agni	agni	MA		0	Africa/Casablanca	30.92388	-7.29561		Agni,Agouni,Tagouni		08	401		
2561403	Agouni	agouni	MA		0	Africa/Casablanca	30.90926	-9.40099				07	211		
2561404	Agouni	agouni	MA		0	Africa/Casablanca	30.77338	-8.97385				09	541		
2561405	Agouni	agouni	MA		0	Africa/Casablanca	30.71614	-9.14845		Agoumi,Agouni		09	541		
2561406	Agouni	agouni	MA		0	Africa/Casablanca	30.21	-8.36				09	541		
2561407	Agni-n-Lkhir	agni-n-lkhir	MA		0	Africa/Casablanca	30.07733	-8.38362		Agni-n-Lkhir,Agouni		09	541		
2561409	Agouni	agouni	MA		0	Africa/Casablanca	29.96542	-7.94098				09	551		
2561414	Agni ou Mahal	agni-ou-mahal	MA		0	Africa/Casablanca	29.61885	-9.3601		Agni ou Mahal,Agounai,Agounaï		09	581		
2561415	Agoummat	agoummat	MA		0	Africa/Casablanca	31.01587	-6.59561				08	401		
2561416	Agoumad n’Assermo	agoumad-n-assermo	MA		0	Africa/Casablanca	31.23366	-6.80553				08	401		
2561417	Agoumadane	agoumadane	MA		0	Africa/Casablanca	30.67764	-8.88551				09	541		
2561418	Aguimmad	aguimmad	MA		0	Africa/Casablanca	31.13948	-8.88645		Agoumad,Aguimmad		07	161		
2561419	Agoumad	agoumad	MA		0	Africa/Casablanca	29.23506	-9.48651				10	261		
2561420	Agoulzi n’Ourhzif	agoulzi-n-ourhzif	MA		0	Africa/Casablanca	31.07309	-5.66982				08	577		
2561425	Agoult	agoult	MA		0	Africa/Casablanca	30.53	-4.93				08	201		
2561427	Agoulmim	agoulmim	MA		0	Africa/Casablanca	30.4196	-7.43422		Agoulmim,Agoulmime,Agoulmine		08	401		
2561428	Agoulmiym	agoulmiym	MA		0	Africa/Casablanca	29.81281	-9.17311		Agoulmim,Agoulmine,Agoulmiym		09	163		
2561435	Aguejgal	aguejgal	MA		0	Africa/Casablanca	28.89967	-10.6388		Agoujgal,Aguejgal,Hassi Agoujgal,Puits Agoujgal		10	261		
2561436	Agoujgal	agoujgal	MA		0	Africa/Casablanca	31.57509	-7.55232		Agoujbal,Agoujgal,Douar Agoujgal		07	041		
2561437	Agoujgal	agoujgal	MA		0	Africa/Casablanca	30.95473	-8.83871				09	541		
2561438	Agoujgal	agoujgal	MA		0	Africa/Casablanca	30.24653	-8.14951				09	541		
2561439	Agoujgal	agoujgal	MA		0	Africa/Casablanca	30.21564	-8.45226				09	541		
2561440	Agoujgal	agoujgal	MA		0	Africa/Casablanca	29.75972	-7.98514				09	551		
2561441	Agoujgal	agoujgal	MA		0	Africa/Casablanca	29.41577	-9.03494		Agoujgal,Aguejgal		09	551		
2561445	Agouir Idi	agouir-idi	MA		0	Africa/Casablanca	34.91	-3.93				01	051		
2561447	Agouirar	agouirar	MA		0	Africa/Casablanca	31.12611	-9.4799		Agouirar,Agouirharh		07	211		
2561448	Agouis	agouis	MA		0	Africa/Casablanca	30.3973	-7.46		Agouines,Agouins,Agouis		08	401		
2561449	Aguim	aguim	MA		0	Africa/Casablanca	31.15568	-7.4616		Agouim,Aguim		08	401		
2561451	Agouilane	agouilane	MA		0	Africa/Casablanca	35.21212	-5.11138				01	151		
2561453	Oulad Aguila	oulad-aguila	MA		0	Africa/Casablanca	35.42374	-5.92339		Agouila,Oulad Agouila,Oulad Aguila		01	331		
2561454	Douar Aghil	douar-aghil	MA		0	Africa/Casablanca	35.12001	-4.73635		Aghil,Agouil,Aguil,Douar Aghil		01	151		
2561455	Agouil	agouil	MA		0	Africa/Casablanca	35.04925	-4.93737		Aaguil,Agouil		01	151		
2561457	Agouidir	agouidir	MA		0	Africa/Casablanca	31.37555	-9.27845		Agouadira,Agouidir		07	211		
2561463	Agouelmane	agouelmane	MA		0	Africa/Casablanca	35.39726	-5.40411				01	571		
2561464	Agoundim n’Ikherdane	agoundim-n-ikherdane	MA		0	Africa/Casablanca	31.33888	-5.34558		Agoudim,Agoudim n'Ikhartane,Agoudim n’Ikhartane,Agoundim n'Ikherdane,Agoundim n’Ikherdane		08	577		
2561468	Agoudim	agoudim	MA		0	Africa/Casablanca	32.38278	-5.1789		Agouddim,Agoudim		08	363		
2561469	Agoudim	agoudim	MA		0	Africa/Casablanca	31.32512	-6.55905				08	401		
2561470	Agouddim	agouddim	MA		0	Africa/Casablanca	31.30625	-6.85335		Agouddim,Agoudim,Aguoddim		08	401		
2561471	Agoudim	agoudim	MA		0	Africa/Casablanca	31.12792	-6.27399				08	401		
2561472	Agdim	agdim	MA		0	Africa/Casablanca	30.86241	-8.1005		Agdim,Agoudim		09	541		
2561473	Agoudim	agoudim	MA		0	Africa/Casablanca	30.51	-7.25				08	401		
2561474	Agoudim	agoudim	MA		0	Africa/Casablanca	29.53131	-8.8484		Agdim,Agoudim		09	581		
2561475	Agoudid	agoudid	MA		0	Africa/Casablanca	30.20558	-8.8107				09	541		
2561476	Agoudas	agoudas	MA		0	Africa/Casablanca	30.46	-7.73				09	541		
2561479	Agoudal	agoudal	MA		0	Africa/Casablanca	32.00881	-5.49138		Agoudal,Agoudal n' Ait Brahim,Agoudal n’ Ait Brahim		08	363		
2561480	Agoudal	agoudal	MA		0	Africa/Casablanca	30.64907	-8.50779				09	541		
2561481	Agouchtine	agouchtine	MA		0	Africa/Casablanca	31.10369	-7.6344		Agouchtine,Akouchtine		08	401		
2561482	Akstim Al Fougani	akstim-al-fougani	MA		0	Africa/Casablanca	30.52761	-8.41527		Agouchtim el Fougani,Akstim Al Fougani		09	541		
2561483	Agchtiym	agchtiym	MA		0	Africa/Casablanca	29.75792	-8.91863		Agchitm,Agchtiym,Agouchtim		09	581		
2561485	Agoshfi	agoshfi	MA		0	Africa/Casablanca	34.93	-4.36				01	051		
2561489	Agni	agni	MA		0	Africa/Casablanca	31.65368	-6.67087		Ag-ni,Agni		05	081		
2561490	Agni	agni	MA		0	Africa/Casablanca	30.26	-5.71				08	587		
2561491	Agnes Khiar	agnes-khiar	MA		0	Africa/Casablanca	34.88	-4.18				01	051		
2561492	Agna	agna	MA		0	Africa/Casablanca	35.11271	-4.97684				01	151		
2561493	Agmour	agmour	MA		0	Africa/Casablanca	30.07397	-7.4127				09	551		
2561495	Agmroul	agmroul	MA		0	Africa/Casablanca	31.96977	-6.89419		Agmeroul,Agmroul		05	081		
2561499	Aglou	aglou	MA		0	Africa/Casablanca	30.67482	-9.21988				09	541		
2561500	Tnine Aglou	tnine-aglou	MA		0	Africa/Casablanca	29.76489	-9.80742		Aglou,Souk-Tnine-d'Aglou,Souk-Tnine-d’Aglou		09	581		
2561503	Aglaguel	aglaguel	MA		0	Africa/Casablanca	30.37941	-8.44401				09	541		
2561505	Aglaglal	aglaglal	MA		0	Africa/Casablanca	30.9434	-9.02966		Agalgal,Aglaglal,Aglegal		07	161		
2561508	Aglagal	aglagal	MA		0	Africa/Casablanca	30.68978	-7.77919				09	541		
2561509	Agiagal	agiagal	MA		0	Africa/Casablanca	30.3506	-8.74874		Agiagal,Aglagal,Aglagel		09	541		
2561510	Aglagal	aglagal	MA		0	Africa/Casablanca	30.31721	-8.62518		Aglagal,Aglaguel		09	541		
2561511	Aglagal	aglagal	MA		0	Africa/Casablanca	30.25257	-8.19458				09	541		
2561512	Aglagal	aglagal	MA		0	Africa/Casablanca	29.72011	-7.98869				09	551		
2561516	Douar Oued Agla	douar-oued-agla	MA		0	Africa/Casablanca	35.6649	-5.48117		Agla,Akla,Douar Oued Agla,Oued Agla		01	571		
2561517	Agla	agla	MA		0	Africa/Casablanca	35.44689	-5.31728				01	571		
2561518	Agla	agla	MA		0	Africa/Casablanca	35.19783	-5.56045				01	331		
2561519	Agla	agla	MA		0	Africa/Casablanca	35.14403	-5.6731		Agla,Ouagla		01	331		
2561521	Aghigha	aghigha	MA		0	Africa/Casablanca	31.16847	-6.20915				08	577		
2561522	Aghbalou-n-Kerkouf	aghbalou-n-kerkouf	MA		0	Africa/Casablanca	32.55	-5.71				05	091		
2561523	Aghbalou -n- Aït Wakriym	aghbalou-n-ait-wakriym	MA		0	Africa/Casablanca	31.68496	-6.7355		Aghbalou,Aghbalou -n- Ait Wakriym,Aghbalou -n- Aït Wakriym		05	081		
2561524	Aggouarn	aggouarn	MA		0	Africa/Casablanca	30.13982	-9.19648		Aggouarn,Agouarn,Imgouarne		09	163		
2561531	Agrsiyf	agrsiyf	MA		0	Africa/Casablanca	29.62727	-9.01841		Agarsif,Agersif,Agrsiyf		09	581		
2561534	Azendou	azendou	MA		0	Africa/Casablanca	31.06644	-8.93434		Agendoh,Azendou		07	161		
2561535	Aguelz	aguelz	MA		0	Africa/Casablanca	30.38244	-8.49591		Agalz,Agelz,Aguelz		09	541		
2561536	Asfla	asfla	MA		0	Africa/Casablanca	31.88027	-4.91615		Agelfla,Asfla,Asria		08	201		
2561537	Agel	agel	MA		0	Africa/Casablanca	29.75	-9.03				09	581		
2561539	Agdz	agdz	MA		0	Africa/Casablanca	30.69356	-6.44628		Agdz,Agoz,Ksar Agdz	0458701011	08	587	0458701011	
2561540	Agdour	agdour	MA		0	Africa/Casablanca	30.75891	-8.25927				09	541		
2561541	Agdim	agdim	MA		0	Africa/Casablanca	30.27577	-7.81938		Agdim,Agoudine		09	541		
2561542	Agdal Oumerzgoun	agdal-oumerzgoun	MA		0	Africa/Casablanca	29.91	-9.61		Agdal Oumerzgoum,Agdal Oumerzgoun,Agoudal Oumerzgoum		09	163		
2561545	Agdal	agdal	MA		0	Africa/Casablanca	33.99701	-6.84819		Agdal,Aguedal,Grand Aguedal		04	421		
2561546	Agdal	agdal	MA		0	Africa/Casablanca	32.81	-3.68				02	251		
2561547	Agdal	agdal	MA		0	Africa/Casablanca	32.39339	-9.2503		Agdal,Aguedal		07	431		
2561548	Douar Agda	douar-agda	MA		0	Africa/Casablanca	34.93616	-5.5696		Agda,Douar Agda		01	405		
2561549	Agbene	agbene	MA		0	Africa/Casablanca	35.07875	-3.48513		Agben,Agbene		02	167		
2561550	Agbato	agbato	MA		0	Africa/Casablanca	35.35812	-5.22042				01	571		
2561551	Agbar	agbar	MA		0	Africa/Casablanca	35.16	-4.08		Agbar,Akbar		01	051		
2561552	Douar Aghbalou	douar-aghbalou	MA		0	Africa/Casablanca	35.14822	-4.98161		Agbalau,Agbalou,Douar Aghbalou		01	151		
2561553	Douar Aghbalon	douar-aghbalon	MA		0	Africa/Casablanca	35.06199	-4.80122		Agbalou,Agbalu,Akhbalou,Douar Aghbalon		01	151		
2561556	Agasali	agasali	MA		0	Africa/Casablanca	34.78	-4.71				01	051		
2561559	Agarane	agarane	MA		0	Africa/Casablanca	35.15763	-4.61184		Agaran,Agarane		01	151		
2561561	Agaouz	agaouz	MA		0	Africa/Casablanca	30.85	-8.85				09	541		
2561562	Agawz	agawz	MA		0	Africa/Casablanca	30.71727	-7.95441		Agaouz,Agawz		09	541		
2561565	Aghmir	aghmir	MA		0	Africa/Casablanca	35.08801	-3.01132		Aamire,Agamir,Aghmir,Arhmir,Aâmire		02	381		
2561566	Agalane	agalane	MA		0	Africa/Casablanca	35.03683	-2.82232		Agalan,Agalane		02	381		
2561569	Agaywar	agaywar	MA		0	Africa/Casablanca	31.28272	-7.81848		Agaiouar,Agaywar,Agaïouar		07	041		
2561570	Agafaï	agafai	MA		0	Africa/Casablanca	31.25703	-8.72194		Agafai,Agafaie,Agafaï		07	161		
2561571	Agafaï	agafai	MA		0	Africa/Casablanca	30.50835	-9.28112		Agafai,Agafal,Agafaï		09	001		
2561572	Agafaï	agafai	MA		0	Africa/Casablanca	30.39981	-8.92753		Agafai,Agafaye,Agafaï		09	541		
2561573	Qaçbat Toug Chiws	qacbat-toug-chiws	MA		0	Africa/Casablanca	30.66414	-8.18748		Agadir Touksous,Qacbat Toug Chiws,Qaçbat Toug Chiws		09	541		
2561574	Agadir	agadir	MA		0	Africa/Casablanca	30.57456	-9.1675		Agadir,Agadir Toudras		09	541		
2561575	Agadir Tolba	agadir-tolba	MA		0	Africa/Casablanca	30.51465	-8.77104				09	541		
2561577	Douar Agadir Tassaout	douar-agadir-tassaout	MA		0	Africa/Casablanca	31.374	-8.01935		Agadir Tassaout,Agadir Tassawt,Douar Agadir Tassaout		07	041		
2561578	Agadir-n-Tagoundaft	agadir-n-tagoundaft	MA		0	Africa/Casablanca	30.93027	-8.26483		Agadir Tagoundaft,Agadir-n-Tagoundaft		07	041		
2561580	Aït Sidi Ya’qoub	ait-sidi-ya-qoub	MA		0	Africa/Casablanca	30.00399	-8.95449		Agadir Sidi Yacoub,Agadir Sidi Yakoub,Ait Sidi Ya'qoub,Aït Sidi Ya’qoub		09	541		
2561581	Agadir Rmel	agadir-rmel	MA		0	Africa/Casablanca	30.54708	-8.55993				09	541		
2561582	Agadir Ouzrou	agadir-ouzrou	MA		0	Africa/Casablanca	29.41832	-8.24593		Agadir Anzrou,Agadir Ouzrou		09	551		
2561583	Agadiyr Ougni	agadiyr-ougni	MA		0	Africa/Casablanca	29.93276	-9.08711		Agadir Ougni,Agadiyr Ougni,Ougni		09	163		
2561584	Douar Agadir Oufella	douar-agadir-oufella	MA		0	Africa/Casablanca	29.5969	-9.82324		Agadir Oufella,Douar Agadir Oufella		09	581		
2561585	Agadir Laghdir	agadir-laghdir	MA		0	Africa/Casablanca	30.71079	-8.46241		Agadir Laghdir,Agadir Oudir		09	541		
2561586	Agadir Ou Aziz	agadir-ou-aziz	MA		0	Africa/Casablanca	30.96509	-9.37378		Agadi ou Aziz,Agadir Ou Aziz,Agadir Ouahziz		07	211		
2561587	Agadir Ouazeg	agadir-ouazeg	MA		0	Africa/Casablanca	31.14323	-8.64164				07	161		
2561588	Agadir Ouanzizen	agadir-ouanzizen	MA		0	Africa/Casablanca	30.65713	-9.07268		Agadir Ouanzizen,Agadir Ouanzizene,Agadir ou Anzizen		09	541		
2561589	Agadir n’ Tirsa	agadir-n-tirsa	MA		0	Africa/Casablanca	30.35034	-7.24632				08	401		
2561590	Agadir n’Tigida	agadir-n-tigida	MA		0	Africa/Casablanca	29.30012	-9.21252				10	261		
2561593	Agadir-n-Tala	agadir-n-tala	MA		0	Africa/Casablanca	30.32581	-7.78249		Agadir n' Tala,Agadir n’ Tala,Agadir-n-Tala		09	541		
2561594	Agadir n’Tahiounit	agadir-n-tahiounit	MA		0	Africa/Casablanca	30.59237	-8.78452		Agadir n' Tahiounine,Agadir n' Tahiounit,Agadir n'Tahiounit,Agadir n’ Tahiounine,Agadir n’ Tahiounit,Agadir n’Tahiounit		09	541		
2561595	Agadir-n-Tafoukt	agadir-n-tafoukt	MA		0	Africa/Casablanca	30.70017	-8.23695		Agadir Tafouete,Agadir n' Tafoukt,Agadir n’ Tafoukt,Agadir-n-Tafoukt		09	541		
2561596	Agadir-n-Tafennt	agadir-n-tafennt	MA		0	Africa/Casablanca	31.34544	-7.85614		Agadir n'Tafent,Agadir n’Tafent,Agadir-n-Tafennt,Douar Agadir N'Tafennt,Douar Agadir N’Tafennt,Tafantante		07	041		
2561599	Agadir n’ Oumerhdir	agadir-n-oumerhdir	MA		0	Africa/Casablanca	30.56234	-7.82158				09	541		
2561600	Agadir n’ Ouigui	agadir-n-ouigui	MA		0	Africa/Casablanca	30.93644	-8.24999				07	041		
2561601	Id L’arba	id-l-arba	MA		0	Africa/Casablanca	29.25784	-9.90132		Agadir n'Larbaa,Agadir n'Larbee,Agadir n’Larbaa,Agadir n’Larbee,Id L'arba,Id L’arba		10	473		
2561602	Agadir-n-Iznagn	agadir-n-iznagn	MA		0	Africa/Casablanca	30.59671	-8.33198		Agadir Iznagene,Agadir n' Iznaguen,Agadir n' Iznaguene,Agadir n’ Iznaguene,Agadir n’ Iznaguèn,Agadir-n-Iznagn		09	541		
2561603	Douar Agadir Izeddaz	douar-agadir-izeddaz	MA		0	Africa/Casablanca	29.62127	-9.82556		Agadir Izdar,Agadir Izder,Agadir n'Izdar,Agadir n'Izder,Agadir n’Izdar,Agadir n’Izder,Douar Agadir Izeddaz		09	581		
2561604	Agadir Imawn	agadir-imawn	MA		0	Africa/Casablanca	30.6047	-8.15791		Agadir Imawn,Agadir Nimaoune,Agadir n' Imaoun,Agadir n’ Imaoun		09	541		
2561605	Agadir-n-Igourramene	agadir-n-igourramene	MA		0	Africa/Casablanca	31.33138	-7.9295		Agadir n Ougrramene,Agadir n'Igourramen,Agadir n'Igourramene,Agadir n’Igourramene,Agadir n’Igourramèn,Agadir-n-Igourramene		07	041		
2561606	Agadir-n-Iblalene	agadir-n-iblalene	MA		0	Africa/Casablanca	30.38561	-8.69432		Agadir n' Iblahn,Agadir n' Iblalene,Agadir n’ Iblahn,Agadir n’ Iblalene,Agadir-n-Iblalene		09	541		
2561608	Agadir n’ Aït Sa	agadir-n-ait-sa	MA		0	Africa/Casablanca	30.59203	-9.75235				09	001		
2561610	Agadir N’Aït-Brahim	agadir-n-ait-brahim	MA		0	Africa/Casablanca	31.03038	-9.2588		Agadir N'Ait-Brahim,Agadir N’Aït-Brahim,Agadir n'Ait Ali,Agadir n’Aït Ali		07	211		
2561611	Agadir n’Aït Ali	agadir-n-ait-ali	MA		0	Africa/Casablanca	29.19106	-8.96146				09	551		
2561613	Agadir Mhand	agadir-mhand	MA		0	Africa/Casablanca	31.24239	-8.77296		Agadir Mansour Mhndou,Agadir Mhand,Agadir Mohand,Agadir Mohand Ou Mansour		07	161		
2561614	Agadir Melloul	agadir-melloul	MA		0	Africa/Casablanca	30.22492	-7.79601		Agadir Jdid,Agadir Melloul	0454107012	09	541	0454107012	
2561615	Agadir-n-Lbour	agadir-n-lbour	MA		0	Africa/Casablanca	30.56699	-8.49714		Agadir Lbour,Agadir Lhour,Agadir-n-Lbour		09	541		
2561616	Agadir Laaseri	agadir-laaseri	MA		0	Africa/Casablanca	29.24055	-10.17155				10	473		
2561617	Agadir el Jedid	agadir-el-jedid	MA		0	Africa/Casablanca	31.32764	-8.65889		Agadir Djedid,Agadir Jdid,Agadir Jedid,Agadir Lajdid,Agadir aj Jdid,Agadir el Jedid		07	161		
2561619	Agadir Izouika	agadir-izouika	MA		0	Africa/Casablanca	29.9	-9.55				09	581		
2561621	Agadir Isserdane	agadir-isserdane	MA		0	Africa/Casablanca	31.36082	-9.47092		Agadir Issardane,Agadir Isserdane		07	211		
2561622	Agadir Irigdalene	agadir-irigdalene	MA		0	Africa/Casablanca	31.25225	-8.77974		Agadir Irigdalene,Agadir Irijdalene		07	161		
2561623	Agadir-n-Flas	agadir-n-flas	MA		0	Africa/Casablanca	31.23209	-8.7859		Agadir Inflass,Agadir Infless,Agadir-n-Flas,Inflas Agadir		07	161		
2561624	Agadir Imouzgaoun	agadir-imouzgaoun	MA		0	Africa/Casablanca	30.74457	-9.20627		Agadir Imezgaoun,Agadir Imouzgaoun,Imouzgaoun		09	541		
2561625	Douar Agadi	douar-agadi	MA		0	Africa/Casablanca	29.57348	-9.9207		Agadir Ikechrane,Douar Agadi,Iguechrane		09	581		
2561626	Douar Agadr Zouggaghune	douar-agadr-zouggaghune	MA		0	Africa/Casablanca	29.50816	-9.88123		Agadir Iguelfene,Agadir Izouggouarhene,Agadir Izougouarhene,Agadir Zouggaghine,Agadir Zouggarhene,Douar Agadr Zouggaghune		09	581		
2561627	Iguer-n-Ghar	iguer-n-ghar	MA		0	Africa/Casablanca	30.16686	-8.93012		Agadir Igr n' Rhar,Agadir Igr n' Rharar,Agadir Igr n’ Rhar,Agadir Igr n’ Rharar,Iguer-n-Ghar		09	541		
2561628	Agadir Igourrou	agadir-igourrou	MA		0	Africa/Casablanca	29.25098	-10.14085		Agadir,Agadir Igourrou		10	473		
2561629	Agadir Igouramene	agadir-igouramene	MA		0	Africa/Casablanca	29.25239	-8.69125		Agadir Igouramen,Agadir Igouramene,Agadir Igouramèn		09	551		
2561630	Agadir Ifri	agadir-ifri	MA		0	Africa/Casablanca	29.3346	-9.64334		Agadir Ifri,Agadir Izri		10	473		
2561631	Agadir Idraïn	agadir-idrain	MA		0	Africa/Casablanca	29.08831	-9.35523		Agadir Idrain,Agadir Idrane,Agadir Idraïn		10	261		
2561632	Agadir Yattine	agadir-yattine	MA		0	Africa/Casablanca	30.69339	-8.3152		Agadir Iatouin,Agadir Iatouine,Agadir Yattine,Agadir Yattouyn		09	541		
2561633	Agadir	agadir	MA		0	Africa/Casablanca	31.17522	-9.07104		Agadir,Agadir Hourrach		07	161		
2561634	Douar Ghdir El Haj	douar-ghdir-el-haj	MA		0	Africa/Casablanca	35.57863	-5.57541		Douar Ghdir El Haj,Ghedir el Haj		01	571		
2561635	Agadir Tasguint	agadir-tasguint	MA		0	Africa/Casablanca	29.91356	-8.74525		Agadir,Agadir Frouadou,Agadir Tasguint		09	541		
2561636	Agadirane	agadirane	MA		0	Africa/Casablanca	29.72928	-9.20035		Agadiram,Agadirane,Agadirene		09	581		
2561637	Agadir El Rhazi	agadir-el-rhazi	MA		0	Africa/Casablanca	30.50817	-9.49553		Agadir El Rhazi,Agadir Lrhaz,Agadir Lrhazi,Agadir el Ghazi,Agadir l'Ghazi,Agadir l’Ghazi		09	001		
2561638	Agadir el Hena	agadir-el-hena	MA		0	Africa/Casablanca	29.76754	-7.98856		Agadir el Hana,Agadir el Hena		09	551		
2561639	Agadir El Hajj Hammou	agadir-el-hajj-hammou	MA		0	Africa/Casablanca	30.63762	-8.5356		Agadir El Hajj Hammou,Agadir n' Achej Hammou,Agadir n’ Achej Hammou		09	541		
2561640	Agadir-aj-Jdid	agadir-aj-jdid	MA		0	Africa/Casablanca	30.45046	-8.01944		Agadir aj Jdid,Agadir ej Jdid,Agadir-aj-Jdid		09	541		
2561642	Ghdir Defla	ghdir-defla	MA		0	Africa/Casablanca	35.6781	-5.68628		Agadir Defla,Ghdar Defla,Ghdir Defla		01	227		
2561643	Chicht	chicht	MA		0	Africa/Casablanca	31.587	-9.67826		Agadir Chicht,Chicht		07	211		
2561644	Douar Agadir Chems	douar-agadir-chems	MA		0	Africa/Casablanca	31.44842	-8.13576		Agadir Chems,Douar Agadir Chems		07	041		
2561646	Boudnas	boudnas	MA		0	Africa/Casablanca	30.73378	-8.336		Agadir Boulnas,Boudnas		09	541		
2561647	Douar Agadir Bou Yadine	douar-agadir-bou-yadine	MA		0	Africa/Casablanca	29.55195	-9.82822		Agadir Bou Adane,Agadir Bouadan,Douar Agadir Bou Yadine		09	581		
2561648	Agadirane	agadirane	MA		0	Africa/Casablanca	30.66313	-9.46583				09	001		
2561649	Agadir Ayt Cherqi	agadir-ayt-cherqi	MA		0	Africa/Casablanca	30.48182	-8.73404		Agadir Ait Cherki,Agadir Ayt Cherqi,Agadir Aït Cherki		09	541		
2561651	Asgoun	asgoun	MA		0	Africa/Casablanca	30.51439	-8.35762		Agadir Afzaou,Asgoun		09	541		
2561652	Agadir Abbou	agadir-abbou	MA		0	Africa/Casablanca	30.58149	-8.61652				09	541		
2561656	Agadir	agadir	MA		0	Africa/Casablanca	31.71	-9.26		Agadir,Douar Agadir		07	211		
2561657	Agadir	agadir	MA		0	Africa/Casablanca	31.69452	-7.2939				05	081		
2561658	Agadir	agadir	MA		0	Africa/Casablanca	31.55105	-8.74273		Agadir,Agadir Roho		07	161		
2561659	Agadir	agadir	MA		0	Africa/Casablanca	31.16643	-9.36057				07	211		
9072776	Taba	taba	MA		0	Africa/Casablanca	30.7321	-9.61082				09	001		
2561660	Agadir ou Rhachi	agadir-ou-rhachi	MA		0	Africa/Casablanca	31.11941	-9.2155		Agadir,Agadir ou Rhachi		07	161		
2561661	Agadir	agadir	MA		0	Africa/Casablanca	31.00823	-7.83285				09	541		
2561662	Agadir	agadir	MA		0	Africa/Casablanca	30.95629	-8.70806				07	161		
2561663	Agadir	agadir	MA		0	Africa/Casablanca	30.92975	-7.21359				08	401		
2561664	Agadir Ljama	agadir-ljama	MA		0	Africa/Casablanca	30.8026	-8.42751		Agadir,Agadir Ljama		09	541		
2561665	Agadir-n-Oumzil	agadir-n-oumzil	MA		0	Africa/Casablanca	30.78217	-8.4811		Agadir,Agadir-n-Oumzil		09	541		
2561666	Agadir	agadir	MA		0	Africa/Casablanca	30.69457	-7.9478				09	541		
2561667	Aqadir	aqadir	MA		0	Africa/Casablanca	30.6125	-9.00034		Agadir,Aqadir		09	541		
2561668	Agadir	agadir	MA		698310	Africa/Casablanca	30.42018	-9.59815		AGA,Agadair,Agadir,Agadir - akadyr,Agadir - اكادير,Agadir Ighir,Agadiras,Agádír,Ankantir,Irhir,Santa Cruz,a jia di er,agadileu,agadira,agadiru,agadyr,aghadyr,akadyr,aݣadyr,Αγκαντίρ,Агадир,Агадір,אגאדיר,أغادير,أكادير,أگادیر,أݣادير,اغادیر,اگادیر,अगादिर,アガディール,阿加迪尔,아가디르	09	09	001	0400101011	
2561669	Agadir	agadir	MA		0	Africa/Casablanca	30.4	-7.21				08	401		
2561670	Agadir	agadir	MA		0	Africa/Casablanca	30.23752	-8.70603				09	541		
2561672	Agadir	agadir	MA		0	Africa/Casablanca	29.91	-9.26				09	163		
2561673	Agadir	agadir	MA		0	Africa/Casablanca	29.18	-10.11				10	473		
2561674	Agadir	agadir	MA		0	Africa/Casablanca	29.02585	-10.23606				10	261		
2561675	Agad el Kadir	agad-el-kadir	MA		0	Africa/Casablanca	31.68257	-7.18459				05	081		
2561677	Aghbaoulou	aghbaoulou	MA		0	Africa/Casablanca	35.09709	-5.4098		Agabalou,Aghbalo,Aghbaoulou,Arhbaoulou,El Barhabaa		01	151		
2561679	Douar Afzou	douar-afzou	MA		0	Africa/Casablanca	33.86884	-3.94843		Afzou,Douar Afzou		03	561		
2561680	Afzou	afzou	MA		0	Africa/Casablanca	33.86	-3.93				03	561		
2561681	Afza	afza	MA		0	Africa/Casablanca	31.04096	-7.74273		Afezza,Afza		09	541		
2561684	Aftas Imsouane	aftas-imsouane	MA		0	Africa/Casablanca	30.84022	-9.82006		Aftas Imsouane,Aftas Imsouwane,Aftass Imsouane,Aftass Imsoulane,Aftes Imsouane,Aftès Imsouane		09	001		
2561686	Afso	afso	MA		0	Africa/Casablanca	34.83977	-3.16557				02	381		
2561694	Douar Azaghar	douar-azaghar	MA		0	Africa/Casablanca	35.26708	-5.0312		Afries,Azarhar,Douar Azaghar		01	151		
2561695	Afriat	afriat	MA		0	Africa/Casablanca	30.2818	-9.12931		Afriat,Afriate,Afryat		09	541		
2561697	Douar Afghal	douar-afghal	MA		0	Africa/Casablanca	35.15938	-4.72049		Afrhal,Afrhâl,Douar Afghal		01	151		
2561698	Afress	afress	MA		0	Africa/Casablanca	34.69081	-4.24563				03	531		
2561701	Afrat	afrat	MA		0	Africa/Casablanca	35.40197	-5.2914				01	571		
2561702	Douar Afrat	douar-afrat	MA		0	Africa/Casablanca	35.1737	-4.77498		Afrat,Douar Afrat		01	151		
2561704	Afraskou	afraskou	MA		0	Africa/Casablanca	32.35101	-4.94544		Afrasco,Afraskou		08	363		
2561710	Afrag	afrag	MA		0	Africa/Casablanca	29.86	-9.51		Afrag,El Frag		09	581		
2561711	Afrad Ounejjar	afrad-ounejjar	MA		0	Africa/Casablanca	31.145	-9.39521				07	211		
2561720	Afra	afra	MA		0	Africa/Casablanca	35.20768	-5.66121				01	331		
2561721	Afra	afra	MA		0	Africa/Casablanca	35.13905	-2.97677				02	381		
2561722	Afra	afra	MA		0	Africa/Casablanca	34.801	-5.29719				01	405		
2561723	Afra	afra	MA		0	Africa/Casablanca	31.34036	-7.41889				07	041		
2561724	Afra	afra	MA		0	Africa/Casablanca	31.02797	-9.35504				07	211		
2561725	Afra	afra	MA		0	Africa/Casablanca	30.90762	-9.38754				07	211		
2561726	Afra	afra	MA		0	Africa/Casablanca	30.73489	-8.76374				09	541		
2561727	Afra	afra	MA		0	Africa/Casablanca	30.18	-8.83				09	541		
2561728	Afra	afra	MA		0	Africa/Casablanca	29.38048	-9.37911				10	473		
2561731	Afouzer	afouzer	MA		0	Africa/Casablanca	34.675	-4.87375		Afouzar,Afouzer		03	531		
2561732	Afouzar	afouzar	MA		0	Africa/Casablanca	33.8557	-4.02194		Afouzar,Ifouzare		03	561		
2561734	Afourigh	afourigh	MA		0	Africa/Casablanca	30.87615	-8.14889		Afourigh,Afourighe,Afourirh		09	541		
2561737	Afourer	afourer	MA		0	Africa/Casablanca	32.20721	-6.53824		Afouraire,Afourar		05	081	1208109013	
2561743	Douar Afoud	douar-afoud	MA		0	Africa/Casablanca	29.57695	-9.89524		Afoud n'Id el Haj Ali,Afoud n’Id el Haj Ali,Douar Afoud		09	581		
2561744	Asfalou Lmahi	asfalou-lmahi	MA		0	Africa/Casablanca	32.60017	-4.72317		Afoud Haddou Ou daoud,Asfalou Lmahi		08	363		
2561754	Afkir	afkir	MA		0	Africa/Casablanca	35.36	-5.06				01	151		
2561756	Afilal	afilal	MA		0	Africa/Casablanca	29.52414	-8.84624		Afellal,Afilal		09	581		
2561760	Affouzar	affouzar	MA		0	Africa/Casablanca	30.13469	-9.42952		Affouzar,Affouzer,Afouzar,Afouzzer		09	163		
2561764	Affendouch	affendouch	MA		0	Africa/Casablanca	34.9	-3.91				01	051		
2561768	Afza	afza	MA		0	Africa/Casablanca	30.78654	-8.52502		Afeza,Afza		09	541		
2561774	Aferzaz	aferzaz	MA		0	Africa/Casablanca	34.68	-4.08				03	561		
2561775	Afarzaz	afarzaz	MA		0	Africa/Casablanca	30.50956	-8.24425		Afarzaz,Aferzaz		09	541		
2561779	Douar Afernou Lfouqi	douar-afernou-lfouqi	MA		0	Africa/Casablanca	35.36555	-5.58186		Afarnel Foqui,Afernou,Afernou el Fouki,Afernoun,Afernoû el Fouki,Afernu Foki,Afernun,Afernú Foki,Douar Afernou Lfouqi		01	331		
2561781	Afaghniy	afaghniy	MA		0	Africa/Casablanca	30.14652	-8.88693		Afaghniy,Aferni		09	541		
2561782	Aferni	aferni	MA		0	Africa/Casablanca	29.73662	-8.8214		Afermi,Aferni		09	541		
2561784	Afern	afern	MA		0	Africa/Casablanca	30.26725	-8.41089				09	541		
2561787	Aferkert	aferkert	MA		0	Africa/Casablanca	28.67022	-10.30136		Aferkert,Aferket		10	261		
2561790	Afergoula	afergoula	MA		0	Africa/Casablanca	29.78527	-9.5899				09	581		
2561791	Afargal	afargal	MA		0	Africa/Casablanca	30.17358	-8.38219		Afarga,Afargal,Afergal		09	541		
2561798	Alenzcuare	alenzcuare	MA		0	Africa/Casablanca	30.46772	-9.49911		Afauzouart,Afennzouart,Afenzouart,Alenzcuare		09	001		
2561799	Amsekrou	amsekrou	MA		0	Africa/Casablanca	30.92817	-8.72397		Afensou,Afersou,Amsekrou		07	161		
2561800	Afennsou	afennsou	MA		0	Africa/Casablanca	30.71236	-8.7898		Afennsou,Afensou		09	541		
2561803	Afelou	afelou	MA		0	Africa/Casablanca	33.47988	-4.47416				03	131		
2561805	Afella Ouzaghar	afella-ouzaghar	MA		0	Africa/Casablanca	30.17395	-8.20679		Afella Ouzaghar,Afella Ouzarhar,Afla Ouzaghar		09	541		
2561806	Aflla Waday	aflla-waday	MA		0	Africa/Casablanca	29.6924	-9.01392		Afella Ouadel,Afl Ouaday,Aflla Waday		09	581		
2561808	Afella n’Takouchte	afella-n-takouchte	MA		0	Africa/Casablanca	31.8	-9.18				07	211		
2561811	Afalla-n-Wassif	afalla-n-wassif	MA		0	Africa/Casablanca	30.61395	-7.52819		Afalla-n-Wassif,Afella n' Ou Asif,Afella n' Ou Assif,Afella n’ Ou Asif,Afella n’ Ou Assif,Afellah n' Ouassif,Afellah n’ Ouassif		08	401		
2561812	Afella Izdatene	afella-izdatene	MA		0	Africa/Casablanca	30.99632	-8.89529		Afella Izdaten,Afella Izdatene		07	161		
2561813	Afella Irhir	afella-irhir	MA		0	Africa/Casablanca	29.4953	-8.82178		Afela Yeghir,Afella Irhir,Affella Ighir		09	581		
2561816	Afela n’Isly	afela-n-isly	MA		0	Africa/Casablanca	31.06076	-7.26125		Afela n'Isly,Afela n’Isly,Afella Isli		08	401		
2561817	Afeggou	afeggou	MA		0	Africa/Casablanca	30.94791	-6.70979				08	401		
2561821	Afeddouz n’Aït Oumchar	afeddouz-n-ait-oumchar	MA		0	Africa/Casablanca	30.73423	-5.03526		Afeddouz n'Ait Oumchar,Afeddouz n’Aït Oumchar,Afedous n'Ait Oumrane,Afedous n’Aït Oumrane		08	577		
2561822	Afedaïk	afedaik	MA		0	Africa/Casablanca	35.53246	-5.35097				01	571		
2561829	Afaïane	afaiane	MA		0	Africa/Casablanca	30.01091	-9.20251		Afaiane,Afayade,Afayane,Afaïane		09	163		
2561830	Afayane	afayane	MA		0	Africa/Casablanca	30.01	-9.21		Afaiane,Afayane,Afaïane		09	163		
2561831	Afaoui	afaoui	MA		0	Africa/Casablanca	30.85	-6.05		Afaioui,Afaoui,Afaïoui		08	587		
2561832	Afanour	afanour	MA		0	Africa/Casablanca	31.52857	-5.52405				08	577		
2561834	Afa n’ Id Nasser	afa-n-id-nasser	MA		0	Africa/Casablanca	29.40393	-9.36725		Afa n' Id Nasser,Afa n'Id Naseur,Afa n’ Id Nasser,Afa n’Id Naseur,Id Nacer		10	473		
2561835	Afa Nid	afa-nid	MA		0	Africa/Casablanca	29.40733	-9.39445				10	473		
2561836	Afakhfakh	afakhfakh	MA		0	Africa/Casablanca	31.89003	-6.6265				05	081		
2561837	Afa Inellas	afa-inellas	MA		0	Africa/Casablanca	29.36352	-9.49531		Afa Inellas,Afa Inflas,Mfa Inflas		10	473		
2561839	Aerem	aerem	MA		0	Africa/Casablanca	35.05	-4.43				01	051		
2561842	Adrouj	adrouj	MA		0	Africa/Casablanca	34.17926	-5.27303				03	591		
2561843	Adrwine	adrwine	MA		0	Africa/Casablanca	31.13983	-4.02544		Adrouine,Adrwine		08	201		
2561844	Adroug	adroug	MA		0	Africa/Casablanca	30.71477	-8.08786		Adorgue,Adroug,Adôrgue		09	541		
2561845	Adroug	adroug	MA		0	Africa/Casablanca	30.58362	-7.2026		Adroug,Adroug nait Ameur,Adroug naït Ameur		08	401		
2561847	Adrou	adrou	MA		0	Africa/Casablanca	35.37628	-5.54272				01	331		
2561851	Adghous	adghous	MA		0	Africa/Casablanca	31.18486	-8.32064		Adghous,Adrhous		07	041		
2561854	Adghigh	adghigh	MA		0	Africa/Casablanca	30.71332	-7.78594		Adghigh,Adrhirh		09	541		
2561855	Adrhass n’Ou Erfallene	adrhass-n-ou-erfallene	MA		0	Africa/Casablanca	30.2	-7.48		Adrhass n'Ou Erfallen,Adrhass n'Ou Erfallene,Adrhass n’Ou Erfallene,Adrhass n’Ou Erfallèn		09	551		
2561860	Adrar N’Tament Ouzedder	adrar-n-tament-ouzedder	MA		0	Africa/Casablanca	30.76002	-9.0802		Adran Ntanart,Adrar N'Tament Ouzedder,Adrar N’Tament Ouzedder,Adrar n' Tament Oufella,Adrar n' Tament Ouzedder,Adrar n'Tamennt,Adrar n’ Tament Oufella,Adrar n’ Tament Ouzedder,Adrar n’Tamennt		09	541		
2561863	Adraouiyine	adraouiyine	MA		0	Africa/Casablanca	34.85401	-5.10479				01	151		
2561866	Id Mansour	id-mansour	MA		0	Africa/Casablanca	30.99149	-9.78012		Adouz Sidi Mansair,Adouz n'Sidi Mansour,Adouz n’Sidi Mansour,Id Mansour		07	211		
2561868	Adouz	adouz	MA		0	Africa/Casablanca	34.84317	-4.42606				01	051		
2561869	Adouz	adouz	MA		0	Africa/Casablanca	32.35988	-6.29047				05	091		
2561870	Adouz	adouz	MA		0	Africa/Casablanca	31.58456	-7.4098				07	041		
2561871	Addouz	addouz	MA		0	Africa/Casablanca	31.12609	-8.26593		Addouz,Adouz,Ardouz		07	041		
2561872	Adouz	adouz	MA		0	Africa/Casablanca	31.09482	-9.2746				07	161		
2561873	Adouz	adouz	MA		0	Africa/Casablanca	30.91933	-8.43824				07	041		
2561874	Adouz	adouz	MA		0	Africa/Casablanca	30.606	-8.77903		Adous,Adouz,Azouz		09	541		
2561875	Addouz	addouz	MA		0	Africa/Casablanca	30.58509	-9.67997		Addouz,Adouz,Adouze		09	001		
2561876	Adouz	adouz	MA		0	Africa/Casablanca	30.15	-9.11		Adouz,Audz		09	163		
2561882	Adduifir	adduifir	MA		0	Africa/Casablanca	31.47295	-8.56188		Adduifir,Adouifir,Adouifire,Adwifir,Oulad Adouihr		07	161		
2561884	Souk el Arba n Sâhel	souk-el-arba-n-sahel	MA		0	Africa/Casablanca	29.60487	-9.91732		Adouar n'Yahya,Adouar n’Yahya,Souk al Arba n Sahal,Souk el Arba n Sahel,Souk el Arba n Sâhel,el Arbaa		09	581		
2561885	Adouar	adouar	MA		0	Africa/Casablanca	30.37841	-8.91309				09	541		
2561886	Adouar	adouar	MA		0	Africa/Casablanca	29.96	-9.5				09	163		
2561898	Admam	admam	MA		0	Africa/Casablanca	34.76428	-4.45119		Admam,Adman		01	051		
2561899	Admam	admam	MA		0	Africa/Casablanca	34.0331	-4.15641		Ademame,Admam,Douar Ademame		03	561		
2561901	Adlalas	adlalas	MA		0	Africa/Casablanca	30.10266	-8.59595		Adlalas,Adlales		09	541		
2561902	Adeqqi	adeqqi	MA		0	Africa/Casablanca	30.82936	-8.61833		Adeqqi,Adki,Atki		09	541		
2561903	Adkhes	adkhes	MA		0	Africa/Casablanca	30.41023	-7.36333		Adkhass,Adkhes,Adrhes,Adrhès		08	401		
2561905	Adis	adis	MA		0	Africa/Casablanca	29.6916	-7.98086				09	551		
2561907	Adinar	adinar	MA		0	Africa/Casablanca	30.27893	-8.62394				09	541		
2561910	Douar Adyaz	douar-adyaz	MA		0	Africa/Casablanca	35.34511	-5.51649		Adiaz,Adyaz,Douar Adyaz		01	331		
2561914	Adghous	adghous	MA		0	Africa/Casablanca	35.15801	-5.5792		Adghous,Adgos		01	331		
2561915	Adghers n’Ouarfaln	adghers-n-ouarfaln	MA		0	Africa/Casablanca	30.12682	-7.46889		Adgbers-n-Warfaln,Adghers n'Ouarfaln,Adghers n’Ouarfaln,Adrhass n'Ouafil,Adrhass n’Ouafil		09	551		
2561916	Adarhas	adarhas	MA		0	Africa/Casablanca	31.22593	-9.04965		Adaghas,Adarhas,Adarras,Aderras		07	161		
2561919	Aderfis	aderfis	MA		0	Africa/Casablanca	31.17213	-9.25115		Aderfiee,Aderfis,Aderfiée		07	161		
2561921	Aderdour	aderdour	MA		0	Africa/Casablanca	31.05519	-8.73798		Adardour,Aderdour		07	161		
2561922	Adardor	adardor	MA		0	Africa/Casablanca	30.42961	-7.81803		Adardor,Aderdour		09	541		
2561926	Douar Aderras	douar-aderras	MA		0	Africa/Casablanca	32.73153	-5.43343		Aderass,Douar Aderras		05	301		
2561927	Aderar	aderar	MA		0	Africa/Casablanca	30.8967	-9.3566		Aderar,Adrar		07	211		
2561928	Adendoun	adendoun	MA		0	Africa/Casablanca	32.05018	-6.06983		Adendoun,Adenndoun		05	081		
2561930	Adekhsal	adekhsal	MA		0	Africa/Casablanca	32.89857	-5.61084		Adekhsal,Adersal,Adersane,Atekhsal,Ateknsal		05	301		
2561931	Adkhs	adkhs	MA		0	Africa/Casablanca	29.72693	-9.12954		Adekhs,Adkhs		09	163		
2561934	Addouz	addouz	MA		0	Africa/Casablanca	31.11492	-8.64372				07	161		
2561938	Addig	addig	MA		0	Africa/Casablanca	31.20246	-7.07336				08	401		
2561939	Addi Baba	addi-baba	MA		0	Africa/Casablanca	31.45164	-4.89843				08	201		
2561941	Agadir Oumsa	agadir-oumsa	MA		0	Africa/Casablanca	31.15285	-8.84843		Addar,Adder,Agadir Oumsa		07	161		
2561942	Ad Demna	ad-demna	MA		0	Africa/Casablanca	34.53178	-4.63714				03	531		
2561944	Adaïa	adaia	MA		0	Africa/Casablanca	30.74654	-8.64749		Adaia,Adaïa,Adaīa,Addaza		09	541		
2561945	Addar	addar	MA		0	Africa/Casablanca	35.43844	-5.34483				01	571		
2561946	Addar	addar	MA		0	Africa/Casablanca	35.34398	-5.32561				01	571		
2561947	Addar	addar	MA		0	Africa/Casablanca	35.08738	-4.73942		Adar,Addar		01	151		
2561948	Addar	addar	MA		0	Africa/Casablanca	30.59817	-9.70208				09	001		
2561950	Douar Addala	douar-addala	MA		0	Africa/Casablanca	34.41931	-4.5735		Adala,Addala,Douar Addala		03	531		
2561951	Lhaddada	lhaddada	MA		0	Africa/Casablanca	32.50164	-9.21812		Addada,Douar Addada,Lhaddada		07	431		
2561955	Douar Adayough	douar-adayough	MA		0	Africa/Casablanca	35.24594	-5.39227		Adayougha,Adayourha,Douar Adayough		01	571		
2561957	Adassil	adassil	MA		0	Africa/Casablanca	31.10783	-8.49083			0716107012	07	161	0716107012	
2561958	’Zib Assagl	zib-assagl	MA		0	Africa/Casablanca	31.30344	-7.56105		'Zib Assagl,Adarza,’Zib Assagl		07	041		
2561966	Adar-ou-Amane	adar-ou-amane	MA		0	Africa/Casablanca	30.24683	-8.85135		Adar ou-Amane,Adar-ou-Amane		09	541		
2561970	Adar n’ Oualaene	adar-n-oualaene	MA		0	Africa/Casablanca	30.28326	-8.47194		Adar,Adar n' Oualaene,Adar n' Oualen,Adar n’ Oualaene,Adar n’ Oualèn		09	541		
2561977	Addar	addar	MA		0	Africa/Casablanca	31.03991	-9.15589		Adar,Addar,Aodar		07	161		
2561978	Adar	adar	MA		0	Africa/Casablanca	30.14111	-8.37221		Adar,Addar	0454103012	09	541	0454103012	
2561980	Id Hsayn	id-hsayn	MA		0	Africa/Casablanca	29.58428	-9.39976		Adane,Adar,Id Hsayn		09	581		
2561984	Adaï	adai	MA		0	Africa/Casablanca	29.14452	-9.29972		Adai,Aday,Adaï,Addaye n'Ait Herbil,Addaye n’Ait Herbil,Idaissa Ametedi,Idaïssa Ametedi,Souk Tnine d'Adai,Souk Tnine d’Adai		10	261		
2561985	Adafa	adafa	MA		0	Africa/Casablanca	31.72772	-6.83684				05	081		
2561989	Adad	adad	MA		0	Africa/Casablanca	31.03042	-7.75509		Adad,Idad		09	541		
2561990	Adad	adad	MA		0	Africa/Casablanca	30.02726	-8.67835		Adad,Adade		09	541		
2561993	Al Achouria	al-achouria	MA		0	Africa/Casablanca	31.50876	-4.42216		Achouria,Al Achouria,El Achouriat,Lachouria		08	201		
2561995	Achouirou	achouirou	MA		0	Africa/Casablanca	31.50741	-8.52747				07	161		
2562000	Achorot Mensor	achorot-mensor	MA		0	Africa/Casablanca	34.81	-4.63				01	051		
2562001	Armas	armas	MA		0	Africa/Casablanca	30.74622	-6.08563		Achmas,Armas,Aroumas		08	587		
2562002	Ichmarirn	ichmarirn	MA		0	Africa/Casablanca	31.53262	-5.55357		Achmarine,Ichmarirn,Ichmarirne		08	577		
2562003	Achlouj	achlouj	MA		0	Africa/Casablanca	33.18281	-4.79068				03	131		
2562008	Achich n’Aït Yahya Ou Moussa	achich-n-ait-yahya-ou-moussa	MA		0	Africa/Casablanca	30.89976	-5.36078		Achich n Ait Sahia,Achich n'Ait Yahia,Achich n'Ait Yahya Ou Moussa,Achich n’Aït Yahia,Achich n’Aït Yahya Ou Moussa		08	577		
2562018	Acherraa	acherraa	MA		0	Africa/Casablanca	30.81551	-9.63288		Acharaa,Acherraa		07	211		
2562019	Acherodene	acherodene	MA		0	Africa/Casablanca	34.9	-4.83				01	151		
2562026	Acheddad	acheddad	MA		0	Africa/Casablanca	35.03	-4.85		Axed-dal		01	151		
2562027	Douar Ajdir	douar-ajdir	MA		0	Africa/Casablanca	35.08809	-3.64807		Achdir,Ajdir,Axdir,Azdir,Douar Ajdir		02	167		
2562028	Achdad	achdad	MA		0	Africa/Casablanca	31.4431	-5.43807				08	577		
2562033	Achbarou	achbarou	MA		0	Africa/Casablanca	32.11896	-4.36891		Achbaro,Achbarou		08	201		
2562034	Douar Achbarou	douar-achbarou	MA		0	Africa/Casablanca	31.41	-8.03		Achbarou,Douar Achbarou		07	041		
2562035	Achbarou	achbarou	MA		0	Africa/Casablanca	31.14754	-5.07068		Achbarou,Irhnit,Ksar Achbarou		08	577		
2562037	Achbarou	achbarou	MA		0	Africa/Casablanca	30.75181	-8.5256		Achbaro,Achbaro n' Ifeuzaren,Achbaro n' Ifouzaren,Achbaro n' Ifouzarene,Achbaro n’ Ifeuzarèn,Achbaro n’ Ifouzarene,Achbaro n’ Ifouzarèn,Achbarou		09	541		
2562039	Achbarou	achbarou	MA		0	Africa/Casablanca	32.1006	-6.9985		Achbalou,Achbarou		05	081		
2562045	Achaywa	achaywa	MA		0	Africa/Casablanca	31.94775	-4.86708		Achaouia,Achaywa		08	201		
2562047	Achahod	achahod	MA		0	Africa/Casablanca	31.14942	-7.13331				08	401		
2562048	Achachka	achachka	MA		0	Africa/Casablanca	32.91333	-6.52839				05	311		
2562052	Achaari	achaari	MA		0	Africa/Casablanca	33.9826	-4.07455		Achaari,Douar Achaari		03	561		
2562055	Skhirate	skhirate	MA		44850	Africa/Casablanca	33.8527	-7.03171		Ac Ckhirat,Aç Çkhirat,Kasba Skira,Minaret de Skhirat,Skhirat,Skhirate	1050101051	04	501	1050101051	
2562056	Abrouj	abrouj	MA		0	Africa/Casablanca	34.99	-5.16				01	151		
2562057	Houmat Abrouj	houmat-abrouj	MA		0	Africa/Casablanca	34.99636	-5.16723		Abrouch,Abrouj,Abruch,Houmat Abrouj,Rabrouje		01	151		
2562061	Abouziane	abouziane	MA		0	Africa/Casablanca	30.7889	-8.51541				09	541		
2562062	Abouïat	abouiat	MA		0	Africa/Casablanca	34.46333	-5.32179		Abouiat,Abouiate,Abouyat,Abouïat,Abouïate,Douar Abouyat		03	531		
2562063	Aboûssas	aboussas	MA		0	Africa/Casablanca	30.68614	-6.3622		Aboussars,Aboussas,Aboûssas		08	587		
2562064	Abou al Khiyr	abou-al-khiyr	MA		0	Africa/Casablanca	29.54971	-9.11152		Abou al Khiyr,Aboukhir,Aboulkhire		09	581		
2562069	Douar Abboudech	douar-abboudech	MA		0	Africa/Casablanca	35.50252	-5.53846		Abboudech,Aboudes,Douar Abboudech		01	571		
2562070	Abouda	abouda	MA		0	Africa/Casablanca	28.98706	-10.2169		Abbouda,Abboûda,Abouda,Abouda Mouifes		10	261		
2562074	Abkourene	abkourene	MA		0	Africa/Casablanca	34.85	-4.7				01	051		
2562091	Douar Abinane	douar-abinane	MA		0	Africa/Casablanca	34.49655	-4.51806		Abinane,Douar Abinane		03	531		
2562102	Abiyat	abiyat	MA		0	Africa/Casablanca	35.40869	-5.86098		Abial,Abiat,Abiyat		01	331		
2562111	Aberber	aberber	MA		0	Africa/Casablanca	31.31736	-9.0504		Abarbar,Aberber		07	161		
2562113	Abrach	abrach	MA		0	Africa/Casablanca	31.25904	-6.68036		Aberach,Abrach		08	401		
2562116	Ablouh	ablouh	MA		0	Africa/Casablanca	29.75914	-9.46558		Abellouhou,Abelouhou,Ablouh		09	581		
2562119	Abeïnou	abeinou	MA		0	Africa/Casablanca	29.09487	-10.01839		A'baynou,Abeine,Abeino,Abeinou,Abeïno,Abeïnou,A’baynou		10	261		
2562129	Abdi n’Ilemchane	abdi-n-ilemchane	MA		0	Africa/Casablanca	30.78149	-5.71872				08	587		
2562135	Abdarrahmane	abdarrahmane	MA		0	Africa/Casablanca	31.88217	-7.42694		Abdarrahmane,Abderrahmane		07	191		
2562136	Aït Ali ou Brahim	ait-ali-ou-brahim	MA		0	Africa/Casablanca	29.89003	-9.29174		Abderahmane,Ait Ali ou Brahim,Aït Ali ou Brahim		09	163		
2562147	Abd el Kamel	abd-el-kamel	MA		0	Africa/Casablanca	32.63991	-8.85629		Abd el Kamel,Abd el Kemel,Douar Abd el Kemel		06	467		
2562148	Abd el Kader Sadia	abd-el-kader-sadia	MA		0	Africa/Casablanca	35.13255	-2.43108		Abd el Kader Sadia,Abdelcader Soodia,Sadia,Saidia,Saïdia		02	381		
2562151	Abd el Kader	abd-el-kader	MA		0	Africa/Casablanca	32.22038	-9.05453		Abd el Kader,Liana,Lïana,Oulad Abdelkader		07	431		
2562154	Abd el Haj	abd-el-haj	MA		0	Africa/Casablanca	35.2358	-3.65905		Abd el Haj,Abdel Hachs		02	167		
2562155	Abdelhadi	abdelhadi	MA		0	Africa/Casablanca	33.21809	-4.62862				03	131		
2562161	Aït Al Asr	ait-al-asr	MA		0	Africa/Casablanca	29.87178	-9.21424		Abdallah Ou Aiss,Abdallah Ou Aïss,Ait Al Asr,Aït Al Asr		09	163		
2562175	Douar ’Abda	douar-abda	MA		0	Africa/Casablanca	31.55821	-8.12414		Abda,Douar 'Abda,Douar Abda,Douar ’Abda		07	351		
2562182	Abboub	abboub	MA		0	Africa/Casablanca	32.64809	-8.64645		Abboub,Douar Abboub,Labrahma Ouled Abbou		06	467		
2562187	Douar Aboud	douar-aboud	MA		0	Africa/Casablanca	35.12062	-4.434		Aaboud,Abbou,Abbu,Aâboud,Douar Aboud		01	051		
2562189	Abbart	abbart	MA		0	Africa/Casablanca	32.53678	-4.37072		Abbari,Abbart		08	363		
2562192	Abattekh	abattekh	MA		0	Africa/Casablanca	27.83	-11.46				10	521		
2562193	Abatoulou	abatoulou	MA		0	Africa/Casablanca	30.10325	-9.13564		Abatoulou,Abatoutou,Aibaatoutua,Aibaâtoutua		09	163		
2562195	Abane	abane	MA		0	Africa/Casablanca	30.79211	-7.77127				09	541		
2562198	Abaja	abaja	MA		0	Africa/Casablanca	34.9583	-4.43233				01	051		
2562199	Abaynou	abaynou	MA		0	Africa/Casablanca	31.94669	-6.78965		Abainou,Abaynou,Abaïnou		05	081		
2562200	Douar Abdellah	douar-abdellah	MA		0	Africa/Casablanca	32.28946	-8.93495		Abaidlat,Abaïdlat,Douar Abdellah		07	431		
2562202	Abadou	abadou	MA		0	Africa/Casablanca	31.57917	-7.31308			0704103012	07	041	0704103012	
2562203	Abadou	abadou	MA		0	Africa/Casablanca	31.2596	-7.34277		Abadou,Abadou Arg		08	401		
2562208	Abachkou	abachkou	MA		0	Africa/Casablanca	31.59271	-6.6171				05	081		
2562210	Ababda	ababda	MA		0	Africa/Casablanca	34.35	-6.15		Ababda,El Ababda		04	491		
2562213	Aassara	aassara	MA		0	Africa/Casablanca	34.79268	-5.40251		Aassara,Aassera,Assara		01	405		
2562214	Aasel	aasel	MA		0	Africa/Casablanca	34.99766	-3.19846				02	381		
2562218	Aarous	aarous	MA		0	Africa/Casablanca	34.37014	-3.84244				03	561		
2562220	Douar Aazqoub	douar-aazqoub	MA		0	Africa/Casablanca	35.2695	-4.83874		Aarhob,Aarkob,Ahartoub,Douar Aazqoub		01	151		
2562225	A’rich	a-rich	MA		0	Africa/Casablanca	31.4429	-7.79178		A'rich,Aarich,A’rich		07	041		
2562229	Aarabene	aarabene	MA		0	Africa/Casablanca	34.88	-4.48				01	051		
2562230	Douar Laaouziyine	douar-laaouziyine	MA		0	Africa/Casablanca	34.80727	-5.13321		Aaousiene,Douar Laaouziyine,El Aazanie,El Auzien,El Aâzanie		01	151		
2562241	Douar Aaqil	douar-aaqil	MA		0	Africa/Casablanca	35.32095	-5.17589		Aakil,Douar Aaqil		01	151		
2562243	’Achchoun	achchoun	MA		0	Africa/Casablanca	31.30024	-7.215		'Achchoun,Aachour,’Achchoun		08	401		
2562245	Aabasene	aabasene	MA		0	Africa/Casablanca	35.05	-4.5		Aabasen,Aabasene		01	151		
2563254	Taghia	taghia	MA		0	Africa/Casablanca	31.14167	-6.26305	2110			08	577		
2563255	Issoumar	issoumar	MA		0	Africa/Casablanca	31.4563	-6.12858	2319			08	577		
2563256	Douar Oulad Ali	douar-oulad-ali	MA		0	Africa/Casablanca	31.69	-7.89				07	351		
2563257	Douar Ait Lkiyyal	douar-ait-lkiyyal	MA		0	Africa/Casablanca	31.69329	-7.7196		Douar Ait Lkiyyal,Douar bel Kial		07	427		
2563258	Douar Sidi el Bacha	douar-sidi-el-bacha	MA		0	Africa/Casablanca	31.64194	-7.72458				07	041		
2563262	Tällviken	taellviken	MA		0	Africa/Casablanca	31.99	-7.83		Souk el Arba,Tallviken,Tällviken		07	427		
2563264	Sidi Kaouki	sidi-kaouki	MA		0	Africa/Casablanca	31.35574	-9.79646		Sidi Kaouki,Sidi Kouaki		07	211		
2563265	Id Omar	id-omar	MA		0	Africa/Casablanca	31.31637	-9.76039		Ait Omar,Aït Omar,Id Omar		07	211		
2563266	Id Laasri	id-laasri	MA		0	Africa/Casablanca	31.3224	-9.71235		Id L'asri,Id Laasri,Id L’asri		07	211		
2563267	Douar Ouassane	douar-ouassane	MA		0	Africa/Casablanca	31.38912	-9.80997		Douar Ouassane,Ouassane,Wassane		07	211		
2563268	Al Ghar	al-ghar	MA		0	Africa/Casablanca	31.44563	-9.73904				07	211		
2563269	Douar Laaraych	douar-laaraych	MA		0	Africa/Casablanca	31.54347	-9.6873		Douar Laaraych,El Araich,El Araïch		07	211		
2563291	Douar Tiguellat	douar-tiguellat	MA		0	Africa/Casablanca	31.54929	-9.60713		Douar Tiguellat,El Guelati		07	211		
2563292	El Arba	el-arba	MA		0	Africa/Casablanca	31.42465	-9.63802				07	211		
2563293	Aït ’Ammar	ait-ammar	MA		0	Africa/Casablanca	31.42343	-9.59743				07	211		
2563294	Bou Mkila	bou-mkila	MA		0	Africa/Casablanca	31.50365	-9.61094		Bou Mkila,Boumqila		07	211		
2563296	Aït Hammou	ait-hammou	MA		0	Africa/Casablanca	31.43684	-9.53773				07	211		
2563298	Douar Id Lbacha	douar-id-lbacha	MA		0	Africa/Casablanca	31.32379	-9.52091		Douar Id Lbacha,Id al Bacha		07	211		
2563299	Aghannaj	aghannaj	MA		0	Africa/Casablanca	31.26606	-9.78828		Aghannaj,Aghnajane		07	211		
2563300	Bou Tarammant	bou-tarammant	MA		0	Africa/Casablanca	31.35086	-9.72342		Bou Tarammant,Bou Taroumant		07	211		
2563301	Id Jeddi Mbarek	id-jeddi-mbarek	MA		0	Africa/Casablanca	31.36967	-9.65267		Id Jaddi Mbark,Id Jeddi Mbarek		07	211		
2563302	El Mhela	el-mhela	MA		0	Africa/Casablanca	31.65039	-9.57391				07	211		
2563303	El Arab	el-arab	MA		0	Africa/Casablanca	31.68125	-9.55803				07	211		
2563304	Zaouia Akermoud	zaouia-akermoud	MA		0	Africa/Casablanca	31.76416	-9.53349				07	211		
2563316	El Ouadoud	el-ouadoud	MA		0	Africa/Casablanca	31.81381	-9.54499		El Ouadoud,El Wadoud		07	211		
2563332	El Ghazouane	el-ghazouane	MA		0	Africa/Casablanca	31.44439	-9.75381		Al Ghazwane,El Ghazouane		07	211		
2563485	Aït Haddou	ait-haddou	MA		0	Africa/Casablanca	30.77696	-5.2514				08	577		
2563487	Achich n’Aït Yazza	achich-n-ait-yazza	MA		0	Africa/Casablanca	30.89043	-5.29337				08	577		
2563488	Saredrar	saredrar	MA		0	Africa/Casablanca	30.72958	-5.44499				08	587		
2563501	Ikhf n’Ouzerg	ikhf-n-ouzerg	MA		0	Africa/Casablanca	30.17561	-5.23212				08	587		
2563695	Had Beni Chiker	had-beni-chiker	MA		0	Africa/Casablanca	35.27652	-3.01452				02	381		
2563696	Laâzanèn	laazanen	MA		0	Africa/Casablanca	35.25642	-3.10235		Aazanen,L'azzanene,Laazanen,Laâzanèn,L’azzanene		02	381		
2563697	Ibougherdayene	ibougherdayene	MA		0	Africa/Casablanca	35.08526	-3.08381		Iboughardain,Iboughardaïn,Ibougherdayene,Ibourhardain,Ibourhardaïn		02	381		
2564759	El Harcha	el-harcha	MA		0	Africa/Casablanca	34.18	-1.94				02	275		
2564788	Aklim	aklim	MA		0	Africa/Casablanca	34.92	-2.43		Aklim		02	113		
2564789	Tancherfi	tancherfi	MA		0	Africa/Casablanca	34.3504	-2.63605		Tancherfi,Tanncherfi		02	533		
2564791	Lamrija	lamrija	MA		0	Africa/Casablanca	34.02229	-2.3829		Lamrija,Merija,Mrija		02	275		
2564802	Aïn Zelten	ain-zelten	MA		0	Africa/Casablanca	31.3103	-9.40124				07	211		
2564807	Strifa	strifa	MA		0	Africa/Casablanca	31.36065	-9.40041				07	211		
2564812	Ida ou Gmene	ida-ou-gmene	MA		0	Africa/Casablanca	31.33829	-9.37356		Ida Ou Amane,Ida Ou Amene,Ida ou Gmene		07	211		
2564813	Aourir	aourir	MA		0	Africa/Casablanca	31.32455	-9.31248				07	211		
2564814	Toukhribine	toukhribine	MA		0	Africa/Casablanca	31.3116	-9.26333				07	161		
2564815	El Mokhtar ben Hamdane	el-mokhtar-ben-hamdane	MA		0	Africa/Casablanca	31.43966	-9.36592		Al Mokhtar Ben Hamdane,El Mokhtar ben Hamdane		07	211		
2564816	Aït Moumene	ait-moumene	MA		0	Africa/Casablanca	31.41311	-9.3613				07	211		
2564817	Aït Boubaj	ait-boubaj	MA		0	Africa/Casablanca	31.48385	-9.38896				07	211		
2564820	Aït ben Hamaïda	ait-ben-hamaida	MA		0	Africa/Casablanca	31.48293	-9.26303				07	211		
2564821	Takate	takate	MA		0	Africa/Casablanca	31.65072	-9.46913		Khemis Takate,Khmis Takat,Takate		07	211		
2564822	Zegamena	zegamena	MA		0	Africa/Casablanca	31.61757	-9.47658				07	211		
2564823	Douar Sidi Bou Alam	douar-sidi-bou-alam	MA		0	Africa/Casablanca	31.69398	-9.24406				07	211		
2564824	Al Kailat	al-kailat	MA		0	Africa/Casablanca	31.86208	-9.24613				07	211		
2564826	Oulad Mahjoub	oulad-mahjoub	MA		0	Africa/Casablanca	31.85389	-9.49256				07	211		
2564827	Al Mnasra	al-mnasra	MA		0	Africa/Casablanca	31.94885	-9.13406				07	431		
2564828	Abd el Kader	abd-el-kader	MA		0	Africa/Casablanca	31.76311	-9.04606		'Abd al Qader,Abd el Kader,’Abd al Qader		07	211		
2564829	Leblilat	leblilat	MA		0	Africa/Casablanca	31.73277	-9.11195		Lablilat,Leblilat		07	211		
2564831	Had Mramer	had-mramer	MA		0	Africa/Casablanca	31.64	-9.15				07	211		
2564832	Douar Goulla	douar-goulla	MA		0	Africa/Casablanca	31.61224	-9.02015		Boulla,Douar Goulla,Douar Saleh		07	161		
2564833	Mouisat Slimane	mouisat-slimane	MA		0	Africa/Casablanca	31.59233	-9.15363				07	211		
2564834	Zaouiat Timesket	zaouiat-timesket	MA		0	Africa/Casablanca	31.52348	-9.233				07	211		
2564835	Douar Sidi Moussa	douar-sidi-moussa	MA		0	Africa/Casablanca	31.51553	-9.07386		Douar Sidi Moussa,Sidi Moussa		07	161		
2564836	Ameskeslane	ameskeslane	MA		0	Africa/Casablanca	31.39761	-9.11558				07	161		
2564837	Bou Zargoun	bou-zargoun	MA		0	Africa/Casablanca	31.34314	-9.06274				07	161		
2564839	Arbalou	arbalou	MA		0	Africa/Casablanca	31.29112	-9.23913		Aghbalou,Arbalou		07	161		
2564840	Agadir Aït Ameur	agadir-ait-ameur	MA		0	Africa/Casablanca	31.25248	-9.21257				07	161		
2564858	Blougra	blougra	MA		0	Africa/Casablanca	30.03547	-9.06839		Biougra,Blougra		09	163		
2564859	Aguerdad	aguerdad	MA		0	Africa/Casablanca	30.06285	-9.04285				09	163		
2564860	Agadir n’Tasguedelt	agadir-n-tasguedelt	MA		0	Africa/Casablanca	30.08786	-9.0894		Agadir a Tasguedelt,Agadir n'Tasguedelt,Agadir n’Tasguedelt,Imi el Had Tasguedelt		09	163		
2564861	Aït Taleb	ait-taleb	MA		0	Africa/Casablanca	30.08928	-9.05321				09	163		
2564862	Aït Irhil	ait-irhil	MA		0	Africa/Casablanca	30.10974	-9.05952		Ait Ighil,Ait Irhil,Aït Ighil,Aït Irhil		09	163		
2564863	Asserqous	asserqous	MA		0	Africa/Casablanca	30.1859	-9.08717		Assergous,Asserqous		09	163		
2564864	El Khemis	el-khemis	MA		0	Africa/Casablanca	30.22603	-9.07237				09	541		
2564865	Oulad Raho	oulad-raho	MA		0	Africa/Casablanca	30.33201	-9.01889				09	541		
2564868	Aït Beni Allah	ait-beni-allah	MA		0	Africa/Casablanca	30.51687	-9.04985		Ait Ben Alla,Ait Beni Allah,Aït Ben Alla,Aït Beni Allah		09	541		
2564869	Ida ou Guellid	ida-ou-guellid	MA		0	Africa/Casablanca	30.38624	-9.15238				09	541		
2564871	Guertsdar	guertsdar	MA		0	Africa/Casablanca	30.49	-9.27				09	001		
2564872	Bou Yahya	bou-yahya	MA		0	Africa/Casablanca	30.4911	-9.38815		Bou Yahya,Bouyahia		09	001		
2564873	Barda	barda	MA		0	Africa/Casablanca	30.62991	-9.5175				09	001		
2564874	Taourda	taourda	MA		0	Africa/Casablanca	30.62486	-9.43446				09	001		
2564875	Taguenit n'Hammou	taguenit-n-hammou	MA		0	Africa/Casablanca	30.5	-9.43				09	001		
2564876	Assif	assif	MA		0	Africa/Casablanca	30.63249	-9.33131				09	001		
2564877	Aourir n Aït Nasser	aourir-n-ait-nasser	MA		0	Africa/Casablanca	30.67491	-9.61366		Aourir n Ait Nasser,Aourir n Aït Nasser,Awrir n Ait Nasser,Awrir n Aït Nasser		09	001		
2564878	Idourane	idourane	MA		0	Africa/Casablanca	30.70906	-9.83709				09	001		
2564879	Ighraïn Ouamad	ighrain-ouamad	MA		0	Africa/Casablanca	30.70223	-9.82286		Ighrain Ouamad,Ighrain Ouamda,Ighrayn Wamda,Ighraïn Ouamad,Ighraïn Ouamda,Irhain Ouamad,Irhaïn Ouamad		09	001		
2564880	Idou Lhaj	idou-lhaj	MA		0	Africa/Casablanca	30.70682	-9.84382		Id Ou Al Haj,Idou Lhaj		09	001		
2564889	Tadrine	tadrine	MA		0	Africa/Casablanca	30.55419	-9.58678				09	001		
2564897	Legzazma	legzazma	MA		0	Africa/Casablanca	28.96936	-10.22274				10	261		
2564947	Mansoura Ahmed	mansoura-ahmed	MA		0	Africa/Casablanca	28.61	-9.47				10	071		
2564948	Tadachacht	tadachacht	MA		0	Africa/Casablanca	28.51	-9.4				10	071		
2564992	Douar Harouch	douar-harouch	MA		0	Africa/Casablanca	29.5275	-9.92657		Douar Harouch,Harouach,Harwach		10	473		
2564993	Douar Kasbat Iboudrarene	douar-kasbat-iboudrarene	MA		0	Africa/Casablanca	29.57875	-9.80477		Douar Kasbat Iboudrarene,Iboudrarene,Iboudrarine,Ksebt Iboudrarene		09	581		
2564994	Sidi Bou Nouar	sidi-bou-nouar	MA		0	Africa/Casablanca	29.73166	-9.91204				09	581		
2564995	Lemkaïn	lemkain	MA		0	Africa/Casablanca	29.66691	-9.95617		Lamkayn,Lemkain,Lemkaïn		09	581		
2564996	Ikhorbâne	ikhorbane	MA		0	Africa/Casablanca	29.64447	-9.92284				09	581		
2564997	Youguit	youguit	MA		0	Africa/Casablanca	29.60446	-9.98824		Iguite,Iguïte,Youguit		09	581		
2564998	Douar Amaich	douar-amaich	MA		0	Africa/Casablanca	29.59013	-9.95687		Adouar Amaich,Adouar Amaïch,Am'aich,Am'aych,Am’aych,Am’aïch,Douar Amaich		09	581		
2564999	Douar Id Ouramsar	douar-id-ouramsar	MA		0	Africa/Casablanca	29.52053	-9.87369		Douar Id Ouramsar,Id Ouaousser		09	581		
2565000	Sidi Daoud	sidi-daoud	MA		0	Africa/Casablanca	29.67367	-9.83652		Sidi Daoud,Sidi Dawd		09	581		
2565001	Bou Tazlaft	bou-tazlaft	MA		0	Africa/Casablanca	29.6471	-9.88009		Bou Tazlaft,Bou Zleft		09	581		
2565002	Id Bouhouch	id-bouhouch	MA		0	Africa/Casablanca	29.57	-9.83				09	581		
2565003	Tiguemmi Ouiznite	tiguemmi-ouiznite	MA		0	Africa/Casablanca	29.62	-9.95				09	581		
2565004	Souk el Had	souk-el-had	MA		0	Africa/Casablanca	29.50422	-9.93269		El Had,Souk el Had		10	473		
2565005	Msaïdira	msaidira	MA		0	Africa/Casablanca	29.52259	-9.99133		Msaidira,Msaydira,Msaïdira		09	581		
2565013	Sidi Bou Sadakat	sidi-bou-sadakat	MA		0	Africa/Casablanca	29.56548	-9.92066				09	581		
2565020	Izâmmoûrâne	izammourane	MA		0	Africa/Casablanca	35.30029	-3.05368				02	381		
2565021	Ighzazene	ighzazene	MA		0	Africa/Casablanca	35.36635	-3.01189		Ighzazene,Irhzazene,Irhzâzene		02	381		
2565022	Ed Dar Aouragh	ed-dar-aouragh	MA		0	Africa/Casablanca	35.33662	-3.02809		Ed Dar Aouragh,Ed Dar Aourarh		02	381		
2565023	Iksane	iksane	MA		0	Africa/Casablanca	35.1281	-3.0313		Iksane,Ouiksane,Ouiksâne		02	381		
2565024	Kodia	kodia	MA		0	Africa/Casablanca	35.12068	-3.35066				02	167		
2565025	Tifziouine	tifziouine	MA		0	Africa/Casablanca	35.18375	-3.44927				02	167		
2565033	Bahmou	bahmou	MA		0	Africa/Casablanca	29.67	-9.86				09	581		
2565036	Tafensa	tafensa	MA		0	Africa/Casablanca	35.20488	-4.02297				01	051		
2565037	Taouessart	taouessart	MA		0	Africa/Casablanca	35.20428	-4.08488				01	051		
2565038	Imzibene	imzibene	MA		0	Africa/Casablanca	35.17678	-4.10261		Amzibane,Emyibene,Imzibene		01	051		
2565039	Ijandouchene	ijandouchene	MA		0	Africa/Casablanca	35.16559	-4.10631				01	051		
2565040	Gounoûria	gounouria	MA		0	Africa/Casablanca	35.14988	-4.08702				01	051		
2565041	L‘atmanene	l-atmanene	MA		0	Africa/Casablanca	35.14619	-4.13249				01	051		
2565042	Tighzâ	tighza	MA		0	Africa/Casablanca	35.14726	-4.15869		Tighza,Tighzâ,Tirhza,Tirhzâ		01	051		
2565043	Douar Taguidite	douar-taguidite	MA		0	Africa/Casablanca	35.11989	-4.16511		Douar Taguidite,Taguidit		01	051		
2565044	Boûghamboûb	boughamboub	MA		0	Africa/Casablanca	35.13982	-4.18696		Bouchamboub,Boughamboub,Bourhamboub,Boûghamboûb,Boûrhamboûb		01	051		
2565045	Douar Ait Zekri	douar-ait-zekri	MA		0	Africa/Casablanca	35.10927	-4.04409		Ait Secrit,Ait Zekri,Aït Secrit,Aït Zekrî,Douar Ait Zekri		01	051		
2565046	Douar Ait Daoud	douar-ait-daoud	MA		0	Africa/Casablanca	35.11943	-4.0362		Ait Da'oued,Ait Daoud,Aït Daoud,Aït Dâ’oued,Douar Ait Daoud		01	051		
2565047	Bni Abdellah	bni-abdellah	MA		0	Africa/Casablanca	35.05259	-4.07074		Beni Abdallah,Beni Abdellah,Bni Abdellah		01	051		
2565048	Douar Bouzdou	douar-bouzdou	MA		0	Africa/Casablanca	35.0239	-4.03432		Bouzdour,Douar Bouzdou		01	051		
2565049	Douar Ibourhoutene	douar-ibourhoutene	MA		0	Africa/Casablanca	35.07139	-4.11512		Douar Ibourhoutene,Ibaghoutene,Ibarhoutene		01	051		
2565050	Douar Aouizekht	douar-aouizekht	MA		0	Africa/Casablanca	35.0285	-4.19148		Aouizakht,Aouîzakht,Douar Aouizekht		01	051		
2565051	Douar Bou Smada	douar-bou-smada	MA		0	Africa/Casablanca	35.06939	-4.15677		Bousmada,Douar Bou Smada		01	051		
2565052	Douar Msek	douar-msek	MA		0	Africa/Casablanca	35.06334	-4.15186		Amsik,Douar Msek		01	051		
2565067	Douar Talezda	douar-talezda	MA		0	Africa/Casablanca	35.11529	-4.32507		Douar Talezda,Talzada		01	051		
2565068	Bni Boufrah	bni-boufrah	MA		0	Africa/Casablanca	35.10017	-4.3106		Beni Boufrah,Bni Boufrah		01	051		
2565113	Agni	agni	MA		0	Africa/Casablanca	35.0162	-4.30984				01	051		
2565129	Bni Gmi	bni-gmi	MA		0	Africa/Casablanca	35.05368	-4.37047		Beni Guemil,Bni Gmi		01	051		
2565145	Douar Anzagh	douar-anzagh	MA		0	Africa/Casablanca	35.09108	-4.40669		Anzagh,Anzarh,Douar Anzagh		01	051		
2565146	Douar Agherzoggart	douar-agherzoggart	MA		0	Africa/Casablanca	35.04509	-4.45523		Aghanza,Arhanza,Arhanza Karrat,Douar Agherzoggart		01	051		
2565147	Douar Gueller	douar-gueller	MA		0	Africa/Casablanca	35.0329	-4.4326		Douar Gueller,Kalet		01	051		
2565148	Douar Ait Yanya	douar-ait-yanya	MA		0	Africa/Casablanca	35.00384	-4.45652		Ait Yahia,Aït Yahia,Douar Ait Yanya		01	051		
2565149	Douar Tazayert	douar-tazayert	MA		0	Africa/Casablanca	35.11765	-4.45598		Douar Tazayert,Tazayart,Tazâyart		01	051		
2565216	Douar el Hamidat	douar-el-hamidat	MA		0	Africa/Casablanca	32.68089	-9.00475				07	431		
2565217	Lemoualda	lemoualda	MA		0	Africa/Casablanca	32.59168	-9.11		Douar Moualda,Lemoualda		07	431		
2565218	Douar Oulad Si Mhamed	douar-oulad-si-mhamed	MA		0	Africa/Casablanca	32.47607	-9.08835		Douar Oulad Si Mhamed,Oulad Sidi Ahmed		07	431		
2565221	Lalla Salah	lalla-salah	MA		0	Africa/Casablanca	32.97	-8.44				06	181		
2565222	Douar Oulad Brahim	douar-oulad-brahim	MA		0	Africa/Casablanca	32.98928	-8.325				06	181		
2565223	Oulad Mohammed	oulad-mohammed	MA		0	Africa/Casablanca	33.09	-7.05				06	461		
2565225	Sidi Mohammed Bel Maati	sidi-mohammed-bel-maati	MA		0	Africa/Casablanca	32.82	-8.22				06	181		
2565227	Oulad Amara	oulad-amara	MA		0	Africa/Casablanca	33.8087	-7.15492		Kasba Bou Hamira,Oulad Amara,Qachat al Hmira,Qasbat ben Hamira,Qaçhat al Hmira		06	111		
2565228	Kasba Skhirat	kasba-skhirat	MA		0	Africa/Casablanca	33.86138	-7.06182				04	501		
2565229	Oulad Abbou	oulad-abbou	MA		0	Africa/Casablanca	32.68025	-8.00525		El Jemaa des Oulad Abbou,Oulad Abbou		07	427		
2565230	Douar Oulad Boussaken	douar-oulad-boussaken	MA		0	Africa/Casablanca	32.54219	-8.13792		Douar Oulad Bou Sakene,Douar Oulad Boussaken,Oulad Bou Sakene		06	467		
2565231	Oulad Mira	oulad-mira	MA		0	Africa/Casablanca	32.45585	-8.35106				06	467		
2565232	Legrinat	legrinat	MA		0	Africa/Casablanca	32.32431	-8.39413		El Grainat,Grainat,Legrinat		07	427		
2565233	Oulad Ali	oulad-ali	MA		0	Africa/Casablanca	32.33868	-8.46634				07	427		
2565234	Oulad Aliane	oulad-aliane	MA		0	Africa/Casablanca	32.01642	-8.09439				07	351		
2565235	Oulad Chekat	oulad-chekat	MA		0	Africa/Casablanca	31.99508	-8.24775				07	351		
2565238	Douar Oulad Yamna	douar-oulad-yamna	MA		0	Africa/Casablanca	32.05743	-8.32698		Douar Oulad Yamna,Oulad Yamina		07	585		
2565241	Mellila	mellila	MA		0	Africa/Casablanca	33.38	-7.14			0611103072	06	111	0611103072	
2565242	Mgarto	mgarto	MA		0	Africa/Casablanca	33.17545	-7.15434				06	461		
2565243	La Jaqma	la-jaqma	MA		0	Africa/Casablanca	33.29097	-7.44132		La Jaqma,Lajaqma		06	117		
2565245	Sidi Moussa Ben Ali	sidi-moussa-ben-ali	MA		0	Africa/Casablanca	33.56	-7.37		Sidi Moussa Ben Ali,Souq al Had-Sidi Moussa Ben Ali		06	371		
2565250	Douar Hammou Ben Lagui	douar-hammou-ben-lagui	MA		0	Africa/Casablanca	31.81	-8.86				07	585		
2565251	Layaïda	layaida	MA		0	Africa/Casablanca	31.81163	-8.8556				07	585		
2565252	Douar Oulad Abdellah	douar-oulad-abdellah	MA		0	Africa/Casablanca	31.78205	-8.60596		Douar Oulad Abdellah,Oulad Abdallah		07	585		
2565253	Zaouiat Lehdil Maamora	zaouiat-lehdil-maamora	MA		0	Africa/Casablanca	31.76801	-8.64342		Zaouia el Hedil Mamra,Zaouiat Lehdil Maamora		07	585		
2565254	Mannsour	mannsour	MA		0	Africa/Casablanca	31.55626	-8.81132				07	161		
2565255	Ladilate	ladilate	MA		0	Africa/Casablanca	31.6898	-8.90249				07	161		
2565256	Douar Ezzaouia Bou Said	douar-ezzaouia-bou-said	MA		0	Africa/Casablanca	31.71447	-8.85344		Douar Ezzaouia Bou Said,Zaouia Bou Said,Zaouia Bou Saïd		07	161		
2565258	Tidili Mesfioua	tidili-mesfioua	MA		0	Africa/Casablanca	31.46586	-7.61199			0704103232	07	041	0704103232	
2565259	Tiguemmi-n-Oumzil et Tnine	tiguemmi-n-oumzil-et-tnine	MA		0	Africa/Casablanca	31.37668	-7.78284		Tiguemmi n Oumzil et Tnine,Tiguemmi-n-Oumzil et Tnine		07	041		
2565260	Arbi’a Tighadwiyn	arbi-a-tighadwiyn	MA		0	Africa/Casablanca	31.42786	-7.52526		Arba' Tighedouiine,Arba' Tighedouine,Arba’ Tighedouine,Arba’ Tighedouiîne,Arbi'a Tighadwiyn,Arbi’a Tighadwiyn		07	041		
2565265	Zaouïa el Hnâ	zaouia-el-hna	MA		0	Africa/Casablanca	29.78	-5.74				08	587		
2565267	Mhamid	mhamid	MA		10000	Africa/Casablanca	29.82	-5.72		Mhamid,Mkhamid,Мхамид		08	587		
2565268	Aït Nouh	ait-nouh	MA		0	Africa/Casablanca	32.90763	-5.58361				05	301		
2565270	Aâziza	aaziza	MA		0	Africa/Casablanca	32.98353	-5.51995		Aaziza,Aziza,Aâziza		05	301		
2565271	Aït Khouya	ait-khouya	MA		0	Africa/Casablanca	32.97259	-5.6211				05	301		
2565272	Takhoulant	takhoulant	MA		0	Africa/Casablanca	32.96578	-5.56691				05	301		
2565286	Tawarghist	tawarghist	MA		0	Africa/Casablanca	32.26134	-5.46071		Taouarghist,Tawarghist,Tizi Taoughist,Tizi Taourhist		08	363		
2565287	Tameskourt	tameskourt	MA		0	Africa/Casablanca	32.28696	-5.43144				08	363		
2565299	Douar el Hafari	douar-el-hafari	MA		0	Africa/Casablanca	34.39	-6.09				04	491		
2565300	El Malha	el-malha	MA		0	Africa/Casablanca	34.93684	-5.04371		Al Malha,El Malha		01	151		
2565301	Beni Ahmed	beni-ahmed	MA		0	Africa/Casablanca	34.84	-5.07				01	151		
2565302	Aïlef	ailef	MA		0	Africa/Casablanca	34.68542	-5.0603				03	531		
2565310	Lataouna	lataouna	MA		0	Africa/Casablanca	34.46285	-6.07913		Al `Atawna,Al ‘Atawna,Lataouna		04	481		
2565311	Al Ghrariyine	al-ghrariyine	MA		0	Africa/Casablanca	34.38	-6.13				04	491		
2565312	Lahyalfa	lahyalfa	MA		0	Africa/Casablanca	34.43357	-6.48112		Hialfa,Lahyalfa		04	281		
2565313	Aïn Zohra	ain-zohra	MA		0	Africa/Casablanca	34.1	-6.35		Ain Johra,Ain Zohra,Aïn Johra,Aïn Zohra		04	291		
2565315	Oulad Rahhou	oulad-rahhou	MA		0	Africa/Casablanca	34.43	-6.16				04	491		
2565316	Al Brahma	al-brahma	MA		0	Africa/Casablanca	34.38	-6.22				04	491		
2565317	Doukkala	doukkala	MA		0	Africa/Casablanca	34.43	-6.22				04	491		
2565318	Samora	samora	MA		0	Africa/Casablanca	34.36	-6.22				04	491		
2565319	Oulad Saïd	oulad-said	MA		0	Africa/Casablanca	34.32	-6.04				04	491		
2565320	Hababda	hababda	MA		0	Africa/Casablanca	34.28	-6.22				04	491		
2565321	El Hafari	el-hafari	MA		0	Africa/Casablanca	34.44079	-6.21081		Al Hfari,El Hafari		04	491		
2565324	Zemmour Touirza	zemmour-touirza	MA		0	Africa/Casablanca	34.16	-6.2				04	291		
2565325	Oulad Ben Daoud	oulad-ben-daoud	MA		0	Africa/Casablanca	34.2	-6.05		Oulad Ben Daoud,Oulad Ben Dawd		04	491		
2565326	Tissane	tissane	MA		0	Africa/Casablanca	34.23	-6.01				04	491		
2565327	Al Haïmriyine	al-haimriyine	MA		0	Africa/Casablanca	34.17	-6.01				04	491		
2565336	Dar Oulad el Haj Bou Chaïb	dar-oulad-el-haj-bou-chaib	MA		0	Africa/Casablanca	33.20932	-7.58354				06	117		
2565347	Timiicht	timiicht	MA		0	Africa/Casablanca	30.51416	-7.25243		Timiicht,Timjicht		08	401		
2565348	Iglaouane	iglaouane	MA		0	Africa/Casablanca	31.70916	-6.32225				05	081		
2565349	Taghoulid	taghoulid	MA		0	Africa/Casablanca	31.69667	-6.36131		Taghoulid,Tarhoulite		05	081		
2565350	Aït Ziri	ait-ziri	MA		0	Africa/Casablanca	31.64764	-6.45388				05	081		
2565351	Timit	timit	MA		0	Africa/Casablanca	31.65798	-6.44006				05	081		
2565355	Asdif	asdif	MA		0	Africa/Casablanca	30.4092	-7.43442		Acdif,Asdif,Açdif		08	401		
2565356	Ouantkou	ouantkou	MA		0	Africa/Casablanca	30.26988	-7.33393		Ouantkou,Wantkou		08	401		
2565357	Timoulal	timoulal	MA		0	Africa/Casablanca	30.38651	-7.3583				08	401		
2565358	Tizgui	tizgui	MA		0	Africa/Casablanca	30.21512	-7.43929				08	401		
2565359	Ikiïs	ikiis	MA		0	Africa/Casablanca	30.20059	-7.49333		Ikiis,Ikiys,Ikiïs		08	401		
2565363	Islil	islil	MA		0	Africa/Casablanca	30.07595	-7.47774				09	551		
2565364	Dar Ben Abdallah Ben Dehbi	dar-ben-abdallah-ben-dehbi	MA		0	Africa/Casablanca	33.51	-7.73				06	385		
2565371	Fouwanou	fouwanou	MA		0	Africa/Casablanca	30.79613	-7.3517		Fouanou,Fouwanou		08	401		
2565372	Wijjane	wijjane	MA		0	Africa/Casablanca	30.78647	-7.45115		Ouijjane,Wijjane		08	401		
2565373	Azib Sidi Boulmane	azib-sidi-boulmane	MA		0	Africa/Casablanca	30.81015	-7.4391				08	401		
2565374	Tidlit	tidlit	MA		0	Africa/Casablanca	30.84985	-7.35018		Tidlit,Tindlit		08	401		
2565375	Rbat n’Taoura	rbat-n-taoura	MA		0	Africa/Casablanca	30.8888	-7.31457				08	401		
2565376	Amalaz	amalaz	MA		0	Africa/Casablanca	30.96939	-7.48445		Amalaz,Amalez		08	401		
2565379	Amane Aït Oussa	amane-ait-oussa	MA		0	Africa/Casablanca	28.52889	-10.05946				10	261		
2565383	Derroua	derroua	MA		0	Africa/Casablanca	33.37	-7.54				06	117		
2565384	Al ’Amamcha	al-amamcha	MA		0	Africa/Casablanca	33.07326	-7.60655		Al 'Amamcha,Al Amamcha,Al ’Amamcha		06	461		
2565385	Tamdrost	tamdrost	MA		0	Africa/Casablanca	33.07	-7.54				06	461		
2565393	Tinlif	tinlif	MA		0	Africa/Casablanca	30.34555	-7.39841				08	401		
2565403	Ta’angoumt	ta-angoumt	MA		0	Africa/Casablanca	30.02326	-8.31129				09	541		
2565404	Tig-natine	tig-natine	MA		0	Africa/Casablanca	30.13066	-8.38145		Tig Natine,Tig-natine		09	541		
2565406	Tafza	tafza	MA		0	Africa/Casablanca	30.22521	-8.09222				09	541		
2565407	Ouarzdane	ouarzdane	MA		0	Africa/Casablanca	30.19877	-8.00222		Ouarzdane,Ourzdane		09	541		
2565409	Aït Ounzar	ait-ounzar	MA		0	Africa/Casablanca	30.35005	-8.21264		Ait Ounzar,Anammer,Aït Ounzar		09	541		
2565410	Aït ’Addi	ait-addi	MA		0	Africa/Casablanca	30.42566	-8.27433				09	541		
2565411	Zdine	zdine	MA		0	Africa/Casablanca	30.42006	-8.30556				09	541		
2565412	Tizgui	tizgui	MA		0	Africa/Casablanca	30.3934	-8.38555				09	541		
2565413	Tanroucht	tanroucht	MA		0	Africa/Casablanca	30.39562	-8.49198		Tanghoucht,Tanroucht		09	541		
2565419	Tihhi	tihhi	MA		0	Africa/Casablanca	30.19056	-8.19269				09	541		
2565420	Amsangarf	amsangarf	MA		0	Africa/Casablanca	30.23763	-8.39721		Amsangarf,Amsengarf		09	541		
2565421	Imoulana ’Ali	imoulana-ali	MA		0	Africa/Casablanca	30.33592	-8.32414				09	541		
2565422	Aït Ajal	ait-ajal	MA		0	Africa/Casablanca	30.46694	-8.49148				09	541		
2565423	Wawsalgout	wawsalgout	MA		0	Africa/Casablanca	30.44488	-8.30577				09	541		
2565424	Ighir Imdaïn	ighir-imdain	MA		0	Africa/Casablanca	30.21716	-8.19271		Ighir Imdain,Ighir Imdayn,Ighir Imdaïn		09	541		
2565440	Dchira	dchira	MA		0	Africa/Casablanca	29.00719	-10.18593				10	261		
2565441	Ouggoug	ouggoug	MA		0	Africa/Casablanca	29.09997	-10.08				10	473		
2565442	Tamassoukt	tamassoukt	MA		0	Africa/Casablanca	29.12988	-10.18392		Tamassoukt,Tamsought		10	473		
2565548	Dar Baïroûk	dar-bairouk	MA		0	Africa/Casablanca	28.98046	-10.12292				10	261		
2566784	Douar Bou Khalifa	douar-bou-khalifa	MA		0	Africa/Casablanca	35.06999	-4.02946		Boukhlifa,Boûkhlîfa,Douar Bou Khalifa		01	051		
2567471	Sidi el Haj Bou Derbala	sidi-el-haj-bou-derbala	MA		0	Africa/Casablanca	33.82316	-7.14711		Sidi al Haj Bou Derbala,Sidi el Haj Bou Derbala		06	111		
2567520	Tanja Lbalya	tanja-lbalya	MA		0	Africa/Casablanca	35.76935	-5.77064		El Balia,Tandja al Balia,Tanja Balia,Tanja Lbalya		01	511		
2567966	Tigdad	tigdad	MA		0	Africa/Casablanca	30.50625	-9.55946				09	001		
2567967	Elma	elma	MA		0	Africa/Casablanca	30.51455	-9.58741		Alma,Elma		09	001		
2567972	Tamraght Ouzdar	tamraght-ouzdar	MA		0	Africa/Casablanca	30.50949	-9.67537		Tamraght Ouzdar,Tamrarht Ouzdar		09	001		
2567976	Tamraght Ou Fella	tamraght-ou-fella	MA		0	Africa/Casablanca	30.51736	-9.65505		Tamraght Ou Fella,Tamrarht Ou Fella		09	001		
2567979	Imi Mikki	imi-mikki	MA		0	Africa/Casablanca	30.51857	-9.65301				09	001		
2568012	Taghazout	taghazout	MA		5233	Africa/Casablanca	30.54259	-9.71115		Taghazout,Tarhazoute	0400105232	09	001	0400105232	
2568013	La Madrague	la-madrague	MA		0	Africa/Casablanca	30.54509	-9.7291				09			
2568014	Tamarout	tamarout	MA		0	Africa/Casablanca	30.5377	-9.63245				09	001		
2568020	Tagadirt	tagadirt	MA		0	Africa/Casablanca	30.55435	-9.62495				09	001		
2568022	Tamzaït	tamzait	MA		0	Africa/Casablanca	30.57234	-9.61576				09	001		
2568027	Agouni	agouni	MA		0	Africa/Casablanca	30.56286	-9.66376				09	001		
2568029	Taghroutane	taghroutane	MA		0	Africa/Casablanca	30.56679	-9.50999		Taghroutane,Tarhroutane		09	001		
2568031	Tifratine	tifratine	MA		0	Africa/Casablanca	30.5725	-9.57571				09	001		
2568032	Taghout	taghout	MA		0	Africa/Casablanca	30.5783	-9.58482		Taghout,Tarhout		09	001		
2568048	Aksri	aksri	MA		0	Africa/Casablanca	30.61328	-9.5101				09	001		
2568050	Tassila	tassila	MA		0	Africa/Casablanca	30.64589	-9.51053				09	001		
2568052	Aghori Ou Falla	aghori-ou-falla	MA		0	Africa/Casablanca	30.65732	-9.55705		Aghori Ou Falla,Arhori ou Fella		09	001		
2568056	Aghori Izdar	aghori-izdar	MA		0	Africa/Casablanca	30.6614	-9.57854		Aghori Izdar,Arhori Izdar		09	001		
2568060	Timekti	timekti	MA		0	Africa/Casablanca	30.66873	-9.52462		Timakti,Timekti		09	001		
2568088	Tinirt	tinirt	MA		0	Africa/Casablanca	30.69718	-9.73614				09	001		
2568117	Aousseguedelt	aousseguedelt	MA		0	Africa/Casablanca	30.69268	-9.51783		Aousseguedelt,Awssagdalt		09	001		
2568125	Talazza	talazza	MA		0	Africa/Casablanca	30.70369	-9.59926		Talazza,Talezza		09	001		
2568126	Gamane	gamane	MA		0	Africa/Casablanca	30.72463	-9.55003				09	001		
2568127	Aït Jiitakoul	ait-jiitakoul	MA		0	Africa/Casablanca	30.71436	-9.63169				09	001		
2568128	Timsalt	timsalt	MA		0	Africa/Casablanca	30.69	-9.64				09	001		
2568135	Id Hammou	id-hammou	MA		0	Africa/Casablanca	30.99413	-9.73409				07	211		
2568140	Askans	askans	MA		0	Africa/Casablanca	30.69301	-9.55917		Askans,Askenns		09	001		
2568143	Ikhyadn	ikhyadn	MA		0	Africa/Casablanca	30.99034	-9.73551				07	211		
2568157	Sidi Bou Rja	sidi-bou-rja	MA		0	Africa/Casablanca	30.97956	-9.71321				07	211		
2568158	Aït Ougouni	ait-ougouni	MA		0	Africa/Casablanca	30.96243	-9.73061				07	211		
2568159	Islaouine	islaouine	MA		0	Africa/Casablanca	30.94112	-9.73207		Islaouine,Islawine		07	211		
2568176	Id el Cadi	id-el-cadi	MA		0	Africa/Casablanca	30.93835	-9.72565		Id al Qadi,Id el Cadi		07	211		
2568177	Id er Rami	id-er-rami	MA		0	Africa/Casablanca	30.93424	-9.72407		Id ar Rami,Id er Rami		07	211		
2568179	Idou Souane	idou-souane	MA		0	Africa/Casablanca	30.93218	-9.73121		Id Ou Souane,Id Ou Souwane,Idou Souane		07	211		
2568180	Zaouiet Izirarn	zaouiet-izirarn	MA		0	Africa/Casablanca	30.91409	-9.72812		Zaouiet Iziran,Zaouiet Izirarn		07	211		
2568213	Ed Dahr	ed-dahr	MA		0	Africa/Casablanca	30.90956	-9.7284		Ad Dahr,Ed Dahr		07	211		
2568225	Tiguert	tiguert	MA		0	Africa/Casablanca	30.62905	-9.83378		Tigart,Tiguert		09	001		
2568226	Igdad	igdad	MA		0	Africa/Casablanca	30.88848	-9.72729				07	211		
2568230	Bâzzou	bazzou	MA		0	Africa/Casablanca	30.87798	-9.73405		Bazzou,Bâzzou		07	211		
2568232	Aghoud	aghoud	MA		0	Africa/Casablanca	30.60663	-9.77597		Aghoud,Arhoud		09	001		
2568233	Tagant	tagant	MA		0	Africa/Casablanca	30.64687	-9.86067				09	001		
2568234	Agaraz	agaraz	MA		0	Africa/Casablanca	30.6516	-9.82253				09	001		
2568235	Tamejjout	tamejjout	MA		0	Africa/Casablanca	30.87619	-9.73911		Tamajjout,Tamejjout		07	211		
2568236	Id Baroud	id-baroud	MA		0	Africa/Casablanca	30.86901	-9.74731				09	001		
2568237	Tirsine	tirsine	MA		0	Africa/Casablanca	30.87272	-9.68199				07	211		
2568239	Sidi Bou Zid	sidi-bou-zid	MA		0	Africa/Casablanca	30.87282	-9.65331				07	211		
2568245	Agourgour	agourgour	MA		0	Africa/Casablanca	30.90158	-9.66447				07	211		
2568247	Imsker	imsker	MA		0	Africa/Casablanca	30.92066	-9.63986		Imskar,Imsker		07	211		
2568251	Tirhirn Ikounadn	tirhirn-ikounadn	MA		0	Africa/Casablanca	30.94484	-9.66525		Ikoumadan,Ikounadan,Ikounadn,Tirhirn Ikounadn		07	211		
2568265	Id Aïssitn	id-aissitn	MA		0	Africa/Casablanca	30.95879	-9.68161		Id A'yssitn,Id Aissitn,Id Aïssitn,Id A’yssitn		07	211		
2568269	Id Bihi	id-bihi	MA		0	Africa/Casablanca	30.9691	-9.66811				07	211		
2568270	Azroug	azroug	MA		0	Africa/Casablanca	30.97359	-9.65805				07	211		
2568271	Id el Mchrouh	id-el-mchrouh	MA		0	Africa/Casablanca	30.97617	-9.66808		Id al Mchrouh,Id el Mchrouh		07	211		
2568273	Tiguemmi Izdern	tiguemmi-izdern	MA		0	Africa/Casablanca	30.99097	-9.67212		Tigammi,Tiguemmi,Tiguemmi Izdern		07	211		
2568274	Sidi Yahya	sidi-yahya	MA		0	Africa/Casablanca	30.98418	-9.69018				07	211		
2568275	Douar n’Touzzoumt	douar-n-touzzoumt	MA		0	Africa/Casablanca	30.9843	-9.64061		Douar n'Touzzoumt,Douar n’Touzzoumt,Douwar-n-Touzzoumt		07	211		
2568276	Tiourar	tiourar	MA		0	Africa/Casablanca	30.95348	-9.61478				07	211		
2568281	Iderdar	iderdar	MA		0	Africa/Casablanca	30.96999	-9.59497		Idardar,Iderdar		07	211		
2568282	Abbajn	abbajn	MA		0	Africa/Casablanca	30.92844	-9.58348				07	211		
2568283	Tiguemmi Irhamane	tiguemmi-irhamane	MA		0	Africa/Casablanca	30.89982	-9.61805		Ighamane,Irhamane,Tiguemmi Irhamane		07	211		
2568284	Tamjarra	tamjarra	MA		0	Africa/Casablanca	30.87926	-9.55227				07	211		
2568285	Bour Zdoud	bour-zdoud	MA		0	Africa/Casablanca	30.89409	-9.56137		Bou Zdoud,Bour Zdoud		07	211		
2568292	Sidi Abdallah	sidi-abdallah	MA		0	Africa/Casablanca	30.90726	-9.52944				07	211		
2568293	Sidi Mohamed Argrag	sidi-mohamed-argrag	MA		0	Africa/Casablanca	30.91871	-9.54331				07	211		
2568295	Sidi Ali Boubkar	sidi-ali-boubkar	MA		0	Africa/Casablanca	30.93912	-9.50282		Sidi Ali Boubkar,Sidi Ali Boubker		07	211		
2568296	Ouamsoult	ouamsoult	MA		0	Africa/Casablanca	30.98362	-9.53211		Ouamsoult,Ouwamsoult		07	211		
2568297	Tousslane	tousslane	MA		0	Africa/Casablanca	30.99018	-9.503		Touslane,Tousslane		07	211		
2568298	Tiriouine	tiriouine	MA		0	Africa/Casablanca	30.87879	-9.52222		Tiriouine,Tiriyouwine		07	211		
2568299	Id Hammou	id-hammou	MA		0	Africa/Casablanca	30.84682	-9.72783		Id Hammou,Id Hamou		07	211		
2568300	Takhsmout	takhsmout	MA		0	Africa/Casablanca	30.84119	-9.72538				07	211		
2568309	Aït Khemis	ait-khemis	MA		0	Africa/Casablanca	30.75493	-9.67619		Ait Khamis,Ait Khemis,Aït Khamis,Aït Khemis		09	001		
2568310	Tafroukht	tafroukht	MA		0	Africa/Casablanca	30.77277	-9.66364				09	001		
2568311	Idou Hou	idou-hou	MA		0	Africa/Casablanca	30.7787	-9.67282				09	001		
2568322	Ibouchelloutn	ibouchelloutn	MA		0	Africa/Casablanca	30.80996	-9.70702		Ibouchalloutn,Ibouchelloutn		07	211		
2568325	Tazouount	tazouount	MA		0	Africa/Casablanca	30.79087	-9.61027		Tazouount,Tazouwount		09	001		
2568327	Aït Tiouine	ait-tiouine	MA		0	Africa/Casablanca	30.85	-9.55		Ait Tiouine,Ait Tiyouwine,Aït Tiouine,Aït Tiyouwine		09	001		
2568328	Sidi Bou Zid	sidi-bou-zid	MA		0	Africa/Casablanca	30.85702	-9.54839				09	001		
2568332	Aït ou Alla	ait-ou-alla	MA		0	Africa/Casablanca	30.76821	-9.53178		Ait Ou Alla,Ait ou Alla,Aït ou Alla,Aīt Ou Alla		09	001		
2568346	Tagadirt Moussa	tagadirt-moussa	MA		0	Africa/Casablanca	30.54973	-9.62382				09	001		
2568347	Ait Daoud	ait-daoud	MA		0	Africa/Casablanca	30.6531	-9.86625		Ait Daoud,Ait Dawd,Aït Daoud,Aït Dawd		09	001		
2568360	Tazemmourt	tazemmourt	MA		0	Africa/Casablanca	30.64954	-9.84802		Tazammourt,Tazemmourt		09	001		
2568362	Ait Zekri	ait-zekri	MA		0	Africa/Casablanca	30.66485	-9.86664		Ait Zakri,Ait Zekri,Aït Zakri,Aït Zekri		09	001		
2568365	Sihal	sihal	MA		0	Africa/Casablanca	30.68131	-9.86487				09	001		
2568367	Imeryahene	imeryahene	MA		0	Africa/Casablanca	30.67754	-9.85775		Imeryahene,Imriahene,Imriyahane		09	001		
2568368	Imi -n- Tghoula	imi-n-tghoula	MA		0	Africa/Casablanca	30.67289	-9.85103		Imi -n- Tghoula,Imi n'Tghoula,Imi n'Trhoula,Imi n’Tghoula,Imi n’Trhoula		09	001		
2568370	Adrar	adrar	MA		0	Africa/Casablanca	30.6596	-9.79232				09	001		
2568389	Takerrou	takerrou	MA		0	Africa/Casablanca	30.67153	-9.78406		Takerrou,Taqarrou		09	001		
2568396	Id Ouchchene	id-ouchchene	MA		0	Africa/Casablanca	30.6946	-9.83758		Id Ouchchane,Id Ouchchene		09	001		
2568399	Id Behemmouch	id-behemmouch	MA		0	Africa/Casablanca	30.68803	-9.83187		Id Bahammouch,Id Bahemmouch,Id Behemmouch		09	001		
2568400	Tamri	tamri	MA		0	Africa/Casablanca	30.69602	-9.82972			0400105252	09	001	0400105252	
2568401	Ighraïn Ouamda	ighrain-ouamda	MA		0	Africa/Casablanca	30.7	-9.82		Ighrain Ouamda,Ighrayn Wamda,Ighraïn Ouamda,Irhrain Ouamad,Irhrain Ouamda,Irhraïn Ouamad,Irhraïn Ouamda		09	001		
2568427	Mahmoud	mahmoud	MA		0	Africa/Casablanca	30.71578	-9.81094		Mahmoud,Mahmound		09	001		
2568724	Ait Ouchane	ait-ouchane	MA		0	Africa/Casablanca	30.75906	-9.79218		Ait Ouchane,Ait Ouchchane,Ait Ouchchene,Aït Ouchchane,Aït Ouchchene		09	001		
2568726	Er Riad	er-riad	MA		0	Africa/Casablanca	30.80153	-9.75912		Ar Ryad,Er Riad		09	001		
2568727	Douar Tigayout	douar-tigayout	MA		0	Africa/Casablanca	30.79976	-9.77427		Douar Tigayout,Tagayout		09	001		
2568844	Taguiout	taguiout	MA		0	Africa/Casablanca	30.98781	-9.76865		Taguiout,Taguiyout,Taguiyoute		07	211		
2568845	Tagourgourt	tagourgourt	MA		0	Africa/Casablanca	30.98678	-9.77896		Tagourgourt,Tagourgout		07	211		
2568846	Aftas Imirditsine	aftas-imirditsine	MA		0	Africa/Casablanca	30.9543	-9.82175		Aftas Imarditsane,Aftas Imerditsene,Aftas Imirditsine		07			
2568847	Douar Id Moulay Ali	douar-id-moulay-ali	MA		0	Africa/Casablanca	30.9008	-9.80494		Douar Id Moulay Ali,Id Moulay Ali		09	001		
2568878	Tasdert	tasdert	MA		0	Africa/Casablanca	30.52	-9.26				09	541		
2568880	Tahboust Oufella	tahboust-oufella	MA		0	Africa/Casablanca	30.51	-9.43		Tahbouht Ou Fella		09	001		
2568881	Guertsdar	guertsdar	MA		0	Africa/Casablanca	30.50479	-9.29224				09	001		
2568882	Tasdremt	tasdremt	MA		0	Africa/Casablanca	30.53	-9.48				09	001		
2568884	Aguerd	aguerd	MA		0	Africa/Casablanca	30.56	-9.48				09	001		
2568885	Biramane	biramane	MA		0	Africa/Casablanca	30.74126	-9.25585				09	001		
2568886	Tasguint	tasguint	MA		0	Africa/Casablanca	30.73	-9.26				09	001		
2568887	Iousserane	iousserane	MA		0	Africa/Casablanca	30.72333	-9.26703				09	001		
2568888	Tirhoula	tirhoula	MA		0	Africa/Casablanca	30.73014	-9.32895		Tighoula,Tirhoula		09	001		
2568889	Tamlalt	tamlalt	MA		0	Africa/Casablanca	30.7	-9.3		Tamalalt		09	001		
2568890	Tilirzr	tilirzr	MA		0	Africa/Casablanca	30.72	-9.46				09	001		
2568891	Imouzzer des Ida Ou Tanane	imouzzer-des-ida-ou-tanane	MA		0	Africa/Casablanca	30.67	-9.48		Immouzer des Ida Ou Tanane,Immouzzer Ida Ou Tanane		09	001		
2568892	Bou Tara	bou-tara	MA		0	Africa/Casablanca	30.68	-9.44				09	001		
2568893	Tizgui n'Chorfa	tizgui-n-chorfa	MA		0	Africa/Casablanca	30.67	-9.35		tyzky nshrfa,تيزكي نشرفا		09	001		
2568896	Assafid	assafid	MA		0	Africa/Casablanca	30.65	-9.36				09	001		
2568897	Tamazirt	tamazirt	MA		0	Africa/Casablanca	30.64	-9.38				09	001		
2568898	Takessa	takessa	MA		0	Africa/Casablanca	30.65509	-9.45				09	001		
2568899	Tighanimine	tighanimine	MA		0	Africa/Casablanca	30.59	-9.42		Tirhanimine		09	001		
2568984	Tarhzout	tarhzout	MA		0	Africa/Casablanca	31.04975	-9.30584		Taghzout,Tarhzout		07	211		
2569051	Sidi Cherif	sidi-cherif	MA		0	Africa/Casablanca	31.17993	-9.70704		Sidi Charif,Sidi Cherif		07	211		
2569052	Smimou	smimou	MA		0	Africa/Casablanca	31.21014	-9.70863			0721105392	07	211	0721105392	
2569053	Sidi Cherif	sidi-cherif	MA		0	Africa/Casablanca	31.15113	-9.70373		Sidi Charif,Sidi Cherif		07	211		
2569104	Aïn el Hamra	ain-el-hamra	MA		0	Africa/Casablanca	33.5	-7		Ain al Hamra,Ain el Hamra,Aïn al Hamra,Aïn el Hamra		06	111		
2569105	El Ktaba	el-ktaba	MA		0	Africa/Casablanca	33.55	-7.02		Al Qtaba,El Ktaba		06	111		
2569106	Aïn el Ksob	ain-el-ksob	MA		0	Africa/Casablanca	33.57	-7		Ain al Qcob,Ain al Qsab,Ain el Ksob,Aïn al Qsab,Aïn al Qçob,Aïn el Ksob		06	111		
2569107	Aïn Sferjila	ain-sferjila	MA		0	Africa/Casablanca	33.65872	-7.16411		Ain Sferjila,Ain as Sferjila,Aïn Sferjila,Aïn as Sferjila		06	111		
2569125	Zaouit el Mehser	zaouit-el-mehser	MA		0	Africa/Casablanca	31.23775	-9.61897		Zaouit el Mehser,Zawit al Mahsar		07	211		
2569126	Tazeribine	tazeribine	MA		0	Africa/Casablanca	31.14067	-9.63044		Tazeribine,Tazribine		07	211		
2569150	Sidi Saïd	sidi-said	MA		0	Africa/Casablanca	31.1916	-9.51811				07	211		
2569151	Eddhar	eddhar	MA		0	Africa/Casablanca	31.15439	-9.53778		Ad Dahr,Ed Dahr,Eddhar		07	211		
2569153	Sidi Mbarek	sidi-mbarek	MA		0	Africa/Casablanca	31.12655	-9.53139		Sidi Embark,Sidi Mbarek,Sidi Mbark		07	211		
2569172	Id Ouasrad	id-ouasrad	MA		0	Africa/Casablanca	31.08084	-9.75312		Id Ouasrad,Idourane		07	211		
2569173	Igounzi	igounzi	MA		0	Africa/Casablanca	31.05934	-9.70123		Iganzi,Igounzi,Iguenzi		07	211		
2569174	Douar Lmachrak	douar-lmachrak	MA		0	Africa/Casablanca	31.0316	-9.73138		Al Mcharq,Douar Lmachrak,El Mcherk		07	211		
2569175	Id Ou Maha	id-ou-maha	MA		0	Africa/Casablanca	31.0091	-9.63265		Ait Illoul,Aït Illoul,Id Ou Maha		07	211		
2569176	Sidi Hassaïne	sidi-hassaine	MA		0	Africa/Casablanca	31.02795	-9.59373		Sidi Hassaine,Sidi Hassayne,Sidi Hassaïne		07	211		
2569293	Ben Nabet	ben-nabet	MA		0	Africa/Casablanca	33.66	-7.25				06	111		
2569294	El Bsaslat el Ghaba	el-bsaslat-el-ghaba	MA		0	Africa/Casablanca	33.50874	-6.98499		Al Bcaclat al Ghaba,Al Bsaslat al Ghaba,Al Bçaçlat al Ghaba,El Bsaslat el Ghaba		06	111		
2569295	Oulad Youssef	oulad-youssef	MA		0	Africa/Casablanca	33.52591	-7.31309				06	111		
2569296	Souk el Had	souk-el-had	MA		0	Africa/Casablanca	33.53473	-6.99391		Al Had,Souk el Had,Souq al Had		06	111		
2569297	Oulad Sa’id	oulad-sa-id	MA		0	Africa/Casablanca	33.56	-6.83				06	111		
2569298	Dr. Oulad Daoud	dr-oulad-daoud	MA		0	Africa/Casablanca	33.63172	-6.8087		Dr. Oulad Daoud,Oulad Daoud,Oulad Dawd		04	501		
2569301	Douar Dchiouer	douar-dchiouer	MA		0	Africa/Casablanca	35.43021	-6.01675		Ad Dechiwa,Ad Dechtwa,Douar Dchiouer,Ed Dechiouar		01	511		
2569302	Hasnaoua	hasnaoua	MA		0	Africa/Casablanca	35.33361	-6.03158		Hasnaoua,Hasnawa,Hassasna		01	511		
2569308	Oulfa	oulfa	MA		0	Africa/Casablanca	33.56486	-7.69421				06	141		
2569321	Aït Rkha	ait-rkha	MA		0	Africa/Casablanca	33.36003	-8.25111				06	181		
2569452	Oulad Ben Karroum	oulad-ben-karroum	MA		0	Africa/Casablanca	33.85709	-6.96603		Oulad Ben Karroum,Oulad Karroum,Oulad Kerroum		04	501		
2569453	Oulad Mbarek	oulad-mbarek	MA		0	Africa/Casablanca	33.86715	-6.85494		Oulad Mbarek,Oulad Mbark		04	501		
2569454	Akrach	akrach	MA		0	Africa/Casablanca	33.93752	-6.7786				04	501		
2569460	Kouas	kouas	MA		0	Africa/Casablanca	33.98424	-6.87756		Kouas,Qwas		04	421		
2569629	Laghouazi	laghouazi	MA		0	Africa/Casablanca	35.02545	-6.14282		Laghouazi,Larhouazi		01	331		
2569630	Zlaoula	zlaoula	MA		0	Africa/Casablanca	35.02341	-6.17792				01	331		
2569632	Mouaraa Smid Lma	mouaraa-smid-lma	MA		0	Africa/Casablanca	35.05967	-6.09124		Mouara Smid el Ma,Mouaraa Smid Lma		01	331		
2569636	Oulad Bou Khachou 2	oulad-bou-khachou-2	MA		0	Africa/Casablanca	35.05346	-6.00198		Oulad Bou Khachou 2,Oulad Boukhachau,Oulad Boukhachou		01	331		
2569639	Shay Shat	shay-shat	MA		0	Africa/Casablanca	35.07839	-6.03915				01	331		
2569640	Chlihat	chlihat	MA		0	Africa/Casablanca	35.08002	-6.04103		Chlihat,Chlihate		01	331		
2569641	Usine Nesma	usine-nesma	MA		0	Africa/Casablanca	35.08536	-6.08122		Nemsa,Usine Nesma		01	331		
2569653	Amer Najma	amer-najma	MA		0	Africa/Casablanca	35.10247	-6.01887		Amer Najma,Aoma Nejema,Aomar Nejma		01	331		
2569654	Douar Kahanna	douar-kahanna	MA		0	Africa/Casablanca	35.12828	-6.01232		Douar Kahanna,Kahana,Kahanna		01	331		
2569655	Douar Doukkala	douar-doukkala	MA		0	Africa/Casablanca	35.16734	-6.07891		Douar Doukkala,Doukkala		01	331		
2569656	Douar Badaoua Chajra	douar-badaoua-chajra	MA		0	Africa/Casablanca	35.16733	-6.04035		Bdaoua Sejra,Douar Badaoua Chajra		01	331		
2569657	Id Quakchchoud	id-quakchchoud	MA		0	Africa/Casablanca	30.66139	-9.81545		Id Ou Akchchoud,Id Quakchchoud		09	001		
2569658	Douar Rehiyyine	douar-rehiyyine	MA		0	Africa/Casablanca	35.2242	-6.07708		Douar Rehiyyine,Rehiine		01	331		
2569718	Douar Tazeglout	douar-tazeglout	MA		0	Africa/Casablanca	35.24694	-5.57537		Douar Tazeglout,Tazglout,Tazoute		01	331		
2569719	Douar Boujariya Habriya	douar-boujariya-habriya	MA		0	Africa/Casablanca	35.28972	-5.67229		Boujaria Habtia,Douar Boujariya Habriya		01	331		
2569720	Douar Bou Zohri	douar-bou-zohri	MA		0	Africa/Casablanca	35.28674	-5.6057		Bouzouhri,Douar Bou Zohri		01	331		
2569724	Douar Lharich	douar-lharich	MA		0	Africa/Casablanca	35.32472	-5.57089		Douar Lharich,El Harech		01	331		
2569729	Afkir	afkir	MA		0	Africa/Casablanca	35.37084	-5.65543				01	331		
2569730	Douar Afernou Essefli	douar-afernou-essefli	MA		0	Africa/Casablanca	35.36675	-5.59146		Afernou Sefli,Douar Afernou Essefli		01	331		
2569781	Dlaoula	dlaoula	MA		0	Africa/Casablanca	35.48242	-5.56584				01	571		
2569782	Douar Anekri	douar-anekri	MA		0	Africa/Casablanca	35.48247	-5.62877		Anekri,Douar Anekri		01	571		
2569783	Douar Rmamna	douar-rmamna	MA		0	Africa/Casablanca	35.46934	-5.71094		Douar Rmamna,Er Rmamna		01	571		
2569791	Khandeq Achich	khandeq-achich	MA		0	Africa/Casablanca	35.465	-5.5723		Khandak Khachich,Khandeq Achich		01	571		
2569795	Douar Otmanich	douar-otmanich	MA		0	Africa/Casablanca	35.46501	-5.62551		Douar Otmanich,Tmanech		01	571		
2569899	Douar Zaouia Bni Hmiyed	douar-zaouia-bni-hmiyed	MA		0	Africa/Casablanca	35.38907	-5.67346		Douar Zaouia Bni Hmiyed,Zaouia Beni Hemaid,Zaouïa Beni Hemaïd		01	571		
2569900	Douar El Aioun Lfouqiya	douar-el-aioun-lfouqiya	MA		0	Africa/Casablanca	35.38666	-5.63973		Douar El Aioun Lfouqiya,El Aioun Foukia,El Aïoun Foukia		01	571		
2569901	Aghbalou	aghbalou	MA		0	Africa/Casablanca	35.38095	-5.55901		Aghbalou,Arhbalou		01	331		
2569902	Onsar	onsar	MA		0	Africa/Casablanca	35.40958	-5.55384		El Ounsar,Onsar		01	571		
2569936	Es Sakhra	es-sakhra	MA		0	Africa/Casablanca	35.24079	-5.80566		Es Sakhra,Es Skhre		01	331		
2569937	Aït Bou Kerchoun	ait-bou-kerchoun	MA		0	Africa/Casablanca	35.16088	-5.79647		Aib Bou Kerchoun,Ait Bou Kerchoun,Aïb Bou Kerchoun,Aït Bou Kerchoun		01	331		
2569938	El Khouarra Dermilia	el-khouarra-dermilia	MA		0	Africa/Casablanca	35.15236	-5.897				01	331		
2569939	El Berhadda	el-berhadda	MA		0	Africa/Casablanca	35.17346	-5.99366		El Barhadda,El Berhadda		01	331		
2569940	Douar Lgharbiya Sella	douar-lgharbiya-sella	MA		0	Africa/Casablanca	35.14409	-6.00227		Douar Lgharbiya Sella,El Gharbia Sella,El Rharbia Sella		01	331		
2569941	Oulad Chaehbi	oulad-chaehbi	MA		0	Africa/Casablanca	35.13854	-5.94555				01	331		
2569942	El Amaïrer et Telik	el-amairer-et-telik	MA		0	Africa/Casablanca	35.13764	-5.92903				01	331		
2569943	El Adouma	el-adouma	MA		0	Africa/Casablanca	35.14652	-5.87475				01	331		
2569944	Oulad Benayyad	oulad-benayyad	MA		0	Africa/Casablanca	35.12798	-5.88153				01	331		
2569945	Jbinate	jbinate	MA		0	Africa/Casablanca	35.1166	-5.95115				01	331		
2569946	Drabla	drabla	MA		0	Africa/Casablanca	35.10976	-5.95241		Drabla,Ed Drabla		01	331		
2570268	Oulad Ouchchih	oulad-ouchchih	MA		0	Africa/Casablanca	35.03542	-5.93529		Oulad Ouchchih,Oulad Ouchich		01	331		
2570271	Oulad Jemil	oulad-jemil	MA		0	Africa/Casablanca	35.0808	-5.90451				01	331		
2570274	Oulad Bou Jnoune Tlaya	oulad-bou-jnoune-tlaya	MA		0	Africa/Casablanca	35.11849	-5.92028		Oulad Bou Jnoune Tlaya,Oulad Boujnoun,Oulad Boujnoun Tlaya		01	331		
2570327	Oulad Soultane	oulad-soultane	MA		0	Africa/Casablanca	35.03298	-5.84021				01	331		
2570328	Azib Oulad Damoun	azib-oulad-damoun	MA		0	Africa/Casablanca	35.05059	-5.80149				01	331		
2570329	Oulad Ali Tlig	oulad-ali-tlig	MA		0	Africa/Casablanca	35.05809	-5.84918				01	331		
2570331	Boujediane	boujediane	MA		0	Africa/Casablanca	35.10782	-5.78201		Bou Hedyane,Boujediane		01	331		
2570354	Kebhach	kebhach	MA		0	Africa/Casablanca	35.25798	-5.3354				01	571		
2570355	Tassart	tassart	MA		0	Africa/Casablanca	35.26846	-5.29991				01	571		
2570357	Oulad Didous	oulad-didous	MA		0	Africa/Casablanca	35.27932	-5.30627				01	571		
2570358	Arifane	arifane	MA		0	Africa/Casablanca	35.28604	-5.30417				01	571		
2570359	Abjiouene	abjiouene	MA		0	Africa/Casablanca	35.29002	-5.27149				01	571		
2570360	Zaouia	zaouia	MA		0	Africa/Casablanca	35.27948	-5.34833				01	571		
2570379	Ain Habet	ain-habet	MA		0	Africa/Casablanca	35.48708	-5.47633		Ain Habet,Aïn Habet		01	571		
2570380	Boukhaled	boukhaled	MA		0	Africa/Casablanca	35.49502	-5.412		Bou Khalled,Boukhaled		01	571		
2570384	Dar Erraai	dar-erraai	MA		0	Africa/Casablanca	35.47799	-5.37365				01	571		
2570385	Dar el Khannous	dar-el-khannous	MA		0	Africa/Casablanca	35.48524	-5.33362				01	571		
2570386	Issouhanane	issouhanane	MA		0	Africa/Casablanca	35.48286	-5.31353				01	571		
2570387	Icherroutene	icherroutene	MA		0	Africa/Casablanca	35.47216	-5.32851				01	571		
2570392	Akaourene	akaourene	MA		0	Africa/Casablanca	35.43675	-5.3432				01	571		
2570394	Lemrabet	lemrabet	MA		0	Africa/Casablanca	35.42538	-5.36167				01	571		
2570395	Amtil	amtil	MA		0	Africa/Casablanca	35.41318	-5.36381				01	571		
2570396	Akhelfiyine	akhelfiyine	MA		0	Africa/Casablanca	35.39686	-5.30108				01	571		
2570397	Ichouchene	ichouchene	MA		0	Africa/Casablanca	35.39201	-5.26018				01	571		
2570400	Zarqa	zarqa	MA		0	Africa/Casablanca	35.39897	-5.4088		Zarqa,Zerka		01	571		
2570401	Hammiouech	hammiouech	MA		0	Africa/Casablanca	35.38833	-5.46809		Ahmamiouech,Hammiouech		01	571		
2570403	Douar A Bboudene Bni Amrane	douar-a-bboudene-bni-amrane	MA		0	Africa/Casablanca	35.36228	-5.41147		Beni Amrane,Beni Imrane,Douar A Bboudene Bni Amrane		01	571		
2570418	Douar Timizar	douar-timizar	MA		0	Africa/Casablanca	35.2903	-5.40105		Douar Timizar,Timizar		01	571		
2570419	Douar Ifertane	douar-ifertane	MA		0	Africa/Casablanca	35.31132	-5.39949		Afertane,Douar Ifertane,Ifertane		01	571		
2570420	Issoumatene	issoumatene	MA		0	Africa/Casablanca	35.31007	-5.32668				01	571		
2570421	El Ouadiyine	el-ouadiyine	MA		0	Africa/Casablanca	35.34113	-5.33375				01	571		
2570422	Azemmour	azemmour	MA		0	Africa/Casablanca	35.34344	-5.34758				01	571		
2570423	Bouattou	bouattou	MA		0	Africa/Casablanca	35.35518	-5.34745				01	571		
2570424	Achekrade	achekrade	MA		0	Africa/Casablanca	35.3718	-5.35119				01	571		
2570425	Jbala	jbala	MA		0	Africa/Casablanca	35.3827	-5.27658				01	571		
2570426	Ghzeylech	ghzeylech	MA		0	Africa/Casablanca	35.752	-5.58467		Ghzeilech,Ghzeylech,Rhzeilech		01	227		
2570427	Talea Laqraa	talea-laqraa	MA		0	Africa/Casablanca	35.8178	-5.71095		Tala Lakran,Talea Laqraa		01	227		
2570428	Feddane Said	feddane-said	MA		0	Africa/Casablanca	35.79999	-5.69764		Feddane Said,Feddane Saidi,Feddane Saïdi		01	227		
2570429	Mgharech	mgharech	MA		0	Africa/Casablanca	35.82118	-5.64897		Mgharech,Mrarech		01	227		
2570431	Aganouane	aganouane	MA		0	Africa/Casablanca	35.79027	-5.63797		Aganouane,Aguenouane		01	227		
2570432	Lhammoumi	lhammoumi	MA		0	Africa/Casablanca	35.78328	-5.63772		El Hammoumi,Lhammoumi		01	227		
2570433	Ain Rmel	ain-rmel	MA		0	Africa/Casablanca	35.77322	-5.57044		Ain Rmel,Ain er Rmel,Aïn er Rmel		01	227		
2570434	Douqchayer	douqchayer	MA		0	Africa/Casablanca	35.80268	-5.51495		Doukseira,Douqchayer		01	227		
2570435	Hammitene	hammitene	MA		0	Africa/Casablanca	35.82199	-5.58619		Hammidane,Hammitene		01	227		
2570436	Meliyech	meliyech	MA		0	Africa/Casablanca	35.82	-5.59				01	227		
2570437	Agaouz	agaouz	MA		0	Africa/Casablanca	35.85908	-5.52181				01	227		
2570582	Bni Ouassine	bni-ouassine	MA		0	Africa/Casablanca	35.71476	-5.72411		Beni Ouassine,Bni Ouassine		01	227		
2570583	Douar Lanjrayyach	douar-lanjrayyach	MA		0	Africa/Casablanca	35.7298	-5.58968		Douar Lanjrayyach,Laniriyech,Lanjriyech		01	227		
2570584	Douar Ramla	douar-ramla	MA		0	Africa/Casablanca	35.7184	-5.52801		Douar Ramla,Ramla		01	227		
2570586	Chou’ar	chou-ar	MA		0	Africa/Casablanca	35.70417	-5.552				01	227		
2570598	Houmat Amranech	houmat-amranech	MA		0	Africa/Casablanca	35.70819	-5.61538		Amrane,Houmat Amranech		01	227		
2570607	Chrarba	chrarba	MA		0	Africa/Casablanca	35.67556	-5.73003				01	511		
2570612	Ouazla	ouazla	MA		0	Africa/Casablanca	35.68187	-5.63248				01	227		
2570621	Douar Mangralla	douar-mangralla	MA		0	Africa/Casablanca	35.66208	-5.56439		Douar Mangralla,Mengrala		01	227		
2570629	Douar Siouana	douar-siouana	MA		0	Africa/Casablanca	35.65216	-5.54261		Douar Siouana,Siouana		01	227		
2570638	Oued Ezzaytoune	oued-ezzaytoune	MA		0	Africa/Casablanca	35.64957	-5.65008		Oued Ezzaytoune,Oued ez Zeitoun,Oued ez Zeïtoun		01	227		
2570640	Jouamaa	jouamaa	MA		0	Africa/Casablanca	35.64784	-5.67847		El Jouam'a,El Jouam’a,Jouamaa		01	227		
2570652	Douar Lemkhaled	douar-lemkhaled	MA		0	Africa/Casablanca	35.6323	-5.61389		Douar Lemkhaled,El Mekhaled		01	227		
2570654	Douar Abd Liouach	douar-abd-liouach	MA		0	Africa/Casablanca	35.61024	-5.5397		Abd el Liouech,Douar Abd Liouach		01	571		
2570657	Jramna	jramna	MA		0	Africa/Casablanca	31.79842	-4.24273		Jramna,Jramnâ		08	201		
2570658	Douar Errikiba	douar-errikiba	MA		0	Africa/Casablanca	35.56404	-5.5244		Douar Errikiba,Er Rakiba		01	571		
2570659	Aqarbouss	aqarbouss	MA		0	Africa/Casablanca	31.77059	-4.21629		Akerbouss,Akerboûss,Aqarbouss		08	201		
2570660	Douar Dar El Ghaba	douar-dar-el-ghaba	MA		0	Africa/Casablanca	35.53347	-5.52351		Dar el Ghaba,Douar Dar El Ghaba		01	571		
2570661	Douar Ajouaneb	douar-ajouaneb	MA		0	Africa/Casablanca	35.51433	-5.57687		Ajouaneb,Douar Ajouaneb		01	571		
2570662	Douar Lakhemissa	douar-lakhemissa	MA		0	Africa/Casablanca	35.52525	-5.58303		Douar Lakhemissa,El Khemissa		01	571		
2570667	Douar Azib Ain Laalaq	douar-azib-ain-laalaq	MA		0	Africa/Casablanca	35.58477	-5.61854		Azib Ain el Alak,Azib Aïn el Alak,Douar Azib Ain Laalaq		01	571		
2570670	Douar Khandeq Lhad	douar-khandeq-lhad	MA		0	Africa/Casablanca	35.55594	-5.63481		Douar Khandeq Lhad,Khandak el Had		01	571		
2570671	Douar Ahourchane Lfoqiya	douar-ahourchane-lfoqiya	MA		0	Africa/Casablanca	35.52736	-5.60243		Ahouchane,Douar Ahourchane Lfoqiya		01	571		
2570672	Mounqara	mounqara	MA		0	Africa/Casablanca	31.47933	-4.39614		Mounkara,Mounqara		08	201		
2570673	Douar El Manzil	douar-el-manzil	MA		0	Africa/Casablanca	35.52288	-5.64803		Douar El Manzil,El Manzla		01	571		
2570675	Douar Essakhra	douar-essakhra	MA		0	Africa/Casablanca	35.50911	-5.65947		Douar Essakhra,Es Skhra		01	571		
2570679	Douar Lehricha	douar-lehricha	MA		0	Africa/Casablanca	35.50631	-5.72453		Douar Lehricha,El Haricha		01	571		
2570680	Jbil	jbil	MA		0	Africa/Casablanca	31.31413	-4.29367		Jbil,Ksar Jebil		08	201		
2570681	Douar Fqihache	douar-fqihache	MA		0	Africa/Casablanca	35.73597	-5.5944		Douar Fqihache,Fkich		01	227		
2570682	Douar Meghara	douar-meghara	MA		0	Africa/Casablanca	35.57187	-5.68314		Douar Meghara,El Maghghara		01	571		
2570685	Douar Azib Slahma	douar-azib-slahma	MA		0	Africa/Casablanca	35.58443	-5.68045		Azib Slahma,Douar Azib Slahma		01	571		
2570691	Ez Zinat	ez-zinat	MA		0	Africa/Casablanca	35.65725	-5.73862		Ez Zinat,Sebt Zaniate		01	511		
2570692	Qçar Ayt Hda	qcar-ayt-hda	MA		0	Africa/Casablanca	31.7106	-4.18465		Ksar Ait Hada,Ksar Aït Hada,Qcar Ayt Hda,Qçar Ayt Hda		08	201		
2570756	Dressa	dressa	MA		0	Africa/Casablanca	34.9435	-2.87759				02	381		
2570760	Al ’Abed	al-abed	MA		0	Africa/Casablanca	34.84259	-2.76995				02	381		
2570764	Oulad Ahmed Ben ’Ali	oulad-ahmed-ben-ali	MA		0	Africa/Casablanca	34.80754	-2.85065				02	381		
2570825	Cheïba	cheiba	MA		0	Africa/Casablanca	35.79379	-5.9078		Cheiba,Cheïba,Mraa Chetba		01	511		
2570832	Lakamcha	lakamcha	MA		0	Africa/Casablanca	34.81	-2.29				02	113		
2570835	Rmilat	rmilat	MA		0	Africa/Casablanca	35.78918	-5.87262		Rmilat,Rmilet		01	511		
2570844	Sidi Saber	sidi-saber	MA		0	Africa/Casablanca	34.97905	-2.44278				02	113		
2570846	Ouled el Hajj	ouled-el-hajj	MA		0	Africa/Casablanca	34.93965	-2.37229				02	113		
2570860	Douar Ben Yahya	douar-ben-yahya	MA		0	Africa/Casablanca	34.99256	-2.15395		Douar Ben Yahya,Ouled Ben Yahia		02	113		
2570920	Douar Douahi Tehata	douar-douahi-tehata	MA		0	Africa/Casablanca	34.78657	-1.85802		Dar Djdida,Douar Douahi Tehata		02	411		
2571017	Ihamdanene	ihamdanene	MA		0	Africa/Casablanca	35.46984	-5.20209		Ihamdanene,Ihamdanine		01	571		
2571028	Ladouiyyine	ladouiyyine	MA		0	Africa/Casablanca	35.48533	-5.19128		Ihoumdamene,Ladouiyyine		01	571		
2571037	Ikhlifatene	ikhlifatene	MA		0	Africa/Casablanca	35.48212	-5.18112				01	571		
2571038	Sidi Kasem	sidi-kasem	MA		0	Africa/Casablanca	35.47287	-5.2163		Sidi Kasem,Zouia Sidi Kacem,Zouiet Sidi Kacem,Zouïet Sidi Kacem		01	571		
2571043	Aghnouri Lfouqiyyine	aghnouri-lfouqiyyine	MA		0	Africa/Casablanca	35.45179	-5.12842		Aghnouri Lfouqiyyine,El Foukiyine		01	571		
2571044	Ihaddounene	ihaddounene	MA		0	Africa/Casablanca	35.45337	-5.16527				01	571		
2571045	Issalloufene	issalloufene	MA		0	Africa/Casablanca	35.44595	-5.2326		Ainsoune,Aïnsoune,Issalloufene		01	571		
2571049	Ihattachene	ihattachene	MA		0	Africa/Casablanca	35.43264	-5.18034		Ihattachene,Ihettachene		01	571		
2571051	Aouechtame	aouechtame	MA		0	Africa/Casablanca	35.42898	-5.15551		Aouchtame,Aouechtame		01	571		
2571052	Ikhalfene	ikhalfene	MA		0	Africa/Casablanca	35.42585	-5.19836		Ikhalfene,Ikhelfene		01	571		
2571054	Tadmamte	tadmamte	MA		0	Africa/Casablanca	35.40941	-5.23228				01	571		
2571055	Ihattabene	ihattabene	MA		0	Africa/Casablanca	35.40153	-5.22157		Ihattabene,Ihelloubatene		01	571		
2571056	Igammarene	igammarene	MA		0	Africa/Casablanca	35.40085	-5.20382				01	571		
2571058	Berga	berga	MA		0	Africa/Casablanca	35.4057	-5.09045				01	151		
2571059	Tizgane	tizgane	MA		0	Africa/Casablanca	35.41211	-5.06836			1615107132	01	151	1615107132	
2571062	Zaouia	zaouia	MA		0	Africa/Casablanca	35.4001	-5.0161				01	151		
2571065	Icherguitene	icherguitene	MA		0	Africa/Casablanca	35.39016	-5.06298		Icherguitane,Icherguitene		01	151		
2571068	Douar Yellane	douar-yellane	MA		0	Africa/Casablanca	35.3692	-5.06956		Douar Yellane,Yellane		01	151		
2571069	Saïdene	saidene	MA		0	Africa/Casablanca	34.21	-2.57				02	533		
2571079	Chrouda Lfouqiya	chrouda-lfouqiya	MA		0	Africa/Casablanca	35.38931	-5.17683		Chrouda,Chrouda Lfouqiya		01	571		
2571080	Ahadoune	ahadoune	MA		0	Africa/Casablanca	35.38187	-5.2342		Afechtal,Ahadoune		01	571		
2571084	Douar Guemfis	douar-guemfis	MA		0	Africa/Casablanca	35.36831	-5.24425		Douar Guemfis,Guenfich		01	571		
2571085	Douar Ichoullourab	douar-ichoullourab	MA		0	Africa/Casablanca	35.36431	-5.2163		Douar Ichoullourab,Ichoullourab		01	571		
2571086	Douar Majjou	douar-majjou	MA		0	Africa/Casablanca	35.34474	-5.24368		Douar Majjou,Majjou		01	571		
2571087	Douar Hallaba	douar-hallaba	MA		0	Africa/Casablanca	35.3355	-5.24534		Douar Hallaba,Hellaba		01	571		
2571088	Ifartane Fouqiya	ifartane-fouqiya	MA		0	Africa/Casablanca	35.34743	-5.19368		Afertane,Ifartane Fouqiya		01	571		
2571089	Douar Tazart	douar-tazart	MA		0	Africa/Casablanca	35.34093	-5.2059		Douar Tazart,Tazarte		01	571		
2571090	Amaghousse	amaghousse	MA		0	Africa/Casablanca	35.35676	-5.13171				01	151		
2571091	Douar Ibatounene	douar-ibatounene	MA		0	Africa/Casablanca	35.34696	-5.09675		Douar Ibatounene,Ibatonene		01	151		
2571094	Douar Zaouya	douar-zaouya	MA		0	Africa/Casablanca	35.35109	-5.07202		Douar Zaouya,Zaouia		01	151		
2571098	Douar Lbour	douar-lbour	MA		0	Africa/Casablanca	35.32919	-5.06545		Douar Lbour,El Bour		01	151		
2571101	Douar Abliq	douar-abliq	MA		0	Africa/Casablanca	35.32703	-5.10756		Ablik,Douar Abliq		01	151		
2571104	Tirines	tirines	MA		0	Africa/Casablanca	35.32418	-5.17244		Tarinesse,Tirines,Tirinesse		01	151		
2571105	Douar Izouryah	douar-izouryah	MA		0	Africa/Casablanca	35.32684	-5.21023		Douar Izouryah,Izouriah		01	571		
2571110	Douar Tamtilet	douar-tamtilet	MA		0	Africa/Casablanca	35.3061	-5.2296		Douar Tamtilet,Tamfite,Tamtife,Tamtile		01	571		
2571113	Douar Imlil	douar-imlil	MA		0	Africa/Casablanca	35.3032	-5.24533		Amellil,Douar Imlil		01	571		
2571115	Douar Ifahsa	douar-ifahsa	MA		0	Africa/Casablanca	35.29707	-5.23142		Douar Ifahsa,Ifansa		01	571		
2571117	Douar Ibouharene	douar-ibouharene	MA		0	Africa/Casablanca	35.30135	-5.21022		Douar Ibouharene,Ibouharane		01	571		
2571120	Douar Tamrabet	douar-tamrabet	MA		0	Africa/Casablanca	35.30159	-5.18756		Douar Tamrabet,Tamrabete		01	151		
2571123	Douar Bou Yaala	douar-bou-yaala	MA		0	Africa/Casablanca	35.30806	-5.02616		Bouyaala,Douar Bou Yaala		01	151		
2571124	Zaouyet Bni Bakht	zaouyet-bni-bakht	MA		0	Africa/Casablanca	35.28986	-5.01791		Zaouia,Zaouyet Bni Bakht		01	151		
2571132	Douar Bni Aydoune	douar-bni-aydoune	MA		0	Africa/Casablanca	35.27425	-5.05326		Beni Aidoune,Beni Aïdoune,Douar Bni Aydoune		01	151		
2571141	Tinisse	tinisse	MA		0	Africa/Casablanca	35.28937	-5.19417		Timisse,Tinisse		01	151		
2571142	Douar Tifraouine	douar-tifraouine	MA		0	Africa/Casablanca	35.28661	-5.19731		Douar Tifraouine,Tifiraouine		01	151		
2571147	Douar Agane	douar-agane	MA		0	Africa/Casablanca	35.27081	-5.1476		Akane,Douar Agane		01	151		
2571148	Issemar Maadene	issemar-maadene	MA		0	Africa/Casablanca	35.37845	-5.06543		Issarar Maadene,Issemar Maadene		01	151		
2571252	Beni Jbar	beni-jbar	MA		0	Africa/Casablanca	35.24576	-5.25242				01	571		
2571255	Hastalla	hastalla	MA		0	Africa/Casablanca	35.2363	-5.27508				01	571		
2571279	El Kelaa	el-kelaa	MA		0	Africa/Casablanca	35.21179	-5.25383				01	151		
2571281	Dar Amalal	dar-amalal	MA		0	Africa/Casablanca	35.23689	-5.30528				01	571		
2571286	Douar El Ma Ouzguir	douar-el-ma-ouzguir	MA		0	Africa/Casablanca	35.21064	-5.3783		Douar El Ma Ouzguir,El Maouzkir		01	151		
2571287	Douar Afertane	douar-afertane	MA		0	Africa/Casablanca	35.20226	-5.47587		Afertane,Douar Afertane		01	151		
2571288	Douar Adrou	douar-adrou	MA		0	Africa/Casablanca	35.19795	-5.45356		Adrou,Douar Adrou		01	151		
2571301	Douar Zyanna	douar-zyanna	MA		0	Africa/Casablanca	35.18063	-5.45118		Douar Zyanna,Ziadna		01	151		
2571310	Douar Bni Ammar	douar-bni-ammar	MA		0	Africa/Casablanca	35.17903	-5.48041		Beni Amar,Douar Bni Ammar		01	151		
2571313	Douar Qbira	douar-qbira	MA		0	Africa/Casablanca	35.17696	-5.4929		Douar Qbira,Ikbira		01	151		
2571318	Talafelt	talafelt	MA		0	Africa/Casablanca	35.11963	-5.49735				01	151		
2571319	Douar Lemsalla	douar-lemsalla	MA		0	Africa/Casablanca	35.16073	-5.41825		Douar Lemsalla,El Mcella		01	151		
2571320	Douar Issourah	douar-issourah	MA		0	Africa/Casablanca	35.14645	-5.37488		Douar Issourah,Issoureh		01	151		
2571322	Gharouzim	gharouzim	MA		0	Africa/Casablanca	35.15677	-5.28749				01	151		
2571323	Aïn er Rami	ain-er-rami	MA		0	Africa/Casablanca	35.1326	-5.27538				01	151		
2571329	Boualdine	boualdine	MA		0	Africa/Casablanca	35.13775	-5.35106				01	151		
2571332	Mezine	mezine	MA		0	Africa/Casablanca	35.10209	-5.35841				01	151		
2571336	Amrazi	amrazi	MA		0	Africa/Casablanca	35.11346	-5.45292				01	151		
2571359	Hommar	hommar	MA		0	Africa/Casablanca	35.10897	-5.44547				01	151		
2571362	Ez Zerkate	ez-zerkate	MA		0	Africa/Casablanca	35.0943	-5.46009		Azerkat,Ez Zerkate,Zerkat		01	151		
2571363	Akarate	akarate	MA		0	Africa/Casablanca	35.09822	-5.31951				01	151		
2571364	Achtaounouaghene	achtaounouaghene	MA		0	Africa/Casablanca	35.09455	-5.37764				01	151		
2571384	Touba	touba	MA		0	Africa/Casablanca	35.01542	-5.26647				01	151		
2571392	Ed Dechriyine	ed-dechriyine	MA		0	Africa/Casablanca	35.03909	-5.34918				01	151		
2571395	Taj Nasser	taj-nasser	MA		0	Africa/Casablanca	35.0511	-5.32838				01	151		
2571398	Taïenza	taienza	MA		0	Africa/Casablanca	35.06371	-5.36032				01	151		
2571399	Bou Hamed	bou-hamed	MA		0	Africa/Casablanca	35.07039	-5.37936				01	151		
2571400	Tankhama	tankhama	MA		0	Africa/Casablanca	35.04828	-5.37833		Tankhama,Tenkrama		01	151		
2571411	El Koub	el-koub	MA		0	Africa/Casablanca	35.00498	-5.42844				01	405		
2571412	Tizirane	tizirane	MA		0	Africa/Casablanca	35.01334	-5.40398				01	405		
2571413	Rkiha	rkiha	MA		0	Africa/Casablanca	35.01031	-5.46301				01	405		
2571415	Fetrasse	fetrasse	MA		0	Africa/Casablanca	35.01094	-5.44598				01	405		
2571416	Roueda	roueda	MA		0	Africa/Casablanca	35.01485	-5.47366				01	405		
2571431	Beni Assem	beni-assem	MA		0	Africa/Casablanca	35.0746	-5.40634				01	151		
2571516	La’wina	la-wina	MA		0	Africa/Casablanca	31.98455	-7.31646		Al Aouda,El Aouda,La'wina,La’wina		07	191		
2571533	Ben Zriwil	ben-zriwil	MA		0	Africa/Casablanca	31.94413	-7.47614		Ben Zrionel,Ben Zriwil		07	191		
2571548	Lahdadcha	lahdadcha	MA		0	Africa/Casablanca	31.87328	-7.42919		Al Hadadcha,El Hadadcha,Lahdadcha		07	191		
2571554	Oulad Naçer	oulad-nacer	MA		0	Africa/Casablanca	31.87759	-7.33486		Oulad Nacer,Oulad Nasser,Oulad Naçer		07	191		
2571561	Al Qodya	al-qodya	MA		0	Africa/Casablanca	31.84115	-7.25255		Al Qodya,Oulad Al Barkla,Oulad el Barkla		07	191		
2571584	Oulad Mazour	oulad-mazour	MA		0	Africa/Casablanca	31.74914	-7.44				07	191		
2571585	Douar Lagrarja	douar-lagrarja	MA		0	Africa/Casablanca	31.76319	-7.4926		Douar Lagrarja,Grarcha		07	191		
2571586	Chtaouna	chtaouna	MA		0	Africa/Casablanca	31.72422	-7.40458		Chtaouna,Chtawna		07	191		
2571588	Oulad Chaoui	oulad-chaoui	MA		0	Africa/Casablanca	31.70907	-7.38762		Oulad Chaoui,Oulad Chawi		07	191		
2571592	Aït Ikro	ait-ikro	MA		0	Africa/Casablanca	31.64275	-7.33705		Ait Ikho,Ait Ikro,Aït Ikho,Aït Ikro		07	041		
2571593	Larh	larh	MA		0	Africa/Casablanca	31.60954	-7.41816		Lagh,Larh		07	041		
2571595	Aït Hammad	ait-hammad	MA		0	Africa/Casablanca	31.55016	-7.44023				07	041		
2571596	Imzilene	imzilene	MA		0	Africa/Casablanca	31.55842	-7.35099				07	041		
2571597	Aït Omrhar	ait-omrhar	MA		0	Africa/Casablanca	31.56794	-7.26567		Ait Omrhar,Ait Oumghar,Aït Omrhar,Aït Oumghar		07	041		
2571598	Aït ben Taleb	ait-ben-taleb	MA		0	Africa/Casablanca	31.55349	-7.29198				07	041		
2571599	Imtat	imtat	MA		0	Africa/Casablanca	31.50404	-7.4843				07	041		
2571600	Ikouzoudane	ikouzoudane	MA		0	Africa/Casablanca	31.48297	-7.31766				07	041		
2571601	Abadou	abadou	MA		0	Africa/Casablanca	31.45977	-7.28628		Abaddou,Abado,Abadou		07	041		
2571603	Timdast	timdast	MA		0	Africa/Casablanca	31.41338	-7.47787		Timdast,Timdest		07	041		
2571645	Tig Nit	tig-nit	MA		0	Africa/Casablanca	31.06229	-7.26153				08	401		
2571647	Douar Taharna	douar-taharna	MA		0	Africa/Casablanca	34.22326	-4.70996		Ait Taharma,Aït Taharma,Douar Ait Taharna,Douar Aït Taharna,Douar Taharna		03	531		
2571648	Douar Laatatra	douar-laatatra	MA		0	Africa/Casablanca	34.23349	-4.65426		Douar Laatatra,Douar el Atatra,El Atatra		03	531		
2571649	Douar Madichat	douar-madichat	MA		0	Africa/Casablanca	34.21415	-4.65003		Douar Madichat,Douar Meddichat,Meddichat		03	531		
2571650	Douar Ziadra	douar-ziadra	MA		0	Africa/Casablanca	34.20602	-4.71477		Douar Ziadra,Ziadra		03	531		
2571652	Douar Bouchamat	douar-bouchamat	MA		0	Africa/Casablanca	34.19949	-4.59138		Bouchamat,Bouchermat,Douar Bouchamat,Douar Bouchamate		03	531		
2571653	Douar Oulad Ajal	douar-oulad-ajal	MA		0	Africa/Casablanca	34.15669	-4.5949		Douar Oulad Ajal,Douar Ouled Ajel,Oulad Ajel		03	531		
2571656	El Mouelda	el-mouelda	MA		0	Africa/Casablanca	34.09	-4.67		Douar el Mouelda,El Mouelda		03	531		
2571658	Douar Ait Bouzemmour	douar-ait-bouzemmour	MA		0	Africa/Casablanca	34.00438	-4.67338		Ait Ben Zemour,Aït Ben Zemour,Douar Ait Ben Zemour,Douar Ait Bouzemmour,Douar Aït Ben Zemour		03	451		
2571659	Zourz	zourz	MA		0	Africa/Casablanca	34.0021	-4.602		Douar Zourz,Zourz		03	451		
2571660	El Ghraba	el-ghraba	MA		0	Africa/Casablanca	34.04173	-4.59624		Douar el Kherba,El Ghraba		03	531		
2571661	Sebt Aït Saghiouchen	sebt-ait-saghiouchen	MA		0	Africa/Casablanca	34.00631	-4.55338		Sebt Ait Saghiouchen,Sebt Ait Seghouchen,Sebt Aït Saghiouchen,Sebt Aït Seghouchen		03	561		
2571662	Oulad Ayad	oulad-ayad	MA		0	Africa/Casablanca	34.08017	-4.61159		Oulad Aiyad,Oulad Ayad		03	531		
2571665	Aoreora	aoreora	MA		0	Africa/Casablanca	28.84444	-10.8414				10	261		
2571666	Aïn Kerma	ain-kerma	MA		0	Africa/Casablanca	28.50311	-10.84563				10	261		
2571667	Timetnous	timetnous	MA		0	Africa/Casablanca	28.54792	-10.78445				10	261		
2571668	Tafnidilt	tafnidilt	MA		0	Africa/Casablanca	28.54199	-10.99083				10	261		
2571715	Gueha ez Zerga	gueha-ez-zerga	MA		0	Africa/Casablanca	28.49778	-10.88593				10	261		
2571820	Bou Nekla	bou-nekla	MA		0	Africa/Casablanca	34.24	-4.85		Bou Nekla,Douar Bou Nekla		03	531		
2571822	Douar Bouqouq	douar-bouqouq	MA		0	Africa/Casablanca	34.24423	-4.75945		Bou Kouk,Douar Bouqouq,Douar el Bou Kouk		03	531		
2571826	Ed Derekh	ed-derekh	MA		0	Africa/Casablanca	34.10019	-4.8641		Douar Ed Derekh,Ed Derekh		03	591		
2571827	Ariaf	ariaf	MA		0	Africa/Casablanca	34.05593	-4.815		Ariaf,Arief,Douar Ariaf		03	591		
2571828	Trabba	trabba	MA		0	Africa/Casablanca	31.98545	-7.09246		Trabba,Trebba		07	191		
2571832	Ayt Ben ’Abbou	ayt-ben-abbou	MA		0	Africa/Casablanca	31.8893	-7.14037		Ait Ben`Abbou,Ayt Ben 'Abbou,Ayt Ben ’Abbou,Aït Ben‘Abbou		07	191		
2571833	Bni Magrin	bni-magrin	MA		0	Africa/Casablanca	31.86115	-7.13741		Beni Megrine,Bni Magrin		07	191		
2571835	Ayt Naçer	ayt-nacer	MA		0	Africa/Casablanca	31.77837	-7.0413		Ait Nacer,Ait Nasser,Ayt Nacer,Ayt Naçer,Aït Nacer,Aït Nasser,Douar Ait Nasser,Douar Aït Nasser		07	191		
2571838	Lamni’ra	lamni-ra	MA		0	Africa/Casablanca	31.76669	-7.20301		Al Mnayra,Douar el Mnaira,Douar el Mnaïra,El Mnaira,El Mnaïra,Lamni'ra,Lamni’ra		07	191		
2571839	Taourirt	taourirt	MA		0	Africa/Casablanca	31.74245	-7.1217		Taourirt,Tawrirt		05	081		
2571840	Ait-n-Yoult	ait-n-yoult	MA		0	Africa/Casablanca	31.73048	-7.08336		Ait n'Yoult,Ait-n-Yoult,Aït n’Yoult		05	081		
2571841	Ighoundra	ighoundra	MA		0	Africa/Casablanca	31.71307	-7.02243				05	081		
2571842	Ighrem-n-Ouzdir	ighrem-n-ouzdir	MA		0	Africa/Casablanca	31.71953	-7.12165		Ighrem n'Ougdir,Ighrem n’Ougdir,Ighrem-n-Ouzdir		05	081		
2571845	Aggarfitane	aggarfitane	MA		0	Africa/Casablanca	31.66184	-7.15521				05	081		
2571846	Tizi-n-Ait Bourka	tizi-n-ait-bourka	MA		0	Africa/Casablanca	31.69843	-7.13697		Tizi n'Ait Bourka,Tizi n’Aït Bourka,Tizi-n-Ait Bourka		05	081		
2571847	Azib Tissiliane	azib-tissiliane	MA		0	Africa/Casablanca	31.58552	-7.04962				05	081		
2571851	Ait Haddou	ait-haddou	MA		0	Africa/Casablanca	31.56463	-7.02064				05	081		
2571853	Ait Lahsen	ait-lahsen	MA		0	Africa/Casablanca	31.54689	-7.06066		Ait Lahsen,Ait Lahsene,Aït Lahsene		05	081		
2571854	Igramane	igramane	MA		0	Africa/Casablanca	31.53457	-7.11038				05	081		
2571855	Arhaghdourn	arhaghdourn	MA		0	Africa/Casablanca	31.52538	-7.09467		Amaghdourene,Arhaghdourn		05	081		
2571856	Tassa	tassa	MA		0	Africa/Casablanca	31.5053	-7.06004				05	081		
2571857	Aït Khleb	ait-khleb	MA		0	Africa/Casablanca	31.48882	-7.0648		Ait Khlat,Ait Khleb,Aït Khlat,Aït Khleb		05	081		
2571858	Wahliyli	wahliyli	MA		0	Africa/Casablanca	31.48307	-7.16842		Ouahlili,Wahliyli		07	041		
2571859	Tighratiyne	tighratiyne	MA		0	Africa/Casablanca	31.48886	-7.22484		Tighratine,Tighratiyne		07	041		
2571860	Ighriys	ighriys	MA		0	Africa/Casablanca	31.29712	-7.13927		Ighris,Ighriys		08	401		
2571861	Aït Farse	ait-farse	MA		0	Africa/Casablanca	31.14239	-7.12864		Ait Fars,Ait Farse,Aït Fars,Aït Farse		08	401		
2571863	Asfalou	asfalou	MA		0	Africa/Casablanca	31.06599	-7.14333				08	401		
2571864	Aït Boulmane	ait-boulmane	MA		0	Africa/Casablanca	31.05018	-7.13815				08	401		
2571865	Aguilal	aguilal	MA		0	Africa/Casablanca	31.01649	-7.10107				08	401		
2571892	Douar Mzou	douar-mzou	MA		0	Africa/Casablanca	34.49367	-4.97399		Amezzou,Douar Amezzou,Douar Mzou		03	531		
2571897	Beni Ammer	beni-ammer	MA		0	Africa/Casablanca	34.44352	-4.99847		Beni Ammer,Douar Oulad Beni Amar,Oulad Beni Ammar		03	531		
2571900	Chtioui	chtioui	MA		0	Africa/Casablanca	34.46907	-4.82979		Chtioui,Chtitioui,Douar Chtioui		03	531		
2571906	Douar Oulad Ettoumi	douar-oulad-ettoumi	MA		0	Africa/Casablanca	34.40936	-4.85827		Douar Oulad Ettoumi,Douar Oulad Toumi,Oulad Toumi		03	531		
2571907	Riah	riah	MA		0	Africa/Casablanca	34.35713	-4.87707		Douar Riah,Riah		03	531		
2571908	Oulad el Azri	oulad-el-azri	MA		0	Africa/Casablanca	34.35172	-4.84096		Douar Oulad el Azri,Oulad el Azri		03	531		
2571909	Bouarouss	bouarouss	MA		0	Africa/Casablanca	34.36	-4.81		Bou Arous,Bouarouss	1553109072	03	531	1553109072	
2571910	Oulad Aziz	oulad-aziz	MA		0	Africa/Casablanca	34.26581	-4.82896		Douar Oulad Aziz,Oulad Aziz		03	531		
2571912	El Anser	el-anser	MA		0	Africa/Casablanca	34.40257	-4.98466		Douar El Annseur,El Anser		03	531		
2571913	Ed Derdara	ed-derdara	MA		0	Africa/Casablanca	34.27524	-4.96485		Douar ed Derdara,Ed Derdara		03	591		
2571914	Mzab	mzab	MA		0	Africa/Casablanca	34.26075	-4.9444		Douar Mzab,Mzab		03	531		
2571915	Douar Lhafa	douar-lhafa	MA		0	Africa/Casablanca	35.47219	-5.99676		Douar Lhafa,Hafa		01	511		
2571916	Hbata	hbata	MA		0	Africa/Casablanca	35.44787	-5.78217		Habata,Hbata		01	571		
2571917	Zaara	zaara	MA		0	Africa/Casablanca	35.39029	-5.95193		Ezhara,Zaara		01	511		
2571918	Douar Lehrach	douar-lehrach	MA		0	Africa/Casablanca	35.34197	-5.87861		Douar Lehrach,Lahrech		01	331		
2571921	Douar Oulad Lahsen	douar-oulad-lahsen	MA		0	Africa/Casablanca	35.31384	-5.99626		Douar Oulad Lahsen,Oulad Lahsen		01	331		
2571922	Tahlal	tahlal	MA		0	Africa/Casablanca	35.25042	-5.98326				01	331		
2571923	Jezien	jezien	MA		0	Africa/Casablanca	35.29787	-5.94702				01	331		
2571924	Douar Maher	douar-maher	MA		0	Africa/Casablanca	35.31137	-5.82114		Douar Maher,Maher		01	331		
2571925	Douar Bou Hani	douar-bou-hani	MA		0	Africa/Casablanca	35.28155	-5.83632		Bou Hani,Douar Bou Hani		01	331		
2571926	Douar Chhayla	douar-chhayla	MA		0	Africa/Casablanca	35.24892	-5.78529		Chneila,Douar Chhayla		01	331		
2571927	Douar Tassift	douar-tassift	MA		0	Africa/Casablanca	35.51002	-5.22553		Douar Tassift,Tassift		01	571		
2571928	Douar Iassakrene	douar-iassakrene	MA		0	Africa/Casablanca	35.5202	-5.21466		Douar Iassakrene,Laskrine		01	571		
2571929	Douar Dar Cheqqara	douar-dar-cheqqara	MA		0	Africa/Casablanca	35.50972	-5.21444		Dar Chkara,Douar Dar Cheqqara		01	571		
2571930	Douar Mdouh	douar-mdouh	MA		0	Africa/Casablanca	35.50005	-5.21933		Douar Mdouh,Mdouh		01	571		
2571931	Douar Aouchtem	douar-aouchtem	MA		0	Africa/Casablanca	35.50903	-5.16559		Aouchtame,Douar Aouchtem		01	571		
2571932	Azla	azla	MA		0	Africa/Casablanca	35.55303	-5.24472			1657105072	01	571	1657105072	
2571933	Douar Tamrabet	douar-tamrabet	MA		0	Africa/Casablanca	35.53122	-5.19565		Douar Tamrabet,Tamrabete		01	571		
2571935	Douar Onsar Lekhouayem	douar-onsar-lekhouayem	MA		0	Africa/Casablanca	35.74665	-5.4625		Douar Onsar Lekhouayem,Onsar el Khouaiem,Onsar el Khouaïem		01	227		
2571936	Douar Farsoua	douar-farsoua	MA		0	Africa/Casablanca	35.74512	-5.40133		Douar Farsoua,Farsioua		01			
2571938	Douar Rayhana	douar-rayhana	MA		0	Africa/Casablanca	35.73653	-5.49087		Douar Rayhana,Raihana,Raïhana		01	227		
2571939	Douar Lkouf Essoufli	douar-lkouf-essoufli	MA		0	Africa/Casablanca	35.71737	-5.42931		Douar Lkouf Essoufli,Kouf es Sefli		01			
2571940	Douar Lkouf Lfougi	douar-lkouf-lfougi	MA		0	Africa/Casablanca	35.71342	-5.43595		Douar Lkouf Lfougi,Kouf el Fouki		01			
2571941	Douar Jbel Lhajjam	douar-jbel-lhajjam	MA		0	Africa/Casablanca	35.70847	-5.49081		Douar Jbel Lhajjam,Jbel el Hejjam,Jebel el Hejjam		01	227		
2571942	Douar Ajibech	douar-ajibech	MA		0	Africa/Casablanca	35.65407	-5.45999		Douar Ajibech,Jiibech		01	571		
2571943	Douar El Alaouiya	douar-el-alaouiya	MA		0	Africa/Casablanca	35.6394	-5.44651		Douar El Alaouiya,El Alaouiya		01	571		
2571944	Douar El Onaar	douar-el-onaar	MA		0	Africa/Casablanca	35.64814	-5.42978		Douar El Onaar,El Onsar		01	571		
2571945	Douar Jaabeq	douar-jaabeq	MA		0	Africa/Casablanca	35.62919	-5.46016		Ajaabek,Douar Jaabeq		01	571		
2571947	Bni Amrane	bni-amrane	MA		0	Africa/Casablanca	35.58653	-5.43054		Beni Imrane,Bni Amrane		01	571		
2571949	Douar Ghniouat	douar-ghniouat	MA		0	Africa/Casablanca	35.66929	-5.35447		Douar Ghniouat,Ghniouete,Rhniouete		01	571		
2571952	Bou Hjiyer	bou-hjiyer	MA		0	Africa/Casablanca	35.63345	-5.35268				01	571		
2571955	Souani	souani	MA		0	Africa/Casablanca	35.60941	-5.32853				01			
2571956	Qniqra	qniqra	MA		0	Africa/Casablanca	35.57891	-5.2925		Knikra,Qniqra		01	571		
2571959	Lemaassem	lemaassem	MA		0	Africa/Casablanca	35.56325	-5.25222		El Maassem,Lemaassem		01	571		
2571960	Meklata	meklata	MA		0	Africa/Casablanca	35.55908	-5.33938		Meklata,Mouklata		01	571		
2571962	Kitane	kitane	MA		0	Africa/Casablanca	35.54112	-5.33946				01	571		
2571965	Tamezzakht	tamezzakht	MA		0	Africa/Casablanca	35.5328	-5.41052		Tamezzakht,Tamezzakt		01	571		
2571968	Menkal	menkal	MA		0	Africa/Casablanca	35.54555	-5.46358				01	571		
2571969	Faylalech	faylalech	MA		0	Africa/Casablanca	35.52519	-5.48885		Faylalech,Filalech		01	571		
2571970	Krakech	krakech	MA		0	Africa/Casablanca	35.50365	-5.48025				01	571		
2571991	El Hafa	el-hafa	MA		0	Africa/Casablanca	35.85797	-5.45949				01	227		
2571992	Mrah ed Debbane	mrah-ed-debbane	MA		0	Africa/Casablanca	35.85245	-5.46947				01	227		
2571993	Bou Reïhal	bou-reihal	MA		0	Africa/Casablanca	35.86595	-5.47925				01	227		
2571994	Mzala	mzala	MA		0	Africa/Casablanca	35.86	-5.38				05	255		
2571995	El Mtabakh	el-mtabakh	MA		0	Africa/Casablanca	35.84402	-5.46575				01	227		
2571996	Anasser	anasser	MA		0	Africa/Casablanca	35.8342	-5.48609				01	227		
2571997	Dhar Boudersa	dhar-boudersa	MA		0	Africa/Casablanca	35.82662	-5.43987				01	227		
2571999	Hriyech	hriyech	MA		0	Africa/Casablanca	35.80935	-5.41205				01	227		
2572002	Hofret ez Zeïtoune	hofret-ez-zeitoune	MA		0	Africa/Casablanca	35.79858	-5.38728		Ez Zeitoune,Ez Zeïtoune,Hofret ez Zeitoune,Hofret ez Zeïtoune		01			
2572003	Frassou	frassou	MA		0	Africa/Casablanca	35.7784	-5.39009				01			
2572005	Khouaïem	khouaiem	MA		0	Africa/Casablanca	35.75652	-5.46678				01	227		
2572014	Douar Oulad Belkheir	douar-oulad-belkheir	MA		0	Africa/Casablanca	34.96626	-2.41647		Douar Oulad Belkheir,Oulad Bel Khir		02	113		
2572020	Oulad Zenati	oulad-zenati	MA		0	Africa/Casablanca	34.99358	-2.2932				02	113		
2572022	Oulad Yakoub	oulad-yakoub	MA		0	Africa/Casablanca	34.89114	-2.44		Oulad Ya'qoub,Oulad Yakoub,Oulad Ya’qoub		02	113		
2572023	Zegzel	zegzel	MA		0	Africa/Casablanca	34.84177	-2.35539		Zegzal,Zegzel		02	113		
2572029	Douar Lebtatna	douar-lebtatna	MA		0	Africa/Casablanca	34.81318	-2.3048		Douar Lebtatna,Labtatna		02	113		
2572143	Douar Chrif	douar-chrif	MA		0	Africa/Casablanca	35.53455	-5.99861				01	511		
2572144	Douar Zyatene	douar-zyatene	MA		0	Africa/Casablanca	35.74112	-5.87504		Douar Zyatene,Ziaten		01	511		
2572145	Douar Bni Touzine	douar-bni-touzine	MA		0	Africa/Casablanca	35.73493	-5.83631		Beni Touzine,Douar Bni Touzine		01	511		
2572146	Boukhalef	boukhalef	MA		0	Africa/Casablanca	35.7328	-5.89954		Boukhalef,Tanger Boukhalef	1651181032	01	511	1651181032	
2572147	Douar Badrioune	douar-badrioune	MA		0	Africa/Casablanca	35.70689	-5.87189		Badriouene,Douar Badrioune		01	511		
2572158	Douar Chriaa	douar-chriaa	MA		0	Africa/Casablanca	35.68651	-5.80877		Chria,Chriaa,Douar Chriaa		01	511		
2572159	Douar Gouaret Mchaala	douar-gouaret-mchaala	MA		0	Africa/Casablanca	35.6576	-5.79768		Douar Gouaret Mchaala,Gouaret Mchahla		01	511		
2572160	Leqsiyer	leqsiyer	MA		0	Africa/Casablanca	35.61406	-5.76707		El Ksiar,Leqsiyer		01	511		
2572161	Dar Lmaai	dar-lmaai	MA		0	Africa/Casablanca	35.61964	-5.79942		Dar Lmaai,Dar el Mahi		01	511		
2572162	Ahriq	ahriq	MA		0	Africa/Casablanca	35.54298	-5.85131		Ahriq,Dechra Ahrek		01	511		
2572164	Khaloua	khaloua	MA		0	Africa/Casablanca	35.53	-5.93				01	511		
2572165	Gharbia	gharbia	MA		0	Africa/Casablanca	35.51507	-5.93075		El Had des Gharbia,Gharbia,Had Rharbia		01	511		
2588459	Tamzaïligt	tamzailigt	MA		0	Africa/Casablanca	28.99454	-10.40019				10	261		
2588460	Foum Jouaï	foum-jouai	MA		0	Africa/Casablanca	28.93853	-10.45284				10	261		
2588473	Tizguine	tizguine	MA		0	Africa/Casablanca	31.40655	-6.49428				08	401		
2588474	Ighil	ighil	MA		0	Africa/Casablanca	31.39523	-6.42643				08	401		
2588478	Aït Daoud	ait-daoud	MA		0	Africa/Casablanca	31.40872	-6.26759				08	577		
2588481	Azib n’Wanou	azib-n-wanou	MA		0	Africa/Casablanca	31.30625	-6.41291				08	401		
2588482	Aguerd n’Igherm	aguerd-n-igherm	MA		0	Africa/Casablanca	31.34752	-6.49237				08	401		
2588483	Tarbat	tarbat	MA		0	Africa/Casablanca	31.36214	-6.46333				08	401		
2588484	Ighir	ighir	MA		0	Africa/Casablanca	31.37	-6.45				08	401		
2588485	Aït Soual	ait-soual	MA		0	Africa/Casablanca	31.36607	-6.45773				08	401		
2588486	Tatrarat	tatrarat	MA		0	Africa/Casablanca	31.37905	-6.42821				08	401		
2588488	Timirikht	timirikht	MA		0	Africa/Casablanca	31.27922	-6.33716				08	401		
2588510	Ichbbakene	ichbbakene	MA		0	Africa/Casablanca	31.4419	-6.63715				08	401		
2588511	Talat n’Tazart	talat-n-tazart	MA		0	Africa/Casablanca	31.43488	-6.70833				05	081		
2588513	Tizgui	tizgui	MA		0	Africa/Casablanca	31.35	-6.58				08	401		
2588525	Tichki	tichki	MA		0	Africa/Casablanca	31.455	-6.60024				08	401		
2588526	Tagzirt	tagzirt	MA		0	Africa/Casablanca	31.45309	-6.61381				08	401		
2588527	Azib n’Idmamene	azib-n-idmamene	MA		0	Africa/Casablanca	31.42345	-6.63238				08	401		
2588528	Taghra	taghra	MA		0	Africa/Casablanca	31.40381	-6.53309				08	401		
2588529	Assemdou	assemdou	MA		0	Africa/Casablanca	31.3975	-6.52583				08	401		
2588530	Azib Tiferwine	azib-tiferwine	MA		0	Africa/Casablanca	31.41286	-6.57179		Azib Tiferouine,Azib Tiferwine		08	401		
2588531	Aït Lahsene	ait-lahsene	MA		0	Africa/Casablanca	31.41005	-6.54055				08	401		
2588533	Azib Tagoulzit	azib-tagoulzit	MA		0	Africa/Casablanca	31.46045	-6.51223				08	401		
2588535	Azib n’Ouaqqa Amassine	azib-n-ouaqqa-amassine	MA		0	Africa/Casablanca	31.44238	-6.52262				08	401		
2588538	Azib Talddamt	azib-talddamt	MA		0	Africa/Casablanca	31.39286	-6.62119				08	401		
2588539	Afoud	afoud	MA		0	Africa/Casablanca	31.33822	-6.57059				08	401		
2588541	Ihajamene	ihajamene	MA		0	Africa/Casablanca	31.32726	-6.50523		Ihadjamene,Ihajamene		08	401		
2588542	Azib Tanoughzirt	azib-tanoughzirt	MA		0	Africa/Casablanca	31.34473	-6.55312				08	401		
2588543	Ignane	ignane	MA		0	Africa/Casablanca	31.32761	-6.55654				08	401		
2588547	Amsoul	amsoul	MA		0	Africa/Casablanca	31.24	-6.68				08	401		
2588548	Aligh n’Targa	aligh-n-targa	MA		0	Africa/Casablanca	31.25964	-6.52125		Aligh n'Targa,Aligh n’Targa		08	401		
2588550	El Hart	el-hart	MA		0	Africa/Casablanca	31.26333	-6.58226				08	401		
2588551	Taourirt	taourirt	MA		0	Africa/Casablanca	31.26553	-6.5175				08	401		
2588552	Targat n’Ada	targat-n-ada	MA		0	Africa/Casablanca	31.26893	-6.5125				08	401		
2588553	Tassouggaït	tassouggait	MA		0	Africa/Casablanca	31.27714	-6.50776				08	401		
2588554	Ighrem	ighrem	MA		0	Africa/Casablanca	31.25749	-6.58059				08	401		
2588555	Souq Lekhmis	souq-lekhmis	MA		0	Africa/Casablanca	31.27333	-6.58643				08	401		
2588558	Aït Ben Ta’azza	ait-ben-ta-azza	MA		0	Africa/Casablanca	31.29442	-6.5008				08	401		
2595301	Dah Hammou Ben Cheïkh	dah-hammou-ben-cheikh	MA		0	Africa/Casablanca	33.34211	-7.56744				06	385		
2595307	Aïn Bou Aïba	ain-bou-aiba	MA		0	Africa/Casablanca	33.84	-7.02				04	501		
2595308	Jamaat Riah	jamaat-riah	MA		0	Africa/Casablanca	33.15552	-7.38654		El Jemaa,Jamaat Riah		06	117		
2596120	Ait Bouahi	ait-bouahi	MA		0	Africa/Casablanca	31.51748	-7.01492		Ait Bouahi,Ait Bouali,Ait Bwali,Aït Bouali,Aït Bwali		05	081		
2596128	Aït Boutoubalt	ait-boutoubalt	MA		0	Africa/Casablanca	31.97886	-6.94322		Ait Bou Touhalt,Ait Boutoubalt,Aït Bou Touhalt,Aït Boutoubalt		05	081		
2596129	Tiharrissine	tiharrissine	MA		0	Africa/Casablanca	31.97624	-6.9007		Tiharissine,Tiharrissine		05	081		
2596130	Aït Sallam	ait-sallam	MA		0	Africa/Casablanca	31.97612	-6.82749		Ait Sallam,Ait Sellam,Aït Sallam,Aït Sellam		05	081		
2596131	Ighil n’Amairade	ighil-n-amairade	MA		0	Africa/Casablanca	31.98938	-6.68394				05	081		
2596132	Azrou	azrou	MA		0	Africa/Casablanca	31.98907	-6.53357				05	081		
2596133	Aït Hamani	ait-hamani	MA		0	Africa/Casablanca	31.95065	-6.97228				05	081		
2596135	Imi-n Ta’abdiyt	imi-n-ta-abdiyt	MA		0	Africa/Casablanca	31.96348	-6.52488		Imi-n Ta'abdiyt,Imi-n Ta’abdiyt,Ta`bdit,Ta‘bdit		05	081		
2596137	Zawyat Sidi ’Abdallah	zawyat-sidi-abdallah	MA		0	Africa/Casablanca	31.95058	-6.57776		Sidi Abdallah,Zawyat Sidi 'Abdallah,Zawyat Sidi ’Abdallah		05	081		
2596138	Izlatene	izlatene	MA		0	Africa/Casablanca	31.91446	-6.89948				05	081		
2596140	Tassa-n-Oufalla	tassa-n-oufalla	MA		0	Africa/Casablanca	31.93921	-6.50671		Tassa,Tassa-n-Oufalla		05	081		
2596141	Agard	agard	MA		0	Africa/Casablanca	31.86573	-6.84479		Agard,Aguerd		05	081		
2596142	Tighargniyne	tighargniyne	MA		0	Africa/Casablanca	31.88101	-6.60004		Tighargniyne,Tigharguenine		05	081		
2596143	Tissa	tissa	MA		0	Africa/Casablanca	31.89494	-6.54886				05	081		
2596144	Tamsfriyt	tamsfriyt	MA		0	Africa/Casablanca	31.86842	-6.67794		Tamsfrit,Tamsfriyt		05	081		
2596145	Isk	isk	MA		0	Africa/Casablanca	31.85842	-6.65102				05	081		
2596146	Aït Bou Issoufiyr	ait-bou-issoufiyr	MA		0	Africa/Casablanca	31.85936	-6.57501		Ait Bou Issoufiyr,Ait Bou Issoutir,Aït Bou Issoufiyr,Aït Bou Issoutir		05	081		
2596147	Agard-n-Ouqiydoun	agard-n-ouqiydoun	MA		0	Africa/Casablanca	31.82922	-6.50483		Agard-n-Ouqiydoun,Aguerd n'Ougidoum,Aguerd n’Ougidoum		05	081		
2596149	Iqddarn	iqddarn	MA		0	Africa/Casablanca	31.79901	-6.70877		Ikaddarn,Iqaddarn,Iqddarn		05	081		
2596152	Ta-n-Lhlou	ta-n-lhlou	MA		0	Africa/Casablanca	31.76666	-6.80106		Ta-n-Lhlou,Tana n'Hlou,Tana n’Hlou		05	081		
2596153	Timddiwgha	timddiwgha	MA		0	Africa/Casablanca	31.73479	-6.93741		Timadouygha,Timddiwgha		05	081		
2596154	Taghbalout	taghbalout	MA		0	Africa/Casablanca	31.72867	-6.90337				05	081		
2596155	Ikábline	ikabline	MA		0	Africa/Casablanca	31.73373	-6.69813		Ikabline,Ikábline,Iqabline,Iqábline		05	081		
2596156	Azlag	azlag	MA		0	Africa/Casablanca	31.67718	-6.82812				05	081		
2596158	Issaqqifane	issaqqifane	MA		0	Africa/Casablanca	31.62639	-6.82503		Issakkifene,Issaqqifane,Issaqqifene		05	081		
2596159	Imi -n- Talat	imi-n-talat	MA		0	Africa/Casablanca	31.64747	-6.53525		Imi -n- Talat,Imi n'Talat,Imi n’Talat		05	081		
2596160	Tighmart	tighmart	MA		0	Africa/Casablanca	31.61337	-6.93121				05	081		
2596163	Larb’a	larb-a	MA		0	Africa/Casablanca	31.55125	-6.89683		Imi n'Larba,Imi n’Larba,Larb'a,Larb’a		05	081		
2596164	Imi -n- Ounfid	imi-n-ounfid	MA		0	Africa/Casablanca	31.5505	-6.62448		Imi -n- Ounfid,Imi n'Oumfid,Imi n’Oumfid,mi-n-Oumfid		05	081		
2596165	Agansouw	agansouw	MA		0	Africa/Casablanca	31.52702	-6.69368		Agansouw,Aguensou		05	081		
2596166	Imi-n-Tizgui	imi-n-tizgui	MA		0	Africa/Casablanca	31.47913	-6.81475		Imi n'Tizgui,Imi n’Tizgui,Imi-n-Tizgui		05	081		
2596167	Aït Hamza	ait-hamza	MA		0	Africa/Casablanca	31.42989	-6.77517				05	081		
2596168	Tidaz	tidaz	MA		0	Africa/Casablanca	31.37052	-6.96331				05	081		
2596170	Sougni	sougni	MA		0	Africa/Casablanca	31.30232	-6.80672		Soughi,Sougni		08	401		
2596171	Imajain	imajain	MA		0	Africa/Casablanca	31.27375	-6.75312				08	401		
2596172	Taliwine	taliwine	MA		0	Africa/Casablanca	31.25357	-6.98584		Taliwine,Tiliouine,Tiliwine		08	401		
2596173	Zouiat Bou Naji	zouiat-bou-naji	MA		0	Africa/Casablanca	31.16	-6.81				08	401		
2596175	Tiguemi-n-Igrane	tiguemi-n-igrane	MA		0	Africa/Casablanca	31.12497	-6.86926		Tiguemi n'Igrene,Tiguemi n’Igrene,Tiguemi-n-Igrane		08	401		
2596176	Oulad Ammar	oulad-ammar	MA		0	Africa/Casablanca	31.11226	-6.59002				08	401		
2596178	Zouiat Madri	zouiat-madri	MA		0	Africa/Casablanca	31.09559	-6.63012				08	401		
2596179	Oulad Ali	oulad-ali	MA		0	Africa/Casablanca	31.08512	-6.55916				08	401		
2596182	Gaddara	gaddara	MA		0	Africa/Casablanca	31.02074	-6.58448				08	401		
2596183	Tandoust	tandoust	MA		0	Africa/Casablanca	31.99596	-6.48807				05	081		
2596184	Timgrad	timgrad	MA		0	Africa/Casablanca	31.98842	-6.4101				05	081		
2596185	Agard-n-ou ’Rab	agard-n-ou-rab	MA		0	Africa/Casablanca	31.96118	-6.29038		Agard-n-ou 'Rab,Agard-n-ou ’Rab,Apuerd n'Ouarab,Apuerd n-Wa'rab,Apuerd n-Wa’rab,Apuerd n’Ouarab		05	081		
2596186	Aït Wa’laf	ait-wa-laf	MA		0	Africa/Casablanca	31.99207	-6.21875		Ait Oualef,Ait Wa'laf,Ait Walef,Aït Oualef,Aït Walef,Aït Wa’laf		05	081		
2596187	Aït Tamajjout	ait-tamajjout	MA		0	Africa/Casablanca	31.98242	-6.19025				05	081		
2596190	Almou n’Aït Maziah	almou-n-ait-maziah	MA		0	Africa/Casablanca	31.96	-6.29				05	081		
2596191	Agard-n-Wahmane	agard-n-wahmane	MA		0	Africa/Casablanca	31.95975	-6.1642		Agard-n-Wahmane,Tighremt n'Ougamh,Tighremt n’Ougamh		05	081		
2596192	Admadane	admadane	MA		0	Africa/Casablanca	31.93819	-6.37778		Admadane,Admatene		05	081		
2596193	Aç Amane	ac-amane	MA		0	Africa/Casablanca	31.91711	-6.36564		Ac Amane,Assamane,Aç Amane		05	081		
2596201	Aït Mama	ait-mama	MA		0	Africa/Casablanca	31.76311	-6.47931		Ait M`ammar,Ait Mama,Aït Mama,Aït M‘ammar		05	081		
2596204	Tamchghourmane	tamchghourmane	MA		0	Africa/Casablanca	31.52524	-6.2412				08	577		
2596205	Tighremt n’Tichki	tighremt-n-tichki	MA		0	Africa/Casablanca	31.50309	-6.32006				08	577		
2596208	Tamgallouna	tamgallouna	MA		0	Africa/Casablanca	31.41	-6.12				08	577		
2596209	Imi n’Oulaoun	imi-n-oulaoun	MA		0	Africa/Casablanca	31.37643	-6.50036				08	401		
2596210	Knemis Dades	knemis-dades	MA		0	Africa/Casablanca	31.3	-6.02				08	577		
2596212	Azlag	azlag	MA		0	Africa/Casablanca	31.22217	-6.09342				08	577		
2596213	Aït Haroun	ait-haroun	MA		0	Africa/Casablanca	31.21738	-6.10147				08	577		
2596215	Aït Hamouchane	ait-hamouchane	MA		0	Africa/Casablanca	31.18368	-6.17825		Ait Hamouchane,Ait Hamoudene,Aït Hamouchane,Aït Hamoudene		08	577		
2596218	Aït Ouitfao	ait-ouitfao	MA		0	Africa/Casablanca	31.02527	-6.48875		Ait Ouitfao,Ait Witfao,Aït Ouitfao,Aït Witfao		08	401		
2596221	Zerehane	zerehane	MA		0	Africa/Casablanca	31.97366	-5.88955				05	081		
2596222	Tizraz	tizraz	MA		0	Africa/Casablanca	31.99262	-5.79785				08	363		
2596223	Igherm n’Ouatou	igherm-n-ouatou	MA		0	Africa/Casablanca	31.96455	-5.79526		Igherm n'Ouatou,Igherm n’Ouatou,Irherm-n-Ouatou		08	363		
2596224	Tamzergout	tamzergout	MA		0	Africa/Casablanca	31.98404	-5.55321				08	363		
2596225	Lalla Aicha	lalla-aicha	MA		0	Africa/Casablanca	31.95124	-5.8687				05	081		
2596227	Amzerlou	amzerlou	MA		0	Africa/Casablanca	31.88929	-5.85427				05	081		
2596228	Sidi Lahsene Ouamankouri	sidi-lahsene-ouamankouri	MA		0	Africa/Casablanca	31.88	-5.87				05	081		
2596229	Habitations Troglaoytea	habitations-troglaoytea	MA		0	Africa/Casablanca	31.85904	-5.9963				05	081		
2596232	Izmaguene	izmaguene	MA		0	Africa/Casablanca	31.81241	-5.77268				08	577		
2596234	Aït Merghad	ait-merghad	MA		0	Africa/Casablanca	31.73715	-5.80547		Ait Merghad,Ait Merrhad,Aït Merghad,Aït Merrhad		08	577		
2596235	Aït Ounabil	ait-ounabil	MA		0	Africa/Casablanca	31.68857	-5.88643				08	577		
2596236	Taboulbant	taboulbant	MA		0	Africa/Casablanca	31.68518	-5.87473				08	577		
2596238	Tidrit	tidrit	MA		0	Africa/Casablanca	31.64529	-5.84529				08	577		
2596240	Bou Oumardoul	bou-oumardoul	MA		0	Africa/Casablanca	31.61143	-5.85762				08	577		
2596241	Tirbadouine	tirbadouine	MA		0	Africa/Casablanca	31.57143	-5.90397				08	577		
2596242	Aït Saïd	ait-said	MA		0	Africa/Casablanca	31.57777	-5.88921				08	577		
2596245	Aït Oujena	ait-oujena	MA		0	Africa/Casablanca	31.53798	-5.56024				08	577		
2596246	Tikoutar	tikoutar	MA		0	Africa/Casablanca	31.53417	-5.54143				08	577		
2596247	Aït Ali Ou Säid	ait-ali-ou-saeid	MA		0	Africa/Casablanca	31.50036	-5.94726				08	577		
2596248	Aït Outfi	ait-outfi	MA		0	Africa/Casablanca	31.5075	-5.94202				08	577		
2596249	Halioul	halioul	MA		0	Africa/Casablanca	31.51631	-5.51464				08	577		
2596250	Tamassint	tamassint	MA		0	Africa/Casablanca	31.50523	-5.51583				08	577		
2596251	Aït Bou Houkou	ait-bou-houkou	MA		0	Africa/Casablanca	31.49477	-5.94805				08	577		
2596252	Zouiet Sidi Bou Beker	zouiet-sidi-bou-beker	MA		0	Africa/Casablanca	31.44313	-5.98562		Zaouiet Sidi Bou Beker,Zaouïet Sidi Bou Beker,Zouiet Sidi Bou Beker		08	577		
2596253	Tiliojrine	tiliojrine	MA		0	Africa/Casablanca	31.42777	-5.51359				08	577		
2596254	Tasottift	tasottift	MA		0	Africa/Casablanca	31.37293	-5.57681				08	577		
2596255	Taghzout n’Tafert	taghzout-n-tafert	MA		0	Africa/Casablanca	31.36048	-5.64833				08	577		
2596256	Igourdane n’Aït Ounir	igourdane-n-ait-ounir	MA		0	Africa/Casablanca	31.30222	-5.89097				08	577		
2596257	Izemgane	izemgane	MA		0	Africa/Casablanca	31.29876	-5.84445				08	577		
2596258	Tirza	tirza	MA		0	Africa/Casablanca	31.31824	-5.65507				08	577		
2596259	Tourar	tourar	MA		0	Africa/Casablanca	30.48321	-7.03083				08	401		
2596260	Taourirt n’Irbial	taourirt-n-irbial	MA		0	Africa/Casablanca	31.30869	-5.62675				08	577		
2596261	Tiboulkhirine	tiboulkhirine	MA		0	Africa/Casablanca	31.26153	-5.82819				08	577		
2596262	Moumarigh	moumarigh	MA		0	Africa/Casablanca	31.25264	-5.78111		Moumarigh,Moumarirh		08	577		
2596263	Taddi	taddi	MA		0	Africa/Casablanca	31.26928	-5.64485				08	577		
2596264	Igourdane	igourdane	MA		0	Africa/Casablanca	31.2274	-5.59774				08	577		
2596266	Imi-n-Warg	imi-n-warg	MA		0	Africa/Casablanca	31.19386	-5.79416		Imi-n-Warg,Olmi n'Ouarg,Olmi n’Ouarg		08	577		
2596267	Taghra n’Tnafaout	taghra-n-tnafaout	MA		0	Africa/Casablanca	31.20023	-5.58638		Taghra n'Tnafaout,Taghra n’Tnafaout,Tarhra-n-Tnafaout		08	577		
2596268	Taghya-n-Iksassannt	taghya-n-iksassannt	MA		0	Africa/Casablanca	31.18848	-5.54986		Taghi n'Iksassene,Taghi n’Iksassene,Taghya-n-Iksassannt,Tarhi-n-Iksassene		08	577		
2596269	Aït Al Khalf	ait-al-khalf	MA		0	Africa/Casablanca	31.1789	-5.67049		Ait Al Khalf,Ait el Khiaf,Aït Al Khalf,Aït el Khiaf		08	577		
2596270	Aït Marsid	ait-marsid	MA		0	Africa/Casablanca	31.16446	-5.73785		Ait Marsid,Ait Mersid,Aït Marsid,Aït Mersid		08	577		
2596271	Tighremt	tighremt	MA		0	Africa/Casablanca	31.16608	-5.70788		Tighremt,Tirnremt		08	577		
2596272	Barkou	barkou	MA		0	Africa/Casablanca	31.07892	-5.92922		Barkou,Berkou		08	587		
2596273	Targa	targa	MA		0	Africa/Casablanca	31.08325	-5.89962		Tagra,Targa		08	587		
2596274	Mouddou	mouddou	MA		0	Africa/Casablanca	31.14299	-5.52019				08	577		
2596275	Wine Wadil	wine-wadil	MA		0	Africa/Casablanca	31.10352	-5.74586		Ouine Ouadil,Wine Wadil		08	577		
2596276	Igharghiz	igharghiz	MA		0	Africa/Casablanca	31.10552	-5.68623		Gherghiz,Igharghiz,Rherrhiz		08	577		
2596277	Amguis	amguis	MA		0	Africa/Casablanca	31.04773	-5.84897				08	587		
2596278	Tajalait	tajalait	MA		0	Africa/Casablanca	31.02314	-5.98391				08	587		
2596279	Bou Tiguit-n-Waltkit	bou-tiguit-n-waltkit	MA		0	Africa/Casablanca	30.99866	-5.92113		Bou Tigguit n'Oualrkit,Bou Tigguit n’Oualrkit,Bou Tiguit-n-Waltkit		08	587		
2596280	Tagountaft	tagountaft	MA		0	Africa/Casablanca	31.98	-5.18				08	577		
2596281	Asrir	asrir	MA		0	Africa/Casablanca	31.96813	-5.16388				08	577		
2596283	Taghbalou Aït Lhou	taghbalou-ait-lhou	MA		0	Africa/Casablanca	31.97226	-5.02396		Taghbalou Ait Lhou,Taghbalou Aït Lhou,Taghbalout n'Ait Louna,Taghbalout n’Aït Louna,Tarhbalout-n-Ait Louna,Tarhbalout-n-Aït Louna		08	201		
2596284	Tayajout	tayajout	MA		0	Africa/Casablanca	31.81	-5.48				08	577		
2596285	Tairza	tairza	MA		0	Africa/Casablanca	30.04452	-7.22548				09	551		
2596286	Ikedane	ikedane	MA		0	Africa/Casablanca	31.79864	-5.45649				08	577		
2596287	Taourirt n’Aït Arji	taourirt-n-ait-arji	MA		0	Africa/Casablanca	31.64	-5.41				08	201		
2596288	Oul n’Tamayoust	oul-n-tamayoust	MA		0	Africa/Casablanca	31.64	-5.33				08	201		
2596290	Izakarene	izakarene	MA		0	Africa/Casablanca	31.62652	-5.3116				08	201		
2596291	Tarnia n’Ifer	tarnia-n-ifer	MA		0	Africa/Casablanca	31.63	-5.31				08	201		
2596293	Imider	imider	MA		0	Africa/Casablanca	31.59	-5.38				08	201		
2596294	Tinoumirra	tinoumirra	MA		0	Africa/Casablanca	31.59	-5.05				08	201		
2596295	Talalt	talalt	MA		0	Africa/Casablanca	31.5189	-5.04163				08	201		
2596297	Gardmit	gardmit	MA		0	Africa/Casablanca	31.5157	-5.03252		Gardmit		08	201		
2596298	Aït Elkadi	ait-elkadi	MA		0	Africa/Casablanca	31.49178	-5.50606				08	577		
2596299	Igherm Akdim	igherm-akdim	MA		0	Africa/Casablanca	31.49251	-5.08865		Igherm Akdim,Irherm Akdim		08	201		
2596300	Assat	assat	MA		0	Africa/Casablanca	31.49	-5.06				08	201		
2596301	Bou Taghal	bou-taghal	MA		0	Africa/Casablanca	31.48115	-5.40378		Bou Taghal,Bou Tarhal		08	577		
2596302	Aït Mohammed	ait-mohammed	MA		0	Africa/Casablanca	31.47732	-5.48468				08	577		
2596303	Aït el Meskine	ait-el-meskine	MA		0	Africa/Casablanca	31.47	-5.44				08	577		
2596304	Aït Yalla	ait-yalla	MA		0	Africa/Casablanca	31.46	-5.47				08	577		
2596305	Imelouane	imelouane	MA		0	Africa/Casablanca	31.47	-5.02				08	201		
2596306	Khettart Atmane	khettart-atmane	MA		0	Africa/Casablanca	31.48062	-5.01004				08	201		
2596307	El Hart n’Igourramene	el-hart-n-igourramene	MA		0	Africa/Casablanca	31.45	-5.44				08	577		
2596309	Agouddini	agouddini	MA		0	Africa/Casablanca	31.44	-5.39				08	577		
2596310	Aït Mohand	ait-mohand	MA		0	Africa/Casablanca	31.45	-5				08	201		
2596312	Bou Miri	bou-miri	MA		0	Africa/Casablanca	31.26496	-5.25663				08	577		
2596313	Afadrik n’Ouzannou	afadrik-n-ouzannou	MA		0	Africa/Casablanca	31.25345	-5.21522				08	577		
2596314	Agoulzi	agoulzi	MA		0	Africa/Casablanca	31.22216	-5.45714				08	577		
2596315	Bou Laghzazil	bou-laghzazil	MA		0	Africa/Casablanca	31.23512	-5.33167		Bou Laghzazil,Bou Larhzazil		08	577		
2596316	Taghoucht n’Imelouane	taghoucht-n-imelouane	MA		0	Africa/Casablanca	31.1898	-5.05964		Taghoucht n'Imelouane,Taghoucht n’Imelouane,Tarhoucht n'Imelouane,Tarhoucht n’Imelouane		08	577		
2596317	Igherm Oujdid	igherm-oujdid	MA		0	Africa/Casablanca	31.14994	-5.08751		Igherm Oujdid,Irherm Oujdid		08	577		
2596318	Azekkour	azekkour	MA		0	Africa/Casablanca	31.14571	-5.08273				08	577		
2596319	Aguensou Aouragh	aguensou-aouragh	MA		0	Africa/Casablanca	31.13	-5.38		Aguensou Aouragh,Aguensou Aourarh		08	577		
2596320	Aït el Habib	ait-el-habib	MA		0	Africa/Casablanca	31.13122	-5.1858				08	577		
2596321	Tachroun	tachroun	MA		0	Africa/Casablanca	31.12	-5.17				08	577		
2596322	El Maghmia	el-maghmia	MA		0	Africa/Casablanca	31.13995	-5.05898		El Maghmia,El Marhmia		08	577		
2596323	Kadem	kadem	MA		0	Africa/Casablanca	31.11993	-5.4564				08	577		
2596324	Aït Hammou	ait-hammou	MA		0	Africa/Casablanca	31.10603	-5.04968				08	577		
2596325	Jebel Tiskaouine	jebel-tiskaouine	MA		1197	Africa/Casablanca	31.02722	-5.11643				08	577		
2596326	Tabourikt	tabourikt	MA		0	Africa/Casablanca	31.09828	-5.03987				08	577		
2596328	Tallait	tallait	MA		0	Africa/Casablanca	31.09231	-5.02103				08	577		
2596329	Aït Aïssa Ou Brahim	ait-aissa-ou-brahim	MA		0	Africa/Casablanca	31.03383	-5.43293				08	577		
2596332	Timizguiyt	timizguiyt	MA		0	Africa/Casablanca	31.89482	-4.92351		Timezguit,Timizguiyt		08	201		
2596335	Lbarj Al Qdiym	lbarj-al-qdiym	MA		0	Africa/Casablanca	31.81129	-4.96823		Bori el Kdim,Lbarj Al Qdiym		08	201		
2596336	Tarda	tarda	MA		0	Africa/Casablanca	31.80802	-4.60057				08	201		
2596338	Khlil	khlil	MA		0	Africa/Casablanca	31.67732	-4.90742				08	201		
2596340	Khlil	khlil	MA		0	Africa/Casablanca	31.67	-4.91				08	201		
2596341	Anfar	anfar	MA		0	Africa/Casablanca	31.63899	-4.80086				08	201		
2596342	Al Galta	al-galta	MA		0	Africa/Casablanca	31.62079	-4.90167		Al Galta,El Guelta		08	201		
2596343	Aït Ba Ma’ti	ait-ba-ma-ti	MA		0	Africa/Casablanca	31.60918	-4.95828		Ait Ba Ma'ti,Ait Ba Maati,Aït Ba Maati,Aït Ba Ma’ti		08	201		
2596344	Tiguida	tiguida	MA		0	Africa/Casablanca	31.61214	-4.90455				08	201		
2596347	Aït M’ammar Oujdid	ait-m-ammar-oujdid	MA		0	Africa/Casablanca	31.52249	-5.00846		Ait M'ammar Oujdid,Ait Mameur Oujedid,Aït Mameur Oujedid,Aït M’ammar Oujdid		08	201		
2596348	Ouinou Oufroukh	ouinou-oufroukh	MA		0	Africa/Casablanca	31.46262	-4.84544				08	201		
2596349	Tighezdist	tighezdist	MA		0	Africa/Casablanca	31.45132	-4.89567		Tighezdist,Tirhezdist		08	201		
2596350	Bou Oudoud	bou-oudoud	MA		0	Africa/Casablanca	31.42744	-4.90416				08	201		
2596351	Moulay S’id	moulay-s-id	MA		0	Africa/Casablanca	31.24454	-4.82727		Moulay S'id,Moulay Said,Moulay Saïd,Moulay S’id		08	577		
2596352	Taguerount	taguerount	MA		0	Africa/Casablanca	31.23453	-4.50298		Tagueroumt,Taguerount		08	201		
2596353	Ksar Tamerna	ksar-tamerna	MA		0	Africa/Casablanca	31.227	-4.51898		Ksar Tamerna,Ksar Tmerna		08	201		
2596355	Aït Messâoud	ait-messaoud	MA		0	Africa/Casablanca	32.97523	-5.9188		Ait Messaoud,Ait Messoud,Aït Messoud,Aït Messâoud		05	301		
2596356	Sidi Ammat	sidi-ammat	MA		0	Africa/Casablanca	32.95	-5.83				05	301		
2596359	Sidi Bouch‘arb	sidi-bouch-arb	MA		0	Africa/Casablanca	32.86436	-5.89438				05	301		
2596363	Taddert	taddert	MA		0	Africa/Casablanca	32.82373	-5.97723				05	301		
2596365	Aït Nouh	ait-nouh	MA		0	Africa/Casablanca	32.84167	-5.77665				05	301		
2596369	Aït Mahha	ait-mahha	MA		0	Africa/Casablanca	32.73223	-5.96562				05	091		
2596372	Boutaghaddiouine	boutaghaddiouine	MA		0	Africa/Casablanca	32.69495	-5.63784		Boutaghaddiouine,Boutaghdiouine		05	301		
2596373	Aït Azrou	ait-azrou	MA		0	Africa/Casablanca	32.71243	-5.55579				05	301		
2596374	Tamzirzat	tamzirzat	MA		0	Africa/Casablanca	32.67351	-5.60983				05	301		
2596375	Tawli	tawli	MA		0	Africa/Casablanca	32.66091	-5.56989		Taouli,Tawli		05	301		
2596376	Aït Bou Ouragh	ait-bou-ouragh	MA		0	Africa/Casablanca	32.67729	-5.51017		Ait Bou Ouragh,Ait Bou Ouregh,Aït Bou Ouragh,Aït Bou Ouregh		05	301		
2596380	Imhiwach	imhiwach	MA		0	Africa/Casablanca	32.58236	-5.99328		Imhiouach,Imhiwach		05	091		
2596385	Tizza	tizza	MA		0	Africa/Casablanca	32.55532	-5.77577				05	091		
2596386	Tihouna Aït ’Amar	tihouna-ait-amar	MA		0	Africa/Casablanca	32.52832	-5.67057		Ait Amar,Aït Amar,Tihouna Ait 'Amar,Tihouna Aït ’Amar		05	091		
2596388	Toujniht Abdighigh	toujniht-abdighigh	MA		0	Africa/Casablanca	32.53011	-5.51268		Tijniht Abdighigh,Toujniht Abdighigh		05	301		
2596389	Al Mizane	al-mizane	MA		0	Africa/Casablanca	32.46197	-5.90294		Al Mizane,El Mizane		05	091		
2596391	Bouwadil	bouwadil	MA		0	Africa/Casablanca	32.39005	-5.50777		Bou Adil,Bouwadil		08	363		
2596400	Tasraft	tasraft	MA		0	Africa/Casablanca	32.18095	-5.88174				05	091		
2596402	Tasgount	tasgount	MA		0	Africa/Casablanca	32.20226	-5.60071				08	363		
2596404	Taghighacht	taghighacht	MA		0	Africa/Casablanca	32.16916	-5.51381				08	363		
2596405	Amerdoul	amerdoul	MA		0	Africa/Casablanca	32.14202	-5.65714				08	363		
2596415	Ouled Habboub	ouled-habboub	MA		0	Africa/Casablanca	32.66599	-5.2816				08	363		
2596416	Bou Irsane	bou-irsane	MA		0	Africa/Casablanca	32.62084	-5.29961				08	363		
2596419	Douar Tamalout	douar-tamalout	MA		0	Africa/Casablanca	32.56489	-5.05449		Douar Tamalout,Tamalout		08	363		
2596421	Boudra’ n-Ayt Bou’li	boudra-n-ayt-bou-li	MA		0	Africa/Casablanca	32.55756	-5.21578		Bou Dra,Boudra' n-Ayt Bou'li,Boudra’ n-Ayt Bou’li		08	363		
2596427	Tifrkhset	tifrkhset	MA		0	Africa/Casablanca	30.47	-7.46				08	401		
2596439	Taourirt	taourirt	MA		0	Africa/Casablanca	32.00492	-5.13797				08	577		
2596443	Agdudim	agdudim	MA		0	Africa/Casablanca	32.9287	-4.83215		Agdudim,Agoudi		08	363		
2596447	Aït Oumghar	ait-oumghar	MA		0	Africa/Casablanca	32.67009	-4.95431				08	363		
2596452	Foum Lhanch	foum-lhanch	MA		0	Africa/Casablanca	30.08402	-6.87283				09	551		
2596457	Zerarda	zerarda	MA		0	Africa/Casablanca	33.97	-4.38				03	561		
2596460	Ribat Al Khayr	ribat-al-khayr	MA		0	Africa/Casablanca	33.81518	-4.40717		Ribat Al Khayr,Ribat al Kheir,Ribat el Kheir		03	451		
2596461	Oulad Nacer	oulad-nacer	MA		0	Africa/Casablanca	33.82637	-4.35903				03	451		
2596463	Mdaoud	mdaoud	MA		0	Africa/Casablanca	33.76598	-4.2484				03	451		
2596464	Tamtroucht	tamtroucht	MA		0	Africa/Casablanca	33.78	-4.08				03	561		
2596466	Aghram Amelal	aghram-amelal	MA		0	Africa/Casablanca	33.68	-4.46				03	451		
2596467	Benicha	benicha	MA		0	Africa/Casablanca	33.71787	-4.2661				03	451		
2596469	Damalit	damalit	MA		0	Africa/Casablanca	33.64	-4.01				02	265		
2596471	Tilmirat	tilmirat	MA		0	Africa/Casablanca	33.53884	-4.3863				03	131		
2596474	Aït Omai	ait-omai	MA		0	Africa/Casablanca	33.47	-4.34				03	131		
2596477	Tighza	tighza	MA		0	Africa/Casablanca	33.92	-3.9				02	265		
2596479	Es Skhouna	es-skhouna	MA		0	Africa/Casablanca	33.75	-3.52				03	131		
2596487	Tikhfist	tikhfist	MA		0	Africa/Casablanca	30.89899	-7.47276				08	401		
2596488	Tayahiat	tayahiat	MA		0	Africa/Casablanca	30.80118	-7.28459				08	401		
2596489	Ighissane	ighissane	MA		0	Africa/Casablanca	30.83739	-7.21287				08	401		
2596491	Imidar-n-Ighals	imidar-n-ighals	MA		0	Africa/Casablanca	30.79474	-7.08081		Imidar-n-Ighals,Imider n'Ighels,Imider n’Ighels		08	401		
2596492	Agroulane	agroulane	MA		0	Africa/Casablanca	30.71629	-7.45207				08	401		
2596493	Imizg	imizg	MA		0	Africa/Casablanca	30.68777	-7.33321				08	401		
2596494	Ouizgought	ouizgought	MA		0	Africa/Casablanca	30.67751	-7.29682		Ouizgought,Wizgought		08	401		
2596496	Tamalout	tamalout	MA		0	Africa/Casablanca	30.59941	-7.40439				08	401		
2596497	Ansia	ansia	MA		0	Africa/Casablanca	30.5919	-7.38177				08	401		
2596499	Tililda	tililda	MA		0	Africa/Casablanca	30.56292	-7.06371				08	401		
2596500	Aïn n’Aït Hmad	ain-n-ait-hmad	MA		0	Africa/Casablanca	30.51983	-7.33516				08	401		
2596501	Ifzouane	ifzouane	MA		0	Africa/Casablanca	30.52033	-7.28066		Ifzouane,Ifzwane		08	401		
2596504	Ougrid	ougrid	MA		0	Africa/Casablanca	30.50752	-7.09384				08	401		
2596505	Azegza	azegza	MA		0	Africa/Casablanca	30.50156	-7.04846				08	401		
2596509	Tikerdouchene	tikerdouchene	MA		0	Africa/Casablanca	30.44277	-7.34732				08	401		
2596510	Ihmoudan	ihmoudan	MA		0	Africa/Casablanca	30.44301	-7.12809				08	401		
2596511	Imidar Takhtani	imidar-takhtani	MA		0	Africa/Casablanca	30.4333	-7.26143				08	401		
2596514	Aït Ali Ou Salm	ait-ali-ou-salm	MA		0	Africa/Casablanca	30.40702	-7.05666				08	401		
2596515	Asserd n’Aït Boulou	asserd-n-ait-boulou	MA		0	Africa/Casablanca	30.39404	-7.0448				08	401		
2596516	Tafraout n’Ouzguig	tafraout-n-ouzguig	MA		0	Africa/Casablanca	30.37955	-7.18009				08	401		
2596519	Zaouiat Aïnas	zaouiat-ainas	MA		0	Africa/Casablanca	30.31285	-7.17813		Zaouiat Ainas,Zaouiat Aïnas,Zawyat Ainas,Zawyat Aïnas		09	551		
2596520	Imi n’Oumacha	imi-n-oumacha	MA		0	Africa/Casablanca	30.31036	-7.12875				09	551		
2596521	Aghgoumi	aghgoumi	MA		0	Africa/Casablanca	30.28843	-7.07779				09	551		
2596522	Imzoughine	imzoughine	MA		0	Africa/Casablanca	30.30946	-7.10464				09	551		
2596525	El Haït	el-hait	MA		0	Africa/Casablanca	30.21152	-7.00152				09	551		
2596531	Galmous	galmous	MA		0	Africa/Casablanca	30.9728	-6.6928				08	401		
2596534	Izbiatine	izbiatine	MA		0	Africa/Casablanca	30.902	-6.92372		Inzebiatene,Izbiatine		08	401		
2596536	Timoula	timoula	MA		0	Africa/Casablanca	30.81537	-6.96254				08	401		
2596537	Taharbilt	taharbilt	MA		0	Africa/Casablanca	30.82381	-6.94625				08	401		
2596538	Balghizi	balghizi	MA		0	Africa/Casablanca	30.819	-6.908		Balghizi,Belghizi		08	401		
2596540	Aghbalou	aghbalou	MA		0	Africa/Casablanca	30.84606	-6.82167				08	401		
2596543	Dar Ayt Mess’oud	dar-ayt-mess-oud	MA		0	Africa/Casablanca	30.70206	-6.71408		Dar Ait Mesoud,Dar Ayt Mess'oud,Dar Ayt Mess’oud,Dar Aït Mesoud		08	587		
2596544	Taourirt-n-Hamza	taourirt-n-hamza	MA		0	Africa/Casablanca	30.66705	-6.77894		Taourirt n'Hamza,Taourirt n’Hamza,Taourirt-n-Hamza,Tawrirt-n-Hamza		08	587		
2596545	Amcla-n-Brahim	amcla-n-brahim	MA		0	Africa/Casablanca	30.6375	-6.9319		Amcla-n-Brahim,Amda n'Brahim,Amda n’Brahim		08	587		
2596546	Tafraout-n-Oufella	tafraout-n-oufella	MA		0	Africa/Casablanca	30.63845	-6.7753		Tafraout n'Oufella,Tafraout n’Oufella,Tafraout-n-Oufella,Tafrawt-n-Oufella		08	587		
2596548	Ali Ou Lahsen	ali-ou-lahsen	MA		0	Africa/Casablanca	30.60587	-6.97408				08	401		
2596549	Titoula	titoula	MA		0	Africa/Casablanca	30.60486	-6.80872				08	587		
2596550	Imider	imider	MA		0	Africa/Casablanca	30.60991	-6.78136				08	587		
2596551	Tasdaout	tasdaout	MA		0	Africa/Casablanca	30.62	-6.64		Tasdawt		08	587		
2596554	Aït Oukhzam	ait-oukhzam	MA		0	Africa/Casablanca	30.58025	-6.92574				08	587		
2596555	Daw Tzegzate	daw-tzegzate	MA		0	Africa/Casablanca	30.59214	-6.67822		Daou Tazegzat,Daw Tzegzate		08	587		
2596560	Tizegzaouine	tizegzaouine	MA		0	Africa/Casablanca	30.49139	-6.85904		Tizegzaouine,Tizgzawine		08	587		
2596562	Isk n’Oumagha	isk-n-oumagha	MA		0	Africa/Casablanca	30.47	-6.58				08	587		
2596563	Igrane	igrane	MA		0	Africa/Casablanca	30.42	-6.65				09	551		
2596564	Aït Abdallah	ait-abdallah	MA		0	Africa/Casablanca	30.45078	-6.54609				08	587		
2596568	Agoult	agoult	MA		0	Africa/Casablanca	30.36798	-6.69083				09	551		
2596572	Foum el Oued	foum-el-oued	MA		0	Africa/Casablanca	30.35	-6.84				09	551		
2596573	Assaka	assaka	MA		0	Africa/Casablanca	30.35726	-6.71541				09	551		
2596578	Tamda	tamda	MA		0	Africa/Casablanca	30.2155	-6.96268				09	551		
2596584	Ouayrtout	ouayrtout	MA		0	Africa/Casablanca	30.11	-6.88		Ouayrtout,Wayrtout		09	551		
2596602	Tighramt	tighramt	MA		0	Africa/Casablanca	30.93621	-6.43574		Tighramt,Timremt		08	401		
2596605	Tifergui	tifergui	MA		0	Africa/Casablanca	30.9232	-6.208				08	587		
2596606	Taghya	taghya	MA		0	Africa/Casablanca	30.9061	-6.28663		Taghya,Tahia		08	587		
2596607	Tassaount n’Bou Igrazene	tassaount-n-bou-igrazene	MA		0	Africa/Casablanca	30.89037	-6.28121				08	587		
2596608	Insay	insay	MA		0	Africa/Casablanca	30.78624	-6.46274		Insay,Insei,Inseï		08	587		
2596610	Rbat	rbat	MA		0	Africa/Casablanca	30.73	-6.45				08	587		
2596611	Tasemmoumt	tasemmoumt	MA		0	Africa/Casablanca	30.75241	-6.05685				08	587		
2596612	Talat Aït el Caïd el Mîr	talat-ait-el-caid-el-mir	MA		0	Africa/Casablanca	30.68346	-6.34016		Talat,Talat Ait el Caid el Mir,Talat Aït el Caïd el Mîr		08	587		
2596613	Aïra n’Aït Sedrat	aira-n-ait-sedrat	MA		0	Africa/Casablanca	30.70943	-6.2445				08	587		
2596614	Targoua n el Mâl	targoua-n-el-mal	MA		0	Africa/Casablanca	30.68691	-6.27518		Targoua n el Mal,Targoua n el Mâl,Targoua n'el Mal,Targoua n’el Mal		08	587		
2596615	Tamnoûgalt	tamnougalt	MA		0	Africa/Casablanca	30.67975	-6.3875		Tammougalt,Tamnougalt,Tamnoûgalt		08	587		
2596616	Roudât	roudat	MA		0	Africa/Casablanca	30.66962	-6.35587		Roudat,Roudât		08	587		
2596617	Tamejjaït	tamejjait	MA		0	Africa/Casablanca	30.65158	-6.12985				08	587		
2596618	El Mouda	el-mouda	MA		0	Africa/Casablanca	30.63881	-6.13667				08	587		
2596620	Oulad Atmane	oulad-atmane	MA		0	Africa/Casablanca	30.60351	-6.16934				08	587		
2596624	El Aouinat	el-aouinat	MA		0	Africa/Casablanca	30.56478	-6.16142				08	587		
2596625	Amerdout	amerdout	MA		0	Africa/Casablanca	30.4982	-6.09913				08	587		
2596627	Ed Dououaïrai	ed-dououairai	MA		0	Africa/Casablanca	30.4719	-5.99988		Ed Dououairai,Ed Dououaïrai,Ed-Dwairai,Ed-Dwaïrai		08	587		
2596629	Trilhela	trilhela	MA		0	Africa/Casablanca	30.43437	-6.45623		Tirilhela,Trilhela		08	587		
2596631	Al Moissi	al-moissi	MA		0	Africa/Casablanca	30.41305	-6.46772		Al Moissi,El Mnissi		08	587		
2596638	Lahrar	lahrar	MA		0	Africa/Casablanca	30.25267	-6.40907		Labrar,Lahrar		08	587		
2596639	Zaouiat Sidi Abdalhak	zaouiat-sidi-abdalhak	MA		0	Africa/Casablanca	30.23897	-6.48754		Zaouiat Sidi Abdalhak,Zouiat Sidi Abdalhaq		08	587		
2597404	Tagajdalt	tagajdalt	MA		0	Africa/Casablanca	28.48328	-10.55693				10	071		
2597406	Kheneg el Hamam	kheneg-el-hamam	MA		0	Africa/Casablanca	28.61148	-10.61071				10	261		
6546693	Boujniba	boujniba	MA		15041	Africa/Casablanca	32.90046	-6.77464		Boujniba,Boujniba (Commune Urbaine),Boujniba (MU),ابي الجعد (البلدية)		05	311	0631101031	
6942459	Ksar Laâbidat (al abid)	ksar-laabidat-al-abid	MA		0	Africa/Casablanca	32.11723	-1.2397				02	251		
7280528	Errachidia	errachidia	MA		92374	Africa/Casablanca	31.9314	-4.42663		Al-Rashidiyya,Ar-Raszidijja,ERH,Ehr-Rashidija,Er Rachidia,Er-Rachidia,Er-Rachidía,Errachidia,Imtɣeren,Ksar es-Souk,Rachidia,Rasidija,Rašidija,Rāšīdīja,alrshydyt,alrshydyt‎,ar-Rachidiya,ar-Rachīdīya,la xi di ye,Эр-Рашидия,א-רשידיה,الرشيدية,الرشيدية‎,الرشیدیہ,拉希迪耶	1320101051	08	201	1320101051	
7288058	Daoudiate	daoudiate	MA		0	Africa/Casablanca	31.64852	-7.99487				07	351		
7456416	Medina De Rabat	medina-de-rabat	MA		0	Africa/Casablanca	34.02542	-6.8359				04	421		
7645029	Tnine Ourika	tnine-ourika	MA		0	Africa/Casablanca	31.31137	-7.74562				07	041		
7646295	Palmeraie	palmeraie	MA		0	Africa/Casablanca	31.66474	-8.00054				07	351		
7798457	Imintanout	imintanout	MA		0	Africa/Casablanca	31.17056	-8.85278				07	161		
7870478	Ain Nokbi	ain-nokbi	MA		0	Africa/Casablanca	34.06345	-4.94943				03	231		
7909712	Hassilabied	hassilabied	MA		150	Africa/Casablanca	31.13448	-4.02623		Hassi Labied,Hassilabied,Khassilabied,Хассилабиед		08	201		
7932517	Medina	medina	MA		0	Africa/Casablanca	31.6205	-7.98466		Medina (Marrakech)		07	351		
8133997	Bensouda	bensouda	MA		0	Africa/Casablanca	34.01202	-5.06453				03	231		
8299790	Tamesna	tamesna	MA		0	Africa/Casablanca	33.81809	-6.91658				04	501		
8300904	Oum Tlayha	oum-tlayha	MA		0	Africa/Casablanca	21.89664	-15.00909				12	066	0106603072	
8431155	Labhayriya	labhayriya	MA		0	Africa/Casablanca	34.11947	-6.75551				04	441		
8431157	Lmalqiya	lmalqiya	MA		0	Africa/Casablanca	34.11335	-6.75897				04	441		
8431162	Lebrahma	lebrahma	MA		0	Africa/Casablanca	34.09494	-6.76389				04	441		
8431163	Douar Hamri	douar-hamri	MA		0	Africa/Casablanca	34.09411	-6.75399		Douar Hamri,Dr. Hamri		04	441		
8431280	Douar Labrahma	douar-labrahma	MA		0	Africa/Casablanca	34.09132	-6.75155				04	441		
8431282	Douar Hallala	douar-hallala	MA		0	Africa/Casablanca	34.08966	-6.76665		Douar Hallala,Dr. Hallala		04	441		
8431283	Douar Sidi Abdellah	douar-sidi-abdellah	MA		0	Africa/Casablanca	34.08412	-6.76475		Douar Sidi Abdellah,Dr. Sidi Abdellah		04	441		
8431284	Dour Mika	dour-mika	MA		0	Africa/Casablanca	34.08175	-6.77186		Douar Mika,Dour Mika,Dr. Mika		04	441		
8431285	Douar Bouchouk	douar-bouchouk	MA		0	Africa/Casablanca	34.08806	-6.78516		Douar Bouchouk,Dr. Bouchouk		04	441		
8431290	Layayda	layayda	MA		0	Africa/Casablanca	34.07816	-6.77536				04	441		
8431292	Hay Said Hajji	hay-said-hajji	MA		0	Africa/Casablanca	34.07835	-6.78924				04	441		
8431338	Douar Mazza	douar-mazza	MA		0	Africa/Casablanca	34.07068	-6.75577		Douar Mazza,Dr. Mazza		04	441		
8431341	Douar Lhaouat	douar-lhaouat	MA		0	Africa/Casablanca	34.06786	-6.75987		Douar Lhaouat,Dr. Lhaouat		04	441		
8431344	Hay Laarsa	hay-laarsa	MA		0	Africa/Casablanca	34.07438	-6.79521				04	441		
8431345	Hay Lqods	hay-lqods	MA		0	Africa/Casablanca	34.06828	-6.80135				04	441		
8431346	Hay Al Amal	hay-al-amal	MA		0	Africa/Casablanca	34.07008	-6.79432				04	441		
8431347	Hay Ouad Ed-dahab	hay-ouad-ed-dahab	MA		0	Africa/Casablanca	34.06556	-6.7727				04	441		
8431349	Dar Lhamra	dar-lhamra	MA		0	Africa/Casablanca	34.0651	-6.78298				04	441		
8431350	Hay Rahma	hay-rahma	MA		0	Africa/Casablanca	34.06336	-6.79201				04	441		
8431356	Hay Inbiaat	hay-inbiaat	MA		0	Africa/Casablanca	34.04991	-6.7802				04	441		
8431358	Douar Cheikh Lamfadel	douar-cheikh-lamfadel	MA		0	Africa/Casablanca	34.05738	-6.78353		Douar Cheikh Lamfadel,Dr. Cheikh Lamfadel		04	441		
8431359	Hay Salam	hay-salam	MA		0	Africa/Casablanca	34.04475	-6.78687				04	441		
8431361	Hay Karima	hay-karima	MA		0	Africa/Casablanca	34.05657	-6.78959				04	441		
8431362	Douar Jdid	douar-jdid	MA		0	Africa/Casablanca	34.05408	-6.79467				04	441		
8431363	Tabriquet	tabriquet	MA		0	Africa/Casablanca	34.04605	-6.80352				04	441		
8431365	Hay Al Qods	hay-al-qods	MA		0	Africa/Casablanca	34.05316	-6.80291				04	441		
8431366	Hay Sidi Moussa	hay-sidi-moussa	MA		0	Africa/Casablanca	34.0516	-6.82113				04	441		
8431368	Medina	medina	MA		0	Africa/Casablanca	34.03949	-6.82353				04	441		
8431370	Qaryet Oulad Moussa	qaryet-oulad-moussa	MA		0	Africa/Casablanca	34.02265	-6.76591				04	441		
8431371	Hay Moulay Ismail	hay-moulay-ismail	MA		0	Africa/Casablanca	34.02718	-6.78027				04	441		
8431611	Douar Sehb Lqaid	douar-sehb-lqaid	MA		0	Africa/Casablanca	34.03988	-6.799				04	441		
8431612	Bettana	bettana	MA		0	Africa/Casablanca	34.03089	-6.8026				04	441		
8431688	Mellah	mellah	MA		0	Africa/Casablanca	34.03498	-6.8216				04	441		
8431695	Medina	medina	MA		0	Africa/Casablanca	34.02638	-6.83734		Al Madinah,Al Madīnah,Medina,almdynt,المدينة		04	421		
8431696	Mellah	mellah	MA		0	Africa/Casablanca	34.02623	-6.829		Al Mallah,Al Mallāḩ,Mellah,almlah,الملاح		04	421		
8431697	Tour Hassan	tour-hassan	MA		0	Africa/Casablanca	34.02088	-6.82925				04	421		
8431698	Les Orangers	les-orangers	MA		0	Africa/Casablanca	34.0156	-6.84535		Al Laymun,Al Laymūn,Les Orangers,allymwn,الليمون		04	421		
8431700	Leqbibat	leqbibat	MA		0	Africa/Casablanca	34.01503	-6.85696		Laqbibat,Laqbībāt,Leqbibat,lqbybat,لقبيبات		04	421		
8431701	Diour Jamae	diour-jamae	MA		0	Africa/Casablanca	34.01326	-6.85158		Diour Jamae,Diyur al Jami',Diyūr al Jāmi’,ديور الجامع		04	421		
8431702	Les Ministères	les-ministeres	MA		0	Africa/Casablanca	34.01347	-6.82911		Al Wizarat,Al Wizārāt,Les Ministeres,Les Ministères,alwzarat,الوزارات		04	421		
8431703	Touarga	touarga	MA		0	Africa/Casablanca	34.01011	-6.8317		Tawarikah,Tawārikah,Touarga,twarkt,تواركة		04	421		
8431706	Laakkari	laakkari	MA		0	Africa/Casablanca	34.0089	-6.86252		Al `Akkari,Al ‘Akkārī,Laakkari,العكاري		04	421		
8431707	Yacoub El Mansour	yacoub-el-mansour	MA		0	Africa/Casablanca	34.00119	-6.87002		Ya`qub al Mansur,Yacoub El Mansour,Ya‘qūb al Manşūr,يعقوب المنصور		04	421		
8431710	El Youssoufia	el-youssoufia	MA		0	Africa/Casablanca	33.99667	-6.82319				04	421		
8431711	Douar Azgame	douar-azgame	MA		0	Africa/Casablanca	34.00994	-6.8176				04	421		
8436680	dwar Ahdel	dwar-ahdel	MA		0	Africa/Casablanca	32.40192	-9.11904				07	431		
8469561	Ouchiba	ouchiba	MA		0	Africa/Casablanca	35.18688	-3.36806				02	167		
8470806	Iya-n-zakht	iya-n-zakht	MA		0	Africa/Casablanca	35.16564	-3.36348				02	167		
8470807	Assas	assas	MA		0	Africa/Casablanca	35.16867	-3.36316				02	167		
8470808	Igharmaouene	igharmaouene	MA		0	Africa/Casablanca	35.15864	-3.36511		Igharmaoucne,Igharmaouene		02	167		
8470836	Iynane	iynane	MA		0	Africa/Casablanca	35.16552	-3.34998		Iynane,Lynane		02	167		
8470837	Ibelaizene	ibelaizene	MA		0	Africa/Casablanca	35.16697	-3.34339				02	167		
8470905	Iachchaouene	iachchaouene	MA		0	Africa/Casablanca	35.16457	-3.33604				02	167		
8470906	Tadkout	tadkout	MA		0	Africa/Casablanca	35.18141	-3.3392				02	167		
8470908	Ouaouejra	ouaouejra	MA		0	Africa/Casablanca	35.18039	-3.33269		Ouaouajra,Ouaouejra		02	167		
8470909	Ijehhouhene	ijehhouhene	MA		0	Africa/Casablanca	35.17119	-3.32591		Ijchhouhene,Ijehhouhene		02	167		
8470911	Iboulabharene	iboulabharene	MA		0	Africa/Casablanca	35.17755	-3.31817				02	167		
8471058	Tizra Mnini	tizra-mnini	MA		0	Africa/Casablanca	35.1883	-3.31461				02	167		
8471059	Alimame Azoggagh	alimame-azoggagh	MA		0	Africa/Casablanca	35.18766	-3.31338				02	167		
8471066	Ihadjiyene	ihadjiyene	MA		0	Africa/Casablanca	35.16361	-3.32907				02	167		
8471074	Msilma Ifis	msilma-ifis	MA		0	Africa/Casablanca	35.1933	-3.30147				02	167		
8471104	Imrabtene	imrabtene	MA		0	Africa/Casablanca	35.17604	-3.30472				02	167		
8471133	Adabdoub	adabdoub	MA		0	Africa/Casablanca	35.16419	-3.28463				02	167		
8471134	Feddane Hamed	feddane-hamed	MA		0	Africa/Casablanca	35.16465	-3.276				02	167		
8471135	Ibouzabratene	ibouzabratene	MA		0	Africa/Casablanca	35.17	-3.26703				02	167		
8471137	Lqasba Lhamra	lqasba-lhamra	MA		0	Africa/Casablanca	35.17306	-3.29724				02	167		
8471810	Tarist	tarist	MA		0	Africa/Casablanca	35.18198	-3.284				02	167		
8471817	Tafrast Ajouaou	tafrast-ajouaou	MA		0	Africa/Casablanca	35.18948	-3.29023				02	167		
8471835	Boutiba	boutiba	MA		0	Africa/Casablanca	35.20707	-3.27291				02	167		
8471836	Timehsart	timehsart	MA		0	Africa/Casablanca	35.20499	-3.27562				02	167		
8471837	Tizi-n-ali	tizi-n-ali	MA		0	Africa/Casablanca	35.20043	-3.26586				02	167		
8471839	Tammacht	tammacht	MA		0	Africa/Casablanca	35.21514	-3.25644				02			
8471840	Oudadene	oudadene	MA		0	Africa/Casablanca	35.2082	-3.25151				02	167		
8471843	Tarima Tamejjaj	tarima-tamejjaj	MA		0	Africa/Casablanca	35.20159	-3.25486				02	167		
8471844	Lkoucht	lkoucht	MA		0	Africa/Casablanca	35.19551	-3.25848				02	167		
8471846	Ibn Issatene	ibn-issatene	MA		0	Africa/Casablanca	35.18956	-3.25243				02	167		
8471847	Idsaleh	idsaleh	MA		0	Africa/Casablanca	35.18872	-3.25588				02	167		
8471849	Ibarqiouene	ibarqiouene	MA		0	Africa/Casablanca	35.1863	-3.26283				02	167		
8471850	Oulad Haddou Fares	oulad-haddou-fares	MA		0	Africa/Casablanca	35.18433	-3.26014				02	167		
8471852	Ibairene	ibairene	MA		0	Africa/Casablanca	35.18252	-3.25046				02	167		
8471854	Izaoumene	izaoumene	MA		0	Africa/Casablanca	35.17729	-3.25468				02	167		
8471855	Tkhabchet	tkhabchet	MA		0	Africa/Casablanca	35.17551	-3.25738				02	167		
8471856	Taqssafet	taqssafet	MA		0	Africa/Casablanca	35.17158	-3.24705				02	167		
8471857	Thmassint	thmassint	MA		0	Africa/Casablanca	35.16725	-3.25455				02	381	0838103052	
8471858	Commune Amejjaou	commune-amejjaou	MA		0	Africa/Casablanca	35.17585	-3.26457				02	167		
8471859	Taferhount	taferhount	MA		0	Africa/Casablanca	35.16474	-3.25029				02	167		
8471861	Boughrara	boughrara	MA		0	Africa/Casablanca	35.16081	-3.26923				02	167		
8471862	Laazib	laazib	MA		0	Africa/Casablanca	35.16213	-3.26296				02	167		
8471863	Qarchi	qarchi	MA		0	Africa/Casablanca	35.15498	-3.25848				02	167		
8471865	Alouana	alouana	MA		0	Africa/Casablanca	35.15709	-3.25115				02	167		
8471980	Tifarouine	tifarouine	MA		0	Africa/Casablanca	35.15082	-3.25361		Tifarouine		02	167		
8471982	Dar Cheikh Driss	dar-cheikh-driss	MA		0	Africa/Casablanca	35.14605	-3.25586				02	167		
8471983	Sinech	sinech	MA		0	Africa/Casablanca	35.14249	-3.25048				02	167		
8471988	Saadane	saadane	MA		0	Africa/Casablanca	35.16075	-3.28153				02	167		
8471989	Tizi-n-Inourene	tizi-n-inourene	MA		0	Africa/Casablanca	35.1554	-3.28879				02	167		
8471992	Harras	harras	MA		0	Africa/Casablanca	35.13357	-3.27242				02	167		
8472388	Laazib	laazib	MA		0	Africa/Casablanca	35.15879	-3.31028				02	167		
8472393	Boudiyar	boudiyar	MA		0	Africa/Casablanca	35.15959	-3.32232				02	167		
8472394	Iboukhartatene	iboukhartatene	MA		0	Africa/Casablanca	35.15182	-3.329				02	167		
8472397	Ait Ouarted	ait-ouarted	MA		0	Africa/Casablanca	35.13936	-3.32315				02	167		
8472402	Ihijjaouiyyene	ihijjaouiyyene	MA		0	Africa/Casablanca	35.12787	-3.32897				02	167		
8472403	Igharbiouene	igharbiouene	MA		0	Africa/Casablanca	35.12857	-3.32546				02	167		
8472470	Maqdada	maqdada	MA		0	Africa/Casablanca	35.13115	-3.33133				02	167		
8472474	Halyet Loula	halyet-loula	MA		0	Africa/Casablanca	35.13655	-3.32952				02	167		
8472475	Ihadjiyene	ihadjiyene	MA		0	Africa/Casablanca	35.13841	-3.325				02	167		
8472476	Tizra	tizra	MA		0	Africa/Casablanca	35.16363	-3.33177				02	167		
8472477	Igridatene	igridatene	MA		0	Africa/Casablanca	35.14824	-3.33328				02	167		
8472478	Rommane	rommane	MA		0	Africa/Casablanca	35.15174	-3.33776				02	167		
8472479	Ikharbachene	ikharbachene	MA		0	Africa/Casablanca	35.15383	-3.33599				02	167		
8472480	Ibarbiaane	ibarbiaane	MA		0	Africa/Casablanca	35.15097	-3.35197				02	167		
8472481	Sabaoune Zizaoua	sabaoune-zizaoua	MA		0	Africa/Casablanca	35.14566	-3.3569				02	167		
8472482	Tijdit	tijdit	MA		0	Africa/Casablanca	35.14381	-3.33738				02	167		
8472483	Tiaoumam	tiaoumam	MA		0	Africa/Casablanca	35.13749	-3.33834				02	167		
8472484	Aghbal	aghbal	MA		0	Africa/Casablanca	35.13344	-3.33334				02	167		
8472546	Lotissement Lahbas	lotissement-lahbas	MA		0	Africa/Casablanca	35.12529	-3.33619				02	167		
8472548	Ifrane	ifrane	MA		0	Africa/Casablanca	35.12957	-3.33928				02	167		
8472549	Oulad Lafqih	oulad-lafqih	MA		0	Africa/Casablanca	35.13716	-3.35108				02	167		
8472550	Ifqirene	ifqirene	MA		0	Africa/Casablanca	35.14829	-3.35766				02	167		
8472551	Bouhanni Zizaoua	bouhanni-zizaoua	MA		0	Africa/Casablanca	35.13963	-3.36629				02	167		
8472552	Bouhanni Barkana	bouhanni-barkana	MA		0	Africa/Casablanca	35.14103	-3.35915				02	167		
8472553	Sabaoune Barkana	sabaoune-barkana	MA		0	Africa/Casablanca	35.13388	-3.35454				02	167		
8472554	Bou Reggane	bou-reggane	MA		0	Africa/Casablanca	35.13257	-3.34419				02	167		
8472555	Isnoussiyyene	isnoussiyyene	MA		0	Africa/Casablanca	35.13376	-3.3674				02	167		
8472558	Itchinaouiyene	itchinaouiyene	MA		0	Africa/Casablanca	35.12621	-3.36657				02	167		
8472559	Laari Nafaa	laari-nafaa	MA		0	Africa/Casablanca	35.12713	-3.36316				02	167		
8472560	Ibou Zaggoutene	ibou-zaggoutene	MA		0	Africa/Casablanca	35.12451	-3.35899				02	167		
8472561	Lqodya	lqodya	MA		0	Africa/Casablanca	35.12354	-3.35404				02	167		
8472562	Arimam-n-yaddane	arimam-n-yaddane	MA		0	Africa/Casablanca	35.12559	-3.34163				02	167		
8472563	Dar Lhamra	dar-lhamra	MA		0	Africa/Casablanca	35.13204	-3.3473				02	167		
8472565	Iqdimene Oulad Lafqih	iqdimene-oulad-lafqih	MA		0	Africa/Casablanca	35.15837	-3.35143				02	167		
8472568	Tmayacht	tmayacht	MA		0	Africa/Casablanca	35.15935	-3.34214				02	167		
8472569	Chorfa	chorfa	MA		0	Africa/Casablanca	35.15977	-3.3374				02	167		
8472570	Dhar Mohammadi	dhar-mohammadi	MA		0	Africa/Casablanca	35.15612	-3.33746				02	167		
8472571	Barghout	barghout	MA		0	Africa/Casablanca	35.1544	-3.3318				02	167		
8473224	Qatraniya	qatraniya	MA		0	Africa/Casablanca	35.48743	-6.0113				01	511		
8473227	Chrijat	chrijat	MA		0	Africa/Casablanca	35.48245	-6.02237				01	511		
8473230	Margoub	margoub	MA		0	Africa/Casablanca	35.47215	-6.01518				01	511		
8473232	Mzara	mzara	MA		0	Africa/Casablanca	35.46906	-6.00748				01	511		
8473236	Bachaouiya	bachaouiya	MA		0	Africa/Casablanca	35.46734	-6.02874		Bachaouiya,Bachaouja		01	511		
8473238	Hay Ghdir Lagnaoui	hay-ghdir-lagnaoui	MA		0	Africa/Casablanca	35.46338	-6.02404				01	511		
8473242	Medina	medina	MA		0	Africa/Casablanca	35.46519	-6.03953				01	511		
8473243	Hay Sidi Oualou	hay-sidi-oualou	MA		0	Africa/Casablanca	35.46422	-6.03509				01	511		
8473246	Houmet Lhamra	houmet-lhamra	MA		0	Africa/Casablanca	35.4619	-6.03496				01	511		
8473247	Hay Dorra	hay-dorra	MA		0	Africa/Casablanca	35.45894	-6.03706				01	511		
8473249	Hay Lalla Rahma	hay-lalla-rahma	MA		0	Africa/Casablanca	35.46303	-6.0388				01	511		
8473252	Lbouji	lbouji	MA		0	Africa/Casablanca	35.45782	-6.04729				01	511		
8473382	Koudyet Lghalya	koudyet-lghalya	MA		0	Africa/Casablanca	35.45452	-5.99829				01	511		
8473384	Sour	sour	MA		0	Africa/Casablanca	35.43517	-6.02777				01	511		
8473387	Hafet Laqseb	hafet-laqseb	MA		0	Africa/Casablanca	35.44768	-6.05335				01	511		
8473388	Dar Oulad Rahhal Omar	dar-oulad-rahhal-omar	MA		0	Africa/Casablanca	35.42383	-6.05625		Dar Oulad Rahhad Omar,Dar Oulad Rahhal Omar		01	511		
8473394	Gdiyel	gdiyel	MA		0	Africa/Casablanca	35.45389	-6.01056				01	511		
8473396	Chouijra	chouijra	MA		0	Africa/Casablanca	35.44837	-6.01244				01	511		
8473397	Lafriyyene	lafriyyene	MA		0	Africa/Casablanca	35.44162	-6.00433				01	511		
8473399	Douar Dhiouer	douar-dhiouer	MA		0	Africa/Casablanca	35.43928	-6.00824				01	511		
8473400	Bou Gannoun	bou-gannoun	MA		0	Africa/Casablanca	35.4417	-6.02162				01	511		
8473403	Laaouina	laaouina	MA		0	Africa/Casablanca	35.42067	-6.01934				01	511		
8473404	Dchar Ghanem	dchar-ghanem	MA		0	Africa/Casablanca	35.41651	-6.00764		Dchar Ghanem,Dehar Ghanem		01	511		
8473408	Lkoudya Lhamra	lkoudya-lhamra	MA		0	Africa/Casablanca	35.42447	-6.02951				01	511		
8473445	Hay Ras Saqqaya	hay-ras-saqqaya	MA		0	Africa/Casablanca	35.45514	-6.04156				01	511		
8473446	Hafet Labqar	hafet-labqar	MA		0	Africa/Casablanca	35.45181	-6.05215				01			
8473450	Rmel	rmel	MA		0	Africa/Casablanca	35.39737	-6.00436				01	511		
8473454	Oulad Lhaj Taher	oulad-lhaj-taher	MA		0	Africa/Casablanca	35.37458	-5.99994				01	511		
8473473	Rtimat	rtimat	MA		0	Africa/Casablanca	35.39542	-6.0688				01	511		
8473478	Biyat	biyat	MA		0	Africa/Casablanca	35.38489	-6.07571				01	511		
8504941	My Brahim	my-brahim	MA		0	Africa/Casablanca	31.28	-7.96				07	041		
8504942	Sidi Abdallah Ghiat	sidi-abdallah-ghiat	MA		0	Africa/Casablanca	31.523	-7.833				07	041		
8504943	Tamansourt	tamansourt	MA		0	Africa/Casablanca	31.755	-8.11				07	351		
8542115	Tabadkoukt	tabadkoukt	MA		0	Africa/Casablanca	30.49563	-9.49667				09	001		
8542116	Anamerane	anamerane	MA		0	Africa/Casablanca	30.49624	-9.49946				09	001		
8542117	Igouramene	igouramene	MA		0	Africa/Casablanca	30.48826	-9.50378				09	001		
8542118	Tounkrim	tounkrim	MA		0	Africa/Casablanca	30.49159	-9.51219				09	001		
8542119	Berguent	berguent	MA		0	Africa/Casablanca	30.48642	-9.50608				09	001		
8542120	Imoula	imoula	MA		0	Africa/Casablanca	30.4801	-9.50676				09	001		
8542121	Abarda	abarda	MA		0	Africa/Casablanca	30.4789	-9.5038				09	001		
8542122	Soulil Ou Badouch	soulil-ou-badouch	MA		0	Africa/Casablanca	30.4914	-9.52316				09	001		
8542123	Ait Moussa	ait-moussa	MA		0	Africa/Casablanca	30.47955	-9.53233				09	001		
8542124	Ait Ali	ait-ali	MA		0	Africa/Casablanca	30.49511	-9.53798				09	001		
8542125	Dou Terzit	dou-terzit	MA		0	Africa/Casablanca	30.49145	-9.53749				09	001		
8542126	Tit Melloul	tit-melloul	MA		0	Africa/Casablanca	30.49341	-9.53303				09	001		
8542127	Dékhte	dekhte	MA		0	Africa/Casablanca	30.48625	-9.53724				09	001		
8542128	Tamsoult	tamsoult	MA		0	Africa/Casablanca	30.47357	-9.53672				09	001		
8542129	Takouit-n-Talba	takouit-n-talba	MA		0	Africa/Casablanca	30.46752	-9.52936				09	001		
8542135	Tachdirt	tachdirt	MA		0	Africa/Casablanca	30.47109	-9.50585				09	001		
8542137	Tighoula	tighoula	MA		0	Africa/Casablanca	30.45293	-9.51848				09	001		
8542138	Tamellast	tamellast	MA		0	Africa/Casablanca	30.44972	-9.51349				09	001		
8542139	Ait Ou Rhou	ait-ou-rhou	MA		0	Africa/Casablanca	30.44815	-9.51302				09	001		
8542140	Ait Said	ait-said	MA		0	Africa/Casablanca	30.44916	-9.51735				09	001		
8542141	Iggui Ou Madel	iggui-ou-madel	MA		0	Africa/Casablanca	30.44549	-9.5332				09	001		
8542142	Imounsis	imounsis	MA		0	Africa/Casablanca	30.42977	-9.52786				09	001		
8542143	Ahallaqa	ahallaqa	MA		0	Africa/Casablanca	30.42717	-9.52083				09	001		
8542149	Lhouda	lhouda	MA		0	Africa/Casablanca	30.39884	-9.53505				09	001		
8542150	Tassila	tassila	MA		0	Africa/Casablanca	30.39179	-9.52656				09	273		
8542152	Hay Zaytoun	hay-zaytoun	MA		0	Africa/Casablanca	30.38137	-9.50182				09	001		
8542153	Hay Bir Anzarane	hay-bir-anzarane	MA		0	Africa/Casablanca	30.37643	-9.51033				09	001		
8542154	Hay Amal	hay-amal	MA		0	Africa/Casablanca	30.37531	-9.51556				09	001		
8542155	Hay Says	hay-says	MA		0	Africa/Casablanca	30.37348	-9.5045				09	001		
8542156	Ait Sidi Ali Mbarek	ait-sidi-ali-mbarek	MA		0	Africa/Casablanca	30.37485	-9.50021				09	001		
8542157	Ait Ighious	ait-ighious	MA		0	Africa/Casablanca	30.37428	-9.50328				09	001		
8542158	Ait Mhand	ait-mhand	MA		0	Africa/Casablanca	30.37456	-9.50001				09	001		
8542159	Ait Oujana	ait-oujana	MA		0	Africa/Casablanca	30.37719	-9.50085				09	001		
8542160	Tilila	tilila	MA		0	Africa/Casablanca	30.3996	-9.52177				09	001		
8542162	Taourirt	taourirt	MA		0	Africa/Casablanca	30.47981	-9.54461				09	001		
8542163	Timoula	timoula	MA		0	Africa/Casablanca	30.47926	-9.55019				09	001		
8542167	Mouilk	mouilk	MA		0	Africa/Casablanca	30.46315	-9.54142				09	001		
8542168	Touzount	touzount	MA		0	Africa/Casablanca	30.49547	-9.55795				09	001		
8542169	Tighri-n-Tagout	tighri-n-tagout	MA		0	Africa/Casablanca	30.48333	-9.55914				09	001		
8542170	Ifourirene	ifourirene	MA		0	Africa/Casablanca	30.46713	-9.57785				09	001		
8542171	Anaou	anaou	MA		0	Africa/Casablanca	30.4614	-9.56014				09	001		
8542172	Talekjount	talekjount	MA		0	Africa/Casablanca	30.45957	-9.56502				09	001		
8542173	Bighermane	bighermane	MA		0	Africa/Casablanca	30.45997	-9.56974				09	001		
8542174	Ifghel	ifghel	MA		0	Africa/Casablanca	30.46665	-9.5615				09	001		
8542176	Ait Taoukt	ait-taoukt	MA		0	Africa/Casablanca	30.44849	-9.55825				09	001		
8542177	Ait Lmoddene	ait-lmoddene	MA		0	Africa/Casablanca	30.44948	-9.56154				09	001		
8542178	Dar Cheikh	dar-cheikh	MA		0	Africa/Casablanca	30.44572	-9.56024				09	001		
8542180	Lhay Lmohammadi	lhay-lmohammadi	MA		0	Africa/Casablanca	30.43189	-9.55414				09	001		
8542181	Najah	najah	MA		0	Africa/Casablanca	30.42759	-9.5715				09	001		
8542182	Lakhyam	lakhyam	MA		0	Africa/Casablanca	30.42232	-9.5723				09	001		
8542184	Bou Ouargane	bou-ouargane	MA		0	Africa/Casablanca	30.42345	-9.56195				09	001		
8542185	Hay Louata	hay-louata	MA		0	Africa/Casablanca	30.42224	-9.55747				09	001		
8542186	Lqods	lqods	MA		0	Africa/Casablanca	30.4154	-9.55612				09	001		
8542187	Amssernat	amssernat	MA		0	Africa/Casablanca	30.41504	-9.57513				09	001		
8542188	Dakhla	dakhla	MA		55618	Africa/Casablanca	30.41071	-9.55572		Dajla,Villa Cisneros,aldakhlt‎,الداخلة‎		09	001		
8542189	Lfiddiya	lfiddiya	MA		0	Africa/Casablanca	30.41313	-9.56161				09	001		
8542190	Lmassira	lmassira	MA		0	Africa/Casablanca	30.41116	-9.56957				09	001		
8542192	Riyad Salam	riyad-salam	MA		0	Africa/Casablanca	30.40753	-9.57507				09	001		
8542193	Salam	salam	MA		0	Africa/Casablanca	30.40084	-9.54953				09	001		
8542194	Boutasra	boutasra	MA		0	Africa/Casablanca	30.39391	-9.5771				09	001		
8542195	Haut Founti	haut-founti	MA		0	Africa/Casablanca	30.39835	-9.57378				09	001		
8542196	Amzil	amzil	MA		0	Africa/Casablanca	30.39083	-9.55818				09	001		
8542212	Hay Saada	hay-saada	MA		0	Africa/Casablanca	30.37387	-9.55155				09	273		
8542213	Tagadirt Ou Fella	tagadirt-ou-fella	MA		0	Africa/Casablanca	30.49807	-9.58647				09	001		
8542214	Igui-n-Derbe	igui-n-derbe	MA		0	Africa/Casablanca	30.49522	-9.58493				09	001		
8542215	Tsoufidene	tsoufidene	MA		0	Africa/Casablanca	30.49598	-9.58716				09	001		
8542218	Ait Sidi Lahsen	ait-sidi-lahsen	MA		0	Africa/Casablanca	30.49146	-9.61091				09	001		
8542221	Ait Lamine	ait-lamine	MA		0	Africa/Casablanca	30.47472	-9.607				09	001		
8542222	Ait Tigouma Imzilen	ait-tigouma-imzilen	MA		0	Africa/Casablanca	30.4768	-9.59668				09	001		
8542223	Ait Ou Hssayn	ait-ou-hssayn	MA		0	Africa/Casablanca	30.47017	-9.59745				09	001		
8542224	Igui-n-Zaouit	igui-n-zaouit	MA		0	Africa/Casablanca	30.47082	-9.60509				09	001		
8542230	Tassila-n-Ait Chlouh	tassila-n-ait-chlouh	MA		0	Africa/Casablanca	30.46715	-9.58474				09	001		
8542231	Boukida	boukida	MA		0	Africa/Casablanca	30.46221	-9.58495				09	001		
8542237	Tildi	tildi	MA		0	Africa/Casablanca	30.44579	-9.60355				09	001		
8542242	Ait Abdou	ait-abdou	MA		0	Africa/Casablanca	30.45387	-9.59227				09	001		
8542253	Sidi Ahmed Boutini	sidi-ahmed-boutini	MA		0	Africa/Casablanca	30.43165	-9.61433				09	001		
8542254	Ancien Talborjt	ancien-talborjt	MA		0	Africa/Casablanca	30.42526	-9.61294				09	001		
8542256	Taddart	taddart	MA		0	Africa/Casablanca	30.43488	-9.5835				09	001		
8542257	Charaf	charaf	MA		0	Africa/Casablanca	30.4324	-9.59002				09	001		
8542258	Nahda	nahda	MA		0	Africa/Casablanca	30.42615	-9.59019				09	001		
8542259	Nouveau Talborjt	nouveau-talborjt	MA		0	Africa/Casablanca	30.42379	-9.59371				09	001		
8542260	Tildi	tildi	MA		0	Africa/Casablanca	30.41521	-9.58811				09	001		
8542261	Hay Lhassani	hay-lhassani	MA		0	Africa/Casablanca	30.4113	-9.58598				09	001		
8542263	Founti	founti	MA		0	Africa/Casablanca	30.39219	-9.59085				09	001		
8542265	Lqasba	lqasba	MA		0	Africa/Casablanca	30.42974	-9.62344				09	001		
8542277	Douar Aghroud	douar-aghroud	MA		0	Africa/Casablanca	30.37454	-9.57208				09	001		
8542278	Extention Dakhla	extention-dakhla	MA		0	Africa/Casablanca	30.40636	-9.55728				09	001		
8542285	Douar Rja Fellah	douar-rja-fellah	MA		0	Africa/Casablanca	30.41698	-9.55928				09	001		
8542287	Les Amicales	les-amicales	MA		0	Africa/Casablanca	30.43244	-9.57942				09	001		
8542296	Quartier Ait Souss	quartier-ait-souss	MA		0	Africa/Casablanca	30.416	-9.59287				09	001		
8542337	Timzlad	timzlad	MA		0	Africa/Casablanca	30.48587	-9.61101				09	001		
8542338	Timzlad	timzlad	MA		0	Africa/Casablanca	30.47284	-9.60964				09	001		
8542345	Coopérative Sidi Addi Lmir	cooperative-sidi-addi-lmir	MA		0	Africa/Casablanca	33.7434	-5.50467				03	171		
8542346	Coopérative Sidi Addi Joulyane	cooperative-sidi-addi-joulyane	MA		0	Africa/Casablanca	33.73312	-5.50505				03	171		
8542347	Coopérative Tariq	cooperative-tariq	MA		0	Africa/Casablanca	33.74627	-5.50866				03	171		
8542350	DELETE	delete	MA		0	Africa/Casablanca	33.61078	-5.54434				03	171		
8542379	Coopérative Sidi Mimoune	cooperative-sidi-mimoune	MA		0	Africa/Casablanca	33.71991	-5.51877				03	171		
8542383	Douar Joulyane	douar-joulyane	MA		0	Africa/Casablanca	33.72631	-5.51478				03	171		
8542388	Douar Ait Amer Ait Youssef	douar-ait-amer-ait-youssef	MA		0	Africa/Casablanca	33.7257	-5.50608				03	171		
8542439	Douar Bouljaoui	douar-bouljaoui	MA		0	Africa/Casablanca	33.68767	-5.5156				03	171		
8542440	Douar Ait Alla	douar-ait-alla	MA		0	Africa/Casablanca	33.68673	-5.51698		Douar Ait Alia,Douar Ait Alla		03	171		
8542442	Douar Iqmaehane Ait Ali	douar-iqmaehane-ait-ali	MA		0	Africa/Casablanca	33.69255	-5.50833		Douar Iqmachane Ait Ali,Douar Iqmaehane Ait Ali		03	171		
8542473	Iqmachane Ait Amer	iqmachane-ait-amer	MA		0	Africa/Casablanca	33.68829	-5.50386				03	171		
8542476	Douar Iqmachane Ait Ali	douar-iqmachane-ait-ali	MA		0	Africa/Casablanca	33.68185	-5.50212				03	171		
8542488	Douar El Haj Hassan	douar-el-haj-hassan	MA		0	Africa/Casablanca	33.66275	-5.53484				03	171		
8542498	Douar Ait Ali	douar-ait-ali	MA		0	Africa/Casablanca	33.64455	-5.51891				03	171		
8542505	Douar Ait Echaoui	douar-ait-echaoui	MA		0	Africa/Casablanca	33.62526	-5.51224				03	171		
8542564	Coopérative Sidi Mhamed Ben Amer	cooperative-sidi-mhamed-ben-amer	MA		0	Africa/Casablanca	33.62795	-5.53591				03	171		
8542587	Douar Domaine Savay	douar-domaine-savay	MA		0	Africa/Casablanca	33.71768	-5.55713				03	171		
8542589	Coopérative Sidi Brahim	cooperative-sidi-brahim	MA		0	Africa/Casablanca	33.72133	-5.53992				03	171		
8542592	Coopérative Ait Bou Hofra	cooperative-ait-bou-hofra	MA		0	Africa/Casablanca	33.70583	-5.56129				03	171		
8542594	Douar Coopérative Saadiya	douar-cooperative-saadiya	MA		0	Africa/Casablanca	33.71567	-5.58247				03	171		
8542597	Douar Jdid	douar-jdid	MA		0	Africa/Casablanca	33.70405	-5.59037				03	171		
8542599	Coopérative Ennabaoui	cooperative-ennabaoui	MA		0	Africa/Casablanca	33.72932	-5.58125				03	171		
8542600	Ait Yaazem	ait-yaazem	MA		0	Africa/Casablanca	33.73148	-5.5791		Ait Yaazem		03	171		
8542612	Douar Ait Said Ou Moussa	douar-ait-said-ou-moussa	MA		0	Africa/Casablanca	33.7412	-5.61899				03	171		
8542617	Douar Ait Sidi	douar-ait-sidi	MA		0	Africa/Casablanca	33.72347	-5.61245				03	171		
8542620	Douar Ait Sidi Saribou	douar-ait-sidi-saribou	MA		0	Africa/Casablanca	33.71303	-5.62118				03	171		
8542624	Douar Izrane Bou Drif	douar-izrane-bou-drif	MA		0	Africa/Casablanca	33.71643	-5.59968				03	171		
8542634	Coopérative Ait Bou Hofra	cooperative-ait-bou-hofra	MA		0	Africa/Casablanca	33.70289	-5.56775				03	171		
8542636	Coopérative Saadiya	cooperative-saadiya	MA		0	Africa/Casablanca	33.6991	-5.58069				03	171		
8542640	Douar Lemsafer	douar-lemsafer	MA		0	Africa/Casablanca	33.69565	-5.58693				03	171		
8542643	Douar Ait Ou Lghazi	douar-ait-ou-lghazi	MA		0	Africa/Casablanca	33.67928	-5.5619				03	171		
8542645	Coopérative Smailiya	cooperative-smailiya	MA		0	Africa/Casablanca	33.68423	-5.58477				03	171		
8542646	Douar Ait Bou Hofra	douar-ait-bou-hofra	MA		0	Africa/Casablanca	33.68046	-5.58153				03	171		
8542670	Douar Ait Ou Ariba	douar-ait-ou-ariba	MA		0	Africa/Casablanca	33.70148	-5.59672				03	171		
8542675	Douar Ait Ou Bajja	douar-ait-ou-bajja	MA		0	Africa/Casablanca	33.6918	-5.62241				03	171		
8542695	Douar Hami Rifo	douar-hami-rifo	MA		0	Africa/Casablanca	33.6896	-5.59387				03	171		
8542721	Oulad Ben Ghazi Ben Aissa	oulad-ben-ghazi-ben-aissa	MA		0	Africa/Casablanca	33.65994	-5.55119				03	171		
8542731	Douar Ait Taleb	douar-ait-taleb	MA		0	Africa/Casablanca	33.64908	-5.56529				03	171		
8542733	Douar Ait Yassine	douar-ait-yassine	MA		0	Africa/Casablanca	33.64408	-5.5509				03	171		
8542735	Douar Ait Ichchou	douar-ait-ichchou	MA		0	Africa/Casablanca	33.64274	-5.5444				03	171		
8542740	Douar Ait Ich	douar-ait-ich	MA		0	Africa/Casablanca	33.64228	-5.58034				03	171		
8542741	Douar Jbala	douar-jbala	MA		0	Africa/Casablanca	33.6414	-5.57408				03	171		
8542749	Douar Oued Rha	douar-oued-rha	MA		0	Africa/Casablanca	33.63792	-5.5676				03	171		
8542750	Douar Ait Munoune Ou Moussa	douar-ait-munoune-ou-moussa	MA		0	Africa/Casablanca	33.63445	-5.5698		Douar Ait Mimoune Ou Moussa,Douar Ait Munoune Ou Moussa		03	171		
8542759	Douar Oued Rha	douar-oued-rha	MA		0	Africa/Casablanca	33.63429	-5.57829				03	171		
8542761	Douar Ait Ali Ou Daoud	douar-ait-ali-ou-daoud	MA		0	Africa/Casablanca	33.65869	-5.61899				03	171		
8542765	Douar Ait Alla Ou Daoud	douar-ait-alla-ou-daoud	MA		0	Africa/Casablanca	33.64804	-5.62056				03	171		
8542780	Douar Lahsen Ou Akki	douar-lahsen-ou-akki	MA		0	Africa/Casablanca	33.62359	-5.61055				03	171		
8542787	Hay El Massira	hay-el-massira	MA		0	Africa/Casablanca	33.64724	-5.58931				03	171		
8542788	Hay Atouafa	hay-atouafa	MA		0	Africa/Casablanca	33.63497	-5.5831				03	171		
8542789	Hay Hmimid	hay-hmimid	MA		0	Africa/Casablanca	33.64572	-5.58444				03	171		
8542790	Hay Atlal	hay-atlal	MA		0	Africa/Casablanca	33.63654	-5.58982				03	171		
8542791	Hay Nacer	hay-nacer	MA		0	Africa/Casablanca	33.63861	-5.59445				03	171		
8542792	Hay Lahsera	hay-lahsera	MA		0	Africa/Casablanca	33.64297	-5.58475				03	171		
8542796	Douar Ait Yassine	douar-ait-yassine	MA		0	Africa/Casablanca	33.67921	-5.54759				03	171		
8542820	Hay L’erac	hay-l-erac	MA		0	Africa/Casablanca	33.63782	-5.60268				03	171		
8542956	Douar Qae Sbit	douar-qae-sbit	MA		0	Africa/Casablanca	34.49218	-4.73773				03	531		
8542959	Douar Qae Ezzouada	douar-qae-ezzouada	MA		0	Africa/Casablanca	34.48806	-4.72333		Douar Qae Ezzouada,Douar Qae Ezzouadu		03	531		
8542965	Saf Lukhmis	saf-lukhmis	MA		0	Africa/Casablanca	34.47506	-4.72902				03	531		
8542967	Douar Zranyine	douar-zranyine	MA		0	Africa/Casablanca	34.4731	-4.73427				03	531		
8542969	Douar Chritat	douar-chritat	MA		0	Africa/Casablanca	34.46963	-4.74432				03	531		
8542971	Douar Chlouha	douar-chlouha	MA		0	Africa/Casablanca	34.46924	-4.7201				03	531		
8542983	Douar Jaaouna	douar-jaaouna	MA		0	Africa/Casablanca	34.45212	-4.7258				03	531		
8543036	Douar Bou Allou	douar-bou-allou	MA		0	Africa/Casablanca	34.42535	-4.73244				03	531		
8543041	Houmat Oulad Khay	houmat-oulad-khay	MA		0	Africa/Casablanca	34.41967	-4.74787				03	531		
8543042	Douar Esskarna	douar-esskarna	MA		0	Africa/Casablanca	34.42519	-4.74439				03	531		
8543043	Douar Karmat Essahfa	douar-karmat-essahfa	MA		0	Africa/Casablanca	34.41674	-4.72256		Douar Karmat Essahfa,Douar Karmat Essahfar		03	531		
8543050	Douar Skaline	douar-skaline	MA		0	Africa/Casablanca	34.40489	-4.72881				03	531		
8543051	Douar Amara	douar-amara	MA		0	Africa/Casablanca	34.40827	-4.74819				03	531		
8543053	Douar Bab Ennda	douar-bab-ennda	MA		0	Africa/Casablanca	34.40237	-4.73827				03	531		
8543055	Douar Oulad El Haj Mohamed	douar-oulad-el-haj-mohamed	MA		0	Africa/Casablanca	34.39896	-4.74059				03	531		
8543057	Douar Zragha Lfouqiya	douar-zragha-lfouqiya	MA		0	Africa/Casablanca	34.39693	-4.72526		Douar Zragha Lfouqiya,Douar Zragita Lfouqiya		03	531		
8543068	Douar Mhajer	douar-mhajer	MA		0	Africa/Casablanca	34.38127	-4.72587				03	531		
8543071	Douar Ben Jmila	douar-ben-jmila	MA		0	Africa/Casablanca	34.37097	-4.72724		Douar Ben Jmila,Douar Bni Kanila		03	531		
8543076	Douar Chlouh	douar-chlouh	MA		0	Africa/Casablanca	34.38169	-4.71061				03	531		
8543082	Douar Zragna Ettahtiya	douar-zragna-ettahtiya	MA		0	Africa/Casablanca	34.39739	-4.72093				03	531		
8543112	Douar Bni Oukil	douar-bni-oukil	MA		0	Africa/Casablanca	34.40798	-4.71183				03	531		
8543122	Douar Oulad Ennif	douar-oulad-ennif	MA		0	Africa/Casablanca	34.42614	-4.70964				03	531		
8543127	Douar Haddada	douar-haddada	MA		0	Africa/Casablanca	34.44799	-4.71547				03	531		
8543128	Douar Sahel Lemrabeh	douar-sahel-lemrabeh	MA		0	Africa/Casablanca	34.45722	-4.70676				03	531		
8543131	Douar Qae Lkoudia	douar-qae-lkoudia	MA		0	Africa/Casablanca	34.46829	-4.71536				03	531		
8543132	Douar Ras Lkoucha	douar-ras-lkoucha	MA		0	Africa/Casablanca	34.47078	-4.71425		Douar Ras Lkoucha,Douar Ras Lkoudia		03	531		
8543135	Douar Oulad Lghboul	douar-oulad-lghboul	MA		0	Africa/Casablanca	34.48447	-4.7079				03	531		
8543136	Douar Lehrarcha	douar-lehrarcha	MA		0	Africa/Casablanca	34.48723	-4.70962		Douar Lehraarcha,Douar Lehrarcha		03	531		
8543144	Douar Essfiha	douar-essfiha	MA		0	Africa/Casablanca	34.48661	-4.67923		Douar Essfiha,Essfiha		03	531		
8543152	Saf El Mokhtar	saf-el-mokhtar	MA		0	Africa/Casablanca	34.48032	-4.68822				03	531		
8543156	Douar Makter	douar-makter	MA		0	Africa/Casablanca	34.47749	-4.68607				03	531		
8543168	Douar Ain Beida	douar-ain-beida	MA		0	Africa/Casablanca	34.46852	-4.70155				03	531		
8543170	Gaadat Cheikh	gaadat-cheikh	MA		0	Africa/Casablanca	34.47463	-4.6922		Gaadat Cheikh,Gaadat Chrikh		03	531		
8543171	Douar Sidi Ahmed	douar-sidi-ahmed	MA		0	Africa/Casablanca	34.46686	-4.69153				03	531		
8543185	Dar Ettaliba	dar-ettaliba	MA		0	Africa/Casablanca	34.46572	-4.68119				03	531		
8543186	Douar Masdoura Essoufla	douar-masdoura-essoufla	MA		0	Africa/Casablanca	34.46369	-4.67762				03	531		
8543205	Douar Masdoura El Fouqiya	douar-masdoura-el-fouqiya	MA		0	Africa/Casablanca	34.46107	-4.6746				03	531		
8543206	Pachalik Et Commune	pachalik-et-commune	MA		0	Africa/Casablanca	34.46234	-4.68895				03	531		
8543210	Douar Coopérative Inbiaat	douar-cooperative-inbiaat	MA		0	Africa/Casablanca	34.46852	-4.66366				03	531		
8543224	Douar Oulad Amer	douar-oulad-amer	MA		0	Africa/Casablanca	34.4513	-4.69629				03	531		
8543230	Douar Mriziqa	douar-mriziqa	MA		0	Africa/Casablanca	34.44364	-4.69758				03	531		
8543246	Douar Lbazla	douar-lbazla	MA		0	Africa/Casablanca	34.45155	-4.68174				03	531		
8543296	Douar Lhiyata	douar-lhiyata	MA		0	Africa/Casablanca	34.44263	-4.66554		Douar Lhiyara,Douar Lhiyata		03	531		
8543300	Douar Oulad Echarqi	douar-oulad-echarqi	MA		0	Africa/Casablanca	34.43167	-4.66383				03	531		
8543305	Lahouati	lahouati	MA		0	Africa/Casablanca	34.43434	-4.69904				03	531		
8543306	Douar Oulad El Haj Hmidou	douar-oulad-el-haj-hmidou	MA		0	Africa/Casablanca	34.43752	-4.70182				03	531		
8543323	Douar Marrakechiyine	douar-marrakechiyine	MA		0	Africa/Casablanca	34.42477	-4.70297		Douar Marrakechiyinc,Douar Marrakechiyine		03	531		
8543326	Douar Msalla	douar-msalla	MA		0	Africa/Casablanca	34.42888	-4.69346		Douar Medla,Douar Msalla		03	531		
8543344	Douar Oulad Kacem	douar-oulad-kacem	MA		0	Africa/Casablanca	34.40953	-4.69114				03	531		
8543351	Douar Taaouniyat El Qods	douar-taaouniyat-el-qods	MA		0	Africa/Casablanca	34.40221	-4.6982				03	531		
8543352	Douar Ain Bou Hsina	douar-ain-bou-hsina	MA		0	Africa/Casablanca	34.40328	-4.7052				03	531		
8543356	Douar Ahl Salem	douar-ahl-salem	MA		0	Africa/Casablanca	34.39579	-4.70007				03	531		
8543359	Douar Oulad Maamer	douar-oulad-maamer	MA		0	Africa/Casablanca	34.38958	-4.69507				03	531		
8543369	Douar Ahl El Oued	douar-ahl-el-oued	MA		0	Africa/Casablanca	34.37715	-4.69601				03	531		
8543379	Douar Azib Echorfa	douar-azib-echorfa	MA		0	Africa/Casablanca	34.3729	-4.64252				03	531		
8543386	Douar Ezzouaoucha	douar-ezzouaoucha	MA		0	Africa/Casablanca	34.38777	-4.6299				03	531		
8543389	Douar Koudiat Ejjaad	douar-koudiat-ejjaad	MA		0	Africa/Casablanca	34.38733	-4.63548		Douar Koudiat Ejjaad,Douar Koudiat Ejjaced		03	531		
8543399	Douar Oulad Yahya	douar-oulad-yahya	MA		0	Africa/Casablanca	34.38751	-4.66005				03	531		
8543416	Douar Gattara	douar-gattara	MA		0	Africa/Casablanca	34.39086	-4.64286				03	531		
8543421	Douar Essbeaiyine	douar-essbeaiyine	MA		0	Africa/Casablanca	34.40369	-4.62954		Douar Essbeaiyine,Douar Essbuaiyine		03	531		
8543429	Douar Leqlie	douar-leqlie	MA		0	Africa/Casablanca	34.40056	-4.63524		Douar Leqlie,Douar Loqlie		03	531		
8543430	Houmat Chgagoua	houmat-chgagoua	MA		0	Africa/Casablanca	34.40376	-4.64059				03	531		
8543432	Douar Ain Bou Hajjaj	douar-ain-bou-hajjaj	MA		0	Africa/Casablanca	34.40049	-4.64475				03	531		
8543433	Douar Oulad Sabbouti	douar-oulad-sabbouti	MA		0	Africa/Casablanca	34.40594	-4.64926				03	531		
8543434	Braroua	braroua	MA		0	Africa/Casablanca	34.39769	-4.65157		Braioua,Braroua		03	531		
8543435	Houmat Lekhriba	houmat-lekhriba	MA		0	Africa/Casablanca	34.40123	-4.66207				03	531		
8543438	Houmat Laqouar	houmat-laqouar	MA		0	Africa/Casablanca	34.40937	-4.6561				03	531		
8543441	Douar Ain Eddib	douar-ain-eddib	MA		0	Africa/Casablanca	34.40865	-4.63994				03	531		
8543442	Douar Dhar Chayyab	douar-dhar-chayyab	MA		0	Africa/Casablanca	34.41456	-4.6355		Douar Dhar Chayyab,Douar Dhar Chiyyab		03	531		
8543443	Douar Enouaza	douar-enouaza	MA		0	Africa/Casablanca	34.41584	-4.64306				03	531		
8543444	Douar Qrouna	douar-qrouna	MA		0	Africa/Casablanca	34.42251	-4.63153				03	531		
8543463	Douar Oulad Abbou	douar-oulad-abbou	MA		0	Africa/Casablanca	34.42982	-4.64052				03	531		
8543528	Douar Ali Moussa	douar-ali-moussa	MA		0	Africa/Casablanca	34.44929	-4.65492				03	531		
8543530	Douar Fraita	douar-fraita	MA		0	Africa/Casablanca	34.45338	-4.6589				03	531		
8543531	Houmat Echargui	houmat-echargui	MA		0	Africa/Casablanca	34.44895	-4.64593				03	531		
8543534	Houmat Ain Minia	houmat-ain-minia	MA		0	Africa/Casablanca	34.45337	-4.63705				03	531		
8543543	Douar Oulad Ghannam	douar-oulad-ghannam	MA		0	Africa/Casablanca	34.4583	-4.6338				03	531		
8543547	Douar Coopérative el Inbiaat el Oulia	douar-cooperative-el-inbiaat-el-oulia	MA		0	Africa/Casablanca	34.46316	-4.63773		Douar Cooperative el Inbiaat el Oulia,Douar Coopérative el Inbiaat el Oulia		03	531		
8543550	Dar El Colonel	dar-el-colonel	MA		0	Africa/Casablanca	34.47147	-4.62853				03	531		
8543553	Douar Lemtuner	douar-lemtuner	MA		0	Africa/Casablanca	34.4855	-4.62685				03	531		
8543555	Douar Ain Bou Harrouch	douar-ain-bou-harrouch	MA		0	Africa/Casablanca	34.48324	-4.65226				03	531		
8556033	Annakhil	annakhil	MA		0	Africa/Casablanca	31.64011	-7.94655				07	351		
8556210	Aghmat	aghmat	MA		0	Africa/Casablanca	31.4225	-7.80111				07	041		
8556357	Sidi Bouzid	sidi-bouzid	MA		0	Africa/Casablanca	33.23151	-8.55062				06	181		
8558446	Ait Kamara	ait-kamara	MA		0	Africa/Casablanca	35.14425	-3.98274				01	051		
8558606	Ouled Daoud Zkahnine	ouled-daoud-zkahnine	MA		0	Africa/Casablanca	34.4082	-4.71235				03	531		
8559146	Souani Taghzaret	souani-taghzaret	MA		0	Africa/Casablanca	35.19567	-3.85052				01	051		
8559148	Souani	souani	MA		0	Africa/Casablanca	35.19095	-3.85086				01	051		
8559149	Douar Ben Abdelkader	douar-ben-abdelkader	MA		0	Africa/Casablanca	35.18658	-3.86055				01	051		
8559150	Douar Tigart	douar-tigart	MA		0	Africa/Casablanca	35.1865	-3.84775				01	051		
8559151	Ain Hari	ain-hari	MA		0	Africa/Casablanca	35.18278	-3.83371				01	051		
8559152	Ben Arouss	ben-arouss	MA		0	Africa/Casablanca	35.18066	-3.83526				01	051		
8559154	Douar Abiyad	douar-abiyad	MA		0	Africa/Casablanca	35.18081	-3.87188				01	051		
8559155	Douar Bou Lemaiz	douar-bou-lemaiz	MA		0	Africa/Casablanca	35.17945	-3.86216				01	051		
8559160	Douar Ait El Arbi	douar-ait-el-arbi	MA		0	Africa/Casablanca	35.18118	-3.85537				01	051		
8559174	Douar Irahoutene	douar-irahoutene	MA		0	Africa/Casablanca	35.17808	-3.86386				01	051		
8559176	Douar Sidi Bouafif	douar-sidi-bouafif	MA		0	Africa/Casablanca	35.17244	-3.86732				01	051		
8559177	Douar Tafrasset	douar-tafrasset	MA		0	Africa/Casablanca	35.16962	-3.87123				01	051		
8559178	Douar Iammoutene	douar-iammoutene	MA		0	Africa/Casablanca	35.16903	-3.86424				01	051		
8559179	Douar Imaaroune	douar-imaaroune	MA		0	Africa/Casablanca	35.16565	-3.86924				01	051		
8559184	Douar Imhaourene	douar-imhaourene	MA		0	Africa/Casablanca	35.15856	-3.86945				01	051		
8559186	Douar El Azib	douar-el-azib	MA		0	Africa/Casablanca	35.15475	-3.85252				01	051		
8559188	Douar Ait Bouazza	douar-ait-bouazza	MA		0	Africa/Casablanca	35.15026	-3.85407				01	051		
8559189	Douar Izafzafene	douar-izafzafene	MA		0	Africa/Casablanca	35.15129	-3.83969				01	051		
8559194	Douar Ihaddouchene	douar-ihaddouchene	MA		0	Africa/Casablanca	35.14598	-3.84266				01	051		
8559197	Ihabbadene	ihabbadene	MA		0	Africa/Casablanca	35.14339	-3.83888				01	051		
8559199	Douar Issouiqene	douar-issouiqene	MA		0	Africa/Casablanca	35.14173	-3.84182				01	051		
8559204	Douar Dhar Essebt	douar-dhar-essebt	MA		0	Africa/Casablanca	35.13209	-3.86397				01	051		
8559205	Douar Baguem	douar-baguem	MA		0	Africa/Casablanca	35.12707	-3.86562				01	051		
8559207	Douar Ibabri	douar-ibabri	MA		0	Africa/Casablanca	35.12425	-3.87053				01	051		
8559213	Hay Ettanaoui I	hay-ettanaoui-i	MA		0	Africa/Casablanca	35.14368	-3.85282		Hay Ettanaoui,Hay Ettanaoui I		01	051		
8559215	Douar Bou Manqad	douar-bou-manqad	MA		0	Africa/Casablanca	35.14041	-3.84438				01	051		
8559217	Hay Ettanaoui II	hay-ettanaoui-ii	MA		0	Africa/Casablanca	35.13766	-3.85255				01	051		
8559221	Douar Bouzanbou	douar-bouzanbou	MA		0	Africa/Casablanca	35.1262	-3.84713				01	051		
8559224	Douar Nekkour	douar-nekkour	MA		0	Africa/Casablanca	35.12427	-3.83717				01	051		
8559229	Douar Bouhliba	douar-bouhliba	MA		0	Africa/Casablanca	35.12665	-3.80502				02	167		
8559230	Oulad El Othmani	oulad-el-othmani	MA		0	Africa/Casablanca	35.12427	-3.792				02	167		
8559231	Douar Ben Kacemene	douar-ben-kacemene	MA		0	Africa/Casablanca	35.13916	-3.79662				02	167		
8559232	Douar Idardikene	douar-idardikene	MA		0	Africa/Casablanca	35.14139	-3.80979				01	051		
8559233	Douar Iznayene	douar-iznayene	MA		0	Africa/Casablanca	35.14463	-3.82022				01	051		
8559235	Douar Ichahchouhene	douar-ichahchouhene	MA		0	Africa/Casablanca	35.14735	-3.79919				02	167		
8559241	Douar Ifdissene	douar-ifdissene	MA		0	Africa/Casablanca	35.1514	-3.82581				01	051		
8559245	Douar Ihankourene	douar-ihankourene	MA		0	Africa/Casablanca	35.15698	-3.83114				01	051		
8559246	Douar Ifqirene	douar-ifqirene	MA		0	Africa/Casablanca	35.1644	-3.82118				01	051		
8559248	Douar Tajjakhet	douar-tajjakhet	MA		0	Africa/Casablanca	35.16064	-3.804				02	167		
8559253	Douar Tahjort	douar-tahjort	MA		0	Africa/Casablanca	35.16885	-3.81102				01	051		
8559254	Douar Maiza	douar-maiza	MA		0	Africa/Casablanca	35.1739	-3.82349				01	051		
8559255	Arbid	arbid	MA		0	Africa/Casablanca	35.17777	-3.81618				01	051		
8559318	Douar Iqachourene	douar-iqachourene	MA		0	Africa/Casablanca	35.17345	-3.79454				02	167		
8559319	Oulad El Haj	oulad-el-haj	MA		0	Africa/Casablanca	35.1866	-3.82722				01	051		
8559320	Souani Nekkour	souani-nekkour	MA		0	Africa/Casablanca	35.19465	-3.83018				01	051		
8559324	Douar Nekkour	douar-nekkour	MA		0	Africa/Casablanca	35.19556	-3.81595				02	167		
8559326	Tanout Ou Znayed	tanout-ou-znayed	MA		0	Africa/Casablanca	35.20262	-3.80041				02	167		
8559327	Douar Ihammichene	douar-ihammichene	MA		0	Africa/Casablanca	35.12851	-3.78758				02	167		
8559328	Douar Amrah	douar-amrah	MA		0	Africa/Casablanca	35.12705	-3.77632				02	167		
8559329	Dar Essafli	dar-essafli	MA		0	Africa/Casablanca	35.13217	-3.77027				02	167		
8559330	Douar Dar Abottay	douar-dar-abottay	MA		0	Africa/Casablanca	35.12366	-3.77064				02	167		
8559335	Douar Izabzene	douar-izabzene	MA		0	Africa/Casablanca	35.13417	-3.75677				02	167		
8559336	Ben Kacemene	ben-kacemene	MA		0	Africa/Casablanca	35.13762	-3.77583				02	167		
8559338	Douar Ihajjoujene	douar-ihajjoujene	MA		0	Africa/Casablanca	35.14352	-3.77331				02	167		
8559339	Douar Doudahene	douar-doudahene	MA		0	Africa/Casablanca	35.14375	-3.75725				02	167		
8559342	Douar Ijattarene	douar-ijattarene	MA		0	Africa/Casablanca	35.14969	-3.75608				02	167		
8559345	Douar Iattoutene	douar-iattoutene	MA		0	Africa/Casablanca	35.16166	-3.76391				02	167		
8559346	Douar Azrou	douar-azrou	MA		0	Africa/Casablanca	35.1584	-3.77078				02	167		
8559347	Imassaoudene	imassaoudene	MA		0	Africa/Casablanca	35.1556	-3.77421				02	167		
8559349	Douar Martine	douar-martine	MA		0	Africa/Casablanca	35.16317	-3.77312				02	167		
8559350	Douar Eddouna	douar-eddouna	MA		0	Africa/Casablanca	35.15727	-3.78718				02	167		
8559363	Douar Ihabqouchene	douar-ihabqouchene	MA		0	Africa/Casablanca	35.16498	-3.77359				02	167		
8559364	Douar Imzirene	douar-imzirene	MA		0	Africa/Casablanca	35.17233	-3.78084				02	167		
8559365	Iachraqene	iachraqene	MA		0	Africa/Casablanca	35.16882	-3.77358				02	167		
8559366	Douar Tajdiret	douar-tajdiret	MA		0	Africa/Casablanca	35.17231	-3.76589				02	167		
8559367	Douar Bou Qoua	douar-bou-qoua	MA		0	Africa/Casablanca	35.17446	-3.75301				02	167		
8559368	Douar Tizemmourine	douar-tizemmourine	MA		0	Africa/Casablanca	35.17751	-3.75833				02	167		
8559369	Douar Imarchouchene	douar-imarchouchene	MA		0	Africa/Casablanca	35.17871	-3.78113				02	167		
8559370	Commune Trougout	commune-trougout	MA		0	Africa/Casablanca	35.17739	-3.7725				02	167		
8559374	Douar Tikoubas	douar-tikoubas	MA		0	Africa/Casablanca	35.18504	-3.77926				02	167		
8559375	Taourirt Ayyad	taourirt-ayyad	MA		0	Africa/Casablanca	35.18788	-3.76899				02	167		
8559377	Douar Tabouda	douar-tabouda	MA		0	Africa/Casablanca	35.19645	-3.75313				02	167		
8559378	Douar Ihabbachene	douar-ihabbachene	MA		0	Africa/Casablanca	35.19833	-3.78597				02	167		
8559379	Douar Rbia Louta	douar-rbia-louta	MA		0	Africa/Casablanca	35.20304	-3.77269				02	167		
8559380	Israssiyine	israssiyine	MA		0	Africa/Casablanca	35.20334	-3.75993				02	167		
8559381	Douar Bou Daoud	douar-bou-daoud	MA		0	Africa/Casablanca	35.20775	-3.75402				02	167		
8559382	Douar Souani	douar-souani	MA		0	Africa/Casablanca	35.20862	-3.77727				02	167		
8559384	Douar Baddou	douar-baddou	MA		0	Africa/Casablanca	35.2104	-3.78639				02	167		
8559387	Douar Lharach	douar-lharach	MA		0	Africa/Casablanca	35.21722	-3.77391				02	167		
8559388	Douar Khroufa	douar-khroufa	MA		0	Africa/Casablanca	35.21466	-3.7655				02	167		
8559391	Douar Zarif	douar-zarif	MA		0	Africa/Casablanca	35.21791	-3.75222				02	167		
8559392	Douar Ajyar	douar-ajyar	MA		0	Africa/Casablanca	35.22005	-3.75575				02	167		
8559396	Douar Errabda	douar-errabda	MA		0	Africa/Casablanca	35.23911	-3.76316				02	167		
8559400	Douar Essahel	douar-essahel	MA		0	Africa/Casablanca	35.25823	-3.75705				02	167		
8559401	Assaqqif	assaqqif	MA		0	Africa/Casablanca	35.26251	-3.75795				02	167		
8559412	Ras Ettaref	ras-ettaref	MA		0	Africa/Casablanca	35.28277	-3.68078				02	167		
8559413	Douar Aou Ou Sardoune	douar-aou-ou-sardoune	MA		0	Africa/Casablanca	35.26371	-3.68496				02	167		
8559414	Oulad Amghar	oulad-amghar	MA		0	Africa/Casablanca	35.25841	-3.65434		Oulad Amghar		02	167		
8559461	Tacherchourt	tacherchourt	MA		0	Africa/Casablanca	35.27664	-3.72827				02	167		
8559463	Douar Imechta	douar-imechta	MA		0	Africa/Casablanca	35.2705	-3.71634				02	167		
8559466	Douar Adra Oujemmad	douar-adra-oujemmad	MA		0	Africa/Casablanca	35.2491	-3.71222				02	167		
8559471	Douar Boumendil	douar-boumendil	MA		0	Africa/Casablanca	35.254	-3.69754				02	167		
8559474	Tighrar	tighrar	MA		0	Africa/Casablanca	35.2742	-3.67747				02	167		
8559475	Iyya N-tazaghine	iyya-n-tazaghine	MA		0	Africa/Casablanca	35.28062	-3.70467				02	167		
8559476	Douar Iyya N-tadda	douar-iyya-n-tadda	MA		0	Africa/Casablanca	35.26849	-3.70295				02	167		
8559477	Douar Touzzaline n-Ouadday	douar-touzzaline-n-ouadday	MA		0	Africa/Casablanca	35.26487	-3.69223				02	167		
8559478	Douar Andar Touzzaline	douar-andar-touzzaline	MA		0	Africa/Casablanca	35.2638	-3.69697				02	167		
8559493	Douar Ain Touzzacht	douar-ain-touzzacht	MA		0	Africa/Casablanca	35.25675	-3.68456				02	167		
8559494	Douar Hchirat	douar-hchirat	MA		0	Africa/Casablanca	35.25023	-3.67568				02	167		
8559495	Douar Attaf	douar-attaf	MA		0	Africa/Casablanca	35.24769	-3.66671				02	167		
8559496	Lmarsa Ou Jdid	lmarsa-ou-jdid	MA		0	Africa/Casablanca	35.26692	-3.66369				02	167		
8559514	Agham	agham	MA		0	Africa/Casablanca	35.25612	-3.65747				02	167		
8559515	Tandint	tandint	MA		0	Africa/Casablanca	35.25759	-3.64615				02	167		
8559517	Aftis	aftis	MA		0	Africa/Casablanca	35.25291	-3.64822				02	167		
8559518	Douar Adebdou	douar-adebdou	MA		0	Africa/Casablanca	35.25048	-3.64432				02	167		
8559519	Iyya Oumzir	iyya-oumzir	MA		0	Africa/Casablanca	35.25913	-3.65985				02	167		
8559520	Iyya Ameqrane	iyya-ameqrane	MA		0	Africa/Casablanca	35.24999	-3.65707				02	167		
8559527	Douar Bou Aouine	douar-bou-aouine	MA		0	Africa/Casablanca	35.24373	-3.64174				02	167		
8559530	Taarourt n-El Borj	taarourt-n-el-borj	MA		0	Africa/Casablanca	35.24339	-3.65876				02	167		
8559531	Douar Ilouhamiyene	douar-ilouhamiyene	MA		0	Africa/Casablanca	35.24047	-3.65218				02	167		
8559533	Douar Bour Nouri	douar-bour-nouri	MA		0	Africa/Casablanca	35.24114	-3.66136				02	167		
8559534	Douar Timouarine	douar-timouarine	MA		0	Africa/Casablanca	35.23326	-3.66078				02	167		
8559537	Qouyyie Aghrib	qouyyie-aghrib	MA		0	Africa/Casablanca	35.22756	-3.65166				02	167		
8559538	Douar Zaouecht	douar-zaouecht	MA		0	Africa/Casablanca	35.22872	-3.66059				02	167		
8559539	Dar Ali Massaoud	dar-ali-massaoud	MA		0	Africa/Casablanca	35.22661	-3.66315				02	167		
8559540	Douar Zrouft	douar-zrouft	MA		0	Africa/Casablanca	35.21958	-3.66349				02	167		
8559541	Douar Imerzouqene	douar-imerzouqene	MA		0	Africa/Casablanca	35.22081	-3.63847				02	167		
8559545	Tamerzecht	tamerzecht	MA		0	Africa/Casablanca	35.21306	-3.63686				02	167		
8559546	Dhar N- Taaqoufet	dhar-n-taaqoufet	MA		0	Africa/Casablanca	35.21647	-3.64308		Dhar N- Taaqoufet,Dhar n-Taaqoufet		02	167		
8559547	Douar Chebbouba	douar-chebbouba	MA		0	Africa/Casablanca	35.21041	-3.6278				02	167		
8559548	Douar Tizza	douar-tizza	MA		0	Africa/Casablanca	35.21287	-3.64608				02	167		
8559549	Douar Imassaoudene	douar-imassaoudene	MA		0	Africa/Casablanca	35.21683	-3.6497				02	167		
8559550	Douar Idehmanene	douar-idehmanene	MA		0	Africa/Casablanca	35.21257	-3.65045				02	167		
8559564	Douar Imakhkhoukhene	douar-imakhkhoukhene	MA		0	Africa/Casablanca	35.20957	-3.65366				02	167		
8559569	Douar Saida	douar-saida	MA		0	Africa/Casablanca	35.20221	-3.6437				02	167		
8559574	Douar Tabouda	douar-tabouda	MA		0	Africa/Casablanca	35.18942	-3.63779				02	167		
8559575	Douar Ain Jellab	douar-ain-jellab	MA		0	Africa/Casablanca	35.19241	-3.65045				02	167		
8559651	Douar Iaouadene	douar-iaouadene	MA		0	Africa/Casablanca	35.16832	-3.64275				02	167		
8559652	Douar Ijabriouene	douar-ijabriouene	MA		0	Africa/Casablanca	35.17678	-3.6489				02	167		
8559653	Douar Akhechchab Oumghar	douar-akhechchab-oumghar	MA		0	Africa/Casablanca	35.16908	-3.65017				02	167		
8559654	Douar Timoirine	douar-timoirine	MA		0	Africa/Casablanca	35.1729	-3.65173				02	167		
8559655	Douar Taghzout Ou Hejjam	douar-taghzout-ou-hejjam	MA		0	Africa/Casablanca	35.16663	-3.65043				02	167		
8559656	Douar Imousatene	douar-imousatene	MA		0	Africa/Casablanca	35.16611	-3.65157				02	167		
8559657	Douar Ikhedjadene	douar-ikhedjadene	MA		0	Africa/Casablanca	35.16549	-3.66581				02	167		
8559659	Douar Mehdjioua	douar-mehdjioua	MA		0	Africa/Casablanca	35.17134	-3.65946				02	167		
8559676	Douar Tighezza	douar-tighezza	MA		0	Africa/Casablanca	35.16159	-3.66085				02	167		
8559679	Douar Taghzout	douar-taghzout	MA		0	Africa/Casablanca	35.16379	-3.64325				02	167		
8559777	Ighzer-n-ouadday	ighzer-n-ouadday	MA		0	Africa/Casablanca	35.15973	-3.63499				02	167		
8559782	Admer Azirar	admer-azirar	MA		0	Africa/Casablanca	35.15749	-3.63887				02	167		
8559787	Douar Tayermant	douar-tayermant	MA		0	Africa/Casablanca	35.14836	-3.66544				02	167		
8559800	Idoudouhene	idoudouhene	MA		0	Africa/Casablanca	35.13165	-3.6554				02	167		
8559836	Temsamane	temsamane	MA		0	Africa/Casablanca	35.12154	-3.63957		Temsamane		02	167		
8559838	Douar Tisidal	douar-tisidal	MA		0	Africa/Casablanca	35.12697	-3.64135				02	167		
8559839	Ajermam	ajermam	MA		0	Africa/Casablanca	35.12442	-3.64655				02	167		
8559858	Douar Ichemmaane	douar-ichemmaane	MA		0	Africa/Casablanca	35.12928	-3.68652				02	167		
8559860	Douar Beni Bou Yaaqoub Liouqani	douar-beni-bou-yaaqoub-liouqani	MA		0	Africa/Casablanca	35.13195	-3.69656		Douar Beni Bou Yaaqoub Lfouqani,Douar Beni Bou Yaaqoub Liouqani		02	167		
8559877	Douar Asrafir	douar-asrafir	MA		0	Africa/Casablanca	35.13501	-3.69048				02	167		
8559879	Douar Ifzatene	douar-ifzatene	MA		0	Africa/Casablanca	35.13506	-3.67778				02	167		
8559882	Douar Houzmarine	douar-houzmarine	MA		0	Africa/Casablanca	35.13858	-3.67988				02	167		
8559883	Douar Ihemmoudane	douar-ihemmoudane	MA		0	Africa/Casablanca	35.14076	-3.67486		Douar Ihemmoudane,Douar Ihemmoudene		02	167		
8559919	Douar Ihendriouene	douar-ihendriouene	MA		0	Africa/Casablanca	35.13979	-3.67159				02	167		
8559949	Douar Hziyem-n-Ouadday	douar-hziyem-n-ouadday	MA		0	Africa/Casablanca	35.15298	-3.66606		Douar Hziyem n-Ouadday,Douar Hziyem-n-Ouadday		02	167		
8559951	Douar Tamjiyent	douar-tamjiyent	MA		0	Africa/Casablanca	35.1527	-3.68119				02	167		
8559952	Douar Touchent	douar-touchent	MA		0	Africa/Casablanca	35.15686	-3.6801				02	167		
8559953	Douar Taghzout	douar-taghzout	MA		0	Africa/Casablanca	35.15954	-3.68959				02	167		
8559956	Douar Hziyeme Oustani	douar-hziyeme-oustani	MA		0	Africa/Casablanca	35.15567	-3.69018				02	167		
8559957	Douar Bakka	douar-bakka	MA		0	Africa/Casablanca	35.16185	-3.70299				02	167		
8559959	Douar Amarjae	douar-amarjae	MA		0	Africa/Casablanca	35.15564	-3.69673				02	167		
8560163	Ieouda Ou Lhaj	ieouda-ou-lhaj	MA		0	Africa/Casablanca	35.16605	-3.6721				02	167		
8560164	Douar Ighettassene	douar-ighettassene	MA		0	Africa/Casablanca	35.17054	-3.67344				02	167		
8560165	Dhar n-Tizdam	dhar-n-tizdam	MA		0	Africa/Casablanca	35.17667	-3.67262				02	167		
8560167	Annou Oueddouz	annou-oueddouz	MA		0	Africa/Casablanca	35.17689	-3.66878				02	167		
8560168	Leoudan Imrabedene	leoudan-imrabedene	MA		0	Africa/Casablanca	35.18082	-3.6755				02	167		
8560211	Douar Mijyene	douar-mijyene	MA		0	Africa/Casablanca	35.17217	-3.69006				02	167		
8560213	Azrou n-Bou Kaab	azrou-n-bou-kaab	MA		0	Africa/Casablanca	35.17092	-3.70162				02	167		
8560216	Douar Admer Izemrane	douar-admer-izemrane	MA		0	Africa/Casablanca	35.17701	-3.69828				02	167		
8560217	Douar Ifarichene	douar-ifarichene	MA		0	Africa/Casablanca	35.18056	-3.70227				02	167		
8560229	Douar Tabechyart	douar-tabechyart	MA		0	Africa/Casablanca	35.18764	-3.68572				02	167		
8560264	Dar Tazemmourt	dar-tazemmourt	MA		0	Africa/Casablanca	35.19332	-3.69106				02	167		
8560276	Douar Ifardassene	douar-ifardassene	MA		0	Africa/Casablanca	35.19851	-3.69772				02	167		
8560279	Douar Iderrazene	douar-iderrazene	MA		0	Africa/Casablanca	35.19778	-3.70337				02	167		
8560282	Douar Ikhettoutene	douar-ikhettoutene	MA		0	Africa/Casablanca	35.2052	-3.69964				02	167		
8560284	Douar Tamrabeht	douar-tamrabeht	MA		0	Africa/Casablanca	35.20703	-3.70525				02	167		
8560290	Dhar n-Leari	dhar-n-leari	MA		0	Africa/Casablanca	35.22103	-3.70566				02	167		
8560291	Douar Abelkhach	douar-abelkhach	MA		0	Africa/Casablanca	35.21483	-3.68671				02	167		
8560296	Douar Iqeddourene	douar-iqeddourene	MA		0	Africa/Casablanca	35.22224	-3.67106				02	167		
8560297	Douar Ichbaniyene	douar-ichbaniyene	MA		0	Africa/Casablanca	35.22401	-3.67056				02	167		
8560300	Douar Aghir Ouguermam	douar-aghir-ouguermam	MA		0	Africa/Casablanca	35.22181	-3.68465				02	167		
8560301	Admer Mouaari	admer-mouaari	MA		0	Africa/Casablanca	35.22517	-3.6878				02	167		
8560303	Douar Leari n-Nej	douar-leari-n-nej	MA		0	Africa/Casablanca	35.22506	-3.70353				02	167		
8560304	Douar Dhar n- Teqouirt	douar-dhar-n-teqouirt	MA		0	Africa/Casablanca	35.23511	-3.69268		Douar Dhar n- Teqouirt,Douar Dhar n-Teqouirt		02	167		
8560361	Douar Leari Ou Madday	douar-leari-ou-madday	MA		0	Africa/Casablanca	35.2335	-3.69786				02	167		
8560362	Douar Leari	douar-leari	MA		0	Africa/Casablanca	35.22916	-3.69979				02	167		
8560363	Douar Tadount	douar-tadount	MA		0	Africa/Casablanca	35.23482	-3.68355				02	167		
8560365	Douar Taqriht	douar-taqriht	MA		0	Africa/Casablanca	35.22879	-3.67531		Douar Taqriht,Douar Taqrint		02	167		
8560366	Douar Idarchiouene	douar-idarchiouene	MA		0	Africa/Casablanca	35.2244	-3.68302				02	167		
8560367	Douar Hemderra	douar-hemderra	MA		0	Africa/Casablanca	35.23374	-3.67904				02	167		
8560368	Douar Lkoucht	douar-lkoucht	MA		0	Africa/Casablanca	35.23216	-3.67149				02	167		
8560369	Douar Ait Abdellah	douar-ait-abdellah	MA		0	Africa/Casablanca	35.23782	-3.67404				02	167		
8560371	Douar Admer	douar-admer	MA		0	Africa/Casablanca	35.24424	-3.67985				02	167		
8560403	Douar Adra	douar-adra	MA		0	Africa/Casablanca	35.24525	-3.71439				02	167		
8560447	Dhar Ou Delha	dhar-ou-delha	MA		0	Africa/Casablanca	35.24259	-3.71759				02	167		
8560530	Douar Imenadene	douar-imenadene	MA		0	Africa/Casablanca	35.22914	-3.72735				02	167		
8560538	Douar Tacheryast n-Ouadday	douar-tacheryast-n-ouadday	MA		0	Africa/Casablanca	35.21444	-3.72509				02	167		
8560540	Iyya Amerqrane	iyya-amerqrane	MA		0	Africa/Casablanca	35.20754	-3.74008				02	167		
8560541	Tiguermamine	tiguermamine	MA		0	Africa/Casablanca	35.20698	-3.74845				02	167		
8560542	Douar Marmouch	douar-marmouch	MA		0	Africa/Casablanca	35.21411	-3.73567				02	167		
8560544	Douar Ajeyar	douar-ajeyar	MA		0	Africa/Casablanca	35.21553	-3.74882				02	167		
8560572	Douar Tabidast	douar-tabidast	MA		0	Africa/Casablanca	35.22281	-3.73846				02	167		
8560573	Douar Igar Oufadis	douar-igar-oufadis	MA		0	Africa/Casablanca	35.23053	-3.7371				02	167		
8560578	Douar Tacheryast-n-Nej	douar-tacheryast-n-nej	MA		0	Africa/Casablanca	35.20356	-3.72554				02	167		
8560580	Douar Ihfifene	douar-ihfifene	MA		0	Africa/Casablanca	35.19294	-3.73618				02	167		
8560583	Douar Taqriht	douar-taqriht	MA		0	Africa/Casablanca	35.18047	-3.72841				02	167		
8560585	Ayentour	ayentour	MA		0	Africa/Casablanca	35.18789	-3.71755				02	167		
8560587	Douar Lemqouddam	douar-lemqouddam	MA		0	Africa/Casablanca	35.17782	-3.71124				02	167		
8560589	Azrou n-Teqseft	azrou-n-teqseft	MA		0	Africa/Casablanca	35.17363	-3.71026				02	167		
8560611	Izerouane	izerouane	MA		0	Africa/Casablanca	35.17702	-3.72593				02	167		
8560612	Douar Bou Qeoua	douar-bou-qeoua	MA		0	Africa/Casablanca	35.17317	-3.73717				02	167		
8560613	Douar Tizi Maynoune	douar-tizi-maynoune	MA		0	Africa/Casablanca	35.17032	-3.7429				02	167		
8560632	Douar Ijetta	douar-ijetta	MA		0	Africa/Casablanca	35.16694	-3.7266				02	167		
8560634	Douar Ijettarene	douar-ijettarene	MA		0	Africa/Casablanca	35.16359	-3.73794				02	167		
8560638	Douar Aima	douar-aima	MA		0	Africa/Casablanca	35.15353	-3.71775				02	167		
8560639	Douar Iaallachene	douar-iaallachene	MA		0	Africa/Casablanca	35.15243	-3.71114		Douar Iaalachene,Douar Iaallachene		02	167		
8560724	Douar Hziyeme-n-Nej	douar-hziyeme-n-nej	MA		0	Africa/Casablanca	35.15035	-3.71352				02	167		
8560771	Dhar n-Laanser Oubeqqouy	dhar-n-laanser-oubeqqouy	MA		0	Africa/Casablanca	35.14275	-3.71782				02	167		
8560775	Douar Khallouf	douar-khallouf	MA		0	Africa/Casablanca	35.1254	-3.73235				02	167		
8560776	Dhar n-Tbedjaaine	dhar-n-tbedjaaine	MA		0	Africa/Casablanca	35.13709	-3.72479				02	167		
8560838	Douar Tissekkoumine	douar-tissekkoumine	MA		0	Africa/Casablanca	35.13189	-3.72222				02	167		
8560839	Ileghmane	ileghmane	MA		0	Africa/Casablanca	35.13283	-3.72732				02	167		
8564024	Bir Chifa	bir-chifa	MA		0	Africa/Casablanca	35.75259	-5.82369				01	511		
8564574	Douar Oulad Youssef	douar-oulad-youssef	MA		0	Africa/Casablanca	33.95939	-4.98901				03	231		
8564577	Dar El Hamdani	dar-el-hamdani	MA		0	Africa/Casablanca	33.96132	-4.97124				03	231		
8564583	Dar Ahmed Ben Sejai	dar-ahmed-ben-sejai	MA		0	Africa/Casablanca	33.99369	-4.92637				03	231		
8564609	Coopérative Drissiya	cooperative-drissiya	MA		0	Africa/Casablanca	33.99112	-4.97485		Cooperative Drissiya,Coopérative Drissiya		03	231		
8564610	Douar Bourssi	douar-bourssi	MA		0	Africa/Casablanca	33.98551	-4.96831				03	231		
8564611	Hay Ben Abdellah	hay-ben-abdellah	MA		0	Africa/Casablanca	33.99649	-4.96351				03	231		
8564612	Coopérative Errida	cooperative-errida	MA		0	Africa/Casablanca	33.97883	-4.99		Cooperative Errida,Coopérative Errida		03	231		
8564613	Dar Ben Abid	dar-ben-abid	MA		0	Africa/Casablanca	33.98151	-4.98315				03	231		
8564614	Douar Oulad Bouabid Saquia	douar-oulad-bouabid-saquia	MA		0	Africa/Casablanca	33.9686	-4.99618				03	231		
8564615	Douar Oulad El Haouari	douar-oulad-el-haouari	MA		0	Africa/Casablanca	33.96921	-4.98873				03	231		
8568520	Douar Oulad Abdellah	douar-oulad-abdellah	MA		0	Africa/Casablanca	33.97423	-4.92639				03	231		
8568528	Coopérative Errachidia	cooperative-errachidia	MA		0	Africa/Casablanca	33.96816	-4.9506		Cooperative Errachidia,Coopérative Errachidia		03	231		
8568529	Coopérative El Anouar	cooperative-el-anouar	MA		0	Africa/Casablanca	33.96334	-4.94438		Cooperative El Anouar,Coopérative El Anouar		03	231		
8568530	Coopérative Laamal	cooperative-laamal	MA		0	Africa/Casablanca	33.96818	-4.94187		Cooperative Laamal,Coopérative Laamal		03	231		
8568531	Coopérative Lmalakiya	cooperative-lmalakiya	MA		0	Africa/Casablanca	33.96073	-4.92933		Cooperative Lmalakiya,Coopérative Lmalakiya		03	231		
8569241	Ain Bida	ain-bida	MA		0	Africa/Casablanca	33.9621	-4.93633				03	231		
8569290	Dar El Caid Ali	dar-el-caid-ali	MA		0	Africa/Casablanca	33.9674	-4.87507				03	231		
8569291	Dar El Caid El Arbi	dar-el-caid-el-arbi	MA		0	Africa/Casablanca	33.9631	-4.88354				03	231		
8569356	Douar Znaga	douar-znaga	MA		0	Africa/Casablanca	33.97062	-4.89743				03	231		
8569357	Douar Lemfalisse	douar-lemfalisse	MA		0	Africa/Casablanca	33.97237	-4.90865				03	231		
8571874	Oulad Kheyyi	oulad-kheyyi	MA		0	Africa/Casablanca	33.93942	-4.87867				03	451		
8571875	Koudiat Moulay Ahmed	koudiat-moulay-ahmed	MA		0	Africa/Casablanca	33.94185	-4.87597		Kat. Moulay Ahmed,Koudiat Moulay Ahmed		03	451		
8571881	Coopérative El Mohammadia	cooperative-el-mohammadia	MA		0	Africa/Casablanca	33.91532	-4.91766		Cooperative El Mohammadia,Coopérative El Mohammadia		03	451		
8572182	Coopérative Mabrouka	cooperative-mabrouka	MA		0	Africa/Casablanca	33.93931	-4.91518		Cooperative Mabrouka,Coopérative Mabrouka		03	231		
8572183	Dar Driss Chettah	dar-driss-chettah	MA		0	Africa/Casablanca	33.93826	-4.89389				03	231		
8572274	Douar Ben Ali	douar-ben-ali	MA		0	Africa/Casablanca	33.90246	-4.87497				03	451		
8572282	Boufakrane	boufakrane	MA		0	Africa/Casablanca	33.90284	-4.89799				03	451		
8572288	Douar Bni Abdellah	douar-bni-abdellah	MA		0	Africa/Casablanca	33.89986	-4.90426				03	451		
8572309	Douar Zouitna	douar-zouitna	MA		0	Africa/Casablanca	33.87647	-4.87779				03	451		
8572634	Douar Oulad Lekhdar	douar-oulad-lekhdar	MA		0	Africa/Casablanca	33.95001	-4.99515				03	231		
8572643	Coopérative El Hammouniya	cooperative-el-hammouniya	MA		0	Africa/Casablanca	33.93101	-4.94019		Cooperative El Hammouniya,Coopérative El Hammouniya		03	231		
8572645	Coopérative Essaada	cooperative-essaada	MA		0	Africa/Casablanca	33.93651	-4.9231		Cooperative Essaada,Coopérative Essaada		03	231		
8572648	Coopérative Lmalakiya	cooperative-lmalakiya	MA		0	Africa/Casablanca	33.9504	-4.9296		Cooperative Lamalkiya,Cooperative Lmalakiya,Coopérative Lamalkiya,Coopérative Lmalakiya		03	231		
8572653	Douar Oulad Moussa	douar-oulad-moussa	MA		0	Africa/Casablanca	33.94635	-4.94898				03	231		
8572691	Douar Bouabid El Gououaz	douar-bouabid-el-gououaz	MA		0	Africa/Casablanca	33.94512	-4.99524				03	231		
8572719	Douar Lefnideq	douar-lefnideq	MA		0	Africa/Casablanca	33.91856	-4.98677				03	231		
8572722	Dar El Marnissi	dar-el-marnissi	MA		0	Africa/Casablanca	33.90832	-4.99354				03	591		
8572728	Dar Hlihel	dar-hlihel	MA		0	Africa/Casablanca	33.90417	-4.96107				03	231		
8572729	Coopérative El Hassaniya	cooperative-el-hassaniya	MA		0	Africa/Casablanca	33.89396	-4.96893		Cooperative El Hassaniya,Coopérative El Hassaniya		03	451		
8572842	Douar Ait Ali Ou Zayed	douar-ait-ali-ou-zayed	MA		0	Africa/Casablanca	33.87791	-4.98587				03	451		
8572844	Douar Ait Moussa	douar-ait-moussa	MA		0	Africa/Casablanca	33.87735	-4.96689				03	451		
8572870	Douar Lekrama	douar-lekrama	MA		0	Africa/Casablanca	33.89099	-4.94082		Douar Lekrama,Douar Lekrarma		03	231		
8572876	Douar Souirij	douar-souirij	MA		0	Africa/Casablanca	33.90697	-4.95489				03	231		
8572890	Douar El Hammal	douar-el-hammal	MA		0	Africa/Casablanca	33.90463	-4.94383				03	231		
8572891	Douar Oulad Dehhou	douar-oulad-dehhou	MA		0	Africa/Casablanca	33.89746	-4.94246				03	231		
8581445	Wilaya	wilaya	MA		0	Africa/Casablanca	35.77422	-5.80707				01	511		
8581446	Lakhzana	lakhzana	MA		0	Africa/Casablanca	34.01578	-4.43219				03	561		
8581447	Rhafsai	rhafsai	MA		0	Africa/Casablanca	34	-4.8				03	231		
8581454	Wilaya of Agadir	wilaya-of-agadir	MA		0	Africa/Casablanca	30.42129	-9.60405				09	001		
8581456	Chefchaouen Kasbah	chefchaouen-kasbah	MA		0	Africa/Casablanca	35.16853	-5.26148				01	151		
8581497	Jnane Aztout	jnane-aztout	MA		0	Africa/Casablanca	35.19778	-6.14967				01	331		
8581529	Ramlia	ramlia	MA		0	Africa/Casablanca	30.68535	-4.41595				08	201		
8581553	Ouixan	ouixan	MA		0	Africa/Casablanca	35.12	-3.07				02	381		
8594793	Douar Ajiou	douar-ajiou	MA		0	Africa/Casablanca	35.14664	-3.73123		Ajyou,Ayayuf,Douar Ajiou,Hajajouf		02	167		
8594805	Douar Oulad Hammou	douar-oulad-hammou	MA		0	Africa/Casablanca	33.96358	-4.98915		Douar Oulad Hammou,Oulad Hammou		03	231		
8629078	Ouled Khlifa	ouled-khlifa	MA		200	Africa/Casablanca	33.94265	-5.00153		Ulad Khlifa,Улад Хлифа		03	591		
8643891	Dar el mouelda	dar-el-mouelda	MA		0	Africa/Casablanca	34.10673	-4.68089				03	531		
8659205	Imagrouden	imagrouden	MA		50	Africa/Casablanca	35.06	-3.69825	800			02	167		
8739768	Mosquée	mosquee	MA		3150	Africa/Casablanca	34.80622	-2.41297	800			02	113		
8987072	Mnoud	mnoud	MA		500	Africa/Casablanca	35.05898	-3.82762	185	Nekour		01	051	1505105192	
9072778	Ighrem	ighrem	MA		0	Africa/Casablanca	29.46212	-9.6759				09	581		
9072782	Ait Mansour	ait-mansour	MA		0	Africa/Casablanca	29.54799	-8.87724				09	581		
9645312	Akhfennir	akhfennir	MA		1583	Africa/Casablanca	28.09455	-12.05157				11	121		
9645313	Gueltat Zemmour	gueltat-zemmour	MA		6740	Africa/Casablanca	25.14276	-12.37168				11	121	0212103012	
9781023	Kolei'at	kolei-at	MA		0	Africa/Casablanca	31.33132	-9.79283				07	211		
10114133	Stehat	stehat	MA		0	Africa/Casablanca	35.34068	-4.95904				01	151		
10115219	Tisserdmine	tisserdmine	MA		0	Africa/Casablanca	31.29799	-3.97482				08	201		
10124034	Dar el Ouad	dar-el-ouad	MA		0	Africa/Casablanca	34.96349	-5.36853				01	405		
10227513	Sidi Boulfdail	sidi-boulfdail	MA		0	Africa/Casablanca	29.68073	-9.95908				09	581		
10227514	Imi Quaddar	imi-quaddar	MA		0	Africa/Casablanca	30.59323	-9.73999				09	001		
10227515	Imi Ouaddar	imi-ouaddar	MA		0	Africa/Casablanca	30.59323	-9.73999				09	001		
10374554	Iksassene	iksassene	MA		0	Africa/Casablanca	33.60529	-5.48652				03	171		
10374557	Ait Alla Baassou	ait-alla-baassou	MA		0	Africa/Casablanca	33.60692	-5.47348				03	171		
10374558	Iqmachene Moufarrane	iqmachene-moufarrane	MA		0	Africa/Casablanca	33.61332	-5.46816				03	171		
10374564	Talghoulat	talghoulat	MA		0	Africa/Casablanca	33.59672	-5.48114				03	171		
10374569	Ait Faska	ait-faska	MA		0	Africa/Casablanca	33.56512	-5.45981				03	171		
10374596	Bou Lebraouig	bou-lebraouig	MA		0	Africa/Casablanca	33.53201	-5.42564				03	271		
10374601	Ait Aissa	ait-aissa	MA		0	Africa/Casablanca	33.54326	-5.41681				03	271		
10374603	Dar Mohamed Aachouch	dar-mohamed-aachouch	MA		0	Africa/Casablanca	33.55135	-5.44839				03	271		
10374607	Dar Ezzoubri Mohamed	dar-ezzoubri-mohamed	MA		0	Africa/Casablanca	33.59666	-5.44108				03	271		
10374613	Sebt Amane Sayrrine	sebt-amane-sayrrine	MA		0	Africa/Casablanca	33.61705	-5.43054				03	171		
10374621	Oulad Ben Hammi	oulad-ben-hammi	MA		0	Africa/Casablanca	33.62021	-5.39724				03	171		
10374622	Ait El Abdi	ait-el-abdi	MA		0	Africa/Casablanca	33.61787	-5.38108				03	171		
10374631	Ait Mohamed Ou Ail	ait-mohamed-ou-ail	MA		0	Africa/Casablanca	33.59653	-5.39219				03	171		
10374633	Oulad El Caid Haddou	oulad-el-caid-haddou	MA		0	Africa/Casablanca	33.58036	-5.39156				03	271		
10374662	Dar El Haj Helaid	dar-el-haj-helaid	MA		0	Africa/Casablanca	33.51519	-5.3924				03	271		
10374709	Takyout	takyout	MA		0	Africa/Casablanca	29.51422	-9.60334				09	581		
10374716	Iggui Isly	iggui-isly	MA		0	Africa/Casablanca	29.49999	-9.61347				09	581		
10374720	Ifeghiene	ifeghiene	MA		0	Africa/Casablanca	29.5133	-9.59218				09	581		
10374721	Id Lehmaych	id-lehmaych	MA		0	Africa/Casablanca	29.52056	-9.59223				09	581		
10374729	Mihhi	mihhi	MA		0	Africa/Casablanca	29.61438	-9.57765				09	581		
10374735	Issil	issil	MA		0	Africa/Casablanca	29.50198	-9.59487				09	581		
10374737	El Argoub	el-argoub	MA		0	Africa/Casablanca	29.50623	-9.57622				09	581		
10374740	Aguerd	aguerd	MA		0	Africa/Casablanca	29.50754	-9.5735				09	581		
10374742	Leqsayb	leqsayb	MA		0	Africa/Casablanca	29.51065	-9.57468				09	581		
10374746	Tabberda	tabberda	MA		0	Africa/Casablanca	29.52147	-9.56987				09	581		
10374754	Ifghal	ifghal	MA		0	Africa/Casablanca	29.54991	-9.55574				09	581		
10374761	Ain Attelba	ain-attelba	MA		0	Africa/Casablanca	29.56045	-9.53399				09	581		
10374772	Id Abdelkader	id-abdelkader	MA		0	Africa/Casablanca	29.62091	-9.54565				09	581		
10374775	Abdou Tnoutfi	abdou-tnoutfi	MA		0	Africa/Casablanca	29.61686	-9.54289				09	581		
10374776	Id Abdellah Ou Ali	id-abdellah-ou-ali	MA		0	Africa/Casablanca	29.61253	-9.5419				09	581		
10374786	Id Fares	id-fares	MA		0	Africa/Casablanca	29.50417	-9.54657				09	581		
10374790	Id Echigar	id-echigar	MA		0	Africa/Casablanca	29.49811	-9.55042				09	581		
10374794	Taghzout	taghzout	MA		0	Africa/Casablanca	29.51127	-9.53826				09	581		
10374806	Agadir Ouijjane	agadir-ouijjane	MA		0	Africa/Casablanca	29.62162	-9.53291				09	581		
10374809	Id Essemouguene	id-essemouguene	MA		0	Africa/Casablanca	29.61303	-9.4993				09	581		
10374830	Achbar	achbar	MA		0	Africa/Casablanca	29.54885	-9.52308				09	581		
10374833	Tassila Iabbassene	tassila-iabbassene	MA		0	Africa/Casablanca	29.55128	-9.53591				09	581		
10374834	Aguejgal	aguejgal	MA		0	Africa/Casablanca	29.54804	-9.52949				09	581		
10374838	Id Echahed	id-echahed	MA		0	Africa/Casablanca	29.54639	-9.5259				09	581		
10374860	Tachtakt	tachtakt	MA		0	Africa/Casablanca	29.56466	-9.50943				09	581		
10374865	Ait Ou Jerrar	ait-ou-jerrar	MA		0	Africa/Casablanca	30.36164	-9.50177				09	001		
10374866	Tine Lhaj Boubker	tine-lhaj-boubker	MA		0	Africa/Casablanca	30.19065	-9.4416				09	163		
10374867	Hassi Lebgar	hassi-lebgar	MA		0	Africa/Casablanca	30.23167	-9.49631				09	163		
10374868	Sidi Amara	sidi-amara	MA		0	Africa/Casablanca	30.23694	-9.4887				09	163		
10374871	Ait Bouqallal	ait-bouqallal	MA		0	Africa/Casablanca	30.23497	-9.40068				09	163		
10374872	Toudouch	toudouch	MA		0	Africa/Casablanca	30.23409	-9.39791				09	163		
10374873	Tine Khazaz	tine-khazaz	MA		0	Africa/Casablanca	30.23359	-9.39316				09	163		
10374875	Tine Daoud	tine-daoud	MA		0	Africa/Casablanca	30.23652	-9.38705				09	163		
10374876	Tine Ben Ali	tine-ben-ali	MA		0	Africa/Casablanca	30.23575	-9.38145				09	163		
10374878	Tine Si Boumalek	tine-si-boumalek	MA		0	Africa/Casablanca	30.23891	-9.39242				09	163		
10374880	Maalla	maalla	MA		0	Africa/Casablanca	30.22713	-9.37816				09	163		
10374881	Derb Chalet - Two	derb-chalet-two	MA		0	Africa/Casablanca	30.226	-9.38032				09	163		
10374882	Derb Chalet- One	derb-chalet-one	MA		0	Africa/Casablanca	30.2213	-9.37929				09	163		
10374884	El Jihadiya	el-jihadiya	MA		0	Africa/Casablanca	30.36125	-9.51639				09	001		
10374888	Hay Rochdi	hay-rochdi	MA		0	Africa/Casablanca	30.37084	-9.54821				09	273		
10374891	Hay Oubayrouk	hay-oubayrouk	MA		0	Africa/Casablanca	30.33896	-9.50175				09	273		
10374893	Lemteriya	lemteriya	MA		0	Africa/Casablanca	30.25345	-9.58373				09	163		
10374898	Takad Oabla	takad-oabla	MA		0	Africa/Casablanca	30.2573	-9.55066				09	163		
10374899	Douar Ait Bousetta	douar-ait-bousetta	MA		0	Africa/Casablanca	30.26259	-9.55124				09	163		
10374903	Ljad	ljad	MA		0	Africa/Casablanca	30.35118	-9.54563				09	273		
10374905	Hay Le Chalor	hay-le-chalor	MA		0	Africa/Casablanca	30.37144	-9.55205				09	273		
10374906	Dchira El Jihadia	dchira-el-jihadia	MA		0	Africa/Casablanca	30.37345	-9.54761				09	273		
10374907	Hay Az Zaytoune	hay-az-zaytoune	MA		0	Africa/Casablanca	30.37038	-9.54562				09	273		
10374908	Teguemmi Oufela	teguemmi-oufela	MA		0	Africa/Casablanca	30.37306	-9.54085				09	273		
10374909	Iggui Duaki	iggui-duaki	MA		0	Africa/Casablanca	30.3712	-9.53818				09	273		
10374910	Iggui Ilegha	iggui-ilegha	MA		0	Africa/Casablanca	30.37213	-9.53438				09	273		
10374914	Hay Salam	hay-salam	MA		0	Africa/Casablanca	30.34561	-9.5366				09	273		
10374916	Derb Ait Boubker	derb-ait-boubker	MA		0	Africa/Casablanca	30.32039	-9.52476				09	273		
10374917	Hay Lkhzani	hay-lkhzani	MA		0	Africa/Casablanca	30.31931	-9.52138				09	273		
10374918	Hay Ait Lmoudden	hay-ait-lmoudden	MA		0	Africa/Casablanca	30.31701	-9.51991				09	273		
10374919	Douar Achdir	douar-achdir	MA		0	Africa/Casablanca	30.32307	-9.52216				09	273		
10374920	Hay Lkoliya	hay-lkoliya	MA		0	Africa/Casablanca	30.32526	-9.52016				09	273		
10374921	Iggi Agdi	iggi-agdi	MA		0	Africa/Casablanca	30.32244	-9.52487				09	273		
10374922	Lehrach	lehrach	MA		0	Africa/Casablanca	30.32905	-9.52626				09	273		
10374923	Akki Abou	akki-abou	MA		0	Africa/Casablanca	30.32753	-9.53254				09	273		
10374927	Cité Al Amane	cite-al-amane	MA		0	Africa/Casablanca	30.36207	-9.52537				09	273		
10374928	Cité Zahour	cite-zahour	MA		0	Africa/Casablanca	30.36385	-9.52412				09	273		
10374929	Cité Ihame	cite-ihame	MA		0	Africa/Casablanca	30.36277	-9.52781				09	273		
10374930	Douar Joidr	douar-joidr	MA		0	Africa/Casablanca	30.36611	-9.53373				09	273		
10374931	Hay El Jihadiya	hay-el-jihadiya	MA		0	Africa/Casablanca	30.36798	-9.5234				09	273		
10374932	Hay Tamazirt	hay-tamazirt	MA		0	Africa/Casablanca	30.34824	-9.51393				09	273		
10374933	Hay Mauay Omar	hay-mauay-omar	MA		0	Africa/Casablanca	30.3447	-9.50566				09	273		
10374934	Ait Melloul	ait-melloul	MA		0	Africa/Casablanca	30.34164	-9.50356		Ait Melloul		09	273		
10374936	Lotissement Gouchar	lotissement-gouchar	MA		0	Africa/Casablanca	30.34579	-9.50188				09	273		
10374937	Dissemert Ltarari	dissemert-ltarari	MA		0	Africa/Casablanca	30.34317	-9.50081				09	273		
10374938	Dauar Laarab	dauar-laarab	MA		0	Africa/Casablanca	30.3406	-9.50452				09	273		
10374939	Hay Battan	hay-battan	MA		0	Africa/Casablanca	30.34021	-9.51331				09	273		
10374941	Hay Tamaziri	hay-tamaziri	MA		0	Africa/Casablanca	30.33621	-9.51963				09	273		
10374942	Hay Sidi Mimcun	hay-sidi-mimcun	MA		0	Africa/Casablanca	30.33117	-9.52267				09	273		
10374943	Facune Charia	facune-charia	MA		0	Africa/Casablanca	30.32925	-9.51791				09	273		
10374944	Akabar	akabar	MA		0	Africa/Casablanca	30.31878	-9.50964				09	273		
10374945	Ait Lhafid	ait-lhafid	MA		0	Africa/Casablanca	30.3168	-9.51204				09	273		
10374946	Touhammou	touhammou	MA		0	Africa/Casablanca	30.31326	-9.50425				09	273		
10374948	Agouldal ou Sous	agouldal-ou-sous	MA		0	Africa/Casablanca	30.31783	-9.51886				09	273		
10374951	Cité Moulay Sahad	cite-moulay-sahad	MA		0	Africa/Casablanca	30.35109	-9.5409				09	273		
10374953	Cité Oued Eddahab	cite-oued-eddahab	MA		0	Africa/Casablanca	30.3635	-9.5419				09	273		
10374957	Lamzar	lamzar	MA		0	Africa/Casablanca	30.32045	-9.52038				09	273		
10374960	Douar Idazene	douar-idazene	MA		0	Africa/Casablanca	30.22804	-9.39818				09	163		
10374961	Ourti	ourti	MA		0	Africa/Casablanca	30.22899	-9.39008				09	163		
10374963	Bouaallaga	bouaallaga	MA		0	Africa/Casablanca	30.21541	-9.39036				09	163		
10374964	Sidi Gheyl	sidi-gheyl	MA		0	Africa/Casablanca	30.23115	-9.39143				09	163		
10374965	Derb Moussa	derb-moussa	MA		0	Africa/Casablanca	30.21375	-9.37813				09	163		
10374967	Tiguemmi Zehnine	tiguemmi-zehnine	MA		0	Africa/Casablanca	30.21708	-9.43505				09	163		
10374968	Douar Zmei	douar-zmei	MA		0	Africa/Casablanca	30.2135	-9.44599				09	163		
10374969	Tine Hafi	tine-hafi	MA		0	Africa/Casablanca	30.22675	-9.44303				09	163		
10374970	Borj Said Ou Mbark	borj-said-ou-mbark	MA		0	Africa/Casablanca	30.22921	-9.49605				09	163		
10374971	Douar Hajoub	douar-hajoub	MA		0	Africa/Casablanca	30.22705	-9.49632				09	163		
10374972	Douar Hasayne	douar-hasayne	MA		0	Africa/Casablanca	30.21872	-9.47511				09	163		
10374973	Douar Taous	douar-taous	MA		0	Africa/Casablanca	30.18402	-9.48986				09	163		
10374974	Adouar Ougaurram	adouar-ougaurram	MA		0	Africa/Casablanca	30.18986	-9.47591				09	163		
10374975	Tou Janna	tou-janna	MA		0	Africa/Casablanca	30.19895	-9.4474				09	163		
10374976	Tougerrih	tougerrih	MA		0	Africa/Casablanca	30.19684	-9.44178				09	163		
10374977	Ljayra	ljayra	MA		0	Africa/Casablanca	30.19936	-9.42775				09	163		
10374978	Tine Ait Hammou	tine-ait-hammou	MA		0	Africa/Casablanca	30.19841	-9.42124				09	163		
10374979	Id Berguedi	id-berguedi	MA		0	Africa/Casablanca	30.18346	-9.41556				09	163		
10374980	Imi-n-Tagoule	imi-n-tagoule	MA		0	Africa/Casablanca	30.18461	-9.41257				09	163		
10374981	Tine Biougra	tine-biougra	MA		0	Africa/Casablanca	30.20942	-9.37922				09	163		
10374983	Agrour Ou Ouchene	agrour-ou-ouchene	MA		0	Africa/Casablanca	30.16822	-9.37601				09	163		
10374985	Tou Askri	tou-askri	MA		0	Africa/Casablanca	30.16602	-9.38856				09	163		
10374986	Tine Si Hmad	tine-si-hmad	MA		0	Africa/Casablanca	30.16401	-9.38962				09	163		
10374987	Tine Baha	tine-baha	MA		0	Africa/Casablanca	30.15453	-9.37692				09	163		
10374988	Imi Laffayh	imi-laffayh	MA		0	Africa/Casablanca	30.15368	-9.41769				09	163		
10374989	Tou Brahim	tou-brahim	MA		0	Africa/Casablanca	30.16764	-9.40323				09	163		
10374990	Adouz	adouz	MA		0	Africa/Casablanca	30.15244	-9.42086				09	163		
10374991	Tine Ait Brahim	tine-ait-brahim	MA		0	Africa/Casablanca	30.16214	-9.43555				09	163		
10374992	Sidi Mhand Mouddenne	sidi-mhand-mouddenne	MA		0	Africa/Casablanca	30.15607	-9.45237				09	163		
10374993	Douar Ljamoud	douar-ljamoud	MA		0	Africa/Casablanca	30.1696	-9.47752				09	163		
10374994	Lkherbi	lkherbi	MA		0	Africa/Casablanca	30.17061	-9.48683				09	163		
10374995	Hay Fdia	hay-fdia	MA		0	Africa/Casablanca	30.16765	-9.48418				09	163		
10374996	Douar Laarab Ahmar	douar-laarab-ahmar	MA		0	Africa/Casablanca	30.17197	-9.48123				09	163		
10374998	Sidi Mohamed Du	sidi-mohamed-du	MA		0	Africa/Casablanca	30.18195	-9.47634				09	163		
10374999	Lakhmis	lakhmis	MA		0	Africa/Casablanca	30.17594	-9.49113				09	163		
10375000	Douar Jdaa	douar-jdaa	MA		0	Africa/Casablanca	30.17388	-9.49267				09	163		
10375002	Oukhrib Ou Allal	oukhrib-ou-allal	MA		0	Africa/Casablanca	30.13217	-9.4933				09	163		
10375003	Toug Addi	toug-addi	MA		0	Africa/Casablanca	30.13852	-9.49615				09	163		
10375004	Ait Tine Kourri	ait-tine-kourri	MA		0	Africa/Casablanca	30.14269	-9.43873				09	163		
10375005	Tadouart Igourramen	tadouart-igourramen	MA		0	Africa/Casablanca	30.14212	-9.41744				09	163		
10375006	Ibaarar	ibaarar	MA		0	Africa/Casablanca	30.14258	-9.41452				09	163		
10375007	Tedouart Ouazgaou	tedouart-ouazgaou	MA		0	Africa/Casablanca	30.13059	-9.41146				09	163		
10375008	Tine Hmad Ou Ali	tine-hmad-ou-ali	MA		0	Africa/Casablanca	30.12716	-9.41186				09	163		
10375009	Leftayh	leftayh	MA		0	Africa/Casablanca	30.1307	-9.40105				09	163		
10375010	Tine Kourri	tine-kourri	MA		0	Africa/Casablanca	30.13421	-9.38506				09	163		
10375011	Tine Ben Ougrech	tine-ben-ougrech	MA		0	Africa/Casablanca	30.14978	-9.4068				09	163		
10375013	Hay Niyya	hay-niyya	MA		0	Africa/Casablanca	30.17549	-9.49692				09	163		
10375015	Dar El Caïd Lhoussayne	dar-el-caid-lhoussayne	MA		0	Africa/Casablanca	30.19253	-9.48785				09	163		
10375017	Tine Addi	tine-addi	MA		0	Africa/Casablanca	30.15277	-9.49423				09	163		
10375018	Timersit	timersit	MA		0	Africa/Casablanca	30.36217	-9.48211				09	273		
10375021	Lamsalla	lamsalla	MA		0	Africa/Casablanca	30.35352	-9.49107				09	273		
10375023	Hay Chouhada	hay-chouhada	MA		0	Africa/Casablanca	30.34787	-9.49198				09	273		
10375024	Hay Lharch	hay-lharch	MA		0	Africa/Casablanca	30.34415	-9.49629				09	273		
10375027	Douar Tajaa	douar-tajaa	MA		0	Africa/Casablanca	30.31484	-9.48723				09	273		
10375029	Ou Lhous	ou-lhous	MA		0	Africa/Casablanca	30.30622	-9.4773				09	273		
10375030	Bhirt Lghazi	bhirt-lghazi	MA		0	Africa/Casablanca	30.29966	-9.48268				09	273		
10375031	Douar Alt Rami	douar-alt-rami	MA		0	Africa/Casablanca	30.30187	-9.47487				09	273		
10375032	Hay Bou L Kraker	hay-bou-l-kraker	MA		0	Africa/Casablanca	30.29553	-9.4758				09	273		
10375033	Douar Fala	douar-fala	MA		0	Africa/Casablanca	30.2887	-9.48313				09	273		
10375035	Adour	adour	MA		0	Africa/Casablanca	30.24802	-9.46903				09	163		
10375036	Lqsabt	lqsabt	MA		0	Africa/Casablanca	30.25196	-9.46547				09	163		
10375037	Douar Mouris	douar-mouris	MA		0	Africa/Casablanca	30.28764	-9.45397				09	273		
10375038	Dar Lfoqana	dar-lfoqana	MA		0	Africa/Casablanca	30.28762	-9.46945				09	273		
10375039	Lamsala	lamsala	MA		0	Africa/Casablanca	30.28993	-9.45527				09	273		
10375041	Douar Amentag	douar-amentag	MA		0	Africa/Casablanca	30.29023	-9.45328				09	273		
10375042	Lekhmais	lekhmais	MA		0	Africa/Casablanca	30.29258	-9.47207				09	273		
10375043	Boutar	boutar	MA		0	Africa/Casablanca	30.29636	-9.4624				09	273		
10375044	Lqoliaa	lqoliaa	MA		0	Africa/Casablanca	30.29759	-9.46597				09	273		
10375045	Moulay Driss	moulay-driss	MA		0	Africa/Casablanca	30.29999	-9.46207				09	273		
10375046	Douar Aribat	douar-aribat	MA		0	Africa/Casablanca	30.30205	-9.46418				09	273		
10375047	Calcal Laqlaa	calcal-laqlaa	MA		0	Africa/Casablanca	30.30018	-9.4651				09	273		
10375048	Dr. Laamar	dr-laamar	MA		0	Africa/Casablanca	30.30144	-9.47085				09	273		
10375049	Douar Lhaj Tayla	douar-lhaj-tayla	MA		0	Africa/Casablanca	30.30322	-9.46639				09	273		
10375050	Laazib	laazib	MA		0	Africa/Casablanca	30.31754	-9.48132				09	273		
10375052	Bhirt Hissina	bhirt-hissina	MA		0	Africa/Casablanca	30.2941	-9.44755				09	273		
10375053	Douar Ouchene	douar-ouchene	MA		0	Africa/Casablanca	30.29659	-9.44368				09	273		
10375054	Ait Ouagmar	ait-ouagmar	MA		0	Africa/Casablanca	30.30557	-9.44253				09	273		
10375056	Azrou	azrou	MA		0	Africa/Casablanca	30.36222	-9.45988				09	273		
10375057	Iguera-n-addi	iguera-n-addi	MA		0	Africa/Casablanca	30.368	-9.45406				09	273		
10375058	Sidi Lrhazi	sidi-lrhazi	MA		0	Africa/Casablanca	30.36921	-9.4545				09	273		
10375059	Lamsalla	lamsalla	MA		0	Africa/Casablanca	30.36388	-9.46272				09	273		
10375060	Hay Assays	hay-assays	MA		0	Africa/Casablanca	30.36237	-9.46177				09	273		
10375061	Hay Laskah	hay-laskah	MA		0	Africa/Casablanca	30.36091	-9.46952				09	273		
10375062	Hay Acci	hay-acci	MA		0	Africa/Casablanca	30.36411	-9.45636				09	273		
10375063	Coopérative Azro	cooperative-azro	MA		0	Africa/Casablanca	30.33264	-9.48255				09	273		
10375065	El Khrebt	el-khrebt	MA		0	Africa/Casablanca	30.26319	-9.42185				09	163		
10375066	Ait Mouloud	ait-mouloud	MA		0	Africa/Casablanca	30.26886	-9.42768				09	163		
10375067	Adouz Ou Sasoud	adouz-ou-sasoud	MA		0	Africa/Casablanca	30.28959	-9.43317				09	163		
10375071	Douar Boukhrays	douar-boukhrays	MA		0	Africa/Casablanca	30.29593	-9.43265				09	163		
10375072	Douar Tabitat	douar-tabitat	MA		0	Africa/Casablanca	30.30567	-9.43744				09	163		
10375073	Douar Hammau	douar-hammau	MA		0	Africa/Casablanca	30.3682	-9.44772				09	273		
10375074	Ain Sidi Ben Oacem	ain-sidi-ben-oacem	MA		0	Africa/Casablanca	30.36381	-9.407				09	273		
10375075	Douar Tiguemmi-n-ben Chekh	douar-tiguemmi-n-ben-chekh	MA		0	Africa/Casablanca	30.36478	-9.42783				09	273		
10375078	Tiguemmi	tiguemmi	MA		0	Africa/Casablanca	30.36968	-9.37891				09	273		
10375079	Bouzoug	bouzoug	MA		0	Africa/Casablanca	30.36473	-9.38586				09	273		
10375081	Hangar	hangar	MA		0	Africa/Casablanca	30.36314	-9.38829				09	273		
10375083	Mais De La Jeupesse	mais-de-la-jeupesse	MA		0	Africa/Casablanca	30.33989	-9.41461				09	273		
10375087	Touglagal	touglagal	MA		0	Africa/Casablanca	30.27305	-9.39971				09	163		
10375089	Ait Hammou	ait-hammou	MA		0	Africa/Casablanca	30.2603	-9.4049				09	163		
10375090	Ait Du Malya	ait-du-malya	MA		0	Africa/Casablanca	30.26309	-9.39793				09	163		
10375092	Azeddou	azeddou	MA		0	Africa/Casablanca	30.26029	-9.39266				09	163		
10375093	Toumechrhal	toumechrhal	MA		0	Africa/Casablanca	30.26489	-9.37811				09	163		
10375094	Izkritene	izkritene	MA		0	Africa/Casablanca	30.26547	-9.38272				09	163		
10375096	Cercle Ait Melloul	cercle-ait-melloul	MA		0	Africa/Casablanca	30.3329	-9.48837		Cercle Ait Melloul		09	273		
10375097	Douar Laarab	douar-laarab	MA		0	Africa/Casablanca	30.28201	-9.41225				09	163		
10375098	Dar Chekh Mbark	dar-chekh-mbark	MA		0	Africa/Casablanca	30.25701	-9.43199				09	163		
10375099	Douar Ben Cheikh	douar-ben-cheikh	MA		0	Africa/Casablanca	30.36925	-9.43703				09	273		
10375101	Hay Al Amal	hay-al-amal	MA		0	Africa/Casablanca	30.35341	-9.49438				09	273		
10375104	Dar Ben Simane	dar-ben-simane	MA		0	Africa/Casablanca	30.31785	-9.48355				09	273		
10375105	Sabel Leshmayis	sabel-leshmayis	MA		0	Africa/Casablanca	30.28597	-9.47472				09	273		
10375108	Boulaght	boulaght	MA		0	Africa/Casablanca	30.2941	-9.46816				09	273		
10375109	Hay Lmoustaousaf	hay-lmoustaousaf	MA		0	Africa/Casablanca	30.298	-9.47046				09	273		
10375110	Ajacuan	ajacuan	MA		0	Africa/Casablanca	30.30128	-9.46504				09	273		
10375111	Hay Annajma	hay-annajma	MA		0	Africa/Casablanca	30.30494	-9.46845				09	273		
10375112	Mira Ait Meloul	mira-ait-meloul	MA		0	Africa/Casablanca	30.32833	-9.48826				09	273		
10375113	Douar Belhouri	douar-belhouri	MA		0	Africa/Casablanca	30.28868	-9.45036				09	273		
10375114	La Farralle Admine Ait Meloul	la-farralle-admine-ait-meloul	MA		0	Africa/Casablanca	30.33544	-9.47701				09	273		
10375115	Marche Municipal	marche-municipal	MA		0	Africa/Casablanca	30.326	-9.49575				09	273		
10375118	Douar Ait Aod	douar-ait-aod	MA		0	Africa/Casablanca	30.27816	-9.43875				09	163		
10375119	Douar Akheidi	douar-akheidi	MA		0	Africa/Casablanca	30.28896	-9.43982				09	273		
10375120	Zaou Ya Tijarhya	zaou-ya-tijarhya	MA		0	Africa/Casablanca	30.28814	-9.43007				09	163		
10375121	Hay Taqadduum	hay-taqadduum	MA		0	Africa/Casablanca	30.29665	-9.45407				09	273		
10375122	Douar Jaid	douar-jaid	MA		0	Africa/Casablanca	30.29015	-9.44484				09	273		
10375123	Azrou	azrou	MA		0	Africa/Casablanca	30.36266	-9.45396				09	273		
10375124	Dar Cheikh	dar-cheikh	MA		0	Africa/Casablanca	30.36705	-9.44742				09	273		
10375125	Douar Tagout	douar-tagout	MA		0	Africa/Casablanca	30.36323	-9.43759				09	273		
10375127	Rashaz	rashaz	MA		0	Africa/Casablanca	30.36535	-9.41869				09	273		
10375128	Taamirit Labdoua Inane	taamirit-labdoua-inane	MA		0	Africa/Casablanca	30.36945	-9.40545				09	273		
10375129	Ubdoua Temsia	ubdoua-temsia	MA		0	Africa/Casablanca	30.3691	-9.41285				09	273		
10375130	Dero Lhommay	dero-lhommay	MA		0	Africa/Casablanca	30.36705	-9.41643				09	273		
10375134	Tafandt	tafandt	MA		0	Africa/Casablanca	30.36634	-9.42186				09	273		
10375135	Fouq Jerf	fouq-jerf	MA		0	Africa/Casablanca	30.37153	-9.42339				09	273		
10375136	Diouan	diouan	MA		0	Africa/Casablanca	30.36734	-9.38203				09	273		
10375138	Oadar Temsia	oadar-temsia	MA		0	Africa/Casablanca	30.36531	-9.41044				09	273		
10375139	Douar Alicca	douar-alicca	MA		0	Africa/Casablanca	30.36374	-9.41311				09	273		
10375140	Douar Amhaych	douar-amhaych	MA		0	Africa/Casablanca	30.35502	-9.40539				09	273		
10375142	On Learah	on-learah	MA		0	Africa/Casablanca	30.33588	-9.40382				09	273		
10375143	Douar Lukeuil	douar-lukeuil	MA		0	Africa/Casablanca	30.30682	-9.47196				09	273		
10375145	Douar Jraine	douar-jraine	MA		0	Africa/Casablanca	30.29098	-9.46563				09	273		
10375146	Lain Lhahrghl	lain-lhahrghl	MA		0	Africa/Casablanca	30.29473	-9.46108				09	273		
10375148	Douar Lazrad	douar-lazrad	MA		0	Africa/Casablanca	30.30097	-9.4689				09	273		
10375151	Tribaorene	tribaorene	MA		0	Africa/Casablanca	30.33203	-9.49079				09	273		
10375152	Imlalane	imlalane	MA		0	Africa/Casablanca	30.3606	-9.38519				09	273		
10375153	Lalla Thanouit	lalla-thanouit	MA		0	Africa/Casablanca	30.36301	-9.39633				09	273		
10375156	Tighza I	tighza-i	MA		0	Africa/Casablanca	30.37331	-9.48561				09	001		
10375157	Om	om	MA		0	Africa/Casablanca	30.37495	-9.4911				09	001		
10375159	Hay Ait Loadi	hay-ait-loadi	MA		0	Africa/Casablanca	30.37431	-9.49297				09	001		
10375172	Sidi Mhannd Ou Brahim	sidi-mhannd-ou-brahim	MA		0	Africa/Casablanca	30.38635	-9.42624		Sidi Mhand Ou Brahim,Sidi Mhannd Ou Brahim		09	001		
10375173	Dar Boubker	dar-boubker	MA		0	Africa/Casablanca	30.38491	-9.43088				09	001		
10375175	Tanoutfiouine	tanoutfiouine	MA		0	Africa/Casablanca	30.49777	-9.49493				09	001		
10375176	Sidi Mbarek	sidi-mbarek	MA		0	Africa/Casablanca	30.49537	-9.49468				09	001		
10375177	Ighournouaz	ighournouaz	MA		0	Africa/Casablanca	30.49591	-9.48992				09	001		
10375178	Tafratane	tafratane	MA		0	Africa/Casablanca	30.49454	-9.48841				09	001		
10375179	Tanoutann	tanoutann	MA		0	Africa/Casablanca	30.49479	-9.49699				09	001		
10375180	Aglagal	aglagal	MA		0	Africa/Casablanca	30.49061	-9.46948				09	001		
10375181	Ait Ouargane	ait-ouargane	MA		0	Africa/Casablanca	30.48871	-9.46939				09	001		
10375182	Timezguida Ou Goul	timezguida-ou-goul	MA		0	Africa/Casablanca	30.48602	-9.4686				09	001		
10375183	Imi-n-tarhzout	imi-n-tarhzout	MA		0	Africa/Casablanca	30.49012	-9.46442				09	001		
10375184	Tamayine	tamayine	MA		0	Africa/Casablanca	30.48843	-9.46164				09	001		
10375186	Timsal	timsal	MA		0	Africa/Casablanca	30.48514	-9.47982				09	001		
10375187	Taloughacht	taloughacht	MA		0	Africa/Casablanca	30.48196	-9.48379				09	001		
10375188	Ighlane	ighlane	MA		0	Africa/Casablanca	30.47504	-9.46148				09	001		
10375189	Timachiouine	timachiouine	MA		0	Africa/Casablanca	30.46851	-9.48201				09	001		
10375191	Ben Jagra	ben-jagra	MA		0	Africa/Casablanca	30.45661	-9.49252				09	001		
10375193	Ibeh Aiadene	ibeh-aiadene	MA		0	Africa/Casablanca	30.46124	-9.47142				09	001		
10375194	Ait Ouanmaune	ait-ouanmaune	MA		0	Africa/Casablanca	30.46443	-9.47056				09	001		
10375195	Ighlane	ighlane	MA		0	Africa/Casablanca	30.46781	-9.46511				09	001		
10375196	Tighanimine	tighanimine	MA		0	Africa/Casablanca	30.43603	-9.49242				09	001		
10375198	Lamaasser	lamaasser	MA		0	Africa/Casablanca	30.41959	-9.48742		El Maasser,Lamaasser		09	001		
10375199	Sidi Brahim Ou Lahsen	sidi-brahim-ou-lahsen	MA		0	Africa/Casablanca	30.41775	-9.48748				09	001		
10375200	Douar Ouihorri	douar-ouihorri	MA		0	Africa/Casablanca	30.4151	-9.49616				09	001		
10375201	Labssernent	labssernent	MA		0	Africa/Casablanca	30.38229	-9.49792				09	001		
10375202	Hay Laarab	hay-laarab	MA		0	Africa/Casablanca	30.37607	-9.49771				09	001		
10375203	Hay Lhajeb	hay-lhajeb	MA		0	Africa/Casablanca	30.37554	-9.49248				09	001		
10375204	Talat Izem	talat-izem	MA		0	Africa/Casablanca	30.37539	-9.48258				09	001		
10375205	Tighza II	tighza-ii	MA		0	Africa/Casablanca	30.38057	-9.48722				09	001		
10375206	Lagoura	lagoura	MA		0	Africa/Casablanca	30.38092	-9.47428				09	001		
10375207	My Drarga	my-drarga	MA		0	Africa/Casablanca	30.37733	-9.47342				09	001		
10375208	Lanayet Sidi Said	lanayet-sidi-said	MA		0	Africa/Casablanca	30.37716	-9.46589				09	001		
10375209	Iguidar	iguidar	MA		0	Africa/Casablanca	30.3796	-9.46451				09	001		
10375210	Douar Sidi Brahim	douar-sidi-brahim	MA		0	Africa/Casablanca	30.3823	-9.46539				09	001		
10375211	Douar Facra Mbanek	douar-facra-mbanek	MA		0	Africa/Casablanca	30.38227	-9.47052				09	001		
10375212	Fouqueri	fouqueri	MA		0	Africa/Casablanca	30.37514	-9.41651				09	273		
10375213	Douar Laarab	douar-laarab	MA		0	Africa/Casablanca	30.38804	-9.43293				09	001		
10375214	Tagadirt Naabadou	tagadirt-naabadou	MA		0	Africa/Casablanca	30.38455	-9.44737				09	001		
10375219	Taounit	taounit	MA		0	Africa/Casablanca	30.47935	-9.43215				09	001		
10375220	Taghzoul	taghzoul	MA		0	Africa/Casablanca	30.48404	-9.43513				09	001		
10375224	Tanfist	tanfist	MA		0	Africa/Casablanca	30.48981	-9.40038				09	001		
10375228	Tagadirt Oufella	tagadirt-oufella	MA		0	Africa/Casablanca	30.47761	-9.38788				09	001		
10375229	Bou Zamer	bou-zamer	MA		0	Africa/Casablanca	30.47957	-9.39441				09	001		
10375230	Lderbe	lderbe	MA		0	Africa/Casablanca	30.47387	-9.39378				09	001		
10375232	Douar Laareb	douar-laareb	MA		0	Africa/Casablanca	30.4002	-9.38731				09	001		
10375233	Amhaych	amhaych	MA		0	Africa/Casablanca	30.39428	-9.38373				09	001		
10375234	Douar Dowar	douar-dowar	MA		0	Africa/Casablanca	30.39272	-9.38447				09	001		
10375235	Tamaaytizder	tamaaytizder	MA		0	Africa/Casablanca	30.39298	-9.39139				09	001		
10375236	Ocuar Merem	ocuar-merem	MA		0	Africa/Casablanca	30.38567	-9.40533				09	001		
10375238	Zaza	zaza	MA		0	Africa/Casablanca	30.38982	-9.37593				09	001		
10375239	Eona	eona	MA		0	Africa/Casablanca	30.49359	-9.49219				09	001		
10375241	Ait Alla	ait-alla	MA		0	Africa/Casablanca	30.44414	-9.49213				09	001		
10375242	Ata-N-Ait Abbas	ata-n-ait-abbas	MA		0	Africa/Casablanca	30.49127	-9.48555				09	001		
10375243	Amzra	amzra	MA		0	Africa/Casablanca	30.45183	-9.48593				09	001		
10375245	Ikyo	ikyo	MA		0	Africa/Casablanca	30.37838	-9.4733				09	001		
10375256	Ait Haddou	ait-haddou	MA		0	Africa/Casablanca	30.70078	-9.85379				09	001		
10375257	Si Ouahd Lagrag	si-ouahd-lagrag	MA		0	Africa/Casablanca	30.69352	-9.8531				09	001		
10375258	Id Lamine	id-lamine	MA		0	Africa/Casablanca	30.6933	-9.85527				09	001		
10375259	Si Salk Ou Salk	si-salk-ou-salk	MA		0	Africa/Casablanca	30.69639	-9.85445				09	001		
10375266	Ibarryne	ibarryne	MA		0	Africa/Casablanca	30.66973	-9.8644				09	001		
10375267	Talet -n- Tiouga	talet-n-tiouga	MA		0	Africa/Casablanca	30.66324	-9.86021				09	001		
10375270	Asqaylf	asqaylf	MA		0	Africa/Casablanca	30.63668	-9.88568				09	001		
10375278	Ouaouzegdeit	ouaouzegdeit	MA		0	Africa/Casablanca	30.6314	-9.83208				09	001		
10375284	Id Lekas	id-lekas	MA		0	Africa/Casablanca	30.66429	-9.84653				09	001		
10375285	Lalla Meryer Outassine	lalla-meryer-outassine	MA		0	Africa/Casablanca	30.66685	-9.84969				09	001		
10375290	Iberkaten	iberkaten	MA		0	Africa/Casablanca	30.69388	-9.84196				09	001		
10375291	Antenne	antenne	MA		0	Africa/Casablanca	30.70088	-9.84047				09	001		
10375308	Iggui -n- Toughza	iggui-n-toughza	MA		0	Africa/Casablanca	30.70538	-9.83307				09	001		
10375311	Lalla Aicha Oult Mhand	lalla-aicha-oult-mhand	MA		0	Africa/Casablanca	30.69122	-9.82822				09	001		
10375312	Id Ba Aissa	id-ba-aissa	MA		0	Africa/Casablanca	30.68694	-9.82981				09	001		
10375313	Tassila	tassila	MA		0	Africa/Casablanca	30.68048	-9.82683				09	001		
10375314	Id Lhaj Bihi	id-lhaj-bihi	MA		0	Africa/Casablanca	30.65277	-9.8297				09	001		
10375318	Mouknari	mouknari	MA		0	Africa/Casablanca	30.62403	-9.81428				09	001		
10375325	Tigguit	tigguit	MA		0	Africa/Casablanca	30.68696	-9.81911				09	001		
10375331	Idou Hmane	idou-hmane	MA		0	Africa/Casablanca	30.7269	-9.76891				09	001		
10375334	Tagarit	tagarit	MA		0	Africa/Casablanca	30.71098	-9.7843				09	001		
10375336	Ibrassene	ibrassene	MA		0	Africa/Casablanca	30.70356	-9.78514				09	001		
10375343	Imikatene	imikatene	MA		0	Africa/Casablanca	30.66992	-9.78476				09	001		
10375355	Iggui Imoulah	iggui-imoulah	MA		0	Africa/Casablanca	30.64236	-9.74989				09	001		
10375362	Ait Said	ait-said	MA		0	Africa/Casablanca	30.67092	-9.763				09	001		
10375365	Tachikht	tachikht	MA		0	Africa/Casablanca	30.67537	-9.77814				09	001		
10375373	Tagounit	tagounit	MA		0	Africa/Casablanca	30.69657	-9.78116				09	001		
10375374	Bou Ferdou	bou-ferdou	MA		0	Africa/Casablanca	30.69173	-9.78755				09	001		
10375376	Taanou	taanou	MA		0	Africa/Casablanca	30.69589	-9.78369				09	001		
10375377	Tasga	tasga	MA		0	Africa/Casablanca	30.70034	-9.79196				09	001		
10375379	Ait Ouggar	ait-ouggar	MA		0	Africa/Casablanca	30.69975	-9.76121				09	001		
10375383	Barguenna	barguenna	MA		0	Africa/Casablanca	30.72014	-9.75652				09	001		
10375385	Iyourikne	iyourikne	MA		0	Africa/Casablanca	30.73541	-9.76012				09	001		
10375388	Dou Tsila	dou-tsila	MA		0	Africa/Casablanca	30.71648	-9.75277				09	001		
10375389	Letnine	letnine	MA		0	Africa/Casablanca	30.71259	-9.75105				09	001		
10375393	Bouferdou	bouferdou	MA		0	Africa/Casablanca	30.67653	-9.75721				09	001		
10375399	Ouidbirne	ouidbirne	MA		0	Africa/Casablanca	30.67408	-9.74857				09	001		
10375407	Si Lhaj Ou Brahim	si-lhaj-ou-brahim	MA		0	Africa/Casablanca	30.64783	-9.86763				09	001		
10375409	Taddart	taddart	MA		0	Africa/Casablanca	30.65351	-9.81448				09	001		
10375413	Id Baygouisuna	id-baygouisuna	MA		0	Africa/Casablanca	30.74955	-9.79645				09	001		
10375414	Douar Imbarli	douar-imbarli	MA		0	Africa/Casablanca	30.75102	-9.7976				09	001		
10375415	Id Yahya	id-yahya	MA		0	Africa/Casablanca	30.74965	-9.80056				09	001		
10375416	Douar Tamadeli	douar-tamadeli	MA		0	Africa/Casablanca	30.74828	-9.80284				09	001		
10375417	Id Hammou	id-hammou	MA		0	Africa/Casablanca	30.7501	-9.80963				09	001		
10375418	Ta. El Bori	ta-el-bori	MA		0	Africa/Casablanca	30.74809	-9.81124				09	001		
10375422	Dar Bou Rosays	dar-bou-rosays	MA		0	Africa/Casablanca	30.76191	-9.82054				09	001		
10375427	Ighil Ou Douar	ighil-ou-douar	MA		0	Africa/Casablanca	30.76978	-9.80981				09	001		
10375431	Id El Cihachi	id-el-cihachi	MA		0	Africa/Casablanca	30.77586	-9.79838				09	001		
10375432	Id Archi	id-archi	MA		0	Africa/Casablanca	30.77826	-9.7979				09	001		
10375436	Douar Izannana	douar-izannana	MA		0	Africa/Casablanca	30.78007	-9.79475				09	001		
10375437	Douar Tikammou	douar-tikammou	MA		0	Africa/Casablanca	30.78152	-9.7967				09	001		
10375438	Id Ou Hsas	id-ou-hsas	MA		0	Africa/Casablanca	30.77673	-9.79217				09	001		
10375439	Id Amer	id-amer	MA		0	Africa/Casablanca	30.77493	-9.79157				09	001		
10375443	Douar Chasbane	douar-chasbane	MA		0	Africa/Casablanca	30.79265	-9.79616				09	001		
10375447	Douar Assais	douar-assais	MA		0	Africa/Casablanca	30.82778	-9.79315				09	001		
10375448	Douar Tilioua	douar-tilioua	MA		0	Africa/Casablanca	30.83199	-9.79436				09	001		
10375449	Foyer Feminia	foyer-feminia	MA		0	Africa/Casablanca	30.83482	-9.79026				09	001		
10375450	Id El Qadi	id-el-qadi	MA		0	Africa/Casablanca	30.83757	-9.79509				09	001		
10375451	Id Ben Jaa	id-ben-jaa	MA		0	Africa/Casablanca	30.84087	-9.79749				09	001		
10375458	Douar Tighumone	douar-tighumone	MA		0	Africa/Casablanca	30.84297	-9.79241				09	001		
10375466	Douar Taslmout	douar-taslmout	MA		0	Africa/Casablanca	30.86738	-9.76258				09	001		
10375467	Id Laudid	id-laudid	MA		0	Africa/Casablanca	30.86492	-9.76389				09	001		
10375469	Douar Bou Sarinane	douar-bou-sarinane	MA		0	Africa/Casablanca	30.8643	-9.76187				09	001		
10375473	Douar Tamealchi	douar-tamealchi	MA		0	Africa/Casablanca	30.86168	-9.76417				09	001		
10375477	Id Lastam	id-lastam	MA		0	Africa/Casablanca	30.85599	-9.76211				09	001		
10375478	Douar Laartarene	douar-laartarene	MA		0	Africa/Casablanca	30.85837	-9.78451				09	001		
10375479	Douar Aououk	douar-aououk	MA		0	Africa/Casablanca	30.85255	-9.78406				09	001		
10375481	Dar Dufilla	dar-dufilla	MA		0	Africa/Casablanca	30.84956	-9.7837				09	001		
10375482	Douar Bayfri	douar-bayfri	MA		0	Africa/Casablanca	30.8482	-9.78597				09	001		
10375483	Id Lachgar	id-lachgar	MA		0	Africa/Casablanca	30.84652	-9.78602				09	001		
10375484	Douar Bou Sanras	douar-bou-sanras	MA		0	Africa/Casablanca	30.84536	-9.78677				09	001		
10375485	Douar Lamin	douar-lamin	MA		0	Africa/Casablanca	30.84251	-9.78646				09	001		
10375487	Douar Ibaaqsllere	douar-ibaaqsllere	MA		0	Africa/Casablanca	30.85211	-9.76666				09	001		
10375489	Id Ou Bhaned	id-ou-bhaned	MA		0	Africa/Casablanca	30.84997	-9.76593				09	001		
10375491	Douar Izimurie	douar-izimurie	MA		0	Africa/Casablanca	30.84102	-9.74894				09	001		
10375495	Id Dou Lamghras	id-dou-lamghras	MA		0	Africa/Casablanca	30.8358	-9.7764				09	001		
10375496	Id Querlim	id-querlim	MA		0	Africa/Casablanca	30.83679	-9.78376				09	001		
10375497	Id Ben Lefqih	id-ben-lefqih	MA		0	Africa/Casablanca	30.83543	-9.78863				09	001		
10375498	Id Bihi	id-bihi	MA		0	Africa/Casablanca	30.83403	-9.77928				09	001		
10375504	Douar Imbajiano	douar-imbajiano	MA		0	Africa/Casablanca	30.82843	-9.77136				09	001		
10375505	Id El Harrat	id-el-harrat	MA		0	Africa/Casablanca	30.82906	-9.7766				09	001		
10375506	Douar Dimoujedarie	douar-dimoujedarie	MA		0	Africa/Casablanca	30.82749	-9.78005				09	001		
10375516	Id Yahya	id-yahya	MA		0	Africa/Casablanca	30.82615	-9.75258				09	001		
10375518	Id Jaddour	id-jaddour	MA		0	Africa/Casablanca	30.82183	-9.75473				09	001		
10375520	Douar Imzilane	douar-imzilane	MA		0	Africa/Casablanca	30.81791	-9.74812				09	001		
10375522	Douar Ounaret	douar-ounaret	MA		0	Africa/Casablanca	30.81653	-9.75267				09	001		
10375527	Douar Bhaouatrane	douar-bhaouatrane	MA		0	Africa/Casablanca	30.80354	-9.75692				09	001		
10375529	Douar Taourirt	douar-taourirt	MA		0	Africa/Casablanca	30.80011	-9.75604				09	001		
10375531	Id Echadi	id-echadi	MA		0	Africa/Casablanca	30.80623	-9.76651				09	001		
10375533	Id El Mahih	id-el-mahih	MA		0	Africa/Casablanca	30.8018	-9.76711				09	001		
10375534	Douar Igarganna	douar-igarganna	MA		0	Africa/Casablanca	30.81133	-9.77539				09	001		
10375535	Douar Sidi Assia	douar-sidi-assia	MA		0	Africa/Casablanca	30.79821	-9.77876				09	001		
10375539	Id Ouakaim	id-ouakaim	MA		0	Africa/Casablanca	30.79162	-9.78213				09	001		
10375542	Id Abdellah	id-abdellah	MA		0	Africa/Casablanca	30.78763	-9.77906				09	001		
10375543	Id Addi	id-addi	MA		0	Africa/Casablanca	30.7856	-9.78282				09	001		
10375548	Douar Ishalstlane	douar-ishalstlane	MA		0	Africa/Casablanca	30.78313	-9.78003				09	001		
10375550	Douar Iragragume	douar-iragragume	MA		0	Africa/Casablanca	30.7814	-9.77881				09	001		
10375552	Id Ben Addi	id-ben-addi	MA		0	Africa/Casablanca	30.77996	-9.78419				09	001		
10375553	Id Mansour	id-mansour	MA		0	Africa/Casablanca	30.80289	-9.76226				09	001		
10375554	Id Mansour	id-mansour	MA		0	Africa/Casablanca	30.77605	-9.7814				09	001		
10375555	Douar Iniahane	douar-iniahane	MA		0	Africa/Casablanca	30.77327	-9.77748				09	001		
10375556	Id Fars	id-fars	MA		0	Africa/Casablanca	30.76814	-9.78466				09	001		
10375557	Douar Imas	douar-imas	MA		0	Africa/Casablanca	30.77273	-9.78529				09	001		
10375563	Douar Aqarqour	douar-aqarqour	MA		0	Africa/Casablanca	30.7545	-9.75228				09	001		
10375566	Id Yahya	id-yahya	MA		0	Africa/Casablanca	30.75575	-9.77106				09	001		
10375567	Id Hammoheh	id-hammoheh	MA		0	Africa/Casablanca	30.75464	-9.77439				09	001		
10375568	Douar Amasara	douar-amasara	MA		0	Africa/Casablanca	30.75562	-9.7767				09	001		
10375574	Douar Haydiys	douar-haydiys	MA		0	Africa/Casablanca	30.76195	-9.78475				09	001		
10375580	Id Ouaisedn	id-ouaisedn	MA		0	Africa/Casablanca	30.83652	-9.7885				09	001		
10375593	Id Mansour	id-mansour	MA		0	Africa/Casablanca	30.84711	-9.76404				09	001		
10375594	Ait Yassira	ait-yassira	MA		0	Africa/Casablanca	30.84007	-9.75361				09	001		
10375596	Zaouiat Sidi Mohammed Ouchine	zaouiat-sidi-mohammed-ouchine	MA		0	Africa/Casablanca	30.83444	-9.78616				09	001		
10375606	Douar Id Ben Lahshir	douar-id-ben-lahshir	MA		0	Africa/Casablanca	30.79642	-9.79805				09	001		
10375608	Douar Tamouchecht	douar-tamouchecht	MA		0	Africa/Casablanca	30.82365	-9.77671				09	001		
10375609	Id Ali	id-ali	MA		0	Africa/Casablanca	30.79013	-9.78072				09	001		
10427436	Douar Oulad Mahjoub	douar-oulad-mahjoub	MA		0	Africa/Casablanca	31.85653	-7.61126				07	427		
10427437	Douar Oulad El Haj Lfatni	douar-oulad-el-haj-lfatni	MA		0	Africa/Casablanca	31.83903	-7.59209				07	427		
10427438	Douar Lemhafid	douar-lemhafid	MA		0	Africa/Casablanca	31.83588	-7.60409				07	427		
10427439	Douar Lachgora	douar-lachgora	MA		0	Africa/Casablanca	31.83672	-7.59046				07	427		
10427441	Douar Lahfaya	douar-lahfaya	MA		0	Africa/Casablanca	31.82706	-7.60119				07	427		
10427445	Douar Oulad El Haj Salah	douar-oulad-el-haj-salah	MA		0	Africa/Casablanca	31.82957	-7.61119				07	427		
10427447	Ait Salam	ait-salam	MA		0	Africa/Casablanca	31.78278	-7.58613				07	427		
10427449	Douar Leqouasma	douar-leqouasma	MA		0	Africa/Casablanca	31.75263	-7.58538				07	427		
10427454	Oulad Jaber	oulad-jaber	MA		0	Africa/Casablanca	31.76078	-7.55757				07	191		
10427455	Douar Oulad Amer	douar-oulad-amer	MA		0	Africa/Casablanca	31.76792	-7.54817				07	191		
10427456	Douar Echams	douar-echams	MA		0	Africa/Casablanca	31.80258	-7.54319				07	191		
10427457	Douar Enni	douar-enni	MA		0	Africa/Casablanca	31.8024	-7.57703				07	427		
10427462	Douar Lawawcha	douar-lawawcha	MA		0	Africa/Casablanca	31.8483	-7.5741				07	427		
10427475	Douar El Ayachi Bou Balgha	douar-el-ayachi-bou-balgha	MA		0	Africa/Casablanca	31.86839	-7.54082				07	191		
10427476	Moulay Jilali	moulay-jilali	MA		0	Africa/Casablanca	31.85353	-7.51788				07	191		
10427477	Douar Gourram	douar-gourram	MA		0	Africa/Casablanca	31.84121	-7.50394				07	191		
10427478	Douar Tasbina	douar-tasbina	MA		0	Africa/Casablanca	31.83295	-7.50091				07	191		
10427479	Douar Chaoui	douar-chaoui	MA		0	Africa/Casablanca	31.8131	-7.50195				07	191		
10427481	Douar Qibal	douar-qibal	MA		0	Africa/Casablanca	31.82158	-7.53673				07	191		
10427483	Douar Toumi	douar-toumi	MA		0	Africa/Casablanca	31.80453	-7.52748				07	191		
10427484	Douar Sidi Ali	douar-sidi-ali	MA		0	Africa/Casablanca	31.80055	-7.53388				07	191		
10427485	Douar Toufga	douar-toufga	MA		0	Africa/Casablanca	31.80148	-7.5256				07	191		
10427487	Drae Cheikh Omar	drae-cheikh-omar	MA		0	Africa/Casablanca	31.7812	-7.50988				07	191		
10427489	Drae Hamitou	drae-hamitou	MA		0	Africa/Casablanca	31.76681	-7.51052				07	191		
10427491	Douar Oulad Fattam	douar-oulad-fattam	MA		0	Africa/Casablanca	31.7647	-7.53588				07	191		
10427496	Coopérative Lkhlasa	cooperative-lkhlasa	MA		0	Africa/Casablanca	31.84522	-7.50765		Cooperative Lkhlasa,Coopérative Lkhlasa		07	191		
10427497	Oulad Aissa	oulad-aissa	MA		0	Africa/Casablanca	31.75131	-7.59008				07	427		
10427499	Hay El Alim	hay-el-alim	MA		0	Africa/Casablanca	31.81023	-7.51482				07	191		
10427500	Douar Oulad Souileh	douar-oulad-souileh	MA		0	Africa/Casablanca	31.82304	-8.7007				07	585		
10427501	Douar Oulad Moussa	douar-oulad-moussa	MA		0	Africa/Casablanca	31.81252	-8.70558				07	585		
10427502	Douar Oulad Bou Ali	douar-oulad-bou-ali	MA		0	Africa/Casablanca	31.79419	-8.6419				07	585		
10427503	Douar Oulad Echaoui	douar-oulad-echaoui	MA		0	Africa/Casablanca	31.80188	-8.6373				07	585		
10427506	Douar El Koudia	douar-el-koudia	MA		0	Africa/Casablanca	31.84446	-8.66891				07	585		
10427508	Douar Oulad Tahar	douar-oulad-tahar	MA		0	Africa/Casablanca	31.84208	-8.72168				07	585		
10427513	Douar Laarab	douar-laarab	MA		0	Africa/Casablanca	31.75899	-8.70534				07	585		
10427514	Douar El Ghaba	douar-el-ghaba	MA		0	Africa/Casablanca	31.83768	-8.65173				07	585		
10427515	Douar Lgaada	douar-lgaada	MA		0	Africa/Casablanca	31.86975	-8.7347				07	585		
10427521	Douar Thatha	douar-thatha	MA		0	Africa/Casablanca	31.86814	-8.65578				07	585		
10427528	Douar Lagtif	douar-lagtif	MA		0	Africa/Casablanca	31.82551	-8.68343				07	585		
10427537	Douar Abbas Ben Amara	douar-abbas-ben-amara	MA		0	Africa/Casablanca	31.79822	-8.62667				07	585		
10427580	Oulad Sidi Moussa	oulad-sidi-moussa	MA		0	Africa/Casablanca	31.96341	-8.84635				07	585		
10427581	Dar Boudraa Kaddoue	dar-boudraa-kaddoue	MA		0	Africa/Casablanca	31.8815	-8.82941				07	585		
10427585	Nouassar	nouassar	MA		0	Africa/Casablanca	31.9845	-8.8239				07	585		
10427587	Dar Driss Sahihi	dar-driss-sahihi	MA		0	Africa/Casablanca	31.91285	-8.7749				07	585		
10427588	Dar Massaoud Ben Amer	dar-massaoud-ben-amer	MA		0	Africa/Casablanca	31.87766	-8.77116				07	585		
10427589	Leftaynat	leftaynat	MA		0	Africa/Casablanca	31.99504	-8.86776				07	431		
10427591	Dyar	dyar	MA		0	Africa/Casablanca	31.99921	-8.84387				07	431		
10427595	Oulad Si Doukkali	oulad-si-doukkali	MA		0	Africa/Casablanca	31.9809	-8.79464				07	585		
10427598	Lekhchab	lekhchab	MA		0	Africa/Casablanca	31.9827	-8.77731				07	585		
10427599	Laajalat	laajalat	MA		0	Africa/Casablanca	31.98249	-8.77907				07	585		
10427603	Dar Chiloui	dar-chiloui	MA		0	Africa/Casablanca	31.94725	-8.80804				07	585		
10427611	Lhourech	lhourech	MA		0	Africa/Casablanca	31.96787	-8.75152				07	585		
10427616	Oulad Kabbour	oulad-kabbour	MA		0	Africa/Casablanca	31.94126	-8.77594				07	585		
10427618	Khabizal	khabizal	MA		0	Africa/Casablanca	31.97802	-8.86366				07	431		
10427625	Lassesla	lassesla	MA		0	Africa/Casablanca	31.9682	-8.83632				07	585		
10427628	Tlita	tlita	MA		0	Africa/Casablanca	31.96185	-8.84142				07	585		
10427637	Douar Lakbir	douar-lakbir	MA		0	Africa/Casablanca	31.98283	-8.82307				07	585		
10427640	Dar Ouiad Si Abdessaham Fachi	dar-ouiad-si-abdessaham-fachi	MA		0	Africa/Casablanca	31.98995	-8.81221				07	585		
10427645	Lhajra Lboda	lhajra-lboda	MA		0	Africa/Casablanca	31.96658	-8.81594				07	585		
10427646	Lahijat	lahijat	MA		0	Africa/Casablanca	31.9581	-8.81529				07	585		
10427647	Oulad Ben Kaddour	oulad-ben-kaddour	MA		0	Africa/Casablanca	31.95645	-8.82647				07	585		
10427649	Rbaat Lachhab	rbaat-lachhab	MA		0	Africa/Casablanca	31.94856	-8.82579				07	585		
10427652	Labeij Jbil	labeij-jbil	MA		0	Africa/Casablanca	31.94581	-8.86791				07	585		
10427656	Dar Said Ben El Bachir	dar-said-ben-el-bachir	MA		0	Africa/Casablanca	31.92939	-8.83539				07	585		
10427657	Bobihai	bobihai	MA		0	Africa/Casablanca	31.92537	-8.84884				07	585		
10427658	Jouidat	jouidat	MA		0	Africa/Casablanca	31.92826	-8.86317				07	585		
10427659	Lebrij Louaba	lebrij-louaba	MA		0	Africa/Casablanca	31.92629	-8.86514				07	585		
10427660	Lehouaoussa	lehouaoussa	MA		0	Africa/Casablanca	31.92125	-8.84031				07	585		
10427665	Dar Hasna El Hah	dar-hasna-el-hah	MA		0	Africa/Casablanca	31.92006	-8.87063				07	585		
10427666	Dalha	dalha	MA		0	Africa/Casablanca	31.91029	-8.85731				07	585		
10427673	Oulad Omar	oulad-omar	MA		0	Africa/Casablanca	31.89252	-8.85589				07	585		
10427674	Drae Bou Rgayba	drae-bou-rgayba	MA		0	Africa/Casablanca	31.89639	-8.85933				07	585		
10427675	Dar Bouchia	dar-bouchia	MA		0	Africa/Casablanca	31.88681	-8.86131				07	585		
10427676	Mbarek Ben Ahmed	mbarek-ben-ahmed	MA		0	Africa/Casablanca	31.88497	-8.8582				07	585		
10427683	Dar Ahmed Ben Khoulra	dar-ahmed-ben-khoulra	MA		0	Africa/Casablanca	31.87519	-8.83929				07	585		
10427686	Douar Jdid	douar-jdid	MA		0	Africa/Casablanca	31.87558	-8.85448				07	585		
10427689	Zouinat	zouinat	MA		0	Africa/Casablanca	31.88258	-8.80706				07	585		
10427694	Oulad Mansour	oulad-mansour	MA		0	Africa/Casablanca	31.89875	-8.80329				07	585		
10427701	Oulad Kaddour	oulad-kaddour	MA		0	Africa/Casablanca	31.90794	-8.81393				07	585		
10427705	Lbarat	lbarat	MA		0	Africa/Casablanca	31.91372	-8.79259				07	585		
10427706	Mbarek Ben Hadih	mbarek-ben-hadih	MA		0	Africa/Casablanca	31.91583	-8.82525				07	585		
10427710	Rbaat Hammou	rbaat-hammou	MA		0	Africa/Casablanca	31.92282	-8.82124				07	585		
10427723	Sbabha	sbabha	MA		0	Africa/Casablanca	31.88716	-8.78038				07	585		
10427727	Oulad Salem	oulad-salem	MA		0	Africa/Casablanca	31.89308	-8.8214				07	585		
10427748	Dar Radiya Ben Mohamed	dar-radiya-ben-mohamed	MA		0	Africa/Casablanca	31.92733	-8.77486				07	585		
10427765	Dar Si Taybi	dar-si-taybi	MA		0	Africa/Casablanca	31.89558	-8.76111				07	585		
10427767	Oulad Abbas	oulad-abbas	MA		0	Africa/Casablanca	31.89044	-8.76264				07	585		
10427768	Rouida	rouida	MA		0	Africa/Casablanca	31.89274	-8.75978				07	585		
10427771	Oulad Ben Habouch	oulad-ben-habouch	MA		0	Africa/Casablanca	31.87539	-8.75719				07	585		
10427772	Lkalaoucha	lkalaoucha	MA		0	Africa/Casablanca	31.88798	-8.82314				07	585		
10427784	Douar Iekebirene	douar-iekebirene	MA		0	Africa/Casablanca	31.01123	-9.75286				07	211		
10427785	Id Arrou	id-arrou	MA		0	Africa/Casablanca	31.012	-9.75121				07	211		
10427787	Id Bouigoliat	id-bouigoliat	MA		0	Africa/Casablanca	31.0134	-9.7543				07	211		
10427790	Id El Earouh	id-el-earouh	MA		0	Africa/Casablanca	31.02766	-9.7517				07	211		
10427791	Id Ou Bihi	id-ou-bihi	MA		0	Africa/Casablanca	31.03377	-9.75091				07	211		
10427796	Id Muhamed Ou Abd Allah	id-muhamed-ou-abd-allah	MA		0	Africa/Casablanca	31.07484	-9.75561				07	211		
10427798	Id Chofrane	id-chofrane	MA		0	Africa/Casablanca	31.077	-9.75297				07	211		
10427799	Id Mhamed	id-mhamed	MA		0	Africa/Casablanca	31.07732	-9.75649				07	211		
10427800	Id Si Abd Allah	id-si-abd-allah	MA		0	Africa/Casablanca	31.07903	-9.75565				07	211		
10427802	Douar Zaouit	douar-zaouit	MA		0	Africa/Casablanca	31.08156	-9.76282				07	211		
10427803	Mouhin	mouhin	MA		0	Africa/Casablanca	31.08248	-9.76097				07	211		
10427804	Id Mougella	id-mougella	MA		0	Africa/Casablanca	31.08445	-9.75906				07	211		
10427807	Id Amadagh	id-amadagh	MA		0	Africa/Casablanca	31.11083	-9.7523				07	211		
10427808	Id Ali Ou Balla	id-ali-ou-balla	MA		0	Africa/Casablanca	31.11514	-9.75355				07	211		
10427809	Douar Ikssouznene	douar-ikssouznene	MA		0	Africa/Casablanca	31.1172	-9.76254				07	211		
10427811	Gewd Rayale	gewd-rayale	MA		0	Africa/Casablanca	31.09768	-9.8225				07	211		
10427813	Id Banna	id-banna	MA		0	Africa/Casablanca	31.11958	-9.82872				07	211		
10427814	Id Bilach	id-bilach	MA		0	Africa/Casablanca	31.12051	-9.82314				07	211		
10427817	Douar Tssila	douar-tssila	MA		0	Africa/Casablanca	31.11768	-9.8257				07	211		
10427819	Id Ou Truane	id-ou-truane	MA		0	Africa/Casablanca	31.11401	-9.81977				07	211		
10427820	Douar Timaouch	douar-timaouch	MA		0	Africa/Casablanca	31.11362	-9.82379				07	211		
10427822	Id Bou Abbou	id-bou-abbou	MA		0	Africa/Casablanca	31.11217	-9.8257				07	211		
10427823	Douar El Mares	douar-el-mares	MA		0	Africa/Casablanca	31.11079	-9.82533				07	211		
10427825	Douar Iggui Ouassous	douar-iggui-ouassous	MA		0	Africa/Casablanca	31.10894	-9.81967				07	211		
10427826	Id El Mahdi	id-el-mahdi	MA		0	Africa/Casablanca	31.1072	-9.82279				07	211		
10427832	Douar Zaourt	douar-zaourt	MA		0	Africa/Casablanca	31.09457	-9.80941				07	211		
10427833	Tafadna	tafadna	MA		0	Africa/Casablanca	31.09534	-9.82066				07	211		
10427837	Douar Dou Madel	douar-dou-madel	MA		0	Africa/Casablanca	31.0773	-9.80583				07	211		
10427841	Douar Iklanchary	douar-iklanchary	MA		0	Africa/Casablanca	31.06262	-9.81068				07	211		
10427848	Douar Illsagam	douar-illsagam	MA		0	Africa/Casablanca	31.04261	-9.79805				07	211		
10427849	Douar Tagdalet	douar-tagdalet	MA		0	Africa/Casablanca	31.0424	-9.7934				07	211		
10427850	Douar Ignzouane	douar-ignzouane	MA		0	Africa/Casablanca	31.03902	-9.79271				07	211		
10427852	Douar Ikunnousine	douar-ikunnousine	MA		0	Africa/Casablanca	31.03979	-9.80181				07	211		
10427853	Dar Lqrah	dar-lqrah	MA		0	Africa/Casablanca	31.03783	-9.80346				07	211		
10427855	Douar Akazaou	douar-akazaou	MA		0	Africa/Casablanca	31.03189	-9.79273				07	211		
10427856	Id Baliz	id-baliz	MA		0	Africa/Casablanca	31.03029	-9.7952				07	211		
10427857	Douar Izaroualene	douar-izaroualene	MA		0	Africa/Casablanca	31.02869	-9.7955				07	211		
10427858	Id Hamid	id-hamid	MA		0	Africa/Casablanca	31.02963	-9.79033				07	211		
10427860	Id Sidi Ou Balla	id-sidi-ou-balla	MA		0	Africa/Casablanca	31.02637	-9.79329				07	211		
10427861	Trajdalene	trajdalene	MA		0	Africa/Casablanca	31.02204	-9.79339				07	211		
10427862	Douar Imagad	douar-imagad	MA		0	Africa/Casablanca	31.01869	-9.80099				07	211		
10427863	Douar El Mahez	douar-el-mahez	MA		0	Africa/Casablanca	31.02002	-9.80419				07	211		
10427864	Id Mohamed Ou Omar	id-mohamed-ou-omar	MA		0	Africa/Casablanca	31.01619	-9.80322				07	211		
10427866	Coopérative D Argame	cooperative-d-argame	MA		0	Africa/Casablanca	31.0033	-9.79758				07	211		
10427868	Douar Tabaryat	douar-tabaryat	MA		0	Africa/Casablanca	31.00138	-9.79728				07	211		
10427872	Douar Amagdur	douar-amagdur	MA		0	Africa/Casablanca	31.04562	-9.78594				07	211		
10427874	Id Moulid	id-moulid	MA		0	Africa/Casablanca	31.0608	-9.80489				07	211		
10427875	Id Ereags	id-ereags	MA		0	Africa/Casablanca	31.06106	-9.8068				07	211		
10427876	Id Chunayriou	id-chunayriou	MA		0	Africa/Casablanca	31.06236	-9.80577				07	211		
10427877	Air Hauds	air-hauds	MA		0	Africa/Casablanca	31.06378	-9.80278				07	211		
10427878	Id Ouchbarsak	id-ouchbarsak	MA		0	Africa/Casablanca	31.06405	-9.80478				07	211		
10427879	Douar Tagrit	douar-tagrit	MA		0	Africa/Casablanca	31.06014	-9.81214				07	211		
10427884	Douar Taghiga	douar-taghiga	MA		0	Africa/Casablanca	31.08822	-9.80579				07	211		
10427888	Id Ouiddiz	id-ouiddiz	MA		0	Africa/Casablanca	31.11187	-9.79359				07	211		
10427890	Id Ali Ou Haila	id-ali-ou-haila	MA		0	Africa/Casablanca	31.11598	-9.80035				07	211		
10427892	Coopérative D Argane	cooperative-d-argane	MA		0	Africa/Casablanca	31.12231	-9.80729				07	211		
10427898	Douar Auaddouz	douar-auaddouz	MA		0	Africa/Casablanca	31.1134	-9.76915				07	211		
10427900	Dar Ou Assar	dar-ou-assar	MA		0	Africa/Casablanca	31.1131	-9.7831				07	211		
10427901	Tassila Ou Marir	tassila-ou-marir	MA		0	Africa/Casablanca	31.09898	-9.77868				07	211		
10427903	Id Ou Hammou	id-ou-hammou	MA		0	Africa/Casablanca	31.08694	-9.76234				07	211		
10427906	Douar Ahouir	douar-ahouir	MA		0	Africa/Casablanca	31.06859	-9.76685				07	211		
10427907	Id Bassia	id-bassia	MA		0	Africa/Casablanca	31.07324	-9.75934				07	211		
10427911	Id Hou Da	id-hou-da	MA		0	Africa/Casablanca	31.00538	-9.75009				07	211		
10427912	Id Ou Tghenda	id-ou-tghenda	MA		0	Africa/Casablanca	31.00963	-9.75233				07	211		
10427913	Id Imajjet	id-imajjet	MA		0	Africa/Casablanca	31.08671	-9.81031				07	211		
10427915	Id El Moslua	id-el-moslua	MA		0	Africa/Casablanca	31.01579	-9.75145				07	211		
10427918	Id Jaa	id-jaa	MA		0	Africa/Casablanca	31.11147	-9.7817				07	211		
10427919	Id Ou-laala	id-ou-laala	MA		0	Africa/Casablanca	31.11846	-9.75861				07	211		
10427922	Douar Talmanounet	douar-talmanounet	MA		0	Africa/Casablanca	31.12088	-9.59404				07	211		
10427930	Id Ali Ou Mansour	id-ali-ou-mansour	MA		0	Africa/Casablanca	31.07779	-9.58379				07	211		
10427931	Sizi Azza Ou Yahia	sizi-azza-ou-yahia	MA		0	Africa/Casablanca	31.09042	-9.58413				07	211		
10427932	Abderrrahmane Douar Zaouiat Sidi	abderrrahmane-douar-zaouiat-sidi	MA		0	Africa/Casablanca	31.07339	-9.62053				07	211		
10427933	Douar Maglat	douar-maglat	MA		0	Africa/Casablanca	31.07883	-9.62294				07	211		
10427937	Dar Abakhar	dar-abakhar	MA		0	Africa/Casablanca	31.06216	-9.61612				07	211		
10427944	Id Bouzyn	id-bouzyn	MA		0	Africa/Casablanca	31.04047	-9.58397				07	211		
10427945	Moulia	moulia	MA		0	Africa/Casablanca	31.03286	-9.58503				07	211		
10427946	Sidi Mohamed Ou Laheen	sidi-mohamed-ou-laheen	MA		0	Africa/Casablanca	31.02881	-9.58639				07	211		
10427947	Ait Said	ait-said	MA		0	Africa/Casablanca	31.02786	-9.58727				07	211		
10427954	Douar Imoughi	douar-imoughi	MA		0	Africa/Casablanca	30.99978	-9.61176				07	211		
10427957	Douar Bou Tagoulet	douar-bou-tagoulet	MA		0	Africa/Casablanca	31.00762	-9.55336				07	211		
10427958	Douar Baydya	douar-baydya	MA		0	Africa/Casablanca	31.00893	-9.57668				07	211		
10427959	Id El Arbi	id-el-arbi	MA		0	Africa/Casablanca	31.01433	-9.54486				07	211		
10427960	Timarguida Ou Amsa	timarguida-ou-amsa	MA		0	Africa/Casablanca	31.02384	-9.54397				07	211		
10427961	Id Ichou	id-ichou	MA		0	Africa/Casablanca	31.02576	-9.54435				07	211		
10427962	Douar Tahakha	douar-tahakha	MA		0	Africa/Casablanca	31.02646	-9.54062				07	211		
10427963	Tiguimun Ait Ali	tiguimun-ait-ali	MA		0	Africa/Casablanca	31.02378	-9.55349				07	211		
10427964	Id Ben Eddir	id-ben-eddir	MA		0	Africa/Casablanca	31.01755	-9.56851				07	211		
10427965	Id Ihouline	id-ihouline	MA		0	Africa/Casablanca	31.01782	-9.57217				07	211		
10427966	Id Arnoug	id-arnoug	MA		0	Africa/Casablanca	31.02404	-9.5705				07	211		
10427967	Id Mohamed Ou Ei Haj	id-mohamed-ou-ei-haj	MA		0	Africa/Casablanca	31.02881	-9.56238				07	211		
10427969	Douar Bou Tugga	douar-bou-tugga	MA		0	Africa/Casablanca	31.03209	-9.55183				07	211		
10427970	Douar Imacharek	douar-imacharek	MA		0	Africa/Casablanca	31.03397	-9.56522				07	211		
10427971	Ait Tigi	ait-tigi	MA		0	Africa/Casablanca	31.03831	-9.5523				07	211		
10427981	Tiguimiui Hmad Ali	tiguimiui-hmad-ali	MA		0	Africa/Casablanca	31.07544	-9.54462				07	211		
10427983	Id Lahosene Ali	id-lahosene-ali	MA		0	Africa/Casablanca	31.0778	-9.54345				07	211		
10427986	Moulin	moulin	MA		0	Africa/Casablanca	31.06536	-9.57096				07	211		
10427987	Id Lachgar	id-lachgar	MA		0	Africa/Casablanca	31.06453	-9.5761				07	211		
10427989	Id Ou Said	id-ou-said	MA		0	Africa/Casablanca	31.07062	-9.57494				07	211		
10427990	Id Ou Hla	id-ou-hla	MA		0	Africa/Casablanca	31.07315	-9.57082				07	211		
10427991	Id Gaddar	id-gaddar	MA		0	Africa/Casablanca	31.07755	-9.57853				07	211		
10427994	Id Si Ali	id-si-ali	MA		0	Africa/Casablanca	31.0804	-9.57791				07	211		
10427995	Id El Aouad	id-el-aouad	MA		0	Africa/Casablanca	31.08622	-9.5781				07	211		
10427999	Douar Tassila Ou Khyam	douar-tassila-ou-khyam	MA		0	Africa/Casablanca	31.10707	-9.57549				07	211		
10428002	Douar Tifeghlal	douar-tifeghlal	MA		0	Africa/Casablanca	31.12129	-9.57906				07	211		
10428003	Tiginimi n-Saleh	tiginimi-n-saleh	MA		0	Africa/Casablanca	31.12225	-9.50423				07	211		
10428004	Douar Oulmoune	douar-oulmoune	MA		0	Africa/Casablanca	31.12069	-9.49955				07	211		
10428005	Sidi Bou Rja	sidi-bou-rja	MA		0	Africa/Casablanca	31.12027	-9.50963				07	211		
10428006	Id Jim	id-jim	MA		0	Africa/Casablanca	31.12065	-9.51651				07	211		
10428014	Douar Ou Nacer	douar-ou-nacer	MA		0	Africa/Casablanca	31.08866	-9.50646				07	211		
10428019	Id El Caid	id-el-caid	MA		0	Africa/Casablanca	31.08276	-9.51647				07	211		
10428020	Id Moulay	id-moulay	MA		0	Africa/Casablanca	31.0859	-9.53489				07	211		
10428021	Ait Ou Daoud	ait-ou-daoud	MA		0	Africa/Casablanca	31.08264	-9.53831				07	211		
10428022	Id Ali	id-ali	MA		0	Africa/Casablanca	31.07874	-9.52128				07	211		
10428023	Iggui Ou Douar	iggui-ou-douar	MA		0	Africa/Casablanca	31.07486	-9.53613				07	211		
10428024	Id El Haj	id-el-haj	MA		0	Africa/Casablanca	31.07024	-9.53196				07	211		
10428025	Iggui Herkhes	iggui-herkhes	MA		0	Africa/Casablanca	31.0707	-9.52714				07	211		
10428028	Tlet Erridi	tlet-erridi	MA		0	Africa/Casablanca	31.05486	-9.53641				07	211		
10428037	Id Moussa	id-moussa	MA		0	Africa/Casablanca	31.0084	-9.52996				07	211		
10428042	Ait Said	ait-said	MA		0	Africa/Casablanca	31.06387	-9.50345				07	211		
10428043	Id Lachgar	id-lachgar	MA		0	Africa/Casablanca	31.08757	-9.58135				07	211		
10428044	Douar Imouchalera	douar-imouchalera	MA		0	Africa/Casablanca	31.03081	-9.55494				07	211		
10428045	Douar Imagalistine	douar-imagalistine	MA		0	Africa/Casablanca	31.02045	-9.54489				07	211		
10428047	Douar Barkasu	douar-barkasu	MA		0	Africa/Casablanca	31.06561	-9.5398				07	211		
10428048	Anexe Cammune	anexe-cammune	MA		0	Africa/Casablanca	31.05549	-9.53575				07	211		
10428052	Douar Bou Aouda	douar-bou-aouda	MA		0	Africa/Casablanca	31.67307	-7.85719				07	351		
10428066	Douar Lhassane	douar-lhassane	MA		0	Africa/Casablanca	31.67066	-7.84685				07	351		
10428067	Douar Oulad Jallal	douar-oulad-jallal	MA		0	Africa/Casablanca	31.66666	-7.85409				07	351		
10428068	Douar Chouaker	douar-chouaker	MA		0	Africa/Casablanca	31.64979	-7.84359				07	351		
10428069	Oulad Hassoune	oulad-hassoune	MA		0	Africa/Casablanca	31.64753	-7.8467				07	351		
10428070	Douar Bou Siyyala	douar-bou-siyyala	MA		0	Africa/Casablanca	31.63775	-7.85558				07	351		
10428071	Douar Raqouane	douar-raqouane	MA		0	Africa/Casablanca	31.62727	-7.85843				07	351		
10428072	Douar Oulad Bouzid	douar-oulad-bouzid	MA		0	Africa/Casablanca	31.63413	-7.82606				07	351		
10428073	Douar Bal Ghandour	douar-bal-ghandour	MA		0	Africa/Casablanca	31.63709	-7.82707				07	351		
10428075	Douar Bou Kaloua	douar-bou-kaloua	MA		0	Africa/Casablanca	31.65551	-7.82243				07	351		
10428076	Douar Shah	douar-shah	MA		0	Africa/Casablanca	31.67275	-7.82288				07	351		
10428077	Sidi Ali Ben Hammou	sidi-ali-ben-hammou	MA		0	Africa/Casablanca	31.68084	-7.81451				07	351		
10428079	Douar Lemhazil	douar-lemhazil	MA		0	Africa/Casablanca	31.71545	-7.75947				07	427		
10428080	Douar Oulad Abbou Drae	douar-oulad-abbou-drae	MA		0	Africa/Casablanca	31.68904	-7.75559				07	427		
10428082	Douar Dar El Hamra	douar-dar-el-hamra	MA		0	Africa/Casablanca	31.67357	-7.77484				07	351		
10428083	Douar Ba Hsina	douar-ba-hsina	MA		0	Africa/Casablanca	31.67371	-7.78622				07	351		
10428084	Douar Darqaoua	douar-darqaoua	MA		0	Africa/Casablanca	31.64973	-7.7815				07	351		
10428085	Douar An Chlayba	douar-an-chlayba	MA		0	Africa/Casablanca	31.63728	-7.77376				07	351		
10428086	Douar Laghmisiala	douar-laghmisiala	MA		0	Africa/Casablanca	31.64332	-7.77845				07	351		
10428087	Douar Shoura	douar-shoura	MA		0	Africa/Casablanca	31.68048	-7.82668				07	351		
10428088	Douar Mgnourel	douar-mgnourel	MA		0	Africa/Casablanca	31.65656	-7.78739				07	351		
10428089	Douar Ait Jabor	douar-ait-jabor	MA		0	Africa/Casablanca	31.6452	-7.78372				07	351		
10428090	Douar Ait Zniguiya	douar-ait-zniguiya	MA		0	Africa/Casablanca	31.65005	-7.78932				07	351		
10428095	Douar Sidi Lafqih	douar-sidi-lafqih	MA		0	Africa/Casablanca	31.73495	-7.84391				07	427		
10428102	Douar Foum Guelmin	douar-foum-guelmin	MA		0	Africa/Casablanca	31.70965	-7.83153				07	427		
10428107	Sidi Hssayan	sidi-hssayan	MA		0	Africa/Casablanca	31.68908	-7.84623				07	351		
10428108	Douar Faicuakiya	douar-faicuakiya	MA		0	Africa/Casablanca	31.68542	-7.83664				07	351		
10428109	Douar Ihid	douar-ihid	MA		0	Africa/Casablanca	31.68921	-7.83816				07	351		
10428111	Sidi Ahmed Regragui	sidi-ahmed-regragui	MA		0	Africa/Casablanca	31.68137	-7.84579				07	351		
10428112	Sidi Bou Lafdayale	sidi-bou-lafdayale	MA		0	Africa/Casablanca	31.68388	-7.85484				07	351		
10428114	Douar Loarni	douar-loarni	MA		0	Africa/Casablanca	31.68418	-7.86705				07	351		
10428115	Douar Labbira	douar-labbira	MA		0	Africa/Casablanca	31.67739	-7.84341				07	351		
10428116	Douar Ain Naffad	douar-ain-naffad	MA		0	Africa/Casablanca	31.67545	-7.83702				07	351		
10428117	Ec. Ouari Jallal	ec-ouari-jallal	MA		0	Africa/Casablanca	31.67127	-7.85253				07	351		
10428118	Sidi Mbarek	sidi-mbarek	MA		0	Africa/Casablanca	31.67037	-7.85022				07	351		
10428119	Douar Zarcara	douar-zarcara	MA		0	Africa/Casablanca	31.66877	-7.84179				07	351		
10428121	Al Akkari	al-akkari	MA		0	Africa/Casablanca	31.66862	-7.8729				07	351		
10428122	Dar Fatuuaka	dar-fatuuaka	MA		0	Africa/Casablanca	31.66451	-7.86215				07	351		
10428125	Lahminate	lahminate	MA		0	Africa/Casablanca	31.65119	-7.83917				07	351		
10428126	Coll. Ibn Battouta	coll-ibn-battouta	MA		0	Africa/Casablanca	31.6508	-7.86568				07	351		
10428127	Sougrata	sougrata	MA		0	Africa/Casablanca	31.64495	-7.83615				07	351		
10428128	Sidi Mbarek	sidi-mbarek	MA		0	Africa/Casablanca	31.64301	-7.84097				07	351		
10428129	Racudet Sougrata	racudet-sougrata	MA		0	Africa/Casablanca	31.64141	-7.82965				07	351		
10428132	Douar Jamae	douar-jamae	MA		0	Africa/Casablanca	31.6495	-7.86835				07	351		
10428133	Sidi Moussa	sidi-moussa	MA		0	Africa/Casablanca	31.64756	-7.8709				07	351		
10428134	Sidi Ragragui	sidi-ragragui	MA		0	Africa/Casablanca	31.63909	-7.84947				07	351		
10428135	Douar Chaikh Allal	douar-chaikh-allal	MA		0	Africa/Casablanca	31.63504	-7.85279				07	351		
10428139	Ec. Lemhamdiya	ec-lemhamdiya	MA		0	Africa/Casablanca	31.62779	-7.84981				07	351		
10428142	Sidi Boudahliya	sidi-boudahliya	MA		0	Africa/Casablanca	31.632	-7.81796				07	351		
10428143	Douar Mlalha	douar-mlalha	MA		0	Africa/Casablanca	31.63895	-7.81991				07	351		
10428144	Douar Oulad Muzzoug	douar-oulad-muzzoug	MA		0	Africa/Casablanca	31.63697	-7.79449				07	351		
10428145	Sidi Sbae	sidi-sbae	MA		0	Africa/Casablanca	31.63631	-7.80394				07	351		
10428147	Douar Leabacule	douar-leabacule	MA		0	Africa/Casablanca	31.64015	-7.81855				07	351		
10428148	Sidi Dahhou	sidi-dahhou	MA		0	Africa/Casablanca	31.63972	-7.8239				07	351		
10428149	Centre De Sanbe	centre-de-sanbe	MA		0	Africa/Casablanca	31.65132	-7.8254				07	351		
10428150	Douar Ari Sarrakh	douar-ari-sarrakh	MA		0	Africa/Casablanca	31.65358	-7.7917				07	351		
10428152	Douar Jad	douar-jad	MA		0	Africa/Casablanca	31.65659	-7.80014				07	351		
10428153	Sidi Mohamed	sidi-mohamed	MA		0	Africa/Casablanca	31.65985	-7.79123				07	351		
10428154	Ec. Dar Baqba	ec-dar-baqba	MA		0	Africa/Casablanca	31.6634	-7.804				07	351		
10428157	Douar Jmiai	douar-jmiai	MA		0	Africa/Casablanca	31.66947	-7.80985				07	351		
10428158	Douar Driyaat	douar-driyaat	MA		0	Africa/Casablanca	31.67193	-7.80372				07	351		
10428160	Douar Marchich	douar-marchich	MA		0	Africa/Casablanca	31.67673	-7.80511				07	351		
10428161	Douar Fatouaka	douar-fatouaka	MA		0	Africa/Casablanca	31.67529	-7.81226				07	351		
10428163	Maloe Zriba	maloe-zriba	MA		0	Africa/Casablanca	31.67062	-7.82604				07	351		
10428164	Douar Rajae	douar-rajae	MA		0	Africa/Casablanca	31.67241	-7.82744				07	351		
10428167	Douar Samqali	douar-samqali	MA		0	Africa/Casablanca	31.68465	-7.81385				07	351		
10428169	Dar Lbacha	dar-lbacha	MA		0	Africa/Casablanca	31.68928	-7.8161				07	351		
10428170	Douar Mahilla	douar-mahilla	MA		0	Africa/Casablanca	31.69205	-7.8235				07	427		
10428171	Lalla Mhila	lalla-mhila	MA		0	Africa/Casablanca	31.69208	-7.82724				07	427		
10428176	Sidi Brahim	sidi-brahim	MA		0	Africa/Casablanca	31.70582	-7.82934				07	427		
10428177	Nzalat Lahououat	nzalat-lahououat	MA		0	Africa/Casablanca	31.71067	-7.81282				07	427		
10428182	Douar Bhir	douar-bhir	MA		0	Africa/Casablanca	31.73108	-7.79006				07	427		
10428189	Douar Lhayyani	douar-lhayyani	MA		0	Africa/Casablanca	31.73855	-7.78914				07	427		
10428200	Douar Azib Amar	douar-azib-amar	MA		0	Africa/Casablanca	31.72348	-7.78061				07	427		
10428204	Douar Ghorbal	douar-ghorbal	MA		0	Africa/Casablanca	31.7079	-7.77447				07	427		
10428206	Sidi Ahmed Ou Mohamed	sidi-ahmed-ou-mohamed	MA		0	Africa/Casablanca	31.69341	-7.76889				07	427		
10428208	Douar Oulad Abbou Laqmihri	douar-oulad-abbou-laqmihri	MA		0	Africa/Casablanca	31.69048	-7.77964				07	427		
10428210	Ec. Lehmuiya	ec-lehmuiya	MA		0	Africa/Casablanca	31.67856	-7.75412				07	351		
10428211	Dar Lmansouri	dar-lmansouri	MA		0	Africa/Casablanca	31.68091	-7.76562				07	351		
10428213	Douar Bacca	douar-bacca	MA		0	Africa/Casablanca	31.67804	-7.77656				07	351		
10428215	Lkoudya	lkoudya	MA		0	Africa/Casablanca	31.66521	-7.76904				07	351		
10428216	Douar Ail Nacer	douar-ail-nacer	MA		0	Africa/Casablanca	31.66323	-7.75435				07	351		
10428217	Sidi Oaddoui	sidi-oaddoui	MA		0	Africa/Casablanca	31.66012	-7.75392				07	351		
10428218	Douar Machmach	douar-machmach	MA		0	Africa/Casablanca	31.64904	-7.75183				07	351		
10428219	Douar Gadir	douar-gadir	MA		0	Africa/Casablanca	31.65257	-7.76207				07	351		
10428221	Douar Chamake	douar-chamake	MA		0	Africa/Casablanca	31.64054	-7.75969				07	351		
10428223	Douar Ait Sayyad	douar-ait-sayyad	MA		0	Africa/Casablanca	31.6317	-7.75531				07	351		
10428227	Douar Laggouti	douar-laggouti	MA		0	Africa/Casablanca	31.62536	-7.77521				07	351		
10428228	Dour Sourou	dour-sourou	MA		0	Africa/Casablanca	31.68183	-7.84795				07	351		
10428230	Douar Bou Ryal	douar-bou-ryal	MA		0	Africa/Casablanca	31.74111	-7.84833				07	427		
10459043	Rouizmat	rouizmat	MA		0	Africa/Casablanca	32.36164	-9.11124				07	431		
10459696	Lakouanine	lakouanine	MA		0	Africa/Casablanca	32.35793	-9.11973				07	431		
10459697	Ghdirat El Maati	ghdirat-el-maati	MA		0	Africa/Casablanca	32.36333	-9.11726				07	431		
10459698	Labrikat	labrikat	MA		0	Africa/Casablanca	32.35443	-9.1148				07	431		
10459716	El Maachat	el-maachat	MA		0	Africa/Casablanca	32.33128	-9.12016				07	431		
10459718	Oulad El Arbi	oulad-el-arbi	MA		0	Africa/Casablanca	32.32029	-9.11229				07	431		
10459719	Lafqaqra	lafqaqra	MA		0	Africa/Casablanca	32.32035	-9.11995				07	431		
10459722	Oulad El Arbi Ben Eddib	oulad-el-arbi-ben-eddib	MA		0	Africa/Casablanca	32.31418	-9.11615				07	431		
10459724	El Ghoualma	el-ghoualma	MA		0	Africa/Casablanca	32.312	-9.11237				07	431		
10459729	Dyabat	dyabat	MA		0	Africa/Casablanca	32.30578	-9.10368				07	431		
10459730	Oulad Ben Amar	oulad-ben-amar	MA		0	Africa/Casablanca	32.30139	-9.09879				07	431		
10459733	Oulad Hammou	oulad-hammou	MA		0	Africa/Casablanca	32.29699	-9.12037				07	431		
10459734	Dar El Haj Mhamed	dar-el-haj-mhamed	MA		0	Africa/Casablanca	32.29514	-9.11149				07	431		
10459737	Dar El Basboussi	dar-el-basboussi	MA		0	Africa/Casablanca	32.29075	-9.11747				07	431		
10459753	Jlidat	jlidat	MA		0	Africa/Casablanca	32.27843	-9.11389				07	431		
10459763	Dar Masyoub	dar-masyoub	MA		0	Africa/Casablanca	32.26256	-9.11812				07	431		
10459775	Oulad Boujemaa	oulad-boujemaa	MA		0	Africa/Casablanca	32.25139	-9.10151				07	431		
10459779	Srahna	srahna	MA		0	Africa/Casablanca	32.24903	-9.11796				07	431		
10459781	Enniyat	enniyat	MA		0	Africa/Casablanca	32.25259	-9.08808				07	431		
10459783	El Gouraane	el-gouraane	MA		0	Africa/Casablanca	32.24822	-9.07809				07	431		
10459787	Laoulidat	laoulidat	MA		0	Africa/Casablanca	32.25372	-9.07534				07	431		
10459803	Lahmoussa	lahmoussa	MA		0	Africa/Casablanca	32.27613	-9.09749				07	431		
10459808	Jbilat	jbilat	MA		0	Africa/Casablanca	32.28042	-9.08784				07	431		
10459813	Azib Abdeljalil	azib-abdeljalil	MA		0	Africa/Casablanca	32.28889	-9.09734				07	431		
10459818	Lahmoussa	lahmoussa	MA		0	Africa/Casablanca	32.29459	-9.10059				07	431		
10459821	Oulad Lkhou	oulad-lkhou	MA		0	Africa/Casablanca	32.29996	-9.09479				07	431		
10459839	Lgaraaa	lgaraaa	MA		0	Africa/Casablanca	32.32494	-9.09802				07	431		
10459852	Lemzayda	lemzayda	MA		0	Africa/Casablanca	32.34696	-9.07637				07	431		
10459876	Oulad Moussa	oulad-moussa	MA		0	Africa/Casablanca	32.35578	-9.05938				07	431		
10459878	Lahdadja	lahdadja	MA		0	Africa/Casablanca	32.35581	-9.07125				07	431		
10459879	Lammarda	lammarda	MA		0	Africa/Casablanca	32.35288	-9.07953				07	431		
10459880	Srahna	srahna	MA		0	Africa/Casablanca	32.35028	-9.06474				07	431		
10459890	Oulad Eddaroui	oulad-eddaroui	MA		0	Africa/Casablanca	32.33044	-9.08111				07	431		
10459891	Oulad El Haj El Ayachi	oulad-el-haj-el-ayachi	MA		0	Africa/Casablanca	32.32959	-9.07675				07	431		
10459892	Oulad Erriouiya	oulad-erriouiya	MA		0	Africa/Casablanca	32.33674	-9.06214				07	431		
10459893	Oulad Enoumi	oulad-enoumi	MA		0	Africa/Casablanca	32.33735	-9.05699				07	431		
10459894	Beyout Hommane	beyout-hommane	MA		0	Africa/Casablanca	32.33507	-9.05318				07	431		
10459896	Azib Ben Arbi	azib-ben-arbi	MA		0	Africa/Casablanca	32.32754	-9.06437				07	431		
10459897	Azib Ben Moussa	azib-ben-moussa	MA		0	Africa/Casablanca	32.32456	-9.06984				07	431		
10459902	Nhaylat	nhaylat	MA		0	Africa/Casablanca	32.31813	-9.0489				07	431		
10459903	Oulad Moulay Ahmed Ben Itta	oulad-moulay-ahmed-ben-itta	MA		0	Africa/Casablanca	32.31618	-9.06599				07	431		
10459906	Oulad Ali Ben Aissa	oulad-ali-ben-aissa	MA		0	Africa/Casablanca	32.30841	-9.06564				07	431		
10459907	Rekhayoussat	rekhayoussat	MA		0	Africa/Casablanca	32.30161	-9.0626				07	431		
10459912	Oulad Amar	oulad-amar	MA		0	Africa/Casablanca	32.29537	-9.08338				07	431		
10459919	Sidi Chahri	sidi-chahri	MA		0	Africa/Casablanca	32.28634	-9.07775				07	431		
10459928	Leqliaa	leqliaa	MA		0	Africa/Casablanca	32.27155	-9.06615				07	431		
10459935	El Qobba	el-qobba	MA		0	Africa/Casablanca	32.25232	-9.06456				07	431		
10459940	El Ogdat	el-ogdat	MA		0	Africa/Casablanca	32.24724	-9.05201				07	431		
10459943	Jnane El Arbi	jnane-el-arbi	MA		0	Africa/Casablanca	32.25032	-9.04073				07	431		
10459954	Azib Laaskri	azib-laaskri	MA		0	Africa/Casablanca	32.26877	-9.02789				07	431		
10459955	Oulad El Fassi	oulad-el-fassi	MA		0	Africa/Casablanca	32.27054	-9.03944				07	431		
10459958	Jnane El Caid	jnane-el-caid	MA		0	Africa/Casablanca	32.27471	-9.05218				07	431		
10459973	Zouiqrat	zouiqrat	MA		0	Africa/Casablanca	32.29501	-9.04962				07	431		
10459974	Oulad Boujemaa	oulad-boujemaa	MA		0	Africa/Casablanca	32.29943	-9.05002				07	431		
10459976	Laazibat	laazibat	MA		0	Africa/Casablanca	32.30256	-9.03897				07	431		
10459978	Oulad Ali	oulad-ali	MA		0	Africa/Casablanca	32.30538	-9.01967				07	431		
10459982	Oulad Ahmed Ben Abdellah	oulad-ahmed-ben-abdellah	MA		0	Africa/Casablanca	32.31247	-9.04367				07	431		
10459984	Oulad Ben Laayd	oulad-ben-laayd	MA		0	Africa/Casablanca	32.31805	-9.04254				07	431		
10459990	Zranka	zranka	MA		0	Africa/Casablanca	32.32071	-9.0312				07	431		
10459994	Oulad Abdellah	oulad-abdellah	MA		0	Africa/Casablanca	32.32884	-9.04358				07	431		
10459995	Ettoualaa	ettoualaa	MA		0	Africa/Casablanca	32.33217	-9.03465				07	431		
10460003	Oulad Bouchta	oulad-bouchta	MA		0	Africa/Casablanca	32.33581	-9.04372				07	431		
10460005	Oulad El Hamri	oulad-el-hamri	MA		0	Africa/Casablanca	32.33775	-9.05212				07	431		
10460013	El Arichat	el-arichat	MA		0	Africa/Casablanca	32.35475	-9.04869				07	431		
10460020	Rbabja	rbabja	MA		0	Africa/Casablanca	32.36907	-9.03552				07	431		
10460030	Oulad Hayda	oulad-hayda	MA		0	Africa/Casablanca	32.34643	-9.02489				07	431		
10460038	Oulad Moussa	oulad-moussa	MA		0	Africa/Casablanca	32.3369	-9.00729				07	431		
10460041	Dar Sellam	dar-sellam	MA		0	Africa/Casablanca	32.33024	-9.01703				07	431		
10460051	Oulad El Arbi Lahrach	oulad-el-arbi-lahrach	MA		0	Africa/Casablanca	32.31068	-9.01219				07	431		
10460059	Labrinat	labrinat	MA		0	Africa/Casablanca	32.28556	-9.01061				07	431		
10460063	Lagmoura	lagmoura	MA		0	Africa/Casablanca	32.27311	-9.00519				07	431		
10460068	Oulad Ben Ghanem	oulad-ben-ghanem	MA		0	Africa/Casablanca	32.268	-9.00989				07	431		
10460072	Oulad Hammou	oulad-hammou	MA		0	Africa/Casablanca	32.26421	-9.01488				07	431		
10460075	Oulad Hmida	oulad-hmida	MA		0	Africa/Casablanca	32.26215	-9.00637				07	431		
10460077	Oulad Abbad	oulad-abbad	MA		0	Africa/Casablanca	32.25957	-8.99921				07	431		
10460082	Frindat	frindat	MA		0	Africa/Casablanca	32.25348	-9.01668				07	431		
10460084	Oulad Haddi	oulad-haddi	MA		0	Africa/Casablanca	32.25046	-9.02333				07	431		
10460087	Laamirat	laamirat	MA		0	Africa/Casablanca	32.28875	-9.12086				07	431		
10460479	Douar Jrayfal	douar-jrayfal	MA		0	Africa/Casablanca	32.37234	-9.02124				07	431		
10460486	Laqrayya	laqrayya	MA		0	Africa/Casablanca	32.49459	-9.24076				07	431		
10460491	Lebbiqlad	lebbiqlad	MA		0	Africa/Casablanca	32.48844	-9.23379				07	431		
10460505	Laatatra	laatatra	MA		0	Africa/Casablanca	32.47649	-9.21227				07	431		
10460508	Oulad El Fatmi	oulad-el-fatmi	MA		0	Africa/Casablanca	32.47138	-9.22581				07	431		
10460513	Slalma	slalma	MA		0	Africa/Casablanca	32.46278	-9.22669				07	431		
10460514	Lakroukat	lakroukat	MA		0	Africa/Casablanca	32.46327	-9.22081				07	431		
10460515	Oulad Mallouk	oulad-mallouk	MA		0	Africa/Casablanca	32.46016	-9.22115				07	431		
10460520	Lakhribat	lakhribat	MA		0	Africa/Casablanca	32.45127	-9.21626				07	431		
10460521	Lekraykir	lekraykir	MA		0	Africa/Casablanca	32.44819	-9.21265				07	431		
10460523	Lebdahja	lebdahja	MA		0	Africa/Casablanca	32.45059	-9.23157				07	431		
10460529	Smaana	smaana	MA		0	Africa/Casablanca	32.44139	-9.21554				07	431		
10460530	Ahouat	ahouat	MA		0	Africa/Casablanca	32.43942	-9.21214				07	431		
10460531	Labaayrat	labaayrat	MA		0	Africa/Casablanca	32.43841	-9.22124				07	431		
10460536	Oulad Bel Hamra	oulad-bel-hamra	MA		0	Africa/Casablanca	32.43769	-9.21361				07	431		
10460537	Oulad Ben Ammina	oulad-ben-ammina	MA		0	Africa/Casablanca	32.42927	-9.21676				07	431		
10460543	Laassibat	laassibat	MA		0	Africa/Casablanca	32.4238	-9.23296				07	431		
10460544	Oulad Abbih	oulad-abbih	MA		0	Africa/Casablanca	32.42527	-9.22361				07	431		
10460545	Lahboulat	lahboulat	MA		0	Africa/Casablanca	32.42526	-9.2206				07	431		
10460546	Oulad Boucharjb	oulad-boucharjb	MA		0	Africa/Casablanca	32.41941	-9.22477				07	431		
10460547	Lemnasra	lemnasra	MA		0	Africa/Casablanca	32.42079	-9.2318				07	431		
10460548	Oulad Abdersalam	oulad-abdersalam	MA		0	Africa/Casablanca	32.41806	-9.23346				07	431		
10460549	Sidi Mohamed Ben Ali	sidi-mohamed-ben-ali	MA		0	Africa/Casablanca	32.41918	-9.24174				07	431		
10460552	Lqalaa	lqalaa	MA		0	Africa/Casablanca	32.41296	-9.24548				07	431		
10460561	Ait Mouti	ait-mouti	MA		0	Africa/Casablanca	32.39517	-9.24769				07	431		
10460570	Louanat	louanat	MA		0	Africa/Casablanca	32.38787	-9.24721				07	431		
10460572	Ould Abdessalam	ould-abdessalam	MA		0	Africa/Casablanca	32.38028	-9.24657				07	431		
10460575	Cheabaaserve	cheabaaserve	MA		0	Africa/Casablanca	32.38376	-9.23586				07	431		
10460576	Ait Bou Lahren	ait-bou-lahren	MA		0	Africa/Casablanca	32.37939	-9.23249				07	431		
10460578	Ait Said Ou Lahsen	ait-said-ou-lahsen	MA		0	Africa/Casablanca	32.37693	-9.23963				07	431		
10460582	Lahrabla	lahrabla	MA		0	Africa/Casablanca	32.37493	-9.22279				07	431		
10460586	Dar El Arbi	dar-el-arbi	MA		0	Africa/Casablanca	32.37504	-9.17834				07	431		
10460587	Khamkham	khamkham	MA		0	Africa/Casablanca	32.38108	-9.17718				07	431		
10460593	Oulad Sid Ben Hmida	oulad-sid-ben-hmida	MA		0	Africa/Casablanca	32.39462	-9.21698				07	431		
10460596	Oulad El Arbi	oulad-el-arbi	MA		0	Africa/Casablanca	32.39666	-9.19022				07	431		
10460603	Rhouhat	rhouhat	MA		0	Africa/Casablanca	32.41203	-9.20917				07	431		
10460606	Oulad Ben Lhafid	oulad-ben-lhafid	MA		0	Africa/Casablanca	32.40685	-9.21789				07	431		
10460618	Oulad Echelh	oulad-echelh	MA		0	Africa/Casablanca	32.44209	-9.19299				07	431		
10460622	Oulad Hriz	oulad-hriz	MA		0	Africa/Casablanca	32.45151	-9.20816				07	431		
10460623	Oulad Rahmouae	oulad-rahmouae	MA		0	Africa/Casablanca	32.45186	-9.20408				07	431		
10460626	Ezzeraoula	ezzeraoula	MA		0	Africa/Casablanca	32.45269	-9.18715				07	431		
10460627	Oulad Eanam	oulad-eanam	MA		0	Africa/Casablanca	32.45318	-9.19178				07	431		
10460628	Oulad Abdessalam	oulad-abdessalam	MA		0	Africa/Casablanca	32.45437	-9.20674				07	431		
10460630	Oulad Ali Kricha	oulad-ali-kricha	MA		0	Africa/Casablanca	32.45677	-9.19257				07	431		
10460634	Oulad Hagoub	oulad-hagoub	MA		0	Africa/Casablanca	32.46796	-9.20123				07	431		
10460635	Slalma	slalma	MA		0	Africa/Casablanca	32.46894	-9.20221				07	431		
10460637	Oulad Abad	oulad-abad	MA		0	Africa/Casablanca	32.47376	-9.20229				07	431		
10460639	Laalaoucha	laalaoucha	MA		0	Africa/Casablanca	32.48205	-9.20228				07	431		
10460651	Lbellat	lbellat	MA		0	Africa/Casablanca	32.49257	-9.18389				07	431		
10460660	Leqouasma	leqouasma	MA		0	Africa/Casablanca	32.46579	-9.17652				07	431		
10460661	Oulad El Attar	oulad-el-attar	MA		0	Africa/Casablanca	32.46376	-9.17989				07	431		
10460668	Oulad Ali Ben Zid	oulad-ali-ben-zid	MA		0	Africa/Casablanca	32.42976	-9.18064				07	431		
10460669	Oulad Allal	oulad-allal	MA		0	Africa/Casablanca	32.42878	-9.17626				07	431		
10460670	Oulad Ahmed	oulad-ahmed	MA		0	Africa/Casablanca	32.42253	-9.17675				07	431		
10460671	Romhat	romhat	MA		0	Africa/Casablanca	32.42224	-9.16948				07	431		
10460681	Oulad Sidi Taibi	oulad-sidi-taibi	MA		0	Africa/Casablanca	32.3988	-9.17808				07	431		
10460688	Lehdadia	lehdadia	MA		0	Africa/Casablanca	32.38378	-9.16195				07	431		
10460690	Oulad Amrane	oulad-amrane	MA		0	Africa/Casablanca	32.37651	-9.16636				07	431		
10460691	Ihdad	ihdad	MA		0	Africa/Casablanca	32.37524	-9.16908				07	431		
10460696	El Karin	el-karin	MA		0	Africa/Casablanca	32.388	-9.15073				07	431		
10460697	Oulad Raayyene	oulad-raayyene	MA		0	Africa/Casablanca	32.39112	-9.15766				07	431		
10460706	Lemnasra	lemnasra	MA		0	Africa/Casablanca	32.43028	-9.14528				07	431		
10460713	Oulad Abdelkader Qouibba	oulad-abdelkader-qouibba	MA		0	Africa/Casablanca	32.45149	-9.16287				07	431		
10460714	Leghrayer	leghrayer	MA		0	Africa/Casablanca	32.46194	-9.13659				07	431		
10460724	Lbir Touil	lbir-touil	MA		0	Africa/Casablanca	32.47291	-9.1437				07	431		
10460734	Oulad Bel Oualda	oulad-bel-oualda	MA		0	Africa/Casablanca	32.48818	-9.1418				07	431		
10460735	Oulad Bed Chaba	oulad-bed-chaba	MA		0	Africa/Casablanca	32.48599	-9.14337				07	431		
10460746	Rgamna	rgamna	MA		0	Africa/Casablanca	32.49054	-9.12961				07	431		
10460752	Oulad Lichaoun	oulad-lichaoun	MA		0	Africa/Casablanca	32.45029	-9.12536				07	431		
10460763	Am Moulay Tehmis	am-moulay-tehmis	MA		0	Africa/Casablanca	32.39927	-9.13401				07	431		
10460766	Oulad Laaouini	oulad-laaouini	MA		0	Africa/Casablanca	32.3901	-9.13109				07	431		
10460779	Drabla	drabla	MA		0	Africa/Casablanca	32.49937	-9.22632				07	431		
10460780	Sidi Abdelkouch	sidi-abdelkouch	MA		0	Africa/Casablanca	32.49888	-9.22663				07	431		
10460782	Douar Lqodia	douar-lqodia	MA		0	Africa/Casablanca	32.49613	-9.11111				07	431		
10460791	Douar Oulad Sidi Kacem	douar-oulad-sidi-kacem	MA		0	Africa/Casablanca	32.48027	-9.11935				07	431		
10460808	Douar Oulad Lemqaddem	douar-oulad-lemqaddem	MA		0	Africa/Casablanca	32.45578	-9.09482				07	431		
10460813	Douar Oulad Echarqi	douar-oulad-echarqi	MA		0	Africa/Casablanca	32.45255	-9.09692				07	431		
10460816	Douar Zrayeb	douar-zrayeb	MA		0	Africa/Casablanca	32.44848	-9.1078				07	431		
10460820	Douar Ermel	douar-ermel	MA		0	Africa/Casablanca	32.44228	-9.12335		Douar Ermel,Rmel		07	431		
10460824	Douar Lekbir	douar-lekbir	MA		0	Africa/Casablanca	32.44312	-9.10128				07	431		
10460827	Douar Oulad Ben Ghanem	douar-oulad-ben-ghanem	MA		0	Africa/Casablanca	32.43687	-9.10098				07	431		
10460857	Douar Bouadai	douar-bouadai	MA		0	Africa/Casablanca	32.40179	-9.0983				07	431		
10460874	Douar Oulad Ben Jilali	douar-oulad-ben-jilali	MA		0	Africa/Casablanca	32.38151	-9.11147				07	431		
10460879	Dar El Housaine	dar-el-housaine	MA		0	Africa/Casablanca	32.37554	-9.10249				07	431		
10460881	Kasbah	kasbah	MA		0	Africa/Casablanca	32.37544	-9.08929				07	431		
10460887	Douar Oulad El Haj El Maati	douar-oulad-el-haj-el-maati	MA		0	Africa/Casablanca	32.37848	-9.04533				07	431		
10460891	Oulad Ben Jemas	oulad-ben-jemas	MA		0	Africa/Casablanca	32.38889	-9.07591				07	431		
10460896	Douar Oulad El Haj Lemoulha	douar-oulad-el-haj-lemoulha	MA		0	Africa/Casablanca	32.39812	-9.04738				07	431		
10460901	Douar Tihouna	douar-tihouna	MA		0	Africa/Casablanca	32.40323	-9.0775				07	431		
10460903	Coopérative Douira	cooperative-douira	MA		0	Africa/Casablanca	32.40856	-9.0691		Cooperative Douira,Coopérative Douira		07	431		
10460906	Dar El Haj Driss	dar-el-haj-driss	MA		0	Africa/Casablanca	32.41393	-9.06215				07	431		
10460907	Douar Oulad Bouiyi	douar-oulad-bouiyi	MA		0	Africa/Casablanca	32.41733	-9.06665				07	431		
10460910	Douar Oulad Lekrah	douar-oulad-lekrah	MA		0	Africa/Casablanca	32.41744	-9.07423				07	431		
10460911	Douar Oulad Hajjoub	douar-oulad-hajjoub	MA		0	Africa/Casablanca	32.42124	-9.06919				07	431		
10460921	Rbaat Chouaf	rbaat-chouaf	MA		0	Africa/Casablanca	32.43789	-9.06953				07	431		
10460932	Douar Oulad Fatemi	douar-oulad-fatemi	MA		0	Africa/Casablanca	32.44526	-9.05029				07	431		
10460947	Douar Ben Abbad	douar-ben-abbad	MA		0	Africa/Casablanca	32.46579	-9.08724				07	431		
10460965	Douar Oulad Frej	douar-oulad-frej	MA		0	Africa/Casablanca	32.49185	-9.07651				07	431		
10460971	Douar Oulad Lahssen	douar-oulad-lahssen	MA		0	Africa/Casablanca	32.49699	-9.0634				07	431		
10460978	Dar Oulad Boujemaa	dar-oulad-boujemaa	MA		0	Africa/Casablanca	32.48818	-9.04424				07	431		
10460989	Douar Oulad Somlem Cheikh	douar-oulad-somlem-cheikh	MA		0	Africa/Casablanca	32.47212	-9.0515				07	431		
10461005	Douar Oulad Aicha	douar-oulad-aicha	MA		0	Africa/Casablanca	32.43532	-9.03806				07	431		
10461007	Coopérative Bou Garas	cooperative-bou-garas	MA		0	Africa/Casablanca	32.42723	-9.03099		Cooperative Bou Garas,Coopérative Bou Garas		07	431		
10461011	Douar Laararka	douar-laararka	MA		0	Africa/Casablanca	32.41733	-9.04862				07	431		
10461013	Douar Oulad Halli	douar-oulad-halli	MA		0	Africa/Casablanca	32.41501	-9.04899				07	431		
10461016	Douar Oulad Ettaleb	douar-oulad-ettaleb	MA		0	Africa/Casablanca	32.4172	-9.02558				07	431		
10461017	Douar Douibat	douar-douibat	MA		0	Africa/Casablanca	32.41159	-9.02148				07	431		
10461022	Douar Daha	douar-daha	MA		0	Africa/Casablanca	32.39954	-9.04047				07	431		
10461025	Douar Oulad El Haj Laarbi	douar-oulad-el-haj-laarbi	MA		0	Africa/Casablanca	32.39207	-9.0438				07	431		
10461029	Douar Oulad El Haj Chatoui	douar-oulad-el-haj-chatoui	MA		0	Africa/Casablanca	32.38456	-9.04111				07	431		
10461037	Oulad Fadel	oulad-fadel	MA		0	Africa/Casablanca	32.37774	-9.01474				07	431		
10461040	Douar Drihmat	douar-drihmat	MA		0	Africa/Casablanca	32.38296	-9.02273				07	431		
10461047	Douar Oulad Ali Ben Jedyane	douar-oulad-ali-ben-jedyane	MA		0	Africa/Casablanca	32.40675	-9.02991				07	431		
10461052	Douar Nyous	douar-nyous	MA		0	Africa/Casablanca	32.41747	-9.0156				07	431		
10461055	Douar Chrouqat	douar-chrouqat	MA		0	Africa/Casablanca	32.42121	-9.01717				07	431		
10461059	Douar Laasai	douar-laasai	MA		0	Africa/Casablanca	32.42673	-9.01252				07	431		
10461067	Douar Lamaachate Leghmamra	douar-lamaachate-leghmamra	MA		0	Africa/Casablanca	32.46148	-9.00886				07	431		
10461072	Douar Oulad Lahsen Leghoualem	douar-oulad-lahsen-leghoualem	MA		0	Africa/Casablanca	32.47252	-9.02253				07	431		
10461073	Douar Q’lia	douar-q-lia	MA		0	Africa/Casablanca	32.47423	-9.0212				07	431		
10461078	Douar Azib Souilmi	douar-azib-souilmi	MA		0	Africa/Casablanca	32.47923	-9.03611				07	431		
10461083	Azib Oulad Mamoune	azib-oulad-mamoune	MA		0	Africa/Casablanca	32.48956	-9.03118				07	431		
10461086	Dar Driss	dar-driss	MA		0	Africa/Casablanca	32.49617	-9.04778				07	431		
10461088	Douar Drihmate	douar-drihmate	MA		0	Africa/Casablanca	32.49373	-9.02971				07	431		
10461090	Douar Chrigat Ben Mbarek	douar-chrigat-ben-mbarek	MA		0	Africa/Casablanca	32.49588	-9.02063				07	431		
10461098	Douar Lekrama	douar-lekrama	MA		0	Africa/Casablanca	32.47229	-9.00089				07	431		
10461101	Douar Lamanchate Laayaycha	douar-lamanchate-laayaycha	MA		0	Africa/Casablanca	32.46782	-9.00677				07	431		
10461111	Douar El Goulat	douar-el-goulat	MA		0	Africa/Casablanca	32.43053	-9.0051				07	431		
10461113	Dar Leqdima	dar-leqdima	MA		0	Africa/Casablanca	32.42461	-9.00694				07	431		
10461119	Douar Hnichat	douar-hnichat	MA		0	Africa/Casablanca	32.39972	-9.00348				07	431		
10461124	Douar Oulad El Haj El Fatami	douar-oulad-el-haj-el-fatami	MA		0	Africa/Casablanca	32.39017	-9.01617				07	431		
10461126	Douar Drihmal Oulad Fadel	douar-drihmal-oulad-fadel	MA		0	Africa/Casablanca	32.38408	-9.00988				07	431		
10461139	Douar Bir Ennehal	douar-bir-ennehal	MA		0	Africa/Casablanca	32.41282	-9.05042				07	431		
10461140	Douar Lekhouimat	douar-lekhouimat	MA		0	Africa/Casablanca	32.39536	-9.0087				07	431		
10461146	Dar Lachhab Jilali	dar-lachhab-jilali	MA		0	Africa/Casablanca	32.57695	-9.2271				07	431		
10461147	Senhajiyat	senhajiyat	MA		0	Africa/Casablanca	32.57308	-9.22802				07	431		
10461148	Chrunat El Oued	chrunat-el-oued	MA		0	Africa/Casablanca	32.56943	-9.22754				07	431		
10461154	Lebazount	lebazount	MA		0	Africa/Casablanca	32.55811	-9.24255				07	431		
10461354	Leqzadla	leqzadla	MA		0	Africa/Casablanca	32.61732	-9.1193				07	431		
10461363	Abbidac	abbidac	MA		0	Africa/Casablanca	32.62194	-9.04887				07	431		
10461366	Jaafra	jaafra	MA		0	Africa/Casablanca	32.59659	-9.0119				07	431		
10461367	Laghoualem El Goddami	laghoualem-el-goddami	MA		0	Africa/Casablanca	32.60414	-9.04553				07	431		
10461368	Laghoualem Lbahrani	laghoualem-lbahrani	MA		0	Africa/Casablanca	32.60703	-9.06392				07	431		
10461369	Oulad Ben Azzouz	oulad-ben-azzouz	MA		0	Africa/Casablanca	32.6072	-9.12349				07	431		
10461374	Ghrigat Gharbaoua	ghrigat-gharbaoua	MA		0	Africa/Casablanca	32.49976	-9.00382				07	431		
10461393	Siyah	siyah	MA		0	Africa/Casablanca	32.54955	-9.23823				07	431		
10461395	Lebbakra	lebbakra	MA		0	Africa/Casablanca	32.54635	-9.22609				07	431		
10461397	Bou Youm	bou-youm	MA		0	Africa/Casablanca	32.54477	-9.22743				07	431		
10461400	Oulad Ben El Arbi	oulad-ben-el-arbi	MA		0	Africa/Casablanca	32.54083	-9.24091				07	431		
10461402	Hunai	hunai	MA		0	Africa/Casablanca	32.53564	-9.23058				07	431		
10461405	Chehshia	chehshia	MA		0	Africa/Casablanca	32.52707	-9.23622				07	431		
10461407	Qjoujat Lfouqiya	qjoujat-lfouqiya	MA		0	Africa/Casablanca	32.5218	-9.24601				07	431		
10461411	Qjoujat Ettahtiya	qjoujat-ettahtiya	MA		0	Africa/Casablanca	32.51841	-9.24035				07	431		
10461413	Leabid	leabid	MA		0	Africa/Casablanca	32.51374	-9.23497				07	431		
10461416	Oualhafat	oualhafat	MA		0	Africa/Casablanca	32.50756	-9.22236				07	431		
10461417	Lebraqma	lebraqma	MA		0	Africa/Casablanca	32.50556	-9.22333				07	431		
10461421	Oulad Mqaddem	oulad-mqaddem	MA		0	Africa/Casablanca	32.50174	-9.21419				07	431		
10461422	Chlouh	chlouh	MA		0	Africa/Casablanca	32.50648	-9.21829				07	431		
10461428	Oulad Messahel	oulad-messahel	MA		0	Africa/Casablanca	32.50992	-9.19847				07	431		
10461433	Saadna	saadna	MA		0	Africa/Casablanca	32.52927	-9.21349				07	431		
10461436	Bounagat	bounagat	MA		0	Africa/Casablanca	32.53821	-9.19036				07	431		
10461438	Oulad Ammi Hammou	oulad-ammi-hammou	MA		0	Africa/Casablanca	32.54411	-9.2021				07	431		
10461442	Tehichiyine	tehichiyine	MA		0	Africa/Casablanca	32.55601	-9.2022				07	431		
10461443	Oulad Ben Taleb	oulad-ben-taleb	MA		0	Africa/Casablanca	32.55445	-9.18607				07	431		
10461444	Oulad Ben Lahlub	oulad-ben-lahlub	MA		0	Africa/Casablanca	32.55885	-9.19774				07	431		
10461445	Oulad Ben Chid	oulad-ben-chid	MA		0	Africa/Casablanca	32.56163	-9.19695				07	431		
10461446	Rbaat Lhimer	rbaat-lhimer	MA		0	Africa/Casablanca	32.56064	-9.20616				07	431		
10461448	Dar Zouana Abdelakbir	dar-zouana-abdelakbir	MA		0	Africa/Casablanca	32.56826	-9.21517				07	431		
10461449	Dar El Caid Othmane	dar-el-caid-othmane	MA		0	Africa/Casablanca	32.56522	-9.19904				07	431		
10461450	Dar Mbarek Ben Gjid	dar-mbarek-ben-gjid	MA		0	Africa/Casablanca	32.56849	-9.19989				07	431		
10461451	Lasnabech	lasnabech	MA		0	Africa/Casablanca	32.57459	-9.19059				07	431		
10461452	Oulad Ben Lbeida	oulad-ben-lbeida	MA		0	Africa/Casablanca	32.57852	-9.19032				07	431		
10461454	Lbidane	lbidane	MA		0	Africa/Casablanca	32.57773	-9.2109				07	431		
10461458	Rouida	rouida	MA		0	Africa/Casablanca	32.59055	-9.20712				07	431		
10461459	Ghris Lbaz	ghris-lbaz	MA		0	Africa/Casablanca	32.58672	-9.19923				07	431		
10461461	Lghaouatiya	lghaouatiya	MA		0	Africa/Casablanca	32.59137	-9.19357				07	431		
10461462	Leqouasma	leqouasma	MA		0	Africa/Casablanca	32.59431	-9.19777				07	431		
10461464	Lekouanna	lekouanna	MA		0	Africa/Casablanca	32.59455	-9.20107				07	431		
10461468	Sdigat	sdigat	MA		0	Africa/Casablanca	32.59581	-9.19644				07	431		
10461472	Oudidigha	oudidigha	MA		0	Africa/Casablanca	32.60555	-9.17068				07	431		
10461473	Lahchachma	lahchachma	MA		0	Africa/Casablanca	32.59383	-9.16821				07	431		
10461474	Souk Khemis Kassine	souk-khemis-kassine	MA		0	Africa/Casablanca	32.59101	-9.17499				07	431		
10461477	Laszsaza	laszsaza	MA		0	Africa/Casablanca	32.58374	-9.17789				07	431		
10461478	Lasouamra	lasouamra	MA		0	Africa/Casablanca	32.58397	-9.17188				07	431		
10461479	Lekhtakhta	lekhtakhta	MA		0	Africa/Casablanca	32.57171	-9.17957				07	431		
10461482	Oulad Ben Ammuna	oulad-ben-ammuna	MA		0	Africa/Casablanca	32.56119	-9.18179				07	431		
10461483	Oulad Ben Cheikh	oulad-ben-cheikh	MA		0	Africa/Casablanca	32.55512	-9.17712				07	431		
10461484	Dar Khyara El Mahjoub	dar-khyara-el-mahjoub	MA		0	Africa/Casablanca	32.55013	-9.17253				07	431		
10461487	Oulad Ben Azzouz	oulad-ben-azzouz	MA		0	Africa/Casablanca	32.54503	-9.17715				07	431		
10461490	Zouamra	zouamra	MA		0	Africa/Casablanca	32.51533	-9.16937				07	431		
10461491	Lekhlioua	lekhlioua	MA		0	Africa/Casablanca	32.51285	-9.17098				07	431		
10461502	Lemkhatra	lemkhatra	MA		0	Africa/Casablanca	32.50617	-9.12582				07	431		
10461507	Oulad Ben Lefqulh	oulad-ben-lefqulh	MA		0	Africa/Casablanca	32.51076	-9.16615				07	431		
10461508	Flifel	flifel	MA		0	Africa/Casablanca	32.51258	-9.16023				07	431		
10461511	Nouasra Oulad	nouasra-oulad	MA		0	Africa/Casablanca	32.51585	-9.15409				07	431		
10461512	Slahraa Sehb Oulad Amer	slahraa-sehb-oulad-amer	MA		0	Africa/Casablanca	32.51677	-9.1506				07	431		
10461514	Oulad Si Fellah	oulad-si-fellah	MA		0	Africa/Casablanca	32.51532	-9.13721				07	431		
10461516	Zidaniya	zidaniya	MA		0	Africa/Casablanca	32.51649	-9.13899				07	431		
10461518	Lehbata	lehbata	MA		0	Africa/Casablanca	32.52074	-9.13161				07	431		
10461519	Jnane Lbit Oulad Si Abdelkader	jnane-lbit-oulad-si-abdelkader	MA		0	Africa/Casablanca	32.52231	-9.12761				07	431		
10461520	El Karia	el-karia	MA		0	Africa/Casablanca	32.52068	-9.13898				07	431		
10461522	Oulad Sidi Ali	oulad-sidi-ali	MA		0	Africa/Casablanca	32.52671	-9.13281				07	431		
10461532	Oulad Lemqaddam Tayeb	oulad-lemqaddam-tayeb	MA		0	Africa/Casablanca	32.57476	-9.16132				07	431		
10461537	Oulad Ezzine	oulad-ezzine	MA		0	Africa/Casablanca	32.60322	-9.15713				07	431		
10461539	Leghoual	leghoual	MA		0	Africa/Casablanca	32.6072	-9.14029				07	431		
10461558	Laaouissat	laaouissat	MA		0	Africa/Casablanca	32.54261	-9.24365				07	431		
10461575	Sraghna	sraghna	MA		0	Africa/Casablanca	32.58272	-9.03813				07	431		
10461584	Oulad Kabboar	oulad-kabboar	MA		0	Africa/Casablanca	32.57981	-9.06646				07	431		
10461590	El Ghaba	el-ghaba	MA		0	Africa/Casablanca	32.56628	-9.04718				07	431		
10461592	Jabbour	jabbour	MA		0	Africa/Casablanca	32.56572	-9.02624				07	431		
10461622	Coopérative Essalam	cooperative-essalam	MA		0	Africa/Casablanca	32.54706	-9.0447				07	431		
10461635	Touajna Gourniz	touajna-gourniz	MA		0	Africa/Casablanca	32.53456	-9.07851				07	431		
10461647	Oulad Ben Hassoune	oulad-ben-hassoune	MA		0	Africa/Casablanca	32.5147	-9.11596				07	431		
10461651	Jroub	jroub	MA		0	Africa/Casablanca	32.52231	-9.08909				07	431		
10461657	Oulad Ali	oulad-ali	MA		0	Africa/Casablanca	32.52385	-9.05952				07	431		
10461670	El Hit El Ali	el-hit-el-ali	MA		0	Africa/Casablanca	32.5069	-9.06128				07	431		
10461676	Rbaat Ben Haddi	rbaat-ben-haddi	MA		0	Africa/Casablanca	32.50523	-9.10368				07	431		
10461678	Lhahma	lhahma	MA		0	Africa/Casablanca	32.51071	-9.11673				07	431		
10461680	Oulad Si Abdelkader	oulad-si-abdelkader	MA		0	Africa/Casablanca	32.50648	-9.12274				07	431		
10461684	El Qodya	el-qodya	MA		0	Africa/Casablanca	32.50117	-9.11283				07	431		
10461686	Laghouilat	laghouilat	MA		0	Africa/Casablanca	32.50114	-9.10617				07	431		
10461691	Oulad Ben Bouhali	oulad-ben-bouhali	MA		0	Africa/Casablanca	32.51227	-9.12031				07	431		
10461718	Douar Baarane	douar-baarane	MA		0	Africa/Casablanca	32.6251	-9.14465		Baazane,Douar Baarane		07	431		
10631606	Douar Lemachat	douar-lemachat	MA		0	Africa/Casablanca	31.7621	-7.56043		Douar Lemachat,Maachat		07	191		
10631607	Douar Ouled Hmida	douar-ouled-hmida	MA		0	Africa/Casablanca	31.83417	-7.56133		Douar Ouled Hmida,Oulad et Telha		07	427		
10631608	Douar Tamellalt Laqdima	douar-tamellalt-laqdima	MA		0	Africa/Casablanca	31.85896	-7.51855		Douar Tamellalt Laqdima,Tamelelt Kdima,Tamelelt el Kdima,Tamelett el Kedima,Tamlate el Kadima		07	191		
10631610	Hulat Centre	hulat-centre	MA		0	Africa/Casablanca	31.95102	-8.8495		El Heidate,El Heïdate,Hulat Centre		07	585		
10631611	Aït Ali Moussa	ait-ali-moussa	MA		0	Africa/Casablanca	31.94927	-8.86274		Ait Ali Moussa,Aït Ali Moussa,Douar Bel Ait Oulad Ali Moussa,Douar Bel Aït Oulad Ali Moussa,Ouled Ali Moussa		07	585		
10631612	Dar Sabihi	dar-sabihi	MA		0	Africa/Casablanca	31.88702	-8.79273		Dar Sabihi,Douar Kaddour Mouimni,Kaddour Mouimi		07	585		
10631613	Ait Taâbit	ait-taabit	MA		0	Africa/Casablanca	31.08518	-9.58202		Ait Abit,Ait Taabit,Ait Taâbit,Aït Abit,Aït Taâbit		07	211		
10631728	Douar Oulad Mansour	douar-oulad-mansour	MA		0	Africa/Casablanca	31.71595	-7.76529				07	427		
10631729	Douar Lekkir	douar-lekkir	MA		0	Africa/Casablanca	31.63468	-7.81421		Douar Lekkir,Douar bel Rhanodour		07	351		
10634546	Lebbakra	lebbakra	MA		0	Africa/Casablanca	32.2544	-9.09789		El Bakra,Lebbakra		07	431		
10634547	Oulad Bouchaayb	oulad-bouchaayb	MA		0	Africa/Casablanca	32.30645	-9.08543		Douar el Boukhari,El Boukhari,Oulad Bouchaayb		07	431		
10634548	Oulad Souayli Lemmichnat	oulad-souayli-lemmichnat	MA		0	Africa/Casablanca	32.25379	-9.03791		Douar Mouichnat,Mouichnat,Oulad Souayli Lemmichnat		07	431		
10634549	Oulad Said	oulad-said	MA		0	Africa/Casablanca	32.4526	-9.19763				07	431		
10634550	Aouint Sidi Ben Lbaraka	aouint-sidi-ben-lbaraka	MA		0	Africa/Casablanca	32.44286	-9.17601		Aouint Sidi Ben Lbaraka,Sidi Balbarakat,Sidi Bel Baraka		07	431		
10634551	Sidi El Oafi	sidi-el-oafi	MA		0	Africa/Casablanca	32.38607	-9.15367		Douar Hedaja,Hdadja,Hedadja,Hedaja,Sidi El Oafi		07	431		
10634552	Lebbihat	lebbihat	MA		0	Africa/Casablanca	32.45594	-9.1441		Bouilhat,Douar Bouilhat,Lebbihat		07	431		
10634553	Oulad Ben Rahou	oulad-ben-rahou	MA		0	Africa/Casablanca	32.47781	-9.14487		Douar el Braouda,El Braouda,Lahraoula,Oulad Ben Rahou		07	431		
10634555	Oulad Hmida	oulad-hmida	MA		0	Africa/Casablanca	32.53109	-9.22881				07	431		
10634556	Bou Iba	bou-iba	MA		0	Africa/Casablanca	32.57317	-9.18089		Bou Iba,Douar Oulad bou Aida,Douar Oulad bou Aïda,Oulad Bou Aida,Oulad Bou Aïda		07	431		
10634557	Oulad Mohamed Ben Ahmed	oulad-mohamed-ben-ahmed	MA		0	Africa/Casablanca	32.52211	-9.16244		Chahaimat,Chahaïmat,Chainat,Chaïnat,Douar Chahaimat,Douar Chahaïmat,Oulad Mohamed Ben Ahmed		07	431		
10636698	Douar Dhamna	douar-dhamna	MA		0	Africa/Casablanca	32.12257	-8.98742				07	431		
10636701	Douar Oulad Ben Saleh	douar-oulad-ben-saleh	MA		0	Africa/Casablanca	32.11824	-8.97484				07	431		
10636710	Douar Oulad Dahmane	douar-oulad-dahmane	MA		0	Africa/Casablanca	32.11586	-8.99267				07	431		
10636712	Douar Oulad Lahsen	douar-oulad-lahsen	MA		0	Africa/Casablanca	32.11031	-8.99643				07	431		
10636715	Sidi Ben Lemqaddem	sidi-ben-lemqaddem	MA		0	Africa/Casablanca	32.10935	-8.97776				07	431		
10636720	Douar Lehnahna	douar-lehnahna	MA		0	Africa/Casablanca	32.10537	-8.96207				07	431		
10636723	Douar Oulad Ben Fatemi	douar-oulad-ben-fatemi	MA		0	Africa/Casablanca	32.10753	-8.97729				07	431		
10636726	Douar Oulad Bou Rfac	douar-oulad-bou-rfac	MA		0	Africa/Casablanca	32.10437	-8.99811				07	431		
10636728	Douar Oulad El Mekki	douar-oulad-el-mekki	MA		0	Africa/Casablanca	32.09812	-8.99229				07	431		
10636733	Douar El Hajjaj	douar-el-hajjaj	MA		0	Africa/Casablanca	32.1007	-8.96495				07	431		
10636740	Douar El Maddaha	douar-el-maddaha	MA		0	Africa/Casablanca	32.09412	-8.98315				07	431		
10636741	Kharbat Ben El Ghalya	kharbat-ben-el-ghalya	MA		0	Africa/Casablanca	32.09508	-8.99098				07	431		
10636743	Douar Gaza	douar-gaza	MA		0	Africa/Casablanca	32.0896	-8.99016				07	431		
10636754	Douar Laanfnt	douar-laanfnt	MA		0	Africa/Casablanca	32.07652	-8.96152				07	431		
10636755	Sidi Raqqas El Kheir	sidi-raqqas-el-kheir	MA		0	Africa/Casablanca	32.0773	-8.98387				07	431		
10636756	Douar Leglagla	douar-leglagla	MA		0	Africa/Casablanca	32.07632	-8.98849				07	431		
10636763	Douar Rehahla	douar-rehahla	MA		0	Africa/Casablanca	32.06985	-8.96918				07	431		
10636767	Douar Oulad Ahmed	douar-oulad-ahmed	MA		0	Africa/Casablanca	32.06159	-8.97173				07	431		
10636769	Douar Laassakriya	douar-laassakriya	MA		0	Africa/Casablanca	32.06652	-8.98941				07	431		
10636776	Douar Oulad Hammou	douar-oulad-hammou	MA		0	Africa/Casablanca	32.05985	-8.96445				07	431		
10636778	Douar Oulad Ali	douar-oulad-ali	MA		0	Africa/Casablanca	32.05612	-8.96349				07	431		
10636779	Douar Oulad Khalifa	douar-oulad-khalifa	MA		0	Africa/Casablanca	32.05456	-8.96203				07	431		
10636780	Douar Oulad Bouchta	douar-oulad-bouchta	MA		0	Africa/Casablanca	32.05385	-8.96484				07	431		
10636782	Douar Leghouslma	douar-leghouslma	MA		0	Africa/Casablanca	32.05386	-8.96879				07	431		
10636783	Douar Oulad Sidi Mohamed Thami	douar-oulad-sidi-mohamed-thami	MA		0	Africa/Casablanca	32.0551	-8.97718				07	431		
10636784	Douar Oulad El Fatemi	douar-oulad-el-fatemi	MA		0	Africa/Casablanca	32.05661	-8.9813				07	431		
10636785	Douar Oulad Sidi Hommane	douar-oulad-sidi-hommane	MA		0	Africa/Casablanca	32.05683	-8.98484				07	431		
10636786	Douar Oulad Lefquih	douar-oulad-lefquih	MA		0	Africa/Casablanca	32.05421	-8.98778				07	431		
10636789	Douar Oulad Yakhlef	douar-oulad-yakhlef	MA		0	Africa/Casablanca	32.05137	-8.98568				07	431		
10636791	Douar Oulad El Qadi	douar-oulad-el-qadi	MA		0	Africa/Casablanca	32.05076	-8.98396				07	431		
10636793	Douar Oulad Esanbaai	douar-oulad-esanbaai	MA		0	Africa/Casablanca	32.04995	-8.99512				07	431		
10636795	Douar Oulad Nacer	douar-oulad-nacer	MA		0	Africa/Casablanca	32.04122	-8.98735				07	431		
10636797	Douar Laaouafat	douar-laaouafat	MA		0	Africa/Casablanca	32.03899	-8.96214				07	431		
10636799	Douar Oulad Mbarek Khalifa	douar-oulad-mbarek-khalifa	MA		0	Africa/Casablanca	32.03493	-8.99531				07	431		
10636800	Douar Lehmidat Nagga	douar-lehmidat-nagga	MA		0	Africa/Casablanca	32.03033	-8.99784				07	431		
10636801	Douar Oulad Obbad Hammam	douar-oulad-obbad-hammam	MA		0	Africa/Casablanca	32.02724	-8.99015				07	431		
10636803	Douar Oulad Chlih	douar-oulad-chlih	MA		0	Africa/Casablanca	32.03386	-8.979				07	431		
10636804	Douar Oulad Ezzaouia	douar-oulad-ezzaouia	MA		0	Africa/Casablanca	32.03198	-8.9684				07	431		
10636805	Douar Oulad Mansour	douar-oulad-mansour	MA		0	Africa/Casablanca	32.03431	-8.95943				07	431		
10636806	Douar Oulad Eddaou	douar-oulad-eddaou	MA		0	Africa/Casablanca	32.02849	-8.96338				07	431		
10636807	Douar Oulad Dahmine	douar-oulad-dahmine	MA		0	Africa/Casablanca	32.0286	-8.9677				07	431		
10636809	Douar Oulad Ben Jilali	douar-oulad-ben-jilali	MA		0	Africa/Casablanca	32.02043	-8.96694				07	431		
10636810	Douar Oulad Lahbib	douar-oulad-lahbib	MA		0	Africa/Casablanca	32.02076	-8.97102				07	431		
10636813	Douar Lehmidat	douar-lehmidat	MA		0	Africa/Casablanca	32.02553	-8.9909				07	431		
10636814	Douar Lehmidat Thahra	douar-lehmidat-thahra	MA		0	Africa/Casablanca	32.02362	-8.99179				07	431		
10636816	Douar Oulad El Haj Miloud	douar-oulad-el-haj-miloud	MA		0	Africa/Casablanca	32.01861	-8.97619				07	431		
10636818	Douar Oulad Sidi Abderrahmane	douar-oulad-sidi-abderrahmane	MA		0	Africa/Casablanca	32.01399	-8.95958				07	431		
10636820	Douar Oulad Allai	douar-oulad-allai	MA		0	Africa/Casablanca	32.01068	-8.9636				07	431		
10636822	Douar Thahra	douar-thahra	MA		0	Africa/Casablanca	32.00644	-8.96815				07	431		
10636824	Douar Hlalat	douar-hlalat	MA		0	Africa/Casablanca	32.00639	-8.9798				07	431		
10636826	Douar Laqyyat	douar-laqyyat	MA		0	Africa/Casablanca	32.0129	-8.98712				07	431		
10636827	Moul Lahnach	moul-lahnach	MA		0	Africa/Casablanca	32.00933	-8.99201				07	431		
10636828	Douar Oulad Abdellah	douar-oulad-abdellah	MA		0	Africa/Casablanca	32.00877	-8.99671				07	431		
10636829	Douar Rbabha	douar-rbabha	MA		0	Africa/Casablanca	32.00602	-8.99523				07	431		
10636830	Sidi Mohamed El Hadi	sidi-mohamed-el-hadi	MA		0	Africa/Casablanca	32.00291	-8.98267				07	431		
10636833	Douar Oulad Jamar	douar-oulad-jamar	MA		0	Africa/Casablanca	32.00104	-8.95958				07	431		
10636835	Douar Oulad Jalloul	douar-oulad-jalloul	MA		0	Africa/Casablanca	32.0028	-8.95647				07	431		
10636838	Douar Oulad Omar	douar-oulad-omar	MA		0	Africa/Casablanca	32.00388	-8.918				07	431		
10636839	Douar Oulad Haddi	douar-oulad-haddi	MA		0	Africa/Casablanca	32.00336	-8.92227				07	431		
10636842	Douar Oulad Amer	douar-oulad-amer	MA		0	Africa/Casablanca	32.00615	-8.92628				07	431		
10636843	Douar Oulad El Haj Omar	douar-oulad-el-haj-omar	MA		0	Africa/Casablanca	32.00755	-8.93534				07	431		
10636845	Douar Lahchachma	douar-lahchachma	MA		0	Africa/Casablanca	32.00416	-8.9412				07	431		
10636846	Douar Oulad Abdossalam Ben El Mamoune	douar-oulad-abdossalam-ben-el-mamoune	MA		0	Africa/Casablanca	32.00595	-8.94574				07	431		
10636848	Doar Leghfirat	doar-leghfirat	MA		0	Africa/Casablanca	32.01013	-8.93675				07	431		
10636849	Doar Snibat	doar-snibat	MA		0	Africa/Casablanca	32.01373	-8.93723				07	431		
10636850	Douar Oulad El Fatemi	douar-oulad-el-fatemi	MA		0	Africa/Casablanca	32.01168	-8.92373				07	431		
10636852	Douar Rzougat	douar-rzougat	MA		0	Africa/Casablanca	32.01539	-8.91892				07	431		
10636853	Douar Oulad Arayeh	douar-oulad-arayeh	MA		0	Africa/Casablanca	32.02239	-8.92817				07	431		
10636855	Douar Oulad El Arbi Hajjaj	douar-oulad-el-arbi-hajjaj	MA		0	Africa/Casablanca	32.01867	-8.95746				07	431		
10636858	Douar Oulad El Faqir Omar	douar-oulad-el-faqir-omar	MA		0	Africa/Casablanca	32.02414	-8.95126				07	431		
10636859	Douar Oulad El Maati	douar-oulad-el-maati	MA		0	Africa/Casablanca	32.03027	-8.95111				07	431		
10636860	Douar Oulad Smail	douar-oulad-smail	MA		0	Africa/Casablanca	32.02787	-8.94587				07	431		
10636861	Douar Ben El Arbi	douar-ben-el-arbi	MA		0	Africa/Casablanca	32.02643	-8.92971				07	431		
10636862	Douar Dhamna	douar-dhamna	MA		0	Africa/Casablanca	32.02325	-8.92427				07	431		
10636863	Douar Oulad El Haj Abbas	douar-oulad-el-haj-abbas	MA		0	Africa/Casablanca	32.0288	-8.91877				07	431		
10636864	Douar Oulad Rbiai	douar-oulad-rbiai	MA		0	Africa/Casablanca	32.03273	-8.92154				07	431		
10636866	Lamrasla	lamrasla	MA		0	Africa/Casablanca	32.03796	-8.92163				07	431		
10636871	Douar Oulad El Haj El Hassan	douar-oulad-el-haj-el-hassan	MA		0	Africa/Casablanca	32.03773	-8.94169				07	431		
10636873	Douar Zouiyat	douar-zouiyat	MA		0	Africa/Casablanca	32.04131	-8.95289				07	431		
10636876	Douar Oulad Lahbib	douar-oulad-lahbib	MA		0	Africa/Casablanca	32.04226	-8.93583				07	431		
10636879	Douar Bou Allalat	douar-bou-allalat	MA		0	Africa/Casablanca	32.05021	-8.92377				07	431		
10636881	Oulad Brahim	oulad-brahim	MA		0	Africa/Casablanca	32.05025	-8.94643				07	431		
10636882	Douar Laaouid	douar-laaouid	MA		0	Africa/Casablanca	32.04621	-8.95388				07	431		
10636884	Douar Oulad Mahjoub	douar-oulad-mahjoub	MA		0	Africa/Casablanca	32.05271	-8.94937				07	431		
10636885	Douar Oulad El Haj	douar-oulad-el-haj	MA		0	Africa/Casablanca	32.05519	-8.95252				07	431		
10636886	Douar Oulad El Asri	douar-oulad-el-asri	MA		0	Africa/Casablanca	32.05646	-8.9525				07	431		
10636887	Douar Chlihat	douar-chlihat	MA		0	Africa/Casablanca	32.05615	-8.9465				07	431		
10636888	Douar Oulad Ahmed Ben El Arbi	douar-oulad-ahmed-ben-el-arbi	MA		0	Africa/Casablanca	32.05637	-8.9445				07	431		
10636889	Douar Zyayna	douar-zyayna	MA		0	Africa/Casablanca	32.05448	-8.94712				07	431		
10636892	Douar Snasna	douar-snasna	MA		0	Africa/Casablanca	32.05501	-8.92182				07	431		
10636895	Douar Chnachna	douar-chnachna	MA		0	Africa/Casablanca	32.06264	-8.92669				07	431		
10636898	Douar Zrahna	douar-zrahna	MA		0	Africa/Casablanca	32.05815	-8.94553				07	431		
10636900	Rbaat Sidi Bella	rbaat-sidi-bella	MA		0	Africa/Casablanca	32.06239	-8.95533				07	431		
10636901	Douar Oulad Jilali	douar-oulad-jilali	MA		0	Africa/Casablanca	32.06304	-8.95094				07	431		
10636903	Oulad Slimane	oulad-slimane	MA		0	Africa/Casablanca	32.06319	-8.94444				07	431		
10636907	Douar Lemhajba	douar-lemhajba	MA		0	Africa/Casablanca	32.06914	-8.92384				07	431		
10636910	Rbaat Amer	rbaat-amer	MA		0	Africa/Casablanca	32.06979	-8.94002				07	431		
10636918	Douar Jouamaa	douar-jouamaa	MA		0	Africa/Casablanca	32.07519	-8.92774				07	431		
10636919	Rbaat El Hachemi	rbaat-el-hachemi	MA		0	Africa/Casablanca	32.07898	-8.92123				07	431		
10636920	Rbaat El Amari	rbaat-el-amari	MA		0	Africa/Casablanca	32.07801	-8.9305				07	431		
10636921	Douar Sbabha Oulad Lkahla	douar-sbabha-oulad-lkahla	MA		0	Africa/Casablanca	32.07701	-8.94182				07	431		
10636923	Oulad Houiziya	oulad-houiziya	MA		0	Africa/Casablanca	32.08334	-8.94896				07	431		
10636924	DouarBoualat	douarboualat	MA		0	Africa/Casablanca	32.08574	-8.95512				07	431		
10636925	Rbaat El Ayacin	rbaat-el-ayacin	MA		0	Africa/Casablanca	32.0853	-8.94358				07	431		
10636928	Douar Sbabha Oulad Sbai	douar-sbabha-oulad-sbai	MA		0	Africa/Casablanca	32.06783	-8.93911				07	431		
10636932	Douar Torch	douar-torch	MA		0	Africa/Casablanca	32.09639	-8.92903				07	431		
10636933	Jnane Rayeb	jnane-rayeb	MA		0	Africa/Casablanca	32.09676	-8.9427				07	431		
10636935	Douar Chaaba	douar-chaaba	MA		0	Africa/Casablanca	32.09124	-8.96188				07	431		
10636938	Douar Zaouiat Sidi Ahmed Ben Mbarek	douar-zaouiat-sidi-ahmed-ben-mbarek	MA		0	Africa/Casablanca	32.09976	-8.94984				07	431		
10636939	Douar Lekrarma	douar-lekrarma	MA		0	Africa/Casablanca	32.10174	-8.94677				07	431		
10636940	Douar Oulad Sidi Haboub	douar-oulad-sidi-haboub	MA		0	Africa/Casablanca	32.10426	-8.95538				07	431		
10636942	Douar Lahouaoura	douar-lahouaoura	MA		0	Africa/Casablanca	32.10086	-8.92845				07	431		
10636946	Sidi Mhamed	sidi-mhamed	MA		0	Africa/Casablanca	32.11313	-8.92124				07	431		
10636954	Douar Oulad Zouine	douar-oulad-zouine	MA		0	Africa/Casablanca	32.12187	-8.92283				07	431		
10636956	Douar Lalla Rahma	douar-lalla-rahma	MA		0	Africa/Casablanca	32.12002	-8.91051				07	431		
10636958	Douar Maayzal	douar-maayzal	MA		0	Africa/Casablanca	32.11502	-8.89796				07	431		
10636961	Douar Laabadla	douar-laabadla	MA		0	Africa/Casablanca	32.12257	-8.8804		Douar Abadla,Douar Laabadla		07	431		
10636963	Douar Leqdadra	douar-leqdadra	MA		0	Africa/Casablanca	32.11649	-8.88498				07	431		
10636964	Douar Chlouh	douar-chlouh	MA		0	Africa/Casablanca	32.11379	-8.88186				07	431		
10636966	Douar Oulad Lkhaloua	douar-oulad-lkhaloua	MA		0	Africa/Casablanca	32.11073	-8.87762				07	431		
10636970	Douar Loussifat	douar-loussifat	MA		0	Africa/Casablanca	32.11186	-8.91472				07	431		
10636971	Douar Lebhalla	douar-lebhalla	MA		0	Africa/Casablanca	32.10552	-8.91298				07	431		
10636973	Drouar Chhouat	drouar-chhouat	MA		0	Africa/Casablanca	32.10708	-8.8753				07	431		
10636977	Douar Oulad Mam	douar-oulad-mam	MA		0	Africa/Casablanca	32.09975	-8.89691				07	431		
10636990	Douar Bourkat	douar-bourkat	MA		0	Africa/Casablanca	32.09051	-8.89485				07	431		
10636992	Douar Oulad El Amri	douar-oulad-el-amri	MA		0	Africa/Casablanca	32.09128	-8.9154				07	431		
10636997	Douar Khrarza	douar-khrarza	MA		0	Africa/Casablanca	32.08368	-8.88946				07	431		
10636998	Douar Bru Dghough Oulad El Haj	douar-bru-dghough-oulad-el-haj	MA		0	Africa/Casablanca	32.0787	-8.87693				07	431		
10637001	Douar Zrahna	douar-zrahna	MA		0	Africa/Casablanca	32.07328	-8.89455				07	431		
10637003	Douar Lemkamchine	douar-lemkamchine	MA		0	Africa/Casablanca	32.07833	-8.90429				07	431		
10637004	Rbaat Lachehab	rbaat-lachehab	MA		0	Africa/Casablanca	32.07927	-8.91619				07	431		
10637012	Douar Komfrat Zrahna	douar-komfrat-zrahna	MA		0	Africa/Casablanca	32.07101	-8.87538				07	431		
10637018	Douar Oulad Chalane	douar-oulad-chalane	MA		0	Africa/Casablanca	32.06468	-8.90708				07	431		
10637019	Douar Oulad Bouazza	douar-oulad-bouazza	MA		0	Africa/Casablanca	32.0573	-8.91227				07	431		
10637020	Douar Bou Allalat	douar-bou-allalat	MA		0	Africa/Casablanca	32.05365	-8.90929				07	431		
10637022	Douar Oulad El Maah	douar-oulad-el-maah	MA		0	Africa/Casablanca	32.05588	-8.90266				07	431		
10637024	Douar Oulad Abdellah Ben Saleh	douar-oulad-abdellah-ben-saleh	MA		0	Africa/Casablanca	32.05828	-8.88693				07	431		
10637025	Douar Oulad Ennaga Chaab	douar-oulad-ennaga-chaab	MA		0	Africa/Casablanca	32.05488	-8.8889				07	431		
10637026	Douar Abdelkader Ben Kaddour	douar-abdelkader-ben-kaddour	MA		0	Africa/Casablanca	32.05528	-8.88304				07	431		
10637027	Douar Oulad Laaroussi	douar-oulad-laaroussi	MA		0	Africa/Casablanca	32.05506	-8.87656				07	431		
10637028	Douar Oulad Abdellah	douar-oulad-abdellah	MA		0	Africa/Casablanca	32.05464	-8.89528				07	431		
10637030	Douar Bgourat	douar-bgourat	MA		0	Africa/Casablanca	32.04733	-8.90639				07	431		
10637031	Douar Jamae Jomaa	douar-jamae-jomaa	MA		0	Africa/Casablanca	32.04459	-8.91081				07	431		
10637033	Douar Ezzaoma	douar-ezzaoma	MA		0	Africa/Casablanca	32.0404	-8.91313				07	431		
10637038	Douar Hatlata	douar-hatlata	MA		0	Africa/Casablanca	32.0384	-8.88362				07	431		
10637039	Douar Oulad Kaddour	douar-oulad-kaddour	MA		0	Africa/Casablanca	32.03758	-8.88609				07	431		
10637040	Laanaana	laanaana	MA		0	Africa/Casablanca	32.03602	-8.89894				07	431		
10637043	Douar Chqoufa	douar-chqoufa	MA		0	Africa/Casablanca	32.03325	-8.90397				07	431		
10637044	Douar El Arssat	douar-el-arssat	MA		0	Africa/Casablanca	32.03689	-8.91381				07	431		
10637045	Douar Oulad El Hassan	douar-oulad-el-hassan	MA		0	Africa/Casablanca	32.03285	-8.89088				07	431		
10637046	Douar Oulad Laaroussi	douar-oulad-laaroussi	MA		0	Africa/Casablanca	32.03604	-8.88034				07	431		
10637048	Douar Soualat	douar-soualat	MA		0	Africa/Casablanca	32.02714	-8.8891				07	431		
10637051	Hofrat Badi	hofrat-badi	MA		0	Africa/Casablanca	32.02787	-8.9016				07	431		
10637053	Douar Oulad El Hassan El Hit	douar-oulad-el-hassan-el-hit	MA		0	Africa/Casablanca	32.01573	-8.91343				07	431		
10637055	El Foqra	el-foqra	MA		0	Africa/Casablanca	32.01463	-8.9074				07	431		
10637057	Douar Somqat	douar-somqat	MA		0	Africa/Casablanca	32.01938	-8.88206				07	431		
10637058	Douar Rehilat	douar-rehilat	MA		0	Africa/Casablanca	32.01857	-8.87518				07	431		
10637059	Douar Bouidat	douar-bouidat	MA		0	Africa/Casablanca	32.01581	-8.89088				07	431		
10637060	École Chriqat	ecole-chriqat	MA		0	Africa/Casablanca	32.01281	-8.88719		Ecole Chriqat,École Chriqat		07	431		
10637061	Douar Mjadba	douar-mjadba	MA		0	Africa/Casablanca	32.0104	-8.88791				07	431		
10637063	Douar Oulad Saleh	douar-oulad-saleh	MA		0	Africa/Casablanca	32.00609	-8.89003				07	431		
10637064	Douar Chriqat	douar-chriqat	MA		0	Africa/Casablanca	32.00427	-8.88941				07	431		
10637065	Douar Oulad Massoud	douar-oulad-massoud	MA		0	Africa/Casablanca	32.00809	-8.89493				07	431		
10637066	Lhormat	lhormat	MA		0	Africa/Casablanca	32.00535	-8.91047				07	431		
10637071	Douar Zmoumat	douar-zmoumat	MA		0	Africa/Casablanca	32.00058	-8.87553				07	431		
10637072	Douar Tmatma	douar-tmatma	MA		0	Africa/Casablanca	32.0171	-8.98422				07	431		
10637073	Douar Oulad Ahmed Ben Allal	douar-oulad-ahmed-ben-allal	MA		0	Africa/Casablanca	32.01553	-8.96931				07	431		
10637076	Douar Leqadra	douar-leqadra	MA		0	Africa/Casablanca	32.08292	-8.93165				07	431		
10637079	Douar Laassam	douar-laassam	MA		0	Africa/Casablanca	32.0905	-8.98158				07	431		
10637082	Douar Bgourat	douar-bgourat	MA		0	Africa/Casablanca	32.05183	-8.93045				07	431		
10637153	Leqmasla	leqmasla	MA		0	Africa/Casablanca	32.04017	-8.87455				07	431		
10637157	Oulad El Maati	oulad-el-maati	MA		0	Africa/Casablanca	32.12362	-8.84252				07	585		
10637180	Douar Oulad Eddaou	douar-oulad-eddaou	MA		0	Africa/Casablanca	32.11357	-8.85263				07	585		
10637181	Douar Laabadat	douar-laabadat	MA		0	Africa/Casablanca	32.12122	-8.83664				07	585		
10637183	Douar Lehouitat	douar-lehouitat	MA		0	Africa/Casablanca	32.11079	-8.86561				07	431		
10637185	Douar Lebbardiya	douar-lebbardiya	MA		0	Africa/Casablanca	32.10744	-8.86527				07	431		
10637191	Douar El Ouatya	douar-el-ouatya	MA		0	Africa/Casablanca	32.09806	-8.85789				07	431		
10637193	Douar Oulad Zahra	douar-oulad-zahra	MA		0	Africa/Casablanca	32.08865	-8.86557				07	431		
10637194	Douar El Haj El Bachir	douar-el-haj-el-bachir	MA		0	Africa/Casablanca	32.09117	-8.86214				07	431		
10637196	Douar Legmara	douar-legmara	MA		0	Africa/Casablanca	32.09012	-8.83553				07	585		
10637200	Douar El Halloumiya	douar-el-halloumiya	MA		0	Africa/Casablanca	32.08238	-8.86677				07	431		
10637201	Douar El Mourra	douar-el-mourra	MA		0	Africa/Casablanca	32.08285	-8.84774				07	431		
10637206	Douar Abdeljahl	douar-abdeljahl	MA		0	Africa/Casablanca	32.07721	-8.86929				07	431		
10637208	Douar Oulad Mohamed Ben Tahar	douar-oulad-mohamed-ben-tahar	MA		0	Africa/Casablanca	32.06976	-8.86486				07	431		
10637211	Douar Lmorra Khenifrat	douar-lmorra-khenifrat	MA		0	Africa/Casablanca	32.06254	-8.85226				07	431		
10637212	Douar Oulad Hrima	douar-oulad-hrima	MA		0	Africa/Casablanca	32.06139	-8.87199				07	431		
10637213	Douar Oulad Mbarek Ben Saleh	douar-oulad-mbarek-ben-saleh	MA		0	Africa/Casablanca	32.05979	-8.86686				07	431		
10637218	Douar Srabta	douar-srabta	MA		0	Africa/Casablanca	32.04555	-8.85149				07	585		
10637220	Douar Oulad Bouhanni	douar-oulad-bouhanni	MA		0	Africa/Casablanca	32.03909	-8.86665				07	431		
10637221	Douar Leqmasia	douar-leqmasia	MA		0	Africa/Casablanca	32.03831	-8.86781				07	431		
10637223	Douar Oulad Nagga Hamri	douar-oulad-nagga-hamri	MA		0	Africa/Casablanca	32.03271	-8.87368				07	431		
10637229	Douar Lekouach	douar-lekouach	MA		0	Africa/Casablanca	32.02967	-8.85795				07	431		
10637230	Douar Oulad Abbas	douar-oulad-abbas	MA		0	Africa/Casablanca	32.02736	-8.86802				07	431		
10637238	Douar Oulad Hbalou	douar-oulad-hbalou	MA		0	Africa/Casablanca	32.01365	-8.84364				07	431		
10637249	Douar Lekhbazal Fant	douar-lekhbazal-fant	MA		0	Africa/Casablanca	32.00202	-8.85187				07	431		
10637278	Jnane Bouih	jnane-bouih	MA		0	Africa/Casablanca	32.03024	-8.79678				07	585		
10637291	Douar Haddi Ben Taibi	douar-haddi-ben-taibi	MA		0	Africa/Casablanca	32.04866	-8.82581				07	585		
10637293	Douar Si Lakbir	douar-si-lakbir	MA		0	Africa/Casablanca	32.05525	-8.83214				07	585		
10637297	Douar Legouira	douar-legouira	MA		0	Africa/Casablanca	32.06505	-8.81813				07	585		
10637302	Douar Leklafta	douar-leklafta	MA		0	Africa/Casablanca	32.05743	-8.79811				07	585		
10637305	Douar Zairat	douar-zairat	MA		0	Africa/Casablanca	32.0705	-8.80368				07	585		
10637308	Douar Oulad Ben Kabbour	douar-oulad-ben-kabbour	MA		0	Africa/Casablanca	32.07348	-8.80275				07	585		
10637311	Douar Oulad Bouchta	douar-oulad-bouchta	MA		0	Africa/Casablanca	32.07832	-8.80684				07	585		
10637317	Douar Gdidrat	douar-gdidrat	MA		0	Africa/Casablanca	32.08067	-8.8278				07	585		
10637320	Douar Laamarna	douar-laamarna	MA		0	Africa/Casablanca	32.0825	-8.80171				07	585		
10637326	Douar Lehrirat	douar-lehrirat	MA		0	Africa/Casablanca	32.09132	-8.80145				07	585		
10637329	Douar Lekhcheb	douar-lekhcheb	MA		0	Africa/Casablanca	32.08961	-8.83327				07	585		
10637331	Douar Gdidrat Sidi Damene	douar-gdidrat-sidi-damene	MA		0	Africa/Casablanca	32.09273	-8.82112				07	585		
10637332	Douar Oulad Brik	douar-oulad-brik	MA		0	Africa/Casablanca	32.09759	-8.81413				07	585		
10637334	Douar Si Kaddour	douar-si-kaddour	MA		0	Africa/Casablanca	32.1001	-8.79409				07	585		
10637335	Douar Lehouajja	douar-lehouajja	MA		0	Africa/Casablanca	32.1009	-8.80555				07	585		
10637336	Douar Haddada	douar-haddada	MA		0	Africa/Casablanca	32.10277	-8.81126				07	585		
10637338	Douar Oulad Abbou	douar-oulad-abbou	MA		0	Africa/Casablanca	32.1055	-8.80853				07	585		
10637342	Douar Lahbib	douar-lahbib	MA		0	Africa/Casablanca	32.11168	-8.826				07	585		
10637343	Douar Sdadqa	douar-sdadqa	MA		0	Africa/Casablanca	32.11619	-8.81873				07	585		
10637344	Douar Oulad Ahmed	douar-oulad-ahmed	MA		0	Africa/Casablanca	32.12107	-8.82184				07	585		
10637345	Douar Legrouta	douar-legrouta	MA		0	Africa/Casablanca	32.1198	-8.79928				07	585		
10637347	Douar Leghraghla	douar-leghraghla	MA		0	Africa/Casablanca	32.11384	-8.80034				07	585		
10637351	Douar El Haj Karroum	douar-el-haj-karroum	MA		0	Africa/Casablanca	32.11695	-8.76345				07	585		
10637354	Douar Oulad El Qadi	douar-oulad-el-qadi	MA		0	Africa/Casablanca	32.11377	-8.75918				07	585		
10637356	Douar Richat	douar-richat	MA		0	Africa/Casablanca	32.1135	-8.76845				07	585		
10637357	Douar Oulad Said	douar-oulad-said	MA		0	Africa/Casablanca	32.11175	-8.77575				07	585		
10637360	Douar Asaada	douar-asaada	MA		0	Africa/Casablanca	32.10699	-8.76761				07	585		
10637362	Douar Dhamna	douar-dhamna	MA		0	Africa/Casablanca	32.10835	-8.75967				07	585		
10637366	Douar Rkayez	douar-rkayez	MA		0	Africa/Casablanca	32.09914	-8.78896				07	585		
10637367	Douar Lekhouadra	douar-lekhouadra	MA		0	Africa/Casablanca	32.09965	-8.77697				07	585		
10637370	Douar Legraynat	douar-legraynat	MA		0	Africa/Casablanca	32.09017	-8.76012				07	585		
10637374	Douar Oulad Ben Karroum	douar-oulad-ben-karroum	MA		0	Africa/Casablanca	32.08131	-8.76917				07	585		
10637381	Douar Leqouasina	douar-leqouasina	MA		0	Africa/Casablanca	32.0737	-8.77693				07	585		
10637382	Douar Oulad Benslimane	douar-oulad-benslimane	MA		0	Africa/Casablanca	32.07879	-8.7918				07	585		
10637389	Douar Omar Ben El Ayyachi El Fouqani	douar-omar-ben-el-ayyachi-el-fouqani	MA		0	Africa/Casablanca	32.05834	-8.7797				07	585		
10637392	Douar Omar Ben Ayachi Tahtani	douar-omar-ben-ayachi-tahtani	MA		0	Africa/Casablanca	32.04932	-8.77952				07	585		
10637398	Douar Zaouiat Sidi Hammadi	douar-zaouiat-sidi-hammadi	MA		0	Africa/Casablanca	32.03374	-8.75506				07	585		
10637406	Douar Laabadia	douar-laabadia	MA		0	Africa/Casablanca	32.01865	-8.77114				07	585		
10637414	Douar Bouazza	douar-bouazza	MA		0	Africa/Casablanca	32.01592	-8.78678				07	585		
10637416	Douar Dhoum	douar-dhoum	MA		0	Africa/Casablanca	32.01177	-8.7892				07	585		
10637424	Douar Maitat	douar-maitat	MA		0	Africa/Casablanca	32.04806	-8.85832				07	431		
10637430	Douar Srahns	douar-srahns	MA		0	Africa/Casablanca	32.03095	-8.77315				07	585		
10637458	Douar Oulad Eddaou	douar-oulad-eddaou	MA		0	Africa/Casablanca	32.2423	-8.97561				07	431		
10637463	Douar Arabat	douar-arabat	MA		0	Africa/Casablanca	32.18437	-8.95535				07	431		
10637465	Douar Leqoussma	douar-leqoussma	MA		0	Africa/Casablanca	32.14215	-8.90559				07	431		
10637467	Douar Lebriyat	douar-lebriyat	MA		0	Africa/Casablanca	32.24034	-8.96616				07	431		
10637469	Douar El Kasba	douar-el-kasba	MA		0	Africa/Casablanca	32.22738	-8.95361				07	431		
10637470	Douar Leqraya	douar-leqraya	MA		0	Africa/Casablanca	32.22346	-8.94773				07	431		
10637471	Douar El Bana	douar-el-bana	MA		0	Africa/Casablanca	32.22132	-8.94284				07	431		
10637472	Douar Oulad Ammoura	douar-oulad-ammoura	MA		0	Africa/Casablanca	32.22798	-8.98322				07	431		
10637474	Douar Laassada	douar-laassada	MA		0	Africa/Casablanca	32.20927	-8.94938				07	431		
10637475	Douar Oulad Si Ali	douar-oulad-si-ali	MA		0	Africa/Casablanca	32.20638	-8.94138				07	431		
10637476	Douar Oulad Hommane	douar-oulad-hommane	MA		0	Africa/Casablanca	32.20601	-8.94677				07	431		
10637478	Douar Abiydat	douar-abiydat	MA		0	Africa/Casablanca	32.20773	-8.96203				07	431		
10637479	Douar Lehrarta	douar-lehrarta	MA		0	Africa/Casablanca	32.20671	-8.9711				07	431		
10637480	Douar Oulad Ahmed	douar-oulad-ahmed	MA		0	Africa/Casablanca	32.19629	-8.99343				07	431		
10637481	Douar Lemaatla	douar-lemaatla	MA		0	Africa/Casablanca	32.19138	-8.95153				07	431		
10637483	Douar Oulad El Haj	douar-oulad-el-haj	MA		0	Africa/Casablanca	32.18327	-8.96543				07	431		
10637485	Douar Oulad Si Ali	douar-oulad-si-ali	MA		0	Africa/Casablanca	32.1913	-8.99673				07	431		
10637487	Douar Oulad El Qorchi	douar-oulad-el-qorchi	MA		0	Africa/Casablanca	32.15649	-8.9871				07	431		
10637488	Douar Abidlat	douar-abidlat	MA		0	Africa/Casablanca	32.16131	-8.95				07	431		
10637489	Douar Oulad Assila	douar-oulad-assila	MA		0	Africa/Casablanca	32.15571	-8.97641				07	431		
10637490	Douar Oulad Brahim	douar-oulad-brahim	MA		0	Africa/Casablanca	32.1337	-8.90436				07	431		
10637491	Douar Oulad Zaouiat	douar-oulad-zaouiat	MA		0	Africa/Casablanca	32.14419	-8.87523				07	431		
10637494	Douar Oulad Si Omar	douar-oulad-si-omar	MA		0	Africa/Casablanca	32.15047	-8.92563				07	431		
10637495	Douar Oulad Bou Ali	douar-oulad-bou-ali	MA		0	Africa/Casablanca	32.16627	-8.91104				07	431		
10637499	Douar Oulad Naim	douar-oulad-naim	MA		0	Africa/Casablanca	32.19596	-8.8871				07	431		
10637500	Douar Rousouna	douar-rousouna	MA		0	Africa/Casablanca	32.18789	-8.93505				07	431		
10637502	Douar Lekrifat	douar-lekrifat	MA		0	Africa/Casablanca	32.18891	-8.92799				07	431		
10637503	Douar Oulad Sidi Said	douar-oulad-sidi-said	MA		0	Africa/Casablanca	32.20271	-8.93067				07	431		
10637504	Douar Oulad Boudiya	douar-oulad-boudiya	MA		0	Africa/Casablanca	32.20555	-8.92588				07	431		
10637505	Douar Leqlalda	douar-leqlalda	MA		0	Africa/Casablanca	32.20437	-8.90438				07	431		
10637507	Douar Oulad Laaroussi	douar-oulad-laaroussi	MA		0	Africa/Casablanca	32.19802	-8.89734				07	431		
10637508	Douar Leqseymat	douar-leqseymat	MA		0	Africa/Casablanca	32.21361	-8.90537				07	431		
10637510	Douar Laababds	douar-laababds	MA		0	Africa/Casablanca	32.24434	-8.96831				07	431		
10637511	Lemzara	lemzara	MA		0	Africa/Casablanca	32.24115	-8.97155				07	431		
10637515	Douar Lemnasser	douar-lemnasser	MA		0	Africa/Casablanca	32.23866	-8.97365				07	431		
10637517	Douar Lemzaouir	douar-lemzaouir	MA		0	Africa/Casablanca	32.23501	-8.96425				07	431		
10637518	Douar Echlouh	douar-echlouh	MA		0	Africa/Casablanca	32.23396	-8.95146				07	431		
10637519	Douar Himrat	douar-himrat	MA		0	Africa/Casablanca	32.23334	-8.9612				07	431		
10637520	Kasbat Oulad Hommane	kasbat-oulad-hommane	MA		0	Africa/Casablanca	32.22836	-8.95086				07	431		
10637526	Douar Oulad El Hachmi	douar-oulad-el-hachmi	MA		0	Africa/Casablanca	32.22082	-8.98567				07	431		
10637529	Douar Zkan	douar-zkan	MA		0	Africa/Casablanca	32.22437	-8.95693				07	431		
10637536	Douar Mouissat	douar-mouissat	MA		0	Africa/Casablanca	32.20813	-8.9935				07	431		
10637538	Douar Oulad Ben El Arbi	douar-oulad-ben-el-arbi	MA		0	Africa/Casablanca	32.21345	-8.96065				07	431		
10637539	Douar Lefrouda	douar-lefrouda	MA		0	Africa/Casablanca	32.21237	-8.95264				07	431		
10637542	Douar Draoucha	douar-draoucha	MA		0	Africa/Casablanca	32.20462	-8.94507				07	431		
10637552	Douar Laouradgha	douar-laouradgha	MA		0	Africa/Casablanca	32.20306	-8.96942				07	431		
10637555	Douar Rekhiouat	douar-rekhiouat	MA		0	Africa/Casablanca	32.19605	-8.97404				07	431		
10637556	Douar Lkouaya	douar-lkouaya	MA		0	Africa/Casablanca	32.19577	-8.983				07	431		
10637557	Douar Harbida	douar-harbida	MA		0	Africa/Casablanca	32.19442	-8.98558				07	431		
10637559	Douar Laamimat	douar-laamimat	MA		0	Africa/Casablanca	32.19324	-8.97693				07	431		
10637560	Douar Hayyouk	douar-hayyouk	MA		0	Africa/Casablanca	32.18859	-8.99489				07	431		
10637562	Douar Sellam	douar-sellam	MA		0	Africa/Casablanca	32.19295	-8.98202				07	431		
10637564	Douar Lehramcha	douar-lehramcha	MA		0	Africa/Casablanca	32.18159	-8.99779				07	431		
10637565	Douar Chouifat	douar-chouifat	MA		0	Africa/Casablanca	32.18212	-8.97262				07	431		
10637578	Douar Haddada	douar-haddada	MA		0	Africa/Casablanca	32.16329	-8.9787				07	431		
10637579	Douar Hmida	douar-hmida	MA		0	Africa/Casablanca	32.16718	-8.99269				07	431		
10637580	Douar Lqodya	douar-lqodya	MA		0	Africa/Casablanca	32.16032	-8.98562				07	431		
10637581	Douar Lehbabcha	douar-lehbabcha	MA		0	Africa/Casablanca	32.15976	-8.9944				07	431		
10637590	Douar Si Abdellah Ben Kaddour	douar-si-abdellah-ben-kaddour	MA		0	Africa/Casablanca	32.1535	-8.95648				07	431		
10637591	Douar Leghhmi	douar-leghhmi	MA		0	Africa/Casablanca	32.14992	-8.97753				07	431		
10637592	Douar Lehrach	douar-lehrach	MA		0	Africa/Casablanca	32.15368	-8.93835				07	431		
10637594	Douar Lehraychiya Khenifrat	douar-lehraychiya-khenifrat	MA		0	Africa/Casablanca	32.14708	-8.95191				07	431		
10637598	Douar Lehsasna	douar-lehsasna	MA		0	Africa/Casablanca	32.1386	-8.97319				07	431		
10637602	Douar Oulad Si Mbarek Ben Hayda	douar-oulad-si-mbarek-ben-hayda	MA		0	Africa/Casablanca	32.13732	-8.99702				07	431		
10637605	Douar Lekouanene Lemfareq	douar-lekouanene-lemfareq	MA		0	Africa/Casablanca	32.13471	-8.96449				07	431		
10637606	Douar Lekouanene Oulad Rays	douar-lekouanene-oulad-rays	MA		0	Africa/Casablanca	32.135	-8.95492				07	431		
10637626	Douar El Qodra	douar-el-qodra	MA		0	Africa/Casablanca	32.12593	-8.89163				07	431		
10637627	Douar Ben Mbarek	douar-ben-mbarek	MA		0	Africa/Casablanca	32.12914	-8.88977				07	431		
10637634	Douar Oulad Jilali Touires	douar-oulad-jilali-touires	MA		0	Africa/Casablanca	32.12844	-8.91655				07	431		
10637637	Douar Soualha	douar-soualha	MA		0	Africa/Casablanca	32.12627	-8.88178				07	431		
10637641	Douar El Baz	douar-el-baz	MA		0	Africa/Casablanca	32.1404	-8.87784				07	431		
10637645	Douar Laahouat	douar-laahouat	MA		0	Africa/Casablanca	32.14061	-8.91719				07	431		
10637647	Douar Chhh	douar-chhh	MA		0	Africa/Casablanca	32.15594	-8.92462				07	431		
10637659	Douar Chtiouat	douar-chtiouat	MA		0	Africa/Casablanca	32.16999	-8.88939				07	431		
10637661	Douar Lehrahra	douar-lehrahra	MA		0	Africa/Casablanca	32.17021	-8.90915				07	431		
10637663	Douar Laatamna	douar-laatamna	MA		0	Africa/Casablanca	32.16507	-8.92539				07	431		
10637664	Douar Oulad Mbarek	douar-oulad-mbarek	MA		0	Africa/Casablanca	32.16173	-8.92752				07	431		
10637665	Douar Laajayene	douar-laajayene	MA		0	Africa/Casablanca	32.16737	-8.91606				07	431		
10637666	Dar Haddi	dar-haddi	MA		0	Africa/Casablanca	32.17882	-8.88479				07	431		
10637670	Douar Tahar Ben El Arbi	douar-tahar-ben-el-arbi	MA		0	Africa/Casablanca	32.19527	-8.90314				07	431		
10637672	Douar Oulad Si Hassan Ben Zidiya	douar-oulad-si-hassan-ben-zidiya	MA		0	Africa/Casablanca	32.18179	-8.91065				07	431		
10637676	Douar Oulad Bou Saadane	douar-oulad-bou-saadane	MA		0	Africa/Casablanca	32.18419	-8.91758				07	431		
10637678	Douar El Aichat	douar-el-aichat	MA		0	Africa/Casablanca	32.1946	-8.9261				07	431		
10637679	Douar Oulad Ben Zidiya	douar-oulad-ben-zidiya	MA		0	Africa/Casablanca	32.19224	-8.92014				07	431		
10637680	Douar Oulad Sidi Azzouz	douar-oulad-sidi-azzouz	MA		0	Africa/Casablanca	32.20251	-8.93324				07	431		
10637683	Douar Legramha	douar-legramha	MA		0	Africa/Casablanca	32.19972	-8.91892				07	431		
10637685	Douar Lehouara	douar-lehouara	MA		0	Africa/Casablanca	32.19852	-8.91037				07	431		
10637691	Douar Oulad El Haj El Hachmi	douar-oulad-el-haj-el-hachmi	MA		0	Africa/Casablanca	32.20803	-8.88887				07	431		
10637695	Douar Oulad Ben Abid	douar-oulad-ben-abid	MA		0	Africa/Casablanca	32.21457	-8.93344				07	431		
10637696	Douar Eddellal	douar-eddellal	MA		0	Africa/Casablanca	32.21881	-8.93217				07	431		
10637697	Douar Lemkhaoudine	douar-lemkhaoudine	MA		0	Africa/Casablanca	32.21457	-8.92165				07	431		
10637701	Douar Oulad Haddi	douar-oulad-haddi	MA		0	Africa/Casablanca	32.22584	-8.89784				07	431		
10637702	Douar Srahna	douar-srahna	MA		0	Africa/Casablanca	32.22832	-8.89849				07	431		
10637703	Douar Lehrach	douar-lehrach	MA		0	Africa/Casablanca	32.22588	-8.87725				07	431		
10637711	Coopérative Mabchoura	cooperative-mabchoura	MA		0	Africa/Casablanca	32.23869	-8.91733				07	431		
10637716	Douar El Haj El Arbi Ben Tammar	douar-el-haj-el-arbi-ben-tammar	MA		0	Africa/Casablanca	32.24075	-8.89196				07	431		
10637717	Douar Oulad Si Mesbah	douar-oulad-si-mesbah	MA		0	Africa/Casablanca	32.24406	-8.88239				07	431		
10637718	Douar Leqraqra	douar-leqraqra	MA		0	Africa/Casablanca	32.24654	-8.88443				07	431		
10637721	Douar Ait El Haj	douar-ait-el-haj	MA		0	Africa/Casablanca	32.13129	-8.99072				07	431		
10637722	Douar Oulad Abbou	douar-oulad-abbou	MA		0	Africa/Casablanca	32.12927	-8.98401				07	431		
10637725	Douar Oulad Lghabra	douar-oulad-lghabra	MA		0	Africa/Casablanca	32.12852	-8.99132				07	431		
10637728	Douar Oulad Jilali	douar-oulad-jilali	MA		0	Africa/Casablanca	32.18802	-8.97371				07	431		
10637729	Douar Lebbafra	douar-lebbafra	MA		0	Africa/Casablanca	32.14483	-8.90372				07	431		
10637762	Dar Mbarki Rachid	dar-mbarki-rachid	MA		0	Africa/Casablanca	32.24648	-8.8213				07	431		
10637763	Nzilat	nzilat	MA		0	Africa/Casablanca	32.24301	-8.82117				07	431		
10637765	Lahmidar	lahmidar	MA		0	Africa/Casablanca	32.23383	-8.81393				07	585		
10637772	Douar Chrigal	douar-chrigal	MA		0	Africa/Casablanca	32.49637	-8.99756				07	431		
10637774	Douar Oulad Alou	douar-oulad-alou	MA		0	Africa/Casablanca	32.49555	-8.9879				07	431		
10637780	Douar Chaala Tahtia	douar-chaala-tahtia	MA		0	Africa/Casablanca	32.48051	-8.96939				07	431		
10637782	Douar Rbiyae	douar-rbiyae	MA		0	Africa/Casablanca	32.49292	-8.96283				07	431		
10637784	Dar Lgouzi Mokhtar	dar-lgouzi-mokhtar	MA		0	Africa/Casablanca	32.4768	-8.98339				07	431		
10637788	Douar Oulad Bel Kheir	douar-oulad-bel-kheir	MA		0	Africa/Casablanca	32.48212	-8.95914				07	431		
10637793	Chatouna	chatouna	MA		0	Africa/Casablanca	32.24216	-8.78677				07	431		
10637802	Oulad Sghayyer	oulad-sghayyer	MA		0	Africa/Casablanca	32.24057	-8.75681				07	431		
10637805	Lekhrab	lekhrab	MA		0	Africa/Casablanca	32.22774	-8.75792				07	585		
10637809	Oulad Hammou	oulad-hammou	MA		0	Africa/Casablanca	32.22429	-8.80068				07	585		
10637812	Oulad Zalagh	oulad-zalagh	MA		0	Africa/Casablanca	32.22277	-8.80721				07	585		
10637814	El Mimtat	el-mimtat	MA		0	Africa/Casablanca	32.22384	-8.82689				07	431		
10637817	Hmamna	hmamna	MA		0	Africa/Casablanca	32.22506	-8.83764				07	431		
10637820	Dar Bel Haj	dar-bel-haj	MA		0	Africa/Casablanca	32.22317	-8.84964				07	431		
10637823	Lahrach	lahrach	MA		0	Africa/Casablanca	32.22375	-8.86741				07	431		
10637830	Oulad Rahmoune	oulad-rahmoune	MA		0	Africa/Casablanca	32.21038	-8.84972				07	431		
10637840	Lemzough	lemzough	MA		0	Africa/Casablanca	32.2184	-8.75501				07	585		
10637843	Oulad Hassan	oulad-hassan	MA		0	Africa/Casablanca	32.20748	-8.78817				07	585		
10637846	Oulad Immane	oulad-immane	MA		0	Africa/Casablanca	32.2069	-8.79304				07	585		
10637847	Oulad Kaddour	oulad-kaddour	MA		0	Africa/Casablanca	32.20305	-8.79295				07	585		
10637850	Oulad El Hassan	oulad-el-hassan	MA		0	Africa/Casablanca	32.20249	-8.81024				07	585		
10637851	Hachem Ben Bouchaib	hachem-ben-bouchaib	MA		0	Africa/Casablanca	32.19751	-8.81102				07	585		
10637854	Lemjaouline	lemjaouline	MA		0	Africa/Casablanca	32.20704	-8.83395				07	431		
10637856	Laababsa	laababsa	MA		0	Africa/Casablanca	32.20091	-8.84976				07	431		
10637858	Eddourat	eddourat	MA		0	Africa/Casablanca	32.20419	-8.86073				07	431		
10637861	Oulad Khal Tahar	oulad-khal-tahar	MA		0	Africa/Casablanca	32.19478	-8.85709				07	431		
10637862	Lagjinat	lagjinat	MA		0	Africa/Casablanca	32.19637	-8.8533				07	431		
10637868	Oulad El Maati Ben Hayda	oulad-el-maati-ben-hayda	MA		0	Africa/Casablanca	32.18863	-8.82495				07	585		
10637870	Maaytat	maaytat	MA		0	Africa/Casablanca	32.19214	-8.81814				07	585		
10637871	Chouihat	chouihat	MA		0	Africa/Casablanca	32.19528	-8.81379				07	585		
10637873	Lahbabla	lahbabla	MA		0	Africa/Casablanca	32.18831	-8.8138				07	585		
10637875	Oulad Ben Amer	oulad-ben-amer	MA		0	Africa/Casablanca	32.19045	-8.79487				07	585		
10637889	Laagada	laagada	MA		0	Africa/Casablanca	32.17869	-8.7536				07	585		
10637890	Eddelahna	eddelahna	MA		0	Africa/Casablanca	32.17549	-8.75625				07	585		
10637894	Ezzazat	ezzazat	MA		0	Africa/Casablanca	32.17356	-8.75895				07	585		
10637904	Lalla Rgana	lalla-rgana	MA		0	Africa/Casablanca	32.17991	-8.79083				07	585		
10637910	Lagdalat	lagdalat	MA		0	Africa/Casablanca	32.18094	-8.84316				07	431		
10637921	El Ouatia	el-ouatia	MA		0	Africa/Casablanca	32.1693	-8.86292				07	431		
10637924	Sidi Ettiji	sidi-ettiji	MA		0	Africa/Casablanca	32.17165	-8.86857				07	431		
10637925	Oulad Abbou	oulad-abbou	MA		0	Africa/Casablanca	32.16751	-8.87261				07	431		
10637929	Dradka	dradka	MA		0	Africa/Casablanca	32.16568	-8.84797				07	431		
10637932	Ben Lemfaddal	ben-lemfaddal	MA		0	Africa/Casablanca	32.16763	-8.81403				07	585		
10637933	Oulad El Houssine	oulad-el-houssine	MA		0	Africa/Casablanca	32.16342	-8.80271				07	585		
10637934	Oulad Ben Aittoune	oulad-ben-aittoune	MA		0	Africa/Casablanca	32.16504	-8.79718				07	585		
10637936	Hmarat	hmarat	MA		0	Africa/Casablanca	32.16538	-8.76071				07	585		
10637940	El Magrounat	el-magrounat	MA		0	Africa/Casablanca	32.15211	-8.75386				07	585		
10637942	Oulad Ben Said	oulad-ben-said	MA		0	Africa/Casablanca	32.15262	-8.76665				07	585		
10637945	Oulad Ali Ben Tahar	oulad-ali-ben-tahar	MA		0	Africa/Casablanca	32.15353	-8.77208				07	585		
10637947	Lagaayda	lagaayda	MA		0	Africa/Casablanca	32.16182	-8.7741				07	585		
10637950	El Gnat	el-gnat	MA		0	Africa/Casablanca	32.15931	-8.7945				07	585		
10637952	Oulad Sidi El Mehdi	oulad-sidi-el-mehdi	MA		0	Africa/Casablanca	32.15999	-8.80326				07	585		
10637958	Dar Mohamed Mansour	dar-mohamed-mansour	MA		0	Africa/Casablanca	32.15394	-8.81499				07	585		
10637971	Douar Eddounbat	douar-eddounbat	MA		0	Africa/Casablanca	32.16416	-8.87379		Douar Eddounbat,Eddounbat		07	431		
10637974	Oulad El Haj Massaoud	oulad-el-haj-massaoud	MA		0	Africa/Casablanca	32.15281	-8.85388				07	431		
10637982	Lgaada	lgaada	MA		0	Africa/Casablanca	32.14536	-8.76433				07	585		
10637983	Lamrazga	lamrazga	MA		0	Africa/Casablanca	32.14386	-8.76674				07	585		
10637989	Lamdadha	lamdadha	MA		0	Africa/Casablanca	32.13692	-8.76804				07	585		
10637990	Essedra Lamharra	essedra-lamharra	MA		0	Africa/Casablanca	32.13913	-8.76867				07	585		
10638003	Labbarat	labbarat	MA		0	Africa/Casablanca	32.13806	-8.81712				07	585		
10638004	Lahouajja	lahouajja	MA		0	Africa/Casablanca	32.13573	-8.81542				07	585		
10638005	Oulad Abbou Ben Dami	oulad-abbou-ben-dami	MA		0	Africa/Casablanca	32.13753	-8.8234				07	585		
10638012	Oulad El Houariya	oulad-el-houariya	MA		0	Africa/Casablanca	32.14055	-8.84774				07	585		
10638027	Ettaloue	ettaloue	MA		0	Africa/Casablanca	32.12656	-8.84115				07	585		
10638029	Oulad Hmad	oulad-hmad	MA		0	Africa/Casablanca	32.12615	-8.82467				07	585		
10638036	Laqlalda	laqlalda	MA		0	Africa/Casablanca	32.12569	-8.78184				07	585		
10638037	Labbachna	labbachna	MA		0	Africa/Casablanca	32.12959	-8.78309				07	585		
10638042	Laqliaat	laqliaat	MA		0	Africa/Casablanca	32.19902	-8.84583				07	431		
10638051	Lhaydat	lhaydat	MA		0	Africa/Casablanca	32.24883	-8.75087				07	431		
10638052	Lahrach	lahrach	MA		0	Africa/Casablanca	32.24969	-8.76657				07	431		
10638053	Douar Azib Ben Aissa	douar-azib-ben-aissa	MA		0	Africa/Casablanca	32.23381	-8.87443				07	431		
10638055	Douar Lekouach	douar-lekouach	MA		0	Africa/Casablanca	32.11753	-8.73382				07	585		
10638056	Douar Oulad Lemqeddem	douar-oulad-lemqeddem	MA		0	Africa/Casablanca	32.11624	-8.73043				07	585		
10638057	Douar Lhachmi	douar-lhachmi	MA		0	Africa/Casablanca	32.12308	-8.73198				07	585		
10638062	Lahouachma	lahouachma	MA		0	Africa/Casablanca	32.11831	-8.70647				07	585		
10638064	Oulad Belhaj	oulad-belhaj	MA		0	Africa/Casablanca	32.11579	-8.70142				07	585		
10638065	Oulad Dar	oulad-dar	MA		0	Africa/Casablanca	32.11868	-8.7032				07	585		
10638069	Douar Lhoumr	douar-lhoumr	MA		0	Africa/Casablanca	32.11715	-8.66035				07	585		
10638078	Oulad Lahmiyyed	oulad-lahmiyyed	MA		0	Africa/Casablanca	32.09992	-8.63741				07	585		
10638081	Rbaat Lhid	rbaat-lhid	MA		0	Africa/Casablanca	32.10561	-8.64462				07	585		
10638092	Douar El Onq	douar-el-onq	MA		0	Africa/Casablanca	32.08799	-8.63829				07	585		
10638096	Echemmaia Ouest	echemmaia-ouest	MA		0	Africa/Casablanca	32.08043	-8.63572				07	585		
10638100	Emba	emba	MA		0	Africa/Casablanca	32.09116	-8.69515				07	585		
10638102	Douar Lafdadla	douar-lafdadla	MA		0	Africa/Casablanca	32.08563	-8.69453				07	585		
10638103	Oulad Iaich	oulad-iaich	MA		0	Africa/Casablanca	32.09341	-8.7082				07	585		
10638105	Rbaat Laaloua	rbaat-laaloua	MA		0	Africa/Casablanca	32.09268	-8.72174				07	585		
10638106	Lahrahra	lahrahra	MA		0	Africa/Casablanca	32.09019	-8.7215				07	585		
10638107	Aouissat	aouissat	MA		0	Africa/Casablanca	32.09645	-8.72268				07	585		
10638108	Rbaat Miloud	rbaat-miloud	MA		0	Africa/Casablanca	32.09826	-8.72631				07	585		
10638109	Rbaat Belmilcudi	rbaat-belmilcudi	MA		0	Africa/Casablanca	32.07961	-8.74103				07	585		
10638110	Douar Lakouahi	douar-lakouahi	MA		0	Africa/Casablanca	32.0759	-8.74176				07	585		
10638113	Douar Lhidat	douar-lhidat	MA		0	Africa/Casablanca	32.07363	-8.71477				07	585		
10638114	Douar Lakhouadra	douar-lakhouadra	MA		0	Africa/Casablanca	32.08239	-8.70507				07	585		
10638118	Oulad Abdelmoula	oulad-abdelmoula	MA		0	Africa/Casablanca	32.07964	-8.68864				07	585		
10638121	Douar Smar	douar-smar	MA		0	Africa/Casablanca	32.08579	-8.65033				07	585		
10638122	Douar Lahraya	douar-lahraya	MA		0	Africa/Casablanca	32.08314	-8.64821				07	585		
10638123	Douar Ejdid	douar-ejdid	MA		0	Africa/Casablanca	32.08352	-8.64153				07	585		
10638124	Khemis Zima	khemis-zima	MA		0	Africa/Casablanca	32.08017	-8.6487				07	585		
10638126	Douar Hamdani	douar-hamdani	MA		0	Africa/Casablanca	32.07747	-8.64145				07	585		
10638127	Douar El Kheir	douar-el-kheir	MA		0	Africa/Casablanca	32.08145	-8.63737				07	585		
10638128	Hay Echef Mbarek	hay-echef-mbarek	MA		0	Africa/Casablanca	32.07965	-8.63042				07	585		
10638129	Hay Edrabla	hay-edrabla	MA		0	Africa/Casablanca	32.07771	-8.62776				07	585		
10638130	Hay Eltahouna	hay-eltahouna	MA		0	Africa/Casablanca	32.07372	-8.62795				07	585		
10638132	Douar Lahrach	douar-lahrach	MA		0	Africa/Casablanca	32.06825	-8.62786				07	585		
10638141	Douar Lemhadi	douar-lemhadi	MA		0	Africa/Casablanca	32.06743	-8.71588				07	585		
10638144	Douar Nchidat	douar-nchidat	MA		0	Africa/Casablanca	32.05918	-8.72163				07	585		
10638149	Douar Echaaba	douar-echaaba	MA		0	Africa/Casablanca	32.05703	-8.74144				07	585		
10638157	Rbaat Bou Koudia	rbaat-bou-koudia	MA		0	Africa/Casablanca	32.05642	-8.6906				07	585		
10638169	Oulad Lhejjam	oulad-lhejjam	MA		0	Africa/Casablanca	32.04042	-8.65477				07	585		
10638180	Oulad Lamfaddel	oulad-lamfaddel	MA		0	Africa/Casablanca	32.04848	-8.72043				07	585		
10638184	Leghoualem Lqobba	leghoualem-lqobba	MA		0	Africa/Casablanca	32.04071	-8.73667				07	585		
10638188	Rbaat Ezzirari	rbaat-ezzirari	MA		0	Africa/Casablanca	32.03393	-8.73958				07	585		
10638196	Oulad Bouzid	oulad-bouzid	MA		0	Africa/Casablanca	32.02538	-8.69211				07	585		
10638202	Douar Lmidat	douar-lmidat	MA		0	Africa/Casablanca	32.02795	-8.63724				07	585		
10638207	Rbaat Sidi Hmida	rbaat-sidi-hmida	MA		0	Africa/Casablanca	32.02548	-8.68844				07	585		
10638208	Rbaat Echarqe	rbaat-echarqe	MA		0	Africa/Casablanca	32.02231	-8.68739				07	585		
10638218	Rbaat Amara Belhiymer	rbaat-amara-belhiymer	MA		0	Africa/Casablanca	32.0173	-8.74185				07	585		
10638228	Arabat	arabat	MA		0	Africa/Casablanca	32.01268	-8.67947				07	585		
10638229	Douar Ell Hajjaj	douar-ell-hajjaj	MA		0	Africa/Casablanca	32.01101	-8.68183				07	585		
10638240	Douar Loummihat	douar-loummihat	MA		0	Africa/Casablanca	32.00311	-8.63988				07	585		
10638245	Douar Rouigat	douar-rouigat	MA		0	Africa/Casablanca	31.99911	-8.7085				07	585		
10638254	Lamkikat Louta	lamkikat-louta	MA		0	Africa/Casablanca	32.04641	-8.74303				07	585		
10638272	Douar Oulad Amara Lgantour	douar-oulad-amara-lgantour	MA		0	Africa/Casablanca	32.11016	-8.56012				07	585		
10638288	Douar Echedda Lbahriyine	douar-echedda-lbahriyine	MA		0	Africa/Casablanca	32.10495	-8.61373				07	585		
10638290	Douar Msabih	douar-msabih	MA		0	Africa/Casablanca	32.10447	-8.61976				07	585		
10638291	Douar Sidi El Mahjoub	douar-sidi-el-mahjoub	MA		0	Africa/Casablanca	32.10252	-8.61815				07	585		
10638293	Douar Echedda Lqabliyine	douar-echedda-lqabliyine	MA		0	Africa/Casablanca	32.09892	-8.60311				07	585		
10638313	Douar Hmara Essouani	douar-hmara-essouani	MA		0	Africa/Casablanca	32.08931	-8.5897				07	585		
10638314	Douar Ejjenadgha	douar-ejjenadgha	MA		0	Africa/Casablanca	32.08972	-8.60706				07	585		
10638320	Hay El Massira	hay-el-massira	MA		0	Africa/Casablanca	32.0854	-8.62417				07	585		
10638324	Dar Taliba	dar-taliba	MA		0	Africa/Casablanca	32.07966	-8.62228				07	585		
10638327	Douar Haddi Ben Eddaou	douar-haddi-ben-eddaou	MA		0	Africa/Casablanca	32.07358	-8.59793				07	585		
10638328	Douar Hasya	douar-hasya	MA		0	Africa/Casablanca	32.07564	-8.58681				07	585		
10638329	Douar Lahrar	douar-lahrar	MA		0	Africa/Casablanca	32.08048	-8.5721				07	585		
10638332	Douar Lhouksous	douar-lhouksous	MA		0	Africa/Casablanca	32.07196	-8.55939				07	585		
10638333	Rbaat Menni	rbaat-menni	MA		0	Africa/Casablanca	32.07374	-8.55818				07	585		
10638339	Douar Echaiba	douar-echaiba	MA		0	Africa/Casablanca	32.06749	-8.55136				07	585		
10638345	Douar Lahrich	douar-lahrich	MA		0	Africa/Casablanca	32.07055	-8.61889				07	585		
10638346	Douar Lahmamda	douar-lahmamda	MA		0	Africa/Casablanca	32.05719	-8.62233				07	585		
10638347	Douar Oulad Rahmoune	douar-oulad-rahmoune	MA		0	Africa/Casablanca	32.05076	-8.6154				07	585		
10638350	Douar Oulad Abbou	douar-oulad-abbou	MA		0	Africa/Casablanca	32.04636	-8.60004				07	585		
10638354	Douar Lghaba	douar-lghaba	MA		0	Africa/Casablanca	32.04481	-8.55768				07	585		
10638366	Douar Oulad Laarbi	douar-oulad-laarbi	MA		0	Africa/Casablanca	32.04095	-8.5439				07	585		
10638372	Douar Errehayac	douar-errehayac	MA		0	Africa/Casablanca	32.03766	-8.59691				07	585		
10638376	Douar Lorch	douar-lorch	MA		0	Africa/Casablanca	32.02629	-8.61703				07	585		
10638377	Douar Echlouha	douar-echlouha	MA		0	Africa/Casablanca	32.02213	-8.62359				07	585		
10638378	Douar Ezriyrat	douar-ezriyrat	MA		0	Africa/Casablanca	32.0207	-8.60383				07	585		
10638385	Douar Oulad Ettami	douar-oulad-ettami	MA		0	Africa/Casablanca	32.02347	-8.50978				07	585		
10638391	Oulad Ziyane	oulad-ziyane	MA		0	Africa/Casablanca	32.0063	-8.57027				07	585		
10638392	Mkhatra	mkhatra	MA		0	Africa/Casablanca	32.00715	-8.57235				07	585		
10638398	Douar Ejhiyrat	douar-ejhiyrat	MA		0	Africa/Casablanca	32.00063	-8.53997				07	585		
10638404	Douar Ftanis	douar-ftanis	MA		0	Africa/Casablanca	32.10177	-8.61926				07	585		
10638408	Rbaat Lkarroumi	rbaat-lkarroumi	MA		0	Africa/Casablanca	32.22747	-8.62126				07	585		
10638410	Dyour Lharga	dyour-lharga	MA		0	Africa/Casablanca	32.22978	-8.60994				07	585		
10638418	Douar Essedirat	douar-essedirat	MA		0	Africa/Casablanca	32.2176	-8.73178				07	585		
10638420	Douar Laabadla	douar-laabadla	MA		0	Africa/Casablanca	32.21631	-8.74416				07	585		
10638426	Douad Lebrach	douad-lebrach	MA		0	Africa/Casablanca	32.19137	-8.72434				07	585		
10638436	Rlhar El Haj Eddua	rlhar-el-haj-eddua	MA		0	Africa/Casablanca	32.14236	-8.73644				07	585		
10638438	Douar El Hig Talur	douar-el-hig-talur	MA		0	Africa/Casablanca	32.14659	-8.74395				07	585		
10638449	Douar Lhalhr	douar-lhalhr	MA		0	Africa/Casablanca	32.13251	-8.71643				07	585		
10638450	Douar Oulad Ben El Qaid	douar-oulad-ben-el-qaid	MA		0	Africa/Casablanca	32.13885	-8.72075				07	585		
10638451	Douar Saor	douar-saor	MA		0	Africa/Casablanca	32.13898	-8.70453				07	585		
10638453	Douar Oulad Saleh	douar-oulad-saleh	MA		0	Africa/Casablanca	32.14762	-8.69482				07	585		
10638456	Lekbabra	lekbabra	MA		0	Africa/Casablanca	32.15117	-8.71897				07	585		
10638457	Oulad Abdelkader	oulad-abdelkader	MA		0	Africa/Casablanca	32.15195	-8.71747				07	585		
10638461	Khyam Sidi Abdellaq	khyam-sidi-abdellaq	MA		0	Africa/Casablanca	32.16272	-8.70627				07	585		
10638462	Douar Laussaknya	douar-laussaknya	MA		0	Africa/Casablanca	32.16708	-8.72269				07	585		
10638464	Lalla Meryent	lalla-meryent	MA		0	Africa/Casablanca	32.16975	-8.70131				07	585		
10638465	Rbreu El Hanus	rbreu-el-hanus	MA		0	Africa/Casablanca	32.18073	-8.71341				07	585		
10638467	Douar Oulad Lhoa	douar-oulad-lhoa	MA		0	Africa/Casablanca	32.18357	-8.71517				07	585		
10638468	Rhau Abderjaoun	rhau-abderjaoun	MA		0	Africa/Casablanca	32.1898	-8.71906				07	585		
10638470	Douar Amer	douar-amer	MA		0	Africa/Casablanca	32.19409	-8.72238				07	585		
10638471	Rbreu El Mekki	rbreu-el-mekki	MA		0	Africa/Casablanca	32.19761	-8.70309				07	585		
10638473	Edcher Lahmer	edcher-lahmer	MA		0	Africa/Casablanca	32.20858	-8.70427				07	585		
10638475	Rhaur Lreisol	rhaur-lreisol	MA		0	Africa/Casablanca	32.22069	-8.71035				07	585		
10638476	Douar Orich	douar-orich	MA		0	Africa/Casablanca	32.22326	-8.70925				07	585		
10638478	Douar Esselamna	douar-esselamna	MA		0	Africa/Casablanca	32.22827	-8.71837				07	585		
10638483	Douar Edriydea	douar-edriydea	MA		0	Africa/Casablanca	32.24615	-8.70178				07	585		
10638488	Douar Lemchibeck	douar-lemchibeck	MA		0	Africa/Casablanca	32.22829	-8.69853				07	585		
10638496	Khyam Ben Areha	khyam-ben-areha	MA		0	Africa/Casablanca	32.20489	-8.69555				07	585		
10638497	Douar Oulad Faddoni	douar-oulad-faddoni	MA		0	Africa/Casablanca	32.20101	-8.69448				07	585		
10638498	Douar Labrahma	douar-labrahma	MA		0	Africa/Casablanca	32.19803	-8.6986				07	585		
10638499	Sidi Mohamed El Ouafi	sidi-mohamed-el-ouafi	MA		0	Africa/Casablanca	32.18561	-8.67785				07	585		
10638503	Sidi Kacem	sidi-kacem	MA		0	Africa/Casablanca	32.17827	-8.68166				07	585		
10638508	Oulad Henakma	oulad-henakma	MA		0	Africa/Casablanca	32.15263	-8.66667				07	585		
10638509	Oulad Besguig	oulad-besguig	MA		0	Africa/Casablanca	32.15097	-8.666				07	585		
10638511	Lakheumai	lakheumai	MA		0	Africa/Casablanca	32.14779	-8.67165				07	585		
10638512	Azih El Mekki	azih-el-mekki	MA		0	Africa/Casablanca	32.14245	-8.67939				07	585		
10638519	Douar Lhoumer	douar-lhoumer	MA		0	Africa/Casablanca	32.12692	-8.66596		Douar Lhoumer,Rbaat Erouijel		07	585		
10638521	Azis Oueld El Haj Abdellah	azis-oueld-el-haj-abdellah	MA		0	Africa/Casablanca	32.13612	-8.67057				07	585		
10638527	Oulad Ali	oulad-ali	MA		0	Africa/Casablanca	32.14803	-8.64271				07	585		
10638528	Dr. Oulad Salama	dr-oulad-salama	MA		0	Africa/Casablanca	32.14685	-8.66114				07	585		
10638530	Learahra	learahra	MA		0	Africa/Casablanca	32.15384	-8.64271				07	585		
10638533	Laguiamte	laguiamte	MA		0	Africa/Casablanca	32.17464	-8.67174				07	585		
10638535	Kaynar Benrahsil	kaynar-benrahsil	MA		0	Africa/Casablanca	32.17876	-8.65629				07	585		
10638539	Douar Ejridal	douar-ejridal	MA		0	Africa/Casablanca	32.20783	-8.65421				07	585		
10638540	Douar Oulad Bourinane	douar-oulad-bourinane	MA		0	Africa/Casablanca	32.20914	-8.6582				07	585		
10638544	Douar Oulad Ben Mlyaek	douar-oulad-ben-mlyaek	MA		0	Africa/Casablanca	32.21083	-8.66281				07	585		
10638552	Rbaat Ben Khalija	rbaat-ben-khalija	MA		0	Africa/Casablanca	32.24514	-8.66876				07	585		
10638563	Douar Oulad Earalmuniya Sfa	douar-oulad-earalmuniya-sfa	MA		0	Africa/Casablanca	32.21252	-8.62977				07	585		
10638565	Laarour	laarour	MA		0	Africa/Casablanca	32.20003	-8.63016				07	585		
10638567	Licusara	licusara	MA		0	Africa/Casablanca	32.19736	-8.62917				07	585		
10638581	Douar Bidane Lekhmamla	douar-bidane-lekhmamla	MA		0	Africa/Casablanca	32.24953	-8.6966				07	585		
10638584	Oulad Sghir	oulad-sghir	MA		0	Africa/Casablanca	32.24836	-8.74794				07	431		
10638592	Oulad El Mouddene	oulad-el-mouddene	MA		0	Africa/Casablanca	32.37147	-8.85809				07	431		
10638593	Jbouda	jbouda	MA		0	Africa/Casablanca	32.3655	-8.86813				07	431		
10638595	Douar Laabid	douar-laabid	MA		0	Africa/Casablanca	32.36065	-8.84283				07	431		
10638596	Douar Baazi	douar-baazi	MA		0	Africa/Casablanca	32.36331	-8.83657				07	431		
10638608	Douar Leblaada	douar-leblaada	MA		0	Africa/Casablanca	32.21431	-8.58558				07	585		
10638609	Douar Od El Haj	douar-od-el-haj	MA		0	Africa/Casablanca	32.20813	-8.58925				07	585		
10638617	Douar Oulad Hsine El Hamri	douar-oulad-hsine-el-hamri	MA		0	Africa/Casablanca	32.18458	-8.60803				07	585		
10638619	Eddouiouat	eddouiouat	MA		0	Africa/Casablanca	32.18329	-8.60773				07	585		
10638622	Douar Oulad Ali	douar-oulad-ali	MA		0	Africa/Casablanca	32.17762	-8.58688				07	585		
10638624	Lebghadda	lebghadda	MA		0	Africa/Casablanca	32.16567	-8.60259				07	585		
10638625	Aouissat	aouissat	MA		0	Africa/Casablanca	32.16556	-8.6036				07	585		
10638627	Laaounat	laaounat	MA		0	Africa/Casablanca	32.16162	-8.60278				07	585		
10638629	Douar Oulad Hsine	douar-oulad-hsine	MA		0	Africa/Casablanca	32.15275	-8.59851				07	585		
10638631	Douar El Kalaa	douar-el-kalaa	MA		0	Africa/Casablanca	32.14986	-8.60205				07	585		
10638639	Coopérative Mahdaoua de Forgerle	cooperative-mahdaoua-de-forgerle	MA		0	Africa/Casablanca	32.13077	-8.60068		Cooperative Mahdaoua de Forgerle,Coopérative Mahdaoua de Forgerle		07	585		
10638641	Douar El Haddada	douar-el-haddada	MA		0	Africa/Casablanca	32.12842	-8.60772				07	585		
10638651	Douar Echadda	douar-echadda	MA		0	Africa/Casablanca	32.14658	-8.56242				07	585		
10638652	Jbala	jbala	MA		0	Africa/Casablanca	32.15555	-8.56394				07	585		
10638653	Rbaat Tayeb	rbaat-tayeb	MA		0	Africa/Casablanca	32.15273	-8.57345				07	585		
10638655	Douar Oulad Maamer	douar-oulad-maamer	MA		0	Africa/Casablanca	32.15633	-8.56486				07	585		
10638657	Douar Lahmarta	douar-lahmarta	MA		0	Africa/Casablanca	32.16025	-8.57568				07	585		
10638662	Douar Jdid	douar-jdid	MA		0	Africa/Casablanca	32.16972	-8.57235				07	585		
10638666	Douar Od. Ben Rahal	douar-od-ben-rahal	MA		0	Africa/Casablanca	32.17547	-8.57643				07	585		
10638667	Lekrimi	lekrimi	MA		0	Africa/Casablanca	32.18866	-8.56836				07	585		
10638668	Oulad Hida Ben El Himer	oulad-hida-ben-el-himer	MA		0	Africa/Casablanca	32.19329	-8.55999				07	585		
10638671	Oulad Hida Douar Lbard	oulad-hida-douar-lbard	MA		0	Africa/Casablanca	32.19761	-8.57025				07	585		
10638674	Esbiaat	esbiaat	MA		0	Africa/Casablanca	32.20745	-8.5768				07	585		
10638675	Douar Enouassa	douar-enouassa	MA		0	Africa/Casablanca	32.20741	-8.57184				07	585		
10638676	Douar Oulad Mimoune Ben Haddi	douar-oulad-mimoune-ben-haddi	MA		0	Africa/Casablanca	32.21535	-8.57135				07	585		
10638679	Douar Echchidat	douar-echchidat	MA		0	Africa/Casablanca	32.22202	-8.54781				07	585		
10638683	Douar Essehb Lakehal	douar-essehb-lakehal	MA		0	Africa/Casablanca	32.23214	-8.54349				07	585		
10638684	Hay Dakhla	hay-dakhla	MA		0	Africa/Casablanca	32.23245	-8.53989				07	585		
10638688	Douar Echehidat	douar-echehidat	MA		0	Africa/Casablanca	32.23231	-8.5786				07	585		
10638689	Douar Zemrane	douar-zemrane	MA		0	Africa/Casablanca	32.22361	-8.58278				07	585		
10638693	Erriteb	erriteb	MA		0	Africa/Casablanca	32.24528	-8.54738				07	585		
10638694	Hay Emralida	hay-emralida	MA		0	Africa/Casablanca	32.24326	-8.54557				07	585		
10638695	Hay Ezzuilaqa	hay-ezzuilaqa	MA		0	Africa/Casablanca	32.24008	-8.54668				07	585		
10638696	Hay Essalain	hay-essalain	MA		0	Africa/Casablanca	32.2427	-8.54072				07	585		
10638697	Filgi Boubker	filgi-boubker	MA		0	Africa/Casablanca	32.24726	-8.54514				07	585		
10638698	Hay Mohammadi	hay-mohammadi	MA		0	Africa/Casablanca	32.24652	-8.52654				07	585		
10638699	Pachalik	pachalik	MA		0	Africa/Casablanca	32.24477	-8.53343				07	585		
10638700	Hay Hassani	hay-hassani	MA		0	Africa/Casablanca	32.24027	-8.53706				07	585		
10638701	Hay Boukraa	hay-boukraa	MA		0	Africa/Casablanca	32.23613	-8.53259		Hay Boukraa,hy abw kraʿ,hy bwkraʿ,حي أبو كراع,حي بوكراع		07	585		
10638702	Hay Essaada	hay-essaada	MA		0	Africa/Casablanca	32.23365	-8.53543				07	585		
10638703	Hay Laghdir	hay-laghdir	MA		0	Africa/Casablanca	32.23394	-8.53042				07	585		
10638705	Hay El Manar	hay-el-manar	MA		0	Africa/Casablanca	32.23742	-8.51693				07	585		
10638706	Hay Oued Eddahab	hay-oued-eddahab	MA		0	Africa/Casablanca	32.23009	-8.51259		Hay Oued Eddahab,Labyar		07	585		
10638709	Hay El Farah	hay-el-farah	MA		0	Africa/Casablanca	32.21132	-8.50109				07	585		
10638717	Oulad Sidi Saleh	oulad-sidi-saleh	MA		0	Africa/Casablanca	32.20214	-8.53087				07	585		
10638719	Douar Laatatra	douar-laatatra	MA		0	Africa/Casablanca	32.20449	-8.51				07	585		
10638724	Douar Oulad Kaddour	douar-oulad-kaddour	MA		0	Africa/Casablanca	32.18764	-8.50682				07	585		
10638725	Oulad Ben El Caid	oulad-ben-el-caid	MA		0	Africa/Casablanca	32.18552	-8.51152				07	585		
10638728	Douar Oulad Kabbour Ben Nasri	douar-oulad-kabbour-ben-nasri	MA		0	Africa/Casablanca	32.18297	-8.538				07	585		
10638736	Rbaat Essarrakh	rbaat-essarrakh	MA		0	Africa/Casablanca	32.17669	-8.52626				07	585		
10638741	Oulad Haddi Ben Laassal	oulad-haddi-ben-laassal	MA		0	Africa/Casablanca	32.15707	-8.50721				07	585		
10638742	Oulad El Haj	oulad-el-haj	MA		0	Africa/Casablanca	32.15731	-8.50408				07	585		
10638748	Douar Haddi Ben El Fatmi	douar-haddi-ben-el-fatmi	MA		0	Africa/Casablanca	32.13754	-8.50105				07	585		
10638751	Rbaat Tahar	rbaat-tahar	MA		0	Africa/Casablanca	32.13533	-8.52628				07	585		
10638753	Rbaat Leghoualem	rbaat-leghoualem	MA		0	Africa/Casablanca	32.13331	-8.52611				07	585		
10638763	Douar El Arbi	douar-el-arbi	MA		0	Africa/Casablanca	32.36498	-8.99377				07	431		
10638765	Oulad Zayani	oulad-zayani	MA		0	Africa/Casablanca	32.36677	-8.98543				07	431		
10638768	Douar Jamae Labyad	douar-jamae-labyad	MA		0	Africa/Casablanca	32.37184	-8.98032				07	431		
10638773	Oulad Jilali Ben Kacem	oulad-jilali-ben-kacem	MA		0	Africa/Casablanca	32.36895	-8.95793				07	431		
10638778	Oulad Arouk	oulad-arouk	MA		0	Africa/Casablanca	32.36944	-8.95269				07	431		
10638779	Oulad Aichouch	oulad-aichouch	MA		0	Africa/Casablanca	32.36868	-8.94589				07	431		
10638797	Douar Daya	douar-daya	MA		0	Africa/Casablanca	32.36055	-8.88086				07	431		
10638807	Douar Oulad Ben Habiba	douar-oulad-ben-habiba	MA		0	Africa/Casablanca	32.35611	-8.96349				07	431		
10638808	Douar Glilat	douar-glilat	MA		0	Africa/Casablanca	32.35348	-8.96304				07	431		
10638809	Douar Oulad Ben Rihane	douar-oulad-ben-rihane	MA		0	Africa/Casablanca	32.3565	-8.97034				07	431		
10638810	Douar Oulad Saleh	douar-oulad-saleh	MA		0	Africa/Casablanca	32.35301	-8.97192				07	431		
10638812	Douar Oulad Bouazza	douar-oulad-bouazza	MA		0	Africa/Casablanca	32.35829	-8.98856				07	431		
10638823	Douar Oulad Bou Aziz	douar-oulad-bou-aziz	MA		0	Africa/Casablanca	32.34109	-8.94624				07	431		
10638829	Douar Lemchaourine	douar-lemchaourine	MA		0	Africa/Casablanca	32.34296	-8.92673				07	431		
10638831	Douar El Hajjaj	douar-el-hajjaj	MA		0	Africa/Casablanca	32.34085	-8.92376				07	431		
10638843	Douar Mahrir	douar-mahrir	MA		0	Africa/Casablanca	32.33862	-8.87663				07	431		
10638850	Douar Hmidat	douar-hmidat	MA		0	Africa/Casablanca	32.32916	-8.88577				07	431		
10638861	Douar Oulad Azzouz	douar-oulad-azzouz	MA		0	Africa/Casablanca	32.33226	-8.92302				07	431		
10638862	Douar Oulad Zemmouri	douar-oulad-zemmouri	MA		0	Africa/Casablanca	32.32953	-8.91695				07	431		
10638865	Douar Nouasser	douar-nouasser	MA		0	Africa/Casablanca	32.33499	-8.93532				07	431		
10638870	Douar Laarab	douar-laarab	MA		0	Africa/Casablanca	32.32735	-8.99729				07	431		
10638892	Douar Mraouhiya	douar-mraouhiya	MA		0	Africa/Casablanca	32.32596	-8.87987				07	431		
10638905	Douar Rdaouna	douar-rdaouna	MA		0	Africa/Casablanca	32.31369	-8.99312				07	431		
10638907	Douar Jrenjat	douar-jrenjat	MA		0	Africa/Casablanca	32.30606	-8.99469				07	431		
10638909	Oulad Laaroussi	oulad-laaroussi	MA		0	Africa/Casablanca	32.31262	-8.99568				07	431		
10638912	Oulad Ben Laaroussi	oulad-ben-laaroussi	MA		0	Africa/Casablanca	32.2962	-8.95984				07	431		
10638913	Oulad Souilmat	oulad-souilmat	MA		0	Africa/Casablanca	32.30377	-8.95343				07	431		
10638916	Douar Leflalha	douar-leflalha	MA		0	Africa/Casablanca	32.29691	-8.94595				07	431		
10638943	Douar Fayti	douar-fayti	MA		0	Africa/Casablanca	32.28256	-8.94615				07	431		
10638945	Douar Zbidat	douar-zbidat	MA		0	Africa/Casablanca	32.28142	-8.9522				07	431		
10638947	Douar Oulad El Haj Jilali	douar-oulad-el-haj-jilali	MA		0	Africa/Casablanca	32.2838	-8.97546				07	431		
10638960	Douar Oulad Yaaqoub	douar-oulad-yaaqoub	MA		0	Africa/Casablanca	32.28101	-8.98284				07	431		
10638961	Douar Krichiya	douar-krichiya	MA		0	Africa/Casablanca	32.27972	-8.98937				07	431		
10638975	Douar Saidat	douar-saidat	MA		0	Africa/Casablanca	32.27707	-8.94809				07	431		
10638978	Domaine de La Coopérative El Ouraj	domaine-de-la-cooperative-el-ouraj	MA		0	Africa/Casablanca	32.27572	-8.92912				07	431		
10638979	Douar El Ouraj	douar-el-ouraj	MA		0	Africa/Casablanca	32.27787	-8.9233				07	431		
10638991	Douar Oulad Rmamna	douar-oulad-rmamna	MA		0	Africa/Casablanca	32.257	-8.88053				07	431		
10638996	Douar Bazaz	douar-bazaz	MA		0	Africa/Casablanca	32.25915	-8.91257				07	431		
10638997	Douar Hadada	douar-hadada	MA		0	Africa/Casablanca	32.26134	-8.91191				07	431		
10639002	Douar Hajjaj	douar-hajjaj	MA		0	Africa/Casablanca	32.26112	-8.91611				07	431		
10639009	Douar Lemaayda	douar-lemaayda	MA		0	Africa/Casablanca	32.26235	-8.9528				07	431		
10639010	Douar Lekouach Oulad Brahim	douar-lekouach-oulad-brahim	MA		0	Africa/Casablanca	32.25849	-8.95727				07	431		
10639013	Douar Qachla	douar-qachla	MA		0	Africa/Casablanca	32.25824	-8.97555				07	431		
10639016	Douar Ezzaouia	douar-ezzaouia	MA		0	Africa/Casablanca	32.26653	-8.97939				07	431		
10639020	Douar Rja Fellah	douar-rja-fellah	MA		0	Africa/Casablanca	32.25297	-8.98071				07	431		
10639026	Douar Oulad Brahim	douar-oulad-brahim	MA		0	Africa/Casablanca	32.2545	-8.95572				07	431		
10639028	Douar Oulad Ben Lghouati	douar-oulad-ben-lghouati	MA		0	Africa/Casablanca	32.25265	-8.9495				07	431		
10639033	Douar Lalla Aicha	douar-lalla-aicha	MA		0	Africa/Casablanca	32.25225	-8.90817				07	431		
10639036	Douar Hajjaj	douar-hajjaj	MA		0	Africa/Casablanca	32.25266	-8.90028				07	431		
10639037	Douar Coopérative Boutoune	douar-cooperative-boutoune	MA		0	Africa/Casablanca	32.25207	-8.89068		Douar Cooperative Boutoune,Douar Coopérative Boutoune		07	431		
10639042	Douar Zgharta	douar-zgharta	MA		0	Africa/Casablanca	32.25303	-8.88562				07	431		
10639046	Douar El Azbane	douar-el-azbane	MA		0	Africa/Casablanca	32.35606	-8.99748				07	431		
10639050	Oulad Hmida Leghrir	oulad-hmida-leghrir	MA		0	Africa/Casablanca	32.37417	-8.88398				07	431		
10639056	Oulad Lahbib	oulad-lahbib	MA		0	Africa/Casablanca	32.35896	-8.77752				07	431		
10639062	Douar Jdid	douar-jdid	MA		0	Africa/Casablanca	32.33586	-8.79353				07	431		
10639072	Rzazqa	rzazqa	MA		0	Africa/Casablanca	32.34308	-8.84803				07	431		
10639073	Douar Laabad	douar-laabad	MA		0	Africa/Casablanca	32.3557	-8.85281				07	431		
10639087	Lalla Haja	lalla-haja	MA		0	Africa/Casablanca	32.31411	-8.83127				07	431		
10639089	Azib Hamri	azib-hamri	MA		0	Africa/Casablanca	32.32235	-8.86414				07	431		
10639092	Sidi Nacer	sidi-nacer	MA		0	Africa/Casablanca	32.30496	-8.84956				07	431		
10639093	Dar Ben Naoum	dar-ben-naoum	MA		0	Africa/Casablanca	32.303	-8.84999				07	431		
10639094	Dar Cheikh Talbi	dar-cheikh-talbi	MA		0	Africa/Casablanca	32.30937	-8.84528				07	431		
10639096	Oulad Rahou	oulad-rahou	MA		0	Africa/Casablanca	32.30739	-8.83543				07	431		
10639097	Oulad Taher Boubker	oulad-taher-boubker	MA		0	Africa/Casablanca	32.30954	-8.82975				07	431		
10639101	Jbouda	jbouda	MA		0	Africa/Casablanca	32.30382	-8.78985				07	431		
10639110	Oulad Brika	oulad-brika	MA		0	Africa/Casablanca	32.29831	-8.78035				07	431		
10639112	Laayaycha	laayaycha	MA		0	Africa/Casablanca	32.29735	-8.80114				07	431		
10639114	Azib Thami Ben Kebir	azib-thami-ben-kebir	MA		0	Africa/Casablanca	32.29013	-8.82329				07	431		
10639115	Qouidrat	qouidrat	MA		0	Africa/Casablanca	32.2934	-8.82286				07	431		
10639118	El Karia	el-karia	MA		0	Africa/Casablanca	32.29171	-8.8296				07	431		
10639123	Laaraybat	laaraybat	MA		0	Africa/Casablanca	32.28736	-8.83942				07	431		
10639126	Sidi Bouchfa	sidi-bouchfa	MA		0	Africa/Casablanca	32.2904	-8.8606				07	431		
10639130	Douar Oulad El Ouah	douar-oulad-el-ouah	MA		0	Africa/Casablanca	32.35235	-8.87429		Douar Oulad El Ouah,Oulad El Ouali		07	431		
10639131	Lamsabih	lamsabih	MA		0	Africa/Casablanca	32.28213	-8.86612				07	431		
10639141	Leghoualma	leghoualma	MA		0	Africa/Casablanca	32.27642	-8.78848				07	431		
10639142	Laqninat	laqninat	MA		0	Africa/Casablanca	32.28175	-8.77883				07	431		
10639145	Oulad El Haj Hmida	oulad-el-haj-hmida	MA		0	Africa/Casablanca	32.28641	-8.7776				07	431		
10639146	Lehraycha	lehraycha	MA		0	Africa/Casablanca	32.28498	-8.75943				07	431		
10639147	Dar Si Abbas	dar-si-abbas	MA		0	Africa/Casablanca	32.2789	-8.75241				07	431		
10639152	Oum Essabyane	oum-essabyane	MA		0	Africa/Casablanca	32.27406	-8.78838				07	431		
10639156	Lemjaghjagh	lemjaghjagh	MA		0	Africa/Casablanca	32.26324	-8.79898				07	431		
10639166	Laasasla	laasasla	MA		0	Africa/Casablanca	32.26983	-8.86425				07	431		
10639175	Azib Sidi Said Ettoumi	azib-sidi-said-ettoumi	MA		0	Africa/Casablanca	32.25822	-8.83784				07	431		
10639187	Oulad Sidi Abdessalam	oulad-sidi-abdessalam	MA		0	Africa/Casablanca	32.35632	-8.79571				07	431		
10639188	Dyar	dyar	MA		0	Africa/Casablanca	32.29182	-8.86077				07	431		
10639189	Pachalik	pachalik	MA		0	Africa/Casablanca	32.35091	-8.84477				07	431		
10639190	Daayjat	daayjat	MA		0	Africa/Casablanca	32.35164	-8.83603				07	431		
10639191	Laarayene	laarayene	MA		0	Africa/Casablanca	32.36633	-8.84693				07	431		
10639192	Oulad Bou Mehdi	oulad-bou-mehdi	MA		0	Africa/Casablanca	32.37345	-8.80978				07	431		
10639193	Oulad Khedija	oulad-khedija	MA		0	Africa/Casablanca	32.37455	-8.85209				07	431		
10639217	Oulad Abdellah	oulad-abdellah	MA		0	Africa/Casablanca	32.48027	-8.84691				07	431		
10639218	Ouladben Sraydi	ouladben-sraydi	MA		0	Africa/Casablanca	32.48086	-8.84113				07	431		
10639219	Douar Essour	douar-essour	MA		0	Africa/Casablanca	32.4723	-8.84248				07	431		
10639222	Laayayda	laayayda	MA		0	Africa/Casablanca	32.47144	-8.84511				07	431		
10639224	Douar Braoulta	douar-braoulta	MA		0	Africa/Casablanca	32.47329	-8.97378				07	431		
10639225	Douar Drae	douar-drae	MA		0	Africa/Casablanca	32.47243	-8.98979				07	431		
10639228	Douar Oulad Kaddour	douar-oulad-kaddour	MA		0	Africa/Casablanca	32.46858	-8.9703				07	431		
10639230	Douar Braouha	douar-braouha	MA		0	Africa/Casablanca	32.46518	-8.96856				07	431		
10639241	Dar Filah Mohamed	dar-filah-mohamed	MA		0	Africa/Casablanca	32.4509	-8.97487				07	431		
10639244	Douar Bou Drour	douar-bou-drour	MA		0	Africa/Casablanca	32.44368	-8.96696				07	431		
10639247	Douar Oulad Amrane	douar-oulad-amrane	MA		0	Africa/Casablanca	32.44431	-8.95719				07	431		
10639248	Douar Leglouaa	douar-leglouaa	MA		0	Africa/Casablanca	32.44003	-8.95807				07	431		
10639250	Dar Lahbib Karhn	dar-lahbib-karhn	MA		0	Africa/Casablanca	32.45063	-8.98637				07	431		
10639263	Douar Lazzaba	douar-lazzaba	MA		0	Africa/Casablanca	32.42914	-8.97806				07	431		
10639269	Douar Hmichat	douar-hmichat	MA		0	Africa/Casablanca	32.42177	-8.9879				07	431		
10639271	Douar Dbadeb	douar-dbadeb	MA		0	Africa/Casablanca	32.41557	-8.99586				07	431		
10639274	Douar Hrachat Laamir	douar-hrachat-laamir	MA		0	Africa/Casablanca	32.41501	-8.97123				07	431		
10639275	Douar Harkati	douar-harkati	MA		0	Africa/Casablanca	32.41656	-8.96773				07	431		
10639277	Douar Rhahla	douar-rhahla	MA		0	Africa/Casablanca	32.41544	-8.96387				07	431		
10639280	Douar Dlichat	douar-dlichat	MA		0	Africa/Casablanca	32.41162	-8.9676				07	431		
10639283	Douar Oulad Lghali	douar-oulad-lghali	MA		0	Africa/Casablanca	32.40382	-8.96331				07	431		
10639288	Douar Oulad Abid	douar-oulad-abid	MA		0	Africa/Casablanca	32.40117	-8.96477				07	431		
10639295	Douar Qdadra	douar-qdadra	MA		0	Africa/Casablanca	32.38849	-8.98389				07	431		
10639296	Douar Coop’rative Boujadour	douar-coop-rative-boujadour	MA		0	Africa/Casablanca	32.3895	-8.9714				07	431		
10639303	Douar Nkhaybat	douar-nkhaybat	MA		0	Africa/Casablanca	32.37633	-8.99599				07	431		
10639308	Douar Oulad Kacem	douar-oulad-kacem	MA		0	Africa/Casablanca	32.38095	-8.97459				07	431		
10639315	Douar Nsoura Chramta	douar-nsoura-chramta	MA		0	Africa/Casablanca	32.37577	-8.94281				07	431		
10639317	Oulad Bouazza	oulad-bouazza	MA		0	Africa/Casablanca	32.38003	-8.92644				07	431		
10639322	Douar Oulad Ab	douar-oulad-ab	MA		0	Africa/Casablanca	32.38461	-8.93374				07	431		
10639323	Douar Oulad Lkharaz	douar-oulad-lkharaz	MA		0	Africa/Casablanca	32.38767	-8.92741				07	431		
10639324	Douar Lemsabha	douar-lemsabha	MA		0	Africa/Casablanca	32.39369	-8.9228				07	431		
10639325	Douar Oulad Chaita	douar-oulad-chaita	MA		0	Africa/Casablanca	32.38901	-8.92202				07	431		
10639328	Oulad El Haj Kabbour	oulad-el-haj-kabbour	MA		0	Africa/Casablanca	32.38182	-8.94284				07	431		
10639329	Douar Nsoura	douar-nsoura	MA		0	Africa/Casablanca	32.3872	-8.94561				07	431		
10639339	Douar Oulad Amer	douar-oulad-amer	MA		0	Africa/Casablanca	32.40233	-8.92344				07	431		
10639348	Douar Bou Laagba	douar-bou-laagba	MA		0	Africa/Casablanca	32.41878	-8.91522				07	431		
10639351	Douar Oulad Souilmiya	douar-oulad-souilmiya	MA		0	Africa/Casablanca	32.41706	-8.92779				07	431		
10639353	Douar Qalaa	douar-qalaa	MA		0	Africa/Casablanca	32.42626	-8.92363				07	431		
10639357	Douar Lahchachda	douar-lahchachda	MA		0	Africa/Casablanca	32.42094	-8.94541				07	431		
10639359	Douar Rhaoua	douar-rhaoua	MA		0	Africa/Casablanca	32.42202	-8.95567				07	431		
10639360	Douar Bira Hamriya	douar-bira-hamriya	MA		0	Africa/Casablanca	32.41519	-8.95642				07	431		
10639367	Douar Lemaatla	douar-lemaatla	MA		0	Africa/Casablanca	32.44153	-8.92565				07	431		
10639368	Douar Zaouiat Sidi Abdellah Ben Rahmoune	douar-zaouiat-sidi-abdellah-ben-rahmoune	MA		0	Africa/Casablanca	32.44535	-8.91981				07	431		
10639377	Douar Brards	douar-brards	MA		0	Africa/Casablanca	32.44862	-8.92262				07	431		
10639382	Douar Hnafich El Koufi	douar-hnafich-el-koufi	MA		0	Africa/Casablanca	32.4489	-8.9512				07	431		
10639383	Douar Oulad Amara	douar-oulad-amara	MA		0	Africa/Casablanca	32.44562	-8.94973				07	431		
10639387	Douar Ghzaouna Oulad Safi	douar-ghzaouna-oulad-safi	MA		0	Africa/Casablanca	32.46101	-8.9285				07	431		
10639390	Douar Oulad El Haj Ahmed	douar-oulad-el-haj-ahmed	MA		0	Africa/Casablanca	32.47213	-8.92121				07	431		
10639399	Douar Oulad Souilem	douar-oulad-souilem	MA		0	Africa/Casablanca	32.47933	-8.92893				07	431		
10639400	Douar Nchirat	douar-nchirat	MA		0	Africa/Casablanca	32.47781	-8.91456				07	431		
10639405	Douar Sour Leaid	douar-sour-leaid	MA		0	Africa/Casablanca	32.48805	-8.91934				07	431		
10639410	Douar Hdada	douar-hdada	MA		0	Africa/Casablanca	32.4962	-8.95369				07	431		
10639414	Daourat Lhasba	daourat-lhasba	MA		0	Africa/Casablanca	32.49428	-8.92932				07	431		
10639415	Douar Sour Leaid	douar-sour-leaid	MA		0	Africa/Casablanca	32.49457	-8.91314				07	431		
10639417	Oulad Tahar	oulad-tahar	MA		0	Africa/Casablanca	32.49432	-8.9088				07	431		
10639418	Douar Oulad Dami	douar-oulad-dami	MA		0	Africa/Casablanca	32.49005	-8.90503				07	431		
10639420	Douar Lamrakez	douar-lamrakez	MA		0	Africa/Casablanca	32.48224	-8.87598				07	431		
10639423	Douar Oulad Ahmed	douar-oulad-ahmed	MA		0	Africa/Casablanca	32.47681	-8.87737				07	431		
10639426	Coopèrative Ibrahimia	cooperative-ibrahimia	MA		0	Africa/Casablanca	32.47958	-8.90608				07	431		
10639429	Douar Oulad Ben Khayi	douar-oulad-ben-khayi	MA		0	Africa/Casablanca	32.46588	-8.87582				07	431		
10639431	Rbaat Chiadma	rbaat-chiadma	MA		0	Africa/Casablanca	32.46331	-8.88842				07	431		
10639440	Douar Graana	douar-graana	MA		0	Africa/Casablanca	32.45429	-8.88437				07	431		
10639442	Dar Lhajjam Mohamed	dar-lhajjam-mohamed	MA		0	Africa/Casablanca	32.44937	-8.88389				07	431		
10639448	Douar Miloud Bel Caid	douar-miloud-bel-caid	MA		0	Africa/Casablanca	32.44772	-8.90576				07	431		
10639457	Douar Lekouach Laknma	douar-lekouach-laknma	MA		0	Africa/Casablanca	32.42945	-8.90844				07	431		
10639460	Douar Ben Fatna	douar-ben-fatna	MA		0	Africa/Casablanca	32.41624	-8.90457				07	431		
10639462	Tlet Sidi Aissa	tlet-sidi-aissa	MA		0	Africa/Casablanca	32.4143	-8.89804				07	431		
10639465	Douar Oulad Driss	douar-oulad-driss	MA		0	Africa/Casablanca	32.41079	-8.90737				07	431		
10639468	Douar Oulad Dami	douar-oulad-dami	MA		0	Africa/Casablanca	32.41077	-8.89441				07	431		
10639469	Douar El Karia	douar-el-karia	MA		0	Africa/Casablanca	32.40925	-8.87939				07	431		
10639472	Douar Oulad Ben Abdellah	douar-oulad-ben-abdellah	MA		0	Africa/Casablanca	32.3992	-8.88509				07	431		
10639481	Douar Oulad Ali	douar-oulad-ali	MA		0	Africa/Casablanca	32.40568	-8.90913				07	431		
10639482	Douar Oulad Ben Amma	douar-oulad-ben-amma	MA		0	Africa/Casablanca	32.4017	-8.89848				07	431		
10639489	Rbaat Daou	rbaat-daou	MA		0	Africa/Casablanca	32.39108	-8.8801				07	431		
10639491	Rbaat Chait	rbaat-chait	MA		0	Africa/Casablanca	32.39131	-8.8829				07	431		
10639493	Douar Sidi Aissa	douar-sidi-aissa	MA		0	Africa/Casablanca	32.38834	-8.88282				07	431		
10639494	Douar Oulad El Haj	douar-oulad-el-haj	MA		0	Africa/Casablanca	32.38793	-8.88803				07	431		
10639496	Douar Oulad Laouled	douar-oulad-laouled	MA		0	Africa/Casablanca	32.39075	-8.90481				07	431		
10639514	Douar Oulad Safi	douar-oulad-safi	MA		0	Africa/Casablanca	32.40193	-8.8934				07	431		
10639515	Douar Laazlbat	douar-laazlbat	MA		0	Africa/Casablanca	32.49791	-8.91029				07	431		
10639516	Douar Leqliaa	douar-leqliaa	MA		0	Africa/Casablanca	32.49906	-8.96255				07	431		
10639517	Oulad Eddaouya	oulad-eddaouya	MA		0	Africa/Casablanca	32.46955	-8.66903				07	431		
10639520	Oulad Hamdane	oulad-hamdane	MA		0	Africa/Casablanca	32.4199	-8.66405				07	431		
10639521	Oulad El Haj Smail	oulad-el-haj-smail	MA		0	Africa/Casablanca	32.41528	-8.66525				07	431		
10639522	Oulad Lahsen	oulad-lahsen	MA		0	Africa/Casablanca	32.47312	-8.84749				07	431		
10639527	Oulad Amara	oulad-amara	MA		0	Africa/Casablanca	32.46425	-8.86641				07	431		
10639532	Lemkhalfa	lemkhalfa	MA		0	Africa/Casablanca	32.44866	-8.86052				07	431		
10639539	Oulad El Hachmi	oulad-el-hachmi	MA		0	Africa/Casablanca	32.43146	-8.85133				07	431		
10639540	Oulad El Habib	oulad-el-habib	MA		0	Africa/Casablanca	32.43599	-8.83344				07	431		
10639542	Oulad Chehayti	oulad-chehayti	MA		0	Africa/Casablanca	32.43135	-8.84605				07	431		
10639546	Oulad Ben Cheikh	oulad-ben-cheikh	MA		0	Africa/Casablanca	32.42479	-8.86015				07	431		
10639547	Dar Ben Ettaleb	dar-ben-ettaleb	MA		0	Africa/Casablanca	32.41791	-8.84809				07	431		
10639550	Oulad Massaoud	oulad-massaoud	MA		0	Africa/Casablanca	32.41517	-8.86043				07	431		
10639551	Dar Hida Ben Omar	dar-hida-ben-omar	MA		0	Africa/Casablanca	32.41262	-8.85043				07	431		
10639552	Lhaddad	lhaddad	MA		0	Africa/Casablanca	32.4138	-8.83919				07	431		
10639558	Oulad El Haj	oulad-el-haj	MA		0	Africa/Casablanca	32.4024	-8.8729				07	431		
10639559	El Ourej	el-ourej	MA		0	Africa/Casablanca	32.40124	-8.86693				07	431		
10639564	Oulad Bou Amer	oulad-bou-amer	MA		0	Africa/Casablanca	32.38483	-8.86599				07	431		
10639565	Laadoul	laadoul	MA		0	Africa/Casablanca	32.38814	-8.85584				07	431		
10639566	Oulad Khadija	oulad-khadija	MA		0	Africa/Casablanca	32.38508	-8.85266				07	431		
10639571	Laamarat Louraniyine	laamarat-louraniyine	MA		0	Africa/Casablanca	32.37622	-8.83902				07	431		
10639578	Lharmaguiya	lharmaguiya	MA		0	Africa/Casablanca	32.40231	-8.80731				07	431		
10639579	Dar El Haj Abdelkader Ezziyyani	dar-el-haj-abdelkader-ezziyyani	MA		0	Africa/Casablanca	32.40411	-8.81587				07	431		
10639581	Oulad Khalq Allah	oulad-khalq-allah	MA		0	Africa/Casablanca	32.40954	-8.81463				07	431		
10639583	Ghzalat	ghzalat	MA		0	Africa/Casablanca	32.41416	-8.80969				07	431		
10639585	Oulad El Kharbouas	oulad-el-kharbouas	MA		0	Africa/Casablanca	32.41956	-8.81845				07	431		
10639587	El Qobba	el-qobba	MA		0	Africa/Casablanca	32.42046	-8.80624				07	431		
10639589	Lebrahma	lebrahma	MA		0	Africa/Casablanca	32.42418	-8.80199				07	431		
10639594	Boudarra	boudarra	MA		0	Africa/Casablanca	32.43481	-8.82293				07	431		
10639597	Oulad Leghlimi	oulad-leghlimi	MA		0	Africa/Casablanca	32.44366	-8.81373				07	431		
10639599	Oulad Taleb	oulad-taleb	MA		0	Africa/Casablanca	32.44306	-8.81729				07	431		
10639610	Cooperative Sidi Abid	cooperative-sidi-abid	MA		0	Africa/Casablanca	32.48387	-8.82383				07	431		
10639614	Dar El Haj Hamdaoui	dar-el-haj-hamdaoui	MA		0	Africa/Casablanca	32.4974	-8.81682				07	431		
10639616	Leqliaa	leqliaa	MA		0	Africa/Casablanca	32.48898	-8.79951				07	431		
10639617	Oulad Ahmed Ben Allal	oulad-ahmed-ben-allal	MA		0	Africa/Casablanca	32.49419	-8.79501				07	431		
10639620	Laouragna	laouragna	MA		0	Africa/Casablanca	32.47804	-8.77969				07	431		
10639621	Abidlai	abidlai	MA		0	Africa/Casablanca	32.46963	-8.78243				07	431		
10639624	Khyam Essour	khyam-essour	MA		0	Africa/Casablanca	32.46688	-8.77707				07	431		
10639629	Oulad Essalmi	oulad-essalmi	MA		0	Africa/Casablanca	32.45156	-8.78915				07	431		
10639632	Dar Mohamed Mfaddal	dar-mohamed-mfaddal	MA		0	Africa/Casablanca	32.44165	-8.79419				07	431		
10639636	Lhayhat	lhayhat	MA		0	Africa/Casablanca	32.43233	-8.77584				07	431		
10639662	Oulad Abid Lahdar	oulad-abid-lahdar	MA		0	Africa/Casablanca	32.40757	-8.76026				07	431		
10639663	Nouaji	nouaji	MA		0	Africa/Casablanca	32.40586	-8.75249				07	431		
10639664	Nouaji Lakehal	nouaji-lakehal	MA		0	Africa/Casablanca	32.40909	-8.75746				07	431		
10639672	Dar Errossafi El Alami	dar-errossafi-el-alami	MA		0	Africa/Casablanca	32.46195	-8.76755				07	431		
10639674	Lemrazig	lemrazig	MA		0	Africa/Casablanca	32.46986	-8.77038				07	431		
10639677	Dar Oulad Loui	dar-oulad-loui	MA		0	Africa/Casablanca	32.48619	-8.76521				07	431		
10639679	Dar El Haj Abid	dar-el-haj-abid	MA		0	Africa/Casablanca	32.49313	-8.76706				07	431		
10639683	Oulad Brahim	oulad-brahim	MA		0	Africa/Casablanca	32.3673	-8.73012				07	431		
10639684	Dar Ahmed Leghlid	dar-ahmed-leghlid	MA		0	Africa/Casablanca	32.37217	-8.72551				07	431		
10639690	Oulad El Gouchi	oulad-el-gouchi	MA		0	Africa/Casablanca	32.37166	-8.71733				07	431		
10639693	Douar Soualeh	douar-soualeh	MA		0	Africa/Casablanca	32.3599	-8.72716				07	431		
10639694	Douar Si Ahmed Ben Said	douar-si-ahmed-ben-said	MA		0	Africa/Casablanca	32.35836	-8.71848				07	431		
10639697	Douar Oulad El Ain	douar-oulad-el-ain	MA		0	Africa/Casablanca	32.35742	-8.73648				07	431		
10639699	Douar El Haddada	douar-el-haddada	MA		0	Africa/Casablanca	32.35488	-8.73859				07	431		
10639700	Douar Dat Azizi	douar-dat-azizi	MA		0	Africa/Casablanca	32.35365	-8.74431				07	431		
10639716	Louradgha Oulad Jilali	louradgha-oulad-jilali	MA		0	Africa/Casablanca	32.31552	-8.74009				07	431		
10639726	Oulad Hammou Kherraz	oulad-hammou-kherraz	MA		0	Africa/Casablanca	32.30328	-8.72427				07	431		
10639727	Douar Lekharraz	douar-lekharraz	MA		0	Africa/Casablanca	32.2994	-8.71936				07	431		
10639745	Douar Daouba Oulad El Kamel	douar-daouba-oulad-el-kamel	MA		0	Africa/Casablanca	32.27571	-8.7429				07	431		
10639748	Commune Lamsabih	commune-lamsabih	MA		0	Africa/Casablanca	32.27241	-8.73346				07	431		
10639751	Douar Oulad Abdessalam	douar-oulad-abdessalam	MA		0	Africa/Casablanca	32.26217	-8.71299				07	431		
10639765	Douar Reyayna	douar-reyayna	MA		0	Africa/Casablanca	32.25379	-8.74056				07	431		
10639788	Douar Bidane Oulad Mbarek	douar-bidane-oulad-mbarek	MA		0	Africa/Casablanca	32.25796	-8.69532				07	431		
10639803	Douar Chouaker	douar-chouaker	MA		0	Africa/Casablanca	32.28165	-8.68118				07	431		
10639804	Sidi Ahmed Chyakri	sidi-ahmed-chyakri	MA		0	Africa/Casablanca	32.27914	-8.68545				07	431		
10639812	Douar Omar Lekehal	douar-omar-lekehal	MA		0	Africa/Casablanca	32.29315	-8.68414				07	431		
10639813	Douar Oulad Lefquihben Massaoud	douar-oulad-lefquihben-massaoud	MA		0	Africa/Casablanca	32.29989	-8.67558				07	431		
10639818	Douar Oulad Lhaou	douar-oulad-lhaou	MA		0	Africa/Casablanca	32.29585	-8.68698				07	431		
10639829	Dar Boujemaa Grioua	dar-boujemaa-grioua	MA		0	Africa/Casablanca	32.33373	-8.6796				07	431		
10639837	Sidi El Arbi	sidi-el-arbi	MA		0	Africa/Casablanca	32.33705	-8.66614				07	431		
10639847	Douar Oulad Khlifa Ben Zidane	douar-oulad-khlifa-ben-zidane	MA		0	Africa/Casablanca	32.34965	-8.69324				07	431		
10639850	Oulad Shaymiya	oulad-shaymiya	MA		0	Africa/Casablanca	32.35932	-8.70088				07	431		
10639866	Douar Rguig	douar-rguig	MA		0	Africa/Casablanca	32.34595	-8.66082				07	431		
10639875	Dar Abdessalam Ben Hicham	dar-abdessalam-ben-hicham	MA		0	Africa/Casablanca	32.32008	-8.66518				07	431		
10639876	Ouled Dmeyyagh	ouled-dmeyyagh	MA		0	Africa/Casablanca	32.31641	-8.64926				07	431		
10639898	Oulad Ben Jilah	oulad-ben-jilah	MA		0	Africa/Casablanca	32.28741	-8.65385				07	431		
10639921	Oulad Hammou	oulad-hammou	MA		0	Africa/Casablanca	32.35633	-8.63559				07	431		
10639929	Lalla Aicha	lalla-aicha	MA		0	Africa/Casablanca	32.34954	-8.65245				07	431		
10639932	Douar Dridi	douar-dridi	MA		0	Africa/Casablanca	32.28333	-8.68869				07	431		
10639933	Oulad Bou Ali	oulad-bou-ali	MA		0	Africa/Casablanca	32.47933	-8.69003				07	431		
10639935	Oulad Sibana Bni Dghough	oulad-sibana-bni-dghough	MA		0	Africa/Casablanca	32.47678	-8.63279				07	431		
10639941	Oulad Bouanane	oulad-bouanane	MA		0	Africa/Casablanca	32.38203	-8.6536				07	431		
10639944	Oulad Sayf	oulad-sayf	MA		0	Africa/Casablanca	32.47196	-8.73892				07	431		
10639949	Dar Eddaou	dar-eddaou	MA		0	Africa/Casablanca	32.45231	-8.72949				07	431		
10639957	Slalma	slalma	MA		0	Africa/Casablanca	32.42066	-8.73073				07	431		
10639974	Oulad Mbarek	oulad-mbarek	MA		0	Africa/Casablanca	32.37606	-8.68392				07	431		
10639976	Rbaat Loaari	rbaat-loaari	MA		0	Africa/Casablanca	32.3886	-8.67066				07	431		
10639986	Orane Qablaniyine	orane-qablaniyine	MA		0	Africa/Casablanca	32.41432	-8.68688				07	431		
10639987	Oulad Lhayla	oulad-lhayla	MA		0	Africa/Casablanca	32.41505	-8.67785				07	431		
10639988	Dar Ben Dahbi	dar-ben-dahbi	MA		0	Africa/Casablanca	32.41684	-8.6818				07	431		
10639990	Rouadha	rouadha	MA		0	Africa/Casablanca	32.41562	-8.6633				07	431		
10639992	Lebroukat	lebroukat	MA		0	Africa/Casablanca	32.42559	-8.6971				07	431		
10639995	Hammou Ben Labdaoui	hammou-ben-labdaoui	MA		0	Africa/Casablanca	32.42182	-8.66321				07	431		
10640004	Coopérative Moulay Rachid	cooperative-moulay-rachid	MA		0	Africa/Casablanca	32.45779	-8.6882				07	431		
10640006	Laghchachena	laghchachena	MA		0	Africa/Casablanca	32.462	-8.66703				07	431		
10640009	Coopérative Sidi Abid	cooperative-sidi-abid	MA		0	Africa/Casablanca	32.45794	-8.66192				07	431		
10640020	Graoua Bou Ghaba	graoua-bou-ghaba	MA		0	Africa/Casablanca	32.49238	-8.65534				07	431		
10640023	Lemnasra	lemnasra	MA		0	Africa/Casablanca	32.48632	-8.63028				06	467		
10640025	Bou Asnya	bou-asnya	MA		0	Africa/Casablanca	32.47848	-8.63094				07	431		
10640033	Jnaneda El Hajjaj	jnaneda-el-hajjaj	MA		0	Africa/Casablanca	32.46188	-8.64296				07	431		
10640040	Coopérative Sidi Abid	cooperative-sidi-abid	MA		0	Africa/Casablanca	32.45157	-8.6285				07	431		
10640045	Legdadra	legdadra	MA		0	Africa/Casablanca	32.41948	-8.65903				07	431		
10640065	Lebroukat	lebroukat	MA		0	Africa/Casablanca	32.47048	-8.74733				07	431		
10640066	Azib Sidi Zouine	azib-sidi-zouine	MA		0	Africa/Casablanca	32.39088	-8.74975				07	431		
10640079	Dar Ahmed Laaoui	dar-ahmed-laaoui	MA		0	Africa/Casablanca	32.22922	-8.3431				07	427		
10640102	Douar Lebrahma	douar-lebrahma	MA		0	Africa/Casablanca	32.04201	-8.47346				07	585		
10640103	Douar El Ghaba	douar-el-ghaba	MA		0	Africa/Casablanca	32.04015	-8.46011				07	585		
10640105	Douar Oulad Daoud	douar-oulad-daoud	MA		0	Africa/Casablanca	32.04597	-8.49888				07	585		
10640107	Ras El Ain	ras-el-ain	MA		0	Africa/Casablanca	32.02498	-8.48957				07	585		
10640108	Douar Lhaouza	douar-lhaouza	MA		0	Africa/Casablanca	32.03106	-8.4685				07	585		
10640109	Douar Tolba	douar-tolba	MA		0	Africa/Casablanca	32.02784	-8.46269				07	585		
10640111	Douar Laabbad	douar-laabbad	MA		0	Africa/Casablanca	32.01164	-8.49391				07	585		
10640118	Douar Oulad Ben Tayeb	douar-oulad-ben-tayeb	MA		0	Africa/Casablanca	32.04595	-8.44945				07	585		
10640119	Douar Bezda	douar-bezda	MA		0	Africa/Casablanca	32.04577	-8.45666				07	585		
10640122	Douar Oulad Ben Abdelkader	douar-oulad-ben-abdelkader	MA		0	Africa/Casablanca	32.0517	-8.42005				07	585		
10640123	Douar Doubat	douar-doubat	MA		0	Africa/Casablanca	32.0571	-8.4247				07	585		
10640127	Douar Oulad Amer Ben Mhamed	douar-oulad-amer-ben-mhamed	MA		0	Africa/Casablanca	32.0872	-8.42554				07	585		
10640128	Douar Taloue	douar-taloue	MA		0	Africa/Casablanca	32.08857	-8.45404				07	585		
10640151	Douar Oulad Moussa Riyahat	douar-oulad-moussa-riyahat	MA		0	Africa/Casablanca	32.06967	-8.37988				07	585		
10640153	Dyour Oulad Chouikh	dyour-oulad-chouikh	MA		0	Africa/Casablanca	32.06628	-8.39426				07	585		
10640154	Douar Oulad Ben Lehsen	douar-oulad-ben-lehsen	MA		0	Africa/Casablanca	32.06516	-8.37786				07	585		
10640156	Douar Oulad Bouzid	douar-oulad-bouzid	MA		0	Africa/Casablanca	32.06194	-8.40157				07	585		
10640159	Douar Sidi Smail	douar-sidi-smail	MA		0	Africa/Casablanca	32.05672	-8.41419				07	585		
10640163	Douar Essedra	douar-essedra	MA		0	Africa/Casablanca	32.04941	-8.41295				07	585		
10640166	Douar Louiza	douar-louiza	MA		0	Africa/Casablanca	32.0344	-8.39906				07	585		
10640183	Douar Gramat	douar-gramat	MA		0	Africa/Casablanca	32.03234	-8.49889				07	585		
10640184	Douar Oulad Salch	douar-oulad-salch	MA		0	Africa/Casablanca	32.06387	-8.29834				07	585		
10640185	Douar Laqdadra Lhachya	douar-laqdadra-lhachya	MA		0	Africa/Casablanca	32.06559	-8.36215				07	585		
10640186	Douar Dyar Lkachya	douar-dyar-lkachya	MA		0	Africa/Casablanca	32.06316	-8.36807				07	585		
10640189	Douar Oulad El Haj	douar-oulad-el-haj	MA		0	Africa/Casablanca	32.03313	-8.31204				07	585		
10640190	Douar El Haj Sadeq	douar-el-haj-sadeq	MA		0	Africa/Casablanca	32.02052	-8.33206				07	585		
10640191	Douar Oulad Abdessalam	douar-oulad-abdessalam	MA		0	Africa/Casablanca	32.06215	-8.3226				07	585		
10640192	Douar Naciri Belhaj	douar-naciri-belhaj	MA		0	Africa/Casablanca	32.0651	-8.35708				07	585		
10640194	Douar Oulad Bouchaib	douar-oulad-bouchaib	MA		0	Africa/Casablanca	32.03838	-8.28327				07	585		
10640195	Douar Oulad El Haj Ftim	douar-oulad-el-haj-ftim	MA		0	Africa/Casablanca	32.04144	-8.31116				07	585		
10640197	Douar Oulad Bih	douar-oulad-bih	MA		0	Africa/Casablanca	32.05414	-8.34522				07	585		
10640204	Douar Sidi Haddi	douar-sidi-haddi	MA		0	Africa/Casablanca	32.11942	-8.36663				07	585		
10640218	Azbane Lahmirine	azbane-lahmirine	MA		0	Africa/Casablanca	32.11155	-8.34434				07	585		
10640221	Azbane Oued El Hammara	azbane-oued-el-hammara	MA		0	Africa/Casablanca	32.10096	-8.37176				07	585		
10640224	Azbane Sadeq	azbane-sadeq	MA		0	Africa/Casablanca	32.10266	-8.33856				07	585		
10640239	Dar Jilall Ould Naciri	dar-jilall-ould-naciri	MA		0	Africa/Casablanca	32.07632	-8.35436				07	585		
10640248	Dar Ahmed Dabbi	dar-ahmed-dabbi	MA		0	Africa/Casablanca	32.07901	-8.32854				07	585		
10640249	Khyam Abbas Ben Mbarek	khyam-abbas-ben-mbarek	MA		0	Africa/Casablanca	32.07314	-8.32198				07	585		
10640251	Douar Foqra Sidi Fecharqi	douar-foqra-sidi-fecharqi	MA		0	Africa/Casablanca	32.06576	-8.31863				07	585		
10640262	Douar Abbas Ben Tahar	douar-abbas-ben-tahar	MA		0	Africa/Casablanca	32.02995	-8.36835				07	585		
10640292	Khyam Mohamed Ben Kaddour	khyam-mohamed-ben-kaddour	MA		0	Africa/Casablanca	32.04615	-8.29003				07	585		
10640304	Douar Ferghoussa Ait Brahim	douar-ferghoussa-ait-brahim	MA		0	Africa/Casablanca	32.0733	-8.27814				07	585		
10640305	Douar Ferghoussa	douar-ferghoussa	MA		0	Africa/Casablanca	32.06976	-8.28078				07	585		
10640315	Azbane Soualha	azbane-soualha	MA		0	Africa/Casablanca	32.09644	-8.30637				07	585		
10640319	Khyam Fuqir Ali	khyam-fuqir-ali	MA		0	Africa/Casablanca	32.10023	-8.26297				07	585		
10640321	Azbane Douabja	azbane-douabja	MA		0	Africa/Casablanca	32.10759	-8.30448				07	585		
10640329	Douar Lhkarba	douar-lhkarba	MA		0	Africa/Casablanca	32.11384	-8.29707				07	585		
10640336	Coopérative Eddakhia	cooperative-eddakhia	MA		0	Africa/Casablanca	32.06305	-8.28104				07	585		
10640347	Sidi Ahmed	sidi-ahmed	MA		0	Africa/Casablanca	32.20807	-8.49141		Sidi Ahmed		07	585		
10640349	Douar Oulad Abdessalam	douar-oulad-abdessalam	MA		0	Africa/Casablanca	32.20792	-8.44343				07	585		
10640350	Douar Ali Ben Sellam	douar-ali-ben-sellam	MA		0	Africa/Casablanca	32.20918	-8.45662				07	585		
10640351	Douar Haddi Ben Tahar	douar-haddi-ben-tahar	MA		0	Africa/Casablanca	32.19983	-8.44875				07	585		
10640353	Douar Dkara Oulad Abdassalam	douar-dkara-oulad-abdassalam	MA		0	Africa/Casablanca	32.21911	-8.46823				07	585		
10640355	Douar El Haj Ahmed	douar-el-haj-ahmed	MA		0	Africa/Casablanca	32.19548	-8.45494				07	585		
10640359	Douar El Haj El Mekki	douar-el-haj-el-mekki	MA		0	Africa/Casablanca	32.18364	-8.43615				07	585		
10640360	Oulad Rahmoun	oulad-rahmoun	MA		0	Africa/Casablanca	32.18136	-8.47218				07	585		
10640369	Douar Guidah	douar-guidah	MA		0	Africa/Casablanca	32.23704	-8.44967				07	585		
10640384	Douar Kacem	douar-kacem	MA		0	Africa/Casablanca	32.21441	-8.45469				07	585		
10640390	Douar Dkara Oulad El Haj Mohamed	douar-dkara-oulad-el-haj-mohamed	MA		0	Africa/Casablanca	32.21346	-8.46834				07	585		
10640391	Douar Oulad Amer	douar-oulad-amer	MA		0	Africa/Casablanca	32.20475	-8.44815				07	585		
10640393	Douar Laaouissat	douar-laaouissat	MA		0	Africa/Casablanca	32.20371	-8.4551				07	585		
10640404	Douar Emami Ben Bou Zid	douar-emami-ben-bou-zid	MA		0	Africa/Casablanca	32.19959	-8.43907				07	585		
10640413	Douar Zhouiar	douar-zhouiar	MA		0	Africa/Casablanca	32.19638	-8.48336				07	585		
10640422	Oulad Ben Yamna	oulad-ben-yamna	MA		0	Africa/Casablanca	32.1812	-8.46879				07	585		
10640423	Douar El Bekn	douar-el-bekn	MA		0	Africa/Casablanca	32.17751	-8.43632				07	585		
10640434	Douar Lemqaddem Mbarek	douar-lemqaddem-mbarek	MA		0	Africa/Casablanca	32.17153	-8.48012				07	585		
10640436	Douar Laassaybat	douar-laassaybat	MA		0	Africa/Casablanca	32.1705	-8.48645				07	585		
10640441	Douar El Arbi Ben El Maati	douar-el-arbi-ben-el-maati	MA		0	Africa/Casablanca	32.16696	-8.48675				07	585		
10640447	Oulad Ben Allal	oulad-ben-allal	MA		0	Africa/Casablanca	32.16167	-8.44761				07	585		
10640461	Douar Rahmoun	douar-rahmoun	MA		0	Africa/Casablanca	32.15371	-8.4624				07	585		
10640510	Douar El Haj Brahim	douar-el-haj-brahim	MA		0	Africa/Casablanca	32.16445	-8.40384				07	585		
10640518	Douar Ghoualem Sidi Abdelkader	douar-ghoualem-sidi-abdelkader	MA		0	Africa/Casablanca	32.17297	-8.41901				07	585		
10640519	Douar Rouayda	douar-rouayda	MA		0	Africa/Casablanca	32.17033	-8.42892				07	585		
10640520	Oulad Ali Ben Reqia	oulad-ali-ben-reqia	MA		0	Africa/Casablanca	32.17026	-8.40038				07	585		
10640523	Douar Chtioui	douar-chtioui	MA		0	Africa/Casablanca	32.17113	-8.39709				07	585		
10640534	Douar Ghoualem El Kerms	douar-ghoualem-el-kerms	MA		0	Africa/Casablanca	32.17956	-8.41924				07	585		
10640535	Douar Saleh	douar-saleh	MA		0	Africa/Casablanca	32.18256	-8.42783				07	585		
10640540	Douar Zyadna	douar-zyadna	MA		0	Africa/Casablanca	32.18697	-8.41287				07	585		
10640552	Douar Jaaybat	douar-jaaybat	MA		0	Africa/Casablanca	32.20335	-8.4319				07	585		
10640560	Douar Ahmed Ben Mohamed	douar-ahmed-ben-mohamed	MA		0	Africa/Casablanca	32.20896	-8.43208				07	585		
10640563	Douar Lehriahna	douar-lehriahna	MA		0	Africa/Casablanca	32.22141	-8.41997				07	585		
10640578	Douar Lemzinda	douar-lemzinda	MA		0	Africa/Casablanca	32.24114	-8.44705				07	585		
10640584	Douar El Caid Hassan	douar-el-caid-hassan	MA		0	Africa/Casablanca	32.21905	-8.37818				07	427		
10640586	Douar Lahsen Ben Kaddour	douar-lahsen-ben-kaddour	MA		0	Africa/Casablanca	32.16692	-8.45657		Douar Lahsen Ben Kaddour		07	585		
10640587	Douar Feni	douar-feni	MA		0	Africa/Casablanca	32.21344	-8.42966		Douar Feni		07	585		
10640588	Sidi Mbarek	sidi-mbarek	MA		0	Africa/Casablanca	32.18742	-8.43355		Sidi Mbarek		07	585		
10640600	Douar Sraghra	douar-sraghra	MA		0	Africa/Casablanca	32.22492	-8.3089				07	427		
10640613	Douar Oum Teunsriga	douar-oum-teunsriga	MA		0	Africa/Casablanca	32.20168	-8.36735				07	427		
10640614	Douar Zaoreat Lghil	douar-zaoreat-lghil	MA		0	Africa/Casablanca	32.19892	-8.33381				07	427		
10640621	Douar Said El Qadim	douar-said-el-qadim	MA		0	Africa/Casablanca	32.19035	-8.36825				07	427		
10640636	Douar Chaab	douar-chaab	MA		0	Africa/Casablanca	32.17264	-8.36836				07	427		
10640641	Douar Oulad El Haj Ahmed	douar-oulad-el-haj-ahmed	MA		0	Africa/Casablanca	32.16477	-8.3107				07	427		
10640659	Legramta	legramta	MA		0	Africa/Casablanca	32.37284	-8.47529				06	467		
10640665	Dar Tsouli	dar-tsouli	MA		0	Africa/Casablanca	32.35956	-8.45085				06	467		
10640672	Kariat Khelifa	kariat-khelifa	MA		0	Africa/Casablanca	32.13516	-8.32596				07	585		
10640688	Kheyam Khribech	kheyam-khribech	MA		0	Africa/Casablanca	32.13215	-8.25412				07	585		
10640691	Oulad Friyat	oulad-friyat	MA		0	Africa/Casablanca	32.14127	-8.25356				07	585		
10640707	Douar Oulad Saleh	douar-oulad-saleh	MA		0	Africa/Casablanca	32.14748	-8.31128				07	585		
10640712	Oulad El Haj Hammadi	oulad-el-haj-hammadi	MA		0	Africa/Casablanca	32.1578	-8.29019				07	427		
10640715	Douar El Haj Omar	douar-el-haj-omar	MA		0	Africa/Casablanca	32.1531	-8.31529				07	585		
10640738	Oulad Si Bou Hiyya	oulad-si-bou-hiyya	MA		0	Africa/Casablanca	32.17119	-8.29358				07	427		
10640759	Douar Aid Abya	douar-aid-abya	MA		0	Africa/Casablanca	32.1989	-8.29186				07	427		
10640766	Douar Khyam El Aich	douar-khyam-el-aich	MA		0	Africa/Casablanca	32.19799	-8.27163				07	427		
10640768	Douar Hissa	douar-hissa	MA		0	Africa/Casablanca	32.20382	-8.2635				07	427		
10640774	Douar Reguibat Ait Hsaune	douar-reguibat-ait-hsaune	MA		0	Africa/Casablanca	32.20856	-8.30021				07	427		
10640775	Douar Oulad El Mekki	douar-oulad-el-mekki	MA		0	Africa/Casablanca	32.21083	-8.2913				07	427		
10640778	Douar Jenbaat	douar-jenbaat	MA		0	Africa/Casablanca	32.21807	-8.29429				07	427		
10640840	Lablalla	lablalla	MA		0	Africa/Casablanca	32.35468	-8.44928				06	467		
10640843	Dyabna	dyabna	MA		0	Africa/Casablanca	32.34539	-8.46401				06	467		
10640845	Lemrabha	lemrabha	MA		0	Africa/Casablanca	32.34551	-8.48988				06	467		
10640849	Rbaat El Fagir	rbaat-el-fagir	MA		0	Africa/Casablanca	32.34444	-8.46388				06	467		
10640850	Oulad Essouassi	oulad-essouassi	MA		0	Africa/Casablanca	32.34607	-8.46252				06	467		
10640853	Lahbacha	lahbacha	MA		0	Africa/Casablanca	32.33866	-8.45551				07	427		
10640854	Rmamna	rmamna	MA		0	Africa/Casablanca	32.34047	-8.46008				07	427		
10640861	Dar El Haj Tahar	dar-el-haj-tahar	MA		0	Africa/Casablanca	32.32308	-8.43164				07	427		
10640864	Hit Legrini	hit-legrini	MA		0	Africa/Casablanca	32.31217	-8.48334				07	585		
10640865	Oulad Taleb	oulad-taleb	MA		0	Africa/Casablanca	32.30886	-8.48716				07	585		
10640870	Sourat	sourat	MA		0	Africa/Casablanca	32.30678	-8.45705				07	427		
10640879	Oulad Amer Tizmarine	oulad-amer-tizmarine	MA		0	Africa/Casablanca	32.29252	-8.43798				07	427		
10640891	Oulad Driss	oulad-driss	MA		0	Africa/Casablanca	32.27094	-8.42916				07	427		
10640893	Bouhane Ebbih	bouhane-ebbih	MA		0	Africa/Casablanca	32.26524	-8.43182				07	427		
10640902	Kharbat El Bachir	kharbat-el-bachir	MA		0	Africa/Casablanca	32.25602	-8.42343				07	427		
10640903	El Masnaoui	el-masnaoui	MA		0	Africa/Casablanca	32.26134	-8.43212				07	427		
10640907	Bouhane Farrah	bouhane-farrah	MA		0	Africa/Casablanca	32.2576	-8.42324				07	427		
10640924	El Hayssoune	el-hayssoune	MA		0	Africa/Casablanca	32.26626	-8.42324				07	427		
10640934	Chnagla	chnagla	MA		0	Africa/Casablanca	32.28895	-8.42644				07	427		
10640935	Lekhrissat	lekhrissat	MA		0	Africa/Casablanca	32.29076	-8.4313				07	427		
10640944	Laanatra	laanatra	MA		0	Africa/Casablanca	32.29886	-8.42115				07	427		
10640955	Knibat	knibat	MA		0	Africa/Casablanca	32.30823	-8.40545				07	427		
10640959	Ait Ba Amrane	ait-ba-amrane	MA		0	Africa/Casablanca	32.31869	-8.3784				07	427		
10640965	Laabid	laabid	MA		0	Africa/Casablanca	32.3171	-8.39648				07	427		
10640970	Oulad Barka	oulad-barka	MA		0	Africa/Casablanca	32.32359	-8.40073				07	427		
10640978	Chlouh	chlouh	MA		0	Africa/Casablanca	32.33632	-8.38779				07	427		
10640984	Rbaat Bouchaayb Lakchal	rbaat-bouchaayb-lakchal	MA		0	Africa/Casablanca	32.34917	-8.43053				07	427		
10640986	Bni Yakhlef	bni-yakhlef	MA		0	Africa/Casablanca	32.35437	-8.42493				07	427		
10640991	Leghlalma	leghlalma	MA		0	Africa/Casablanca	32.3505	-8.38504				07	427		
10641000	Jouabra	jouabra	MA		0	Africa/Casablanca	32.36731	-8.39751				06	467		
10641005	Rgagna	rgagna	MA		0	Africa/Casablanca	32.3584	-8.41751				07	427		
10641028	Douar Lemkhatra	douar-lemkhatra	MA		0	Africa/Casablanca	32.37406	-8.43488				06	467		
10641029	Douar Gramta	douar-gramta	MA		0	Africa/Casablanca	32.3729	-8.47546				06	467		
10641035	Douar Echenanfa Lgoddamine	douar-echenanfa-lgoddamine	MA		0	Africa/Casablanca	32.48865	-8.48713				06	467		
10641043	Dar Essaoudi	dar-essaoudi	MA		0	Africa/Casablanca	32.483	-8.49409				06	467		
10641053	Coopérative du Lait	cooperative-du-lait	MA		0	Africa/Casablanca	32.46483	-8.49527				06	467		
10641054	Douar Laubadla	douar-laubadla	MA		0	Africa/Casablanca	32.46239	-8.49584				06	467		
10641055	Douar Oulad El Asri	douar-oulad-el-asri	MA		0	Africa/Casablanca	32.46094	-8.49392				06	467		
10641059	Douar Oulad Si Ali	douar-oulad-si-ali	MA		0	Africa/Casablanca	32.45443	-8.49164				06	467		
10641062	Douar El Faouaris	douar-el-faouaris	MA		0	Africa/Casablanca	32.44982	-8.49308				06	467		
10641071	Douar Leglalfa	douar-leglalfa	MA		0	Africa/Casablanca	32.43165	-8.49521				06	467		
10641076	Douar Lmeras	douar-lmeras	MA		0	Africa/Casablanca	32.42285	-8.49526				06	467		
10641077	Douar Oulad Hmida	douar-oulad-hmida	MA		0	Africa/Casablanca	32.41935	-8.48947				06	467		
10641079	Douar Zegagda	douar-zegagda	MA		0	Africa/Casablanca	32.41634	-8.46681				06	467		
10641082	Douar Lhanat	douar-lhanat	MA		0	Africa/Casablanca	32.4182	-8.48484				06	467		
10641083	Douar Derioukat	douar-derioukat	MA		0	Africa/Casablanca	32.41662	-8.48963				06	467		
10641085	Douar El Hadi	douar-el-hadi	MA		0	Africa/Casablanca	32.41062	-8.4934				06	467		
10641088	Douar Laaouamer	douar-laaouamer	MA		0	Africa/Casablanca	32.41223	-8.47083				06	467		
10641089	Douar Aissaoua	douar-aissaoua	MA		0	Africa/Casablanca	32.40527	-8.49767				06	467		
10641100	Douar Lekhyaya	douar-lekhyaya	MA		0	Africa/Casablanca	32.38566	-8.48719				06	467		
10641103	Douar Reddad	douar-reddad	MA		0	Africa/Casablanca	32.37841	-8.46448				06	467		
10641105	Douar Lefkhakhra	douar-lefkhakhra	MA		0	Africa/Casablanca	32.37937	-8.48578				06	467		
10641113	Douar Azib El Caid	douar-azib-el-caid	MA		0	Africa/Casablanca	32.37694	-8.43745				06	467		
10641120	Douar Erredaoura	douar-erredaoura	MA		0	Africa/Casablanca	32.42066	-8.45944				06	467		
10641125	Douar Syayba	douar-syayba	MA		0	Africa/Casablanca	32.42351	-8.44747				06	467		
10641127	Douar Amarat	douar-amarat	MA		0	Africa/Casablanca	32.42596	-8.46116				06	467		
10641129	Douar Bel Hachmi	douar-bel-hachmi	MA		0	Africa/Casablanca	32.43528	-8.46209				06	467		
10641130	Douar Sidi Salah	douar-sidi-salah	MA		0	Africa/Casablanca	32.43517	-8.45374				06	467		
10641134	Douar Hmar	douar-hmar	MA		0	Africa/Casablanca	32.43658	-8.43657				06	467		
10641135	Douar Khouimat Tahar	douar-khouimat-tahar	MA		0	Africa/Casablanca	32.42888	-8.43488				06	467		
10641136	Sedrat Ben Daoud	sedrat-ben-daoud	MA		0	Africa/Casablanca	32.44126	-8.43679				06	467		
10641137	Douar Sidi Saada	douar-sidi-saada	MA		0	Africa/Casablanca	32.44429	-8.44501				06	467		
10641143	Douar El Marsli	douar-el-marsli	MA		0	Africa/Casablanca	32.45721	-8.46322				06	467		
10641146	Douar Oulad Amara	douar-oulad-amara	MA		0	Africa/Casablanca	32.46494	-8.44679				06	467		
10641152	Coopérative Louartiya	cooperative-louartiya	MA		0	Africa/Casablanca	32.48174	-8.45526				06	467		
10641153	Oulad El Ghezouani	oulad-el-ghezouani	MA		0	Africa/Casablanca	32.49001	-8.45711				06	467		
10641156	Douar Oulad Boulemma	douar-oulad-boulemma	MA		0	Africa/Casablanca	32.49283	-8.43747				06	467		
10641161	Douar Eddehalsa	douar-eddehalsa	MA		0	Africa/Casablanca	32.4927	-8.41696				06	467		
10641162	Khyam Mbarek Jabri	khyam-mbarek-jabri	MA		0	Africa/Casablanca	32.49713	-8.40561				06	467		
10641164	Khyam Chenanfa	khyam-chenanfa	MA		0	Africa/Casablanca	32.48495	-8.40382				06	467		
10641165	Douar Azib Lghaouti	douar-azib-lghaouti	MA		0	Africa/Casablanca	32.48373	-8.40875				06	467		
10641168	Khyam Lhar	khyam-lhar	MA		0	Africa/Casablanca	32.47323	-8.41291				06	467		
10641173	Douar Khyam Ben Eddoukkaliya	douar-khyam-ben-eddoukkaliya	MA		0	Africa/Casablanca	32.46054	-8.41648				06	467		
10641177	Khyam Sidi Salem	khyam-sidi-salem	MA		0	Africa/Casablanca	32.45484	-8.4204				06	467		
10641180	Dar Abdessalam	dar-abdessalam	MA		0	Africa/Casablanca	32.44482	-8.42788				06	467		
10641193	Douar Drioua	douar-drioua	MA		0	Africa/Casablanca	32.4182	-8.43007				06	467		
10641197	Dar Sidi Ahmed Ben Bouchaayb El Hammaz	dar-sidi-ahmed-ben-bouchaayb-el-hammaz	MA		0	Africa/Casablanca	32.40193	-8.43403				06	467		
10641200	Douar El Qobba	douar-el-qobba	MA		0	Africa/Casablanca	32.39308	-8.41092				06	467		
10641208	Douar Oulad Ahmed	douar-oulad-ahmed	MA		0	Africa/Casablanca	32.38185	-8.42532				06	467		
10641214	Douar Sraghna	douar-sraghna	MA		0	Africa/Casablanca	32.37662	-8.39478				06	467		
10641215	Douar El Gantour	douar-el-gantour	MA		0	Africa/Casablanca	32.37537	-8.38102				06	467		
10641221	Douar Errouif	douar-errouif	MA		0	Africa/Casablanca	32.40159	-8.39157				06	467		
10641225	Douar Leqouirat	douar-leqouirat	MA		0	Africa/Casablanca	32.41153	-8.38189				06	467		
10641239	Douar El Qobba	douar-el-qobba	MA		0	Africa/Casablanca	32.43984	-8.3784				06	467		
10641241	Douar El Mers El Bayyad	douar-el-mers-el-bayyad	MA		0	Africa/Casablanca	32.43371	-8.38882				06	467		
10641251	Douar Aehab Oulad Amrane	douar-aehab-oulad-amrane	MA		0	Africa/Casablanca	32.45493	-8.39752				06	467		
10641266	Douar Louta	douar-louta	MA		0	Africa/Casablanca	32.38881	-8.42271				06	467		
10641272	Douar Achchab Mtal	douar-achchab-mtal	MA		0	Africa/Casablanca	32.46825	-8.38595				06	467		
10794280	Douar Tyayba	douar-tyayba	MA		0	Africa/Casablanca	32.02614	-8.95624		Douar Tyayba,Tahara		07	431		
10794281	Douar Hbbat	douar-hbbat	MA		0	Africa/Casablanca	32.04224	-8.92596		Boualat,Douar Hbbat		07	431		
10794282	Douar Lahfava	douar-lahfava	MA		0	Africa/Casablanca	32.02128	-8.90234		Douar Lahfava,El Hafaia,El Hafaïa		07	431		
10794283	Douar Oulad Ben Hammou	douar-oulad-ben-hammou	MA		0	Africa/Casablanca	32.18614	-8.95653		Douar Oulad Ben Hammou,Douar el Gouassem,El Gouassem,El Kouassene,El-Kouassen,El-Kouassèn,Ouled Gassem		07	431		
10794284	Douar Ezzabounat	douar-ezzabounat	MA		0	Africa/Casablanca	32.15282	-8.97994		Douar Ezzabounat,Douar Zbounat,Zbounat,Zbounate		07	431		
10794285	Douar Khnifrat	douar-khnifrat	MA		0	Africa/Casablanca	32.15737	-8.94232		Douar Khnifrat,Ouled Sidi Adrourh,Sidi Adrourh		07	431		
10794286	Douar Oulad Kacem	douar-oulad-kacem	MA		0	Africa/Casablanca	32.17455	-8.89398		Douar Oulad Kacem,Oulad Bachir,Ouled Bachir		07	431		
10794287	Douar El Karia	douar-el-karia	MA		0	Africa/Casablanca	32.17707	-8.9173		Douar El Karia,Er Rhialine,Rhialine		07	431		
10794288	Douar Lebyadat	douar-lebyadat	MA		0	Africa/Casablanca	32.2367	-8.90007		Douar Lebyadat,Lalla-Aidha,Lalla-Aïdha		07	431		
10794289	Douar Oulad Touimi	douar-oulad-touimi	MA		0	Africa/Casablanca	32.34765	-8.93008		Douar Oulad Touimi,Sidi-Ahmed-Ben-Jilali		07	431		
10794290	Douar Laatatma	douar-laatatma	MA		0	Africa/Casablanca	32.28164	-8.92109		Douar Laatatma,El Kebibat		07	431		
10794291	Douar Lghouzya	douar-lghouzya	MA		0	Africa/Casablanca	32.47671	-8.96018		Douar Lghouzya,Rhouzia		07	431		
10794292	Douar Lahnichat Laamir	douar-lahnichat-laamir	MA		0	Africa/Casablanca	32.40775	-8.96979		Douar Hanichat,Douar Lahnichat Laamir,Hanichat,Lahnichat		07	431		
10794293	Louafi Lakhrab	louafi-lakhrab	MA		0	Africa/Casablanca	32.3884	-8.93561		El-Haj-el-Ouafi,Louafi Lakhrab		07	431		
10794294	Douar Bou Rjila	douar-bou-rjila	MA		0	Africa/Casablanca	32.40108	-8.93719		Bou Rhedira,Bourhdira,Douar Bou Rjila,Douar bou Rhedira		07	431		
10794295	Douar Zaouiat Ahmed Bou Madyene	douar-zaouiat-ahmed-bou-madyene	MA		0	Africa/Casablanca	32.43551	-8.94612		Douar Zaouiat Ahmed Bou Madyene,Sidi Boumediane,Sidi boumidiane		07	431		
10794296	Douar Ghzaouna	douar-ghzaouna	MA		0	Africa/Casablanca	32.45613	-8.92799		Douar Ghzaouna,Laghzaouna,Rhezaouna		07	431		
10794297	Douar Hnafich Charkmat	douar-hnafich-charkmat	MA		0	Africa/Casablanca	32.45098	-8.94511		Douar Hnafich Charkmat,Hanafich		07	431		
10794298	Douar Oulad Alioua	douar-oulad-alioua	MA		0	Africa/Casablanca	32.48764	-8.95672		Douar Oulad Alioua,Oulad-Ben-Alioua		07	431		
10794299	Douar Leghoual	douar-leghoual	MA		0	Africa/Casablanca	32.44336	-8.90567		Douar Leghoual,Douar el Rhoual Bel Kabaa,El Roual,El Roual Bel Kaaba		07	431		
10794300	Douar Lmaguer	douar-lmaguer	MA		0	Africa/Casablanca	32.39719	-8.90211		Douar Lmaguer,Douar el Magar,El Maaguir,El Magar,El Maâguir		07	431		
10794548	Douar Tajakant	douar-tajakant	MA		0	Africa/Casablanca	32.37148	-8.22626				07	427		
10794551	Douar Blaid	douar-blaid	MA		0	Africa/Casablanca	32.36305	-8.22993				07	427		
10794559	Douar Brahim Ben Bari	douar-brahim-ben-bari	MA		0	Africa/Casablanca	32.35015	-8.23278				07	427		
10794561	Douar Bou Ali	douar-bou-ali	MA		0	Africa/Casablanca	32.34159	-8.24501				07	427		
10794562	Douar Cherarka	douar-cherarka	MA		0	Africa/Casablanca	32.33674	-8.24488				07	427		
10794563	Douar Abboud	douar-abboud	MA		0	Africa/Casablanca	32.33675	-8.23855				07	427		
10794574	Douar El Kana	douar-el-kana	MA		0	Africa/Casablanca	32.31289	-8.21111				07	427		
10794582	Douar Bedaoua	douar-bedaoua	MA		0	Africa/Casablanca	32.29098	-8.23525				07	427		
10794597	Khyam El Hakem	khyam-el-hakem	MA		0	Africa/Casablanca	32.25321	-8.2133				07	427		
10794599	Khyam Jamae	khyam-jamae	MA		0	Africa/Casablanca	32.24915	-8.21874				07	427		
10794600	Douar El Falat	douar-el-falat	MA		0	Africa/Casablanca	32.24934	-8.20279				07	427		
10794601	Douar Errouazqa	douar-errouazqa	MA		0	Africa/Casablanca	32.25379	-8.20706				07	427		
10794602	Douar Oulad Bella Jouaber	douar-oulad-bella-jouaber	MA		0	Africa/Casablanca	32.25558	-8.18869				07	427		
10794610	Douar Talba	douar-talba	MA		0	Africa/Casablanca	32.28928	-8.19837				07	427		
10794614	Douar Chchida	douar-chchida	MA		0	Africa/Casablanca	32.31893	-8.18835				07	427		
10794619	Douar El Abidat	douar-el-abidat	MA		0	Africa/Casablanca	32.33262	-8.19277				07	427		
10794621	Douar Ahl Rachid	douar-ahl-rachid	MA		0	Africa/Casablanca	32.34101	-8.20558				07	427		
10794626	Douar Arabat	douar-arabat	MA		0	Africa/Casablanca	32.35624	-8.20366				07	427		
10794631	Khyam Zaaraoui	khyam-zaaraoui	MA		0	Africa/Casablanca	32.36911	-8.15504				07	427		
10794632	Douar Taraza	douar-taraza	MA		0	Africa/Casablanca	32.36211	-8.15337				07	427		
10794636	Khyam Ba Allal	khyam-ba-allal	MA		0	Africa/Casablanca	32.35133	-8.16264				07	427		
10794638	Douar Allal	douar-allal	MA		0	Africa/Casablanca	32.33869	-8.17772				07	427		
10794639	Douar Lebrabich	douar-lebrabich	MA		0	Africa/Casablanca	32.33993	-8.16989				07	427		
10794645	Douar Talha	douar-talha	MA		0	Africa/Casablanca	32.3111	-8.15729				07	427		
10794647	Douar Oulad El Haj	douar-oulad-el-haj	MA		0	Africa/Casablanca	32.30214	-8.18131				07	427		
10794648	Douar Lekbabra	douar-lekbabra	MA		0	Africa/Casablanca	32.30005	-8.15012				07	427		
10794653	Douar Oulad Bella Lemchammar	douar-oulad-bella-lemchammar	MA		0	Africa/Casablanca	32.27413	-8.17738				07	427		
10794657	Douar Tnaja	douar-tnaja	MA		0	Africa/Casablanca	32.26964	-8.16817				07	427		
10794664	Douar Oulad Sidi Bousselham	douar-oulad-sidi-bousselham	MA		0	Africa/Casablanca	32.25192	-8.13393				07	427		
10794667	Douar Tnaja	douar-tnaja	MA		0	Africa/Casablanca	32.25539	-8.13443				07	427		
10794669	Douar Lkhaloua	douar-lkhaloua	MA		0	Africa/Casablanca	32.26098	-8.1299				07	427		
10794673	Douar Oulad Bou Yahya	douar-oulad-bou-yahya	MA		0	Africa/Casablanca	32.27597	-8.13966				07	427		
10794676	Douar Oulad Ba Moussa	douar-oulad-ba-moussa	MA		0	Africa/Casablanca	32.28506	-8.1332				07	427		
10794682	Douar Lahmadat	douar-lahmadat	MA		0	Africa/Casablanca	32.31603	-8.12543				07	427		
10794691	Douar Lemdiris	douar-lemdiris	MA		0	Africa/Casablanca	32.35636	-8.13293				07	427		
10794693	Douar Lqoliaa	douar-lqoliaa	MA		0	Africa/Casablanca	32.35823	-8.14739				07	427		
10794696	Dar Ahmed Baddi	dar-ahmed-baddi	MA		0	Africa/Casablanca	32.37288	-8.20901				07	427		
10794706	Douar Oulad Rahad	douar-oulad-rahad	MA		0	Africa/Casablanca	32.42698	-8.22243				07	427		
10794708	Douar Touijrat	douar-touijrat	MA		0	Africa/Casablanca	32.40235	-8.21764				07	427		
10794709	Douar Laarab	douar-laarab	MA		0	Africa/Casablanca	32.43868	-8.18425				07	427		
10794711	Douar Touabra	douar-touabra	MA		0	Africa/Casablanca	32.3835	-8.18449				07	427		
10794712	Douar Lghaber	douar-lghaber	MA		0	Africa/Casablanca	32.4719	-8.13737				07	427		
10794713	Douar Oulad Jaber	douar-oulad-jaber	MA		0	Africa/Casablanca	32.49129	-8.1599				06	467		
10794714	Douar Ait Said	douar-ait-said	MA		0	Africa/Casablanca	32.41537	-8.16287				07	427		
10794722	Douar Si Jilali Ben El Mokhter	douar-si-jilali-ben-el-mokhter	MA		0	Africa/Casablanca	32.49649	-8.22157				06	467		
10794728	Douar Cha’ba	douar-cha-ba	MA		0	Africa/Casablanca	32.48686	-8.20775				06	467		
10794730	Douar Abbas Mhamed	douar-abbas-mhamed	MA		0	Africa/Casablanca	32.48136	-8.20539				06	467		
10794738	Douar Dzouz	douar-dzouz	MA		0	Africa/Casablanca	32.46597	-8.2162				06	467		
10794739	Douar Dadsi	douar-dadsi	MA		0	Africa/Casablanca	32.4653	-8.22627				06	467		
10794749	Douar Azib Cheikh	douar-azib-cheikh	MA		0	Africa/Casablanca	32.43941	-8.21786				07	427		
10794751	Douar Hasna	douar-hasna	MA		0	Africa/Casablanca	32.4451	-8.21391				07	427		
10794755	Douar Oulad Ahmed El Azzara	douar-oulad-ahmed-el-azzara	MA		0	Africa/Casablanca	32.43205	-8.24284				07	427		
10794767	Douar Lebhihir	douar-lebhihir	MA		0	Africa/Casablanca	32.41568	-8.21069				07	427		
10794770	Douar Samisda	douar-samisda	MA		0	Africa/Casablanca	32.40465	-8.23736				07	427		
10794780	Khryam Haroute	khryam-haroute	MA		0	Africa/Casablanca	32.37832	-8.1973				07	427		
10794785	Douar Si Hsini	douar-si-hsini	MA		0	Africa/Casablanca	32.39454	-8.20309				07	427		
10794801	Douar Kaddour Ben Chtioui	douar-kaddour-ben-chtioui	MA		0	Africa/Casablanca	32.4324	-8.18554				07	427		
10794807	Khyum Echiam	khyum-echiam	MA		0	Africa/Casablanca	32.47647	-8.18815				06	467		
10794813	Khyam Salem	khyam-salem	MA		0	Africa/Casablanca	32.4964	-8.18142				06	467		
10794819	Oulad Bouchiab Ben El Habib	oulad-bouchiab-ben-el-habib	MA		0	Africa/Casablanca	32.47951	-8.17292				06	467		
10794823	Douar Legida	douar-legida	MA		0	Africa/Casablanca	32.46403	-8.18561				07	427		
10794827	Douar Ezmzaouig	douar-ezmzaouig	MA		0	Africa/Casablanca	32.45409	-8.16676				07	427		
10794832	Douar Ait Taleb	douar-ait-taleb	MA		0	Africa/Casablanca	32.42557	-8.17464				07	427		
10794852	Kheyam Oulad Lguessi	kheyam-oulad-lguessi	MA		0	Africa/Casablanca	32.39396	-8.16222				07	427		
10794855	Khiyam Si Daoud	khiyam-si-daoud	MA		0	Africa/Casablanca	32.40235	-8.142				07	427		
10794860	Khoyam Oued Abbas	khoyam-oued-abbas	MA		0	Africa/Casablanca	32.41179	-8.142				07	427		
10794867	Douar Rokba Bou Chuac	douar-rokba-bou-chuac	MA		0	Africa/Casablanca	32.43568	-8.14373				07	427		
10794868	Douar Rokba	douar-rokba	MA		0	Africa/Casablanca	32.44376	-8.14293				07	427		
10794870	Kheyam Ahmed Essargluni	kheyam-ahmed-essargluni	MA		0	Africa/Casablanca	32.44802	-8.14801				07	427		
10794872	Douar Neilm Laazibat	douar-neilm-laazibat	MA		0	Africa/Casablanca	32.44495	-8.16037				07	427		
10794879	Douar Jbel	douar-jbel	MA		0	Africa/Casablanca	32.4861	-8.13587				07	427		
10794894	Lgarage	lgarage	MA		0	Africa/Casablanca	32.47825	-8.19126				06	467		
10794896	Douar Lharcha	douar-lharcha	MA		0	Africa/Casablanca	32.49741	-8.24373				06	467		
10794899	Douar Ahmed Laroussi	douar-ahmed-laroussi	MA		0	Africa/Casablanca	32.44565	-8.22854				07	427		
10794901	Douar El Kouri	douar-el-kouri	MA		0	Africa/Casablanca	32.44863	-8.20376				07	427		
10794902	Douar Oulad Alil El Chid	douar-oulad-alil-el-chid	MA		0	Africa/Casablanca	32.41403	-8.2267				07	427		
10794922	Laalamna Eddira	laalamna-eddira	MA		0	Africa/Casablanca	32.48561	-7.96845				07	427		
10794927	Douar Oulad Essiha	douar-oulad-essiha	MA		0	Africa/Casablanca	32.48898	-7.97951				07	427		
10794928	Douar Oulad Amar	douar-oulad-amar	MA		0	Africa/Casablanca	32.49072	-7.9878				07	427		
10794939	Oulad El Arbi Hen El Dasri	oulad-el-arbi-hen-el-dasri	MA		0	Africa/Casablanca	32.45318	-7.9655				07	427		
10794947	Douar Labsima	douar-labsima	MA		0	Africa/Casablanca	32.44183	-7.97093				07	427		
10794965	Oulad Allal	oulad-allal	MA		0	Africa/Casablanca	32.40508	-7.9953				07	427		
10794972	Oulad Mohamed Ben El Hachmi	oulad-mohamed-ben-el-hachmi	MA		0	Africa/Casablanca	32.39228	-7.98298				07	427		
10794975	Oulad Mohamed Ban Jilali	oulad-mohamed-ban-jilali	MA		0	Africa/Casablanca	32.39211	-7.97198				07	427		
10794980	Douar Beggara Lahmanida	douar-beggara-lahmanida	MA		0	Africa/Casablanca	32.3774	-7.94672				07	427		
10794981	Douar Lakhlalta	douar-lakhlalta	MA		0	Africa/Casablanca	32.38082	-7.93839				07	427		
10794983	Douar Sidi Amara	douar-sidi-amara	MA		0	Africa/Casablanca	32.38544	-7.94172				07	427		
10794992	Oulad Taleb	oulad-taleb	MA		0	Africa/Casablanca	32.40072	-7.92179				07	427		
10794995	El Azzaba	el-azzaba	MA		0	Africa/Casablanca	32.41642	-7.93149				07	427		
10794998	Douar Oulad Slimane	douar-oulad-slimane	MA		0	Africa/Casablanca	32.43265	-7.94528				07	427		
10794999	Douar Oulad Slîmane	douar-oulad-slimane	MA		0	Africa/Casablanca	32.43396	-7.94524				07	427		
10795009	Azib Lahranka	azib-lahranka	MA		0	Africa/Casablanca	32.44997	-7.95706				07	427		
10795023	Caidas Skhour Rehamna	caidas-skhour-rehamna	MA		0	Africa/Casablanca	32.48134	-7.91757				07	427		
10795027	Douar Laatainna El Koudis	douar-laatainna-el-koudis	MA		0	Africa/Casablanca	32.47922	-7.95567				07	427		
10795033	Oulad Labyad	oulad-labyad	MA		0	Africa/Casablanca	32.49632	-7.92546				07	427		
10795040	Dar Litalab	dar-litalab	MA		0	Africa/Casablanca	32.48284	-7.91378				07	427		
10795041	Douar Khalifa	douar-khalifa	MA		0	Africa/Casablanca	32.47571	-7.90284				07	427		
10795049	Caidat Chalad Toum	caidat-chalad-toum	MA		0	Africa/Casablanca	32.48063	-7.91156				07	427		
10795051	Douar El Azzaba	douar-el-azzaba	MA		0	Africa/Casablanca	32.46766	-7.87833				07	427		
10795053	Douar Jbala Echaaba	douar-jbala-echaaba	MA		0	Africa/Casablanca	32.46264	-7.89891				07	427		
10795061	Douar Oulad Abdellah	douar-oulad-abdellah	MA		0	Africa/Casablanca	32.43532	-7.89016				07	427		
10795073	Douar Oulad Mouss	douar-oulad-mouss	MA		0	Africa/Casablanca	32.41967	-7.89803				07	427		
10795077	Douar Hjar Bouliguof	douar-hjar-bouliguof	MA		0	Africa/Casablanca	32.41351	-7.91123				07	427		
10795080	Oulad El Chali	oulad-el-chali	MA		0	Africa/Casablanca	32.39858	-7.87503				07	427		
10795083	Oulad El Madani	oulad-el-madani	MA		0	Africa/Casablanca	32.40262	-7.91063				07	427		
10795105	Lehrakra	lehrakra	MA		0	Africa/Casablanca	32.40724	-7.93451				07	427		
10795109	Douar Lassarran Essannaka	douar-lassarran-essannaka	MA		0	Africa/Casablanca	32.49675	-7.95737				07	427		
10795110	Douar Lemmais	douar-lemmais	MA		0	Africa/Casablanca	32.495	-7.93449				07	427		
10795111	Oulad Oggad	oulad-oggad	MA		0	Africa/Casablanca	32.49477	-7.88883				07	427		
10795112	Legoassma	legoassma	MA		0	Africa/Casablanca	32.4943	-7.89846				07	427		
10795116	Ait Hammou	ait-hammou	MA		0	Africa/Casablanca	32.45766	-7.8981				07	427		
10795118	Lelrayipya	lelrayipya	MA		0	Africa/Casablanca	32.39204	-7.89962				07	427		
10795121	Douar Qiyyaba	douar-qiyyaba	MA		0	Africa/Casablanca	32.38196	-7.907				07	427		
10795132	Khebibzat	khebibzat	MA		0	Africa/Casablanca	32.36632	-7.85971				07	427		
10795135	Dr. Mqaroucchine	dr-mqaroucchine	MA		0	Africa/Casablanca	32.35497	-7.84517				07	427		
10795136	Mqarouech	mqarouech	MA		0	Africa/Casablanca	32.36074	-7.8525				07	427		
10795140	Douar El Foqra	douar-el-foqra	MA		0	Africa/Casablanca	32.3524	-7.82132				07	427		
10795147	Douar Toumghar	douar-toumghar	MA		0	Africa/Casablanca	32.341	-7.82275				07	427		
10795150	Douar Rouinat	douar-rouinat	MA		0	Africa/Casablanca	32.34045	-7.8621				07	427		
10795176	Douar Oulad Bella	douar-oulad-bella	MA		0	Africa/Casablanca	32.31363	-7.81107				07	427		
10795177	Sidi Hajjaj	sidi-hajjaj	MA		0	Africa/Casablanca	32.31218	-7.80675				07	427		
10795187	Oulad Omar	oulad-omar	MA		0	Africa/Casablanca	32.27436	-7.86625				07	427		
10795204	Oulad Sidi Ablanalimane	oulad-sidi-ablanalimane	MA		0	Africa/Casablanca	32.27049	-7.7747				07	427		
10795217	Trig El Merrakchin	trig-el-merrakchin	MA		0	Africa/Casablanca	32.28562	-7.80894				07	427		
10795224	Dar El Afraoui	dar-el-afraoui	MA		0	Africa/Casablanca	32.29645	-7.77605				07	427		
10795226	Douar Ozoula	douar-ozoula	MA		0	Africa/Casablanca	32.29884	-7.77977				07	427		
10795234	Douar Mtaguil Bir Jhad	douar-mtaguil-bir-jhad	MA		0	Africa/Casablanca	32.31275	-7.79537				07	427		
10795239	Oulad Miloud Ben Ali	oulad-miloud-ben-ali	MA		0	Africa/Casablanca	32.3152	-7.75655				07	427		
10795241	Drae Hammouni	drae-hammouni	MA		0	Africa/Casablanca	32.3239	-7.75226				07	427		
10795242	Oulad Faraji Ben Lahyad	oulad-faraji-ben-lahyad	MA		0	Africa/Casablanca	32.3205	-7.76778				07	427		
10795243	Rjal Sellam	rjal-sellam	MA		0	Africa/Casablanca	32.32057	-7.78105				07	427		
10795244	Oulad Abdalkadur	oulad-abdalkadur	MA		0	Africa/Casablanca	32.32256	-7.77897				07	427		
10795259	Douar Bidgat	douar-bidgat	MA		0	Africa/Casablanca	32.34047	-7.75696				07	427		
10795268	Douar Laabasna	douar-laabasna	MA		0	Africa/Casablanca	32.36038	-7.77534				07	427		
10795272	Douar Oulad Massaoud	douar-oulad-massaoud	MA		0	Africa/Casablanca	32.36486	-7.76423				07	427		
10795284	Douar Chaabat	douar-chaabat	MA		0	Africa/Casablanca	32.34248	-7.77321				07	427		
10795285	Douar El Haj Si Ahmed	douar-el-haj-si-ahmed	MA		0	Africa/Casablanca	32.61826	-8.23556				06	467		
10795286	Douar Oulad Ghanem	douar-oulad-ghanem	MA		0	Africa/Casablanca	32.61875	-8.22901				06	467		
10795289	Douar Oulad Taibi	douar-oulad-taibi	MA		0	Africa/Casablanca	32.60159	-8.23881				06	467		
10795290	Khyam Oulad Moussa	khyam-oulad-moussa	MA		0	Africa/Casablanca	32.60011	-8.23202				06	467		
10795292	Douar Leakak	douar-leakak	MA		0	Africa/Casablanca	32.61492	-8.2107				06	467		
10795296	Douar Louadat	douar-louadat	MA		0	Africa/Casablanca	32.58453	-8.24109				06	467		
10795297	Douar Oulad El Mamoune	douar-oulad-el-mamoune	MA		0	Africa/Casablanca	32.58491	-8.23464				06	467		
10795300	Douar Oulad Ahmar	douar-oulad-ahmar	MA		0	Africa/Casablanca	32.61414	-8.8732				06	467		
10795310	Douar Ben Agoub	douar-ben-agoub	MA		0	Africa/Casablanca	32.56809	-8.235				06	467		
10795312	Douar Amar Ben Moussa	douar-amar-ben-moussa	MA		0	Africa/Casablanca	32.57867	-8.21689				06	467		
10795315	Douar Oulad Ben Abdallah	douar-oulad-ben-abdallah	MA		0	Africa/Casablanca	32.56393	-8.21483				06	467		
10795316	Khyam Joda	khyam-joda	MA		0	Africa/Casablanca	32.55804	-8.21168				06	467		
10795317	Khyam Oulad El Mouddem	khyam-oulad-el-mouddem	MA		0	Africa/Casablanca	32.55444	-8.21311				06	467		
10795318	Khyam Oulad Chtoula	khyam-oulad-chtoula	MA		0	Africa/Casablanca	32.55035	-8.21082				06	467		
10795322	Douar Oulad Slimane	douar-oulad-slimane	MA		0	Africa/Casablanca	32.54709	-8.24442				06	467		
10795324	Douar Leqouab	douar-leqouab	MA		0	Africa/Casablanca	32.53989	-8.22837				06	467		
10795332	Douar Leqouab Ghouaouta	douar-leqouab-ghouaouta	MA		0	Africa/Casablanca	32.53085	-8.23378				06	467		
10795333	Douar Hit Slimane	douar-hit-slimane	MA		0	Africa/Casablanca	32.52468	-8.24105				06	467		
10795334	Douar Oulad Ennaji	douar-oulad-ennaji	MA		0	Africa/Casablanca	32.51609	-8.22174				06	467		
10795340	Douar Errekhaa	douar-errekhaa	MA		0	Africa/Casablanca	32.50199	-8.24135				06	467		
10795344	Arib Oulad El Fatmi	arib-oulad-el-fatmi	MA		0	Africa/Casablanca	32.50029	-8.18106				06	467		
10795358	Douar Ben El Aouni	douar-ben-el-aouni	MA		0	Africa/Casablanca	32.52976	-8.20498				06	467		
10795361	Khyam Oulad Hadda	khyam-oulad-hadda	MA		0	Africa/Casablanca	32.54076	-8.16539				06	467		
10795362	Douar Oulad El Faqia Brahim	douar-oulad-el-faqia-brahim	MA		0	Africa/Casablanca	32.54366	-8.18762				06	467		
10795364	Khyam Oulad Allal	khyam-oulad-allal	MA		0	Africa/Casablanca	32.54705	-8.2057				06	467		
10795367	Douar Oulad Fatna	douar-oulad-fatna	MA		0	Africa/Casablanca	32.55883	-8.18041				06	467		
10795369	Douar Lefragna	douar-lefragna	MA		0	Africa/Casablanca	32.55733	-8.17039				06	467		
10795371	Khyam Oulad Houda	khyam-oulad-houda	MA		0	Africa/Casablanca	32.55595	-8.19455				06	467		
10795372	Douar Oulad Mbarek	douar-oulad-mbarek	MA		0	Africa/Casablanca	32.56549	-8.20241				06	467		
10795376	Douar Chdodna	douar-chdodna	MA		0	Africa/Casablanca	32.57693	-8.17014				06	467		
10795381	Douar Lafqih	douar-lafqih	MA		0	Africa/Casablanca	32.5921	-8.1838				06	467		
10795383	Douar Ouled Mbarek	douar-ouled-mbarek	MA		0	Africa/Casablanca	32.59095	-8.16983				06	467		
10795386	Douar Oulad Abbou	douar-oulad-abbou	MA		0	Africa/Casablanca	32.60474	-8.19284				06	467		
10795387	Khyam El Bir	khyam-el-bir	MA		0	Africa/Casablanca	32.6094	-8.18505				06	467		
10795388	Douar Oulad Ghanam	douar-oulad-ghanam	MA		0	Africa/Casablanca	32.60973	-8.1938				06	467		
10795389	Douar Oulad Yahia	douar-oulad-yahia	MA		0	Africa/Casablanca	32.61883	-8.20022				06	467		
10795390	Douar Lehrechat	douar-lehrechat	MA		0	Africa/Casablanca	32.6195	-8.1841				06	467		
10795392	Douar Sidi Ennayem	douar-sidi-ennayem	MA		0	Africa/Casablanca	32.61356	-8.1705				06	467		
10795393	Douar Azib Chaab	douar-azib-chaab	MA		0	Africa/Casablanca	32.62093	-8.14052				06	467		
10795401	Douar Dehayraya	douar-dehayraya	MA		0	Africa/Casablanca	32.59302	-8.16174				06	467		
10795404	Douar El Hachmi	douar-el-hachmi	MA		0	Africa/Casablanca	32.57668	-8.13153				06	467		
10795407	Douar Oulad El Asri	douar-oulad-el-asri	MA		0	Africa/Casablanca	32.56637	-8.1424				06	467		
10795410	Douar Laataata	douar-laataata	MA		0	Africa/Casablanca	32.57218	-8.14827				06	467		
10795412	Lalla Meqls	lalla-meqls	MA		0	Africa/Casablanca	32.56077	-8.16021				06	467		
10795415	Douar Oulad Khalti Fatma	douar-oulad-khalti-fatma	MA		0	Africa/Casablanca	32.56175	-8.14432				06	467		
10795417	Khyam Lmina	khyam-lmina	MA		0	Africa/Casablanca	32.5538	-8.15739				06	467		
10795423	Douar Amer	douar-amer	MA		0	Africa/Casablanca	32.53458	-8.15229				06	467		
10795429	Khyam Oulad Ben Zahra	khyam-oulad-ben-zahra	MA		0	Africa/Casablanca	32.51805	-8.12961				06	467		
10795432	Douar Biyad	douar-biyad	MA		0	Africa/Casablanca	32.53251	-8.16171				06	467		
10795437	Douar Oulad Bou Jri	douar-oulad-bou-jri	MA		0	Africa/Casablanca	32.50774	-8.14906				06	467		
10795441	Douar Sraghna	douar-sraghna	MA		0	Africa/Casablanca	32.50294	-8.16363				06	467		
10795443	Douar Essahrayei Bou Cherif	douar-essahrayei-bou-cherif	MA		0	Africa/Casablanca	32.57366	-8.24183				06	467		
10795444	Douar Legoustsa	douar-legoustsa	MA		0	Africa/Casablanca	32.58082	-8.20874				06	467		
10795445	Douar Fragua	douar-fragua	MA		0	Africa/Casablanca	32.58107	-8.18985				06	467		
10795446	Douar Laaliyanal	douar-laaliyanal	MA		0	Africa/Casablanca	32.58317	-8.19114				06	467		
10795448	Douar Lminsi	douar-lminsi	MA		0	Africa/Casablanca	32.60257	-8.18903				06	467		
10795451	Douar Oulad Si Mhamed El Aouni	douar-oulad-si-mhamed-el-aouni	MA		0	Africa/Casablanca	32.6162	-8.16136				06	467		
10795456	Douar Oulad Moulay Ali	douar-oulad-moulay-ali	MA		0	Africa/Casablanca	32.60282	-8.1284				06	467		
10795457	Douar Oulad Sidi Mbarek	douar-oulad-sidi-mbarek	MA		0	Africa/Casablanca	32.60199	-8.13859				06	467		
10795458	Douar Lkarna	douar-lkarna	MA		0	Africa/Casablanca	32.61011	-8.16189				06	467		
10795459	Douar Ilanjanna	douar-ilanjanna	MA		0	Africa/Casablanca	32.58952	-8.12891				06	467		
10795460	Douar Leqoula	douar-leqoula	MA		0	Africa/Casablanca	32.59845	-8.15241				06	467		
10795461	Douar El Khounf	douar-el-khounf	MA		0	Africa/Casablanca	32.56388	-8.13239				06	467		
10795463	Douar Erouzma	douar-erouzma	MA		0	Africa/Casablanca	32.57585	-8.16149				06	467		
10795464	Douar Lemghenbriyine	douar-lemghenbriyine	MA		0	Africa/Casablanca	32.55042	-8.13022				06	467		
10795465	Tmamma	tmamma	MA		0	Africa/Casablanca	32.51994	-8.13136				06	467		
10795472	Douar Sidi Ben El Abbas	douar-sidi-ben-el-abbas	MA		0	Africa/Casablanca	32.72872	-8.44581				06	467		
10795474	Coopérative Rguibia	cooperative-rguibia	MA		0	Africa/Casablanca	32.74693	-8.47699				06	467		
10795476	Douar Rmaylat	douar-rmaylat	MA		0	Africa/Casablanca	32.7306	-8.4963				06	467		
10795478	Douar Trihat	douar-trihat	MA		0	Africa/Casablanca	32.73558	-8.47946				06	467		
10795479	Douar Laaouamra	douar-laaouamra	MA		0	Africa/Casablanca	32.72851	-8.47377				06	467		
10795481	Douar Lehmidat	douar-lehmidat	MA		0	Africa/Casablanca	32.74211	-8.46609				06	467		
10795488	Douar Laamatra	douar-laamatra	MA		0	Africa/Casablanca	32.70981	-8.49748				06	467		
10795489	Douar Laababsa	douar-laababsa	MA		0	Africa/Casablanca	32.72262	-8.43977				06	467		
10795491	Douar El Foqra	douar-el-foqra	MA		0	Africa/Casablanca	32.7118	-8.43587				06	467		
10795493	Douar Lekhyayta	douar-lekhyayta	MA		0	Africa/Casablanca	32.71014	-8.48241				06	467		
10795494	Douar Laassara	douar-laassara	MA		0	Africa/Casablanca	32.70399	-8.47955				06	467		
10795495	Douar Sidi Bou Lakhyar	douar-sidi-bou-lakhyar	MA		0	Africa/Casablanca	32.70047	-8.49431				06	467		
10795497	Douar Oulad Mohamed Ben Mbarck	douar-oulad-mohamed-ben-mbarck	MA		0	Africa/Casablanca	32.69463	-8.47393				06	467		
10795499	Douar Lchouachma	douar-lchouachma	MA		0	Africa/Casablanca	32.69997	-8.46259				06	467		
10795501	Lalla Requiya	lalla-requiya	MA		0	Africa/Casablanca	32.69807	-8.46105				06	467		
10795502	Douar Laghriybat	douar-laghriybat	MA		0	Africa/Casablanca	32.69514	-8.45271				06	467		
10795503	Douar Rguibat	douar-rguibat	MA		0	Africa/Casablanca	32.69611	-8.46064				06	467		
10795504	Douar Lemouissat	douar-lemouissat	MA		0	Africa/Casablanca	32.69066	-8.45207				06	467		
10795506	Douar Mhidrat	douar-mhidrat	MA		0	Africa/Casablanca	32.69161	-8.46999				06	467		
10795507	Douar Rbiaat	douar-rbiaat	MA		0	Africa/Casablanca	32.68598	-8.46709				06	467		
10795508	Douar Laabid	douar-laabid	MA		0	Africa/Casablanca	32.68364	-8.49023				06	467		
10795511	Douar Drag	douar-drag	MA		0	Africa/Casablanca	32.67417	-8.48705				06	467		
10795512	Douar El Ogla	douar-el-ogla	MA		0	Africa/Casablanca	32.66992	-8.49356				06	467		
10795514	Douar Mrabet	douar-mrabet	MA		0	Africa/Casablanca	32.66667	-8.49125				06	467		
10795515	Douar Chehouba	douar-chehouba	MA		0	Africa/Casablanca	32.66651	-8.49705				06	467		
10795520	Douar Bou Rguia	douar-bou-rguia	MA		0	Africa/Casablanca	32.65033	-8.4836				06	467		
10795521	Douar Lamnabha	douar-lamnabha	MA		0	Africa/Casablanca	32.64583	-8.48503				06	467		
10795522	Douar Oulad Bni Yakhlef	douar-oulad-bni-yakhlef	MA		0	Africa/Casablanca	32.6466	-8.46622				06	467		
10795523	Caidat Bou Hmam	caidat-bou-hmam	MA		0	Africa/Casablanca	32.65969	-8.432				06	467		
10795526	Douar El Karia	douar-el-karia	MA		0	Africa/Casablanca	32.65234	-8.4435				06	467		
10795528	Douar Lemlalha	douar-lemlalha	MA		0	Africa/Casablanca	32.63554	-8.46363				06	467		
10795530	Douar Laaraya	douar-laaraya	MA		0	Africa/Casablanca	32.63828	-8.48279				06	467		
10795532	Douar El Fatmi	douar-el-fatmi	MA		0	Africa/Casablanca	32.64579	-8.43495				06	467		
10795533	Hay El Massira	hay-el-massira	MA		0	Africa/Casablanca	32.65086	-8.43194				06	467		
10795534	Douar El Abdi	douar-el-abdi	MA		0	Africa/Casablanca	32.64329	-8.43123				06	467		
10795542	Douar Laatatra	douar-laatatra	MA		0	Africa/Casablanca	32.63246	-8.41659				06	467		
10795543	Laatatra	laatatra	MA		0	Africa/Casablanca	32.63041	-8.4158				06	467		
10795546	Douar Oulad El Ouadi	douar-oulad-el-ouadi	MA		0	Africa/Casablanca	32.64055	-8.41975				06	467		
10795547	Hay El Fath	hay-el-fath	MA		0	Africa/Casablanca	32.64468	-8.42427				06	467		
10795549	Khyam Ben El Hamri	khyam-ben-el-hamri	MA		0	Africa/Casablanca	32.63222	-8.40637				06	467		
10795552	Douar Ennajjara	douar-ennajjara	MA		0	Africa/Casablanca	32.63981	-8.37489				06	467		
10795555	Douar Leqouaoula	douar-leqouaoula	MA		0	Africa/Casablanca	32.63475	-8.39066				06	467		
10795556	Douar El Koudia	douar-el-koudia	MA		0	Africa/Casablanca	32.65851	-8.41478				06	467		
10795557	Douar Drarga	douar-drarga	MA		0	Africa/Casablanca	32.66021	-8.41064				06	467		
10795558	Douar Oulad Sidi Mohamed El Aouni	douar-oulad-sidi-mohamed-el-aouni	MA		0	Africa/Casablanca	32.65933	-8.39955				06	467		
10795563	Douar Mkouka	douar-mkouka	MA		0	Africa/Casablanca	32.67248	-8.38841				06	467		
10795564	Douar Lehniynine	douar-lehniynine	MA		0	Africa/Casablanca	32.67258	-8.40939				06	467		
10795567	Douar Lahsinate	douar-lahsinate	MA		0	Africa/Casablanca	32.68279	-8.39176				06	467		
10795570	Douar Lkoudia	douar-lkoudia	MA		0	Africa/Casablanca	32.69037	-8.41124				06	467		
10795573	Douar Lehmamat	douar-lehmamat	MA		0	Africa/Casablanca	32.70117	-8.42288				06	467		
10795575	Douar Jrarfa	douar-jrarfa	MA		0	Africa/Casablanca	32.69515	-8.3842				06	467		
10795578	Coopérative El Hammouchiya	cooperative-el-hammouchiya	MA		0	Africa/Casablanca	32.70552	-8.38243				06	467		
10795580	Douar Lemqadmiyine	douar-lemqadmiyine	MA		0	Africa/Casablanca	32.72264	-8.38028				06	467		
10795581	Douar Echnatfa	douar-echnatfa	MA		0	Africa/Casablanca	32.72477	-8.38341				06	467		
10795582	Coopérative el Hilaliya	cooperative-el-hilaliya	MA		0	Africa/Casablanca	32.72426	-8.39661		Cooperative el Hilaliya,Coopérative el Hilaliya		06	467		
10795584	Oulad Zhirou	oulad-zhirou	MA		0	Africa/Casablanca	32.7298	-8.42598				06	467		
10795585	Oulad Zouine	oulad-zouine	MA		0	Africa/Casablanca	32.73511	-8.4175				06	467		
10795588	Douar Laannaba	douar-laannaba	MA		0	Africa/Casablanca	32.73773	-8.37475				06	467		
10795590	Douar Lehlalfa	douar-lehlalfa	MA		0	Africa/Casablanca	32.74541	-8.40156				06	467		
10795591	Oulad Echetouani	oulad-echetouani	MA		0	Africa/Casablanca	32.74096	-8.4197				06	467		
10795592	Douar Lehlahla	douar-lehlahla	MA		0	Africa/Casablanca	32.73989	-8.43082				06	467		
10795596	Douar Laghrayes	douar-laghrayes	MA		0	Africa/Casablanca	32.74312	-8.48635				06	467		
10795604	Khyam Ben Mina	khyam-ben-mina	MA		0	Africa/Casablanca	32.61452	-8.59007				06	467		
10795608	Khyam Si Ali	khyam-si-ali	MA		0	Africa/Casablanca	32.60548	-8.60019				06	467		
10795610	Douar El Haddada	douar-el-haddada	MA		0	Africa/Casablanca	32.60252	-8.5927				06	467		
10795613	Douar Ben Raada Oulad Ghanem	douar-ben-raada-oulad-ghanem	MA		0	Africa/Casablanca	32.59785	-8.60067				06	467		
10795615	Douar Bou Raada Oulad Mhamed	douar-bou-raada-oulad-mhamed	MA		0	Africa/Casablanca	32.59424	-8.59962				06	467		
10795620	Douar Lemjaouline	douar-lemjaouline	MA		0	Africa/Casablanca	32.58264	-8.603				06	467		
10795629	Douar Oulad Taher	douar-oulad-taher	MA		0	Africa/Casablanca	32.56194	-8.61822				06	467		
10795632	Douar Ben Ftaus	douar-ben-ftaus	MA		0	Africa/Casablanca	32.55485	-8.60921				06	467		
10795637	Douar Laababsa	douar-laababsa	MA		0	Africa/Casablanca	32.54668	-8.59078				06	467		
10795641	Douar Zrioulat	douar-zrioulat	MA		0	Africa/Casablanca	32.53968	-8.61092				06	467		
10795650	Douar Oulad El Haj	douar-oulad-el-haj	MA		0	Africa/Casablanca	32.51334	-8.60142				06	467		
10795651	Douar Lehtalih	douar-lehtalih	MA		0	Africa/Casablanca	32.52186	-8.5914				06	467		
10795660	Sebt El Maarif	sebt-el-maarif	MA		0	Africa/Casablanca	32.50149	-8.57453				06	467		
10795673	Douar Oulad Si Ben Tayeb	douar-oulad-si-ben-tayeb	MA		0	Africa/Casablanca	32.53701	-8.54081				06	467		
10795674	Douar Sidi Bou Tayeb	douar-sidi-bou-tayeb	MA		0	Africa/Casablanca	32.54168	-8.54183				06	467		
10795684	Douar Oulad Ettalab Said	douar-oulad-ettalab-said	MA		0	Africa/Casablanca	32.5435	-8.57915				06	467		
10795687	Douar Zrahna	douar-zrahna	MA		0	Africa/Casablanca	32.55815	-8.57949				06	467		
10795688	Douar Oulad Feqira	douar-oulad-feqira	MA		0	Africa/Casablanca	32.56903	-8.54814				06	467		
10795697	Douar Oulad Bouchta	douar-oulad-bouchta	MA		0	Africa/Casablanca	32.57793	-8.56292				06	467		
10795702	Douar Mhamed Ben Driss	douar-mhamed-ben-driss	MA		0	Africa/Casablanca	32.58784	-8.56649				06	467		
10795708	Hattat Ben Yamma	hattat-ben-yamma	MA		0	Africa/Casablanca	32.59592	-8.54629				06	467		
10795710	Dar El Haj Aqqa	dar-el-haj-aqqa	MA		0	Africa/Casablanca	32.59574	-8.53705				06	467		
10795714	Douar Oulad Abbas	douar-oulad-abbas	MA		0	Africa/Casablanca	32.61058	-8.5502				06	467		
10795715	Douar Azib Nasmi	douar-azib-nasmi	MA		0	Africa/Casablanca	32.60369	-8.55827				06	467		
10795719	Douar El Haj Brahim	douar-el-haj-brahim	MA		0	Africa/Casablanca	32.6098	-8.56224				06	467		
10795727	Khyans Traucha	khyans-traucha	MA		0	Africa/Casablanca	32.62159	-8.57805				06	467		
10795729	Douar Oulad Bouanane	douar-oulad-bouanane	MA		0	Africa/Casablanca	32.62133	-8.55973				06	467		
10795730	Douar Oulad El Hatrei	douar-oulad-el-hatrei	MA		0	Africa/Casablanca	32.62167	-8.52057				06	467		
10795732	Douar Oulad Jabla	douar-oulad-jabla	MA		0	Africa/Casablanca	32.62003	-8.51282				06	467		
10795734	Douar Lemgharat	douar-lemgharat	MA		0	Africa/Casablanca	32.61878	-8.4993				06	467		
10795736	Douar Azib Loualidia	douar-azib-loualidia	MA		0	Africa/Casablanca	32.60996	-8.51741				06	467		
10795740	Douar Azib Si Briham	douar-azib-si-briham	MA		0	Africa/Casablanca	32.61497	-8.53466				06	467		
10795747	Douar Lehlailfa Essouaïha	douar-lehlailfa-essouaiha	MA		0	Africa/Casablanca	32.5931	-8.52866				06	467		
10795748	Douar Lemkhira	douar-lemkhira	MA		0	Africa/Casablanca	32.59503	-8.52175				06	467		
10795755	Dar Eddiouani	dar-eddiouani	MA		0	Africa/Casablanca	32.57811	-8.52921				06	467		
10795758	Douar Khyam Sanhaja	douar-khyam-sanhaja	MA		0	Africa/Casablanca	32.57086	-8.50758				06	467		
10795760	Dar El Haj Abdessalam Ben Abbou	dar-el-haj-abdessalam-ben-abbou	MA		0	Africa/Casablanca	32.57305	-8.52102				06	467		
10795772	Douar Dahra	douar-dahra	MA		0	Africa/Casablanca	32.54342	-8.51851				06	467		
10795775	Douar Dubqa	douar-dubqa	MA		0	Africa/Casablanca	32.53166	-8.52353				06	467		
10795781	Douar Sidi El Arbi Ben Abdellah	douar-sidi-el-arbi-ben-abdellah	MA		0	Africa/Casablanca	32.51869	-8.51572				06	467		
10795787	Khyam Rbaat Ben Khidaur	khyam-rbaat-ben-khidaur	MA		0	Africa/Casablanca	32.51417	-8.53945				06	467		
10795790	Khyam Zaouil	khyam-zaouil	MA		0	Africa/Casablanca	32.5091	-8.52878				06	467		
10795796	Khyam Bourgea	khyam-bourgea	MA		0	Africa/Casablanca	32.50538	-8.52295				06	467		
10795797	Coopérative el Qaemiya	cooperative-el-qaemiya	MA		0	Africa/Casablanca	32.54769	-8.56468		Cooperative el Qaemiya,Coopérative el Qaemiya		06	467		
10795800	Douar El Haddada	douar-el-haddada	MA		0	Africa/Casablanca	32.55353	-8.5022				06	467		
10795802	Douar Latamna	douar-latamna	MA		0	Africa/Casablanca	32.52667	-8.52057				06	467		
10795803	Douar Al Mnadla Sequlla	douar-al-mnadla-sequlla	MA		0	Africa/Casablanca	32.62103	-8.61539				06	467		
10795804	Daour El Qrawcha	daour-el-qrawcha	MA		0	Africa/Casablanca	32.59619	-8.62408				06	467		
10795806	Douar Mesnawa	douar-mesnawa	MA		0	Africa/Casablanca	32.50653	-8.60371				06	467		
10795807	Dr. Laqraoucha	dr-laqraoucha	MA		0	Africa/Casablanca	32.59481	-8.51039				06	467		
10795808	Douar Lebahlet	douar-lebahlet	MA		0	Africa/Casablanca	32.55814	-8.6162				06	467		
10795821	El Qobba	el-qobba	MA		0	Africa/Casablanca	32.48205	-8.09561				07	427		
10795829	Drayaat	drayaat	MA		0	Africa/Casablanca	32.46123	-8.10251				07	427		
10795833	Oulad Aziz	oulad-aziz	MA		0	Africa/Casablanca	32.45055	-8.11739				07	427		
10795847	Laadimat	laadimat	MA		0	Africa/Casablanca	32.41189	-8.11355				07	427		
10795848	Lakhoudra	lakhoudra	MA		0	Africa/Casablanca	32.41879	-8.11224				07	427		
10795851	Oulad Sghir	oulad-sghir	MA		0	Africa/Casablanca	32.40638	-8.09729				07	427		
10795852	Oulad Sidi Omar	oulad-sidi-omar	MA		0	Africa/Casablanca	32.40483	-8.10305				07	427		
10795853	Louastani	louastani	MA		0	Africa/Casablanca	32.40362	-8.12148				07	427		
10795857	Oulad Ben Hayda	oulad-ben-hayda	MA		0	Africa/Casablanca	32.39243	-8.09582				07	427		
10795867	Oulad El Ouardi	oulad-el-ouardi	MA		0	Africa/Casablanca	32.38066	-8.07732				07	427		
10795871	Labbadat	labbadat	MA		0	Africa/Casablanca	32.39521	-8.06754				07	427		
10795872	Oulad Laaroussi	oulad-laaroussi	MA		0	Africa/Casablanca	32.39963	-8.07124				07	427		
10795875	Oulad Abdenbi	oulad-abdenbi	MA		0	Africa/Casablanca	32.41148	-8.07801				07	427		
10795878	Oulad Essalmi	oulad-essalmi	MA		0	Africa/Casablanca	32.42072	-8.06715				07	427		
10795884	Oulad Charda	oulad-charda	MA		0	Africa/Casablanca	32.42057	-8.07514				07	427		
10795885	Sekkoura	sekkoura	MA		0	Africa/Casablanca	32.4225	-8.08078				07	427		
10795891	Oula Mohamed Ben Aissa	oula-mohamed-ben-aissa	MA		0	Africa/Casablanca	32.44158	-8.08422				07	427		
10795893	Oulad Jilali Ben El Hour	oulad-jilali-ben-el-hour	MA		0	Africa/Casablanca	32.44247	-8.06006				07	427		
10795948	Laababsa	laababsa	MA		0	Africa/Casablanca	32.42812	-8.03267				07	427		
10795953	Oulad Tahar	oulad-tahar	MA		0	Africa/Casablanca	32.42174	-8.0503				07	427		
10795975	Oulad El Hachmi	oulad-el-hachmi	MA		0	Africa/Casablanca	32.3762	-8.01511				07	427		
10795982	Oulad El Haouziya	oulad-el-haouziya	MA		0	Africa/Casablanca	32.39307	-8.02068				07	427		
10795994	Coopérative Lahlalat	cooperative-lahlalat	MA		0	Africa/Casablanca	32.41547	-8.01936				07	427		
10796008	Dyabat	dyabat	MA		0	Africa/Casablanca	32.45311	-8.00304				07	427		
10796011	Slalma	slalma	MA		0	Africa/Casablanca	32.45837	-8.01148				07	427		
10796017	Lamhazil	lamhazil	MA		0	Africa/Casablanca	32.47045	-8.00841				07	427		
10796043	Dyar Diam	dyar-diam	MA		0	Africa/Casablanca	32.58948	-8.96675				06	467		
10796045	Douar Sidi Azzouz	douar-sidi-azzouz	MA		0	Africa/Casablanca	32.58483	-8.99528				06	467		
10796058	Douar Jebbouja	douar-jebbouja	MA		0	Africa/Casablanca	32.56874	-8.99315				07	431		
10796064	Dar Ben Karroum	dar-ben-karroum	MA		0	Africa/Casablanca	32.56178	-8.96467				06	467		
10796067	Douar Jabbouja	douar-jabbouja	MA		0	Africa/Casablanca	32.56283	-8.98785				07	431		
10796077	Douar Leghrayer Lqobba	douar-leghrayer-lqobba	MA		0	Africa/Casablanca	32.54431	-8.97403				07	431		
10796080	Douar Bouir Lhaymar	douar-bouir-lhaymar	MA		0	Africa/Casablanca	32.53754	-8.98333				07	431		
10796084	Douar Lehouamda El Fouqiya	douar-lehouamda-el-fouqiya	MA		0	Africa/Casablanca	32.52754	-8.97512				07	431		
10796085	Douar Ennaourat	douar-ennaourat	MA		0	Africa/Casablanca	32.53244	-8.96572				07	431		
10796087	Douar Ferfam	douar-ferfam	MA		0	Africa/Casablanca	32.52037	-8.98698				07	431		
10796091	Douar Zenata	douar-zenata	MA		0	Africa/Casablanca	32.51949	-8.96197				07	431		
10796092	Douar Laabouba	douar-laabouba	MA		0	Africa/Casablanca	32.5112	-8.96984				07	431		
10796094	Douar Laabid	douar-laabid	MA		0	Africa/Casablanca	32.51444	-8.99255				07	431		
10796095	Douar El Haddada	douar-el-haddada	MA		0	Africa/Casablanca	32.50666	-8.98891				07	431		
10796098	Douar Echrigat Gharbaoua	douar-echrigat-gharbaoua	MA		0	Africa/Casablanca	32.5042	-8.99232				07	431		
10796105	Douar Dhamna	douar-dhamna	MA		0	Africa/Casablanca	32.5076	-8.94604				07	431		
10796111	Douar Souamda	douar-souamda	MA		0	Africa/Casablanca	32.51784	-8.96104				07	431		
10796116	Douar Lehouamda Ettahtiya	douar-lehouamda-ettahtiya	MA		0	Africa/Casablanca	32.5207	-8.95619				07	431		
10796118	Douar Lekhnafra	douar-lekhnafra	MA		0	Africa/Casablanca	32.52654	-8.95501				07	431		
10796119	Douar Souamda	douar-souamda	MA		0	Africa/Casablanca	32.52419	-8.96381				07	431		
10796125	Douar Lidarsa	douar-lidarsa	MA		0	Africa/Casablanca	32.53067	-8.95128				07	431		
10796128	Douar Laabibat	douar-laabibat	MA		0	Africa/Casablanca	32.53651	-8.9475				07	431		
10796130	Douar Oulad Fares	douar-oulad-fares	MA		0	Africa/Casablanca	32.53476	-8.93438				06	467		
10796134	Douar Laarayech	douar-laarayech	MA		0	Africa/Casablanca	32.55279	-8.9628				07	431		
10796139	Douar Oulad Ben Ziane	douar-oulad-ben-ziane	MA		0	Africa/Casablanca	32.56243	-8.94366				06	467		
10796143	Douar Lahrach	douar-lahrach	MA		0	Africa/Casablanca	32.56842	-8.93787				06	467		
10796153	Douar Legouar	douar-legouar	MA		0	Africa/Casablanca	32.59859	-8.9528				06	467		
10796163	Karyane Souami	karyane-souami	MA		0	Africa/Casablanca	32.61732	-8.90839				06	467		
10796164	Oulad Mansouri	oulad-mansouri	MA		0	Africa/Casablanca	32.61453	-8.90937				06	467		
10796166	Dar Maftah Ahmed	dar-maftah-ahmed	MA		0	Africa/Casablanca	32.61072	-8.90594				06	467		
10796167	Oulad Ben Aicha	oulad-ben-aicha	MA		0	Africa/Casablanca	32.61218	-8.91272				06	467		
10796178	Douar Lemaalla	douar-lemaalla	MA		0	Africa/Casablanca	32.59468	-8.90411				06	467		
10796181	Oulad Ben Tahar	oulad-ben-tahar	MA		0	Africa/Casablanca	32.58677	-8.91016				06	467		
10796182	Dar Ben Driouech	dar-ben-driouech	MA		0	Africa/Casablanca	32.59187	-8.92439				06	467		
10796184	Douar Dgagra	douar-dgagra	MA		0	Africa/Casablanca	32.58136	-8.90995				06	467		
10796186	Douar Byar Sfa	douar-byar-sfa	MA		0	Africa/Casablanca	32.57563	-8.91548				06	467		
10796189	Oulad El Haj Abdellah	oulad-el-haj-abdellah	MA		0	Africa/Casablanca	32.57108	-8.9315				06	467		
10796194	Oulad El Haj Brahim	oulad-el-haj-brahim	MA		0	Africa/Casablanca	32.55876	-8.91948				06	467		
10796197	Oulad El Haj	oulad-el-haj	MA		0	Africa/Casablanca	32.55748	-8.90502				06	467		
10796202	Douar Lemnasra	douar-lemnasra	MA		0	Africa/Casablanca	32.55473	-8.90954				06	467		
10796205	Oulad El Haj Thami	oulad-el-haj-thami	MA		0	Africa/Casablanca	32.55444	-8.9222				06	467		
10796209	Douar Oulad Toumi	douar-oulad-toumi	MA		0	Africa/Casablanca	32.53923	-8.91542				06	467		
10796216	Douar Oulad Azzaz	douar-oulad-azzaz	MA		0	Africa/Casablanca	32.52976	-8.91747				06	467		
10796219	Douar Lemrakez	douar-lemrakez	MA		0	Africa/Casablanca	32.52379	-8.90999				06	467		
10796222	Douar Zenata	douar-zenata	MA		0	Africa/Casablanca	32.52569	-8.93018				06	467		
10796224	Douar Oulad Sidi Abdellah Ben Moussa	douar-oulad-sidi-abdellah-ben-moussa	MA		0	Africa/Casablanca	32.52365	-8.92522				06	467		
10796238	Douar Lekhouimat Oulad Si El Maati	douar-lekhouimat-oulad-si-el-maati	MA		0	Africa/Casablanca	32.50995	-8.88362				06	467		
10796250	Douar Lahouarja	douar-lahouarja	MA		0	Africa/Casablanca	32.53279	-8.90194				06	467		
10796255	Douar El Haj Abbas	douar-el-haj-abbas	MA		0	Africa/Casablanca	32.53642	-8.88302				06	467		
10796258	Douar Oulad Ben Naim	douar-oulad-ben-naim	MA		0	Africa/Casablanca	32.54505	-8.89025				06	467		
10796259	Douar Lebhalla	douar-lebhalla	MA		0	Africa/Casablanca	32.54185	-8.89096				06	467		
10796264	Douar Laqrajta	douar-laqrajta	MA		0	Africa/Casablanca	32.55003	-8.88845				06	467		
10796268	Douar Lehmamna	douar-lehmamna	MA		0	Africa/Casablanca	32.55294	-8.8825				06	467		
10796271	Douar Jaafar	douar-jaafar	MA		0	Africa/Casablanca	32.55536	-8.88737				06	467		
10796275	Douar Taloue	douar-taloue	MA		0	Africa/Casablanca	32.56699	-8.89499				06	467		
10796279	Douar Dar Ben Dahar	douar-dar-ben-dahar	MA		0	Africa/Casablanca	32.5741	-8.88607				06	467		
10796283	Douar Legouayel	douar-legouayel	MA		0	Africa/Casablanca	32.57422	-8.89847				06	467		
10796285	Douar Hrayriyine	douar-hrayriyine	MA		0	Africa/Casablanca	32.58243	-8.88793				06	467		
10796288	Douar Oulad El Mehdi	douar-oulad-el-mehdi	MA		0	Africa/Casablanca	32.58637	-8.88765				06	467		
10796295	Douar Lebhour	douar-lebhour	MA		0	Africa/Casablanca	32.59364	-8.8943				06	467		
10796297	Douar Oulad Aicha	douar-oulad-aicha	MA		0	Africa/Casablanca	32.59935	-8.89716				06	467		
10796298	Douar Lefquih	douar-lefquih	MA		0	Africa/Casablanca	32.59848	-8.90072				06	467		
10796315	Coopérative Essalam	cooperative-essalam	MA		0	Africa/Casablanca	32.55579	-8.98539		Cooperative Essalam,Coopérative Essalam		07	431		
10796323	Douar Oulad Said	douar-oulad-said	MA		0	Africa/Casablanca	32.62146	-8.85812				06	467		
10796326	Douar Bou Onyana	douar-bou-onyana	MA		0	Africa/Casablanca	32.61743	-8.86149				06	467		
10796328	Douar Lahmar	douar-lahmar	MA		0	Africa/Casablanca	32.61466	-8.87132				06	467		
10796336	Dr Lahsasna	dr-lahsasna	MA		0	Africa/Casablanca	32.59356	-8.85472				06	467		
10796340	Douar Mers Draoui	douar-mers-draoui	MA		0	Africa/Casablanca	32.5862	-8.86494				06	467		
10796343	Annixe De Caidat Loualidia	annixe-de-caidat-loualidia	MA		0	Africa/Casablanca	32.57453	-8.85708				06	467		
10796345	Douarr Bribrat	douarr-bribrat	MA		0	Africa/Casablanca	32.56932	-8.85326				06	467		
10796346	Douar Oulad Ben Aicha	douar-oulad-ben-aicha	MA		0	Africa/Casablanca	32.56636	-8.85293				06	467		
10796349	Douar Lekradda	douar-lekradda	MA		0	Africa/Casablanca	32.55576	-8.86737				06	467		
10796350	Douar Oulad Ben Moussa	douar-oulad-ben-moussa	MA		0	Africa/Casablanca	32.54807	-8.87016				06	467		
10796352	Douar Oulad Echarqaoui	douar-oulad-echarqaoui	MA		0	Africa/Casablanca	32.54664	-8.84353				06	467		
10796355	Douar Zrag	douar-zrag	MA		0	Africa/Casablanca	32.54386	-8.83702				06	467		
10796357	Dar El Caid Ben Hmida	dar-el-caid-ben-hmida	MA		0	Africa/Casablanca	32.53768	-8.84586				06	467		
10796358	Coopérative Ennasr	cooperative-ennasr	MA		0	Africa/Casablanca	32.53168	-8.86069				06	467		
10796360	Douar Laayata Oulad Laaroussi	douar-laayata-oulad-laaroussi	MA		0	Africa/Casablanca	32.52885	-8.87091				06	467		
10796368	Dar Sehayli	dar-sehayli	MA		0	Africa/Casablanca	32.50535	-8.87065				06	467		
10796369	Dar Drayji	dar-drayji	MA		0	Africa/Casablanca	32.50265	-8.8652				06	467		
10796370	Dar Souilmi Mostafa	dar-souilmi-mostafa	MA		0	Africa/Casablanca	32.50086	-8.87024				07	431		
10796372	Douar Azib Mahrouma	douar-azib-mahrouma	MA		0	Africa/Casablanca	32.50272	-8.81132				07	431		
10796378	Douar Zrayeb	douar-zrayeb	MA		0	Africa/Casablanca	32.5369	-8.81861				06	467		
10796381	Dar Oulad Errami	dar-oulad-errami	MA		0	Africa/Casablanca	32.53967	-8.83344				06	467		
10796384	Dr Oulad El Haj	dr-oulad-el-haj	MA		0	Africa/Casablanca	32.54777	-8.83022				06	467		
10796385	Douar Khnafou	douar-khnafou	MA		0	Africa/Casablanca	32.55043	-8.83249				06	467		
10796387	Douarr Laarnournt	douarr-laarnournt	MA		0	Africa/Casablanca	32.54464	-8.80743				06	467		
10796388	Douar Chebabka	douar-chebabka	MA		0	Africa/Casablanca	32.54287	-8.80836				06	467		
10796390	Douar Oulad El Arbe	douar-oulad-el-arbe	MA		0	Africa/Casablanca	32.55553	-8.82625				06	467		
10796391	Sidi Amer Essamlali	sidi-amer-essamlali	MA		0	Africa/Casablanca	32.56253	-8.82241				06	467		
10796392	Douar Dyour	douar-dyour	MA		0	Africa/Casablanca	32.56313	-8.81994				06	467		
10796394	Douar Lemsabha	douar-lemsabha	MA		0	Africa/Casablanca	32.56736	-8.81466				06	467		
10796395	Douar Lehoundda	douar-lehoundda	MA		0	Africa/Casablanca	32.56956	-8.81217				06	467		
10796401	Douar Naayem	douar-naayem	MA		0	Africa/Casablanca	32.59763	-8.80678				06	467		
10796405	Douar Fdouls	douar-fdouls	MA		0	Africa/Casablanca	32.60057	-8.80944				06	467		
10796406	Douar Lafrinat	douar-lafrinat	MA		0	Africa/Casablanca	32.599	-8.8227				06	467		
10796407	Douar Mallita	douar-mallita	MA		0	Africa/Casablanca	32.60379	-8.83023				06	467		
10796408	Dr Oulad El Caid	dr-oulad-el-caid	MA		0	Africa/Casablanca	32.61024	-8.82152				06	467		
10796410	Douar Chaychat	douar-chaychat	MA		0	Africa/Casablanca	32.61729	-8.82718				06	467		
10796411	Douar Oulad Bou Ziane	douar-oulad-bou-ziane	MA		0	Africa/Casablanca	32.62116	-8.81757				06	467		
10796412	Douar Jbarat	douar-jbarat	MA		0	Africa/Casablanca	32.61525	-8.79938				06	467		
10796416	Douar Oulad Bouchia	douar-oulad-bouchia	MA		0	Africa/Casablanca	32.60648	-8.78498				06	467		
10796418	Douar Naaymiaa	douar-naaymiaa	MA		0	Africa/Casablanca	32.59048	-8.7824				06	467		
10796420	Dar Zeroual Said	dar-zeroual-said	MA		0	Africa/Casablanca	32.58475	-8.79421				06	467		
10796421	Douar Laassaknya	douar-laassaknya	MA		0	Africa/Casablanca	32.58168	-8.77738				06	467		
10796424	Douar Jnane Sbil	douar-jnane-sbil	MA		0	Africa/Casablanca	32.57123	-8.8064				06	467		
10796425	Douar Lekhrayfat	douar-lekhrayfat	MA		0	Africa/Casablanca	32.5653	-8.77946				06	467		
10796426	Douar Lemyassat	douar-lemyassat	MA		0	Africa/Casablanca	32.56088	-8.78112				06	467		
10796427	Douar Khyam Abdellah	douar-khyam-abdellah	MA		0	Africa/Casablanca	32.56074	-8.78384				06	467		
10796431	Douar Oulad El Hayti	douar-oulad-el-hayti	MA		0	Africa/Casablanca	32.55105	-8.80306				06	467		
10796432	Douar Legnaouat	douar-legnaouat	MA		0	Africa/Casablanca	32.55965	-8.80539				06	467		
10796434	Dar Lemghider Kabbour	dar-lemghider-kabbour	MA		0	Africa/Casablanca	32.55208	-8.77763				06	467		
10796435	Dar El Haj Mohamed	dar-el-haj-mohamed	MA		0	Africa/Casablanca	32.55063	-8.78298				06	467		
10796437	Douar Legaara	douar-legaara	MA		0	Africa/Casablanca	32.54128	-8.79202				06	467		
10796439	Douar Oulad Ben Nacer	douar-oulad-ben-nacer	MA		0	Africa/Casablanca	32.5481	-8.79979				06	467		
10796440	Douar Oulad El Hayti Eddar	douar-oulad-el-hayti-eddar	MA		0	Africa/Casablanca	32.545	-8.80183				06	467		
10796447	Coopérative Dakhla	cooperative-dakhla	MA		0	Africa/Casablanca	32.51028	-8.76046				06	467		
10796453	Douar Chouamkha	douar-chouamkha	MA		0	Africa/Casablanca	32.56463	-8.76644				06	467		
10796454	Douar Oulad Berr El Miloudi	douar-oulad-berr-el-miloudi	MA		0	Africa/Casablanca	32.56729	-8.75093				06	467		
10796455	Douar Lakehoula	douar-lakehoula	MA		0	Africa/Casablanca	32.56797	-8.75979				06	467		
10796457	Douar Oulad El Kacimi	douar-oulad-el-kacimi	MA		0	Africa/Casablanca	32.57085	-8.76601				06	467		
10796458	Douar Lasouafat	douar-lasouafat	MA		0	Africa/Casablanca	32.57226	-8.77148				06	467		
10796459	Dar Salama Mohamed	dar-salama-mohamed	MA		0	Africa/Casablanca	32.57739	-8.75196				06	467		
10796461	Dar Miloud Laassakri	dar-miloud-laassakri	MA		0	Africa/Casablanca	32.59414	-8.7668				06	467		
10796462	Douar Lefqih	douar-lefqih	MA		0	Africa/Casablanca	32.59406	-8.77667				06	467		
10796463	Douar Oulad Frej	douar-oulad-frej	MA		0	Africa/Casablanca	32.59788	-8.77313				06	467		
10796466	Douar Drayfat	douar-drayfat	MA		0	Africa/Casablanca	32.60195	-8.7711				06	467		
10796471	Dar El Haj Mohamed	dar-el-haj-mohamed	MA		0	Africa/Casablanca	32.6168	-8.76137				06	467		
10796474	Douar Oulad Echalh	douar-oulad-echalh	MA		0	Africa/Casablanca	32.60755	-8.79161				06	467		
10796476	Douar Laaraoua	douar-laaraoua	MA		0	Africa/Casablanca	32.58995	-8.86035				06	467		
10797204	Lahbass	lahbass	MA		0	Africa/Casablanca	34.87682	-6.28903				04	281		
10797205	Caidat	caidat	MA		0	Africa/Casablanca	34.87807	-6.2909				04	281		
10797207	Mkhanefra	mkhanefra	MA		0	Africa/Casablanca	34.37353	-6.36953				04	281		
10797209	Dar Oulad Simane	dar-oulad-simane	MA		0	Africa/Casablanca	34.35873	-6.37358				04	281		
10797211	Lamcayesse	lamcayesse	MA		0	Africa/Casablanca	34.35571	-6.35116				04	281		
10797212	Laababda Oulad Belaid	laababda-oulad-belaid	MA		0	Africa/Casablanca	34.36124	-6.3406				04	281		
10797217	Douar Sfari	douar-sfari	MA		0	Africa/Casablanca	34.34565	-6.32876				04	281		
10797218	Douar Bou Rahia	douar-bou-rahia	MA		0	Africa/Casablanca	34.35918	-6.33287				04	281		
10797229	Douar Hosni Abdessiam	douar-hosni-abdessiam	MA		0	Africa/Casablanca	34.36724	-6.26801				04	491		
10797230	Douar Laamri Oueld Marnana	douar-laamri-oueld-marnana	MA		0	Africa/Casablanca	34.36048	-6.28093				04	491		
10797231	Douar Lboukka	douar-lboukka	MA		0	Africa/Casablanca	34.37032	-6.29372				04	491		
10797234	Douar Muasra	douar-muasra	MA		0	Africa/Casablanca	34.3333	-6.24853				04	491		
10797237	Lahlaifa Sidi Ben Daoued	lahlaifa-sidi-ben-daoued	MA		0	Africa/Casablanca	34.33039	-6.31535				04	281		
10797239	Nchibiyine Lahlalna	nchibiyine-lahlalna	MA		0	Africa/Casablanca	34.33566	-6.31985				04	281		
10797240	Douar Chnanfa Labyod	douar-chnanfa-labyod	MA		0	Africa/Casablanca	34.32249	-6.32522				04	281		
10797242	Douar Kanta	douar-kanta	MA		0	Africa/Casablanca	34.324	-6.31445				04	281		
10797245	Oulad Sidhoum	oulad-sidhoum	MA		0	Africa/Casablanca	34.32991	-6.32743				04	281		
10797248	Douar Chnanfa Lanmor	douar-chnanfa-lanmor	MA		0	Africa/Casablanca	34.29555	-6.32496				04	281		
10797249	Douar Sahraoua	douar-sahraoua	MA		0	Africa/Casablanca	34.28259	-6.33595				04	281		
10797251	Douar Chnanla Labyod	douar-chnanla-labyod	MA		0	Africa/Casablanca	34.31095	-6.32297				04	281		
10797253	Hay Chanti	hay-chanti	MA		0	Africa/Casablanca	34.30359	-6.31187				04	281		
10797254	Rhaouna	rhaouna	MA		0	Africa/Casablanca	34.29986	-6.3063				04	281		
10797260	Douar Lahlaiba	douar-lahlaiba	MA		0	Africa/Casablanca	34.28071	-6.30932				04	281		
10797262	Hlalba Lqasmiyine	hlalba-lqasmiyine	MA		0	Africa/Casablanca	34.2661	-6.30779				04	281		
10797264	Douar Zemrani	douar-zemrani	MA		0	Africa/Casablanca	34.25842	-6.322				04	281		
10797265	Douar Hammam	douar-hammam	MA		0	Africa/Casablanca	34.26049	-6.32151				04	281		
10797266	Douar Rkabi	douar-rkabi	MA		0	Africa/Casablanca	34.2559	-6.32301				04	281		
10797271	Douar Oulad Bouchiba	douar-oulad-bouchiba	MA		0	Africa/Casablanca	34.2697	-6.34567				04	281		
10797272	Douar Oulad Lahsene	douar-oulad-lahsene	MA		0	Africa/Casablanca	34.25346	-6.3517				04	281		
10797273	Douar Lahmadna	douar-lahmadna	MA		0	Africa/Casablanca	34.25033	-6.31818				04	281		
10797274	Douar Bni Fdal	douar-bni-fdal	MA		0	Africa/Casablanca	34.34395	-6.2878				04	491		
10797280	Mie Du Maroc	mie-du-maroc	MA		0	Africa/Casablanca	34.3067	-6.35324				04	281		
10797287	Oulad Mbarek	oulad-mbarek	MA		0	Africa/Casablanca	34.23539	-6.64954				04	281		
10797291	Mghayla	mghayla	MA		0	Africa/Casablanca	34.22314	-6.669				04	281		
10797294	Oulad Moussa	oulad-moussa	MA		0	Africa/Casablanca	34.23122	-6.6537				04	281		
10797298	Dar Lakhlifa Lahcen	dar-lakhlifa-lahcen	MA		0	Africa/Casablanca	34.22966	-6.63389				04	281		
10797300	Dar Nimou Chrif	dar-nimou-chrif	MA		0	Africa/Casablanca	34.22105	-6.63224				04	281		
10797301	Lhancha Bir Rami	lhancha-bir-rami	MA		0	Africa/Casablanca	34.21972	-6.63406				04	281		
10797308	Lahiach	lahiach	MA		0	Africa/Casablanca	34.21643	-6.66952				04	281		
10797316	Oulad Moussa	oulad-moussa	MA		0	Africa/Casablanca	34.21257	-6.66436				04	281		
10797322	Oulad Belgaraa	oulad-belgaraa	MA		0	Africa/Casablanca	34.20616	-6.64119				04	281		
10797324	Oulad Moussa	oulad-moussa	MA		0	Africa/Casablanca	34.21681	-6.63554				04	281		
10797326	Bin Skak	bin-skak	MA		0	Africa/Casablanca	34.21459	-6.63312				04	281		
10797327	Dar Gnabua	dar-gnabua	MA		0	Africa/Casablanca	34.20402	-6.64256				04	281		
10797332	Malout	malout	MA		0	Africa/Casablanca	34.20973	-6.66895				04	281		
10797333	Hamri	hamri	MA		0	Africa/Casablanca	34.20473	-6.67112				04	281		
10797337	Jharat	jharat	MA		0	Africa/Casablanca	34.1981	-6.69953				04	281		
10797340	Qiyada	qiyada	MA		0	Africa/Casablanca	34.19775	-6.67788				04	281		
10797341	Oulad Nsar Malout	oulad-nsar-malout	MA		0	Africa/Casablanca	34.19447	-6.67539				04	281		
10797343	Dar Gfafit Med	dar-gfafit-med	MA		0	Africa/Casablanca	34.19547	-6.64012				04	281		
10797347	Oulad Nsar Charqiya	oulad-nsar-charqiya	MA		0	Africa/Casablanca	34.18767	-6.67738				04	281		
10797349	Sidi Taibi	sidi-taibi	MA		0	Africa/Casablanca	34.18698	-6.68176				04	281		
10797350	Laaralja	laaralja	MA		0	Africa/Casablanca	34.18801	-6.69214				04	281		
10797352	Oulad Taleb Lgharbiya	oulad-taleb-lgharbiya	MA		0	Africa/Casablanca	34.18251	-6.69687				04	281		
10797355	Lafrahna	lafrahna	MA		0	Africa/Casablanca	34.18193	-6.68623				04	281		
10797369	Oulad Taleb Charqiya	oulad-taleb-charqiya	MA		0	Africa/Casablanca	34.17171	-6.68563				04	281		
10797370	Oulad Miloud	oulad-miloud	MA		0	Africa/Casablanca	34.1745	-6.68687				04	281		
10797377	Laaouana	laaouana	MA		0	Africa/Casablanca	34.16103	-6.70589				04	281		
10797392	Zyayda	zyayda	MA		0	Africa/Casablanca	34.15284	-6.69229				04	441		
10797393	Laassara	laassara	MA		0	Africa/Casablanca	34.14968	-6.69526				04	441		
10797395	Labaalka	labaalka	MA		0	Africa/Casablanca	34.15735	-6.70447				04	281		
10797396	Larnsatfa	larnsatfa	MA		0	Africa/Casablanca	34.15545	-6.71101				04	281		
10797397	Lahratza	lahratza	MA		0	Africa/Casablanca	34.1519	-6.71357				04	281		
10797407	Lbantoussa	lbantoussa	MA		0	Africa/Casablanca	34.14572	-6.73505				04	441		
10797413	Lahriga	lahriga	MA		0	Africa/Casablanca	34.13435	-6.72462				04	441		
10797417	Douar Lhancha	douar-lhancha	MA		0	Africa/Casablanca	34.13705	-6.71751				04	441		
10797419	Dar Thami	dar-thami	MA		0	Africa/Casablanca	34.1351	-6.7058				04	441		
10797421	Dar Boughaba	dar-boughaba	MA		0	Africa/Casablanca	34.13856	-6.70035				04	441		
10797422	Douar Lhancha	douar-lhancha	MA		0	Africa/Casablanca	34.1322	-6.69236				04	441		
10797438	Lagouayd	lagouayd	MA		0	Africa/Casablanca	34.12369	-6.6946				04	441		
10797442	Dar Abdeslam Ben Tami	dar-abdeslam-ben-tami	MA		0	Africa/Casablanca	34.13295	-6.71045				04	441		
10797444	Gouiouale	gouiouale	MA		0	Africa/Casablanca	34.13122	-6.7176				04	441		
10797445	Oulad Taibi	oulad-taibi	MA		0	Africa/Casablanca	34.12788	-6.71545				04	441		
10797446	Oulad Belfaqir	oulad-belfaqir	MA		0	Africa/Casablanca	34.12524	-6.72155				04	441		
10797447	Jaaouna	jaaouna	MA		0	Africa/Casablanca	34.12389	-6.73358				04	441		
10797449	Douar El Caid Laarhi	douar-el-caid-laarhi	MA		0	Africa/Casablanca	34.12641	-6.73779				04	441		
10797451	Dar Bouderra	dar-bouderra	MA		0	Africa/Casablanca	34.12417	-6.74407				04	441		
10797456	Hay Chmaou	hay-chmaou	MA		0	Africa/Casablanca	34.06778	-6.79672				04	441		
10797461	Biquecerie	biquecerie	MA		0	Africa/Casablanca	34.02456	-6.80074				04	441		
10797471	Cité de l’Aviation	cite-de-l-aviation	MA		0	Africa/Casablanca	34.039	-6.77363				04	441		
10797472	Us. Coca	us-coca	MA		0	Africa/Casablanca	34.06977	-6.80022				04	441		
10797474	Usine	usine	MA		0	Africa/Casablanca	34.08424	-6.76171				04	441		
10797484	Douar Legouaouda	douar-legouaouda	MA		0	Africa/Casablanca	33.74525	-6.84037				04	501		
10797508	Douar Legdadra	douar-legdadra	MA		0	Africa/Casablanca	33.72366	-6.83359				04	501		
10797527	Douar Laaiunat	douar-laaiunat	MA		0	Africa/Casablanca	33.69991	-6.87084				04	501		
10797548	Douar Culad Rayg	douar-culad-rayg	MA		0	Africa/Casablanca	33.70206	-6.81071				04	501		
10797552	Douar Oulad Saada	douar-oulad-saada	MA		0	Africa/Casablanca	33.69065	-6.81149				04	501		
10797565	Douar Laaraare Lgharbiya	douar-laaraare-lgharbiya	MA		0	Africa/Casablanca	33.67159	-6.84852				04	501		
10797600	Douar Laaraara Charqiya	douar-laaraara-charqiya	MA		0	Africa/Casablanca	33.6598	-6.8049				04	501		
10797609	Douar Laaraara Charqiy	douar-laaraara-charqiy	MA		0	Africa/Casablanca	33.65685	-6.75381				04	501		
10797641	Ecuria	ecuria	MA		0	Africa/Casablanca	33.62682	-6.85807				04	501		
10797654	Douar Lhourech	douar-lhourech	MA		0	Africa/Casablanca	33.62329	-6.80507				04	501		
10797659	Douar Oulad Slimane	douar-oulad-slimane	MA		0	Africa/Casablanca	33.70399	-6.84686				04	501		
10797673	Douar Leghnaderra	douar-leghnaderra	MA		0	Africa/Casablanca	33.6228	-6.83941				04	501		
10797678	Oulad Brahim	oulad-brahim	MA		0	Africa/Casablanca	33.49392	-6.84826				06	111		
10797679	El Hauaj	el-hauaj	MA		0	Africa/Casablanca	33.48805	-6.85037				06	111		
10797689	Essafa	essafa	MA		0	Africa/Casablanca	33.45164	-6.84542				06	111		
10797692	Douar Ain Chejkh	douar-ain-chejkh	MA		0	Africa/Casablanca	33.44159	-6.86517				06	111		
10797696	Douar Ali Cheikh	douar-ali-cheikh	MA		0	Africa/Casablanca	33.42612	-6.84625				06	111		
10797719	Douar Ali Chakh	douar-ali-chakh	MA		0	Africa/Casablanca	33.44723	-6.83939				06	111		
10797726	Douar Ali Cheikh Ala Ali Hakkuh	douar-ali-cheikh-ala-ali-hakkuh	MA		0	Africa/Casablanca	33.4518	-6.82937				06	111		
10797737	Douar Chrarda Chouba El Hajjaj	douar-chrarda-chouba-el-hajjaj	MA		0	Africa/Casablanca	33.49338	-6.84117				06	111		
10797742	Douar Ali Lekhir	douar-ali-lekhir	MA		0	Africa/Casablanca	33.47514	-6.79019				04	291		
10797743	Douar Ali Lakbir	douar-ali-lakbir	MA		0	Africa/Casablanca	33.46976	-6.79547				04	291		
10797744	Khayya Saleh	khayya-saleh	MA		0	Africa/Casablanca	33.46252	-6.79079				04	291		
10797768	Douar Ail Ali Moussa	douar-ail-ali-moussa	MA		0	Africa/Casablanca	33.44235	-6.79129				04	291		
10797795	Douar Lekrama	douar-lekrama	MA		0	Africa/Casablanca	33.40546	-6.77576				04	291		
10797799	Douar Leqlibat Essabara	douar-leqlibat-essabara	MA		0	Africa/Casablanca	33.41803	-6.75269				04	291		
10797802	Douar Ait Air Bnihin	douar-ait-air-bnihin	MA		0	Africa/Casablanca	33.41855	-6.76883				04	291		
10797805	Douar Chrarda Sovvkik El Hajjas	douar-chrarda-sovvkik-el-hajjas	MA		0	Africa/Casablanca	33.48892	-6.82868				06	111		
10797812	Douar Ait Ahmed	douar-ait-ahmed	MA		0	Africa/Casablanca	33.46003	-6.75975				04	291		
10797816	Douar Dridira	douar-dridira	MA		0	Africa/Casablanca	33.492	-6.75133				04	291		
10797818	Zaitra	zaitra	MA		0	Africa/Casablanca	33.43634	-6.85264				06	111		
10797823	Earon El Potets Dhariri Bit El Mekki	earon-el-potets-dhariri-bit-el-mekki	MA		0	Africa/Casablanca	33.39375	-6.85035				06	111		
10797828	Douar Leqhbit	douar-leqhbit	MA		0	Africa/Casablanca	33.48239	-6.79012				04	291		
10797829	Lhiraia	lhiraia	MA		0	Africa/Casablanca	33.45015	-6.80392				04	291		
10797842	Douar Oulad Chemissa Ouaul Oahbou	douar-oulad-chemissa-ouaul-oahbou	MA		0	Africa/Casablanca	33.3869	-6.86825				06	111		
10797861	Dar Lkhobzi	dar-lkhobzi	MA		0	Africa/Casablanca	33.77269	-7.26661				06	111		
10797868	Coopérative Lfelaha	cooperative-lfelaha	MA		0	Africa/Casablanca	33.75454	-7.29254				06	111		
10797870	Douar Ben Chaqchaq	douar-ben-chaqchaq	MA		0	Africa/Casablanca	33.76392	-7.26564				06	111		
10797876	Douar Damjba	douar-damjba	MA		0	Africa/Casablanca	33.75659	-7.27584				06	111		
10797883	Dar Adahem	dar-adahem	MA		0	Africa/Casablanca	33.75397	-7.28074				06	111		
10797884	Douar Lahjar	douar-lahjar	MA		0	Africa/Casablanca	33.7505	-7.28405				06	111		
10797889	La Falaise	la-falaise	MA		0	Africa/Casablanca	33.75031	-7.30318				06	111		
10797895	Douar Lentras	douar-lentras	MA		0	Africa/Casablanca	33.12159	-7.11575				06	461		
10797902	Douar Qulad Abdellah El Maarif	douar-qulad-abdellah-el-maarif	MA		0	Africa/Casablanca	33.08091	-7.11191				06	461		
10797904	Douar Lhajrat	douar-lhajrat	MA		0	Africa/Casablanca	33.07358	-7.11666				06	461		
10797910	Douar Leqratiyine El Masrif	douar-leqratiyine-el-masrif	MA		0	Africa/Casablanca	33.05445	-7.11944				06	461		
10797911	Douar Oulad El Asri Sahb	douar-oulad-el-asri-sahb	MA		0	Africa/Casablanca	33.05296	-7.10487				06	461		
10797913	Douar Oulad Azir Babja	douar-oulad-azir-babja	MA		0	Africa/Casablanca	33.0459	-7.12263				06	461		
10797915	Douar Mekran Oulad Aziz	douar-mekran-oulad-aziz	MA		0	Africa/Casablanca	33.03076	-7.11501				06	461		
10797918	Douar Oulad Bouazza	douar-oulad-bouazza	MA		0	Africa/Casablanca	33.00846	-7.12071				06	461		
10797921	Douar Lehcenyech	douar-lehcenyech	MA		0	Africa/Casablanca	33.01369	-7.10818				06	461		
10797922	Douar Oulad Bouazza	douar-oulad-bouazza	MA		0	Africa/Casablanca	33.01736	-7.08971				06	461		
10797926	Douar Oulad El Harti Ben Echelh	douar-oulad-el-harti-ben-echelh	MA		0	Africa/Casablanca	33.03224	-7.09332				06	461		
10797929	Douar Laarayes	douar-laarayes	MA		0	Africa/Casablanca	33.05162	-7.09314				06	461		
10797930	Douar Oulad El Asri Sdirat	douar-oulad-el-asri-sdirat	MA		0	Africa/Casablanca	33.0568	-7.10159				06	461		
10797931	Douar Bouzekri	douar-bouzekri	MA		0	Africa/Casablanca	33.06361	-7.10438				06	461		
10797938	Douar Lehbabja	douar-lehbabja	MA		0	Africa/Casablanca	33.10482	-7.09305				06	461		
10797939	Douar Oulad Moussa	douar-oulad-moussa	MA		0	Africa/Casablanca	33.10763	-7.08928				06	461		
10797940	Douar Habbouja	douar-habbouja	MA		0	Africa/Casablanca	33.11034	-7.10056				06	461		
10797941	Douar Oulad El Hechant	douar-oulad-el-hechant	MA		0	Africa/Casablanca	33.12061	-7.08921				06	461		
10797948	Douar Nouasser	douar-nouasser	MA		0	Africa/Casablanca	33.10225	-7.07849				06	461		
10797949	Douar Lemrays	douar-lemrays	MA		0	Africa/Casablanca	33.09642	-7.09152				06	461		
10797951	Douar El Haj Lekbir	douar-el-haj-lekbir	MA		0	Africa/Casablanca	33.09038	-7.08364				06	461		
10797955	Douar Oulad Cherroud	douar-oulad-cherroud	MA		0	Africa/Casablanca	33.05262	-7.08662				06	461		
10797959	Douar Qrabla	douar-qrabla	MA		0	Africa/Casablanca	33.03509	-7.08561				06	461		
10797960	Douar Oulad El Harti	douar-oulad-el-harti	MA		0	Africa/Casablanca	33.0334	-7.0813				06	461		
10797962	Douar Qrabla	douar-qrabla	MA		0	Africa/Casablanca	33.02989	-7.08709				06	461		
10797967	Douar Oulad El Haj Ahmed	douar-oulad-el-haj-ahmed	MA		0	Africa/Casablanca	33.01465	-7.08486				06	461		
10797968	Douar Oulad El Haj Habib	douar-oulad-el-haj-habib	MA		0	Africa/Casablanca	33.01371	-7.09079				06	461		
10797971	Douar Fathallah	douar-fathallah	MA		0	Africa/Casablanca	33.003	-7.06483				06	461		
10797974	Douar Oulad Jilali Ben Zalit	douar-oulad-jilali-ben-zalit	MA		0	Africa/Casablanca	33.01313	-7.06075				06	461		
10797978	Douar Oulad Slimara	douar-oulad-slimara	MA		0	Africa/Casablanca	33.0382	-7.07444				06	461		
10797979	Douar Oulad Ahmed Bouazza	douar-oulad-ahmed-bouazza	MA		0	Africa/Casablanca	33.04073	-7.05881				06	461		
10797985	Douar Oulad El Hakouri	douar-oulad-el-hakouri	MA		0	Africa/Casablanca	33.06706	-7.06575				06	461		
10797986	Douar Lakremna Louta	douar-lakremna-louta	MA		0	Africa/Casablanca	33.07241	-7.07523				06	461		
10797988	Douar Oulad El Afya Louta	douar-oulad-el-afya-louta	MA		0	Africa/Casablanca	33.07818	-7.06163				06	461		
10797991	Moulay Abdellah	moulay-abdellah	MA		0	Africa/Casablanca	33.09183	-7.06369				06	461		
10797992	Douar Oulad Bou Maze Louta	douar-oulad-bou-maze-louta	MA		0	Africa/Casablanca	33.09674	-7.06524				06	461		
10797999	Douar Oulad Tidina	douar-oulad-tidina	MA		0	Africa/Casablanca	33.11209	-7.05909				06	461		
10798000	Douar Oulad Amer Mhamed	douar-oulad-amer-mhamed	MA		0	Africa/Casablanca	33.11668	-7.06985				06	461		
10798002	Douar Logouitat	douar-logouitat	MA		0	Africa/Casablanca	33.12116	-7.06151				06	461		
10798008	Dar Cheikh Essifi	dar-cheikh-essifi	MA		0	Africa/Casablanca	33.08307	-7.05857				06	461		
10798012	Douar Oulad Bouazza Mhamed	douar-oulad-bouazza-mhamed	MA		0	Africa/Casablanca	33.06843	-7.05452				06	461		
10798016	Douar Oulad Jilali El Oued	douar-oulad-jilali-el-oued	MA		0	Africa/Casablanca	33.0434	-7.04587				06	461		
10798017	Douar Oulad El Ayachi	douar-oulad-el-ayachi	MA		0	Africa/Casablanca	33.0342	-7.05897				06	461		
10798018	Lakhzazra	lakhzazra	MA		0	Africa/Casablanca	33.02933	-7.04581				06	461		
10798020	Douar Oulad El Abed	douar-oulad-el-abed	MA		0	Africa/Casablanca	33.02235	-7.05946				06	461		
10798024	Douar Talae Zbib	douar-talae-zbib	MA		0	Africa/Casablanca	33.00382	-7.03817				06	461		
10798025	Douar Oulad Omar Ben Ali	douar-oulad-omar-ben-ali	MA		0	Africa/Casablanca	33.01331	-7.03497				06	461		
10798026	Douar Oulad Taleb	douar-oulad-taleb	MA		0	Africa/Casablanca	33.02089	-7.03068				06	461		
10798027	Douar Laamarcha	douar-laamarcha	MA		0	Africa/Casablanca	33.03361	-7.03709				06	461		
10798033	Douar Oulad El Haj Abdelkarim	douar-oulad-el-haj-abdelkarim	MA		0	Africa/Casablanca	33.07232	-7.03843				06	461		
10798038	Douar Oulad Changi	douar-oulad-changi	MA		0	Africa/Casablanca	33.10072	-7.03252				06	461		
10798043	Douar Oulad El Karrumiya	douar-oulad-el-karrumiya	MA		0	Africa/Casablanca	33.1157	-7.01295				06	461		
10798048	Douar Oulad Ben Maiza Lehouachi	douar-oulad-ben-maiza-lehouachi	MA		0	Africa/Casablanca	33.11099	-7.02821				06	461		
10798052	Krimat Errayaane	krimat-errayaane	MA		0	Africa/Casablanca	33.08103	-7.01719				06	461		
10798058	Douar Boulehra	douar-boulehra	MA		0	Africa/Casablanca	33.04724	-7.00995				06	461		
10798059	Douar Oulad El Abed	douar-oulad-el-abed	MA		0	Africa/Casablanca	33.03417	-7.02167				06	461		
10798060	Oulad Taleb	oulad-taleb	MA		0	Africa/Casablanca	33.01889	-7.02367				06	461		
10798063	Douar Oulad El A	douar-oulad-el-a	MA		0	Africa/Casablanca	33.00719	-7.02173				06	461		
10798065	Douar Eratnaline Lharcha	douar-eratnaline-lharcha	MA		0	Africa/Casablanca	33.00605	-7.01009				06	461		
10798066	Douar Oulad Fakkak	douar-oulad-fakkak	MA		0	Africa/Casablanca	33.00016	-7.01301				06	461		
10798067	Douar Oulad Charqi	douar-oulad-charqi	MA		0	Africa/Casablanca	32.99822	-7.00054				06	461		
10798068	Douar Oulad El Haj Miloud	douar-oulad-el-haj-miloud	MA		0	Africa/Casablanca	33.00559	-7.00114				06	461		
10798070	Douar Oulad Abbau	douar-oulad-abbau	MA		0	Africa/Casablanca	33.01727	-7.00321				06	461		
10798071	Douar Oulad Taleb Cheikh Kaddour	douar-oulad-taleb-cheikh-kaddour	MA		0	Africa/Casablanca	33.02225	-7.00741				06	461		
10798075	Douar Oulad Ben Yahya	douar-oulad-ben-yahya	MA		0	Africa/Casablanca	33.04312	-6.99921				06	461		
10798076	Douar El Maati	douar-el-maati	MA		0	Africa/Casablanca	33.05062	-7.00801				06	461		
10798077	Douar Hamdaous	douar-hamdaous	MA		0	Africa/Casablanca	33.05385	-7.00591				06	461		
10798083	Douar Oulad Ahmed	douar-oulad-ahmed	MA		0	Africa/Casablanca	33.09212	-7.00674				06	461		
10798086	Douar Oulad El Aidi	douar-oulad-el-aidi	MA		0	Africa/Casablanca	33.10403	-7.0079				06	461		
10798091	Douar Oulad El Alya Labouachi	douar-oulad-el-alya-labouachi	MA		0	Africa/Casablanca	33.11883	-7.00533				06	461		
10798094	Douar Lehan	douar-lehan	MA		0	Africa/Casablanca	33.09141	-7.09398				06	461		
10798095	Dar El Haj F	dar-el-haj-f	MA		0	Africa/Casablanca	33.08409	-7.07958				06	461		
10798096	Douar Oulad Taghi Toualae	douar-oulad-taghi-toualae	MA		0	Africa/Casablanca	33.05759	-7.08197				06	461		
10798097	Douar Ghdouer	douar-ghdouer	MA		0	Africa/Casablanca	33.02666	-7.08332				06	461		
10798098	Douar Oulad Jilali K	douar-oulad-jilali-k	MA		0	Africa/Casablanca	33.01456	-7.07397				06	461		
10798100	Douar Emaraline	douar-emaraline	MA		0	Africa/Casablanca	33.01043	-7.05934				06	461		
10798105	Douar B M Tichiouine	douar-b-m-tichiouine	MA		0	Africa/Casablanca	33.08173	-7.02641				06	461		
10798106	Douar Lhghaaouna	douar-lhghaaouna	MA		0	Africa/Casablanca	33.06748	-7.0206				06	461		
10798110	Douar Oulad El Haj Abdollah	douar-oulad-el-haj-abdollah	MA		0	Africa/Casablanca	33.11747	-7.49521				06	117		
10798111	Oulad Lahcen	oulad-lahcen	MA		0	Africa/Casablanca	33.12201	-7.47939				06	117		
10798113	Oulad Khadja Ben El Haouli	oulad-khadja-ben-el-haouli	MA		0	Africa/Casablanca	33.11537	-7.48768				06	117		
10798114	Oulad Sidi Ahmed Gaija	oulad-sidi-ahmed-gaija	MA		0	Africa/Casablanca	33.09851	-7.49336				06	117		
10798116	Douar Oulad Ezzani	douar-oulad-ezzani	MA		0	Africa/Casablanca	33.11923	-7.44698				06	117		
10798121	Douar Oulad Khacem	douar-oulad-khacem	MA		0	Africa/Casablanca	33.09455	-7.4513				06	461		
10798132	Oulad Zaghdoud	oulad-zaghdoud	MA		0	Africa/Casablanca	33.07805	-7.47706				06	117		
10798139	Oulad Mhamed Ben El Makki	oulad-mhamed-ben-el-makki	MA		0	Africa/Casablanca	33.07105	-7.46138				06	461		
10798140	Oulad Ben El Ghalya	oulad-ben-el-ghalya	MA		0	Africa/Casablanca	33.07499	-7.46547				06	461		
10798143	Oulad Emmyyk	oulad-emmyyk	MA		0	Africa/Casablanca	33.07301	-7.44241				06	461		
10798148	Douar Chaibal	douar-chaibal	MA		0	Africa/Casablanca	33.05977	-7.45626				06	461		
10798149	Oulad Allar	oulad-allar	MA		0	Africa/Casablanca	33.06594	-7.45905				06	461		
10798150	Lagoiur	lagoiur	MA		0	Africa/Casablanca	33.06636	-7.44849				06	461		
10798155	Douar Oulad Sidi Abdallah	douar-oulad-sidi-abdallah	MA		0	Africa/Casablanca	33.04409	-7.45515				06	461		
10798157	Dr. Cheribat Lohalma	dr-cheribat-lohalma	MA		0	Africa/Casablanca	33.04179	-7.46807				06	461		
10798159	Douar Ennahila	douar-ennahila	MA		0	Africa/Casablanca	33.04607	-7.49361				06	461		
10798162	Oulad Talab Bouchanyb	oulad-talab-bouchanyb	MA		0	Africa/Casablanca	33.03213	-7.48679				06	461		
10798163	Essobalyyim Mouilina El Oued	essobalyyim-mouilina-el-oued	MA		0	Africa/Casablanca	33.02768	-7.48989				06	461		
10798164	Dar El Haj Ahmed	dar-el-haj-ahmed	MA		0	Africa/Casablanca	33.02209	-7.49831				06	461		
10798166	Douar Oulad Sidi Moussa Lamkani	douar-oulad-sidi-moussa-lamkani	MA		0	Africa/Casablanca	33.02254	-7.44482				06	461		
10798171	Lalla Regraga	lalla-regraga	MA		0	Africa/Casablanca	33.01736	-7.49418				06	461		
10798175	Oulad Moussa Ben Moslina	oulad-moussa-ben-moslina	MA		0	Africa/Casablanca	33.00803	-7.44824				06	461		
10798177	Oulad Moussa El Aloua	oulad-moussa-el-aloua	MA		0	Africa/Casablanca	33.00576	-7.48726				06	461		
10798178	Dr. Oulad Hamdoune Lahjita	dr-oulad-hamdoune-lahjita	MA		0	Africa/Casablanca	33.00121	-7.49662				06	461		
10798179	Douar Oulad El Mansar	douar-oulad-el-mansar	MA		0	Africa/Casablanca	33.00788	-7.48399				06	461		
10798183	Oulad Sidi Abdullah Lobbirat	oulad-sidi-abdullah-lobbirat	MA		0	Africa/Casablanca	33.00797	-7.43389				06	461		
10798186	Dr. Laaounale	dr-laaounale	MA		0	Africa/Casablanca	33.00411	-7.37867				06	461		
10798194	Douar Dou Douga	douar-dou-douga	MA		0	Africa/Casablanca	33.01821	-7.41865				06	461		
10798199	Douar Feddane Llada	douar-feddane-llada	MA		0	Africa/Casablanca	33.02109	-7.40286				06	461		
10798202	Douar Oulad Sidi Abdullah	douar-oulad-sidi-abdullah	MA		0	Africa/Casablanca	33.02532	-7.407				06	461		
10798203	Dhoura	dhoura	MA		0	Africa/Casablanca	33.03211	-7.41548				06	461		
10798205	Dr. Oulad Sidi Moussa Dhar Boqiya	dr-oulad-sidi-moussa-dhar-boqiya	MA		0	Africa/Casablanca	33.03791	-7.43051				06	461		
10798206	Douar Oulad Sidi Moussa Daiker	douar-oulad-sidi-moussa-daiker	MA		0	Africa/Casablanca	33.04356	-7.42709				06	461		
10798209	Douar Oulad Ali Bon Ali	douar-oulad-ali-bon-ali	MA		0	Africa/Casablanca	33.04136	-7.37889				06	461		
10798213	Douar Grimtat	douar-grimtat	MA		0	Africa/Casablanca	33.04163	-7.40491				06	461		
10798221	Lafdajat Moualiza El Mers	lafdajat-moualiza-el-mers	MA		0	Africa/Casablanca	33.04317	-7.4368				06	461		
10798223	Oulad Chbana	oulad-chbana	MA		0	Africa/Casablanca	33.04795	-7.38537				06	461		
10798225	Dr. Oulad Haddou Mousaline Ettalae	dr-oulad-haddou-mousaline-ettalae	MA		0	Africa/Casablanca	33.05946	-7.38032				06	461		
10798233	Oulad El Haj Tahar Ben Hali	oulad-el-haj-tahar-ben-hali	MA		0	Africa/Casablanca	33.07051	-7.37844				06	461		
10798234	Oulad Sidi El Malyani	oulad-sidi-el-malyani	MA		0	Africa/Casablanca	33.07327	-7.38244				06	461		
10798238	Douar Abadla	douar-abadla	MA		0	Africa/Casablanca	33.07337	-7.40353				06	461		
10798239	Oulad Aqqa	oulad-aqqa	MA		0	Africa/Casablanca	33.07659	-7.40632				06	461		
10798243	Oulad Abbou	oulad-abbou	MA		0	Africa/Casablanca	33.09492	-7.42434				06	461		
10798247	Oulad El Hay Boulahyb	oulad-el-hay-boulahyb	MA		0	Africa/Casablanca	33.09705	-7.40928				06	461		
10798249	Douar Duler El Asri El Mahet	douar-duler-el-asri-el-mahet	MA		0	Africa/Casablanca	33.07557	-7.37604				06	461		
10798250	Douar Oulad Assan Houhdire	douar-oulad-assan-houhdire	MA		0	Africa/Casablanca	33.07978	-7.38461				06	461		
10798251	Douar Oulad Ej Haj Bouzza	douar-oulad-ej-haj-bouzza	MA		0	Africa/Casablanca	33.08409	-7.39108				06	461		
10798255	Douar Oulad El Manser	douar-oulad-el-manser	MA		0	Africa/Casablanca	33.09084	-7.39772				06	461		
10798256	Oulad Sidi Lahaen El Hajjem	oulad-sidi-lahaen-el-hajjem	MA		0	Africa/Casablanca	33.08999	-7.38851				06	461		
10798259	Oulad Saleh El Haddada	oulad-saleh-el-haddada	MA		0	Africa/Casablanca	33.09705	-7.38239				06	461		
10798261	Oulad Driss Ben Thini	oulad-driss-ben-thini	MA		0	Africa/Casablanca	33.10475	-7.37881				06	461		
10798268	Dr. Zaouint Sidi Abdelqaher	dr-zaouint-sidi-abdelqaher	MA		0	Africa/Casablanca	33.11163	-7.39061				06	461		
10798273	Oulad Arafut	oulad-arafut	MA		0	Africa/Casablanca	33.11532	-7.41207				06	461		
10798274	Oulad Mohamed Ben El Haj	oulad-mohamed-ben-el-haj	MA		0	Africa/Casablanca	33.11089	-7.42511				06	461		
10798275	Oulad Hammou	oulad-hammou	MA		0	Africa/Casablanca	33.11499	-7.4264				06	461		
10798277	Hamdaoua	hamdaoua	MA		0	Africa/Casablanca	33.11977	-7.4296				06	117		
10798280	Oulad Ben Lalisih	oulad-ben-lalisih	MA		0	Africa/Casablanca	33.12152	-7.37967				06	461		
10798281	Oulad Hou Bou Hali	oulad-hou-bou-hali	MA		0	Africa/Casablanca	33.11982	-7.38828				06	461		
10798286	Douar Lokouach	douar-lokouach	MA		0	Africa/Casablanca	33.10368	-7.40842				06	461		
10798287	Lihchoum	lihchoum	MA		0	Africa/Casablanca	33.07188	-7.48806				06	461		
10798289	Oulad Chaikh	oulad-chaikh	MA		0	Africa/Casablanca	33.08528	-7.4211				06	461		
10798292	Douar Labbirat	douar-labbirat	MA		0	Africa/Casablanca	33.08633	-7.48354				06	117		
10798295	Oulad Sraghia	oulad-sraghia	MA		0	Africa/Casablanca	33.08554	-7.44831				06	461		
10798300	Oulad El Ghalya	oulad-el-ghalya	MA		0	Africa/Casablanca	33.11037	-7.41668				06	461		
10798301	Dr. Oulad Msarouf El Aoua	dr-oulad-msarouf-el-aoua	MA		0	Africa/Casablanca	33.00345	-7.47187				06	461		
10798304	Loudadsiyine	loudadsiyine	MA		0	Africa/Casablanca	33.10323	-7.47839				06	117		
10798305	Douar Oulad Kacem Khirfa	douar-oulad-kacem-khirfa	MA		0	Africa/Casablanca	33.10974	-7.45543				06	117		
10798308	Lelgabja	lelgabja	MA		0	Africa/Casablanca	33.09878	-7.47554				06	117		
10798309	Douar Oulad Laamiri	douar-oulad-laamiri	MA		0	Africa/Casablanca	33.1033	-7.46071				06	117		
10798311	Talae Larroussi	talae-larroussi	MA		0	Africa/Casablanca	33.00686	-7.42485				06	461		
10798313	Lefinla Jouabriya	lefinla-jouabriya	MA		0	Africa/Casablanca	33.04748	-7.42279				06	461		
10798318	Mouslina Lkifane	mouslina-lkifane	MA		0	Africa/Casablanca	33.0353	-7.44771				06	461		
10798320	Douar Grimtat Loboualma	douar-grimtat-loboualma	MA		0	Africa/Casablanca	33.05197	-7.40816				06	461		
10798324	Douar Legoat	douar-legoat	MA		0	Africa/Casablanca	33.0735	-7.3903				06	461		
10798327	Oulad El C	oulad-el-c	MA		0	Africa/Casablanca	33.11113	-7.39649				06	461		
10843780	Tallouzi	tallouzi	MA		0	Africa/Casablanca	33.61245	-4.61819				03	451		
10843782	Laussib Lkhzizene	laussib-lkhzizene	MA		0	Africa/Casablanca	33.60184	-4.60655				03	131		
10843784	DouarTizhedoune	douartizhedoune	MA		0	Africa/Casablanca	33.59556	-4.60374				03	131		
10843789	Douar Amana Ilila	douar-amana-ilila	MA		0	Africa/Casablanca	33.57411	-4.62062				03	131		
10843796	Douar El Huussine Ou Mohamed	douar-el-huussine-ou-mohamed	MA		0	Africa/Casablanca	33.51959	-4.60183				03	131		
10843806	Douar Ait Eahhili	douar-ait-eahhili	MA		0	Africa/Casablanca	33.51341	-4.54572				03	131		
10843808	Douar Bou Assein	douar-bou-assein	MA		0	Africa/Casablanca	33.51772	-4.54194				03	131		
10843809	Kizi Legih	kizi-legih	MA		0	Africa/Casablanca	33.51416	-4.56584				03	131		
10843810	Douar Boubqiya	douar-boubqiya	MA		0	Africa/Casablanca	33.51611	-4.55249				03	131		
10843812	Tighza Lherch	tighza-lherch	MA		0	Africa/Casablanca	33.51099	-4.57262				03	131		
10843814	Douar Ali Ouilune	douar-ali-ouilune	MA		0	Africa/Casablanca	33.51999	-4.55528				03	131		
10843815	Sidi Mohamed Ail Ouezzane	sidi-mohamed-ail-ouezzane	MA		0	Africa/Casablanca	33.52203	-4.54482				03	131		
10843816	Douar Ali Assa Ou Lalien	douar-ali-assa-ou-lalien	MA		0	Africa/Casablanca	33.52552	-4.54708				03	131		
10843817	Douar Iscurene	douar-iscurene	MA		0	Africa/Casablanca	33.52448	-4.54862				03	131		
10843819	Douar Leli N-akki	douar-leli-n-akki	MA		0	Africa/Casablanca	33.52495	-4.55465				03	131		
10843821	DouarTajjine	douartajjine	MA		0	Africa/Casablanca	33.53785	-4.54366				03	131		
10843822	Douar Tighzi	douar-tighzi	MA		0	Africa/Casablanca	33.53783	-4.5524				03	131		
10843824	Douar Au Oaur	douar-au-oaur	MA		0	Africa/Casablanca	33.5452	-4.54375				03	131		
10843826	Douar Tanout	douar-tanout	MA		0	Africa/Casablanca	33.55476	-4.56207				03	131		
10843828	Douar El Mudar	douar-el-mudar	MA		0	Africa/Casablanca	33.56584	-4.56416				03	131		
10843830	Aghezdis	aghezdis	MA		0	Africa/Casablanca	33.58459	-4.55705				03	131		
10843833	Lemsaila	lemsaila	MA		0	Africa/Casablanca	33.59391	-4.55243				03	131		
10843834	Douar Dippo	douar-dippo	MA		0	Africa/Casablanca	33.59505	-4.54625				03	131		
10843835	DouarTaberbuchi	douartaberbuchi	MA		0	Africa/Casablanca	33.59804	-4.56157				03	131		
10843836	Douar Taaraart	douar-taaraart	MA		0	Africa/Casablanca	33.60193	-4.54362				03	131		
10843840	Bou Ouanau	bou-ouanau	MA		0	Africa/Casablanca	33.61461	-4.54903				03	131		
10843843	Andda Ismegh	andda-ismegh	MA		0	Africa/Casablanca	33.61659	-4.54237				03	131		
10843846	Douar Hebboia	douar-hebboia	MA		0	Africa/Casablanca	33.60948	-4.51363				03	451		
10843848	Tichchaou Ouknlakh	tichchaou-ouknlakh	MA		0	Africa/Casablanca	33.59742	-4.53475				03	131		
10843850	Tichchaon n-Ahada	tichchaon-n-ahada	MA		0	Africa/Casablanca	33.59059	-4.53099				03	131		
10843851	Jafel	jafel	MA		0	Africa/Casablanca	33.5907	-4.51728				03	451		
10843853	Amezzmanrou	amezzmanrou	MA		0	Africa/Casablanca	33.58348	-4.51299				03	451		
10843856	Beu Siad	beu-siad	MA		0	Africa/Casablanca	33.57227	-4.52228				03	131		
10843859	Andir n-Aicha Beni Ahhou	andir-n-aicha-beni-ahhou	MA		0	Africa/Casablanca	33.55483	-4.53769				03	131		
10843860	Douar Tanghaun	douar-tanghaun	MA		0	Africa/Casablanca	33.53054	-4.5388				03	131		
10843870	Douar Tadout	douar-tadout	MA		0	Africa/Casablanca	33.51292	-4.53106		Douar Tadout,village de Tadout,ⵓⵙⵓⵏ ⵏ ⵜⴰⴷⵓⵜ		03	131		
10843873	Inaqqiouene	inaqqiouene	MA		0	Africa/Casablanca	33.5068	-4.5306				03	131		
10843876	Sidi de Sanie	sidi-de-sanie	MA		0	Africa/Casablanca	33.52097	-4.54927				03	131		
10843877	Douar Inzzer	douar-inzzer	MA		0	Africa/Casablanca	33.522	-4.53519				03	131		
10843878	El Bori	el-bori	MA		0	Africa/Casablanca	33.56237	-4.53748				03	131		
10843880	Douar Igianimene Tagmene	douar-igianimene-tagmene	MA		0	Africa/Casablanca	33.61619	-4.5093				03	451		
10843881	Douar Tauissifet	douar-tauissifet	MA		0	Africa/Casablanca	33.61678	-4.51548				03	451		
10843899	Douar Israfere	douar-israfere	MA		0	Africa/Casablanca	33.54251	-4.54534				03	131		
10843904	Tatrarut N-hadilak Ichou	tatrarut-n-hadilak-ichou	MA		0	Africa/Casablanca	33.59128	-4.55479				03	131		
10843907	Douar Faqqoui	douar-faqqoui	MA		0	Africa/Casablanca	33.59851	-4.50746				03	451		
10843911	Cades Travazi Agricole	cades-travazi-agricole	MA		0	Africa/Casablanca	33.5651	-4.53892				03	131		
10843918	Moslin	moslin	MA		0	Africa/Casablanca	33.60556	-4.54496				03	131		
10843931	Douar Ail Jermd	douar-ail-jermd	MA		0	Africa/Casablanca	33.71773	-4.71765				03	451		
10843932	Douar Ail Alla	douar-ail-alla	MA		0	Africa/Casablanca	33.71567	-4.71904				03	451		
10843961	Douar Ain Eddem	douar-ain-eddem	MA		0	Africa/Casablanca	33.64425	-4.68824				03	451		
10843962	Douar Ain Taga	douar-ain-taga	MA		0	Africa/Casablanca	33.64338	-4.67971				03	451		
10843979	Douar Feddane Kemrabet	douar-feddane-kemrabet	MA		0	Africa/Casablanca	33.68977	-4.68695				03	451		
10843988	Douar Lebsabes	douar-lebsabes	MA		0	Africa/Casablanca	33.70275	-4.68388				03	451		
10843992	Douar Ain Enlja	douar-ain-enlja	MA		0	Africa/Casablanca	33.71828	-4.68407				03	451		
10844005	Douar Esseqayf	douar-esseqayf	MA		0	Africa/Casablanca	33.72632	-4.65226				03	451		
10844008	Douar Tagheida	douar-tagheida	MA		0	Africa/Casablanca	33.71769	-4.64121				03	451		
10844009	Douar Bou Tekhoubay	douar-bou-tekhoubay	MA		0	Africa/Casablanca	33.71234	-4.66379				03	451		
10844021	Auberge	auberge	MA		0	Africa/Casablanca	33.67201	-4.62849				03	451		
10844023	Douar Imsazouzena	douar-imsazouzena	MA		0	Africa/Casablanca	33.66945	-4.63372				03	451		
10844032	Douar Ait Eldlaj	douar-ait-eldlaj	MA		0	Africa/Casablanca	33.65384	-4.6347				03	451		
10844033	Douar Ait Yacoub	douar-ait-yacoub	MA		0	Africa/Casablanca	33.65251	-4.63467				03	451		
10844034	Douar Ait Amer	douar-ait-amer	MA		0	Africa/Casablanca	33.65089	-4.63445				03	451		
10844035	Douar Ali Yahya	douar-ali-yahya	MA		0	Africa/Casablanca	33.65235	-4.64005				03	451		
10844036	Douar Ait Sebaa	douar-ait-sebaa	MA		0	Africa/Casablanca	33.64667	-4.64176				03	451		
10844039	Douar Bou Zina	douar-bou-zina	MA		0	Africa/Casablanca	33.64081	-4.64452				03	451		
10844049	Aouint Ait Berredira	aouint-ait-berredira	MA		0	Africa/Casablanca	33.67417	-4.6822				03	451		
10844095	Douar Sidi Rahal	douar-sidi-rahal	MA		0	Africa/Casablanca	34.0386	-4.49853				03	561		
10844104	Douar Ait Ben Ali	douar-ait-ben-ali	MA		0	Africa/Casablanca	34.01712	-4.49274				03	561		
10844112	Douar El Kalia	douar-el-kalia	MA		0	Africa/Casablanca	34.00854	-4.44489				03	561		
10844121	Douar Ait Yahya	douar-ait-yahya	MA		0	Africa/Casablanca	34.06105	-4.44415				03	561		
10844135	Douar Taghrene	douar-taghrene	MA		0	Africa/Casablanca	33.99903	-4.413				03	561		
10844148	Douar Aghil Ait Said	douar-aghil-ait-said	MA		0	Africa/Casablanca	34.09791	-4.39733				03	561		
10844154	Blenfaisance	blenfaisance	MA		0	Africa/Casablanca	34.0511	-4.42281				03	561		
10844155	Moulay Abdellah Cherif	moulay-abdellah-cherif	MA		0	Africa/Casablanca	34.04841	-4.4255				03	561		
10844173	Douar Bou Issa	douar-bou-issa	MA		0	Africa/Casablanca	34.01057	-4.3836				03	561		
10844177	Hay El Tath	hay-el-tath	MA		0	Africa/Casablanca	34.05376	-4.41432				03	561		
10844178	Lalla Temqadma	lalla-temqadma	MA		0	Africa/Casablanca	34.01658	-4.48397				03	561		
10844179	Zraoula	zraoula	MA		0	Africa/Casablanca	35.4962	-5.96843				01	511		
10844182	Oulad Ben Ifou	oulad-ben-ifou	MA		0	Africa/Casablanca	35.46165	-5.95803				01	511		
10844183	Lhourech	lhourech	MA		0	Africa/Casablanca	35.45596	-5.95809				01	511		
10844189	Oulad Aissa	oulad-aissa	MA		0	Africa/Casablanca	35.39802	-5.94737				01	331		
10844194	Riba	riba	MA		0	Africa/Casablanca	35.49605	-5.98425				01	511		
10844202	Lahouauiyine	lahouauiyine	MA		0	Africa/Casablanca	35.49497	-5.95953				01	511		
10844206	Dchar Aissa Lkhalloufi	dchar-aissa-lkhalloufi	MA		0	Africa/Casablanca	35.48823	-5.95784				01	511		
10844209	Ain Hallouta	ain-hallouta	MA		0	Africa/Casablanca	35.49652	-5.93489				01	511		
10844212	Rkiba	rkiba	MA		0	Africa/Casablanca	35.49269	-5.93155				01	511		
10844214	Touisa	touisa	MA		0	Africa/Casablanca	35.49727	-5.92214				01	511		
10844246	Société Someprokain	societe-someprokain	MA		0	Africa/Casablanca	35.46658	-5.99663				01	511		
10844250	Oulad Lbiyer	oulad-lbiyer	MA		0	Africa/Casablanca	35.46266	-5.93429				01	511		
10844265	Hasnaoua	hasnaoua	MA		0	Africa/Casablanca	35.43024	-5.94983				01	511		
10844266	Laayadna	laayadna	MA		0	Africa/Casablanca	35.41541	-5.93483				01	331		
10844270	Ain Mannana	ain-mannana	MA		0	Africa/Casablanca	35.4305	-5.92743				01	511		
10844281	Douar Rkiba	douar-rkiba	MA		0	Africa/Casablanca	35.42158	-5.89374				01	331		
10844282	Douar Mahrouqa	douar-mahrouqa	MA		0	Africa/Casablanca	35.42571	-5.89162				01	331		
10844295	Krouz	krouz	MA		0	Africa/Casablanca	35.39017	-5.87888				01	331		
10844301	Abid	abid	MA		0	Africa/Casablanca	35.40294	-5.90089				01	331		
10844313	Qourar	qourar	MA		0	Africa/Casablanca	35.3884	-5.98464				01	511		
10844314	Lalia Hbaba	lalia-hbaba	MA		0	Africa/Casablanca	35.38604	-5.9812				01	511		
10844315	Oulad Yahia	oulad-yahia	MA		0	Africa/Casablanca	35.38425	-5.96771				01	511		
10844316	Oulad Ayyachi	oulad-ayyachi	MA		0	Africa/Casablanca	35.38061	-5.96631				01	511		
10844341	Lemdaouer	lemdaouer	MA		0	Africa/Casablanca	35.49322	-5.85075				01	511		
10844354	Bouakhra	bouakhra	MA		0	Africa/Casablanca	35.46016	-5.8627				01	511		
10844376	Ain Lekbir	ain-lekbir	MA		0	Africa/Casablanca	35.42278	-5.87264				01	331		
10844378	Douar Lhofra	douar-lhofra	MA		0	Africa/Casablanca	35.41249	-5.83436				01	331		
10844379	Ain Etaoum	ain-etaoum	MA		0	Africa/Casablanca	35.41165	-5.84799				01	331		
10844380	Mqayl	mqayl	MA		0	Africa/Casablanca	35.40883	-5.84979				01	331		
10844381	Manhayel	manhayel	MA		0	Africa/Casablanca	35.41828	-5.86029				01	331		
10844384	Oulad Chaoui	oulad-chaoui	MA		0	Africa/Casablanca	35.41373	-5.86677				01	331		
10844385	Ain Karma	ain-karma	MA		0	Africa/Casablanca	35.40594	-5.85451				01	331		
10844393	Azib	azib	MA		0	Africa/Casablanca	35.40539	-5.86637				01	331		
10844403	Oulad Ali Ben Tayeb	oulad-ali-ben-tayeb	MA		0	Africa/Casablanca	35.37953	-5.8467				01	331		
10844404	Douar Zniyed	douar-zniyed	MA		0	Africa/Casablanca	35.37917	-5.87069				01	331		
10844416	Dar Lbaqqal Lahsen	dar-lbaqqal-lahsen	MA		0	Africa/Casablanca	35.39045	-5.79187				01	331		
10844425	Dhar Pradai	dhar-pradai	MA		0	Africa/Casablanca	35.40537	-5.81329				01	331		
10844426	Douar Talal	douar-talal	MA		0	Africa/Casablanca	35.40724	-5.80423				01	331		
10844431	Douar Brahma Sghir	douar-brahma-sghir	MA		0	Africa/Casablanca	35.41583	-5.82841				01	331		
10844432	Bni Hannouna	bni-hannouna	MA		0	Africa/Casablanca	35.42223	-5.7959				01	571		
10844435	Gdayel	gdayel	MA		0	Africa/Casablanca	35.42361	-5.82743				01	331		
10844436	Soueyer	soueyer	MA		0	Africa/Casablanca	35.42994	-5.81687				01	331		
10844445	Jbel Lahbib	jbel-lahbib	MA		0	Africa/Casablanca	35.46934	-5.79801				01	571		
10844446	Centre De Santa	centre-de-santa	MA		0	Africa/Casablanca	35.46664	-5.79636				01	571		
10844447	Caidat	caidat	MA		0	Africa/Casablanca	35.46762	-5.79494				01	571		
10844455	Biyadat	biyadat	MA		0	Africa/Casablanca	35.46392	-5.82786				01	571		
10844459	Douar Rmel	douar-rmel	MA		0	Africa/Casablanca	35.47651	-5.83343				01	511		
10844468	Ain Jiyara	ain-jiyara	MA		0	Africa/Casablanca	35.48597	-5.80713				01	571		
10844475	Dar Ahmed Nadjar	dar-ahmed-nadjar	MA		0	Africa/Casablanca	35.49221	-5.7958				01	571		
10844495	Khchabech	khchabech	MA		0	Africa/Casablanca	35.48235	-5.78303				01	571		
10844498	Boumazoued	boumazoued	MA		0	Africa/Casablanca	35.46955	-5.78864				01	571		
10844502	Lkharroub	lkharroub	MA		0	Africa/Casablanca	35.46402	-5.78648				01	571		
10844509	Dchar Khadmane	dchar-khadmane	MA		0	Africa/Casablanca	35.45591	-5.78735				01	571		
10844518	Mason Foreshéra	mason-foreshera	MA		0	Africa/Casablanca	35.44203	-5.77608				01	571		
10844533	Dar Ahmed Rahmouri	dar-ahmed-rahmouri	MA		0	Africa/Casablanca	35.42395	-5.78636				01	571		
10844551	Dahes	dahes	MA		0	Africa/Casablanca	35.48537	-5.83281				01	511		
10844766	Douar Oulad Ayyad	douar-oulad-ayyad	MA		0	Africa/Casablanca	34.78113	-1.84584				02	411		
10844768	Douar n Bni Sckrane	douar-n-bni-sckrane	MA		0	Africa/Casablanca	34.77539	-1.81452				02	411		
10844769	Douar El Mclha	douar-el-mclha	MA		0	Africa/Casablanca	34.75533	-1.83528				02	411		
10844771	Douar Oulad Ennasser	douar-oulad-ennasser	MA		0	Africa/Casablanca	34.75179	-1.86083				02	411		
10844772	Douar Douahi Leffaga	douar-douahi-leffaga	MA		0	Africa/Casablanca	34.75633	-1.86924				02	411		
10844775	Douar Lahouaoussa	douar-lahouaoussa	MA		0	Africa/Casablanca	34.75268	-1.79508				02	411		
10844776	Douar Oulad Barghioua	douar-oulad-barghioua	MA		0	Africa/Casablanca	34.75189	-1.76589				02	411		
10844778	Zouj Beghal	zouj-beghal	MA		0	Africa/Casablanca	34.78711	-1.84273				02	411		
10844780	Afouzar	afouzar	MA		0	Africa/Casablanca	35.11166	-4.87349				01	151		
10844785	Nouader Bni Ansar	nouader-bni-ansar	MA		0	Africa/Casablanca	35.0881	-4.87473				01	151		
10844788	Douar Tarrat	douar-tarrat	MA		0	Africa/Casablanca	35.10306	-4.82574				01	151		
10844789	Douar Tazroute	douar-tazroute	MA		0	Africa/Casablanca	35.08252	-4.76107				01	151		
10844790	Douar Talazilat	douar-talazilat	MA		0	Africa/Casablanca	35.08396	-4.75515				01	151		
10844793	Douar Tayanzourt	douar-tayanzourt	MA		0	Africa/Casablanca	35.10367	-4.82133				01	151		
10844795	Douar Tionatene	douar-tionatene	MA		0	Africa/Casablanca	35.1216	-4.77511				01	151		
10844796	Douar Ouaazzane	douar-ouaazzane	MA		0	Africa/Casablanca	35.10488	-4.77293				01	151		
10844797	Douar Iounane	douar-iounane	MA		0	Africa/Casablanca	35.12213	-4.76619				01	151		
10844798	Douar Amgatlou	douar-amgatlou	MA		0	Africa/Casablanca	35.12371	-4.75773				01	151		
10844799	Douar Taqyourt	douar-taqyourt	MA		0	Africa/Casablanca	35.07954	-4.7532				01	151		
10844800	Douar Tala n-Caid	douar-tala-n-caid	MA		0	Africa/Casablanca	35.07423	-4.77474				01	151		
10844801	Douar Taghzout	douar-taghzout	MA		0	Africa/Casablanca	35.06442	-4.81357				01	151		
10844802	Douar Ifertene	douar-ifertene	MA		0	Africa/Casablanca	35.10101	-4.83594				01	151		
10844803	Douar Talagh Tabari	douar-talagh-tabari	MA		0	Africa/Casablanca	35.0964	-4.83638				01	151		
10844804	Taghit	taghit	MA		0	Africa/Casablanca	35.1055	-4.83352				01	151		
10844805	Douar Aidene	douar-aidene	MA		0	Africa/Casablanca	35.07676	-4.76319				01	151		
10844810	Douar Yyadene	douar-yyadene	MA		0	Africa/Casablanca	35.10776	-4.83303				01	151		
10844812	Aoauine	aoauine	MA		0	Africa/Casablanca	35.03286	-4.82514				01	151		
10844813	Douar Aounane	douar-aounane	MA		0	Africa/Casablanca	35.02993	-4.81628				01	151		
10844814	Douar Taferka	douar-taferka	MA		0	Africa/Casablanca	35.04356	-4.81869				01	151		
10844816	Douar Dar Malou	douar-dar-malou	MA		0	Africa/Casablanca	35.04685	-4.79547				01	151		
10844817	Rouadat Taouertane	rouadat-taouertane	MA		0	Africa/Casablanca	35.044	-4.78566				01	151		
10844818	Douar Alloua	douar-alloua	MA		0	Africa/Casablanca	35.04741	-4.78738				01	151		
10844819	Douar Tiferouane	douar-tiferouane	MA		0	Africa/Casablanca	35.04168	-4.80334				01	151		
10844820	Douar Takniouane	douar-takniouane	MA		0	Africa/Casablanca	35.0501	-4.77879				01	151		
10844821	Douar Tala Ibaouene	douar-tala-ibaouene	MA		0	Africa/Casablanca	35.04871	-4.78886				01	151		
10844823	Douar Taghilt	douar-taghilt	MA		0	Africa/Casablanca	35.01411	-4.75314				01	151		
10844828	Douar Jarmouna	douar-jarmouna	MA		0	Africa/Casablanca	35.01338	-4.77958				01	151		
10844829	Douar Bou Kamel	douar-bou-kamel	MA		0	Africa/Casablanca	35.01622	-4.81916				01	151		
10844830	Malouka	malouka	MA		0	Africa/Casablanca	35.01808	-4.82232				01	151		
10844831	Taddart	taddart	MA		0	Africa/Casablanca	35.02758	-4.8251				01	151		
10844834	Douar Miyyal	douar-miyyal	MA		0	Africa/Casablanca	35.11782	-4.77343				01	151		
10844836	Douar Amrahhal	douar-amrahhal	MA		0	Africa/Casablanca	35.01501	-4.83931				01	151		
10844839	Douar Atbach	douar-atbach	MA		0	Africa/Casablanca	35.02406	-4.83244				01	151		
10844845	Bab Afouzar	bab-afouzar	MA		0	Africa/Casablanca	35.09319	-4.87372				01	151		
10844846	Essahra	essahra	MA		0	Africa/Casablanca	35.11559	-4.86207				01	151		
10844847	Tala Zekri	tala-zekri	MA		0	Africa/Casablanca	35.11976	-4.83916				01	151		
10844854	Amlouk Iaiyyadene	amlouk-iaiyyadene	MA		0	Africa/Casablanca	35.10745	-4.81926				01	151		
10844859	Douar Bou Mazigh	douar-bou-mazigh	MA		0	Africa/Casablanca	35.09755	-4.80967				01	151		
10844870	Qobbat Lemaallaq	qobbat-lemaallaq	MA		0	Africa/Casablanca	35.12005	-4.7818				01	151		
10844872	El Kalaa	el-kalaa	MA		0	Africa/Casablanca	35.11844	-4.77055				01	151		
10844876	Lmartah	lmartah	MA		0	Africa/Casablanca	35.10485	-4.7659				01	151		
10844891	Tinziouane	tinziouane	MA		0	Africa/Casablanca	35.08561	-4.79364				01	151		
10844892	Houmat Bin Lekhnag	houmat-bin-lekhnag	MA		0	Africa/Casablanca	35.08355	-4.80085				01	151		
10844895	Houmat Mgerne	houmat-mgerne	MA		0	Africa/Casablanca	35.08012	-4.76427				01	151		
10844899	Douar Ghbalou Fouqiya	douar-ghbalou-fouqiya	MA		0	Africa/Casablanca	35.07786	-4.7912				01	151		
10844900	Bab Tala El Caid	bab-tala-el-caid	MA		0	Africa/Casablanca	35.07075	-4.78186				01	151		
10844902	Houmat Aroussakene	houmat-aroussakene	MA		0	Africa/Casablanca	35.07337	-4.80369				01	151		
10844903	Douar Bou Siyaf	douar-bou-siyaf	MA		0	Africa/Casablanca	35.06973	-4.80289				01	151		
10844913	Houmat Tala Mrali	houmat-tala-mrali	MA		0	Africa/Casablanca	35.07732	-4.82381				01	151		
10844918	Takhyamt Tizemt	takhyamt-tizemt	MA		0	Africa/Casablanca	35.08041	-4.83379				01	151		
10844920	Houmat Azemrane	houmat-azemrane	MA		0	Africa/Casablanca	35.07254	-4.81433				01	151		
10844923	Houmat Tayenza	houmat-tayenza	MA		0	Africa/Casablanca	35.06838	-4.80617				01	151		
10844924	Rouadat Jamaa Louta	rouadat-jamaa-louta	MA		0	Africa/Casablanca	35.0668	-4.80633				01	151		
10844925	Houmat Laghrassi	houmat-laghrassi	MA		0	Africa/Casablanca	35.06757	-4.82278				01	151		
10844928	Bou Afya	bou-afya	MA		0	Africa/Casablanca	35.07323	-4.84613				01	151		
10844930	Azrou Lbaz	azrou-lbaz	MA		0	Africa/Casablanca	35.07437	-4.85598				01	151		
10844937	Douar Imagrane	douar-imagrane	MA		0	Africa/Casablanca	35.04486	-4.87246				01	151		
10844947	Douar Taferka Tala Hassane	douar-taferka-tala-hassane	MA		0	Africa/Casablanca	35.05064	-4.82187				01	151		
10844948	Douar Baddah Tala Hassane	douar-baddah-tala-hassane	MA		0	Africa/Casablanca	35.05489	-4.81742				01	151		
10844949	Iabbaqene	iabbaqene	MA		0	Africa/Casablanca	35.05621	-4.83147				01	151		
10844950	Timourassene	timourassene	MA		0	Africa/Casablanca	35.05275	-4.8504				01	151		
10844961	Houmat Ihammoudene	houmat-ihammoudene	MA		0	Africa/Casablanca	35.03046	-4.79227				01	151		
10844963	Houmat Tala Aakmene	houmat-tala-aakmene	MA		0	Africa/Casablanca	35.03419	-4.77866				01	151		
10844968	Chfek Taliouane	chfek-taliouane	MA		0	Africa/Casablanca	35.05951	-4.7725				01	151		
10844969	Badar	badar	MA		0	Africa/Casablanca	35.03124	-4.81362				01	151		
10844970	Houmat Tala Outbar	houmat-tala-outbar	MA		0	Africa/Casablanca	35.03158	-4.77703				01	151		
10844976	Bni Rzine	bni-rzine	MA		0	Africa/Casablanca	35.02224	-4.75682				01	151		
10844977	Douar Ibouhatene	douar-ibouhatene	MA		0	Africa/Casablanca	35.02112	-4.75253				01	151		
10844980	Talaint	talaint	MA		0	Africa/Casablanca	35.00542	-4.7553				01	151		
10844981	Douar Boudrif	douar-boudrif	MA		0	Africa/Casablanca	35.00793	-4.76132				01	151		
10844982	Aghich	aghich	MA		0	Africa/Casablanca	35.00975	-4.75437				01	151		
10844987	Kabbantou	kabbantou	MA		0	Africa/Casablanca	35.02761	-4.76601				01	151		
10844988	Houmat Lamsalla	houmat-lamsalla	MA		0	Africa/Casablanca	35.02777	-4.77753				01	151		
10844992	Taachouch	taachouch	MA		0	Africa/Casablanca	35.01703	-4.78315				01	151		
10844994	Groupe Scolair	groupe-scolair	MA		0	Africa/Casablanca	35.00259	-4.77989				01	151		
10844995	Lmazli	lmazli	MA		0	Africa/Casablanca	35.00747	-4.77931				01	151		
10844996	Aziyatene	aziyatene	MA		0	Africa/Casablanca	35.0151	-4.78598				01	151		
10844997	Akerkar	akerkar	MA		0	Africa/Casablanca	35.01157	-4.77328				01	151		
10844998	Taht Boudrif	taht-boudrif	MA		0	Africa/Casablanca	35.01192	-4.76631				01	151		
10844999	Houmat Tighadouane	houmat-tighadouane	MA		0	Africa/Casablanca	35.02513	-4.78688				01	151		
10845005	Talat Toufalene	talat-toufalene	MA		0	Africa/Casablanca	35.01199	-4.80117				01	151		
10845006	Talameksaouene	talameksaouene	MA		0	Africa/Casablanca	35.01146	-4.80965				01	151		
10845007	Talassekrane	talassekrane	MA		0	Africa/Casablanca	35.00448	-4.80976				01	151		
10845008	Laanasser	laanasser	MA		0	Africa/Casablanca	35.00573	-4.7927				01	151		
10845009	Taoukart	taoukart	MA		0	Africa/Casablanca	35.0072	-4.78909				01	151		
10845010	Hjar Ettouil	hjar-ettouil	MA		0	Africa/Casablanca	35.00093	-4.78873				01	151		
10845011	Taghsayene	taghsayene	MA		0	Africa/Casablanca	35.00206	-4.7962				01	151		
10845012	Oulad El Haj	oulad-el-haj	MA		0	Africa/Casablanca	35.00341	-4.79965				01	151		
10845013	Douar Taghessajene	douar-taghessajene	MA		0	Africa/Casablanca	35.00214	-4.80412				01	151		
10845014	Hetir Ettarab	hetir-ettarab	MA		0	Africa/Casablanca	35.01856	-4.81244				01	151		
10845015	Taoutamt	taoutamt	MA		0	Africa/Casablanca	35.0243	-4.80993				01	151		
10845020	Ibtioune	ibtioune	MA		0	Africa/Casablanca	35.01292	-4.82349				01	151		
10845023	Touharam	touharam	MA		0	Africa/Casablanca	35.02039	-4.82053				01	151		
10845027	Haoutat Hammou	haoutat-hammou	MA		0	Africa/Casablanca	35.01721	-4.83871				01	151		
10845028	Mekakta	mekakta	MA		0	Africa/Casablanca	35.01538	-4.82725				01	151		
10845029	Oulad Ben Aiyach	oulad-ben-aiyach	MA		0	Africa/Casablanca	35.01954	-4.83497				01	151		
10845031	Takhemchantou	takhemchantou	MA		0	Africa/Casablanca	35.00928	-4.83315				01	151		
10845038	Moulay Tayeb	moulay-tayeb	MA		0	Africa/Casablanca	35.02385	-4.87048				01	151		
10845039	Dlem Echuref	dlem-echuref	MA		0	Africa/Casablanca	35.02118	-4.87066				01	151		
10845044	Jebabliya	jebabliya	MA		0	Africa/Casablanca	35.00928	-4.85063				01	151		
10845052	Ijaounene	ijaounene	MA		0	Africa/Casablanca	34.99759	-4.80708				01	151		
10845053	Ihsounene	ihsounene	MA		0	Africa/Casablanca	34.99865	-4.77701				01	151		
10845064	Sidi Slimane	sidi-slimane	MA		0	Africa/Casablanca	35.22133	-3.16802				02	381		
10845068	Imahiatene	imahiatene	MA		0	Africa/Casablanca	35.23349	-3.14248				02	381		
10845070	Ihnnenatene	ihnnenatene	MA		0	Africa/Casablanca	35.23617	-3.14467				02	381		
10845075	Iazizatene	iazizatene	MA		0	Africa/Casablanca	35.22727	-3.13878				02	381		
10845076	Imrabtene	imrabtene	MA		0	Africa/Casablanca	35.22254	-3.14185				02	381		
10845084	Bou Chfari	bou-chfari	MA		0	Africa/Casablanca	35.21681	-3.20206				02	167		
10845085	Zarroura	zarroura	MA		0	Africa/Casablanca	35.20933	-3.15928				02	381		
10845088	Lgaada	lgaada	MA		0	Africa/Casablanca	35.20813	-3.16777				02	381		
10845091	Ihibat	ihibat	MA		0	Africa/Casablanca	35.2107	-3.1255				02	381		
10845095	Oulad Zahra	oulad-zahra	MA		0	Africa/Casablanca	35.19154	-3.24266				02	167		
10845096	Ihasniouane	ihasniouane	MA		0	Africa/Casablanca	35.19015	-3.23354				02	167		
10845097	Oulad Abdellah	oulad-abdellah	MA		0	Africa/Casablanca	35.1851	-3.24306				02	167		
10845100	Taliouine	taliouine	MA		0	Africa/Casablanca	35.19971	-3.21395				02	167		
10845102	Afza	afza	MA		0	Africa/Casablanca	35.19722	-3.20239				02	167		
10845107	Timeddahine	timeddahine	MA		0	Africa/Casablanca	35.20341	-3.12895				02	381		
10845108	Ikhadriouane	ikhadriouane	MA		0	Africa/Casablanca	35.19887	-3.1285				02	381		
10845110	In Amer Ou Hammou	in-amer-ou-hammou	MA		0	Africa/Casablanca	35.20148	-3.13644				02	381		
10845111	Issarhiouane	issarhiouane	MA		0	Africa/Casablanca	35.19622	-3.14257				02	381		
10845119	Tazemmourt	tazemmourt	MA		0	Africa/Casablanca	35.19154	-3.22279				02	167		
10845120	Oulad Brahim	oulad-brahim	MA		0	Africa/Casablanca	35.18685	-3.23239				02	167		
10845122	Ihmidatene	ihmidatene	MA		0	Africa/Casablanca	35.17495	-3.24413				02	167		
10845123	Ichebbabene	ichebbabene	MA		0	Africa/Casablanca	35.17802	-3.24115				02	167		
10845124	Oulad Ben Souna	oulad-ben-souna	MA		0	Africa/Casablanca	35.18291	-3.2307				02	167		
10845126	Iyyar N-isri	iyyar-n-isri	MA		0	Africa/Casablanca	35.18395	-3.21075				02	167		
10845127	Thirimami	thirimami	MA		0	Africa/Casablanca	35.17784	-3.20255				02	167		
10845133	Admar	admar	MA		0	Africa/Casablanca	35.17197	-3.18608				02	381		
10845141	Izanbiouene	izanbiouene	MA		0	Africa/Casablanca	35.17353	-3.14431				02	381		
10845142	Gaadet Maammar	gaadet-maammar	MA		0	Africa/Casablanca	35.1639	-3.16163				02	381		
10845143	Taghzout	taghzout	MA		0	Africa/Casablanca	35.16463	-3.1873				02	381		
10845144	Taourart	taourart	MA		0	Africa/Casablanca	35.16676	-3.19169				02	381		
10845151	Imessaoudene	imessaoudene	MA		0	Africa/Casablanca	35.1556	-3.21479				02	167		
10845152	Toujouirane	toujouirane	MA		0	Africa/Casablanca	35.15383	-3.22244				02	167		
10845157	Ifjjiouan	ifjjiouan	MA		0	Africa/Casablanca	35.15865	-3.13532				02	381		
10845159	Ihzzaouane	ihzzaouane	MA		0	Africa/Casablanca	35.15265	-3.13832				02	381		
10845160	Trebiya	trebiya	MA		0	Africa/Casablanca	35.14904	-3.13633				02	381		
10845162	Taghzout	taghzout	MA		0	Africa/Casablanca	35.14314	-3.13274				02	381		
10845168	Ileghmane	ileghmane	MA		0	Africa/Casablanca	35.15119	-3.19892				02	381		
10845172	Legdira	legdira	MA		0	Africa/Casablanca	35.14799	-3.21705				02	167		
10845173	Isselhiouane	isselhiouane	MA		0	Africa/Casablanca	35.14585	-3.22467				02	167		
10845175	Maouro	maouro	MA		0	Africa/Casablanca	35.14277	-3.2451				02	167		
10845176	Tabarda	tabarda	MA		0	Africa/Casablanca	35.13958	-3.23257				02	167		
10845181	Tallouzit	tallouzit	MA		0	Africa/Casablanca	35.13782	-3.16611				02	381		
10845184	Laari	laari	MA		0	Africa/Casablanca	35.13047	-3.15208				02	381		
10845185	Narrami	narrami	MA		0	Africa/Casablanca	35.1353	-3.13093				02	381		
10845191	Izaryah	izaryah	MA		0	Africa/Casablanca	35.20463	-3.14654				02	381		
10845192	Iorare	iorare	MA		0	Africa/Casablanca	35.18765	-3.12417				02	381		
10845195	Tizzi	tizzi	MA		0	Africa/Casablanca	35.15388	-3.24683				02	167		
10847761	Imzourene	imzourene	MA		0	Africa/Casablanca	35.47522	-5.18829				01	571		
10847762	Ihamdouchene	ihamdouchene	MA		0	Africa/Casablanca	35.48366	-5.18969				01	571		
10847763	Aghanouri	aghanouri	MA		0	Africa/Casablanca	35.44583	-5.12614				01	571		
10847765	Ikhadimene	ikhadimene	MA		0	Africa/Casablanca	35.44894	-5.15243				01	571		
10847766	Dar Haddoune	dar-haddoune	MA		0	Africa/Casablanca	35.45111	-5.15006				01	571		
10847767	Iharmouchene	iharmouchene	MA		0	Africa/Casablanca	35.44491	-5.19813				01	571		
10847768	Ihamtanene	ihamtanene	MA		0	Africa/Casablanca	35.45949	-5.23001				01	571		
10847770	Ilahamrene	ilahamrene	MA		0	Africa/Casablanca	35.43287	-5.22075				01	571		
10847771	Isalahene	isalahene	MA		0	Africa/Casablanca	35.46378	-5.17998				01	571		
10847772	Zemouret Soufla	zemouret-soufla	MA		0	Africa/Casablanca	35.43882	-5.20106				01	571		
10847774	Aouechtame	aouechtame	MA		0	Africa/Casablanca	35.42707	-5.1407				01	571		
10847779	Lhamma	lhamma	MA		0	Africa/Casablanca	35.4871	-5.24258				01	571		
10847780	Aranda	aranda	MA		0	Africa/Casablanca	35.48338	-5.23663				01	571		
10847782	Amdouch	amdouch	MA		0	Africa/Casablanca	35.49367	-5.22021				01	571		
10847783	Dar Barnitechou	dar-barnitechou	MA		0	Africa/Casablanca	35.49471	-5.20193				01	571		
10847784	Ighattassene	ighattassene	MA		0	Africa/Casablanca	35.49647	-5.19951				01	571		
10847785	Chaayeb	chaayeb	MA		0	Africa/Casablanca	35.4866	-5.19873				01	571		
10847786	Iayyatene	iayyatene	MA		0	Africa/Casablanca	35.48467	-5.20333				01	571		
10847788	Lanziri	lanziri	MA		0	Africa/Casablanca	35.48166	-5.20224				01	571		
10847789	Lachyakh	lachyakh	MA		0	Africa/Casablanca	35.47431	-5.22795				01	571		
10847790	Bihamtate	bihamtate	MA		0	Africa/Casablanca	35.46599	-5.24523				01	571		
10847792	Aanane	aanane	MA		0	Africa/Casablanca	35.46691	-5.23525				01	571		
10847793	Imaftahene	imaftahene	MA		0	Africa/Casablanca	35.46839	-5.22929				01	571		
10847795	Ihayyounene	ihayyounene	MA		0	Africa/Casablanca	35.47004	-5.19942				01	571		
10847798	Tafraouet	tafraouet	MA		0	Africa/Casablanca	35.47816	-5.19921				01	571		
10847802	Isbihene	isbihene	MA		0	Africa/Casablanca	35.47669	-5.18793				01	571		
10847805	Talaght	talaght	MA		0	Africa/Casablanca	35.47128	-5.1746				01	571		
10847806	Iharrassene	iharrassene	MA		0	Africa/Casablanca	35.47366	-5.17425				01	571		
10847809	Khalouet Soualeh	khalouet-soualeh	MA		0	Africa/Casablanca	35.48353	-5.16439				01	571		
10847814	Abyata	abyata	MA		0	Africa/Casablanca	35.4912	-5.14972				01	571		
10847819	Soufla	soufla	MA		0	Africa/Casablanca	35.47299	-5.13242				01	571		
10847820	Ikharrazene	ikharrazene	MA		0	Africa/Casablanca	35.46732	-5.13241				01	571		
10847825	Izarradene	izarradene	MA		0	Africa/Casablanca	35.46044	-5.12897				01	571		
10847827	Aqmoumene	aqmoumene	MA		0	Africa/Casablanca	35.44999	-5.13196				01	571		
10847829	Sidi Jabbour	sidi-jabbour	MA		0	Africa/Casablanca	35.44577	-5.14677				01	571		
10847832	Imakhkhoutene	imakhkhoutene	MA		0	Africa/Casablanca	35.44531	-5.15478				01	571		
10847833	Boukhnayes	boukhnayes	MA		0	Africa/Casablanca	35.44802	-5.15667				01	571		
10847835	Ikarteouene	ikarteouene	MA		0	Africa/Casablanca	35.44228	-5.18495				01	571		
10847836	Idaydayene	idaydayene	MA		0	Africa/Casablanca	35.4474	-5.18093				01	571		
10847848	Ikardida	ikardida	MA		0	Africa/Casablanca	35.45399	-5.19275				01	571		
10847849	Khabyet Ikardida	khabyet-ikardida	MA		0	Africa/Casablanca	35.45761	-5.18439				01	571		
10847851	Aychoune	aychoune	MA		0	Africa/Casablanca	35.44107	-5.23173				01	571		
10847852	Dar Lharoune	dar-lharoune	MA		0	Africa/Casablanca	35.45369	-5.24187				01	571		
10847853	Imouatnene	imouatnene	MA		0	Africa/Casablanca	35.46414	-5.23902				01	571		
10847854	Sidi Ben Ali	sidi-ben-ali	MA		0	Africa/Casablanca	35.46242	-5.23081				01	571		
10847855	Chouikhene	chouikhene	MA		0	Africa/Casablanca	35.45828	-5.22634				01	571		
10847857	Chouitene	chouitene	MA		0	Africa/Casablanca	35.45125	-5.22664				01	571		
10847858	Guendouz	guendouz	MA		0	Africa/Casablanca	35.43257	-5.22986				01	571		
10847859	Ihayyounene	ihayyounene	MA		0	Africa/Casablanca	35.43529	-5.22381				01	571		
10847865	Laazib	laazib	MA		0	Africa/Casablanca	35.41781	-5.24415				01	571		
10847867	Yafqene	yafqene	MA		0	Africa/Casablanca	35.41582	-5.21557				01	571		
10847868	Tazzouz	tazzouz	MA		0	Africa/Casablanca	35.41131	-5.21139				01	571		
10847869	Yadrene	yadrene	MA		0	Africa/Casablanca	35.41636	-5.20985				01	571		
10847874	Lhamma	lhamma	MA		0	Africa/Casablanca	35.41646	-5.18181				01	571		
10847876	Sidi Nour Dine Touhgani	sidi-nour-dine-touhgani	MA		0	Africa/Casablanca	35.42209	-5.18713				01	571		
10847877	Mhihene	mhihene	MA		0	Africa/Casablanca	35.42378	-5.18515				01	571		
10847883	Dar Berqiya	dar-berqiya	MA		0	Africa/Casablanca	35.43481	-5.1845				01	571		
10847893	Lmarghla	lmarghla	MA		0	Africa/Casablanca	35.42857	-5.14354				01	571		
10847896	Azib Tassiff	azib-tassiff	MA		0	Africa/Casablanca	35.4096	-5.13832				01	571		
10847897	Amzaghlou	amzaghlou	MA		0	Africa/Casablanca	35.41445	-5.13057				01	571		
10847898	Doukkar	doukkar	MA		0	Africa/Casablanca	35.42382	-5.12656				01	571		
10847899	Aouechtame Soufla	aouechtame-soufla	MA		0	Africa/Casablanca	35.42111	-5.13201				01	571		
10847902	Areg	areg	MA		0	Africa/Casablanca	35.43111	-5.12576				01	571		
10847903	Tamyal	tamyal	MA		0	Africa/Casablanca	35.4326	-5.13265				01	571		
10847905	Maya	maya	MA		0	Africa/Casablanca	35.40147	-5.12355				01	151		
10847908	Laqlia	laqlia	MA		0	Africa/Casablanca	35.40257	-5.15189				01	571		
10847909	Khabbaz	khabbaz	MA		0	Africa/Casablanca	35.39475	-5.13766				01	151		
10847911	Taliouene	taliouene	MA		0	Africa/Casablanca	35.3833	-5.12946				01	151		
10847925	Tougganat	tougganat	MA		0	Africa/Casablanca	35.40971	-5.17677				01	571		
10847927	Hjar Aghous	hjar-aghous	MA		0	Africa/Casablanca	35.3938	-5.15339				01	571		
10847928	Aroua	aroua	MA		0	Africa/Casablanca	35.40436	-5.14299				01	571		
10847929	Iblaouene	iblaouene	MA		0	Africa/Casablanca	35.38118	-5.15642				01	571		
10847930	Amalon	amalon	MA		0	Africa/Casablanca	35.4093	-5.23317				01	571		
10847932	Mazouad	mazouad	MA		0	Africa/Casablanca	35.40731	-5.22438				01	571		
10847933	Iqillan	iqillan	MA		0	Africa/Casablanca	35.40907	-5.21768				01	571		
10847936	Aytel	aytel	MA		0	Africa/Casablanca	35.40131	-5.23922				01	571		
10847947	Kaf Bouknadel	kaf-bouknadel	MA		0	Africa/Casablanca	35.38179	-5.2086				01	571		
10847948	Tougnatine	tougnatine	MA		0	Africa/Casablanca	35.38539	-5.23859				01	571		
10847949	Laqjabla	laqjabla	MA		0	Africa/Casablanca	35.39696	-5.19362				01	571		
10847953	Qaa Laaqba	qaa-laaqba	MA		0	Africa/Casablanca	35.39357	-5.22598				01	571		
10847964	Tarsselt	tarsselt	MA		0	Africa/Casablanca	35.38057	-5.15435				01	571		
10848389	Ait Ali Ou Boubker	ait-ali-ou-boubker	MA		0	Africa/Casablanca	33.8387	-5.09099				03	451		
10848400	Douar Tazdayl	douar-tazdayl	MA		0	Africa/Casablanca	33.81288	-5.11946				03	171		
10848409	Douar Lemghassile	douar-lemghassile	MA		0	Africa/Casablanca	33.75323	-5.1227				03	451		
10848411	Ait Youssef Ou Hammou Laari	ait-youssef-ou-hammou-laari	MA		0	Africa/Casablanca	33.75616	-5.06585				03	451		
10848415	Ait Hammou Yadir	ait-hammou-yadir	MA		0	Africa/Casablanca	33.76203	-5.04183				03	451		
10848418	Douar Bou Said	douar-bou-said	MA		0	Africa/Casablanca	33.78347	-5.07252				03	451		
10848419	Douar Ait Tarja	douar-ait-tarja	MA		0	Africa/Casablanca	33.7811	-5.0743				03	451		
10848421	Dar Makinet Doum	dar-makinet-doum	MA		0	Africa/Casablanca	33.78613	-5.0455				03	451		
10848422	Makinet Doum	makinet-doum	MA		0	Africa/Casablanca	33.78741	-5.04275				03	451		
10848423	Timagrad	timagrad	MA		0	Africa/Casablanca	33.79123	-5.04709				03	451		
10848425	Haoud Lmakhzen	haoud-lmakhzen	MA		0	Africa/Casablanca	33.79115	-5.07246				03	451		
10848431	Darnofraj	darnofraj	MA		0	Africa/Casablanca	33.84948	-5.08264				03	451		
10848434	Ait Haqqi	ait-haqqi	MA		0	Africa/Casablanca	33.85987	-5.05468				03	451		
10848435	Ben Saddou	ben-saddou	MA		0	Africa/Casablanca	33.8569	-5.06447				03	451		
10848437	Ait Boumarhoune	ait-boumarhoune	MA		0	Africa/Casablanca	33.86299	-5.08865				03	451		
10848439	Ayloussane Ou Ali	ayloussane-ou-ali	MA		0	Africa/Casablanca	33.87083	-5.04258				03	451		
10848440	Ait Hameni	ait-hameni	MA		0	Africa/Casablanca	33.87062	-5.01655				03	451		
10848447	Ait Loussane Amoud	ait-loussane-amoud	MA		0	Africa/Casablanca	33.8418	-5.00567				03	451		
10848448	Ait Anzart	ait-anzart	MA		0	Africa/Casablanca	33.84125	-5.01297				03	451		
10848450	Ait Amar Oukkou	ait-amar-oukkou	MA		0	Africa/Casablanca	33.83238	-5.01166				03	451		
10848452	Ait Mouha Ou Rahhou	ait-mouha-ou-rahhou	MA		0	Africa/Casablanca	33.82588	-5.01445				03	451		
10848454	Ait Ou Lahboub	ait-ou-lahboub	MA		0	Africa/Casablanca	33.81457	-5.02032				03	451		
10848455	Dar Ait Ou Ali	dar-ait-ou-ali	MA		0	Africa/Casablanca	33.81042	-5.00717				03	451		
10848458	Ait Ben Aqqa	ait-ben-aqqa	MA		0	Africa/Casablanca	33.80307	-5.03479				03	451		
10848459	Ait Ou Othmane	ait-ou-othmane	MA		0	Africa/Casablanca	33.80355	-5.02677				03	451		
10848460	Dar Afoudi	dar-afoudi	MA		0	Africa/Casablanca	33.80148	-5.01534				03	451		
10848462	Douar Ait Oued Fel	douar-ait-oued-fel	MA		0	Africa/Casablanca	33.7969	-5.00824				03	451		
10848468	Dar Bouhsayni	dar-bouhsayni	MA		0	Africa/Casablanca	33.79089	-5.02711				03	451		
10848469	Ihoufine	ihoufine	MA		0	Africa/Casablanca	33.78548	-5.03689				03	451		
10848470	My Ahmed	my-ahmed	MA		0	Africa/Casablanca	33.78575	-5.03196				03	451		
10848471	Ait Lahcen Ou Youssef	ait-lahcen-ou-youssef	MA		0	Africa/Casablanca	33.7794	-5.02878				03	451		
10848473	Ait Youssef Ou Hammou Louta	ait-youssef-ou-hammou-louta	MA		0	Africa/Casablanca	33.78206	-5.03348				03	451		
10848477	Domaine Lgoayda	domaine-lgoayda	MA		0	Africa/Casablanca	33.77609	-5.02703				03	451		
10848482	Domaine Ben Abdelah	domaine-ben-abdelah	MA		0	Africa/Casablanca	33.76052	-5.02882				03	451		
10848487	Douar Lkouf	douar-lkouf	MA		0	Africa/Casablanca	33.76896	-4.99803				03	451		
10848492	Dar Mekouar	dar-mekouar	MA		0	Africa/Casablanca	33.74985	-5.01177				03	451		
10848495	Martinaz Bitit	martinaz-bitit	MA		0	Africa/Casablanca	33.83801	-5.11491				03	171		
10848496	Douar Jorrou	douar-jorrou	MA		0	Africa/Casablanca	33.83719	-5.11087				03	171		
10861446	Oulad Miloud	oulad-miloud	MA		0	Africa/Casablanca	32.19237	-8.75322				07	585		
10867287	Akhlal	akhlal	MA		0	Africa/Casablanca	35.4081	-5.14705				01	571		
10867288	Ihalloubatene	ihalloubatene	MA		0	Africa/Casablanca	35.40821	-5.21504				01	571		
10867289	Chrouda Asoufla	chrouda-asoufla	MA		0	Africa/Casablanca	35.38305	-5.16699				01	571		
10867506	Douar Qman	douar-qman	MA		0	Africa/Casablanca	32.60819	-8.49775				06	467		
10867514	Douar Eddesya	douar-eddesya	MA		0	Africa/Casablanca	32.59626	-8.48748				06	467		
10867517	Douar Oulad El Khalfi	douar-oulad-el-khalfi	MA		0	Africa/Casablanca	32.58619	-8.49808				06	467		
10867521	Douar Chraaba	douar-chraaba	MA		0	Africa/Casablanca	32.57918	-8.46025				06	467		
10867523	Douar Saalam	douar-saalam	MA		0	Africa/Casablanca	32.5733	-8.49905				06	467		
10867526	Douar Oulad Slimane	douar-oulad-slimane	MA		0	Africa/Casablanca	32.57021	-8.47679				06	467		
10867529	Douar Grabza	douar-grabza	MA		0	Africa/Casablanca	32.56869	-8.46057				06	467		
10867541	Douar Mouarid	douar-mouarid	MA		0	Africa/Casablanca	32.55214	-8.48847				06	467		
10867545	Douar Oulad El Ayachi	douar-oulad-el-ayachi	MA		0	Africa/Casablanca	32.55007	-8.46698				06	467		
10867547	Douar Oulad Ben El Abbas	douar-oulad-ben-el-abbas	MA		0	Africa/Casablanca	32.54852	-8.47077				06	467		
10867550	Douar Caroliqa	douar-caroliqa	MA		0	Africa/Casablanca	32.54863	-8.49199				06	467		
10867560	Douar Oulad Boubker Gaddar	douar-oulad-boubker-gaddar	MA		0	Africa/Casablanca	32.52323	-8.49587				06	467		
10867569	Douar Cenaafa	douar-cenaafa	MA		0	Africa/Casablanca	32.499	-8.49833				06	467		
10867575	Douar Oulad Jarrar	douar-oulad-jarrar	MA		0	Africa/Casablanca	32.50107	-8.44049				06	467		
10867579	Douar Lemnism	douar-lemnism	MA		0	Africa/Casablanca	32.50651	-8.43021				06	467		
10867583	Douar Oulad Chaouia	douar-oulad-chaouia	MA		0	Africa/Casablanca	32.5088	-8.44296				06	467		
10867599	Azbane El Malik	azbane-el-malik	MA		0	Africa/Casablanca	32.55097	-8.43326				06	467		
10867604	Douar Coopérative El Ouerta	douar-cooperative-el-ouerta	MA		0	Africa/Casablanca	32.57024	-8.4181				06	467		
10867605	Douar Coopérative El Ouartiya	douar-cooperative-el-ouartiya	MA		0	Africa/Casablanca	32.57165	-8.42091				06	467		
10867609	Douar Coopérative El Massira	douar-cooperative-el-massira	MA		0	Africa/Casablanca	32.58307	-8.4408				06	467		
10867612	Douar Louta	douar-louta	MA		0	Africa/Casablanca	32.59136	-8.42751				06	467		
10867620	Douar Mzaouir Chaibat	douar-mzaouir-chaibat	MA		0	Africa/Casablanca	32.61	-8.46021				06	467		
10867624	Douar Laatamna	douar-laatamna	MA		0	Africa/Casablanca	32.61409	-8.45269				06	467		
10867627	Douar Oulad Tahaa	douar-oulad-tahaa	MA		0	Africa/Casablanca	32.62157	-8.44554				06	467		
10867628	Douar Leqoauna	douar-leqoauna	MA		0	Africa/Casablanca	32.60868	-8.46479				06	467		
10867630	Bouchman	bouchman	MA		0	Africa/Casablanca	32.61912	-8.47384				06	467		
10867631	Douar Lfayd	douar-lfayd	MA		0	Africa/Casablanca	32.61784	-8.43138				06	467		
10867637	Dar Bou Chrit	dar-bou-chrit	MA		0	Africa/Casablanca	32.62061	-8.40638				06	467		
10867638	Douar Oulad Nacer	douar-oulad-nacer	MA		0	Africa/Casablanca	32.62106	-8.39808				06	467		
10867641	Douar Oulad El Ayachi	douar-oulad-el-ayachi	MA		0	Africa/Casablanca	32.6039	-8.41952				06	467		
10867645	Douar Amara	douar-amara	MA		0	Africa/Casablanca	32.59554	-8.40119				06	467		
10867647	Douar Coopérative Chababiya	douar-cooperative-chababiya	MA		0	Africa/Casablanca	32.56335	-8.39773				06	467		
10867649	Douar Lemhircha	douar-lemhircha	MA		0	Africa/Casablanca	32.55267	-8.38166				06	467		
10867658	Douar Lemanadrane	douar-lemanadrane	MA		0	Africa/Casablanca	32.53408	-8.40309				06	467		
10867665	Douar Lekhdar	douar-lekhdar	MA		0	Africa/Casablanca	32.52765	-8.41569				06	467		
10867668	Douar Legouadi	douar-legouadi	MA		0	Africa/Casablanca	32.51907	-8.40565				06	467		
10867980	Oulad El Mani	oulad-el-mani	MA		0	Africa/Casablanca	32.2685	-8.06261				07	427		
10867679	Douar Azib Sidi El Ghdouji	douar-azib-sidi-el-ghdouji	MA		0	Africa/Casablanca	32.4994	-8.4046				06	467		
10867681	Douar Laamirat	douar-laamirat	MA		0	Africa/Casablanca	32.51006	-8.39443				06	467		
10867683	Douar Oulad Allou	douar-oulad-allou	MA		0	Africa/Casablanca	32.52466	-8.37722				06	467		
10867686	Douar Chmaimes	douar-chmaimes	MA		0	Africa/Casablanca	32.54411	-8.37205				06	467		
10867687	Douar Oulad Massoud	douar-oulad-massoud	MA		0	Africa/Casablanca	32.54009	-8.38885				06	467		
10867688	Moulay Driss	moulay-driss	MA		0	Africa/Casablanca	32.54505	-8.38121				06	467		
10867691	Douar Zbirat	douar-zbirat	MA		0	Africa/Casablanca	32.57287	-8.37696				06	467		
10867697	Douar Oulad El Faeji	douar-oulad-el-faeji	MA		0	Africa/Casablanca	32.59919	-8.37945				06	467		
10867700	Douar El Fersane	douar-el-fersane	MA		0	Africa/Casablanca	32.60519	-8.38327				06	467		
10867705	Douar Hamidat	douar-hamidat	MA		0	Africa/Casablanca	32.57601	-8.48528				06	467		
10867718	Douar Tolba	douar-tolba	MA		0	Africa/Casablanca	32.51374	-8.38255				06	467		
10867720	Centre El Haj Tahar	centre-el-haj-tahar	MA		0	Africa/Casablanca	32.62188	-8.44546				06	467		
10867721	Hay Essalam	hay-essalam	MA		0	Africa/Casablanca	32.62097	-8.70792				06	467		
10867722	Douar Sbabgha	douar-sbabgha	MA		0	Africa/Casablanca	32.61991	-8.71829				06	467		
10867723	Douar Lamnaqra Haddada	douar-lamnaqra-haddada	MA		0	Africa/Casablanca	32.61945	-8.72906				06	467		
10867724	Douar Lemnaqra Samat	douar-lemnaqra-samat	MA		0	Africa/Casablanca	32.61709	-8.7291				06	467		
10867729	Douar Laatamna	douar-laatamna	MA		0	Africa/Casablanca	32.61408	-8.71387				06	467		
10867737	Douar Oulad Ali	douar-oulad-ali	MA		0	Africa/Casablanca	32.58897	-8.7249				06	467		
10867738	Khiyam Lehroucha	khiyam-lehroucha	MA		0	Africa/Casablanca	32.59255	-8.72249				06	467		
10867749	Douar Oulad El Kasseh	douar-oulad-el-kasseh	MA		0	Africa/Casablanca	32.55986	-8.71333				06	467		
10867753	Douar Oulad Hbala	douar-oulad-hbala	MA		0	Africa/Casablanca	32.56446	-8.74676				06	467		
10867755	Khyam Abdessalam	khyam-abdessalam	MA		0	Africa/Casablanca	32.55563	-8.74798				06	467		
10867758	Douar Oulad El Ouaar	douar-oulad-el-ouaar	MA		0	Africa/Casablanca	32.5504	-8.72893				06	467		
10867759	Douar Oulad Boumat	douar-oulad-boumat	MA		0	Africa/Casablanca	32.54961	-8.72228				06	467		
10867761	Berrakat Tissi	berrakat-tissi	MA		0	Africa/Casablanca	32.54615	-8.72361				06	467		
10867770	Douar Azib Moulay Thami	douar-azib-moulay-thami	MA		0	Africa/Casablanca	32.52823	-8.71914				06	467		
10867774	Coopérative Lhagourhiya	cooperative-lhagourhiya	MA		0	Africa/Casablanca	32.52005	-8.74356				06	467		
10867783	Khyam Lehouaoura	khyam-lehouaoura	MA		0	Africa/Casablanca	32.51842	-8.70215				07	431		
10867785	Khyam Hmittat	khyam-hmittat	MA		0	Africa/Casablanca	32.52291	-8.69816				07	431		
10867789	Douar El Haj El Mekki	douar-el-haj-el-mekki	MA		0	Africa/Casablanca	32.53393	-8.70361				06	467		
10867791	Douar Lemraghba	douar-lemraghba	MA		0	Africa/Casablanca	32.54123	-8.66722				06	467		
10867793	Douar Ziyat	douar-ziyat	MA		0	Africa/Casablanca	32.54198	-8.68955				06	467		
10867796	Douar Azib Lbiyar	douar-azib-lbiyar	MA		0	Africa/Casablanca	32.54557	-8.66286				06	467		
10867800	Douar Lamrabih	douar-lamrabih	MA		0	Africa/Casablanca	32.55778	-8.69914				06	467		
10867802	Douar Oulad El Khayat	douar-oulad-el-khayat	MA		0	Africa/Casablanca	32.56	-8.66707				06	467		
10867805	Douar Oulad Hsine	douar-oulad-hsine	MA		0	Africa/Casablanca	32.56476	-8.6873				06	467		
10867809	Douar Oulad Ben Hniya	douar-oulad-ben-hniya	MA		0	Africa/Casablanca	32.57863	-8.67449				06	467		
10867810	Douar Oulad Ben Tahar	douar-oulad-ben-tahar	MA		0	Africa/Casablanca	32.58011	-8.68505				06	467		
10867822	Azib Oulad Jaaba	azib-oulad-jaaba	MA		0	Africa/Casablanca	32.60067	-8.67567				06	467		
10867824	Douar Bni Skoum	douar-bni-skoum	MA		0	Africa/Casablanca	32.60486	-8.66923				06	467		
10867828	Douar Dehichat	douar-dehichat	MA		0	Africa/Casablanca	32.61069	-8.70209				06	467		
10867829	Douar Mzioudat	douar-mzioudat	MA		0	Africa/Casablanca	32.61369	-8.69513				06	467		
10867830	Douar El Arouj	douar-el-arouj	MA		0	Africa/Casablanca	32.61157	-8.69172				06	467		
10867832	Douar El Ommal	douar-el-ommal	MA		0	Africa/Casablanca	32.61737	-8.64114				06	467		
10867858	Douar Oulad Fares	douar-oulad-fares	MA		0	Africa/Casablanca	32.5669	-8.6461				06	467		
10867860	Douar Oulad Sidi El Habib	douar-oulad-sidi-el-habib	MA		0	Africa/Casablanca	32.56118	-8.63542				06	467		
10867862	Douar Sidi Said	douar-sidi-said	MA		0	Africa/Casablanca	32.5571	-8.64567				06	467		
10867863	Douar Oulad Ben Hmich	douar-oulad-ben-hmich	MA		0	Africa/Casablanca	32.5589	-8.65572				06	467		
10867865	Douar Lkoudia	douar-lkoudia	MA		0	Africa/Casablanca	32.54646	-8.64353				06	467		
10867867	Douar Lefraana	douar-lefraana	MA		0	Africa/Casablanca	32.54205	-8.65726				06	467		
10867875	Douar Oulad Sidi Tahar	douar-oulad-sidi-tahar	MA		0	Africa/Casablanca	32.51068	-8.62735				06	467		
10867877	Douar Oulad Bouya Ali	douar-oulad-bouya-ali	MA		0	Africa/Casablanca	32.50459	-8.63597				06	467		
10867903	Douar Khyam Abdessalam Ben Bih	douar-khyam-abdessalam-ben-bih	MA		0	Africa/Casablanca	32.55503	-8.75021				06	467		
10867904	Dar El Haj Abdelkader	dar-el-haj-abdelkader	MA		0	Africa/Casablanca	32.55125	-8.74918				06	467		
10867921	Dehahna	dehahna	MA		0	Africa/Casablanca	32.33098	-8.1089				07	427		
10867927	Oulad Kabbour	oulad-kabbour	MA		0	Africa/Casablanca	32.31951	-8.12182				07	427		
10867936	Ben Ammida	ben-ammida	MA		0	Africa/Casablanca	32.30258	-8.08834				07	427		
10867945	Lghorraf	lghorraf	MA		0	Africa/Casablanca	32.28809	-8.08286				07	427		
10867947	Ayyad Ben Lahsen	ayyad-ben-lahsen	MA		0	Africa/Casablanca	32.29317	-8.09785				07	427		
10867950	Dehumcha	dehumcha	MA		0	Africa/Casablanca	32.29389	-8.11857				07	427		
10867956	Chdayda	chdayda	MA		0	Africa/Casablanca	32.27379	-8.10761				07	427		
10867976	Oulad Ehuumi	oulad-ehuumi	MA		0	Africa/Casablanca	32.25761	-8.06012				07	427		
10867977	Caid Rassou	caid-rassou	MA		0	Africa/Casablanca	32.25492	-8.06884				07	427		
10867988	Abbou Touil	abbou-touil	MA		0	Africa/Casablanca	32.28644	-8.05087				07	427		
10867996	Azib El Faqir	azib-el-faqir	MA		0	Africa/Casablanca	32.32742	-8.05873				07	427		
10867998	Azib Mesbah	azib-mesbah	MA		0	Africa/Casablanca	32.33065	-8.05229				07	427		
10868014	Oulad Hassoune	oulad-hassoune	MA		0	Africa/Casablanca	32.35944	-8.05467				07	427		
10868026	Ould Fddoukkat	ould-fddoukkat	MA		0	Africa/Casablanca	32.36803	-8.00622				07	427		
10868030	Oulad Khalifa	oulad-khalifa	MA		0	Africa/Casablanca	32.36089	-8.03525				07	427		
10868036	Oulad El Maadi Ben Jilali	oulad-el-maadi-ben-jilali	MA		0	Africa/Casablanca	32.36162	-8.01291				07	427		
10868040	Oulad Abdessalam	oulad-abdessalam	MA		0	Africa/Casablanca	32.35813	-8.01772				07	427		
10868041	Oulad Brikiyya	oulad-brikiyya	MA		0	Africa/Casablanca	32.35043	-8.01684				07	427		
10868066	Abbas Ben Moussa	abbas-ben-moussa	MA		0	Africa/Casablanca	32.30224	-8.02491				07	427		
10868086	Leghzzoura	leghzzoura	MA		0	Africa/Casablanca	32.25073	-8.00468				07	427		
10868089	Lekrikir	lekrikir	MA		0	Africa/Casablanca	32.2497	-8.03318				07	427		
10868090	El Koudia Esseghira	el-koudia-esseghira	MA		0	Africa/Casablanca	32.26355	-8.01763				07	427		
10868092	Errammala	errammala	MA		0	Africa/Casablanca	32.35971	-8.11619				07	427		
10868095	Leqlian	leqlian	MA		0	Africa/Casablanca	32.25708	-8.06553				07	427		
10868097	Douar El Azzaba	douar-el-azzaba	MA		0	Africa/Casablanca	32.3249	-8.12424				07	427		
10868106	Douar Jribaat	douar-jribaat	MA		0	Africa/Casablanca	32.26529	-8.26256				07	427		
10868108	Dar Omar Cheikh	dar-omar-cheikh	MA		0	Africa/Casablanca	32.25836	-8.26284				07	427		
10868110	Douar Eddadsi	douar-eddadsi	MA		0	Africa/Casablanca	32.27127	-8.36335				07	427		
10868119	Douar Lebbitat	douar-lebbitat	MA		0	Africa/Casablanca	32.30293	-8.34822				07	427		
10868121	Douar El Ghaba	douar-el-ghaba	MA		0	Africa/Casablanca	32.26125	-8.342				07	427		
10868128	Douar Mqichrat II	douar-mqichrat-ii	MA		0	Africa/Casablanca	32.32778	-8.31935				07	427		
10868133	Douar Ahi Aboulla	douar-ahi-aboulla	MA		0	Africa/Casablanca	32.34768	-8.31023				07	427		
10868136	Douar Lebaalla	douar-lebaalla	MA		0	Africa/Casablanca	32.36452	-8.36325				07	427		
10868144	Douar Ait Lemaalmine	douar-ait-lemaalmine	MA		0	Africa/Casablanca	32.3636	-8.30845				07	427		
10868148	Douar Ait Yassine Lemaalmine	douar-ait-yassine-lemaalmine	MA		0	Africa/Casablanca	32.3725	-8.30029				07	427		
10868150	Dar Kalami	dar-kalami	MA		0	Africa/Casablanca	32.36317	-8.28225				07	427		
10868154	Dar El Haj Tibari	dar-el-haj-tibari	MA		0	Africa/Casablanca	32.36167	-8.24991				07	427		
10868159	Douar Ahl Lahsen	douar-ahl-lahsen	MA		0	Africa/Casablanca	32.359	-8.28118				07	427		
10868160	Dar Ould El Hafid	dar-ould-el-hafid	MA		0	Africa/Casablanca	32.35666	-8.28847				07	427		
10868161	Dar Ould Aicha	dar-ould-aicha	MA		0	Africa/Casablanca	32.35177	-8.28658				07	427		
10868173	Douar Chilih	douar-chilih	MA		0	Africa/Casablanca	32.35448	-8.3684				07	427		
10868198	Douar Gzoula El Ghaba	douar-gzoula-el-ghaba	MA		0	Africa/Casablanca	32.32812	-8.27011				07	427		
10868200	Douar Lekhtakhta	douar-lekhtakhta	MA		0	Africa/Casablanca	32.33866	-8.29611				07	427		
10868204	Douar Nzalat Hmiri	douar-nzalat-hmiri	MA		0	Africa/Casablanca	32.33949	-8.34412				07	427		
10868207	Douar El Haj Ahmed	douar-el-haj-ahmed	MA		0	Africa/Casablanca	32.33673	-8.35202				07	427		
10868218	Douar Gzouia Hrayma	douar-gzouia-hrayma	MA		0	Africa/Casablanca	32.32298	-8.28356				07	427		
10868225	Douar Oulad Chantouf	douar-oulad-chantouf	MA		0	Africa/Casablanca	32.31016	-8.28866				07	427		
10868233	Douar Oulad El Arbiya	douar-oulad-el-arbiya	MA		0	Africa/Casablanca	32.31157	-8.35869				07	427		
10868239	Lalla Mahdara	lalla-mahdara	MA		0	Africa/Casablanca	32.30694	-8.34093				07	427		
10868241	Douar Azib Sidi Hammou	douar-azib-sidi-hammou	MA		0	Africa/Casablanca	32.30034	-8.32095				07	427		
10868246	Douar Oulad Lhamri	douar-oulad-lhamri	MA		0	Africa/Casablanca	32.30328	-8.27276				07	427		
10868253	Dar Lfaqir Abbas	dar-lfaqir-abbas	MA		0	Africa/Casablanca	32.29198	-8.27039				07	427		
10868254	Dar Lafqir Abdessalam	dar-lafqir-abdessalam	MA		0	Africa/Casablanca	32.28837	-8.2772				07	427		
10868255	Douar Allal Bukat	douar-allal-bukat	MA		0	Africa/Casablanca	32.29084	-8.28943				07	427		
10868271	Douar Oulad Abid Lkaf	douar-oulad-abid-lkaf	MA		0	Africa/Casablanca	32.28467	-8.36176				07	427		
10868275	Douar Srighnat	douar-srighnat	MA		0	Africa/Casablanca	32.27633	-8.34764				07	427		
10868278	Nikoula El Karia	nikoula-el-karia	MA		0	Africa/Casablanca	32.27516	-8.31402				07	427		
10868280	Khyam Doukkala	khyam-doukkala	MA		0	Africa/Casablanca	32.28567	-8.29672				07	427		
10868284	Douar Nouidrat	douar-nouidrat	MA		0	Africa/Casablanca	32.27814	-8.2911				07	427		
10868293	Douar Ahi Lemqaddem Lebbitat	douar-ahi-lemqaddem-lebbitat	MA		0	Africa/Casablanca	32.27163	-8.251				07	427		
10868295	Douar Gdala	douar-gdala	MA		0	Africa/Casablanca	32.26993	-8.27715				07	427		
10868299	Douar Rguibat El Oued	douar-rguibat-el-oued	MA		0	Africa/Casablanca	32.26718	-8.31535				07	427		
10868300	Douar Tadla Oulad Jaaouaq	douar-tadla-oulad-jaaouaq	MA		0	Africa/Casablanca	32.26838	-8.30121				07	427		
10868301	Douar Lemaalmine El Oued	douar-lemaalmine-el-oued	MA		0	Africa/Casablanca	32.27248	-8.33163				07	427		
10868302	Khyam Amer Ould Sellami	khyam-amer-ould-sellami	MA		0	Africa/Casablanca	32.26963	-8.33215				07	427		
10868304	Douar Laalya	douar-laalya	MA		0	Africa/Casablanca	32.26313	-8.35571				07	427		
10868311	Dar Touama	dar-touama	MA		0	Africa/Casablanca	32.25671	-8.26788				07	427		
10868316	Dar El Haj Ahmed	dar-el-haj-ahmed	MA		0	Africa/Casablanca	32.25814	-8.25389				07	427		
10868334	Douar Ait Bou Lahsen	douar-ait-bou-lahsen	MA		0	Africa/Casablanca	32.37175	-9.24247				07	431		
10868337	Douar Lehrabla	douar-lehrabla	MA		0	Africa/Casablanca	32.37205	-9.22779				07	431		
10868341	Douar Tidli	douar-tidli	MA		0	Africa/Casablanca	32.35458	-9.23906				07	431		
10868345	Douar Bou Rsas	douar-bou-rsas	MA		0	Africa/Casablanca	32.3428	-9.24238				07	431		
10868346	Douar Laadir	douar-laadir	MA		0	Africa/Casablanca	32.34146	-9.22509				07	431		
10868347	Douar Rouaouna	douar-rouaouna	MA		0	Africa/Casablanca	32.33888	-9.22181				07	431		
10868349	Douar Rmel	douar-rmel	MA		0	Africa/Casablanca	32.33542	-9.22175				07	431		
10868350	Douar Bou Rsas	douar-bou-rsas	MA		0	Africa/Casablanca	32.33541	-9.23341				07	431		
10868351	Douar Takhorbine	douar-takhorbine	MA		0	Africa/Casablanca	32.324	-9.2491				07	431		
10868352	Derb Leinghaouir	derb-leinghaouir	MA		0	Africa/Casablanca	32.32438	-9.24433				07	431		
10868353	Hay Sidi Abdelkarim	hay-sidi-abdelkarim	MA		0	Africa/Casablanca	32.31989	-9.23681				07	431		
10868354	Derb Qaouas	derb-qaouas	MA		0	Africa/Casablanca	32.32062	-9.24414				07	431		
10868375	Hay Saadla	hay-saadla	MA		0	Africa/Casablanca	32.28046	-9.23168				07	431		
10868376	Saniat Jamra	saniat-jamra	MA		0	Africa/Casablanca	32.27603	-9.24309				07	431		
10868378	Hay Ezzohour	hay-ezzohour	MA		0	Africa/Casablanca	32.2691	-9.23925				07	431		
10868381	Kalaat Irifat	kalaat-irifat	MA		0	Africa/Casablanca	32.28045	-9.21774				07	431		
10868382	Azib Lihoudi	azib-lihoudi	MA		0	Africa/Casablanca	32.27609	-9.22399				07	431		
10868383	Azib Farji	azib-farji	MA		0	Africa/Casablanca	32.26733	-9.22549				07	431		
10868384	Dar Dmana	dar-dmana	MA		0	Africa/Casablanca	32.26403	-9.24031				07	431		
10868385	Hay Sidi Ouassel	hay-sidi-ouassel	MA		0	Africa/Casablanca	32.26411	-9.24718				07	431		
10868387	Douar Driouchat	douar-driouchat	MA		0	Africa/Casablanca	32.25299	-9.23035				07	431		
10868388	Douar Laourarda	douar-laourarda	MA		0	Africa/Casablanca	32.25587	-9.22379				07	431		
10868393	Oued Rabeh	oued-rabeh	MA		0	Africa/Casablanca	32.27519	-9.21441				07	431		
10868396	Douar Ben El Ayachi	douar-ben-el-ayachi	MA		0	Africa/Casablanca	32.291	-9.20291				07	431		
10868398	Lofissement El Qads	lofissement-el-qads	MA		0	Africa/Casablanca	32.29727	-9.20888				07	431		
10868401	Derb Mouiay El Hassan	derb-mouiay-el-hassan	MA		0	Africa/Casablanca	32.30588	-9.22927				07	431		
10868404	Douar Takabrout	douar-takabrout	MA		0	Africa/Casablanca	32.32692	-9.20944				07	431		
10868409	Azib El Haj Lahsen	azib-el-haj-lahsen	MA		0	Africa/Casablanca	32.36693	-9.21374				07	431		
10868415	Douar El Koudra	douar-el-koudra	MA		0	Africa/Casablanca	32.35205	-9.18144				07	431		
10868416	Douar Nmirat	douar-nmirat	MA		0	Africa/Casablanca	32.35052	-9.17792				07	431		
10868417	Douar Oulad Bih	douar-oulad-bih	MA		0	Africa/Casablanca	32.34945	-9.18247				07	431		
10868424	Douar Lamlalaka	douar-lamlalaka	MA		0	Africa/Casablanca	32.33506	-9.19326				07	431		
10868427	Azib Echorfa	azib-echorfa	MA		0	Africa/Casablanca	32.3144	-9.19669				07	431		
10868428	Lototissement El Mussira El Hassania	lototissement-el-mussira-el-hassania	MA		0	Africa/Casablanca	32.31408	-9.20527				07	431		
10868429	Azib Echaqouri	azib-echaqouri	MA		0	Africa/Casablanca	32.30846	-9.20065				07	431		
10868430	Douar Ben El Alya	douar-ben-el-alya	MA		0	Africa/Casablanca	32.30701	-9.19814				07	431		
10868431	Kariat Echams El Oulia	kariat-echams-el-oulia	MA		0	Africa/Casablanca	32.28635	-9.20148				07	431		
10868433	Douar Jnane Lahbal	douar-jnane-lahbal	MA		0	Africa/Casablanca	32.28215	-9.19384				07	431		
10868434	Douar Dar Ben Arbiya	douar-dar-ben-arbiya	MA		0	Africa/Casablanca	32.28386	-9.18154				07	431		
10868437	Douar Oulad El Asri	douar-oulad-el-asri	MA		0	Africa/Casablanca	32.27388	-9.18365				07	431		
10868443	Douar Rhayouat	douar-rhayouat	MA		0	Africa/Casablanca	32.26241	-9.18293				07	431		
10868445	Douar Oum Hani	douar-oum-hani	MA		0	Africa/Casablanca	32.2541	-9.192				07	431		
10868448	Lalla Fatna	lalla-fatna	MA		0	Africa/Casablanca	32.25183	-9.1854				07	431		
10868449	Douar Lahnabla	douar-lahnabla	MA		0	Africa/Casablanca	32.2521	-9.19699				07	431		
10868450	Douar Lahmidiya	douar-lahmidiya	MA		0	Africa/Casablanca	32.25224	-9.16788				07	431		
10868453	Douar Jghadat	douar-jghadat	MA		0	Africa/Casablanca	32.25629	-9.14854				07	431		
10868457	Oulad Allal El Karef	oulad-allal-el-karef	MA		0	Africa/Casablanca	32.26329	-9.15929				07	431		
10868465	Douar Oulad Bahnini	douar-oulad-bahnini	MA		0	Africa/Casablanca	32.27695	-9.14817				07	431		
10868466	Douar Mziynbiya	douar-mziynbiya	MA		0	Africa/Casablanca	32.27761	-9.15879				07	431		
10868469	Azib Laabidiya	azib-laabidiya	MA		0	Africa/Casablanca	32.28098	-9.1642				07	431		
10868472	Douar Rouaguch	douar-rouaguch	MA		0	Africa/Casablanca	32.29242	-9.17163				07	431		
10868474	Douar Zghaghra	douar-zghaghra	MA		0	Africa/Casablanca	32.30084	-9.16999				07	431		
10868479	Sidi Abderrahmane	sidi-abderrahmane	MA		0	Africa/Casablanca	32.31844	-9.18645				07	431		
10868485	Douar Oulad Lemaachi	douar-oulad-lemaachi	MA		0	Africa/Casablanca	32.33129	-9.1687				07	431		
10868488	Douar Nouayel	douar-nouayel	MA		0	Africa/Casablanca	32.34774	-9.17775				07	431		
10868489	Douar Gharraba	douar-gharraba	MA		0	Africa/Casablanca	32.34527	-9.18635				07	431		
10868496	Douar Lahroucha	douar-lahroucha	MA		0	Africa/Casablanca	32.36423	-9.16224				07	431		
10868499	Douar Zraoula	douar-zraoula	MA		0	Africa/Casablanca	32.35922	-9.16081				07	431		
10868508	Douar Oulad El Hay Mohamed	douar-oulad-el-hay-mohamed	MA		0	Africa/Casablanca	32.33369	-9.16109				07	431		
10868513	Douar Oulad Khaybaa	douar-oulad-khaybaa	MA		0	Africa/Casablanca	32.31737	-9.14805				07	431		
10868514	Douar Mrahat	douar-mrahat	MA		0	Africa/Casablanca	32.30697	-9.15524				07	431		
10868518	Douar Oulad Leniqaddem	douar-oulad-leniqaddem	MA		0	Africa/Casablanca	32.29786	-9.15479				07	431		
10868519	Sidi Qadi Haja	sidi-qadi-haja	MA		0	Africa/Casablanca	32.28551	-9.14973				07	431		
10868520	Douar Oulad Tahla	douar-oulad-tahla	MA		0	Africa/Casablanca	32.28386	-9.15129				07	431		
10868521	Douar Jabbari	douar-jabbari	MA		0	Africa/Casablanca	32.27959	-9.15628				07	431		
10868523	Douar Oulad Hmida	douar-oulad-hmida	MA		0	Africa/Casablanca	32.28116	-9.15314				07	431		
10868524	Oulad Ghziyel	oulad-ghziyel	MA		0	Africa/Casablanca	32.26749	-9.15247		Oulad Ghziyel		07	431		
10868525	Douar El Ouidane	douar-el-ouidane	MA		0	Africa/Casablanca	32.25276	-9.13035				07	431		
10868527	Douar Oulad Lahbib	douar-oulad-lahbib	MA		0	Africa/Casablanca	32.25721	-9.13045				07	431		
10868529	Douar Oulad Schimi	douar-oulad-schimi	MA		0	Africa/Casablanca	32.25973	-9.13234				07	431		
10868531	Douar Lagtob	douar-lagtob	MA		0	Africa/Casablanca	32.26498	-9.13081				07	431		
10868533	Douar Lagrarta	douar-lagrarta	MA		0	Africa/Casablanca	32.26915	-9.12727				07	431		
10868534	Douar Zririaa	douar-zririaa	MA		0	Africa/Casablanca	32.27048	-9.12857				07	431		
10868537	Douar Lakouach	douar-lakouach	MA		0	Africa/Casablanca	32.27286	-9.13808				07	431		
10868538	Douar Nounychtat	douar-nounychtat	MA		0	Africa/Casablanca	32.27565	-9.13155				07	431		
10868541	Douar Laatarcha	douar-laatarcha	MA		0	Africa/Casablanca	32.28155	-9.13433				07	431		
10868544	Douar Bou Maayez	douar-bou-maayez	MA		0	Africa/Casablanca	32.28704	-9.14068				07	431		
10868545	Douar Ben El Caid	douar-ben-el-caid	MA		0	Africa/Casablanca	32.28802	-9.1359				07	431		
10868547	Douar Dhimmat	douar-dhimmat	MA		0	Africa/Casablanca	32.29186	-9.13287				07	431		
10868548	Douar Zouirat	douar-zouirat	MA		0	Africa/Casablanca	32.29788	-9.13171				07	431		
10868549	Douar Laabadla	douar-laabadla	MA		0	Africa/Casablanca	32.29772	-9.14017				07	431		
10868550	Douar Laabadla	douar-laabadla	MA		0	Africa/Casablanca	32.29948	-9.12972				07	431		
10868557	Oulad Azzouz Ben Abdellah	oulad-azzouz-ben-abdellah	MA		0	Africa/Casablanca	32.32137	-9.14006				07	431		
10868566	Douar Sraghna	douar-sraghna	MA		0	Africa/Casablanca	32.34933	-9.1317				07	431		
10868569	Douar Oulad Ben El Mekki	douar-oulad-ben-el-mekki	MA		0	Africa/Casablanca	32.35333	-9.13047				07	431		
10868570	Barakat	barakat	MA		0	Africa/Casablanca	32.35634	-9.12384				07	431		
10868571	Douar Bziouat	douar-bziouat	MA		0	Africa/Casablanca	32.3583	-9.13079				07	431		
10868574	Douar Oulad Hammadj	douar-oulad-hammadj	MA		0	Africa/Casablanca	32.36874	-9.13255				07	431		
10868579	Biyada	biyada	MA		0	Africa/Casablanca	32.30443	-9.2379				07	431		
10868582	Laghrifat	laghrifat	MA		0	Africa/Casablanca	32.25491	-9.24746				07	431		
10868583	Douar Ben Sarra	douar-ben-sarra	MA		0	Africa/Casablanca	32.25919	-9.21655				07	431		
10868585	Douar Abbas	douar-abbas	MA		0	Africa/Casablanca	32.24719	-9.24216				07	431		
10868587	Douar Lghafrat	douar-lghafrat	MA		0	Africa/Casablanca	32.24612	-9.23106				07	431		
10868588	Douar Balla	douar-balla	MA		0	Africa/Casablanca	32.24183	-9.23424				07	431		
10868589	Douar Qayjouti	douar-qayjouti	MA		0	Africa/Casablanca	32.24367	-9.24126				07	431		
10868590	Douar Driouchat	douar-driouchat	MA		0	Africa/Casablanca	32.2423	-9.23975				07	431		
10868591	Douar Souk Ame	douar-souk-ame	MA		0	Africa/Casablanca	32.24312	-9.24394				07	431		
10868592	Douar Laaraybat	douar-laaraybat	MA		0	Africa/Casablanca	32.23971	-9.24282				07	431		
10868594	Douar Lemransa	douar-lemransa	MA		0	Africa/Casablanca	32.23875	-9.23482				07	431		
10868600	Douar Oulad Amara	douar-oulad-amara	MA		0	Africa/Casablanca	32.24619	-9.21572				07	431		
10868602	Douar Lebbayzat	douar-lebbayzat	MA		0	Africa/Casablanca	32.22695	-9.21765				07	431		
10868604	Douar Oulad El Haj Abderrahmane	douar-oulad-el-haj-abderrahmane	MA		0	Africa/Casablanca	32.23042	-9.22852				07	431		
10868608	Lborrat	lborrat	MA		0	Africa/Casablanca	32.23043	-9.24042				07	431		
10868613	Douar Essaheb	douar-essaheb	MA		0	Africa/Casablanca	32.22673	-9.20405				07	431		
10868614	Douar Oulad S. Allah	douar-oulad-s-allah	MA		0	Africa/Casablanca	32.22219	-9.20617				07	431		
10868623	Douar Ait Baamrane	douar-ait-baamrane	MA		0	Africa/Casablanca	32.21354	-9.23059				07	431		
10868624	Douar Eddegadga	douar-eddegadga	MA		0	Africa/Casablanca	32.2147	-9.22122				07	431		
10868625	Douar Lebhirat	douar-lebhirat	MA		0	Africa/Casablanca	32.21239	-9.21454				07	431		
10868626	Douar Lahmamda	douar-lahmamda	MA		0	Africa/Casablanca	32.2147	-9.21008				07	431		
10868628	Douar Ryayda	douar-ryayda	MA		0	Africa/Casablanca	32.2103	-9.22091				07	431		
10868640	Douar Oulad Lemqaddem	douar-oulad-lemqaddem	MA		0	Africa/Casablanca	32.19647	-9.2322				07	431		
10868642	Rbaat Lmohandiz	rbaat-lmohandiz	MA		0	Africa/Casablanca	32.19363	-9.23533				07	431		
10868643	Douar Khalfallah	douar-khalfallah	MA		0	Africa/Casablanca	32.19743	-9.23615				07	431		
10868651	Douar Litama	douar-litama	MA		0	Africa/Casablanca	32.20513	-9.2395				07	431		
10868654	Douar Khalfallah	douar-khalfallah	MA		0	Africa/Casablanca	32.19031	-9.23746				07	431		
10868656	Douar Blaada	douar-blaada	MA		0	Africa/Casablanca	32.18497	-9.23169				07	431		
10868657	Douar Oulad Sidi Ohm	douar-oulad-sidi-ohm	MA		0	Africa/Casablanca	32.18457	-9.23445				07	431		
10868659	Mokhorara	mokhorara	MA		0	Africa/Casablanca	32.18158	-9.23418				07	431		
10868663	Douar Blaada	douar-blaada	MA		0	Africa/Casablanca	32.18053	-9.21849				07	431		
10868666	Douar Oulad Chaoui	douar-oulad-chaoui	MA		0	Africa/Casablanca	32.18888	-9.24126				07	431		
10868670	Douar Oulad Ali	douar-oulad-ali	MA		0	Africa/Casablanca	32.17981	-9.2481				07	431		
10868674	Douar Dkakla	douar-dkakla	MA		0	Africa/Casablanca	32.19077	-9.20769				07	431		
10868678	Douar Amar	douar-amar	MA		0	Africa/Casablanca	32.1744	-9.24602				07	431		
10868679	Douar Laababcha	douar-laababcha	MA		0	Africa/Casablanca	32.17556	-9.23673				07	431		
10868682	Douar Lemgharba	douar-lemgharba	MA		0	Africa/Casablanca	32.17735	-9.22197				07	431		
10868683	Douar Oulad Ben Allah	douar-oulad-ben-allah	MA		0	Africa/Casablanca	32.17816	-9.22128				07	431		
10868688	Douar Oulad Amira	douar-oulad-amira	MA		0	Africa/Casablanca	32.17034	-9.21203				07	431		
10868701	Douar Lemjamaa	douar-lemjamaa	MA		0	Africa/Casablanca	32.16334	-9.23394				07	431		
10868704	Douar Naimiyine	douar-naimiyine	MA		0	Africa/Casablanca	32.16118	-9.22034				07	431		
10868707	Douar Laabadat	douar-laabadat	MA		0	Africa/Casablanca	32.15887	-9.24677				07	431		
10868709	Douar Jbabra	douar-jbabra	MA		0	Africa/Casablanca	32.15224	-9.23977				07	431		
10868710	Douar Ryayfa	douar-ryayfa	MA		0	Africa/Casablanca	32.14883	-9.24651				07	431		
10868715	Douar Oulad El Hachmi	douar-oulad-el-hachmi	MA		0	Africa/Casablanca	32.15678	-9.21774				07	431		
10868716	Rbaat Allal	rbaat-allal	MA		0	Africa/Casablanca	32.15393	-9.21857				07	431		
10868718	Rbaat Said	rbaat-said	MA		0	Africa/Casablanca	32.15364	-9.22024				07	431		
10868720	Rbaat Sidi Ahmed	rbaat-sidi-ahmed	MA		0	Africa/Casablanca	32.15072	-9.22237				07	431		
10868724	Douar Ettouaal	douar-ettouaal	MA		0	Africa/Casablanca	32.14772	-9.21152				07	431		
10868725	Douar Bou Tritich	douar-bou-tritich	MA		0	Africa/Casablanca	32.14677	-9.2195				07	431		
10868727	Douar Rbaat Ben El Mahjoub	douar-rbaat-ben-el-mahjoub	MA		0	Africa/Casablanca	32.1437	-9.23917				07	431		
10868730	Douar Laazaouza	douar-laazaouza	MA		0	Africa/Casablanca	32.14225	-9.24598				07	431		
10868739	Douar Douiouat	douar-douiouat	MA		0	Africa/Casablanca	32.13951	-9.21454				07	431		
10868742	Douar Lounanssa	douar-lounanssa	MA		0	Africa/Casablanca	32.13044	-9.21849				07	431		
10868744	Douar Oulad Ben Daoud	douar-oulad-ben-daoud	MA		0	Africa/Casablanca	32.12695	-9.22261				07	431		
10868745	Douar Oulad Ben Tamou	douar-oulad-ben-tamou	MA		0	Africa/Casablanca	32.12664	-9.21321				07	431		
10868746	Douar Oulad Badra	douar-oulad-badra	MA		0	Africa/Casablanca	32.12837	-9.20465				07	431		
10868747	Douar Oulad Brik	douar-oulad-brik	MA		0	Africa/Casablanca	32.12539	-9.23591				07	431		
10868752	Douar Lemribaat	douar-lemribaat	MA		0	Africa/Casablanca	32.13206	-9.24529				07	431		
10868763	Douar Nanat	douar-nanat	MA		0	Africa/Casablanca	32.12862	-9.1874				07	431		
10868768	Douar Oulad Khadija	douar-oulad-khadija	MA		0	Africa/Casablanca	32.1342	-9.19922				07	431		
10868776	Douar Oulad Ben El Mekki	douar-oulad-ben-el-mekki	MA		0	Africa/Casablanca	32.14728	-9.1965				07	431		
10868778	Rbaat Ben Ghanem	rbaat-ben-ghanem	MA		0	Africa/Casablanca	32.14577	-9.17536				07	431		
10868781	Rbaat Sidi Ali	rbaat-sidi-ali	MA		0	Africa/Casablanca	32.15195	-9.17976				07	431		
10868789	Douar Tea	douar-tea	MA		0	Africa/Casablanca	32.16552	-9.19047				07	431		
10868794	Douar Laarabeha	douar-laarabeha	MA		0	Africa/Casablanca	32.16572	-9.17233				07	431		
10868795	Douar Lemsahel	douar-lemsahel	MA		0	Africa/Casablanca	32.16772	-9.17371				07	431		
10868800	Rbaat Aliga	rbaat-aliga	MA		0	Africa/Casablanca	32.17257	-9.17274				07	431		
10868803	Douar Leqdadra	douar-leqdadra	MA		0	Africa/Casablanca	32.18158	-9.17343				07	431		
10868808	Douar Ezzouaouat	douar-ezzouaouat	MA		0	Africa/Casablanca	32.18512	-9.20096				07	431		
10868811	Douar Ait Echyadmi	douar-ait-echyadmi	MA		0	Africa/Casablanca	32.17342	-9.19926				07	431		
10868812	Douar Oulad Riyad	douar-oulad-riyad	MA		0	Africa/Casablanca	32.17231	-9.20579				07	431		
10868821	Douar Ahl Eddrae	douar-ahl-eddrae	MA		0	Africa/Casablanca	32.19514	-9.20489				07	431		
10868826	Douar Lebbama	douar-lebbama	MA		0	Africa/Casablanca	32.19955	-9.17012				07	431		
10868832	Douar Legraouda	douar-legraouda	MA		0	Africa/Casablanca	32.2119	-9.19171				07	431		
10868836	Douar El Haj Abad	douar-el-haj-abad	MA		0	Africa/Casablanca	32.21036	-9.20156				07	431		
10868837	Douar Oulad Abdessalam	douar-oulad-abdessalam	MA		0	Africa/Casablanca	32.20945	-9.20473				07	431		
10868841	Douar Leffinat	douar-leffinat	MA		0	Africa/Casablanca	32.21642	-9.18839				07	431		
10868843	Rbaat Ben Njima	rbaat-ben-njima	MA		0	Africa/Casablanca	32.21831	-9.1899				07	431		
10868846	Douar Hdadja	douar-hdadja	MA		0	Africa/Casablanca	32.2263	-9.16546				07	431		
10868853	Douar Lekouanine	douar-lekouanine	MA		0	Africa/Casablanca	32.23762	-9.19011				07	431		
10868857	Douar Laazouzat	douar-laazouzat	MA		0	Africa/Casablanca	32.24038	-9.18689				07	431		
10868864	Douar Lamaouka	douar-lamaouka	MA		0	Africa/Casablanca	32.19004	-9.17128				07	431		
10868865	Douar Oulad Barar	douar-oulad-barar	MA		0	Africa/Casablanca	32.18746	-9.16892				07	431		
10868879	Douar Oulad Abdelkader	douar-oulad-abdelkader	MA		0	Africa/Casablanca	32.13773	-9.14558				07	431		
10868880	Douar Legmara	douar-legmara	MA		0	Africa/Casablanca	32.13927	-9.15287				07	431		
10868882	Douar El Kouchi	douar-el-kouchi	MA		0	Africa/Casablanca	32.14321	-9.13811				07	431		
10868885	Douar Oulad El Mahjoub	douar-oulad-el-mahjoub	MA		0	Africa/Casablanca	32.14481	-9.1462				07	431		
10868897	Rbaat Sidi Hajjoub	rbaat-sidi-hajjoub	MA		0	Africa/Casablanca	32.15304	-9.1571				07	431		
10868899	Douar Ben Omar	douar-ben-omar	MA		0	Africa/Casablanca	32.1572	-9.14553				07	431		
10868901	Douar Oulad El Haj Amara	douar-oulad-el-haj-amara	MA		0	Africa/Casablanca	32.16013	-9.14066				07	431		
10868903	Douar Hinar	douar-hinar	MA		0	Africa/Casablanca	32.16283	-9.1371				07	431		
10868908	Douar Ali Mohamed	douar-ali-mohamed	MA		0	Africa/Casablanca	32.16875	-9.13586				07	431		
10868909	Oulad Essoussi	oulad-essoussi	MA		0	Africa/Casablanca	32.17073	-9.13824				07	431		
10868919	Douar Oulad Chrif	douar-oulad-chrif	MA		0	Africa/Casablanca	32.1794	-9.15671				07	431		
10868925	Douar Rbaat Lamaallam	douar-rbaat-lamaallam	MA		0	Africa/Casablanca	32.18347	-9.14691				07	431		
10868928	Douar Oulad Ali El Hamri	douar-oulad-ali-el-hamri	MA		0	Africa/Casablanca	32.18897	-9.1533				07	431		
10868934	Douar Lebsilat	douar-lebsilat	MA		0	Africa/Casablanca	32.19305	-9.14056				07	431		
10868939	Rbaat Lkarma	rbaat-lkarma	MA		0	Africa/Casablanca	32.20031	-9.15575				07	431		
10868941	Douar Oulad Lahsen	douar-oulad-lahsen	MA		0	Africa/Casablanca	32.19828	-9.12476				07	431		
10868944	Douar Lebkhati	douar-lebkhati	MA		0	Africa/Casablanca	32.20457	-9.12605				07	431		
10868946	Douar Oulad Bachlil	douar-oulad-bachlil	MA		0	Africa/Casablanca	32.20442	-9.14407				07	431		
10868955	Khat Azakane	khat-azakane	MA		0	Africa/Casablanca	32.21818	-9.13695				07	431		
10868958	Douar Lhajrat	douar-lhajrat	MA		0	Africa/Casablanca	32.22067	-9.14607				07	431		
10868971	Douar Laaouaoucha	douar-laaouaoucha	MA		0	Africa/Casablanca	32.23724	-9.15414				07	431		
10868974	Douar Oulad Bel Aid	douar-oulad-bel-aid	MA		0	Africa/Casablanca	32.23971	-9.13				07	431		
10868982	Douar Aliouat	douar-aliouat	MA		0	Africa/Casablanca	32.17673	-9.18808				07	431		
10868983	Ebbamla	ebbamla	MA		0	Africa/Casablanca	32.17411	-9.18094				07	431		
10868994	Douar Ben Amara	douar-ben-amara	MA		0	Africa/Casablanca	32.1452	-9.15484				07	431		
10869001	Douar Lamaouka	douar-lamaouka	MA		0	Africa/Casablanca	32.19149	-9.17179				07	431		
10869002	Douar Ajandid	douar-ajandid	MA		0	Africa/Casablanca	31.12182	-9.7371				07	211		
10869003	Douar Tickhrichit	douar-tickhrichit	MA		0	Africa/Casablanca	31.11848	-9.71581				07	211		
10869004	Dar Sana	dar-sana	MA		0	Africa/Casablanca	31.11666	-9.73049				07	211		
10869005	Id Moulid	id-moulid	MA		0	Africa/Casablanca	31.11266	-9.71747				07	211		
10869006	Id Oujjigue	id-oujjigue	MA		0	Africa/Casablanca	31.11762	-9.70739				07	211		
10869007	Id Said	id-said	MA		0	Africa/Casablanca	31.12017	-9.71099				07	211		
10869008	Douar Ou Zekaman	douar-ou-zekaman	MA		0	Africa/Casablanca	31.11029	-9.72346				07	211		
10869010	Id El Hari	id-el-hari	MA		0	Africa/Casablanca	31.11006	-9.73781				07	211		
10869011	Id Bolud	id-bolud	MA		0	Africa/Casablanca	31.10646	-9.73273				07	211		
10869012	Id Ou Mghor	id-ou-mghor	MA		0	Africa/Casablanca	31.1069	-9.72848				07	211		
10869014	Douar Ijachene	douar-ijachene	MA		0	Africa/Casablanca	31.09999	-9.73322				07	211		
10869016	Douar Agidir	douar-agidir	MA		0	Africa/Casablanca	31.09746	-9.7235				07	211		
10869017	Tassila Ouzough	tassila-ouzough	MA		0	Africa/Casablanca	31.09542	-9.74448				07	211		
10869022	Douar Id Ali Ou Yahya	douar-id-ali-ou-yahya	MA		0	Africa/Casablanca	31.08157	-9.74644				07	211		
10869023	Douar Timarsit	douar-timarsit	MA		0	Africa/Casablanca	31.08326	-9.71919				07	211		
10869024	Dar Lqaehla	dar-lqaehla	MA		0	Africa/Casablanca	31.08897	-9.708				07	211		
10869025	Douar Id Ben Said	douar-id-ben-said	MA		0	Africa/Casablanca	31.07658	-9.74622				07	211		
10869028	Douar Ben Ayyid	douar-ben-ayyid	MA		0	Africa/Casablanca	31.06073	-9.7468				07	211		
10869029	Id Ou Khali	id-ou-khali	MA		0	Africa/Casablanca	31.05791	-9.7214				07	211		
10869031	Id Dayss	id-dayss	MA		0	Africa/Casablanca	31.05772	-9.70741				07	211		
10869032	Douar Akhnb	douar-akhnb	MA		0	Africa/Casablanca	31.05561	-9.71144				07	211		
10869034	Douar Izafatene	douar-izafatene	MA		0	Africa/Casablanca	31.051	-9.7149				07	211		
10869035	Douar Ifarkhas	douar-ifarkhas	MA		0	Africa/Casablanca	31.05315	-9.72447				07	211		
10869037	Id Baskan	id-baskan	MA		0	Africa/Casablanca	31.05177	-9.72575				07	211		
10869038	Id Ou Tamane	id-ou-tamane	MA		0	Africa/Casablanca	31.05006	-9.72059				07	211		
10869043	Id Ali Ou Beta	id-ali-ou-beta	MA		0	Africa/Casablanca	31.04325	-9.72861				07	211		
10869044	Id Ezzini	id-ezzini	MA		0	Africa/Casablanca	31.04457	-9.7247				07	211		
10869045	Id El Asri	id-el-asri	MA		0	Africa/Casablanca	31.04642	-9.72907				07	211		
10869047	Douar Imzikine	douar-imzikine	MA		0	Africa/Casablanca	31.04757	-9.71911				07	211		
10869048	Id Said	id-said	MA		0	Africa/Casablanca	31.04764	-9.71585				07	211		
10869049	Id Ben El Khayr	id-ben-el-khayr	MA		0	Africa/Casablanca	31.0463	-9.70852				07	211		
10869051	Id Ou Tamane	id-ou-tamane	MA		0	Africa/Casablanca	31.04229	-9.72572				07	211		
10869053	Douar Dou Tnuruyt	douar-dou-tnuruyt	MA		0	Africa/Casablanca	31.0385	-9.72884				07	211		
10869055	Id Lachgar	id-lachgar	MA		0	Africa/Casablanca	31.0318	-9.73434				07	211		
10869058	Id Moussa	id-moussa	MA		0	Africa/Casablanca	31.03045	-9.73326				07	211		
10869059	Id Ou Ijaa	id-ou-ijaa	MA		0	Africa/Casablanca	31.02592	-9.7311				07	211		
10869060	Id Ou El Caid	id-ou-el-caid	MA		0	Africa/Casablanca	31.02804	-9.73599				07	211		
10869062	Douar Ikhmissene	douar-ikhmissene	MA		0	Africa/Casablanca	31.02625	-9.74148				07	211		
10869063	Id Ben Lefgih	id-ben-lefgih	MA		0	Africa/Casablanca	31.02416	-9.74563				07	211		
10869064	Id Ou Bella	id-ou-bella	MA		0	Africa/Casablanca	31.02336	-9.73944				07	211		
10869065	Id Chehib	id-chehib	MA		0	Africa/Casablanca	31.02267	-9.73214				07	211		
10869067	Id Aissa	id-aissa	MA		0	Africa/Casablanca	31.0196	-9.72849				07	211		
10869069	Id Maylane	id-maylane	MA		0	Africa/Casablanca	31.01733	-9.73004				07	211		
10869070	Id Ou Kharrat	id-ou-kharrat	MA		0	Africa/Casablanca	31.01439	-9.74281				07	211		
10869071	Id Lazrag	id-lazrag	MA		0	Africa/Casablanca	31.01807	-9.74536				07	211		
10869074	Douar Id Hamda	douar-id-hamda	MA		0	Africa/Casablanca	31.00931	-9.74706				07	211		
10869075	Id Zarbane	id-zarbane	MA		0	Africa/Casablanca	31.01075	-9.74781				07	211		
10869076	Id Rasra	id-rasra	MA		0	Africa/Casablanca	31.0053	-9.73571				07	211		
10869078	Id Ben Said	id-ben-said	MA		0	Africa/Casablanca	31.00344	-9.73396				07	211		
10869079	Ait Tasila	ait-tasila	MA		0	Africa/Casablanca	31.00235	-9.73088				07	211		
10869083	Dar Abouzya	dar-abouzya	MA		0	Africa/Casablanca	31.0045	-9.70633				07	211		
10869085	Id Hoafine	id-hoafine	MA		0	Africa/Casablanca	30.99873	-9.73189				07	211		
10869090	Dar Elzatiba	dar-elzatiba	MA		0	Africa/Casablanca	31.00234	-9.67255				07	211		
10869091	Id Ou Gared	id-ou-gared	MA		0	Africa/Casablanca	31.00875	-9.66928				07	211		
10869092	Douar Diyzagareoc	douar-diyzagareoc	MA		0	Africa/Casablanca	31.0093	-9.67325				07	211		
10869093	Id Azzi	id-azzi	MA		0	Africa/Casablanca	31.01047	-9.66687				07	211		
10869095	Douar Oufella	douar-oufella	MA		0	Africa/Casablanca	31.01169	-9.67902				07	211		
10869096	Ait Chaib	ait-chaib	MA		0	Africa/Casablanca	31.01015	-9.6758				07	211		
10869098	Id El Khadir	id-el-khadir	MA		0	Africa/Casablanca	31.00645	-9.68072				07	211		
10869099	Douar Bimouela	douar-bimouela	MA		0	Africa/Casablanca	31.0091	-9.68245				07	211		
10869100	Douar Asmama	douar-asmama	MA		0	Africa/Casablanca	31.01552	-9.67681				07	211		
10869102	Iggui Imdzar	iggui-imdzar	MA		0	Africa/Casablanca	31.01078	-9.69588				07	211		
10869105	Id El Bid	id-el-bid	MA		0	Africa/Casablanca	30.99848	-9.705				07	211		
10869106	Id Ou Bella	id-ou-bella	MA		0	Africa/Casablanca	31.01998	-9.66758				07	211		
10869107	Id Ou Louda	id-ou-louda	MA		0	Africa/Casablanca	31.02499	-9.67046				07	211		
10869110	Id Bou Darra	id-bou-darra	MA		0	Africa/Casablanca	31.02304	-9.67347				07	211		
10869112	Id Laliourit	id-laliourit	MA		0	Africa/Casablanca	31.02548	-9.67506				07	211		
10869113	Id Ou Jabbaun	id-ou-jabbaun	MA		0	Africa/Casablanca	31.02835	-9.67455				07	211		
10869114	Douar Bou Zaum	douar-bou-zaum	MA		0	Africa/Casablanca	31.03164	-9.67258				07	211		
10869115	Douar Id Aissa	douar-id-aissa	MA		0	Africa/Casablanca	31.03274	-9.66762				07	211		
10869116	Douar Bouzza	douar-bouzza	MA		0	Africa/Casablanca	31.03366	-9.67973				07	211		
10869117	Iggui Ouanou	iggui-ouanou	MA		0	Africa/Casablanca	31.02669	-9.69037				07	211		
10869118	Iggaine n- Taddari	iggaine-n-taddari	MA		0	Africa/Casablanca	31.02395	-9.69484				07	211		
10869119	Tassila Lbarkat	tassila-lbarkat	MA		0	Africa/Casablanca	31.0223	-9.69867				07	211		
10869120	Douar Disama	douar-disama	MA		0	Africa/Casablanca	31.02073	-9.69541				07	211		
10869122	Id Lahsen	id-lahsen	MA		0	Africa/Casablanca	31.01875	-9.68887				07	211		
10869125	Douar Id El Houssine	douar-id-el-houssine	MA		0	Africa/Casablanca	31.04675	-9.6711				07	211		
10869126	Id Al Oulad Houssine	id-al-oulad-houssine	MA		0	Africa/Casablanca	31.04778	-9.66932				07	211		
10869128	Douar Tamochoun	douar-tamochoun	MA		0	Africa/Casablanca	31.05273	-9.6671				07	211		
10869129	Id Ou Sauiss	id-ou-sauiss	MA		0	Africa/Casablanca	31.05118	-9.67111				07	211		
10869131	Id Laitat	id-laitat	MA		0	Africa/Casablanca	31.04936	-9.67599				07	211		
10869132	Id Ouchene	id-ouchene	MA		0	Africa/Casablanca	31.05188	-9.67691				07	211		
10869133	Ait Aissi	ait-aissi	MA		0	Africa/Casablanca	31.053	-9.68112				07	211		
10869134	Id Ziou	id-ziou	MA		0	Africa/Casablanca	31.05221	-9.68552				07	211		
10869136	Id Ouldid	id-ouldid	MA		0	Africa/Casablanca	31.05767	-9.67977				07	211		
10869137	Douar Iqajdareze	douar-iqajdareze	MA		0	Africa/Casablanca	31.05672	-9.68301				07	211		
10869139	Id Ziou	id-ziou	MA		0	Africa/Casablanca	31.06047	-9.69157				07	211		
10869140	Douar Tanullalet	douar-tanullalet	MA		0	Africa/Casablanca	31.06071	-9.6952				07	211		
10869141	Id Oulkhmech	id-oulkhmech	MA		0	Africa/Casablanca	31.05536	-9.69775				07	211		
10869142	Id El Achir	id-el-achir	MA		0	Africa/Casablanca	31.05711	-9.69795				07	211		
10869143	Id Ouazar	id-ouazar	MA		0	Africa/Casablanca	31.06137	-9.70223				07	211		
10869145	Iggou Ighil	iggou-ighil	MA		0	Africa/Casablanca	31.0546	-9.70352				07	211		
10869148	Id Brik	id-brik	MA		0	Africa/Casablanca	31.06422	-9.6961				07	211		
10869150	Id Achtouk	id-achtouk	MA		0	Africa/Casablanca	31.07769	-9.66741				07	211		
10869151	Id Lekbayel	id-lekbayel	MA		0	Africa/Casablanca	31.0816	-9.66694				07	211		
10869152	Id Ou Sebid	id-ou-sebid	MA		0	Africa/Casablanca	31.09453	-9.69773				07	211		
10869153	Douar Takorroui	douar-takorroui	MA		0	Africa/Casablanca	31.09371	-9.69031				07	211		
10869154	Douar Bagarn	douar-bagarn	MA		0	Africa/Casablanca	31.09009	-9.66812				07	211		
10869156	Id Outanane	id-outanane	MA		0	Africa/Casablanca	31.10167	-9.66715				07	211		
10869158	Douar Zrifet	douar-zrifet	MA		0	Africa/Casablanca	31.09382	-9.70185				07	211		
10869159	Id Timouine	id-timouine	MA		0	Africa/Casablanca	31.09479	-9.70498				07	211		
10869162	Douar Tasurassarat	douar-tasurassarat	MA		0	Africa/Casablanca	31.11188	-9.6808				07	211		
10869166	Id Hamed	id-hamed	MA		0	Africa/Casablanca	31.11915	-9.69337				07	211		
10869167	Id Aouid	id-aouid	MA		0	Africa/Casablanca	31.11973	-9.69595				07	211		
10869168	Igouzoul	igouzoul	MA		0	Africa/Casablanca	31.12019	-9.69648				07	211		
10869170	Douar Id Ou Mouajeauc	douar-id-ou-mouajeauc	MA		0	Africa/Casablanca	31.11925	-9.63949				07	211		
10869171	Id Balmoud	id-balmoud	MA		0	Africa/Casablanca	31.11918	-9.64323				07	211		
10869172	Tajabrit	tajabrit	MA		0	Africa/Casablanca	31.11587	-9.64039				07	211		
10869173	Douar Agadir	douar-agadir	MA		0	Africa/Casablanca	31.11504	-9.64213				07	211		
10869174	Id Moussa	id-moussa	MA		0	Africa/Casablanca	31.11317	-9.6366				07	211		
10869175	Id Ou Khrib	id-ou-khrib	MA		0	Africa/Casablanca	31.11221	-9.6417				07	211		
10869176	Id El Haj	id-el-haj	MA		0	Africa/Casablanca	31.11409	-9.63424				07	211		
10869177	Id Ou Mayout	id-ou-mayout	MA		0	Africa/Casablanca	31.114	-9.63117				07	211		
10869178	Id Ou Hacua	id-ou-hacua	MA		0	Africa/Casablanca	31.11835	-9.65587				07	211		
10869179	Ait Soub	ait-soub	MA		0	Africa/Casablanca	31.11567	-9.6523				07	211		
10869180	Sidi Mahdoud	sidi-mahdoud	MA		0	Africa/Casablanca	31.11489	-9.64974				07	211		
10869181	Douar Zaouit	douar-zaouit	MA		0	Africa/Casablanca	31.1141	-9.65502				07	211		
10869182	Id Ouarray	id-ouarray	MA		0	Africa/Casablanca	31.1128	-9.66026				07	211		
10869183	Id Lamta	id-lamta	MA		0	Africa/Casablanca	31.11005	-9.65229				07	211		
10869184	Id Tmaine	id-tmaine	MA		0	Africa/Casablanca	31.10556	-9.64728				07	211		
10869186	Targant	targant	MA		0	Africa/Casablanca	31.08781	-9.66063				07	211		
10869189	Id Ou Maddah	id-ou-maddah	MA		0	Africa/Casablanca	31.08872	-9.62675				07	211		
10869190	Id Erram	id-erram	MA		0	Africa/Casablanca	31.08307	-9.62524				07	211		
10869195	Douar Talas Osabbane	douar-talas-osabbane	MA		0	Africa/Casablanca	31.06134	-9.65638				07	211		
10869201	Bou Tbel	bou-tbel	MA		0	Africa/Casablanca	31.04975	-9.65908				07	211		
10869202	Id Mhmed	id-mhmed	MA		0	Africa/Casablanca	31.04883	-9.65679				07	211		
10869203	Id Bou Ali	id-bou-ali	MA		0	Africa/Casablanca	31.04817	-9.65608				07	211		
10869206	Id Dabbou	id-dabbou	MA		0	Africa/Casablanca	31.04889	-9.63492				07	211		
10869207	Id Hotait	id-hotait	MA		0	Africa/Casablanca	31.04935	-9.632				07	211		
10869208	Douar Iboadrane	douar-iboadrane	MA		0	Africa/Casablanca	31.04633	-9.63003				07	211		
10869209	Id El Mehdi	id-el-mehdi	MA		0	Africa/Casablanca	31.04999	-9.62469				07	211		
10869210	Id Souss	id-souss	MA		0	Africa/Casablanca	31.04593	-9.62409				07	211		
10869212	Id Ou Moulid	id-ou-moulid	MA		0	Africa/Casablanca	31.03804	-9.63785				07	211		
10869213	Id Fehalla	id-fehalla	MA		0	Africa/Casablanca	31.03419	-9.63145				07	211		
10869215	Id Ou Mara	id-ou-mara	MA		0	Africa/Casablanca	31.03749	-9.64322				07	211		
10869216	Id Abourane	id-abourane	MA		0	Africa/Casablanca	31.03475	-9.63971				07	211		
10869217	Id Igharglarede	id-igharglarede	MA		0	Africa/Casablanca	31.03479	-9.65902				07	211		
10869220	Douar Aissa	douar-aissa	MA		0	Africa/Casablanca	31.04033	-9.66543				07	211		
10869221	Id Baji	id-baji	MA		0	Africa/Casablanca	31.03727	-9.66124				07	211		
10869222	Id Lycilene	id-lycilene	MA		0	Africa/Casablanca	31.03558	-9.66069				07	211		
10869223	Id Bziya	id-bziya	MA		0	Africa/Casablanca	31.0321	-9.63344				07	211		
10869224	Douar Lasfidene	douar-lasfidene	MA		0	Africa/Casablanca	31.02941	-9.62517				07	211		
10869225	Douar Serjine	douar-serjine	MA		0	Africa/Casablanca	31.02663	-9.63383				07	211		
10869227	Douar Imizalene	douar-imizalene	MA		0	Africa/Casablanca	31.02872	-9.65545				07	211		
10869228	Id Ou Gnacu	id-ou-gnacu	MA		0	Africa/Casablanca	31.03299	-9.66163				07	211		
10869229	Id Lkouraj	id-lkouraj	MA		0	Africa/Casablanca	31.02643	-9.6644				07	211		
10869230	Id Ou Bou Tflat	id-ou-bou-tflat	MA		0	Africa/Casablanca	31.02412	-9.6649				07	211		
10869231	Douar Azadous Id Ou Massoud	douar-azadous-id-ou-massoud	MA		0	Africa/Casablanca	31.01853	-9.65994				07	211		
10869234	Id Imaddahene	id-imaddahene	MA		0	Africa/Casablanca	31.01588	-9.63153				07	211		
10869235	Id Ouayne	id-ouayne	MA		0	Africa/Casablanca	31.01557	-9.65859				07	211		
10869236	Id Ou Lajid	id-ou-lajid	MA		0	Africa/Casablanca	31.01369	-9.66307				07	211		
10869237	Douar Talouart	douar-talouart	MA		0	Africa/Casablanca	31.01147	-9.66198				07	211		
10869239	Id Ou Manr	id-ou-manr	MA		0	Africa/Casablanca	31.00128	-9.66198				07	211		
10869240	Id Ou Ghayou	id-ou-ghayou	MA		0	Africa/Casablanca	30.99847	-9.66378				07	211		
10869242	Id Sabet	id-sabet	MA		0	Africa/Casablanca	30.99973	-9.65063				07	211		
10869243	Id Ou Brhi	id-ou-brhi	MA		0	Africa/Casablanca	30.99793	-9.64527				07	211		
10869244	Id Bani	id-bani	MA		0	Africa/Casablanca	31.00189	-9.64499				07	211		
10869245	Id El Boaz	id-el-boaz	MA		0	Africa/Casablanca	31.00391	-9.64647				07	211		
10869246	Id Ou Bella	id-ou-bella	MA		0	Africa/Casablanca	31.00102	-9.64308				07	211		
10869251	Id Sidi Addi	id-sidi-addi	MA		0	Africa/Casablanca	31.01793	-9.73727				07	211		
10869252	Id Mahandaou	id-mahandaou	MA		0	Africa/Casablanca	31.01663	-9.74211				07	211		
10869254	Douar Id Said	douar-id-said	MA		0	Africa/Casablanca	31.02751	-9.69402				07	211		
10869255	Douar Ibounit	douar-ibounit	MA		0	Africa/Casablanca	31.02499	-9.65584				07	211		
10869256	Douar Tassila Ikharrazene	douar-tassila-ikharrazene	MA		0	Africa/Casablanca	31.07424	-9.64782				07	211		
10869262	Id Ibssaine	id-ibssaine	MA		0	Africa/Casablanca	31.11989	-9.70758				07	211		
10869263	Igouine Zouir	igouine-zouir	MA		0	Africa/Casablanca	31.11023	-9.71974				07	211		
10869264	Id Bachchouj	id-bachchouj	MA		0	Africa/Casablanca	31.10819	-9.74183				07	211		
10869265	Id Bhed Tidda	id-bhed-tidda	MA		0	Africa/Casablanca	31.10667	-9.73582				07	211		
10869266	Douar Tadriddart	douar-tadriddart	MA		0	Africa/Casablanca	31.10681	-9.72226				07	211		
10869269	Id El Bas	id-el-bas	MA		0	Africa/Casablanca	31.03519	-9.73442				07	211		
10869270	Id El Haj	id-el-haj	MA		0	Africa/Casablanca	31.03497	-9.73191				07	211		
10869271	Douar Hmade	douar-hmade	MA		0	Africa/Casablanca	31.02263	-9.73704				07	211		
10869272	Id Zenouat	id-zenouat	MA		0	Africa/Casablanca	31.02077	-9.73674				07	211		
10869273	Douar Araghar	douar-araghar	MA		0	Africa/Casablanca	31.01708	-9.72228				07	211		
10869274	Dar El Haj Ali	dar-el-haj-ali	MA		0	Africa/Casablanca	31.01265	-9.72369				07	211		
10869281	Ijaffaez	ijaffaez	MA		0	Africa/Casablanca	31.14337	-9.82498				07	211		
10869283	Ouchene	ouchene	MA		0	Africa/Casablanca	31.12502	-9.80457				07	211		
10869290	Essihal	essihal	MA		0	Africa/Casablanca	31.14829	-9.82589				07	211		
10869291	Timazguida Sidi Mhand Ouchchene	timazguida-sidi-mhand-ouchchene	MA		0	Africa/Casablanca	31.14658	-9.80049				07	211		
10869296	Id Karmouch	id-karmouch	MA		0	Africa/Casablanca	31.15487	-9.80313				07	211		
10869297	Sidi Abdellah	sidi-abdellah	MA		0	Africa/Casablanca	31.15628	-9.80328				07	211		
10869298	Oualeghyat	oualeghyat	MA		0	Africa/Casablanca	31.15343	-9.8095				07	211		
10869302	Id El Haj Ali	id-el-haj-ali	MA		0	Africa/Casablanca	31.1693	-9.79809				07	211		
10869304	Guer Ouna	guer-ouna	MA		0	Africa/Casablanca	31.17373	-9.80293				07	211		
10869309	Issemailene	issemailene	MA		0	Africa/Casablanca	31.17258	-9.81632				07	211		
10869312	Id Mhamd	id-mhamd	MA		0	Africa/Casablanca	31.17633	-9.79399				07	211		
10869313	Ait Addi	ait-addi	MA		0	Africa/Casablanca	31.1788	-9.79511				07	211		
10869314	Tamlalt	tamlalt	MA		0	Africa/Casablanca	31.18222	-9.81361				07	211		
10869315	Amentag	amentag	MA		0	Africa/Casablanca	31.18479	-9.81057				07	211		
10869316	Tassila Ourhyout	tassila-ourhyout	MA		0	Africa/Casablanca	31.18663	-9.81581				07	211		
10869319	Idmmine	idmmine	MA		0	Africa/Casablanca	31.19024	-9.79069				07	211		
10869322	Isaayedene Sidi Ahmed	isaayedene-sidi-ahmed	MA		0	Africa/Casablanca	31.19792	-9.79867				07	211		
10869324	Id Aissa	id-aissa	MA		0	Africa/Casablanca	31.20259	-9.79635				07	211		
10869328	Sidi Amer	sidi-amer	MA		0	Africa/Casablanca	31.20859	-9.80209				07	211		
10869329	Id Jada	id-jada	MA		0	Africa/Casablanca	31.20845	-9.80448				07	211		
10869330	Issayedene	issayedene	MA		0	Africa/Casablanca	31.20807	-9.80775				07	211		
10869331	Id Ben Aggi	id-ben-aggi	MA		0	Africa/Casablanca	31.20982	-9.80996				07	211		
10869334	Id Ali Ou Amer	id-ali-ou-amer	MA		0	Africa/Casablanca	31.21265	-9.80388				07	211		
10869336	Id Achtouk	id-achtouk	MA		0	Africa/Casablanca	31.21186	-9.79128				07	211		
10869337	Tiguemmi Achtouk	tiguemmi-achtouk	MA		0	Africa/Casablanca	31.21985	-9.79648				07	211		
10869338	Id Ben Ali	id-ben-ali	MA		0	Africa/Casablanca	31.21704	-9.80763				07	211		
10869341	Id Hammouch	id-hammouch	MA		0	Africa/Casablanca	31.22432	-9.80851				07	211		
10869342	Id Moulay	id-moulay	MA		0	Africa/Casablanca	31.22486	-9.81257				07	211		
10869347	Id Faddoul	id-faddoul	MA		0	Africa/Casablanca	31.23605	-9.79375				07	211		
10869349	Id Mansour	id-mansour	MA		0	Africa/Casablanca	31.24588	-9.79914				07	211		
10869351	Id Ben Gays	id-ben-gays	MA		0	Africa/Casablanca	31.24669	-9.80189				07	211		
10869352	Id Ouzed	id-ouzed	MA		0	Africa/Casablanca	31.24401	-9.80532				07	211		
10869353	Id Ben Kacem	id-ben-kacem	MA		0	Africa/Casablanca	31.24164	-9.80306				07	211		
10869354	Tiguemmi n-Jerard	tiguemmi-n-jerard	MA		0	Africa/Casablanca	31.24271	-9.81727				07	211		
10869357	Ait Mhamed	ait-mhamed	MA		0	Africa/Casablanca	31.23275	-9.80287				07	211		
10869358	Id Ben Said	id-ben-said	MA		0	Africa/Casablanca	31.23594	-9.80417				07	211		
10869359	Imougayne	imougayne	MA		0	Africa/Casablanca	31.23835	-9.78164				07	211		
10869360	Tassekra	tassekra	MA		0	Africa/Casablanca	31.24586	-9.77557				07	211		
10869361	Dajjane	dajjane	MA		0	Africa/Casablanca	31.24358	-9.76229				07	211		
10869362	Id Abdelkader	id-abdelkader	MA		0	Africa/Casablanca	31.23915	-9.76478				07	211		
10869363	Id Ouazzim	id-ouazzim	MA		0	Africa/Casablanca	31.23926	-9.75925				07	211		
10869364	Taghzout	taghzout	MA		0	Africa/Casablanca	31.24693	-9.75332				07	211		
10869365	Id Bidalene	id-bidalene	MA		0	Africa/Casablanca	31.24359	-9.75545				07	211		
10869366	Id Bou Hsaine	id-bou-hsaine	MA		0	Africa/Casablanca	31.24177	-9.75358				07	211		
10869367	Imengaine	imengaine	MA		0	Africa/Casablanca	31.23146	-9.75871				07	211		
10869370	Id Ouhmane	id-ouhmane	MA		0	Africa/Casablanca	31.23444	-9.77604				07	211		
10869376	Id Mohamed	id-mohamed	MA		0	Africa/Casablanca	31.22603	-9.76878				07	211		
10869379	Tagalmoust	tagalmoust	MA		0	Africa/Casablanca	31.21963	-9.77088				07	211		
10869384	Ouduslouit	ouduslouit	MA		0	Africa/Casablanca	31.20464	-9.78415				07	211		
10869385	Taourirt	taourirt	MA		0	Africa/Casablanca	31.20239	-9.7904				07	211		
10869387	Id Hammon	id-hammon	MA		0	Africa/Casablanca	31.1939	-9.78583				07	211		
10869389	Id Aïssa	id-aissa	MA		0	Africa/Casablanca	31.20653	-9.75851				07	211		
10869390	Id Bou Jaza	id-bou-jaza	MA		0	Africa/Casablanca	31.20537	-9.77279				07	211		
10869392	Id Oussour	id-oussour	MA		0	Africa/Casablanca	31.20097	-9.76294				07	211		
10869395	Id Ou Ballouch	id-ou-ballouch	MA		0	Africa/Casablanca	31.19487	-9.76				07	211		
10869396	Id Haddouch	id-haddouch	MA		0	Africa/Casablanca	31.19828	-9.7626				07	211		
10869398	Loulliz	loulliz	MA		0	Africa/Casablanca	31.20029	-9.7698				07	211		
10869401	Bou Tehirt	bou-tehirt	MA		0	Africa/Casablanca	31.19076	-9.77187				07	211		
10869407	Id Oulhoua	id-oulhoua	MA		0	Africa/Casablanca	31.19484	-9.78234				07	211		
10869410	Id Hammouch	id-hammouch	MA		0	Africa/Casablanca	31.17262	-9.78381				07	211		
10869417	Id Ouasdane	id-ouasdane	MA		0	Africa/Casablanca	31.1462	-9.77572				07	211		
10869418	Id Boughit	id-boughit	MA		0	Africa/Casablanca	31.14795	-9.77013				07	211		
10869419	Id Ellourz	id-ellourz	MA		0	Africa/Casablanca	31.15011	-9.76795				07	211		
10869422	Id Baych	id-baych	MA		0	Africa/Casablanca	31.1405	-9.75205				07	211		
10869423	Id Ou Taname	id-ou-taname	MA		0	Africa/Casablanca	31.1382	-9.75235				07	211		
10869424	Anamar	anamar	MA		0	Africa/Casablanca	31.14368	-9.76129				07	211		
10869426	Asseggaour	asseggaour	MA		0	Africa/Casablanca	31.14114	-9.78083				07	211		
10869431	Ibni	ibni	MA		0	Africa/Casablanca	31.21795	-9.77887				07	211		
10869433	Bou Mlal	bou-mlal	MA		0	Africa/Casablanca	31.19257	-9.77197				07	211		
10869434	Centre De Sante	centre-de-sante	MA		0	Africa/Casablanca	31.24344	-9.76855				07	211		
10869442	Id Bakhal	id-bakhal	MA		0	Africa/Casablanca	31.15001	-9.82145				07	211		
10869443	Id Oudraer	id-oudraer	MA		0	Africa/Casablanca	31.16917	-9.81847				07	211		
10869444	Id Ebeli	id-ebeli	MA		0	Africa/Casablanca	31.18047	-9.79611				07	211		
10869445	Cubeddi	cubeddi	MA		0	Africa/Casablanca	31.18076	-9.80727				07	211		
10869446	Id Akhbach	id-akhbach	MA		0	Africa/Casablanca	31.20179	-9.78493				07	211		
10869447	Id Ousdane	id-ousdane	MA		0	Africa/Casablanca	31.15844	-9.77904				07	211		
10869448	Id Ouissar	id-ouissar	MA		0	Africa/Casablanca	31.13403	-9.77367				07	211		
10869449	Ain Taaribt	ain-taaribt	MA		0	Africa/Casablanca	31.1896	-9.78418				07	211		
10869451	Takadouine	takadouine	MA		0	Africa/Casablanca	30.49405	-9.37273				09	001		
10869452	Touzounne	touzounne	MA		0	Africa/Casablanca	30.49647	-9.36386				09	001		
10869454	Ait Lhaj -n- Ba Ou Moumene	ait-lhaj-n-ba-ou-moumene	MA		0	Africa/Casablanca	30.48465	-9.36122				09	001		
10869455	Takouit	takouit	MA		0	Africa/Casablanca	30.48175	-9.36528				09	001		
10869456	Tiguemmi-n-Cheikh	tiguemmi-n-cheikh	MA		0	Africa/Casablanca	30.48021	-9.36652				09	001		
10869457	Dou Douar	dou-douar	MA		0	Africa/Casablanca	30.4816	-9.36088				09	001		
10869458	Iferde	iferde	MA		0	Africa/Casablanca	30.47935	-9.36099				09	001		
10869466	Imghlay	imghlay	MA		0	Africa/Casablanca	30.3972	-9.35616				09	001		
10869467	Ait Baha Ou Baha	ait-baha-ou-baha	MA		0	Africa/Casablanca	30.39463	-9.36101				09	001		
10869468	Aknibich	aknibich	MA		0	Africa/Casablanca	30.39924	-9.33715				09	001		
10869471	Tagoudelt	tagoudelt	MA		0	Africa/Casablanca	30.40494	-9.31485				09	273		
10869472	Tamlalt	tamlalt	MA		0	Africa/Casablanca	30.40146	-9.32183				09	273		
10869477	Lborj	lborj	MA		0	Africa/Casablanca	30.37608	-9.35135				09	273		
10869478	Ljort	ljort	MA		0	Africa/Casablanca	30.3751	-9.35431				09	273		
10869479	Seayid	seayid	MA		0	Africa/Casablanca	30.37242	-9.29483				09	541		
10869481	Hangar	hangar	MA		0	Africa/Casablanca	30.37773	-9.26158				09	541		
10869483	Ain Sadq	ain-sadq	MA		0	Africa/Casablanca	30.38047	-9.26655				09	541		
10869484	Douiouir	douiouir	MA		0	Africa/Casablanca	30.38608	-9.28904				09	541		
10869486	Lhamadat	lhamadat	MA		0	Africa/Casablanca	30.39275	-9.26297				09	541		
10869488	Arrou	arrou	MA		0	Africa/Casablanca	30.41645	-9.3096				09	273		
10869491	Ait Chyoukh	ait-chyoukh	MA		0	Africa/Casablanca	30.42119	-9.26703				09	541		
10869492	Lhadib	lhadib	MA		0	Africa/Casablanca	30.42173	-9.26964				09	541		
10869493	Ait Lamti	ait-lamti	MA		0	Africa/Casablanca	30.42089	-9.2734				09	541		
10869495	Lgouna	lgouna	MA		0	Africa/Casablanca	30.42739	-9.29348				09	541		
10869498	Lekraker	lekraker	MA		0	Africa/Casablanca	30.43529	-9.28889				09	541		
10869499	Igoudar	igoudar	MA		0	Africa/Casablanca	30.43843	-9.28001				09	541		
10869501	Lemjalae	lemjalae	MA		0	Africa/Casablanca	30.44535	-9.25216				09	541		
10869502	Jorl Lehmame	jorl-lehmame	MA		0	Africa/Casablanca	30.44287	-9.25801				09	541		
10869505	Jenane	jenane	MA		0	Africa/Casablanca	30.46067	-9.3023				09	541		
10869506	Ait Mekhich	ait-mekhich	MA		0	Africa/Casablanca	30.46681	-9.30258				09	541		
10869507	Ait Yohya	ait-yohya	MA		0	Africa/Casablanca	30.46921	-9.30406				09	541		
10869508	Assays	assays	MA		0	Africa/Casablanca	30.46679	-9.30578				09	541		
10869509	Ait Ouazzal	ait-ouazzal	MA		0	Africa/Casablanca	30.45924	-9.30331				09	541		
10869510	Ait Hammou	ait-hammou	MA		0	Africa/Casablanca	30.47132	-9.29503				09	541		
10869511	Ait Sidi Abbou	ait-sidi-abbou	MA		0	Africa/Casablanca	30.47186	-9.30872				09	541		
10869512	Ait Lkorsi	ait-lkorsi	MA		0	Africa/Casablanca	30.47019	-9.31082				09	541		
10869514	Ait Lhachmi	ait-lhachmi	MA		0	Africa/Casablanca	30.46048	-9.25074				09	541		
10869515	Lfayda	lfayda	MA		0	Africa/Casablanca	30.47175	-9.26591				09	541		
10869517	Bou Zouggar	bou-zouggar	MA		0	Africa/Casablanca	30.4824	-9.29612				09	001		
10869524	Lalla Zira	lalla-zira	MA		0	Africa/Casablanca	30.08743	-9.57241				09	163		
10869526	Laaroussiyine	laaroussiyine	MA		0	Africa/Casablanca	30.11102	-9.56024				09	163		
10869527	Ait Sidi Salem	ait-sidi-salem	MA		0	Africa/Casablanca	30.10044	-9.56415				09	163		
10869528	Tasra	tasra	MA		0	Africa/Casablanca	30.08832	-9.56517				09	163		
10869530	Arbaa Boutayob	arbaa-boutayob	MA		0	Africa/Casablanca	30.09883	-9.5535				09	163		
10869531	Tine Yahya	tine-yahya	MA		0	Africa/Casablanca	30.10612	-9.54589				09	163		
10869532	Ait Lahmayd	ait-lahmayd	MA		0	Africa/Casablanca	30.10934	-9.54465				09	163		
10869534	Tounef	tounef	MA		0	Africa/Casablanca	30.10031	-9.52881				09	163		
10869535	Touachal	touachal	MA		0	Africa/Casablanca	30.10592	-9.52061				09	163		
10869536	Ait Gournghar	ait-gournghar	MA		0	Africa/Casablanca	30.09085	-9.52797				09	163		
10869539	Tien Ali Ou Addi	tien-ali-ou-addi	MA		0	Africa/Casablanca	30.07493	-9.55192				09	163		
10869540	Ishnane	ishnane	MA		0	Africa/Casablanca	30.05788	-9.5544				09	163		
10869541	Igounidifene	igounidifene	MA		0	Africa/Casablanca	30.06849	-9.55912				09	163		
10869542	Loasba	loasba	MA		0	Africa/Casablanca	30.07315	-9.5706				09	163		
10869543	Bouiybat Lqablani	bouiybat-lqablani	MA		0	Africa/Casablanca	30.08019	-9.5611				09	163		
10869544	Ait Bel Aid	ait-bel-aid	MA		0	Africa/Casablanca	30.06346	-9.57753				09	163		
10869546	Kohayz	kohayz	MA		0	Africa/Casablanca	30.06886	-9.5797				09	163		
10869548	Tadouarl Hmaydouch	tadouarl-hmaydouch	MA		0	Africa/Casablanca	30.0382	-9.58268				09	163		
10869550	Znibi	znibi	MA		0	Africa/Casablanca	30.03208	-9.584				09	163		
10869551	Ait Ali Ben Abdellah	ait-ali-ben-abdellah	MA		0	Africa/Casablanca	30.05307	-9.54952				09	163		
10869557	Inarnine	inarnine	MA		0	Africa/Casablanca	29.99756	-9.52571				09	163		
10869558	Ait Ali	ait-ali	MA		0	Africa/Casablanca	30.11502	-9.53737				09	163		
10869559	Tine Chelkh Brahim	tine-chelkh-brahim	MA		0	Africa/Casablanca	30.09175	-9.52089				09	163		
10869561	Bouink	bouink	MA		0	Africa/Casablanca	30.01558	-9.54978				09	163		
10869562	Ait Bon Salem	ait-bon-salem	MA		0	Africa/Casablanca	30.01463	-9.57211				09	163		
10869563	Ait Tahrad	ait-tahrad	MA		0	Africa/Casablanca	30.01093	-9.58016				09	163		
10869564	Agdal-n-Sidi Ibourk	agdal-n-sidi-ibourk	MA		0	Africa/Casablanca	30.0005	-9.58387				09	163		
10869566	Lqasba	lqasba	MA		0	Africa/Casablanca	30.01644	-9.56997				09	163		
10869567	Ait Bou Amer	ait-bou-amer	MA		0	Africa/Casablanca	30.01341	-9.59069				09	163		
10869568	Tadouart Boullal	tadouart-boullal	MA		0	Africa/Casablanca	30.00574	-9.59365				09	163		
10869569	Adouz	adouz	MA		0	Africa/Casablanca	30.00721	-9.59092				09	163		
10869574	Aghroud	aghroud	MA		0	Africa/Casablanca	30.11307	-9.56594				09	163		
10869575	Bellaa	bellaa	MA		0	Africa/Casablanca	30.05145	-9.56162				09	163		
10869577	Oulad Chennani	oulad-chennani	MA		0	Africa/Casablanca	33.24779	-7.48733				06	117		
10869578	Douar Baghdad	douar-baghdad	MA		0	Africa/Casablanca	33.23995	-7.4826				06	117		
10869579	Lakiatna	lakiatna	MA		0	Africa/Casablanca	33.23774	-7.48879				06	117		
10869580	Oulad El Haj Mostafa	oulad-el-haj-mostafa	MA		0	Africa/Casablanca	33.23323	-7.48228				06	117		
10869581	Oulad Sghir	oulad-sghir	MA		0	Africa/Casablanca	33.2411	-7.46371				06	117		
10869582	Dar Sahi Bouzza	dar-sahi-bouzza	MA		0	Africa/Casablanca	33.23789	-7.45982				06	117		
10869584	Dar Mostafa Ould Mbarek	dar-mostafa-ould-mbarek	MA		0	Africa/Casablanca	33.23418	-7.46443				06	117		
10869591	Douar Labazula	douar-labazula	MA		0	Africa/Casablanca	33.2178	-7.47865				06	117		
10869593	Oulad Ben Crisk	oulad-ben-crisk	MA		0	Africa/Casablanca	33.21026	-7.48191				06	117		
10869597	Douar Lebasla Centre	douar-lebasla-centre	MA		0	Africa/Casablanca	33.20937	-7.49429				06	117		
10869598	Lambarkiyine	lambarkiyine	MA		0	Africa/Casablanca	33.20646	-7.49249				06	117		
10869600	Oulad Rahma	oulad-rahma	MA		0	Africa/Casablanca	33.20612	-7.48126				06	117		
10869601	Arib Oulad Essalmiya	arib-oulad-essalmiya	MA		0	Africa/Casablanca	33.20417	-7.47175				06	117		
10869604	Lohalma	lohalma	MA		0	Africa/Casablanca	33.20027	-7.45998				06	117		
10869609	Lemraghcha	lemraghcha	MA		0	Africa/Casablanca	33.192	-7.49572				06	117		
10869611	Laghfirat Oulad Mim	laghfirat-oulad-mim	MA		0	Africa/Casablanca	33.18547	-7.48854				06	117		
10869612	Oalad Moumedi	oalad-moumedi	MA		0	Africa/Casablanca	33.17719	-7.45661				06	117		
10869613	Douar Oulad Moumene	douar-oulad-moumene	MA		0	Africa/Casablanca	33.17406	-7.46186				06	117		
10869617	Oulad Bou Talgan	oulad-bou-talgan	MA		0	Africa/Casablanca	33.17349	-7.48933				06	117		
10869619	Douar Leghfirat	douar-leghfirat	MA		0	Africa/Casablanca	33.17373	-7.4768				06	117		
10869622	Dar Adlane Mohamed	dar-adlane-mohamed	MA		0	Africa/Casablanca	33.16084	-7.45911				06	117		
10869623	Douar Oulad El Asri	douar-oulad-el-asri	MA		0	Africa/Casablanca	33.15877	-7.49033				06	117		
10869624	Douar Oulad El Asri Contre	douar-oulad-el-asri-contre	MA		0	Africa/Casablanca	33.14619	-7.49645				06	117		
10869626	Douar Oulad Lahsen Lahrach	douar-oulad-lahsen-lahrach	MA		0	Africa/Casablanca	33.14262	-7.47064				06	117		
10869629	Oulad Abdellah	oulad-abdellah	MA		0	Africa/Casablanca	33.13413	-7.49726				06	117		
10869636	Feddane Lahyar	feddane-lahyar	MA		0	Africa/Casablanca	33.13081	-7.43998				06	117		
10869638	Oulad Bou Yahya	oulad-bou-yahya	MA		0	Africa/Casablanca	33.14436	-7.42885				06	117		
10869639	Douar Lassara	douar-lassara	MA		0	Africa/Casablanca	33.15036	-7.42647				06	117		
10869641	Oulad El Haj Kaddour	oulad-el-haj-kaddour	MA		0	Africa/Casablanca	33.16735	-7.43727				06	117		
10869644	Oulad El Arka	oulad-el-arka	MA		0	Africa/Casablanca	33.18552	-7.44062				06	117		
10869650	Oulad Si Bouchaayh	oulad-si-bouchaayh	MA		0	Africa/Casablanca	33.19729	-7.42074				06	117		
10869651	Oulad Ennafar El Halloufa	oulad-ennafar-el-halloufa	MA		0	Africa/Casablanca	33.20622	-7.41875				06	117		
10869654	Douar Oulad Slimain	douar-oulad-slimain	MA		0	Africa/Casablanca	33.20816	-7.44587				06	117		
10869657	Douar Lehdaya	douar-lehdaya	MA		0	Africa/Casablanca	33.22069	-7.43879				06	117		
10869659	Oulad El Haj Driss	oulad-el-haj-driss	MA		0	Africa/Casablanca	33.22766	-7.44368				06	117		
10869662	Dar Jamal Lendiyyl	dar-jamal-lendiyyl	MA		0	Africa/Casablanca	33.2296	-7.42576				06	117		
10869664	Oulad El Bouzzaoui	oulad-el-bouzzaoui	MA		0	Africa/Casablanca	33.23371	-7.44699				06	117		
10869665	Oulad Saleh	oulad-saleh	MA		0	Africa/Casablanca	33.23164	-7.45012				06	117		
10869673	Douar Chorfa	douar-chorfa	MA		0	Africa/Casablanca	33.23944	-7.39961				06	117		
10869677	Douar Oulad Boumeza El Fayda	douar-oulad-boumeza-el-fayda	MA		0	Africa/Casablanca	33.23942	-7.38184				06	117		
10869678	Dr. Laqouamer Oulad Ralal	dr-laqouamer-oulad-ralal	MA		0	Africa/Casablanca	33.24901	-7.37663		Dr. Laqouamer Oulad Ralal,La'wamir,La’wamir		06	117		
10869679	Oulad Laafqih Fath El Khir	oulad-laafqih-fath-el-khir	MA		0	Africa/Casablanca	33.23446	-7.38407				06	117		
10869682	Oulad Abdassalam Ben Ali	oulad-abdassalam-ben-ali	MA		0	Africa/Casablanca	33.22696	-7.37547				06	117		
10869683	Douar Laqouamer Oulad Khadda	douar-laqouamer-oulad-khadda	MA		0	Africa/Casablanca	33.22431	-7.38115				06	117		
10869684	El Hajjajat	el-hajjajat	MA		0	Africa/Casablanca	33.22459	-7.39716				06	117		
10869685	Oulad El Arbi	oulad-el-arbi	MA		0	Africa/Casablanca	33.22218	-7.39197				06	117		
10869691	Douar Oulad Sghir	douar-oulad-sghir	MA		0	Africa/Casablanca	33.20102	-7.4092				06	117		
10869705	Douar Dqaqna	douar-dqaqna	MA		0	Africa/Casablanca	33.18174	-7.40977				06	117		
10869708	Bou Ahmed	bou-ahmed	MA		0	Africa/Casablanca	33.16289	-7.39676				06	117		
10869710	Sakhrat Haroune	sakhrat-haroune	MA		0	Africa/Casablanca	33.15736	-7.37884				06	117		
10869712	Douar Swadqa	douar-swadqa	MA		0	Africa/Casablanca	33.15866	-7.4073				06	117		
10869720	Douar Oulad Hamra	douar-oulad-hamra	MA		0	Africa/Casablanca	33.13856	-7.38453				06	117		
10869724	Oulad Si Abdellah El Hammou	oulad-si-abdellah-el-hammou	MA		0	Africa/Casablanca	33.13518	-7.3918				06	117		
10869726	Oulad Chahib El Arbi	oulad-chahib-el-arbi	MA		0	Africa/Casablanca	33.12523	-7.38152				06	461		
10869735	Oulad Yasqouli	oulad-yasqouli	MA		0	Africa/Casablanca	33.19523	-7.47083				06	117		
10869736	Douar Guemguem	douar-guemguem	MA		0	Africa/Casablanca	33.24305	-7.47119				06	117		
10886453	Douar Id Bou Sitta	douar-id-bou-sitta	MA		0	Africa/Casablanca	29.61701	-9.99426				09	581		
10886456	Douar Bou Ghandane Izeddour	douar-bou-ghandane-izeddour	MA		0	Africa/Casablanca	29.61794	-9.98447				09	581		
10886457	Douar Bou Gnardane Oulefa	douar-bou-gnardane-oulefa	MA		0	Africa/Casablanca	29.61622	-9.97884				09	581		
10886459	Douar Bou Touira	douar-bou-touira	MA		0	Africa/Casablanca	29.61254	-9.97163				09	581		
10886461	Douar Lansit	douar-lansit	MA		0	Africa/Casablanca	29.62208	-9.9692				09	581		
10886466	Douar Tamegrat	douar-tamegrat	MA		0	Africa/Casablanca	29.61821	-9.95929				09	581		
10886469	Douar Inejjarana	douar-inejjarana	MA		0	Africa/Casablanca	29.61683	-9.94551				09	581		
10886471	Douar Laalm	douar-laalm	MA		0	Africa/Casablanca	29.61243	-9.9427				09	581		
10886473	Douar Id Bou Zacuite	douar-id-bou-zacuite	MA		0	Africa/Casablanca	29.60976	-9.93865				09	581		
10886480	Douar Tacunfi	douar-tacunfi	MA		0	Africa/Casablanca	29.61083	-9.92861				09	581		
10886483	Douar Bou Gfayne	douar-bou-gfayne	MA		0	Africa/Casablanca	29.60966	-9.91716				09	581		
10886494	Douar Tassaudth	douar-tassaudth	MA		0	Africa/Casablanca	29.62193	-9.8859				09	581		
10886497	Douar Tabughalle	douar-tabughalle	MA		0	Africa/Casablanca	29.6105	-9.88486				09	581		
10886506	Douar Tigherouin	douar-tigherouin	MA		0	Africa/Casablanca	29.60981	-9.92281		Douar Tigherouin,Lqasbate		09	581		
10886507	Bontasanne	bontasanne	MA		0	Africa/Casablanca	29.60315	-9.92579		Bontasanne,Dar Taleb		09	581		
10886509	Douar Id Rayes	douar-id-rayes	MA		0	Africa/Casablanca	29.60126	-9.93328				09	581		
10886510	Douar Id Cufguir	douar-id-cufguir	MA		0	Africa/Casablanca	29.60451	-9.94276				09	581		
10886511	Douar Id Bau Tzarit	douar-id-bau-tzarit	MA		0	Africa/Casablanca	29.60173	-9.94551				09	581		
10886513	Douar Id Addi	douar-id-addi	MA		0	Africa/Casablanca	29.60816	-9.95974				09	581		
10886514	Douar Id Bel Kacem	douar-id-bel-kacem	MA		0	Africa/Casablanca	29.60561	-9.96227				09	581		
10886517	Douar Id Cakuuk	douar-id-cakuuk	MA		0	Africa/Casablanca	29.59867	-9.96939				09	581		
10886519	Douar Id Lakhil	douar-id-lakhil	MA		0	Africa/Casablanca	29.59747	-9.98109				09	581		
10886523	Douar Id Biyzn	douar-id-biyzn	MA		0	Africa/Casablanca	29.6019	-9.98109				09	581		
10886527	Douar Id Ben Said	douar-id-ben-said	MA		0	Africa/Casablanca	29.60983	-9.99456				09	581		
10886531	Douar Id Alt Tnujant	douar-id-alt-tnujant	MA		0	Africa/Casablanca	29.5896	-9.98793				09	581		
10886535	Douar Id Bou Osl	douar-id-bou-osl	MA		0	Africa/Casablanca	29.58223	-9.96709				09	581		
10886537	Douar Id Ou Taled	douar-id-ou-taled	MA		0	Africa/Casablanca	29.59186	-9.9516				09	581		
10886538	Douar Id Mauzh	douar-id-mauzh	MA		0	Africa/Casablanca	29.59665	-9.94595				09	581		
10886544	Douar Oudiene	douar-oudiene	MA		0	Africa/Casablanca	29.59906	-9.93321				09	581		
10886548	Douar Id Boura	douar-id-boura	MA		0	Africa/Casablanca	29.59747	-9.92321				09	581		
10886549	Douar Boulebane	douar-boulebane	MA		0	Africa/Casablanca	29.58258	-9.91684				09	581		
10886561	Douar n-Bou Houch	douar-n-bou-houch	MA		0	Africa/Casablanca	29.59639	-9.88167				09	581		
10886574	Douar Id Addi	douar-id-addi	MA		0	Africa/Casablanca	29.57646	-9.92053				09	581		
10886575	Douar Tagadine	douar-tagadine	MA		0	Africa/Casablanca	29.57648	-9.9274				09	581		
10886576	Douar Bouziou	douar-bouziou	MA		0	Africa/Casablanca	29.57728	-9.93173				09	581		
10886581	Douar Agnrou	douar-agnrou	MA		0	Africa/Casablanca	29.57404	-9.95549				09	581		
10886583	Douar Id Mohmmadi	douar-id-mohmmadi	MA		0	Africa/Casablanca	29.57078	-9.96913				09	581		
10886588	Douar Boujra	douar-boujra	MA		0	Africa/Casablanca	29.5669	-9.99654				10	473		
10886590	Douar Lamjari	douar-lamjari	MA		0	Africa/Casablanca	29.56128	-9.98386				09	581		
10886592	Douar Tamerzagle	douar-tamerzagle	MA		0	Africa/Casablanca	29.56099	-9.96829				09	581		
10886595	Douar Id Bafka Tamerzagl	douar-id-bafka-tamerzagl	MA		0	Africa/Casablanca	29.5629	-9.95346				09	581		
10886598	Douar Bou Tesnane	douar-bou-tesnane	MA		0	Africa/Casablanca	29.56596	-9.92054				09	581		
10886599	Douar Tageuste	douar-tageuste	MA		0	Africa/Casablanca	29.56196	-9.93328				09	581		
10886600	Douar Lkashale	douar-lkashale	MA		0	Africa/Casablanca	29.5625	-9.92353				09	581		
10886616	Douar Id Bauchayb	douar-id-bauchayb	MA		0	Africa/Casablanca	29.54126	-9.875				09	581		
10886640	Douar Takem Ouriella	douar-takem-ouriella	MA		0	Africa/Casablanca	29.54725	-9.94532				09	581		
10886643	Douar Takem Ouzedour	douar-takem-ouzedour	MA		0	Africa/Casablanca	29.55058	-9.95012				09	581		
10886649	Douar Id Bou Liees	douar-id-bou-liees	MA		0	Africa/Casablanca	29.54563	-9.97608				09	581		
10886662	Douar Zgourdane Zeddour	douar-zgourdane-zeddour	MA		0	Africa/Casablanca	29.53962	-9.98222				09	581		
10886675	Douar Ait Al	douar-ait-al	MA		0	Africa/Casablanca	29.52462	-9.93623				10	473		
10886676	Douar Id Ben Hmad	douar-id-ben-hmad	MA		0	Africa/Casablanca	29.51952	-9.94178				10	473		
10886682	Douar Trasim	douar-trasim	MA		0	Africa/Casablanca	29.50877	-9.92414				10	473		
10886685	Douar Id Hammou Cuteghous	douar-id-hammou-cuteghous	MA		0	Africa/Casablanca	29.50465	-9.90553				10	473		
10886694	Douar Tagadri	douar-tagadri	MA		0	Africa/Casablanca	29.52013	-9.88292				09	581		
10886698	Douar Tagadri	douar-tagadri	MA		0	Africa/Casablanca	29.53753	-9.88227				09	581		
10886702	Douar Id Oulyal	douar-id-oulyal	MA		0	Africa/Casablanca	29.51062	-9.90585				10	473		
10886703	Douar Id Ben Aarhi	douar-id-ben-aarhi	MA		0	Africa/Casablanca	29.5078	-9.92862				10	473		
10886704	Douar Id Ben Hmad Ouzeddar	douar-id-ben-hmad-ouzeddar	MA		0	Africa/Casablanca	29.50207	-9.93652				10	473		
10886705	Douar Taguiiste	douar-taguiiste	MA		0	Africa/Casablanca	29.49839	-9.94109				10	473		
10886706	Douar Ibaroha	douar-ibaroha	MA		0	Africa/Casablanca	29.50403	-9.93534				10	473		
10886708	Douar Lemaadene	douar-lemaadene	MA		0	Africa/Casablanca	29.50661	-9.93986				10	473		
10886709	Douar Id Ben Ali	douar-id-ben-ali	MA		0	Africa/Casablanca	29.50254	-9.94317				10	473		
10886711	Douar Alt Sidi Youasse	douar-alt-sidi-youasse	MA		0	Africa/Casablanca	29.51538	-9.94266				10	473		
10886725	Douar Id Sidi Abdellah	douar-id-sidi-abdellah	MA		0	Africa/Casablanca	29.51622	-9.99441				09	581		
10886728	Douar Blyfisene	douar-blyfisene	MA		0	Africa/Casablanca	29.5132	-9.98265				09	581		
10886735	Douar n-Oucherim	douar-n-oucherim	MA		0	Africa/Casablanca	29.58304	-9.99663				10	473		
10886739	Douar Ougun	douar-ougun	MA		0	Africa/Casablanca	29.60432	-9.98777				09	581		
10886740	Douar Id Monend Lemsidra	douar-id-monend-lemsidra	MA		0	Africa/Casablanca	29.5205	-9.99238				09	581		
10886741	Douar Id Ranmane	douar-id-ranmane	MA		0	Africa/Casablanca	29.6097	-9.9836				09	581		
10889212	Id Hammou	id-hammou	MA		0	Africa/Casablanca	29.50406	-9.7459				09	581		
10889214	Id Bou Mansour	id-bou-mansour	MA		0	Africa/Casablanca	29.50724	-9.73984				09	581		
10889246	Dar Bertit	dar-bertit	MA		0	Africa/Casablanca	29.62151	-9.65179				09	581		
10889255	Id Amrane	id-amrane	MA		0	Africa/Casablanca	29.60706	-9.63822				09	581		
10889256	El Hajjaj	el-hajjaj	MA		0	Africa/Casablanca	29.60469	-9.63498				09	581		
10889263	Bou Erredayem	bou-erredayem	MA		0	Africa/Casablanca	29.59119	-9.67036				09	581		
10889267	Dar El Arbi Bou El Bid	dar-el-arbi-bou-el-bid	MA		0	Africa/Casablanca	29.57996	-9.62819				09	581		
10889268	Dar Mohamed Ben Mahfoud	dar-mohamed-ben-mahfoud	MA		0	Africa/Casablanca	29.58036	-9.63737				09	581		
10889269	Dar Fani El Arbi	dar-fani-el-arbi	MA		0	Africa/Casablanca	29.58762	-9.69628				09	581		
10889270	Nbazra	nbazra	MA		0	Africa/Casablanca	29.58176	-9.69882				09	581		
10889272	Edderayyae	edderayyae	MA		0	Africa/Casablanca	29.58454	-9.71079				09	581		
10889273	Lobnaouer	lobnaouer	MA		0	Africa/Casablanca	29.58005	-9.70715				09	581		
10889278	Dar Cheikh Ahmed	dar-cheikh-ahmed	MA		0	Africa/Casablanca	29.57625	-9.71744				09	581		
10889280	Essaouira	essaouira	MA		0	Africa/Casablanca	29.57141	-9.71485				09	581		
10889281	Id Birouk	id-birouk	MA		0	Africa/Casablanca	29.57767	-9.71487				09	581		
10889283	Oulad Ben El Kheir	oulad-ben-el-kheir	MA		0	Africa/Casablanca	29.57127	-9.70753				09	581		
10889286	Bouyer	bouyer	MA		0	Africa/Casablanca	29.56818	-9.68796				09	581		
10889295	Lachouag	lachouag	MA		0	Africa/Casablanca	29.55457	-9.6895				09	581		
10889297	Lebbayda	lebbayda	MA		0	Africa/Casablanca	29.55248	-9.69372				09	581		
10889298	El Hasnaoul Mohamed	el-hasnaoul-mohamed	MA		0	Africa/Casablanca	29.55382	-9.69928				09	581		
10889300	Id Enneguida	id-enneguida	MA		0	Africa/Casablanca	29.54652	-9.69283				09	581		
10889301	Id Bouzid	id-bouzid	MA		0	Africa/Casablanca	29.54645	-9.68263				09	581		
10889306	Ettaqi El Houssine	ettaqi-el-houssine	MA		0	Africa/Casablanca	29.55493	-9.74495				09	581		
10889307	Bou Tgoulla El Houssine	bou-tgoulla-el-houssine	MA		0	Africa/Casablanca	29.54871	-9.7389				09	581		
10889310	Tafat Ouzaghar	tafat-ouzaghar	MA		0	Africa/Casablanca	29.54107	-9.73833				09	581		
10889311	Tiguemmi Assouab El Houssine	tiguemmi-assouab-el-houssine	MA		0	Africa/Casablanca	29.53775	-9.7208				09	581		
10889312	Errays Mohamed	errays-mohamed	MA		0	Africa/Casablanca	29.53773	-9.70613				09	581		
10889313	Id Ouarab El Houssine	id-ouarab-el-houssine	MA		0	Africa/Casablanca	29.53519	-9.72147				09	581		
10889314	El Ouldadiya	el-ouldadiya	MA		0	Africa/Casablanca	29.54248	-9.69453				09	581		
10889315	Takhizzout	takhizzout	MA		0	Africa/Casablanca	29.54292	-9.69172				09	581		
10889334	Laaraj Mohamed	laaraj-mohamed	MA		0	Africa/Casablanca	29.51792	-9.69431				09	581		
10889336	Dar Ettayra	dar-ettayra	MA		0	Africa/Casablanca	29.51088	-9.69564				09	581		
10889338	Id Baali	id-baali	MA		0	Africa/Casablanca	29.51148	-9.67567				09	581		
10889344	Talat n-Tiroua	talat-n-tiroua	MA		0	Africa/Casablanca	29.5244	-9.72132				09	581		
10889353	Id Bou Tgoulla	id-bou-tgoulla	MA		0	Africa/Casablanca	29.52074	-9.74195				09	581		
10889355	Maggar	maggar	MA		0	Africa/Casablanca	29.527	-9.72969				09	581		
10889356	Hassan Ettahiri	hassan-ettahiri	MA		0	Africa/Casablanca	29.50808	-9.69547				09	581		
10889357	Bou Gandouz	bou-gandouz	MA		0	Africa/Casablanca	29.50934	-9.68502				09	581		
10889358	Tadight	tadight	MA		0	Africa/Casablanca	29.5096	-9.68201				09	581		
10889359	Douar Id Salem	douar-id-salem	MA		0	Africa/Casablanca	29.50885	-9.67969				09	581		
10889370	Baaqila	baaqila	MA		0	Africa/Casablanca	29.50308	-9.6656				09	581		
10889371	Lefrates	lefrates	MA		0	Africa/Casablanca	29.50076	-9.67934				09	581		
10889372	Laaraguib	laaraguib	MA		0	Africa/Casablanca	29.50205	-9.68173				09	581		
10889373	Laassara	laassara	MA		0	Africa/Casablanca	29.4994	-9.68396				09	581		
10889375	Echanti Sidi Moussa	echanti-sidi-moussa	MA		0	Africa/Casablanca	29.49969	-9.69541				09	581		
10889376	Dar Aajil	dar-aajil	MA		0	Africa/Casablanca	29.50412	-9.7013				09	581		
10889380	Ezzeganine	ezzeganine	MA		0	Africa/Casablanca	29.60292	-9.62636				09	581		
10889387	Lmalaab	lmalaab	MA		0	Africa/Casablanca	29.53958	-9.68421				09	581		
10889388	Agourai	agourai	MA		0	Africa/Casablanca	29.53953	-9.69388				09	581		
10889397	Id Ou Feqqir	id-ou-feqqir	MA		0	Africa/Casablanca	29.53528	-9.71419				09	581		
10889399	Douar Ighboula	douar-ighboula	MA		0	Africa/Casablanca	29.61989	-9.74949				09	581		
10889400	Id Boubrik	id-boubrik	MA		0	Africa/Casablanca	29.52548	-9.74994				09	581		
10889403	Aghbalou	aghbalou	MA		0	Africa/Casablanca	30.36768	-9.36486				09	273		
10889405	Lauhraza	lauhraza	MA		0	Africa/Casablanca	30.3639	-9.33047				09	273		
10889406	Oulad Soummane	oulad-soummane	MA		0	Africa/Casablanca	30.36325	-9.31562				09	273		
10889410	Oulad Alioua	oulad-alioua	MA		0	Africa/Casablanca	30.37108	-9.26376				09	541		
10889412	Shabat	shabat	MA		0	Africa/Casablanca	30.34922	-9.31489				09	273		
10889414	Maison Des Jeunas	maison-des-jeunas	MA		0	Africa/Casablanca	30.3622	-9.33579				09	273		
10889415	Douar Dchera	douar-dchera	MA		0	Africa/Casablanca	30.35315	-9.33438				09	273		
10889416	Dyabat	dyabat	MA		0	Africa/Casablanca	30.35242	-9.33205				09	273		
10889417	Ain Nakhla	ain-nakhla	MA		0	Africa/Casablanca	30.33922	-9.3552				09	273		
10889419	Oulad Ali	oulad-ali	MA		0	Africa/Casablanca	30.35015	-9.29169				09	273		
10889422	Douar Oulad Abbou	douar-oulad-abbou	MA		0	Africa/Casablanca	30.33902	-9.27887				09	541		
10889423	Al Ben Haddi	al-ben-haddi	MA		0	Africa/Casablanca	30.33404	-9.30108				09	273		
10889424	Dar Ben Ali	dar-ben-ali	MA		0	Africa/Casablanca	30.33789	-9.30581				09	273		
10889425	Hachya	hachya	MA		0	Africa/Casablanca	30.33432	-9.30507				09	273		
10889427	Douar Laarab	douar-laarab	MA		0	Africa/Casablanca	30.32801	-9.29064				09	273		
10889429	Ahl Souss	ahl-souss	MA		0	Africa/Casablanca	30.3237	-9.26366				09	541		
10889430	Douar Lakbir	douar-lakbir	MA		0	Africa/Casablanca	30.32225	-9.24949				09	541		
10889433	Douar Belbyad	douar-belbyad	MA		0	Africa/Casablanca	30.31247	-9.28059				09	541		
10889435	Lborj	lborj	MA		0	Africa/Casablanca	30.30593	-9.27297				09	541		
10889437	Rouil	rouil	MA		0	Africa/Casablanca	30.30445	-9.26695				09	541		
10889439	Douar Dlalat	douar-dlalat	MA		0	Africa/Casablanca	30.29929	-9.25488				09	541		
10889442	Nezla	nezla	MA		0	Africa/Casablanca	30.27888	-9.29884				09	163		
10889443	Lakraouh	lakraouh	MA		0	Africa/Casablanca	30.2805	-9.25036				09	541		
10889444	Tiguemmi Lhaj Abed	tiguemmi-lhaj-abed	MA		0	Africa/Casablanca	30.26591	-9.35388				09	163		
10889445	Lhachya	lhachya	MA		0	Africa/Casablanca	30.27004	-9.35858				09	163		
10889446	Amhaych	amhaych	MA		0	Africa/Casablanca	30.26107	-9.36814				09	163		
10889447	Tiougnaou	tiougnaou	MA		0	Africa/Casablanca	30.26508	-9.36048				09	163		
10889448	Ait Ou Belkacem	ait-ou-belkacem	MA		0	Africa/Casablanca	30.25685	-9.36289				09	163		
10889451	Imzilen	imzilen	MA		0	Africa/Casablanca	30.25708	-9.34193				09	163		
10889452	Sebt Lgfifat	sebt-lgfifat	MA		0	Africa/Casablanca	30.33182	-9.25731				09	541		
10889453	Guemmound Dhari	guemmound-dhari	MA		0	Africa/Casablanca	30.36752	-9.37406				09	273		
10889454	Guemmoud Lfougani	guemmoud-lfougani	MA		0	Africa/Casablanca	30.36404	-9.37398				09	273		
10889463	Id Aissa	id-aissa	MA		0	Africa/Casablanca	30.97255	-9.79586				07	211		
10889464	Tiguemmi El Cold	tiguemmi-el-cold	MA		0	Africa/Casablanca	30.99646	-9.79803				07	211		
10889468	Ait Sidi Abdellah	ait-sidi-abdellah	MA		0	Africa/Casablanca	30.98889	-9.76734				07	211		
10889469	Timzguida Latulae	timzguida-latulae	MA		0	Africa/Casablanca	30.98418	-9.76794				07	211		
10889470	Sidi Mohamed Ou Heahim	sidi-mohamed-ou-heahim	MA		0	Africa/Casablanca	30.9871	-9.7804				07	211		
10889471	Douar Id Bella Ou Ali	douar-id-bella-ou-ali	MA		0	Africa/Casablanca	30.98586	-9.79502				07	211		
10889478	Douar Tassila Moubda	douar-tassila-moubda	MA		0	Africa/Casablanca	30.97152	-9.80572				07	211		
10889482	Id Abbou	id-abbou	MA		0	Africa/Casablanca	30.95625	-9.80246				07	211		
10889483	Id Lemrah	id-lemrah	MA		0	Africa/Casablanca	30.94794	-9.79783				07	211		
10889484	Id El Yarid	id-el-yarid	MA		0	Africa/Casablanca	30.94284	-9.7912				07	211		
10889494	Douar Tikiker	douar-tikiker	MA		0	Africa/Casablanca	30.92598	-9.79892				09	001		
10889495	Douar Tassila Imzilene	douar-tassila-imzilene	MA		0	Africa/Casablanca	30.93728	-9.78965				07	211		
10889508	Id El Jid	id-el-jid	MA		0	Africa/Casablanca	30.9005	-9.78982				09	001		
10889509	Sidi Bou Zbayegh	sidi-bou-zbayegh	MA		0	Africa/Casablanca	30.90022	-9.79442				09	001		
10889518	Douar Ourti Oufella	douar-ourti-oufella	MA		0	Africa/Casablanca	30.87284	-9.74867				09	001		
10889525	Id Ben El Ardi	id-ben-el-ardi	MA		0	Africa/Casablanca	30.99343	-9.77972				07	211		
10889526	Douar Id Abdellah Ou Hammou	douar-id-abdellah-ou-hammou	MA		0	Africa/Casablanca	30.98711	-9.76551				07	211		
10889527	Id El Asri	id-el-asri	MA		0	Africa/Casablanca	30.94066	-9.79615				07	211		
10889532	Id El Jazoui	id-el-jazoui	MA		0	Africa/Casablanca	30.95813	-9.78815				07	211		
10889536	Timzguida Ouftas	timzguida-ouftas	MA		0	Africa/Casablanca	30.98443	-9.79111				07	211		
10889538	Sidi Ouakimouane	sidi-ouakimouane	MA		0	Africa/Casablanca	30.95303	-9.78608				07	211		
10889539	Id Errami	id-errami	MA		0	Africa/Casablanca	30.95022	-9.7918				07	211		
10889540	Ait Ettaleb Mbarek	ait-ettaleb-mbarek	MA		0	Africa/Casablanca	31.24731	-9.74681				07	211		
10889541	Id Bou Hsaine	id-bou-hsaine	MA		0	Africa/Casablanca	31.24527	-9.74488				07	211		
10889543	Id Hammou	id-hammou	MA		0	Africa/Casablanca	31.24009	-9.74549				07	211		
10889545	Id Errays	id-errays	MA		0	Africa/Casablanca	31.24236	-9.74024				07	211		
10889546	Id Ouamr	id-ouamr	MA		0	Africa/Casablanca	31.24513	-9.733				07	211		
10889551	Id Ahmach	id-ahmach	MA		0	Africa/Casablanca	31.23708	-9.72272				07	211		
10889552	Amalou	amalou	MA		0	Africa/Casablanca	31.23504	-9.71849				07	211		
10889557	Id Khazzoub	id-khazzoub	MA		0	Africa/Casablanca	31.23909	-9.6654				07	211		
10889559	Anou Akhou	anou-akhou	MA		0	Africa/Casablanca	31.23509	-9.66131				07	211		
10889561	Id Ezzarrag	id-ezzarrag	MA		0	Africa/Casablanca	31.23774	-9.65695				07	211		
10889562	Ait Tama	ait-tama	MA		0	Africa/Casablanca	31.24449	-9.66409				07	211		
10889563	Idraouine	idraouine	MA		0	Africa/Casablanca	31.23867	-9.64754				07	211		
10889565	Id Moulay	id-moulay	MA		0	Africa/Casablanca	31.2365	-9.65407				07	211		
10889566	Eddahr Imejjad	eddahr-imejjad	MA		0	Africa/Casablanca	31.24335	-9.64558				07	211		
10889567	Ait Moulid	ait-moulid	MA		0	Africa/Casablanca	31.23834	-9.64471				07	211		
10889568	Bou Hanna	bou-hanna	MA		0	Africa/Casablanca	31.24451	-9.63645				07	211		
10889569	El Borj	el-borj	MA		0	Africa/Casablanca	31.24571	-9.62852				07	211		
10889570	Bou Azrou	bou-azrou	MA		0	Africa/Casablanca	31.24055	-9.63523				07	211		
10889571	Zaouiat El Mehsar	zaouiat-el-mehsar	MA		0	Africa/Casablanca	31.23738	-9.6293				07	211		
10889574	Taourirt	taourirt	MA		0	Africa/Casablanca	31.23407	-9.63244				07	211		
10889575	Ibarrayene	ibarrayene	MA		0	Africa/Casablanca	31.22786	-9.62688				07	211		
10889577	Ait Aissa	ait-aissa	MA		0	Africa/Casablanca	31.23142	-9.63616				07	211		
10889578	Inedejjarene	inedejjarene	MA		0	Africa/Casablanca	31.23238	-9.64086				07	211		
10889579	Lemghoufel	lemghoufel	MA		0	Africa/Casablanca	31.2292	-9.6391				07	211		
10889580	Ilahyane	ilahyane	MA		0	Africa/Casablanca	31.22589	-9.63472				07	211		
10889581	Toukhnbine	toukhnbine	MA		0	Africa/Casablanca	31.22371	-9.63455				07	211		
10889582	Id Ajdagguir	id-ajdagguir	MA		0	Africa/Casablanca	31.22665	-9.65202				07	211		
10889584	Id El Houari	id-el-houari	MA		0	Africa/Casablanca	31.22861	-9.68835				07	211		
10889585	Tafzaf	tafzaf	MA		0	Africa/Casablanca	31.22613	-9.68958				07	211		
10889587	Tilioua	tilioua	MA		0	Africa/Casablanca	31.22871	-9.69279				07	211		
10889588	Id Khenyouch	id-khenyouch	MA		0	Africa/Casablanca	31.22908	-9.70145				07	211		
10889589	Id Abdelkarim	id-abdelkarim	MA		0	Africa/Casablanca	31.22478	-9.70112				07	211		
10889590	Sidi Bouzekri	sidi-bouzekri	MA		0	Africa/Casablanca	31.22562	-9.70529				07	211		
10889591	Id Kajjid	id-kajjid	MA		0	Africa/Casablanca	31.22734	-9.70403				07	211		
10889592	Injaymiyene	injaymiyene	MA		0	Africa/Casablanca	31.2283	-9.70865				07	211		
10889593	Iaattarene	iaattarene	MA		0	Africa/Casablanca	31.22745	-9.70735				07	211		
10889595	Ait Lemqaddem	ait-lemqaddem	MA		0	Africa/Casablanca	31.22553	-9.70671				07	211		
10889596	Issamailene	issamailene	MA		0	Africa/Casablanca	31.223	-9.70428				07	211		
10889598	Tabarine	tabarine	MA		0	Africa/Casablanca	31.22593	-9.71464				07	211		
10889599	Id Addi Ou Bihi	id-addi-ou-bihi	MA		0	Africa/Casablanca	31.22114	-9.71407				07	211		
10889600	Biyzourane	biyzourane	MA		0	Africa/Casablanca	31.2245	-9.72144				07	211		
10889601	Tabaazzit	tabaazzit	MA		0	Africa/Casablanca	31.2212	-9.71966				07	211		
10889602	Id El Gaddar	id-el-gaddar	MA		0	Africa/Casablanca	31.22297	-9.72798				07	211		
10889603	Id Salem	id-salem	MA		0	Africa/Casablanca	31.22704	-9.72613				07	211		
10889604	Ihouzmidene	ihouzmidene	MA		0	Africa/Casablanca	31.2312	-9.72236				07	211		
10889605	Id Ouaouziou	id-ouaouziou	MA		0	Africa/Casablanca	31.23223	-9.71773				07	211		
10889607	Id Ahna	id-ahna	MA		0	Africa/Casablanca	31.21999	-9.72834				07	211		
10889611	Id Jarouid	id-jarouid	MA		0	Africa/Casablanca	31.22123	-9.74612				07	211		
10889612	Id Biyekhdadene	id-biyekhdadene	MA		0	Africa/Casablanca	31.2166	-9.74742				07	211		
10889613	Id Machtoune	id-machtoune	MA		0	Africa/Casablanca	31.21946	-9.7376				07	211		
10889614	Id Binchir	id-binchir	MA		0	Africa/Casablanca	31.21774	-9.73341				07	211		
10889618	Id Hammou Ou Bella	id-hammou-ou-bella	MA		0	Africa/Casablanca	31.21139	-9.7467				07	211		
10889619	Abassari	abassari	MA		0	Africa/Casablanca	31.21337	-9.74084				07	211		
10889621	Ihlabbatene	ihlabbatene	MA		0	Africa/Casablanca	31.21662	-9.71241				07	211		
10889623	Ilaghjatene	ilaghjatene	MA		0	Africa/Casablanca	31.2082	-9.7127				07	211		
10889627	Id Ben Yachou	id-ben-yachou	MA		0	Africa/Casablanca	31.20991	-9.68791				07	211		
10889628	Id Ali Ou El Haj	id-ali-ou-el-haj	MA		0	Africa/Casablanca	31.20956	-9.69103				07	211		
10889632	Ait Ouafa	ait-ouafa	MA		0	Africa/Casablanca	31.22197	-9.63389				07	211		
10889634	Id Ou Laaouk	id-ou-laaouk	MA		0	Africa/Casablanca	31.22386	-9.62911				07	211		
10889636	Id El Arbi	id-el-arbi	MA		0	Africa/Casablanca	31.21077	-9.63294				07	211		
10889637	Ait Esselib	ait-esselib	MA		0	Africa/Casablanca	31.20464	-9.62758				07	211		
10889638	Tassila	tassila	MA		0	Africa/Casablanca	31.20486	-9.63595				07	211		
10889639	Ait Eddouart	ait-eddouart	MA		0	Africa/Casablanca	31.2014	-9.62888				07	211		
10889640	Id El Arbi Ahmed	id-el-arbi-ahmed	MA		0	Africa/Casablanca	31.19954	-9.63143				07	211		
10889641	Id Baqbach	id-baqbach	MA		0	Africa/Casablanca	31.19916	-9.6348				07	211		
10889643	Tiguemmi n-Id Ouakrim	tiguemmi-n-id-ouakrim	MA		0	Africa/Casablanca	31.19694	-9.6405				07	211		
10889644	Tiguemmi Lemrabet	tiguemmi-lemrabet	MA		0	Africa/Casablanca	31.19547	-9.63312				07	211		
10889646	Ihaddadene	ihaddadene	MA		0	Africa/Casablanca	31.20154	-9.6438				07	211		
10889650	Ait Asti Lahsen	ait-asti-lahsen	MA		0	Africa/Casablanca	31.20075	-9.65159				07	211		
10889651	Imejjad	imejjad	MA		0	Africa/Casablanca	31.19982	-9.65018				07	211		
10889652	Tiguemmi Agdir Ibrahim	tiguemmi-agdir-ibrahim	MA		0	Africa/Casablanca	31.19618	-9.64808				07	211		
10889653	Eddchar	eddchar	MA		0	Africa/Casablanca	31.20043	-9.65319				07	211		
10889654	Tigratine	tigratine	MA		0	Africa/Casablanca	31.19724	-9.65208				07	211		
10889655	Taourirt	taourirt	MA		0	Africa/Casablanca	31.19838	-9.65525				07	211		
10889658	Bou Ourti	bou-ourti	MA		0	Africa/Casablanca	31.19447	-9.66688				07	211		
10889660	Ikraymiyine	ikraymiyine	MA		0	Africa/Casablanca	31.20397	-9.67983				07	211		
10889661	Id Ouamer	id-ouamer	MA		0	Africa/Casablanca	31.2046	-9.68491				07	211		
10889663	Imerkad	imerkad	MA		0	Africa/Casablanca	31.19441	-9.69179				07	211		
10889664	Id Mouch	id-mouch	MA		0	Africa/Casablanca	31.20216	-9.69974				07	211		
10889665	Louda	louda	MA		0	Africa/Casablanca	31.19737	-9.69845				07	211		
10889667	Id Ou Marir	id-ou-marir	MA		0	Africa/Casablanca	31.20328	-9.70827				07	211		
10889668	Id El Goud	id-el-goud	MA		0	Africa/Casablanca	31.19899	-9.7127				07	211		
10889669	Id Badday	id-badday	MA		0	Africa/Casablanca	31.19514	-9.71151				07	211		
10889671	Ineflas	ineflas	MA		0	Africa/Casablanca	31.19436	-9.71316				07	211		
10889679	Ijarrarene	ijarrarene	MA		0	Africa/Casablanca	31.20846	-9.74029				07	211		
10889680	Id Soussane	id-soussane	MA		0	Africa/Casablanca	31.21075	-9.73992				07	211		
10889681	Bridou	bridou	MA		0	Africa/Casablanca	31.18678	-9.74446				07	211		
10889682	Id Ouakrim	id-ouakrim	MA		0	Africa/Casablanca	31.18732	-9.73196				07	211		
10889683	Id Echarqi	id-echarqi	MA		0	Africa/Casablanca	31.18435	-9.73035				07	211		
10889684	Tiguemmi Ouzeddar	tiguemmi-ouzeddar	MA		0	Africa/Casablanca	31.18143	-9.7452				07	211		
10889693	Id Bella Hammou	id-bella-hammou	MA		0	Africa/Casablanca	31.19086	-9.70579				07	211		
10889694	Adouar	adouar	MA		0	Africa/Casablanca	31.19461	-9.69531				07	211		
10889695	Agadir	agadir	MA		0	Africa/Casablanca	31.18504	-9.69472				07	211		
10889696	Inadejjar	inadejjar	MA		0	Africa/Casablanca	31.1844	-9.70466				07	211		
10889697	Id Faddoul	id-faddoul	MA		0	Africa/Casablanca	31.19218	-9.6958				07	211		
10889698	Id Ben Hassan	id-ben-hassan	MA		0	Africa/Casablanca	31.19053	-9.68411				07	211		
10889699	Imaanane	imaanane	MA		0	Africa/Casablanca	31.18722	-9.68828				07	211		
10889700	Id Mhand	id-mhand	MA		0	Africa/Casablanca	31.18621	-9.6915				07	211		
10889701	Aram Dou Cheikh	aram-dou-cheikh	MA		0	Africa/Casablanca	31.18482	-9.68949				07	211		
10889702	Id Bou Addi	id-bou-addi	MA		0	Africa/Casablanca	31.1902	-9.67812				07	211		
10889717	Id Biy Isseharrayne	id-biy-isseharrayne	MA		0	Africa/Casablanca	31.17576	-9.69204				07	211		
10889719	Imzilene	imzilene	MA		0	Africa/Casablanca	31.18018	-9.69836				07	211		
10889720	Id Mansour	id-mansour	MA		0	Africa/Casablanca	31.18434	-9.7095				07	211		
10889721	Id El Aouad	id-el-aouad	MA		0	Africa/Casablanca	31.18299	-9.71257				07	211		
10889722	Id El Ghazi	id-el-ghazi	MA		0	Africa/Casablanca	31.18055	-9.71064				07	211		
10889723	Dar Ettalyane	dar-ettalyane	MA		0	Africa/Casablanca	31.17917	-9.71169				07	211		
10889727	Bou Tziki	bou-tziki	MA		0	Africa/Casablanca	31.17064	-9.72212				07	211		
10889729	Id Msahel	id-msahel	MA		0	Africa/Casablanca	31.17353	-9.71929				07	211		
10889731	Id Mbarek Ou Hmad	id-mbarek-ou-hmad	MA		0	Africa/Casablanca	31.1695	-9.70945				07	211		
10889732	Id El Ghassoul	id-el-ghassoul	MA		0	Africa/Casablanca	31.17521	-9.71023				07	211		
10889734	Id Belaaid	id-belaaid	MA		0	Africa/Casablanca	31.17352	-9.70434				07	211		
10889735	Id El Fahim	id-el-fahim	MA		0	Africa/Casablanca	31.16947	-9.69904				07	211		
10889736	Id Akhdahine	id-akhdahine	MA		0	Africa/Casablanca	31.16694	-9.70491				07	211		
10889737	Id Dari	id-dari	MA		0	Africa/Casablanca	31.17695	-9.71055				07	211		
10889754	Id Oumejjoud	id-oumejjoud	MA		0	Africa/Casablanca	31.15207	-9.70107				07	211		
10889757	Id Ouakrim	id-ouakrim	MA		0	Africa/Casablanca	31.16578	-9.71494				07	211		
10889762	Id Bihi Ou Mbarek	id-bihi-ou-mbarek	MA		0	Africa/Casablanca	31.15282	-9.73051				07	211		
10889764	Ait Chagour	ait-chagour	MA		0	Africa/Casablanca	31.14924	-9.73371				07	211		
10889765	Id Jaafar	id-jaafar	MA		0	Africa/Casablanca	31.14577	-9.73333				07	211		
10889766	Id Bou Chakkouch	id-bou-chakkouch	MA		0	Africa/Casablanca	31.14422	-9.7286				07	211		
10889767	Id Ou Jeddi	id-ou-jeddi	MA		0	Africa/Casablanca	31.15057	-9.73509				07	211		
10889768	Id Ou Tanane	id-ou-tanane	MA		0	Africa/Casablanca	31.15339	-9.73448				07	211		
10889769	Ida Ou Azza	ida-ou-azza	MA		0	Africa/Casablanca	31.14822	-9.74119				07	211		
10889771	Ail Jihal	ail-jihal	MA		0	Africa/Casablanca	31.15289	-9.73993				07	211		
10889772	Bou Ouafar	bou-ouafar	MA		0	Africa/Casablanca	31.16061	-9.74418				07	211		
10889774	Id Biy Mourne	id-biy-mourne	MA		0	Africa/Casablanca	31.14164	-9.74668				07	211		
10889775	Tassalya	tassalya	MA		0	Africa/Casablanca	31.14082	-9.74199				07	211		
10889777	Sidi Brahim Ou Aissa	sidi-brahim-ou-aissa	MA		0	Africa/Casablanca	31.14112	-9.73341				07	211		
10889778	Ichaouine	ichaouine	MA		0	Africa/Casablanca	31.13929	-9.72716				07	211		
10889791	Id Ou Souss	id-ou-souss	MA		0	Africa/Casablanca	31.13689	-9.67155				07	211		
10889792	Tabya	tabya	MA		0	Africa/Casablanca	31.13797	-9.66643				07	211		
10889793	Id Oumghar	id-oumghar	MA		0	Africa/Casablanca	31.13936	-9.66087				07	211		
10889795	Tiguemmi Ou Bella	tiguemmi-ou-bella	MA		0	Africa/Casablanca	31.13998	-9.65028				07	211		
10889797	Id Asti Addi	id-asti-addi	MA		0	Africa/Casablanca	31.13891	-9.64592				07	211		
10889799	Tiguemmi Ouzeddar	tiguemmi-ouzeddar	MA		0	Africa/Casablanca	31.13687	-9.65291				07	211		
10889800	Agaouou	agaouou	MA		0	Africa/Casablanca	31.13552	-9.65643				07	211		
10889802	Id El Mahboul	id-el-mahboul	MA		0	Africa/Casablanca	31.14151	-9.63782				07	211		
10889805	Talmakant	talmakant	MA		0	Africa/Casablanca	31.1413	-9.63639				07	211		
10889807	Ifedrarene	ifedrarene	MA		0	Africa/Casablanca	31.13588	-9.62964				07	211		
10889809	Tassila Moussa	tassila-moussa	MA		0	Africa/Casablanca	31.13311	-9.63828				07	211		
10889810	Id Ou Achma	id-ou-achma	MA		0	Africa/Casablanca	31.13266	-9.63031				07	211		
10889811	Id Bergounni	id-bergounni	MA		0	Africa/Casablanca	31.12661	-9.62979				07	211		
10889815	Id El Asri	id-el-asri	MA		0	Africa/Casablanca	31.12881	-9.64497				07	211		
10889817	Id Bou Handa	id-bou-handa	MA		0	Africa/Casablanca	31.13193	-9.65153				07	211		
10889818	Id Biy Jaouane	id-biy-jaouane	MA		0	Africa/Casablanca	31.12881	-9.65315				07	211		
10889819	Tiguemmi Ajerrad Mohamed	tiguemmi-ajerrad-mohamed	MA		0	Africa/Casablanca	31.12648	-9.6401				07	211		
10889821	Id El Mouddene	id-el-mouddene	MA		0	Africa/Casablanca	31.13224	-9.6639				07	211		
10889822	Id Ou Magroud	id-ou-magroud	MA		0	Africa/Casablanca	31.12841	-9.66484				07	211		
10889824	Ibidarene	ibidarene	MA		0	Africa/Casablanca	31.13061	-9.67312				07	211		
10889825	Id Ouakrim	id-ouakrim	MA		0	Africa/Casablanca	31.13119	-9.67929				07	211		
10889827	Ibahharene	ibahharene	MA		0	Africa/Casablanca	31.13046	-9.68632				07	211		
10889828	Iaaltarene	iaaltarene	MA		0	Africa/Casablanca	31.13567	-9.68783				07	211		
10889829	Imzilene	imzilene	MA		0	Africa/Casablanca	31.13328	-9.6854				07	211		
10889830	Id Ijjouk	id-ijjouk	MA		0	Africa/Casablanca	31.12353	-9.69127				07	211		
10889831	Id Ou Nedjar	id-ou-nedjar	MA		0	Africa/Casablanca	31.12709	-9.69654				07	211		
10889832	Id Boujemaa	id-boujemaa	MA		0	Africa/Casablanca	31.13287	-9.6977				07	211		
10889835	Id Amar	id-amar	MA		0	Africa/Casablanca	31.13254	-9.69731				07	211		
10889840	Id Zafi	id-zafi	MA		0	Africa/Casablanca	31.15248	-9.74929				07	211		
10889841	Id Ouisam	id-ouisam	MA		0	Africa/Casablanca	31.14992	-9.74921				07	211		
10889847	Id El Baz	id-el-baz	MA		0	Africa/Casablanca	31.21615	-9.68626				07	211		
10889848	Id El Hater	id-el-hater	MA		0	Africa/Casablanca	31.21821	-9.68975				07	211		
10889857	Ezzaouia	ezzaouia	MA		0	Africa/Casablanca	31.14964	-9.74506				07	211		
10889858	Igaderne	igaderne	MA		0	Africa/Casablanca	31.15222	-9.74461				07	211		
10889859	Ibidarene	ibidarene	MA		0	Africa/Casablanca	31.1581	-9.73014				07	211		
10889871	Idaou Tafrat	idaou-tafrat	MA		0	Africa/Casablanca	31.12757	-9.6417				07	211		
10891324	Anamer	anamer	MA		0	Africa/Casablanca	31.24266	-9.61689				07	211		
10891325	Ait Oujam	ait-oujam	MA		0	Africa/Casablanca	31.24649	-9.60696				07	211		
10891327	Id Bou Daoud	id-bou-daoud	MA		0	Africa/Casablanca	31.24304	-9.5943				07	211		
10891328	Heritiere Hassan Eddaboue	heritiere-hassan-eddaboue	MA		0	Africa/Casablanca	31.24675	-9.58647				07	211		
10891329	Id Eddaboue	id-eddaboue	MA		0	Africa/Casablanca	31.24269	-9.58795				07	211		
10891330	Id Chakkouch	id-chakkouch	MA		0	Africa/Casablanca	31.23761	-9.61643				07	211		
10891334	Takarine	takarine	MA		0	Africa/Casablanca	31.24176	-9.58835				07	211		
10891337	Id Moulad	id-moulad	MA		0	Africa/Casablanca	31.2326	-9.59714				07	211		
10891340	Tamerrit	tamerrit	MA		0	Africa/Casablanca	31.23473	-9.60126				07	211		
10891341	Irsane	irsane	MA		0	Africa/Casablanca	31.23084	-9.59377				07	211		
10891342	Alaghou	alaghou	MA		0	Africa/Casablanca	31.2322	-9.58686				07	211		
10891503	Ait Tloudi	ait-tloudi	MA		0	Africa/Casablanca	31.23341	-9.62291				07	211		
10891504	Id Ali Aggane	id-ali-aggane	MA		0	Africa/Casablanca	31.23697	-9.62334				07	211		
10891506	Id El Harche	id-el-harche	MA		0	Africa/Casablanca	31.23388	-9.58363				07	211		
10891509	Toufairt	toufairt	MA		0	Africa/Casablanca	31.2398	-9.5969				07	211		
10891512	Herilere Bou Hsine Habba	herilere-bou-hsine-habba	MA		0	Africa/Casablanca	31.22665	-9.59447				07	211		
10891515	Bou Reggui	bou-reggui	MA		0	Africa/Casablanca	31.21617	-9.61654				07	211		
10891516	Id Assaid	id-assaid	MA		0	Africa/Casablanca	31.21472	-9.61376				07	211		
10891517	Id Bou Bella	id-bou-bella	MA		0	Africa/Casablanca	31.21746	-9.60932				07	211		
10891518	Id Bou Anda	id-bou-anda	MA		0	Africa/Casablanca	31.21602	-9.60286				07	211		
10891519	Id Bou Azad	id-bou-azad	MA		0	Africa/Casablanca	31.21524	-9.59941				07	211		
10891520	Id Lahsen	id-lahsen	MA		0	Africa/Casablanca	31.21536	-9.58561				07	211		
10891523	Id El Gourch	id-el-gourch	MA		0	Africa/Casablanca	31.2134	-9.61667				07	211		
10891525	Id Lahsen Ou Lahsan	id-lahsen-ou-lahsan	MA		0	Africa/Casablanca	31.2085	-9.61827				07	211		
10891526	Id Lemrabt	id-lemrabt	MA		0	Africa/Casablanca	31.20922	-9.61316				07	211		
10891527	Id Bazegra	id-bazegra	MA		0	Africa/Casablanca	31.20868	-9.61131				07	211		
10891528	Id Bihi n-Eddarouich	id-bihi-n-eddarouich	MA		0	Africa/Casablanca	31.20621	-9.61475				07	211		
10891529	Inellesa	inellesa	MA		0	Africa/Casablanca	31.20582	-9.60348				07	211		
10891530	Id El Oulad	id-el-oulad	MA		0	Africa/Casablanca	31.20881	-9.59816				07	211		
10891531	Id Ouchibane	id-ouchibane	MA		0	Africa/Casablanca	31.20729	-9.58595				07	211		
10891532	Id Masahoud	id-masahoud	MA		0	Africa/Casablanca	31.20667	-9.59123				07	211		
10891533	Id Ziane	id-ziane	MA		0	Africa/Casablanca	31.20255	-9.61934				07	211		
10891534	Issebbane	issebbane	MA		0	Africa/Casablanca	31.20235	-9.62242				07	211		
10891555	Tinougad	tinougad	MA		0	Africa/Casablanca	31.14502	-9.59696				07	211		
10891556	Tigumnad Lemtayba Lahsen	tigumnad-lemtayba-lahsen	MA		0	Africa/Casablanca	31.14221	-9.58827				07	211		
10891558	Tadouart Qimuzzond	tadouart-qimuzzond	MA		0	Africa/Casablanca	31.14039	-9.61891				07	211		
10891559	Izoumaz	izoumaz	MA		0	Africa/Casablanca	31.14438	-9.61951				07	211		
10891560	Id Ou Lahsen	id-ou-lahsen	MA		0	Africa/Casablanca	31.14271	-9.62316				07	211		
10891561	Talat n-Ifrant	talat-n-ifrant	MA		0	Africa/Casablanca	31.1379	-9.59637				07	211		
10891564	Ikhiyyadene	ikhiyyadene	MA		0	Africa/Casablanca	31.13563	-9.62036				07	211		
10891565	Ingdejjarene	ingdejjarene	MA		0	Africa/Casablanca	31.13427	-9.61915				07	211		
10891566	Id Belasid	id-belasid	MA		0	Africa/Casablanca	31.1357	-9.6117				07	211		
10891568	Id Ou Tin	id-ou-tin	MA		0	Africa/Casablanca	31.13387	-9.59247				07	211		
10891569	Idou Alumane	idou-alumane	MA		0	Africa/Casablanca	31.13062	-9.60268				07	211		
10891570	Id Aisaa	id-aisaa	MA		0	Africa/Casablanca	31.13286	-9.60144				07	211		
10891572	Bakarras	bakarras	MA		0	Africa/Casablanca	31.12971	-9.60538				07	211		
10891574	Taffouyet	taffouyet	MA		0	Africa/Casablanca	31.12712	-9.60536				07	211		
10891575	Id Bella Ou Taname	id-bella-ou-taname	MA		0	Africa/Casablanca	31.12896	-9.60023				07	211		
10891577	Tiguemmi Moummad Mohammed	tiguemmi-moummad-mohammed	MA		0	Africa/Casablanca	31.12753	-9.58146				07	211		
10891583	Asnagh	asnagh	MA		0	Africa/Casablanca	31.12442	-9.55967				07	211		
10891584	Tiguemmi El Mir Ibrahim	tiguemmi-el-mir-ibrahim	MA		0	Africa/Casablanca	31.12865	-9.55223				07	211		
10891585	Amerzag	amerzag	MA		0	Africa/Casablanca	31.12791	-9.53787				07	211		
10891586	Ikhiyyadene	ikhiyyadene	MA		0	Africa/Casablanca	31.1353	-9.58193				07	211		
10891587	Id Iddouch	id-iddouch	MA		0	Africa/Casablanca	31.14767	-9.55919				07	211		
10891588	Id Mahmach	id-mahmach	MA		0	Africa/Casablanca	31.14907	-9.55908				07	211		
10891589	Id Lamine	id-lamine	MA		0	Africa/Casablanca	31.15012	-9.55784				07	211		
10891590	Id Moussa	id-moussa	MA		0	Africa/Casablanca	31.14802	-9.56239				07	211		
10891591	Tabrida	tabrida	MA		0	Africa/Casablanca	31.14865	-9.57539				07	211		
10891593	Id Chebaht	id-chebaht	MA		0	Africa/Casablanca	31.15141	-9.57627				07	211		
10891594	Tighza	tighza	MA		0	Africa/Casablanca	31.15315	-9.57216				07	211		
10891596	Id Joui	id-joui	MA		0	Africa/Casablanca	31.16403	-9.56378				07	211		
10891597	Tadrine	tadrine	MA		0	Africa/Casablanca	31.16935	-9.54374				07	211		
10891598	Bihouane	bihouane	MA		0	Africa/Casablanca	31.17104	-9.5392				07	211		
10891606	Id Bella	id-bella	MA		0	Africa/Casablanca	31.2003	-9.55424				07	211		
10891607	Id Lachram	id-lachram	MA		0	Africa/Casablanca	31.20314	-9.54776				07	211		
10891608	Tamgart	tamgart	MA		0	Africa/Casablanca	31.20083	-9.55804				07	211		
10891609	Id Ghalem	id-ghalem	MA		0	Africa/Casablanca	31.20116	-9.56252				07	211		
10891611	Tadhart	tadhart	MA		0	Africa/Casablanca	31.2028	-9.56658				07	211		
10891613	Baramane	baramane	MA		0	Africa/Casablanca	31.20691	-9.58117				07	211		
10891614	Id Lagra	id-lagra	MA		0	Africa/Casablanca	31.2096	-9.57089				07	211		
10891617	Idaou Macht	idaou-macht	MA		0	Africa/Casablanca	31.21344	-9.55627				07	211		
10891618	Assagh	assagh	MA		0	Africa/Casablanca	31.21452	-9.56485				07	211		
10891620	Agadir	agadir	MA		0	Africa/Casablanca	31.21473	-9.5703				07	211		
10891621	Tiguemmi Ben Assaid Ahmed	tiguemmi-ben-assaid-ahmed	MA		0	Africa/Casablanca	31.22761	-9.56507				07	211		
10891622	Tiguemmi n-El Haj Khardid	tiguemmi-n-el-haj-khardid	MA		0	Africa/Casablanca	31.22449	-9.5549				07	211		
10891623	Id Bou Mezzagh	id-bou-mezzagh	MA		0	Africa/Casablanca	31.23106	-9.58052				07	211		
10891624	Id Bou Eddellah	id-bou-eddellah	MA		0	Africa/Casablanca	31.23188	-9.54531				07	211		
10891626	Bou Ouzrou	bou-ouzrou	MA		0	Africa/Casablanca	31.23357	-9.56319				07	211		
10891627	Iguemine	iguemine	MA		0	Africa/Casablanca	31.23364	-9.57342				07	211		
10891629	Id Ou Slimane	id-ou-slimane	MA		0	Africa/Casablanca	31.23942	-9.56584				07	211		
10891631	Id Mhand Ou Assaid	id-mhand-ou-assaid	MA		0	Africa/Casablanca	31.24014	-9.55947				07	211		
10891633	Agourram	agourram	MA		0	Africa/Casablanca	31.23544	-9.54288				07	211		
10891634	Ait Ouassal	ait-ouassal	MA		0	Africa/Casablanca	31.23719	-9.54677				07	211		
10891635	Id Ben Addi	id-ben-addi	MA		0	Africa/Casablanca	31.24183	-9.54307				07	211		
10891637	Ait Ahmad	ait-ahmad	MA		0	Africa/Casablanca	31.24071	-9.55241				07	211		
10891638	Ait Imich	ait-imich	MA		0	Africa/Casablanca	31.24483	-9.55679				07	211		
10891640	Taffouyt	taffouyt	MA		0	Africa/Casablanca	31.24484	-9.56822				07	211		
10891641	Id Bokourrane	id-bokourrane	MA		0	Africa/Casablanca	31.24755	-9.54016				07	211		
10891642	Ait Souss	ait-souss	MA		0	Africa/Casablanca	31.24737	-9.51855				07	211		
10891643	Ait El Khabich	ait-el-khabich	MA		0	Africa/Casablanca	31.24574	-9.50739				07	211		
10891644	Ait Lachgar	ait-lachgar	MA		0	Africa/Casablanca	31.24115	-9.50533				07	211		
10891645	Ighdas	ighdas	MA		0	Africa/Casablanca	31.24436	-9.5152				07	211		
10891647	Bou Argane	bou-argane	MA		0	Africa/Casablanca	31.23782	-9.51705				07	211		
10891650	Ibouzidane	ibouzidane	MA		0	Africa/Casablanca	31.23215	-9.52868				07	211		
10891652	Ait Amar Ouakrim	ait-amar-ouakrim	MA		0	Africa/Casablanca	31.23624	-9.51181				07	211		
10891653	Tunijjout	tunijjout	MA		0	Africa/Casablanca	31.23672	-9.51621				07	211		
10891654	Tagara Izamrane	tagara-izamrane	MA		0	Africa/Casablanca	31.23073	-9.50617				07	211		
10891656	Ait El Aound	ait-el-aound	MA		0	Africa/Casablanca	31.23057	-9.5128				07	211		
10891657	Ait Estaleb	ait-estaleb	MA		0	Africa/Casablanca	31.22934	-9.51574				07	211		
10891658	Isk n-Bou Said	isk-n-bou-said	MA		0	Africa/Casablanca	31.22795	-9.51095				07	211		
10891660	Iferouane	iferouane	MA		0	Africa/Casablanca	31.22406	-9.53112				07	211		
10891661	Bou Hanou	bou-hanou	MA		0	Africa/Casablanca	31.22529	-9.51825				07	211		
10891662	Tanekhroud	tanekhroud	MA		0	Africa/Casablanca	31.22452	-9.50181				07	211		
10891666	Biy Chelguizzene	biy-chelguizzene	MA		0	Africa/Casablanca	31.21424	-9.50904				07	211		
10891667	Id Rachanayne	id-rachanayne	MA		0	Africa/Casablanca	31.20759	-9.53908				07	211		
10891673	Imeggoayn	imeggoayn	MA		0	Africa/Casablanca	31.1923	-9.50736				07	211		
10891675	Ahasaoune	ahasaoune	MA		0	Africa/Casablanca	31.19328	-9.51695				07	211		
10891678	Tidourine	tidourine	MA		0	Africa/Casablanca	31.18855	-9.51962				07	211		
10891679	Id Ouarrour	id-ouarrour	MA		0	Africa/Casablanca	31.18817	-9.50913				07	211		
10891682	Tiguemmi Thouziya	tiguemmi-thouziya	MA		0	Africa/Casablanca	31.18415	-9.51232				07	211		
10891684	Taourin	taourin	MA		0	Africa/Casablanca	31.18519	-9.52477				07	211		
10891688	Louda	louda	MA		0	Africa/Casablanca	31.17497	-9.50885				07	211		
10891689	Id Ou Cheikh	id-ou-cheikh	MA		0	Africa/Casablanca	31.17339	-9.50996				07	211		
10891690	Ait El Manssuri	ait-el-manssuri	MA		0	Africa/Casablanca	31.17499	-9.51254				07	211		
10891692	Id Ou Rahon	id-ou-rahon	MA		0	Africa/Casablanca	31.17009	-9.52335				07	211		
10891695	Id Ou Mezza	id-ou-mezza	MA		0	Africa/Casablanca	31.14829	-9.52475				07	211		
10891699	Bou Taddart	bou-taddart	MA		0	Africa/Casablanca	31.12716	-9.50658				07	211		
10891700	Id Jicht	id-jicht	MA		0	Africa/Casablanca	31.1229	-9.50673				07	211		
10891701	Ait Souss	ait-souss	MA		0	Africa/Casablanca	31.15652	-9.56481				07	211		
10891702	Isackmas	isackmas	MA		0	Africa/Casablanca	31.15376	-9.5261				07	211		
10891703	Id Bou Assaid	id-bou-assaid	MA		0	Africa/Casablanca	31.20336	-9.62298				07	211		
10891705	Id Hari	id-hari	MA		0	Africa/Casablanca	31.20564	-9.61892				07	211		
10891709	Id Ghalem	id-ghalem	MA		0	Africa/Casablanca	31.14389	-9.56571				07	211		
10891717	Agrsi	agrsi	MA		0	Africa/Casablanca	31.23419	-9.50475				07	211		
10891718	Id Othmane	id-othmane	MA		0	Africa/Casablanca	31.239	-9.56896				07	211		
10891719	Tassila n-Ait Bella	tassila-n-ait-bella	MA		0	Africa/Casablanca	31.23989	-9.52405				07	211		
10891725	Iherchane	iherchane	MA		0	Africa/Casablanca	31.23303	-9.62447				07	211		
10891726	Ichahbane	ichahbane	MA		0	Africa/Casablanca	31.23064	-9.62471				07	211		
10891727	Tadhart	tadhart	MA		0	Africa/Casablanca	31.19979	-9.62372				07	211		
10891824	Douar Oulad Saleh	douar-oulad-saleh	MA		0	Africa/Casablanca	31.68876	-8.64997				07	161		
10891825	Dar Mohamed Ben Saleh	dar-mohamed-ben-saleh	MA		0	Africa/Casablanca	31.69012	-8.64685				07	161		
10891826	Douar Oulad El Mehdi	douar-oulad-el-mehdi	MA		0	Africa/Casablanca	31.71289	-8.67639				07	161		
10891827	Douar Oulad Jdar	douar-oulad-jdar	MA		0	Africa/Casablanca	31.66273	-8.71996				07	161		
10891829	Douar Oulad Karroum	douar-oulad-karroum	MA		0	Africa/Casablanca	31.7454	-8.71219				07	161		
10891832	Douar Oulad Kaddour	douar-oulad-kaddour	MA		0	Africa/Casablanca	31.73288	-8.64701				07	161		
10891833	Douar Laakarta	douar-laakarta	MA		0	Africa/Casablanca	31.72551	-8.65002				07	161		
10892419	Douar Leqliaa	douar-leqliaa	MA		0	Africa/Casablanca	31.69754	-8.72614				07	161		
10892426	Douar Ben Kaddour	douar-ben-kaddour	MA		0	Africa/Casablanca	31.6608	-8.70847				07	161		
10892433	Douar Lemminat Labrikat	douar-lemminat-labrikat	MA		0	Africa/Casablanca	31.63441	-8.74332				07	161		
10892450	Douar Hajjaj	douar-hajjaj	MA		0	Africa/Casablanca	31.73998	-8.68879				07	161		
10892471	Douar Frayaat	douar-frayaat	MA		0	Africa/Casablanca	31.66454	-8.68823				07	161		
10892473	Douar Lahdoudiyine Sidi Fatch	douar-lahdoudiyine-sidi-fatch	MA		0	Africa/Casablanca	31.64899	-8.70303				07	161		
10892477	Douar Mguibra	douar-mguibra	MA		0	Africa/Casablanca	31.62891	-8.69208				07	161		
10893022	Douar Oulad Lemqadde El Houssine	douar-oulad-lemqadde-el-houssine	MA		0	Africa/Casablanca	31.86755	-8.96926				07	431		
10893039	Douar Leqouadra	douar-leqouadra	MA		0	Africa/Casablanca	31.71711	-8.61101				07	161		
10893043	Sqiriba	sqiriba	MA		0	Africa/Casablanca	31.71264	-8.58915				07	161		
10893060	Rouaouna	rouaouna	MA		0	Africa/Casablanca	31.7442	-8.57024				07	585		
10893061	El Hajjaj	el-hajjaj	MA		0	Africa/Casablanca	31.74128	-8.54317				07	585		
10893084	Dar Sellam Ben Ahmeb	dar-sellam-ben-ahmeb	MA		0	Africa/Casablanca	31.64402	-8.55714				07	161		
10893085	Douar Ali Ben Fatima	douar-ali-ben-fatima	MA		0	Africa/Casablanca	31.63877	-8.558				07	161		
10893102	Oulad Bel Mahdi	oulad-bel-mahdi	MA		0	Africa/Casablanca	31.73523	-8.51654				07	585		
10893106	Oulad Khlifa Ben Mbarek	oulad-khlifa-ben-mbarek	MA		0	Africa/Casablanca	31.73016	-8.52454				07	585		
10893132	Dar Younes	dar-younes	MA		0	Africa/Casablanca	31.67372	-8.50421				07	161		
10893137	Douar Laatamna	douar-laatamna	MA		0	Africa/Casablanca	31.65304	-8.5035				07	161		
10893182	Douar Jrifat	douar-jrifat	MA		0	Africa/Casablanca	31.83664	-8.9817				07	431		
10893183	Douar Oulad Lemfiouar	douar-oulad-lemfiouar	MA		0	Africa/Casablanca	31.83597	-8.96183				07	431		
10893187	Douar Touilae	douar-touilae	MA		0	Africa/Casablanca	31.82516	-8.99547				07	431		
10893189	Douar Ben Aguida	douar-ben-aguida	MA		0	Africa/Casablanca	31.81875	-8.97029				07	431		
10893191	Douar Hmamda	douar-hmamda	MA		0	Africa/Casablanca	31.81037	-8.96244				07	585		
10893193	Douar Lalla Aicha Amer	douar-lalla-aicha-amer	MA		0	Africa/Casablanca	31.80067	-8.9982				07	431		
10893194	Douar Hmamda	douar-hmamda	MA		0	Africa/Casablanca	31.79961	-8.95931				07	585		
10893195	Douar Edderg	douar-edderg	MA		0	Africa/Casablanca	31.79504	-8.96893				07	585		
10893197	Douar Eddekhinat	douar-eddekhinat	MA		0	Africa/Casablanca	31.77526	-8.96019				07	585		
10893198	Douar Ariba	douar-ariba	MA		0	Africa/Casablanca	31.78337	-8.99986				07	431		
10893202	Douar Lemhadi	douar-lemhadi	MA		0	Africa/Casablanca	31.75761	-8.9609				07	161		
10893204	Douar Laaboubat	douar-laaboubat	MA		0	Africa/Casablanca	31.76471	-8.98214				07	161		
10893210	Douar Tahar Ben Allal	douar-tahar-ben-allal	MA		0	Africa/Casablanca	31.87101	-8.93531				07	431		
10893211	Douar Oulad Belkheir	douar-oulad-belkheir	MA		0	Africa/Casablanca	31.8643	-8.92527				07	585		
10893212	Douar Lemsaada	douar-lemsaada	MA		0	Africa/Casablanca	31.86168	-8.91834				07	585		
10893214	Douar Aliouat	douar-aliouat	MA		0	Africa/Casablanca	31.85621	-8.92504				07	585		
10893216	Rbaat Lehna	rbaat-lehna	MA		0	Africa/Casablanca	31.84606	-8.93948				07	585		
10893217	Rbaat El Arja	rbaat-el-arja	MA		0	Africa/Casablanca	31.84212	-8.93469				07	585		
10893218	Douar Lbetma	douar-lbetma	MA		0	Africa/Casablanca	31.83904	-8.91967				07	585		
10893219	Douar Cheikh Amara	douar-cheikh-amara	MA		0	Africa/Casablanca	31.83153	-8.93261				07	585		
10893220	Rbaat Kaddour	rbaat-kaddour	MA		0	Africa/Casablanca	31.82692	-8.9145				07	585		
10893221	Douar Oulad Lehna	douar-oulad-lehna	MA		0	Africa/Casablanca	31.82132	-8.9416				07	585		
10893222	Rbaat Oum Hani	rbaat-oum-hani	MA		0	Africa/Casablanca	31.81953	-8.92463				07	585		
10893226	Douar Hmichat	douar-hmichat	MA		0	Africa/Casablanca	31.78897	-8.956				07	585		
10893227	Douar Oulad Abbou	douar-oulad-abbou	MA		0	Africa/Casablanca	31.78273	-8.92633				07	585		
10893228	Douar Oulad Lahlab	douar-oulad-lahlab	MA		0	Africa/Casablanca	31.78695	-8.91712				07	585		
10893229	Dar El Faqir Mohamed	dar-el-faqir-mohamed	MA		0	Africa/Casablanca	31.77502	-8.93255				07	585		
10893234	Douar Caid El Oued	douar-caid-el-oued	MA		0	Africa/Casablanca	31.7698	-8.9489				07	585		
10893240	Douar Laaouissat Jbil	douar-laaouissat-jbil	MA		0	Africa/Casablanca	31.755	-8.93525				07	161		
10893247	Douar Oulad Ben Rihane	douar-oulad-ben-rihane	MA		0	Africa/Casablanca	31.87324	-8.90084				07	585		
10893248	Douar Chaibat	douar-chaibat	MA		0	Africa/Casablanca	31.87196	-8.88147				07	585		
10893249	Douar Essoualnia	douar-essoualnia	MA		0	Africa/Casablanca	31.86859	-8.90028				07	585		
10893250	Douar Laalaoua	douar-laalaoua	MA		0	Africa/Casablanca	31.86673	-8.89697				07	585		
10893251	Douar Oulad Haddi	douar-oulad-haddi	MA		0	Africa/Casablanca	31.86523	-8.89111				07	585		
10893252	Douar Ettaouf	douar-ettaouf	MA		0	Africa/Casablanca	31.86173	-8.89028				07	585		
10893254	Douar Eddouikat	douar-eddouikat	MA		0	Africa/Casablanca	31.86101	-8.87921				07	585		
10893255	Douar Lekrikir	douar-lekrikir	MA		0	Africa/Casablanca	31.85559	-8.91673				07	585		
10893256	Douar Ennelouha	douar-ennelouha	MA		0	Africa/Casablanca	31.85552	-8.91077				07	585		
10893257	Douar Loummalda	douar-loummalda	MA		0	Africa/Casablanca	31.84978	-8.89435				07	585		
10893258	Douar Hsinat	douar-hsinat	MA		0	Africa/Casablanca	31.85277	-8.88335				07	585		
10893259	Douar Ayouch	douar-ayouch	MA		0	Africa/Casablanca	31.85306	-8.87547				07	585		
10893260	Douar Echouariyat	douar-echouariyat	MA		0	Africa/Casablanca	31.84382	-8.901				07	585		
10893265	Douar Joualda	douar-joualda	MA		0	Africa/Casablanca	31.83161	-8.91365				07	585		
10893267	Douar Blaadi	douar-blaadi	MA		0	Africa/Casablanca	31.83037	-8.89602				07	585		
10893268	Douar Lemkhatra	douar-lemkhatra	MA		0	Africa/Casablanca	31.82867	-8.88554				07	585		
10893269	Douar Lachhab	douar-lachhab	MA		0	Africa/Casablanca	31.82494	-8.88643				07	585		
10893272	Rbaat Ben Faddoul	rbaat-ben-faddoul	MA		0	Africa/Casablanca	31.82261	-8.90478				07	585		
10893273	Dar Sidi Aissa	dar-sidi-aissa	MA		0	Africa/Casablanca	31.82068	-8.88544				07	585		
10893274	Douar Ennailat	douar-ennailat	MA		0	Africa/Casablanca	31.81653	-8.87529				07	585		
10893275	Douar Said Ben El Bachir	douar-said-ben-el-bachir	MA		0	Africa/Casablanca	31.81396	-8.88653				07	585		
10893277	Douar Krisat	douar-krisat	MA		0	Africa/Casablanca	31.81168	-8.88935				07	585		
10893279	Douar Laadilat	douar-laadilat	MA		0	Africa/Casablanca	31.80032	-8.89918				07	585		
10893282	Douar Jratla	douar-jratla	MA		0	Africa/Casablanca	31.79439	-8.89922				07	585		
10893284	Douar Laaouissat Eddabaiya	douar-laaouissat-eddabaiya	MA		0	Africa/Casablanca	31.79178	-8.87839				07	585		
10893285	Rbaat Ben Khnata	rbaat-ben-khnata	MA		0	Africa/Casablanca	31.79005	-8.88186				07	585		
10893288	Douar Oulad Amara Ben Hjib	douar-oulad-amara-ben-hjib	MA		0	Africa/Casablanca	31.77296	-8.90354				07	585		
10893289	Douar Oulad Echelha	douar-oulad-echelha	MA		0	Africa/Casablanca	31.77688	-8.8877				07	585		
10893295	Douar Oulad El Ayachi	douar-oulad-el-ayachi	MA		0	Africa/Casablanca	31.75577	-8.88298				07	585		
10893298	Douar Lemtahra	douar-lemtahra	MA		0	Africa/Casablanca	31.75477	-8.91077				07	585		
10893313	Rbaat Sidi Allal	rbaat-sidi-allal	MA		0	Africa/Casablanca	31.86924	-8.86561				07	585		
10893315	Rbaat El Bam	rbaat-el-bam	MA		0	Africa/Casablanca	31.86634	-8.86671				07	585		
10893316	Douar Lekhdirine	douar-lekhdirine	MA		0	Africa/Casablanca	31.86198	-8.86322				07	585		
10893320	Douar Laqdadra	douar-laqdadra	MA		0	Africa/Casablanca	31.85574	-8.83133				07	585		
10893322	Douar Ben El Bakri	douar-ben-el-bakri	MA		0	Africa/Casablanca	31.85202	-8.85536				07	585		
10893326	Douar Rfoussat	douar-rfoussat	MA		0	Africa/Casablanca	31.84921	-8.8503				07	585		
10893328	Douar Lemzaoura	douar-lemzaoura	MA		0	Africa/Casablanca	31.8498	-8.85819				07	585		
10893330	Rbaat Ben Jilali	rbaat-ben-jilali	MA		0	Africa/Casablanca	31.8479	-8.8718				07	585		
10893331	Rbaat Amara Ben Bacha	rbaat-amara-ben-bacha	MA		0	Africa/Casablanca	31.84319	-8.87247				07	585		
10893333	Douar Abbou Mbarek	douar-abbou-mbarek	MA		0	Africa/Casablanca	31.84064	-8.86315				07	585		
10893334	Rbaat Massaoud Ben Bacha	rbaat-massaoud-ben-bacha	MA		0	Africa/Casablanca	31.83979	-8.87201				07	585		
10893336	Oulad El Faqir	oulad-el-faqir	MA		0	Africa/Casablanca	31.8313	-8.86301				07	585		
10893337	Oulad El Alaoui	oulad-el-alaoui	MA		0	Africa/Casablanca	31.83277	-8.84398				07	585		
10893338	Oulad Mhijib	oulad-mhijib	MA		0	Africa/Casablanca	31.83122	-8.8484				07	585		
10893339	Oulad Tahar	oulad-tahar	MA		0	Africa/Casablanca	31.83095	-8.86849				07	585		
10893342	Douar Lehdilat	douar-lehdilat	MA		0	Africa/Casablanca	31.82464	-8.85325				07	585		
10893344	Douar Lehmirine	douar-lehmirine	MA		0	Africa/Casablanca	31.82196	-8.83913				07	585		
10893348	Oulad Faytna	oulad-faytna	MA		0	Africa/Casablanca	31.81735	-8.85281				07	585		
10893349	Douar Zouanat	douar-zouanat	MA		0	Africa/Casablanca	31.81592	-8.84501				07	585		
10893350	Douar Laassakri	douar-laassakri	MA		0	Africa/Casablanca	31.81485	-8.84149				07	585		
10893356	Douar Lehmamda	douar-lehmamda	MA		0	Africa/Casablanca	31.80627	-8.87099				07	585		
10893358	Oulad Abdelmalek	oulad-abdelmalek	MA		0	Africa/Casablanca	31.80554	-8.84109				07	585		
10893362	Douar Lemhajba	douar-lemhajba	MA		0	Africa/Casablanca	31.79938	-8.84967				07	585		
10893364	Oulad Lasouar	oulad-lasouar	MA		0	Africa/Casablanca	31.7947	-8.84519				07	585		
10893366	Rbaat Tahar	rbaat-tahar	MA		0	Africa/Casablanca	31.78915	-8.85303				07	585		
10893369	Douar Amer	douar-amer	MA		0	Africa/Casablanca	31.78448	-8.86445				07	585		
10893372	Oulad Laassakri	oulad-laassakri	MA		0	Africa/Casablanca	31.7859	-8.83457				07	585		
10893373	Rbaat Ben Aziza	rbaat-ben-aziza	MA		0	Africa/Casablanca	31.78082	-8.84785				07	585		
10893374	Oulad Berka	oulad-berka	MA		0	Africa/Casablanca	31.77996	-8.85056				07	585		
10893378	Douar Nouaoura	douar-nouaoura	MA		0	Africa/Casablanca	31.76832	-8.86276				07	585		
10893380	Oulad Jilali	oulad-jilali	MA		0	Africa/Casablanca	31.76674	-8.85167				07	585		
10893387	Oulad Hmida	oulad-hmida	MA		0	Africa/Casablanca	31.77591	-8.85516				07	585		
10893388	Oulad Haddi	oulad-haddi	MA		0	Africa/Casablanca	31.77557	-8.84531				07	585		
10893390	Douar Laaouissat	douar-laaouissat	MA		0	Africa/Casablanca	31.76861	-8.87081				07	585		
10893398	Douar Lhidane	douar-lhidane	MA		0	Africa/Casablanca	31.86893	-8.821				07	585		
10893400	Douar Lemhadi	douar-lemhadi	MA		0	Africa/Casablanca	31.85193	-8.8171				07	585		
10893408	Oulad Miloud	oulad-miloud	MA		0	Africa/Casablanca	31.83916	-8.81871				07	585		
10893412	Douar Lebhirat	douar-lebhirat	MA		0	Africa/Casablanca	31.82706	-8.81276				07	585		
10893417	Douar Lekhdayriyine	douar-lekhdayriyine	MA		0	Africa/Casablanca	31.81881	-8.79623				07	585		
10893422	Douar Jaaouqa	douar-jaaouqa	MA		0	Africa/Casablanca	31.80267	-8.8269				07	585		
10893424	Oulad Mhaymed	oulad-mhaymed	MA		0	Africa/Casablanca	31.79787	-8.81317				07	585		
10893426	Oulad Hommane	oulad-hommane	MA		0	Africa/Casablanca	31.78775	-8.8278				07	585		
10893427	Oulad El Houssine	oulad-el-houssine	MA		0	Africa/Casablanca	31.78773	-8.83147				07	585		
10893429	Oulad Abderrahmane	oulad-abderrahmane	MA		0	Africa/Casablanca	31.78082	-8.81332				07	585		
10893432	Oulad Lekhnat	oulad-lekhnat	MA		0	Africa/Casablanca	31.77323	-8.80665				07	585		
10893439	Oulad El Khadem	oulad-el-khadem	MA		0	Africa/Casablanca	31.75446	-8.83016				07	585		
10893448	Oulad Hmed Ben Saleh	oulad-hmed-ben-saleh	MA		0	Africa/Casablanca	31.85594	-8.7624				07	585		
10893449	Oulad Mouha	oulad-mouha	MA		0	Africa/Casablanca	31.85776	-8.75586				07	585		
10893455	Douar Lebrahla	douar-lebrahla	MA		0	Africa/Casablanca	31.82504	-8.75264				07	585		
10893479	Douar Lehouafda	douar-lehouafda	MA		0	Africa/Casablanca	31.81775	-8.83216				07	585		
10893488	Lgaada Sghira	lgaada-sghira	MA		0	Africa/Casablanca	31.87382	-8.75558				07	585		
10893491	El Mamoune Ben Said	el-mamoune-ben-said	MA		0	Africa/Casablanca	31.8742	-8.86286				07	585		
10898423	Ait Sidi Ali	ait-sidi-ali	MA		0	Africa/Casablanca	31.62142	-9.6013				07	211		
10898424	Ait Bouydiya	ait-bouydiya	MA		0	Africa/Casablanca	31.61926	-9.60209				07	211		
10898670	Lagtatoua	lagtatoua	MA		0	Africa/Casablanca	31.61144	-9.60883				07	211		
10898671	Ait El Haj Tahar	ait-el-haj-tahar	MA		0	Africa/Casablanca	31.6112	-9.60119				07	211		
10898672	Lahmoumda	lahmoumda	MA		0	Africa/Casablanca	31.61194	-9.59767				07	211		
10898674	Lkoussat	lkoussat	MA		0	Africa/Casablanca	31.61075	-9.59167				07	211		
10898676	Ait Ben El Aid	ait-ben-el-aid	MA		0	Africa/Casablanca	31.60589	-9.60192				07	211		
10898677	Douar Imezzoughar	douar-imezzoughar	MA		0	Africa/Casablanca	31.60682	-9.59608				07	211		
10898679	Ait Allal Mbarek	ait-allal-mbarek	MA		0	Africa/Casablanca	31.60497	-9.59014				07	211		
10898681	Lagninat	lagninat	MA		0	Africa/Casablanca	31.60236	-9.58617				07	211		
10898684	Laaouamriya	laaouamriya	MA		0	Africa/Casablanca	31.59847	-9.5924				07	211		
10898685	Ait Ettoudi	ait-ettoudi	MA		0	Africa/Casablanca	31.59518	-9.59486				07	211		
10898686	Erremilat	erremilat	MA		0	Africa/Casablanca	31.59532	-9.58707				07	211		
10898687	Ait Eddaoudi	ait-eddaoudi	MA		0	Africa/Casablanca	31.59191	-9.59366				07	211		
10898689	Dar Ait Jbali	dar-ait-jbali	MA		0	Africa/Casablanca	31.58523	-9.59873				07	211		
10898690	Tazmayt	tazmayt	MA		0	Africa/Casablanca	31.58823	-9.59971				07	211		
10898693	Ait El Haj Tahar	ait-el-haj-tahar	MA		0	Africa/Casablanca	31.58092	-9.58237				07	211		
10898696	Dar Mohamed El Mimouni	dar-mohamed-el-mimouni	MA		0	Africa/Casablanca	31.57271	-9.5972				07	211		
10898697	Laanbat	laanbat	MA		0	Africa/Casablanca	31.57567	-9.58776				07	211		
10898704	Ait Enaayri	ait-enaayri	MA		0	Africa/Casablanca	31.55882	-9.58504				07	211		
10898705	Ait Bourchouq	ait-bourchouq	MA		0	Africa/Casablanca	31.55993	-9.61257				07	211		
10898706	Lekraker	lekraker	MA		0	Africa/Casablanca	31.55741	-9.60952				07	211		
10898707	Ait Bou Halla	ait-bou-halla	MA		0	Africa/Casablanca	31.55461	-9.60265				07	211		
10898711	Drae Essahel	drae-essahel	MA		0	Africa/Casablanca	31.54556	-9.61061				07	211		
10898712	Ahl Essahel	ahl-essahel	MA		0	Africa/Casablanca	31.54271	-9.60332				07	211		
10898716	Ait Bouhbila	ait-bouhbila	MA		0	Africa/Casablanca	31.53781	-9.58252				07	211		
10898717	Ait Taouriri	ait-taouriri	MA		0	Africa/Casablanca	31.53464	-9.58499				07	211		
10898718	Ait Chtouka	ait-chtouka	MA		0	Africa/Casablanca	31.53331	-9.59647				07	211		
10898720	Douar Imsassa	douar-imsassa	MA		0	Africa/Casablanca	31.52634	-9.61767				07	211		
10898721	Coopérative Argane El Khir	cooperative-argane-el-khir	MA		0	Africa/Casablanca	31.52467	-9.62023				07	211		
10898723	Ait Yassine	ait-yassine	MA		0	Africa/Casablanca	31.52135	-9.61263				07	211		
10898724	Ayd El Haj Allal	ayd-el-haj-allal	MA		0	Africa/Casablanca	31.52418	-9.59694				07	211		
10898725	Ait El Marrakechi	ait-el-marrakechi	MA		0	Africa/Casablanca	31.51952	-9.61383				07	211		
10898726	Ait Amer	ait-amer	MA		0	Africa/Casablanca	31.51754	-9.60965				07	211		
10898727	Ait Echaqour	ait-echaqour	MA		0	Africa/Casablanca	31.51578	-9.60272				07	211		
10898728	Ait Chtouka	ait-chtouka	MA		0	Africa/Casablanca	31.51454	-9.61482				07	211		
10898733	Ayd Baydir	ayd-baydir	MA		0	Africa/Casablanca	31.50448	-9.61091				07	211		
10898735	Douar Ayd Amer	douar-ayd-amer	MA		0	Africa/Casablanca	31.50263	-9.61939				07	211		
10898736	Essabbab	essabbab	MA		0	Africa/Casablanca	31.49798	-9.60978				07	211		
10898738	Ait Azib	ait-azib	MA		0	Africa/Casablanca	31.61919	-9.56881				07	211		
10898744	Oulad El Baz	oulad-el-baz	MA		0	Africa/Casablanca	31.60704	-9.54808				07	211		
10898745	Ait Lahmar	ait-lahmar	MA		0	Africa/Casablanca	31.60444	-9.56519				07	211		
10898747	Ait Abayed	ait-abayed	MA		0	Africa/Casablanca	31.60424	-9.53899				07	211		
10898748	Dar Chichti	dar-chichti	MA		0	Africa/Casablanca	31.60326	-9.57815				07	211		
10898750	Ait Ben Lahna	ait-ben-lahna	MA		0	Africa/Casablanca	31.59938	-9.55072				07	211		
10898754	Ait Khedifine	ait-khedifine	MA		0	Africa/Casablanca	31.59653	-9.54974				07	211		
10898755	Ait Lahbib	ait-lahbib	MA		0	Africa/Casablanca	31.59686	-9.541				07	211		
10898756	Jbabra	jbabra	MA		0	Africa/Casablanca	31.59589	-9.54403				07	211		
10898760	Ait Hodane	ait-hodane	MA		0	Africa/Casablanca	31.5871	-9.57943				07	211		
10898763	Ait Hdirou	ait-hdirou	MA		0	Africa/Casablanca	31.58816	-9.56579				07	211		
10898765	Eddar El Hamra	eddar-el-hamra	MA		0	Africa/Casablanca	31.58882	-9.53957				07	211		
10898766	Douar Lamaachat	douar-lamaachat	MA		0	Africa/Casablanca	31.58611	-9.54397				07	211		
10898767	Ait Sidi Miloud	ait-sidi-miloud	MA		0	Africa/Casablanca	31.5826	-9.57961				07	211		
10898769	Ait Bou Houne	ait-bou-houne	MA		0	Africa/Casablanca	31.57975	-9.5533				07	211		
10898770	Ait Labbirdat	ait-labbirdat	MA		0	Africa/Casablanca	31.57765	-9.58085				07	211		
10898771	Ait El Falati	ait-el-falati	MA		0	Africa/Casablanca	31.57511	-9.57551				07	211		
10898773	Ait El Bachani	ait-el-bachani	MA		0	Africa/Casablanca	31.57827	-9.54725				07	211		
10898774	Oulad El Marrakechi	oulad-el-marrakechi	MA		0	Africa/Casablanca	31.57271	-9.54665				07	211		
10898776	Ait El Ayachi	ait-el-ayachi	MA		0	Africa/Casablanca	31.56926	-9.57506				07	211		
10898777	Ait Ranane	ait-ranane	MA		0	Africa/Casablanca	31.56971	-9.5822				07	211		
10898778	Sidi Abdellah Ou Said	sidi-abdellah-ou-said	MA		0	Africa/Casablanca	31.56737	-9.54995		Sidi Abdellah Ou Said		07	211		
10898779	Douar Qlila	douar-qlila	MA		0	Africa/Casablanca	31.56576	-9.54697				07	211		
10898782	Ait El Biyar	ait-el-biyar	MA		0	Africa/Casablanca	31.56831	-9.5668				07	211		
10898783	Ait Bouzid	ait-bouzid	MA		0	Africa/Casablanca	31.56624	-9.5706				07	211		
10898784	Ait Errekhaoui	ait-errekhaoui	MA		0	Africa/Casablanca	31.56589	-9.56585				07	211		
10898785	Lekrakra	lekrakra	MA		0	Africa/Casablanca	31.5615	-9.5671				07	211		
10898790	Laklila	laklila	MA		0	Africa/Casablanca	31.55774	-9.54914				07	211		
10898792	Nboubat	nboubat	MA		0	Africa/Casablanca	31.55097	-9.54287				07	211		
10898793	Douar Errouissat	douar-errouissat	MA		0	Africa/Casablanca	31.54695	-9.55609				07	211		
10898796	Ait Slimane	ait-slimane	MA		0	Africa/Casablanca	31.54649	-9.54654				07	211		
10898798	Ait Ali Massaoud	ait-ali-massaoud	MA		0	Africa/Casablanca	31.54189	-9.54688				07	211		
10898801	Douar Jaaouna	douar-jaaouna	MA		0	Africa/Casablanca	31.53537	-9.55399				07	211		
10898802	Ait Oulahyane	ait-oulahyane	MA		0	Africa/Casablanca	31.53104	-9.56405				07	211		
10898805	Ait El Aissi	ait-el-aissi	MA		0	Africa/Casablanca	31.52687	-9.56066				07	211		
10898807	Ait Hmad	ait-hmad	MA		0	Africa/Casablanca	31.52167	-9.56595				07	211		
10898810	Ait El Bouhali	ait-el-bouhali	MA		0	Africa/Casablanca	31.51638	-9.54537				07	211		
10898812	Ait Massaoud	ait-massaoud	MA		0	Africa/Casablanca	31.5155	-9.56728				07	211		
10898813	Douar Ait Tikrout	douar-ait-tikrout	MA		0	Africa/Casablanca	31.51151	-9.56713				07	211		
10898816	Ait Addi	ait-addi	MA		0	Africa/Casablanca	31.50862	-9.5597				07	211		
10898817	Ait Kacem	ait-kacem	MA		0	Africa/Casablanca	31.50782	-9.54491				07	211		
10898818	Ait Krayou	ait-krayou	MA		0	Africa/Casablanca	31.50475	-9.54533				07	211		
10898821	Ait Emmis	ait-emmis	MA		0	Africa/Casablanca	31.50102	-9.54551				07	211		
10898822	Ait El Haj Bibouk	ait-el-haj-bibouk	MA		0	Africa/Casablanca	31.50216	-9.56066				07	211		
10898823	Ait Faraj	ait-faraj	MA		0	Africa/Casablanca	31.5029	-9.57121				07	211		
10898824	Tidouarine Baqella	tidouarine-baqella	MA		0	Africa/Casablanca	31.49886	-9.5694				07	211		
10898831	Essenadla	essenadla	MA		0	Africa/Casablanca	31.6187	-9.52113				07	211		
10898832	Berrakat Zitoune	berrakat-zitoune	MA		0	Africa/Casablanca	31.61796	-9.51699				07	211		
10898833	Ait Lachhab	ait-lachhab	MA		0	Africa/Casablanca	31.61526	-9.51499				07	211		
10898834	Ait El Baytar	ait-el-baytar	MA		0	Africa/Casablanca	31.61857	-9.50457				07	211		
10898835	Ait Belguer	ait-belguer	MA		0	Africa/Casablanca	31.61817	-9.49957				07	211		
10898836	Douar Matraza	douar-matraza	MA		0	Africa/Casablanca	31.61396	-9.51353				07	211		
10898840	Ait Said Ben Bella	ait-said-ben-bella	MA		0	Africa/Casablanca	31.60846	-9.50833				07	211		
10898841	Ait Hmad Dehadha	ait-hmad-dehadha	MA		0	Africa/Casablanca	31.60864	-9.50231				07	211		
10898844	Ait El Qazane	ait-el-qazane	MA		0	Africa/Casablanca	31.60146	-9.53295				07	211		
10898846	Ait Laqdim	ait-laqdim	MA		0	Africa/Casablanca	31.60238	-9.51837				07	211		
10898849	Lakharir	lakharir	MA		0	Africa/Casablanca	31.59828	-9.52959				07	211		
10898851	Ait El Birech	ait-el-birech	MA		0	Africa/Casablanca	31.59858	-9.50402				07	211		
10898852	Ait Ben Ayyad	ait-ben-ayyad	MA		0	Africa/Casablanca	31.59776	-9.507				07	211		
10898853	Ait Sidi Bihi	ait-sidi-bihi	MA		0	Africa/Casablanca	31.59467	-9.53609				07	211		
10898854	Ejjoualla	ejjoualla	MA		0	Africa/Casablanca	31.5933	-9.53467				07	211		
10898855	Ait El Konnima	ait-el-konnima	MA		0	Africa/Casablanca	31.59503	-9.52531				07	211		
10898857	Lahlalma	lahlalma	MA		0	Africa/Casablanca	31.59082	-9.5135				07	211		
10898858	Ait Errehib	ait-errehib	MA		0	Africa/Casablanca	31.58783	-9.51593				07	211		
10898859	Lasouamra	lasouamra	MA		0	Africa/Casablanca	31.58618	-9.51731				07	211		
10898860	Ait Mramer	ait-mramer	MA		0	Africa/Casablanca	31.58524	-9.51084				07	211		
10898863	Ait El Had	ait-el-had	MA		0	Africa/Casablanca	31.57899	-9.53314				07	211		
10898864	Dar Ettalib	dar-ettalib	MA		0	Africa/Casablanca	31.57472	-9.53799				07	211		
10898865	Oulad Errebial	oulad-errebial	MA		0	Africa/Casablanca	31.5766	-9.52765				07	211		
10898867	Ait Hammouch	ait-hammouch	MA		0	Africa/Casablanca	31.57312	-9.52927				07	211		
10898868	Esserahna	esserahna	MA		0	Africa/Casablanca	31.5734	-9.52571				07	211		
10898869	Douar Essoualeh	douar-essoualeh	MA		0	Africa/Casablanca	31.57918	-9.51096				07	211		
10898870	Ait Ben Aissa	ait-ben-aissa	MA		0	Africa/Casablanca	31.57372	-9.50105				07	211		
10898871	Lagnayen	lagnayen	MA		0	Africa/Casablanca	31.57133	-9.49966				07	211		
10898872	Douar Ettaaouniya	douar-ettaaouniya	MA		0	Africa/Casablanca	31.56637	-9.5377				07	211		
10898874	Ait Hammou	ait-hammou	MA		0	Africa/Casablanca	31.56363	-9.52313				07	211		
10898876	Errekina	errekina	MA		0	Africa/Casablanca	31.56512	-9.5007				07	211		
10898877	Siége de La Coopérative Agricole Sidi Bounouar	siege-de-la-cooperative-agricole-sidi-bounouar	MA		0	Africa/Casablanca	31.56081	-9.53882				07	211		
10898879	Douar Laghzalat	douar-laghzalat	MA		0	Africa/Casablanca	31.56147	-9.51749				07	211		
10898881	Ait Sai Lahsen	ait-sai-lahsen	MA		0	Africa/Casablanca	31.55725	-9.52562				07	211		
10898882	Ait Zaghloul	ait-zaghloul	MA		0	Africa/Casablanca	31.55421	-9.53429				07	211		
10898883	Ait Lasouar	ait-lasouar	MA		0	Africa/Casablanca	31.55291	-9.52422				07	211		
10898884	Ait Khalifa	ait-khalifa	MA		0	Africa/Casablanca	31.55402	-9.51492				07	211		
10898886	Ait Touil	ait-touil	MA		0	Africa/Casablanca	31.5516	-9.52179				07	211		
10898887	Dar Doukkala	dar-doukkala	MA		0	Africa/Casablanca	31.55106	-9.53425				07	211		
10898888	Dar Ezeguibi	dar-ezeguibi	MA		0	Africa/Casablanca	31.54518	-9.52337				07	211		
10898890	Dar Jisca	dar-jisca	MA		0	Africa/Casablanca	31.54321	-9.52265				07	211		
10898891	Dar El Alami	dar-el-alami	MA		0	Africa/Casablanca	31.54167	-9.53015				07	211		
10898893	Ait Sidi Ahmed El Amri	ait-sidi-ahmed-el-amri	MA		0	Africa/Casablanca	31.53616	-9.5292				07	211		
10898894	Ait El Oued	ait-el-oued	MA		0	Africa/Casablanca	31.53482	-9.52379				07	211		
10898895	Ait Echaoui	ait-echaoui	MA		0	Africa/Casablanca	31.53369	-9.50476				07	211		
10898896	Ait El Kharraz	ait-el-kharraz	MA		0	Africa/Casablanca	31.53009	-9.51979				07	211		
10898897	Ait Amer	ait-amer	MA		0	Africa/Casablanca	31.52756	-9.52833				07	211		
10898898	Ait El Hamri	ait-el-hamri	MA		0	Africa/Casablanca	31.52571	-9.53761				07	211		
10898900	Douar Bou Jlakh	douar-bou-jlakh	MA		0	Africa/Casablanca	31.52312	-9.50772				07	211		
10898901	Ait El Gazzar	ait-el-gazzar	MA		0	Africa/Casablanca	31.52338	-9.51749				07	211		
10898902	Ait Talat	ait-talat	MA		0	Africa/Casablanca	31.52188	-9.53001				07	211		
10898903	Ait Ali Ou Bella	ait-ali-ou-bella	MA		0	Africa/Casablanca	31.51909	-9.52488				07	211		
10898904	Ait El Mouki	ait-el-mouki	MA		0	Africa/Casablanca	31.51706	-9.51788				07	211		
10898905	Ait Jaaa	ait-jaaa	MA		0	Africa/Casablanca	31.51715	-9.50028				07	211		
10898908	Ait Errayes	ait-errayes	MA		0	Africa/Casablanca	31.5053	-9.52437				07	211		
10898909	Ait Qissira	ait-qissira	MA		0	Africa/Casablanca	31.51359	-9.50276				07	211		
10898911	Douar Krifat	douar-krifat	MA		0	Africa/Casablanca	31.51004	-9.50432				07	211		
10898912	Ait El Haj Ahmed	ait-el-haj-ahmed	MA		0	Africa/Casablanca	31.50229	-9.52074				07	211		
10898915	Douar Nzala	douar-nzala	MA		0	Africa/Casablanca	31.49909	-9.53663				07	211		
10898916	Berrakat Zouitma	berrakat-zouitma	MA		0	Africa/Casablanca	31.49808	-9.50048				07	211		
10898921	El Borj	el-borj	MA		0	Africa/Casablanca	31.5743	-9.56229				07	211		
10898928	Ait Oukhmis	ait-oukhmis	MA		0	Africa/Casablanca	31.5019	-9.50659				07	211		
10898930	Douar Chbabia	douar-chbabia	MA		0	Africa/Casablanca	31.55799	-9.5108				07	211		
10898933	Coopérative Afous Argane	cooperative-afous-argane	MA		0	Africa/Casablanca	31.53309	-9.59404				07	211		
10898937	Ettalaa	ettalaa	MA		0	Africa/Casablanca	31.60221	-9.50416				07	211		
10898938	Dar Ahmed Zrayda	dar-ahmed-zrayda	MA		0	Africa/Casablanca	31.53881	-9.62374				07	211		
10899736	Lehrarfa	lehrarfa	MA		0	Africa/Casablanca	31.61955	-9.47459				07	211		
10899739	Sidi El Makhfi	sidi-el-makhfi	MA		0	Africa/Casablanca	31.60981	-9.46502				07	211		
10899761	Ait El Mehdi	ait-el-mehdi	MA		0	Africa/Casablanca	31.61279	-9.44191				07	211		
10899762	Ait El Haj El Ayach	ait-el-haj-el-ayach	MA		0	Africa/Casablanca	31.61606	-9.44399				07	211		
10899776	Majmae Regraga	majmae-regraga	MA		0	Africa/Casablanca	31.59908	-9.41949				07	211		
10899780	Ali Ben El Haddad	ali-ben-el-haddad	MA		0	Africa/Casablanca	31.60193	-9.43219				07	211		
10899784	Sidi Abdelkader Jilali	sidi-abdelkader-jilali	MA		0	Africa/Casablanca	31.59208	-9.47794				07	211		
10899790	Lhabetiya	lhabetiya	MA		0	Africa/Casablanca	31.57654	-9.48607				07	211		
10899792	Ali Sidi Sinad	ali-sidi-sinad	MA		0	Africa/Casablanca	31.5745	-9.48332				07	211		
10899793	Sidi Ahmed Essoussi	sidi-ahmed-essoussi	MA		0	Africa/Casablanca	31.57793	-9.46435				07	211		
10899794	Ait El Hayrach	ait-el-hayrach	MA		0	Africa/Casablanca	31.57747	-9.44459				07	211		
10899796	Ait Lagtah	ait-lagtah	MA		0	Africa/Casablanca	31.58099	-9.43122				07	211		
10899800	Ait Brahim	ait-brahim	MA		0	Africa/Casablanca	31.58532	-9.40942				07	211		
10899801	Ait El Haj	ait-el-haj	MA		0	Africa/Casablanca	31.5781	-9.41231				07	211		
10899802	Ait El Hassan	ait-el-hassan	MA		0	Africa/Casablanca	31.57782	-9.41017				07	211		
10899806	Ait Said	ait-said	MA		0	Africa/Casablanca	31.584	-9.38567				07	211		
10899808	Ait Lachchain	ait-lachchain	MA		0	Africa/Casablanca	31.5765	-9.38664				07	211		
10899809	Ait Bou Tatene	ait-bou-tatene	MA		0	Africa/Casablanca	31.57688	-9.39401				07	211		
10899811	Ait Ben Haniya	ait-ben-haniya	MA		0	Africa/Casablanca	31.57618	-9.37599				07	211		
10899814	Lehlalat	lehlalat	MA		0	Africa/Casablanca	31.5682	-9.381				07	211		
10899816	Ait Baydiya	ait-baydiya	MA		0	Africa/Casablanca	31.57424	-9.39402				07	211		
10899842	El Husaine Sidi Abdellah	el-husaine-sidi-abdellah	MA		0	Africa/Casablanca	31.56623	-9.44862				07	211		
10899843	Sidi Bou Nouar	sidi-bou-nouar	MA		0	Africa/Casablanca	31.57048	-9.46963				07	211		
10899844	Ait Bou Sdoug	ait-bou-sdoug	MA		0	Africa/Casablanca	31.5641	-9.46882				07	211		
10899845	Chelalga	chelalga	MA		0	Africa/Casablanca	31.57289	-9.46709				07	211		
10899847	Missene	missene	MA		0	Africa/Casablanca	31.56717	-9.48386				07	211		
10899850	Douar Ait Kour	douar-ait-kour	MA		0	Africa/Casablanca	31.55508	-9.48482				07	211		
10899858	Douar Ait Essoussi	douar-ait-essoussi	MA		0	Africa/Casablanca	31.55832	-9.46086				07	211		
10899881	Zaytaune El Caid	zaytaune-el-caid	MA		0	Africa/Casablanca	31.55734	-9.43766				07	211		
10899882	Douar Ait Ben Lahsen	douar-ait-ben-lahsen	MA		0	Africa/Casablanca	31.55869	-9.43196				07	211		
10899883	Lalla El Hajja	lalla-el-hajja	MA		0	Africa/Casablanca	31.55936	-9.42833				07	211		
10899884	Douar Ait Ali Ou Ali	douar-ait-ali-ou-ali	MA		0	Africa/Casablanca	31.5564	-9.42209				07	211		
10899885	Douar Ait El Aybel	douar-ait-el-aybel	MA		0	Africa/Casablanca	31.55029	-9.4276				07	211		
10899888	Douar Ait Ettaoussi	douar-ait-ettaoussi	MA		0	Africa/Casablanca	31.55035	-9.43953				07	211		
10899891	Douar Ait Ali ou Ali	douar-ait-ali-ou-ali	MA		0	Africa/Casablanca	31.55717	-9.40405				07	211		
10899895	Douar Oulad Rahni	douar-oulad-rahni	MA		0	Africa/Casablanca	31.53702	-9.44022				07	211		
10899897	Douar Ait Hmidi	douar-ait-hmidi	MA		0	Africa/Casablanca	31.53766	-9.40835				07	211		
10899899	Douar Aid Baydeum	douar-aid-baydeum	MA		0	Africa/Casablanca	31.54366	-9.41553				07	211		
10899920	Ait Sidi Jaafar	ait-sidi-jaafar	MA		0	Africa/Casablanca	31.54396	-9.42063				07	211		
10899929	Douar Ait Abdellah	douar-ait-abdellah	MA		0	Africa/Casablanca	31.52153	-9.48823				07	211		
10899934	Douar Ben El Caid	douar-ben-el-caid	MA		0	Africa/Casablanca	31.51047	-9.47218				07	211		
10899935	Douar Sidi Slimane	douar-sidi-slimane	MA		0	Africa/Casablanca	31.51143	-9.46642				07	211		
10899939	Douar Sidi Kanoune	douar-sidi-kanoune	MA		0	Africa/Casablanca	31.5129	-9.47501				07	211		
10899945	Douar Ait Barouq	douar-ait-barouq	MA		0	Africa/Casablanca	31.52819	-9.42208				07	211		
10899947	Douar Ait Barsa	douar-ait-barsa	MA		0	Africa/Casablanca	31.52461	-9.41591				07	211		
10899952	Sidi Massaoud	sidi-massaoud	MA		0	Africa/Casablanca	31.51679	-9.39742				07	211		
10899969	Douar Ait El Haj	douar-ait-el-haj	MA		0	Africa/Casablanca	31.49904	-9.49558				07	211		
10899973	Ait Abbou	ait-abbou	MA		0	Africa/Casablanca	31.62138	-9.4685				07	211		
10899975	Ait Cheikh Brahim	ait-cheikh-brahim	MA		0	Africa/Casablanca	31.61433	-9.43701				07	211		
10899976	Ait Douar Ali	ait-douar-ali	MA		0	Africa/Casablanca	31.59299	-9.37504				07	211		
10899977	Ait El Mamoune	ait-el-mamoune	MA		0	Africa/Casablanca	31.594	-9.41104				07	211		
10899979	Ait Zehirous	ait-zehirous	MA		0	Africa/Casablanca	31.5844	-9.38952				07	211		
10899981	Ait El Faqir	ait-el-faqir	MA		0	Africa/Casablanca	31.56415	-9.4469				07	211		
10899983	Ait Bou Laarab	ait-bou-laarab	MA		0	Africa/Casablanca	31.56894	-9.46091				07	211		
10899986	Douar Ait Zouine	douar-ait-zouine	MA		0	Africa/Casablanca	31.55407	-9.4063				07	211		
10899987	Douar Dhar Ben El Caid	douar-dhar-ben-el-caid	MA		0	Africa/Casablanca	31.5539	-9.40098				07	211		
10899991	Douar Ait Kabay	douar-ait-kabay	MA		0	Africa/Casablanca	31.55133	-9.38117				07	211		
10899992	Douar Ait Abbou	douar-ait-abbou	MA		0	Africa/Casablanca	31.53947	-9.37762				07	211		
10899993	Douar Ait Douib	douar-ait-douib	MA		0	Africa/Casablanca	31.54136	-9.37558				07	211		
10899999	Douar Ait Bakanich	douar-ait-bakanich	MA		0	Africa/Casablanca	31.5378	-9.39381				07	211		
10900000	Douar Ait Asmane	douar-ait-asmane	MA		0	Africa/Casablanca	31.54174	-9.39756				07	211		
10900002	Douar Logdadra	douar-logdadra	MA		0	Africa/Casablanca	31.5442	-9.39104				07	211		
10900005	Douar Ait Driss	douar-ait-driss	MA		0	Africa/Casablanca	31.54581	-9.40024				07	211		
10900008	Douar Ait Didi	douar-ait-didi	MA		0	Africa/Casablanca	31.54104	-9.41343				07	211		
10900009	Douar Ait Lahyad	douar-ait-lahyad	MA		0	Africa/Casablanca	31.5287	-9.42845				07	211		
10900018	Ait Cherf	ait-cherf	MA		0	Africa/Casablanca	31.61835	-9.47413				07	211		
10900019	Ait Mhand	ait-mhand	MA		0	Africa/Casablanca	31.60451	-9.44548				07	211		
10900020	Ait Jnouri	ait-jnouri	MA		0	Africa/Casablanca	31.57628	-9.48237				07	211		
10900021	Ait Naser	ait-naser	MA		0	Africa/Casablanca	31.57881	-9.43904				07	211		
10900022	Ait Hammou	ait-hammou	MA		0	Africa/Casablanca	31.58145	-9.40878				07	211		
10900023	Ait El Yazid	ait-el-yazid	MA		0	Africa/Casablanca	31.58028	-9.41457				07	211		
10900026	Douar Ait Bou Hali	douar-ait-bou-hali	MA		0	Africa/Casablanca	31.54495	-9.43823				07	211		
10900027	Douar Lkharba	douar-lkharba	MA		0	Africa/Casablanca	31.54533	-9.44219				07	211		
10900029	Douar Ait Sidi Ayach	douar-ait-sidi-ayach	MA		0	Africa/Casablanca	31.53824	-9.46205				07	211		
10900030	Douar Ain Abdessalam	douar-ain-abdessalam	MA		0	Africa/Casablanca	31.54599	-9.46984				07	211		
10900033	Douar Ait Koera	douar-ait-koera	MA		0	Africa/Casablanca	31.53013	-9.48455				07	211		
10900034	Douar Ait Lahsen ou Ali	douar-ait-lahsen-ou-ali	MA		0	Africa/Casablanca	31.5218	-9.48827				07	211		
10900035	Douar Ait Mhamed	douar-ait-mhamed	MA		0	Africa/Casablanca	31.52116	-9.48105				07	211		
10900036	Ait El Arbi	ait-el-arbi	MA		0	Africa/Casablanca	31.51421	-9.4698				07	211		
10900038	Douar Ait El Haj Lahsen	douar-ait-el-haj-lahsen	MA		0	Africa/Casablanca	31.51831	-9.42012				07	211		
10900040	Douar Zhara	douar-zhara	MA		0	Africa/Casablanca	31.52058	-9.39682				07	211		
10900043	Douar Lekhlidat	douar-lekhlidat	MA		0	Africa/Casablanca	31.50337	-9.48552				07	211		
10900045	Douar Ait Laqdim	douar-ait-laqdim	MA		0	Africa/Casablanca	31.56197	-9.42271				07	211		
10900678	Douar Oufella	douar-oufella	MA		0	Africa/Casablanca	30.9955	-9.73686				07	211		
10900679	Id bel Haj	id-bel-haj	MA		0	Africa/Casablanca	30.99662	-9.7302				07	211		
10900680	Ideggouifrane	ideggouifrane	MA		0	Africa/Casablanca	30.9834	-9.73186				07	211		
10900685	Idou Khechchane	idou-khechchane	MA		0	Africa/Casablanca	30.97771	-9.72703				07	211		
10900686	Agouni Ouakhou	agouni-ouakhou	MA		0	Africa/Casablanca	30.96898	-9.73044				07	211		
10900687	Imoujarn	imoujarn	MA		0	Africa/Casablanca	30.9699	-9.71853				07	211		
10900689	Taâkkart	taakkart	MA		0	Africa/Casablanca	30.98354	-9.71333				07	211		
10900690	Tassouka	tassouka	MA		0	Africa/Casablanca	30.98968	-9.7096				07	211		
10900691	Tiguemmi Ouzarhar	tiguemmi-ouzarhar	MA		0	Africa/Casablanca	30.99038	-9.70436				07	211		
10900692	Id Samba	id-samba	MA		0	Africa/Casablanca	30.99255	-9.70037				07	211		
10900694	Tassila	tassila	MA		0	Africa/Casablanca	30.987	-9.71473				07	211		
10900696	Timzguida Oussoul	timzguida-oussoul	MA		0	Africa/Casablanca	30.98785	-9.72787				07	211		
10900697	Aït Izem	ait-izem	MA		0	Africa/Casablanca	30.99609	-9.72347				07	211		
10900698	Tiguemmi Saïd Atanane	tiguemmi-said-atanane	MA		0	Africa/Casablanca	30.98356	-9.69512				07	211		
10900699	Idou Choubir	idou-choubir	MA		0	Africa/Casablanca	30.97404	-9.70762				07	211		
10900700	Idou Makhkha	idou-makhkha	MA		0	Africa/Casablanca	30.9736	-9.7111				07	211		
10900702	Id Aissa	id-aissa	MA		0	Africa/Casablanca	30.96876	-9.71248				07	211		
10900703	Ioau-Marir	ioau-marir	MA		0	Africa/Casablanca	30.96899	-9.70536				07	211		
10900705	Aït bou Jmaa	ait-bou-jmaa	MA		0	Africa/Casablanca	30.96277	-9.74281				07	211		
10900707	Id er Raïs	id-er-rais	MA		0	Africa/Casablanca	30.95876	-9.74641				07	211		
10900708	Idourane	idourane	MA		0	Africa/Casablanca	30.95679	-9.74621				07	211		
10900709	Timzguida n Bigdi	timzguida-n-bigdi	MA		0	Africa/Casablanca	30.95052	-9.74149				07	211		
10900710	Aït Mansour	ait-mansour	MA		0	Africa/Casablanca	30.95026	-9.74287				07	211		
10900711	Idou Brahim	idou-brahim	MA		0	Africa/Casablanca	30.94875	-9.739				07	211		
10900713	Taoukit Ibazine	taoukit-ibazine	MA		0	Africa/Casablanca	30.95406	-9.72267				07	211		
10900716	Tiguemmi-Oulamouch	tiguemmi-oulamouch	MA		0	Africa/Casablanca	30.95293	-9.69899				07	211		
10900717	Aït Messaoud	ait-messaoud	MA		0	Africa/Casablanca	30.96007	-9.70742				07	211		
10900718	Taourirt Ichnad	taourirt-ichnad	MA		0	Africa/Casablanca	30.9611	-9.72063				07	211		
10900719	Id Haïmoud	id-haimoud	MA		0	Africa/Casablanca	30.96557	-9.7016				07	211		
10900721	Zaouiet el Arba	zaouiet-el-arba	MA		0	Africa/Casablanca	30.95012	-9.68871				07	211		
10900722	Id Khouia	id-khouia	MA		0	Africa/Casablanca	30.9455	-9.68991				07	211		
10900725	Aït Idir Tassaouat	ait-idir-tassaouat	MA		0	Africa/Casablanca	30.93018	-9.72205				07	211		
10900727	Ihedjamn	ihedjamn	MA		0	Africa/Casablanca	30.93393	-9.70903				07	211		
10900728	Tarkyat	tarkyat	MA		0	Africa/Casablanca	30.93927	-9.70639				07	211		
10900730	Azazoul	azazoul	MA		0	Africa/Casablanca	30.91802	-9.72641				07	211		
10900732	Id Hamd	id-hamd	MA		0	Africa/Casablanca	30.94014	-9.70242				07	211		
10900734	Id Fars	id-fars	MA		0	Africa/Casablanca	30.93751	-9.70207				07	211		
10900736	Takourrout	takourrout	MA		0	Africa/Casablanca	30.93006	-9.69885				07	211		
10900737	Imerkas	imerkas	MA		0	Africa/Casablanca	30.92595	-9.70119				07	211		
10900738	Lâzib Lahsene id Abaïd	lazib-lahsene-id-abaid	MA		0	Africa/Casablanca	30.91535	-9.70595				07	211		
10900745	Idou et-Tahra	idou-et-tahra	MA		0	Africa/Casablanca	30.87957	-9.7407				07	211		
10900747	Aït Oumzil	ait-oumzil	MA		0	Africa/Casablanca	30.8681	-9.74033				09	001		
10900749	Bârour	barour	MA		0	Africa/Casablanca	30.87217	-9.74029				09	001		
10900750	Imziln	imziln	MA		0	Africa/Casablanca	30.87955	-9.72334				07	211		
10900751	Id Birouaïne	id-birouaine	MA		0	Africa/Casablanca	30.87966	-9.72669				07	211		
10900752	Ikerrach	ikerrach	MA		0	Africa/Casablanca	30.87594	-9.72111				07	211		
10900753	Id Saïd ou Mbarek	id-said-ou-mbarek	MA		0	Africa/Casablanca	30.87292	-9.72746				07	211		
10900755	Id Baala Oufella	id-baala-oufella	MA		0	Africa/Casablanca	30.87112	-9.72787				07	211		
10900757	Imsguine	imsguine	MA		0	Africa/Casablanca	30.87173	-9.70493				07	211		
10900758	Issakrarn	issakrarn	MA		0	Africa/Casablanca	30.87167	-9.70001				07	211		
10900760	Aït Tinsft	ait-tinsft	MA		0	Africa/Casablanca	30.87301	-9.69278				07	211		
10900761	Aït Sidi Mehand Ouchchene	ait-sidi-mehand-ouchchene	MA		0	Africa/Casablanca	30.88213	-9.70257				07	211		
10900763	Id el Lazid	id-el-lazid	MA		0	Africa/Casablanca	30.88053	-9.7119				07	211		
10900764	Id el Baz	id-el-baz	MA		0	Africa/Casablanca	30.88338	-9.71386				07	211		
10900765	Tiguemmi ou Bellouhou	tiguemmi-ou-bellouhou	MA		0	Africa/Casablanca	30.88998	-9.70422				07	211		
10900770	Trabellatine	trabellatine	MA		0	Africa/Casablanca	30.86672	-9.73681				09	001		
10900772	Akesmou	akesmou	MA		0	Africa/Casablanca	30.85382	-9.7396				09	001		
10900773	Irhil Oukhesmou	irhil-oukhesmou	MA		0	Africa/Casablanca	30.85097	-9.74235				09	001		
10900776	Iggui n’Tanout	iggui-n-tanout	MA		0	Africa/Casablanca	30.84139	-9.74016				09	001		
10900778	Ait Amer	ait-amer	MA		0	Africa/Casablanca	30.84074	-9.7186				07	211		
10900780	Id Baâlla Ouzeddar	id-baalla-ouzeddar	MA		0	Africa/Casablanca	30.85465	-9.72553				07	211		
10900782	Taourirt n’Doufari	taourirt-n-doufari	MA		0	Africa/Casablanca	30.86272	-9.725				07	211		
10900783	Id Bakadir	id-bakadir	MA		0	Africa/Casablanca	30.8574	-9.71175				07	211		
10900784	Id ben Chir	id-ben-chir	MA		0	Africa/Casablanca	30.85314	-9.71679				07	211		
10900785	Ifser	ifser	MA		0	Africa/Casablanca	30.84993	-9.716				07	211		
10900786	Aït et Talb Sâïd	ait-et-talb-said	MA		0	Africa/Casablanca	30.85167	-9.70624				07	211		
10900788	Ed Dar el Cadi	ed-dar-el-cadi	MA		0	Africa/Casablanca	30.86034	-9.7019				07	211		
10900789	Id Mesmar	id-mesmar	MA		0	Africa/Casablanca	30.86279	-9.6957				07	211		
10900790	Inezmit	inezmit	MA		0	Africa/Casablanca	30.86622	-9.69947				07	211		
10900791	Imkhouzza	imkhouzza	MA		0	Africa/Casablanca	30.86285	-9.69922				07	211		
10900796	Taourirt Ifarkioun	taourirt-ifarkioun	MA		0	Africa/Casablanca	30.82777	-9.74679				09	001		
10900798	Aït Lahsene	ait-lahsene	MA		0	Africa/Casablanca	30.83312	-9.72432				07	211		
10900799	Titsi	titsi	MA		0	Africa/Casablanca	30.83379	-9.72298				07	211		
10900800	Iboudrarn	iboudrarn	MA		0	Africa/Casablanca	30.83821	-9.72359				07	211		
10900802	Tiguemmi n’Cheikh Abarheurh	tiguemmi-n-cheikh-abarheurh	MA		0	Africa/Casablanca	30.83111	-9.70862				07	211		
10900804	Ouaderzane	ouaderzane	MA		0	Africa/Casablanca	30.84609	-9.69005				07	211		
10900807	Tazrout	tazrout	MA		0	Africa/Casablanca	30.8515	-9.67959				07	211		
10900810	Taounarine	taounarine	MA		0	Africa/Casablanca	30.81409	-9.74283				09	001		
10900811	es Sebt Aït Amer	es-sebt-ait-amer	MA		0	Africa/Casablanca	30.79977	-9.73856				09	001		
10900813	Taouggart	taouggart	MA		0	Africa/Casablanca	30.80961	-9.7044				07	211		
10900815	Tabarha	tabarha	MA		0	Africa/Casablanca	30.80662	-9.70117				07	211		
10900816	Baba Ahmed ou Nasser	baba-ahmed-ou-nasser	MA		0	Africa/Casablanca	30.80044	-9.69175				07	211		
10900818	Tiguemmi Lazib	tiguemmi-lazib	MA		0	Africa/Casablanca	30.79053	-9.73085				09	001		
10900821	Arbouri	arbouri	MA		0	Africa/Casablanca	30.79224	-9.69725				07	211		
10900823	Ouagga	ouagga	MA		0	Africa/Casablanca	30.78623	-9.69467				09	001		
10900831	Timzguida Ouberkaou	timzguida-ouberkaou	MA		0	Africa/Casablanca	30.75574	-9.74396				09	001		
10900833	Ifradane	ifradane	MA		0	Africa/Casablanca	30.7545	-9.73548				09	001		
10900834	Oukhrib n’Aït Ougourram	oukhrib-n-ait-ougourram	MA		0	Africa/Casablanca	30.75424	-9.71038				09	001		
10900835	Tigzirine	tigzirine	MA		0	Africa/Casablanca	30.75196	-9.71147				09	001		
10900837	Aït Oumlil	ait-oumlil	MA		0	Africa/Casablanca	30.75952	-9.69626				09	001		
10900838	Inedjarn	inedjarn	MA		0	Africa/Casablanca	30.76108	-9.69304				09	001		
10900842	Ait Hammou	ait-hammou	MA		0	Africa/Casablanca	30.75835	-9.68514				09	001		
10900843	El Hallat	el-hallat	MA		0	Africa/Casablanca	30.7557	-9.68553				09	001		
10900844	Aït Bougas	ait-bougas	MA		0	Africa/Casablanca	30.75773	-9.67647				09	001		
10900845	Tiguemmi n’Ed Yahya	tiguemmi-n-ed-yahya	MA		0	Africa/Casablanca	30.75858	-9.66525				09	001		
10900847	Ihdad	ihdad	MA		0	Africa/Casablanca	30.76781	-9.67824				09	001		
10900848	Taourirt Id ben Sras	taourirt-id-ben-sras	MA		0	Africa/Casablanca	30.77502	-9.6795				09	001		
10900849	Iboudrarn	iboudrarn	MA		0	Africa/Casablanca	30.76169	-9.65553				09	001		
10900851	Tagounit	tagounit	MA		0	Africa/Casablanca	30.77011	-9.65216				09	001		
10900854	Ej Jdid	ej-jdid	MA		0	Africa/Casablanca	30.78169	-9.67115				09	001		
10900856	Agadir Oumzil	agadir-oumzil	MA		0	Africa/Casablanca	30.78786	-9.65257				09	001		
10900857	Tiskatine	tiskatine	MA		0	Africa/Casablanca	30.79442	-9.69446				07	211		
10900858	Ibourhashn	ibourhashn	MA		0	Africa/Casablanca	30.79803	-9.69199				07	211		
10900859	Aït Mansour	ait-mansour	MA		0	Africa/Casablanca	30.79869	-9.67826				07	211		
10900863	Irhyoutn	irhyoutn	MA		0	Africa/Casablanca	30.80322	-9.68823				07	211		
10900864	Itiguitn	itiguitn	MA		0	Africa/Casablanca	30.81585	-9.65519				07	211		
10900867	Tiguemmi Arouah	tiguemmi-arouah	MA		0	Africa/Casablanca	30.79179	-9.6367				09	001		
10900868	Tassagout	tassagout	MA		0	Africa/Casablanca	30.82261	-9.68611				07	211		
10900870	Ihelmane	ihelmane	MA		0	Africa/Casablanca	30.82825	-9.67864				07	211		
10900871	Bou Lkamz	bou-lkamz	MA		0	Africa/Casablanca	30.82978	-9.67075				07	211		
10900874	Assadrar	assadrar	MA		0	Africa/Casablanca	30.82484	-9.65416				07	211		
10900875	Aït ou Ieddi	ait-ou-ieddi	MA		0	Africa/Casablanca	30.83503	-9.64169				07	211		
10900876	Id bou Glil	id-bou-glil	MA		0	Africa/Casablanca	30.8389	-9.67276				07	211		
10900878	Tiourar	tiourar	MA		0	Africa/Casablanca	30.84034	-9.67581				07	211		
10900879	Timzalal	timzalal	MA		0	Africa/Casablanca	30.84714	-9.66748				07	211		
10900884	Id Ouachchak	id-ouachchak	MA		0	Africa/Casablanca	30.8668	-9.67917				07	211		
10900886	Tiguemmi el Haj Ajerroud	tiguemmi-el-haj-ajerroud	MA		0	Africa/Casablanca	30.869	-9.67276				07	211		
10900889	Tabia	tabia	MA		0	Africa/Casablanca	30.85725	-9.67032				07	211		
10900892	Bou Hout	bou-hout	MA		0	Africa/Casablanca	30.86638	-9.65691				07	211		
10900893	Id Baba Sâïd	id-baba-said	MA		0	Africa/Casablanca	30.87154	-9.65109				07	211		
10900894	Tiguemmi Ouzbid	tiguemmi-ouzbid	MA		0	Africa/Casablanca	30.87557	-9.6578				07	211		
10900896	Amalou n’Aït Ichchou	amalou-n-ait-ichchou	MA		0	Africa/Casablanca	30.89044	-9.65415				07	211		
10900899	Tadraft	tadraft	MA		0	Africa/Casablanca	30.88994	-9.64463				07	211		
10900901	Aït Ichehou	ait-ichehou	MA		0	Africa/Casablanca	30.89038	-9.63541				07	211		
10900904	Tanrhourt	tanrhourt	MA		0	Africa/Casablanca	30.90528	-9.67542				07	211		
10900905	El Medint Iboudihirn	el-medint-iboudihirn	MA		0	Africa/Casablanca	30.90708	-9.66645				07	211		
10900906	Zâlidou	zalidou	MA		0	Africa/Casablanca	30.91212	-9.67032				07	211		
10900909	Iguer Imziln	iguer-imziln	MA		0	Africa/Casablanca	30.9177	-9.65427				07	211		
10900911	Afrad	afrad	MA		0	Africa/Casablanca	30.91435	-9.64699				07	211		
10900912	Taourist Ikhdinine	taourist-ikhdinine	MA		0	Africa/Casablanca	30.91481	-9.64332				07	211		
10900914	Tadouart	tadouart	MA		0	Africa/Casablanca	30.92252	-9.64543				07	211		
10900916	Ikherrazn	ikherrazn	MA		0	Africa/Casablanca	30.93046	-9.68555				07	211		
10900919	Achaâri	achaari	MA		0	Africa/Casablanca	30.92779	-9.63919				07	211		
10900924	El Achert	el-achert	MA		0	Africa/Casablanca	30.93767	-9.66613				07	211		
10900925	Tiguemmi-n’Dou Hemmou	tiguemmi-n-dou-hemmou	MA		0	Africa/Casablanca	30.93637	-9.68068				07	211		
10900927	Idou Raouchi	idou-raouchi	MA		0	Africa/Casablanca	30.94222	-9.68418				07	211		
10900929	Ihechchadn	ihechchadn	MA		0	Africa/Casablanca	30.94369	-9.68489				07	211		
10900931	Id Chifi	id-chifi	MA		0	Africa/Casablanca	30.95245	-9.68405				07	211		
10900932	Idou Mnaïl	idou-mnail	MA		0	Africa/Casablanca	30.95208	-9.67761				07	211		
10900933	Tabaoummout	tabaoummout	MA		0	Africa/Casablanca	30.94664	-9.65405				07	211		
10900934	Talborjt	talborjt	MA		0	Africa/Casablanca	30.95153	-9.6627				07	211		
10900935	Bou Madarh	bou-madarh	MA		0	Africa/Casablanca	30.95621	-9.67214				07	211		
10900937	Tafrat	tafrat	MA		0	Africa/Casablanca	30.96347	-9.68429				07	211		
10900938	Id el Haj Lahsene	id-el-haj-lahsene	MA		0	Africa/Casablanca	30.96143	-9.66034				07	211		
10900940	Id bou Zid	id-bou-zid	MA		0	Africa/Casablanca	30.97359	-9.68439				07	211		
10900942	Id Joujka	id-joujka	MA		0	Africa/Casablanca	30.97977	-9.6808				07	211		
10900943	Aït Baba el Haja	ait-baba-el-haja	MA		0	Africa/Casablanca	30.9701	-9.6686				07	211		
10900944	Idben Aomar	idben-aomar	MA		0	Africa/Casablanca	30.97475	-9.65993				07	211		
10900946	Ikouâyas	ikouayas	MA		0	Africa/Casablanca	30.97874	-9.66637				07	211		
10900949	Amazoul	amazoul	MA		0	Africa/Casablanca	30.98521	-9.63926				07	211		
10900950	Id Ikerch	id-ikerch	MA		0	Africa/Casablanca	30.98412	-9.64875				07	211		
10900951	Tahouda	tahouda	MA		0	Africa/Casablanca	30.99111	-9.68006				07	211		
10900952	Idou Battal	idou-battal	MA		0	Africa/Casablanca	30.98664	-9.68746				07	211		
10900953	Tiguemmi n’Doumoulid	tiguemmi-n-doumoulid	MA		0	Africa/Casablanca	30.99081	-9.65552				07	211		
10900961	Imi Ougouni	imi-ougouni	MA		0	Africa/Casablanca	30.99549	-9.6133				07	211		
10900963	Achibane	achibane	MA		0	Africa/Casablanca	30.98785	-9.60455				07	211		
10900965	Tassila n’Talik	tassila-n-talik	MA		0	Africa/Casablanca	30.98096	-9.60977				07	211		
10900966	Idourmour	idourmour	MA		0	Africa/Casablanca	30.98268	-9.61586				07	211		
10900968	Zaouiet Iderdar	zaouiet-iderdar	MA		0	Africa/Casablanca	30.97537	-9.59836				07	211		
10900975	Amsguine	amsguine	MA		0	Africa/Casablanca	30.95254	-9.61917				07	211		
10900976	Adouz	adouz	MA		0	Africa/Casablanca	30.9507	-9.61719				07	211		
10900977	Tanerourt	tanerourt	MA		0	Africa/Casablanca	30.94965	-9.61679				07	211		
10900979	Aït Bigdad	ait-bigdad	MA		0	Africa/Casablanca	30.95961	-9.61032				07	211		
10900980	Aferkella	aferkella	MA		0	Africa/Casablanca	30.96156	-9.60116				07	211		
10900987	Atebbous	atebbous	MA		0	Africa/Casablanca	30.9485	-9.58466				07	211		
10900990	Biisk	biisk	MA		0	Africa/Casablanca	30.95006	-9.60562				07	211		
10900994	Ifr Ouabou	ifr-ouabou	MA		0	Africa/Casablanca	30.92837	-9.61258				07	211		
10900995	Aïssi	aissi	MA		0	Africa/Casablanca	30.94419	-9.60792				07	211		
10900998	Tidliouine	tidliouine	MA		0	Africa/Casablanca	30.92936	-9.58283				07	211		
10901001	Tafentirt	tafentirt	MA		0	Africa/Casablanca	30.92448	-9.62109				07	211		
10901002	Tourirt	tourirt	MA		0	Africa/Casablanca	30.92242	-9.61513				07	211		
10901003	Sidi Ali ou Salah	sidi-ali-ou-salah	MA		0	Africa/Casablanca	30.92108	-9.6146				07	211		
10901004	Id bou Kioud	id-bou-kioud	MA		0	Africa/Casablanca	30.91894	-9.60517				07	211		
10901005	Id Bellouch	id-bellouch	MA		0	Africa/Casablanca	30.91897	-9.6165				07	211		
10901008	Tiggemmi n’Ait ou Aïssi	tiggemmi-n-ait-ou-aissi	MA		0	Africa/Casablanca	30.91072	-9.60214				07	211		
10901011	Imekkassane	imekkassane	MA		0	Africa/Casablanca	30.92424	-9.59077				07	211		
10901012	Id Bizgarn	id-bizgarn	MA		0	Africa/Casablanca	30.92253	-9.5918				07	211		
10901013	Iferkes	iferkes	MA		0	Africa/Casablanca	30.92288	-9.59556				07	211		
10901014	Igouzoum	igouzoum	MA		0	Africa/Casablanca	30.91711	-9.5865				07	211		
10901020	Agouni	agouni	MA		0	Africa/Casablanca	30.8865	-9.58232				07	211		
10901021	Bou Klal	bou-klal	MA		0	Africa/Casablanca	30.88722	-9.61332				07	211		
10901026	et Tnine-Taroua Ali	et-tnine-taroua-ali	MA		0	Africa/Casablanca	30.88182	-9.63411				07	211		
10901031	Asserks	asserks	MA		0	Africa/Casablanca	30.87863	-9.58801				07	211		
10901041	Ed Dhar Idou Ahmane	ed-dhar-idou-ahmane	MA		0	Africa/Casablanca	30.85914	-9.58583				07	211		
10901050	Aouggant	aouggant	MA		0	Africa/Casablanca	30.83398	-9.60382				09	001		
10901062	Tahchoucht	tahchoucht	MA		0	Africa/Casablanca	30.80409	-9.59803				09	001		
10901063	Ardout	ardout	MA		0	Africa/Casablanca	30.79382	-9.61858				09	001		
10901065	Aït Driouch	ait-driouch	MA		0	Africa/Casablanca	30.79248	-9.61249				09	001		
10901066	Aït Aïssa	ait-aissa	MA		0	Africa/Casablanca	30.79117	-9.61161				09	001		
10901067	Aït ou Aziz	ait-ou-aziz	MA		0	Africa/Casablanca	30.78846	-9.6082				09	001		
10901069	Imâain	imaain	MA		0	Africa/Casablanca	30.78958	-9.60026				09	001		
10901071	Irhil Oumenzou	irhil-oumenzou	MA		0	Africa/Casablanca	30.79218	-9.59277				09	001		
10901072	Timristine	timristine	MA		0	Africa/Casablanca	30.79488	-9.59942				09	001		
10901074	Takoucht	takoucht	MA		0	Africa/Casablanca	30.80339	-9.59923				09	001		
10901078	Bou Ouziou	bou-ouziou	MA		0	Africa/Casablanca	30.78128	-9.61997				09	001		
10901080	Aït Tirhïrt	ait-tirhirt	MA		0	Africa/Casablanca	30.77169	-9.61115				09	001		
10901081	Bigjouane	bigjouane	MA		0	Africa/Casablanca	30.7683	-9.61044				09	001		
10901082	Adouar Oumouch	adouar-oumouch	MA		0	Africa/Casablanca	30.76831	-9.59173				09	001		
10901088	Miysk	miysk	MA		0	Africa/Casablanca	30.7535	-9.58822				09	001		
10901089	Aït Chbaïk	ait-chbaik	MA		0	Africa/Casablanca	30.766	-9.58331				09	001		
10901090	Atebbane	atebbane	MA		0	Africa/Casablanca	30.75449	-9.58037				09	001		
10901092	Tamoudjout	tamoudjout	MA		0	Africa/Casablanca	30.77108	-9.579				09	001		
10901093	Aït et Talb	ait-et-talb	MA		0	Africa/Casablanca	30.77012	-9.58028				09	001		
10901094	Tama Ouzier	tama-ouzier	MA		0	Africa/Casablanca	30.76643	-9.56633				09	001		
10901096	Tassila n’Idamn	tassila-n-idamn	MA		0	Africa/Casablanca	30.75394	-9.55845				09	001		
10901103	Imlaln	imlaln	MA		0	Africa/Casablanca	30.77303	-9.55786				09	001		
10901104	Azïer	azier	MA		0	Africa/Casablanca	30.77047	-9.5644				09	001		
10901108	Aït Sohak	ait-sohak	MA		0	Africa/Casablanca	30.78503	-9.54839				09	001		
10901110	Agouni	agouni	MA		0	Africa/Casablanca	30.79475	-9.57612				09	001		
10901112	Tizroualme	tizroualme	MA		0	Africa/Casablanca	30.79309	-9.52989				09	001		
10901116	Iderdar	iderdar	MA		0	Africa/Casablanca	30.8038	-9.55696				09	001		
10901119	Talgouarht	talgouarht	MA		0	Africa/Casablanca	30.80789	-9.53024				09	001		
10901124	Tassila Ouakrim	tassila-ouakrim	MA		0	Africa/Casablanca	30.8281	-9.5546				09	001		
10901125	Iskla	iskla	MA		0	Africa/Casablanca	30.79766	-9.55751				09	001		
10901128	Aouzelkint	aouzelkint	MA		0	Africa/Casablanca	30.84146	-9.54279				09	001		
10901131	Yahya	yahya	MA		0	Africa/Casablanca	30.87079	-9.58017				07	211		
10901132	Chettal	chettal	MA		0	Africa/Casablanca	30.87022	-9.55333				07	211		
10901134	Tidli	tidli	MA		0	Africa/Casablanca	30.8858	-9.56784				07	211		
10901136	Aït Oumliln	ait-oumliln	MA		0	Africa/Casablanca	30.89438	-9.57163				07	211		
10901138	Aït Ou Jaa	ait-ou-jaa	MA		0	Africa/Casablanca	30.90698	-9.55424				07	211		
10901140	Illalarhn	illalarhn	MA		0	Africa/Casablanca	30.90469	-9.54239				07	211		
10901149	Aït ou es Saïd	ait-ou-es-said	MA		0	Africa/Casablanca	30.93452	-9.57926				07	211		
10901153	Biknarine	biknarine	MA		0	Africa/Casablanca	30.94948	-9.57499				07	211		
10901159	Id Bella	id-bella	MA		0	Africa/Casablanca	30.76036	-9.69149				09	001		
10901162	Tanounja	tanounja	MA		0	Africa/Casablanca	30.96922	-9.56971				07	211		
10901169	Zaouiet Masfour	zaouiet-masfour	MA		0	Africa/Casablanca	30.98979	-9.52167				07	211		
10901170	Tassila Oufella	tassila-oufella	MA		0	Africa/Casablanca	30.99391	-9.52018				07	211		
10901174	Afrad Ouzour	afrad-ouzour	MA		0	Africa/Casablanca	30.97232	-9.50686				07	211		
10901178	Tisk	tisk	MA		0	Africa/Casablanca	30.94902	-9.53094				07	211		
10901179	Taougjgalt	taougjgalt	MA		0	Africa/Casablanca	30.94648	-9.52115				07	211		
10901185	Talat n’Mazadn	talat-n-mazadn	MA		0	Africa/Casablanca	30.92894	-9.53034				07	211		
10901192	Ouankerra	ouankerra	MA		0	Africa/Casablanca	30.92185	-9.51184				07	211		
10901193	Taourarat	taourarat	MA		0	Africa/Casablanca	30.92149	-9.51472				07	211		
10901195	Ourti Yahya	ourti-yahya	MA		0	Africa/Casablanca	30.90635	-9.51927				07	211		
10901198	El Helt	el-helt	MA		0	Africa/Casablanca	30.89911	-9.51037				07	211		
10901200	Imenza	imenza	MA		0	Africa/Casablanca	30.89511	-9.52369				07	211		
10901205	Tassila Ali ou el Haj	tassila-ali-ou-el-haj	MA		0	Africa/Casablanca	30.88264	-9.5133				07	211		
10901208	Tinseft	tinseft	MA		0	Africa/Casablanca	30.88274	-9.53762				09	001		
10901217	Tissennane	tissennane	MA		0	Africa/Casablanca	30.86038	-9.5308				09	001		
10901222	Iouf Aghar	iouf-aghar	MA		0	Africa/Casablanca	30.83033	-9.54112				09	001		
10901232	Aït Chareha	ait-chareha	MA		0	Africa/Casablanca	30.80826	-9.52115				09	001		
10901234	Aït Tourirt	ait-tourirt	MA		0	Africa/Casablanca	30.79539	-9.52652				09	001		
10901236	Tassila Hassoun	tassila-hassoun	MA		0	Africa/Casablanca	30.79415	-9.52173				09	001		
10901237	Agouni	agouni	MA		0	Africa/Casablanca	30.79198	-9.50923				09	001		
10901247	Takout Nabla Ou Arab	takout-nabla-ou-arab	MA		0	Africa/Casablanca	30.75617	-9.51388				09	001		
10901248	Aït el Mjeddid	ait-el-mjeddid	MA		0	Africa/Casablanca	30.75528	-9.50899				09	001		
10901259	Tabia	tabia	MA		0	Africa/Casablanca	30.75752	-9.74059				09	001		
10901263	Douar n’Aït Taïk	douar-n-ait-taik	MA		0	Africa/Casablanca	30.89137	-9.61175				07	211		
10901269	Idourane	idourane	MA		0	Africa/Casablanca	30.77977	-9.5778				09	001		
10901271	Tiguemmi Issemgane	tiguemmi-issemgane	MA		0	Africa/Casablanca	30.99711	-9.6749				07	211		
10901277	Douar Lekhouadra	douar-lekhouadra	MA		0	Africa/Casablanca	31.87198	-8.61748				07	585		
10901282	Douar Lekouabliya	douar-lekouabliya	MA		0	Africa/Casablanca	31.84688	-8.53089				07	585		
10901283	Douar Laakarcha	douar-laakarcha	MA		0	Africa/Casablanca	31.85539	-8.55518				07	585		
10901284	Douar Lemhiriga	douar-lemhiriga	MA		0	Africa/Casablanca	31.84424	-8.50817				07	585		
10901287	Douar Laadilat	douar-laadilat	MA		0	Africa/Casablanca	31.84398	-8.57564				07	585		
10901291	Douar Oulad Mehdi	douar-oulad-mehdi	MA		0	Africa/Casablanca	31.85389	-8.62416				07	585		
10901296	Dar El Kharraz	dar-el-kharraz	MA		0	Africa/Casablanca	31.83121	-8.50329				07	585		
10901298	Dar Bel Bachir	dar-bel-bachir	MA		0	Africa/Casablanca	31.82148	-8.49922				07	585		
10901303	Douar Mohamed Ben Haddi	douar-mohamed-ben-haddi	MA		0	Africa/Casablanca	31.82623	-8.57632				07	585		
10901307	Douar Oulad Nacer	douar-oulad-nacer	MA		0	Africa/Casablanca	31.81456	-8.60742				07	585		
10901316	Douar Oulad Bou Ali Kharbouch	douar-oulad-bou-ali-kharbouch	MA		0	Africa/Casablanca	31.7922	-8.57997				07	585		
10901318	Douar Oulad Mansour	douar-oulad-mansour	MA		0	Africa/Casablanca	31.77394	-8.5359				07	585		
10901321	Douar Labbihat	douar-labbihat	MA		0	Africa/Casablanca	31.76882	-8.50495				07	585		
10901338	Douar Saidat	douar-saidat	MA		0	Africa/Casablanca	31.98582	-8.61984				07	585		
10901340	Douar Oulad Abderrahmane	douar-oulad-abderrahmane	MA		0	Africa/Casablanca	31.9875	-8.59199				07	585		
10901366	Dar Ahmed Ould Ben Driss	dar-ahmed-ould-ben-driss	MA		0	Africa/Casablanca	31.98691	-8.50871				07	585		
10901370	Douar Oulad Ayyad	douar-oulad-ayyad	MA		0	Africa/Casablanca	31.97966	-8.53548				07	585		
10901374	Douar Oulad Sidi Tahar	douar-oulad-sidi-tahar	MA		0	Africa/Casablanca	31.9762	-8.60633				07	585		
10901379	Douar Lagnabra	douar-lagnabra	MA		0	Africa/Casablanca	31.96904	-8.5445				07	585		
10901384	Douar Oulad Abbas	douar-oulad-abbas	MA		0	Africa/Casablanca	31.94962	-8.5043				07	585		
10901391	Douar Blilat Sidi Ahmed	douar-blilat-sidi-ahmed	MA		0	Africa/Casablanca	31.95136	-8.6046				07	585		
10901393	Douar Laaouatna	douar-laaouatna	MA		0	Africa/Casablanca	31.94459	-8.61396				07	585		
10901395	Labdadgha	labdadgha	MA		0	Africa/Casablanca	31.94095	-8.55587				07	585		
10901398	Douar Oulad Lahmoud	douar-oulad-lahmoud	MA		0	Africa/Casablanca	31.94252	-8.50225				07	585		
10901401	Douar Blilat Eddalaa	douar-blilat-eddalaa	MA		0	Africa/Casablanca	31.93138	-8.58534				07	585		
10901403	Douar Oulad Hammou	douar-oulad-hammou	MA		0	Africa/Casablanca	31.92794	-8.61531				07	585		
10901404	Douar Laabouba	douar-laabouba	MA		0	Africa/Casablanca	31.92773	-8.59381				07	585		
10901406	Douar Oulad Hammani	douar-oulad-hammani	MA		0	Africa/Casablanca	31.929	-8.5602				07	585		
10901407	Dar Ahmed Ben Abdessalam	dar-ahmed-ben-abdessalam	MA		0	Africa/Casablanca	31.92123	-8.55461				07	585		
10901410	Douar Lemmissat	douar-lemmissat	MA		0	Africa/Casablanca	31.91072	-8.50579				07	585		
10901413	Douar Oulad Ali	douar-oulad-ali	MA		0	Africa/Casablanca	31.91324	-8.54642				07	585		
10901420	Douar Ezzourgui	douar-ezzourgui	MA		0	Africa/Casablanca	31.91119	-8.61581				07	585		
10901422	Douar Oulad Ayyad Zrirat	douar-oulad-ayyad-zrirat	MA		0	Africa/Casablanca	31.90684	-8.59665				07	585		
10901427	Douar Rbaat Errami	douar-rbaat-errami	MA		0	Africa/Casablanca	31.90377	-8.5434				07	585		
10901428	Douar Cheikh Mohamed	douar-cheikh-mohamed	MA		0	Africa/Casablanca	31.90498	-8.53436				07	585		
10901430	Douar Errouaouna	douar-errouaouna	MA		0	Africa/Casablanca	31.9004	-8.50594				07	585		
10901431	Douar Lahfidat	douar-lahfidat	MA		0	Africa/Casablanca	31.89682	-8.51658				07	585		
10901433	Douar Oulad Ahmed Ben Kacem	douar-oulad-ahmed-ben-kacem	MA		0	Africa/Casablanca	31.90017	-8.5645				07	585		
10901436	Douar Lakhouadra El Koudia	douar-lakhouadra-el-koudia	MA		0	Africa/Casablanca	31.89409	-8.594				07	585		
10901437	Douar Allal Ben Chiker	douar-allal-ben-chiker	MA		0	Africa/Casablanca	31.88794	-8.58897				07	585		
10901439	Douar Lakhouadra El Ouatia	douar-lakhouadra-el-ouatia	MA		0	Africa/Casablanca	31.8819	-8.61426				07	585		
10901449	Douar Laakarcha Oulad Maachou	douar-laakarcha-oulad-maachou	MA		0	Africa/Casablanca	31.87801	-8.55652				07	585		
10901463	Dar Abdelmoula Ben Mennana	dar-abdelmoula-ben-mennana	MA		0	Africa/Casablanca	31.61853	-8.45377				07	161		
10901464	Douar Lebraj	douar-lebraj	MA		0	Africa/Casablanca	31.62293	-8.438				07	161		
10901465	Douar Lehrichat Haddi	douar-lehrichat-haddi	MA		0	Africa/Casablanca	31.61263	-8.44435				07	161		
10901584	Dar El Haqini Miloud	dar-el-haqini-miloud	MA		0	Africa/Casablanca	31.61274	-8.43894				07	161		
10901585	Dar Mohamed Ellatifi	dar-mohamed-ellatifi	MA		0	Africa/Casablanca	31.61532	-8.43038				07	161		
10901586	Dar Errachiqi Abdelhadi	dar-errachiqi-abdelhadi	MA		0	Africa/Casablanca	31.6183	-8.43467				07	161		
10901588	H’ntiers Allal Ben Massaoud	h-ntiers-allal-ben-massaoud	MA		0	Africa/Casablanca	31.61837	-8.42826				07	161		
10901589	Dar Marnoune Ben El Mahjoub	dar-marnoune-ben-el-mahjoub	MA		0	Africa/Casablanca	31.61879	-8.41667				07	161		
10901590	Douar Lemssaada	douar-lemssaada	MA		0	Africa/Casablanca	31.61775	-8.41066				07	161		
10901592	Dar El Arbi Ben Abbas	dar-el-arbi-ben-abbas	MA		0	Africa/Casablanca	31.61398	-8.40495				07	161		
10901593	Dar Hassan Laaroussi	dar-hassan-laaroussi	MA		0	Africa/Casablanca	31.61939	-8.39474				07	351		
10901594	Dar Abdelmajid Essouidi	dar-abdelmajid-essouidi	MA		0	Africa/Casablanca	31.61345	-8.3951				07	351		
10901595	Douar El Hafed	douar-el-hafed	MA		0	Africa/Casablanca	31.62165	-8.3884				07	351		
10901596	H’ritiers Qaroub Abdelkader	h-ritiers-qaroub-abdelkader	MA		0	Africa/Casablanca	31.61475	-8.38234				07	351		
10901597	Dar Najib El Hajjoubi	dar-najib-el-hajjoubi	MA		0	Africa/Casablanca	31.62244	-8.37702				07	351		
10901598	H’ritiers Essaroukhi Abderrahmane	h-ritiers-essaroukhi-abderrahmane	MA		0	Africa/Casablanca	31.61738	-8.37639				07	351		
10901599	Douar Ezzouadha	douar-ezzouadha	MA		0	Africa/Casablanca	31.61075	-8.37481				07	351		
10901600	H’ritiers El Ghandour Abdeljalil	h-ritiers-el-ghandour-abdeljalil	MA		0	Africa/Casablanca	31.60883	-8.38824				07	351		
10901603	Dar Omar Ben Moussa	dar-omar-ben-moussa	MA		0	Africa/Casablanca	31.60426	-8.40613				07	161		
10901604	Dar Baqqa Lhoussine	dar-baqqa-lhoussine	MA		0	Africa/Casablanca	31.60647	-8.40965				07	161		
10901607	Dar El Atifi Ayyad	dar-el-atifi-ayyad	MA		0	Africa/Casablanca	31.60417	-8.4364				07	161		
10901609	Dar El Himer Mohamed	dar-el-himer-mohamed	MA		0	Africa/Casablanca	31.60628	-8.45707				07	161		
10901611	H’ritiers Mohamed El Mazouzi	h-ritiers-mohamed-el-mazouzi	MA		0	Africa/Casablanca	31.59977	-8.4519				07	161		
10901612	Douar Essamaail	douar-essamaail	MA		0	Africa/Casablanca	31.60706	-8.46338				07	161		
10901613	Dar Bannour Mohamed	dar-bannour-mohamed	MA		0	Africa/Casablanca	31.60468	-8.46106				07	161		
10901615	Douar El Koudia	douar-el-koudia	MA		0	Africa/Casablanca	31.60464	-8.46823				07	161		
10901616	H’ritiers Mohamed Ben Ezzir	h-ritiers-mohamed-ben-ezzir	MA		0	Africa/Casablanca	31.60139	-8.47104				07	161		
10901617	H’ritiers Said Aqida	h-ritiers-said-aqida	MA		0	Africa/Casablanca	31.59935	-8.46481				07	161		
10901618	Dar Ammiguina Omar	dar-ammiguina-omar	MA		0	Africa/Casablanca	31.60901	-8.47542				07	161		
10901619	H’ritiers Ammiguina Mohamed Ben Ayyouch	h-ritiers-ammiguina-mohamed-ben-ayyouch	MA		0	Africa/Casablanca	31.60644	-8.47875				07	161		
10901625	Hay Cimar	hay-cimar	MA		0	Africa/Casablanca	31.58991	-8.48121				07	161		
10901626	Dar Adib Mohamed	dar-adib-mohamed	MA		0	Africa/Casablanca	31.5937	-8.46218				07	161		
10901627	Dar Ammiguina Abdessalam	dar-ammiguina-abdessalam	MA		0	Africa/Casablanca	31.58938	-8.46315				07	161		
10901628	Dar Ammiguina Ahmed	dar-ammiguina-ahmed	MA		0	Africa/Casablanca	31.58642	-8.46619				07	161		
10901629	Dar El Khiraoui Abdelkader	dar-el-khiraoui-abdelkader	MA		0	Africa/Casablanca	31.58902	-8.45358				07	161		
10901630	Dar El Moudene Mohamed	dar-el-moudene-mohamed	MA		0	Africa/Casablanca	31.59561	-8.45427				07	161		
10901632	Dar Ofqir Hassan	dar-ofqir-hassan	MA		0	Africa/Casablanca	31.59591	-8.44083				07	161		
10901633	Dar Khalil El Mehdi	dar-khalil-el-mehdi	MA		0	Africa/Casablanca	31.59956	-8.42433				07	161		
10901634	Dar El Maati Ben El Gamra	dar-el-maati-ben-el-gamra	MA		0	Africa/Casablanca	31.59015	-8.41553				07	161		
10901635	Dar Ali El Mouddene	dar-ali-el-mouddene	MA		0	Africa/Casablanca	31.5964	-8.41352				07	161		
10901636	Dar Aicha Errouimi	dar-aicha-errouimi	MA		0	Africa/Casablanca	31.59657	-8.40493				07	161		
10901637	Dar Tahar Ben Hammadi	dar-tahar-ben-hammadi	MA		0	Africa/Casablanca	31.59052	-8.40111				07	161		
10901638	Dar El Gamra Bou Jemaa	dar-el-gamra-bou-jemaa	MA		0	Africa/Casablanca	31.59426	-8.39534				07	161		
10901640	Dar Ibrahim Ben Ouadi	dar-ibrahim-ben-ouadi	MA		0	Africa/Casablanca	31.59896	-8.40238				07	161		
10901641	Dar Mbarek Errommani	dar-mbarek-errommani	MA		0	Africa/Casablanca	31.60137	-8.40313				07	161		
10901642	H’ritiers Ahmed Essemiri	h-ritiers-ahmed-essemiri	MA		0	Africa/Casablanca	31.59104	-8.39044				07	161		
10901643	Dar El Haj Ahmed Ennehili	dar-el-haj-ahmed-ennehili	MA		0	Africa/Casablanca	31.58863	-8.3897				07	161		
10901644	Dar El Abboudi Mohamed	dar-el-abboudi-mohamed	MA		0	Africa/Casablanca	31.60183	-8.38845				07	161		
10901645	Dar Hafida Oulayka	dar-hafida-oulayka	MA		0	Africa/Casablanca	31.59585	-8.38369				07	351		
10901646	H’ritiers Achehoui Mohamed	h-ritiers-achehoui-mohamed	MA		0	Africa/Casablanca	31.59894	-8.38012				07	351		
10901647	H’ritiers Ben Said	h-ritiers-ben-said	MA		0	Africa/Casablanca	31.60408	-8.37776				07	351		
10901648	Dar Missouane Hassan	dar-missouane-hassan	MA		0	Africa/Casablanca	31.59101	-8.38088				07	351		
10901649	Dar Ahmed Bou Laarab	dar-ahmed-bou-laarab	MA		0	Africa/Casablanca	31.59004	-8.37815				07	351		
10901651	H’ritiers Ben Abbas Abdellah	h-ritiers-ben-abbas-abdellah	MA		0	Africa/Casablanca	31.58422	-8.3841				07	161		
10901652	Dar Bidah Mohamed	dar-bidah-mohamed	MA		0	Africa/Casablanca	31.58419	-8.40058				07	161		
10901654	Douar Azib El Mekhzene	douar-azib-el-mekhzene	MA		0	Africa/Casablanca	31.58353	-8.42811				07	161		
10901656	Dar Ibrahim Esskouri	dar-ibrahim-esskouri	MA		0	Africa/Casablanca	31.57845	-8.42639				07	161		
10901657	Dar El Haj Ben El Kheir Essroukh	dar-el-haj-ben-el-kheir-essroukh	MA		0	Africa/Casablanca	31.5764	-8.41736				07	161		
10901658	Dar El Hanyani Mohamed	dar-el-hanyani-mohamed	MA		0	Africa/Casablanca	31.58377	-8.44594				07	161		
10901659	Dar Ahmach Bou Jemaa	dar-ahmach-bou-jemaa	MA		0	Africa/Casablanca	31.58401	-8.45546				07	161		
10901660	El Houssine Echelh Dar El Haj	el-houssine-echelh-dar-el-haj	MA		0	Africa/Casablanca	31.579	-8.44828				07	161		
10901661	Dar Zaaloul Zoubida	dar-zaaloul-zoubida	MA		0	Africa/Casablanca	31.58119	-8.47289				07	161		
10901665	H’ritiers El Garmaai	h-ritiers-el-garmaai	MA		0	Africa/Casablanca	31.57692	-8.49422				07	161		
10901667	Dar El Haj Ahmed Ben El Bachir	dar-el-haj-ahmed-ben-el-bachir	MA		0	Africa/Casablanca	31.56284	-8.47495				07	161		
10901669	H’ritiers Ahmed Ben Kairoum	h-ritiers-ahmed-ben-kairoum	MA		0	Africa/Casablanca	31.56201	-8.46726				07	161		
10901670	Dar Mohamed Ben Alouach	dar-mohamed-ben-alouach	MA		0	Africa/Casablanca	31.5637	-8.46079				07	161		
10901673	Dar Saleh Ben Omar	dar-saleh-ben-omar	MA		0	Africa/Casablanca	31.56269	-8.45203				07	161		
10901675	Dar El Mahjoub El Midaoui	dar-el-mahjoub-el-midaoui	MA		0	Africa/Casablanca	31.56699	-8.43508				07	161		
10901676	Douar Edderat	douar-edderat	MA		0	Africa/Casablanca	31.57096	-8.43517				07	161		
10901677	Dar Laaouissi El Mahjoub	dar-laaouissi-el-mahjoub	MA		0	Africa/Casablanca	31.56743	-8.43006				07	161		
10901678	Dar Ahmed Errayssi	dar-ahmed-errayssi	MA		0	Africa/Casablanca	31.57063	-8.40547				07	161		
10901679	Dar Lahsen Marjana	dar-lahsen-marjana	MA		0	Africa/Casablanca	31.56421	-8.40126				07	351		
10901681	Dar Eddrouich El Mahjoub	dar-eddrouich-el-mahjoub	MA		0	Africa/Casablanca	31.56417	-8.3895				07	351		
10901682	Dar Hmida Marjane	dar-hmida-marjane	MA		0	Africa/Casablanca	31.56041	-8.38723				07	351		
10901685	Dar Ejjloulat El Houssine	dar-ejjloulat-el-houssine	MA		0	Africa/Casablanca	31.56883	-8.37796				07	351		
10901686	H’ritiers Qarra Abderrahmane	h-ritiers-qarra-abderrahmane	MA		0	Africa/Casablanca	31.57543	-8.38198				07	351		
10901688	Douar Laaouissat	douar-laaouissat	MA		0	Africa/Casablanca	31.57567	-8.40608				07	161		
10901690	Douar Ejjaarna	douar-ejjaarna	MA		0	Africa/Casablanca	31.57889	-8.41069				07	161		
10901691	Dar Barra Mostafa	dar-barra-mostafa	MA		0	Africa/Casablanca	31.5631	-8.38082				07	351		
10901692	Dar Mohamed Bou Ragou	dar-mohamed-bou-ragou	MA		0	Africa/Casablanca	31.55176	-8.3878				07	351		
10901693	Dar Miloud Barra	dar-miloud-barra	MA		0	Africa/Casablanca	31.54997	-8.38359				07	351		
10901695	Dar Abd El Ouahad Dirik	dar-abd-el-ouahad-dirik	MA		0	Africa/Casablanca	31.55518	-8.40831				07	351		
10901696	Dar Hassan Ezzasim	dar-hassan-ezzasim	MA		0	Africa/Casablanca	31.55825	-8.41331				07	351		
10901699	Dar Mohamed Kharbouch	dar-mohamed-kharbouch	MA		0	Africa/Casablanca	31.55521	-8.42601				07	161		
10901700	Azib Khahd Ibrahim	azib-khahd-ibrahim	MA		0	Africa/Casablanca	31.54975	-8.42537				07	161		
10901701	H’ritiers Kharbouch El Maati	h-ritiers-kharbouch-el-maati	MA		0	Africa/Casablanca	31.5424	-8.42016				07	161		
10901702	Dar El Houssine Esskouri	dar-el-houssine-esskouri	MA		0	Africa/Casablanca	31.55777	-8.45869				07	161		
10901704	Dar Errabbu Abdennebi	dar-errabbu-abdennebi	MA		0	Africa/Casablanca	31.54991	-8.49343				07	161		
10901705	Dar El Haj El Houssine Hayda	dar-el-haj-el-houssine-hayda	MA		0	Africa/Casablanca	31.54155	-8.49661				07	161		
10901706	H’ritiers El Haddane	h-ritiers-el-haddane	MA		0	Africa/Casablanca	31.53974	-8.48384				07	161		
10901708	Dar El Houssine Echarradi	dar-el-houssine-echarradi	MA		0	Africa/Casablanca	31.53749	-8.47427				07	161		
10901709	Dar Mohamed El Bakhouch	dar-mohamed-el-bakhouch	MA		0	Africa/Casablanca	31.53667	-8.46485				07	161		
10901710	Dar Said El Bakhouch	dar-said-el-bakhouch	MA		0	Africa/Casablanca	31.53534	-8.47103				07	161		
10901715	Dar Moha Laassin	dar-moha-laassin	MA		0	Africa/Casablanca	31.5355	-8.41908				07	161		
10901725	Dar Mohamed Essebai	dar-mohamed-essebai	MA		0	Africa/Casablanca	31.52184	-8.37741				07	161		
10901731	H’ritiers Abdessalam Ben Didi	h-ritiers-abdessalam-ben-didi	MA		0	Africa/Casablanca	31.53232	-8.47642				07	161		
10901732	H’ritiers Omar Ben El Hafed	h-ritiers-omar-ben-el-hafed	MA		0	Africa/Casablanca	31.53431	-8.47831				07	161		
10901734	H’ritiers Ali Ben El Mahjoub	h-ritiers-ali-ben-el-mahjoub	MA		0	Africa/Casablanca	31.51015	-8.47089				07	161		
10901736	Dar El Haj El Houssine Farhat	dar-el-haj-el-houssine-farhat	MA		0	Africa/Casablanca	31.52008	-8.49324				07	161		
10901738	Douar Ali Salem	douar-ali-salem	MA		0	Africa/Casablanca	31.51697	-8.48689				07	161		
10901747	Douar El Ain	douar-el-ain	MA		0	Africa/Casablanca	31.51875	-8.37471				07	161		
10901749	Dar Moulay Belaid	dar-moulay-belaid	MA		0	Africa/Casablanca	31.50069	-8.40889				07	161		
10901750	Douar Essmouguene	douar-essmouguene	MA		0	Africa/Casablanca	31.50722	-8.43977				07	161		
10901754	Dar Mouloud El Haouzi	dar-mouloud-el-haouzi	MA		0	Africa/Casablanca	31.49734	-8.46052				07	161		
10901755	Douar Ben Ezzahya	douar-ben-ezzahya	MA		0	Africa/Casablanca	31.50794	-8.47				07	161		
10901757	Dar El Mahjoub Zoular	dar-el-mahjoub-zoular	MA		0	Africa/Casablanca	31.50677	-8.48957				07	161		
10901758	H’ritiers Abdellah Ben Ibrahim Farhat	h-ritiers-abdellah-ben-ibrahim-farhat	MA		0	Africa/Casablanca	31.50134	-8.49459				07	161		
10901759	Heritiers Ahssina Eddaoudi	heritiers-ahssina-eddaoudi	MA		0	Africa/Casablanca	31.50842	-8.4932				07	161		
10901776	Héritiers Lahsen El Hajjoubi	heritiers-lahsen-el-hajjoubi	MA		0	Africa/Casablanca	31.62454	-8.37561				07	351		
10901777	Dar Ahmed Oulad Aicha	dar-ahmed-oulad-aicha	MA		0	Africa/Casablanca	31.62365	-8.39999				07	351		
10901778	Dar Mohamed El Attaoui	dar-mohamed-el-attaoui	MA		0	Africa/Casablanca	31.62319	-8.42086				07	161		
10901781	Dar Brok	dar-brok	MA		0	Africa/Casablanca	31.56976	-8.4999				07	161		
10902009	Oulad Aouimir Ben Said	oulad-aouimir-ben-said	MA		0	Africa/Casablanca	31.61082	-9.10818				07	161		
10902011	Douar El Oued	douar-el-oued	MA		0	Africa/Casablanca	31.60616	-9.10597				07	161		
10902015	Douar Nzala Bou Medyane	douar-nzala-bou-medyane	MA		0	Africa/Casablanca	31.58631	-9.1077				07	161		
10902017	Douar Znada Ba Omar	douar-znada-ba-omar	MA		0	Africa/Casablanca	31.57725	-9.08695				07	161		
10902021	Ahl Alious	ahl-alious	MA		0	Africa/Casablanca	31.57005	-9.11995				07	161		
10902027	Douar Lemzara	douar-lemzara	MA		0	Africa/Casablanca	31.56095	-9.11967				07	161		
10902031	Douar Lebhani	douar-lebhani	MA		0	Africa/Casablanca	31.49682	-9.08454				07	161		
10902033	Douar Abad	douar-abad	MA		0	Africa/Casablanca	31.62263	-9.06175				07	161		
10902035	Douar Ahl Lehmad	douar-ahl-lehmad	MA		0	Africa/Casablanca	31.61659	-9.0574				07	161		
10902037	Douar Ahl Ahmed	douar-ahl-ahmed	MA		0	Africa/Casablanca	31.61034	-9.05289				07	161		
10902039	Douar Hachem	douar-hachem	MA		0	Africa/Casablanca	31.60257	-9.04555				07	161		
10902041	Dyour El Houssine Ben Azzouz	dyour-el-houssine-ben-azzouz	MA		0	Africa/Casablanca	31.59636	-9.07227				07	161		
10902044	Douar Ahl Ahmid	douar-ahl-ahmid	MA		0	Africa/Casablanca	31.58312	-9.06243				07	161		
10902049	Douar Ahl Lebbih	douar-ahl-lebbih	MA		0	Africa/Casablanca	31.5715	-9.05986				07	161		
10902060	Douar Lyazid	douar-lyazid	MA		0	Africa/Casablanca	31.61816	-9.01185				07	161		
10902063	Douar Lkoudya	douar-lkoudya	MA		0	Africa/Casablanca	31.5984	-9.00511				07	161		
10902067	Hay El Inare	hay-el-inare	MA		0	Africa/Casablanca	31.5861	-9.01061				07	161		
10902068	Hay Lflaha	hay-lflaha	MA		0	Africa/Casablanca	31.5825	-9.0241				07	161		
10902069	Douar Lhemdou	douar-lhemdou	MA		0	Africa/Casablanca	31.57974	-9.02689				07	161		
10902071	Hay Erriyyad	hay-erriyyad	MA		0	Africa/Casablanca	31.5772	-9.01861				07	161		
10902073	Hay El Amal	hay-el-amal	MA		0	Africa/Casablanca	31.57458	-9.01752				07	161		
10902074	Hay Ettaqaitouat	hay-ettaqaitouat	MA		0	Africa/Casablanca	31.5725	-9.00724				07	161		
10902075	Douar Jrifat	douar-jrifat	MA		0	Africa/Casablanca	31.56961	-9.02185				07	161		
10902076	Douar Kebrane	douar-kebrane	MA		0	Africa/Casablanca	31.56384	-9.01623				07	161		
10902082	Douar Ben Ejjilah	douar-ben-ejjilah	MA		0	Africa/Casablanca	31.54405	-9.03807				07	161		
10902090	Douar Bouh	douar-bouh	MA		0	Africa/Casablanca	31.49735	-9.01378				07	161		
10902093	Douar Hour	douar-hour	MA		0	Africa/Casablanca	31.57594	-9.02467				07	161		
10902123	Douar Lebjaoul	douar-lebjaoul	MA		0	Africa/Casablanca	31.74557	-9.24259				07	211		
10902124	Douar Souasas	douar-souasas	MA		0	Africa/Casablanca	31.73916	-9.24742				07	211		
10902127	Douar El Hofra	douar-el-hofra	MA		0	Africa/Casablanca	31.74071	-9.23849				07	211		
10902128	Douar Rouaouma	douar-rouaouma	MA		0	Africa/Casablanca	31.73752	-9.23864				07	211		
10902131	Douar Legradaa	douar-legradaa	MA		0	Africa/Casablanca	31.73867	-9.21638				07	211		
10902133	Douar Kochtam	douar-kochtam	MA		0	Africa/Casablanca	31.73611	-9.2113				07	211		
10902139	Sidi Bouknadel	sidi-bouknadel	MA		0	Africa/Casablanca	31.72267	-9.21318				07	211		
10902140	Douar El Argoub	douar-el-argoub	MA		0	Africa/Casablanca	31.72401	-9.24626				07	211		
10902142	Douar Sidi Hammou Hsaine	douar-sidi-hammou-hsaine	MA		0	Africa/Casablanca	31.72212	-9.23001				07	211		
10902143	Douar Dhamna	douar-dhamna	MA		0	Africa/Casablanca	31.71986	-9.2237				07	211		
10902145	Douar Lehmamna	douar-lehmamna	MA		0	Africa/Casablanca	31.71792	-9.21117				07	211		
10902147	Douar Echarfa	douar-echarfa	MA		0	Africa/Casablanca	31.71789	-9.23181				07	211		
10902148	Douar Laapid	douar-laapid	MA		0	Africa/Casablanca	31.71712	-9.23733				07	211		
10902149	Douar Lekhoukdra	douar-lekhoukdra	MA		0	Africa/Casablanca	31.7145	-9.24029				07	211		
10902150	Ait Lagrae	ait-lagrae	MA		0	Africa/Casablanca	31.71427	-9.23701				07	211		
10902152	Douar Eddahra	douar-eddahra	MA		0	Africa/Casablanca	31.71114	-9.24656				07	211		
10902153	Douar Zrarga	douar-zrarga	MA		0	Africa/Casablanca	31.71166	-9.2333				07	211		
10902156	Ait Lahrach	ait-lahrach	MA		0	Africa/Casablanca	31.70908	-9.2169				07	211		
10902157	Douar Lefrech	douar-lefrech	MA		0	Africa/Casablanca	31.70857	-9.22065				07	211		
10902158	Ait Lehmidiya	ait-lehmidiya	MA		0	Africa/Casablanca	31.70821	-9.24585				07	211		
10902159	Ait Taleb	ait-taleb	MA		0	Africa/Casablanca	31.70819	-9.24235				07	211		
10902162	Douar Essfiya	douar-essfiya	MA		0	Africa/Casablanca	31.70218	-9.24407				07	211		
10902163	Oulad Moulay Jilali	oulad-moulay-jilali	MA		0	Africa/Casablanca	31.70136	-9.22821				07	211		
10902164	Ait Rouidi	ait-rouidi	MA		0	Africa/Casablanca	31.69939	-9.24514				07	211		
10902165	Ait El Hajjam	ait-el-hajjam	MA		0	Africa/Casablanca	31.69694	-9.24574				07	211		
10902166	Douar El Ghaba	douar-el-ghaba	MA		0	Africa/Casablanca	31.6963	-9.23727				07	211		
10902169	Douar Ait El Baqqal	douar-ait-el-baqqal	MA		0	Africa/Casablanca	31.69408	-9.24224				07	211		
10902171	Douar Lgouraa	douar-lgouraa	MA		0	Africa/Casablanca	31.68699	-9.23894				07	211		
10902173	Oulad Abdelkhaleq	oulad-abdelkhaleq	MA		0	Africa/Casablanca	31.68865	-9.24911				07	211		
10902176	Douar Lemhamza	douar-lemhamza	MA		0	Africa/Casablanca	31.67932	-9.21546				07	211		
10902179	Douar El Ghalaouat	douar-el-ghalaouat	MA		0	Africa/Casablanca	31.67689	-9.22656				07	211		
10902182	Dar El Bachir	dar-el-bachir	MA		0	Africa/Casablanca	31.67317	-9.23439				07	211		
10902184	Douar Nouama	douar-nouama	MA		0	Africa/Casablanca	31.6726	-9.24647				07	211		
10902185	Douar Lemsakna	douar-lemsakna	MA		0	Africa/Casablanca	31.6712	-9.24542				07	211		
10902187	Oulad Aqqa	oulad-aqqa	MA		0	Africa/Casablanca	31.67096	-9.21141				07	211		
10902188	Oulad Ahmed	oulad-ahmed	MA		0	Africa/Casablanca	31.66928	-9.21386				07	211		
10902189	Douar Rouabza	douar-rouabza	MA		0	Africa/Casablanca	31.66617	-9.20789				07	211		
10902190	Douar Anina	douar-anina	MA		0	Africa/Casablanca	31.66467	-9.24087				07	211		
10902191	Douar Sidi El Baghdadi	douar-sidi-el-baghdadi	MA		0	Africa/Casablanca	31.66665	-9.2104				07	211		
10902193	Oulad El Maati	oulad-el-maati	MA		0	Africa/Casablanca	31.65964	-9.24439				07	211		
10902194	Douar Oulad Ahmed	douar-oulad-ahmed	MA		0	Africa/Casablanca	31.65878	-9.24089				07	211		
10902195	Douar Ejjirt	douar-ejjirt	MA		0	Africa/Casablanca	31.65837	-9.24244				07	211		
10902196	Oulad El Ouardari	oulad-el-ouardari	MA		0	Africa/Casablanca	31.65682	-9.24314				07	211		
10902197	Dar Chichaour	dar-chichaour	MA		0	Africa/Casablanca	31.65699	-9.22617				07	211		
10902199	Lemjaoula	lemjaoula	MA		0	Africa/Casablanca	31.65299	-9.2296				07	211		
10902200	Douar Legsara	douar-legsara	MA		0	Africa/Casablanca	31.65045	-9.23855				07	211		
10902203	Oulad Sidi Omar	oulad-sidi-omar	MA		0	Africa/Casablanca	31.6488	-9.23988				07	211		
10902206	Douar Laazzaba	douar-laazzaba	MA		0	Africa/Casablanca	31.64319	-9.21259				07	211		
10902210	Douar Abada	douar-abada	MA		0	Africa/Casablanca	31.63538	-9.24402				07	211		
10902212	Douar Dlam	douar-dlam	MA		0	Africa/Casablanca	31.63536	-9.22352				07	211		
10902213	Douar Taleb	douar-taleb	MA		0	Africa/Casablanca	31.63529	-9.22727				07	211		
10902214	Douar Lehyatla	douar-lehyatla	MA		0	Africa/Casablanca	31.63444	-9.2157				07	211		
10902217	Ait El Hanzaz	ait-el-hanzaz	MA		0	Africa/Casablanca	31.63315	-9.23617				07	211		
10902218	Ait El Makhloufi	ait-el-makhloufi	MA		0	Africa/Casablanca	31.63176	-9.241				07	211		
10902219	Douar Larma	douar-larma	MA		0	Africa/Casablanca	31.63185	-9.24546				07	211		
10902220	Ait Bou Sbae	ait-bou-sbae	MA		0	Africa/Casablanca	31.62924	-9.2407				07	211		
10902221	Ait Said El Gart	ait-said-el-gart	MA		0	Africa/Casablanca	31.62738	-9.23214				07	211		
10902222	Oulad Chlayeif	oulad-chlayeif	MA		0	Africa/Casablanca	31.62761	-9.22857				07	211		
10902223	Ouolad El Mehdi	ouolad-el-mehdi	MA		0	Africa/Casablanca	31.62633	-9.21439				07	211		
10902225	Ait Hmida	ait-hmida	MA		0	Africa/Casablanca	31.62599	-9.24565				07	211		
10902227	Oulad Tahar	oulad-tahar	MA		0	Africa/Casablanca	31.62327	-9.21146				07	211		
10902229	Douar Lebrarka	douar-lebrarka	MA		0	Africa/Casablanca	31.74429	-9.1704				07	211		
10902231	Douar Bou Dnoua	douar-bou-dnoua	MA		0	Africa/Casablanca	31.73797	-9.16791				07	211		
10902238	Douar Lefdadia	douar-lefdadia	MA		0	Africa/Casablanca	31.72549	-9.16673				07	211		
10902239	Douar Leghfiri	douar-leghfiri	MA		0	Africa/Casablanca	31.7229	-9.17583				07	211		
10902241	Douar Lemqaddem	douar-lemqaddem	MA		0	Africa/Casablanca	31.72157	-9.18244				07	211		
10902243	Douar Lghays	douar-lghays	MA		0	Africa/Casablanca	31.72155	-9.20347				07	211		
10902244	Douar Lemaachal	douar-lemaachal	MA		0	Africa/Casablanca	31.71832	-9.20285				07	211		
10902246	Oulad Ben Ahmed	oulad-ben-ahmed	MA		0	Africa/Casablanca	31.7173	-9.20868				07	211		
10902248	Oulad Mansour	oulad-mansour	MA		0	Africa/Casablanca	31.70919	-9.18124				07	211		
10902249	Douar Ben Slim	douar-ben-slim	MA		0	Africa/Casablanca	31.70456	-9.20366				07	211		
10902252	Oulad Mansour	oulad-mansour	MA		0	Africa/Casablanca	31.69787	-9.19527				07	211		
10902258	Douar El Ghaba	douar-el-ghaba	MA		0	Africa/Casablanca	31.67602	-9.18353				07	211		
10902260	Douar El Haddada	douar-el-haddada	MA		0	Africa/Casablanca	31.6734	-9.16751				07	211		
10902266	Douar Agouidit	douar-agouidit	MA		0	Africa/Casablanca	31.65277	-9.17096				07	211		
10902268	Oulad Chlouh	oulad-chlouh	MA		0	Africa/Casablanca	31.64835	-9.18414				07	211		
10902270	Douar Dehar	douar-dehar	MA		0	Africa/Casablanca	31.64438	-9.18137				07	211		
10902272	Douar Isly	douar-isly	MA		0	Africa/Casablanca	31.64027	-9.17437				07	211		
10902273	Oulad Bella	oulad-bella	MA		0	Africa/Casablanca	31.6383	-9.17673				07	211		
10902283	Oulad Bou Mezouad	oulad-bou-mezouad	MA		0	Africa/Casablanca	31.74454	-9.13689				07	211		
10902286	Dar Hayssoune	dar-hayssoune	MA		0	Africa/Casablanca	31.73763	-9.12948				07	211		
10902288	Douar Lekhribat	douar-lekhribat	MA		0	Africa/Casablanca	31.73252	-9.15706				07	211		
10902290	Douar Essedra	douar-essedra	MA		0	Africa/Casablanca	31.72901	-9.15339				07	211		
10902295	Douar Dyabat	douar-dyabat	MA		0	Africa/Casablanca	31.72349	-9.14318				07	211		
10902300	Commune Lemzilat	commune-lemzilat	MA		0	Africa/Casablanca	31.71776	-9.14797				07	211		
10902301	Douar Laamamra	douar-laamamra	MA		0	Africa/Casablanca	31.71273	-9.155				07	211		
10902302	Douar Lefdadla	douar-lefdadla	MA		0	Africa/Casablanca	31.71348	-9.15942				07	211		
10902303	Oulad Abbou	oulad-abbou	MA		0	Africa/Casablanca	31.71047	-9.14345				07	211		
10902307	Douar Touajat	douar-touajat	MA		0	Africa/Casablanca	31.70169	-9.13515				07	211		
10902308	Douar Laamana	douar-laamana	MA		0	Africa/Casablanca	31.69948	-9.12873				07	211		
10902309	Douar Lehramcha	douar-lehramcha	MA		0	Africa/Casablanca	31.69597	-9.13783				07	211		
10902310	Douar Lekhouat	douar-lekhouat	MA		0	Africa/Casablanca	31.69289	-9.12792				07	211		
10902311	Douar El Haddada	douar-el-haddada	MA		0	Africa/Casablanca	31.69137	-9.13017				07	211		
10902312	Douar Lekhreb	douar-lekhreb	MA		0	Africa/Casablanca	31.68955	-9.13743				07	211		
10902315	Douar Tignyat	douar-tignyat	MA		0	Africa/Casablanca	31.68223	-9.13645				07	211		
10902316	Douar Lahfari	douar-lahfari	MA		0	Africa/Casablanca	31.68211	-9.12653				07	211		
10902317	Douar Labimia	douar-labimia	MA		0	Africa/Casablanca	31.68025	-9.12757				07	211		
10902318	Douar Eddcher	douar-eddcher	MA		0	Africa/Casablanca	31.6758	-9.13455				07	211		
10902319	Douar Douiouir	douar-douiouir	MA		0	Africa/Casablanca	31.67604	-9.13083				07	211		
10902320	Douar Biyada	douar-biyada	MA		0	Africa/Casablanca	31.67453	-9.13249				07	211		
10902322	Douar Hsaine	douar-hsaine	MA		0	Africa/Casablanca	31.67762	-9.14367				07	211		
10902325	Sidi El Ghandour	sidi-el-ghandour	MA		0	Africa/Casablanca	31.67189	-9.14935				07	211		
10902329	Douar Legouarma	douar-legouarma	MA		0	Africa/Casablanca	31.66119	-9.12675				07	211		
10902331	Douar El Ghirane	douar-el-ghirane	MA		0	Africa/Casablanca	31.65836	-9.16562				07	211		
10902334	Douar Kariat Echams	douar-kariat-echams	MA		0	Africa/Casablanca	31.6474	-9.15729				07	211		
10902335	Douar Laourania	douar-laourania	MA		0	Africa/Casablanca	31.64564	-9.15558				07	211		
10902336	Dar El Harti	dar-el-harti	MA		0	Africa/Casablanca	31.6482	-9.13938				07	211		
10902338	Oulad El Ghojdami	oulad-el-ghojdami	MA		0	Africa/Casablanca	31.64559	-9.13828				07	211		
10902339	Douar Eddahra	douar-eddahra	MA		0	Africa/Casablanca	31.64124	-9.1477				07	211		
10902340	Douar Douiouir	douar-douiouir	MA		0	Africa/Casablanca	31.64073	-9.15811				07	211		
10902343	Dar Boujemaa	dar-boujemaa	MA		0	Africa/Casablanca	31.63649	-9.14631				07	211		
10902347	Douar Taghrat	douar-taghrat	MA		0	Africa/Casablanca	31.63059	-9.15425				07	211		
10902349	Oulad Hmad	oulad-hmad	MA		0	Africa/Casablanca	31.62801	-9.1486				07	211		
10902354	Oulad Cheghaf	oulad-cheghaf	MA		0	Africa/Casablanca	31.62431	-9.12581				07	211		
10902360	Ait Sefyani	ait-sefyani	MA		0	Africa/Casablanca	31.6398	-9.24013				07	211		
10902369	Ben Said	ben-said	MA		0	Africa/Casablanca	31.71177	-9.23014				07	211		
10902381	Douar Ait Lkhaoua	douar-ait-lkhaoua	MA		0	Africa/Casablanca	31.74869	-9.21262				07	211		
10902383	Douar Edderadga	douar-edderadga	MA		0	Africa/Casablanca	31.74853	-9.23009				07	211		
10902384	Douar Leqhaa	douar-leqhaa	MA		0	Africa/Casablanca	31.74928	-9.2356				07	211		
10902385	Douar Izehouaoura	douar-izehouaoura	MA		0	Africa/Casablanca	31.74907	-9.23876				07	211		
10902801	Dar Miloud El Idrissi	dar-miloud-el-idrissi	MA		0	Africa/Casablanca	31.74471	-8.46932				07	585		
10902819	Dar Hamid Ben Abbis	dar-hamid-ben-abbis	MA		0	Africa/Casablanca	31.74067	-8.46923				07	585		
10902827	Douar El Mokhtar Ben El Arbi	douar-el-mokhtar-ben-el-arbi	MA		0	Africa/Casablanca	31.74515	-8.42588				07	585		
10902830	Dar Allal Ould Ennajjar	dar-allal-ould-ennajjar	MA		0	Africa/Casablanca	31.73391	-8.41402				07	585		
10902833	Dar Mohamed Ben Abbou	dar-mohamed-ben-abbou	MA		0	Africa/Casablanca	31.73938	-8.39505				07	351		
10902835	Douar Ben Abicha	douar-ben-abicha	MA		0	Africa/Casablanca	31.73294	-8.40552				07	351		
10902953	Héritiers El Arbi	heritiers-el-arbi	MA		0	Africa/Casablanca	31.64331	-8.47335				07	161		
10902837	Dar Abderrahmane Ennajjar	dar-abderrahmane-ennajjar	MA		0	Africa/Casablanca	31.72927	-8.41492				07	585		
10902841	Dar Abbas Ould Erregragui	dar-abbas-ould-erregragui	MA		0	Africa/Casablanca	31.73617	-8.3831				07	351		
10902850	Dar Errassam Mohamed	dar-errassam-mohamed	MA		0	Africa/Casablanca	31.71153	-8.40059				07	161		
10902851	Dar Ben Saleh	dar-ben-saleh	MA		0	Africa/Casablanca	31.71045	-8.38915				07	351		
10902852	Dar Abdelhay Masbah	dar-abdelhay-masbah	MA		0	Africa/Casablanca	31.71713	-8.42427				07	161		
10902853	Dar Lahsen Saoud	dar-lahsen-saoud	MA		0	Africa/Casablanca	31.71135	-8.41893				07	161		
10902861	Douar Ben Kabboura	douar-ben-kabboura	MA		0	Africa/Casablanca	31.73137	-8.44374				07	585		
10902868	Dar Abdessalam Mostafa	dar-abdessalam-mostafa	MA		0	Africa/Casablanca	31.70918	-8.46874				07	161		
10902873	Lefdadla	lefdadla	MA		0	Africa/Casablanca	31.72619	-8.48005				07	161		
10902875	Douar Oulad Ben El Mehdi	douar-oulad-ben-el-mehdi	MA		0	Africa/Casablanca	31.73137	-8.46208				07	585		
10902878	Dar El Idrissi Fateh	dar-el-idrissi-fateh	MA		0	Africa/Casablanca	31.7031	-8.39683				07	161		
10902880	Douar Sidi Ejjaoui	douar-sidi-ejjaoui	MA		0	Africa/Casablanca	31.70099	-8.40132				07	161		
10902881	Dar Hassan Lebhour	dar-hassan-lebhour	MA		0	Africa/Casablanca	31.69548	-8.42059				07	161		
10902883	Douar Ejjouadra	douar-ejjouadra	MA		0	Africa/Casablanca	31.69922	-8.42831				07	161		
10902884	Douar Laazara	douar-laazara	MA		0	Africa/Casablanca	31.70145	-8.43337				07	161		
10902885	Dar Omar El Idrissi Ben Kabbour	dar-omar-el-idrissi-ben-kabbour	MA		0	Africa/Casablanca	31.69621	-8.43464				07	161		
10902886	Douar Asti Eddaou	douar-asti-eddaou	MA		0	Africa/Casablanca	31.69484	-8.39097				07	161		
10902889	Dar Abderrahmane Ben Ettaleb	dar-abderrahmane-ben-ettaleb	MA		0	Africa/Casablanca	31.68854	-8.39235				07	161		
10902890	Dar Mohamed Ben El Hafad	dar-mohamed-ben-el-hafad	MA		0	Africa/Casablanca	31.68535	-8.37808				07	161		
10902891	Douar Oulad Asti Omar	douar-oulad-asti-omar	MA		0	Africa/Casablanca	31.68389	-8.38226				07	161		
10902892	Dar Miloud Ben El Bacha	dar-miloud-ben-el-bacha	MA		0	Africa/Casablanca	31.68652	-8.40949				07	161		
10902893	Dar Omar El Idrissi Ben Idriss	dar-omar-el-idrissi-ben-idriss	MA		0	Africa/Casablanca	31.68465	-8.41016				07	161		
10902895	Douar Ben El Asri	douar-ben-el-asri	MA		0	Africa/Casablanca	31.69013	-8.42799				07	161		
10902896	Dar Ibrahim El Haouz	dar-ibrahim-el-haouz	MA		0	Africa/Casablanca	31.6931	-8.44235				07	161		
10902897	Rbaat Ben Eddaouya	rbaat-ben-eddaouya	MA		0	Africa/Casablanca	31.69842	-8.44679				07	161		
10902898	Douar Mhamed	douar-mhamed	MA		0	Africa/Casablanca	31.69196	-8.45573				07	161		
10902900	Douar Ben Eddaouya	douar-ben-eddaouya	MA		0	Africa/Casablanca	31.70342	-8.46093				07	161		
10902902	Dar Hassan El Idrissi Ben Ahmed	dar-hassan-el-idrissi-ben-ahmed	MA		0	Africa/Casablanca	31.68737	-8.49159				07	161		
10902905	Dar Abdelkamal Essafi	dar-abdelkamal-essafi	MA		0	Africa/Casablanca	31.68592	-8.45032				07	161		
10902909	Dar Allal Hannouna	dar-allal-hannouna	MA		0	Africa/Casablanca	31.67441	-8.3934				07	161		
10902910	Dar Abdelmajed Hannouna	dar-abdelmajed-hannouna	MA		0	Africa/Casablanca	31.68069	-8.39381				07	161		
10902914	Dar Adnane	dar-adnane	MA		0	Africa/Casablanca	31.67202	-8.41299				07	161		
10902915	Douar Ben Allal El Hamrichi	douar-ben-allal-el-hamrichi	MA		0	Africa/Casablanca	31.67145	-8.42539				07	161		
10902916	Héritiers Omar Ben Mahjoub	heritiers-omar-ben-mahjoub	MA		0	Africa/Casablanca	31.68232	-8.43156				07	161		
10902919	Dar El Haj Abdelkader Laalaj	dar-el-haj-abdelkader-laalaj	MA		0	Africa/Casablanca	31.67637	-8.47865				07	161		
10902921	Dar Bou Jemaa Ahamdis Ben Abdelkader	dar-bou-jemaa-ahamdis-ben-abdelkader	MA		0	Africa/Casablanca	31.68021	-8.49037				07	161		
10902924	Dar Himmi Abdellah	dar-himmi-abdellah	MA		0	Africa/Casablanca	31.66945	-8.49158				07	161		
10902925	Dar El Haj Esshimi	dar-el-haj-esshimi	MA		0	Africa/Casablanca	31.66376	-8.49013				07	161		
10902927	Dar Boujemaa El Moustaj	dar-boujemaa-el-moustaj	MA		0	Africa/Casablanca	31.66773	-8.45865				07	161		
10902929	Dar El Idrissi Mohamed	dar-el-idrissi-mohamed	MA		0	Africa/Casablanca	31.66705	-8.43168				07	161		
10902930	Douar Lemqaddem Saleh	douar-lemqaddem-saleh	MA		0	Africa/Casablanca	31.66652	-8.42526				07	161		
10902932	Dar Ibrahim Ben Aissa	dar-ibrahim-ben-aissa	MA		0	Africa/Casablanca	31.66181	-8.3828				07	351		
10902934	Héritiers Ben Hadda El Arbi	heritiers-ben-hadda-el-arbi	MA		0	Africa/Casablanca	31.66729	-8.37891				07	351		
10902935	Dar Ben Chachiya Ahmed	dar-ben-chachiya-ahmed	MA		0	Africa/Casablanca	31.6682	-8.38181				07	351		
10902936	Douar El Ain	douar-el-ain	MA		0	Africa/Casablanca	31.65556	-8.38278				07	351		
10902937	Douar Oulad El Mamoune	douar-oulad-el-mamoune	MA		0	Africa/Casablanca	31.64973	-8.37608				07	351		
10902938	Dar Hammadi Leqzadri	dar-hammadi-leqzadri	MA		0	Africa/Casablanca	31.6494	-8.38611				07	351		
10902939	Héritiers Ennejdi Ahmed	heritiers-ennejdi-ahmed	MA		0	Africa/Casablanca	31.64944	-8.39095				07	351		
10902940	Dar Mostafa El Arras	dar-mostafa-el-arras	MA		0	Africa/Casablanca	31.65673	-8.40177				07	161		
10902941	Dar Jddadi El Mehdi	dar-jddadi-el-mehdi	MA		0	Africa/Casablanca	31.64829	-8.40085				07	351		
10902942	Dar El Haj Ahmed El Ghadda	dar-el-haj-ahmed-el-ghadda	MA		0	Africa/Casablanca	31.65324	-8.40344				07	351		
10902943	Douar Asti El Haehmi	douar-asti-el-haehmi	MA		0	Africa/Casablanca	31.64663	-8.41224				07	351		
10902944	Dar Ibrahim Ait Aissa	dar-ibrahim-ait-aissa	MA		0	Africa/Casablanca	31.65271	-8.4105				07	161		
10902946	Héritiers El Haj Mohamed Laqtib	heritiers-el-haj-mohamed-laqtib	MA		0	Africa/Casablanca	31.6503	-8.44816				07	161		
10902947	Héritiers El Bacha Ben Belkheir	heritiers-el-bacha-ben-belkheir	MA		0	Africa/Casablanca	31.66038	-8.44863				07	161		
10902948	Dar Mbarek Essafi	dar-mbarek-essafi	MA		0	Africa/Casablanca	31.66214	-8.44372				07	161		
10902949	Héritiers Mohamed Ben Hajjoub	heritiers-mohamed-ben-hajjoub	MA		0	Africa/Casablanca	31.65045	-8.45571				07	161		
10902952	Dar El Himer Hamid	dar-el-himer-hamid	MA		0	Africa/Casablanca	31.64184	-8.46968				07	161		
10902954	Héritiers Ellatifi El Houssine	heritiers-ellatifi-el-houssine	MA		0	Africa/Casablanca	31.63702	-8.46266				07	161		
10902955	Douar El Faqir El Arbi	douar-el-faqir-el-arbi	MA		0	Africa/Casablanca	31.63786	-8.48088				07	161		
10902957	Héritiers Omar Lekehal	heritiers-omar-lekehal	MA		0	Africa/Casablanca	31.64623	-8.48543				07	161		
10902958	Dar Echelh	dar-echelh	MA		0	Africa/Casablanca	31.6436	-8.47723				07	161		
10902960	Héritiers El Himer Abderrahmane	heritiers-el-himer-abderrahmane	MA		0	Africa/Casablanca	31.64457	-8.49479				07	161		
10902964	Dar El Houssine Ezzarouali	dar-el-houssine-ezzarouali	MA		0	Africa/Casablanca	31.6286	-8.45404				07	161		
10902965	Dar Oulad El Bouriyya	dar-oulad-el-bouriyya	MA		0	Africa/Casablanca	31.62728	-8.45708				07	161		
10902966	Dar El Haj Ahmed Ettati	dar-el-haj-ahmed-ettati	MA		0	Africa/Casablanca	31.62536	-8.45032				07	161		
10902967	Héritiers Ben Mennana Hamid	heritiers-ben-mennana-hamid	MA		0	Africa/Casablanca	31.62557	-8.46275				07	161		
10902969	Dar Hamid Ben Abdessalam	dar-hamid-ben-abdessalam	MA		0	Africa/Casablanca	31.63218	-8.44234				07	161		
10902972	Dar Mohamed Ben Idriss El Khimer	dar-mohamed-ben-idriss-el-khimer	MA		0	Africa/Casablanca	31.62542	-8.49826				07	161		
10902973	Dar Youssef El Faqiri	dar-youssef-el-faqiri	MA		0	Africa/Casablanca	31.6259	-8.40938				07	161		
10902974	Dar Mohamed Ben Chigar	dar-mohamed-ben-chigar	MA		0	Africa/Casablanca	31.6273	-8.40282				07	161		
10902975	Azib El Caid Ezzarab	azib-el-caid-ezzarab	MA		0	Africa/Casablanca	31.62759	-8.39243				07	351		
10902976	Dar Ghar Lahsen	dar-ghar-lahsen	MA		0	Africa/Casablanca	31.62827	-8.3849				07	351		
10902977	Héritiers Sayyad El Ghali	heritiers-sayyad-el-ghali	MA		0	Africa/Casablanca	31.63026	-8.38398				07	351		
10902978	Dar Jilall Ben Dima	dar-jilall-ben-dima	MA		0	Africa/Casablanca	31.63839	-8.38361				07	351		
10902979	Dar Moul Eddouar	dar-moul-eddouar	MA		0	Africa/Casablanca	31.63723	-8.39062				07	351		
10902980	Douar Dar Amar	douar-dar-amar	MA		0	Africa/Casablanca	31.64068	-8.39404				07	351		
10902981	Dar Mbarel Ben Lahsen	dar-mbarel-ben-lahsen	MA		0	Africa/Casablanca	31.63633	-8.39661				07	351		
10902982	Dar Oulad Mbarek	dar-oulad-mbarek	MA		0	Africa/Casablanca	31.63815	-8.40273				07	351		
10902983	Dar Ibrahim Zarrou	dar-ibrahim-zarrou	MA		0	Africa/Casablanca	31.63661	-8.40834				07	351		
10902984	Dar Oulad Baba	dar-oulad-baba	MA		0	Africa/Casablanca	31.64468	-8.41885				07	351		
10902987	Dar Ennejdi Mbarek	dar-ennejdi-mbarek	MA		0	Africa/Casablanca	31.64398	-8.38297				07	351		
10902988	Héritiers Omar Ben Hamrya	heritiers-omar-ben-hamrya	MA		0	Africa/Casablanca	31.64378	-8.37668				07	351		
10902990	Azib Ben Barra	azib-ben-barra	MA		0	Africa/Casablanca	31.66126	-8.47661				07	161		
10902991	Douar Ayyad Ben Ayyouch	douar-ayyad-ben-ayyouch	MA		0	Africa/Casablanca	31.66031	-8.4944				07	161		
10903909	Douar Echahaybat	douar-echahaybat	MA		0	Africa/Casablanca	31.74478	-8.37219				07	351		
10903913	Douar Oulad Ben Zine	douar-oulad-ben-zine	MA		0	Africa/Casablanca	31.69237	-9.01914				07	211		
10903914	Douar Oulad Ben Bella	douar-oulad-ben-bella	MA		0	Africa/Casablanca	31.69833	-9.00538				07	211		
10903916	Douar Chtouka	douar-chtouka	MA		0	Africa/Casablanca	31.66842	-9.0613				07	211		
10903918	Douar Lemkhatra	douar-lemkhatra	MA		0	Africa/Casablanca	31.68083	-9.06291				07	211		
10903919	Douar Echaaba	douar-echaaba	MA		0	Africa/Casablanca	31.68534	-9.07443				07	211		
10903920	Douar Chrouqat	douar-chrouqat	MA		0	Africa/Casablanca	31.69458	-9.07508				07	211		
10903921	Douar Oulad Mbarek	douar-oulad-mbarek	MA		0	Africa/Casablanca	31.63429	-9.12181				07	211		
10903923	Douar Oulad Lemmas	douar-oulad-lemmas	MA		0	Africa/Casablanca	31.69439	-9.08862				07	211		
10903926	Douar Maiza	douar-maiza	MA		0	Africa/Casablanca	31.7373	-9.07664				07	211		
10903929	Douar Ezzegagda	douar-ezzegagda	MA		0	Africa/Casablanca	31.71276	-9.11791				07	211		
10903932	Douar Oulad El Haj Tahar	douar-oulad-el-haj-tahar	MA		0	Africa/Casablanca	31.69653	-9.09709				07	211		
10903935	Douar Regag	douar-regag	MA		0	Africa/Casablanca	31.68301	-9.09411				07	211		
10903937	Douar Souirt El Oued	douar-souirt-el-oued	MA		0	Africa/Casablanca	31.68077	-9.12151				07	211		
10903939	Douar Lahsen Echelh	douar-lahsen-echelh	MA		0	Africa/Casablanca	31.67856	-9.1021				07	211		
10903940	Douar Zaouzaou	douar-zaouzaou	MA		0	Africa/Casablanca	31.67226	-9.10911				07	211		
10903941	Douar Ellouiz	douar-ellouiz	MA		0	Africa/Casablanca	31.66985	-9.09231				07	211		
10903942	Douar Oulad Far	douar-oulad-far	MA		0	Africa/Casablanca	31.66636	-9.11465				07	211		
10903945	Douar Gaba	douar-gaba	MA		0	Africa/Casablanca	31.66264	-9.10089				07	211		
10903946	Douar Ettouilae	douar-ettouilae	MA		0	Africa/Casablanca	31.65354	-9.09407				07	211		
10903947	Douar Oulad Said Bel Haj	douar-oulad-said-bel-haj	MA		0	Africa/Casablanca	31.64556	-9.11362				07	211		
10903962	Douar Lehramcha	douar-lehramcha	MA		0	Africa/Casablanca	31.67322	-9.07504				07	211		
10903965	Douar Oulad Sidi Bel Aid	douar-oulad-sidi-bel-aid	MA		0	Africa/Casablanca	31.65704	-9.07727				07	161		
10903970	Douar Oulad Omar Ben Lbakri	douar-oulad-omar-ben-lbakri	MA		0	Africa/Casablanca	31.74193	-9.02697				07	211		
10903973	Douar Skakma	douar-skakma	MA		0	Africa/Casablanca	31.71852	-9.00401				07	211		
10903980	Douar Ahl Lkamra	douar-ahl-lkamra	MA		0	Africa/Casablanca	31.65466	-9.01976				07	161		
10903982	Douar Abdellah Ben Lkarkour	douar-abdellah-ben-lkarkour	MA		0	Africa/Casablanca	31.64286	-9.0133				07	161		
10903983	Douar Karkour	douar-karkour	MA		0	Africa/Casablanca	31.63365	-9.02667				07	161		
10903992	Douar Lahzar	douar-lahzar	MA		0	Africa/Casablanca	31.69404	-9.12394				07	211		
10903993	Douar Lahricha	douar-lahricha	MA		0	Africa/Casablanca	31.74898	-9.09086				07	211		
10903994	Douar Oulad Abdellah	douar-oulad-abdellah	MA		0	Africa/Casablanca	31.74904	-9.09294				07	211		
10903999	Douar Essouigya	douar-essouigya	MA		0	Africa/Casablanca	31.74047	-8.3582				07	351		
10904011	Douar Lminaa	douar-lminaa	MA		0	Africa/Casablanca	31.7413	-8.2994				07	351		
10904013	Dar Lechhab Mohamed	dar-lechhab-mohamed	MA		0	Africa/Casablanca	31.73984	-8.29294				07	351		
10904018	Douar Leqdadra	douar-leqdadra	MA		0	Africa/Casablanca	31.7388	-8.2703				07	351		
10904022	Khyam Oulad Essifer	khyam-oulad-essifer	MA		0	Africa/Casablanca	31.73409	-8.25711				07	351		
10904027	Douar Aiyoun Hammadi	douar-aiyoun-hammadi	MA		0	Africa/Casablanca	31.7223	-8.27483				07	351		
10904032	Douar El Manaa	douar-el-manaa	MA		0	Africa/Casablanca	31.73308	-8.31461				07	351		
10904033	Ejjday	ejjday	MA		0	Africa/Casablanca	31.73153	-8.31335				07	351		
10904036	Douar Ben El Hissane	douar-ben-el-hissane	MA		0	Africa/Casablanca	31.73398	-8.33204				07	351		
10904038	Douar Echlouh	douar-echlouh	MA		0	Africa/Casablanca	31.72436	-8.33884				07	351		
10904044	Site Loudaya	site-loudaya	MA		0	Africa/Casablanca	31.72515	-8.35262				07	351		
10904055	Dar Ben El Houssine Mostafa	dar-ben-el-houssine-mostafa	MA		0	Africa/Casablanca	31.72042	-8.31487				07	351		
10904056	Societé Agglosmat	societe-agglosmat	MA		0	Africa/Casablanca	31.71806	-8.30569				07	351		
10904058	Societè Idar	societe-idar	MA		0	Africa/Casablanca	31.71969	-8.29515				07	351		
10904059	Heritiers Abbih Hmimmadi	heritiers-abbih-hmimmadi	MA		0	Africa/Casablanca	31.71498	-8.29004				07	351		
10904060	Rbaat Lefdil	rbaat-lefdil	MA		0	Africa/Casablanca	31.71093	-8.28225				07	351		
10904061	Hèritiers Berrahila	heritiers-berrahila	MA		0	Africa/Casablanca	31.71357	-8.27644				07	351		
10904062	Hèritiers Bel Arouida Moulay Ahmed	heritiers-bel-arouida-moulay-ahmed	MA		0	Africa/Casablanca	31.71511	-8.26781				07	351		
10904065	Douar Arab	douar-arab	MA		0	Africa/Casablanca	31.70483	-8.25335				07	351		
10904066	Hèritiers Ahmed Hmimmadi	heritiers-ahmed-hmimmadi	MA		0	Africa/Casablanca	31.70908	-8.27103				07	351		
10904076	Hèritiers Essouilk	heritiers-essouilk	MA		0	Africa/Casablanca	31.69829	-8.32298				07	351		
10904078	Douar Ettouindya	douar-ettouindya	MA		0	Africa/Casablanca	31.71128	-8.34841				07	351		
10904085	Douar Ezzbirat	douar-ezzbirat	MA		0	Africa/Casablanca	31.69433	-8.31189				07	351		
10904086	Douar Laaouayed	douar-laaouayed	MA		0	Africa/Casablanca	31.68716	-8.33122				07	351		
10904088	Douar Echlouh	douar-echlouh	MA		0	Africa/Casablanca	31.68957	-8.28047				07	351		
10904091	Hèritiers Tahat Ben El Houssine	heritiers-tahat-ben-el-houssine	MA		0	Africa/Casablanca	31.67978	-8.25659				07	351		
10904094	Douar Ben Aouidat	douar-ben-aouidat	MA		0	Africa/Casablanca	31.6793	-8.28324				07	351		
10904097	Douar Oulad Braout Hassan	douar-oulad-braout-hassan	MA		0	Africa/Casablanca	31.67646	-8.32684				07	351		
10904101	Hèritiers Ettriki Abdellah	heritiers-ettriki-abdellah	MA		0	Africa/Casablanca	31.68521	-8.35032				07	351		
10904102	Douar Sidi Mohamed Ben Marzouq	douar-sidi-mohamed-ben-marzouq	MA		0	Africa/Casablanca	31.67851	-8.35127				07	351		
10904105	Douar El Massaoudi	douar-el-massaoudi	MA		0	Africa/Casablanca	31.66832	-8.33247				07	351		
10904109	Douar Ksaksa	douar-ksaksa	MA		0	Africa/Casablanca	31.66327	-8.3126				07	351		
10904112	Douar Oulad Hassan	douar-oulad-hassan	MA		0	Africa/Casablanca	31.67346	-8.27964				07	351		
10904113	Douar Ben El Arbi	douar-ben-el-arbi	MA		0	Africa/Casablanca	31.67417	-8.27715				07	351		
10904114	Douar Bari	douar-bari	MA		0	Africa/Casablanca	31.7005	-8.24928				07	351		
10904122	Douar El Mradine	douar-el-mradine	MA		0	Africa/Casablanca	31.65293	-8.26382				07	351		
10904123	Douar Oulad Mbarek	douar-oulad-mbarek	MA		0	Africa/Casablanca	31.65761	-8.26593				07	351		
10904124	Douar Lefnajir	douar-lefnajir	MA		0	Africa/Casablanca	31.66241	-8.2735				07	351		
10904127	Douar Ben El Arbi Oulad Zid	douar-ben-el-arbi-oulad-zid	MA		0	Africa/Casablanca	31.65929	-8.305				07	351		
10904128	Douar Oulad Hamrya	douar-oulad-hamrya	MA		0	Africa/Casablanca	31.64538	-8.36771				07	351		
10904131	Hèritiers Ahjib	heritiers-ahjib	MA		0	Africa/Casablanca	31.6394	-8.31333				07	351		
10904132	Douar Ben Jaafar	douar-ben-jaafar	MA		0	Africa/Casablanca	31.65224	-8.30386				07	351		
10904136	Douar El Ghouazi	douar-el-ghouazi	MA		0	Africa/Casablanca	31.64128	-8.29485				07	351		
10904137	Douar Oulad El Makki	douar-oulad-el-makki	MA		0	Africa/Casablanca	31.64555	-8.27384				07	351		
10904140	Hèritiers Abbou El Ouafa Abdelhadi	heritiers-abbou-el-ouafa-abdelhadi	MA		0	Africa/Casablanca	31.64795	-8.26889				07	351		
10904142	Loudaya	loudaya	MA		0	Africa/Casablanca	31.63348	-8.24893				07	351		
10904152	Essaaidat	essaaidat	MA		0	Africa/Casablanca	31.63187	-8.31405				07	351		
10904153	Hèritiers El Attar	heritiers-el-attar	MA		0	Africa/Casablanca	31.6369	-8.33532				07	351		
10904154	Douar Jdid	douar-jdid	MA		0	Africa/Casablanca	31.63831	-8.36356				07	351		
10904155	Douar Adelouahad	douar-adelouahad	MA		0	Africa/Casablanca	31.63195	-8.37238				07	351		
10904158	Hèritiers El Haj Massaoud	heritiers-el-haj-massaoud	MA		0	Africa/Casablanca	31.6257	-8.33846				07	351		
10904159	Hèritiers Fadal	heritiers-fadal	MA		0	Africa/Casablanca	31.62302	-8.35378				07	351		
10904161	Hèritiers Moulay Ali	heritiers-moulay-ali	MA		0	Africa/Casablanca	31.62699	-8.32245				07	351		
10904162	Douar Ahmar El Qantra Lemharsaf	douar-ahmar-el-qantra-lemharsaf	MA		0	Africa/Casablanca	31.62454	-8.28245				07	351		
10904163	Douar Ould Ben Sbac	douar-ould-ben-sbac	MA		0	Africa/Casablanca	31.62761	-8.26116				07	351		
10904171	Societé Jocoma	societe-jocoma	MA		0	Africa/Casablanca	31.63509	-8.33096				07	351		
10904172	Hèritiers Ejjdae	heritiers-ejjdae	MA		0	Africa/Casablanca	31.70759	-8.32696				07	351		
10904175	Eddahra	eddahra	MA		0	Africa/Casablanca	31.6307	-8.28258				07	351		
10904178	Dar Mohamed Ezzouini	dar-mohamed-ezzouini	MA		0	Africa/Casablanca	31.67023	-8.37484				07	351		
10904595	Douar Lhajra	douar-lhajra	MA		0	Africa/Casablanca	31.86211	-8.35857				07	351		
10904642	Oulad Hammou	oulad-hammou	MA		0	Africa/Casablanca	31.9816	-9.3749				07	431		
10904645	Oulad Ali Ben Ahmed	oulad-ali-ben-ahmed	MA		0	Africa/Casablanca	31.97192	-9.37752				07	431		
10904647	Douar Lemrarcha	douar-lemrarcha	MA		0	Africa/Casablanca	31.96464	-9.3807				07	431		
10904648	Oulad El Mansoun	oulad-el-mansoun	MA		0	Africa/Casablanca	31.96249	-9.3857				07	431		
10904650	Oulad Lefqir	oulad-lefqir	MA		0	Africa/Casablanca	31.95402	-9.39617				07	431		
10904651	Oulad El Arbi	oulad-el-arbi	MA		0	Africa/Casablanca	31.95521	-9.39263				07	431		
10904654	Oulad Saadi	oulad-saadi	MA		0	Africa/Casablanca	31.95249	-9.391				07	431		
10904655	Douar Leqyayda	douar-leqyayda	MA		0	Africa/Casablanca	31.94953	-9.39134				07	431		
10904656	Oulad El Mouat	oulad-el-mouat	MA		0	Africa/Casablanca	31.9504	-9.38758				07	431		
10904658	Douar Eddachra	douar-eddachra	MA		0	Africa/Casablanca	31.94472	-9.41138				07	431		
10904661	Douar Zaouia	douar-zaouia	MA		0	Africa/Casablanca	31.93966	-9.4128				07	431		
10904663	Oulad El Bokhan	oulad-el-bokhan	MA		0	Africa/Casablanca	31.94271	-9.3858				07	431		
10904664	Douar El Ghayssi	douar-el-ghayssi	MA		0	Africa/Casablanca	31.94213	-9.38194				07	431		
10904665	Douar Drious	douar-drious	MA		0	Africa/Casablanca	31.94022	-9.40198				07	431		
10904666	Douar Laakarda	douar-laakarda	MA		0	Africa/Casablanca	31.93476	-9.40979				07	431		
10904668	Douar Laarab	douar-laarab	MA		0	Africa/Casablanca	31.93097	-9.40355				07	431		
10904670	Douar Leqramda	douar-leqramda	MA		0	Africa/Casablanca	31.92809	-9.41709				07	431		
10904671	Oulad El Khayb	oulad-el-khayb	MA		0	Africa/Casablanca	31.92724	-9.41449				07	431		
10904672	Douar Hraouach	douar-hraouach	MA		0	Africa/Casablanca	31.92678	-9.40556				07	431		
10904674	Douar Laarab	douar-laarab	MA		0	Africa/Casablanca	31.92328	-9.39308				07	431		
10904675	Douar Saadla	douar-saadla	MA		0	Africa/Casablanca	31.91953	-9.37602				07	431		
10904676	Douar Rabti	douar-rabti	MA		0	Africa/Casablanca	31.91806	-9.37848				07	431		
10904677	Douar Lekhrarza	douar-lekhrarza	MA		0	Africa/Casablanca	31.91627	-9.37711				07	431		
10904678	Douar El Ghaba	douar-el-ghaba	MA		0	Africa/Casablanca	31.91469	-9.39275				07	431		
10904679	Oulad El Mehrach	oulad-el-mehrach	MA		0	Africa/Casablanca	31.91749	-9.40212				07	431		
10904682	Douar Leqtaybat	douar-leqtaybat	MA		0	Africa/Casablanca	31.91937	-9.41584				07	431		
10904686	Oulad Ben El Arbi	oulad-ben-el-arbi	MA		0	Africa/Casablanca	31.9121	-9.41359				07	431		
10904687	Douar Znazna	douar-znazna	MA		0	Africa/Casablanca	31.91039	-9.40014				07	431		
10904688	Oulad Dahmane	oulad-dahmane	MA		0	Africa/Casablanca	31.91385	-9.37445				07	431		
10904689	Oulad Brahim	oulad-brahim	MA		0	Africa/Casablanca	31.90788	-9.40953				07	431		
10904690	Douar Dmanta	douar-dmanta	MA		0	Africa/Casablanca	31.90797	-9.4037				07	431		
10904694	Oulad El Mekki	oulad-el-mekki	MA		0	Africa/Casablanca	31.90414	-9.41305				07	431		
10904697	Douar El Qarmoudi	douar-el-qarmoudi	MA		0	Africa/Casablanca	31.90336	-9.3937				07	431		
10904699	Oulad Ahoua	oulad-ahoua	MA		0	Africa/Casablanca	31.90458	-9.37413				07	431		
10904700	Douar El Khodmane	douar-el-khodmane	MA		0	Africa/Casablanca	31.9011	-9.40975				07	431		
10904703	Oulad Driza	oulad-driza	MA		0	Africa/Casablanca	31.89764	-9.39694				07	211		
10904704	Douar Chhibat	douar-chhibat	MA		0	Africa/Casablanca	31.89795	-9.37464				07	431		
10904705	Oulad Tahar	oulad-tahar	MA		0	Africa/Casablanca	31.89471	-9.39091				07	211		
10904706	Oulad El Khebtaoui	oulad-el-khebtaoui	MA		0	Africa/Casablanca	31.89498	-9.38606				07	431		
10904708	Oulad Amar	oulad-amar	MA		0	Africa/Casablanca	31.89283	-9.40981				07	431		
10904711	Oulad Mouh	oulad-mouh	MA		0	Africa/Casablanca	31.88813	-9.38218				07	431		
10904712	Douar Njajra	douar-njajra	MA		0	Africa/Casablanca	31.89097	-9.3758				07	431		
10904713	Douar Hommane	douar-hommane	MA		0	Africa/Casablanca	31.88736	-9.39943				07	211		
10904714	Douar Arab	douar-arab	MA		0	Africa/Casablanca	31.88489	-9.40471				07	211		
10904716	Douar Znba	douar-znba	MA		0	Africa/Casablanca	31.88294	-9.38619				07	211		
10904718	Oulad Jilali	oulad-jilali	MA		0	Africa/Casablanca	31.88443	-9.37492				07	431		
10904720	Douar Bou Lnouhd	douar-bou-lnouhd	MA		0	Africa/Casablanca	31.8794	-9.39964				07	211		
10904721	Oulad Ben Amara	oulad-ben-amara	MA		0	Africa/Casablanca	31.87794	-9.40355				07	211		
10904722	Douar El Asli	douar-el-asli	MA		0	Africa/Casablanca	31.87825	-9.39428				07	211		
10904724	Douar Boutagra	douar-boutagra	MA		0	Africa/Casablanca	31.88019	-9.37663				07	211		
10904728	Douar Hamdouna	douar-hamdouna	MA		0	Africa/Casablanca	31.87251	-9.37986				07	211		
10904729	Douar Mitanyine	douar-mitanyine	MA		0	Africa/Casablanca	31.87326	-9.39683				07	211		
10904731	Oulad El Maati	oulad-el-maati	MA		0	Africa/Casablanca	31.93844	-9.4161				07	431		
10904736	Douar Laazaaza	douar-laazaaza	MA		0	Africa/Casablanca	31.91154	-9.42078				07	431		
10904737	Douar Jchydat	douar-jchydat	MA		0	Africa/Casablanca	31.91119	-9.43204				07	431		
10904738	Douar Laarab	douar-laarab	MA		0	Africa/Casablanca	31.91013	-9.45054				07	211		
10904740	Oulad Tacha	oulad-tacha	MA		0	Africa/Casablanca	31.90684	-9.42679				07	431		
10904741	Douar Laalalm	douar-laalalm	MA		0	Africa/Casablanca	31.90829	-9.44992				07	211		
10904743	Douar El Kelan	douar-el-kelan	MA		0	Africa/Casablanca	31.90483	-9.45672				07	211		
10904751	Douar Lhorach	douar-lhorach	MA		0	Africa/Casablanca	31.89547	-9.44895				07	211		
10904752	Douar Jlalkha	douar-jlalkha	MA		0	Africa/Casablanca	31.89595	-9.4196				07	211		
10904753	Oulad Ahmed	oulad-ahmed	MA		0	Africa/Casablanca	31.89425	-9.43301				07	211		
10904755	Douar Souilhat	douar-souilhat	MA		0	Africa/Casablanca	31.89097	-9.44155				07	211		
10904758	Douar Haskal	douar-haskal	MA		0	Africa/Casablanca	31.89072	-9.41793				07	211		
10904759	Douar Jlakha	douar-jlakha	MA		0	Africa/Casablanca	31.88926	-9.42112				07	211		
10904760	Oulad Bayh	oulad-bayh	MA		0	Africa/Casablanca	31.88558	-9.43365				07	211		
10904761	Douar Oulad Hfnida	douar-oulad-hfnida	MA		0	Africa/Casablanca	31.88275	-9.45556				07	211		
10904764	Douar Draoui	douar-draoui	MA		0	Africa/Casablanca	31.88161	-9.45629				07	211		
10904765	Douar Ettaj	douar-ettaj	MA		0	Africa/Casablanca	31.8798	-9.45507				07	211		
10904766	Oulad Tahar	oulad-tahar	MA		0	Africa/Casablanca	31.88161	-9.44556				07	211		
10904767	Oulad Essabaniya	oulad-essabaniya	MA		0	Africa/Casablanca	31.87659	-9.42346				07	211		
10904769	Oulad Jarrar	oulad-jarrar	MA		0	Africa/Casablanca	31.87481	-9.44597				07	211		
10904774	Douar Saadat	douar-saadat	MA		0	Africa/Casablanca	31.90451	-9.46337				07	211		
10904775	Oulad Slimane	oulad-slimane	MA		0	Africa/Casablanca	31.89904	-9.47215				07	211		
10904776	Douar Daaoun	douar-daaoun	MA		0	Africa/Casablanca	31.89527	-9.4635				07	211		
10904777	Douar Leghrarza	douar-leghrarza	MA		0	Africa/Casablanca	31.89095	-9.4626				07	211		
10904778	Douar Slimnat	douar-slimnat	MA		0	Africa/Casablanca	31.89121	-9.47412				07	211		
10904780	Douar Bir Kacem	douar-bir-kacem	MA		0	Africa/Casablanca	31.88396	-9.47835				07	211		
10904782	Douar El Karia	douar-el-karia	MA		0	Africa/Casablanca	31.87778	-9.48485				07	211		
10904783	Douar El Khadir	douar-el-khadir	MA		0	Africa/Casablanca	31.87698	-9.493				07	211		
10904784	Oulad Ben Kaddour	oulad-ben-kaddour	MA		0	Africa/Casablanca	31.87598	-9.47528				07	211		
10904954	Douar Ait Ouihmane	douar-ait-ouihmane	MA		0	Africa/Casablanca	31.85411	-8.37428				07	351		
10904973	Douar Oulad Driss	douar-oulad-driss	MA		0	Africa/Casablanca	31.81909	-8.33963				07	351		
10905006	Douar Kariat Srata	douar-kariat-srata	MA		0	Africa/Casablanca	31.87188	-8.31273				07	351		
10905009	Douar Ettoumiya	douar-ettoumiya	MA		0	Africa/Casablanca	31.86193	-8.30612				07	351		
10905010	Douar Mika	douar-mika	MA		0	Africa/Casablanca	31.85956	-8.31142				07	351		
10905038	Douar Boushab	douar-boushab	MA		0	Africa/Casablanca	31.79881	-8.29297				07	351		
10905045	Douar Laaroussi	douar-laaroussi	MA		0	Africa/Casablanca	31.78314	-8.32554				07	351		
10905062	Douar Amara	douar-amara	MA		0	Africa/Casablanca	31.86896	-8.28698				07	351		
10905070	Douar Nzalat Bouzlaf	douar-nzalat-bouzlaf	MA		0	Africa/Casablanca	31.86401	-8.25738				07	351		
10905099	Douar Sidi Dghoughi	douar-sidi-dghoughi	MA		0	Africa/Casablanca	31.8396	-8.26342				07	351		
10905108	Douar Ahl Bella	douar-ahl-bella	MA		0	Africa/Casablanca	31.8261	-8.26085				07	351		
10905109	Douar Eddokhane	douar-eddokhane	MA		0	Africa/Casablanca	31.82144	-8.28106				07	351		
10905161	Douar Lahsen Ben Laabid	douar-lahsen-ben-laabid	MA		0	Africa/Casablanca	31.78716	-8.27009				07	351		
10907722	Douar Oula Laaguid	douar-oula-laaguid	MA		0	Africa/Casablanca	31.99391	-8.43629				07	585		
10907725	Douar Legrouna	douar-legrouna	MA		0	Africa/Casablanca	31.99038	-8.43059				07	585		
10907727	Douar Leqrichat	douar-leqrichat	MA		0	Africa/Casablanca	31.99038	-8.41784				07	585		
10907736	Douar Ali Ben Ahmed	douar-ali-ben-ahmed	MA		0	Africa/Casablanca	31.98054	-8.38366				07	585		
10907738	Douar El Hachmi	douar-el-hachmi	MA		0	Africa/Casablanca	31.97919	-8.39589				07	585		
10907743	Douar Lahbib Ben El Arbi	douar-lahbib-ben-el-arbi	MA		0	Africa/Casablanca	31.9793	-8.41121				07	585		
10907745	Douar Jaref	douar-jaref	MA		0	Africa/Casablanca	31.97653	-8.42308				07	585		
10907747	Douar Rbaat Ali Ben Tahar	douar-rbaat-ali-ben-tahar	MA		0	Africa/Casablanca	31.97209	-8.44275				07	585		
10907748	Douar Rbaat Abbas Ben Ahmed	douar-rbaat-abbas-ben-ahmed	MA		0	Africa/Casablanca	31.97509	-8.44618				07	585		
10907755	Douar Oulad Errahmani	douar-oulad-errahmani	MA		0	Africa/Casablanca	31.96292	-8.48556				07	585		
10907756	Douar Saaidat	douar-saaidat	MA		0	Africa/Casablanca	31.96404	-8.47964				07	585		
10907760	Douar Oulad Boulmane	douar-oulad-boulmane	MA		0	Africa/Casablanca	31.96266	-8.45666				07	585		
10907773	Douar Oulad Ahmed Ben El Arbi	douar-oulad-ahmed-ben-el-arbi	MA		0	Africa/Casablanca	31.94579	-8.41194				07	585		
10907775	Douar Legnaouat	douar-legnaouat	MA		0	Africa/Casablanca	31.94391	-8.43597				07	585		
10907785	Naaemat Chatouiyine	naaemat-chatouiyine	MA		0	Africa/Casablanca	31.94873	-8.48796				07	585		
10907786	Ennaaema Echarqiyine	ennaaema-echarqiyine	MA		0	Africa/Casablanca	31.95534	-8.48893				07	585		
10907789	Douar Oulad Bou Abid	douar-oulad-bou-abid	MA		0	Africa/Casablanca	31.93475	-8.4246				07	585		
10907809	Douar Lemouissat	douar-lemouissat	MA		0	Africa/Casablanca	31.91776	-8.47704				07	585		
10907813	Douar Laassasla	douar-laassasla	MA		0	Africa/Casablanca	31.90816	-8.49112				07	585		
10907814	Douar Zanfara	douar-zanfara	MA		0	Africa/Casablanca	31.91326	-8.47395				07	585		
10907815	Rbiaat Said Ben Abbas	rbiaat-said-ben-abbas	MA		0	Africa/Casablanca	31.91362	-8.47131				07	585		
10907818	Douar Mbarek Ben Said	douar-mbarek-ben-said	MA		0	Africa/Casablanca	31.90466	-8.43206				07	585		
10907829	Douar Driss Ben El Arbi	douar-driss-ben-el-arbi	MA		0	Africa/Casablanca	31.90208	-8.43481				07	585		
10907843	Douar Bouchta Mritima	douar-bouchta-mritima	MA		0	Africa/Casablanca	31.87695	-8.41042				07	585		
10907855	Douar Larbaa	douar-larbaa	MA		0	Africa/Casablanca	31.90873	-8.45612				07	585		
10907857	Lemmih	lemmih	MA		0	Africa/Casablanca	31.99972	-8.49962				07	585		
10908143	Douar Cheikh Brahim	douar-cheikh-brahim	MA		0	Africa/Casablanca	31.99079	-8.36744				07	585		
10908151	Douar El Haj Ezzaoui	douar-el-haj-ezzaoui	MA		0	Africa/Casablanca	31.99536	-8.24828				07	351		
10908152	Douar Zouidnat	douar-zouidnat	MA		0	Africa/Casablanca	31.98353	-8.25897				07	351		
10908153	Douar Oulad Amer	douar-oulad-amer	MA		0	Africa/Casablanca	31.98155	-8.26523				07	351		
10908154	Douar El Ouiaarane	douar-el-ouiaarane	MA		0	Africa/Casablanca	31.97982	-8.27399				07	351		
10908155	Douar Jnane Boussil	douar-jnane-boussil	MA		0	Africa/Casablanca	31.97945	-8.28064				07	351		
10908159	Douar Lfoqra	douar-lfoqra	MA		0	Africa/Casablanca	31.97658	-8.29405				07	351		
10908160	Zaouiat El Antri	zaouiat-el-antri	MA		0	Africa/Casablanca	31.97216	-8.30508				07	351		
10908162	Douar Erremitiya	douar-erremitiya	MA		0	Africa/Casablanca	31.97736	-8.33626				07	351		
10908168	Douar Louihat	douar-louihat	MA		0	Africa/Casablanca	31.98371	-8.36917				07	585		
10908174	Douar Nzala	douar-nzala	MA		0	Africa/Casablanca	31.96496	-8.34044				07	351		
10908178	Douar Oulad Sidi Mbarek	douar-oulad-sidi-mbarek	MA		0	Africa/Casablanca	31.96458	-8.26124				07	351		
10908179	Douar Bouferane	douar-bouferane	MA		0	Africa/Casablanca	31.96973	-8.24775				07	351		
10908181	Douar Oulad Hammou	douar-oulad-hammou	MA		0	Africa/Casablanca	31.95273	-8.25141				07	351		
10908198	Douar Zaaouata	douar-zaaouata	MA		0	Africa/Casablanca	31.94375	-8.28043				07	351		
10908199	Douar Lemkhalif	douar-lemkhalif	MA		0	Africa/Casablanca	31.95002	-8.26678				07	351		
10908202	Douar Oulad Sidi Rahal	douar-oulad-sidi-rahal	MA		0	Africa/Casablanca	31.94822	-8.25487				07	351		
10908203	Douar Jnane	douar-jnane	MA		0	Africa/Casablanca	31.94379	-8.25753				07	351		
10908205	Douar Hamdinou	douar-hamdinou	MA		0	Africa/Casablanca	31.93929	-8.2638				07	351		
10908214	Douar Errahmaniya	douar-errahmaniya	MA		0	Africa/Casablanca	31.93093	-8.31991				07	351		
10908228	Douar Leqliaa	douar-leqliaa	MA		0	Africa/Casablanca	31.91717	-8.34066				07	351		
10908229	Douar Ait Mhamed	douar-ait-mhamed	MA		0	Africa/Casablanca	31.9244	-8.34021				07	351		
10908234	Douar Lfirane	douar-lfirane	MA		0	Africa/Casablanca	31.92478	-8.32268				07	351		
10908236	Douar Jeniyne	douar-jeniyne	MA		0	Africa/Casablanca	31.92809	-8.31486				07	351		
10908241	Douar Chenagla Bel Ouali	douar-chenagla-bel-ouali	MA		0	Africa/Casablanca	31.92766	-8.25993				07	351		
10908243	Douar Abda Laarab	douar-abda-laarab	MA		0	Africa/Casablanca	31.91653	-8.26661				07	351		
10908245	Douar Khefaouna	douar-khefaouna	MA		0	Africa/Casablanca	31.90403	-8.24886				07	351		
10908275	Douar Jilali	douar-jilali	MA		0	Africa/Casablanca	31.89365	-8.26841				07	351		
10908279	Douar Zedougat	douar-zedougat	MA		0	Africa/Casablanca	31.88862	-8.2541				07	351		
10908285	Douar Lemgalga	douar-lemgalga	MA		0	Africa/Casablanca	31.8815	-8.30866				07	351		
10908289	Douar Oulad Errehali	douar-oulad-errehali	MA		0	Africa/Casablanca	31.87898	-8.31375				07	351		
10908290	Douar Oulad Sidi El Habib	douar-oulad-sidi-el-habib	MA		0	Africa/Casablanca	31.87829	-8.32688				07	351		
10908330	Douar Lekhouimas	douar-lekhouimas	MA		0	Africa/Casablanca	31.98857	-8.08735				07	351		
10908368	Douar Charqia	douar-charqia	MA		0	Africa/Casablanca	31.95033	-8.09102				07	351		
10908369	Douar Nzalat Laagareb	douar-nzalat-laagareb	MA		0	Africa/Casablanca	31.9404	-8.09003				07	351		
10908370	Douar Azib Esselsaf	douar-azib-esselsaf	MA		0	Africa/Casablanca	31.95022	-8.10821				07	351		
10908380	Douar Oulad Lgarne	douar-oulad-lgarne	MA		0	Africa/Casablanca	31.92901	-8.04121				07	351		
10908390	Douar Oulad Boubker	douar-oulad-boubker	MA		0	Africa/Casablanca	31.91953	-8.09617				07	351		
10908395	Douar Oulad Ahmed Ejjabbala	douar-oulad-ahmed-ejjabbala	MA		0	Africa/Casablanca	31.89804	-8.12068				07	351		
10908403	Douar Nzalat Sidi Ahmed Lefdil	douar-nzalat-sidi-ahmed-lefdil	MA		0	Africa/Casablanca	31.90061	-8.07362				07	351		
10908410	Douar Errach	douar-errach	MA		0	Africa/Casablanca	31.89078	-8.01563				07	427		
10908415	Douar Omar	douar-omar	MA		0	Africa/Casablanca	31.89371	-8.03424				07	427		
10908424	Douar Ben El Oqda	douar-ben-el-oqda	MA		0	Africa/Casablanca	31.89579	-8.02284				07	427		
10908435	Douar Essefsafa	douar-essefsafa	MA		0	Africa/Casablanca	31.89654	-8.09774				07	351		
10908465	Sidi Ahmed Lefdil	sidi-ahmed-lefdil	MA		0	Africa/Casablanca	31.8987	-8.07447				07	351		
10908470	Douar Oulad Moumen	douar-oulad-moumen	MA		0	Africa/Casablanca	31.61694	-7.86347				07	351		
10908471	Douar Laanaya	douar-laanaya	MA		0	Africa/Casablanca	31.6201	-7.85072				07	351		
10908472	Douar Oulad Kijou	douar-oulad-kijou	MA		0	Africa/Casablanca	31.62016	-7.82547				07	351		
10908474	Douar Kartaoua	douar-kartaoua	MA		0	Africa/Casablanca	31.6181	-7.82101				07	351		
10908489	Douar Lakhmilat	douar-lakhmilat	MA		0	Africa/Casablanca	31.6059	-7.79313				07	351		
10908490	Douar Qbabja	douar-qbabja	MA		0	Africa/Casablanca	31.6197	-7.7874				07	351		
10908491	Douar Riyad	douar-riyad	MA		0	Africa/Casablanca	31.61693	-7.78484				07	351		
10908492	Dar Zehraou	dar-zehraou	MA		0	Africa/Casablanca	31.61931	-7.7611				07	351		
10908493	Douar Ait Hassi Ou Ali	douar-ait-hassi-ou-ali	MA		0	Africa/Casablanca	31.61797	-7.75346				07	351		
10908498	Douar Lakhmilat	douar-lakhmilat	MA		0	Africa/Casablanca	31.60813	-7.80993				07	351		
10908499	Douar Ait Sidi Hammou	douar-ait-sidi-hammou	MA		0	Africa/Casablanca	31.60381	-7.82012				07	351		
10908500	Dar Ahmed Laouriki	dar-ahmed-laouriki	MA		0	Africa/Casablanca	31.60737	-7.82821				07	351		
10908503	Dar Abdarrahim Bel Ghali	dar-abdarrahim-bel-ghali	MA		0	Africa/Casablanca	31.59953	-7.86795				07	351		
10908504	Dar El Haj El Hamri	dar-el-haj-el-hamri	MA		0	Africa/Casablanca	31.59683	-7.86744				07	351		
10908508	Dar Moul Laksour	dar-moul-laksour	MA		0	Africa/Casablanca	31.59688	-7.82149				07	351		
10908509	Dar Ferraji	dar-ferraji	MA		0	Africa/Casablanca	31.59227	-7.81764				07	351		
10908510	Douar El Hammar	douar-el-hammar	MA		0	Africa/Casablanca	31.59364	-7.7975				07	351		
10908511	Douar Leksour	douar-leksour	MA		0	Africa/Casablanca	31.59829	-7.7974				07	351		
10908512	Dar El Habib	dar-el-habib	MA		0	Africa/Casablanca	31.59649	-7.77556				07	351		
10908513	Dar Ahmed	dar-ahmed	MA		0	Africa/Casablanca	31.59504	-7.76891				07	351		
10908514	Dar Brek Ben Saleh	dar-brek-ben-saleh	MA		0	Africa/Casablanca	31.59083	-7.77155				07	351		
10908515	Dar El Haj Miloud	dar-el-haj-miloud	MA		0	Africa/Casablanca	31.59869	-7.76653				07	351		
10908516	Dar Lafqih El Maati	dar-lafqih-el-maati	MA		0	Africa/Casablanca	31.58598	-7.7538				07	351		
10908518	Douar Jdida	douar-jdida	MA		0	Africa/Casablanca	31.57432	-7.75694				07	351		
10908519	Douar Oulad Rouafa	douar-oulad-rouafa	MA		0	Africa/Casablanca	31.57355	-7.7782				07	041		
10908520	Douar Ben Nacer	douar-ben-nacer	MA		0	Africa/Casablanca	31.57626	-7.78187				07	041		
10908521	Dar Sidi Othmane	dar-sidi-othmane	MA		0	Africa/Casablanca	31.57829	-7.78181				07	351		
10908523	Douar Touhira	douar-touhira	MA		0	Africa/Casablanca	31.57414	-7.79173				07	041		
10908524	Dar Sidi Omar	dar-sidi-omar	MA		0	Africa/Casablanca	31.58429	-7.79459				07	351		
10908525	Douar Qarqour	douar-qarqour	MA		0	Africa/Casablanca	31.57799	-7.7998				07	351		
10908526	Douar Tagafayt	douar-tagafayt	MA		0	Africa/Casablanca	31.57229	-7.80363				07	351		
10908527	Douar Ait Chnad	douar-ait-chnad	MA		0	Africa/Casablanca	31.58455	-7.80865				07	351		
10908529	Douar Chouiter	douar-chouiter	MA		0	Africa/Casablanca	31.57983	-7.81225				07	351		
10908530	Douar Moulay Jaber	douar-moulay-jaber	MA		0	Africa/Casablanca	31.57468	-7.81684				07	351		
10908532	Douar Sanya	douar-sanya	MA		0	Africa/Casablanca	31.58313	-7.82853				07	351		
10908533	Douar Chouiter	douar-chouiter	MA		0	Africa/Casablanca	31.57789	-7.82616				07	351		
10908534	Douar Ahmed Bel Lhaj	douar-ahmed-bel-lhaj	MA		0	Africa/Casablanca	31.5882	-7.85727				07	351		
10908535	Douar Bel Arbi	douar-bel-arbi	MA		0	Africa/Casablanca	31.58636	-7.86264				07	351		
10908537	Dar El Bidaoui	dar-el-bidaoui	MA		0	Africa/Casablanca	31.57129	-7.84712				07	041		
10908538	Dar Mahloud	dar-mahloud	MA		0	Africa/Casablanca	31.56164	-7.84843				07	041		
10908539	Dar El Haj Hassan	dar-el-haj-hassan	MA		0	Africa/Casablanca	31.56486	-7.80501				07	041		
10908540	Douar Tanassart	douar-tanassart	MA		0	Africa/Casablanca	31.5626	-7.80427				07	041		
10908541	Douar Boutrich	douar-boutrich	MA		0	Africa/Casablanca	31.5656	-7.79567				07	041		
10908542	Douar Tabouhnnit	douar-tabouhnnit	MA		0	Africa/Casablanca	31.56429	-7.78133				07	041		
10908545	Douar Imoutane	douar-imoutane	MA		0	Africa/Casablanca	31.55183	-7.79091				07	041		
10908546	Douar Knitra	douar-knitra	MA		0	Africa/Casablanca	31.55712	-7.79912				07	041		
10908547	Douar Jamari	douar-jamari	MA		0	Africa/Casablanca	31.55913	-7.82078				07	041		
10908548	Dar Omar Ou Hassan	dar-omar-ou-hassan	MA		0	Africa/Casablanca	31.55842	-7.82783				07	041		
10908550	Douar Bouazza Jdid	douar-bouazza-jdid	MA		0	Africa/Casablanca	31.55661	-7.83534				07	041		
10908553	Douar Tagouryant	douar-tagouryant	MA		0	Africa/Casablanca	31.55412	-7.85611				07	041		
10908554	Dar El Haj Bouchta	dar-el-haj-bouchta	MA		0	Africa/Casablanca	31.5508	-7.84847				07	041		
10908555	Dar El Haj Hmida Bahlou	dar-el-haj-hmida-bahlou	MA		0	Africa/Casablanca	31.56192	-7.86418				07	041		
10908561	Douar Ben Achar	douar-ben-achar	MA		0	Africa/Casablanca	31.53971	-7.83079				07	041		
10908562	Dar Bati Mohamed	dar-bati-mohamed	MA		0	Africa/Casablanca	31.53686	-7.82926				07	041		
10908563	Douar Ait Bou Khobza	douar-ait-bou-khobza	MA		0	Africa/Casablanca	31.54342	-7.79758				07	041		
10908565	Douar Ait Ouadous	douar-ait-ouadous	MA		0	Africa/Casablanca	31.54974	-7.77038				07	041		
10908566	Douar Ait Bourhil	douar-ait-bourhil	MA		0	Africa/Casablanca	31.54776	-7.77388				07	041		
10908567	Douar Oulad Meqor	douar-oulad-meqor	MA		0	Africa/Casablanca	31.54455	-7.77928				07	041		
10908569	Douar Ibarjine	douar-ibarjine	MA		0	Africa/Casablanca	31.5483	-7.76593				07	041		
10908571	Douar Ajabar	douar-ajabar	MA		0	Africa/Casablanca	31.53775	-7.7639				07	041		
10908572	Douar Bouzourane	douar-bouzourane	MA		0	Africa/Casablanca	31.54712	-7.75593				07	041		
10908573	Douar Bou Aouid	douar-bou-aouid	MA		0	Africa/Casablanca	31.52614	-7.75379				07	041		
10908574	Douar Ait Dabaj	douar-ait-dabaj	MA		0	Africa/Casablanca	31.52742	-7.77018				07	041		
10908575	Douar Ait Bou Lmasafal	douar-ait-bou-lmasafal	MA		0	Africa/Casablanca	31.53521	-7.79414				07	041		
10908576	Dar Bni Idar	dar-bni-idar	MA		0	Africa/Casablanca	31.53994	-7.79239				07	041		
10908577	Douar Ennaqoch	douar-ennaqoch	MA		0	Africa/Casablanca	31.52627	-7.80252				07	041		
10908578	Dar Lahsen Tayk	dar-lahsen-tayk	MA		0	Africa/Casablanca	31.53823	-7.80416				07	041		
10908580	Dar Moulay Abdelmajid Babda	dar-moulay-abdelmajid-babda	MA		0	Africa/Casablanca	31.53124	-7.82805				07	041		
10908581	Dar Bel Koul	dar-bel-koul	MA		0	Africa/Casablanca	31.52934	-7.83585				07	041		
10908582	Dar El Haj Yahyaout	dar-el-haj-yahyaout	MA		0	Africa/Casablanca	31.52614	-7.83854				07	041		
10908584	Douar Raysi	douar-raysi	MA		0	Africa/Casablanca	31.52222	-7.82007				07	041		
10908585	Douar Afarane	douar-afarane	MA		0	Africa/Casablanca	31.52965	-7.84139				07	041		
10908586	Douar Nouar	douar-nouar	MA		0	Africa/Casablanca	31.5277	-7.85946				07	041		
10908587	Douar Ait Taddist	douar-ait-taddist	MA		0	Africa/Casablanca	31.52135	-7.84192				07	041		
10908590	Dar Sahba	dar-sahba	MA		0	Africa/Casablanca	31.51376	-7.84192				07	041		
10908592	Douar El Bellout	douar-el-bellout	MA		0	Africa/Casablanca	31.51969	-7.8303				07	041		
10908593	Douar Ain El Moach	douar-ain-el-moach	MA		0	Africa/Casablanca	31.51967	-7.82417				07	041		
10908594	Dar El Haj Khadir	dar-el-haj-khadir	MA		0	Africa/Casablanca	31.52114	-7.80811				07	041		
10908595	Douar Learifa	douar-learifa	MA		0	Africa/Casablanca	31.52067	-7.80247				07	041		
10908596	Dar Ben Ali Mohamed	dar-ben-ali-mohamed	MA		0	Africa/Casablanca	31.51369	-7.78891				07	041		
10908600	Douar Lebdadas	douar-lebdadas	MA		0	Africa/Casablanca	31.51065	-7.75493				07	041		
10908601	Dar Anaflous Mohamed	dar-anaflous-mohamed	MA		0	Africa/Casablanca	31.5084	-7.82829				07	041		
10908604	Douar Iaamrine	douar-iaamrine	MA		0	Africa/Casablanca	31.4998	-7.86586				07	041		
10908605	Douar Ait Lgout	douar-ait-lgout	MA		0	Africa/Casablanca	31.50173	-7.84704				07	041		
10908606	Douar Iahsera	douar-iahsera	MA		0	Africa/Casablanca	31.50385	-7.84148				07	041		
10908608	Dar Ben Amira	dar-ben-amira	MA		0	Africa/Casablanca	31.50053	-7.83382				07	041		
10908611	Dar Biyaz	dar-biyaz	MA		0	Africa/Casablanca	31.50126	-7.78875				07	041		
10908612	Douar Tigafayine	douar-tigafayine	MA		0	Africa/Casablanca	31.4997	-7.7731				07	041		
10908613	Douar Lezraq	douar-lezraq	MA		0	Africa/Casablanca	31.50182	-7.75652				07	041		
10908616	Dar Talta	dar-talta	MA		0	Africa/Casablanca	31.5215	-7.84739				07	041		
10908627	Dar El Abd	dar-el-abd	MA		0	Africa/Casablanca	31.62	-7.85655				07	351		
10908628	Douar Ennzala	douar-ennzala	MA		0	Africa/Casablanca	31.61877	-7.84649				07	351		
10908629	Dar Jlal Ben Erranu	dar-jlal-ben-erranu	MA		0	Africa/Casablanca	31.61102	-7.85761				07	351		
10908632	Dar El Haj Baroui	dar-el-haj-baroui	MA		0	Africa/Casablanca	31.60701	-7.75011				07	351		
10908636	Douar El Fayd	douar-el-fayd	MA		0	Africa/Casablanca	31.59485	-7.78502				07	351		
10908637	Douar Ail Imloul	douar-ail-imloul	MA		0	Africa/Casablanca	31.58304	-7.78004				07	351		
10908642	Dar Lanbi	dar-lanbi	MA		0	Africa/Casablanca	31.53301	-7.87091				07	041		
10908643	Dar Ib Moussa	dar-ib-moussa	MA		0	Africa/Casablanca	31.5139	-7.7782				07	041		
10908644	Douar Jouabar	douar-jouabar	MA		0	Africa/Casablanca	31.50664	-7.80348				07	041		
10908645	Douar Ait Ouagriz	douar-ait-ouagriz	MA		0	Africa/Casablanca	31.51237	-7.84032				07	041		
10908646	Dar Ben Daha	dar-ben-daha	MA		0	Africa/Casablanca	31.50602	-7.8688				07	041		
10908648	Dar Chabli	dar-chabli	MA		0	Africa/Casablanca	31.50143	-7.82982				07	041		
10908649	Kasbat Amezrou	kasbat-amezrou	MA		0	Africa/Casablanca	31.50217	-7.82294				07	041		
10908650	Douar Ben Ouanmane	douar-ben-ouanmane	MA		0	Africa/Casablanca	31.49897	-7.78652				07	041		
10908652	Aali Tensift	aali-tensift	MA		0	Africa/Casablanca	31.57027	-7.7533				07	041		
10908657	Douar Ben Diya	douar-ben-diya	MA		0	Africa/Casablanca	31.53781	-7.84817				07	041		
10908661	Dar Chakaur	dar-chakaur	MA		0	Africa/Casablanca	31.57789	-7.75419				07	351		
10909217	Douar Nzala	douar-nzala	MA		0	Africa/Casablanca	31.74675	-7.74253				07	427		
10909219	Lkarkoura	lkarkoura	MA		0	Africa/Casablanca	31.74199	-7.7282				07	427		
10909225	Dyar	dyar	MA		0	Africa/Casablanca	31.61945	-7.74567				07	351		
10909226	Abid	abid	MA		0	Africa/Casablanca	31.62	-7.70881				07	041		
10909227	Zaouyet Ben Nasser	zaouyet-ben-nasser	MA		0	Africa/Casablanca	31.61686	-7.71866				07	041		
10909228	Ait Tanghourt	ait-tanghourt	MA		0	Africa/Casablanca	31.61351	-7.71679				07	041		
10909229	Ait Bou Ali	ait-bou-ali	MA		0	Africa/Casablanca	31.61475	-7.73065				07	041		
10909231	Ait Ouahssayene	ait-ouahssayene	MA		0	Africa/Casablanca	31.60446	-7.7434				07	351		
10909232	Ait Oudermouch	ait-oudermouch	MA		0	Africa/Casablanca	31.60406	-7.73687				07	041		
10909233	Ait Boutchich	ait-boutchich	MA		0	Africa/Casablanca	31.60419	-7.716				07	041		
10909234	Ait Qayyou	ait-qayyou	MA		0	Africa/Casablanca	31.60178	-7.71203				07	041		
10909235	Ait Hzima	ait-hzima	MA		0	Africa/Casablanca	31.6018	-7.71624				07	041		
10909237	Ait Hmad	ait-hmad	MA		0	Africa/Casablanca	31.60019	-7.73945				07	041		
10909238	Ait Lharoui	ait-lharoui	MA		0	Africa/Casablanca	31.60044	-7.73529				07	041		
10909239	Ait Louiza	ait-louiza	MA		0	Africa/Casablanca	31.59894	-7.73542				07	041		
10909253	Bouchaala	bouchaala	MA		0	Africa/Casablanca	31.5914	-7.74252				07	041		
10909254	Ait Kharbouch	ait-kharbouch	MA		0	Africa/Casablanca	31.58836	-7.73988				07	041		
10909255	Ait Boussetta	ait-boussetta	MA		0	Africa/Casablanca	31.59034	-7.739				07	041		
10909256	Ait Addi	ait-addi	MA		0	Africa/Casablanca	31.58867	-7.73831				07	041		
10909258	Ait Zaoueg	ait-zaoueg	MA		0	Africa/Casablanca	31.59061	-7.73059				07	041		
10909259	Ait Ougnou	ait-ougnou	MA		0	Africa/Casablanca	31.5894	-7.72419				07	041		
10909260	Dar Lcaid Said	dar-lcaid-said	MA		0	Africa/Casablanca	31.58712	-7.71126				07	041		
10909262	Ait Ben Zi	ait-ben-zi	MA		0	Africa/Casablanca	31.58385	-7.71488				07	041		
10909264	Ait Lmilouh	ait-lmilouh	MA		0	Africa/Casablanca	31.582	-7.72327				07	041		
10909265	Ait Massaoud	ait-massaoud	MA		0	Africa/Casablanca	31.58091	-7.71834				07	041		
10909266	Laamriya	laamriya	MA		0	Africa/Casablanca	31.57935	-7.73724				07	041		
10909268	Lkarkour	lkarkour	MA		0	Africa/Casablanca	31.57438	-7.74116				07	041		
10909269	Ait Bou Tanguert	ait-bou-tanguert	MA		0	Africa/Casablanca	31.5694	-7.73441				07	041		
10909270	Ait Hammadi Ou Ali	ait-hammadi-ou-ali	MA		0	Africa/Casablanca	31.57099	-7.74696				07	351		
10909271	Commune Ait Faska	commune-ait-faska	MA		0	Africa/Casablanca	31.56754	-7.72338				07	041		
10909274	Boutouil	boutouil	MA		0	Africa/Casablanca	31.5648	-7.74737		Boutouil,Douar Bou Touil		07	041		
10909275	Ait Bouzid	ait-bouzid	MA		0	Africa/Casablanca	31.56253	-7.71001				07	041		
10909276	Ait Bou Amrane	ait-bou-amrane	MA		0	Africa/Casablanca	31.55997	-7.72096				07	041		
10909278	Ait Ou Nasser	ait-ou-nasser	MA		0	Africa/Casablanca	31.55145	-7.73199				07	041		
10909280	Ait Lagssir	ait-lagssir	MA		0	Africa/Casablanca	31.55255	-7.7237				07	041		
10909281	Ait Ben Ammi	ait-ben-ammi	MA		0	Africa/Casablanca	31.55154	-7.7192				07	041		
10909282	Ait Brahim Ou Abbas	ait-brahim-ou-abbas	MA		0	Africa/Casablanca	31.55372	-7.70619				07	041		
10909283	Ait Lahssene	ait-lahssene	MA		0	Africa/Casablanca	31.54719	-7.72081				07	041		
10909284	Ait Boubghila	ait-boubghila	MA		0	Africa/Casablanca	31.54573	-7.73254				07	041		
10909285	Ait Maghat	ait-maghat	MA		0	Africa/Casablanca	31.54423	-7.71883				07	041		
10909286	Rouini	rouini	MA		0	Africa/Casablanca	31.53627	-7.74072				07	041		
10909288	Rouini	rouini	MA		0	Africa/Casablanca	31.54032	-7.72793				07	041		
10909289	Tirest	tirest	MA		0	Africa/Casablanca	31.52739	-7.70804				07	041		
10909291	Ait Boukil	ait-boukil	MA		0	Africa/Casablanca	31.52559	-7.74716				07	041		
10909292	Ait Janat	ait-janat	MA		0	Africa/Casablanca	31.52567	-7.73091				07	041		
10909295	Bouaaouid	bouaaouid	MA		0	Africa/Casablanca	31.52325	-7.74467				07	041		
10909296	Ait Ghmat	ait-ghmat	MA		0	Africa/Casablanca	31.52003	-7.7452		Ait Ghmat,Douar Ait Ghmat		07	041		
10909297	Imchakene	imchakene	MA		0	Africa/Casablanca	31.52161	-7.74314				07	041		
10909298	Ait Omar	ait-omar	MA		0	Africa/Casablanca	31.52009	-7.74038				07	041		
10909299	Igourramene	igourramene	MA		0	Africa/Casablanca	31.51583	-7.73971				07	041		
10909300	Ait Lmejjal	ait-lmejjal	MA		0	Africa/Casablanca	31.5148	-7.74134				07	041		
10909312	Bou Dher	bou-dher	MA		0	Africa/Casablanca	31.49973	-7.74226				07	041		
10909318	Ait Bef Haj	ait-bef-haj	MA		0	Africa/Casablanca	31.61486	-7.68141				07	041		
10909319	Ait Lhoussayne	ait-lhoussayne	MA		0	Africa/Casablanca	31.61355	-7.66785				07	041		
10909320	Ait Ouchani	ait-ouchani	MA		0	Africa/Casablanca	31.61472	-7.67345				07	041		
10909321	Ait Ben Hadda	ait-ben-hadda	MA		0	Africa/Casablanca	31.61311	-7.67341				07	041		
10909322	Ait Ouzineb	ait-ouzineb	MA		0	Africa/Casablanca	31.61057	-7.6924				07	041		
10909323	Hallat Bel Haj	hallat-bel-haj	MA		0	Africa/Casablanca	31.60777	-7.68053				07	041		
10909325	Sidi Rahhou	sidi-rahhou	MA		0	Africa/Casablanca	31.60419	-7.69725				07	041		
10909326	Ait Ben Daoudi	ait-ben-daoudi	MA		0	Africa/Casablanca	31.60487	-7.69866				07	041		
10909327	Ait Abdelghani	ait-abdelghani	MA		0	Africa/Casablanca	31.60268	-7.70326				07	041		
10909328	Ait Bouzenbil	ait-bouzenbil	MA		0	Africa/Casablanca	31.60522	-7.68738				07	041		
10909330	Dar Ait Laajaj	dar-ait-laajaj	MA		0	Africa/Casablanca	31.60721	-7.67536				07	041		
10909331	Ait Ouarguig	ait-ouarguig	MA		0	Africa/Casablanca	31.60582	-7.66807				07	041		
10909333	Ait Said Ou Mbarek	ait-said-ou-mbarek	MA		0	Africa/Casablanca	31.59721	-7.69334				07	041		
10909335	Ait Laajeb	ait-laajeb	MA		0	Africa/Casablanca	31.59566	-7.69641				07	041		
10909336	Ait Abdelkamel	ait-abdelkamel	MA		0	Africa/Casablanca	31.59578	-7.67291				07	041		
10909337	Iznaguene	iznaguene	MA		0	Africa/Casablanca	31.59805	-7.66581				07	041		
10909338	Tigliyine	tigliyine	MA		0	Africa/Casablanca	31.58833	-7.70495				07	041		
10909339	Amedrar	amedrar	MA		0	Africa/Casablanca	31.58463	-7.67768				07	041		
10909340	Ait Lqadi	ait-lqadi	MA		0	Africa/Casablanca	31.5829	-7.66706				07	041		
10909342	Ait Ammi Ali	ait-ammi-ali	MA		0	Africa/Casablanca	31.58025	-7.69441				07	041		
10909343	Ragoub	ragoub	MA		0	Africa/Casablanca	31.57937	-7.70227				07	041		
10909344	Ait Hammouch	ait-hammouch	MA		0	Africa/Casablanca	31.57953	-7.68884				07	041		
10909345	Ihahane	ihahane	MA		0	Africa/Casablanca	31.57787	-7.69463				07	041		
10909346	Ait Salem	ait-salem	MA		0	Africa/Casablanca	31.57597	-7.70499				07	041		
10909347	Ait Guit	ait-guit	MA		0	Africa/Casablanca	31.57489	-7.68467				07	041		
10909348	Ait Lhaj Ali	ait-lhaj-ali	MA		0	Africa/Casablanca	31.5742	-7.67727				07	041		
10909349	Ait Bougayzene	ait-bougayzene	MA		0	Africa/Casablanca	31.57323	-7.69079				07	041		
10909350	Ait Ali Ou Hammou	ait-ali-ou-hammou	MA		0	Africa/Casablanca	31.57058	-7.68255				07	041		
10909351	Abidar	abidar	MA		0	Africa/Casablanca	31.56718	-7.67077				07	041		
10909353	Mouazame	mouazame	MA		0	Africa/Casablanca	31.56513	-7.67821				07	041		
10909354	Ben Sallou	ben-sallou	MA		0	Africa/Casablanca	31.56387	-7.69637				07	041		
10909356	Imaghrane	imaghrane	MA		0	Africa/Casablanca	31.56294	-7.69422				07	041		
10909357	Ait Bella	ait-bella	MA		0	Africa/Casablanca	31.55782	-7.68375				07	041		
10909359	Ait Lamhir	ait-lamhir	MA		0	Africa/Casablanca	31.56094	-7.7039				07	041		
10909361	Ait Mansour	ait-mansour	MA		0	Africa/Casablanca	31.55628	-7.68725				07	041		
10909362	Ait Tfarouine	ait-tfarouine	MA		0	Africa/Casablanca	31.55484	-7.69109				07	041		
10909364	Moulay Ali	moulay-ali	MA		0	Africa/Casablanca	31.55089	-7.67568				07	041		
10909365	Ait Oudarmouch	ait-oudarmouch	MA		0	Africa/Casablanca	31.55136	-7.67077				07	041		
10909366	Mfouga	mfouga	MA		0	Africa/Casablanca	31.55282	-7.6977				07	041		
10909367	Ait Ou Nasser	ait-ou-nasser	MA		0	Africa/Casablanca	31.55253	-7.70212				07	041		
10909368	Ait Lamouadene	ait-lamouadene	MA		0	Africa/Casablanca	31.55005	-7.69699				07	041		
10909370	Ait Azqaq	ait-azqaq	MA		0	Africa/Casablanca	31.54425	-7.70512				07	041		
10909371	Taltiya	taltiya	MA		0	Africa/Casablanca	31.54406	-7.70025				07	041		
10909372	Ait Laaziri	ait-laaziri	MA		0	Africa/Casablanca	31.54258	-7.703				07	041		
10909373	Ait Lboukhari	ait-lboukhari	MA		0	Africa/Casablanca	31.54311	-7.69798				07	041		
10909374	Izourane	izourane	MA		0	Africa/Casablanca	31.54207	-7.69596				07	041		
10909376	Sidi Youssef	sidi-youssef	MA		0	Africa/Casablanca	31.54405	-7.67628				07	041		
10909378	Bachaouiya	bachaouiya	MA		0	Africa/Casablanca	31.56388	-7.66909				07	041		
10909380	Ait Lqadi	ait-lqadi	MA		0	Africa/Casablanca	31.56025	-7.67083				07	041		
10909381	Ait Boukhabou	ait-boukhabou	MA		0	Africa/Casablanca	31.56109	-7.66315				07	041		
10909382	Ait Cheikh Ali	ait-cheikh-ali	MA		0	Africa/Casablanca	31.55796	-7.66085				07	041		
10909384	Dcher	dcher	MA		0	Africa/Casablanca	31.53721	-7.6821				07	041		
10909385	Zaouyet Ait Bni Ouissaadene	zaouyet-ait-bni-ouissaadene	MA		0	Africa/Casablanca	31.53077	-7.68836				07	041		
10909386	Ait Bni Allla	ait-bni-allla	MA		0	Africa/Casablanca	31.52212	-7.69531				07	041		
10909387	Lmers	lmers	MA		0	Africa/Casablanca	31.52413	-7.69362				07	041		
10909388	Ait Oulahyane	ait-oulahyane	MA		0	Africa/Casablanca	31.5169	-7.69823				07	041		
10909389	Ait Boudhir	ait-boudhir	MA		0	Africa/Casablanca	31.5142	-7.70077				07	041		
10909390	Ait Bouchoua	ait-bouchoua	MA		0	Africa/Casablanca	31.51308	-7.70079				07	041		
10909391	Ait Mallouf	ait-mallouf	MA		0	Africa/Casablanca	31.51385	-7.7028				07	041		
10909392	Tadchert	tadchert	MA		0	Africa/Casablanca	31.51283	-7.70218				07	041		
10909396	Khouya Ali	khouya-ali	MA		0	Africa/Casablanca	31.51239	-7.68033				07	041		
10909398	Ali Taleb	ali-taleb	MA		0	Africa/Casablanca	31.50873	-7.6812				07	041		
10909399	Isegrad	isegrad	MA		0	Africa/Casablanca	31.51041	-7.68261				07	041		
10909402	Ait Baqqas	ait-baqqas	MA		0	Africa/Casablanca	31.50243	-7.67437				07	041		
10909403	Tiggert	tiggert	MA		0	Africa/Casablanca	31.50525	-7.6707				07	041		
10909404	Ail Janat	ail-janat	MA		0	Africa/Casablanca	31.49947	-7.67675				07	041		
10909405	Tiouerdiouine	tiouerdiouine	MA		0	Africa/Casablanca	31.50688	-7.67457				07	041		
10909407	Imld	imld	MA		0	Africa/Casablanca	31.5078	-7.67523				07	041		
10909413	Ait Bou Ali	ait-bou-ali	MA		0	Africa/Casablanca	31.61662	-7.66124				07	041		
10909414	Ait Hammou Massaoud	ait-hammou-massaoud	MA		0	Africa/Casablanca	31.61068	-7.6648				07	041		
10909418	Ferme Touggani	ferme-touggani	MA		0	Africa/Casablanca	31.61161	-7.63575				07	041		
10909419	Irouzoudene	irouzoudene	MA		0	Africa/Casablanca	31.60947	-7.64206				07	041		
10909420	Ait Boufriss	ait-boufriss	MA		0	Africa/Casablanca	31.60768	-7.64798				07	041		
10909421	Ait Tameldou	ait-tameldou	MA		0	Africa/Casablanca	31.60538	-7.65976				07	041		
10909422	Ait Oulahyane	ait-oulahyane	MA		0	Africa/Casablanca	31.60361	-7.66407				07	041		
10909423	Icharaine	icharaine	MA		0	Africa/Casablanca	31.60273	-7.65388				07	041		
10909425	Ait Lfadil	ait-lfadil	MA		0	Africa/Casablanca	31.6077	-7.62403				07	041		
10909427	Coopérative Lkhadra	cooperative-lkhadra	MA		0	Africa/Casablanca	31.60143	-7.62463		Cooperative Lkhadra,Coopérative Lkhadra		07	041		
10909429	Ait Ouaylal	ait-ouaylal	MA		0	Africa/Casablanca	31.59692	-7.64877				07	041		
10909430	Lfouqra	lfouqra	MA		0	Africa/Casablanca	31.59558	-7.643				07	041		
10909432	Chaaba Tahtaniya	chaaba-tahtaniya	MA		0	Africa/Casablanca	31.59502	-7.64482				07	041		
10909433	Ait Karroum	ait-karroum	MA		0	Africa/Casablanca	31.59065	-7.6624				07	041		
10909434	Ait Bou Ali	ait-bou-ali	MA		0	Africa/Casablanca	31.5893	-7.66156				07	041		
10909437	Ait Bouserksou	ait-bouserksou	MA		0	Africa/Casablanca	31.58497	-7.64764				07	041		
10909438	Ait Oubalqas	ait-oubalqas	MA		0	Africa/Casablanca	31.57965	-7.6496				07	041		
10909439	Ait Zentou Lahtani	ait-zentou-lahtani	MA		0	Africa/Casablanca	31.57983	-7.64566				07	041		
10909440	Ait Oukrim	ait-oukrim	MA		0	Africa/Casablanca	31.57795	-7.62547				07	041		
10909441	Bouyzourane Tahtani	bouyzourane-tahtani	MA		0	Africa/Casablanca	31.57405	-7.62684				07	041		
10909442	Azentou Ait Ighrem	azentou-ait-ighrem	MA		0	Africa/Casablanca	31.57407	-7.6459				07	041		
10909448	Ait Bouzekri	ait-bouzekri	MA		0	Africa/Casablanca	31.56575	-7.63787				07	041		
10909449	Ait Sourene	ait-sourene	MA		0	Africa/Casablanca	31.56623	-7.63633				07	041		
10909452	Chefrerie	chefrerie	MA		0	Africa/Casablanca	31.56323	-7.64918				07	041		
10909453	Village d’Enfants	village-d-enfants	MA		0	Africa/Casablanca	31.56111	-7.65268				07	041		
10909457	Ameqdar	ameqdar	MA		0	Africa/Casablanca	31.55864	-7.64457				07	041		
10909458	Dar Laglaoui	dar-laglaoui	MA		0	Africa/Casablanca	31.55502	-7.65315				07	041		
10909459	Ait Ourir Laqdima	ait-ourir-laqdima	MA		0	Africa/Casablanca	31.5539	-7.65534				07	041		
10909461	Lkarkour	lkarkour	MA		0	Africa/Casablanca	31.55228	-7.64851				07	041		
10909470	Agadir-n Ait Lahssen	agadir-n-ait-lahssen	MA		0	Africa/Casablanca	31.54555	-7.63071				07	041		
10909471	Chams	chams	MA		0	Africa/Casablanca	31.54494	-7.62953				07	041		
10909473	Agafay	agafay	MA		0	Africa/Casablanca	31.54569	-7.63901				07	041		
10909474	Le Coq Hardi	le-coq-hardi	MA		0	Africa/Casablanca	31.54686	-7.64608				07	041		
10909475	Tighedouine	tighedouine	MA		0	Africa/Casablanca	31.54443	-7.63438				07	041		
10909476	Toukhribine	toukhribine	MA		0	Africa/Casablanca	31.54284	-7.62933				07	041		
10909479	Ouar Chams	ouar-chams	MA		0	Africa/Casablanca	31.54169	-7.65534				07	041		
10909480	Maadene Lmalha	maadene-lmalha	MA		0	Africa/Casablanca	31.5382	-7.6607				07	041		
10909482	Iraqene	iraqene	MA		0	Africa/Casablanca	31.53505	-7.64154				07	041		
10909488	Tidrine	tidrine	MA		0	Africa/Casablanca	31.52345	-7.64461				07	041		
10909489	Ait Lahssene Ou Ali	ait-lahssene-ou-ali	MA		0	Africa/Casablanca	31.51855	-7.64573				07	041		
10909490	Ait Abdslam	ait-abdslam	MA		0	Africa/Casablanca	31.50983	-7.67042				07	041		
10909499	Aragchou	aragchou	MA		0	Africa/Casablanca	31.56401	-7.64399				07	041		
10909502	Hay Sou	hay-sou	MA		0	Africa/Casablanca	31.5552	-7.67242				07	041		
10909506	Ighi	ighi	MA		0	Africa/Casablanca	31.51385	-7.68184				07	041		
10909507	Ijajane	ijajane	MA		0	Africa/Casablanca	31.56491	-7.68398				07	041		
10909799	Douar Abbas	douar-abbas	MA		0	Africa/Casablanca	31.72096	-7.73953				07	427		
10909801	Douar Libidani	douar-libidani	MA		0	Africa/Casablanca	31.721	-7.73449				07	427		
10909803	Douar Ben Zaouaq	douar-ben-zaouaq	MA		0	Africa/Casablanca	31.71814	-7.71362				07	427		
10909804	Douar Ould Sidi Rahhal	douar-ould-sidi-rahhal	MA		0	Africa/Casablanca	31.70563	-7.70553				07	427		
10909805	Douar Souiri	douar-souiri	MA		0	Africa/Casablanca	31.70421	-7.725				07	427		
10909807	Douar Oulad Abbou Smmar	douar-oulad-abbou-smmar	MA		0	Africa/Casablanca	31.69566	-7.74689				07	427		
10909808	Douar Lbartaa	douar-lbartaa	MA		0	Africa/Casablanca	31.69941	-7.72455				07	427		
10909809	Douar Ben Dahbi	douar-ben-dahbi	MA		0	Africa/Casablanca	31.69555	-7.71742				07	427		
10909812	Douar Smamda	douar-smamda	MA		0	Africa/Casablanca	31.69072	-7.7338				07	427		
10909813	Douar Ait Taher	douar-ait-taher	MA		0	Africa/Casablanca	31.68949	-7.74146				07	427		
10909814	Douar Ain Ben Hedda	douar-ain-ben-hedda	MA		0	Africa/Casablanca	31.68785	-7.71862				07	427		
10909816	Douar Chrarda	douar-chrarda	MA		0	Africa/Casablanca	31.67846	-7.74644				07	427		
10909817	Douar Ben Saadoun	douar-ben-saadoun	MA		0	Africa/Casablanca	31.67711	-7.71755				07	427		
10909818	Douar Ait Sidi Laarbi	douar-ait-sidi-laarbi	MA		0	Africa/Casablanca	31.67262	-7.72367				07	427		
10909819	Douar Ain Lfassi	douar-ain-lfassi	MA		0	Africa/Casablanca	31.67198	-7.71016				07	427		
10909820	Douar Bel Qziz	douar-bel-qziz	MA		0	Africa/Casablanca	31.6686	-7.73758				07	351		
10909822	Douar Jraydiya	douar-jraydiya	MA		0	Africa/Casablanca	31.66031	-7.73052				07	041		
10909826	Douar Chemch	douar-chemch	MA		0	Africa/Casablanca	31.63994	-7.74818				07	351		
10909828	Douar Bouqaddour	douar-bouqaddour	MA		0	Africa/Casablanca	31.64164	-7.72243				07	041		
10909829	Douar Lalla Ghzil	douar-lalla-ghzil	MA		0	Africa/Casablanca	31.63068	-7.73831				07	041		
10909830	Douar Imtggui	douar-imtggui	MA		0	Africa/Casablanca	31.62991	-7.71442				07	041		
10909831	Douar Dyar	douar-dyar	MA		0	Africa/Casablanca	31.62573	-7.74301				07	351		
10909842	Douar Tolba	douar-tolba	MA		0	Africa/Casablanca	31.7346	-7.6717				07	427		
10909846	Khyam Lhaj	khyam-lhaj	MA		0	Africa/Casablanca	31.71571	-7.67621				07	427		
10909847	Douar Azib Lbachir	douar-azib-lbachir	MA		0	Africa/Casablanca	31.71089	-7.70273				07	427		
10909848	Douar Oulad Mtaaya	douar-oulad-mtaaya	MA		0	Africa/Casablanca	31.70872	-7.68116				07	427		
10909851	Douar Lfouqra	douar-lfouqra	MA		0	Africa/Casablanca	31.69731	-7.70494				07	427		
10909853	Douar Azib Chorfa	douar-azib-chorfa	MA		0	Africa/Casablanca	31.69103	-7.69305				07	427		
10909854	Douar Bel Haj	douar-bel-haj	MA		0	Africa/Casablanca	31.68763	-7.67348				07	427		
10909857	Douar Ain Ben Saleh	douar-ain-ben-saleh	MA		0	Africa/Casablanca	31.68604	-7.70582				07	427		
10909858	Douar Ain Cherqi	douar-ain-cherqi	MA		0	Africa/Casablanca	31.67447	-7.68942				07	427		
10909860	Douar Bou Chouaryat	douar-bou-chouaryat	MA		0	Africa/Casablanca	31.66893	-7.6734				07	427		
10909862	Douar Lahzim	douar-lahzim	MA		0	Africa/Casablanca	31.65719	-7.66591				07	041		
10909863	Douar Lhaj Abbih	douar-lhaj-abbih	MA		0	Africa/Casablanca	31.64639	-7.68481				07	041		
10909864	Douar Lhaj Mbarek	douar-lhaj-mbarek	MA		0	Africa/Casablanca	31.63538	-7.68801				07	041		
10909865	Douar Ait Sous	douar-ait-sous	MA		0	Africa/Casablanca	31.63766	-7.67923				07	041		
10909866	Douar Bou Chantouf	douar-bou-chantouf	MA		0	Africa/Casablanca	31.63362	-7.68902				07	041		
10909868	Coopérative Sidi Boukhbza	cooperative-sidi-boukhbza	MA		0	Africa/Casablanca	31.6305	-7.67507				07	041		
10909869	Douar Boukhabza	douar-boukhabza	MA		0	Africa/Casablanca	31.63008	-7.69936				07	041		
10909873	Douar Oulad Rahal	douar-oulad-rahal	MA		0	Africa/Casablanca	31.73962	-7.64007				07	427		
10909875	Douar Lain	douar-lain	MA		0	Africa/Casablanca	31.73852	-7.64612				07	427		
10909879	Douar Bel Maati	douar-bel-maati	MA		0	Africa/Casablanca	31.72764	-7.66153				07	427		
10909880	Douar Lain	douar-lain	MA		0	Africa/Casablanca	31.72372	-7.64175				07	427		
10909881	Douar Hsinya	douar-hsinya	MA		0	Africa/Casablanca	31.72128	-7.652				07	427		
10909884	Douar Ben Quaddour	douar-ben-quaddour	MA		0	Africa/Casablanca	31.68077	-7.64992				07	427		
10909885	Douar Ait Mhamed	douar-ait-mhamed	MA		0	Africa/Casablanca	31.67421	-7.62805				07	427		
10909886	Douar Ait Mbarek	douar-ait-mbarek	MA		0	Africa/Casablanca	31.67277	-7.64072				07	427		
10909887	Douar Amassine	douar-amassine	MA		0	Africa/Casablanca	31.66988	-7.63121				07	427		
10909888	Douar Bouhsina	douar-bouhsina	MA		0	Africa/Casablanca	31.66831	-7.6487				07	427		
10909890	Douar Ait Ben Hassan	douar-ait-ben-hassan	MA		0	Africa/Casablanca	31.6451	-7.64256				07	041		
10909891	Ait Hdouch	ait-hdouch	MA		0	Africa/Casablanca	31.64265	-7.6455				07	041		
10909892	Douar Ghojdama	douar-ghojdama	MA		0	Africa/Casablanca	31.64066	-7.65363				07	041		
10909893	Douar Ait Bel Abbas	douar-ait-bel-abbas	MA		0	Africa/Casablanca	31.64141	-7.6594				07	041		
10909894	Douar Ait Benaim	douar-ait-benaim	MA		0	Africa/Casablanca	31.6385	-7.64413				07	041		
10909895	Douar Ait Hmida	douar-ait-hmida	MA		0	Africa/Casablanca	31.63731	-7.6408				07	041		
10909896	Douar Ait Moussa	douar-ait-moussa	MA		0	Africa/Casablanca	31.63825	-7.63308				07	041		
10909897	Douar Tighizrit	douar-tighizrit	MA		0	Africa/Casablanca	31.64318	-7.62709				07	041		
10909899	Douar Ait Ali	douar-ait-ali	MA		0	Africa/Casablanca	31.63068	-7.63855				07	041		
10909901	Douar Ait Sidi Daoud	douar-ait-sidi-daoud	MA		0	Africa/Casablanca	31.63474	-7.64445				07	041		
10909907	Douar Salmouni	douar-salmouni	MA		0	Africa/Casablanca	31.7223	-7.74819				07	427		
10909908	Dar Lakhlifa Brek	dar-lakhlifa-brek	MA		0	Africa/Casablanca	31.6783	-7.74761				07	427		
10909909	Douar Mouknyae	douar-mouknyae	MA		0	Africa/Casablanca	31.65724	-7.74943				07	351		
10909912	Azib El Mansouri	azib-el-mansouri	MA		0	Africa/Casablanca	31.74953	-7.6399				07	427		
10909948	Douar Oulad Ouggad	douar-oulad-ouggad	MA		0	Africa/Casablanca	31.74405	-7.61667				07	427		
10909949	Douar Oulad Ben Chtiyya	douar-oulad-ben-chtiyya	MA		0	Africa/Casablanca	31.74668	-7.59292				07	427		
10909950	Douar Lebyadna	douar-lebyadna	MA		0	Africa/Casablanca	31.7352	-7.61318				07	427		
10910085	Douar Lehfaya	douar-lehfaya	MA		0	Africa/Casablanca	31.73148	-7.6029				07	427		
10910087	Douar Tadla	douar-tadla	MA		0	Africa/Casablanca	31.71543	-7.60344				07	427		
10910088	Douar Oulad Moulay Tayeb	douar-oulad-moulay-tayeb	MA		0	Africa/Casablanca	31.70647	-7.6076				07	191		
10910089	Douar Ben Zadi	douar-ben-zadi	MA		0	Africa/Casablanca	31.70475	-7.59756				07	191		
10910091	Ben Zadi	ben-zadi	MA		0	Africa/Casablanca	31.70083	-7.59878				07	191		
10910092	Douar Oulad Bel Haj	douar-oulad-bel-haj	MA		0	Africa/Casablanca	31.69298	-7.59816				07	191		
10910093	Douar Ait Mhamed	douar-ait-mhamed	MA		0	Africa/Casablanca	31.68456	-7.61979				07	427		
10910095	Douar Jdid	douar-jdid	MA		0	Africa/Casablanca	31.67414	-7.62137				07	427		
10910097	Douar Ait Ben Channa	douar-ait-ben-channa	MA		0	Africa/Casablanca	31.63888	-7.59693				07	427		
10910098	Douar Amansouri	douar-amansouri	MA		0	Africa/Casablanca	31.63722	-7.58709				07	191		
10910099	Douar Lekhlifa	douar-lekhlifa	MA		0	Africa/Casablanca	31.63668	-7.58884				07	191		
10910100	Douar Bel Adam	douar-bel-adam	MA		0	Africa/Casablanca	31.63459	-7.60174				07	427		
10910101	Douar Sraghna	douar-sraghna	MA		0	Africa/Casablanca	31.62352	-7.6135				07	041		
10910103	Douar Oulad Jeddi Ahmed	douar-oulad-jeddi-ahmed	MA		0	Africa/Casablanca	31.74027	-7.57				07	191		
10910104	Anc. C.M.V.A.	anc-c-m-v-a	MA		0	Africa/Casablanca	31.71387	-7.57425				07	191		
10910105	Douar Oulad Sassi	douar-oulad-sassi	MA		0	Africa/Casablanca	31.70943	-7.56664				07	191		
10910106	Douar Ould Ghanem	douar-ould-ghanem	MA		0	Africa/Casablanca	31.7066	-7.56483				07	191		
10910107	Douar Oulad Mtiya	douar-oulad-mtiya	MA		0	Africa/Casablanca	31.70393	-7.57106				07	191		
10910109	Douar Ait Laadraoui	douar-ait-laadraoui	MA		0	Africa/Casablanca	31.70081	-7.55123				07	191		
10910110	Douar Ait Laarbi	douar-ait-laarbi	MA		0	Africa/Casablanca	31.69256	-7.55288				07	191		
10910111	Douar Ait Bel Oued	douar-ait-bel-oued	MA		0	Africa/Casablanca	31.67812	-7.57616				07	191		
10910112	Douar Bni Krim	douar-bni-krim	MA		0	Africa/Casablanca	31.6743	-7.5696				07	191		
10910113	Douar Ait Abbou	douar-ait-abbou	MA		0	Africa/Casablanca	31.66893	-7.55037				07	191		
10910116	Douar Lbhalil	douar-lbhalil	MA		0	Africa/Casablanca	31.66219	-7.55136				07	191		
10910117	Douar Souigya	douar-souigya	MA		0	Africa/Casablanca	31.65439	-7.57054				07	191		
10910118	Douar Oulad Brahim	douar-oulad-brahim	MA		0	Africa/Casablanca	31.65102	-7.5385				07	191		
10910119	Douar Oulad Abacha	douar-oulad-abacha	MA		0	Africa/Casablanca	31.64106	-7.55412				07	191		
10910124	Douar Boughyal	douar-boughyal	MA		0	Africa/Casablanca	31.72734	-7.53537				07	191		
10910125	Douar Ait Ben Abdelaziz	douar-ait-ben-abdelaziz	MA		0	Africa/Casablanca	31.73294	-7.51829				07	191		
10910126	Douar Ait Said	douar-ait-said	MA		0	Africa/Casablanca	31.73029	-7.51853				07	191		
10910129	Douar Lefalalha	douar-lefalalha	MA		0	Africa/Casablanca	31.7162	-7.52655				07	191		
10910130	Douar Oulad Jaber	douar-oulad-jaber	MA		0	Africa/Casablanca	31.71176	-7.49924				07	191		
10910132	Douar Oulad Ben Omar	douar-oulad-ben-omar	MA		0	Africa/Casablanca	31.70578	-7.49876				07	191		
10910134	Douar Kouazta	douar-kouazta	MA		0	Africa/Casablanca	31.69137	-7.51488				07	191		
10910135	Douar Ould Azizou	douar-ould-azizou	MA		0	Africa/Casablanca	31.68995	-7.49958				07	191		
10910136	Douar Oulad Didi	douar-oulad-didi	MA		0	Africa/Casablanca	31.68411	-7.50117				07	191		
10910137	Douar Oulad Chaayba	douar-oulad-chaayba	MA		0	Africa/Casablanca	31.68222	-7.50647				07	191		
10910141	Douar Babbih	douar-babbih	MA		0	Africa/Casablanca	31.66473	-7.51164				07	191		
10910142	Douar Lmirat	douar-lmirat	MA		0	Africa/Casablanca	31.65582	-7.51349				07	191		
10910143	Douar Lahsisnat	douar-lahsisnat	MA		0	Africa/Casablanca	31.65781	-7.50368				07	191		
10910144	Douar Zarb	douar-zarb	MA		0	Africa/Casablanca	31.65129	-7.53209				07	191		
10910145	Douar Lakbabsa	douar-lakbabsa	MA		0	Africa/Casablanca	31.64835	-7.50467				07	191		
10910151	Douar Ait Toubdirt	douar-ait-toubdirt	MA		0	Africa/Casablanca	31.62692	-7.50829				07	041		
10910153	Douar Ait Nasser	douar-ait-nasser	MA		0	Africa/Casablanca	31.62456	-7.50977				07	041		
10910158	Douar Kouidir Mou Ali	douar-kouidir-mou-ali	MA		0	Africa/Casablanca	31.73994	-7.6153				07	427		
10910477	El Khalil	el-khalil	MA		0	Africa/Casablanca	31.97974	-7.97161				07	427		
10910480	Dar Salem Laaribi	dar-salem-laaribi	MA		0	Africa/Casablanca	31.9887	-7.95427				07	427		
10910481	Erreguibat	erreguibat	MA		0	Africa/Casablanca	31.98641	-7.95092				07	427		
10910484	Dar El Kouayti	dar-el-kouayti	MA		0	Africa/Casablanca	31.98706	-7.91672				07	427		
10910486	Douar Echbabate	douar-echbabate	MA		0	Africa/Casablanca	31.98481	-7.89479				07	427		
10910491	Nzalat Habbal	nzalat-habbal	MA		0	Africa/Casablanca	31.98292	-7.95272				07	427		
10910493	Ahl Ettaleb	ahl-ettaleb	MA		0	Africa/Casablanca	31.97257	-7.98398				07	427		
10910496	Oulad Azzouz Lebhira	oulad-azzouz-lebhira	MA		0	Africa/Casablanca	31.96407	-7.9284				07	427		
10910498	Oulad Razzoug	oulad-razzoug	MA		0	Africa/Casablanca	31.96382	-7.91841				07	427		
10910499	Dar Mbarek El Haj Khalifa	dar-mbarek-el-haj-khalifa	MA		0	Africa/Casablanca	31.97124	-7.90479				07	427		
10910502	El Ouarrat	el-ouarrat	MA		0	Africa/Casablanca	31.95626	-7.92255				07	427		
10910504	Oulad Hommad	oulad-hommad	MA		0	Africa/Casablanca	31.94364	-7.96154				07	427		
10910505	Ezzyoud	ezzyoud	MA		0	Africa/Casablanca	31.94464	-7.96793				07	427		
10910521	Nzala II	nzala-ii	MA		0	Africa/Casablanca	31.90194	-7.95198				07	427		
10910522	Lgareh	lgareh	MA		0	Africa/Casablanca	31.90989	-7.94084				07	427		
10910523	Iggout	iggout	MA		0	Africa/Casablanca	31.90646	-7.93153				07	427		
10911197	Douar Lakehilat	douar-lakehilat	MA		0	Africa/Casablanca	31.86829	-9.2432				07	211		
10911198	Douar Essekaska	douar-essekaska	MA		0	Africa/Casablanca	31.8635	-9.21942				07	211		
10911206	Douar Laasker	douar-laasker	MA		0	Africa/Casablanca	31.83616	-9.24309				07	211		
10911207	Douar Dammer	douar-dammer	MA		0	Africa/Casablanca	31.83793	-9.23951				07	211		
10911209	Douar Legrouda	douar-legrouda	MA		0	Africa/Casablanca	31.83481	-9.2379				07	211		
10911210	Douar Lehouaoura	douar-lehouaoura	MA		0	Africa/Casablanca	31.8341	-9.21711				07	211		
10911211	Douar Leqnafra	douar-leqnafra	MA		0	Africa/Casablanca	31.832	-9.22582				07	211		
10911212	Douar Oulad Amara	douar-oulad-amara	MA		0	Africa/Casablanca	31.83122	-9.23092				07	211		
10911213	Douar Oulad El Haj Belaid	douar-oulad-el-haj-belaid	MA		0	Africa/Casablanca	31.83273	-9.21142				07	211		
10911216	Lemdana	lemdana	MA		0	Africa/Casablanca	31.99631	-7.86223				07	427		
10911218	Lahouafa	lahouafa	MA		0	Africa/Casablanca	31.99052	-7.86167				07	427		
10911221	Lemaachat	lemaachat	MA		0	Africa/Casablanca	31.97381	-7.86987				07	427		
10911230	Abbas El Allam	abbas-el-allam	MA		0	Africa/Casablanca	31.92671	-7.87043				07	427		
10911233	Douar Laabadst	douar-laabadst	MA		0	Africa/Casablanca	31.82511	-9.22157				07	211		
10911234	Douar Ennegalza	douar-ennegalza	MA		0	Africa/Casablanca	31.8238	-9.21258				07	211		
10911235	Douar Ait Ben Said	douar-ait-ben-said	MA		0	Africa/Casablanca	31.81662	-9.24352				07	211		
10911236	Douar Ait Ebbih	douar-ait-ebbih	MA		0	Africa/Casablanca	31.81359	-9.245				07	211		
10911237	Douar Echih	douar-echih	MA		0	Africa/Casablanca	31.81428	-9.23243				07	211		
10911240	Dar Bouirid	dar-bouirid	MA		0	Africa/Casablanca	31.80847	-9.22262				07	211		
10911241	Dar Ait El Manae	dar-ait-el-manae	MA		0	Africa/Casablanca	31.80704	-9.22236				07	211		
10911243	Douar Lamounat	douar-lamounat	MA		0	Africa/Casablanca	31.80524	-9.2341				07	211		
10911245	Douar Hmayn	douar-hmayn	MA		0	Africa/Casablanca	31.79897	-9.2262				07	211		
10911247	Douar Ait Tahar	douar-ait-tahar	MA		0	Africa/Casablanca	31.80805	-9.24339				07	211		
10911249	Douar Loubachra	douar-loubachra	MA		0	Africa/Casablanca	31.80181	-9.24833				07	211		
10911253	Douar Ait Ben Zina	douar-ait-ben-zina	MA		0	Africa/Casablanca	31.79079	-9.24607				07	211		
10911255	Douar Ettehhat	douar-ettehhat	MA		0	Africa/Casablanca	31.79052	-9.23485				07	211		
10911257	Douar Skarat	douar-skarat	MA		0	Africa/Casablanca	31.79132	-9.21869				07	211		
10911260	Douar Etterratma	douar-etterratma	MA		0	Africa/Casablanca	31.78903	-9.24586				07	211		
10911262	Douar Ezzaouia	douar-ezzaouia	MA		0	Africa/Casablanca	31.77848	-9.22833				07	211		
10911265	Douar Essokkane	douar-essokkane	MA		0	Africa/Casablanca	31.77502	-9.22528				07	211		
10911266	Douar Echouili	douar-echouili	MA		0	Africa/Casablanca	31.77502	-9.24489				07	211		
10911267	Douar Laagagda	douar-laagagda	MA		0	Africa/Casablanca	31.77379	-9.24204				07	211		
10911270	Tnine Sakyat	tnine-sakyat	MA		0	Africa/Casablanca	31.77288	-9.22092				07	211		
10911271	Douar Zraoula	douar-zraoula	MA		0	Africa/Casablanca	31.77068	-9.24843				07	211		
10911272	Douar Oulad Ben Khlifa	douar-oulad-ben-khlifa	MA		0	Africa/Casablanca	31.77522	-9.2103				07	211		
10911273	Douar Jbabra	douar-jbabra	MA		0	Africa/Casablanca	31.76878	-9.24526				07	211		
10911275	Douar El Kana	douar-el-kana	MA		0	Africa/Casablanca	31.76867	-9.24075				07	211		
10911277	Douar Ezzerayeb	douar-ezzerayeb	MA		0	Africa/Casablanca	31.76475	-9.2415				07	211		
10911280	Douar Ait Hamsdou	douar-ait-hamsdou	MA		0	Africa/Casablanca	31.75889	-9.21078				07	211		
10911282	Douar Sidi Abdelkamel	douar-sidi-abdelkamel	MA		0	Africa/Casablanca	31.75604	-9.24335				07	211		
10911283	Douar Lebrnqza	douar-lebrnqza	MA		0	Africa/Casablanca	31.75181	-9.23897				07	211		
10911284	Dar Abbou	dar-abbou	MA		0	Africa/Casablanca	31.7507	-9.23189				07	211		
10911287	Douar Bou Aggad	douar-bou-aggad	MA		0	Africa/Casablanca	31.86715	-9.19537				07	211		
10911288	Douar Loudinat	douar-loudinat	MA		0	Africa/Casablanca	31.86826	-9.18438				07	211		
10911289	Dar Khimat El Caid	dar-khimat-el-caid	MA		0	Africa/Casablanca	31.86642	-9.16805				07	211		
10911290	Douar Lebouchat	douar-lebouchat	MA		0	Africa/Casablanca	31.86142	-9.16949				07	211		
10911293	Douar Echouheb	douar-echouheb	MA		0	Africa/Casablanca	31.86252	-9.20065				07	211		
10911300	Douar Chtoukat	douar-chtoukat	MA		0	Africa/Casablanca	31.84493	-9.18589				07	211		
10911301	Douar Laourej	douar-laourej	MA		0	Africa/Casablanca	31.84343	-9.1899				07	211		
10911302	Dar El Gaid Ennejoumi	dar-el-gaid-ennejoumi	MA		0	Africa/Casablanca	31.84338	-9.16726				07	211		
10911305	Douar Echouikhat	douar-echouikhat	MA		0	Africa/Casablanca	31.83302	-9.20301				07	211		
10911306	Douar Ennebabat	douar-ennebabat	MA		0	Africa/Casablanca	31.82876	-9.19706				07	211		
10911307	Douar Zrarga	douar-zrarga	MA		0	Africa/Casablanca	31.82619	-9.19882				07	211		
10911308	Douar Legrudat	douar-legrudat	MA		0	Africa/Casablanca	31.82409	-9.1967				07	211		
10911309	Douar Oulad Cherif	douar-oulad-cherif	MA		0	Africa/Casablanca	31.82251	-9.20339				07	211		
10911310	Rbaat Sidi El Houssine	rbaat-sidi-el-houssine	MA		0	Africa/Casablanca	31.822	-9.19342				07	211		
10911312	Douar Abdellah Echalh	douar-abdellah-echalh	MA		0	Africa/Casablanca	31.82039	-9.19271				07	211		
10911313	Douar Lhihtuyine	douar-lhihtuyine	MA		0	Africa/Casablanca	31.81733	-9.16672				07	211		
10911316	Douar Lahsinat	douar-lahsinat	MA		0	Africa/Casablanca	31.80785	-9.17904				07	211		
10911317	Douar Lehouakir	douar-lehouakir	MA		0	Africa/Casablanca	31.80509	-9.17842				07	211		
10911319	Douar Leqnazaa	douar-leqnazaa	MA		0	Africa/Casablanca	31.80387	-9.17466				07	211		
10911320	Douar Oulad Ben El Haddada	douar-oulad-ben-el-haddada	MA		0	Africa/Casablanca	31.80104	-9.20191				07	211		
10911321	Douar Lhaddada	douar-lhaddada	MA		0	Africa/Casablanca	31.80031	-9.20406				07	211		
10911322	Douar Legoustat	douar-legoustat	MA		0	Africa/Casablanca	31.79818	-9.18196				07	211		
10911325	Douar Lemrazig	douar-lemrazig	MA		0	Africa/Casablanca	31.79426	-9.2				07	211		
10911329	Dar El Caid Ennejoumi	dar-el-caid-ennejoumi	MA		0	Africa/Casablanca	31.78133	-9.1908				07	211		
10911331	Douar Ait Lhassene	douar-ait-lhassene	MA		0	Africa/Casablanca	31.77733	-9.1976				07	211		
10911332	Douar Lemsaada	douar-lemsaada	MA		0	Africa/Casablanca	31.77458	-9.19715				07	211		
10911333	Douar Laassaassa	douar-laassaassa	MA		0	Africa/Casablanca	31.76801	-9.19473				07	211		
10911337	Douar Ben Legdah	douar-ben-legdah	MA		0	Africa/Casablanca	31.7631	-9.20582				07	211		
10911338	Douar Edderoussaf	douar-edderoussaf	MA		0	Africa/Casablanca	31.76029	-9.20618				07	211		
10911339	Douar Ait Ahmed Ben Massaoud	douar-ait-ahmed-ben-massaoud	MA		0	Africa/Casablanca	31.75988	-9.20114				07	211		
10911340	Douar Oulad El Fatouaki	douar-oulad-el-fatouaki	MA		0	Africa/Casablanca	31.75748	-9.19022				07	211		
10911341	Douar Oulad Lehchifa	douar-oulad-lehchifa	MA		0	Africa/Casablanca	31.76124	-9.17782				07	211		
10911342	Douar Lehmadat	douar-lehmadat	MA		0	Africa/Casablanca	31.75533	-9.18595				07	211		
10911343	Douar Erregragus	douar-erregragus	MA		0	Africa/Casablanca	31.75125	-9.18764				07	211		
10911344	Douar Khimat Bouchaayb	douar-khimat-bouchaayb	MA		0	Africa/Casablanca	31.87043	-9.1628				07	211		
10911353	Douar Sidi Laaroussi	douar-sidi-laaroussi	MA		0	Africa/Casablanca	31.84043	-9.13531				07	211		
10911355	Douar Leqliaa	douar-leqliaa	MA		0	Africa/Casablanca	31.82975	-9.14459				07	211		
10911358	Douar Laazibat	douar-laazibat	MA		0	Africa/Casablanca	31.82654	-9.16158				07	211		
10911359	Douar Laassara	douar-laassara	MA		0	Africa/Casablanca	31.814	-9.14186				07	211		
10911362	Douar Kbouchat	douar-kbouchat	MA		0	Africa/Casablanca	31.79706	-9.1409				07	211		
10911363	Douar Ben Ghalem	douar-ben-ghalem	MA		0	Africa/Casablanca	31.79659	-9.13086				07	211		
10911364	Douar Oulad El Ghaba	douar-oulad-el-ghaba	MA		0	Africa/Casablanca	31.79132	-9.15461				07	211		
10911365	Douar Qbourat	douar-qbourat	MA		0	Africa/Casablanca	31.78889	-9.13266				07	211		
10911370	Douar Oulad Touiher	douar-oulad-touiher	MA		0	Africa/Casablanca	31.77384	-9.14004				07	211		
10911371	Douar Legouitat	douar-legouitat	MA		0	Africa/Casablanca	31.76563	-9.14208				07	211		
10911372	Douar Mzaouda	douar-mzaouda	MA		0	Africa/Casablanca	31.76215	-9.1333				07	211		
10911375	Douar El Azzaba	douar-el-azzaba	MA		0	Africa/Casablanca	31.75651	-9.14515				07	211		
10911376	Douar Mzaouda	douar-mzaouda	MA		0	Africa/Casablanca	31.7522	-9.13515				07	211		
10911377	Azib Ben Lehdili	azib-ben-lehdili	MA		0	Africa/Casablanca	31.75014	-9.1486				07	211		
10911378	Douar Jaifer	douar-jaifer	MA		0	Africa/Casablanca	31.76006	-9.23728				07	211		
10911382	Douar Chaab Errebiaa	douar-chaab-errebiaa	MA		0	Africa/Casablanca	31.82581	-9.24956				07	211		
10911383	Douar Znagat	douar-znagat	MA		0	Africa/Casablanca	31.82205	-9.24964				07	211		
10911384	Douar Rsimat	douar-rsimat	MA		0	Africa/Casablanca	31.81776	-9.24977				07	211		
10911433	Oulad Said Ou Moussa	oulad-said-ou-moussa	MA		0	Africa/Casablanca	31.8862	-7.84537				07	427		
10911459	Oulad Ben El Garne	oulad-ben-el-garne	MA		0	Africa/Casablanca	31.99321	-7.83138				07	427		
10911467	Oulad Sidi Rahal	oulad-sidi-rahal	MA		0	Africa/Casablanca	31.96462	-7.80198				07	427		
10911468	Oulad Ben Ayyad	oulad-ben-ayyad	MA		0	Africa/Casablanca	31.96491	-7.81314				07	427		
10911469	Oulad Driss Ben Ali	oulad-driss-ben-ali	MA		0	Africa/Casablanca	31.96602	-7.8303				07	427		
10911475	Jaaydat Ait Ben Aissa	jaaydat-ait-ben-aissa	MA		0	Africa/Casablanca	31.93401	-7.82803				07	427		
10911492	Jaaydat Ait El Haj Thami	jaaydat-ait-el-haj-thami	MA		0	Africa/Casablanca	31.90474	-7.8058				07	427		
10911499	Jaaydat Ait Ben Dahhane	jaaydat-ait-ben-dahhane	MA		0	Africa/Casablanca	31.90106	-7.79335				07	427		
10911506	Lemlalka	lemlalka	MA		0	Africa/Casablanca	31.89072	-7.82327				07	427		
10911507	Oulad Cheikh	oulad-cheikh	MA		0	Africa/Casablanca	31.88882	-7.82097				07	427		
10911531	Oulad Lqachchachi	oulad-lqachchachi	MA		0	Africa/Casablanca	31.98755	-7.76954				07	427		
10911532	Oulad Echarqaoui	oulad-echarqaoui	MA		0	Africa/Casablanca	31.98286	-7.78179				07	427		
10911534	Oulad Ghennam El Allaka	oulad-ghennam-el-allaka	MA		0	Africa/Casablanca	31.9776	-7.75019				07	427		
10911543	Dhaba	dhaba	MA		0	Africa/Casablanca	31.94836	-7.76711				07	427		
10911544	Oulad El Ghali	oulad-el-ghali	MA		0	Africa/Casablanca	31.94419	-7.77696				07	427		
10911555	Laazaba	laazaba	MA		0	Africa/Casablanca	31.92374	-7.76301				07	427		
10911556	Oulad Mohamed El Arbi	oulad-mohamed-el-arbi	MA		0	Africa/Casablanca	31.91691	-7.75608				07	427		
10911578	Njajra	njajra	MA		0	Africa/Casablanca	31.93782	-7.78732				07	427		
10911605	Douar Ettouajra	douar-ettouajra	MA		0	Africa/Casablanca	31.86786	-9.10421				07	211		
10911606	Douar El Alouana	douar-el-alouana	MA		0	Africa/Casablanca	31.86496	-9.09602				07	211		
10911608	Dar El Bayyad	dar-el-bayyad	MA		0	Africa/Casablanca	31.86368	-9.11477				07	211		
10911610	Douar Sidi Taiba	douar-sidi-taiba	MA		0	Africa/Casablanca	31.85738	-9.12204				07	211		
10911611	Douar Qsimat	douar-qsimat	MA		0	Africa/Casablanca	31.85335	-9.09262				07	211		
10911612	Douar Ennaggaoul	douar-ennaggaoul	MA		0	Africa/Casablanca	31.85186	-9.10187				07	211		
10911614	Douar Oulad Ezzouine	douar-oulad-ezzouine	MA		0	Africa/Casablanca	31.85319	-9.08605				07	211		
10911616	Douar Edderarja	douar-edderarja	MA		0	Africa/Casablanca	31.84085	-9.08584				07	211		
10911617	Douar Ben Hammoune	douar-ben-hammoune	MA		0	Africa/Casablanca	31.84748	-9.12421		Douar Ben Hammoune,Douar Ben Hmune		07	211		
10911621	Dar Hdil	dar-hdil	MA		0	Africa/Casablanca	31.83013	-9.11167				07	211		
10911623	Douar Ben Hdil	douar-ben-hdil	MA		0	Africa/Casablanca	31.82446	-9.09386				07	211		
10911624	Douar Oulad Ben Hmada	douar-oulad-ben-hmada	MA		0	Africa/Casablanca	31.82497	-9.08037				07	211		
10911628	Douar Oulad Echalh	douar-oulad-echalh	MA		0	Africa/Casablanca	31.81439	-9.08953				07	211		
10911629	Douar Grirat	douar-grirat	MA		0	Africa/Casablanca	31.79705	-9.10487				07	211		
10911631	Douar Eddikha	douar-eddikha	MA		0	Africa/Casablanca	31.78532	-9.10934				07	211		
10911632	Douar Oulad Hamdame	douar-oulad-hamdame	MA		0	Africa/Casablanca	31.78656	-9.10217				07	211		
10911633	Douar Ben El Ghannami	douar-ben-el-ghannami	MA		0	Africa/Casablanca	31.78841	-9.07752				07	211		
10911645	Douar Lahdahda	douar-lahdahda	MA		0	Africa/Casablanca	31.87048	-9.07972				07	211		
10911649	Douar Laatatra	douar-laatatra	MA		0	Africa/Casablanca	31.85619	-9.07812				07	211		
10911650	Rbaat Ben Hiued	rbaat-ben-hiued	MA		0	Africa/Casablanca	31.85674	-9.06786				07	211		
10911651	Had Essoualma	had-essoualma	MA		0	Africa/Casablanca	31.85804	-9.04743				07	211		
10911652	Douar Oulad Jamae Ben Taibi	douar-oulad-jamae-ben-taibi	MA		0	Africa/Casablanca	31.85262	-9.06264				07	211		
10911653	Douar Oulad Laassirat	douar-oulad-laassirat	MA		0	Africa/Casablanca	31.84874	-9.077				07	211		
10911655	Douar Oulad Echalh	douar-oulad-echalh	MA		0	Africa/Casablanca	31.84365	-9.06814				07	211		
10911656	Douar Echobanat	douar-echobanat	MA		0	Africa/Casablanca	31.84413	-9.05928				07	211		
10911657	Douar Amara Ben Denna	douar-amara-ben-denna	MA		0	Africa/Casablanca	31.8327	-9.08026				07	211		
10911659	Douar Oulad Lemqadmine	douar-oulad-lemqadmine	MA		0	Africa/Casablanca	31.82448	-9.04299				07	211		
10911660	Douar Oulad Echalh	douar-oulad-echalh	MA		0	Africa/Casablanca	31.82057	-9.06848				07	211		
10911663	Douar Oulad Hamdane El Oued	douar-oulad-hamdane-el-oued	MA		0	Africa/Casablanca	31.81025	-9.08198				07	211		
10911666	Douar Joualla	douar-joualla	MA		0	Africa/Casablanca	31.7945	-9.0547				07	211		
10911667	Douar Oulad Qidour	douar-oulad-qidour	MA		0	Africa/Casablanca	31.78986	-9.07232				07	211		
10911668	Douar Echouikhat	douar-echouikhat	MA		0	Africa/Casablanca	31.79326	-9.04136				07	211		
10911669	Douar Alla Belhaj	douar-alla-belhaj	MA		0	Africa/Casablanca	31.78335	-9.07932				07	211		
10911674	Douar Laararda	douar-laararda	MA		0	Africa/Casablanca	31.76347	-9.04453				07	211		
10911675	Douar Lemsakna	douar-lemsakna	MA		0	Africa/Casablanca	31.75863	-9.05415				07	211		
10911678	Douar Regraga	douar-regraga	MA		0	Africa/Casablanca	31.8717	-9.03196				07	211		
10911680	Douar Ben Izza	douar-ben-izza	MA		0	Africa/Casablanca	31.86534	-9.02095				07	211		
10911681	Douar Oulad Abdellah	douar-oulad-abdellah	MA		0	Africa/Casablanca	31.86427	-9.02861				07	211		
10911682	Douar Brahim	douar-brahim	MA		0	Africa/Casablanca	31.85851	-9.0031				07	431		
10911684	Rbaat Abbas	rbaat-abbas	MA		0	Africa/Casablanca	31.85647	-9.02986				07	211		
10911685	Rbaat Boujemaa	rbaat-boujemaa	MA		0	Africa/Casablanca	31.85105	-9.0334				07	211		
10911687	Douar Bhalla	douar-bhalla	MA		0	Africa/Casablanca	31.85127	-9.00673				07	431		
10911689	Rbaat Charbaoui	rbaat-charbaoui	MA		0	Africa/Casablanca	31.83824	-9.03368				07	211		
10911690	Douar Oulad Hidaoui	douar-oulad-hidaoui	MA		0	Africa/Casablanca	31.8318	-9.04159				07	211		
10911694	Douar Oulad Ramou	douar-oulad-ramou	MA		0	Africa/Casablanca	31.8131	-9.00507				07	431		
10911699	Douar Lemmulhat	douar-lemmulhat	MA		0	Africa/Casablanca	31.79472	-9.03571				07	211		
10911701	Douar Legnadza	douar-legnadza	MA		0	Africa/Casablanca	31.7864	-9.02816				07	211		
10911703	Douar Soualha	douar-soualha	MA		0	Africa/Casablanca	31.78503	-9.04041				07	211		
10911704	Douar Nouimira	douar-nouimira	MA		0	Africa/Casablanca	31.77994	-9.04235				07	211		
10911705	Oulad Zhirou	oulad-zhirou	MA		0	Africa/Casablanca	31.77684	-9.03486				07	211		
10911710	Douar Hal Lakehal	douar-hal-lakehal	MA		0	Africa/Casablanca	31.75849	-9.00769				07	211		
10911731	Douar Erreguiouguine	douar-erreguiouguine	MA		0	Africa/Casablanca	31.84517	-9.04692				07	211		
10911783	Douar Skoura Louraniyine	douar-skoura-louraniyine	MA		0	Africa/Casablanca	31.79555	-7.73833				07	427		
10911799	Douar Oulad Hain Ben Khlifa	douar-oulad-hain-ben-khlifa	MA		0	Africa/Casablanca	31.85173	-7.6681				07	427		
10911800	Douar Lamaamra Ben El Bachir	douar-lamaamra-ben-el-bachir	MA		0	Africa/Casablanca	31.8458	-7.68415				07	427		
10911806	Douar Laanakir Lehjir	douar-laanakir-lehjir	MA		0	Africa/Casablanca	31.79765	-7.69441				07	427		
10911808	Douar Oulad Yaich	douar-oulad-yaich	MA		0	Africa/Casablanca	31.79501	-7.67893				07	427		
10911821	Douar Bellaj	douar-bellaj	MA		0	Africa/Casablanca	31.77294	-7.67026				07	427		
10911822	Douar Leghoualem Fonqani	douar-leghoualem-fonqani	MA		0	Africa/Casablanca	31.75491	-7.7084				07	427		
10911831	Douar Oulad Ouggad	douar-oulad-ouggad	MA		0	Africa/Casablanca	31.85364	-7.65436				07	427		
10911837	Douar Sidi Ali Ben Said	douar-sidi-ali-ben-said	MA		0	Africa/Casablanca	31.82595	-7.63522				07	427		
10911838	Douar Laanakir	douar-laanakir	MA		0	Africa/Casablanca	31.81711	-7.66599				07	427		
10911847	Douar Laqrachna	douar-laqrachna	MA		0	Africa/Casablanca	31.77013	-7.65069				07	427		
10911851	Douar Lmarrassa	douar-lmarrassa	MA		0	Africa/Casablanca	31.7611	-7.63741				07	427		
10911855	Oulad Ben Abbou	oulad-ben-abbou	MA		0	Africa/Casablanca	31.75203	-7.63383				07	427		
10911867	Akarma	akarma	MA		0	Africa/Casablanca	31.8745	-7.64571				07	427		
10911883	Douar Oulad Brek Ezzamrani	douar-oulad-brek-ezzamrani	MA		0	Africa/Casablanca	31.99456	-7.72718				07	427		
10911891	Oulad Sidi Said	oulad-sidi-said	MA		0	Africa/Casablanca	31.98723	-7.64451				07	427		
10911903	Douar Oulad El Qobbi	douar-oulad-el-qobbi	MA		0	Africa/Casablanca	31.98237	-7.70068				07	427		
10911917	Douar Sidi Nacer	douar-sidi-nacer	MA		0	Africa/Casablanca	31.96213	-7.65944				07	427		
10911922	Dar Rahal Ben Abbas	dar-rahal-ben-abbas	MA		0	Africa/Casablanca	31.96537	-7.62645				07	427		
10911957	Douar Loughyat	douar-loughyat	MA		0	Africa/Casablanca	31.94494	-7.63421				07	427		
10911960	Dar Essaheb	dar-essaheb	MA		0	Africa/Casablanca	31.93908	-7.65076				07	427		
10911980	Douar Slal Laamma	douar-slal-laamma	MA		0	Africa/Casablanca	31.91661	-7.71147				07	427		
10911994	Douar Lhafnat	douar-lhafnat	MA		0	Africa/Casablanca	31.90896	-7.6252				07	427		
10911995	Douar Ben Ebbih	douar-ben-ebbih	MA		0	Africa/Casablanca	31.90969	-7.64029				07	427		
10911998	Douar Tahnana	douar-tahnana	MA		0	Africa/Casablanca	31.90706	-7.67246				07	427		
10912000	Douar Oulad El Arbi Ben Taibi	douar-oulad-el-arbi-ben-taibi	MA		0	Africa/Casablanca	31.91042	-7.67567				07	427		
10912004	Douar Oulad Bou Nouara	douar-oulad-bou-nouara	MA		0	Africa/Casablanca	31.90577	-7.73133				07	427		
10912007	Douar Oulad Errahel	douar-oulad-errahel	MA		0	Africa/Casablanca	31.89738	-7.74769				07	427		
10912012	Douar Laakakla	douar-laakakla	MA		0	Africa/Casablanca	31.89168	-7.69323				07	427		
10912018	Douar Oulad Amer	douar-oulad-amer	MA		0	Africa/Casablanca	31.8837	-7.64279				07	427		
10912020	Douar Slal El Foqra	douar-slal-el-foqra	MA		0	Africa/Casablanca	31.88808	-7.70104				07	427		
10912026	Douar Oulad Hsaine	douar-oulad-hsaine	MA		0	Africa/Casablanca	31.87782	-7.67186				07	427		
10912062	Aguerd Oumzlou	aguerd-oumzlou	MA		0	Africa/Casablanca	30.99098	-8.97709				07	161		
10912065	Tamdghoust	tamdghoust	MA		0	Africa/Casablanca	30.94387	-8.96378				07	161		
10912066	Izid	izid	MA		0	Africa/Casablanca	30.94091	-8.98707				07	161		
10912067	Tanawt	tanawt	MA		0	Africa/Casablanca	30.96422	-8.91423				07	161		
10912068	Ameslane	ameslane	MA		0	Africa/Casablanca	30.91631	-8.96846				07	161		
10912071	Iguidar	iguidar	MA		0	Africa/Casablanca	30.8833	-8.93427				09	541		
10912073	Asguine	asguine	MA		0	Africa/Casablanca	30.88723	-8.92088				09	541		
10912075	Souq Sebt-Talmakant	souq-sebt-talmakant	MA		0	Africa/Casablanca	30.85027	-8.93703				09	541		
10912076	Talmsawt	talmsawt	MA		0	Africa/Casablanca	30.83245	-8.98368				09	541		
10912079	Oulad Abbas	oulad-abbas	MA		0	Africa/Casablanca	31.99156	-9.08343				07	431		
10912082	Lahmidat	lahmidat	MA		0	Africa/Casablanca	31.98957	-9.11422				07	431		
10912084	Oulad Mhamed Ould Jilali	oulad-mhamed-ould-jilali	MA		0	Africa/Casablanca	31.98863	-9.12329				07	431		
10912085	Douar Abdellah	douar-abdellah	MA		0	Africa/Casablanca	31.98575	-9.10656				07	431		
10912087	Leqdadra	leqdadra	MA		0	Africa/Casablanca	31.98359	-9.09499				07	431		
10912089	Oulad Amar Ben Fatma	oulad-amar-ben-fatma	MA		0	Africa/Casablanca	31.98226	-9.08952				07	431		
10912090	Oulad Miloud	oulad-miloud	MA		0	Africa/Casablanca	31.98216	-9.1222				07	431		
10912091	Lakouasser	lakouasser	MA		0	Africa/Casablanca	31.98247	-9.11081				07	431		
10912094	Labbazda	labbazda	MA		0	Africa/Casablanca	31.9759	-9.09297				07	431		
10912095	Oulad El Arbi	oulad-el-arbi	MA		0	Africa/Casablanca	31.97707	-9.11769				07	431		
10912097	Oulad El Haouzi	oulad-el-haouzi	MA		0	Africa/Casablanca	31.97458	-9.11623				07	431		
10912098	Oulad El Fadiliya	oulad-el-fadiliya	MA		0	Africa/Casablanca	31.97317	-9.10922				07	431		
10912099	Jdourat	jdourat	MA		0	Africa/Casablanca	31.97798	-9.12256				07	431		
10912101	Jdourat	jdourat	MA		0	Africa/Casablanca	31.9687	-9.1158				07	431		
10912102	Jraytlat	jraytlat	MA		0	Africa/Casablanca	31.96728	-9.10306				07	431		
10912103	Lhaysnat	lhaysnat	MA		0	Africa/Casablanca	31.9674	-9.09394				07	431		
10912105	Legaabra	legaabra	MA		0	Africa/Casablanca	31.95918	-9.08643				07	431		
10912108	Oulad El Haj Allal	oulad-el-haj-allal	MA		0	Africa/Casablanca	31.96267	-9.0898				07	431		
10912110	Oulad El Haj Haddi	oulad-el-haj-haddi	MA		0	Africa/Casablanca	31.96043	-9.10576				07	431		
10912114	Laabidat	laabidat	MA		0	Africa/Casablanca	31.96203	-9.1216				07	431		
10912116	Oulad Qaba	oulad-qaba	MA		0	Africa/Casablanca	31.96522	-9.11763				07	431		
10912120	Oulad Ben Aguida	oulad-ben-aguida	MA		0	Africa/Casablanca	31.95398	-9.1152				07	431		
10912122	Oulad Laaroussi	oulad-laaroussi	MA		0	Africa/Casablanca	31.9545	-9.09731				07	431		
10912124	Zouarra	zouarra	MA		0	Africa/Casablanca	31.95296	-9.08995				07	431		
10912125	Lahouaoura	lahouaoura	MA		0	Africa/Casablanca	31.95111	-9.08927				07	431		
10912129	Oulad El Haj Allal	oulad-el-haj-allal	MA		0	Africa/Casablanca	31.94849	-9.11622				07	431		
10912131	Laaouaouda	laaouaouda	MA		0	Africa/Casablanca	31.94785	-9.10408				07	431		
10912132	El Harouali	el-harouali	MA		0	Africa/Casablanca	31.94715	-9.1152				07	431		
10912138	Legouadla	legouadla	MA		0	Africa/Casablanca	31.94351	-9.10364				07	431		
10912141	Rjilat	rjilat	MA		0	Africa/Casablanca	31.94237	-9.09099				07	431		
10912142	Labbihat	labbihat	MA		0	Africa/Casablanca	31.9405	-9.11728				07	431		
10912144	Lekhouilat	lekhouilat	MA		0	Africa/Casablanca	31.93773	-9.09517				07	431		
10912145	Dhinat	dhinat	MA		0	Africa/Casablanca	31.93603	-9.10929				07	431		
10912148	Khmara	khmara	MA		0	Africa/Casablanca	31.93398	-9.11065				07	431		
10912149	Zouitnat	zouitnat	MA		0	Africa/Casablanca	31.93539	-9.09694				07	431		
10912151	Oulad Jellab	oulad-jellab	MA		0	Africa/Casablanca	31.93098	-9.12154				07	431		
10912154	Lekhrarza	lekhrarza	MA		0	Africa/Casablanca	31.92798	-9.08226				07	431		
10912158	Dbidbat	dbidbat	MA		0	Africa/Casablanca	31.9139	-9.11072				07	431		
10912159	Oulad El Mekki	oulad-el-mekki	MA		0	Africa/Casablanca	31.92311	-9.1224				07	431		
10912160	Jaaybat	jaaybat	MA		0	Africa/Casablanca	31.92466	-9.11486				07	431		
10912161	Leghjadina	leghjadina	MA		0	Africa/Casablanca	31.91053	-9.1149				07	431		
10912165	Laaouaoucha	laaouaoucha	MA		0	Africa/Casablanca	31.90631	-9.11693				07	431		
10912173	Bzayouat	bzayouat	MA		0	Africa/Casablanca	31.89747	-9.10288				07	211		
10912174	Laarab	laarab	MA		0	Africa/Casablanca	31.89795	-9.09479				07	211		
10912177	Oulad El Eil	oulad-el-eil	MA		0	Africa/Casablanca	31.89096	-9.09053				07	211		
10912182	Oulad Affitah	oulad-affitah	MA		0	Africa/Casablanca	31.88171	-9.108				07	211		
10912184	Oulad Hniyya	oulad-hniyya	MA		0	Africa/Casablanca	31.87854	-9.08377				07	211		
10912185	Abdelkader Ben Dami	abdelkader-ben-dami	MA		0	Africa/Casablanca	31.8769	-9.08821				07	211		
10912187	Oulad Kaddour Ben Tajer	oulad-kaddour-ben-tajer	MA		0	Africa/Casablanca	31.87635	-9.09887				07	211		
10912188	Oulad El Haj Ahmed	oulad-el-haj-ahmed	MA		0	Africa/Casablanca	31.88083	-9.10098				07	211		
10912191	Dhaymnat	dhaymnat	MA		0	Africa/Casablanca	31.99696	-9.06832				07	431		
10912192	Oulad Mhamed	oulad-mhamed	MA		0	Africa/Casablanca	31.99676	-9.04378				07	431		
10912193	Dradra	dradra	MA		0	Africa/Casablanca	31.99527	-9.05578				07	431		
10912194	Oulad Hammou	oulad-hammou	MA		0	Africa/Casablanca	31.99312	-9.04298				07	431		
10912196	Laababssa	laababssa	MA		0	Africa/Casablanca	31.99124	-9.05114				07	431		
10912198	Oulad Tahar Ben Rahiha	oulad-tahar-ben-rahiha	MA		0	Africa/Casablanca	31.98919	-9.04719				07	431		
10912202	Lamnasra	lamnasra	MA		0	Africa/Casablanca	31.98667	-9.07981				07	431		
10912204	Jradat	jradat	MA		0	Africa/Casablanca	31.98565	-9.05749				07	431		
10912206	Oulad Amara	oulad-amara	MA		0	Africa/Casablanca	31.98204	-9.06683				07	431		
10912207	Labbiri	labbiri	MA		0	Africa/Casablanca	31.9835	-9.05864				07	431		
10912209	Joualla	joualla	MA		0	Africa/Casablanca	31.98142	-9.04576				07	431		
10912213	Znazene	znazene	MA		0	Africa/Casablanca	31.97873	-9.04063				07	431		
10912214	Oulad Homman	oulad-homman	MA		0	Africa/Casablanca	31.9745	-9.05512				07	431		
10912220	Lahminat	lahminat	MA		0	Africa/Casablanca	31.96646	-9.07463				07	431		
10912225	Lhaysnat	lhaysnat	MA		0	Africa/Casablanca	31.96067	-9.06138				07	431		
10912226	Laalaouna	laalaouna	MA		0	Africa/Casablanca	31.95665	-9.06725				07	431		
10912227	Dar Jamoue	dar-jamoue	MA		0	Africa/Casablanca	31.95765	-9.05254				07	431		
10912228	Oulad El Haj Ali	oulad-el-haj-ali	MA		0	Africa/Casablanca	31.95617	-9.04736				07	431		
10912230	Oulad Abad Ouatghane	oulad-abad-ouatghane	MA		0	Africa/Casablanca	31.96961	-9.04371				07	431		
10912233	Ould Sidi El Ayachi	ould-sidi-el-ayachi	MA		0	Africa/Casablanca	31.95296	-9.04615				07	431		
10912234	Cheikh Ali	cheikh-ali	MA		0	Africa/Casablanca	31.94466	-9.06589				07	431		
10912235	Lakhoualqa	lakhoualqa	MA		0	Africa/Casablanca	31.94793	-9.0673				07	431		
10912237	Lehjibat	lehjibat	MA		0	Africa/Casablanca	31.94121	-9.06783				07	431		
10912242	Alioukat	alioukat	MA		0	Africa/Casablanca	31.93773	-9.04988				07	431		
10912244	Oulad Ezzahi	oulad-ezzahi	MA		0	Africa/Casablanca	31.93458	-9.04855				07	431		
10912245	Dghiouat	dghiouat	MA		0	Africa/Casablanca	31.93567	-9.07346				07	431		
10912247	Laaraycch	laaraycch	MA		0	Africa/Casablanca	31.92833	-9.04703				07	431		
10912249	Louradgha	louradgha	MA		0	Africa/Casablanca	31.92414	-9.06405				07	431		
10912251	Laarayair	laarayair	MA		0	Africa/Casablanca	31.91486	-9.06991				07	431		
10912254	Laazaaza	laazaaza	MA		0	Africa/Casablanca	31.92498	-9.08499				07	431		
10912255	Zeggoud	zeggoud	MA		0	Africa/Casablanca	31.90906	-9.07056				07	431		
10912256	Dar El Fatmi Ould Hmida	dar-el-fatmi-ould-hmida	MA		0	Africa/Casablanca	31.89534	-9.08056				07	211		
10912257	El Azzaba	el-azzaba	MA		0	Africa/Casablanca	31.89418	-9.07506				07	211		
10912262	Lahouachma	lahouachma	MA		0	Africa/Casablanca	31.88626	-9.05297				07	211		
10912265	Laaounat	laaounat	MA		0	Africa/Casablanca	31.88204	-9.06152				07	211		
10912270	Laarabat	laarabat	MA		0	Africa/Casablanca	31.87788	-9.06498				07	211		
10912271	Oulad Abdennaim	oulad-abdennaim	MA		0	Africa/Casablanca	31.87632	-9.05466				07	211		
10912272	Oulad El Haj Chtioui	oulad-el-haj-chtioui	MA		0	Africa/Casablanca	31.87442	-9.04754				07	211		
10912278	Khemis Nagga	khemis-nagga	MA		0	Africa/Casablanca	31.9978	-9.03594				07	431		
10912283	Lahdilat	lahdilat	MA		0	Africa/Casablanca	31.99369	-9.00152				07	431		
10912284	Oulad Tahar	oulad-tahar	MA		0	Africa/Casablanca	31.99258	-9.0201				07	431		
10912285	Oulad Sidi Mhamed	oulad-sidi-mhamed	MA		0	Africa/Casablanca	31.99154	-9.025				07	431		
10912286	Oulad Sidi Allal	oulad-sidi-allal	MA		0	Africa/Casablanca	31.98968	-9.02223				07	431		
10912288	Oulad Mra	oulad-mra	MA		0	Africa/Casablanca	31.99097	-9.03356				07	431		
10912289	Oulad Hmad	oulad-hmad	MA		0	Africa/Casablanca	31.98949	-9.03885				07	431		
10912290	Lahmamda	lahmamda	MA		0	Africa/Casablanca	31.98725	-9.02833				07	431		
10912292	Oulad Sidi Hmida	oulad-sidi-hmida	MA		0	Africa/Casablanca	31.98944	-9.01468				07	431		
10912295	Bnkat	bnkat	MA		0	Africa/Casablanca	31.98955	-9.00303				07	431		
10912296	Lemsaada	lemsaada	MA		0	Africa/Casablanca	31.98701	-9.00525				07	431		
10912297	Oulad Echelh	oulad-echelh	MA		0	Africa/Casablanca	31.98566	-9.03298				07	431		
10912298	Oulad Hna	oulad-hna	MA		0	Africa/Casablanca	31.98316	-9.03416				07	431		
10912303	Oulad Shaymda	oulad-shaymda	MA		0	Africa/Casablanca	31.98006	-9.03434				07	431		
10912304	Oulad Bouaich	oulad-bouaich	MA		0	Africa/Casablanca	31.98089	-9.02415				07	431		
10912313	Dar Boujemaa Echelh	dar-boujemaa-echelh	MA		0	Africa/Casablanca	31.97288	-9.00369				07	431		
10912314	Lebchourai	lebchourai	MA		0	Africa/Casablanca	31.97139	-8.99888				07	431		
10912317	Oulad Lahsen	oulad-lahsen	MA		0	Africa/Casablanca	31.96666	-9.00216				07	431		
10912318	Joualla	joualla	MA		0	Africa/Casablanca	31.96877	-9.01709				07	431		
10912319	Oulad Ben Yamna	oulad-ben-yamna	MA		0	Africa/Casablanca	31.96391	-9.03759				07	431		
10912321	Qhayouat	qhayouat	MA		0	Africa/Casablanca	31.9656	-9.02557				07	431		
10912322	Laamarna	laamarna	MA		0	Africa/Casablanca	31.96456	-9.01671				07	431		
10912324	Oulad El Haj El Mamoune	oulad-el-haj-el-mamoune	MA		0	Africa/Casablanca	31.96428	-9.001				07	431		
10912328	Oulad El Haj El Arbi	oulad-el-haj-el-arbi	MA		0	Africa/Casablanca	31.95847	-9.00378				07	431		
10912330	Oulad Hayda	oulad-hayda	MA		0	Africa/Casablanca	31.95738	-9.01935				07	431		
10912333	Laamarna	laamarna	MA		0	Africa/Casablanca	31.95403	-9.02336				07	431		
10912334	Oulad Souiba	oulad-souiba	MA		0	Africa/Casablanca	31.95178	-9.00627				07	431		
10912337	Srahna Bou Sagmane	srahna-bou-sagmane	MA		0	Africa/Casablanca	31.94836	-9.03423				07	431		
10912341	Oulad El Haj Brck	oulad-el-haj-brck	MA		0	Africa/Casablanca	31.94571	-9.0132				07	431		
10912343	El Haj Ali	el-haj-ali	MA		0	Africa/Casablanca	31.94115	-9.00501				07	431		
10912346	Oulad El Haj	oulad-el-haj	MA		0	Africa/Casablanca	31.93995	-9.03153				07	431		
10912348	Oulad El Haj Ali	oulad-el-haj-ali	MA		0	Africa/Casablanca	31.93543	-9.00304				07	431		
10912349	Dar El Mamoune Labzar	dar-el-mamoune-labzar	MA		0	Africa/Casablanca	31.93309	-9.00883				07	431		
10912350	Oulad Ben Hammou	oulad-ben-hammou	MA		0	Africa/Casablanca	31.93164	-9.01635				07	431		
10912351	Oulad Harbili	oulad-harbili	MA		0	Africa/Casablanca	31.93133	-9.03605				07	431		
10912358	Slitnat	slitnat	MA		0	Africa/Casablanca	31.92599	-9.02333				07	431		
10912359	Oulad Ahmed Ben Amra	oulad-ahmed-ben-amra	MA		0	Africa/Casablanca	31.91439	-9.02691				07	431		
10912361	Miloud Ould Brahim	miloud-ould-brahim	MA		0	Africa/Casablanca	31.91049	-9.03072				07	431		
10912368	Oulad Bel Aid	oulad-bel-aid	MA		0	Africa/Casablanca	31.90576	-8.99911				07	431		
10912369	Oulad Allal	oulad-allal	MA		0	Africa/Casablanca	31.9056	-9.01261				07	431		
10912372	Oulad Kaddour	oulad-kaddour	MA		0	Africa/Casablanca	31.9002	-9.00998				07	431		
10912373	Lchyabra	lchyabra	MA		0	Africa/Casablanca	31.89835	-9.00352				07	431		
10912375	Oulad Abad	oulad-abad	MA		0	Africa/Casablanca	31.89739	-9.01846				07	431		
10912379	Dar El Haj Faqir	dar-el-haj-faqir	MA		0	Africa/Casablanca	31.89361	-9.01096				07	431		
10912380	Laarab	laarab	MA		0	Africa/Casablanca	31.89333	-9.00306				07	431		
10912381	Oulad El Hajji	oulad-el-hajji	MA		0	Africa/Casablanca	31.89082	-9.02373				07	211		
10912382	Oulad Mhamed	oulad-mhamed	MA		0	Africa/Casablanca	31.89065	-9.0313				07	211		
10912383	Oulad Lahrach	oulad-lahrach	MA		0	Africa/Casablanca	31.88777	-9.04168				07	211		
10912384	Lagribat	lagribat	MA		0	Africa/Casablanca	31.8858	-9.03411				07	211		
10912393	Oulad Sellam	oulad-sellam	MA		0	Africa/Casablanca	31.87939	-9.01328				07	431		
10912394	Labrourat	labrourat	MA		0	Africa/Casablanca	31.87582	-9.01546				07	431		
10912395	Regraga	regraga	MA		0	Africa/Casablanca	31.88028	-9.02252				07	211		
10912396	Oulad Ben Ali	oulad-ben-ali	MA		0	Africa/Casablanca	31.8784	-9.03046				07	211		
10912397	Oulad Kaddour Lkharba	oulad-kaddour-lkharba	MA		0	Africa/Casablanca	31.88033	-9.03678				07	211		
10912420	Oulad Latfach	oulad-latfach	MA		0	Africa/Casablanca	31.8818	-9.01876				07	431		
10912421	Oulad Laammariya	oulad-laammariya	MA		0	Africa/Casablanca	31.87796	-9.02164				07	211		
10912422	Oulad Cheikh Ali	oulad-cheikh-ali	MA		0	Africa/Casablanca	31.95108	-9.01604				07	431		
10912424	Douar Dkaklat Lahmadat	douar-dkaklat-lahmadat	MA		0	Africa/Casablanca	31.99903	-9.01745				07	431		
10912425	Rbaat Ahmed Bel Ayachi	rbaat-ahmed-bel-ayachi	MA		0	Africa/Casablanca	31.99958	-9.02591				07	431		
10912428	Rbaat El Ayachi	rbaat-el-ayachi	MA		0	Africa/Casablanca	31.99905	-9.06097				07	431		
10912430	Douar Dhaymat	douar-dhaymat	MA		0	Africa/Casablanca	31.99814	-9.07153				07	431		
10912434	Tourbihine	tourbihine	MA		0	Africa/Casablanca	30.831	-8.99384				09	541		
10912435	Ikakern	ikakern	MA		0	Africa/Casablanca	30.83209	-8.975				09	541		
10912436	Amlal	amlal	MA		0	Africa/Casablanca	30.81535	-8.98089				09	541		
10912437	Arg	arg	MA		0	Africa/Casablanca	30.80683	-8.95644				09	541		
10912439	Tafilalt	tafilalt	MA		0	Africa/Casablanca	30.79455	-8.97689				09	541		
10912443	Islane	islane	MA		0	Africa/Casablanca	30.77158	-8.86044				09	541		
10912444	Tamrist	tamrist	MA		0	Africa/Casablanca	30.76197	-8.85438				09	541		
10912445	Assif Ougadir	assif-ougadir	MA		0	Africa/Casablanca	30.75478	-8.85913				09	541		
10912446	Tazaït	tazait	MA		0	Africa/Casablanca	30.75533	-8.85614				09	541		
10912449	Tawlouct	tawlouct	MA		0	Africa/Casablanca	30.75236	-8.82409				09	541		
10912450	Issoulane	issoulane	MA		0	Africa/Casablanca	30.75699	-8.81997				09	541		
10912451	Agourzi	agourzi	MA		0	Africa/Casablanca	30.75819	-8.82429				09	541		
10912452	Amadlane	amadlane	MA		0	Africa/Casablanca	30.75952	-8.82545				09	541		
10912453	Ighil	ighil	MA		0	Africa/Casablanca	30.76271	-8.82116				09	541		
10912454	Tadarnout	tadarnout	MA		0	Africa/Casablanca	30.76521	-8.79481				09	541		
10912455	Ourti Oumghar	ourti-oumghar	MA		0	Africa/Casablanca	30.77309	-8.7955				09	541		
10912456	Tinighas	tinighas	MA		0	Africa/Casablanca	30.77543	-8.79636				09	541		
10912462	Tajelt Oufella	tajelt-oufella	MA		0	Africa/Casablanca	30.85739	-8.84211				09	541		
10912467	Amassa	amassa	MA		0	Africa/Casablanca	30.86708	-8.8266				09	541		
10912468	Akhferga	akhferga	MA		0	Africa/Casablanca	30.87289	-8.83225				09	541		
10912469	Tamjlocht	tamjlocht	MA		0	Africa/Casablanca	30.8725	-8.79923				09	541		
10912471	Tawrirt Imoucha	tawrirt-imoucha	MA		0	Africa/Casablanca	30.86854	-8.86708				09	541		
10912472	Tasguint	tasguint	MA		0	Africa/Casablanca	30.87506	-8.85228				09	541		
10912478	Ankoutouf	ankoutouf	MA		0	Africa/Casablanca	30.91449	-8.80862				09	541		
10912483	Berkous	berkous	MA		0	Africa/Casablanca	30.95191	-8.81804				09	541		
10912484	Aït Yahia	ait-yahia	MA		0	Africa/Casablanca	30.95251	-8.81573				09	541		
10912486	Taddart	taddart	MA		0	Africa/Casablanca	30.99329	-8.9138				07	161		
10912487	Talat-n-Tanghou	talat-n-tanghou	MA		0	Africa/Casablanca	30.9495	-8.76128				07	161		
10912488	Medlous	medlous	MA		0	Africa/Casablanca	30.93803	-8.75658				07	161		
10912498	Anammer	anammer	MA		0	Africa/Casablanca	30.78703	-8.75				09	541		
10912501	Assaka	assaka	MA		0	Africa/Casablanca	30.76904	-8.7663				09	541		
10912503	Tammast	tammast	MA		0	Africa/Casablanca	30.76969	-8.79369				09	541		
10912504	Metliz	metliz	MA		0	Africa/Casablanca	30.75839	-8.77964				09	541		
10912505	Tamsoult	tamsoult	MA		0	Africa/Casablanca	30.7538	-8.76827				09	541		
10912507	Agawz	agawz	MA		0	Africa/Casablanca	30.87218	-8.85895				09	541		
10912508	Tizzirt	tizzirt	MA		0	Africa/Casablanca	30.8778	-8.77597				09	541		
10912509	Kakt	kakt	MA		0	Africa/Casablanca	30.86209	-8.85431				09	541		
10912575	Aguersafane	aguersafane	MA		0	Africa/Casablanca	30.95804	-8.70174				07	161		
10912576	Aït Zemlal	ait-zemlal	MA		0	Africa/Casablanca	30.95314	-8.7065				07	161		
10912577	Al Khemis	al-khemis	MA		0	Africa/Casablanca	30.93759	-8.7229				07	161		
10912578	Tawrirt	tawrirt	MA		0	Africa/Casablanca	30.91373	-8.719				07	161		
10912579	Wansawt	wansawt	MA		0	Africa/Casablanca	30.90973	-8.72207				07	161		
10912622	Fouadouz	fouadouz	MA		0	Africa/Casablanca	30.83408	-8.70393				09	541		
10912623	Imghir	imghir	MA		0	Africa/Casablanca	30.83322	-8.70145				09	541		
10912624	Tasqaymout	tasqaymout	MA		0	Africa/Casablanca	30.82928	-8.69023				09	541		
10912625	Iyousrane	iyousrane	MA		0	Africa/Casablanca	30.8246	-8.69253				09	541		
10912626	Tissili	tissili	MA		0	Africa/Casablanca	30.82559	-8.68996				09	541		
10912627	Tanzrar	tanzrar	MA		0	Africa/Casablanca	30.82362	-8.68765				09	541		
10912630	Tamkadout	tamkadout	MA		0	Africa/Casablanca	30.81246	-8.68455				09	541		
10912632	Alagjane	alagjane	MA		0	Africa/Casablanca	30.80775	-8.67636				09	541		
10912634	Ikhoudamene	ikhoudamene	MA		0	Africa/Casablanca	30.78981	-8.69877				09	541		
10912636	Tagadirt	tagadirt	MA		0	Africa/Casablanca	30.76935	-8.68303				09	541		
10912639	Azguer	azguer	MA		0	Africa/Casablanca	30.75958	-8.71944				09	541		
10912641	Zawyat Tafilalt	zawyat-tafilalt	MA		0	Africa/Casablanca	30.75277	-8.68278				09	541		
10912644	Tiguenziwine	tiguenziwine	MA		0	Africa/Casablanca	30.76814	-8.67728				09	541		
10912645	Tachknine	tachknine	MA		0	Africa/Casablanca	30.77138	-8.67728				09	541		
10912646	Tisgane	tisgane	MA		0	Africa/Casablanca	30.77588	-8.67857				09	541		
10912647	Ighzra	ighzra	MA		0	Africa/Casablanca	30.74916	-8.64651				09	541		
10912648	Ifesfas	ifesfas	MA		0	Africa/Casablanca	30.75028	-8.63738				09	541		
10912650	Talat-n-Bitaljane	talat-n-bitaljane	MA		0	Africa/Casablanca	30.7966	-8.66707				09	541		
10912652	Tawrirt	tawrirt	MA		0	Africa/Casablanca	30.80569	-8.67254				09	541		
10912654	Tazoudot	tazoudot	MA		0	Africa/Casablanca	30.81595	-8.6678				09	541		
10912655	Falghous	falghous	MA		0	Africa/Casablanca	30.81448	-8.67091				09	541		
10912657	Andil	andil	MA		0	Africa/Casablanca	30.82796	-8.66475				09	541		
10912658	Imamarn	imamarn	MA		0	Africa/Casablanca	30.83099	-8.65981				09	541		
10912660	Tawart	tawart	MA		0	Africa/Casablanca	30.83817	-8.66574				09	541		
10912661	Tagmout	tagmout	MA		0	Africa/Casablanca	30.83352	-8.65944				09	541		
10912664	Fiyil	fiyil	MA		0	Africa/Casablanca	30.84322	-8.67033				09	541		
10912665	Annelit	annelit	MA		0	Africa/Casablanca	30.84763	-8.67703				09	541		
10912670	Awsaghmelt	awsaghmelt	MA		0	Africa/Casablanca	30.85418	-8.66891				09	541		
10912676	Sidi Lahsene-Ou-Tiqi	sidi-lahsene-ou-tiqi	MA		0	Africa/Casablanca	30.93688	-8.67722				07	161		
10912677	Arektou	arektou	MA		0	Africa/Casablanca	30.93132	-8.65967				07	161		
10912678	Ikis	ikis	MA		0	Africa/Casablanca	30.96958	-8.66337				07	161		
10912681	Talmod’at	talmod-at	MA		0	Africa/Casablanca	30.99563	-8.68538				07	161		
10912685	Tighist	tighist	MA		0	Africa/Casablanca	30.97763	-8.5781				07	161		
10912696	Tichkji	tichkji	MA		0	Africa/Casablanca	30.85266	-8.61852				09	541		
10912697	Menzanit	menzanit	MA		0	Africa/Casablanca	30.84925	-8.61858				09	541		
10912698	Tamsoult	tamsoult	MA		0	Africa/Casablanca	30.84962	-8.60994				09	541		
10912699	Ighil	ighil	MA		0	Africa/Casablanca	30.84612	-8.62412				09	541		
10912700	Megdout	megdout	MA		0	Africa/Casablanca	30.84315	-8.61699				09	541		
10912701	Tasdout	tasdout	MA		0	Africa/Casablanca	30.84618	-8.61062				09	541		
10912702	Imerguene	imerguene	MA		0	Africa/Casablanca	30.83945	-8.60661				09	541		
10912705	Anzane	anzane	MA		0	Africa/Casablanca	30.82818	-8.60983				09	541		
10912706	Iherfach	iherfach	MA		0	Africa/Casablanca	30.83105	-8.63152				09	541		
10912708	Tazelloumt	tazelloumt	MA		0	Africa/Casablanca	30.80872	-8.60667				09	541		
10912709	Wawlilid	wawlilid	MA		0	Africa/Casablanca	30.80854	-8.60791				09	541		
10912710	Amatitr	amatitr	MA		0	Africa/Casablanca	30.80971	-8.61817				09	541		
10912711	Tizaratine	tizaratine	MA		0	Africa/Casablanca	30.80237	-8.59931				09	541		
10912714	Aït Bouslimane	ait-bouslimane	MA		0	Africa/Casablanca	30.79424	-8.58666				09	541		
10912715	Sarourt	sarourt	MA		0	Africa/Casablanca	30.78985	-8.61371				09	541		
10912717	Imzine	imzine	MA		0	Africa/Casablanca	30.77618	-8.62738				09	541		
10912718	Zawyat Lma’dene	zawyat-lma-dene	MA		0	Africa/Casablanca	30.77539	-8.6186				09	541		
10912719	Takhaznit	takhaznit	MA		0	Africa/Casablanca	30.77738	-8.61652				09	541		
10912720	Ouzighimt	ouzighimt	MA		0	Africa/Casablanca	30.77578	-8.59639				09	541		
10912721	Taghwacht	taghwacht	MA		0	Africa/Casablanca	30.77139	-8.58526				09	541		
10912723	Tiferki	tiferki	MA		0	Africa/Casablanca	30.7536	-8.62161				09	541		
10912724	Tibit	tibit	MA		0	Africa/Casablanca	30.74958	-8.54923				09	541		
10912725	Tamzrar	tamzrar	MA		0	Africa/Casablanca	30.75861	-8.55976				09	541		
10912726	Afir	afir	MA		0	Africa/Casablanca	30.7708	-8.56734				09	541		
10912728	Izarwaln	izarwaln	MA		0	Africa/Casablanca	30.78326	-8.55676				09	541		
10912730	Kma	kma	MA		0	Africa/Casablanca	30.79052	-8.57423				09	541		
10912733	Guerdayt	guerdayt	MA		0	Africa/Casablanca	30.81188	-8.5945				09	541		
10912734	Baba Haqqi	baba-haqqi	MA		0	Africa/Casablanca	30.81367	-8.58929				09	541		
10912735	Tourt	tourt	MA		0	Africa/Casablanca	30.81476	-8.58404				09	541		
10912736	Aït Slimane	ait-slimane	MA		0	Africa/Casablanca	30.81689	-8.59142				09	541		
10912739	Wawsalakt	wawsalakt	MA		0	Africa/Casablanca	30.81901	-8.55356				09	541		
10912740	Tazlida	tazlida	MA		0	Africa/Casablanca	30.81963	-8.55852				09	541		
10912742	Talkouncit	talkouncit	MA		0	Africa/Casablanca	30.82918	-8.57718				09	541		
10912743	Azgour	azgour	MA		0	Africa/Casablanca	30.8291	-8.57197				09	541		
10912744	Temzaln	temzaln	MA		0	Africa/Casablanca	30.82983	-8.56096				09	541		
10912746	Tawrirt-n-Oumendar	tawrirt-n-oumendar	MA		0	Africa/Casablanca	30.8476	-8.57986				09	541		
10912747	Fiyil	fiyil	MA		0	Africa/Casablanca	30.84669	-8.57623				09	541		
10912750	Wawzrakt	wawzrakt	MA		0	Africa/Casablanca	30.86001	-8.57135				09	541		
10912751	Aghferga	aghferga	MA		0	Africa/Casablanca	30.86428	-8.57241				09	541		
10912752	Tafourtane	tafourtane	MA		0	Africa/Casablanca	30.86832	-8.5806				09	541		
10912753	Aguerd Oussaka	aguerd-oussaka	MA		0	Africa/Casablanca	30.86671	-8.5768				09	541		
10912754	Talmod’at	talmod-at	MA		0	Africa/Casablanca	30.86767	-8.56604				09	541		
10912755	Titbirine	titbirine	MA		0	Africa/Casablanca	30.86676	-8.55723				09	541		
10912778	Tinghelt	tinghelt	MA		0	Africa/Casablanca	30.79088	-8.52399				09	541		
10912779	Zawyat Lalla Rqiyya Mhand	zawyat-lalla-rqiyya-mhand	MA		0	Africa/Casablanca	30.78429	-8.52437				09	541		
10912781	Tilekent	tilekent	MA		0	Africa/Casablanca	30.76599	-8.51327				09	541		
10912785	Aguerd Ourigh	aguerd-ourigh	MA		0	Africa/Casablanca	30.80218	-8.58669				09	541		
10912787	Amechtkat	amechtkat	MA		0	Africa/Casablanca	30.7831	-8.74906				09	541		
10913127	Douar Negg	douar-negg	MA		0	Africa/Casablanca	31.98875	-8.98496				07	431		
10913128	Douar Dagal	douar-dagal	MA		0	Africa/Casablanca	31.98699	-8.98931				07	431		
10913130	Oulad Kabbour	oulad-kabbour	MA		0	Africa/Casablanca	31.99032	-8.96998				07	431		
10913133	Oulad Tahre	oulad-tahre	MA		0	Africa/Casablanca	31.99196	-8.95423				07	431		
10913139	Douar Lagbourai	douar-lagbourai	MA		0	Africa/Casablanca	31.99068	-8.91438				07	431		
10913140	Oulad Kehayl	oulad-kehayl	MA		0	Africa/Casablanca	31.98837	-8.9079				07	431		
10913142	Oulad Bouchla	oulad-bouchla	MA		0	Africa/Casablanca	31.99372	-8.90498				07	431		
10913144	Douar Leqnouna	douar-leqnouna	MA		0	Africa/Casablanca	31.9986	-8.88715				07	431		
10913146	Douar Leftinat	douar-leftinat	MA		0	Africa/Casablanca	31.99605	-8.87894				07	431		
10913148	Douar Legueharra	douar-legueharra	MA		0	Africa/Casablanca	31.98124	-8.8867				07	431		
10913150	Douar Rguibat	douar-rguibat	MA		0	Africa/Casablanca	31.98002	-8.90286				07	431		
10913152	Douar Lehmanola	douar-lehmanola	MA		0	Africa/Casablanca	31.9822	-8.92084				07	431		
10913153	Douar Laarnarat	douar-laarnarat	MA		0	Africa/Casablanca	31.98216	-8.92925				07	431		
10913155	Laghrarla	laghrarla	MA		0	Africa/Casablanca	31.98156	-8.94805				07	431		
10913158	Oulad Sidi Kaddour	oulad-sidi-kaddour	MA		0	Africa/Casablanca	31.98311	-8.98367				07	431		
10913159	Douar Labrhoural	douar-labrhoural	MA		0	Africa/Casablanca	31.9778	-8.99695				07	431		
10913160	Douar Leghzacunan	douar-leghzacunan	MA		0	Africa/Casablanca	31.97616	-8.98526				07	431		
10913162	Oulad Sidi Kaddour	oulad-sidi-kaddour	MA		0	Africa/Casablanca	31.97425	-8.96348				07	431		
10913166	Kbaat Ben Raleh	kbaat-ben-raleh	MA		0	Africa/Casablanca	31.96917	-8.96539				07	431		
10913167	Oulad Kabour	oulad-kabour	MA		0	Africa/Casablanca	31.96922	-8.98373				07	431		
10913169	Douar Skhifal	douar-skhifal	MA		0	Africa/Casablanca	31.97634	-8.95314				07	431		
10913170	Kbaat Hmach	kbaat-hmach	MA		0	Africa/Casablanca	31.97133	-8.94792				07	431		
10913172	Rhaat Dodar	rhaat-dodar	MA		0	Africa/Casablanca	31.97006	-8.94537				07	431		
10913174	Oulad Mhayd	oulad-mhayd	MA		0	Africa/Casablanca	31.97678	-8.93189				07	431		
10913176	Douar Lakouamin	douar-lakouamin	MA		0	Africa/Casablanca	31.97618	-8.92458				07	431		
10913177	Douar Laalilat	douar-laalilat	MA		0	Africa/Casablanca	31.97117	-8.91973				07	431		
10913179	Douar Lahsen Oulad Belaid	douar-lahsen-oulad-belaid	MA		0	Africa/Casablanca	31.97259	-8.91492				07	431		
10913180	Douar Dkalda	douar-dkalda	MA		0	Africa/Casablanca	31.97006	-8.91252				07	431		
10913181	Douar Lbourrat	douar-lbourrat	MA		0	Africa/Casablanca	31.97488	-8.90291				07	431		
10913185	Coopérative el Manssoura	cooperative-el-manssoura	MA		0	Africa/Casablanca	31.96959	-8.88696		Cooperative el Manssoura,Coopérative el Manssoura		07	431		
10913187	Oulad Szzira	oulad-szzira	MA		0	Africa/Casablanca	31.96389	-8.89685				07	431		
10913188	Oulad Zalmas	oulad-zalmas	MA		0	Africa/Casablanca	31.96531	-8.90516				07	431		
10913190	Oulad Ahbad	oulad-ahbad	MA		0	Africa/Casablanca	31.96624	-8.91273				07	431		
10913191	Douar Laakarla	douar-laakarla	MA		0	Africa/Casablanca	31.9616	-8.92355				07	431		
10913193	Mosque Saadiyline	mosque-saadiyline	MA		0	Africa/Casablanca	31.96362	-8.93576				07	431		
10913194	Douar Dachum	douar-dachum	MA		0	Africa/Casablanca	31.96398	-8.94108				07	431		
10913195	Douar El Taqir Mbarek	douar-el-taqir-mbarek	MA		0	Africa/Casablanca	31.96287	-8.94209				07	431		
10913199	Douar Lehmimat	douar-lehmimat	MA		0	Africa/Casablanca	31.95783	-8.98996				07	431		
10913205	Oulad Fadaloul	oulad-fadaloul	MA		0	Africa/Casablanca	31.9435	-8.96893				07	431		
10913209	Oulad El Haj Jalai	oulad-el-haj-jalai	MA		0	Africa/Casablanca	31.94807	-8.94168				07	431		
10913210	Douar Ouayanna	douar-ouayanna	MA		0	Africa/Casablanca	31.94634	-8.94526				07	431		
10913212	Douar Laftinat	douar-laftinat	MA		0	Africa/Casablanca	31.95597	-8.92689				07	431		
10913213	Douar Lafrinat	douar-lafrinat	MA		0	Africa/Casablanca	31.94862	-8.92561				07	431		
10913216	Douar Laarab	douar-laarab	MA		0	Africa/Casablanca	31.94892	-8.90263				07	431		
10913218	Oulad Thami	oulad-thami	MA		0	Africa/Casablanca	31.94577	-8.88967				07	431		
10913220	Oulad Abbih	oulad-abbih	MA		0	Africa/Casablanca	31.9423	-8.87741				07	585		
10913223	Oulad Laaroussi	oulad-laaroussi	MA		0	Africa/Casablanca	31.94013	-8.89535				07	431		
10913225	Douar Lounissat	douar-lounissat	MA		0	Africa/Casablanca	31.94097	-8.89865				07	431		
10913227	Douar Houalka	douar-houalka	MA		0	Africa/Casablanca	31.94253	-8.90372				07	431		
10913229	Rham Abbad	rham-abbad	MA		0	Africa/Casablanca	31.94055	-8.91524				07	431		
10913232	Douar Laazib	douar-laazib	MA		0	Africa/Casablanca	31.94303	-8.94237				07	431		
10913233	Douar Lohrarcha	douar-lohrarcha	MA		0	Africa/Casablanca	31.93966	-8.9461				07	431		
10913235	Douar Dhouhat	douar-dhouhat	MA		0	Africa/Casablanca	31.93538	-8.95335				07	431		
10913236	Oulad Nimas	oulad-nimas	MA		0	Africa/Casablanca	31.93408	-8.95234				07	431		
10913237	Oulad Taher	oulad-taher	MA		0	Africa/Casablanca	31.94208	-8.96228				07	431		
10913238	Oulad Brik	oulad-brik	MA		0	Africa/Casablanca	31.93463	-8.9629				07	431		
10913240	Oulad El Mahuouli	oulad-el-mahuouli	MA		0	Africa/Casablanca	31.93365	-8.96417				07	431		
10913241	Oulad Enalya	oulad-enalya	MA		0	Africa/Casablanca	31.9398	-8.96816				07	431		
10913242	Oulad Baika	oulad-baika	MA		0	Africa/Casablanca	31.93201	-8.96635				07	431		
10913243	Oulad Hammoa	oulad-hammoa	MA		0	Africa/Casablanca	31.93303	-8.9714				07	431		
10913244	Douar Souarha	douar-souarha	MA		0	Africa/Casablanca	31.93154	-8.98743				07	431		
10913245	Oulad El Fahid	oulad-el-fahid	MA		0	Africa/Casablanca	31.94086	-8.99517				07	431		
10913247	Oulad Sallam	oulad-sallam	MA		0	Africa/Casablanca	31.92705	-8.99082				07	431		
10913249	Oulad Lahrochr	oulad-lahrochr	MA		0	Africa/Casablanca	31.92818	-8.97753				07	431		
10913252	Douar Ezzaouia	douar-ezzaouia	MA		0	Africa/Casablanca	31.92981	-8.94284				07	431		
10913254	Douar Lehbahba	douar-lehbahba	MA		0	Africa/Casablanca	31.9248	-8.94736				07	431		
10913255	Cimetière Regraga	cimetiere-regraga	MA		0	Africa/Casablanca	31.92631	-8.9512				07	431		
10913260	Douar Laazaara	douar-laazaara	MA		0	Africa/Casablanca	31.92456	-8.90408				07	585		
10913261	Douar El Kraich	douar-el-kraich	MA		0	Africa/Casablanca	31.92647	-8.90071				07	585		
10913264	Douar El Faqir El Mahjoub	douar-el-faqir-el-mahjoub	MA		0	Africa/Casablanca	31.92897	-8.87546				07	585		
10913265	Oulad Laaboulaya	oulad-laaboulaya	MA		0	Africa/Casablanca	31.93245	-8.87716				07	585		
10913266	Oulad Omar Ras Lahbib	oulad-omar-ras-lahbib	MA		0	Africa/Casablanca	31.9245	-8.88913				07	585		
10913272	Oulad Rahmani	oulad-rahmani	MA		0	Africa/Casablanca	31.91272	-8.9014				07	585		
10913274	Rbaat Den Khalouq	rbaat-den-khalouq	MA		0	Africa/Casablanca	31.91347	-8.90868				07	585		
10913275	Oulad Sirh El Mahjoub	oulad-sirh-el-mahjoub	MA		0	Africa/Casablanca	31.91786	-8.91037				07	585		
10913279	Oulad Smail	oulad-smail	MA		0	Africa/Casablanca	31.9115	-8.93442				07	585		
10913281	Douar Leqdadra	douar-leqdadra	MA		0	Africa/Casablanca	31.91913	-8.94316				07	431		
10913282	Douar Hmida	douar-hmida	MA		0	Africa/Casablanca	31.92221	-8.94509				07	431		
10913283	Douar Lkhaddara	douar-lkhaddara	MA		0	Africa/Casablanca	31.9217	-8.95412				07	431		
10913285	Oulad Ben Lahsen	oulad-ben-lahsen	MA		0	Africa/Casablanca	31.92228	-8.96468				07	431		
10913286	Douar Laaouid	douar-laaouid	MA		0	Africa/Casablanca	31.91365	-8.95854				07	431		
10913287	Douar Laalaouka	douar-laalaouka	MA		0	Africa/Casablanca	31.9136	-8.96565				07	431		
10913289	Oulad Jemaa	oulad-jemaa	MA		0	Africa/Casablanca	31.92316	-8.99597				07	431		
10913290	Douar Jhoucha	douar-jhoucha	MA		0	Africa/Casablanca	31.91126	-8.98466				07	431		
10913293	Douar Challs	douar-challs	MA		0	Africa/Casablanca	31.91139	-8.97713				07	431		
10913298	Douar Rhihat	douar-rhihat	MA		0	Africa/Casablanca	31.90365	-8.92765				07	585		
10913300	Douar Jelloul	douar-jelloul	MA		0	Africa/Casablanca	31.90759	-8.89299				07	585		
10913301	Douar Labbayehal	douar-labbayehal	MA		0	Africa/Casablanca	31.90842	-8.88853				07	585		
10913302	Douar Oulad Ahoua	douar-oulad-ahoua	MA		0	Africa/Casablanca	31.90982	-8.87836				07	585		
10913303	Douar Lbiyyara	douar-lbiyyara	MA		0	Africa/Casablanca	31.90802	-8.87971				07	585		
10913306	Douar Llaymer	douar-llaymer	MA		0	Africa/Casablanca	31.89108	-8.8935				07	585		
10913311	Douar Bir Ennehal	douar-bir-ennehal	MA		0	Africa/Casablanca	31.88924	-8.92159				07	585		
10913316	Douar Chaayba	douar-chaayba	MA		0	Africa/Casablanca	31.8913	-8.94745				07	431		
10913320	Douar Dehun	douar-dehun	MA		0	Africa/Casablanca	31.89817	-8.98292				07	431		
10913323	Oulad El Har	oulad-el-har	MA		0	Africa/Casablanca	31.90303	-8.98768				07	431		
10913325	Douar Echlouh	douar-echlouh	MA		0	Africa/Casablanca	31.90363	-8.99661				07	431		
10913326	Douar Laarab Bou Chaba	douar-laarab-bou-chaba	MA		0	Africa/Casablanca	31.89651	-8.99459				07	431		
10913329	Douar Echeikh El Amrani	douar-echeikh-el-amrani	MA		0	Africa/Casablanca	31.87978	-8.95857				07	431		
10913335	Oulad El Faip	oulad-el-faip	MA		0	Africa/Casablanca	31.88363	-8.92207				07	431		
10913337	Douar Lummarda	douar-lummarda	MA		0	Africa/Casablanca	31.88449	-8.91198				07	585		
10913341	Douar Chaibal	douar-chaibal	MA		0	Africa/Casablanca	31.87669	-8.88082				07	585		
10913342	Oulad Shmane	oulad-shmane	MA		0	Africa/Casablanca	31.87563	-8.89956				07	585		
10913344	Douar Laarayfat	douar-laarayfat	MA		0	Africa/Casablanca	31.87539	-8.92722				07	431		
10916450	Douar Zeroual	douar-zeroual	MA		0	Africa/Casablanca	32.12339	-9.12444				07	431		
10916451	Dar Marzoug	dar-marzoug	MA		0	Africa/Casablanca	32.12069	-9.11807				07	431		
10916597	Douar Nzalat Lekbir	douar-nzalat-lekbir	MA		0	Africa/Casablanca	31.9887	-7.62068				07	427		
10916750	Imi-n-Tanout	imi-n-tanout	MA		0	Africa/Casablanca	30.72644	-8.23881				09	541		
10916753	Wamaslakht	wamaslakht	MA		0	Africa/Casablanca	30.72214	-8.20757				09	541		
10916756	Boumazir	boumazir	MA		0	Africa/Casablanca	30.6926	-8.24363				09	541		
10916757	Id Hammou	id-hammou	MA		0	Africa/Casablanca	30.6913	-8.23274				09	541		
10916758	Awarz	awarz	MA		0	Africa/Casablanca	30.69681	-8.21896				09	541		
10916759	Zawyat Sidi Youssef	zawyat-sidi-youssef	MA		0	Africa/Casablanca	30.69738	-8.22611				09	541		
10916760	Taganza	taganza	MA		0	Africa/Casablanca	30.69991	-8.20988				09	541		
10916761	Douar Ennessinyine	douar-ennessinyine	MA		0	Africa/Casablanca	31.99314	-7.59474				07	191		
10916766	Oulad El Hammoumiya	oulad-el-hammoumiya	MA		0	Africa/Casablanca	31.99616	-7.57801				07	191		
10916768	Douar Bir Lhimer	douar-bir-lhimer	MA		0	Africa/Casablanca	31.99048	-7.57614				07	191		
10916770	Lguettara Oulad Ben Faddoul	lguettara-oulad-ben-faddoul	MA		0	Africa/Casablanca	31.9918	-7.5582				07	191		
10916772	Douar Laaouja	douar-laaouja	MA		0	Africa/Casablanca	31.98292	-7.55136				07	191		
10916775	Douar Talghoumt	douar-talghoumt	MA		0	Africa/Casablanca	31.99831	-7.538				07	191		
10916780	Douar Oulad Ben Faddoul	douar-oulad-ben-faddoul	MA		0	Africa/Casablanca	31.9855	-7.50138				07	191		
10916787	Douar Bir Essedra	douar-bir-essedra	MA		0	Africa/Casablanca	31.98275	-7.58678				07	191		
10916798	Douar Tbabae Karoual	douar-tbabae-karoual	MA		0	Africa/Casablanca	31.97601	-7.56693				07	191		
10916811	Douar Dar Sma	douar-dar-sma	MA		0	Africa/Casablanca	31.95734	-7.5611				07	191		
10916813	Douar El Azzaba	douar-el-azzaba	MA		0	Africa/Casablanca	31.96407	-7.59148				07	191		
10916829	Douar Ahl Naghoujat El Manzel	douar-ahl-naghoujat-el-manzel	MA		0	Africa/Casablanca	31.94859	-7.54228				07	191		
10916830	Douar Lekbir Ahl Lekhlioua	douar-lekbir-ahl-lekhlioua	MA		0	Africa/Casablanca	31.95205	-7.51964				07	191		
10916843	Lahchachda	lahchachda	MA		0	Africa/Casablanca	31.92724	-7.59393				07	427		
10916846	Douar Lmadyar	douar-lmadyar	MA		0	Africa/Casablanca	31.92886	-7.57479				07	427		
10916850	Douar Nmili	douar-nmili	MA		0	Africa/Casablanca	31.92176	-7.5482				07	191		
10916852	Douar Lagriouzal	douar-lagriouzal	MA		0	Africa/Casablanca	31.92173	-7.52855				07	191		
10916854	Douar Leqdadra	douar-leqdadra	MA		0	Africa/Casablanca	31.93305	-7.50123				07	191		
10916858	Oulad Laayachi	oulad-laayachi	MA		0	Africa/Casablanca	31.91371	-7.53097				07	191		
10916862	Douar Fatnassiya	douar-fatnassiya	MA		0	Africa/Casablanca	31.91744	-7.59919				07	427		
10916863	Douar Zolliga	douar-zolliga	MA		0	Africa/Casablanca	31.9154	-7.61384				07	427		
10916871	Douar Lekhnifer	douar-lekhnifer	MA		0	Africa/Casablanca	31.90226	-7.51842				07	191		
10916876	Dar Oulad Hmida	dar-oulad-hmida	MA		0	Africa/Casablanca	31.88683	-7.55473				07	427		
10916885	Douar Lekrarma	douar-lekrarma	MA		0	Africa/Casablanca	31.88796	-7.58792				07	427		
10916888	Dar Eddahbi Ben El Hassan	dar-eddahbi-ben-el-hassan	MA		0	Africa/Casablanca	31.87791	-7.55404				07	427		
10916893	Douar Lehdadcha	douar-lehdadcha	MA		0	Africa/Casablanca	31.87884	-7.62356				07	427		
10916900	Douar Ben El Asri	douar-ben-el-asri	MA		0	Africa/Casablanca	31.93296	-7.55597				07	191		
10916901	Tagadirt-n-Sidi Ahmed	tagadirt-n-sidi-ahmed	MA		0	Africa/Casablanca	30.6888	-8.24422				09	541		
10916902	Tasghlit	tasghlit	MA		0	Africa/Casablanca	30.67066	-8.24177				09	541		
10916903	Tiguidar	tiguidar	MA		0	Africa/Casablanca	30.66932	-8.24598				09	541		
10916904	Id Bouhou	id-bouhou	MA		0	Africa/Casablanca	30.66756	-8.24482				09	541		
10916905	Agadir-n-Id-Hsayn	agadir-n-id-hsayn	MA		0	Africa/Casablanca	30.68223	-8.22124				09	541		
10916906	Tloussa	tloussa	MA		0	Africa/Casablanca	30.67941	-8.22104				09	541		
10916907	Ifard-n-Khlifa	ifard-n-khlifa	MA		0	Africa/Casablanca	30.68491	-8.21443				09	541		
10916908	Tamahat	tamahat	MA		0	Africa/Casablanca	30.68884	-8.20128				09	541		
10916909	Targant	targant	MA		0	Africa/Casablanca	30.68089	-8.19459				09	541		
10916910	Zawit Igdad	zawit-igdad	MA		0	Africa/Casablanca	30.66893	-8.20701				09	541		
10916924	Tassought	tassought	MA		0	Africa/Casablanca	30.53827	-8.18039				09	541		
10916934	Awrir	awrir	MA		0	Africa/Casablanca	30.6594	-8.18435				09	541		
10916937	Cimilf	cimilf	MA		0	Africa/Casablanca	30.68203	-8.18635				09	541		
10916939	Aït Mhand ’Ali	ait-mhand-ali	MA		0	Africa/Casablanca	30.68567	-8.18895				09	541		
10916940	Zawit Al Bour	zawit-al-bour	MA		0	Africa/Casablanca	30.67478	-8.17424			541	09	541		
10916941	Agadir-n-Oussakti	agadir-n-oussakti	MA		0	Africa/Casablanca	30.68271	-8.1645				09	541		
10916944	Tazammourt	tazammourt	MA		0	Africa/Casablanca	30.68915	-8.18195				09	541		
10916945	Tamdghart	tamdghart	MA		0	Africa/Casablanca	30.69316	-8.18139				09	541		
10916946	Zawyat-n-Oumzil	zawyat-n-oumzil	MA		0	Africa/Casablanca	30.69201	-8.17214				09	541		
10916947	Tirgh	tirgh	MA		0	Africa/Casablanca	30.70546	-8.17178				09	541		
10916948	Tahachmount	tahachmount	MA		0	Africa/Casablanca	30.7055	-8.18394				09	541		
10916949	Agadir-n-Iblaz	agadir-n-iblaz	MA		0	Africa/Casablanca	30.69349	-8.16396				09	541		
10916950	Tamgout-n-Ouzrou	tamgout-n-ouzrou	MA		0	Africa/Casablanca	30.69402	-8.15699				09	541		
10916951	Darb	darb	MA		0	Africa/Casablanca	30.72515	-8.14169				09	541		
10916952	Anamlil	anamlil	MA		0	Africa/Casablanca	30.72583	-8.15982				09	541		
10916953	Riwal	riwal	MA		0	Africa/Casablanca	30.72829	-8.17974				09	541		
10916954	Aït Ouchchane	ait-ouchchane	MA		0	Africa/Casablanca	30.7353	-8.18048				09	541		
10916958	Koulat	koulat	MA		0	Africa/Casablanca	30.7345	-8.16178				09	541		
10916959	Awzal	awzal	MA		0	Africa/Casablanca	30.7456	-8.11163				09	541		
10916964	Iidzane Zayka	iidzane-zayka	MA		0	Africa/Casablanca	30.7168	-8.13025				09	541		
10916965	Tawrirt-n-Idrani	tawrirt-n-idrani	MA		0	Africa/Casablanca	30.67393	-8.09101				09	541		
10916968	Talat-n-Taghli	talat-n-taghli	MA		0	Africa/Casablanca	30.65149	-8.10149				09	541		
10916977	Id Yassine	id-yassine	MA		0	Africa/Casablanca	30.56994	-8.10782				09	541		
10916981	Tagoudirt Jarkouk	tagoudirt-jarkouk	MA		0	Africa/Casablanca	30.53744	-8.12186				09	541		
10916982	Aghoulid	aghoulid	MA		0	Africa/Casablanca	30.53765	-8.10659				09	541		
10916985	Al Handaq	al-handaq	MA		0	Africa/Casablanca	30.53489	-8.11383				09	541		
10916986	Tabia	tabia	MA		0	Africa/Casablanca	30.52166	-8.08835				09	541		
10916989	Dou Ganza	dou-ganza	MA		0	Africa/Casablanca	30.51414	-8.07704				09	541		
10916994	Taksart	taksart	MA		0	Africa/Casablanca	30.53855	-8.08499				09	541		
10916995	Tazart	tazart	MA		0	Africa/Casablanca	30.54127	-8.09006				09	541		
10916999	Fhas	fhas	MA		0	Africa/Casablanca	30.56085	-8.08733				09	541		
10917007	Aït Hamed	ait-hamed	MA		0	Africa/Casablanca	30.6215	-8.0823				09	541		
10917008	Aït Dawl	ait-dawl	MA		0	Africa/Casablanca	30.63507	-8.07219				09	541		
10917011	Adabdi	adabdi	MA		0	Africa/Casablanca	30.65889	-8.03299				09	541		
10917013	Assawn	assawn	MA		0	Africa/Casablanca	30.71783	-8.04595				09	541		
10917017	Asgoum	asgoum	MA		0	Africa/Casablanca	30.72811	-8.0433				09	541		
10917018	Tagadirt	tagadirt	MA		0	Africa/Casablanca	30.72719	-8.03913				09	541		
10917021	Agard-n-Aysghar	agard-n-aysghar	MA		0	Africa/Casablanca	30.7308	-8.03145				09	541		
10917023	Taghrat	taghrat	MA		0	Africa/Casablanca	30.72464	-8.00043				09	541		
10917024	Ibargnatane	ibargnatane	MA		0	Africa/Casablanca	30.72438	-8.01549				09	541		
10917025	Tazline	tazline	MA		0	Africa/Casablanca	30.72214	-8.02595				09	541		
10917027	Tizmimt	tizmimt	MA		0	Africa/Casablanca	30.69891	-8.01391				09	541		
10917028	Taladia	taladia	MA		0	Africa/Casablanca	30.70142	-8.0028				09	541		
10917029	Adrar	adrar	MA		0	Africa/Casablanca	30.67448	-8.02386				09	541		
10917030	Sawlila	sawlila	MA		0	Africa/Casablanca	30.64279	-8.00348				09	541		
10917035	Taliwine	taliwine	MA		0	Africa/Casablanca	30.58424	-8.01364				09	541		
10917040	Lmalt	lmalt	MA		0	Africa/Casablanca	30.53962	-8.01828				09	541		
10917046	Imin-al-’Ayn	imin-al-ayn	MA		0	Africa/Casablanca	30.66246	-8.20524				09	541		
10917049	Tnar	tnar	MA		0	Africa/Casablanca	30.74683	-8.0245				09	541		
10917051	Taliwine	taliwine	MA		0	Africa/Casablanca	30.6737	-8.05059				09	541		
10917052	Tagadirt	tagadirt	MA		0	Africa/Casablanca	30.67695	-8.05993				09	541		
10917076	Douar Oulad Essehimi	douar-oulad-essehimi	MA		0	Africa/Casablanca	32.11686	-9.09889				07	431		
10917077	Douar Ettabba	douar-ettabba	MA		0	Africa/Casablanca	32.11831	-9.08676				07	431		
10917079	Douar Lekrarma	douar-lekrarma	MA		0	Africa/Casablanca	32.11184	-9.1229				07	431		
10917080	Douar Oulad Nacer	douar-oulad-nacer	MA		0	Africa/Casablanca	32.10975	-9.101				07	431		
10917081	Douar Essoualha	douar-essoualha	MA		0	Africa/Casablanca	32.11219	-9.09625				07	431		
10917083	Douar Lekhrarza	douar-lekhrarza	MA		0	Africa/Casablanca	32.10797	-9.12082				07	431		
10917084	Hay Hrilla	hay-hrilla	MA		0	Africa/Casablanca	32.10217	-9.08691				07	431		
10917087	Douar Lemmissat Ezzayyat	douar-lemmissat-ezzayyat	MA		0	Africa/Casablanca	32.09208	-9.09243				07	431		
10917088	Hay Loubbihat	hay-loubbihat	MA		0	Africa/Casablanca	32.09323	-9.10037				07	431		
10917089	Douar Labbazeda	douar-labbazeda	MA		0	Africa/Casablanca	32.08859	-9.12032				07	431		
10917092	Douar Hedil	douar-hedil	MA		0	Africa/Casablanca	32.08679	-9.08488				07	431		
10917095	Douar Laaouadla	douar-laaouadla	MA		0	Africa/Casablanca	32.07505	-9.1129				07	431		
10917096	Douar Oulad Slimane	douar-oulad-slimane	MA		0	Africa/Casablanca	32.07383	-9.10865				07	431		
10917097	Rbaat Ben Saleh	rbaat-ben-saleh	MA		0	Africa/Casablanca	32.07307	-9.10502				07	431		
10917098	Douar Oulad Barqiya	douar-oulad-barqiya	MA		0	Africa/Casablanca	32.07203	-9.0996				07	431		
10917100	Douar Oulad El Haj El Ayachi	douar-oulad-el-haj-el-ayachi	MA		0	Africa/Casablanca	32.06969	-9.07904				07	431		
10917103	Douar Oulad Bel Aid	douar-oulad-bel-aid	MA		0	Africa/Casablanca	32.05759	-9.10758				07	431		
10917104	Douar Oulad Belaidlani	douar-oulad-belaidlani	MA		0	Africa/Casablanca	32.05772	-9.11307				07	431		
10917105	Douar Saidat	douar-saidat	MA		0	Africa/Casablanca	32.05486	-9.11032				07	431		
10917106	Douar Oulad Amara Bel Haou	douar-oulad-amara-bel-haou	MA		0	Africa/Casablanca	32.05821	-9.09657				07	431		
10917107	Douar Oulad Meriguila	douar-oulad-meriguila	MA		0	Africa/Casablanca	32.0567	-9.09483				07	431		
10917108	Douar Dar Oulad Esset	douar-dar-oulad-esset	MA		0	Africa/Casablanca	32.05399	-9.09472				07	431		
10917110	Douar Oulad Sidi Hmida	douar-oulad-sidi-hmida	MA		0	Africa/Casablanca	32.04841	-9.10715				07	431		
10917111	Douar Lebhalla	douar-lebhalla	MA		0	Africa/Casablanca	32.04972	-9.09121				07	431		
10917112	Douar Oulad Sidi Rahmoune	douar-oulad-sidi-rahmoune	MA		0	Africa/Casablanca	32.04121	-9.1197				07	431		
10917113	Douar Laararma	douar-laararma	MA		0	Africa/Casablanca	32.04166	-9.11				07	431		
10917114	Douar Oulad Bou Aouita	douar-oulad-bou-aouita	MA		0	Africa/Casablanca	32.03964	-9.10028				07	431		
10917115	Douar Oulad Lhiri	douar-oulad-lhiri	MA		0	Africa/Casablanca	32.04548	-9.10277				07	431		
10917116	Douar Oulad El Mahjoub	douar-oulad-el-mahjoub	MA		0	Africa/Casablanca	32.03773	-9.08775				07	431		
10917118	Douar Oulad El Fatini	douar-oulad-el-fatini	MA		0	Africa/Casablanca	32.03258	-9.09999				07	431		
10917119	Douar Oulad El Haj Omar	douar-oulad-el-haj-omar	MA		0	Africa/Casablanca	32.03307	-9.11715				07	431		
10917121	Douar Laayaycha Oulad Jnani	douar-laayaycha-oulad-jnani	MA		0	Africa/Casablanca	32.03204	-9.10571				07	431		
10917122	Douar Dhamna Oulad Jnani	douar-dhamna-oulad-jnani	MA		0	Africa/Casablanca	32.02813	-9.11946				07	431		
10917123	Douar Lhourcg Selamna	douar-lhourcg-selamna	MA		0	Africa/Casablanca	32.02791	-9.11009				07	431		
10917124	Douar Oulad Sidi Massaoud	douar-oulad-sidi-massaoud	MA		0	Africa/Casablanca	32.02936	-9.10105				07	431		
10917125	Douar Oulad Miloud	douar-oulad-miloud	MA		0	Africa/Casablanca	32.03082	-9.08367				07	431		
10917126	Douar Oulad Lafquih	douar-oulad-lafquih	MA		0	Africa/Casablanca	32.0288	-9.08925				07	431		
10917127	Douar Oulad Dhayem	douar-oulad-dhayem	MA		0	Africa/Casablanca	32.02529	-9.09303				07	431		
10917129	Douar Oulad Bel Ouadha	douar-oulad-bel-ouadha	MA		0	Africa/Casablanca	32.02121	-9.11275				07	431		
10917130	Douar Oulad Ben Ghanem	douar-oulad-ben-ghanem	MA		0	Africa/Casablanca	32.02296	-9.0988				07	431		
10917131	Douar Oulad Ali	douar-oulad-ali	MA		0	Africa/Casablanca	32.02247	-9.09264				07	431		
10917132	Douar Douibiya	douar-douibiya	MA		0	Africa/Casablanca	32.02116	-9.09599				07	431		
10917133	Douar Lemrahat	douar-lemrahat	MA		0	Africa/Casablanca	32.0206	-9.10481				07	431		
10917134	Douar Lebrightat Selamna	douar-lebrightat-selamna	MA		0	Africa/Casablanca	32.02019	-9.11062				07	431		
10917135	Douar Oulad Mohamed Ben Abdellah Selamna	douar-oulad-mohamed-ben-abdellah-selamna	MA		0	Africa/Casablanca	32.01717	-9.10215				07	431		
10917140	Douar Lebsoulat	douar-lebsoulat	MA		0	Africa/Casablanca	32.01212	-9.09071				07	431		
10917143	Douar Laariouat	douar-laariouat	MA		0	Africa/Casablanca	32.00626	-9.1217				07	431		
10917144	Douar Oulad Sehb Selamna	douar-oulad-sehb-selamna	MA		0	Africa/Casablanca	32.00573	-9.1105				07	431		
10917149	Douar El Gouraanc Zouizat	douar-el-gouraanc-zouizat	MA		0	Africa/Casablanca	32.00113	-9.10065				07	431		
10917151	Douar Lahniehat	douar-lahniehat	MA		0	Africa/Casablanca	32.12198	-9.07865				07	431		
10917155	Douar Chbouhat	douar-chbouhat	MA		0	Africa/Casablanca	32.12195	-9.05751				07	431		
10917156	Douar Oulad Moussa	douar-oulad-moussa	MA		0	Africa/Casablanca	32.11859	-9.04769				07	431		
10917160	Douar Krimat	douar-krimat	MA		0	Africa/Casablanca	32.11433	-9.04915				07	431		
10917162	Douar Sehayda	douar-sehayda	MA		0	Africa/Casablanca	32.10699	-9.06507				07	431		
10917163	Douar Oulad Omar	douar-oulad-omar	MA		0	Africa/Casablanca	32.10719	-9.05561				07	431		
10917164	Douar Oulad Bajdad	douar-oulad-bajdad	MA		0	Africa/Casablanca	32.10901	-9.05179				07	431		
10917165	Douar Oulad Hammad	douar-oulad-hammad	MA		0	Africa/Casablanca	32.10833	-9.04582				07	431		
10917167	Douar Oulad Bel Aid	douar-oulad-bel-aid	MA		0	Africa/Casablanca	32.10439	-9.06573				07	431		
10917169	Douar Oulad Charqui	douar-oulad-charqui	MA		0	Africa/Casablanca	32.10212	-9.06089				07	431		
10917170	Douar Abibou	douar-abibou	MA		0	Africa/Casablanca	32.10299	-9.04574				07	431		
10917171	Douar Hmouchat	douar-hmouchat	MA		0	Africa/Casablanca	32.10139	-9.05144				07	431		
10917172	Douar Lyoubbat	douar-lyoubbat	MA		0	Africa/Casablanca	32.10157	-9.05968				07	431		
10917173	Douar Oulad Bouazza	douar-oulad-bouazza	MA		0	Africa/Casablanca	32.09985	-9.06511				07	431		
10917175	Douar Mdourat	douar-mdourat	MA		0	Africa/Casablanca	32.09832	-9.07517				07	431		
10917178	Douar Lakrakra	douar-lakrakra	MA		0	Africa/Casablanca	32.09554	-9.0594				07	431		
10917180	Douar Errehahla	douar-errehahla	MA		0	Africa/Casablanca	32.09127	-9.0609				07	431		
10917181	Douar Laababsa	douar-laababsa	MA		0	Africa/Casablanca	32.09159	-9.04237				07	431		
10917182	Douar Lakrakra	douar-lakrakra	MA		0	Africa/Casablanca	32.08919	-9.05071				07	431		
10917183	Douar Errehahla	douar-errehahla	MA		0	Africa/Casablanca	32.08603	-9.05219				07	431		
10917185	Rbaat Lahsen	rbaat-lahsen	MA		0	Africa/Casablanca	32.08176	-9.05932				07	431		
10917186	Douar Atatra	douar-atatra	MA		0	Africa/Casablanca	32.0783	-9.07612				07	431		
10917187	Douar Oulad Sidi Hammane	douar-oulad-sidi-hammane	MA		0	Africa/Casablanca	32.07572	-9.08288				07	431		
10917188	Douar Oulad Ba Abid	douar-oulad-ba-abid	MA		0	Africa/Casablanca	32.07699	-9.05432				07	431		
10917193	Rbaat Sidi Ahmed	rbaat-sidi-ahmed	MA		0	Africa/Casablanca	32.06812	-9.0714				07	431		
10917194	Rbaat Sidi Amara	rbaat-sidi-amara	MA		0	Africa/Casablanca	32.06223	-9.06434				07	431		
10917195	Dar Anas Kaddour	dar-anas-kaddour	MA		0	Africa/Casablanca	32.05921	-9.07827				07	431		
10917198	Rbaat Sidi Tahar	rbaat-sidi-tahar	MA		0	Africa/Casablanca	32.0639	-9.03883				07	431		
10917199	Douar Lissasfa	douar-lissasfa	MA		0	Africa/Casablanca	32.0629	-9.0529				07	431		
10917200	Douar Hrach	douar-hrach	MA		0	Africa/Casablanca	32.06065	-9.05829				07	431		
10917201	Douar Oulad Fqira	douar-oulad-fqira	MA		0	Africa/Casablanca	32.05721	-9.06239				07	431		
10917204	Douar Oulad Mohamed Mbarek	douar-oulad-mohamed-mbarek	MA		0	Africa/Casablanca	32.05919	-9.04717				07	431		
10917207	Douar El Ayachi	douar-el-ayachi	MA		0	Africa/Casablanca	32.0553	-9.04503				07	431		
10917209	Douar Chrouqat	douar-chrouqat	MA		0	Africa/Casablanca	32.04903	-9.05649				07	431		
10917210	Douar Hrabla	douar-hrabla	MA		0	Africa/Casablanca	32.05063	-9.05086				07	431		
10917212	Rbaat Lhaouf	rbaat-lhaouf	MA		0	Africa/Casablanca	32.04945	-9.04528				07	431		
10917217	Douar Legmihat	douar-legmihat	MA		0	Africa/Casablanca	32.04608	-9.06125				07	431		
10917218	Rbaat Erreguig	rbaat-erreguig	MA		0	Africa/Casablanca	32.04046	-9.06451				07	431		
10917223	Dar Chtioua	dar-chtioua	MA		0	Africa/Casablanca	32.03624	-9.05333				07	431		
10917225	Douar Oulad Mira	douar-oulad-mira	MA		0	Africa/Casablanca	32.03313	-9.08082				07	431		
10917231	Douar Laassara	douar-laassara	MA		0	Africa/Casablanca	32.01721	-9.05101				07	431		
10917232	Douar Mchaouda	douar-mchaouda	MA		0	Africa/Casablanca	32.01521	-9.04917				07	431		
10917233	Rbaat Lemdak	rbaat-lemdak	MA		0	Africa/Casablanca	32.0159	-9.04651				07	431		
10917236	Douar Oulad Cheikh	douar-oulad-cheikh	MA		0	Africa/Casablanca	32.01339	-9.04541				07	431		
10917240	Rbaat Ettaybi	rbaat-ettaybi	MA		0	Africa/Casablanca	32.00338	-9.07069				07	431		
10917241	Douar Dradra	douar-dradra	MA		0	Africa/Casablanca	32.00471	-9.06951				07	431		
10917242	Douar Lemlalessa	douar-lemlalessa	MA		0	Africa/Casablanca	32.00216	-9.06919				07	431		
10917243	Rbaat El Caid Abbou	rbaat-el-caid-abbou	MA		0	Africa/Casablanca	32.00154	-9.06442				07	431		
10917245	Rbaat Eddaou	rbaat-eddaou	MA		0	Africa/Casablanca	32.00003	-9.06457				07	431		
10917248	Douar Oulad Ennah	douar-oulad-ennah	MA		0	Africa/Casablanca	32.12244	-9.01936				07	431		
10917255	Douar Lemghayta	douar-lemghayta	MA		0	Africa/Casablanca	32.11493	-9.00582				07	431		
10917256	Douar Allal Ben Mekki	douar-allal-ben-mekki	MA		0	Africa/Casablanca	32.10815	-9.01303				07	431		
10917258	Douar Oulad El Bahtri	douar-oulad-el-bahtri	MA		0	Africa/Casablanca	32.10104	-9.02196				07	431		
10917260	Douar Oulad Bari	douar-oulad-bari	MA		0	Africa/Casablanca	32.0983	-9.03029				07	431		
10917261	Douar Oulad Sidi Lahna	douar-oulad-sidi-lahna	MA		0	Africa/Casablanca	32.09607	-9.03396				07	431		
10917262	Douar Qsasma	douar-qsasma	MA		0	Africa/Casablanca	32.09772	-9.02037				07	431		
10917263	Douar Oulad Khenati	douar-oulad-khenati	MA		0	Africa/Casablanca	32.09588	-9.02791				07	431		
10917264	Douar Lahchachena	douar-lahchachena	MA		0	Africa/Casablanca	32.10155	-9.00383				07	431		
10917266	Douar Oulad Bouchaayb	douar-oulad-bouchaayb	MA		0	Africa/Casablanca	32.09621	-9.00361				07	431		
10917269	Douar Ettahra	douar-ettahra	MA		0	Africa/Casablanca	32.09305	-9.01127				07	431		
10917272	Douar Laaouamer	douar-laaouamer	MA		0	Africa/Casablanca	32.09036	-9.03636				07	431		
10917273	Douar Lahbahba	douar-lahbahba	MA		0	Africa/Casablanca	32.08932	-9.02454				07	431		
10917274	Douar Qnabaa	douar-qnabaa	MA		0	Africa/Casablanca	32.09128	-9.01655				07	431		
10917275	Douar Labkara	douar-labkara	MA		0	Africa/Casablanca	32.08963	-9.01692				07	431		
10917277	Douar Oulad Bou Nouh	douar-oulad-bou-nouh	MA		0	Africa/Casablanca	32.08587	-9.004				07	431		
10917278	Douar Errehahla Aouayed	douar-errehahla-aouayed	MA		0	Africa/Casablanca	32.08561	-9.03357				07	431		
10917279	Douar Et Maddaha	douar-et-maddaha	MA		0	Africa/Casablanca	32.08125	-9.02357				07	431		
10917281	Douar Oulad Bou Nouh	douar-oulad-bou-nouh	MA		0	Africa/Casablanca	32.08272	-9.00971				07	431		
10917282	Douar Oulad Ba Allal	douar-oulad-ba-allal	MA		0	Africa/Casablanca	32.07932	-9.01563				07	431		
10917283	Douar Lemdayna	douar-lemdayna	MA		0	Africa/Casablanca	32.07734	-9.02293				07	431		
10917285	Douar Lagmihat	douar-lagmihat	MA		0	Africa/Casablanca	32.07507	-9.03254				07	431		
10917286	Rbaat Ben Tahar	rbaat-ben-tahar	MA		0	Africa/Casablanca	32.07205	-9.0391				07	431		
10917287	Douar Oulad Ali Dcheira	douar-oulad-ali-dcheira	MA		0	Africa/Casablanca	32.07027	-9.02709				07	431		
10917288	Douar El Haj Hajjaj	douar-el-haj-hajjaj	MA		0	Africa/Casablanca	32.06836	-9.03327				07	431		
10917290	Rbaat El Haj Abbou	rbaat-el-haj-abbou	MA		0	Africa/Casablanca	32.06434	-9.03065				07	431		
10917292	Douar Laaouissat	douar-laaouissat	MA		0	Africa/Casablanca	32.06085	-9.03814				07	431		
10917293	Douar Lafquih Ben Lemfaddel	douar-lafquih-ben-lemfaddel	MA		0	Africa/Casablanca	32.05816	-9.04061				07	431		
10917304	Douar Lahminat	douar-lahminat	MA		0	Africa/Casablanca	32.04071	-9.01318				07	431		
10917305	Douar Lemmaguer	douar-lemmaguer	MA		0	Africa/Casablanca	32.04592	-9.00252				07	431		
10917306	Douar Oulad Bou Naji	douar-oulad-bou-naji	MA		0	Africa/Casablanca	32.04448	-9.00383				07	431		
10917307	Rbaat El Arbi	rbaat-el-arbi	MA		0	Africa/Casablanca	32.04001	-9.00105				07	431		
10917309	Douar Laazzaba	douar-laazzaba	MA		0	Africa/Casablanca	32.03853	-9.0187				07	431		
10917312	Dar Ahmed El Hommiri	dar-ahmed-el-hommiri	MA		0	Africa/Casablanca	32.03569	-9.03136				07	431		
10917313	Douar Oulad Ben Ali	douar-oulad-ben-ali	MA		0	Africa/Casablanca	32.03691	-9.01426				07	431		
10917314	Douar Laalatra	douar-laalatra	MA		0	Africa/Casablanca	32.03519	-9.01793				07	431		
10917316	Douar Echeleuh	douar-echeleuh	MA		0	Africa/Casablanca	32.03433	-9.00816				07	431		
10917319	Douar Azib El Caid	douar-azib-el-caid	MA		0	Africa/Casablanca	32.02827	-9.02636				07	431		
10917320	Douar Mzilat	douar-mzilat	MA		0	Africa/Casablanca	32.02694	-9.00353				07	431		
10917326	Douar Jrifat	douar-jrifat	MA		0	Africa/Casablanca	32.01597	-9.01821				07	431		
10917328	Douar Hnazza	douar-hnazza	MA		0	Africa/Casablanca	32.01275	-9.04007				07	431		
10917329	Douar Errehahla	douar-errehahla	MA		0	Africa/Casablanca	32.01181	-9.03741				07	431		
10917330	Douar Zaouiat Lafquih Lmagri	douar-zaouiat-lafquih-lmagri	MA		0	Africa/Casablanca	32.00882	-9.03417				07	431		
10917331	Douar Lahmadat	douar-lahmadat	MA		0	Africa/Casablanca	32.01386	-9.02239				07	431		
10917334	Douar Sidi Hemmine	douar-sidi-hemmine	MA		0	Africa/Casablanca	32.00671	-9.03241				07	431		
10917335	Ex Souk Nagga	ex-souk-nagga	MA		0	Africa/Casablanca	32.00606	-9.02361				07	431		
10917336	Douar Oulad Mbarek Bel Haj	douar-oulad-mbarek-bel-haj	MA		0	Africa/Casablanca	32.00437	-9.03155				07	431		
10917337	Douar Jrifat	douar-jrifat	MA		0	Africa/Casablanca	32.00283	-9.0337				07	431		
10917345	Douar Oulad Lhoummane	douar-oulad-lhoummane	MA		0	Africa/Casablanca	32.0014	-9.00615				07	431		
10917349	Hay Khrarza	hay-khrarza	MA		0	Africa/Casablanca	32.09711	-9.09034				07	431		
10917353	Hay El Mosjid	hay-el-mosjid	MA		0	Africa/Casablanca	32.10879	-9.08236				07	431		
10917354	Hay El Anhaour	hay-el-anhaour	MA		0	Africa/Casablanca	32.10163	-9.08419				07	431		
10917355	Douar Errehahla	douar-errehahla	MA		0	Africa/Casablanca	32.08754	-9.06578				07	431		
10917359	Douar Lemrajna	douar-lemrajna	MA		0	Africa/Casablanca	32.03575	-9.06901				07	431		
10917407	Amandal	amandal	MA		0	Africa/Casablanca	30.92347	-8.45734				07	041		
10917408	Agadir	agadir	MA		0	Africa/Casablanca	30.90021	-8.49304				07	041		
10917409	Tawrirt	tawrirt	MA		0	Africa/Casablanca	30.89692	-8.47319				07	041		
10917410	Igherm	igherm	MA		0	Africa/Casablanca	30.89734	-8.46782				07	041		
10917411	Imlil	imlil	MA		0	Africa/Casablanca	30.89775	-8.44244				07	041		
10917417	Adabdi	adabdi	MA		0	Africa/Casablanca	30.83843	-8.4847				09	541		
10917424	Aït Marhouch	ait-marhouch	MA		0	Africa/Casablanca	30.81079	-8.43897				09	541		
10917428	Wawdirnat	wawdirnat	MA		0	Africa/Casablanca	30.80419	-8.43352				09	541		
10917429	Azrou-n-Hammou	azrou-n-hammou	MA		0	Africa/Casablanca	30.80795	-8.43623				09	541		
10917430	Irgane	irgane	MA		0	Africa/Casablanca	30.78229	-8.491				09	541		
10917431	Tighboula	tighboula	MA		0	Africa/Casablanca	30.78553	-8.48497				09	541		
10917432	Farnat	farnat	MA		0	Africa/Casablanca	30.77725	-8.48877				09	541		
10917436	Aït Yous	ait-yous	MA		0	Africa/Casablanca	30.76994	-8.44299				09	541		
10917438	Tawrirt-n-Ouchbarou	tawrirt-n-ouchbarou	MA		0	Africa/Casablanca	30.75909	-8.4789				09	541		
10917439	Ayn-n-Ou Gourrame	ayn-n-ou-gourrame	MA		0	Africa/Casablanca	30.75924	-8.46759				09	541		
10917440	Targa-n-Llanna	targa-n-llanna	MA		0	Africa/Casablanca	30.75741	-8.44652				09	541		
10917443	Tamoumant	tamoumant	MA		0	Africa/Casablanca	30.76794	-8.43564				09	541		
10917447	Talbourine	talbourine	MA		0	Africa/Casablanca	30.80457	-8.42534				09	541		
10917448	Agard	agard	MA		0	Africa/Casablanca	30.80713	-8.42817				09	541		
10917449	Tawyalt	tawyalt	MA		0	Africa/Casablanca	30.80772	-8.43128				09	541		
10917452	Aït-Ou-Blal	ait-ou-blal	MA		0	Africa/Casablanca	30.82372	-8.41937				09	541		
10917454	Achbarou	achbarou	MA		0	Africa/Casablanca	30.83638	-8.41169				09	541		
10917457	Aït Hmid	ait-hmid	MA		0	Africa/Casablanca	30.83781	-8.40686				09	541		
10917458	Aït Tiyouga	ait-tiyouga	MA		0	Africa/Casablanca	30.85091	-8.39334				09	541		
10917460	Chafarni	chafarni	MA		0	Africa/Casablanca	30.83371	-8.39844				09	541		
10917461	Tizi	tizi	MA		0	Africa/Casablanca	30.8538	-8.4148				09	541		
10917462	Ighil	ighil	MA		0	Africa/Casablanca	30.86009	-8.41242				09	541		
10917463	Tigmi-n-Aït Bou Mouzzough	tigmi-n-ait-bou-mouzzough	MA		0	Africa/Casablanca	30.85874	-8.38345				09	541		
10917466	Wizammarn	wizammarn	MA		0	Africa/Casablanca	30.90076	-8.42752				07	041		
10917469	Lamkayt	lamkayt	MA		0	Africa/Casablanca	30.90212	-8.39542				07	041		
10917470	Idrarane	idrarane	MA		0	Africa/Casablanca	30.89868	-8.38856				07	041		
10917474	Analghi	analghi	MA		0	Africa/Casablanca	30.92096	-8.41126				07	041		
10917475	Zawyat Askar	zawyat-askar	MA		0	Africa/Casablanca	30.92296	-8.39657				07	041		
10917476	Tirmouza	tirmouza	MA		0	Africa/Casablanca	30.93386	-8.41889				07	041		
10917477	Tanifguirt	tanifguirt	MA		0	Africa/Casablanca	30.9945	-8.38222				07	041		
10917478	Tawrirt	tawrirt	MA		0	Africa/Casablanca	30.99373	-8.36259				07	041		
10917479	Ibouhassa	ibouhassa	MA		0	Africa/Casablanca	30.9939	-8.35948				07	041		
10917480	Tirikht	tirikht	MA		0	Africa/Casablanca	30.98984	-8.35727				07	041		
10917481	Asloun	asloun	MA		0	Africa/Casablanca	30.99315	-8.34991				07	041		
10917482	Agadir	agadir	MA		0	Africa/Casablanca	30.99416	-8.34114				07	041		
10917487	Toudna	toudna	MA		0	Africa/Casablanca	30.93035	-8.33987				07	041		
10917488	Oukoun	oukoun	MA		0	Africa/Casablanca	30.91384	-8.34421				07	041		
10917500	Aït Lahsene	ait-lahsene	MA		0	Africa/Casablanca	30.84531	-8.33938				09	541		
10917501	Idaghassane	idaghassane	MA		0	Africa/Casablanca	30.83844	-8.34103				09	541		
10917502	Takalilt	takalilt	MA		0	Africa/Casablanca	30.84697	-8.33318				09	541		
10917503	Amskrar	amskrar	MA		0	Africa/Casablanca	30.82971	-8.34663				09	541		
10917515	Tiftit	tiftit	MA		0	Africa/Casablanca	30.75578	-8.28401				09	541		
10917517	Aït ’Mar	ait-mar	MA		0	Africa/Casablanca	30.75541	-8.27547				09	541		
10917518	Dou Iskal	dou-iskal	MA		0	Africa/Casablanca	30.78432	-8.28268				09	541		
10917520	Tizirt-n-Hanguira	tizirt-n-hanguira	MA		0	Africa/Casablanca	30.82045	-8.30916				09	541		
10917521	Aït Haddou	ait-haddou	MA		0	Africa/Casablanca	30.82434	-8.30749				09	541		
10917528	Ifazd Ad’ane	ifazd-ad-ane	MA		0	Africa/Casablanca	30.9093	-8.30808				07	041		
10917529	Tanzzat	tanzzat	MA		0	Africa/Casablanca	30.90423	-8.29279				07	041		
10917531	Idni	idni	MA		0	Africa/Casablanca	30.91446	-8.28904				07	041		
10917533	Talatane	talatane	MA		0	Africa/Casablanca	30.92551	-8.32283				07	041		
10917534	Agadir-n-Oukoun	agadir-n-oukoun	MA		0	Africa/Casablanca	30.92611	-8.32725				07	041		
10917535	Machchadine	machchadine	MA		0	Africa/Casablanca	30.92839	-8.28111				07	041		
10917536	Timsal	timsal	MA		0	Africa/Casablanca	30.92404	-8.27799				07	041		
10917537	Aït Makraz	ait-makraz	MA		0	Africa/Casablanca	30.92109	-8.27782				07	041		
10917539	Arg	arg	MA		0	Africa/Casablanca	30.92037	-8.27651				07	041		
10917541	Amsad	amsad	MA		0	Africa/Casablanca	30.94008	-8.31287				07	041		
10917542	Isqalane	isqalane	MA		0	Africa/Casablanca	30.93642	-8.27033				07	041		
10917546	Amaskraghjjane	amaskraghjjane	MA		0	Africa/Casablanca	30.98132	-8.30286				07	041		
10917548	Tawrirt	tawrirt	MA		0	Africa/Casablanca	30.97447	-8.28916				07	041		
10917549	Amarzgane	amarzgane	MA		0	Africa/Casablanca	30.97194	-8.28037				07	041		
10917550	Al Mouda	al-mouda	MA		0	Africa/Casablanca	30.97819	-8.28468				07	041		
10917551	Izarrane	izarrane	MA		0	Africa/Casablanca	30.98003	-8.27863				07	041		
10917552	Ighil	ighil	MA		0	Africa/Casablanca	30.9841	-8.28803				07	041		
10917553	Alous	alous	MA		0	Africa/Casablanca	30.98998	-8.33262				07	041		
10917555	Tafarghoust	tafarghoust	MA		0	Africa/Casablanca	30.97845	-8.25402				07	041		
10917556	Anbdour	anbdour	MA		0	Africa/Casablanca	30.97275	-8.25423				07	041		
10917558	Ahachi	ahachi	MA		0	Africa/Casablanca	30.95509	-8.24895				07	041		
10917562	Aït Yahya	ait-yahya	MA		0	Africa/Casablanca	30.85071	-8.2555				09	541		
10917564	Sidi ’Ali Ou Brahim	sidi-ali-ou-brahim	MA		0	Africa/Casablanca	30.80444	-8.24975				09	541		
10917567	Aït Ba ’Azzi	ait-ba-azzi	MA		0	Africa/Casablanca	30.75535	-8.27028				09	541		
10917571	Tassila	tassila	MA		0	Africa/Casablanca	30.97749	-8.26622				07	041		
10917601	Hafrat Lmal	hafrat-lmal	MA		0	Africa/Casablanca	32.7065	-8.96202				06	467		
10917609	Hofrat Lhoussine	hofrat-lhoussine	MA		0	Africa/Casablanca	32.69109	-8.98319				06	467		
10917613	Douar El Bit	douar-el-bit	MA		0	Africa/Casablanca	32.69167	-8.97266				06	467		
10917614	Lekrarma	lekrarma	MA		0	Africa/Casablanca	32.69891	-8.96633				06	467		
10917618	Douar Oulad Abdessalam	douar-oulad-abdessalam	MA		0	Africa/Casablanca	32.68436	-8.97665				06	467		
10917627	Douar Abadla	douar-abadla	MA		0	Africa/Casablanca	32.67385	-8.98369				07	431		
10917629	Douar Lfouqra	douar-lfouqra	MA		0	Africa/Casablanca	32.67645	-8.98916				07	431		
10917648	Douar Syayra Sahel	douar-syayra-sahel	MA		0	Africa/Casablanca	32.63866	-8.9788				06	467		
10917654	Coopérative Smamra	cooperative-smamra	MA		0	Africa/Casablanca	32.62537	-8.98863				06	467		
10917659	Loued Lghareq	loued-lghareq	MA		0	Africa/Casablanca	32.62949	-8.9348				06	467		
10917661	Azzabat Syayra	azzabat-syayra	MA		0	Africa/Casablanca	32.63367	-8.9472				06	467		
10917663	Douar Drabene	douar-drabene	MA		0	Africa/Casablanca	32.63153	-8.96476				06	467		
10917672	Douar Azzoubya	douar-azzoubya	MA		0	Africa/Casablanca	32.65723	-8.92953				06	467		
10917690	Douar Msaada	douar-msaada	MA		0	Africa/Casablanca	32.70396	-8.95743				06	467		
10917719	Douar Bir Jmel	douar-bir-jmel	MA		0	Africa/Casablanca	32.73989	-8.91868				06	467		
10917722	Rbaat Oulad Aicha	rbaat-oulad-aicha	MA		0	Africa/Casablanca	32.72995	-8.92921				06	467		
10917731	Douar Soualha	douar-soualha	MA		0	Africa/Casablanca	32.70922	-8.8969				06	467		
10917747	Douar Ezzoubya	douar-ezzoubya	MA		0	Africa/Casablanca	32.66309	-8.92768				06	467		
10917753	Douar Brarda	douar-brarda	MA		0	Africa/Casablanca	32.62729	-8.89395				06	467		
10917758	Ahl Lkifane	ahl-lkifane	MA		0	Africa/Casablanca	32.64395	-8.88019				06	467		
10917759	Douar Kifane	douar-kifane	MA		0	Africa/Casablanca	32.6497	-8.87961				06	467		
10917766	Douar Oulad Amer	douar-oulad-amer	MA		0	Africa/Casablanca	32.67025	-8.88521				06	467		
10917769	Bou Hnik	bou-hnik	MA		0	Africa/Casablanca	32.67854	-8.88377				06	467		
10917770	Douar Oulad Amer Sahel	douar-oulad-amer-sahel	MA		0	Africa/Casablanca	32.68109	-8.88265				06	467		
10917778	Douar El Haj Tahar	douar-el-haj-tahar	MA		0	Africa/Casablanca	32.69261	-8.90208				06	467		
10917781	Douar Oulad Sidi Ali	douar-oulad-sidi-ali	MA		0	Africa/Casablanca	32.70218	-8.89849				06	467		
10917787	Douar Oulad Zina Soulha	douar-oulad-zina-soulha	MA		0	Africa/Casablanca	32.71695	-8.88716				06	181		
10917790	Douar Oulad El Haj Oualidi	douar-oulad-el-haj-oualidi	MA		0	Africa/Casablanca	32.72327	-8.88395				06	181		
10917791	Douar Oulad Zina Daya	douar-oulad-zina-daya	MA		0	Africa/Casablanca	32.72576	-8.87356				06	181		
10917832	Douar Dkakla	douar-dkakla	MA		0	Africa/Casablanca	33.62189	-7.37026				06	371		
10917833	Dar Jmila Jilali	dar-jmila-jilali	MA		0	Africa/Casablanca	33.61989	-7.35657				06	371		
10917835	Douar Bitate	douar-bitate	MA		0	Africa/Casablanca	33.61525	-7.35107				06	371		
10917837	Douar Qdadra	douar-qdadra	MA		0	Africa/Casablanca	33.60881	-7.35361				06	371		
10917839	Oulad Ba Hmad	oulad-ba-hmad	MA		0	Africa/Casablanca	33.60817	-7.36994				06	371		
10917842	Rzazqa	rzazqa	MA		0	Africa/Casablanca	33.59115	-7.36255				06	371		
10917843	Douar Qouasma	douar-qouasma	MA		0	Africa/Casablanca	33.58304	-7.36382				06	371		
10917847	Douar Sahraoua	douar-sahraoua	MA		0	Africa/Casablanca	33.55978	-7.36912				06	371		
10917848	Douar Mhajir Sidi Laarbi	douar-mhajir-sidi-laarbi	MA		0	Africa/Casablanca	33.55733	-7.35618				06	371		
10917849	Douar Lamharmech	douar-lamharmech	MA		0	Africa/Casablanca	33.55608	-7.36545				06	371		
10917850	Douar Chatbiya	douar-chatbiya	MA		0	Africa/Casablanca	33.55461	-7.3521				06	371		
10917855	Karyane Le Camiroune	karyane-le-camiroune	MA		0	Africa/Casablanca	33.54338	-7.35708				06	371		
10917856	Coopérative Taray	cooperative-taray	MA		0	Africa/Casablanca	33.54685	-7.37363				06	371		
10917857	Oulad Ben Driss	oulad-ben-driss	MA		0	Africa/Casablanca	33.54339	-7.36507				06	371		
10917859	Oulad Chakouiya	oulad-chakouiya	MA		0	Africa/Casablanca	33.54191	-7.35959				06	371		
10917861	Oulad Charqi	oulad-charqi	MA		0	Africa/Casablanca	33.54048	-7.33915				06	111		
10917863	Oulad Lkhouda	oulad-lkhouda	MA		0	Africa/Casablanca	33.5356	-7.35062				06	371		
10917864	Oulad Hejjaj	oulad-hejjaj	MA		0	Africa/Casablanca	33.53522	-7.35867				06	371		
10917866	Oulad Zeroual	oulad-zeroual	MA		0	Africa/Casablanca	33.53707	-7.36981				06	371		
10917867	Oulad Lahlafi	oulad-lahlafi	MA		0	Africa/Casablanca	33.53313	-7.35273				06	371		
10917870	Oulad Abbas	oulad-abbas	MA		0	Africa/Casablanca	33.52785	-7.35515				06	371		
10917873	Oulad Ben Charqi	oulad-ben-charqi	MA		0	Africa/Casablanca	33.52392	-7.35404				06	371		
10917875	Coopérative Lmassira	cooperative-lmassira	MA		0	Africa/Casablanca	33.52034	-7.36517				06	371		
10917876	Qachlatel Laaryane	qachlatel-laaryane	MA		0	Africa/Casablanca	33.51912	-7.35616				06	371		
10917883	Laksaksa	laksaksa	MA		0	Africa/Casablanca	33.49327	-7.2975		Al Ksaksa,Laksaksa		06	111		
10917886	Oulad Chantouf	oulad-chantouf	MA		0	Africa/Casablanca	33.51989	-7.32905				06	111		
10917887	Oulad Fatna	oulad-fatna	MA		0	Africa/Casablanca	33.52336	-7.32448				06	111		
10917888	Oulad Hammou	oulad-hammou	MA		0	Africa/Casablanca	33.52977	-7.31495				06	111		
10917890	Oulad Amer	oulad-amer	MA		0	Africa/Casablanca	33.53522	-7.33439				06	111		
10917891	Oulad Cheikh Moule Ragouba	oulad-cheikh-moule-ragouba	MA		0	Africa/Casablanca	33.53576	-7.31695				06	111		
10917892	Oulad Taher Ben Tharni	oulad-taher-ben-tharni	MA		0	Africa/Casablanca	33.53923	-7.32092				06	111		
10917893	Oulad Laazaouza	oulad-laazaouza	MA		0	Africa/Casablanca	33.54366	-7.31487				06	111		
10917895	Laazaouza	laazaouza	MA		0	Africa/Casablanca	33.54356	-7.32765				06	111		
10917898	Douar Laamour	douar-laamour	MA		0	Africa/Casablanca	33.55418	-7.33413				06	111		
10917899	Douar Laamour	douar-laamour	MA		0	Africa/Casablanca	33.56439	-7.31302				06	111		
10917904	Mhajir	mhajir	MA		0	Africa/Casablanca	33.57601	-7.32632				06	111		
10917909	Dar Ahmed Moussa	dar-ahmed-moussa	MA		0	Africa/Casablanca	33.58851	-7.32205				06	371		
10917910	Oulad Med Ben Abdessalam	oulad-med-ben-abdessalam	MA		0	Africa/Casablanca	33.58395	-7.31888				06	111		
10917912	Douar Ain Obabej	douar-ain-obabej	MA		0	Africa/Casablanca	33.5948	-7.31577				06	371		
10917914	Douar Ballouta	douar-ballouta	MA		0	Africa/Casablanca	33.60565	-7.32774				06	371		
10917918	Dar Maayet Med	dar-maayet-med	MA		0	Africa/Casablanca	33.61181	-7.31841				06	371		
10917920	Douar Baayer	douar-baayer	MA		0	Africa/Casablanca	33.61659	-7.32044				06	371		
10917921	Oulad Kabbour	oulad-kabbour	MA		0	Africa/Casablanca	33.62039	-7.33227				06	371		
10917922	Douar Trab Lahmar	douar-trab-lahmar	MA		0	Africa/Casablanca	33.62168	-7.30606				06	371		
10917927	Rbabha	rbabha	MA		0	Africa/Casablanca	33.61401	-7.28621				06	111		
10917928	Oulad Moussa	oulad-moussa	MA		0	Africa/Casablanca	33.61056	-7.2838				06	111		
10917930	Douar Ghouirrat	douar-ghouirrat	MA		0	Africa/Casablanca	33.60395	-7.29739				06	111		
10917932	Douar Mlalka	douar-mlalka	MA		0	Africa/Casablanca	33.59571	-7.28213				06	111		
10917933	Dhahna	dhahna	MA		0	Africa/Casablanca	33.59814	-7.28868				06	111		
10917935	Douar Nzala	douar-nzala	MA		0	Africa/Casablanca	33.59898	-7.30413				06	111		
10917938	Chaabat Bourara	chaabat-bourara	MA		0	Africa/Casablanca	33.58148	-7.28848				06	111		
10917943	Gzoulat	gzoulat	MA		0	Africa/Casablanca	33.5638	-7.28522				06	111		
10917945	Coopérative Najah	cooperative-najah	MA		0	Africa/Casablanca	33.55119	-7.27756				06	111		
10917946	Leghlimiyine	leghlimiyine	MA		0	Africa/Casablanca	33.55064	-7.29333				06	111		
10917949	Lhaddada	lhaddada	MA		0	Africa/Casablanca	33.5397	-7.27668				06	111		
10917954	Oulad Slimane	oulad-slimane	MA		0	Africa/Casablanca	33.51102	-7.29749				06	111		
10917955	Oulad Khdija	oulad-khdija	MA		0	Africa/Casablanca	33.51397	-7.29361				06	111		
10917956	Oulad Daouya	oulad-daouya	MA		0	Africa/Casablanca	33.52084	-7.2857				06	111		
10917957	Oulad Boukheliq	oulad-boukheliq	MA		0	Africa/Casablanca	33.52132	-7.28259				06	111		
10917958	Dar Lhaj Bouchaayb Lmajjati	dar-lhaj-bouchaayb-lmajjati	MA		0	Africa/Casablanca	33.52549	-7.27652				06	111		
10917959	Laghzaouna	laghzaouna	MA		0	Africa/Casablanca	33.51775	-7.27502				06	111		
10917960	Oulad Thami	oulad-thami	MA		0	Africa/Casablanca	33.50079	-7.29922				06	111		
10917961	Oulad Moussa Ben Alyane	oulad-moussa-ben-alyane	MA		0	Africa/Casablanca	33.4978	-7.28528				06	111		
10917964	Douar Bajja	douar-bajja	MA		0	Africa/Casablanca	33.50141	-7.26709				06	111		
10917965	Hasnaoua	hasnaoua	MA		0	Africa/Casablanca	33.50579	-7.26509				06	111		
10917966	Oulad Bahaddou	oulad-bahaddou	MA		0	Africa/Casablanca	33.49937	-7.26018				06	111		
10917972	Oulad Rabeh	oulad-rabeh	MA		0	Africa/Casablanca	33.52125	-7.26213				06	111		
10917973	Oulad Charqaouiya	oulad-charqaouiya	MA		0	Africa/Casablanca	33.52603	-7.27209				06	111		
10917974	Moulay Bouchaayb	moulay-bouchaayb	MA		0	Africa/Casablanca	33.5295	-7.26902				06	111		
10917975	Oulad Laalam	oulad-laalam	MA		0	Africa/Casablanca	33.52648	-7.26372				06	111		
10917982	Laqdamra	laqdamra	MA		0	Africa/Casablanca	33.54673	-7.27599				06	111		
10917984	Oulad Bouaazza	oulad-bouaazza	MA		0	Africa/Casablanca	33.55797	-7.25767				06	111		
10917986	Chraaoua	chraaoua	MA		0	Africa/Casablanca	33.56491	-7.24896				06	111		
10917988	Oulad Lhachmi	oulad-lhachmi	MA		0	Africa/Casablanca	33.57481	-7.254				06	111		
10917989	Bou Derbala	bou-derbala	MA		0	Africa/Casablanca	33.57771	-7.25235				06	111		
10917990	Oulad Lmaati	oulad-lmaati	MA		0	Africa/Casablanca	33.57798	-7.26917				06	111		
10917993	Douar Tbabaa	douar-tbabaa	MA		0	Africa/Casablanca	33.57839	-7.25428				06	111		
10917994	Oulad Lmekki	oulad-lmekki	MA		0	Africa/Casablanca	33.57885	-7.25705				06	111		
10917998	Douar Mezzouche	douar-mezzouche	MA		0	Africa/Casablanca	33.61001	-7.26893				06	111		
10918035	Hay Lhassani	hay-lhassani	MA		0	Africa/Casablanca	33.6223	-7.12099				06	111		
10918036	Hay Lqods	hay-lqods	MA		0	Africa/Casablanca	33.61689	-7.11674				06	111		
10918057	Lbachaouiya	lbachaouiya	MA		0	Africa/Casablanca	33.61107	-7.11294				06	111		
10918058	Dar Talib	dar-talib	MA		0	Africa/Casablanca	33.60659	-7.11024				06	111		
10918059	Hay Lballoul	hay-lballoul	MA		0	Africa/Casablanca	33.60202	-7.11112				06	111		
10918061	Coopérative Lhassaniya	cooperative-lhassaniya	MA		0	Africa/Casablanca	33.58203	-7.11264				06	111		
10918062	Dar Lhaj Smahi	dar-lhaj-smahi	MA		0	Africa/Casablanca	33.57097	-7.10758				06	111		
10918066	Douar Oulad Youssef	douar-oulad-youssef	MA		0	Africa/Casablanca	33.54588	-7.1232				06	111		
10918068	Douar Oulad Lhaj Ali	douar-oulad-lhaj-ali	MA		0	Africa/Casablanca	33.543	-7.10947				06	111		
10918069	Douar Oulad Zaga	douar-oulad-zaga	MA		0	Africa/Casablanca	33.53869	-7.12253				06	111		
10918070	Douar Oulad Frikh	douar-oulad-frikh	MA		0	Africa/Casablanca	33.53925	-7.10648				06	111		
10918073	Douar Moualine El Oued	douar-moualine-el-oued	MA		0	Africa/Casablanca	33.51536	-7.11878				06	111		
10918075	Douar Bouamer	douar-bouamer	MA		0	Africa/Casablanca	33.515	-7.10775				06	111		
10918077	Douar Oulad Bouazza Ben Jilali	douar-oulad-bouazza-ben-jilali	MA		0	Africa/Casablanca	33.5042	-7.11998				06	111		
10918078	Douar Oulad Sidi Bouazza	douar-oulad-sidi-bouazza	MA		0	Africa/Casablanca	33.50421	-7.10981				06	111		
10918080	Douar Oulad Boughrara	douar-oulad-boughrara	MA		0	Africa/Casablanca	33.50555	-7.09726				06	111		
10918085	Douar Oulad Sidi Hammed	douar-oulad-sidi-hammed	MA		0	Africa/Casablanca	33.52571	-7.09651				06	111		
10918086	Douar Bouziyane	douar-bouziyane	MA		0	Africa/Casablanca	33.53108	-7.09374				06	111		
10918087	Douar Bou Amri	douar-bou-amri	MA		0	Africa/Casablanca	33.53391	-7.09724				06	111		
10918090	Douar Oulad Ziyane	douar-oulad-ziyane	MA		0	Africa/Casablanca	33.54354	-7.09378				06	111		
10918092	Douar Oulad Bou Zakaren	douar-oulad-bou-zakaren	MA		0	Africa/Casablanca	33.54843	-7.0887				06	111		
10918097	Douar Bouchouitina	douar-bouchouitina	MA		0	Africa/Casablanca	33.59697	-7.09936				06	111		
10918099	Douar Laqraoucha	douar-laqraoucha	MA		0	Africa/Casablanca	33.59807	-7.07841				06	111		
10918103	Douar Oulad Ben Dahhan	douar-oulad-ben-dahhan	MA		0	Africa/Casablanca	33.56218	-7.08596				06	111		
10918106	Douar Oulad Laaoura	douar-oulad-laaoura	MA		0	Africa/Casablanca	33.55591	-7.07946				06	111		
10918107	Douar Mrij	douar-mrij	MA		0	Africa/Casablanca	33.54023	-7.07547				06	111		
10918110	Douar Oulad Abid	douar-oulad-abid	MA		0	Africa/Casablanca	33.53708	-7.07728				06	111		
10918111	Douar Ad Doma	douar-ad-doma	MA		0	Africa/Casablanca	33.53503	-7.08994				06	111		
10918112	Douar Oulad Jbel Lefqih	douar-oulad-jbel-lefqih	MA		0	Africa/Casablanca	33.53244	-7.08591				06	111		
10918113	Douar Srarhna	douar-srarhna	MA		0	Africa/Casablanca	33.52898	-7.09008				06	111		
10918114	Douar Oulad Kamel	douar-oulad-kamel	MA		0	Africa/Casablanca	33.52528	-7.08371				06	111		
10918115	Douar Mhaousa	douar-mhaousa	MA		0	Africa/Casablanca	33.5155	-7.08609				06	111		
10918116	Douar Oulad Lhaj Arroub	douar-oulad-lhaj-arroub	MA		0	Africa/Casablanca	33.51722	-7.0771				06	111		
10918118	Douar Oulad Charqi Benslimane	douar-oulad-charqi-benslimane	MA		0	Africa/Casablanca	33.51165	-7.07954				06	111		
10918120	Douar Oulad Draydi	douar-oulad-draydi	MA		0	Africa/Casablanca	33.50223	-7.08139				06	111		
10918121	Douar Oulad Jilali	douar-oulad-jilali	MA		0	Africa/Casablanca	33.49933	-7.0724				06	111		
10918123	Douar Charqaoua	douar-charqaoua	MA		0	Africa/Casablanca	33.51468	-7.05957				06	111		
10918124	Douar Oulad Gzouli	douar-oulad-gzouli	MA		0	Africa/Casablanca	33.51684	-7.07013				06	111		
10918126	Douar Oulad Benachir Lagnaouiya	douar-oulad-benachir-lagnaouiya	MA		0	Africa/Casablanca	33.52098	-7.07566				06	111		
10918131	Douar Oulad Ben Abdellah	douar-oulad-ben-abdellah	MA		0	Africa/Casablanca	33.53421	-7.05743				06	111		
10918134	Douar Oulad Allal	douar-oulad-allal	MA		0	Africa/Casablanca	33.55018	-7.07225				06	111		
10918136	Douar Oulad Ben Abdessalam	douar-oulad-ben-abdessalam	MA		0	Africa/Casablanca	33.55203	-7.06998				06	111		
10918137	Douar Oulad Ben Rahhal	douar-oulad-ben-rahhal	MA		0	Africa/Casablanca	33.55879	-7.06444				06	111		
10918138	Douar Oulad Amer	douar-oulad-amer	MA		0	Africa/Casablanca	33.56042	-7.0735				06	111		
10918141	Coopérative Sehb Laasel	cooperative-sehb-laasel	MA		0	Africa/Casablanca	33.58178	-7.06556				06	111		
10918143	Commune Laayayda	commune-laayayda	MA		0	Africa/Casablanca	33.58404	-7.07161				06	111		
10918149	Labrarcha	labrarcha	MA		0	Africa/Casablanca	33.60608	-7.06315				06	111		
10918151	Douar Oulad Bouazza	douar-oulad-bouazza	MA		0	Africa/Casablanca	33.62118	-7.04747				06	111		
10918153	Douar Oulad Bouabid	douar-oulad-bouabid	MA		0	Africa/Casablanca	33.60143	-7.04983				06	111		
10918156	Douar Oulad Bouchaayb Ben Ali	douar-oulad-bouchaayb-ben-ali	MA		0	Africa/Casablanca	33.56845	-7.06264				06	111		
10918157	Douar Oulad Bel Haret	douar-oulad-bel-haret	MA		0	Africa/Casablanca	33.555	-7.05646				06	111		
10918158	Douar Oulad Boukharouaa	douar-oulad-boukharouaa	MA		0	Africa/Casablanca	33.55366	-7.04702				06	111		
10918159	Douar Oulad Jilali Sidi Mohammed	douar-oulad-jilali-sidi-mohammed	MA		0	Africa/Casablanca	33.53359	-7.05363				06	111		
10918161	Douar Oulad Aytoune	douar-oulad-aytoune	MA		0	Africa/Casablanca	33.52598	-7.05142				06	111		
10918162	Douar Oulad Khaddo	douar-oulad-khaddo	MA		0	Africa/Casablanca	33.52308	-7.06003				06	111		
10918163	Douar Oulad Jilali	douar-oulad-jilali	MA		0	Africa/Casablanca	33.50919	-7.042				06	111		
10918166	Douar Oulad Lhaj Lorfi	douar-oulad-lhaj-lorfi	MA		0	Africa/Casablanca	33.52119	-7.03272				06	111		
10918167	Douar Oulad Taher	douar-oulad-taher	MA		0	Africa/Casablanca	33.52349	-7.04018				06	111		
10918170	Douar Laissaoui	douar-laissaoui	MA		0	Africa/Casablanca	33.53173	-7.03748				06	111		
10918171	Douar Rhahla	douar-rhahla	MA		0	Africa/Casablanca	33.53952	-7.0408				06	111		
10918176	Douar Oulad Laaroussi Zouabi	douar-oulad-laaroussi-zouabi	MA		0	Africa/Casablanca	33.57245	-7.03913				06	111		
10918177	Douar Oulad Azzouz	douar-oulad-azzouz	MA		0	Africa/Casablanca	33.59627	-7.03671				06	111		
10918178	Oualato	oualato	MA		0	Africa/Casablanca	33.59738	-7.04055				06	111		
10918181	Douar Oulad Lmiloudi	douar-oulad-lmiloudi	MA		0	Africa/Casablanca	33.60902	-7.04048				06	111		
10918184	Dar Lcaïd Charqi	dar-lcaid-charqi	MA		0	Africa/Casablanca	33.62009	-7.04366				06	111		
10918186	Douar Lahrech	douar-lahrech	MA		0	Africa/Casablanca	33.61732	-7.01369				06	111		
10918189	Douar Laaliliga	douar-laaliliga	MA		0	Africa/Casablanca	33.60727	-7.02255				06	111		
10918190	Douar Bir Tayek	douar-bir-tayek	MA		0	Africa/Casablanca	33.6015	-7.01882				06	111		
10918191	Douar Oulad Ben Daoud	douar-oulad-ben-daoud	MA		0	Africa/Casablanca	33.59595	-7.0277				06	111		
10918195	Douar Bni Aissi	douar-bni-aissi	MA		0	Africa/Casablanca	33.58281	-7.01343				06	111		
10918199	Douar Biyadat	douar-biyadat	MA		0	Africa/Casablanca	33.5618	-7.01356				06	111		
10918200	Douar Oulad Abdessalam	douar-oulad-abdessalam	MA		0	Africa/Casablanca	33.55769	-7.0215				06	111		
10918201	Douar Oulad Annag	douar-oulad-annag	MA		0	Africa/Casablanca	33.55577	-7.02392				06	111		
10918203	Douar Oulad Annag	douar-oulad-annag	MA		0	Africa/Casablanca	33.54275	-7.0189				06	111		
10918206	Douar Rhahla	douar-rhahla	MA		0	Africa/Casablanca	33.52667	-7.01865				06	111		
10918209	Douar Laalaala	douar-laalaala	MA		0	Africa/Casablanca	33.5143	-7.02386				06	111		
10918211	Douar Oulad Razzouq	douar-oulad-razzouq	MA		0	Africa/Casablanca	33.50348	-7.02373				06	111		
10918212	Douar Kouamene	douar-kouamene	MA		0	Africa/Casablanca	33.49979	-7.0227				06	111		
10918213	Douar Labssasla	douar-labssasla	MA		0	Africa/Casablanca	33.49852	-7.007				06	111		
10918214	Douar Oulad Lkoaame	douar-oulad-lkoaame	MA		0	Africa/Casablanca	33.50453	-7.00397				06	111		
10918215	Douar Oulad Zafzafa	douar-oulad-zafzafa	MA		0	Africa/Casablanca	33.51016	-7.00833				06	111		
10918216	Douar Oulad Manna	douar-oulad-manna	MA		0	Africa/Casablanca	33.51707	-7.00685				06	111		
10918218	Douar Oulad Abderrahman	douar-oulad-abderrahman	MA		0	Africa/Casablanca	33.55011	-7.00872				06	111		
10918220	Douar Oulad Khachchane	douar-oulad-khachchane	MA		0	Africa/Casablanca	33.55563	-7.00322				06	111		
10918221	Douar Oulad Assri	douar-oulad-assri	MA		0	Africa/Casablanca	33.55876	-7.00605				06	111		
10918237	Douar Lhaj Bouchaayb Nouifi	douar-lhaj-bouchaayb-nouifi	MA		0	Africa/Casablanca	33.55747	-7.10305				06	111		
10918246	Hay El Farah	hay-el-farah	MA		0	Africa/Casablanca	33.62463	-7.12263				06	111		
10918248	Oulad Gaoui	oulad-gaoui	MA		0	Africa/Casablanca	33.73945	-7.24588				06	111		
10918250	Laajalat	laajalat	MA		0	Africa/Casablanca	33.74069	-7.21952				06	111		
10918251	Oulad Sbih	oulad-sbih	MA		0	Africa/Casablanca	33.74001	-7.20328		Oulad Sbih		06	111		
10918262	Idargane	idargane	MA		0	Africa/Casablanca	30.73537	-7.99357				09	541		
10918266	Assoul	assoul	MA		0	Africa/Casablanca	30.73131	-7.98632				09	541		
10918267	Agdz-n-Igarramane	agdz-n-igarramane	MA		0	Africa/Casablanca	30.72648	-7.97568				09	541		
10918269	Tawarsqut	tawarsqut	MA		0	Africa/Casablanca	30.72659	-7.9672				09	541		
10918270	Tinouksif	tinouksif	MA		0	Africa/Casablanca	30.73085	-7.95693				09	541		
10918276	Timalwatine	timalwatine	MA		0	Africa/Casablanca	30.70183	-7.99542				09	541		
10918278	Assoun L’abdi	assoun-l-abdi	MA		0	Africa/Casablanca	30.71819	-7.96069				09	541		
10918281	Timskit	timskit	MA		0	Africa/Casablanca	30.70865	-7.95284				09	541		
10918284	Aguarti	aguarti	MA		0	Africa/Casablanca	30.6955	-7.94449				09	541		
10918288	Ikarmachcha	ikarmachcha	MA		0	Africa/Casablanca	30.64152	-7.99749				09	541		
10918289	Ighir-n-Waraz	ighir-n-waraz	MA		0	Africa/Casablanca	30.63912	-7.98229				09	541		
10918290	Tagounit	tagounit	MA		0	Africa/Casablanca	30.64	-7.99626				09	541		
10918291	Anammar	anammar	MA		0	Africa/Casablanca	30.63995	-7.98718				09	541		
10918292	Tamarzagou	tamarzagou	MA		0	Africa/Casablanca	30.63672	-7.98853				09	541		
10918293	Amalou	amalou	MA		0	Africa/Casablanca	30.63565	-7.98774				09	541		
10918294	Tawrirt-n-Waraz	tawrirt-n-waraz	MA		0	Africa/Casablanca	30.63707	-7.9802				09	541		
10918298	Amanoulli	amanoulli	MA		0	Africa/Casablanca	30.60619	-7.98685				09	541		
10918303	Maqmaq	maqmaq	MA		0	Africa/Casablanca	30.58951	-7.94465				09	541		
10918314	Zawit	zawit	MA		0	Africa/Casablanca	30.54506	-7.97626				09	541		
10918315	Taçdart	tacdart	MA		0	Africa/Casablanca	30.5451	-7.99409				09	541		
10918316	Bidgane	bidgane	MA		0	Africa/Casablanca	30.54077	-7.97435				09	541		
10918317	Targa-n-Mimoun	targa-n-mimoun	MA		0	Africa/Casablanca	30.54606	-7.96776				09	541		
10918321	Boullga	boullga	MA		0	Africa/Casablanca	30.54574	-7.94646				09	541		
10918330	Agadir-n-Tirikt	agadir-n-tirikt	MA		0	Africa/Casablanca	30.50558	-7.88757				09	541		
10918334	Al Qaçba	al-qacba	MA		0	Africa/Casablanca	30.52355	-7.90686				09	541		
10918338	Imzizwi	imzizwi	MA		0	Africa/Casablanca	30.53207	-7.93866				09	541		
10918351	Tazarine	tazarine	MA		0	Africa/Casablanca	30.59724	-7.89495				09	541		
10918353	Tahmmout	tahmmout	MA		0	Africa/Casablanca	30.6377	-7.88671				09	541		
10918358	Timounounine	timounounine	MA		0	Africa/Casablanca	30.67945	-7.92592				09	541		
10918359	Azib Imi-n-darra	azib-imi-n-darra	MA		0	Africa/Casablanca	30.67075	-7.88764				09	541		
10918367	Tighrit	tighrit	MA		0	Africa/Casablanca	30.69928	-7.93635				09	541		
10918372	Dra Ida ’Ali	dra-ida-ali	MA		0	Africa/Casablanca	30.73541	-7.91335				09	541		
10918380	Winifghane	winifghane	MA		0	Africa/Casablanca	30.73809	-7.83108				09	541		
10918381	Wagandoud	wagandoud	MA		0	Africa/Casablanca	30.74426	-7.82959				09	541		
10918382	Ighir-n-Ou-Mazawrou	ighir-n-ou-mazawrou	MA		0	Africa/Casablanca	30.74601	-7.84094				09	541		
10918387	Sidi Al Kouch	sidi-al-kouch	MA		0	Africa/Casablanca	30.71279	-7.83871				09	541		
10918403	Talat-n-Ouch	talat-n-ouch	MA		0	Africa/Casablanca	30.65392	-7.80384				09	541		
10918422	Ighil-n-ou-Ghou	ighil-n-ou-ghou	MA		0	Africa/Casablanca	30.57142	-7.86231				09	541		
10918429	Agadir-n-Aït Talab	agadir-n-ait-talab	MA		0	Africa/Casablanca	30.56012	-7.83423				09	541		
10918442	Tizgui	tizgui	MA		0	Africa/Casablanca	30.5122	-7.87549				09	541		
10918444	Aghoulid	aghoulid	MA		0	Africa/Casablanca	30.5073	-7.86116				09	541		
10918446	Iknarn	iknarn	MA		0	Africa/Casablanca	30.50212	-7.86435				09	541		
10918448	Id ’Issa	id-issa	MA		0	Africa/Casablanca	30.50661	-7.88327				09	541		
10918449	Agarda	agarda	MA		0	Africa/Casablanca	30.51179	-7.85352				09	541		
10918450	Anammar	anammar	MA		0	Africa/Casablanca	30.51168	-7.85888				09	541		
10918454	Tirzzit	tirzzit	MA		0	Africa/Casablanca	30.51999	-7.82104				09	541		
10918458	Imi-n-Targa	imi-n-targa	MA		0	Africa/Casablanca	30.51117	-7.78909				09	541		
10918469	Tamourt	tamourt	MA		0	Africa/Casablanca	30.56744	-7.78638				09	541		
10918471	Ighzi	ighzi	MA		0	Africa/Casablanca	30.5669	-7.80831				09	541		
10918474	Anammar	anammar	MA		0	Africa/Casablanca	30.57542	-7.79065				09	541		
10918476	Tagjdit	tagjdit	MA		0	Africa/Casablanca	30.57084	-7.77625				09	541		
10918485	Tizgui	tizgui	MA		0	Africa/Casablanca	30.59569	-7.80847				09	541		
10918489	Tifanghiyou	tifanghiyou	MA		0	Africa/Casablanca	30.61568	-7.81084				09	541		
10918498	Tilist	tilist	MA		0	Africa/Casablanca	30.65837	-7.78212				09	541		
10918499	Tiwrar	tiwrar	MA		0	Africa/Casablanca	30.63915	-7.81228				09	541		
10918516	Mazdourt	mazdourt	MA		0	Africa/Casablanca	30.71807	-7.80164				09	541		
10918518	Foudrar	foudrar	MA		0	Africa/Casablanca	30.71689	-7.81682				09	541		
10918530	Asgaw	asgaw	MA		0	Africa/Casablanca	30.71984	-7.75806				09	541		
10918540	Tabia	tabia	MA		0	Africa/Casablanca	30.51882	-7.76159				09	541		
10918544	Id Ou Agouryane	id-ou-agouryane	MA		0	Africa/Casablanca	30.74869	-7.79357				09	541		
10918548	Tizart	tizart	MA		0	Africa/Casablanca	30.60705	-7.99965				09	541		
10918549	Oulad Ahmed	oulad-ahmed	MA		0	Africa/Casablanca	33.73221	-7.21913				06	111		
10918554	Guiydo Hmirkoum	guiydo-hmirkoum	MA		0	Africa/Casablanca	33.71142	-7.19772				06	111		
10918557	Coopérative Saada Centre	cooperative-saada-centre	MA		0	Africa/Casablanca	33.7043	-7.22134				06	111		
10918558	Coopérative Talaa	cooperative-talaa	MA		0	Africa/Casablanca	33.70015	-7.20838				06	111		
10918562	Lahsasna	lahsasna	MA		0	Africa/Casablanca	33.70283	-7.23808				06	111		
10918564	Coopérative Talaa Guisto	cooperative-talaa-guisto	MA		0	Africa/Casablanca	33.69471	-7.21353				06	111		
10918566	Coopérative Saada Centre	cooperative-saada-centre	MA		0	Africa/Casablanca	33.68812	-7.22982				06	111		
10918567	Douar Ain Jabbouja	douar-ain-jabbouja	MA		0	Africa/Casablanca	33.6822	-7.2448				06	111		
10918569	Coopérative Talaa Kouinka	cooperative-talaa-kouinka	MA		0	Africa/Casablanca	33.67841	-7.23377				06	111		
10918570	Coopérative Talaa	cooperative-talaa	MA		0	Africa/Casablanca	33.68066	-7.21892				06	111		
10918571	Douar Lahouna	douar-lahouna	MA		0	Africa/Casablanca	33.67189	-7.23877				06	111		
10918572	Douar Iasyam	douar-iasyam	MA		0	Africa/Casablanca	33.64103	-7.20201				06	111		
10918574	Oulad Boujerna Ben Nabet	oulad-boujerna-ben-nabet	MA		0	Africa/Casablanca	33.63983	-7.25087				06	111		
10918579	Bni Karzaz	bni-karzaz	MA		0	Africa/Casablanca	33.63181	-7.16208				06	111		
10918582	Lahsasna	lahsasna	MA		0	Africa/Casablanca	33.63847	-7.16457				06	111		
10918589	Difouriya	difouriya	MA		0	Africa/Casablanca	33.66789	-7.16226				06	111		
10918592	Dar El Caid Laarbi	dar-el-caid-laarbi	MA		0	Africa/Casablanca	33.67101	-7.15592				06	111		
10918594	Labsabes	labsabes	MA		0	Africa/Casablanca	33.68585	-7.19385				06	111		
10918595	Coopérative Laazima	cooperative-laazima	MA		0	Africa/Casablanca	33.68448	-7.19493				06	111		
10918602	Coopérative Lazima Centre	cooperative-lazima-centre	MA		0	Africa/Casablanca	33.7004	-7.18205				06	111		
10918608	Laataya	laataya	MA		0	Africa/Casablanca	33.72033	-7.1674				06	111		
10918617	Douar Laagreb	douar-laagreb	MA		0	Africa/Casablanca	33.7364	-7.19305				06	111		
10918622	Bled Belaarouj	bled-belaarouj	MA		0	Africa/Casablanca	33.73879	-7.15049				06	111		
10918641	Oulad Ahmed Sahel	oulad-ahmed-sahel	MA		0	Africa/Casablanca	33.67833	-7.15017				06	111		
10918646	Douar Tizgha	douar-tizgha	MA		0	Africa/Casablanca	33.67183	-7.1462				06	111		
10918648	Oulad Draydi	oulad-draydi	MA		0	Africa/Casablanca	33.66269	-7.1544				06	111		
10918653	Zarouala	zarouala	MA		0	Africa/Casablanca	33.62759	-7.15439				06	111		
10918655	Hay Lalla Meryem	hay-lalla-meryem	MA		0	Africa/Casablanca	33.62432	-7.13899				06	111		
10918656	Hay Lfarah	hay-lfarah	MA		0	Africa/Casablanca	33.62477	-7.12704				06	111		
10918663	Ain Chaara	ain-chaara	MA		0	Africa/Casablanca	33.6422	-7.16919				06	111		
10918666	Dar Lahcen Lbaghdad	dar-lahcen-lbaghdad	MA		0	Africa/Casablanca	33.74933	-7.13551				06	111		
10918667	Dar Bel Asri	dar-bel-asri	MA		0	Africa/Casablanca	33.74963	-7.1403				06	111		
10918668	Oulad Chargi	oulad-chargi	MA		0	Africa/Casablanca	33.74972	-7.1637				06	111		
10918670	Laataya	laataya	MA		0	Africa/Casablanca	33.74923	-7.16649				06	111		
10918671	Dar Cmari	dar-cmari	MA		0	Africa/Casablanca	33.74869	-7.20113				06	111		
10918672	Dar Annajal	dar-annajal	MA		0	Africa/Casablanca	33.74698	-7.21986				06	111		
10918687	Douar Lemrachcha	douar-lemrachcha	MA		0	Africa/Casablanca	33.7219	-6.99547				04	501		
10918691	Douar Lehouamed Lgharbiya	douar-lehouamed-lgharbiya	MA		0	Africa/Casablanca	33.69333	-6.99142				04	501		
10918701	Dar Agnaou Lahsen	dar-agnaou-lahsen	MA		0	Africa/Casablanca	33.6598	-6.96309				04	501		
10918711	Chihiyine	chihiyine	MA		0	Africa/Casablanca	33.62546	-6.94454				04	501		
10918722	Dar Allal	dar-allal	MA		0	Africa/Casablanca	33.65017	-6.93853				04	501		
10918728	Dar Cheikh Sedqi	dar-cheikh-sedqi	MA		0	Africa/Casablanca	33.65753	-6.93898				04	501		
10918736	Lemdakra	lemdakra	MA		0	Africa/Casablanca	33.6828	-6.94978				04	501		
10918738	Dar Sidi Abdelkebir	dar-sidi-abdelkebir	MA		0	Africa/Casablanca	33.68969	-6.9339				04	501		
10918747	Dar Lfil Qaddoul	dar-lfil-qaddoul	MA		0	Africa/Casablanca	33.71229	-6.95411				04	501		
10918750	Dyour Abdou Rabbeh	dyour-abdou-rabbeh	MA		0	Africa/Casablanca	33.72138	-6.95967				04	501		
10918758	Douar Lemkhalif	douar-lemkhalif	MA		0	Africa/Casablanca	33.74281	-6.96096				04	501		
10918767	Ain Bridiya	ain-bridiya	MA		0	Africa/Casablanca	33.71832	-6.90998				04	501		
10918774	Douar Leqraqeb	douar-leqraqeb	MA		0	Africa/Casablanca	33.69076	-6.91541				04	501		
10918776	Douar Lemkhalif	douar-lemkhalif	MA		0	Africa/Casablanca	33.68016	-6.91941				04	501		
10918780	Souis	souis	MA		0	Africa/Casablanca	33.67144	-6.92983				04	501		
10918787	Khouilita	khouilita	MA		0	Africa/Casablanca	33.64583	-6.90692				04	501		
10918789	Douar Lehouamed Charqiya	douar-lehouamed-charqiya	MA		0	Africa/Casablanca	33.6366	-6.91043				04	501		
10918811	Dar Sidi Said	dar-sidi-said	MA		0	Africa/Casablanca	33.67591	-6.8986				04	501		
10918818	Douar Chouafalya	douar-chouafalya	MA		0	Africa/Casablanca	33.71328	-6.88847				04	501		
10918820	Douar Laaounat	douar-laaounat	MA		0	Africa/Casablanca	33.72982	-6.88335				04	501		
10918824	Oulad Chliha	oulad-chliha	MA		0	Africa/Casablanca	33.74217	-6.89594				04	501		
10918847	Nouifat	nouifat	MA		0	Africa/Casablanca	33.86409	-6.98448				04	501		
10918849	Oulad Bouaziz	oulad-bouaziz	MA		0	Africa/Casablanca	33.86627	-6.98293				04	501		
10918851	Oulad Abdellah	oulad-abdellah	MA		0	Africa/Casablanca	33.85945	-6.9863				04	501		
10918852	Tlalssa	tlalssa	MA		0	Africa/Casablanca	33.8626	-6.96345				04	501		
10918854	Douar Jdid Jamayka	douar-jdid-jamayka	MA		0	Africa/Casablanca	33.86887	-6.95624				04	501		
10918855	Lfardiya	lfardiya	MA		0	Africa/Casablanca	33.86258	-6.95553				04	501		
10918858	Oulad Ogba	oulad-ogba	MA		0	Africa/Casablanca	33.86041	-6.92261				04	501		
10918860	Oulad Bou Tayeb	oulad-bou-tayeb	MA		0	Africa/Casablanca	33.8634	-6.87499				04	501		
10918862	Oulad Moulat	oulad-moulat	MA		0	Africa/Casablanca	33.85376	-6.89353				04	501		
10918865	Rmiliya	rmiliya	MA		0	Africa/Casablanca	33.83969	-6.88161				04	501		
10918868	Lahouaz	lahouaz	MA		0	Africa/Casablanca	33.81434	-6.88262				04	501		
10918869	Douar Lafqih	douar-lafqih	MA		0	Africa/Casablanca	33.81293	-6.90203				04	501		
10918870	Douar Lmoutaouakil	douar-lmoutaouakil	MA		0	Africa/Casablanca	33.81912	-6.90379				04	501		
10918871	Douar Arab	douar-arab	MA		0	Africa/Casablanca	33.80871	-6.89094				04	501		
10918875	Dar Cheikh Rguig	dar-cheikh-rguig	MA		0	Africa/Casablanca	33.85782	-6.95701				04	501		
10918880	Coopérative Bradis	cooperative-bradis	MA		0	Africa/Casablanca	33.84231	-6.94377				04	501		
10918884	Brinis	brinis	MA		0	Africa/Casablanca	33.83201	-6.97825				04	501		
10918889	Oulad Msoun	oulad-msoun	MA		0	Africa/Casablanca	33.80725	-6.97671				04	501		
10918896	Lhachya	lhachya	MA		0	Africa/Casablanca	33.75128	-6.97896				04	501		
10918922	Dar Darine	dar-darine	MA		0	Africa/Casablanca	33.7729	-6.88427				04	501		
10918924	Laaounat	laaounat	MA		0	Africa/Casablanca	33.75512	-6.87654				04	501		
10918926	Oulad Mallouk	oulad-mallouk	MA		0	Africa/Casablanca	33.79001	-6.90025				04	501		
10918927	Douar Abdelqader	douar-abdelqader	MA		0	Africa/Casablanca	33.80065	-6.90126				04	501		
10918929	Ain Chelkh	ain-chelkh	MA		0	Africa/Casablanca	33.81796	-6.9372				04	501		
10918931	Douar Hassane	douar-hassane	MA		0	Africa/Casablanca	33.80894	-6.91336				04	501		
10918933	Coopérative Louahda	cooperative-louahda	MA		0	Africa/Casablanca	33.80236	-6.91703				04	501		
10918941	Dar Rbah	dar-rbah	MA		0	Africa/Casablanca	33.82634	-6.95034				04	501		
10918944	Lfardi	lfardi	MA		0	Africa/Casablanca	33.84723	-6.98218				04	501		
10918951	Tou Languer	tou-languer	MA		0	Africa/Casablanca	30.11282	-9.37418				09	163		
10918962	Lqamra	lqamra	MA		0	Africa/Casablanca	33.9941	-6.87118				04	421		
10918972	Hay Riyad	hay-riyad	MA		0	Africa/Casablanca	33.9613	-6.86558				04	421		
10918976	Aswaq Assalam	aswaq-assalam	MA		0	Africa/Casablanca	33.94871	-6.86815				04	421		
10918978	Douar Chyadma	douar-chyadma	MA		0	Africa/Casablanca	33.94096	-6.86815				04	421		
10918979	Douar Soualem	douar-soualem	MA		0	Africa/Casablanca	33.94421	-6.8606				04	421		
10918980	Douar Ghomra	douar-ghomra	MA		0	Africa/Casablanca	33.93926	-6.86016				04	421		
10918983	Ben Ghaouch	ben-ghaouch	MA		0	Africa/Casablanca	33.92595	-6.842				04	421		
10918987	Laargoub	laargoub	MA		0	Africa/Casablanca	33.88812	-6.85921				04	501		
10918989	Douar Laababsa	douar-laababsa	MA		0	Africa/Casablanca	33.87446	-6.87015				04	501		
10918990	Douar Douayat	douar-douayat	MA		0	Africa/Casablanca	33.87775	-6.85277				04	501		
10918993	Dar Lhabchi Laamin	dar-lhabchi-laamin	MA		0	Africa/Casablanca	33.87362	-6.83031				04	501		
10918995	Chtatba	chtatba	MA		0	Africa/Casablanca	33.87889	-6.82115				04	501		
10918997	Oulad Razq	oulad-razq	MA		0	Africa/Casablanca	33.88871	-6.83478				04	501		
10919000	Oulad Rchouq	oulad-rchouq	MA		0	Africa/Casablanca	33.90317	-6.80373				04	501		
10919007	Quartier Des Ambassadeurs	quartier-des-ambassadeurs	MA		0	Africa/Casablanca	33.94829	-6.81847				04	421		
10919008	Quartier Belle Vue II	quartier-belle-vue-ii	MA		0	Africa/Casablanca	33.95018	-6.82656				04	421		
10919010	Douar Lamris	douar-lamris	MA		0	Africa/Casablanca	33.96462	-6.80991				04	421		
10919011	Douar Lamaàdid	douar-lamaadid	MA		0	Africa/Casablanca	33.96608	-6.80844				04	421		
10919012	Douar Lhaouziya	douar-lhaouziya	MA		0	Africa/Casablanca	33.97131	-6.8048				04	421		
10919013	Hay Nahda	hay-nahda	MA		0	Africa/Casablanca	33.9786	-6.81643				04	421		
10919014	Hay Lfarah	hay-lfarah	MA		0	Africa/Casablanca	33.98795	-6.81313				04	421		
10919015	Hay Rachad	hay-rachad	MA		0	Africa/Casablanca	33.98637	-6.82512				04	421		
10919017	Hay Linbiaat	hay-linbiaat	MA		0	Africa/Casablanca	33.99271	-6.81143				04	421		
10919018	Hay Bou Regreg	hay-bou-regreg	MA		0	Africa/Casablanca	33.99541	-6.81233				04	421		
10919021	Douar Mestaoua	douar-mestaoua	MA		0	Africa/Casablanca	33.98087	-6.79462				04	421		
10919022	Douar Sidi Kacem Nadouri	douar-sidi-kacem-nadouri	MA		0	Africa/Casablanca	33.98219	-6.78344				04	421		
10919025	Agol Sghir	agol-sghir	MA		0	Africa/Casablanca	33.97447	-6.78327				04	421		
10919026	Douar Ghzir	douar-ghzir	MA		0	Africa/Casablanca	33.97408	-6.79078				04	421		
10919028	Dyar Lqayd Jilali	dyar-lqayd-jilali	MA		0	Africa/Casablanca	33.96547	-6.79413				04	421		
10919030	Agol Kbir	agol-kbir	MA		0	Africa/Casablanca	33.9682	-6.77945				04	421		
10919032	Hamri	hamri	MA		0	Africa/Casablanca	33.96035	-6.78651				04	421		
10919033	Douar Achach Lhaouziya	douar-achach-lhaouziya	MA		0	Africa/Casablanca	33.95763	-6.78802				04	421		
10919037	Dar Oulad Hammou	dar-oulad-hammou	MA		0	Africa/Casablanca	33.94087	-6.78111				04	441		
10919039	Douar Dar Omane	douar-dar-omane	MA		0	Africa/Casablanca	33.93617	-6.7965				04	421		
10919041	Douar Chnabra	douar-chnabra	MA		0	Africa/Casablanca	33.93435	-6.79833				04	421		
10919043	Douar Laqhaoui	douar-laqhaoui	MA		0	Africa/Casablanca	33.93121	-6.793				04	501		
10919049	Sabrat Dchira	sabrat-dchira	MA		0	Africa/Casablanca	33.90648	-6.8				04	501		
10919050	Oum Azza	oum-azza	MA		0	Africa/Casablanca	33.90103	-6.7908				04	501		
10919052	Bled Chibani	bled-chibani	MA		0	Africa/Casablanca	33.89261	-6.80451				04	501		
10919054	Dar Maskitchou	dar-maskitchou	MA		0	Africa/Casablanca	33.88149	-6.79217				04	501		
10919055	Cité Oum Azza	cite-oum-azza	MA		0	Africa/Casablanca	33.88472	-6.7885				04	501		
10919056	Qiyyada	qiyyada	MA		0	Africa/Casablanca	33.88105	-6.78501				04	501		
10919066	Oum Qannoufa	oum-qannoufa	MA		0	Africa/Casablanca	33.89498	-6.77956				04	501		
10919069	Dar Oulad Alouane	dar-oulad-alouane	MA		0	Africa/Casablanca	33.90574	-6.75109				04	441		
10919077	Douar Oulad Brahim	douar-oulad-brahim	MA		0	Africa/Casablanca	33.92614	-6.75292				04	501		
10919083	Douar Laassakra	douar-laassakra	MA		0	Africa/Casablanca	33.95868	-6.76176				04	441		
10919084	Mechraa Lamdaz	mechraa-lamdaz	MA		0	Africa/Casablanca	33.959	-6.77322				04	441		
10919085	Douar Leghrariyine	douar-leghrariyine	MA		0	Africa/Casablanca	33.96771	-6.7524				04	441		
10919088	Douar Ryah	douar-ryah	MA		0	Africa/Casablanca	33.99114	-6.75105				04	441		
10919348	Oulad Razq	oulad-razq	MA		0	Africa/Casablanca	33.82098	-6.73678				04	501		
10919372	Oulad Ben Chalh	oulad-ben-chalh	MA		0	Africa/Casablanca	33.76609	-6.72159				04	291		
10919374	Feddane Jiyaf	feddane-jiyaf	MA		0	Africa/Casablanca	33.76192	-6.72542				04	291		
10919378	Oulad Marzoug	oulad-marzoug	MA		0	Africa/Casablanca	33.75889	-6.71509				04	291		
10919379	Oulad Ali Maammar	oulad-ali-maammar	MA		0	Africa/Casablanca	33.76046	-6.71865				04	291		
10919389	Oulad Sidi Bouamer	oulad-sidi-bouamer	MA		0	Africa/Casablanca	33.7849	-6.68369				04	291		
10919398	Dar Khlifa Mbabek	dar-khlifa-mbabek	MA		0	Africa/Casablanca	33.81551	-6.68089				04	291		
10919402	Dar El Caïd Lhaj	dar-el-caid-lhaj	MA		0	Africa/Casablanca	33.81729	-6.68534				04	291		
10919405	Brachoua Bghada	brachoua-bghada	MA		0	Africa/Casablanca	33.82401	-6.69888				04	291		
10919413	Dar Assayyada	dar-assayyada	MA		0	Africa/Casablanca	33.84065	-6.71049				04	291		
10919426	Lachyakh	lachyakh	MA		0	Africa/Casablanca	33.8636	-6.652				04	441		
10919460	Oulad Omrane	oulad-omrane	MA		0	Africa/Casablanca	33.82243	-6.6635				04	291		
10919467	Dfilat	dfilat	MA		0	Africa/Casablanca	33.8031	-6.65316				04	291		
10919481	Oulad Ghayt	oulad-ghayt	MA		0	Africa/Casablanca	33.76772	-6.63483				04	291		
10919483	Jardet Massi	jardet-massi	MA		0	Africa/Casablanca	33.79237	-6.65028				04	291		
10919484	Dhar Addad	dhar-addad	MA		0	Africa/Casablanca	33.7928	-6.64296				04	291		
10919485	Ras Draoua	ras-draoua	MA		0	Africa/Casablanca	33.80014	-6.63699				04	291		
10919486	Oulad Lila	oulad-lila	MA		0	Africa/Casablanca	33.79759	-6.64006				04	291		
10919487	Touirsa	touirsa	MA		0	Africa/Casablanca	33.80186	-6.64731				04	291		
10919489	Moussem Attalba	moussem-attalba	MA		0	Africa/Casablanca	33.80938	-6.64049				04	291		
10919496	Oulad Ayyad	oulad-ayyad	MA		0	Africa/Casablanca	33.82886	-6.62626				04	291		
10919529	Laajraouiyine	laajraouiyine	MA		0	Africa/Casablanca	33.86777	-6.63802				04	441		
10919537	Dar Lbouabiti	dar-lbouabiti	MA		0	Africa/Casablanca	33.81403	-6.74956				04	501		
10919856	Lahrouch	lahrouch	MA		0	Africa/Casablanca	33.93942	-6.59911				04	441		
10919857	Douar Ouled Addi	douar-ouled-addi	MA		0	Africa/Casablanca	33.9285	-6.59494				04	441		
10919860	Labriguiyyine	labriguiyyine	MA		0	Africa/Casablanca	33.85683	-6.60981				04	441		
10919861	Lachyakh	lachyakh	MA		0	Africa/Casablanca	33.84956	-6.602				04	441		
10919862	Lebbirat	lebbirat	MA		0	Africa/Casablanca	33.85296	-6.6097				04	441		
10919867	Lamrissat	lamrissat	MA		0	Africa/Casablanca	33.84093	-6.58259				04	441		
10919871	Lqalaa	lqalaa	MA		0	Africa/Casablanca	33.82239	-6.62118				04	291		
10919879	Oulad Massaoud	oulad-massaoud	MA		0	Africa/Casablanca	33.80423	-6.62133				04	291		
10919881	Oulad Azzouz	oulad-azzouz	MA		0	Africa/Casablanca	33.79925	-6.60385				04	291		
10919883	Dar Lhaj Mamoun	dar-lhaj-mamoun	MA		0	Africa/Casablanca	33.7967	-6.61453				04	291		
10919887	Jmimiqa	jmimiqa	MA		0	Africa/Casablanca	33.7925	-6.59741				04	291		
10919889	Hrafa	hrafa	MA		0	Africa/Casablanca	33.78018	-6.59521				04	291		
10919896	Chrachra	chrachra	MA		0	Africa/Casablanca	33.76255	-6.60795				04	291		
10919900	Lamhajjer	lamhajjer	MA		0	Africa/Casablanca	33.74971	-6.55487				04	291		
10919902	Oulad Mansour Ait Ben Aissa	oulad-mansour-ait-ben-aissa	MA		0	Africa/Casablanca	33.75382	-6.53525				04	291		
10919905	Coopérative Mohammadiya	cooperative-mohammadiya	MA		0	Africa/Casablanca	33.75956	-6.56606				04	291		
10919906	Oulad Mansour Ait Haddou	oulad-mansour-ait-haddou	MA		0	Africa/Casablanca	33.75992	-6.56769				04	291		
10919915	Lahouasna	lahouasna	MA		0	Africa/Casablanca	33.78139	-6.54195				04	291		
10919917	Hmamchat Aghbal	hmamchat-aghbal	MA		0	Africa/Casablanca	33.78475	-6.53365				04	291		
10919927	Daakra	daakra	MA		0	Africa/Casablanca	33.81191	-6.54889				04	441		
10919932	Oulad Lhaj Bouazza Bel Makki	oulad-lhaj-bouazza-bel-makki	MA		0	Africa/Casablanca	33.82476	-6.55646				04	441		
10919933	Oulad Aissa	oulad-aissa	MA		0	Africa/Casablanca	33.82202	-6.54789				04	441		
10919940	Lamsaada	lamsaada	MA		0	Africa/Casablanca	33.86011	-6.57297				04	441		
10919942	Lamharza	lamharza	MA		0	Africa/Casablanca	33.87198	-6.57026				04	441		
10919943	Jbabra	jbabra	MA		0	Africa/Casablanca	33.86062	-6.56825				04	441		
10919947	Laatamna	laatamna	MA		0	Africa/Casablanca	33.85221	-6.52973				04	441		
10919959	Dar Laaouaouda	dar-laaouaouda	MA		0	Africa/Casablanca	33.82844	-6.50471				04	291		
10919962	Tqichat	tqichat	MA		0	Africa/Casablanca	33.82337	-6.5089				04	291		
10919964	Oulad Mahdi	oulad-mahdi	MA		0	Africa/Casablanca	33.81409	-6.50786				04	291		
10919966	Jnane Oulad Lbitar	jnane-oulad-lbitar	MA		0	Africa/Casablanca	33.80143	-6.50387				04	291		
10919969	Lakhlaqa	lakhlaqa	MA		0	Africa/Casablanca	33.79952	-6.51698				04	291		
10919971	Meifat Aghbal	meifat-aghbal	MA		0	Africa/Casablanca	33.7926	-6.51988				04	291		
10919974	Moulay Driss Aghbal	moulay-driss-aghbal	MA		0	Africa/Casablanca	33.79019	-6.49823				04	291		
10919978	Ait Ben Aissa	ait-ben-aissa	MA		0	Africa/Casablanca	33.77596	-6.52162				04	291		
10919980	Hrafet Laabadla	hrafet-laabadla	MA		0	Africa/Casablanca	33.77514	-6.51072				04	291		
10919981	Hmamchat Aghbal	hmamchat-aghbal	MA		0	Africa/Casablanca	33.77161	-6.50565				04	291		
10919984	Oulad Mansour Ait Haddou	oulad-mansour-ait-haddou	MA		0	Africa/Casablanca	33.75941	-6.5072				04	291		
10920849	Douar Laatamna	douar-laatamna	MA		0	Africa/Casablanca	33.88821	-6.61803				04	441		
10920860	Douar Oulad Hamra	douar-oulad-hamra	MA		0	Africa/Casablanca	33.93071	-6.55516				04	441		
10920875	Douar Doukhala	douar-doukhala	MA		0	Africa/Casablanca	33.92545	-6.5429				04	441		
10920878	Aguibet Ziar	aguibet-ziar	MA		0	Africa/Casablanca	33.90718	-6.53378				04	291		
10920892	Douar Achbari	douar-achbari	MA		0	Africa/Casablanca	33.98459	-6.51682				04	291		
10920894	Ammar Ou Naser	ammar-ou-naser	MA		0	Africa/Casablanca	33.9915	-6.52817				04	291		
10920908	Akal Idlane	akal-idlane	MA		0	Africa/Casablanca	30.73561	-7.72773				09	541		
10920922	Hay Louifaq	hay-louifaq	MA		0	Africa/Casablanca	34.12097	-6.73652				04	441		
10920923	Oulad Tayeb	oulad-tayeb	MA		0	Africa/Casablanca	34.12061	-6.72223				04	441		
10920924	Douslim	douslim	MA		0	Africa/Casablanca	34.12067	-6.71567				04	441		
10920926	Oulad Makhlouf	oulad-makhlouf	MA		0	Africa/Casablanca	34.11353	-6.73395				04	441		
10920928	Coopérative Zamzami	cooperative-zamzami	MA		0	Africa/Casablanca	34.11216	-6.73884				04	441		
10920929	Boutouil	boutouil	MA		0	Africa/Casablanca	34.11171	-6.7424				04	441		
10920931	Oulad Laayouchi	oulad-laayouchi	MA		0	Africa/Casablanca	34.10709	-6.74249				04	441		
10920932	Jnane Lebrahma	jnane-lebrahma	MA		0	Africa/Casablanca	34.09211	-6.74558				04	441		
10920935	Douar Lhabchi	douar-lhabchi	MA		0	Africa/Casablanca	34.08271	-6.73899				04	441		
10920936	Hay Mouchate	hay-mouchate	MA		0	Africa/Casablanca	34.07982	-6.73717				04	441		
10920937	Sfirj	sfirj	MA		0	Africa/Casablanca	34.07776	-6.74273				04	441		
10920938	Lbrahma	lbrahma	MA		0	Africa/Casablanca	34.07504	-6.73878				04	441		
10920939	Douar Sahrij	douar-sahrij	MA		0	Africa/Casablanca	34.07347	-6.74069				04	441		
10920940	Lafarge	lafarge	MA		0	Africa/Casablanca	34.07176	-6.74373				04	441		
10920941	Dhar Maqroun	dhar-maqroun	MA		0	Africa/Casablanca	34.06677	-6.74764				04	441		
10920942	Douar Oulad Lhaj	douar-oulad-lhaj	MA		0	Africa/Casablanca	34.06963	-6.73193				04	441		
10920943	Douar Chala	douar-chala	MA		0	Africa/Casablanca	34.06846	-6.73219				04	441		
10920944	Douar Zaryaga	douar-zaryaga	MA		0	Africa/Casablanca	34.05644	-6.72562				04	441		
10920946	Cité Maamora	cite-maamora	MA		0	Africa/Casablanca	34.03852	-6.73356				04	441		
10920947	Hay Lmatar	hay-lmatar	MA		0	Africa/Casablanca	34.03737	-6.73687				04	441		
10920948	Douar Rouihane	douar-rouihane	MA		0	Africa/Casablanca	34.03674	-6.73874				04	441		
10920950	Dar Sikka	dar-sikka	MA		0	Africa/Casablanca	34.02928	-6.72526				04	441		
10920952	Domaine Maamora	domaine-maamora	MA		0	Africa/Casablanca	34.02726	-6.72951				04	441		
10920953	Hay Safa	hay-safa	MA		0	Africa/Casablanca	34.02343	-6.7477				04	441		
10920955	Marberie	marberie	MA		0	Africa/Casablanca	34.01785	-6.74552				04	441		
10920956	Bled A. Sbihi	bled-a-sbihi	MA		0	Africa/Casablanca	34.01728	-6.73932				04	441		
10920957	Bled Haj Smihi	bled-haj-smihi	MA		0	Africa/Casablanca	34.01551	-6.73281				04	441		
10920958	Bled Oulad Hlal	bled-oulad-hlal	MA		0	Africa/Casablanca	34.01389	-6.74416				04	441		
10920959	Mrioua	mrioua	MA		0	Africa/Casablanca	34.01149	-6.73601				04	441		
10920960	Douar Oulad Hlal	douar-oulad-hlal	MA		0	Africa/Casablanca	34.01069	-6.7426				04	441		
10920962	Douar Haj Lhoussine	douar-haj-lhoussine	MA		0	Africa/Casablanca	34.00142	-6.73989				04	441		
10920963	Salé Al Jadida	sale-al-jadida	MA		200000	Africa/Casablanca	33.99722	-6.74047				04	441		
10920966	Koudyet Rkhama	koudyet-rkhama	MA		0	Africa/Casablanca	34.00231	-6.69072				04	441		
10920967	Douar Lhalifiyne	douar-lhalifiyne	MA		0	Africa/Casablanca	34.00821	-6.68465				04	441		
10920969	Dhar Lbazzaz	dhar-lbazzaz	MA		0	Africa/Casablanca	34.09766	-6.69416				04	441		
10920970	Oulad Ghannam	oulad-ghannam	MA		0	Africa/Casablanca	34.09892	-6.69978				04	441		
10920971	Oulad Massaoud	oulad-massaoud	MA		0	Africa/Casablanca	34.10475	-6.70081				04	441		
10920972	Lamsada	lamsada	MA		0	Africa/Casablanca	34.11772	-6.69802				04	441		
10920973	Coopérative A.M.A.F	cooperative-a-m-a-f	MA		0	Africa/Casablanca	34.11782	-6.70491				04	441		
10920974	Labrahma Sidi Amira	labrahma-sidi-amira	MA		0	Africa/Casablanca	34.04896	-6.67646				04	441		
10920975	Laarjat	laarjat	MA		0	Africa/Casablanca	34.02701	-6.65192				04	441		
10920976	Douar Oulad Ben Ali	douar-oulad-ben-ali	MA		0	Africa/Casablanca	34.02888	-6.66797				04	441		
10920977	Lhammoumiyine	lhammoumiyine	MA		0	Africa/Casablanca	34.01359	-6.67915				04	441		
10920978	Lagaabba	lagaabba	MA		0	Africa/Casablanca	33.99874	-6.66998				04	441		
10920979	Touiylaa	touiylaa	MA		0	Africa/Casablanca	33.99884	-6.66453				04	441		
10920980	Lhourche	lhourche	MA		0	Africa/Casablanca	34.00667	-6.62845				04	441		
10920981	Laababsa	laababsa	MA		0	Africa/Casablanca	34.00976	-6.63375				04	441		
10920982	Lhammoumiyine	lhammoumiyine	MA		0	Africa/Casablanca	34.01264	-6.64437				04	441		
10920983	Douar Rouichat	douar-rouichat	MA		0	Africa/Casablanca	34.00752	-6.64343				04	441		
10920984	Douar Bir Lahmar	douar-bir-lahmar	MA		0	Africa/Casablanca	34.04016	-6.63854				04	441		
10920993	Douar Sidi Amira	douar-sidi-amira	MA		0	Africa/Casablanca	34.0558	-6.66934				04	441		
10921055	Amane Sa’id ’Ali	amane-sa-id-ali	MA		0	Africa/Casablanca	30.51639	-7.67218				09	541		
10921059	Azgour	azgour	MA		0	Africa/Casablanca	30.54617	-7.66143				09	541		
10921064	Tasfdrart	tasfdrart	MA		0	Africa/Casablanca	30.57299	-7.64876				09	541		
10921067	Madjiyine	madjiyine	MA		0	Africa/Casablanca	30.60155	-7.67488				09	541		
10921068	Dar Imzilane	dar-imzilane	MA		0	Africa/Casablanca	30.60706	-7.6504				09	541		
10921071	Taliwine	taliwine	MA		0	Africa/Casablanca	30.6248	-7.66667				09	541		
10921072	Atougha	atougha	MA		0	Africa/Casablanca	30.62693	-7.6568				09	541		
10921088	Skiwd	skiwd	MA		0	Africa/Casablanca	30.64788	-7.62425				09	541		
10921092	Tidargui	tidargui	MA		0	Africa/Casablanca	30.6394	-7.60316				09	541		
10921099	Agoulzi	agoulzi	MA		0	Africa/Casablanca	30.58997	-7.57712				09	541		
10921105	Aït Diya	ait-diya	MA		0	Africa/Casablanca	30.57785	-7.5784				09	541		
10921107	Tislit	tislit	MA		0	Africa/Casablanca	30.55505	-7.59849				09	541		
10921121	Agouniy	agouniy	MA		0	Africa/Casablanca	30.54648	-7.5704				09	541		
10921129	Aït-ou-Walmane	ait-ou-walmane	MA		0	Africa/Casablanca	30.58529	-7.55255				09	541		
10921132	Tala Malloulane	tala-malloulane	MA		0	Africa/Casablanca	30.59905	-7.51727				08	401		
10921133	Tawzout	tawzout	MA		0	Africa/Casablanca	30.60457	-7.51704				08	401		
10921137	Assaka	assaka	MA		0	Africa/Casablanca	30.6036	-7.57016				09	541		
10921156	Tmansassar	tmansassar	MA		0	Africa/Casablanca	30.66045	-7.50741				08	401		
10921170	Oulad Khlifa	oulad-khlifa	MA		0	Africa/Casablanca	34.33483	-6.60683				04	281		
10921175	Oulad Rayes	oulad-rayes	MA		0	Africa/Casablanca	34.31627	-6.59264				04	281		
10921181	Labbatla	labbatla	MA		0	Africa/Casablanca	34.31242	-6.58444				04	281		
10921182	Oulad Khlifa	oulad-khlifa	MA		0	Africa/Casablanca	34.31303	-6.58279				04	281		
10921184	Ismailiya	ismailiya	MA		0	Africa/Casablanca	34.27184	-6.61165				04	281		
10921185	Lotissement Brika	lotissement-brika	MA		0	Africa/Casablanca	34.27397	-6.60075				04	281		
10921186	Lhaouziya	lhaouziya	MA		0	Africa/Casablanca	34.26819	-6.61794				04	281		
10921187	Oulad Masbah	oulad-masbah	MA		0	Africa/Casablanca	34.26436	-6.61895				04	281		
10921189	Hay Salam	hay-salam	MA		0	Africa/Casablanca	34.26528	-6.59652				04	281		
10921190	Corsika	corsika	MA		0	Africa/Casablanca	34.26929	-6.60472				04	281		
10921192	Oulad Oujih	oulad-oujih	MA		0	Africa/Casablanca	34.2567	-6.60107				04	281		
10921193	Laamala Laqdima	laamala-laqdima	MA		0	Africa/Casablanca	34.25895	-6.59627				04	281		
10921194	Bir Rami Lgharbiya	bir-rami-lgharbiya	MA		0	Africa/Casablanca	34.25764	-6.60193				04	281		
10921195	Val Fleury	val-fleury	MA		0	Africa/Casablanca	34.25739	-6.59504				04	281		
10921197	Bir Rami Charqiya	bir-rami-charqiya	MA		0	Africa/Casablanca	34.25001	-6.59766				04	281		
10921198	Quartier Mimouza	quartier-mimouza	MA		0	Africa/Casablanca	34.25317	-6.59277				04	281		
10921200	Douar Cheikh	douar-cheikh	MA		0	Africa/Casablanca	34.25372	-6.61294				04	281		
10921203	Lagsayaat	lagsayaat	MA		0	Africa/Casablanca	34.36912	-6.55137				04	281		
10921207	Sbih Lamrabih	sbih-lamrabih	MA		0	Africa/Casablanca	34.36266	-6.55114				04	281		
10921208	Sas Lihoudi	sas-lihoudi	MA		0	Africa/Casablanca	34.35936	-6.56119				04	281		
10921213	Majmae Salihine	majmae-salihine	MA		0	Africa/Casablanca	34.35345	-6.55655				04	281		
10921216	Fzara	fzara	MA		0	Africa/Casablanca	34.34494	-6.55904				04	281		
10921221	Oulad Aiyane	oulad-aiyane	MA		0	Africa/Casablanca	34.33826	-6.55548				04	281		
10921232	Douar Lalla Aicha	douar-lalla-aicha	MA		0	Africa/Casablanca	34.32341	-6.56646				04	281		
10921233	Dachra	dachra	MA		0	Africa/Casablanca	34.31561	-6.5808				04	281		
10921234	Oulad Sidi Ali	oulad-sidi-ali	MA		0	Africa/Casablanca	34.31136	-6.57977				04	281		
10921235	Oulad Laamriya	oulad-laamriya	MA		0	Africa/Casablanca	34.3109	-6.57633				04	281		
10921236	Oulad Berjal Sfay	oulad-berjal-sfay	MA		0	Africa/Casablanca	34.31322	-6.57159				04	281		
10921238	Douar Sakka	douar-sakka	MA		0	Africa/Casablanca	34.30234	-6.57434				04	281		
10921250	Briquetene	briquetene	MA		0	Africa/Casablanca	34.27745	-6.57093				04	281		
10921254	Hay Durida	hay-durida	MA		0	Africa/Casablanca	34.26145	-6.55172				04	281		
10921255	Place Moulay Youssef	place-moulay-youssef	MA		0	Africa/Casablanca	34.26545	-6.5702				04	281		
10921256	Médina	medina	MA		0	Africa/Casablanca	34.26504	-6.57311				04	281		
10921257	Hay Louahda	hay-louahda	MA		0	Africa/Casablanca	34.25686	-6.55337				04	281		
10921258	Hay Rabie	hay-rabie	MA		0	Africa/Casablanca	34.25697	-6.54629				04	281		
10921259	Hay Nasr	hay-nasr	MA		0	Africa/Casablanca	34.25317	-6.54505				04	281		
10921260	Hay Rahma	hay-rahma	MA		0	Africa/Casablanca	34.25046	-6.54293				04	281		
10921261	Dyour Laachralaf	dyour-laachralaf	MA		0	Africa/Casablanca	34.24764	-6.54717				04	281		
10921262	Hay Al Amal	hay-al-amal	MA		0	Africa/Casablanca	34.2514	-6.55455				04	281		
10921264	Cité Maamora	cite-maamora	MA		0	Africa/Casablanca	34.24893	-6.58013				04	281		
10921265	Atlas	atlas	MA		0	Africa/Casablanca	34.26427	-6.55756				04	281		
10921266	Oulad Lhaj Ahmed	oulad-lhaj-ahmed	MA		0	Africa/Casablanca	34.36885	-6.52889				04	281		
10921271	Kaayla	kaayla	MA		0	Africa/Casablanca	34.3646	-6.51544				04	281		
10921272	Bhiliq	bhiliq	MA		0	Africa/Casablanca	34.36698	-6.53447				04	281		
10921273	Çafçaf	cafcaf	MA		0	Africa/Casablanca	34.35619	-6.53267				04	281		
10921274	Boulamane	boulamane	MA		0	Africa/Casablanca	34.35628	-6.52093				04	281		
10921277	Ryah	ryah	MA		0	Africa/Casablanca	34.35155	-6.54071				04	281		
10921278	Jhahfa	jhahfa	MA		0	Africa/Casablanca	34.35143	-6.5263				04	281		
10921302	Oulad Bel Aid	oulad-bel-aid	MA		0	Africa/Casablanca	34.32162	-6.50859				04	281		
10921303	Oulad Taher Ben Ali	oulad-taher-ben-ali	MA		0	Africa/Casablanca	34.31955	-6.50627				04	281		
10921304	Azib Charfa	azib-charfa	MA		0	Africa/Casablanca	34.31763	-6.50767				04	281		
10921305	Lagramza	lagramza	MA		0	Africa/Casablanca	34.31622	-6.5107				04	281		
10921308	Oulad Bou Rahla	oulad-bou-rahla	MA		0	Africa/Casablanca	34.31278	-6.51336				04	281		
10921309	Laababda	laababda	MA		0	Africa/Casablanca	34.31194	-6.51325				04	281		
10921314	Nkhakhsa	nkhakhsa	MA		0	Africa/Casablanca	34.2966	-6.52426				04	281		
10921318	Alf Ljayid	alf-ljayid	MA		0	Africa/Casablanca	34.28277	-6.54198				04	281		
10921319	Laassam	laassam	MA		0	Africa/Casablanca	34.28175	-6.52707				04	281		
10921320	Dyour Lkartoune	dyour-lkartoune	MA		0	Africa/Casablanca	34.2805	-6.53299				04	281		
10921324	Cercle De Kenitra	cercle-de-kenitra	MA		0	Africa/Casablanca	34.27929	-6.54084				04	281		
10921331	Laglaoui	laglaoui	MA		0	Africa/Casablanca	34.26521	-6.54121				04	281		
10921332	Douar Bizane	douar-bizane	MA		0	Africa/Casablanca	34.26133	-6.53647				04	281		
10921335	Haddada	haddada	MA		0	Africa/Casablanca	34.25294	-6.50788		Haddada		04	281		
10921337	Hay Lmenzah	hay-lmenzah	MA		0	Africa/Casablanca	34.25149	-6.52387				04	281		
10921338	Haddada	haddada	MA		0	Africa/Casablanca	34.26698	-6.62008				04	281		
10921339	Sakniya	sakniya	MA		0	Africa/Casablanca	34.25477	-6.5578				04	281		
10921340	Dar Hargua	dar-hargua	MA		0	Africa/Casablanca	34.29544	-6.57282				04	281		
10921341	Dar Laarbi Sakni	dar-laarbi-sakni	MA		0	Africa/Casablanca	34.30976	-6.55507				04	281		
10921348	Agricole Laitiere	agricole-laitiere	MA		0	Africa/Casablanca	34.28484	-6.52679				04	281		
10921350	Zhourat	zhourat	MA		0	Africa/Casablanca	34.37394	-6.505				04	281		
10921375	Lharcha	lharcha	MA		0	Africa/Casablanca	33.74207	-4.93145				03	451		
10921376	Ezzaarat	ezzaarat	MA		0	Africa/Casablanca	33.74535	-4.91617				03	451		
10921377	Douar Ait Lahsen	douar-ait-lahsen	MA		0	Africa/Casablanca	33.7367	-4.91427				03	451		
10921380	Ain Eddalya	ain-eddalya	MA		0	Africa/Casablanca	33.72875	-4.9096				03	451		
10921381	Douar Ait Said	douar-ait-said	MA		0	Africa/Casablanca	33.73484	-4.90783				03	451		
10921431	Bnima	bnima	MA		0	Africa/Casablanca	33.72173	-4.89279				03	451		
10921458	Ahfour Bou Oujlal Izem	ahfour-bou-oujlal-izem	MA		0	Africa/Casablanca	33.68467	-4.96353				03	451		
10921466	Tabenaassout	tabenaassout	MA		0	Africa/Casablanca	33.67768	-4.99514				03	451		
10921468	Inqqichene	inqqichene	MA		0	Africa/Casablanca	33.66733	-4.99467				03	451		
10921482	Douar Ibouaa	douar-ibouaa	MA		0	Africa/Casablanca	33.66434	-4.87981				03	451		
10921484	Tisgharine	tisgharine	MA		0	Africa/Casablanca	33.67577	-4.87566				03	451		
10921491	Anfif	anfif	MA		0	Africa/Casablanca	33.66117	-4.97203				03	451		
10921492	Bou Maiz	bou-maiz	MA		0	Africa/Casablanca	33.64861	-4.96257				03	271		
10921495	Douar Ait Hammou Ou Idir	douar-ait-hammou-ou-idir	MA		0	Africa/Casablanca	33.64272	-4.97145				03	271		
10921497	Douar Ait Hsaine	douar-ait-hsaine	MA		0	Africa/Casablanca	33.65334	-4.97417				03	271		
10921499	Tbadoun	tbadoun	MA		0	Africa/Casablanca	33.65824	-4.99705				03	451		
10921500	Douar Lehrahir	douar-lehrahir	MA		0	Africa/Casablanca	33.64566	-4.99574				03	271		
10921508	Ahfour Ifri	ahfour-ifri	MA		0	Africa/Casablanca	33.62925	-4.94899				03	271		
10921513	Troussi	troussi	MA		0	Africa/Casablanca	33.63055	-4.97611				03	271		
10921536	Douar Ait Said Ou Abderralureine	douar-ait-said-ou-abderralureine	MA		0	Africa/Casablanca	33.63362	-4.96921				03	271		
10921561	Laglat	laglat	MA		0	Africa/Casablanca	33.86877	-4.80817				03	451		
10921565	Douar Ait Alihen	douar-ait-alihen	MA		0	Africa/Casablanca	33.863	-4.8015				03	451		
10921572	Sarghini	sarghini	MA		0	Africa/Casablanca	33.85637	-4.80952				03	451		
10921573	Amziouene	amziouene	MA		0	Africa/Casablanca	33.85138	-4.8171				03	451		
10921575	Dar Louali Ahmed	dar-louali-ahmed	MA		0	Africa/Casablanca	33.85038	-4.82976				03	451		
10921577	Lkhandeq	lkhandeq	MA		0	Africa/Casablanca	33.85202	-4.87139				03	451		
10921578	Hay Rkiba	hay-rkiba	MA		0	Africa/Casablanca	33.84746	-4.86655				03	451		
10921579	Dar Abdellah	dar-abdellah	MA		0	Africa/Casablanca	33.84641	-4.8629				03	451		
10921580	Aghziz	aghziz	MA		0	Africa/Casablanca	33.84862	-4.87144				03	451		
10921582	Kaf Moumen	kaf-moumen	MA		0	Africa/Casablanca	33.83929	-4.84278				03	451		
10921583	Douar Ain Lqadi	douar-ain-lqadi	MA		0	Africa/Casablanca	33.84479	-4.82817				03	451		
10921585	Kaf Lmal	kaf-lmal	MA		0	Africa/Casablanca	33.83504	-4.83246				03	451		
10921588	Hay Rachad	hay-rachad	MA		0	Africa/Casablanca	33.83901	-4.82484				03	451		
10921589	Lkhandeq	lkhandeq	MA		0	Africa/Casablanca	33.83596	-4.8216				03	451		
10921601	Douar Ait Alla	douar-ait-alla	MA		0	Africa/Casablanca	33.82668	-4.75696				03	451		
10921603	Douar Ait Ben Said	douar-ait-ben-said	MA		0	Africa/Casablanca	33.82242	-4.76326				03	451		
10921606	Moulay Ahmed	moulay-ahmed	MA		0	Africa/Casablanca	33.82146	-4.77867				03	451		
10921607	Douar Misra	douar-misra	MA		0	Africa/Casablanca	33.82613	-4.78465				03	451		
10921608	Dar Farouq Ben Mohamed	dar-farouq-ben-mohamed	MA		0	Africa/Casablanca	33.83001	-4.78605				03	451		
10921612	Dar Abargui Mohamed	dar-abargui-mohamed	MA		0	Africa/Casablanca	33.82048	-4.78774				03	451		
10921614	Dar Laabbadi	dar-laabbadi	MA		0	Africa/Casablanca	33.82299	-4.79201				03	451		
10921618	Commune Sidi Youssef Ben Ahmed	commune-sidi-youssef-ben-ahmed	MA		0	Africa/Casablanca	33.81825	-4.79757				03	451		
10921621	Coopérative Tarcha	cooperative-tarcha	MA		0	Africa/Casablanca	33.8237	-4.79761				03	451		
10921625	Boudarhem	boudarhem	MA		0	Africa/Casablanca	33.82502	-4.81286				03	451		
10921626	Hay Zalagh	hay-zalagh	MA		0	Africa/Casablanca	33.82956	-4.82218				03	451		
10921628	Quartier Rfayef	quartier-rfayef	MA		0	Africa/Casablanca	33.82083	-4.82786				03	451		
10921630	Quartier Amaqmouch	quartier-amaqmouch	MA		0	Africa/Casablanca	33.83053	-4.8346				03	451		
10921631	Qaryet Ben Saffar	qaryet-ben-saffar	MA		0	Africa/Casablanca	33.833	-4.8213				03	451		
10921632	Habbouna	habbouna	MA		0	Africa/Casablanca	33.82587	-4.83216				03	451		
10921633	Massay	massay	MA		0	Africa/Casablanca	33.82529	-4.83568				03	451		
10921634	Lqalaa	lqalaa	MA		0	Africa/Casablanca	33.82765	-4.84319				03	451		
10921636	Ville Nouvelle	ville-nouvelle	MA		0	Africa/Casablanca	33.82333	-4.8472				03	451		
10921637	Douar Shira	douar-shira	MA		0	Africa/Casablanca	33.82465	-4.85379				03	451		
10921655	Douar Masay	douar-masay	MA		0	Africa/Casablanca	33.80734	-4.83368				03	451		
10921659	Dar Louh Driss	dar-louh-driss	MA		0	Africa/Casablanca	33.79156	-4.82944				03	451		
10921661	Ait Chaou	ait-chaou	MA		0	Africa/Casablanca	33.79311	-4.82072				03	451		
10921663	Douar Bou Kharfane	douar-bou-kharfane	MA		0	Africa/Casablanca	33.78977	-4.81242				03	451		
10921666	Ait Atmane	ait-atmane	MA		0	Africa/Casablanca	33.79703	-4.76203				03	451		
10921671	Douar Mghara	douar-mghara	MA		0	Africa/Casablanca	33.78107	-4.8001				03	451		
10921672	Douar Sidi Youssef	douar-sidi-youssef	MA		0	Africa/Casablanca	33.78066	-4.80671				03	451		
10921673	Douar Sanhaja	douar-sanhaja	MA		0	Africa/Casablanca	33.78558	-4.81409				03	451		
10921674	Douar Kaf Lqandous	douar-kaf-lqandous	MA		0	Africa/Casablanca	33.77884	-4.8228				03	451		
10921680	Ben Dahhou	ben-dahhou	MA		0	Africa/Casablanca	33.77198	-4.86134				03	451		
10921683	Iziri	iziri	MA		0	Africa/Casablanca	33.76698	-4.83456				03	451		
10921685	Douar Laarrassane	douar-laarrassane	MA		0	Africa/Casablanca	33.77158	-4.82765				03	451		
10921686	Dar Zouhri Youssef	dar-zouhri-youssef	MA		0	Africa/Casablanca	33.77379	-4.82195				03	451		
10921692	Douar Ait Chaaou	douar-ait-chaaou	MA		0	Africa/Casablanca	33.76529	-4.83261				03	451		
10921695	Dar Lmaaqoul Mohamed	dar-lmaaqoul-mohamed	MA		0	Africa/Casablanca	33.7769	-4.80078				03	451		
10921696	Douar Aoussif	douar-aoussif	MA		0	Africa/Casablanca	33.76926	-4.80274				03	451		
10921714	Douar Mazdou	douar-mazdou	MA		0	Africa/Casablanca	33.75885	-4.82692				03	451		
10921740	Tiferwine	tiferwine	MA		0	Africa/Casablanca	30.62966	-7.19276				08	401		
10921741	Tizi	tizi	MA		0	Africa/Casablanca	30.52019	-7.23438				08	401		
10921748	Dar Lakhlitt	dar-lakhlitt	MA		0	Africa/Casablanca	30.57755	-7.17758				08	401		
10921753	Ifrane	ifrane	MA		0	Africa/Casablanca	30.62348	-7.16757				08	401		
10921778	Ililane Zdernine	ililane-zdernine	MA		0	Africa/Casablanca	30.55659	-7.09934				08	401		
10921791	Winkhir	winkhir	MA		0	Africa/Casablanca	30.55769	-7.0426				08	401		
10921814	Tamayyoust-n-Izddar	tamayyoust-n-izddar	MA		0	Africa/Casablanca	30.74384	-7.0416				08	401		
10921827	Douar Oulad Jilali Bel Haj	douar-oulad-jilali-bel-haj	MA		0	Africa/Casablanca	34.12134	-5.33492				03	591		
10921828	Douar Oulad Hammou	douar-oulad-hammou	MA		0	Africa/Casablanca	34.1148	-5.33041				03	591		
10921829	Douar Lekraout	douar-lekraout	MA		0	Africa/Casablanca	34.11836	-5.32346				03	591		
10921831	Douar Oulad Hsanne	douar-oulad-hsanne	MA		0	Africa/Casablanca	34.11429	-5.31929				03	591		
10921832	Douar Lfayed	douar-lfayed	MA		0	Africa/Casablanca	34.12219	-5.31728				03	591		
10921859	Douar Essadat	douar-essadat	MA		0	Africa/Casablanca	34.09053	-5.26966				03	061		
10921877	Douar Nzalat Loudaya	douar-nzalat-loudaya	MA		0	Africa/Casablanca	34.07681	-5.30889				03	591		
10921883	Douar Jouaouiyine	douar-jouaouiyine	MA		0	Africa/Casablanca	34.06773	-5.365				03	061		
10921893	Coopérative Moussa Bnou Noussayr	cooperative-moussa-bnou-noussayr	MA		0	Africa/Casablanca	34.05307	-5.31099				03	061		
10921903	Douar Oulad Echerrad	douar-oulad-echerrad	MA		0	Africa/Casablanca	34.03617	-5.3352				03	061		
10921904	Douar Lehjiyyer	douar-lehjiyyer	MA		0	Africa/Casablanca	34.03395	-5.34479				03	061		
10921906	Douar Ezzahoura	douar-ezzahoura	MA		0	Africa/Casablanca	34.05042	-5.31902				03	061		
10921912	Douar Laalimiyine	douar-laalimiyine	MA		0	Africa/Casablanca	34.03624	-5.25933				03	061		
10921914	Douar Laarab Essabbah	douar-laarab-essabbah	MA		0	Africa/Casablanca	34.03601	-5.25454				03	061		
10921917	Douar Ryafa	douar-ryafa	MA		0	Africa/Casablanca	34.02872	-5.26677				03	061		
10921918	Douar Lqazdir	douar-lqazdir	MA		0	Africa/Casablanca	34.03186	-5.27175				03	061		
10921919	Douar Sidi Lhoussine	douar-sidi-lhoussine	MA		0	Africa/Casablanca	34.02901	-5.27102				03	061		
10921920	Douar El Ouizzani	douar-el-ouizzani	MA		0	Africa/Casablanca	34.02629	-5.27363				03	061		
10921923	Douar Oulad Ziyad	douar-oulad-ziyad	MA		0	Africa/Casablanca	34.03192	-5.31514				03	061		
10921925	Douar Ouid Maaza	douar-ouid-maaza	MA		0	Africa/Casablanca	34.03793	-5.32878				03	061		
10921926	Douar Bel Hajjaj	douar-bel-hajjaj	MA		0	Africa/Casablanca	34.02647	-5.32782				03	061		
10921928	Douar Ben Said	douar-ben-said	MA		0	Africa/Casablanca	34.02767	-5.33206				03	061		
10921931	Douar Driouat	douar-driouat	MA		0	Africa/Casablanca	34.02813	-5.347				03	061		
10921935	Douar Sanhaja	douar-sanhaja	MA		0	Africa/Casablanca	34.03007	-5.36355				03	061		
10921940	Douar Sidi Azzouz	douar-sidi-azzouz	MA		0	Africa/Casablanca	34.02152	-5.33284				03	061		
10921945	Douar El Khomsi	douar-el-khomsi	MA		0	Africa/Casablanca	34.0227	-5.27508				03	061		
10921948	Douar Echorfa	douar-echorfa	MA		0	Africa/Casablanca	34.01121	-5.26209				03	061		
10921949	Douar Oulad Bel Kheir	douar-oulad-bel-kheir	MA		0	Africa/Casablanca	34.01412	-5.27408				03	061		
10921953	Douar El Khiyati	douar-el-khiyati	MA		0	Africa/Casablanca	34.0194	-5.27839				03	061		
10921959	Dar Ben Sayyad	dar-ben-sayyad	MA		0	Africa/Casablanca	34.01715	-5.33258				03	061		
10921971	Douar Rhamna	douar-rhamna	MA		0	Africa/Casablanca	34.00617	-5.26218				03	061		
10921972	Douar Bni Mathar	douar-bni-mathar	MA		0	Africa/Casablanca	34.00025	-5.26082				03	061		
10921980	Douar Zegzar	douar-zegzar	MA		0	Africa/Casablanca	34.03567	-5.32545				03	061		
10922034	Douar Beni Chagdel	douar-beni-chagdel	MA		0	Africa/Casablanca	34.23557	-5.40919				03	061		
10922035	Douar Smaala	douar-smaala	MA		0	Africa/Casablanca	34.23809	-5.41144				03	061		
10922036	Douar Oulad Mtaa	douar-oulad-mtaa	MA		0	Africa/Casablanca	34.24681	-5.41091				03	591		
10922037	Douar Oulad El Haj Tahar	douar-oulad-el-haj-tahar	MA		0	Africa/Casablanca	34.24243	-5.40807				03	591		
10922044	Douar Bou Chaaib	douar-bou-chaaib	MA		0	Africa/Casablanca	34.22606	-5.37985				03	591		
10922050	Douar Bennani Bni Chagdel	douar-bennani-bni-chagdel	MA		0	Africa/Casablanca	34.22323	-5.40811				03	061		
10922058	Douar Laazib En-Nihi	douar-laazib-en-nihi	MA		0	Africa/Casablanca	34.22396	-5.47437				04	481		
10922084	Douar Dkhissa	douar-dkhissa	MA		0	Africa/Casablanca	34.20029	-5.38509				03	061		
10922120	Douar Laagoubat	douar-laagoubat	MA		0	Africa/Casablanca	34.18569	-5.39119				03	061		
10922122	Douar Oulad Nssir	douar-oulad-nssir	MA		0	Africa/Casablanca	34.19003	-5.3892				03	061		
10922131	Douar Oulad Daouya	douar-oulad-daouya	MA		0	Africa/Casablanca	34.17753	-5.38815				03	061		
10922142	Oulad Housin	oulad-housin	MA		0	Africa/Casablanca	34.1716	-5.47404				04	481		
10922148	Oulad Boubker	oulad-boubker	MA		0	Africa/Casablanca	34.16528	-5.46755				04	481		
10922149	Oulad Elah	oulad-elah	MA		0	Africa/Casablanca	34.16756	-5.46953				04	481		
10922172	Douar Boubiyad	douar-boubiyad	MA		0	Africa/Casablanca	34.14202	-5.42826				03	061		
10922196	Douar El Henmassi Ldera Guil	douar-el-henmassi-ldera-guil	MA		0	Africa/Casablanca	34.13879	-5.40431				03	061		
10922198	Douar El Alama	douar-el-alama	MA		0	Africa/Casablanca	34.13712	-5.39884				03	061		
10922202	Douar Azib El Harnra	douar-azib-el-harnra	MA		0	Africa/Casablanca	34.12691	-5.38465				03	061		
10922251	Douar Oulad Arfa	douar-oulad-arfa	MA		0	Africa/Casablanca	34.23512	-5.31453				03	591		
10922258	Dar Lefdili	dar-lefdili	MA		0	Africa/Casablanca	34.24718	-5.29108				03	591		
10922276	Douar Lebrarcha	douar-lebrarcha	MA		0	Africa/Casablanca	34.23395	-5.31417				03	591		
10922277	Douar Jouichat	douar-jouichat	MA		0	Africa/Casablanca	34.22955	-5.314				03	591		
10922282	Douar El Caid	douar-el-caid	MA		0	Africa/Casablanca	34.22527	-5.36125				03	591		
10922283	Douar Oulad Dlim	douar-oulad-dlim	MA		0	Africa/Casablanca	34.22138	-5.35927				03	591		
10922286	Douar Oulad Ayd	douar-oulad-ayd	MA		0	Africa/Casablanca	34.22524	-5.32919				03	591		
10922289	Douar Leqliaa	douar-leqliaa	MA		0	Africa/Casablanca	34.2269	-5.31511				03	591		
10922290	Douar Rzagaa	douar-rzagaa	MA		0	Africa/Casablanca	34.22348	-5.3111				03	591		
10922291	Douar Jnane Nhari	douar-jnane-nhari	MA		0	Africa/Casablanca	34.22195	-5.3035				03	591		
10922292	Douar Ezzoucar	douar-ezzoucar	MA		0	Africa/Casablanca	34.22447	-5.29593				03	591		
10922298	Dar Ammane	dar-ammane	MA		0	Africa/Casablanca	34.22635	-5.25108				03	591		
10922300	Douar Oulad Ben Hiyyane	douar-oulad-ben-hiyyane	MA		0	Africa/Casablanca	34.21999	-5.25048				03	591		
10922307	Douar Dar El Abd	douar-dar-el-abd	MA		0	Africa/Casablanca	34.21235	-5.30065				03	591		
10922347	Douar Oulad Miloud	douar-oulad-miloud	MA		0	Africa/Casablanca	34.19147	-5.34189				03	061		
10922350	Douar Benlekouiri	douar-benlekouiri	MA		0	Africa/Casablanca	34.1888	-5.34127		Douar Benlekouiri,Souadsa		03	591		
10922352	Douar Ait Hdiddou	douar-ait-hdiddou	MA		0	Africa/Casablanca	34.19292	-5.32738				03	591		
10922363	Douar Bennis	douar-bennis	MA		0	Africa/Casablanca	34.17867	-5.27258				03	591		
10922366	Douar Bou Rays	douar-bou-rays	MA		0	Africa/Casablanca	34.18408	-5.31215				03	591		
10922369	Douar Oulad Ba Mansour	douar-oulad-ba-mansour	MA		0	Africa/Casablanca	34.17469	-5.32024				03	591		
10922372	Douar Aynous	douar-aynous	MA		0	Africa/Casablanca	34.17926	-5.33736				03	591		
10922373	Douar Oulad Mansour	douar-oulad-mansour	MA		0	Africa/Casablanca	34.17645	-5.33648				03	591		
10922378	Douar Oulad Eddaouiya Mesrana	douar-oulad-eddaouiya-mesrana	MA		0	Africa/Casablanca	34.1852	-5.36292				03	061		
10922385	Douar El Karia	douar-el-karia	MA		0	Africa/Casablanca	34.17043	-5.34968				03	591		
10922387	Douar Leqliaa	douar-leqliaa	MA		0	Africa/Casablanca	34.16885	-5.3367				03	591		
10922401	Douar Lalla Fatna	douar-lalla-fatna	MA		0	Africa/Casablanca	34.16322	-5.31382				03	591		
10922412	Douar Oulad Bellefqih	douar-oulad-bellefqih	MA		0	Africa/Casablanca	34.14993	-5.33859				03	591		
10922416	Douar Lalla Fatna Lfouqaniya	douar-lalla-fatna-lfouqaniya	MA		0	Africa/Casablanca	34.15674	-5.30003		Belagnaoui,Douar Lalla Fatna Lfouqaniya		03	591		
10922443	Douar Hsine Lguerouari	douar-hsine-lguerouari	MA		0	Africa/Casablanca	34.13016	-5.3503				03	061		
10922446	Douar Lekhtatba	douar-lekhtatba	MA		0	Africa/Casablanca	34.12698	-5.33953				03	591		
10922447	Douar Lkharba	douar-lkharba	MA		0	Africa/Casablanca	34.12614	-5.33142				03	591		
10922462	Douar Akkara	douar-akkara	MA		0	Africa/Casablanca	34.2071	-5.33855				03	591		
10922467	Douar Aadroj	douar-aadroj	MA		0	Africa/Casablanca	34.18399	-5.27604				03	591		
10922468	Douar Lahdachi	douar-lahdachi	MA		0	Africa/Casablanca	34.13589	-5.34412				03	061		
10922473	Douar Oulad Sidi Abdellah	douar-oulad-sidi-abdellah	MA		0	Africa/Casablanca	34.21825	-5.37479				03	061		
10922475	Dar El Gharbi	dar-el-gharbi	MA		0	Africa/Casablanca	34.12844	-5.37436				03	061		
10922526	Douar Tikenniouine	douar-tikenniouine	MA		0	Africa/Casablanca	34.24636	-5.22194				03	591		
10922536	Douar Chloukha	douar-chloukha	MA		0	Africa/Casablanca	34.2444	-5.13368				03	591		
10922537	Douar Lemaaycha	douar-lemaaycha	MA		0	Africa/Casablanca	34.24225	-5.13243				03	591		
10922539	Douar Echnanfa	douar-echnanfa	MA		0	Africa/Casablanca	34.23022	-5.15136				03	591		
10922544	Douar Oulad Belaid	douar-oulad-belaid	MA		0	Africa/Casablanca	34.23104	-5.16765				03	591		
10922552	Douar Guelgane	douar-guelgane	MA		0	Africa/Casablanca	34.2235	-5.24747		Douar Galgane,Douar Guelgane		03	591		
10922559	Douar Daanna	douar-daanna	MA		0	Africa/Casablanca	34.21761	-5.17351				03	591		
10922562	Douar Oulad Bouchta	douar-oulad-bouchta	MA		0	Africa/Casablanca	34.21646	-5.14614				03	591		
10922563	Douar Lahmidiyine	douar-lahmidiyine	MA		0	Africa/Casablanca	34.21938	-5.13484				03	591		
10922564	Douar Laajajra	douar-laajajra	MA		0	Africa/Casablanca	34.20707	-5.12629				03	591		
10922566	Douar Leqbabsa	douar-leqbabsa	MA		0	Africa/Casablanca	34.21106	-5.15136				03	591		
10922567	Larbaa Oulad Jamae	larbaa-oulad-jamae	MA		0	Africa/Casablanca	34.20567	-5.12747				03	591		
10922568	Douar Oulad Echoum	douar-oulad-echoum	MA		0	Africa/Casablanca	34.20272	-5.12638				03	591		
10922569	Douar Leqbabsa d’ El Mehdi	douar-leqbabsa-d-el-mehdi	MA		0	Africa/Casablanca	34.2019	-5.14713				03	591		
10922573	Douar El Bourichi	douar-el-bourichi	MA		0	Africa/Casablanca	34.20971	-5.16673				03	591		
10922574	Douar Bou Chnafat	douar-bou-chnafat	MA		0	Africa/Casablanca	34.19864	-5.16196				03	591		
10922575	Douar Ezziyat	douar-ezziyat	MA		0	Africa/Casablanca	34.19392	-5.16638				03	591		
10922577	Douar Oulad Tayeb	douar-oulad-tayeb	MA		0	Africa/Casablanca	34.20508	-5.18887				03	591		
10922578	Douar Oulad Rahou	douar-oulad-rahou	MA		0	Africa/Casablanca	34.20185	-5.20089				03	591		
10922579	Douar Lekhriba	douar-lekhriba	MA		0	Africa/Casablanca	34.20946	-5.19867				03	591		
10922593	Douar Hammoud	douar-hammoud	MA		0	Africa/Casablanca	34.18295	-5.21058				03	591		
10922594	Douar Ben Hemmanat	douar-ben-hemmanat	MA		0	Africa/Casablanca	34.18831	-5.19194				03	591		
10922595	Douar Lhaoud	douar-lhaoud	MA		0	Africa/Casablanca	34.1876	-5.187				03	591		
10922598	Douar Eddhamna	douar-eddhamna	MA		0	Africa/Casablanca	34.18511	-5.15548				03	591		
10922604	Douar Oulad Ghni	douar-oulad-ghni	MA		0	Africa/Casablanca	34.16749	-5.17232				03	591		
10922608	Douar Errasfa	douar-errasfa	MA		0	Africa/Casablanca	34.17904	-5.19737				03	591		
10922613	Douar Qarmiyya	douar-qarmiyya	MA		0	Africa/Casablanca	34.16596	-5.24695				03	591		
10922633	Douar Scbaa Rouadi	douar-scbaa-rouadi	MA		0	Africa/Casablanca	34.14648	-5.14853				03	591		
10922661	Coopérative Dakhla	cooperative-dakhla	MA		0	Africa/Casablanca	34.1424	-5.15574		Cooperative Dakhla,Coopérative Dakhla		03	591		
10922850	Douar Drissa	douar-drissa	MA		0	Africa/Casablanca	34.86594	-5.98761				04	281		
10922851	Oulad Ahmed	oulad-ahmed	MA		0	Africa/Casablanca	34.86428	-5.98585				04	281		
10922853	Laksiba	laksiba	MA		0	Africa/Casablanca	34.8598	-5.97951				04	281		
10922863	Douar Lahrarich	douar-lahrarich	MA		0	Africa/Casablanca	34.86494	-5.94831				04	281		
10922867	Sraghna	sraghna	MA		0	Africa/Casablanca	34.85729	-5.99564				04	281		
10922868	Loqliaa	loqliaa	MA		0	Africa/Casablanca	34.86057	-5.99596				04	281		
10922871	Douar Laarab	douar-laarab	MA		0	Africa/Casablanca	34.84061	-5.99377				04	281		
10922875	Douar Oulad Hammou Aicha	douar-oulad-hammou-aicha	MA		0	Africa/Casablanca	34.83775	-5.9494				04	281		
10922880	Douar Lfouarat	douar-lfouarat	MA		0	Africa/Casablanca	34.83155	-5.97159				04	281		
10922886	Sahraoua	sahraoua	MA		0	Africa/Casablanca	34.8081	-5.95725				04	281		
10922888	Douar Ain Lhamra	douar-ain-lhamra	MA		0	Africa/Casablanca	34.81334	-5.96672				04	281		
10922896	Douar Lahrabla	douar-lahrabla	MA		0	Africa/Casablanca	34.79363	-5.96906				04	281		
10922906	Douar Laanabsa	douar-laanabsa	MA		0	Africa/Casablanca	34.7808	-5.97478				04	281		
10922916	Dar Ettaliba	dar-ettaliba	MA		0	Africa/Casablanca	34.76758	-5.95088				04	281		
10922917	Oulad Hart	oulad-hart	MA		0	Africa/Casablanca	34.76743	-5.95281				04	281		
10922918	Oulad Assam	oulad-assam	MA		0	Africa/Casablanca	34.76384	-5.94647				04	281		
10922921	Oulad Essebae	oulad-essebae	MA		0	Africa/Casablanca	34.77185	-5.95811				04	281		
10922930	Oulad Lhassani	oulad-lhassani	MA		0	Africa/Casablanca	34.75456	-5.96696				04	281		
10922931	Douar Chmicha	douar-chmicha	MA		0	Africa/Casablanca	34.75129	-5.9692				04	281		
10922932	Rbaat Ben Azzouz	rbaat-ben-azzouz	MA		0	Africa/Casablanca	34.75676	-5.96011				04	281		
10922954	Douar Laflalha	douar-laflalha	MA		0	Africa/Casablanca	34.76747	-5.88904				04	481		
10922964	Douar Laqsoura	douar-laqsoura	MA		0	Africa/Casablanca	34.77767	-5.8816				04	481		
10922966	Guilizat	guilizat	MA		0	Africa/Casablanca	34.78976	-5.87479				04	481		
10922969	Douar Essiqel	douar-essiqel	MA		0	Africa/Casablanca	34.79704	-5.90038				04	281		
10922973	Oulad Ghalem	oulad-ghalem	MA		0	Africa/Casablanca	34.79217	-5.91678				04	281		
10922975	Maizat	maizat	MA		0	Africa/Casablanca	34.79251	-5.90834				04	281		
10922977	Douar Oulad Abdellah	douar-oulad-abdellah	MA		0	Africa/Casablanca	34.79304	-5.93452				04	281		
10922981	Douar Lgotaa	douar-lgotaa	MA		0	Africa/Casablanca	34.78849	-5.93164				04	281		
10923004	Oulad Ezzouine	oulad-ezzouine	MA		0	Africa/Casablanca	34.8224	-5.91466				04	281		
10923011	Oued Lbaqqal	oued-lbaqqal	MA		0	Africa/Casablanca	34.82947	-5.88053				04	281		
10923012	Habachat	habachat	MA		0	Africa/Casablanca	34.83471	-5.89906				04	281		
10923013	Azib Ettaych	azib-ettaych	MA		0	Africa/Casablanca	34.83363	-5.90376				04	281		
10923033	Ezzaouia	ezzaouia	MA		0	Africa/Casablanca	34.8083	-5.94693				04	281		
10923054	Douar Oulad Hamd	douar-oulad-hamd	MA		0	Africa/Casablanca	34.78158	-5.90643				04	281		
10923055	Dar Fraq	dar-fraq	MA		0	Africa/Casablanca	34.77156	-5.95108				04	281		
10923056	Loqliaa	loqliaa	MA		0	Africa/Casablanca	34.78935	-5.91353				04	281		
10923094	Lemqasseb	lemqasseb	MA		0	Africa/Casablanca	34.87102	-5.51735				01	405		
10923111	Heddara	heddara	MA		0	Africa/Casablanca	34.85116	-5.61616				01	405		
10923112	Lkhandeq	lkhandeq	MA		0	Africa/Casablanca	34.85303	-5.62031				01	405		
10923139	Douar Lejbiyel	douar-lejbiyel	MA		0	Africa/Casablanca	34.83635	-5.55086				01	405		
10923153	Laadaoui	laadaoui	MA		0	Africa/Casablanca	34.82052	-5.52529				01	405		
10923158	Chaouia	chaouia	MA		0	Africa/Casablanca	34.81275	-5.51934				01	405		
10923169	Quartier Leqchila	quartier-leqchila	MA		0	Africa/Casablanca	34.80478	-5.58987				01	405		
10923170	Quartier Palestine	quartier-palestine	MA		0	Africa/Casablanca	34.80286	-5.58687				01	405		
10923172	Quartier Lqachriyine	quartier-lqachriyine	MA		0	Africa/Casablanca	34.80295	-5.59344				01	405		
10923173	Quartier Dyour Jdud	quartier-dyour-jdud	MA		0	Africa/Casablanca	34.80306	-5.57614				01	405		
10923176	Quartier Erremel	quartier-erremel	MA		0	Africa/Casablanca	34.79941	-5.58444				01	405		
10923190	Quartier Laadir	quartier-laadir	MA		0	Africa/Casablanca	34.79574	-5.5667				01	405		
10923192	Quartier Bni Mrtne	quartier-bni-mrtne	MA		0	Africa/Casablanca	34.79305	-5.57417				01	405		
10923193	Quartier Jnane Ali	quartier-jnane-ali	MA		0	Africa/Casablanca	34.79412	-5.57824				01	405		
10923194	Quartier Gadir	quartier-gadir	MA		0	Africa/Casablanca	34.79532	-5.58215				01	405		
10923195	Quartier Gallid	quartier-gallid	MA		0	Africa/Casablanca	34.79527	-5.58608				01	405		
10923203	Douar Gallida	douar-gallida	MA		0	Africa/Casablanca	34.77577	-5.59153				01	405		
10923205	Douar Tagnaout	douar-tagnaout	MA		0	Africa/Casablanca	34.77782	-5.56927				01	405		
10923222	Bou Deroua	bou-deroua	MA		0	Africa/Casablanca	34.77335	-5.54563				01	405		
10923224	Ain Ksab Lfouqiya	ain-ksab-lfouqiya	MA		0	Africa/Casablanca	34.76787	-5.58286				01	405		
10923237	Douar Fej El Kalaa	douar-fej-el-kalaa	MA		0	Africa/Casablanca	34.75806	-5.56864				01	405		
10923242	Douar Taourat	douar-taourat	MA		0	Africa/Casablanca	34.75582	-5.53099				01	405		
10923247	Douar Ain Alliq	douar-ain-alliq	MA		0	Africa/Casablanca	34.75731	-5.49857				01	405		
10923250	Douar Eddeyab	douar-eddeyab	MA		0	Africa/Casablanca	34.75205	-5.50679				01	405		
10923253	Coopérative Oued Eddahab	cooperative-oued-eddahab	MA		0	Africa/Casablanca	34.75325	-5.54385		Cooperative Oued Eddahab,Coopérative Oued Eddahab,Labraoueg		01	405		
10923266	Quartier El Haddadine	quartier-el-haddadine	MA		0	Africa/Casablanca	34.805	-5.5726				01	405		
10923296	Tarmâst	tarmast	MA		0	Africa/Casablanca	30.72034	-6.44473				08	587		
10923300	Iourikene n’Tamtsîf	iourikene-n-tamtsif	MA		0	Africa/Casablanca	30.67449	-6.49608				08	587		
10923330	Taourirt N’el Caïd ’Ali	taourirt-n-el-caid-ali	MA		0	Africa/Casablanca	30.67789	-6.39655				08	587		
10923331	Zaouït n’Soûk	zaouit-n-souk	MA		0	Africa/Casablanca	30.68073	-6.38123				08	587		
10923332	El Harâ	el-hara	MA		0	Africa/Casablanca	30.69152	-6.43047				08	587		
10923335	Asselîm	asselim	MA		0	Africa/Casablanca	30.67765	-6.38376				08	587		
10923336	Aït ’Ali	ait-ali	MA		0	Africa/Casablanca	30.68405	-6.37484				08	587		
10923337	Talemzît	talemzit	MA		0	Africa/Casablanca	30.68523	-6.36797				08	587		
10923338	Zaouït n Sidi-Bou Mediâne	zaouit-n-sidi-bou-mediane	MA		0	Africa/Casablanca	30.68619	-6.35471				08	587		
10923339	Igamoûdene	igamoudene	MA		0	Africa/Casablanca	30.66885	-6.34407				08	587		
10923340	Tassoûkt	tassoukt	MA		0	Africa/Casablanca	30.66859	-6.36149				08	587		
10923357	Zaouït N’Sidi-Mohamed ben ’Abdallah	zaouit-n-sidi-mohamed-ben-abdallah	MA		0	Africa/Casablanca	30.68674	-6.32453				08	587		
10923358	Takâtert	takatert	MA		0	Africa/Casablanca	30.68316	-6.33039				08	587		
10923359	Irhrem Azougarh	irhrem-azougarh	MA		0	Africa/Casablanca	30.68984	-6.32324				08	587		
10923363	El Hart	el-hart	MA		0	Africa/Casablanca	30.69745	-6.24935				08	587		
10923428	Ain Beida	ain-beida	MA		0	Africa/Casablanca	34.98729	-5.52707				01	405		
10923433	Douar Lahricha	douar-lahricha	MA		0	Africa/Casablanca	34.98588	-5.50344				01	405		
10923438	Douar Ferraha	douar-ferraha	MA		0	Africa/Casablanca	34.97453	-5.51992				01	405		
10923449	Douar Essdeq	douar-essdeq	MA		0	Africa/Casablanca	34.9721	-5.60073				01	405		
10923454	Douar Loulja	douar-loulja	MA		0	Africa/Casablanca	34.96649	-5.6053				01	405		
10923456	Douar Tazrout	douar-tazrout	MA		0	Africa/Casablanca	34.96023	-5.61333				01	405		
10923457	Douar Lbour	douar-lbour	MA		0	Africa/Casablanca	34.96937	-5.60714				01	405		
10923460	Douar Laaddamine	douar-laaddamine	MA		0	Africa/Casablanca	34.96562	-5.59629				01	405		
10923470	Dar Ettaliba	dar-ettaliba	MA		0	Africa/Casablanca	34.9701	-5.56748				01	405		
10923479	Douar Trachla	douar-trachla	MA		0	Africa/Casablanca	34.96946	-5.51288				01	405		
10923507	Douar Qattara	douar-qattara	MA		0	Africa/Casablanca	34.9562	-5.60662				01	405		
10923511	Douar Maghouassa	douar-maghouassa	MA		0	Africa/Casablanca	34.94602	-5.62182				01	405		
10923518	Douar Khandeq Ezziyara	douar-khandeq-ezziyara	MA		0	Africa/Casablanca	34.93953	-5.59507				01	405		
10923531	Douar Frazemane	douar-frazemane	MA		0	Africa/Casablanca	34.92614	-5.51063				01	405		
10923557	Douar Batnou	douar-batnou	MA		0	Africa/Casablanca	34.91596	-5.60152				01	405		
10923580	Douar Louadiyine	douar-louadiyine	MA		0	Africa/Casablanca	34.91091	-5.51039				01	405		
10923591	Douar Tyamma	douar-tyamma	MA		0	Africa/Casablanca	34.91746	-5.53869				01	405		
10923619	Hay Chaayb	hay-chaayb	MA		0	Africa/Casablanca	34.87863	-5.60994				01	405		
10923636	Douar Ljabriyane	douar-ljabriyane	MA		0	Africa/Casablanca	34.88624	-5.54038				01	405		
10923665	Douar Ennachcharine	douar-ennachcharine	MA		0	Africa/Casablanca	34.9142	-5.61821				01	405		
10923748	Douar Dhani	douar-dhani	MA		0	Africa/Casablanca	34.62276	-5.3672				01	405		
10923750	Douar Dhiouar	douar-dhiouar	MA		0	Africa/Casablanca	34.6225	-5.35086				01	405		
10923752	Douar El Ghaba	douar-el-ghaba	MA		0	Africa/Casablanca	34.6215	-5.34698				01	405		
10923759	Azabat Ksaoua	azabat-ksaoua	MA		0	Africa/Casablanca	34.62059	-5.31064				01	405		
10923767	Douar Qazmouriya	douar-qazmouriya	MA		0	Africa/Casablanca	34.61974	-5.26176				01	405		
10923770	Douar Dchayyer	douar-dchayyer	MA		0	Africa/Casablanca	34.61103	-5.2539				01	405		
10923771	Douar Feddane Abdellah	douar-feddane-abdellah	MA		0	Africa/Casablanca	34.6122	-5.25852				01	405		
10923774	Douar Lehjayyer	douar-lehjayyer	MA		0	Africa/Casablanca	34.60824	-5.27864				01	405		
10923777	Douar Laazaba	douar-laazaba	MA		0	Africa/Casablanca	34.60889	-5.30206				01	405		
10923790	Douar Sidi Bou Zitoune	douar-sidi-bou-zitoune	MA		0	Africa/Casablanca	34.60715	-5.32988				01	405		
10923796	Douar Kchirid	douar-kchirid	MA		0	Africa/Casablanca	34.59623	-5.2968				01	405		
10923797	Dar Nhiari Ahmed	dar-nhiari-ahmed	MA		0	Africa/Casablanca	34.60294	-5.29341				01	405		
10923800	Douar Kharouba	douar-kharouba	MA		0	Africa/Casablanca	34.60266	-5.26731				01	405		
10923801	Douar Mgaziyine	douar-mgaziyine	MA		0	Africa/Casablanca	34.60457	-5.25867				01	405		
10923803	Douar Barri	douar-barri	MA		0	Africa/Casablanca	34.59946	-5.25075				01	405		
10923805	Dar Khamma El Hajri	dar-khamma-el-hajri	MA		0	Africa/Casablanca	34.59522	-5.25131				01	405		
10923813	Douar Ain Kaddar	douar-ain-kaddar	MA		0	Africa/Casablanca	34.59314	-5.29088				01	405		
10923816	Douar Hjar Eddib	douar-hjar-eddib	MA		0	Africa/Casablanca	34.58325	-5.30463				01	405		
10923819	Douar Guedouma Sghira	douar-guedouma-sghira	MA		0	Africa/Casablanca	34.59021	-5.32319				01	405		
10923829	Douar Melloula	douar-melloula	MA		0	Africa/Casablanca	34.58432	-5.35132				01	405		
10923830	Douar Choghmari	douar-choghmari	MA		0	Africa/Casablanca	34.59049	-5.3589				01	405		
10923839	Douar Chouijra	douar-chouijra	MA		0	Africa/Casablanca	34.57837	-5.36222				01	405		
10923841	Douar Boussoughat	douar-boussoughat	MA		0	Africa/Casablanca	34.58454	-5.34289				01	405		
10923843	Douar Draoui	douar-draoui	MA		0	Africa/Casablanca	34.58056	-5.33596				01	405		
10923845	Douar Frika	douar-frika	MA		0	Africa/Casablanca	34.57894	-5.32761				01	405		
10923846	Douar Hjar Eddab	douar-hjar-eddab	MA		0	Africa/Casablanca	34.57955	-5.31424				01	405		
10923850	Houmad Lgadara	houmad-lgadara	MA		0	Africa/Casablanca	34.57961	-5.27491				01	405		
10923851	Douar Lhajriyine	douar-lhajriyine	MA		0	Africa/Casablanca	34.57544	-5.29229				01	405		
10923855	Douar Hjar Lmouch	douar-hjar-lmouch	MA		0	Africa/Casablanca	34.5714	-5.29303				01	405		
10923864	Douar Ferzaoui	douar-ferzaoui	MA		0	Africa/Casablanca	34.57272	-5.31068				01	405		
10923866	Douar Tissa	douar-tissa	MA		0	Africa/Casablanca	34.56544	-5.3022				01	405		
10923873	Douar Ezzaouia El Oulia	douar-ezzaouia-el-oulia	MA		0	Africa/Casablanca	34.57673	-5.37128				01	405		
10923876	Douar Laalaouna	douar-laalaouna	MA		0	Africa/Casablanca	34.5657	-5.37124				01	405		
10923882	Douar Sadriyine	douar-sadriyine	MA		0	Africa/Casablanca	34.56535	-5.27405				01	405		
10923890	Douar Dhar Bakou	douar-dhar-bakou	MA		0	Africa/Casablanca	34.55764	-5.27708				01	405		
10923892	Douar Haydoune	douar-haydoune	MA		0	Africa/Casablanca	34.55934	-5.29976				01	405		
10923896	Douar Dar Lhadad Lfouqiya	douar-dar-lhadad-lfouqiya	MA		0	Africa/Casablanca	34.55434	-5.31587				01	405		
10923899	Douar Lalla Qnouaa	douar-lalla-qnouaa	MA		0	Africa/Casablanca	34.56005	-5.34598				01	405		
10923901	Douar Lhakma	douar-lhakma	MA		0	Africa/Casablanca	34.55597	-5.35255				01	405		
10923904	Douar Lalla Zahra	douar-lalla-zahra	MA		0	Africa/Casablanca	34.5554	-5.36349				01	405		
10923907	Douar Laatamna	douar-laatamna	MA		0	Africa/Casablanca	34.56014	-5.37033				01	405		
10923911	Douar Lhakma Baynou	douar-lhakma-baynou	MA		0	Africa/Casablanca	34.54763	-5.35336				01	405		
10923914	Douar Lhad Baynou	douar-lhad-baynou	MA		0	Africa/Casablanca	34.54595	-5.34422				01	405		
10923919	Douar Saraj	douar-saraj	MA		0	Africa/Casablanca	34.54144	-5.31604				01	405		
10923920	Douar Bourarat	douar-bourarat	MA		0	Africa/Casablanca	34.54237	-5.31344				01	405		
10923922	Douar Dar Lhadad	douar-dar-lhadad	MA		0	Africa/Casablanca	34.54619	-5.31268				01	405		
10923923	Douar Bni Kirouj	douar-bni-kirouj	MA		0	Africa/Casablanca	34.54849	-5.31785				01	405		
10923929	Douar Oulad Abbdelouabhah	douar-oulad-abbdelouabhah	MA		0	Africa/Casablanca	34.54451	-5.29403				01	405		
10923940	Douar Kalaar Dar Lhada	douar-kalaar-dar-lhada	MA		0	Africa/Casablanca	34.53029	-5.29283				01	405		
10923943	Douar Darr Lhadad Bar Hrara	douar-darr-lhadad-bar-hrara	MA		0	Africa/Casablanca	34.53527	-5.31158				01	405		
10923947	Douar Sakhra	douar-sakhra	MA		0	Africa/Casablanca	34.5334	-5.33645				01	405		
10923951	Dar Ben Lghali	dar-ben-lghali	MA		0	Africa/Casablanca	34.53216	-5.3543				01	405		
10923953	Dar Driss Laaroussi	dar-driss-laaroussi	MA		0	Africa/Casablanca	34.53294	-5.37132				04	481		
10923959	Douar Ain Bida	douar-ain-bida	MA		0	Africa/Casablanca	34.52608	-5.30244				01	405		
10923961	Douar Lhassi	douar-lhassi	MA		0	Africa/Casablanca	34.52076	-5.27				03	531		
10923963	Douar Doukkara	douar-doukkara	MA		0	Africa/Casablanca	34.52394	-5.25478				03	531		
10923966	Douar Lhassi	douar-lhassi	MA		0	Africa/Casablanca	34.51434	-5.27665				03	531		
10923973	Douar El Ghaba	douar-el-ghaba	MA		0	Africa/Casablanca	34.51001	-5.30278				03	531		
10923974	Douar Znata	douar-znata	MA		0	Africa/Casablanca	34.5157	-5.31731				04	481		
10923975	Douar Oulad Ben Lahsen	douar-oulad-ben-lahsen	MA		0	Africa/Casablanca	34.51	-5.30598				03	531		
10923995	Douar Lahbda	douar-lahbda	MA		0	Africa/Casablanca	34.50663	-5.29688				03	531		
10923997	Douar Bab Masdane	douar-bab-masdane	MA		0	Africa/Casablanca	34.50976	-5.27498				03	531		
10924002	Douar Souahel	douar-souahel	MA		0	Africa/Casablanca	34.49839	-5.3077				03	531		
10924004	Douar Bni Biyad	douar-bni-biyad	MA		0	Africa/Casablanca	34.49816	-5.35662				04	481		
10924005	Douar Oulad Allal	douar-oulad-allal	MA		0	Africa/Casablanca	34.49798	-5.30236				03	531		
10924028	Coopérative Ezzaouia	cooperative-ezzaouia	MA		0	Africa/Casablanca	34.54063	-5.2706				01	405		
10924035	Coopérative Sidi Essafi	cooperative-sidi-essafi	MA		0	Africa/Casablanca	34.56614	-5.25895				01	405		
10924048	Tizoula	tizoula	MA		0	Africa/Casablanca	31.24955	-9.4961		Tizoula,Tizzoulla		07	211		
10924053	Sidi Salah	sidi-salah	MA		0	Africa/Casablanca	31.38898	-9.27209				07	211		
10924054	Douar Sidi Salah	douar-sidi-salah	MA		0	Africa/Casablanca	31.39407	-9.27033				07	211		
10924055	Taouzart	taouzart	MA		0	Africa/Casablanca	31.44975	-9.2848				07	211		
10924057	Aït Allal	ait-allal	MA		0	Africa/Casablanca	31.48188	-9.28098				07	211		
10924058	Aït el Khiat	ait-el-khiat	MA		0	Africa/Casablanca	31.47005	-9.27728				07	211		
10924059	Aït Mellaiha	ait-mellaiha	MA		0	Africa/Casablanca	31.47526	-9.27572				07	211		
10924062	Aït el Garmi	ait-el-garmi	MA		0	Africa/Casablanca	31.44147	-9.29531				07	211		
10924068	Aït el Maatig	ait-el-maatig	MA		0	Africa/Casablanca	31.27504	-9.30048				07	211		
10924069	Ida ou Tanane	ida-ou-tanane	MA		0	Africa/Casablanca	31.27303	-9.30659				07	211		
10924071	Tassila	tassila	MA		0	Africa/Casablanca	31.28313	-9.38096				07	211		
10924076	Tagaouaout El Tahtania	tagaouaout-el-tahtania	MA		0	Africa/Casablanca	31.32728	-9.37176				07	211		
10924077	Aït Abdallah	ait-abdallah	MA		0	Africa/Casablanca	31.37675	-9.39025				07	211		
10924079	Douar Sidi bou Haja	douar-sidi-bou-haja	MA		0	Africa/Casablanca	31.33419	-9.35547				07	211		
10924081	Aït ben el Hamid	ait-ben-el-hamid	MA		0	Africa/Casablanca	31.42388	-9.36277				07	211		
10924082	Aït bou Jellali	ait-bou-jellali	MA		0	Africa/Casablanca	31.38694	-9.25157				07	211		
10924083	Aït bou Allal	ait-bou-allal	MA		0	Africa/Casablanca	31.44921	-9.30045				07	211		
10924084	Aït bou el Mamoun	ait-bou-el-mamoun	MA		0	Africa/Casablanca	31.48973	-9.30678				07	211		
10924085	Aït bou Laarbia	ait-bou-laarbia	MA		0	Africa/Casablanca	31.27807	-9.3406				07	211		
10924086	Aït el Abak	ait-el-abak	MA		0	Africa/Casablanca	31.46488	-9.37167				07	211		
10924087	Dar Aït el Baz	dar-ait-el-baz	MA		0	Africa/Casablanca	31.39269	-9.31221				07	211		
10924088	Kechoulah	kechoulah	MA		0	Africa/Casablanca	31.46283	-9.37684				07	211		
10924089	Aït bel Laouar	ait-bel-laouar	MA		0	Africa/Casablanca	31.49572	-9.40916				07	211		
10924091	Aït el Bachir	ait-el-bachir	MA		0	Africa/Casablanca	31.47661	-9.43196				07	211		
10924092	Aït el Koudia	ait-el-koudia	MA		0	Africa/Casablanca	31.4844	-9.4965				07	211		
10924093	Aït el Biad	ait-el-biad	MA		0	Africa/Casablanca	31.49387	-9.45744				07	211		
10924095	Tazrhout	tazrhout	MA		0	Africa/Casablanca	31.43153	-9.45278				07	211		
10924097	Aït Allouech	ait-allouech	MA		0	Africa/Casablanca	31.39989	-9.47154				07	211		
10924100	Aït Lkharouich	ait-lkharouich	MA		0	Africa/Casablanca	31.39086	-9.4697				07	211		
10924101	Aït bou Fam	ait-bou-fam	MA		0	Africa/Casablanca	31.37624	-9.44703				07	211		
10924102	Aït Debaïza	ait-debaiza	MA		0	Africa/Casablanca	31.44286	-9.28488				07	211		
10924103	Aït el Abid	ait-el-abid	MA		0	Africa/Casablanca	31.42523	-9.30483				07	211		
10924104	Aït Sami	ait-sami	MA		0	Africa/Casablanca	31.30302	-9.34225				07	211		
10924106	Aït el Hamri	ait-el-hamri	MA		0	Africa/Casablanca	31.44581	-9.4106				07	211		
10924108	Aït el Rhera	ait-el-rhera	MA		0	Africa/Casablanca	31.40467	-9.31254				07	211		
10924110	Aït Ouaarab	ait-ouaarab	MA		0	Africa/Casablanca	31.3465	-9.4964				07	211		
10924111	Aït Zannbour	ait-zannbour	MA		0	Africa/Casablanca	31.47004	-9.32582				07	211		
10924112	Aït bou Azza	ait-bou-azza	MA		0	Africa/Casablanca	31.2922	-9.3438				07	211		
10924113	Aït el Rhezal	ait-el-rhezal	MA		0	Africa/Casablanca	31.47325	-9.42928				07	211		
10924116	Amzeda	amzeda	MA		0	Africa/Casablanca	31.39269	-9.44105				07	211		
10924120	Sidi Brahim	sidi-brahim	MA		0	Africa/Casablanca	31.34168	-9.393				07	211		
10924122	Sidi Ahmed Aomar	sidi-ahmed-aomar	MA		0	Africa/Casablanca	31.33407	-9.39459				07	211		
10924123	Aït Ahd ou Bella	ait-ahd-ou-bella	MA		0	Africa/Casablanca	31.33092	-9.42753				07	211		
10924126	Tirhourad	tirhourad	MA		0	Africa/Casablanca	31.31336	-9.41954				07	211		
10924127	Sidi bou Rja	sidi-bou-rja	MA		0	Africa/Casablanca	31.29743	-9.43019				07	211		
10924129	Aït el Hajj Ali	ait-el-hajj-ali	MA		0	Africa/Casablanca	31.27424	-9.38714				07	211		
10924131	Toukhribine	toukhribine	MA		0	Africa/Casablanca	31.34736	-9.44929				07	211		
10924132	Sidi Mohamd ou Lahsene	sidi-mohamd-ou-lahsene	MA		0	Africa/Casablanca	31.31949	-9.49531				07	211		
10924133	Aït ou Mast	ait-ou-mast	MA		0	Africa/Casablanca	31.32279	-9.44804				07	211		
10924134	Aït el Heddaji	ait-el-heddaji	MA		0	Africa/Casablanca	31.31531	-9.49495				07	211		
10924136	Itourkai	itourkai	MA		0	Africa/Casablanca	31.30077	-9.49443				07	211		
10924137	Tassila	tassila	MA		0	Africa/Casablanca	31.29118	-9.46926				07	211		
10924139	Aït el Hajj Ali	ait-el-hajj-ali	MA		0	Africa/Casablanca	31.46412	-9.42472				07	211		
10924143	Lalla Ti Saida	lalla-ti-saida	MA		0	Africa/Casablanca	31.48813	-9.49504				07	211		
10924144	Aït Brahim	ait-brahim	MA		0	Africa/Casablanca	31.4923	-9.48194				07	211		
10924145	Ibou Lalene	ibou-lalene	MA		0	Africa/Casablanca	31.47782	-9.48396				07	211		
10924146	Zaouiat el Hamoul	zaouiat-el-hamoul	MA		0	Africa/Casablanca	31.4727	-9.48126				07	211		
10924148	Aït Idriss	ait-idriss	MA		0	Africa/Casablanca	31.47237	-9.46898				07	211		
10924149	Talaa	talaa	MA		0	Africa/Casablanca	31.46739	-9.46817				07	211		
10924151	Chikh Mohammed	chikh-mohammed	MA		0	Africa/Casablanca	31.49373	-9.4728				07	211		
10924153	Azib Souilha	azib-souilha	MA		0	Africa/Casablanca	31.48484	-9.44322				07	211		
10924154	Azib bel Khir	azib-bel-khir	MA		0	Africa/Casablanca	31.46911	-9.45497				07	211		
10924155	Stara	stara	MA		0	Africa/Casablanca	31.47244	-9.44233				07	211		
10924156	Dar Braïet bou Allal	dar-braiet-bou-allal	MA		0	Africa/Casablanca	31.45954	-9.47072				07	211		
10924160	Ali bou Barka	ali-bou-barka	MA		0	Africa/Casablanca	31.43931	-9.49704				07	211		
10924164	Aït Berhich	ait-berhich	MA		0	Africa/Casablanca	31.39545	-9.4876				07	211		
10924165	Adchaïr	adchair	MA		0	Africa/Casablanca	31.4013	-9.45894				07	211		
10924167	Aït Yahia	ait-yahia	MA		0	Africa/Casablanca	31.41031	-9.45177				07	211		
10924169	Aït Addouj	ait-addouj	MA		0	Africa/Casablanca	31.41551	-9.45514				07	211		
10924170	Ez Zriba	ez-zriba	MA		0	Africa/Casablanca	31.42036	-9.4498				07	211		
10924171	Chorfa	chorfa	MA		0	Africa/Casablanca	31.41575	-9.43965				07	211		
10924172	El Fouirat	el-fouirat	MA		0	Africa/Casablanca	31.40278	-9.43472				07	211		
10924174	Argaïb	argaib	MA		0	Africa/Casablanca	31.39639	-9.47186				07	211		
10924176	Asfares	asfares	MA		0	Africa/Casablanca	31.38621	-9.48514				07	211		
10924177	Aït ba Hajjoub	ait-ba-hajjoub	MA		0	Africa/Casablanca	31.38219	-9.45478				07	211		
10924179	Bibaddazene	bibaddazene	MA		0	Africa/Casablanca	31.37017	-9.45257				07	211		
10924180	Tokhroubine	tokhroubine	MA		0	Africa/Casablanca	31.37401	-9.46814				07	211		
10924181	Agadir Laachour	agadir-laachour	MA		0	Africa/Casablanca	31.3651	-9.45697				07	211		
10924182	Ijaouane	ijaouane	MA		0	Africa/Casablanca	31.36076	-9.48053				07	211		
10924183	Bou Hanik	bou-hanik	MA		0	Africa/Casablanca	31.3621	-9.44665				07	211		
10924185	Talarst	talarst	MA		0	Africa/Casablanca	31.35451	-9.48372				07	211		
10924188	Ignaoun	ignaoun	MA		0	Africa/Casablanca	31.34718	-9.45536				07	211		
10924189	Aït Yahia	ait-yahia	MA		0	Africa/Casablanca	31.33378	-9.47068				07	211		
10924191	Aït Lasri	ait-lasri	MA		0	Africa/Casablanca	31.33092	-9.47872				07	211		
10924193	Icharmioun	icharmioun	MA		0	Africa/Casablanca	31.31826	-9.47082				07	211		
10924194	Aït Ouchfert	ait-ouchfert	MA		0	Africa/Casablanca	31.3166	-9.44865				07	211		
10924195	Tamerzagt	tamerzagt	MA		0	Africa/Casablanca	31.30525	-9.4956				07	211		
10924198	Tagadirt	tagadirt	MA		0	Africa/Casablanca	31.30282	-9.4885				07	211		
10924199	Aït ou Mohannd	ait-ou-mohannd	MA		0	Africa/Casablanca	31.30236	-9.49171				07	211		
10924200	Iderdar	iderdar	MA		0	Africa/Casablanca	31.29901	-9.47602				07	211		
10924201	Tarrhount	tarrhount	MA		0	Africa/Casablanca	31.3031	-9.46978				07	211		
10924202	Tigmi ou Fella	tigmi-ou-fella	MA		0	Africa/Casablanca	31.30502	-9.46548				07	211		
10924204	Ida ou Ziki	ida-ou-ziki	MA		0	Africa/Casablanca	31.29741	-9.46418				07	211		
10924205	Bou Zougar	bou-zougar	MA		0	Africa/Casablanca	31.26706	-9.47659				07	211		
10924207	Igounane	igounane	MA		0	Africa/Casablanca	31.26618	-9.46861				07	211		
10924209	Aït el Khoukh	ait-el-khoukh	MA		0	Africa/Casablanca	31.29061	-9.44232				07	211		
10924210	Borj Arhioul	borj-arhioul	MA		0	Africa/Casablanca	31.29332	-9.44917				07	211		
10924212	Sidi Abdallah	sidi-abdallah	MA		0	Africa/Casablanca	31.27372	-9.43206				07	211		
10924213	Aït Firane	ait-firane	MA		0	Africa/Casablanca	31.26919	-9.43394				07	211		
10924214	Zaouiat Aounir	zaouiat-aounir	MA		0	Africa/Casablanca	31.26932	-9.42037				07	211		
10924216	Anedja	anedja	MA		0	Africa/Casablanca	31.26879	-9.41763				07	211		
10924218	Talkzat	talkzat	MA		0	Africa/Casablanca	31.26094	-9.49018				07	211		
10924219	Aït Banngri	ait-banngri	MA		0	Africa/Casablanca	31.25804	-9.4837				07	211		
10924220	Tadjert	tadjert	MA		0	Africa/Casablanca	31.25334	-9.47531				07	211		
10924221	Iferkhas	iferkhas	MA		0	Africa/Casablanca	31.25821	-9.44604				07	211		
10924222	Aït Bnidir	ait-bnidir	MA		0	Africa/Casablanca	31.26011	-9.44328				07	211		
10924225	Zaouïa Jbara	zaouia-jbara	MA		0	Africa/Casablanca	31.26728	-9.38609				07	211		
10924227	El Kelaa	el-kelaa	MA		0	Africa/Casablanca	31.28238	-9.39719				07	211		
10924228	Aït Ihoum	ait-ihoum	MA		0	Africa/Casablanca	31.28868	-9.41349				07	211		
10924229	Taddert	taddert	MA		0	Africa/Casablanca	31.29422	-9.40274				07	211		
10924230	Taguelgalt	taguelgalt	MA		0	Africa/Casablanca	31.29613	-9.40957				07	211		
10924232	Lalla Tigmames	lalla-tigmames	MA		0	Africa/Casablanca	31.29121	-9.42932				07	211		
10924233	Imich	imich	MA		0	Africa/Casablanca	31.29651	-9.42284				07	211		
10924235	Ida ou Gnidif	ida-ou-gnidif	MA		0	Africa/Casablanca	31.30803	-9.43165				07	211		
10924236	Anou Aguerd	anou-aguerd	MA		0	Africa/Casablanca	31.3108	-9.43914				07	211		
10924237	Assagou	assagou	MA		0	Africa/Casablanca	31.31329	-9.43549				07	211		
10924238	Tigoudert	tigoudert	MA		0	Africa/Casablanca	31.29937	-9.41416				07	211		
10924239	Imoucha	imoucha	MA		0	Africa/Casablanca	31.30084	-9.39914				07	211		
10924241	Tabrakht	tabrakht	MA		0	Africa/Casablanca	31.29718	-9.38228				07	211		
10924242	Tirhermine	tirhermine	MA		0	Africa/Casablanca	31.30458	-9.38475				07	211		
10924243	Igui Irhil	igui-irhil	MA		0	Africa/Casablanca	31.31069	-9.40167				07	211		
10924244	Asmad	asmad	MA		0	Africa/Casablanca	31.31767	-9.43695				07	211		
10924245	Tikhfist	tikhfist	MA		0	Africa/Casablanca	31.32227	-9.44102				07	211		
10924247	Innzam	innzam	MA		0	Africa/Casablanca	31.32744	-9.43549				07	211		
10924248	Aït Lechguer	ait-lechguer	MA		0	Africa/Casablanca	31.32396	-9.42873				07	211		
10924249	Aït bel Fkih	ait-bel-fkih	MA		0	Africa/Casablanca	31.32002	-9.423				07	211		
10924251	Bigjouane	bigjouane	MA		0	Africa/Casablanca	31.32019	-9.40194				07	211		
10924252	Aït Ichou	ait-ichou	MA		0	Africa/Casablanca	31.33567	-9.43068				07	211		
10924253	Zaouiat Iguer Megdal	zaouiat-iguer-megdal	MA		0	Africa/Casablanca	31.3319	-9.39011				07	211		
10924255	Imzilene	imzilene	MA		0	Africa/Casablanca	31.33987	-9.43719				07	211		
10924256	Takouit	takouit	MA		0	Africa/Casablanca	31.34971	-9.41178				07	211		
10924257	Aït Ouddir	ait-ouddir	MA		0	Africa/Casablanca	31.35104	-9.40521				07	211		
10924258	Cherfa	cherfa	MA		0	Africa/Casablanca	31.35383	-9.41229				07	211		
10924259	Aït Messaoud	ait-messaoud	MA		0	Africa/Casablanca	31.3598	-9.41832				07	211		
10924260	Aït Bouïa	ait-bouia	MA		0	Africa/Casablanca	31.35665	-9.43534				07	211		
10924262	Sidi Abd el Krim	sidi-abd-el-krim	MA		0	Africa/Casablanca	31.36569	-9.41958				07	211		
10924263	Moulay bou Krim	moulay-bou-krim	MA		0	Africa/Casablanca	31.36186	-9.41197				07	211		
10924264	Taboujmaït	taboujmait	MA		0	Africa/Casablanca	31.36862	-9.4209				07	211		
10924265	Aït Imerzag	ait-imerzag	MA		0	Africa/Casablanca	31.35409	-9.39704				07	211		
10924267	Dar Chikh El Maati	dar-chikh-el-maati	MA		0	Africa/Casablanca	31.378	-9.41878				07	211		
10924268	Achbarou	achbarou	MA		0	Africa/Casablanca	31.37563	-9.44273				07	211		
10924270	Aït ou Sous	ait-ou-sous	MA		0	Africa/Casablanca	31.37646	-9.40989				07	211		
10924271	Zaïria	zairia	MA		0	Africa/Casablanca	31.38459	-9.39577				07	211		
10924272	El Kelaïa	el-kelaia	MA		0	Africa/Casablanca	31.39837	-9.43036				07	211		
10924273	Lamine Salah	lamine-salah	MA		0	Africa/Casablanca	31.40793	-9.42774				07	211		
10924278	El Fekih Sidi Srhir	el-fekih-sidi-srhir	MA		0	Africa/Casablanca	31.43402	-9.42369				07	211		
10924282	Aït Nmaïlla	ait-nmailla	MA		0	Africa/Casablanca	31.43757	-9.41448				07	211		
10924283	Chikh Miloud	chikh-miloud	MA		0	Africa/Casablanca	31.44583	-9.43849				07	211		
10924285	Aït Chihab	ait-chihab	MA		0	Africa/Casablanca	31.4509	-9.40081				07	211		
10924286	Aït ba Amrane	ait-ba-amrane	MA		0	Africa/Casablanca	31.44565	-9.39195				07	211		
10924287	Tanout	tanout	MA		0	Africa/Casablanca	31.45343	-9.3748				07	211		
10924292	Agueraid	agueraid	MA		0	Africa/Casablanca	31.4733	-9.40555				07	211		
10924294	Lemjarba	lemjarba	MA		0	Africa/Casablanca	31.49074	-9.39729				07	211		
10924296	El Hajj Ahmed	el-hajj-ahmed	MA		0	Africa/Casablanca	31.49636	-9.39069				07	211		
10924297	Afrat	afrat	MA		0	Africa/Casablanca	31.48897	-9.38946				07	211		
10924298	Taberouaguet	taberouaguet	MA		0	Africa/Casablanca	31.47292	-9.38465				07	211		
10924302	Aït Sidi Hamou	ait-sidi-hamou	MA		0	Africa/Casablanca	31.46402	-9.38822				07	211		
10924303	Aït Lahfid	ait-lahfid	MA		0	Africa/Casablanca	31.45732	-9.36584				07	211		
10924304	Aït Mbarek Hassane	ait-mbarek-hassane	MA		0	Africa/Casablanca	31.45937	-9.35412				07	211		
10924306	Aït Amara	ait-amara	MA		0	Africa/Casablanca	31.44235	-9.36109				07	211		
10924307	Dar Aït Hadag	dar-ait-hadag	MA		0	Africa/Casablanca	31.43397	-9.35191				07	211		
10924309	Dar Aït Abbes	dar-ait-abbes	MA		0	Africa/Casablanca	31.43162	-9.34598				07	211		
10924311	Dar Aït el Bassir	dar-ait-el-bassir	MA		0	Africa/Casablanca	31.41859	-9.36021				07	211		
10924314	Aït Jeraïd	ait-jeraid	MA		0	Africa/Casablanca	31.39177	-9.37109				07	211		
10924315	Dhar	dhar	MA		0	Africa/Casablanca	31.38621	-9.37927				07	211		
10924316	Aït Zeroual	ait-zeroual	MA		0	Africa/Casablanca	31.39348	-9.36073				07	211		
10924317	Aït Sidi Omar	ait-sidi-omar	MA		0	Africa/Casablanca	31.39042	-9.35852				07	211		
10924319	Aït Mirane	ait-mirane	MA		0	Africa/Casablanca	31.37595	-9.37503				07	211		
10924320	Hannchaoui	hannchaoui	MA		0	Africa/Casablanca	31.37203	-9.38307				07	211		
10924321	Zriba	zriba	MA		0	Africa/Casablanca	31.3712	-9.39551				07	211		
10924322	Drog	drog	MA		0	Africa/Casablanca	31.3668	-9.37034				07	211		
10924326	Tiirsine	tiirsine	MA		0	Africa/Casablanca	31.33444	-9.37686				07	211		
10924327	Tagouannt	tagouannt	MA		0	Africa/Casablanca	31.33056	-9.37397				07	211		
10924328	Assaka	assaka	MA		0	Africa/Casablanca	31.33756	-9.36624				07	211		
10924329	Amerhdous	amerhdous	MA		0	Africa/Casablanca	31.3371	-9.35925				07	211		
10924331	Zaouit	zaouit	MA		0	Africa/Casablanca	31.3307	-9.34496				07	211		
10924332	Aït Aïssa	ait-aissa	MA		0	Africa/Casablanca	31.33256	-9.33931				07	211		
10924333	Imenntaguene	imenntaguene	MA		0	Africa/Casablanca	31.32548	-9.33264				07	211		
10924334	El Krit	el-krit	MA		0	Africa/Casablanca	31.32766	-9.3312				07	211		
10924336	Talaaïnt Ajoumal	talaaint-ajoumal	MA		0	Africa/Casablanca	31.32225	-9.34549				07	211		
10924338	Bigbalene	bigbalene	MA		0	Africa/Casablanca	31.2889	-9.34974				07	211		
10924339	Aguerd	aguerd	MA		0	Africa/Casablanca	31.29349	-9.33401				07	211		
10924340	Igui ou Madel	igui-ou-madel	MA		0	Africa/Casablanca	31.29186	-9.33502				07	211		
10924342	Aït ech Chguer	ait-ech-chguer	MA		0	Africa/Casablanca	31.28235	-9.34921				07	211		
10924343	Aït Ziane	ait-ziane	MA		0	Africa/Casablanca	31.28405	-9.34109				07	211		
10924344	Aït Ifkirene	ait-ifkirene	MA		0	Africa/Casablanca	31.27545	-9.34384				07	211		
10924346	Idemine	idemine	MA		0	Africa/Casablanca	31.27533	-9.35163				07	211		
10924347	Imi n’ Tezqui	imi-n-tezqui	MA		0	Africa/Casablanca	31.27451	-9.36088				07	211		
10924348	Igui Ourti	igui-ourti	MA		0	Africa/Casablanca	31.27401	-9.37232				07	211		
10924351	Asderm	asderm	MA		0	Africa/Casablanca	31.26928	-9.37281				07	211		
10924355	Tama	tama	MA		0	Africa/Casablanca	31.26525	-9.37532				07	211		
10924357	Toufakhiam	toufakhiam	MA		0	Africa/Casablanca	31.26532	-9.36405				07	211		
10924358	Tadhart	tadhart	MA		0	Africa/Casablanca	31.26141	-9.35854				07	211		
10924359	Bgarioun	bgarioun	MA		0	Africa/Casablanca	31.2631	-9.34618				07	211		
10924363	Talbercht	talbercht	MA		0	Africa/Casablanca	31.25309	-9.36387				07	211		
10924364	Igui ou Ferd	igui-ou-ferd	MA		0	Africa/Casablanca	31.25309	-9.3724				07	211		
10924365	Imouchnane	imouchnane	MA		0	Africa/Casablanca	31.25338	-9.3256				07	211		
10924366	Bizoukine	bizoukine	MA		0	Africa/Casablanca	31.25382	-9.31618				07	211		
10924369	Aït Igout	ait-igout	MA		0	Africa/Casablanca	31.2645	-9.32605				07	211		
10924370	El Kheneg	el-kheneg	MA		0	Africa/Casablanca	31.26893	-9.33056				07	211		
10924373	Tichourrha	tichourrha	MA		0	Africa/Casablanca	31.27255	-9.29508				07	211		
10924375	Bou Krich	bou-krich	MA		0	Africa/Casablanca	31.27548	-9.28563				07	211		
10924376	Amsou	amsou	MA		0	Africa/Casablanca	31.28161	-9.32393				07	211		
10924381	Aït Bakou	ait-bakou	MA		0	Africa/Casablanca	31.29411	-9.30621				07	211		
10924382	Talat ou Mari	talat-ou-mari	MA		0	Africa/Casablanca	31.29402	-9.3155				07	211		
10924389	Talaaïnt ou Aïssi	talaaint-ou-aissi	MA		0	Africa/Casablanca	31.32207	-9.31956				07	211		
10924391	Tagadirt	tagadirt	MA		0	Africa/Casablanca	31.3266	-9.31625				07	211		
10924392	Ilzougarene	ilzougarene	MA		0	Africa/Casablanca	31.32717	-9.29949				07	211		
10924393	Assaka	assaka	MA		0	Africa/Casablanca	31.32453	-9.29104				07	161		
10924395	Tassila n’bou Zid	tassila-n-bou-zid	MA		0	Africa/Casablanca	31.31984	-9.29331				07	161		
10924397	Aït Oufkir	ait-oufkir	MA		0	Africa/Casablanca	31.32959	-9.3276				07	211		
10924398	Tahart	tahart	MA		0	Africa/Casablanca	31.33023	-9.32513				07	211		
10924399	Aït Bella	ait-bella	MA		0	Africa/Casablanca	31.3318	-9.33386				07	211		
10924407	Sidi Mbarek bou Miloud	sidi-mbarek-bou-miloud	MA		0	Africa/Casablanca	31.38254	-9.2888				07	211		
10924414	Hannsala	hannsala	MA		0	Africa/Casablanca	31.41005	-9.3017				07	211		
10924415	Zaouiat Sidi Ali El Kouch	zaouiat-sidi-ali-el-kouch	MA		0	Africa/Casablanca	31.39498	-9.29618				07	211		
10924416	Dar Aït Kerroun	dar-ait-kerroun	MA		0	Africa/Casablanca	31.41946	-9.31899				07	211		
10924417	Dar Belaïd	dar-belaid	MA		0	Africa/Casablanca	31.41509	-9.33798				07	211		
10924419	El Atoug	el-atoug	MA		0	Africa/Casablanca	31.43307	-9.28801				07	211		
10924424	Amsako	amsako	MA		0	Africa/Casablanca	31.4264	-9.33421				07	211		
10924425	Dar Aït Driss	dar-ait-driss	MA		0	Africa/Casablanca	31.43607	-9.31674				07	211		
10924426	Aït Moussa	ait-moussa	MA		0	Africa/Casablanca	31.44431	-9.32017				07	211		
10924427	Dar Jaïdi	dar-jaidi	MA		0	Africa/Casablanca	31.44402	-9.30876				07	211		
10924431	Aït Serrar	ait-serrar	MA		0	Africa/Casablanca	31.45632	-9.32891				07	211		
10924432	Aït bou Hassaïne	ait-bou-hassaine	MA		0	Africa/Casablanca	31.45921	-9.33798				07	211		
10924433	Dar Aït bou Idar	dar-ait-bou-idar	MA		0	Africa/Casablanca	31.45137	-9.31515				07	211		
10924435	Dar Laksaïba	dar-laksaiba	MA		0	Africa/Casablanca	31.47019	-9.32048				07	211		
10924436	Ashahla	ashahla	MA		0	Africa/Casablanca	31.47286	-9.32013				07	211		
10924437	Zeroual	zeroual	MA		0	Africa/Casablanca	31.46926	-9.30344				07	211		
10924440	Aït Mahraz	ait-mahraz	MA		0	Africa/Casablanca	31.48547	-9.31488				07	211		
10924441	Dar Aït Dhoum	dar-ait-dhoum	MA		0	Africa/Casablanca	31.48813	-9.29636				07	211		
10924443	Dar Aït Bousseta	dar-ait-bousseta	MA		0	Africa/Casablanca	31.49725	-9.31646				07	211		
10924447	El Guemmera	el-guemmera	MA		0	Africa/Casablanca	31.46717	-9.25668				07	211		
10924450	Aït Sidi Abbou	ait-sidi-abbou	MA		0	Africa/Casablanca	31.46428	-9.2843				07	211		
10924451	Aït Arbib	ait-arbib	MA		0	Africa/Casablanca	31.44475	-9.26537				07	211		
10924454	Dar el Rhaz	dar-el-rhaz	MA		0	Africa/Casablanca	31.42761	-9.25374				07	211		
10924457	Dar Aït Lazri	dar-ait-lazri	MA		0	Africa/Casablanca	31.41368	-9.26958				07	211		
10924464	Imi n’Char	imi-n-char	MA		0	Africa/Casablanca	31.33479	-9.26256				07	161		
10924471	Igui n’Dhar	igui-n-dhar	MA		0	Africa/Casablanca	31.30775	-9.2705				07	161		
10924472	Ifejgoun	ifejgoun	MA		0	Africa/Casablanca	31.31006	-9.28408				07	161		
10924476	Anou Amrhar	anou-amrhar	MA		0	Africa/Casablanca	31.26226	-9.25108				07	161		
10924481	Sidi Mel’k	sidi-mel-k	MA		0	Africa/Casablanca	31.38195	-9.49322				07	211		
10924484	Taremsou	taremsou	MA		0	Africa/Casablanca	31.25131	-9.29679				07	211		
10924485	Bou Yassine	bou-yassine	MA		0	Africa/Casablanca	31.2481	-9.2961				07	211		
10924487	Ouigioulene	ouigioulene	MA		0	Africa/Casablanca	31.25107	-9.39678				07	211		
10924489	Aguerd ou Zemmour	aguerd-ou-zemmour	MA		0	Africa/Casablanca	31.24901	-9.44964				07	211		
10924491	Tilifaou	tilifaou	MA		0	Africa/Casablanca	31.24738	-9.47647				07	211		
10924495	Aït bou Mlih	ait-bou-mlih	MA		0	Africa/Casablanca	31.27282	-9.28885				07	211		
10924497	Tabazat	tabazat	MA		0	Africa/Casablanca	31.29414	-9.27772				07	161		
10924498	El Mesnaouine	el-mesnaouine	MA		0	Africa/Casablanca	31.48258	-9.4801				07	211		
10924499	Chorfa	chorfa	MA		0	Africa/Casablanca	31.44846	-9.38457				07	211		
10924500	Dar el Hajj Saïd	dar-el-hajj-said	MA		0	Africa/Casablanca	31.46066	-9.30107				07	211		
10924501	Taourirt	taourirt	MA		0	Africa/Casablanca	31.33437	-9.34972				07	211		
10924502	Tanamelt	tanamelt	MA		0	Africa/Casablanca	31.25079	-9.43972				07	211		
10924503	Sidi Rhanem	sidi-rhanem	MA		0	Africa/Casablanca	31.31025	-9.45684				07	211		
10924504	Sidi Messaoud	sidi-messaoud	MA		0	Africa/Casablanca	31.46483	-9.32325				07	211		
10924580	Aït Slimane	ait-slimane	MA		0	Africa/Casablanca	31.46305	-9.22008				07	211		
10924581	Azib Sidi Dou	azib-sidi-dou	MA		0	Africa/Casablanca	31.47707	-9.07084				07	161		
10924582	Azib Sidi Dou	azib-sidi-dou	MA		0	Africa/Casablanca	31.44543	-9.0619				07	161		
10924583	Adda	adda	MA		0	Africa/Casablanca	31.28994	-9.02994				07	161		
10924588	Sidi Belaïd	sidi-belaid	MA		0	Africa/Casablanca	31.36906	-9.08694				07	161		
10924589	Aït Aïssa	ait-aissa	MA		0	Africa/Casablanca	31.38545	-9.10354				07	161		
10924591	Traitrat	traitrat	MA		0	Africa/Casablanca	31.49374	-9.17675				07	161		
10924594	Aït Aroussi	ait-aroussi	MA		0	Africa/Casablanca	31.41981	-9.15959				07	211		
10924608	Sidi Messaoud ben Ali	sidi-messaoud-ben-ali	MA		0	Africa/Casablanca	31.32797	-9.09377				07	161		
10924610	Sidi Mhamed ben Saïd	sidi-mhamed-ben-said	MA		0	Africa/Casablanca	31.39577	-9.1654				07	211		
10924611	Bi Houzene	bi-houzene	MA		0	Africa/Casablanca	31.2728	-9.21347				07	161		
10924612	Aït Aïssa	ait-aissa	MA		0	Africa/Casablanca	31.2811	-9.20416				07	161		
10924618	Bou Saada	bou-saada	MA		0	Africa/Casablanca	31.37397	-9.23924				07	211		
10924619	Sidi Ahmerine	sidi-ahmerine	MA		0	Africa/Casablanca	31.38679	-9.19557				07	211		
10924621	El Meresga	el-meresga	MA		0	Africa/Casablanca	31.38763	-9.22366				07	211		
10924623	Draa el Ariane	draa-el-ariane	MA		0	Africa/Casablanca	31.48867	-9.24361				07	211		
10924625	El Guebouiba	el-guebouiba	MA		0	Africa/Casablanca	31.48849	-9.22026				07	211		
10924628	Aït bou Jemaa	ait-bou-jemaa	MA		0	Africa/Casablanca	31.48763	-9.21471				07	211		
10924629	El bou Kitat	el-bou-kitat	MA		0	Africa/Casablanca	31.48514	-9.2163				07	211		
10924630	Jouimat	jouimat	MA		0	Africa/Casablanca	31.4763	-9.2275				07	211		
10924633	Akeret	akeret	MA		0	Africa/Casablanca	31.47023	-9.21154				07	211		
10924634	Aït Haïet	ait-haiet	MA		0	Africa/Casablanca	31.46122	-9.21793				07	211		
10924635	Aït Ider Reguita	ait-ider-reguita	MA		0	Africa/Casablanca	31.46315	-9.22851				07	211		
10924637	Aït ben Hammouet	ait-ben-hammouet	MA		0	Africa/Casablanca	31.45169	-9.24632				07	211		
10924638	Chaab	chaab	MA		0	Africa/Casablanca	31.44984	-9.20341				07	211		
10924639	Aït ben Jemaa	ait-ben-jemaa	MA		0	Africa/Casablanca	31.43831	-9.20166				07	211		
10924641	El Kléa	el-klea	MA		0	Africa/Casablanca	31.43082	-9.24501				07	211		
10924646	Aït bou Allah	ait-bou-allah	MA		0	Africa/Casablanca	31.42102	-9.19529				07	211		
10924647	Jicht	jicht	MA		0	Africa/Casablanca	31.41816	-9.19914				07	211		
10924648	Aït ba Mohammed	ait-ba-mohammed	MA		0	Africa/Casablanca	31.41373	-9.19276				07	211		
10924651	Azib el bou Ali	azib-el-bou-ali	MA		0	Africa/Casablanca	31.40126	-9.21199				07	211		
10924652	Aït Khalifat	ait-khalifat	MA		0	Africa/Casablanca	31.38881	-9.1998				07	211		
10924653	Erguita	erguita	MA		0	Africa/Casablanca	31.39186	-9.23508				07	211		
10924654	Aït Zaboul	ait-zaboul	MA		0	Africa/Casablanca	31.38835	-9.24287				07	211		
10924655	Aït bel Assiri	ait-bel-assiri	MA		0	Africa/Casablanca	31.38817	-9.23454				07	211		
10924656	El Amara	el-amara	MA		0	Africa/Casablanca	31.33448	-9.21667				07	161		
10924658	Aït el Bari	ait-el-bari	MA		0	Africa/Casablanca	31.38558	-9.23525				07	211		
10924659	Aït Brahim	ait-brahim	MA		0	Africa/Casablanca	31.38225	-9.24723				07	211		
10924660	Aït bou Addi	ait-bou-addi	MA		0	Africa/Casablanca	31.38031	-9.23878				07	211		
10924661	Ida ou Nifi	ida-ou-nifi	MA		0	Africa/Casablanca	31.37832	-9.24417				07	211		
10924662	Aït Khalifa	ait-khalifa	MA		0	Africa/Casablanca	31.37485	-9.24654				07	211		
10924663	Zennfour	zennfour	MA		0	Africa/Casablanca	31.38254	-9.22676				07	211		
10924664	Aït Addi Allal	ait-addi-allal	MA		0	Africa/Casablanca	31.38005	-9.21444				07	211		
10924669	Tabbarda	tabbarda	MA		0	Africa/Casablanca	31.37203	-9.24263				07	211		
10924671	Dar Aït Robbane	dar-ait-robbane	MA		0	Africa/Casablanca	31.36719	-9.21686				07	211		
10924673	Hallal Lechalfa	hallal-lechalfa	MA		0	Africa/Casablanca	31.36288	-9.19579				07	161		
10924676	Gounaïdila	gounaidila	MA		0	Africa/Casablanca	31.33252	-9.19816				07	161		
10924677	El Tabia	el-tabia	MA		0	Africa/Casablanca	31.32719	-9.21029				07	161		
10924678	El Kdit	el-kdit	MA		0	Africa/Casablanca	31.32947	-9.2145				07	161		
10924680	Aït Sidi Saïd	ait-sidi-said	MA		0	Africa/Casablanca	31.32642	-9.22342				07	161		
10924681	Aït el Mouch	ait-el-mouch	MA		0	Africa/Casablanca	31.32715	-9.22748				07	161		
10924682	Jbar	jbar	MA		0	Africa/Casablanca	31.32372	-9.23209				07	161		
10924683	Belkraker	belkraker	MA		0	Africa/Casablanca	31.33767	-9.18444				07	161		
10924685	Aït Ali	ait-ali	MA		0	Africa/Casablanca	31.31551	-9.21568				07	161		
10924686	Bi Hannfer	bi-hannfer	MA		0	Africa/Casablanca	31.31404	-9.21049				07	161		
10924691	Aït Ali ou Bihi	ait-ali-ou-bihi	MA		0	Africa/Casablanca	31.28104	-9.21564				07	161		
10924692	Aït Berka	ait-berka	MA		0	Africa/Casablanca	31.28063	-9.21255				07	161		
10924693	Aït Lemhour	ait-lemhour	MA		0	Africa/Casablanca	31.27779	-9.21293				07	161		
10924695	Aït Biddouch	ait-biddouch	MA		0	Africa/Casablanca	31.28116	-9.19655				07	161		
10924696	Asdrem	asdrem	MA		0	Africa/Casablanca	31.27543	-9.19151				07	161		
10924701	Anou Amrar	anou-amrar	MA		0	Africa/Casablanca	31.26169	-9.24641				07	161		
10924702	Timzourga	timzourga	MA		0	Africa/Casablanca	31.26255	-9.19235				07	161		
10924703	Aït Jaaït	ait-jaait	MA		0	Africa/Casablanca	31.25692	-9.24327				07	161		
10924704	Annrar Mellouln	annrar-mellouln	MA		0	Africa/Casablanca	31.25413	-9.22718				07	161		
10924706	Chaabat el Rhar	chaabat-el-rhar	MA		0	Africa/Casablanca	31.25178	-9.17949				07	161		
10924707	Anamr	anamr	MA		0	Africa/Casablanca	31.25993	-9.17793				07	161		
10924709	Tameurzagt	tameurzagt	MA		0	Africa/Casablanca	31.25613	-9.14868				07	161		
10924710	Dar el Caïd el Mtougui	dar-el-caid-el-mtougui	MA		0	Africa/Casablanca	31.26998	-9.1804				07	161		
10924711	Aït Kekhouch	ait-kekhouch	MA		0	Africa/Casablanca	31.27805	-9.16886				07	161		
10924713	Aït Ifrane	ait-ifrane	MA		0	Africa/Casablanca	31.28549	-9.16374				07	161		
10924714	Iggui Ougadir	iggui-ougadir	MA		0	Africa/Casablanca	31.28715	-9.1688				07	161		
10924716	Ouelcht	ouelcht	MA		0	Africa/Casablanca	31.28038	-9.18674				07	161		
10924718	El Arba Sidi bou Brahim	el-arba-sidi-bou-brahim	MA		0	Africa/Casablanca	31.29369	-9.1738				07	161		
10924719	Tazoukounit	tazoukounit	MA		0	Africa/Casablanca	31.28322	-9.15214				07	161		
10924720	Dar el Hamra	dar-el-hamra	MA		0	Africa/Casablanca	31.41351	-9.16412				07	211		
10924721	El Amar	el-amar	MA		0	Africa/Casablanca	31.44187	-9.14727				07	161		
10924723	Inane	inane	MA		0	Africa/Casablanca	31.31782	-9.14837				07	161		
10924726	Ed Dfaïlia	ed-dfailia	MA		0	Africa/Casablanca	31.31193	-9.18281				07	161		
10924727	Aït bou Zroud	ait-bou-zroud	MA		0	Africa/Casablanca	31.33717	-9.15978				07	161		
10924728	Aït bel Houssein	ait-bel-houssein	MA		0	Africa/Casablanca	31.32394	-9.14261				07	161		
10924730	Lalla Rosalla	lalla-rosalla	MA		0	Africa/Casablanca	31.35535	-9.18828				07	161		
10924731	Aït bou Zroud	ait-bou-zroud	MA		0	Africa/Casablanca	31.36622	-9.16085				07	211		
10924732	El Amia Amskslam	el-amia-amskslam	MA		0	Africa/Casablanca	31.35948	-9.13388				07	161		
10924734	Aït Sidi Hammou	ait-sidi-hammou	MA		0	Africa/Casablanca	31.3819	-9.1659				07	211		
10924735	Sidi Abd el Kadar	sidi-abd-el-kadar	MA		0	Africa/Casablanca	31.38107	-9.18388				07	211		
10924737	Aït Hammouet	ait-hammouet	MA		0	Africa/Casablanca	31.38518	-9.17504				07	211		
10924738	Sidi Kamel	sidi-kamel	MA		0	Africa/Casablanca	31.396	-9.16882				07	211		
10924739	Aït Kadour	ait-kadour	MA		0	Africa/Casablanca	31.39948	-9.16815				07	211		
10924740	Jalouet	jalouet	MA		0	Africa/Casablanca	31.40308	-9.16843				07	211		
10924744	Dchera	dchera	MA		0	Africa/Casablanca	31.40959	-9.15489				07	211		
10924748	Aït ben Abid	ait-ben-abid	MA		0	Africa/Casablanca	31.4245	-9.14148				07	161		
10924749	Aït el Maati	ait-el-maati	MA		0	Africa/Casablanca	31.42655	-9.15152				07	211		
10924753	Aït Mokaïla	ait-mokaila	MA		0	Africa/Casablanca	31.4586	-9.173				07	211		
10924756	Mzazka	mzazka	MA		0	Africa/Casablanca	31.45847	-9.1373				07	161		
10924760	Jerf Dbaa	jerf-dbaa	MA		0	Africa/Casablanca	31.49788	-9.17244				07	161		
10924763	Ouled Zir	ouled-zir	MA		0	Africa/Casablanca	31.49619	-9.11033				07	161		
10924768	Touigla	touigla	MA		0	Africa/Casablanca	31.41747	-9.11983				07	161		
10924771	El Hmidat	el-hmidat	MA		0	Africa/Casablanca	31.41168	-9.0862				07	161		
10924773	Abada	abada	MA		0	Africa/Casablanca	31.35541	-9.116				07	161		
10924775	Idouras	idouras	MA		0	Africa/Casablanca	31.34537	-9.09967				07	161		
10924779	Takiout	takiout	MA		0	Africa/Casablanca	31.31329	-9.13313				07	161		
10924788	Agoumi Ou Anndrir	agoumi-ou-anndrir	MA		0	Africa/Casablanca	31.28318	-9.10527				07	161		
10924794	Idouras Aïchaberka	idouras-aichaberka	MA		0	Africa/Casablanca	31.26341	-9.094				07	161		
10924797	Tizi	tizi	MA		0	Africa/Casablanca	31.25153	-9.13217				07	161		
10924800	Aït bel Rô	ait-bel-ro	MA		0	Africa/Casablanca	31.27099	-9.06659				07	161		
10924801	Tadmiouïne	tadmiouine	MA		0	Africa/Casablanca	31.26635	-9.08116				07	161		
10924802	Amouïl	amouil	MA		0	Africa/Casablanca	31.28627	-9.06243				07	161		
10924804	Sidi Brahim ben Ahmed	sidi-brahim-ben-ahmed	MA		0	Africa/Casablanca	31.31355	-9.05579				07	161		
10924808	Ikerker	ikerker	MA		0	Africa/Casablanca	31.34238	-9.07298				07	161		
10924809	Tazrout	tazrout	MA		0	Africa/Casablanca	31.35282	-9.05206				07	161		
10924813	El Azbene Mkamel	el-azbene-mkamel	MA		0	Africa/Casablanca	31.41033	-9.04842				07	161		
10924815	Ouled Srhir	ouled-srhir	MA		0	Africa/Casablanca	31.44471	-9.07927				07	161		
10924818	Ouled el Begar	ouled-el-begar	MA		0	Africa/Casablanca	31.47916	-9.07916				07	161		
10924820	Fkeh	fkeh	MA		0	Africa/Casablanca	31.49034	-9.04159				07	161		
10924826	Zmear	zmear	MA		0	Africa/Casablanca	31.35704	-9.01786				07	161		
10924829	Bel Aïl	bel-ail	MA		0	Africa/Casablanca	31.32825	-9.02024				07	161		
10924836	Aït Oufkir	ait-oufkir	MA		0	Africa/Casablanca	31.2775	-9.188				07	161		
10924839	Zaouia Sidi Mbark ben Mellouk	zaouia-sidi-mbark-ben-mellouk	MA		0	Africa/Casablanca	31.39381	-9.12957				07	161		
10924840	Aït bou Zehra	ait-bou-zehra	MA		0	Africa/Casablanca	31.45467	-9.24977				07	211		
10924850	Douar Ajajar	douar-ajajar	MA		0	Africa/Casablanca	34.74713	-5.49249				01	405		
10925036	Douar Errmila	douar-errmila	MA		0	Africa/Casablanca	34.74644	-5.48309				01	405		
10925040	Douar Bercinad	douar-bercinad	MA		0	Africa/Casablanca	34.74581	-5.4652				01	405		
10925042	Douar Dhahna	douar-dhahna	MA		0	Africa/Casablanca	34.73895	-5.46511				01	405		
10925043	Sidi Abdellah Ben Hassoune	sidi-abdellah-ben-hassoune	MA		0	Africa/Casablanca	34.73792	-5.46492				01	405		
10925046	Douar Hsis	douar-hsis	MA		0	Africa/Casablanca	34.74325	-5.4458				01	405		
10925055	Douar Oulad Yaaqoub	douar-oulad-yaaqoub	MA		0	Africa/Casablanca	34.74282	-5.40788				01	405		
10925059	Douar Nouadnych	douar-nouadnych	MA		0	Africa/Casablanca	34.73727	-5.40217				01	405		
10925061	Houmat Ain Salah	houmat-ain-salah	MA		0	Africa/Casablanca	34.74203	-5.38584				01	405		
10925062	Houman Lejghoul	houman-lejghoul	MA		0	Africa/Casablanca	34.74552	-5.37514				01	405		
10925063	Jjourhat Oulad Ahmed Zarnid	jjourhat-oulad-ahmed-zarnid	MA		0	Africa/Casablanca	34.73512	-5.37584				01	405		
10925076	Douar Bou Glemiya	douar-bou-glemiya	MA		0	Africa/Casablanca	34.73263	-5.45569				01	405		
10925081	Douar Fehahda	douar-fehahda	MA		0	Africa/Casablanca	34.72863	-5.47286				01	405		
10925083	Douar Ain Ali	douar-ain-ali	MA		0	Africa/Casablanca	34.72731	-5.48232				01	405		
10925085	Douar Khandeq Lurane	douar-khandeq-lurane	MA		0	Africa/Casablanca	34.73438	-5.4977				01	405		
10925087	Douar Ain El Mehdi	douar-ain-el-mehdi	MA		0	Africa/Casablanca	34.72274	-5.46623				01	405		
10925091	Douar Lkharroub	douar-lkharroub	MA		0	Africa/Casablanca	34.72367	-5.44065				01	405		
10925097	Douar Ain Alaq	douar-ain-alaq	MA		0	Africa/Casablanca	34.72517	-5.40439				01	405		
10925101	Douar Hsasna	douar-hsasna	MA		0	Africa/Casablanca	34.71209	-5.40022				01	405		
10925108	Moulay Brahim	moulay-brahim	MA		0	Africa/Casablanca	34.71069	-5.43001				01	405		
10925110	Moulay Abdelkarim	moulay-abdelkarim	MA		0	Africa/Casablanca	34.7124	-5.4414				01	405		
10925125	Douar Zbaliyine	douar-zbaliyine	MA		0	Africa/Casablanca	34.70662	-5.4491				01	405		
10925132	Douar Oulad Abdellah	douar-oulad-abdellah	MA		0	Africa/Casablanca	34.70499	-5.39962				01	405		
10925133	Douar Oulad Ben Slimane	douar-oulad-ben-slimane	MA		0	Africa/Casablanca	34.70247	-5.39909				01	405		
10925136	Houmat Zeraoula	houmat-zeraoula	MA		0	Africa/Casablanca	34.70037	-5.37585				01	405		
10925142	Douar Griyez	douar-griyez	MA		0	Africa/Casablanca	34.6948	-5.40471				01	405		
10925143	Douar Luiasbane	douar-luiasbane	MA		0	Africa/Casablanca	34.6967	-5.40777				01	405		
10925145	Douar Oulad Sidi Ali	douar-oulad-sidi-ali	MA		0	Africa/Casablanca	34.69819	-5.41599				01	405		
10925148	Douar Onsar El Qadi	douar-onsar-el-qadi	MA		0	Africa/Casablanca	34.69406	-5.43483				01	405		
10925151	Douar Lekdaouj	douar-lekdaouj	MA		0	Africa/Casablanca	34.69483	-5.45498				01	405		
10925155	Douar Hbalat	douar-hbalat	MA		0	Africa/Casablanca	34.69377	-5.4818				01	405		
10925165	Douar Boufamaz	douar-boufamaz	MA		0	Africa/Casablanca	34.68672	-5.43928				01	405		
10925169	Douar Lhartaj	douar-lhartaj	MA		0	Africa/Casablanca	34.68548	-5.41363				01	405		
10925170	Houmat Dmama	houmat-dmama	MA		0	Africa/Casablanca	34.68202	-5.41865				01	405		
10925179	Douar Juiyene	douar-juiyene	MA		0	Africa/Casablanca	34.67871	-5.38027				01	405		
10925180	Douar Oulad Lachhab	douar-oulad-lachhab	MA		0	Africa/Casablanca	34.67484	-5.37992				01	405		
10925182	Douar Lkalaa	douar-lkalaa	MA		0	Africa/Casablanca	34.681	-5.38966				01	405		
10925190	Hounat Rmel	hounat-rmel	MA		0	Africa/Casablanca	34.67587	-5.41644				01	405		
10925197	Douar Daouliya	douar-daouliya	MA		0	Africa/Casablanca	34.6798	-5.45129				01	405		
10925204	Douar Dchiyar	douar-dchiyar	MA		0	Africa/Casablanca	34.66856	-5.49268				01	405		
10925213	Douar Eddada	douar-eddada	MA		0	Africa/Casablanca	34.66485	-5.43479				01	405		
10925215	Houmat Hjar Errays	houmat-hjar-errays	MA		0	Africa/Casablanca	34.66409	-5.41421				01	405		
10925224	Douar Lfellaqine Essoufla	douar-lfellaqine-essoufla	MA		0	Africa/Casablanca	34.65527	-5.38381				01	405		
10925228	Hounat Essedra Lmahrouqa	hounat-essedra-lmahrouqa	MA		0	Africa/Casablanca	34.65068	-5.39994				01	405		
10925229	Hounat Boughidane	hounat-boughidane	MA		0	Africa/Casablanca	34.65221	-5.39308				01	405		
10925242	Douar Jlaula	douar-jlaula	MA		0	Africa/Casablanca	34.66229	-5.45481				01	405		
10925244	Douar Lemtalsa	douar-lemtalsa	MA		0	Africa/Casablanca	34.66411	-5.46698				01	405		
10925245	Douar Bou Qfa	douar-bou-qfa	MA		0	Africa/Casablanca	34.6529	-5.46929				01	405		
10925246	Douar Lchncha	douar-lchncha	MA		0	Africa/Casablanca	34.66005	-5.47837				01	405		
10925247	Douar Feddane	douar-feddane	MA		0	Africa/Casablanca	34.65424	-5.47899				01	405		
10925251	Douar Oulad Ben Ahmed	douar-oulad-ben-ahmed	MA		0	Africa/Casablanca	34.64711	-5.49114				01	405		
10925253	Douar Lkharb	douar-lkharb	MA		0	Africa/Casablanca	34.64619	-5.45717				01	405		
10925254	Douar Dabbouz	douar-dabbouz	MA		0	Africa/Casablanca	34.64576	-5.465				01	405		
10925258	Douar Tadla	douar-tadla	MA		0	Africa/Casablanca	34.64694	-5.42779				01	405		
10925260	Douar Tazita	douar-tazita	MA		0	Africa/Casablanca	34.64789	-5.40484				01	405		
10925263	Douar Bouhinir	douar-bouhinir	MA		0	Africa/Casablanca	34.64334	-5.3982				01	405		
10925267	Douar Lfellaqine El Oulia	douar-lfellaqine-el-oulia	MA		0	Africa/Casablanca	34.64816	-5.37975				01	405		
10925268	Douar Oulad Erradi	douar-oulad-erradi	MA		0	Africa/Casablanca	34.64397	-5.3761				01	405		
10925280	Douar Lalla Hlima	douar-lalla-hlima	MA		0	Africa/Casablanca	34.64321	-5.43799				01	405		
10925286	Douar Mkhafa	douar-mkhafa	MA		0	Africa/Casablanca	34.63866	-5.47961				01	405		
10925293	Douar Errahoui	douar-errahoui	MA		0	Africa/Casablanca	34.63423	-5.4862				01	405		
10925296	Douar Oulad Hommane	douar-oulad-hommane	MA		0	Africa/Casablanca	34.62893	-5.45189				01	405		
10925297	Douar Oulad Eddouilhi	douar-oulad-eddouilhi	MA		0	Africa/Casablanca	34.63191	-5.43857				01	405		
10925300	Dar Abdessalam Ben Jelloune	dar-abdessalam-ben-jelloune	MA		0	Africa/Casablanca	34.62971	-5.42807				01	405		
10925304	Douar Boucherif	douar-boucherif	MA		0	Africa/Casablanca	34.6347	-5.37917				01	405		
10925307	Douar Oulad Ahmed	douar-oulad-ahmed	MA		0	Africa/Casablanca	34.62575	-5.3875				01	405		
10925309	Douar Sakhra	douar-sakhra	MA		0	Africa/Casablanca	34.62757	-5.39703				01	405		
10925312	Douar Ain Saf	douar-ain-saf	MA		0	Africa/Casablanca	34.62575	-5.4452				01	405		
10925314	Douar Ain Echamiyine	douar-ain-echamiyine	MA		0	Africa/Casablanca	34.62739	-5.45303				01	405		
10925333	Essour	essour	MA		0	Africa/Casablanca	34.65328	-5.47844				01	405		
10925358	Douar Delar Leibu	douar-delar-leibu	MA		0	Africa/Casablanca	34.73898	-5.24251				01	405		
10925362	Douar Almaiullas	douar-almaiullas	MA		0	Africa/Casablanca	34.74205	-5.21951				01	405		
10925364	Douar Rmaylaya	douar-rmaylaya	MA		0	Africa/Casablanca	34.73646	-5.21249				01	405		
10925370	Douar Aouna	douar-aouna	MA		0	Africa/Casablanca	34.72322	-5.21783				01	405		
10925376	Douar Lalla Aicha	douar-lalla-aicha	MA		0	Africa/Casablanca	34.71297	-5.24545				01	405		
10925384	Douar Oulad Ben Tahar	douar-oulad-ben-tahar	MA		0	Africa/Casablanca	34.70339	-5.22208				01	405		
10925385	Douar Oulad Bouilhta	douar-oulad-bouilhta	MA		0	Africa/Casablanca	34.70298	-5.22931				01	405		
10925396	Douar Haddariyene	douar-haddariyene	MA		0	Africa/Casablanca	34.69423	-5.21648				01	405		
10925411	Douar Lmaraqine	douar-lmaraqine	MA		0	Africa/Casablanca	34.66646	-5.23835				01	405		
10925412	Heumat Lkhalehagina	heumat-lkhalehagina	MA		0	Africa/Casablanca	34.66397	-5.23775				01	405		
10925413	Douar Laatainna	douar-laatainna	MA		0	Africa/Casablanca	34.66134	-5.24305				01	405		
10925414	Douar Allal Ezzahar	douar-allal-ezzahar	MA		0	Africa/Casablanca	34.6607	-5.23944				01	405		
10925416	Douar Lkoudia	douar-lkoudia	MA		0	Africa/Casablanca	34.66014	-5.23155				01	405		
10925417	Douar Jnane L’Oued	douar-jnane-l-oued	MA		0	Africa/Casablanca	34.66004	-5.22565				01	405		
10925420	Douar Lfouarat	douar-lfouarat	MA		0	Africa/Casablanca	34.66083	-5.21118				01	405		
10925431	Douar Lkalaa	douar-lkalaa	MA		0	Africa/Casablanca	34.65105	-5.21816				01	405		
10925434	Douar Olalba	douar-olalba	MA		0	Africa/Casablanca	34.64164	-5.23022				01	405		
10925435	Douar Ghmara	douar-ghmara	MA		0	Africa/Casablanca	34.63936	-5.2374				01	405		
10925440	Douar Oum Rabia	douar-oum-rabia	MA		0	Africa/Casablanca	34.63891	-5.22522				01	405		
10925443	Douar Rammaoua	douar-rammaoua	MA		0	Africa/Casablanca	34.6322	-5.22775				01	405		
10925463	Douar Keriker	douar-keriker	MA		0	Africa/Casablanca	34.64353	-5.21114				01	405		
10925466	Douar Zahira	douar-zahira	MA		0	Africa/Casablanca	34.64542	-5.18987				01	405		
10925467	Douar Maydmane	douar-maydmane	MA		0	Africa/Casablanca	34.64816	-5.1946				01	405		
10925468	Douar Mnachra	douar-mnachra	MA		0	Africa/Casablanca	34.64593	-5.19517				01	405		
10925469	Douar Lkharba Lfeqin	douar-lkharba-lfeqin	MA		0	Africa/Casablanca	34.64695	-5.20554				01	405		
10925474	Douar Laajrayech	douar-laajrayech	MA		0	Africa/Casablanca	34.65763	-5.20696				01	405		
10925479	Douar Bou Riyane	douar-bou-riyane	MA		0	Africa/Casablanca	34.65356	-5.19953				01	405		
10925480	Douar Lqraha	douar-lqraha	MA		0	Africa/Casablanca	34.66575	-5.20869				01	405		
10925482	Douar Gallala	douar-gallala	MA		0	Africa/Casablanca	34.66803	-5.19455				01	405		
10925487	Douar Oulad Hamidou	douar-oulad-hamidou	MA		0	Africa/Casablanca	34.6867	-5.21593				01	405		
10925510	Dar Ettalih	dar-ettalih	MA		0	Africa/Casablanca	34.74431	-5.19599				01	405		
10925511	Douar Hjaa Mlaahi	douar-hjaa-mlaahi	MA		0	Africa/Casablanca	34.7414	-5.18732				01	405		
10925512	Douar Dauil	douar-dauil	MA		0	Africa/Casablanca	34.74394	-5.18273				01	405		
10925518	Douar Hit Leila	douar-hit-leila	MA		0	Africa/Casablanca	34.74117	-5.15436				03	531		
10925521	Douar Dhar	douar-dhar	MA		0	Africa/Casablanca	34.73466	-5.15518				03	531		
10925555	Douar Errodua	douar-errodua	MA		0	Africa/Casablanca	34.66115	-5.15739				03	531		
10925557	Douar Narza	douar-narza	MA		0	Africa/Casablanca	34.65951	-5.17988				03	531		
10925558	Douar Lekhmas	douar-lekhmas	MA		0	Africa/Casablanca	34.65585	-5.18318				01	405		
10925560	Douar Sottah	douar-sottah	MA		0	Africa/Casablanca	34.65843	-5.15529				03	531		
10925561	Douar Lhabal	douar-lhabal	MA		0	Africa/Casablanca	34.65617	-5.15964				03	531		
10925563	Douar Majdarqa	douar-majdarqa	MA		0	Africa/Casablanca	34.64586	-5.16726				03	531		
10925573	Douar Ain Esar	douar-ain-esar	MA		0	Africa/Casablanca	34.63209	-5.13947				03	531		
10925577	Douar Ain Zlaf	douar-ain-zlaf	MA		0	Africa/Casablanca	34.64494	-5.1496				03	531		
10925579	Douar Laaziyyeb	douar-laaziyyeb	MA		0	Africa/Casablanca	34.64187	-5.13291				03	531		
10925580	Douar Bou Zhari	douar-bou-zhari	MA		0	Africa/Casablanca	34.64328	-5.12222				03	531		
10925584	Douar Eroua	douar-eroua	MA		0	Africa/Casablanca	34.65391	-5.12338				03	531		
10925589	Douar Dnatla Seuiyea	douar-dnatla-seuiyea	MA		0	Africa/Casablanca	34.65877	-5.12664				03	531		
10925598	Douar Stab Leqmar	douar-stab-leqmar	MA		0	Africa/Casablanca	34.67233	-5.13703				03	531		
10925600	Douar Maryouh	douar-maryouh	MA		0	Africa/Casablanca	34.67959	-5.1308				03	531		
10925608	Douar Seuiyot	douar-seuiyot	MA		0	Africa/Casablanca	34.70335	-5.14554				03	531		
10925610	Douar Dar Ezzazala	douar-dar-ezzazala	MA		0	Africa/Casablanca	34.69899	-5.14063				03	531		
10925614	Douar Dar Efouqiya	douar-dar-efouqiya	MA		0	Africa/Casablanca	34.71747	-5.15029				03	531		
10925615	Douar Ain Cherif	douar-ain-cherif	MA		0	Africa/Casablanca	34.71932	-5.13323				03	531		
10925618	Douar Ain Ocha	douar-ain-ocha	MA		0	Africa/Casablanca	34.73018	-5.14878				03	531		
10925620	Douar Ectourha	douar-ectourha	MA		0	Africa/Casablanca	34.73572	-5.1366				03	531		
10925621	Douar Souk Tnine	douar-souk-tnine	MA		0	Africa/Casablanca	34.73483	-5.13567				03	531		
10925622	Douar Matmata	douar-matmata	MA		0	Africa/Casablanca	34.737	-5.13164				03	531		
10925625	Douar Lqamra	douar-lqamra	MA		0	Africa/Casablanca	34.74685	-5.13632				03	531		
10925670	Douar Laamamua	douar-laamamua	MA		0	Africa/Casablanca	34.73313	-5.14166				03	531		
10925672	Heumat Oulad Amer	heumat-oulad-amer	MA		0	Africa/Casablanca	34.66273	-5.23747				01	405		
10925673	Douar Lagoher	douar-lagoher	MA		0	Africa/Casablanca	34.67299	-5.16892				03	531		
10925677	Azzaba Sdari	azzaba-sdari	MA		0	Africa/Casablanca	34.74907	-5.1551				03	531		
10925678	Douar Kaf Lghoul	douar-kaf-lghoul	MA		0	Africa/Casablanca	34.74992	-5.18407				01	405		
10925679	Douar Tamsit	douar-tamsit	MA		0	Africa/Casablanca	34.74946	-5.20344				01	405		
10925746	Douar Bni Maaouiya	douar-bni-maaouiya	MA		0	Africa/Casablanca	34.86183	-5.21157				01	405		
10925749	Douar Bni Maaouiya El Bir	douar-bni-maaouiya-el-bir	MA		0	Africa/Casablanca	34.87086	-5.21264				01	405		
10925753	Douar Tourarene Essoufla	douar-tourarene-essoufla	MA		0	Africa/Casablanca	34.86383	-5.18871				01	151		
10925754	Douar Lahzayeb Essoufla	douar-lahzayeb-essoufla	MA		0	Africa/Casablanca	34.86744	-5.17295				01	151		
10925920	Douar Sidi Bou Rbiyae	douar-sidi-bou-rbiyae	MA		0	Africa/Casablanca	34.85748	-5.16731				01	151		
10925927	Douar Ennonayel Damoud	douar-ennonayel-damoud	MA		0	Africa/Casablanca	34.84899	-5.22685				01	405		
10925934	Douar Maymounat	douar-maymounat	MA		0	Africa/Casablanca	34.84395	-5.18008				01	151		
10925936	Douar Maymounat	douar-maymounat	MA		0	Africa/Casablanca	34.84292	-5.15718				01	151		
10925940	Douar Mizal	douar-mizal	MA		0	Africa/Casablanca	34.84204	-5.12981				01	151		
10925953	Douar Aouna	douar-aouna	MA		0	Africa/Casablanca	34.83602	-5.15583				01	151		
10925955	Douar Ayersif	douar-ayersif	MA		0	Africa/Casablanca	34.82632	-5.15713				01	151		
10925974	Douar Tafraout	douar-tafraout	MA		0	Africa/Casablanca	34.82147	-5.19697				01	405		
10925976	Douar Bni Mizar	douar-bni-mizar	MA		0	Africa/Casablanca	34.82067	-5.145				01	151		
10925979	Douar Achtounballa	douar-achtounballa	MA		0	Africa/Casablanca	34.81465	-5.13701				01	151		
10925982	Douar Oulad Slimane	douar-oulad-slimane	MA		0	Africa/Casablanca	34.8147	-5.12928				01	151		
10925985	Moulay Abderrahmane	moulay-abderrahmane	MA		0	Africa/Casablanca	34.80463	-5.13381				01	151		
10925989	Douar Lahmaydiyine Bou Cheikh	douar-lahmaydiyine-bou-cheikh	MA		0	Africa/Casablanca	34.80662	-5.15676				01	151		
10925990	Douar Thaoucha	douar-thaoucha	MA		0	Africa/Casablanca	34.81396	-5.15182				01	151		
10926002	Douar Kechkacha Essoutla	douar-kechkacha-essoutla	MA		0	Africa/Casablanca	34.80062	-5.23704				01	405		
10926005	Azzaba Oued Assaya	azzaba-oued-assaya	MA		0	Africa/Casablanca	34.78995	-5.2333				01	405		
10926012	Douar Achkourt	douar-achkourt	MA		0	Africa/Casablanca	34.79557	-5.18555				01	405		
10926016	Douar Tala Zemmour Ennakhla	douar-tala-zemmour-ennakhla	MA		0	Africa/Casablanca	34.79684	-5.14015				01	151		
10926020	Douar Chabbouch	douar-chabbouch	MA		0	Africa/Casablanca	34.78603	-5.12887				01	151		
10926025	Douar Bou Qallalilne	douar-bou-qallalilne	MA		0	Africa/Casablanca	34.78364	-5.14744				01	151		
10926028	Douar Lqaour	douar-lqaour	MA		0	Africa/Casablanca	34.79115	-5.16418				01	151		
10926029	Douar Madkourane	douar-madkourane	MA		0	Africa/Casablanca	34.7901	-5.17244				01	405		
10926031	Douar Ennakhla	douar-ennakhla	MA		0	Africa/Casablanca	34.78209	-5.18002				01	405		
10926043	Azzaba Errechaqa	azzaba-errechaqa	MA		0	Africa/Casablanca	34.77342	-5.2228				01	405		
10926046	Douar Errechaqa	douar-errechaqa	MA		0	Africa/Casablanca	34.76712	-5.22793				01	405		
10926061	Lhayti	lhayti	MA		0	Africa/Casablanca	34.75979	-5.12311				03	531		
10926072	Douar Lmenaa	douar-lmenaa	MA		0	Africa/Casablanca	34.75603	-5.1859				01	405		
10926078	Douar El Kalaa	douar-el-kalaa	MA		0	Africa/Casablanca	34.76217	-5.2009				01	405		
10926080	Douar Ben Arous	douar-ben-arous	MA		0	Africa/Casablanca	34.7566	-5.20637				01	405		
10926082	Douar Lhalhal	douar-lhalhal	MA		0	Africa/Casablanca	34.75216	-5.21321				01	405		
10926087	Douar Lemghassel	douar-lemghassel	MA		0	Africa/Casablanca	34.75819	-5.23928				01	405		
10926094	Douar Hjar Tam	douar-hjar-tam	MA		0	Africa/Casablanca	34.75084	-5.19752				01	405		
10926095	Douar Taourat	douar-taourat	MA		0	Africa/Casablanca	34.78304	-5.13962				01	151		
10926096	Essikha	essikha	MA		0	Africa/Casablanca	34.78463	-5.12726				01	151		
10926113	Douar Zenata	douar-zenata	MA		0	Africa/Casablanca	34.11406	-4.84755				03	591		
10926137	Coopérative El Massira	cooperative-el-massira	MA		0	Africa/Casablanca	34.11374	-4.82325				03	591		
10926140	Douar Ain Manqouche	douar-ain-manqouche	MA		0	Africa/Casablanca	34.10571	-4.81443				03	591		
10926145	Douar Lhajra	douar-lhajra	MA		0	Africa/Casablanca	34.10075	-4.86233				03	591		
10926153	Dar Errifi	dar-errifi	MA		0	Africa/Casablanca	34.08964	-4.85312				03	591		
10926164	Douar Lemtafi	douar-lemtafi	MA		0	Africa/Casablanca	34.07591	-4.85259				03	591		
10926173	Douar Echaaba	douar-echaaba	MA		0	Africa/Casablanca	34.05379	-4.85727				03	591		
10926175	Douar Lkharba	douar-lkharba	MA		0	Africa/Casablanca	34.04837	-4.85729				03	591		
10926183	Douar Lemkhalef	douar-lemkhalef	MA		0	Africa/Casablanca	34.02949	-4.8295				03	591		
10926184	Coopérative Lahricha	cooperative-lahricha	MA		0	Africa/Casablanca	34.02613	-4.83533				03	591		
10926197	Douar Ouzighar	douar-ouzighar	MA		0	Africa/Casablanca	34.00041	-4.79051				03	451		
10926202	Douar Sidi El Houssine	douar-sidi-el-houssine	MA		0	Africa/Casablanca	34.01412	-4.80574				03	451		
10926206	Coopérative Marzouqa	cooperative-marzouqa	MA		0	Africa/Casablanca	34.02547	-4.75292				03	451		
10926209	Douar Sidi Abderrazzaq	douar-sidi-abderrazzaq	MA		0	Africa/Casablanca	34.03013	-4.778				03	451		
10926218	Douar Lekhsassiyine	douar-lekhsassiyine	MA		0	Africa/Casablanca	34.04232	-4.77075				03	451		
10926220	Douar Ouchene	douar-ouchene	MA		0	Africa/Casablanca	34.04665	-4.7535				03	451		
10926224	Douar Gouitene	douar-gouitene	MA		0	Africa/Casablanca	34.04805	-4.79399				03	451		
10926226	Douar Machta Abderrahman	douar-machta-abderrahman	MA		0	Africa/Casablanca	34.05618	-4.80328				03	591		
10926229	Coopérative El Khadra	cooperative-el-khadra	MA		0	Africa/Casablanca	34.06293	-4.77701				03	451		
10926243	Douar Lkhechchab	douar-lkhechchab	MA		0	Africa/Casablanca	34.09123	-4.77517				03	591		
10926250	Douar Lmarjac	douar-lmarjac	MA		0	Africa/Casablanca	34.097	-4.80787				03	591		
10926253	Douar Oulad Ayd	douar-oulad-ayd	MA		0	Africa/Casablanca	34.09308	-4.7535				03	591		
10926259	Douar Oulad Hmid	douar-oulad-hmid	MA		0	Africa/Casablanca	34.10773	-4.80446				03	591		
10926265	Coopérative Ennajah	cooperative-ennajah	MA		0	Africa/Casablanca	34.01026	-4.82853				03	231		
10926895	Moulay Abdelkader	moulay-abdelkader	MA		0	Africa/Casablanca	34.24456	-4.86159				03	531		
10926899	Douar Bou Tkhilat	douar-bou-tkhilat	MA		0	Africa/Casablanca	34.23966	-4.85507				03	531		
10926934	Douar Hmiyyane	douar-hmiyyane	MA		0	Africa/Casablanca	34.21559	-4.87219				03	531		
10926936	Moulay Abdelkader	moulay-abdelkader	MA		0	Africa/Casablanca	34.21819	-4.83539				03	591		
10926952	Douar Rizafa	douar-rizafa	MA		0	Africa/Casablanca	34.20361	-4.84848				03	591		
10926960	Douar Eddoumyya	douar-eddoumyya	MA		0	Africa/Casablanca	34.19395	-4.81071				03	591		
10926961	Douar Olued Bou Tahar	douar-olued-bou-tahar	MA		0	Africa/Casablanca	34.19324	-4.82974				03	591		
10927006	Dar Ould Lazzar	dar-ould-lazzar	MA		0	Africa/Casablanca	34.13071	-4.7664				03	591		
10927008	Douar Foum El Mellah	douar-foum-el-mellah	MA		0	Africa/Casablanca	34.12765	-4.7504				03	531		
10927013	Douar Laassakriya	douar-laassakriya	MA		0	Africa/Casablanca	34.14379	-4.79681				03	591		
10927031	Douar Oulad Rahou	douar-oulad-rahou	MA		0	Africa/Casablanca	34.18181	-4.79156				03	531		
10927036	Douar Zouanouga	douar-zouanouga	MA		0	Africa/Casablanca	34.18103	-4.7704				03	531		
10927048	Douar Ecdar El Beida	douar-ecdar-el-beida	MA		0	Africa/Casablanca	34.20245	-4.79272				03	531		
10927049	Douar Leghayssiya	douar-leghayssiya	MA		0	Africa/Casablanca	34.20303	-4.79911				03	531		
10927052	Coop. Douar El Moussakene	coop-douar-el-moussakene	MA		0	Africa/Casablanca	34.20999	-4.81011				03	531		
10927064	Douar Abdeljlal	douar-abdeljlal	MA		0	Africa/Casablanca	34.22197	-4.79563				03	531		
10927065	Douar Bennissat	douar-bennissat	MA		0	Africa/Casablanca	34.22395	-4.80116				03	531		
10927068	Douar Lganda Lhamra	douar-lganda-lhamra	MA		0	Africa/Casablanca	34.23759	-4.79835				03	531		
10927078	Douar Ain Mssaoun	douar-ain-mssaoun	MA		0	Africa/Casablanca	34.23841	-4.78521				03	531		
10927083	Douar Legram	douar-legram	MA		0	Africa/Casablanca	34.21259	-4.86552				03	591		
10927087	Douar Sfaa	douar-sfaa	MA		0	Africa/Casablanca	34.17203	-4.77649				03	531		
10927088	Moulay Ettayeb	moulay-ettayeb	MA		0	Africa/Casablanca	34.16571	-4.76059				03	531		
10927090	Sidi Lemnaeter	sidi-lemnaeter	MA		0	Africa/Casablanca	34.22481	-4.84509				03	591		
10927092	Douar Chelfaba	douar-chelfaba	MA		0	Africa/Casablanca	34.1504	-4.7832				03	591		
10927093	Sidi Nehhal	sidi-nehhal	MA		0	Africa/Casablanca	34.20888	-4.82003				03	531		
10927094	Sidi Malek	sidi-malek	MA		0	Africa/Casablanca	34.1523	-4.78556				03	591		
10927127	Douar Ben Aqcat	douar-ben-aqcat	MA		0	Africa/Casablanca	34.11684	-4.61165				03	531		
10927130	Douar Belalel	douar-belalel	MA		0	Africa/Casablanca	34.11573	-4.60934				03	531		
10927134	Zelzout	zelzout	MA		0	Africa/Casablanca	34.58443	-4.57057				03	531		
10927189	Douar Laqsiba	douar-laqsiba	MA		0	Africa/Casablanca	34.11649	-4.5345				03	561		
10927193	Douar Saguiya	douar-saguiya	MA		0	Africa/Casablanca	34.46954	-4.53218				03	531		
10927195	Coopérative Larbah	cooperative-larbah	MA		0	Africa/Casablanca	34.46482	-4.54115				03	531		
10927196	Douar Lafrane	douar-lafrane	MA		0	Africa/Casablanca	34.46484	-4.5158				03	531		
10927202	Douar Ain Skhoune	douar-ain-skhoune	MA		0	Africa/Casablanca	34.08898	-4.52364				03	561		
10927206	Hay Taza	hay-taza	MA		0	Africa/Casablanca	34.09844	-4.54728				03	561		
10927207	Hay Allal Lfassi	hay-allal-lfassi	MA		0	Africa/Casablanca	34.46238	-4.54926				03	531		
10927214	Douar Loued	douar-loued	MA		0	Africa/Casablanca	34.09819	-4.56893				03	561		
10927220	Douar Maatgua	douar-maatgua	MA		0	Africa/Casablanca	34.09656	-4.58099				03	561		
10927221	Zaouyet Sidi Abdil	zaouyet-sidi-abdil	MA		0	Africa/Casablanca	34.09385	-4.57919				03	561		
10927225	Douar Lfath	douar-lfath	MA		0	Africa/Casablanca	34.09666	-4.58662				03	561		
10927235	Douar Lkhraybia	douar-lkhraybia	MA		0	Africa/Casablanca	34.08346	-4.61418				03	531		
10927236	Douar Oulad Azzouz	douar-oulad-azzouz	MA		0	Africa/Casablanca	34.0842	-4.60706				03	531		
10927239	Douar Douh	douar-douh	MA		0	Africa/Casablanca	34.09032	-4.60131				03	531		
10927242	Douar Boustihal	douar-boustihal	MA		0	Africa/Casablanca	34.0795	-4.61431				03	531		
10927245	Douar Oulad Laasriya	douar-oulad-laasriya	MA		0	Africa/Casablanca	34.07694	-4.59923				03	531		
10927248	Douar Arrachal	douar-arrachal	MA		0	Africa/Casablanca	34.07247	-4.60831				03	531		
10927263	Douar Oulad Lghalya	douar-oulad-lghalya	MA		0	Africa/Casablanca	34.05028	-4.61909				03	531		
10927279	Douar Ait Louafi	douar-ait-louafi	MA		0	Africa/Casablanca	34.02361	-4.59194				03	451		
10927287	Douar Ait Ahmed Ou Omar	douar-ait-ahmed-ou-omar	MA		0	Africa/Casablanca	33.99901	-4.58619				03	451		
10927295	Douar Ait Ben Hammou	douar-ait-ben-hammou	MA		0	Africa/Casablanca	34.04674	-4.57728				03	531		
10927298	Ait Ben Hammou	ait-ben-hammou	MA		0	Africa/Casablanca	34.00095	-4.51172				03	561		
10927303	Douar Ait Bou Rached	douar-ait-bou-rached	MA		0	Africa/Casablanca	34.00515	-4.51607				03	561		
10927316	Douar Ait Lahsen Ou Amar	douar-ait-lahsen-ou-amar	MA		0	Africa/Casablanca	34.02179	-4.51704				03	561		
10927318	Douar Ihemaichene	douar-ihemaichene	MA		0	Africa/Casablanca	34.02396	-4.5406				03	561		
10927322	Douar Iqraurene	douar-iqraurene	MA		0	Africa/Casablanca	34.0298	-4.52577				03	561		
10927326	Douar Ait Amar Ou Belkacem	douar-ait-amar-ou-belkacem	MA		0	Africa/Casablanca	34.03566	-4.50204				03	561		
10927328	Douar Laazib	douar-laazib	MA		0	Africa/Casablanca	34.03869	-4.49867				03	561		
10927329	Douar Ait Haddou	douar-ait-haddou	MA		0	Africa/Casablanca	34.04425	-4.49946				03	561		
10927330	Douar Srameh	douar-srameh	MA		0	Africa/Casablanca	34.04057	-4.50721				03	561		
10927338	Ait Abdelouahed	ait-abdelouahed	MA		0	Africa/Casablanca	34.05119	-4.50949				03	561		
10927339	Ait Ben Taher	ait-ben-taher	MA		0	Africa/Casablanca	34.04829	-4.50994				03	561		
10927342	Douar Sikht Lahrag	douar-sikht-lahrag	MA		0	Africa/Casablanca	34.05701	-4.5145				03	561		
10927349	Coopérative Lizdihar	cooperative-lizdihar	MA		0	Africa/Casablanca	34.06654	-4.5437				03	561		
10927350	Coopérative Nasr	cooperative-nasr	MA		0	Africa/Casablanca	34.0404	-4.55304				03	561		
10927354	Douar Oulad Lkihel	douar-oulad-lkihel	MA		0	Africa/Casablanca	34.07007	-4.53201				03	561		
10927362	Douar Talaarit	douar-talaarit	MA		0	Africa/Casablanca	34.07713	-4.51656				03	561		
10927363	Douar Sehb Laatrous	douar-sehb-laatrous	MA		0	Africa/Casablanca	34.0817	-4.52634				03	561		
10927365	Douar Bendraaoui	douar-bendraaoui	MA		0	Africa/Casablanca	34.07942	-4.52842				03	561		
10927368	Dar Ahmed Chalh	dar-ahmed-chalh	MA		0	Africa/Casablanca	34.07752	-4.54514				03	561		
10927371	Douar Zmamra	douar-zmamra	MA		0	Africa/Casablanca	34.09892	-4.58614				03	561		
10927392	Lierran	lierran	MA		0	Africa/Casablanca	34.58298	-4.56214				03	531		
10927393	Douar Gouart	douar-gouart	MA		0	Africa/Casablanca	34.58383	-4.5737				03	531		
10927395	Douar Jnane Faraji	douar-jnane-faraji	MA		0	Africa/Casablanca	34.07746	-4.5049				03	561		
10927397	Douar Lghraba	douar-lghraba	MA		0	Africa/Casablanca	34.04237	-4.61884				03	531		
10927399	Douar Ait Lhaouari	douar-ait-lhaouari	MA		0	Africa/Casablanca	34.04086	-4.59511				03	531		
10927401	Douar Ireqline	douar-ireqline	MA		0	Africa/Casablanca	34.03623	-4.58254				03	451		
10927403	Douar Ait Chaouch	douar-ait-chaouch	MA		0	Africa/Casablanca	34.03089	-4.57822				03	451		
10927407	Douar Gnadsa	douar-gnadsa	MA		0	Africa/Casablanca	34.0263	-4.55756				03	561		
10927416	Dar El Haj Rahal	dar-el-haj-rahal	MA		0	Africa/Casablanca	32.24811	-7.51516				07	191		
10927434	Douar Ettounsi Ben El Arbi	douar-ettounsi-ben-el-arbi	MA		0	Africa/Casablanca	32.7456	-8.2385				06	467		
10927435	Douar Oulad Joddi	douar-oulad-joddi	MA		0	Africa/Casablanca	32.73867	-8.2302				06	467		
10927437	Douar Oulad Ennayem	douar-oulad-ennayem	MA		0	Africa/Casablanca	32.74626	-8.23245				06	467		
10927438	Douar Ezzarga	douar-ezzarga	MA		0	Africa/Casablanca	32.7391	-8.22665				06	467		
10927439	Douar Linesmara	douar-linesmara	MA		0	Africa/Casablanca	32.7391	-8.22071				06	467		
10927442	Douar Lounazra	douar-lounazra	MA		0	Africa/Casablanca	32.73314	-8.20035				06	467		
10927443	Douar Cheikh	douar-cheikh	MA		0	Africa/Casablanca	32.74031	-8.19042				06	467		
10927444	Douar Oulad Jeghalfa	douar-oulad-jeghalfa	MA		0	Africa/Casablanca	32.74211	-8.17743				06	467		
10927445	Douar Oulad Emahali	douar-oulad-emahali	MA		0	Africa/Casablanca	32.74533	-8.1661				06	467		
10927451	Hriouich	hriouich	MA		0	Africa/Casablanca	32.11397	-7.96198				07	427		
10927453	Triq Lmakhara	triq-lmakhara	MA		0	Africa/Casablanca	32.10156	-7.88241				07	427		
10927464	Coopérative Etlaqaddnum	cooperative-etlaqaddnum	MA		0	Africa/Casablanca	32.08188	-7.97225				07	427		
10927465	Douar Oulad Mbarek	douar-oulad-mbarek	MA		0	Africa/Casablanca	32.73768	-8.15743				06	467		
10927466	Douar Leqouaba	douar-leqouaba	MA		0	Africa/Casablanca	32.73509	-8.14188				06	467		
10927467	Douar Oulad Ahmed Ben Abdellah	douar-oulad-ahmed-ben-abdellah	MA		0	Africa/Casablanca	32.74455	-8.13537				06	467		
10927468	Douar Legouarba Oulad Laaribi	douar-legouarba-oulad-laaribi	MA		0	Africa/Casablanca	32.73157	-8.12587				06	467		
10927469	Douar Hamri	douar-hamri	MA		0	Africa/Casablanca	32.73006	-8.13108				06	467		
10927472	Douar Leghoualma	douar-leghoualma	MA		0	Africa/Casablanca	32.72677	-8.17338				06	467		
10927475	Dar El Haj El Maati	dar-el-haj-el-maati	MA		0	Africa/Casablanca	32.72453	-8.18932				06	467		
10927476	Douar Oulad El Haj Moussa	douar-oulad-el-haj-moussa	MA		0	Africa/Casablanca	32.72957	-8.22065				06	467		
10927477	Douar Lhasba	douar-lhasba	MA		0	Africa/Casablanca	32.72392	-8.21719				06	467		
10927479	Douar Laazzaba Louraniyine	douar-laazzaba-louraniyine	MA		0	Africa/Casablanca	32.72146	-8.23622				06	467		
10927482	Douar Laazzaba Lqeddamiyine	douar-laazzaba-lqeddamiyine	MA		0	Africa/Casablanca	32.71971	-8.22734				06	467		
10927483	Douar Oulad Ben El Aouda	douar-oulad-ben-el-aouda	MA		0	Africa/Casablanca	32.71919	-8.21492				06	467		
10927484	Dar Oulad El Haj Mestaj	dar-oulad-el-haj-mestaj	MA		0	Africa/Casablanca	32.71903	-8.18895				06	467		
10927486	Douar Lbousra	douar-lbousra	MA		0	Africa/Casablanca	32.71471	-8.16489				06	467		
10927487	Douar Laamarna Rmel	douar-laamarna-rmel	MA		0	Africa/Casablanca	32.71991	-8.13251				06	467		
10927489	Douar Oulad Chraouti	douar-oulad-chraouti	MA		0	Africa/Casablanca	32.70104	-8.13817				06	467		
10927492	Douar Lmoudnine	douar-lmoudnine	MA		0	Africa/Casablanca	32.70801	-8.17369				06	467		
10927493	Douar Esselaliyine	douar-esselaliyine	MA		0	Africa/Casablanca	32.70426	-8.17311				06	467		
10927494	Douar Oulad Hasbaoua	douar-oulad-hasbaoua	MA		0	Africa/Casablanca	32.70873	-8.2101				06	467		
10927495	Douar Laourada	douar-laourada	MA		0	Africa/Casablanca	32.70106	-8.22428				06	467		
10927497	Douar Lemtarba	douar-lemtarba	MA		0	Africa/Casablanca	32.70682	-8.24819				06	467		
10927499	Douar Lemjadib	douar-lemjadib	MA		0	Africa/Casablanca	32.69597	-8.23892				06	467		
10927500	Douar Oulad Ali Ben Cheikh	douar-oulad-ali-ben-cheikh	MA		0	Africa/Casablanca	32.69801	-8.21006				06	467		
10927501	Douar Saadat El Fayd	douar-saadat-el-fayd	MA		0	Africa/Casablanca	32.69725	-8.19405				06	467		
10927504	Khyam Lemmada	khyam-lemmada	MA		0	Africa/Casablanca	32.68896	-8.12963				06	467		
10927508	Douar Chlaoucha	douar-chlaoucha	MA		0	Africa/Casablanca	32.69059	-8.15515				06	467		
10927509	Douar Laazzaba	douar-laazzaba	MA		0	Africa/Casablanca	32.68436	-8.15903				06	467		
10927511	Moul El Houli	moul-el-houli	MA		0	Africa/Casablanca	32.68667	-8.17384				06	467		
10927512	Douar Zebirat	douar-zebirat	MA		0	Africa/Casablanca	32.68617	-8.1757				06	467		
10927513	Douar Oulad El Khaouda	douar-oulad-el-khaouda	MA		0	Africa/Casablanca	32.69039	-8.18338				06	467		
10927514	Douar El Assara	douar-el-assara	MA		0	Africa/Casablanca	32.68692	-8.19051				06	467		
10927515	Douar Oulad Hmid	douar-oulad-hmid	MA		0	Africa/Casablanca	32.68235	-8.19422				06	467		
10927516	Douar Kharraza	douar-kharraza	MA		0	Africa/Casablanca	32.69248	-8.19843				06	467		
10927518	Khyam Lhit	khyam-lhit	MA		0	Africa/Casablanca	32.67773	-8.15835				06	467		
10927522	Douar Oulad El Haj Brik	douar-oulad-el-haj-brik	MA		0	Africa/Casablanca	32.68453	-8.22776				06	467		
10927523	Douar Lebbidat	douar-lebbidat	MA		0	Africa/Casablanca	32.68313	-8.2466				06	467		
10927525	Douar Leghlimat	douar-leghlimat	MA		0	Africa/Casablanca	32.6744	-8.24325				06	467		
10927527	Douar Eddyour	douar-eddyour	MA		0	Africa/Casablanca	32.67168	-8.22636				06	467		
10927529	Douar Marhane Lfayd	douar-marhane-lfayd	MA		0	Africa/Casablanca	32.6716	-8.19643				06	467		
10927531	Douar El Gharbaouiyine	douar-el-gharbaouiyine	MA		0	Africa/Casablanca	32.67769	-8.16957				06	467		
10927533	Douar Oulad El Haj	douar-oulad-el-haj	MA		0	Africa/Casablanca	32.67031	-8.14429				06	467		
10927534	Douar Marhane Eddar	douar-marhane-eddar	MA		0	Africa/Casablanca	32.66696	-8.15716				06	467		
10927537	Douar Oulad Ben El Gherib	douar-oulad-ben-el-gherib	MA		0	Africa/Casablanca	32.66768	-8.13181				06	467		
10927538	Douar Lakchaoucha	douar-lakchaoucha	MA		0	Africa/Casablanca	32.66491	-8.13223				06	467		
10927539	Douar Laatatra	douar-laatatra	MA		0	Africa/Casablanca	32.66104	-8.12609				06	467		
10927541	Douar El Himer	douar-el-himer	MA		0	Africa/Casablanca	32.65258	-8.15637				06	467		
10927544	Douar Oulad Sidi Ahmed	douar-oulad-sidi-ahmed	MA		0	Africa/Casablanca	32.65797	-8.19441				06	467		
10927545	Douar Lokrouda	douar-lokrouda	MA		0	Africa/Casablanca	32.66857	-8.19716				06	467		
10927546	Douar Loqouasma	douar-loqouasma	MA		0	Africa/Casablanca	32.66295	-8.2216				06	467		
10927547	Douar El Foqra	douar-el-foqra	MA		0	Africa/Casablanca	32.66129	-8.22327				06	467		
10927548	Douar Ali Ben El Aoum	douar-ali-ben-el-aoum	MA		0	Africa/Casablanca	32.65723	-8.22606				06	467		
10927550	Douar Echiyab	douar-echiyab	MA		0	Africa/Casablanca	32.65942	-8.23248				06	467		
10927551	Mzarat Sidi Aissa	mzarat-sidi-aissa	MA		0	Africa/Casablanca	32.65365	-8.23188				06	467		
10927552	Douar Chedadna Oulad Ali	douar-chedadna-oulad-ali	MA		0	Africa/Casablanca	32.65049	-8.24675				06	467		
10927554	Douar El Hamri	douar-el-hamri	MA		0	Africa/Casablanca	32.64258	-8.23141				06	467		
10927555	Douar Kaddour	douar-kaddour	MA		0	Africa/Casablanca	32.63952	-8.23486				06	467		
10927557	Douar Oulad Yaala	douar-oulad-yaala	MA		0	Africa/Casablanca	32.64978	-8.22203				06	467		
10927558	Douar El Ghali Ben Mellouk	douar-el-ghali-ben-mellouk	MA		0	Africa/Casablanca	32.63979	-8.21572				06	467		
10927561	Douar Oulad Sidi Mhamed El Aouni	douar-oulad-sidi-mhamed-el-aouni	MA		0	Africa/Casablanca	32.64678	-8.19303				06	467		
10927564	Douar Lemaadua Lakehilat	douar-lemaadua-lakehilat	MA		0	Africa/Casablanca	32.64893	-8.16058				06	467		
10927574	Douar Lefqih	douar-lefqih	MA		0	Africa/Casablanca	32.63801	-8.19136				06	467		
10927576	Douar Oulad Salch	douar-oulad-salch	MA		0	Africa/Casablanca	32.62819	-8.21331				06	467		
10927577	Douar Oulad Lemqaddem	douar-oulad-lemqaddem	MA		0	Africa/Casablanca	32.62425	-8.20243				06	467		
10927579	Douar El Akak	douar-el-akak	MA		0	Africa/Casablanca	32.6249	-8.22011				06	467		
10927580	Douar Oulad Slim	douar-oulad-slim	MA		0	Africa/Casablanca	32.62875	-8.22743				06	467		
10927581	Douar Sidi El Arbi	douar-sidi-el-arbi	MA		0	Africa/Casablanca	32.62756	-8.2385				06	467		
10927584	Douar Oulad Rahmoune	douar-oulad-rahmoune	MA		0	Africa/Casablanca	32.63844	-8.22692				06	467		
10927618	Hay El Quardi	hay-el-quardi	MA		0	Africa/Casablanca	32.23947	-7.96097				07	427		
10927619	Pieste Mahor	pieste-mahor	MA		0	Africa/Casablanca	32.24394	-7.95889				07	427		
10927620	El Hay El Jadid	el-hay-el-jadid	MA		0	Africa/Casablanca	32.24508	-7.95172				07	427		
10927621	Hay Afriqua	hay-afriqua	MA		0	Africa/Casablanca	32.24298	-7.94565				07	427		
10927623	Khouimat Bel Aid	khouimat-bel-aid	MA		0	Africa/Casablanca	32.07588	-7.98382				07	427		
10927628	Oulad Ahmed Lamine	oulad-ahmed-lamine	MA		0	Africa/Casablanca	32.0666	-7.99903				07	427		
10927634	Nzalat Oulad Moussa	nzalat-oulad-moussa	MA		0	Africa/Casablanca	32.05917	-7.93487				07	427		
10927638	Kdiyam Lomhrani	kdiyam-lomhrani	MA		0	Africa/Casablanca	32.05821	-7.96712				07	427		
10927642	Azib El Haj Salam	azib-el-haj-salam	MA		0	Africa/Casablanca	32.04445	-7.90833				07	427		
10927651	Dar Lahbib Aqil	dar-lahbib-aqil	MA		0	Africa/Casablanca	32.03855	-7.89192				07	427		
10927659	Oulad Bakhkhouta	oulad-bakhkhouta	MA		0	Africa/Casablanca	32.03162	-7.98861				07	427		
10927661	Oulad Nouini	oulad-nouini	MA		0	Africa/Casablanca	32.0244	-7.98039				07	427		
10927665	Ghdirat Abouch	ghdirat-abouch	MA		0	Africa/Casablanca	32.01714	-7.96887				07	427		
10927675	Azbane Arib	azbane-arib	MA		0	Africa/Casablanca	32.00317	-7.91679				07	427		
10927676	Bou Hded	bou-hded	MA		0	Africa/Casablanca	32.00608	-7.92526				07	427		
10927677	Dar Mohamed El Nburachi	dar-mohamed-el-nburachi	MA		0	Africa/Casablanca	32.01225	-7.93291				07	427		
10927679	Ancienne Carr	ancienne-carr	MA		0	Africa/Casablanca	32.00005	-7.9476				07	427		
10927689	Dar Rabia Kent Souidi	dar-rabia-kent-souidi	MA		0	Africa/Casablanca	32.12397	-7.9818				07	427		
10927691	Dar Faddouli Mohamed	dar-faddouli-mohamed	MA		0	Africa/Casablanca	32.11364	-7.86805				07	427		
10927692	Dar Lbidanul	dar-lbidanul	MA		0	Africa/Casablanca	32.11201	-7.85731				07	427		
10927696	Dar El Haj El Ayyadi	dar-el-haj-el-ayyadi	MA		0	Africa/Casablanca	32.12096	-7.8039				07	427		
10927697	Dar Laabarti Brahim	dar-laabarti-brahim	MA		0	Africa/Casablanca	32.11521	-7.77158				07	427		
10927698	Laabarda	laabarda	MA		0	Africa/Casablanca	32.11702	-7.75977				07	427		
10927700	Dar Bel Ouaridi Lfatmi	dar-bel-ouaridi-lfatmi	MA		0	Africa/Casablanca	32.10634	-7.77536				07	427		
10927701	Dar Bou Rouayne	dar-bou-rouayne	MA		0	Africa/Casablanca	32.10451	-7.79032				07	427		
10927713	Dar Miloud Ben Daoui	dar-miloud-ben-daoui	MA		0	Africa/Casablanca	32.0871	-7.8292				07	427		
10927715	Oulad Ben Annou	oulad-ben-annou	MA		0	Africa/Casablanca	32.08364	-7.85323				07	427		
10927718	Dar Ben Sih	dar-ben-sih	MA		0	Africa/Casablanca	32.08926	-7.86469				07	427		
10927725	Dar El Haddaji	dar-el-haddaji	MA		0	Africa/Casablanca	32.06068	-7.75819				07	427		
10927732	Dar Chateri	dar-chateri	MA		0	Africa/Casablanca	32.05331	-7.79521				07	427		
10927733	Dar El Haj Lahsen Lhayel	dar-el-haj-lahsen-lhayel	MA		0	Africa/Casablanca	32.04776	-7.7671				07	427		
10927735	Lemouidaine	lemouidaine	MA		0	Africa/Casablanca	32.04685	-7.80892				07	427		
10927738	Dar Lemaallem Driss	dar-lemaallem-driss	MA		0	Africa/Casablanca	32.04094	-7.79004				07	427		
10927742	Dar Leqdima	dar-leqdima	MA		0	Africa/Casablanca	32.02877	-7.79154				07	427		
10927746	Dar El Arbada Abdelfaltah	dar-el-arbada-abdelfaltah	MA		0	Africa/Casablanca	32.04001	-7.80843				07	427		
10927748	Dar Ben Allal	dar-ben-allal	MA		0	Africa/Casablanca	32.0281	-7.81246				07	427		
10927752	Dar Laadimit	dar-laadimit	MA		0	Africa/Casablanca	32.04151	-7.85561				07	427		
10927754	Dar El Madani	dar-el-madani	MA		0	Africa/Casablanca	32.02361	-7.86181				07	427		
10927755	Dar Mbarek Ben Ahmed	dar-mbarek-ben-ahmed	MA		0	Africa/Casablanca	32.01928	-7.86497				07	427		
10927758	Kaddour Ben Brik	kaddour-ben-brik	MA		0	Africa/Casablanca	32.019	-7.80508				07	427		
10927767	Oulad Raddiya	oulad-raddiya	MA		0	Africa/Casablanca	32.00934	-7.83978				07	427		
10927768	Khmilat	khmilat	MA		0	Africa/Casablanca	32.00296	-7.87016				07	427		
10927772	Dar El Boudali Hidane	dar-el-boudali-hidane	MA		0	Africa/Casablanca	31.99992	-7.77195				07	427		
10927774	Dar Hammou Ben Milaud	dar-hammou-ben-milaud	MA		0	Africa/Casablanca	32.04252	-7.87248				07	427		
10927780	Dar Lnnaji	dar-lnnaji	MA		0	Africa/Casablanca	32.12493	-7.81865				07	427		
10927784	Dar Oulad Fath	dar-oulad-fath	MA		0	Africa/Casablanca	32.12404	-7.86775				07	427		
10927789	Ould Mohamed Lahbib	ould-mohamed-lahbib	MA		0	Africa/Casablanca	32.2426	-7.84148				07	427		
10927790	Dar El Haj Muhamed Bel Khadir	dar-el-haj-muhamed-bel-khadir	MA		0	Africa/Casablanca	32.23675	-7.84942				07	427		
10927796	Hay Errachad	hay-errachad	MA		0	Africa/Casablanca	32.24225	-7.94071				07	427		
10927797	Hay El Farah	hay-el-farah	MA		0	Africa/Casablanca	32.23668	-7.95249				07	427		
10927798	Hay Ennour	hay-ennour	MA		0	Africa/Casablanca	32.23769	-7.95599				07	427		
10927799	Hay Essalam	hay-essalam	MA		0	Africa/Casablanca	32.23441	-7.95629				07	427		
10927801	Hay Chaaybat	hay-chaaybat	MA		0	Africa/Casablanca	32.2381	-7.93533				07	427		
10927804	Douar Llarah	douar-llarah	MA		0	Africa/Casablanca	32.24757	-7.93252				07	427		
10927813	Dar Abdelhaq Sghir	dar-abdelhaq-sghir	MA		0	Africa/Casablanca	32.23844	-7.89404				07	427		
10927817	Douar Oulad Ezzaariya	douar-oulad-ezzaariya	MA		0	Africa/Casablanca	32.23299	-7.9329				07	427		
10927818	Hay Riyad	hay-riyad	MA		0	Africa/Casablanca	32.22995	-7.94434				07	427		
10927819	Hay Ezzacata	hay-ezzacata	MA		0	Africa/Casablanca	32.22978	-7.95155				07	427		
10927820	Hay El Amal	hay-el-amal	MA		0	Africa/Casablanca	32.2267	-7.94872				07	427		
10927824	Pachulik Et Caidal	pachulik-et-caidal	MA		0	Africa/Casablanca	32.22962	-7.96043				07	427		
10927830	Douar Mohammed Ben Allal	douar-mohammed-ben-allal	MA		0	Africa/Casablanca	32.23004	-7.98725				07	427		
10927833	Dar Mansour Abdrighani	dar-mansour-abdrighani	MA		0	Africa/Casablanca	32.22247	-7.99221				07	427		
10927835	Douar Lehrga	douar-lehrga	MA		0	Africa/Casablanca	32.22087	-7.99208				07	427		
10927837	Douar Mohamad Ben Brahim	douar-mohamad-ben-brahim	MA		0	Africa/Casablanca	32.22107	-7.96887				07	427		
10927853	Dar Muussa Ben Kratoum	dar-muussa-ben-kratoum	MA		0	Africa/Casablanca	32.20905	-7.8972				07	427		
10927855	Dar Ali Ben Horammiya	dar-ali-ben-horammiya	MA		0	Africa/Casablanca	32.20199	-7.89267				07	427		
10927858	Dar El Mukhtar El Hammadi	dar-el-mukhtar-el-hammadi	MA		0	Africa/Casablanca	32.20406	-7.92121				07	427		
10927859	Hay Moulay Rachid	hay-moulay-rachid	MA		0	Africa/Casablanca	32.21272	-7.92299				07	427		
10927867	Douar Rguibat	douar-rguibat	MA		0	Africa/Casablanca	32.20424	-7.97035				07	427		
10927875	Dar Ayyad Ben El Haghdadi	dar-ayyad-ben-el-haghdadi	MA		0	Africa/Casablanca	32.19785	-7.98277				07	427		
10927887	Dar El Haj Lahsen Ennaji	dar-el-haj-lahsen-ennaji	MA		0	Africa/Casablanca	32.19277	-7.8959				07	427		
10927900	Groupe Scolalee Nonaji	groupe-scolalee-nonaji	MA		0	Africa/Casablanca	32.18739	-7.92625				07	427		
10927925	Douar El Haj Omar	douar-el-haj-omar	MA		0	Africa/Casablanca	32.14398	-7.96178				07	427		
10927928	Dar El Haj Mohamed Ould Omar	dar-el-haj-mohamed-ould-omar	MA		0	Africa/Casablanca	32.13582	-7.98215				07	427		
10927935	Leib Maussa	leib-maussa	MA		0	Africa/Casablanca	32.22497	-7.81779				07	427		
10927936	Dar El Haj Salem Ould Allal	dar-el-haj-salem-ould-allal	MA		0	Africa/Casablanca	32.22845	-7.86202				07	427		
10927938	Dar Mahjoub Ben Allal	dar-mahjoub-ben-allal	MA		0	Africa/Casablanca	32.22784	-7.86077				07	427		
10927943	Dar Lahsen Hamdani	dar-lahsen-hamdani	MA		0	Africa/Casablanca	32.2162	-7.86554				07	427		
10927949	Ben Hessann	ben-hessann	MA		0	Africa/Casablanca	32.21889	-7.83366				07	427		
10927951	Dar Boujrayf Ahmed	dar-boujrayf-ahmed	MA		0	Africa/Casablanca	32.21464	-7.85119				07	427		
10927955	Dar Mbarek El Abdi	dar-mbarek-el-abdi	MA		0	Africa/Casablanca	32.21613	-7.86835				07	427		
10927957	Dar El Haj Mahjoub	dar-el-haj-mahjoub	MA		0	Africa/Casablanca	32.20148	-7.82279				07	427		
10927959	Muhamed Ben Bouida	muhamed-ben-bouida	MA		0	Africa/Casablanca	32.20308	-7.84011				07	427		
10927960	Dar Ahmed Ben Houida	dar-ahmed-ben-houida	MA		0	Africa/Casablanca	32.20562	-7.85722				07	427		
10927962	Dar El Mehid Ben Bouida	dar-el-mehid-ben-bouida	MA		0	Africa/Casablanca	32.20348	-7.8547				07	427		
10927963	Dar Oulad Kadamor	dar-oulad-kadamor	MA		0	Africa/Casablanca	32.20288	-7.85644				07	427		
10927965	Dar El Haj Fath	dar-el-haj-fath	MA		0	Africa/Casablanca	32.20108	-7.8647				07	427		
10927966	Oulad El Haj Saleh Ben Abid	oulad-el-haj-saleh-ben-abid	MA		0	Africa/Casablanca	32.19783	-7.85472				07	427		
10927968	Dar El Haj Mohamued Kchirid	dar-el-haj-mohamued-kchirid	MA		0	Africa/Casablanca	32.19166	-7.81526				07	427		
10927972	Dar Abi Bel Qadi	dar-abi-bel-qadi	MA		0	Africa/Casablanca	32.18536	-7.8676				07	427		
10927975	Dar Khadija Ben El Arbi	dar-khadija-ben-el-arbi	MA		0	Africa/Casablanca	32.18163	-7.81739				07	427		
10927976	Oulad Azzouza Ben Kaddour	oulad-azzouza-ben-kaddour	MA		0	Africa/Casablanca	32.1814	-7.84431				07	427		
10927977	Dar Oulad Sghir Mbarek	dar-oulad-sghir-mbarek	MA		0	Africa/Casablanca	32.17629	-7.85459				07	427		
10927978	Dar Houchta Ben Laabad	dar-houchta-ben-laabad	MA		0	Africa/Casablanca	32.17429	-7.86745				07	427		
10927979	Dar Mahjoub Ould El Hachmi	dar-mahjoub-ould-el-hachmi	MA		0	Africa/Casablanca	32.17293	-7.85627				07	427		
10927985	Ould Omar Hmalat	ould-omar-hmalat	MA		0	Africa/Casablanca	32.16714	-7.86075				07	427		
10927986	Ould Ben Amouu Touiziza	ould-ben-amouu-touiziza	MA		0	Africa/Casablanca	32.1675	-7.84449				07	427		
10927989	Dar Oulad Ennaji	dar-oulad-ennaji	MA		0	Africa/Casablanca	32.164	-7.82814				07	427		
10927990	Dar Minouch Maali	dar-minouch-maali	MA		0	Africa/Casablanca	32.16123	-7.82597				07	427		
10927991	Dar Oulad Lrmaiziya	dar-oulad-lrmaiziya	MA		0	Africa/Casablanca	32.1592	-7.82078				07	427		
10927993	Dar Ben Hammou	dar-ben-hammou	MA		0	Africa/Casablanca	32.1554	-7.82367				07	427		
10927996	Dar Oulad Znayga	dar-oulad-znayga	MA		0	Africa/Casablanca	32.16294	-7.84082				07	427		
10927998	Dar Oulad Braham	dar-oulad-braham	MA		0	Africa/Casablanca	32.16238	-7.85582				07	427		
10928008	Dar Abdellah Ben Brik	dar-abdellah-ben-brik	MA		0	Africa/Casablanca	32.15081	-7.83479				07	427		
10928009	Dar Milouah Mohamed	dar-milouah-mohamed	MA		0	Africa/Casablanca	32.14619	-7.8159				07	427		
10928010	Dar Abdelkarim Tabae	dar-abdelkarim-tabae	MA		0	Africa/Casablanca	32.14745	-7.82041				07	427		
10928012	Dar El Azib Ben Said	dar-el-azib-ben-said	MA		0	Africa/Casablanca	32.14483	-7.86642				07	427		
10928014	Dar Rahhal Ben Mbarek	dar-rahhal-ben-mbarek	MA		0	Africa/Casablanca	32.14643	-7.85629				07	427		
10928026	Dar Oulad Abdeikhalru	dar-oulad-abdeikhalru	MA		0	Africa/Casablanca	32.14418	-7.81475				07	427		
10928028	Dar Oulad Sihi	dar-oulad-sihi	MA		0	Africa/Casablanca	32.13743	-7.83603				07	427		
10928033	Dar Mjid	dar-mjid	MA		0	Africa/Casablanca	32.13022	-7.8097				07	427		
10928034	Dar Miloud Ehouil	dar-miloud-ehouil	MA		0	Africa/Casablanca	32.12833	-7.82576				07	427		
10928037	Dar Sidi Ahmed Ould El Haj Hommane	dar-sidi-ahmed-ould-el-haj-hommane	MA		0	Africa/Casablanca	32.12958	-7.83749				07	427		
10928045	Dar Oulad Sidi Miloud	dar-oulad-sidi-miloud	MA		0	Africa/Casablanca	32.12835	-7.86556				07	427		
10928050	Nzalat Oulad Imloul	nzalat-oulad-imloul	MA		0	Africa/Casablanca	32.12911	-7.79629				07	427		
10928063	Douar Olad Elouarlu Drae	douar-olad-elouarlu-drae	MA		0	Africa/Casablanca	32.13866	-7.81039				07	427		
10928075	Dar Ennaenors	dar-ennaenors	MA		0	Africa/Casablanca	32.1396	-7.76741				07	427		
10928084	Dar Oulad Ahmed	dar-oulad-ahmed	MA		0	Africa/Casablanca	32.15348	-7.79041				07	427		
10928088	Dar Oulad Driss	dar-oulad-driss	MA		0	Africa/Casablanca	32.16088	-7.79774				07	427		
10928126	Douar Kcharda	douar-kcharda	MA		0	Africa/Casablanca	32.22187	-7.76507				07	427		
10928148	Dar Bouhlaoua Mustafa	dar-bouhlaoua-mustafa	MA		0	Africa/Casablanca	32.12632	-7.83603				07	427		
10928168	Douar Oulad Zadnas	douar-oulad-zadnas	MA		0	Africa/Casablanca	32.49395	-7.84477				07	427		
10928172	Dar Abdelkader Ben Mohamed	dar-abdelkader-ben-mohamed	MA		0	Africa/Casablanca	32.24359	-7.73975				07	191		
10928174	Dar Hamida Ben Lekbir	dar-hamida-ben-lekbir	MA		0	Africa/Casablanca	32.24522	-7.72629				07	191		
10928177	Dar Omar Ben Mohamed	dar-omar-ben-mohamed	MA		0	Africa/Casablanca	32.2392	-7.71001				07	191		
10928178	Dar Sidi Mohamed Ben Rahhal	dar-sidi-mohamed-ben-rahhal	MA		0	Africa/Casablanca	32.24686	-7.70997				07	191		
10928179	Dar Baraka	dar-baraka	MA		0	Africa/Casablanca	32.2369	-7.74102				07	191		
10928181	Douar Leliya	douar-leliya	MA		0	Africa/Casablanca	32.23105	-7.73589				07	191		
10928184	Dar Lhaj Ahmed Ould Lahmar	dar-lhaj-ahmed-ould-lahmar	MA		0	Africa/Casablanca	32.23432	-7.69162				07	191		
10928185	Dar Madessalam Ben Escayda	dar-madessalam-ben-escayda	MA		0	Africa/Casablanca	32.24196	-7.70903				07	191		
10928191	Dar Oulad El Madani	dar-oulad-el-madani	MA		0	Africa/Casablanca	32.21135	-7.73799				07	191		
10928194	Dar Saleh Ben Lahsen	dar-saleh-ben-lahsen	MA		0	Africa/Casablanca	32.22842	-7.6854				07	191		
10928198	Dar Ould El Haj El Maati	dar-ould-el-haj-el-maati	MA		0	Africa/Casablanca	32.2044	-7.74033				07	191		
10928199	Dar El Bachir Ould El Haj El Maati	dar-el-bachir-ould-el-haj-el-maati	MA		0	Africa/Casablanca	32.20609	-7.73014				07	191		
10928204	Dar Oulad Sidi Mbarek	dar-oulad-sidi-mbarek	MA		0	Africa/Casablanca	32.19712	-7.73726				07	191		
10928207	Azib Qbliat Oulad Zarrid	azib-qbliat-oulad-zarrid	MA		0	Africa/Casablanca	32.19923	-7.69716				07	191		
10928211	Dar Abdelkader Labhar	dar-abdelkader-labhar	MA		0	Africa/Casablanca	32.18474	-7.74426				07	191		
10928214	Dar El Haj Jilali Ghiyat	dar-el-haj-jilali-ghiyat	MA		0	Africa/Casablanca	32.18399	-7.70031				07	191		
10928219	Dar Si-Rahal	dar-si-rahal	MA		0	Africa/Casablanca	32.17678	-7.70235				07	191		
10928225	Douar Nzalat Ktaona	douar-nzalat-ktaona	MA		0	Africa/Casablanca	32.17793	-7.7216				07	191		
10928228	Dar Miloud Labhar	dar-miloud-labhar	MA		0	Africa/Casablanca	32.17587	-7.74334				07	191		
10928229	Dar Mussafa Lebbar	dar-mussafa-lebbar	MA		0	Africa/Casablanca	32.16977	-7.74548				07	191		
10928230	Dar Moulay El Hassan	dar-moulay-el-hassan	MA		0	Africa/Casablanca	32.16732	-7.73699				07	191		
10928231	Dar Mohamed Feheih	dar-mohamed-feheih	MA		0	Africa/Casablanca	32.1695	-7.74173				07	191		
10928232	Dar Mohamed Chakli	dar-mohamed-chakli	MA		0	Africa/Casablanca	32.16409	-7.73714				07	191		
10928233	Dar Lehbib Ben Omar	dar-lehbib-ben-omar	MA		0	Africa/Casablanca	32.1614	-7.74402				07	191		
10928234	Dar Ould Massaoud	dar-ould-massaoud	MA		0	Africa/Casablanca	32.15916	-7.73995				07	191		
10928238	Dar Jaafer	dar-jaafer	MA		0	Africa/Casablanca	32.17275	-7.69984				07	191		
10928239	Dar Kriba Abdelhamid	dar-kriba-abdelhamid	MA		0	Africa/Casablanca	32.17246	-7.71628				07	191		
10928241	Dar El Haj Ahmed Bel Arbi	dar-el-haj-ahmed-bel-arbi	MA		0	Africa/Casablanca	32.17037	-7.69901				07	191		
10928243	Dar Daumou Ahmed	dar-daumou-ahmed	MA		0	Africa/Casablanca	32.16621	-7.69995				07	191		
10928250	Douar Kouisma	douar-kouisma	MA		0	Africa/Casablanca	32.15889	-7.70969				07	191		
10928251	Dar Fares Ait Cheikh	dar-fares-ait-cheikh	MA		0	Africa/Casablanca	32.16221	-7.72096				07	191		
10928253	Dar El Haj Boudli	dar-el-haj-boudli	MA		0	Africa/Casablanca	32.15748	-7.73271				07	191		
10928254	Dar Mohamed Houmid	dar-mohamed-houmid	MA		0	Africa/Casablanca	32.15539	-7.73928				07	427		
10928255	Dar Allal Ben El Mekki	dar-allal-ben-el-mekki	MA		0	Africa/Casablanca	32.15473	-7.74849				07	427		
10928256	Dar Sidi Allal Ould Brik	dar-sidi-allal-ould-brik	MA		0	Africa/Casablanca	32.15382	-7.73733				07	427		
10928257	Dar Ould Feharsadi	dar-ould-feharsadi	MA		0	Africa/Casablanca	32.14994	-7.74415				07	427		
10928258	Dar Kabal Ben Nacer	dar-kabal-ben-nacer	MA		0	Africa/Casablanca	32.14783	-7.73842				07	427		
10928259	Dar Houmiya Mohamed	dar-houmiya-mohamed	MA		0	Africa/Casablanca	32.14895	-7.73098				07	427		
10928261	Dar Oulad Miloud	dar-oulad-miloud	MA		0	Africa/Casablanca	32.15064	-7.72356				07	191		
10928262	Douar Abulla	douar-abulla	MA		0	Africa/Casablanca	32.15593	-7.69905				07	191		
10928264	Douar Oulad Laaouni	douar-oulad-laaouni	MA		0	Africa/Casablanca	32.15357	-7.70435				07	191		
10928265	Azib Igbarbaous	azib-igbarbaous	MA		0	Africa/Casablanca	32.14995	-7.71218				07	191		
10928267	Oulad Abderrahmane	oulad-abderrahmane	MA		0	Africa/Casablanca	32.14634	-7.74053				07	427		
10928268	Douar Ihachya Oulad Brahim	douar-ihachya-oulad-brahim	MA		0	Africa/Casablanca	32.14347	-7.74555				07	427		
10928269	Dar Sidi Massaoud El Maaroufi	dar-sidi-massaoud-el-maaroufi	MA		0	Africa/Casablanca	32.14241	-7.734				07	427		
10928270	Dar Oulad Sidi Massaoud	dar-oulad-sidi-massaoud	MA		0	Africa/Casablanca	32.14031	-7.73553				07	427		
10928272	Douar Nzalat Ktaoua	douar-nzalat-ktaoua	MA		0	Africa/Casablanca	32.1483	-7.71733				07	191		
10928291	Douar Dhar Nzala	douar-dhar-nzala	MA		0	Africa/Casablanca	32.16445	-7.68683				07	191		
10928296	Douar Oulad Ahmed Bel Haj	douar-oulad-ahmed-bel-haj	MA		0	Africa/Casablanca	32.17472	-7.63213				07	191		
10928300	Dar Sidi Mohamed Talyat	dar-sidi-mohamed-talyat	MA		0	Africa/Casablanca	32.18089	-7.68354				07	191		
10928301	Jamaat Laararcha	jamaat-laararcha	MA		0	Africa/Casablanca	32.17362	-7.6566				07	191		
10928305	Dar Abdelkader Lahmar	dar-abdelkader-lahmar	MA		0	Africa/Casablanca	32.18379	-7.64195				07	191		
10928306	Douar Oulad Arrahmaniya	douar-oulad-arrahmaniya	MA		0	Africa/Casablanca	32.17905	-7.64349				07	191		
10928311	Dar Ould Ali	dar-ould-ali	MA		0	Africa/Casablanca	32.19777	-7.68366				07	191		
10928313	Dar Abderramane Ould Oum Hani	dar-abderramane-ould-oum-hani	MA		0	Africa/Casablanca	32.19204	-7.65686				07	191		
10928316	Dar Abdelkader Lahmar	dar-abdelkader-lahmar	MA		0	Africa/Casablanca	32.19868	-7.66049				07	191		
10928320	Dar Mohamed Bel Kahla	dar-mohamed-bel-kahla	MA		0	Africa/Casablanca	32.21412	-7.67184				07	191		
10928322	Dar El Manjoub Ezzaouia	dar-el-manjoub-ezzaouia	MA		0	Africa/Casablanca	32.21415	-7.62766				07	191		
10928324	Dar Arach Ben Chahba	dar-arach-ben-chahba	MA		0	Africa/Casablanca	32.21439	-7.63824				07	191		
10928332	Dar Chahid Jillali	dar-chahid-jillali	MA		0	Africa/Casablanca	32.21975	-7.66388				07	191		
10928334	Dar Biya Mohamed	dar-biya-mohamed	MA		0	Africa/Casablanca	32.21361	-7.66401				07	191		
10928335	Dar Tabar Essalasi	dar-tabar-essalasi	MA		0	Africa/Casablanca	32.22617	-7.64242				07	191		
10928338	Dar Farah Mohamed	dar-farah-mohamed	MA		0	Africa/Casablanca	32.2271	-7.67305				07	191		
10928339	Dar Abbas Ben Chahba	dar-abbas-ben-chahba	MA		0	Africa/Casablanca	32.23418	-7.67963				07	191		
10928347	Dar Abdelkader Ben Salmi	dar-abdelkader-ben-salmi	MA		0	Africa/Casablanca	32.23579	-7.64689				07	191		
10928348	Dar Arach Ben Kaddour	dar-arach-ben-kaddour	MA		0	Africa/Casablanca	32.23815	-7.64865				07	191		
10928351	Dar Ezzaouia	dar-ezzaouia	MA		0	Africa/Casablanca	32.24354	-7.6543				07	191		
10928358	Dar Abdelhadi	dar-abdelhadi	MA		0	Africa/Casablanca	32.20896	-7.7438				07	191		
10928359	Dar Abderrahamne Souiri	dar-abderrahamne-souiri	MA		0	Africa/Casablanca	32.17162	-7.73012				07	191		
10928360	Douar Laabadla Echarqi	douar-laabadla-echarqi	MA		0	Africa/Casablanca	32.1794	-7.64184				07	191		
10928366	Dar Farissi Mohamed	dar-farissi-mohamed	MA		0	Africa/Casablanca	32.23544	-7.66347				07	191		
10928409	Dar Redouane Amer	dar-redouane-amer	MA		0	Africa/Casablanca	32.20438	-7.61284				07	191		
10928410	Dar El Maataoui Mbarek	dar-el-maataoui-mbarek	MA		0	Africa/Casablanca	32.20155	-7.60722				07	191		
10928411	Dar Zidane Muhamed	dar-zidane-muhamed	MA		0	Africa/Casablanca	32.2019	-7.61646				07	191		
10928413	Dar Hajib Abdelkader	dar-hajib-abdelkader	MA		0	Africa/Casablanca	32.2042	-7.58406				07	191		
10928415	Dar Lhkaldi Omar	dar-lhkaldi-omar	MA		0	Africa/Casablanca	32.19668	-7.57561				07	191		
10928419	Dar Olud Ahmed Ben El Maati	dar-olud-ahmed-ben-el-maati	MA		0	Africa/Casablanca	32.19739	-7.60142				07	191		
10928423	Dar Khallouq Abdelkader	dar-khallouq-abdelkader	MA		0	Africa/Casablanca	32.2015	-7.62091				07	191		
10928424	Dar El Maayzi Mbarek	dar-el-maayzi-mbarek	MA		0	Africa/Casablanca	32.1918	-7.61925				07	191		
10928425	Dar El Aatagoui Abdelkader	dar-el-aatagoui-abdelkader	MA		0	Africa/Casablanca	32.19189	-7.60657				07	191		
10928426	Dar El Maayazi Ahemed	dar-el-maayazi-ahemed	MA		0	Africa/Casablanca	32.1851	-7.61286				07	191		
10928427	Dar El Abbasi Abdelfettah	dar-el-abbasi-abdelfettah	MA		0	Africa/Casablanca	32.18492	-7.60848				07	191		
10928428	Dar Kouihel Mohamed	dar-kouihel-mohamed	MA		0	Africa/Casablanca	32.19741	-7.58775				07	191		
10928429	Dar Jaafar Ahmed	dar-jaafar-ahmed	MA		0	Africa/Casablanca	32.19383	-7.58928				07	191		
10928430	Dar El Maataoui Rahal	dar-el-maataoui-rahal	MA		0	Africa/Casablanca	32.19026	-7.59501				07	191		
10928431	Dar El Haj Ismail	dar-el-haj-ismail	MA		0	Africa/Casablanca	32.18775	-7.58919				07	191		
10928432	Douar Oulad Boubker	douar-oulad-boubker	MA		0	Africa/Casablanca	32.19209	-7.5746				07	191		
10928433	Dar Kosay Abdelmoula	dar-kosay-abdelmoula	MA		0	Africa/Casablanca	32.18659	-7.5706				07	191		
10928435	Douar Lehzamra	douar-lehzamra	MA		0	Africa/Casablanca	32.18567	-7.56739				07	191		
10928436	Dar Mustapha Ben Ettounsi	dar-mustapha-ben-ettounsi	MA		0	Africa/Casablanca	32.18784	-7.59817				07	191		
10928437	Douar Oulad Arech	douar-oulad-arech	MA		0	Africa/Casablanca	32.18005	-7.59919				07	191		
10928442	Dar Essaimi Rahal Ben Salem	dar-essaimi-rahal-ben-salem	MA		0	Africa/Casablanca	32.17996	-7.61754				07	191		
10928444	Douar Laouayya	douar-laouayya	MA		0	Africa/Casablanca	32.17704	-7.60415				07	191		
10928446	Douar Ouled Boukhliq	douar-ouled-boukhliq	MA		0	Africa/Casablanca	32.17315	-7.60316				07	191		
10928465	Dar Mohamed Labyad Ben Mbarek	dar-mohamed-labyad-ben-mbarek	MA		0	Africa/Casablanca	32.16469	-7.54153				07	191		
10928474	Douar Echeikh Mbarek	douar-echeikh-mbarek	MA		0	Africa/Casablanca	32.18417	-7.50368				07	191		
10928475	Dar El Hachmi Ben Aissa Ben Mohamed	dar-el-hachmi-ben-aissa-ben-mohamed	MA		0	Africa/Casablanca	32.17938	-7.50722				07	191		
10928476	Dar Ben Aizz Hahal	dar-ben-aizz-hahal	MA		0	Africa/Casablanca	32.18256	-7.51802				07	191		
10928477	Douar Cheikh El Garni	douar-cheikh-el-garni	MA		0	Africa/Casablanca	32.18044	-7.52057				07	191		
10928479	Douar Oulad Mbarek Ben Ettaher	douar-oulad-mbarek-ben-ettaher	MA		0	Africa/Casablanca	32.18581	-7.52836				07	191		
10928480	Dar Lttaleb	dar-lttaleb	MA		0	Africa/Casablanca	32.18931	-7.51836				07	191		
10928481	Dar Oulad El Ryyadi	dar-oulad-el-ryyadi	MA		0	Africa/Casablanca	32.19058	-7.52338				07	191		
10928482	Douar Lebouarta	douar-lebouarta	MA		0	Africa/Casablanca	32.19364	-7.51006				07	191		
10928483	Douar Leghzaouna	douar-leghzaouna	MA		0	Africa/Casablanca	32.18799	-7.55081				07	191		
10928484	Douar El Haj Abdessalam	douar-el-haj-abdessalam	MA		0	Africa/Casablanca	32.18853	-7.55662				07	191		
10928485	Dar Akkar Mhamed	dar-akkar-mhamed	MA		0	Africa/Casablanca	32.194	-7.54969				07	191		
10928493	Dar Oulad El Arbi	dar-oulad-el-arbi	MA		0	Africa/Casablanca	32.19531	-7.54304				07	191		
10928504	Dar Lharti Ben Allal	dar-lharti-ben-allal	MA		0	Africa/Casablanca	32.20653	-7.50819				07	191		
10928509	Dar El Harti Abbas	dar-el-harti-abbas	MA		0	Africa/Casablanca	32.19621	-7.50315				07	191		
10928511	Dar Souarsa El Miloudi	dar-souarsa-el-miloudi	MA		0	Africa/Casablanca	32.22127	-7.50087				07	191		
10928512	Dar Ettaruchi	dar-ettaruchi	MA		0	Africa/Casablanca	32.22274	-7.50353				07	191		
10928514	Douar Nzalat Oulad Hammou	douar-nzalat-oulad-hammou	MA		0	Africa/Casablanca	32.22648	-7.50197				07	191		
10928516	Dar Abderrahmene Attouch	dar-abderrahmene-attouch	MA		0	Africa/Casablanca	32.22579	-7.52042				07	191		
10928554	Doukkala Oulad Salmoune	doukkala-oulad-salmoune	MA		0	Africa/Casablanca	32.36144	-7.99695				07	427		
10928562	Bagera Lchenimda	bagera-lchenimda	MA		0	Africa/Casablanca	32.37116	-7.9485				07	427		
10928564	Douar Oulad Sidi Bhalil Karroum	douar-oulad-sidi-bhalil-karroum	MA		0	Africa/Casablanca	32.35941	-7.95049				07	427		
10928569	Azib El Qabbej	azib-el-qabbej	MA		0	Africa/Casablanca	32.35528	-7.96368				07	427		
10928577	Doukkala Oulad Alyane	doukkala-oulad-alyane	MA		0	Africa/Casablanca	32.33579	-7.99015				07	427		
10928579	Dar Fitalib	dar-fitalib	MA		0	Africa/Casablanca	32.33724	-7.94709				07	427		
10928583	Khyam Qiyyaha	khyam-qiyyaha	MA		0	Africa/Casablanca	32.3307	-7.98251				07	427		
10928591	Douar Kaddour Ben Mhamed	douar-kaddour-ben-mhamed	MA		0	Africa/Casablanca	32.31349	-7.99455				07	427		
10928603	Oulad Ben Jilali	oulad-ben-jilali	MA		0	Africa/Casablanca	32.28001	-7.97135				07	427		
10928614	Douar Qniya	douar-qniya	MA		0	Africa/Casablanca	32.25065	-7.96337				07	427		
10928615	Hay Ettaqaddom	hay-ettaqaddom	MA		0	Africa/Casablanca	32.25384	-7.94977				07	427		
10928616	Hay El Majd	hay-el-majd	MA		0	Africa/Casablanca	32.2517	-7.94299				07	427		
10928621	Douar Mrabtine Oulad Rahou	douar-mrabtine-oulad-rahou	MA		0	Africa/Casablanca	32.25891	-7.90516				07	427		
10928629	Douar Khayra	douar-khayra	MA		0	Africa/Casablanca	32.2777	-7.91187				07	427		
10928630	Douar Qarbub	douar-qarbub	MA		0	Africa/Casablanca	32.27384	-7.91453				07	427		
10928632	Mrabine Oulad Abba	mrabine-oulad-abba	MA		0	Africa/Casablanca	32.27763	-7.88131				07	427		
10928633	Oulad Ahmed Ben Brahim	oulad-ahmed-ben-brahim	MA		0	Africa/Casablanca	32.28052	-7.87634				07	427		
10928634	Oulad El Hacu	oulad-el-hacu	MA		0	Africa/Casablanca	32.28567	-7.88608				07	427		
10928635	Oulad Sidi El Qarcha	oulad-sidi-el-qarcha	MA		0	Africa/Casablanca	32.29588	-7.87561				07	427		
10928637	Oulad Haniriya	oulad-haniriya	MA		0	Africa/Casablanca	32.29599	-7.88999				07	427		
10928640	Douar Amour	douar-amour	MA		0	Africa/Casablanca	32.28061	-7.90773				07	427		
10928643	Douar Lemhzouda	douar-lemhzouda	MA		0	Africa/Casablanca	32.29418	-7.91465				07	427		
10928644	Oulad Essaddimi	oulad-essaddimi	MA		0	Africa/Casablanca	32.30064	-7.89191				07	427		
10928645	Oulad Emaji	oulad-emaji	MA		0	Africa/Casablanca	32.31034	-7.87593				07	427		
10928648	Dar El Ayachi	dar-el-ayachi	MA		0	Africa/Casablanca	32.30694	-7.88911				07	427		
10928650	Khyama Jaafra	khyama-jaafra	MA		0	Africa/Casablanca	32.3045	-7.90606				07	427		
10928655	Dar El Hajial	dar-el-hajial	MA		0	Africa/Casablanca	32.31726	-7.93601				07	427		
10928660	Douar Itlil	douar-itlil	MA		0	Africa/Casablanca	32.32372	-7.8773				07	427		
10928666	Douar Oulad El Haj	douar-oulad-el-haj	MA		0	Africa/Casablanca	32.32797	-7.90558				07	427		
10928667	Oulad Abdeasaben	oulad-abdeasaben	MA		0	Africa/Casablanca	32.33017	-7.92388				07	427		
10928673	Mirayjbat	mirayjbat	MA		0	Africa/Casablanca	32.35214	-7.89711				07	427		
10928678	Oulad El Haj Tahar	oulad-el-haj-tahar	MA		0	Africa/Casablanca	32.35575	-7.91837				07	427		
10928682	Legraydar	legraydar	MA		0	Africa/Casablanca	32.35955	-7.92231				07	427		
10928683	Douar Nachel	douar-nachel	MA		0	Africa/Casablanca	32.3479	-7.88093				07	427		
10928716	Douar Laananat Nouasra	douar-laananat-nouasra	MA		0	Africa/Casablanca	32.47823	-7.82679				07	427		
10928719	Oulad Lahsen El Azzaba	oulad-lahsen-el-azzaba	MA		0	Africa/Casablanca	32.46666	-7.85876				07	427		
10928720	Laananat	laananat	MA		0	Africa/Casablanca	32.46735	-7.83215				07	427		
10928721	Douar Lannanat Labrahma	douar-lannanat-labrahma	MA		0	Africa/Casablanca	32.4695	-7.83146				07	427		
10928725	Douar Oulad Diyyem	douar-oulad-diyyem	MA		0	Africa/Casablanca	32.45464	-7.86564				07	427		
10928728	Oulad Kaddour	oulad-kaddour	MA		0	Africa/Casablanca	32.4537	-7.8482				07	427		
10928733	Douar Jdirat	douar-jdirat	MA		0	Africa/Casablanca	32.45618	-7.8135				07	427		
10928734	Douar Laananat Chnanfa	douar-laananat-chnanfa	MA		0	Africa/Casablanca	32.45299	-7.82425				07	427		
10928737	Oulad Abdellah El Hassara	oulad-abdellah-el-hassara	MA		0	Africa/Casablanca	32.42936	-7.87281				07	427		
10928738	Oulad Diyyem El Hadra	oulad-diyyem-el-hadra	MA		0	Africa/Casablanca	32.4328	-7.85286				07	427		
10928739	Oulad El Haj Abderrahmane	oulad-el-haj-abderrahmane	MA		0	Africa/Casablanca	32.42874	-7.83005				07	427		
10928745	Oulad Saleh	oulad-saleh	MA		0	Africa/Casablanca	32.42536	-7.8373				07	427		
10928752	Oulad Taher	oulad-taher	MA		0	Africa/Casablanca	32.41081	-7.85417				07	427		
10928754	Douar Oulad Khalifa	douar-oulad-khalifa	MA		0	Africa/Casablanca	32.41293	-7.81101				07	427		
10928756	Ouald Abdelkader	ouald-abdelkader	MA		0	Africa/Casablanca	32.4095	-7.82499				07	427		
10928757	Drae Moul Lkarkour	drae-moul-lkarkour	MA		0	Africa/Casablanca	32.40306	-7.82404				07	427		
10928758	Douar Lafdil	douar-lafdil	MA		0	Africa/Casablanca	32.40695	-7.84185				07	427		
10928759	Oulad Rahal	oulad-rahal	MA		0	Africa/Casablanca	32.40317	-7.86603				07	427		
10928763	Douar Bni Meskine	douar-bni-meskine	MA		0	Africa/Casablanca	32.38427	-7.86144				07	427		
10928764	Taloue Rma	taloue-rma	MA		0	Africa/Casablanca	32.38977	-7.85226				07	427		
10928766	Oulad El Mekki	oulad-el-mekki	MA		0	Africa/Casablanca	32.38115	-7.80825				07	427		
10928767	Douar Lekhrarta	douar-lekhrarta	MA		0	Africa/Casablanca	32.37693	-7.79734				07	427		
10928768	Oulad Lamzabi	oulad-lamzabi	MA		0	Africa/Casablanca	32.37283	-7.79737				07	427		
10928769	Oulad Azzouz	oulad-azzouz	MA		0	Africa/Casablanca	32.37582	-7.78953				07	427		
10928770	Douar Qsama	douar-qsama	MA		0	Africa/Casablanca	32.37498	-7.75192				07	427		
10928771	Douar Sehabat	douar-sehabat	MA		0	Africa/Casablanca	32.39242	-7.78213				07	427		
10928772	El Qachla	el-qachla	MA		0	Africa/Casablanca	32.39543	-7.79443				07	427		
10928776	Oulad Ahmed Ben Saleh	oulad-ahmed-ben-saleh	MA		0	Africa/Casablanca	32.41215	-7.77136				07	427		
10928777	Douar Leghzaouna	douar-leghzaouna	MA		0	Africa/Casablanca	32.41622	-7.76054				07	427		
10928778	Oulad El Arbi Ben Abbas	oulad-el-arbi-ben-abbas	MA		0	Africa/Casablanca	32.41005	-7.78046				07	427		
10928785	Douar Laatatra	douar-laatatra	MA		0	Africa/Casablanca	32.42309	-7.75023				07	427		
10928786	Douar Slalma	douar-slalma	MA		0	Africa/Casablanca	32.42706	-7.77166				07	427		
10928787	Dar El Haj El Attar	dar-el-haj-el-attar	MA		0	Africa/Casablanca	32.43208	-7.76121				07	427		
10928789	Douar Touahra	douar-touahra	MA		0	Africa/Casablanca	32.44573	-7.76748				07	427		
10928790	Oulad Mahjoub	oulad-mahjoub	MA		0	Africa/Casablanca	32.44691	-7.75986				07	427		
10928794	Douar Oulad Mimouna	douar-oulad-mimouna	MA		0	Africa/Casablanca	32.47129	-7.75756				07	427		
10928840	Khyam Lamharcha	khyam-lamharcha	MA		0	Africa/Casablanca	32.38385	-7.76951				07	427		
10928885	Oulad Brayk	oulad-brayk	MA		0	Africa/Casablanca	32.38597	-7.83202				07	427		
10928894	Dar Oulad Nbag	dar-oulad-nbag	MA		0	Africa/Casablanca	32.36846	-7.73361				07	427		
10928903	Oulad El Arbi	oulad-el-arbi	MA		0	Africa/Casablanca	32.35922	-7.70394				07	427		
10928904	Oulad Si Rahal	oulad-si-rahal	MA		0	Africa/Casablanca	32.35659	-7.70634				07	427		
10928910	Dar Oulad Ahmed Jaafari	dar-oulad-ahmed-jaafari	MA		0	Africa/Casablanca	32.35004	-7.74446				07	427		
10928911	Dar Bouazza El Gour	dar-bouazza-el-gour	MA		0	Africa/Casablanca	32.34549	-7.73145				07	427		
10928921	Dar Oulad El Haj Mhamed	dar-oulad-el-haj-mhamed	MA		0	Africa/Casablanca	32.33697	-7.72637				07	427		
10928926	Oulad Ben Jilali	oulad-ben-jilali	MA		0	Africa/Casablanca	32.33904	-7.73992				07	427		
10928927	Oulad Cherki	oulad-cherki	MA		0	Africa/Casablanca	32.33097	-7.74424		Oulad Cherki		07	427		
10928931	Oulad Ben Khira	oulad-ben-khira	MA		0	Africa/Casablanca	32.33227	-7.71081				07	427		
10928932	Dar Oulad El Amri Massaoud	dar-oulad-el-amri-massaoud	MA		0	Africa/Casablanca	32.34042	-7.69053				07	427		
10928936	Dar El Mehdi Houssine	dar-el-mehdi-houssine	MA		0	Africa/Casablanca	32.33854	-7.68466				07	427		
10928937	Dar El Haj Mhamed	dar-el-haj-mhamed	MA		0	Africa/Casablanca	32.32827	-7.73965				07	427		
10928941	Dar Ben Khira Khalid	dar-ben-khira-khalid	MA		0	Africa/Casablanca	32.32643	-7.704				07	427		
10928942	Azbane Masrane	azbane-masrane	MA		0	Africa/Casablanca	32.32439	-7.72381				07	427		
10928957	Oulad Houssa	oulad-houssa	MA		0	Africa/Casablanca	32.30786	-7.71883				07	427		
10928958	Dar Salmi Hassan	dar-salmi-hassan	MA		0	Africa/Casablanca	32.30689	-7.73903				07	427		
10928960	Oulad El Haj Miloud	oulad-el-haj-miloud	MA		0	Africa/Casablanca	32.30281	-7.7391				07	427		
10928962	Dar Oulad El Anab	dar-oulad-el-anab	MA		0	Africa/Casablanca	32.2947	-7.68843				07	191		
10928972	Dar Boujemaa Sayyed	dar-boujemaa-sayyed	MA		0	Africa/Casablanca	32.28327	-7.72148				07	427		
10928974	Azbane Chaabat Dyar	azbane-chaabat-dyar	MA		0	Africa/Casablanca	32.28216	-7.70714				07	191		
10928981	Dar El Haj Abid	dar-el-haj-abid	MA		0	Africa/Casablanca	32.26798	-7.73796				07	427		
10928992	Dar Sardaoui Abdellah	dar-sardaoui-abdellah	MA		0	Africa/Casablanca	32.25753	-7.73074				07	191		
10929000	Douar Azib Mansour	douar-azib-mansour	MA		0	Africa/Casablanca	32.26145	-7.68818				07	191		
10929002	Dar Boudali Ben Rahal	dar-boudali-ben-rahal	MA		0	Africa/Casablanca	32.25488	-7.68388				07	191		
10929008	Azbane Laababsa	azbane-laababsa	MA		0	Africa/Casablanca	32.25473	-7.66356				07	191		
10929015	Dar El Mokhtar Ben Allal	dar-el-mokhtar-ben-allal	MA		0	Africa/Casablanca	32.27045	-7.63171				07	191		
10929029	Oulad El Mabi	oulad-el-mabi	MA		0	Africa/Casablanca	32.27191	-7.67926				07	191		
10929031	Dar Mohamed El Gharbaoul	dar-mohamed-el-gharbaoul	MA		0	Africa/Casablanca	32.27992	-7.67836				07	191		
10929032	Dar Ahmed El Gharbaoui	dar-ahmed-el-gharbaoui	MA		0	Africa/Casablanca	32.28226	-7.68326				07	191		
10929041	Hangare	hangare	MA		0	Africa/Casablanca	32.27633	-7.64881				07	191		
10929046	Dar Oulad Ben El Arbi Bou Fdoul	dar-oulad-ben-el-arbi-bou-fdoul	MA		0	Africa/Casablanca	32.30449	-7.67528				07	191		
10929061	Dar Rabhi Charqi	dar-rabhi-charqi	MA		0	Africa/Casablanca	32.33027	-7.67068				07	191		
10929066	Dar Mehdi Ben Allal	dar-mehdi-ben-allal	MA		0	Africa/Casablanca	32.33596	-7.62747				07	191		
10929069	Dar Boudali Ahmed	dar-boudali-ahmed	MA		0	Africa/Casablanca	32.34291	-7.66784				07	427		
10929074	Dar Miloud Ben Mohamed	dar-miloud-ben-mohamed	MA		0	Africa/Casablanca	32.34023	-7.63243				07	191		
10929082	Dar Mbarek	dar-mbarek	MA		0	Africa/Casablanca	32.35709	-7.67947				07	427		
10929100	Dar Mahjoub Ben Jilali	dar-mahjoub-ben-jilali	MA		0	Africa/Casablanca	32.33769	-7.63593				07	191		
10929108	Dar Adraous	dar-adraous	MA		0	Africa/Casablanca	32.31373	-7.73088				07	427		
10929111	Coopérative Laayoune	cooperative-laayoune	MA		0	Africa/Casablanca	34.11706	-4.53134				03	561		
10929114	Douar Lmers	douar-lmers	MA		0	Africa/Casablanca	34.0012	-4.52022				03	561		
10929138	Douar Ouaggad Hajra Beida	douar-ouaggad-hajra-beida	MA		0	Africa/Casablanca	32.36017	-7.61324				07	191		
10929151	Douar Oulad Si Amer	douar-oulad-si-amer	MA		0	Africa/Casablanca	32.34075	-7.6165				07	191		
10929155	Douar Nzalat Fateh	douar-nzalat-fateh	MA		0	Africa/Casablanca	32.35317	-7.58566				07	191		
10929160	Douar Nzalat El Haj Himer	douar-nzalat-el-haj-himer	MA		0	Africa/Casablanca	32.339	-7.58088				07	191		
10929175	Douar Ben Hlima	douar-ben-hlima	MA		0	Africa/Casablanca	32.31089	-7.59625				07	191		
10929193	Douar Nzalat Lemouadnine	douar-nzalat-lemouadnine	MA		0	Africa/Casablanca	32.30273	-7.57706				07	191		
10929204	Dar Oulad Bouih	dar-oulad-bouih	MA		0	Africa/Casablanca	32.28536	-7.60032				07	191		
10929210	Dar Oulad El Haj	dar-oulad-el-haj	MA		0	Africa/Casablanca	32.27675	-7.60729				07	191		
10929211	Dar Oulad Abderrahim	dar-oulad-abderrahim	MA		0	Africa/Casablanca	32.27595	-7.60837				07	191		
10929237	Azbane Laararcha	azbane-laararcha	MA		0	Africa/Casablanca	32.26002	-7.62045				07	191		
10929290	Douar Oulad Leajaj	douar-oulad-leajaj	MA		0	Africa/Casablanca	32.32881	-7.54451				07	191		
10929294	Dar Mohamed Bachar	dar-mohamed-bachar	MA		0	Africa/Casablanca	32.34054	-7.50443				07	191		
10929301	Douar Oulad Bouchrit	douar-oulad-bouchrit	MA		0	Africa/Casablanca	32.3456	-7.53946				07	191		
10929304	Dar Said Ben Ray	dar-said-ben-ray	MA		0	Africa/Casablanca	32.35911	-7.54765				07	191		
10929307	Dar Oulad Thami	dar-oulad-thami	MA		0	Africa/Casablanca	32.3592	-7.51321				07	191		
10929314	Dar Laayachi	dar-laayachi	MA		0	Africa/Casablanca	32.36684	-7.55311				07	191		
10929328	Douar Grichat	douar-grichat	MA		0	Africa/Casablanca	32.29655	-7.55096				07	191		
10930115	Douar Taghassa	douar-taghassa	MA		0	Africa/Casablanca	34.49565	-4.96723				03	531		
10930124	Douar Bab Zriba	douar-bab-zriba	MA		0	Africa/Casablanca	34.48879	-4.95606				03	531		
10930129	Douar Dqaqna	douar-dqaqna	MA		0	Africa/Casablanca	34.49427	-4.93855				03	531		
10930132	Douar Layssanya	douar-layssanya	MA		0	Africa/Casablanca	34.49279	-4.93249				03	531		
10930136	Douar Bni Hlal	douar-bni-hlal	MA		0	Africa/Casablanca	34.49517	-4.93406				03	531		
10930139	Douar Jebli	douar-jebli	MA		0	Africa/Casablanca	34.4832	-4.9344				03	531		
10930143	Douar Ain Mohamed	douar-ain-mohamed	MA		0	Africa/Casablanca	34.48958	-4.91389				03	531		
10930145	Douar Koudyet Darbane	douar-koudyet-darbane	MA		0	Africa/Casablanca	34.49664	-4.90913				03	531		
10930146	Douar Boutrah	douar-boutrah	MA		0	Africa/Casablanca	34.48803	-4.89872				03	531		
10930148	Douar El Koudia El Oulia	douar-el-koudia-el-oulia	MA		0	Africa/Casablanca	34.48539	-4.90498				03	531		
10930152	Douar Ichaabane	douar-ichaabane	MA		0	Africa/Casablanca	34.49432	-4.88009				03	531		
10930160	Douar El Koudia Essoufla	douar-el-koudia-essoufla	MA		0	Africa/Casablanca	34.48168	-4.9079				03	531		
10930162	Sidi Khalef	sidi-khalef	MA		0	Africa/Casablanca	34.4806	-4.90786				03	531		
10930165	Douar Ain Qreayyer	douar-ain-qreayyer	MA		0	Africa/Casablanca	34.47245	-4.87597				03	531		
10930167	Douar El Ksiba	douar-el-ksiba	MA		0	Africa/Casablanca	34.46971	-4.88541				03	531		
10930184	Douar Lehiar	douar-lehiar	MA		0	Africa/Casablanca	34.47495	-4.9493				03	531		
10930191	Hajtar El Ain	hajtar-el-ain	MA		0	Africa/Casablanca	34.4663	-4.95533				03	531		
10930203	Douar Gouaret	douar-gouaret	MA		0	Africa/Casablanca	34.48049	-4.9837				03	531		
10930207	Douar Bab Touima	douar-bab-touima	MA		0	Africa/Casablanca	34.47315	-4.98953				03	531		
10930211	Hamriya	hamriya	MA		0	Africa/Casablanca	34.47027	-4.99161				03	531		
10930222	Douar Oulad Bou Marza	douar-oulad-bou-marza	MA		0	Africa/Casablanca	34.45933	-4.96657				03	531		
10930227	Douar Jbabra El Oulia	douar-jbabra-el-oulia	MA		0	Africa/Casablanca	34.45415	-4.93046				03	531		
10930231	Douar Oulad Mouka	douar-oulad-mouka	MA		0	Africa/Casablanca	34.45397	-4.92148				03	531		
10930238	Douar Essaf	douar-essaf	MA		0	Africa/Casablanca	34.46431	-4.88368				03	531		
10930249	Douar Rdaouna	douar-rdaouna	MA		0	Africa/Casablanca	34.44928	-4.90608				03	531		
10930263	Douar Jnane Ettofil	douar-jnane-ettofil	MA		0	Africa/Casablanca	34.44766	-4.96225				03	531		
10930270	Douar Tamzimit	douar-tamzimit	MA		0	Africa/Casablanca	34.445	-4.9688				03	531		
10930271	Sar Sidi Abdessalam	sar-sidi-abdessalam	MA		0	Africa/Casablanca	34.44716	-4.97221				03	531		
10930272	Douar Oulad El Bachir	douar-oulad-el-bachir	MA		0	Africa/Casablanca	34.45143	-4.97961				03	531		
10930273	Douar Oulad El Maati	douar-oulad-el-maati	MA		0	Africa/Casablanca	34.45266	-4.98603				03	531		
10930275	Douar Lekjaybat	douar-lekjaybat	MA		0	Africa/Casablanca	34.44399	-4.99732				03	531		
10930277	Douar Louza	douar-louza	MA		0	Africa/Casablanca	34.43863	-4.995				03	531		
10930285	Douar Oulad Youssef	douar-oulad-youssef	MA		0	Africa/Casablanca	34.43265	-4.977				03	531		
10930291	Douar Essakra	douar-essakra	MA		0	Africa/Casablanca	34.43147	-4.96354				03	531		
10930292	Jbabra	jbabra	MA		0	Africa/Casablanca	34.43139	-4.96464				03	531		
10930295	Douar Bouchihat El Oulia	douar-bouchihat-el-oulia	MA		0	Africa/Casablanca	34.42923	-4.95				03	531		
10930300	Douar Bni Hamdoune	douar-bni-hamdoune	MA		0	Africa/Casablanca	34.42886	-4.91303				03	531		
10930302	Douar Hsira	douar-hsira	MA		0	Africa/Casablanca	34.42989	-4.8866				03	531		
10930303	Douar Oulad Jamae	douar-oulad-jamae	MA		0	Africa/Casablanca	34.43294	-4.8816				03	531		
10930306	Kroun Serj	kroun-serj	MA		0	Africa/Casablanca	34.43037	-4.88044				03	531		
10930312	Douar Ksab	douar-ksab	MA		0	Africa/Casablanca	34.41424	-4.87814				03	531		
10930313	Douar Oulad Ben Amer	douar-oulad-ben-amer	MA		0	Africa/Casablanca	34.41479	-4.89097				03	531		
10930319	Moulay Abdessalam	moulay-abdessalam	MA		0	Africa/Casablanca	34.42625	-4.91501				03	531		
10930321	Douar Oulad Hmida	douar-oulad-hmida	MA		0	Africa/Casablanca	34.42159	-4.91887				03	531		
10930329	Douar Bouchichat Essoufla	douar-bouchichat-essoufla	MA		0	Africa/Casablanca	34.42635	-4.9435				03	531		
10930335	Douar Ain Beida	douar-ain-beida	MA		0	Africa/Casablanca	34.42592	-4.97614				03	531		
10930338	Douar Bni Sakdene	douar-bni-sakdene	MA		0	Africa/Casablanca	34.42955	-4.98223				03	531		
10930340	Douar Mizah	douar-mizah	MA		0	Africa/Casablanca	34.42322	-4.98305				03	531		
10930353	Douar Oulad Ben Yahya	douar-oulad-ben-yahya	MA		0	Africa/Casablanca	34.41327	-4.9409				03	531		
10930354	Dar Mohamed Ben Salem	dar-mohamed-ben-salem	MA		0	Africa/Casablanca	34.41085	-4.95124				03	531		
10930360	Dar El Hachmi Ben Driss	dar-el-hachmi-ben-driss	MA		0	Africa/Casablanca	34.40454	-4.87752				03	531		
10930363	Douar Dhamna	douar-dhamna	MA		0	Africa/Casablanca	34.40359	-4.89837				03	531		
10930364	Douar Oulad El Hachmi	douar-oulad-el-hachmi	MA		0	Africa/Casablanca	34.40966	-4.90097				03	531		
10930366	Douar Oulad Fattoum	douar-oulad-fattoum	MA		0	Africa/Casablanca	34.40003	-4.87657				03	531		
10930367	Dar Oulad Abdelkarim	dar-oulad-abdelkarim	MA		0	Africa/Casablanca	34.40023	-4.89875				03	531		
10930369	Douar Ain Doula	douar-ain-doula	MA		0	Africa/Casablanca	34.39482	-4.90449				03	531		
10930373	Douar Oulad Smir	douar-oulad-smir	MA		0	Africa/Casablanca	34.396	-4.87861				03	531		
10930381	Douar Lghalga	douar-lghalga	MA		0	Africa/Casablanca	34.39595	-4.94187				03	531		
10930390	Douar Messar Lfouqiya	douar-messar-lfouqiya	MA		0	Africa/Casablanca	34.40289	-4.98431				03	531		
10930395	Dar Mohamed Lkhalfi	dar-mohamed-lkhalfi	MA		0	Africa/Casablanca	34.39891	-4.99389				03	531		
10930398	Douar Messar Tahtiya	douar-messar-tahtiya	MA		0	Africa/Casablanca	34.39712	-4.97966				03	531		
10930405	Douar Oulad Ben Hsanine	douar-oulad-ben-hsanine	MA		0	Africa/Casablanca	34.3894	-4.96028				03	531		
10930407	Douar Gharbala	douar-gharbala	MA		0	Africa/Casablanca	34.39025	-4.94342				03	531		
10930412	Jnane Ben Ali	jnane-ben-ali	MA		0	Africa/Casablanca	34.38956	-4.91947				03	531		
10930413	Douar Lekhreb	douar-lekhreb	MA		0	Africa/Casablanca	34.38813	-4.92574				03	531		
10930415	Douar Oulad Abdelghani	douar-oulad-abdelghani	MA		0	Africa/Casablanca	34.38321	-4.91975				03	531		
10930420	Douar Oulad Abdessalam Tahar	douar-oulad-abdessalam-tahar	MA		0	Africa/Casablanca	34.39018	-4.90655				03	531		
10930423	Douar Oulad Ben Nacer	douar-oulad-ben-nacer	MA		0	Africa/Casablanca	34.38841	-4.89938				03	531		
10930426	Douar Oulad Lafdil	douar-oulad-lafdil	MA		0	Africa/Casablanca	34.38453	-4.87522				03	531		
10930429	Douar Oulad Lahsen Bel Haj	douar-oulad-lahsen-bel-haj	MA		0	Africa/Casablanca	34.37855	-4.88458				03	531		
10930432	Douar Oulad Ben Amer Louqsimi	douar-oulad-ben-amer-louqsimi	MA		0	Africa/Casablanca	34.38255	-4.90065				03	531		
10930437	Douar Oulad Hsane	douar-oulad-hsane	MA		0	Africa/Casablanca	34.37816	-4.92279				03	531		
10930439	Douar Lekhreb	douar-lekhreb	MA		0	Africa/Casablanca	34.3822	-4.9388				03	531		
10930444	Douar Oulad Bouazza	douar-oulad-bouazza	MA		0	Africa/Casablanca	34.37959	-4.96301				03	531		
10930445	Douar Bsibissa	douar-bsibissa	MA		0	Africa/Casablanca	34.38287	-4.97496				03	531		
10930465	Douar Gouarat	douar-gouarat	MA		0	Africa/Casablanca	34.38554	-4.99867				03	531		
10930467	Douar Bouchajra	douar-bouchajra	MA		0	Africa/Casablanca	34.37433	-4.9874				03	531		
10930469	Douar Laararqa	douar-laararqa	MA		0	Africa/Casablanca	34.37407	-4.98077				03	531		
10930472	Douar Oulad Bel Haj	douar-oulad-bel-haj	MA		0	Africa/Casablanca	34.37311	-4.94065				03	531		
10930474	Douar Rtimiyine	douar-rtimiyine	MA		0	Africa/Casablanca	34.37423	-4.93035				03	531		
10930478	Douar Oulad Abdenbi	douar-oulad-abdenbi	MA		0	Africa/Casablanca	34.37288	-4.8964				03	531		
10930480	Douar Oulad Ben Allal	douar-oulad-ben-allal	MA		0	Africa/Casablanca	34.37568	-4.89082				03	531		
10930482	Douar Ben Nacer	douar-ben-nacer	MA		0	Africa/Casablanca	34.3772	-4.88434				03	531		
10930486	Douar Jbala	douar-jbala	MA		0	Africa/Casablanca	34.42255	-4.89538				03	531		
10930487	Hamri	hamri	MA		0	Africa/Casablanca	34.39932	-4.97711				03	531		
10930495	Douar Bni Oukar	douar-bni-oukar	MA		0	Africa/Casablanca	34.48035	-4.93196				03	531		
10930498	Douar Tazakka	douar-tazakka	MA		0	Africa/Casablanca	34.42323	-4.89766				03	531		
10930505	Douar Jbel Madane	douar-jbel-madane	MA		0	Africa/Casablanca	34.47119	-4.8763				03	531		
10930508	Douar Essennoune	douar-essennoune	MA		0	Africa/Casablanca	34.46664	-4.87582				03	531		
10932329	Oberge Ain Sahla	oberge-ain-sahla	MA		0	Africa/Casablanca	34.10457	-4.31753				03	561		
10932332	Bab Safra	bab-safra	MA		0	Africa/Casablanca	34.10817	-4.30373				03	561		
10932365	Douar Ain El Fouki	douar-ain-el-fouki	MA		0	Africa/Casablanca	34.04218	-4.33096				03	561		
10932372	Douar Zadra	douar-zadra	MA		0	Africa/Casablanca	34.03744	-4.36328				03	561		
10932374	Douar Ain Toghzaz	douar-ain-toghzaz	MA		0	Africa/Casablanca	34.03161	-4.37082				03	561		
10932378	Douar Ain Laghrib	douar-ain-laghrib	MA		0	Africa/Casablanca	34.03368	-4.34818				03	561		
10932382	Douar KhandeqMimouna	douar-khandeqmimouna	MA		0	Africa/Casablanca	34.01793	-4.35686				03	561		
10932404	Douar Taghrout	douar-taghrout	MA		0	Africa/Casablanca	34.0624	-4.28369				03	561		
10932411	Douar Lamhajja	douar-lamhajja	MA		0	Africa/Casablanca	34.09071	-4.27182				03	561		
10932414	Douar Rmila	douar-rmila	MA		0	Africa/Casablanca	34.06874	-4.27115				03	561		
10932415	Douar Nchayer	douar-nchayer	MA		0	Africa/Casablanca	34.07373	-4.27218				03	561		
10932458	Douar Sidi Mhammed Erratbi	douar-sidi-mhammed-erratbi	MA		0	Africa/Casablanca	34.12282	-4.25243				03	561		
10932459	Douar Coussa	douar-coussa	MA		0	Africa/Casablanca	34.12424	-4.27597				03	561		
10932496	Douar Assetghes	douar-assetghes	MA		0	Africa/Casablanca	34.10589	-4.02447				03	561		
10932497	Douar Chiker	douar-chiker	MA		0	Africa/Casablanca	34.11411	-4.042				03	561		
10932522	Dar El Caid Med. Ameharref	dar-el-caid-med-ameharref	MA		0	Africa/Casablanca	34.09133	-4.03389				03	561		
10932527	Douar Bab Lehri	douar-bab-lehri	MA		0	Africa/Casablanca	34.08362	-4.04183				03	561		
10932528	Douar Imrourtene	douar-imrourtene	MA		0	Africa/Casablanca	34.08472	-4.06376				03	561		
10932535	Douar Lmoussakine	douar-lmoussakine	MA		0	Africa/Casablanca	34.07728	-4.08972				03	561		
10932536	Douar Ain Bechar	douar-ain-bechar	MA		0	Africa/Casablanca	34.0734	-4.09339				03	561		
10932539	Douar Sidi Slimane	douar-sidi-slimane	MA		0	Africa/Casablanca	34.07619	-4.07337				03	561		
10932545	Douar Lemlaab	douar-lemlaab	MA		0	Africa/Casablanca	34.07427	-4.04707				03	561		
10932549	Douar Lgaada	douar-lgaada	MA		0	Africa/Casablanca	34.07436	-4.04121				03	561		
10932555	Douar Tamedghoust Bni Khyar	douar-tamedghoust-bni-khyar	MA		0	Africa/Casablanca	34.06997	-4.04734				03	561		
10932556	Douar Bab Lakhmis	douar-bab-lakhmis	MA		0	Africa/Casablanca	34.06613	-4.04857				03	561		
10932562	Douar Aheshas	douar-aheshas	MA		0	Africa/Casablanca	34.0712	-4.11058				03	561		
10932583	Douar Bni Mellah	douar-bni-mellah	MA		0	Africa/Casablanca	34.04423	-4.05449				03	561		
10932584	Douar Qrouna	douar-qrouna	MA		0	Africa/Casablanca	34.05148	-4.05915				03	561		
10932608	Douar Ibougrine	douar-ibougrine	MA		0	Africa/Casablanca	34.03411	-4.01042				03	561		
10932609	Douar Sidi Aissa	douar-sidi-aissa	MA		0	Africa/Casablanca	34.03	-4.01492				03	561		
10932611	Douar Khzouz	douar-khzouz	MA		0	Africa/Casablanca	34.02947	-4.00426				03	561		
10932613	Douar Ait Laari Azegraf	douar-ait-laari-azegraf	MA		0	Africa/Casablanca	34.02762	-4.01117				03	561		
10932629	Douar Tamist Mechkabba	douar-tamist-mechkabba	MA		0	Africa/Casablanca	34.01768	-4.02602				03	561		
10932635	Douar Lemnabha	douar-lemnabha	MA		0	Africa/Casablanca	34.01396	-4.0137				03	561		
10932639	Douar Bab Larbae	douar-bab-larbae	MA		0	Africa/Casablanca	34.00984	-4.09361				03	561		
10932647	Douar Kaf Nhel	douar-kaf-nhel	MA		0	Africa/Casablanca	34.00082	-4.04503				03	561		
10932649	Douar Ait Ben Ali	douar-ait-ben-ali	MA		0	Africa/Casablanca	34.00169	-4.00683				03	561		
10932651	Douar Zaryane	douar-zaryane	MA		0	Africa/Casablanca	34.04377	-4.0611				03	561		
10932672	Douar Laari	douar-laari	MA		0	Africa/Casablanca	34.07799	-4.04402				03	561		
10932677	Dar El Haddad	dar-el-haddad	MA		0	Africa/Casablanca	34.04594	-4.0591				03	561		
10932865	Douar Oulab Bou Taleb	douar-oulab-bou-taleb	MA		0	Africa/Casablanca	34.36735	-4.35503				03	561		
10932866	Douar Lahqaqna	douar-lahqaqna	MA		0	Africa/Casablanca	34.36411	-4.35606				03	561		
10932867	Douar Echorfa	douar-echorfa	MA		0	Africa/Casablanca	34.36283	-4.35355				03	561		
10932868	Douar Mtioua	douar-mtioua	MA		0	Africa/Casablanca	34.36136	-4.35525				03	561		
10932869	Douar Oulad Ben Daoud	douar-oulad-ben-daoud	MA		0	Africa/Casablanca	34.35959	-4.35819				03	561		
10932870	Douar Ettouba	douar-ettouba	MA		0	Africa/Casablanca	34.36877	-4.31858				03	561		
10932872	Douar Dhar Ellouz	douar-dhar-ellouz	MA		0	Africa/Casablanca	34.36779	-4.30515				03	561		
10932873	Douar Ayelmam	douar-ayelmam	MA		0	Africa/Casablanca	34.36085	-4.29862				03	561		
10932883	Douar Oulad El Khadir	douar-oulad-el-khadir	MA		0	Africa/Casablanca	34.35703	-4.49247				03	531		
10932886	Douar Bourch	douar-bourch	MA		0	Africa/Casablanca	34.36368	-4.46865				03	531		
10932887	Douar Leqramda	douar-leqramda	MA		0	Africa/Casablanca	34.3606	-4.46702				03	531		
10932898	Douar Aqib Lbaz	douar-aqib-lbaz	MA		0	Africa/Casablanca	34.35972	-4.38219				03	561		
10932904	Seddari Moussa	seddari-moussa	MA		0	Africa/Casablanca	34.35514	-4.4615				03	531		
10932905	Douar Ain El Khadem	douar-ain-el-khadem	MA		0	Africa/Casablanca	34.35676	-4.47553				03	531		
10932911	Douar Bakkar	douar-bakkar	MA		0	Africa/Casablanca	34.34777	-4.45444				03	531		
10932915	Douar Bni Mrine	douar-bni-mrine	MA		0	Africa/Casablanca	34.34838	-4.42532				03	561		
10932917	Douar Gaadat Dar Ksou	douar-gaadat-dar-ksou	MA		0	Africa/Casablanca	34.3462	-4.40122				03	561		
10932919	Douar Markouna	douar-markouna	MA		0	Africa/Casablanca	34.34778	-4.39695				03	561		
10932926	Douar Oulad El Mehdi	douar-oulad-el-mehdi	MA		0	Africa/Casablanca	34.34108	-4.49662				03	531		
10932932	Douar Taqribast	douar-taqribast	MA		0	Africa/Casablanca	34.33327	-4.38683				03	561		
10932936	Douar Kraker	douar-kraker	MA		0	Africa/Casablanca	34.32107	-4.39553				03	561		
10932938	Douar Bhi Abdellah	douar-bhi-abdellah	MA		0	Africa/Casablanca	34.32133	-4.41268				03	561		
10932948	Douar Bourqad	douar-bourqad	MA		0	Africa/Casablanca	34.3151	-4.3895				03	561		
10932951	Douar Ain Hammoum	douar-ain-hammoum	MA		0	Africa/Casablanca	34.30895	-4.42173				03	561		
10932954	Douar Dar Ayyad	douar-dar-ayyad	MA		0	Africa/Casablanca	34.31388	-4.49473				03	531		
10932959	Douar Bou Gammiziyira	douar-bou-gammiziyira	MA		0	Africa/Casablanca	34.30427	-4.44108				03	561		
10932964	Dar El Caid El Bachir	dar-el-caid-el-bachir	MA		0	Africa/Casablanca	34.29399	-4.39068				03	561		
10932965	Douar Tiazza	douar-tiazza	MA		0	Africa/Casablanca	34.29673	-4.38867				03	561		
10932966	Douar Khetiba	douar-khetiba	MA		0	Africa/Casablanca	34.3026	-4.38515				03	561		
10932968	Douar Ghouadel	douar-ghouadel	MA		0	Africa/Casablanca	34.29152	-4.45752				03	531		
10932969	Douar Karisara Oulad Chaouni	douar-karisara-oulad-chaouni	MA		0	Africa/Casablanca	34.29769	-4.47724				03	531		
10932980	Douar Douima	douar-douima	MA		0	Africa/Casablanca	34.28713	-4.43504				03	531		
10932983	Douar Sidi Boukradel	douar-sidi-boukradel	MA		0	Africa/Casablanca	34.27972	-4.46463				03	531		
10932984	Douar Houita	douar-houita	MA		0	Africa/Casablanca	34.27745	-4.4516				03	531		
10932989	Douar Echaitiyine	douar-echaitiyine	MA		0	Africa/Casablanca	34.27177	-4.48855				03	531		
10932990	Douar Lemchamaiyina	douar-lemchamaiyina	MA		0	Africa/Casablanca	34.2708	-4.47497				03	531		
10933001	Douar Ras Labyad	douar-ras-labyad	MA		0	Africa/Casablanca	34.26757	-4.4083				03	531		
10933002	Douar Star Foukani	douar-star-foukani	MA		0	Africa/Casablanca	34.26631	-4.40984				03	531		
10933010	Douar Qlalcha	douar-qlalcha	MA		0	Africa/Casablanca	34.26362	-4.46437				03	531		
10933019	Douar Bousselhamat	douar-bousselhamat	MA		0	Africa/Casablanca	34.25961	-4.4692				03	531		
10933027	Communité Msassa	communite-msassa	MA		0	Africa/Casablanca	34.25193	-4.48194				03	531		
10933033	Outa Bouabane	outa-bouabane	MA		0	Africa/Casablanca	34.26021	-4.41459				03	531		
10933044	Douar Draouiyine	douar-draouiyine	MA		0	Africa/Casablanca	34.30587	-4.37558				03	561		
10933076	Douar Oulad Zahra	douar-oulad-zahra	MA		0	Africa/Casablanca	34.3683	-4.29012				03	561		
10933077	Douar El Kalaa	douar-el-kalaa	MA		0	Africa/Casablanca	34.36283	-4.28922				03	561		
10933078	Douar Dar Bnayaou	douar-dar-bnayaou	MA		0	Africa/Casablanca	34.36304	-4.27965				03	561		
10933079	Douar Mkelsa	douar-mkelsa	MA		0	Africa/Casablanca	34.37179	-4.27667				03	561		
10933081	Douar Tafensa	douar-tafensa	MA		0	Africa/Casablanca	34.36397	-4.26665				03	561		
10933082	Douar Marjana	douar-marjana	MA		0	Africa/Casablanca	34.36304	-4.26225				03	561		
10933084	Douar Mtathn	douar-mtathn	MA		0	Africa/Casablanca	34.36032	-4.24881				03	561		
10933086	Douar El Menzel	douar-el-menzel	MA		0	Africa/Casablanca	34.35302	-4.26689				03	561		
10933091	Douar Lekhzara	douar-lekhzara	MA		0	Africa/Casablanca	34.35164	-4.33136				03	561		
10933093	Douar Oulad Lhoussine	douar-oulad-lhoussine	MA		0	Africa/Casablanca	34.35564	-4.35061				03	561		
10933095	Douar Tyayert	douar-tyayert	MA		0	Africa/Casablanca	34.35365	-4.36389				03	561		
10933098	Douar Stiteh	douar-stiteh	MA		0	Africa/Casablanca	34.34897	-4.35533				03	561		
10933101	Douar Oulad Yaaqoub	douar-oulad-yaaqoub	MA		0	Africa/Casablanca	34.34727	-4.3227				03	561		
10933105	Douar Sidi El Hadi	douar-sidi-el-hadi	MA		0	Africa/Casablanca	34.34821	-4.25709				03	561		
10933107	Douar Lmaiziyine	douar-lmaiziyine	MA		0	Africa/Casablanca	34.34083	-4.27626				03	561		
10933108	Douar Bni Fter	douar-bni-fter	MA		0	Africa/Casablanca	34.34153	-4.30161				03	561		
10933110	Douar Ouddana	douar-ouddana	MA		0	Africa/Casablanca	34.34259	-4.31809				03	561		
10933113	Douar Flalka	douar-flalka	MA		0	Africa/Casablanca	34.3424	-4.32457				03	561		
10933115	Douar Bni Messous	douar-bni-messous	MA		0	Africa/Casablanca	34.33456	-4.33195				03	561		
10933116	Douar Mjadla	douar-mjadla	MA		0	Africa/Casablanca	34.33794	-4.34061				03	561		
10933118	Douar Mettaza	douar-mettaza	MA		0	Africa/Casablanca	34.33796	-4.36012				03	561		
10933121	Douar Oulad Atiya	douar-oulad-atiya	MA		0	Africa/Casablanca	34.33245	-4.31029				03	561		
10933123	Douar Chnanfa	douar-chnanfa	MA		0	Africa/Casablanca	34.33116	-4.29332				03	561		
10933126	Douar Echaouiyine	douar-echaouiyine	MA		0	Africa/Casablanca	34.32781	-4.27047				03	561		
10933127	Douar Zraouta	douar-zraouta	MA		0	Africa/Casablanca	34.33169	-4.27568				03	561		
10933132	Douar Kraker	douar-kraker	MA		0	Africa/Casablanca	34.32189	-4.26796				03	561		
10933134	Douar Oulad Berrached	douar-oulad-berrached	MA		0	Africa/Casablanca	34.31349	-4.26006				03	561		
10933139	Douar Tiourazene	douar-tiourazene	MA		0	Africa/Casablanca	34.31824	-4.36911				03	561		
10933140	Ain El Mizane	ain-el-mizane	MA		0	Africa/Casablanca	34.31485	-4.3598				03	561		
10933144	Douar Lkaf	douar-lkaf	MA		0	Africa/Casablanca	34.31138	-4.30588				03	561		
10933146	Douar Oulad Ben Tita	douar-oulad-ben-tita	MA		0	Africa/Casablanca	34.30957	-4.28648				03	561		
10933149	Douar Mentehine	douar-mentehine	MA		0	Africa/Casablanca	34.30798	-4.26691				03	561		
10933151	Douar Mtalsiyine	douar-mtalsiyine	MA		0	Africa/Casablanca	34.2997	-4.29135				03	561		
10933153	Douar Ettouaher	douar-ettouaher	MA		0	Africa/Casablanca	34.30354	-4.33156				03	561		
10933157	Douar Lekhtayba	douar-lekhtayba	MA		0	Africa/Casablanca	34.30636	-4.36979				03	561		
10933159	Had Oulad Zbair	had-oulad-zbair	MA		0	Africa/Casablanca	34.2894	-4.31952				03	561		
10933162	Douar Bjaghla	douar-bjaghla	MA		0	Africa/Casablanca	34.29158	-4.28899				03	561		
10933163	Douar Tajaylet	douar-tajaylet	MA		0	Africa/Casablanca	34.29317	-4.26412				03	561		
10933165	Douar Dar Maatalla	douar-dar-maatalla	MA		0	Africa/Casablanca	34.29567	-4.2539				03	561		
10933167	Douar Ayayda	douar-ayayda	MA		0	Africa/Casablanca	34.28389	-4.27285				03	561		
10933172	Douar Braghta	douar-braghta	MA		0	Africa/Casablanca	34.28656	-4.28699				03	561		
10933176	Douar Bab Houara	douar-bab-houara	MA		0	Africa/Casablanca	34.28268	-4.30485				03	561		
10933185	Douar Oulad Moumene	douar-oulad-moumene	MA		0	Africa/Casablanca	34.27394	-4.36953				03	531		
10933191	Douar El Ksibat	douar-el-ksibat	MA		0	Africa/Casablanca	34.27495	-4.33049				03	561		
10933192	Coopérative Sidi Mziyane	cooperative-sidi-mziyane	MA		0	Africa/Casablanca	34.27046	-4.31102				03	561		
10933194	Douar Ain Ahmed	douar-ain-ahmed	MA		0	Africa/Casablanca	34.27435	-4.29744				03	561		
10933195	Douar Hlifat	douar-hlifat	MA		0	Africa/Casablanca	34.27695	-4.27871				03	561		
10933207	Douar Jnane Tahar	douar-jnane-tahar	MA		0	Africa/Casablanca	34.26477	-4.35853				03	531		
10933213	Douar Oulad Arba	douar-oulad-arba	MA		0	Africa/Casablanca	34.25823	-4.27517				03	561		
10933214	Douar Hjar Zreq	douar-hjar-zreq	MA		0	Africa/Casablanca	34.25987	-4.25983				03	561		
10933217	Coopérative Ettaoufiq	cooperative-ettaoufiq	MA		0	Africa/Casablanca	34.24973	-4.30107				03	561		
10933218	Douar Binizou	douar-binizou	MA		0	Africa/Casablanca	34.24836	-4.30192				03	561		
10933219	Douar Bni Khlifa	douar-bni-khlifa	MA		0	Africa/Casablanca	34.25086	-4.33126				03	531		
10933220	Douar Bidhat	douar-bidhat	MA		0	Africa/Casablanca	34.25237	-4.35495				03	531		
10933221	Douar Chebaanat	douar-chebaanat	MA		0	Africa/Casablanca	34.24916	-4.36887				03	531		
10933252	Douar Oulad Bou Jellab	douar-oulad-bou-jellab	MA		0	Africa/Casablanca	34.99218	-2.49127				02	381		
10933253	Douar Garma	douar-garma	MA		0	Africa/Casablanca	34.99181	-2.47009				02	381		
10933343	Douar Bni Oukil	douar-bni-oukil	MA		0	Africa/Casablanca	34.97579	-2.49457				02	381		
10933344	Coopérative El Fath	cooperative-el-fath	MA		0	Africa/Casablanca	34.97307	-2.48775				02	381		
10933345	Douar Oijjou	douar-oijjou	MA		0	Africa/Casablanca	34.97574	-2.46148				02	381		
10933347	Douar Oulad Ayadat	douar-oulad-ayadat	MA		0	Africa/Casablanca	34.96528	-2.47768				02	381		
10933348	Douar Oulad Fassir	douar-oulad-fassir	MA		0	Africa/Casablanca	34.95886	-2.48848				02	381		
10933349	Douar Iainaouene	douar-iainaouene	MA		0	Africa/Casablanca	34.96255	-2.4647				02	113		
10933351	Douar Oulad Bouazzaoui	douar-oulad-bouazzaoui	MA		0	Africa/Casablanca	34.95522	-2.4629				02	113		
10933353	Douar Oulad Guetbach	douar-oulad-guetbach	MA		0	Africa/Casablanca	34.94419	-2.48429				02	113		
10933355	Douar Iramdanene	douar-iramdanene	MA		0	Africa/Casablanca	34.93624	-2.4941				02	113		
10933356	Douar Oulad Boubker	douar-oulad-boubker	MA		0	Africa/Casablanca	34.9335	-2.47906				02	113		
10933357	Douar Oulad Alla El Fouqani	douar-oulad-alla-el-fouqani	MA		0	Africa/Casablanca	34.92459	-2.465				02	113		
10933359	Douar Lfirma Lhamra	douar-lfirma-lhamra	MA		0	Africa/Casablanca	34.91506	-2.49275				02	113		
10933361	Coopérative Ennasr	cooperative-ennasr	MA		0	Africa/Casablanca	34.90871	-2.49324				02	113		
10933362	Station des Essais M.V.A.	station-des-essais-m-v-a	MA		0	Africa/Casablanca	34.90654	-2.4923		Boughriba,Station des Essais M.V.A.		02	113		
10933363	Douar Ben Salah	douar-ben-salah	MA		0	Africa/Casablanca	34.90438	-2.47242				02	113		
10933364	Douar Grasfa	douar-grasfa	MA		0	Africa/Casablanca	34.90687	-2.45912				02	113		
10933366	Douar Oulad Habja	douar-oulad-habja	MA		0	Africa/Casablanca	34.89649	-2.49125				02	113		
10933367	Douar Oulad Ben El Kacem	douar-oulad-ben-el-kacem	MA		0	Africa/Casablanca	34.89069	-2.47627				02	113		
10933369	Douar Oulad Cherif	douar-oulad-cherif	MA		0	Africa/Casablanca	34.87595	-2.48674		Boughriba,Douar Oulad Cherif		02	113		
10933376	Douar Ben Chonnouf	douar-ben-chonnouf	MA		0	Africa/Casablanca	34.98029	-2.43711				02	113		
10933378	Douar Oulad Alla Tahtarii	douar-oulad-alla-tahtarii	MA		0	Africa/Casablanca	34.96315	-2.44185				02	113		
10933380	Douar Aounout	douar-aounout	MA		0	Africa/Casablanca	34.95123	-2.45163				02	113		
10933382	Douar El Alaoui	douar-el-alaoui	MA		0	Africa/Casablanca	34.94555	-2.45511				02	113		
10933383	Tzayast	tzayast	MA		0	Africa/Casablanca	34.93547	-2.43119				02	113		
10933384	Douar Oulad Ali	douar-oulad-ali	MA		0	Africa/Casablanca	34.92753	-2.44812				02	113		
10933385	Douar Maaboura	douar-maaboura	MA		0	Africa/Casablanca	34.91627	-2.43209				02	113		
10933386	Douar Tzayast Laalya	douar-tzayast-laalya	MA		0	Africa/Casablanca	34.91105	-2.44095				02	113		
10933391	Douar Oulad Balkheir Leffaga	douar-oulad-balkheir-leffaga	MA		0	Africa/Casablanca	34.88011	-2.43696				02	113		
10933395	Douar Errabaine	douar-errabaine	MA		0	Africa/Casablanca	34.99388	-2.38992				02	113		
10933398	Douar Lhamri	douar-lhamri	MA		0	Africa/Casablanca	34.98459	-2.38806				02	113		
10933400	Douar Mabrouka	douar-mabrouka	MA		0	Africa/Casablanca	34.97669	-2.41189				02	113		
10933401	Douar Tanout	douar-tanout	MA		0	Africa/Casablanca	34.96858	-2.38649		Douar Tanout,Lemharga		02	113		
10933403	Douar Bou Chaqour	douar-bou-chaqour	MA		0	Africa/Casablanca	34.95279	-2.39196				02	113		
10933405	Douar Legrouda	douar-legrouda	MA		0	Africa/Casablanca	34.94456	-2.40372				02	113		
10933406	Douar Njajra	douar-njajra	MA		0	Africa/Casablanca	34.94476	-2.3766				02	113		
10933409	Douar Maaboura Essoufla	douar-maaboura-essoufla	MA		0	Africa/Casablanca	34.93712	-2.40835				02	113		
10933410	Douar Izerkane	douar-izerkane	MA		0	Africa/Casablanca	34.92834	-2.41466				02	113		
10933411	Douar Jaara	douar-jaara	MA		0	Africa/Casablanca	34.92266	-2.37692				02	113		
10933414	Douar Izeroual	douar-izeroual	MA		0	Africa/Casablanca	34.91742	-2.402				02	113		
10933416	Douar Tizrit	douar-tizrit	MA		0	Africa/Casablanca	34.91108	-2.39971				02	113		
10933417	Douar Saghronchmi	douar-saghronchmi	MA		0	Africa/Casablanca	34.90788	-2.41295				02	113		
10933419	Douar Ghrarfa	douar-ghrarfa	MA		0	Africa/Casablanca	34.90272	-2.39035				02	113		
10933423	Douar Tazaarourt	douar-tazaarourt	MA		0	Africa/Casablanca	34.88343	-2.37675				02	113		
10933427	Douar Iqadayene	douar-iqadayene	MA		0	Africa/Casablanca	34.89664	-2.39299				02	113		
10933435	Douar Jrarda	douar-jrarda	MA		0	Africa/Casablanca	34.91194	-2.4241				02	113		
10933436	Douar Lkharroub	douar-lkharroub	MA		0	Africa/Casablanca	34.99799	-2.39241				02	113		
10933455	Chihat Chfra	chihat-chfra	MA		0	Africa/Casablanca	35.08685	-5.99762				01	331		
10933478	Kohouliya	kohouliya	MA		0	Africa/Casablanca	35.00202	-5.96018				01	331		
10933479	Sabaayene Hamra	sabaayene-hamra	MA		0	Africa/Casablanca	34.9978	-5.98093				01	331		
10933488	Oulad Salem	oulad-salem	MA		0	Africa/Casablanca	35.11422	-5.9304				01	331		
10933492	Msala	msala	MA		0	Africa/Casablanca	35.10019	-5.9157				01	331		
10933495	Lahrarsa Oulad Sami	lahrarsa-oulad-sami	MA		0	Africa/Casablanca	35.08186	-5.9139				01	331		
10933498	Laourarda	laourarda	MA		0	Africa/Casablanca	35.06021	-5.94391				01	331		
10933499	Ryayna	ryayna	MA		0	Africa/Casablanca	35.05864	-5.93189				01	331		
10933500	Oulad Amrane Kherichfa	oulad-amrane-kherichfa	MA		0	Africa/Casablanca	35.05246	-5.9437				01	331		
10933507	Oulad Hmayed Laqsar	oulad-hmayed-laqsar	MA		0	Africa/Casablanca	35.02082	-5.91523				01	331		
10933508	Dar Dokhane	dar-dokhane	MA		0	Africa/Casablanca	35.01432	-5.91735				01	331		
10933510	Lotissement Louahda	lotissement-louahda	MA		0	Africa/Casablanca	35.00409	-5.93106		Lotissement Louahda		01	331		
10933516	Oulad Bou Jnoune Lahrach	oulad-bou-jnoune-lahrach	MA		0	Africa/Casablanca	35.11724	-5.89885				01	331		
10933535	Oulad Bedour Ouarour	oulad-bedour-ouarour	MA		0	Africa/Casablanca	35.05671	-5.89203				01	331		
10933538	Oulad Said	oulad-said	MA		0	Africa/Casablanca	35.05523	-5.87842				01	331		
10933541	Dar Abdelhaq Oueld Lagnaouiya	dar-abdelhaq-oueld-lagnaouiya	MA		0	Africa/Casablanca	35.04212	-5.89619				01	331		
10933546	Qtaysri	qtaysri	MA		0	Africa/Casablanca	35.02478	-5.90576				01	331		
10933548	Dar Ben Taa Allah Younes	dar-ben-taa-allah-younes	MA		0	Africa/Casablanca	35.02307	-5.87422				01	331		
10933551	Hay Lhace	hay-lhace	MA		0	Africa/Casablanca	35.00634	-5.90776				01	331		
10933552	Lotti Lfadl	lotti-lfadl	MA		0	Africa/Casablanca	35.00611	-5.89561				01	331		
10933554	Hay Nahda	hay-nahda	MA		0	Africa/Casablanca	35.00314	-5.8978				01	331		
10933555	Hay Lorouba	hay-lorouba	MA		0	Africa/Casablanca	35.00052	-5.89735				01	331		
10933556	Bouqouch	bouqouch	MA		0	Africa/Casablanca	35.00014	-5.89027				01	331		
10933557	Hay Salam	hay-salam	MA		0	Africa/Casablanca	34.99816	-5.89045				01	331		
10933560	Hay Lmassira	hay-lmassira	MA		0	Africa/Casablanca	35.00341	-5.91025				01	331		
10933574	Lotissement Mabrouka	lotissement-mabrouka	MA		0	Africa/Casablanca	35.01026	-5.89818				01	331		
10933578	Trèsorene	tresorene	MA		0	Africa/Casablanca	34.9981	-5.89851				01	331		
10933609	Rmel Lqalaiyyine	rmel-lqalaiyyine	MA		0	Africa/Casablanca	35.23961	-6.09621				01	331		
10933614	Douar Laayoune	douar-laayoune	MA		0	Africa/Casablanca	35.23189	-6.10928				01	331		
10933622	Bou Hnani	bou-hnani	MA		0	Africa/Casablanca	35.17737	-6.1217				01	331		
10933625	Douar Baggara	douar-baggara	MA		0	Africa/Casablanca	35.16349	-6.11329				01	331		
10933629	Douar Lehnancha	douar-lehnancha	MA		0	Africa/Casablanca	35.23303	-6.07595				01	331		
10933630	Douar Zrarga	douar-zrarga	MA		0	Africa/Casablanca	35.22995	-6.06844				01	331		
10933638	Société Cégala	societe-cegala	MA		0	Africa/Casablanca	35.12905	-6.05991				01	331		
10933646	Douar Labghadda	douar-labghadda	MA		0	Africa/Casablanca	35.17627	-6.00455				01	331		
10933647	Douar Leqrouch	douar-leqrouch	MA		0	Africa/Casablanca	35.16568	-6.02052				01	331		
10933676	Harah	harah	MA		0	Africa/Casablanca	35.12265	-5.73054				01	331		
10933698	Douar Manchaq	douar-manchaq	MA		0	Africa/Casablanca	35.10638	-5.65046				01	331		
10933706	Dauar Feddane Lekbir	dauar-feddane-lekbir	MA		0	Africa/Casablanca	35.10746	-5.70329				01	331		
10933720	Lebhayra	lebhayra	MA		0	Africa/Casablanca	35.08993	-5.69372				01	331		
10933732	Douar Aguir	douar-aguir	MA		0	Africa/Casablanca	35.08765	-5.63447				01	331		
10933734	Douar Chbikat Eddib	douar-chbikat-eddib	MA		0	Africa/Casablanca	35.08255	-5.62973				01	331		
10933739	Douar Safuahar	douar-safuahar	MA		0	Africa/Casablanca	35.07769	-5.62675				01	331		
10933758	Azib Essetli	azib-essetli	MA		0	Africa/Casablanca	35.07983	-5.68975				01	331		
10933772	Douar El Ousar	douar-el-ousar	MA		0	Africa/Casablanca	35.06222	-5.73936				01	331		
10933779	Douar Sidi Boukbzer	douar-sidi-boukbzer	MA		0	Africa/Casablanca	35.05842	-5.67153				01	331		
10933811	Lhcliya	lhcliya	MA		0	Africa/Casablanca	35.04476	-5.73069				01	331		
10933816	Douar Sidi Issef	douar-sidi-issef	MA		0	Africa/Casablanca	35.03831	-5.69874				01	331		
10933819	Oulad Tayeh Ben Omar	oulad-tayeh-ben-omar	MA		0	Africa/Casablanca	35.03623	-5.66556				01	331		
10933832	Lqachla	lqachla	MA		0	Africa/Casablanca	35.02546	-5.64902				01	331		
10933856	Douar Dar El Altar	douar-dar-el-altar	MA		0	Africa/Casablanca	35.01167	-5.67168				01	331		
10933872	Douar Dlim Laghmiq	douar-dlim-laghmiq	MA		0	Africa/Casablanca	35.00381	-5.66112				01	331		
10933915	Douar Ain Eddib	douar-ain-eddib	MA		0	Africa/Casablanca	35.0473	-5.73961				01	331		
10933970	Bled Ghdira	bled-ghdira	MA		0	Africa/Casablanca	35.14367	-6.17782				01	331		
10933975	Douar Raqqada	douar-raqqada	MA		0	Africa/Casablanca	35.22257	-6.12965				01	331		
10933979	Sahat Chohada	sahat-chohada	MA		0	Africa/Casablanca	35.19359	-6.15393				01	331		
10933981	Bidon Ville	bidon-ville	MA		0	Africa/Casablanca	35.18996	-6.16291				01	331		
10933982	Hay Nador	hay-nador	MA		0	Africa/Casablanca	35.19192	-6.16644				01	331		
10933984	Moulin de Larache	moulin-de-larache	MA		0	Africa/Casablanca	35.18699	-6.14432				01	331		
10934015	Club Loukkous	club-loukkous	MA		0	Africa/Casablanca	35.16349	-6.13683				01	331		
10934022	Douar Ryah	douar-ryah	MA		0	Africa/Casablanca	35.12358	-6.18246				01	331		
10934024	Jnane Lbacha	jnane-lbacha	MA		0	Africa/Casablanca	35.18539	-6.14966				01	331		
10934030	Douar Ain Chack	douar-ain-chack	MA		0	Africa/Casablanca	35.11516	-5.60352				01	331		
10934031	Douar Onsar El Haj	douar-onsar-el-haj	MA		0	Africa/Casablanca	35.11212	-5.60528				01	331		
10934040	Douar Addar	douar-addar	MA		0	Africa/Casablanca	35.07119	-5.62133				01	331		
10934050	Douar Lhamma	douar-lhamma	MA		0	Africa/Casablanca	35.05452	-5.59226				01	331		
10934058	Douar Leqloue	douar-leqloue	MA		0	Africa/Casablanca	35.02861	-5.61264				01	331		
10934080	Douar Feddane Jbel	douar-feddane-jbel	MA		0	Africa/Casablanca	35.12177	-5.5443		Douar Feddane Jbel,Feddane Jbel		01	331		
10934103	Douar Ghdir Bou Ali	douar-ghdir-bou-ali	MA		0	Africa/Casablanca	35.07667	-5.5706				01	331		
10934107	Douar Khandeq Ajana	douar-khandeq-ajana	MA		0	Africa/Casablanca	35.05914	-5.55668				01	331		
10934112	Douar Dar Leqdima	douar-dar-leqdima	MA		0	Africa/Casablanca	35.04435	-5.55496				01	331		
10934118	Douar Ain Ezzyatene	douar-ain-ezzyatene	MA		0	Africa/Casablanca	35.03531	-5.55408				01	331		
10934123	Douar Anassel	douar-anassel	MA		0	Africa/Casablanca	35.0232	-5.55441				01	331		
10934132	Douar Azib Matraza	douar-azib-matraza	MA		0	Africa/Casablanca	35.00112	-5.557				01	405		
10934172	Douar Oulad Bou Meileh	douar-oulad-bou-meileh	MA		0	Africa/Casablanca	35.03645	-5.52713				01	331		
10934177	Douar Taoujakht	douar-taoujakht	MA		0	Africa/Casablanca	35.02712	-5.52353				01	331		
10934180	Douar Tazroute	douar-tazroute	MA		0	Africa/Casablanca	35.02065	-5.53408				01	331		
10934181	Douar Azemmourine	douar-azemmourine	MA		0	Africa/Casablanca	35.02053	-5.52679				01	331		
10934183	Douar Afouzar	douar-afouzar	MA		0	Africa/Casablanca	35.01452	-5.52825				01	331		
10934189	Douar Matraza	douar-matraza	MA		0	Africa/Casablanca	35.00394	-5.53692				01	331		
10934191	Douar Essdira	douar-essdira	MA		0	Africa/Casablanca	35.00362	-5.5184				01	331		
10934335	Mouaraa Lahman	mouaraa-lahman	MA		0	Africa/Casablanca	35.06471	-6.1059				01	331		
10934336	Coopérative Dakhla	cooperative-dakhla	MA		0	Africa/Casablanca	35.06557	-6.12172		Cooperative Dakhla,Coopérative Dakhla		01	331		
10934338	Laaouamra Boujdour	laaouamra-boujdour	MA		0	Africa/Casablanca	35.04446	-6.11916				01	331		
10934343	Coopérative Boujdour	cooperative-boujdour	MA		0	Africa/Casablanca	35.02408	-6.09893		Cooperative Boujdour,Coopérative Boujdour		01	331		
10934348	Qaryet Oued Dahab	qaryet-oued-dahab	MA		0	Africa/Casablanca	35.00747	-6.10912				04	281		
10934350	Douar Soualeh	douar-soualeh	MA		0	Africa/Casablanca	35.00081	-6.10268				04	281		
10934359	Lghaddara	lghaddara	MA		0	Africa/Casablanca	35.11438	-6.07807				01	331		
10934363	Mly Thuiryn	mly-thuiryn	MA		0	Africa/Casablanca	35.09072	-6.06222				01	331		
10934364	Douar Mjahdine	douar-mjahdine	MA		0	Africa/Casablanca	35.08617	-6.0629				01	331		
10934367	Sehaysehat	sehaysehat	MA		0	Africa/Casablanca	35.08698	-6.04166				01	331		
10934368	Smid Lma	smid-lma	MA		0	Africa/Casablanca	35.07117	-6.0782				01	331		
10934369	Douar Lamnakib	douar-lamnakib	MA		0	Africa/Casablanca	35.07618	-6.06934				01	331		
10934371	Ancienne Gare	ancienne-gare	MA		0	Africa/Casablanca	35.05798	-6.06023				01	331		
10934374	Commune Zouada	commune-zouada	MA		0	Africa/Casablanca	35.04676	-6.05923				01	331		
10934375	Douar Dyab	douar-dyab	MA		0	Africa/Casablanca	35.04685	-6.06966				01	331		
10934378	Oulad Rafaa	oulad-rafaa	MA		0	Africa/Casablanca	35.03179	-6.06187				01	331		
10934383	Lammamna	lammamna	MA		0	Africa/Casablanca	35.0143	-6.07404				01	331		
10934384	Barbie	barbie	MA		0	Africa/Casablanca	35.0065	-6.07477				04	281		
10934397	Douar Mouaraa	douar-mouaraa	MA		0	Africa/Casablanca	35.1178	-6.01341				01	331		
10934407	Qouasma	qouasma	MA		0	Africa/Casablanca	35.07034	-6.02809				01	331		
10934408	Oulad Lghomari	oulad-lghomari	MA		0	Africa/Casablanca	35.06351	-6.0176				01	331		
10934412	Regraga	regraga	MA		0	Africa/Casablanca	35.06189	-6.01069				01	331		
10934418	Maison Forrestiére	maison-forrestiere	MA		0	Africa/Casablanca	35.03991	-6.01243				01	331		
10934433	Lamraouna	lamraouna	MA		0	Africa/Casablanca	35.03787	-6.07				01	331		
10934802	Douar Laalasla	douar-laalasla	MA		0	Africa/Casablanca	32.73944	-7.49348				06	461		
10934803	Douar Lekbabra	douar-lekbabra	MA		0	Africa/Casablanca	32.72376	-7.48966				06	461		
10934871	Douar Nouiti	douar-nouiti	MA		0	Africa/Casablanca	32.43064	-7.69757				07	427		
10934880	Douar Laoujaouja	douar-laoujaouja	MA		0	Africa/Casablanca	32.41978	-7.73602				07	427		
10934893	Douar Laaroussiyine	douar-laaroussiyine	MA		0	Africa/Casablanca	32.41601	-7.74113				07	427		
10934900	Dar Oulad Hmimid	dar-oulad-hmimid	MA		0	Africa/Casablanca	32.40419	-7.72053				07	427		
10934919	Douar El Haouziya	douar-el-haouziya	MA		0	Africa/Casablanca	32.37999	-7.71729				07	427		
10934924	Had Jaafra	had-jaafra	MA		0	Africa/Casablanca	32.37539	-7.72752				07	427		
10934945	Douar Qnidlat	douar-qnidlat	MA		0	Africa/Casablanca	32.39303	-7.6689				07	427		
10934957	Dar El Haj Abderrahmane	dar-el-haj-abderrahmane	MA		0	Africa/Casablanca	32.41014	-7.65425				07	427		
10934959	Dar Ould El Haouri	dar-ould-el-haouri	MA		0	Africa/Casablanca	32.41002	-7.64977				07	427		
10934986	Douar Oulad Cherif	douar-oulad-cherif	MA		0	Africa/Casablanca	32.4599	-7.68051				07	427		
10935004	Douar Baghada	douar-baghada	MA		0	Africa/Casablanca	32.4767	-7.67713				07	427		
10935005	Douar Driougat	douar-driougat	MA		0	Africa/Casablanca	32.48042	-7.67699				07	427		
10935008	Cité Barrage El Massira	cite-barrage-el-massira	MA		0	Africa/Casablanca	32.48621	-7.64173				06	461		
10935044	Langar	langar	MA		0	Africa/Casablanca	32.36283	-7.48737				07	191		
10935055	Douar Laarab	douar-laarab	MA		0	Africa/Casablanca	32.17357	-7.41833				07	191		
10935056	Oulad Mansour	oulad-mansour	MA		0	Africa/Casablanca	32.12457	-7.44861				07	191		
10935057	Oulad Saber	oulad-saber	MA		0	Africa/Casablanca	32.12848	-7.45559				07	191		
10935058	Oulad Amer	oulad-amer	MA		0	Africa/Casablanca	32.13542	-7.44993				07	191		
10935060	Oulad Attou	oulad-attou	MA		0	Africa/Casablanca	32.22425	-7.43539				07	191		
10935064	Oulad El Haj El Mokhtar El Ghazi	oulad-el-haj-el-mokhtar-el-ghazi	MA		0	Africa/Casablanca	32.23062	-7.48782				07	191		
10935065	Douar Foum Briouiga	douar-foum-briouiga	MA		0	Africa/Casablanca	32.2339	-7.49737				07	191		
10935066	Oulad Abbou	oulad-abbou	MA		0	Africa/Casablanca	32.22775	-7.45937				07	191		
10935067	Douar Maalmine	douar-maalmine	MA		0	Africa/Casablanca	32.23474	-7.45059				07	191		
10935068	Oulad El Marsli	oulad-el-marsli	MA		0	Africa/Casablanca	32.23025	-7.44684				07	191		
10935069	Oulad Hmama	oulad-hmama	MA		0	Africa/Casablanca	32.23831	-7.44355				07	191		
10935073	Oulad Brahim	oulad-brahim	MA		0	Africa/Casablanca	32.2269	-7.44845				07	191		
10935074	Oulad Ali Ben Lemqaddam	oulad-ali-ben-lemqaddam	MA		0	Africa/Casablanca	32.21879	-7.4702				07	191		
10935082	Douar Tlat	douar-tlat	MA		0	Africa/Casablanca	32.16213	-7.45141				07	191		
10935091	Oulad Essoussi	oulad-essoussi	MA		0	Africa/Casablanca	32.12732	-7.4485				07	191		
10935092	Oulad El Maati	oulad-el-maati	MA		0	Africa/Casablanca	32.12298	-7.45074				07	191		
10935094	Douar Oulad Aissa	douar-oulad-aissa	MA		0	Africa/Casablanca	32.1245	-7.41164				07	191		
10935104	Douar Ben Chagdal	douar-ben-chagdal	MA		0	Africa/Casablanca	32.15542	-7.39257				07	191		
10935105	Oulad El Haj Aissa	oulad-el-haj-aissa	MA		0	Africa/Casablanca	32.16278	-7.38653				07	191		
10935106	Douar Ejjamae	douar-ejjamae	MA		0	Africa/Casablanca	32.1661	-7.38206				07	191		
10935107	Douar Meryem Rzazqa	douar-meryem-rzazqa	MA		0	Africa/Casablanca	32.1687	-7.38236				07	191		
10935108	Douar El Bouhali	douar-el-bouhali	MA		0	Africa/Casablanca	32.17268	-7.39146				07	191		
10935109	Douar El Haj Mamoune	douar-el-haj-mamoune	MA		0	Africa/Casablanca	32.16601	-7.42441				07	191		
10935115	Sedrat Lehdira	sedrat-lehdira	MA		0	Africa/Casablanca	32.23065	-7.39186				07	191		
10935117	Oulad El Masnaoui	oulad-el-masnaoui	MA		0	Africa/Casablanca	32.22595	-7.42594				07	191		
10935118	Douar Abadla	douar-abadla	MA		0	Africa/Casablanca	32.22744	-7.42592				07	191		
10935119	Lekrarma	lekrarma	MA		0	Africa/Casablanca	32.22592	-7.43635				07	191		
10935120	Douar Qraoucha	douar-qraoucha	MA		0	Africa/Casablanca	32.23058	-7.42418				07	191		
10935121	Douar Souassa	douar-souassa	MA		0	Africa/Casablanca	32.23289	-7.42143				07	191		
10935123	Oulad El Haj Ben Nacer	oulad-el-haj-ben-nacer	MA		0	Africa/Casablanca	32.24015	-7.40098				07	191		
10935126	Douar Sidi Abdelkader	douar-sidi-abdelkader	MA		0	Africa/Casablanca	32.24177	-7.37387				07	191		
10935159	Hattat Oulad	hattat-oulad	MA		0	Africa/Casablanca	32.33863	-7.39035				07	191		
10935161	Marsli	marsli	MA		0	Africa/Casablanca	32.33951	-7.38901				07	191		
10935164	Bit Ennasrani	bit-ennasrani	MA		0	Africa/Casablanca	32.33062	-7.42135				07	191		
10935167	Hattat Bourrous	hattat-bourrous	MA		0	Africa/Casablanca	32.32707	-7.45655				07	191		
10935198	Oulad Abdessalam Lakeharda	oulad-abdessalam-lakeharda	MA		0	Africa/Casablanca	32.25611	-7.40007				07	191		
10935201	Dar Abderrahmane	dar-abderrahmane	MA		0	Africa/Casablanca	32.34276	-7.49315				07	191		
10935207	Douar Oulad Sidi Rahal	douar-oulad-sidi-rahal	MA		0	Africa/Casablanca	32.61681	-7.98416				07	427		
10935209	Douar Oulad El Haj Allal	douar-oulad-el-haj-allal	MA		0	Africa/Casablanca	32.6103	-7.99496				07	427		
10935211	Oulad Tounsi	oulad-tounsi	MA		0	Africa/Casablanca	32.61143	-7.97485				07	427		
10935225	Ait El Khadirri	ait-el-khadirri	MA		0	Africa/Casablanca	32.26559	-7.29204				07	191		
10935229	Ait Ou Dades	ait-ou-dades	MA		0	Africa/Casablanca	32.26987	-7.28983				07	191		
10935260	Oulad Sidi Taher	oulad-sidi-taher	MA		0	Africa/Casablanca	32.36608	-7.28655				07	191		
10935274	Sidi El Mahjoub	sidi-el-mahjoub	MA		0	Africa/Casablanca	32.33987	-7.25338				07	191		
10935275	Laazaba	laazaba	MA		0	Africa/Casablanca	32.33556	-7.25479				07	191		
10935283	Oulad Tarraf Essemara	oulad-tarraf-essemara	MA		0	Africa/Casablanca	32.3149	-7.25994				07	191		
10935284	Laqrarda	laqrarda	MA		0	Africa/Casablanca	32.30472	-7.26082				07	191		
10935288	Nfafta	nfafta	MA		0	Africa/Casablanca	32.27289	-7.27554				07	191		
10935292	Oulad Ayyad	oulad-ayyad	MA		0	Africa/Casablanca	32.2664	-7.26755				07	191		
10935293	Sidi Abdellah	sidi-abdellah	MA		0	Africa/Casablanca	32.26773	-7.2728				07	191		
10935294	Ait Massour	ait-massour	MA		0	Africa/Casablanca	32.26469	-7.28747				07	191		
10935298	Sidi Bou Mlik	sidi-bou-mlik	MA		0	Africa/Casablanca	32.25526	-7.25868				07	191		
10935299	Lazroug	lazroug	MA		0	Africa/Casablanca	32.25241	-7.25962				07	191		
10935300	Oulad Sidi Massour Leghouiba	oulad-sidi-massour-leghouiba	MA		0	Africa/Casablanca	32.25401	-7.27224				07	191		
10935302	Laksar	laksar	MA		0	Africa/Casablanca	32.25958	-7.26842				07	191		
10935331	Laassara	laassara	MA		0	Africa/Casablanca	32.48739	-7.4787				06	461		
10935349	Leghoualina	leghoualina	MA		0	Africa/Casablanca	32.48098	-7.48069				06	461		
10935353	Oulad Dami	oulad-dami	MA		0	Africa/Casablanca	32.47256	-7.46951				06	461		
10935354	Oulad Chih	oulad-chih	MA		0	Africa/Casablanca	32.4757	-7.46409				06	461		
10935355	Lemsasra	lemsasra	MA		0	Africa/Casablanca	32.4773	-7.46605				06	461		
10935361	Sidi Abdelouahed	sidi-abdelouahed	MA		0	Africa/Casablanca	32.46595	-7.39151				06	461		
10935362	Oulad El Haj Kaddour	oulad-el-haj-kaddour	MA		0	Africa/Casablanca	32.46855	-7.39339				06	461		
10935366	Oulad Jaddi Abdelouahed	oulad-jaddi-abdelouahed	MA		0	Africa/Casablanca	32.46579	-7.41392				06	461		
10935368	Oulad Moussa El Oued	oulad-moussa-el-oued	MA		0	Africa/Casablanca	32.46836	-7.45273				06	461		
10935369	Oulad Sidi Cherki	oulad-sidi-cherki	MA		0	Africa/Casablanca	32.46597	-7.45511				06	461		
10935370	Oulad Yaaqoub	oulad-yaaqoub	MA		0	Africa/Casablanca	32.46974	-7.45485				06	461		
10935371	Oulad Ejja	oulad-ejja	MA		0	Africa/Casablanca	32.47099	-7.46112				06	461		
10935378	Oulad Sidi Abdellah	oulad-sidi-abdellah	MA		0	Africa/Casablanca	32.46126	-7.42127				06	461		
10935379	Douar Lfougani	douar-lfougani	MA		0	Africa/Casablanca	32.46229	-7.42136				06	461		
10935382	Oulad Jaddi Ahmed	oulad-jaddi-ahmed	MA		0	Africa/Casablanca	32.4617	-7.41052				06	461		
10935384	Lguerraba	lguerraba	MA		0	Africa/Casablanca	32.45598	-7.3902				07	191		
10935390	Sefyane	sefyane	MA		0	Africa/Casablanca	32.44709	-7.39456				07	191		
10935391	Lakebir Ben Dahhane	lakebir-ben-dahhane	MA		0	Africa/Casablanca	32.44549	-7.40106				07	191		
10935395	Ali Ben Nouiti	ali-ben-nouiti	MA		0	Africa/Casablanca	32.45144	-7.45528				07	191		
10935397	Dzouz	dzouz	MA		0	Africa/Casablanca	32.44731	-7.48808				07	191		
10935400	Lqamra	lqamra	MA		0	Africa/Casablanca	32.44003	-7.48491				07	191		
10935405	Zouitat	zouitat	MA		0	Africa/Casablanca	32.43744	-7.42207				07	191		
10935407	Dar Hmimed El Hilali	dar-hmimed-el-hilali	MA		0	Africa/Casablanca	32.43973	-7.40267				07	191		
10935410	Nzalat Oulad Cherki	nzalat-oulad-cherki	MA		0	Africa/Casablanca	32.427	-7.41601				07	191		
10935411	Dar Sabri Mohamed	dar-sabri-mohamed	MA		0	Africa/Casablanca	32.42018	-7.4357				07	191		
10935412	Zaouiat Ben Nouiti	zaouiat-ben-nouiti	MA		0	Africa/Casablanca	32.41833	-7.47053				07	191		
10935423	Laoutay	laoutay	MA		0	Africa/Casablanca	32.40398	-7.47395				07	191		
10935425	Oulad Ben Lefqih Laghouir	oulad-ben-lefqih-laghouir	MA		0	Africa/Casablanca	32.40344	-7.49236				07	191		
10935429	Lkoudia Lmalssa	lkoudia-lmalssa	MA		0	Africa/Casablanca	32.38807	-7.45078				07	191		
10935458	Stir	stir	MA		0	Africa/Casablanca	32.42578	-7.49583				07	191		
10935465	Douar Lekrarma	douar-lekrarma	MA		0	Africa/Casablanca	32.62231	-7.35916				06	461		
10935467	Douar El Jannat	douar-el-jannat	MA		0	Africa/Casablanca	32.61003	-7.36367				06	461		
10935470	Douar Oualatou	douar-oualatou	MA		0	Africa/Casablanca	32.62074	-7.34944				06	461		
10935471	Dar El Haj Ben Daoud	dar-el-haj-ben-daoud	MA		0	Africa/Casablanca	32.61564	-7.34811				06	461		
10935479	Douar Lebaala	douar-lebaala	MA		0	Africa/Casablanca	32.61135	-7.29112				06	461		
10935480	Dar Oulad Hassan Ben Hachem	dar-oulad-hassan-ben-hachem	MA		0	Africa/Casablanca	32.61663	-7.9393				07	427		
10935481	Dar Hachimi Ahmed	dar-hachimi-ahmed	MA		0	Africa/Casablanca	32.61667	-7.93395				07	427		
10935489	Oulad Boubker	oulad-boubker	MA		0	Africa/Casablanca	32.62121	-7.892				07	427		
10935492	Dar Ghanem Echabli	dar-ghanem-echabli	MA		0	Africa/Casablanca	32.61235	-7.89114				07	427		
10935494	Douar Jaakat	douar-jaakat	MA		0	Africa/Casablanca	32.6019	-7.87636				07	427		
10935495	Dar El Habti Ettabbal	dar-el-habti-ettabbal	MA		0	Africa/Casablanca	32.60474	-7.89318				07	427		
10935496	Lakhouimat	lakhouimat	MA		0	Africa/Casablanca	32.60557	-7.91303				07	427		
10935500	Oulad Abdellah Ben Kaddour	oulad-abdellah-ben-kaddour	MA		0	Africa/Casablanca	32.59809	-7.89438				07	427		
10935504	Douar Lekhrarza	douar-lekhrarza	MA		0	Africa/Casablanca	32.59209	-7.91417				07	427		
10935507	Dar Namzili Mohamed	dar-namzili-mohamed	MA		0	Africa/Casablanca	32.60526	-7.93391				07	427		
10935512	Dar Erraji Hachem	dar-erraji-hachem	MA		0	Africa/Casablanca	32.60456	-7.96793				07	427		
10935517	Dar Oulad El Faqir Ali	dar-oulad-el-faqir-ali	MA		0	Africa/Casablanca	32.59317	-7.99449				07	427		
10935522	Dar Azzouz	dar-azzouz	MA		0	Africa/Casablanca	32.59701	-7.93984				07	427		
10935523	Douar Oulad Sidi Ali	douar-oulad-sidi-ali	MA		0	Africa/Casablanca	32.57675	-7.88748				07	427		
10935524	Douar El Missat	douar-el-missat	MA		0	Africa/Casablanca	32.57299	-7.88984				07	427		
10935529	Oulad Bouchaayb Bghila	oulad-bouchaayb-bghila	MA		0	Africa/Casablanca	32.57211	-7.93672				07	427		
10935534	Dar Ahmed Lrraji	dar-ahmed-lrraji	MA		0	Africa/Casablanca	32.58534	-7.9876				07	427		
10935538	Douar El Hedyane	douar-el-hedyane	MA		0	Africa/Casablanca	32.57032	-7.98464				07	427		
10935542	Dar Brik Echelh	dar-brik-echelh	MA		0	Africa/Casablanca	32.56182	-7.94471				07	427		
10935543	Dar Ahmed Ben Lefqih	dar-ahmed-ben-lefqih	MA		0	Africa/Casablanca	32.56111	-7.96674				07	427		
10935545	Dar Oulad Doukkali	dar-oulad-doukkali	MA		0	Africa/Casablanca	32.56285	-7.92891				07	427		
10935546	Dar Oulad Rqiya	dar-oulad-rqiya	MA		0	Africa/Casablanca	32.55879	-7.93485				07	427		
10935548	Dar El Haj Boudali	dar-el-haj-boudali	MA		0	Africa/Casablanca	32.56957	-7.92198				07	427		
10935550	Skikima	skikima	MA		0	Africa/Casablanca	32.56695	-7.90494				07	427		
10935551	Douar Lekbir	douar-lekbir	MA		0	Africa/Casablanca	32.5629	-7.9085				07	427		
10935552	Douar Ahmed Chafiq	douar-ahmed-chafiq	MA		0	Africa/Casablanca	32.56683	-7.88913				07	427		
10935555	Azib El Haj Kabbour	azib-el-haj-kabbour	MA		0	Africa/Casablanca	32.55929	-7.88004				07	427		
10935556	Douar Leqhaa Lebaydna	douar-leqhaa-lebaydna	MA		0	Africa/Casablanca	32.54954	-7.8792				07	427		
10935559	Dar El Haj Mohamed Chafiq	dar-el-haj-mohamed-chafiq	MA		0	Africa/Casablanca	32.55585	-7.90121				07	427		
10935565	Dar Driss Ben Taibi	dar-driss-ben-taibi	MA		0	Africa/Casablanca	32.54968	-7.95236				07	427		
10935566	Dar Taibi Ben Jilali	dar-taibi-ben-jilali	MA		0	Africa/Casablanca	32.55444	-7.95423				07	427		
10935568	Dar El Haj Mbarek	dar-el-haj-mbarek	MA		0	Africa/Casablanca	32.54948	-7.96992				07	427		
10935569	Dar El Haj Ali	dar-el-haj-ali	MA		0	Africa/Casablanca	32.55476	-7.98431				07	427		
10935570	Douar Zinoune	douar-zinoune	MA		0	Africa/Casablanca	32.54847	-7.9797				07	427		
10935572	Dar Oulad Azzouz	dar-oulad-azzouz	MA		0	Africa/Casablanca	32.54704	-7.99685				07	427		
10935580	Douar Marsita	douar-marsita	MA		0	Africa/Casablanca	32.54248	-7.90647				07	427		
10935582	Douar Oulad Mbarek	douar-oulad-mbarek	MA		0	Africa/Casablanca	32.54547	-7.89574				07	427		
10935588	Dar Lhirach	dar-lhirach	MA		0	Africa/Casablanca	32.5363	-7.87894				07	427		
10935594	Douar Lahrakna	douar-lahrakna	MA		0	Africa/Casablanca	32.53181	-7.89748				07	427		
10935599	Douar Kaddour Ben Driss	douar-kaddour-ben-driss	MA		0	Africa/Casablanca	32.53156	-7.91535				07	427		
10935601	Dar Lehrizi Echaoui	dar-lehrizi-echaoui	MA		0	Africa/Casablanca	32.53895	-7.9305				07	427		
10935604	Douar Chaayb Hammar	douar-chaayb-hammar	MA		0	Africa/Casablanca	32.53063	-7.94981				07	427		
10935605	Dar Cheikh Bouchaayb	dar-cheikh-bouchaayb	MA		0	Africa/Casablanca	32.53125	-7.95743				07	427		
10935606	Douar Souidi	douar-souidi	MA		0	Africa/Casablanca	32.53526	-7.97618				07	427		
10935607	Dar Oulad El Haj Mhamed	dar-oulad-el-haj-mhamed	MA		0	Africa/Casablanca	32.53117	-7.98891				07	427		
10935610	Dar Ben Qdad	dar-ben-qdad	MA		0	Africa/Casablanca	32.52542	-7.97852				07	427		
10935611	Douar Chelalga Leqliaa	douar-chelalga-leqliaa	MA		0	Africa/Casablanca	32.51927	-7.97592				07	427		
10935614	Dar El Haddaji	dar-el-haddaji	MA		0	Africa/Casablanca	32.52021	-7.93698				07	427		
10935615	Dar El Haj El Abdelkarim El Bidani	dar-el-haj-el-abdelkarim-el-bidani	MA		0	Africa/Casablanca	32.52148	-7.91331				07	427		
10935618	Dar Fassis Ahmed	dar-fassis-ahmed	MA		0	Africa/Casablanca	32.52159	-7.9002				07	427		
10935621	Dar Hajjaj	dar-hajjaj	MA		0	Africa/Casablanca	32.5199	-7.88336				07	427		
10935623	Dar El Haj Allal	dar-el-haj-allal	MA		0	Africa/Casablanca	32.51239	-7.87481				07	427		
10935624	Dar Toubikes Jilali	dar-toubikes-jilali	MA		0	Africa/Casablanca	32.5125	-7.88518				07	427		
10935626	Dar Brahim Ettarch	dar-brahim-ettarch	MA		0	Africa/Casablanca	32.51144	-7.89237				07	427		
10935627	Dar El Haj Said	dar-el-haj-said	MA		0	Africa/Casablanca	32.50762	-7.89391				07	427		
10935628	Douar Nzala	douar-nzala	MA		0	Africa/Casablanca	32.5108	-7.89717				07	427		
10935629	Dar Oulad Bahriya	dar-oulad-bahriya	MA		0	Africa/Casablanca	32.50653	-7.90546				07	427		
10935636	Dar Mostafa Drissi	dar-mostafa-drissi	MA		0	Africa/Casablanca	32.51314	-7.94363				07	427		
10935637	Dar El Haj Abdelmalek	dar-el-haj-abdelmalek	MA		0	Africa/Casablanca	32.50174	-7.95584				07	427		
10935639	Douar Ettolba	douar-ettolba	MA		0	Africa/Casablanca	32.50683	-7.95999				07	427		
10935640	Dar Ahmed Khima	dar-ahmed-khima	MA		0	Africa/Casablanca	32.50555	-7.96826				07	427		
10935641	Dar Hassan El Meknasi	dar-hassan-el-meknasi	MA		0	Africa/Casablanca	32.50539	-7.9776				07	427		
10935642	Khyam Oulad-El-Arbi Ben Mbarek	khyam-oulad-el-arbi-ben-mbarek	MA		0	Africa/Casablanca	32.50516	-7.98676				07	427		
10935645	Oulad El Haj Hmadi	oulad-el-haj-hmadi	MA		0	Africa/Casablanca	32.50509	-7.99753				07	427		
10935646	Dar El Haj Hachem	dar-el-haj-hachem	MA		0	Africa/Casablanca	32.50156	-7.89308				07	427		
10935666	Dar Laanane El Haj Amer	dar-laanane-el-haj-amer	MA		0	Africa/Casablanca	32.61837	-7.28106				06	461		
10935671	Dar El Gouchi	dar-el-gouchi	MA		0	Africa/Casablanca	32.61882	-7.26308				06	461		
10935679	Dar El Haj Mohamed Ben Ennajah	dar-el-haj-mohamed-ben-ennajah	MA		0	Africa/Casablanca	32.59676	-7.2713				06	461		
10935683	Douar Brahma	douar-brahma	MA		0	Africa/Casablanca	32.59725	-7.29754				06	461		
10935688	El Harras	el-harras	MA		0	Africa/Casablanca	32.59279	-7.32331				06	461		
10935689	Douar Tbabaa	douar-tbabaa	MA		0	Africa/Casablanca	32.60432	-7.3521				06	461		
10935692	Douar Laazib Oulad El Haj Jilali	douar-laazib-oulad-el-haj-jilali	MA		0	Africa/Casablanca	32.60535	-7.36453				06	461		
10935706	Douar Coopérative Ettaqaddom	douar-cooperative-ettaqaddom	MA		0	Africa/Casablanca	32.59471	-7.26073		Douar Cooperative Ettaqaddom,Douar Coopérative Ettaqaddom		06	461		
10935708	Coopérative Ettaqaddom	cooperative-ettaqaddom	MA		0	Africa/Casablanca	32.59028	-7.25343				06	461		
10935713	Commune Meskoura Annexe	commune-meskoura-annexe	MA		0	Africa/Casablanca	32.58409	-7.28638				06	461		
10935722	Douar Oulad Ben Karroum	douar-oulad-ben-karroum	MA		0	Africa/Casablanca	32.57554	-7.37142				06	461		
10935732	Douar Laaouina	douar-laaouina	MA		0	Africa/Casablanca	32.56655	-7.34642				06	461		
10935737	Douar Oulad Youssef	douar-oulad-youssef	MA		0	Africa/Casablanca	32.57549	-7.29415				06	461		
10935741	Douar Lhamra	douar-lhamra	MA		0	Africa/Casablanca	32.56923	-7.27001				06	461		
10935744	Douar Rehahliya Lehouaoura	douar-rehahliya-lehouaoura	MA		0	Africa/Casablanca	32.57046	-7.26318				06	461		
10935747	Douar Lemhafid	douar-lemhafid	MA		0	Africa/Casablanca	32.56759	-7.2514				06	461		
10935748	Douar Oulad Saleh Ben Ali	douar-oulad-saleh-ben-ali	MA		0	Africa/Casablanca	32.56402	-7.25213				06	461		
10935750	Douar Lehouaoura	douar-lehouaoura	MA		0	Africa/Casablanca	32.56182	-7.26943				06	461		
10935753	Douar Oulad Hdidou	douar-oulad-hdidou	MA		0	Africa/Casablanca	32.56657	-7.2726				06	461		
10935755	Douar Ahl Echanbat	douar-ahl-echanbat	MA		0	Africa/Casablanca	32.55849	-7.27595				06	461		
10935759	Douar El Haounat	douar-el-haounat	MA		0	Africa/Casablanca	32.56314	-7.31213				06	461		
10935777	Douar Laatat	douar-laatat	MA		0	Africa/Casablanca	32.55358	-7.30921				06	461		
10935779	Douar Lekhliyfat	douar-lekhliyfat	MA		0	Africa/Casablanca	32.55431	-7.29591				06	461		
10935782	Douar Dzira	douar-dzira	MA		0	Africa/Casablanca	32.54899	-7.27175				06	461		
10935784	Douar Oulad Miloud Ben El Haj	douar-oulad-miloud-ben-el-haj	MA		0	Africa/Casablanca	32.54532	-7.2717				06	461		
10935819	Douar Sidi Slimane	douar-sidi-slimane	MA		0	Africa/Casablanca	32.52602	-7.29327				06	461		
10935821	Douar Maline Hamri	douar-maline-hamri	MA		0	Africa/Casablanca	32.53678	-7.2896				06	461		
10935838	Douar Srayriya	douar-srayriya	MA		0	Africa/Casablanca	32.51853	-7.28359				06	461		
10935840	Douar Dbalza	douar-dbalza	MA		0	Africa/Casablanca	32.51299	-7.27621				06	461		
10935850	Douar Abdelmouna	douar-abdelmouna	MA		0	Africa/Casablanca	32.51567	-7.3467				06	461		
10935852	Douar Lekrarma	douar-lekrarma	MA		0	Africa/Casablanca	32.52294	-7.35395				06	461		
10935895	Douar Oulad Rahal Ben Sghir	douar-oulad-rahal-ben-sghir	MA		0	Africa/Casablanca	32.56748	-7.25782				06	461		
10935919	Oulad Ben Laadoul	oulad-ben-laadoul	MA		0	Africa/Casablanca	33.12013	-7.36425				06	461		
10935922	Oulad Hammou Sghir	oulad-hammou-sghir	MA		0	Africa/Casablanca	33.11727	-7.34618				06	461		
10935923	Oulad El Haj Abderrahmane	oulad-el-haj-abderrahmane	MA		0	Africa/Casablanca	33.11258	-7.34434				06	461		
10935924	Groupe Scolaire Bou Gargoula	groupe-scolaire-bou-gargoula	MA		0	Africa/Casablanca	33.11819	-7.33891				06	461		
10935927	Oulad Aouicha	oulad-aouicha	MA		0	Africa/Casablanca	33.09811	-7.3491				06	461		
10935929	Dar El Karakhi Abdellah	dar-el-karakhi-abdellah	MA		0	Africa/Casablanca	33.10273	-7.36022				06	461		
10935931	Douar El Makret	douar-el-makret	MA		0	Africa/Casablanca	32.73829	-7.47417				06	461		
10935932	Douar Haara	douar-haara	MA		0	Africa/Casablanca	32.74229	-7.47584				06	461		
10935933	Douar Lekrarma	douar-lekrarma	MA		0	Africa/Casablanca	32.69436	-7.4282				06	461		
10935935	Douar Erragba	douar-erragba	MA		0	Africa/Casablanca	32.70512	-7.45951				06	461		
10935936	Douar Zhaoura	douar-zhaoura	MA		0	Africa/Casablanca	32.69821	-7.44822				06	461		
10935939	Douar Oulad Si Sabah	douar-oulad-si-sabah	MA		0	Africa/Casablanca	32.66909	-7.44633				06	461		
10935940	Douar Oulad Ben Zahaoune	douar-oulad-ben-zahaoune	MA		0	Africa/Casablanca	32.66868	-7.48547				06	461		
10935941	Douar Haara	douar-haara	MA		0	Africa/Casablanca	32.67453	-7.45507				06	461		
10935942	Douar Laarabat	douar-laarabat	MA		0	Africa/Casablanca	32.66024	-7.43131				06	461		
10935943	Douar Lebghadda	douar-lebghadda	MA		0	Africa/Casablanca	32.74587	-7.49004				06	461		
10935944	Douar Loghfafra	douar-loghfafra	MA		0	Africa/Casablanca	32.74117	-7.48575				06	461		
10935945	Douar Oulad Boukhris	douar-oulad-boukhris	MA		0	Africa/Casablanca	32.68132	-7.41271				06	461		
10935946	Douar Larga	douar-larga	MA		0	Africa/Casablanca	32.68371	-7.38169				06	461		
10935947	Douar Lasmalka	douar-lasmalka	MA		0	Africa/Casablanca	32.65607	-7.38297				06	461		
10935948	Douar El Houari	douar-el-houari	MA		0	Africa/Casablanca	32.63911	-7.38945				06	461		
10935949	Douar Oulad Echargi	douar-oulad-echargi	MA		0	Africa/Casablanca	32.65571	-7.41262				06	461		
10935950	Douar Ben Tbarra	douar-ben-tbarra	MA		0	Africa/Casablanca	32.63388	-7.43597				06	461		
10935952	Douar Bou Tbarra	douar-bou-tbarra	MA		0	Africa/Casablanca	32.63795	-7.43792				06	461		
10935953	Douar Soualma	douar-soualma	MA		0	Africa/Casablanca	32.64373	-7.41177				06	461		
10935955	Douar Maghagha	douar-maghagha	MA		0	Africa/Casablanca	32.68766	-7.41632				06	461		
10935956	Douar Oulad Zeqqoq	douar-oulad-zeqqoq	MA		0	Africa/Casablanca	32.72863	-7.48886				06	461		
10935957	Douar Soualla	douar-soualla	MA		0	Africa/Casablanca	32.64644	-7.39617				06	461		
10935958	Douar Lefiadla	douar-lefiadla	MA		0	Africa/Casablanca	32.65569	-7.43408				06	461		
10935959	Sidi Bau Lagraymal	sidi-bau-lagraymal	MA		0	Africa/Casablanca	32.72107	-7.47522				06	461		
10935960	Douar Seth Bou Serhane	douar-seth-bou-serhane	MA		0	Africa/Casablanca	32.72022	-7.49494				06	461		
10935961	Oulad Ahmed	oulad-ahmed	MA		0	Africa/Casablanca	32.73451	-7.45382				06	461		
10935969	Douar Lidhomos	douar-lidhomos	MA		0	Africa/Casablanca	32.72361	-7.42269				06	461		
10935995	Sidi Obbad	sidi-obbad	MA		0	Africa/Casablanca	32.65118	-7.43994				06	461		
10936001	Bni Khloug	bni-khloug	MA		0	Africa/Casablanca	32.64324	-7.38153				06	461		
10936003	Oulad Muhamed Ben Slimane	oulad-muhamed-ben-slimane	MA		0	Africa/Casablanca	32.65569	-7.38999				06	461		
10936004	Douar Snadliya	douar-snadliya	MA		0	Africa/Casablanca	32.66064	-7.37902				06	461		
10936012	Douar Oulad Bou Mahdi	douar-oulad-bou-mahdi	MA		0	Africa/Casablanca	32.66612	-7.41975				06	461		
10936013	Douar Monaline Lhaoud	douar-monaline-lhaoud	MA		0	Africa/Casablanca	32.67108	-7.47099				06	461		
10936014	Douar Lohyayda	douar-lohyayda	MA		0	Africa/Casablanca	32.65721	-7.44805				06	461		
10936017	Douar Ettalae	douar-ettalae	MA		0	Africa/Casablanca	32.66317	-7.48824				06	461		
10936018	Douar Ali Bin El Maah	douar-ali-bin-el-maah	MA		0	Africa/Casablanca	32.66872	-7.45661				06	461		
10936020	Douar Bsara	douar-bsara	MA		0	Africa/Casablanca	32.68042	-7.46033				06	461		
10936025	Douar Souadga	douar-souadga	MA		0	Africa/Casablanca	32.69046	-7.47751				06	461		
10936027	Oulad Mohammed Abdassalam	oulad-mohammed-abdassalam	MA		0	Africa/Casablanca	32.6974	-7.46266				06	461		
10936030	Eli Rehahla	eli-rehahla	MA		0	Africa/Casablanca	32.71047	-7.44968				06	461		
10936032	Douar Maline El Hassoul	douar-maline-el-hassoul	MA		0	Africa/Casablanca	32.68679	-7.39651				06	461		
10936035	Douar Qouabaa	douar-qouabaa	MA		0	Africa/Casablanca	32.70115	-7.40494				06	461		
10936169	Oulad Maarouf	oulad-maarouf	MA		0	Africa/Casablanca	33.0034	-7.27958				06	461		
10936042	Laazzaba Oulad Ahmed	laazzaba-oulad-ahmed	MA		0	Africa/Casablanca	32.73448	-7.46112				06	461		
10936044	Oulad Meryam	oulad-meryam	MA		0	Africa/Casablanca	32.73302	-7.49183				06	461		
10936047	Douar Lamarna	douar-lamarna	MA		0	Africa/Casablanca	32.62579	-7.44395				06	461		
10936051	Douar Lemkansa	douar-lemkansa	MA		0	Africa/Casablanca	32.69787	-7.4379				06	461		
10936056	Douar Bou Gargouch	douar-bou-gargouch	MA		0	Africa/Casablanca	33.11698	-7.3329				06	461		
10936058	Laaciybiya Oulad Aicha	laaciybiya-oulad-aicha	MA		0	Africa/Casablanca	33.11806	-7.3202				06	461		
10936059	Douar Dhammiya Sraghniya	douar-dhammiya-sraghniya	MA		0	Africa/Casablanca	33.11524	-7.30973				06	461		
10936063	Oulad Salem	oulad-salem	MA		0	Africa/Casablanca	33.09649	-7.3137				06	461		
10936066	Douar Oulad Sidi Beitah El Qissariyya	douar-oulad-sidi-beitah-el-qissariyya	MA		0	Africa/Casablanca	33.09892	-7.32294				06	461		
10936068	Oulad Hmida El Fandeq	oulad-hmida-el-fandeq	MA		0	Africa/Casablanca	33.0945	-7.34178				06	461		
10936069	Douar Oulad Sidi Abdessalam	douar-oulad-sidi-abdessalam	MA		0	Africa/Casablanca	33.08734	-7.35863				06	461		
10936073	Douar Laadaoin	douar-laadaoin	MA		0	Africa/Casablanca	33.07733	-7.33483				06	461		
10936074	Douar Oulad Bou Ziane Leqracha	douar-oulad-bou-ziane-leqracha	MA		0	Africa/Casablanca	33.07336	-7.34				06	461		
10936075	Douar Oulad Hammitoa Echaaba	douar-oulad-hammitoa-echaaba	MA		0	Africa/Casablanca	33.06334	-7.34337				06	461		
10936076	Oulad Bou Ziane Jabene Tahar	oulad-bou-ziane-jabene-tahar	MA		0	Africa/Casablanca	33.0765	-7.35208				06	461		
10936079	Oulad El Arbi Ben Abbou	oulad-el-arbi-ben-abbou	MA		0	Africa/Casablanca	33.07021	-7.35944				06	461		
10936080	Douar Oulad El Asri El Makrer	douar-oulad-el-asri-el-makrer	MA		0	Africa/Casablanca	33.0731	-7.36897				06	461		
10936082	Oulad Ben Massaoud	oulad-ben-massaoud	MA		0	Africa/Casablanca	33.06739	-7.37326				06	461		
10936088	Douar Oulad Sidi Bettache Ezzaouia	douar-oulad-sidi-bettache-ezzaouia	MA		0	Africa/Casablanca	33.07781	-7.31775				06	461		
10936091	Oulad El Haj Mbarek	oulad-el-haj-mbarek	MA		0	Africa/Casablanca	33.06913	-7.32039				06	461		
10936093	Oulad El Haj Harrar	oulad-el-haj-harrar	MA		0	Africa/Casablanca	33.06335	-7.31537				06	461		
10936096	Douar Oulad Bou Ziane Moualine Lgaada	douar-oulad-bou-ziane-moualine-lgaada	MA		0	Africa/Casablanca	33.06129	-7.35479				06	461		
10936099	Douar Oulad Slimane Lebsara	douar-oulad-slimane-lebsara	MA		0	Africa/Casablanca	33.05593	-7.33273				06	461		
10936101	Douar Lebaara Bni Ritoune	douar-lebaara-bni-ritoune	MA		0	Africa/Casablanca	33.05494	-7.34245				06	461		
10936105	Douar Ali Ben Ali Lebhabha	douar-ali-ben-ali-lebhabha	MA		0	Africa/Casablanca	33.03937	-7.36713				06	461		
10936107	Douar Lekhchaf Oulad El Haj El Yamani	douar-lekhchaf-oulad-el-haj-el-yamani	MA		0	Africa/Casablanca	33.04616	-7.3279				06	461		
10936108	Douar Aounat Islane El Otatia	douar-aounat-islane-el-otatia	MA		0	Africa/Casablanca	33.04264	-7.3267				06	461		
10936109	Oulad Boichayib Ben El Haj	oulad-boichayib-ben-el-haj	MA		0	Africa/Casablanca	33.04827	-7.3197				06	461		
10936110	Douar Lekhchaf	douar-lekhchaf	MA		0	Africa/Casablanca	33.05169	-7.31372				06	461		
10936112	Douar Oulad Slimane	douar-oulad-slimane	MA		0	Africa/Casablanca	33.05847	-7.31992				06	461		
10936113	Oulad Hmida Mils	oulad-hmida-mils	MA		0	Africa/Casablanca	33.05926	-7.30749				06	461		
10936114	Douar Oulad Baddou	douar-oulad-baddou	MA		0	Africa/Casablanca	33.03506	-7.36399				06	461		
10936115	Douar Lehnafat	douar-lehnafat	MA		0	Africa/Casablanca	33.03082	-7.35813				06	461		
10936117	Douar Oulad Yahya	douar-oulad-yahya	MA		0	Africa/Casablanca	33.02706	-7.34809				06	461		
10936122	Oulad Tarmouf Mohamed Ben El Haj Mhamed	oulad-tarmouf-mohamed-ben-el-haj-mhamed	MA		0	Africa/Casablanca	33.01873	-7.3414				06	461		
10936124	Oulad Baddou Nouanoua	oulad-baddou-nouanoua	MA		0	Africa/Casablanca	33.02233	-7.34805				06	461		
10936126	Oued Naanaa	oued-naanaa	MA		0	Africa/Casablanca	33.0204	-7.33258				06	461		
10936130	Douar Lebrakta Ain Rabeh Legaida	douar-lebrakta-ain-rabeh-legaida	MA		0	Africa/Casablanca	33.02336	-7.30917				06	461		
10936132	Douar Aounat Islane	douar-aounat-islane	MA		0	Africa/Casablanca	33.03499	-7.31606				06	461		
10936134	Dar Karim Mohamed	dar-karim-mohamed	MA		0	Africa/Casablanca	33.03034	-7.32636				06	461		
10936135	Douar Oulad Zahra	douar-oulad-zahra	MA		0	Africa/Casablanca	33.00838	-7.36897				06	461		
10936136	Oulad Bou Amer	oulad-bou-amer	MA		0	Africa/Casablanca	33.01083	-7.35515				06	461		
10936138	Oulad Ali Ben El Haj	oulad-ali-ben-el-haj	MA		0	Africa/Casablanca	33.00844	-7.35107				06	461		
10936140	Douar El Aounat	douar-el-aounat	MA		0	Africa/Casablanca	32.99865	-7.3659				06	461		
10936141	Oulad El Haj Mohamed Bon Medyane	oulad-el-haj-mohamed-bon-medyane	MA		0	Africa/Casablanca	32.99928	-7.34513				06	461		
10936142	Douar Oulad Ettaghi	douar-oulad-ettaghi	MA		0	Africa/Casablanca	33.00558	-7.33801				06	461		
10936144	Oulad Bou Allala	oulad-bou-allala	MA		0	Africa/Casablanca	33.01154	-7.32665				06	461		
10936146	Dar Mhamed Ould El Haj Omar	dar-mhamed-ould-el-haj-omar	MA		0	Africa/Casablanca	32.99874	-7.31685				06	461		
10936148	Dar El Maati Ben Ahmed	dar-el-maati-ben-ahmed	MA		0	Africa/Casablanca	33.00432	-7.31337				06	461		
10936149	Douar Lehrakta	douar-lehrakta	MA		0	Africa/Casablanca	33.0106	-7.31629				06	461		
10936150	Oulad Lefqih Bou Allala	oulad-lefqih-bou-allala	MA		0	Africa/Casablanca	32.99825	-7.30423				06	461		
10936152	Oulad Mohamed El Fakkak	oulad-mohamed-el-fakkak	MA		0	Africa/Casablanca	33.00377	-7.2861				06	461		
10936153	Oulad El Qaddouriya	oulad-el-qaddouriya	MA		0	Africa/Casablanca	33.00588	-7.28921				06	461		
10936155	Douar Lehrakta Ain Lfart	douar-lehrakta-ain-lfart	MA		0	Africa/Casablanca	33.01166	-7.30518				06	461		
10936158	Douar Lebrakta Ain Rabeh	douar-lebrakta-ain-rabeh	MA		0	Africa/Casablanca	33.02202	-7.29164				06	461		
10936161	Douar El Makrer	douar-el-makrer	MA		0	Africa/Casablanca	33.02188	-7.27814				06	461		
10936164	Douar Oulad Ikkou	douar-oulad-ikkou	MA		0	Africa/Casablanca	33.00805	-7.25376				06	461		
10936167	Douar Zayra	douar-zayra	MA		0	Africa/Casablanca	33.00504	-7.26707				06	461		
10936173	Douar Oulad Abdelkaderi	douar-oulad-abdelkaderi	MA		0	Africa/Casablanca	33.04061	-7.30164				06	461		
10936175	Oulad El Mokhtar	oulad-el-mokhtar	MA		0	Africa/Casablanca	33.0501	-7.29715				06	461		
10936176	Douar Mils Moualine Lekhtater	douar-mils-moualine-lekhtater	MA		0	Africa/Casablanca	33.04875	-7.27891				06	461		
10936177	Oulad Lehfirat	oulad-lehfirat	MA		0	Africa/Casablanca	33.0471	-7.27166				06	461		
10936180	Laaraybiya Oulad Rabha	laaraybiya-oulad-rabha	MA		0	Africa/Casablanca	33.04383	-7.25595				06	461		
10936191	Oulad Ahmed Ben El Haj	oulad-ahmed-ben-el-haj	MA		0	Africa/Casablanca	33.06309	-7.30159				06	461		
10936194	Douar Oulad Hammou Ezzaouia	douar-oulad-hammou-ezzaouia	MA		0	Africa/Casablanca	33.07014	-7.30737				06	461		
10936195	Dar Ettaghi Tahar	dar-ettaghi-tahar	MA		0	Africa/Casablanca	33.07927	-7.30215				06	461		
10936197	Douar Mers Hammou	douar-mers-hammou	MA		0	Africa/Casablanca	33.0806	-7.28644				06	461		
10936203	Oulad Bouya Lahsen Bou Laagalet	oulad-bouya-lahsen-bou-laagalet	MA		0	Africa/Casablanca	33.06837	-7.26812				06	461		
10936206	Oulad Rahal	oulad-rahal	MA		0	Africa/Casablanca	33.06215	-7.27477				06	461		
10936208	Oulad Bouya Lahsen	oulad-bouya-lahsen	MA		0	Africa/Casablanca	33.0553	-7.26318				06	461		
10936209	Douar Ichaarra Ben Ahmed	douar-ichaarra-ben-ahmed	MA		0	Africa/Casablanca	33.05776	-7.25494				06	461		
10936211	Souinya	souinya	MA		0	Africa/Casablanca	33.07558	-7.25005				06	461		
10936212	Oulad Amer	oulad-amer	MA		0	Africa/Casablanca	33.0799	-7.25902				06	461		
10936213	Oulad Abbou	oulad-abbou	MA		0	Africa/Casablanca	33.08031	-7.26664				06	461		
10936215	Zaamekra	zaamekra	MA		0	Africa/Casablanca	33.08738	-7.29505				06	461		
10936218	Douar Baggara	douar-baggara	MA		0	Africa/Casablanca	33.08693	-7.27885				06	461		
10936219	Oulad Bouya Abbou Lgaada	oulad-bouya-abbou-lgaada	MA		0	Africa/Casablanca	33.08384	-7.25108				06	461		
10936222	Douar Lehrahra Oulad Lahsen	douar-lehrahra-oulad-lahsen	MA		0	Africa/Casablanca	33.10778	-7.25263				06	461		
10936223	Douar Lehrahra Oulad Mostafa	douar-lehrahra-oulad-mostafa	MA		0	Africa/Casablanca	33.1014	-7.2646				06	461		
10936224	Laabadliya Oulad Lefqih	laabadliya-oulad-lefqih	MA		0	Africa/Casablanca	33.10577	-7.26958				06	461		
10936225	Douar Laazayziya Ettalae	douar-laazayziya-ettalae	MA		0	Africa/Casablanca	33.10169	-7.29286				06	461		
10936228	Douar Laaraybiyya Oulad El Arbi	douar-laaraybiyya-oulad-el-arbi	MA		0	Africa/Casablanca	33.10473	-7.30018				06	461		
10936231	Douar Oulad El Haj Bouazza	douar-oulad-el-haj-bouazza	MA		0	Africa/Casablanca	33.11859	-7.25246				06	461		
10936233	Laaraybiya	laaraybiya	MA		0	Africa/Casablanca	33.11955	-7.26426				06	461		
10936236	Laabadliya Oulad Essahni	laabadliya-oulad-essahni	MA		0	Africa/Casablanca	33.12097	-7.27799				06	461		
10936237	Laabadliya Oulad Taibi	laabadliya-oulad-taibi	MA		0	Africa/Casablanca	33.11235	-7.27132				06	461		
10936238	Douar Laabadliya	douar-laabadliya	MA		0	Africa/Casablanca	33.11194	-7.28331				06	461		
10936241	Douar Dhamniya	douar-dhamniya	MA		0	Africa/Casablanca	33.11936	-7.29994				06	461		
10936266	Joualla	joualla	MA		0	Africa/Casablanca	33.0472	-7.30802				06	461		
10936295	Douar Bouazza Lesmak	douar-bouazza-lesmak	MA		0	Africa/Casablanca	33.01275	-7.27338				06	461		
10936303	Oulad Saleh	oulad-saleh	MA		0	Africa/Casablanca	33.00144	-7.28224				06	461		
10936305	Oulad Sghira	oulad-sghira	MA		0	Africa/Casablanca	33.12414	-7.26507				06	461		
10936319	Dar Abdelmajid Ould Kaddour	dar-abdelmajid-ould-kaddour	MA		0	Africa/Casablanca	33.24713	-7.3681				06	117		
10936323	Douar Dhamna	douar-dhamna	MA		0	Africa/Casablanca	33.23613	-7.35868				06	117		
10936324	Douar Laaouamer Moualine Ennakhla	douar-laaouamer-moualine-ennakhla	MA		0	Africa/Casablanca	33.23632	-7.37274				06	117		
10936326	Douar Lahsinat	douar-lahsinat	MA		0	Africa/Casablanca	33.2278	-7.36385				06	117		
10936328	Oulad Ban Nacer Draoussa	oulad-ban-nacer-draoussa	MA		0	Africa/Casablanca	33.21883	-7.36137				06	117		
10936329	Oulad Ben Nacer	oulad-ben-nacer	MA		0	Africa/Casablanca	33.21969	-7.35283				06	117		
10936335	Douar Legouassem	douar-legouassem	MA		0	Africa/Casablanca	33.22473	-7.33646				06	117		
10936338	Douar Oulad El Farjiya	douar-oulad-el-farjiya	MA		0	Africa/Casablanca	33.24621	-7.30389				06	117		
10936339	Oulad Ali Ben Allou	oulad-ali-ben-allou	MA		0	Africa/Casablanca	33.2276	-7.30282				06	117		
10936343	Douar Oulad Amer Ben El Ghazouani	douar-oulad-amer-ben-el-ghazouani	MA		0	Africa/Casablanca	33.21487	-7.34248				06	117		
10936344	Douar Lamrajna	douar-lamrajna	MA		0	Africa/Casablanca	33.20736	-7.34039				06	117		
10936348	Douar Charqaoua Oulad Mira	douar-charqaoua-oulad-mira	MA		0	Africa/Casablanca	33.19407	-7.3512				06	117		
10936350	Douar Laaboudat	douar-laaboudat	MA		0	Africa/Casablanca	33.19017	-7.34215				06	117		
10936355	Jboub	jboub	MA		0	Africa/Casablanca	33.20985	-7.30917				06	461		
10936357	Douar Oulad Mhalla	douar-oulad-mhalla	MA		0	Africa/Casablanca	33.18694	-7.31389				06	117		
10936358	Douar Bni Saktene	douar-bni-saktene	MA		0	Africa/Casablanca	33.16903	-7.31005				06	461		
10936360	Leghrabla Oulad El Haj El Maati	leghrabla-oulad-el-haj-el-maati	MA		0	Africa/Casablanca	33.17025	-7.32859				06	117		
10936361	Oulad Abdelkarim Ben Mhamed	oulad-abdelkarim-ben-mhamed	MA		0	Africa/Casablanca	33.16483	-7.33005				06	117		
10936369	Douar Oulad El Haj	douar-oulad-el-haj	MA		0	Africa/Casablanca	33.17104	-7.37121				06	117		
10936372	Oulad Bouazza Moul Lharcha	oulad-bouazza-moul-lharcha	MA		0	Africa/Casablanca	33.16644	-7.3595				06	117		
10936381	Charqaoua Moualine	charqaoua-moualine	MA		0	Africa/Casablanca	33.15531	-7.33648				06	117		
10936384	Douar Charqaoua	douar-charqaoua	MA		0	Africa/Casablanca	33.14938	-7.32758				06	117		
10936386	Oulad Cherif	oulad-cherif	MA		0	Africa/Casablanca	33.14961	-7.35779				06	117		
10936388	Douar Laaouamer Oulad Abderahmane	douar-laaouamer-oulad-abderahmane	MA		0	Africa/Casablanca	33.14106	-7.36577				06	117		
10936390	Douar Laaouamer Bou Ghaydane	douar-laaouamer-bou-ghaydane	MA		0	Africa/Casablanca	33.13134	-7.3682				06	117		
10936393	Douar Laababda	douar-laababda	MA		0	Africa/Casablanca	33.14246	-7.3532				06	117		
10936394	Lemraghcha Oulad El Haj Amer	lemraghcha-oulad-el-haj-amer	MA		0	Africa/Casablanca	33.13984	-7.30799				06	461		
10936395	Oulad Saleh Oulad El Maati	oulad-saleh-oulad-el-maati	MA		0	Africa/Casablanca	33.14895	-7.30653				06	117		
10936400	Oulad Hajjaj	oulad-hajjaj	MA		0	Africa/Casablanca	33.12645	-7.35255				06	461		
10936402	Douar Laaraybiya Bou Sarboub	douar-laaraybiya-bou-sarboub	MA		0	Africa/Casablanca	33.13089	-7.34146				06	461		
10936404	Douar Moualine Lkidar	douar-moualine-lkidar	MA		0	Africa/Casablanca	33.13172	-7.32382				06	461		
10936405	Douar Laazayiya Lemmilha	douar-laazayiya-lemmilha	MA		0	Africa/Casablanca	33.12681	-7.31578				06	461		
10936407	Douar Laazayziya Lehyout	douar-laazayziya-lehyout	MA		0	Africa/Casablanca	33.12631	-7.27649				06	461		
10936408	Douar El Khaddariya	douar-el-khaddariya	MA		0	Africa/Casablanca	33.1361	-7.25406				06	461		
10936412	Douar Oulad Lguezzar	douar-oulad-lguezzar	MA		0	Africa/Casablanca	33.13817	-7.28119				06	461		
10936417	Douar Toualba	douar-toualba	MA		0	Africa/Casablanca	33.15162	-7.26443				06	461		
10936421	Dar Ben Bou Ziane	dar-ben-bou-ziane	MA		0	Africa/Casablanca	33.1501	-7.30189				06	461		
10936423	Douar Laazayziya Makhlouf	douar-laazayziya-makhlouf	MA		0	Africa/Casablanca	33.13129	-7.2991				06	461		
10936432	Douar Zouayer Oulad Mazouara	douar-zouayer-oulad-mazouara	MA		0	Africa/Casablanca	33.16568	-7.27563				06	461		
10936434	Douar Bouya Lemqaddem	douar-bouya-lemqaddem	MA		0	Africa/Casablanca	33.17531	-7.25512				06	461		
10936435	Douar Zouayer Oulad Saleh	douar-zouayer-oulad-saleh	MA		0	Africa/Casablanca	33.17471	-7.27072				06	461		
10936438	Douar Zouayer Oulad Ezzayri	douar-zouayer-oulad-ezzayri	MA		0	Africa/Casablanca	33.17295	-7.28365				06	461		
10936439	Oulad Bou Ziane	oulad-bou-ziane	MA		0	Africa/Casablanca	33.17187	-7.3011				06	461		
10936441	Douar Zouayer Oulad Laaouej	douar-zouayer-oulad-laaouej	MA		0	Africa/Casablanca	33.17905	-7.29941				06	461		
10936445	Douar Bou Amoud	douar-bou-amoud	MA		0	Africa/Casablanca	33.18601	-7.29868				06	461		
10936448	Douar Oulad El Abboudi Khaddi	douar-oulad-el-abboudi-khaddi	MA		0	Africa/Casablanca	33.19013	-7.28842				06	461		
10936450	Douar Zouir	douar-zouir	MA		0	Africa/Casablanca	33.18182	-7.26917				06	461		
10936453	Douar Sgharniya	douar-sgharniya	MA		0	Africa/Casablanca	33.19918	-7.25138				06	461		
10936456	Douar Laabadliya Mouline Legrar	douar-laabadliya-mouline-legrar	MA		0	Africa/Casablanca	33.19708	-7.27312				06	461		
10936463	Douar Oulad Jab El Arbi	douar-oulad-jab-el-arbi	MA		0	Africa/Casablanca	33.22674	-7.25263				06	117		
10936464	Douar Atiyya	douar-atiyya	MA		0	Africa/Casablanca	33.22789	-7.26024				06	117		
10936465	Douar Oulad Tbib	douar-oulad-tbib	MA		0	Africa/Casablanca	33.22491	-7.26542				06	117		
10936469	Oulad El Arbi	oulad-el-arbi	MA		0	Africa/Casablanca	33.23516	-7.29166				06	117		
10936470	Oulad Tahar	oulad-tahar	MA		0	Africa/Casablanca	33.2378	-7.28803				06	117		
10936474	Douar Laaouaoucha	douar-laaouaoucha	MA		0	Africa/Casablanca	33.24683	-7.27189				06	117		
10936478	Oulad Zeroual	oulad-zeroual	MA		0	Africa/Casablanca	33.23015	-7.26801				06	117		
10936479	Douar Lemgartaine	douar-lemgartaine	MA		0	Africa/Casablanca	33.23283	-7.27065				06	117		
10936513	Douar Lemkhalif	douar-lemkhalif	MA		0	Africa/Casablanca	33.19755	-7.33831				06	117		
10936518	Douar Chraqa	douar-chraqa	MA		0	Africa/Casablanca	33.22447	-7.28443				06	461		
10936523	Douar Assilat	douar-assilat	MA		0	Africa/Casablanca	33.12049	-7.22265				06	461		
10936525	Douar Daaydia	douar-daaydia	MA		0	Africa/Casablanca	33.11086	-7.21834				06	461		
10936526	Dar El Haj Abdellah Laadoul	dar-el-haj-abdellah-laadoul	MA		0	Africa/Casablanca	33.11682	-7.19242				06	461		
10936527	Douar Lebbirat	douar-lebbirat	MA		0	Africa/Casablanca	33.10877	-7.20021				06	461		
10936530	Douar Oulad Frej	douar-oulad-frej	MA		0	Africa/Casablanca	33.12335	-7.17314				06	461		
10936533	Douar Oulad Echarqi	douar-oulad-echarqi	MA		0	Africa/Casablanca	33.11607	-7.15532				06	461		
10936537	Douar Oulad Berka	douar-oulad-berka	MA		0	Africa/Casablanca	33.10412	-7.13403				06	461		
10936538	Douar Bled Jemaa	douar-bled-jemaa	MA		0	Africa/Casablanca	33.10174	-7.13742				06	461		
10936544	Douar Lehrahra	douar-lehrahra	MA		0	Africa/Casablanca	33.10649	-7.24596				06	461		
10936545	Douar Oulad Lahsen	douar-oulad-lahsen	MA		0	Africa/Casablanca	33.10838	-7.24698				06	461		
10936546	Douar Oulad Bou Ziane	douar-oulad-bou-ziane	MA		0	Africa/Casablanca	33.10417	-7.24763				06	461		
10936547	Douar Bhanes	douar-bhanes	MA		0	Africa/Casablanca	33.0977	-7.24212				06	461		
10936548	Oulad Abbou	oulad-abbou	MA		0	Africa/Casablanca	33.09348	-7.23666				06	461		
10936550	Douar Oulad Abbou Lemkhatnya	douar-oulad-abbou-lemkhatnya	MA		0	Africa/Casablanca	33.09466	-7.22109				06	461		
10936554	Douar Jded El Maarif	douar-jded-el-maarif	MA		0	Africa/Casablanca	33.09234	-7.18944				06	461		
10936556	Douar Oulad Cheikh Hamri	douar-oulad-cheikh-hamri	MA		0	Africa/Casablanca	33.09482	-7.17345				06	461		
10936559	Douar Laalaloua	douar-laalaloua	MA		0	Africa/Casablanca	33.09725	-7.13695				06	461		
10936560	Douar Oulad Ben El Arbi	douar-oulad-ben-el-arbi	MA		0	Africa/Casablanca	33.0995	-7.13013				06	461		
10936561	Douar Chrarqa	douar-chrarqa	MA		0	Africa/Casablanca	33.09225	-7.13062				06	461		
10936562	Douar Oulad Ambar	douar-oulad-ambar	MA		0	Africa/Casablanca	33.0904	-7.13392				06	461		
10936563	Douar Oulad Ali	douar-oulad-ali	MA		0	Africa/Casablanca	33.09105	-7.13807				06	461		
10936566	Douar Laalaloua Oulad Brahim	douar-laalaloua-oulad-brahim	MA		0	Africa/Casablanca	33.0846	-7.14116				06	461		
10936567	Douar Qouasmiya Bir Essamia	douar-qouasmiya-bir-essamia	MA		0	Africa/Casablanca	33.08688	-7.17637				06	461		
10936572	Douar Lguettara	douar-lguettara	MA		0	Africa/Casablanca	33.08898	-7.19469				06	461		
10936576	Douar Oulad Boudrif Lgaour	douar-oulad-boudrif-lgaour	MA		0	Africa/Casablanca	33.0851	-7.23136				06	461		
10936577	Douar Oulad Abbou Lahrach	douar-oulad-abbou-lahrach	MA		0	Africa/Casablanca	33.08918	-7.22804				06	461		
10936580	Amira	amira	MA		0	Africa/Casablanca	33.08233	-7.24209				06	461		
10936583	Douar Bdaouat	douar-bdaouat	MA		0	Africa/Casablanca	33.07659	-7.23117				06	461		
10936584	Douar Oulad Boudrif Bdaouat	douar-oulad-boudrif-bdaouat	MA		0	Africa/Casablanca	33.07603	-7.22546				06	461		
10936586	Douar Oulad Boudrif	douar-oulad-boudrif	MA		0	Africa/Casablanca	33.07539	-7.21265				06	461		
10936589	Douar Leqouasma Lkarkour	douar-leqouasma-lkarkour	MA		0	Africa/Casablanca	33.07233	-7.20063				06	461		
10936592	Douar Oulad Mhamed Ben Said	douar-oulad-mhamed-ben-said	MA		0	Africa/Casablanca	33.06933	-7.16152				06	461		
10936593	Douar Emmaline Lbout	douar-emmaline-lbout	MA		0	Africa/Casablanca	33.07855	-7.15388				06	461		
10936597	Douar Emmaline Glih	douar-emmaline-glih	MA		0	Africa/Casablanca	33.065	-7.12912				06	461		
10936602	Douar Touahar	douar-touahar	MA		0	Africa/Casablanca	33.06363	-7.15678				06	461		
10936603	Douar Chmamta	douar-chmamta	MA		0	Africa/Casablanca	33.06037	-7.15929				06	461		
10936605	Douar Oulad El Maati Bouazza	douar-oulad-el-maati-bouazza	MA		0	Africa/Casablanca	33.05804	-7.18828				06	461		
10936606	Douar Oulad Rami Legaayda	douar-oulad-rami-legaayda	MA		0	Africa/Casablanca	33.05989	-7.20261				06	461		
10936609	Hay Essafae I	hay-essafae-i	MA		0	Africa/Casablanca	33.06665	-7.22917				06	461		
10936610	Douar Oulad Ben Taghi	douar-oulad-ben-taghi	MA		0	Africa/Casablanca	33.06089	-7.23306				06	461		
10936611	Hay Dehar	hay-dehar	MA		0	Africa/Casablanca	33.06334	-7.23782				06	461		
10936612	Douar Zahraoui	douar-zahraoui	MA		0	Africa/Casablanca	33.05849	-7.2348				06	461		
10936616	Douar Laazazya	douar-laazazya	MA		0	Africa/Casablanca	33.05248	-7.24126				06	461		
10936617	Douar Ben Taghi Guchouana	douar-ben-taghi-guchouana	MA		0	Africa/Casablanca	33.05314	-7.22888				06	461		
10936618	Douar Brataiya	douar-brataiya	MA		0	Africa/Casablanca	33.05134	-7.22188				06	461		
10936622	Douar Oulad Laabiyed	douar-oulad-laabiyed	MA		0	Africa/Casablanca	33.0526	-7.19317				06	461		
10936625	Douar Emmaline Regba	douar-emmaline-regba	MA		0	Africa/Casablanca	33.05316	-7.18057				06	461		
10936627	Douar Emmaline Lahjar	douar-emmaline-lahjar	MA		0	Africa/Casablanca	33.05521	-7.17259				06	461		
10936628	Douar Oulad Abdellah Bou Abid	douar-oulad-abdellah-bou-abid	MA		0	Africa/Casablanca	33.05161	-7.16103				06	461		
10936629	Douar Joualla	douar-joualla	MA		0	Africa/Casablanca	33.05412	-7.15334				06	461		
10936631	Douar Sraghna	douar-sraghna	MA		0	Africa/Casablanca	33.05307	-7.13628				06	461		
10936634	Douar Deher	douar-deher	MA		0	Africa/Casablanca	33.0525	-7.12989				06	461		
10936635	Douar Dbabja	douar-dbabja	MA		0	Africa/Casablanca	33.0501	-7.1259				06	461		
10936636	Douar Oulad Aieha	douar-oulad-aieha	MA		0	Africa/Casablanca	33.04554	-7.12438				06	461		
10936637	Douar Oulad Cheikh Sidi Rahal	douar-oulad-cheikh-sidi-rahal	MA		0	Africa/Casablanca	33.04656	-7.1409				06	461		
10936639	Douar Oulad Rahal El Afsa	douar-oulad-rahal-el-afsa	MA		0	Africa/Casablanca	33.04257	-7.14736				06	461		
10936640	Douar Oulad Abdellah	douar-oulad-abdellah	MA		0	Africa/Casablanca	33.04667	-7.16047				06	461		
10936643	Douar Oulad Massouda	douar-oulad-massouda	MA		0	Africa/Casablanca	33.04651	-7.19139				06	461		
10936644	Douar Emmaline Lahjar Lahmar	douar-emmaline-lahjar-lahmar	MA		0	Africa/Casablanca	33.04662	-7.20907				06	461		
10936648	Douar Lefrayech	douar-lefrayech	MA		0	Africa/Casablanca	33.03731	-7.22894				06	461		
10936652	Douar Mhalla	douar-mhalla	MA		0	Africa/Casablanca	33.04044	-7.20315				06	461		
10936653	Douar Chlihat Lalla Khaddi	douar-chlihat-lalla-khaddi	MA		0	Africa/Casablanca	33.03343	-7.21014				06	461		
10936654	Douar Oulad El Haj Zizoune	douar-oulad-el-haj-zizoune	MA		0	Africa/Casablanca	33.03854	-7.19851				06	461		
10936655	Douar Oulad Cheikh Arbaoua	douar-oulad-cheikh-arbaoua	MA		0	Africa/Casablanca	33.03557	-7.18675				06	461		
10936656	Douar Oulad Cheikh	douar-oulad-cheikh	MA		0	Africa/Casablanca	33.03877	-7.17826				06	461		
10936657	Douar Oulad El Haj Rahal	douar-oulad-el-haj-rahal	MA		0	Africa/Casablanca	33.03258	-7.17821				06	461		
10936659	Douar Bir Khadda	douar-bir-khadda	MA		0	Africa/Casablanca	33.03054	-7.16107				06	461		
10936664	Douar Oulad Taghi Nador	douar-oulad-taghi-nador	MA		0	Africa/Casablanca	33.04075	-7.13223				06	461		
10936666	Douar Khmalcha	douar-khmalcha	MA		0	Africa/Casablanca	33.02316	-7.12908				06	461		
10936670	Douar Oulad Moumene	douar-oulad-moumene	MA		0	Africa/Casablanca	33.02105	-7.15852				06	461		
10936671	Douar Emmaline Zanibi	douar-emmaline-zanibi	MA		0	Africa/Casablanca	33.02121	-7.17484				06	461		
10936674	Douar Chlihat	douar-chlihat	MA		0	Africa/Casablanca	33.02508	-7.21106				06	461		
10936676	Douar Lghorraf	douar-lghorraf	MA		0	Africa/Casablanca	33.02701	-7.2233				06	461		
10936677	Douar Lharcha	douar-lharcha	MA		0	Africa/Casablanca	33.0206	-7.22076				06	461		
10936679	Douar Oulad El Akroune	douar-oulad-el-akroune	MA		0	Africa/Casablanca	33.01713	-7.21804				06	461		
10936680	Douar Oulad Berkane	douar-oulad-berkane	MA		0	Africa/Casablanca	33.01663	-7.22566				06	461		
10936681	Douar Lgour	douar-lgour	MA		0	Africa/Casablanca	33.03075	-7.22815				06	461		
10936685	Douar Charqaoua	douar-charqaoua	MA		0	Africa/Casablanca	33.01371	-7.24302				06	461		
10936686	Douar Oulad Dikou	douar-oulad-dikou	MA		0	Africa/Casablanca	33.00551	-7.24658				06	461		
10936687	Douar Oulad El Gharri	douar-oulad-el-gharri	MA		0	Africa/Casablanca	33.01488	-7.22349				06	461		
10936688	Douar Charqaoua Morsliyyine	douar-charqaoua-morsliyyine	MA		0	Africa/Casablanca	33.01236	-7.21272				06	461		
10936690	Douar Oulad Ebbirika	douar-oulad-ebbirika	MA		0	Africa/Casablanca	33.00747	-7.2098				06	461		
10936693	Douar Lemaiz	douar-lemaiz	MA		0	Africa/Casablanca	33.01562	-7.20471				06	461		
10936694	Douar Lemhafla	douar-lemhafla	MA		0	Africa/Casablanca	33.01137	-7.18881				06	461		
10936695	Douar Oulad Mhamed	douar-oulad-mhamed	MA		0	Africa/Casablanca	33.0066	-7.18025				06	461		
10936697	Douar Oulad Mhamed Ben Abdellah	douar-oulad-mhamed-ben-abdellah	MA		0	Africa/Casablanca	33.00747	-7.17046				06	461		
10936699	Douar Oulad El Arbi Ben Mekki	douar-oulad-el-arbi-ben-mekki	MA		0	Africa/Casablanca	33.01461	-7.16816				06	461		
10936700	Douar Lehrarfa	douar-lehrarfa	MA		0	Africa/Casablanca	33.00937	-7.16413				06	461		
10936705	Douar Lehouayech	douar-lehouayech	MA		0	Africa/Casablanca	33.00039	-7.12924				06	461		
10936707	Douar Taiba	douar-taiba	MA		0	Africa/Casablanca	33.00322	-7.15606				06	461		
10936708	Douar Toualeb	douar-toualeb	MA		0	Africa/Casablanca	32.99874	-7.15713				06	461		
10936711	Douar Oulad El Haj	douar-oulad-el-haj	MA		0	Africa/Casablanca	33.00284	-7.19732				06	461		
10936713	Douar Trayeg	douar-trayeg	MA		0	Africa/Casablanca	33.00639	-7.22949				06	461		
10936724	Douar Oulad Cheikh El Haj	douar-oulad-cheikh-el-haj	MA		0	Africa/Casablanca	33.11726	-7.1309				06	461		
10936725	Douar Lehrahra Oulad Hammou	douar-lehrahra-oulad-hammou	MA		0	Africa/Casablanca	33.10417	-7.24924				06	461		
10936729	Douar Oulad Saleh	douar-oulad-saleh	MA		0	Africa/Casablanca	33.12282	-7.1296				06	461		
10936730	Douar Bni Immane Kherabeha	douar-bni-immane-kherabeha	MA		0	Africa/Casablanca	33.12452	-7.21289				06	461		
10936917	Dar Reqiya	dar-reqiya	MA		0	Africa/Casablanca	33.6168	-6.48754				04	291		
10936919	Dar Chargui Ben Louazni	dar-chargui-ben-louazni	MA		0	Africa/Casablanca	33.6141	-6.4739				04	291		
10936922	Dar Bou Amar	dar-bou-amar	MA		0	Africa/Casablanca	33.60914	-6.47123				04	291		
10936924	Oulad Cheikh Hassan	oulad-cheikh-hassan	MA		0	Africa/Casablanca	33.61575	-6.44862				04	291		
10937020	Dar Choukri Ahmed	dar-choukri-ahmed	MA		0	Africa/Casablanca	33.61053	-6.42495				04	291		
10937028	Dar Kettani	dar-kettani	MA		0	Africa/Casablanca	33.60671	-6.40029				04	291		
10937034	Dar Ahmed Harti	dar-ahmed-harti	MA		0	Africa/Casablanca	33.60296	-6.43836				04	291		
10937036	Oulad Chekour	oulad-chekour	MA		0	Africa/Casablanca	33.60472	-6.46331				04	291		
10937040	Dar El Caid Moul Blad	dar-el-caid-moul-blad	MA		0	Africa/Casablanca	33.59696	-6.47135				04	291		
10937042	Mharza	mharza	MA		0	Africa/Casablanca	33.59564	-6.44799				04	291		
10937043	Douar Lekrarma	douar-lekrarma	MA		0	Africa/Casablanca	33.59828	-6.42247				04	291		
10937058	Jemaat Moul Blad	jemaat-moul-blad	MA		0	Africa/Casablanca	33.58772	-6.42659				04	291		
10937061	Oulad Alira	oulad-alira	MA		0	Africa/Casablanca	33.58888	-6.43634				04	291		
10937070	Douar Oulad Barka	douar-oulad-barka	MA		0	Africa/Casablanca	33.58809	-6.48528				04	291		
10937071	Zouayriya	zouayriya	MA		0	Africa/Casablanca	33.57671	-6.4817				04	291		
10937072	Tamesna	tamesna	MA		0	Africa/Casablanca	33.57539	-6.47531				04	291		
10937077	Zaghaoui	zaghaoui	MA		0	Africa/Casablanca	33.5706	-6.42701				04	291		
10937098	Oulad Ben Saleh	oulad-ben-saleh	MA		0	Africa/Casablanca	33.55255	-6.43259				04	291		
10937103	Douar Oulad Barka	douar-oulad-barka	MA		0	Africa/Casablanca	33.55603	-6.48562				04	291		
10937105	Douar Chaatta	douar-chaatta	MA		0	Africa/Casablanca	33.54871	-6.48401				04	291		
10937106	Oulad Rahou	oulad-rahou	MA		0	Africa/Casablanca	33.55401	-6.48813				04	291		
10937107	Douar Oulad Aissa Ben El Arbi	douar-oulad-aissa-ben-el-arbi	MA		0	Africa/Casablanca	33.5475	-6.49606				04	291		
10937113	Douar Oulad Berhil	douar-oulad-berhil	MA		0	Africa/Casablanca	33.53043	-6.48712				04	291		
10937115	Dar Naciri	dar-naciri	MA		0	Africa/Casablanca	33.54015	-6.45431				04	291		
10937128	Jorf Lahmar	jorf-lahmar	MA		0	Africa/Casablanca	33.53046	-6.41815				04	291		
10937138	Rehahliya	rehahliya	MA		0	Africa/Casablanca	33.52638	-6.46123				04	291		
10937142	Oulad Aissa	oulad-aissa	MA		0	Africa/Casablanca	33.52392	-6.48338				04	291		
10937144	Amimiyat Oulad Aissa	amimiyat-oulad-aissa	MA		0	Africa/Casablanca	33.51803	-6.47283				04	291		
10937172	Toumiyat	toumiyat	MA		0	Africa/Casablanca	33.51079	-6.46305				04	291		
10937175	Terrahla	terrahla	MA		0	Africa/Casablanca	33.49886	-6.46863				04	291		
10937177	Oulad Sidi Ben Damou	oulad-sidi-ben-damou	MA		0	Africa/Casablanca	33.50404	-6.48982				04	291		
10937186	Coopérative Nacer	cooperative-nacer	MA		0	Africa/Casablanca	33.57345	-6.45862				04	291		
10937203	Douar Ait Slimane	douar-ait-slimane	MA		0	Africa/Casablanca	33.60679	-6.22265				04	291		
10937207	Ait Tounart	ait-tounart	MA		0	Africa/Casablanca	33.59902	-6.23128				04	291		
10937211	Douar Smaala	douar-smaala	MA		0	Africa/Casablanca	33.58482	-6.20905				04	291		
10937216	Douar Echorfa	douar-echorfa	MA		0	Africa/Casablanca	33.56743	-6.23769				04	291		
10937224	Ait Mhamed	ait-mhamed	MA		0	Africa/Casablanca	33.55654	-6.22285				04	291		
10937225	El Qourchi	el-qourchi	MA		0	Africa/Casablanca	33.55579	-6.21931				04	291		
10937229	Ait Khallouf	ait-khallouf	MA		0	Africa/Casablanca	33.55177	-6.22439				04	291		
10937230	Douar Ait Ben Bouhou	douar-ait-ben-bouhou	MA		0	Africa/Casablanca	33.55001	-6.23263				04	291		
10937242	Dar Sammama Mohamed	dar-sammama-mohamed	MA		0	Africa/Casablanca	33.52512	-6.22233				04	291		
10937243	Ait Mhamed	ait-mhamed	MA		0	Africa/Casablanca	33.52184	-6.22988				04	291		
10937254	Dar El Assioui Moussa	dar-el-assioui-moussa	MA		0	Africa/Casablanca	33.50535	-6.20988				04	291		
10937262	Ait Hajji	ait-hajji	MA		0	Africa/Casablanca	33.49939	-6.21879				04	291		
10937267	Dar Ben Daoud Smiaali	dar-ben-daoud-smiaali	MA		0	Africa/Casablanca	33.54804	-6.24334				04	291		
10937293	Azibat Echorfa	azibat-echorfa	MA		0	Africa/Casablanca	33.55793	-6.17095				04	291		
10937298	Dar Ou Sghir Mohamed Ben Bouazza	dar-ou-sghir-mohamed-ben-bouazza	MA		0	Africa/Casablanca	33.53362	-6.2002				04	291		
10937301	Dar El Mekki Abdessadeq	dar-el-mekki-abdessadeq	MA		0	Africa/Casablanca	33.5328	-6.18983				04	291		
10937305	Dar Fatima Alla Bent Bouazza	dar-fatima-alla-bent-bouazza	MA		0	Africa/Casablanca	33.52797	-6.19539				04	291		
10937310	Dar Oulad Echarqaoui Mohamed	dar-oulad-echarqaoui-mohamed	MA		0	Africa/Casablanca	33.5181	-6.19842				04	291		
10937315	Ait Lamrani	ait-lamrani	MA		0	Africa/Casablanca	33.51477	-6.19466				04	291		
10937316	Douar Ait Yahya	douar-ait-yahya	MA		0	Africa/Casablanca	33.51337	-6.1993				04	291		
10937319	Dar Lahdili Abdelkabir	dar-lahdili-abdelkabir	MA		0	Africa/Casablanca	33.50695	-6.19483				04	291		
10937324	Dar Berrahou Hammou	dar-berrahou-hammou	MA		0	Africa/Casablanca	33.50221	-6.17488				04	291		
10937339	Dar Oulad Mohamed Echriqi	dar-oulad-mohamed-echriqi	MA		0	Africa/Casablanca	33.60726	-6.14217				04	291		
10937418	Aftas	aftas	MA		0	Africa/Casablanca	30.02094	-9.70817				09	163		
10937446	Lqasbat	lqasbat	MA		0	Africa/Casablanca	30.02337	-9.63999				09	163		
10937447	Tighermine	tighermine	MA		0	Africa/Casablanca	30.01516	-9.6551				09	163		
10937448	Areddam	areddam	MA		0	Africa/Casablanca	30.01396	-9.63801				09	163		
10937450	Iggui Igmir	iggui-igmir	MA		0	Africa/Casablanca	30.00693	-9.64203				09	163		
10937452	Ida ou Mahya	ida-ou-mahya	MA		0	Africa/Casablanca	30.00053	-9.66166				09	163		
10937454	Ait Yahya	ait-yahya	MA		0	Africa/Casablanca	30.0083	-9.65655				09	163		
10937458	Sidi Ouassay	sidi-ouassay	MA		0	Africa/Casablanca	30.05589	-9.68512		Sidi Ouassay		09	163		
10937476	Oulad Moumene	oulad-moumene	MA		0	Africa/Casablanca	34.07556	-6.61518				04	441		
10937477	Laatamna	laatamna	MA		0	Africa/Casablanca	34.07227	-6.62119				04	441		
10937479	Oulad Hlal	oulad-hlal	MA		0	Africa/Casablanca	34.06344	-6.61478				04	441		
10937482	Douar Bir Hmar	douar-bir-hmar	MA		0	Africa/Casablanca	34.0385	-6.62107				04	441		
10937484	Oulad Kamel	oulad-kamel	MA		0	Africa/Casablanca	34.0019	-6.60547				04	441		
10937485	Relaïs Hertezien	relais-hertezien	MA		0	Africa/Casablanca	34.00013	-6.60275				04	441		
10937487	Oulad Miloud	oulad-miloud	MA		0	Africa/Casablanca	34.12021	-6.56098				04	281		
10937488	Douar Machraa Lkattane	douar-machraa-lkattane	MA		0	Africa/Casablanca	34.1105	-6.55682				04	281		
10937489	Oulad Laiyyachi	oulad-laiyyachi	MA		0	Africa/Casablanca	34.10779	-6.58512				04	441		
10937490	Oulad Taleb Lahouabra	oulad-taleb-lahouabra	MA		0	Africa/Casablanca	34.09834	-6.56819				04	441		
10937494	Ait Bouhou	ait-bouhou	MA		0	Africa/Casablanca	34.00523	-6.57921				04	441		
10937502	Ait Bou Tayyeb	ait-bou-tayyeb	MA		0	Africa/Casablanca	34.05756	-6.50698				04	291		
10937503	Douar Ait Ben Qassou	douar-ait-ben-qassou	MA		0	Africa/Casablanca	34.05465	-6.50428				04	291		
10937505	Douar Ridane	douar-ridane	MA		0	Africa/Casablanca	34.04068	-6.49853				04	291		
10937506	Ait Bouhou	ait-bouhou	MA		0	Africa/Casablanca	34.03642	-6.50912				04	291		
10937507	Ait Ben Amer	ait-ben-amer	MA		0	Africa/Casablanca	34.03506	-6.52566				04	291		
10937509	Ait Ben Amer	ait-ben-amer	MA		0	Africa/Casablanca	34.01932	-6.51846				04	291		
10937510	Douar Lbaloul	douar-lbaloul	MA		0	Africa/Casablanca	34.01667	-6.52427				04	291		
10937511	Hay Ben Kirane	hay-ben-kirane	MA		0	Africa/Casablanca	34.01737	-6.53015				04	291		
10937512	Douar Ait Ali Lahsene	douar-ait-ali-lahsene	MA		0	Africa/Casablanca	34.01081	-6.51265				04	291		
10937513	Hay Nasr	hay-nasr	MA		0	Africa/Casablanca	34.00929	-6.53133				04	291		
10937514	Caïdat	caidat	MA		0	Africa/Casablanca	34.01333	-6.53203				04	291		
10937515	Frigot	frigot	MA		0	Africa/Casablanca	34.01103	-6.52482				04	291		
10937528	Douar Bir Lahmar	douar-bir-lahmar	MA		0	Africa/Casablanca	34.06855	-6.62442				04	441		
10937557	Chlihat	chlihat	MA		0	Africa/Casablanca	34.28525	-6.64443				04	281		
10937558	Bir Gouaouech	bir-gouaouech	MA		0	Africa/Casablanca	34.28064	-6.64593				04	281		
10937564	Qiyyada	qiyyada	MA		0	Africa/Casablanca	34.26439	-6.64579				04	281		
10937565	Qasbet Mehdya	qasbet-mehdya	MA		0	Africa/Casablanca	34.26199	-6.65012				04	281		
10937567	Haddada	haddada	MA		0	Africa/Casablanca	34.26508	-6.62743				04	281		
10937568	Oulad Oujih	oulad-oujih	MA		0	Africa/Casablanca	34.25674	-6.62355				04	281		
10937604	Bahharet Oulad Ayyad	bahharet-oulad-ayyad	MA		0	Africa/Casablanca	34.74113	-6.35223				04	281		
10937610	Tziret Sidi Hammou	tziret-sidi-hammou	MA		0	Africa/Casablanca	34.7368	-6.35597				04	281		
10937613	Bahharet Chhibet Oulad Ayyad	bahharet-chhibet-oulad-ayyad	MA		0	Africa/Casablanca	34.71941	-6.36133				04	281		
10937616	Bahhare Tbabaa	bahhare-tbabaa	MA		0	Africa/Casablanca	34.70834	-6.36698				04	281		
10937620	Bahharet Oulad Moussa	bahharet-oulad-moussa	MA		0	Africa/Casablanca	34.70406	-6.3685				04	281		
10937623	Nafkhat	nafkhat	MA		0	Africa/Casablanca	34.68865	-6.34161				04	281		
10937625	Maayzat	maayzat	MA		0	Africa/Casablanca	34.68104	-6.34698				04	281		
10937630	Hannak	hannak	MA		0	Africa/Casablanca	34.67392	-6.35039				04	281		
10937639	Douar Mriss	douar-mriss	MA		0	Africa/Casablanca	34.63614	-6.33949				04	281		
10937642	Dayet Smar	dayet-smar	MA		0	Africa/Casablanca	34.62656	-6.3341				04	281		
10937644	Lhaddiouiyat	lhaddiouiyat	MA		0	Africa/Casablanca	34.74128	-6.30876				04	281		
10937653	Oulad Assem	oulad-assem	MA		0	Africa/Casablanca	34.72629	-6.30908				04	281		
10937658	Oulad Lhaj Hammarni	oulad-lhaj-hammarni	MA		0	Africa/Casablanca	34.70962	-6.31603				04	281		
10937659	Lamhasra Oulad Yahya	lamhasra-oulad-yahya	MA		0	Africa/Casablanca	34.71218	-6.29949				04	281		
10937660	Oulad Lhaj Tami	oulad-lhaj-tami	MA		0	Africa/Casablanca	34.70992	-6.30438				04	281		
10937662	Dayet Oum Hssina	dayet-oum-hssina	MA		0	Africa/Casablanca	34.71326	-6.29556				04	281		
10937670	Douar Sagmet	douar-sagmet	MA		0	Africa/Casablanca	34.69376	-6.29211				04	281		
10937671	Coopérative Libtihaj	cooperative-libtihaj	MA		0	Africa/Casablanca	34.6919	-6.299				04	281		
10937673	Coopérative Lmaaroufiya	cooperative-lmaaroufiya	MA		0	Africa/Casablanca	34.68764	-6.29777				04	281		
10937674	Coopérative Safsafat	cooperative-safsafat	MA		0	Africa/Casablanca	34.68643	-6.30953				04	281		
10937675	Coopérative Lkordohiya	cooperative-lkordohiya	MA		0	Africa/Casablanca	34.68457	-6.30368				04	281		
10937676	Coopérative Oued El Makhazine	cooperative-oued-el-makhazine	MA		0	Africa/Casablanca	34.68242	-6.30438				04	281		
10937680	Jnane Zizouna	jnane-zizouna	MA		0	Africa/Casablanca	34.67152	-6.30481				04	281		
10937686	Oulad Lghoumari	oulad-lghoumari	MA		0	Africa/Casablanca	34.65341	-6.30827				04	281		
10937690	Dar Laalam Nayna	dar-laalam-nayna	MA		0	Africa/Casablanca	34.6447	-6.30554				04	281		
10937691	Sahraoua	sahraoua	MA		0	Africa/Casablanca	34.64114	-6.30213				04	281		
10937692	Douar Zhir	douar-zhir	MA		0	Africa/Casablanca	34.63454	-6.30597				04	281		
10937693	Coopérative Lfath	cooperative-lfath	MA		0	Africa/Casablanca	34.63886	-6.29516				04	281		
10937694	Coopérative Rida	cooperative-rida	MA		0	Africa/Casablanca	34.63568	-6.29471				04	281		
10937695	Coopérative Lkordohiya	cooperative-lkordohiya	MA		0	Africa/Casablanca	34.6354	-6.29676				04	281		
10937696	Coopérative Lamjad	cooperative-lamjad	MA		0	Africa/Casablanca	34.63222	-6.29604				04	281		
10937697	Coopérative Oued El Makhazine	cooperative-oued-el-makhazine	MA		0	Africa/Casablanca	34.63229	-6.29338				04	281		
10937699	Dar Bouaouda	dar-bouaouda	MA		0	Africa/Casablanca	34.62675	-6.32947				04	281		
10937703	Douar Chlihat	douar-chlihat	MA		0	Africa/Casablanca	34.62935	-6.30513				04	281		
10937711	Sidi Mohamed Lahmar	sidi-mohamed-lahmar	MA		0	Africa/Casablanca	34.72464	-6.27248		Sidi Mohamed Lahmar		04	281		
10937713	Dar Lmaali Abdesslam	dar-lmaali-abdesslam	MA		0	Africa/Casablanca	34.72458	-6.26063				04	281		
10937715	Douar Laayaycha	douar-laayaycha	MA		0	Africa/Casablanca	34.7171	-6.25848				04	281		
10937716	Oulad Kacem	oulad-kacem	MA		0	Africa/Casablanca	34.71237	-6.25016				04	281		
10937717	Douar Bzaytat	douar-bzaytat	MA		0	Africa/Casablanca	34.71534	-6.26799				04	281		
10937718	Oulad Abdellah	oulad-abdellah	MA		0	Africa/Casablanca	34.70539	-6.25593				04	281		
10937719	Douar Slatna	douar-slatna	MA		0	Africa/Casablanca	34.70484	-6.27389				04	281		
10937720	Oulad Lmira	oulad-lmira	MA		0	Africa/Casablanca	34.70005	-6.26584				04	281		
10937768	Coopérative Lfath	cooperative-lfath	MA		0	Africa/Casablanca	34.86556	-6.22045		Cooperative Lfath,Coopérative Lfath		04	281		
10937769	Douar Lhofra	douar-lhofra	MA		0	Africa/Casablanca	34.87254	-6.21725		Douar Lhofra,Lhofra		04	281		
10937770	Dar Mohamed Ould Lkhattab	dar-mohamed-ould-lkhattab	MA		0	Africa/Casablanca	34.86785	-6.21764				04	281		
10937771	Coopérative Nasr	cooperative-nasr	MA		0	Africa/Casablanca	34.86683	-6.21393		Cooperative Nasr,Coopérative Nasr		04	281		
10937773	Leksaksa	leksaksa	MA		0	Africa/Casablanca	34.86435	-6.21854				04	281		
10937777	Oulad Allal	oulad-allal	MA		0	Africa/Casablanca	34.60453	-6.09898				04	481		
10937780	Oulad Abdlmoula	oulad-abdlmoula	MA		0	Africa/Casablanca	34.60488	-6.11617				04	481		
10937781	Oulad Riyahi	oulad-riyahi	MA		0	Africa/Casablanca	34.6061	-6.12169				04	481		
10937784	Oulad Hammou	oulad-hammou	MA		0	Africa/Casablanca	34.53331	-6.03726				04	481		
10937785	Oulad Jalloul	oulad-jalloul	MA		0	Africa/Casablanca	34.53686	-6.01119				04	481		
10937786	Oulad Abdellah	oulad-abdellah	MA		0	Africa/Casablanca	34.53622	-6.02119				04	481		
10937788	Oulad Laamriya	oulad-laamriya	MA		0	Africa/Casablanca	34.56697	-6.01274				04	481		
10937789	Chraqa	chraqa	MA		0	Africa/Casablanca	34.56735	-6.01562				04	481		
10937790	Gabbas Louad	gabbas-louad	MA		0	Africa/Casablanca	34.5684	-6.01448				04	481		
10937791	Oulad Ja Ben Tami	oulad-ja-ben-tami	MA		0	Africa/Casablanca	34.57041	-6.01519				04	481		
10937792	Coopérative Lhachmiya	cooperative-lhachmiya	MA		0	Africa/Casablanca	34.57016	-6.02607		Cooperative Lhachmiya,Coopérative Lhachmiya		04	481		
10937793	Coopérative Mabrouka	cooperative-mabrouka	MA		0	Africa/Casablanca	34.57414	-6.02695		Cooperative Mabrouka,Coopérative Mabrouka		04	481		
10937794	Cooperative Lemnara	cooperative-lemnara	MA		0	Africa/Casablanca	34.56972	-6.03079				04	481		
10937795	Mghiten Oulad Mbarek	mghiten-oulad-mbarek	MA		0	Africa/Casablanca	34.56306	-6.01491				04	481		
10937796	Mghiten Oulad Dhich	mghiten-oulad-dhich	MA		0	Africa/Casablanca	34.61222	-6.11535				04	281		
10937799	Lemaadga	lemaadga	MA		0	Africa/Casablanca	34.61131	-6.09302				04	281		
10937805	Joarane	joarane	MA		0	Africa/Casablanca	34.5264	-6.06794				04	481		
10937808	Touassa	touassa	MA		0	Africa/Casablanca	34.61926	-6.00271				04	481		
10937809	Douar Gabbas Rmel	douar-gabbas-rmel	MA		0	Africa/Casablanca	34.62351	-6.00749				04	481		
10937810	Triaat	triaat	MA		0	Africa/Casablanca	34.61892	-6.00626				04	481		
10937811	Achachet Bou Mangach	achachet-bou-mangach	MA		0	Africa/Casablanca	34.62331	-6.01478				04	481		
10937815	Allag	allag	MA		0	Africa/Casablanca	34.53523	-6.03883				04	481		
10937816	Oulad Laarbi	oulad-laarbi	MA		0	Africa/Casablanca	34.52796	-6.04188				04	481		
10937818	Coopérative Lmokhtariya	cooperative-lmokhtariya	MA		0	Africa/Casablanca	34.53937	-6.0599		Cooperative Lmokhtariya,Coopérative Lmokhtariya		04	481		
10937821	Lemkhachim Jouta	lemkhachim-jouta	MA		0	Africa/Casablanca	34.53704	-6.02818				04	481		
10937823	Choera	choera	MA		0	Africa/Casablanca	34.54417	-6.04045				04	481		
10937824	Dar Kaoukaou	dar-kaoukaou	MA		0	Africa/Casablanca	34.54207	-6.03744				04	481		
10937825	Dar Lhaj Hommada	dar-lhaj-hommada	MA		0	Africa/Casablanca	34.54505	-6.05572				04	481		
10937827	Mghiten Oulad Leghmiri	mghiten-oulad-leghmiri	MA		0	Africa/Casablanca	34.60043	-6.02703				04	481		
10937828	Hsinat	hsinat	MA		0	Africa/Casablanca	34.60171	-6.02634				04	481		
10937829	Lalla Masbahiya	lalla-masbahiya	MA		0	Africa/Casablanca	34.60057	-6.03123				04	481		
10937832	Fourar	fourar	MA		0	Africa/Casablanca	34.59256	-6.0199				04	481		
10937836	Oulad Maaraf	oulad-maaraf	MA		0	Africa/Casablanca	34.56532	-6.04694				04	481		
10937838	Zouayed	zouayed	MA		0	Africa/Casablanca	34.61495	-6.09844				04	281		
10937839	Zouayed	zouayed	MA		0	Africa/Casablanca	34.62032	-6.11569				04	281		
10937842	Azib Boughal	azib-boughal	MA		0	Africa/Casablanca	34.6017	-6.08398				04	281		
10937845	Dar Nahri Ahmed	dar-nahri-ahmed	MA		0	Africa/Casablanca	34.59168	-6.11518				04	481		
10937847	Hammanat	hammanat	MA		0	Africa/Casablanca	34.59538	-6.09729				04	481		
10937848	Naqqacha	naqqacha	MA		0	Africa/Casablanca	34.59347	-6.09675				04	481		
10937849	Oulad Ahmed	oulad-ahmed	MA		0	Africa/Casablanca	34.58884	-6.1022				04	481		
10937850	Dar Khouader Mohamed	dar-khouader-mohamed	MA		0	Africa/Casablanca	34.58347	-6.11759				04	481		
10937858	Sminat	sminat	MA		0	Africa/Casablanca	34.60935	-6.06988				04	281		
10937860	Aribat	aribat	MA		0	Africa/Casablanca	34.60488	-6.06184				04	281		
10937861	Baabcha Louad	baabcha-louad	MA		0	Africa/Casablanca	34.60403	-6.04514				04	481		
10937862	Lqitna	lqitna	MA		0	Africa/Casablanca	34.60563	-6.04126				04	481		
10937867	Laazib	laazib	MA		0	Africa/Casablanca	34.60615	-6.08021				04	281		
10937869	Lekraouet	lekraouet	MA		0	Africa/Casablanca	34.59597	-6.04952				04	481		
10937870	Laabarqa	laabarqa	MA		0	Africa/Casablanca	34.59638	-6.04504				04	481		
10937881	Hattat	hattat	MA		0	Africa/Casablanca	34.57646	-6.04641				04	481		
10937882	Lebghadda	lebghadda	MA		0	Africa/Casablanca	34.57381	-6.04377				04	481		
10937883	Leababssa	leababssa	MA		0	Africa/Casablanca	34.56962	-6.04879				04	481		
10937885	Coopérative Lmountaza	cooperative-lmountaza	MA		0	Africa/Casablanca	34.56797	-6.07486		Cooperative Lmountaza,Coopérative Lmountaza		04	481		
10937892	Oulad Boubker	oulad-boubker	MA		0	Africa/Casablanca	34.60789	-6.03784				04	481		
10937893	Lhiriyat	lhiriyat	MA		0	Africa/Casablanca	34.6028	-6.03479				04	481		
10937895	Lhassouni	lhassouni	MA		0	Africa/Casablanca	34.59588	-6.0108				04	481		
10937904	Safsaf	safsaf	MA		0	Africa/Casablanca	34.56271	-6.00274				04	481		
10937905	Coopérative Lmokhtariya	cooperative-lmokhtariya	MA		0	Africa/Casablanca	34.55978	-6.00666		Cooperative Lmokhtariya,Coopérative Lmokhtariya		04	481		
10937907	Qaryet Safsaf	qaryet-safsaf	MA		0	Africa/Casablanca	34.55811	-6.00724				04	481		
10937908	Coopérative Noumou	cooperative-noumou	MA		0	Africa/Casablanca	34.55509	-6.00729		Cooperative Noumou,Coopérative Noumou		04	481		
10937913	Dar Lhaj Ziyyad Roououan	dar-lhaj-ziyyad-roououan	MA		0	Africa/Casablanca	34.52181	-6.01098				04	481		
10937914	Souamna	souamna	MA		0	Africa/Casablanca	34.52018	-6.02506				04	481		
10937919	Caida	caida	MA		0	Africa/Casablanca	34.56402	-6.00415				04	481		
10937920	Dar Mohamed Limarif	dar-mohamed-limarif	MA		0	Africa/Casablanca	34.62286	-6.12402				04	281		
10937952	Laaouina	laaouina	MA		0	Africa/Casablanca	34.86176	-6.21337				04	281		
10937954	Douar El Caid	douar-el-caid	MA		0	Africa/Casablanca	34.84986	-6.21992				04	281		
10937968	Dar Mohamed Ben Ali	dar-mohamed-ben-ali	MA		0	Africa/Casablanca	34.80713	-6.22144				04	281		
10937970	Lebdaoua	lebdaoua	MA		0	Africa/Casablanca	34.80281	-6.21442				04	281		
10937972	Lehssinat	lehssinat	MA		0	Africa/Casablanca	34.79204	-6.21765				04	281		
10937974	Chrikat	chrikat	MA		0	Africa/Casablanca	34.79069	-6.21396				04	281		
10937975	Dar Abdeslam Oueld Taher	dar-abdeslam-oueld-taher	MA		0	Africa/Casablanca	34.78937	-6.20988				04	281		
10937976	Dar Mohamed Hmida	dar-mohamed-hmida	MA		0	Africa/Casablanca	34.78746	-6.21231				04	281		
10937979	Darqaoua	darqaoua	MA		0	Africa/Casablanca	34.77261	-6.23463				04	281		
10937980	Oulad Mrah	oulad-mrah	MA		0	Africa/Casablanca	34.77608	-6.21877				04	281		
10937981	Qmijjat	qmijjat	MA		0	Africa/Casablanca	34.76954	-6.22111				04	281		
10937986	Dar Lhaj Benchrif	dar-lhaj-benchrif	MA		0	Africa/Casablanca	34.76057	-6.21652				04	281		
10937987	Oulad Makhrout	oulad-makhrout	MA		0	Africa/Casablanca	34.76088	-6.21218				04	281		
10937988	Oulad Baydal	oulad-baydal	MA		0	Africa/Casablanca	34.75736	-6.213				04	281		
10937989	Oulad Lbadoui	oulad-lbadoui	MA		0	Africa/Casablanca	34.75284	-6.21435				04	281		
10937990	Oulad Lemfaddel	oulad-lemfaddel	MA		0	Africa/Casablanca	34.74796	-6.2207				04	281		
10937992	Oulad Belhaj	oulad-belhaj	MA		0	Africa/Casablanca	34.75166	-6.24242				04	281		
10937997	Coopérative Louahda	cooperative-louahda	MA		0	Africa/Casablanca	34.86736	-6.17026		Cooperative Louahda,Coopérative Louahda		04	281		
10937999	Douar Lekbir	douar-lekbir	MA		0	Africa/Casablanca	34.85727	-6.16445				04	281		
10938001	Gasbaya	gasbaya	MA		0	Africa/Casablanca	34.85659	-6.20489				04	281		
10938002	Kriddat	kriddat	MA		0	Africa/Casablanca	34.84905	-6.19123				04	281		
10938004	Oulad Mohamed Rami	oulad-mohamed-rami	MA		0	Africa/Casablanca	34.8491	-6.18608				04	281		
10938005	Lhit Oulad Aguil	lhit-oulad-aguil	MA		0	Africa/Casablanca	34.84653	-6.18099				04	281		
10938007	Dar Ahmed Ben Zina	dar-ahmed-ben-zina	MA		0	Africa/Casablanca	34.84669	-6.16996				04	281		
10938011	Coopérative Adrader	cooperative-adrader	MA		0	Africa/Casablanca	34.84257	-6.20013		Cooperative Adrader,Coopérative Adrader		04	281		
10938018	Dar Allal Oueld Salem	dar-allal-oueld-salem	MA		0	Africa/Casablanca	34.82651	-6.18052				04	281		
10938020	Lemkimel	lemkimel	MA		0	Africa/Casablanca	34.81872	-6.18307				04	281		
10938023	Leghoualma	leghoualma	MA		0	Africa/Casablanca	34.80385	-6.19172				04	281		
10938024	Ragraga	ragraga	MA		0	Africa/Casablanca	34.79666	-6.18842				04	281		
10938026	Dar Lhaj Khlifa	dar-lhaj-khlifa	MA		0	Africa/Casablanca	34.79548	-6.20359				04	281		
10938029	Dar Mohamed Sououar	dar-mohamed-sououar	MA		0	Africa/Casablanca	34.79305	-6.19256				04	281		
10938041	Nqirat	nqirat	MA		0	Africa/Casablanca	34.76499	-6.17988				04	281		
10938043	Dar Benakhla Omar	dar-benakhla-omar	MA		0	Africa/Casablanca	34.76342	-6.1926				04	281		
10938045	Oulad Talha Lemtarfa	oulad-talha-lemtarfa	MA		0	Africa/Casablanca	34.76506	-6.19932				04	281		
10938046	Dar Riyahi	dar-riyahi	MA		0	Africa/Casablanca	34.76013	-6.20389				04	281		
10938047	Oulad Drissat Lhasnaouiya	oulad-drissat-lhasnaouiya	MA		0	Africa/Casablanca	34.75706	-6.18479				04	281		
10938048	Oulad Kacem Lhasnaoui	oulad-kacem-lhasnaoui	MA		0	Africa/Casablanca	34.75383	-6.1746				04	281		
10938049	Dar Lhaj Ben Bakhta	dar-lhaj-ben-bakhta	MA		0	Africa/Casablanca	34.75006	-6.17224				04	281		
10938050	Dar Lhaj Sellam	dar-lhaj-sellam	MA		0	Africa/Casablanca	34.75535	-6.20468				04	281		
10938055	Dar Lhaj Lqotbi	dar-lhaj-lqotbi	MA		0	Africa/Casablanca	34.87	-6.14119				04	281		
10938056	Lghachchacha	lghachchacha	MA		0	Africa/Casablanca	34.87139	-6.13819				04	281		
10938058	Dar Lmessioui	dar-lmessioui	MA		0	Africa/Casablanca	34.86715	-6.14087				04	281		
10938060	Oulad Laasri	oulad-laasri	MA		0	Africa/Casablanca	34.85706	-6.15524				04	281		
10938061	Dar Tami Laabbassi	dar-tami-laabbassi	MA		0	Africa/Casablanca	34.85919	-6.14531				04	281		
10938063	Dar Abdelaaziz Ben Azzouz	dar-abdelaaziz-ben-azzouz	MA		0	Africa/Casablanca	34.85074	-6.13846				04	281		
10938064	Dar Ben Aissa	dar-ben-aissa	MA		0	Africa/Casablanca	34.85259	-6.12329				04	281		
10938065	Oueld Karara	oueld-karara	MA		0	Africa/Casablanca	34.85149	-6.12303				04	281		
10938066	Laanabsa	laanabsa	MA		0	Africa/Casablanca	34.85002	-6.12417				04	281		
10938067	Dhar Lehdej	dhar-lehdej	MA		0	Africa/Casablanca	34.84787	-6.12473				04	281		
10938070	Dar Ben Ayyad	dar-ben-ayyad	MA		0	Africa/Casablanca	34.84614	-6.14509				04	281		
10938073	Azib Sidi Ouaddar	azib-sidi-ouaddar	MA		0	Africa/Casablanca	34.84042	-6.16016				04	281		
10938076	Oulad Lhassan Ben Smahiya	oulad-lhassan-ben-smahiya	MA		0	Africa/Casablanca	34.83762	-6.12667				04	281		
10938078	Oulad Ben Azzouz	oulad-ben-azzouz	MA		0	Africa/Casablanca	34.83109	-6.12337				04	281		
10938079	Hommanat	hommanat	MA		0	Africa/Casablanca	34.8249	-6.14008				04	281		
10938081	Lemmarid	lemmarid	MA		0	Africa/Casablanca	34.82393	-6.1253				04	281		
10938082	Leghrassa	leghrassa	MA		0	Africa/Casablanca	34.81955	-6.13867				04	281		
10938083	Oueld Zaariya	oueld-zaariya	MA		0	Africa/Casablanca	34.82221	-6.12455				04	281		
10938084	Dar Oueld Zaariya	dar-oueld-zaariya	MA		0	Africa/Casablanca	34.82011	-6.12436				04	281		
10938085	Douar Bouazza	douar-bouazza	MA		0	Africa/Casablanca	34.81791	-6.13013				04	281		
10938087	Doukkala	doukkala	MA		0	Africa/Casablanca	34.80995	-6.13281				04	281		
10938088	Oulad Lbahraouiya	oulad-lbahraouiya	MA		0	Africa/Casablanca	34.8125	-6.12584				04	281		
10938090	Dar Oueld Damiya	dar-oueld-damiya	MA		0	Africa/Casablanca	34.80491	-6.1546				04	281		
10938091	Oulad Barkate	oulad-barkate	MA		0	Africa/Casablanca	34.80568	-6.13004				04	281		
10938092	Sahraoua	sahraoua	MA		0	Africa/Casablanca	34.80073	-6.13135				04	281		
10938093	Nouadem	nouadem	MA		0	Africa/Casablanca	34.80078	-6.14808				04	281		
10938094	Dar Lhaj Hmida Oueld Jelloul	dar-lhaj-hmida-oueld-jelloul	MA		0	Africa/Casablanca	34.79895	-6.16031				04	281		
10938099	Lmerrasa	lmerrasa	MA		0	Africa/Casablanca	34.77615	-6.13772				04	281		
10938102	Lehfaya	lehfaya	MA		0	Africa/Casablanca	34.77186	-6.15489				04	281		
10938105	Dar Darir Kacem	dar-darir-kacem	MA		0	Africa/Casablanca	34.76917	-6.16255				04	281		
10938106	Dior Bounouar	dior-bounouar	MA		0	Africa/Casablanca	34.7664	-6.15311				04	281		
10938108	Lbbahla	lbbahla	MA		0	Africa/Casablanca	34.76841	-6.12473				04	281		
10938125	Oulad Lhaj Joud	oulad-lhaj-joud	MA		0	Africa/Casablanca	34.75239	-6.20556				04	281		
10938130	Annexe Communale	annexe-communale	MA		0	Africa/Casablanca	34.76885	-6.15289				04	281		
10938131	Oulad Lmakhfi	oulad-lmakhfi	MA		0	Africa/Casablanca	34.87462	-6.12543				04	281		
10938132	Oulad Lkhaoua	oulad-lkhaoua	MA		0	Africa/Casablanca	34.87249	-6.14186				04	281		
10938161	Dar Driss Chafiqi	dar-driss-chafiqi	MA		0	Africa/Casablanca	33.73888	-6.61322				04	291		
10938163	Douar Dhadha	douar-dhadha	MA		0	Africa/Casablanca	33.73394	-6.62097				04	291		
10938164	Douar Feryat	douar-feryat	MA		0	Africa/Casablanca	33.7373	-6.59281				04	291		
10938165	Dar Moussa Mohamed	dar-moussa-mohamed	MA		0	Africa/Casablanca	33.74226	-6.59223				04	291		
10938167	Dar Moussa Abdelkader	dar-moussa-abdelkader	MA		0	Africa/Casablanca	33.73935	-6.57668				04	291		
10938168	Dar Moussa Redouane	dar-moussa-redouane	MA		0	Africa/Casablanca	33.73765	-6.57947				04	291		
10938169	Dar El Haj Mohamed Nasraoui	dar-el-haj-mohamed-nasraoui	MA		0	Africa/Casablanca	33.7348	-6.58273				04	291		
10938170	Dar Moussa Abdelkader	dar-moussa-abdelkader	MA		0	Africa/Casablanca	33.73383	-6.59228				04	291		
10938171	Dar Sarghouni Mohamed	dar-sarghouni-mohamed	MA		0	Africa/Casablanca	33.74229	-6.57198				04	291		
10938174	Douar Oulad Bou Maqla	douar-oulad-bou-maqla	MA		0	Africa/Casablanca	33.74454	-6.54784				04	291		
10938349	Lghicha	lghicha	MA		0	Africa/Casablanca	33.24038	-7.07185				06	111		
10938352	El Mers	el-mers	MA		0	Africa/Casablanca	33.23031	-7.09086				06	111		
10938353	Massoussat	massoussat	MA		0	Africa/Casablanca	33.23729	-7.09668				06	111		
10938358	Doulrat Laachab	doulrat-laachab	MA		0	Africa/Casablanca	33.22552	-7.11157				06	111		
10938360	Jouiyat	jouiyat	MA		0	Africa/Casablanca	33.23026	-7.10655				06	111		
10938364	Aguib Lahrich	aguib-lahrich	MA		0	Africa/Casablanca	33.22123	-7.09322				06	111		
10938368	Oulad Bou Ghezza	oulad-bou-ghezza	MA		0	Africa/Casablanca	33.21376	-7.11305				06	111		
10938369	Lemsandiyine	lemsandiyine	MA		0	Africa/Casablanca	33.21161	-7.11831				06	111		
10938380	Lakhlouta	lakhlouta	MA		0	Africa/Casablanca	33.19647	-7.09837				06	461		
10938384	Douimat	douimat	MA		0	Africa/Casablanca	33.20405	-7.12028				06	111		
10938395	Oulad Laqrafi El Ghaba	oulad-laqrafi-el-ghaba	MA		0	Africa/Casablanca	33.17115	-7.11955				06	461		
10938397	Lemliabat	lemliabat	MA		0	Africa/Casablanca	33.16765	-7.09923				06	461		
10938398	Dar El Haj Saleh	dar-el-haj-saleh	MA		0	Africa/Casablanca	33.16115	-7.10805				06	461		
10938409	Dar El Omari Ould Yamma	dar-el-omari-ould-yamma	MA		0	Africa/Casablanca	33.16675	-7.06612				06	461		
10938412	Oulad Taleb	oulad-taleb	MA		0	Africa/Casablanca	33.1628	-7.10376				06	461		
10938415	Oulad Leqrafi Louta	oulad-leqrafi-louta	MA		0	Africa/Casablanca	33.15867	-7.11575				06	461		
10938420	Oulad Lahsen	oulad-lahsen	MA		0	Africa/Casablanca	33.1337	-7.11897				06	461		
10938423	Oulad Lekbir Chraqa	oulad-lekbir-chraqa	MA		0	Africa/Casablanca	33.14681	-7.10417				06	461		
10938424	Dar El Haj El-maati	dar-el-haj-el-maati	MA		0	Africa/Casablanca	33.14277	-7.10279				06	461		
10938425	Lahhlar	lahhlar	MA		0	Africa/Casablanca	33.14992	-7.10419				06	461		
10938427	Oulad Bouazza	oulad-bouazza	MA		0	Africa/Casablanca	33.1584	-7.07286				06	461		
10938440	Lekhlout	lekhlout	MA		0	Africa/Casablanca	33.12593	-7.10944				06	461		
10938441	Oulad Heddiya	oulad-heddiya	MA		0	Africa/Casablanca	33.12469	-7.11271				06	461		
10938444	Dar Charyb Ben Abid	dar-charyb-ben-abid	MA		0	Africa/Casablanca	33.12617	-7.08979				06	461		
10938446	Dar El Adlani	dar-el-adlani	MA		0	Africa/Casablanca	33.12624	-7.06093				06	461		
10938447	Gouitat Leqsabi	gouitat-leqsabi	MA		0	Africa/Casablanca	33.12857	-7.07172				06	461		
10938453	Oulad Chaayb	oulad-chaayb	MA		0	Africa/Casablanca	33.13788	-7.02816				06	461		
10938457	Gouitat Lguezzane	gouitat-lguezzane	MA		0	Africa/Casablanca	33.14893	-7.00868				06	461		
10938458	Dar El Haj El Arbi	dar-el-haj-el-arbi	MA		0	Africa/Casablanca	33.15466	-7.00462				06	461		
10938460	Dar Ould Fannich	dar-ould-fannich	MA		0	Africa/Casablanca	33.14658	-7.02288				06	461		
10938474	Gouitat Lemrikh	gouitat-lemrikh	MA		0	Africa/Casablanca	33.17814	-7.03196				06	461		
10938497	Oulad Leqrafi	oulad-leqrafi	MA		0	Africa/Casablanca	33.20581	-7.02269				06	461		
10938499	Oulad Lekbir	oulad-lekbir	MA		0	Africa/Casablanca	33.19213	-7.03436				06	461		
10938507	Dar Ben Moumene El Haj Muhammad	dar-ben-moumene-el-haj-muhammad	MA		0	Africa/Casablanca	33.20732	-7.04142				06	461		
10938508	Dhibou	dhibou	MA		0	Africa/Casablanca	33.20532	-7.05481				06	461		
10938511	Gouitat Lhaouda	gouitat-lhaouda	MA		0	Africa/Casablanca	33.2213	-7.0073				06	461		
10938519	Dar El Arbi Ould Hadda	dar-el-arbi-ould-hadda	MA		0	Africa/Casablanca	33.22617	-7.02861				06	111		
10938524	Jannabiya	jannabiya	MA		0	Africa/Casablanca	33.23604	-7.0487				06	111		
10938526	Oulad Taleb	oulad-taleb	MA		0	Africa/Casablanca	33.23923	-7.02039				06	111		
10938529	Oulad Abdellah	oulad-abdellah	MA		0	Africa/Casablanca	33.23995	-7.03595				06	111		
10938533	Leqouader	leqouader	MA		0	Africa/Casablanca	33.19863	-7.10058				06	461		
10938565	Fekhfakha	fekhfakha	MA		0	Africa/Casablanca	33.33693	-7.22645				06	111		
10938567	Oulad Haddad	oulad-haddad	MA		0	Africa/Casablanca	33.36654	-7.23862				06	111		
10938568	Oulad Sidi Brahim	oulad-sidi-brahim	MA		0	Africa/Casablanca	33.36565	-7.23965				06	111		
10938569	Dar El Ghanbi El Khayyat	dar-el-ghanbi-el-khayyat	MA		0	Africa/Casablanca	33.36296	-7.23744				06	111		
10938570	Lemaiziyine	lemaiziyine	MA		0	Africa/Casablanca	33.36423	-7.23576				06	111		
10938571	Dar Hafid Bouchaib	dar-hafid-bouchaib	MA		0	Africa/Casablanca	33.36674	-7.23184				06	111		
10938574	Leabadla	leabadla	MA		0	Africa/Casablanca	33.36139	-7.22081				06	111		
10938575	Qsoumat	qsoumat	MA		0	Africa/Casablanca	33.3587	-7.2207				06	111		
10938576	Oulad El Hajja	oulad-el-hajja	MA		0	Africa/Casablanca	33.35674	-7.22433				06	111		
10938577	Nzalat El Haj Ettaher	nzalat-el-haj-ettaher	MA		0	Africa/Casablanca	33.35328	-7.23127				06	111		
10938581	Ould Maser	ould-maser	MA		0	Africa/Casablanca	33.34948	-7.24127				06	111		
10938582	Sraghna	sraghna	MA		0	Africa/Casablanca	33.35129	-7.23026				06	111		
10938584	Oulad Said	oulad-said	MA		0	Africa/Casablanca	33.34321	-7.24275				06	111		
10938585	Oulad El Haj Bouchaib	oulad-el-haj-bouchaib	MA		0	Africa/Casablanca	33.34434	-7.22964				06	111		
10938590	Hchalfa	hchalfa	MA		0	Africa/Casablanca	33.34796	-7.19603				06	111		
10938592	Oulad Lebbardi	oulad-lebbardi	MA		0	Africa/Casablanca	33.34425	-7.2021				06	111		
10938593	Oulad Khedda	oulad-khedda	MA		0	Africa/Casablanca	33.34142	-7.19704				06	111		
10938594	Chelouane	chelouane	MA		0	Africa/Casablanca	33.34979	-7.19227				06	111		
10938595	Leourarqa Pulad Sghir	leourarqa-pulad-sghir	MA		0	Africa/Casablanca	33.34255	-7.18581				06	111		
10938597	Cherqaoua	cherqaoua	MA		0	Africa/Casablanca	33.35542	-7.18446				06	111		
10938598	Lehouara	lehouara	MA		0	Africa/Casablanca	33.36479	-7.17798				06	111		
10938599	Lekliaa	lekliaa	MA		0	Africa/Casablanca	33.37072	-7.17994				06	111		
10938601	Ain Lbida	ain-lbida	MA		0	Africa/Casablanca	33.36848	-7.19648				06	111		
10938604	Erraouda Lmensiya	erraouda-lmensiya	MA		0	Africa/Casablanca	33.36632	-7.21689				06	111		
10938607	Oulad El Arbi	oulad-el-arbi	MA		0	Africa/Casablanca	33.33501	-7.24089				06	111		
10938609	Oulad El Haj Ali	oulad-el-haj-ali	MA		0	Africa/Casablanca	33.33206	-7.22043				06	111		
10938610	Ould Lkihel	ould-lkihel	MA		0	Africa/Casablanca	33.33088	-7.22019				06	111		
10938612	Sdira	sdira	MA		0	Africa/Casablanca	33.32662	-7.24731				06	111		
10938614	Lebbachriya	lebbachriya	MA		0	Africa/Casablanca	33.31746	-7.23758				06	111		
10938620	Oulad Jilali Sania	oulad-jilali-sania	MA		0	Africa/Casablanca	33.33179	-7.2147				06	111		
10938621	El Haj Hassan	el-haj-hassan	MA		0	Africa/Casablanca	33.32788	-7.20257				06	111		
10938622	Essaour	essaour	MA		0	Africa/Casablanca	33.33601	-7.18888				06	111		
10938625	Dar El Haj Lahbib	dar-el-haj-lahbib	MA		0	Africa/Casablanca	33.3283	-7.19041				06	111		
10938628	Oulad Sidi Ahmed	oulad-sidi-ahmed	MA		0	Africa/Casablanca	33.32299	-7.19854				06	111		
10938629	Lemras	lemras	MA		0	Africa/Casablanca	33.32043	-7.19858				06	111		
10938630	Dar El Haj Jiliali	dar-el-haj-jiliali	MA		0	Africa/Casablanca	33.31772	-7.19058				06	111		
10938631	Dar El Haj Saleh	dar-el-haj-saleh	MA		0	Africa/Casablanca	33.31797	-7.19712				06	111		
10938635	Ezzaouia	ezzaouia	MA		0	Africa/Casablanca	33.30545	-7.24678		Az Zaywa,Ezzaouia		06	111		
10938639	Rmila	rmila	MA		0	Africa/Casablanca	33.29848	-7.2065				06	111		
10938641	Dil Laaouda	dil-laaouda	MA		0	Africa/Casablanca	33.29885	-7.23918				06	111		
10938646	Blal	blal	MA		0	Africa/Casablanca	33.28185	-7.22096				06	117		
10938649	Lfermli	lfermli	MA		0	Africa/Casablanca	33.28264	-7.20869				06	111		
10938651	Ahlaf	ahlaf	MA		0	Africa/Casablanca	33.28797	-7.20515				06	111		
10938652	Oulad Ali Bel Haj	oulad-ali-bel-haj	MA		0	Africa/Casablanca	33.2903	-7.19661				06	111		
10938660	Laarissa	laarissa	MA		0	Africa/Casablanca	33.28123	-7.24052				06	117		
10938661	Hay Ennasr	hay-ennasr	MA		0	Africa/Casablanca	33.28071	-7.23775				06	117		
10938662	Hay El Masjid	hay-el-masjid	MA		0	Africa/Casablanca	33.2786	-7.23506				06	117		
10938663	Taqaddoum	taqaddoum	MA		0	Africa/Casablanca	33.28127	-7.23157				06	117		
10938665	Hay Ennour	hay-ennour	MA		0	Africa/Casablanca	33.27774	-7.22457				06	117		
10938667	Moul Ettalae	moul-ettalae	MA		0	Africa/Casablanca	33.27661	-7.22766				06	117		
10938670	Hay El Amal	hay-el-amal	MA		0	Africa/Casablanca	33.27274	-7.22813				06	117		
10938671	Coopérative El Massira	cooperative-el-massira	MA		0	Africa/Casablanca	33.27104	-7.22565				06	117		
10938675	Hay El Fath	hay-el-fath	MA		0	Africa/Casablanca	33.27122	-7.24393				06	117		
10938676	Oulad Echouirfa	oulad-echouirfa	MA		0	Africa/Casablanca	33.26857	-7.24451				06	117		
10938678	Oulad Fayda	oulad-fayda	MA		0	Africa/Casablanca	33.26576	-7.23468				06	117		
10938680	Oulad El Haj El Miloudi	oulad-el-haj-el-miloudi	MA		0	Africa/Casablanca	33.26113	-7.21476				06	111		
10938681	Lekhnoussa	lekhnoussa	MA		0	Africa/Casablanca	33.25608	-7.19661				06	111		
10938682	Saifat	saifat	MA		0	Africa/Casablanca	33.25512	-7.18914				06	111		
10938686	Dhar Lehmar	dhar-lehmar	MA		0	Africa/Casablanca	33.27187	-7.20641				06	111		
10938687	Oulad Chaib	oulad-chaib	MA		0	Africa/Casablanca	33.27024	-7.19489				06	111		
10938688	Oulad Ben Chriq	oulad-ben-chriq	MA		0	Africa/Casablanca	33.27403	-7.21034				06	111		
10938689	Hmida Allal	hmida-allal	MA		0	Africa/Casablanca	33.27978	-7.21064				06	111		
10938691	Oulad Mhamed Ben Slimane	oulad-mhamed-ben-slimane	MA		0	Africa/Casablanca	33.25182	-7.24728				06	117		
10938693	Dar Cheikh Hajjaj	dar-cheikh-hajjaj	MA		0	Africa/Casablanca	33.25126	-7.15451				06	111		
10938697	Lebbakra	lebbakra	MA		0	Africa/Casablanca	33.25774	-7.14571				06	111		
10938698	Oulad Soltane	oulad-soltane	MA		0	Africa/Casablanca	33.2572	-7.15783				06	111		
10938699	Hamriya	hamriya	MA		0	Africa/Casablanca	33.26073	-7.14668				06	111		
10938702	Sakhrat Barniya	sakhrat-barniya	MA		0	Africa/Casablanca	33.26913	-7.12826				06	111		
10938703	Oulad Lgarni	oulad-lgarni	MA		0	Africa/Casablanca	33.27116	-7.13747				06	111		
10938708	Marjilat	marjilat	MA		0	Africa/Casablanca	33.25736	-7.17165				06	111		
10938711	Lehriziyine	lehriziyine	MA		0	Africa/Casablanca	33.27001	-7.16706				06	111		
10938713	Quebbou Mennou	quebbou-mennou	MA		0	Africa/Casablanca	33.2737	-7.15779				06	111		
10938715	Msiliqa	msiliqa	MA		0	Africa/Casablanca	33.27239	-7.1524				06	111		
10938721	Bou Tarrou	bou-tarrou	MA		0	Africa/Casablanca	33.27844	-7.15863				06	111		
10938722	Laassal	laassal	MA		0	Africa/Casablanca	33.2852	-7.16944				06	111		
10938723	Lbaairat	lbaairat	MA		0	Africa/Casablanca	33.28213	-7.1744				06	111		
10938724	Nouajiyene	nouajiyene	MA		0	Africa/Casablanca	33.29518	-7.16794				06	111		
10938725	Oulad Jhaych	oulad-jhaych	MA		0	Africa/Casablanca	33.29835	-7.17697				06	111		
10938727	Marsit	marsit	MA		0	Africa/Casablanca	33.29306	-7.16193				06	111		
10938730	Lagouira	lagouira	MA		0	Africa/Casablanca	33.28843	-7.1264				06	111		
10938732	Lefdidnat	lefdidnat	MA		0	Africa/Casablanca	33.30378	-7.13584				06	111		
10938746	Oulad El Haj Bahloul	oulad-el-haj-bahloul	MA		0	Africa/Casablanca	33.32555	-7.16728				06	111		
10938747	Mhajer	mhajer	MA		0	Africa/Casablanca	33.32686	-7.1585				06	111		
10938748	Oulad Bouazza Lehrach	oulad-bouazza-lehrach	MA		0	Africa/Casablanca	33.33127	-7.16652				06	111		
10938750	Oulad El Arbi Ben Tayed	oulad-el-arbi-ben-tayed	MA		0	Africa/Casablanca	33.33688	-7.14501				06	111		
10938753	Cherqaoua	cherqaoua	MA		0	Africa/Casablanca	33.32426	-7.13376				06	111		
10938755	Laiouej	laiouej	MA		0	Africa/Casablanca	33.32365	-7.15215				06	111		
10938756	Oulad Charef	oulad-charef	MA		0	Africa/Casablanca	33.3441	-7.12574				06	111		
10938764	Lemguirine	lemguirine	MA		0	Africa/Casablanca	33.34418	-7.1614				06	111		
10938766	Sliga	sliga	MA		0	Africa/Casablanca	33.35786	-7.16163				06	111		
10938768	Lebrahma	lebrahma	MA		0	Africa/Casablanca	33.3506	-7.1747				06	111		
10938773	Oulad El Madani	oulad-el-madani	MA		0	Africa/Casablanca	33.35572	-7.13997				06	111		
10938775	Tnaja	tnaja	MA		0	Africa/Casablanca	33.35699	-7.13147				06	111		
10938776	Lemanasra	lemanasra	MA		0	Africa/Casablanca	33.35844	-7.12951				06	111		
10938778	Lghar	lghar	MA		0	Africa/Casablanca	33.36667	-7.13979				06	111		
10938782	Sakka	sakka	MA		0	Africa/Casablanca	33.35303	-7.16597				06	111		
10938836	Douar Oulad Ben Slimane	douar-oulad-ben-slimane	MA		0	Africa/Casablanca	33.24079	-7.24109				06	117		
10938837	Douar Oulad El Maati	douar-oulad-el-maati	MA		0	Africa/Casablanca	33.24311	-7.23822				06	117		
10938838	Douar Oulad Mzaraa	douar-oulad-mzaraa	MA		0	Africa/Casablanca	33.2372	-7.24206				06	117		
10938839	Douar Oulad Amer	douar-oulad-amer	MA		0	Africa/Casablanca	33.24627	-7.23743				06	117		
10938843	Chouadla	chouadla	MA		0	Africa/Casablanca	33.23931	-7.2115				06	111		
10938844	Douar Mhajer	douar-mhajer	MA		0	Africa/Casablanca	33.24354	-7.21374				06	111		
10938845	Douar Oulad Bouchaayb El Ghazouam	douar-oulad-bouchaayb-el-ghazouam	MA		0	Africa/Casablanca	33.23536	-7.21796				06	111		
10938846	Douar Boudchich	douar-boudchich	MA		0	Africa/Casablanca	33.23783	-7.20685				06	111		
10938848	Douar Oulad Ben Amer	douar-oulad-ben-amer	MA		0	Africa/Casablanca	33.23435	-7.20696				06	111		
10938849	Douar Oulad Chayb Ben Charqi	douar-oulad-chayb-ben-charqi	MA		0	Africa/Casablanca	33.24182	-7.19689				06	111		
10938850	Douar Oulad Sidi Jilali	douar-oulad-sidi-jilali	MA		0	Africa/Casablanca	33.24736	-7.18702				06	111		
10938851	Douar Abla	douar-abla	MA		0	Africa/Casablanca	33.24304	-7.17144				06	111		
10938852	Douar Salmi	douar-salmi	MA		0	Africa/Casablanca	33.24713	-7.17737				06	111		
10938853	Douar Emmina	douar-emmina	MA		0	Africa/Casablanca	33.23722	-7.16803				06	111		
10938856	Douar Gouala	douar-gouala	MA		0	Africa/Casablanca	33.23555	-7.14898				06	111		
10938857	Douar Chaaybat	douar-chaaybat	MA		0	Africa/Casablanca	33.2441	-7.14541				06	111		
10938858	Douar Oulad Jhaych	douar-oulad-jhaych	MA		0	Africa/Casablanca	33.23771	-7.13969				06	111		
10938859	Douar Ain Gouali	douar-ain-gouali	MA		0	Africa/Casablanca	33.24158	-7.13409				06	111		
10938862	Douar Lemrasi	douar-lemrasi	MA		0	Africa/Casablanca	33.23022	-7.13055				06	111		
10938863	Lemsamdiyine	lemsamdiyine	MA		0	Africa/Casablanca	33.22577	-7.13031				06	111		
10938864	Douar Oulad Brika	douar-oulad-brika	MA		0	Africa/Casablanca	33.23107	-7.14316				06	111		
10938865	Legoualiyine	legoualiyine	MA		0	Africa/Casablanca	33.23254	-7.1502				06	111		
10938868	Douar Bouchenna Bni Meskine	douar-bouchenna-bni-meskine	MA		0	Africa/Casablanca	33.23435	-7.18211				06	111		
10938872	Douar Lehkim	douar-lehkim	MA		0	Africa/Casablanca	33.22756	-7.19232				06	111		
10938873	Douar Cheikh Mohamed Ben Charqi	douar-cheikh-mohamed-ben-charqi	MA		0	Africa/Casablanca	33.23069	-7.19872				06	111		
10938874	Douar Oulad Saleh Ben El Hammouri	douar-oulad-saleh-ben-el-hammouri	MA		0	Africa/Casablanca	33.23252	-7.20462				06	111		
10938877	Douar Ain Lahmar	douar-ain-lahmar	MA		0	Africa/Casablanca	33.22678	-7.21627				06	111		
10938878	Douar Blidiyine	douar-blidiyine	MA		0	Africa/Casablanca	33.22931	-7.22575				06	117		
10938879	Douar Lahmira	douar-lahmira	MA		0	Africa/Casablanca	33.22534	-7.22908				06	117		
10938880	Douar Oulad Soualem	douar-oulad-soualem	MA		0	Africa/Casablanca	33.22681	-7.24822				06	117		
10938883	Douar Banounat	douar-banounat	MA		0	Africa/Casablanca	33.21649	-7.22985				06	461		
10938885	Douar Lehmamda	douar-lehmamda	MA		0	Africa/Casablanca	33.21611	-7.21953				06	111		
10938886	Douar Lebbada	douar-lebbada	MA		0	Africa/Casablanca	33.21895	-7.20871				06	111		
10938887	Douar Touansa	douar-touansa	MA		0	Africa/Casablanca	33.22432	-7.19088				06	111		
10938890	Dar Cheikh El Maataoui	dar-cheikh-el-maataoui	MA		0	Africa/Casablanca	33.22169	-7.16958				06	111		
10938891	Douar Oulad Bou Aroua	douar-oulad-bou-aroua	MA		0	Africa/Casablanca	33.21477	-7.17316				06	111		
10938892	Dar Rami El Haj El Aidi	dar-rami-el-haj-el-aidi	MA		0	Africa/Casablanca	33.22478	-7.16076				06	111		
10938893	Douar Oulad El Fencha	douar-oulad-el-fencha	MA		0	Africa/Casablanca	33.22143	-7.15735				06	111		
10938895	Douar Ben El Qadi	douar-ben-el-qadi	MA		0	Africa/Casablanca	33.22017	-7.14464				06	111		
10938896	Douar Laaouayat	douar-laaouayat	MA		0	Africa/Casablanca	33.21877	-7.14443				06	111		
10938897	Douar Oulad Haddada El Houssine	douar-oulad-haddada-el-houssine	MA		0	Africa/Casablanca	33.21618	-7.14346				06	111		
10938899	Douar Oulad El Medhoune	douar-oulad-el-medhoune	MA		0	Africa/Casablanca	33.2145	-7.15082				06	111		
10938900	Douar Biyad	douar-biyad	MA		0	Africa/Casablanca	33.21645	-7.13797				06	111		
10938901	Douar Douimat	douar-douimat	MA		0	Africa/Casablanca	33.21794	-7.13188				06	111		
10938902	Douar Chtaybiyine	douar-chtaybiyine	MA		0	Africa/Casablanca	33.22085	-7.13383				06	111		
10938903	Douar Oulad Aouicha	douar-oulad-aouicha	MA		0	Africa/Casablanca	33.21715	-7.12617				06	111		
10938904	Douar Oulad Abdelkader Ben Yessef	douar-oulad-abdelkader-ben-yessef	MA		0	Africa/Casablanca	33.22516	-7.12552				06	111		
10938906	Douar Oulad Hommane	douar-oulad-hommane	MA		0	Africa/Casablanca	33.20644	-7.12587				06	111		
10938908	Douar Mohamed El Khatir	douar-mohamed-el-khatir	MA		0	Africa/Casablanca	33.21066	-7.14288				06	111		
10938910	Dar Rami	dar-rami	MA		0	Africa/Casablanca	33.20827	-7.14988				06	111		
10938911	Douar Oulad El Haj El Khatir	douar-oulad-el-haj-el-khatir	MA		0	Africa/Casablanca	33.21172	-7.14614				06	111		
10938912	Douar Oulad Sidi Jilali	douar-oulad-sidi-jilali	MA		0	Africa/Casablanca	33.20193	-7.1422				06	111		
10938913	Douar Oulad El Mamoune	douar-oulad-el-mamoune	MA		0	Africa/Casablanca	33.20486	-7.15711				06	111		
10938915	Douar Oulad Chbana	douar-oulad-chbana	MA		0	Africa/Casablanca	33.21094	-7.18458				06	111		
10938916	Douar Ja Ben El Arbi	douar-ja-ben-el-arbi	MA		0	Africa/Casablanca	33.20965	-7.19112				06	111		
10938917	Douar Oulad Ziane	douar-oulad-ziane	MA		0	Africa/Casablanca	33.2096	-7.197				06	111		
10938920	Douar Oulad Bati	douar-oulad-bati	MA		0	Africa/Casablanca	33.20489	-7.2326				06	461		
10938921	Douar Slalmiya	douar-slalmiya	MA		0	Africa/Casablanca	33.2075	-7.24221				06	461		
10938922	Douar Oulad Mahjouba	douar-oulad-mahjouba	MA		0	Africa/Casablanca	33.19942	-7.24515				06	461		
10938924	Douar Oulad El Haj El Arbi	douar-oulad-el-haj-el-arbi	MA		0	Africa/Casablanca	33.19266	-7.23734				06	461		
10938925	Douar Leqouasma	douar-leqouasma	MA		0	Africa/Casablanca	33.19582	-7.23285				06	461		
10938927	Douar Oulad Ben Abbas	douar-oulad-ben-abbas	MA		0	Africa/Casablanca	33.20154	-7.21129				06	111		
10938928	Douar Oulad El Foqra	douar-oulad-el-foqra	MA		0	Africa/Casablanca	33.19651	-7.20983				06	461		
10938929	Douar Qnadcha	douar-qnadcha	MA		0	Africa/Casablanca	33.19387	-7.21011				06	461		
10938931	Douar Gdanat Oulad El Aidi	douar-gdanat-oulad-el-aidi	MA		0	Africa/Casablanca	33.20139	-7.18992				06	111		
10938932	Douar Touansa El Basbassa	douar-touansa-el-basbassa	MA		0	Africa/Casablanca	33.20035	-7.18069				06	111		
10938934	Douar Laaouayat Lebbirat	douar-laaouayat-lebbirat	MA		0	Africa/Casablanca	33.20218	-7.15763				06	111		
10938935	Dar El Haj El Malyani	dar-el-haj-el-malyani	MA		0	Africa/Casablanca	33.19513	-7.15475				06	111		
10938944	Douar Sidi Ben Ali	douar-sidi-ben-ali	MA		0	Africa/Casablanca	33.18065	-7.15516				06	461		
10938945	Douar Oulad Taleb	douar-oulad-taleb	MA		0	Africa/Casablanca	33.17857	-7.1546				06	461		
10938946	Douar Ain Sti Meryem	douar-ain-sti-meryem	MA		0	Africa/Casablanca	33.18527	-7.16391				06	461		
10938949	Douar Oulad El Haj Saleh	douar-oulad-el-haj-saleh	MA		0	Africa/Casablanca	33.1742	-7.17434				06	461		
10938950	Douar El Hajjaj	douar-el-hajjaj	MA		0	Africa/Casablanca	33.181	-7.18612				06	461		
10938951	Douar Zgama	douar-zgama	MA		0	Africa/Casablanca	33.18699	-7.20181				06	461		
10938952	Douar Oulad Ben Dhalla	douar-oulad-ben-dhalla	MA		0	Africa/Casablanca	33.18433	-7.21457				06	461		
10938953	Douar Oudad El Mokhtar	douar-oudad-el-mokhtar	MA		0	Africa/Casablanca	33.17891	-7.21429				06	461		
10938955	Douar Sidi Abdelkarim	douar-sidi-abdelkarim	MA		0	Africa/Casablanca	33.18437	-7.23251				06	461		
10938956	Sidi Abdelkarim	sidi-abdelkarim	MA		0	Africa/Casablanca	33.18755	-7.23346				06	461		
10938959	Douar Touahar	douar-touahar	MA		0	Africa/Casablanca	33.18656	-7.24575				06	461		
10938960	Douar Oulad Abbou	douar-oulad-abbou	MA		0	Africa/Casablanca	33.17755	-7.24775				06	461		
10938961	Douar Oulad Amer	douar-oulad-amer	MA		0	Africa/Casablanca	33.17189	-7.24472				06	461		
10938962	Douar Oulad Arroub	douar-oulad-arroub	MA		0	Africa/Casablanca	33.16903	-7.22423				06	461		
10938965	Dar Abdellah Khtibari	dar-abdellah-khtibari	MA		0	Africa/Casablanca	33.17484	-7.17932				06	461		
10938969	Douar Oulad Abid Rma	douar-oulad-abid-rma	MA		0	Africa/Casablanca	33.16429	-7.14814				06	461		
10938970	Douar Lissouf Oulad Baazazi	douar-lissouf-oulad-baazazi	MA		0	Africa/Casablanca	33.15247	-7.15093				06	461		
10938972	Douar Oulad Kacem	douar-oulad-kacem	MA		0	Africa/Casablanca	33.16425	-7.15563				06	461		
10938973	Douar Lekchalcha Oulad Sidi El Haj	douar-lekchalcha-oulad-sidi-el-haj	MA		0	Africa/Casablanca	33.16397	-7.16486				06	461		
10938978	Douar El Haj El Maati	douar-el-haj-el-maati	MA		0	Africa/Casablanca	33.1594	-7.18569				06	461		
10938979	Douar Oulad Ben Arif	douar-oulad-ben-arif	MA		0	Africa/Casablanca	33.15513	-7.19028				06	461		
10938980	Douar Lebbirat	douar-lebbirat	MA		0	Africa/Casablanca	33.1656	-7.18764				06	461		
10938981	Douar Oulad Mhalla	douar-oulad-mhalla	MA		0	Africa/Casablanca	33.15561	-7.19809				06	461		
10938982	Douar Oulad Khellouq	douar-oulad-khellouq	MA		0	Africa/Casablanca	33.1545	-7.20771				06	461		
10938983	Douar Oulad Ben Achir	douar-oulad-ben-achir	MA		0	Africa/Casablanca	33.16285	-7.2112				06	461		
10938984	Douar Bourara	douar-bourara	MA		0	Africa/Casablanca	33.15764	-7.21784				06	461		
10938985	Douar Oulad Cheikh	douar-oulad-cheikh	MA		0	Africa/Casablanca	33.15777	-7.22768				06	461		
10938987	Douar Akkara	douar-akkara	MA		0	Africa/Casablanca	33.15633	-7.23864				06	461		
10938988	Douar Khnatla Oulad Moussa	douar-khnatla-oulad-moussa	MA		0	Africa/Casablanca	33.15479	-7.24197				06	461		
10938989	Douar Oulad Moussa	douar-oulad-moussa	MA		0	Africa/Casablanca	33.15996	-7.24582				06	461		
10938993	Douar Bni Immane	douar-bni-immane	MA		0	Africa/Casablanca	33.14318	-7.20086				06	461		
10938994	Douar Oulad El Haj	douar-oulad-el-haj	MA		0	Africa/Casablanca	33.14487	-7.19262				06	461		
10938999	Douar Oulad Abdellah	douar-oulad-abdellah	MA		0	Africa/Casablanca	33.14805	-7.14827				06	461		
10939002	Douar Oulad Abdellah Louta	douar-oulad-abdellah-louta	MA		0	Africa/Casablanca	33.14859	-7.13464				06	461		
10939004	Douar Leqouasmiya	douar-leqouasmiya	MA		0	Africa/Casablanca	33.13882	-7.13413				06	461		
10939005	Douar Oulad El Haj Bouazza	douar-oulad-el-haj-bouazza	MA		0	Africa/Casablanca	33.1349	-7.13488				06	461		
10939007	Douar Rekba	douar-rekba	MA		0	Africa/Casablanca	33.13087	-7.12522				06	461		
10939008	Douar Oulad Daouya	douar-oulad-daouya	MA		0	Africa/Casablanca	33.12915	-7.13127				06	461		
10939014	Douar Oulad Frej	douar-oulad-frej	MA		0	Africa/Casablanca	33.12584	-7.17409				06	461		
10939015	Douar Lemsadeq	douar-lemsadeq	MA		0	Africa/Casablanca	33.13853	-7.17387				06	461		
10939016	Douar Charqaoua	douar-charqaoua	MA		0	Africa/Casablanca	33.13598	-7.18243				06	461		
10939019	Douar Oulad Sidi Ahmed	douar-oulad-sidi-ahmed	MA		0	Africa/Casablanca	33.13605	-7.20067				06	461		
10939020	Douar Laassilat Hamdaoua	douar-laassilat-hamdaoua	MA		0	Africa/Casablanca	33.12879	-7.20623				06	461		
10939022	Douar Sraghna	douar-sraghna	MA		0	Africa/Casablanca	33.1347	-7.20979				06	461		
10939023	Douar Legouaouat	douar-legouaouat	MA		0	Africa/Casablanca	33.13741	-7.21945				06	461		
10939024	Douar Laassilat Oulad El Yamani	douar-laassilat-oulad-el-yamani	MA		0	Africa/Casablanca	33.13865	-7.22502				06	461		
10939025	Douar Laassilat	douar-laassilat	MA		0	Africa/Casablanca	33.12534	-7.23303				06	461		
10939026	Douar Oulad Benslimane	douar-oulad-benslimane	MA		0	Africa/Casablanca	33.13098	-7.24114				06	461		
10939027	Douar Emmaline El Oued	douar-emmaline-el-oued	MA		0	Africa/Casablanca	33.13522	-7.23882				06	461		
10939028	Douar Laaouaoucha	douar-laaouaoucha	MA		0	Africa/Casablanca	33.13528	-7.24706				06	461		
10939029	Douar Oulad Zahra	douar-oulad-zahra	MA		0	Africa/Casablanca	33.13136	-7.24736				06	461		
10939030	Douar Oulad Bouazza	douar-oulad-bouazza	MA		0	Africa/Casablanca	33.12821	-7.24762				06	461		
10939033	Douar Oulad El Haj Mbarek	douar-oulad-el-haj-mbarek	MA		0	Africa/Casablanca	33.12692	-7.2341				06	461		
10939037	Douar Oulad Sidi Mohamed	douar-oulad-sidi-mohamed	MA		0	Africa/Casablanca	33.12562	-7.14112				06	461		
10939049	Douar Mohamed Ben Slimane	douar-mohamed-ben-slimane	MA		0	Africa/Casablanca	33.2407	-7.24905				06	117		
10939061	Mhajer Chouadla	mhajer-chouadla	MA		0	Africa/Casablanca	33.2486	-7.2192				06	117		
10939062	Oulad Lemghili	oulad-lemghili	MA		0	Africa/Casablanca	33.24945	-7.23723				06	117		
10939063	Lemnasra	lemnasra	MA		0	Africa/Casablanca	33.36556	-7.11996				06	111		
10939064	Oulad El Arbi Ben Salah	oulad-el-arbi-ben-salah	MA		0	Africa/Casablanca	33.36894	-7.12039				06	111		
10939066	Oulad Bou Mehdi	oulad-bou-mehdi	MA		0	Africa/Casablanca	33.36725	-7.11796				06	111		
10939068	Dar Habab	dar-habab	MA		0	Africa/Casablanca	33.36945	-7.09973				06	111		
10939071	Ouad Lhahriya	ouad-lhahriya	MA		0	Africa/Casablanca	33.35918	-7.09312				06	111		
10939074	Traja	traja	MA		0	Africa/Casablanca	33.36383	-7.12195				06	111		
10939076	Oulad Echaref	oulad-echaref	MA		0	Africa/Casablanca	33.34381	-7.11828				06	111		
10939080	Zoubya	zoubya	MA		0	Africa/Casablanca	33.33628	-7.09966				06	111		
10939086	Zaer	zaer	MA		0	Africa/Casablanca	33.32961	-7.10567				06	111		
10939094	Leldinnat	leldinnat	MA		0	Africa/Casablanca	33.30395	-7.12071				06	111		
10939095	Mgossa	mgossa	MA		0	Africa/Casablanca	33.30321	-7.10172				06	111		
10939099	Lagouira	lagouira	MA		0	Africa/Casablanca	33.2924	-7.11073				06	111		
10939102	Lhatba	lhatba	MA		0	Africa/Casablanca	33.28653	-7.11069				06	111		
10939106	Louizat	louizat	MA		0	Africa/Casablanca	33.28296	-7.09498				06	111		
10939110	Chab Lahlouf	chab-lahlouf	MA		0	Africa/Casablanca	33.27466	-7.09783				06	111		
10939111	Lemjchat	lemjchat	MA		0	Africa/Casablanca	33.27229	-7.11328				06	111		
10939113	Dar Laaoudar	dar-laaoudar	MA		0	Africa/Casablanca	33.26705	-7.10622				06	111		
10939115	Lkarmal	lkarmal	MA		0	Africa/Casablanca	33.26293	-7.10043				06	111		
10939116	Lekfa	lekfa	MA		0	Africa/Casablanca	33.26892	-7.08676				06	111		
10939136	Oulad Abdelji	oulad-abdelji	MA		0	Africa/Casablanca	33.3514	-7.08037				06	111		
10939139	Leaouija	leaouija	MA		0	Africa/Casablanca	33.3543	-7.06209				06	111		
10939147	Maison Andryani	maison-andryani	MA		0	Africa/Casablanca	33.32722	-7.05837				06	111		
10939150	Oulad Lfekkak	oulad-lfekkak	MA		0	Africa/Casablanca	33.31891	-7.05943				06	111		
10939154	Lahjar Lebyad	lahjar-lebyad	MA		0	Africa/Casablanca	33.31414	-7.07567				06	111		
10939158	Snuiqa	snuiqa	MA		0	Africa/Casablanca	33.31072	-7.05026				06	111		
10939159	Bir Lguettara	bir-lguettara	MA		0	Africa/Casablanca	33.30593	-7.05181				06	111		
10939167	Bouchouitina	bouchouitina	MA		0	Africa/Casablanca	33.28385	-7.03986				06	111		
10939170	Dar Lkhadem	dar-lkhadem	MA		0	Africa/Casablanca	33.27829	-7.07417				06	111		
10939171	Sidi Mimoun	sidi-mimoun	MA		0	Africa/Casablanca	33.27571	-7.05187				06	111		
10939181	Dar Charij	dar-charij	MA		0	Africa/Casablanca	33.26403	-7.06132				06	111		
10939182	Dar Lama	dar-lama	MA		0	Africa/Casablanca	33.26051	-7.05854				06	111		
10939184	Zia Gdah	zia-gdah	MA		0	Africa/Casablanca	33.26019	-7.06707				06	111		
10939187	Lfijel	lfijel	MA		0	Africa/Casablanca	33.37107	-7.05652				06	111		
10939188	Louarrifiya	louarrifiya	MA		0	Africa/Casablanca	33.36964	-7.0784				06	111		
10939201	Laarad	laarad	MA		0	Africa/Casablanca	33.35441	-7.03322				06	111		
10939202	Nsimssa	nsimssa	MA		0	Africa/Casablanca	33.35753	-7.00901				06	111		
10939203	Douar Sidi Eddahbi	douar-sidi-eddahbi	MA		0	Africa/Casablanca	33.351	-7.02004				06	111		
10939204	Dar Sayya	dar-sayya	MA		0	Africa/Casablanca	33.35398	-7.00867				06	111		
10939209	Jnanat	jnanat	MA		0	Africa/Casablanca	33.33887	-7.03066				06	111		
10939211	El Caid Lemnaze	el-caid-lemnaze	MA		0	Africa/Casablanca	33.33738	-7.02178				06	111		
10939214	Laassa	laassa	MA		0	Africa/Casablanca	33.32329	-7.02624				06	111		
10939220	Lemssadqyine	lemssadqyine	MA		0	Africa/Casablanca	33.31924	-7.01101				06	111		
10939222	Dar Cheich Sadie	dar-cheich-sadie	MA		0	Africa/Casablanca	33.31536	-7.00965				06	111		
10939223	Karkour	karkour	MA		0	Africa/Casablanca	33.31472	-7.02978				06	111		
10939232	Fouim Sidi Ben Amer	fouim-sidi-ben-amer	MA		0	Africa/Casablanca	33.29582	-7.00431				06	111		
10939233	Lqerrad Lekbir	lqerrad-lekbir	MA		0	Africa/Casablanca	33.29398	-7.03094				06	111		
10939245	Bou Atrous	bou-atrous	MA		0	Africa/Casablanca	33.27741	-7.00661				06	111		
10939256	Douirat Zaer	douirat-zaer	MA		0	Africa/Casablanca	33.25524	-7.03982				06	111		
10939259	Lehjiba	lehjiba	MA		0	Africa/Casablanca	33.2538	-7.00704				06	111		
10939280	Oulad Lekbir	oulad-lekbir	MA		0	Africa/Casablanca	33.25091	-7.01449				06	111		
10939296	Douar Lemaallam	douar-lemaallam	MA		0	Africa/Casablanca	33.37484	-7.09359				06	111		
10939298	Douar Tnaja	douar-tnaja	MA		0	Africa/Casablanca	33.37326	-7.1124				06	111		
10939304	Douar Laabayriyyine	douar-laabayriyyine	MA		0	Africa/Casablanca	33.49511	-7.21736				06	111		
10939306	Douar Oulad El Haj El Arbi	douar-oulad-el-haj-el-arbi	MA		0	Africa/Casablanca	33.48141	-7.22133				06	111		
10939309	Douar Oulad El Mahmoudi	douar-oulad-el-mahmoudi	MA		0	Africa/Casablanca	33.4815	-7.20462				06	111		
10939310	Douar Oulad Qaddach	douar-oulad-qaddach	MA		0	Africa/Casablanca	33.47559	-7.19174				06	111		
10939312	Douar Maline El Kharba	douar-maline-el-kharba	MA		0	Africa/Casablanca	33.48858	-7.20384				06	111		
10939313	Douar Laaouanesse	douar-laaouanesse	MA		0	Africa/Casablanca	33.49107	-7.20253				06	111		
10939314	Douar Oulad Lfakkak	douar-oulad-lfakkak	MA		0	Africa/Casablanca	33.49527	-7.20479				06	111		
10939315	Douar Laasasma	douar-laasasma	MA		0	Africa/Casablanca	33.46718	-7.23822				06	111		
10939316	Douar Rhahla	douar-rhahla	MA		0	Africa/Casablanca	33.48549	-7.18655				06	111		
10939317	Douar Oulad Brahim	douar-oulad-brahim	MA		0	Africa/Casablanca	33.49503	-7.17966				06	111		
10939318	Douar Hliouate	douar-hliouate	MA		0	Africa/Casablanca	33.49431	-7.18337				06	111		
10939319	Douar Taouzia	douar-taouzia	MA		0	Africa/Casablanca	33.46073	-7.21633				06	111		
10939320	Coopérative Alaouiya	cooperative-alaouiya	MA		0	Africa/Casablanca	33.45903	-7.21526		Cooperative Alaouiya,Coopérative Alaouiya		06	111		
10939322	Douar Qattara	douar-qattara	MA		0	Africa/Casablanca	33.45373	-7.2388				06	111		
10939329	Douar El Karyane	douar-el-karyane	MA		0	Africa/Casablanca	33.45396	-7.19425				06	111		
10939331	Douar Oulad Ali Toualaa	douar-oulad-ali-toualaa	MA		0	Africa/Casablanca	33.4598	-7.19275				06	111		
10939335	Lmadouaze	lmadouaze	MA		0	Africa/Casablanca	33.42843	-7.21084				06	111		
10939336	Douar Oulad Mhamed	douar-oulad-mhamed	MA		0	Africa/Casablanca	33.42198	-7.20665				06	111		
10939338	Douar Bakhali	douar-bakhali	MA		0	Africa/Casablanca	33.42508	-7.23862				06	111		
10939342	Douar Matmata	douar-matmata	MA		0	Africa/Casablanca	33.40827	-7.23437				06	111		
10939344	Dar Bouabid	dar-bouabid	MA		0	Africa/Casablanca	33.414	-7.20449				06	111		
10939345	Douar Oulad Azzouz	douar-oulad-azzouz	MA		0	Africa/Casablanca	33.41731	-7.1935				06	111		
10939348	Douar Oulad Laabd	douar-oulad-laabd	MA		0	Africa/Casablanca	33.40463	-7.21865				06	111		
10939350	Douar Lahlafe	douar-lahlafe	MA		0	Africa/Casablanca	33.40192	-7.21841				06	111		
10939354	Douar Tata	douar-tata	MA		0	Africa/Casablanca	33.4016	-7.18348				06	111		
10939357	Douar Oulad Aissa	douar-oulad-aissa	MA		0	Africa/Casablanca	33.38041	-7.1808				06	111		
10939360	Douar Oulad Sidi Ahmed	douar-oulad-sidi-ahmed	MA		0	Africa/Casablanca	33.38559	-7.20122				06	111		
10939363	Douar Oulad Dicha	douar-oulad-dicha	MA		0	Africa/Casablanca	33.38014	-7.20913				06	111		
10939364	Douar Oulad Ali	douar-oulad-ali	MA		0	Africa/Casablanca	33.38215	-7.21478				06	111		
10939365	Douar Oulad Bouazza	douar-oulad-bouazza	MA		0	Africa/Casablanca	33.37837	-7.22692				06	111		
10939367	Douar Oulad Lhaj Lmarjani	douar-oulad-lhaj-lmarjani	MA		0	Africa/Casablanca	33.37724	-7.24585				06	111		
10939368	Douar Oulad Sidi Brahim	douar-oulad-sidi-brahim	MA		0	Africa/Casablanca	33.37604	-7.22761				06	111		
10939369	Douar Lagnadiyyine	douar-lagnadiyyine	MA		0	Africa/Casablanca	33.37679	-7.17906				06	111		
10939371	Douar Lahchalfa	douar-lahchalfa	MA		0	Africa/Casablanca	33.37571	-7.15986				06	111		
10939372	Douar Lambarkiyyine	douar-lambarkiyyine	MA		0	Africa/Casablanca	33.38118	-7.12728				06	111		
10939377	Douar Oulad Hrize	douar-oulad-hrize	MA		0	Africa/Casablanca	33.39042	-7.1614				06	111		
10939378	Douar Rachidine	douar-rachidine	MA		0	Africa/Casablanca	33.3935	-7.15743				06	111		
10939390	Douar El Atrache	douar-el-atrache	MA		0	Africa/Casablanca	33.41043	-7.14337				06	111		
10939391	Douar Jaama	douar-jaama	MA		0	Africa/Casablanca	33.40678	-7.14792				06	111		
10939392	Douar Oulad Maqdad	douar-oulad-maqdad	MA		0	Africa/Casablanca	33.40823	-7.15702				06	111		
10939394	Douar Dhar Lhimer	douar-dhar-lhimer	MA		0	Africa/Casablanca	33.40463	-7.16833				06	111		
10939395	Douar Darsa	douar-darsa	MA		0	Africa/Casablanca	33.41557	-7.18024				06	111		
10939396	Douar Bou Hmami	douar-bou-hmami	MA		0	Africa/Casablanca	33.41672	-7.17294				06	111		
10939399	Douar Sidi Abderrahmane	douar-sidi-abderrahmane	MA		0	Africa/Casablanca	33.42132	-7.13926				06	111		
10939400	Douar Ouardigha	douar-ouardigha	MA		0	Africa/Casablanca	33.41901	-7.15213				06	111		
10939401	Douar Aaouate	douar-aaouate	MA		0	Africa/Casablanca	33.41722	-7.15277				06	111		
10939402	Douar Charjane	douar-charjane	MA		0	Africa/Casablanca	33.42632	-7.15979				06	111		
10939403	Douar Aassam	douar-aassam	MA		0	Africa/Casablanca	33.42548	-7.16777				06	111		
10939407	Douar Laaguib	douar-laaguib	MA		0	Africa/Casablanca	33.4376	-7.14913				06	111		
10939414	Douar Darbala	douar-darbala	MA		0	Africa/Casablanca	33.45171	-7.157				06	111		
10939415	Douar El Makrate	douar-el-makrate	MA		0	Africa/Casablanca	33.44657	-7.149				06	111		
10939416	Douar Oulad Abdel Jalil	douar-oulad-abdel-jalil	MA		0	Africa/Casablanca	33.44363	-7.14428				06	111		
10939417	Douar Oulad Abdel Jalil Doukkala	douar-oulad-abdel-jalil-doukkala	MA		0	Africa/Casablanca	33.4335	-7.13941				06	111		
10939418	Douar Oulad Hmida	douar-oulad-hmida	MA		0	Africa/Casablanca	33.44743	-7.12698				06	111		
10939419	Douar Oulad Kamel	douar-oulad-kamel	MA		0	Africa/Casablanca	33.45128	-7.13359				06	111		
10939420	Douar Khayl Chate	douar-khayl-chate	MA		0	Africa/Casablanca	33.45439	-7.1329				06	111		
10939421	Douar Oulad Bouchaib	douar-oulad-bouchaib	MA		0	Africa/Casablanca	33.44945	-7.14059				06	111		
10939422	Douar Oulad El Haj Brahim	douar-oulad-el-haj-brahim	MA		0	Africa/Casablanca	33.45824	-7.14009				06	111		
10939424	Douar Ben Hmama	douar-ben-hmama	MA		0	Africa/Casablanca	33.46293	-7.13539				06	111		
10939426	Douar Oulad Bouazza Bel Haj	douar-oulad-bouazza-bel-haj	MA		0	Africa/Casablanca	33.47673	-7.14488				06	111		
10939431	Douar Darbala Chouadla	douar-darbala-chouadla	MA		0	Africa/Casablanca	33.46358	-7.15739				06	111		
10939432	Douar Dokkala	douar-dokkala	MA		0	Africa/Casablanca	33.47292	-7.16084				06	111		
10939433	Douar Maaytate	douar-maaytate	MA		0	Africa/Casablanca	33.47788	-7.16161				06	111		
10939434	Douar Rouaga Lammarfa	douar-rouaga-lammarfa	MA		0	Africa/Casablanca	33.48105	-7.16232				06	111		
10939435	Douar Cheikh Amer	douar-cheikh-amer	MA		0	Africa/Casablanca	33.48212	-7.1491				06	111		
10939436	Douar Oulad Chaiha	douar-oulad-chaiha	MA		0	Africa/Casablanca	33.48395	-7.144				06	111		
10939437	Lkharba	lkharba	MA		0	Africa/Casablanca	33.48316	-7.16316				06	111		
10939438	Douar Oulad Daoud Hamri	douar-oulad-daoud-hamri	MA		0	Africa/Casablanca	33.47852	-7.16964				06	111		
10939439	Douar Sidi Daoud Laadarja	douar-sidi-daoud-laadarja	MA		0	Africa/Casablanca	33.47215	-7.17522				06	111		
10939442	Lakhmalcha	lakhmalcha	MA		0	Africa/Casablanca	33.48275	-7.17927				06	111		
10939443	Douar Oulad Hrize	douar-oulad-hrize	MA		0	Africa/Casablanca	33.49266	-7.16947				06	111		
10939444	Douar Rhahla	douar-rhahla	MA		0	Africa/Casablanca	33.49106	-7.17979				06	111		
10939445	Douar Rouaga	douar-rouaga	MA		0	Africa/Casablanca	33.48781	-7.16728				06	111		
10939447	Douar Laabayriyyine Zghouda	douar-laabayriyyine-zghouda	MA		0	Africa/Casablanca	33.48572	-7.13426				06	111		
10939449	Qasbet Oulad El Haj Ben Taher	qasbet-oulad-el-haj-ben-taher	MA		0	Africa/Casablanca	33.48898	-7.13748				06	111		
10939451	Douar Shata	douar-shata	MA		0	Africa/Casablanca	33.48894	-7.15915				06	111		
10939457	Douar Oulad Bini	douar-oulad-bini	MA		0	Africa/Casablanca	33.49635	-7.14082				06	111		
10939458	Douar Rouan	douar-rouan	MA		0	Africa/Casablanca	33.49678	-7.14649				06	111		
10939459	Douar Oulad Haddad	douar-oulad-haddad	MA		0	Africa/Casablanca	33.49714	-7.15812				06	111		
10939484	Douar Lamnasra	douar-lamnasra	MA		0	Africa/Casablanca	33.37686	-7.14245				06	111		
10939498	Douar El Bochtiyine	douar-el-bochtiyine	MA		0	Africa/Casablanca	33.49506	-7.12091				06	111		
10939501	Douar Msaada	douar-msaada	MA		0	Africa/Casablanca	33.4918	-7.10227				06	111		
10939504	Briqueterie	briqueterie	MA		0	Africa/Casablanca	33.48653	-7.0934				06	111		
10939505	Douar Moualine El Qued	douar-moualine-el-qued	MA		0	Africa/Casablanca	33.48948	-7.11518				06	111		
10939508	Douar Oulad Omar	douar-oulad-omar	MA		0	Africa/Casablanca	33.48297	-7.10844				06	111		
10939512	Douar Touaza	douar-touaza	MA		0	Africa/Casablanca	33.47174	-7.11893				06	111		
10939513	Douar Oulad Lboudi	douar-oulad-lboudi	MA		0	Africa/Casablanca	33.46913	-7.11697				06	111		
10939514	Douar Oulad Ghrib	douar-oulad-ghrib	MA		0	Africa/Casablanca	33.46626	-7.12193				06	111		
10939520	Douar Oulad Jilali	douar-oulad-jilali	MA		0	Africa/Casablanca	33.49397	-7.05743				06	111		
10939526	Douar Oulad Ben Tbib	douar-oulad-ben-tbib	MA		0	Africa/Casablanca	33.47539	-7.06752				06	111		
10939527	Douar Oulad Fatna	douar-oulad-fatna	MA		0	Africa/Casablanca	33.47348	-7.07391				06	111		
10939528	Douar Mezouara	douar-mezouara	MA		0	Africa/Casablanca	33.47036	-7.07543				06	111		
10939531	Douar Oulad Quahhab	douar-oulad-quahhab	MA		0	Africa/Casablanca	33.47349	-7.09086				06	111		
10939532	Douar Mraouna	douar-mraouna	MA		0	Africa/Casablanca	33.47307	-7.10157				06	111		
10939538	Jnanat Leghchabene	jnanat-leghchabene	MA		0	Africa/Casablanca	33.45395	-7.0644				06	111		
10939539	Douar Laaouinat	douar-laaouinat	MA		0	Africa/Casablanca	33.45076	-7.0694				06	111		
10939540	Douar Sidi Yahya	douar-sidi-yahya	MA		0	Africa/Casablanca	33.45298	-7.08492				06	111		
10939542	Douar Oulad Echeikh Ahmed	douar-oulad-echeikh-ahmed	MA		0	Africa/Casablanca	33.46247	-7.10442				06	111		
10939543	Douar Oulad Slima	douar-oulad-slima	MA		0	Africa/Casablanca	33.46173	-7.10996				06	111		
10939544	Douar Oulad Chelha	douar-oulad-chelha	MA		0	Africa/Casablanca	33.46288	-7.11399				06	111		
10939546	Douar Oulad Ghrib	douar-oulad-ghrib	MA		0	Africa/Casablanca	33.45667	-7.12268				06	111		
10939547	Douar Qouqat	douar-qouqat	MA		0	Africa/Casablanca	33.45151	-7.11605				06	111		
10939548	Douar Lhartani	douar-lhartani	MA		0	Africa/Casablanca	33.45477	-7.11131				06	111		
10939551	Douar Lgaada	douar-lgaada	MA		0	Africa/Casablanca	33.45205	-7.10075				06	111		
10939552	Douar Moualine El Haoud	douar-moualine-el-haoud	MA		0	Africa/Casablanca	33.44869	-7.107				06	111		
10939553	Douar Oulad Ouahhab	douar-oulad-ouahhab	MA		0	Africa/Casablanca	33.44686	-7.08964				06	111		
10939555	Douar Oulad Hmida	douar-oulad-hmida	MA		0	Africa/Casablanca	33.44713	-7.11957				06	111		
10939557	Douar Oulad Leggouti	douar-oulad-leggouti	MA		0	Africa/Casablanca	33.44473	-7.09708				06	111		
10939558	Douar Leqouassem	douar-leqouassem	MA		0	Africa/Casablanca	33.4403	-7.08839				06	111		
10939559	Douar Charqaoua	douar-charqaoua	MA		0	Africa/Casablanca	33.44072	-7.10092				06	111		
10939563	Douar Oulad Marouani	douar-oulad-marouani	MA		0	Africa/Casablanca	33.43153	-7.10764				06	111		
10939564	Douar El Qabli	douar-el-qabli	MA		0	Africa/Casablanca	33.43606	-7.12217				06	111		
10939565	Douar Oulad El Haj Taher	douar-oulad-el-haj-taher	MA		0	Africa/Casablanca	33.42607	-7.12277				06	111		
10939566	Douar Baggarat	douar-baggarat	MA		0	Africa/Casablanca	33.42324	-7.11625				06	111		
10939567	Douar Oulad Hadda	douar-oulad-hadda	MA		0	Africa/Casablanca	33.41978	-7.11957				06	111		
10939568	Douar Oulad Chelha	douar-oulad-chelha	MA		0	Africa/Casablanca	33.4193	-7.09369				06	111		
10939575	Douar Leqdamra	douar-leqdamra	MA		0	Africa/Casablanca	33.43166	-7.06878				06	111		
10939576	Douar Lehouich	douar-lehouich	MA		0	Africa/Casablanca	33.43286	-7.07494				06	111		
10939579	Douar Mossad	douar-mossad	MA		0	Africa/Casablanca	33.42281	-7.07168				06	111		
10939581	Douar Abda	douar-abda	MA		0	Africa/Casablanca	33.4131	-7.11998				06	111		
10939582	Douar Chaoui	douar-chaoui	MA		0	Africa/Casablanca	33.41378	-7.11893				06	111		
10939583	Douar Oulad Chhayba	douar-oulad-chhayba	MA		0	Africa/Casablanca	33.41914	-7.08397				06	111		
10939584	Douar Hmoudat	douar-hmoudat	MA		0	Africa/Casablanca	33.4155	-7.09537				06	111		
10939585	Douar Haydat	douar-haydat	MA		0	Africa/Casablanca	33.41724	-7.10571				06	111		
10939586	Douar Oulad Boubker	douar-oulad-boubker	MA		0	Africa/Casablanca	33.41197	-7.09369				06	111		
10939588	Douar Oulad El Haj Driss	douar-oulad-el-haj-driss	MA		0	Africa/Casablanca	33.40384	-7.08547				06	111		
10939591	Douar Laqnanfiya	douar-laqnanfiya	MA		0	Africa/Casablanca	33.41034	-7.10872				06	111		
10939592	Douar Oulad Zahra	douar-oulad-zahra	MA		0	Africa/Casablanca	33.40633	-7.0772				06	111		
10939594	Douar Oulad El Mound	douar-oulad-el-mound	MA		0	Africa/Casablanca	33.39397	-7.0897				06	111		
10939595	Douar El Haj Kaddour	douar-el-haj-kaddour	MA		0	Africa/Casablanca	33.38954	-7.10331				06	111		
10939596	Douar Oulad Mohamed	douar-oulad-mohamed	MA		0	Africa/Casablanca	33.39284	-7.09996				06	111		
10939597	Douar Dghayghiya	douar-dghayghiya	MA		0	Africa/Casablanca	33.39752	-7.09743				06	111		
10939605	Douar Moualine El Oued	douar-moualine-el-oued	MA		0	Africa/Casablanca	33.40583	-7.07114				06	111		
10939611	Douar Hriz	douar-hriz	MA		0	Africa/Casablanca	33.38634	-7.10609				06	111		
10939616	Douar Oulad Ben Daoud	douar-oulad-ben-daoud	MA		0	Africa/Casablanca	33.37698	-7.0826				06	111		
10939620	Douar Chrif	douar-chrif	MA		0	Africa/Casablanca	33.38118	-7.05552				06	111		
10939621	Douar Oulad Haddou	douar-oulad-haddou	MA		0	Africa/Casablanca	33.37946	-7.06095				06	111		
10939635	Douar Ain Lkhayl	douar-ain-lkhayl	MA		0	Africa/Casablanca	33.39748	-7.00127				06	111		
10939636	Dar Lbagrat	dar-lbagrat	MA		0	Africa/Casablanca	33.40004	-7.02256				06	111		
10939642	Douar El Haj Tahar	douar-el-haj-tahar	MA		0	Africa/Casablanca	33.41119	-7.04666				06	111		
10939648	Douar Bolissa	douar-bolissa	MA		0	Africa/Casablanca	33.41516	-7.02175				06	111		
10939659	Douar Sidi Ahmed	douar-sidi-ahmed	MA		0	Africa/Casablanca	33.43404	-7.01282				06	111		
10939665	Douar Labbazaa	douar-labbazaa	MA		0	Africa/Casablanca	33.44197	-7.00509				06	111		
10939667	Douar Ain Skhouna	douar-ain-skhouna	MA		0	Africa/Casablanca	33.45124	-7.04389				06	111		
10939669	Douar Oulad Khlifa Chguigua	douar-oulad-khlifa-chguigua	MA		0	Africa/Casablanca	33.46408	-7.01198				06	111		
10939672	Douar Laazaaza	douar-laazaaza	MA		0	Africa/Casablanca	33.46866	-6.99911				06	111		
10939675	Douar Lebsasla Tirs	douar-lebsasla-tirs	MA		0	Africa/Casablanca	33.47443	-7.04807				06	111		
10939676	Douar Lebasasla Laassassem	douar-lebasasla-laassassem	MA		0	Africa/Casablanca	33.4765	-7.03157				06	111		
10939679	Douar Ghzaouna	douar-ghzaouna	MA		0	Africa/Casablanca	33.47897	-7.0063				06	111		
10939680	Douar Ghzaouna Oulad Redouane	douar-ghzaouna-oulad-redouane	MA		0	Africa/Casablanca	33.47527	-6.99842				06	111		
10939684	Douar Chouaouet	douar-chouaouet	MA		0	Africa/Casablanca	33.49724	-7.00068				06	111		
10939688	Douar Labsasla Ain Lhamra	douar-labsasla-ain-lhamra	MA		0	Africa/Casablanca	33.49112	-7.03385				06	111		
10939689	Douar Lakouamel Tirs	douar-lakouamel-tirs	MA		0	Africa/Casablanca	33.49529	-7.03584				06	111		
10939699	Douar Oulad Aziza	douar-oulad-aziza	MA		0	Africa/Casablanca	33.40237	-7.09047				06	111		
10939726	Douar Leqsas	douar-leqsas	MA		0	Africa/Casablanca	33.46478	-7.03273				06	111		
10939728	Douar Oulad Tayeb	douar-oulad-tayeb	MA		0	Africa/Casablanca	33.47915	-7.124				06	111		
10939729	Douar Thami Oueld Najma	douar-thami-oueld-najma	MA		0	Africa/Casablanca	33.43015	-7.12449				06	111		
10939730	Douar Lhaj Taher	douar-lhaj-taher	MA		0	Africa/Casablanca	33.42249	-7.12486				06	111		
10939732	Sanaoubar	sanaoubar	MA		0	Africa/Casablanca	33.79433	-7.23025				06	111		
10939737	Kouri Lhallouf	kouri-lhallouf	MA		0	Africa/Casablanca	33.78709	-7.24222				06	111		
10939738	Dar Med Zidoun	dar-med-zidoun	MA		0	Africa/Casablanca	33.75981	-7.22943				06	111		
10939740	Dar Laghal Lhousang	dar-laghal-lhousang	MA		0	Africa/Casablanca	33.75542	-7.23132				06	111		
10939744	Dar Chaalan	dar-chaalan	MA		0	Africa/Casablanca	33.75016	-7.19833				06	111		
10939754	Dar Boujamaa	dar-boujamaa	MA		0	Africa/Casablanca	33.74718	-7.09749				06	111		
10939757	Dar El Mokhtar Ould Drrayya	dar-el-mokhtar-ould-drrayya	MA		0	Africa/Casablanca	33.743	-7.09961				06	111		
10939758	Dar Bouchaayb Ben El Aarbi	dar-bouchaayb-ben-el-aarbi	MA		0	Africa/Casablanca	33.7417	-7.09415				06	111		
10939760	Dar El Haj Amer Ould Massaoud	dar-el-haj-amer-ould-massaoud	MA		0	Africa/Casablanca	33.73203	-7.09706				06	111		
10939761	Dar Cheikh Kaddour	dar-cheikh-kaddour	MA		0	Africa/Casablanca	33.73017	-7.09169				06	111		
10939762	Douar Aouine Lbayda	douar-aouine-lbayda	MA		0	Africa/Casablanca	33.72816	-7.10034				06	111		
10939763	Douar El Koudia	douar-el-koudia	MA		0	Africa/Casablanca	33.724	-7.08453				06	111		
10939765	Dar El Fathi	dar-el-fathi	MA		0	Africa/Casablanca	33.72146	-7.1145				06	111		
10939766	Oulad El Mokhtar	oulad-el-mokhtar	MA		0	Africa/Casablanca	33.71786	-7.10844				06	111		
10939767	Dar Eddoghm Bouchaayb	dar-eddoghm-bouchaayb	MA		0	Africa/Casablanca	33.71817	-7.12108				06	111		
10939768	Oulad Jilali Ben Hafyane	oulad-jilali-ben-hafyane	MA		0	Africa/Casablanca	33.71227	-7.1079				06	111		
10939769	Oulad Fateh	oulad-fateh	MA		0	Africa/Casablanca	33.71027	-7.10146				06	111		
10939770	Oulad Bouazza Ben Achir	oulad-bouazza-ben-achir	MA		0	Africa/Casablanca	33.70775	-7.11496				06	111		
10939771	Dar Sidi Mohamed	dar-sidi-mohamed	MA		0	Africa/Casablanca	33.70692	-7.12077				06	111		
10939772	Daidia	daidia	MA		0	Africa/Casablanca	33.70721	-7.09004				06	111		
10939774	Oulad El Haj Ettaher	oulad-el-haj-ettaher	MA		0	Africa/Casablanca	33.70246	-7.11161				06	111		
10939775	Oulad Abderrahmane	oulad-abderrahmane	MA		0	Africa/Casablanca	33.70437	-7.08884				06	111		
10939776	Oulad El Khaouda	oulad-el-khaouda	MA		0	Africa/Casablanca	33.69903	-7.11285				06	111		
10939779	Douret Lakhafi	douret-lakhafi	MA		0	Africa/Casablanca	33.69593	-7.09633				06	111		
10939780	Oulad Ahmed Essahel	oulad-ahmed-essahel	MA		0	Africa/Casablanca	33.69169	-7.12049				06	111		
10939784	Leaouija	leaouija	MA		0	Africa/Casablanca	33.66812	-7.10848				06	111		
10939785	Oulad Bouazza	oulad-bouazza	MA		0	Africa/Casablanca	33.67064	-7.09168				06	111		
10939786	Dar Boutarfa	dar-boutarfa	MA		0	Africa/Casablanca	33.66734	-7.09634				06	111		
10939788	Matmourat Lgfaffar	matmourat-lgfaffar	MA		0	Africa/Casablanca	33.66019	-7.11084				06	111		
10939795	Lekrayma	lekrayma	MA		0	Africa/Casablanca	33.62545	-7.09807				06	111		
10939796	Dyar Lghaame	dyar-lghaame	MA		0	Africa/Casablanca	33.63142	-7.09402				06	111		
10939822	Dar Lounqel	dar-lounqel	MA		0	Africa/Casablanca	33.65249	-7.08777				06	111		
10939833	Oulad Achich	oulad-achich	MA		0	Africa/Casablanca	33.74515	-7.0805				06	111		
10939834	Oulad Lemqaddem Tahar	oulad-lemqaddem-tahar	MA		0	Africa/Casablanca	33.7464	-7.07651				06	111		
10939835	Oulad Tayeb Mohamed	oulad-tayeb-mohamed	MA		0	Africa/Casablanca	33.7462	-7.05037				06	111		
10939837	Oulad El Aissi Ahmed	oulad-el-aissi-ahmed	MA		0	Africa/Casablanca	33.74021	-7.05431				06	111		
10939841	Dar El Haj El Arbi	dar-el-haj-el-arbi	MA		0	Africa/Casablanca	33.73946	-7.04663				06	111		
10939842	Dar Lemih	dar-lemih	MA		0	Africa/Casablanca	33.73087	-7.05765				06	111		
10939845	Oulad Zouine	oulad-zouine	MA		0	Africa/Casablanca	33.72607	-7.06775				06	111		
10939847	Oulad Chadui	oulad-chadui	MA		0	Africa/Casablanca	33.72355	-7.04267				06	111		
10939848	Oulad Abida	oulad-abida	MA		0	Africa/Casablanca	33.72036	-7.05636				06	111		
10939855	Oulad Achala	oulad-achala	MA		0	Africa/Casablanca	33.70192	-7.07505				06	111		
10939856	Legtaba	legtaba	MA		0	Africa/Casablanca	33.70219	-7.04086				06	111		
10939862	Lebrabcha	lebrabcha	MA		0	Africa/Casablanca	33.67557	-7.07796				06	111		
10939866	Oulad Laatouani Moussa	oulad-laatouani-moussa	MA		0	Africa/Casablanca	33.66232	-7.07567				06	111		
10939869	Boutarfa	boutarfa	MA		0	Africa/Casablanca	33.65846	-7.0861				06	111		
10939915	Lehouamed	lehouamed	MA		0	Africa/Casablanca	33.745	-7.01988				04	501		
10939924	Oulad Ben Tami	oulad-ben-tami	MA		0	Africa/Casablanca	33.72886	-7.03936				06	111		
10939929	Oulad Aissa	oulad-aissa	MA		0	Africa/Casablanca	33.71442	-7.03926				06	111		
10939932	Oulad Bouazza Ben Chrif	oulad-bouazza-ben-chrif	MA		0	Africa/Casablanca	33.71094	-7.03473				06	111		
10939951	Bni Moussa	bni-moussa	MA		0	Africa/Casablanca	33.66376	-7.03147				06	111		
10939954	Oulad Mhamed Belkbir	oulad-mhamed-belkbir	MA		0	Africa/Casablanca	33.65937	-7.02009				06	111		
10939959	Dar Jlal Ould Ghima	dar-jlal-ould-ghima	MA		0	Africa/Casablanca	33.65146	-7.01354				06	111		
10939960	Lemaidnat	lemaidnat	MA		0	Africa/Casablanca	33.65024	-7.02928				06	111		
10939968	Dar Lqadri	dar-lqadri	MA		0	Africa/Casablanca	33.63811	-7.02131				06	111		
10939969	Beni Issi	beni-issi	MA		0	Africa/Casablanca	33.63588	-7.02179				06	111		
10939971	Oulad Hmida Befarbi	oulad-hmida-befarbi	MA		0	Africa/Casablanca	33.62685	-7.01646				06	111		
10939974	Dar Adarrab	dar-adarrab	MA		0	Africa/Casablanca	33.62551	-7.02548				06	111		
10939975	Oulad Bouazza	oulad-bouazza	MA		0	Africa/Casablanca	33.62834	-7.03509				06	111		
10939998	Dar Sabei	dar-sabei	MA		0	Africa/Casablanca	33.73571	-7.12163				06	111		
10940005	Dar El Haj Massaoud Hamni	dar-el-haj-massaoud-hamni	MA		0	Africa/Casablanca	33.74494	-7.11953				06	111		
10940006	Oulad Mohamed Bouzahra	oulad-mohamed-bouzahra	MA		0	Africa/Casablanca	33.74605	-7.10614				06	111		
10940010	Dar Lbartouz	dar-lbartouz	MA		0	Africa/Casablanca	33.72719	-7.10915				06	111		
10940012	Oulad Cheikh Sghir	oulad-cheikh-sghir	MA		0	Africa/Casablanca	33.70528	-7.10814				06	111		
10940013	Sidi Talae Leghab	sidi-talae-leghab	MA		0	Africa/Casablanca	33.70898	-7.11444				06	111		
10940016	Chouka	chouka	MA		0	Africa/Casablanca	33.7241	-7.06987				06	111		
10940022	Oulad Leatja	oulad-leatja	MA		0	Africa/Casablanca	33.72223	-7.08881				06	111		
10940023	Oulad Mohamed Bel Abdaoui	oulad-mohamed-bel-abdaoui	MA		0	Africa/Casablanca	33.71372	-7.09951				06	111		
10940024	Agriculture Atif	agriculture-atif	MA		0	Africa/Casablanca	33.70801	-7.10522				06	111		
10940043	Jnanale	jnanale	MA		0	Africa/Casablanca	33.8696	-6.85162				04	501		
10940046	Oulad Messrour	oulad-messrour	MA		0	Africa/Casablanca	33.76752	-7.19544				06	111		
10940048	Dar Falah	dar-falah	MA		0	Africa/Casablanca	33.77288	-7.20096				06	111		
10940050	Oulad Lamzabi	oulad-lamzabi	MA		0	Africa/Casablanca	33.77578	-7.18757				06	111		
10940052	Dar Lhaj Allah	dar-lhaj-allah	MA		0	Africa/Casablanca	33.78251	-7.18894				06	111		
10940056	Oulad Laabbar	oulad-laabbar	MA		0	Africa/Casablanca	33.77672	-7.20778				06	111		
10940058	Dahoumi	dahoumi	MA		0	Africa/Casablanca	33.80959	-7.18016				06	111		
10940059	Lqasba	lqasba	MA		0	Africa/Casablanca	33.82635	-7.14764				06	111		
10940065	Qasbet Bouznika	qasbet-bouznika	MA		0	Africa/Casablanca	33.81002	-7.15213				06	111		
10940066	Oulad Chafi	oulad-chafi	MA		0	Africa/Casablanca	33.80799	-7.14775				06	111		
10940067	Haras De La Qasba	haras-de-la-qasba	MA		0	Africa/Casablanca	33.80697	-7.16015				06	111		
10940068	Dar Llaraji	dar-llaraji	MA		0	Africa/Casablanca	33.80333	-7.14912				06	111		
10940071	Douar Azzouz	douar-azzouz	MA		0	Africa/Casablanca	33.78511	-7.15762				06	111		
10940072	Douar Manssour	douar-manssour	MA		0	Africa/Casablanca	33.78147	-7.15107				06	111		
10940073	Quarter Arnad	quarter-arnad	MA		0	Africa/Casablanca	33.77922	-7.16112				06	111		
10940075	Oulad Mahjouba	oulad-mahjouba	MA		0	Africa/Casablanca	33.77569	-7.15932				06	111		
10940081	Oulad Bennani	oulad-bennani	MA		0	Africa/Casablanca	33.75812	-7.16719				06	111		
10940082	Oulad Laqzibri	oulad-laqzibri	MA		0	Africa/Casablanca	33.75439	-7.1662				06	111		
10940084	Dar Lhaj Abdelkader	dar-lhaj-abdelkader	MA		0	Africa/Casablanca	33.75828	-7.17685				06	111		
10940088	Dar Lahamis	dar-lahamis	MA		0	Africa/Casablanca	33.75137	-7.12998				06	111		
10940089	Douar Chouaker	douar-chouaker	MA		0	Africa/Casablanca	33.75462	-7.12846				06	111		
10940091	Douar Grayrie	douar-grayrie	MA		0	Africa/Casablanca	33.75876	-7.14625				06	111		
10940092	Douar Addaya	douar-addaya	MA		0	Africa/Casablanca	33.75951	-7.13524				06	111		
10940095	Dar Rahat Hassan	dar-rahat-hassan	MA		0	Africa/Casablanca	33.76415	-7.1426				06	111		
10940097	Oulad Larch	oulad-larch	MA		0	Africa/Casablanca	33.77043	-7.13601				06	111		
10940099	Douar Sidi Lmaati	douar-sidi-lmaati	MA		0	Africa/Casablanca	33.77892	-7.15191				06	111		
10940100	Douar Maline Loubrd	douar-maline-loubrd	MA		0	Africa/Casablanca	33.78061	-7.13578				06	111		
10940101	Douar Laagbane	douar-laagbane	MA		0	Africa/Casablanca	33.77883	-7.12708				06	111		
10940102	Dar Med Kaskal	dar-med-kaskal	MA		0	Africa/Casablanca	33.78428	-7.12762				06	111		
10940103	Sociaté Gamén	sociate-gamen	MA		0	Africa/Casablanca	33.78687	-7.12915				06	111		
10940104	Oulad Balkriri	oulad-balkriri	MA		0	Africa/Casablanca	33.78641	-7.13682				06	111		
10940106	Société Ecogema	societe-ecogema	MA		0	Africa/Casablanca	33.78992	-7.13625				06	111		
10940107	Oulad Mahjouba	oulad-mahjouba	MA		0	Africa/Casablanca	33.79007	-7.14405				06	111		
10940108	Dar Llrilak	dar-llrilak	MA		0	Africa/Casablanca	33.7923	-7.14682				06	111		
10940109	Che Agnane	che-agnane	MA		0	Africa/Casablanca	33.79609	-7.14706				06	111		
10940110	Dar Lhaj Abdelkader	dar-lhaj-abdelkader	MA		0	Africa/Casablanca	33.79271	-7.13987				06	111		
10940112	Douar Lebrahma	douar-lebrahma	MA		0	Africa/Casablanca	33.79577	-7.12869				06	111		
10940116	Dar Lhaj Mbarek	dar-lhaj-mbarek	MA		0	Africa/Casablanca	33.80155	-7.1414				06	111		
10940118	Douar Laqbabda	douar-laqbabda	MA		0	Africa/Casablanca	33.80626	-7.12711				06	111		
10940122	Riad Daya	riad-daya	MA		0	Africa/Casablanca	33.81326	-7.14614				06	111		
10940132	Lisne Smico	lisne-smico	MA		0	Africa/Casablanca	33.78238	-7.17785				06	111		
10940138	Sakhart Oulad Hanad Ou Moussa	sakhart-oulad-hanad-ou-moussa	MA		0	Africa/Casablanca	33.77159	-7.13597				06	111		
10940146	Ait Gmiri	ait-gmiri	MA		0	Africa/Casablanca	33.36419	-6.97292				06	111		
10940148	Douar Oulad Sidi Ahmed	douar-oulad-sidi-ahmed	MA		0	Africa/Casablanca	33.36231	-6.94839				06	111		
10940149	Douar Saidia Il Bou Douil	douar-saidia-il-bou-douil	MA		0	Africa/Casablanca	33.35562	-6.96065				06	111		
10940162	Ait Allal	ait-allal	MA		0	Africa/Casablanca	33.33659	-6.96562				06	111		
10940164	Ait Said	ait-said	MA		0	Africa/Casablanca	33.32802	-6.95597				06	111		
10940168	El Hajra El Bayda	el-hajra-el-bayda	MA		0	Africa/Casablanca	33.3246	-6.95713				06	111		
10940169	Lebbirat	lebbirat	MA		0	Africa/Casablanca	33.3232	-6.96492				06	111		
10940173	Douar El Karkour Oulad Zayd	douar-el-karkour-oulad-zayd	MA		0	Africa/Casablanca	33.31791	-6.99594				06	111		
10940177	Douar Lkarkour Oulad Zayd	douar-lkarkour-oulad-zayd	MA		0	Africa/Casablanca	33.30855	-6.96689				06	111		
10940180	Lqarrad	lqarrad	MA		0	Africa/Casablanca	33.30448	-6.99114				06	111		
10940183	Douar Lkarkour Oulad Zayd	douar-lkarkour-oulad-zayd	MA		0	Africa/Casablanca	33.29539	-6.95818				06	111		
10940186	Lebbada	lebbada	MA		0	Africa/Casablanca	33.29191	-6.99034				06	111		
10940188	Douar Diyar El Hajjaj Oulad Jhayech	douar-diyar-el-hajjaj-oulad-jhayech	MA		0	Africa/Casablanca	33.29359	-6.97661				06	111		
10940199	Douar Lakhlat	douar-lakhlat	MA		0	Africa/Casablanca	33.27569	-6.97944				06	111		
10940205	Douar Lakhlat	douar-lakhlat	MA		0	Africa/Casablanca	33.26893	-6.99067				06	111		
10940212	Rbaat El Haj Rguig	rbaat-el-haj-rguig	MA		0	Africa/Casablanca	33.26105	-6.96414				06	111		
10940215	Douar Oulad Daoud	douar-oulad-daoud	MA		0	Africa/Casablanca	33.25726	-6.98904				06	111		
10940217	Douar Oulad Lahsen	douar-oulad-lahsen	MA		0	Africa/Casablanca	33.2537	-6.95805				06	111		
10940221	Douar Oulad Lahson	douar-oulad-lahson	MA		0	Africa/Casablanca	33.25232	-6.97285				06	111		
10940225	Dar El Haj Lekbir	dar-el-haj-lekbir	MA		0	Africa/Casablanca	33.25827	-6.94344				06	111		
10940232	Douar Oulad Moumen	douar-oulad-moumen	MA		0	Africa/Casablanca	33.25196	-6.92314				06	111		
10940235	Douar Oulad Moumene Bir Estila	douar-oulad-moumene-bir-estila	MA		0	Africa/Casablanca	33.24977	-6.90553				06	111		
10940238	El Batma	el-batma	MA		0	Africa/Casablanca	33.2585	-6.94706				06	111		
10940241	Erregab	erregab	MA		0	Africa/Casablanca	33.26606	-6.91363				06	111		
10940255	Douar Oulad Massaoud	douar-oulad-massaoud	MA		0	Africa/Casablanca	33.28328	-6.91014				06	111		
10940256	Maline Essamriya	maline-essamriya	MA		0	Africa/Casablanca	33.28106	-6.91204				06	111		
10940257	Hit Ennbeg	hit-ennbeg	MA		0	Africa/Casablanca	33.28583	-6.93048				06	111		
10940258	Douar Oulad Massaoud Ait Yahya	douar-oulad-massaoud-ait-yahya	MA		0	Africa/Casablanca	33.28802	-6.93689				06	111		
10940259	Oulad Ezzebayer	oulad-ezzebayer	MA		0	Africa/Casablanca	33.28882	-6.9449				06	111		
10940260	Douar Oulad Massaoud Ziquat	douar-oulad-massaoud-ziquat	MA		0	Africa/Casablanca	33.29051	-6.91277				06	111		
10940264	Douar Laatatra	douar-laatatra	MA		0	Africa/Casablanca	33.29972	-6.93411				06	111		
10940265	Douar Laatatra Jaadriya	douar-laatatra-jaadriya	MA		0	Africa/Casablanca	33.30577	-6.93069				06	111		
10940266	Douar Oulad Massaoud	douar-oulad-massaoud	MA		0	Africa/Casablanca	33.30213	-6.90876				06	111		
10940268	Douar Laatatra Ould Ben Lekbir	douar-laatatra-ould-ben-lekbir	MA		0	Africa/Casablanca	33.31438	-6.93271				06	111		
10940281	Bir Ennasr	bir-ennasr	MA		0	Africa/Casablanca	33.34036	-6.91508				06	111		
10940287	Douar Saidia I	douar-saidia-i	MA		0	Africa/Casablanca	33.35007	-6.91154				06	111		
10940289	Douar Saidra I	douar-saidra-i	MA		0	Africa/Casablanca	33.35504	-6.94167				06	111		
10940298	Douar Oulad Sidi Ahmed	douar-oulad-sidi-ahmed	MA		0	Africa/Casablanca	33.36772	-6.90194				06	111		
10940304	Douar Saidie Ill El Attaria	douar-saidie-ill-el-attaria	MA		0	Africa/Casablanca	33.35622	-6.89798				06	111		
10940310	Laghouir	laghouir	MA		0	Africa/Casablanca	33.33939	-6.90582				06	111		
10940311	Azib El Caid	azib-el-caid	MA		0	Africa/Casablanca	33.33021	-6.9024				06	111		
10940312	Essouaaliya	essouaaliya	MA		0	Africa/Casablanca	33.32756	-6.90283				06	111		
10940315	Rbaat Hmer Enas	rbaat-hmer-enas	MA		0	Africa/Casablanca	33.322	-6.89547				06	111		
10940316	Ait Ghedifa	ait-ghedifa	MA		0	Africa/Casablanca	33.32668	-6.89045				06	111		
10940321	Ennekhila	ennekhila	MA		0	Africa/Casablanca	33.31617	-6.89062				06	111		
10940324	Douar Laatatra Ould Massaoud	douar-laatatra-ould-massaoud	MA		0	Africa/Casablanca	33.31264	-6.90415				06	111		
10940326	Maline El Qour	maline-el-qour	MA		0	Africa/Casablanca	33.31092	-6.88457				06	111		
10940328	Douar Oulad Massaoud	douar-oulad-massaoud	MA		0	Africa/Casablanca	33.30399	-6.88985				06	111		
10940330	Douar Oulad Massaoud	douar-oulad-massaoud	MA		0	Africa/Casablanca	33.29569	-6.87564				06	111		
10940337	Douar Oulad Massaoud Lahsaksa	douar-oulad-massaoud-lahsaksa	MA		0	Africa/Casablanca	33.28712	-6.90599				06	111		
10940345	Douar Oulad Amira Etlayhiya	douar-oulad-amira-etlayhiya	MA		0	Africa/Casablanca	33.27641	-6.89157				06	111		
10940360	Douar Oulad Amira Ben Slimane	douar-oulad-amira-ben-slimane	MA		0	Africa/Casablanca	33.25802	-6.89149				06	111		
10940365	Douar Oulad Amira Etelayhiya	douar-oulad-amira-etelayhiya	MA		0	Africa/Casablanca	33.25082	-6.89827				06	111		
10940375	Dar Oulad Massaoud Charraqa	dar-oulad-massaoud-charraqa	MA		0	Africa/Casablanca	33.27067	-6.92644				06	111		
10940381	Dyar Lhajjaj	dyar-lhajjaj	MA		0	Africa/Casablanca	33.31477	-6.99953				06	111		
10940384	Douar Saicha Il	douar-saicha-il	MA		0	Africa/Casablanca	33.33552	-6.95737				06	111		
10940385	Douar Saidialil	douar-saidialil	MA		0	Africa/Casablanca	33.3355	-6.88122				06	111		
10940386	Douar Saidia Il	douar-saidia-il	MA		0	Africa/Casablanca	33.33376	-6.93323				06	111		
10940388	Dar Moul Lebla	dar-moul-lebla	MA		0	Africa/Casablanca	33.73764	-6.54563				04	291		
10940390	Dar Oulad Ferhouni	dar-oulad-ferhouni	MA		0	Africa/Casablanca	33.73462	-6.55215				04	291		
10940392	Douar Oulad Mansour Ait Ben Aissa	douar-oulad-mansour-ait-ben-aissa	MA		0	Africa/Casablanca	33.74345	-6.53458				04	291		
10940396	Douar Oulad El Mehdi	douar-oulad-el-mehdi	MA		0	Africa/Casablanca	33.73414	-6.53983				04	291		
10940399	Dar Oulad Eddaoui	dar-oulad-eddaoui	MA		0	Africa/Casablanca	33.73309	-6.58638				04	291		
10940400	Dar Mohamed Nouah	dar-mohamed-nouah	MA		0	Africa/Casablanca	33.73175	-6.59028				04	291		
10940402	Dar Zaamari Mohamed	dar-zaamari-mohamed	MA		0	Africa/Casablanca	33.72832	-6.61809				04	291		
10940403	Douar Salat	douar-salat	MA		0	Africa/Casablanca	33.71702	-6.60861				04	291		
10940405	Dar Hammouda Ahmed	dar-hammouda-ahmed	MA		0	Africa/Casablanca	33.71747	-6.58211				04	291		
10940407	Dar El Haj Omar	dar-el-haj-omar	MA		0	Africa/Casablanca	33.72168	-6.57528				04	291		
10940408	Douar Lerkeb	douar-lerkeb	MA		0	Africa/Casablanca	33.725	-6.56438				04	291		
10940411	Douar El Gueouaouda Najda I	douar-el-gueouaouda-najda-i	MA		0	Africa/Casablanca	33.71417	-6.5287				04	291		
10940420	Douar El Mouisikha	douar-el-mouisikha	MA		0	Africa/Casablanca	33.70485	-6.56144				04	291		
10940421	Douar Oulad Mansour	douar-oulad-mansour	MA		0	Africa/Casablanca	33.70815	-6.56432				04	291		
10940422	Dar Oulad Omar Mohamed	dar-oulad-omar-mohamed	MA		0	Africa/Casablanca	33.71517	-6.55402				04	291		
10940424	Douar Oulad Mansour	douar-oulad-mansour	MA		0	Africa/Casablanca	33.70197	-6.57271				04	291		
10940426	Dar Ben Slimane Chtibchar	dar-ben-slimane-chtibchar	MA		0	Africa/Casablanca	33.70889	-6.57831				04	291		
10940427	Dar Oulad Ouahid Hassa	dar-oulad-ouahid-hassa	MA		0	Africa/Casablanca	33.71031	-6.57642				04	291		
10940428	Dar Oulad Abdennouri Charbi	dar-oulad-abdennouri-charbi	MA		0	Africa/Casablanca	33.71326	-6.58159				04	291		
10940430	Laayayda Oulad Mimoun I	laayayda-oulad-mimoun-i	MA		0	Africa/Casablanca	33.70351	-6.59983				04	291		
10940431	Dar Oulad Ben Lahsen	dar-oulad-ben-lahsen	MA		0	Africa/Casablanca	33.70879	-6.60822				04	291		
10940432	Dar El Hajja Chafia	dar-el-hajja-chafia	MA		0	Africa/Casablanca	33.70364	-6.6071				04	291		
10940434	Dar Kacimi Nezha	dar-kacimi-nezha	MA		0	Africa/Casablanca	33.69164	-6.61955				04	291		
10940435	Dar Chafal	dar-chafal	MA		0	Africa/Casablanca	33.69637	-6.61472				04	291		
10940436	Dar Abdelkader El Haj	dar-abdelkader-el-haj	MA		0	Africa/Casablanca	33.69323	-6.61337				04	291		
10940437	Dar Caid Sidi Hassan	dar-caid-sidi-hassan	MA		0	Africa/Casablanca	33.68905	-6.61423				04	291		
10940438	Douar Oulad Mimoun I	douar-oulad-mimoun-i	MA		0	Africa/Casablanca	33.69994	-6.60899				04	291		
10940439	Douar Zraoula	douar-zraoula	MA		0	Africa/Casablanca	33.69692	-6.6002				04	291		
10940442	Dar Abdessalam	dar-abdessalam	MA		0	Africa/Casablanca	33.69239	-6.59556				04	291		
10940443	Dar Zerouali Allal	dar-zerouali-allal	MA		0	Africa/Casablanca	33.68985	-6.5953				04	291		
10940445	Douar Oulad Mimoun I	douar-oulad-mimoun-i	MA		0	Africa/Casablanca	33.69137	-6.58569				04	291		
10940447	Dar Beghdad Jilali	dar-beghdad-jilali	MA		0	Africa/Casablanca	33.68801	-6.59288				04	291		
10940448	Douar Hmadat Oulad Aziz	douar-hmadat-oulad-aziz	MA		0	Africa/Casablanca	33.69367	-6.54483				04	291		
10940450	Douar El Gouaouda Najda Ii	douar-el-gouaouda-najda-ii	MA		0	Africa/Casablanca	33.68836	-6.53052				04	291		
10940451	Dar Hamed Ben Azza	dar-hamed-ben-azza	MA		0	Africa/Casablanca	33.68626	-6.53398				04	291		
10940452	Dar Lekbir Ben Rahhal	dar-lekbir-ben-rahhal	MA		0	Africa/Casablanca	33.68641	-6.53977				04	291		
10940455	Douar Lehouamed Sidi Bouqine	douar-lehouamed-sidi-bouqine	MA		0	Africa/Casablanca	33.69814	-6.50488				04	291		
10940456	Douar El Gouaouda Najda II	douar-el-gouaouda-najda-ii	MA		0	Africa/Casablanca	33.685	-6.50921				04	291		
10940465	Dar Assou	dar-assou	MA		0	Africa/Casablanca	33.6841	-6.53885				04	291		
10940466	Dar Sidi Ahmed	dar-sidi-ahmed	MA		0	Africa/Casablanca	33.68253	-6.55046				04	291		
10940467	Douar Tallal	douar-tallal	MA		0	Africa/Casablanca	33.67609	-6.56764				04	291		
10940468	Dar El Arbi Doukkali	dar-el-arbi-doukkali	MA		0	Africa/Casablanca	33.67166	-6.56163				04	291		
10940470	Dar Miloud Shayli	dar-miloud-shayli	MA		0	Africa/Casablanca	33.67541	-6.58775				04	291		
10940471	Dar Oulad Cheikh Shaymi	dar-oulad-cheikh-shaymi	MA		0	Africa/Casablanca	33.6817	-6.59041				04	291		
10940473	Dar El Ghali Seddiq	dar-el-ghali-seddiq	MA		0	Africa/Casablanca	33.68396	-6.58592				04	291		
10940474	Dar Ahmed Ould El Haj Bouazza	dar-ahmed-ould-el-haj-bouazza	MA		0	Africa/Casablanca	33.67373	-6.59226				04	291		
10940475	Dar Ahmed Doukkali	dar-ahmed-doukkali	MA		0	Africa/Casablanca	33.6748	-6.59069				04	291		
10940476	Douar Brachoua	douar-brachoua	MA		0	Africa/Casablanca	33.67111	-6.59751				04	291		
10940477	Dar Oulad El Haj Ahmed	dar-oulad-el-haj-ahmed	MA		0	Africa/Casablanca	33.67193	-6.60335				04	291		
10940478	Dar El Kheyyari Mohamed	dar-el-kheyyari-mohamed	MA		0	Africa/Casablanca	33.67962	-6.61481				04	291		
10940481	Dar Oulad El Mesnaour	dar-oulad-el-mesnaour	MA		0	Africa/Casablanca	33.68473	-6.61088				04	291		
10940482	Douar Laayayda Ait Ali	douar-laayayda-ait-ali	MA		0	Africa/Casablanca	33.68603	-6.59513				04	291		
10940483	Dar Maqrouni El Arbi	dar-maqrouni-el-arbi	MA		0	Africa/Casablanca	33.68755	-6.59017				04	291		
10940486	Dar Mohamed Zirari	dar-mohamed-zirari	MA		0	Africa/Casablanca	33.66659	-6.57966				04	291		
10940488	Dar Sidi Mohamed Ben Echaoui	dar-sidi-mohamed-ben-echaoui	MA		0	Africa/Casablanca	33.66996	-6.54958				04	291		
10940490	Douar Oulad Aziz Sidi Allal Baytar	douar-oulad-aziz-sidi-allal-baytar	MA		0	Africa/Casablanca	33.67053	-6.53638				04	291		
10940492	Douar Oulad Ali Ben Farhoune	douar-oulad-ali-ben-farhoune	MA		0	Africa/Casablanca	33.667	-6.52288				04	291		
10940494	Dar Ould Bel Hossine	dar-ould-bel-hossine	MA		0	Africa/Casablanca	33.66128	-6.50173				04	291		
10940496	Dar Mohamed Ben Essahraoui	dar-mohamed-ben-essahraoui	MA		0	Africa/Casablanca	33.65385	-6.5022				04	291		
10940497	Douar Oulad Aziz Oulad Mansour	douar-oulad-aziz-oulad-mansour	MA		0	Africa/Casablanca	33.65723	-6.52228				04	291		
10940500	Dar Ahmed Bel Gharouat	dar-ahmed-bel-gharouat	MA		0	Africa/Casablanca	33.66194	-6.53359				04	291		
10940502	Dar Miloud Ben Hmidi	dar-miloud-ben-hmidi	MA		0	Africa/Casablanca	33.6621	-6.54799				04	291		
10940503	Dar Ben Amer Hafidi	dar-ben-amer-hafidi	MA		0	Africa/Casablanca	33.6556	-6.54655				04	291		
10940504	Dar Mohamed Fechtali	dar-mohamed-fechtali	MA		0	Africa/Casablanca	33.65703	-6.55387				04	291		
10940505	Douar Oulad Mimoun I Oulad Azzouz	douar-oulad-mimoun-i-oulad-azzouz	MA		0	Africa/Casablanca	33.65448	-6.56241				04	291		
10940507	Dar Traibi Mohamed Ould Bouazza	dar-traibi-mohamed-ould-bouazza	MA		0	Africa/Casablanca	33.65608	-6.58215				04	291		
10940508	Dar Ould Esseddiqiya	dar-ould-esseddiqiya	MA		0	Africa/Casablanca	33.65008	-6.56754				04	291		
10940510	Dar Sidi El Arbi Qarqouri	dar-sidi-el-arbi-qarqouri	MA		0	Africa/Casablanca	33.65476	-6.58822				04	291		
10940511	Dar Mohamed Ould Rahhal	dar-mohamed-ould-rahhal	MA		0	Africa/Casablanca	33.64955	-6.59264				04	291		
10940512	Dar Ben Haydoud Mohamed	dar-ben-haydoud-mohamed	MA		0	Africa/Casablanca	33.65035	-6.60178				04	291		
10940513	Dar Ben Arara	dar-ben-arara	MA		0	Africa/Casablanca	33.64705	-6.6002				04	291		
10940515	Douar Oulad Sidi Bou Amers Tirs	douar-oulad-sidi-bou-amers-tirs	MA		0	Africa/Casablanca	33.65439	-6.6232				04	291		
10940516	Douar Bayz Oulad Khlifa Chamalia	douar-bayz-oulad-khlifa-chamalia	MA		0	Africa/Casablanca	33.64476	-6.62322				04	291		
10940517	Dar Maati Aissa	dar-maati-aissa	MA		0	Africa/Casablanca	33.64283	-6.62015				04	291		
10940518	Dar Aissa Mohamed Lekhouil	dar-aissa-mohamed-lekhouil	MA		0	Africa/Casablanca	33.64433	-6.61346				04	291		
10940519	Dar Mohamed Saadi	dar-mohamed-saadi	MA		0	Africa/Casablanca	33.64223	-6.60404				04	291		
10940521	Douar Oulad Ghnim	douar-oulad-ghnim	MA		0	Africa/Casablanca	33.63896	-6.59646				04	291		
10940523	Dar Oulad Abdellah Tabet	dar-oulad-abdellah-tabet	MA		0	Africa/Casablanca	33.64117	-6.58753				04	291		
10940524	Douar Oulad Azzouz	douar-oulad-azzouz	MA		0	Africa/Casablanca	33.64724	-6.57625				04	291		
10940525	Dar Lachachi Abdellah	dar-lachachi-abdellah	MA		0	Africa/Casablanca	33.63938	-6.58009				04	291		
10940526	Dar Mohamed Ben Yassine	dar-mohamed-ben-yassine	MA		0	Africa/Casablanca	33.63826	-6.58387				04	291		
10940528	Dar Lahsen Ben Saleh	dar-lahsen-ben-saleh	MA		0	Africa/Casablanca	33.64126	-6.57273				04	291		
10940530	Dar Said Ben Houssine	dar-said-ben-houssine	MA		0	Africa/Casablanca	33.64744	-6.55503				04	291		
10940533	Douar Lemaayfat Sidi Bel Kacem	douar-lemaayfat-sidi-bel-kacem	MA		0	Africa/Casablanca	33.64296	-6.5278				04	291		
10940538	Douar El Qaraa	douar-el-qaraa	MA		0	Africa/Casablanca	33.64841	-6.51228				04	291		
10940540	Douar Legrinat	douar-legrinat	MA		0	Africa/Casablanca	33.64735	-6.50198				04	291		
10940541	Douar Ain Lhamra	douar-ain-lhamra	MA		0	Africa/Casablanca	33.64097	-6.50175				04	291		
10940543	Dar Nasraoui Mohamed	dar-nasraoui-mohamed	MA		0	Africa/Casablanca	33.63368	-6.52286				04	291		
10940544	Douar Lehmamchat Sidi Bel Kacem	douar-lehmamchat-sidi-bel-kacem	MA		0	Africa/Casablanca	33.63529	-6.5329				04	291		
10940545	Douar Oulad Leila	douar-oulad-leila	MA		0	Africa/Casablanca	33.63126	-6.54975				04	291		
10940547	Douar Oulad Ghayt	douar-oulad-ghayt	MA		0	Africa/Casablanca	33.6269	-6.55138				04	291		
10940548	Dar Ould Lekbir	dar-ould-lekbir	MA		0	Africa/Casablanca	33.63656	-6.55739				04	291		
10940549	Dar El Haj Ahmed	dar-el-haj-ahmed	MA		0	Africa/Casablanca	33.63075	-6.56822				04	291		
10940550	Sar Omar Salmani	sar-omar-salmani	MA		0	Africa/Casablanca	33.63154	-6.57618				04	291		
10940551	Dar Lemfadal Slimane	dar-lemfadal-slimane	MA		0	Africa/Casablanca	33.62976	-6.57827				04	291		
10940552	Douar Oulad Ghnim	douar-oulad-ghnim	MA		0	Africa/Casablanca	33.62729	-6.58035				04	291		
10940554	Dar Lkhabji Allal	dar-lkhabji-allal	MA		0	Africa/Casablanca	33.63638	-6.59071				04	291		
10940555	Dar Ahmed Jaja	dar-ahmed-jaja	MA		0	Africa/Casablanca	33.62657	-6.59017				04	291		
10940556	Douar Tabouda	douar-tabouda	MA		0	Africa/Casablanca	33.63083	-6.60052				04	291		
10940557	Dar Ben Taher Ben Azza	dar-ben-taher-ben-azza	MA		0	Africa/Casablanca	33.62707	-6.60296				04	291		
10940558	Dar Laamri Mohamed	dar-laamri-mohamed	MA		0	Africa/Casablanca	33.63538	-6.60668				04	291		
10940560	Dar Abdelkader Ben Taibi	dar-abdelkader-ben-taibi	MA		0	Africa/Casablanca	33.63495	-6.60949				04	291		
10940561	Douar Dyoucha	douar-dyoucha	MA		0	Africa/Casablanca	33.62945	-6.62206				04	291		
10940562	Dar Abderrahmane	dar-abderrahmane	MA		0	Africa/Casablanca	33.62573	-6.57893				04	291		
10940563	Dar Amer	dar-amer	MA		0	Africa/Casablanca	33.62403	-6.55842				04	291		
10940565	Douar Hrafat Sidi Bel Kacem	douar-hrafat-sidi-bel-kacem	MA		0	Africa/Casablanca	33.62429	-6.51447				04	291		
10940573	Dar Bouraozza	dar-bouraozza	MA		0	Africa/Casablanca	33.86695	-6.87263				04	501		
10940574	Dar Racuzzi Bouazza	dar-racuzzi-bouazza	MA		0	Africa/Casablanca	33.86509	-6.87143				04	501		
10940575	Oulad Boutayeb	oulad-boutayeb	MA		0	Africa/Casablanca	33.85998	-6.85821				04	501		
10940576	Dar Louachami	dar-louachami	MA		0	Africa/Casablanca	33.85806	-6.85804				04	501		
10940577	Bassaline El Menzen	bassaline-el-menzen	MA		0	Africa/Casablanca	33.85667	-6.84969				04	501		
10940580	Arsar Habiba	arsar-habiba	MA		0	Africa/Casablanca	33.84482	-6.87027				04	501		
10940582	Dar Louachami	dar-louachami	MA		0	Africa/Casablanca	33.84064	-6.85048				04	501		
10940584	Dar Louardighi	dar-louardighi	MA		0	Africa/Casablanca	33.82853	-6.85173				04	501		
10940587	Douar Lagouaouda	douar-lagouaouda	MA		0	Africa/Casablanca	33.81852	-6.86724				04	501		
10940598	Dar Ihaj Lamaamri	dar-ihaj-lamaamri	MA		0	Africa/Casablanca	33.79973	-6.85746				04	501		
10940602	Dar Cheish Bouamer	dar-cheish-bouamer	MA		0	Africa/Casablanca	33.7903	-6.86954				04	501		
10940607	Dar Kourayma Aras	dar-kourayma-aras	MA		0	Africa/Casablanca	33.77419	-6.86688				04	501		
10940608	Dar Mouaalassim	dar-mouaalassim	MA		0	Africa/Casablanca	33.77143	-6.86383				04	501		
10940610	Douar Ain Ribaa	douar-ain-ribaa	MA		0	Africa/Casablanca	33.76884	-6.8554				04	501		
10940616	Dar Sahabi	dar-sahabi	MA		0	Africa/Casablanca	33.76188	-6.8666				04	501		
10940618	Laatatoua	laatatoua	MA		0	Africa/Casablanca	33.75084	-6.86945				04	501		
10940626	Dar Dinari	dar-dinari	MA		0	Africa/Casablanca	33.75091	-6.83639				04	501		
10940641	Douar Chtab Loued	douar-chtab-loued	MA		0	Africa/Casablanca	33.79442	-6.8234				04	501		
10940642	Douar Chrricha	douar-chrricha	MA		0	Africa/Casablanca	33.79972	-6.82776				04	501		
10940656	Chraga Sidi Laarbi	chraga-sidi-laarbi	MA		0	Africa/Casablanca	33.82173	-6.83849				04	501		
10940664	Douar Ain Lhallour	douar-ain-lhallour	MA		0	Africa/Casablanca	33.85428	-6.84647				04	501		
10940665	Douar Grichate	douar-grichate	MA		0	Africa/Casablanca	33.85961	-6.83268				04	501		
10940666	Dar Rachich	dar-rachich	MA		0	Africa/Casablanca	33.86671	-6.83501				04	501		
10940667	Dar Balafrij	dar-balafrij	MA		0	Africa/Casablanca	33.86757	-6.84098				04	501		
10940668	Dar Belhaj	dar-belhaj	MA		0	Africa/Casablanca	33.87124	-6.83681				04	501		
10940669	Oulad Amira	oulad-amira	MA		0	Africa/Casablanca	33.87193	-6.82405				04	501		
10940683	Oulad Khadda	oulad-khadda	MA		0	Africa/Casablanca	33.82063	-6.82397				04	501		
10940685	Dar Sacim	dar-sacim	MA		0	Africa/Casablanca	33.81749	-6.81579				04	501		
10940686	Chraga	chraga	MA		0	Africa/Casablanca	33.81016	-6.80596				04	501		
10940694	Douar Chtab	douar-chtab	MA		0	Africa/Casablanca	33.7885	-6.80474				04	501		
10940699	Douar Llirma	douar-llirma	MA		0	Africa/Casablanca	33.76761	-6.7768				04	501		
10940701	Lfoqra	lfoqra	MA		0	Africa/Casablanca	33.77526	-6.78922				04	501		
10940702	Oulad Bouamer	oulad-bouamer	MA		0	Africa/Casablanca	33.77528	-6.7806				04	501		
10940703	Lakouaja	lakouaja	MA		0	Africa/Casablanca	33.78067	-6.7962				04	501		
10940704	Douar Lloura	douar-lloura	MA		0	Africa/Casablanca	33.78538	-6.77794				04	501		
10940721	Chtatba	chtatba	MA		0	Africa/Casablanca	33.86912	-6.80969				04	501		
10940722	Car Said Saadari	car-said-saadari	MA		0	Africa/Casablanca	33.87197	-6.77251				04	501		
10940723	Oulad Ghite	oulad-ghite	MA		0	Africa/Casablanca	33.87026	-6.78225				04	501		
10940725	Dar Loukli	dar-loukli	MA		0	Africa/Casablanca	33.86597	-6.76493				04	501		
10940726	Douar Boujemada	douar-boujemada	MA		0	Africa/Casablanca	33.86239	-6.76826				04	501		
10940731	Oulad Belafqih	oulad-belafqih	MA		0	Africa/Casablanca	33.83419	-6.7595				04	501		
10940732	Lamraniyale	lamraniyale	MA		0	Africa/Casablanca	33.8354	-6.75262				04	501		
10940743	Tazrout	tazrout	MA		0	Africa/Casablanca	33.75133	-6.77802				04	501		
10940747	Dar Lhaj Bouchab	dar-lhaj-bouchab	MA		0	Africa/Casablanca	33.77131	-6.75244				04	501		
10940754	Douar Ain Jebbouja	douar-ain-jebbouja	MA		0	Africa/Casablanca	33.79271	-6.76856				04	501		
10940757	Douar Abia-II	douar-abia-ii	MA		0	Africa/Casablanca	33.80456	-6.75983				04	501		
10940758	Dar Bourass	dar-bourass	MA		0	Africa/Casablanca	33.80736	-6.76166				04	501		
10940760	Dar Abdellah	dar-abdellah	MA		0	Africa/Casablanca	33.82275	-6.75346				04	501		
10940761	Dar Ben Dahmane	dar-ben-dahmane	MA		0	Africa/Casablanca	33.81888	-6.76215				04	501		
10940762	Dar Arraj Hassan	dar-arraj-hassan	MA		0	Africa/Casablanca	33.82179	-6.76353				04	501		
10940764	Oulad Laarbi	oulad-laarbi	MA		0	Africa/Casablanca	33.82755	-6.75664				04	501		
10940765	Lakhbazale	lakhbazale	MA		0	Africa/Casablanca	33.8296	-6.75402				04	501		
10940768	Ceva Sophawet	ceva-sophawet	MA		0	Africa/Casablanca	33.81642	-6.78082				04	501		
10941417	Lamhamid	lamhamid	MA		0	Africa/Casablanca	34.99267	-6.23686				04	281		
10941420	Oulad Lfarfari	oulad-lfarfari	MA		0	Africa/Casablanca	34.99523	-6.23334				04	281		
10941423	Labbakher	labbakher	MA		0	Africa/Casablanca	34.98664	-6.23801				04	281		
10941429	Oulad Belfqih Chraytat	oulad-belfqih-chraytat	MA		0	Africa/Casablanca	34.98169	-6.23673				04	281		
10941432	Oulad Njimi	oulad-njimi	MA		0	Africa/Casablanca	34.97387	-6.22353				04	281		
10941433	Dar Chraybi	dar-chraybi	MA		0	Africa/Casablanca	34.97461	-6.22933				04	281		
10941434	Douar Lamrijiyya	douar-lamrijiyya	MA		0	Africa/Casablanca	34.96836	-6.22602				04	281		
10941435	Dar Abdeslam Naqach	dar-abdeslam-naqach	MA		0	Africa/Casablanca	34.98078	-6.24242				04	281		
10941437	Douar Berqiyya	douar-berqiyya	MA		0	Africa/Casablanca	34.96887	-6.24776				04	281		
10941438	Oulad Qaddour Njimi	oulad-qaddour-njimi	MA		0	Africa/Casablanca	34.96627	-6.2281				04	281		
10941441	Dar Berqiyya	dar-berqiyya	MA		0	Africa/Casablanca	34.95767	-6.24673				04	281		
10941457	Station Skak	station-skak	MA		0	Africa/Casablanca	34.94156	-6.22592				04	281		
10941463	Azib Ould Lhamri	azib-ould-lhamri	MA		0	Africa/Casablanca	34.93366	-6.21456				04	281		
10941466	Oulad Rafea	oulad-rafea	MA		0	Africa/Casablanca	34.931	-6.24818				04	281		
10941469	Qaryet Najah	qaryet-najah	MA		0	Africa/Casablanca	34.91567	-6.23228				04	281		
10941470	Azib Kalas	azib-kalas	MA		0	Africa/Casablanca	34.91439	-6.21723				04	281		
10941474	Oulad Mohamed Jghaba	oulad-mohamed-jghaba	MA		0	Africa/Casablanca	34.90797	-6.23268				04	281		
10941475	Oulad Abbou Charqi	oulad-abbou-charqi	MA		0	Africa/Casablanca	34.90462	-6.22366				04	281		
10941477	Dar Ahmed Oueld Aicha	dar-ahmed-oueld-aicha	MA		0	Africa/Casablanca	34.89758	-6.23705				04	281		
10941478	Dayet Laaouda	dayet-laaouda	MA		0	Africa/Casablanca	34.89622	-6.23581				04	281		
10941482	Coopérative Salama	cooperative-salama	MA		0	Africa/Casablanca	34.89134	-6.22413		Cooperative Salama,Coopérative Salama		04	281		
10941484	Coopérative Lmassira	cooperative-lmassira	MA		0	Africa/Casablanca	34.88161	-6.21263		Cooperative Lmassira,Coopérative Lmassira		04	281		
10941494	Azib Bargha	azib-bargha	MA		0	Africa/Casablanca	34.99529	-6.2055				01	331		
10941500	Lagouiriyya	lagouiriyya	MA		0	Africa/Casablanca	34.99222	-6.18032				01	331		
10941506	Hayt Lasfar	hayt-lasfar	MA		0	Africa/Casablanca	34.97997	-6.1701				04	281		
10941513	Dar Draaou	dar-draaou	MA		0	Africa/Casablanca	34.96303	-6.17145				04	281		
10941516	Oulad Ayyad	oulad-ayyad	MA		0	Africa/Casablanca	34.94974	-6.19117				04	281		
10941517	Hayt Krayanka	hayt-krayanka	MA		0	Africa/Casablanca	34.94784	-6.18823				04	281		
10941533	Bdaoua Asaadi	bdaoua-asaadi	MA		0	Africa/Casablanca	34.9216	-6.16635				04	281		
10941542	Chouafea Oulad Ben Allou	chouafea-oulad-ben-allou	MA		0	Africa/Casablanca	34.89657	-6.2054				04	281		
10941572	Coopérative Oulad Mesbah	cooperative-oulad-mesbah	MA		0	Africa/Casablanca	34.97762	-6.164		Cooperative Oulad Mesbah,Coopérative Oulad Mesbah		04	281		
10941573	Dar Lak - Hal Mesbah	dar-lak-hal-mesbah	MA		0	Africa/Casablanca	34.9764	-6.16028				04	281		
10941574	Oulad Sidi Abdallah Ouinas	oulad-sidi-abdallah-ouinas	MA		0	Africa/Casablanca	34.97304	-6.16315				04	281		
10941575	Dar Mohamed Belbalour	dar-mohamed-belbalour	MA		0	Africa/Casablanca	34.97302	-6.15431				04	281		
10941577	Coopérative Laahd	cooperative-laahd	MA		0	Africa/Casablanca	34.97691	-6.13877		Cooperative Laahd,Coopérative Laahd		04	281		
10941580	Azib Lharraq	azib-lharraq	MA		0	Africa/Casablanca	34.96899	-6.15012				04	281		
10941582	Coopérative Taddana	cooperative-taddana	MA		0	Africa/Casablanca	34.96476	-6.16802		Cooperative Taddana,Coopérative Taddana		04	281		
10941583	Lghourbaliya	lghourbaliya	MA		0	Africa/Casablanca	34.96652	-6.14586				04	281		
10941584	Oulad Chaoui	oulad-chaoui	MA		0	Africa/Casablanca	34.96193	-6.15079				04	281		
10941586	Oulad Laasri	oulad-laasri	MA		0	Africa/Casablanca	34.96975	-6.12296				04	281		
10941587	Diouana Dar Lharraq	diouana-dar-lharraq	MA		0	Africa/Casablanca	34.96279	-6.12755				04	281		
10941619	Oulad Ziyane	oulad-ziyane	MA		0	Africa/Casablanca	34.88296	-6.12765				04	281		
10941620	Dar Jelloul Rmiqi	dar-jelloul-rmiqi	MA		0	Africa/Casablanca	34.87927	-6.1268				04	281		
10941622	Dar Azzouz	dar-azzouz	MA		0	Africa/Casablanca	34.87538	-6.13931				04	281		
10941623	Laazzaba	laazzaba	MA		0	Africa/Casablanca	34.88017	-6.1303				04	281		
10941662	Oulad Saadiya	oulad-saadiya	MA		0	Africa/Casablanca	34.87569	-6.13416				04	281		
10943539	Zardal	zardal	MA		0	Africa/Casablanca	34.12904	-6.74577				04	441		
10944982	Douar Id Ouzene	douar-id-ouzene	MA		0	Africa/Casablanca	29.61065	-9.8662				09	581		
10945002	Douar Ait Taqmart	douar-ait-taqmart	MA		0	Africa/Casablanca	29.60317	-9.82827				09	581		
10945005	Douar Id Hamma	douar-id-hamma	MA		0	Africa/Casablanca	29.59924	-9.83616				09	581		
10945010	Douar Id Moussa	douar-id-moussa	MA		0	Africa/Casablanca	29.59733	-9.872				09	581		
10945014	Douar Id Moussa	douar-id-moussa	MA		0	Africa/Casablanca	29.58993	-9.84088				09	581		
10945015	Douar Id Belid	douar-id-belid	MA		0	Africa/Casablanca	29.58776	-9.83917				09	581		
10945016	Douar Id Said	douar-id-said	MA		0	Africa/Casablanca	29.58534	-9.8358				09	581		
10945027	Douar Ain Oulad Jerrar	douar-ain-oulad-jerrar	MA		0	Africa/Casablanca	29.57353	-9.75136				09	581		
10945029	Douar Lgourramene	douar-lgourramene	MA		0	Africa/Casablanca	29.56806	-9.78769				09	581		
10945030	Ezzaoulya Eddarqaoulya	ezzaoulya-eddarqaoulya	MA		0	Africa/Casablanca	29.56798	-9.80421				09	581		
10945032	Douar Id Ouhmayda	douar-id-ouhmayda	MA		0	Africa/Casablanca	29.57425	-9.84159				09	581		
10945035	Douar-n-Taorirte	douar-n-taorirte	MA		0	Africa/Casablanca	29.56285	-9.86835				09	581		
10945037	Douar Igualfene	douar-igualfene	MA		0	Africa/Casablanca	29.55939	-9.86738				09	581		
10945040	Douar Tanaouert	douar-tanaouert	MA		0	Africa/Casablanca	29.56447	-9.81563				09	581		
10945041	Douar Id Bounou	douar-id-bounou	MA		0	Africa/Casablanca	29.56382	-9.80612				09	581		
10945048	Douar Id Laabdi	douar-id-laabdi	MA		0	Africa/Casablanca	29.55501	-9.78619				09	581		
10945049	Id Laabdi	id-laabdi	MA		0	Africa/Casablanca	29.55223	-9.79232				09	581		
10945052	Douar Id Allal	douar-id-allal	MA		0	Africa/Casablanca	29.54816	-9.82069				09	581		
10945053	Douar Id Ouzri	douar-id-ouzri	MA		0	Africa/Casablanca	29.55663	-9.83824				09	581		
10945054	Douar Talat-n-Touguite	douar-talat-n-touguite	MA		0	Africa/Casablanca	29.55389	-9.84376				09	581		
10945058	Douar Ichaaybene	douar-ichaaybene	MA		0	Africa/Casablanca	29.54078	-9.84024				09	581		
10945062	Douar Id Oulehyane	douar-id-oulehyane	MA		0	Africa/Casablanca	29.53621	-9.83593				09	581		
10945063	Douar Id Iberkis	douar-id-iberkis	MA		0	Africa/Casablanca	29.53451	-9.8302				09	581		
10945065	Douar Id Oufqir	douar-id-oufqir	MA		0	Africa/Casablanca	29.5333	-9.83522				09	581		
10945068	Douar Id Belkhir	douar-id-belkhir	MA		0	Africa/Casablanca	29.53703	-9.80981				09	581		
10945069	Douar Id Bakkis	douar-id-bakkis	MA		0	Africa/Casablanca	29.53336	-9.81183				09	581		
10945070	Douar Id Bakkis	douar-id-bakkis	MA		0	Africa/Casablanca	29.53509	-9.81005				09	581		
10945076	Douar Id Lmouddene	douar-id-lmouddene	MA		0	Africa/Casablanca	29.4987	-9.84359				09	581		
10945078	Douar Id Oumqarid	douar-id-oumqarid	MA		0	Africa/Casablanca	29.50178	-9.832				09	581		
10945081	Id Oumghar	id-oumghar	MA		0	Africa/Casablanca	29.50572	-9.86743				09	581		
10945082	Douar Id Ihia	douar-id-ihia	MA		0	Africa/Casablanca	29.54717	-9.78011				09	581		
10945085	Douar Tagadirt	douar-tagadirt	MA		0	Africa/Casablanca	29.53272	-9.77859				09	581		
10945086	Douar Id Daoud	douar-id-daoud	MA		0	Africa/Casablanca	29.53274	-9.77108				09	581		
10945094	Douar Ogo Hmadi Oufella	douar-ogo-hmadi-oufella	MA		0	Africa/Casablanca	29.5221	-9.78861				09	581		
10945097	Douar Tiyague	douar-tiyague	MA		0	Africa/Casablanca	29.51416	-9.7867				09	581		
10945098	Douar Ogo Hmadi Izddar	douar-ogo-hmadi-izddar	MA		0	Africa/Casablanca	29.5164	-9.78455				09	581		
10945100	Douar Id Ouzgar	douar-id-ouzgar	MA		0	Africa/Casablanca	29.5252	-9.8064				09	581		
10945101	Douar Id Boujoua	douar-id-boujoua	MA		0	Africa/Casablanca	29.52348	-9.80513				09	581		
10945102	Douar Agrour	douar-agrour	MA		0	Africa/Casablanca	29.52867	-9.80432				09	581		
10945105	Douar Imaterzene	douar-imaterzene	MA		0	Africa/Casablanca	29.52679	-9.8285				09	581		
10945106	Douar Ijolaam	douar-ijolaam	MA		0	Africa/Casablanca	29.52942	-9.83474				09	581		
10945107	Douar Imsaadene	douar-imsaadene	MA		0	Africa/Casablanca	29.5265	-9.8373				09	581		
10945114	Douar Id Belqas	douar-id-belqas	MA		0	Africa/Casablanca	29.51629	-9.83532				09	581		
10945115	Douar Id Belqassem	douar-id-belqassem	MA		0	Africa/Casablanca	29.51465	-9.83841				09	581		
10945116	Douar Tadaraat	douar-tadaraat	MA		0	Africa/Casablanca	29.51845	-9.83505				09	581		
10945121	Douar Id Bibiya	douar-id-bibiya	MA		0	Africa/Casablanca	29.52213	-9.80721				09	581		
10945122	Douar Id Oudran	douar-id-oudran	MA		0	Africa/Casablanca	29.51902	-9.80904				09	581		
10945123	Douar Id Guammine	douar-id-guammine	MA		0	Africa/Casablanca	29.51588	-9.80955				09	581		
10945125	Douar Id Immou Ougri	douar-id-immou-ougri	MA		0	Africa/Casablanca	29.51022	-9.80538				09	581		
10945126	Douar Id Nounnou	douar-id-nounnou	MA		0	Africa/Casablanca	29.51515	-9.82603				09	581		
10945127	Douar Imsaadene	douar-imsaadene	MA		0	Africa/Casablanca	29.51381	-9.82751				09	581		
10945131	Id Hammou Ou Baha	id-hammou-ou-baha	MA		0	Africa/Casablanca	29.50822	-9.75986				09	581		
10945135	Douar Ait Ilis	douar-ait-ilis	MA		0	Africa/Casablanca	29.50705	-9.78048				09	581		
10945143	Id Belahsen	id-belahsen	MA		0	Africa/Casablanca	29.50217	-9.86464				09	581		
10945144	Douar Tafraout Imgrade	douar-tafraout-imgrade	MA		0	Africa/Casablanca	29.50691	-9.86223				09	581		
10945146	Id Boujoua	id-boujoua	MA		0	Africa/Casablanca	29.50006	-9.86704				09	581		
10945156	Dir Igourramene	dir-igourramene	MA		0	Africa/Casablanca	29.61064	-9.85234				09	581		
10945179	Lfayd Lekhnabib	lfayd-lekhnabib	MA		0	Africa/Casablanca	29.85833	-9.74927				09	581		
10945187	Hasane Bou El Arbi Adouiou	hasane-bou-el-arbi-adouiou	MA		0	Africa/Casablanca	29.84438	-9.74596				09	581		
10945221	Bou Ouarayne	bou-ouarayne	MA		0	Africa/Casablanca	29.76568	-9.65628				09	581		
10945223	El Ouidadiya El Maader	el-ouidadiya-el-maader	MA		0	Africa/Casablanca	29.76334	-9.67727				09	581		
10945224	Tiguemmi Ali Boufous	tiguemmi-ali-boufous	MA		0	Africa/Casablanca	29.76881	-9.67341				09	581		
10945228	Tiguemmi El Houssine Ben Mohamed Ben Ettaouai	tiguemmi-el-houssine-ben-mohamed-ben-ettaouai	MA		0	Africa/Casablanca	29.76272	-9.72215				09	581		
10945230	Touzzount	touzzount	MA		0	Africa/Casablanca	29.76123	-9.65882				09	581		
10945235	Imarzeggane	imarzeggane	MA		0	Africa/Casablanca	29.75419	-9.65363				09	581		
10945236	Toumanar	toumanar	MA		0	Africa/Casablanca	29.75281	-9.65371				09	581		
10945237	Commune El Maader El Kabir	commune-el-maader-el-kabir	MA		0	Africa/Casablanca	29.75924	-9.66674				09	581		
10945242	Tagdalt	tagdalt	MA		0	Africa/Casablanca	29.76243	-9.65255				09	581		
10945243	Agajdi	agajdi	MA		0	Africa/Casablanca	29.75717	-9.65323				09	581		
10945245	Ighba	ighba	MA		0	Africa/Casablanca	29.75606	-9.66189				09	581		
10945249	Mohmad Omar	mohmad-omar	MA		0	Africa/Casablanca	30.23769	-9.5366				09	163		
10945251	Lekhriba	lekhriba	MA		0	Africa/Casablanca	30.21518	-9.55318				09	163		
10945254	Tine Ali Mansour	tine-ali-mansour	MA		0	Africa/Casablanca	30.20984	-9.54665				09	163		
10945257	Lebroyj	lebroyj	MA		0	Africa/Casablanca	30.19003	-9.56257				09	163		
10945260	Lkherba	lkherba	MA		0	Africa/Casablanca	30.17964	-9.55781				09	163		
10945261	Douar Lehouit	douar-lehouit	MA		0	Africa/Casablanca	30.17407	-9.52201				09	163		
10945262	Douar Demnat	douar-demnat	MA		0	Africa/Casablanca	30.17559	-9.52143				09	163		
10945263	Lamsala	lamsala	MA		0	Africa/Casablanca	30.1705	-9.50413				09	163		
10945264	Ghzala	ghzala	MA		0	Africa/Casablanca	30.16813	-9.51186				09	163		
10945271	Ait Bayda	ait-bayda	MA		0	Africa/Casablanca	30.15363	-9.56405				09	163		
10945272	Imejad	imejad	MA		0	Africa/Casablanca	30.15048	-9.55789				09	163		
10945273	Ait Lahsen	ait-lahsen	MA		0	Africa/Casablanca	30.15519	-9.55669				09	163		
10945274	Tine Allal	tine-allal	MA		0	Africa/Casablanca	30.16037	-9.55498				09	163		
10945275	Derb-n-Tagout	derb-n-tagout	MA		0	Africa/Casablanca	30.14692	-9.56092				09	163		
10945277	Tine Lqayed	tine-lqayed	MA		0	Africa/Casablanca	30.13094	-9.56047				09	163		
10945278	Touammal	touammal	MA		0	Africa/Casablanca	30.12551	-9.50352				09	163		
10945280	Tanela	tanela	MA		0	Africa/Casablanca	30.12572	-9.55888				09	163		
10945285	Tafrat	tafrat	MA		0	Africa/Casablanca	30.4915	-9.5584				09	001		
10945287	Tihabuarinel	tihabuarinel	MA		0	Africa/Casablanca	30.49593	-9.66668				09	001		
10945288	Idourane	idourane	MA		0	Africa/Casablanca	30.49454	-9.65651				09	001		
10945289	Tighrist	tighrist	MA		0	Africa/Casablanca	30.4902	-9.66316				09	001		
10945291	Tighza	tighza	MA		0	Africa/Casablanca	30.49532	-9.65316				09	001		
10945292	Bou Hnouk	bou-hnouk	MA		0	Africa/Casablanca	30.49499	-9.65016				09	001		
10945294	Asserssif	asserssif	MA		0	Africa/Casablanca	30.49342	-9.63733				09	001		
10945296	Ait Tamzayt	ait-tamzayt	MA		0	Africa/Casablanca	30.48071	-9.66448				09	001		
10945306	Sidi Boujamaa Agnaou	sidi-boujamaa-agnaou	MA		0	Africa/Casablanca	30.4316	-9.62579				09	001		
10945325	Sidi Youssef	sidi-youssef	MA		0	Africa/Casablanca	30.41038	-9.57575				09	001		
10945326	Quartier Industriel	quartier-industriel	MA		0	Africa/Casablanca	30.41795	-9.58382				09	001		
10945327	Extention X	extention-x	MA		0	Africa/Casablanca	30.4225	-9.58933				09	001		
10945328	Quartier Administratif	quartier-administratif	MA		0	Africa/Casablanca	30.42143	-9.60317				09	001		
10945330	Quartier Résidentiel	quartier-residentiel	MA		0	Africa/Casablanca	30.42814	-9.59822				09	001		
10945336	Secteur Touristique et Balneaire	secteur-touristique-et-balneaire	MA		0	Africa/Casablanca	30.40829	-9.59844				09	001		
10945372	Tine Bachir	tine-bachir	MA		0	Africa/Casablanca	30.11488	-9.43521				09	163		
10945373	Ail Massaoud	ail-massaoud	MA		0	Africa/Casablanca	30.12152	-9.42755				09	163		
10945374	Tou Draoui	tou-draoui	MA		0	Africa/Casablanca	30.12002	-9.42238				09	163		
10945375	Tine Chorfa	tine-chorfa	MA		0	Africa/Casablanca	30.11905	-9.39997				09	163		
10945376	Tine Hakkar	tine-hakkar	MA		0	Africa/Casablanca	30.10416	-9.40158				09	163		
10945377	Tine Mohamed Ou Mohand	tine-mohamed-ou-mohand	MA		0	Africa/Casablanca	30.10689	-9.43655				09	163		
10945378	Anou Ljaoud	anou-ljaoud	MA		0	Africa/Casablanca	30.10945	-9.43747				09	163		
10945391	Tine Hafi	tine-hafi	MA		0	Africa/Casablanca	30.11663	-9.36854				09	163		
10945392	Adouar	adouar	MA		0	Africa/Casablanca	30.1242	-9.35367		Adouar,Douar Adouar		09	163		
10945393	Tine Hamdane	tine-hamdane	MA		0	Africa/Casablanca	30.11488	-9.3523				09	163		
10945394	Touggarane	touggarane	MA		0	Africa/Casablanca	30.11095	-9.34442				09	163		
10945395	Talborjt	talborjt	MA		0	Africa/Casablanca	30.12127	-9.32464				09	163		
10945400	Zaouyet-n-Sidi Mhand ou Brahim	zaouyet-n-sidi-mhand-ou-brahim	MA		0	Africa/Casablanca	30.11346	-9.25451				09	163		
10945402	Tine Lhaj Ali	tine-lhaj-ali	MA		0	Africa/Casablanca	30.10346	-9.44701				09	163		
10945403	Ail Ou Chikh	ail-ou-chikh	MA		0	Africa/Casablanca	30.09143	-9.46602				09	163		
10945404	Ait Bela	ait-bela	MA		0	Africa/Casablanca	30.09126	-9.46263				09	163		
10945405	Ibidam	ibidam	MA		0	Africa/Casablanca	30.09613	-9.44969				09	163		
10945406	Tine Hassan	tine-hassan	MA		0	Africa/Casablanca	30.09186	-9.43169				09	163		
10945407	Tine Ahmed Ou Ali	tine-ahmed-ou-ali	MA		0	Africa/Casablanca	30.10132	-9.41954				09	163		
10945408	Tou Slimane	tou-slimane	MA		0	Africa/Casablanca	30.09642	-9.4026				09	163		
10945409	Tine Taleb Salem	tine-taleb-salem	MA		0	Africa/Casablanca	30.08605	-9.46291				09	163		
10945410	Ikherdidene	ikherdidene	MA		0	Africa/Casablanca	30.07539	-9.39375				09	163		
10945411	Iggui Ighzer	iggui-ighzer	MA		0	Africa/Casablanca	30.06118	-9.38824				09	163		
10945412	Teguemmi Ou Amghar	teguemmi-ou-amghar	MA		0	Africa/Casablanca	30.06324	-9.40386				09	163		
10945413	Tou Khiyat	tou-khiyat	MA		0	Africa/Casablanca	30.05827	-9.40845				09	163		
10945414	Imeknelaf	imeknelaf	MA		0	Africa/Casablanca	30.06586	-9.43978				09	163		
10945415	Boulkmine	boulkmine	MA		0	Africa/Casablanca	30.06077	-9.44336				09	163		
10945416	Ikherdidene	ikherdidene	MA		0	Africa/Casablanca	30.05809	-9.44348				09	163		
10945417	Tine Mbarek ou Lhous	tine-mbarek-ou-lhous	MA		0	Africa/Casablanca	30.06037	-9.4598				09	163		
10945418	Tou Oussous	tou-oussous	MA		0	Africa/Casablanca	30.06489	-9.4835				09	163		
10945419	Imziln	imziln	MA		0	Africa/Casablanca	30.05686	-9.47695				09	163		
10945421	Ait Touayer	ait-touayer	MA		0	Africa/Casablanca	30.04709	-9.45333				09	163		
10945422	Ait Moussa	ait-moussa	MA		0	Africa/Casablanca	30.05668	-9.44284				09	163		
10945423	Ait Moummad	ait-moummad	MA		0	Africa/Casablanca	30.05733	-9.42998				09	163		
10945425	Ait Omar	ait-omar	MA		0	Africa/Casablanca	30.0395	-9.40526				09	163		
10945426	Ben Aouis	ben-aouis	MA		0	Africa/Casablanca	30.03264	-9.46022				09	163		
10945427	Ait Mbarek Ou Hammou	ait-mbarek-ou-hammou	MA		0	Africa/Casablanca	30.03142	-9.44681				09	163		
10945428	Ti Oujjim	ti-oujjim	MA		0	Africa/Casablanca	30.03058	-9.4179				09	163		
10945429	Ait Ben Daoud	ait-ben-daoud	MA		0	Africa/Casablanca	30.03079	-9.40865				09	163		
10945430	Tou Brahim	tou-brahim	MA		0	Africa/Casablanca	30.03954	-9.39994				09	163		
10945431	Ait Rami	ait-rami	MA		0	Africa/Casablanca	30.03175	-9.39741				09	163		
10945432	Tine Zaanoun	tine-zaanoun	MA		0	Africa/Casablanca	30.02924	-9.39473				09	163		
10945436	Tadouart	tadouart	MA		0	Africa/Casablanca	30.01815	-9.43917				09	163		
10945437	Ait Laasri	ait-laasri	MA		0	Africa/Casablanca	30.02038	-9.44481				09	163		
10945438	Tine Lhaj Amghar	tine-lhaj-amghar	MA		0	Africa/Casablanca	30.02255	-9.46642				09	163		
10945439	Lmers	lmers	MA		0	Africa/Casablanca	30.02242	-9.45689				09	163		
10945441	Tarayst	tarayst	MA		0	Africa/Casablanca	30.00817	-9.45363				09	163		
10945442	Tine Bouffi	tine-bouffi	MA		0	Africa/Casablanca	30.01544	-9.42256				09	163		
10945443	Tine Mouloud	tine-mouloud	MA		0	Africa/Casablanca	30.01267	-9.42756				09	163		
10945444	Ait Brahim Ou Ahmed	ait-brahim-ou-ahmed	MA		0	Africa/Casablanca	30.01527	-9.41385				09	163		
10945445	Igourar	igourar	MA		0	Africa/Casablanca	30.01027	-9.41117				09	163		
10945446	Ichfrine	ichfrine	MA		0	Africa/Casablanca	30.00838	-9.4114				09	163		
10945447	Ait Beljennt	ait-beljennt	MA		0	Africa/Casablanca	30.01743	-9.40048				09	163		
10945448	Ait Tahra	ait-tahra	MA		0	Africa/Casablanca	30.01053	-9.39441				09	163		
10945449	Ait Yassine	ait-yassine	MA		0	Africa/Casablanca	30.01353	-9.37831				09	163		
10945451	Anarag	anarag	MA		0	Africa/Casablanca	30.0005	-9.40372				09	163		
10945452	Imekhlaf	imekhlaf	MA		0	Africa/Casablanca	30.00791	-9.40747				09	163		
10945463	Lborj	lborj	MA		0	Africa/Casablanca	30.10189	-9.33256				09	163		
10945464	Tine Imzilene	tine-imzilene	MA		0	Africa/Casablanca	30.09623	-9.32814				09	163		
10945465	Tine Bouhmed	tine-bouhmed	MA		0	Africa/Casablanca	30.08786	-9.33848				09	163		
10945466	Tine Zeddi	tine-zeddi	MA		0	Africa/Casablanca	30.08631	-9.33294				09	163		
10945467	Tine Mohamed ou Hammou	tine-mohamed-ou-hammou	MA		0	Africa/Casablanca	30.09105	-9.30812				09	163		
10945468	Tin Gaoua	tin-gaoua	MA		0	Africa/Casablanca	30.08531	-9.27799				09	163		
10945470	Istayne	istayne	MA		0	Africa/Casablanca	30.08362	-9.26992				09	163		
10945471	Ibrayimene	ibrayimene	MA		0	Africa/Casablanca	30.08476	-9.2502				09	163		
10945472	Ait Massaoud	ait-massaoud	MA		0	Africa/Casablanca	30.08418	-9.25385				09	163		
10945473	Ait Zekri	ait-zekri	MA		0	Africa/Casablanca	30.07833	-9.25672				09	163		
10945475	Sidi Boushab	sidi-boushab	MA		0	Africa/Casablanca	30.07432	-9.27854				09	163		
10945477	Imi Ougni	imi-ougni	MA		0	Africa/Casablanca	30.07085	-9.27153				09	163		
10945478	Bou Tazart	bou-tazart	MA		0	Africa/Casablanca	30.072	-9.31824				09	163		
10945479	Tine Ait Saleh	tine-ait-saleh	MA		0	Africa/Casablanca	30.0811	-9.33794				09	163		
10945480	Adouar Ou Bihi	adouar-ou-bihi	MA		0	Africa/Casablanca	30.06671	-9.3499				09	163		
10945481	Ait ou Nasser	ait-ou-nasser	MA		0	Africa/Casablanca	30.06173	-9.34713				09	163		
10945482	Asmama	asmama	MA		0	Africa/Casablanca	30.06854	-9.32121				09	163		
10945483	Tihouna	tihouna	MA		0	Africa/Casablanca	30.06288	-9.29258				09	163		
10945486	Tine Ali Moulay	tine-ali-moulay	MA		0	Africa/Casablanca	30.06704	-9.27202				09	163		
10945489	Ait Ban	ait-ban	MA		0	Africa/Casablanca	30.05525	-9.25187				09	163		
10945490	Tadouart	tadouart	MA		0	Africa/Casablanca	30.05707	-9.30539				09	163		
10945491	Iggui Ou Ouanou	iggui-ou-ouanou	MA		0	Africa/Casablanca	30.05564	-9.31065				09	163		
10945492	Bizourane	bizourane	MA		0	Africa/Casablanca	30.05534	-9.33047				09	163		
10945494	Imi Oughguemmi	imi-oughguemmi	MA		0	Africa/Casablanca	30.05383	-9.36007				09	163		
10945495	Ait Bennani	ait-bennani	MA		0	Africa/Casablanca	30.04026	-9.36273				09	163		
10945496	Biourzioune	biourzioune	MA		0	Africa/Casablanca	30.04089	-9.33979				09	163		
10945504	Ait Khouy	ait-khouy	MA		0	Africa/Casablanca	30.04683	-9.25089				09	163		
10945505	Lborj Ou Ouahim	lborj-ou-ouahim	MA		0	Africa/Casablanca	30.03355	-9.25797				09	163		
10945507	Tine Baadouch	tine-baadouch	MA		0	Africa/Casablanca	30.02484	-9.25368				09	163		
10945508	Boutbel	boutbel	MA		0	Africa/Casablanca	30.0321	-9.26707				09	163		
10945511	Ibernichene	ibernichene	MA		0	Africa/Casablanca	30.033	-9.27576				09	163		
10945515	Agdal-n-Ait Ali	agdal-n-ait-ali	MA		0	Africa/Casablanca	30.024	-9.32638				09	163		
10945517	Lfayd	lfayd	MA		0	Africa/Casablanca	30.02538	-9.33668				09	163		
10945518	Anou Ouderdour	anou-ouderdour	MA		0	Africa/Casablanca	30.02989	-9.34505				09	163		
10945519	Azrib	azrib	MA		0	Africa/Casablanca	30.03062	-9.35515				09	163		
10945520	Ait Taguenza-n-Isoukt	ait-taguenza-n-isoukt	MA		0	Africa/Casablanca	30.02986	-9.36067				09	163		
10945521	Targant Ireghene	targant-ireghene	MA		0	Africa/Casablanca	30.02569	-9.36717				09	163		
10945522	Ait Taguenza-n-Ouaylioun	ait-taguenza-n-ouaylioun	MA		0	Africa/Casablanca	30.03058	-9.36734				09	163		
10945524	Touguettome	touguettome	MA		0	Africa/Casablanca	30.02293	-9.34236				09	163		
10945525	Agdal-n-Da Said	agdal-n-da-said	MA		0	Africa/Casablanca	30.01668	-9.33185				09	163		
10945532	Ifghel	ifghel	MA		0	Africa/Casablanca	30.01453	-9.28737				09	163		
10945536	Ait Hammou	ait-hammou	MA		0	Africa/Casablanca	30.01841	-9.26891				09	163		
10945537	Akenbouchi	akenbouchi	MA		0	Africa/Casablanca	30.02183	-9.24973				09	163		
10945538	Tine Goualyad	tine-goualyad	MA		0	Africa/Casablanca	30.01202	-9.25937				09	163		
10945539	Irs Moukene	irs-moukene	MA		0	Africa/Casablanca	30.00669	-9.25462				09	163		
10945540	Iggui-n-Amghar	iggui-n-amghar	MA		0	Africa/Casablanca	30.00611	-9.26582				09	163		
10945541	Iggui-n-Zaouit	iggui-n-zaouit	MA		0	Africa/Casablanca	30.00925	-9.26561				09	163		
10945545	Iharbilene	iharbilene	MA		0	Africa/Casablanca	30.00685	-9.27464				09	163		
10945546	Ait Said Iferkhane	ait-said-iferkhane	MA		0	Africa/Casablanca	30.01089	-9.29314				09	163		
10945548	Ouchchane	ouchchane	MA		0	Africa/Casablanca	29.99838	-9.29679				09	163		
10945549	Lborj-n-Bimloul	lborj-n-bimloul	MA		0	Africa/Casablanca	30.00481	-9.31593				09	163		
10945552	Ait Zaouit	ait-zaouit	MA		0	Africa/Casablanca	30.00319	-9.34455				09	163		
10945553	Ait Taleb Ali	ait-taleb-ali	MA		0	Africa/Casablanca	29.99868	-9.26983				09	163		
10945554	Imougrane	imougrane	MA		0	Africa/Casablanca	29.99773	-9.27739				09	163		
10945562	Ait Hrouk	ait-hrouk	MA		0	Africa/Casablanca	30.23936	-9.35092				09	163		
10945564	Tou Ben Hammou	tou-ben-hammou	MA		0	Africa/Casablanca	30.22579	-9.31141				09	163		
10945568	Tine Mbarek	tine-mbarek	MA		0	Africa/Casablanca	30.21826	-9.31935				09	163		
10945569	Tine Lhaj Ali	tine-lhaj-ali	MA		0	Africa/Casablanca	30.21989	-9.32456				09	163		
10945571	Tou Ou Hammoud	tou-ou-hammoud	MA		0	Africa/Casablanca	30.22745	-9.32841				09	163		
10945572	Ait Igguiz	ait-igguiz	MA		0	Africa/Casablanca	30.22608	-9.33141				09	163		
10945573	Timzguida Ou Igourar	timzguida-ou-igourar	MA		0	Africa/Casablanca	30.23012	-9.3274				09	163		
10945574	Tou Ouktir	tou-ouktir	MA		0	Africa/Casablanca	30.23156	-9.33085				09	163		
10945575	Ait Moulay Ali	ait-moulay-ali	MA		0	Africa/Casablanca	30.23273	-9.33448				09	163		
10945576	Ait Bella	ait-bella	MA		0	Africa/Casablanca	30.22792	-9.33786				09	163		
10945577	Tou Bou Daoud	tou-bou-daoud	MA		0	Africa/Casablanca	30.22833	-9.35346				09	163		
10945579	Ait Bousaboun	ait-bousaboun	MA		0	Africa/Casablanca	30.22824	-9.36221				09	163		
10945580	Ait Ouarghan	ait-ouarghan	MA		0	Africa/Casablanca	30.22503	-9.36388				09	163		
10945581	Derb Hoummad Ou Addi	derb-hoummad-ou-addi	MA		0	Africa/Casablanca	30.22147	-9.36989				09	163		
10945582	Derb Sidi Said	derb-sidi-said	MA		0	Africa/Casablanca	30.21978	-9.36878				09	163		
10945583	Ait Sayh	ait-sayh	MA		0	Africa/Casablanca	30.21999	-9.35275				09	163		
10945584	Hay Lmahkama	hay-lmahkama	MA		0	Africa/Casablanca	30.21858	-9.36509				09	163		
10945585	Talbourjt	talbourjt	MA		0	Africa/Casablanca	30.21928	-9.33153				09	163		
10945586	Tine Ait Izem	tine-ait-izem	MA		0	Africa/Casablanca	30.2162	-9.32362				09	163		
10945587	Ait Mbarek	ait-mbarek	MA		0	Africa/Casablanca	30.21733	-9.32797				09	163		
10945588	Tou Cheikh	tou-cheikh	MA		0	Africa/Casablanca	30.20884	-9.32963				09	163		
10945589	Tounef	tounef	MA		0	Africa/Casablanca	30.21526	-9.33127				09	163		
10945590	Zaouyet Zmel	zaouyet-zmel	MA		0	Africa/Casablanca	30.20573	-9.34449				09	163		
10945591	Abattoir	abattoir	MA		0	Africa/Casablanca	30.21418	-9.3464				09	163		
10945593	Derb Toouama	derb-toouama	MA		0	Africa/Casablanca	30.21097	-9.36528				09	163		
10945594	Derb Amzal	derb-amzal	MA		0	Africa/Casablanca	30.20999	-9.36292				09	163		
10945595	Derb Dayma	derb-dayma	MA		0	Africa/Casablanca	30.2083	-9.36161				09	163		
10945596	Derb Tine Biougra	derb-tine-biougra	MA		0	Africa/Casablanca	30.20682	-9.3723				09	163		
10945597	Derb Gnaoua	derb-gnaoua	MA		0	Africa/Casablanca	30.21088	-9.37129				09	163		
10945598	Dar El Caid Abderrahmane Yaraa	dar-el-caid-abderrahmane-yaraa	MA		0	Africa/Casablanca	30.20285	-9.36167				09	163		
10945600	Douar Zayane	douar-zayane	MA		0	Africa/Casablanca	30.19104	-9.36431				09	163		
10945601	Tine Hmayd	tine-hmayd	MA		0	Africa/Casablanca	30.1931	-9.36908				09	163		
10945602	I’atrane	i-atrane	MA		0	Africa/Casablanca	30.17583	-9.28528				09	163		
10945603	Douar Bou Toutla	douar-bou-toutla	MA		0	Africa/Casablanca	30.17446	-9.32057				09	163		
10945604	Dar Zaha	dar-zaha	MA		0	Africa/Casablanca	30.1714	-9.33425				09	163		
10945605	Tine El Caid Ali	tine-el-caid-ali	MA		0	Africa/Casablanca	30.16553	-9.33389				09	163		
10945606	Douar Lhaj Ali	douar-lhaj-ali	MA		0	Africa/Casablanca	30.16774	-9.3621				09	163		
10945607	Tine Bari	tine-bari	MA		0	Africa/Casablanca	30.16334	-9.35633				09	163		
10945608	Tine Faraj	tine-faraj	MA		0	Africa/Casablanca	30.15889	-9.35728				09	163		
10945609	Azgar-n-Ouarouch	azgar-n-ouarouch	MA		0	Africa/Casablanca	30.16271	-9.35011				09	163		
10945610	Douar Ait Salem	douar-ait-salem	MA		0	Africa/Casablanca	30.16338	-9.33498				09	163		
10945611	Tigmmi-n-bacha	tigmmi-n-bacha	MA		0	Africa/Casablanca	30.16238	-9.31484				09	163		
10945612	Douar Igrar	douar-igrar	MA		0	Africa/Casablanca	30.16444	-9.3048				09	163		
10945614	Talmerst	talmerst	MA		0	Africa/Casablanca	30.15143	-9.29907				09	163		
10945615	Cheikh Daguene	cheikh-daguene	MA		0	Africa/Casablanca	30.1362	-9.35567				09	163		
10945616	Ait Hammou	ait-hammou	MA		0	Africa/Casablanca	30.13676	-9.31411				09	163		
10945617	Imzilne	imzilne	MA		0	Africa/Casablanca	30.13759	-9.31044				09	163		
10945618	Bou Miya	bou-miya	MA		0	Africa/Casablanca	30.13395	-9.30272				09	163		
10945619	Lahfert	lahfert	MA		0	Africa/Casablanca	30.13978	-9.29959				09	163		
10945620	Taourirt Ou Yaha	taourirt-ou-yaha	MA		0	Africa/Casablanca	30.1455	-9.26096				09	163		
10945621	Douar Imaoun	douar-imaoun	MA		0	Africa/Casablanca	30.14583	-9.25714				09	163		
10945624	Ait Lhoussine	ait-lhoussine	MA		0	Africa/Casablanca	30.1266	-9.30877				09	163		
10945629	Taguenza	taguenza	MA		0	Africa/Casablanca	31.37179	-9.80597		Douar Taguenza,Taguenza		07	211		
10945631	Nomade Quad Sidi Kaouki	nomade-quad-sidi-kaouki	MA		0	Africa/Casablanca	31.36348	-9.79112				07	211		
10945632	Zaouiat Lhous	zaouiat-lhous	MA		0	Africa/Casablanca	31.36175	-9.75168				07	211		
10945633	Targant Oussonfou	targant-oussonfou	MA		0	Africa/Casablanca	31.35849	-9.77288				07	211		
10945640	Ichaouine	ichaouine	MA		0	Africa/Casablanca	31.35226	-9.77327				07	211		
10945641	El Haj Brek	el-haj-brek	MA		0	Africa/Casablanca	31.33579	-9.76919				07	211		
10945642	Tarzout n-Zaoua	tarzout-n-zaoua	MA		0	Africa/Casablanca	31.32385	-9.76233				07	211		
10945643	Zaouia	zaouia	MA		0	Africa/Casablanca	31.32552	-9.77112				07	211		
10945644	Id Abderrahmane	id-abderrahmane	MA		0	Africa/Casablanca	31.3234	-9.766				07	211		
10945646	Timarlne	timarlne	MA		0	Africa/Casablanca	31.31997	-9.75971				07	211		
10945648	Imengayene	imengayene	MA		0	Africa/Casablanca	31.31687	-9.77953				07	211		
10945649	Id Ali Ddouch	id-ali-ddouch	MA		0	Africa/Casablanca	31.31128	-9.77396				07	211		
10945650	Arrouch	arrouch	MA		0	Africa/Casablanca	31.31357	-9.77097				07	211		
10945651	Id Bimour	id-bimour	MA		0	Africa/Casablanca	31.31454	-9.7661				07	211		
10945652	Id Ou Markou	id-ou-markou	MA		0	Africa/Casablanca	31.3146	-9.75958				07	211		
10945653	Id Mohand	id-mohand	MA		0	Africa/Casablanca	31.31344	-9.75969				07	211		
10945655	Id Haddouch	id-haddouch	MA		0	Africa/Casablanca	31.31089	-9.7513				07	211		
10945657	Ijar Amene	ijar-amene	MA		0	Africa/Casablanca	31.30998	-9.76677				07	211		
10945663	Id Ouaourik	id-ouaourik	MA		0	Africa/Casablanca	31.2897	-9.75095				07	211		
10945664	Id Rayes	id-rayes	MA		0	Africa/Casablanca	31.28711	-9.76007				07	211		
10945665	Id El Caid Bihi	id-el-caid-bihi	MA		0	Africa/Casablanca	31.28424	-9.76342				07	211		
10945668	Tadouart Laarej	tadouart-laarej	MA		0	Africa/Casablanca	31.29031	-9.7866				07	211		
10945673	Id Bou Kbayer	id-bou-kbayer	MA		0	Africa/Casablanca	31.28288	-9.7805				07	211		
10945676	Id Gourram	id-gourram	MA		0	Africa/Casablanca	31.28075	-9.76464				07	211		
10945680	Id Ait Hafid	id-ait-hafid	MA		0	Africa/Casablanca	31.267	-9.7861				07	211		
10945681	Id Sassane	id-sassane	MA		0	Africa/Casablanca	31.26867	-9.78833				07	211		
10945682	Id Baynika	id-baynika	MA		0	Africa/Casablanca	31.268	-9.79162				07	211		
10945683	Id Mahmoud	id-mahmoud	MA		0	Africa/Casablanca	31.26654	-9.79421				07	211		
10945685	Imzilene	imzilene	MA		0	Africa/Casablanca	31.26549	-9.79312				07	211		
10945686	Id Bidarene	id-bidarene	MA		0	Africa/Casablanca	31.25579	-9.8005				07	211		
10945687	Id Bou Chakour	id-bou-chakour	MA		0	Africa/Casablanca	31.25893	-9.78275				07	211		
10945688	Ben Sirene	ben-sirene	MA		0	Africa/Casablanca	31.26201	-9.78246				07	211		
10945689	Id Bou Naim	id-bou-naim	MA		0	Africa/Casablanca	31.26391	-9.7828				07	211		
10945690	Aguerrouj	aguerrouj	MA		0	Africa/Casablanca	31.2539	-9.77735				07	211		
10945691	Id Jabou	id-jabou	MA		0	Africa/Casablanca	31.2554	-9.78005				07	211		
10945692	Id Mohand Ou Bihi	id-mohand-ou-bihi	MA		0	Africa/Casablanca	31.25474	-9.77812				07	211		
10945693	Id Hrid	id-hrid	MA		0	Africa/Casablanca	31.25414	-9.77194				07	211		
10945694	Id Lbihas	id-lbihas	MA		0	Africa/Casablanca	31.25144	-9.77698				07	211		
10945695	Igourraj	igourraj	MA		0	Africa/Casablanca	31.25143	-9.7804				07	211		
10945699	Id Assida	id-assida	MA		0	Africa/Casablanca	31.25962	-9.75095				07	211		
10945701	Id Ou Brahim	id-ou-brahim	MA		0	Africa/Casablanca	31.25131	-9.75297				07	211		
10945702	Commune Sidi Ahmed Essayeh	commune-sidi-ahmed-essayeh	MA		0	Africa/Casablanca	31.24905	-9.76706				07	211		
10945703	Id Ghrich	id-ghrich	MA		0	Africa/Casablanca	31.24924	-9.77016				07	211		
10945704	Id Cherrae	id-cherrae	MA		0	Africa/Casablanca	31.25153	-9.77138				07	211		
10945705	Id Yahya	id-yahya	MA		0	Africa/Casablanca	31.25005	-9.77739				07	211		
10945706	Id Ou Chtouf	id-ou-chtouf	MA		0	Africa/Casablanca	31.24995	-9.80141				07	211		
10945707	Id Laaouad	id-laaouad	MA		0	Africa/Casablanca	31.25232	-9.8008				07	211		
10945709	Id Jaa	id-jaa	MA		0	Africa/Casablanca	31.31529	-9.75491				07	211		
10945726	Douar Lazari	douar-lazari	MA		0	Africa/Casablanca	31.49203	-9.76319				07	211		
10945728	Dar Mimousa	dar-mimousa	MA		0	Africa/Casablanca	31.48655	-9.76234				07	211		
10945737	Douar Ezzaouia	douar-ezzaouia	MA		0	Africa/Casablanca	31.44568	-9.75472				07	211		
10945740	Dar El Hamra	dar-el-hamra	MA		0	Africa/Casablanca	31.43715	-9.76082		Dar El Hamra,Palmera		07	211		
10945742	Douar Tagaydirt	douar-tagaydirt	MA		0	Africa/Casablanca	31.43312	-9.75346				07	211		
10945743	Douar Ait Barazzi	douar-ait-barazzi	MA		0	Africa/Casablanca	31.43311	-9.76189				07	211		
10945756	Douar Id Bouggou	douar-id-bouggou	MA		0	Africa/Casablanca	31.38426	-9.76144				07	211		
10945772	Id Mbarek	id-mbarek	MA		0	Africa/Casablanca	31.36749	-9.74174				07	211		
10945773	Id El Hachmi	id-el-hachmi	MA		0	Africa/Casablanca	31.36705	-9.73303				07	211		
10945774	Ihchach	ihchach	MA		0	Africa/Casablanca	31.36527	-9.74135				07	211		
10945775	Id Ou Saleh	id-ou-saleh	MA		0	Africa/Casablanca	31.37068	-9.72279				07	211		
10945778	Id El Caid	id-el-caid	MA		0	Africa/Casablanca	31.36241	-9.70258				07	211		
10945779	Iderrazene	iderrazene	MA		0	Africa/Casablanca	31.36525	-9.69767				07	211		
10945780	Bou Amsa	bou-amsa	MA		0	Africa/Casablanca	31.36817	-9.6891				07	211		
10945781	Id Hfeyrat	id-hfeyrat	MA		0	Africa/Casablanca	31.36558	-9.68565				07	211		
10945782	Id Hammou	id-hammou	MA		0	Africa/Casablanca	31.36245	-9.68614				07	211		
10945783	Id Libich	id-libich	MA		0	Africa/Casablanca	31.3635	-9.68204				07	211		
10945784	Id Ihmayed	id-ihmayed	MA		0	Africa/Casablanca	31.36582	-9.67833				07	211		
10945785	Id Said	id-said	MA		0	Africa/Casablanca	31.36192	-9.67441				07	211		
10945786	Id El Mahjoub	id-el-mahjoub	MA		0	Africa/Casablanca	31.36533	-9.67378				07	211		
10945788	Id Lahsen	id-lahsen	MA		0	Africa/Casablanca	31.36148	-9.67093				07	211		
10945790	Id Bihi	id-bihi	MA		0	Africa/Casablanca	31.366	-9.66754				07	211		
10945791	Id Bat	id-bat	MA		0	Africa/Casablanca	31.37183	-9.67089				07	211		
10945793	Ibaad	ibaad	MA		0	Africa/Casablanca	31.3623	-9.65383				07	211		
10945794	Ibouzoudene	ibouzoudene	MA		0	Africa/Casablanca	31.36148	-9.65709				07	211		
10945795	Id El Aouni	id-el-aouni	MA		0	Africa/Casablanca	31.37077	-9.64968				07	211		
10945797	Ikdayehene	ikdayehene	MA		0	Africa/Casablanca	31.35807	-9.63557				07	211		
10945798	Id Bighardayene	id-bighardayene	MA		0	Africa/Casablanca	31.35155	-9.62819				07	211		
10945799	Id Rouayes	id-rouayes	MA		0	Africa/Casablanca	31.35191	-9.64145				07	211		
10945803	Ibekhkharene	ibekhkharene	MA		0	Africa/Casablanca	31.35615	-9.65958				07	211		
10945804	Tahadrat	tahadrat	MA		0	Africa/Casablanca	31.35911	-9.66494				07	211		
10945806	Id Amer	id-amer	MA		0	Africa/Casablanca	31.35965	-9.67355				07	211		
10945807	Id Ali Ou Bella	id-ali-ou-bella	MA		0	Africa/Casablanca	31.35217	-9.68361				07	211		
10945808	Id El Ghaoui	id-el-ghaoui	MA		0	Africa/Casablanca	31.35519	-9.68758				07	211		
10945810	Bou Azadene	bou-azadene	MA		0	Africa/Casablanca	31.35541	-9.69292				07	211		
10945811	Agdayri	agdayri	MA		0	Africa/Casablanca	31.35175	-9.69031				07	211		
10945813	Id Bousmar	id-bousmar	MA		0	Africa/Casablanca	31.35576	-9.70794				07	211		
10945814	Id Ben Ettaleb	id-ben-ettaleb	MA		0	Africa/Casablanca	31.35605	-9.74639				07	211		
10945815	Boukhkhou	boukhkhou	MA		0	Africa/Casablanca	31.36144	-9.74875				07	211		
10945816	Bou Balloughou	bou-balloughou	MA		0	Africa/Casablanca	31.34354	-9.73404				07	211		
10945817	El Ghaba	el-ghaba	MA		0	Africa/Casablanca	31.34896	-9.71599				07	211		
10945818	Id Dahir	id-dahir	MA		0	Africa/Casablanca	31.34794	-9.69118				07	211		
10945820	Ifradene	ifradene	MA		0	Africa/Casablanca	31.3483	-9.67563				07	211		
10945824	Iguiyesk	iguiyesk	MA		0	Africa/Casablanca	31.34416	-9.64303				07	211		
10945825	Igourdane	igourdane	MA		0	Africa/Casablanca	31.34807	-9.6399				07	211		
10945826	Id Chouayene	id-chouayene	MA		0	Africa/Casablanca	31.34616	-9.63984				07	211		
10945827	Id Ba Ammi	id-ba-ammi	MA		0	Africa/Casablanca	31.34299	-9.64031				07	211		
10945828	Ihaddadene	ihaddadene	MA		0	Africa/Casablanca	31.34885	-9.6311				07	211		
10945829	Lamri	lamri	MA		0	Africa/Casablanca	31.34816	-9.63327				07	211		
10945830	Id Berbenniz	id-berbenniz	MA		0	Africa/Casablanca	31.34398	-9.62941				07	211		
10945831	Tialat	tialat	MA		0	Africa/Casablanca	31.3433	-9.63542				07	211		
10945833	Ikaabar	ikaabar	MA		0	Africa/Casablanca	31.33903	-9.6269				07	211		
10945835	Tamansourt	tamansourt	MA		0	Africa/Casablanca	31.33392	-9.62829				07	211		
10945836	Ichakkajene	ichakkajene	MA		0	Africa/Casablanca	31.33854	-9.64462				07	211		
10945838	Aberji	aberji	MA		0	Africa/Casablanca	31.33471	-9.64861				07	211		
10945839	Afrad	afrad	MA		0	Africa/Casablanca	31.33432	-9.6443				07	211		
10945844	Bihachmad	bihachmad	MA		0	Africa/Casablanca	31.32453	-9.69792				07	211		
10945846	Id Ba Jeddi	id-ba-jeddi	MA		0	Africa/Casablanca	31.32561	-9.64904				07	211		
10945848	Id Gourma	id-gourma	MA		0	Africa/Casablanca	31.32556	-9.64262				07	211		
10945849	Tamlalet	tamlalet	MA		0	Africa/Casablanca	31.32235	-9.64087				07	211		
10945850	Iberchane	iberchane	MA		0	Africa/Casablanca	31.32413	-9.63166				07	211		
10945851	Id Ba Ammi	id-ba-ammi	MA		0	Africa/Casablanca	31.31874	-9.62694				07	211		
10945853	Id Ouatcha	id-ouatcha	MA		0	Africa/Casablanca	31.31936	-9.6361				07	211		
10945854	Id Ouakrim	id-ouakrim	MA		0	Africa/Casablanca	31.31471	-9.63042				07	211		
10945855	Id Aissa	id-aissa	MA		0	Africa/Casablanca	31.31265	-9.63509				07	211		
10945856	Tajbaylit	tajbaylit	MA		0	Africa/Casablanca	31.31955	-9.64016				07	211		
10945857	Atelgou	atelgou	MA		0	Africa/Casablanca	31.32059	-9.64346				07	211		
10945858	Aourir	aourir	MA		0	Africa/Casablanca	31.31628	-9.64391				07	211		
10945859	Adjou	adjou	MA		0	Africa/Casablanca	31.31933	-9.64756				07	211		
10945860	Tayejjout	tayejjout	MA		0	Africa/Casablanca	31.31766	-9.65947				07	211		
10945862	Ihoum	ihoum	MA		0	Africa/Casablanca	31.3102	-9.68601				07	211		
10945863	Bou Ghanim	bou-ghanim	MA		0	Africa/Casablanca	31.30857	-9.67814				07	211		
10945864	Timliline	timliline	MA		0	Africa/Casablanca	31.3121	-9.67237				07	211		
10945865	Id Lemouaddene	id-lemouaddene	MA		0	Africa/Casablanca	31.31216	-9.65778				07	211		
10945867	Idardar	idardar	MA		0	Africa/Casablanca	31.31368	-9.70567				07	211		
10945869	Id Hammouch	id-hammouch	MA		0	Africa/Casablanca	31.30637	-9.7462				07	211		
10945872	Tidzi	tidzi	MA		0	Africa/Casablanca	31.30646	-9.71704		Tidzi		07	211		
10945874	Id Mountir	id-mountir	MA		0	Africa/Casablanca	31.30732	-9.70518				07	211		
10945875	Zaouiat Ait Driouech	zaouiat-ait-driouech	MA		0	Africa/Casablanca	31.30044	-9.68039				07	211		
10945876	Lamhour	lamhour	MA		0	Africa/Casablanca	31.30299	-9.66707				07	211		
10945878	Id Ouchtouk	id-ouchtouk	MA		0	Africa/Casablanca	31.29463	-9.62863				07	211		
10945879	Id Ouahmane	id-ouahmane	MA		0	Africa/Casablanca	31.2899	-9.62863				07	211		
10945880	Id Oukacht	id-oukacht	MA		0	Africa/Casablanca	31.29489	-9.63537				07	211		
10945881	Imarighene	imarighene	MA		0	Africa/Casablanca	31.29485	-9.63688				07	211		
10945883	Id Ou Bel Aid	id-ou-bel-aid	MA		0	Africa/Casablanca	31.29679	-9.64112				07	211		
10945884	Id Laabbouz	id-laabbouz	MA		0	Africa/Casablanca	31.29659	-9.63941				07	211		
10945885	Zaouiat Mohand Ouchene	zaouiat-mohand-ouchene	MA		0	Africa/Casablanca	31.28647	-9.63342				07	211		
10945887	Id Sibous	id-sibous	MA		0	Africa/Casablanca	31.28471	-9.65818				07	211		
10945888	Merdma	merdma	MA		0	Africa/Casablanca	31.28621	-9.66192				07	211		
10945891	Id Mazouz	id-mazouz	MA		0	Africa/Casablanca	31.29606	-9.67421				07	211		
10945892	Bou Amsa	bou-amsa	MA		0	Africa/Casablanca	31.28585	-9.67024				07	211		
10945893	Imachtika	imachtika	MA		0	Africa/Casablanca	31.29351	-9.6773				07	211		
10945894	Id Dayae	id-dayae	MA		0	Africa/Casablanca	31.29205	-9.68144				07	211		
10945896	Id Outaaricht	id-outaaricht	MA		0	Africa/Casablanca	31.2906	-9.71432				07	211		
10945897	Tassila Ou Tarouit	tassila-ou-tarouit	MA		0	Africa/Casablanca	31.29659	-9.71734				07	211		
10945898	Ichlaftene	ichlaftene	MA		0	Africa/Casablanca	31.29947	-9.70573				07	211		
10945899	Ezzaouit	ezzaouit	MA		0	Africa/Casablanca	31.27739	-9.71753				07	211		
10945901	Tamda Ou Blagh	tamda-ou-blagh	MA		0	Africa/Casablanca	31.28145	-9.73346				07	211		
10945905	Ighardachene	ighardachene	MA		0	Africa/Casablanca	31.27552	-9.73972				07	211		
10945906	Bou Tkourayt	bou-tkourayt	MA		0	Africa/Casablanca	31.27642	-9.72449				07	211		
10945909	Aourir	aourir	MA		0	Africa/Casablanca	31.28271	-9.69449				07	211		
10945910	Id Houara	id-houara	MA		0	Africa/Casablanca	31.27118	-9.6655				07	211		
10945913	Id Boudrarene	id-boudrarene	MA		0	Africa/Casablanca	31.27507	-9.65752				07	211		
10945917	Tighoula	tighoula	MA		0	Africa/Casablanca	31.27477	-9.65393				07	211		
10945918	Bouryal	bouryal	MA		0	Africa/Casablanca	31.27685	-9.65494				07	211		
10945919	Tirssine	tirssine	MA		0	Africa/Casablanca	31.27292	-9.64917				07	211		
10945920	Dar Afa	dar-afa	MA		0	Africa/Casablanca	31.27556	-9.64823				07	211		
10945922	Imzilene	imzilene	MA		0	Africa/Casablanca	31.26656	-9.64898				07	211		
10945923	Iguer Ouaarab	iguer-ouaarab	MA		0	Africa/Casablanca	31.26381	-9.65037				07	211		
10945924	Oukhrib	oukhrib	MA		0	Africa/Casablanca	31.26533	-9.65209				07	211		
10945925	Tazemmourt	tazemmourt	MA		0	Africa/Casablanca	31.26808	-9.63758				07	211		
10945926	Oukharbane	oukharbane	MA		0	Africa/Casablanca	31.2701	-9.63857				07	211		
10945927	Tighoula	tighoula	MA		0	Africa/Casablanca	31.27367	-9.63512				07	211		
10945928	Imechtekka	imechtekka	MA		0	Africa/Casablanca	31.26263	-9.63318				07	211		
10945929	Askour	askour	MA		0	Africa/Casablanca	31.26516	-9.65574				07	211		
10945930	Zaouiat Ou Oudrar	zaouiat-ou-oudrar	MA		0	Africa/Casablanca	31.26909	-9.66408				07	211		
10945931	Ichoughagh	ichoughagh	MA		0	Africa/Casablanca	31.26428	-9.66683				07	211		
10945934	Touzouint	touzouint	MA		0	Africa/Casablanca	31.26296	-9.66797				07	211		
10945935	Id Chaarboune	id-chaarboune	MA		0	Africa/Casablanca	31.26685	-9.66818				07	211		
10945936	Id Hammouma	id-hammouma	MA		0	Africa/Casablanca	31.26512	-9.67016				07	211		
10945937	Tabya	tabya	MA		0	Africa/Casablanca	31.26612	-9.63593				07	211		
10945939	Id El Haj Brahim	id-el-haj-brahim	MA		0	Africa/Casablanca	31.25592	-9.62949				07	211		
10945940	Id Hammou	id-hammou	MA		0	Africa/Casablanca	31.26052	-9.63426				07	211		
10945941	Tigoudar	tigoudar	MA		0	Africa/Casablanca	31.25968	-9.63123				07	211		
10945942	Tamantout	tamantout	MA		0	Africa/Casablanca	31.25355	-9.63851				07	211		
10945944	Izeroualene	izeroualene	MA		0	Africa/Casablanca	31.25397	-9.65065				07	211		
10945945	Id Samchnoune	id-samchnoune	MA		0	Africa/Casablanca	31.25762	-9.66003				07	211		
10945947	Tirest	tirest	MA		0	Africa/Casablanca	31.25706	-9.66481				07	211		
10945948	Timegrad	timegrad	MA		0	Africa/Casablanca	31.26019	-9.67194				07	211		
10945949	Ijerrad	ijerrad	MA		0	Africa/Casablanca	31.25658	-9.68612				07	211		
10945952	Id Bilfri	id-bilfri	MA		0	Africa/Casablanca	31.26109	-9.68955				07	211		
10945953	Id Ouchbah	id-ouchbah	MA		0	Africa/Casablanca	31.26311	-9.6932				07	211		
10945954	Id Ou El Ayachi	id-ou-el-ayachi	MA		0	Africa/Casablanca	31.25709	-9.69245				07	211		
10945955	Id Bi Houlene	id-bi-houlene	MA		0	Africa/Casablanca	31.25245	-9.69009				07	211		
10945957	Id Chorfa	id-chorfa	MA		0	Africa/Casablanca	31.2515	-9.68972				07	211		
10945959	Talatnine	talatnine	MA		0	Africa/Casablanca	31.24794	-9.67142				07	211		
10945962	Id Imin Khang	id-imin-khang	MA		0	Africa/Casablanca	31.25871	-9.69882				07	211		
10945964	Dar El Haj Mbarek Lbaz	dar-el-haj-mbarek-lbaz	MA		0	Africa/Casablanca	31.26674	-9.71908				07	211		
10945965	Id Abdellouch	id-abdellouch	MA		0	Africa/Casablanca	31.25421	-9.7229				07	211		
10945966	Taffa Ou Zrou	taffa-ou-zrou	MA		0	Africa/Casablanca	31.2656	-9.72348				07	211		
10945967	Id Lkhargo	id-lkhargo	MA		0	Africa/Casablanca	31.26678	-9.73037				07	211		
10945968	Imzilene	imzilene	MA		0	Africa/Casablanca	31.2727	-9.72245				07	211		
10945969	Id Lqadi	id-lqadi	MA		0	Africa/Casablanca	31.26988	-9.72869				07	211		
10945970	Ida Ou Tanan	ida-ou-tanan	MA		0	Africa/Casablanca	31.26516	-9.73607				07	211		
10945971	Id Lbaz	id-lbaz	MA		0	Africa/Casablanca	31.26747	-9.73859				07	211		
10945972	Laazayeb	laazayeb	MA		0	Africa/Casablanca	31.2654	-9.74519				07	211		
10945974	Id Bou Smama	id-bou-smama	MA		0	Africa/Casablanca	31.26379	-9.747				07	211		
10945975	Id Ou Kiaou	id-ou-kiaou	MA		0	Africa/Casablanca	31.25885	-9.73118				07	211		
10945976	Id Zemmouri	id-zemmouri	MA		0	Africa/Casablanca	31.25064	-9.74814				07	211		
10945977	Tourzit	tourzit	MA		0	Africa/Casablanca	31.24926	-9.74231				07	211		
10945978	Ibrabrine	ibrabrine	MA		0	Africa/Casablanca	31.24887	-9.74124				07	211		
10945979	Id Amrech	id-amrech	MA		0	Africa/Casablanca	31.24843	-9.73676				07	211		
10945983	Agni	agni	MA		0	Africa/Casablanca	31.28951	-9.68597				07	211		
10945985	Ait Ahmed	ait-ahmed	MA		0	Africa/Casablanca	31.29832	-9.67925				07	211		
10945986	Id Boder	id-boder	MA		0	Africa/Casablanca	31.30016	-9.67167				07	211		
10945988	Intis	intis	MA		0	Africa/Casablanca	31.26172	-9.6748				07	211		
10945989	Takouit	takouit	MA		0	Africa/Casablanca	31.27669	-9.63175				07	211		
10945992	Id Ou Ben Ahmed	id-ou-ben-ahmed	MA		0	Africa/Casablanca	31.25535	-9.69048				07	211		
10945999	Id Mouhine	id-mouhine	MA		0	Africa/Casablanca	31.29166	-9.74861				07	211		
10946000	Ait Sidi Mbarek	ait-sidi-mbarek	MA		0	Africa/Casablanca	31.26513	-9.74904				07	211		
10946001	Id Ali Louch	id-ali-louch	MA		0	Africa/Casablanca	31.25046	-9.74919				07	211		
10946018	Id Lboukhach	id-lboukhach	MA		0	Africa/Casablanca	31.36454	-9.62041				07	211		
10946019	Id Ouakrim	id-ouakrim	MA		0	Africa/Casablanca	31.36262	-9.61502				07	211		
10946021	Douar Id Bahsi	douar-id-bahsi	MA		0	Africa/Casablanca	31.35902	-9.60695				07	211		
10946023	Douar Id Ajil	douar-id-ajil	MA		0	Africa/Casablanca	31.36316	-9.58784				07	211		
10946026	Douar Id Labouz	douar-id-labouz	MA		0	Africa/Casablanca	31.36194	-9.57333				07	211		
10946027	Douar Id Bouzid	douar-id-bouzid	MA		0	Africa/Casablanca	31.37408	-9.56676				07	211		
10946029	Douar Tadouart	douar-tadouart	MA		0	Africa/Casablanca	31.36344	-9.55848				07	211		
10946031	Douar Id Addi Ou Mhand	douar-id-addi-ou-mhand	MA		0	Africa/Casablanca	31.36197	-9.54822				07	211		
10946032	Douar Id Tayeddoucht	douar-id-tayeddoucht	MA		0	Africa/Casablanca	31.37088	-9.53136				07	211		
10946033	Douar Imachoune	douar-imachoune	MA		0	Africa/Casablanca	31.36917	-9.52964				07	211		
10946034	Douar Bou Jaddid	douar-bou-jaddid	MA		0	Africa/Casablanca	31.37143	-9.52552				07	211		
10946036	Douar Igouder	douar-igouder	MA		0	Africa/Casablanca	31.37168	-9.51293				07	211		
10946038	Douar Ouchene	douar-ouchene	MA		0	Africa/Casablanca	31.3689	-9.50737				07	211		
10946040	Douar Igoudar	douar-igoudar	MA		0	Africa/Casablanca	31.36954	-9.50209				07	211		
10946041	Douar Bouriqi	douar-bouriqi	MA		0	Africa/Casablanca	31.35708	-9.50694				07	211		
10946042	Douar Id Ou Malek	douar-id-ou-malek	MA		0	Africa/Casablanca	31.35882	-9.53007				07	211		
10946045	Douar Tadabbant	douar-tadabbant	MA		0	Africa/Casablanca	31.35977	-9.55035				07	211		
10946046	Douar Id Ben Ali	douar-id-ben-ali	MA		0	Africa/Casablanca	31.35543	-9.54919				07	211		
10946049	Douar Jabatal	douar-jabatal	MA		0	Africa/Casablanca	31.35375	-9.55867				07	211		
10946051	Douar Tadarine	douar-tadarine	MA		0	Africa/Casablanca	31.35613	-9.61247				07	211		
10946052	Douar Ibaline	douar-ibaline	MA		0	Africa/Casablanca	31.35862	-9.6164				07	211		
10946054	Id Mbarek	id-mbarek	MA		0	Africa/Casablanca	31.36078	-9.61976				07	211		
10946056	Id Ouazzi	id-ouazzi	MA		0	Africa/Casablanca	31.35468	-9.61961				07	211		
10946057	Douar Ijattayene	douar-ijattayene	MA		0	Africa/Casablanca	31.35294	-9.62107				07	211		
10946058	Id Said	id-said	MA		0	Africa/Casablanca	31.35278	-9.61706				07	211		
10946059	Douar Bou Mlik	douar-bou-mlik	MA		0	Africa/Casablanca	31.347	-9.61498				07	211		
10946061	Douar Jabatal	douar-jabatal	MA		0	Africa/Casablanca	31.35294	-9.54638				07	211		
10946062	Zaouiat Sidi Abbas	zaouiat-sidi-abbas	MA		0	Africa/Casablanca	31.35267	-9.54084				07	211		
10946063	Douar Id Moulay	douar-id-moulay	MA		0	Africa/Casablanca	31.34959	-9.54419				07	211		
10946067	Douar Ait Ben Amar	douar-ait-ben-amar	MA		0	Africa/Casablanca	31.34475	-9.50304				07	211		
10946069	Douar Id Hammouch	douar-id-hammouch	MA		0	Africa/Casablanca	31.34008	-9.51439				07	211		
10946070	Douar Akhardid	douar-akhardid	MA		0	Africa/Casablanca	31.34231	-9.53134				07	211		
10946071	Douar Mkirirda	douar-mkirirda	MA		0	Africa/Casablanca	31.33967	-9.53732				07	211		
10946072	Douar Id Erris	douar-id-erris	MA		0	Africa/Casablanca	31.34346	-9.53863				07	211		
10946073	Douar Id Ou Karroum	douar-id-ou-karroum	MA		0	Africa/Casablanca	31.34187	-9.54404				07	211		
10946074	Douar Tassalloumt	douar-tassalloumt	MA		0	Africa/Casablanca	31.34537	-9.54466				07	211		
10946075	Douar Itaybine	douar-itaybine	MA		0	Africa/Casablanca	31.34061	-9.55767				07	211		
10946076	Douar Id Ouadeh	douar-id-ouadeh	MA		0	Africa/Casablanca	31.3449	-9.5629				07	211		
10946077	Douar Fouq Ouslil	douar-fouq-ouslil	MA		0	Africa/Casablanca	31.34222	-9.56522				07	211		
10946079	Douar Tirsi	douar-tirsi	MA		0	Africa/Casablanca	31.34152	-9.58796				07	211		
10946080	Douar Tassila	douar-tassila	MA		0	Africa/Casablanca	31.33949	-9.59498				07	211		
10946081	Douar Ikharrazene	douar-ikharrazene	MA		0	Africa/Casablanca	31.33826	-9.59142				07	211		
10946082	Douar Timzoughine	douar-timzoughine	MA		0	Africa/Casablanca	31.3396	-9.60155				07	211		
10946083	Douar Iaajouane	douar-iaajouane	MA		0	Africa/Casablanca	31.34136	-9.61659				07	211		
10946084	Id Oukharraz	id-oukharraz	MA		0	Africa/Casablanca	31.3416	-9.61931				07	211		
10946085	Id Yassine	id-yassine	MA		0	Africa/Casablanca	31.3385	-9.61981				07	211		
10946088	Douar Id El Qajir	douar-id-el-qajir	MA		0	Africa/Casablanca	31.33619	-9.59831				07	211		
10946089	Id Ali Ou Said	id-ali-ou-said	MA		0	Africa/Casablanca	31.33379	-9.60271				07	211		
10946090	Douar Agrou	douar-agrou	MA		0	Africa/Casablanca	31.33304	-9.60097				07	211		
10946091	Douar Tourtit	douar-tourtit	MA		0	Africa/Casablanca	31.33049	-9.60324				07	211		
10946092	Id Oumarir	id-oumarir	MA		0	Africa/Casablanca	31.33434	-9.59367				07	211		
10946093	Douar Id Brahim	douar-id-brahim	MA		0	Africa/Casablanca	31.33245	-9.59831				07	211		
10946094	Douar Ichakkajene	douar-ichakkajene	MA		0	Africa/Casablanca	31.33084	-9.59803				07	211		
10946095	Id Loukil	id-loukil	MA		0	Africa/Casablanca	31.33258	-9.59054				07	211		
10946097	Douar Id Lahsen	douar-id-lahsen	MA		0	Africa/Casablanca	31.3334	-9.5705				07	211		
10946099	Douar Ait Oubah	douar-ait-oubah	MA		0	Africa/Casablanca	31.33632	-9.55792				07	211		
10946100	Douar Id Bou Daoud	douar-id-bou-daoud	MA		0	Africa/Casablanca	31.33351	-9.55846				07	211		
10946101	Douar Bou Tofalt	douar-bou-tofalt	MA		0	Africa/Casablanca	31.33087	-9.55953				07	211		
10946102	Douar Rais Ali	douar-rais-ali	MA		0	Africa/Casablanca	31.33053	-9.55704				07	211		
10946103	Douar Tassafrat	douar-tassafrat	MA		0	Africa/Casablanca	31.3319	-9.54885				07	211		
10946104	Id Bel Khir	id-bel-khir	MA		0	Africa/Casablanca	31.3315	-9.53859				07	211		
10946106	Douar Id Ofane	douar-id-ofane	MA		0	Africa/Casablanca	31.32681	-9.5361				07	211		
10946107	Douar Imajjad	douar-imajjad	MA		0	Africa/Casablanca	31.32719	-9.52782				07	211		
10946108	Douar Tiourar	douar-tiourar	MA		0	Africa/Casablanca	31.33789	-9.51492				07	211		
10946113	Douar Izourane	douar-izourane	MA		0	Africa/Casablanca	31.32279	-9.51591				07	211		
10946114	Douar Talaint	douar-talaint	MA		0	Africa/Casablanca	31.32065	-9.51439				07	211		
10946116	Douar Id Lkhazzaz	douar-id-lkhazzaz	MA		0	Africa/Casablanca	31.32154	-9.53453				07	211		
10946120	Douar Id Ahmed	douar-id-ahmed	MA		0	Africa/Casablanca	31.32125	-9.5517				07	211		
10946121	Id Aissa	id-aissa	MA		0	Africa/Casablanca	31.31764	-9.55048				07	211		
10946122	Douar Tayloulout	douar-tayloulout	MA		0	Africa/Casablanca	31.31997	-9.55389				07	211		
10946125	Douar Ait Sntih	douar-ait-sntih	MA		0	Africa/Casablanca	31.31975	-9.57211				07	211		
10946126	Douar Hrourane	douar-hrourane	MA		0	Africa/Casablanca	31.3291	-9.57211				07	211		
10946127	Douar El Mahser	douar-el-mahser	MA		0	Africa/Casablanca	31.32428	-9.57376				07	211		
10946128	Douar Id Bichou	douar-id-bichou	MA		0	Africa/Casablanca	31.32789	-9.57891				07	211		
10946129	Douar Id El Ayacha	douar-id-el-ayacha	MA		0	Africa/Casablanca	31.32446	-9.57992				07	211		
10946132	Douar Id Karroum	douar-id-karroum	MA		0	Africa/Casablanca	31.32827	-9.59535				07	211		
10946133	Douar Ajarif	douar-ajarif	MA		0	Africa/Casablanca	31.33044	-9.59517				07	211		
10946134	Douar Ifakharene	douar-ifakharene	MA		0	Africa/Casablanca	31.33009	-9.60011				07	211		
10946135	Douar Adaghaz	douar-adaghaz	MA		0	Africa/Casablanca	31.32627	-9.60348				07	211		
10946136	Douar Timouchcha	douar-timouchcha	MA		0	Africa/Casablanca	31.3293	-9.61256				07	211		
10946137	Id El Asri	id-el-asri	MA		0	Africa/Casablanca	31.32241	-9.61234				07	211		
10946139	Id Ouassibous	id-ouassibous	MA		0	Africa/Casablanca	31.32081	-9.61642				07	211		
10946140	Id Brahim	id-brahim	MA		0	Africa/Casablanca	31.32195	-9.61683				07	211		
10946141	Id Abayd	id-abayd	MA		0	Africa/Casablanca	31.32417	-9.61818				07	211		
10946142	Douar Id Aissa	douar-id-aissa	MA		0	Africa/Casablanca	31.33055	-9.61755				07	211		
10946143	Id Abderrahmane	id-abderrahmane	MA		0	Africa/Casablanca	31.3198	-9.62144				07	211		
10946144	Id Addi	id-addi	MA		0	Africa/Casablanca	31.31931	-9.61903				07	211		
10946145	Id Tourrih	id-tourrih	MA		0	Africa/Casablanca	31.31836	-9.61826				07	211		
10946149	Douar Ouagga	douar-ouagga	MA		0	Africa/Casablanca	31.3111	-9.59047				07	211		
10946150	Douar Taleb Said	douar-taleb-said	MA		0	Africa/Casablanca	31.31388	-9.58599				07	211		
10946151	Douar Id Lahsen	douar-id-lahsen	MA		0	Africa/Casablanca	31.31661	-9.58176				07	211		
10946152	Douar Antil	douar-antil	MA		0	Africa/Casablanca	31.3121	-9.58232				07	211		
10946153	Douar Id Kzaz	douar-id-kzaz	MA		0	Africa/Casablanca	31.30915	-9.5867				07	211		
10946155	Douar Oussin	douar-oussin	MA		0	Africa/Casablanca	31.31295	-9.57653				07	211		
10946156	Douar Tagazzoult	douar-tagazzoult	MA		0	Africa/Casablanca	31.31601	-9.57766				07	211		
10946163	Douar Ait Ahmed	douar-ait-ahmed	MA		0	Africa/Casablanca	31.3148	-9.50338				07	211		
10946164	Douar Ait Louarrat	douar-ait-louarrat	MA		0	Africa/Casablanca	31.31332	-9.49947				07	211		
10946165	Douar Ait Brahim	douar-ait-brahim	MA		0	Africa/Casablanca	31.30974	-9.51048				07	211		
10946166	Douar Ait Igmou Agadir	douar-ait-igmou-agadir	MA		0	Africa/Casablanca	31.3104	-9.50027				07	211		
10946169	Douar Agni	douar-agni	MA		0	Africa/Casablanca	31.29997	-9.49896				07	211		
10946170	Douar Itourkay	douar-itourkay	MA		0	Africa/Casablanca	31.2996	-9.50394				07	211		
10946171	Id Lbaz	id-lbaz	MA		0	Africa/Casablanca	31.30009	-9.51316				07	211		
10946172	Douar Tissadram	douar-tissadram	MA		0	Africa/Casablanca	31.30257	-9.51778				07	211		
10946173	Douar Id Abdenbi	douar-id-abdenbi	MA		0	Africa/Casablanca	31.29749	-9.52031				07	211		
10946174	Id Oubidar	id-oubidar	MA		0	Africa/Casablanca	31.29885	-9.52243				07	211		
10946176	Douar Ifrad	douar-ifrad	MA		0	Africa/Casablanca	31.29463	-9.52827				07	211		
10946177	Douar Ntozoumt	douar-ntozoumt	MA		0	Africa/Casablanca	31.29757	-9.53159				07	211		
10946180	Douar Id Lmouaddene	douar-id-lmouaddene	MA		0	Africa/Casablanca	31.29067	-9.5222				07	211		
10946181	Id Tourkhat	id-tourkhat	MA		0	Africa/Casablanca	31.29177	-9.53142				07	211		
10946182	Douar Ifakharane	douar-ifakharane	MA		0	Africa/Casablanca	31.29357	-9.53647				07	211		
10946183	Id Bollouh	id-bollouh	MA		0	Africa/Casablanca	31.29216	-9.53539				07	211		
10946184	Douar n-Touzzoumt	douar-n-touzzoumt	MA		0	Africa/Casablanca	31.2901	-9.52563				07	211		
10946185	Sebt Neknafa	sebt-neknafa	MA		0	Africa/Casablanca	31.29632	-9.56207				07	211		
10946188	Douar Tachikhat	douar-tachikhat	MA		0	Africa/Casablanca	31.28647	-9.55721				07	211		
10946191	Douar Id Ali	douar-id-ali	MA		0	Africa/Casablanca	31.29689	-9.56912				07	211		
10946192	Douar Id Jan	douar-id-jan	MA		0	Africa/Casablanca	31.29107	-9.58419				07	211		
10946193	Douar Igarganna	douar-igarganna	MA		0	Africa/Casablanca	31.28886	-9.58721				07	211		
10946194	Douar Timaskit	douar-timaskit	MA		0	Africa/Casablanca	31.28873	-9.58539				07	211		
10946195	Id Khrib	id-khrib	MA		0	Africa/Casablanca	31.28653	-9.58425				07	211		
10946196	Douar Id Ouhmane	douar-id-ouhmane	MA		0	Africa/Casablanca	31.29443	-9.58912				07	211		
10946197	Douar Ibahrine	douar-ibahrine	MA		0	Africa/Casablanca	31.29553	-9.58713				07	211		
10946199	Id El Qadi	id-el-qadi	MA		0	Africa/Casablanca	31.28777	-9.58865				07	211		
10946200	Douar Kzaz	douar-kzaz	MA		0	Africa/Casablanca	31.29971	-9.58243				07	211		
10946201	Id Oumzil	id-oumzil	MA		0	Africa/Casablanca	31.30151	-9.57794				07	211		
10946202	Id Assoulil	id-assoulil	MA		0	Africa/Casablanca	31.30026	-9.57827				07	211		
10946203	Douar Tiguemini Ouzeddar	douar-tiguemini-ouzeddar	MA		0	Africa/Casablanca	31.30468	-9.57563				07	211		
10946204	Douar Id Antini	douar-id-antini	MA		0	Africa/Casablanca	31.30252	-9.58979				07	211		
10946205	Douar Tilioua	douar-tilioua	MA		0	Africa/Casablanca	31.30028	-9.5885				07	211		
10946206	Douar Id Hammou	douar-id-hammou	MA		0	Africa/Casablanca	31.30563	-9.59095				07	211		
10946208	Id Bladine	id-bladine	MA		0	Africa/Casablanca	31.29854	-9.59101				07	211		
10946209	Id Bou Rhim	id-bou-rhim	MA		0	Africa/Casablanca	31.30158	-9.59299				07	211		
10946212	Douar Id Oufrat	douar-id-oufrat	MA		0	Africa/Casablanca	31.29645	-9.61811				07	211		
10946215	Douar El Hamri	douar-el-hamri	MA		0	Africa/Casablanca	31.28816	-9.61017				07	211		
10946216	Douar Toukhrift	douar-toukhrift	MA		0	Africa/Casablanca	31.29014	-9.60977				07	211		
10946217	Douar Takkit	douar-takkit	MA		0	Africa/Casablanca	31.29049	-9.61185				07	211		
10946218	Douar Oumahouch	douar-oumahouch	MA		0	Africa/Casablanca	31.29359	-9.61663				07	211		
10946219	Douar Tadouart	douar-tadouart	MA		0	Africa/Casablanca	31.28689	-9.61056				07	211		
10946220	Douar Imazouag	douar-imazouag	MA		0	Africa/Casablanca	31.2879	-9.60854				07	211		
10946221	Douar Id Hachtouf	douar-id-hachtouf	MA		0	Africa/Casablanca	31.28567	-9.59367				07	211		
10946222	Douar Tazemmourt	douar-tazemmourt	MA		0	Africa/Casablanca	31.28293	-9.61946				07	211		
10946224	Douar Bourroum	douar-bourroum	MA		0	Africa/Casablanca	31.28081	-9.61032				07	211		
10946225	Douar Id Sayeh	douar-id-sayeh	MA		0	Africa/Casablanca	31.27993	-9.61305				07	211		
10946226	Douar Id El Arbi	douar-id-el-arbi	MA		0	Africa/Casablanca	31.27769	-9.61303				07	211		
10946227	Douar Tassadramt	douar-tassadramt	MA		0	Africa/Casablanca	31.27866	-9.60848				07	211		
10946228	Douar Izagguiouane	douar-izagguiouane	MA		0	Africa/Casablanca	31.28141	-9.60796				07	211		
10946230	Douar Antaga	douar-antaga	MA		0	Africa/Casablanca	31.28022	-9.59241				07	211		
10946231	Douar Ikharroubane	douar-ikharroubane	MA		0	Africa/Casablanca	31.27796	-9.59412				07	211		
10946233	Id Iaissitane	id-iaissitane	MA		0	Africa/Casablanca	31.28341	-9.58837				07	211		
10946234	Douar Biroukane	douar-biroukane	MA		0	Africa/Casablanca	31.28038	-9.58513				07	211		
10946235	Douar Id Bou Lahsen	douar-id-bou-lahsen	MA		0	Africa/Casablanca	31.27794	-9.58781				07	211		
10946236	Douar Ijakkimne	douar-ijakkimne	MA		0	Africa/Casablanca	31.27756	-9.58414				07	211		
10946238	Douar Id Bou Toffalt	douar-id-bou-toffalt	MA		0	Africa/Casablanca	31.27615	-9.58065				07	211		
10946239	Douar Id Ahmed	douar-id-ahmed	MA		0	Africa/Casablanca	31.28475	-9.5723				07	211		
10946240	Douar Id Masmouth	douar-id-masmouth	MA		0	Africa/Casablanca	31.28288	-9.57069				07	211		
10946241	Douar Id Igzahane	douar-id-igzahane	MA		0	Africa/Casablanca	31.27895	-9.56726				07	211		
10946242	Douar Izmaouane	douar-izmaouane	MA		0	Africa/Casablanca	31.27565	-9.562				07	211		
10946243	Douar Ichaouine	douar-ichaouine	MA		0	Africa/Casablanca	31.28	-9.55086				07	211		
10946244	Douar Jeddikt	douar-jeddikt	MA		0	Africa/Casablanca	31.28103	-9.54518				07	211		
10946246	Douar Takoyyine	douar-takoyyine	MA		0	Africa/Casablanca	31.27741	-9.54035				07	211		
10946247	Douar Boutguida	douar-boutguida	MA		0	Africa/Casablanca	31.27492	-9.53102				07	211		
10946250	Douar Takaya	douar-takaya	MA		0	Africa/Casablanca	31.2692	-9.51076				07	211		
10946251	Douar Bimazgane	douar-bimazgane	MA		0	Africa/Casablanca	31.26716	-9.51479				07	211		
10946252	Douar Id Bajja	douar-id-bajja	MA		0	Africa/Casablanca	31.26355	-9.50653				07	211		
10946253	Id Boussetta	id-boussetta	MA		0	Africa/Casablanca	31.26593	-9.49902				07	211		
10946254	Douar Id Ouballa	douar-id-ouballa	MA		0	Africa/Casablanca	31.27299	-9.52823				07	211		
10946256	Douar Id El Haj	douar-id-el-haj	MA		0	Africa/Casablanca	31.27096	-9.5361				07	211		
10946257	Douar Timzatal	douar-timzatal	MA		0	Africa/Casablanca	31.26507	-9.54344				07	211		
10946258	Douar Id Outghamma	douar-id-outghamma	MA		0	Africa/Casablanca	31.26568	-9.54603				07	211		
10946259	Douar Id El Hossine	douar-id-el-hossine	MA		0	Africa/Casablanca	31.2679	-9.54162				07	211		
10946260	Id Abdellah	id-abdellah	MA		0	Africa/Casablanca	31.26993	-9.54185				07	211		
10946261	Douar Oukharbane	douar-oukharbane	MA		0	Africa/Casablanca	31.27109	-9.54185				07	211		
10946262	Douar Tassaglat	douar-tassaglat	MA		0	Africa/Casablanca	31.26846	-9.55211				07	211		
10946267	Douar Ouaazzane	douar-ouaazzane	MA		0	Africa/Casablanca	31.26524	-9.55588				07	211		
10946268	Douar Imzilane	douar-imzilane	MA		0	Africa/Casablanca	31.26228	-9.55226				07	211		
10946269	Douar Id El Hossine	douar-id-el-hossine	MA		0	Africa/Casablanca	31.25825	-9.56543				07	211		
10946271	Douar Imzilline	douar-imzilline	MA		0	Africa/Casablanca	31.2566	-9.55035				07	211		
10946272	Douar Ouanou	douar-ouanou	MA		0	Africa/Casablanca	31.2537	-9.55406				07	211		
10946273	Douar Tifradine	douar-tifradine	MA		0	Africa/Casablanca	31.25953	-9.5444				07	211		
10946274	Douar Asrir	douar-asrir	MA		0	Africa/Casablanca	31.27202	-9.56442				07	211		
10946276	Douar Izargaine	douar-izargaine	MA		0	Africa/Casablanca	31.2721	-9.5762				07	211		
10946277	Douar Ouakhchich	douar-ouakhchich	MA		0	Africa/Casablanca	31.27448	-9.5779				07	211		
10946279	Douar Tassyassat	douar-tassyassat	MA		0	Africa/Casablanca	31.27195	-9.58078				07	211		
10946280	Douar Ait Abbou	douar-ait-abbou	MA		0	Africa/Casablanca	31.26593	-9.58176				07	211		
10946281	Douar Igrou Ais	douar-igrou-ais	MA		0	Africa/Casablanca	31.26595	-9.57882				07	211		
10946282	Douar Id Bihi	douar-id-bihi	MA		0	Africa/Casablanca	31.26643	-9.58462				07	211		
10946285	Douar Id Bou Larbie	douar-id-bou-larbie	MA		0	Africa/Casablanca	31.26509	-9.58957				07	211		
10946287	Douar Ifri	douar-ifri	MA		0	Africa/Casablanca	31.26946	-9.59084				07	211		
10946288	Id Khardebbiz	id-khardebbiz	MA		0	Africa/Casablanca	31.26925	-9.59631				07	211		
10946290	Douar Id Faddoul	douar-id-faddoul	MA		0	Africa/Casablanca	31.27019	-9.61064				07	211		
10946291	Douar Imine Talaint	douar-imine-talaint	MA		0	Africa/Casablanca	31.2692	-9.61318				07	211		
10946293	Id Ou Hmad	id-ou-hmad	MA		0	Africa/Casablanca	31.27703	-9.61813				07	211		
10946294	Douar Oukar	douar-oukar	MA		0	Africa/Casablanca	31.266	-9.61298				07	211		
10946295	Douar Taoukart	douar-taoukart	MA		0	Africa/Casablanca	31.268	-9.6159				07	211		
10946296	Douar Id Gorram	douar-id-gorram	MA		0	Africa/Casablanca	31.27001	-9.61633				07	211		
10946297	Douar Igrazane	douar-igrazane	MA		0	Africa/Casablanca	31.27235	-9.62337				07	211		
10946298	Douar Id El Houssine	douar-id-el-houssine	MA		0	Africa/Casablanca	31.26606	-9.6217				07	211		
10946299	Douar Oussafras	douar-oussafras	MA		0	Africa/Casablanca	31.26358	-9.6168				07	211		
10946300	Douar Ait El Qadi	douar-ait-el-qadi	MA		0	Africa/Casablanca	31.26133	-9.61715				07	211		
10946301	Douar Amalou	douar-amalou	MA		0	Africa/Casablanca	31.2594	-9.6168				07	211		
10946305	Douar Id Jayt	douar-id-jayt	MA		0	Africa/Casablanca	31.25849	-9.6023				07	211		
10946307	Douar Tagbalat	douar-tagbalat	MA		0	Africa/Casablanca	31.25616	-9.60148				07	211		
10946308	Douar Id Belqas	douar-id-belqas	MA		0	Africa/Casablanca	31.25427	-9.60215				07	211		
10946309	Douar Id Ou El Arbi	douar-id-ou-el-arbi	MA		0	Africa/Casablanca	31.26072	-9.59869				07	211		
10946310	Dar Id Yahya	dar-id-yahya	MA		0	Africa/Casablanca	31.2614	-9.58773				07	211		
10946312	Douar Izaraguine	douar-izaraguine	MA		0	Africa/Casablanca	31.26243	-9.58399				07	211		
10946313	Douar Tagadirt	douar-tagadirt	MA		0	Africa/Casablanca	31.25568	-9.58436				07	211		
10946314	Id Bou Hbous	id-bou-hbous	MA		0	Africa/Casablanca	31.25564	-9.5817				07	211		
10946315	Douar Tabassant	douar-tabassant	MA		0	Africa/Casablanca	31.25893	-9.57777				07	211		
10946316	Douar Id Bou Drarane	douar-id-bou-drarane	MA		0	Africa/Casablanca	31.25695	-9.57586				07	211		
10946317	Douar Id Said	douar-id-said	MA		0	Africa/Casablanca	31.26239	-9.57951				07	211		
10946319	Douar Takhribine	douar-takhribine	MA		0	Africa/Casablanca	31.25564	-9.5667				07	211		
10946320	Douar Tadouart	douar-tadouart	MA		0	Africa/Casablanca	31.2552	-9.56258				07	211		
10946321	Douar Tassila	douar-tassila	MA		0	Africa/Casablanca	31.257	-9.54108				07	211		
10946322	Id Hammou	id-hammou	MA		0	Africa/Casablanca	31.25962	-9.53801				07	211		
10946323	Douar Bilissoune	douar-bilissoune	MA		0	Africa/Casablanca	31.25599	-9.53711				07	211		
10946325	Douar Akhanda	douar-akhanda	MA		0	Africa/Casablanca	31.25849	-9.52825				07	211		
10946326	Douar Id Lkharouae	douar-id-lkharouae	MA		0	Africa/Casablanca	31.25496	-9.51456				07	211		
10946328	Douar Id Lamine	douar-id-lamine	MA		0	Africa/Casablanca	31.26074	-9.50514				07	211		
10946329	Douar Tamoukrat	douar-tamoukrat	MA		0	Africa/Casablanca	31.24664	-9.50715				07	211		
10946330	Douar Id Zeroual	douar-id-zeroual	MA		0	Africa/Casablanca	31.25232	-9.52027				07	211		
10946331	Douar Ait Bou Salah	douar-ait-bou-salah	MA		0	Africa/Casablanca	31.25163	-9.54132				07	211		
10946333	Douar Taourirt	douar-taourirt	MA		0	Africa/Casablanca	31.25014	-9.54717				07	211		
10946334	Douar Idjae	douar-idjae	MA		0	Africa/Casablanca	31.25045	-9.55022				07	211		
10946335	Douar Ba Heine	douar-ba-heine	MA		0	Africa/Casablanca	31.25174	-9.55799				07	211		
10946337	Douar Iboudrarane	douar-iboudrarane	MA		0	Africa/Casablanca	31.25152	-9.56264				07	211		
10946339	Douar Id Mhand	douar-id-mhand	MA		0	Africa/Casablanca	31.25289	-9.56393				07	211		
10946340	Douar Taffit	douar-taffit	MA		0	Africa/Casablanca	31.24897	-9.5655				07	211		
10946342	Douar Asroukas	douar-asroukas	MA		0	Africa/Casablanca	31.25263	-9.58108				07	211		
10946343	Douar Bou Hanou	douar-bou-hanou	MA		0	Africa/Casablanca	31.25195	-9.58492				07	211		
10946344	Douar Id Dabbouz	douar-id-dabbouz	MA		0	Africa/Casablanca	31.25141	-9.59108				07	211		
10946346	Douar Isamarane	douar-isamarane	MA		0	Africa/Casablanca	31.2512	-9.59948				07	211		
10946347	Douar Id El Haj Ahmed	douar-id-el-haj-ahmed	MA		0	Africa/Casablanca	31.24858	-9.60172				07	211		
10946350	Douar Zaouia Laqdima	douar-zaouia-laqdima	MA		0	Africa/Casablanca	31.3042	-9.54371				07	211		
10946360	Douar Id Bouzid	douar-id-bouzid	MA		0	Africa/Casablanca	31.32866	-9.5431				07	211		
10946363	Imegrad	imegrad	MA		0	Africa/Casablanca	31.32098	-9.62381				07	211		
10946364	Anamner	anamner	MA		0	Africa/Casablanca	31.29386	-9.62428				07	211		
10946365	Tadouart	tadouart	MA		0	Africa/Casablanca	31.25625	-9.62417				07	211		
10946366	Douar Id Balla	douar-id-balla	MA		0	Africa/Casablanca	31.3743	-9.59957				07	211		
10946369	Lotissement Sqala	lotissement-sqala	MA		0	Africa/Casablanca	31.52396	-9.75174				07	211		
10946370	Lotissement Tafouki	lotissement-tafouki	MA		0	Africa/Casablanca	31.52034	-9.75078				07	211		
10946382	Id Laaraj	id-laaraj	MA		0	Africa/Casablanca	31.4961	-9.62243				07	211		
10946383	Id Bou Taalloult	id-bou-taalloult	MA		0	Africa/Casablanca	31.49404	-9.62239				07	211		
10946385	Douar Id Allal	douar-id-allal	MA		0	Africa/Casablanca	31.49361	-9.61651				07	211		
10946386	Douar Id Mbarek	douar-id-mbarek	MA		0	Africa/Casablanca	31.49104	-9.61834				07	211		
10946388	Douar Loqliaa	douar-loqliaa	MA		0	Africa/Casablanca	31.4918	-9.6131				07	211		
10946390	Douar Id Lbouhali	douar-id-lbouhali	MA		0	Africa/Casablanca	31.48822	-9.6223				07	211		
10946393	Douar Ijdahine	douar-ijdahine	MA		0	Africa/Casablanca	31.49063	-9.57455				07	211		
10946394	Douar Ransi	douar-ransi	MA		0	Africa/Casablanca	31.49149	-9.57063				07	211		
10946395	Douar Ait Salek	douar-ait-salek	MA		0	Africa/Casablanca	31.49014	-9.5709				07	211		
10946396	Douar El Fouqani	douar-el-fouqani	MA		0	Africa/Casablanca	31.4918	-9.56818				07	211		
10946398	Douar Ait Lakhdar	douar-ait-lakhdar	MA		0	Africa/Casablanca	31.49585	-9.56372				07	211		
10946400	Douar Id Errih	douar-id-errih	MA		0	Africa/Casablanca	31.49779	-9.54316				07	211		
10946401	Douar Chichti	douar-chichti	MA		0	Africa/Casablanca	31.49623	-9.5332				07	211		
10946403	Douar Bou Karnta	douar-bou-karnta	MA		0	Africa/Casablanca	31.49263	-9.52278				07	211		
10946406	Douar Legjadha	douar-legjadha	MA		0	Africa/Casablanca	31.49133	-9.51617				07	211		
10946407	Douar Ait Massaoud	douar-ait-massaoud	MA		0	Africa/Casablanca	31.48933	-9.51451				07	211		
10946408	Douar Ait Chriaa	douar-ait-chriaa	MA		0	Africa/Casablanca	31.48738	-9.51046				07	211		
10946409	Douar Id Tarmoune	douar-id-tarmoune	MA		0	Africa/Casablanca	31.49087	-9.50512				07	211		
10946410	Douar Ait Ahmed	douar-ait-ahmed	MA		0	Africa/Casablanca	31.49372	-9.5084				07	211		
10946411	Douar Ait El Qadi	douar-ait-el-qadi	MA		0	Africa/Casablanca	31.49625	-9.50516				07	211		
10946413	Douar Echorfa	douar-echorfa	MA		0	Africa/Casablanca	31.48942	-9.50123				07	211		
10946420	Douar Id Lahmich	douar-id-lahmich	MA		0	Africa/Casablanca	31.47826	-9.55217				07	211		
10946421	Douar Id Gourram	douar-id-gourram	MA		0	Africa/Casablanca	31.48642	-9.55455				07	211		
10946422	Douar Id Mansour	douar-id-mansour	MA		0	Africa/Casablanca	31.4843	-9.5588				07	211		
10946423	Douar Ait Bel Caid	douar-ait-bel-caid	MA		0	Africa/Casablanca	31.48655	-9.56307				07	211		
10946424	Douar Id Ou Aich	douar-id-ou-aich	MA		0	Africa/Casablanca	31.48538	-9.56687				07	211		
10946425	Douar Ait Boulidi	douar-ait-boulidi	MA		0	Africa/Casablanca	31.48307	-9.56869				07	211		
10946427	Douar Id Boussiker	douar-id-boussiker	MA		0	Africa/Casablanca	31.47718	-9.5605				07	211		
10946429	Douar Ijmirou	douar-ijmirou	MA		0	Africa/Casablanca	31.48679	-9.57608				07	211		
10946434	Douar Id Ben Cheikh	douar-id-ben-cheikh	MA		0	Africa/Casablanca	31.48311	-9.61275				07	211		
10946436	Douar Id Belaid	douar-id-belaid	MA		0	Africa/Casablanca	31.4858	-9.62275				07	211		
10946437	Douar Id Karroum	douar-id-karroum	MA		0	Africa/Casablanca	31.47788	-9.61504				07	211		
10946438	Douar Id Eddabouz	douar-id-eddabouz	MA		0	Africa/Casablanca	31.47667	-9.61766				07	211		
10946439	Douar Id Laaraybi	douar-id-laaraybi	MA		0	Africa/Casablanca	31.47532	-9.62217				07	211		
10946440	Douar Ida Ou Tanane	douar-ida-ou-tanane	MA		0	Africa/Casablanca	31.47627	-9.56953				07	211		
10946441	Douar Id Ouchayene	douar-id-ouchayene	MA		0	Africa/Casablanca	31.47429	-9.54601				07	211		
10946442	Douar Id Tarmoune	douar-id-tarmoune	MA		0	Africa/Casablanca	31.47477	-9.55365				07	211		
10946444	Id Oufollous	id-oufollous	MA		0	Africa/Casablanca	31.46241	-9.53456				07	211		
10946445	Douar Id Lafqih	douar-id-lafqih	MA		0	Africa/Casablanca	31.46653	-9.53803				07	211		
10946446	Douar Id Jommar	douar-id-jommar	MA		0	Africa/Casablanca	31.46679	-9.54337				07	211		
10946447	Douar Ihaddadene	douar-ihaddadene	MA		0	Africa/Casablanca	31.46988	-9.54368				07	211		
10946449	Douar Id Oumzil	douar-id-oumzil	MA		0	Africa/Casablanca	31.46825	-9.55307				07	211		
10946450	Douar Laazib	douar-laazib	MA		0	Africa/Casablanca	31.46538	-9.54838				07	211		
10946451	Douar Oukharraz	douar-oukharraz	MA		0	Africa/Casablanca	31.46271	-9.53694				07	211		
10946452	Douar Indjarene	douar-indjarene	MA		0	Africa/Casablanca	31.46715	-9.55898				07	211		
10946454	Douar Tiourat	douar-tiourat	MA		0	Africa/Casablanca	31.46496	-9.56131				07	211		
10946455	Douar Tagdalt	douar-tagdalt	MA		0	Africa/Casablanca	31.47169	-9.56758				07	211		
10946456	Douar Id Bouha	douar-id-bouha	MA		0	Africa/Casablanca	31.47253	-9.57329				07	211		
10946457	Douar Id Abdenbi	douar-id-abdenbi	MA		0	Africa/Casablanca	31.47299	-9.57627				07	211		
10946462	Douar Lgommadi	douar-lgommadi	MA		0	Africa/Casablanca	31.46865	-9.60412				07	211		
10946464	Douar Id Loued	douar-id-loued	MA		0	Africa/Casablanca	31.47259	-9.61079				07	211		
10946465	Douar Id Oussous	douar-id-oussous	MA		0	Africa/Casablanca	31.47323	-9.61386				07	211		
10946469	Douar Id Lemjalidi	douar-id-lemjalidi	MA		0	Africa/Casablanca	31.45797	-9.6226				07	211		
10946471	Douar Id Omar	douar-id-omar	MA		0	Africa/Casablanca	31.46003	-9.60801				07	211		
10946472	Douar Ait Sraydi	douar-ait-sraydi	MA		0	Africa/Casablanca	31.45451	-9.60884				07	211		
10946473	Douar Id Bihi	douar-id-bihi	MA		0	Africa/Casablanca	31.45763	-9.60779				07	211		
10946474	Douar Lakouanine	douar-lakouanine	MA		0	Africa/Casablanca	31.45654	-9.6068				07	211		
10946476	Douar Id Lgojdayeh	douar-id-lgojdayeh	MA		0	Africa/Casablanca	31.45297	-9.60339				07	211		
10946479	Douar Id Jaa	douar-id-jaa	MA		0	Africa/Casablanca	31.45209	-9.59983				07	211		
10946480	Douar Id Ou Driss	douar-id-ou-driss	MA		0	Africa/Casablanca	31.4518	-9.57142				07	211		
10946481	Douar El Mers	douar-el-mers	MA		0	Africa/Casablanca	31.45	-9.57363				07	211		
10946483	Douar Igrou Amazigh	douar-igrou-amazigh	MA		0	Africa/Casablanca	31.44996	-9.56161				07	211		
10946484	Douar Id Bel Asri	douar-id-bel-asri	MA		0	Africa/Casablanca	31.45914	-9.54396				07	211		
10946486	Douar Id Aqdim	douar-id-aqdim	MA		0	Africa/Casablanca	31.45317	-9.54097				07	211		
10946489	Douar Ait Ahmed	douar-ait-ahmed	MA		0	Africa/Casablanca	31.46031	-9.53378				07	211		
10946490	Id Amara	id-amara	MA		0	Africa/Casablanca	31.46157	-9.53505				07	211		
10946491	Douar Id Ali	douar-id-ali	MA		0	Africa/Casablanca	31.46144	-9.53623				07	211		
10946492	Douar Id Bouhas	douar-id-bouhas	MA		0	Africa/Casablanca	31.46144	-9.53185				07	211		
10946493	Douar Id Mhamed	douar-id-mhamed	MA		0	Africa/Casablanca	31.46014	-9.52964				07	211		
10946494	Douar Id Gritih	douar-id-gritih	MA		0	Africa/Casablanca	31.45883	-9.52728				07	211		
10946495	Douar Indjarene	douar-indjarene	MA		0	Africa/Casablanca	31.45788	-9.52754				07	211		
10946496	Douar Id El Hachmi	douar-id-el-hachmi	MA		0	Africa/Casablanca	31.45678	-9.5308				07	211		
10946497	Douar Id Lkerzi	douar-id-lkerzi	MA		0	Africa/Casablanca	31.46157	-9.52788				07	211		
10946498	Douar Id Bihi	douar-id-bihi	MA		0	Africa/Casablanca	31.46029	-9.52825				07	211		
10946499	Douar Tafrat	douar-tafrat	MA		0	Africa/Casablanca	31.45376	-9.51524				07	211		
10946500	Douar Azadane	douar-azadane	MA		0	Africa/Casablanca	31.44965	-9.51175				07	211		
10946502	Douar Id Ben Lahsen	douar-id-ben-lahsen	MA		0	Africa/Casablanca	31.44885	-9.52177				07	211		
10946503	Douar Ait Brahim	douar-ait-brahim	MA		0	Africa/Casablanca	31.44755	-9.50625				07	211		
10946505	Douar Ait Bel Kacem	douar-ait-bel-kacem	MA		0	Africa/Casablanca	31.44477	-9.51829				07	211		
10946506	Douar Takkit	douar-takkit	MA		0	Africa/Casablanca	31.44365	-9.52383				07	211		
10946507	Douar Id Zomhane	douar-id-zomhane	MA		0	Africa/Casablanca	31.44382	-9.53084				07	211		
10946510	Douar Id Ali El Haj	douar-id-ali-el-haj	MA		0	Africa/Casablanca	31.44528	-9.54528				07	211		
10946512	Douar Id Tidourine	douar-id-tidourine	MA		0	Africa/Casablanca	31.44603	-9.55252				07	211		
10946513	Douar Id Oukhlifa	douar-id-oukhlifa	MA		0	Africa/Casablanca	31.44339	-9.55176				07	211		
10946514	Douar Id Oufous	douar-id-oufous	MA		0	Africa/Casablanca	31.44325	-9.55696				07	211		
10946516	Douar Tifradine	douar-tifradine	MA		0	Africa/Casablanca	31.44764	-9.56917				07	211		
10946517	Douar Id Brahim	douar-id-brahim	MA		0	Africa/Casablanca	31.44142	-9.57086				07	211		
10946519	Douar Issamrayene	douar-issamrayene	MA		0	Africa/Casablanca	31.44982	-9.60333				07	211		
10946520	Douar Id Bamdaghene	douar-id-bamdaghene	MA		0	Africa/Casablanca	31.44936	-9.61035				07	211		
10946521	Douar Id Bihi	douar-id-bihi	MA		0	Africa/Casablanca	31.44528	-9.61253				07	211		
10946525	Douar Id Ouaddouch	douar-id-ouaddouch	MA		0	Africa/Casablanca	31.44187	-9.60824				07	211		
10946526	Douar Id Marfae	douar-id-marfae	MA		0	Africa/Casablanca	31.43891	-9.60416				07	211		
10946527	Douar Ibachratene	douar-ibachratene	MA		0	Africa/Casablanca	31.43633	-9.60979				07	211		
10946528	Douar Id Lhajjam	douar-id-lhajjam	MA		0	Africa/Casablanca	31.4409	-9.60035				07	211		
10946530	Douar Ait Said Ou Hammou	douar-ait-said-ou-hammou	MA		0	Africa/Casablanca	31.44016	-9.57573				07	211		
10946531	Douar Id Ouziki	douar-id-ouziki	MA		0	Africa/Casablanca	31.44043	-9.55172				07	211		
10946532	Douar Id Lahsen	douar-id-lahsen	MA		0	Africa/Casablanca	31.43713	-9.55505				07	211		
10946534	Douar Id Baba	douar-id-baba	MA		0	Africa/Casablanca	31.43726	-9.55224				07	211		
10946535	Douar Id El Haj	douar-id-el-haj	MA		0	Africa/Casablanca	31.43973	-9.54752				07	211		
10946536	Douar Ouakrim	douar-ouakrim	MA		0	Africa/Casablanca	31.43843	-9.54595				07	211		
10946537	Douar Id Ouguerram	douar-id-ouguerram	MA		0	Africa/Casablanca	31.43726	-9.54651				07	211		
10946539	Douar Id Ou Bel Aid	douar-id-ou-bel-aid	MA		0	Africa/Casablanca	31.43582	-9.53801				07	211		
10946540	Douar Tiguemmi Ouzeddar	douar-tiguemmi-ouzeddar	MA		0	Africa/Casablanca	31.43706	-9.54059				07	211		
10946542	Douar Agadir Oumghar	douar-agadir-oumghar	MA		0	Africa/Casablanca	31.4379	-9.53408				07	211		
10946543	Douar Idahdane	douar-idahdane	MA		0	Africa/Casablanca	31.43534	-9.53357				07	211		
10946544	Douar Ait Abderrahmane	douar-ait-abderrahmane	MA		0	Africa/Casablanca	31.43602	-9.52443				07	211		
10946545	Douar Id El Oud	douar-id-el-oud	MA		0	Africa/Casablanca	31.43523	-9.52909				07	211		
10946546	Douar Id Boufous	douar-id-boufous	MA		0	Africa/Casablanca	31.43878	-9.51846				07	211		
10946547	Douar Ait Bouabid	douar-ait-bouabid	MA		0	Africa/Casablanca	31.44142	-9.51162				07	211		
10946548	Douar Ait Ouachane	douar-ait-ouachane	MA		0	Africa/Casablanca	31.43712	-9.50482				07	211		
10946550	Douar Id Mhamed Ou Balla	douar-id-mhamed-ou-balla	MA		0	Africa/Casablanca	31.42668	-9.51138				07	211		
10946551	Douar Ait Outaj	douar-ait-outaj	MA		0	Africa/Casablanca	31.42565	-9.50726				07	211		
10946552	Douar Id Mhand Ou Abdellah	douar-id-mhand-ou-abdellah	MA		0	Africa/Casablanca	31.42399	-9.50911				07	211		
10946553	Douar Tiblilout	douar-tiblilout	MA		0	Africa/Casablanca	31.43287	-9.50394				07	211		
10946554	Douar Sokkam	douar-sokkam	MA		0	Africa/Casablanca	31.43314	-9.51786				07	211		
10946555	Douar Iharrassene	douar-iharrassene	MA		0	Africa/Casablanca	31.42774	-9.51728				07	211		
10946556	Douar Ait Addou	douar-ait-addou	MA		0	Africa/Casablanca	31.42571	-9.52374				07	211		
10946557	Douar Tadouart	douar-tadouart	MA		0	Africa/Casablanca	31.42309	-9.51226				07	211		
10946560	Douar Ait Balla	douar-ait-balla	MA		0	Africa/Casablanca	31.4338	-9.55028				07	211		
10946561	Douar Iguintama	douar-iguintama	MA		0	Africa/Casablanca	31.43051	-9.55627				07	211		
10946563	Douar Azammarkou	douar-azammarkou	MA		0	Africa/Casablanca	31.42959	-9.56181				07	211		
10946565	Douar Iglalene	douar-iglalene	MA		0	Africa/Casablanca	31.4289	-9.58507				07	211		
10946567	Douar Ait Kaddour	douar-ait-kaddour	MA		0	Africa/Casablanca	31.42553	-9.5903				07	211		
10946569	Douar Lhamri	douar-lhamri	MA		0	Africa/Casablanca	31.42333	-9.59584				07	211		
10946572	Douar Igamrane	douar-igamrane	MA		0	Africa/Casablanca	31.4284	-9.61215				07	211		
10946575	Douar Ihachtarene	douar-ihachtarene	MA		0	Africa/Casablanca	31.42122	-9.61354				07	211		
10946576	Douar Tabalid	douar-tabalid	MA		0	Africa/Casablanca	31.42227	-9.60745				07	211		
10946577	Douar Abiyad	douar-abiyad	MA		0	Africa/Casablanca	31.41937	-9.6079				07	211		
10946578	Douar Id Lachgar	douar-id-lachgar	MA		0	Africa/Casablanca	31.41677	-9.61363				07	211		
10946579	Douar Id Bouzid	douar-id-bouzid	MA		0	Africa/Casablanca	31.41739	-9.60934				07	211		
10946580	Douar Idouamar	douar-idouamar	MA		0	Africa/Casablanca	31.41595	-9.60614				07	211		
10946581	Douar Ihaddarene	douar-ihaddarene	MA		0	Africa/Casablanca	31.41487	-9.61762				07	211		
10946583	Douar Id Bikoussene	douar-id-bikoussene	MA		0	Africa/Casablanca	31.42115	-9.58584				07	211		
10946584	Douar Ait Yahya	douar-ait-yahya	MA		0	Africa/Casablanca	31.41534	-9.58586				07	211		
10946585	Douar Id Ajdahim	douar-id-ajdahim	MA		0	Africa/Casablanca	31.4189	-9.58384				07	211		
10946587	Douar Ait Addou	douar-ait-addou	MA		0	Africa/Casablanca	31.41606	-9.52134				07	211		
10946589	Douar Id Bel Haj	douar-id-bel-haj	MA		0	Africa/Casablanca	31.41794	-9.50836				07	211		
10946590	Douar Id El Fassi Ouzeddar	douar-id-el-fassi-ouzeddar	MA		0	Africa/Casablanca	31.42126	-9.50615				07	211		
10946591	Douar Ait Ou Zeroual	douar-ait-ou-zeroual	MA		0	Africa/Casablanca	31.41815	-9.50376				07	211		
10946593	Douar Sidi Lahsen	douar-sidi-lahsen	MA		0	Africa/Casablanca	31.41214	-9.5078				07	211		
10946594	Douar Indjarene	douar-indjarene	MA		0	Africa/Casablanca	31.40952	-9.51222				07	211		
10946597	Douar Id Afzaz	douar-id-afzaz	MA		0	Africa/Casablanca	31.40538	-9.52241				07	211		
10946598	Douar Irahhalene	douar-irahhalene	MA		0	Africa/Casablanca	31.40095	-9.52488				07	211		
10946605	Douar Id Mansour	douar-id-mansour	MA		0	Africa/Casablanca	31.40848	-9.58286				07	211		
10946606	Douar Id Boujemaa	douar-id-boujemaa	MA		0	Africa/Casablanca	31.40892	-9.58103				07	211		
10946607	Douar Igarbalene	douar-igarbalene	MA		0	Africa/Casablanca	31.41342	-9.58232				07	211		
10946611	Id Ihrara	id-ihrara	MA		0	Africa/Casablanca	31.40873	-9.58876				07	211		
10946613	Douar Ait Hmiddouch	douar-ait-hmiddouch	MA		0	Africa/Casablanca	31.40502	-9.58487				07	211		
10946614	Douar Agadir	douar-agadir	MA		0	Africa/Casablanca	31.40776	-9.59633				07	211		
10946615	Douar Ahazzaz	douar-ahazzaz	MA		0	Africa/Casablanca	31.40723	-9.59738				07	211		
10946616	Douar Id Azrou	douar-id-azrou	MA		0	Africa/Casablanca	31.40531	-9.60103				07	211		
10946618	Douar Tadouart	douar-tadouart	MA		0	Africa/Casablanca	31.40967	-9.59906				07	211		
10946619	Douar Ait Hmad	douar-ait-hmad	MA		0	Africa/Casablanca	31.41236	-9.59339				07	211		
10946620	Douar Adouar	douar-adouar	MA		0	Africa/Casablanca	31.41335	-9.59871				07	211		
10946621	Douar Id Allal	douar-id-allal	MA		0	Africa/Casablanca	31.40419	-9.60236				07	211		
10946627	Douar Boujrada	douar-boujrada	MA		0	Africa/Casablanca	31.41117	-9.6206				07	211		
10946629	Douar Dou Taourirt	douar-dou-taourirt	MA		0	Africa/Casablanca	31.39296	-9.52338				07	211		
10946630	Douar Tagadirt	douar-tagadirt	MA		0	Africa/Casablanca	31.39534	-9.51874				07	211		
10946631	Douar Amazzou	douar-amazzou	MA		0	Africa/Casablanca	31.39476	-9.51391				07	211		
10946633	Douar Ait Ali	douar-ait-ali	MA		0	Africa/Casablanca	31.3958	-9.50177				07	211		
10946635	Douar Igougadir	douar-igougadir	MA		0	Africa/Casablanca	31.38386	-9.50203				07	211		
10946637	Douar Lhoufarat	douar-lhoufarat	MA		0	Africa/Casablanca	31.38976	-9.51632				07	211		
10946640	Douar Id Lhaj	douar-id-lhaj	MA		0	Africa/Casablanca	31.38525	-9.53672				07	211		
10946641	Douar Tamerzagat	douar-tamerzagat	MA		0	Africa/Casablanca	31.38868	-9.53539				07	211		
10946645	Douar Iggozza	douar-iggozza	MA		0	Africa/Casablanca	31.38822	-9.53827				07	211		
10946646	Douar Id Laaguid	douar-id-laaguid	MA		0	Africa/Casablanca	31.38555	-9.54138				07	211		
10946648	Douar Leqrit	douar-leqrit	MA		0	Africa/Casablanca	31.38199	-9.54492				07	211		
10946649	Douar Boutablat	douar-boutablat	MA		0	Africa/Casablanca	31.38075	-9.53958				07	211		
10946650	Douar Ait Hsaine	douar-ait-hsaine	MA		0	Africa/Casablanca	31.38287	-9.54247				07	211		
10946653	Douar Bou Garfa	douar-bou-garfa	MA		0	Africa/Casablanca	31.376	-9.53322				07	211		
10946656	Id Zit	id-zit	MA		0	Africa/Casablanca	31.38327	-9.56136				07	211		
10946658	Id Brahim	id-brahim	MA		0	Africa/Casablanca	31.39073	-9.55543				07	211		
10946659	Douar Takkit	douar-takkit	MA		0	Africa/Casablanca	31.38556	-9.55857				07	211		
10946661	Douar Id Jaat	douar-id-jaat	MA		0	Africa/Casablanca	31.37805	-9.59371				07	211		
10946662	Douar Id Oukrim	douar-id-oukrim	MA		0	Africa/Casablanca	31.38265	-9.6012				07	211		
10946664	Douar Id Lbakhkhouch	douar-id-lbakhkhouch	MA		0	Africa/Casablanca	31.3922	-9.59983				07	211		
10946667	Douar Ida Ou Tanane	douar-ida-ou-tanane	MA		0	Africa/Casablanca	31.43287	-9.52847				07	211		
10946668	Douar Id Mansour	douar-id-mansour	MA		0	Africa/Casablanca	31.46695	-9.61948				07	211		
10946690	Hay El Borj	hay-el-borj	MA		0	Africa/Casablanca	31.51357	-9.75706				07	211		
10946693	Lotissement Al Amat	lotissement-al-amat	MA		0	Africa/Casablanca	31.50853	-9.75861				07	211		
10946696	Lotissement El Borj	lotissement-el-borj	MA		0	Africa/Casablanca	31.50052	-9.75703				07	211		
10946751	Douar Lebbachra	douar-lebbachra	MA		0	Africa/Casablanca	31.72252	-9.62819				07	211		
10946755	Douar El Haj	douar-el-haj	MA		0	Africa/Casablanca	31.70974	-9.62969				07	211		
10946757	Douar Talat Ouargane	douar-talat-ouargane	MA		0	Africa/Casablanca	31.69015	-9.65082				07	211		
10946763	Douar Essahel	douar-essahel	MA		0	Africa/Casablanca	31.66913	-9.65754				07	211		
10946764	Douar Laarab	douar-laarab	MA		0	Africa/Casablanca	31.66857	-9.65943				07	211		
10946765	Ait El Hommadi	ait-el-hommadi	MA		0	Africa/Casablanca	31.66619	-9.65589				07	211		
10946766	Ait Lafdil	ait-lafdil	MA		0	Africa/Casablanca	31.66617	-9.65306				07	211		
10946767	Ait Bou Nacer	ait-bou-nacer	MA		0	Africa/Casablanca	31.66493	-9.64973				07	211		
10946769	Douar Jnane Lahrach	douar-jnane-lahrach	MA		0	Africa/Casablanca	31.66822	-9.64932				07	211		
10946773	Oulad Saoud	oulad-saoud	MA		0	Africa/Casablanca	31.66088	-9.63486				07	211		
10946776	Oulad Dadda	oulad-dadda	MA		0	Africa/Casablanca	31.65472	-9.64248				07	211		
10946781	Ait Hmad	ait-hmad	MA		0	Africa/Casablanca	31.65125	-9.63765				07	211		
10946782	Douar Lkharba	douar-lkharba	MA		0	Africa/Casablanca	31.64916	-9.64191				07	211		
10946783	Oulad Massaoud	oulad-massaoud	MA		0	Africa/Casablanca	31.64784	-9.63827				07	211		
10946784	Douar Ait Ben Lefqih	douar-ait-ben-lefqih	MA		0	Africa/Casablanca	31.64667	-9.64229				07	211		
10946785	Douar Lekfamech	douar-lekfamech	MA		0	Africa/Casablanca	31.64692	-9.63735				07	211		
10946786	Douar Legraouna	douar-legraouna	MA		0	Africa/Casablanca	31.64618	-9.63485				07	211		
10946787	Oulad Mbarek	oulad-mbarek	MA		0	Africa/Casablanca	31.64278	-9.6368				07	211		
10946788	Ait Draou	ait-draou	MA		0	Africa/Casablanca	31.64497	-9.64421				07	211		
10946789	Ait Dhoura	ait-dhoura	MA		0	Africa/Casablanca	31.64527	-9.64668				07	211		
10946790	Ait Chhlt	ait-chhlt	MA		0	Africa/Casablanca	31.64248	-9.64983				07	211		
10946791	Douar Ait Ali	douar-ait-ali	MA		0	Africa/Casablanca	31.64173	-9.64782				07	211		
10946792	Douar Leghdir	douar-leghdir	MA		0	Africa/Casablanca	31.6388	-9.64444				07	211		
10946793	Douar Tahar	douar-tahar	MA		0	Africa/Casablanca	31.63694	-9.63837				07	211		
10946795	Douar Lehransa	douar-lehransa	MA		0	Africa/Casablanca	31.63167	-9.66125				07	211		
10946807	Douar Abad	douar-abad	MA		0	Africa/Casablanca	31.64407	-9.67552				07	211		
10946811	Douar Lfayda	douar-lfayda	MA		0	Africa/Casablanca	31.62608	-9.66694				07	211		
10946812	Moulay Bouzarqtoune	moulay-bouzarqtoune	MA		0	Africa/Casablanca	31.64646	-9.67713				07	211		
10946828	Douar Assoufit	douar-assoufit	MA		0	Africa/Casablanca	31.61581	-9.35528				07	211		
10946829	Douar Ait Jrida	douar-ait-jrida	MA		0	Africa/Casablanca	31.61941	-9.34414				07	211		
10946830	Douar Ait Ennacher	douar-ait-ennacher	MA		0	Africa/Casablanca	31.61724	-9.33949				07	211		
10946831	Douar Ait Bou Regga	douar-ait-bou-regga	MA		0	Africa/Casablanca	31.60941	-9.34075				07	211		
10946833	Douar Ait Brahim	douar-ait-brahim	MA		0	Africa/Casablanca	31.60072	-9.34467				07	211		
10946834	Douar Ait Ghaybi	douar-ait-ghaybi	MA		0	Africa/Casablanca	31.59426	-9.36987				07	211		
10946835	Douar Ait El Haj Azzouz	douar-ait-el-haj-azzouz	MA		0	Africa/Casablanca	31.59318	-9.36491				07	211		
10946837	Douar Ait Ouriqua	douar-ait-ouriqua	MA		0	Africa/Casablanca	31.59437	-9.34865				07	211		
10946838	Douar Ait Lghandour	douar-ait-lghandour	MA		0	Africa/Casablanca	31.59519	-9.33509				07	211		
10946839	Douar Ait Lekbida	douar-ait-lekbida	MA		0	Africa/Casablanca	31.593	-9.34421				07	211		
10946840	Douar Ait Lekhdiri	douar-ait-lekhdiri	MA		0	Africa/Casablanca	31.59355	-9.3344				07	211		
10946841	Douar Ait Lhajjam	douar-ait-lhajjam	MA		0	Africa/Casablanca	31.58989	-9.34629				07	211		
10946843	Douar Ait Ennacher	douar-ait-ennacher	MA		0	Africa/Casablanca	31.58849	-9.33977				07	211		
10946845	Douar Ait El Arbi	douar-ait-el-arbi	MA		0	Africa/Casablanca	31.58538	-9.34294				07	211		
10946846	Douar Ait Bouhmida	douar-ait-bouhmida	MA		0	Africa/Casablanca	31.58412	-9.3353				07	211		
10946848	Douar Ait Lahouissine	douar-ait-lahouissine	MA		0	Africa/Casablanca	31.58288	-9.3399				07	211		
10946849	Douar Ait Laouad	douar-ait-laouad	MA		0	Africa/Casablanca	31.58125	-9.35786				07	211		
10946850	Douar Chouiyat	douar-chouiyat	MA		0	Africa/Casablanca	31.58398	-9.36856				07	211		
10946851	Douar Ait Laimouri	douar-ait-laimouri	MA		0	Africa/Casablanca	31.57931	-9.36468				07	211		
10946854	Douar Ait Lefqih	douar-ait-lefqih	MA		0	Africa/Casablanca	31.57714	-9.337				07	211		
10946855	Douar Ait Laouj	douar-ait-laouj	MA		0	Africa/Casablanca	31.57346	-9.36927				07	211		
10946858	Douar Ait El Faqir Hammad	douar-ait-el-faqir-hammad	MA		0	Africa/Casablanca	31.56865	-9.35961				07	211		
10946859	Douar Ait Zaaboul	douar-ait-zaaboul	MA		0	Africa/Casablanca	31.57008	-9.35279				07	211		
10946860	Douar Ait Moussa	douar-ait-moussa	MA		0	Africa/Casablanca	31.56953	-9.3453				07	211		
10946861	Douar Zaouiat Rouaga	douar-zaouiat-rouaga	MA		0	Africa/Casablanca	31.56324	-9.33887				07	211		
10946865	Douar Oulad Mrah	douar-oulad-mrah	MA		0	Africa/Casablanca	31.55913	-9.36487				07	211		
10946866	Douar Ait Taoutaou	douar-ait-taoutaou	MA		0	Africa/Casablanca	31.55664	-9.35856				07	211		
10946867	Douar Ait Bekha	douar-ait-bekha	MA		0	Africa/Casablanca	31.55547	-9.3355				07	211		
10946869	Douar Arguita	douar-arguita	MA		0	Africa/Casablanca	31.55269	-9.3626				07	211		
10946870	Douar Heddada	douar-heddada	MA		0	Africa/Casablanca	31.55657	-9.36704				07	211		
10946871	Douar Ait Chguiga	douar-ait-chguiga	MA		0	Africa/Casablanca	31.5496	-9.34721				07	211		
10946872	Mejji	mejji	MA		0	Africa/Casablanca	31.55072	-9.34215				07	211		
10946874	Douar Ait Sidi Hmad	douar-ait-sidi-hmad	MA		0	Africa/Casablanca	31.54519	-9.35165				07	211		
10946875	Douar Ait Amer	douar-ait-amer	MA		0	Africa/Casablanca	31.54209	-9.34938				07	211		
10946876	Douar Ait Abdellah Cheih	douar-ait-abdellah-cheih	MA		0	Africa/Casablanca	31.53909	-9.34196				07	211		
10946877	Douar Ait Ben Iffou	douar-ait-ben-iffou	MA		0	Africa/Casablanca	31.53695	-9.3412				07	211		
10946878	Douar Lahrahra	douar-lahrahra	MA		0	Africa/Casablanca	31.53526	-9.33704				07	211		
10946881	Douar Ait Laerguane	douar-ait-laerguane	MA		0	Africa/Casablanca	31.52733	-9.33801				07	211		
10946882	Douar Ait Boujmira	douar-ait-boujmira	MA		0	Africa/Casablanca	31.524	-9.33992				07	211		
10946883	Douar El Baraka	douar-el-baraka	MA		0	Africa/Casablanca	31.525	-9.33496				07	211		
10946887	Douar Ait Lebchir	douar-ait-lebchir	MA		0	Africa/Casablanca	31.52173	-9.33219				07	211		
10946888	Douar Ait Lghaba	douar-ait-lghaba	MA		0	Africa/Casablanca	31.51966	-9.33389				07	211		
10946889	Douar Afrech	douar-afrech	MA		0	Africa/Casablanca	31.51746	-9.33268				07	211		
10946894	Douar Chrarda	douar-chrarda	MA		0	Africa/Casablanca	31.62122	-9.31563				07	211		
10946897	Douar Aguerd	douar-aguerd	MA		0	Africa/Casablanca	31.61157	-9.3141				07	211		
10946898	Douar Ait El Baqqal	douar-ait-el-baqqal	MA		0	Africa/Casablanca	31.61247	-9.29183				07	211		
10946900	Douar Lehrabla	douar-lehrabla	MA		0	Africa/Casablanca	31.60678	-9.30237				07	211		
10946901	Douar Ait Jfifi	douar-ait-jfifi	MA		0	Africa/Casablanca	31.60768	-9.32891				07	211		
10946902	Douar Dnoua	douar-dnoua	MA		0	Africa/Casablanca	31.60722	-9.31919				07	211		
10946904	Douar Ait El Haouzi	douar-ait-el-haouzi	MA		0	Africa/Casablanca	31.6019	-9.30164				07	211		
10946905	Douar Laazzaba	douar-laazzaba	MA		0	Africa/Casablanca	31.59532	-9.32316				07	211		
10946906	Douar Ait Alillat	douar-ait-alillat	MA		0	Africa/Casablanca	31.59117	-9.33241				07	211		
10946907	Douar Ait Bouchta	douar-ait-bouchta	MA		0	Africa/Casablanca	31.58211	-9.29962				07	211		
10946908	Douar Ait Ahmed Ben Ali	douar-ait-ahmed-ben-ali	MA		0	Africa/Casablanca	31.58028	-9.30603				07	211		
10946909	Douar Znafa	douar-znafa	MA		0	Africa/Casablanca	31.57781	-9.32878				07	211		
10946910	Douar Ait Loubari	douar-ait-loubari	MA		0	Africa/Casablanca	31.58454	-9.29569				07	211		
10946911	Douar Ait Lemmaydi	douar-ait-lemmaydi	MA		0	Africa/Casablanca	31.57682	-9.31144				07	211		
10946912	Douar Ait Boutour	douar-ait-boutour	MA		0	Africa/Casablanca	31.57308	-9.31445				07	211		
10946913	Douar Ait Eddayl	douar-ait-eddayl	MA		0	Africa/Casablanca	31.57331	-9.32884				07	211		
10946914	Douar Lahmidat	douar-lahmidat	MA		0	Africa/Casablanca	31.57024	-9.32075				07	211		
10946915	Douar Ait Boudlal	douar-ait-boudlal	MA		0	Africa/Casablanca	31.57489	-9.29559				07	211		
10946916	Douar Lgourae	douar-lgourae	MA		0	Africa/Casablanca	31.57297	-9.30535				07	211		
10946920	Douar Ait Bou Amara	douar-ait-bou-amara	MA		0	Africa/Casablanca	31.5562	-9.32666				07	211		
10946921	Douar Ait Said	douar-ait-said	MA		0	Africa/Casablanca	31.55646	-9.29468				07	211		
10946922	Douar Ait Ben Laaziz	douar-ait-ben-laaziz	MA		0	Africa/Casablanca	31.55434	-9.29814				07	211		
10946923	Douar Ait Sidi Mohamed	douar-ait-sidi-mohamed	MA		0	Africa/Casablanca	31.55227	-9.30054				07	211		
10946925	Douar Chaibat	douar-chaibat	MA		0	Africa/Casablanca	31.54596	-9.31453				07	211		
10946926	Douar Ait Amara Ben Said	douar-ait-amara-ben-said	MA		0	Africa/Casablanca	31.54423	-9.32755				07	211		
10946928	Douar Ait Hasna	douar-ait-hasna	MA		0	Africa/Casablanca	31.53413	-9.3238				07	211		
10946929	Douar Ait Rahal	douar-ait-rahal	MA		0	Africa/Casablanca	31.53662	-9.31678				07	211		
10946930	Douar Ait Said Ben Ahmed	douar-ait-said-ben-ahmed	MA		0	Africa/Casablanca	31.53943	-9.30803				07	211		
10946931	Douar Ait Laiouej	douar-ait-laiouej	MA		0	Africa/Casablanca	31.53878	-9.2997				07	211		
10946932	Douar Ait Lekhdiri	douar-ait-lekhdiri	MA		0	Africa/Casablanca	31.53693	-9.29331				07	211		
10946935	Douar Ait Laabichi	douar-ait-laabichi	MA		0	Africa/Casablanca	31.52754	-9.32904				07	211		
10946936	Douar Ait Bou Higoune	douar-ait-bou-higoune	MA		0	Africa/Casablanca	31.52758	-9.32067				07	211		
10946937	Douar Ait Laarej	douar-ait-laarej	MA		0	Africa/Casablanca	31.52777	-9.30747				07	211		
10946938	Douar Ait Leghzal	douar-ait-leghzal	MA		0	Africa/Casablanca	31.52969	-9.29928				07	211		
10946940	Douar Ait Tchami Laasri	douar-ait-tchami-laasri	MA		0	Africa/Casablanca	31.52462	-9.32374				07	211		
10946941	Douar Nqaqza	douar-nqaqza	MA		0	Africa/Casablanca	31.52197	-9.33015				07	211		
10946942	Douar Ait Ben Said	douar-ait-ben-said	MA		0	Africa/Casablanca	31.52182	-9.3237				07	211		
10946943	Douar Ait Belaarbi	douar-ait-belaarbi	MA		0	Africa/Casablanca	31.52239	-9.31372				07	211		
10946944	Douar Ait Lekrimi	douar-ait-lekrimi	MA		0	Africa/Casablanca	31.52469	-9.30674				07	211		
10946945	Douar Ait Ba Allal	douar-ait-ba-allal	MA		0	Africa/Casablanca	31.522	-9.29743				07	211		
10946946	Douar Ait Hmiddouch	douar-ait-hmiddouch	MA		0	Africa/Casablanca	31.5141	-9.32311				07	211		
10946947	Douar Agadir	douar-agadir	MA		0	Africa/Casablanca	31.51448	-9.31337				07	211		
10946948	Douar Ait Ben Malek	douar-ait-ben-malek	MA		0	Africa/Casablanca	31.51666	-9.29359				07	211		
10946950	Douar Ait Sidi Omar	douar-ait-sidi-omar	MA		0	Africa/Casablanca	31.51189	-9.3114				07	211		
10946951	Douar Ait Jilali	douar-ait-jilali	MA		0	Africa/Casablanca	31.50764	-9.32108				07	211		
10946952	Douar Errchahla	douar-errchahla	MA		0	Africa/Casablanca	31.50887	-9.30909				07	211		
10946955	Douar Ait Skayf	douar-ait-skayf	MA		0	Africa/Casablanca	31.50463	-9.31329				07	211		
10946957	Douar Ait Lhaj Berrouk	douar-ait-lhaj-berrouk	MA		0	Africa/Casablanca	31.50303	-9.30496				07	211		
10946959	Douar Ait Mbarek Ben Slimane	douar-ait-mbarek-ben-slimane	MA		0	Africa/Casablanca	31.61846	-9.25771				07	211		
10946961	Douar Legouaouat	douar-legouaouat	MA		0	Africa/Casablanca	31.61452	-9.26404				07	211		
10946962	Douar Ait Abdeljalil	douar-ait-abdeljalil	MA		0	Africa/Casablanca	31.61208	-9.25977				07	211		
10946963	Douar Ait Tehami	douar-ait-tehami	MA		0	Africa/Casablanca	31.61636	-9.28644				07	211		
10946964	Douar Lebbadkha	douar-lebbadkha	MA		0	Africa/Casablanca	31.61115	-9.2761				07	211		
10946965	Douar Ait Madane	douar-ait-madane	MA		0	Africa/Casablanca	31.60868	-9.25471				07	211		
10946967	Douar Ait Khouy	douar-ait-khouy	MA		0	Africa/Casablanca	31.60561	-9.2802				07	211		
10946968	Douar Ait Qouider	douar-ait-qouider	MA		0	Africa/Casablanca	31.60552	-9.27076				07	211		
10946969	Douar Ait Ben Driss	douar-ait-ben-driss	MA		0	Africa/Casablanca	31.60337	-9.28217				07	211		
10946970	Douar Ait Ben Amara	douar-ait-ben-amara	MA		0	Africa/Casablanca	31.59874	-9.28226				07	211		
10946971	Douar Ait Chaayb	douar-ait-chaayb	MA		0	Africa/Casablanca	31.60159	-9.257				07	211		
10946972	Douar Ait Hajjaj	douar-ait-hajjaj	MA		0	Africa/Casablanca	31.5964	-9.2696				07	211		
10946974	Douar Ait Lbegari	douar-ait-lbegari	MA		0	Africa/Casablanca	31.5947	-9.26857				07	211		
10946975	Douar Zaakra	douar-zaakra	MA		0	Africa/Casablanca	31.59309	-9.27428				07	211		
10946976	Douar Ait Sidi Mohamed	douar-ait-sidi-mohamed	MA		0	Africa/Casablanca	31.59291	-9.28235				07	211		
10946977	Douar Lekraana	douar-lekraana	MA		0	Africa/Casablanca	31.59384	-9.25346				07	211		
10946980	Douar Loustiya	douar-loustiya	MA		0	Africa/Casablanca	31.59031	-9.2652				07	211		
10946981	Douar Ngoura	douar-ngoura	MA		0	Africa/Casablanca	31.58765	-9.28114				07	211		
10946982	Douar Ait Lhamriya	douar-ait-lhamriya	MA		0	Africa/Casablanca	31.58465	-9.28533				07	211		
10946984	Douar Leqrabla	douar-leqrabla	MA		0	Africa/Casablanca	31.58723	-9.271				07	211		
10946986	Douar Ait Sidi Lahsen	douar-ait-sidi-lahsen	MA		0	Africa/Casablanca	31.58472	-9.2681				07	211		
10946991	Douar Ait Legririb	douar-ait-legririb	MA		0	Africa/Casablanca	31.57774	-9.28943				07	211		
10946994	Douar Azib Nmili	douar-azib-nmili	MA		0	Africa/Casablanca	31.57258	-9.25548				07	211		
10946995	Douar Ait Hmida	douar-ait-hmida	MA		0	Africa/Casablanca	31.56682	-9.26797				07	211		
10946996	Douar Ait Ezza	douar-ait-ezza	MA		0	Africa/Casablanca	31.56481	-9.27318				07	211		
10946997	Douar Ait El Caid Tahar	douar-ait-el-caid-tahar	MA		0	Africa/Casablanca	31.56629	-9.28106				07	211		
10946998	Douar Hmatla	douar-hmatla	MA		0	Africa/Casablanca	31.56112	-9.27714				07	211		
10946999	Douar Ait Alioua	douar-ait-alioua	MA		0	Africa/Casablanca	31.55851	-9.28084				07	211		
10947000	Douar Caid El Hamra	douar-caid-el-hamra	MA		0	Africa/Casablanca	31.55929	-9.24786				07	211		
10947001	Douar Ait Jmiai	douar-ait-jmiai	MA		0	Africa/Casablanca	31.55052	-9.26784				07	211		
10947002	Douar Ait Ben Amrane	douar-ait-ben-amrane	MA		0	Africa/Casablanca	31.54638	-9.27479				07	211		
10947003	Douar Leqrouda	douar-leqrouda	MA		0	Africa/Casablanca	31.54838	-9.28067				07	211		
10947006	Douar Ait Tahar	douar-ait-tahar	MA		0	Africa/Casablanca	31.54241	-9.26299				07	211		
10947008	Guechchoula	guechchoula	MA		0	Africa/Casablanca	31.53766	-9.26003				07	211		
10947009	Douar Ait Ben Massaoud	douar-ait-ben-massaoud	MA		0	Africa/Casablanca	31.54022	-9.277				07	211		
10947010	Douar Ait El Haj Omar	douar-ait-el-haj-omar	MA		0	Africa/Casablanca	31.53782	-9.26501				07	211		
10947012	Douar Ait Lbouzidi	douar-ait-lbouzidi	MA		0	Africa/Casablanca	31.53503	-9.26181				07	211		
10947013	Douar Ait Lbadla	douar-ait-lbadla	MA		0	Africa/Casablanca	31.53285	-9.29237				07	211		
10947016	Douar Ait Hmimou	douar-ait-hmimou	MA		0	Africa/Casablanca	31.52462	-9.26921				07	211		
10947017	Douar Ait Laaoufi	douar-ait-laaoufi	MA		0	Africa/Casablanca	31.52266	-9.2881				07	211		
10947018	Douar Ait Lbergui	douar-ait-lbergui	MA		0	Africa/Casablanca	31.51922	-9.28402				07	211		
10947019	Douar Ait Qina	douar-ait-qina	MA		0	Africa/Casablanca	31.51668	-9.28468				07	211		
10947021	Douar Errejilat	douar-errejilat	MA		0	Africa/Casablanca	31.51975	-9.2699				07	211		
10947022	Douar Ait El Mokhtar	douar-ait-el-mokhtar	MA		0	Africa/Casablanca	31.51458	-9.26117				07	211		
10947024	Douar Ait Bou Amer	douar-ait-bou-amer	MA		0	Africa/Casablanca	31.51365	-9.28256				07	211		
10947027	Douar Ait Ben Leghzai	douar-ait-ben-leghzai	MA		0	Africa/Casablanca	31.50695	-9.27119				07	211		
10947029	Douar Ait Jilali	douar-ait-jilali	MA		0	Africa/Casablanca	31.50966	-9.25814				07	211		
10947034	Douar Aguard	douar-aguard	MA		0	Africa/Casablanca	31.62481	-9.31586				07	211		
10947035	Douar Lehrabla	douar-lehrabla	MA		0	Africa/Casablanca	31.62447	-9.32606				07	211		
10947049	Douar Qrabat	douar-qrabat	MA		0	Africa/Casablanca	31.74617	-9.48987				07	211		
10947052	Douar Laanatra	douar-laanatra	MA		0	Africa/Casablanca	31.74584	-9.4683				07	211		
10947053	Douar Lehmittal	douar-lehmittal	MA		0	Africa/Casablanca	31.74767	-9.45939				07	211		
10947054	Douar Abid	douar-abid	MA		0	Africa/Casablanca	31.74245	-9.47758				07	211		
10947055	Douar Lehlayos	douar-lehlayos	MA		0	Africa/Casablanca	31.73774	-9.48498				07	211		
10947056	Douar Ait Cheikh	douar-ait-cheikh	MA		0	Africa/Casablanca	31.73434	-9.49627				07	211		
10947058	Douar Sidi Bou Asmene	douar-sidi-bou-asmene	MA		0	Africa/Casablanca	31.7329	-9.46761				07	211		
10947060	Douar Lehlayos	douar-lehlayos	MA		0	Africa/Casablanca	31.72555	-9.49004				07	211		
10947065	Douar Echehoumat	douar-echehoumat	MA		0	Africa/Casablanca	31.70837	-9.47463				07	211		
10947066	Douar Hmicha	douar-hmicha	MA		0	Africa/Casablanca	31.70633	-9.46175				07	211		
10947067	Douar Jnahat	douar-jnahat	MA		0	Africa/Casablanca	31.707	-9.4832				07	211		
10947068	Douar Dhahna	douar-dhahna	MA		0	Africa/Casablanca	31.70149	-9.49404				07	211		
10947069	Douar Khlij Ejjaouj	douar-khlij-ejjaouj	MA		0	Africa/Casablanca	31.70266	-9.46898				07	211		
10947071	Douar Eddemanat	douar-eddemanat	MA		0	Africa/Casablanca	31.69892	-9.47914				07	211		
10947073	Douar Ezzouitina	douar-ezzouitina	MA		0	Africa/Casablanca	31.69578	-9.47511				07	211		
10947076	Douar Alaoucha	douar-alaoucha	MA		0	Africa/Casablanca	31.691	-9.48846				07	211		
10947079	Douar Ghlihat	douar-ghlihat	MA		0	Africa/Casablanca	31.68343	-9.46566				07	211		
10947083	Douar Adyoune	douar-adyoune	MA		0	Africa/Casablanca	31.67505	-9.45918				07	211		
10947085	Douar Ait El Arbi	douar-ait-el-arbi	MA		0	Africa/Casablanca	31.66697	-9.47399				07	211		
10947086	Douar Lahsinate	douar-lahsinate	MA		0	Africa/Casablanca	31.66749	-9.46772				07	211		
10947087	Douar El Ghazi	douar-el-ghazi	MA		0	Africa/Casablanca	31.67005	-9.45825				07	211		
10947089	Douar Ait Khlifa	douar-ait-khlifa	MA		0	Africa/Casablanca	31.66426	-9.45984				07	211		
10947091	Douar Lebbihat	douar-lebbihat	MA		0	Africa/Casablanca	31.66072	-9.49839				07	211		
10947095	Douar Sidi Yahya	douar-sidi-yahya	MA		0	Africa/Casablanca	31.66267	-9.47126				07	211		
10947096	Douar Lehmidal	douar-lehmidal	MA		0	Africa/Casablanca	31.65892	-9.47519				07	211		
10947097	Douar Leghbat	douar-leghbat	MA		0	Africa/Casablanca	31.65497	-9.48309				07	211		
10947098	Douar Ait El Faqir	douar-ait-el-faqir	MA		0	Africa/Casablanca	31.65081	-9.46538				07	211		
10947099	Douar Ait Brik	douar-ait-brik	MA		0	Africa/Casablanca	31.65085	-9.46291				07	211		
10947101	Douar Lebbihat Lloug	douar-lebbihat-lloug	MA		0	Africa/Casablanca	31.64641	-9.49578				07	211		
10947102	Douar Ait Ben Ali	douar-ait-ben-ali	MA		0	Africa/Casablanca	31.64542	-9.48578				07	211		
10947104	Douar Ait Fila	douar-ait-fila	MA		0	Africa/Casablanca	31.64031	-9.46207				07	211		
10947105	Dar Fares	dar-fares	MA		0	Africa/Casablanca	31.63664	-9.46568				07	211		
10947106	Dar Bou Hmad	dar-bou-hmad	MA		0	Africa/Casablanca	31.62723	-9.46031				07	211		
10947110	Douar Ait Ahmed Ben Said	douar-ait-ahmed-ben-said	MA		0	Africa/Casablanca	31.73619	-9.42755				07	211		
10947112	Douar Saadna	douar-saadna	MA		0	Africa/Casablanca	31.74356	-9.42278				07	211		
10947114	Douar Bjaghna	douar-bjaghna	MA		0	Africa/Casablanca	31.72892	-9.43169				07	211		
10947115	Douar Oulad Chadya	douar-oulad-chadya	MA		0	Africa/Casablanca	31.72478	-9.42926				07	211		
10947116	Douar Lkheng	douar-lkheng	MA		0	Africa/Casablanca	31.7143	-9.44864				07	211		
10947117	Douar Lekrim	douar-lekrim	MA		0	Africa/Casablanca	31.71564	-9.43703				07	211		
10947120	Douar Ait Lehmiyed	douar-ait-lehmiyed	MA		0	Africa/Casablanca	31.72633	-9.41669				07	211		
10947121	Douar Ait Allal Ben Jilah	douar-ait-allal-ben-jilah	MA		0	Africa/Casablanca	31.70565	-9.42012				07	211		
10947125	Douar Oulad Diba	douar-oulad-diba	MA		0	Africa/Casablanca	31.69415	-9.44106				07	211		
10947126	Douar Kroudat	douar-kroudat	MA		0	Africa/Casablanca	31.68865	-9.43495				07	211		
10947127	Douar Adyoune Lfouqani	douar-adyoune-lfouqani	MA		0	Africa/Casablanca	31.68462	-9.44137				07	211		
10947129	Douar Ait Hmida	douar-ait-hmida	MA		0	Africa/Casablanca	31.68297	-9.42776				07	211		
10947135	Douar Saamim	douar-saamim	MA		0	Africa/Casablanca	31.66181	-9.43819				07	211		
10947137	Douar Leqouadra	douar-leqouadra	MA		0	Africa/Casablanca	31.65399	-9.44928				07	211		
10947138	Douar Ait Mhiriga	douar-ait-mhiriga	MA		0	Africa/Casablanca	31.65215	-9.42957				07	211		
10947140	Douar Laazzaba	douar-laazzaba	MA		0	Africa/Casablanca	31.65027	-9.45081				07	211		
10947142	Douar Leqouasma	douar-leqouasma	MA		0	Africa/Casablanca	31.63903	-9.43931				07	211		
10947143	Douar Ait Allal	douar-ait-allal	MA		0	Africa/Casablanca	31.63412	-9.44145				07	211		
10947144	Douar Ait Laaoula	douar-ait-laaoula	MA		0	Africa/Casablanca	31.63408	-9.45576				07	211		
10947147	Douar Ait Tahar	douar-ait-tahar	MA		0	Africa/Casablanca	31.628	-9.44102				07	211		
10947151	Coopérative Sidi Naji	cooperative-sidi-naji	MA		0	Africa/Casablanca	31.74584	-9.40864				07	211		
10947152	Douar Ait Hmida	douar-ait-hmida	MA		0	Africa/Casablanca	31.74159	-9.40062				07	211		
10947157	Douar Ait Hammou	douar-ait-hammou	MA		0	Africa/Casablanca	31.73373	-9.39118				07	211		
10947159	Douar Ait Mbarek	douar-ait-mbarek	MA		0	Africa/Casablanca	31.73255	-9.37787				07	211		
10947160	Douar Ait Echiguer	douar-ait-echiguer	MA		0	Africa/Casablanca	31.73227	-9.38564				07	211		
10947162	Douar Ait Ben Driss	douar-ait-ben-driss	MA		0	Africa/Casablanca	31.72914	-9.39798				07	211		
10947163	Douar Essouamra	douar-essouamra	MA		0	Africa/Casablanca	31.72371	-9.39002				07	211		
10947164	Douar Hmimsa	douar-hmimsa	MA		0	Africa/Casablanca	31.71852	-9.41049				07	211		
10947166	Douar Ait Massaoud	douar-ait-massaoud	MA		0	Africa/Casablanca	31.71523	-9.38152				07	211		
10947168	Douar Sidi Yaala	douar-sidi-yaala	MA		0	Africa/Casablanca	31.70136	-9.41238				07	211		
10947172	Douar Jaimat	douar-jaimat	MA		0	Africa/Casablanca	31.69037	-9.411				07	211		
10947174	Douar Ait Erremili	douar-ait-erremili	MA		0	Africa/Casablanca	31.68338	-9.41403				07	211		
10947176	Douar Echorfa	douar-echorfa	MA		0	Africa/Casablanca	31.6818	-9.39111				07	211		
10947180	Douar Echorfa	douar-echorfa	MA		0	Africa/Casablanca	31.66206	-9.38957				07	211		
10947183	Douar Ahl Lfoddane	douar-ahl-lfoddane	MA		0	Africa/Casablanca	31.64218	-9.39066				07	211		
10947184	Douar Ait Abderrahmane	douar-ait-abderrahmane	MA		0	Africa/Casablanca	31.63942	-9.38131				07	211		
10947201	Douar Ait Hmayda	douar-ait-hmayda	MA		0	Africa/Casablanca	31.74172	-9.36182				07	211		
10947202	Douar Ait Sidi Mouh	douar-ait-sidi-mouh	MA		0	Africa/Casablanca	31.73487	-9.36873				07	211		
10947207	Douar Lekhyame	douar-lekhyame	MA		0	Africa/Casablanca	31.72972	-9.34352				07	211		
10947211	Douar Ait Hmida	douar-ait-hmida	MA		0	Africa/Casablanca	31.71542	-9.36036				07	211		
10947212	Douar Ait Massaoud	douar-ait-massaoud	MA		0	Africa/Casablanca	31.71795	-9.37129				07	211		
10947213	Douar Znida	douar-znida	MA		0	Africa/Casablanca	31.70801	-9.33959				07	211		
10947226	Douar Leqrabes	douar-leqrabes	MA		0	Africa/Casablanca	31.69455	-9.35369				07	211		
10947228	Douar Abadou	douar-abadou	MA		0	Africa/Casablanca	31.67324	-9.3658				07	211		
10947230	Douar Ait Moussa	douar-ait-moussa	MA		0	Africa/Casablanca	31.65978	-9.36118				07	211		
10947231	Douar Ait Marsour	douar-ait-marsour	MA		0	Africa/Casablanca	31.65197	-9.36566				07	211		
10947232	Douar Oulad Ben Khadour	douar-oulad-ben-khadour	MA		0	Africa/Casablanca	31.64278	-9.37036				07	211		
10947234	Douar Oulad Braber	douar-oulad-braber	MA		0	Africa/Casablanca	31.63888	-9.36468				07	211		
10947235	Douar El Ghaba	douar-el-ghaba	MA		0	Africa/Casablanca	31.63563	-9.34361				07	211		
10947237	Douar Chlouh	douar-chlouh	MA		0	Africa/Casablanca	31.74091	-9.32745				07	211		
10947239	Douar Ait Ahmed Ben Massaoud	douar-ait-ahmed-ben-massaoud	MA		0	Africa/Casablanca	31.73581	-9.33034				07	211		
10947240	Douar Oulad Lemsallem	douar-oulad-lemsallem	MA		0	Africa/Casablanca	31.73719	-9.31305				07	211		
10947241	Douar Haoura	douar-haoura	MA		0	Africa/Casablanca	31.73078	-9.29705				07	211		
10947242	Douar Sriyer	douar-sriyer	MA		0	Africa/Casablanca	31.7314	-9.31239				07	211		
10947244	Douar Sgayrat	douar-sgayrat	MA		0	Africa/Casablanca	31.72352	-9.29252				07	211		
10947245	Douar Lemghara	douar-lemghara	MA		0	Africa/Casablanca	31.72217	-9.31709				07	211		
10947246	Douar Sater	douar-sater	MA		0	Africa/Casablanca	31.72	-9.3093				07	211		
10947249	Douar Lehroudat	douar-lehroudat	MA		0	Africa/Casablanca	31.71114	-9.31698				07	211		
10947250	Douar Oulad Younes	douar-oulad-younes	MA		0	Africa/Casablanca	31.71071	-9.31239				07	211		
10947251	Douar Oulad Brahim	douar-oulad-brahim	MA		0	Africa/Casablanca	31.70545	-9.29325				07	211		
10947253	Douar Lemaitat	douar-lemaitat	MA		0	Africa/Casablanca	31.69811	-9.29713				07	211		
10947254	Douar Rehohat	douar-rehohat	MA		0	Africa/Casablanca	31.69123	-9.3196				07	211		
10947255	Douar Lemziouqat	douar-lemziouqat	MA		0	Africa/Casablanca	31.68858	-9.30573				07	211		
10947256	Douar Leghouiba	douar-leghouiba	MA		0	Africa/Casablanca	31.68054	-9.31015				07	211		
10947257	Douar Drioua	douar-drioua	MA		0	Africa/Casablanca	31.67631	-9.32569				07	211		
10947259	Douar Drioua Tahtiya	douar-drioua-tahtiya	MA		0	Africa/Casablanca	31.65984	-9.31983				07	211		
10947260	Douar Jerrih	douar-jerrih	MA		0	Africa/Casablanca	31.64964	-9.29724				07	211		
10947261	Douar Tadlaoui	douar-tadlaoui	MA		0	Africa/Casablanca	31.64042	-9.31391				07	211		
10947264	Douar Jrifat	douar-jrifat	MA		0	Africa/Casablanca	31.63748	-9.31681				07	211		
10947265	Douar Ait Boulayeb	douar-ait-boulayeb	MA		0	Africa/Casablanca	31.63342	-9.29387				07	211		
10947266	Douar Zmatra	douar-zmatra	MA		0	Africa/Casablanca	31.73861	-9.28711				07	211		
10947268	Douar Oulad Alyane	douar-oulad-alyane	MA		0	Africa/Casablanca	31.73887	-9.27254				07	211		
10947271	Douar Zat Sidi Boulaalam	douar-zat-sidi-boulaalam	MA		0	Africa/Casablanca	31.72879	-9.25061				07	211		
10947273	Douar Lemdaraa	douar-lemdaraa	MA		0	Africa/Casablanca	31.72054	-9.28195				07	211		
10947275	Douar Oulad Belkheir	douar-oulad-belkheir	MA		0	Africa/Casablanca	31.71761	-9.28314				07	211		
10947277	Douar Lekouissat	douar-lekouissat	MA		0	Africa/Casablanca	31.71586	-9.25426				07	211		
10947278	Douar Oulad Erradi	douar-oulad-erradi	MA		0	Africa/Casablanca	31.71191	-9.25754				07	211		
10947279	Douar Lefkirat	douar-lefkirat	MA		0	Africa/Casablanca	31.71301	-9.26726				07	211		
10947282	Douar Lmezrouqiya	douar-lmezrouqiya	MA		0	Africa/Casablanca	31.69817	-9.28604				07	211		
10947283	Douar Gnidil	douar-gnidil	MA		0	Africa/Casablanca	31.69473	-9.25683				07	211		
10947285	Douar Oulad Omar	douar-oulad-omar	MA		0	Africa/Casablanca	31.6873	-9.25456				07	211		
10947287	Douar Ait Fartat	douar-ait-fartat	MA		0	Africa/Casablanca	31.68128	-9.25844				07	211		
10947289	Douar Dahmane	douar-dahmane	MA		0	Africa/Casablanca	31.67163	-9.25595				07	211		
10947290	Douar Ben Lhoussine	douar-ben-lhoussine	MA		0	Africa/Casablanca	31.65985	-9.28915				07	211		
10947291	Douar Oulad Grich	douar-oulad-grich	MA		0	Africa/Casablanca	31.6607	-9.27456				07	211		
10947292	Douar Oulad Abbou	douar-oulad-abbou	MA		0	Africa/Casablanca	31.65467	-9.25462				07	211		
10947293	Douar Leghoualem	douar-leghoualem	MA		0	Africa/Casablanca	31.65098	-9.25241				07	211		
10947294	Douar Oulad Lefquih	douar-oulad-lefquih	MA		0	Africa/Casablanca	31.65127	-9.2675				07	211		
10947296	Douar Leqoussma	douar-leqoussma	MA		0	Africa/Casablanca	31.65094	-9.2722				07	211		
10947298	Douar Laabadla	douar-laabadla	MA		0	Africa/Casablanca	31.64163	-9.25434				07	211		
10947301	Douar Oulad Boubker	douar-oulad-boubker	MA		0	Africa/Casablanca	31.62971	-9.27423				07	211		
10947304	Douar Oulad Brahim	douar-oulad-brahim	MA		0	Africa/Casablanca	31.62498	-9.28361				07	211		
10947314	Douar Eddachra	douar-eddachra	MA		0	Africa/Casablanca	31.74894	-9.25658				07	211		
10947316	Douar Ait Baazzi	douar-ait-baazzi	MA		0	Africa/Casablanca	31.74869	-9.34869				07	211		
10947358	Douar Gharbaoua	douar-gharbaoua	MA		0	Africa/Casablanca	31.8655	-9.36509				07	211		
10947359	Douar Oulad Sidi Aissa	douar-oulad-sidi-aissa	MA		0	Africa/Casablanca	31.868	-9.34443				07	431		
10947360	Douar Sidi Ahmed El Khadir	douar-sidi-ahmed-el-khadir	MA		0	Africa/Casablanca	31.86047	-9.35987				07	211		
10947362	Dar Hmida Ben Thami	dar-hmida-ben-thami	MA		0	Africa/Casablanca	31.8592	-9.34024				07	211		
10947363	Douar El Larban Aissa	douar-el-larban-aissa	MA		0	Africa/Casablanca	31.8511	-9.36476				07	211		
10947364	Douar Solda	douar-solda	MA		0	Africa/Casablanca	31.84793	-9.35307				07	211		
10947369	Douar Archadat	douar-archadat	MA		0	Africa/Casablanca	31.8316	-9.34095				07	211		
10947377	Douar Dahrat Leberouag	douar-dahrat-leberouag	MA		0	Africa/Casablanca	31.81998	-9.35917				07	211		
10947381	Dar El Fatat	dar-el-fatat	MA		0	Africa/Casablanca	31.81507	-9.33762				07	211		
10947382	Douar Oulad Ben Hayssoune	douar-oulad-ben-hayssoune	MA		0	Africa/Casablanca	31.81632	-9.35492				07	211		
10947383	Douar Ait Rehid	douar-ait-rehid	MA		0	Africa/Casablanca	31.82111	-9.35088				07	211		
10947384	Douar Ait Soummane	douar-ait-soummane	MA		0	Africa/Casablanca	31.81325	-9.34842				07	211		
10947385	Douar Ait Ben Taleb	douar-ait-ben-taleb	MA		0	Africa/Casablanca	31.81092	-9.35503				07	211		
10947386	Douar Oulad Hniguira	douar-oulad-hniguira	MA		0	Africa/Casablanca	31.8076	-9.35436				07	211		
10947388	Douar Gouidir	douar-gouidir	MA		0	Africa/Casablanca	31.80461	-9.36427				07	211		
10947389	Douar Lbouhala	douar-lbouhala	MA		0	Africa/Casablanca	31.80222	-9.35865				07	211		
10947392	Douar Ait Taher Ben Mansour	douar-ait-taher-ben-mansour	MA		0	Africa/Casablanca	31.79326	-9.33906				07	211		
10947393	Douar Lehsinat	douar-lehsinat	MA		0	Africa/Casablanca	31.79535	-9.34936				07	211		
10947396	Douar Rouissat	douar-rouissat	MA		0	Africa/Casablanca	31.79405	-9.3693				07	211		
10947398	Douar El Haj El Arla	douar-el-haj-el-arla	MA		0	Africa/Casablanca	31.78949	-9.34958				07	211		
10947403	Douar Oulad Errim	douar-oulad-errim	MA		0	Africa/Casablanca	31.77793	-9.36277				07	211		
10947405	Douar Oulad Hassarie	douar-oulad-hassarie	MA		0	Africa/Casablanca	31.7689	-9.36234				07	211		
10947407	Douar Lokchatfa	douar-lokchatfa	MA		0	Africa/Casablanca	31.76375	-9.35048				07	211		
10947409	Zaouiat Sidi Ahmed Ben Mansour	zaouiat-sidi-ahmed-ben-mansour	MA		0	Africa/Casablanca	31.76468	-9.37206				07	211		
10947410	Douar Ait Chaoui	douar-ait-chaoui	MA		0	Africa/Casablanca	31.75777	-9.35704				07	211		
10947416	Douar Ait Lakrati	douar-ait-lakrati	MA		0	Africa/Casablanca	31.7547	-9.35814				07	211		
10947418	Douar Abdelkader	douar-abdelkader	MA		0	Africa/Casablanca	31.87094	-9.30992				07	211		
10947420	Douar Lammirat	douar-lammirat	MA		0	Africa/Casablanca	31.86716	-9.29778				07	211		
10947422	Douar Med. Ben El Hassane	douar-med-ben-el-hassane	MA		0	Africa/Casablanca	31.85831	-9.32533				07	211		
10947423	Douar Nairat	douar-nairat	MA		0	Africa/Casablanca	31.85776	-9.30357				07	211		
10947424	Douar El Haddada	douar-el-haddada	MA		0	Africa/Casablanca	31.85435	-9.32501				07	211		
10947425	Douar Ait El Karia	douar-ait-el-karia	MA		0	Africa/Casablanca	31.85275	-9.31722				07	211		
10947427	Douar Ait Ben Tahar	douar-ait-ben-tahar	MA		0	Africa/Casablanca	31.84613	-9.31752				07	211		
10947428	Douar Oulad Lemaallem Houssine	douar-oulad-lemaallem-houssine	MA		0	Africa/Casablanca	31.84515	-9.3288				07	211		
10947429	Douar Azib Choukri	douar-azib-choukri	MA		0	Africa/Casablanca	31.84289	-9.32803				07	211		
10947431	Douar Lghirane	douar-lghirane	MA		0	Africa/Casablanca	31.84768	-9.29801				07	211		
10947432	Douar Oulad Said	douar-oulad-said	MA		0	Africa/Casablanca	31.84274	-9.30694				07	211		
10947434	Douar Essiyagh	douar-essiyagh	MA		0	Africa/Casablanca	31.83919	-9.32039				07	211		
10947436	Douar Zaouiat Sidi Abdeljalil	douar-zaouiat-sidi-abdeljalil	MA		0	Africa/Casablanca	31.8329	-9.33295				07	211		
10947437	Douar Ait Essaher	douar-ait-essaher	MA		0	Africa/Casablanca	31.82942	-9.29432				07	211		
10947438	Douar Lekhouadra	douar-lekhouadra	MA		0	Africa/Casablanca	31.83366	-9.30501				07	211		
10947440	Douar Leqdadra	douar-leqdadra	MA		0	Africa/Casablanca	31.8238	-9.31621				07	211		
10947441	Douar Eddana	douar-eddana	MA		0	Africa/Casablanca	31.82617	-9.29694				07	211		
10947443	Douar Ait Galloul	douar-ait-galloul	MA		0	Africa/Casablanca	31.8209	-9.29979				07	211		
10947446	Douar Masnaoua	douar-masnaoua	MA		0	Africa/Casablanca	31.81209	-9.31168				07	211		
10947448	Douar Ettaouf	douar-ettaouf	MA		0	Africa/Casablanca	31.80885	-9.32342				07	211		
10947451	Douar Ait Allal Lekouin	douar-ait-allal-lekouin	MA		0	Africa/Casablanca	31.80371	-9.29619				07	211		
10947453	Douar Laababsa Lfouqaniyne	douar-laababsa-lfouqaniyne	MA		0	Africa/Casablanca	31.80113	-9.30357				07	211		
10947455	Douar Lehrarta	douar-lehrarta	MA		0	Africa/Casablanca	31.80411	-9.32357				07	211		
10947456	Douar Ait Lhamri	douar-ait-lhamri	MA		0	Africa/Casablanca	31.79769	-9.31145				07	211		
10947457	Douar Naji Allal	douar-naji-allal	MA		0	Africa/Casablanca	31.79608	-9.31683				07	211		
10947458	Douar Lemkhalif	douar-lemkhalif	MA		0	Africa/Casablanca	31.79444	-9.314				07	211		
10947462	Douar Legridal	douar-legridal	MA		0	Africa/Casablanca	31.79659	-9.33732				07	211		
10947464	Douar Lekouadra	douar-lekouadra	MA		0	Africa/Casablanca	31.78631	-9.32514				07	211		
10947466	Douar Sidi Moul Lbagrat	douar-sidi-moul-lbagrat	MA		0	Africa/Casablanca	31.78368	-9.31934				07	211		
10947467	Douar Chqaqma	douar-chqaqma	MA		0	Africa/Casablanca	31.78326	-9.30984				07	211		
10947468	Douar Chlouh	douar-chlouh	MA		0	Africa/Casablanca	31.78193	-9.30361				07	211		
10947470	Douar Znazeni	douar-znazeni	MA		0	Africa/Casablanca	31.7789	-9.29383				07	211		
10947471	Douar Oulad Hammad	douar-oulad-hammad	MA		0	Africa/Casablanca	31.77925	-9.30615				07	211		
10947472	Douar Ait Smail	douar-ait-smail	MA		0	Africa/Casablanca	31.77664	-9.30591				07	211		
10947473	Dar Oulad Echouafa	dar-oulad-echouafa	MA		0	Africa/Casablanca	31.7764	-9.30694				07	211		
10947475	Douar Ait Hmida	douar-ait-hmida	MA		0	Africa/Casablanca	31.77996	-9.32698				07	211		
10947477	Douar Lachhoudat	douar-lachhoudat	MA		0	Africa/Casablanca	31.77596	-9.32769				07	211		
10947478	Douar Ait Mansour	douar-ait-mansour	MA		0	Africa/Casablanca	31.77403	-9.32398				07	211		
10947479	Douar Ait Lahsen	douar-ait-lahsen	MA		0	Africa/Casablanca	31.77387	-9.32795				07	211		
10947482	Douar Ait Thami	douar-ait-thami	MA		0	Africa/Casablanca	31.76743	-9.31866				07	211		
10947485	Douar Tagana	douar-tagana	MA		0	Africa/Casablanca	31.75652	-9.31936				07	211		
10947486	Douar Sidi Abdel Karim	douar-sidi-abdel-karim	MA		0	Africa/Casablanca	31.75125	-9.32657				07	211		
10947494	Douar Lehmadat	douar-lehmadat	MA		0	Africa/Casablanca	31.86226	-9.25415				07	211		
10947498	Douar Oulad Ziyad	douar-oulad-ziyad	MA		0	Africa/Casablanca	31.85041	-9.27329				07	211		
10947500	Douar Lefouissat	douar-lefouissat	MA		0	Africa/Casablanca	31.84877	-9.25252				07	211		
10947502	Douar Souamda	douar-souamda	MA		0	Africa/Casablanca	31.84287	-9.25226				07	211		
10947504	Douar Lfakhara	douar-lfakhara	MA		0	Africa/Casablanca	31.83725	-9.28355				07	211		
10947506	Douar Lenirahim	douar-lenirahim	MA		0	Africa/Casablanca	31.83532	-9.26793				07	211		
10947509	Douar Leqbab	douar-leqbab	MA		0	Africa/Casablanca	31.82952	-9.28799				07	211		
10947511	Dar Sidi El Bachir	dar-sidi-el-bachir	MA		0	Africa/Casablanca	31.82622	-9.28769				07	211		
10947514	Douar Leghoual	douar-leghoual	MA		0	Africa/Casablanca	31.82172	-9.28793				07	211		
10947517	Douar Fakhkhara	douar-fakhkhara	MA		0	Africa/Casablanca	31.81534	-9.27744				07	211		
10947518	Douar Ait Ali Chleh	douar-ait-ali-chleh	MA		0	Africa/Casablanca	31.81317	-9.28106				07	211		
10947519	Douar Ait Hammou	douar-ait-hammou	MA		0	Africa/Casablanca	31.81341	-9.28396				07	211		
10947520	Douar Ait Brahim	douar-ait-brahim	MA		0	Africa/Casablanca	31.812	-9.26915				07	211		
10947522	Douar Ait Ben Yamma	douar-ait-ben-yamma	MA		0	Africa/Casablanca	31.80746	-9.26954				07	211		
10947523	Douar Oulad El Houssine	douar-oulad-el-houssine	MA		0	Africa/Casablanca	31.80434	-9.26112				07	211		
10947525	Douar Oulad Loudinat	douar-oulad-loudinat	MA		0	Africa/Casablanca	31.80487	-9.28868				07	211		
10947526	Douar Oulad Errahaliya	douar-oulad-errahaliya	MA		0	Africa/Casablanca	31.80172	-9.28492				07	211		
10947527	Douar Laababsa Tahtaniyine	douar-laababsa-tahtaniyine	MA		0	Africa/Casablanca	31.80161	-9.27662				07	211		
10947530	Douar Massing	douar-massing	MA		0	Africa/Casablanca	31.78715	-9.28823				07	211		
10947531	Douar Lqobba	douar-lqobba	MA		0	Africa/Casablanca	31.7888	-9.25048				07	211		
10947535	Douar Sidi Ali	douar-sidi-ali	MA		0	Africa/Casablanca	31.77618	-9.26093				07	211		
10947537	Douar Massing	douar-massing	MA		0	Africa/Casablanca	31.77708	-9.28099				07	211		
10947538	Douar Laazazna	douar-laazazna	MA		0	Africa/Casablanca	31.76989	-9.27355				07	211		
10947540	Douar Chqadla	douar-chqadla	MA		0	Africa/Casablanca	31.76429	-9.28237				07	211		
10947542	Douar Lefriouat	douar-lefriouat	MA		0	Africa/Casablanca	31.76423	-9.27181				07	211		
10947543	Douar Oulad Sidi Hmida	douar-oulad-sidi-hmida	MA		0	Africa/Casablanca	31.7609	-9.26486				07	211		
10947544	Douar Oulad Bou Laalami	douar-oulad-bou-laalami	MA		0	Africa/Casablanca	31.76668	-9.2602				07	211		
10947546	Douar Lemaachat	douar-lemaachat	MA		0	Africa/Casablanca	31.75745	-9.28366				07	211		
10947547	Douar Lekhlalqa	douar-lekhlalqa	MA		0	Africa/Casablanca	31.75238	-9.28413				07	211		
10947549	Douar Eddehar	douar-eddehar	MA		0	Africa/Casablanca	31.754	-9.27084				07	211		
10947550	Douar Jaifrat	douar-jaifrat	MA		0	Africa/Casablanca	31.75431	-9.25786				07	211		
10947552	Douar Qsima	douar-qsima	MA		0	Africa/Casablanca	31.8561	-9.35961				07	211		
10947554	Douar Leghlalta	douar-leghlalta	MA		0	Africa/Casablanca	31.81891	-9.31636				07	211		
10947558	Douar Rgagna	douar-rgagna	MA		0	Africa/Casablanca	31.82746	-9.25984				07	211		
10947573	Douar Dhar Rouaga	douar-dhar-rouaga	MA		0	Africa/Casablanca	31.82124	-9.34661				07	211		
10947575	Douar Dyar	douar-dyar	MA		0	Africa/Casablanca	31.8664	-9.30478				07	211		
10947578	Azib Ahi Cheikh Brihma	azib-ahi-cheikh-brihma	MA		0	Africa/Casablanca	31.6204	-8.9647				07	161		
10947589	Douar Oulad Boukraa Ettahtani	douar-oulad-boukraa-ettahtani	MA		0	Africa/Casablanca	31.56544	-8.98644				07	161		
10947590	Chehoubat	chehoubat	MA		0	Africa/Casablanca	31.5628	-8.95648				07	161		
10947593	Douar Sidi El Mannoune	douar-sidi-el-mannoune	MA		0	Africa/Casablanca	31.53954	-8.99652				07	161		
10947603	Douar Echaab	douar-echaab	MA		0	Africa/Casablanca	31.62361	-8.9169				07	161		
10947615	Douar Laassara Leqdadra	douar-laassara-leqdadra	MA		0	Africa/Casablanca	31.5767	-8.92314				07	161		
10947617	Sedadqa	sedadqa	MA		0	Africa/Casablanca	31.5717	-8.95086				07	161		
10947618	Dar El Hisne	dar-el-hisne	MA		0	Africa/Casablanca	31.56349	-8.9261				07	161		
10947619	Oulad Habrine	oulad-habrine	MA		0	Africa/Casablanca	31.56224	-8.94816				07	161		
10947625	Douar Oulad Ezzaouta	douar-oulad-ezzaouta	MA		0	Africa/Casablanca	31.53685	-8.96071				07	161		
10947637	Ex. Tnine Takhenza	ex-tnine-takhenza	MA		0	Africa/Casablanca	31.62076	-8.89534				07	161		
10947639	Dar Abderrahmane Ghallab	dar-abderrahmane-ghallab	MA		0	Africa/Casablanca	31.6157	-8.89044				07	161		
10947643	Douar Omgat	douar-omgat	MA		0	Africa/Casablanca	31.60741	-8.914				07	161		
10947644	Douar Hmarnde Jbabra	douar-hmarnde-jbabra	MA		0	Africa/Casablanca	31.60566	-8.90894				07	161		
10947647	Jilali Lakehal	jilali-lakehal	MA		0	Africa/Casablanca	31.60161	-8.91197				07	161		
10947649	Dar Hassan Ben Bakhta	dar-hassan-ben-bakhta	MA		0	Africa/Casablanca	31.59847	-8.88225				07	161		
10947650	Dar Echelh	dar-echelh	MA		0	Africa/Casablanca	31.59923	-8.87756				07	161		
10947652	Douar Laassara Rouahla	douar-laassara-rouahla	MA		0	Africa/Casablanca	31.58402	-8.91187				07	161		
10947654	Dar El Mahjoub Mhijer	dar-el-mahjoub-mhijer	MA		0	Africa/Casablanca	31.58249	-8.88871				07	161		
10947656	Lhominat	lhominat	MA		0	Africa/Casablanca	31.57559	-8.90366				07	161		
10947658	Lhoggat	lhoggat	MA		0	Africa/Casablanca	31.56619	-8.89422				07	161		
10947661	Rbaat Oulad Ghridou	rbaat-oulad-ghridou	MA		0	Africa/Casablanca	31.55517	-8.87594				07	161		
10947674	Lemribhat	lemribhat	MA		0	Africa/Casablanca	31.536	-8.97751				07	161		
10947690	Douar Adilat	douar-adilat	MA		0	Africa/Casablanca	31.62684	-8.84303				07	161		
10947693	Douar Oulad Ali	douar-oulad-ali	MA		0	Africa/Casablanca	31.68642	-8.82422				07	161		
10947695	Douar El Arab	douar-el-arab	MA		0	Africa/Casablanca	31.67552	-8.75329				07	161		
10947698	Douar Leqdadera	douar-leqdadera	MA		0	Africa/Casablanca	31.67089	-8.81886				07	161		
10947699	Douar Rbaat Srnane	douar-rbaat-srnane	MA		0	Africa/Casablanca	31.70726	-8.85282				07	161		
10947700	Rbaat Ali Ben Thami	rbaat-ali-ben-thami	MA		0	Africa/Casablanca	31.74422	-8.86847				07	585		
10947708	Oulad Kabbour Ben Daouya	oulad-kabbour-ben-daouya	MA		0	Africa/Casablanca	31.73181	-8.85291				07	585		
10947710	Dar Ayyad Ben El Arbi	dar-ayyad-ben-el-arbi	MA		0	Africa/Casablanca	31.73175	-8.83613				07	161		
10947716	Oulad El Arbi	oulad-el-arbi	MA		0	Africa/Casablanca	31.72034	-8.84705				07	161		
10947720	Douar Leqsiaa	douar-leqsiaa	MA		0	Africa/Casablanca	31.70795	-8.84973				07	161		
10947728	Dar Jilali Ben Saadoune	dar-jilali-ben-saadoune	MA		0	Africa/Casablanca	31.67728	-8.86008				07	161		
10947737	Znayed	znayed	MA		0	Africa/Casablanca	31.65492	-8.87064				07	161		
10947740	Dar Oulad El Mamoune Ben Hjira	dar-oulad-el-mamoune-ben-hjira	MA		0	Africa/Casablanca	31.64338	-8.87308				07	161		
10947746	Douar Dehamna	douar-dehamna	MA		0	Africa/Casablanca	31.63207	-8.84954				07	161		
10947760	Douar El Guenfat	douar-el-guenfat	MA		0	Africa/Casablanca	31.74301	-8.82186				07	585		
10947762	Dar Ben Abid	dar-ben-abid	MA		0	Africa/Casablanca	31.73954	-8.81066				07	161		
10947773	Douar Laazib	douar-laazib	MA		0	Africa/Casablanca	31.71832	-8.82652				07	161		
10947782	Douar Legyoud	douar-legyoud	MA		0	Africa/Casablanca	31.68221	-8.7995				07	161		
10947868	Oulad Saryad	oulad-saryad	MA		0	Africa/Casablanca	31.74847	-8.8269				07	585		
10947872	Douar Laababra	douar-laababra	MA		0	Africa/Casablanca	31.61036	-8.74059				07	161		
10947888	Dar Laaroussi Bel Bachir	dar-laaroussi-bel-bachir	MA		0	Africa/Casablanca	31.60145	-8.72522				07	161		
10947893	Zaouiat El Haj Thami	zaouiat-el-haj-thami	MA		0	Africa/Casablanca	31.59424	-8.72866				07	161		
10947906	Hay Essalam	hay-essalam	MA		0	Africa/Casablanca	31.57832	-8.74892				07	161		
10947908	Dar El Haddaji	dar-el-haddaji	MA		0	Africa/Casablanca	31.57754	-8.74568				07	161		
10947909	Dar Omar Ben Hsina	dar-omar-ben-hsina	MA		0	Africa/Casablanca	31.58043	-8.73577				07	161		
10947911	Douar Habboul	douar-habboul	MA		0	Africa/Casablanca	31.57457	-8.74693				07	161		
10947920	Dar Loussou	dar-loussou	MA		0	Africa/Casablanca	31.56544	-8.74618				07	161		
10947925	Hay El Farah	hay-el-farah	MA		0	Africa/Casablanca	31.55166	-8.74343				07	161		
10947929	Douar Echeguirine	douar-echeguirine	MA		0	Africa/Casablanca	31.54689	-8.72645				07	161		
10947932	Hay El Amal	hay-el-amal	MA		0	Africa/Casablanca	31.54759	-8.74711				07	161		
10947969	Dar Farouq	dar-farouq	MA		0	Africa/Casablanca	31.62016	-8.6811				07	161		
10947971	Douar Lahdoudiyine El Ghaba	douar-lahdoudiyine-el-ghaba	MA		0	Africa/Casablanca	31.61115	-8.7089				07	161		
10947977	Haydat	haydat	MA		0	Africa/Casablanca	31.58406	-8.69648				07	161		
10947979	Douar Lbatma	douar-lbatma	MA		0	Africa/Casablanca	31.5741	-8.70186				07	161		
10947980	Dar Ayyouch	dar-ayyouch	MA		0	Africa/Casablanca	31.57825	-8.69532				07	161		
10947995	Douar El Ghazi	douar-el-ghazi	MA		0	Africa/Casablanca	31.53346	-8.681				07	161		
10947999	Douar Ali Ben Jamae	douar-ali-ben-jamae	MA		0	Africa/Casablanca	31.52361	-8.68821				07	161		
10948000	Kariat Echams	kariat-echams	MA		0	Africa/Casablanca	31.52408	-8.67674				07	161		
10948029	Baghough	baghough	MA		0	Africa/Casablanca	31.56684	-8.65081				07	161		
10948037	Douar Laargoub	douar-laargoub	MA		0	Africa/Casablanca	31.55402	-8.6613				07	161		
10948108	Douar Fares	douar-fares	MA		0	Africa/Casablanca	31.58874	-8.59273				07	161		
10948111	Trifa	trifa	MA		0	Africa/Casablanca	31.56772	-8.58824				07	161		
10948114	Ahl Lhachmi	ahl-lhachmi	MA		0	Africa/Casablanca	31.55534	-8.59283				07	161		
10948119	Ait Zekri	ait-zekri	MA		0	Africa/Casablanca	31.53724	-8.59335				07	161		
10948120	Ait Chih	ait-chih	MA		0	Africa/Casablanca	31.53629	-8.58608				07	161		
10948124	Labbihat	labbihat	MA		0	Africa/Casablanca	31.5111	-8.58685				07	161		
10948125	El Mers	el-mers	MA		0	Africa/Casablanca	31.51074	-8.5891				07	161		
10948139	Oulad El Ayachi	oulad-el-ayachi	MA		0	Africa/Casablanca	31.59755	-8.55898				07	161		
10948140	Dar Oulad El Aarbi	dar-oulad-el-aarbi	MA		0	Africa/Casablanca	31.59757	-8.54623				07	161		
10948142	Nzala	nzala	MA		0	Africa/Casablanca	31.58995	-8.55531				07	161		
10948144	Bou Lekhras	bou-lekhras	MA		0	Africa/Casablanca	31.58598	-8.55378				07	161		
10948161	Ebbih Lghaba	ebbih-lghaba	MA		0	Africa/Casablanca	31.57779	-8.524				07	161		
10948167	Lkantaoni	lkantaoni	MA		0	Africa/Casablanca	31.53896	-8.51863				07	161		
10948177	Kaayacha	kaayacha	MA		0	Africa/Casablanca	31.49941	-8.50741				07	161		
10948179	Zouiya	zouiya	MA		0	Africa/Casablanca	31.55945	-8.61837				07	161		
10948190	Ezzouiriya	ezzouiriya	MA		0	Africa/Casablanca	31.55735	-8.62378				07	161		
10948192	Oulad Ba Alla	oulad-ba-alla	MA		0	Africa/Casablanca	31.50795	-8.6238				07	161		
10948243	Imi Ikkis	imi-ikkis	MA		0	Africa/Casablanca	30.80696	-9.54111				09	001		
10948266	Dar Boujemaa Ben Izza	dar-boujemaa-ben-izza	MA		0	Africa/Casablanca	31.57604	-8.38667				07	161		
10948267	H’ritiers Mbarek Ben Izza	h-ritiers-mbarek-ben-izza	MA		0	Africa/Casablanca	31.57895	-8.39047				07	161		
10948348	Aguersouane	aguersouane	MA		0	Africa/Casablanca	30.74766	-9.21406				09	541		
10948349	Alemzi	alemzi	MA		0	Africa/Casablanca	30.72576	-9.23946				09	001		
10948350	Talgout	talgout	MA		0	Africa/Casablanca	30.72204	-9.23451				09	001		
10948353	Ifri Ighir	ifri-ighir	MA		0	Africa/Casablanca	30.7425	-9.20902				09	541		
10948354	Tahamda	tahamda	MA		0	Africa/Casablanca	30.73897	-9.20283				09	541		
10948355	Taraouaissine	taraouaissine	MA		0	Africa/Casablanca	30.73566	-9.2056				09	541		
10948358	Afensou	afensou	MA		0	Africa/Casablanca	30.73048	-9.20614				09	541		
10948360	Ouassarda	ouassarda	MA		0	Africa/Casablanca	30.72393	-9.21013				09	541		
10948361	Foundouk	foundouk	MA		0	Africa/Casablanca	30.73144	-9.18667				09	541		
10948365	Ej Jemâa	ej-jemaa	MA		0	Africa/Casablanca	30.71972	-9.20863				09	541		
10948369	Tinzit	tinzit	MA		0	Africa/Casablanca	30.70565	-9.19513				09	541		
10948373	Igourdane	igourdane	MA		0	Africa/Casablanca	30.70929	-9.23698				09	541		
10948375	Aït Benhar	ait-benhar	MA		0	Africa/Casablanca	30.69705	-9.24628				09	541		
10948377	Aït Rara	ait-rara	MA		0	Africa/Casablanca	30.68875	-9.23886				09	541		
10948385	Takroust	takroust	MA		0	Africa/Casablanca	30.69645	-9.20358				09	541		
10948387	Tinebzit	tinebzit	MA		0	Africa/Casablanca	30.66489	-9.23902				09	541		
10948389	Ifrheln	ifrheln	MA		0	Africa/Casablanca	30.66408	-9.18347				09	541		
10948390	Tarhzout	tarhzout	MA		0	Africa/Casablanca	30.61051	-9.24601				09	541		
10948397	Tajgaline	tajgaline	MA		0	Africa/Casablanca	30.62906	-9.24672				09	541		
10948398	Amlal	amlal	MA		0	Africa/Casablanca	30.63282	-9.22504				09	541		
10948400	Aït Oumghar	ait-oumghar	MA		0	Africa/Casablanca	30.6349	-9.22616				09	541		
10948401	Aït Iskri	ait-iskri	MA		0	Africa/Casablanca	30.61214	-9.23411				09	541		
10948402	Tarharout	tarharout	MA		0	Africa/Casablanca	30.60477	-9.24077				09	541		
10948403	Irhchine	irhchine	MA		0	Africa/Casablanca	30.61198	-9.22136				09	541		
10948411	Tadardourt	tadardourt	MA		0	Africa/Casablanca	30.57923	-9.24558				09	541		
10948415	Taddout	taddout	MA		0	Africa/Casablanca	30.58679	-9.21568				09	541		
10948424	Tamagoust	tamagoust	MA		0	Africa/Casablanca	30.5617	-9.24423				09	541		
10948432	Aït ech Chegar	ait-ech-chegar	MA		0	Africa/Casablanca	30.50746	-9.22839				09	541		
10948433	Tassarht	tassarht	MA		0	Africa/Casablanca	30.5121	-9.22965				09	541		
10948434	Aït Malik	ait-malik	MA		0	Africa/Casablanca	30.51276	-9.23426				09	541		
10948435	El Mahasser	el-mahasser	MA		0	Africa/Casablanca	30.51236	-9.23954				09	541		
10948436	Aït Hamou Bella	ait-hamou-bella	MA		0	Africa/Casablanca	30.49883	-9.23756				09	541		
10948438	Aït bel Haman	ait-bel-haman	MA		0	Africa/Casablanca	30.50004	-9.1647				09	541		
10948444	Zaouiet Toutrhar	zaouiet-toutrhar	MA		0	Africa/Casablanca	30.5681	-9.17641				09	541		
10948446	Taourirt	taourirt	MA		0	Africa/Casablanca	30.57435	-9.17257				09	541		
10948461	A Tassensout	a-tassensout	MA		0	Africa/Casablanca	30.61865	-9.16771				09	541		
10948464	Tikhibit Oufila	tikhibit-oufila	MA		0	Africa/Casablanca	30.63065	-9.13752				09	541		
10948469	Ida ou Kess Isdar	ida-ou-kess-isdar	MA		0	Africa/Casablanca	30.64797	-9.16773				09	541		
10948473	Tayedal	tayedal	MA		0	Africa/Casablanca	30.66348	-9.13196				09	541		
10948474	Talaïnt	talaint	MA		0	Africa/Casablanca	30.66388	-9.15174				09	541		
10948477	Alouane	alouane	MA		0	Africa/Casablanca	30.66262	-9.1737				09	541		
10948478	Aït Ouachtouk	ait-ouachtouk	MA		0	Africa/Casablanca	30.6652	-9.17047				09	541		
10948483	Ouelemsa	ouelemsa	MA		0	Africa/Casablanca	30.67761	-9.13177				09	541		
10948492	Tahilant	tahilant	MA		0	Africa/Casablanca	30.69344	-9.16702				09	541		
10948495	A Timikitt	a-timikitt	MA		0	Africa/Casablanca	30.70099	-9.16244				09	541		
10948496	Azrou	azrou	MA		0	Africa/Casablanca	30.69925	-9.15219				09	541		
10948498	Ouisrane	ouisrane	MA		0	Africa/Casablanca	30.7013	-9.14443				09	541		
10948502	Tiguemi Azrou	tiguemi-azrou	MA		0	Africa/Casablanca	30.71206	-9.13872				09	541		
10948511	Aglou	aglou	MA		0	Africa/Casablanca	30.72228	-9.1095				09	541		
10948514	Arg Imegnoun	arg-imegnoun	MA		0	Africa/Casablanca	30.73117	-9.17142				09	541		
10948524	Tagmout	tagmout	MA		0	Africa/Casablanca	30.72334	-9.0921				09	541		
10948532	Issarane Aazib	issarane-aazib	MA		0	Africa/Casablanca	30.67858	-9.10118				09	541		
10948533	Aït Bella	ait-bella	MA		0	Africa/Casablanca	30.67083	-9.10645				09	541		
10948535	Aït Tahala	ait-tahala	MA		0	Africa/Casablanca	30.66911	-9.10538				09	541		
10948536	Aït Timzilin	ait-timzilin	MA		0	Africa/Casablanca	30.66726	-9.09756				09	541		
10948537	Aït L Mouddene	ait-l-mouddene	MA		0	Africa/Casablanca	30.66777	-9.10214				09	541		
10948538	Aït Ouchâou	ait-ouchaou	MA		0	Africa/Casablanca	30.66077	-9.09658				09	541		
10948539	Aït Bajjedi	ait-bajjedi	MA		0	Africa/Casablanca	30.66056	-9.09093				09	541		
10948544	Targe Oumanar	targe-oumanar	MA		0	Africa/Casablanca	30.63517	-9.10293				09	541		
10948547	Tiguermi May Saïd	tiguermi-may-said	MA		0	Africa/Casablanca	30.63266	-9.09942				09	541		
10948548	Afellane	afellane	MA		0	Africa/Casablanca	30.59968	-9.11244				09	541		
10948551	Ouiskirrane	ouiskirrane	MA		0	Africa/Casablanca	30.59327	-9.11462				09	541		
10948552	Aït Ahmed	ait-ahmed	MA		0	Africa/Casablanca	30.59294	-9.10623				09	541		
10948561	Bou Chouafa	bou-chouafa	MA		0	Africa/Casablanca	30.51709	-9.04199				09	541		
10948562	El Habib	el-habib	MA		0	Africa/Casablanca	30.52105	-9.0442				09	541		
10948563	Graoua et Tahtaniine	graoua-et-tahtaniine	MA		0	Africa/Casablanca	30.52752	-9.04537				09	541		
10948564	El Ksiba	el-ksiba	MA		0	Africa/Casablanca	30.52772	-9.02789				09	541		
10948565	Aït el Gourmat	ait-el-gourmat	MA		0	Africa/Casablanca	30.52883	-9.01609				09	541		
10948567	Ikhoula	ikhoula	MA		0	Africa/Casablanca	30.53377	-9.04215				09	541		
10948575	Timsal	timsal	MA		0	Africa/Casablanca	30.60736	-9.07853				09	541		
10948576	Talbourt	talbourt	MA		0	Africa/Casablanca	30.61165	-9.07289				09	541		
10948577	Aït bel Aïd	ait-bel-aid	MA		0	Africa/Casablanca	30.61527	-9.07866				09	541		
10948578	Abd el Mjid	abd-el-mjid	MA		0	Africa/Casablanca	30.61949	-9.05257				09	541		
10948582	Tihilt Azib	tihilt-azib	MA		0	Africa/Casablanca	30.63783	-9.05177				09	541		
10948593	Izeroualeo	izeroualeo	MA		0	Africa/Casablanca	30.67539	-9.03823				09	541		
10948595	Azib Igounane	azib-igounane	MA		0	Africa/Casablanca	30.69624	-9.0764				09	541		
10948596	Tizi	tizi	MA		0	Africa/Casablanca	30.69854	-9.07252				09	541		
10948600	Ouaouguejdid	ouaouguejdid	MA		0	Africa/Casablanca	30.70926	-9.05422				09	541		
10948618	Bouzebane	bouzebane	MA		0	Africa/Casablanca	30.71014	-9.00828				09	541		
10948619	Tissifirt	tissifirt	MA		0	Africa/Casablanca	30.70256	-9.01984				09	541		
10948625	Azib Tissirt	azib-tissirt	MA		0	Africa/Casablanca	30.67047	-9.01405				09	541		
10948627	Azib Tarharast	azib-tarharast	MA		0	Africa/Casablanca	30.65748	-9.03067				09	541		
10948629	Azrou	azrou	MA		0	Africa/Casablanca	30.62016	-9.0027				09	541		
10948632	Tigoudar	tigoudar	MA		0	Africa/Casablanca	30.59513	-9.00973				09	541		
10948635	Oulad Oumbark	oulad-oumbark	MA		0	Africa/Casablanca	30.4996	-8.99907				09	541		
10948641	Afa	afa	MA		0	Africa/Casablanca	30.73493	-9.19949				09	541		
10948642	Bra	bra	MA		0	Africa/Casablanca	30.7334	-9.11029				09	541		
10948661	Tazad	tazad	MA		0	Africa/Casablanca	30.72525	-8.98009				09	541		
10948662	Arhella	arhella	MA		0	Africa/Casablanca	30.72347	-8.97654				09	541		
10948663	Abouri	abouri	MA		0	Africa/Casablanca	30.72329	-8.98578				09	541		
10948664	Tirhenina	tirhenina	MA		0	Africa/Casablanca	30.72259	-8.98448				09	541		
10948665	Taleggout	taleggout	MA		0	Africa/Casablanca	30.71942	-8.98672				09	541		
10948666	Tamgounsi	tamgounsi	MA		0	Africa/Casablanca	30.71751	-8.9833				09	541		
10948667	Tassifilet Igourramene	tassifilet-igourramene	MA		0	Africa/Casablanca	30.72186	-8.96969				09	541		
10948678	Tiskirt	tiskirt	MA		0	Africa/Casablanca	30.67939	-8.99297				09	541		
10948685	Bit el Jane	bit-el-jane	MA		0	Africa/Casablanca	30.65157	-8.94932				09	541		
10948687	Tannzigt	tannzigt	MA		0	Africa/Casablanca	30.63338	-8.99472				09	541		
10948688	Ennzeguene	ennzeguene	MA		0	Africa/Casablanca	30.63183	-8.96494				09	541		
10948691	Tagadirt n’Houria	tagadirt-n-houria	MA		0	Africa/Casablanca	30.62547	-8.99415				09	541		
10948694	Tadoust	tadoust	MA		0	Africa/Casablanca	30.61789	-8.99515				09	541		
10948695	Ida Ou Moumene	ida-ou-moumene	MA		0	Africa/Casablanca	30.61228	-8.9994				09	541		
10948702	Aït Dahane	ait-dahane	MA		0	Africa/Casablanca	30.51923	-8.94172				09	541		
10948707	Aït bou Hamida	ait-bou-hamida	MA		0	Africa/Casablanca	30.58089	-8.92087				09	541		
10948708	Bou Hajra	bou-hajra	MA		0	Africa/Casablanca	30.59763	-8.91086				09	541		
10948709	Mezrhala	mezrhala	MA		0	Africa/Casablanca	30.60166	-8.91788				09	541		
10948710	Amezguine	amezguine	MA		0	Africa/Casablanca	30.60374	-8.92029				09	541		
10948711	Tiguemmi Oufella	tiguemmi-oufella	MA		0	Africa/Casablanca	30.60651	-8.91225				09	541		
10948712	Tasgaiane	tasgaiane	MA		0	Africa/Casablanca	30.60148	-8.90791				09	541		
10948713	Tiguemmi n’Ahmed	tiguemmi-n-ahmed	MA		0	Africa/Casablanca	30.59757	-8.90766				09	541		
10948715	Tarhzout	tarhzout	MA		0	Africa/Casablanca	30.61108	-8.91457				09	541		
10948721	Tiskest	tiskest	MA		0	Africa/Casablanca	30.62788	-8.90994				09	541		
10948726	Tammast	tammast	MA		0	Africa/Casablanca	30.6435	-8.90387				09	541		
10948727	Aït Hammou ou Zeroual	ait-hammou-ou-zeroual	MA		0	Africa/Casablanca	30.64547	-8.90738				09	541		
10948728	Agadir Ouzir	agadir-ouzir	MA		0	Africa/Casablanca	30.64787	-8.90871				09	541		
10948729	Takennourt	takennourt	MA		0	Africa/Casablanca	30.64746	-8.91004				09	541		
10948730	Mourerh	mourerh	MA		0	Africa/Casablanca	30.66004	-8.9323				09	541		
10948731	Taskat	taskat	MA		0	Africa/Casablanca	30.6484	-8.87521				09	541		
10948734	Amigdoul	amigdoul	MA		0	Africa/Casablanca	30.673	-8.9285				09	541		
10948735	Bou Oulgou	bou-oulgou	MA		0	Africa/Casablanca	30.67307	-8.93708				09	541		
10948737	Felloun	felloun	MA		0	Africa/Casablanca	30.68793	-8.93842				09	541		
10948739	Tihalat	tihalat	MA		0	Africa/Casablanca	30.69055	-8.91345				09	541		
10948740	Annbedour	annbedour	MA		0	Africa/Casablanca	30.69777	-8.91641				09	541		
10948745	Tamsoult	tamsoult	MA		0	Africa/Casablanca	30.70882	-8.92512				09	541		
10948748	Taourmat	taourmat	MA		0	Africa/Casablanca	30.72393	-8.90605				09	541		
10948749	Tamenndert	tamenndert	MA		0	Africa/Casablanca	30.72996	-8.90922				09	541		
10948750	Tlougliane	tlougliane	MA		0	Africa/Casablanca	30.72893	-8.8986				09	541		
10948751	Asguine	asguine	MA		0	Africa/Casablanca	30.73461	-8.89766				09	541		
10948758	Izeroualene	izeroualene	MA		0	Africa/Casablanca	30.74008	-8.88153				09	541		
10948759	Touzoumtane	touzoumtane	MA		0	Africa/Casablanca	30.73877	-8.8825				09	541		
10948760	Addaïane	addaiane	MA		0	Africa/Casablanca	30.73493	-8.8855				09	541		
10948761	Tagadirt	tagadirt	MA		0	Africa/Casablanca	30.73362	-8.89003				09	541		
10948762	Ikemmachene	ikemmachene	MA		0	Africa/Casablanca	30.7335	-8.88399				09	541		
10948769	Agadir n’Taddert	agadir-n-taddert	MA		0	Africa/Casablanca	30.70959	-8.88434				09	541		
10948770	Tafraoutane	tafraoutane	MA		0	Africa/Casablanca	30.70489	-8.88798				09	541		
10948771	Timrhaïtine	timrhaitine	MA		0	Africa/Casablanca	30.70008	-8.89264				09	541		
10948772	Azgouarene	azgouarene	MA		0	Africa/Casablanca	30.70469	-8.88206				09	541		
10948773	Tarheleit	tarheleit	MA		0	Africa/Casablanca	30.69356	-8.88652				09	541		
10948774	Bousguine	bousguine	MA		0	Africa/Casablanca	30.69069	-8.88448				09	541		
10948775	Assaoud	assaoud	MA		0	Africa/Casablanca	30.69057	-8.89197				09	541		
10948776	Tiguemmi Itkrane	tiguemmi-itkrane	MA		0	Africa/Casablanca	30.68753	-8.88672				09	541		
10948778	Tamska	tamska	MA		0	Africa/Casablanca	30.67147	-8.88935				09	541		
10948779	Aït Zaouit	ait-zaouit	MA		0	Africa/Casablanca	30.67057	-8.88504				09	541		
10948780	Ouarouad	ouarouad	MA		0	Africa/Casablanca	30.67386	-8.88255				09	541		
10948787	Azazi	azazi	MA		0	Africa/Casablanca	30.60696	-8.8437				09	541		
10948788	Anammer	anammer	MA		0	Africa/Casablanca	30.60408	-8.84134				09	541		
10948791	Agouidir	agouidir	MA		0	Africa/Casablanca	30.56198	-8.85853				09	541		
10948797	Lahiat	lahiat	MA		0	Africa/Casablanca	30.52583	-8.85368				09	541		
10948798	Chouck	chouck	MA		0	Africa/Casablanca	30.52859	-8.8452				09	541		
10948802	Takerkourt	takerkourt	MA		0	Africa/Casablanca	30.50452	-8.79353				09	541		
10948803	Dchar	dchar	MA		0	Africa/Casablanca	30.50548	-8.7901				09	541		
10948809	Amcherk	amcherk	MA		0	Africa/Casablanca	30.5762	-8.82952				09	541		
10948812	Aït Mohannd	ait-mohannd	MA		0	Africa/Casablanca	30.60927	-8.83866				09	541		
10948814	Aït Mejjout	ait-mejjout	MA		0	Africa/Casablanca	30.61697	-8.82085				09	541		
10948815	Tiguemmi El Bour	tiguemmi-el-bour	MA		0	Africa/Casablanca	30.61788	-8.82914				09	541		
10948816	Aït Lkhoreff	ait-lkhoreff	MA		0	Africa/Casablanca	30.62303	-8.82867				09	541		
10948819	Abernous	abernous	MA		0	Africa/Casablanca	30.62136	-8.81555				09	541		
10948820	Riad	riad	MA		0	Africa/Casablanca	30.62021	-8.82249				09	541		
10948824	Azib Bouougra	azib-bouougra	MA		0	Africa/Casablanca	30.65868	-8.82505				09	541		
10948826	El Hanouane	el-hanouane	MA		0	Africa/Casablanca	30.65882	-8.80361				09	541		
10948828	Tarhzout	tarhzout	MA		0	Africa/Casablanca	30.66727	-8.79861				09	541		
10948836	Amzaourou	amzaourou	MA		0	Africa/Casablanca	30.6741	-8.79893				09	541		
10948839	Arhella	arhella	MA		0	Africa/Casablanca	30.69306	-8.78722				09	541		
10948843	Akhountrir	akhountrir	MA		0	Africa/Casablanca	30.69817	-8.78721				09	541		
10948844	Azrou	azrou	MA		0	Africa/Casablanca	30.70724	-8.78784				09	541		
10948851	Tine Mellil	tine-mellil	MA		0	Africa/Casablanca	30.72681	-8.8358				09	541		
10948853	Tizzirt	tizzirt	MA		0	Africa/Casablanca	30.73557	-8.82273				09	541		
10948856	Ouitkrazene	ouitkrazene	MA		0	Africa/Casablanca	30.72766	-8.80919				09	541		
10948859	Bouskene	bouskene	MA		0	Africa/Casablanca	30.7408	-8.79669				09	541		
10948861	Arenngane	arenngane	MA		0	Africa/Casablanca	30.73364	-8.77298				09	541		
10948862	Tajjacht	tajjacht	MA		0	Africa/Casablanca	30.73159	-8.77417				09	541		
10948866	Tagma	tagma	MA		0	Africa/Casablanca	30.71573	-8.78933				09	541		
10948872	Tirakht	tirakht	MA		0	Africa/Casablanca	30.73986	-8.76013				09	541		
10948876	Talaïounine	talaiounine	MA		0	Africa/Casablanca	30.6718	-8.76036				09	541		
10948880	Aït Belouah	ait-belouah	MA		0	Africa/Casablanca	30.6552	-8.75674				09	541		
10948887	Zaouiet El Maader	zaouiet-el-maader	MA		0	Africa/Casablanca	30.6036	-8.78472				09	541		
10948888	Anndzad	anndzad	MA		0	Africa/Casablanca	30.60059	-8.76417				09	541		
10948889	Aït Oujart	ait-oujart	MA		0	Africa/Casablanca	30.59653	-8.76346				09	541		
10948890	Tagadirt Aït Lasri	tagadirt-ait-lasri	MA		0	Africa/Casablanca	30.58733	-8.76593				09	541		
10948891	Touzzoumt	touzzoumt	MA		0	Africa/Casablanca	30.58914	-8.77766				09	541		
10948892	Dar Jedida	dar-jedida	MA		0	Africa/Casablanca	30.58569	-8.77146				09	541		
10948893	Lorhrab	lorhrab	MA		0	Africa/Casablanca	30.57799	-8.77213				09	541		
10948896	Zaouia Sidi Dahmane	zaouia-sidi-dahmane	MA		0	Africa/Casablanca	30.51927	-8.76109				09	541		
10948899	Zaouia Sidi Bennour	zaouia-sidi-bennour	MA		0	Africa/Casablanca	30.50102	-8.75261				09	541		
10948905	Igasseln	igasseln	MA		0	Africa/Casablanca	30.69044	-8.95664				09	541		
10948910	Tasga Igrane	tasga-igrane	MA		0	Africa/Casablanca	30.75808	-8.8162				09	541		
10948967	Douar Oulad Hammou	douar-oulad-hammou	MA		0	Africa/Casablanca	32.39915	-7.51598				07	191		
10948974	Douar Oulad Izza	douar-oulad-izza	MA		0	Africa/Casablanca	32.12017	-9.2447				07	431		
10948978	Douar Oulad Ben Hamza	douar-oulad-ben-hamza	MA		0	Africa/Casablanca	32.11674	-9.21198				07	431		
10948980	Douar Oulad Jilali	douar-oulad-jilali	MA		0	Africa/Casablanca	32.11587	-9.23011				07	431		
10948983	Douar Jeha	douar-jeha	MA		0	Africa/Casablanca	32.11339	-9.21011				07	431		
10948984	Douar Oulad Hemmine	douar-oulad-hemmine	MA		0	Africa/Casablanca	32.11337	-9.23443				07	431		
10948985	Douar Houala	douar-houala	MA		0	Africa/Casablanca	32.11277	-9.22558				07	431		
10948988	Douar Houata	douar-houata	MA		0	Africa/Casablanca	32.11069	-9.21742				07	431		
10948992	Douar Hsinat	douar-hsinat	MA		0	Africa/Casablanca	32.10406	-9.24223				07	431		
10948995	Douar Oulad Tahar Mbarek	douar-oulad-tahar-mbarek	MA		0	Africa/Casablanca	32.10369	-9.21059				07	431		
10948996	Douar Oulad Abdelkader Ben Lhou	douar-oulad-abdelkader-ben-lhou	MA		0	Africa/Casablanca	32.1003	-9.2106				07	431		
10948997	Douar Arichat	douar-arichat	MA		0	Africa/Casablanca	32.1009	-9.2218				07	431		
10948998	Rbaat Sidi Abdessalam	rbaat-sidi-abdessalam	MA		0	Africa/Casablanca	32.09866	-9.24095				07	431		
10949000	Douar Laaouaoucha	douar-laaouaoucha	MA		0	Africa/Casablanca	32.09771	-9.21293				07	431		
10949001	Douar Oulad El Alya	douar-oulad-el-alya	MA		0	Africa/Casablanca	32.09214	-9.24674				07	431		
10949002	Rbaat Mohamed Ould Tahar	rbaat-mohamed-ould-tahar	MA		0	Africa/Casablanca	32.09027	-9.23826				07	431		
10949003	Douar Qchabla	douar-qchabla	MA		0	Africa/Casablanca	32.09194	-9.22464				07	431		
10949006	Douar Oulad Erregragui	douar-oulad-erregragui	MA		0	Africa/Casablanca	32.08773	-9.22755				07	431		
10949007	Douar Qchabla	douar-qchabla	MA		0	Africa/Casablanca	32.08503	-9.22899				07	431		
10949008	Douar Lebrimiyine	douar-lebrimiyine	MA		0	Africa/Casablanca	32.08702	-9.21032				07	431		
10949009	Douar Azib Echaqouri	douar-azib-echaqouri	MA		0	Africa/Casablanca	32.08244	-9.20862				07	431		
10949013	Ketifat	ketifat	MA		0	Africa/Casablanca	32.08832	-9.24025				07	431		
10949015	Laarassiya	laarassiya	MA		0	Africa/Casablanca	32.09491	-9.24055				07	431		
10949016	Douar Arab Toubbalt	douar-arab-toubbalt	MA		0	Africa/Casablanca	32.07667	-9.24599				07	431		
10949017	Rbaat Oulad Ghannou	rbaat-oulad-ghannou	MA		0	Africa/Casablanca	32.07809	-9.23572				07	431		
10949018	Douar Oulad Lgameri	douar-oulad-lgameri	MA		0	Africa/Casablanca	32.07722	-9.23407				07	431		
10949019	Douar Lebkhikhat	douar-lebkhikhat	MA		0	Africa/Casablanca	32.07462	-9.2351				07	431		
10949021	Allaoua	allaoua	MA		0	Africa/Casablanca	32.07982	-9.22151				07	431		
10949022	Douar Oulad Allal Ben Hmida	douar-oulad-allal-ben-hmida	MA		0	Africa/Casablanca	32.07818	-9.21559				07	431		
10949024	Douar Oulad Bou Mehdi	douar-oulad-bou-mehdi	MA		0	Africa/Casablanca	32.077	-9.22404				07	431		
10949025	Douar Lebbabra	douar-lebbabra	MA		0	Africa/Casablanca	32.07262	-9.22098				07	431		
10949026	Douar Laamamra	douar-laamamra	MA		0	Africa/Casablanca	32.07187	-9.24717				07	431		
10949028	Douar Laabadna	douar-laabadna	MA		0	Africa/Casablanca	32.07229	-9.2116				07	431		
10949031	Douar Oulad Abid	douar-oulad-abid	MA		0	Africa/Casablanca	32.06193	-9.24406				07	431		
10949032	Douar Lahrarta	douar-lahrarta	MA		0	Africa/Casablanca	32.06227	-9.23751				07	431		
10949034	Rbaat Oulad El Qaddaoui	rbaat-oulad-el-qaddaoui	MA		0	Africa/Casablanca	32.06363	-9.21863				07	431		
10949036	Rbaat Ben Najma	rbaat-ben-najma	MA		0	Africa/Casablanca	32.06251	-9.21736				07	431		
10949038	Rbaat Oulad El Haj Mohamed	rbaat-oulad-el-haj-mohamed	MA		0	Africa/Casablanca	32.05583	-9.23287				07	431		
10949039	Douar Rouaouna	douar-rouaouna	MA		0	Africa/Casablanca	32.0568	-9.22359				07	431		
10949042	Douar Oulad El Arbi Ben Kaddour	douar-oulad-el-arbi-ben-kaddour	MA		0	Africa/Casablanca	32.05476	-9.2255				07	431		
10949043	Douar Hrarcha	douar-hrarcha	MA		0	Africa/Casablanca	32.05203	-9.22727				07	431		
10949046	Douar Oulad Moussa	douar-oulad-moussa	MA		0	Africa/Casablanca	32.05445	-9.20443				07	431		
10949047	Rbaat El Hisn	rbaat-el-hisn	MA		0	Africa/Casablanca	32.04465	-9.24329				07	431		
10949048	Rbaat Sahiqa	rbaat-sahiqa	MA		0	Africa/Casablanca	32.04436	-9.23911				07	431		
10949049	Douar Lekhrarza	douar-lekhrarza	MA		0	Africa/Casablanca	32.04451	-9.22522				07	431		
10949050	Douar Oulad Abdellah	douar-oulad-abdellah	MA		0	Africa/Casablanca	32.04117	-9.23154				07	431		
10949051	Rbaat Oulad El Houssine	rbaat-oulad-el-houssine	MA		0	Africa/Casablanca	32.03944	-9.22109				07	431		
10949052	Douar Laalatba	douar-laalatba	MA		0	Africa/Casablanca	32.04606	-9.2146				07	431		
10949053	Douar Oulad Ben Allal	douar-oulad-ben-allal	MA		0	Africa/Casablanca	32.03948	-9.2464				07	431		
10949055	Rbaat Cheikh Tahar	rbaat-cheikh-tahar	MA		0	Africa/Casablanca	32.03448	-9.22539				07	431		
10949056	Douar Oulad Mbarek Massaoud	douar-oulad-mbarek-massaoud	MA		0	Africa/Casablanca	32.03016	-9.22066				07	431		
10949057	Douar Oulad Mbarek Massaoud Leghoualem	douar-oulad-mbarek-massaoud-leghoualem	MA		0	Africa/Casablanca	32.03601	-9.23089				07	431		
10949060	Douar Oulad Saleh	douar-oulad-saleh	MA		0	Africa/Casablanca	32.03205	-9.21326				07	431		
10949063	Rbaat El Arbi	rbaat-el-arbi	MA		0	Africa/Casablanca	32.02129	-9.21309				07	431		
10949064	Douar Oulad Sidi Sallam	douar-oulad-sidi-sallam	MA		0	Africa/Casablanca	32.01807	-9.23306				07	431		
10949066	Rbaat Hmida	rbaat-hmida	MA		0	Africa/Casablanca	32.01804	-9.22271				07	431		
10949067	Rbaat Oulad Hmida Salem	rbaat-oulad-hmida-salem	MA		0	Africa/Casablanca	32.01816	-9.21423				07	431		
10949069	Rbaat Oulad Said	rbaat-oulad-said	MA		0	Africa/Casablanca	32.01508	-9.22402				07	431		
10949071	Rbaat Bel Bacha	rbaat-bel-bacha	MA		0	Africa/Casablanca	32.01331	-9.21196				07	431		
10949073	Douar El Joureb	douar-el-joureb	MA		0	Africa/Casablanca	32.01041	-9.21296				07	431		
10949078	Douar Oulad Ba Ali Nsiriyat	douar-oulad-ba-ali-nsiriyat	MA		0	Africa/Casablanca	32.00133	-9.21358				07	431		
10949079	Douar Hmimza	douar-hmimza	MA		0	Africa/Casablanca	32.11931	-9.20297				07	431		
10949080	Douar Amimat	douar-amimat	MA		0	Africa/Casablanca	32.12084	-9.19926				07	431		
10949081	Douar Oulad Khouildi	douar-oulad-khouildi	MA		0	Africa/Casablanca	32.11926	-9.1924				07	431		
10949082	Douar Oulad Chaayeb	douar-oulad-chaayeb	MA		0	Africa/Casablanca	32.11588	-9.18387				07	431		
10949085	Douar Lafquih Bel Houssine	douar-lafquih-bel-houssine	MA		0	Africa/Casablanca	32.11188	-9.18472				07	431		
10949086	Douar Oulad Dhayem	douar-oulad-dhayem	MA		0	Africa/Casablanca	32.10916	-9.192				07	431		
10949087	Douar Ounansa	douar-ounansa	MA		0	Africa/Casablanca	32.11132	-9.20458				07	431		
10949088	Rbaat Lahmamsa	rbaat-lahmamsa	MA		0	Africa/Casablanca	32.10739	-9.20415				07	431		
10949089	Douar El Baliyine	douar-el-baliyine	MA		0	Africa/Casablanca	32.10739	-9.1988				07	431		
10949091	Lefrijat	lefrijat	MA		0	Africa/Casablanca	32.10462	-9.19242				07	431		
10949092	Douar Oulad Sidi Hammou	douar-oulad-sidi-hammou	MA		0	Africa/Casablanca	32.10469	-9.20293				07	431		
10949093	Douar Oulad Lhou	douar-oulad-lhou	MA		0	Africa/Casablanca	32.10178	-9.19552				07	431		
10949095	Douar Lahjajma	douar-lahjajma	MA		0	Africa/Casablanca	32.10106	-9.17794				07	431		
10949099	Douar Souaghra	douar-souaghra	MA		0	Africa/Casablanca	32.09052	-9.19378				07	431		
10949100	Douar Hraouka	douar-hraouka	MA		0	Africa/Casablanca	32.08906	-9.19848				07	431		
10949101	Douar Lefrafra	douar-lefrafra	MA		0	Africa/Casablanca	32.09492	-9.20349				07	431		
10949102	Douar Oulad Abderrahmane	douar-oulad-abderrahmane	MA		0	Africa/Casablanca	32.0983	-9.2018				07	431		
10949103	Douar Oulad Mohamed	douar-oulad-mohamed	MA		0	Africa/Casablanca	32.09088	-9.20336				07	431		
10949105	Douar Eddiyabat	douar-eddiyabat	MA		0	Africa/Casablanca	32.09214	-9.17976				07	431		
10949106	Douar Chehichat	douar-chehichat	MA		0	Africa/Casablanca	32.09354	-9.1712				07	431		
10949107	Douar Oulad Bel Lahmar	douar-oulad-bel-lahmar	MA		0	Africa/Casablanca	32.09202	-9.17177				07	431		
10949109	Rbaat Sidi Hammou	rbaat-sidi-hammou	MA		0	Africa/Casablanca	32.08747	-9.19683				07	431		
10949110	Douar Chtiouat	douar-chtiouat	MA		0	Africa/Casablanca	32.08566	-9.19233				07	431		
10949114	Douar Oulad Saadoune	douar-oulad-saadoune	MA		0	Africa/Casablanca	32.0759	-9.17212				07	431		
10949116	Douar Oulad Mohamed	douar-oulad-mohamed	MA		0	Africa/Casablanca	32.0735	-9.20458				07	431		
10949117	Douar Lebraghta	douar-lebraghta	MA		0	Africa/Casablanca	32.07169	-9.20416				07	431		
10949118	Douar El Khiyyat	douar-el-khiyyat	MA		0	Africa/Casablanca	32.07467	-9.19616				07	431		
10949121	Rbaat El Hachmi El Hamri	rbaat-el-hachmi-el-hamri	MA		0	Africa/Casablanca	32.06888	-9.17452				07	431		
10949122	Douar Legoualda	douar-legoualda	MA		0	Africa/Casablanca	32.07013	-9.19545				07	431		
10949124	Douar Oulad Haymoud	douar-oulad-haymoud	MA		0	Africa/Casablanca	32.06257	-9.20321				07	431		
10949126	Douar Driouat	douar-driouat	MA		0	Africa/Casablanca	32.06297	-9.17111				07	431		
10949128	Douar Lekbidat	douar-lekbidat	MA		0	Africa/Casablanca	32.06104	-9.20209				07	431		
10949129	Douar Oulad El Bayyad	douar-oulad-el-bayyad	MA		0	Africa/Casablanca	32.05793	-9.19609				07	431		
10949131	Rbaat Leqbibat	rbaat-leqbibat	MA		0	Africa/Casablanca	32.05438	-9.19692				07	431		
10949132	Rbaat Ben Dhiba	rbaat-ben-dhiba	MA		0	Africa/Casablanca	32.05268	-9.20159				07	431		
10949134	Douar Errchahla	douar-errchahla	MA		0	Africa/Casablanca	32.05744	-9.17516				07	431		
10949137	Douar Mhijar Mkansa	douar-mhijar-mkansa	MA		0	Africa/Casablanca	32.04851	-9.18558				07	431		
10949139	Douar Hjaouj	douar-hjaouj	MA		0	Africa/Casablanca	32.04346	-9.18673				07	431		
10949141	Douar Mhijar Hjaouj	douar-mhijar-hjaouj	MA		0	Africa/Casablanca	32.04318	-9.17987				07	431		
10949143	Douar Laajayene	douar-laajayene	MA		0	Africa/Casablanca	32.03701	-9.19999				07	431		
10949145	Douar Lebzarat	douar-lebzarat	MA		0	Africa/Casablanca	32.03203	-9.1984				07	431		
10949147	Rbaat Oulad Ben Aida	rbaat-oulad-ben-aida	MA		0	Africa/Casablanca	32.03506	-9.17617				07	431		
10949148	Rbaat Oulad El Hammi	rbaat-oulad-el-hammi	MA		0	Africa/Casablanca	32.03405	-9.18505				07	431		
10949149	Rbaat Oulad Ali Echeleh	rbaat-oulad-ali-echeleh	MA		0	Africa/Casablanca	32.03106	-9.18591				07	431		
10949151	Rbaat Oulad El Mahjoub	rbaat-oulad-el-mahjoub	MA		0	Africa/Casablanca	32.02985	-9.1869				07	431		
10949154	Rbaat Oulad Bel Ghazi	rbaat-oulad-bel-ghazi	MA		0	Africa/Casablanca	32.02777	-9.19001				07	431		
10949155	Douar Messakna	douar-messakna	MA		0	Africa/Casablanca	32.02285	-9.20226				07	431		
10949156	Douar Mhijar Oulad Toumi	douar-mhijar-oulad-toumi	MA		0	Africa/Casablanca	32.02716	-9.17133				07	431		
10949157	Douar Leqliaa	douar-leqliaa	MA		0	Africa/Casablanca	32.02024	-9.18005				07	431		
10949158	Douar Regarga	douar-regarga	MA		0	Africa/Casablanca	32.01858	-9.18838				07	431		
10949159	Douar Oulad Kaddour	douar-oulad-kaddour	MA		0	Africa/Casablanca	32.01896	-9.19647				07	431		
10949160	Douar Daakra	douar-daakra	MA		0	Africa/Casablanca	32.01719	-9.20092				07	431		
10949162	Douar Oulad Toumi	douar-oulad-toumi	MA		0	Africa/Casablanca	32.01639	-9.17377				07	431		
10949163	Douar Lebkourat	douar-lebkourat	MA		0	Africa/Casablanca	32.01259	-9.19379				07	431		
10949164	Douar Lehnoudat	douar-lehnoudat	MA		0	Africa/Casablanca	32.01214	-9.18754				07	431		
10949166	Mguedma	mguedma	MA		0	Africa/Casablanca	32.00901	-9.17951				07	431		
10949167	Rbaat Oulad Attouch	rbaat-oulad-attouch	MA		0	Africa/Casablanca	32.01146	-9.17319				07	431		
10949168	Douar Oulad Said	douar-oulad-said	MA		0	Africa/Casablanca	32.0093	-9.17233				07	431		
10949169	Douar Oulad El Hachmi	douar-oulad-el-hachmi	MA		0	Africa/Casablanca	32.00525	-9.16972				07	431		
10949170	Douar Laaouadla	douar-laaouadla	MA		0	Africa/Casablanca	32.00508	-9.18692				07	431		
10949174	Douar Oulad Aouicha	douar-oulad-aouicha	MA		0	Africa/Casablanca	32.00047	-9.19408				07	431		
10949175	Douar Oulad Boubker	douar-oulad-boubker	MA		0	Africa/Casablanca	32.00424	-9.17697				07	431		
10949176	Douar El Haj Mohamed	douar-el-haj-mohamed	MA		0	Africa/Casablanca	32.00247	-9.16837				07	431		
10949179	Oulad Salmane	oulad-salmane	MA		0	Africa/Casablanca	32.11939	-9.16166				07	431		
10949182	Douar Lemaizat	douar-lemaizat	MA		0	Africa/Casablanca	32.10919	-9.15804				07	431		
10949185	Douar Azzaba	douar-azzaba	MA		0	Africa/Casablanca	32.1095	-9.13278				07	431		
10949188	Rbaat Ouled Oufir	rbaat-ouled-oufir	MA		0	Africa/Casablanca	32.10195	-9.14191				07	431		
10949190	Douar Oulad Mansour	douar-oulad-mansour	MA		0	Africa/Casablanca	32.10483	-9.12519				07	431		
10949193	Douar Maachat	douar-maachat	MA		0	Africa/Casablanca	32.09314	-9.15806				07	431		
10949194	Douar Allal Ben Mohamed	douar-allal-ben-mohamed	MA		0	Africa/Casablanca	32.09094	-9.15431				07	431		
10949196	Douar Haddada	douar-haddada	MA		0	Africa/Casablanca	32.09839	-9.13438				07	431		
10949197	Douar Lahmadat	douar-lahmadat	MA		0	Africa/Casablanca	32.09267	-9.13748				07	431		
10949198	Douar Oulad Mbarek Ben Amer	douar-oulad-mbarek-ben-amer	MA		0	Africa/Casablanca	32.08664	-9.14368				07	431		
10949200	Douar Oulad Lhou	douar-oulad-lhou	MA		0	Africa/Casablanca	32.08329	-9.14809				07	431		
10949203	Rbaat El Moussi	rbaat-el-moussi	MA		0	Africa/Casablanca	32.08436	-9.13				07	431		
10949207	Douar Qouabaa	douar-qouabaa	MA		0	Africa/Casablanca	32.07441	-9.15686				07	431		
10949209	Rbaat Sidi Mbarek	rbaat-sidi-mbarek	MA		0	Africa/Casablanca	32.07238	-9.14219				07	431		
10949212	Douar Hrarta	douar-hrarta	MA		0	Africa/Casablanca	32.06622	-9.14782				07	431		
10949213	Rbaat El Khider	rbaat-el-khider	MA		0	Africa/Casablanca	32.06511	-9.14538				07	431		
10949214	Douar Hjirat Ettahtiya	douar-hjirat-ettahtiya	MA		0	Africa/Casablanca	32.06593	-9.13808				07	431		
10949216	Douar Lehnidat	douar-lehnidat	MA		0	Africa/Casablanca	32.06336	-9.16325				07	431		
10949217	Douar Oulad El Himer	douar-oulad-el-himer	MA		0	Africa/Casablanca	32.06325	-9.15686				07	431		
10949220	Douar Hjirat El Fouqiya	douar-hjirat-el-fouqiya	MA		0	Africa/Casablanca	32.06329	-9.13368				07	431		
10949221	Douar Oulad Abdelouassae	douar-oulad-abdelouassae	MA		0	Africa/Casablanca	32.05598	-9.15023				07	431		
10949222	Douar Sidi Eddahbi	douar-sidi-eddahbi	MA		0	Africa/Casablanca	32.05742	-9.15724				07	431		
10949224	Douar El Koudia	douar-el-koudia	MA		0	Africa/Casablanca	32.05612	-9.16252				07	431		
10949225	Douar Oulad Said	douar-oulad-said	MA		0	Africa/Casablanca	32.05115	-9.15113				07	431		
10949227	Douar Lahrech	douar-lahrech	MA		0	Africa/Casablanca	32.05433	-9.12714				07	431		
10949231	Douar Laaouissat	douar-laaouissat	MA		0	Africa/Casablanca	32.04649	-9.14745				07	431		
10949232	Douar Sharoua	douar-sharoua	MA		0	Africa/Casablanca	32.04895	-9.12729				07	431		
10949233	Rbaat Oulad Mouki	rbaat-oulad-mouki	MA		0	Africa/Casablanca	32.04455	-9.1349				07	431		
10949237	Kariat Lemmissi	kariat-lemmissi	MA		0	Africa/Casablanca	32.03278	-9.143				07	431		
10949238	Douar Oulad Mhifed	douar-oulad-mhifed	MA		0	Africa/Casablanca	32.03444	-9.13795				07	431		
10949239	Douar Lebbihat Lemtaat	douar-lebbihat-lemtaat	MA		0	Africa/Casablanca	32.03347	-9.1291				07	431		
10949241	Douar Lemtaat	douar-lemtaat	MA		0	Africa/Casablanca	32.02896	-9.13234				07	431		
10949245	Dar El Baalouki	dar-el-baalouki	MA		0	Africa/Casablanca	32.02942	-9.15489				07	431		
10949247	Rbaat Oulad Mohamed Ben Allal	rbaat-oulad-mohamed-ben-allal	MA		0	Africa/Casablanca	32.02643	-9.15724				07	431		
10949250	Douar Eddouaou	douar-eddouaou	MA		0	Africa/Casablanca	32.02311	-9.15662				07	431		
10949251	Douar Sharoua	douar-sharoua	MA		0	Africa/Casablanca	32.02636	-9.14741				07	431		
10949253	Douar Oulad Hayeda	douar-oulad-hayeda	MA		0	Africa/Casablanca	32.02194	-9.14478				07	431		
10949256	Douar Laababsa	douar-laababsa	MA		0	Africa/Casablanca	32.01719	-9.15819				07	431		
10949259	Rbaat El Haj Mohamed	rbaat-el-haj-mohamed	MA		0	Africa/Casablanca	32.01173	-9.15463				07	431		
10949264	Douar Laaouinat	douar-laaouinat	MA		0	Africa/Casablanca	32.00587	-9.15117				07	431		
10949265	Douar Oulad Ali Bel Haj	douar-oulad-ali-bel-haj	MA		0	Africa/Casablanca	32.00618	-9.13772				07	431		
10949267	Douar Hemidat	douar-hemidat	MA		0	Africa/Casablanca	32.00012	-9.13854				07	431		
10949268	Douar Laaouirat	douar-laaouirat	MA		0	Africa/Casablanca	32.00418	-9.12625				07	431		
10949270	Douar Laaboubat	douar-laaboubat	MA		0	Africa/Casablanca	31.99852	-9.12398				07	431		
10949273	Douar Oulad Bouchaayb	douar-oulad-bouchaayb	MA		0	Africa/Casablanca	32.08601	-9.24682				07	431		
10949275	Douar Leghoualem	douar-leghoualem	MA		0	Africa/Casablanca	32.03402	-9.24399				07	431		
10949276	Douar Lemmikat	douar-lemmikat	MA		0	Africa/Casablanca	32.05104	-9.21606				07	431		
10949277	Douar Mharcha	douar-mharcha	MA		0	Africa/Casablanca	32.01138	-9.24799				07	431		
10949279	Douar Lqoudya	douar-lqoudya	MA		0	Africa/Casablanca	32.05807	-9.15015				07	431		
10949283	Douar Lebgagra	douar-lebgagra	MA		0	Africa/Casablanca	32.0724	-9.12635				07	431		
10949284	Douar Sdadqa	douar-sdadqa	MA		0	Africa/Casablanca	32.1239	-9.17699				07	431		
10949285	Douar Oulad Mbarek	douar-oulad-mbarek	MA		0	Africa/Casablanca	32.12333	-9.19778				07	431		
10949308	Douar Oulad Ouaggad Mechbouk	douar-oulad-ouaggad-mechbouk	MA		0	Africa/Casablanca	32.38166	-7.62398				07	427		
10949329	Hajra El Bida	hajra-el-bida	MA		0	Africa/Casablanca	32.4001	-7.57775				07	191		
10949337	Douar El Hafat Touares	douar-el-hafat-touares	MA		0	Africa/Casablanca	32.39258	-7.54435				07	191		
10949353	Douar Oulad Sidi Abdellah	douar-oulad-sidi-abdellah	MA		0	Africa/Casablanca	32.49292	-7.56477				06	461		
10949356	Sidi Massaoud	sidi-massaoud	MA		0	Africa/Casablanca	32.48918	-7.55999				06	461		
10949358	Douar Oulad Ahmed	douar-oulad-ahmed	MA		0	Africa/Casablanca	32.48609	-7.55508				06	461		
10949379	Douar Ould El Arbi	douar-ould-el-arbi	MA		0	Africa/Casablanca	32.48831	-7.50074				06	461		
10949380	Douar Oulad El Haj Omar	douar-oulad-el-haj-omar	MA		0	Africa/Casablanca	32.49031	-7.50006				06	461		
10949406	Douar Oulad Lefqih	douar-oulad-lefqih	MA		0	Africa/Casablanca	32.39993	-7.50513				07	191		
10949421	Dar Oulad Ben Mail	dar-oulad-ben-mail	MA		0	Africa/Casablanca	32.60942	-7.48675				06	461		
10949423	Douar Oulad El Ogir	douar-oulad-el-ogir	MA		0	Africa/Casablanca	32.60839	-7.49145				06	461		
10949431	Douar Oulad Mohamed Ben Mhamed	douar-oulad-mohamed-ben-mhamed	MA		0	Africa/Casablanca	32.57292	-7.48452				06	461		
10949433	Douar Oulad Lafqih	douar-oulad-lafqih	MA		0	Africa/Casablanca	32.57372	-7.48765				06	461		
10949443	Douar Laayayaycha	douar-laayayaycha	MA		0	Africa/Casablanca	32.52582	-7.47163				06	461		
10949444	Douar Lebhahda	douar-lebhahda	MA		0	Africa/Casablanca	32.51916	-7.4776				06	461		
10949451	Sidi Mohamed Ben Tahar	sidi-mohamed-ben-tahar	MA		0	Africa/Casablanca	32.51719	-7.46995				06	461		
10949452	Douar Jniwat	douar-jniwat	MA		0	Africa/Casablanca	32.51909	-7.46745				06	461		
10949476	Dar Oulad Chihab Ahmed	dar-oulad-chihab-ahmed	MA		0	Africa/Casablanca	32.61466	-7.44448				06	461		
10949479	Douar Oulad Sassi	douar-oulad-sassi	MA		0	Africa/Casablanca	32.60644	-7.45697				06	461		
10949481	Douar Santia	douar-santia	MA		0	Africa/Casablanca	32.60385	-7.45581				06	461		
10949483	Douar Slalma	douar-slalma	MA		0	Africa/Casablanca	32.59988	-7.44811				06	461		
10949487	Dar Oulad Souideq	dar-oulad-souideq	MA		0	Africa/Casablanca	32.56055	-7.47002				06	461		
10949488	Dar Oulad Souideq	dar-oulad-souideq	MA		0	Africa/Casablanca	32.55831	-7.45104				06	461		
10949494	Douar Bir Touil	douar-bir-touil	MA		0	Africa/Casablanca	32.53117	-7.42903				06	461		
10949497	Douar Ahmed Ben Ghanem	douar-ahmed-ben-ghanem	MA		0	Africa/Casablanca	32.54612	-7.43816				06	461		
10949503	Douar Hinoucha	douar-hinoucha	MA		0	Africa/Casablanca	32.58297	-7.42675				06	461		
10949513	Douar Oulad Ahmed Ben Tahar	douar-oulad-ahmed-ben-tahar	MA		0	Africa/Casablanca	32.60602	-7.40257				06	461		
10949514	Dar Mohamad Ben Abdelkader	dar-mohamad-ben-abdelkader	MA		0	Africa/Casablanca	32.60514	-7.40695				06	461		
10949535	Sidi Ahmed El Khadir	sidi-ahmed-el-khadir	MA		0	Africa/Casablanca	32.51979	-7.38119				06	461		
10949543	Douar Oulad Abdessadeq	douar-oulad-abdessadeq	MA		0	Africa/Casablanca	32.57225	-7.37574				06	461		
10949550	Dar El Madkouef	dar-el-madkouef	MA		0	Africa/Casablanca	32.59969	-7.38425				06	461		
10949560	Douar Laaeoubiya	douar-laaeoubiya	MA		0	Africa/Casablanca	32.58469	-7.48291				06	461		
10949564	Douar Saidas	douar-saidas	MA		0	Africa/Casablanca	32.50776	-7.47253				06	461		
10949601	Douar Oulad Hmida	douar-oulad-hmida	MA		0	Africa/Casablanca	32.60051	-7.45678				06	461		
10949603	Douar Oulad Chraga	douar-oulad-chraga	MA		0	Africa/Casablanca	32.58382	-7.43265				06	461		
10949604	Douar El Haj Eddaoudi	douar-el-haj-eddaoudi	MA		0	Africa/Casablanca	32.61715	-7.40708				06	461		
10949610	Erragragui	erragragui	MA		0	Africa/Casablanca	32.51897	-7.47471				06	461		
10949614	Douar Lebkakra	douar-lebkakra	MA		0	Africa/Casablanca	32.60331	-7.45965				06	461		
10949615	Douar Malize El Mers	douar-malize-el-mers	MA		0	Africa/Casablanca	32.60353	-7.46965				06	461		
10949618	Aubane Kaabara	aubane-kaabara	MA		0	Africa/Casablanca	32.4998	-7.43015				06	461		
10949626	Douar Hutimid	douar-hutimid	MA		0	Africa/Casablanca	32.55364	-7.3973				06	461		
10949632	Douar Laacmachriya	douar-laacmachriya	MA		0	Africa/Casablanca	32.58167	-7.38938				06	461		
10949633	Douar Lehmaunda	douar-lehmaunda	MA		0	Africa/Casablanca	32.58375	-7.37604				06	461		
10949641	Dar Lmassaoud	dar-lmassaoud	MA		0	Africa/Casablanca	33.77334	-7.12361				06	111		
10949645	Lafrath	lafrath	MA		0	Africa/Casablanca	33.85316	-7.07402				04	501		
10949662	Oulad Bou Barkel	oulad-bou-barkel	MA		0	Africa/Casablanca	33.83886	-7.0962				04	501		
10949663	Sguiyna	sguiyna	MA		0	Africa/Casablanca	33.83091	-7.09289				04	501		
10949664	Oulad Sidi Taher	oulad-sidi-taher	MA		0	Africa/Casablanca	33.82785	-7.11494				04	501		
10949665	Oulad Ali	oulad-ali	MA		0	Africa/Casablanca	33.8273	-7.07763				04	501		
10949666	Croissant Rouga	croissant-rouga	MA		0	Africa/Casablanca	33.82463	-7.08235				04	501		
10949669	Oulad Sidi Taher	oulad-sidi-taher	MA		0	Africa/Casablanca	33.82301	-7.09551				04	501		
10949672	Douar Aouta	douar-aouta	MA		0	Africa/Casablanca	33.82062	-7.10614				04	501		
10949673	Souatia	souatia	MA		0	Africa/Casablanca	33.82459	-7.11904				04	501		
10949675	Douar Dayma	douar-dayma	MA		0	Africa/Casablanca	33.81335	-7.10353				04	501		
10949677	Loudaya	loudaya	MA		0	Africa/Casablanca	33.81012	-7.08872				04	501		
10949678	Bel Allam	bel-allam	MA		0	Africa/Casablanca	33.80933	-7.08196				04	501		
10949681	Aouinet Jiane	aouinet-jiane	MA		0	Africa/Casablanca	33.78677	-7.08823				06	111		
10949684	Douar Skhar	douar-skhar	MA		0	Africa/Casablanca	33.78804	-7.12288				06	111		
10949688	Oulad Blal	oulad-blal	MA		0	Africa/Casablanca	33.78003	-7.08852				06	111		
10949689	Ramliya	ramliya	MA		0	Africa/Casablanca	33.77165	-7.08766				06	111		
10949690	Lmers	lmers	MA		0	Africa/Casablanca	33.76975	-7.09171				06	111		
10949691	Daroua	daroua	MA		0	Africa/Casablanca	33.77113	-7.10565				06	111		
10949694	Ben Hamlat	ben-hamlat	MA		0	Africa/Casablanca	33.78351	-7.09475				06	111		
10949696	Laqnadssa	laqnadssa	MA		0	Africa/Casablanca	33.77791	-7.09969				06	111		
10949701	Coopérative Lmaghrib Ljadid	cooperative-lmaghrib-ljadid	MA		0	Africa/Casablanca	33.75378	-7.11381				06	111		
10949704	Lahrar	lahrar	MA		0	Africa/Casablanca	33.75021	-7.10924				06	111		
10949706	Lharchiya	lharchiya	MA		0	Africa/Casablanca	33.75386	-7.08186				06	111		
10949707	Mhajiya	mhajiya	MA		0	Africa/Casablanca	33.76303	-7.08686				06	111		
10949711	Laghouirat	laghouirat	MA		0	Africa/Casablanca	33.7492	-7.08876				06	111		
10949712	Mhijiba	mhijiba	MA		0	Africa/Casablanca	33.76255	-7.1058				06	111		
10949716	Lkoudya	lkoudya	MA		0	Africa/Casablanca	33.75079	-7.04589				06	111		
10949725	Lamratha	lamratha	MA		0	Africa/Casablanca	33.78189	-7.0427				04	501		
10949726	Oulad Yahya Ben Ali	oulad-yahya-ben-ali	MA		0	Africa/Casablanca	33.78511	-7.03421				04	501		
10949735	Sabbah	sabbah	MA		0	Africa/Casablanca	33.80156	-7.03765				04	501		
10949737	Chkbounari	chkbounari	MA		0	Africa/Casablanca	33.80685	-7.05528				04	501		
10949738	Oulad Barkat	oulad-barkat	MA		0	Africa/Casablanca	33.80836	-7.06683				04	501		
10949740	Dhar Qorchi	dhar-qorchi	MA		0	Africa/Casablanca	33.81541	-7.05056				04	501		
10949741	Lahrachi	lahrachi	MA		0	Africa/Casablanca	33.82053	-7.04588				04	501		
10949744	Chteba	chteba	MA		0	Africa/Casablanca	33.8204	-7.06109				04	501		
10949746	Oulad Mansour	oulad-mansour	MA		0	Africa/Casablanca	33.81449	-7.06086				04	501		
10949748	Oulad Raben	oulad-raben	MA		0	Africa/Casablanca	33.82731	-7.04634				04	501		
10949750	Oulad Othmane	oulad-othmane	MA		0	Africa/Casablanca	33.82859	-7.06872				04	501		
10949751	Douar Liath	douar-liath	MA		0	Africa/Casablanca	33.83283	-7.05401				04	501		
10949753	Douar Smar	douar-smar	MA		0	Africa/Casablanca	33.83894	-7.03754				04	501		
10949756	Ain Laabanat	ain-laabanat	MA		0	Africa/Casablanca	33.86061	-7.05294				04	501		
10949759	Douar Mhajar	douar-mhajar	MA		0	Africa/Casablanca	33.85256	-7.0467				04	501		
10949761	Douar Sidi Ali	douar-sidi-ali	MA		0	Africa/Casablanca	33.84997	-7.06346				04	501		
10949762	Dar Miaddal	dar-miaddal	MA		0	Africa/Casablanca	33.83004	-7.03501				04	501		
10949767	Oulad Amer Lbahhara	oulad-amer-lbahhara	MA		0	Africa/Casablanca	33.88158	-7.01602				04	501		
10949768	Oulad Amer Cmahne	oulad-amer-cmahne	MA		0	Africa/Casablanca	33.8685	-7.00755				04	501		
10949771	Oulad Amira	oulad-amira	MA		0	Africa/Casablanca	33.86805	-7.02313				04	501		
10949772	Oulad Amlia	oulad-amlia	MA		0	Africa/Casablanca	33.87382	-7.02518				04	501		
10949773	Oulad Zid	oulad-zid	MA		0	Africa/Casablanca	33.87795	-7.02238				04	501		
10949774	Kaouachat	kaouachat	MA		0	Africa/Casablanca	33.85728	-7.00434				04	501		
10949776	Douar Lahier	douar-lahier	MA		0	Africa/Casablanca	33.84592	-7.01476				04	501		
10949778	Douar Jeid	douar-jeid	MA		0	Africa/Casablanca	33.85691	-7.01493				04	501		
10949782	Oulad Ghanem	oulad-ghanem	MA		0	Africa/Casablanca	33.8343	-7.01112				04	501		
10949783	Bled Azzabdi	bled-azzabdi	MA		0	Africa/Casablanca	33.83845	-7.01378				04	501		
10949784	Lqalaa	lqalaa	MA		0	Africa/Casablanca	33.83242	-7.01985				04	501		
10949785	Argoub Labbal	argoub-labbal	MA		0	Africa/Casablanca	33.82379	-7.03512				04	501		
10949792	Dar Ghissa	dar-ghissa	MA		0	Africa/Casablanca	33.81201	-7.02399				04	501		
10949793	Nahga	nahga	MA		0	Africa/Casablanca	33.80476	-7.01663				04	501		
10949797	Oulad Habri	oulad-habri	MA		0	Africa/Casablanca	33.7996	-7.01293				04	501		
10949803	Obidib	obidib	MA		0	Africa/Casablanca	33.77605	-7.02159				04	501		
10949804	Souissiyat	souissiyat	MA		0	Africa/Casablanca	33.77121	-7.02732				04	501		
10949811	Farrane Ajr	farrane-ajr	MA		0	Africa/Casablanca	33.75778	-7.02224				04	501		
10949817	Bir Khalia	bir-khalia	MA		0	Africa/Casablanca	33.74775	-7.02619				04	501		
10949818	Mathraa Mourayat	mathraa-mourayat	MA		0	Africa/Casablanca	33.80108	-7.0932				04	501		
10949823	Coopérative Lmaghrib Ljadid	cooperative-lmaghrib-ljadid	MA		0	Africa/Casablanca	33.75756	-7.09517				06	111		
10949825	Laaouija	laaouija	MA		0	Africa/Casablanca	33.76808	-7.03263				04	501		
10949830	Oulad Msoun Lbahhara	oulad-msoun-lbahhara	MA		0	Africa/Casablanca	33.85876	-7.04423				04	501		
10949833	Oulad Amer Cayahua	oulad-amer-cayahua	MA		0	Africa/Casablanca	33.87619	-7.0023				04	501		
10949839	Dar Cherif	dar-cherif	MA		0	Africa/Casablanca	33.82611	-7.06836				04	501		
10949842	Labramis	labramis	MA		0	Africa/Casablanca	33.79259	-7.1175				06	111		
10949852	Leffia Oulad Si Ahmed	leffia-oulad-si-ahmed	MA		0	Africa/Casablanca	33.36174	-6.83826				06	111		
10949855	Douar Oulad Si Ahmed	douar-oulad-si-ahmed	MA		0	Africa/Casablanca	33.35482	-6.85539				06	111		
10949862	Douar Laslatra	douar-laslatra	MA		0	Africa/Casablanca	33.32851	-6.85698				06	111		
10949884	Douar Oulad Massapod	douar-oulad-massapod	MA		0	Africa/Casablanca	33.31398	-6.85925				06	111		
10949914	Douar El Maazi	douar-el-maazi	MA		0	Africa/Casablanca	33.25489	-6.80213				06	111		
10949922	Douar Oulad Bou Allou Leghzaouna	douar-oulad-bou-allou-leghzaouna	MA		0	Africa/Casablanca	33.25375	-6.8256				06	111		
10949952	Douar Si Ahmed Lahmimida	douar-si-ahmed-lahmimida	MA		0	Africa/Casablanca	33.36116	-6.819				06	111		
10949956	Dar El Caid El Mekki	dar-el-caid-el-mekki	MA		0	Africa/Casablanca	33.36711	-6.75136				04	291		
10949958	Douar Ait El Mamoum	douar-ait-el-mamoum	MA		0	Africa/Casablanca	33.36765	-6.76531				04	291		
10949964	Douar Oulad El Arta	douar-oulad-el-arta	MA		0	Africa/Casablanca	33.35299	-6.75497				04	291		
10949975	Douar Oulad Hrach	douar-oulad-hrach	MA		0	Africa/Casablanca	33.3208	-6.75861				04	291		
10949980	Douar Ait Ben Ali	douar-ait-ben-ali	MA		0	Africa/Casablanca	33.30846	-6.78372				04	291		
10950002	Douar Tadla	douar-tadla	MA		0	Africa/Casablanca	33.2732	-6.78694				04	291		
10950008	Douar Oulad Si Ahmed	douar-oulad-si-ahmed	MA		0	Africa/Casablanca	33.36009	-6.86294				06	111		
10950011	Douar Oulad Ali	douar-oulad-ali	MA		0	Africa/Casablanca	33.35407	-6.76153				04	291		
10950012	Douar Oulad Ali	douar-oulad-ali	MA		0	Africa/Casablanca	33.34987	-6.77196				04	291		
10950013	Douar Lemsaadiya	douar-lemsaadiya	MA		0	Africa/Casablanca	33.27431	-6.75308				04	291		
10950014	Douar Lemsaadiya	douar-lemsaadiya	MA		0	Africa/Casablanca	33.27083	-6.76299				04	291		
10950066	Tarhzout	tarhzout	MA		0	Africa/Casablanca	31.2549	-9.31397				07	211		
10950069	Dar Aït Jbara	dar-ait-jbara	MA		0	Africa/Casablanca	31.40884	-8.51827				07	161		
10950072	Aït Aalouach	ait-aalouach	MA		0	Africa/Casablanca	31.35713	-8.52108				07	161		
10950075	Sidi el Khiat	sidi-el-khiat	MA		0	Africa/Casablanca	31.3971	-8.58588				07	161		
10950076	Aït Bahsine	ait-bahsine	MA		0	Africa/Casablanca	31.35192	-8.52754				07	161		
10950079	Zaouït el Hajj Saddik	zaouit-el-hajj-saddik	MA		0	Africa/Casablanca	31.40289	-8.65714				07	161		
10950082	Ahl el Mahdi	ahl-el-mahdi	MA		0	Africa/Casablanca	31.32337	-8.68598				07	161		
10950084	Aït Hassaïne	ait-hassaine	MA		0	Africa/Casablanca	31.25861	-8.72611				07	161		
10950090	El Koudri	el-koudri	MA		0	Africa/Casablanca	31.45524	-8.74453				07	161		
10950092	Aït Naïma	ait-naima	MA		0	Africa/Casablanca	31.42836	-8.70304				07	161		
10950093	Afritsat	afritsat	MA		0	Africa/Casablanca	31.41955	-8.71548				07	161		
10950096	Lkreïm	lkreim	MA		0	Africa/Casablanca	31.38859	-8.74167				07	161		
10950097	Ahl Salem	ahl-salem	MA		0	Africa/Casablanca	31.37701	-8.71029				07	161		
10950098	Ahl Haïmed	ahl-haimed	MA		0	Africa/Casablanca	31.37965	-8.69877				07	161		
10950103	El Halalef	el-halalef	MA		0	Africa/Casablanca	31.30938	-8.72482				07	161		
10950105	Tazdimet Tisrit	tazdimet-tisrit	MA		0	Africa/Casablanca	31.27103	-8.73913				07	161		
10950106	Azib Sidi Jaa	azib-sidi-jaa	MA		0	Africa/Casablanca	31.25562	-8.68296				07	161		
10950108	Azib el Arej	azib-el-arej	MA		0	Africa/Casablanca	31.29687	-8.65917				07	161		
10950110	Ahl bel Caïd	ahl-bel-caid	MA		0	Africa/Casablanca	31.33732	-8.67289				07	161		
10950112	Ech Chkirdet	ech-chkirdet	MA		0	Africa/Casablanca	31.34428	-8.66901				07	161		
10950113	El Madani	el-madani	MA		0	Africa/Casablanca	31.33895	-8.68066				07	161		
10950115	Ali bou Tahar	ali-bou-tahar	MA		0	Africa/Casablanca	31.36028	-8.6495				07	161		
10950116	Moul el Aoud	moul-el-aoud	MA		0	Africa/Casablanca	31.3664	-8.67025				07	161		
10950118	Lababsa	lababsa	MA		0	Africa/Casablanca	31.37551	-8.64952				07	161		
10950119	Jraïf	jraif	MA		0	Africa/Casablanca	31.38184	-8.64274				07	161		
10950120	El Askri	el-askri	MA		0	Africa/Casablanca	31.38692	-8.67791				07	161		
10950122	Abd es Salam	abd-es-salam	MA		0	Africa/Casablanca	31.42	-8.69278				07	161		
10950126	Dar Sidi Tayeb	dar-sidi-tayeb	MA		0	Africa/Casablanca	31.42262	-8.63834				07	161		
10950131	El Gattare	el-gattare	MA		0	Africa/Casablanca	31.49065	-8.67579				07	161		
10950133	El Ibil	el-ibil	MA		0	Africa/Casablanca	31.45567	-8.63509				07	161		
10950135	Hamid bel Medjoul	hamid-bel-medjoul	MA		0	Africa/Casablanca	31.42686	-8.6175				07	161		
10950138	Aguenaouat	aguenaouat	MA		0	Africa/Casablanca	31.38903	-8.59273				07	161		
10950139	Aït Sidi Brahim	ait-sidi-brahim	MA		0	Africa/Casablanca	31.38056	-8.58665				07	161		
10950140	Ech Chorfa	ech-chorfa	MA		0	Africa/Casablanca	31.35638	-8.58848				07	161		
10950142	Tikarkebt	tikarkebt	MA		0	Africa/Casablanca	31.29301	-8.59835				07	161		
10950144	Kennzar	kennzar	MA		0	Africa/Casablanca	31.2865	-8.58073				07	161		
10950145	El Harch	el-harch	MA		0	Africa/Casablanca	31.27832	-8.59766				07	161		
10950146	Irhzer Izgarene	irhzer-izgarene	MA		0	Africa/Casablanca	31.26805	-8.62184				07	161		
10950148	Izda	izda	MA		0	Africa/Casablanca	31.25111	-8.53193				07	161		
10950149	Douirhil	douirhil	MA		0	Africa/Casablanca	31.2547	-8.51184				07	161		
10950150	Ouarar	ouarar	MA		0	Africa/Casablanca	31.29995	-8.55094				07	161		
10950151	Ech Chouihia	ech-chouihia	MA		0	Africa/Casablanca	31.31102	-8.53748				07	161		
10950155	Benndara	benndara	MA		0	Africa/Casablanca	31.32716	-8.55056				07	161		
10950156	Amaarès	amaares	MA		0	Africa/Casablanca	31.33697	-8.53879				07	161		
10950157	Achtouk	achtouk	MA		0	Africa/Casablanca	31.34437	-8.55406				07	161		
10950161	Aït Brahim	ait-brahim	MA		0	Africa/Casablanca	31.36184	-8.53278				07	161		
10950162	Braïssoul	braissoul	MA		0	Africa/Casablanca	31.36351	-8.51933				07	161		
10950168	Aït Oukhchine	ait-oukhchine	MA		0	Africa/Casablanca	31.39362	-8.52348				07	161		
10950169	Isbouya	isbouya	MA		0	Africa/Casablanca	31.39372	-8.58172				07	161		
10950172	Ben el Khrouf	ben-el-khrouf	MA		0	Africa/Casablanca	31.45258	-8.5646				07	161		
10950173	Aïssa bou Bouih	aissa-bou-bouih	MA		0	Africa/Casablanca	31.45981	-8.56874				07	161		
10950175	Dar bel Ouali	dar-bel-ouali	MA		0	Africa/Casablanca	31.49151	-8.56352				07	161		
10950178	Aït Daoud	ait-daoud	MA		0	Africa/Casablanca	31.49949	-8.5071				07	161		
10950181	Aïn Sidi Ahmed	ain-sidi-ahmed	MA		0	Africa/Casablanca	31.45318	-8.50837				07	161		
10950184	Sidi Cadi Haja	sidi-cadi-haja	MA		0	Africa/Casablanca	31.41506	-8.50104				07	161		
10950185	Bel Yaïch	bel-yaich	MA		0	Africa/Casablanca	31.37981	-8.50556				07	161		
10950186	Zaouia Mejjate ou Zdar	zaouia-mejjate-ou-zdar	MA		0	Africa/Casablanca	31.36937	-8.50934				07	161		
10950187	Zaouia Mejjate ou Fella	zaouia-mejjate-ou-fella	MA		0	Africa/Casablanca	31.35918	-8.50945				07	161		
10950188	Ifrane	ifrane	MA		0	Africa/Casablanca	31.33525	-8.50387				07	161		
10950189	Azerabouk	azerabouk	MA		0	Africa/Casablanca	31.32962	-8.51217				07	161		
10950190	El Aamri	el-aamri	MA		0	Africa/Casablanca	31.28936	-8.51112				07	161		
10950191	Bou Zouga	bou-zouga	MA		0	Africa/Casablanca	31.25457	-8.50707				07	161		
10950192	Dar Ahmed Baba	dar-ahmed-baba	MA		0	Africa/Casablanca	31.3918	-8.65098				07	161		
10950195	Aït Abdallah ou Sous	ait-abdallah-ou-sous	MA		0	Africa/Casablanca	31.31523	-8.52466				07	161		
10950196	Azib Sidi Abd el Jelil	azib-sidi-abd-el-jelil	MA		0	Africa/Casablanca	31.49283	-8.72546				07	161		
10950202	Timguist	timguist	MA		0	Africa/Casablanca	31.19377	-7.76854				07	041		
10950205	Tachedirt	tachedirt	MA		0	Africa/Casablanca	31.00951	-7.76266				09	541		
10950206	Azarhart	azarhart	MA		0	Africa/Casablanca	31.00527	-7.77331				09	541		
10950230	Rge. du Taureau	rge-du-taureau	MA		0	Africa/Casablanca	31.23154	-7.83918				07	041		
10950234	Tagadirt	tagadirt	MA		0	Africa/Casablanca	31.04452	-7.84062				09	541		
10950235	Timzakine	timzakine	MA		0	Africa/Casablanca	31.03465	-7.8376				09	541		
10950236	Takatert	takatert	MA		0	Africa/Casablanca	31.01879	-7.84515				09	541		
10950245	Imsourene	imsourene	MA		0	Africa/Casablanca	31.19677	-7.8909				07	041		
10950246	Missour	missour	MA		0	Africa/Casablanca	31.05636	-7.84826				09	541		
10950247	Agadir	agadir	MA		0	Africa/Casablanca	31.19915	-7.88947				07	041		
10950250	Taddert	taddert	MA		0	Africa/Casablanca	31.14242	-7.97971				07	041		
10950251	Agouinane	agouinane	MA		0	Africa/Casablanca	31.13741	-7.97776				07	041		
10950255	Iferhane	iferhane	MA		0	Africa/Casablanca	31.23531	-7.92759				07	041		
10950256	Mzikene	mzikene	MA		0	Africa/Casablanca	31.13623	-7.92773				07	041		
10950257	Taourirt n’Aït Mizane	taourirt-n-ait-mizane	MA		0	Africa/Casablanca	31.13366	-7.92033				07	041		
10950266	Taddert	taddert	MA		0	Africa/Casablanca	31.15143	-7.92273				07	041		
10950270	Tamgounsi	tamgounsi	MA		0	Africa/Casablanca	31.24025	-7.9861				07	041		
10950271	Tirliite	tirliite	MA		0	Africa/Casablanca	31.24619	-7.97382				07	041		
10950272	Taourirt	taourirt	MA		0	Africa/Casablanca	31.2307	-7.97961				07	041		
10950273	Koudia d’Asni	koudia-d-asni	MA		0	Africa/Casablanca	31.22993	-7.97806		Ka d'Asni,Ka d’Asni,Koudia d'Asni,Koudia d’Asni		07	041		
10950280	Imi Ourhlad	imi-ourhlad	MA		0	Africa/Casablanca	31.1935	-7.9555				07	041		
10950282	Annfarkou	annfarkou	MA		0	Africa/Casablanca	31.19065	-7.95071				07	041		
10950284	Ouaousseft	ouaousseft	MA		0	Africa/Casablanca	31.18005	-7.94578				07	041		
10950285	Azerfsane	azerfsane	MA		0	Africa/Casablanca	31.16647	-7.99342				07	041		
10950286	Irkoubeline	irkoubeline	MA		0	Africa/Casablanca	31.14993	-7.98885				07	041		
10950289	Aït Ouissadene	ait-ouissadene	MA		0	Africa/Casablanca	31.14468	-7.98593				07	041		
10950290	Aït Ouaougmoute	ait-ouaougmoute	MA		0	Africa/Casablanca	31.14582	-7.98418				07	041		
10950330	Acheim	acheim	MA		0	Africa/Casablanca	31.13212	-7.91916				07	041		
10950332	Targa Imoula	targa-imoula	MA		0	Africa/Casablanca	31.13529	-7.91557				07	041		
10950334	Aït Souka	ait-souka	MA		0	Africa/Casablanca	31.14015	-7.9114				07	041		
10950335	Tizi n’Ezraï	tizi-n-ezrai	MA		0	Africa/Casablanca	31.17131	-7.93661				07	041		
10950338	Arg	arg	MA		0	Africa/Casablanca	31.18287	-7.91868				07	041		
10950339	Tinourhar	tinourhar	MA		0	Africa/Casablanca	31.19602	-7.9097				07	041		
10950341	El Bour	el-bour	MA		0	Africa/Casablanca	31.20519	-7.93884				07	041		
10950342	Imska	imska	MA		0	Africa/Casablanca	31.20876	-7.93682				07	041		
10950343	Ouksir	ouksir	MA		0	Africa/Casablanca	31.21497	-7.92078				07	041		
10950345	Maison Forestière d’Iferhane	maison-forestiere-d-iferhane	MA		0	Africa/Casablanca	31.24039	-7.92171				07	041		
10950349	Arhir	arhir	MA		0	Africa/Casablanca	31.22735	-7.91643				07	041		
10950350	Ismir	ismir	MA		0	Africa/Casablanca	31.24366	-7.88445				07	041		
10950351	Tizaoute	tizaoute	MA		0	Africa/Casablanca	31.2382	-7.88013				07	041		
10950363	Gliz	gliz	MA		0	Africa/Casablanca	31.19444	-7.88583				07	041		
10950365	Amskere	amskere	MA		0	Africa/Casablanca	31.17092	-7.90012				07	041		
10950368	Tinerhourhine	tinerhourhine	MA		0	Africa/Casablanca	31.15778	-7.88087				07	041		
10950369	Talate n’Chaoute	talate-n-chaoute	MA		0	Africa/Casablanca	31.16202	-7.86581				07	041		
10950380	Ouaounzourt	ouaounzourt	MA		0	Africa/Casablanca	31.00103	-7.83164				09	541		
10950382	Amsouzerte	amsouzerte	MA		0	Africa/Casablanca	31.01557	-7.83385				09	541		
10950383	Inegouadine	inegouadine	MA		0	Africa/Casablanca	31.01714	-7.83246				09	541		
10950385	Tisgouane	tisgouane	MA		0	Africa/Casablanca	31.01731	-7.84815				09	541		
10950386	Aït Igrane	ait-igrane	MA		0	Africa/Casablanca	31.01769	-7.85858				09	541		
10950388	Ibrouane	ibrouane	MA		0	Africa/Casablanca	31.01731	-7.8384				09	541		
10950389	Aguerzrane	aguerzrane	MA		0	Africa/Casablanca	31.02382	-7.83628				09	541		
10950390	Tazga	tazga	MA		0	Africa/Casablanca	31.04328	-7.84335				09	541		
10950391	Annsfioune	annsfioune	MA		0	Africa/Casablanca	31.04947	-7.83257				09	541		
10950392	Tissaldaï	tissaldai	MA		0	Africa/Casablanca	31.06144	-7.85194				09	541		
10950402	Ouanesekra	ouanesekra	MA		0	Africa/Casablanca	31.15419	-7.86063				07	041		
10950407	Col du Taureau ou Aguerd n’ Isk	col-du-taureau-ou-aguerd-n-isk	MA		0	Africa/Casablanca	31.23251	-7.85488				07	041		
10950408	Aït el Kack	ait-el-kack	MA		0	Africa/Casablanca	31.22931	-7.81274				07	041		
10950410	Agounss	agounss	MA		0	Africa/Casablanca	31.19356	-7.79945				07	041		
10950419	Koudia Tizi n’Ougount	koudia-tizi-n-ougount	MA		0	Africa/Casablanca	31.02488	-7.77123		Ka. Tizi n'Ougount,Ka. Tizi n’Ougount,Koudia Tizi n'Ougount,Koudia Tizi n’Ougount		09	541		
10950420	Limouda	limouda	MA		0	Africa/Casablanca	31.01197	-7.77762				09	541		
10950422	Tifidern	tifidern	MA		0	Africa/Casablanca	31.0228	-7.75443				09	541		
10950423	Tizi n’Aït Yazza	tizi-n-ait-yazza	MA		0	Africa/Casablanca	31.02149	-7.75025				09	541		
10950424	Talemst	talemst	MA		0	Africa/Casablanca	31.02032	-7.76586				09	541		
10950426	Tasseloumt	tasseloumt	MA		0	Africa/Casablanca	31.02652	-7.76597				09	541		
10950427	Talate	talate	MA		0	Africa/Casablanca	31.03204	-7.7632				09	541		
10950435	Isgouarne	isgouarne	MA		0	Africa/Casablanca	31.19176	-7.76062				07	041		
10950438	Animiter	animiter	MA		0	Africa/Casablanca	31.19829	-7.78481				07	041		
10950442	Issouka	issouka	MA		0	Africa/Casablanca	31.24643	-7.77577				07	041		
10950443	Akerkar	akerkar	MA		0	Africa/Casablanca	31.24669	-7.75686				07	041		
10950452	Tidli	tidli	MA		0	Africa/Casablanca	31.2012	-7.89844				07	041		
10950832	Douar Oulad El Houssine	douar-oulad-el-houssine	MA		0	Africa/Casablanca	32.73756	-8.17488				06	467		
10950838	Takarrat	takarrat	MA		0	Africa/Casablanca	31.19658	-7.13273				08	401		
10950840	Aït Ous’id	ait-ous-id	MA		0	Africa/Casablanca	31.21296	-7.13837				08	401		
10950842	Taghoura	taghoura	MA		0	Africa/Casablanca	31.17123	-7.12931				08	401		
10950854	Al Mdint	al-mdint	MA		0	Africa/Casablanca	31.03939	-7.20029				08	401		
10950863	Torst	torst	MA		0	Africa/Casablanca	31.1605	-7.13092				08	401		
10950864	Tannat	tannat	MA		0	Africa/Casablanca	31.13453	-7.23433				08	401		
10950866	Ifaryadne	ifaryadne	MA		0	Africa/Casablanca	31.12403	-7.13542				08	401		
10950868	Tassarda	tassarda	MA		0	Africa/Casablanca	31.11773	-7.13279				08	401		
10950869	Wa-ou-Nsamt	wa-ou-nsamt	MA		0	Africa/Casablanca	31.09716	-7.14066				08	401		
10950875	Tighramt	tighramt	MA		0	Africa/Casablanca	31.06399	-7.14428				08	401		
10950876	Azzawit	azzawit	MA		0	Africa/Casablanca	31.21191	-7.13399				08	401		
10950877	Issiwid	issiwid	MA		0	Africa/Casablanca	31.04438	-7.13136				08	401		
10950879	Anghassa	anghassa	MA		0	Africa/Casablanca	31.13738	-7.19901				08	401		
10950881	Asaka	asaka	MA		0	Africa/Casablanca	31.22446	-7.13428				08	401		
10950891	Ighirane	ighirane	MA		0	Africa/Casablanca	31.446	-7.03973				05	081		
10950896	Aït Wahi	ait-wahi	MA		0	Africa/Casablanca	31.43925	-7.05194				05	081		
10950898	Izlouln	izlouln	MA		0	Africa/Casablanca	31.47772	-7.15399				07	041		
10950902	Ighourzane	ighourzane	MA		0	Africa/Casablanca	31.30372	-7.11925				08	401		
10950903	Aït Rahou	ait-rahou	MA		0	Africa/Casablanca	31.30574	-7.1235				08	401		
10950908	Aït Oulahyane	ait-oulahyane	MA		0	Africa/Casablanca	31.48192	-7.2284				07	041		
10950909	Awrir	awrir	MA		0	Africa/Casablanca	31.49571	-7.23667				07	041		
10950910	Aït ’Alla	ait-alla	MA		0	Africa/Casablanca	31.29978	-7.13435				08	401		
10950916	Al Maçawr	al-macawr	MA		0	Africa/Casablanca	31.49193	-7.24007				07	041		
10950917	Aït ’Addi	ait-addi	MA		0	Africa/Casablanca	31.49371	-7.22398				07	041		
10950918	Aït Mnina	ait-mnina	MA		0	Africa/Casablanca	31.49275	-7.22036				07	041		
10950919	Aït Al Ghazi	ait-al-ghazi	MA		0	Africa/Casablanca	31.48529	-7.21985				07	041		
10950920	Aït Chra	ait-chra	MA		0	Africa/Casablanca	31.48324	-7.22801				07	041		
10950921	Imziyln	imziyln	MA		0	Africa/Casablanca	31.47954	-7.22184				07	041		
10950926	’Ziyb Amassaln	ziyb-amassaln	MA		0	Africa/Casablanca	31.46325	-7.20357				07	041		
10950950	’Ziyb Agouti	ziyb-agouti	MA		0	Africa/Casablanca	31.34439	-7.23891				08	401		
10950954	Taghoulast	taghoulast	MA		0	Africa/Casablanca	31.32351	-7.21647				08	401		
10950956	Aït Hammou Ou ’Ali	ait-hammou-ou-ali	MA		0	Africa/Casablanca	31.31905	-7.22219				08	401		
10950959	I’rabane	i-rabane	MA		0	Africa/Casablanca	31.29346	-7.23946				08	401		
10950960	Talayazgal	talayazgal	MA		0	Africa/Casablanca	31.31309	-7.21217				08	401		
10950961	Ihouna	ihouna	MA		0	Africa/Casablanca	31.31025	-7.21291				08	401		
10950962	Aït Youssaf	ait-youssaf	MA		0	Africa/Casablanca	31.30766	-7.21304				08	401		
10950965	Dar Al Glawi	dar-al-glawi	MA		0	Africa/Casablanca	31.28706	-7.23699				08	401		
10950972	Tiwrassiyn	tiwrassiyn	MA		0	Africa/Casablanca	31.25243	-7.15621				08	401		
10950978	Aït Bou ’Ali	ait-bou-ali	MA		0	Africa/Casablanca	31.28018	-7.15095				08	401		
10950979	Zawyat Sidi ’Aysa	zawyat-sidi-aysa	MA		0	Africa/Casablanca	31.29232	-7.13989				08	401		
10950983	Tafrawt	tafrawt	MA		0	Africa/Casablanca	31.29514	-7.13572				08	401		
10950984	Aqqa	aqqa	MA		0	Africa/Casablanca	31.30011	-7.13101				08	401		
10950985	Tigoumma-n-Igrane	tigoumma-n-igrane	MA		0	Africa/Casablanca	31.30139	-7.11989				08	401		
10950986	Wawriykt	wawriykt	MA		0	Africa/Casablanca	31.30994	-7.12459				08	401		
10950991	Toulntat	toulntat	MA		0	Africa/Casablanca	31.33358	-7.15594				08	401		
10950992	’Ziyb Touniyn	ziyb-touniyn	MA		0	Africa/Casablanca	31.33824	-7.12997				08	401		
10951009	Aziyb Anchki	aziyb-anchki	MA		0	Africa/Casablanca	31.42041	-7.13172				05	081		
10951014	Igdamane	igdamane	MA		0	Africa/Casablanca	31.4498	-7.15448				05	081		
10951019	Iswaln	iswaln	MA		0	Africa/Casablanca	31.46034	-7.13441				05	081		
10951021	Zagda	zagda	MA		0	Africa/Casablanca	31.45547	-7.12104				05	081		
10951022	Izmrawn	izmrawn	MA		0	Africa/Casablanca	31.48071	-7.18019				07	041		
10951023	Aït Talb	ait-talb	MA		0	Africa/Casablanca	31.48357	-7.17684				07	041		
10951024	Isli	isli	MA		0	Africa/Casablanca	31.48798	-7.15925				07	041		
10951026	Tahfriygt	tahfriygt	MA		0	Africa/Casablanca	31.48914	-7.18236				07	041		
10951028	Imziyln	imziyln	MA		0	Africa/Casablanca	31.49733	-7.1111				05	081		
10951033	Tamdloust	tamdloust	MA		0	Africa/Casablanca	31.46669	-7.08956				05	081		
10951038	Aït Azzi	ait-azzi	MA		0	Africa/Casablanca	31.45905	-7.08297				05	081		
10951039	Aït Tougguimt	ait-tougguimt	MA		0	Africa/Casablanca	31.45005	-7.07593				05	081		
10951040	Tibouroudiyn	tibouroudiyn	MA		0	Africa/Casablanca	31.44311	-7.07554				05	081		
10951043	Aït ’Abdi	ait-abdi	MA		0	Africa/Casablanca	31.44249	-7.04964				05	081		
10951054	’Ziyb Tamguindart	ziyb-tamguindart	MA		0	Africa/Casablanca	31.30663	-7.0789				08	401		
10951068	’Ziyb Anbiyd	ziyb-anbiyd	MA		0	Africa/Casablanca	31.25271	-7.09682				08	401		
10951084	Aït Bartou	ait-bartou	MA		0	Africa/Casablanca	31.44107	-7.01273				05	081		
10951086	Afallayane	afallayane	MA		0	Africa/Casablanca	31.4435	-7.01625				05	081		
10951087	Tissiyane	tissiyane	MA		0	Africa/Casablanca	31.44381	-7.01407				05	081		
10951088	Ighiyr-n-Tamdroust	ighiyr-n-tamdroust	MA		0	Africa/Casablanca	31.44611	-7.01429				05	081		
10951089	Matart	matart	MA		0	Africa/Casablanca	31.44794	-7.00889				05	081		
10951090	Addar	addar	MA		0	Africa/Casablanca	31.45129	-7.01074				05	081		
10951092	Aït Ourhma	ait-ourhma	MA		0	Africa/Casablanca	31.44537	-7.04419				05	081		
10951095	Aït ’Ali Widar	ait-ali-widar	MA		0	Africa/Casablanca	31.46572	-7.04712				05	081		
10951097	Tizi-n-Aït Moussa	tizi-n-ait-moussa	MA		0	Africa/Casablanca	31.47574	-7.03749				05	081		
10951100	Ighiyr-n-Ouzrag	ighiyr-n-ouzrag	MA		0	Africa/Casablanca	31.48784	-7.0436				05	081		
10951101	Aït Khattab	ait-khattab	MA		0	Africa/Casablanca	31.48958	-7.06297				05	081		
10951107	Ziyb Tilkriyt	ziyb-tilkriyt	MA		0	Africa/Casablanca	31.33301	-7.18048				08	401		
10951108	Angalz	angalz	MA		0	Africa/Casablanca	31.27659	-7.14321				08	401		
10951111	Asgaiyn	asgaiyn	MA		0	Africa/Casablanca	31.44646	-7.00979				05	081		
10951112	Iberdaz	iberdaz	MA		0	Africa/Casablanca	31.45721	-7.05748				05	081		
10951220	Igherm-n-Iharratene	igherm-n-iharratene	MA		0	Africa/Casablanca	31.12993	-6.86779				08	401		
10951221	Aç-Çour	ac-cour	MA		0	Africa/Casablanca	31.11645	-6.86435				08	401		
10951225	Tirekt Tawraght	tirekt-tawraght	MA		0	Africa/Casablanca	31.13166	-6.80082				08	401		
10951228	Tazilalt	tazilalt	MA		0	Africa/Casablanca	31.17443	-6.81479				08	401		
10951230	Ghassat	ghassat	MA		0	Africa/Casablanca	31.17915	-6.81093				08	401		
10951237	Imi-n-Tizgui	imi-n-tizgui	MA		0	Africa/Casablanca	31.22074	-6.87518				08	401		
10951244	An-Naga	an-naga	MA		0	Africa/Casablanca	31.03169	-6.78383				08	401		
10951347	Tiyoughza	tiyoughza	MA		0	Africa/Casablanca	31.45986	-6.9955				05	081		
10951353	Agansou-n-Oumassine	agansou-n-oumassine	MA		0	Africa/Casablanca	31.42932	-6.93728				05	081		
10951356	Tighfist-n-Aït Tmaghrit	tighfist-n-ait-tmaghrit	MA		0	Africa/Casablanca	31.36159	-6.95494				05	081		
10951364	Oumlougui	oumlougui	MA		0	Africa/Casablanca	31.32764	-6.94219				08	401		
10951367	Bou Ihangar	bou-ihangar	MA		0	Africa/Casablanca	31.32178	-6.94972				08	401		
10951372	l’Amine	l-amine	MA		0	Africa/Casablanca	31.25685	-6.98819				08	401		
10951374	Zawyat-n-Oumsoul	zawyat-n-oumsoul	MA		0	Africa/Casablanca	31.25172	-6.98572				08	401		
10951375	La’zib-n-Tadayt	la-zib-n-tadayt	MA		0	Africa/Casablanca	31.2514	-6.90068				08	401		
10951378	Amassine	amassine	MA		0	Africa/Casablanca	31.28089	-6.92272				08	401		
10951380	Tilouguitine	tilouguitine	MA		0	Africa/Casablanca	31.30397	-6.89883				08	401		
10951383	Tizgui-n-Oudmame	tizgui-n-oudmame	MA		0	Africa/Casablanca	31.32884	-6.9122				08	401		
10951387	Tizgui	tizgui	MA		0	Africa/Casablanca	31.35326	-6.92285				05	081		
10951389	Tifardine	tifardine	MA		0	Africa/Casablanca	31.35395	-6.90427				05	081		
10951393	Ighir-n-Tnoughrine	ighir-n-tnoughrine	MA		0	Africa/Casablanca	31.37103	-6.91317				05	081		
10951396	Agni Nafassi	agni-nafassi	MA		0	Africa/Casablanca	31.38268	-6.90993				05	081		
10951399	Azrag	azrag	MA		0	Africa/Casablanca	31.38643	-6.89804				05	081		
10951405	Tassanfast	tassanfast	MA		0	Africa/Casablanca	31.4126	-6.88762				05	081		
10951409	Imi-n-Ahzaym	imi-n-ahzaym	MA		0	Africa/Casablanca	31.44842	-6.92351				05	081		
10951413	Idar-n-Warg	idar-n-warg	MA		0	Africa/Casablanca	31.45165	-6.91105				05	081		
10951417	Aït Oumazoug	ait-oumazoug	MA		0	Africa/Casablanca	31.49386	-6.93526				05	081		
10951419	Mni Dighran	mni-dighran	MA		0	Africa/Casablanca	31.49244	-6.91832				05	081		
10951422	Tamsoult	tamsoult	MA		0	Africa/Casablanca	31.47934	-6.84474				05	081		
10951424	Azouguigh	azouguigh	MA		0	Africa/Casablanca	31.45956	-6.88433				05	081		
10951426	Agourast	agourast	MA		0	Africa/Casablanca	31.43859	-6.86426				05	081		
10951427	Taghrout	taghrout	MA		0	Africa/Casablanca	31.41825	-6.88539				05	081		
10951428	Ait Lhabous	ait-lhabous	MA		0	Africa/Casablanca	31.41677	-6.88161				05	081		
10951431	Irfrane	irfrane	MA		0	Africa/Casablanca	31.427	-6.86833				05	081		
10951432	Aït ’Alla	ait-alla	MA		0	Africa/Casablanca	31.42713	-6.87689				05	081		
10951437	Aït Barouz	ait-barouz	MA		0	Africa/Casablanca	31.39776	-6.88719				05	081		
10951448	Izdigh	izdigh	MA		0	Africa/Casablanca	31.34024	-6.8699				08	401		
10951450	Ihouna-n-Imchichawn	ihouna-n-imchichawn	MA		0	Africa/Casablanca	31.32533	-6.86176				08	401		
10951458	Ihouna-n-Tigart	ihouna-n-tigart	MA		0	Africa/Casablanca	31.31046	-6.84053				08	401		
10951459	Afallayane	afallayane	MA		0	Africa/Casablanca	31.30686	-6.85323				08	401		
10951460	Aghri	aghri	MA		0	Africa/Casablanca	31.30353	-6.86042				08	401		
10951463	Tmine Tlid	tmine-tlid	MA		0	Africa/Casablanca	31.29587	-6.85571				08	401		
10951466	Agni-n-A’mar	agni-n-a-mar	MA		0	Africa/Casablanca	31.2897	-6.86767				08	401		
10951469	Amane Zarkuiwane	amane-zarkuiwane	MA		0	Africa/Casablanca	31.28556	-6.85672				08	401		
10951472	Bouktir	bouktir	MA		0	Africa/Casablanca	31.26066	-6.84897				08	401		
10951474	Oughoulid	oughoulid	MA		0	Africa/Casablanca	31.25041	-6.83113				08	401		
10951476	Ighrem-n-Aït Youss	ighrem-n-ait-youss	MA		0	Africa/Casablanca	31.26171	-6.80895				08	401		
10951477	Imi-n-Ougalf	imi-n-ougalf	MA		0	Africa/Casablanca	31.26889	-6.81009				08	401		
10951478	Tigammi-n-Oumazzal	tigammi-n-oumazzal	MA		0	Africa/Casablanca	31.26707	-6.81269				08	401		
10951486	Taghrout	taghrout	MA		0	Africa/Casablanca	31.29127	-6.80347				08	401		
10951487	Ihssirrane	ihssirrane	MA		0	Africa/Casablanca	31.28869	-6.80192				08	401		
10951488	Oumoukkal	oumoukkal	MA		0	Africa/Casablanca	31.30263	-6.81257				08	401		
10951492	Tawrirt-n-Iguidou	tawrirt-n-iguidou	MA		0	Africa/Casablanca	31.31964	-6.78946				08	401		
10951506	Tinrarine	tinrarine	MA		0	Africa/Casablanca	31.37623	-6.83482				05	081		
10951507	Imguis	imguis	MA		0	Africa/Casablanca	31.37535	-6.79772				05	081		
10951508	Tizi-n-Ougharghir	tizi-n-ougharghir	MA		0	Africa/Casablanca	31.38263	-6.82854				05	081		
10951512	Azig	azig	MA		0	Africa/Casablanca	31.38725	-6.78468				05	081		
10951516	Afrawd	afrawd	MA		0	Africa/Casablanca	31.39859	-6.80642				05	081		
10951517	Imziln	imziln	MA		0	Africa/Casablanca	31.40148	-6.79261				05	081		
10951518	Igounan	igounan	MA		0	Africa/Casablanca	31.41427	-6.79871				05	081		
10951520	Fakhour	fakhour	MA		0	Africa/Casablanca	31.42671	-6.8231				05	081		
10951521	Aït ’Ali-n-Ittou	ait-ali-n-ittou	MA		0	Africa/Casablanca	31.41761	-6.79699				05	081		
10951525	Azarzam	azarzam	MA		0	Africa/Casablanca	31.45482	-6.83553				05	081		
10951528	Tnaflac	tnaflac	MA		0	Africa/Casablanca	31.47314	-6.82438				05	081		
10951531	Imazi	imazi	MA		0	Africa/Casablanca	31.47787	-6.8023				05	081		
10951535	Iblouzane	iblouzane	MA		0	Africa/Casablanca	31.47929	-6.79374				05	081		
10951546	Asfdar	asfdar	MA		0	Africa/Casablanca	31.38078	-6.79054				05	081		
10951558	Tmalalane	tmalalane	MA		0	Africa/Casablanca	31.27454	-6.75117				08	401		
10951563	Aqqa	aqqa	MA		0	Africa/Casablanca	31.4035	-6.77383				05	081		
10951599	Issalba	issalba	MA		0	Africa/Casablanca	31.22538	-6.03095				08	577		
10951600	Aït Driss	ait-driss	MA		0	Africa/Casablanca	31.24317	-6.07593				08	577		
10951601	Timaskalt	timaskalt	MA		0	Africa/Casablanca	31.23545	-6.09861				08	577		
10951602	Aït ’Issi	ait-issi	MA		0	Africa/Casablanca	31.21608	-6.14658				08	577		
10951606	Al Bour	al-bour	MA		0	Africa/Casablanca	31.20172	-6.20068				08	577		
10951609	Akazwy	akazwy	MA		0	Africa/Casablanca	31.22459	-6.15278				08	577		
10951610	Aït Mghar	ait-mghar	MA		0	Africa/Casablanca	31.23138	-6.14991				08	577		
10951611	Aït Abbou	ait-abbou	MA		0	Africa/Casablanca	31.20775	-6.14995				08	577		
10951612	Talat	talat	MA		0	Africa/Casablanca	31.20119	-6.15568				08	577		
10951613	Zawit Agard	zawit-agard	MA		0	Africa/Casablanca	31.23231	-6.13701				08	577		
10951614	Al Qal’a	al-qal-a	MA		0	Africa/Casablanca	31.23277	-6.14477				08	577		
10951616	Tantnamart	tantnamart	MA		0	Africa/Casablanca	31.21343	-6.12886				08	577		
10951618	Aït Tazarine	ait-tazarine	MA		0	Africa/Casablanca	31.18853	-6.20248				08	577		
10951619	Zawyat Moulay ’Adbalmalk	zawyat-moulay-adbalmalk	MA		0	Africa/Casablanca	31.19378	-6.20284				08	577		
10951620	Zawit Sidi Chikh	zawit-sidi-chikh	MA		0	Africa/Casablanca	31.18938	-6.19457				08	577		
10951621	Iqaddarn	iqaddarn	MA		0	Africa/Casablanca	31.18408	-6.20963				08	577		
10951622	Tawrirt	tawrirt	MA		0	Africa/Casablanca	31.19589	-6.19195				08	577		
10951624	Aït Gmat	ait-gmat	MA		0	Africa/Casablanca	31.18074	-6.21089				08	577		
10951625	Wid Isfal	wid-isfal	MA		0	Africa/Casablanca	31.16446	-6.21744				08	577		
10951627	Aït Sa’id	ait-sa-id	MA		0	Africa/Casablanca	31.15413	-6.24655				08	577		
10951628	Aït Bakhouch	ait-bakhouch	MA		0	Africa/Casablanca	31.15649	-6.24402				08	577		
10951638	Tigalwit	tigalwit	MA		0	Africa/Casablanca	31.0686	-6.15601				08	577		
10951643	Tiyarza-n-aït Hmoudn	tiyarza-n-ait-hmoudn	MA		0	Africa/Casablanca	31.17454	-6.16604				08	577		
10951646	Tawrirt	tawrirt	MA		0	Africa/Casablanca	31.24065	-6.09406				08	577		
10951648	Aït Al Wafi	ait-al-wafi	MA		0	Africa/Casablanca	31.23638	-6.0777				08	577		
10951649	Igherm Melloulane	igherm-melloulane	MA		0	Africa/Casablanca	31.2314	-6.07852				08	577		
10951650	Taswit	taswit	MA		0	Africa/Casablanca	31.22532	-6.08717				08	577		
10951655	Bou Oudardour	bou-oudardour	MA		0	Africa/Casablanca	31.18122	-6.09419				08	577		
10951659	Zawyat Aït Sidi Mouloud	zawyat-ait-sidi-mouloud	MA		0	Africa/Casablanca	31.20681	-6.12133				08	577		
10951668	Tafrawt-n-Imarighn	tafrawt-n-imarighn	MA		0	Africa/Casablanca	31.04697	-6.12737				08	577		
10951674	Assamdal-n-Aït Ibrirn	assamdal-n-ait-ibrirn	MA		0	Africa/Casablanca	31.12342	-6.08746				08	577		
10951676	Awjja-n-Wizargane	awjja-n-wizargane	MA		0	Africa/Casablanca	31.16767	-6.08734				08	577		
10951679	Aït Amar	ait-amar	MA		0	Africa/Casablanca	31.22327	-6.11824				08	577		
10951685	Ifrane	ifrane	MA		0	Africa/Casablanca	31.03721	-6.05905				08	587		
10951687	Ighissi	ighissi	MA		0	Africa/Casablanca	31.03448	-6.03476				08	587		
10951688	Tawdacht	tawdacht	MA		0	Africa/Casablanca	31.04223	-6.00398				08	587		
10951693	Tissalline Malloun	tissalline-malloun	MA		0	Africa/Casablanca	31.20657	-6.02358				08	577		
10951722	Harricha	harricha	MA		0	Africa/Casablanca	35.2367	-5.58069				01	331		
10951734	Slalem	slalem	MA		0	Africa/Casablanca	35.23349	-5.53679				01	331		
10951748	Bayyaa	bayyaa	MA		0	Africa/Casablanca	35.23223	-5.58054				01	331		
10951750	Louastiya	louastiya	MA		0	Africa/Casablanca	35.23044	-5.58337				01	331		
10951782	Amazouaq	amazouaq	MA		0	Africa/Casablanca	35.20729	-5.59384				01	331		
10951806	Ain Khanzira	ain-khanzira	MA		0	Africa/Casablanca	35.19317	-5.56842				01	331		
10951810	Louadiyine	louadiyine	MA		0	Africa/Casablanca	35.20479	-5.59436				01	331		
10951812	Ettahir	ettahir	MA		0	Africa/Casablanca	35.20244	-5.59575				01	331		
10951814	Laaroussa Mamsoukha	laaroussa-mamsoukha	MA		0	Africa/Casablanca	35.20043	-5.59837				01	331		
10951830	Annassel	annassel	MA		0	Africa/Casablanca	35.18423	-5.55988				01	331		
10951842	Dar Ben Slimane	dar-ben-slimane	MA		0	Africa/Casablanca	35.16552	-5.5594				01	331		
10951844	Essaf	essaf	MA		0	Africa/Casablanca	35.17407	-5.56035				01	331		
10951845	Sfifa	sfifa	MA		0	Africa/Casablanca	35.17849	-5.56434				01	331		
10951846	Rkiba	rkiba	MA		0	Africa/Casablanca	35.16855	-5.56359				01	331		
10951847	Ain Fassa	ain-fassa	MA		0	Africa/Casablanca	35.16926	-5.57157				01	331		
10951849	Aghelmane	aghelmane	MA		0	Africa/Casablanca	35.17412	-5.57258				01	331		
10951851	Lehrayeq	lehrayeq	MA		0	Africa/Casablanca	35.17155	-5.57687				01	331		
10951868	Houmat Errif	houmat-errif	MA		0	Africa/Casablanca	35.15309	-5.62021				01	331		
10951871	Lkasba	lkasba	MA		0	Africa/Casablanca	35.14427	-5.61309				01	331		
10951895	Houmat Ben Issef	houmat-ben-issef	MA		0	Africa/Casablanca	35.13351	-5.55202				01	331		
10951896	Ben Slimane	ben-slimane	MA		0	Africa/Casablanca	35.13504	-5.5525				01	331		
10951901	Haoumat Aqbzbene	haoumat-aqbzbene	MA		0	Africa/Casablanca	35.13718	-5.55588				01	331		
10951971	Douar Oulad Khdija	douar-oulad-khdija	MA		0	Africa/Casablanca	35.35458	-5.88926				01	331		
10951979	Douar Oulad Allal	douar-oulad-allal	MA		0	Africa/Casablanca	35.35673	-5.96077				01	511		
10951980	Douar Oulad Echarqi	douar-oulad-echarqi	MA		0	Africa/Casablanca	35.35236	-5.96657				01	511		
10951982	Douar Oulad Atiya Mlalka	douar-oulad-atiya-mlalka	MA		0	Africa/Casablanca	35.35437	-5.98125				01	511		
10951986	Douar Ghniouane	douar-ghniouane	MA		0	Africa/Casablanca	35.34957	-5.99648				01	511		
10952003	Douar Bdaoua	douar-bdaoua	MA		0	Africa/Casablanca	35.33436	-5.9947				01	511		
10952007	Douar Soualem	douar-soualem	MA		0	Africa/Casablanca	35.32619	-5.96674				01	511		
10952016	Douar Lebrjijiyine	douar-lebrjijiyine	MA		0	Africa/Casablanca	35.30847	-5.94715				01	511		
10952018	Douar Lebriyyej	douar-lebriyyej	MA		0	Africa/Casablanca	35.3093	-5.95183				01	511		
10952021	Douar Homar	douar-homar	MA		0	Africa/Casablanca	35.30262	-5.98288				01	331		
10952023	Douar Hadi Bargo	douar-hadi-bargo	MA		0	Africa/Casablanca	35.30912	-5.99616				01	331		
10952025	Douar Souis	douar-souis	MA		0	Africa/Casablanca	35.30287	-5.99166				01	331		
10952027	Douar Lebjijiyine Zkira	douar-lebjijiyine-zkira	MA		0	Africa/Casablanca	35.29754	-5.94555				01	331		
10952034	Douar Ettaycha	douar-ettaycha	MA		0	Africa/Casablanca	35.27876	-5.90223				01	331		
10952040	Douar Leghyalef	douar-leghyalef	MA		0	Africa/Casablanca	35.28222	-5.95233				01	331		
10952052	Douar Dyar	douar-dyar	MA		0	Africa/Casablanca	35.2905	-5.94327				01	331		
10952058	Douar Ouahed Ou Tlatine	douar-ouahed-ou-tlatine	MA		0	Africa/Casablanca	35.25077	-5.98137				01	331		
10952061	Douar Gridiyine	douar-gridiyine	MA		0	Africa/Casablanca	35.25715	-5.96153				01	331		
10952082	Coopérative El Hassaniya	cooperative-el-hassaniya	MA		0	Africa/Casablanca	35.33532	-5.96988				01	511		
10952083	Douar Leghzaouna	douar-leghzaouna	MA		0	Africa/Casablanca	35.29698	-5.99368				01	331		
10952087	Douar Lhit	douar-lhit	MA		0	Africa/Casablanca	35.29235	-5.99981				01	331		
10952088	Oulad Labriri	oulad-labriri	MA		0	Africa/Casablanca	35.28391	-5.99986				01	331		
10952118	Ighinsine	ighinsine	MA		0	Africa/Casablanca	31.23773	-5.78551				08	577		
10952130	Foudoud	foudoud	MA		0	Africa/Casablanca	31.11064	-5.94873				08	587		
10952143	Aït Boudawd	ait-boudawd	MA		0	Africa/Casablanca	31.23705	-5.85068				08	577		
10952158	Tawdacht	tawdacht	MA		0	Africa/Casablanca	31.00286	-5.88273				08	587		
10952159	Afourar	afourar	MA		0	Africa/Casablanca	31.08359	-5.8231				08	587		
10952164	Tizi -n- Imgharane	tizi-n-imgharane	MA		0	Africa/Casablanca	31.20395	-5.82419				08	577		
10952166	Imi-n-Taghassa	imi-n-taghassa	MA		0	Africa/Casablanca	31.22743	-5.83369				08	577		
10952168	Aït Ikkame	ait-ikkame	MA		0	Africa/Casablanca	31.23972	-5.80581				08	577		
10952169	A’mamou	a-mamou	MA		0	Africa/Casablanca	31.24469	-5.79076				08	577		
10952170	Aït Hsayn	ait-hsayn	MA		0	Africa/Casablanca	31.22965	-5.80669				08	577		
10952171	Aït ’Amar Yachchou	ait-amar-yachchou	MA		0	Africa/Casablanca	31.22892	-5.77703				08	577		
10952175	Aït Mhammed Ou ’Ali	ait-mhammed-ou-ali	MA		0	Africa/Casablanca	31.19923	-5.81506				08	577		
10952176	Aït Loughmane	ait-loughmane	MA		0	Africa/Casablanca	31.19737	-5.81709				08	577		
10952182	Ouhmid	ouhmid	MA		0	Africa/Casablanca	31.03319	-5.75263				08	587		
10952184	Akhajjam	akhajjam	MA		0	Africa/Casablanca	31.052	-5.79359				08	587		
10952205	Aït Ourjdar	ait-ourjdar	MA		0	Africa/Casablanca	31.17662	-5.785				08	577		
10952207	Asdaram	asdaram	MA		0	Africa/Casablanca	31.19509	-5.77942				08	577		
10952223	Aït Hamed	ait-hamed	MA		0	Africa/Casablanca	31.0086	-5.80338				08	587		
10952284	Douar Oulad Bni Aich	douar-oulad-bni-aich	MA		0	Africa/Casablanca	35.36622	-5.66713				01	331		
10952291	Douar Khejjiouene	douar-khejjiouene	MA		0	Africa/Casablanca	35.37066	-5.65505				01	331		
10952307	Douar Bni Razdal	douar-bni-razdal	MA		0	Africa/Casablanca	35.355	-5.70648				01	331		
10952321	Douar Mgazline	douar-mgazline	MA		0	Africa/Casablanca	35.34205	-5.74766				01	331		
10952370	Errmel	errmel	MA		0	Africa/Casablanca	35.32127	-5.71929				01	331		
10952413	Douar Dhar El Hajjam	douar-dhar-el-hajjam	MA		0	Africa/Casablanca	35.32083	-5.62884				01	331		
10952430	Houmat Lmenzla	houmat-lmenzla	MA		0	Africa/Casablanca	35.31211	-5.62688				01	331		
10952432	Douar Sidi Ali	douar-sidi-ali	MA		0	Africa/Casablanca	35.3064	-5.62714				01	331		
10952465	Douar Adrou	douar-adrou	MA		0	Africa/Casablanca	35.28749	-5.70932				01	331		
10952493	Douar Achaqra	douar-achaqra	MA		0	Africa/Casablanca	35.29796	-5.73442				01	331		
10952504	Houma Lbarta	houma-lbarta	MA		0	Africa/Casablanca	35.27399	-5.72347				01	331		
10952544	Douar Bou Jariya Enqiya	douar-bou-jariya-enqiya	MA		0	Africa/Casablanca	35.28107	-5.66646				01	331		
10952553	Douar Boujbel	douar-boujbel	MA		0	Africa/Casablanca	35.29204	-5.63784				01	331		
10952603	Douar Dar Lqarmoud	douar-dar-lqarmoud	MA		0	Africa/Casablanca	35.24816	-5.72955				01	331		
10952632	Dar Merroune Mohamed	dar-merroune-mohamed	MA		0	Africa/Casablanca	35.29617	-5.66777				01	331		
10952646	Igoulzane	igoulzane	MA		0	Africa/Casablanca	31.06311	-5.57493				08	577		
10952653	Agard N-Hbab	agard-n-hbab	MA		0	Africa/Casablanca	31.24759	-5.7358				08	577		
10952655	Imi-N-Talghzilt	imi-n-talghzilt	MA		0	Africa/Casablanca	31.22489	-5.71483				08	577		
10952656	Amajdadar	amajdadar	MA		0	Africa/Casablanca	31.20118	-5.74421				08	577		
10952660	Tanghrift	tanghrift	MA		0	Africa/Casablanca	31.19065	-5.70163				08	577		
10952663	Ali Ou Hammou Iblah	ali-ou-hammou-iblah	MA		0	Africa/Casablanca	31.17669	-5.734				08	577		
10952671	Ighfane Tawlawalt	ighfane-tawlawalt	MA		0	Africa/Casablanca	31.01402	-5.66794				08	587		
10952672	Amgane	amgane	MA		0	Africa/Casablanca	31.01434	-5.65738				08	587		
10952683	Sba’-n-Tgoura	sba-n-tgoura	MA		0	Africa/Casablanca	31.19523	-5.66905				08	577		
10952699	Imine Woughzane	imine-woughzane	MA		0	Africa/Casablanca	31.01617	-5.65314				08	587		
10952702	Taghzout Tazizawt	taghzout-tazizawt	MA		0	Africa/Casablanca	31.00585	-5.59395				08	587		
10952703	Aqqa-n-’Azwit	aqqa-n-azwit	MA		0	Africa/Casablanca	31.01343	-5.57644				08	587		
10952705	Tabaynout	tabaynout	MA		0	Africa/Casablanca	31.09321	-5.59619				08	577		
10952711	Tayfast	tayfast	MA		0	Africa/Casablanca	31.17362	-5.60343				08	577		
10952716	Taghya	taghya	MA		0	Africa/Casablanca	31.20448	-5.59685				08	577		
10952720	Admam	admam	MA		0	Africa/Casablanca	31.1918	-5.56987				08	577		
10952722	Taghva-n-Tafrawt	taghva-n-tafrawt	MA		0	Africa/Casablanca	31.1911	-5.55713				08	577		
10952733	Tikni	tikni	MA		0	Africa/Casablanca	31.0228	-5.54676				08	587		
10952734	Imine-n-Ou-Ghats	imine-n-ou-ghats	MA		0	Africa/Casablanca	30.9997	-5.57428				08	587		
10952735	Mascourt	mascourt	MA		0	Africa/Casablanca	31.009	-5.53862				08	587		
10952737	Tanout-n-Ighart-n-Taghrout	tanout-n-ighart-n-taghrout	MA		0	Africa/Casablanca	31.00467	-5.51313				08	587		
10952748	Imine Tasri	imine-tasri	MA		0	Africa/Casablanca	31.14352	-5.51959				08	577		
10952766	Agoulzi n-Ilkkine	agoulzi-n-ilkkine	MA		0	Africa/Casablanca	31.20684	-5.60841				08	577		
10952767	Tanout Tigdit	tanout-tigdit	MA		0	Africa/Casablanca	31.0056	-5.50693				08	587		
10952898	Douar Laajjaliya	douar-laajjaliya	MA		0	Africa/Casablanca	35.37062	-5.50872				01	331		
10952937	Douar Laamrich	douar-laamrich	MA		0	Africa/Casablanca	35.34436	-5.50265				01	331		
10952959	Moulay Abdessalam Ben Mchich	moulay-abdessalam-ben-mchich	MA		0	Africa/Casablanca	35.32003	-5.50699				01	331		
10952960	Douar Essanikane	douar-essanikane	MA		0	Africa/Casablanca	35.32127	-5.50582				01	331		
10952970	Douar Bou Alqma	douar-bou-alqma	MA		0	Africa/Casablanca	35.31209	-5.55364				01	331		
10953129	Douar Khechabech	douar-khechabech	MA		0	Africa/Casablanca	35.49555	-5.74241				01	571		
10953143	Douar El Khoms	douar-el-khoms	MA		0	Africa/Casablanca	35.49042	-5.66716				01	571		
10953148	Douar Souaqi	douar-souaqi	MA		0	Africa/Casablanca	35.49373	-5.63782				01	571		
10953153	Douar Haoutat Lbir	douar-haoutat-lbir	MA		0	Africa/Casablanca	35.488	-5.63291				01	571		
10953157	Douar Qadjioua	douar-qadjioua	MA		0	Africa/Casablanca	35.47047	-5.63866				01	571		
10953158	Douar Bin El Ouidane	douar-bin-el-ouidane	MA		0	Africa/Casablanca	35.47917	-5.65604				01	571		
10953180	Douar Metrouha	douar-metrouha	MA		0	Africa/Casablanca	35.46354	-5.71841				01	571		
10953195	Douar Louharna	douar-louharna	MA		0	Africa/Casablanca	35.45569	-5.63432				01	571		
10953213	Douar Hammadich	douar-hammadich	MA		0	Africa/Casablanca	35.46177	-5.71675				01	571		
10953222	Bghaghza	bghaghza	MA		0	Africa/Casablanca	35.43136	-5.65573				01	571		
10953255	Douar Sidi Bel Anouar	douar-sidi-bel-anouar	MA		0	Africa/Casablanca	35.40811	-5.71678				01	571		
10953270	Commune El Kharroub	commune-el-kharroub	MA		0	Africa/Casablanca	35.3842	-5.72727				01	571		
10953275	Douar Drarsa	douar-drarsa	MA		0	Africa/Casablanca	35.3937	-5.68799				01	571		
10953356	Takourcht	takourcht	MA		0	Africa/Casablanca	31.24469	-4.89755				08	577		
10953386	Douar Erremla	douar-erremla	MA		0	Africa/Casablanca	35.23859	-5.4067				01	571		
10953407	Douar Chqoura	douar-chqoura	MA		0	Africa/Casablanca	35.18563	-5.37844				01	151		
10953409	Douar Oulad Brahim	douar-oulad-brahim	MA		0	Africa/Casablanca	35.18505	-5.45301				01	151		
10953419	Douar Ain Sittenne	douar-ain-sittenne	MA		0	Africa/Casablanca	35.16774	-5.41411				01	151		
10953420	Douar Derdara	douar-derdara	MA		0	Africa/Casablanca	35.16898	-5.42288				01	151		
10953434	Douar Ibarhounine	douar-ibarhounine	MA		0	Africa/Casablanca	35.14195	-5.39921				01	151		
10953435	Douar Ain Lahsen	douar-ain-lahsen	MA		0	Africa/Casablanca	35.14339	-5.40687				01	151		
10953442	Douar Chentouf	douar-chentouf	MA		0	Africa/Casablanca	35.13814	-5.49045				01	151		
10953501	Douar El Cihaba	douar-el-cihaba	MA		0	Africa/Casablanca	35.11626	-5.21514				01	151		
10953506	Douar Zaouiat El Habtiyine Essofla	douar-zaouiat-el-habtiyine-essofla	MA		0	Africa/Casablanca	35.11339	-5.19167				01	151		
10953553	Houmat Arfoutouh	houmat-arfoutouh	MA		0	Africa/Casablanca	35.10394	-5.19968				01	151		
10953565	Oulad Setittou	oulad-setittou	MA		0	Africa/Casablanca	35.094	-5.21746				01	151		
10953572	Heumat Touguinit	heumat-touguinit	MA		0	Africa/Casablanca	35.09738	-5.21324				01	151		
10953603	Houmat Lamrabtiyine	houmat-lamrabtiyine	MA		0	Africa/Casablanca	35.08701	-5.21356				01	151		
10953604	Houmat Younbouyene	houmat-younbouyene	MA		0	Africa/Casablanca	35.08315	-5.2148				01	151		
10953605	Houmat Lehaouliyine	houmat-lehaouliyine	MA		0	Africa/Casablanca	35.0835	-5.2201				01	151		
10953617	Douar Lmaouenzal	douar-lmaouenzal	MA		0	Africa/Casablanca	35.06982	-5.17852				01	151		
10953621	Douar Zerhoune	douar-zerhoune	MA		0	Africa/Casablanca	35.06573	-5.17062				01	151		
10953625	Douar Aftahane	douar-aftahane	MA		0	Africa/Casablanca	35.06812	-5.12794				01	151		
10953637	Cimetière Yaghboula	cimetiere-yaghboula	MA		0	Africa/Casablanca	35.06322	-5.17345				01	151		
10953644	Dar Ettaliba	dar-ettaliba	MA		0	Africa/Casablanca	35.06495	-5.19871				01	151		
10953646	Douar Aqjiouene	douar-aqjiouene	MA		0	Africa/Casablanca	35.06227	-5.23016				01	151		
10953649	Houmat Tirouine	houmat-tirouine	MA		0	Africa/Casablanca	35.05383	-5.23758				01	151		
10953653	Houmar Azennanine	houmar-azennanine	MA		0	Africa/Casablanca	35.05108	-5.24343				01	151		
10953654	Houmat Sayyeuha	houmat-sayyeuha	MA		0	Africa/Casablanca	35.05131	-5.22546				01	151		
10953659	Houmat Assaadane	houmat-assaadane	MA		0	Africa/Casablanca	35.04781	-5.24158				01	151		
10953662	Houmat Ayyadene	houmat-ayyadene	MA		0	Africa/Casablanca	35.04933	-5.23532				01	151		
10953664	Msalla	msalla	MA		0	Africa/Casablanca	35.04887	-5.22819				01	151		
10953670	Hay Bou Hideji	hay-bou-hideji	MA		0	Africa/Casablanca	35.04985	-5.20519				01	151		
10953676	Laazayeb	laazayeb	MA		0	Africa/Casablanca	35.05198	-5.15128				01	151		
10953679	Douar Alrafa	douar-alrafa	MA		0	Africa/Casablanca	35.04187	-5.13201				01	151		
10953680	Oulad Amer	oulad-amer	MA		0	Africa/Casablanca	35.04541	-5.13627				01	151		
10953684	Douar Echebharine	douar-echebharine	MA		0	Africa/Casablanca	35.04317	-5.1513				01	151		
10953692	Pidra Santa	pidra-santa	MA		0	Africa/Casablanca	35.03133	-5.153				01	151		
10953705	Douar Maakacha	douar-maakacha	MA		0	Africa/Casablanca	35.04331	-5.18334				01	151		
10953721	Houmat Iounane	houmat-iounane	MA		0	Africa/Casablanca	35.04289	-5.22804				01	151		
10953728	Houmat Lmahroune	houmat-lmahroune	MA		0	Africa/Casablanca	35.04288	-5.23961				01	151		
10953732	Houmat Tanaachir	houmat-tanaachir	MA		0	Africa/Casablanca	35.03899	-5.24136				01	151		
10953745	Azzaba Dairafa	azzaba-dairafa	MA		0	Africa/Casablanca	35.02698	-5.14914				01	151		
10953754	Houmat Ikaoutat Essoufla	houmat-ikaoutat-essoufla	MA		0	Africa/Casablanca	35.01715	-5.18941				01	151		
10953759	Douar Bri Boufrab	douar-bri-boufrab	MA		0	Africa/Casablanca	35.00833	-5.24868				01	151		
10953768	Houmat Ikaoutat El Oulia	houmat-ikaoutat-el-oulia	MA		0	Africa/Casablanca	35.00844	-5.19373				01	151		
10953770	Douar Bou Ztat	douar-bou-ztat	MA		0	Africa/Casablanca	35.0117	-5.18886				01	151		
10953772	Houmat Achqouqane	houmat-achqouqane	MA		0	Africa/Casablanca	35.01007	-5.18662				01	151		
10953773	Houmat El Gouehnine	houmat-el-gouehnine	MA		0	Africa/Casablanca	35.00728	-5.18356				01	151		
10953779	Houmat Dar Lamane	houmat-dar-lamane	MA		0	Africa/Casablanca	34.99928	-5.17678				01	151		
10953781	Houmat Mazdoui	houmat-mazdoui	MA		0	Africa/Casablanca	34.99886	-5.24063				01	151		
10953786	Houmat Aouriouene	houmat-aouriouene	MA		0	Africa/Casablanca	34.99798	-5.15356				01	151		
10953803	Hay El Kolla	hay-el-kolla	MA		0	Africa/Casablanca	35.0651	-5.20572				01	151		
10953804	Hay Prisji	hay-prisji	MA		0	Africa/Casablanca	35.06417	-5.19207				01	151		
10953805	Hay Labrari	hay-labrari	MA		0	Africa/Casablanca	35.05929	-5.20476				01	151		
10953886	Bou M’ayz	bou-m-ayz	MA		0	Africa/Casablanca	31.15547	-4.2829				08	201		
10953910	Douar Tarya Laalya	douar-tarya-laalya	MA		0	Africa/Casablanca	35.12118	-5.01113				01	151		
10953914	Douar Gandouzat	douar-gandouzat	MA		0	Africa/Casablanca	35.09916	-5.0147				01	151		
10953916	Douar Taarichlane	douar-taarichlane	MA		0	Africa/Casablanca	35.10013	-5.03186				01	151		
10953918	Douar Tala Khatabine	douar-tala-khatabine	MA		0	Africa/Casablanca	35.10287	-5.04708				01	151		
10953920	Douar El Mayne	douar-el-mayne	MA		0	Africa/Casablanca	35.10306	-5.0521				01	151		
10953921	Douar Imatene	douar-imatene	MA		0	Africa/Casablanca	35.10355	-5.05954				01	151		
10953923	Douar Tiouertiouine	douar-tiouertiouine	MA		0	Africa/Casablanca	35.10429	-5.07029				01	151		
10953929	Ighlitene	ighlitene	MA		0	Africa/Casablanca	35.09876	-5.10636				01	151		
10953931	Douar Taghlit	douar-taghlit	MA		0	Africa/Casablanca	35.09588	-5.11164				01	151		
10953933	Douar Ichehoubene	douar-ichehoubene	MA		0	Africa/Casablanca	35.09246	-5.10767				01	151		
10953935	Douar Ihennane	douar-ihennane	MA		0	Africa/Casablanca	35.09505	-5.10557				01	151		
10953936	Douar El Onsar	douar-el-onsar	MA		0	Africa/Casablanca	35.09254	-5.08791				01	151		
10953937	Douar Izarzane	douar-izarzane	MA		0	Africa/Casablanca	35.09031	-5.08677				01	151		
10953940	Douar Ihannoudene	douar-ihannoudene	MA		0	Africa/Casablanca	35.09893	-5.05765				01	151		
10953941	Douar Ouartane	douar-ouartane	MA		0	Africa/Casablanca	35.09509	-5.05499				01	151		
10953942	Douar Taarichane	douar-taarichane	MA		0	Africa/Casablanca	35.09323	-5.04997				01	151		
10953943	Adrarene	adrarene	MA		0	Africa/Casablanca	35.09443	-5.04495				01	151		
10953944	Douar El Qantra	douar-el-qantra	MA		0	Africa/Casablanca	35.08884	-5.04813				01	151		
10953946	Douar Amazigh	douar-amazigh	MA		0	Africa/Casablanca	35.09521	-5.02993				01	151		
10953947	Douar Tiberrarine	douar-tiberrarine	MA		0	Africa/Casablanca	35.09864	-5.02862				01	151		
10953948	Douar El Onsar	douar-el-onsar	MA		0	Africa/Casablanca	35.09218	-5.02693				01	151		
10953951	Douar Darmanat	douar-darmanat	MA		0	Africa/Casablanca	35.09597	-5.00714				01	151		
10953952	Douar Boufrah	douar-boufrah	MA		0	Africa/Casablanca	35.09697	-5.0039				01	151		
10953955	Douar Lmarj	douar-lmarj	MA		0	Africa/Casablanca	35.08619	-5.00023				01	151		
10953956	Houmet El Khaya	houmet-el-khaya	MA		0	Africa/Casablanca	35.08459	-5.01084				01	151		
10953957	Amdernane	amdernane	MA		0	Africa/Casablanca	35.08471	-5.01461				01	151		
10953959	Douar Tanazoult	douar-tanazoult	MA		0	Africa/Casablanca	35.08538	-5.02755				01	151		
10953961	Douar Ighrichena	douar-ighrichena	MA		0	Africa/Casablanca	35.08062	-5.00989				01	151		
10953962	Houmat Lehodanet	houmat-lehodanet	MA		0	Africa/Casablanca	35.08829	-5.02909				01	151		
10953964	Douar Achtat	douar-achtat	MA		0	Africa/Casablanca	35.08666	-5.04924				01	151		
10953971	Douar Ouardane	douar-ouardane	MA		0	Africa/Casablanca	35.07999	-5.07928				01	151		
10953975	Douar Ighbane	douar-ighbane	MA		0	Africa/Casablanca	35.08596	-5.08988				01	151		
10953984	Tassafi	tassafi	MA		0	Africa/Casablanca	35.06878	-5.06924				01	151		
10953986	Douar Amyayit	douar-amyayit	MA		0	Africa/Casablanca	35.06617	-5.06667				01	151		
10953991	Khmis Mdiq	khmis-mdiq	MA		0	Africa/Casablanca	35.06585	-5.03845				01	151		
10953992	Douar Laazib	douar-laazib	MA		0	Africa/Casablanca	35.07471	-5.03641				01	151		
10953996	Douar Tissemlal	douar-tissemlal	MA		0	Africa/Casablanca	35.07655	-5.00298				01	151		
10953997	Houmat Aghilana	houmat-aghilana	MA		0	Africa/Casablanca	35.07193	-5.00835				01	151		
10954001	Houmat Azaryane	houmat-azaryane	MA		0	Africa/Casablanca	35.06598	-5.00868				01	151		
10954002	Houmat Jbel	houmat-jbel	MA		0	Africa/Casablanca	35.06086	-5.0026				01	151		
10954003	Houmat Amouad	houmat-amouad	MA		0	Africa/Casablanca	35.06631	-5.01775				01	151		
10954009	Douar Lqob	douar-lqob	MA		0	Africa/Casablanca	35.06216	-5.06364				01	151		
10954011	Douar Aoudene	douar-aoudene	MA		0	Africa/Casablanca	35.06272	-5.0652				01	151		
10954012	Dar Etlalib	dar-etlalib	MA		0	Africa/Casablanca	35.057	-5.06261				01	151		
10954013	Tazouknane	tazouknane	MA		0	Africa/Casablanca	35.0599	-5.07205				01	151		
10954018	Douar Chrafat	douar-chrafat	MA		0	Africa/Casablanca	35.06423	-5.10572				01	151		
10954019	Douar Ettaziya	douar-ettaziya	MA		0	Africa/Casablanca	35.06287	-5.10187				01	151		
10954021	Douar Ihamdatene	douar-ihamdatene	MA		0	Africa/Casablanca	35.05591	-5.10171				01	151		
10954022	Douar Armoutah	douar-armoutah	MA		0	Africa/Casablanca	35.06271	-5.1136				01	151		
10954025	Houmat Chierinane	houmat-chierinane	MA		0	Africa/Casablanca	35.05282	-5.10902				01	151		
10954026	Houmat Abriyyane	houmat-abriyyane	MA		0	Africa/Casablanca	35.05147	-5.09581				01	151		
10954029	Douar Ichaddadene	douar-ichaddadene	MA		0	Africa/Casablanca	35.05031	-5.05634				01	151		
10954030	Douar Ihammoudene	douar-ihammoudene	MA		0	Africa/Casablanca	35.05305	-5.05474				01	151		
10954036	Douar Iratene	douar-iratene	MA		0	Africa/Casablanca	35.04862	-5.00665				01	151		
10954037	Douar Iyyast	douar-iyyast	MA		0	Africa/Casablanca	35.0535	-5.01075				01	151		
10954040	Houmat Mae Izidi	houmat-mae-izidi	MA		0	Africa/Casablanca	35.03566	-5.02079				01	151		
10954041	Houmat Dar Atiya	houmat-dar-atiya	MA		0	Africa/Casablanca	35.03718	-5.02594				01	151		
10954043	Douar Tala Khaled	douar-tala-khaled	MA		0	Africa/Casablanca	35.04	-5.06195				01	151		
10954045	Douar Taounate	douar-taounate	MA		0	Africa/Casablanca	35.03899	-5.09806				01	151		
10954047	Douar Imatine	douar-imatine	MA		0	Africa/Casablanca	35.04384	-5.11681				01	151		
10954058	Douar Tassafi	douar-tassafi	MA		0	Africa/Casablanca	35.03088	-5.03339				01	151		
10954059	Douar Azib Ben Salah	douar-azib-ben-salah	MA		0	Africa/Casablanca	35.03253	-5.02618				01	151		
10954060	Douar Eddardara	douar-eddardara	MA		0	Africa/Casablanca	35.03337	-5.02081				01	151		
10954062	Houmat Lalla Izouat	houmat-lalla-izouat	MA		0	Africa/Casablanca	35.0278	-5.02797				01	151		
10954063	Sidi Zaari	sidi-zaari	MA		0	Africa/Casablanca	35.02889	-5.03253				01	151		
10954064	Houmat Tistiouane	houmat-tistiouane	MA		0	Africa/Casablanca	35.02573	-5.0392				01	151		
10954065	Houmat Anghas	houmat-anghas	MA		0	Africa/Casablanca	35.02842	-5.04				01	151		
10954066	Houmat Loula	houmat-loula	MA		0	Africa/Casablanca	35.02545	-5.04152				01	151		
10954067	Douar Ait Tiyit	douar-ait-tiyit	MA		0	Africa/Casablanca	35.02083	-5.05231				01	151		
10954069	Douar Matane	douar-matane	MA		0	Africa/Casablanca	35.02204	-5.05755				01	151		
10954070	Douar Aznay	douar-aznay	MA		0	Africa/Casablanca	35.02181	-5.07089				01	151		
10954073	Moulay Abdellah Cherif	moulay-abdellah-cherif	MA		0	Africa/Casablanca	35.02663	-5.08315				01	151		
10954074	Douar Tast	douar-tast	MA		0	Africa/Casablanca	35.02569	-5.08684				01	151		
10954075	Douar Ritouq	douar-ritouq	MA		0	Africa/Casablanca	35.02947	-5.08645				01	151		
10954085	Douar Echaqra	douar-echaqra	MA		0	Africa/Casablanca	35.00917	-5.07332				01	151		
10954089	Houmat Aouna	houmat-aouna	MA		0	Africa/Casablanca	35.018	-5.06309				01	151		
10954091	Houmat Lhaouta	houmat-lhaouta	MA		0	Africa/Casablanca	35.01095	-5.0569				01	151		
10954092	Douar Timeslane	douar-timeslane	MA		0	Africa/Casablanca	35.01431	-5.05435				01	151		
10954094	Douar Asserdoune	douar-asserdoune	MA		0	Africa/Casablanca	35.00327	-5.05562				01	151		
10954095	Douar Bou Ntayer	douar-bou-ntayer	MA		0	Africa/Casablanca	35.00471	-5.06761				01	151		
10954097	Tamdit	tamdit	MA		0	Africa/Casablanca	35.00733	-5.03843				01	151		
10954098	Houmat Tiaatayine	houmat-tiaatayine	MA		0	Africa/Casablanca	35.00373	-5.04231				01	151		
10954099	Dchar Lhaoula	dchar-lhaoula	MA		0	Africa/Casablanca	35.00666	-5.03372				01	151		
10954100	Houmat Qribsa	houmat-qribsa	MA		0	Africa/Casablanca	35.00578	-5.03666				01	151		
10954106	Houmat Tariouant	houmat-tariouant	MA		0	Africa/Casablanca	35.01413	-5.01032				01	151		
10954107	Houmat Lamraj	houmat-lamraj	MA		0	Africa/Casablanca	35.00594	-5.01066				01	151		
10954108	Douar Bni Amer	douar-bni-amer	MA		0	Africa/Casablanca	34.99993	-5.01143				01	151		
10954109	Houmat Azaghar	houmat-azaghar	MA		0	Africa/Casablanca	34.99847	-5.02051				01	151		
10954121	Houmat Aaminur	houmat-aaminur	MA		0	Africa/Casablanca	34.99789	-5.09904				01	151		
10954216	Douar Taliouine	douar-taliouine	MA		0	Africa/Casablanca	35.37035	-5.14915				01	151		
10954217	Douar Kajit	douar-kajit	MA		0	Africa/Casablanca	35.36772	-5.1414				01	151		
10954231	Ifartane Safliya	ifartane-safliya	MA		0	Africa/Casablanca	35.35418	-5.18393				01	571		
10954232	Iboujarene	iboujarene	MA		0	Africa/Casablanca	35.34887	-5.19174				01	571		
10954251	Douar Idaoued	douar-idaoued	MA		0	Africa/Casablanca	35.32911	-5.17215				01	151		
10954253	Douar Achchacha	douar-achchacha	MA		0	Africa/Casablanca	35.33851	-5.13436				01	151		
10954262	Douar Irajouanene	douar-irajouanene	MA		0	Africa/Casablanca	35.32284	-5.16421				01	151		
10954264	Douar Rammazene	douar-rammazene	MA		0	Africa/Casablanca	35.32096	-5.17078				01	151		
10954282	Aniser Ifahsa	aniser-ifahsa	MA		0	Africa/Casablanca	35.29733	-5.22389				01	571		
10954299	Douar Tinnes	douar-tinnes	MA		0	Africa/Casablanca	35.29262	-5.19127				01	151		
10954304	Douar Dokkaya	douar-dokkaya	MA		0	Africa/Casablanca	35.29118	-5.20777				01	151		
10954316	Douar Tajanyaret	douar-tajanyaret	MA		0	Africa/Casablanca	35.28566	-5.18484				01	151		
10954325	Douar Afrouz	douar-afrouz	MA		0	Africa/Casablanca	35.26198	-5.1452				01	151		
10954329	Douar Ilaghmene	douar-ilaghmene	MA		0	Africa/Casablanca	35.26425	-5.23071				01	571		
10954330	Douar Hammoudene	douar-hammoudene	MA		0	Africa/Casablanca	35.26202	-5.2362				01	571		
10954335	Douar Iaiyyadene	douar-iaiyyadene	MA		0	Africa/Casablanca	35.24803	-5.24769				01	571		
10954341	Douar Talambote	douar-talambote	MA		0	Africa/Casablanca	35.25161	-5.18653				01	151		
10954342	Douar Aaqoubene	douar-aaqoubene	MA		0	Africa/Casablanca	35.25457	-5.18194				01	151		
10954346	Douar Hannine	douar-hannine	MA		0	Africa/Casablanca	35.25568	-5.16827				01	151		
10954401	Douar Bou Rommane	douar-bou-rommane	MA		0	Africa/Casablanca	35.35685	-5.06312				01	151		
10954403	Douar Aghloussene	douar-aghloussene	MA		0	Africa/Casablanca	35.36154	-5.05318				01	151		
10954408	Douar Hammouda	douar-hammouda	MA		0	Africa/Casablanca	35.36968	-5.03885				01	151		
10954413	Douar Timedouane	douar-timedouane	MA		0	Africa/Casablanca	35.36214	-5.02891				01	151		
10954426	Douar Tamdil	douar-tamdil	MA		0	Africa/Casablanca	35.3475	-5.04457				01	151		
10954434	Douar Imadazene	douar-imadazene	MA		0	Africa/Casablanca	35.35099	-5.11166				01	151		
10954437	Douar Tighellane	douar-tighellane	MA		0	Africa/Casablanca	35.34799	-5.05351				01	151		
10954439	Douar Tasseggout	douar-tasseggout	MA		0	Africa/Casablanca	35.34528	-5.04714				01	151		
10954440	Douar Haoutet Amlili	douar-haoutet-amlili	MA		0	Africa/Casablanca	35.34304	-5.03796				01	151		
10954446	Douar Arifel	douar-arifel	MA		0	Africa/Casablanca	35.3359	-5.02841				01	151		
10954448	Douar Bou Cheddadi	douar-bou-cheddadi	MA		0	Africa/Casablanca	35.33784	-5.03738				01	151		
10954454	Douar Ighemmoussene	douar-ighemmoussene	MA		0	Africa/Casablanca	35.33439	-5.08759				01	151		
10954455	Douar Ighezzaouene	douar-ighezzaouene	MA		0	Africa/Casablanca	35.33901	-5.08495				01	151		
10954460	Douar Iguelouane	douar-iguelouane	MA		0	Africa/Casablanca	35.33693	-5.10261				01	151		
10954465	Douar Aata	douar-aata	MA		0	Africa/Casablanca	35.33857	-5.1107				01	151		
10954466	Douar Ighinaame	douar-ighinaame	MA		0	Africa/Casablanca	35.34276	-5.11518				01	151		
10954477	Douar Taza Ou Said	douar-taza-ou-said	MA		0	Africa/Casablanca	35.31888	-5.10104				01	151		
10954482	Douar Doukchene	douar-doukchene	MA		0	Africa/Casablanca	35.31301	-5.07875				01	151		
10954483	Douar Alallou	douar-alallou	MA		0	Africa/Casablanca	35.31387	-5.07158				01	151		
10954488	Douar Aqninene	douar-aqninene	MA		0	Africa/Casablanca	35.32424	-5.04982				01	151		
10954490	Douar Akermlouk	douar-akermlouk	MA		0	Africa/Casablanca	35.32357	-5.04658				01	151		
10954491	Douar Dar Amalou	douar-dar-amalou	MA		0	Africa/Casablanca	35.32914	-5.04538				01	151		
10954493	Douar Ibouzarhounene	douar-ibouzarhounene	MA		0	Africa/Casablanca	35.32432	-5.0378				01	151		
10954498	Douar Tiferouane	douar-tiferouane	MA		0	Africa/Casablanca	35.31479	-5.00922				01	151		
10954505	Douar Azaghar Lfouqi	douar-azaghar-lfouqi	MA		0	Africa/Casablanca	35.31219	-5.02489				01	151		
10954507	Douar Asamrane	douar-asamrane	MA		0	Africa/Casablanca	35.30092	-5.03045				01	151		
10954510	Douar Ikharrimene	douar-ikharrimene	MA		0	Africa/Casablanca	35.30645	-5.05566				01	151		
10954511	Douar Issoumar	douar-issoumar	MA		0	Africa/Casablanca	35.30254	-5.06832				01	151		
10954515	Douar Ifallalene	douar-ifallalene	MA		0	Africa/Casablanca	35.29311	-5.06741				01	151		
10954516	Douar Tifezouane	douar-tifezouane	MA		0	Africa/Casablanca	35.29093	-5.06424				01	151		
10954517	Douar Lkoukh	douar-lkoukh	MA		0	Africa/Casablanca	35.28843	-5.0509				01	151		
10954518	Douar Ijafene	douar-ijafene	MA		0	Africa/Casablanca	35.29408	-5.0295				01	151		
10954523	Douar Takanza	douar-takanza	MA		0	Africa/Casablanca	35.28154	-5.0312				01	151		
10954524	Douar Tirouggane	douar-tirouggane	MA		0	Africa/Casablanca	35.28245	-5.05564				01	151		
10954529	Douar Boured	douar-boured	MA		0	Africa/Casablanca	35.27471	-5.01493				01	151		
10954530	Douar Markadou	douar-markadou	MA		0	Africa/Casablanca	35.2765	-5.03955				01	151		
10954531	Douar Ichaqlalene	douar-ichaqlalene	MA		0	Africa/Casablanca	35.27061	-5.03654				01	151		
10954539	Douar Kamel	douar-kamel	MA		0	Africa/Casablanca	35.26869	-5.0378				01	151		
10954540	Douar Agoulal	douar-agoulal	MA		0	Africa/Casablanca	35.26329	-5.03323				01	151		
10954541	Douar Imazerdane	douar-imazerdane	MA		0	Africa/Casablanca	35.25952	-5.02424				01	151		
10954542	Douar Ajloutene	douar-ajloutene	MA		0	Africa/Casablanca	35.26714	-5.02456				01	151		
10954543	Douar Tamaqrit	douar-tamaqrit	MA		0	Africa/Casablanca	35.25991	-5.01488				01	151		
10954545	Souk Had Bni Ziat	souk-had-bni-ziat	MA		0	Africa/Casablanca	35.25943	-5.00036				01	151		
10954552	Douar Jamaa Laqbour	douar-jamaa-laqbour	MA		0	Africa/Casablanca	35.24836	-5.02316				01	151		
10954601	Dar Laachab	dar-laachab	MA		0	Africa/Casablanca	35.60925	-5.7385				01	511		
10954611	Douar Dhar Rmel Alouanech	douar-dhar-rmel-alouanech	MA		0	Africa/Casablanca	35.61124	-5.67619				01	227		
10954615	Douar Ouljat Lbahri	douar-ouljat-lbahri	MA		0	Africa/Casablanca	35.61115	-5.66391				01	227		
10954618	Douar Binyane	douar-binyane	MA		0	Africa/Casablanca	35.62141	-5.66786				01	227		
10954623	Dar El Haj Mohamed Touissi	dar-el-haj-mohamed-touissi	MA		0	Africa/Casablanca	35.60588	-5.65098				01	227		
10954624	Douar Aydada	douar-aydada	MA		0	Africa/Casablanca	35.61098	-5.64221				01	227		
10954631	Douar Lkhoulj	douar-lkhoulj	MA		0	Africa/Casablanca	35.59822	-5.64635				01	227		
10954633	Douar Lebjout	douar-lebjout	MA		0	Africa/Casablanca	35.59473	-5.63794				01	571		
10954635	Dar Mohamed Filah	dar-mohamed-filah	MA		0	Africa/Casablanca	35.59254	-5.63995				01	571		
10954637	Douar Gaada	douar-gaada	MA		0	Africa/Casablanca	35.60447	-5.65527				01	227		
10954638	Douar Dhar Rmel	douar-dhar-rmel	MA		0	Africa/Casablanca	35.59611	-5.65847				01	227		
10954646	Dar Mohamed Ben Abdelkarim Hakim	dar-mohamed-ben-abdelkarim-hakim	MA		0	Africa/Casablanca	35.60362	-5.73382				01	511		
10954648	Dar El Ayachi Hanafi	dar-el-ayachi-hanafi	MA		0	Africa/Casablanca	35.59924	-5.72957				01	511		
10954664	Douar Errouida	douar-errouida	MA		0	Africa/Casablanca	35.59134	-5.682				01	571		
10954668	Douar Ain Laalaq	douar-ain-laalaq	MA		0	Africa/Casablanca	35.58806	-5.6505				01	571		
10954672	Douar Dhar	douar-dhar	MA		0	Africa/Casablanca	35.58336	-5.63593				01	571		
10954673	Douar Krochi Blanco	douar-krochi-blanco	MA		0	Africa/Casablanca	35.58584	-5.63861				01	571		
10954674	Douar Ain Laalaq	douar-ain-laalaq	MA		0	Africa/Casablanca	35.58394	-5.64612				01	571		
10954692	Douar Rmila	douar-rmila	MA		0	Africa/Casablanca	35.5778	-5.74826				01	511		
10954698	Dar Dqioueq	dar-dqioueq	MA		0	Africa/Casablanca	35.57084	-5.63288				01	571		
10954702	Dar El Alabi Mohamed	dar-el-alabi-mohamed	MA		0	Africa/Casablanca	35.57383	-5.6626				01	571		
10954722	Dar Abdessalam	dar-abdessalam	MA		0	Africa/Casablanca	35.56853	-5.67196				01	571		
10954736	Dar Chaoui Leqdima	dar-chaoui-leqdima	MA		0	Africa/Casablanca	35.55721	-5.72417				01	511		
10954749	Douar Bab Saf	douar-bab-saf	MA		0	Africa/Casablanca	35.5451	-5.65931				01	571		
10954753	Douar Dhar Sbae	douar-dhar-sbae	MA		0	Africa/Casablanca	35.53907	-5.64262				01	571		
10954760	Douar Dhar Essour	douar-dhar-essour	MA		0	Africa/Casablanca	35.53474	-5.68778				01	571		
10954764	El Kasba	el-kasba	MA		0	Africa/Casablanca	35.52814	-5.70703				01	571		
10954776	Tnine Ben Harchene	tnine-ben-harchene	MA		0	Africa/Casablanca	35.52351	-5.6293				01	571		
10954778	Douar Ain Mtie	douar-ain-mtie	MA		0	Africa/Casablanca	35.51803	-5.62954				01	571		
10954779	Douar Dar Bou Ayyad	douar-dar-bou-ayyad	MA		0	Africa/Casablanca	35.51432	-5.63883				01	571		
10954780	Douar Khaziouech	douar-khaziouech	MA		0	Africa/Casablanca	35.51369	-5.64256				01	571		
10954782	Douar Ahrit	douar-ahrit	MA		0	Africa/Casablanca	35.51904	-5.62593				01	571		
10954789	Douar Dhar Errommane	douar-dhar-errommane	MA		0	Africa/Casablanca	35.51198	-5.65617				01	571		
10954791	Douar Lkhandeq	douar-lkhandeq	MA		0	Africa/Casablanca	35.51546	-5.67144				01	571		
10954796	Douar Sidi Bou Saber	douar-sidi-bou-saber	MA		0	Africa/Casablanca	35.51963	-5.70575				01	571		
10954808	Douar Mouaja	douar-mouaja	MA		0	Africa/Casablanca	35.50309	-5.69649				01	571		
10954813	Douar Ghmanta	douar-ghmanta	MA		0	Africa/Casablanca	35.50402	-5.672				01	571		
10954818	Douar Ain Amtih	douar-ain-amtih	MA		0	Africa/Casablanca	35.5103	-5.63831				01	571		
10954821	Douar Aachiouech	douar-aachiouech	MA		0	Africa/Casablanca	35.5067	-5.64898				01	571		
10954822	Douar Kzira	douar-kzira	MA		0	Africa/Casablanca	35.50476	-5.65849				01	571		
10954826	Douar Yaakoubech	douar-yaakoubech	MA		0	Africa/Casablanca	35.50176	-5.73612				01	571		
10954878	École Ziaida	ecole-ziaida	MA		0	Africa/Casablanca	33.49569	-7.09924		Ecole Ziaida,École Ziaida		06	111		
10954891	Dlem Dir	dlem-dir	MA		0	Africa/Casablanca	35.73722	-5.67962				01	227		
10954899	Dar Mohamed Hejjam	dar-mohamed-hejjam	MA		0	Africa/Casablanca	35.74567	-5.34855				01			
10954907	Boulaaychich	boulaaychich	MA		0	Africa/Casablanca	35.73873	-5.63531				01	227		
10954910	Lemhalla	lemhalla	MA		0	Africa/Casablanca	35.73238	-5.63858				01	227		
10954916	Houmal Hdaoud	houmal-hdaoud	MA		0	Africa/Casablanca	35.73445	-5.67505				01	227		
10954927	Houmat Hommida	houmat-hommida	MA		0	Africa/Casablanca	35.72377	-5.72339				01	227		
10954932	Qahouat Laamarti	qahouat-laamarti	MA		0	Africa/Casablanca	35.71403	-5.70153				01	227		
10954953	Houmat Erraouda	houmat-erraouda	MA		0	Africa/Casablanca	35.71142	-5.70898				01	227		
10954954	Houmat Beqqacha	houmat-beqqacha	MA		0	Africa/Casablanca	35.71367	-5.71864				01	227		
10954981	Houmat Lmaghara	houmat-lmaghara	MA		0	Africa/Casablanca	35.70052	-5.69791				01	227		
10954984	Bouhmar	bouhmar	MA		0	Africa/Casablanca	35.69984	-5.72877				01	511		
10954994	Diouanat Lborj	diouanat-lborj	MA		0	Africa/Casablanca	35.69355	-5.72598				01	511		
10955006	Lemrah	lemrah	MA		0	Africa/Casablanca	35.69329	-5.64744				01	227		
10955007	Dchichat	dchichat	MA		0	Africa/Casablanca	35.69517	-5.64124				01	227		
10955008	Houmat Lgueisa	houmat-lgueisa	MA		0	Africa/Casablanca	35.69508	-5.63676				01	227		
10955009	Lemtalqa	lemtalqa	MA		0	Africa/Casablanca	35.70336	-5.64373				01	227		
10955016	Oulad Ben Slimane	oulad-ben-slimane	MA		0	Africa/Casablanca	35.68576	-5.73347				01	511		
10955024	Tayfi	tayfi	MA		0	Africa/Casablanca	35.67431	-5.70855				01	227		
10955025	Krouchi Malloussa	krouchi-malloussa	MA		0	Africa/Casablanca	35.67945	-5.69971				01	227		
10955037	Khribat Chaqroune	khribat-chaqroune	MA		0	Africa/Casablanca	35.66909	-5.66319				01	227		
10955043	Gorge	gorge	MA		0	Africa/Casablanca	35.66915	-5.73516				01	511		
10955044	Skhira	skhira	MA		0	Africa/Casablanca	35.66963	-5.7437				01	511		
10955050	Lekhreb	lekhreb	MA		0	Africa/Casablanca	35.66012	-5.74044				01	511		
10955063	Houmat Lebyar	houmat-lebyar	MA		0	Africa/Casablanca	35.66118	-5.66875				01	227		
10955064	Houmat Mrina	houmat-mrina	MA		0	Africa/Casablanca	35.65807	-5.67982				01	227		
10955066	Gargar	gargar	MA		0	Africa/Casablanca	35.65797	-5.63556				01	227		
10955072	Hakkama	hakkama	MA		0	Africa/Casablanca	35.65483	-5.68356				01	227		
10955081	Ghozlane	ghozlane	MA		0	Africa/Casablanca	35.65116	-5.72353				01	511		
10955091	Dar Ahmed Ben Allal	dar-ahmed-ben-allal	MA		0	Africa/Casablanca	35.64376	-5.6845				01	227		
10955100	Sidi Mohamed El Haj	sidi-mohamed-el-haj	MA		0	Africa/Casablanca	35.64308	-5.62676				01	227		
10955106	Marj Sayyoufa	marj-sayyoufa	MA		0	Africa/Casablanca	35.63956	-5.71085				01	227		
10955114	Rouida	rouida	MA		0	Africa/Casablanca	35.6344	-5.74535				01	511		
10955118	Dar El Mokhtar El Baqqali	dar-el-mokhtar-el-baqqali	MA		0	Africa/Casablanca	35.6253	-5.74309				01	511		
10955121	Gherbaoua	gherbaoua	MA		0	Africa/Casablanca	35.6253	-5.70779				01	227		
10955129	Lmers	lmers	MA		0	Africa/Casablanca	35.65647	-5.7273				01	511		
10955143	Douar Tlata	douar-tlata	MA		0	Africa/Casablanca	35.73374	-5.61663				01	227		
10955148	Douar Laqraouer	douar-laqraouer	MA		0	Africa/Casablanca	35.73952	-5.57905				01	227		
10955151	Douar El Fahhamine	douar-el-fahhamine	MA		0	Africa/Casablanca	35.74332	-5.55703				01	227		
10955158	Douar Htatech	douar-htatech	MA		0	Africa/Casablanca	35.7436	-5.51797				01	227		
10955160	Bni Bachir	bni-bachir	MA		0	Africa/Casablanca	35.74672	-5.51173				01	227		
10955161	Dar Chtiba	dar-chtiba	MA		0	Africa/Casablanca	35.74193	-5.50152				01	227		
10955165	Douar Mchiref	douar-mchiref	MA		0	Africa/Casablanca	35.72721	-5.53559				01	227		
10955166	Douar Msiaad	douar-msiaad	MA		0	Africa/Casablanca	35.73064	-5.57974				01	227		
10955181	Dar Qachchana	dar-qachchana	MA		0	Africa/Casablanca	35.72415	-5.53413				01	227		
10955184	Douar Jarda	douar-jarda	MA		0	Africa/Casablanca	35.72524	-5.50694				01	227		
10955190	Dar Oqqal	dar-oqqal	MA		0	Africa/Casablanca	35.71749	-5.53687				01	227		
10955199	Douar Houmat Legnaber	douar-houmat-legnaber	MA		0	Africa/Casablanca	35.70146	-5.60734				01	227		
10955204	Douar Chaayriyach	douar-chaayriyach	MA		0	Africa/Casablanca	35.70687	-5.56565				01	227		
10955205	Douar Boubardae	douar-boubardae	MA		0	Africa/Casablanca	35.70459	-5.55024				01	227		
10955206	Douar Hdaoud	douar-hdaoud	MA		0	Africa/Casablanca	35.7072	-5.53261				01	227		
10955215	Douar Lekdioua	douar-lekdioua	MA		0	Africa/Casablanca	35.70118	-5.57792				01	227		
10955217	Haoumat Jhayraje	haoumat-jhayraje	MA		0	Africa/Casablanca	35.69929	-5.57727				01	227		
10955218	Douar Bghayllach	douar-bghayllach	MA		0	Africa/Casablanca	35.69978	-5.56098				01	227		
10955219	Dar Leghrib	dar-leghrib	MA		0	Africa/Casablanca	35.70144	-5.5418				01	227		
10955220	Douar Lakhyayat	douar-lakhyayat	MA		0	Africa/Casablanca	35.69596	-5.53022				01	227		
10955222	Douar Ezzaouia	douar-ezzaouia	MA		0	Africa/Casablanca	35.70238	-5.52225				01	227		
10955234	Ezzaouia Ettijaniya	ezzaouia-ettijaniya	MA		0	Africa/Casablanca	35.68986	-5.52457				01	227		
10955238	Douar Boulaaychich	douar-boulaaychich	MA		0	Africa/Casablanca	35.69145	-5.52788				01	227		
10955241	Douar Khaliaach	douar-khaliaach	MA		0	Africa/Casablanca	35.68615	-5.53713				01	227		
10955244	Douar Mqadmach	douar-mqadmach	MA		0	Africa/Casablanca	35.69376	-5.55331				01	227		
10955245	Douar Leksiba	douar-leksiba	MA		0	Africa/Casablanca	35.69281	-5.55735				01	227		
10955248	Douar Azibayyache	douar-azibayyache	MA		0	Africa/Casablanca	35.69546	-5.56697				01	227		
10955263	Douar Skhakhene	douar-skhakhene	MA		0	Africa/Casablanca	35.67985	-5.5629				01	227		
10955265	Douar Ain Harrat	douar-ain-harrat	MA		0	Africa/Casablanca	35.68115	-5.53118				01	227		
10955266	Douar Rmilat	douar-rmilat	MA		0	Africa/Casablanca	35.68147	-5.52245				01	227		
10955273	Douar Hlatat	douar-hlatat	MA		0	Africa/Casablanca	35.67831	-5.56712				01	227		
10955274	Douar Houmat Hdaoud	douar-houmat-hdaoud	MA		0	Africa/Casablanca	35.67185	-5.56496				01	227		
10955284	Douar Houmat Jhayraj	douar-houmat-jhayraj	MA		0	Africa/Casablanca	35.66327	-5.56985				01	227		
10955286	Houmat Talidiyache	houmat-talidiyache	MA		0	Africa/Casablanca	35.65904	-5.5544				01	227		
10955287	Douar Bouzaki	douar-bouzaki	MA		0	Africa/Casablanca	35.66938	-5.55443				01	227		
10955288	Douar Zmazmach	douar-zmazmach	MA		0	Africa/Casablanca	35.66671	-5.54695				01	227		
10955292	Douar Lkalaa	douar-lkalaa	MA		0	Africa/Casablanca	35.66625	-5.52815				01	227		
10955296	Zouada	zouada	MA		0	Africa/Casablanca	35.66013	-5.51077				01	227		
10955304	Douar Marj Elloua	douar-marj-elloua	MA		0	Africa/Casablanca	35.65221	-5.59479				01	227		
10955307	Douar Houmat Lhahef	douar-houmat-lhahef	MA		0	Africa/Casablanca	35.65516	-5.55199				01	227		
10955308	Douar Ben Hallou Essoufli	douar-ben-hallou-essoufli	MA		0	Africa/Casablanca	35.65368	-5.51595				01	227		
10955314	Douar Bni Maadene	douar-bni-maadene	MA		0	Africa/Casablanca	35.63947	-5.52863				01	227		
10955316	Douar Houmat Zyadna	douar-houmat-zyadna	MA		0	Africa/Casablanca	35.63788	-5.54431				01	571		
10955318	Douar Chfared	douar-chfared	MA		0	Africa/Casablanca	35.63225	-5.53893				01	571		
10955319	Douar Zbirach	douar-zbirach	MA		0	Africa/Casablanca	35.63132	-5.54378				01	571		
10955321	Douar Lebrareq	douar-lebrareq	MA		0	Africa/Casablanca	35.63167	-5.55848				01	571		
10955322	Dhar Aydoune	dhar-aydoune	MA		0	Africa/Casablanca	35.64073	-5.54882				01	571		
10955323	Douar Outa Jamae	douar-outa-jamae	MA		0	Africa/Casablanca	35.64325	-5.56431				01	571		
10955328	Dar Obich	dar-obich	MA		0	Africa/Casablanca	35.64095	-5.58669				01	227		
10955329	Dar Mimoune	dar-mimoune	MA		0	Africa/Casablanca	35.64304	-5.59206				01	227		
10955332	Douar Lhaoud	douar-lhaoud	MA		0	Africa/Casablanca	35.63924	-5.62245				01	227		
10955341	Douar Laatnoune	douar-laatnoune	MA		0	Africa/Casablanca	35.62628	-5.58446				01	227		
10955345	Douar Hmamdach	douar-hmamdach	MA		0	Africa/Casablanca	35.62801	-5.55514				01	571		
10955354	Douar Lemrajae	douar-lemrajae	MA		0	Africa/Casablanca	35.62703	-5.60405				01	227		
10955358	Douar Tafza	douar-tafza	MA		0	Africa/Casablanca	35.67268	-5.54435				01	227		
10955371	Htatech	htatech	MA		0	Africa/Casablanca	35.7484	-5.52898				01	227		
10955387	Oqbet Souq	oqbet-souq	MA		0	Africa/Casablanca	35.87097	-5.50516				01	227		
10955391	Oued Ghlala	oued-ghlala	MA		0	Africa/Casablanca	35.86454	-5.52563				01	227		
10955392	Mrissa Dejald	mrissa-dejald	MA		0	Africa/Casablanca	35.86014	-5.53086				01	227		
10955403	Labriyyej	labriyyej	MA		0	Africa/Casablanca	35.85101	-5.53804				01	227		
10955408	Dajouane	dajouane	MA		0	Africa/Casablanca	35.83915	-5.56257				01	227		
10955409	Ksar Lmajaz	ksar-lmajaz	MA		0	Africa/Casablanca	35.84484	-5.5519				01	227		
10955411	Lamrah	lamrah	MA		0	Africa/Casablanca	35.84184	-5.53605				01	227		
10955412	Chouiyekh	chouiyekh	MA		0	Africa/Casablanca	35.8413	-5.56769				01	227		
10955416	Diki	diki	MA		0	Africa/Casablanca	35.83179	-5.59228				01	227		
10955417	Malliyech Soufla	malliyech-soufla	MA		0	Africa/Casablanca	35.82882	-5.5873				01	227		
10955418	Souihla	souihla	MA		0	Africa/Casablanca	35.82697	-5.58303				01	227		
10955420	Kahliya	kahliya	MA		0	Africa/Casablanca	35.8325	-5.58226				01	227		
10955422	Qiyada	qiyada	MA		0	Africa/Casablanca	35.82686	-5.56541				01	227		
10955423	Assoqfane	assoqfane	MA		0	Africa/Casablanca	35.83082	-5.55644				01	227		
10955426	Dir Alilou	dir-alilou	MA		0	Africa/Casablanca	35.83438	-5.55431				01	227		
10955427	Lmatreh	lmatreh	MA		0	Africa/Casablanca	35.83264	-5.5546				01	227		
10955429	Ghoudane Jaaydi	ghoudane-jaaydi	MA		0	Africa/Casablanca	35.83539	-5.55195				01	227		
10955431	Hafet Zidan	hafet-zidan	MA		0	Africa/Casablanca	35.83659	-5.53523				01	227		
10955433	Raffada	raffada	MA		0	Africa/Casablanca	35.82814	-5.55504				01	227		
10955442	Ain Laagayez	ain-laagayez	MA		0	Africa/Casablanca	35.81429	-5.4984				01	227		
10955448	Ain Chouka	ain-chouka	MA		0	Africa/Casablanca	35.81949	-5.54296				01	227		
10955453	Taqrie	taqrie	MA		0	Africa/Casablanca	35.81928	-5.56546				01	227		
10955457	Ratma	ratma	MA		0	Africa/Casablanca	35.82426	-5.58075				01	227		
10955462	Aqbet Jrifat	aqbet-jrifat	MA		0	Africa/Casablanca	35.81155	-5.61705				01	227		
10955465	Mtaleq	mtaleq	MA		0	Africa/Casablanca	35.81965	-5.60222				01	227		
10955466	Lhouma Dlamrah	lhouma-dlamrah	MA		0	Africa/Casablanca	35.80555	-5.60978				01	227		
10955467	Dhar Hassana	dhar-hassana	MA		0	Africa/Casablanca	35.80355	-5.61225				01	227		
10955470	Ghrissa Tayeb	ghrissa-tayeb	MA		0	Africa/Casablanca	35.79963	-5.5835				01	227		
10955480	Laadouiya	laadouiya	MA		0	Africa/Casablanca	35.79716	-5.5418				01	227		
10955481	Ain Dib	ain-dib	MA		0	Africa/Casablanca	35.79541	-5.53749				01	227		
10955482	Trabqech	trabqech	MA		0	Africa/Casablanca	35.79765	-5.53738				01	227		
10955486	Nouidra	nouidra	MA		0	Africa/Casablanca	35.80922	-5.51254				01	227		
10955487	Ain Allou	ain-allou	MA		0	Africa/Casablanca	35.79744	-5.51732				01	227		
10955489	Hjar Mahrout	hjar-mahrout	MA		0	Africa/Casablanca	35.79871	-5.5158				01	227		
10955497	Rchachqa	rchachqa	MA		0	Africa/Casablanca	35.78747	-5.51153				01	227		
10955498	Draouich	draouich	MA		0	Africa/Casablanca	35.791	-5.53408				01	227		
10955499	Hatba Jbeh	hatba-jbeh	MA		0	Africa/Casablanca	35.78479	-5.53548				01	227		
10955500	Fach	fach	MA		0	Africa/Casablanca	35.77793	-5.52616				01	227		
10955504	Marja	marja	MA		0	Africa/Casablanca	35.78615	-5.53957				01	227		
10955505	Sahel Afarsou	sahel-afarsou	MA		0	Africa/Casablanca	35.78719	-5.54222				01	227		
10955517	Lahjer Olaaqab	lahjer-olaaqab	MA		0	Africa/Casablanca	35.78019	-5.60016				01	227		
10955522	Touatya	touatya	MA		0	Africa/Casablanca	35.77605	-5.60598				01	227		
10955529	Zriba	zriba	MA		0	Africa/Casablanca	35.765	-5.60897				01	227		
10955536	Ghabbira	ghabbira	MA		0	Africa/Casablanca	35.7555	-5.6047				01	227		
10955537	Mqabrech	mqabrech	MA		0	Africa/Casablanca	35.75603	-5.60443				01	227		
10955538	Triba	triba	MA		0	Africa/Casablanca	35.75993	-5.60377				01	227		
10955546	Lqouir	lqouir	MA		0	Africa/Casablanca	35.7515	-5.5767				01	227		
10955553	Azib Lhattache	azib-lhattache	MA		0	Africa/Casablanca	35.76827	-5.51977				01	227		
10955591	Pointi Dektama	pointi-dektama	MA		0	Africa/Casablanca	35.77552	-5.52523				01	227		
10955597	Lahliyyeq	lahliyyeq	MA		0	Africa/Casablanca	35.83448	-5.61408				01			
10955699	Tawrirt-n-Aït ’Issa	tawrirt-n-ait-issa	MA		0	Africa/Casablanca	30.47119	-7.92951				09	541		
10955704	Dar Ouad Libbadi	dar-ouad-libbadi	MA		0	Africa/Casablanca	35.73775	-5.34996				01			
10955706	Villas Marina Smir	villas-marina-smir	MA		0	Africa/Casablanca	35.73991	-5.34191				01			
10955708	Dar Ahmed Lamrsbel	dar-ahmed-lamrsbel	MA		0	Africa/Casablanca	35.73657	-5.36871				01			
10955711	El Koutha	el-koutha	MA		0	Africa/Casablanca	35.72996	-5.34971				01			
10955713	Dar Rachid Libbad	dar-rachid-libbad	MA		0	Africa/Casablanca	35.72791	-5.34308				01			
10955714	Kabila	kabila	MA		0	Africa/Casablanca	35.72294	-5.3379				05	255		
10955715	Dar Abdallah Chtioui	dar-abdallah-chtioui	MA		0	Africa/Casablanca	35.72666	-5.35089				01			
10955720	Douar Jaabeq	douar-jaabeq	MA		0	Africa/Casablanca	35.7185	-5.3677				01			
10955722	Dar Ali Lemraba	dar-ali-lemraba	MA		0	Africa/Casablanca	35.71895	-5.35971				01			
10955731	Hay Bouzaghal	hay-bouzaghal	MA		0	Africa/Casablanca	35.6993	-5.34676				01			
10955733	Hay Mbarek Jodi	hay-mbarek-jodi	MA		0	Africa/Casablanca	35.69179	-5.33578				01			
10955734	Douar Bin Chettab	douar-bin-chettab	MA		0	Africa/Casablanca	35.69119	-5.35292				01			
10955740	Hay Kabat	hay-kabat	MA		0	Africa/Casablanca	35.68496	-5.33158				01			
10955741	Houtat Aissaoua	houtat-aissaoua	MA		0	Africa/Casablanca	35.68133	-5.32951				01			
10955742	Hay El Boughaz	hay-el-boughaz	MA		0	Africa/Casablanca	35.68105	-5.3245				01			
10955743	Hay Essalam	hay-essalam	MA		0	Africa/Casablanca	35.68377	-5.33379				01			
10955744	Hay El Mostaqbat	hay-el-mostaqbat	MA		0	Africa/Casablanca	35.6788	-5.32742				01			
10955748	Cap Negro I	cap-negro-i	MA		0	Africa/Casablanca	35.67216	-5.28328				01			
10955754	Dar Sbya	dar-sbya	MA		0	Africa/Casablanca	35.6666	-5.31566				01			
10955757	Dar Abdessalam Mechati	dar-abdessalam-mechati	MA		0	Africa/Casablanca	35.66678	-5.34277				01	571		
10955762	Douar Issih	douar-issih	MA		0	Africa/Casablanca	35.6628	-5.34411				01	571		
10955765	Douar Errorou	douar-errorou	MA		0	Africa/Casablanca	35.65977	-5.33001				01	571		
10955766	Coopérative el Hassaniye	cooperative-el-hassaniye	MA		0	Africa/Casablanca	35.65616	-5.3204		Cooperative el Hassaniye,Coopérative el Hassaniye		01	571		
10955768	Lotissement Bostane Capo	lotissement-bostane-capo	MA		0	Africa/Casablanca	35.66196	-5.3006				01			
10955770	Cap Negro II	cap-negro-ii	MA		10000	Africa/Casablanca	35.6597	-5.28525		Cabo Negro,Cap Negro II,Kabo Negro,Кабо Негро		01			
10955777	Dar Mohamed Karkich	dar-mohamed-karkich	MA		0	Africa/Casablanca	35.65067	-5.33259				01	571		
10955788	Douar Helioua	douar-helioua	MA		0	Africa/Casablanca	35.6435	-5.34411				01	571		
10955791	Hay Oued El Maleh	hay-oued-el-maleh	MA		0	Africa/Casablanca	35.63743	-5.28669				01			
10955794	Dar Mohamed Ben Zegdoune	dar-mohamed-ben-zegdoune	MA		0	Africa/Casablanca	35.63583	-5.313				01			
10955797	Dar Abdellah Hamacud	dar-abdellah-hamacud	MA		0	Africa/Casablanca	35.63768	-5.32832				01	571		
10955798	Douar Bou Hjiyer	douar-bou-hjiyer	MA		0	Africa/Casablanca	35.63912	-5.3336				01	571		
10955808	Dar Mohamed Khadher	dar-mohamed-khadher	MA		0	Africa/Casablanca	35.63059	-5.36085				01	571		
10955813	Hay Chbar Leedira	hay-chbar-leedira	MA		0	Africa/Casablanca	35.62617	-5.28759				01			
10955814	Hay Chbar Jdid	hay-chbar-jdid	MA		0	Africa/Casablanca	35.62745	-5.27618				01			
10955817	Hay Ahriq	hay-ahriq	MA		0	Africa/Casablanca	35.63111	-5.29277				01			
10955818	Douar Rmilat	douar-rmilat	MA		0	Africa/Casablanca	35.62822	-5.31865				01			
10955819	Dar Mohamed El Yaaqoubi	dar-mohamed-el-yaaqoubi	MA		0	Africa/Casablanca	35.62738	-5.36891				01	571		
10955823	Residenze Du Gat Rayni	residenze-du-gat-rayni	MA		0	Africa/Casablanca	35.64861	-5.28142				01			
10955830	Tighiwjit	tighiwjit	MA		0	Africa/Casablanca	30.4441	-7.9722				09	541		
10955847	Addig	addig	MA		0	Africa/Casablanca	30.30209	-7.95961				09	541		
10955860	Azabdar	azabdar	MA		0	Africa/Casablanca	30.29779	-7.89214				09	541		
10955875	Zawyat-n-Wawoust	zawyat-n-wawoust	MA		0	Africa/Casablanca	30.42947	-7.89929				09	541		
10955878	Tanfkakht	tanfkakht	MA		0	Africa/Casablanca	30.44369	-7.88885				09	541		
10955883	Taglawwout	taglawwout	MA		0	Africa/Casablanca	30.47151	-7.91575				09	541		
10955888	Izargane	izargane	MA		0	Africa/Casablanca	30.49621	-7.88166				09	541		
10955889	L’aïn-n-Slou	l-ain-n-slou	MA		0	Africa/Casablanca	30.49069	-7.87657				09	541		
10955893	Ifriy	ifriy	MA		0	Africa/Casablanca	30.44499	-7.84019				09	541		
10955895	Tasga	tasga	MA		0	Africa/Casablanca	30.44019	-7.82814				09	541		
10955903	Anighd	anighd	MA		0	Africa/Casablanca	30.34072	-7.87196				09	541		
10955919	Imirçid	imircid	MA		0	Africa/Casablanca	30.25984	-7.80608				09	541		
10955939	Ighir-n-Tafrawt	ighir-n-tafrawt	MA		0	Africa/Casablanca	30.43387	-7.8223				09	541		
10955944	Timarsit	timarsit	MA		0	Africa/Casablanca	30.46167	-7.76663				09	541		
10955945	Agni	agni	MA		0	Africa/Casablanca	30.49396	-7.80947				09	541		
10955980	Douar Oae Mazrar	douar-oae-mazrar	MA		0	Africa/Casablanca	35.54351	-5.23395				01	571		
10955999	Houmat Lmazbagh	houmat-lmazbagh	MA		0	Africa/Casablanca	35.54313	-5.22394				01	571		
10956001	Houmat Lebram	houmat-lebram	MA		0	Africa/Casablanca	35.53639	-5.21565				01	571		
10956008	Houmat Essania	houmat-essania	MA		0	Africa/Casablanca	35.53438	-5.21821				01	571		
10956011	Houmat Leghrayes	houmat-leghrayes	MA		0	Africa/Casablanca	35.52724	-5.22619				01	571		
10956012	Houmat Aghbalou	houmat-aghbalou	MA		0	Africa/Casablanca	35.52986	-5.2251				01	571		
10956013	Commune Zaouiat Sdi Kacem	commune-zaouiat-sdi-kacem	MA		0	Africa/Casablanca	35.52654	-5.22776				01	571		
10956015	Houmat Lqaytoune	houmat-lqaytoune	MA		0	Africa/Casablanca	35.53566	-5.2287				01	571		
10956021	Douar Tamarnout	douar-tamarnout	MA		0	Africa/Casablanca	35.52247	-5.1739				01	571		
10956024	Houmat Rtila	houmat-rtila	MA		0	Africa/Casablanca	35.5154	-5.17907				01	571		
10956026	Houmat Taghzout Edra	houmat-taghzout-edra	MA		0	Africa/Casablanca	35.51275	-5.19579				01	571		
10956031	Douar Amdagh	douar-amdagh	MA		0	Africa/Casablanca	35.5169	-5.23027				01	571		
10956032	Houmat Louta	houmat-louta	MA		0	Africa/Casablanca	35.52455	-5.22534				01	571		
10956040	Dar Mohamed Hayyouna	dar-mohamed-hayyouna	MA		0	Africa/Casablanca	35.50722	-5.18568				01	571		
10956044	Dar Abdessalam Mahann Oumach	dar-abdessalam-mahann-oumach	MA		0	Africa/Casablanca	35.50563	-5.20064				01	571		
10956057	Douar Errafiyine Essoufyya	douar-errafiyine-essoufyya	MA		0	Africa/Casablanca	35.50904	-5.23866				01	571		
10956060	Douar Dar Bouchta	douar-dar-bouchta	MA		0	Africa/Casablanca	35.50087	-5.21627				01	571		
10956065	Douar Asselki	douar-asselki	MA		0	Africa/Casablanca	35.49915	-5.18498				01	571		
10956066	Houmat Bou Bqar	houmat-bou-bqar	MA		0	Africa/Casablanca	35.50487	-5.18382				01	571		
10956069	Houmat Mae Souani	houmat-mae-souani	MA		0	Africa/Casablanca	35.50358	-5.1563				01	571		
10956264	Douar Chehalfa	douar-chehalfa	MA		0	Africa/Casablanca	34.73385	-2.11353				02	411		
10956266	Douar Legtac	douar-legtac	MA		0	Africa/Casablanca	34.73695	-2.10606				02	411		
10956285	Douar Lebruzi	douar-lebruzi	MA		0	Africa/Casablanca	34.7281	-2.10063				02	411		
10956286	Douar Qcjacuaa	douar-qcjacuaa	MA		0	Africa/Casablanca	34.7242	-2.11417				02	411		
10956288	Douar Oulad Zaid	douar-oulad-zaid	MA		0	Africa/Casablanca	34.7207	-2.10142				02	411		
10956294	Douar Oulad Meriem	douar-oulad-meriem	MA		0	Africa/Casablanca	34.72404	-2.05201				02	411		
10956299	Douar Oulad Massaoud	douar-oulad-massaoud	MA		0	Africa/Casablanca	34.71731	-2.01935				02	411		
10956307	Douar Oulad El Houari	douar-oulad-el-houari	MA		0	Africa/Casablanca	34.71039	-2.03506				02	411		
10956313	Douar Chehalfa	douar-chehalfa	MA		0	Africa/Casablanca	34.71265	-2.08392				02	411		
10956314	Douar Kaaoucha	douar-kaaoucha	MA		0	Africa/Casablanca	34.70762	-2.10478				02	411		
10956321	Douar Lemhaya	douar-lemhaya	MA		0	Africa/Casablanca	34.69538	-2.09255				02	411		
10956323	Douar El Haj Bou Medyane	douar-el-haj-bou-medyane	MA		0	Africa/Casablanca	34.69924	-2.06465				02	411		
10956327	Douar Mastadi	douar-mastadi	MA		0	Africa/Casablanca	34.69552	-2.02525				02	411		
10956337	Douar Oulad Bou Madyane	douar-oulad-bou-madyane	MA		0	Africa/Casablanca	34.67706	-2.01528				02	411		
10956343	Douar Oulad Cherif	douar-oulad-cherif	MA		0	Africa/Casablanca	34.67878	-2.08675				02	411		
10956346	Douar Oulad Khelladi	douar-oulad-khelladi	MA		0	Africa/Casablanca	34.66739	-2.10016				02	411		
10956348	Douar Ayyadene	douar-ayyadene	MA		0	Africa/Casablanca	34.68204	-2.11982				02	411		
10956349	Douar Zeragta	douar-zeragta	MA		0	Africa/Casablanca	34.68675	-2.08237				02	411		
10956352	Douar Oulad Ben Abdelkader	douar-oulad-ben-abdelkader	MA		0	Africa/Casablanca	34.68836	-2.05699				02	411		
10956355	Douar Mouzzeurane	douar-mouzzeurane	MA		0	Africa/Casablanca	34.67299	-2.12085				02	411		
10956357	Douar Oulad Lhirech	douar-oulad-lhirech	MA		0	Africa/Casablanca	34.6716	-2.10656				02	411		
10956362	Douar Oulad Bou Louis	douar-oulad-bou-louis	MA		0	Africa/Casablanca	34.66729	-2.03118				02	411		
10956363	Douar Oulad El Haj Moussa	douar-oulad-el-haj-moussa	MA		0	Africa/Casablanca	34.66612	-2.01701				02	411		
10956365	Douar Oulad El Haj Moussa	douar-oulad-el-haj-moussa	MA		0	Africa/Casablanca	34.67518	-2.00435				02	411		
10956371	Douar Oulad Errifi	douar-oulad-errifi	MA		0	Africa/Casablanca	34.66376	-2.06742				02	411		
10956378	Douar Oulad Bou Taib	douar-oulad-bou-taib	MA		0	Africa/Casablanca	34.65839	-2.1124				02	411		
10956382	Douar Oulad Ben Said	douar-oulad-ben-said	MA		0	Africa/Casablanca	34.64545	-2.11724				02	411		
10956384	Douar Oulad Tahar	douar-oulad-tahar	MA		0	Africa/Casablanca	34.64923	-2.09909				02	411		
10956389	Douar Elnaimiyyine	douar-elnaimiyyine	MA		0	Africa/Casablanca	34.64687	-2.06493				02	411		
10956404	Douar Oulad Kari	douar-oulad-kari	MA		0	Africa/Casablanca	34.62988	-2.02796				02	411		
10956420	Coopérative Harraza	cooperative-harraza	MA		0	Africa/Casablanca	34.70178	-2.04066				02	411		
10956460	Douar Taqarboust Echorfa	douar-taqarboust-echorfa	MA		0	Africa/Casablanca	34.86049	-2.36511				02	113		
10956461	Dar Abdelkader	dar-abdelkader	MA		0	Africa/Casablanca	34.87155	-2.33284				02	113		
10956462	Oulad Aicha	oulad-aicha	MA		0	Africa/Casablanca	34.87243	-2.32116				02	113		
10956463	Douar Taddakht	douar-taddakht	MA		0	Africa/Casablanca	34.86812	-2.32232				02	113		
10956466	Douar Imajmouane	douar-imajmouane	MA		0	Africa/Casablanca	34.86845	-2.28659				02	113		
10956469	Douar Ihoubadene	douar-ihoubadene	MA		0	Africa/Casablanca	34.85855	-2.2791				02	113		
10956476	Douar Idfane	douar-idfane	MA		0	Africa/Casablanca	34.85998	-2.2531				02	113		
10956479	Douar Agdal	douar-agdal	MA		0	Africa/Casablanca	34.86005	-2.26977				02	113		
10956482	Tazoubart Arsas	tazoubart-arsas	MA		0	Africa/Casablanca	34.8548	-2.29565				02	113		
10956487	Douar Joushra	douar-joushra	MA		0	Africa/Casablanca	34.84845	-2.31865				02	113		
10956489	Douar Tafraout	douar-tafraout	MA		0	Africa/Casablanca	34.84697	-2.35655				02	113		
10956491	Douar Tanziri	douar-tanziri	MA		0	Africa/Casablanca	34.84357	-2.35897				02	113		
10956492	Zaouia	zaouia	MA		0	Africa/Casablanca	34.84433	-2.35592				02	113		
10956500	Douar Lehdara	douar-lehdara	MA		0	Africa/Casablanca	34.84318	-2.30337				02	113		
10956512	Douar Tizi Hassane	douar-tizi-hassane	MA		0	Africa/Casablanca	34.82149	-2.28932				02	113		
10956517	Dar Ait Mokhtar	dar-ait-mokhtar	MA		0	Africa/Casablanca	34.83262	-2.30436				02	113		
10956520	Douar Iyousidane	douar-iyousidane	MA		0	Africa/Casablanca	34.82934	-2.31777				02	113		
10956524	Douar Oulad Aissa	douar-oulad-aissa	MA		0	Africa/Casablanca	34.83163	-2.31161				02	113		
10956531	Bou Dabora	bou-dabora	MA		0	Africa/Casablanca	34.81815	-2.36414				02	113		
10956532	Douar Ihilmdane	douar-ihilmdane	MA		0	Africa/Casablanca	34.81893	-2.35307				02	113		
10956535	Douar Ialsouene	douar-ialsouene	MA		0	Africa/Casablanca	34.8313	-2.36515				02	113		
10956538	Douar Habbane	douar-habbane	MA		0	Africa/Casablanca	34.81798	-2.27636				02	411		
10956539	Douar Ould Ahliyou	douar-ould-ahliyou	MA		0	Africa/Casablanca	34.81514	-2.28576				02	411		
10956540	Douar Oulad Daoud	douar-oulad-daoud	MA		0	Africa/Casablanca	34.81426	-2.25258				02	411		
10956541	Douar Oulad Rami	douar-oulad-rami	MA		0	Africa/Casablanca	34.8116	-2.25921				02	411		
10956542	Douar Habbane	douar-habbane	MA		0	Africa/Casablanca	34.81086	-2.2657				02	411		
10956545	Douar Kardous	douar-kardous	MA		0	Africa/Casablanca	34.81236	-2.28016				02	411		
10956547	Douar Tihlat	douar-tihlat	MA		0	Africa/Casablanca	34.80617	-2.29438				02	113		
10956550	Douar Tsakht	douar-tsakht	MA		0	Africa/Casablanca	34.80618	-2.30046				02	113		
10956553	Douar Oulad Hdoud	douar-oulad-hdoud	MA		0	Africa/Casablanca	34.80226	-2.31262				02	113		
10956556	Douar Itsouli	douar-itsouli	MA		0	Africa/Casablanca	34.807	-2.33575				02	113		
10956562	Douar Hida Bni Ahmed	douar-hida-bni-ahmed	MA		0	Africa/Casablanca	34.80591	-2.34638				02	113		
10956565	Douar Ali Ben Yassine	douar-ali-ben-yassine	MA		0	Africa/Casablanca	34.80633	-2.36228				02	113		
10956567	Sidi Mohamed Ben El Haj	sidi-mohamed-ben-el-haj	MA		0	Africa/Casablanca	34.80316	-2.36569				02	113		
10956576	Douar Oulad El Haj	douar-oulad-el-haj	MA		0	Africa/Casablanca	34.7891	-2.32925				02	113		
10956580	Oulad Zogagh	oulad-zogagh	MA		0	Africa/Casablanca	34.79017	-2.26076				02	113		
10956582	Douar Oulad Moussa Mohamed	douar-oulad-moussa-mohamed	MA		0	Africa/Casablanca	34.7953	-2.25037				02	411		
10956585	Dar Hamdoune	dar-hamdoune	MA		0	Africa/Casablanca	34.77997	-2.26589				02	113		
10956590	Douar Oulad Maamar	douar-oulad-maamar	MA		0	Africa/Casablanca	34.7863	-2.37015				02	113		
10956593	Douar Bni Hamad	douar-bni-hamad	MA		0	Africa/Casablanca	34.78512	-2.36852				02	113		
10956595	Douar Oulad Ali	douar-oulad-ali	MA		0	Africa/Casablanca	34.76279	-2.36734				02	113		
10956597	Douar Ajdir	douar-ajdir	MA		0	Africa/Casablanca	34.77185	-2.3361				02	113		
10956599	Douar Laousata	douar-laousata	MA		0	Africa/Casablanca	34.77384	-2.32623				02	113		
10956611	Douar Bou Shaba	douar-bou-shaba	MA		0	Africa/Casablanca	34.76434	-2.28325				02	113		
10956620	Douar Oulad Lmir	douar-oulad-lmir	MA		0	Africa/Casablanca	34.7603	-2.28717				02	113		
10956630	Douar Oulad Ali	douar-oulad-ali	MA		0	Africa/Casablanca	34.75286	-2.36045				02	113		
10956682	Aït-n-Ifard	ait-n-ifard	MA		0	Africa/Casablanca	30.81948	-7.74735				09	541		
10956684	Aït Ourtata	ait-ourtata	MA		0	Africa/Casablanca	30.81608	-7.73575				09	541		
10956708	Tiddas	tiddas	MA		0	Africa/Casablanca	30.80011	-7.64742				08	401		
10956712	Igharmane	igharmane	MA		0	Africa/Casablanca	30.82034	-7.66329				08	401		
10956758	Anmid	anmid	MA		0	Africa/Casablanca	30.85816	-7.60916				08	401		
10956762	Tilamsine	tilamsine	MA		0	Africa/Casablanca	30.84234	-7.61637				08	401		
10956830	Asroug	asroug	MA		0	Africa/Casablanca	30.93662	-7.54396				08	401		
10956863	Timjjat	timjjat	MA		0	Africa/Casablanca	30.95455	-7.52207				08	401		
10956910	Douar Janefel	douar-janefel	MA		0	Africa/Casablanca	34.99643	-2.36534				02	113		
10956911	Societe Agro-Alimentaire	societe-agro-alimentaire	MA		0	Africa/Casablanca	34.99285	-2.34605				02	113		
10956912	Douar Zrayeb	douar-zrayeb	MA		0	Africa/Casablanca	34.99242	-2.33232				02	113		
10956914	Douar Bni Oulad	douar-bni-oulad	MA		0	Africa/Casablanca	34.99304	-2.29345				02	113		
10956915	Douar Timlilt	douar-timlilt	MA		0	Africa/Casablanca	34.98475	-2.27727				02	113		
10956917	Douar Ben Kacem	douar-ben-kacem	MA		0	Africa/Casablanca	34.98066	-2.29066				02	113		
10956918	Moulay Abdelkader	moulay-abdelkader	MA		0	Africa/Casablanca	34.98569	-2.29228				02	113		
10956919	Douar Oulad Lgard	douar-oulad-lgard	MA		0	Africa/Casablanca	34.98457	-2.31808				02	113		
10956921	Dar Ezzaki	dar-ezzaki	MA		0	Africa/Casablanca	34.98489	-2.34473				02	113		
10956923	Douar Sbizer	douar-sbizer	MA		0	Africa/Casablanca	34.97468	-2.33411				02	113		
10956924	Douar Laazib	douar-laazib	MA		0	Africa/Casablanca	34.98193	-2.35703				02	113		
10956927	Douar Chnane	douar-chnane	MA		0	Africa/Casablanca	34.96257	-2.29617				02	113		
10956931	Coopérative Mohammadia	cooperative-mohammadia	MA		0	Africa/Casablanca	34.95146	-2.31272				02	113		
10956933	Douar Oulad Saleh	douar-oulad-saleh	MA		0	Africa/Casablanca	34.93821	-2.26628				02	113		
10956934	Douar Tiourar	douar-tiourar	MA		0	Africa/Casablanca	34.92984	-2.3001				02	113		
10956935	Douar Bni Mehdi	douar-bni-mehdi	MA		0	Africa/Casablanca	34.94097	-2.318				02	113		
10956936	Hay El Amel	hay-el-amel	MA		0	Africa/Casablanca	34.92806	-2.31062				02	113		
10956940	Douar Ennejajra	douar-ennejajra	MA		0	Africa/Casablanca	34.93919	-2.37173				02	113		
10956941	Hay El Fath	hay-el-fath	MA		0	Africa/Casablanca	34.92131	-2.30457				02	113		
10956942	Douar Errami	douar-errami	MA		0	Africa/Casablanca	34.9247	-2.30156				02	113		
10956946	Douar Lemrabetine	douar-lemrabetine	MA		0	Africa/Casablanca	34.91821	-2.25128				02	113		
10956948	Douar Ayntour	douar-ayntour	MA		0	Africa/Casablanca	34.90969	-2.26759				02	113		
10956953	Douar Sidi Ali Ben Yakhlef	douar-sidi-ali-ben-yakhlef	MA		0	Africa/Casablanca	34.9062	-2.3029				02	113		
10956955	Douar Maazza	douar-maazza	MA		0	Africa/Casablanca	34.90257	-2.31806				02	113		
10956956	Douar Bni Ayed	douar-bni-ayed	MA		0	Africa/Casablanca	34.90619	-2.33167				02	113		
10956959	Hay El Hoda	hay-el-hoda	MA		0	Africa/Casablanca	34.89854	-2.36387				02	113		
10956961	Douar Ouaoullout	douar-ouaoullout	MA		0	Africa/Casablanca	34.89823	-2.32067				02	113		
10956962	Douar Ifrane Yat Moussine	douar-ifrane-yat-moussine	MA		0	Africa/Casablanca	34.89569	-2.3087				02	113		
10956963	Douar Bni Abdellah	douar-bni-abdellah	MA		0	Africa/Casablanca	34.89679	-2.27783				02	113		
10956966	Douar Sidi Ahmed Ou Rahou	douar-sidi-ahmed-ou-rahou	MA		0	Africa/Casablanca	34.88719	-2.2696				02	113		
10956967	Douar Tigrourine	douar-tigrourine	MA		0	Africa/Casablanca	34.89035	-2.26268				02	113		
10956968	Douar Oulad Ghazi	douar-oulad-ghazi	MA		0	Africa/Casablanca	34.89556	-2.25809				02	113		
10956969	Douar Oulad Tahar	douar-oulad-tahar	MA		0	Africa/Casablanca	34.8887	-2.2547				02	113		
10956971	Douar Dchar	douar-dchar	MA		0	Africa/Casablanca	34.88512	-2.30192				02	113		
10956973	Douar Ifrane Yaaqoub	douar-ifrane-yaaqoub	MA		0	Africa/Casablanca	34.88792	-2.33872				02	113		
10956982	Hay Moulouya	hay-moulouya	MA		0	Africa/Casablanca	34.93195	-2.33982				02	113		
10956983	Hay Palestine	hay-palestine	MA		0	Africa/Casablanca	34.91513	-2.31928				02	113		
10956984	Hay Lahbil	hay-lahbil	MA		0	Africa/Casablanca	34.90566	-2.36717				02	113		
10956986	Douar Hassi Melli	douar-hassi-melli	MA		0	Africa/Casablanca	34.94661	-2.25693				02	113		
10956987	Douar Ougout	douar-ougout	MA		0	Africa/Casablanca	34.92691	-2.25307				02	113		
10956991	Hay El Amal	hay-el-amal	MA		0	Africa/Casablanca	34.86706	-1.99296				02	411		
10956994	Hay Ettaqaddoum	hay-ettaqaddoum	MA		0	Africa/Casablanca	34.86266	-1.98542				02	411		
10956995	Chtayta	chtayta	MA		0	Africa/Casablanca	34.86612	-1.98008				02	411		
10956996	El Hay El Qadim	el-hay-el-qadim	MA		0	Africa/Casablanca	34.86189	-1.99471				02	411		
10956997	Hay Pam	hay-pam	MA		0	Africa/Casablanca	34.86266	-1.99184				02	411		
10957023	Leghlalis	leghlalis	MA		0	Africa/Casablanca	34.61494	-1.84219				02	411		
10957024	Jbel Ghilou Messaoud	jbel-ghilou-messaoud	MA		0	Africa/Casablanca	34.60875	-1.83717				02	411		
10957032	Oulad Rzine	oulad-rzine	MA		0	Africa/Casablanca	34.58971	-1.86597				02	411		
10957046	Oulad Sidi Mohand	oulad-sidi-mohand	MA		0	Africa/Casablanca	34.56827	-1.82492				02	275		
10957047	Oulad Jaber	oulad-jaber	MA		0	Africa/Casablanca	34.56471	-1.81726				02	275		
10957051	Oulad El Houzari	oulad-el-houzari	MA		0	Africa/Casablanca	34.55701	-1.81384				02	275		
10957056	Lamqam	lamqam	MA		0	Africa/Casablanca	34.56085	-1.86446				02	411		
10957059	Commune Rural Ras Asfour	commune-rural-ras-asfour	MA		0	Africa/Casablanca	34.55199	-1.85155				02	275		
10957070	Oulad El Mouresli	oulad-el-mouresli	MA		0	Africa/Casablanca	34.53126	-1.7987				02	275		
10957073	Oulad Loqbani Ethata	oulad-loqbani-ethata	MA		0	Africa/Casablanca	34.53538	-1.83067				02	275		
10957095	Belhoua	belhoua	MA		0	Africa/Casablanca	34.50511	-1.85				02	275		
10957096	Oulad Ben Othmane	oulad-ben-othmane	MA		0	Africa/Casablanca	34.51019	-1.83691				02	275		
10957100	Loumima	loumima	MA		0	Africa/Casablanca	34.50263	-1.80063				02	275		
10957101	Oulad Loqbani Louffaqa	oulad-loqbani-louffaqa	MA		0	Africa/Casablanca	34.50019	-1.79099				02	275		
10957108	Oulad Said	oulad-said	MA		0	Africa/Casablanca	34.49812	-1.85601				02	275		
10957155	Tadawt	tadawt	MA		0	Africa/Casablanca	30.81492	-7.38429				08	401		
10957173	Zawyat-n-Ibernine	zawyat-n-ibernine	MA		0	Africa/Casablanca	30.99179	-7.40948				08	401		
10957177	Tiçad	ticad	MA		0	Africa/Casablanca	30.95515	-7.36056				08	401		
10957201	Sidi Bou Çakah	sidi-bou-cakah	MA		0	Africa/Casablanca	30.78752	-7.30552				08	401		
10957252	Douar Essehilat	douar-essehilat	MA		0	Africa/Casablanca	34.73977	-1.97775				02	411		
10957253	Dar Ahmed Ould Chaabane	dar-ahmed-ould-chaabane	MA		0	Africa/Casablanca	34.74478	-1.96869				02	411		
10957254	Douar Lassakriya	douar-lassakriya	MA		0	Africa/Casablanca	34.73925	-1.94897				02	411		
10957280	Douar Lmaghsal Lakehal	douar-lmaghsal-lakehal	MA		0	Africa/Casablanca	34.73517	-1.91325				02	411		
10957281	Douar Labrarcha	douar-labrarcha	MA		0	Africa/Casablanca	34.74573	-1.89784				02	411		
10957282	Douar Ezzeghamim	douar-ezzeghamim	MA		0	Africa/Casablanca	34.73559	-1.88919				02	411		
10957283	Douar Tinyaline	douar-tinyaline	MA		0	Africa/Casablanca	34.74499	-1.88265				02	411		
10957285	Douar Oulad Litim	douar-oulad-litim	MA		0	Africa/Casablanca	34.7323	-1.93694				02	411		
10957286	Douar Chaabna	douar-chaabna	MA		0	Africa/Casablanca	34.73101	-1.95148				02	411		
10957292	Douar Oulad Chlih	douar-oulad-chlih	MA		0	Africa/Casablanca	34.72563	-1.98989				02	411		
10957295	Hay Skiker	hay-skiker	MA		0	Africa/Casablanca	34.72194	-1.9034				02	411		
10957296	Hay El Berkani	hay-el-berkani	MA		0	Africa/Casablanca	34.72417	-1.89147				02	411		
10957297	Hay Ennour	hay-ennour	MA		0	Africa/Casablanca	34.71967	-1.89473				02	411		
10957298	Hay Ezzeghamim	hay-ezzeghamim	MA		0	Africa/Casablanca	34.71986	-1.88411				02	411		
10957299	Hay Ghar El Baroud	hay-ghar-el-baroud	MA		0	Africa/Casablanca	34.7111	-1.88398				02	411		
10957300	Hay Ennasr	hay-ennasr	MA		0	Africa/Casablanca	34.71254	-1.89108				02	411		
10957301	Hay El Haddad	hay-el-haddad	MA		0	Africa/Casablanca	34.71524	-1.89778				02	411		
10957302	Hay El Amri	hay-el-amri	MA		0	Africa/Casablanca	34.71184	-1.8978				02	411		
10957303	Hay Med. Ben Lakhdar	hay-med-ben-lakhdar	MA		0	Africa/Casablanca	34.70829	-1.89413				02	411		
10957304	Hay El Ouifaq II	hay-el-ouifaq-ii	MA		0	Africa/Casablanca	34.70568	-1.89865				02	411		
10957305	Hay Zrarqa	hay-zrarqa	MA		0	Africa/Casablanca	34.71597	-1.9037				02	411		
10957306	Hay El Ouifaq I	hay-el-ouifaq-i	MA		0	Africa/Casablanca	34.70986	-1.91052				02	411		
10957307	Hay Oued Isly	hay-oued-isly	MA		0	Africa/Casablanca	34.71471	-1.91565				02	411		
10957309	Hay Jorf Lakhdar	hay-jorf-lakhdar	MA		0	Africa/Casablanca	34.70517	-1.93734				02	411		
10957313	Dar Oulad Ahmed El Arbi	dar-oulad-ahmed-el-arbi	MA		0	Africa/Casablanca	34.71632	-1.99459				02	411		
10957314	Dar Boudjaj	dar-boudjaj	MA		0	Africa/Casablanca	34.71002	-1.99393				02	411		
10957315	Chouthiya	chouthiya	MA		0	Africa/Casablanca	34.70073	-1.98155				02	411		
10957317	Douar Edderafif	douar-edderafif	MA		0	Africa/Casablanca	34.69917	-1.96073				02	411		
10957319	Hay Ettouba	hay-ettouba	MA		0	Africa/Casablanca	34.70161	-1.92267				02	411		
10957320	Hay Ettaqaddom	hay-ettaqaddom	MA		0	Africa/Casablanca	34.69928	-1.91556				02	411		
10957321	Hay Koulouch	hay-koulouch	MA		0	Africa/Casablanca	34.70475	-1.91243				02	411		
10957322	Hay Echarboune	hay-echarboune	MA		0	Africa/Casablanca	34.70178	-1.90741				02	411		
10957323	Hay Mouritaniya	hay-mouritaniya	MA		0	Africa/Casablanca	34.69704	-1.9055				02	411		
10957324	Hay Ettinis	hay-ettinis	MA		0	Africa/Casablanca	34.69864	-1.89638				02	411		
10957326	Hay Essalam	hay-essalam	MA		0	Africa/Casablanca	34.69107	-1.88421				02	411		
10957327	Hay Oulad Khouya	hay-oulad-khouya	MA		0	Africa/Casablanca	34.68846	-1.88894				02	411		
10957330	Hay Ettouba	hay-ettouba	MA		0	Africa/Casablanca	34.69344	-1.91928				02	411		
10957331	Hay Ennaggadi	hay-ennaggadi	MA		0	Africa/Casablanca	34.69018	-1.92786				02	411		
10957332	Hay Ben Ramdane	hay-ben-ramdane	MA		0	Africa/Casablanca	34.68758	-1.93455				02	411		
10957333	Hay Lemharchi	hay-lemharchi	MA		0	Africa/Casablanca	34.69219	-1.94086				02	411		
10957334	Hay El Manar	hay-el-manar	MA		0	Africa/Casablanca	34.68425	-1.94256				02	411		
10957335	Hay El Amal	hay-el-amal	MA		0	Africa/Casablanca	34.6939	-1.94698				02	411		
10957336	Hay Essabra	hay-essabra	MA		0	Africa/Casablanca	34.69399	-1.96189				02	411		
10957339	Dar El Haj Ahmed	dar-el-haj-ahmed	MA		0	Africa/Casablanca	34.67435	-1.98369				02	411		
10957343	Douar Hassi Libya	douar-hassi-libya	MA		0	Africa/Casablanca	34.67281	-1.96281				02	411		
10957344	Hay Ennahda	hay-ennahda	MA		0	Africa/Casablanca	34.68035	-1.9573				02	411		
10957345	Hay Ennour	hay-ennour	MA		0	Africa/Casablanca	34.67232	-1.94355				02	411		
10957346	Hay El Ouafae	hay-el-ouafae	MA		0	Africa/Casablanca	34.6699	-1.94198				02	411		
10957347	Hay El Ouahda	hay-el-ouahda	MA		0	Africa/Casablanca	34.67798	-1.9403				02	411		
10957348	Hay Oulad Cherif	hay-oulad-cherif	MA		0	Africa/Casablanca	34.66625	-1.93717				02	411		
10957349	Hay El Mir Ali	hay-el-mir-ali	MA		0	Africa/Casablanca	34.68084	-1.92887				02	411		
10957350	Hay El Jaouham	hay-el-jaouham	MA		0	Africa/Casablanca	34.66394	-1.93067				02	411		
10957351	Hay Echarafi	hay-echarafi	MA		0	Africa/Casablanca	34.66282	-1.93329				02	411		
10957352	Hay El Ouahda	hay-el-ouahda	MA		0	Africa/Casablanca	34.6606	-1.93224				02	411		
10957353	Hay Ennaqib Mohamed Ben Miloud	hay-ennaqib-mohamed-ben-miloud	MA		0	Africa/Casablanca	34.66861	-1.92146				02	411		
10957354	Hay Ben Qachour	hay-ben-qachour	MA		0	Africa/Casablanca	34.66787	-1.91226				02	411		
10957356	Hay Boulouiz	hay-boulouiz	MA		0	Africa/Casablanca	34.67793	-1.90299				02	411		
10957357	Hay Broukech	hay-broukech	MA		0	Africa/Casablanca	34.68321	-1.90454				02	411		
10957358	Hay Mbassou	hay-mbassou	MA		0	Africa/Casablanca	34.68056	-1.90001				02	411		
10957360	Hay Aouaja	hay-aouaja	MA		0	Africa/Casablanca	34.6776	-1.89228				02	411		
10957361	Hay Moulay Mostafa	hay-moulay-mostafa	MA		0	Africa/Casablanca	34.6737	-1.88584				02	411		
10957362	Hay El Ouidadiya	hay-el-ouidadiya	MA		0	Africa/Casablanca	34.68082	-1.8801				02	411		
10957363	Hay Moulay Miloud	hay-moulay-miloud	MA		0	Africa/Casablanca	34.68418	-1.88449				02	411		
10957364	Hay Ezzaytoune	hay-ezzaytoune	MA		0	Africa/Casablanca	34.67038	-1.89153				02	411		
10957365	Hay Hakkou	hay-hakkou	MA		0	Africa/Casablanca	34.66415	-1.87765				02	411		
10957366	Hay Jdid	hay-jdid	MA		0	Africa/Casablanca	34.66413	-1.88655				02	411		
10957367	Hay Laffaguig	hay-laffaguig	MA		0	Africa/Casablanca	34.66307	-1.8931				02	411		
10957368	Hay Tahar	hay-tahar	MA		0	Africa/Casablanca	34.65944	-1.88115				02	411		
10957369	Hay El Kharroub	hay-el-kharroub	MA		0	Africa/Casablanca	34.66231	-1.90168				02	411		
10957370	Hay El Maqsem	hay-el-maqsem	MA		0	Africa/Casablanca	34.66778	-1.90385				02	411		
10957371	Hay Zangout	hay-zangout	MA		0	Africa/Casablanca	34.6656	-1.91016				02	411		
10957372	Hay Essalani	hay-essalani	MA		0	Africa/Casablanca	34.65949	-1.92681				02	411		
10957373	Hay El Horrlyya	hay-el-horrlyya	MA		0	Africa/Casablanca	34.657	-1.92627				02	411		
10957374	Hay Essaada	hay-essaada	MA		0	Africa/Casablanca	34.65635	-1.91754				02	411		
10957375	Hay Ben Khirane	hay-ben-khirane	MA		0	Africa/Casablanca	34.65451	-1.93492				02	411		
10957376	Hay Erriyadi	hay-erriyadi	MA		0	Africa/Casablanca	34.65928	-1.94058				02	411		
10957377	Hay Gtar	hay-gtar	MA		0	Africa/Casablanca	34.65538	-1.9502				02	411		
10957379	Douar Lekchachta	douar-lekchachta	MA		0	Africa/Casablanca	34.65686	-1.99758				02	411		
10957380	Douar Oulad Sidi Moussa	douar-oulad-sidi-moussa	MA		0	Africa/Casablanca	34.6468	-1.97017				02	411		
10957381	Dyou Hassar	dyou-hassar	MA		0	Africa/Casablanca	34.65299	-1.94642				02	411		
10957382	Hay Essammara	hay-essammara	MA		0	Africa/Casablanca	34.64835	-1.94473				02	411		
10957383	Hay Oulad Sidi Moussa	hay-oulad-sidi-moussa	MA		0	Africa/Casablanca	34.64893	-1.93067				02	411		
10957384	Hay Ben Mrah	hay-ben-mrah	MA		0	Africa/Casablanca	34.65931	-1.90507				02	411		
10957385	Hay El Qods	hay-el-qods	MA		0	Africa/Casablanca	34.65781	-1.90065				02	411		
10957387	Hay El Andalouss	hay-el-andalouss	MA		0	Africa/Casablanca	34.65357	-1.89192				02	411		
10957388	Hay Sidi Maofa	hay-sidi-maofa	MA		0	Africa/Casablanca	34.64895	-1.88303				02	411		
10957391	Hay Errahma	hay-errahma	MA		0	Africa/Casablanca	34.64122	-1.92857				02	411		
10957393	Hay Oulad Errahkali	hay-oulad-errahkali	MA		0	Africa/Casablanca	34.64261	-1.96781				02	411		
10957394	Douar Oulad Salem	douar-oulad-salem	MA		0	Africa/Casablanca	34.63917	-1.98049				02	411		
10957396	Douar Oulad Salem	douar-oulad-salem	MA		0	Africa/Casablanca	34.63315	-1.98803				02	411		
10957398	Douar Oulad Eddif	douar-oulad-eddif	MA		0	Africa/Casablanca	34.63033	-1.97843				02	411		
10957400	Douar Lafhafim	douar-lafhafim	MA		0	Africa/Casablanca	34.63223	-1.93788				02	411		
10957406	Douar Oulad El Hanef	douar-oulad-el-hanef	MA		0	Africa/Casablanca	34.62361	-1.94303				02	411		
10957407	Hay Zouala	hay-zouala	MA		0	Africa/Casablanca	34.62542	-1.99107				02	411		
10957419	Oujda Ouest	oujda-ouest	MA		0	Africa/Casablanca	34.70204	-1.88863				02	411		
10957420	Eddebiza	eddebiza	MA		0	Africa/Casablanca	34.74875	-1.92404				02	411		
10957421	Douar Essehidat	douar-essehidat	MA		0	Africa/Casablanca	34.74813	-1.96507				02	411		
10957436	Hay Abdelkader	hay-abdelkader	MA		0	Africa/Casablanca	34.7388	-1.8718				02	411		
10957440	Douar Oulad Bolaid	douar-oulad-bolaid	MA		0	Africa/Casablanca	34.7294	-1.77829				02	411		
10957441	Douar Laghmara	douar-laghmara	MA		0	Africa/Casablanca	34.72995	-1.79393				02	411		
10957443	Hay Okacha	hay-okacha	MA		0	Africa/Casablanca	34.72803	-1.87028				02	411		
10957444	Douar Megra	douar-megra	MA		0	Africa/Casablanca	34.71956	-1.78812				02	411		
10957445	Douar Oulad Abbou	douar-oulad-abbou	MA		0	Africa/Casablanca	34.72346	-1.77387				02	411		
10957446	Douar Oulad Essaych	douar-oulad-essaych	MA		0	Africa/Casablanca	34.70932	-1.79202				02	411		
10957447	Douar Oulad Essaych	douar-oulad-essaych	MA		0	Africa/Casablanca	34.69799	-1.78417				02	411		
10957449	Douar Oulad Lagnani	douar-oulad-lagnani	MA		0	Africa/Casablanca	34.71411	-1.80483				02	411		
10957450	Douar Lamrahil	douar-lamrahil	MA		0	Africa/Casablanca	34.709	-1.82039				02	411		
10957453	Hay Oulad Ramdane	hay-oulad-ramdane	MA		0	Africa/Casablanca	34.70986	-1.85936				02	411		
10957455	Douar Ben Yahya	douar-ben-yahya	MA		0	Africa/Casablanca	34.70273	-1.85858				02	411		
10957456	Douar Lamrahil	douar-lamrahil	MA		0	Africa/Casablanca	34.69501	-1.84464				02	411		
10957457	Douar Khreb	douar-khreb	MA		0	Africa/Casablanca	34.69432	-1.79022				02	411		
10957461	Hay El Ouidadiya	hay-el-ouidadiya	MA		0	Africa/Casablanca	34.69104	-1.87268				02	411		
10957467	Douar Oulad Mohamed	douar-oulad-mohamed	MA		0	Africa/Casablanca	34.66896	-1.83919				02	411		
10957468	Douar Jaayta	douar-jaayta	MA		0	Africa/Casablanca	34.66764	-1.84633				02	411		
10957470	Douar Oulad El Issaoui	douar-oulad-el-issaoui	MA		0	Africa/Casablanca	34.68112	-1.84241				02	411		
10957471	Douar Esnoussi	douar-esnoussi	MA		0	Africa/Casablanca	34.67594	-1.82048				02	411		
10957473	Douar Jaaouna	douar-jaaouna	MA		0	Africa/Casablanca	34.66582	-1.81099				02	411		
10957474	Douar El Ajra	douar-el-ajra	MA		0	Africa/Casablanca	34.67285	-1.80962				02	411		
10957480	Hay Ezzaggara	hay-ezzaggara	MA		0	Africa/Casablanca	34.65421	-1.86511				02	411		
10957481	Hay El Fath	hay-el-fath	MA		0	Africa/Casablanca	34.66267	-1.86854				02	411		
10957482	Hay Pam	hay-pam	MA		0	Africa/Casablanca	34.66568	-1.87116				02	411		
10957483	Hay El Haj El Bakkay	hay-el-haj-el-bakkay	MA		0	Africa/Casablanca	34.64957	-1.87446				02	411		
10957485	Douar Lahdouri	douar-lahdouri	MA		0	Africa/Casablanca	34.64936	-1.84382				02	411		
10957488	Douar Laghfalis Tchata	douar-laghfalis-tchata	MA		0	Africa/Casablanca	34.63786	-1.84442				02	411		
10957491	Douar El Hamra	douar-el-hamra	MA		0	Africa/Casablanca	34.63929	-1.86258				02	411		
10957495	Douar Laghlalis Louffaga	douar-laghlalis-louffaga	MA		0	Africa/Casablanca	34.62646	-1.85449				02	411		
10957499	Essalam	essalam	MA		0	Africa/Casablanca	34.86083	-1.99746				02	411		
10957501	Oulad Ahmed	oulad-ahmed	MA		0	Africa/Casablanca	34.86028	-1.97792				02	411		
10957502	Eddouayha	eddouayha	MA		0	Africa/Casablanca	34.86879	-1.96854				02	411		
10957504	Dar El Haj Abdefrahmane	dar-el-haj-abdefrahmane	MA		0	Africa/Casablanca	34.86965	-1.95685				02	411		
10957505	Dar Mesbah	dar-mesbah	MA		0	Africa/Casablanca	34.86445	-1.94784				02	411		
10957506	Oulad Saleh	oulad-saleh	MA		0	Africa/Casablanca	34.85847	-1.94453				02	411		
10957509	Oulad Ahmed Ben Arbiya	oulad-ahmed-ben-arbiya	MA		0	Africa/Casablanca	34.85092	-1.93494				02	411		
10957510	Qyassa	qyassa	MA		0	Africa/Casablanca	34.85382	-1.93561				02	411		
10957512	Oulad Rabeh	oulad-rabeh	MA		0	Africa/Casablanca	34.84672	-1.94831				02	411		
10957518	Laaleb Ettouil	laaleb-ettouil	MA		0	Africa/Casablanca	34.8447	-1.99513				02	411		
10957519	El Hay El Jadid	el-hay-el-jadid	MA		0	Africa/Casablanca	34.85444	-1.99773				02	411		
10957520	Douar Laidane	douar-laidane	MA		0	Africa/Casablanca	34.84547	-1.98796				02	411		
10957521	Laarnama	laarnama	MA		0	Africa/Casablanca	34.84394	-1.97921				02	411		
10957522	Dar El Bouchikhi	dar-el-bouchikhi	MA		0	Africa/Casablanca	34.84204	-1.94889				02	411		
10957523	Laaraara Ettehata	laaraara-ettehata	MA		0	Africa/Casablanca	34.83993	-1.95206				02	411		
10957524	Coopérative Lharcha	cooperative-lharcha	MA		0	Africa/Casablanca	34.83722	-1.9243		Cooperative Lharcha,Coopérative Lharcha,Ferme Merla		02	411		
10957526	Laaliya	laaliya	MA		0	Africa/Casablanca	34.84385	-1.91355				02	411		
10957527	Coopérative Lharcha	cooperative-lharcha	MA		0	Africa/Casablanca	34.83085	-1.91835				02	411		
10957528	Oulad Bou Abdellaoui	oulad-bou-abdellaoui	MA		0	Africa/Casablanca	34.84147	-1.90383				02	411		
10957530	Dar El Haj Moslih	dar-el-haj-moslih	MA		0	Africa/Casablanca	34.82383	-1.8881				02			
10957531	Oulad Chlih	oulad-chlih	MA		0	Africa/Casablanca	34.82562	-1.89183				02	411		
10957533	Oulad El Kheir	oulad-el-kheir	MA		0	Africa/Casablanca	34.83336	-1.90926				02	411		
10957534	Oulad Hammou	oulad-hammou	MA		0	Africa/Casablanca	34.82772	-1.91777				02	411		
10957536	Lebrarek	lebrarek	MA		0	Africa/Casablanca	34.82464	-1.93713				02	411		
10957538	Oulad Lehmam Ettehata	oulad-lehmam-ettehata	MA		0	Africa/Casablanca	34.82576	-1.96738				02	411		
10957541	Jaaouna	jaaouna	MA		0	Africa/Casablanca	34.82478	-1.99498				02	411		
10957542	Bni Isbou	bni-isbou	MA		0	Africa/Casablanca	34.81613	-1.99026				02	411		
10957545	Oulad Ettalsi	oulad-ettalsi	MA		0	Africa/Casablanca	34.81401	-1.97908				02	411		
10957547	Dar El Badaoui	dar-el-badaoui	MA		0	Africa/Casablanca	34.81389	-1.94683				02	411		
10957548	Coopérative Laaleb	cooperative-laaleb	MA		0	Africa/Casablanca	34.81474	-1.94046		Cooperative Laaleb,Coopérative Laaleb,Ferme George		02	411		
10957550	Eddouba Legyatine	eddouba-legyatine	MA		0	Africa/Casablanca	34.81574	-1.92046				02	411		
10957551	Oulad Ahmed	oulad-ahmed	MA		0	Africa/Casablanca	34.819	-1.92357				02	411		
10957552	Oulad Mbarek	oulad-mbarek	MA		0	Africa/Casablanca	34.81539	-1.92443				02	411		
10957553	Oulad Ziane	oulad-ziane	MA		0	Africa/Casablanca	34.82194	-1.89501				02	411		
10957554	Dar El Haj El Mokhtar	dar-el-haj-el-mokhtar	MA		0	Africa/Casablanca	34.81615	-1.89475				02	411		
10957557	Oulad Berrahmoune	oulad-berrahmoune	MA		0	Africa/Casablanca	34.81005	-1.89593				02	411		
10957558	Oulad Amer	oulad-amer	MA		0	Africa/Casablanca	34.803	-1.90966				02	411		
10957559	Oulad Errayeh	oulad-errayeh	MA		0	Africa/Casablanca	34.8045	-1.91872				02	411		
10957562	Dar El Ghalebi	dar-el-ghalebi	MA		0	Africa/Casablanca	34.80949	-1.9444				02	411		
10957563	Oulad Tayeb	oulad-tayeb	MA		0	Africa/Casablanca	34.7989	-1.95376				02	411		
10957565	Coopérative Lfayda	cooperative-lfayda	MA		0	Africa/Casablanca	34.79883	-1.98824		Cooperative Lfayda,Coopérative Lfayda,Ferme Boussl		02	411		
10957568	Douar Oulad Essayyeda	douar-oulad-essayyeda	MA		0	Africa/Casablanca	34.78662	-1.95254				02	411		
10957569	Oulad Ramdane	oulad-ramdane	MA		0	Africa/Casablanca	34.79814	-1.91647				02	411		
10957570	Oulad Mimoune	oulad-mimoune	MA		0	Africa/Casablanca	34.78951	-1.90338				02	411		
10957572	Dar Bou Rehla	dar-bou-rehla	MA		0	Africa/Casablanca	34.78678	-1.89419				02	411		
10957573	Erremayla	erremayla	MA		0	Africa/Casablanca	34.78609	-1.89123				02	411		
10957577	Legnafda	legnafda	MA		0	Africa/Casablanca	34.79564	-1.88046				02	411		
10957578	Dar Kaddouri	dar-kaddouri	MA		0	Africa/Casablanca	34.78628	-1.87445				02	411		
10957579	Dar Ben Azzouz	dar-ben-azzouz	MA		0	Africa/Casablanca	34.78653	-1.88076				02	411		
10957581	Eddouba Oulad Ben Said	eddouba-oulad-ben-said	MA		0	Africa/Casablanca	34.78406	-1.97897				02	411		
10957585	Dar Boualam	dar-boualam	MA		0	Africa/Casablanca	34.7691	-1.98288				02	411		
10957587	Dar Essahraoui	dar-essahraoui	MA		0	Africa/Casablanca	34.76596	-1.93333				02	411		
10957589	Dghamna	dghamna	MA		0	Africa/Casablanca	34.7688	-1.91904				02	411		
10957591	Oulad Ahmed Ben Abdellah	oulad-ahmed-ben-abdellah	MA		0	Africa/Casablanca	34.77143	-1.90947				02	411		
10957596	Dar El Haj Essayeh	dar-el-haj-essayeh	MA		0	Africa/Casablanca	34.77065	-1.88748				02	411		
10957597	Dar Lhajjaji	dar-lhajjaji	MA		0	Africa/Casablanca	34.76072	-1.88323				02	411		
10957598	Eddouahi	eddouahi	MA		0	Africa/Casablanca	34.75727	-1.879				02	411		
10957599	Lmaghssel Lakehal	lmaghssel-lakehal	MA		0	Africa/Casablanca	34.75025	-1.87973				02	411		
10957601	Coopérative Tilyaline	cooperative-tilyaline	MA		0	Africa/Casablanca	34.7584	-1.89254		Cooperative Tilyaline,Coopérative Tilyaline		02	411		
10957606	Essenayna	essenayna	MA		0	Africa/Casablanca	34.75764	-1.94011		Erriyyaha,Essenayna		02	411		
10957608	Lefrarch	lefrarch	MA		0	Africa/Casablanca	34.75755	-1.96837				02	411		
10957610	Rzagat	rzagat	MA		0	Africa/Casablanca	34.76146	-1.96608				02	411		
10957611	Znagat	znagat	MA		0	Africa/Casablanca	34.75841	-1.97146				02	411		
10957620	Labrabcha	labrabcha	MA		0	Africa/Casablanca	34.9273	-1.98616				02	411		
10957621	Oulad Saleh	oulad-saleh	MA		0	Africa/Casablanca	34.93035	-1.98202				02	411		
10957622	Oulad Ali	oulad-ali	MA		0	Africa/Casablanca	34.92336	-1.97835				02	411		
10957623	Laaraara	laaraara	MA		0	Africa/Casablanca	34.90675	-1.97459				02	411		
10957625	Oulad Hammou	oulad-hammou	MA		0	Africa/Casablanca	34.91629	-1.99084				02	411		
10957626	Oulad Ahmed	oulad-ahmed	MA		0	Africa/Casablanca	34.90506	-1.98224				02	411		
10957630	Lkharba	lkharba	MA		0	Africa/Casablanca	34.89375	-1.97875				02	411		
10957633	Laqyasaca	laqyasaca	MA		0	Africa/Casablanca	34.88954	-1.98495				02	411		
10957636	Douar Echtayta	douar-echtayta	MA		0	Africa/Casablanca	34.8794	-1.99016				02	411		
10957637	Laamarna	laamarna	MA		0	Africa/Casablanca	34.88273	-1.98909				02	411		
10957642	Douar Ihdddouchene	douar-ihdddouchene	MA		0	Africa/Casablanca	35.11574	-4.57428				01	151		
10957647	Douar Izmmouren	douar-izmmouren	MA		0	Africa/Casablanca	35.10454	-4.55508				01	151		
10957650	Douar Hadeq	douar-hadeq	MA		0	Africa/Casablanca	35.112	-4.52437				01	151		
10957655	Dour Ayoul	dour-ayoul	MA		0	Africa/Casablanca	35.09996	-4.52077				01	151		
10957657	Douar Echaynnour	douar-echaynnour	MA		0	Africa/Casablanca	35.09478	-4.51036				01	151		
10957659	Douar Aguencif	douar-aguencif	MA		0	Africa/Casablanca	35.09578	-4.53008				01	151		
10957662	Douar Amzaourou	douar-amzaourou	MA		0	Africa/Casablanca	35.09687	-4.54424				01	151		
10957682	Douar Ikhnikhen	douar-ikhnikhen	MA		0	Africa/Casablanca	35.08454	-4.53201				01	151		
10957683	Douar Tagma	douar-tagma	MA		0	Africa/Casablanca	35.07445	-4.52901				01	151		
10957687	Douar Iakoukene	douar-iakoukene	MA		0	Africa/Casablanca	35.06649	-4.5083				01	151		
10957692	Douar Ezzaoula	douar-ezzaoula	MA		0	Africa/Casablanca	35.07181	-4.55441				01	151		
10957694	Bab Noudart	bab-noudart	MA		0	Africa/Casablanca	35.07478	-4.5689				01	151		
10957696	Douar Tissouda	douar-tissouda	MA		0	Africa/Casablanca	35.07587	-4.57405				01	151		
10957699	Douar Igfalene	douar-igfalene	MA		0	Africa/Casablanca	35.06635	-4.60794				01	151		
10957705	El Beniyan	el-beniyan	MA		0	Africa/Casablanca	35.05531	-4.54948				01	151		
10957708	Douar Ikhichaane	douar-ikhichaane	MA		0	Africa/Casablanca	35.06096	-4.51547				01	151		
10957710	Douar Iberraqen	douar-iberraqen	MA		0	Africa/Casablanca	35.04202	-4.50603				01	151		
10957721	Bab Khanba	bab-khanba	MA		0	Africa/Casablanca	35.03483	-4.59921				01	151		
10957722	Jbel Bab Lisghare	jbel-bab-lisghare	MA		0	Africa/Casablanca	35.04131	-4.54703				01	151		
10957723	Douar Aghbal	douar-aghbal	MA		0	Africa/Casablanca	35.04329	-4.51879				01	151		
10957725	Douar Imajrene	douar-imajrene	MA		0	Africa/Casablanca	35.03327	-4.5062				01	151		
10957728	Douar Msaada	douar-msaada	MA		0	Africa/Casablanca	35.03839	-4.56321				01	151		
10957739	Douar Boukrous	douar-boukrous	MA		0	Africa/Casablanca	35.01609	-4.56008				01	151		
10957740	Douar Bab Asrafi	douar-bab-asrafi	MA		0	Africa/Casablanca	35.02173	-4.55862				01	151		
10957741	Douar Trouch Lkounel	douar-trouch-lkounel	MA		0	Africa/Casablanca	35.01664	-4.55508				01	151		
10957743	Douar Ait Brahim	douar-ait-brahim	MA		0	Africa/Casablanca	35.01707	-4.54927				01	151		
10957744	Ouaouzgane	ouaouzgane	MA		0	Africa/Casablanca	35.01989	-4.51813				01	151		
10957749	Bab Tamésstast	bab-tamesstast	MA		0	Africa/Casablanca	35.00365	-4.51736				01	151		
10957752	Douar Fezouz	douar-fezouz	MA		0	Africa/Casablanca	35.0034	-4.53158				01	151		
10957753	Douar Essahel	douar-essahel	MA		0	Africa/Casablanca	35.00468	-4.5461				01	151		
10957755	Douar Ijanatene	douar-ijanatene	MA		0	Africa/Casablanca	35.01066	-4.54699				01	151		
10957757	Douar Youbar	douar-youbar	MA		0	Africa/Casablanca	35.01461	-4.5466				01	151		
10957758	Douar Ezzqaq	douar-ezzqaq	MA		0	Africa/Casablanca	35.01062	-4.55587				01	151		
10957766	Douar Aguermalek	douar-aguermalek	MA		0	Africa/Casablanca	35.12398	-4.50884				01	151		
10957810	Douar Taourirt	douar-taourirt	MA		0	Africa/Casablanca	35.17263	-4.52459				01	151		
10957821	Douar El Kalaa	douar-el-kalaa	MA		0	Africa/Casablanca	35.15218	-4.52578				01	151		
10957831	Douar Tibrranine	douar-tibrranine	MA		0	Africa/Casablanca	35.16828	-4.57855				01	151		
10957834	Douar Tala Meqren	douar-tala-meqren	MA		0	Africa/Casablanca	35.15558	-4.58982				01	151		
10957842	Douar Laazib	douar-laazib	MA		0	Africa/Casablanca	35.17669	-4.61978				01	151		
10957843	Douar Agred Amar	douar-agred-amar	MA		0	Africa/Casablanca	35.14763	-4.61971				01	151		
10957844	Douar Bou Sellam	douar-bou-sellam	MA		0	Africa/Casablanca	35.14372	-4.61974				01	151		
10957848	Douar Taoujjite	douar-taoujjite	MA		0	Africa/Casablanca	35.14212	-4.58964				01	151		
10957850	Douar Lharcha	douar-lharcha	MA		0	Africa/Casablanca	35.13666	-4.59833				01	151		
10957852	Douar Yaggoun	douar-yaggoun	MA		0	Africa/Casablanca	35.13934	-4.56441				01	151		
10957855	Douar Taghzoute	douar-taghzoute	MA		0	Africa/Casablanca	35.14027	-4.53888				01	151		
10957857	Douar Imoula	douar-imoula	MA		0	Africa/Casablanca	35.14783	-4.54362				01	151		
10957860	Douar Aghrem	douar-aghrem	MA		0	Africa/Casablanca	35.13932	-4.51456				01	151		
10957872	Douar Tazayane	douar-tazayane	MA		0	Africa/Casablanca	35.13088	-4.6031				01	151		
10957877	Douar Itkkarene	douar-itkkarene	MA		0	Africa/Casablanca	35.16789	-4.60374				01	151		
10957879	Douar Tlet Tazart	douar-tlet-tazart	MA		0	Africa/Casablanca	35.14989	-4.6094				01	151		
10957936	Douar Laazayeb	douar-laazayeb	MA		0	Africa/Casablanca	35.15018	-4.43775				01	051		
10957937	Douar Ettahtiyine	douar-ettahtiyine	MA		0	Africa/Casablanca	35.15404	-4.43477				01	051		
10957950	Oulad El Beqqali	oulad-el-beqqali	MA		0	Africa/Casablanca	35.14669	-4.37868				01	051		
10957953	Douar Ighanimene	douar-ighanimene	MA		0	Africa/Casablanca	35.14012	-4.37703				01	051		
10957965	Douar Ireggariyene	douar-ireggariyene	MA		0	Africa/Casablanca	35.14447	-4.43998				01	051		
10957974	Douar Agni	douar-agni	MA		0	Africa/Casablanca	35.13749	-4.47912				01	151		
10957994	Douar Tala Iqessarene	douar-tala-iqessarene	MA		0	Africa/Casablanca	35.12745	-4.46895				01	051		
10958008	Douar Ibeghriyene	douar-ibeghriyene	MA		0	Africa/Casablanca	35.11915	-3.98565				01	051		
10958012	Douar Oulad Aghzal	douar-oulad-aghzal	MA		0	Africa/Casablanca	35.12161	-3.95612				01	051		
10958014	Oulad Aghzal	oulad-aghzal	MA		0	Africa/Casablanca	35.1134	-3.95399				01	051		
10958029	Amagha	amagha	MA		0	Africa/Casablanca	30.93047	-7.2371				08	401		
10958059	Mtalgout	mtalgout	MA		0	Africa/Casablanca	30.86729	-7.2093				08	401		
10958170	Douar Ait Amer Ou Boubker	douar-ait-amer-ou-boubker	MA		0	Africa/Casablanca	35.11965	-3.9258				01	051		
10958172	Douar Ait Amer Ou Chaayb	douar-ait-amer-ou-chaayb	MA		0	Africa/Casablanca	35.12075	-3.90441				01	051		
10958174	Ait Aissa	ait-aissa	MA		0	Africa/Casablanca	35.11321	-3.89584				01	051		
10958176	Ait Abdelkader	ait-abdelkader	MA		0	Africa/Casablanca	35.11724	-3.88771				01	051		
10958177	Douar Ikeltoumene	douar-ikeltoumene	MA		0	Africa/Casablanca	35.11305	-3.87574				01	051		
10958178	Douar Iarroudene	douar-iarroudene	MA		0	Africa/Casablanca	35.11845	-3.88017				01	051		
10958179	Douar Ait Youssef	douar-ait-youssef	MA		0	Africa/Casablanca	35.10896	-3.88428				01	051		
10958181	Douar Ait Mohand Ou Abdellah	douar-ait-mohand-ou-abdellah	MA		0	Africa/Casablanca	35.10685	-3.91917				01	051		
10958184	Ait Boubaouene	ait-boubaouene	MA		0	Africa/Casablanca	35.10431	-3.93777				01	051		
10958185	Douar Iaarnassene	douar-iaarnassene	MA		0	Africa/Casablanca	35.10301	-3.94408				01	051		
10958191	Douar Ben Amer	douar-ben-amer	MA		0	Africa/Casablanca	35.10671	-3.95807				01	051		
10958193	Douar Imaadiyene	douar-imaadiyene	MA		0	Africa/Casablanca	35.09866	-3.96595				01	051		
10958204	Douar Iayyadene	douar-iayyadene	MA		0	Africa/Casablanca	35.08896	-3.94563				01	051		
10958207	Douar Izghayene	douar-izghayene	MA		0	Africa/Casablanca	35.08978	-3.91694				01	051		
10958208	Douar Isahraouiyene	douar-isahraouiyene	MA		0	Africa/Casablanca	35.0888	-3.92016				01	051		
10958212	Douar Tagzirt	douar-tagzirt	MA		0	Africa/Casablanca	35.08259	-3.87797				01	051		
10958214	Douar Ibouleqjerne	douar-ibouleqjerne	MA		0	Africa/Casablanca	35.09019	-3.90014				01	051		
10958215	Douar Oulad El Haj	douar-oulad-el-haj	MA		0	Africa/Casablanca	35.08775	-3.92535				01	051		
10958220	Douar Isalbiouane	douar-isalbiouane	MA		0	Africa/Casablanca	35.08243	-3.95093				01	051		
10958221	Douar Iazzouzane	douar-iazzouzane	MA		0	Africa/Casablanca	35.08536	-3.95702				01	051		
10958222	Ait Beuhker	ait-beuhker	MA		0	Africa/Casablanca	35.08259	-3.95966				01	051		
10958229	Tamzidan n-Zik	tamzidan-n-zik	MA		0	Africa/Casablanca	35.06954	-3.9841				01	051		
10958230	Ait Mahand Ou Abdellah	ait-mahand-ou-abdellah	MA		0	Africa/Casablanca	35.07071	-3.97884				01	051		
10958231	Ifassyene	ifassyene	MA		0	Africa/Casablanca	35.07164	-3.97056				01	051		
10958232	Ichemrikhene	ichemrikhene	MA		0	Africa/Casablanca	35.0779	-3.94524				01	051		
10958237	Douar Tabeqqatch	douar-tabeqqatch	MA		0	Africa/Casablanca	35.07511	-3.90385				01	051		
10958240	Douar Ibouqrabene	douar-ibouqrabene	MA		0	Africa/Casablanca	35.08185	-3.89475				01	051		
10958241	Oulad Said	oulad-said	MA		0	Africa/Casablanca	35.07073	-3.88555				01	051		
10958245	Douar Idarrazene	douar-idarrazene	MA		0	Africa/Casablanca	35.0747	-3.87782				01	051		
10958246	Douar Ibettouyene	douar-ibettouyene	MA		0	Africa/Casablanca	35.0716	-3.87846				01	051		
10958248	Douar Ait Bou Yam	douar-ait-bou-yam	MA		0	Africa/Casablanca	35.05835	-3.88767				01	051		
10958251	Douar Taqseft	douar-taqseft	MA		0	Africa/Casablanca	35.06197	-3.90391				01	051		
10958257	Ait Aziz Soufla	ait-aziz-soufla	MA		0	Africa/Casablanca	35.06736	-3.94183				01	051		
10958259	Ait Aziz El Ouha	ait-aziz-el-ouha	MA		0	Africa/Casablanca	35.05289	-3.93067				01	051		
10958262	Oulad Mohamed Hammadi	oulad-mohamed-hammadi	MA		0	Africa/Casablanca	35.0586	-3.95603				01	051		
10958263	Ait Lqadi Centre	ait-lqadi-centre	MA		0	Africa/Casablanca	35.06815	-3.95811				01	051		
10958264	Douar Boumenqad	douar-boumenqad	MA		0	Africa/Casablanca	35.06638	-3.96299				01	051		
10958266	Douar Iatmanene	douar-iatmanene	MA		0	Africa/Casablanca	35.06006	-3.96286				01	051		
10958268	Iaboutene	iaboutene	MA		0	Africa/Casablanca	35.06447	-3.97798				01	051		
10958270	Douar Ibouhoutene	douar-ibouhoutene	MA		0	Africa/Casablanca	35.05408	-3.9673				01	051		
10958272	Douar Aghlid	douar-aghlid	MA		0	Africa/Casablanca	35.04655	-3.97254				01	051		
10958274	Zaouiat Sidi Aissa	zaouiat-sidi-aissa	MA		0	Africa/Casablanca	35.06682	-3.98399				01	051		
10958280	Douar Iherrouchene	douar-iherrouchene	MA		0	Africa/Casablanca	35.05215	-3.90363				01	051		
10958284	Douar Iqorar	douar-iqorar	MA		0	Africa/Casablanca	35.04105	-3.89617				01	051		
10958285	Douar Ichihiyene	douar-ichihiyene	MA		0	Africa/Casablanca	35.05187	-3.89048				01	051		
10958288	Douar Njine	douar-njine	MA		0	Africa/Casablanca	35.04899	-3.8822				01	051		
10958295	Douar Tighedouine	douar-tighedouine	MA		0	Africa/Casablanca	35.02269	-3.90805				01	051		
10958297	Douar Dhar	douar-dhar	MA		0	Africa/Casablanca	35.03395	-3.91913				01	051		
10958298	Douar Chandour	douar-chandour	MA		0	Africa/Casablanca	35.04481	-3.94451				01	051		
10958301	Oulad Ahmed	oulad-ahmed	MA		0	Africa/Casablanca	35.03993	-3.95584				01	051		
10958305	Douar Skakine	douar-skakine	MA		0	Africa/Casablanca	35.04353	-3.97522				01	051		
10958309	Douar Iboubbouhene	douar-iboubbouhene	MA		0	Africa/Casablanca	35.02678	-3.96822				01	051		
10958312	Oulad Ahidat	oulad-ahidat	MA		0	Africa/Casablanca	35.032	-3.96352				01	051		
10958313	Ait Bourmeq	ait-bourmeq	MA		0	Africa/Casablanca	35.02936	-3.95621				01	051		
10958315	Dar Mohand Chaayb	dar-mohand-chaayb	MA		0	Africa/Casablanca	35.03713	-3.95365				01	051		
10958316	Oulad Amer Mohand	oulad-amer-mohand	MA		0	Africa/Casablanca	35.03415	-3.9444				01	051		
10958318	Ait Dzan	ait-dzan	MA		0	Africa/Casablanca	35.02965	-3.94112				01	051		
10958319	Douar Bou Seqsaqene	douar-bou-seqsaqene	MA		0	Africa/Casablanca	35.03516	-3.93786				01	051		
10958323	Douar Izakhene	douar-izakhene	MA		0	Africa/Casablanca	35.02684	-3.89025				01	051		
10958325	Izarchiouene	izarchiouene	MA		0	Africa/Casablanca	35.02984	-3.88896				01	051		
10958330	Douar Ait Aissa	douar-ait-aissa	MA		0	Africa/Casablanca	35.02037	-3.91157				01	051		
10958335	Douar Ihemmichene	douar-ihemmichene	MA		0	Africa/Casablanca	35.01868	-3.93479				01	051		
10958344	Igheddarene	igheddarene	MA		0	Africa/Casablanca	35.01534	-3.96432				01	051		
10958345	Douar Izefzafene	douar-izefzafene	MA		0	Africa/Casablanca	35.01662	-3.97896				01	051		
10958347	Ait Mohand Ou Hya	ait-mohand-ou-hya	MA		0	Africa/Casablanca	35.02037	-3.98734				01	051		
10958350	Douar Arnouq	douar-arnouq	MA		0	Africa/Casablanca	35.00914	-3.98871				01	051		
10958351	Douar Ait Ahmed	douar-ait-ahmed	MA		0	Africa/Casablanca	35.00826	-3.9788				01	051		
10958354	Douar Qniaa	douar-qniaa	MA		0	Africa/Casablanca	35.0029	-3.98206				01	051		
10958356	Douar Mehsene	douar-mehsene	MA		0	Africa/Casablanca	34.99953	-3.97528				01	051		
10958358	Douar Ichouyene	douar-ichouyene	MA		0	Africa/Casablanca	35.00239	-3.96266				01	051		
10958361	Douar Lmaadene	douar-lmaadene	MA		0	Africa/Casablanca	34.99802	-3.94605				01	051		
10958362	Douar Ireyyanene	douar-ireyyanene	MA		0	Africa/Casablanca	35.00327	-3.93183				01	051		
10958365	Tamzid Ou Zghar	tamzid-ou-zghar	MA		0	Africa/Casablanca	35.012	-3.92522				01	051		
10958371	Douar Iaddiyene	douar-iaddiyene	MA		0	Africa/Casablanca	34.99965	-3.87752				01	051		
10958372	Douar Itoultiqene	douar-itoultiqene	MA		0	Africa/Casablanca	35.01721	-3.8808				01	051		
10958373	Bni Bou Setta	bni-bou-setta	MA		0	Africa/Casablanca	35.00581	-3.87693				01	051		
10958374	Oulad El Haj	oulad-el-haj	MA		0	Africa/Casablanca	35.06868	-3.97322				01	051		
10958376	Douar Itejjiouene	douar-itejjiouene	MA		0	Africa/Casablanca	35.11761	-3.91162				01	051		
10958378	Ibn Amerane	ibn-amerane	MA		0	Africa/Casablanca	35.10481	-3.90399				01	051		
10958380	Ait Bou Khemchay	ait-bou-khemchay	MA		0	Africa/Casablanca	35.10094	-3.93594				01	051		
10958384	Ait El Lhadi	ait-el-lhadi	MA		0	Africa/Casablanca	35.09635	-3.93757				01	051		
10958385	Ait Bougherdiyene	ait-bougherdiyene	MA		0	Africa/Casablanca	35.09555	-3.94173				01	051		
10958388	Douar Irchriouene	douar-irchriouene	MA		0	Africa/Casablanca	35.09741	-3.87912				01	051		
10958389	Douar Lbarddinene	douar-lbarddinene	MA		0	Africa/Casablanca	35.09942	-3.87547				01	051		
10958392	Douar Ihennoudene	douar-ihennoudene	MA		0	Africa/Casablanca	35.08415	-3.92184				01	051		
10958393	Ibn Sidi Amerene	ibn-sidi-amerene	MA		0	Africa/Casablanca	35.0841	-3.95008				01	051		
10958396	Oulad El Haj Massaoud	oulad-el-haj-massaoud	MA		0	Africa/Casablanca	35.0766	-3.97456				01	051		
10958397	Lemqaddam	lemqaddam	MA		0	Africa/Casablanca	35.07302	-3.97574				01	051		
10958398	Oulad Haddou	oulad-haddou	MA		0	Africa/Casablanca	35.0717	-3.93326				01	051		
10958399	Douar Izougiyyadene	douar-izougiyyadene	MA		0	Africa/Casablanca	35.06197	-3.87779				01	051		
10958400	Douar Boukhlef Tahratra	douar-boukhlef-tahratra	MA		0	Africa/Casablanca	35.05649	-3.91347				01	051		
10958401	Douar Iabdenerraqene	douar-iabdenerraqene	MA		0	Africa/Casablanca	35.05429	-3.92663				01	051		
10958403	Douar Izarqarene	douar-izarqarene	MA		0	Africa/Casablanca	35.06538	-3.94506				01	051		
10958405	Bouqeffatene	bouqeffatene	MA		0	Africa/Casablanca	35.0568	-3.98758				01	051		
10958406	Douar Iberkanene	douar-iberkanene	MA		0	Africa/Casablanca	35.05008	-3.9296				01	051		
10958407	Ait Mamouch	ait-mamouch	MA		0	Africa/Casablanca	35.04317	-3.88322				01	051		
10958409	Imehrouchene	imehrouchene	MA		0	Africa/Casablanca	35.029	-3.90761				01	051		
10958411	Oulad Hammadi n-Ali	oulad-hammadi-n-ali	MA		0	Africa/Casablanca	35.04795	-3.95538				01	051		
10958414	Imrazaqene	imrazaqene	MA		0	Africa/Casablanca	35.03251	-3.95476				01	051		
10958417	Douar Ait Toughare	douar-ait-toughare	MA		0	Africa/Casablanca	35.02202	-3.92316				01	051		
10958418	Douar Issourqene	douar-issourqene	MA		0	Africa/Casablanca	35.01815	-3.94577				01	051		
10958420	Tagouguit	tagouguit	MA		0	Africa/Casablanca	35.00223	-3.92364				01	051		
10958422	Brni Garchouhe	brni-garchouhe	MA		0	Africa/Casablanca	35.00317	-3.88583				01	051		
10958423	Boumenqad	boumenqad	MA		0	Africa/Casablanca	35.07339	-3.96966				01	051		
10958426	Douar Izzoudene	douar-izzoudene	MA		0	Africa/Casablanca	35.1051	-3.99459				01	051		
10958427	Douar Igouerroutene	douar-igouerroutene	MA		0	Africa/Casablanca	35.05835	-3.93453				01	051		
10958474	Douar Izhouyene	douar-izhouyene	MA		0	Africa/Casablanca	35.11451	-3.85996				01	051		
10958475	Hay Agadir	hay-agadir	MA		0	Africa/Casablanca	35.11577	-3.84314				01	051		
10958477	Douar Souk El Am	douar-souk-el-am	MA		0	Africa/Casablanca	35.11942	-3.83996				01	051		
10958478	Douar Ibouazzene	douar-ibouazzene	MA		0	Africa/Casablanca	35.12009	-3.80447				02	167		
10958484	Douar Isselhiouene	douar-isselhiouene	MA		0	Africa/Casablanca	35.10905	-3.76211				02	167		
10958488	Douar Jmaa	douar-jmaa	MA		0	Africa/Casablanca	35.10072	-3.76934				02	167		
10958491	Bni Bouayach	bni-bouayach	MA		18271	Africa/Casablanca	35.10506	-3.84028		Bni Bojazh,Bni Bouayach,Бни Бояж		01	051		
10958492	Hay Hammou Ezzayani	hay-hammou-ezzayani	MA		0	Africa/Casablanca	35.10838	-3.83705				01	051		
10958495	Douar Ibayyadene	douar-ibayyadene	MA		0	Africa/Casablanca	35.10129	-3.86367				01	051		
10958497	Douar Izakrene	douar-izakrene	MA		0	Africa/Casablanca	35.0953	-3.86517				01	051		
10958498	Douar Bou Gharmane	douar-bou-gharmane	MA		0	Africa/Casablanca	35.09683	-3.84032				01	051		
10958499	Douar Bou Brahem	douar-bou-brahem	MA		0	Africa/Casablanca	35.09323	-3.84865				01	051		
10958500	Douar Tchalabouka	douar-tchalabouka	MA		0	Africa/Casablanca	35.09683	-3.83627				01	051		
10958501	Douar Azrou n-Slit	douar-azrou-n-slit	MA		0	Africa/Casablanca	35.09193	-3.82061				01	051		
10958502	Ibou Halil	ibou-halil	MA		0	Africa/Casablanca	35.10052	-3.79271				02	167		
10958503	Douar Imaloulene	douar-imaloulene	MA		0	Africa/Casablanca	35.0967	-3.7893				02	167		
10958504	Iouardijene Louta	iouardijene-louta	MA		0	Africa/Casablanca	35.09388	-3.79385				02	167		
10958506	Douar Imarchouhet	douar-imarchouhet	MA		0	Africa/Casablanca	35.09454	-3.75145				02	167		
10958507	Douar Aghil Tazakka	douar-aghil-tazakka	MA		0	Africa/Casablanca	35.08634	-3.76005				02	167		
10958508	Douar Ichabaane	douar-ichabaane	MA		0	Africa/Casablanca	35.0819	-3.77812				02	167		
10958510	Douar Iboussamene	douar-iboussamene	MA		0	Africa/Casablanca	35.07848	-3.75801				02	167		
10958511	Douar Ibouamanene	douar-ibouamanene	MA		0	Africa/Casablanca	35.08322	-3.7997				02	167		
10958512	Douar Oulad El Houssine	douar-oulad-el-houssine	MA		0	Africa/Casablanca	35.08949	-3.8002				02	167		
10958513	Issabaoune	issabaoune	MA		0	Africa/Casablanca	35.09005	-3.79734				02	167		
10958514	Hay Lbaraj	hay-lbaraj	MA		0	Africa/Casablanca	35.08401	-3.82552				01	051		
10958515	Douar Esselfaya	douar-esselfaya	MA		0	Africa/Casablanca	35.08907	-3.83234				01	051		
10958518	Douar Taourayat	douar-taourayat	MA		0	Africa/Casablanca	35.07699	-3.85127				01	051		
10958521	Douar Ait Ghoname	douar-ait-ghoname	MA		0	Africa/Casablanca	35.07888	-3.80567				02	167		
10958522	Douar Imahraouene	douar-imahraouene	MA		0	Africa/Casablanca	35.07126	-3.80256				02	167		
10958525	Douar Jattarene	douar-jattarene	MA		0	Africa/Casablanca	35.06699	-3.79543				02	167		
10958526	Douar Ibouddofene	douar-ibouddofene	MA		0	Africa/Casablanca	35.07261	-3.7602				02	167		
10958528	Douar Harachoul	douar-harachoul	MA		0	Africa/Casablanca	35.06457	-3.76589				02	167		
10958529	Douar Ikhiyyarene	douar-ikhiyyarene	MA		0	Africa/Casablanca	35.06559	-3.77175				02	167		
10958530	Douar Hemaf	douar-hemaf	MA		0	Africa/Casablanca	35.06533	-3.78814				02	167		
10958533	Douar Irazzouqene	douar-irazzouqene	MA		0	Africa/Casablanca	35.0512	-3.80855				02	167		
10958534	Douar Iguenchtou	douar-iguenchtou	MA		0	Africa/Casablanca	35.05795	-3.79867				02	167		
10958537	Douar Ibouaiyyadene	douar-ibouaiyyadene	MA		0	Africa/Casablanca	35.05684	-3.77988				02	167		
10958542	Douar Ait Ichou	douar-ait-ichou	MA		0	Africa/Casablanca	35.05433	-3.83897				01	051		
10958543	Douar Ajdir	douar-ajdir	MA		0	Africa/Casablanca	35.06669	-3.85363				01	051		
10958544	Ibouqiyadene	ibouqiyadene	MA		0	Africa/Casablanca	35.06645	-3.85661				01	051		
10958545	Douar Iberkanene	douar-iberkanene	MA		0	Africa/Casablanca	35.06411	-3.85728				01	051		
10958548	Belhajiyine	belhajiyine	MA		0	Africa/Casablanca	35.05087	-3.863				01	051		
10958549	Douar Kharbouch	douar-kharbouch	MA		0	Africa/Casablanca	35.05415	-3.84689				01	051		
10958550	Douar Mnoud Jbel	douar-mnoud-jbel	MA		0	Africa/Casablanca	35.04941	-3.83831				01	051		
10958551	Douar Jaaouanene	douar-jaaouanene	MA		0	Africa/Casablanca	35.0524	-3.82842				01	051		
10958552	Douar Takardat	douar-takardat	MA		0	Africa/Casablanca	35.04797	-3.83273				01	051		
10958553	Douar Issarraknene	douar-issarraknene	MA		0	Africa/Casablanca	35.0481	-3.75694				02	167		
10958557	Douar Ghalboune	douar-ghalboune	MA		0	Africa/Casablanca	35.04818	-3.78393				02	167		
10958559	Douar Ihmadchiouene	douar-ihmadchiouene	MA		0	Africa/Casablanca	35.03726	-3.80305				02	167		
10958560	Douar Aguermam	douar-aguermam	MA		0	Africa/Casablanca	35.03991	-3.81204				02	167		
10958562	Douar Lebaoul	douar-lebaoul	MA		0	Africa/Casablanca	35.03397	-3.81168				02	167		
10958564	Douar Bou Falfal	douar-bou-falfal	MA		0	Africa/Casablanca	35.04316	-3.81367				02	167		
10958565	Douar Issekkour	douar-issekkour	MA		0	Africa/Casablanca	35.03978	-3.82219				01	051		
10958568	Douar Iaabdounene	douar-iaabdounene	MA		0	Africa/Casablanca	35.04328	-3.84786				01	051		
10958570	Douar Ben Naan	douar-ben-naan	MA		0	Africa/Casablanca	35.03887	-3.8606				01	051		
10958571	Douar Hammouchi	douar-hammouchi	MA		0	Africa/Casablanca	35.04093	-3.86616				01	051		
10958572	Errabda	errabda	MA		0	Africa/Casablanca	35.04565	-3.86631				01	051		
10958575	Douar Tazourakhet	douar-tazourakhet	MA		0	Africa/Casablanca	35.03295	-3.82745				01	051		
10958576	Douar Massaouda	douar-massaouda	MA		0	Africa/Casablanca	35.02738	-3.82108				01	051		
10958577	Douar Achour	douar-achour	MA		0	Africa/Casablanca	35.03384	-3.78895				02	167		
10958581	Douar Ihaytoutene	douar-ihaytoutene	MA		0	Africa/Casablanca	35.02807	-3.7732				02	167		
10958582	Douar Lhart	douar-lhart	MA		0	Africa/Casablanca	35.02256	-3.81423				02	167		
10958583	Douar Bou Dumba	douar-bou-dumba	MA		0	Africa/Casablanca	35.02707	-3.81571				02	167		
10958584	Douar Ait Aissa	douar-ait-aissa	MA		0	Africa/Casablanca	35.02092	-3.8217				01	051		
10958585	Douar Ait Njne	douar-ait-njne	MA		0	Africa/Casablanca	35.01712	-3.82101				01	051		
10958587	Douar Tizi Maada	douar-tizi-maada	MA		0	Africa/Casablanca	35.02865	-3.83533				01	051		
10958588	Douar Ibou Kakouene	douar-ibou-kakouene	MA		0	Africa/Casablanca	35.02685	-3.84193				01	051		
10958590	Douar Tihara	douar-tihara	MA		0	Africa/Casablanca	35.02105	-3.8482				01	051		
10958594	Douar Izakirene	douar-izakirene	MA		0	Africa/Casablanca	35.02662	-3.87325				01	051		
10958595	Douar Iejatene	douar-iejatene	MA		0	Africa/Casablanca	35.02086	-3.86258				01	051		
10958601	Douar Tameskirt	douar-tameskirt	MA		0	Africa/Casablanca	35.00842	-3.82764				01	051		
10958603	Douar Tameskourt	douar-tameskourt	MA		0	Africa/Casablanca	35.01355	-3.81794				01	051		
10958604	Douar Laazio	douar-laazio	MA		0	Africa/Casablanca	35.01209	-3.81309				02	167		
10958610	Bni Mhassene	bni-mhassene	MA		0	Africa/Casablanca	35.00826	-3.77632				02	167		
10958615	Douar Ioussa	douar-ioussa	MA		0	Africa/Casablanca	35.00601	-3.78099				02	167		
10958616	Douar Bou Amer	douar-bou-amer	MA		0	Africa/Casablanca	35.00192	-3.80809				02	167		
10958618	Douar Tamzazkout	douar-tamzazkout	MA		0	Africa/Casablanca	34.99757	-3.82513				01	051		
10958619	Douar Ait Abdessalam	douar-ait-abdessalam	MA		0	Africa/Casablanca	34.99801	-3.84371				01	051		
10958620	Douar Aguelmam	douar-aguelmam	MA		0	Africa/Casablanca	35.00107	-3.84796				01	051		
10958621	Douar Oufane	douar-oufane	MA		0	Africa/Casablanca	35.00343	-3.84485				01	051		
10958622	Douar Ihansassene	douar-ihansassene	MA		0	Africa/Casablanca	34.99796	-3.84992				01	051		
10958623	Douar Ait Bouhdane	douar-ait-bouhdane	MA		0	Africa/Casablanca	35.00093	-3.85522				01	051		
10958624	Douar Raoud Ou Add	douar-raoud-ou-add	MA		0	Africa/Casablanca	35.00483	-3.86589				01	051		
10958625	Douar Dhar	douar-dhar	MA		0	Africa/Casablanca	35.00638	-3.87088				01	051		
10958631	Douar Ijattarene	douar-ijattarene	MA		0	Africa/Casablanca	35.10685	-3.78524				02	167		
10958632	Douar Ikaltoumene	douar-ikaltoumene	MA		0	Africa/Casablanca	35.11773	-3.87297				01	051		
10958633	Douar Imazzaane	douar-imazzaane	MA		0	Africa/Casablanca	35.12095	-3.77339				02	167		
10958634	Douar Izaoumene	douar-izaoumene	MA		0	Africa/Casablanca	35.11486	-3.76676				02	167		
10958635	Douar Izoqqaghene	douar-izoqqaghene	MA		0	Africa/Casablanca	35.10331	-3.76255				02	167		
10958636	Hay El Iskardariya	hay-el-iskardariya	MA		0	Africa/Casablanca	35.10173	-3.84972				01	051		
10958637	Douar Itahatene	douar-itahatene	MA		0	Africa/Casablanca	35.10523	-3.87287				01	051		
10958639	Douar Ihaloutene	douar-ihaloutene	MA		0	Africa/Casablanca	35.08917	-3.78235				02	167		
10958641	Douar Iaddane Bilene	douar-iaddane-bilene	MA		0	Africa/Casablanca	35.07161	-3.86207				01	051		
10958643	Douar Bou Nader	douar-bou-nader	MA		0	Africa/Casablanca	35.0662	-3.77639				02	167		
10958644	Douar Ialtene	douar-ialtene	MA		0	Africa/Casablanca	35.06292	-3.81984				01	051		
10958647	Douar Azouiyene	douar-azouiyene	MA		0	Africa/Casablanca	34.99767	-3.85926				01	051		
10958648	Douar Ihabdouene	douar-ihabdouene	MA		0	Africa/Casablanca	35.00884	-3.84815				01	051		
10958682	Douar Tizi Mouka	douar-tizi-mouka	MA		0	Africa/Casablanca	33.62085	-6.34717				04	291		
10958683	Krarcha	krarcha	MA		0	Africa/Casablanca	33.6185	-6.34449				04	291		
10958694	Ait Ikkou Hajja	ait-ikkou-hajja	MA		0	Africa/Casablanca	33.61699	-6.33423				04	291		
10958695	Douar Ait Ghnima	douar-ait-ghnima	MA		0	Africa/Casablanca	33.61063	-6.33294				04	291		
10958699	Dyour El Fellaha	dyour-el-fellaha	MA		0	Africa/Casablanca	33.61605	-6.29998				04	291		
10958701	Douar Ait Ammou	douar-ait-ammou	MA		0	Africa/Casablanca	33.61285	-6.2864				04	291		
10958702	Douar Ait Omar	douar-ait-omar	MA		0	Africa/Casablanca	33.61614	-6.27926				04	291		
10958710	Dar Serraf	dar-serraf	MA		0	Africa/Casablanca	33.61293	-6.25864				04	291		
10958717	Douar Ait Boubker	douar-ait-boubker	MA		0	Africa/Casablanca	33.60804	-6.3003				04	291		
10958725	Douar Ait Slimane	douar-ait-slimane	MA		0	Africa/Casablanca	33.60466	-6.36223				04	291		
10958729	Dar Ba Ali Haddou	dar-ba-ali-haddou	MA		0	Africa/Casablanca	33.59585	-6.36228				04	291		
10958731	Dar Ait Bardl	dar-ait-bardl	MA		0	Africa/Casablanca	33.60093	-6.32822				04	291		
10958736	Douar Erristou	douar-erristou	MA		0	Africa/Casablanca	33.59736	-6.29117				04	291		
10958738	Douar Ait Ben El Kacem	douar-ait-ben-el-kacem	MA		0	Africa/Casablanca	33.59898	-6.28998				04	291		
10958739	Douar Ait Mahfoud	douar-ait-mahfoud	MA		0	Africa/Casablanca	33.59764	-6.28529				04	291		
10958746	Douar Bouzit	douar-bouzit	MA		0	Africa/Casablanca	33.58224	-6.25939				04	291		
10958748	Ait Hamane	ait-hamane	MA		0	Africa/Casablanca	33.57964	-6.2787				04	291		
10958749	Lahrouch	lahrouch	MA		0	Africa/Casablanca	33.57639	-6.29466				04	291		
10958750	Dar Jilati	dar-jilati	MA		0	Africa/Casablanca	33.58345	-6.30282				04	291		
10958754	Dar Moloud	dar-moloud	MA		0	Africa/Casablanca	33.57766	-6.32631				04	291		
10958773	Dar Glimis	dar-glimis	MA		0	Africa/Casablanca	33.56974	-6.29166				04	291		
10958784	Douar Ain Ogla	douar-ain-ogla	MA		0	Africa/Casablanca	33.56725	-6.34725				04	291		
10958790	Douar Aroukdi	douar-aroukdi	MA		0	Africa/Casablanca	33.55338	-6.36374				04	291		
10958791	Douar Ain El Beida	douar-ain-el-beida	MA		0	Africa/Casablanca	33.55972	-6.35279				04	291		
10958799	Douar Laqliaa	douar-laqliaa	MA		0	Africa/Casablanca	33.5582	-6.29692				04	291		
10958801	Douar Kikene	douar-kikene	MA		0	Africa/Casablanca	33.55863	-6.27971				04	291		
10958803	Douar Bir El Haj	douar-bir-el-haj	MA		0	Africa/Casablanca	33.55713	-6.26804				04	291		
10958838	Dar Darqaoul	dar-darqaoul	MA		0	Africa/Casablanca	33.52701	-6.33393				04	291		
10958839	Dar El Mansouri	dar-el-mansouri	MA		0	Africa/Casablanca	33.53071	-6.32359				04	291		
10958840	Dar Sidi El Arbi Htoutou	dar-sidi-el-arbi-htoutou	MA		0	Africa/Casablanca	33.52571	-6.32189				04	291		
10958860	Douar Jbel Lahdid	douar-jbel-lahdid	MA		0	Africa/Casablanca	33.51365	-6.26079				04	291		
10958861	Douar Ait Ben El Kacem Dar Biko	douar-ait-ben-el-kacem-dar-biko	MA		0	Africa/Casablanca	33.51914	-6.26527				04	291		
10958866	Dar Talyani Maison Forestière	dar-talyani-maison-forestiere	MA		0	Africa/Casablanca	33.52432	-6.27834				04	291		
10958872	Douar Ait Ben El Kacem Bouyahdoumene	douar-ait-ben-el-kacem-bouyahdoumene	MA		0	Africa/Casablanca	33.51159	-6.28394				04	291		
10958875	Dar Daoudl Bouazza	dar-daoudl-bouazza	MA		0	Africa/Casablanca	33.51919	-6.32726				04	291		
10958878	Dar Abdelaali	dar-abdelaali	MA		0	Africa/Casablanca	33.52472	-6.3362				04	291		
10958881	Dhar Bou Karrouch	dhar-bou-karrouch	MA		0	Africa/Casablanca	33.51762	-6.36077				04	291		
10958890	Dar El Khayrani Mohamed	dar-el-khayrani-mohamed	MA		0	Africa/Casablanca	33.50246	-6.30161				04	291		
10958892	Douar Chellaoua	douar-chellaoua	MA		0	Africa/Casablanca	33.50422	-6.28209				04	291		
10958895	Douar Ait Bel Qassem Tainjine Ouchene	douar-ait-bel-qassem-tainjine-ouchene	MA		0	Africa/Casablanca	33.5052	-6.26364				04	291		
10958899	Douar Bni Ata	douar-bni-ata	MA		0	Africa/Casablanca	33.51212	-6.25109				04	291		
10958929	Douar Sidi El Khattab	douar-sidi-el-khattab	MA		0	Africa/Casablanca	33.59365	-6.36719				04	291		
10958932	Dar Sidi Jilali	dar-sidi-jilali	MA		0	Africa/Casablanca	33.5845	-6.34974				04	291		
10958973	Dar Hamidi El Hachmi	dar-hamidi-el-hachmi	MA		0	Africa/Casablanca	33.71453	-6.48771				04	291		
10958991	Dar Najed Hassan	dar-najed-hassan	MA		0	Africa/Casablanca	33.69214	-6.47903				04	291		
10958993	Dar Ben Qassou Assou	dar-ben-qassou-assou	MA		0	Africa/Casablanca	33.70352	-6.45041				04	291		
10958996	Douar Ait Driss	douar-ait-driss	MA		0	Africa/Casablanca	33.6934	-6.44987				04	291		
10959040	Dar Zine Dine Bouazza	dar-zine-dine-bouazza	MA		0	Africa/Casablanca	33.64025	-6.45215				04	291		
10959051	Dar Saliha	dar-saliha	MA		0	Africa/Casablanca	33.62556	-6.49087				04	291		
10959056	El Bouaazzaouiyine	el-bouaazzaouiyine	MA		0	Africa/Casablanca	33.62676	-6.45273				04	291		
10959059	Dar Hammari Ben Miloud	dar-hammari-ben-miloud	MA		0	Africa/Casablanca	33.62887	-6.4297				04	291		
10959062	Dar Chargaoui Allal	dar-chargaoui-allal	MA		0	Africa/Casablanca	33.62594	-6.39982				04	291		
10959065	Ait Sidi Youssef	ait-sidi-youssef	MA		0	Africa/Casablanca	33.63534	-6.376				04	291		
10959069	Ait Hmane	ait-hmane	MA		0	Africa/Casablanca	33.64141	-6.38477				04	291		
10959071	Ait Ghaane	ait-ghaane	MA		0	Africa/Casablanca	33.63959	-6.39089				04	291		
10959074	Dar El Khoulti	dar-el-khoulti	MA		0	Africa/Casablanca	33.65079	-6.41404				04	291		
10959078	Ait Krat	ait-krat	MA		0	Africa/Casablanca	33.64943	-6.3914				04	291		
10959083	Ait Laalam	ait-laalam	MA		0	Africa/Casablanca	33.66052	-6.3975				04	291		
10959086	Dar Allal Ben Lahsen	dar-allal-ben-lahsen	MA		0	Africa/Casablanca	33.65776	-6.42852				04	291		
10959088	Ait Iffi	ait-iffi	MA		0	Africa/Casablanca	33.66472	-6.38022				04	291		
10959089	Ait Driss Rajaa	ait-driss-rajaa	MA		0	Africa/Casablanca	33.67095	-6.38417				04	291		
10959091	Douar Oulad Hajjaj	douar-oulad-hajjaj	MA		0	Africa/Casablanca	33.66482	-6.4066				04	291		
10959095	Dar El Haj Mohamed Ben Qaddour	dar-el-haj-mohamed-ben-qaddour	MA		0	Africa/Casablanca	33.67312	-6.42728				04	291		
10959099	Dar El Haj Bouazza	dar-el-haj-bouazza	MA		0	Africa/Casablanca	33.68156	-6.42065				04	291		
10959101	Ait Omar Ou Rahou	ait-omar-ou-rahou	MA		0	Africa/Casablanca	33.68133	-6.42927				04	291		
10959104	Douar Nasaraouiyine	douar-nasaraouiyine	MA		0	Africa/Casablanca	33.69424	-6.42676				04	291		
10959105	Dar El Qadoussi	dar-el-qadoussi	MA		0	Africa/Casablanca	33.6919	-6.42119				04	291		
10959108	Dar Nsiri	dar-nsiri	MA		0	Africa/Casablanca	33.68881	-6.38125				04	291		
10959109	Kerkour Zhem	kerkour-zhem	MA		0	Africa/Casablanca	33.69356	-6.38025				04	291		
10959113	Station Lalla Chafya	station-lalla-chafya	MA		0	Africa/Casablanca	33.70349	-6.38597				04	291		
10959139	Douar Sahraoua	douar-sahraoua	MA		0	Africa/Casablanca	33.61784	-5.86245				04	291		
10959141	Ait Sibar	ait-sibar	MA		0	Africa/Casablanca	33.61601	-5.84156				04	291		
10959142	Ait Yahya	ait-yahya	MA		0	Africa/Casablanca	33.61541	-5.85541				04	291		
10959148	Douar Aouja	douar-aouja	MA		0	Africa/Casablanca	33.60028	-5.84515				04	291		
10959153	Minasdiouene	minasdiouene	MA		0	Africa/Casablanca	33.5369	-5.85725				04	291		
10959187	Dar El Haj Mohamed Moussa	dar-el-haj-mohamed-moussa	MA		0	Africa/Casablanca	33.65037	-6.49864				04	291		
10959188	Douar Boumlil	douar-boumlil	MA		0	Africa/Casablanca	33.63861	-6.49825				04	291		
10959201	Douar Ait Abdellah Lberoual	douar-ait-abdellah-lberoual	MA		0	Africa/Casablanca	33.61289	-6.12079				04	291		
10959227	Douar Oulad Massoud	douar-oulad-massoud	MA		0	Africa/Casablanca	33.59176	-6.08181				04	291		
10959229	Douar Sidi Lahsen	douar-sidi-lahsen	MA		0	Africa/Casablanca	33.59267	-6.09219				04	291		
10959230	Dar Okkaz Lahsen	dar-okkaz-lahsen	MA		0	Africa/Casablanca	33.58484	-6.08093				04	291		
10959249	Douar Ait Ikkem Ait Aissa	douar-ait-ikkem-ait-aissa	MA		0	Africa/Casablanca	33.55159	-6.09479				04	291		
10959250	Dar Mohamed Ou Agga	dar-mohamed-ou-agga	MA		0	Africa/Casablanca	33.54594	-6.12322				04	291		
10959261	Dar Ikkem Bouazza Belharfi	dar-ikkem-bouazza-belharfi	MA		0	Africa/Casablanca	33.502	-6.06374				04	291		
10959271	Douar Baddoizat	douar-baddoizat	MA		0	Africa/Casablanca	33.52213	-6.01548				04	291		
10959273	Dar Ikkem Bouazza	dar-ikkem-bouazza	MA		0	Africa/Casablanca	33.51415	-6.03089				04	291		
10959294	Douar Ait Ikkem Tabochlalt	douar-ait-ikkem-tabochlalt	MA		0	Africa/Casablanca	33.53778	-6.00649				04	291		
10959297	Douar Charfa Targa	douar-charfa-targa	MA		0	Africa/Casablanca	33.53327	-6.00806				04	291		
10959306	Douar Ain Jamaa	douar-ain-jamaa	MA		0	Africa/Casablanca	33.5461	-6.00475				04	291		
10959313	Souk Khemis Taliouine	souk-khemis-taliouine	MA		0	Africa/Casablanca	33.55379	-6.05228				04	291		
10959318	Douar Ait Ikkem	douar-ait-ikkem	MA		0	Africa/Casablanca	33.55313	-6.07382				04	291		
10959319	Douar Ait Ben Ali Ain Cheikh	douar-ait-ben-ali-ain-cheikh	MA		0	Africa/Casablanca	33.55092	-6.07258				04	291		
10959322	Douar Ait Ben Ali	douar-ait-ben-ali	MA		0	Africa/Casablanca	33.54993	-6.06719				04	291		
10959324	Douar Cherfa Bou Ouezzam	douar-cherfa-bou-ouezzam	MA		0	Africa/Casablanca	33.5501	-6.03247				04	291		
10959332	Douar Lleghmane Tiouerdane	douar-lleghmane-tiouerdane	MA		0	Africa/Casablanca	33.55336	-6.02048				04	291		
10959350	Dar Ouaaziz Brahim	dar-ouaaziz-brahim	MA		0	Africa/Casablanca	33.57705	-6.00295				04	291		
10959361	Dar El Haj Ahmed	dar-el-haj-ahmed	MA		0	Africa/Casablanca	33.58801	-6.05539				04	291		
10959364	Douar Oulad El Haj Ben Omar	douar-oulad-el-haj-ben-omar	MA		0	Africa/Casablanca	33.60196	-6.03366				04	291		
10959380	Douar Almou Allouch	douar-almou-allouch	MA		0	Africa/Casablanca	33.60406	-6.04902				04	291		
10959386	Douar El Haj Qajja	douar-el-haj-qajja	MA		0	Africa/Casablanca	33.61957	-6.0502				04	291		
10959388	Douar Ait Belaid Silid Ou Mark	douar-ait-belaid-silid-ou-mark	MA		0	Africa/Casablanca	33.61442	-6.04183				04	291		
10959393	Douar Ait El Khatir Bouy Qellalene	douar-ait-el-khatir-bouy-qellalene	MA		0	Africa/Casablanca	33.61746	-6.01104				04	291		
10959396	Dar El Haj Ben Omar	dar-el-haj-ben-omar	MA		0	Africa/Casablanca	33.59468	-6.03352				04	291		
10959408	Dar Igguer Mohamed	dar-igguer-mohamed	MA		0	Africa/Casablanca	33.54229	-6.05871				04	291		
10959410	Douar El Anzit	douar-el-anzit	MA		0	Africa/Casablanca	33.57916	-6.02624				04	291		
10959411	Douar Cherfa	douar-cherfa	MA		0	Africa/Casablanca	33.54832	-6.00712				04	291		
10959412	Dar Hamma Mohamed	dar-hamma-mohamed	MA		0	Africa/Casablanca	33.62153	-6.0608				04	291		
10959414	Douar Targa	douar-targa	MA		0	Africa/Casablanca	33.54519	-6.01675				04	291		
10959427	Ait Khellou	ait-khellou	MA		0	Africa/Casablanca	33.6238	-6.07838				04	291		
10959441	Ait Sidi Ahmed	ait-sidi-ahmed	MA		0	Africa/Casablanca	33.64989	-6.16118				04	291		
10959447	Ait Idir	ait-idir	MA		0	Africa/Casablanca	33.74315	-6.23267				04	291		
10959449	Douar Ait Ali	douar-ait-ali	MA		0	Africa/Casablanca	33.74151	-6.22922				04	291		
10959451	Ait Rahou Lemrous	ait-rahou-lemrous	MA		0	Africa/Casablanca	33.743	-6.22596				04	291		
10959452	Ait Lahgen	ait-lahgen	MA		0	Africa/Casablanca	33.74709	-6.20334				04	291		
10959453	Ait Rahou	ait-rahou	MA		0	Africa/Casablanca	33.74363	-6.21141				04	291		
10959457	Douar Ait Qassou	douar-ait-qassou	MA		0	Africa/Casablanca	33.7348	-6.24735				04	291		
10959459	Douar Ait Ammou	douar-ait-ammou	MA		0	Africa/Casablanca	33.72436	-6.24698				04	291		
10959460	Douar Ait Hsaine	douar-ait-hsaine	MA		0	Africa/Casablanca	33.74197	-6.19682				04	291		
10959462	Ait Ben Ouahi	ait-ben-ouahi	MA		0	Africa/Casablanca	33.74049	-6.19946				04	291		
10959478	Oulad Bel Allam	oulad-bel-allam	MA		0	Africa/Casablanca	34.48819	-6.47548				04	281		
10959480	Soussate	soussate	MA		0	Africa/Casablanca	34.4879	-6.4813				04	281		
10959485	Oulad Hrida	oulad-hrida	MA		0	Africa/Casablanca	34.48486	-6.46744				04	281		
10959486	Dar Rifi Med	dar-rifi-med	MA		0	Africa/Casablanca	34.49016	-6.46011				04	281		
10959488	Oulad Feddoui	oulad-feddoui	MA		0	Africa/Casablanca	34.48331	-6.46714				04	281		
10959490	Ait Massoud Chehiba	ait-massoud-chehiba	MA		0	Africa/Casablanca	33.68507	-6.1427				04	291		
10959495	Dar Mohamed Ben Thami	dar-mohamed-ben-thami	MA		0	Africa/Casablanca	33.66539	-6.12805				04	291		
10959497	Douar Ait Omar	douar-ait-omar	MA		0	Africa/Casablanca	33.67242	-6.17682				04	291		
10959502	Douar Ait Massaoud	douar-ait-massaoud	MA		0	Africa/Casablanca	33.69964	-6.13669				04	291		
10959504	Dar El Amraoui Mohamed	dar-el-amraoui-mohamed	MA		0	Africa/Casablanca	33.69316	-6.14139				04	291		
10959509	Douar Ait Ali Ou Affi	douar-ait-ali-ou-affi	MA		0	Africa/Casablanca	33.69689	-6.12549				04	291		
10959512	Dar Arbi Mohamed	dar-arbi-mohamed	MA		0	Africa/Casablanca	33.6901	-6.16304				04	291		
10959514	Dar Ben Allal Mohamed	dar-ben-allal-mohamed	MA		0	Africa/Casablanca	33.69317	-6.18175				04	291		
10959515	Oulad El Haj Hala Ben Kaddour	oulad-el-haj-hala-ben-kaddour	MA		0	Africa/Casablanca	33.6984	-6.15922				04	291		
10959519	Ait Sidi El Kheyyat	ait-sidi-el-kheyyat	MA		0	Africa/Casablanca	33.63908	-6.1704				04	291		
10959520	Douar Ait Ada	douar-ait-ada	MA		0	Africa/Casablanca	33.64238	-6.14592				04	291		
10959522	Dar El Mansaoui Mohamed Ben Abdellah	dar-el-mansaoui-mohamed-ben-abdellah	MA		0	Africa/Casablanca	33.64155	-6.17858				04	291		
10959523	Ait Ba Omar	ait-ba-omar	MA		0	Africa/Casablanca	33.64708	-6.1671				04	291		
10959533	Ait Ba Hammou	ait-ba-hammou	MA		0	Africa/Casablanca	33.66007	-6.16961				04	291		
10959535	Ait Sidi Brahim	ait-sidi-brahim	MA		0	Africa/Casablanca	33.65167	-6.18143				04	291		
10959539	Sidi Bou Azza Othmane	sidi-bou-azza-othmane	MA		0	Africa/Casablanca	33.66273	-6.13903				04	291		
10959544	Ait Bou Ikhaouene	ait-bou-ikhaouene	MA		0	Africa/Casablanca	33.64894	-6.14438				04	291		
10959548	Douar Ait Oumnassef	douar-ait-oumnassef	MA		0	Africa/Casablanca	33.65535	-6.14605				04	291		
10959551	Oulad El Haj Aqqa	oulad-el-haj-aqqa	MA		0	Africa/Casablanca	33.70522	-6.14049				04	291		
10959554	Ait Ghoudane	ait-ghoudane	MA		0	Africa/Casablanca	33.73678	-6.14987				04	291		
10959557	Dar Oulad Abdellah Ben Hafid	dar-oulad-abdellah-ben-hafid	MA		0	Africa/Casablanca	33.74636	-6.13562				04	291		
10959558	Dar El Haj Thami	dar-el-haj-thami	MA		0	Africa/Casablanca	33.74192	-6.12556				04	291		
10959559	Ait Baba Hassou	ait-baba-hassou	MA		0	Africa/Casablanca	33.74024	-6.15656				04	291		
10959561	Ait El Madani	ait-el-madani	MA		0	Africa/Casablanca	33.74361	-6.17789				04	291		
10959562	Ait Hammou El Ghazi	ait-hammou-el-ghazi	MA		0	Africa/Casablanca	33.73583	-6.1821				04	291		
10959564	Ait Hassi Bout	ait-hassi-bout	MA		0	Africa/Casablanca	33.73874	-6.16124				04	291		
10959565	Ait Oumghar	ait-oumghar	MA		0	Africa/Casablanca	33.73644	-6.15444				04	291		
10959568	Ait El Haj	ait-el-haj	MA		0	Africa/Casablanca	33.73658	-6.16699				04	291		
10959569	Dar Mohamed Ajebli	dar-mohamed-ajebli	MA		0	Africa/Casablanca	33.69262	-6.13511				04	291		
10959572	Ait Arrour El Haj	ait-arrour-el-haj	MA		0	Africa/Casablanca	33.70108	-6.22309				04	291		
10959574	Ait Touil	ait-touil	MA		0	Africa/Casablanca	33.74631	-6.21289				04	291		
10959575	Dar El Yousfi Lahsen	dar-el-yousfi-lahsen	MA		0	Africa/Casablanca	33.74602	-6.14472				04	291		
10959576	Ait Baba Allal	ait-baba-allal	MA		0	Africa/Casablanca	33.74554	-6.15382				04	291		
10959578	Oulad Chane Miloud Aghzaf	oulad-chane-miloud-aghzaf	MA		0	Africa/Casablanca	33.6737	-6.20613				04	291		
10959579	Dar Qachouch Mohamed	dar-qachouch-mohamed	MA		0	Africa/Casablanca	33.67532	-6.23823				04	291		
10959581	Dar Mohamed Brik	dar-mohamed-brik	MA		0	Africa/Casablanca	33.68404	-6.17199				04	291		
10959582	Dar Mohamed Ould Sidi Smail	dar-mohamed-ould-sidi-smail	MA		0	Africa/Casablanca	33.71483	-6.14991				04	291		
10959583	Douar Ait Bou Ali	douar-ait-bou-ali	MA		0	Africa/Casablanca	33.71597	-6.15824				04	291		
10959584	Douar Ali Bou Azza	douar-ali-bou-azza	MA		0	Africa/Casablanca	33.72007	-6.15472				04	291		
10959586	Dar Ennamous Arrifi	dar-ennamous-arrifi	MA		0	Africa/Casablanca	33.72231	-6.12931				04	291		
10959591	Oulad Abdessalam	oulad-abdessalam	MA		0	Africa/Casablanca	33.70701	-6.16122				04	291		
10959594	Oulad El Haj Abdessalam	oulad-el-haj-abdessalam	MA		0	Africa/Casablanca	33.71451	-6.17587				04	291		
10959596	Ait Aouich	ait-aouich	MA		0	Africa/Casablanca	33.70363	-6.17184				04	291		
10959597	Oulad Bou Driss	oulad-bou-driss	MA		0	Africa/Casablanca	33.72423	-6.17196				04	291		
10959598	Dar Ettahiri Moamed	dar-ettahiri-moamed	MA		0	Africa/Casablanca	33.72991	-6.18586				04	291		
10959599	Dar Ben Haddou Ichi Ben Lahcen	dar-ben-haddou-ichi-ben-lahcen	MA		0	Africa/Casablanca	33.72318	-6.17888				04	291		
10959607	Dar Amazigh Moulay Cherif	dar-amazigh-moulay-cherif	MA		0	Africa/Casablanca	33.73271	-6.13008				04	291		
10959608	Dar Mohamed Bouha	dar-mohamed-bouha	MA		0	Africa/Casablanca	33.71683	-6.14882				04	291		
10959609	Dar Amellal Mohamed	dar-amellal-mohamed	MA		0	Africa/Casablanca	33.72637	-6.13105				04	291		
10959610	Ait Baba Jeddou	ait-baba-jeddou	MA		0	Africa/Casablanca	33.73012	-6.13641				04	291		
10959614	Dar Kallikha Fateh	dar-kallikha-fateh	MA		0	Africa/Casablanca	33.70267	-6.2475				04	291		
10959616	Ait El Aiyyachi	ait-el-aiyyachi	MA		0	Africa/Casablanca	33.70005	-6.23598				04	291		
10959621	Ait Aqqa Ou Lahsen	ait-aqqa-ou-lahsen	MA		0	Africa/Casablanca	33.6916	-6.21398				04	291		
10959625	Cheikh Omar	cheikh-omar	MA		0	Africa/Casablanca	33.70473	-6.19268				04	291		
10959627	Douar Amellah	douar-amellah	MA		0	Africa/Casablanca	33.69728	-6.20716				04	291		
10959628	Dar Mahta Mhamed	dar-mahta-mhamed	MA		0	Africa/Casablanca	33.70651	-6.24113				04	291		
10959630	Dar Abbour El Haj	dar-abbour-el-haj	MA		0	Africa/Casablanca	33.70422	-6.21587				04	291		
10959631	Dar Rabeh Azza	dar-rabeh-azza	MA		0	Africa/Casablanca	33.67364	-6.24542				04	291		
10959639	Dar Ben Amer Haddou	dar-ben-amer-haddou	MA		0	Africa/Casablanca	33.66862	-6.22905				04	291		
10959641	Ait Alla Ajroum	ait-alla-ajroum	MA		0	Africa/Casablanca	33.68603	-6.21702				04	291		
10959642	Douar Ait Bouhou	douar-ait-bouhou	MA		0	Africa/Casablanca	33.67957	-6.20985				04	291		
10959643	Dar Ben El Arbi Mohamed	dar-ben-el-arbi-mohamed	MA		0	Africa/Casablanca	33.68969	-6.18818				04	291		
10959644	Douar Ait Ali	douar-ait-ali	MA		0	Africa/Casablanca	33.68739	-6.19318				04	291		
10959646	Douar Ait Khellou	douar-ait-khellou	MA		0	Africa/Casablanca	33.68469	-6.24728				04	291		
10959649	Ait Ben Yahya	ait-ben-yahya	MA		0	Africa/Casablanca	33.72516	-6.21891				04	291		
10959653	Dar Aghzaf Ben Aid	dar-aghzaf-ben-aid	MA		0	Africa/Casablanca	33.71642	-6.24298				04	291		
10959657	Ait Ali Tighboula	ait-ali-tighboula	MA		0	Africa/Casablanca	33.72771	-6.20099				04	291		
10959668	Oulad Ennaji Mohamed Amhaouch	oulad-ennaji-mohamed-amhaouch	MA		0	Africa/Casablanca	33.7065	-6.2105				04	291		
10959670	Dar Massaoudi Mohamed	dar-massaoudi-mohamed	MA		0	Africa/Casablanca	33.70442	-6.18843				04	291		
10959673	Ait Omar	ait-omar	MA		0	Africa/Casablanca	33.70954	-6.20434				04	291		
10959676	Ait Bou Lehfa	ait-bou-lehfa	MA		0	Africa/Casablanca	33.72081	-6.20612				04	291		
10959678	Oulad Mohammed El Haj	oulad-mohammed-el-haj	MA		0	Africa/Casablanca	33.72239	-6.18955				04	291		
10959681	Dar Ben Ame Mohamed	dar-ben-ame-mohamed	MA		0	Africa/Casablanca	33.71147	-6.22833				04	291		
10959684	Dar Bouihertane Baddi	dar-bouihertane-baddi	MA		0	Africa/Casablanca	33.6753	-6.1891				04	291		
10959685	Ait Hlil Ben Azouz	ait-hlil-ben-azouz	MA		0	Africa/Casablanca	33.62761	-6.21058				04	291		
10959690	Douar Sahraoua	douar-sahraoua	MA		0	Africa/Casablanca	33.63027	-6.247				04	291		
10959692	Dar Talha Ou Malou	dar-talha-ou-malou	MA		0	Africa/Casablanca	33.63313	-6.195				04	291		
10959693	Dar Rabha Aghchoi	dar-rabha-aghchoi	MA		0	Africa/Casablanca	33.6366	-6.19318				04	291		
10959694	Oulad El Idrissi Ou Ali	oulad-el-idrissi-ou-ali	MA		0	Africa/Casablanca	33.63661	-6.18801				04	291		
10959705	Ait Ada El Milagh	ait-ada-el-milagh	MA		0	Africa/Casablanca	33.63235	-6.12758				04	291		
10959715	Douar Ait Mouha Ben Daoud	douar-ait-mouha-ben-daoud	MA		0	Africa/Casablanca	33.6565	-6.19595				04	291		
10959716	Douar Ait Abdelmalek	douar-ait-abdelmalek	MA		0	Africa/Casablanca	33.66093	-6.21346				04	291		
10959722	Douar Ait Kaddour	douar-ait-kaddour	MA		0	Africa/Casablanca	33.65848	-6.21024				04	291		
10959723	Sidi Mohamed Chrif	sidi-mohamed-chrif	MA		0	Africa/Casablanca	33.66228	-6.21457				04	291		
10959725	Dar Laaouani Thami	dar-laaouani-thami	MA		0	Africa/Casablanca	33.67137	-6.1964				04	291		
10959726	Douar Sidi Bou Gaddida	douar-sidi-bou-gaddida	MA		0	Africa/Casablanca	33.67139	-6.18734				04	291		
10959728	Douar Ait Ali Ou Lahsen	douar-ait-ali-ou-lahsen	MA		0	Africa/Casablanca	33.66609	-6.23693				04	291		
10959730	Dar Allal Ben El Maati	dar-allal-ben-el-maati	MA		0	Africa/Casablanca	33.65874	-6.22526				04	291		
10959735	Dar Hammou Laamar	dar-hammou-laamar	MA		0	Africa/Casablanca	33.64229	-6.23344				04	291		
10959736	Imezdioura	imezdioura	MA		0	Africa/Casablanca	33.64328	-6.21826				04	291		
10959740	Douar Ait Mouloud	douar-ait-mouloud	MA		0	Africa/Casablanca	33.64819	-6.23322				04	291		
10959741	Oulad Ben Aissa Mouloud	oulad-ben-aissa-mouloud	MA		0	Africa/Casablanca	33.6431	-6.2112				04	291		
10959747	Dar El Omari Achir	dar-el-omari-achir	MA		0	Africa/Casablanca	33.64916	-6.24388				04	291		
10959751	Dar Hammouchli Bou Azza	dar-hammouchli-bou-azza	MA		0	Africa/Casablanca	33.69692	-6.21951				04	291		
10959753	Douar Lehrar	douar-lehrar	MA		0	Africa/Casablanca	33.63172	-6.15688				04	291		
10959763	Douar Ait Said	douar-ait-said	MA		0	Africa/Casablanca	33.74763	-6.09467				04	291		
10959768	Douar Ait Boumehdi	douar-ait-boumehdi	MA		0	Africa/Casablanca	33.73712	-6.10804				04	291		
10959769	Douar Ait Hammou Ou Arab	douar-ait-hammou-ou-arab	MA		0	Africa/Casablanca	33.73723	-6.09443				04	291		
10959776	Douar Ait Ali Amellah	douar-ait-ali-amellah	MA		0	Africa/Casablanca	33.73596	-6.07375				04	291		
10959784	Douar Ait Marour	douar-ait-marour	MA		0	Africa/Casablanca	33.72957	-6.11046				04	291		
10959789	Ait Haddou Ou Said Lebhaab	ait-haddou-ou-said-lebhaab	MA		0	Africa/Casablanca	33.72332	-6.07999				04	291		
10959791	Ait Omar	ait-omar	MA		0	Africa/Casablanca	33.72244	-6.06496				04	291		
10959803	Ait El Hadi	ait-el-hadi	MA		0	Africa/Casablanca	33.72145	-6.09821				04	291		
10959812	Douar Ait Amer Ou Haddou	douar-ait-amer-ou-haddou	MA		0	Africa/Casablanca	33.71244	-6.08806				04	291		
10959824	Ait Hmama	ait-hmama	MA		0	Africa/Casablanca	33.70026	-6.10137				04	291		
10959831	Oulad Ali Ben Aissa	oulad-ali-ben-aissa	MA		0	Africa/Casablanca	33.69552	-6.07221				04	291		
10959839	Douar Ait Belaid	douar-ait-belaid	MA		0	Africa/Casablanca	33.68587	-6.0754				04	291		
10959848	Ait Mbarek	ait-mbarek	MA		0	Africa/Casablanca	33.67434	-6.11158				04	291		
10959856	Ait Lkhour	ait-lkhour	MA		0	Africa/Casablanca	33.6719	-6.08596				04	291		
10959858	Douar Ali Zbayer	douar-ali-zbayer	MA		0	Africa/Casablanca	33.67127	-6.07315				04	291		
10959859	Groupe Scolaine Ait Zbayer	groupe-scolaine-ait-zbayer	MA		0	Africa/Casablanca	33.66901	-6.07737				04	291		
10959863	Ait Moumene	ait-moumene	MA		0	Africa/Casablanca	33.66646	-6.10098				04	291		
10959874	Ait Ben Bouziane	ait-ben-bouziane	MA		0	Africa/Casablanca	33.64937	-6.08221				04	291		
10959878	Ait Ben Abbou	ait-ben-abbou	MA		0	Africa/Casablanca	33.64642	-6.10033				04	291		
10959884	Assammer Oufra Ou El Haj	assammer-oufra-ou-el-haj	MA		0	Africa/Casablanca	33.64176	-6.09997				04	291		
10959912	Dar Moulay Jilali Ben Abdellah	dar-moulay-jilali-ben-abdellah	MA		0	Africa/Casablanca	33.62935	-6.04572				04	291		
10959914	Aouari Bou Taoula	aouari-bou-taoula	MA		0	Africa/Casablanca	33.6363	-6.05517				04	291		
10959925	Ait Hammou Ou Qassou Amalou Aouessar	ait-hammou-ou-qassou-amalou-aouessar	MA		0	Africa/Casablanca	33.63472	-6.03296				04	291		
10959928	Douar Almou	douar-almou	MA		0	Africa/Casablanca	33.64081	-6.05502				04	291		
10959933	Dar Mohamed Ben El Haj Abdessalam	dar-mohamed-ben-el-haj-abdessalam	MA		0	Africa/Casablanca	33.64033	-6.03963				04	291		
10959953	Dar Abdessalam Ben Abderrabmane	dar-abdessalam-ben-abderrabmane	MA		0	Africa/Casablanca	33.65793	-6.02308				04	291		
10959959	Douar Ou El Haj Mohamen Ben Aqqa	douar-ou-el-haj-mohamen-ben-aqqa	MA		0	Africa/Casablanca	33.66509	-6.02671				04	291		
10959961	Ait Hammou Ou Qassou	ait-hammou-ou-qassou	MA		0	Africa/Casablanca	33.66545	-6.04978				04	291		
10959970	Ait El Khiyyat Tamimayt	ait-el-khiyyat-tamimayt	MA		0	Africa/Casablanca	33.6668	-6.05806				04	291		
10960000	Ait El Asri	ait-el-asri	MA		0	Africa/Casablanca	33.70381	-6.04753				04	291		
10960009	Ait Akki Sidi Hlili	ait-akki-sidi-hlili	MA		0	Africa/Casablanca	33.72661	-6.04744				04	291		
10960015	Oulad Bou Maajoune	oulad-bou-maajoune	MA		0	Africa/Casablanca	33.70485	-6.02822				04	291		
10960020	Douar Ben Yazgha	douar-ben-yazgha	MA		0	Africa/Casablanca	33.71038	-6.03087				04	291		
10960028	Douar Imzil	douar-imzil	MA		0	Africa/Casablanca	33.71588	-6.03415				04	291		
10960036	Ait El Hanafi	ait-el-hanafi	MA		0	Africa/Casablanca	33.73451	-6.01384				04	291		
10960037	Ait Bou Raoud	ait-bou-raoud	MA		0	Africa/Casablanca	33.73207	-6.02212				04	291		
10960038	Ait Brahim	ait-brahim	MA		0	Africa/Casablanca	33.72828	-6.02242				04	291		
10960039	Ait Moumene Ait Khalid	ait-moumene-ait-khalid	MA		0	Africa/Casablanca	33.72754	-6.03304				04	291		
10960047	Moulay Brahim	moulay-brahim	MA		0	Africa/Casablanca	33.73285	-6.02915				04	291		
10960055	Douar Ait Akki Berrejline	douar-ait-akki-berrejline	MA		0	Africa/Casablanca	33.73466	-6.03787				04	291		
10960061	Ait Haddou Ou Said Tighza	ait-haddou-ou-said-tighza	MA		0	Africa/Casablanca	33.74556	-6.03528				04	291		
10960065	Ait Hmad	ait-hmad	MA		0	Africa/Casablanca	33.7457	-5.99954				04	291		
10960070	Ait Hammou Ou Said	ait-hammou-ou-said	MA		0	Africa/Casablanca	33.74461	-6.01682				04	291		
10960076	Ait Ali Ou Affi	ait-ali-ou-affi	MA		0	Africa/Casablanca	33.68587	-6.11639				04	291		
10960077	Ait Ali Ou Affi Bou Chouitina	ait-ali-ou-affi-bou-chouitina	MA		0	Africa/Casablanca	33.6908	-6.1093				04	291		
10960078	Ait Mhanna	ait-mhanna	MA		0	Africa/Casablanca	33.68266	-6.12138				04	291		
10960082	Dar Ait El Haj Jerroud	dar-ait-el-haj-jerroud	MA		0	Africa/Casablanca	33.63809	-6.10896				04	291		
10960089	Ait Bouhou	ait-bouhou	MA		0	Africa/Casablanca	33.72341	-6.03405				04	291		
10960136	Moulay Bouazza	moulay-bouazza	MA		0	Africa/Casablanca	33.57317	-5.79606				04	291		
10960138	Ain Hammam	ain-hammam	MA		0	Africa/Casablanca	33.56062	-5.80463				04	291		
10960145	Douar Sidi Hammam	douar-sidi-hammam	MA		0	Africa/Casablanca	33.54196	-5.81458				04	291		
10960175	Douar Legaayda	douar-legaayda	MA		0	Africa/Casablanca	33.56733	-5.7768				03	171		
10960176	Ait Brahim	ait-brahim	MA		0	Africa/Casablanca	33.5664	-5.75656				03	171		
10960177	El Kasba	el-kasba	MA		0	Africa/Casablanca	33.55459	-5.77682				03	171		
10960182	Ait Hammoussa	ait-hammoussa	MA		0	Africa/Casablanca	33.52446	-5.75662				03	171		
10960183	Ait Hnini	ait-hnini	MA		0	Africa/Casablanca	33.51869	-5.75437				03	171		
10960189	Ain Karma	ain-karma	MA		0	Africa/Casablanca	33.50977	-5.78138				03	171		
10960196	Bouygouyar	bouygouyar	MA		0	Africa/Casablanca	33.59073	-5.87245				04	291		
10960204	Mahzoune	mahzoune	MA		0	Africa/Casablanca	33.62455	-5.81831				04	291		
10960207	Iguir-n-Oumsirar	iguir-n-oumsirar	MA		0	Africa/Casablanca	30.97158	-6.45308				08	401		
10960209	Imi-n-Ou’fiyr	imi-n-ou-fiyr	MA		0	Africa/Casablanca	30.95783	-6.44677				08	401		
10960212	Bou Tighramt	bou-tighramt	MA		0	Africa/Casablanca	30.93941	-6.444				08	401		
10960218	Laarabi	laarabi	MA		0	Africa/Casablanca	34.24298	-6.61149				04	281		
10960219	Aswak Assalam	aswak-assalam	MA		0	Africa/Casablanca	34.24773	-6.6062				04	281		
10960220	Bir Hami Est	bir-hami-est	MA		0	Africa/Casablanca	34.24363	-6.60161				04	281		
10960221	El Menzeh	el-menzeh	MA		0	Africa/Casablanca	34.24225	-6.60155				04	281		
10960225	Agn Club	agn-club	MA		0	Africa/Casablanca	34.24597	-6.60232				04	281		
10960227	Douar Bni Meskine	douar-bni-meskine	MA		0	Africa/Casablanca	34.23114	-6.61408				04	281		
10960228	Douar Oulad Oujih	douar-oulad-oujih	MA		0	Africa/Casablanca	34.22926	-6.6032				04	281		
10960230	Dar Lak-no Allal	dar-lak-no-allal	MA		0	Africa/Casablanca	34.22694	-6.60534				04	281		
10960232	Mahattet Abdelali	mahattet-abdelali	MA		0	Africa/Casablanca	34.2085	-6.59893				04	281		
10960255	Zdagh	zdagh	MA		0	Africa/Casablanca	34.1729	-6.61853				04	281		
10960263	Oulad Nsar	oulad-nsar	MA		0	Africa/Casablanca	34.13257	-6.53209				04	281		
10960264	Oulad Nsar Lazouaoucha	oulad-nsar-lazouaoucha	MA		0	Africa/Casablanca	34.14538	-6.54664				04	281		
10960265	Oulad Zid	oulad-zid	MA		0	Africa/Casablanca	34.1487	-6.54398				04	281		
10960270	Oulad Mbarek	oulad-mbarek	MA		0	Africa/Casablanca	34.17444	-6.53752				04	281		
10960317	Lhanchat	lhanchat	MA		0	Africa/Casablanca	34.22671	-6.54597				04	281		
10960319	Mahallen Jlal Oueld Corta	mahallen-jlal-oueld-corta	MA		0	Africa/Casablanca	34.23178	-6.56209				04	281		
10960320	Hay Louain	hay-louain	MA		0	Africa/Casablanca	34.22955	-6.54625				04	281		
10960321	Douar Souq Sebl	douar-souq-sebl	MA		0	Africa/Casablanca	34.23148	-6.54793				04	281		
10960323	Hay Lirrhad	hay-lirrhad	MA		0	Africa/Casablanca	34.24108	-6.55226				04	281		
10960324	Hay Sala	hay-sala	MA		0	Africa/Casablanca	34.24429	-6.54574				04	281		
10960325	Douar Oulad Aria	douar-oulad-aria	MA		0	Africa/Casablanca	34.24064	-6.54404				04	281		
10960328	Ain Sbaa Larrkoalil	ain-sbaa-larrkoalil	MA		0	Africa/Casablanca	34.23047	-6.53052				04	281		
10960329	Lfaouaral	lfaouaral	MA		0	Africa/Casablanca	34.24615	-6.5232				04	281		
10960332	Timijt	timijt	MA		0	Africa/Casablanca	30.93481	-6.31778				08	587		
10960352	Saleh Rchid	saleh-rchid	MA		0	Africa/Casablanca	34.24053	-6.50954				04	281		
10960358	Laabiyale	laabiyale	MA		0	Africa/Casablanca	34.23146	-6.50046				04	281		
10960359	Dar Lbouchair	dar-lbouchair	MA		0	Africa/Casablanca	34.22756	-6.49838				04	281		
10960360	Oulad Lballi	oulad-lballi	MA		0	Africa/Casablanca	34.22683	-6.50102				04	281		
10960362	Lamgadd Ain Arissa	lamgadd-ain-arissa	MA		0	Africa/Casablanca	34.22371	-6.51029				04	281		
10960364	Douar Zhana	douar-zhana	MA		0	Africa/Casablanca	34.21578	-6.50705				04	281		
10960365	Dar Lmellas	dar-lmellas	MA		0	Africa/Casablanca	34.2126	-6.50486				04	281		
10960377	Tiguiza	tiguiza	MA		0	Africa/Casablanca	30.9061	-6.27123				08	587		
10960380	Imi-n-Tiguiza	imi-n-tiguiza	MA		0	Africa/Casablanca	30.87258	-6.28999				08	587		
10960390	Jouaber	jouaber	MA		0	Africa/Casablanca	34.19789	-6.50319				04	281		
10960392	Laabboubiyine	laabboubiyine	MA		0	Africa/Casablanca	34.17499	-6.50868				04	281		
10960393	Mahattet Sidi Ali	mahattet-sidi-ali	MA		0	Africa/Casablanca	34.16748	-6.50428				04	281		
10960394	Oulad Mbarek	oulad-mbarek	MA		0	Africa/Casablanca	34.16145	-6.51833				04	281		
10960396	Oulad Mbarek	oulad-mbarek	MA		0	Africa/Casablanca	34.15358	-6.51559				04	281		
10960413	Awriyr	awriyr	MA		0	Africa/Casablanca	30.77662	-6.44976				08	587		
10960469	Hay Linagbrio	hay-linagbrio	MA		0	Africa/Casablanca	34.24518	-6.61109				04	281		
10960470	Lotissement Labrichi	lotissement-labrichi	MA		0	Africa/Casablanca	34.23941	-6.61826				04	281		
10960477	Karme Laklab	karme-laklab	MA		0	Africa/Casablanca	34.18859	-6.52295				04	281		
10960496	Sarkj Bahammou	sarkj-bahammou	MA		0	Africa/Casablanca	34.22036	-6.57095				04	281		
10960505	Lhancha	lhancha	MA		0	Africa/Casablanca	34.13716	-6.5502				04	281		
10960510	Douar Khabbazat	douar-khabbazat	MA		0	Africa/Casablanca	34.37119	-6.48708				04	281		
10960512	Douar Oulad Laarbi	douar-oulad-laarbi	MA		0	Africa/Casablanca	34.36726	-6.48725				04	281		
10960520	Douar Briouiga	douar-briouiga	MA		0	Africa/Casablanca	34.34473	-6.45251				04	281		
10960544	Unice Latere	unice-latere	MA		0	Africa/Casablanca	34.41764	-6.52373				04	281		
10960551	Dar Kaabouch	dar-kaabouch	MA		0	Africa/Casablanca	34.40675	-6.53125				04	281		
10960553	Laammiyine	laammiyine	MA		0	Africa/Casablanca	34.40856	-6.51459				04	281		
10960554	Oulad Baba Ani	oulad-baba-ani	MA		0	Africa/Casablanca	34.41162	-6.51669				04	281		
10960555	Oulad Bel Arhi	oulad-bel-arhi	MA		0	Africa/Casablanca	34.40449	-6.50697				04	281		
10960558	Dar El Caid	dar-el-caid	MA		0	Africa/Casablanca	34.40599	-6.51691				04	281		
10960559	Mmounat	mmounat	MA		0	Africa/Casablanca	34.39665	-6.50734				04	281		
10960560	Moualine Lqire	moualine-lqire	MA		0	Africa/Casablanca	34.39951	-6.52417				04	281		
10960561	Laclalcha	laclalcha	MA		0	Africa/Casablanca	34.39556	-6.53174				04	281		
10960567	Mhidat	mhidat	MA		0	Africa/Casablanca	34.39254	-6.54044				04	281		
10960570	Lakhouadra	lakhouadra	MA		0	Africa/Casablanca	34.38696	-6.50613				04	281		
10960571	Laaouaouda	laaouaouda	MA		0	Africa/Casablanca	34.38058	-6.50758				04	281		
10960572	Oulad Laarbi	oulad-laarbi	MA		0	Africa/Casablanca	34.37522	-6.51103				04	281		
10960578	Oulad Laassal	oulad-laassal	MA		0	Africa/Casablanca	34.3798	-6.53713				04	281		
10960585	Coopérative Sahraouiya	cooperative-sahraouiya	MA		0	Africa/Casablanca	34.49629	-6.37066				04	281		
10960599	Douar Bghayliya Chbaana	douar-bghayliya-chbaana	MA		0	Africa/Casablanca	34.47734	-6.36068				04	281		
10960622	Dar Laasri	dar-laasri	MA		0	Africa/Casablanca	34.34985	-6.38104				04	281		
10960624	Douar Lahraycha	douar-lahraycha	MA		0	Africa/Casablanca	34.34379	-6.38614				04	281		
10960633	Douar Grinyine Lhorch	douar-grinyine-lhorch	MA		0	Africa/Casablanca	34.33119	-6.37919				04	281		
10960634	Douar Griniyine	douar-griniyine	MA		0	Africa/Casablanca	34.31771	-6.39602				04	281		
10960637	Douar Laamariyine	douar-laamariyine	MA		0	Africa/Casablanca	34.31281	-6.4176				04	281		
10960638	Oulad Bou Rahma	oulad-bou-rahma	MA		0	Africa/Casablanca	34.31742	-6.42262				04	281		
10960640	Douar Oulad Mansour	douar-oulad-mansour	MA		0	Africa/Casablanca	34.33443	-6.45477				04	281		
10960641	Douar Sidi Bou Khobza	douar-sidi-bou-khobza	MA		0	Africa/Casablanca	34.32915	-6.45601				04	281		
10960647	Douar Laakarcha	douar-laakarcha	MA		0	Africa/Casablanca	34.32986	-6.47219				04	281		
10960648	Douar Oulad Zayd	douar-oulad-zayd	MA		0	Africa/Casablanca	34.32582	-6.46078				04	281		
10960649	Oulad Amer	oulad-amer	MA		0	Africa/Casablanca	34.33213	-6.46777				04	281		
10960650	Douar Oulad Lhafyane	douar-oulad-lhafyane	MA		0	Africa/Casablanca	34.33401	-6.47408				04	281		
10960652	Douar R-hahla	douar-r-hahla	MA		0	Africa/Casablanca	34.33831	-6.4705				04	281		
10960653	Douar Zghamra	douar-zghamra	MA		0	Africa/Casablanca	34.32745	-6.47781				04	281		
10960654	Douar Oulad Ouhass	douar-oulad-ouhass	MA		0	Africa/Casablanca	34.32203	-6.47788				04	281		
10960656	Frahna	frahna	MA		0	Africa/Casablanca	34.33493	-6.48691				04	281		
10960657	Douar Lahouabra	douar-lahouabra	MA		0	Africa/Casablanca	34.32651	-6.49491				04	281		
10960658	Douar Oulad Taleb	douar-oulad-taleb	MA		0	Africa/Casablanca	34.32308	-6.4862				04	281		
10960660	Douar Lhaddada	douar-lhaddada	MA		0	Africa/Casablanca	34.3177	-6.48504				04	281		
10960667	Douar Lahmassis	douar-lahmassis	MA		0	Africa/Casablanca	34.30962	-6.46382				04	281		
10960668	Douar Lamrabh	douar-lamrabh	MA		0	Africa/Casablanca	34.31056	-6.45266				04	281		
10960669	Douar Oulad Massaoud	douar-oulad-massaoud	MA		0	Africa/Casablanca	34.29888	-6.45322				04	281		
10960670	Dar Baazza Mohamed	dar-baazza-mohamed	MA		0	Africa/Casablanca	34.29633	-6.45365				04	281		
10960671	Douar Lahmassis	douar-lahmassis	MA		0	Africa/Casablanca	34.29317	-6.45575				04	281		
10960672	El Menzeh	el-menzeh	MA		0	Africa/Casablanca	34.28363	-6.46344				04	281		
10960677	Douar Dhour Lakbar	douar-dhour-lakbar	MA		0	Africa/Casablanca	34.29732	-6.42473				04	281		
10960679	Douar Mqitaa	douar-mqitaa	MA		0	Africa/Casablanca	34.28672	-6.42338				04	281		
10960684	Dar Elilil Mohamed	dar-elilil-mohamed	MA		0	Africa/Casablanca	34.30615	-6.43848				04	281		
10960686	Douar Oulad Bni Aiche	douar-oulad-bni-aiche	MA		0	Africa/Casablanca	34.30346	-6.42159				04	281		
10960695	Douar Moussar Tahtani	douar-moussar-tahtani	MA		0	Africa/Casablanca	34.2837	-6.40039				04	281		
10960697	Douar Motaa Moussar	douar-motaa-moussar	MA		0	Africa/Casablanca	34.28998	-6.3984				04	281		
10960702	Douar Sidi Ali Lmouddene	douar-sidi-ali-lmouddene	MA		0	Africa/Casablanca	34.2633	-6.39415				04	281		
10960703	Douar Moussar Lfoqari	douar-moussar-lfoqari	MA		0	Africa/Casablanca	34.27672	-6.39389				04	281		
10960720	Douar Jnanat	douar-jnanat	MA		0	Africa/Casablanca	34.33762	-6.38909				04	281		
10960735	Oulad Ammar	oulad-ammar	MA		0	Africa/Casablanca	34.48338	-6.45862				04	281		
10960745	Oulad Faraji	oulad-faraji	MA		0	Africa/Casablanca	34.46667	-6.45856				04	281		
10960747	Lhaddada	lhaddada	MA		0	Africa/Casablanca	34.47241	-6.47703				04	281		
10960749	Chabbaka	chabbaka	MA		0	Africa/Casablanca	34.47198	-6.48417				04	281		
10960751	Qabat Ahria	qabat-ahria	MA		0	Africa/Casablanca	34.47608	-6.48132				04	281		
10960752	Oulad Alou	oulad-alou	MA		0	Africa/Casablanca	34.47773	-6.48559				04	281		
10960753	Toulguiya	toulguiya	MA		0	Africa/Casablanca	34.45828	-6.48033				04	281		
10960756	Oulad Azzouz	oulad-azzouz	MA		0	Africa/Casablanca	34.45472	-6.49566				04	281		
10960758	Oulad Chalha	oulad-chalha	MA		0	Africa/Casablanca	34.45021	-6.46746				04	281		
10960760	Lamlah	lamlah	MA		0	Africa/Casablanca	34.46446	-6.45625				04	281		
10960761	Laanabsa	laanabsa	MA		0	Africa/Casablanca	34.4626	-6.45919				04	281		
10960762	Chlihat	chlihat	MA		0	Africa/Casablanca	34.46152	-6.45896				04	281		
10960764	Oulad Lahcen	oulad-lahcen	MA		0	Africa/Casablanca	34.4626	-6.46198				04	281		
10960765	Klabibiyal	klabibiyal	MA		0	Africa/Casablanca	34.46019	-6.4649				04	281		
10960782	Laamama	laamama	MA		0	Africa/Casablanca	34.43562	-6.49287				04	281		
10960787	Coopérative Lbouchtiya	cooperative-lbouchtiya	MA		0	Africa/Casablanca	34.44349	-6.44185				04	281		
10960788	Coopérative Louifaq	cooperative-louifaq	MA		0	Africa/Casablanca	34.44107	-6.43583				04	281		
10960790	Lakhchachna	lakhchachna	MA		0	Africa/Casablanca	34.42982	-6.48392				04	281		
10960791	Sbih	sbih	MA		0	Africa/Casablanca	34.43065	-6.47563				04	281		
10960800	Douar Labtam	douar-labtam	MA		0	Africa/Casablanca	34.40936	-6.46993				04	281		
10960801	Damna	damna	MA		0	Africa/Casablanca	34.4072	-6.46733				04	281		
10960802	Oulad Salmane	oulad-salmane	MA		0	Africa/Casablanca	34.40622	-6.46493				04	281		
10960814	Tnaja	tnaja	MA		0	Africa/Casablanca	34.40448	-6.43562				04	281		
10960821	Dhamna	dhamna	MA		0	Africa/Casablanca	34.38941	-6.49543				04	281		
10960822	Lakhnadra	lakhnadra	MA		0	Africa/Casablanca	34.38522	-6.48691				04	281		
10960823	Khlot	khlot	MA		0	Africa/Casablanca	34.38242	-6.48531				04	281		
10960824	Statoua	statoua	MA		0	Africa/Casablanca	34.38538	-6.47405				04	281		
10960826	Dar Lkhadir	dar-lkhadir	MA		0	Africa/Casablanca	34.38101	-6.46542				04	281		
10960828	Chabbaka	chabbaka	MA		0	Africa/Casablanca	34.38181	-6.47572				04	281		
10960830	Oulad Laarbi	oulad-laarbi	MA		0	Africa/Casablanca	34.37808	-6.49711				04	281		
10960840	Oulad Chkour	oulad-chkour	MA		0	Africa/Casablanca	34.40475	-6.46289				04	281		
10960841	Oulad Khdja	oulad-khdja	MA		0	Africa/Casablanca	34.40328	-6.45559				04	281		
10960842	Douar Labtam	douar-labtam	MA		0	Africa/Casablanca	34.40259	-6.4477				04	281		
10960844	Leghtat	leghtat	MA		0	Africa/Casablanca	34.3991	-6.44394				04	281		
10960858	Daiya	daiya	MA		0	Africa/Casablanca	34.39351	-6.37551				04	281		
10960865	Coopérative El Youssoufiya	cooperative-el-youssoufiya	MA		0	Africa/Casablanca	34.413	-6.42873				04	281		
10960867	Alamet Zaabata	alamet-zaabata	MA		0	Africa/Casablanca	34.42	-6.41913				04	281		
10960869	Coopérative Salam	cooperative-salam	MA		0	Africa/Casablanca	34.41502	-6.41914				04	281		
10960871	Louaadda	louaadda	MA		0	Africa/Casablanca	34.4147	-6.40409				04	281		
10960872	Douar Tadlaoui	douar-tadlaoui	MA		0	Africa/Casablanca	34.41679	-6.40399				04	281		
10960875	Tbabaa	tbabaa	MA		0	Africa/Casablanca	34.42313	-6.40727				04	281		
10960881	Azib Oulad Amer	azib-oulad-amer	MA		0	Africa/Casablanca	34.44941	-6.40314				04	281		
10960882	Chraqa	chraqa	MA		0	Africa/Casablanca	34.44252	-6.41176				04	281		
10960883	Coopérative Louifaq	cooperative-louifaq	MA		0	Africa/Casablanca	34.45955	-6.427				04	281		
10960884	Oulad Lhaj	oulad-lhaj	MA		0	Africa/Casablanca	34.46475	-6.43302				04	281		
10960886	Oulad Msalam	oulad-msalam	MA		0	Africa/Casablanca	34.45663	-6.39182				04	281		
10960887	Souikat	souikat	MA		0	Africa/Casablanca	34.4561	-6.38953				04	281		
10960888	Oulad Bel Haj	oulad-bel-haj	MA		0	Africa/Casablanca	34.4561	-6.38723				04	281		
10960889	Oulad Bnja	oulad-bnja	MA		0	Africa/Casablanca	34.4558	-6.3803				04	281		
10960890	Laaouana	laaouana	MA		0	Africa/Casablanca	34.45681	-6.37554				04	281		
10960895	Sfisif	sfisif	MA		0	Africa/Casablanca	34.47122	-6.40229				04	281		
10960899	Douar Mamoura	douar-mamoura	MA		0	Africa/Casablanca	34.46855	-6.41137				04	281		
10960900	Coopérative Nidal	cooperative-nidal	MA		0	Africa/Casablanca	34.47396	-6.4168				04	281		
10960901	Douar Lbarrage	douar-lbarrage	MA		0	Africa/Casablanca	34.47547	-6.41785				04	281		
10960906	Coopérative Sahraouiya	cooperative-sahraouiya	MA		0	Africa/Casablanca	34.49297	-6.37527				04	281		
10960907	Labghiliya	labghiliya	MA		0	Africa/Casablanca	34.48944	-6.37689				04	281		
10960908	Qaryet Sidi Mbarek	qaryet-sidi-mbarek	MA		0	Africa/Casablanca	34.48776	-6.38038				04	281		
10960909	Hsayene	hsayene	MA		0	Africa/Casablanca	34.48684	-6.38478				04	281		
10960911	Oulad Amer	oulad-amer	MA		0	Africa/Casablanca	34.47922	-6.39809				04	281		
10960923	Coopérative Nour	cooperative-nour	MA		0	Africa/Casablanca	34.46717	-6.40463				04	281		
10960925	Zfazfa	zfazfa	MA		0	Africa/Casablanca	34.48294	-6.47557				04	281		
10960926	Khchachine	khchachine	MA		0	Africa/Casablanca	34.47996	-6.48046				04	281		
10960927	Ababiz	ababiz	MA		0	Africa/Casablanca	34.42553	-6.47907				04	281		
10960929	Taghdamia	taghdamia	MA		0	Africa/Casablanca	35.24125	-3.12041				02	381		
10960931	Douar Oulad Lhaj Ali	douar-oulad-lhaj-ali	MA		0	Africa/Casablanca	34.45677	-6.37267				04	281		
10960947	Douar Oulad Amer	douar-oulad-amer	MA		0	Africa/Casablanca	34.40812	-6.35861				04	281		
10960949	Douar Laflalqa	douar-laflalqa	MA		0	Africa/Casablanca	34.4067	-6.3722				04	281		
10960950	Douar Laflalqa	douar-laflalqa	MA		0	Africa/Casablanca	34.40514	-6.35917				04	281		
10960952	Douar Laabaada	douar-laabaada	MA		0	Africa/Casablanca	34.39679	-6.36312				04	281		
10960962	Douar Laababda	douar-laababda	MA		0	Africa/Casablanca	34.38257	-6.35032				04	281		
10960970	Douar Rmada	douar-rmada	MA		0	Africa/Casablanca	34.38434	-6.2594				04	491		
10960974	Mghayta	mghayta	MA		0	Africa/Casablanca	34.4019	-6.25724				04	491		
10960976	Douar Rmada Lamlaguite	douar-rmada-lamlaguite	MA		0	Africa/Casablanca	34.38983	-6.28766				04	491		
10960982	Douar Oulad Taleb	douar-oulad-taleb	MA		0	Africa/Casablanca	34.40491	-6.2609				04	491		
10960984	Douar Oulad Laayachi	douar-oulad-laayachi	MA		0	Africa/Casablanca	34.41079	-6.26676				04	491		
10960996	Douar Oulad Belkayer	douar-oulad-belkayer	MA		0	Africa/Casablanca	34.45364	-6.25277				04	481		
10961016	Coopérative Lkhayer	cooperative-lkhayer	MA		0	Africa/Casablanca	34.48355	-6.28387				04	281		
10961035	Laassara	laassara	MA		0	Africa/Casablanca	35.11266	-2.97965				02	381		
10961036	Ibouqayene	ibouqayene	MA		0	Africa/Casablanca	35.09614	-2.99334				02	381		
10961037	Bou Hraoua	bou-hraoua	MA		0	Africa/Casablanca	35.09467	-2.97072				02	381		
10961041	Ajedri Izou	ajedri-izou	MA		0	Africa/Casablanca	35.07755	-2.9979				02	381		
10961042	Ichikhiyene	ichikhiyene	MA		0	Africa/Casablanca	35.07498	-2.97626				02	381		
10961049	Iaadalene	iaadalene	MA		0	Africa/Casablanca	35.22968	-3.10498				02	381		
10961050	Tamaazouzt	tamaazouzt	MA		0	Africa/Casablanca	35.22654	-3.12039				02	381		
10961052	Ifentras	ifentras	MA		0	Africa/Casablanca	35.22126	-3.12017				02	381		
10961053	Ichallamene	ichallamene	MA		0	Africa/Casablanca	35.22058	-3.11667				02	381		
10961056	Rachmine	rachmine	MA		0	Africa/Casablanca	35.21541	-3.09734				02	381		
10961064	Ihmmachene	ihmmachene	MA		0	Africa/Casablanca	35.18927	-3.11629				02	381		
10961066	Oulad Hosseyn	oulad-hosseyn	MA		0	Africa/Casablanca	35.1919	-3.10019				02	381		
10961071	Ibouhatene	ibouhatene	MA		0	Africa/Casablanca	35.17385	-3.0914				02	381		
10961073	Douar Sidi Mbarek	douar-sidi-mbarek	MA		0	Africa/Casablanca	35.16319	-3.11908				02	381		
10961078	Iqasmeouane	iqasmeouane	MA		0	Africa/Casablanca	35.24151	-3.094				02	381		
10961081	Ben Ayyad	ben-ayyad	MA		0	Africa/Casablanca	35.22956	-3.08305				02	381		
10961083	Iaarguiouane	iaarguiouane	MA		0	Africa/Casablanca	35.22556	-3.0931				02	381		
10961084	Bouhamza	bouhamza	MA		0	Africa/Casablanca	35.22133	-3.08035				02	381		
10961090	Oulad Lahsene	oulad-lahsene	MA		0	Africa/Casablanca	35.17841	-3.09007				02	381		
10961092	Iberdaene	iberdaene	MA		0	Africa/Casablanca	35.1761	-3.08423				02	381		
10961093	Bousraou	bousraou	MA		0	Africa/Casablanca	35.17291	-3.08509				02	381		
10961094	Douar Jdid	douar-jdid	MA		0	Africa/Casablanca	35.17001	-3.07537				02	381		
10961095	Assebbab	assebbab	MA		0	Africa/Casablanca	35.13399	-3.08696				02	381		
10961097	Irehyanane Louta	irehyanane-louta	MA		0	Africa/Casablanca	35.12932	-3.08368				02	381		
10961099	Imrabtene	imrabtene	MA		0	Africa/Casablanca	35.13052	-3.06784				02	381		
10961103	Tizi N-Chaayeb	tizi-n-chaayeb	MA		0	Africa/Casablanca	35.17461	-3.07204				02	381		
10961105	Taaddanet	taaddanet	MA		0	Africa/Casablanca	35.17919	-3.06718				02	381		
10961106	Iaattachane	iaattachane	MA		0	Africa/Casablanca	35.18043	-3.0637				02	381		
10961109	Ras Matouae	ras-matouae	MA		0	Africa/Casablanca	35.18979	-3.0741				02	381		
10961111	Ait Ghanem	ait-ghanem	MA		0	Africa/Casablanca	35.19744	-3.07065				02	381		
10961112	Aghil Ou Medghar	aghil-ou-medghar	MA		0	Africa/Casablanca	35.20295	-3.0764				02	381		
10961113	Iaoulyyene	iaoulyyene	MA		0	Africa/Casablanca	35.204	-3.06578				02	381		
10961114	Iqourabene	iqourabene	MA		0	Africa/Casablanca	35.20755	-3.07103				02	381		
10961115	Bouodour	bouodour	MA		0	Africa/Casablanca	35.20656	-3.07775				02	381		
10961116	Ichemlalene	ichemlalene	MA		0	Africa/Casablanca	35.24018	-3.07372				02	381		
10961120	Hrassene	hrassene	MA		0	Africa/Casablanca	35.23628	-3.06331				02	381		
10961121	In-Tabar	in-tabar	MA		0	Africa/Casablanca	35.23853	-3.06241				02	381		
10961125	Qichchi	qichchi	MA		0	Africa/Casablanca	35.22426	-3.06367				02	381		
10961127	Ibarghoutene	ibarghoutene	MA		0	Africa/Casablanca	35.22363	-3.05724				02	381		
10961128	Ait Yassine	ait-yassine	MA		0	Africa/Casablanca	35.21555	-3.06232				02	381		
10961129	Oulad Amer Aissa	oulad-amer-aissa	MA		0	Africa/Casablanca	35.20526	-3.06048				02	381		
10961132	Gaada	gaada	MA		0	Africa/Casablanca	35.19393	-3.0529				02	381		
10961133	Icharrane	icharrane	MA		0	Africa/Casablanca	35.18208	-3.0623				02	381		
10961134	Baroual	baroual	MA		0	Africa/Casablanca	35.18297	-3.05275				02	381		
10961136	Imahhoutene	imahhoutene	MA		0	Africa/Casablanca	35.18027	-3.05136				02	381		
10961138	Issarghaouiyene	issarghaouiyene	MA		0	Africa/Casablanca	35.17453	-3.05621				02	381		
10961140	Tizi	tizi	MA		0	Africa/Casablanca	35.12818	-3.0828				02	381		
10961142	Oulad Ghanem	oulad-ghanem	MA		0	Africa/Casablanca	35.12801	-3.05601				02	381		
10961144	Iarrassene	iarrassene	MA		0	Africa/Casablanca	35.17505	-3.04002				02	381		
10961145	Bni Sidel	bni-sidel	MA		0	Africa/Casablanca	35.18685	-3.04434				02	381		
10961151	Tazrout	tazrout	MA		0	Africa/Casablanca	35.21585	-3.03471				02	381		
10961153	Oulad Ali Moussa	oulad-ali-moussa	MA		0	Africa/Casablanca	35.2284	-3.04769				02	381		
10961155	Imoussatene	imoussatene	MA		0	Africa/Casablanca	35.23786	-3.05273				02	381		
10961160	Aghbal	aghbal	MA		0	Africa/Casablanca	35.24552	-3.04244				02	381		
10961162	Idou Alloutene	idou-alloutene	MA		0	Africa/Casablanca	35.14203	-3.04666				02	381		
10961166	Bou Harchou	bou-harchou	MA		0	Africa/Casablanca	35.24453	-3.02866				02	381		
10961168	Trare	trare	MA		0	Africa/Casablanca	35.22714	-3.0293				02	381		
10961169	Igharmaouane	igharmaouane	MA		0	Africa/Casablanca	35.22132	-3.02048				02	381		
10961175	Aghi Bou Farha	aghi-bou-farha	MA		0	Africa/Casablanca	35.18981	-3.02183				02	381		
10961178	Bni Idrajene	bni-idrajene	MA		0	Africa/Casablanca	35.18252	-3.03947				02	381		
10961180	Iaayyadene	iaayyadene	MA		0	Africa/Casablanca	35.17925	-3.03775				02	381		
10961185	Oulad Laarbi	oulad-laarbi	MA		0	Africa/Casablanca	35.15401	-3.02785				02	381		
10961189	Oulad Ali	oulad-ali	MA		0	Africa/Casablanca	35.15115	-3.02759				02	381		
10961190	Oulad Yahia	oulad-yahia	MA		0	Africa/Casablanca	35.14842	-3.01371				02	381		
10961191	Ibn Issatene	ibn-issatene	MA		0	Africa/Casablanca	35.14185	-3.02542				02	381		
10961192	Id Doutene	id-doutene	MA		0	Africa/Casablanca	35.1341	-3.03266				02	381		
10961195	Iloussene	iloussene	MA		0	Africa/Casablanca	35.24643	-3.00545				02	381		
10961197	Imrabtene	imrabtene	MA		0	Africa/Casablanca	35.22004	-3.0098				02	381		
10961198	Ibou Ajajene Jbel	ibou-ajajene-jbel	MA		0	Africa/Casablanca	35.21154	-3.01038				02	381		
10961200	Tighanimine	tighanimine	MA		0	Africa/Casablanca	35.18999	-3.01083				02	381		
10961205	Trarel	trarel	MA		0	Africa/Casablanca	35.16985	-3.00925				02	381		
10961206	Issekkajene	issekkajene	MA		0	Africa/Casablanca	35.1645	-3.00296				02	381		
10961207	Iqasriouane	iqasriouane	MA		0	Africa/Casablanca	35.15976	-3.00663				02	381		
10961209	Aychour	aychour	MA		0	Africa/Casablanca	35.1414	-3.01296				02	381		
10961210	Imechrobene	imechrobene	MA		0	Africa/Casablanca	35.14422	-3.00281				02	381		
10961211	Idahriyene	idahriyene	MA		0	Africa/Casablanca	35.14084	-3.0088				02	381		
10961212	Imaarnene	imaarnene	MA		0	Africa/Casablanca	35.13397	-3.01302				02	381		
10961213	Barkana	barkana	MA		0	Africa/Casablanca	35.12971	-3.00034				02	381		
10961214	Laassara	laassara	MA		0	Africa/Casablanca	35.13129	-3.01521				02	381		
10961218	Rahouana	rahouana	MA		0	Africa/Casablanca	35.23434	-3.03475				02	381		
10961219	Zaouiat Sidi Brahim	zaouiat-sidi-brahim	MA		0	Africa/Casablanca	35.21417	-3.102				02	381		
10961220	Dar Bou Oultaouene	dar-bou-oultaouene	MA		0	Africa/Casablanca	35.16451	-3.10881				02	381		
10961221	Dar Imdouane	dar-imdouane	MA		0	Africa/Casablanca	35.17007	-3.11364				02	381		
10961224	Mnoud	mnoud	MA		0	Africa/Casablanca	35.24546	-3.08726				02	381		
10961226	Tamezrint	tamezrint	MA		0	Africa/Casablanca	35.21095	-3.09098				02	381		
10961235	Sidi Mimoune	sidi-mimoune	MA		0	Africa/Casablanca	35.19713	-3.03972				02	381		
10961236	Ighenouyene	ighenouyene	MA		0	Africa/Casablanca	35.19211	-3.01774				02	381		
10961239	Tnout	tnout	MA		0	Africa/Casablanca	35.17566	-3.03462				02	381		
10961242	Inyanene	inyanene	MA		0	Africa/Casablanca	35.18969	-3.03723				02	381		
10961260	Douar Ihalouane	douar-ihalouane	MA		0	Africa/Casablanca	33.61027	-5.68448				03	171		
10961263	Douar Ait Hammou Moussa	douar-ait-hammou-moussa	MA		0	Africa/Casablanca	33.62143	-5.70096				03	171		
10961270	Douar Ait Brahim	douar-ait-brahim	MA		0	Africa/Casablanca	33.58078	-5.71885				03	171		
10961272	Douar Ait El Ghazi	douar-ait-el-ghazi	MA		0	Africa/Casablanca	33.57569	-5.72703				03	171		
10961281	Douar Ait Hnini	douar-ait-hnini	MA		0	Africa/Casablanca	33.57188	-5.7089				03	171		
10961286	Ait El Ghazi	ait-el-ghazi	MA		0	Africa/Casablanca	33.58139	-5.70547				03	171		
10961291	Ait Ochaine	ait-ochaine	MA		0	Africa/Casablanca	33.54617	-5.71626				03	171		
10961293	Almou n-Cherif	almou-n-cherif	MA		0	Africa/Casablanca	33.54697	-5.73319				03	171		
10961294	Ait Haddou Moussa	ait-haddou-moussa	MA		0	Africa/Casablanca	33.54762	-5.70302				03	171		
10961296	Ait Ghanem	ait-ghanem	MA		0	Africa/Casablanca	33.53946	-5.6889				03	171		
10961300	Ait Taaychine	ait-taaychine	MA		0	Africa/Casablanca	33.55329	-5.69768				03	171		
10961301	Ait Hmamoussa	ait-hmamoussa	MA		0	Africa/Casablanca	33.5331	-5.74507				03	171		
10961312	Douar Drahem	douar-drahem	MA		0	Africa/Casablanca	33.50766	-5.71233				03	171		
10961313	Ait El Arbi	ait-el-arbi	MA		0	Africa/Casablanca	33.51812	-5.70536				03	171		
10961315	El Baraka Mohamed El Yazid	el-baraka-mohamed-el-yazid	MA		0	Africa/Casablanca	33.52424	-5.70409				03	171		
10961324	Douar Hiyyine	douar-hiyyine	MA		0	Africa/Casablanca	33.50182	-5.70152				03	171		
10961326	Dar Boujamaa Zaayni	dar-boujamaa-zaayni	MA		0	Africa/Casablanca	33.50032	-5.68989				03	171		
10961328	Ait Said Ou Moussa	ait-said-ou-moussa	MA		0	Africa/Casablanca	33.49789	-5.67411				03	171		
10961335	Dar Ettijani Omar	dar-ettijani-omar	MA		0	Africa/Casablanca	33.51446	-5.64045				03	171		
10961339	Dar Rehouch El Aydi	dar-rehouch-el-aydi	MA		0	Africa/Casablanca	33.50127	-5.6262				03	171		
10961346	Ait Abdessalam	ait-abdessalam	MA		0	Africa/Casablanca	33.53969	-5.66186				03	171		
10961350	Douar Amaragh	douar-amaragh	MA		0	Africa/Casablanca	33.54041	-5.63109				03	171		
10961354	Ait Marglab	ait-marglab	MA		0	Africa/Casablanca	33.54919	-5.65891				03	171		
10961358	Douar Mnakher	douar-mnakher	MA		0	Africa/Casablanca	33.57204	-5.6315				03	171		
10961360	Ait Ikkou	ait-ikkou	MA		0	Africa/Casablanca	33.56343	-5.6439				03	171		
10961362	Ait Said Ou Moussa	ait-said-ou-moussa	MA		0	Africa/Casablanca	33.56146	-5.65658				03	171		
10961365	Ait Abdessalam El Karami	ait-abdessalam-el-karami	MA		0	Africa/Casablanca	33.57129	-5.67879				03	171		
10961367	Douar Moulm El Caid Ali	douar-moulm-el-caid-ali	MA		0	Africa/Casablanca	33.58431	-5.65489				03	171		
10961369	Douar Bou Sedra	douar-bou-sedra	MA		0	Africa/Casablanca	33.57721	-5.67087				03	171		
10961371	Douar Bahaddis	douar-bahaddis	MA		0	Africa/Casablanca	33.59551	-5.6492				03	171		
10961379	Coopérative El Gharbia	cooperative-el-gharbia	MA		0	Africa/Casablanca	33.61626	-5.65231				03	171		
10961382	Douar Aghbalou n- Taleb	douar-aghbalou-n-taleb	MA		0	Africa/Casablanca	33.61556	-5.62706				03	171		
10961387	Ben Sat	ben-sat	MA		0	Africa/Casablanca	33.59839	-5.65864				03	171		
10961413	Ait Brahim	ait-brahim	MA		0	Africa/Casablanca	33.55457	-5.74573				03	171		
10961414	Ait Maghrab	ait-maghrab	MA		0	Africa/Casablanca	33.59872	-5.7023				03	171		
10961415	Ait Oulfaraji	ait-oulfaraji	MA		0	Africa/Casablanca	33.62371	-5.65521				03	171		
10961418	Oulad Laalal	oulad-laalal	MA		0	Africa/Casablanca	35.02933	-2.9849				02	381		
10961419	Iborraqene	iborraqene	MA		0	Africa/Casablanca	35.0249	-2.99829				02	381		
10961425	Harchat Laazib	harchat-laazib	MA		0	Africa/Casablanca	35.00418	-2.97971				02	381		
10961426	Ouzzaie	ouzzaie	MA		0	Africa/Casablanca	35.00408	-2.99557				02	381		
10961427	Lehouissi	lehouissi	MA		0	Africa/Casablanca	35.00306	-2.99108				02	381		
10961428	Laazibi	laazibi	MA		0	Africa/Casablanca	35.00225	-2.97735				02	381		
10961434	Bou Qouarene	bou-qouarene	MA		0	Africa/Casablanca	35.05855	-2.96179				02	381		
10961435	Ilagmache	ilagmache	MA		0	Africa/Casablanca	35.07102	-2.95933				02	381		
10961437	Douar Ahamri	douar-ahamri	MA		0	Africa/Casablanca	35.09054	-2.95995				02	381		
10961442	Douar Kabdana	douar-kabdana	MA		0	Africa/Casablanca	35.12084	-2.95038				02	381		
10961443	Taourirt Ouchene	taourirt-ouchene	MA		0	Africa/Casablanca	35.11147	-2.94557				02	381		
10961445	Douar Lharcha	douar-lharcha	MA		0	Africa/Casablanca	35.10025	-2.94456				02	381		
10961446	Ihzaoufyene	ihzaoufyene	MA		0	Africa/Casablanca	35.09534	-2.94924				02	381		
10961447	Ihafraouene Bou Setla	ihafraouene-bou-setla	MA		0	Africa/Casablanca	35.08896	-2.94392				02	381		
10961448	Ellayl	ellayl	MA		0	Africa/Casablanca	35.08208	-2.94557				02	381		
10961450	Bou Tayeb	bou-tayeb	MA		0	Africa/Casablanca	35.04026	-2.94555				02	381		
10961451	Oulad Echeikh	oulad-echeikh	MA		0	Africa/Casablanca	35.03659	-2.94315				02	381		
10961452	Jaaydane	jaaydane	MA		0	Africa/Casablanca	35.03508	-2.93944				02	381		
10961453	Hmidou	hmidou	MA		0	Africa/Casablanca	35.03056	-2.94697				02	381		
10961454	Laassara	laassara	MA		0	Africa/Casablanca	35.03096	-2.95094				02	381		
10961455	Erahiyyat	erahiyyat	MA		0	Africa/Casablanca	35.0265	-2.94815				02	381		
10961462	Imazrine	imazrine	MA		0	Africa/Casablanca	35.11529	-2.93987				02	381		
10961464	Imazrine	imazrine	MA		0	Africa/Casablanca	35.10956	-2.92995				02	381		
10961465	Guechasiya	guechasiya	MA		0	Africa/Casablanca	35.09645	-2.93948				02	381		
10961468	Taourirt Bousetta	taourirt-bousetta	MA		0	Africa/Casablanca	35.0896	-2.93796				02	381		
10961470	Hannou	hannou	MA		0	Africa/Casablanca	35.07986	-2.93457				02	381		
10961471	Douar Sidi Ali	douar-sidi-ali	MA		0	Africa/Casablanca	35.07875	-2.92379				02	381		
10961472	Louahda	louahda	MA		0	Africa/Casablanca	35.07216	-2.93594				02	381		
10961474	Bou Teffah	bou-teffah	MA		0	Africa/Casablanca	35.06691	-2.933				02	381		
10961475	Sonasid	sonasid	MA		0	Africa/Casablanca	35.06461	-2.92802				02	381		
10961480	Harhafat	harhafat	MA		0	Africa/Casablanca	35.05267	-2.92794				02	381		
10961483	Oulad Maarraf	oulad-maarraf	MA		0	Africa/Casablanca	35.03663	-2.9274				02	381		
10961484	Bni Hmad	bni-hmad	MA		0	Africa/Casablanca	35.02974	-2.92585				02	381		
10961485	Rbitate	rbitate	MA		0	Africa/Casablanca	35.02681	-2.92326				02	381		
10961487	Tamiouat	tamiouat	MA		0	Africa/Casablanca	35.01895	-2.92901				02	381		
10961488	Dar Errachidi Emfi	dar-errachidi-emfi	MA		0	Africa/Casablanca	35.11423	-2.92186				02	381		
10961489	Hammout	hammout	MA		0	Africa/Casablanca	35.11973	-2.90607				02	381		
10961490	Ali Tadra	ali-tadra	MA		0	Africa/Casablanca	35.11044	-2.91388				02	381		
10961491	Imrabtene Laazib	imrabtene-laazib	MA		0	Africa/Casablanca	35.08637	-2.91336				02	381		
10961492	Daraourat	daraourat	MA		0	Africa/Casablanca	35.07253	-2.91825				02	381		
10961494	Qalduchat	qalduchat	MA		0	Africa/Casablanca	35.06543	-2.90401				02	381		
10961496	Dardourat	dardourat	MA		0	Africa/Casablanca	35.05235	-2.9103				02	381		
10961497	Guemmoussat	guemmoussat	MA		0	Africa/Casablanca	35.03509	-2.90768				02	381		
10961499	Messoussat	messoussat	MA		0	Africa/Casablanca	35.0268	-2.90178				02	381		
10961501	Sekkagene	sekkagene	MA		0	Africa/Casablanca	34.9984	-2.90207				02	381		
10961503	Oulad Ben Abdellah	oulad-ben-abdellah	MA		0	Africa/Casablanca	35.00617	-2.87654				02	381		
10961508	Bichbish	bichbish	MA		0	Africa/Casablanca	35.03986	-2.89085				02	381		
10961510	Azzouzate	azzouzate	MA		0	Africa/Casablanca	35.04614	-2.88409				02	381		
10961511	Ghazzazat	ghazzazat	MA		0	Africa/Casablanca	35.04794	-2.89982				02	381		
10961512	Lemrarsa	lemrarsa	MA		0	Africa/Casablanca	35.05071	-2.88678				02	381		
10961513	Ain Eddib	ain-eddib	MA		0	Africa/Casablanca	35.05714	-2.89661				02	381		
10961517	Labghia	labghia	MA		0	Africa/Casablanca	35.07634	-2.88659				02	381		
10961518	Messoussat	messoussat	MA		0	Africa/Casablanca	35.07653	-2.89922				02	381		
10961519	Dar Bouarta Harrou	dar-bouarta-harrou	MA		0	Africa/Casablanca	35.08169	-2.88447				02	381		
10961520	Dar Hamou Mimoune	dar-hamou-mimoune	MA		0	Africa/Casablanca	35.08396	-2.9024				02	381		
10961521	Bou Taarourt	bou-taarourt	MA		0	Africa/Casablanca	35.08928	-2.89817				02	381		
10961522	Imnouene Lbariya	imnouene-lbariya	MA		0	Africa/Casablanca	35.09284	-2.87942				02	381		
10961523	Oulad El Moukhtari	oulad-el-moukhtari	MA		0	Africa/Casablanca	35.09758	-2.88684				02	381		
10961524	Ijouhriya	ijouhriya	MA		0	Africa/Casablanca	35.09828	-2.9062				02	381		
10961526	Dar Mostafa Essalmi	dar-mostafa-essalmi	MA		0	Africa/Casablanca	35.10687	-2.89933				02	381		
10961529	Iouassoura	iouassoura	MA		0	Africa/Casablanca	35.11332	-2.8928				02	381		
10961530	Ireddaqene	ireddaqene	MA		0	Africa/Casablanca	35.1186	-2.88778				02	381		
10961531	Iaakrout	iaakrout	MA		0	Africa/Casablanca	35.11624	-2.87651				02	381		
10961535	Ihaouadine	ihaouadine	MA		0	Africa/Casablanca	35.1168	-2.99752				02	381		
10961536	Ichemlalene	ichemlalene	MA		0	Africa/Casablanca	35.1016	-2.99244				02	381		
10961538	Bou Tella	bou-tella	MA		0	Africa/Casablanca	35.09641	-2.98707				02	381		
10961539	Ihemmourene	ihemmourene	MA		0	Africa/Casablanca	35.07586	-2.96579				02	381		
10961542	Bramna	bramna	MA		0	Africa/Casablanca	35.02167	-2.93937				02	381		
10961544	Ibouhriyene	ibouhriyene	MA		0	Africa/Casablanca	35.09439	-2.9212				02	381		
10961548	Kabbaminlou	kabbaminlou	MA		0	Africa/Casablanca	35.10925	-2.88208				02	381		
10961554	Douar Laaraouate	douar-laaraouate	MA		0	Africa/Casablanca	35.03165	-2.9996				02	381		
10961555	Douar Berraqa	douar-berraqa	MA		0	Africa/Casablanca	35.02413	-2.99719				02	381		
10961557	Hay Leqdim	hay-leqdim	MA		0	Africa/Casablanca	35.00797	-2.99858				02	381		
10961558	Hay Ouzzaj	hay-ouzzaj	MA		0	Africa/Casablanca	35.00061	-2.99925				02	381		
10962279	Douar Oulad Taleb	douar-oulad-taleb	MA		0	Africa/Casablanca	35.09035	-2.76802				02	381		
10962280	Douar Oulad Lbachir	douar-oulad-lbachir	MA		0	Africa/Casablanca	35.07821	-2.75468				02	381		
10962281	Douar Oulad Tayeb	douar-oulad-tayeb	MA		0	Africa/Casablanca	35.0602	-2.79485				02	381		
10962282	Douar Oulad Kaddour Bel Qrae	douar-oulad-kaddour-bel-qrae	MA		0	Africa/Casablanca	35.05875	-2.80454				02	381		
10962283	Douar Oulad Laamri	douar-oulad-laamri	MA		0	Africa/Casablanca	35.04079	-2.85106				02	381		
10962285	Ferme Moulay Mohand	ferme-moulay-mohand	MA		0	Africa/Casablanca	35.03746	-2.80805				02	381		
10962286	Oulad Allal	oulad-allal	MA		0	Africa/Casablanca	35.00543	-2.84143				02	381		
10962287	Douar Oulad Allal	douar-oulad-allal	MA		0	Africa/Casablanca	34.99984	-2.82083				02	381		
10962288	Douar Oulad Lkhatir	douar-oulad-lkhatir	MA		0	Africa/Casablanca	35.02271	-2.81319				02	381		
10962289	Douar Oulad Lamrabet	douar-oulad-lamrabet	MA		0	Africa/Casablanca	35.05184	-2.87132				02	381		
10962290	Oulad Boutayeb	oulad-boutayeb	MA		0	Africa/Casablanca	35.08891	-2.85031				02	381		
10962292	Douar Oulad Erroubyou	douar-oulad-erroubyou	MA		0	Africa/Casablanca	35.11419	-2.8707				02	381		
10962293	Douar Chaalat	douar-chaalat	MA		0	Africa/Casablanca	35.12156	-2.86709				02	381		
10962294	Douar Yamanyoune	douar-yamanyoune	MA		0	Africa/Casablanca	35.11959	-2.85811				02	381		
10962354	Douar Imessaad	douar-imessaad	MA		0	Africa/Casablanca	35.13505	-2.43039				02	381		
10962359	Douar Stalatione	douar-stalatione	MA		0	Africa/Casablanca	35.11145	-2.86452				02	381		
10962361	Dar El Haj Abdesslam Kabdani	dar-el-haj-abdesslam-kabdani	MA		0	Africa/Casablanca	35.10285	-2.82074				02	381		
10962362	Dar Bou Ras	dar-bou-ras	MA		0	Africa/Casablanca	35.10473	-2.8162				02	381		
10962364	Douar Oulad Essadia	douar-oulad-essadia	MA		0	Africa/Casablanca	35.09819	-2.79525				02	381		
10962365	Ferme Mohamed Ben Chaayb	ferme-mohamed-ben-chaayb	MA		0	Africa/Casablanca	35.10801	-2.86673				02	381		
10962366	Douar Boudouasnat	douar-boudouasnat	MA		0	Africa/Casablanca	35.10429	-2.85583				02	381		
10962367	Douar Lmokhtariyine	douar-lmokhtariyine	MA		0	Africa/Casablanca	35.10123	-2.86759				02	381		
10962368	Douar Isabaayoune	douar-isabaayoune	MA		0	Africa/Casablanca	35.10071	-2.86261				02	381		
10962369	Douar Baghdad	douar-baghdad	MA		0	Africa/Casablanca	35.10092	-2.84952				02	381		
10962370	Ferme Bou Setta Mohamed	ferme-bou-setta-mohamed	MA		0	Africa/Casablanca	35.09795	-2.83422				02	381		
10962371	Dar El Caid Abderrahmane	dar-el-caid-abderrahmane	MA		0	Africa/Casablanca	35.09313	-2.8298				02	381		
10962372	Dar Hassan Ettou	dar-hassan-ettou	MA		0	Africa/Casablanca	35.09156	-2.82278				02	381		
10962373	Dar El Haj Bou Tayeb	dar-el-haj-bou-tayeb	MA		0	Africa/Casablanca	35.09256	-2.80059				02	381		
10962381	Dar Allal Errifi	dar-allal-errifi	MA		0	Africa/Casablanca	35.08123	-2.80607				02	381		
10962384	Dar El Haj Ben Aissa	dar-el-haj-ben-aissa	MA		0	Africa/Casablanca	35.08973	-2.8133				02	381		
10962385	Ferme Sbaai	ferme-sbaai	MA		0	Africa/Casablanca	35.09547	-2.81707				02	381		
10962386	Oulad Mouh Lhadi	oulad-mouh-lhadi	MA		0	Africa/Casablanca	35.0847	-2.826				02	381		
10962387	Huillerie Marhaba	huillerie-marhaba	MA		0	Africa/Casablanca	35.08917	-2.82639				02	381		
10962388	Dar Bel Haj Santrou	dar-bel-haj-santrou	MA		0	Africa/Casablanca	35.08815	-2.83201				02	381		
10962390	Dar Anane Ou Zeryouh	dar-anane-ou-zeryouh	MA		0	Africa/Casablanca	35.08164	-2.84555				02	381		
10962391	Dar Omar Lbachir	dar-omar-lbachir	MA		0	Africa/Casablanca	35.0775	-2.84512				02	381		
10962395	Dar Zaaj	dar-zaaj	MA		0	Africa/Casablanca	35.07879	-2.86016				02	381		
10962396	Oulad Bou Chlaghem	oulad-bou-chlaghem	MA		0	Africa/Casablanca	35.07632	-2.87234				02	381		
10962397	Dar Bou Felfoul	dar-bou-felfoul	MA		0	Africa/Casablanca	35.07353	-2.86645				02	381		
10962398	Douar Oulad Bou Atiyya	douar-oulad-bou-atiyya	MA		0	Africa/Casablanca	35.06682	-2.87025				02	381		
10962400	Dar Benslimane	dar-benslimane	MA		0	Africa/Casablanca	35.07441	-2.84918				02	381		
10962401	Dar Lfachtafi	dar-lfachtafi	MA		0	Africa/Casablanca	35.06982	-2.84343				02	381		
10962402	Douar Lekliaa	douar-lekliaa	MA		0	Africa/Casablanca	35.06518	-2.85336				02	381		
10962403	Douar Mohamed Chaatoute	douar-mohamed-chaatoute	MA		0	Africa/Casablanca	35.07251	-2.83679				02	381		
10962404	Douar Oulad Saleh	douar-oulad-saleh	MA		0	Africa/Casablanca	35.06992	-2.83102				02	381		
10962406	Douar Chouchate	douar-chouchate	MA		0	Africa/Casablanca	35.06952	-2.8027				02	381		
10962408	Douar Oulad Ahmed Ben Saleh	douar-oulad-ahmed-ben-saleh	MA		0	Africa/Casablanca	35.06337	-2.80418				02	381		
10962410	Douar Oulad Mhand Essoufla	douar-oulad-mhand-essoufla	MA		0	Africa/Casablanca	35.07722	-2.76513				02	381		
10962411	Douar Imouzaz	douar-imouzaz	MA		0	Africa/Casablanca	35.07226	-2.75959				02	381		
10962412	Douar Izareyyah	douar-izareyyah	MA		0	Africa/Casablanca	35.07081	-2.75989				02	381		
10962413	Douar Oulad El Haj	douar-oulad-el-haj	MA		0	Africa/Casablanca	35.06605	-2.76103				02	381		
10962414	Douar Iboulay	douar-iboulay	MA		0	Africa/Casablanca	35.06538	-2.75184				02	381		
10962415	Douar Ihammouchene	douar-ihammouchene	MA		0	Africa/Casablanca	35.07637	-2.75453				02	381		
10962416	Douar Oulad Zaaje	douar-oulad-zaaje	MA		0	Africa/Casablanca	35.05588	-2.75757				02	381		
10962417	Douar Lemqilchat	douar-lemqilchat	MA		0	Africa/Casablanca	35.05314	-2.76626				02	381		
10962421	Douar Said Laamri	douar-said-laamri	MA		0	Africa/Casablanca	35.05426	-2.80708				02	381		
10962422	Douar Soukehane	douar-soukehane	MA		0	Africa/Casablanca	35.05603	-2.80993				02	381		
10962423	Douar Bni Moussi	douar-bni-moussi	MA		0	Africa/Casablanca	35.05872	-2.8142				02	381		
10962424	Dar El Haouari Allal	dar-el-haouari-allal	MA		0	Africa/Casablanca	35.06132	-2.84574				02	381		
10962425	Douar Yassine	douar-yassine	MA		0	Africa/Casablanca	35.05846	-2.85072				02	381		
10962427	Douar Lbadaouiyine	douar-lbadaouiyine	MA		0	Africa/Casablanca	35.05295	-2.8521				02	381		
10962428	Dar Azmani Mohammed	dar-azmani-mohammed	MA		0	Africa/Casablanca	35.05872	-2.87014				02	381		
10962429	Douar Oulad Lfatni	douar-oulad-lfatni	MA		0	Africa/Casablanca	35.04709	-2.87121				02	381		
10962434	Dar Ben Aissa Lbouanani	dar-ben-aissa-lbouanani	MA		0	Africa/Casablanca	35.03406	-2.81733				02	381		
10962435	Douar Oulad Youyou	douar-oulad-youyou	MA		0	Africa/Casablanca	35.04701	-2.80446				02	381		
10962436	Dar Miloud Ould Lahsen	dar-miloud-ould-lahsen	MA		0	Africa/Casablanca	35.03892	-2.80197				02	381		
10962438	Douar Lamaallam Sahfa	douar-lamaallam-sahfa	MA		0	Africa/Casablanca	35.03388	-2.77972				02	381		
10962441	Douar Essebbab	douar-essebbab	MA		0	Africa/Casablanca	35.04495	-2.75903				02	381		
10962442	Douar Kaaouachat	douar-kaaouachat	MA		0	Africa/Casablanca	35.04562	-2.75161				02	381		
10962444	Dar Ghannou Ahmed	dar-ghannou-ahmed	MA		0	Africa/Casablanca	35.02903	-2.75478				02	381		
10962446	Dar Fechtai Allal	dar-fechtai-allal	MA		0	Africa/Casablanca	35.02436	-2.77869				02	381		
10962447	Douar Oulad Bou Yahya	douar-oulad-bou-yahya	MA		0	Africa/Casablanca	35.02734	-2.8062				02	381		
10962448	Oulad Lehlas	oulad-lehlas	MA		0	Africa/Casablanca	35.02998	-2.81096				02	381		
10962451	Dar Lhamyani Bel Aidi	dar-lhamyani-bel-aidi	MA		0	Africa/Casablanca	35.03376	-2.85776				02	381		
10962453	Gypse Riyad	gypse-riyad	MA		0	Africa/Casablanca	35.01996	-2.84838				02	381		
10962454	Dar Amar Oulad El Haj Mouloud	dar-amar-oulad-el-haj-mouloud	MA		0	Africa/Casablanca	35.01503	-2.83712				02	381		
10962457	Douar Lebrahmiyine	douar-lebrahmiyine	MA		0	Africa/Casablanca	35.01666	-2.7963				02	381		
10962458	Douar Lehdadra	douar-lehdadra	MA		0	Africa/Casablanca	35.02083	-2.79446				02	381		
10962459	Douar Lkaddouriyine	douar-lkaddouriyine	MA		0	Africa/Casablanca	35.01685	-2.78575				02	381		
10962462	Douar Timazzoujine	douar-timazzoujine	MA		0	Africa/Casablanca	35.01631	-2.75912				02	381		
10962465	Ouahda Ferme	ouahda-ferme	MA		0	Africa/Casablanca	35.01346	-2.76348				02	381		
10962466	Douar Imrabtiyyine Iqachayeh	douar-imrabtiyyine-iqachayeh	MA		0	Africa/Casablanca	35.00765	-2.75272				02	381		
10962472	Oulad Ali Ben Allal	oulad-ali-ben-allal	MA		0	Africa/Casablanca	35.00736	-2.87117				02	381		
10962474	Douar Lehouaoura	douar-lehouaoura	MA		0	Africa/Casablanca	35.0001	-2.79851				02	381		
10962475	Douar Lehjajta	douar-lehjajta	MA		0	Africa/Casablanca	35.00026	-2.77892				02	381		
10962477	Oziret Oulad Chaayb	oziret-oulad-chaayb	MA		0	Africa/Casablanca	35.12323	-2.75262				02	381		
10962480	Douar Bouhou	douar-bouhou	MA		0	Africa/Casablanca	35.09589	-2.86884				02	381		
10962482	Ferme Bilit	ferme-bilit	MA		0	Africa/Casablanca	35.10384	-2.84412				02	381		
10962496	Douar Oulad Ezzoufri Mohamed	douar-oulad-ezzoufri-mohamed	MA		0	Africa/Casablanca	35.07259	-2.82923				02	381		
10962505	Douar Boufssil	douar-boufssil	MA		0	Africa/Casablanca	35.1067	-2.45769				02	381		
10962513	Ibouarfatene	ibouarfatene	MA		0	Africa/Casablanca	35.09442	-2.48662				02	381		
10962517	Douar Ichoudnat	douar-ichoudnat	MA		0	Africa/Casablanca	35.07845	-2.46296				02	381		
10962520	Douar Ikhellabene	douar-ikhellabene	MA		0	Africa/Casablanca	35.07549	-2.47796				02	381		
10962522	Douar Oulad Lmoukhtar	douar-oulad-lmoukhtar	MA		0	Africa/Casablanca	35.07715	-2.48704				02	381		
10962532	Douar Oulad Chaoui	douar-oulad-chaoui	MA		0	Africa/Casablanca	35.06005	-2.46384				02	381		
10962534	Douar Ammar	douar-ammar	MA		0	Africa/Casablanca	35.05594	-2.48706				02	381		
10962550	Douar Talfraout	douar-talfraout	MA		0	Africa/Casablanca	35.03695	-2.49442				02	381		
10962562	Ezzaouia	ezzaouia	MA		0	Africa/Casablanca	35.01532	-2.4861				02	381		
10962568	Akham Sidi Lazaar	akham-sidi-lazaar	MA		0	Africa/Casablanca	35.00801	-2.47541				02	381		
10962578	Douar Ahl Loued	douar-ahl-loued	MA		0	Africa/Casablanca	35.00806	-2.42513				02	113		
10962581	Douar Zrayha	douar-zrayha	MA		0	Africa/Casablanca	35.01514	-2.42451				02	113		
10962583	Tachqqoft	tachqqoft	MA		0	Africa/Casablanca	35.01802	-2.44613				02	381		
10962584	Dyouba	dyouba	MA		0	Africa/Casablanca	35.02254	-2.44209				02	381		
10962590	Douar Ellil	douar-ellil	MA		0	Africa/Casablanca	35.03751	-2.41938				02	113		
10962601	Douar Taaouniyat Lmassira	douar-taaouniyat-lmassira	MA		0	Africa/Casablanca	35.04455	-2.42755				02	113		
10962602	Douar Zkhanine	douar-zkhanine	MA		0	Africa/Casablanca	35.04906	-2.41792				02	113		
10962608	Douar Izeroual	douar-izeroual	MA		0	Africa/Casablanca	35.06487	-2.45108				02	381		
10962609	Douar Tanoute	douar-tanoute	MA		0	Africa/Casablanca	35.06449	-2.43625				02	381		
10962620	Douar Jbara	douar-jbara	MA		0	Africa/Casablanca	35.09719	-2.42848				02	381		
10962634	Caryane Taarabt	caryane-taarabt	MA		0	Africa/Casablanca	35.12006	-2.4226				02	381		
10962636	Douar Lemaalmine	douar-lemaalmine	MA		0	Africa/Casablanca	35.13177	-2.41211				02	381		
10962637	Douar Imedgharene	douar-imedgharene	MA		0	Africa/Casablanca	35.12915	-2.4144				02	381		
10962640	Douar Laqyalil	douar-laqyalil	MA		0	Africa/Casablanca	35.12531	-2.41181				02	381		
10962647	Douar Oulad Haddou	douar-oulad-haddou	MA		0	Africa/Casablanca	35.10419	-2.3911				02	381		
10962657	Douar Belemsaad Zkhanine	douar-belemsaad-zkhanine	MA		0	Africa/Casablanca	35.07749	-2.3837				02	113		
10962662	Douar Lehrouch	douar-lehrouch	MA		0	Africa/Casablanca	35.06455	-2.4081				02	381		
10962664	Dar Mohamed Bouyainane	dar-mohamed-bouyainane	MA		0	Africa/Casablanca	35.05965	-2.38561				02	113		
10962667	Douar Ben Salhat	douar-ben-salhat	MA		0	Africa/Casablanca	35.04911	-2.39715				02	113		
10962668	Douar Oulad Kaddour	douar-oulad-kaddour	MA		0	Africa/Casablanca	35.05269	-2.38692				02	113		
10962669	Douar Oulad Haddou	douar-oulad-haddou	MA		0	Africa/Casablanca	35.05543	-2.38239				02	113		
10962670	Douar Ben Hammich	douar-ben-hammich	MA		0	Africa/Casablanca	35.05923	-2.37462				02	113		
10962671	Douar Abdelkader Dardour	douar-abdelkader-dardour	MA		0	Africa/Casablanca	35.04556	-2.40784				02	113		
10962672	Douar Baryane	douar-baryane	MA		0	Africa/Casablanca	35.03403	-2.39782				02	113		
10962675	Douar Taaouniyat Sakiya Lhamra	douar-taaouniyat-sakiya-lhamra	MA		0	Africa/Casablanca	35.02377	-2.37698				02	113		
10962679	Douar Khannoussa	douar-khannoussa	MA		0	Africa/Casablanca	35.00783	-2.41104				02	113		
10962680	Douar Lferma	douar-lferma	MA		0	Africa/Casablanca	35.00112	-2.38108				02	113		
10962681	Douar Sidi Hashas	douar-sidi-hashas	MA		0	Africa/Casablanca	35.00611	-2.37346				02	113		
10962695	Douar Oulad Ouchene	douar-oulad-ouchene	MA		0	Africa/Casablanca	35.08509	-2.3902				02	113		
10962714	Oulad Laoudia	oulad-laoudia	MA		0	Africa/Casablanca	31.76296	-9.56766				07	211		
10962717	Oulad Djiji	oulad-djiji	MA		0	Africa/Casablanca	31.86348	-9.50465				07	211		
10962741	Douar Sidi Ali	douar-sidi-ali	MA		0	Africa/Casablanca	35.11963	-2.4135				02	381		
10962742	Douar Oulad Ali	douar-oulad-ali	MA		0	Africa/Casablanca	35.11996	-2.44131				02	381		
10962744	Douar Hidara	douar-hidara	MA		0	Africa/Casablanca	35.07062	-2.37786				02	113		
10962748	Douar Ihessane	douar-ihessane	MA		0	Africa/Casablanca	35.04478	-2.4469				02	381		
10962771	Haouira	haouira	MA		0	Africa/Casablanca	31.82584	-9.51787				07	211		
10962773	Oulad Saad	oulad-saad	MA		0	Africa/Casablanca	31.80512	-9.50711				07	211		
10962774	Haouira	haouira	MA		0	Africa/Casablanca	31.79885	-9.52377				07	211		
10962777	Lânatra	lanatra	MA		0	Africa/Casablanca	31.78671	-9.50928				07	211		
10962778	Dar Khenngui	dar-khenngui	MA		0	Africa/Casablanca	31.78715	-9.54447				07	211		
10962781	Baten	baten	MA		0	Africa/Casablanca	31.78944	-9.55901				07	211		
10962782	Kider Bou Daoud	kider-bou-daoud	MA		0	Africa/Casablanca	31.77826	-9.55697				07	211		
10962783	Oulad Ben Labidia	oulad-ben-labidia	MA		0	Africa/Casablanca	31.77954	-9.54964				07	211		
10962784	Hamamda	hamamda	MA		0	Africa/Casablanca	31.77558	-9.54676				07	211		
10962785	Ajejama	ajejama	MA		0	Africa/Casablanca	31.7708	-9.54357				07	211		
10962787	Aomar Ben Saïd	aomar-ben-said	MA		0	Africa/Casablanca	31.77739	-9.52177				07	211		
10962788	Rmal	rmal	MA		0	Africa/Casablanca	31.77356	-9.52316				07	211		
10962792	Sefra	sefra	MA		0	Africa/Casablanca	31.75629	-9.52257				07	211		
10962794	Touhara	touhara	MA		0	Africa/Casablanca	31.75301	-9.5258				07	211		
10962795	Seref	seref	MA		0	Africa/Casablanca	31.75457	-9.54157				07	211		
10962840	Jnanat	jnanat	MA		0	Africa/Casablanca	35.07134	-2.22292				02	113		
10962842	Douar El Kalaa	douar-el-kalaa	MA		0	Africa/Casablanca	35.05964	-2.21501				02	113		
10962851	Lekhyalat	lekhyalat	MA		0	Africa/Casablanca	35.03772	-2.24528				02	113		
10962852	Oulad Yahya	oulad-yahya	MA		0	Africa/Casablanca	35.03667	-2.22514				02	113		
10962854	Lehsayna	lehsayna	MA		0	Africa/Casablanca	35.03426	-2.21711				02	113		
10962855	Eddechira	eddechira	MA		0	Africa/Casablanca	35.03151	-2.21758				02	113		
10962856	Ben Attou	ben-attou	MA		0	Africa/Casablanca	35.03038	-2.2379				02	113		
10962858	Douar El Maarif	douar-el-maarif	MA		0	Africa/Casablanca	35.02689	-2.24086				02	113		
10962859	Oulad Belgassem	oulad-belgassem	MA		0	Africa/Casablanca	35.02668	-2.23067				02	113		
10962860	Lekhrabcha	lekhrabcha	MA		0	Africa/Casablanca	35.03169	-2.20932				02	113		
10962861	Ettijinat	ettijinat	MA		0	Africa/Casablanca	35.02694	-2.21704				02	113		
10962864	Brahla	brahla	MA		0	Africa/Casablanca	35.02518	-2.24622				02	113		
10962866	Addouyat	addouyat	MA		0	Africa/Casablanca	35.01763	-2.22201				02	113		
10962867	Coopérative El Qods	cooperative-el-qods	MA		0	Africa/Casablanca	35.01441	-2.24791				02	113		
10962868	Oulad Naji	oulad-naji	MA		0	Africa/Casablanca	35.011	-2.24594				02	113		
10962869	Lehdayna	lehdayna	MA		0	Africa/Casablanca	35.00972	-2.22805				02	113		
10962870	Hmindachat	hmindachat	MA		0	Africa/Casablanca	35.00802	-2.23773				02	113		
10962871	Brahla	brahla	MA		0	Africa/Casablanca	35.00566	-2.24691				02	113		
10962873	Oulad El Omrani	oulad-el-omrani	MA		0	Africa/Casablanca	35.00452	-2.23168				02	113		
10962874	Lahdachat	lahdachat	MA		0	Africa/Casablanca	35.00193	-2.22286				02	113		
10962875	Ennehayssiya	ennehayssiya	MA		0	Africa/Casablanca	35.00153	-2.21713				02	113		
10962877	Errehabat	errehabat	MA		0	Africa/Casablanca	35.00185	-2.24526				02	113		
10962881	Bni Guil	bni-guil	MA		0	Africa/Casablanca	35.00605	-2.17382				02	113		
10962883	Oulad Abdelmoumene	oulad-abdelmoumene	MA		0	Africa/Casablanca	35.00878	-2.18745				02	113		
10962888	Zaouiat Habri	zaouiat-habri	MA		0	Africa/Casablanca	35.02669	-2.19552				02	113		
10962896	Oued El Amri	oued-el-amri	MA		0	Africa/Casablanca	35.00845	-2.22687				02	113		
10962900	Berhich	berhich	MA		0	Africa/Casablanca	31.20587	-8.71417				07	161		
10962901	Braït	brait	MA		0	Africa/Casablanca	31.19418	-8.72204				07	161		
10962902	Anebri	anebri	MA		0	Africa/Casablanca	31.19915	-8.73511				07	161		
10962903	Sidi Ali Ou Skri	sidi-ali-ou-skri	MA		0	Africa/Casablanca	31.19176	-8.69601				07	161		
10962904	Iguersouq	iguersouq	MA		0	Africa/Casablanca	31.13392	-8.73736				07	161		
10962905	Tanammert	tanammert	MA		0	Africa/Casablanca	31.1269	-8.73286				07	161		
10962906	Timsal	timsal	MA		0	Africa/Casablanca	31.11412	-8.72341				07	161		
10962908	Tabradjout	tabradjout	MA		0	Africa/Casablanca	31.10541	-8.70674				07	161		
10962909	Ameslane	ameslane	MA		0	Africa/Casablanca	31.10365	-8.71698				07	161		
10962910	Tagadirt	tagadirt	MA		0	Africa/Casablanca	31.09935	-8.70063				07	161		
10962913	Zinit	zinit	MA		0	Africa/Casablanca	31.08086	-8.70071				07	161		
10962915	Zawyat Amern	zawyat-amern	MA		0	Africa/Casablanca	31.07395	-8.73556				07	161		
10962917	Maghdir	maghdir	MA		0	Africa/Casablanca	31.06796	-8.74194				07	161		
10962919	Zawyat Astif	zawyat-astif	MA		0	Africa/Casablanca	31.00059	-8.65505				07	161		
10962922	Tagounit	tagounit	MA		0	Africa/Casablanca	31.04108	-8.67561				07	161		
10962924	Tinwaline	tinwaline	MA		0	Africa/Casablanca	31.08432	-8.68799				07	161		
10962925	Aït Ougueriane	ait-ougueriane	MA		0	Africa/Casablanca	31.11331	-8.65484				07	161		
10962928	Al Msid	al-msid	MA		0	Africa/Casablanca	31.14958	-8.67215				07	161		
10962929	Zawyat Al Msid	zawyat-al-msid	MA		0	Africa/Casablanca	31.15298	-8.67018				07	161		
10962930	Tiskhet	tiskhet	MA		0	Africa/Casablanca	31.14488	-8.63059				07	161		
10962933	Tamazirt	tamazirt	MA		0	Africa/Casablanca	31.15919	-8.66904				07	161		
10962936	Taliwine	taliwine	MA		0	Africa/Casablanca	31.20049	-8.66582				07	161		
10962938	Agadir-n-Çalah	agadir-n-calah	MA		0	Africa/Casablanca	31.19693	-8.65144				07	161		
10962939	I’oufine	i-oufine	MA		0	Africa/Casablanca	31.1937	-8.63346				07	161		
10962940	Agdal	agdal	MA		0	Africa/Casablanca	31.20717	-8.6811				07	161		
10962941	Agadir Regraga	agadir-regraga	MA		0	Africa/Casablanca	31.2024	-8.6526				07	161		
10962942	Aït Nifi	ait-nifi	MA		0	Africa/Casablanca	31.22046	-8.68316				07	161		
10962943	Tabya	tabya	MA		0	Africa/Casablanca	31.21369	-8.64552				07	161		
10962944	Tlelid	tlelid	MA		0	Africa/Casablanca	31.21062	-8.65295				07	161		
10962945	Aït Mellouk	ait-mellouk	MA		0	Africa/Casablanca	31.24103	-8.65001				07	161		
10962946	Anezdi	anezdi	MA		0	Africa/Casablanca	31.23963	-8.64606				07	161		
10962947	Ouzza	ouzza	MA		0	Africa/Casablanca	31.23868	-8.60385				07	161		
10962948	Aït Sidi Ahmed	ait-sidi-ahmed	MA		0	Africa/Casablanca	31.22468	-8.60518				07	161		
10962949	Birbou	birbou	MA		0	Africa/Casablanca	31.22947	-8.59293				07	161		
10962950	Azilal	azilal	MA		0	Africa/Casablanca	31.2309	-8.59209				07	161		
10962951	Zawyat en Nahliya	zawyat-en-nahliya	MA		0	Africa/Casablanca	31.22268	-8.59952				07	161		
10962952	Aït al Aïn	ait-al-ain	MA		0	Africa/Casablanca	31.21699	-8.60319				07	161		
10962953	Tamarbouhet	tamarbouhet	MA		0	Africa/Casablanca	31.21024	-8.60733				07	161		
10962954	Smaguene	smaguene	MA		0	Africa/Casablanca	31.21435	-8.61424				07	161		
10962955	Tlagouns	tlagouns	MA		0	Africa/Casablanca	31.20917	-8.62136				07	161		
10962956	Taddart	taddart	MA		0	Africa/Casablanca	31.20233	-8.63416				07	161		
10962958	Idoughas	idoughas	MA		0	Africa/Casablanca	31.20092	-8.58478				07	161		
10962959	Wijdane	wijdane	MA		0	Africa/Casablanca	31.19491	-8.62409				07	161		
10962961	Aït Dawd	ait-dawd	MA		0	Africa/Casablanca	31.17698	-8.60885				07	161		
10962962	Areg	areg	MA		0	Africa/Casablanca	31.0121	-8.58355				07	161		
10962963	Aït Gassa	ait-gassa	MA		0	Africa/Casablanca	31.01499	-8.58072				07	161		
10962964	Tagoummat	tagoummat	MA		0	Africa/Casablanca	31.0124	-8.52639				07	161		
10962966	Iguer-n-Tiqi	iguer-n-tiqi	MA		0	Africa/Casablanca	31.03928	-8.55654				07	161		
10962967	Tighermine	tighermine	MA		0	Africa/Casablanca	31.0409	-8.56647				07	161		
10962969	Anzelfi	anzelfi	MA		0	Africa/Casablanca	31.04274	-8.54088				07	161		
10962972	Taladdamt	taladdamt	MA		0	Africa/Casablanca	31.05454	-8.55392				07	161		
10962974	Tawnrast	tawnrast	MA		0	Africa/Casablanca	31.06268	-8.53467				07	161		
10962975	Iguelouwane	iguelouwane	MA		0	Africa/Casablanca	31.07448	-8.52555				07	161		
10962979	Izoukatene	izoukatene	MA		0	Africa/Casablanca	31.16488	-8.52077				07	161		
10962980	Amegdoul	amegdoul	MA		0	Africa/Casablanca	31.17713	-8.51283				07	161		
10962981	Aït Youssef	ait-youssef	MA		0	Africa/Casablanca	31.19554	-8.58143				07	161		
10962984	Aït Charef	ait-charef	MA		0	Africa/Casablanca	31.20299	-8.58083				07	161		
10962985	Widalene	widalene	MA		0	Africa/Casablanca	31.20982	-8.57616				07	161		
10962986	Aït Brahim	ait-brahim	MA		0	Africa/Casablanca	31.21586	-8.58392				07	161		
10962988	Aït Wardas	ait-wardas	MA		0	Africa/Casablanca	31.23217	-8.5899				07	161		
10962989	Timzoughine	timzoughine	MA		0	Africa/Casablanca	31.23391	-8.57145				07	161		
10962991	Asloun	asloun	MA		0	Africa/Casablanca	31.22747	-8.55952				07	161		
10962992	Tawergh	tawergh	MA		0	Africa/Casablanca	31.22699	-8.55184				07	161		
10962993	Aït Abdallah	ait-abdallah	MA		0	Africa/Casablanca	31.22516	-8.55486				07	161		
10962994	Tighaline	tighaline	MA		0	Africa/Casablanca	31.23952	-8.55941				07	161		
10962995	Asgawr	asgawr	MA		0	Africa/Casablanca	31.24213	-8.55719				07	161		
10962996	Iwinghassene	iwinghassene	MA		0	Africa/Casablanca	31.24517	-8.55173				07	161		
10962997	Anebri	anebri	MA		0	Africa/Casablanca	31.23624	-8.5421				07	161		
10962999	Tachakoucht	tachakoucht	MA		0	Africa/Casablanca	31.23196	-8.52283				07	161		
10963000	Aït Brahim	ait-brahim	MA		0	Africa/Casablanca	31.23927	-8.51684				07	161		
10963002	Agadir-n-Hallouf	agadir-n-hallouf	MA		0	Africa/Casablanca	31.24272	-8.50463				07	161		
10963004	Tawrirt	tawrirt	MA		0	Africa/Casablanca	31.11348	-8.50746				07	161		
10963005	Aït Ali	ait-ali	MA		0	Africa/Casablanca	31.06748	-8.50023				07	161		
10963011	Al Mers	al-mers	MA		0	Africa/Casablanca	31.25118	-8.52216				07	161		
10963012	Iguerwal	iguerwal	MA		0	Africa/Casablanca	31.14065	-8.74611				07	161		
10963014	Irkadene	irkadene	MA		0	Africa/Casablanca	31.24903	-8.51384				07	161		
10963015	Aït Arehamane	ait-arehamane	MA		0	Africa/Casablanca	31.24946	-8.52415				07	161		
10963016	Imkimine	imkimine	MA		0	Africa/Casablanca	31.24855	-8.63793				07	161		
10963113	Ahmed Salem	ahmed-salem	MA		0	Africa/Casablanca	31.36538	-8.26997				07	161		
10963116	Al Mami	al-mami	MA		0	Africa/Casablanca	31.46088	-8.48453				07	161		
10963117	Agadir Imha	agadir-imha	MA		0	Africa/Casablanca	31.38382	-8.48903				07	161		
10963118	Al Mtafia	al-mtafia	MA		0	Africa/Casablanca	31.47268	-8.25839				07	351		
10963119	Al Ga’ïda	al-ga-ida	MA		0	Africa/Casablanca	31.36321	-8.31524				07	161		
10963120	Al Kerja	al-kerja	MA		0	Africa/Casablanca	31.34691	-8.34787				07	161		
10963133	’Azib ’Allal ou Ahmed	azib-allal-ou-ahmed	MA		0	Africa/Casablanca	31.42778	-8.46985				07	161		
10963138	Ham Nam	ham-nam	MA		0	Africa/Casablanca	31.45134	-8.4713				07	161		
10963144	’Azib Bou Ichidi	azib-bou-ichidi	MA		0	Africa/Casablanca	31.43175	-8.45602				07	161		
10963146	’Azib Argaz	azib-argaz	MA		0	Africa/Casablanca	31.42525	-8.44289				07	161		
10963147	’Azib al Bidrani	azib-al-bidrani	MA		0	Africa/Casablanca	31.42578	-8.44117				07	161		
10963148	Al Haj Jilali	al-haj-jilali	MA		0	Africa/Casablanca	31.42342	-8.49744				07	161		
10963149	’Azib Sidi Salem	azib-sidi-salem	MA		0	Africa/Casablanca	31.41553	-8.48956				07	161		
10963150	’Azib Ayt Ou Nadam	azib-ayt-ou-nadam	MA		0	Africa/Casablanca	31.40839	-8.46986				07	161		
10963151	’Azib Al Borj	azib-al-borj	MA		0	Africa/Casablanca	31.41274	-8.45694				07	161		
10963154	’Azib Sidi Mouma	azib-sidi-mouma	MA		0	Africa/Casablanca	31.40223	-8.47845				07	161		
10963156	Haj ’Omar Atass	haj-omar-atass	MA		0	Africa/Casablanca	31.39425	-8.45049				07	161		
10963158	’Azib Ben ’Aych	azib-ben-aych	MA		0	Africa/Casablanca	31.39456	-8.46699				07	161		
10963162	’Ali Ou Abrik	ali-ou-abrik	MA		0	Africa/Casablanca	31.39017	-8.46001				07	161		
10963163	Taleb	taleb	MA		0	Africa/Casablanca	31.39224	-8.46973				07	161		
10963165	’Azib Ben Hammou	azib-ben-hammou	MA		0	Africa/Casablanca	31.38207	-8.46845				07	161		
10963166	Agadir N-Tafoukt	agadir-n-tafoukt	MA		0	Africa/Casablanca	31.37023	-8.49811				07	161		
10963169	Tifratine	tifratine	MA		0	Africa/Casablanca	31.35744	-8.47304				07	161		
10963172	Askout	askout	MA		0	Africa/Casablanca	31.34775	-8.46572				07	161		
10963174	Idbibane	idbibane	MA		0	Africa/Casablanca	31.3206	-8.48888				07	161		
10963178	Bonou	bonou	MA		0	Africa/Casablanca	31.31879	-8.45714				07	161		
10963179	Chawi	chawi	MA		0	Africa/Casablanca	31.30795	-8.45817				07	161		
10963180	Tiguemmi Ou Zeddar	tiguemmi-ou-zeddar	MA		0	Africa/Casablanca	31.30922	-8.47924				07	161		
10963181	At Tnine	at-tnine	MA		0	Africa/Casablanca	31.30469	-8.46914				07	161		
10963185	Tawrirt	tawrirt	MA		0	Africa/Casablanca	31.25732	-8.44353				07	161		
10963189	Talmadannt	talmadannt	MA		0	Africa/Casablanca	31.28548	-8.46452				07	161		
10963190	Dar Imizg	dar-imizg	MA		0	Africa/Casablanca	31.28364	-8.46001				07	161		
10963191	’Ali ou Hammou	ali-ou-hammou	MA		0	Africa/Casablanca	31.28779	-8.47915				07	161		
10963192	Saheb	saheb	MA		0	Africa/Casablanca	31.28392	-8.47781				07	161		
10963195	Al Haj Mohamed Ou Haddou	al-haj-mohamed-ou-haddou	MA		0	Africa/Casablanca	31.28122	-8.4439				07	161		
10963197	Dar Lahsene ou L’arbi	dar-lahsene-ou-l-arbi	MA		0	Africa/Casablanca	31.27752	-8.49711				07	161		
10963198	Dar Bel Fatmi	dar-bel-fatmi	MA		0	Africa/Casablanca	31.27541	-8.48192				07	161		
10963199	Al Haj S’aid	al-haj-s-aid	MA		0	Africa/Casablanca	31.27297	-8.47939				07	161		
10963201	Ayt Hamach	ayt-hamach	MA		0	Africa/Casablanca	31.27473	-8.47139				07	161		
10963204	Sidi Brahim Ou Ishaq	sidi-brahim-ou-ishaq	MA		0	Africa/Casablanca	31.2673	-8.45578				07	161		
10963212	Dar N-Mes	dar-n-mes	MA		0	Africa/Casablanca	31.25747	-8.44652				07	161		
10963216	Taloutimt	taloutimt	MA		0	Africa/Casablanca	31.24973	-8.43278				07	161		
10963218	Ajmani	ajmani	MA		0	Africa/Casablanca	31.25921	-8.43283				07	161		
10963220	Imi N-Isaffene	imi-n-isaffene	MA		0	Africa/Casablanca	31.26325	-8.40512				07	041		
10963221	Fadet	fadet	MA		0	Africa/Casablanca	31.2556	-8.40177				07	041		
10963222	Ayt ’Ali	ayt-ali	MA		0	Africa/Casablanca	31.25527	-8.39307				07	041		
10963224	Tabenbalout	tabenbalout	MA		0	Africa/Casablanca	31.25918	-8.3912				07	041		
10963225	Amtskal	amtskal	MA		0	Africa/Casablanca	31.27625	-8.39968				07	041		
10963226	Azilal Slimane	azilal-slimane	MA		0	Africa/Casablanca	31.28051	-8.41332				07	161		
10963236	Dar ach Chaffour	dar-ach-chaffour	MA		0	Africa/Casablanca	31.34824	-8.43101				07	161		
10963240	Dar ’Ali Abrik	dar-ali-abrik	MA		0	Africa/Casablanca	31.36864	-8.42776				07	161		
10963249	Moulid	moulid	MA		0	Africa/Casablanca	31.41089	-8.43774				07	161		
10963251	’Azib Ayt Ahmed	azib-ayt-ahmed	MA		0	Africa/Casablanca	31.42225	-8.44618				07	161		
10963256	’Azib Sidi Hammou	azib-sidi-hammou	MA		0	Africa/Casablanca	31.43982	-8.42266				07	161		
10963257	’Azib Makzene	azib-makzene	MA		0	Africa/Casablanca	31.44339	-8.42381				07	161		
10963267	’Azib Tekna	azib-tekna	MA		0	Africa/Casablanca	31.45381	-8.4029				07	161		
10963268	Dar May Mbarek	dar-may-mbarek	MA		0	Africa/Casablanca	31.45097	-8.3903				07	161		
10963269	Dar ’Omar Ben Hamed	dar-omar-ben-hamed	MA		0	Africa/Casablanca	31.44766	-8.37107				07	161		
10963270	’Azib Ayt ’Abdallah	azib-ayt-abdallah	MA		0	Africa/Casablanca	31.44482	-8.37238				07	161		
10963271	’Azib Brik Ayjou	azib-brik-ayjou	MA		0	Africa/Casablanca	31.43955	-8.38163				07	161		
10963272	Moukara	moukara	MA		0	Africa/Casablanca	31.41509	-8.39352				07	161		
10963274	Ayt Hammou	ayt-hammou	MA		0	Africa/Casablanca	31.41644	-8.38841				07	161		
10963276	Ayt Abdallah	ayt-abdallah	MA		0	Africa/Casablanca	31.41067	-8.3812				07	161		
10963282	Zawia Tiqlit	zawia-tiqlit	MA		0	Africa/Casablanca	31.39926	-8.39827				07	161		
10963283	Ayt ’Abd an Nour	ayt-abd-an-nour	MA		0	Africa/Casablanca	31.36856	-8.37495				07	161		
10963284	Al ’Awina	al-awina	MA		0	Africa/Casablanca	31.36675	-8.37753				07	161		
10963285	Dar Abou Haman	dar-abou-haman	MA		0	Africa/Casablanca	31.35929	-8.38914				07	161		
10963286	Dar Abou Ben Az Zine	dar-abou-ben-az-zine	MA		0	Africa/Casablanca	31.35619	-8.38847				07	161		
10963290	Oulad Hassoun	oulad-hassoun	MA		0	Africa/Casablanca	31.35715	-8.35999				07	161		
10963291	Agadir Ben ’Allal	agadir-ben-allal	MA		0	Africa/Casablanca	31.35106	-8.35569				07	161		
10963298	Bel Glawi	bel-glawi	MA		0	Africa/Casablanca	31.32816	-8.34519				07	161		
10963299	Ayt Boured	ayt-boured	MA		0	Africa/Casablanca	31.29056	-8.37641				07	041		
10963300	Bou Zrou	bou-zrou	MA		0	Africa/Casablanca	31.28956	-8.37275				07	041		
10963301	Ichawlidene	ichawlidene	MA		0	Africa/Casablanca	31.28318	-8.3791				07	041		
10963302	Hamouk	hamouk	MA		0	Africa/Casablanca	31.27645	-8.3721				07	041		
10963304	Foum Cha’ba	foum-cha-ba	MA		0	Africa/Casablanca	31.27723	-8.33479				07	041		
10963307	Bou Ibitess	bou-ibitess	MA		0	Africa/Casablanca	31.2642	-8.35345				07	041		
10963309	Al Jema	al-jema	MA		0	Africa/Casablanca	31.24901	-8.38262				07	041		
10963310	Mohamed ou ’Abd ar Rahmane	mohamed-ou-abd-ar-rahmane	MA		0	Africa/Casablanca	31.24991	-8.32378				07	041		
10963313	Dar Moulay ’Ali	dar-moulay-ali	MA		0	Africa/Casablanca	31.25142	-8.28404				07	041		
10963314	Foum Mhita	foum-mhita	MA		0	Africa/Casablanca	31.2627	-8.30063				07	041		
10963315	Wahmane	wahmane	MA		0	Africa/Casablanca	31.26516	-8.28975				07	041		
10963316	Bou Issil	bou-issil	MA		0	Africa/Casablanca	31.27046	-8.30974				07	041		
10963317	Talat Ouldada	talat-ouldada	MA		0	Africa/Casablanca	31.27207	-8.3205				07	041		
10963318	S’aid ou Taleb	s-aid-ou-taleb	MA		0	Africa/Casablanca	31.27401	-8.28408				07	041		
10963319	Hassi	hassi	MA		0	Africa/Casablanca	31.27992	-8.29163				07	041		
10963320	Bou Ikhsayne	bou-ikhsayne	MA		0	Africa/Casablanca	31.28498	-8.30475				07	041		
10963322	Ghars ’Abida	ghars-abida	MA		0	Africa/Casablanca	31.29642	-8.29086				07	041		
10963324	Twibia	twibia	MA		0	Africa/Casablanca	31.30154	-8.30176				07	041		
10963327	Haymed	haymed	MA		0	Africa/Casablanca	31.32405	-8.31337				07	041		
10963331	Al Karna	al-karna	MA		0	Africa/Casablanca	31.34009	-8.29408				07	041		
10963332	’Azib al Ga’ïda	azib-al-ga-ida	MA		0	Africa/Casablanca	31.34971	-8.32127				07	161		
10963334	Dar Al Mokhtar	dar-al-mokhtar	MA		0	Africa/Casablanca	31.39044	-8.32964				07	161		
10963335	Dar al Mounazia	dar-al-mounazia	MA		0	Africa/Casablanca	31.39333	-8.32717				07	161		
10963336	Dar al Hareh	dar-al-hareh	MA		0	Africa/Casablanca	31.39192	-8.32243				07	161		
10963338	Dar Salem Ould as Salek	dar-salem-ould-as-salek	MA		0	Africa/Casablanca	31.40919	-8.35556				07	161		
10963345	Mohamed Ben ’Abd el Rahmane	mohamed-ben-abd-el-rahmane	MA		0	Africa/Casablanca	31.45291	-8.3167				07	161		
10963346	’Azib al Haj Mannçour	azib-al-haj-manncour	MA		0	Africa/Casablanca	31.46238	-8.31955				07	161		
10963351	Al Bir	al-bir	MA		0	Africa/Casablanca	31.35933	-8.25402				07	041		
10963352	Baïdane	baidane	MA		0	Africa/Casablanca	31.36016	-8.26044				07	041		
10963353	Ben al Kouskous	ben-al-kouskous	MA		0	Africa/Casablanca	31.33352	-8.26722				07	041		
10963354	Ayt Ajanan	ayt-ajanan	MA		0	Africa/Casablanca	31.32979	-8.26056				07	041		
10963356	Dar Ben Ad Dikouk	dar-ben-ad-dikouk	MA		0	Africa/Casablanca	31.31428	-8.28612				07	041		
10963358	Ayt ’Ali Ben Hamida	ayt-ali-ben-hamida	MA		0	Africa/Casablanca	31.30915	-8.27556				07	041		
10963360	Al Beïda	al-beida	MA		0	Africa/Casablanca	31.30986	-8.26511				07	041		
10963361	Ayt Chtia	ayt-chtia	MA		0	Africa/Casablanca	31.28093	-8.25679				07	041		
10963362	Al Assakra	al-assakra	MA		0	Africa/Casablanca	31.27623	-8.26235				07	041		
10963364	Ayt Cheki	ayt-cheki	MA		0	Africa/Casablanca	31.27037	-8.25898				07	041		
10963365	Zawia	zawia	MA		0	Africa/Casablanca	31.26692	-8.25505				07	041		
10963368	Al Haj Mohamed	al-haj-mohamed	MA		0	Africa/Casablanca	31.2573	-8.2543				07	041		
10963370	Ayt ’Ali ou Bwiha	ayt-ali-ou-bwiha	MA		0	Africa/Casablanca	31.25076	-8.27679				07	041		
10963372	Dar Bou Hadj	dar-bou-hadj	MA		0	Africa/Casablanca	31.39005	-8.3602				07	161		
10963376	Dar Bel ’Ayd Ben Lahsene	dar-bel-ayd-ben-lahsene	MA		0	Africa/Casablanca	31.29794	-8.49533				07	161		
10963377	Izighi	izighi	MA		0	Africa/Casablanca	31.30801	-8.35333				07	041		
10963387	Aït Makhlouf	ait-makhlouf	MA		0	Africa/Casablanca	31.9966	-6.99601				05	081		
10963389	Aït Ouchmane	ait-ouchmane	MA		0	Africa/Casablanca	31.98413	-6.95801				05	081		
10963391	Aït Mhiyya	ait-mhiyya	MA		0	Africa/Casablanca	31.96454	-6.99397				05	081		
10963392	Aït Ben Mira	ait-ben-mira	MA		0	Africa/Casablanca	31.96086	-6.99291				05	081		
10963395	Tidarine	tidarine	MA		0	Africa/Casablanca	31.96232	-6.97986				05	081		
10963396	Aït Hmida	ait-hmida	MA		0	Africa/Casablanca	31.96372	-6.97542				05	081		
10963398	Al Mallah	al-mallah	MA		0	Africa/Casablanca	31.96118	-6.98534				05	081		
10963399	Tirimzi	tirimzi	MA		0	Africa/Casablanca	31.95794	-6.98222				05	081		
10963400	Al Ma’adine	al-ma-adine	MA		0	Africa/Casablanca	31.95373	-6.99642				05	081		
10963401	Aït Ben Naçer	ait-ben-nacer	MA		0	Africa/Casablanca	31.95696	-6.97165				05	081		
10963402	Issaln	issaln	MA		0	Africa/Casablanca	31.95863	-6.96084				05	081		
10963403	Aït A’mar	ait-a-mar	MA		0	Africa/Casablanca	31.95136	-6.96152				05	081		
10963404	Aït Chalhe	ait-chalhe	MA		0	Africa/Casablanca	31.95086	-6.97167				05	081		
10963405	Aït Ali Ben Salam	ait-ali-ben-salam	MA		0	Africa/Casablanca	31.94697	-6.99018				05	081		
10963409	Aït Oum L’id	ait-oum-l-id	MA		0	Africa/Casablanca	31.95108	-6.95098				05	081		
10963421	Isdawn	isdawn	MA		0	Africa/Casablanca	31.88879	-6.9798				05	081		
10963427	Al Mçalli	al-mcalli	MA		0	Africa/Casablanca	31.85363	-6.95677				05	081		
10963428	Ama’nit	ama-nit	MA		0	Africa/Casablanca	31.85825	-6.95896				05	081		
10963430	Ighram-n-ou-Barka	ighram-n-ou-barka	MA		0	Africa/Casablanca	31.83899	-6.96525				05	081		
10963431	Aït Ben Addi	ait-ben-addi	MA		0	Africa/Casablanca	31.8428	-6.96701				05	081		
10963433	Aït Majdane	ait-majdane	MA		0	Africa/Casablanca	31.84618	-6.95941				05	081		
10963434	Aït Bal Lahsene	ait-bal-lahsene	MA		0	Africa/Casablanca	31.85109	-6.96508				05	081		
10963435	Ighram-n-Hmidouch	ighram-n-hmidouch	MA		0	Africa/Casablanca	31.84537	-6.95551				05	081		
10963436	Tabya	tabya	MA		0	Africa/Casablanca	31.85173	-6.95426				05	081		
10963437	Loutane	loutane	MA		0	Africa/Casablanca	31.85116	-6.94895				05	081		
10963438	Aït ’ali	ait-ali	MA		0	Africa/Casablanca	31.84291	-6.9546				05	081		
10963439	Tizi-n-Tanikt	tizi-n-tanikt	MA		0	Africa/Casablanca	31.84081	-6.95939				05	081		
10963440	Galzimt	galzimt	MA		0	Africa/Casablanca	31.83793	-6.95096				05	081		
10963441	Aït Hammou ’ali	ait-hammou-ali	MA		0	Africa/Casablanca	31.83594	-6.95268				05	081		
10963442	Azinig	azinig	MA		0	Africa/Casablanca	31.83328	-6.96911				05	081		
10963444	Aït Faska	ait-faska	MA		0	Africa/Casablanca	31.82566	-6.99263				05	081		
10963446	Izyamane	izyamane	MA		0	Africa/Casablanca	31.82404	-6.9763				05	081		
10963448	Tanagamt	tanagamt	MA		0	Africa/Casablanca	31.82318	-6.96729				05	081		
10963449	Aït Makhlout	ait-makhlout	MA		0	Africa/Casablanca	31.82732	-6.95675				05	081		
10963450	Ihangagane	ihangagane	MA		0	Africa/Casablanca	31.82056	-6.9515				05	081		
10963452	Aït Sidi Mhammed	ait-sidi-mhammed	MA		0	Africa/Casablanca	31.8122	-6.94377				05	081		
10963455	Aït Wi ’azzane	ait-wi-azzane	MA		0	Africa/Casablanca	31.80984	-6.93777				05	081		
10963457	Aït Sma’il	ait-sma-il	MA		0	Africa/Casablanca	31.78874	-6.97232				05	081		
10963458	Izatimane	izatimane	MA		0	Africa/Casablanca	31.77589	-6.9872				05	081		
10963459	Aït Toudart	ait-toudart	MA		0	Africa/Casablanca	31.7704	-6.9919				05	081		
10963460	Aït Ouqnidar	ait-ouqnidar	MA		0	Africa/Casablanca	31.77033	-6.99533				05	081		
10963461	Achqajjane	achqajjane	MA		0	Africa/Casablanca	31.76672	-6.99795				05	081		
10963463	Aït ’Addi	ait-addi	MA		0	Africa/Casablanca	31.7688	-6.98014				05	081		
10963465	Arfain	arfain	MA		0	Africa/Casablanca	31.76217	-6.99628				05	081		
10963468	Dar Meuzoun	dar-meuzoun	MA		0	Africa/Casablanca	31.75359	-6.94221				05	081		
10963469	Aït Abdal’aziz	ait-abdal-aziz	MA		0	Africa/Casablanca	31.76938	-6.92261				05	081		
10963471	Ighram	ighram	MA		0	Africa/Casablanca	31.77716	-6.92509				05	081		
10963472	Dar ’Abdal’aziz	dar-abdal-aziz	MA		0	Africa/Casablanca	31.78007	-6.90289				05	081		
10963473	Maygou	maygou	MA		0	Africa/Casablanca	31.77699	-6.89545				05	081		
10963474	Bousba	bousba	MA		0	Africa/Casablanca	31.77932	-6.89349				05	081		
10963476	Aït Addi-n-Oulli	ait-addi-n-oulli	MA		0	Africa/Casablanca	31.81181	-6.90322				05	081		
10963477	Aït Oufqir ’ali	ait-oufqir-ali	MA		0	Africa/Casablanca	31.81167	-6.93198				05	081		
10963481	Aït Badou	ait-badou	MA		0	Africa/Casablanca	31.84636	-6.94015				05	081		
10963483	Issil	issil	MA		0	Africa/Casablanca	31.85023	-6.91755				05	081		
10963484	Adouz	adouz	MA		0	Africa/Casablanca	31.85488	-6.92665				05	081		
10963486	Wawissakht	wawissakht	MA		0	Africa/Casablanca	31.85699	-6.91282				05	081		
10963488	Tighirt-n-Ouchchane	tighirt-n-ouchchane	MA		0	Africa/Casablanca	31.8688	-6.89945				05	081		
10963494	Tabou	tabou	MA		0	Africa/Casablanca	31.91675	-6.91677				05	081		
10963495	Aït Lahsene	ait-lahsene	MA		0	Africa/Casablanca	31.89939	-6.89127				05	081		
10963497	Aït Wayyour	ait-wayyour	MA		0	Africa/Casablanca	31.90687	-6.88349				05	081		
10963498	Aït Naçar Ou ’ali	ait-nacar-ou-ali	MA		0	Africa/Casablanca	31.91474	-6.89954				05	081		
10963499	Aït Zinab	ait-zinab	MA		0	Africa/Casablanca	31.91613	-6.92833				05	081		
10963500	Aït Oughyay	ait-oughyay	MA		0	Africa/Casablanca	31.91973	-6.92455				05	081		
10963501	Aït Khouya	ait-khouya	MA		0	Africa/Casablanca	31.91587	-6.9079				05	081		
10963503	Aït Ahmed	ait-ahmed	MA		0	Africa/Casablanca	31.93529	-6.91696				05	081		
10963504	Igourramane	igourramane	MA		0	Africa/Casablanca	31.94676	-6.92061				05	081		
10963506	Aït Qassi	ait-qassi	MA		0	Africa/Casablanca	31.9421	-6.91576				05	081		
10963507	Ifard-n-Ougallid	ifard-n-ougallid	MA		0	Africa/Casablanca	31.9551	-6.9185				05	081		
10963509	Ighadiwn	ighadiwn	MA		0	Africa/Casablanca	31.96039	-6.8984				05	081		
10963513	Zourz	zourz	MA		0	Africa/Casablanca	31.96059	-6.94241				05	081		
10963514	Aït Hammou Hsayn	ait-hammou-hsayn	MA		0	Africa/Casablanca	31.98684	-6.90134				05	081		
10963515	Aït Qajjat	ait-qajjat	MA		0	Africa/Casablanca	31.98284	-6.89863				05	081		
10963516	Iwzaln	iwzaln	MA		0	Africa/Casablanca	31.97807	-6.88997				05	081		
10963517	Aït Youssef	ait-youssef	MA		0	Africa/Casablanca	31.98626	-6.88773				05	081		
10963518	Aït Idir	ait-idir	MA		0	Africa/Casablanca	31.98885	-6.88944				05	081		
10963520	Wawghighit	wawghighit	MA		0	Africa/Casablanca	31.99577	-6.86279				05	081		
10963522	Awjgal	awjgal	MA		0	Africa/Casablanca	31.97286	-6.87606				05	081		
10963525	Aït Waslam	ait-waslam	MA		0	Africa/Casablanca	31.97531	-6.83908				05	081		
10963526	Aït Dumgoun	ait-dumgoun	MA		0	Africa/Casablanca	31.97841	-6.83472				05	081		
10963527	Aït ’Issa	ait-issa	MA		0	Africa/Casablanca	31.97377	-6.83324				05	081		
10963528	Aït Blal	ait-blal	MA		0	Africa/Casablanca	31.96282	-6.84427				05	081		
10963529	Alatas	alatas	MA		0	Africa/Casablanca	31.95928	-6.88375				05	081		
10963530	Aït Talab	ait-talab	MA		0	Africa/Casablanca	31.95833	-6.84777				05	081		
10963531	Aït Allouch	ait-allouch	MA		0	Africa/Casablanca	31.95505	-6.85697				05	081		
10963532	Aït Khouya Naçar	ait-khouya-nacar	MA		0	Africa/Casablanca	31.95006	-6.87766				05	081		
10963534	Aït Khouya Qalah	ait-khouya-qalah	MA		0	Africa/Casablanca	31.95127	-6.87276				05	081		
10963535	Warougayz	warougayz	MA		0	Africa/Casablanca	31.94319	-6.83943				05	081		
10963540	Ighrir-n-Koura	ighrir-n-koura	MA		0	Africa/Casablanca	31.93845	-6.83099				05	081		
10963543	Aït Wirar	ait-wirar	MA		0	Africa/Casablanca	31.90345	-6.87718				05	081		
10963544	Aït Mohammed Ou ’ali	ait-mohammed-ou-ali	MA		0	Africa/Casablanca	31.89977	-6.87829				05	081		
10963545	Aït Brahim	ait-brahim	MA		0	Africa/Casablanca	31.8985	-6.88084				05	081		
10963546	Aït Idir	ait-idir	MA		0	Africa/Casablanca	31.89593	-6.87586				05	081		
10963548	Azlafan	azlafan	MA		0	Africa/Casablanca	31.9063	-6.8624				05	081		
10963550	Hablis	hablis	MA		0	Africa/Casablanca	31.90705	-6.84373				05	081		
10963555	Ta’init	ta-init	MA		0	Africa/Casablanca	31.86811	-6.86968				05	081		
10963557	Aït Souwaggat	ait-souwaggat	MA		0	Africa/Casablanca	31.86728	-6.86259				05	081		
10963561	Assamsil-n-Wamane	assamsil-n-wamane	MA		0	Africa/Casablanca	31.84689	-6.87709				05	081		
10963563	Aït Ben Hmad	ait-ben-hmad	MA		0	Africa/Casablanca	31.84239	-6.87909				05	081		
10963564	Aït ’Amar	ait-amar	MA		0	Africa/Casablanca	31.82517	-6.85852				05	081		
10963565	Aït ’Issa	ait-issa	MA		0	Africa/Casablanca	31.82686	-6.85266				05	081		
10963566	Aït Maççad	ait-maccad	MA		0	Africa/Casablanca	31.83148	-6.83792				05	081		
10963567	Bougouwal	bougouwal	MA		0	Africa/Casablanca	31.8403	-6.82798				05	081		
10963569	Tifoughaline	tifoughaline	MA		0	Africa/Casablanca	31.80999	-6.84585				05	081		
10963573	Taghrout	taghrout	MA		0	Africa/Casablanca	31.77368	-6.87003				05	081		
10963574	Tisakht	tisakht	MA		0	Africa/Casablanca	31.77004	-6.85172				05	081		
10963575	Tizi	tizi	MA		0	Africa/Casablanca	31.77073	-6.85983				05	081		
10963577	Timtgayzine	timtgayzine	MA		0	Africa/Casablanca	31.75105	-6.8734				05	081		
10963579	Arg	arg	MA		0	Africa/Casablanca	31.76506	-6.87826				05	081		
10963581	Tafrant	tafrant	MA		0	Africa/Casablanca	31.81257	-6.88362				05	081		
10963582	Irizi	irizi	MA		0	Africa/Casablanca	31.87156	-6.87826				05	081		
10963584	Talghoumt	talghoumt	MA		0	Africa/Casablanca	31.75959	-6.77291				05	081		
10963587	Tissalliwine	tissalliwine	MA		0	Africa/Casablanca	31.78216	-6.77815				05	081		
10963593	Al Mallah	al-mallah	MA		0	Africa/Casablanca	31.81145	-6.77173				05	081		
10963595	Zawit Aït Ben Naçar	zawit-ait-ben-nacar	MA		0	Africa/Casablanca	31.81136	-6.75313				05	081		
10963597	Tibargamt	tibargamt	MA		0	Africa/Casablanca	31.83026	-6.77708				05	081		
10963598	Takiyyout	takiyyout	MA		0	Africa/Casablanca	31.836	-6.76262				05	081		
10963603	Tighourdine	tighourdine	MA		0	Africa/Casablanca	31.85305	-6.76141				05	081		
10963605	Rqad	rqad	MA		0	Africa/Casablanca	31.8668	-6.80303				05	081		
10963607	Iktissane	iktissane	MA		0	Africa/Casablanca	31.86884	-6.75586				05	081		
10963608	Aït Ben Himi	ait-ben-himi	MA		0	Africa/Casablanca	31.87178	-6.76664				05	081		
10963614	Aït-ou-L’id	ait-ou-l-id	MA		0	Africa/Casablanca	31.90639	-6.80297				05	081		
10963615	Wanassour	wanassour	MA		0	Africa/Casablanca	31.90481	-6.81295				05	081		
10963616	Hablis	hablis	MA		0	Africa/Casablanca	31.922	-6.8256				05	081		
10963618	Aït Tizi	ait-tizi	MA		0	Africa/Casablanca	31.94225	-6.82762				05	081		
10963619	Ighir La’lam	ighir-la-lam	MA		0	Africa/Casablanca	31.9367	-6.81569				05	081		
10963620	Aït Khouya	ait-khouya	MA		0	Africa/Casablanca	31.93781	-6.79561				05	081		
10963621	Aghbalou	aghbalou	MA		0	Africa/Casablanca	31.94345	-6.79372				05	081		
10963622	Aït Haddou	ait-haddou	MA		0	Africa/Casablanca	31.94737	-6.79241				05	081		
10963623	Ibayya’ane	ibayya-ane	MA		0	Africa/Casablanca	31.93996	-6.78711				05	081		
10963625	Aït Najma	ait-najma	MA		0	Africa/Casablanca	31.9264	-6.75109				05	081		
10963627	Al Mallah	al-mallah	MA		0	Africa/Casablanca	31.93276	-6.76024				05	081		
10963628	Iqadarn	iqadarn	MA		0	Africa/Casablanca	31.93433	-6.76537				05	081		
10963629	Ihararn	ihararn	MA		0	Africa/Casablanca	31.93679	-6.77166				05	081		
10963630	Aït Ben Naçar	ait-ben-nacar	MA		0	Africa/Casablanca	31.93198	-6.75177				05	081		
10963631	Aït Tagalla	ait-tagalla	MA		0	Africa/Casablanca	31.93752	-6.75722				05	081		
10963632	Imziln	imziln	MA		0	Africa/Casablanca	31.93865	-6.76041				05	081		
10963633	Taghya	taghya	MA		0	Africa/Casablanca	31.94684	-6.77058				05	081		
10963635	Ihançaln	ihancaln	MA		0	Africa/Casablanca	31.9523	-6.78616				05	081		
10963638	Ighir-n-’Alla	ighir-n-alla	MA		0	Africa/Casablanca	31.97128	-6.76442				05	081		
10963642	Amarzaggui	amarzaggui	MA		0	Africa/Casablanca	31.97235	-6.80562				05	081		
10963643	Aït Oumahi	ait-oumahi	MA		0	Africa/Casablanca	31.97056	-6.82768				05	081		
10963644	Aït Baba Hmad	ait-baba-hmad	MA		0	Africa/Casablanca	31.98724	-6.80454				05	081		
10963645	Aït Ouzina	ait-ouzina	MA		0	Africa/Casablanca	31.99533	-6.80131				05	081		
10963646	Tizou Kannatine	tizou-kannatine	MA		0	Africa/Casablanca	31.99379	-6.81317				05	081		
10963648	Aït Talab	ait-talab	MA		0	Africa/Casablanca	31.99667	-6.76259				05	081		
10963649	Aït Tazoult	ait-tazoult	MA		0	Africa/Casablanca	31.97685	-6.76377				05	081		
10963651	Aït Sri	ait-sri	MA		0	Africa/Casablanca	31.94374	-6.81546				05	081		
10963654	Ta’init	ta-init	MA		0	Africa/Casablanca	31.8891	-6.82708				05	081		
10963656	’Ayn Al Hout	ayn-al-hout	MA		0	Africa/Casablanca	31.88541	-6.99929				05	081		
10963658	Aït ’Abbou	ait-abbou	MA		0	Africa/Casablanca	31.99787	-6.88807				05	081		
10963757	Dar Abdelkader Ben Keratsi	dar-abdelkader-ben-keratsi	MA		0	Africa/Casablanca	33.21863	-8.2229				06	181		
10963763	Oulad Hammou	oulad-hammou	MA		0	Africa/Casablanca	33.19981	-8.21085				06	181		
10963765	K’amsa	k-amsa	MA		0	Africa/Casablanca	33.19859	-8.21485				06	181		
10963780	Qdadra	qdadra	MA		0	Africa/Casablanca	33.14008	-8.20824				06	181		
10963789	Karmat El Fassi	karmat-el-fassi	MA		0	Africa/Casablanca	33.09652	-8.21177				06	181		
10963790	Çlabta	clabta	MA		0	Africa/Casablanca	33.09459	-8.22508				06	181		
10963792	Oulad Ben Zahra	oulad-ben-zahra	MA		0	Africa/Casablanca	33.09482	-8.19254				06	181		
10963795	Oulad ’Ali	oulad-ali	MA		0	Africa/Casablanca	33.08384	-8.23284				06	181		
10963799	Dar Caïd S’id	dar-caid-s-id	MA		0	Africa/Casablanca	33.06303	-8.19186				06	181		
10963817	Ghraba	ghraba	MA		0	Africa/Casablanca	33.03755	-8.17237				06	181		
10963819	Dar ’Abdallah Ben Lhaj	dar-abdallah-ben-lhaj	MA		0	Africa/Casablanca	33.03569	-8.19385				06	181		
10963822	Oulad Zayda	oulad-zayda	MA		0	Africa/Casablanca	33.05819	-8.1809				06	181		
10963826	Douar Bziwat	douar-bziwat	MA		0	Africa/Casablanca	33.07533	-8.18014				06	181		
10963829	Dar El ’Abdi	dar-el-abdi	MA		0	Africa/Casablanca	33.08226	-8.173				06	181		
10963834	Msa’da	msa-da	MA		0	Africa/Casablanca	33.10887	-8.16594				06	181		
10963837	Zaouiat Derqawa	zaouiat-derqawa	MA		0	Africa/Casablanca	33.12123	-8.15893				06	181		
10963839	Oulad Mbarek	oulad-mbarek	MA		0	Africa/Casablanca	33.1414	-8.19132				06	181		
10963844	Tnaja	tnaja	MA		0	Africa/Casablanca	33.15131	-8.16511				06	181		
10963854	Badla	badla	MA		0	Africa/Casablanca	33.16278	-8.156				06	181		
10963864	Souq Al Had	souq-al-had	MA		0	Africa/Casablanca	33.21998	-8.07342				06	181		
10963867	Bit Ould Lhaj Youssef	bit-ould-lhaj-youssef	MA		0	Africa/Casablanca	33.22895	-8.06971				06	181		
10963878	Oulad Berhiliya	oulad-berhiliya	MA		0	Africa/Casablanca	33.20276	-8.04411				06	117		
10963886	Douar Rhahla	douar-rhahla	MA		0	Africa/Casablanca	33.15754	-8.06829				06	117		
10963898	Dar Lhaj Lahsene Ben Machi	dar-lhaj-lahsene-ben-machi	MA		0	Africa/Casablanca	33.15558	-8.08719				06	117		
10963899	Bit Ben Kerbichia	bit-ben-kerbichia	MA		0	Africa/Casablanca	33.14637	-8.07245				06	117		
10963902	Oulad Chtoukiya	oulad-chtoukiya	MA		0	Africa/Casablanca	33.20772	-8.08648				06	117		
10963903	Douar El ’Arabi	douar-el-arabi	MA		0	Africa/Casablanca	33.21146	-8.0899				06	117		
10963904	Dar El Haj ’Abdallah	dar-el-haj-abdallah	MA		0	Africa/Casablanca	33.20419	-8.09754				06	117		
10963912	Oulad ’Lijo	oulad-lijo	MA		0	Africa/Casablanca	33.17121	-8.00713				06	117		
10963916	M’achat	m-achat	MA		0	Africa/Casablanca	33.17803	-8.00814				06	117		
10963917	Dhoucha	dhoucha	MA		0	Africa/Casablanca	33.11308	-8.00662				06	117		
10963921	Dar Oulad Es-Semdia	dar-oulad-es-semdia	MA		0	Africa/Casablanca	33.16062	-8.01074				06	117		
10963924	Qrafat	qrafat	MA		0	Africa/Casablanca	33.06296	-8.08588				06	181		
10963946	Oulad Sidi Bou Mhamed	oulad-sidi-bou-mhamed	MA		0	Africa/Casablanca	33.09484	-8.06699				06	117		
10963947	Dar Lhaj Jilali	dar-lhaj-jilali	MA		0	Africa/Casablanca	33.0712	-8.05429				06	117		
10963948	Oulad Bahriya	oulad-bahriya	MA		0	Africa/Casablanca	33.08328	-8.02958				06	117		
10963965	Zaouiat Kermuchi	zaouiat-kermuchi	MA		0	Africa/Casablanca	33.17055	-8.13933				06	181		
10963966	Douar Qramcha	douar-qramcha	MA		0	Africa/Casablanca	33.17113	-8.13551				06	181		
10963971	Dar Khribat	dar-khribat	MA		0	Africa/Casablanca	33.18243	-8.13502				06	181		
10963982	Oulad N’ami	oulad-n-ami	MA		0	Africa/Casablanca	33.06361	-8.14609				06	181		
10963997	Dar L’arbi Lahsene	dar-l-arbi-lahsene	MA		0	Africa/Casablanca	33.21556	-8.14289				06	181		
10963999	Gzoula	gzoula	MA		0	Africa/Casablanca	33.18626	-8.1537				06	181		
10964001	Douar La’mamra	douar-la-mamra	MA		0	Africa/Casablanca	33.19581	-8.19089				06	181		
10964004	Douar Khmoula	douar-khmoula	MA		0	Africa/Casablanca	33.19922	-8.18763				06	181		
10964007	Dar El Haj S’id Ben ’Abbou	dar-el-haj-s-id-ben-abbou	MA		0	Africa/Casablanca	33.22922	-8.1248				06	181		
10964012	Dar El Haj El Mekki	dar-el-haj-el-mekki	MA		0	Africa/Casablanca	33.23435	-8.16332				06	181		
10964013	Dar Ben Ahmed	dar-ben-ahmed	MA		0	Africa/Casablanca	33.23286	-8.15111				06	181		
10964017	Dar Sidi Mohamed Ben ’Abderrahman	dar-sidi-mohamed-ben-abderrahman	MA		0	Africa/Casablanca	33.23713	-8.15785				06	181		
10964023	Bou S’ida	bou-s-ida	MA		0	Africa/Casablanca	33.08895	-8.09478				06	181		
10964024	Siboub	siboub	MA		0	Africa/Casablanca	33.07921	-8.07349				06	181		
10964026	Douar ’Za’za	douar-za-za	MA		0	Africa/Casablanca	33.0418	-8.08162				06	181		
10964029	Dar Sidi ’Abderrahman	dar-sidi-abderrahman	MA		0	Africa/Casablanca	33.07272	-8.076				06	181		
10964036	Douar El Brahma	douar-el-brahma	MA		0	Africa/Casablanca	33.12424	-8.09673				06	117		
10964039	Douar Mkouka	douar-mkouka	MA		0	Africa/Casablanca	33.09716	-8.11357				06	181		
10964041	Oulad Ahmed	oulad-ahmed	MA		0	Africa/Casablanca	33.0932	-8.09985				06	181		
10964042	El Walja	el-walja	MA		0	Africa/Casablanca	33.10429	-8.11722				06	181		
10964045	’Winat	winat	MA		0	Africa/Casablanca	33.05273	-8.09855				06	181		
10964048	Oulad ’Mari	oulad-mari	MA		0	Africa/Casablanca	33.03329	-8.13805				06	181		
10964057	Tbatba	tbatba	MA		0	Africa/Casablanca	33.04542	-8.12121				06	181		
10964060	Dar ’Abdellah Ben Mfaddel	dar-abdellah-ben-mfaddel	MA		0	Africa/Casablanca	33.0308	-8.12101				06	181		
10964063	Hwachma	hwachma	MA		0	Africa/Casablanca	33.03459	-8.08691				06	181		
10964064	Dar Messoud Ben Meriem	dar-messoud-ben-meriem	MA		0	Africa/Casablanca	33.05004	-8.09782				06	181		
10964066	Çwalha	cwalha	MA		0	Africa/Casablanca	33.0294	-8.07177				06	181		
10964069	Badla	badla	MA		0	Africa/Casablanca	33.00423	-8.09245				06	181		
10964070	La’sakra	la-sakra	MA		0	Africa/Casablanca	33.00584	-8.09963				06	181		
10964071	Dar Sidi Bouch’aïb Ben Moussa	dar-sidi-bouch-aib-ben-moussa	MA		0	Africa/Casablanca	33.00523	-8.10309				06	181		
10964075	Nouala	nouala	MA		0	Africa/Casablanca	33.19083	-8.10014				06	181		
10964105	Douar El Hamadna	douar-el-hamadna	MA		0	Africa/Casablanca	33.07323	-8.24808				06	181		
10964622	Aït Hsine Ichou	ait-hsine-ichou	MA		0	Africa/Casablanca	33.99021	-6.45729				04	291		
10964625	Aït ’Issa Ou Mellouk	ait-issa-ou-mellouk	MA		0	Africa/Casablanca	33.97424	-6.45419				04	291		
10964635	Aït Bouyahya	ait-bouyahya	MA		0	Africa/Casablanca	33.92648	-6.47117				04	291		
10964662	Oulad M’alla	oulad-m-alla	MA		0	Africa/Casablanca	33.84558	-6.49277				04	441		
10964673	Aït Bel’arb	ait-bel-arb	MA		0	Africa/Casablanca	33.83967	-6.44766				04	291		
10964683	Hrafat al ’Abadla	hrafat-al-abadla	MA		0	Africa/Casablanca	33.81211	-6.478				04	291		
10964692	Oulad Mahdi	oulad-mahdi	MA		0	Africa/Casablanca	33.79571	-6.46511				04	291		
10964695	Aït Idir	ait-idir	MA		0	Africa/Casablanca	33.82394	-6.42682				04	291		
10964696	Aït Hammou Zekri	ait-hammou-zekri	MA		0	Africa/Casablanca	33.80472	-6.39814				04	291		
10964724	Aït Bouhou	ait-bouhou	MA		0	Africa/Casablanca	33.77092	-6.36292				04	291		
10964730	Aït Taleb	ait-taleb	MA		0	Africa/Casablanca	33.78785	-6.38384				04	291		
10964737	Aït ’Ali	ait-ali	MA		0	Africa/Casablanca	33.80272	-6.36245				04	291		
10964742	Sebt Aït Belqassem	sebt-ait-belqassem	MA		0	Africa/Casablanca	33.82852	-6.37647				04	291		
10964760	Aït Ben Qassou	ait-ben-qassou	MA		0	Africa/Casablanca	33.92896	-6.39474				04	291		
10964771	Aït Ben Qassou	ait-ben-qassou	MA		0	Africa/Casablanca	33.96116	-6.36456				04	291		
10964773	Aït Qassou	ait-qassou	MA		0	Africa/Casablanca	33.94088	-6.40723				04	291		
10964778	Aït Boubker Ou ’Lssa	ait-boubker-ou-lssa	MA		0	Africa/Casablanca	33.97565	-6.39773				04	291		
10964779	Aït Bennaçar	ait-bennacar	MA		0	Africa/Casablanca	33.98685	-6.37854				04	291		
10964785	Al Ghwaoura	al-ghwaoura	MA		0	Africa/Casablanca	33.98707	-6.35077				04	291		
10964790	Aït ’Azzou	ait-azzou	MA		0	Africa/Casablanca	33.97432	-6.28855				04	291		
10964797	Aït Ben Moussa	ait-ben-moussa	MA		0	Africa/Casablanca	33.95408	-6.2889				04	291		
10964800	Mqam at Tolba	mqam-at-tolba	MA		0	Africa/Casablanca	33.93729	-6.25467				04	291		
10964803	Aït Ichou	ait-ichou	MA		0	Africa/Casablanca	33.95111	-6.33345				04	291		
10964807	Aït Mchane	ait-mchane	MA		0	Africa/Casablanca	33.91708	-6.25386				04	291		
10964810	Dbaba	dbaba	MA		0	Africa/Casablanca	33.89042	-6.31866				04	291		
10964811	Al Adir	al-adir	MA		0	Africa/Casablanca	33.88693	-6.32538				04	291		
10964812	’Aïn Mouka	ain-mouka	MA		0	Africa/Casablanca	33.89651	-6.32205				04	291		
10964813	Aït Ikhlef	ait-ikhlef	MA		0	Africa/Casablanca	33.89426	-6.27611				04	291		
10964816	Aït Bel Hachmi	ait-bel-hachmi	MA		0	Africa/Casablanca	33.88098	-6.33926				04	291		
10964818	Aït Moussa	ait-moussa	MA		0	Africa/Casablanca	33.87432	-6.26044				04	291		
10964821	Oulad Sad	oulad-sad	MA		0	Africa/Casablanca	33.87034	-6.2787				04	291		
10964839	Malk al Oudinat	malk-al-oudinat	MA		0	Africa/Casablanca	33.81645	-6.27806				04	291		
10964853	Al Frazza	al-frazza	MA		0	Africa/Casablanca	33.7792	-6.32072				04	291		
10964870	Aït Mhammed ’Abdallah	ait-mhammed-abdallah	MA		0	Africa/Casablanca	33.78799	-6.32214				04	291		
10964878	Sidi Bou Aïcha	sidi-bou-aicha	MA		0	Africa/Casablanca	33.83606	-6.40687				04	291		
10964880	Souq at Tnine	souq-at-tnine	MA		0	Africa/Casablanca	33.93871	-6.4606				04	291		
10964882	Aït Mimoun	ait-mimoun	MA		0	Africa/Casablanca	33.92417	-6.2881				04	291		
10964900	Douar Zitouna	douar-zitouna	MA		0	Africa/Casablanca	31.4965	-8.18914				07	351		
10964901	Douar Sidi Slimane	douar-sidi-slimane	MA		0	Africa/Casablanca	31.49003	-8.20501				07	351		
10964902	Dar Cheïkh Saïd	dar-cheikh-said	MA		0	Africa/Casablanca	31.49173	-8.18628				07	351		
10964909	Douar el Mouilah	douar-el-mouilah	MA		0	Africa/Casablanca	31.44567	-8.1842				07	351		
10964913	Azib el Haloudi	azib-el-haloudi	MA		0	Africa/Casablanca	31.41478	-8.22574				07	351		
10964915	Douar el Khefaouna	douar-el-khefaouna	MA		0	Africa/Casablanca	31.36373	-8.22855				07	041		
10964917	Douar Azib bou Brahim	douar-azib-bou-brahim	MA		0	Africa/Casablanca	31.34729	-8.2055				07	041		
10964918	Douar Azib Bouchaïb	douar-azib-bouchaib	MA		0	Africa/Casablanca	31.3331	-8.23744				07	041		
10964924	Agadir el Makhzene	agadir-el-makhzene	MA		0	Africa/Casablanca	31.28383	-8.22558				07	041		
10964926	El Khemis Bousdig	el-khemis-bousdig	MA		0	Africa/Casablanca	31.2698	-8.23681				07	041		
10964927	Aït Abd es Slam	ait-abd-es-slam	MA		0	Africa/Casablanca	31.26802	-8.23278				07	041		
10964928	Dar Aït Ahmed ou Lahsene	dar-ait-ahmed-ou-lahsene	MA		0	Africa/Casablanca	31.2642	-8.24568				07	041		
10964929	Douar el M’ Hamid	douar-el-m-hamid	MA		0	Africa/Casablanca	31.26297	-8.23559				07	041		
10964933	Azib Ali ou Hamou	azib-ali-ou-hamou	MA		0	Africa/Casablanca	31.25776	-8.23088				07	041		
10964935	Abatane	abatane	MA		0	Africa/Casablanca	31.24978	-8.23392				07	041		
10964936	Dar Ouanaïne	dar-ouanaine	MA		0	Africa/Casablanca	31.25171	-8.21755				07	041		
10964949	Douar Aït Bouali	douar-ait-bouali	MA		0	Africa/Casablanca	31.26387	-8.13881				07	041		
10964955	Douar Souir	douar-souir	MA		0	Africa/Casablanca	31.28197	-8.17335				07	041		
10964957	Azib Dris	azib-dris	MA		0	Africa/Casablanca	31.28936	-8.15691				07	041		
10964958	Douar Ijaouane	douar-ijaouane	MA		0	Africa/Casablanca	31.28502	-8.14292				07	041		
10964972	Dar Arhenaj	dar-arhenaj	MA		0	Africa/Casablanca	31.33838	-8.14858				07	041		
10964983	Douar Chouirij	douar-chouirij	MA		0	Africa/Casablanca	31.35748	-8.18096				07	041		
10964986	Douar Amzourh el Jedid	douar-amzourh-el-jedid	MA		0	Africa/Casablanca	31.36263	-8.13526				07	041		
10964988	Azib el Kharoua	azib-el-kharoua	MA		0	Africa/Casablanca	31.38338	-8.1647				07	041		
10964997	Douar ben Salem	douar-ben-salem	MA		0	Africa/Casablanca	31.4317	-8.13706				07	041		
10964998	Douar N’Khila	douar-n-khila	MA		0	Africa/Casablanca	31.43344	-8.15298				07	041		
10965000	Douar Bouras	douar-bouras	MA		0	Africa/Casablanca	31.44021	-8.13942				07	351		
10965002	Douar ben Nasser	douar-ben-nasser	MA		0	Africa/Casablanca	31.44909	-8.14142				07	351		
10965006	Douar Ouzguita	douar-ouzguita	MA		0	Africa/Casablanca	31.48159	-8.1523				07	351		
10965007	Douar Frouga	douar-frouga	MA		0	Africa/Casablanca	31.48372	-8.15313				07	351		
10965010	Douar Agadir Tachraft	douar-agadir-tachraft	MA		0	Africa/Casablanca	31.49687	-8.16489				07	041		
10965014	Douar bou Lehmoul	douar-bou-lehmoul	MA		0	Africa/Casablanca	31.45509	-8.14184				07	351		
10965017	Dar El Caïd	dar-el-caid	MA		0	Africa/Casablanca	31.41227	-8.12609				07	041		
10965024	Dar el Yhoudi	dar-el-yhoudi	MA		0	Africa/Casablanca	31.38525	-8.12324				07	041		
10965025	Douar Lamrah	douar-lamrah	MA		0	Africa/Casablanca	31.37934	-8.12841				07	041		
10965029	Douar Akhlig	douar-akhlig	MA		0	Africa/Casablanca	31.35979	-8.08404				07	041		
10965035	Azib el Caïd	azib-el-caid	MA		0	Africa/Casablanca	31.31114	-8.10575				07	041		
10965038	Boulsserfane	boulsserfane	MA		0	Africa/Casablanca	31.30088	-8.09116				07	041		
10965040	Douar Ezzi	douar-ezzi	MA		0	Africa/Casablanca	31.29807	-8.08065				07	041		
10965042	Afouzer	afouzer	MA		0	Africa/Casablanca	31.30091	-8.07479				07	041		
10965046	Imin Irhzer	imin-irhzer	MA		0	Africa/Casablanca	31.30018	-8.1341				07	041		
10965049	Agadir Issouel	agadir-issouel	MA		0	Africa/Casablanca	31.28912	-8.13926				07	041		
10965055	Douar Tisgui	douar-tisgui	MA		0	Africa/Casablanca	31.2905	-8.08198				07	041		
10965056	Douar Azib Fras	douar-azib-fras	MA		0	Africa/Casablanca	31.2903	-8.09989				07	041		
10965065	Douar Tagadirt N’Trhemchout	douar-tagadirt-n-trhemchout	MA		0	Africa/Casablanca	31.25459	-8.10035				07	041		
10965066	Douar Agadir Iznaguene	douar-agadir-iznaguene	MA		0	Africa/Casablanca	31.25081	-8.08115				07	041		
10965068	Douar Sidi Bou Naga	douar-sidi-bou-naga	MA		0	Africa/Casablanca	31.26613	-8.08308				07	041		
10965073	Douar Agdour	douar-agdour	MA		0	Africa/Casablanca	31.25828	-8.05773				07	041		
10965075	Talet Mekkourn	talet-mekkourn	MA		0	Africa/Casablanca	31.25993	-8.03361				07	041		
10965078	Douar Timicha	douar-timicha	MA		0	Africa/Casablanca	31.28419	-8.07801				07	041		
10965085	Irkdou	irkdou	MA		0	Africa/Casablanca	31.30676	-8.05706				07	041		
10965087	Douar Aït M’hannd	douar-ait-m-hannd	MA		0	Africa/Casablanca	31.33382	-8.05646				07	041		
10965088	Douar Oua Ouergt	douar-oua-ouergt	MA		0	Africa/Casablanca	31.33811	-8.05236				07	041		
10965091	Douar Tabia	douar-tabia	MA		0	Africa/Casablanca	31.34306	-8.04599				07	041		
10965092	Douar Tirhirt	douar-tirhirt	MA		0	Africa/Casablanca	31.33814	-8.04736				07	041		
10965093	Douar Taboujguennat	douar-taboujguennat	MA		0	Africa/Casablanca	31.33899	-8.04369				07	041		
10965094	Douar Aït Yahia	douar-ait-yahia	MA		0	Africa/Casablanca	31.35018	-8.04039				07	041		
10965106	El Maader	el-maader	MA		0	Africa/Casablanca	31.43499	-8.05821				07	041		
10965110	Douar el Aouïna	douar-el-aouina	MA		0	Africa/Casablanca	31.48725	-8.07102				07	041		
10965113	Douar Igout	douar-igout	MA		0	Africa/Casablanca	31.49398	-8.05882				07	041		
10965121	Douar Zemrani	douar-zemrani	MA		0	Africa/Casablanca	31.45886	-8.01819				07	041		
10965122	Douar Aït Tata	douar-ait-tata	MA		0	Africa/Casablanca	31.46115	-8.02867				07	041		
10965123	Oulad Yahia	oulad-yahia	MA		0	Africa/Casablanca	31.4626	-8.03052				07	041		
10965128	Douar Chaba	douar-chaba	MA		0	Africa/Casablanca	31.43851	-8.01045				07	041		
10965129	Agadir el Khemis	agadir-el-khemis	MA		0	Africa/Casablanca	31.42959	-8.04494				07	041		
10965130	Douar Oued Idek	douar-oued-idek	MA		0	Africa/Casablanca	31.42373	-8.05247				07	041		
10965131	Azib Chetattou	azib-chetattou	MA		0	Africa/Casablanca	31.42311	-8.03142				07	041		
10965132	Douar Chehida	douar-chehida	MA		0	Africa/Casablanca	31.42106	-8.01009				07	041		
10965155	Iguer N’Oumad	iguer-n-oumad	MA		0	Africa/Casablanca	31.33606	-8.00664				07	041		
10965159	Douar Tegdoud	douar-tegdoud	MA		0	Africa/Casablanca	31.32542	-8.00784				07	041		
10965161	Talazift N’Irkdou	talazift-n-irkdou	MA		0	Africa/Casablanca	31.30486	-8.02975				07	041		
10965183	Ben Idder	ben-idder	MA		0	Africa/Casablanca	31.3158	-8.14194				07	041		
10965184	Amgdoul	amgdoul	MA		0	Africa/Casablanca	31.30057	-8.14212				07	041		
10965188	Ayt Sidi Ali	ayt-sidi-ali	MA		0	Africa/Casablanca	31.30763	-8.24926				07	041		
10965190	Al Jem’a	al-jem-a	MA		0	Africa/Casablanca	31.49855	-8.10266				07	041		
10965191	Ayt Haddou Mess’oud	ayt-haddou-mess-oud	MA		0	Africa/Casablanca	31.49974	-8.18894				07	351		
10965192	Ayt Said o Ichou	ayt-said-o-ichou	MA		0	Africa/Casablanca	31.49921	-8.21395				07	351		
10965229	Souq Khmis Aït Yadine	souq-khmis-ait-yadine	MA		0	Africa/Casablanca	33.9716	-6.01689				04	291		
10965238	Aït Ammar	ait-ammar	MA		0	Africa/Casablanca	33.94672	-6.00371				04	291		
10965261	Souq Tnine Sidi ’Abdarrazzaq	souq-tnine-sidi-abdarrazzaq	MA		0	Africa/Casablanca	33.96279	-6.162				04	291		
10965288	Aït Hammadi Ben ’Abdalqader	ait-hammadi-ben-abdalqader	MA		0	Africa/Casablanca	33.9471	-6.23965				04	291		
10965313	Dar Qaïd Lahsen	dar-qaid-lahsen	MA		0	Africa/Casablanca	33.82554	-6.2014				04	291		
10965342	Dar at Taïbi	dar-at-taibi	MA		0	Africa/Casablanca	33.79826	-6.16965				04	291		
10965347	Dar al ’Aroussi	dar-al-aroussi	MA		0	Africa/Casablanca	33.80959	-6.20656				04	291		
10965364	Haouch al Qaïd Haddou	haouch-al-qaid-haddou	MA		0	Africa/Casablanca	33.89496	-6.17329				04	291		
10965379	Ikhlia’ene	ikhlia-ene	MA		0	Africa/Casablanca	33.88625	-6.13593				04	291		
10965380	Sidi ’Allal al Mçader	sidi-allal-al-mcader	MA		0	Africa/Casablanca	33.87485	-6.1499				04	291		
10965402	Souq Had Aït Ouribel	souq-had-ait-ouribel	MA		0	Africa/Casablanca	33.78295	-6.12799				04	291		
10965428	Aït Boujma Ou Aït Qassou	ait-boujma-ou-ait-qassou	MA		0	Africa/Casablanca	33.8094	-6.05443				04	291		
10965433	Aït al Arbi Ou Qassou	ait-al-arbi-ou-qassou	MA		0	Africa/Casablanca	33.82034	-6.04863				04	291		
10965443	Sidi al Ghandour	sidi-al-ghandour	MA		0	Africa/Casablanca	33.85037	-6.07688				04	291		
10965515	Al Ka’bat	al-ka-bat	MA		0	Africa/Casablanca	33.95634	-6.19972				04	291		
10965538	Tefiras Sidi ben Souna	tefiras-sidi-ben-souna	MA		0	Africa/Casablanca	32.96908	-5.95977				05	301		
10965605	Hejar Aouij	hejar-aouij	MA		0	Africa/Casablanca	32.97286	-5.70579				05	301		
10965609	Almou n’Temrharine	almou-n-temrharine	MA		0	Africa/Casablanca	32.95651	-5.65952				05	301		
10965613	Douar Aguerd n’bou Sta	douar-aguerd-n-bou-sta	MA		0	Africa/Casablanca	32.9553	-5.63569				05	301		
10965614	Ahrich	ahrich	MA		0	Africa/Casablanca	32.98235	-5.63787				05	301		
10965624	Irherm Abalya	irherm-abalya	MA		0	Africa/Casablanca	32.86218	-5.98733				05	301		
10965631	Inoualn	inoualn	MA		0	Africa/Casablanca	32.87452	-5.9404				05	301		
10965632	Bou Ouamessa	bou-ouamessa	MA		0	Africa/Casablanca	32.87972	-5.94492				05	301		
10965633	Talat n’Iarrimene	talat-n-iarrimene	MA		0	Africa/Casablanca	32.8694	-5.91484				05	301		
10965636	Aït Aïcha	ait-aicha	MA		0	Africa/Casablanca	32.98849	-5.91716				05	301		
10965643	Aït Melouk	ait-melouk	MA		0	Africa/Casablanca	32.99304	-5.88437				05	301		
10965644	Amirra	amirra	MA		0	Africa/Casablanca	32.9654	-5.92911				05	301		
10965650	Takenkourt	takenkourt	MA		0	Africa/Casablanca	32.94866	-5.90426				05	301		
10965651	Aït beni ou Kou	ait-beni-ou-kou	MA		0	Africa/Casablanca	32.93173	-5.89419				05	301		
10965659	Aït Messâad	ait-messaad	MA		0	Africa/Casablanca	32.90961	-5.91919				05	301		
10965684	Aït Sâdya	ait-sadya	MA		0	Africa/Casablanca	32.82218	-5.97801				05	301		
10965688	Tizra n’ Timlaline	tizra-n-timlaline	MA		0	Africa/Casablanca	32.80089	-5.98489				05	301		
10965695	Aït Gouded	ait-gouded	MA		0	Africa/Casablanca	32.82306	-5.89225				05	301		
10965697	Aït Mehand	ait-mehand	MA		0	Africa/Casablanca	32.79436	-5.93319				05	301		
10965700	Bou Nour	bou-nour	MA		0	Africa/Casablanca	32.78465	-5.9657				05	301		
10965712	Aourrache	aourrache	MA		0	Africa/Casablanca	32.77336	-5.89128				05	301		
10965715	Moha ou Basso	moha-ou-basso	MA		0	Africa/Casablanca	32.76966	-5.98964				05	301		
10965718	Haddou ou Hassine	haddou-ou-hassine	MA		0	Africa/Casablanca	32.7505	-5.86884				05	301		
10965722	Kber es Sbâ	kber-es-sba	MA		0	Africa/Casablanca	32.77147	-5.8607				05	301		
10965727	Fleha	fleha	MA		0	Africa/Casablanca	32.76756	-5.81338				05	301		
10965730	Khellata	khellata	MA		0	Africa/Casablanca	32.76791	-5.79953				05	301		
10965734	Bou Haïn	bou-hain	MA		0	Africa/Casablanca	32.78696	-5.83381				05	301		
10965735	Assaka n’bout Tarine	assaka-n-bout-tarine	MA		0	Africa/Casablanca	32.79335	-5.79711				05	301		
10965736	Sidi ou ’Ali	sidi-ou-ali	MA		0	Africa/Casablanca	32.78806	-5.79927				05	301		
10965737	Timratine	timratine	MA		0	Africa/Casablanca	32.79053	-5.8576				05	301		
10965738	Timeddoudjine	timeddoudjine	MA		0	Africa/Casablanca	32.78628	-5.87225				05	301		
10965741	Kha bou Azza	kha-bou-azza	MA		0	Africa/Casablanca	32.79143	-5.78447				05	301		
10965742	Aït bou Ridou	ait-bou-ridou	MA		0	Africa/Casablanca	32.79923	-5.81451				05	301		
10965747	Zebbane	zebbane	MA		0	Africa/Casablanca	32.82642	-5.7831				05	301		
10965750	Iguer Oujnna	iguer-oujnna	MA		0	Africa/Casablanca	32.84087	-5.84791				05	301		
10965753	Bou Sihal	bou-sihal	MA		0	Africa/Casablanca	32.84748	-5.85698				05	301		
10965754	Tadaïssout	tadaissout	MA		0	Africa/Casablanca	32.85087	-5.8336				05	301		
10965760	Ali ou Youssef	ali-ou-youssef	MA		0	Africa/Casablanca	32.86701	-5.87692				05	301		
10965762	Ij Ikhouane	ij-ikhouane	MA		0	Africa/Casablanca	32.87642	-5.86234				05	301		
10965763	Oben ech Cheïkh	oben-ech-cheikh	MA		0	Africa/Casablanca	32.87203	-5.82303				05	301		
10965771	Takflit	takflit	MA		0	Africa/Casablanca	32.85606	-5.78881				05	301		
10965772	Aït ou Hammou	ait-ou-hammou	MA		0	Africa/Casablanca	32.89573	-5.85525				05	301		
10965773	El Mekaret	el-mekaret	MA		0	Africa/Casablanca	32.90333	-5.83618				05	301		
10965774	Aït ou Azzouz	ait-ou-azzouz	MA		0	Africa/Casablanca	32.90767	-5.84427				05	301		
10965776	Bou Oummad	bou-oummad	MA		0	Africa/Casablanca	32.90243	-5.85178				05	301		
10965777	Aït el Khiat	ait-el-khiat	MA		0	Africa/Casablanca	32.92099	-5.83787				05	301		
10965778	Aït Ahmed	ait-ahmed	MA		0	Africa/Casablanca	32.91233	-5.84622				05	301		
10965789	Aït Irhmarine	ait-irhmarine	MA		0	Africa/Casablanca	32.95058	-5.80448				05	301		
10965797	Aït Ali	ait-ali	MA		0	Africa/Casablanca	32.96098	-5.81596				05	301		
10965800	Aït bou Hou	ait-bou-hou	MA		0	Africa/Casablanca	32.93957	-5.79556				05	301		
10965804	Aït Abd El Krim	ait-abd-el-krim	MA		0	Africa/Casablanca	32.92763	-5.79978				05	301		
10965805	Aït Aâri	ait-aari	MA		0	Africa/Casablanca	32.95365	-5.82286				05	301		
10965806	Aït Assou	ait-assou	MA		0	Africa/Casablanca	32.9817	-5.85452				05	301		
10965808	Aït Ksou	ait-ksou	MA		0	Africa/Casablanca	32.98143	-5.83238				05	301		
10965813	Aït Saïd ou Moussa	ait-said-ou-moussa	MA		0	Africa/Casablanca	32.99074	-5.80971				05	301		
10965817	Aït Aka	ait-aka	MA		0	Africa/Casablanca	32.97126	-5.81365				05	301		
10965819	Aït Moussa	ait-moussa	MA		0	Africa/Casablanca	32.97539	-5.758				05	301		
10965820	Tanout ou Ahbar	tanout-ou-ahbar	MA		0	Africa/Casablanca	32.96989	-5.76347				05	301		
10965821	Aït Mrabet	ait-mrabet	MA		0	Africa/Casablanca	32.96706	-5.75866				05	301		
10965823	Tanout el Moua ou Ksou	tanout-el-moua-ou-ksou	MA		0	Africa/Casablanca	32.94105	-5.76215				05	301		
10965826	Aït Ksou ou Saïd	ait-ksou-ou-said	MA		0	Africa/Casablanca	32.914	-5.77267				05	301		
10965828	Ou el Aaïdi	ou-el-aaidi	MA		0	Africa/Casablanca	32.89753	-5.76096				05	301		
10965831	Aït bou Aziz	ait-bou-aziz	MA		0	Africa/Casablanca	32.88214	-5.77648				05	301		
10965832	Bou Ichabarn	bou-ichabarn	MA		0	Africa/Casablanca	32.8819	-5.75571				05	301		
10965833	Aït Rahhou	ait-rahhou	MA		0	Africa/Casablanca	32.87646	-5.77631				05	301		
10965834	Ikejiane	ikejiane	MA		0	Africa/Casablanca	32.89068	-5.78357				05	301		
10965835	Aït Karkach	ait-karkach	MA		0	Africa/Casablanca	32.87337	-5.76024				05	301		
10965843	Beni Akouti	beni-akouti	MA		0	Africa/Casablanca	32.79519	-5.75869				05	301		
10965845	Bou Tafouit	bou-tafouit	MA		0	Africa/Casablanca	32.77392	-5.77217				05	301		
10965846	Amchad	amchad	MA		0	Africa/Casablanca	32.78129	-5.76694				05	301		
10965847	Aït Hammou	ait-hammou	MA		0	Africa/Casablanca	32.75547	-5.76353				05	301		
10965849	Lemdouar	lemdouar	MA		0	Africa/Casablanca	32.75287	-5.83555				05	301		
10965856	Sbâa er Rouadi	sbaa-er-rouadi	MA		0	Africa/Casablanca	32.92685	-5.99188				05	301		
10965860	Bou Farès	bou-fares	MA		0	Africa/Casablanca	32.88237	-5.99554				05	301		
10965864	Ourti ou Ajjioun	ourti-ou-ajjioun	MA		0	Africa/Casablanca	32.88739	-5.87637				05	301		
10965894	Aït er Radi	ait-er-radi	MA		0	Africa/Casablanca	32.88627	-5.84844				05	301		
10965911	Tamfoujt	tamfoujt	MA		0	Africa/Casablanca	32.86799	-5.81818				05	301		
10965913	Kennouf	kennouf	MA		0	Africa/Casablanca	32.83846	-5.76943				05	301		
10965919	Bou Taïmet	bou-taimet	MA		0	Africa/Casablanca	32.8244	-5.77168				05	301		
10965943	Ifri ou Châou	ifri-ou-chaou	MA		0	Africa/Casablanca	32.97832	-5.66054				05	301		
10965949	Er Rfija	er-rfija	MA		0	Africa/Casablanca	32.93057	-5.71199				05	301		
10965960	Irherm Ikeramene	irherm-ikeramene	MA		0	Africa/Casablanca	32.87076	-5.68028				05	301		
10965965	Bou Ikabbar	bou-ikabbar	MA		0	Africa/Casablanca	32.89749	-5.73027				05	301		
10965969	Takerkout n’Mhammed Azelmat	takerkout-n-mhammed-azelmat	MA		0	Africa/Casablanca	32.87204	-5.64946				05	301		
10965970	Irherm n’Aït Aâttab	irherm-n-ait-aattab	MA		0	Africa/Casablanca	32.85949	-5.71115				05	301		
10965977	Aït Mazzourh	ait-mazzourh	MA		0	Africa/Casablanca	32.84276	-5.68391				05	301		
10965983	Bou Irhar Daïane	bou-irhar-daiane	MA		0	Africa/Casablanca	32.85587	-5.66536				05	301		
10965988	Aït Charrou	ait-charrou	MA		0	Africa/Casablanca	32.7894	-5.6892				05	301		
10965990	Aït Mahand ou Yakoub	ait-mahand-ou-yakoub	MA		0	Africa/Casablanca	32.77936	-5.67476				05	301		
10965993	Aït Charrou	ait-charrou	MA		0	Africa/Casablanca	32.79133	-5.65275				05	301		
10966002	Ben Rhalil	ben-rhalil	MA		0	Africa/Casablanca	32.75385	-5.67694				05	301		
10966010	Bou Ouachlou	bou-ouachlou	MA		0	Africa/Casablanca	32.77695	-5.60088				05	301		
10966011	Larhartis	larhartis	MA		0	Africa/Casablanca	32.76733	-5.59287				05	301		
10966012	Aït Slimane	ait-slimane	MA		0	Africa/Casablanca	32.7527	-5.60753				05	301		
10966014	Bou Saksou	bou-saksou	MA		0	Africa/Casablanca	32.77095	-5.55412				05	301		
10966015	Tiouizi	tiouizi	MA		0	Africa/Casablanca	32.75952	-5.5838				05	301		
10966022	Âchchab	achchab	MA		0	Africa/Casablanca	32.75045	-5.54447				05	301		
10966025	El Bakhil	el-bakhil	MA		0	Africa/Casablanca	32.77264	-5.53873				05	301		
10966026	Aït Mahdi	ait-mahdi	MA		0	Africa/Casablanca	32.78581	-5.58863				05	301		
10966032	Aït Tiguezdamet	ait-tiguezdamet	MA		0	Africa/Casablanca	32.82283	-5.58202				05	301		
10966033	Aït Kessou	ait-kessou	MA		0	Africa/Casablanca	32.81988	-5.57118				05	301		
10966038	Aït Akkoujane	ait-akkoujane	MA		0	Africa/Casablanca	32.79566	-5.55397				05	301		
10966048	Aouddim	aouddim	MA		0	Africa/Casablanca	32.84107	-5.5879				05	301		
10966049	Aït Ali ou Kessou	ait-ali-ou-kessou	MA		0	Africa/Casablanca	32.83932	-5.60619				05	301		
10966050	Bou Aouida	bou-aouida	MA		0	Africa/Casablanca	32.84571	-5.60466				05	301		
10966051	Lemrhassil	lemrhassil	MA		0	Africa/Casablanca	32.84578	-5.5829				05	301		
10966053	Bou Remane	bou-remane	MA		0	Africa/Casablanca	32.85962	-5.59087				05	301		
10966055	Tabouichit	tabouichit	MA		0	Africa/Casablanca	32.86809	-5.58871				05	301		
10966068	Lemzaouirh	lemzaouirh	MA		0	Africa/Casablanca	32.88643	-5.61249				05	301		
10966072	Aïn Tagdout	ain-tagdout	MA		0	Africa/Casablanca	32.88752	-5.54749				05	301		
10966075	Imi n’Armich	imi-n-armich	MA		0	Africa/Casablanca	32.92282	-5.59081				05	301		
10966083	Iksassene	iksassene	MA		0	Africa/Casablanca	32.90199	-5.53469				05	301		
10966088	Aïn Chella	ain-chella	MA		0	Africa/Casablanca	32.95016	-5.61524				05	301		
10966089	Arbouâ	arboua	MA		0	Africa/Casablanca	32.9417	-5.59379				05	301		
10966091	Azdine	azdine	MA		0	Africa/Casablanca	32.95633	-5.59261				05	301		
10966092	Aït Hammou ou Saïd	ait-hammou-ou-said	MA		0	Africa/Casablanca	32.96008	-5.58928				05	301		
10966093	Aouinet Akziz	aouinet-akziz	MA		0	Africa/Casablanca	32.96345	-5.62872				05	301		
10966094	Tayoua ou Lili	tayoua-ou-lili	MA		0	Africa/Casablanca	32.95588	-5.5601				05	301		
10966095	Tahamrit	tahamrit	MA		0	Africa/Casablanca	32.94478	-5.55666				05	301		
10966105	Aït Sidi M’hamed	ait-sidi-m-hamed	MA		0	Africa/Casablanca	32.99295	-5.59173				05	301		
10966107	Bou Draâ	bou-draa	MA		0	Africa/Casablanca	32.98844	-5.61133				05	301		
10966113	Bou Oulmou	bou-oulmou	MA		0	Africa/Casablanca	32.96874	-5.53538				05	301		
10966131	Ajjioun	ajjioun	MA		0	Africa/Casablanca	32.83536	-5.70714				05	301		
10966134	Talfrennt	talfrennt	MA		0	Africa/Casablanca	32.84762	-5.67203				05	301		
10966157	Taâbit	taabit	MA		0	Africa/Casablanca	32.94611	-5.63593				05	301		
10966158	Aït Beni Ichi	ait-beni-ichi	MA		0	Africa/Casablanca	32.9387	-5.62625				05	301		
10966160	Hefra	hefra	MA		0	Africa/Casablanca	32.93017	-5.59588				05	301		
10966190	Tabaraâkïout	tabaraakiout	MA		0	Africa/Casablanca	32.88824	-5.50035				05	301		
10966239	Zdiyt	zdiyt	MA		0	Africa/Casablanca	32.95916	-5.57827				05	301		
10966255	Tiras	tiras	MA		0	Africa/Casablanca	32.81279	-5.53475				05	301		
10968069	Erremel	erremel	MA		0	Africa/Casablanca	33.83565	-5.99496				04	291		
10968107	Korfa	korfa	MA		0	Africa/Casablanca	33.99819	-5.8846				04	291		
10968195	Bou Rmel	bou-rmel	MA		0	Africa/Casablanca	33.95092	-5.77952				04	291		
10969229	Dar Sinaka Mansour	dar-sinaka-mansour	MA		0	Africa/Casablanca	34.69419	-6.37662				04	281		
10969291	Douar Darqaoua	douar-darqaoua	MA		0	Africa/Casablanca	34.6188	-6.30733				04	281		
10969292	Douar Laghrarssa	douar-laghrarssa	MA		0	Africa/Casablanca	34.61312	-6.30821				04	281		
10969294	Brahma	brahma	MA		0	Africa/Casablanca	34.60314	-6.33046				04	281		
10969296	Brahma	brahma	MA		0	Africa/Casablanca	34.61474	-6.33245				04	281		
10969298	Oulad Lmalkhiya	oulad-lmalkhiya	MA		0	Africa/Casablanca	34.60019	-6.3537				04	281		
10969301	Douar Lguaddami	douar-lguaddami	MA		0	Africa/Casablanca	34.58462	-6.31692				04	281		
10969302	Douar Lourani	douar-lourani	MA		0	Africa/Casablanca	34.58768	-6.32136				04	281		
10969304	Ras Laayne	ras-laayne	MA		0	Africa/Casablanca	34.58252	-6.33428				04	281		
10969310	Lhaouta	lhaouta	MA		0	Africa/Casablanca	34.57553	-6.33905				04	281		
10969314	Dar Lyaaqoutri Ben Ziyane	dar-lyaaqoutri-ben-ziyane	MA		0	Africa/Casablanca	34.56966	-6.3478				04	281		
10969317	Dardara	dardara	MA		0	Africa/Casablanca	34.56397	-6.34456				04	281		
10969318	Baouat	baouat	MA		0	Africa/Casablanca	34.5683	-6.34486				04	281		
10969322	Caidat	caidat	MA		0	Africa/Casablanca	34.53958	-6.36416				04	281		
10969323	Oulad Jelloul	oulad-jelloul	MA		0	Africa/Casablanca	34.53686	-6.37179				04	281		
10969324	Lamlalka	lamlalka	MA		0	Africa/Casablanca	34.52776	-6.36153				04	281		
10969327	Omrat	omrat	MA		0	Africa/Casablanca	34.52208	-6.34191				04	281		
10969329	Coopérative Chriblat	cooperative-chriblat	MA		0	Africa/Casablanca	34.53274	-6.32643				04	281		
10969330	Coopérative Dakhla	cooperative-dakhla	MA		0	Africa/Casablanca	34.53156	-6.32598				04	281		
10969331	Coopérative Taziya	cooperative-taziya	MA		0	Africa/Casablanca	34.53009	-6.32536				04	281		
10969332	Coopérative Slimaniya	cooperative-slimaniya	MA		0	Africa/Casablanca	34.52719	-6.3298				04	281		
10969333	Lotissement Lhoda	lotissement-lhoda	MA		0	Africa/Casablanca	34.52515	-6.32324				04	281		
10969335	Laqyayra	laqyayra	MA		0	Africa/Casablanca	34.51939	-6.30841				04	281		
10969336	Labghadda	labghadda	MA		0	Africa/Casablanca	34.51802	-6.32068				04	281		
10969338	Mazikhat	mazikhat	MA		0	Africa/Casablanca	34.51213	-6.31743				04	281		
10969340	Doumat	doumat	MA		0	Africa/Casablanca	34.51013	-6.31702				04	281		
10969341	Laghmara	laghmara	MA		0	Africa/Casablanca	34.50797	-6.31569				04	281		
10969342	Lahjajma	lahjajma	MA		0	Africa/Casablanca	34.50534	-6.3153				04	281		
10969344	Lamtarfa	lamtarfa	MA		0	Africa/Casablanca	34.5098	-6.3208				04	281		
10969345	Ferme Zriouite	ferme-zriouite	MA		0	Africa/Casablanca	34.51008	-6.33366				04	281		
10969347	Lamtarfa	lamtarfa	MA		0	Africa/Casablanca	34.50863	-6.36119				04	281		
10969348	Oulad Hssaine	oulad-hssaine	MA		0	Africa/Casablanca	34.5021	-6.36237				04	281		
10969352	Oulad Jallal	oulad-jallal	MA		0	Africa/Casablanca	34.50111	-6.30961				04	481		
10969353	Oulad Sidi Lhadi	oulad-sidi-lhadi	MA		0	Africa/Casablanca	34.50479	-6.2869				04	481		
10969356	Souassiyine Laakkal	souassiyine-laakkal	MA		0	Africa/Casablanca	34.51069	-6.25438				04	481		
10969357	Oulad Bou Ali	oulad-bou-ali	MA		0	Africa/Casablanca	34.51457	-6.25101				04	281		
10969360	Oulad Ben Azzouz	oulad-ben-azzouz	MA		0	Africa/Casablanca	34.52275	-6.28324				04	481		
10969364	Laatamna	laatamna	MA		0	Africa/Casablanca	34.51101	-6.3048				04	481		
10969365	Khilat	khilat	MA		0	Africa/Casablanca	34.52431	-6.30409				04	281		
10969367	Chriblat	chriblat	MA		0	Africa/Casablanca	34.52701	-6.29494				04	281		
10969368	Douar Labnana	douar-labnana	MA		0	Africa/Casablanca	34.53149	-6.28371				04	281		
10969371	Douar Bridjat	douar-bridjat	MA		0	Africa/Casablanca	34.53419	-6.24888				04	481		
10969372	Azib Ghoulane	azib-ghoulane	MA		0	Africa/Casablanca	34.53889	-6.25399				04	281		
10969374	Coopérative Chtikiya	cooperative-chtikiya	MA		0	Africa/Casablanca	34.55036	-6.26383				04	281		
10969375	Coopérative Lhaouara	cooperative-lhaouara	MA		0	Africa/Casablanca	34.53935	-6.27952				04	281		
10969382	Lmaknassiya	lmaknassiya	MA		0	Africa/Casablanca	34.61423	-6.26083				04	281		
10969383	Laaridiya	laaridiya	MA		0	Africa/Casablanca	34.61541	-6.26317				04	281		
10969384	Lgharbaouiya	lgharbaouiya	MA		0	Africa/Casablanca	34.61523	-6.26963				04	281		
10969385	Lhammadiya	lhammadiya	MA		0	Africa/Casablanca	34.61335	-6.27008				04	281		
10969387	Coopérative Chabab	cooperative-chabab	MA		0	Africa/Casablanca	34.61186	-6.29583				04	281		
10969389	Lamnasra	lamnasra	MA		0	Africa/Casablanca	34.6165	-6.30634				04	281		
10969390	Coopérative Lkhoums	cooperative-lkhoums	MA		0	Africa/Casablanca	34.61674	-6.26309				04	281		
10969394	Laayyadiya	laayyadiya	MA		0	Africa/Casablanca	34.61306	-6.2671				04	281		
10969400	Coopérative Chaqqafiya	cooperative-chaqqafiya	MA		0	Africa/Casablanca	34.54875	-6.26461				04	281		
10969407	Oulad Bassam	oulad-bassam	MA		0	Africa/Casablanca	34.93531	-6.11408				04	281		
10969408	Douar Ghachcha Cha	douar-ghachcha-cha	MA		0	Africa/Casablanca	34.88505	-6.1223				04	281		
10969411	Lamjadba	lamjadba	MA		0	Africa/Casablanca	34.9907	-6.12062				04	281		
10969412	Dyar Lamjadba	dyar-lamjadba	MA		0	Africa/Casablanca	34.99376	-6.1164				04	281		
10969415	Dar Boushoufal	dar-boushoufal	MA		0	Africa/Casablanca	34.98815	-6.08595				04	281		
10969416	Douar Bahhara Oulad Miloud	douar-bahhara-oulad-miloud	MA		0	Africa/Casablanca	34.68902	-6.37787				04	281		
10969417	Douar Ghrabat	douar-ghrabat	MA		0	Africa/Casablanca	34.68554	-6.378				04	281		
10969422	Douar Bahhara Oulad Bouchaayb	douar-bahhara-oulad-bouchaayb	MA		0	Africa/Casablanca	34.67068	-6.39031				04	281		
10969431	Dar Ben Kasem Sellam	dar-ben-kasem-sellam	MA		0	Africa/Casablanca	34.65897	-6.391				04	281		
10969432	Dar Jraf Lemaachi	dar-jraf-lemaachi	MA		0	Africa/Casablanca	34.65702	-6.3874				04	281		
10969433	Douar Bourmad	douar-bourmad	MA		0	Africa/Casablanca	34.65483	-6.39793				04	281		
10969444	Douar Oulad Miloud	douar-oulad-miloud	MA		0	Africa/Casablanca	34.63029	-6.41121				04	281		
10969452	Oulad Moulay Tayeb	oulad-moulay-tayeb	MA		0	Africa/Casablanca	34.74552	-6.24464				04	281		
10969453	Zaalka	zaalka	MA		0	Africa/Casablanca	34.74395	-6.24758				04	281		
10969454	Oulad Lenadan	oulad-lenadan	MA		0	Africa/Casablanca	34.74222	-6.24723				04	281		
10969455	Oulad Chaybi	oulad-chaybi	MA		0	Africa/Casablanca	34.7446	-6.24084				04	281		
10969457	Oulad Laalaoul	oulad-laalaoul	MA		0	Africa/Casablanca	34.74566	-6.21814				04	281		
10969458	Dar Ghayha	dar-ghayha	MA		0	Africa/Casablanca	34.74642	-6.21219				04	281		
10969459	Qaryet Dar Oueld Daouya	qaryet-dar-oueld-daouya	MA		0	Africa/Casablanca	34.74318	-6.21854				04	281		
10969460	Moulay Taher	moulay-taher	MA		0	Africa/Casablanca	34.73903	-6.2153				04	281		
10969462	Dar Mohamed Oueld Jmila	dar-mohamed-oueld-jmila	MA		0	Africa/Casablanca	34.73644	-6.21397				04	281		
10969463	Oulad Brahim	oulad-brahim	MA		0	Africa/Casablanca	34.73284	-6.20633				04	281		
10969464	Zrarda	zrarda	MA		0	Africa/Casablanca	34.73416	-6.21198				04	281		
10969468	Loujajna	loujajna	MA		0	Africa/Casablanca	34.72098	-6.20309				04	281		
10969471	Dar Abdesslam Benlahniar	dar-abdesslam-benlahniar	MA		0	Africa/Casablanca	34.73231	-6.22519				04	281		
10969472	Hminat	hminat	MA		0	Africa/Casablanca	34.72917	-6.22674				04	281		
10969476	Lammar	lammar	MA		0	Africa/Casablanca	34.71995	-6.24283				04	281		
10969477	Dar Larbi Allouchi	dar-larbi-allouchi	MA		0	Africa/Casablanca	34.71699	-6.24577				04	281		
10969480	Coopérative Lakhlifiya	cooperative-lakhlifiya	MA		0	Africa/Casablanca	34.70342	-6.24283				04	281		
10969481	Coopérative Laabdelaouiya	cooperative-laabdelaouiya	MA		0	Africa/Casablanca	34.70254	-6.24292				04	281		
10969482	Chaabiya	chaabiya	MA		0	Africa/Casablanca	34.70316	-6.24369				04	281		
10969483	Lmasbahiya	lmasbahiya	MA		0	Africa/Casablanca	34.70198	-6.24665				04	281		
10969484	Coopérative Laabbaasiya	cooperative-laabbaasiya	MA		0	Africa/Casablanca	34.69991	-6.24504				04	281		
10969489	Coopérative Lahssiniya	cooperative-lahssiniya	MA		0	Africa/Casablanca	34.67147	-6.22004				04	281		
10969490	Coopérative Doukaliya	cooperative-doukaliya	MA		0	Africa/Casablanca	34.66625	-6.23249				04	281		
10969491	Coopérative Lmarbouhiya	cooperative-lmarbouhiya	MA		0	Africa/Casablanca	34.66596	-6.2358				04	281		
10969499	Coopérative Tadamoune	cooperative-tadamoune	MA		0	Africa/Casablanca	34.63359	-6.20288				04	281		
10969500	Coopérative Marzaqa	cooperative-marzaqa	MA		0	Africa/Casablanca	34.63631	-6.19872				04	281		
10969501	Coopérative Raja	cooperative-raja	MA		0	Africa/Casablanca	34.63938	-6.1882				04	281		
10969503	Coopérative Marzaqa	cooperative-marzaqa	MA		0	Africa/Casablanca	34.63931	-6.18284				04	281		
10969504	Coopérative Saada	cooperative-saada	MA		0	Africa/Casablanca	34.6373	-6.18022				04	281		
10969505	Coopérative Natjaniya	cooperative-natjaniya	MA		0	Africa/Casablanca	34.62759	-6.15971				04	281		
10969506	Coopérative Lhana	cooperative-lhana	MA		0	Africa/Casablanca	34.62607	-6.15627				04	281		
10969508	Coopérative Najaaiya	cooperative-najaaiya	MA		0	Africa/Casablanca	34.64231	-6.1731				04	281		
10969509	Coopérative Zahra	cooperative-zahra	MA		0	Africa/Casablanca	34.64683	-6.17378				04	281		
10969514	Dar Lhaj Ariah	dar-lhaj-ariah	MA		0	Africa/Casablanca	34.65174	-6.15136				04	281		
10969515	Dar Bou Aicha	dar-bou-aicha	MA		0	Africa/Casablanca	34.65245	-6.1566				04	281		
10969516	Dar Ben Azzout	dar-ben-azzout	MA		0	Africa/Casablanca	34.65478	-6.16526				04	281		
10969525	Oulad Sidi Abbou	oulad-sidi-abbou	MA		0	Africa/Casablanca	34.70729	-6.14428				04	281		
10969526	Dar Alial Ben Charqi	dar-alial-ben-charqi	MA		0	Africa/Casablanca	34.71103	-6.12823				04	281		
10969527	Dar Mohammed Ould Lhachmi	dar-mohammed-ould-lhachmi	MA		0	Africa/Casablanca	34.71466	-6.12411				04	281		
10969534	Douar Zaouayat	douar-zaouayat	MA		0	Africa/Casablanca	34.71565	-6.17312				04	281		
10969537	Douar Moussal	douar-moussal	MA		0	Africa/Casablanca	34.72659	-6.16029				04	281		
10969539	Douar Azib Didoul	douar-azib-didoul	MA		0	Africa/Casablanca	34.72817	-6.1284				04	281		
10969540	Coopérative Farah	cooperative-farah	MA		0	Africa/Casablanca	34.73177	-6.12763				04	281		
10969545	Dar Mohamed Ochicil	dar-mohamed-ochicil	MA		0	Africa/Casablanca	34.74598	-6.16329				04	281		
10969546	Dar Lkhamis Hssina	dar-lkhamis-hssina	MA		0	Africa/Casablanca	34.74517	-6.17183				04	281		
10969547	Dar Oueld Chaoul	dar-oueld-chaoul	MA		0	Africa/Casablanca	34.73286	-6.21403				04	281		
10969551	El Fayda	el-fayda	MA		0	Africa/Casablanca	31.62109	-9.67022				07	211		
10969554	Douar Laazib	douar-laazib	MA		0	Africa/Casablanca	31.61698	-9.67314				07	211		
10969565	Douar Hrabla	douar-hrabla	MA		0	Africa/Casablanca	31.59627	-9.67466				07	211		
10969588	Douar Missya	douar-missya	MA		0	Africa/Casablanca	34.9641	-6.05681				04	281		
10969593	Dhar Ajj	dhar-ajj	MA		0	Africa/Casablanca	34.92936	-6.09326				04	281		
10969598	Dar Lgharbi	dar-lgharbi	MA		0	Africa/Casablanca	34.92634	-6.11376				04	281		
10969602	Badnaoua Harriri	badnaoua-harriri	MA		0	Africa/Casablanca	34.91715	-6.08457				04	281		
10969607	Qyasrria	qyasrria	MA		0	Africa/Casablanca	34.91866	-6.0603				04	281		
10969608	Oulad Ammar Zeuline	oulad-ammar-zeuline	MA		0	Africa/Casablanca	34.9193	-6.05644				04	281		
10969609	Syabra	syabra	MA		0	Africa/Casablanca	34.92153	-6.05685				04	281		
10969611	Caidat Sidi Boubker El Haj	caidat-sidi-boubker-el-haj	MA		0	Africa/Casablanca	34.92717	-6.05717				04	281		
10969618	Lakouanda	lakouanda	MA		0	Africa/Casablanca	34.90149	-6.11165				04	281		
10969620	Laazb	laazb	MA		0	Africa/Casablanca	34.90107	-6.11285				04	281		
10969640	Gualt Zargua	gualt-zargua	MA		0	Africa/Casablanca	34.91135	-6.0026				04	281		
10969645	Oulad Raghay	oulad-raghay	MA		0	Africa/Casablanca	34.87446	-6.08837				04	281		
10969646	Dar Ljaouhaa	dar-ljaouhaa	MA		0	Africa/Casablanca	34.88018	-6.0882				04	281		
10969653	Hayt Jnane Dahhane	hayt-jnane-dahhane	MA		0	Africa/Casablanca	34.88447	-6.00812				04	281		
10969662	Houmet Lghaba	houmet-lghaba	MA		0	Africa/Casablanca	34.90631	-6.02831				04	281		
10969664	Lemagya	lemagya	MA		0	Africa/Casablanca	34.91244	-6.0276				04	281		
10969666	Rousfaouel	rousfaouel	MA		0	Africa/Casablanca	34.91443	-6.01962				04	281		
10969668	Oulad Omrane	oulad-omrane	MA		0	Africa/Casablanca	34.92176	-6.01376				04	281		
10969674	Doukala	doukala	MA		0	Africa/Casablanca	34.9355	-6.03189				04	281		
10969676	Lemnadra	lemnadra	MA		0	Africa/Casablanca	34.93084	-6.02003				04	281		
10969688	Oulad Mohamed	oulad-mohamed	MA		0	Africa/Casablanca	34.95008	-6.0464				04	281		
10969689	Oulad Bel Fqib	oulad-bel-fqib	MA		0	Africa/Casablanca	34.95355	-6.04855				04	281		
10969690	Oulad Amar	oulad-amar	MA		0	Africa/Casablanca	34.96303	-6.04522				04	281		
10969693	Gam Goum	gam-goum	MA		0	Africa/Casablanca	34.96313	-6.04054				04	281		
10969709	Oulad Bourbie	oulad-bourbie	MA		0	Africa/Casablanca	34.99497	-6.00417				01	331		
10969731	Rouafa	rouafa	MA		0	Africa/Casablanca	35.12249	-6.1681				01	331		
10969734	Lahsasna	lahsasna	MA		0	Africa/Casablanca	35.12003	-6.13112				01	331		
10969736	Coopérative Smara	cooperative-smara	MA		0	Africa/Casablanca	35.10511	-6.12981				01	331		
10969737	Coopérative Haggouniya	cooperative-haggouniya	MA		0	Africa/Casablanca	35.09808	-6.13022				01	331		
10969741	Dar Ait El Kouchi	dar-ait-el-kouchi	MA		0	Africa/Casablanca	31.56933	-9.68337				07	211		
10969745	Jaddi Bou Ghanbour	jaddi-bou-ghanbour	MA		0	Africa/Casablanca	31.58261	-9.68226				07	211		
10969746	Ait Eddhar	ait-eddhar	MA		0	Africa/Casablanca	31.59242	-9.68069				07	211		
10969749	Ait Lahouayaj	ait-lahouayaj	MA		0	Africa/Casablanca	31.5552	-9.68981				07	211		
10969752	Ait Ben Jaddi	ait-ben-jaddi	MA		0	Africa/Casablanca	31.54947	-9.68588				07	211		
10969757	Dar Abdellah Chaker	dar-abdellah-chaker	MA		0	Africa/Casablanca	31.54513	-9.62974				07	211		
10969760	Ait Hamdi	ait-hamdi	MA		0	Africa/Casablanca	31.5404	-9.68867				07	211		
10969767	Ait Ezzaatar	ait-ezzaatar	MA		0	Africa/Casablanca	31.53047	-9.69262				07	211		
10969768	Dar Ettanji Mohamed	dar-ettanji-mohamed	MA		0	Africa/Casablanca	31.52429	-9.69393				07	211		
10969769	Ait Elloubane	ait-elloubane	MA		0	Africa/Casablanca	31.52008	-9.69934				07	211		
10969777	Douar Bou Achach	douar-bou-achach	MA		0	Africa/Casablanca	31.52508	-9.64072				07	211		
10969779	Douar Ait Grimij	douar-ait-grimij	MA		0	Africa/Casablanca	31.51743	-9.6411				07	211		
10969781	Coopérative Téguemine Argane	cooperative-teguemine-argane	MA		0	Africa/Casablanca	31.52186	-9.62913				07	211		
10969782	Coopérative Marjane D’huile D’argan	cooperative-marjane-d-huile-d-argan	MA		0	Africa/Casablanca	31.51877	-9.63082				07	211		
10969783	Douar Omar Agazzar	douar-omar-agazzar	MA		0	Africa/Casablanca	31.51763	-9.62748				07	211		
10969784	Ait Lemqaouaq	ait-lemqaouaq	MA		0	Africa/Casablanca	31.51233	-9.62776				07	211		
10969785	Douar El Msassa	douar-el-msassa	MA		0	Africa/Casablanca	31.51364	-9.63192				07	211		
10969787	Ait Ezzamahnr	ait-ezzamahnr	MA		0	Africa/Casablanca	31.50953	-9.63306				07	211		
10969791	Douar Lqohaa	douar-lqohaa	MA		0	Africa/Casablanca	31.49839	-9.63329				07	211		
10969799	Douar Taoubbalt	douar-taoubbalt	MA		0	Africa/Casablanca	31.50418	-9.70037				07	211		
10969800	Douar Laarab	douar-laarab	MA		0	Africa/Casablanca	31.50095	-9.69979				07	211		
10969839	Lahouala	lahouala	MA		0	Africa/Casablanca	35.08071	-6.17576				01	331		
10969846	Coopérative Louafaa	cooperative-louafaa	MA		0	Africa/Casablanca	35.05599	-6.14553				01	331		
10969852	Coopérative Oulad Skhar	cooperative-oulad-skhar	MA		0	Africa/Casablanca	35.04792	-6.18794				01	331		
10969873	Braga	braga	MA		0	Africa/Casablanca	35.00726	-6.18685				01	331		
10969889	Rjal Lafdal	rjal-lafdal	MA		0	Africa/Casablanca	35.02272	-6.17338				01	331		
10969919	Douar Soayta	douar-soayta	MA		0	Africa/Casablanca	35.25296	-6.08344				01	331		
10969920	El Odeiyine	el-odeiyine	MA		0	Africa/Casablanca	35.2532	-6.08833				01	331		
10969925	Hay El Hammam	hay-el-hammam	MA		0	Africa/Casablanca	35.25241	-6.07847				01	331		
10969926	Douar Rouyal	douar-rouyal	MA		0	Africa/Casablanca	35.25146	-6.07615				01	331		
10969927	Douar Dacyane	douar-dacyane	MA		0	Africa/Casablanca	35.25552	-6.08069				01	331		
10969928	Haouniat Echarra	haouniat-echarra	MA		0	Africa/Casablanca	35.25513	-6.0785				01	331		
10969937	Douar Ayt Mess’oud	douar-ayt-mess-oud	MA		0	Africa/Casablanca	33.94186	-4.49271				03	561		
10969940	Douar Hassayne	douar-hassayne	MA		0	Africa/Casablanca	33.93026	-4.46336				03	561		
10969942	Zerdaba	zerdaba	MA		0	Africa/Casablanca	33.91159	-4.45681				03	561		
10969960	Zriba	zriba	MA		0	Africa/Casablanca	33.84089	-4.4958				03	451		
10969961	Boussania	boussania	MA		0	Africa/Casablanca	33.83237	-4.49498				03	451		
10969963	Dar El Ghlem	dar-el-ghlem	MA		0	Africa/Casablanca	33.83369	-4.45198				03	451		
10969969	Lemchirae	lemchirae	MA		0	Africa/Casablanca	35.25191	-6.06481				01	331		
10969971	Lhafa Lgharqa	lhafa-lgharqa	MA		0	Africa/Casablanca	35.2578	-6.04815				01	331		
10969973	Marj Essoussi	marj-essoussi	MA		0	Africa/Casablanca	35.26663	-6.05926				01	331		
10969975	Tassalghoua	tassalghoua	MA		0	Africa/Casablanca	35.2722	-6.05971				01	331		
10969980	Ras Loued	ras-loued	MA		0	Africa/Casablanca	35.29259	-6.04481				01	331		
10969998	Tissiwine	tissiwine	MA		0	Africa/Casablanca	33.8355	-4.46832				03	451		
10970009	Dchar Lonsa	dchar-lonsa	MA		0	Africa/Casablanca	35.31067	-6.05628				01	331		
10970014	Lmerj	lmerj	MA		0	Africa/Casablanca	35.32424	-6.04091				01	511		
10970019	Bnoniyene	bnoniyene	MA		0	Africa/Casablanca	35.34338	-6.06463				01	511		
10970021	Sidi Massaoud	sidi-massaoud	MA		0	Africa/Casablanca	35.34636	-6.04976				01	511		
10970022	Daya	daya	MA		0	Africa/Casablanca	35.3467	-6.07723				01	511		
10970046	Douar Issensa	douar-issensa	MA		0	Africa/Casablanca	33.76498	-4.46908				03	451		
10970059	Iffiriyne	iffiriyne	MA		0	Africa/Casablanca	33.81472	-4.42815				03	451		
10970060	Douar Tinekht	douar-tinekht	MA		0	Africa/Casablanca	33.80757	-4.42525				03	451		
10970061	Douar Ayt Ahmed	douar-ayt-ahmed	MA		0	Africa/Casablanca	33.80953	-4.42109				03	451		
10970062	Douar Harmoumou	douar-harmoumou	MA		0	Africa/Casablanca	33.80732	-4.42343				03	451		
10970080	Lhit Lqabli	lhit-lqabli	MA		0	Africa/Casablanca	35.32684	-6.02063				01	331		
10970085	Gare De Peage	gare-de-peage	MA		0	Africa/Casablanca	35.33212	-6.00673				01	511		
10970097	Douar Tamda Irigh	douar-tamda-irigh	MA		0	Africa/Casablanca	33.84704	-4.41228				03	451		
10970103	Lahma	lahma	MA		0	Africa/Casablanca	33.86238	-4.40654				03	451		
10970119	Douar Ain Qattae	douar-ain-qattae	MA		0	Africa/Casablanca	35.29353	-6.0252				01	331		
10970121	Titaya	titaya	MA		0	Africa/Casablanca	35.29928	-6.00357				01	331		
10970122	Douar Ennajarine	douar-ennajarine	MA		0	Africa/Casablanca	35.28388	-6.026				01	331		
10970127	Sidi ’Ali Bou Khzer	sidi-ali-bou-khzer	MA		0	Africa/Casablanca	33.88502	-4.41534				03	451		
10970130	Douar Msassa	douar-msassa	MA		0	Africa/Casablanca	33.90721	-4.40607				03	561		
10970152	Douar Lebchirryine	douar-lebchirryine	MA		0	Africa/Casablanca	35.32182	-6.05088				01	511		
10970172	Alagh Nchannan	alagh-nchannan	MA		0	Africa/Casablanca	33.98486	-4.38064				03	561		
10970173	Zerzia	zerzia	MA		0	Africa/Casablanca	33.99255	-4.38983				03	561		
10970178	Douar Laryab	douar-laryab	MA		0	Africa/Casablanca	33.9605	-4.36569				03	561		
10970183	Douar Tibkhbakhine	douar-tibkhbakhine	MA		0	Africa/Casablanca	33.86908	-4.38738				03	451		
10970201	Dar Bouziyane	dar-bouziyane	MA		0	Africa/Casablanca	33.80547	-4.37695				03	451		
10970202	Ikerkarene	ikerkarene	MA		0	Africa/Casablanca	33.82515	-4.37047				03	451		
10970204	Douar Zitduna	douar-zitduna	MA		0	Africa/Casablanca	33.80188	-4.42459				03	451		
10970213	Dar Hamra	dar-hamra	MA		0	Africa/Casablanca	33.78361	-4.39154				03	451		
10970221	Tgharghour	tgharghour	MA		0	Africa/Casablanca	33.7947	-4.37147				03	451		
10970222	I’ttarene	i-ttarene	MA		0	Africa/Casablanca	33.81383	-4.37708				03	451		
10970223	Fqir	fqir	MA		0	Africa/Casablanca	33.81317	-4.38695				03	451		
10970226	Douar Tighoulla	douar-tighoulla	MA		0	Africa/Casablanca	33.82442	-4.35165				03	451		
10970230	Douar Tittawine	douar-tittawine	MA		0	Africa/Casablanca	33.83524	-4.35835				03	451		
10970239	Douar Bou Mehdi	douar-bou-mehdi	MA		0	Africa/Casablanca	33.91412	-4.34749				03	561		
10970243	Douar Takharroubt	douar-takharroubt	MA		0	Africa/Casablanca	33.91902	-4.32994				03	561		
10970246	Douar Zitouna	douar-zitouna	MA		0	Africa/Casablanca	33.90168	-4.32189				03	561		
10970256	Tidiatine	tidiatine	MA		0	Africa/Casablanca	33.84877	-4.30126				03	451		
10970261	Ayt Mattine	ayt-mattine	MA		0	Africa/Casablanca	33.84732	-4.31395				03	451		
10970264	Imetwane	imetwane	MA		0	Africa/Casablanca	33.84712	-4.29788				03	451		
10970294	Douar Ech-Charf	douar-ech-charf	MA		0	Africa/Casablanca	33.77114	-4.29757				03	451		
10970296	Lebrabra	lebrabra	MA		0	Africa/Casablanca	33.7869	-4.35382				03	451		
10970307	Qarbouçe	qarbouce	MA		0	Africa/Casablanca	33.8062	-4.36151				03	451		
10970315	Arzer El Ghiab	arzer-el-ghiab	MA		0	Africa/Casablanca	33.95708	-4.34797				03	561		
10970316	Douar Tazemmourt	douar-tazemmourt	MA		0	Africa/Casablanca	33.94247	-4.3216				03	561		
10970324	Douar Tazeddacht	douar-tazeddacht	MA		0	Africa/Casablanca	33.99223	-4.33333				03	561		
10970327	Douar Jam’a	douar-jam-a	MA		0	Africa/Casablanca	33.99408	-4.31029				03	561		
10970328	Douar Tichout	douar-tichout	MA		0	Africa/Casablanca	33.9697	-4.34661				03	561		
10970331	Mon’fre de Beni Seraj	mon-fre-de-beni-seraj	MA		0	Africa/Casablanca	33.98853	-4.30941				03	561		
10970332	Douar Ayt Limama	douar-ayt-limama	MA		0	Africa/Casablanca	33.98057	-4.30702				03	561		
10970336	Douar Tighounam	douar-tighounam	MA		0	Africa/Casablanca	33.98927	-4.28878				03	561		
10970337	Douar Bou Askar	douar-bou-askar	MA		0	Africa/Casablanca	33.96893	-4.28593				03	561		
10970338	Dar Kawane	dar-kawane	MA		0	Africa/Casablanca	33.99352	-4.26696				03	561		
10970367	Douar Ihanounene	douar-ihanounene	MA		0	Africa/Casablanca	33.85575	-4.25358				03	451		
10970369	Dar El Haffi	dar-el-haffi	MA		0	Africa/Casablanca	33.82217	-4.26555				03	451		
10970402	Douar Tayda	douar-tayda	MA		0	Africa/Casablanca	33.75101	-4.3213				03	451		
10970406	Charef	charef	MA		0	Africa/Casablanca	33.79972	-4.34753				03	451		
10970412	Mon Fre	mon-fre	MA		0	Africa/Casablanca	33.7761	-4.25721				03	451		
10970421	Dar bou Hamed	dar-bou-hamed	MA		0	Africa/Casablanca	33.81629	-4.31511				03	451		
10970425	Douar Qaççarat	douar-qaccarat	MA		0	Africa/Casablanca	33.98416	-4.36237				03	561		
10970438	Dar Sghir Driss	dar-sghir-driss	MA		0	Africa/Casablanca	33.61242	-5.60781				03	171		
10970439	Douar Ait Ou Daoud	douar-ait-ou-daoud	MA		0	Africa/Casablanca	33.61521	-5.60086				03	171		
10970441	Dar Hammou El Hassan	dar-hammou-el-hassan	MA		0	Africa/Casablanca	33.622	-5.58451				03	171		
10970443	Ait El Ghazi	ait-el-ghazi	MA		0	Africa/Casablanca	33.74654	-5.84007				04	291		
10970444	Oullane	oullane	MA		0	Africa/Casablanca	33.73877	-5.80679				04	291		
10970445	Ait Bouddilit	ait-bouddilit	MA		0	Africa/Casablanca	33.74265	-5.76312				04	291		
10970449	Dar Mohamed Ou Said	dar-mohamed-ou-said	MA		0	Africa/Casablanca	33.72897	-5.77878				04	291		
10970454	Ait Aziza	ait-aziza	MA		0	Africa/Casablanca	33.72065	-5.7911				04	291		
10970455	Iarouchene	iarouchene	MA		0	Africa/Casablanca	33.72871	-5.83176				04	291		
10970459	Ait Bouqannar	ait-bouqannar	MA		0	Africa/Casablanca	33.72575	-5.84936				04	291		
10970466	Ait Youssef Ait Zbayer	ait-youssef-ait-zbayer	MA		0	Africa/Casablanca	33.71274	-5.86702				04	291		
10970479	Ait Ali Mimoune	ait-ali-mimoune	MA		0	Africa/Casablanca	33.70362	-5.76567				04	291		
10970480	Houderrane	houderrane	MA		0	Africa/Casablanca	33.69016	-5.78224				04	291		
10970486	Tnine Tizitine	tnine-tizitine	MA		0	Africa/Casablanca	33.68312	-5.82749				04	291		
10970492	Ait Massaoud	ait-massaoud	MA		0	Africa/Casablanca	33.6807	-5.75992				03	171		
10970501	Dar Malika Boubya	dar-malika-boubya	MA		0	Africa/Casablanca	33.67118	-5.84953				04	291		
10970505	Ait Lahssen	ait-lahssen	MA		0	Africa/Casablanca	33.67089	-5.86228				04	291		
10970507	Ait Amer Ou Ali	ait-amer-ou-ali	MA		0	Africa/Casablanca	33.66062	-5.85813				04	291		
10970508	Mhijiba	mhijiba	MA		0	Africa/Casablanca	33.66018	-5.8172				04	291		
10970509	Bouzaaboul	bouzaaboul	MA		0	Africa/Casablanca	33.66166	-5.79688				04	291		
10970511	Ait Boulmane	ait-boulmane	MA		0	Africa/Casablanca	33.65306	-5.76127				03	171		
10970515	Ait Bou Achouch	ait-bou-achouch	MA		0	Africa/Casablanca	33.6463	-5.78308				04	291		
10970516	Dar Krita	dar-krita	MA		0	Africa/Casablanca	33.65622	-5.78796				04	291		
10970518	Dar Azzouz Mohamed	dar-azzouz-mohamed	MA		0	Africa/Casablanca	33.65791	-5.82147				04	291		
10970521	Ait Boughaddou	ait-boughaddou	MA		0	Africa/Casablanca	33.64061	-5.86017				04	291		
10970525	Moghanim	moghanim	MA		0	Africa/Casablanca	33.63197	-5.83927				04	291		
10970526	Dar Rqia Saleh	dar-rqia-saleh	MA		0	Africa/Casablanca	33.6434	-5.7938				04	291		
10970530	Dar Mohamed El Bachir	dar-mohamed-el-bachir	MA		0	Africa/Casablanca	33.63248	-5.81018				04	291		
10970531	Lmoudir	lmoudir	MA		0	Africa/Casablanca	33.62965	-5.81702				04	291		
10970535	Qardouch	qardouch	MA		0	Africa/Casablanca	33.62552	-5.86762				04	291		
10970537	Ijerma	ijerma	MA		0	Africa/Casablanca	33.63638	-5.80494				04	291		
10970541	Ait Ali Moumene	ait-ali-moumene	MA		0	Africa/Casablanca	33.6791	-5.85306				04	291		
10970546	Ait Leghouali	ait-leghouali	MA		0	Africa/Casablanca	33.70611	-5.79471				04	291		
10970554	Dar Boukhari Thami	dar-boukhari-thami	MA		0	Africa/Casablanca	33.62039	-5.5846				03	171		
10970558	Dar Arab	dar-arab	MA		0	Africa/Casablanca	33.6099	-5.58765				03	171		
10970559	Douar Izarar Touirklat	douar-izarar-touirklat	MA		0	Africa/Casablanca	33.60747	-5.60709				03	171		
10970561	Dar Bel Aid	dar-bel-aid	MA		0	Africa/Casablanca	33.60197	-5.58353				03	171		
10970564	Dar Lghazali	dar-lghazali	MA		0	Africa/Casablanca	33.59353	-5.59218				03	171		
10970566	Douar Ali ou Daoud Touirklat	douar-ali-ou-daoud-touirklat	MA		0	Africa/Casablanca	33.59986	-5.60869				03	171		
10970568	Douar Ait sidi Aghbalou n-taleb	douar-ait-sidi-aghbalou-n-taleb	MA		0	Africa/Casablanca	33.59316	-5.61782				03	171		
10970574	Douar Ait Mimoune Ou Moussa	douar-ait-mimoune-ou-moussa	MA		0	Africa/Casablanca	33.61124	-5.57888				03	171		
10970578	Dar El Haj Driss Lghazi	dar-el-haj-driss-lghazi	MA		0	Africa/Casablanca	33.62078	-5.56441				03	171		
10970580	Douar Ait Yassine Agoulmane	douar-ait-yassine-agoulmane	MA		0	Africa/Casablanca	33.58962	-5.56431				03	171		
10970588	Dar Qchichich	dar-qchichich	MA		0	Africa/Casablanca	33.59112	-5.6012				03	171		
10970593	Dar Ben Allal	dar-ben-allal	MA		0	Africa/Casablanca	33.578	-5.6076				03	171		
10970594	Dar Laabadi Abdellah	dar-laabadi-abdellah	MA		0	Africa/Casablanca	33.57485	-5.60953				03	171		
10970595	Dar Ben Said Hassan	dar-ben-said-hassan	MA		0	Africa/Casablanca	33.56829	-5.61347				03	171		
10970596	Douar Ait Msafer Lemnakher	douar-ait-msafer-lemnakher	MA		0	Africa/Casablanca	33.56943	-5.62162				03	171		
10970598	Douar Ait Msafer Msaraab	douar-ait-msafer-msaraab	MA		0	Africa/Casablanca	33.56731	-5.58917				03	171		
10970599	Dar El Haj Mohamed	dar-el-haj-mohamed	MA		0	Africa/Casablanca	33.57118	-5.60018				03	171		
10970601	Dar Driss ou El Caid	dar-driss-ou-el-caid	MA		0	Africa/Casablanca	33.57364	-5.58147				03	171		
10970606	Douar Ait Msafer	douar-ait-msafer	MA		0	Africa/Casablanca	33.55865	-5.59953				03	171		
10970611	Dar Hdidioui Mohamed	dar-hdidioui-mohamed	MA		0	Africa/Casablanca	33.53927	-5.61167				03	171		
10970615	Douar Ait Bou Hofra Bni Metar	douar-ait-bou-hofra-bni-metar	MA		0	Africa/Casablanca	33.53936	-5.55688				03	171		
10970616	Dar Ou Baaziz Khalifa	dar-ou-baaziz-khalifa	MA		0	Africa/Casablanca	33.53161	-5.61837				03	171		
10970617	Dar Hdidioui Ali	dar-hdidioui-ali	MA		0	Africa/Casablanca	33.53519	-5.61215				03	171		
10970618	Douar Igouramne Aoujdad	douar-igouramne-aoujdad	MA		0	Africa/Casablanca	33.52199	-5.62197				03	171		
10970619	Douar Ait Berakni	douar-ait-berakni	MA		0	Africa/Casablanca	33.51505	-5.61854				03	171		
10970620	Douar Ait Abdessalam Bouchichi	douar-ait-abdessalam-bouchichi	MA		0	Africa/Casablanca	33.51236	-5.61966				03	171		
10970623	Dar Ait Said Ou Moussa	dar-ait-said-ou-moussa	MA		0	Africa/Casablanca	33.51748	-5.58575				03	171		
10970625	Douar Igouramne Tiguelmamine	douar-igouramne-tiguelmamine	MA		0	Africa/Casablanca	33.52238	-5.58808				03	171		
10970626	Douar Ait Ali ou Daoud	douar-ait-ali-ou-daoud	MA		0	Africa/Casablanca	33.52957	-5.57724				03	171		
10970627	Douar Izarar Iguerouane	douar-izarar-iguerouane	MA		0	Africa/Casablanca	33.536	-5.56608				03	171		
10970630	Douar Ait Moha Tizi	douar-ait-moha-tizi	MA		0	Africa/Casablanca	33.5221	-5.55842				03	171		
10970631	Dar Khelifa	dar-khelifa	MA		0	Africa/Casablanca	33.51557	-5.55895				03	171		
10970632	Douar Igouramne	douar-igouramne	MA		0	Africa/Casablanca	33.51472	-5.56418				03	171		
10970633	Dar Ambrik Ben Aissa	dar-ambrik-ben-aissa	MA		0	Africa/Casablanca	33.51196	-5.55695				03	171		
10970635	Dar Driss Touati	dar-driss-touati	MA		0	Africa/Casablanca	33.50955	-5.56806				03	271		
10970636	Douar Youssef	douar-youssef	MA		0	Africa/Casablanca	33.51088	-5.57184				03	271		
10970639	Douar Ait Ikkou	douar-ait-ikkou	MA		0	Africa/Casablanca	33.50181	-5.62167				03	171		
10970641	Douar Ait Lemsafer	douar-ait-lemsafer	MA		0	Africa/Casablanca	33.50171	-5.58926				03	171		
10970643	Douar Izarar	douar-izarar	MA		0	Africa/Casablanca	33.49838	-5.59447				03	171		
10970644	Dar Mouha Ou Assou	dar-mouha-ou-assou	MA		0	Africa/Casablanca	33.49777	-5.58559				03	171		
10970645	Douar Coopérative Bou Thamrit	douar-cooperative-bou-thamrit	MA		0	Africa/Casablanca	33.50001	-5.58219				03	171		
10970649	Douar Ait Ou Zahra	douar-ait-ou-zahra	MA		0	Africa/Casablanca	33.50732	-5.56273				03	271		
10970651	Douar Ait Ichou	douar-ait-ichou	MA		0	Africa/Casablanca	33.50961	-5.55058				03	171		
10970652	Douar Ait Bou Halloufa	douar-ait-bou-halloufa	MA		0	Africa/Casablanca	33.5054	-5.55042				03	271		
10970653	Douar Ait Kacem Ou Haddou	douar-ait-kacem-ou-haddou	MA		0	Africa/Casablanca	33.50024	-5.53395				03	271		
10970657	Douar Mohamed Ou Ali Ou Haddou	douar-mohamed-ou-ali-ou-haddou	MA		0	Africa/Casablanca	33.51019	-5.50972				03	271		
10970658	Douar Ait Ou Azizi	douar-ait-ou-azizi	MA		0	Africa/Casablanca	33.5114	-5.50295				03	271		
10970659	Dar Ali ou Raihou	dar-ali-ou-raihou	MA		0	Africa/Casablanca	33.51239	-5.51196				03	271		
10970660	Ahayzoune	ahayzoune	MA		0	Africa/Casablanca	33.5156	-5.50531				03	271		
10970661	Dar El Houssine	dar-el-houssine	MA		0	Africa/Casablanca	33.51626	-5.50237				03	271		
10970662	Dar Majdoub Lahsen	dar-majdoub-lahsen	MA		0	Africa/Casablanca	33.51734	-5.50314				03	271		
10970665	Douar Bou Kaaba	douar-bou-kaaba	MA		0	Africa/Casablanca	33.53655	-5.51063				03	171		
10970667	Douar Bou Kaaba	douar-bou-kaaba	MA		0	Africa/Casablanca	33.53186	-5.51722				03	171		
10970673	Dar Ait Cheikh Miloud	dar-ait-cheikh-miloud	MA		0	Africa/Casablanca	33.55697	-5.53433				03	171		
10970675	Dar Bou Mehdi El Houssine	dar-bou-mehdi-el-houssine	MA		0	Africa/Casablanca	33.55715	-5.53987				03	171		
10970687	Douar Ait Yassine	douar-ait-yassine	MA		0	Africa/Casablanca	33.5834	-5.55116				03	171		
10970688	Douar Ait Fadel	douar-ait-fadel	MA		0	Africa/Casablanca	33.58487	-5.55573				03	171		
10970690	Sonda	sonda	MA		0	Africa/Casablanca	33.59317	-5.54652				03	171		
10970691	Dar Abdelkader	dar-abdelkader	MA		0	Africa/Casablanca	33.59559	-5.5521				03	171		
10970699	Douar Iksasene	douar-iksasene	MA		0	Africa/Casablanca	33.60322	-5.50256				03	171		
10970737	Douar Ait Yahya ou Alla	douar-ait-yahya-ou-alla	MA		0	Africa/Casablanca	33.50244	-5.51143				03	271		
10970744	Ait Allakou	ait-allakou	MA		0	Africa/Casablanca	33.72111	-5.7212				03	171		
10970746	Ouchket	ouchket	MA		0	Africa/Casablanca	33.72755	-5.72691				03	171		
10970747	Chroub Ou Sannad	chroub-ou-sannad	MA		0	Africa/Casablanca	33.72516	-5.74163				04	291		
10970750	Coopérative El Aissaouiya	cooperative-el-aissaouiya	MA		0	Africa/Casablanca	33.74822	-5.69367				03	171		
10970751	Coopérative El Hamdouehiya	cooperative-el-hamdouehiya	MA		0	Africa/Casablanca	33.7419	-5.68775		Cooperative El Hamdouehiya,Coopérative El Hamdouehiya,Sous Centre		03	171		
10970752	Coopérative El Hamdouchiya	cooperative-el-hamdouchiya	MA		0	Africa/Casablanca	33.73157	-5.68604		Centre,Cooperative El Hamdouchiya,Coopérative El Hamdouchiya		03	171		
10970761	Taarabat	taarabat	MA		0	Africa/Casablanca	33.68696	-5.69022				03	171		
10970769	Ait Massaoud	ait-massaoud	MA		0	Africa/Casablanca	33.67539	-5.74161				03	171		
10970770	Tazemmourt	tazemmourt	MA		0	Africa/Casablanca	33.67046	-5.73				03	171		
10970771	Ait Ouissaadane	ait-ouissaadane	MA		0	Africa/Casablanca	33.67101	-5.73097				03	171		
10970772	Ait Zogga Jbel	ait-zogga-jbel	MA		0	Africa/Casablanca	33.66102	-5.72277				03	171		
10970774	Ait Mouzoune	ait-mouzoune	MA		0	Africa/Casablanca	33.67232	-5.70996				03	171		
10970780	Dar Oulbaraka	dar-oulbaraka	MA		0	Africa/Casablanca	33.6626	-5.69814				03	171		
10970781	Ait Hnini	ait-hnini	MA		0	Africa/Casablanca	33.66644	-5.68608				03	171		
10970782	Ait El Mahjoub	ait-el-mahjoub	MA		0	Africa/Casablanca	33.65826	-5.69801				03	171		
10970783	Tazibout	tazibout	MA		0	Africa/Casablanca	33.66367	-5.70558				03	171		
10970787	Ait Irouh	ait-irouh	MA		0	Africa/Casablanca	33.64862	-5.72745				03	171		
10970790	Ait Yahya	ait-yahya	MA		0	Africa/Casablanca	33.65278	-5.72243				03	171		
10970797	Ait Haddou Ou Charrou	ait-haddou-ou-charrou	MA		0	Africa/Casablanca	33.63709	-5.72437				03	171		
10970799	Ain Azza	ain-azza	MA		0	Africa/Casablanca	33.63302	-5.71154				03	171		
10970800	Ait Ou Sahla	ait-ou-sahla	MA		0	Africa/Casablanca	33.63437	-5.68729				03	171		
10970801	Dar Chaib Addi	dar-chaib-addi	MA		0	Africa/Casablanca	33.64294	-5.68617				03	171		
10970804	Ait Brahim	ait-brahim	MA		0	Africa/Casablanca	33.65228	-5.70362				03	171		
10970805	Ait Marghad	ait-marghad	MA		0	Africa/Casablanca	33.63172	-5.66639				03	171		
10970806	Amaragh	amaragh	MA		0	Africa/Casablanca	33.63072	-5.66317				03	171		
10970807	Ait Bourzah	ait-bourzah	MA		0	Africa/Casablanca	33.62684	-5.66034				03	171		
10970810	Dar Bouchiker	dar-bouchiker	MA		0	Africa/Casablanca	33.63928	-5.65905				03	171		
10970811	Coopérative El Gharbia	cooperative-el-gharbia	MA		0	Africa/Casablanca	33.64065	-5.6648		Centre,Cooperative El Gharbia,Coopérative El Gharbia		03	171		
10970813	Ait Hammou Moussa	ait-hammou-moussa	MA		0	Africa/Casablanca	33.65439	-5.67472				03	171		
10970814	Coopérative El Omariya	cooperative-el-omariya	MA		0	Africa/Casablanca	33.65058	-5.65534		Centre,Cooperative El Omariya,Coopérative El Omariya		03	171		
10970816	Dar El Gharbi Driss	dar-el-gharbi-driss	MA		0	Africa/Casablanca	33.64849	-5.63438				03	171		
10970817	Coopérative Salima	cooperative-salima	MA		0	Africa/Casablanca	33.66353	-5.63238		Cooperative Salima,Coopérative Salima,Sous Centre		03	171		
10970818	Ait Ali Ou Daoud	ait-ali-ou-daoud	MA		0	Africa/Casablanca	33.66642	-5.62661				03	171		
10970819	Coopérative El Yousoufia	cooperative-el-yousoufia	MA		0	Africa/Casablanca	33.66698	-5.65352		Centre,Cooperative El Yousoufia,Coopérative El Yousoufia		03	171		
10970820	Ait Khamssa	ait-khamssa	MA		0	Africa/Casablanca	33.6563	-5.64654				03	171		
10970823	Coopérative El Omariya	cooperative-el-omariya	MA		0	Africa/Casablanca	33.66989	-5.65635		Cooperative El Omariya,Coopérative El Omariya,Sous Centre		03	171		
10970826	Coopérative Slimane	cooperative-slimane	MA		0	Africa/Casablanca	33.69533	-5.66626		Cooperative Slimane,Coopérative Slimane,Sous Centre		03	171		
10970827	Coopérative Salima	cooperative-salima	MA		0	Africa/Casablanca	33.69217	-5.64474		Centre,Cooperative Salima,Coopérative Salima		03	171		
10970829	Ain Oubejja	ain-oubejja	MA		0	Africa/Casablanca	33.69037	-5.62891				03	171		
10970830	Yaltou Haddou	yaltou-haddou	MA		0	Africa/Casablanca	33.67768	-5.63264				03	171		
10970831	Communauté Ait Oulkhalfen	communaute-ait-oulkhalfen	MA		0	Africa/Casablanca	33.67637	-5.65527				03	171		
10970832	Coopérative Mabrouka	cooperative-mabrouka	MA		0	Africa/Casablanca	33.68544	-5.65611				03	171		
10970834	Ait Anja	ait-anja	MA		0	Africa/Casablanca	33.70169	-5.63912				03	171		
10970836	Bel Kheir	bel-kheir	MA		0	Africa/Casablanca	33.70349	-5.66453				03	171		
10970838	Driss Ou Hammou	driss-ou-hammou	MA		0	Africa/Casablanca	33.71078	-5.66728				03	171		
10970839	Douar Assou	douar-assou	MA		0	Africa/Casablanca	33.71245	-5.66574				03	171		
10970841	Ain Lahsen	ain-lahsen	MA		0	Africa/Casablanca	33.71572	-5.66648				03	171		
10970842	Douar Brahim	douar-brahim	MA		0	Africa/Casablanca	33.71281	-5.66326				03	171		
10970843	Lqachla	lqachla	MA		0	Africa/Casablanca	33.71551	-5.65781				03	171		
10970844	El Qissariya	el-qissariya	MA		0	Africa/Casablanca	33.72182	-5.66706				03	171		
10970845	Sebt Jahjouh	sebt-jahjouh	MA		0	Africa/Casablanca	33.71581	-5.6687		Sebt Jahjouh		03	171		
10970846	El Karyane	el-karyane	MA		0	Africa/Casablanca	33.72184	-5.67715				03	171		
10970847	Dar Boussif	dar-boussif	MA		0	Africa/Casablanca	33.72563	-5.67728				03	171		
10970848	Dar Manfoukh	dar-manfoukh	MA		0	Africa/Casablanca	33.72363	-5.65977				03	171		
10970849	El Haj Haddou	el-haj-haddou	MA		0	Africa/Casablanca	33.71749	-5.64857				03	171		
10970850	Sahraoua	sahraoua	MA		0	Africa/Casablanca	33.71585	-5.65012				03	171		
10970851	Dar Qoudad	dar-qoudad	MA		0	Africa/Casablanca	33.71197	-5.64266				03	171		
10970852	Ait Sidi Chibani	ait-sidi-chibani	MA		0	Africa/Casablanca	33.7109	-5.62499				03	171		
10970853	Ait Ghris	ait-ghris	MA		0	Africa/Casablanca	33.73169	-5.66461				03	171		
10970854	Dar El Mimoune	dar-el-mimoune	MA		0	Africa/Casablanca	33.74683	-5.66006				03	171		
10970855	Douar Bel Kora	douar-bel-kora	MA		0	Africa/Casablanca	33.73867	-5.64925				03	171		
10970858	Dar Lakhouaja	dar-lakhouaja	MA		0	Africa/Casablanca	33.72716	-5.64947				03	171		
10970860	Ait Moussa	ait-moussa	MA		0	Africa/Casablanca	33.74347	-5.62741				03	171		
10970882	Aqasri	aqasri	MA		0	Africa/Casablanca	33.74044	-5.65961				03	171		
10970886	Bouyesguine	bouyesguine	MA		0	Africa/Casablanca	33.70793	-5.74624				04	291		
10970902	Lotissement Tafilalet	lotissement-tafilalet	MA		0	Africa/Casablanca	33.71335	-5.67065				03	171		
10970946	Qaddour L’abdi	qaddour-l-abdi	MA		0	Africa/Casablanca	31.7425	-8.23221				07	351		
10970947	Al ’Abdi	al-abdi	MA		0	Africa/Casablanca	31.73392	-8.20572				07	351		
10970950	Bel Hachmi	bel-hachmi	MA		0	Africa/Casablanca	31.72107	-8.20632				07	351		
10970954	Douar Nwaji	douar-nwaji	MA		0	Africa/Casablanca	31.70169	-8.24098				07	351		
10970955	Bouyma	bouyma	MA		0	Africa/Casablanca	31.69639	-8.21649				07	351		
10970956	Douar l’ich	douar-l-ich	MA		0	Africa/Casablanca	31.69727	-8.2122				07	351		
10970958	Douar Dra’lamzara	douar-dra-lamzara	MA		0	Africa/Casablanca	31.68027	-8.21978				07	351		
10970960	Dwabat	dwabat	MA		0	Africa/Casablanca	31.68086	-8.19334				07	351		
10970961	Douar ’Sila	douar-sila	MA		0	Africa/Casablanca	31.6758	-8.19418				07	351		
10970962	Damaine Swihla	damaine-swihla	MA		0	Africa/Casablanca	31.67138	-8.19886				07	351		
10970964	Ayt Çghir	ayt-cghir	MA		0	Africa/Casablanca	31.65478	-8.24098				07	351		
10970965	Douar Dwira	douar-dwira	MA		0	Africa/Casablanca	31.64882	-8.23398				07	351		
10970966	Douar Drag	douar-drag	MA		0	Africa/Casablanca	31.65279	-8.21785				07	351		
10970968	Douar Jniynat	douar-jniynat	MA		0	Africa/Casablanca	31.64068	-8.2132				07	351		
10970969	Douar al Qayd	douar-al-qayd	MA		0	Africa/Casablanca	31.63768	-8.19585				07	351		
10970970	Douar Felil	douar-felil	MA		0	Africa/Casablanca	31.63106	-8.21538				07	351		
10970975	Douar Aj-Jorf	douar-aj-jorf	MA		0	Africa/Casablanca	31.60358	-8.21379				07	351		
10970979	Douar al Hrach	douar-al-hrach	MA		0	Africa/Casablanca	31.58447	-8.20954				07	351		
10970983	Douar Ayt Haddiya	douar-ayt-haddiya	MA		0	Africa/Casablanca	31.56993	-8.20186				07	351		
10970986	Ayt ’Ali Limouri	ayt-ali-limouri	MA		0	Africa/Casablanca	31.55412	-8.23949				07	351		
10970987	Dar Takarkiss	dar-takarkiss	MA		0	Africa/Casablanca	31.56103	-8.2111				07	351		
10970989	Douar al ’Askri	douar-al-askri	MA		0	Africa/Casablanca	31.55062	-8.23941				07	351		
10970990	Douar al Krissi	douar-al-krissi	MA		0	Africa/Casablanca	31.53554	-8.24179				07	351		
10970992	Ayt Wahbi	ayt-wahbi	MA		0	Africa/Casablanca	31.53354	-8.21722				07	351		
10970995	Al Qjar	al-qjar	MA		0	Africa/Casablanca	31.53898	-8.19823				07	351		
10970998	Tahar L’abed	tahar-l-abed	MA		0	Africa/Casablanca	31.52162	-8.21273				07	351		
10971002	Laghtitiss	laghtitiss	MA		0	Africa/Casablanca	31.51754	-8.222				07	351		
10971006	Ayt Saghiouchene	ayt-saghiouchene	MA		0	Africa/Casablanca	31.50146	-8.23578				07	351		
10971008	Ayt Bou Hamoun	ayt-bou-hamoun	MA		0	Africa/Casablanca	31.50225	-8.21235				07	351		
10971009	Al Owadess	al-owadess	MA		0	Africa/Casablanca	31.50179	-8.16916				07	041		
10971011	Zitoun	zitoun	MA		0	Africa/Casablanca	31.50956	-8.17577				07	041		
10971012	Ayt ’Attawi	ayt-attawi	MA		0	Africa/Casablanca	31.51551	-8.1807				07	351		
10971013	Ayt Dich	ayt-dich	MA		0	Africa/Casablanca	31.51783	-8.17476				07	351		
10971014	Douar Cherifia	douar-cherifia	MA		0	Africa/Casablanca	31.51774	-8.16289				07	041		
10971016	Douar Salas	douar-salas	MA		0	Africa/Casablanca	31.52844	-8.17442				07	351		
10971017	Douar Ahmar	douar-ahmar	MA		0	Africa/Casablanca	31.53899	-8.14794				07	351		
10971020	Ayt Bou Ziyane	ayt-bou-ziyane	MA		0	Africa/Casablanca	31.54594	-8.17272				07	351		
10971021	Ayt Oumzi	ayt-oumzi	MA		0	Africa/Casablanca	31.56094	-8.19115				07	351		
10971025	Ayt Goub	ayt-goub	MA		0	Africa/Casablanca	31.54907	-8.16459				07	351		
10971029	Ayt Brahim	ayt-brahim	MA		0	Africa/Casablanca	31.5792	-8.19211				07	351		
10971030	Ayt Habibi	ayt-habibi	MA		0	Africa/Casablanca	31.58426	-8.18785				07	351		
10971031	Ayt al Goufi	ayt-al-goufi	MA		0	Africa/Casablanca	31.58721	-8.18935				07	351		
10971033	Douar Jnane Drawi	douar-jnane-drawi	MA		0	Africa/Casablanca	31.5773	-8.13426				07	351		
10971034	Jbabia	jbabia	MA		0	Africa/Casablanca	31.592	-8.18403				07	351		
10971036	Douar Mnabha	douar-mnabha	MA		0	Africa/Casablanca	31.59201	-8.15105				07	351		
10971039	Douar al Bacha	douar-al-bacha	MA		0	Africa/Casablanca	31.6051	-8.14032				07	351		
10971041	Sa’ada	sa-ada	MA		0	Africa/Casablanca	31.62908	-8.15811				07	351		
10971045	Douar Ar Ragueb	douar-ar-ragueb	MA		0	Africa/Casablanca	31.65112	-8.18377				07	351		
10971048	Mrabtine	mrabtine	MA		0	Africa/Casablanca	31.64718	-8.15397				07	351		
10971050	Ahl Tayebou Mrabtine	ahl-tayebou-mrabtine	MA		0	Africa/Casablanca	31.67899	-8.17652				07	351		
10971052	Douar Cheikh al Himed	douar-cheikh-al-himed	MA		0	Africa/Casablanca	31.68128	-8.17014				07	351		
10971055	Oulad Ahmed	oulad-ahmed	MA		0	Africa/Casablanca	31.71894	-8.15566				07	351		
10971064	Douar al Ba’jah	douar-al-ba-jah	MA		0	Africa/Casablanca	31.66662	-8.1357				07	351		
10971065	Douar Bour as-Shab	douar-bour-as-shab	MA		0	Africa/Casablanca	31.65565	-8.12759				07	351		
10971068	Oulad Bel Iahsene	oulad-bel-iahsene	MA		0	Africa/Casablanca	31.6401	-8.13351				07	351		
10971070	Douar Frakich	douar-frakich	MA		0	Africa/Casablanca	31.62803	-8.12519				07	351		
10971071	Douar Rib	douar-rib	MA		0	Africa/Casablanca	31.62637	-8.09011				07	351		
10971072	Douar Arja	douar-arja	MA		0	Africa/Casablanca	31.62133	-8.11191				07	351		
10971074	Moulay ’Ali	moulay-ali	MA		0	Africa/Casablanca	31.60824	-8.0928				07	351		
10971077	Moulay al Hiba	moulay-al-hiba	MA		0	Africa/Casablanca	31.59211	-8.10356				07	351		
10971078	Douar Boudhir	douar-boudhir	MA		0	Africa/Casablanca	31.58949	-8.08792				07	351		
10971080	Sidi ’Ali Oulhaj	sidi-ali-oulhaj	MA		0	Africa/Casablanca	31.58061	-8.09968				07	351		
10971081	Oulad al Garne	oulad-al-garne	MA		0	Africa/Casablanca	31.5777	-8.09996				07	351		
10971082	Douar Asraghna	douar-asraghna	MA		0	Africa/Casablanca	31.55721	-8.1261				07	351		
10971087	Douar Cherif	douar-cherif	MA		0	Africa/Casablanca	31.54373	-8.11483				07	351		
10971088	Douar Ben ’Omar	douar-ben-omar	MA		0	Africa/Casablanca	31.54324	-8.1063				07	351		
10971097	Douar Tawna	douar-tawna	MA		0	Africa/Casablanca	31.51286	-8.0417				07	041		
10971099	Douar Sidi Bou Zid	douar-sidi-bou-zid	MA		0	Africa/Casablanca	31.52083	-8.06131				07	041		
10971100	Oulad Yahya	oulad-yahya	MA		0	Africa/Casablanca	31.5362	-8.02945				07	351		
10971101	Douar Ayt Mbarek	douar-ayt-mbarek	MA		0	Africa/Casablanca	31.54715	-8.0612				07	351		
10971103	Douar Ben Kirane	douar-ben-kirane	MA		0	Africa/Casablanca	31.56163	-8.04537				07	351		
10971106	Ben Gawi	ben-gawi	MA		0	Africa/Casablanca	31.56203	-8.03741				07	351		
10971108	Moulay Boubker	moulay-boubker	MA		0	Africa/Casablanca	31.57803	-8.04472				07	351		
10971110	Douar al Hofra	douar-al-hofra	MA		0	Africa/Casablanca	31.59914	-8.06155				07	351		
10971111	Oulad Chawi	oulad-chawi	MA		0	Africa/Casablanca	31.599	-8.03784				07	351		
10971112	Sidi ’Abdessalam	sidi-abdessalam	MA		0	Africa/Casablanca	31.61661	-8.06797				07	351		
10971113	Douar al Yazide	douar-al-yazide	MA		0	Africa/Casablanca	31.62555	-8.07391				07	351		
10971114	Al Harch	al-harch	MA		0	Africa/Casablanca	31.61449	-8.04646				07	351		
10971115	Douar Tawzi	douar-tawzi	MA		0	Africa/Casablanca	31.63655	-8.08264				07	351		
10971117	Bel Mjid	bel-mjid	MA		0	Africa/Casablanca	31.67266	-8.03629				07	351		
10971118	Al Houmri	al-houmri	MA		0	Africa/Casablanca	31.67846	-8.04209				07	351		
10971119	Oulad Ch’ayb	oulad-ch-ayb	MA		0	Africa/Casablanca	31.68372	-8.03782				07	351		
10971123	Moulay ’Abdennbi	moulay-abdennbi	MA		0	Africa/Casablanca	31.71065	-8.03455				07	351		
10971125	Al Gartite	al-gartite	MA		0	Africa/Casablanca	31.68409	-8.01008				07	351		
10971130	Sraghna	sraghna	MA		0	Africa/Casablanca	31.68318	-8.00328				07	351		
10971131	Moulay al Mahdi	moulay-al-mahdi	MA		0	Africa/Casablanca	31.67611	-8.00348				07	351		
10971135	Douar Alalmat	douar-alalmat	MA		0	Africa/Casablanca	31.50888	-8.01074				07	041		
10971141	Oulad Abba	oulad-abba	MA		0	Africa/Casablanca	31.68829	-8.16442				07	351		
10971205	Douar Sidi Bou Lahsene	douar-sidi-bou-lahsene	MA		0	Africa/Casablanca	33.98598	-4.22299				03	561		
10971737	Mon Fre	mon-fre	MA		0	Africa/Casablanca	33.99178	-4.1982				03	561		
10971744	Douar Chebbout	douar-chebbout	MA		0	Africa/Casablanca	33.99465	-4.11645				03	561		
10971746	Douar Iç-çeffahen	douar-ic-ceffahen	MA		0	Africa/Casablanca	33.98842	-4.10341				03	561		
10971747	Douar Al Khanfra	douar-al-khanfra	MA		0	Africa/Casablanca	33.97652	-4.07414				03	561		
10971748	Douar Imedrane	douar-imedrane	MA		0	Africa/Casablanca	33.98908	-4.08665				03	561		
10971749	Douar Ach’ari	douar-ach-ari	MA		0	Africa/Casablanca	33.97826	-4.08172				03	561		
10971754	Douar Bdought	douar-bdought	MA		0	Africa/Casablanca	33.97391	-4.02346				03	561		
10971758	Al Wajjiq	al-wajjiq	MA		0	Africa/Casablanca	33.96863	-4.00249				03	561		
10971761	Douar Ayt Issil	douar-ayt-issil	MA		0	Africa/Casablanca	33.95911	-4.03282				03	561		
10971763	Douar Agherbi	douar-agherbi	MA		0	Africa/Casablanca	33.959	-4.06091				03	561		
10971765	Douar Linnjo	douar-linnjo	MA		0	Africa/Casablanca	33.94389	-4.032				03	561		
10971766	Douar Al M’arat	douar-al-m-arat	MA		0	Africa/Casablanca	33.95712	-4.0635				03	561		
10971769	Douar Oubja	douar-oubja	MA		0	Africa/Casablanca	33.95612	-4.10159				03	561		
10971770	Douar Tarehout	douar-tarehout	MA		0	Africa/Casablanca	33.95815	-4.10764				03	561		
10971773	Tizi Ar Rab’ane	tizi-ar-rab-ane	MA		0	Africa/Casablanca	33.9569	-4.13036				03	561		
10971778	Douar Tninna	douar-tninna	MA		0	Africa/Casablanca	33.95147	-4.16899				03	561		
10971787	Douar Madrad	douar-madrad	MA		0	Africa/Casablanca	33.95014	-4.22894				03	561		
10971797	Douar Oummalwine	douar-oummalwine	MA		0	Africa/Casablanca	33.93743	-4.17021				03	561		
10971798	Douar Khenafou	douar-khenafou	MA		0	Africa/Casablanca	33.9286	-4.15193				03	561		
10971806	Douar Bou Yssil	douar-bou-yssil	MA		0	Africa/Casablanca	33.92589	-4.09088				03	561		
10971819	Douar El Mehajet	douar-el-mehajet	MA		0	Africa/Casablanca	33.91726	-4.07789				03	561		
10971830	Douar Timsoukht	douar-timsoukht	MA		0	Africa/Casablanca	33.90315	-4.15742				03	561		
10971835	Douar Beni ’Abbad	douar-beni-abbad	MA		0	Africa/Casablanca	33.9039	-4.20446				03	451		
10971846	Douar Msara	douar-msara	MA		0	Africa/Casablanca	33.87786	-4.20161				03	561		
10971856	Douar Bou Iznane	douar-bou-iznane	MA		0	Africa/Casablanca	33.86318	-4.10971				03	561		
10971874	Douar Lemrat	douar-lemrat	MA		0	Africa/Casablanca	33.85762	-4.12082				03	561		
10971877	Douar Lajaj	douar-lajaj	MA		0	Africa/Casablanca	33.84625	-4.1523				03	561		
10971911	Douar Bou Açfour	douar-bou-acfour	MA		0	Africa/Casablanca	33.82231	-4.09178				03	561		
10971926	Douar Asrafi	douar-asrafi	MA		0	Africa/Casablanca	33.82679	-4.03685				03	561		
10971935	Douar Wad Irgane	douar-wad-irgane	MA		0	Africa/Casablanca	33.79065	-4.10769				03	561		
10971947	Douar Bi Souhane	douar-bi-souhane	MA		0	Africa/Casablanca	33.79104	-4.24331				03	451		
10971952	Douar Istifene	douar-istifene	MA		0	Africa/Casablanca	33.76161	-4.23509				03	451		
10971964	Douar La’ri Oukrat	douar-la-ri-oukrat	MA		0	Africa/Casablanca	33.77711	-4.08803				03	561		
10971973	Douar Tannkraremt	douar-tannkraremt	MA		0	Africa/Casablanca	33.77073	-4.00002				03	561		
10976303	Ait El Houssine Ou Amar	ait-el-houssine-ou-amar	MA		0	Africa/Casablanca	33.62125	-5.37284				03	171		
10976305	Ait El Haj	ait-el-haj	MA		0	Africa/Casablanca	33.61599	-5.36833				03	171		
10976310	Hay Eddoum	hay-eddoum	MA		0	Africa/Casablanca	33.65639	-5.59395				03	171		
10976315	Hay Amina	hay-amina	MA		0	Africa/Casablanca	33.64001	-5.59245				03	171		
10976320	Kasba	kasba	MA		0	Africa/Casablanca	33.64383	-5.59165				03	171		
10976321	Pachalik	pachalik	MA		0	Africa/Casablanca	33.64033	-5.58629				03	171		
10976323	Charikat Zayane	charikat-zayane	MA		0	Africa/Casablanca	33.74778	-5.54098				03	171		
10976328	Douar Ejjamaa	douar-ejjamaa	MA		0	Africa/Casablanca	33.86775	-5.61288				03	061		
10976330	Dar Abdellah	dar-abdellah	MA		0	Africa/Casablanca	33.86434	-5.60502				03	061		
10976333	Hay Mansour	hay-mansour	MA		0	Africa/Casablanca	33.86698	-5.58161				03	061		
10976339	Hay Ezzaytoune	hay-ezzaytoune	MA		0	Africa/Casablanca	33.86645	-5.54958				03	061		
10976340	Hay Tzzanoua	hay-tzzanoua	MA		0	Africa/Casablanca	33.87085	-5.53468				03	061		
10976343	Hay Zaytouna	hay-zaytouna	MA		0	Africa/Casablanca	33.85485	-5.51078				03	061		
10976344	Hay El Amal	hay-el-amal	MA		0	Africa/Casablanca	33.8533	-5.52891				03	061		
10976352	Hay Marjane Deux	hay-marjane-deux	MA		0	Africa/Casablanca	33.86021	-5.57582				03	061		
10976355	Coopérative Laayoune	cooperative-laayoune	MA		0	Africa/Casablanca	33.85173	-5.58256				03	061		
10976362	Dyoar Sfiha	dyoar-sfiha	MA		0	Africa/Casablanca	33.85057	-5.5817				03	061		
10976368	Douar Ait Othmane Hmarine	douar-ait-othmane-hmarine	MA		0	Africa/Casablanca	33.84093	-5.50525				03	061		
10976369	Dar Moulqud	dar-moulqud	MA		0	Africa/Casablanca	33.83539	-5.53116				03	061		
10976373	Dar Azznuz	dar-azznuz	MA		0	Africa/Casablanca	33.83138	-5.52938				03	061		
10976374	Coopérative Ennaiji	cooperative-ennaiji	MA		0	Africa/Casablanca	33.84252	-5.5614				03	061		
10976380	Coopérative Lekbira	cooperative-lekbira	MA		0	Africa/Casablanca	33.84211	-5.61747				03	061		
10976381	Coopérative Lekbira	cooperative-lekbira	MA		0	Africa/Casablanca	33.82612	-5.6177				03	061		
10976383	Coopérative El Hassaniya	cooperative-el-hassaniya	MA		0	Africa/Casablanca	33.82337	-5.59427				03	171		
10976384	Douar El Alaoui	douar-el-alaoui	MA		0	Africa/Casablanca	33.82742	-5.55028				03	061		
10976386	Coopérative Ennaiji	cooperative-ennaiji	MA		0	Africa/Casablanca	33.82325	-5.51896				03	061		
10976387	Douar Ait Hammdou Ou Rahou	douar-ait-hammdou-ou-rahou	MA		0	Africa/Casablanca	33.82102	-5.50587				03	061		
10976388	Douar Ait Youssef Ou Rahou	douar-ait-youssef-ou-rahou	MA		0	Africa/Casablanca	33.81592	-5.5057				03	061		
10976389	El Caidat Maijat	el-caidat-maijat	MA		0	Africa/Casablanca	33.81223	-5.50692				03	061		
10976390	Douar Ait Ourguine	douar-ait-ourguine	MA		0	Africa/Casablanca	33.81061	-5.50157				03	061		
10976391	Coopérative Sidi El Arbi	cooperative-sidi-el-arbi	MA		0	Africa/Casablanca	33.81271	-5.51363				03	061		
10976392	Douar Lkaryane	douar-lkaryane	MA		0	Africa/Casablanca	33.81809	-5.51333				03	061		
10976397	Coopérative El Hassaniya	cooperative-el-hassaniya	MA		0	Africa/Casablanca	33.81651	-5.57824				03	061		
10976399	Coopérative El Hassaniya	cooperative-el-hassaniya	MA		0	Africa/Casablanca	33.81307	-5.59582				03	171		
10976400	Coopérative Bou Afiya	cooperative-bou-afiya	MA		0	Africa/Casablanca	33.81175	-5.59809				03	171		
10976411	Douar Aquensar	douar-aquensar	MA		0	Africa/Casablanca	33.78769	-5.59638				03	171		
10976415	Douar Ait Moussa Ou Ali	douar-ait-moussa-ou-ali	MA		0	Africa/Casablanca	33.79633	-5.55693				03	061		
10976416	Douar Ait Ali Ou Moussa	douar-ait-ali-ou-moussa	MA		0	Africa/Casablanca	33.79019	-5.55544				03	061		
10976420	Douar Mouna	douar-mouna	MA		0	Africa/Casablanca	33.80034	-5.50287				03	061		
10976421	Douar Ait Amer	douar-ait-amer	MA		0	Africa/Casablanca	33.80462	-5.49744				03	061		
10976423	Dar Bouhri	dar-bouhri	MA		0	Africa/Casablanca	33.78832	-5.50257				03	061		
10976426	Douar Ait Ben Oihmane	douar-ait-ben-oihmane	MA		0	Africa/Casablanca	33.77839	-5.54622				03	061		
10976427	Douar Ait Ali Ouchoau	douar-ait-ali-ouchoau	MA		0	Africa/Casablanca	33.7817	-5.54944				03	061		
10976428	Douar Ait Othmane Oucheaua	douar-ait-othmane-oucheaua	MA		0	Africa/Casablanca	33.78659	-5.55092				03	061		
10976430	Société de Développement Agricole Kikri	societe-de-developpement-agricole-kikri	MA		0	Africa/Casablanca	33.77954	-5.57789		Societe de Developpement Agricole Kikri,Société de Développement Agricole Kikri		03	171		
10976432	Coopérative Lhouriya	cooperative-lhouriya	MA		0	Africa/Casablanca	33.77525	-5.60177				03	171		
10976437	Douar Ait Lzoussine	douar-ait-lzoussine	MA		0	Africa/Casablanca	33.77303	-5.54385				03	061		
10976438	Douar Ait Belqas	douar-ait-belqas	MA		0	Africa/Casablanca	33.76974	-5.53871				03	061		
10976439	Société de Développement Agricole Douar Charika Lekhira	societe-de-developpement-agricole-douar-charika-lekhira	MA		0	Africa/Casablanca	33.76692	-5.57669		Societe de Developpement Agricole Douar Charika Lekhira,Société de Développement Agricole Douar Charika Lekhira		03	171		
10976442	Douar Tizi Igourramene	douar-tizi-igourramene	MA		0	Africa/Casablanca	33.7672	-5.61737				03	171		
10976443	Dar Ou Aissa	dar-ou-aissa	MA		0	Africa/Casablanca	33.75853	-5.62158				03	171		
10976447	Société de Développement Agricole Douar Charika Sghira	societe-de-developpement-agricole-douar-charika-sghira	MA		0	Africa/Casablanca	33.75962	-5.57315		Societe de Developpement Agricole Douar Charika Sghira,Société de Développement Agricole Douar Charika Sghira		03	171		
10976448	Douar Ait Haddou Hammou	douar-ait-haddou-hammou	MA		0	Africa/Casablanca	33.76508	-5.53343				03	061		
10976449	Charikat Zayane	charikat-zayane	MA		0	Africa/Casablanca	33.75397	-5.5339				03	171		
10976452	Dar Bahlouli	dar-bahlouli	MA		0	Africa/Casablanca	33.75068	-5.50764				03	171		
10976455	Douar Ait Abdessalam	douar-ait-abdessalam	MA		0	Africa/Casablanca	33.75154	-5.60269				03	171		
10976460	Coopérative Ennaiji	cooperative-ennaiji	MA		0	Africa/Casablanca	33.83701	-5.56348				03	061		
10976471	Hay Eblaam	hay-eblaam	MA		0	Africa/Casablanca	33.85134	-5.52149				03	061		
10976472	Douar Irsekalene	douar-irsekalene	MA		0	Africa/Casablanca	33.80269	-5.56273				03	061		
10976478	Comagri	comagri	MA		0	Africa/Casablanca	33.74305	-5.36426				03	171		
10976480	Dar Rahou Naamane	dar-rahou-naamane	MA		0	Africa/Casablanca	33.74634	-5.35098				03	171		
10976484	Coopérative Ait Moussa	cooperative-ait-moussa	MA		0	Africa/Casablanca	33.74724	-5.3388				03	171		
10976489	Dar Driss Abich	dar-driss-abich	MA		0	Africa/Casablanca	33.62019	-5.33909				03	171		
10976492	Bouazza Aqachchour	bouazza-aqachchour	MA		0	Africa/Casablanca	33.61953	-5.31909				03	171		
10976493	Dar El Haj Eddar	dar-el-haj-eddar	MA		0	Africa/Casablanca	33.62085	-5.3115				03	171		
10976494	Tizi Nabrouri	tizi-nabrouri	MA		0	Africa/Casablanca	33.62043	-5.28723				03	171		
10976495	Ait Baghazi	ait-baghazi	MA		0	Africa/Casablanca	33.6209	-5.28017				03	171		
10976497	Dar Oufqir Mimoune	dar-oufqir-mimoune	MA		0	Africa/Casablanca	33.61819	-5.25169				03	171		
10976498	Ait Ali Ou Alla	ait-ali-ou-alla	MA		0	Africa/Casablanca	33.60576	-5.27362				03	171		
10976507	Ait Baammou	ait-baammou	MA		0	Africa/Casablanca	33.599	-5.37263				03	171		
10976508	Ait Blal	ait-blal	MA		0	Africa/Casablanca	33.59042	-5.30693				03	171		
10976509	Coopérative Iqbar Iqaddaren	cooperative-iqbar-iqaddaren	MA		0	Africa/Casablanca	33.59682	-5.30448				03	171		
10976513	Coopérative Iqbar Ait Naamane	cooperative-iqbar-ait-naamane	MA		0	Africa/Casablanca	33.5929	-5.25129				03	171		
10976533	Taqachmiret Ouihlan	taqachmiret-ouihlan	MA		0	Africa/Casablanca	33.54802	-5.34691				03	271		
10976534	Dar Moha Ou Said	dar-moha-ou-said	MA		0	Africa/Casablanca	33.54377	-5.3516				03	271		
10976538	Tazaret Iqatlaane	tazaret-iqatlaane	MA		0	Africa/Casablanca	33.54851	-5.3224				03	271		
10976541	Imaouen Ouddar	imaouen-ouddar	MA		0	Africa/Casablanca	33.5427	-5.27869				03	271		
10976548	Oulad Abdessalem Aarab	oulad-abdessalem-aarab	MA		0	Africa/Casablanca	33.52981	-5.31542				03	271		
10976556	Ait Imour	ait-imour	MA		0	Africa/Casablanca	33.5348	-5.34269				03	271		
10976557	Ait Hassan Nittohmad	ait-hassan-nittohmad	MA		0	Africa/Casablanca	33.53666	-5.3517				03	271		
10976564	Dar Ababou Miloud	dar-ababou-miloud	MA		0	Africa/Casablanca	33.52352	-5.32198				03	271		
10976565	Iharoujen	iharoujen	MA		0	Africa/Casablanca	33.51711	-5.31954				03	271		
10976569	Ait Moussa Ou Addi	ait-moussa-ou-addi	MA		0	Africa/Casablanca	33.51114	-5.26028				03	271		
10976574	Ait Hammou	ait-hammou	MA		0	Africa/Casablanca	33.51387	-5.31112				03	271		
10976575	Dar Fadili Mimoune	dar-fadili-mimoune	MA		0	Africa/Casablanca	33.50769	-5.31012				03	271		
10976584	Ait Boubker	ait-boubker	MA		0	Africa/Casablanca	33.50218	-5.35409				03	271		
10976585	Dar El Youssefi Moha	dar-el-youssefi-moha	MA		0	Africa/Casablanca	33.49814	-5.3495				03	271		
10976587	Dar Achekkour	dar-achekkour	MA		0	Africa/Casablanca	33.50528	-5.32444				03	271		
10976590	Dar Omari Med	dar-omari-med	MA		0	Africa/Casablanca	33.50041	-5.31568				03	271		
10976593	Ait Ou Ali	ait-ou-ali	MA		0	Africa/Casablanca	33.50395	-5.28296				03	271		
10976602	Ait Errigou	ait-errigou	MA		0	Africa/Casablanca	33.74202	-5.30526				03	171		
10976604	Ghoudane	ghoudane	MA		0	Africa/Casablanca	33.7336	-5.31612				03	171		
10976612	Ait Abbou	ait-abbou	MA		0	Africa/Casablanca	33.73136	-5.25605				03	271		
10976620	Masdae Jouahel	masdae-jouahel	MA		0	Africa/Casablanca	33.72405	-5.33433				03	171		
10976625	Coopérative Ait Naamane	cooperative-ait-naamane	MA		0	Africa/Casablanca	33.72261	-5.34485				03	171		
10976628	Oulad Ouatiti Sidi Machhour	oulad-ouatiti-sidi-machhour	MA		0	Africa/Casablanca	33.72072	-5.31568				03	171		
10976635	Ait Aissa	ait-aissa	MA		0	Africa/Casablanca	33.71977	-5.28421				03	171		
10976637	Ait Blal	ait-blal	MA		0	Africa/Casablanca	33.71206	-5.26816				03	171		
10976639	Tisli Oudi	tisli-oudi	MA		0	Africa/Casablanca	33.70788	-5.25087				03	171		
10976642	Ait Blal	ait-blal	MA		0	Africa/Casablanca	33.7043	-5.26095				03	171		
10976643	Dar El Houssine Amantich	dar-el-houssine-amantich	MA		0	Africa/Casablanca	33.70335	-5.27698				03	171		
10976646	Dar Ben El Haj Ahmed	dar-ben-el-haj-ahmed	MA		0	Africa/Casablanca	33.70828	-5.33636				03	171		
10976647	Ait Ammou Bou Qassou	ait-ammou-bou-qassou	MA		0	Africa/Casablanca	33.70353	-5.34302				03	171		
10976654	Ait Chaaou	ait-chaaou	MA		0	Africa/Casablanca	33.70903	-5.36247				03	171		
10976655	Ait Mansour	ait-mansour	MA		0	Africa/Casablanca	33.69046	-5.35301				03	171		
10976660	Ba Ali Ou Lghazi	ba-ali-ou-lghazi	MA		0	Africa/Casablanca	33.6946	-5.27281				03	171		
10976661	Ait Ali Ou Lahsen	ait-ali-ou-lahsen	MA		0	Africa/Casablanca	33.69589	-5.26946				03	171		
10976662	Dar Driss Azeroual	dar-driss-azeroual	MA		0	Africa/Casablanca	33.69763	-5.26064				03	171		
10976664	Ait Aissa	ait-aissa	MA		0	Africa/Casablanca	33.68631	-5.25072				03	171		
10976665	Tabahhout	tabahhout	MA		0	Africa/Casablanca	33.68821	-5.2974				03	171		
10976666	Taddart Mohand Ou Haddou	taddart-mohand-ou-haddou	MA		0	Africa/Casablanca	33.67853	-5.32252				03	171		
10976673	Ait Youssef Ou Othmane	ait-youssef-ou-othmane	MA		0	Africa/Casablanca	33.68605	-5.34865				03	171		
10976697	Kasbat Moulay El Hassan	kasbat-moulay-el-hassan	MA		0	Africa/Casablanca	33.68705	-5.3721				03	171		
10976699	Hay Eddoum	hay-eddoum	MA		0	Africa/Casablanca	33.67542	-5.36629				03	171		
10976701	Timaalit	timaalit	MA		0	Africa/Casablanca	33.67552	-5.2607				03	171		
10976706	Ait Ben Hsine	ait-ben-hsine	MA		0	Africa/Casablanca	33.66262	-5.34384				03	171		
10976712	Ait Said	ait-said	MA		0	Africa/Casablanca	33.65561	-5.34043				03	171		
10976713	Dar Driss Ou Ba Ali	dar-driss-ou-ba-ali	MA		0	Africa/Casablanca	33.65371	-5.35024				03	171		
10976786	Dar Alla Amharech	dar-alla-amharech	MA		0	Africa/Casablanca	33.63665	-5.37122				03	171		
10976787	Ait Blal	ait-blal	MA		0	Africa/Casablanca	33.63167	-5.37232				03	171		
10976833	Dar Moha n-Baba	dar-moha-n-baba	MA		0	Africa/Casablanca	33.63051	-5.31934				03	171		
10976834	Ait Aissa	ait-aissa	MA		0	Africa/Casablanca	33.63038	-5.30955				03	171		
10976835	Dar Lahssayni Hmid	dar-lahssayni-hmid	MA		0	Africa/Casablanca	33.62707	-5.32112				03	171		
10976838	Ait Ichchou	ait-ichchou	MA		0	Africa/Casablanca	33.62693	-5.25873				03	171		
10976849	Chrichira	chrichira	MA		0	Africa/Casablanca	33.69409	-5.36541				03	171		
10976897	Dada El Haj Lahsen	dada-el-haj-lahsen	MA		0	Africa/Casablanca	33.62207	-4.97782				03	271		
10976900	Douar Ait Said Ou Abderrahmane	douar-ait-said-ou-abderrahmane	MA		0	Africa/Casablanca	33.6168	-4.95128				03	271		
10976901	Tassa Ouamane	tassa-ouamane	MA		0	Africa/Casablanca	33.61644	-4.93979				03	271		
10976904	Lborj Ou Keraouch	lborj-ou-keraouch	MA		0	Africa/Casablanca	33.6084	-4.92829				03	271		
10976909	Douar Iqerrouchene	douar-iqerrouchene	MA		0	Africa/Casablanca	33.6213	-4.88981				03	451		
10976910	Sidi El Ghazi	sidi-el-ghazi	MA		0	Africa/Casablanca	33.61869	-4.88349				03	451		
10976916	Talaint Ibkhar	talaint-ibkhar	MA		0	Africa/Casablanca	33.6005	-4.96569				03	271		
10976918	Douar Ait Youssef	douar-ait-youssef	MA		0	Africa/Casablanca	33.61841	-4.97599				03	271		
10976919	Afoud Inoulane	afoud-inoulane	MA		0	Africa/Casablanca	33.61565	-4.98178				03	271		
10976921	Moulay Abdelkader Jilali	moulay-abdelkader-jilali	MA		0	Africa/Casablanca	33.61505	-4.99187				03	271		
10976928	Bouighsane	bouighsane	MA		0	Africa/Casablanca	33.59569	-4.99618				03	271		
10976932	Imma Henna	imma-henna	MA		0	Africa/Casablanca	33.59623	-4.97541				03	271		
10976938	Bou Tezrout	bou-tezrout	MA		0	Africa/Casablanca	33.58293	-4.9935				03	271		
10976939	Douar Ait-Rahou	douar-ait-rahou	MA		0	Africa/Casablanca	33.59212	-4.97556				03	271		
10976940	Commune Dayat Aoua	commune-dayat-aoua	MA		0	Africa/Casablanca	33.58974	-4.97749				03	271		
10976945	Jer Ighezrane	jer-ighezrane	MA		0	Africa/Casablanca	33.57939	-4.97322				03	271		
10976952	Mechraa Lahmir	mechraa-lahmir	MA		0	Africa/Casablanca	33.55876	-4.98966				03	271		
10976954	Almou Abouri	almou-abouri	MA		0	Africa/Casablanca	33.56382	-4.9759				03	271		
10976956	Talaint Tamellalt	talaint-tamellalt	MA		0	Africa/Casablanca	33.54692	-4.99547				03	271		
10976967	Agdal Oughyoul	agdal-oughyoul	MA		0	Africa/Casablanca	33.5586	-4.90608				03	271		
10976973	Douar Ait Haddou	douar-ait-haddou	MA		0	Africa/Casablanca	33.53263	-4.98487				03	271		
10976976	Erreggada	erreggada	MA		0	Africa/Casablanca	33.53667	-4.95603				03	271		
10976980	Moubrouaz	moubrouaz	MA		0	Africa/Casablanca	33.52676	-4.93011				03	271		
10976985	Eddhar	eddhar	MA		0	Africa/Casablanca	33.54662	-4.91647				03	271		
10976989	Bouaraar	bouaraar	MA		0	Africa/Casablanca	33.50842	-4.93797				03	271		
10976990	Asguine	asguine	MA		0	Africa/Casablanca	33.49821	-4.88356				03	131		
10976991	Bou Lferyas	bou-lferyas	MA		0	Africa/Casablanca	33.50426	-4.87797				03	131		
10977046	Ait Chaib	ait-chaib	MA		0	Africa/Casablanca	33.70417	-4.85536				03	451		
10977054	Ait Idar Ou Guelmam	ait-idar-ou-guelmam	MA		0	Africa/Casablanca	33.69982	-4.84604				03	451		
10977055	Coopérative Sidi Moussa	cooperative-sidi-moussa	MA		0	Africa/Casablanca	33.69862	-4.83739				03	451		
10977059	Ait El Maskine	ait-el-maskine	MA		0	Africa/Casablanca	33.69239	-4.81177				03	451		
10977060	Imouaar	imouaar	MA		0	Africa/Casablanca	33.69307	-4.81997				03	451		
10977064	Laanoussar	laanoussar	MA		0	Africa/Casablanca	33.69002	-4.81877		Aioun Snam,Laanoussar		03	451		
10977067	Ait Hmad	ait-hmad	MA		0	Africa/Casablanca	33.68767	-4.82116				03	451		
10977072	Ait Azzou	ait-azzou	MA		0	Africa/Casablanca	33.67807	-4.81663				03	451		
10977073	Ait Ichou	ait-ichou	MA		0	Africa/Casablanca	33.6791	-4.81583				03	451		
10977086	Ighrem Assaka	ighrem-assaka	MA		0	Africa/Casablanca	33.67316	-4.84834				03	451		
10977087	Ighrem n-Tachchout	ighrem-n-tachchout	MA		0	Africa/Casablanca	33.67298	-4.85587				03	451		
10977089	Ait Moussa	ait-moussa	MA		0	Africa/Casablanca	33.673	-4.8522				03	451		
10977090	Ighrem Aqdim	ighrem-aqdim	MA		0	Africa/Casablanca	33.67038	-4.85189				03	451		
10977091	Issendal Iroumine	issendal-iroumine	MA		0	Africa/Casablanca	33.67023	-4.8585				03	451		
10977096	Ait Yahya	ait-yahya	MA		0	Africa/Casablanca	33.66055	-4.83664				03	451		
10977109	Ait Haddou Ou Lahsen	ait-haddou-ou-lahsen	MA		0	Africa/Casablanca	33.64337	-4.86194				03	451		
10977113	Issaqqifene Ifoukal	issaqqifene-ifoukal	MA		0	Africa/Casablanca	33.63415	-4.81583				03	451		
10977121	Ait Oumghar	ait-oumghar	MA		0	Africa/Casablanca	33.63129	-4.84491				03	451		
10977124	Ait Ali Ou Hammou	ait-ali-ou-hammou	MA		0	Africa/Casablanca	33.62649	-4.85265				03	451		
10977127	Ait Berrahbou	ait-berrahbou	MA		0	Africa/Casablanca	33.64004	-4.81062				03	451		
10977128	Ait Eddahrir	ait-eddahrir	MA		0	Africa/Casablanca	33.6418	-4.80517				03	451		
10977129	Ait Mouloud Ou Baadi	ait-mouloud-ou-baadi	MA		0	Africa/Casablanca	33.64458	-4.80287				03	451		
10977137	Ikmitine	ikmitine	MA		0	Africa/Casablanca	33.62656	-4.76673				03	451		
10977152	Ait Abdellah	ait-abdellah	MA		0	Africa/Casablanca	33.66496	-4.75942				03	451		
10977157	Ait Abdellah	ait-abdellah	MA		0	Africa/Casablanca	33.67577	-4.78021				03	451		
10977169	Ait Ali Aarab	ait-ali-aarab	MA		0	Africa/Casablanca	33.68382	-4.8074				03	451		
10977170	Ait Mbarek	ait-mbarek	MA		0	Africa/Casablanca	33.69298	-4.81047				03	451		
10977171	Imqerchene	imqerchene	MA		0	Africa/Casablanca	33.69094	-4.80967				03	451		
10977172	Ait Abdellah	ait-abdellah	MA		0	Africa/Casablanca	33.69658	-4.80276				03	451		
10977182	Ait Bouckhane	ait-bouckhane	MA		0	Africa/Casablanca	33.70047	-4.7847				03	451		
10977184	Ait Hammou Ou Ali	ait-hammou-ou-ali	MA		0	Africa/Casablanca	33.70476	-4.78206				03	451		
10977185	Ait Azzou	ait-azzou	MA		0	Africa/Casablanca	33.6988	-4.78339				03	451		
10977186	Ait Mimoune Ou El Arbi	ait-mimoune-ou-el-arbi	MA		0	Africa/Casablanca	33.7034	-4.78759				03	451		
10977187	Ait Mhamed	ait-mhamed	MA		0	Africa/Casablanca	33.70558	-4.78654				03	451		
10977188	Ait Moussa	ait-moussa	MA		0	Africa/Casablanca	33.7039	-4.79564				03	451		
10977191	Ait Hand	ait-hand	MA		0	Africa/Casablanca	33.70765	-4.78937				03	451		
10977214	Ait Ben Rahou	ait-ben-rahou	MA		0	Africa/Casablanca	33.73417	-4.76137				03	451		
10977224	Ait Ali Ou Rahou	ait-ali-ou-rahou	MA		0	Africa/Casablanca	33.74069	-4.75476				03	451		
10977226	Ait Hmad	ait-hmad	MA		0	Africa/Casablanca	33.73804	-4.75918				03	451		
10977229	Ait Oujil	ait-oujil	MA		0	Africa/Casablanca	33.74021	-4.76148				03	451		
10977231	Ait Ali n-Aicha	ait-ali-n-aicha	MA		0	Africa/Casablanca	33.74434	-4.75096				03	451		
10977242	Ait Rqiya	ait-rqiya	MA		0	Africa/Casablanca	33.70585	-4.79334				03	451		
10977243	Ait Qallouch	ait-qallouch	MA		0	Africa/Casablanca	33.69967	-4.76414				03	451		
10977257	Douar Oulad Hmammouch	douar-oulad-hmammouch	MA		0	Africa/Casablanca	33.86087	-4.58719				03	451		
10977258	Douar Njajra	douar-njajra	MA		0	Africa/Casablanca	33.8681	-4.57571				03	451		
10977259	Douar Mguerhene	douar-mguerhene	MA		0	Africa/Casablanca	33.86827	-4.5716				03	451		
10977260	Douar Oulad Tayeb	douar-oulad-tayeb	MA		0	Africa/Casablanca	33.86638	-4.56606				03	451		
10977261	Oulad Ben Abbou	oulad-ben-abbou	MA		0	Africa/Casablanca	33.86237	-4.56816				03	451		
10977263	Douar Noualat	douar-noualat	MA		0	Africa/Casablanca	33.8628	-4.57359				03	451		
10977264	Douar Leqraouecha	douar-leqraouecha	MA		0	Africa/Casablanca	33.85777	-4.58035				03	451		
10977377	Douar Tajmout	douar-tajmout	MA		0	Africa/Casablanca	33.56182	-4.71608				03	451		
10977408	Douar Ait Bou Ziane	douar-ait-bou-ziane	MA		0	Africa/Casablanca	33.51571	-4.68857				03	131		
10977452	Douar Tizi Incurar	douar-tizi-incurar	MA		0	Africa/Casablanca	33.55405	-4.66214				03	131		
10977491	Tagnanayt	tagnanayt	MA		0	Africa/Casablanca	33.60927	-4.70866				03	451		
10977492	Michlifene	michlifene	MA		0	Africa/Casablanca	33.86974	-4.74251				03	451		
10977493	Oulad El Haj	oulad-el-haj	MA		0	Africa/Casablanca	33.87103	-4.73208				03	451		
10977497	Dar Jilali	dar-jilali	MA		0	Africa/Casablanca	33.86103	-4.73446				03	451		
10977500	Coopérative Jabbara	cooperative-jabbara	MA		0	Africa/Casablanca	33.85595	-4.71159				03	451		
10977509	Douar Echadka	douar-echadka	MA		0	Africa/Casablanca	33.83467	-4.69438				03	451		
10977523	Douar Dhar Lbir	douar-dhar-lbir	MA		0	Africa/Casablanca	33.82842	-4.71395		Douar Dhar Lbir,Leghris		03	451		
10977530	Hdilerie	hdilerie	MA		0	Africa/Casablanca	33.81892	-4.70535				03	451		
10977532	Douar Bni Ala	douar-bni-ala	MA		0	Africa/Casablanca	33.81476	-4.7209				03	451		
10977534	Douar Ait Laabar	douar-ait-laabar	MA		0	Africa/Casablanca	33.81409	-4.74601				03	451		
10977540	Ait El Ghazi	ait-el-ghazi	MA		0	Africa/Casablanca	33.8017	-4.71108				03	451		
10977541	Douar Bouzid	douar-bouzid	MA		0	Africa/Casablanca	33.80123	-4.71968				03	451		
10977542	Ait Jerrad	ait-jerrad	MA		0	Africa/Casablanca	33.79756	-4.72305				03	451		
10977544	Douar Mezdigha Jorf	douar-mezdigha-jorf	MA		0	Africa/Casablanca	33.79907	-4.73779				03	451		
10977548	Bled Sidi Aboud	bled-sidi-aboud	MA		0	Africa/Casablanca	33.78222	-4.7451				03	451		
10977551	Douar Ait Boukherta	douar-ait-boukherta	MA		0	Africa/Casablanca	33.78967	-4.71552				03	451		
10977557	Douar Ait Amer	douar-ait-amer	MA		0	Africa/Casablanca	33.78761	-4.69127				03	451		
10977562	Douar Lehmari	douar-lehmari	MA		0	Africa/Casablanca	33.77965	-4.71648				03	451		
10977563	Douar Leqliaa	douar-leqliaa	MA		0	Africa/Casablanca	33.77641	-4.69927				03	451		
10977564	Douirat	douirat	MA		0	Africa/Casablanca	33.77851	-4.69934				03	451		
10977568	Douar Ait Debbab	douar-ait-debbab	MA		0	Africa/Casablanca	33.77477	-4.74301				03	451		
10977573	Ait El Haj	ait-el-haj	MA		0	Africa/Casablanca	33.76353	-4.74371				03	451		
10977578	Douar Od. Sidi Mhamed	douar-od-sidi-mhamed	MA		0	Africa/Casablanca	33.76287	-4.68957				03	451		
10977582	Douar Ain Btane	douar-ain-btane	MA		0	Africa/Casablanca	33.75313	-4.6944				03	451		
10977586	Douar Ait Bou Lhenna	douar-ait-bou-lhenna	MA		0	Africa/Casablanca	33.76	-4.74352				03	451		
10977590	Douar Ait Bel Aid	douar-ait-bel-aid	MA		0	Africa/Casablanca	33.74908	-4.73187				03	451		
10977593	Douar Bou Foul	douar-bou-foul	MA		0	Africa/Casablanca	33.75835	-4.68264				03	451		
10977595	Douar Shasseh	douar-shasseh	MA		0	Africa/Casablanca	33.76055	-4.66717				03	451		
10977598	Douar Od. Daoud	douar-od-daoud	MA		0	Africa/Casablanca	33.75227	-4.63404				03	451		
10977600	Douar Taghda Ou Brahim	douar-taghda-ou-brahim	MA		0	Africa/Casablanca	33.76271	-4.62816				03	451		
10977604	Douar Lemhijibiya	douar-lemhijibiya	MA		0	Africa/Casablanca	33.76505	-4.67099				03	451		
10977610	Douar Ait Bou Hnicha	douar-ait-bou-hnicha	MA		0	Africa/Casablanca	33.77983	-4.6608				03	451		
10977628	Douar Lqettarat	douar-lqettarat	MA		0	Africa/Casablanca	33.79767	-4.62716				03	451		
10977639	Douar Ben Alahoum	douar-ben-alahoum	MA		0	Africa/Casablanca	33.81114	-4.64767				03	451		
10977643	Douar Ait Bou Kteb	douar-ait-bou-kteb	MA		0	Africa/Casablanca	33.81191	-4.6561				03	451		
10977648	Douar Bou Amara	douar-bou-amara	MA		0	Africa/Casablanca	33.81466	-4.67526				03	451		
10977657	Dar Bou Nour	dar-bou-nour	MA		0	Africa/Casablanca	33.83075	-4.66951				03	451		
10977659	Douar Ait Saghrouchene	douar-ait-saghrouchene	MA		0	Africa/Casablanca	33.83193	-4.65456				03	451		
10977660	Douar Lebbadis	douar-lebbadis	MA		0	Africa/Casablanca	33.83335	-4.65099				03	451		
10977662	Douar Lkeskas	douar-lkeskas	MA		0	Africa/Casablanca	33.83653	-4.64619				03	451		
10977671	Douar Karkoura Bni Oualghine	douar-karkoura-bni-oualghine	MA		0	Africa/Casablanca	33.84968	-4.63589				03	451		
10977676	Douar Fri Ouchene	douar-fri-ouchene	MA		0	Africa/Casablanca	33.78329	-4.71549				03	451		
10977677	Leksir	leksir	MA		0	Africa/Casablanca	33.75341	-4.69157				03	451		
10977679	Dar El Asri	dar-el-asri	MA		0	Africa/Casablanca	33.84399	-4.66667				03	451		
10977698	Douar Lmesdoura	douar-lmesdoura	MA		0	Africa/Casablanca	33.85477	-4.56786				03	451		
10977703	Lgherraf	lgherraf	MA		0	Africa/Casablanca	33.84857	-4.59854				03	451		
10977716	Douar Majnane	douar-majnane	MA		0	Africa/Casablanca	33.82852	-4.59429				03	451		
10977718	Douar Hmayda Oulad Berched	douar-hmayda-oulad-berched	MA		0	Africa/Casablanca	33.82795	-4.59751				03	451		
10977733	Kasbat Sbou	kasbat-sbou	MA		0	Africa/Casablanca	33.78773	-4.60047				03	451		
10977734	Ait Lehboub	ait-lehboub	MA		0	Africa/Casablanca	33.79046	-4.60303				03	451		
10977735	Ait Said Ou Bel Hsen	ait-said-ou-bel-hsen	MA		0	Africa/Casablanca	33.79144	-4.61843				03	451		
10977738	Douar Ait Ali Ou Haddou	douar-ait-ali-ou-haddou	MA		0	Africa/Casablanca	33.773	-4.61923				03	451		
10977742	Douar Ait Said	douar-ait-said	MA		0	Africa/Casablanca	33.77396	-4.5691				03	451		
10977743	Eddecher Lekdin	eddecher-lekdin	MA		0	Africa/Casablanca	33.77045	-4.5679				03	451		
10977744	Douar Gueri Hemdane	douar-gueri-hemdane	MA		0	Africa/Casablanca	33.7722	-4.58434				03	451		
10977746	Douar Assenson	douar-assenson	MA		0	Africa/Casablanca	33.76752	-4.5711				03	451		
10977749	Leksayer	leksayer	MA		0	Africa/Casablanca	33.7631	-4.57451				03	451		
10977752	Douar Lkoudia Lekbira	douar-lkoudia-lekbira	MA		0	Africa/Casablanca	33.7664	-4.62307				03	451		
10977753	Bou Maane	bou-maane	MA		0	Africa/Casablanca	33.76026	-4.6209				03	451		
10977757	Douar Mellaha Sidi Youssef	douar-mellaha-sidi-youssef	MA		0	Africa/Casablanca	33.75368	-4.56324				03	451		
10977787	Douar Oulad Berrada	douar-oulad-berrada	MA		0	Africa/Casablanca	33.8597	-4.56222				03	451		
10977789	Douar Oulad Bou Grine	douar-oulad-bou-grine	MA		0	Africa/Casablanca	33.85916	-4.5449				03	451		
10977790	Oulad Lfassi	oulad-lfassi	MA		0	Africa/Casablanca	33.85622	-4.54775				03	451		
10977792	Douar Qratch	douar-qratch	MA		0	Africa/Casablanca	33.84569	-4.55503				03	451		
10977794	Douar Biyyatal	douar-biyyatal	MA		0	Africa/Casablanca	33.85244	-4.56344				03	451		
10977795	Dar Lhercha	dar-lhercha	MA		0	Africa/Casablanca	33.86388	-4.53451				03	451		
10977796	Douar Sefsafa	douar-sefsafa	MA		0	Africa/Casablanca	33.86625	-4.52625				03	451		
10977802	Oulad Tayeb Hammou	oulad-tayeb-hammou	MA		0	Africa/Casablanca	33.85863	-4.52316				03	451		
10977808	Feddane Lemtara	feddane-lemtara	MA		0	Africa/Casablanca	33.8453	-4.51818				03	451		
10977814	Qarne Essauk	qarne-essauk	MA		0	Africa/Casablanca	33.84346	-4.5494				03	451		
10977815	Kalaat Ben Youssef	kalaat-ben-youssef	MA		0	Africa/Casablanca	33.84204	-4.54782				03	451		
10977827	Douar Ain Mizab	douar-ain-mizab	MA		0	Africa/Casablanca	33.81892	-4.53672				03	451		
10977832	Douar Bou Derhem	douar-bou-derhem	MA		0	Africa/Casablanca	33.809	-4.50046				03	451		
10977835	Dar El Caid Lbougrini	dar-el-caid-lbougrini	MA		0	Africa/Casablanca	33.81077	-4.51881				03	451		
10977840	Douar Oulad Meqreane	douar-oulad-meqreane	MA		0	Africa/Casablanca	33.80845	-4.52599				03	451		
10977847	Douar Aghrem	douar-aghrem	MA		0	Africa/Casablanca	33.80487	-4.53104				03	451		
10977848	Oulad Chmouri	oulad-chmouri	MA		0	Africa/Casablanca	33.79729	-4.50106				03	451		
10977851	Fej El Ain	fej-el-ain	MA		0	Africa/Casablanca	33.78716	-4.56365				03	451		
10977852	Douar Oulad Lkhetkhat	douar-oulad-lkhetkhat	MA		0	Africa/Casablanca	33.78479	-4.55842				03	451		
10977853	Oulad Shimi	oulad-shimi	MA		0	Africa/Casablanca	33.78944	-4.552				03	451		
10977855	Oulad Akhemmal	oulad-akhemmal	MA		0	Africa/Casablanca	33.79042	-4.55009				03	451		
10977858	Douar Oulad Ali	douar-oulad-ali	MA		0	Africa/Casablanca	33.78641	-4.5405				03	451		
10977864	Douar Qninna	douar-qninna	MA		0	Africa/Casablanca	33.78839	-4.55548				03	451		
10977875	Ait Sebaa	ait-sebaa	MA		0	Africa/Casablanca	33.78591	-4.62404				03	451		
10977876	Douar Leqnrabtine	douar-leqnrabtine	MA		0	Africa/Casablanca	33.75716	-4.62469				03	451		
10977894	Dar Ali Ou Ben Nacer	dar-ali-ou-ben-nacer	MA		0	Africa/Casablanca	33.99404	-4.71357				03	451		
10977897	Douar Ait Ou Berkane	douar-ait-ou-berkane	MA		0	Africa/Casablanca	33.98223	-4.70031				03	451		
10977914	Dar Ali Oussadene	dar-ali-oussadene	MA		0	Africa/Casablanca	33.96304	-4.74361				03	451		
10977917	Ait Bel Haj	ait-bel-haj	MA		0	Africa/Casablanca	33.95033	-4.73923				03	451		
10977922	Ait Ben Ayyad	ait-ben-ayyad	MA		0	Africa/Casablanca	33.95701	-4.71773				03	451		
10977927	Douar Ait Ben Idir	douar-ait-ben-idir	MA		0	Africa/Casablanca	33.94868	-4.72554				03	451		
10977934	Dar El Abdellaoui	dar-el-abdellaoui	MA		0	Africa/Casablanca	33.9369	-4.69865				03	451		
10977937	Dar Ait El Mahjoub	dar-ait-el-mahjoub	MA		0	Africa/Casablanca	33.9367	-4.71539				03	451		
10977939	Aghbalou Aqourar	aghbalou-aqourar	MA		0	Africa/Casablanca	33.9357	-4.73464				03	451		
10977940	Douar Ait Hemmi	douar-ait-hemmi	MA		0	Africa/Casablanca	33.93948	-4.73805				03	451		
10977941	Douar Ait Aqqa	douar-ait-aqqa	MA		0	Africa/Casablanca	33.93684	-4.73818				03	451		
10977944	Douar Ait Ali Bousraf	douar-ait-ali-bousraf	MA		0	Africa/Casablanca	33.9252	-4.74588				03	451		
10977948	Ait Tichchout	ait-tichchout	MA		0	Africa/Casablanca	33.92459	-4.72281				03	451		
10977950	Ifethiyene	ifethiyene	MA		0	Africa/Casablanca	33.92958	-4.70215				03	451		
10977953	Ait Cheikh	ait-cheikh	MA		0	Africa/Casablanca	33.93136	-4.68451				03	451		
10977954	Douar Ait Ayyoub	douar-ait-ayyoub	MA		0	Africa/Casablanca	33.92661	-4.68706				03	451		
10977956	Tifratina	tifratina	MA		0	Africa/Casablanca	33.92119	-4.68136				03	451		
10977960	Douar Ait Haddou Ou Aissa n-Tazzitount	douar-ait-haddou-ou-aissa-n-tazzitount	MA		0	Africa/Casablanca	33.91683	-4.72824				03	451		
10977962	Ferme Kadi	ferme-kadi	MA		0	Africa/Casablanca	33.91713	-4.7032				03	451		
10977963	Ait Mimoune	ait-mimoune	MA		0	Africa/Casablanca	33.91291	-4.70642				03	451		
10977968	Ait Berraha	ait-berraha	MA		0	Africa/Casablanca	33.89779	-4.74161				03	451		
10977971	Ait Bougrine	ait-bougrine	MA		0	Africa/Casablanca	33.9093	-4.71335				03	451		
10977979	Dar Lahsen Ou Abdellah	dar-lahsen-ou-abdellah	MA		0	Africa/Casablanca	33.87508	-4.73702				03	451		
10977982	Douar Jemaa	douar-jemaa	MA		0	Africa/Casablanca	33.87815	-4.69155		Douar Jemaa,Souk Kdim		03	451		
10977983	Dar El Jebli	dar-el-jebli	MA		0	Africa/Casablanca	33.8787	-4.67627				03	451		
10977991	Ferme Royale El Ouata	ferme-royale-el-ouata	MA		0	Africa/Casablanca	33.89665	-4.67282				03	451		
10977992	Douar Taghzout	douar-taghzout	MA		0	Africa/Casablanca	33.89469	-4.66595				03	451		
10977994	Douar Ait Akka	douar-ait-akka	MA		0	Africa/Casablanca	33.90376	-4.65642				03	451		
10977995	Lebrayk	lebrayk	MA		0	Africa/Casablanca	33.91044	-4.64911				03	451		
10977997	Douar Lehouant	douar-lehouant	MA		0	Africa/Casablanca	33.90689	-4.65398				03	451		
10977998	Douar Lkifane	douar-lkifane	MA		0	Africa/Casablanca	33.90419	-4.64872				03	451		
10978003	Douar Ihamdone	douar-ihamdone	MA		0	Africa/Casablanca	33.92255	-4.67086				03	451		
10978006	Douar Bou Sedra	douar-bou-sedra	MA		0	Africa/Casablanca	33.93698	-4.62984				03	451		
10978008	Douar Ryafa	douar-ryafa	MA		0	Africa/Casablanca	33.93421	-4.62778				03	451		
10978018	Dar Ennasri Abdellah	dar-ennasri-abdellah	MA		0	Africa/Casablanca	33.96023	-4.6317				03	451		
10978020	Tastaout	tastaout	MA		0	Africa/Casablanca	33.95009	-4.66101				03	451		
10978039	Douar Ait Ayyoub	douar-ait-ayyoub	MA		0	Africa/Casablanca	33.95468	-4.66099				03	451		
10978042	Ait Ben Ali	ait-ben-ali	MA		0	Africa/Casablanca	33.96623	-4.63273				03	451		
10978043	Ait Brahim	ait-brahim	MA		0	Africa/Casablanca	33.97215	-4.63357				03	451		
10978048	Douar Ait Abdelkhaleq	douar-ait-abdelkhaleq	MA		0	Africa/Casablanca	33.96776	-4.67616				03	451		
10978049	Douar Ait Hsaine	douar-ait-hsaine	MA		0	Africa/Casablanca	33.96368	-4.66825				03	451		
10978053	Douar Ait Ben Othmane	douar-ait-ben-othmane	MA		0	Africa/Casablanca	33.97636	-4.67413				03	451		
10978056	Douar Ait Ben Ahmed	douar-ait-ben-ahmed	MA		0	Africa/Casablanca	33.97056	-4.66232				03	451		
10978061	Coopérative El Motaouakkila	cooperative-el-motaouakkila	MA		0	Africa/Casablanca	33.99484	-4.62911				03	451		
10978063	Douar Ait Ali Ou Brahim	douar-ait-ali-ou-brahim	MA		0	Africa/Casablanca	33.99474	-4.65269				03	451		
10978066	Coopérative Jerjoum	cooperative-jerjoum	MA		0	Africa/Casablanca	33.9839	-4.66597				03	451		
10978070	Dar El Ouali	dar-el-ouali	MA		0	Africa/Casablanca	33.98609	-4.64878				03	451		
10978073	Douar Sidi Mbarek	douar-sidi-mbarek	MA		0	Africa/Casablanca	33.9482	-4.64256				03	451		
10983715	Douar Ait Harkat	douar-ait-harkat	MA		0	Africa/Casablanca	33.97924	-4.61976				03	451		
10983717	Ait Abderrahmane	ait-abderrahmane	MA		0	Africa/Casablanca	33.99356	-4.60571				03	451		
10983721	Douar Oulad Boutrig	douar-oulad-boutrig	MA		0	Africa/Casablanca	34.36707	-5.23212				03	531		
10983724	Karia Leqdima	karia-leqdima	MA		0	Africa/Casablanca	34.36923	-5.22314				03	531		
10983836	Douar Ait Melmoussa	douar-ait-melmoussa	MA		0	Africa/Casablanca	34.12242	-5.74537				03	061		
10983838	Douar Ait Belkoum	douar-ait-belkoum	MA		0	Africa/Casablanca	34.11855	-5.7441				03	061		
10983841	Douar Ben Moussa	douar-ben-moussa	MA		0	Africa/Casablanca	34.11942	-5.72142				03	061		
10983844	Douar Oued Erroummane	douar-oued-erroummane	MA		0	Africa/Casablanca	34.12209	-5.71217				03	061		
10983846	Douar Sidi Aberrahmane	douar-sidi-aberrahmane	MA		0	Africa/Casablanca	33.9894	-4.56284				03	451		
10983847	Douar Lzeraiyene	douar-lzeraiyene	MA		0	Africa/Casablanca	33.99264	-4.55844				03	451		
10983849	Ibel Arbiyene	ibel-arbiyene	MA		0	Africa/Casablanca	33.99714	-4.55747				03	561		
10983857	Douar Ait Abbou Ou Lahsen	douar-ait-abbou-ou-lahsen	MA		0	Africa/Casablanca	33.97246	-4.53372				03	561		
10983860	Douar Sidi Bennour	douar-sidi-bennour	MA		0	Africa/Casablanca	33.97968	-4.56344				03	451		
10983862	Oulad Alla	oulad-alla	MA		0	Africa/Casablanca	33.97324	-4.56292				03	561		
10983867	Douar Ait Abbou	douar-ait-abbou	MA		0	Africa/Casablanca	33.96913	-4.5811				03	451		
10983869	Douar Ait Amer Bouknadel	douar-ait-amer-bouknadel	MA		0	Africa/Casablanca	33.96331	-4.57949				03	451		
10983876	Issekkourene	issekkourene	MA		0	Africa/Casablanca	33.96463	-4.51518				03	561		
10983881	Messoussa	messoussa	MA		0	Africa/Casablanca	33.95338	-4.53271				03	561		
10983882	Douar Ait Ayyoub	douar-ait-ayyoub	MA		0	Africa/Casablanca	33.94902	-4.50325				03	561		
10983884	Douar Lhoud	douar-lhoud	MA		0	Africa/Casablanca	33.94905	-4.51436				03	561		
10983885	Douar Laabbouz	douar-laabbouz	MA		0	Africa/Casablanca	33.94583	-4.52127				03	561		
10983886	Ait Alla	ait-alla	MA		0	Africa/Casablanca	33.95115	-4.52597				03	561		
10983887	Douar Lkherouae	douar-lkherouae	MA		0	Africa/Casablanca	33.9569	-4.54509				03	561		
10983889	Ait Sbaa	ait-sbaa	MA		0	Africa/Casablanca	33.94715	-4.55966				03	561		
10983890	Douar Sqasseq	douar-sqasseq	MA		0	Africa/Casablanca	33.94322	-4.56786		Douar Sqasseq,Oulad-Hamid		03	561		
10983892	Douar Ait Bou Attar	douar-ait-bou-attar	MA		0	Africa/Casablanca	33.95975	-4.60927				03	451		
10983894	Douar Essedra	douar-essedra	MA		0	Africa/Casablanca	33.94817	-4.61189				03	451		
10983895	Douar Ighechouine	douar-ighechouine	MA		0	Africa/Casablanca	33.9471	-4.61949				03	451		
10983898	Douar Bou Mlal	douar-bou-mlal	MA		0	Africa/Casablanca	33.9312	-4.50366				03	561		
10983906	Oulad Dehmane	oulad-dehmane	MA		0	Africa/Casablanca	33.93599	-4.53786				03	561		
10983907	Bou Zemmour	bou-zemmour	MA		0	Africa/Casablanca	33.93038	-4.53672				03	561		
10983909	Douar Ait Bel Kacem	douar-ait-bel-kacem	MA		0	Africa/Casablanca	33.93795	-4.55443				03	561		
10983910	Coopérative El Yazghiya	cooperative-el-yazghiya	MA		0	Africa/Casablanca	33.93157	-4.56125				03	451		
10983915	Douar Ryafa	douar-ryafa	MA		0	Africa/Casablanca	33.9348	-4.61663				03	451		
10983918	Oulad Bougrine	oulad-bougrine	MA		0	Africa/Casablanca	33.92301	-4.57625				03	451		
10983923	Coopérative Ennase	cooperative-ennase	MA		0	Africa/Casablanca	33.92801	-4.53346				03	561		
10983928	Douar Ait Alla	douar-ait-alla	MA		0	Africa/Casablanca	33.91856	-4.51743				03	561		
10983938	Lebhayer	lebhayer	MA		0	Africa/Casablanca	33.8999	-4.54376				03	451		
10983939	Douar Oulad Sai Kaddour	douar-oulad-sai-kaddour	MA		0	Africa/Casablanca	33.8992	-4.55509				03	451		
10983941	Douar Zaarour	douar-zaarour	MA		0	Africa/Casablanca	33.89672	-4.53998				03	451		
10983944	Douar Timzought	douar-timzought	MA		0	Africa/Casablanca	33.88694	-4.52209				03	451		
10983948	Qachlat Echouaouaf	qachlat-echouaouaf	MA		0	Africa/Casablanca	33.8917	-4.5617				03	451		
10983950	Douar Sidi Youssef	douar-sidi-youssef	MA		0	Africa/Casablanca	33.8839	-4.57578				03	451		
10983951	Oulad Bou Ades	oulad-bou-ades	MA		0	Africa/Casablanca	33.88691	-4.58863				03	451		
10983960	Zaatoucha	zaatoucha	MA		0	Africa/Casablanca	33.88299	-4.57067				03	451		
10983962	Douar Mtarngha Sefliya	douar-mtarngha-sefliya	MA		0	Africa/Casablanca	33.87602	-4.57496				03	451		
10983963	Qachlat Oulad Sehnoune	qachlat-oulad-sehnoune	MA		0	Africa/Casablanca	33.87736	-4.56325				03	451		
10983973	Coopérative Bouskoura	cooperative-bouskoura	MA		0	Africa/Casablanca	33.90705	-4.54157		Cooperative Bouskoura,Coopérative Bouskoura		03	451		
10984002	Douar Darrous	douar-darrous	MA		0	Africa/Casablanca	34.12315	-5.65559				04	481		
10984005	Douar Ejdid	douar-ejdid	MA		0	Africa/Casablanca	34.12063	-5.62954				03	061		
10984006	Douar Lkebbaniya	douar-lkebbaniya	MA		0	Africa/Casablanca	34.11072	-5.63683				03	061		
10984008	Douar Lehboucha	douar-lehboucha	MA		0	Africa/Casablanca	34.11088	-5.64203				03	061		
10984009	Douar Legraraa	douar-legraraa	MA		0	Africa/Casablanca	34.11095	-5.64597				03	061		
10984010	Coopérative Sidi Ahmed Lemserrej	cooperative-sidi-ahmed-lemserrej	MA		0	Africa/Casablanca	34.10995	-5.6534		Cooperative Sidi Ahmed Lemserrej,Coopérative Sidi Ahmed Lemserrej		03	061		
10984011	Dar Echigner	dar-echigner	MA		0	Africa/Casablanca	34.10889	-5.675				03	061		
10984012	Coopérative Oued Erroummane	cooperative-oued-erroummane	MA		0	Africa/Casablanca	34.10745	-5.7085				03	061		
10984013	Douar Ait Yadir	douar-ait-yadir	MA		0	Africa/Casablanca	34.10691	-5.71689				03	061		
10984015	Douar Ait Taleb Ou Ali	douar-ait-taleb-ou-ali	MA		0	Africa/Casablanca	34.1097	-5.73133				03	061		
10984024	Douar Brizou	douar-brizou	MA		0	Africa/Casablanca	34.09734	-5.70397				03	061		
10984025	Lebhalil	lebhalil	MA		0	Africa/Casablanca	34.10357	-5.70329				03	061		
10984030	Douar Mademoiselle Guiyou	douar-mademoiselle-guiyou	MA		0	Africa/Casablanca	34.09188	-5.64415				03	061		
10984033	Douar Ettaaouniya	douar-ettaaouniya	MA		0	Africa/Casablanca	34.08892	-5.68329				03	061		
10984034	Coopérative Oued Erroummanie	cooperative-oued-erroummanie	MA		0	Africa/Casablanca	34.08831	-5.68151				03	061		
10984036	Douar El Mechta	douar-el-mechta	MA		0	Africa/Casablanca	34.0894	-5.69648				03	061		
10984037	Douar Echerradi	douar-echerradi	MA		0	Africa/Casablanca	34.0917	-5.69706				03	061		
10984063	Douar Ait Baba Mghara	douar-ait-baba-mghara	MA		0	Africa/Casablanca	34.08931	-5.74794				03	061		
10984068	Douar Ait Ishaq	douar-ait-ishaq	MA		0	Africa/Casablanca	34.07905	-5.66604				03	061		
10984075	Douar El Makina	douar-el-makina	MA		0	Africa/Casablanca	34.07339	-5.65095				03	061		
10984076	Coopérative Al Inbiaat	cooperative-al-inbiaat	MA		0	Africa/Casablanca	34.07171	-5.64938		Cooperative Al Inbiaat,Coopérative Al Inbiaat		03	061		
10984077	Douar Bel Koura	douar-bel-koura	MA		0	Africa/Casablanca	34.06338	-5.65211				03	061		
10984080	Douar Isti	douar-isti	MA		0	Africa/Casablanca	34.07543	-5.6561				03	061		
10984082	Douar Sehb Lkhorchef	douar-sehb-lkhorchef	MA		0	Africa/Casablanca	34.06752	-5.69003				03	061		
10984086	Douar Azib El Caid	douar-azib-el-caid	MA		0	Africa/Casablanca	34.07793	-5.73303				03	061		
10984089	Douar Trarsa	douar-trarsa	MA		0	Africa/Casablanca	34.06478	-5.74376				03	061		
10984092	Douar Laassakriya	douar-laassakriya	MA		0	Africa/Casablanca	34.06144	-5.71082				03	061		
10984119	Douar Smaala	douar-smaala	MA		0	Africa/Casablanca	34.05525	-5.64057				03	061		
10984122	Douar Ejjamriyine	douar-ejjamriyine	MA		0	Africa/Casablanca	34.04844	-5.69726				03	061		
10984124	Douar Bougrine	douar-bougrine	MA		0	Africa/Casablanca	34.05722	-5.74792				03	061		
10984128	Douar Ait Missour	douar-ait-missour	MA		0	Africa/Casablanca	34.04216	-5.7371				03	061		
10984129	Douar Ait Khouya	douar-ait-khouya	MA		0	Africa/Casablanca	34.0435	-5.70382				03	061		
10984131	Douar Ait Yadine	douar-ait-yadine	MA		0	Africa/Casablanca	34.03941	-5.69458				03	061		
10984135	Douar Baammi	douar-baammi	MA		0	Africa/Casablanca	34.03185	-5.63698				03	061		
10984141	Douar Sidi Jaafer	douar-sidi-jaafer	MA		0	Africa/Casablanca	34.03608	-5.69938				03	061		
10984146	Douar Boutaymet	douar-boutaymet	MA		0	Africa/Casablanca	34.01773	-5.74792				03	061		
10984147	Douar Ait Bijja	douar-ait-bijja	MA		0	Africa/Casablanca	34.01706	-5.74309				03	061		
10984173	Douar Ait Bouhya	douar-ait-bouhya	MA		0	Africa/Casablanca	34.02642	-5.69672				03	061		
10984174	Douar Ait Belmekki	douar-ait-belmekki	MA		0	Africa/Casablanca	34.02305	-5.69342				03	061		
10984175	Douar Znabaa	douar-znabaa	MA		0	Africa/Casablanca	34.01896	-5.68307				03	061		
10984180	Douar Cheikh El Arbi	douar-cheikh-el-arbi	MA		0	Africa/Casablanca	34.0231	-5.62855				03	061		
10984181	Douar Ain Karma	douar-ain-karma	MA		0	Africa/Casablanca	34.01104	-5.63318				03	061		
10984182	Douar Tadla Aouint Errmel	douar-tadla-aouint-errmel	MA		0	Africa/Casablanca	34.00976	-5.65617				03	061		
10984188	Douar Mika	douar-mika	MA		0	Africa/Casablanca	34.01082	-5.68548				03	061		
10984189	Douar Ait Bennour	douar-ait-bennour	MA		0	Africa/Casablanca	34.01206	-5.68777				03	061		
10984191	Douar Ait Laheen Eddaya	douar-ait-laheen-eddaya	MA		0	Africa/Casablanca	34.00765	-5.69599				03	061		
10984197	Douar Ait Bir Eddoghmi	douar-ait-bir-eddoghmi	MA		0	Africa/Casablanca	34.0103	-5.73835				03	061		
10984203	Douar Ait Lemsir	douar-ait-lemsir	MA		0	Africa/Casablanca	34.00055	-5.73923				03	061		
10984208	Dar El Caid Lhoussine	dar-el-caid-lhoussine	MA		0	Africa/Casablanca	34.00171	-5.70466				03	061		
10984209	Douar Ait Ben Zahra	douar-ait-ben-zahra	MA		0	Africa/Casablanca	34.00427	-5.69805				03	061		
10984232	Douar Oulad Mbarek	douar-oulad-mbarek	MA		0	Africa/Casablanca	34.00432	-5.67316				03	061		
10984262	Douar Miyasa	douar-miyasa	MA		0	Africa/Casablanca	34.11343	-5.58502				04	481		
10984270	Douar Ain Bziz	douar-ain-bziz	MA		0	Africa/Casablanca	34.12328	-5.53529				03	061		
10984279	Douar Kramet	douar-kramet	MA		0	Africa/Casablanca	34.11121	-5.49866				03	061		
10984288	Douar Sidi Moussa	douar-sidi-moussa	MA		0	Africa/Casablanca	34.10164	-5.53033				03	061		
10984303	Douar Lkholli	douar-lkholli	MA		0	Africa/Casablanca	34.10828	-5.62443				03	061		
10984307	Tachenqouft	tachenqouft	MA		0	Africa/Casablanca	34.08887	-5.54603				03	061		
10984308	Douar Ain Maaza	douar-ain-maaza	MA		0	Africa/Casablanca	34.08628	-5.53504				03	061		
10984309	Douar Dandana	douar-dandana	MA		0	Africa/Casablanca	34.09435	-5.52425				03	061		
10984310	Douar Dar Khlafa	douar-dar-khlafa	MA		0	Africa/Casablanca	34.0937	-5.52139				03	061		
10984312	Douar Bou Mendala	douar-bou-mendala	MA		0	Africa/Casablanca	34.09333	-5.51033				03	061		
10984315	Douar Lemsamda	douar-lemsamda	MA		0	Africa/Casablanca	34.07862	-5.4989				03	061		
10984324	Bled Ahmed Essoussi	bled-ahmed-essoussi	MA		0	Africa/Casablanca	34.07917	-5.55884				03	061		
10984327	Coopérative Jober	cooperative-jober	MA		0	Africa/Casablanca	34.07797	-5.5698				03	061		
10984328	Coopérative Griasandi	cooperative-griasandi	MA		0	Africa/Casablanca	34.07399	-5.58658				03	061		
10984337	Douar Sidi Hemmam	douar-sidi-hemmam	MA		0	Africa/Casablanca	34.06605	-5.54781				03	061		
10984355	Moulay Driss Zerhoun	moulay-driss-zerhoun	MA		0	Africa/Casablanca	34.05425	-5.52457				03	061		
10984376	Douar Taqourart	douar-taqourart	MA		0	Africa/Casablanca	34.03889	-5.58639				03	061		
10984379	Coopérative El Inbiaat	cooperative-el-inbiaat	MA		0	Africa/Casablanca	34.03995	-5.61068				03	061		
10984381	Douar Lemrazga	douar-lemrazga	MA		0	Africa/Casablanca	34.02258	-5.59563				03	061		
10984385	Douar Jdid	douar-jdid	MA		0	Africa/Casablanca	34.02194	-5.55261				03	061		
10984387	Qiyada	qiyada	MA		0	Africa/Casablanca	34.02192	-5.54536				03	061		
10984388	Douar Bni Rachd	douar-bni-rachd	MA		0	Africa/Casablanca	34.01945	-5.54946				03	061		
10984389	Sidi Moulay Ali Lherif	sidi-moulay-ali-lherif	MA		0	Africa/Casablanca	34.01875	-5.54605				03	061		
10984390	Douar Leqliaa	douar-leqliaa	MA		0	Africa/Casablanca	34.01961	-5.54579				03	061		
10984406	Douar Hamraoua	douar-hamraoua	MA		0	Africa/Casablanca	34.0192	-5.51764				03	061		
10984422	Douar Oulad Rahmoune	douar-oulad-rahmoune	MA		0	Africa/Casablanca	34.01228	-5.61076				03	061		
10984423	Douar Lemmagha	douar-lemmagha	MA		0	Africa/Casablanca	34.01088	-5.61782				03	061		
10984425	Ain Karma	ain-karma	MA		0	Africa/Casablanca	34.00664	-5.6157				03	061		
10984427	Douar Chouaker	douar-chouaker	MA		0	Africa/Casablanca	33.99837	-5.58439				03	061		
10984439	Douar Sidi Mrizig	douar-sidi-mrizig	MA		0	Africa/Casablanca	34.11188	-5.54713				03	061		
10984441	Douar Jaadna	douar-jaadna	MA		0	Africa/Casablanca	34.07453	-5.5042				03	061		
10984447	Douar Karmat Moulay Bonazza	douar-karmat-moulay-bonazza	MA		0	Africa/Casablanca	34.12339	-5.53529				03	061		
10984456	Douar Laarayssa	douar-laarayssa	MA		0	Africa/Casablanca	34.11859	-5.06571				03	591		
10984460	Douar Bel Abdat	douar-bel-abdat	MA		0	Africa/Casablanca	34.11637	-5.05224				03	591		
10984466	Douar Skarma Ain Lfallous	douar-skarma-ain-lfallous	MA		0	Africa/Casablanca	34.24081	-5.56264				04	481		
10984483	Lalla Arbiya	lalla-arbiya	MA		0	Africa/Casablanca	34.24257	-5.52406				04	481		
10984488	Douar Oulad Drae Laajoula	douar-oulad-drae-laajoula	MA		0	Africa/Casablanca	34.22717	-5.50608				04	481		
10984490	Douar Laaialina	douar-laaialina	MA		0	Africa/Casablanca	34.2291	-5.52175				04	481		
10984495	Douar Lekhtaouna	douar-lekhtaouna	MA		0	Africa/Casablanca	34.22265	-5.54458				04	481		
10984500	Douar Siafta	douar-siafta	MA		0	Africa/Casablanca	34.2326	-5.552				04	481		
10984510	Douar Lehminal El Haj Ayyad	douar-lehminal-el-haj-ayyad	MA		0	Africa/Casablanca	34.22605	-5.58449				04	481		
10984513	Douar Bel Assal	douar-bel-assal	MA		0	Africa/Casablanca	34.2214	-5.62406				04	481		
10984516	Douar Oulad Boubker	douar-oulad-boubker	MA		0	Africa/Casablanca	34.21227	-5.60702				04	481		
10984523	Douar Bou Hjar	douar-bou-hjar	MA		0	Africa/Casablanca	34.2111	-5.55417				04	481		
10984524	Douar Oulad Mrabel Krimat El Hajjaj	douar-oulad-mrabel-krimat-el-hajjaj	MA		0	Africa/Casablanca	34.21872	-5.54333				04	481		
10984525	Douar Oulad Drae Bel Faten	douar-oulad-drae-bel-faten	MA		0	Africa/Casablanca	34.21462	-5.54256				04	481		
10984547	Douar Lgharbane	douar-lgharbane	MA		0	Africa/Casablanca	34.20897	-5.51741				04	481		
10984558	Douar Skarna Sidi Mbarek	douar-skarna-sidi-mbarek	MA		0	Africa/Casablanca	34.20694	-5.59687				04	481		
10984561	Douar Skama Azib Sidi El Mehdi	douar-skama-azib-sidi-el-mehdi	MA		0	Africa/Casablanca	34.20451	-5.60655				04	481		
10984577	Douar Oulad Fdila Ain Himdi	douar-oulad-fdila-ain-himdi	MA		0	Africa/Casablanca	34.19132	-5.53421				04	481		
10984579	Douar Oulad Ziyyane	douar-oulad-ziyyane	MA		0	Africa/Casablanca	34.19439	-5.53591				04	481		
10984586	Douar Oulad Haddad	douar-oulad-haddad	MA		0	Africa/Casablanca	34.19662	-5.51694				04	481		
10984596	Douar Ben Chaouya	douar-ben-chaouya	MA		0	Africa/Casablanca	34.18703	-5.59826				04	481		
10984599	Douar Lekhbizi	douar-lekhbizi	MA		0	Africa/Casablanca	34.18066	-5.58543				04	481		
10984600	Douar Rhahla Bel Gnadui	douar-rhahla-bel-gnadui	MA		0	Africa/Casablanca	34.18806	-5.61597				04	481		
10984614	Zaggota	zaggota	MA		0	Africa/Casablanca	34.16626	-5.52945				04	481		
10984616	Qobat Lssaltne	qobat-lssaltne	MA		0	Africa/Casablanca	34.17238	-5.52692				04	481		
10984617	Douar Ain Rbae	douar-ain-rbae	MA		0	Africa/Casablanca	34.17451	-5.52677				04	481		
10984618	Douar Lnnzala	douar-lnnzala	MA		0	Africa/Casablanca	34.16597	-5.52372				04	481		
10984628	Douar Ait Yadine	douar-ait-yadine	MA		0	Africa/Casablanca	34.15278	-5.52602				03	061		
10984631	Douar Chmamna	douar-chmamna	MA		0	Africa/Casablanca	34.15429	-5.5373				04	481		
10984633	Douar Chnagla Taslait	douar-chnagla-taslait	MA		0	Africa/Casablanca	34.15557	-5.55295				04	481		
10984639	Douar Laanatia Tafergalt	douar-laanatia-tafergalt	MA		0	Africa/Casablanca	34.15387	-5.56155				04	481		
10984651	Douar Rhahla Lahrichat	douar-rhahla-lahrichat	MA		0	Africa/Casablanca	34.14959	-5.62015				04	481		
10984661	Douar Tirazzit	douar-tirazzit	MA		0	Africa/Casablanca	34.13447	-5.58464				04	481		
10984665	Douar El Faqir Allal	douar-el-faqir-allal	MA		0	Africa/Casablanca	34.14845	-5.55533				04	481		
10984667	Dar Sidi Lahsen	dar-sidi-lahsen	MA		0	Africa/Casablanca	34.14476	-5.53526				04	481		
10984668	Douar Lbbeiba	douar-lbbeiba	MA		0	Africa/Casablanca	34.14682	-5.52891				03	061		
10984669	Douar Oulad Heine	douar-oulad-heine	MA		0	Africa/Casablanca	34.14843	-5.52977				03	061		
10984673	Douar Lfaqir Tuabani	douar-lfaqir-tuabani	MA		0	Africa/Casablanca	34.13696	-5.52599				03	061		
10984695	Douar El Foqra	douar-el-foqra	MA		0	Africa/Casablanca	34.12915	-5.59968				04	481		
10984698	Douar El Asbi	douar-el-asbi	MA		0	Africa/Casablanca	34.12698	-5.59513				04	481		
10984706	Douar Lehder	douar-lehder	MA		0	Africa/Casablanca	34.18303	-5.52089				04	481		
10984708	Douar Oulad Hmama	douar-oulad-hmama	MA		0	Africa/Casablanca	34.17982	-5.52254				04	481		
10984717	Dar Ettalib	dar-ettalib	MA		0	Africa/Casablanca	34.17203	-5.53596				04	481		
10984727	Douar Laanatra Houmidar	douar-laanatra-houmidar	MA		0	Africa/Casablanca	34.2444	-5.56585				04	481		
10984729	Douar Amiyrat	douar-amiyrat	MA		0	Africa/Casablanca	34.23714	-5.55458				04	481		
10984730	Douar Ruanna	douar-ruanna	MA		0	Africa/Casablanca	34.24308	-5.523				04	481		
10984738	Dar Cherreg	dar-cherreg	MA		0	Africa/Casablanca	34.23041	-5.54994				04	481		
10984746	Douar Ain Mkhanza	douar-ain-mkhanza	MA		0	Africa/Casablanca	34.12012	-5.01945				03	591		
10984749	Douar Oulad El Haj	douar-oulad-el-haj	MA		0	Africa/Casablanca	34.11756	-5.00836				03	591		
10984753	Douar Biyyada	douar-biyyada	MA		0	Africa/Casablanca	34.10606	-5.0034				03	591		
10984755	Douar Zlifa	douar-zlifa	MA		0	Africa/Casablanca	34.10753	-5.03339				03	591		
10984757	Douar Gabgah	douar-gabgah	MA		0	Africa/Casablanca	34.11034	-5.04372				03	591		
10984761	Douar Ain Ereommane	douar-ain-ereommane	MA		0	Africa/Casablanca	34.10988	-5.06222				03	591		
10984767	Douar Kharbach	douar-kharbach	MA		0	Africa/Casablanca	34.10686	-5.09423				03	591		
10984817	Sabaate Rijal	sabaate-rijal	MA		0	Africa/Casablanca	34.07914	-5.06026				03	591		
10984821	Douar Chliyeh	douar-chliyeh	MA		0	Africa/Casablanca	34.0827	-5.032				03	591		
10984822	Douar Ain Lbarda	douar-ain-lbarda	MA		0	Africa/Casablanca	34.07722	-5.04121				03	591		
10984825	Hay Dah Esstlar	hay-dah-esstlar	MA		0	Africa/Casablanca	34.07011	-5.00211				03	231		
10984835	Douar Oulad Lmir	douar-oulad-lmir	MA		0	Africa/Casablanca	34.07256	-5.10065				03	591		
10984836	Douar Sidi Bennour	douar-sidi-bennour	MA		0	Africa/Casablanca	34.06828	-5.10318				03	591		
10984852	Douar El Haj Driss	douar-el-haj-driss	MA		0	Africa/Casablanca	34.05959	-5.04041				03	231		
10984854	Sidi Makhlouz	sidi-makhlouz	MA		0	Africa/Casablanca	34.06478	-5.04518				03	591		
10984856	Hay Ain Haroune	hay-ain-haroune	MA		0	Africa/Casablanca	34.06793	-5.00939				03	231		
10984857	Hay Ain Qudous	hay-ain-qudous	MA		0	Africa/Casablanca	34.05982	-5.00881				03	231		
10984859	Hay Tghat	hay-tghat	MA		0	Africa/Casablanca	34.0562	-5.02127				03	231		
10984867	Le Ennahda	le-ennahda	MA		0	Africa/Casablanca	34.04425	-5.05958				03	591		
10984871	Douar Sidi Amira	douar-sidi-amira	MA		0	Africa/Casablanca	34.04466	-5.04795				03	231		
10984874	Hay Amal	hay-amal	MA		0	Africa/Casablanca	34.03547	-5.01889				03	231		
10984875	Hay Karim El Amram	hay-karim-el-amram	MA		0	Africa/Casablanca	34.03808	-5.02865				03	231		
10984876	Hay Stitou	hay-stitou	MA		0	Africa/Casablanca	34.04094	-5.04842				03	231		
10984877	Hay Ettazr	hay-ettazr	MA		0	Africa/Casablanca	34.03637	-5.03988				03	231		
10984880	Douar Belloula	douar-belloula	MA		0	Africa/Casablanca	34.03425	-5.11153				03	591		
10984881	Douar Douiyat	douar-douiyat	MA		0	Africa/Casablanca	34.03194	-5.10146				03	591		
10984882	Coopérative Marhaba	cooperative-marhaba	MA		0	Africa/Casablanca	34.02525	-5.10472				03	591		
10984888	Douar El Berkani	douar-el-berkani	MA		0	Africa/Casablanca	34.02088	-5.06713				03	231		
10984892	Coopérative El Mehdiya	cooperative-el-mehdiya	MA		0	Africa/Casablanca	34.02638	-5.05516				03	231		
10984894	Hay Saghroehni	hay-saghroehni	MA		0	Africa/Casablanca	34.02801	-5.03692				03	231		
10984895	Hay Tariq	hay-tariq	MA		0	Africa/Casablanca	34.03125	-5.02509				03	231		
10984897	Hay El Qods	hay-el-qods	MA		0	Africa/Casablanca	34.02963	-5.0122				03	231		
10984899	Hay Ait Sqala	hay-ait-sqala	MA		0	Africa/Casablanca	34.02397	-5.00123				03	231		
10984900	Hay Zaza	hay-zaza	MA		0	Africa/Casablanca	34.02149	-5.00233				03	231		
10984901	Hay Essaula	hay-essaula	MA		0	Africa/Casablanca	34.02415	-5.01087				03	231		
10984902	Hay El Adarissa	hay-el-adarissa	MA		0	Africa/Casablanca	34.01618	-5.00885				03	231		
10984903	Hay Badr	hay-badr	MA		0	Africa/Casablanca	34.02358	-5.02061				03	231		
10984904	Hay Zouagha	hay-zouagha	MA		0	Africa/Casablanca	34.02122	-5.03363				03	231		
10984906	Hay Ben Smada	hay-ben-smada	MA		0	Africa/Casablanca	34.01444	-5.05048				03	231		
10984909	Coopérative El Izdihar	cooperative-el-izdihar	MA		0	Africa/Casablanca	34.01625	-5.0776				03	591		
10984910	Douar Biyour Achra	douar-biyour-achra	MA		0	Africa/Casablanca	34.01341	-5.07127				03	591		
10984913	Douar Jbala	douar-jbala	MA		0	Africa/Casablanca	34.01567	-5.10144				03	591		
10984915	Douar Mechraa Kraym	douar-mechraa-kraym	MA		0	Africa/Casablanca	34.01574	-5.11281				03	591		
10984928	Hay El Oudaq	hay-el-oudaq	MA		0	Africa/Casablanca	34.0136	-5.0281				03	231		
10984930	Hay Nouzlin	hay-nouzlin	MA		0	Africa/Casablanca	34.01193	-5.01027				03	231		
10984935	Coopérative El Izdihar	cooperative-el-izdihar	MA		0	Africa/Casablanca	34.00227	-5.07768				03	591		
10984936	Coopérative El Ouataniya	cooperative-el-ouataniya	MA		0	Africa/Casablanca	34.00162	-5.08908				03	591		
10984950	Hay Oued Fès	hay-oued-fes	MA		0	Africa/Casablanca	34.05763	-5.03472				03	231		
10984955	Douar Hoteliert	douar-hoteliert	MA		0	Africa/Casablanca	34.01222	-5.00415				03	231		
10984956	Douar Lariquaitte	douar-lariquaitte	MA		0	Africa/Casablanca	34.00025	-5.05672				03	231		
10984973	Douar Jnadra	douar-jnadra	MA		0	Africa/Casablanca	34.37147	-5.32204				03	531		
10984977	Douar Lhourch	douar-lhourch	MA		0	Africa/Casablanca	34.36496	-5.31694				03	531		
10984985	Douar Oulad Nbouta	douar-oulad-nbouta	MA		0	Africa/Casablanca	34.37163	-5.28372				03	531		
10984990	Douar Melloula	douar-melloula	MA		0	Africa/Casablanca	34.36485	-5.25924				03	531		
10985008	Douar Oulad Tahar	douar-oulad-tahar	MA		0	Africa/Casablanca	34.35426	-5.31286				03	531		
10985013	Dar Noualla	dar-noualla	MA		0	Africa/Casablanca	34.35823	-5.33565				03	531		
10985015	Douar Oulad Amer	douar-oulad-amer	MA		0	Africa/Casablanca	34.35812	-5.34269				03	531		
10985033	Douar Lemkak	douar-lemkak	MA		0	Africa/Casablanca	34.34306	-5.33663				03	531		
10985034	Douar Chkiouine	douar-chkiouine	MA		0	Africa/Casablanca	34.34219	-5.33086				03	531		
10985041	Douar Jnane Bouchta	douar-jnane-bouchta	MA		0	Africa/Casablanca	34.34802	-5.2976				03	531		
10985043	Douar Lemsamda	douar-lemsamda	MA		0	Africa/Casablanca	34.34687	-5.28887				03	531		
10985054	Dar Ghbiyene	dar-ghbiyene	MA		0	Africa/Casablanca	34.33881	-5.25497				03	531		
10985059	Douar Oulad El Haj Slimane	douar-oulad-el-haj-slimane	MA		0	Africa/Casablanca	34.33477	-5.27829				03	531		
10985060	Douar Oulad Yaaqoub	douar-oulad-yaaqoub	MA		0	Africa/Casablanca	34.33693	-5.28754				03	531		
10985071	Douar Azouzat	douar-azouzat	MA		0	Africa/Casablanca	34.34002	-5.33983				03	531		
10985074	Dar Abdessalam Ould Fdila	dar-abdessalam-ould-fdila	MA		0	Africa/Casablanca	34.34205	-5.35728				03	531		
10985075	Douar Oulad Ben Tahar	douar-oulad-ben-tahar	MA		0	Africa/Casablanca	34.33925	-5.36114				03	531		
10985080	Douar Oulad Fatna	douar-oulad-fatna	MA		0	Africa/Casablanca	34.34152	-5.36391				03	531		
10985083	Douar Oulad Menni	douar-oulad-menni	MA		0	Africa/Casablanca	34.3269	-5.36552				03	531		
10985084	Douar Bab Zouara	douar-bab-zouara	MA		0	Africa/Casablanca	34.32699	-5.36348				03	531		
10985086	Douar Oulad Lehramsa	douar-oulad-lehramsa	MA		0	Africa/Casablanca	34.32508	-5.36086				03	531		
10985089	Douar Hmidat	douar-hmidat	MA		0	Africa/Casablanca	34.32472	-5.35313				03	531		
10985090	Douar Oulad Ichou	douar-oulad-ichou	MA		0	Africa/Casablanca	34.32405	-5.3505				03	531		
10985094	Douar Laazzaba	douar-laazzaba	MA		0	Africa/Casablanca	34.31969	-5.33949				03	531		
10985095	Douar Lgaada	douar-lgaada	MA		0	Africa/Casablanca	34.3299	-5.33509				03	531		
10985099	Douar Oulad Zahra	douar-oulad-zahra	MA		0	Africa/Casablanca	34.32414	-5.32009				03	531		
10985102	Douar Oulad Tayeb	douar-oulad-tayeb	MA		0	Africa/Casablanca	34.32031	-5.31333				03	531		
10985103	Douar Bou Saadat	douar-bou-saadat	MA		0	Africa/Casablanca	34.32782	-5.30775				03	531		
10985106	Douar Ben Tahrat	douar-ben-tahrat	MA		0	Africa/Casablanca	34.32438	-5.29857				03	531		
10985107	Douar Oulad Abdelkrimat	douar-oulad-abdelkrimat	MA		0	Africa/Casablanca	34.32713	-5.29494				03	531		
10985108	Douar Lehjar	douar-lehjar	MA		0	Africa/Casablanca	34.32352	-5.29303				03	531		
10985109	Douar Lkharba	douar-lkharba	MA		0	Africa/Casablanca	34.32247	-5.29056				03	531		
10985119	Douar Lebsayes	douar-lebsayes	MA		0	Africa/Casablanca	34.32747	-5.25632				03	531		
10985126	Douar Ain Zahra	douar-ain-zahra	MA		0	Africa/Casablanca	34.31707	-5.28571				03	531		
10985132	Douar Oulad Bel Houane	douar-oulad-bel-houane	MA		0	Africa/Casablanca	34.31551	-5.31524				03	531		
10985137	Douar Qtaben	douar-qtaben	MA		0	Africa/Casablanca	34.31423	-5.33661				03	531		
10985143	Douar Lekhouaoura	douar-lekhouaoura	MA		0	Africa/Casablanca	34.31328	-5.36667				03	531		
10985145	Douar Laajajra	douar-laajajra	MA		0	Africa/Casablanca	34.32139	-5.36888				03	531		
10985147	Douar Lkharba	douar-lkharba	MA		0	Africa/Casablanca	34.31116	-5.37202				03	531		
10985150	Douar Ghfirat	douar-ghfirat	MA		0	Africa/Casablanca	34.31025	-5.35157				03	531		
10985155	Douar Laaouada	douar-laaouada	MA		0	Africa/Casablanca	34.30447	-5.31382				03	531		
10985158	Dar Allal Ben Khedda	dar-allal-ben-khedda	MA		0	Africa/Casablanca	34.30507	-5.29908				03	531		
10985160	Douar Ould Lhoufiya	douar-ould-lhoufiya	MA		0	Africa/Casablanca	34.30644	-5.27932				03	531		
10985161	Douar Nouasser	douar-nouasser	MA		0	Africa/Casablanca	34.30191	-5.27898				03	531		
10985166	Douar Qasmat	douar-qasmat	MA		0	Africa/Casablanca	34.30436	-5.26638				03	531		
10985175	Douar Laamour	douar-laamour	MA		0	Africa/Casablanca	34.29172	-5.25072				03	531		
10985184	Douar Meghayrat	douar-meghayrat	MA		0	Africa/Casablanca	34.29624	-5.29722				03	531		
10985186	Douar Lkalaa	douar-lkalaa	MA		0	Africa/Casablanca	34.29996	-5.30279				03	531		
10985223	Douar Bni Ouhelli	douar-bni-ouhelli	MA		0	Africa/Casablanca	34.27631	-5.27518				03	531		
10985224	Douar Ksiba	douar-ksiba	MA		0	Africa/Casablanca	34.27745	-5.26966				03	531		
10985225	Douar Lebdadoua	douar-lebdadoua	MA		0	Africa/Casablanca	34.27791	-5.28147				03	531		
10985239	Coopérative Lkaram	cooperative-lkaram	MA		0	Africa/Casablanca	34.27337	-5.35874				03	531		
10985242	Douar Lekhroub	douar-lekhroub	MA		0	Africa/Casablanca	34.27048	-5.32251				03	591		
10985243	Douar Laazzaba	douar-laazzaba	MA		0	Africa/Casablanca	34.27018	-5.307				03	531		
10985247	Douar Haddara	douar-haddara	MA		0	Africa/Casablanca	34.27087	-5.26868				03	591		
10985260	Douar Bni Messara	douar-bni-messara	MA		0	Africa/Casablanca	34.26335	-5.28674				03	591		
10985266	Douar Laazzaba d-cheikh	douar-laazzaba-d-cheikh	MA		0	Africa/Casablanca	34.26429	-5.32206				03	591		
10985271	Douar Azib El Haj Bouchta	douar-azib-el-haj-bouchta	MA		0	Africa/Casablanca	34.25665	-5.34093				03	591		
10985274	Douar Sidi Ayyad	douar-sidi-ayyad	MA		0	Africa/Casablanca	34.25578	-5.34698				03	591		
10985277	Douar Echerif	douar-echerif	MA		0	Africa/Casablanca	34.25026	-5.35195				03	591		
10985279	Douar Oulad Moussa	douar-oulad-moussa	MA		0	Africa/Casablanca	34.26181	-5.35305				03	531		
10985281	Douar Kouara	douar-kouara	MA		0	Africa/Casablanca	34.25977	-5.36391				03	591		
10985283	Douar Lemsatfa	douar-lemsatfa	MA		0	Africa/Casablanca	34.25853	-5.37086				03	591		
10985297	Oulad El Arbi Ben Hommane	oulad-el-arbi-ben-hommane	MA		0	Africa/Casablanca	34.36701	-5.21704				03	531		
10985298	Filala	filala	MA		0	Africa/Casablanca	34.37167	-5.21708				03	531		
10985299	Hay Hamri	hay-hamri	MA		0	Africa/Casablanca	34.36301	-5.21803				03	531		
10985300	Kharba	kharba	MA		0	Africa/Casablanca	34.37169	-5.20309				03	531		
10985301	Gare Echqobiyine	gare-echqobiyine	MA		0	Africa/Casablanca	34.37241	-5.15616		Gare Cheqqobiyine,Gare Echqobiyine		03	531		
10985302	Douar Lkoudia	douar-lkoudia	MA		0	Africa/Casablanca	34.36701	-5.13424				03	531		
10985305	Coopérative Ittihad	cooperative-ittihad	MA		0	Africa/Casablanca	34.35803	-5.15121				03	531		
10985307	Coopérative Sabati	cooperative-sabati	MA		0	Africa/Casablanca	34.36007	-5.16887				03	531		
10985308	Douar Oulad Ben Abbou	douar-oulad-ben-abbou	MA		0	Africa/Casablanca	34.35668	-5.20816				03	531		
10985309	Douar Oulad Ben Tayeb	douar-oulad-ben-tayeb	MA		0	Africa/Casablanca	34.35624	-5.21449				03	531		
10985310	Douar Oulad El Mekki	douar-oulad-el-mekki	MA		0	Africa/Casablanca	34.35328	-5.22451				03	531		
10985313	Douar Sraghna	douar-sraghna	MA		0	Africa/Casablanca	34.34271	-5.24019				03	531		
10985315	Douar Lemzaoura	douar-lemzaoura	MA		0	Africa/Casablanca	34.3497	-5.19181		Beni Snouss,Douar Lemzaoura		03	531		
10985323	Douar Tbouqa	douar-tbouqa	MA		0	Africa/Casablanca	34.33219	-5.14878				03	531		
10985325	Coopérative Laalamiya	cooperative-laalamiya	MA		0	Africa/Casablanca	34.34407	-5.14943				03	531		
10985326	Douar Sidi Boutouahene	douar-sidi-boutouahene	MA		0	Africa/Casablanca	34.33517	-5.15922				03	531		
10985327	Mers Allal	mers-allal	MA		0	Africa/Casablanca	34.33471	-5.20156				03	531		
10985328	Douar Berrounat	douar-berrounat	MA		0	Africa/Casablanca	34.33194	-5.20648				03	531		
10985337	Douar Abadine	douar-abadine	MA		0	Africa/Casablanca	34.32378	-5.18094				03	531		
10985338	Douar Abadine Lkoudya	douar-abadine-lkoudya	MA		0	Africa/Casablanca	34.32538	-5.16456				03	531		
10985339	Douar Ali Ben Lahsen	douar-ali-ben-lahsen	MA		0	Africa/Casablanca	34.32646	-5.1366				03	531		
10985342	Douar Oulad Al Madani	douar-oulad-al-madani	MA		0	Africa/Casablanca	34.31782	-5.14598				03	531		
10985344	Douar Rmayla	douar-rmayla	MA		0	Africa/Casablanca	34.31159	-5.13549				03	531		
10985345	Douar Oulad Rzig	douar-oulad-rzig	MA		0	Africa/Casablanca	34.30319	-5.15899				03	591		
10985347	Douar Mjihdat	douar-mjihdat	MA		0	Africa/Casablanca	34.30385	-5.14612				03	591		
10985350	Douar Ben Hmadat	douar-ben-hmadat	MA		0	Africa/Casablanca	34.3056	-5.1959				03	591		
10985353	Douar Laghranta	douar-laghranta	MA		0	Africa/Casablanca	34.31244	-5.23062				03	531		
10985354	Douar Lekhtatba	douar-lekhtatba	MA		0	Africa/Casablanca	34.3135	-5.23773				03	531		
10985358	Douar Hamri	douar-hamri	MA		0	Africa/Casablanca	34.30422	-5.21682				03	531		
10985361	Douar Oulad Daoud	douar-oulad-daoud	MA		0	Africa/Casablanca	34.30206	-5.13977				03	591		
10985362	Douar Oulad Ben Tayeb	douar-oulad-ben-tayeb	MA		0	Africa/Casablanca	34.29605	-5.13344				03	591		
10985365	Douar Lmaaychi	douar-lmaaychi	MA		0	Africa/Casablanca	34.2947	-5.16022				03	591		
10985367	Douar Sebaa Rouadi	douar-sebaa-rouadi	MA		0	Africa/Casablanca	34.28606	-5.19408				03	591		
10985368	Douar Laamour	douar-laamour	MA		0	Africa/Casablanca	34.28237	-5.20188				03	591		
10985369	Douar Nzala	douar-nzala	MA		0	Africa/Casablanca	34.29025	-5.2217				03	591		
10985372	Douar Ammor El Haj Kaddour	douar-ammor-el-haj-kaddour	MA		0	Africa/Casablanca	34.27557	-5.23539				03	591		
10985373	Douar Tlaha	douar-tlaha	MA		0	Africa/Casablanca	34.2784	-5.21878				03	591		
10985375	Douar Mouanat	douar-mouanat	MA		0	Africa/Casablanca	34.27566	-5.16418				03	591		
10985381	Douar Aicha Kaddour	douar-aicha-kaddour	MA		0	Africa/Casablanca	34.27889	-5.13364				03	591		
10985383	Douar Lahouafed	douar-lahouafed	MA		0	Africa/Casablanca	34.28528	-5.12615				03	591		
10985385	Douar Mgatel	douar-mgatel	MA		0	Africa/Casablanca	34.25881	-5.14853				03	591		
10985386	Douar Bou Nettah	douar-bou-nettah	MA		0	Africa/Casablanca	34.26407	-5.20911				03	591		
10985389	Douar Chaaybiyine	douar-chaaybiyine	MA		0	Africa/Casablanca	34.25812	-5.23631				03	591		
10985390	Douar Azib Moulay Mamoune	douar-azib-moulay-mamoune	MA		0	Africa/Casablanca	34.25543	-5.22055				03	591		
10985392	Douar Lehtarba	douar-lehtarba	MA		0	Africa/Casablanca	34.25176	-5.20086				03	591		
10985394	Douar El Hammouchi	douar-el-hammouchi	MA		0	Africa/Casablanca	34.25161	-5.16514				03	591		
10985395	Douar Znata	douar-znata	MA		0	Africa/Casablanca	34.25456	-5.16061				03	591		
10985396	Douar Oulad Mhammed	douar-oulad-mhammed	MA		0	Africa/Casablanca	34.25186	-5.14863				03	591		
10985398	Douar Oulad Maamer	douar-oulad-maamer	MA		0	Africa/Casablanca	34.25554	-5.13548				03	591		
10985413	Douar Bou Chemmar	douar-bou-chemmar	MA		0	Africa/Casablanca	34.37272	-5.20268				03	531		
10985414	Hay Gueddara	hay-gueddara	MA		0	Africa/Casablanca	34.37471	-5.21147				03	531		
10985420	Douar Houara	douar-houara	MA		0	Africa/Casablanca	34.36157	-5.09012				03	531		
10985423	Douar Oulad Hmidou Ben Kaddour	douar-oulad-hmidou-ben-kaddour	MA		0	Africa/Casablanca	34.37123	-5.07452				03	531		
10985428	Douar Omrat	douar-omrat	MA		0	Africa/Casablanca	34.36237	-5.02538				03	531		
10985429	Douar Oulad Mbarek	douar-oulad-mbarek	MA		0	Africa/Casablanca	34.3656	-5.01141				03	531		
10985430	Douar Oulad Maalla	douar-oulad-maalla	MA		0	Africa/Casablanca	34.36382	-5.00657				03	531		
10985432	Douar Jbabra	douar-jbabra	MA		0	Africa/Casablanca	34.35966	-4.999				03	531		
10985440	Douar Lamzaoura	douar-lamzaoura	MA		0	Africa/Casablanca	34.35263	-5.05459				03	531		
10985444	Douar Ghzaouna	douar-ghzaouna	MA		0	Africa/Casablanca	34.35001	-5.07552				03	531		
10985455	Douar Lagaada	douar-lagaada	MA		0	Africa/Casablanca	34.33597	-5.07658				03	531		
10985458	Douar Oulad Amara	douar-oulad-amara	MA		0	Africa/Casablanca	34.34267	-5.07416				03	531		
10985461	Douar Oulad Abdelkader	douar-oulad-abdelkader	MA		0	Africa/Casablanca	34.33236	-5.07401				03	531		
10985464	Douar Grittat	douar-grittat	MA		0	Africa/Casablanca	34.33217	-5.04637				03	531		
10985465	Douar Gueddara	douar-gueddara	MA		0	Africa/Casablanca	34.34257	-5.04285				03	531		
10985467	Douar Lkherba	douar-lkherba	MA		0	Africa/Casablanca	34.33915	-5.02931				03	531		
10985471	Douar Klayekh	douar-klayekh	MA		0	Africa/Casablanca	34.34147	-5.01038				03	531		
10985473	Douar Hmiyyane	douar-hmiyyane	MA		0	Africa/Casablanca	34.33716	-5.00468				03	531		
10985476	Douar Oulad Ben Azzouz	douar-oulad-ben-azzouz	MA		0	Africa/Casablanca	34.32492	-5.01219				03	531		
10985477	Douar Lmaliyat	douar-lmaliyat	MA		0	Africa/Casablanca	34.3202	-5.00882				03	531		
10985478	Douar Bni Agoub	douar-bni-agoub	MA		0	Africa/Casablanca	34.32132	-5.01564				03	531		
10985485	Douar Laqrichiyine	douar-laqrichiyine	MA		0	Africa/Casablanca	34.32067	-5.06916				03	531		
10985489	Douar Jdid	douar-jdid	MA		0	Africa/Casablanca	34.31912	-5.09426				03	531		
10985490	Douar Sidi Abed	douar-sidi-abed	MA		0	Africa/Casablanca	34.32552	-5.1037				03	531		
10985494	Douar Oulad Bou Dyab	douar-oulad-bou-dyab	MA		0	Africa/Casablanca	34.32325	-5.12299				03	531		
10985495	Douar Belahsen	douar-belahsen	MA		0	Africa/Casablanca	34.319	-5.12291				03	531		
10985504	Douar Lqorae	douar-lqorae	MA		0	Africa/Casablanca	34.31049	-5.05115				03	531		
10985507	Douar Baayouat	douar-baayouat	MA		0	Africa/Casablanca	34.31269	-5.02562				03	531		
10985508	Douar Oulad Kacem	douar-oulad-kacem	MA		0	Africa/Casablanca	34.31017	-5.03324				03	531		
10985509	Douar Oulad Said	douar-oulad-said	MA		0	Africa/Casablanca	34.31556	-5.02077				03	531		
10985513	Douar Lhaytiya	douar-lhaytiya	MA		0	Africa/Casablanca	34.31556	-5.01592				03	531		
10985515	Douar Bni Amer	douar-bni-amer	MA		0	Africa/Casablanca	34.31668	-5.00384				03	531		
10985518	Leghrasla	leghrasla	MA		0	Africa/Casablanca	34.30124	-5.02676				03	531		
10985520	Douar Essouiyer	douar-essouiyer	MA		0	Africa/Casablanca	34.29585	-5.04259				03	591		
10985524	Douar Oulad Abdellah	douar-oulad-abdellah	MA		0	Africa/Casablanca	34.30558	-5.08997				03	531		
10985532	Douar Lehouafed	douar-lehouafed	MA		0	Africa/Casablanca	34.28741	-5.11887				03	591		
10985538	Douar Oulad Zine	douar-oulad-zine	MA		0	Africa/Casablanca	34.28903	-5.05536				03	531		
10985540	Douar Oulad El Ouali	douar-oulad-el-ouali	MA		0	Africa/Casablanca	34.28786	-5.03148				03	591		
10985543	Douar Eddaoura	douar-eddaoura	MA		0	Africa/Casablanca	34.28557	-5.01208				03	591		
10985547	Douar Echorfa	douar-echorfa	MA		0	Africa/Casablanca	34.27881	-5.01693				03	591		
10985549	Douar Brikat	douar-brikat	MA		0	Africa/Casablanca	34.28362	-5.02513				03	591		
10985550	Douar Jdouaa	douar-jdouaa	MA		0	Africa/Casablanca	34.27653	-5.03083				03	591		
10985559	Douar Chrayem	douar-chrayem	MA		0	Africa/Casablanca	34.28555	-5.10267				03	531		
10985561	Douar Lemzamit	douar-lemzamit	MA		0	Africa/Casablanca	34.27367	-5.12002				03	591		
10985563	Douar Laachariyine	douar-laachariyine	MA		0	Africa/Casablanca	34.2669	-5.11063				03	591		
10985564	Douar Krarma	douar-krarma	MA		0	Africa/Casablanca	34.26745	-5.09782				03	591		
10985565	Douar Lakhtatba	douar-lakhtatba	MA		0	Africa/Casablanca	34.27201	-5.07147				03	591		
10985568	Douar Zaaymat	douar-zaaymat	MA		0	Africa/Casablanca	34.26704	-5.00674				03	591		
10985571	Douar Oulad Tayeb	douar-oulad-tayeb	MA		0	Africa/Casablanca	34.25899	-5.02231				03	591		
10985573	Douar Lahchachma	douar-lahchachma	MA		0	Africa/Casablanca	34.25723	-5.0401				03	591		
10985580	Douar Oulad Driss	douar-oulad-driss	MA		0	Africa/Casablanca	34.25943	-5.0773				03	591		
10985587	Douar Samanat	douar-samanat	MA		0	Africa/Casablanca	34.26493	-5.10644				03	591		
10985592	Douar Adachat	douar-adachat	MA		0	Africa/Casablanca	34.2514	-5.07397				03	591		
10985594	Douar Laaraara	douar-laaraara	MA		0	Africa/Casablanca	34.25005	-5.05443				03	591		
10985598	Douar Mansourat	douar-mansourat	MA		0	Africa/Casablanca	34.25145	-5.03507				03	591		
10985599	Douar Chbabat	douar-chbabat	MA		0	Africa/Casablanca	34.25203	-5.02117				03	591		
10985602	Douar Oulad Ali	douar-oulad-ali	MA		0	Africa/Casablanca	34.33188	-5.08393				03	531		
10985606	Douar Oulad Yaqout	douar-oulad-yaqout	MA		0	Africa/Casablanca	34.35221	-5.1246				03	531		
10985613	Douar Lhaddara	douar-lhaddara	MA		0	Africa/Casablanca	34.48859	-5.23075				03	531		
10985614	Douar Qchiblat	douar-qchiblat	MA		0	Africa/Casablanca	34.49137	-5.22476				03	531		
10985615	Douar Gharbia	douar-gharbia	MA		0	Africa/Casablanca	34.49506	-5.22794				03	531		
10985616	Douar Esseyabra	douar-esseyabra	MA		0	Africa/Casablanca	34.48621	-5.22474				03	531		
10985620	Douar Kseb	douar-kseb	MA		0	Africa/Casablanca	34.48714	-5.15934				03	531		
10985621	Douar Zouaoua	douar-zouaoua	MA		0	Africa/Casablanca	34.48969	-5.15943				03	531		
10985624	Douar Essinya	douar-essinya	MA		0	Africa/Casablanca	34.48971	-5.14205				03	531		
10985626	Douar Allaqa	douar-allaqa	MA		0	Africa/Casablanca	34.48702	-5.13022				03	531		
10985627	Douar Laansar	douar-laansar	MA		0	Africa/Casablanca	34.48437	-5.13915				03	531		
10985629	Dar Ben Talha	dar-ben-talha	MA		0	Africa/Casablanca	34.48171	-5.18994				03	531		
10985631	Douar Essouiyer	douar-essouiyer	MA		0	Africa/Casablanca	34.48099	-5.22084				03	531		
10985633	Douar Qolliyene	douar-qolliyene	MA		0	Africa/Casablanca	34.48357	-5.24217				03	531		
10985636	Douar Qtaybat	douar-qtaybat	MA		0	Africa/Casablanca	34.47499	-5.24198				03	531		
10985638	Douar Eddehar	douar-eddehar	MA		0	Africa/Casablanca	34.47568	-5.20625				03	531		
10985642	Douar Leqloe	douar-leqloe	MA		0	Africa/Casablanca	34.46489	-5.1343				03	531		
10985643	Douar Leghouiba	douar-leghouiba	MA		0	Africa/Casablanca	34.46225	-5.13057				03	531		
10985646	Douar Jbel Lkissane	douar-jbel-lkissane	MA		0	Africa/Casablanca	34.45571	-5.15003				03	531		
10985649	Douar Bni Ourlas	douar-bni-ourlas	MA		0	Africa/Casablanca	34.46778	-5.17516				03	531		
10985651	Douar Lqattar	douar-lqattar	MA		0	Africa/Casablanca	34.46494	-5.18977				03	531		
10985654	Douar Lgaada Lhamra	douar-lgaada-lhamra	MA		0	Africa/Casablanca	34.46372	-5.22054				03	531		
10985656	Douar Ezzaari	douar-ezzaari	MA		0	Africa/Casablanca	34.45311	-5.21496				03	531		
10985660	Douar Oulad Saddouq	douar-oulad-saddouq	MA		0	Africa/Casablanca	34.45555	-5.23878				03	531		
10985661	Douar Louadnine	douar-louadnine	MA		0	Africa/Casablanca	34.4599	-5.24494				03	531		
10985662	Douar Essoualem	douar-essoualem	MA		0	Africa/Casablanca	34.4458	-5.20217				03	531		
10985664	Douar Tnaja	douar-tnaja	MA		0	Africa/Casablanca	34.44913	-5.18915				03	531		
10985665	Douar Ben Sghir	douar-ben-sghir	MA		0	Africa/Casablanca	34.44973	-5.18164				03	531		
10985667	Douar Tassanfecht	douar-tassanfecht	MA		0	Africa/Casablanca	34.45289	-5.14486				03	531		
10985671	Douar Lebrirya	douar-lebrirya	MA		0	Africa/Casablanca	34.43621	-5.12881				03	531		
10985672	Douar Lharzat	douar-lharzat	MA		0	Africa/Casablanca	34.43456	-5.12613				03	531		
10985679	Douar Echouaouta	douar-echouaouta	MA		0	Africa/Casablanca	34.43347	-5.19037				03	531		
10985681	Douar Qridat	douar-qridat	MA		0	Africa/Casablanca	34.43831	-5.21378				03	531		
10985684	Douar Zaara	douar-zaara	MA		0	Africa/Casablanca	34.4267	-5.23595				03	531		
10985686	Douar Aychat	douar-aychat	MA		0	Africa/Casablanca	34.43254	-5.2114				03	531		
10985687	Douar Oulad Tayeb	douar-oulad-tayeb	MA		0	Africa/Casablanca	34.42798	-5.19204				03	531		
10985690	Douar Zenata	douar-zenata	MA		0	Africa/Casablanca	34.42219	-5.18376				03	531		
10985691	Douar Abadi	douar-abadi	MA		0	Africa/Casablanca	34.42929	-5.17269				03	531		
10985693	Douar Krikir	douar-krikir	MA		0	Africa/Casablanca	34.42019	-5.17814				03	531		
10985694	Douar Echtiouiyine	douar-echtiouiyine	MA		0	Africa/Casablanca	34.42704	-5.16235				03	531		
10985695	Douar Hamri	douar-hamri	MA		0	Africa/Casablanca	34.42497	-5.15048				03	531		
10985698	Douar Zraoula	douar-zraoula	MA		0	Africa/Casablanca	34.41341	-5.12623				03	531		
10985699	Dchar Ali	dchar-ali	MA		0	Africa/Casablanca	34.41744	-5.1528				03	531		
10985700	Douar Oulad Driss	douar-oulad-driss	MA		0	Africa/Casablanca	34.41516	-5.15333				03	531		
10985701	Douar Sbae Rouadi	douar-sbae-rouadi	MA		0	Africa/Casablanca	34.41282	-5.15123				03	531		
10985702	Douar Hbata	douar-hbata	MA		0	Africa/Casablanca	34.40275	-5.13866				03	531		
10985705	Douar Bou Akki	douar-bou-akki	MA		0	Africa/Casablanca	34.40541	-5.17314				03	531		
10985707	Douar Edderaouech	douar-edderaouech	MA		0	Africa/Casablanca	34.41783	-5.18385				03	531		
10985710	Douar Errouajae	douar-errouajae	MA		0	Africa/Casablanca	34.41359	-5.21363				03	531		
10985711	Douar Lekhyayta	douar-lekhyayta	MA		0	Africa/Casablanca	34.41778	-5.22919				03	531		
10985712	Douar Ghayyouba	douar-ghayyouba	MA		0	Africa/Casablanca	34.42254	-5.24292				03	531		
10985715	Douar Lahramsa	douar-lahramsa	MA		0	Africa/Casablanca	34.39516	-5.23125				03	531		
10985718	Douar Oulad El Arbi	douar-oulad-el-arbi	MA		0	Africa/Casablanca	34.39712	-5.21524				03	531		
10985720	Douar Lebranes	douar-lebranes	MA		0	Africa/Casablanca	34.39105	-5.21878				03	531		
10985722	Douar Belaajyat	douar-belaajyat	MA		0	Africa/Casablanca	34.39879	-5.18962				03	531		
10985724	Douar Lhajra	douar-lhajra	MA		0	Africa/Casablanca	34.38944	-5.19839				03	531		
10985726	Douar Ettaycha	douar-ettaycha	MA		0	Africa/Casablanca	34.38685	-5.19217				03	531		
10985729	Douar Ben Amrane	douar-ben-amrane	MA		0	Africa/Casablanca	34.39861	-5.17125				03	531		
10985732	Douar Smouniyiine	douar-smouniyiine	MA		0	Africa/Casablanca	34.39675	-5.14735				03	531		
10985733	Douar Oulad Ahmed	douar-oulad-ahmed	MA		0	Africa/Casablanca	34.3907	-5.14647				03	531		
10985734	Douar Lgaada	douar-lgaada	MA		0	Africa/Casablanca	34.39896	-5.13703				03	531		
10985735	Douar Qouibaat	douar-qouibaat	MA		0	Africa/Casablanca	34.39519	-5.13722				03	531		
10985740	Douar Oulad Aissa	douar-oulad-aissa	MA		0	Africa/Casablanca	34.38413	-5.16217				03	531		
10985744	Douar Bou Chiba	douar-bou-chiba	MA		0	Africa/Casablanca	34.38204	-5.19691				03	531		
10985749	Douar Akarma	douar-akarma	MA		0	Africa/Casablanca	34.38713	-5.24343				03	531		
10985750	Coopérative Ettaqaddom	cooperative-ettaqaddom	MA		0	Africa/Casablanca	34.37656	-5.17769				03	531		
10985759	Douar Lehnahcha	douar-lehnahcha	MA		0	Africa/Casablanca	34.40259	-5.02671				03	531		
10985760	Douar Lghozlane	douar-lghozlane	MA		0	Africa/Casablanca	34.42228	-5.06609				03	531		
10985761	Douar El Aji	douar-el-aji	MA		0	Africa/Casablanca	34.37828	-5.105				03	531		
10985762	Douar Bou Znala	douar-bou-znala	MA		0	Africa/Casablanca	34.39006	-5.02166				03	531		
10985763	Douar El Anagda	douar-el-anagda	MA		0	Africa/Casablanca	34.38186	-5.02438				03	531		
10985764	Douar Legreyhal	douar-legreyhal	MA		0	Africa/Casablanca	34.38878	-5.04869				03	531		
10985765	Douar Lkharrouba	douar-lkharrouba	MA		0	Africa/Casablanca	34.39785	-5.07067				03	531		
10985766	Douar Oulad Amara	douar-oulad-amara	MA		0	Africa/Casablanca	34.37738	-5.08193				03	531		
10985767	Douar Laaoulat	douar-laaoulat	MA		0	Africa/Casablanca	34.49289	-5.00887				03	531		
10985768	Douar Ghozlara	douar-ghozlara	MA		0	Africa/Casablanca	34.48247	-5.01305				03	531		
10985769	Douar Labtimiyya	douar-labtimiyya	MA		0	Africa/Casablanca	34.47918	-5.02642				03	531		
10985771	Douar El Aioun	douar-el-aioun	MA		0	Africa/Casablanca	34.45829	-5.09462				03	531		
10985772	Douar Laayadna	douar-laayadna	MA		0	Africa/Casablanca	34.45544	-5.01449				03	531		
10985773	Douar Oulad Ben Ramdane	douar-oulad-ben-ramdane	MA		0	Africa/Casablanca	34.45029	-5.05011				03	531		
10985774	Douar Oulad Ramdane	douar-oulad-ramdane	MA		0	Africa/Casablanca	34.44962	-5.0841				03	531		
10985775	Douar Dhamna	douar-dhamna	MA		0	Africa/Casablanca	34.44767	-5.08685				03	531		
10985776	Douar Oulad Sidi Abdessalam	douar-oulad-sidi-abdessalam	MA		0	Africa/Casablanca	34.38191	-5.05116				03	531		
10985779	Douar Oulad El Basaoui	douar-oulad-el-basaoui	MA		0	Africa/Casablanca	34.40125	-5.03026				03	531		
10985780	Douar Oulad Kaddour	douar-oulad-kaddour	MA		0	Africa/Casablanca	34.4452	-5.07633				03	531		
10985781	Douar Oulad Lmenana	douar-oulad-lmenana	MA		0	Africa/Casablanca	34.44863	-5.01999				03	531		
10985785	Douar Lehnancha	douar-lehnancha	MA		0	Africa/Casablanca	34.43692	-5.01681				03	531		
10985786	Douar Oulad El Haj	douar-oulad-el-haj	MA		0	Africa/Casablanca	34.42169	-5.02361				03	531		
10985787	Douar Errifiyine	douar-errifiyine	MA		0	Africa/Casablanca	34.41805	-5.02741				03	531		
10985788	Douar Mzahmine	douar-mzahmine	MA		0	Africa/Casablanca	34.41688	-5.02451				03	531		
10985791	Douar Bousselham	douar-bousselham	MA		0	Africa/Casablanca	34.41775	-5.01685				03	531		
10985795	Douar Oulad El Haj El Arbi	douar-oulad-el-haj-el-arbi	MA		0	Africa/Casablanca	34.42823	-5.03574				03	531		
10985796	Douar Lmesdoura	douar-lmesdoura	MA		0	Africa/Casablanca	34.43209	-5.02966				03	531		
10985798	Gare Moulay Bouchta	gare-moulay-bouchta	MA		0	Africa/Casablanca	34.49213	-5.11279				03	531		
10985802	Douar Mraqine	douar-mraqine	MA		0	Africa/Casablanca	34.48707	-5.0767				03	531		
10985803	Douar Oulad Kaddour Mohamed	douar-oulad-kaddour-mohamed	MA		0	Africa/Casablanca	34.48804	-5.04181				03	531		
10985811	Douar Ain Sefsal	douar-ain-sefsal	MA		0	Africa/Casablanca	34.4748	-5.0476				03	531		
10985814	Douar Maalaoua	douar-maalaoua	MA		0	Africa/Casablanca	34.46799	-5.04119				03	531		
10985820	Douar Lohmimer	douar-lohmimer	MA		0	Africa/Casablanca	34.47722	-5.0973				03	531		
10985821	Douar Dchira	douar-dchira	MA		0	Africa/Casablanca	34.47391	-5.09923				03	531		
10985822	Douar Angous	douar-angous	MA		0	Africa/Casablanca	34.47216	-5.09912				03	531		
10985825	Douar Lemqaouqne	douar-lemqaouqne	MA		0	Africa/Casablanca	34.47554	-5.10781				03	531		
10985828	Douar Chrira	douar-chrira	MA		0	Africa/Casablanca	34.46625	-5.06924				03	531		
10985835	Douar Laaziyeb	douar-laaziyeb	MA		0	Africa/Casablanca	34.46468	-5.02217				03	531		
10985837	Douar Oulad Driss	douar-oulad-driss	MA		0	Africa/Casablanca	34.45737	-5.01351				03	531		
10985840	Douar Ain Mnakher	douar-ain-mnakher	MA		0	Africa/Casablanca	34.45435	-5.07408				03	531		
10985845	Douar Kilomètre Soixante-Six	douar-kilometre-soixante-six	MA		0	Africa/Casablanca	34.44718	-5.12247				03	531		
10985847	Douar Koualel	douar-koualel	MA		0	Africa/Casablanca	34.44631	-5.11116				03	531		
10985853	Douar Jgharane	douar-jgharane	MA		0	Africa/Casablanca	34.44067	-5.06335				03	531		
10985854	Douar Jnane Lballout	douar-jnane-lballout	MA		0	Africa/Casablanca	34.4364	-5.05812				03	531		
10985855	Douar Oulad Tahar	douar-oulad-tahar	MA		0	Africa/Casablanca	34.43458	-5.08545				03	531		
10985859	Douar Lharzat	douar-lharzat	MA		0	Africa/Casablanca	34.42987	-5.11326				03	531		
10985860	Douar Oulad Amer	douar-oulad-amer	MA		0	Africa/Casablanca	34.4286	-5.10599				03	531		
10985862	Douar Ain Karma	douar-ain-karma	MA		0	Africa/Casablanca	34.411	-5.00941				03	531		
10985864	Douar Oulad Kaddour	douar-oulad-kaddour	MA		0	Africa/Casablanca	34.40539	-5.03831				03	531		
10985867	Douar Oulad El Kahrouli	douar-oulad-el-kahrouli	MA		0	Africa/Casablanca	34.40939	-5.06406				03	531		
10985869	Douar Yousfat	douar-yousfat	MA		0	Africa/Casablanca	34.39539	-5.08962				03	531		
10985870	Douar Ben Hmanat	douar-ben-hmanat	MA		0	Africa/Casablanca	34.39526	-5.10157				03	531		
10985872	Douar Laomrane	douar-laomrane	MA		0	Africa/Casablanca	34.40784	-5.11298				03	531		
10985874	Douar Zghimrat	douar-zghimrat	MA		0	Africa/Casablanca	34.39151	-5.1015				03	531		
10985876	Douar Jbabra	douar-jbabra	MA		0	Africa/Casablanca	34.39323	-5.0608				03	531		
10985878	Douar Oulad Ben Allal	douar-oulad-ben-allal	MA		0	Africa/Casablanca	34.38715	-5.05462				03	531		
10985879	Douar Leqiiaa	douar-leqiiaa	MA		0	Africa/Casablanca	34.39689	-5.05215				03	531		
10985883	Douar Amarat	douar-amarat	MA		0	Africa/Casablanca	34.39978	-5.02205				03	531		
10985884	Douar Lemranza	douar-lemranza	MA		0	Africa/Casablanca	34.40086	-5.00679				03	531		
10985887	Bouchabel	bouchabel	MA		0	Africa/Casablanca	34.37818	-5.0134				03	531		
10985890	Douar Anizat	douar-anizat	MA		0	Africa/Casablanca	34.38105	-5.08906				03	531		
10985893	Douar Zouinat	douar-zouinat	MA		0	Africa/Casablanca	34.38349	-5.10728				03	531		
10985894	Douar Bouafifat	douar-bouafifat	MA		0	Africa/Casablanca	34.37989	-5.1106				03	531		
10985895	Douar Graymid	douar-graymid	MA		0	Africa/Casablanca	34.42419	-5.0979				03	531		
10985896	Douar Lqarmoud	douar-lqarmoud	MA		0	Africa/Casablanca	34.42005	-5.10676				03	531		
10985898	Douar Jdid	douar-jdid	MA		0	Africa/Casablanca	34.40173	-5.06442				03	531		
10985900	Douar Skhayra	douar-skhayra	MA		0	Africa/Casablanca	34.48382	-5.09493				03	531		
10985902	Baumat Lhareg	baumat-lhareg	MA		0	Africa/Casablanca	34.48136	-5.02021				03	531		
10985906	Douar Boubhar	douar-boubhar	MA		0	Africa/Casablanca	34.4415	-5.11284				03	531		
10989449	Oulad Rafae	oulad-rafae	MA		0	Africa/Casablanca	34.74397	-5.98932				04	281		
10989452	Oulad Ziyyaziya	oulad-ziyyaziya	MA		0	Africa/Casablanca	34.73998	-5.989				04	281		
10989453	Oulad El Mamoune	oulad-el-mamoune	MA		0	Africa/Casablanca	34.74303	-5.98398				04	281		
10990704	Douar Oulad Miloud Rmayliya	douar-oulad-miloud-rmayliya	MA		0	Africa/Casablanca	34.61263	-5.83315				04	481		
10990718	Douar Lakhlet	douar-lakhlet	MA		0	Africa/Casablanca	34.61202	-5.77564				04	481		
10990734	Douar Oulad Driss	douar-oulad-driss	MA		0	Africa/Casablanca	34.60711	-5.83261				04	481		
10990738	Douar Oulad Assem	douar-oulad-assem	MA		0	Africa/Casablanca	34.59552	-5.86396				04	481		
10990740	Talbet Souss	talbet-souss	MA		0	Africa/Casablanca	34.59342	-5.86325				04	481		
10990746	Douar Oulad Hommad Bou Qlila	douar-oulad-hommad-bou-qlila	MA		0	Africa/Casablanca	34.59867	-5.83124				04	481		
10990752	Douar Oulad Azzouz	douar-oulad-azzouz	MA		0	Africa/Casablanca	34.59245	-5.77888				04	481		
10990759	Douar Oulad El Arbi	douar-oulad-el-arbi	MA		0	Africa/Casablanca	34.59595	-5.75691				04	481		
10990765	Douar Syak Kehayia	douar-syak-kehayia	MA		0	Africa/Casablanca	34.58678	-5.79207				04	481		
10990766	Douar Qezauch	douar-qezauch	MA		0	Africa/Casablanca	34.58323	-5.78682				04	481		
10990768	Douar Oulad Hammas	douar-oulad-hammas	MA		0	Africa/Casablanca	34.58579	-5.81626				04	481		
10990779	Douar Oulad Laigouli	douar-oulad-laigouli	MA		0	Africa/Casablanca	34.57491	-5.8083				04	481		
10990780	Douar Oulad Ben Azzouz	douar-oulad-ben-azzouz	MA		0	Africa/Casablanca	34.57161	-5.80165				04	481		
10990803	Douar Bou Tanzar	douar-bou-tanzar	MA		0	Africa/Casablanca	34.5562	-5.83394				04	481		
10990811	Douar Oulad Assem Kridat	douar-oulad-assem-kridat	MA		0	Africa/Casablanca	34.55408	-5.7665				04	481		
10990826	Douar Nouaoum	douar-nouaoum	MA		0	Africa/Casablanca	34.53603	-5.81626				04	481		
10990830	Douar Laassekriya	douar-laassekriya	MA		0	Africa/Casablanca	34.54773	-5.80424				04	481		
10990831	Azib Harakat	azib-harakat	MA		0	Africa/Casablanca	34.52781	-5.81572				04	481		
10990833	Douar Miyassa	douar-miyassa	MA		0	Africa/Casablanca	34.53324	-5.82149				04	481		
10990836	Douar Zouayed Oulad Jmil	douar-zouayed-oulad-jmil	MA		0	Africa/Casablanca	34.5386	-5.85291				04	481		
10990842	Douar Lemnaym	douar-lemnaym	MA		0	Africa/Casablanca	34.54633	-5.85619				04	481		
10990846	Douar Oulad Haddi	douar-oulad-haddi	MA		0	Africa/Casablanca	34.52298	-5.83227				04	481		
10990866	Douar Lahlaya	douar-lahlaya	MA		0	Africa/Casablanca	34.50675	-5.78221				04	481		
10990889	Douar Lemnasrii El Gharbiya	douar-lemnasrii-el-gharbiya	MA		0	Africa/Casablanca	34.49623	-5.77867		Douar El Rharbia,Douar Lemnasrii El Gharbiya		04	481		
10990893	Douar Zyayla	douar-zyayla	MA		0	Africa/Casablanca	34.57685	-5.80658				04	481		
10990908	Douar Zouayed	douar-zouayed	MA		0	Africa/Casablanca	34.55118	-5.86017				04	481		
10990961	Dar El Arbi Ould Bouchaayb	dar-el-arbi-ould-bouchaayb	MA		0	Africa/Casablanca	34.74647	-5.88438				04	281		
10990966	Dar Bou Aicha Zhouri	dar-bou-aicha-zhouri	MA		0	Africa/Casablanca	34.73503	-5.88105				04	281		
10990979	Bni Taour	bni-taour	MA		0	Africa/Casablanca	34.72944	-5.93411				04	281		
10990982	Krayz Tirs	krayz-tirs	MA		0	Africa/Casablanca	34.72297	-5.94408				04	281		
10991000	Dar El Caid Bourki	dar-el-caid-bourki	MA		0	Africa/Casablanca	34.73376	-5.99057				04	281		
10991029	Lahdadcha	lahdadcha	MA		0	Africa/Casablanca	34.70853	-5.89034				04	281		
10991038	Oulad El Massaoudiya	oulad-el-massaoudiya	MA		0	Africa/Casablanca	34.71736	-5.8886				04	281		
10991067	Oulad Aicha	oulad-aicha	MA		0	Africa/Casablanca	34.70258	-5.97472				04	281		
10991077	Krayz	krayz	MA		0	Africa/Casablanca	34.69192	-5.98332				04	281		
10991079	Leghzaouna	leghzaouna	MA		0	Africa/Casablanca	34.68811	-5.97944				04	281		
10991080	Oulad Yessef	oulad-yessef	MA		0	Africa/Casablanca	34.68614	-5.97635				04	281		
10991084	Oulad Jelloul Tirs	oulad-jelloul-tirs	MA		0	Africa/Casablanca	34.68827	-5.94776				04	281		
10991121	Oulad Ben Tahar	oulad-ben-tahar	MA		0	Africa/Casablanca	34.68074	-5.97414				04	281		
10991122	Lekradda	lekradda	MA		0	Africa/Casablanca	34.68372	-5.97553				04	281		
10991123	Oulad Jelloul	oulad-jelloul	MA		0	Africa/Casablanca	34.67745	-5.97304				04	281		
10991124	Lherraia	lherraia	MA		0	Africa/Casablanca	34.67871	-5.976				04	281		
10991125	Hay El Fath	hay-el-fath	MA		0	Africa/Casablanca	34.6801	-5.98862				04	281		
10991126	Hay Hind	hay-hind	MA		0	Africa/Casablanca	34.68116	-5.99321				04	281		
10991127	Oulad Ben Sbae	oulad-ben-sbae	MA		0	Africa/Casablanca	34.68496	-5.98406				04	281		
10991128	Hay Essalam	hay-essalam	MA		0	Africa/Casablanca	34.67452	-5.99207				04	281		
10991129	Oulad Boukhouitat	oulad-boukhouitat	MA		0	Africa/Casablanca	34.66778	-5.9943				04	281		
10991147	Lehgagcha	lehgagcha	MA		0	Africa/Casablanca	34.66388	-5.92469				04	281		
10991149	Oulad Majdoub	oulad-majdoub	MA		0	Africa/Casablanca	34.66434	-5.91834				04	281		
10991164	Oulad Arioua	oulad-arioua	MA		0	Africa/Casablanca	34.67229	-5.87674				04	281		
10991212	Dar Hammouch Kacem	dar-hammouch-kacem	MA		0	Africa/Casablanca	34.64761	-5.91612				04	281		
10991231	Jaarna	jaarna	MA		0	Africa/Casablanca	34.63974	-5.92655				04	281		
10991235	Oulad Aissa Rmel	oulad-aissa-rmel	MA		0	Africa/Casablanca	34.64376	-5.904				04	281		
10991248	Mghaytene Souiniyine	mghaytene-souiniyine	MA		0	Africa/Casablanca	34.63059	-5.9354				04	481		
10991254	Kariat Habbassi	kariat-habbassi	MA		0	Africa/Casablanca	34.63126	-5.98057				04	481		
10991279	Oulad Soua Aouda	oulad-soua-aouda	MA		0	Africa/Casablanca	34.73459	-5.90238				04	281		
10991283	Bourk	bourk	MA		0	Africa/Casablanca	34.71007	-5.99437				04	281		
10991285	Douar Oulad Loucha	douar-oulad-loucha	MA		0	Africa/Casablanca	34.61088	-5.73886				04	481		
10991302	Douar Chlouh	douar-chlouh	MA		0	Africa/Casablanca	34.59628	-5.66164				04	481		
10991308	Douar Haddada	douar-haddada	MA		0	Africa/Casablanca	34.60065	-5.71743				04	481		
10991315	Douar Hebbarat Lqidi	douar-hebbarat-lqidi	MA		0	Africa/Casablanca	34.59706	-5.73313				04	481		
10991327	Douar Oulad Bou Amer	douar-oulad-bou-amer	MA		0	Africa/Casablanca	34.58729	-5.65811				04	481		
10991329	Douar Bou Ajoual	douar-bou-ajoual	MA		0	Africa/Casablanca	34.58242	-5.63193				04	481		
10991334	Douar Bou Ajoulat	douar-bou-ajoulat	MA		0	Africa/Casablanca	34.57714	-5.64523				04	481		
10991335	Douar Echqaqfa Ettahtiya	douar-echqaqfa-ettahtiya	MA		0	Africa/Casablanca	34.57401	-5.65096				04	481		
10991336	Douar El Haj Jilali	douar-el-haj-jilali	MA		0	Africa/Casablanca	34.57751	-5.6715				04	481		
10991346	Douar Zehir Ezzyarene	douar-zehir-ezzyarene	MA		0	Africa/Casablanca	34.56681	-5.7403				04	481		
10991347	Douar Zehir Errouaich	douar-zehir-errouaich	MA		0	Africa/Casablanca	34.56489	-5.736				04	481		
10991351	Sidi Azzouz	sidi-azzouz	MA		0	Africa/Casablanca	34.56892	-5.71819				04	481		
10991352	Douar Azib Echarradi	douar-azib-echarradi	MA		0	Africa/Casablanca	34.57141	-5.71795				04	481		
10991357	Douar Darqaoua	douar-darqaoua	MA		0	Africa/Casablanca	34.56245	-5.69445				04	481		
10991364	Douar Echqaqfa Errmel	douar-echqaqfa-errmel	MA		0	Africa/Casablanca	34.56859	-5.65972				04	481		
10991374	Douar Lemhaya	douar-lemhaya	MA		0	Africa/Casablanca	34.55185	-5.66561				04	481		
10991392	Douar Oulad Abdelkader	douar-oulad-abdelkader	MA		0	Africa/Casablanca	34.54016	-5.7226				04	481		
10991443	Douar Lghebari	douar-lghebari	MA		0	Africa/Casablanca	34.5143	-5.63548				04	481		
10991452	Douar Mhijer	douar-mhijer	MA		0	Africa/Casablanca	34.49864	-5.66477				04	481		
10991469	Douar Azib El Baqqali	douar-azib-el-baqqali	MA		0	Africa/Casablanca	34.5107	-5.73401				04	481		
10991475	Lemsalla	lemsalla	MA		0	Africa/Casablanca	34.611	-5.72149				04	481		
10991476	Maison des Frunes	maison-des-frunes	MA		0	Africa/Casablanca	34.61458	-5.73292				04	481		
10991482	Douar Oudka	douar-oudka	MA		0	Africa/Casablanca	34.6098	-5.68227				04	481		
10991485	Douar Lchouliat	douar-lchouliat	MA		0	Africa/Casablanca	34.59514	-5.63176				04	481		
10991487	Dar Caid Driss	dar-caid-driss	MA		0	Africa/Casablanca	34.5804	-5.70926				04	481		
10991488	Douar Oulad Dhayech	douar-oulad-dhayech	MA		0	Africa/Casablanca	34.57659	-5.70703				04	481		
10991489	Douar Azib Daranoua	douar-azib-daranoua	MA		0	Africa/Casablanca	34.53912	-5.7186				04	481		
10991492	Dar Estalib	dar-estalib	MA		0	Africa/Casablanca	34.61351	-5.73688				04	481		
10991493	Heramat Sahla	heramat-sahla	MA		0	Africa/Casablanca	34.61009	-5.63715				04	481		
10991498	Douar Ain Tahar	douar-ain-tahar	MA		0	Africa/Casablanca	34.55894	-5.67963				04	481		
10991503	Douar Zaouiat Eremel	douar-zaouiat-eremel	MA		0	Africa/Casablanca	34.62358	-5.64304				04	481		
10991512	Douar Banyaug	douar-banyaug	MA		0	Africa/Casablanca	34.74637	-5.7405				01	405		
10991514	Sidi Ahmed El Gualfti	sidi-ahmed-el-gualfti	MA		0	Africa/Casablanca	34.74406	-5.74263				01	405		
10991525	Douar Lmenazel	douar-lmenazel	MA		0	Africa/Casablanca	34.73909	-5.70057				01	405		
10991538	Dar Lagahbi	dar-lagahbi	MA		0	Africa/Casablanca	34.74078	-5.63204				01	405		
10991583	Douar Leqchila	douar-leqchila	MA		0	Africa/Casablanca	34.71688	-5.65079				04	481		
10991613	Dar Barghour	dar-barghour	MA		0	Africa/Casablanca	34.69901	-5.69052				04	481		
10991624	Douar Lalla Zenih	douar-lalla-zenih	MA		0	Africa/Casablanca	34.70164	-5.63168				04	481		
10991629	Ali Beb Abessalam	ali-beb-abessalam	MA		0	Africa/Casablanca	34.6913	-5.64121				04	481		
10991631	Bni Oual	bni-oual	MA		0	Africa/Casablanca	34.68201	-5.64252				04	481		
10991639	Douar Oulad Chaayeh	douar-oulad-chaayeh	MA		0	Africa/Casablanca	34.69023	-5.71788				04	481		
10991672	Haqumat Lebmanza	haqumat-lebmanza	MA		0	Africa/Casablanca	34.6786	-5.64466				04	481		
10991687	Douar Karadea	douar-karadea	MA		0	Africa/Casablanca	34.64462	-5.66613				04	481		
10991694	Douar Lafalqz	douar-lafalqz	MA		0	Africa/Casablanca	34.65125	-5.67017				04	481		
10991716	Douar Bou Azziz	douar-bou-azziz	MA		0	Africa/Casablanca	34.65057	-5.72803				04	481		
10991718	Douar Oulad Mohamad	douar-oulad-mohamad	MA		0	Africa/Casablanca	34.66107	-5.72867				04	481		
10991746	Douar Sidi Thami	douar-sidi-thami	MA		0	Africa/Casablanca	34.64169	-5.66338				04	481		
10991748	Dhar Fallaq	dhar-fallaq	MA		0	Africa/Casablanca	34.64161	-5.68492				04	481		
10991764	Coopérative Lamiya	cooperative-lamiya	MA		0	Africa/Casablanca	34.72078	-5.63121				04	481		
10991766	Douar Chaoujar	douar-chaoujar	MA		0	Africa/Casablanca	34.69291	-5.64222				04	481		
10991779	Douar Farsious El Oulya	douar-farsious-el-oulya	MA		0	Africa/Casablanca	34.74646	-5.68921				01	405		
10991782	Douar Dcher Qallal	douar-dcher-qallal	MA		0	Africa/Casablanca	34.72528	-5.72458				04	481		
10991790	Haoumat Sougzera	haoumat-sougzera	MA		0	Africa/Casablanca	34.71448	-5.67313				04	481		
10991793	Douar Guenaouna	douar-guenaouna	MA		0	Africa/Casablanca	34.71021	-5.70306				04	481		
10991795	Douar Losha	douar-losha	MA		0	Africa/Casablanca	34.71142	-5.7457				04	481		
10991803	Douar Bra Zid	douar-bra-zid	MA		0	Africa/Casablanca	34.65675	-5.68119				04	481		
10991806	Douar Qaddlla Del Osad	douar-qaddlla-del-osad	MA		0	Africa/Casablanca	34.64348	-5.73534				04	481		
10991808	Douar Ain Ouzil	douar-ain-ouzil	MA		0	Africa/Casablanca	34.64362	-5.65539				04	481		
10991809	Douar Oulad Sas	douar-oulad-sas	MA		0	Africa/Casablanca	34.62789	-5.63027				04	481		
10991811	Douar Lebaiqiyina	douar-lebaiqiyina	MA		0	Africa/Casablanca	34.706	-5.6469				04	481		
10991812	Douar Ezhouibuza	douar-ezhouibuza	MA		0	Africa/Casablanca	34.72223	-5.63565				04	481		
10991825	Douar Dchira	douar-dchira	MA		0	Africa/Casablanca	34.74261	-5.60347				01	405		
10991830	Douar Esslibrool	douar-esslibrool	MA		0	Africa/Casablanca	34.73534	-5.61696				01	405		
10991839	Douar Khaoulane	douar-khaoulane	MA		0	Africa/Casablanca	34.72436	-5.58207				01	405		
10991847	Chaouiat Essakhra	chaouiat-essakhra	MA		0	Africa/Casablanca	34.70566	-5.60673				04	481		
10991850	Coopérative Essernara	cooperative-essernara	MA		0	Africa/Casablanca	34.70467	-5.58274				04	481		
10991861	Leqraba	leqraba	MA		0	Africa/Casablanca	34.70315	-5.6227				04	481		
10991862	Coopérative Ebrranti	cooperative-ebrranti	MA		0	Africa/Casablanca	34.68876	-5.62399				04	481		
10991864	Ebauri	ebauri	MA		0	Africa/Casablanca	34.68484	-5.62116				04	481		
10991896	Lemtnya	lemtnya	MA		0	Africa/Casablanca	34.65649	-5.58943				04	481		
10991911	Qranes	qranes	MA		0	Africa/Casablanca	34.62625	-5.55879				04	481		
10991917	Oulad Maayaa	oulad-maayaa	MA		0	Africa/Casablanca	34.64097	-5.5506				04	481		
10991927	Hammou El Oufi	hammou-el-oufi	MA		0	Africa/Casablanca	34.65463	-5.55117				04	481		
10991929	Coopérative El Chala	cooperative-el-chala	MA		0	Africa/Casablanca	34.66065	-5.5515				04	481		
10991934	Amana	amana	MA		0	Africa/Casablanca	34.666	-5.56507				04	481		
10991942	Coopérative Essahra	cooperative-essahra	MA		0	Africa/Casablanca	34.68206	-5.56335				04	481		
10991945	Oulad Edyeb	oulad-edyeb	MA		0	Africa/Casablanca	34.67393	-5.55103				04	481		
10991946	Oulad Ben Lfou	oulad-ben-lfou	MA		0	Africa/Casablanca	34.69109	-5.57385				04	481		
10991953	Douar Ain El Haj	douar-ain-el-haj	MA		0	Africa/Casablanca	34.69483	-5.55588				01	405		
10991957	Douar Sidi Bou Douina	douar-sidi-bou-douina	MA		0	Africa/Casablanca	34.70277	-5.54267				01	405		
10991965	Douar Dhourech	douar-dhourech	MA		0	Africa/Casablanca	34.71835	-5.54833				01	405		
10991971	Bni Quolla	bni-quolla	MA		0	Africa/Casablanca	34.73993	-5.54411				01	405		
10991977	Doumal Sidi Daone	doumal-sidi-daone	MA		0	Africa/Casablanca	34.74144	-5.56425				01	405		
10991984	Douar Oulad Cheikh	douar-oulad-cheikh	MA		0	Africa/Casablanca	34.74134	-5.51015				01	405		
10991997	Hit Bargkaur	hit-bargkaur	MA		0	Africa/Casablanca	34.71823	-5.52567				01	405		
10991998	Douar Lbiyar	douar-lbiyar	MA		0	Africa/Casablanca	34.71426	-5.52509				01	405		
10992002	Douar Har Louerzi	douar-har-louerzi	MA		0	Africa/Casablanca	34.7076	-5.53653				01	405		
10992010	Douar Essakhra	douar-essakhra	MA		0	Africa/Casablanca	34.69199	-5.53422				01	405		
10992012	Douar Kimel El Aehab	douar-kimel-el-aehab	MA		0	Africa/Casablanca	34.69172	-5.5037				01	405		
10992019	Douar Ain Arbaa	douar-ain-arbaa	MA		0	Africa/Casablanca	34.68055	-5.50681				01	405		
10992037	Douar Bni Imil	douar-bni-imil	MA		0	Africa/Casablanca	34.6465	-5.51299				01	405		
10992041	Coopérative Laarouine	cooperative-laarouine	MA		0	Africa/Casablanca	34.64643	-5.53462				04	481		
10992044	Orauncha	orauncha	MA		0	Africa/Casablanca	34.63893	-5.50246				04	481		
10992069	Coopérative El Massaoudiya	cooperative-el-massaoudiya	MA		0	Africa/Casablanca	34.6886	-5.62425				04	481		
10992077	Hjaouj	hjaouj	MA		0	Africa/Casablanca	34.8506	-5.74785				01	405		
10992102	Douar Lebbat	douar-lebbat	MA		0	Africa/Casablanca	34.84424	-5.84063				04	481		
10992124	Douar Erremila	douar-erremila	MA		0	Africa/Casablanca	34.8124	-5.85266				04	481		
10992141	Douar Dar Bdaoua	douar-dar-bdaoua	MA		0	Africa/Casablanca	34.79975	-5.82586				04	481		
10992144	Douar Amer Moussa	douar-amer-moussa	MA		0	Africa/Casablanca	34.8004	-5.83369				04	481		
10992145	Douar El Hachchoumi	douar-el-hachchoumi	MA		0	Africa/Casablanca	34.79784	-5.84193				04	481		
10992152	Douar Oulad Ziane Bni Malek	douar-oulad-ziane-bni-malek	MA		0	Africa/Casablanca	34.78714	-5.81771				04	481		
10992165	Oulad Ben Allal	oulad-ben-allal	MA		0	Africa/Casablanca	34.76851	-5.87167				04	481		
10992166	Douar Laalya	douar-laalya	MA		0	Africa/Casablanca	34.7649	-5.83986				04	481		
10992171	Douar Echemmae	douar-echemmae	MA		0	Africa/Casablanca	34.74985	-5.86095				04	481		
10992174	Lahracha	lahracha	MA		0	Africa/Casablanca	34.75521	-5.82557				04	481		
10992183	Dar Ben Hayaya	dar-ben-hayaya	MA		0	Africa/Casablanca	34.75406	-5.75233				01	405		
10992190	Douar Lahouachem	douar-lahouachem	MA		0	Africa/Casablanca	34.7682	-5.77381				01	405		
10992198	Douar Laqriaat	douar-laqriaat	MA		0	Africa/Casablanca	34.77803	-5.77752				01	405		
10992230	Dar Echaf	dar-echaf	MA		0	Africa/Casablanca	34.79058	-5.752				01	405		
10992247	Laazib	laazib	MA		0	Africa/Casablanca	34.81882	-5.79597				04	481		
10992257	Douar Hjaouj	douar-hjaouj	MA		0	Africa/Casablanca	34.87206	-5.80722				04	281		
10992267	Douar Draon	douar-draon	MA		0	Africa/Casablanca	34.78463	-5.78312				01	405		
10992268	Lahgagcha	lahgagcha	MA		0	Africa/Casablanca	34.76307	-5.77297				01	405		
10992277	Douar Oulad Masbah	douar-oulad-masbah	MA		0	Africa/Casablanca	34.87426	-5.81183				04	281		
10992297	Douar Laalaouna	douar-laalaouna	MA		0	Africa/Casablanca	34.96081	-5.9651				04	281		
10992304	Douar Oulad Ichou	douar-oulad-ichou	MA		0	Africa/Casablanca	34.95422	-5.94246				04	281		
10992328	Douar Lahrabil	douar-lahrabil	MA		0	Africa/Casablanca	34.92861	-5.97801				04	281		
10992332	Douar Frakna	douar-frakna	MA		0	Africa/Casablanca	34.922	-5.97855				04	281		
10992336	Douar Baqbaqa	douar-baqbaqa	MA		0	Africa/Casablanca	34.91065	-5.9371				04	281		
10992379	Douar Oulad Affane	douar-oulad-affane	MA		0	Africa/Casablanca	34.89459	-5.93857				04	281		
10992397	Douar Arbaoua	douar-arbaoua	MA		0	Africa/Casablanca	34.90563	-5.91933				04	281		
10992405	Douar Echqadfa	douar-echqadfa	MA		0	Africa/Casablanca	34.91853	-5.90033				04	281		
10992411	Douar Echouitnat	douar-echouitnat	MA		0	Africa/Casablanca	34.93772	-5.92965				04	281		
10992419	Douar Jbel Laghni	douar-jbel-laghni	MA		0	Africa/Casablanca	34.94161	-5.87781				01	331		
10992420	Douar Ain Toula	douar-ain-toula	MA		0	Africa/Casablanca	34.94213	-5.88529				01	331		
10992423	Douar Lakhdadra	douar-lakhdadra	MA		0	Africa/Casablanca	34.94321	-5.92145				01	331		
10992438	Douar Eddouamer	douar-eddouamer	MA		0	Africa/Casablanca	34.96903	-5.88395				01	331		
10992439	Douar Errebouaa	douar-errebouaa	MA		0	Africa/Casablanca	34.97305	-5.88869				01	331		
10992451	Douar Zoubida	douar-zoubida	MA		0	Africa/Casablanca	34.99705	-5.88401				01	331		
10992452	Hay Essalam	hay-essalam	MA		0	Africa/Casablanca	34.9929	-5.89681				01	331		
10992454	Ancienne Medina	ancienne-medina	MA		0	Africa/Casablanca	34.99358	-5.90716				01	331		
10992458	Hay El Andalos	hay-el-andalos	MA		0	Africa/Casablanca	34.99242	-5.91155				01	331		
10992465	Douar Ejjamae	douar-ejjamae	MA		0	Africa/Casablanca	34.91354	-5.92227				04	281		
10992469	Douar Lqayed	douar-lqayed	MA		0	Africa/Casablanca	34.91772	-5.92779				04	281		
10992471	Comm. Rurale Kaar Bjir	comm-rurale-kaar-bjir	MA		0	Africa/Casablanca	34.97915	-5.88232				01	331		
10992478	Groupe Chaouech	groupe-chaouech	MA		0	Africa/Casablanca	34.99058	-5.90913				01	331		
10992489	Douar Lehlalfa	douar-lehlalfa	MA		0	Africa/Casablanca	34.97829	-5.87094				01	331		
10992492	Douar Lekraroua	douar-lekraroua	MA		0	Africa/Casablanca	34.96866	-5.87475				01	331		
10992497	Douar Ouattah	douar-ouattah	MA		0	Africa/Casablanca	34.99316	-5.81106				01	331		
10992531	Douar Jahjouka	douar-jahjouka	MA		0	Africa/Casablanca	34.94238	-5.8608				01	331		
10992534	Dchar Maalem	dchar-maalem	MA		0	Africa/Casablanca	34.95033	-5.84773				01	331		
10992542	Oued El Makhazine	oued-el-makhazine	MA		0	Africa/Casablanca	34.92562	-5.8571				04	281		
10992561	Douar Zouitna	douar-zouitna	MA		0	Africa/Casablanca	34.89957	-5.83365				04	281		
10992564	Douar Hlagna	douar-hlagna	MA		0	Africa/Casablanca	34.89487	-5.83228				04	281		
10992566	Douar Lehouita	douar-lehouita	MA		0	Africa/Casablanca	34.89352	-5.83678				04	281		
10992578	Lemragbiya	lemragbiya	MA		0	Africa/Casablanca	34.88789	-5.85533				04	281		
10992582	Douar Lekdaoui	douar-lekdaoui	MA		0	Africa/Casablanca	34.89231	-5.83266				04	281		
10992589	Douar Chtita	douar-chtita	MA		0	Africa/Casablanca	34.87646	-5.80902				04	281		
10992590	Douar El Barraqine	douar-el-barraqine	MA		0	Africa/Casablanca	34.87565	-5.81199				04	281		
10992592	Douar Errefassine	douar-errefassine	MA		0	Africa/Casablanca	34.88495	-5.80563				04	281		
10992593	Douar Leqaartuna	douar-leqaartuna	MA		0	Africa/Casablanca	34.8854	-5.80172				04	281		
10992630	Dchar Arab	dchar-arab	MA		0	Africa/Casablanca	34.9228	-5.78526				04	281		
10992643	Douar El Och	douar-el-och	MA		0	Africa/Casablanca	34.95868	-5.76754				01	331		
10992653	Douar Darouzari	douar-darouzari	MA		0	Africa/Casablanca	34.96025	-5.78181				01	331		
10992675	Douar Lqaous	douar-lqaous	MA		0	Africa/Casablanca	34.99293	-5.76717				01	331		
10992680	Douar Lakhyayta	douar-lakhyayta	MA		0	Africa/Casablanca	34.97651	-5.87417				01	331		
10992681	Douar Lamzaym	douar-lamzaym	MA		0	Africa/Casablanca	34.97486	-5.87405				01	331		
10992685	Douar Taqerdavet	douar-taqerdavet	MA		0	Africa/Casablanca	34.10848	-4.97383				03	591		
10992689	Hay Ben Slimane	hay-ben-slimane	MA		0	Africa/Casablanca	34.07086	-4.98618				03	231		
10992690	L’habitat	l-habitat	MA		0	Africa/Casablanca	34.06928	-4.99238				03	231		
10992691	Hay Lhassani	hay-lhassani	MA		0	Africa/Casablanca	34.07093	-4.99676				03	231		
10992693	Leattarine	leattarine	MA		0	Africa/Casablanca	34.06618	-4.97527				03	231		
10992694	Ennajjarine	ennajjarine	MA		0	Africa/Casablanca	34.0645	-4.97831				03	231		
10992695	Hay El Jadid	hay-el-jadid	MA		0	Africa/Casablanca	34.06652	-4.99728				03	231		
10992696	Hay El Jabri	hay-el-jabri	MA		0	Africa/Casablanca	34.06496	-4.99457				03	231		
10992698	Douar Ain Loqsab	douar-ain-loqsab	MA		0	Africa/Casablanca	34.11758	-4.95787				03	591		
10992704	Douar Oulad Bouanane	douar-oulad-bouanane	MA		0	Africa/Casablanca	34.8646	-5.69054				01	405		
10992711	Anciene Caseme	anciene-caseme	MA		0	Africa/Casablanca	34.83871	-5.7458				01	405		
10992721	Douar Ezzaouia	douar-ezzaouia	MA		0	Africa/Casablanca	34.83395	-5.73275				01	405		
10992725	Douar El Ksiba	douar-el-ksiba	MA		0	Africa/Casablanca	34.83073	-5.72382				01	405		
10992730	Douar Lnassida	douar-lnassida	MA		0	Africa/Casablanca	34.8233	-5.74908				01	405		
10992748	Douar Lhayt	douar-lhayt	MA		0	Africa/Casablanca	34.80894	-5.74753		Douar Lhayt,Douar Lhit		01	405		
10992770	Masmouda	masmouda	MA		0	Africa/Casablanca	34.78457	-5.70994				01	405		
10992776	Douar Bou Hammou	douar-bou-hammou	MA		0	Africa/Casablanca	34.76709	-5.73335				01	405		
10992785	Essebt Leqdim	essebt-leqdim	MA		0	Africa/Casablanca	34.75248	-5.72109				01	405		
10992789	Douar Jbel Lahrach	douar-jbel-lahrach	MA		0	Africa/Casablanca	34.76018	-5.7049				01	405		
10992795	Douar Legouina	douar-legouina	MA		0	Africa/Casablanca	34.75009	-5.68475				01	405		
10992806	Coopérative Ellaheir	cooperative-ellaheir	MA		0	Africa/Casablanca	34.76827	-5.62889				01	405		
10992816	Lemqaddem	lemqaddem	MA		0	Africa/Casablanca	34.77561	-5.67276				01	405		
10992818	Douar Oulad Sidi Ali Ben Azzouz	douar-oulad-sidi-ali-ben-azzouz	MA		0	Africa/Casablanca	34.77807	-5.68415				01	405		
10992833	Coopérative Sidi Ahmed Laghrib	cooperative-sidi-ahmed-laghrib	MA		0	Africa/Casablanca	34.7921	-5.65604				01	405		
10992837	Qabr Amsaad	qabr-amsaad	MA		0	Africa/Casablanca	34.78742	-5.68286				01	405		
10992848	Lemrahla	lemrahla	MA		0	Africa/Casablanca	34.82666	-5.63157				01	405		
10992873	Lahmams	lahmams	MA		0	Africa/Casablanca	34.86359	-5.67192				01	405		
10992883	Dar Dahmane	dar-dahmane	MA		0	Africa/Casablanca	34.84808	-5.74547				01	405		
10992884	Lalla Mimouna	lalla-mimouna	MA		0	Africa/Casablanca	34.8153	-5.62806				01	405		
10992929	Douar Ben Seaga El Koobra	douar-ben-seaga-el-koobra	MA		0	Africa/Casablanca	34.08991	-4.96922				03	591		
10992937	Hay Fandalous	hay-fandalous	MA		0	Africa/Casablanca	34.06596	-4.96598				03	231		
10992941	Lotissement Qorroba	lotissement-qorroba	MA		0	Africa/Casablanca	34.06506	-4.94603				03	231		
10992942	Lfakharine	lfakharine	MA		0	Africa/Casablanca	34.06284	-4.94849				03	231		
10992943	Hay Echouhada	hay-echouhada	MA		0	Africa/Casablanca	34.06418	-4.96732				03	231		
10992944	Fes Leball	fes-leball	MA		0	Africa/Casablanca	34.06371	-4.97517				03	231		
10992945	Lfakhkharine	lfakhkharine	MA		0	Africa/Casablanca	34.06036	-4.96801				03	231		
10992946	Dhar Lbatha	dhar-lbatha	MA		0	Africa/Casablanca	34.05957	-4.98306				03	231		
10992947	Bou Touil	bou-touil	MA		0	Africa/Casablanca	34.05579	-4.98839				03	231		
10992951	Hay Louard	hay-louard	MA		0	Africa/Casablanca	34.05659	-4.95067				03	231		
10992952	Hay Sehb Louard	hay-sehb-louard	MA		0	Africa/Casablanca	34.05488	-4.95561				03	231		
10992953	Hay Ettahri	hay-ettahri	MA		0	Africa/Casablanca	34.0483	-4.95589				03	231		
10992954	Hay Lemsalla	hay-lemsalla	MA		0	Africa/Casablanca	34.05253	-4.96267				03	231		
10992956	Hay Sabrij Guennoua	hay-sabrij-guennoua	MA		0	Africa/Casablanca	34.0565	-4.95957				03	231		
10992960	Hay Lguebbassa	hay-lguebbassa	MA		0	Africa/Casablanca	34.05868	-4.98083				03	231		
10992961	Douar El Marrakechi	douar-el-marrakechi	MA		0	Africa/Casablanca	34.0752	-4.95292				03	591		
10992962	Dhar Lmehraz	dhar-lmehraz	MA		0	Africa/Casablanca	34.03886	-4.98622				03	231		
10992964	Quartier Bab Lghoul	quartier-bab-lghoul	MA		0	Africa/Casablanca	34.04261	-4.98882				03	231		
10992965	Hay Ellidou	hay-ellidou	MA		0	Africa/Casablanca	34.03475	-4.98906				03	231		
10992966	Hay El Mourabitin	hay-el-mourabitin	MA		0	Africa/Casablanca	34.02163	-4.97506				03	231		
10992967	Quartier Aouint Lhejjaj	quartier-aouint-lhejjaj	MA		0	Africa/Casablanca	34.02115	-4.96711				03	231		
10992969	Hay Bou Roummana	hay-bou-roummana	MA		0	Africa/Casablanca	34.02401	-4.99474				03	231		
10992970	Hay Gueltet Zemanour	hay-gueltet-zemanour	MA		0	Africa/Casablanca	34.03001	-4.99559				03	231		
10992971	Quartier Industriel Sidi Brahim	quartier-industriel-sidi-brahim	MA		0	Africa/Casablanca	34.02714	-4.98319				03	231		
10992972	Quartier Ennarjis	quartier-ennarjis	MA		0	Africa/Casablanca	34.01702	-4.97618				03	231		
10992973	Quartier Monfleuri I	quartier-monfleuri-i	MA		0	Africa/Casablanca	34.01266	-4.99049				03	231		
10992974	Hay Zouhayi	hay-zouhayi	MA		0	Africa/Casablanca	34.01698	-4.99829				03	231		
10992975	Hay El Oufae	hay-el-oufae	MA		0	Africa/Casablanca	34.01188	-4.97834				03	231		
10992981	Hay Essani	hay-essani	MA		0	Africa/Casablanca	34.01168	-4.95471				03	231		
10992982	Hay Amal	hay-amal	MA		0	Africa/Casablanca	34.00935	-4.96532				03	231		
10992984	Coopérative El Bouzidry	cooperative-el-bouzidry	MA		0	Africa/Casablanca	34.01526	-4.94092				03	231		
10992987	Quartier Monfleuri II	quartier-monfleuri-ii	MA		0	Africa/Casablanca	34.00519	-4.98872				03	231		
10992996	Coopérative Lbouzidia	cooperative-lbouzidia	MA		0	Africa/Casablanca	34.01816	-4.91699				03	231		
10993000	Douar Skatou	douar-skatou	MA		0	Africa/Casablanca	34.01993	-4.89615				03	231		
10993002	Douar Ain Lehan	douar-ain-lehan	MA		0	Africa/Casablanca	34.02397	-4.93029				03	231		
10993009	Douar Lazzi	douar-lazzi	MA		0	Africa/Casablanca	34.04489	-4.90041				03	231		
10993031	Douar Bin Dura	douar-bin-dura	MA		0	Africa/Casablanca	34.10313	-4.90813				03	591		
10993032	Dar Cheikh Harazem	dar-cheikh-harazem	MA		0	Africa/Casablanca	34.10409	-4.89689				03	591		
10993042	Douar Ben Souda	douar-ben-souda	MA		0	Africa/Casablanca	34.11994	-4.93255				03	591		
10993044	Douar Chrifa	douar-chrifa	MA		0	Africa/Casablanca	34.1182	-4.89133				03	591		
10993045	Douar Oulad Bel Groune	douar-oulad-bel-groune	MA		0	Africa/Casablanca	34.11651	-4.88373				03	591		
10993055	Douar Oulad Jerene	douar-oulad-jerene	MA		0	Africa/Casablanca	34.06867	-4.90832				03	591		
10993056	Douar Mechta Ben Houan	douar-mechta-ben-houan	MA		0	Africa/Casablanca	34.09954	-4.89523				03	591		
10993061	Douar Lehja	douar-lehja	MA		0	Africa/Casablanca	34.04752	-4.87562				03	591		
10993062	Douar Eddaoudiyine	douar-eddaoudiyine	MA		0	Africa/Casablanca	34.06332	-4.90025				03	591		
10993073	Hay Essalam	hay-essalam	MA		0	Africa/Casablanca	34.00912	-4.99812				03	231		
10993074	Douar Ain Assahra	douar-ain-assahra	MA		0	Africa/Casablanca	34.11399	-4.97782				03	591		
10993076	Douar Houma Ain Essama	douar-houma-ain-essama	MA		0	Africa/Casablanca	34.10915	-4.9943				03	591		
10993078	Douar Ain Broghet	douar-ain-broghet	MA		0	Africa/Casablanca	34.10651	-4.98297				03	591		
10993082	Douar Jnane Louza	douar-jnane-louza	MA		0	Africa/Casablanca	34.12114	-4.97002				03	591		
10993083	Lmellah	lmellah	MA		0	Africa/Casablanca	34.05319	-4.99116				03	231		
10993086	Douar Bellemmosse	douar-bellemmosse	MA		0	Africa/Casablanca	34.05683	-4.89109				03	591		
10993089	Jnane Harbuchi	jnane-harbuchi	MA		0	Africa/Casablanca	34.06505	-4.95213				03	231		
10993098	Douar Ben Slaqa Essoughsa	douar-ben-slaqa-essoughsa	MA		0	Africa/Casablanca	34.08621	-4.98195				03	591		
10993101	Douar Souk Tnine	douar-souk-tnine	MA		0	Africa/Casablanca	34.11296	-4.99874				03	591		
10993103	Hay Essalam	hay-essalam	MA		0	Africa/Casablanca	34.00882	-4.9987				03	231		
10993122	Douar Slayliya	douar-slayliya	MA		0	Africa/Casablanca	34.24782	-4.69359				03	531		
10993146	Douar Laqnasra	douar-laqnasra	MA		0	Africa/Casablanca	34.22301	-4.70082				03	531		
10993147	Douar Taiba	douar-taiba	MA		0	Africa/Casablanca	34.22431	-4.68531				03	531		
10993149	Douar Ain Bayda	douar-ain-bayda	MA		0	Africa/Casablanca	34.21936	-4.69121				03	531		
10993154	Douar Oulad Amer	douar-oulad-amer	MA		0	Africa/Casablanca	34.2049	-4.74047				03	531		
10993156	Douar Talghemt	douar-talghemt	MA		0	Africa/Casablanca	34.20306	-4.73846				03	531		
10993167	Douar Sidi Driss	douar-sidi-driss	MA		0	Africa/Casablanca	34.21449	-4.69185				03	531		
10993174	Douar Ain Malha	douar-ain-malha	MA		0	Africa/Casablanca	34.20148	-4.71391				03	531		
10993182	Douar Lakaaoucha	douar-lakaaoucha	MA		0	Africa/Casablanca	34.19486	-4.71189				03	531		
10993188	Douar Lamlalka	douar-lamlalka	MA		0	Africa/Casablanca	34.18904	-4.73672				03	531		
10993190	Douar Hamdadat	douar-hamdadat	MA		0	Africa/Casablanca	34.19155	-4.70638				03	531		
10993191	Douar Oulad Houman	douar-oulad-houman	MA		0	Africa/Casablanca	34.18894	-4.70045				03	531		
10993193	Douar Chargiyine	douar-chargiyine	MA		0	Africa/Casablanca	34.1902	-4.69037				03	531		
10993196	Douar Lkoudya	douar-lkoudya	MA		0	Africa/Casablanca	34.17875	-4.7002				03	531		
10993198	Douar Chaglbab	douar-chaglbab	MA		0	Africa/Casablanca	34.17945	-4.71159				03	531		
10993205	Douar Chajra	douar-chajra	MA		0	Africa/Casablanca	34.17366	-4.73361				03	531		
10993208	Douar Lbasbas	douar-lbasbas	MA		0	Africa/Casablanca	34.17663	-4.72296				03	531		
10993214	Douar Ben Said	douar-ben-said	MA		0	Africa/Casablanca	34.17185	-4.71084				03	531		
10993222	Douar Lakhouilate	douar-lakhouilate	MA		0	Africa/Casablanca	34.16266	-4.69552				03	531		
10993241	Douar Oulad Jilali	douar-oulad-jilali	MA		0	Africa/Casablanca	34.15023	-4.71687				03	531		
10993253	Oulad Missat	oulad-missat	MA		0	Africa/Casablanca	34.14397	-4.65595				03	531		
10993272	Douar Lqasba	douar-lqasba	MA		0	Africa/Casablanca	34.15564	-4.6316				03	531		
10993275	Douar Chorfa Lakhraybiya	douar-chorfa-lakhraybiya	MA		0	Africa/Casablanca	34.15598	-4.62632				03	531		
10993281	Douar Lagrana Lfaqa	douar-lagrana-lfaqa	MA		0	Africa/Casablanca	34.15891	-4.64788				03	531		
10993290	Douar Lagrana Thata	douar-lagrana-thata	MA		0	Africa/Casablanca	34.154	-4.67396				03	531		
10993304	Douar Oulad Moussa	douar-oulad-moussa	MA		0	Africa/Casablanca	34.16392	-4.63842				03	531		
10993318	Douar Lalkarna Oulad Ali	douar-lalkarna-oulad-ali	MA		0	Africa/Casablanca	34.18401	-4.63784				03	531		
10993336	Douar Oulad Moussa	douar-oulad-moussa	MA		0	Africa/Casablanca	34.19015	-4.6411				03	531		
10993340	Douar Dhamna	douar-dhamna	MA		0	Africa/Casablanca	34.19262	-4.62969				03	531		
10993342	Douar Oulad Daoued	douar-oulad-daoued	MA		0	Africa/Casablanca	34.19021	-4.65151				03	531		
10993343	Douar Harroudiyat	douar-harroudiyat	MA		0	Africa/Casablanca	34.18802	-4.66417				03	531		
10993345	Douar Krarda	douar-krarda	MA		0	Africa/Casablanca	34.19391	-4.679				03	531		
10993346	Douar Assaf	douar-assaf	MA		0	Africa/Casablanca	34.19387	-4.67307				03	531		
10993353	Douar Oulad Taleb	douar-oulad-taleb	MA		0	Africa/Casablanca	34.19229	-4.66205				03	531		
10993358	Douar Hamoudat	douar-hamoudat	MA		0	Africa/Casablanca	34.20052	-4.62846				03	531		
10993359	Douar Ouled Malek	douar-ouled-malek	MA		0	Africa/Casablanca	34.20249	-4.62728				03	531		
10993365	Douar Nsid	douar-nsid	MA		0	Africa/Casablanca	34.20613	-4.63389				03	531		
10993376	Laalama	laalama	MA		0	Africa/Casablanca	34.20794	-4.65286				03	531		
10993378	Douar Rmada	douar-rmada	MA		0	Africa/Casablanca	34.21409	-4.63896				03	531		
10993388	Douar Leonatra	douar-leonatra	MA		0	Africa/Casablanca	34.22609	-4.63226				03	531		
10993395	Douar Qaychat	douar-qaychat	MA		0	Africa/Casablanca	34.22044	-4.659				03	531		
10993405	Douar Grtibat	douar-grtibat	MA		0	Africa/Casablanca	34.22553	-4.66492				03	531		
10993408	Douar Ghchioua	douar-ghchioua	MA		0	Africa/Casablanca	34.2309	-4.67016				03	531		
10993414	Douar Blitirat	douar-blitirat	MA		0	Africa/Casablanca	34.23526	-4.63183				03	531		
10993425	Douar Jbliyate	douar-jbliyate	MA		0	Africa/Casablanca	34.23766	-4.67709				03	531		
10993439	Douar Bannour	douar-bannour	MA		0	Africa/Casablanca	34.24498	-4.66322				03	531		
10993447	Douar Dhaybat	douar-dhaybat	MA		0	Africa/Casablanca	34.22363	-4.68097				03	531		
10993470	Douar Ain Zitoun	douar-ain-zitoun	MA		0	Africa/Casablanca	34.24134	-4.61027				03	531		
10993471	Douar Jnanal	douar-jnanal	MA		0	Africa/Casablanca	34.24084	-4.62276				03	531		
10993473	Douar Oulad Jabriya	douar-oulad-jabriya	MA		0	Africa/Casablanca	34.24237	-4.60616				03	531		
10993476	Douar Ain Derga	douar-ain-derga	MA		0	Africa/Casablanca	34.23845	-4.60107				03	531		
10993489	Douar Smiyou	douar-smiyou	MA		0	Africa/Casablanca	34.23797	-4.5817				03	531		
10993490	Douar Oulad Laaji	douar-oulad-laaji	MA		0	Africa/Casablanca	34.23322	-4.57848				03	531		
10993492	Douar Amarat	douar-amarat	MA		0	Africa/Casablanca	34.23558	-4.59013				03	531		
10993493	Douar Oulad Jilali Laarej	douar-oulad-jilali-laarej	MA		0	Africa/Casablanca	34.23751	-4.59631				03	531		
10993497	Douar Lehrachna	douar-lehrachna	MA		0	Africa/Casablanca	34.22896	-4.61028				03	531		
10993498	Douar Seobab	douar-seobab	MA		0	Africa/Casablanca	34.2241	-4.61288				03	531		
10993507	Douar Lemraj	douar-lemraj	MA		0	Africa/Casablanca	34.22437	-4.59217				03	531		
10993513	Douar Mchemchine	douar-mchemchine	MA		0	Africa/Casablanca	34.24005	-4.5747				03	531		
10993514	Douar Qroqat	douar-qroqat	MA		0	Africa/Casablanca	34.23423	-4.56717				03	531		
10993517	Douar Ngouchr	douar-ngouchr	MA		0	Africa/Casablanca	34.22681	-4.58073				03	531		
10993519	Douar Oulad Lahsen	douar-oulad-lahsen	MA		0	Africa/Casablanca	34.22784	-4.56451				03	531		
10993520	Douar Fateh	douar-fateh	MA		0	Africa/Casablanca	34.22531	-4.55788				03	531		
10993530	Douar Lbenyane	douar-lbenyane	MA		0	Africa/Casablanca	34.21386	-4.58683				03	531		
10993531	Douar Legouichat	douar-legouichat	MA		0	Africa/Casablanca	34.21514	-4.59258				03	531		
10993532	Douar Oulad Aissa	douar-oulad-aissa	MA		0	Africa/Casablanca	34.21523	-4.61483				03	531		
10993538	Douar Oulad Ben Ali	douar-oulad-ben-ali	MA		0	Africa/Casablanca	34.20327	-4.62204				03	531		
10993540	Douar Dgadga	douar-dgadga	MA		0	Africa/Casablanca	34.20269	-4.58432				03	531		
10993542	Douar Oulad Aissa	douar-oulad-aissa	MA		0	Africa/Casablanca	34.18957	-4.58848				03	531		
10993548	Douar Bousabeq	douar-bousabeq	MA		0	Africa/Casablanca	34.19844	-4.61783				03	531		
10993549	Douar Oulad Cheikh Ahmed	douar-oulad-cheikh-ahmed	MA		0	Africa/Casablanca	34.1915	-4.58015				03	531		
10993553	Kharbet Lejbah	kharbet-lejbah	MA		0	Africa/Casablanca	34.19775	-4.57174				03	531		
10993556	Douar Dar Said	douar-dar-said	MA		0	Africa/Casablanca	34.19894	-4.56801				03	531		
10993557	Douar Abidal	douar-abidal	MA		0	Africa/Casablanca	34.19659	-4.55567				03	531		
10993560	Douar Oulad Niya	douar-oulad-niya	MA		0	Africa/Casablanca	34.20479	-4.58054				03	531		
10993562	Ain Grinit	ain-grinit	MA		0	Africa/Casablanca	34.20944	-4.57423				03	531		
10993565	Douar Dinanat	douar-dinanat	MA		0	Africa/Casablanca	34.20611	-4.55795				03	531		
10993567	Ghraref	ghraref	MA		0	Africa/Casablanca	34.21152	-4.55471				03	531		
10993571	Douar Lemgataine	douar-lemgataine	MA		0	Africa/Casablanca	34.21752	-4.56691				03	531		
10993572	Douar Bouzidal	douar-bouzidal	MA		0	Africa/Casablanca	34.18439	-4.59054				03	531		
10993575	Douar Dhamda	douar-dhamda	MA		0	Africa/Casablanca	34.18196	-4.62114				03	531		
10993576	Jnane Lqayed	jnane-lqayed	MA		0	Africa/Casablanca	34.17529	-4.61356				03	531		
10993578	Douar Qecharat	douar-qecharat	MA		0	Africa/Casablanca	34.17046	-4.61532				03	531		
10993581	Dar Lhejjaj	dar-lhejjaj	MA		0	Africa/Casablanca	34.1724	-4.60524				03	531		
10993585	Douar Boumaazat	douar-boumaazat	MA		0	Africa/Casablanca	34.17208	-4.58346				03	531		
10993595	Rouis Lemqaddem	rouis-lemqaddem	MA		0	Africa/Casablanca	34.16363	-4.60408				03	531		
10993601	Saouta	saouta	MA		0	Africa/Casablanca	34.18117	-4.59852				03	531		
10993608	Douar Lehrachna	douar-lehrachna	MA		0	Africa/Casablanca	34.18758	-4.56958				03	531		
10993610	Douar Lemhiza	douar-lemhiza	MA		0	Africa/Casablanca	34.18046	-4.56597				03	531		
10993611	Ferricha	ferricha	MA		0	Africa/Casablanca	34.17792	-4.55904				03	531		
10993613	Douar Lhejjalat	douar-lhejjalat	MA		0	Africa/Casablanca	34.17307	-4.55949				03	531		
10993617	Douar Oulad Azam	douar-oulad-azam	MA		0	Africa/Casablanca	34.17132	-4.57784				03	531		
10993622	Douar Dyoukat	douar-dyoukat	MA		0	Africa/Casablanca	34.16695	-4.55953				03	531		
10993623	Bab Laarab	bab-laarab	MA		0	Africa/Casablanca	34.16107	-4.55969				03	531		
10993624	Hririch	hririch	MA		0	Africa/Casablanca	34.16205	-4.55604				03	531		
10993625	Douar Nbiguiyine	douar-nbiguiyine	MA		0	Africa/Casablanca	34.16038	-4.57213				03	531		
10993637	Douar Chorfa Lakhrabiya	douar-chorfa-lakhrabiya	MA		0	Africa/Casablanca	34.15596	-4.62129				03	531		
10993638	Douar Oulad Salem Dhar	douar-oulad-salem-dhar	MA		0	Africa/Casablanca	34.15403	-4.61927				03	531		
10993648	Douar Abihou	douar-abihou	MA		0	Africa/Casablanca	34.13447	-4.59077				03	531		
10993652	Douar Oulad Dahou	douar-oulad-dahou	MA		0	Africa/Casablanca	34.13597	-4.60365				03	531		
10993657	Douar Tlaghiya	douar-tlaghiya	MA		0	Africa/Casablanca	34.13843	-4.62045				03	531		
10993663	Douar Sidi Fateh	douar-sidi-fateh	MA		0	Africa/Casablanca	34.154	-4.55772				03	531		
10993664	Douar Belaarbiyat	douar-belaarbiyat	MA		0	Africa/Casablanca	34.15463	-4.56973				03	531		
10993669	Douar Legsbat	douar-legsbat	MA		0	Africa/Casablanca	34.14678	-4.55993				03	531		
10993679	Douar Beyada	douar-beyada	MA		0	Africa/Casablanca	34.13088	-4.55883				03	531		
10993680	Douar Laalama	douar-laalama	MA		0	Africa/Casablanca	34.13333	-4.56752				03	531		
10993683	Douar Blalat	douar-blalat	MA		0	Africa/Casablanca	34.12675	-4.5961				03	531		
10993689	Douar Laazib	douar-laazib	MA		0	Africa/Casablanca	34.13307	-4.53843				03	531		
10993692	Douar Qliyae	douar-qliyae	MA		0	Africa/Casablanca	34.14215	-4.53662				03	531		
10993694	Douar Lkoudya	douar-lkoudya	MA		0	Africa/Casablanca	34.12882	-4.51694				03	561		
10993695	Coopérative Likhlas	cooperative-likhlas	MA		0	Africa/Casablanca	34.12516	-4.50443				03	561		
10993696	Douar Chbabat	douar-chbabat	MA		0	Africa/Casablanca	34.13667	-4.503				03	561		
10993699	Dar Qala	dar-qala	MA		0	Africa/Casablanca	34.14258	-4.5119				03	531		
10993709	Bir Manzoula	bir-manzoula	MA		0	Africa/Casablanca	34.15294	-4.54077				03	531		
10993716	Douar Didba	douar-didba	MA		0	Africa/Casablanca	34.1664	-4.54962				03	531		
10993719	Bab Abdelali	bab-abdelali	MA		0	Africa/Casablanca	34.15903	-4.54076				03	531		
10993728	Rouis Hdada	rouis-hdada	MA		0	Africa/Casablanca	34.1643	-4.52254				03	531		
10993729	Douar Oulad Salem Safsafa	douar-oulad-salem-safsafa	MA		0	Africa/Casablanca	34.17017	-4.53192				03	531		
10993732	Bionfaisance	bionfaisance	MA		0	Africa/Casablanca	34.16524	-4.50186				03	531		
10993733	Ain Legdah	ain-legdah	MA		0	Africa/Casablanca	34.16799	-4.50216				03	531		
10993739	Douar Boujemaale	douar-boujemaale	MA		0	Africa/Casablanca	34.17667	-4.50548				03	531		
10993743	Douar Oulad Dkhissi	douar-oulad-dkhissi	MA		0	Africa/Casablanca	34.17395	-4.52016				03	531		
10993747	Kharbet Rha	kharbet-rha	MA		0	Africa/Casablanca	34.17858	-4.55042				03	531		
10993752	Gratet	gratet	MA		0	Africa/Casablanca	34.18035	-4.55228				03	531		
10993755	Douar Lekhnig	douar-lekhnig	MA		0	Africa/Casablanca	34.18314	-4.54563				03	531		
10993757	Rouis Khlila	rouis-khlila	MA		0	Africa/Casablanca	34.1837	-4.52881				03	531		
10993772	Douar Oulad Abdesslam	douar-oulad-abdesslam	MA		0	Africa/Casablanca	34.1984	-4.5201				03	531		
10993774	Douar Oulad Aziz	douar-oulad-aziz	MA		0	Africa/Casablanca	34.20438	-4.5266				03	531		
10993780	Bsila	bsila	MA		0	Africa/Casablanca	34.19105	-4.53194				03	531		
10993784	Hjar Metrakeb	hjar-metrakeb	MA		0	Africa/Casablanca	34.2006	-4.55359				03	531		
10993787	Douar Douibat	douar-douibat	MA		0	Africa/Casablanca	34.20765	-4.54031				03	531		
10993804	Douar Oulad Laabd	douar-oulad-laabd	MA		0	Africa/Casablanca	34.20676	-4.52111				03	531		
10993805	Douar Hoarja	douar-hoarja	MA		0	Africa/Casablanca	34.20885	-4.50321				03	531		
10993811	Douar Mgharid	douar-mgharid	MA		0	Africa/Casablanca	34.212	-4.52228				03	531		
10993812	Douar Oulad Lhaj Amara	douar-oulad-lhaj-amara	MA		0	Africa/Casablanca	34.21418	-4.554				03	531		
10993813	Lkharba	lkharba	MA		0	Africa/Casablanca	34.21723	-4.54823				03	531		
10993828	Douar Kririch	douar-kririch	MA		0	Africa/Casablanca	34.22938	-4.51192				03	531		
10993830	Douar Sedret Moumen	douar-sedret-moumen	MA		0	Africa/Casablanca	34.22065	-4.50606				03	531		
10993834	Douar Hlima	douar-hlima	MA		0	Africa/Casablanca	34.2133	-4.51104				03	531		
10993839	Bir Sidi Ahmed	bir-sidi-ahmed	MA		0	Africa/Casablanca	34.22443	-4.50838				03	531		
10993844	Korkar	korkar	MA		0	Africa/Casablanca	34.24024	-4.54902				03	531		
10993849	Douar Lkoucha	douar-lkoucha	MA		0	Africa/Casablanca	34.24394	-4.53018				03	531		
10993856	Douar Mrahma	douar-mrahma	MA		0	Africa/Casablanca	34.2363	-4.51875				03	531		
10993857	Douar Oulad Laaskri	douar-oulad-laaskri	MA		0	Africa/Casablanca	34.23722	-4.51926				03	531		
10993867	Douar Touat	douar-touat	MA		0	Africa/Casablanca	34.23408	-4.52859				03	531		
10993868	Douar Tacht	douar-tacht	MA		0	Africa/Casablanca	34.24426	-4.55544				03	531		
10997554	Douar Oulad Aammal	douar-oulad-aammal	MA		0	Africa/Casablanca	34.24496	-4.49605				03	531		
10997555	Douar Oulad Driss	douar-oulad-driss	MA		0	Africa/Casablanca	34.24351	-4.48749				03	531		
10997556	Douar Oulad Allal	douar-oulad-allal	MA		0	Africa/Casablanca	34.239	-4.47882				03	531		
10997558	Douar Ain Mnakher	douar-ain-mnakher	MA		0	Africa/Casablanca	34.24659	-4.47745				03	531		
10997559	Douar Oulad Bousselham	douar-oulad-bousselham	MA		0	Africa/Casablanca	34.24163	-4.46614				03	531		
10997561	Douar Stitou	douar-stitou	MA		0	Africa/Casablanca	34.2368	-4.46324				03	531		
10997564	Douar Lehjar	douar-lehjar	MA		0	Africa/Casablanca	34.24223	-4.43837				03	531		
10997633	Douar Erreqabiyine	douar-erreqabiyine	MA		0	Africa/Casablanca	34.3677	-4.60011				03	531		
10997635	Douar Ezzerarga	douar-ezzerarga	MA		0	Africa/Casablanca	34.36031	-4.59648				03	531		
10997636	Douar Echtiouiyine	douar-echtiouiyine	MA		0	Africa/Casablanca	34.3603	-4.58811				03	531		
10997638	Douar Farricha	douar-farricha	MA		0	Africa/Casablanca	34.35298	-4.59942				03	531		
10997641	Douar Mazou	douar-mazou	MA		0	Africa/Casablanca	34.34186	-4.61146				03	531		
10997642	Douar Oulad Zidane	douar-oulad-zidane	MA		0	Africa/Casablanca	34.34717	-4.60183				03	531		
10997644	Douar Oulad Daoud	douar-oulad-daoud	MA		0	Africa/Casablanca	34.34432	-4.57118				03	531		
10997645	Douar Bir Ala	douar-bir-ala	MA		0	Africa/Casablanca	34.35008	-4.56809				03	531		
10997648	Douar Doumiya	douar-doumiya	MA		0	Africa/Casablanca	34.36813	-4.57018				03	531		
10997656	Douar Ghzaouna	douar-ghzaouna	MA		0	Africa/Casablanca	34.33567	-4.59108				03	531		
10997658	Douar Ajana Dhar	douar-ajana-dhar	MA		0	Africa/Casablanca	34.33167	-4.58284				03	531		
10997663	Labratla	labratla	MA		0	Africa/Casablanca	34.31971	-4.56222				03	531		
10997676	Douar Bni Faroun	douar-bni-faroun	MA		0	Africa/Casablanca	34.31535	-4.60442				03	531		
10997679	Douar Zouama	douar-zouama	MA		0	Africa/Casablanca	34.30521	-4.59966				03	531		
10997688	Douar Lamniaiyine	douar-lamniaiyine	MA		0	Africa/Casablanca	34.29099	-4.59481				03	531		
10997689	Douar Oulad Ben El Arbi	douar-oulad-ben-el-arbi	MA		0	Africa/Casablanca	34.29397	-4.59335				03	531		
10997693	Douar Nouaoura	douar-nouaoura	MA		0	Africa/Casablanca	34.2872	-4.61198				03	531		
10997694	Douar Hmiri	douar-hmiri	MA		0	Africa/Casablanca	34.28562	-4.61873				03	531		
10997695	Douarbou Qorra	douarbou-qorra	MA		0	Africa/Casablanca	34.28743	-4.59912				03	531		
10997696	Douar Lamniaiyine	douar-lamniaiyine	MA		0	Africa/Casablanca	34.28475	-4.59824				03	531		
10997699	Douar Ezzerarga	douar-ezzerarga	MA		0	Africa/Casablanca	34.28147	-4.61532				03	531		
10997700	Douar Chraqat	douar-chraqat	MA		0	Africa/Casablanca	34.27894	-4.61908				03	531		
10997702	Douar Oulad Sidi Ahmed	douar-oulad-sidi-ahmed	MA		0	Africa/Casablanca	34.28149	-4.60176				03	531		
10997708	Douar Ngayet	douar-ngayet	MA		0	Africa/Casablanca	34.27365	-4.55861				03	531		
10997716	Comm. Sidi Mhamed Ben Lahsen	comm-sidi-mhamed-ben-lahsen	MA		0	Africa/Casablanca	34.25762	-4.62208				03	531		
10997718	Douar Kharbat Cheikha	douar-kharbat-cheikha	MA		0	Africa/Casablanca	34.26271	-4.61968				03	531		
10997719	Douar Oulad Tahar	douar-oulad-tahar	MA		0	Africa/Casablanca	34.26688	-4.62189				03	531		
10997721	Douar Gaadat Errouichiyine	douar-gaadat-errouichiyine	MA		0	Africa/Casablanca	34.25438	-4.62075				03	531		
10997726	Douar Laksar	douar-laksar	MA		0	Africa/Casablanca	34.25026	-4.57011				03	531		
10997735	Douar Bou Assem	douar-bou-assem	MA		0	Africa/Casablanca	34.26833	-4.52923				03	531		
10997740	Douar Bou Zitoune	douar-bou-zitoune	MA		0	Africa/Casablanca	34.28037	-4.53271				03	531		
10997744	Douar Ettallaqa	douar-ettallaqa	MA		0	Africa/Casablanca	34.28484	-4.55033				03	531		
10997746	Douar Laqtataa	douar-laqtataa	MA		0	Africa/Casablanca	34.29179	-4.51227				03	531		
10997747	Douar Oulad Ben Dahmane	douar-oulad-ben-dahmane	MA		0	Africa/Casablanca	34.29564	-4.50963				03	531		
10997748	Douar Leqouirat	douar-leqouirat	MA		0	Africa/Casablanca	34.29629	-4.52915				03	531		
10997750	Douar Oulad El Asri	douar-oulad-el-asri	MA		0	Africa/Casablanca	34.30548	-4.55649				03	531		
10997765	Douar Aouada	douar-aouada	MA		0	Africa/Casablanca	34.3338	-4.52273				03	531		
10997767	Douar Maghraoua	douar-maghraoua	MA		0	Africa/Casablanca	34.33732	-4.53189				03	531		
10997771	Douar Hsaynat	douar-hsaynat	MA		0	Africa/Casablanca	34.34368	-4.50858				03	531		
10997772	Douar Koulala	douar-koulala	MA		0	Africa/Casablanca	34.34673	-4.50523				03	531		
10997776	Douar Bab Errih	douar-bab-errih	MA		0	Africa/Casablanca	34.3595	-4.54069				03	531		
10997783	Douar Lamghaouet	douar-lamghaouet	MA		0	Africa/Casablanca	34.367	-4.50339				03	531		
10997803	Douar Oulad El Ouali	douar-oulad-el-ouali	MA		0	Africa/Casablanca	34.24402	-4.37078				03	531		
10997805	Douar Oulad Mhammed	douar-oulad-mhammed	MA		0	Africa/Casablanca	34.24555	-4.35508				03	531		
10997806	Dar Mohand Ettouli	dar-mohand-ettouli	MA		0	Africa/Casablanca	34.24473	-4.34521				03	531		
10997810	Douar Oulad Hsine	douar-oulad-hsine	MA		0	Africa/Casablanca	34.2371	-4.3601				03	531		
10997811	Dar Maou	dar-maou	MA		0	Africa/Casablanca	34.24257	-4.30924				03	561		
10997813	Douar Laghdayer	douar-laghdayer	MA		0	Africa/Casablanca	34.24654	-4.27485				03	561		
10997816	Douar El Gharni	douar-el-gharni	MA		0	Africa/Casablanca	34.23304	-4.26952				03	561		
10997817	Douar Lemsabha	douar-lemsabha	MA		0	Africa/Casablanca	34.23574	-4.42256				03	531		
10997820	Douar Bab El Ghazi	douar-bab-el-ghazi	MA		0	Africa/Casablanca	34.2414	-4.38971				03	531		
10997822	Douar Bab Lemghara	douar-bab-lemghara	MA		0	Africa/Casablanca	34.23792	-4.3787				03	531		
10997823	Douar Oulad Rahou	douar-oulad-rahou	MA		0	Africa/Casablanca	34.24656	-4.37677				03	531		
10997825	Douar Ain Ghalem	douar-ain-ghalem	MA		0	Africa/Casablanca	34.23279	-4.38898				03	531		
10997827	Douar Oulad Llahouicha	douar-oulad-llahouicha	MA		0	Africa/Casablanca	34.23029	-4.46155				03	531		
10997831	Douar Ain Ghafia	douar-ain-ghafia	MA		0	Africa/Casablanca	34.23636	-4.492				03	531		
10997832	Douar Llemcharet	douar-llemcharet	MA		0	Africa/Casablanca	34.23281	-4.49807				03	531		
10997833	Douar Kalaat Quddane	douar-kalaat-quddane	MA		0	Africa/Casablanca	34.22396	-4.49142				03	531		
10997834	Douar Hmarine	douar-hmarine	MA		0	Africa/Casablanca	34.2214	-4.46406				03	531		
10997836	Douar Khriba	douar-khriba	MA		0	Africa/Casablanca	34.22348	-4.44715				03	531		
10997853	Douar Sunhaja	douar-sunhaja	MA		0	Africa/Casablanca	34.20904	-4.49577				03	531		
10997855	Douar Hammouyat	douar-hammouyat	MA		0	Africa/Casablanca	34.20291	-4.49058				03	531		
10997865	Douar Lkoudia	douar-lkoudia	MA		0	Africa/Casablanca	34.19333	-4.38544				03	531		
10997869	Douar Leghdayr	douar-leghdayr	MA		0	Africa/Casablanca	34.19698	-4.42213				03	531		
10997874	Douar Erras Labyad	douar-erras-labyad	MA		0	Africa/Casablanca	34.18429	-4.48447				03	531		
10997877	Douar Ain Jdida	douar-ain-jdida	MA		0	Africa/Casablanca	34.1939	-4.49715				03	531		
10997878	Jnane El Caid	jnane-el-caid	MA		0	Africa/Casablanca	34.18019	-4.49612				03	531		
10997883	Douar Dhar Sidi Ali	douar-dhar-sidi-ali	MA		0	Africa/Casablanca	34.17318	-4.40546				03	531		
10997889	Douar Hamriya	douar-hamriya	MA		0	Africa/Casablanca	34.149	-4.38707				03	561		
10997894	Coopérative Essahra	cooperative-essahra	MA		0	Africa/Casablanca	34.15933	-4.47805		Cooperative Essahra,Coopérative Essahra		03	531		
10997895	Douar Maqra	douar-maqra	MA		0	Africa/Casablanca	34.15058	-4.42985				03	561		
10997896	Douar Laqliyyae	douar-laqliyyae	MA		0	Africa/Casablanca	34.14699	-4.40689				03	561		
10997898	Coopérative el Ayyadiya	cooperative-el-ayyadiya	MA		0	Africa/Casablanca	34.14681	-4.49438		Cooperative el Ayyadiya,Coopérative el Ayyadiya		03	531		
10997900	Douar El Hajeb	douar-el-hajeb	MA		0	Africa/Casablanca	34.14026	-4.41874				03	561		
10997901	Douar Ain Driss	douar-ain-driss	MA		0	Africa/Casablanca	34.14173	-4.41325				03	561		
10997902	Coopérative Faraj Allah	cooperative-faraj-allah	MA		0	Africa/Casablanca	34.1409	-4.39333		Cooperative Faraj Allah,Coopérative Faraj Allah		03	561		
10997903	Douar Dhar Bouns	douar-dhar-bouns	MA		0	Africa/Casablanca	34.14005	-4.37542				03	561		
10997906	Bouhlou	bouhlou	MA		0	Africa/Casablanca	34.1298	-4.40486				03	561		
10997907	Douar Sidi Mimoune	douar-sidi-mimoune	MA		0	Africa/Casablanca	34.12668	-4.4075				03	561		
10997915	Coopérative Faraj Allah	cooperative-faraj-allah	MA		0	Africa/Casablanca	34.13343	-4.45024		Cooperative Faraj Allah,Coopérative Faraj Allah		03	561		
10998186	Azriba	azriba	MA		0	Africa/Casablanca	35.25379	-5.82808				01	331		
10997916	Coopérative Lourayniya	cooperative-lourayniya	MA		0	Africa/Casablanca	34.13115	-4.47552		Cooperative Lourayniya,Coopérative Lourayniya		03	561		
10997918	Douar Laqriaat	douar-laqriaat	MA		0	Africa/Casablanca	34.16525	-4.44578				03	531		
10997920	Douar Lkoudia Lhamra	douar-lkoudia-lhamra	MA		0	Africa/Casablanca	34.16942	-4.48069				03	531		
10997923	Douar Drioua	douar-drioua	MA		0	Africa/Casablanca	34.16308	-4.39799				03	561		
10997924	Douar Khabbez	douar-khabbez	MA		0	Africa/Casablanca	34.24681	-4.40377				03	531		
10997928	Douar Laazib	douar-laazib	MA		0	Africa/Casablanca	34.16704	-4.41869				03	531		
10997932	Douar Afrag	douar-afrag	MA		0	Africa/Casablanca	34.14151	-4.40647				03	561		
10997933	Coopérative Bouhlou	cooperative-bouhlou	MA		0	Africa/Casablanca	34.13215	-4.41945		Cooperative Bouhlou,Coopérative Bouhlou		03	561		
10997936	Douar Bhidat	douar-bhidat	MA		0	Africa/Casablanca	34.22748	-4.49941				03	531		
10997937	Douar Oulad Lmadani	douar-oulad-lmadani	MA		0	Africa/Casablanca	34.21701	-4.49954				03	531		
10997941	Touher	touher	MA		0	Africa/Casablanca	35.35771	-5.86064				01	331		
10997948	Douar Lougfiyat	douar-lougfiyat	MA		0	Africa/Casablanca	34.23496	-4.3192				03	531		
10997953	Douar Bni Rached	douar-bni-rached	MA		0	Africa/Casablanca	34.23254	-4.35383				03	531		
10997961	Douar Lamtimer	douar-lamtimer	MA		0	Africa/Casablanca	34.22896	-4.33542				03	531		
10997963	Douar Ain Gammara	douar-ain-gammara	MA		0	Africa/Casablanca	34.22442	-4.32566				03	561		
10997964	Douar Essikha	douar-essikha	MA		0	Africa/Casablanca	34.22583	-4.28105				03	561		
10997966	Douar Bou Amer	douar-bou-amer	MA		0	Africa/Casablanca	34.22527	-4.25399				03	561		
10997967	Douar El Kharrouba	douar-el-kharrouba	MA		0	Africa/Casablanca	34.21514	-4.25054				03	561		
10997968	Douar Bab Laghnem	douar-bab-laghnem	MA		0	Africa/Casablanca	34.21539	-4.27122				03	561		
10997970	Douar Khmamja	douar-khmamja	MA		0	Africa/Casablanca	34.21585	-4.29401				03	561		
10997978	Douar Frounka	douar-frounka	MA		0	Africa/Casablanca	34.21298	-4.33439				03	561		
10997981	Douar Dhar Bourguibat	douar-dhar-bourguibat	MA		0	Africa/Casablanca	34.20743	-4.36341				03	561		
10997984	Douar Laazib	douar-laazib	MA		0	Africa/Casablanca	34.2069	-4.34324				03	561		
10997986	Douar El Masdoura	douar-el-masdoura	MA		0	Africa/Casablanca	34.20708	-4.29873				03	561		
10997988	Douar El Malha	douar-el-malha	MA		0	Africa/Casablanca	34.20717	-4.27283				03	561		
10997989	Douar Jorf Lahmer	douar-jorf-lahmer	MA		0	Africa/Casablanca	34.20542	-4.25691				03	561		
10997990	Coopérative el Islah	cooperative-el-islah	MA		0	Africa/Casablanca	34.20052	-4.26		Cooperative el Islah,Coopérative el Islah		03	561		
10997995	Coopérative Lamhajjer	cooperative-lamhajjer	MA		0	Africa/Casablanca	34.20504	-4.28407		Cooperative Lamhajjer,Coopérative Lamhajjer		03	561		
10998002	Douar Sidi Khazroune	douar-sidi-khazroune	MA		0	Africa/Casablanca	34.19878	-4.35477				03	561		
10998008	Douar Ain Gandoul	douar-ain-gandoul	MA		0	Africa/Casablanca	34.19399	-4.34545				03	561		
10998010	Douar Laghouiba	douar-laghouiba	MA		0	Africa/Casablanca	34.19111	-4.32666				03	561		
10998013	Douar Laaras	douar-laaras	MA		0	Africa/Casablanca	34.19288	-4.30539				03	561		
10998015	Douar Sidi Belkhir	douar-sidi-belkhir	MA		0	Africa/Casablanca	34.19363	-4.29709				03	561		
10998016	Douar El Malaab	douar-el-malaab	MA		0	Africa/Casablanca	34.18223	-4.30036				03	561		
10998017	Douar Sidi Rqiq	douar-sidi-rqiq	MA		0	Africa/Casablanca	34.18014	-4.2517				03	561		
10998018	Douar El Hajra El Aliya	douar-el-hajra-el-aliya	MA		0	Africa/Casablanca	34.17354	-4.25632				03	561		
10998022	Douar Ain Touda	douar-ain-touda	MA		0	Africa/Casablanca	34.16807	-4.2796				03	561		
10998023	Douar Ziloulet Ennama	douar-ziloulet-ennama	MA		0	Africa/Casablanca	34.17139	-4.32606				03	561		
10998024	Douar Laqbour	douar-laqbour	MA		0	Africa/Casablanca	34.17556	-4.32101				03	561		
10998032	Douar Ain Stil	douar-ain-stil	MA		0	Africa/Casablanca	34.17957	-4.37328				03	561		
10998033	Douar Qfiza	douar-qfiza	MA		0	Africa/Casablanca	34.17272	-4.37079				03	561		
10998034	Douar Doumat Zmim	douar-doumat-zmim	MA		0	Africa/Casablanca	34.17074	-4.3538				03	561		
10998035	Douar Echayef	douar-echayef	MA		0	Africa/Casablanca	34.16667	-4.35494				03	561		
10998036	Douar Sahel Laqseb	douar-sahel-laqseb	MA		0	Africa/Casablanca	34.16463	-4.33635				03	561		
10998038	Douar Ain Sfa	douar-ain-sfa	MA		0	Africa/Casablanca	34.16402	-4.29784				03	561		
10998045	Douar Dhar El Mahiouq	douar-dhar-el-mahiouq	MA		0	Africa/Casablanca	34.15664	-4.30018				03	561		
10998047	Douar Ain Mazouz	douar-ain-mazouz	MA		0	Africa/Casablanca	34.16303	-4.30646				03	561		
10998054	Douar Dhar Bouns	douar-dhar-bouns	MA		0	Africa/Casablanca	34.14671	-4.37223				03	561		
10998056	Douar Jdid	douar-jdid	MA		0	Africa/Casablanca	34.14424	-4.33826				03	561		
10998057	Douar Koudyet Bousalham	douar-koudyet-bousalham	MA		0	Africa/Casablanca	34.14973	-4.33786				03	561		
10998058	Douar Ain Mazzi	douar-ain-mazzi	MA		0	Africa/Casablanca	34.14864	-4.32792				03	561		
10998060	Douar Lakhribat	douar-lakhribat	MA		0	Africa/Casablanca	34.15555	-4.31897				03	561		
10998068	Douar Oued Aslel	douar-oued-aslel	MA		0	Africa/Casablanca	34.13373	-4.25042				03	561		
10998081	Douar Didaya	douar-didaya	MA		0	Africa/Casablanca	34.13039	-4.36762				03	561		
10998104	Douar El Maharta	douar-el-maharta	MA		0	Africa/Casablanca	34.18558	-4.2826				03	561		
10998111	Douar Oullad El Ouah	douar-oullad-el-ouah	MA		0	Africa/Casablanca	34.23989	-4.374				03	531		
10998134	Douar Oulad Rahhou	douar-oulad-rahhou	MA		0	Africa/Casablanca	35.32024	-5.82751				01	331		
10998136	Douar Lekhtoul	douar-lekhtoul	MA		0	Africa/Casablanca	35.32314	-5.84465				01	331		
10998152	Douar Aounsar	douar-aounsar	MA		0	Africa/Casablanca	35.29986	-5.84156				01	331		
10998165	Nouira Halhol	nouira-halhol	MA		0	Africa/Casablanca	35.27842	-5.84267				01	331		
10998170	Douar Saadana	douar-saadana	MA		0	Africa/Casablanca	35.3068	-5.8172				01	331		
10998173	Rif Lfouqi	rif-lfouqi	MA		0	Africa/Casablanca	35.26052	-5.80858				01	331		
10998201	Douar Echaou	douar-echaou	MA		0	Africa/Casablanca	35.26785	-5.80239				01	331		
10998249	Douar Ain Qsob	douar-ain-qsob	MA		0	Africa/Casablanca	35.36623	-5.77116				01	331		
10998252	Douar Bouqammou	douar-bouqammou	MA		0	Africa/Casablanca	35.35938	-5.76898				01	331		
10998256	Dar Zehaf Mohamed	dar-zehaf-mohamed	MA		0	Africa/Casablanca	34.62179	-2.4921				02	533		
10998257	Douar Oulad El Bassiss Mohamed	douar-oulad-el-bassiss-mohamed	MA		0	Africa/Casablanca	34.61986	-2.49142				02	533		
10998259	Douar Oulad El Bassis Omar	douar-oulad-el-bassis-omar	MA		0	Africa/Casablanca	34.61351	-2.49446				02	533		
10998261	Douar Oulad El Haj El Hadi	douar-oulad-el-haj-el-hadi	MA		0	Africa/Casablanca	34.61809	-2.48232				02	533		
10998262	Dar El Marzouqi Tahar	dar-el-marzouqi-tahar	MA		0	Africa/Casablanca	34.61407	-2.48483				02	533		
10998264	Dar Saouane Mohamed	dar-saouane-mohamed	MA		0	Africa/Casablanca	34.61827	-2.47095				02	113		
10998266	Dar Deghbachi Mohamed	dar-deghbachi-mohamed	MA		0	Africa/Casablanca	34.61013	-2.46814				02	113		
10998267	Dar Deghbachi Mohamed	dar-deghbachi-mohamed	MA		0	Africa/Casablanca	34.60771	-2.47281				02	113		
10998269	Douar Touifzat	douar-touifzat	MA		0	Africa/Casablanca	34.614	-2.45026				02	113		
10998273	Douar Oulad Abid Errayes	douar-oulad-abid-errayes	MA		0	Africa/Casablanca	34.61204	-2.37615				02	113		
10998275	Douar El Hamdaouiyine Oulad Tenjm	douar-el-hamdaouiyine-oulad-tenjm	MA		0	Africa/Casablanca	34.6034	-2.45992				02	113		
10998277	Douar Oulad Ezzabdaoui	douar-oulad-ezzabdaoui	MA		0	Africa/Casablanca	34.60925	-2.48783				02	533		
10998284	Douar Oulad Nabet	douar-oulad-nabet	MA		0	Africa/Casablanca	34.5941	-2.47728				02	533		
10998285	Dar Ben Legzouli Mohamed Ben Lekbir	dar-ben-legzouli-mohamed-ben-lekbir	MA		0	Africa/Casablanca	34.59931	-2.46685				02	533		
10998288	Douar Oulad Ghanem Ben Kaddour	douar-oulad-ghanem-ben-kaddour	MA		0	Africa/Casablanca	34.5974	-2.43389				02	533		
10998289	Douar Oulad Lakhdar	douar-oulad-lakhdar	MA		0	Africa/Casablanca	34.59259	-2.44061				02	533		
10998290	Douar Oulad Abdellah Ben Kaddour	douar-oulad-abdellah-ben-kaddour	MA		0	Africa/Casablanca	34.59192	-2.41516				02	533		
10998296	Douar Oulad Aissa	douar-oulad-aissa	MA		0	Africa/Casablanca	34.59542	-2.37527				02	533		
10998297	Douar Oulad Ben Abdellah	douar-oulad-ben-abdellah	MA		0	Africa/Casablanca	34.58486	-2.37735				02	533		
10998298	Douar Oulad Massaoud	douar-oulad-massaoud	MA		0	Africa/Casablanca	34.58837	-2.40318				02	533		
10998301	Douar Oulad Bou Aqline Ben Kaddour	douar-oulad-bou-aqline-ben-kaddour	MA		0	Africa/Casablanca	34.57827	-2.42762				02	533		
10998302	Dar Bou Zgaoui Ali	dar-bou-zgaoui-ali	MA		0	Africa/Casablanca	34.58182	-2.44067				02	533		
10998304	Dar Ghanem Lekbir	dar-ghanem-lekbir	MA		0	Africa/Casablanca	34.59005	-2.44676				02	533		
10998305	Douar Sidi Abdelhakem	douar-sidi-abdelhakem	MA		0	Africa/Casablanca	34.58077	-2.45436				02	533		
10998307	Dar Essamhi Lakhdar	dar-essamhi-lakhdar	MA		0	Africa/Casablanca	34.58722	-2.46777				02	533		
10998312	Hay El Mahummadi	hay-el-mahummadi	MA		0	Africa/Casablanca	34.58192	-2.49646				02	533		
10998313	Hay Ellaqaddem	hay-ellaqaddem	MA		0	Africa/Casablanca	34.57807	-2.49301				02	533		
10998315	Ain Lehjer	ain-lehjer	MA		0	Africa/Casablanca	34.57021	-2.49659				02	533		
10998320	Dar El Barnichi Mohamed	dar-el-barnichi-mohamed	MA		0	Africa/Casablanca	34.57511	-2.44702				02	533		
10998321	Dar Lebrahmi Mohamed	dar-lebrahmi-mohamed	MA		0	Africa/Casablanca	34.5703	-2.44642				02	533		
10998323	Douar Leghouat Iqqour	douar-leghouat-iqqour	MA		0	Africa/Casablanca	34.57033	-2.4282				02	533		
10998324	Douar Oulad El Haj Ahmed	douar-oulad-el-haj-ahmed	MA		0	Africa/Casablanca	34.56871	-2.43327				02	533		
10998328	Douar Oulad Mohamed Ben Massioud	douar-oulad-mohamed-ben-massioud	MA		0	Africa/Casablanca	34.5754	-2.39943				02	533		
10998331	Douar Oulad Sidi Ben Aissa	douar-oulad-sidi-ben-aissa	MA		0	Africa/Casablanca	34.56779	-2.39919				02	533		
10998337	Douar Oulad Sidi Mohamed	douar-oulad-sidi-mohamed	MA		0	Africa/Casablanca	34.56012	-2.39428				02	533		
10998347	Dar Moumni Loukili	dar-moumni-loukili	MA		0	Africa/Casablanca	34.55206	-2.42303				02	533		
10998349	Douar Leghouat	douar-leghouat	MA		0	Africa/Casablanca	34.54803	-2.42651				02	533		
10998351	Dar Oulad Cheikh Ben Boubker	dar-oulad-cheikh-ben-boubker	MA		0	Africa/Casablanca	34.55698	-2.43443				02	533		
10998356	Dar Lebrahmi Mohamed Ben Cheikh	dar-lebrahmi-mohamed-ben-cheikh	MA		0	Africa/Casablanca	34.56634	-2.44412				02	533		
10998357	Dar Ben Ziane Mohamed	dar-ben-ziane-mohamed	MA		0	Africa/Casablanca	34.55708	-2.45294				02	533		
10998358	Dar Ben Raoud Kaddour	dar-ben-raoud-kaddour	MA		0	Africa/Casablanca	34.56242	-2.45483				02	533		
10998359	Dar Naimi Ben Hamza	dar-naimi-ben-hamza	MA		0	Africa/Casablanca	34.56655	-2.46753				02	533		
10998361	Dar El Aouri El Arbi	dar-el-aouri-el-arbi	MA		0	Africa/Casablanca	34.55259	-2.46215				02	533		
10998366	Dar Jebbar Ahmed	dar-jebbar-ahmed	MA		0	Africa/Casablanca	34.54254	-2.45979				02	533		
10998371	Douar Oulad Bou Khalfa	douar-oulad-bou-khalfa	MA		0	Africa/Casablanca	34.54653	-2.48109				02	533		
10998373	Douar Oulad Ben Amara	douar-oulad-ben-amara	MA		0	Africa/Casablanca	34.55167	-2.49713				02	533		
10998377	Caidat Ain Lehjar	caidat-ain-lehjar	MA		0	Africa/Casablanca	34.56687	-2.48646				02	533		
10998379	Douar Oulad Bouchareb	douar-oulad-bouchareb	MA		0	Africa/Casablanca	34.54273	-2.47618				02	533		
10998380	Douar Oulad Sidi Mohamed Harchaoua	douar-oulad-sidi-mohamed-harchaoua	MA		0	Africa/Casablanca	34.53948	-2.42601				02	533		
10998382	Douar Lemdafaiya	douar-lemdafaiya	MA		0	Africa/Casablanca	34.5487	-2.39597				02	533		
10998385	Dar Amroussi Mohamed	dar-amroussi-mohamed	MA		0	Africa/Casablanca	34.53965	-2.3793				02	533		
10998390	Douar Oulad Amrane	douar-oulad-amrane	MA		0	Africa/Casablanca	34.52905	-2.3778				02	533		
10998397	Douar Leghouat Oulad Bou Maaza	douar-leghouat-oulad-bou-maaza	MA		0	Africa/Casablanca	34.53269	-2.41928				02	533		
10998399	Douar Leghouat Bourass	douar-leghouat-bourass	MA		0	Africa/Casablanca	34.53739	-2.43121				02	533		
10998401	Dar Aksal Mohamed	dar-aksal-mohamed	MA		0	Africa/Casablanca	34.52839	-2.44333				02	533		
10998402	Dar Bahoussi Driss	dar-bahoussi-driss	MA		0	Africa/Casablanca	34.53085	-2.44644				02	533		
10998403	Dar El Abed Ould Bouchareb	dar-el-abed-ould-bouchareb	MA		0	Africa/Casablanca	34.53398	-2.46483				02	533		
10998404	Douar Oulad Mohamed Ben Kaddour	douar-oulad-mohamed-ben-kaddour	MA		0	Africa/Casablanca	34.53352	-2.47691				02	533		
10998406	Douar Oulad Rabch	douar-oulad-rabch	MA		0	Africa/Casablanca	34.53256	-2.49298				02	533		
10998408	Douar Mleaudiyine Touifzat	douar-mleaudiyine-touifzat	MA		0	Africa/Casablanca	34.51998	-2.49433				02	533		
10998411	Douar Oulad Moussa	douar-oulad-moussa	MA		0	Africa/Casablanca	34.514	-2.49077				02	533		
10998412	Dar Laaouini Mohamed Ben Ramdane	dar-laaouini-mohamed-ben-ramdane	MA		0	Africa/Casablanca	34.51349	-2.47326				02	533		
10998416	Dar Zaoui Mohamed	dar-zaoui-mohamed	MA		0	Africa/Casablanca	34.51404	-2.45202				02	533		
10998418	Dar Fegrouch Rabeh Ben Mbarek	dar-fegrouch-rabeh-ben-mbarek	MA		0	Africa/Casablanca	34.51789	-2.44108				02	533		
10998419	Dar Mohamed Ben Ettaleb	dar-mohamed-ben-ettaleb	MA		0	Africa/Casablanca	34.51262	-2.44262				02	533		
10998420	Douar Amer Ben Moussa	douar-amer-ben-moussa	MA		0	Africa/Casablanca	34.50437	-2.45919				02	533		
10998422	Douar Oulad Amer Ben Moussa	douar-oulad-amer-ben-moussa	MA		0	Africa/Casablanca	34.50079	-2.43234				02	533		
10998427	Dar Tahar El Khatir	dar-tahar-el-khatir	MA		0	Africa/Casablanca	34.52104	-2.43355				02	533		
10998428	Dar Souali Qouider Ben Hmida	dar-souali-qouider-ben-hmida	MA		0	Africa/Casablanca	34.51102	-2.40213				02	533		
10998429	Dar Souali Miloud Ben Hmida	dar-souali-miloud-ben-hmida	MA		0	Africa/Casablanca	34.50972	-2.39861				02	533		
10998431	Douar El Honniyine Anfis	douar-el-honniyine-anfis	MA		0	Africa/Casablanca	34.51347	-2.38108				02	533		
10998436	Douar Oulad Abbou	douar-oulad-abbou	MA		0	Africa/Casablanca	34.50044	-2.42282				02	533		
10998440	Douar Mhamdiyine Azlaf	douar-mhamdiyine-azlaf	MA		0	Africa/Casablanca	34.50186	-2.4865				02	533		
10998442	Douar Lherriyine	douar-lherriyine	MA		0	Africa/Casablanca	34.50578	-2.49339				02	533		
10998444	Douar Oulad Moussa Ben Kaddour	douar-oulad-moussa-ben-kaddour	MA		0	Africa/Casablanca	34.51052	-2.47723				02	533		
10998447	Douar Lemaatig	douar-lemaatig	MA		0	Africa/Casablanca	34.5232	-2.40177				02	533		
10998448	Douar Oulad Bitar	douar-oulad-bitar	MA		0	Africa/Casablanca	34.57735	-2.38904				02	533		
10998452	Hay El Autal	hay-el-autal	MA		0	Africa/Casablanca	34.58818	-2.49189				02	533		
10998464	Douar Hizoune	douar-hizoune	MA		0	Africa/Casablanca	34.74104	-2.34387				02	113		
10998466	Douar Souidiyine	douar-souidiyine	MA		0	Africa/Casablanca	34.73376	-2.37217				02	113		
10998471	Douar Laarayba	douar-laarayba	MA		0	Africa/Casablanca	34.73879	-2.28357				02	113		
10998473	Douar Oulad Bou Shaba Mazlay	douar-oulad-bou-shaba-mazlay	MA		0	Africa/Casablanca	34.73644	-2.26728				02	411		
10998477	Douar Oulad Alla	douar-oulad-alla	MA		0	Africa/Casablanca	34.72835	-2.27702				02	411		
10998478	Douar Oulad Bou Shaba	douar-oulad-bou-shaba	MA		0	Africa/Casablanca	34.72732	-2.28606				02	113		
10998486	Douar El Asri	douar-el-asri	MA		0	Africa/Casablanca	34.72868	-2.33914				02	113		
10998495	Douar Boughalem	douar-boughalem	MA		0	Africa/Casablanca	34.71455	-2.33245				02	113		
10998497	Douar Amara	douar-amara	MA		0	Africa/Casablanca	34.71741	-2.32503				02	113		
10998498	Douar Hizoune	douar-hizoune	MA		0	Africa/Casablanca	34.71455	-2.32202				02	113		
10998499	Douar Imaqraf	douar-imaqraf	MA		0	Africa/Casablanca	34.7151	-2.31228				02	113		
10998500	Douar Ijafjafene	douar-ijafjafene	MA		0	Africa/Casablanca	34.72418	-2.3138				02	113		
10998501	Douar Errachidiyine	douar-errachidiyine	MA		0	Africa/Casablanca	34.72173	-2.31035				02	113		
10998503	Douar Tjafjafene Oulad Bakhti	douar-tjafjafene-oulad-bakhti	MA		0	Africa/Casablanca	34.71478	-2.29385				02	113		
10998505	Douar Safyoune	douar-safyoune	MA		0	Africa/Casablanca	34.7214	-2.29065				02	113		
10998506	Douar Izardabene	douar-izardabene	MA		0	Africa/Casablanca	34.71528	-2.29013				02	113		
10998507	Douar Oulad El Mir Lfida	douar-oulad-el-mir-lfida	MA		0	Africa/Casablanca	34.7138	-2.27986				02	411		
10998509	Douar Oulad El Mir	douar-oulad-el-mir	MA		0	Africa/Casablanca	34.71974	-2.27835				02	411		
10998510	Douar Iguer n-Taghyoult	douar-iguer-n-taghyoult	MA		0	Africa/Casablanca	34.72327	-2.27569				02	411		
10998511	Douar Jaalat	douar-jaalat	MA		0	Africa/Casablanca	34.71847	-2.26329				02	411		
10998512	Douar Oulad El Mir Tassamghoult	douar-oulad-el-mir-tassamghoult	MA		0	Africa/Casablanca	34.71685	-2.26593				02	411		
10998516	Douar Oulad Boudlal	douar-oulad-boudlal	MA		0	Africa/Casablanca	34.70674	-2.25278				02	411		
10998517	Douar Bazzaziyine	douar-bazzaziyine	MA		0	Africa/Casablanca	34.70295	-2.26516				02	411		
10998518	Douar Oulad Alla Ouhriqene	douar-oulad-alla-ouhriqene	MA		0	Africa/Casablanca	34.70503	-2.27827				02	411		
10998520	Douar Ilaajene	douar-ilaajene	MA		0	Africa/Casablanca	34.70409	-2.29226				02	113		
10998521	Douar Bakhti	douar-bakhti	MA		0	Africa/Casablanca	34.71068	-2.31507				02	113		
10998522	Douar Oulad Amer Ben Slimane	douar-oulad-amer-ben-slimane	MA		0	Africa/Casablanca	34.70656	-2.3196				02	113		
10998523	Douar Bou Raadayne	douar-bou-raadayne	MA		0	Africa/Casablanca	34.7038	-2.32708				02	113		
10998524	Douar Boughaleb	douar-boughaleb	MA		0	Africa/Casablanca	34.70785	-2.32968				02	113		
10998526	Douar Leqdadra	douar-leqdadra	MA		0	Africa/Casablanca	34.7051	-2.35073				02	113		
10998527	Douar Ben Moussa	douar-ben-moussa	MA		0	Africa/Casablanca	34.6906	-2.36373				02	113		
10998530	Douar Mhane Abderrahmane	douar-mhane-abderrahmane	MA		0	Africa/Casablanca	34.6942	-2.32402				02	113		
10998531	Douar Maqrouf	douar-maqrouf	MA		0	Africa/Casablanca	34.69324	-2.31829				02	113		
10998532	Douar Timergam	douar-timergam	MA		0	Africa/Casablanca	34.68772	-2.31421				02	113		
10998533	Douar Iqaddourene	douar-iqaddourene	MA		0	Africa/Casablanca	34.69132	-2.3058				02	113		
10998534	Douar Ikharbachene	douar-ikharbachene	MA		0	Africa/Casablanca	34.69536	-2.2993				02	113		
10998535	Douar Iachiyine	douar-iachiyine	MA		0	Africa/Casablanca	34.69795	-2.30206				02	113		
10998539	Douar Malki	douar-malki	MA		0	Africa/Casablanca	34.68719	-2.29833				02	113		
10998540	Douar Oulad Ali	douar-oulad-ali	MA		0	Africa/Casablanca	34.69572	-2.25089				02	411		
10998545	Dar Boujida	dar-boujida	MA		0	Africa/Casablanca	34.68643	-2.36322				02	113		
10998556	Dar Oulad El Qadi	dar-oulad-el-qadi	MA		0	Africa/Casablanca	34.64109	-2.31275				02	113		
10998560	Dar Darqaoui	dar-darqaoui	MA		0	Africa/Casablanca	34.63299	-2.25544				02	113		
10998568	Coopérative Fath	cooperative-fath	MA		0	Africa/Casablanca	34.70057	-2.24963				02	411		
10998573	Douar Leqsaqsa Oulad Braz	douar-leqsaqsa-oulad-braz	MA		0	Africa/Casablanca	34.61838	-2.23914				02	113		
10998582	Douar Laarayba	douar-laarayba	MA		0	Africa/Casablanca	34.61684	-2.146				02	411		
10998588	Douar Ngagza	douar-ngagza	MA		0	Africa/Casablanca	34.60468	-2.15036				02	411		
10998592	Oulad Hbat	oulad-hbat	MA		0	Africa/Casablanca	34.61054	-2.1847				02	411		
10998595	Douar El Hormiyine	douar-el-hormiyine	MA		0	Africa/Casablanca	34.59884	-2.20869				02	411		
10998599	Douar Douada	douar-douada	MA		0	Africa/Casablanca	34.60298	-2.23794				02	411		
10998601	Douar El Hormiyine Lebrahma	douar-el-hormiyine-lebrahma	MA		0	Africa/Casablanca	34.60739	-2.24451				02	113		
10998608	Oulad Hbal Erragaba	oulad-hbal-erragaba	MA		0	Africa/Casablanca	34.59937	-2.19598				02	411		
10998609	Douar Lekhrarib	douar-lekhrarib	MA		0	Africa/Casablanca	34.58528	-2.22438				02	411		
10998666	Douar Ihaddouyene	douar-ihaddouyene	MA		0	Africa/Casablanca	34.55938	-2.19541				02	411		
10998692	Taberbourt	taberbourt	MA		0	Africa/Casablanca	34.54252	-2.13014				02	411		
10998698	Debboura	debboura	MA		0	Africa/Casablanca	34.53695	-2.14713				02	411		
10998703	Irahouyene	irahouyene	MA		0	Africa/Casablanca	34.53135	-2.17256				02	411		
10998725	Douar Lekhrarga	douar-lekhrarga	MA		0	Africa/Casablanca	34.52426	-2.23005				02	411		
10998727	Douar Errasma	douar-errasma	MA		0	Africa/Casablanca	34.52634	-2.24964				02	411		
10998728	Leqsaqsa	leqsaqsa	MA		0	Africa/Casablanca	34.51602	-2.24247				02	411		
10998730	Douar Hassi Lahmar	douar-hassi-lahmar	MA		0	Africa/Casablanca	34.51618	-2.21621				02	411		
10998735	Douar Chaibi	douar-chaibi	MA		0	Africa/Casablanca	34.51642	-2.19153				02	411		
10998741	Douar Ighanouyene	douar-ighanouyene	MA		0	Africa/Casablanca	34.52412	-2.19979				02	411		
10998766	Douar Znga	douar-znga	MA		0	Africa/Casablanca	34.52283	-2.15357				02	411		
10998767	Bousfer	bousfer	MA		0	Africa/Casablanca	34.52256	-2.17239				02	411		
10998774	Lemgatae	lemgatae	MA		0	Africa/Casablanca	34.50599	-2.23571				02	411		
10998779	Douar Emmiter	douar-emmiter	MA		0	Africa/Casablanca	34.50561	-2.21687				02	411		
10998782	Douar Tizi Lyas	douar-tizi-lyas	MA		0	Africa/Casablanca	34.50334	-2.2				02	411		
10998789	Douar Bni Yazzount Lekbir	douar-bni-yazzount-lekbir	MA		0	Africa/Casablanca	34.50488	-2.16599				02	411		
10998792	Douar Tinzi	douar-tinzi	MA		0	Africa/Casablanca	34.51331	-2.15762				02	411		
10998808	Pachalik	pachalik	MA		0	Africa/Casablanca	34.60923	-2.22384				02	411		
10998816	Douar Bni Yazzouni Sghir	douar-bni-yazzouni-sghir	MA		0	Africa/Casablanca	34.56962	-2.1573				02	411		
10998828	Dar Laaqil Laabbas	dar-laaqil-laabbas	MA		0	Africa/Casablanca	35.24633	-4.99018				01	151		
10998829	Douar Tarat	douar-tarat	MA		0	Africa/Casablanca	35.24575	-4.98759				01	151		
10998830	Douar Lakhouabi	douar-lakhouabi	MA		0	Africa/Casablanca	35.24265	-4.99289				01	151		
10998831	Douar Agant	douar-agant	MA		0	Africa/Casablanca	35.23599	-4.98759				01	151		
10998835	Douar Boudqiq	douar-boudqiq	MA		0	Africa/Casablanca	35.2379	-4.98435				01	151		
10998837	Douar Aghilane	douar-aghilane	MA		0	Africa/Casablanca	35.23424	-4.98143				01	151		
10998839	Douar Isenatene	douar-isenatene	MA		0	Africa/Casablanca	35.24687	-4.96986				01	151		
10998842	Douar Lhouch	douar-lhouch	MA		0	Africa/Casablanca	35.24724	-4.9645				01	151		
10998843	Douar Dar Mimoune	douar-dar-mimoune	MA		0	Africa/Casablanca	35.24376	-4.96034				01	151		
10998850	Dar Ahmed Lmadani	dar-ahmed-lmadani	MA		0	Africa/Casablanca	35.24692	-4.93292				01	151		
10998855	Douar Adouz	douar-adouz	MA		0	Africa/Casablanca	35.24503	-4.92309				01	151		
10998857	Douar Anaray	douar-anaray	MA		0	Africa/Casablanca	35.24634	-4.9168				01	151		
10998861	Douar Taghrout	douar-taghrout	MA		0	Africa/Casablanca	35.24465	-4.9097				01	151		
10998862	Douar Taghdaoualla	douar-taghdaoualla	MA		0	Africa/Casablanca	35.23985	-4.90716				01	151		
10998864	Douar Ourket	douar-ourket	MA		0	Africa/Casablanca	35.23436	-4.90431				01	151		
10998867	Douar Sidi Mimoune	douar-sidi-mimoune	MA		0	Africa/Casablanca	35.23986	-4.89795				01	151		
10998869	Douar Iarabene Lfouqi	douar-iarabene-lfouqi	MA		0	Africa/Casablanca	35.2465	-4.89176				01	151		
10998870	Douar Chriaat	douar-chriaat	MA		0	Africa/Casablanca	35.23489	-4.88429				01	151		
10998872	Douar Had Sehra	douar-had-sehra	MA		0	Africa/Casablanca	35.24274	-4.88				01	151		
10998876	Douar Iziouane	douar-iziouane	MA		0	Africa/Casablanca	35.23454	-4.87695				01	151		
10998879	Douar Tamloult	douar-tamloult	MA		0	Africa/Casablanca	35.2297	-4.89028				01	151		
10998881	Douar Amtiqane	douar-amtiqane	MA		0	Africa/Casablanca	35.23363	-4.90177				01	151		
10998882	Douar Bni Medyene	douar-bni-medyene	MA		0	Africa/Casablanca	35.22823	-4.90991				01	151		
10998885	Dar Taib Chemrouane	dar-taib-chemrouane	MA		0	Africa/Casablanca	35.23356	-4.91636				01	151		
10998886	Douar Hlaouat	douar-hlaouat	MA		0	Africa/Casablanca	35.22506	-4.92355				01	151		
10998895	Douar Agr Yaghel	douar-agr-yaghel	MA		0	Africa/Casablanca	35.22426	-4.9436				01	151		
10998900	Douar Icherqa	douar-icherqa	MA		0	Africa/Casablanca	35.23038	-4.98827				01	151		
10998903	Dar Ahmed Acharqi	dar-ahmed-acharqi	MA		0	Africa/Casablanca	35.22388	-4.98385				01	151		
10998906	Douar Mazna	douar-mazna	MA		0	Africa/Casablanca	35.2177	-4.98788				01	151		
10998909	Douar Bou Araar	douar-bou-araar	MA		0	Africa/Casablanca	35.22673	-4.96565				01	151		
10998910	Douar Aghemsoussene	douar-aghemsoussene	MA		0	Africa/Casablanca	35.22624	-4.96109				01	151		
10998911	Douar Tafourat	douar-tafourat	MA		0	Africa/Casablanca	35.22358	-4.95731				01	151		
10998913	Douar Imegraoune	douar-imegraoune	MA		0	Africa/Casablanca	35.22173	-4.9551				01	151		
10998916	Douar Achouch	douar-achouch	MA		0	Africa/Casablanca	35.21676	-4.95019				01	151		
10998925	Dar Abdessalam Lbaqqal	dar-abdessalam-lbaqqal	MA		0	Africa/Casablanca	35.219	-4.89852				01	151		
10998926	Douar Faliz	douar-faliz	MA		0	Africa/Casablanca	35.21481	-4.90367				01	151		
10998931	Douar Issouka	douar-issouka	MA		0	Africa/Casablanca	35.20785	-4.8777				01	151		
10998936	Douar Ihajjamene	douar-ihajjamene	MA		0	Africa/Casablanca	35.20457	-4.9216				01	151		
10998951	Douar Anarjele	douar-anarjele	MA		0	Africa/Casablanca	35.20495	-4.98782				01	151		
10998953	Douar Tisray	douar-tisray	MA		0	Africa/Casablanca	35.2142	-4.98669				01	151		
10998954	Douar Dhar	douar-dhar	MA		0	Africa/Casablanca	35.2001	-4.99759				01	151		
10998961	Douar Metiaa	douar-metiaa	MA		0	Africa/Casablanca	35.19151	-4.97178				01	151		
10998963	Douar Zaouyet Aachchab	douar-zaouyet-aachchab	MA		0	Africa/Casablanca	35.18037	-4.95998				01	151		
10998964	Douar Talate Ifratane	douar-talate-ifratane	MA		0	Africa/Casablanca	35.18816	-4.96907				01	151		
10998969	Douar Afeghlal	douar-afeghlal	MA		0	Africa/Casablanca	35.19779	-4.92905				01	151		
10998975	Douar Sefli	douar-sefli	MA		0	Africa/Casablanca	35.19007	-4.92142				01	151		
10998976	Douar Oulad Abderrahim	douar-oulad-abderrahim	MA		0	Africa/Casablanca	35.19936	-4.91697				01	151		
10998980	Douar Itrouhaje	douar-itrouhaje	MA		0	Africa/Casablanca	35.1958	-4.89934				01	151		
10998986	Douar Bni-Afara	douar-bni-afara	MA		0	Africa/Casablanca	35.19278	-4.87918				01	151		
10998987	Douar Ijaadane	douar-ijaadane	MA		0	Africa/Casablanca	35.19035	-4.88281				01	151		
10998990	Douar Takenza	douar-takenza	MA		0	Africa/Casablanca	35.18595	-4.89182				01	151		
10998996	Douar Boussaf	douar-boussaf	MA		0	Africa/Casablanca	35.18521	-4.89755				01	151		
10998998	Douar Tighedouane	douar-tighedouane	MA		0	Africa/Casablanca	35.18787	-4.97885				01	151		
10999000	Douar Asamrane	douar-asamrane	MA		0	Africa/Casablanca	35.1865	-4.98911				01	151		
10999001	Douar Ikhorchache	douar-ikhorchache	MA		0	Africa/Casablanca	35.18729	-4.99635				01	151		
10999004	Douar Azaghar	douar-azaghar	MA		0	Africa/Casablanca	35.17477	-4.98083				01	151		
10999005	Douar Isqitene	douar-isqitene	MA		0	Africa/Casablanca	35.17332	-4.98864				01	151		
10999006	Douar Ihnnachene	douar-ihnnachene	MA		0	Africa/Casablanca	35.17383	-4.996				01	151		
10999009	Douar Zaouya	douar-zaouya	MA		0	Africa/Casablanca	35.17161	-4.97858				01	151		
10999014	Dar Lmaimouni	dar-lmaimouni	MA		0	Africa/Casablanca	35.18151	-4.93727				01	151		
10999022	Douar Khmis Imaouchene	douar-khmis-imaouchene	MA		0	Africa/Casablanca	35.17063	-4.89879				01	151		
10999024	Douar Tafraout	douar-tafraout	MA		0	Africa/Casablanca	35.16531	-4.89567				01	151		
10999026	Douar Iounayane	douar-iounayane	MA		0	Africa/Casablanca	35.16726	-4.90618				01	151		
10999030	Dar Oulad Achetoui	dar-oulad-achetoui	MA		0	Africa/Casablanca	35.16108	-4.90828				01	151		
10999031	Douar Ililane	douar-ililane	MA		0	Africa/Casablanca	35.16759	-4.91967				01	151		
10999033	Douar Italhatene	douar-italhatene	MA		0	Africa/Casablanca	35.15457	-4.92718				01	151		
10999039	Douar Taliouane	douar-taliouane	MA		0	Africa/Casablanca	35.14818	-4.93283				01	151		
10999044	Ain Hjar	ain-hjar	MA		0	Africa/Casablanca	35.15808	-4.91071				01	151		
10999046	Douar Darane	douar-darane	MA		0	Africa/Casablanca	35.15071	-4.89736				01	151		
10999049	Dar Oulad Lbaqqal	dar-oulad-lbaqqal	MA		0	Africa/Casablanca	35.1597	-4.94993				01	151		
10999056	Douar Bouayyad	douar-bouayyad	MA		0	Africa/Casablanca	35.16421	-4.97053				01	151		
10999073	Douar Ikhribchene	douar-ikhribchene	MA		0	Africa/Casablanca	35.16103	-4.98257				01	151		
10999075	Douar Ajer Janna	douar-ajer-janna	MA		0	Africa/Casablanca	35.15676	-4.98412				01	151		
10999082	Douar Akhlaq Ihoud	douar-akhlaq-ihoud	MA		0	Africa/Casablanca	35.14459	-4.98722				01	151		
10999083	Douar Tazakht	douar-tazakht	MA		0	Africa/Casablanca	35.14518	-4.97139				01	151		
10999085	Douar Taraynout	douar-taraynout	MA		0	Africa/Casablanca	35.14664	-4.96488				01	151		
10999086	Sidi Mohamed Laatir	sidi-mohamed-laatir	MA		0	Africa/Casablanca	35.1428	-4.97047				01	151		
10999088	Douar Mestitet	douar-mestitet	MA		0	Africa/Casablanca	35.13997	-4.96212				01	151		
10999091	Douar Titoula	douar-titoula	MA		0	Africa/Casablanca	35.14449	-4.88685				01	151		
10999094	Douar Talamanna	douar-talamanna	MA		0	Africa/Casablanca	35.14602	-4.90333				01	151		
10999099	Douar Ighboula	douar-ighboula	MA		0	Africa/Casablanca	35.12975	-4.91284				01	151		
10999101	Douar Dar Maggou	douar-dar-maggou	MA		0	Africa/Casablanca	35.13875	-4.91856				01	151		
10999102	Dar Oulad Abdelkarim	dar-oulad-abdelkarim	MA		0	Africa/Casablanca	35.1334	-4.90298				01	151		
10999122	Douar Lgourayne	douar-lgourayne	MA		0	Africa/Casablanca	35.12754	-4.98469				01	151		
10999125	Douar Asouayane	douar-asouayane	MA		0	Africa/Casablanca	35.1241	-4.97821				01	151		
10999128	Douar Taourat	douar-taourat	MA		0	Africa/Casablanca	35.1258	-4.92882				01	151		
10999134	Douar Angzane	douar-angzane	MA		0	Africa/Casablanca	35.12931	-4.89225				01	151		
10999143	Douar Inessouane	douar-inessouane	MA		0	Africa/Casablanca	35.16774	-4.93391				01	151		
10999144	Douar Ibeqqouyene	douar-ibeqqouyene	MA		0	Africa/Casablanca	35.11078	-3.60559				02	167		
10999145	Douar Issellamene	douar-issellamene	MA		0	Africa/Casablanca	35.11051	-3.61233				02	167		
10999146	Douar Imhend Ou Hmed	douar-imhend-ou-hmed	MA		0	Africa/Casablanca	35.1063	-3.62154				02	167		
10999147	Douar Labermoumene	douar-labermoumene	MA		0	Africa/Casablanca	35.10612	-3.61411				02	167		
10999149	Douar Imekhloufene	douar-imekhloufene	MA		0	Africa/Casablanca	35.10496	-3.60972				02	167		
10999163	Douar Iqodadene	douar-iqodadene	MA		0	Africa/Casablanca	35.09757	-3.6044				02	167		
10999169	Douar Iazzouzene	douar-iazzouzene	MA		0	Africa/Casablanca	35.09221	-3.6227				02	167		
10999176	Douar Leazib	douar-leazib	MA		0	Africa/Casablanca	35.08758	-3.62348				02	167		
10999185	Douar Zeghoul	douar-zeghoul	MA		0	Africa/Casablanca	35.06634	-3.59377				02	167		
10999186	Douar Zeghoul Ltehtani	douar-zeghoul-ltehtani	MA		0	Africa/Casablanca	35.0693	-3.59801				02	167		
10999188	Douar Zeghoul Fouqani	douar-zeghoul-fouqani	MA		0	Africa/Casablanca	35.06186	-3.58962				02	167		
10999190	Jaddi Hssayene	jaddi-hssayene	MA		0	Africa/Casablanca	35.05928	-3.5872				02	167		
10999196	Zemmour	zemmour	MA		0	Africa/Casablanca	35.05041	-3.58516				02	167		
10999199	Douar Imechnasene	douar-imechnasene	MA		0	Africa/Casablanca	35.06072	-3.62239				02	167		
10999201	Douar Ihejjiouene	douar-ihejjiouene	MA		0	Africa/Casablanca	35.05676	-3.61637				02	167		
10999202	Douar Boughazi	douar-boughazi	MA		0	Africa/Casablanca	35.05292	-3.60877				02	167		
10999203	Douar Iderrazene	douar-iderrazene	MA		0	Africa/Casablanca	35.05077	-3.61349				02	167		
10999229	Leqlia	leqlia	MA		0	Africa/Casablanca	35.01987	-3.60205				02	167		
10999230	Douar Icheffarene	douar-icheffarene	MA		0	Africa/Casablanca	35.024	-3.58951				02	167		
10999231	Douar Beni Yarour	douar-beni-yarour	MA		0	Africa/Casablanca	35.02288	-3.59229				02	167		
10999232	Douar Ichchoutene	douar-ichchoutene	MA		0	Africa/Casablanca	35.02096	-3.59303				02	167		
10999243	Douar Ait Ahmed	douar-ait-ahmed	MA		0	Africa/Casablanca	35.00425	-3.59561				02	167		
10999244	Douar Ait Chitta	douar-ait-chitta	MA		0	Africa/Casablanca	35.0016	-3.5963				02	167		
10999251	Douar Isaaoutene	douar-isaaoutene	MA		0	Africa/Casablanca	34.9971	-3.59108				02	167		
10999255	Douar Bouhfoura	douar-bouhfoura	MA		0	Africa/Casablanca	35.00434	-3.55755				02	167		
10999259	Laarassi	laarassi	MA		0	Africa/Casablanca	35.01395	-3.55189				02	167		
10999266	Douar Beni Youssuf	douar-beni-youssuf	MA		0	Africa/Casablanca	35.01793	-3.56682				02	167		
10999275	Douar Ighmirene	douar-ighmirene	MA		0	Africa/Casablanca	35.02872	-3.57361				02	167		
10999301	Douar Ibouljhafene	douar-ibouljhafene	MA		0	Africa/Casablanca	35.0739	-3.56458				02	167		
10999302	Douar Irehhoutene	douar-irehhoutene	MA		0	Africa/Casablanca	35.07268	-3.5727				02	167		
10999303	Douar Ait Obriq	douar-ait-obriq	MA		0	Africa/Casablanca	35.07813	-3.57155				02	167		
10999304	Douar Ait Ziane	douar-ait-ziane	MA		0	Africa/Casablanca	35.08257	-3.5767				02	167		
10999305	Douar Iheddoutene	douar-iheddoutene	MA		0	Africa/Casablanca	35.08462	-3.57627				02	167		
10999307	Douar Ibarqchiyene	douar-ibarqchiyene	MA		0	Africa/Casablanca	35.0752	-3.57694				02	167		
10999312	Douar Imousalene	douar-imousalene	MA		0	Africa/Casablanca	35.08624	-3.54566				02	167		
10999327	Douar Icherqiyene	douar-icherqiyene	MA		0	Africa/Casablanca	35.12005	-3.57306				02	167		
10999328	Douar Ait Bouziane	douar-ait-bouziane	MA		0	Africa/Casablanca	35.12261	-3.58078				02	167		
10999329	Douar Ijeyyarene	douar-ijeyyarene	MA		0	Africa/Casablanca	35.11754	-3.57703				02	167		
10999333	Douar Idouhriyene	douar-idouhriyene	MA		0	Africa/Casablanca	35.11744	-3.50616				02	167		
10999337	Douar Amane Ait Mane	douar-amane-ait-mane	MA		0	Africa/Casablanca	35.10681	-3.51859				02	167		
10999343	Douar Boukidade	douar-boukidade	MA		0	Africa/Casablanca	35.11431	-3.52773				02	167		
10999344	Douar Iqejjouaene	douar-iqejjouaene	MA		0	Africa/Casablanca	35.11281	-3.5312				02	167		
10999345	Douar Ibouzouraghene	douar-ibouzouraghene	MA		0	Africa/Casablanca	35.11129	-3.53668				02	167		
10999346	Douar Ibejjijene	douar-ibejjijene	MA		0	Africa/Casablanca	35.11148	-3.53414				02	167		
10999349	Douar Iqejjoujene	douar-iqejjoujene	MA		0	Africa/Casablanca	35.10599	-3.53673				02	167		
10999351	Douar Ifettatene	douar-ifettatene	MA		0	Africa/Casablanca	35.10335	-3.53314				02	167		
10999353	Douar Isekkourene	douar-isekkourene	MA		0	Africa/Casablanca	35.10577	-3.52577				02	167		
10999355	Douar Ibouzianene	douar-ibouzianene	MA		0	Africa/Casablanca	35.10169	-3.53096				02	167		
10999361	Douar Laasara-n-Neje	douar-laasara-n-neje	MA		0	Africa/Casablanca	35.08997	-3.5117				02	167		
10999364	Douar Iibayene	douar-iibayene	MA		0	Africa/Casablanca	35.08168	-3.50472				02	167		
10999367	Douar Ikhebbachene	douar-ikhebbachene	MA		0	Africa/Casablanca	35.09423	-3.51466				02	167		
10999368	Douar Ait Yarour	douar-ait-yarour	MA		0	Africa/Casablanca	35.09526	-3.51821				02	167		
10999369	Douar Imousalene	douar-imousalene	MA		0	Africa/Casablanca	35.0984	-3.52203				02	167		
10999370	Douar Ait Rahhou	douar-ait-rahhou	MA		0	Africa/Casablanca	35.0955	-3.52696				02	167		
10999379	Douar Iqadriouene	douar-iqadriouene	MA		0	Africa/Casablanca	35.08287	-3.52396				02	167		
10999380	Sidi Allal Mjahed	sidi-allal-mjahed	MA		0	Africa/Casablanca	35.08648	-3.51698				02	167		
10999383	Douar Iaetchouchene	douar-iaetchouchene	MA		0	Africa/Casablanca	35.08257	-3.51385				02	167		
10999384	Douar Leari	douar-leari	MA		0	Africa/Casablanca	35.09322	-3.52618				02	167		
10999387	Douar Iaddaouyene	douar-iaddaouyene	MA		0	Africa/Casablanca	35.07885	-3.50358				02	167		
10999399	Douar Ibounnouhene	douar-ibounnouhene	MA		0	Africa/Casablanca	35.0573	-3.5064				02	167		
10999401	Douar Ikeabounene	douar-ikeabounene	MA		0	Africa/Casablanca	35.06203	-3.51562				02	167		
10999402	Douar Iheqqounene	douar-iheqqounene	MA		0	Africa/Casablanca	35.06387	-3.51762				02	167		
10999403	Douar Ait Ali	douar-ait-ali	MA		0	Africa/Casablanca	35.05821	-3.51437				02	167		
10999404	Douar Taouarda	douar-taouarda	MA		0	Africa/Casablanca	35.05495	-3.51151				02	167		
10999413	Tizi Ouzemmour	tizi-ouzemmour	MA		0	Africa/Casablanca	35.03681	-3.51071				02	167		
10999414	Douar Izegaghene	douar-izegaghene	MA		0	Africa/Casablanca	35.04541	-3.51819				02	167		
10999415	Douar Ifessarene	douar-ifessarene	MA		0	Africa/Casablanca	35.05268	-3.51873				02	167		
10999430	Douar Bouhidousse	douar-bouhidousse	MA		0	Africa/Casablanca	35.01383	-3.53127				02	167		
10999438	Douar Imoummouhene	douar-imoummouhene	MA		0	Africa/Casablanca	35.00218	-3.53569				02	167		
10999441	Daour Hammouda	daour-hammouda	MA		0	Africa/Casablanca	35.00623	-3.53588				02	167		
10999445	Douar Taydolche	douar-taydolche	MA		0	Africa/Casablanca	35.01282	-3.52915				02	167		
10999449	Douar Iheyyatene	douar-iheyyatene	MA		0	Africa/Casablanca	35.08828	-3.52886				02	167		
10999456	Douar Ibougriaatene	douar-ibougriaatene	MA		0	Africa/Casablanca	35.01408	-3.56707				02	167		
10999462	Dr. Imerraqene	dr-imerraqene	MA		0	Africa/Casablanca	35.05941	-3.50934				02	167		
10999467	Hijja	hijja	MA		0	Africa/Casablanca	35.15094	-3.3566				02	167		
10999500	Lakchiouene	lakchiouene	MA		0	Africa/Casablanca	35.11497	-3.0845				02	381		
10999502	Oulad Hamed	oulad-hamed	MA		0	Africa/Casablanca	35.10998	-3.07851				02	381		
10999503	Oulad Ali	oulad-ali	MA		0	Africa/Casablanca	35.11042	-3.08343				02	381		
10999504	Ilehyane	ilehyane	MA		0	Africa/Casablanca	35.11941	-3.08242				02	381		
10999506	Poste	poste	MA		0	Africa/Casablanca	35.11246	-3.07032				02	381		
10999509	Ibouayyadene	ibouayyadene	MA		0	Africa/Casablanca	35.12141	-3.04735				02	381		
10999510	Beni Sidal Louta	beni-sidal-louta	MA		0	Africa/Casablanca	35.1083	-3.06002				02	381		
10999520	Bou Houa	bou-houa	MA		0	Africa/Casablanca	35.1005	-3.12268				02	381		
10999522	Ibouchachane	ibouchachane	MA		0	Africa/Casablanca	35.09137	-3.07932				02	381		
10999526	Ihbouchatene	ihbouchatene	MA		0	Africa/Casablanca	35.08772	-3.04959				02	381		
10999530	Douar Tayete	douar-tayete	MA		0	Africa/Casablanca	35.09768	-3.03972				02	381		
10999536	Bourdim	bourdim	MA		0	Africa/Casablanca	35.08477	-3.0301				02	381		
10999537	Ibeqqouyene	ibeqqouyene	MA		0	Africa/Casablanca	35.09253	-3.00905				02	381		
10999539	Razouqa	razouqa	MA		0	Africa/Casablanca	35.08855	-3.01102				02	381		
10999544	Oulad Drayne	oulad-drayne	MA		0	Africa/Casablanca	35.07455	-3.07014				02	381		
10999549	Ibouazzatene	ibouazzatene	MA		0	Africa/Casablanca	35.07605	-3.01252				02	381		
10999551	Ibouloumine	ibouloumine	MA		0	Africa/Casablanca	35.05942	-3.01511				02	381		
10999558	Douar Chmorra	douar-chmorra	MA		0	Africa/Casablanca	35.05413	-3.08092				02	381		
10999559	Imousatene	imousatene	MA		0	Africa/Casablanca	35.06008	-3.11917				02	381		
10999562	Boujeddar	boujeddar	MA		0	Africa/Casablanca	35.05888	-3.0291				02	381		
10999563	Ilyoutene	ilyoutene	MA		0	Africa/Casablanca	35.05295	-3.02341				02	381		
10999564	Inehmed	inehmed	MA		0	Africa/Casablanca	35.051	-3.02545				02	381		
10999568	Douar Laazib	douar-laazib	MA		0	Africa/Casablanca	35.03668	-3.00661				02	381		
10999571	Douar Ikhatriouene	douar-ikhatriouene	MA		0	Africa/Casablanca	35.04897	-3.05625				02	381		
10999575	Bled Boudih	bled-boudih	MA		0	Africa/Casablanca	35.04109	-3.0887				02	381		
10999576	Oulad Mansour	oulad-mansour	MA		0	Africa/Casablanca	35.03602	-3.07605				02	381		
10999577	Oulad Allai	oulad-allai	MA		0	Africa/Casablanca	35.03393	-3.06628				02	381		
10999585	Lhercha	lhercha	MA		0	Africa/Casablanca	35.02543	-3.04232				02	381		
10999586	Douar Ahmed Lghoul	douar-ahmed-lghoul	MA		0	Africa/Casablanca	35.02336	-3.02464				02	381		
10999587	Sehb Moussa	sehb-moussa	MA		0	Africa/Casablanca	35.03021	-3.01885				02	381		
10999594	Iqeddourene	iqeddourene	MA		0	Africa/Casablanca	35.01263	-3.05557				02	381		
10999595	Iboujdadene	iboujdadene	MA		0	Africa/Casablanca	35.01163	-3.04669				02	381		
10999596	Hay Lmatar	hay-lmatar	MA		0	Africa/Casablanca	35.00327	-3.03541				02	381		
10999597	Hay Sakka	hay-sakka	MA		0	Africa/Casablanca	35.01133	-3.02847				02	381		
10999598	Hay Souq Chamali	hay-souq-chamali	MA		0	Africa/Casablanca	35.01512	-3.01899				02	381		
10999599	Hay Souq Lgharbi	hay-souq-lgharbi	MA		0	Africa/Casablanca	35.00976	-3.01332				02	381		
10999600	Hay Jdid	hay-jdid	MA		0	Africa/Casablanca	35.01496	-3.01156				02	381		
10999601	Hay Lqods	hay-lqods	MA		0	Africa/Casablanca	35.01823	-3.00682				02	381		
10999602	Hay Heddouch	hay-heddouch	MA		0	Africa/Casablanca	35.01906	-3.00225				02	381		
10999603	Commune Pachalik	commune-pachalik	MA		0	Africa/Casablanca	35.00959	-3.00686				02	381		
10999604	Hay Souq Ljanoubi	hay-souq-ljanoubi	MA		0	Africa/Casablanca	35.00954	-3.00968				02	381		
10999605	Office Règional de Mise en Valeur Agricole	office-regional-de-mise-en-valeur-agricole	MA		0	Africa/Casablanca	35.00789	-3.00419		Office Regional de Mise en Valeur Agricole,Office Règional de Mise en Valeur Agricole,Subd. Garete		02	381		
10999607	Hay Bouyleghmane	hay-bouyleghmane	MA		0	Africa/Casablanca	35.00425	-3.01568				02	381		
10999610	Oulad Allal	oulad-allal	MA		0	Africa/Casablanca	34.9994	-3.06215				02	381		
10999611	Douar Lebsara	douar-lebsara	MA		0	Africa/Casablanca	34.99879	-3.0802				02	381		
10999612	Iheddajene	iheddajene	MA		0	Africa/Casablanca	35.09914	-3.05791				02	381		
10999614	Ibaroudiyene	ibaroudiyene	MA		0	Africa/Casablanca	35.10558	-3.04715				02	381		
11003471	Douar Issil Oufella	douar-issil-oufella	MA		0	Africa/Casablanca	29.57382	-9.82994				09	581		
11003472	Douar Issil Ouzeddar	douar-issil-ouzeddar	MA		0	Africa/Casablanca	29.56651	-9.82232				09	581		
11003513	Douar Sidi Aissa	douar-sidi-aissa	MA		0	Africa/Casablanca	31.70012	-9.31867				07	211		
11003651	Acour Ouzedder	acour-ouzedder	MA		0	Africa/Casablanca	30.58928	-9.20212				09	541		
11003770	Tamzrit-n-Oufalla	tamzrit-n-oufalla	MA		0	Africa/Casablanca	31.32111	-6.93269				08	401		
11007257	Aït Boulmane	ait-boulmane	MA		0	Africa/Casablanca	31.93212	-6.86422				05	081		
11009778	Douar Oulad Sidi Mouhamed Ben Kacen	douar-oulad-sidi-mouhamed-ben-kacen	MA		0	Africa/Casablanca	34.54964	-5.86518				04	481		
11010625	Ibouguerrine	ibouguerrine	MA		0	Africa/Casablanca	35.08355	-3.07763				02	381		
11014428	Oulad Jriali	oulad-jriali	MA		0	Africa/Casablanca	34.57473	-6.1414				04	481		
11014464	Oulad Amar	oulad-amar	MA		0	Africa/Casablanca	34.59564	-6.15121				04	281		
11014465	Laamda	laamda	MA		0	Africa/Casablanca	34.61239	-6.14008				04	481		
11014466	Oulad Jallal	oulad-jallal	MA		0	Africa/Casablanca	34.60937	-6.21529				04	281		
11014467	Chiket Mlaguit	chiket-mlaguit	MA		0	Africa/Casablanca	34.59763	-6.23128				04	281		
11353537	Irz	irz	MA		0	Africa/Casablanca	31.25354	-7.98083				07	041		
11014469	Coopérative Loualaa	cooperative-loualaa	MA		0	Africa/Casablanca	34.5917	-6.19521		Cooperative Loualaa,Coopérative Loualaa		04	281		
11014470	Hrid	hrid	MA		0	Africa/Casablanca	34.59152	-6.20337				04	281		
11014471	Dar Med Laassimi	dar-med-laassimi	MA		0	Africa/Casablanca	34.57541	-6.17959				04	481		
11014473	Domaine Sbou	domaine-sbou	MA		0	Africa/Casablanca	34.56812	-6.22936				04	281		
11014479	Douar Lakhlet	douar-lakhlet	MA		0	Africa/Casablanca	34.56655	-6.22671				04	281		
11014481	Coopérative Lalla Abla	cooperative-lalla-abla	MA		0	Africa/Casablanca	34.55385	-6.2249		Cooperative Lalla Abla,Coopérative Lalla Abla		04	481		
11014496	Coopérative Masder Nour	cooperative-masder-nour	MA		0	Africa/Casablanca	34.55623	-6.18219		Cooperative Masder Nour,Coopérative Masder Nour		04	481		
11014497	Caidat Al Mokhtar	caidat-al-mokhtar	MA		0	Africa/Casablanca	34.56029	-6.17235				04	481		
11014499	Oulad Sghir	oulad-sghir	MA		0	Africa/Casablanca	34.56362	-6.15693				04	481		
11014500	Soualem	soualem	MA		0	Africa/Casablanca	34.56466	-6.15854				04	481		
11014501	Coopérative Lmassina	cooperative-lmassina	MA		0	Africa/Casablanca	34.57461	-6.15406		Cooperative Lmassina,Coopérative Lmassina		04	481		
11014502	Oulad Lhaj Mansour Nhari	oulad-lhaj-mansour-nhari	MA		0	Africa/Casablanca	34.58141	-6.12433				04	481		
11014503	Oulad Lhaj Thami	oulad-lhaj-thami	MA		0	Africa/Casablanca	34.57811	-6.1451				04	481		
11014504	Coopérative Limouniya	cooperative-limouniya	MA		0	Africa/Casablanca	34.58352	-6.15023		Cooperative Limouniya,Coopérative Limouniya		04	481		
11014505	Oulad Daoud	oulad-daoud	MA		0	Africa/Casablanca	34.59139	-6.13771				04	481		
11014507	Oulad Hamed Yaagoub	oulad-hamed-yaagoub	MA		0	Africa/Casablanca	34.58307	-6.17184				04	481		
11014508	Oulad Ghazi	oulad-ghazi	MA		0	Africa/Casablanca	34.58148	-6.17476				04	481		
11014510	Oulad Hamed	oulad-hamed	MA		0	Africa/Casablanca	34.58765	-6.17614				04	281		
11014511	Oulad Bouazza	oulad-bouazza	MA		0	Africa/Casablanca	34.59932	-6.17633				04	281		
11014512	Laqouaha	laqouaha	MA		0	Africa/Casablanca	34.60415	-6.17649				04	281		
11014513	Zraoula	zraoula	MA		0	Africa/Casablanca	34.59953	-6.14476				04	281		
11014515	Bdara	bdara	MA		0	Africa/Casablanca	34.60115	-6.14095				04	481		
11014516	Rhahla	rhahla	MA		0	Africa/Casablanca	34.60588	-6.14159				04	481		
11014517	Hammanal	hammanal	MA		0	Africa/Casablanca	34.60795	-6.14155				04	481		
11014518	Hassaynal	hassaynal	MA		0	Africa/Casablanca	34.61479	-6.13659				04	481		
11014519	Maaylal	maaylal	MA		0	Africa/Casablanca	34.61598	-6.13398				04	481		
11014520	Oulad Bou Ayyad	oulad-bou-ayyad	MA		0	Africa/Casablanca	34.61557	-6.12623				04	281		
11014521	Azib Bel Koufeh	azib-bel-koufeh	MA		0	Africa/Casablanca	34.61766	-6.14979				04	281		
11014522	Oulad Azzouz Traal	oulad-azzouz-traal	MA		0	Africa/Casablanca	34.61406	-6.14206				04	281		
11014524	Hofrat Haha	hofrat-haha	MA		0	Africa/Casablanca	34.61485	-6.1587				04	281		
11014525	Njajaa Lqabliyine	njajaa-lqabliyine	MA		0	Africa/Casablanca	34.61025	-6.16035				04	281		
11014549	Station Ziz	station-ziz	MA		0	Africa/Casablanca	34.5571	-6.16817				04	481		
11024337	Douar Ait Ouissaadene	douar-ait-ouissaadene	MA		0	Africa/Casablanca	33.85383	-5.73607				03	061		
11024338	Douar Ait Ali	douar-ait-ali	MA		0	Africa/Casablanca	33.85111	-5.73328				03	061		
11024342	Douar Iazzouzene	douar-iazzouzene	MA		0	Africa/Casablanca	33.85925	-5.68839				03	061		
11024346	Douar Imezouine	douar-imezouine	MA		0	Africa/Casablanca	33.86695	-5.64954				03	061		
11024348	Dyour Driss Fourjouni	dyour-driss-fourjouni	MA		0	Africa/Casablanca	33.85333	-5.65683				03	061		
11024350	Douar Zemmour	douar-zemmour	MA		0	Africa/Casablanca	33.85226	-5.66861				03	061		
11024353	Douar Ait Ouaziz	douar-ait-ouaziz	MA		0	Africa/Casablanca	33.85811	-5.70399				03	061		
11024358	Douar Ait Bouzoubae	douar-ait-bouzoubae	MA		0	Africa/Casablanca	33.84977	-5.71588				03	061		
11024360	Douar Ait Zegga	douar-ait-zegga	MA		0	Africa/Casablanca	33.84127	-5.73813				03	171		
11024362	Douar Ait Heine	douar-ait-heine	MA		0	Africa/Casablanca	33.84407	-5.69381				03	061		
11024368	Douar Iherayene	douar-iherayene	MA		0	Africa/Casablanca	33.83603	-5.62898				03	061		
11024371	Douar Ait Aissa Addi	douar-ait-aissa-addi	MA		0	Africa/Casablanca	33.83341	-5.68088				03	061		
11024372	Douar Ait Ouarrami	douar-ait-ouarrami	MA		0	Africa/Casablanca	33.83289	-5.69483				03	061		
11024374	Douar Ait Ouissaadene	douar-ait-ouissaadene	MA		0	Africa/Casablanca	33.83444	-5.71393				03	061		
11024379	Douar Ait Yahya	douar-ait-yahya	MA		0	Africa/Casablanca	33.82764	-5.74517				03	171		
11024383	Douar Ait Ghoudane	douar-ait-ghoudane	MA		0	Africa/Casablanca	33.82703	-5.68706				03	061		
11024387	Douar Ait Brahim	douar-ait-brahim	MA		0	Africa/Casablanca	33.82662	-5.65398				03	171		
11024388	Douar Ait Azzou	douar-ait-azzou	MA		0	Africa/Casablanca	33.83172	-5.64499				03	171		
11024390	Douar Ait Brahim	douar-ait-brahim	MA		0	Africa/Casablanca	33.8238	-5.64245				03	171		
11024393	Douar Ait Ikkou	douar-ait-ikkou	MA		0	Africa/Casablanca	33.8155	-5.66321				03	171		
11024396	Douar Ait Irouh	douar-ait-irouh	MA		0	Africa/Casablanca	33.81984	-5.74745				03	171		
11024397	Douar Ait Yahya	douar-ait-yahya	MA		0	Africa/Casablanca	33.81722	-5.7421				03	171		
11024398	Douar Ihessoutene	douar-ihessoutene	MA		0	Africa/Casablanca	33.8122	-5.72874				03	171		
11024399	Ait Ouaariba	ait-ouaariba	MA		0	Africa/Casablanca	33.81095	-5.72429				03	171		
11024400	Oulad Chaou Chaayb	oulad-chaou-chaayb	MA		0	Africa/Casablanca	33.81733	-5.72655				03	171		
11024401	Douar Ait Hani	douar-ait-hani	MA		0	Africa/Casablanca	33.80917	-5.7176				03	171		
11024402	Douar Sidi Bou Amer	douar-sidi-bou-amer	MA		0	Africa/Casablanca	33.80648	-5.71489				03	171		
11024406	Douar Ait Marghad	douar-ait-marghad	MA		0	Africa/Casablanca	33.81118	-5.63134				03	171		
11024409	Ait Ijja	ait-ijja	MA		0	Africa/Casablanca	33.80503	-5.65235				03	171		
11024413	Ait Haddou Ou Chaayb	ait-haddou-ou-chaayb	MA		0	Africa/Casablanca	33.79997	-5.71874				03	171		
11024414	Douar Ait Siber	douar-ait-siber	MA		0	Africa/Casablanca	33.80164	-5.73524				04	291		
11024415	Douar Kouzene Sarghina	douar-kouzene-sarghina	MA		0	Africa/Casablanca	33.79617	-5.73361				04	291		
11024416	Douar Ennajjara Sarghina	douar-ennajjara-sarghina	MA		0	Africa/Casablanca	33.78986	-5.74597				04	291		
11024417	Douar Ennajjara	douar-ennajjara	MA		0	Africa/Casablanca	33.79663	-5.72464				03	171		
11024418	Ait Ben Aissa	ait-ben-aissa	MA		0	Africa/Casablanca	33.79401	-5.71518				03	171		
11024419	Douar Lkaryane	douar-lkaryane	MA		0	Africa/Casablanca	33.79041	-5.71597				03	171		
11024420	Douar Ras Eddalya	douar-ras-eddalya	MA		0	Africa/Casablanca	33.79734	-5.70157				03	171		
11024422	Coopérative El Idrissiya	cooperative-el-idrissiya	MA		0	Africa/Casablanca	33.79103	-5.68732				03	171		
11024423	Douar Ait Krat	douar-ait-krat	MA		0	Africa/Casablanca	33.78979	-5.66792				03	171		
11024424	Ait Be Hammadi	ait-be-hammadi	MA		0	Africa/Casablanca	33.79212	-5.6676				03	171		
11024430	Douar Ait Mimoune	douar-ait-mimoune	MA		0	Africa/Casablanca	33.78627	-5.6414				03	171		
11024431	Douar Bou Larouah	douar-bou-larouah	MA		0	Africa/Casablanca	33.78097	-5.66368				03	171		
11024433	Ait Ammou	ait-ammou	MA		0	Africa/Casablanca	33.77605	-5.66676				03	171		
11024436	Douar Lemraniyine	douar-lemraniyine	MA		0	Africa/Casablanca	33.78119	-5.70859				03	171		
11024437	Ras Ijerri	ras-ijerri	MA		0	Africa/Casablanca	33.78927	-5.71				03	171		
11024440	Coopérative Moulay Ali	cooperative-moulay-ali	MA		0	Africa/Casablanca	33.78367	-5.7189				04	291		
11024445	Douar Iguerramene	douar-iguerramene	MA		0	Africa/Casablanca	33.776	-5.63771				03	171		
11024449	Coopérative Ettijaniya	cooperative-ettijaniya	MA		0	Africa/Casablanca	33.75873	-5.67406				03	171		
11024450	Coopérative El Idrissiya	cooperative-el-idrissiya	MA		0	Africa/Casablanca	33.7596	-5.69267				03	171		
11024466	Coopérative Moulay Ali	cooperative-moulay-ali	MA		0	Africa/Casablanca	33.7639	-5.7457				04	291		
11024468	Coopérative Ettijaniya	cooperative-ettijaniya	MA		0	Africa/Casablanca	33.75096	-5.66971				03	171		
11024487	Société De Gestion Des Terres Agricoles	societe-de-gestion-des-terres-agricoles	MA		0	Africa/Casablanca	33.78101	-5.69805				03	171		
11024488	Société De Gestion Des Terres Agricoles	societe-de-gestion-des-terres-agricoles	MA		0	Africa/Casablanca	33.82264	-5.71125				03	171		
11024492	Dar Chaib	dar-chaib	MA		0	Africa/Casablanca	33.79725	-5.62558				03	171		
11024496	Dar Bou Cadi Hamid	dar-bou-cadi-hamid	MA		0	Africa/Casablanca	33.86864	-5.37078				03	171		
11024500	Ait Hassi ou Ali	ait-hassi-ou-ali	MA		0	Africa/Casablanca	33.87179	-5.33546				03	171		
11024502	Douar Ain Beida	douar-ain-beida	MA		0	Africa/Casablanca	33.86517	-5.32392				03	171		
11024503	Ait Habrich	ait-habrich	MA		0	Africa/Casablanca	33.87149	-5.31053				03	171		
11024504	Dar Rahou ou Mmma	dar-rahou-ou-mmma	MA		0	Africa/Casablanca	33.8641	-5.31274				03	171		
11024505	Ait Ali	ait-ali	MA		0	Africa/Casablanca	33.87199	-5.26495				03	171		
11024506	Ait Said	ait-said	MA		0	Africa/Casablanca	33.86171	-5.2691				03	171		
11024507	Ait Abdessalam	ait-abdessalam	MA		0	Africa/Casablanca	33.8606	-5.25925				03	171		
11024510	Ait Lagnaou	ait-lagnaou	MA		0	Africa/Casablanca	33.85889	-5.32188				03	171		
11024512	Douar Ait Mhand	douar-ait-mhand	MA		0	Africa/Casablanca	33.84849	-5.36083				03	171		
11024513	Douar Ait Mhand	douar-ait-mhand	MA		0	Africa/Casablanca	33.84875	-5.33257				03	171		
11024514	Ait Chaayeb	ait-chaayeb	MA		0	Africa/Casablanca	33.85373	-5.2592				03	171		
11024516	Ait Chafi	ait-chafi	MA		0	Africa/Casablanca	33.8415	-5.25504				03	171		
11024517	Ait Talet	ait-talet	MA		0	Africa/Casablanca	33.83705	-5.256				03	171		
11024518	Douar Moulay Laarbi	douar-moulay-laarbi	MA		0	Africa/Casablanca	33.83906	-5.27144				03	171		
11024520	Ait Hammi	ait-hammi	MA		0	Africa/Casablanca	33.84327	-5.29868				03	171		
11024522	Douar Maticha	douar-maticha	MA		0	Africa/Casablanca	33.83508	-5.30214				03	171		
11024524	Domaine Lgour	domaine-lgour	MA		0	Africa/Casablanca	33.84163	-5.31057				03	171		
11024526	Douar Sidi Boukil	douar-sidi-boukil	MA		0	Africa/Casablanca	33.83876	-5.32302				03	171		
11024528	Douar Sidi Allal	douar-sidi-allal	MA		0	Africa/Casablanca	33.83412	-5.32825				03	171		
11024529	Coopérative Sidi Aissa	cooperative-sidi-aissa	MA		0	Africa/Casablanca	33.82968	-5.36372				03	171		
11024533	Douar Ryafa	douar-ryafa	MA		0	Africa/Casablanca	33.82733	-5.29341				03	171		
11024536	Dar Chaayab Mohamed	dar-chaayab-mohamed	MA		0	Africa/Casablanca	33.82822	-5.27504				03	171		
11024537	Ait Hsine	ait-hsine	MA		0	Africa/Casablanca	33.82387	-5.28257				03	171		
11024538	Dar Jabl Abdekadar	dar-jabl-abdekadar	MA		0	Africa/Casablanca	33.83503	-5.27287				03	171		
11024539	Ait Chaayeb	ait-chaayeb	MA		0	Africa/Casablanca	33.82446	-5.24897				03	171		
11024540	Gharbaous	gharbaous	MA		0	Africa/Casablanca	33.83238	-5.26131				03	171		
11024542	Ain Jaoui	ain-jaoui	MA		0	Africa/Casablanca	33.82093	-5.2703				03	171		
11024543	Bouderbala	bouderbala	MA		0	Africa/Casablanca	33.81672	-5.27583				03	171		
11024544	Douar Jbala	douar-jbala	MA		0	Africa/Casablanca	33.80961	-5.27452				03	171		
11024546	Ait Bouhou	ait-bouhou	MA		0	Africa/Casablanca	33.813	-5.34154				03	171		
11024547	Ait Bouziyane	ait-bouziyane	MA		0	Africa/Casablanca	33.80897	-5.34735				03	171		
11024550	Ait Said	ait-said	MA		0	Africa/Casablanca	33.80002	-5.35018				03	171		
11024551	Ait Mhand Ou Moussa	ait-mhand-ou-moussa	MA		0	Africa/Casablanca	33.80595	-5.33143				03	171		
11024553	Dar Abdelkah Rifi	dar-abdelkah-rifi	MA		0	Africa/Casablanca	33.80248	-5.25279				03	171		
11024557	Douar Tiniza	douar-tiniza	MA		0	Africa/Casablanca	33.79765	-5.29287				03	171		
11024559	Ait Brahim	ait-brahim	MA		0	Africa/Casablanca	33.79971	-5.29716				03	171		
11024561	Ait Brahim	ait-brahim	MA		0	Africa/Casablanca	33.79633	-5.32776				03	171		
11024565	Dar Sidi Amari Allal	dar-sidi-amari-allal	MA		0	Africa/Casablanca	33.79246	-5.32759				03	171		
11024570	Bou Samsed	bou-samsed	MA		0	Africa/Casablanca	33.7786	-5.31758				03	171		
11024571	Ait Hsine	ait-hsine	MA		0	Africa/Casablanca	33.78473	-5.3117				03	171		
11024572	Dar El Caid Ali	dar-el-caid-ali	MA		0	Africa/Casablanca	33.78903	-5.31124				03	171		
11024575	Dar Raouah Lhoussine	dar-raouah-lhoussine	MA		0	Africa/Casablanca	33.78718	-5.25845				03	171		
11024577	Douar Lgalfa	douar-lgalfa	MA		0	Africa/Casablanca	33.76665	-5.27461				03	171		
11024583	Ait Haqqi	ait-haqqi	MA		0	Africa/Casablanca	33.76371	-5.31173				03	171		
11024584	Ait Msallem	ait-msallem	MA		0	Africa/Casablanca	33.77193	-5.31602				03	171		
11024586	Coopérative Leghzala	cooperative-leghzala	MA		0	Africa/Casablanca	33.76435	-5.33418				03	171		
11024589	Coopérative Ain Said	cooperative-ain-said	MA		0	Africa/Casablanca	33.75987	-5.34516				03	171		
11024594	Ait Rigou	ait-rigou	MA		0	Africa/Casablanca	33.75443	-5.30474				03	171		
11024597	Dar Mhammed Jabil	dar-mhammed-jabil	MA		0	Africa/Casablanca	33.75704	-5.27927				03	171		
11024602	Dar Lmegan Ahmed	dar-lmegan-ahmed	MA		0	Africa/Casablanca	33.8675	-5.31733				03	171		
11024603	Dar Chat Ali	dar-chat-ali	MA		0	Africa/Casablanca	33.86802	-5.301				03	171		
11024604	Dar Jabl Ali	dar-jabl-ali	MA		0	Africa/Casablanca	33.86376	-5.30418				03	171		
11024607	Dar Arqoubi Mohamed	dar-arqoubi-mohamed	MA		0	Africa/Casablanca	33.86679	-5.28158				03	171		
11024608	Ait Mostafa Lgharbi	ait-mostafa-lgharbi	MA		0	Africa/Casablanca	33.86299	-5.24968				03	171		
11024612	Douar Quala	douar-quala	MA		0	Africa/Casablanca	33.85472	-5.30072				03	171		
11024614	Dar Oulad Lagnaoui	dar-oulad-lagnaoui	MA		0	Africa/Casablanca	33.8587	-5.32778				03	171		
11024617	Lgachla	lgachla	MA		0	Africa/Casablanca	33.84596	-5.26388				03	171		
11024620	Dar Charqi ou Moussa	dar-charqi-ou-moussa	MA		0	Africa/Casablanca	33.83824	-5.36806				03	171		
11024622	Frioutene	frioutene	MA		0	Africa/Casablanca	33.83045	-5.31579				03	171		
11024624	Dar Ahmed Ben Lhaj	dar-ahmed-ben-lhaj	MA		0	Africa/Casablanca	33.8328	-5.25493				03	171		
11024625	Dar Lhaj Aziz	dar-lhaj-aziz	MA		0	Africa/Casablanca	33.81437	-5.25457				03	171		
11024627	Douar Ait Aqqa	douar-ait-aqqa	MA		0	Africa/Casablanca	33.80961	-5.26746				03	171		
11024629	Coopérative Jaafar	cooperative-jaafar	MA		0	Africa/Casablanca	33.82152	-5.36675				03	171		
11024630	Coopérative Bni Oukil	cooperative-bni-oukil	MA		0	Africa/Casablanca	33.81268	-5.36602				03	171		
11024631	Coopérative Bni Oukil	cooperative-bni-oukil	MA		0	Africa/Casablanca	33.80695	-5.37304				03	171		
11024637	Dar Bel Haj Mouha ou Salem	dar-bel-haj-mouha-ou-salem	MA		0	Africa/Casablanca	33.7967	-5.30465				03	171		
11024640	Dar Omar Lgellaf	dar-omar-lgellaf	MA		0	Africa/Casablanca	33.75666	-5.27349				03	171		
11024643	Dar Llassi Lhadi	dar-llassi-lhadi	MA		0	Africa/Casablanca	33.75168	-5.25163				03	271		
11024661	Coopérative Koras	cooperative-koras	MA		0	Africa/Casablanca	33.74994	-5.3599				03	171		
11024676	Douar Ait Ichchou	douar-ait-ichchou	MA		0	Africa/Casablanca	33.61213	-4.81254				03	451		
11024677	Douar Ait Eddaa	douar-ait-eddaa	MA		0	Africa/Casablanca	33.6188	-4.79431				03	451		
11024681	Douar Ait Mansour	douar-ait-mansour	MA		0	Africa/Casablanca	33.60742	-4.76524				03	451		
11024682	Douar Ait Moha Ou Drass	douar-ait-moha-ou-drass	MA		0	Africa/Casablanca	33.60443	-4.76724				03	451		
11024684	Douar Ali Ou Balboub	douar-ali-ou-balboub	MA		0	Africa/Casablanca	33.59898	-4.76546				03	451		
11024688	Douar Ali n-Azizi	douar-ali-n-azizi	MA		0	Africa/Casablanca	33.60587	-4.86322				03	451		
11024691	Douar Iaarrassene	douar-iaarrassene	MA		0	Africa/Casablanca	33.59915	-4.83279				03	451		
11024698	Douar Ait Omar Ou Nbarech	douar-ait-omar-ou-nbarech	MA		0	Africa/Casablanca	33.58941	-4.77011				03	451		
11024716	Douar Ait Labsen Ou Habbou	douar-ait-labsen-ou-habbou	MA		0	Africa/Casablanca	33.57264	-4.76827				03	451		
11024722	Douar Ait El Faqir	douar-ait-el-faqir	MA		0	Africa/Casablanca	33.5669	-4.76988				03	451		
11024731	Douar Ben Rahou	douar-ben-rahou	MA		0	Africa/Casablanca	33.56701	-4.86776				03	451		
11024732	Douar Ait Ali	douar-ait-ali	MA		0	Africa/Casablanca	33.57293	-4.87434				03	451		
11024736	Taddart n-Ettaleb Med.	taddart-n-ettaleb-med	MA		0	Africa/Casablanca	33.56431	-4.77235				03	451		
11024738	Isserrar	isserrar	MA		0	Africa/Casablanca	33.55161	-4.79548				03	451		
11024739	Douar Ait Ittou Ou Mimoune	douar-ait-ittou-ou-mimoune	MA		0	Africa/Casablanca	33.54579	-4.86004				03	451		
11024740	Douar Au Ou Bel Aid	douar-au-ou-bel-aid	MA		0	Africa/Casablanca	33.54398	-4.87041				03	451		
11024741	Douar Ait Lkarroul	douar-ait-lkarroul	MA		0	Africa/Casablanca	33.54111	-4.86638				03	451		
11024758	Douar Ikhenedjiyinc	douar-ikhenedjiyinc	MA		0	Africa/Casablanca	33.50849	-4.76735				03	131		
11024761	Douar Ait El Haj El Houssine	douar-ait-el-haj-el-houssine	MA		0	Africa/Casablanca	33.50647	-4.78436				03	131		
11024772	Douar Ait El Haj	douar-ait-el-haj	MA		0	Africa/Casablanca	33.49795	-4.80919				03	131		
11024774	Douar Ait El Haj Ali	douar-ait-el-haj-ali	MA		0	Africa/Casablanca	33.5013	-4.79745				03	131		
11024776	Douar Ait Bel Mhidi	douar-ait-bel-mhidi	MA		0	Africa/Casablanca	33.50005	-4.78916				03	131		
11024780	Douar Ait Moha Ou Aqqa	douar-ait-moha-ou-aqqa	MA		0	Africa/Casablanca	33.59458	-4.82376				03	451		
11024789	Douar Taghda n-Stah	douar-taghda-n-stah	MA		0	Africa/Casablanca	33.74749	-4.56503				03	451		
11024790	Abada	abada	MA		0	Africa/Casablanca	33.74359	-4.6117				03	451		
11024795	Douar Ait Alla	douar-ait-alla	MA		0	Africa/Casablanca	33.7329	-4.56231				03	451		
11024796	Douar Oulad Ennejjar	douar-oulad-ennejjar	MA		0	Africa/Casablanca	33.74221	-4.55999				03	451		
11024799	Douar Ait Lmejji	douar-ait-lmejji	MA		0	Africa/Casablanca	33.72606	-4.55476				03	451		
11024801	Douar Tirezza	douar-tirezza	MA		0	Africa/Casablanca	33.73506	-4.52592				03	451		
11024804	Douar Ain Bahri	douar-ain-bahri	MA		0	Africa/Casablanca	33.72857	-4.50924				03	451		
11024809	Douar Ait Ali Ou Amer	douar-ait-ali-ou-amer	MA		0	Africa/Casablanca	33.72553	-4.54806				03	451		
11024828	Douar Ettehatha	douar-ettehatha	MA		0	Africa/Casablanca	33.70564	-4.50021				03	451		
11024833	Douar El Mers	douar-el-mers	MA		0	Africa/Casablanca	33.7034	-4.51774				03	451		
11024855	Issensa n-Ait Alla	issensa-n-ait-alla	MA		0	Africa/Casablanca	33.66886	-4.52942				03	451		
11024864	Douar Ait Chaib	douar-ait-chaib	MA		0	Africa/Casablanca	33.66895	-4.58812				03	451		
11024881	Douar Majer	douar-majer	MA		0	Africa/Casablanca	33.65249	-4.51427				03	451		
11024882	Douar Ait Alihem	douar-ait-alihem	MA		0	Africa/Casablanca	33.64936	-4.51528				03	451		
11024885	Douar Taffist	douar-taffist	MA		0	Africa/Casablanca	33.64641	-4.51624				03	451		
11024889	Douar Aftis Oughanim	douar-aftis-oughanim	MA		0	Africa/Casablanca	33.63321	-4.51772				03	451		
11024896	Douar Kasbat Bou Assis	douar-kasbat-bou-assis	MA		0	Africa/Casablanca	33.62366	-4.50894				03	451		
11024901	Douar Tiflouine	douar-tiflouine	MA		0	Africa/Casablanca	33.62327	-4.57223				03	131		
11024914	Douar Guebbassa	douar-guebbassa	MA		0	Africa/Casablanca	34.61983	-5.99768				04	481		
11024915	Douar Lebhayriya	douar-lebhayriya	MA		0	Africa/Casablanca	34.61649	-5.98259				04	481		
11024916	Douar Kariat Lhabbassa	douar-kariat-lhabbassa	MA		0	Africa/Casablanca	34.62225	-5.97899				04	481		
11024947	Douar Lemfabrayine	douar-lemfabrayine	MA		0	Africa/Casablanca	33.94808	-4.85891				03	231		
11024948	Douar Ben Abbou	douar-ben-abbou	MA		0	Africa/Casablanca	33.94627	-4.86774				03	451		
11024949	Douar Ighrem n-Ait Sekrane	douar-ighrem-n-ait-sekrane	MA		0	Africa/Casablanca	33.94007	-4.8604				03	451		
11024956	Douar Ait Said Sebbab	douar-ait-said-sebbab	MA		0	Africa/Casablanca	33.94673	-4.82905				03	451		
11024959	Douar Lebrans	douar-lebrans	MA		0	Africa/Casablanca	33.94519	-4.84429				03	451		
11024961	Douar Ait Lahsen Ou Assou	douar-ait-lahsen-ou-assou	MA		0	Africa/Casablanca	33.93212	-4.87233				03	451		
11024964	Douar Bou Ajoul	douar-bou-ajoul	MA		0	Africa/Casablanca	33.93119	-4.86081				03	451		
11024968	Coopérative Herdillet	cooperative-herdillet	MA		0	Africa/Casablanca	33.91675	-4.82907		Cooperative Herdillet,Coopérative Herdillet		03	451		
11024976	Coopérative Oued Eddihab	cooperative-oued-eddihab	MA		0	Africa/Casablanca	33.90341	-4.86641		Cooperative Oued Eddihab,Coopérative Oued Eddihab		03	451		
11024988	Douar Ain Ehgaga	douar-ain-ehgaga	MA		0	Africa/Casablanca	33.8986	-4.87066				03	451		
11025013	Dar Mohamed El Adlouni	dar-mohamed-el-adlouni	MA		0	Africa/Casablanca	33.87272	-4.82877				03	451		
11025021	Douar Leglat	douar-leglat	MA		0	Africa/Casablanca	33.87611	-4.80203				03	451		
11025027	Douar Imechelfene	douar-imechelfene	MA		0	Africa/Casablanca	33.8788	-4.74968				03	451		
11025031	Douar Lghorfat	douar-lghorfat	MA		0	Africa/Casablanca	33.88829	-4.7612				03	451		
11025033	Douar Ait Tanout	douar-ait-tanout	MA		0	Africa/Casablanca	33.90057	-4.75185				03	451		
11025037	Coopérative Oued Eddahab	cooperative-oued-eddahab	MA		0	Africa/Casablanca	33.91283	-4.8113		Cooperative Oued Eddahab,Coopérative Oued Eddahab		03	451		
11025038	Douar Ail Enakh	douar-ail-enakh	MA		0	Africa/Casablanca	33.91241	-4.79409				03	451		
11025044	Douar Ait Bou Haddeu	douar-ait-bou-haddeu	MA		0	Africa/Casablanca	33.90298	-4.78036				03	451		
11025055	Douar Ail Kayi	douar-ail-kayi	MA		0	Africa/Casablanca	33.93152	-4.75218				03	451		
11025056	Douar Ait Ghazi	douar-ait-ghazi	MA		0	Africa/Casablanca	33.93642	-4.78832				03	451		
11025057	Dar Driss Aarab	dar-driss-aarab	MA		0	Africa/Casablanca	33.94394	-4.80592				03	451		
11025061	Dar Ait Lfaqit	dar-ait-lfaqit	MA		0	Africa/Casablanca	33.94102	-4.79479				03	451		
11025068	Douar Ait Hemmi Leffaqa	douar-ait-hemmi-leffaqa	MA		0	Africa/Casablanca	33.95241	-4.76223				03	451		
11025070	Douar Ait Alma Ou Hsaine	douar-ait-alma-ou-hsaine	MA		0	Africa/Casablanca	33.94887	-4.80199				03	451		
11025091	Douar Ait Rahhou Ou El Haj	douar-ait-rahhou-ou-el-haj	MA		0	Africa/Casablanca	33.97553	-4.80508				03	451		
11025093	Oulad Addou	oulad-addou	MA		0	Africa/Casablanca	33.98095	-4.8012				03	451		
11025099	Douar Ait Deanou	douar-ait-deanou	MA		0	Africa/Casablanca	33.97226	-4.75628				03	451		
11025100	Douar Ait Arner	douar-ait-arner	MA		0	Africa/Casablanca	33.97585	-4.75667				03	451		
11025103	Ain El Ouali	ain-el-ouali	MA		0	Africa/Casablanca	33.98462	-4.77902				03	451		
11025107	Lebkakra	lebkakra	MA		0	Africa/Casablanca	33.98955	-4.78296				03	451		
11025121	Douar Laazib	douar-laazib	MA		0	Africa/Casablanca	33.99248	-5.36728				03	061		
11025124	Douar Lhofra	douar-lhofra	MA		0	Africa/Casablanca	33.9879	-5.36598				03	061		
11025125	Sidi Abdellah Ben Taazizt	sidi-abdellah-ben-taazizt	MA		0	Africa/Casablanca	33.98877	-5.36536				03	061		
11025145	Oulad Braz	oulad-braz	MA		0	Africa/Casablanca	33.99032	-5.28345				03	061		
11025149	Douar El Khrarib	douar-el-khrarib	MA		0	Africa/Casablanca	33.98859	-5.28338				03	061		
11025150	Oulad Slim	oulad-slim	MA		0	Africa/Casablanca	33.98508	-5.2842				03	061		
11025155	Douar Zouala	douar-zouala	MA		0	Africa/Casablanca	33.98779	-5.25295				03	061		
11025156	Leblalkha	leblalkha	MA		0	Africa/Casablanca	33.99108	-5.2554				03	061		
11025158	Douar Echebka	douar-echebka	MA		0	Africa/Casablanca	33.99756	-5.25567				03	061		
11025159	Douar Ben Chenna	douar-ben-chenna	MA		0	Africa/Casablanca	33.99328	-5.2538				03	061		
11025160	Lemhaya	lemhaya	MA		0	Africa/Casablanca	33.97716	-5.251				03	061		
11025161	Hay El Khiyam	hay-el-khiyam	MA		0	Africa/Casablanca	33.97593	-5.25735				03	061		
11025176	Douar Rzigat	douar-rzigat	MA		0	Africa/Casablanca	33.97772	-5.34819				03	061		
11025177	Madaniyat	madaniyat	MA		0	Africa/Casablanca	33.97849	-5.34579				03	061		
11025179	Oulad Amrane	oulad-amrane	MA		0	Africa/Casablanca	33.9768	-5.35141				03	061		
11025186	Douar Lemnassir	douar-lemnassir	MA		0	Africa/Casablanca	33.96709	-5.37065				03	061		
11025193	Oulad Bel Alia	oulad-bel-alia	MA		0	Africa/Casablanca	33.97	-5.29044				03	171		
11025196	Douar Baret	douar-baret	MA		0	Africa/Casablanca	33.95873	-5.27696				03	171		
11025197	Douar El Moussakine	douar-el-moussakine	MA		0	Africa/Casablanca	33.96798	-5.27111				03	061		
11025198	Mariya	mariya	MA		0	Africa/Casablanca	33.96545	-5.27237				03	061		
11025199	Coopérative Sidi Mbarek	cooperative-sidi-mbarek	MA		0	Africa/Casablanca	33.9663	-5.25163				03	171		
11025202	Dar El Haj Bou Maaiz	dar-el-haj-bou-maaiz	MA		0	Africa/Casablanca	33.95113	-5.30291				03	171		
11025206	Coopérative Sidi El Makhfi	cooperative-sidi-el-makhfi	MA		0	Africa/Casablanca	33.94571	-5.30647				03	171		
11025217	Douar Leqmiyzat	douar-leqmiyzat	MA		0	Africa/Casablanca	33.95547	-5.36869				03	061		
11025219	Douar Lebhililat	douar-lebhililat	MA		0	Africa/Casablanca	33.95779	-5.36578				03	061		
11025221	Douar Oulad Aissa	douar-oulad-aissa	MA		0	Africa/Casablanca	33.94933	-5.36792				03	061		
11025224	Oulad Moumene	oulad-moumene	MA		0	Africa/Casablanca	33.94012	-5.36882				03	061		
11025229	Douar Labyout	douar-labyout	MA		0	Africa/Casablanca	33.93655	-5.32785				03	061		
11025232	Ait Bou Oudi	ait-bou-oudi	MA		0	Africa/Casablanca	33.93537	-5.31209				03	171		
11025235	Dar El Haj Allal	dar-el-haj-allal	MA		0	Africa/Casablanca	33.93556	-5.28872				03	171		
11025239	Ait Amer	ait-amer	MA		0	Africa/Casablanca	33.92784	-5.28261				03	171		
11025240	Ait Othmane	ait-othmane	MA		0	Africa/Casablanca	33.92527	-5.29107				03	171		
11025241	Ait Malek	ait-malek	MA		0	Africa/Casablanca	33.91967	-5.28161				03	171		
11025242	Coopérative El Aziziya	cooperative-el-aziziya	MA		0	Africa/Casablanca	33.93726	-5.25711				03	171		
11025245	Coopérative El Fadila	cooperative-el-fadila	MA		0	Africa/Casablanca	33.91971	-5.26771				03	171		
11025249	Ait Ben Haddou	ait-ben-haddou	MA		0	Africa/Casablanca	33.9126	-5.28949				03	171		
11025250	Ait Bou Yaddour	ait-bou-yaddour	MA		0	Africa/Casablanca	33.91365	-5.28112				03	171		
11025252	Dar Bou Tazart	dar-bou-tazart	MA		0	Africa/Casablanca	33.92019	-5.29836				03	171		
11025255	Douar Sidi Mbarek	douar-sidi-mbarek	MA		0	Africa/Casablanca	33.92046	-5.32607				03	171		
11025256	Douar El Ghaba	douar-el-ghaba	MA		0	Africa/Casablanca	33.9274	-5.33341				03	171		
11025257	Douar Essehb	douar-essehb	MA		0	Africa/Casablanca	33.92346	-5.33987				03	171		
11025258	Douar Ebbokh	douar-ebbokh	MA		0	Africa/Casablanca	33.92605	-5.33717				03	171		
11025259	Ait Ghidane	ait-ghidane	MA		0	Africa/Casablanca	33.91578	-5.3545				03	171		
11025262	Douar Dandoune	douar-dandoune	MA		0	Africa/Casablanca	33.91764	-5.37177				03	171		
11025263	Douar Nzala	douar-nzala	MA		0	Africa/Casablanca	33.92183	-5.35838				03	171		
11025264	Oued Jdida	oued-jdida	MA		0	Africa/Casablanca	33.92557	-5.36643				03	061		
11025265	Ait Amer Ou Said	ait-amer-ou-said	MA		0	Africa/Casablanca	33.91053	-5.3598				03	171		
11025266	Sabaa Aiyoun	sabaa-aiyoun	MA		0	Africa/Casablanca	33.90331	-5.36868				03	171		
11025267	Douar Ait Idir	douar-ait-idir	MA		0	Africa/Casablanca	33.90837	-5.37189				03	171		
11025268	Hay Saada	hay-saada	MA		0	Africa/Casablanca	33.90296	-5.37144				03	171		
11025271	Hay Ait Mazouz	hay-ait-mazouz	MA		0	Africa/Casablanca	33.90307	-5.3562				03	171		
11025274	Dar Ettaliba	dar-ettaliba	MA		0	Africa/Casablanca	33.90054	-5.36935				03	171		
11025275	Hay Sidi Mohamed El Moujahid	hay-sidi-mohamed-el-moujahid	MA		0	Africa/Casablanca	33.89934	-5.36769				03	171		
11025276	Douar Gharbaoua	douar-gharbaoua	MA		0	Africa/Casablanca	33.91126	-5.31108				03	171		
11025278	Ait Abdessalam	ait-abdessalam	MA		0	Africa/Casablanca	33.90506	-5.2613				03	171		
11025279	Ait Oumeddah	ait-oumeddah	MA		0	Africa/Casablanca	33.90419	-5.25977				03	171		
11025280	Ait Hammou	ait-hammou	MA		0	Africa/Casablanca	33.90302	-5.25495				03	171		
11025281	Ait Mimenne	ait-mimenne	MA		0	Africa/Casablanca	33.90142	-5.25545				03	171		
11025282	Ait Smail	ait-smail	MA		0	Africa/Casablanca	33.9004	-5.26047				03	171		
11025283	Ait Oumghar	ait-oumghar	MA		0	Africa/Casablanca	33.89799	-5.25521				03	171		
11025285	Ait Omar Ben Ali	ait-omar-ben-ali	MA		0	Africa/Casablanca	33.90373	-5.27089				03	171		
11025286	Ait Mohand Ou Aziz	ait-mohand-ou-aziz	MA		0	Africa/Casablanca	33.90078	-5.27391				03	171		
11025287	Ait El Bouq	ait-el-bouq	MA		0	Africa/Casablanca	33.89735	-5.26757				03	171		
11025288	Ait Ben Alla	ait-ben-alla	MA		0	Africa/Casablanca	33.89959	-5.26536				03	171		
11025289	Ait Tirat	ait-tirat	MA		0	Africa/Casablanca	33.89727	-5.25935				03	171		
11025294	Dar Ris Said	dar-ris-said	MA		0	Africa/Casablanca	33.90787	-5.29558				03	171		
11025297	Douar Ain Hamra	douar-ain-hamra	MA		0	Africa/Casablanca	33.89959	-5.31652				03	171		
11025300	Douar Lahjer Lekehal	douar-lahjer-lekehal	MA		0	Africa/Casablanca	33.90102	-5.34247		Ait Hand,Douar Lahjer Lekehal		03	171		
11025302	Douar Ait Abdellah	douar-ait-abdellah	MA		0	Africa/Casablanca	33.89724	-5.3462				03	171		
11025304	Douar Ait Daoud	douar-ait-daoud	MA		0	Africa/Casablanca	33.89088	-5.37105				03	171		
11025310	Ait Ali ou Othmane	ait-ali-ou-othmane	MA		0	Africa/Casablanca	33.89041	-5.27099				03	171		
11025313	Ait Saghrouchene	ait-saghrouchene	MA		0	Africa/Casablanca	33.88737	-5.26571				03	171		
11025326	Douar Ait Habrich	douar-ait-habrich	MA		0	Africa/Casablanca	33.8764	-5.31791				03	171		
11025333	Ait Hassi Ou Ali	ait-hassi-ou-ali	MA		0	Africa/Casablanca	33.88064	-5.3442				03	171		
11025346	Ait Youssef	ait-youssef	MA		0	Africa/Casablanca	33.88244	-5.36063				03	171		
11025351	Domaine Experimentale de Ain Taoujdate	domaine-experimentale-de-ain-taoujdate	MA		0	Africa/Casablanca	33.93303	-5.27451				03	171		
11025355	Coopérative Sidi Mbarek	cooperative-sidi-mbarek	MA		0	Africa/Casablanca	33.95377	-5.25483				03	171		
11025363	Douar Ennouasser	douar-ennouasser	MA		0	Africa/Casablanca	34.24018	-5.10272				03	591		
11025369	Douar Lkhadrat	douar-lkhadrat	MA		0	Africa/Casablanca	34.24086	-5.06384				03	591		
11025372	Douar Lebzarat	douar-lebzarat	MA		0	Africa/Casablanca	34.23936	-5.03003				03	591		
11025373	Douar Oulad Mbarek	douar-oulad-mbarek	MA		0	Africa/Casablanca	34.24148	-5.02314				03	591		
11025374	Douar Hroudat	douar-hroudat	MA		0	Africa/Casablanca	34.23971	-5.0164				03	591		
11025376	Douar Hsasna	douar-hsasna	MA		0	Africa/Casablanca	34.24798	-5.00554				03	591		
11025381	Douar Jdoua	douar-jdoua	MA		0	Africa/Casablanca	34.23472	-5.03436				03	591		
11025383	Douar Echabriya	douar-echabriya	MA		0	Africa/Casablanca	34.22765	-5.04569				03	591		
11025386	Douar Maazza	douar-maazza	MA		0	Africa/Casablanca	34.22841	-5.10297				03	591		
11025387	Douar Rehamna	douar-rehamna	MA		0	Africa/Casablanca	34.23157	-5.10793				03	591		
11025388	Douar Lekrarda	douar-lekrarda	MA		0	Africa/Casablanca	34.22717	-5.11038				03	591		
11025391	Douar Sidi Abdellah Lkouch	douar-sidi-abdellah-lkouch	MA		0	Africa/Casablanca	34.23255	-5.11538				03	591		
11025393	Douar El Koudia	douar-el-koudia	MA		0	Africa/Casablanca	34.21427	-5.11413				03	591		
11025394	Douar Oulad Said	douar-oulad-said	MA		0	Africa/Casablanca	34.21632	-5.0918				03	591		
11025396	Douar Oulad El Hamdaoui	douar-oulad-el-hamdaoui	MA		0	Africa/Casablanca	34.22085	-5.0971				03	591		
11025400	Douar Oulad Mimoune	douar-oulad-mimoune	MA		0	Africa/Casablanca	34.21778	-5.07277				03	591		
11025401	Douar Lebjater	douar-lebjater	MA		0	Africa/Casablanca	34.22133	-5.06361				03	591		
11025403	Douar El Moussaouiyine	douar-el-moussaouiyine	MA		0	Africa/Casablanca	34.21778	-5.05295				03	591		
11025404	Douar Rahma Ejjabliya	douar-rahma-ejjabliya	MA		0	Africa/Casablanca	34.222	-5.0432				03	591		
11025406	Douar Mtalaa	douar-mtalaa	MA		0	Africa/Casablanca	34.21164	-5.037				03	591		
11025408	Douar Oulad Bou Amer	douar-oulad-bou-amer	MA		0	Africa/Casablanca	34.21388	-5.02552				03	591		
11025410	Douar Ain Ezzaouch	douar-ain-ezzaouch	MA		0	Africa/Casablanca	34.20763	-5.00454				03	591		
11025411	Douar Ahl Ouezzane	douar-ahl-ouezzane	MA		0	Africa/Casablanca	34.20595	-5.0096				03	591		
11025413	Douar Ben Ykhlef	douar-ben-ykhlef	MA		0	Africa/Casablanca	34.20777	-5.02381				03	591		
11025417	Sebt Oulad Jamae	sebt-oulad-jamae	MA		0	Africa/Casablanca	34.20584	-5.05209				03	591		
11025418	Douar Bouryougat	douar-bouryougat	MA		0	Africa/Casablanca	34.20847	-5.06593				03	591		
11025426	Douar Eddaabza	douar-eddaabza	MA		0	Africa/Casablanca	34.20052	-5.0831				03	591		
11025432	Douar Errouached	douar-errouached	MA		0	Africa/Casablanca	34.20144	-5.02522				03	591		
11025434	Douar Esseqalliyine	douar-esseqalliyine	MA		0	Africa/Casablanca	34.19631	-5.01614				03	591		
11025435	Douar Lkoudia	douar-lkoudia	MA		0	Africa/Casablanca	34.20115	-5.00724				03	591		
11025437	Douar Ain Moulay Thami	douar-ain-moulay-thami	MA		0	Africa/Casablanca	34.19494	-5.00533				03	591		
11025438	Dar Oulad Zait	dar-oulad-zait	MA		0	Africa/Casablanca	34.18646	-5.0075				03	591		
11025440	Douar Abidat	douar-abidat	MA		0	Africa/Casablanca	34.19042	-5.03001				03	591		
11025444	Douar Azib Ben Ittou	douar-azib-ben-ittou	MA		0	Africa/Casablanca	34.18506	-5.06204				03	591		
11025445	Douar Ezzghabech	douar-ezzghabech	MA		0	Africa/Casablanca	34.18275	-5.08015				03	591		
11025447	Dar Aboub	dar-aboub	MA		0	Africa/Casablanca	34.18888	-5.09347				03	591		
11025449	Douar Oulad Zizoune	douar-oulad-zizoune	MA		0	Africa/Casablanca	34.18043	-5.11072				03	591		
11025450	Dar Sidi Mbarek	dar-sidi-mbarek	MA		0	Africa/Casablanca	34.178	-5.09298				03	591		
11025455	Douar Bou Ramdanat	douar-bou-ramdanat	MA		0	Africa/Casablanca	34.17781	-5.07614				03	591		
11025456	Douar Oulad Allal	douar-oulad-allal	MA		0	Africa/Casablanca	34.17176	-5.07181				03	591		
11025457	Douar Lkoudia	douar-lkoudia	MA		0	Africa/Casablanca	34.17285	-5.06172				03	591		
11025460	Dar Lahlou	dar-lahlou	MA		0	Africa/Casablanca	34.16972	-5.04719				03	591		
11025461	Douar Gtaybat	douar-gtaybat	MA		0	Africa/Casablanca	34.16686	-5.04389				03	591		
11025464	Douar Ben Amer	douar-ben-amer	MA		0	Africa/Casablanca	34.17696	-5.02876				03	591		
11025465	Douar Ettenanha	douar-ettenanha	MA		0	Africa/Casablanca	34.16858	-5.02363				03	591		
11025467	Douar Oulad Driss	douar-oulad-driss	MA		0	Africa/Casablanca	34.17648	-5.01344				03	591		
11025468	Douar Sidi Ali Chouch	douar-sidi-ali-chouch	MA		0	Africa/Casablanca	34.16626	-5.01481				03	591		
11025470	Douar Essmiaa	douar-essmiaa	MA		0	Africa/Casablanca	34.17526	-5.00587				03	591		
11025473	Douar Aqbat Essefssaf	douar-aqbat-essefssaf	MA		0	Africa/Casablanca	34.15914	-4.99827				03	591		
11025474	Douar Oulad Ben Abdelkader	douar-oulad-ben-abdelkader	MA		0	Africa/Casablanca	34.16322	-5.00904				03	591		
11025476	Douar Ain Bou Ali	douar-ain-bou-ali	MA		0	Africa/Casablanca	34.16001	-5.02473				03	591		
11025480	Douar Lkarma	douar-lkarma	MA		0	Africa/Casablanca	34.16125	-5.06745				03	591		
11025483	Douar Laassakriya	douar-laassakriya	MA		0	Africa/Casablanca	34.15396	-5.0836				03	591		
11025486	Douar Oulad Ben Ittou	douar-oulad-ben-ittou	MA		0	Africa/Casablanca	34.15406	-5.12014				03	591		
11025490	Douar Oulad Ali	douar-oulad-ali	MA		0	Africa/Casablanca	34.14873	-5.03692				03	591		
11025491	Douar El Oayal	douar-el-oayal	MA		0	Africa/Casablanca	34.1469	-5.0222				03	591		
11025493	Douar Oulad Ben Lahsen	douar-oulad-ben-lahsen	MA		0	Africa/Casablanca	34.14765	-5.00971				03	591		
11025494	Douar Ain Lhayej	douar-ain-lhayej	MA		0	Africa/Casablanca	34.13653	-5.0228				03	591		
11025499	Douar Oulad Tayeb	douar-oulad-tayeb	MA		0	Africa/Casablanca	34.14264	-5.05526				03	591		
11025503	Douar Ben Drissat	douar-ben-drissat	MA		0	Africa/Casablanca	34.14119	-5.08233				03	591		
11025507	Douar Lagaida	douar-lagaida	MA		0	Africa/Casablanca	34.1408	-5.12289				03	591		
11025511	Douar Bouhramat	douar-bouhramat	MA		0	Africa/Casablanca	34.12528	-5.1127				03	591		
11025517	Douar Laffaguig	douar-laffaguig	MA		0	Africa/Casablanca	34.13023	-5.07648				03	591		
11025518	Douar Laazaybiya	douar-laazaybiya	MA		0	Africa/Casablanca	34.12483	-5.06569				03	591		
11025519	Douar Oulad Allal	douar-oulad-allal	MA		0	Africa/Casablanca	34.13033	-5.04979				03	591		
11025524	Douar Ain Tafraout	douar-ain-tafraout	MA		0	Africa/Casablanca	34.13067	-5.00838				03	591		
11025567	Dar El Bouchti Allal	dar-el-bouchti-allal	MA		0	Africa/Casablanca	34.60437	-5.91493				04	481		
11025570	Douar Dridika	douar-dridika	MA		0	Africa/Casablanca	34.60761	-5.92864				04	481		
11025572	Douar Oulad Yaich	douar-oulad-yaich	MA		0	Africa/Casablanca	34.60743	-5.96556				04	481		
11025574	Caidat Nouirat	caidat-nouirat	MA		0	Africa/Casablanca	34.59721	-5.96006				04	481		
11025577	Oulad Houach Mohamed	oulad-houach-mohamed	MA		0	Africa/Casablanca	34.59888	-5.88742				04	481		
11025582	Dar Oulad El Ballaj	dar-oulad-el-ballaj	MA		0	Africa/Casablanca	34.58872	-5.91521				04	481		
11025584	Douar Oulad El Ghoul	douar-oulad-el-ghoul	MA		0	Africa/Casablanca	34.58253	-5.93475				04	481		
11025587	Douar Oulad Mrah Loued	douar-oulad-mrah-loued	MA		0	Africa/Casablanca	34.57996	-5.9953				04	481		
11025588	Douar Lefraqcha	douar-lefraqcha	MA		0	Africa/Casablanca	34.57806	-5.98332				04	481		
11025589	Hay Chaoui	hay-chaoui	MA		0	Africa/Casablanca	34.58143	-5.95957				04	481		
11025591	Hay Baytat	hay-baytat	MA		0	Africa/Casablanca	34.58087	-5.95256				04	481		
11025593	Douar Zhayer	douar-zhayer	MA		0	Africa/Casablanca	34.57336	-5.93469				04	481		
11025595	Douar Nouirat Loued	douar-nouirat-loued	MA		0	Africa/Casablanca	34.57585	-5.91722				04	481		
11025596	Dar Oulad El Ghoul	dar-oulad-el-ghoul	MA		0	Africa/Casablanca	34.58012	-5.90626				04	481		
11025597	Dar Oulad El Houan	dar-oulad-el-houan	MA		0	Africa/Casablanca	34.57926	-5.88575				04	481		
11025599	Douar Nouirat Lhit	douar-nouirat-lhit	MA		0	Africa/Casablanca	34.56949	-5.90015				04	481		
11025604	Mghayene	mghayene	MA		0	Africa/Casablanca	34.5665	-5.97631				04	481		
11025608	Douar Azib Errakeb	douar-azib-errakeb	MA		0	Africa/Casablanca	34.56198	-5.95481				04	481		
11025611	Dar Sidi Mohamed Ould Jouilil	dar-sidi-mohamed-ould-jouilil	MA		0	Africa/Casablanca	34.56047	-5.89682				04	481		
11025613	Dar Touaylab Jilali	dar-touaylab-jilali	MA		0	Africa/Casablanca	34.55123	-5.87484				04	481		
11025614	Douar Zhayer Lebbata	douar-zhayer-lebbata	MA		0	Africa/Casablanca	34.55493	-5.88712				04	481		
11025617	Douar Oulad Menni	douar-oulad-menni	MA		0	Africa/Casablanca	34.55363	-5.90448				04	481		
11025618	Douar Oulad Hammou El Haj	douar-oulad-hammou-el-haj	MA		0	Africa/Casablanca	34.5469	-5.91437				04	481		
11025619	Domaine Mahfoud	domaine-mahfoud	MA		0	Africa/Casablanca	34.55238	-5.91875				04	481		
11025621	Douar Oulad Ryahi Qellala	douar-oulad-ryahi-qellala	MA		0	Africa/Casablanca	34.55399	-5.9336				04	481		
11025623	Douar Sahraoua	douar-sahraoua	MA		0	Africa/Casablanca	34.55132	-5.95078				04	481		
11025626	Douar Sdadna	douar-sdadna	MA		0	Africa/Casablanca	34.53934	-5.95987				04	481		
11025627	Douar Bouzidat	douar-bouzidat	MA		0	Africa/Casablanca	34.54066	-5.97955				04	481		
11025632	Douar Oulad Mansour	douar-oulad-mansour	MA		0	Africa/Casablanca	34.53045	-5.96197				04	481		
11025637	Douar Ben El Farchi	douar-ben-el-farchi	MA		0	Africa/Casablanca	34.52953	-5.92297				04	481		
11025638	Douar Oulad El Yaqout	douar-oulad-el-yaqout	MA		0	Africa/Casablanca	34.54208	-5.92003				04	481		
11025639	Douar Kiyyassa	douar-kiyyassa	MA		0	Africa/Casablanca	34.53966	-5.91149				04	481		
11025641	Douar Oulad Hammou	douar-oulad-hammou	MA		0	Africa/Casablanca	34.5372	-5.92645				04	481		
11025648	Dar Mohamed Ezzahri	dar-mohamed-ezzahri	MA		0	Africa/Casablanca	34.5147	-5.88882				04	481		
11025650	Domaine Bakir	domaine-bakir	MA		0	Africa/Casablanca	34.51758	-5.90894				04	481		
11025651	Douar Azib Essahraoui	douar-azib-essahraoui	MA		0	Africa/Casablanca	34.51793	-5.91722				04	481		
11025653	Douar Oulad Echalh	douar-oulad-echalh	MA		0	Africa/Casablanca	34.51201	-5.89852				04	481		
11025655	Douar Oulad Othmane	douar-oulad-othmane	MA		0	Africa/Casablanca	34.50603	-5.88232				04	481		
11025658	Douar Jatti	douar-jatti	MA		0	Africa/Casablanca	34.50359	-5.88214				04	481		
11025665	Douar Shaim	douar-shaim	MA		0	Africa/Casablanca	34.50946	-5.94688				04	481		
11025667	Douar Lemharig	douar-lemharig	MA		0	Africa/Casablanca	34.50462	-5.96041				04	481		
11025670	Dar Oulad Ben Chrifa	dar-oulad-ben-chrifa	MA		0	Africa/Casablanca	34.50826	-5.98701				04	481		
11025671	Dar Oulad El Hanafi	dar-oulad-el-hanafi	MA		0	Africa/Casablanca	34.50875	-5.98457				04	481		
11025674	Douar El Aydoudi	douar-el-aydoudi	MA		0	Africa/Casablanca	34.52032	-5.9741				04	481		
11025675	Coopérative Nouirat	cooperative-nouirat	MA		0	Africa/Casablanca	34.60264	-5.98096				04	481		
11025676	Coopérative El Adlaniya	cooperative-el-adlaniya	MA		0	Africa/Casablanca	34.53662	-5.98978				04	481		
11025680	Douar Oulad Ryahi Kacem Ben Lahsen	douar-oulad-ryahi-kacem-ben-lahsen	MA		0	Africa/Casablanca	34.54185	-5.93424				04	481		
11025691	Coopérative Sidi Moussa	cooperative-sidi-moussa	MA		0	Africa/Casablanca	34.50741	-5.91845				04	481		
11025692	Coopérative El Karam	cooperative-el-karam	MA		0	Africa/Casablanca	34.50368	-5.91639				04	481		
11025694	Douar Jatti	douar-jatti	MA		0	Africa/Casablanca	34.50094	-5.89189				04	481		
11025695	Domaine Chammar	domaine-chammar	MA		0	Africa/Casablanca	34.56327	-5.8821				04	481		
11025696	Coopérative El Ouafa	cooperative-el-ouafa	MA		0	Africa/Casablanca	34.57307	-5.88257				04	481		
11025708	Coopérative el Ahd	cooperative-el-ahd	MA		0	Africa/Casablanca	34.532	-5.89111		Cooperative el Ahd,Coopérative el Ahd		04	481		
11025714	Guebbas Rmel	guebbas-rmel	MA		0	Africa/Casablanca	34.62449	-5.98				04	481		
11025717	Douar Bni Saync	douar-bni-saync	MA		0	Africa/Casablanca	34.99449	-5.74402				01	331		
11025727	Douar Maizou	douar-maizou	MA		0	Africa/Casablanca	34.98521	-5.69658				01	331		
11025732	Douar El Hajriyine	douar-el-hajriyine	MA		0	Africa/Casablanca	34.74142	-5.85609				04	481		
11025733	Douar Echammaa	douar-echammaa	MA		0	Africa/Casablanca	34.73969	-5.84952				04	481		
11025734	Douar Oulad Briniyya	douar-oulad-briniyya	MA		0	Africa/Casablanca	34.73606	-5.85995				04	481		
11025745	Douar Bdaoua	douar-bdaoua	MA		0	Africa/Casablanca	34.74048	-5.81115				04	481		
11025747	Douar Gtamiya	douar-gtamiya	MA		0	Africa/Casablanca	34.73336	-5.80751				04	481		
11025749	Amouriyine	amouriyine	MA		0	Africa/Casablanca	34.74237	-5.80246				04	481		
11025755	Oulad Ahmed El Moumene	oulad-ahmed-el-moumene	MA		0	Africa/Casablanca	34.74013	-5.77571				01	405		
11025762	Oulad El Qadi	oulad-el-qadi	MA		0	Africa/Casablanca	34.74	-5.75714				01	405		
11025766	Douar Fratla	douar-fratla	MA		0	Africa/Casablanca	34.72295	-5.78425				04	481		
11025780	Douar El Haytem	douar-el-haytem	MA		0	Africa/Casablanca	34.72943	-5.85199				04	481		
11025784	Douar Zhir Bouchoufane	douar-zhir-bouchoufane	MA		0	Africa/Casablanca	34.71643	-5.87214				04	281		
11025786	Douar Ghyalsa	douar-ghyalsa	MA		0	Africa/Casablanca	34.71566	-5.86465				04	481		
11025796	Douar Oued Sania	douar-oued-sania	MA		0	Africa/Casablanca	34.71108	-5.81454				04	481		
11025808	Douar Loulja Lfouqia	douar-loulja-lfouqia	MA		0	Africa/Casablanca	34.71117	-5.75249				04	481		
11025814	Douar Talyane	douar-talyane	MA		0	Africa/Casablanca	34.69593	-5.76785				04	481		
11025825	Douar Legnabra	douar-legnabra	MA		0	Africa/Casablanca	34.70173	-5.82907				04	481		
11025831	Douar Oulad Jmil	douar-oulad-jmil	MA		0	Africa/Casablanca	34.6983	-5.86274				04	481		
11025836	Douar Jaaouna Hamri	douar-jaaouna-hamri	MA		0	Africa/Casablanca	34.69041	-5.84205				04	481		
11025838	Sidi Ahmed Ben Aissa	sidi-ahmed-ben-aissa	MA		0	Africa/Casablanca	34.69013	-5.82933				04	481		
11025840	Douar Jaaouna Roua	douar-jaaouna-roua	MA		0	Africa/Casablanca	34.68515	-5.81731				04	481		
11025852	Douar El Haytem	douar-el-haytem	MA		0	Africa/Casablanca	34.69266	-5.75504				04	481		
11025865	Douar Houaoucha	douar-houaoucha	MA		0	Africa/Casablanca	34.67994	-5.80727				04	481		
11025875	Douar Douifat	douar-douifat	MA		0	Africa/Casablanca	34.67082	-5.86158				04	481		
11025881	Douar Oulad Bezzaz	douar-oulad-bezzaz	MA		0	Africa/Casablanca	34.65559	-5.85793				04	481		
11025887	Douar Taouassa	douar-taouassa	MA		0	Africa/Casablanca	34.65038	-5.84227				04	481		
11025904	Douar Triaat	douar-triaat	MA		0	Africa/Casablanca	34.64765	-5.79744				04	481		
11025906	Dar Ftich	dar-ftich	MA		0	Africa/Casablanca	34.65299	-5.83465				04	481		
11025907	Moulay Abdessalam	moulay-abdessalam	MA		0	Africa/Casablanca	34.651	-5.84422				04	481		
11025908	Ain El Kebir	ain-el-kebir	MA		0	Africa/Casablanca	34.64948	-5.86179				04	281		
11025921	Douar Oudiyat	douar-oudiyat	MA		0	Africa/Casablanca	34.64671	-5.78583				04	481		
11025928	Douar Masdoura	douar-masdoura	MA		0	Africa/Casablanca	34.64219	-5.76772				04	481		
11025942	Douar Gzouliyine	douar-gzouliyine	MA		0	Africa/Casablanca	34.6289	-5.82622				04	481		
11025947	Douar Qfalja	douar-qfalja	MA		0	Africa/Casablanca	34.62985	-5.85184				04	281		
11025954	Douar Aricha	douar-aricha	MA		0	Africa/Casablanca	34.63278	-5.87404				04	281		
11025970	Moulay Abdelkader	moulay-abdelkader	MA		0	Africa/Casablanca	34.63208	-5.7553		Moulay Abdelkader		04	481		
11025972	Douar Jaaouna Hairour	douar-jaaouna-hairour	MA		0	Africa/Casablanca	34.70738	-5.83896				04	481		
11025975	Douar Laayafia	douar-laayafia	MA		0	Africa/Casablanca	34.63312	-5.86712				04	281		
11026008	Laamirat	laamirat	MA		0	Africa/Casablanca	34.6165	-5.55562				04	481		
11026015	Douar Jdid	douar-jdid	MA		0	Africa/Casablanca	34.61124	-5.52967				04	481		
11026048	Ain Dfali	ain-dfali	MA		0	Africa/Casablanca	34.59869	-5.54638		Ain Dfali		04	481		
11026050	Oulad El Kheuah	oulad-el-kheuah	MA		0	Africa/Casablanca	34.60327	-5.57008				04	481		
11026066	Coopérative El Massira	cooperative-el-massira	MA		0	Africa/Casablanca	34.60078	-5.5394				04	481		
11026073	Oulad El Caid	oulad-el-caid	MA		0	Africa/Casablanca	34.59403	-5.50267				04	481		
11026096	Oulad Arroub	oulad-arroub	MA		0	Africa/Casablanca	34.57758	-5.51673				04	481		
11026098	Ain El Kehir	ain-el-kehir	MA		0	Africa/Casablanca	34.5738	-5.50911				04	481		
11026102	Lehjafna Bougdour	lehjafna-bougdour	MA		0	Africa/Casablanca	34.56582	-5.52872				04	481		
11026103	Kariet El Ouali	kariet-el-ouali	MA		0	Africa/Casablanca	34.57052	-5.54237				04	481		
11026152	Zaanoune	zaanoune	MA		0	Africa/Casablanca	34.51622	-5.55194				04	481		
11026197	Bou Haja	bou-haja	MA		0	Africa/Casablanca	34.55884	-5.56897				04	481		
11026208	Reggadi	reggadi	MA		0	Africa/Casablanca	34.60923	-5.51785				04	481		
11026209	Ain Legtane	ain-legtane	MA		0	Africa/Casablanca	34.58162	-5.6158				04	481		
11026211	Laaoula	laaoula	MA		0	Africa/Casablanca	34.62314	-5.54978				04	481		
11026228	Douar Lmanjra	douar-lmanjra	MA		0	Africa/Casablanca	34.99108	-5.69776				01	331		
11026238	Leghrous	leghrous	MA		0	Africa/Casablanca	34.97742	-5.62911				01	405		
11026294	Douar Aioun Slama	douar-aioun-slama	MA		0	Africa/Casablanca	34.97257	-5.63412				01	405		
11026298	Douar Coutour	douar-coutour	MA		0	Africa/Casablanca	34.95767	-5.6308				01	405		
11026354	Douar Essaqifa	douar-essaqifa	MA		0	Africa/Casablanca	34.95539	-5.63124				01	405		
11026429	Douar Lbaajine Lfouqiya	douar-lbaajine-lfouqiya	MA		0	Africa/Casablanca	34.90234	-5.62419				01	405		
11026508	Errouayed	errouayed	MA		0	Africa/Casablanca	34.88903	-5.72499				01	405		
11041381	Douar Oulad Jarran	douar-oulad-jarran	MA		0	Africa/Casablanca	34.56492	-5.39767				01	405		
11041390	Douar Maadel	douar-maadel	MA		0	Africa/Casablanca	34.61707	-5.44052				04	481		
11041392	Douar Lekhmamra	douar-lekhmamra	MA		0	Africa/Casablanca	34.51744	-5.44593				04	481		
11041393	Douar Erremel	douar-erremel	MA		0	Africa/Casablanca	34.51624	-5.38415				04	481		
11041395	Douar Lamrabih	douar-lamrabih	MA		0	Africa/Casablanca	34.50553	-5.45891				04	481		
11041404	Douar Oulad Boukir	douar-oulad-boukir	MA		0	Africa/Casablanca	34.57663	-5.45423				04	481		
11041408	Douar Douales	douar-douales	MA		0	Africa/Casablanca	34.55214	-5.46934				04	481		
11041409	Raouila	raouila	MA		0	Africa/Casablanca	34.54966	-5.46328				04	481		
11041442	Douar Oulad Bouchriba	douar-oulad-bouchriba	MA		0	Africa/Casablanca	34.57541	-5.48808				04	481		
11041446	Douar Lemlamer	douar-lemlamer	MA		0	Africa/Casablanca	34.57556	-5.49444				04	481		
11041508	Douar Eddhari	douar-eddhari	MA		0	Africa/Casablanca	34.62194	-5.37439				01	405		
11041519	Douar Lemja	douar-lemja	MA		0	Africa/Casablanca	34.60912	-5.42555				04	481		
11041543	Douar Sidi Essoufi	douar-sidi-essoufi	MA		0	Africa/Casablanca	34.57061	-5.38278				01	405		
11041547	Douar Oulad Hammou Ali	douar-oulad-hammou-ali	MA		0	Africa/Casablanca	34.57289	-5.4507				04	481		
11041549	Douar Ouahouah	douar-ouahouah	MA		0	Africa/Casablanca	34.52685	-5.38969				01	405		
11041553	Douar Lmarhta	douar-lmarhta	MA		0	Africa/Casablanca	34.50585	-5.47889				04	481		
11041605	Douar Boumiya	douar-boumiya	MA		0	Africa/Casablanca	34.5305	-5.45907				04	481		
11041612	Dar Lakhdor	dar-lakhdor	MA		0	Africa/Casablanca	34.51715	-5.45644				04	481		
11041635	Ben Chouqar	ben-chouqar	MA		0	Africa/Casablanca	34.50445	-5.45955				04	481		
11041640	Douar Bni Zrara	douar-bni-zrara	MA		0	Africa/Casablanca	34.50322	-5.48006				04	481		
11041663	Douar Oulad Lejir	douar-oulad-lejir	MA		0	Africa/Casablanca	34.54144	-5.43686				04	481		
11041664	Douar Zaourat Lalla Zahra	douar-zaourat-lalla-zahra	MA		0	Africa/Casablanca	34.59409	-5.38744				01	405		
11041665	Douar Mhajjar	douar-mhajjar	MA		0	Africa/Casablanca	34.62107	-5.39739				01	405		
11041667	Douar Oulad El Gharbi Laaroussiyine	douar-oulad-el-gharbi-laaroussiyine	MA		0	Africa/Casablanca	34.51768	-5.40004				04	481		
11041668	Douar Lhaytiya	douar-lhaytiya	MA		0	Africa/Casablanca	34.50125	-5.40701				04	481		
11041669	Douar Laaouaoucha	douar-laaouaoucha	MA		0	Africa/Casablanca	34.501	-5.42484				04	481		
11041671	Douar Lemoualda	douar-lemoualda	MA		0	Africa/Casablanca	34.59496	-5.41777				04	481		
11041676	Douar Adrou	douar-adrou	MA		0	Africa/Casablanca	34.61644	-5.23644				01	405		
11041678	Oulad Bni Yaaruub	oulad-bni-yaaruub	MA		0	Africa/Casablanca	34.61416	-5.23399				01	405		
11041680	Douar Hbayene	douar-hbayene	MA		0	Africa/Casablanca	34.61923	-5.21545				01	405		
11041687	Douar Rmel Echmmach	douar-rmel-echmmach	MA		0	Africa/Casablanca	34.61136	-5.20668				01	405		
11041691	Douar Tamzimalet	douar-tamzimalet	MA		0	Africa/Casablanca	34.61183	-5.19934				01	405		
11041695	Douar Rmel Lhamnaouat	douar-rmel-lhamnaouat	MA		0	Africa/Casablanca	34.60472	-5.21376				01	405		
11041706	Douar Mghassel	douar-mghassel	MA		0	Africa/Casablanca	34.58553	-5.23275				01	405		
11041712	Douar Touissa	douar-touissa	MA		0	Africa/Casablanca	34.58491	-5.21337				01	405		
11041713	Douar Ghouiba	douar-ghouiba	MA		0	Africa/Casablanca	34.58527	-5.2014				01	405		
11041716	Douar Lqasmiyine	douar-lqasmiyine	MA		0	Africa/Casablanca	34.57345	-5.16047				03	531		
11041718	Douar El Koudia	douar-el-koudia	MA		0	Africa/Casablanca	34.5778	-5.17682				03	531		
11041725	Douar Touijnat	douar-touijnat	MA		0	Africa/Casablanca	34.55933	-5.14826				03	531		
11041727	Douar Bni Mdou	douar-bni-mdou	MA		0	Africa/Casablanca	34.56363	-5.16104				03	531		
11041730	Douar Dokkara	douar-dokkara	MA		0	Africa/Casablanca	34.57145	-5.17134				03	531		
11041734	Douar Cheikh	douar-cheikh	MA		0	Africa/Casablanca	34.5752	-5.18058				03	531		
11041755	Douar Daaliya	douar-daaliya	MA		0	Africa/Casablanca	34.55253	-5.23112				03	531		
11041759	Douar Dhari	douar-dhari	MA		0	Africa/Casablanca	34.5631	-5.18973				03	531		
11041760	Douar Oulad Hamidou	douar-oulad-hamidou	MA		0	Africa/Casablanca	34.55848	-5.19584				03	531		
11041763	Douar Lemsalla	douar-lemsalla	MA		0	Africa/Casablanca	34.55168	-5.13549				03	531		
11041770	Douar Hjira	douar-hjira	MA		0	Africa/Casablanca	34.54797	-5.1864				03	531		
11041778	Douar Marjana	douar-marjana	MA		0	Africa/Casablanca	34.53865	-5.2483				03	531		
11041781	Douar Skouriyine	douar-skouriyine	MA		0	Africa/Casablanca	34.53886	-5.21288				03	531		
11041790	Douar Dardaka	douar-dardaka	MA		0	Africa/Casablanca	34.54235	-5.1618				03	531		
11041793	Douar Kharbouch	douar-kharbouch	MA		0	Africa/Casablanca	34.54261	-5.14189				03	531		
11041798	Douar Dehayer	douar-dehayer	MA		0	Africa/Casablanca	34.53772	-5.12871				03	531		
11041804	Douar Ain Lihamdi	douar-ain-lihamdi	MA		0	Africa/Casablanca	34.53301	-5.1463				03	531		
11041808	Douar Bou Telet	douar-bou-telet	MA		0	Africa/Casablanca	34.52308	-5.13706				03	531		
11041809	Douar Ain Slougui	douar-ain-slougui	MA		0	Africa/Casablanca	34.52558	-5.16603				03	531		
11041816	Douar Amassine	douar-amassine	MA		0	Africa/Casablanca	34.52423	-5.1988				03	531		
11041822	Douar Oulad Ezzariaa	douar-oulad-ezzariaa	MA		0	Africa/Casablanca	34.51806	-5.21101				03	531		
11041823	Douar Ain Dokkara	douar-ain-dokkara	MA		0	Africa/Casablanca	34.51449	-5.21331				03	531		
11041827	Douar Ain Sahnj	douar-ain-sahnj	MA		0	Africa/Casablanca	34.51802	-5.22992				03	531		
11041831	Douar Nhayer	douar-nhayer	MA		0	Africa/Casablanca	34.53648	-5.228				03	531		
11041837	Douar Hjar Aqab	douar-hjar-aqab	MA		0	Africa/Casablanca	34.51486	-5.17601				03	531		
11041841	Douar Dhar Mazou	douar-dhar-mazou	MA		0	Africa/Casablanca	34.51373	-5.13183				03	531		
11041845	Douar Bou Khrit	douar-bou-khrit	MA		0	Africa/Casablanca	34.51371	-5.14198				03	531		
11041851	Douar Amergou	douar-amergou	MA		0	Africa/Casablanca	34.50089	-5.12805				03	531		
11041853	Douar Lkharroub	douar-lkharroub	MA		0	Africa/Casablanca	34.50301	-5.15972				03	531		
11041856	Douar Chrita	douar-chrita	MA		0	Africa/Casablanca	34.50096	-5.16994				03	531		
11041872	Douar Sidi Azzouz	douar-sidi-azzouz	MA		0	Africa/Casablanca	34.51229	-5.22685				03	531		
11041900	Digue	digue	MA		0	Africa/Casablanca	34.5994	-5.20689				01	405		
11041915	Oulad Mohamed Lmoudden	oulad-mohamed-lmoudden	MA		0	Africa/Casablanca	34.61951	-5.12079				03	531		
11041917	Onsar Lqob	onsar-lqob	MA		0	Africa/Casablanca	34.61958	-5.11313				03	531		
11041918	Dar Abdessalam Lahouassi	dar-abdessalam-lahouassi	MA		0	Africa/Casablanca	34.62451	-5.11677				03	531		
11041919	Amjouda	amjouda	MA		0	Africa/Casablanca	34.61893	-5.10956				03	531		
11041920	Dar Ahmed Chlilaq	dar-ahmed-chlilaq	MA		0	Africa/Casablanca	34.61701	-5.10797				03	531		
11041929	Oulad Abdelfaziz El Baqqali	oulad-abdelfaziz-el-baqqali	MA		0	Africa/Casablanca	34.61595	-5.07677				03	531		
11041931	Zemmoura	zemmoura	MA		0	Africa/Casablanca	34.61107	-5.07382				03	531		
11041934	Oulad Lqalaiya	oulad-lqalaiya	MA		0	Africa/Casablanca	34.61014	-5.05463				03	531		
11041935	Loufana	loufana	MA		0	Africa/Casablanca	34.60841	-5.06478				03	531		
11041936	Oulad Sidi Abdellah	oulad-sidi-abdellah	MA		0	Africa/Casablanca	34.60813	-5.05255				03	531		
11041941	Dar Rmik El Oulia	dar-rmik-el-oulia	MA		0	Africa/Casablanca	34.62225	-5.0302				03	531		
11041952	Lmizab	lmizab	MA		0	Africa/Casablanca	34.59864	-5.00916				03	531		
11041955	Dar Ayyadech	dar-ayyadech	MA		0	Africa/Casablanca	34.60566	-5.00929				03	531		
11041956	Kalaat Zghimer	kalaat-zghimer	MA		0	Africa/Casablanca	34.60658	-5.06779				03	531		
11041961	Bni Ainma	bni-ainma	MA		0	Africa/Casablanca	34.60648	-5.07776				03	531		
11041967	Kissane Essouth	kissane-essouth	MA		0	Africa/Casablanca	34.59885	-5.09609				03	531		
11041987	Lbalha	lbalha	MA		0	Africa/Casablanca	34.58727	-5.06398				03	531		
11041988	Hajjiyine	hajjiyine	MA		0	Africa/Casablanca	34.58693	-5.05804				03	531		
11041990	Lqallahne	lqallahne	MA		0	Africa/Casablanca	34.58377	-5.05326				03	531		
11041991	Ain Assa	ain-assa	MA		0	Africa/Casablanca	34.5855	-5.04854				03	531		
11041999	Laanouniyine	laanouniyine	MA		0	Africa/Casablanca	34.5911	-5.02665				03	531		
11042004	Oulad Zagddan	oulad-zagddan	MA		0	Africa/Casablanca	34.58961	-5.00192				03	531		
11042010	Lmouniyya	lmouniyya	MA		0	Africa/Casablanca	34.57907	-5.02444				03	531		
11042015	Laazaf	laazaf	MA		0	Africa/Casablanca	34.57513	-5.05186				03	531		
11042028	Mechchata	mechchata	MA		0	Africa/Casablanca	34.56893	-5.02474				03	531		
11042032	Laazayal	laazayal	MA		0	Africa/Casablanca	34.56381	-5.00543				03	531		
11042033	Lamzader	lamzader	MA		0	Africa/Casablanca	34.56172	-5.00384				03	531		
11042034	Oulad El Khadir	oulad-el-khadir	MA		0	Africa/Casablanca	34.56085	-5.01358				03	531		
11042036	Karbab	karbab	MA		0	Africa/Casablanca	34.55415	-5.00873				03	531		
11042045	Oulad Tarraf	oulad-tarraf	MA		0	Africa/Casablanca	34.56564	-5.01416				03	531		
11042062	Tarsali	tarsali	MA		0	Africa/Casablanca	34.5182	-5.02545				03	531		
11042065	Oulad Lfechtali	oulad-lfechtali	MA		0	Africa/Casablanca	34.52057	-5.04107				03	531		
11042066	Oulad Mjayaite	oulad-mjayaite	MA		0	Africa/Casablanca	34.52499	-5.04731				03	531		
11042069	Azour Laadoua	azour-laadoua	MA		0	Africa/Casablanca	34.52453	-5.06501				03	531		
11042084	Sdari	sdari	MA		0	Africa/Casablanca	34.52009	-5.1084				03	531		
11042090	Douahir	douahir	MA		0	Africa/Casablanca	34.52018	-5.12256				03	531		
11042091	Zairadine	zairadine	MA		0	Africa/Casablanca	34.51685	-5.12181				03	531		
11042092	Dhar Lbir	dhar-lbir	MA		0	Africa/Casablanca	34.51541	-5.12171				03	531		
11042097	Lekdaoui	lekdaoui	MA		0	Africa/Casablanca	34.50887	-5.11216				03	531		
11042098	Dar Ahmed Lkharoubi	dar-ahmed-lkharoubi	MA		0	Africa/Casablanca	34.51113	-5.09958				03	531		
11042101	Ghroul	ghroul	MA		0	Africa/Casablanca	34.50704	-5.104				03	531		
11042120	Ain Lihoudi	ain-lihoudi	MA		0	Africa/Casablanca	34.50606	-5.0118				03	531		
11042127	Dar Azzouz Lahraychi	dar-azzouz-lahraychi	MA		0	Africa/Casablanca	34.49946	-5.00342				03	531		
11042130	Jnanate	jnanate	MA		0	Africa/Casablanca	34.51598	-5.04098				03	531		
11042133	Lamyzz	lamyzz	MA		0	Africa/Casablanca	34.61605	-5.00485				03	531		
11042134	Oulad Ben Talha	oulad-ben-talha	MA		0	Africa/Casablanca	34.55377	-5.12409				03	531		
11042147	Leghmari	leghmari	MA		0	Africa/Casablanca	34.50666	-5.10944				03	531		
11042151	Dar Abdelkaziz	dar-abdelkaziz	MA		0	Africa/Casablanca	34.61892	-5.06579				03	531		
11042152	Dar Mohamed Azzabi	dar-mohamed-azzabi	MA		0	Africa/Casablanca	34.60885	-5.01882				03	531		
11042156	Douar Touaher	douar-touaher	MA		0	Africa/Casablanca	34.51985	-5.12341				03	531		
11042157	Douar Darnidiyine	douar-darnidiyine	MA		0	Africa/Casablanca	34.51709	-5.12301				03	531		
11042159	Douar Rzina	douar-rzina	MA		0	Africa/Casablanca	34.11884	-4.74741				03	531		
11042163	Oulad Chouika	oulad-chouika	MA		0	Africa/Casablanca	34.11964	-4.72405				03	531		
11042166	Mellah Lghoula	mellah-lghoula	MA		0	Africa/Casablanca	34.11481	-4.72338				03	531		
11042172	Douar Oulad Ben Aicha	douar-oulad-ben-aicha	MA		0	Africa/Casablanca	34.11123	-4.6789				03	531		
11042176	Douar Oulad Mahmoud	douar-oulad-mahmoud	MA		0	Africa/Casablanca	34.11964	-4.6276				03	531		
11042191	Douar Alaouiyine	douar-alaouiyine	MA		0	Africa/Casablanca	34.09903	-4.69186				03	531		
11042195	Douar Rkinat	douar-rkinat	MA		0	Africa/Casablanca	34.09298	-4.69776				03	531		
11042196	Douar Oulad Chelha	douar-oulad-chelha	MA		0	Africa/Casablanca	34.10519	-4.71267				03	531		
11042200	Douar Oulad Qaddour	douar-oulad-qaddour	MA		0	Africa/Casablanca	34.10631	-4.72046				03	531		
11042201	Sidi Abdellah	sidi-abdellah	MA		0	Africa/Casablanca	34.09695	-4.71907				03	531		
11042203	Douar Chaachaa	douar-chaachaa	MA		0	Africa/Casablanca	34.11141	-4.72469				03	531		
11042213	Douar Jirat	douar-jirat	MA		0	Africa/Casablanca	34.09213	-4.69141				03	531		
11042220	Lgaada	lgaada	MA		0	Africa/Casablanca	34.09117	-4.65576				03	531		
11042223	Douar Slatna	douar-slatna	MA		0	Africa/Casablanca	34.08378	-4.64517				03	531		
11042239	Douar Laazib	douar-laazib	MA		0	Africa/Casablanca	34.0648	-4.71499				03	531		
11042245	Douar Gaaydaya	douar-gaaydaya	MA		0	Africa/Casablanca	34.08375	-4.73826				03	531		
11042279	Lallasti	lallasti	MA		0	Africa/Casablanca	34.05273	-4.71847				03	451		
11042280	Douar Rouziyine	douar-rouziyine	MA		0	Africa/Casablanca	34.05436	-4.71789				03	451		
11042290	Douar Kam Bouzouf	douar-kam-bouzouf	MA		0	Africa/Casablanca	34.04224	-4.71723				03	451		
11042291	Douar Ait Laghen	douar-ait-laghen	MA		0	Africa/Casablanca	34.0369	-4.71617				03	451		
11042306	Douar Lekouifat	douar-lekouifat	MA		0	Africa/Casablanca	34.0435	-4.63294				03	531		
11042316	Douar Ait Ben Ikou	douar-ait-ben-ikou	MA		0	Africa/Casablanca	34.03194	-4.67536				03	451		
11042319	Douar Ait Mansour	douar-ait-mansour	MA		0	Africa/Casablanca	34.02805	-4.67854				03	451		
11042320	Douar Ait Boubker	douar-ait-boubker	MA		0	Africa/Casablanca	34.03151	-4.68785				03	451		
11042321	Douar Glala	douar-glala	MA		0	Africa/Casablanca	34.03434	-4.68165				03	451		
11042325	Douar Ait Lahcen	douar-ait-lahcen	MA		0	Africa/Casablanca	34.0313	-4.71656				03	451		
11042327	Douar Ait Nasser	douar-ait-nasser	MA		0	Africa/Casablanca	34.02058	-4.74435				03	451		
11042328	Douar Ait Bouazza	douar-ait-bouazza	MA		0	Africa/Casablanca	34.01476	-4.7437				03	451		
11042330	Douar Ait Ghaneb	douar-ait-ghaneb	MA		0	Africa/Casablanca	34.02287	-4.72051				03	451		
11042332	Douar Ait Mhamed	douar-ait-mhamed	MA		0	Africa/Casablanca	34.01748	-4.71388				03	451		
11042340	Douar Ait Youssef	douar-ait-youssef	MA		0	Africa/Casablanca	34.02323	-4.68295				03	451		
11042347	Douar Ait Aqqa	douar-ait-aqqa	MA		0	Africa/Casablanca	34.02011	-4.65862				03	451		
11042349	Douar Ait Hmad	douar-ait-hmad	MA		0	Africa/Casablanca	34.02632	-4.64367				03	451		
11042352	Douar Ait Rahal	douar-ait-rahal	MA		0	Africa/Casablanca	34.02276	-4.63339				03	451		
11042356	Coopérative Moutaouakila	cooperative-moutaouakila	MA		0	Africa/Casablanca	34.00724	-4.6284				03	451		
11042361	Ras Tabouda	ras-tabouda	MA		0	Africa/Casablanca	34.00525	-4.71306				03	451		
11042364	Douar Ait Hamza	douar-ait-hamza	MA		0	Africa/Casablanca	34.00087	-4.73722				03	451		
11042366	Coopérative Marbouha	cooperative-marbouha	MA		0	Africa/Casablanca	33.99838	-4.69776				03	451		
11042367	Ferme Lazraq	ferme-lazraq	MA		0	Africa/Casablanca	34.00048	-4.71553				03	451		
11042374	Douar Ait Ameur	douar-ait-ameur	MA		0	Africa/Casablanca	34.00098	-4.64794				03	451		
11042420	Douar Ait Amer Ou Chaou	douar-ait-amer-ou-chaou	MA		0	Africa/Casablanca	34.01636	-4.74995				03	451		
11042421	Coopérative Sahel Kou Tahar	cooperative-sahel-kou-tahar	MA		0	Africa/Casablanca	34.49566	-4.82587				03	531		
11042427	Douar Ain Naaja	douar-ain-naaja	MA		0	Africa/Casablanca	34.49028	-4.87007				03	531		
11042440	Douar Gharbia	douar-gharbia	MA		0	Africa/Casablanca	34.47942	-4.82999				03	531		
11042441	Oulad Ben Amirouch	oulad-ben-amirouch	MA		0	Africa/Casablanca	34.47273	-4.83315				03	531		
11042455	Douar Lehri	douar-lehri	MA		0	Africa/Casablanca	34.44374	-4.86973				03	531		
11042459	Dchar Laafya	dchar-laafya	MA		0	Africa/Casablanca	34.43963	-4.85475				03	531		
11042464	Douar Lkherba	douar-lkherba	MA		0	Africa/Casablanca	34.44443	-4.83939				03	531		
11042466	Douar Sidi Said	douar-sidi-said	MA		0	Africa/Casablanca	34.4493	-4.83296				03	531		
11042473	Douar Frarcch	douar-frarcch	MA		0	Africa/Casablanca	34.44866	-4.8174				03	531		
11042475	Douar Znaga	douar-znaga	MA		0	Africa/Casablanca	34.43639	-4.80954				03	531		
11042479	Douar Lgaada	douar-lgaada	MA		0	Africa/Casablanca	34.43379	-4.82737				03	531		
11042486	Douar Laaoulat	douar-laaoulat	MA		0	Africa/Casablanca	34.41128	-4.8169				03	531		
11042491	Douar Laazzaba	douar-laazzaba	MA		0	Africa/Casablanca	34.41351	-4.85746				03	531		
11042496	Douar Dar Ben Amer	douar-dar-ben-amer	MA		0	Africa/Casablanca	34.43029	-4.86712				03	531		
11042500	Oulad El Arbi	oulad-el-arbi	MA		0	Africa/Casablanca	34.40738	-4.85388				03	531		
11042502	Oulad Saleh	oulad-saleh	MA		0	Africa/Casablanca	34.40053	-4.85525				03	531		
11042505	Douar Emmih Chaqour	douar-emmih-chaqour	MA		0	Africa/Casablanca	34.39193	-4.84458				03	531		
11042506	Oulad Brahim	oulad-brahim	MA		0	Africa/Casablanca	34.39515	-4.84935				03	531		
11042508	Douar Sidi Khlifa	douar-sidi-khlifa	MA		0	Africa/Casablanca	34.37923	-4.84609				03	531		
11042509	Douar Jyahna Ain Felah	douar-jyahna-ain-felah	MA		0	Africa/Casablanca	34.3855	-4.85791				03	531		
11042510	Douar Farrichu	douar-farrichu	MA		0	Africa/Casablanca	34.38623	-4.86692				03	531		
11042512	Douar Khandeq Baha	douar-khandeq-baha	MA		0	Africa/Casablanca	34.38252	-4.826				03	531		
11042514	Jlilbat	jlilbat	MA		0	Africa/Casablanca	34.39584	-4.81476				03	531		
11042517	Douar Zekrita	douar-zekrita	MA		0	Africa/Casablanca	34.40145	-4.80999				03	531		
11042521	Douar Smissil	douar-smissil	MA		0	Africa/Casablanca	34.40634	-4.81633				03	531		
11042524	Douar Oulad Hsaine	douar-oulad-hsaine	MA		0	Africa/Casablanca	34.37778	-4.83679				03	531		
11042526	Douar Bou Maaza	douar-bou-maaza	MA		0	Africa/Casablanca	34.3723	-4.79366				03	531		
11042527	Douar Oulad Bou Aicha	douar-oulad-bou-aicha	MA		0	Africa/Casablanca	34.37847	-4.79562				03	531		
11042528	Douar Oulad Bel Qalai	douar-oulad-bel-qalai	MA		0	Africa/Casablanca	34.37829	-4.78828				03	531		
11042530	Douar Lekhraybiya	douar-lekhraybiya	MA		0	Africa/Casablanca	34.37959	-4.76232				03	531		
11042531	Douar Oulad Lfaqir Mhamed	douar-oulad-lfaqir-mhamed	MA		0	Africa/Casablanca	34.37388	-4.76058				03	531		
11042533	Oulad Shmane	oulad-shmane	MA		0	Africa/Casablanca	34.38086	-4.77081				03	531		
11042534	Douar Jyahna Ennakhla	douar-jyahna-ennakhla	MA		0	Africa/Casablanca	34.37899	-4.7752				03	531		
11042538	Douar Oulad Ali	douar-oulad-ali	MA		0	Africa/Casablanca	34.38291	-4.80042				03	531		
11042545	Douar Qbabaa	douar-qbabaa	MA		0	Africa/Casablanca	34.39225	-4.76476				03	531		
11042548	Douar Zyayna	douar-zyayna	MA		0	Africa/Casablanca	34.39524	-4.76053				03	531		
11042549	Douar Oulad Dahnane	douar-oulad-dahnane	MA		0	Africa/Casablanca	34.39704	-4.76598				03	531		
11042550	Douar Grayehiya	douar-grayehiya	MA		0	Africa/Casablanca	34.39918	-4.75697				03	531		
11042553	Douar Emmamaa	douar-emmamaa	MA		0	Africa/Casablanca	34.4012	-4.76586				03	531		
11042557	Douar Oulad Abdessalam	douar-oulad-abdessalam	MA		0	Africa/Casablanca	34.40338	-4.79579				03	531		
11042561	Douar Jyahna Bab Leghrib	douar-jyahna-bab-leghrib	MA		0	Africa/Casablanca	34.41316	-4.78352				03	531		
11042564	Douar Ghmara	douar-ghmara	MA		0	Africa/Casablanca	34.40866	-4.75311				03	531		
11042567	Douar Ain Allig	douar-ain-allig	MA		0	Africa/Casablanca	34.41143	-4.80172				03	531		
11042571	Douar El Karia	douar-el-karia	MA		0	Africa/Casablanca	34.42549	-4.80231				03	531		
11042572	Lkoucha	lkoucha	MA		0	Africa/Casablanca	34.4294	-4.79585				03	531		
11042576	Douar Oulad Jaber	douar-oulad-jaber	MA		0	Africa/Casablanca	34.42866	-4.77553				03	531		
11042578	Douar Laoutaouta	douar-laoutaouta	MA		0	Africa/Casablanca	34.42059	-4.76165				03	531		
11042581	Douar Ain Zidi	douar-ain-zidi	MA		0	Africa/Casablanca	34.433	-4.7913				03	531		
11042582	Douar Lekyet	douar-lekyet	MA		0	Africa/Casablanca	34.43498	-4.78405				03	531		
11042583	Douar Lemjadba	douar-lemjadba	MA		0	Africa/Casablanca	34.4363	-4.78785				03	531		
11042584	Srijat	srijat	MA		0	Africa/Casablanca	34.44405	-4.78292				03	531		
11042586	Douar Hajrat Lheyyar	douar-hajrat-lheyyar	MA		0	Africa/Casablanca	34.44729	-4.79903				03	531		
11042590	Douar Zbirat	douar-zbirat	MA		0	Africa/Casablanca	34.45667	-4.79599				03	531		
11042599	Douar El Ghaba	douar-el-ghaba	MA		0	Africa/Casablanca	34.44942	-4.76229				03	531		
11042602	Douar Lazzib	douar-lazzib	MA		0	Africa/Casablanca	34.44712	-4.76832				03	531		
11042605	Douar Lekhzayene	douar-lekhzayene	MA		0	Africa/Casablanca	34.46728	-4.80226				03	531		
11042607	Douar Oued Selloum	douar-oued-selloum	MA		0	Africa/Casablanca	34.46837	-4.79216				03	531		
11042611	Douar Drader	douar-drader	MA		0	Africa/Casablanca	34.45968	-4.7774				03	531		
11042614	Douar Laargoub	douar-laargoub	MA		0	Africa/Casablanca	34.46274	-4.75633				03	531		
11042622	Coopérative Mojannada	cooperative-mojannada	MA		0	Africa/Casablanca	34.48708	-4.78948				03	531		
11042627	Douar Roua	douar-roua	MA		0	Africa/Casablanca	34.49277	-4.78704				03	531		
11042631	Douar Ramliya	douar-ramliya	MA		0	Africa/Casablanca	34.49376	-4.75987				03	531		
11042678	Douar Charnouf	douar-charnouf	MA		0	Africa/Casablanca	34.49095	-4.87428				03	531		
11042682	Douar Mzabiyine	douar-mzabiyine	MA		0	Africa/Casablanca	34.36172	-4.73744				03	531		
11042689	Douar Bisabsa	douar-bisabsa	MA		0	Africa/Casablanca	34.36274	-4.7176				03	531		
11042700	Douar Mtalsi	douar-mtalsi	MA		0	Africa/Casablanca	34.36052	-4.68986				03	531		
11042708	Douar Kheachfa	douar-kheachfa	MA		0	Africa/Casablanca	34.36771	-4.658				03	531		
11042711	Douar Lekhlalqa	douar-lekhlalqa	MA		0	Africa/Casablanca	34.36428	-4.66849				03	531		
11042712	Douar Oulad Mbarek	douar-oulad-mbarek	MA		0	Africa/Casablanca	34.36596	-4.64789				03	531		
11042720	Douar Gourat	douar-gourat	MA		0	Africa/Casablanca	34.35598	-4.63405				03	531		
11042734	Douar Ben Klahfa	douar-ben-klahfa	MA		0	Africa/Casablanca	34.35088	-4.69564				03	531		
11042735	Douar Brancs	douar-brancs	MA		0	Africa/Casablanca	34.35413	-4.69611				03	531		
11042740	Douar Chdadna	douar-chdadna	MA		0	Africa/Casablanca	34.35334	-4.72445				03	531		
11042747	Douar Lekhyadra	douar-lekhyadra	MA		0	Africa/Casablanca	34.34302	-4.74711				03	531		
11042757	Douar Hamanat	douar-hamanat	MA		0	Africa/Casablanca	34.33703	-4.71383				03	531		
11042759	Douar El Kifah	douar-el-kifah	MA		0	Africa/Casablanca	34.34488	-4.68336				03	531		
11042766	Douar Bab Lchjar	douar-bab-lchjar	MA		0	Africa/Casablanca	34.34465	-4.6316				03	531		
11042767	Douar Lkharba	douar-lkharba	MA		0	Africa/Casablanca	34.34148	-4.64714				03	531		
11042769	Douar Lkoucha	douar-lkoucha	MA		0	Africa/Casablanca	34.34307	-4.62607				03	531		
11042773	Douar Lfarrich	douar-lfarrich	MA		0	Africa/Casablanca	34.32868	-4.63781				03	531		
11042774	Douar Sebaa Koudiat	douar-sebaa-koudiat	MA		0	Africa/Casablanca	34.33412	-4.63774				03	531		
11042785	Douar Leqbib Echarqi	douar-leqbib-echarqi	MA		0	Africa/Casablanca	34.32216	-4.67534				03	531		
11042796	Douar Hammidat	douar-hammidat	MA		0	Africa/Casablanca	34.32165	-4.701				03	531		
11042797	Douar Lemcar	douar-lemcar	MA		0	Africa/Casablanca	34.31952	-4.69677				03	531		
11042803	Douar Bab Khaydour	douar-bab-khaydour	MA		0	Africa/Casablanca	34.32268	-4.74271				03	531		
11042806	Douar Lkharba	douar-lkharba	MA		0	Africa/Casablanca	34.33382	-4.74089				03	531		
11042811	Douar Leqbib Lgherbi	douar-leqbib-lgherbi	MA		0	Africa/Casablanca	34.32204	-4.69066				03	531		
11042815	Douar Khoririba	douar-khoririba	MA		0	Africa/Casablanca	34.3178	-4.63006				03	531		
11042818	Douar Lbatha	douar-lbatha	MA		0	Africa/Casablanca	34.31527	-4.63931				03	531		
11042823	Douar Ain Mliha	douar-ain-mliha	MA		0	Africa/Casablanca	34.30825	-4.6524				03	531		
11042826	Douar Srij	douar-srij	MA		0	Africa/Casablanca	34.3155	-4.67201				03	531		
11042829	Douar Oulad Laanaya	douar-oulad-laanaya	MA		0	Africa/Casablanca	34.30729	-4.67899				03	531		
11042831	Douar Oulad Abbou	douar-oulad-abbou	MA		0	Africa/Casablanca	34.30737	-4.68534				03	531		
11042840	Douar Oulad Ali Ben Said	douar-oulad-ali-ben-said	MA		0	Africa/Casablanca	34.31281	-4.72266				03	531		
11042842	Douar Abdelkarimat	douar-abdelkarimat	MA		0	Africa/Casablanca	34.31557	-4.72551				03	531		
11042843	Douar Shata	douar-shata	MA		0	Africa/Casablanca	34.31247	-4.72372				03	531		
11042846	Douar Ain Karma	douar-ain-karma	MA		0	Africa/Casablanca	34.30663	-4.72299				03	531		
11042850	Douar Oulad Ben Ali	douar-oulad-ben-ali	MA		0	Africa/Casablanca	34.30507	-4.73139				03	531		
11042853	Douar Bni Oukit	douar-bni-oukit	MA		0	Africa/Casablanca	34.31251	-4.7461				03	531		
11042858	Douar Housana	douar-housana	MA		0	Africa/Casablanca	34.30052	-4.71779				03	531		
11042865	Hay Ain Karmous	hay-ain-karmous	MA		0	Africa/Casablanca	34.29971	-4.67266				03	531		
11042870	Douar Skikima	douar-skikima	MA		0	Africa/Casablanca	34.29972	-4.6444				03	531		
11042873	Douar Biyyad	douar-biyyad	MA		0	Africa/Casablanca	34.29494	-4.62641				03	531		
11042876	Douar Lfarrich	douar-lfarrich	MA		0	Africa/Casablanca	34.28482	-4.6247				03	531		
11042881	Douar Lemkhazniya	douar-lemkhazniya	MA		0	Africa/Casablanca	34.29487	-4.66814				03	531		
11042885	Sabaato Rijal	sabaato-rijal	MA		0	Africa/Casablanca	34.2884	-4.67609				03	531		
11042894	Douar Ghzaouna	douar-ghzaouna	MA		0	Africa/Casablanca	34.2837	-4.68491				03	531		
11042895	Douar El Massakine	douar-el-massakine	MA		0	Africa/Casablanca	34.28428	-4.70508				03	531		
11042896	Douar Errafda	douar-errafda	MA		0	Africa/Casablanca	34.2868	-4.7071				03	531		
11042903	Douar Ghzaoua	douar-ghzaoua	MA		0	Africa/Casablanca	34.29513	-4.7295				03	531		
11042908	Douar Bou Jemaat	douar-bou-jemaat	MA		0	Africa/Casablanca	34.29615	-4.73491				03	531		
11042910	Douar Bab Lmanat	douar-bab-lmanat	MA		0	Africa/Casablanca	34.28005	-4.7395				03	531		
11042919	Hay Eddoumiya	hay-eddoumiya	MA		0	Africa/Casablanca	34.28201	-4.6707				03	531		
11042920	Hay Dakhin	hay-dakhin	MA		0	Africa/Casablanca	34.28517	-4.66721				03	531		
11042924	Douar Bou Meshal	douar-bou-meshal	MA		0	Africa/Casablanca	34.28402	-4.64603				03	531		
11042926	Dar Oulad Dguideg	dar-oulad-dguideg	MA		0	Africa/Casablanca	34.27889	-4.63519				03	531		
11042930	Douar Dhar Eddib	douar-dhar-eddib	MA		0	Africa/Casablanca	34.26976	-4.62461				03	531		
11042933	Douar Legnater	douar-legnater	MA		0	Africa/Casablanca	34.272	-4.65096				03	531		
11042938	Douar Ezzaouia	douar-ezzaouia	MA		0	Africa/Casablanca	34.26485	-4.64865				03	531		
11042942	Douar Bou Houati	douar-bou-houati	MA		0	Africa/Casablanca	34.27232	-4.66169				03	531		
11042953	Douar Mrihla	douar-mrihla	MA		0	Africa/Casablanca	34.2696	-4.69182				03	531		
11042958	Douar Coopérative El Alaouiya	douar-cooperative-el-alaouiya	MA		0	Africa/Casablanca	34.27221	-4.72567				03	531		
11042959	Douar Lbiyada	douar-lbiyada	MA		0	Africa/Casablanca	34.26846	-4.73523				03	531		
11042963	Douar Sqaqta	douar-sqaqta	MA		0	Africa/Casablanca	34.25226	-4.73896				03	531		
11042966	Douar Laourada	douar-laourada	MA		0	Africa/Casablanca	34.25454	-4.71026				03	531		
11042971	Douar Oulad Sidi Lahsen	douar-oulad-sidi-lahsen	MA		0	Africa/Casablanca	34.25855	-4.67965				03	531		
11042974	Douar Lkharba	douar-lkharba	MA		0	Africa/Casablanca	34.25204	-4.67435				03	531		
11043000	Caidat Oulad Aliane	caidat-oulad-aliane	MA		0	Africa/Casablanca	34.28599	-4.66209				03	531		
11043001	Pachalik	pachalik	MA		0	Africa/Casablanca	34.28671	-4.66035				03	531		
11043002	Hay Jouabra	hay-jouabra	MA		0	Africa/Casablanca	34.2921	-4.66284				03	531		
11043003	Cercle De Tissa	cercle-de-tissa	MA		0	Africa/Casablanca	34.29547	-4.67112				03	531		
11043007	Hay Lemtialta	hay-lemtialta	MA		0	Africa/Casablanca	34.28779	-4.66628				03	531		
11043019	Quarter Adminstratif	quarter-adminstratif	MA		0	Africa/Casablanca	34.29175	-4.66411				03	531		
11043031	Houmat Lqourah	houmat-lqourah	MA		0	Africa/Casablanca	34.4104	-4.71305				03	531		
11043032	Houmat Bab Faiha	houmat-bab-faiha	MA		0	Africa/Casablanca	34.4113	-4.70891				03	531		
11043033	Houmat Tqalie	houmat-tqalie	MA		0	Africa/Casablanca	34.40355	-4.71342				03	531		
11043034	Houmat Eddoum Lemqatae	houmat-eddoum-lemqatae	MA		0	Africa/Casablanca	34.39196	-4.7286				03	531		
11043035	Douar Ghibichat	douar-ghibichat	MA		0	Africa/Casablanca	34.47786	-4.6776				03	531		
11043039	Douar Eddkakla	douar-eddkakla	MA		0	Africa/Casablanca	34.46091	-4.70234				03	531		
11043042	Douar Lmcrac	douar-lmcrac	MA		0	Africa/Casablanca	34.42486	-4.68925				03	531		
11043044	Douar Blahda	douar-blahda	MA		0	Africa/Casablanca	34.38129	-4.68885				03	531		
11043072	Douar Sidi Saoud	douar-sidi-saoud	MA		0	Africa/Casablanca	34.49344	-4.59393				03	531		
11043075	Qantrat Rghioua	qantrat-rghioua	MA		0	Africa/Casablanca	34.49098	-4.61052				03	531		
11043081	Douar Tahriz Essoufli	douar-tahriz-essoufli	MA		0	Africa/Casablanca	34.47156	-4.58769				03	531		
11043085	Douar Qertaba	douar-qertaba	MA		0	Africa/Casablanca	34.45824	-4.58906				03	531		
11043090	Douar Mtimer	douar-mtimer	MA		0	Africa/Casablanca	34.4395	-4.59269				03	531		
11043097	Douar Echarrat	douar-echarrat	MA		0	Africa/Casablanca	34.43212	-4.59708				03	531		
11043099	Coopérative Bibane El Kheir	cooperative-bibane-el-kheir	MA		0	Africa/Casablanca	34.4303	-4.60755				03	531		
11043103	Douar Oulad Ahmed Ben Jilali	douar-oulad-ahmed-ben-jilali	MA		0	Africa/Casablanca	34.41417	-4.60571				03	531		
11043104	Douar Lqoulla	douar-lqoulla	MA		0	Africa/Casablanca	34.41366	-4.61672				03	531		
11043108	Douar Oulad Lekhrif	douar-oulad-lekhrif	MA		0	Africa/Casablanca	34.40939	-4.585				03	531		
11043112	Douar Leqtouta	douar-leqtouta	MA		0	Africa/Casablanca	34.40096	-4.60792				03	531		
11043121	Douar Rqabiyine	douar-rqabiyine	MA		0	Africa/Casablanca	34.3848	-4.59243				03	531		
11043123	Douar Ain Laqrae	douar-ain-laqrae	MA		0	Africa/Casablanca	34.38512	-4.60951				03	531		
11043125	Douar Lehrarsa	douar-lehrarsa	MA		0	Africa/Casablanca	34.37998	-4.60674				03	531		
11043148	Douar Tahriz Lfouqi	douar-tahriz-lfouqi	MA		0	Africa/Casablanca	34.46539	-4.56498				03	531		
11043153	Douar Mhiyla	douar-mhiyla	MA		0	Africa/Casablanca	34.45575	-4.54685				03	531		
11043156	Douar Lmachta	douar-lmachta	MA		0	Africa/Casablanca	34.45374	-4.54621				03	531		
11043160	Douar Ain Ennchas	douar-ain-ennchas	MA		0	Africa/Casablanca	34.44737	-4.54614				03	531		
11043161	Douar Hedahda	douar-hedahda	MA		0	Africa/Casablanca	34.44493	-4.5602				03	531		
11043166	Douar Ain Maatouf	douar-ain-maatouf	MA		0	Africa/Casablanca	34.43311	-4.56447				03	531		
11043167	Douar Kharrouba	douar-kharrouba	MA		0	Africa/Casablanca	34.43484	-4.55677				03	531		
11043169	Douar Errafda	douar-errafda	MA		0	Africa/Casablanca	34.42968	-4.54657				03	531		
11043177	Douar Zeggara	douar-zeggara	MA		0	Africa/Casablanca	34.41883	-4.55792				03	531		
11043180	Douar Rchachiyine Meqrach	douar-rchachiyine-meqrach	MA		0	Africa/Casablanca	34.41162	-4.54702				03	531		
11043181	Douar Sebbab	douar-sebbab	MA		0	Africa/Casablanca	34.40711	-4.55921				03	531		
11043184	Douar Souitiyine	douar-souitiyine	MA		0	Africa/Casablanca	34.40362	-4.57058				03	531		
11043185	Douar Bou Zidat	douar-bou-zidat	MA		0	Africa/Casablanca	34.40054	-4.54913				03	531		
11043187	Douar Oudad	douar-oudad	MA		0	Africa/Casablanca	34.39643	-4.58024				03	531		
11043191	Douar Lgaada	douar-lgaada	MA		0	Africa/Casablanca	34.39022	-4.54554				03	531		
11043192	Douar Legtaba	douar-legtaba	MA		0	Africa/Casablanca	34.38558	-4.56754				03	531		
11043200	Douar Zmamra	douar-zmamra	MA		0	Africa/Casablanca	34.49503	-4.50765				03	531		
11043203	Essikha Lahmar	essikha-lahmar	MA		0	Africa/Casablanca	34.49075	-4.534				03	531		
11043206	Douar Onq Lahjar	douar-onq-lahjar	MA		0	Africa/Casablanca	34.49141	-4.50258				03	531		
11043209	Douar Ain Bina	douar-ain-bina	MA		0	Africa/Casablanca	34.48132	-4.50988				03	531		
11043211	Douar Taouraret	douar-taouraret	MA		0	Africa/Casablanca	34.47745	-4.50859				03	531		
11043223	Douar Lmizab	douar-lmizab	MA		0	Africa/Casablanca	34.45355	-4.50439				03	531		
11043227	Douar Oulad Touil	douar-oulad-touil	MA		0	Africa/Casablanca	34.43814	-4.54157				03	531		
11043230	Douar Mzanda	douar-mzanda	MA		0	Africa/Casablanca	34.42913	-4.52544				03	531		
11043233	Douar Oulad Ben Hmamou	douar-oulad-ben-hmamou	MA		0	Africa/Casablanca	34.42743	-4.51413				03	531		
11043236	Douar Lkerkra	douar-lkerkra	MA		0	Africa/Casablanca	34.42364	-4.51642				03	531		
11043240	Douar Ryayna	douar-ryayna	MA		0	Africa/Casablanca	34.41867	-4.50297				03	531		
11043250	Ras El Oued	ras-el-oued	MA		0	Africa/Casablanca	34.39186	-4.50297				03	531		
11043254	Douar Ennouayel	douar-ennouayel	MA		0	Africa/Casablanca	34.38498	-4.53529				03	531		
11043258	Douar Oulad Charqi	douar-oulad-charqi	MA		0	Africa/Casablanca	34.37681	-4.52891				03	531		
11043259	Douar Ain Merra	douar-ain-merra	MA		0	Africa/Casablanca	34.37492	-4.53898				03	531		
11043271	Douar Oulad Bou Saadene	douar-oulad-bou-saadene	MA		0	Africa/Casablanca	34.43191	-4.57209				03	531		
11043297	Douar Lkifane	douar-lkifane	MA		0	Africa/Casablanca	34.42819	-4.53656				03	531		
11043298	Douar Touansa	douar-touansa	MA		0	Africa/Casablanca	34.39608	-4.51691				03	531		
11043301	Douar Oulad Azzouz	douar-oulad-azzouz	MA		0	Africa/Casablanca	34.39007	-4.30463				03	561		
11043303	Douar Bni Majdoul	douar-bni-majdoul	MA		0	Africa/Casablanca	34.3799	-4.36456				03	561		
11043304	Douar Ras El Oued	douar-ras-el-oued	MA		0	Africa/Casablanca	34.39317	-4.25935				03	561		
11043305	Douar Tamdert	douar-tamdert	MA		0	Africa/Casablanca	34.3983	-4.27832				03	561		
11043306	Douar Oulad Amer	douar-oulad-amer	MA		0	Africa/Casablanca	34.41282	-4.34199				03	561		
11043307	Douar Bouiyet Aztout	douar-bouiyet-aztout	MA		0	Africa/Casablanca	34.41692	-4.31776				03	561		
11043308	Douar Errihana	douar-errihana	MA		0	Africa/Casablanca	34.40822	-4.27343				03	561		
11043309	Douar Asroutou	douar-asroutou	MA		0	Africa/Casablanca	34.41347	-4.36147				03	561		
11043310	Douar Essallala	douar-essallala	MA		0	Africa/Casablanca	34.3946	-4.3551				03	561		
11043311	Douar Sidi Mrabet	douar-sidi-mrabet	MA		0	Africa/Casablanca	34.4025	-4.26247				03	561		
11043312	Douar Bourouad	douar-bourouad	MA		0	Africa/Casablanca	34.38529	-4.2962				03	561		
11043313	Douar Lekhnadeq	douar-lekhnadeq	MA		0	Africa/Casablanca	34.38068	-4.31083				03	561		
11043314	Douar Oued Lkharba	douar-oued-lkharba	MA		0	Africa/Casablanca	34.48535	-4.28083				03	561		
11043315	Douar Laatatra	douar-laatatra	MA		0	Africa/Casablanca	34.4779	-4.35274				03	561		
11043317	Douar Lazbar	douar-lazbar	MA		0	Africa/Casablanca	34.47125	-4.31311				03	561		
11043318	Douar Chqirbane	douar-chqirbane	MA		0	Africa/Casablanca	34.47158	-4.28431				03	561		
11043319	Khemis Oued Errihane	khemis-oued-errihane	MA		0	Africa/Casablanca	34.45181	-4.34976				03	561		
11043320	Douar Rhaoua	douar-rhaoua	MA		0	Africa/Casablanca	34.40767	-4.36327				03	561		
11043321	Douar Jbel Lqalb	douar-jbel-lqalb	MA		0	Africa/Casablanca	34.38984	-4.31948				03	561		
11043322	Douar Lekhmadeq	douar-lekhmadeq	MA		0	Africa/Casablanca	34.38428	-4.33439				03	561		
11043323	Douar El Gaada	douar-el-gaada	MA		0	Africa/Casablanca	34.48434	-4.32523				03	561		
11043324	Douar Bratla	douar-bratla	MA		0	Africa/Casablanca	34.47484	-4.35542				03	561		
11043325	Douar Lkhattariya	douar-lkhattariya	MA		0	Africa/Casablanca	34.47362	-4.33568				03	561		
11043326	Douar Laarqoub	douar-laarqoub	MA		0	Africa/Casablanca	34.47742	-4.33315				03	561		
11043327	Douar El Gharbiyine	douar-el-gharbiyine	MA		0	Africa/Casablanca	34.46804	-4.2964				03	561		
11043328	Douar Ennebabla	douar-ennebabla	MA		0	Africa/Casablanca	34.45262	-4.25895				03	561		
11043330	Douar Errihanat	douar-errihanat	MA		0	Africa/Casablanca	34.4655	-4.32377				03	561		
11043331	Douar Enneqba	douar-enneqba	MA		0	Africa/Casablanca	34.46805	-4.36233				03	561		
11043332	Douar Ain Rbie	douar-ain-rbie	MA		0	Africa/Casablanca	34.4577	-4.36915				03	561		
11043334	Douar Tafraout	douar-tafraout	MA		0	Africa/Casablanca	34.4236	-4.35014				03	561		
11043335	Douar El Koudia	douar-el-koudia	MA		0	Africa/Casablanca	34.43179	-4.25489				03	561		
11043336	Douar Bou Biyata	douar-bou-biyata	MA		0	Africa/Casablanca	34.41091	-4.28598				03	561		
11043339	Douar Lgaada	douar-lgaada	MA		0	Africa/Casablanca	34.42126	-4.2957				03	561		
11043340	Douar Laqlayae	douar-laqlayae	MA		0	Africa/Casablanca	34.41478	-4.32733				03	561		
11043341	Douar Leqliaa	douar-leqliaa	MA		0	Africa/Casablanca	34.41023	-4.34025				03	561		
11043343	Douar Tab Bellaqrae	douar-tab-bellaqrae	MA		0	Africa/Casablanca	34.39986	-4.33396				03	561		
11043344	Douar Louayha	douar-louayha	MA		0	Africa/Casablanca	34.39441	-4.26178				03	561		
11043345	Douar Mlata	douar-mlata	MA		0	Africa/Casablanca	34.37909	-4.29847				03	561		
11043346	Douar Touayet	douar-touayet	MA		0	Africa/Casablanca	34.48478	-4.3107				03	561		
11043352	Douar Ouiyyed Ben Ali	douar-ouiyyed-ben-ali	MA		0	Africa/Casablanca	34.48687	-4.34673				03	561		
11043362	Douar Chard	douar-chard	MA		0	Africa/Casablanca	34.49058	-4.26575				03	561		
11043366	Douar Chrad	douar-chrad	MA		0	Africa/Casablanca	34.48457	-4.26289				03	561		
11043391	Douar Ain Azlaf	douar-ain-azlaf	MA		0	Africa/Casablanca	34.45405	-4.29974				03	561		
11043440	Douar Sidi El Haj Laaroussi	douar-sidi-el-haj-laaroussi	MA		0	Africa/Casablanca	34.39991	-4.32165				03	561		
11043445	Douar Oulad Hajjaj	douar-oulad-hajjaj	MA		0	Africa/Casablanca	34.42269	-4.37417				03	561		
11043449	Douar Sidi Abellah Ghazi	douar-sidi-abellah-ghazi	MA		0	Africa/Casablanca	34.39323	-4.36495				03	561		
11043453	Douar Jbel	douar-jbel	MA		0	Africa/Casablanca	34.3933	-4.25241				03	561		
11043459	Douar Tqalae	douar-tqalae	MA		0	Africa/Casablanca	34.38288	-4.2545				03	561		
11043460	Douar Jbiyyel	douar-jbiyyel	MA		0	Africa/Casablanca	34.38931	-4.26639				03	561		
11043462	Thihe Rbaa El Fouki	thihe-rbaa-el-fouki	MA		0	Africa/Casablanca	34.38465	-4.28193				03	561		
11043465	Douar Oulad Bou Jemaa	douar-oulad-bou-jemaa	MA		0	Africa/Casablanca	34.38916	-4.3336				03	561		
11043467	Douar Mtaza	douar-mtaza	MA		0	Africa/Casablanca	34.37665	-4.34341				03	561		
11043468	Douar Bni Alouhouna	douar-bni-alouhouna	MA		0	Africa/Casablanca	34.37459	-4.33401				03	561		
11043474	Douar Essakhra	douar-essakhra	MA		0	Africa/Casablanca	34.47613	-4.33879				03	561		
11043476	Lebouahla	lebouahla	MA		0	Africa/Casablanca	35.49032	-5.60168				01	571		
11043477	Dar Ettouil	dar-ettouil	MA		0	Africa/Casablanca	35.49212	-5.6008				01	571		
11043480	Yaaqoubech	yaaqoubech	MA		0	Africa/Casablanca	35.48831	-5.59715				01	571		
11043481	Zgainta	zgainta	MA		0	Africa/Casablanca	35.4822	-5.59769				01	571		
11043482	Aroukech	aroukech	MA		0	Africa/Casablanca	35.48155	-5.59464				01	571		
11043483	Khmamra	khmamra	MA		0	Africa/Casablanca	35.47556	-5.60088				01	571		
11043484	Hnadra	hnadra	MA		0	Africa/Casablanca	35.4729	-5.60054				01	571		
11043485	Hamidouech	hamidouech	MA		0	Africa/Casablanca	35.47037	-5.60329				01	571		
11043486	Laghnanya	laghnanya	MA		0	Africa/Casablanca	35.46946	-5.60326				01	571		
11043491	Essfiha	essfiha	MA		0	Africa/Casablanca	35.45963	-5.60504				01	571		
11043500	Oulad Zina	oulad-zina	MA		0	Africa/Casablanca	35.43042	-5.60897				01	571		
11043509	Bou Daalane	bou-daalane	MA		0	Africa/Casablanca	35.38646	-5.61663				01	571		
11043513	Khalloufech	khalloufech	MA		0	Africa/Casablanca	35.48819	-5.56488				01	571		
11043514	Chouaoucha	chouaoucha	MA		0	Africa/Casablanca	35.48868	-5.56008				01	571		
11043517	Zmamra	zmamra	MA		0	Africa/Casablanca	35.47809	-5.54663				01	571		
11043521	Oulad Baqqal	oulad-baqqal	MA		0	Africa/Casablanca	35.47631	-5.55639				01	571		
11043522	Lhadriyine	lhadriyine	MA		0	Africa/Casablanca	35.47743	-5.55696				01	571		
11043524	Shilech	shilech	MA		0	Africa/Casablanca	35.46839	-5.57093				01	571		
11043526	Aghbaliouech	aghbaliouech	MA		0	Africa/Casablanca	35.46579	-5.56749				01	571		
11043529	Lahrarsa	lahrarsa	MA		0	Africa/Casablanca	35.46128	-5.56644				01	571		
11043531	Dar Ben Talha	dar-ben-talha	MA		0	Africa/Casablanca	35.45868	-5.54431				01	571		
11043534	Lehouaoura	lehouaoura	MA		0	Africa/Casablanca	35.45556	-5.57629				01	571		
11043535	Lkhandqiyine	lkhandqiyine	MA		0	Africa/Casablanca	35.45366	-5.54388				01	571		
11043541	Lakhrarza	lakhrarza	MA		0	Africa/Casablanca	35.45022	-5.56773				01	571		
11043542	Lkharroub	lkharroub	MA		0	Africa/Casablanca	35.44492	-5.55197				01	571		
11043551	Essail	essail	MA		0	Africa/Casablanca	35.41347	-5.57064				01	571		
11043553	Errachyene	errachyene	MA		0	Africa/Casablanca	35.41373	-5.55072				01	571		
11043556	Laghrib	laghrib	MA		0	Africa/Casablanca	35.4118	-5.54727				01	571		
11043558	Lemrabtiyech	lemrabtiyech	MA		0	Africa/Casablanca	35.40855	-5.55379				01	571		
11043559	Labghouri	labghouri	MA		0	Africa/Casablanca	35.41205	-5.55283				01	571		
11043561	Dar El Manzla	dar-el-manzla	MA		0	Africa/Casablanca	35.40101	-5.57375				01	571		
11043565	Lhaliyine	lhaliyine	MA		0	Africa/Casablanca	35.40379	-5.54952				01	571		
11043570	Faylalech	faylalech	MA		0	Africa/Casablanca	35.37874	-5.54255				01	331		
11043571	Chqaqra	chqaqra	MA		0	Africa/Casablanca	35.37743	-5.5421				01	331		
11043572	El Aimraniyene	el-aimraniyene	MA		0	Africa/Casablanca	35.37591	-5.54028				01	331		
11043576	Boukhalef	boukhalef	MA		0	Africa/Casablanca	35.48271	-5.50174				01	571		
11043577	Lhina	lhina	MA		0	Africa/Casablanca	35.48431	-5.50333				01	571		
11043581	Dar Lafqih	dar-lafqih	MA		0	Africa/Casablanca	35.4717	-5.50549				01	571		
11043586	Khaddach	khaddach	MA		0	Africa/Casablanca	35.4602	-5.50365				01	571		
11043587	Labtatoua	labtatoua	MA		0	Africa/Casablanca	35.45993	-5.50054				01	571		
11043588	Harek	harek	MA		0	Africa/Casablanca	35.46205	-5.50266				01	571		
11043589	Lamnaqssa	lamnaqssa	MA		0	Africa/Casablanca	35.45953	-5.50378				01	571		
11043593	Dar Harraeli	dar-harraeli	MA		0	Africa/Casablanca	35.45142	-5.51832				01	571		
11043594	Ahadjam	ahadjam	MA		0	Africa/Casablanca	35.44265	-5.53785				01	571		
11043598	Dahriyine	dahriyine	MA		0	Africa/Casablanca	35.42947	-5.50511				01	571		
11043599	Laioiuene Essotliya	laioiuene-essotliya	MA		0	Africa/Casablanca	35.42844	-5.50401				01	571		
11043602	Chqaqra	chqaqra	MA		0	Africa/Casablanca	35.42768	-5.50294				01	571		
11043603	Laadrya	laadrya	MA		0	Africa/Casablanca	35.42567	-5.51104				01	571		
11043604	Naguioech	naguioech	MA		0	Africa/Casablanca	35.42831	-5.51751				01	571		
11043605	Raouat	raouat	MA		0	Africa/Casablanca	35.42604	-5.5148				01	571		
11043608	Bouarcha	bouarcha	MA		0	Africa/Casablanca	35.42612	-5.52178				01	571		
11043609	Lhaddadine	lhaddadine	MA		0	Africa/Casablanca	35.42053	-5.51749				01	571		
11043612	Dar Berrahou	dar-berrahou	MA		0	Africa/Casablanca	35.41733	-5.50959				01	571		
11043613	Srahna	srahna	MA		0	Africa/Casablanca	35.41495	-5.51435				01	571		
11043616	Lghorba	lghorba	MA		0	Africa/Casablanca	35.4171	-5.5277				01	571		
11043621	Chqaqra	chqaqra	MA		0	Africa/Casablanca	35.40547	-5.53026				01	571		
11043622	Dar Tolba	dar-tolba	MA		0	Africa/Casablanca	35.40295	-5.53208				01	571		
11043627	Dar Hidour	dar-hidour	MA		0	Africa/Casablanca	35.39701	-5.53083				01	571		
11043629	Nouayel	nouayel	MA		0	Africa/Casablanca	35.39543	-5.51298				01	571		
11043632	Dar Sidi Ahmed	dar-sidi-ahmed	MA		0	Africa/Casablanca	35.38319	-5.5112				01	331		
11043633	Lhamma	lhamma	MA		0	Africa/Casablanca	35.38342	-5.51399				01	331		
11043636	Dar Hajjaj	dar-hajjaj	MA		0	Africa/Casablanca	35.42481	-5.62232				01	571		
11043639	Talefta	talefta	MA		0	Africa/Casablanca	35.39608	-5.55109				01	331		
11043646	Lhalha	lhalha	MA		0	Africa/Casablanca	35.46093	-5.51811				01	571		
11043647	Abhir	abhir	MA		0	Africa/Casablanca	35.46097	-5.50399				01	571		
11043650	Douar Hkuncch	douar-hkuncch	MA		0	Africa/Casablanca	35.34709	-5.4765				01	571		
11043652	Douar Akherfane	douar-akherfane	MA		0	Africa/Casablanca	35.34201	-5.47122				01	571		
11043653	Douar Abboutene	douar-abboutene	MA		0	Africa/Casablanca	35.33529	-5.46502				01	571		
11043658	Dar Myazid	dar-myazid	MA		0	Africa/Casablanca	35.3153	-5.49343				01	331		
11043681	Douar Asrifene	douar-asrifene	MA		0	Africa/Casablanca	35.33279	-5.42561				01	571		
11043683	Douar Assaidene	douar-assaidene	MA		0	Africa/Casablanca	35.32339	-5.42078				01	571		
11043694	Douar Layyadene	douar-layyadene	MA		0	Africa/Casablanca	35.28872	-5.43636				01	571		
11043695	Douar Oulad Baqqal	douar-oulad-baqqal	MA		0	Africa/Casablanca	35.28495	-5.44445				01	571		
11043707	Douar Khamaula	douar-khamaula	MA		0	Africa/Casablanca	35.36543	-5.41344				01	571		
11043710	Douar Zghouliene	douar-zghouliene	MA		0	Africa/Casablanca	35.3585	-5.40925				01	571		
11043718	Douar Tamalout	douar-tamalout	MA		0	Africa/Casablanca	35.32645	-5.38344				01	571		
11043722	Douar Hmimoudene	douar-hmimoudene	MA		0	Africa/Casablanca	35.32024	-5.3826				01	571		
11043725	Douar Ibourassene	douar-ibourassene	MA		0	Africa/Casablanca	35.30318	-5.39381				01	571		
11043731	Douar Itanja	douar-itanja	MA		0	Africa/Casablanca	35.29796	-5.39439				01	571		
11043741	Douar Ighzaouene	douar-ighzaouene	MA		0	Africa/Casablanca	35.26627	-5.37361				01	571		
11043749	Douar Timaoene	douar-timaoene	MA		0	Africa/Casablanca	35.28103	-5.43027				01	571		
11043755	Douar Ibochirene	douar-ibochirene	MA		0	Africa/Casablanca	35.34845	-5.41011				01	571		
11043760	Douar Tonet	douar-tonet	MA		0	Africa/Casablanca	35.37086	-5.43837		Douar Tonet,Tonet		01	571		
11043763	Achqaqra	achqaqra	MA		0	Africa/Casablanca	35.37295	-5.45616				01	571		
11049541	Hivernage	hivernage	MA		0	Africa/Casablanca	31.62123	-8.01203				07	351		
11049542	Tifoultoute	tifoultoute	MA		0	Africa/Casablanca	30.92746	-6.99168				08	401		
11055998	Douar Ait Ilemmi Brija	douar-ait-ilemmi-brija	MA		0	Africa/Casablanca	33.95811	-4.79869				03	451		
11058886	Dar Ben Salam	dar-ben-salam	MA		0	Africa/Casablanca	35.61244	-5.85232				01	511		
11058913	Nounyech	nounyech	MA		0	Africa/Casablanca	35.49249	-5.49401				01	571		
11058916	Ayyadecli	ayyadecli	MA		0	Africa/Casablanca	35.48997	-5.49229				01	571		
11058917	Sbiyaach	sbiyaach	MA		0	Africa/Casablanca	35.48817	-5.4976				01	571		
11058918	Hlemyech	hlemyech	MA		0	Africa/Casablanca	35.48684	-5.49355				01	571		
11058921	Hammiouech	hammiouech	MA		0	Africa/Casablanca	35.48821	-5.4788				01	571		
11058922	Triouchech	triouchech	MA		0	Africa/Casablanca	35.48849	-5.47359				01	571		
11058924	Lekhrarza	lekhrarza	MA		0	Africa/Casablanca	35.48349	-5.48191				01	571		
11058925	Agnayene	agnayene	MA		0	Africa/Casablanca	35.48115	-5.47494				01	571		
11058926	Jbilyoch	jbilyoch	MA		0	Africa/Casablanca	35.4811	-5.46687				01	571		
11058953	Hammech	hammech	MA		0	Africa/Casablanca	35.47493	-5.46492				01	571		
11058954	Hamdounech	hamdounech	MA		0	Africa/Casablanca	35.47313	-5.46114				01	571		
11058957	Lhouyyal	lhouyyal	MA		0	Africa/Casablanca	35.46413	-5.46822				01	571		
11058958	Ghaddiouech	ghaddiouech	MA		0	Africa/Casablanca	35.46191	-5.47314				01	571		
11058959	Mord Qaddah	mord-qaddah	MA		0	Africa/Casablanca	35.46245	-5.4611				01	571		
11058960	Lihamarech	lihamarech	MA		0	Africa/Casablanca	35.4621	-5.46485				01	571		
11058962	Khallab	khallab	MA		0	Africa/Casablanca	35.4603	-5.45986				01	571		
11058963	Lehrazma	lehrazma	MA		0	Africa/Casablanca	35.45912	-5.45905				01	571		
11058964	Lacaouqech	lacaouqech	MA		0	Africa/Casablanca	35.46087	-5.46063				01	571		
11058965	Lfoqyane	lfoqyane	MA		0	Africa/Casablanca	35.46023	-5.47234				01	571		
11058966	Drabqech	drabqech	MA		0	Africa/Casablanca	35.45792	-5.4735				01	571		
11058970	Bni Madae	bni-madae	MA		0	Africa/Casablanca	35.4712	-5.47213				01	571		
11058971	Rkiba	rkiba	MA		0	Africa/Casablanca	35.46088	-5.49627				01	571		
11058972	Dar Bni Zid	dar-bni-zid	MA		0	Africa/Casablanca	35.45452	-5.48876				01	571		
11058980	Lhaoutiyine	lhaoutiyine	MA		0	Africa/Casablanca	35.43083	-5.47951				01	571		
11058983	Hayyounoch	hayyounoch	MA		0	Africa/Casablanca	35.43046	-5.46618				01	571		
11058985	Laiouene	laiouene	MA		0	Africa/Casablanca	35.42437	-5.49494				01	571		
11058989	Laazzaba	laazzaba	MA		0	Africa/Casablanca	35.42057	-5.4641				01	571		
11058993	Louadiyine	louadiyine	MA		0	Africa/Casablanca	35.40631	-5.46475				01	571		
11058994	Amezzrouech	amezzrouech	MA		0	Africa/Casablanca	35.4032	-5.48599				01	571		
11058996	Lchraouch	lchraouch	MA		0	Africa/Casablanca	35.39477	-5.49751				01	571		
11059003	Oulad Ali Lachene	oulad-ali-lachene	MA		0	Africa/Casablanca	35.38635	-5.46569				01	571		
11059004	Oulad Ben Abdelhamid	oulad-ben-abdelhamid	MA		0	Africa/Casablanca	35.38361	-5.46949				01	571		
11059013	Taounit	taounit	MA		0	Africa/Casablanca	35.46838	-5.45762				01	571		
11059018	Azeghghar	azeghghar	MA		0	Africa/Casablanca	35.43626	-5.4208				01	571		
11059020	Massabhene	massabhene	MA		0	Africa/Casablanca	35.43001	-5.42535				01	571		
11059032	Akhalladene	akhalladene	MA		0	Africa/Casablanca	35.38305	-5.44153				01	571		
11059033	Ahrarza	ahrarza	MA		0	Africa/Casablanca	35.38413	-5.4382				01	571		
11059036	Taouest	taouest	MA		0	Africa/Casablanca	35.49616	-5.41055				01	571		
11059043	Najjarine	najjarine	MA		0	Africa/Casablanca	35.49249	-5.40769				01	571		
11059047	Aqchicher	aqchicher	MA		0	Africa/Casablanca	35.47676	-5.39293				01	571		
11059048	Laarat	laarat	MA		0	Africa/Casablanca	35.47699	-5.38986				01	571		
11059049	Ahouyyak	ahouyyak	MA		0	Africa/Casablanca	35.47458	-5.39142				01	571		
11059051	Lachyakh	lachyakh	MA		0	Africa/Casablanca	35.47145	-5.3934				01	571		
11059052	Astasyoune	astasyoune	MA		0	Africa/Casablanca	35.46913	-5.4014				01	571		
11059056	Bou Aich	bou-aich	MA		0	Africa/Casablanca	35.44782	-5.39293				01	571		
11059057	Ousar Eljoue	ousar-eljoue	MA		0	Africa/Casablanca	35.43777	-5.38697				01	571		
11059062	Qahout Mrabet	qahout-mrabet	MA		0	Africa/Casablanca	35.41416	-5.38441				01	571		
11059064	Azemmourene	azemmourene	MA		0	Africa/Casablanca	35.40857	-5.39612				01	571		
11059066	Lkalaa	lkalaa	MA		0	Africa/Casablanca	35.40909	-5.4126				01	571		
11059070	Falhene	falhene	MA		0	Africa/Casablanca	35.40124	-5.40578				01	571		
11059078	Hbaq	hbaq	MA		0	Africa/Casablanca	35.41308	-5.44526				01	571		
11059081	Lhajri	lhajri	MA		0	Africa/Casablanca	35.42007	-5.42741				01	571		
11059083	Bni Chrich	bni-chrich	MA		0	Africa/Casablanca	35.43067	-5.47773				01	571		
11059084	Dar Sannouni	dar-sannouni	MA		0	Africa/Casablanca	35.42717	-5.4234				01	571		
11059085	Chouarfa	chouarfa	MA		0	Africa/Casablanca	35.48206	-5.49903				01	571		
11059088	Oulad Mehd	oulad-mehd	MA		0	Africa/Casablanca	35.51761	-5.98501				01	511		
11059089	Oulad Leleluuh	oulad-leleluuh	MA		0	Africa/Casablanca	35.49778	-5.93421				01	511		
11059112	Chqaqra	chqaqra	MA		0	Africa/Casablanca	35.53963	-5.99598				01	511		
11059113	Oulad Ben Ai	oulad-ben-ai	MA		0	Africa/Casablanca	35.53247	-6.0064				01	511		
11059122	Oulad Youssef	oulad-youssef	MA		0	Africa/Casablanca	35.51626	-5.96762				01	511		
11059124	Oulbiyire	oulbiyire	MA		0	Africa/Casablanca	35.51663	-5.98079				01	511		
11059127	Aquouss	aquouss	MA		0	Africa/Casablanca	35.53004	-6.00346				01	511		
11059134	Laalayiyine	laalayiyine	MA		0	Africa/Casablanca	35.51056	-5.97241				01	511		
11059142	Lehouaouiyine	lehouaouiyine	MA		0	Africa/Casablanca	35.50159	-5.95113				01	511		
11059143	Rouala	rouala	MA		0	Africa/Casablanca	35.51212	-5.95568				01	511		
11059144	Oulad Zayer	oulad-zayer	MA		0	Africa/Casablanca	35.49992	-5.91876				01	511		
11059149	Daidea	daidea	MA		0	Africa/Casablanca	35.50365	-5.92616				01	511		
11059150	Oulad Fares	oulad-fares	MA		0	Africa/Casablanca	35.51307	-5.9268				01	511		
11059153	Naimlyyine	naimlyyine	MA		0	Africa/Casablanca	35.52807	-5.93006				01	511		
11059156	Oulad Antar	oulad-antar	MA		0	Africa/Casablanca	35.5192	-5.96012				01	511		
11059160	Oulad Habbas	oulad-habbas	MA		0	Africa/Casablanca	35.51624	-5.94511				01	511		
11059195	Dar Frankou	dar-frankou	MA		0	Africa/Casablanca	35.55141	-5.89012				01	511		
11059385	Dhar Lmarradi	dhar-lmarradi	MA		0	Africa/Casablanca	35.74508	-5.85744				01	511		
11059389	Groupe Lhassani	groupe-lhassani	MA		0	Africa/Casablanca	35.73699	-5.85073				01	511		
11059394	Ghoufa Tebene	ghoufa-tebene	MA		0	Africa/Casablanca	35.5907	-5.83427				01	511		
11059408	Douar Jbel Rih	douar-jbel-rih	MA		0	Africa/Casablanca	35.53079	-5.87251				01	511		
11059409	Dar Abdessalam Azzouz	dar-abdessalam-azzouz	MA		0	Africa/Casablanca	35.5264	-5.86545				01	511		
11059410	Dar Abdelkader Rankou	dar-abdelkader-rankou	MA		0	Africa/Casablanca	35.5237	-5.86129				01	511		
11059413	Commune Al Manzla	commune-al-manzla	MA		0	Africa/Casablanca	35.52409	-5.83427				01	511		
11059416	Chrabkha	chrabkha	MA		0	Africa/Casablanca	35.51674	-5.8423				01	511		
11059417	Dar Abdelhak Aqssir	dar-abdelhak-aqssir	MA		0	Africa/Casablanca	35.51686	-5.85346				01	511		
11059425	Dar Tayedi	dar-tayedi	MA		0	Africa/Casablanca	35.50288	-5.83603				01	511		
11059450	Bou Hdifa	bou-hdifa	MA		0	Africa/Casablanca	35.5213	-5.82331				01	511		
11059453	Allouch	allouch	MA		0	Africa/Casablanca	35.5119	-5.81812				01	511		
11059462	Lqasmouri	lqasmouri	MA		0	Africa/Casablanca	35.621	-5.77379				01	511		
11059486	Dar Louazzani	dar-louazzani	MA		0	Africa/Casablanca	35.51714	-5.77544				01	511		
11059487	Dar Khnchef	dar-khnchef	MA		0	Africa/Casablanca	35.51069	-5.76563				01	571		
11059493	Dar Moulay Ahmed Abdelfdil	dar-moulay-ahmed-abdelfdil	MA		0	Africa/Casablanca	35.4973	-5.78524				01	571		
11059499	Dchar	dchar	MA		0	Africa/Casablanca	35.58912	-5.82271				01	511		
11059518	Dar Ali Lemhamdi	dar-ali-lemhamdi	MA		0	Africa/Casablanca	35.62282	-5.8055				01	511		
11059520	Douar Lahouarta	douar-lahouarta	MA		0	Africa/Casablanca	35.62394	-5.84708				01	511		
11059538	Lfeddane	lfeddane	MA		0	Africa/Casablanca	35.71427	-5.94775				01	511		
11059539	Bir Bou Habi	bir-bou-habi	MA		0	Africa/Casablanca	35.70671	-5.91555				01	511		
11059542	Lharch	lharch	MA		0	Africa/Casablanca	35.70649	-5.93894				01	511		
11059557	Bir Choua	bir-choua	MA		0	Africa/Casablanca	35.65567	-5.96259				01	511		
11059558	Coopérative Lfath	cooperative-lfath	MA		0	Africa/Casablanca	35.65232	-5.94408		Cooperative Lfath,Coopérative Lfath		01	511		
11059560	Douar Ain Zitoune	douar-ain-zitoune	MA		0	Africa/Casablanca	35.65004	-5.91821				01	511		
11059569	Touargs	touargs	MA		0	Africa/Casablanca	35.65201	-5.96888				01	511		
11059586	Dar Salah Ben Zouila	dar-salah-ben-zouila	MA		0	Africa/Casablanca	35.6476	-5.90066				01	511		
11059601	Douar Chraqa	douar-chraqa	MA		0	Africa/Casablanca	35.68205	-5.89253				01	511		
11059605	Douar Deqadeq	douar-deqadeq	MA		0	Africa/Casablanca	35.69162	-5.90245				01	511		
11059609	Douar Frayhiyyine	douar-frayhiyyine	MA		0	Africa/Casablanca	35.70236	-5.88486				01	511		
11059623	Laghdir	laghdir	MA		0	Africa/Casablanca	35.73395	-5.88408				01	511		
11059661	Btihat	btihat	MA		0	Africa/Casablanca	35.61541	-5.49254				01	571		
11059662	Zgayout	zgayout	MA		0	Africa/Casablanca	35.61448	-5.49149				01	571		
11059664	Douar Harrarine	douar-harrarine	MA		0	Africa/Casablanca	35.7299	-5.83893				01	511		
11059683	Qasbet Bou Ammar	qasbet-bou-ammar	MA		0	Africa/Casablanca	35.70103	-5.86367				01	511		
11059684	Dhar Louasti	dhar-louasti	MA		0	Africa/Casablanca	35.6961	-5.86477				01	511		
11059686	Douar Ain Laajalat	douar-ain-laajalat	MA		0	Africa/Casablanca	35.6934	-5.8511				01	511		
11059687	Douar Ain Laassel	douar-ain-laassel	MA		0	Africa/Casablanca	35.69014	-5.85322				01	511		
11059700	Chaberi	chaberi	MA		0	Africa/Casablanca	35.66246	-5.86906				01	511		
11059703	Hournet Rmel Chibe	hournet-rmel-chibe	MA		0	Africa/Casablanca	35.65669	-5.85367				01	511		
11059723	Dar Abdelkader Rihane	dar-abdelkader-rihane	MA		0	Africa/Casablanca	35.63615	-5.80938				01	511		
11059724	Dar Abdelkader Lbaqali	dar-abdelkader-lbaqali	MA		0	Africa/Casablanca	35.63935	-5.80813				01	511		
11059726	Douar Lbibane	douar-lbibane	MA		0	Africa/Casablanca	35.64091	-5.81543				01	511		
11059737	Douar Ain Dalya Sghira	douar-ain-dalya-sghira	MA		0	Africa/Casablanca	35.67646	-5.82668				01	511		
11059753	Douar Lberouaqa	douar-lberouaqa	MA		0	Africa/Casablanca	35.71041	-5.80704				01	511		
11059756	Houmet Et Bir Lghazi	houmet-et-bir-lghazi	MA		0	Africa/Casablanca	35.71524	-5.80933				01	511		
11059758	Houmet Lemrabet	houmet-lemrabet	MA		0	Africa/Casablanca	35.72276	-5.81485				01	511		
11059760	Houmet Dhar Lqanfoud	houmet-dhar-lqanfoud	MA		0	Africa/Casablanca	35.73037	-5.81264				01	511		
11059761	Houmet Sousi	houmet-sousi	MA		0	Africa/Casablanca	35.73107	-5.80461				01	511		
11059764	Houmet Bou Hout	houmet-bou-hout	MA		0	Africa/Casablanca	35.73539	-5.80729				01	511		
11059765	Houmet Lamrabet	houmet-lamrabet	MA		0	Africa/Casablanca	35.73196	-5.79358				01	511		
11059767	Houmet Lkhachkhach	houmet-lkhachkhach	MA		0	Africa/Casablanca	35.738	-5.81897				01	511		
11059768	Houmet Lhaddada	houmet-lhaddada	MA		0	Africa/Casablanca	35.73996	-5.80317				01	511		
11059769	Mghougha Lakbira	mghougha-lakbira	MA		0	Africa/Casablanca	35.74708	-5.77852				01	511		
11059770	Koudyet Tahar	koudyet-tahar	MA		0	Africa/Casablanca	35.74385	-5.76428				01	511		
11059772	Lqonicha	lqonicha	MA		0	Africa/Casablanca	35.73905	-5.75885				01	227		
11059773	Houmet Zaydi	houmet-zaydi	MA		0	Africa/Casablanca	35.73382	-5.7596				01	227		
11059774	Khandeq Louard	khandeq-louard	MA		0	Africa/Casablanca	35.73106	-5.78487				01	511		
11059781	Douar Ain Majnoud	douar-ain-majnoud	MA		0	Africa/Casablanca	35.71639	-5.78742				01	511		
11059793	Dar Slaouiyine	dar-slaouiyine	MA		0	Africa/Casablanca	35.66291	-5.77768				01	511		
11059798	Risouni	risouni	MA		0	Africa/Casablanca	35.65228	-5.75171				01	511		
11059818	Dar Oulad Rissouni	dar-oulad-rissouni	MA		0	Africa/Casablanca	35.65019	-5.81921				01	511		
11059824	Douar Bni Said Bou Ammar	douar-bni-said-bou-ammar	MA		0	Africa/Casablanca	35.70361	-5.86916				01	511		
11059837	Agla	agla	MA		0	Africa/Casablanca	35.79646	-5.87073				01	511		
11059842	Douar Zyanich	douar-zyanich	MA		0	Africa/Casablanca	35.60588	-5.59432				01	571		
11059848	Douar Lmarj	douar-lmarj	MA		0	Africa/Casablanca	35.59188	-5.58912				01	571		
11059851	Douar Dharcha	douar-dharcha	MA		0	Africa/Casablanca	35.58029	-5.5908				01	571		
11059854	Douar Braghi	douar-braghi	MA		0	Africa/Casablanca	35.57394	-5.59226				01	571		
11059856	Douar Dhar Lekbir	douar-dhar-lekbir	MA		0	Africa/Casablanca	35.57295	-5.60983				01	571		
11059857	Douar Lhaylah	douar-lhaylah	MA		0	Africa/Casablanca	35.57058	-5.61908				01	571		
11059858	Douar Bou Taffaha	douar-bou-taffaha	MA		0	Africa/Casablanca	35.56719	-5.61352				01	571		
11059860	Douar Mgagra	douar-mgagra	MA		0	Africa/Casablanca	35.5706	-5.6056				01	571		
11059861	Douar Ain Mahmoud	douar-ain-mahmoud	MA		0	Africa/Casablanca	35.56732	-5.59013				01	571		
11059863	Douar Serraba	douar-serraba	MA		0	Africa/Casablanca	35.56267	-5.60243				01	571		
11059866	Douar Dahriyine	douar-dahriyine	MA		0	Africa/Casablanca	35.55027	-5.58923				01	571		
11059867	Douar Tijjala	douar-tijjala	MA		0	Africa/Casablanca	35.54861	-5.5897				01	571		
11059870	Douar Louta	douar-louta	MA		0	Africa/Casablanca	35.54207	-5.61845				01	571		
11059872	Douar Ain Moulatine	douar-ain-moulatine	MA		0	Africa/Casablanca	35.53828	-5.59543				01	571		
11059874	Douar Errochah	douar-errochah	MA		0	Africa/Casablanca	35.53129	-5.5958				01	571		
11059875	Douar Ahourchane Ettahtiya	douar-ahourchane-ettahtiya	MA		0	Africa/Casablanca	35.53045	-5.60401				01	571		
11059876	Douar Jarbounè	douar-jarboune	MA		0	Africa/Casablanca	35.52998	-5.58912				01	571		
11059877	Douar Bahdidech	douar-bahdidech	MA		0	Africa/Casablanca	35.52476	-5.61054				01	571		
11059880	Douar Frarha	douar-frarha	MA		0	Africa/Casablanca	35.51589	-5.59706				01	571		
11059882	Douar Amira	douar-amira	MA		0	Africa/Casablanca	35.51355	-5.61717				01	571		
11059885	Douar Ain Blal	douar-ain-blal	MA		0	Africa/Casablanca	35.50852	-5.61322				01	571		
11059887	Douar Dar Ben Zarou	douar-dar-ben-zarou	MA		0	Africa/Casablanca	35.50137	-5.6094				01	571		
11059891	Douar Errokba	douar-errokba	MA		0	Africa/Casablanca	35.53016	-5.55273				01	571		
11059893	Douar Zkariya	douar-zkariya	MA		0	Africa/Casablanca	35.53861	-5.54453				01	571		
11059896	Douar Touitech	douar-touitech	MA		0	Africa/Casablanca	35.5452	-5.56194				01	571		
11059897	Douar Ain Lahsen	douar-ain-lahsen	MA		0	Africa/Casablanca	35.54766	-5.55507				01	571		
11059898	Douar Hjar Essouk	douar-hjar-essouk	MA		0	Africa/Casablanca	35.54881	-5.54702				01	571		
11059899	Zitouna Ben Salem	zitouna-ben-salem	MA		0	Africa/Casablanca	35.54836	-5.54204				01	571		
11059900	Qantrat Lesnad	qantrat-lesnad	MA		0	Africa/Casablanca	35.55152	-5.54481				01	571		
11059904	Douar Lesnad	douar-lesnad	MA		0	Africa/Casablanca	35.56217	-5.54552				01	571		
11059906	Bouammar	bouammar	MA		0	Africa/Casablanca	35.56187	-5.57453				01	571		
11059909	Douar Dharcha	douar-dharcha	MA		0	Africa/Casablanca	35.57241	-5.57015				01	571		
11059911	Douar Amarich	douar-amarich	MA		0	Africa/Casablanca	35.58787	-5.54428				01	571		
11059916	Douar Zyanich	douar-zyanich	MA		0	Africa/Casablanca	35.59537	-5.54408				01	571		
11059918	Douar Ettourar	douar-ettourar	MA		0	Africa/Casablanca	35.59147	-5.58099				01	571		
11059920	Douar Bou Harkous	douar-bou-harkous	MA		0	Africa/Casablanca	35.59986	-5.54018				01	571		
11059923	Douar Dhar Nador	douar-dhar-nador	MA		0	Africa/Casablanca	35.60708	-5.55398				01	571		
11059927	Douar Chorf Oued	douar-chorf-oued	MA		0	Africa/Casablanca	35.62158	-5.54033				01	571		
11059928	Douar Souk Essebt Laqdim	douar-souk-essebt-laqdim	MA		0	Africa/Casablanca	35.61328	-5.50709				01	571		
11059931	Douar Ain Habous	douar-ain-habous	MA		0	Africa/Casablanca	35.61249	-5.52966				01	571		
11059935	Douar Lahra	douar-lahra	MA		0	Africa/Casablanca	35.61019	-5.52331				01	571		
11059937	Douar Souliya	douar-souliya	MA		0	Africa/Casablanca	35.60769	-5.51093				01	571		
11059938	Douar Alalich	douar-alalich	MA		0	Africa/Casablanca	35.60525	-5.51027				01	571		
11059941	Douar Dar Echerif	douar-dar-echerif	MA		0	Africa/Casablanca	35.60335	-5.52484				01	571		
11059942	Douar Jbala	douar-jbala	MA		0	Africa/Casablanca	35.60354	-5.51608				01	571		
11059946	Douar Ihraoual	douar-ihraoual	MA		0	Africa/Casablanca	35.5981	-5.50921				01	571		
11059953	Douar Zraoula	douar-zraoula	MA		0	Africa/Casablanca	35.5963	-5.53063				01	571		
11059954	Douar Samaha	douar-samaha	MA		0	Africa/Casablanca	35.59607	-5.52183				01	571		
11059956	Douar Hrochia	douar-hrochia	MA		0	Africa/Casablanca	35.59194	-5.50361				01	571		
11059957	Douar Machhidanich	douar-machhidanich	MA		0	Africa/Casablanca	35.58955	-5.52012				01	571		
11059959	Douar Chbiya	douar-chbiya	MA		0	Africa/Casablanca	35.59143	-5.52786				01	571		
11059963	Douar Silmounich	douar-silmounich	MA		0	Africa/Casablanca	35.58395	-5.51432				01	571		
11059967	Douar Ain Ikrane	douar-ain-ikrane	MA		0	Africa/Casablanca	35.58189	-5.5282				01	571		
11059970	Douar Zrabha	douar-zrabha	MA		0	Africa/Casablanca	35.5796	-5.53702				01	571		
11059971	Douar Lachyakh	douar-lachyakh	MA		0	Africa/Casablanca	35.58454	-5.53217				01	571		
11059972	Douar Zrabha	douar-zrabha	MA		0	Africa/Casablanca	35.57777	-5.52357				01	571		
11059976	Douar Ain Erranda	douar-ain-erranda	MA		0	Africa/Casablanca	35.57358	-5.53591				01	571		
11059978	Douar Bou Hassounas	douar-bou-hassounas	MA		0	Africa/Casablanca	35.57157	-5.5225				01	571		
11059979	Douar Essabab	douar-essabab	MA		0	Africa/Casablanca	35.57044	-5.5167				01	571		
11059987	Douar Ejjamae Lekbir	douar-ejjamae-lekbir	MA		0	Africa/Casablanca	35.55944	-5.51095				01	571		
11059988	Douar Chtab	douar-chtab	MA		0	Africa/Casablanca	35.55615	-5.50265				01	571		
11059990	Douar Aoutioui	douar-aoutioui	MA		0	Africa/Casablanca	35.55166	-5.514				01	571		
11059991	Douar Lahdiya	douar-lahdiya	MA		0	Africa/Casablanca	35.55609	-5.52406				01	571		
11059992	Douar Afdanech	douar-afdanech	MA		0	Africa/Casablanca	35.55241	-5.53202				01	571		
11059993	Douar Msaada	douar-msaada	MA		0	Africa/Casablanca	35.54431	-5.50926				01	571		
11059995	Douar Abd Nounech	douar-abd-nounech	MA		0	Africa/Casablanca	35.53549	-5.53662				01	571		
11059996	Douar Dahriyine	douar-dahriyine	MA		0	Africa/Casablanca	35.53158	-5.51492				01	571		
11059999	Douar Nouanoua	douar-nouanoua	MA		0	Africa/Casablanca	35.52685	-5.52968				01	571		
11060001	Douar Laaqiba	douar-laaqiba	MA		0	Africa/Casablanca	35.52468	-5.53584				01	571		
11060044	Rayhana	rayhana	MA		0	Africa/Casablanca	35.75167	-5.93081				01	511		
11060054	Louastani	louastani	MA		0	Africa/Casablanca	35.77113	-5.89722				01	511		
11060056	Malhayene	malhayene	MA		0	Africa/Casablanca	35.76563	-5.89664				01	511		
11060058	Khandeq Lgour	khandeq-lgour	MA		0	Africa/Casablanca	35.75846	-5.90386				01	511		
11060064	Slouguia	slouguia	MA		0	Africa/Casablanca	35.79351	-5.9081				01	511		
11060070	California	california	MA		0	Africa/Casablanca	35.78282	-5.83455				01	511		
11060071	Lqadiriya	lqadiriya	MA		0	Africa/Casablanca	35.78005	-5.85722				01	511		
11060072	Marj Bouhniya	marj-bouhniya	MA		0	Africa/Casablanca	35.77793	-5.8684				01	511		
11060074	Val Fleury	val-fleury	MA		0	Africa/Casablanca	35.7726	-5.83054				01	511		
11060076	Haoumet Lmoujahidine	haoumet-lmoujahidine	MA		0	Africa/Casablanca	35.76874	-5.84593				01	511		
11060077	Houmet Laouta	houmet-laouta	MA		0	Africa/Casablanca	35.77063	-5.85477				01	511		
11060078	Haoumet Lbaqqach	haoumet-lbaqqach	MA		0	Africa/Casablanca	35.76937	-5.85421				01	511		
11060079	Hay Zohour	hay-zohour	MA		0	Africa/Casablanca	35.766	-5.83631				01	511		
11060080	Dchar Jdid	dchar-jdid	MA		0	Africa/Casablanca	35.76324	-5.83382				01	511		
11060082	Rahrah	rahrah	MA		0	Africa/Casablanca	35.76279	-5.86026				01	511		
11060083	Oualjet Lhajra	oualjet-lhajra	MA		0	Africa/Casablanca	35.75764	-5.8376				01	511		
11060084	Lkharba	lkharba	MA		0	Africa/Casablanca	35.75394	-5.84593				01	511		
11060085	Masnana	masnana	MA		0	Africa/Casablanca	35.75516	-5.85996				01	511		
11060088	Sahet Atraf	sahet-atraf	MA		0	Africa/Casablanca	35.7513	-5.84911				01	511		
11060089	Azib Lhaj Qaddour	azib-lhaj-qaddour	MA		0	Africa/Casablanca	35.75261	-5.83652				01	511		
11060090	Lkoucha	lkoucha	MA		0	Africa/Casablanca	35.75162	-5.82355				01	511		
11060092	Dchar Ben Dibane	dchar-ben-dibane	MA		0	Africa/Casablanca	35.75402	-5.82175				01	511		
11060093	Ljirari	ljirari	MA		0	Africa/Casablanca	35.75101	-5.81208				01	511		
11060094	Amal	amal	MA		0	Africa/Casablanca	35.75174	-5.796				01	511		
11060095	Draoui	draoui	MA		0	Africa/Casablanca	35.75568	-5.79957				01	511		
11060096	Mabrouka	mabrouka	MA		0	Africa/Casablanca	35.75618	-5.81295				01	511		
11060097	Fleurancya	fleurancya	MA		0	Africa/Casablanca	35.75829	-5.81951				01	511		
11060098	Bni Makada	bni-makada	MA		0	Africa/Casablanca	35.75975	-5.81515				01	511		
11060099	Drissiya	drissiya	MA		0	Africa/Casablanca	35.76177	-5.80174				01	511		
11060100	Labranes	labranes	MA		0	Africa/Casablanca	35.76133	-5.82417				01	511		
11060101	Hay Lboughaz	hay-lboughaz	MA		0	Africa/Casablanca	35.76079	-5.81501				01	511		
11060103	Casa Barata	casa-barata	MA		0	Africa/Casablanca	35.76522	-5.8235				01	511		
11060104	Ibn Battouta	ibn-battouta	MA		0	Africa/Casablanca	35.76713	-5.82713				01	511		
11060105	Moulay Smail	moulay-smail	MA		0	Africa/Casablanca	35.76797	-5.81056				01	511		
11060106	Hay Lalla Chafya	hay-lalla-chafya	MA		0	Africa/Casablanca	35.77306	-5.8201				01	511		
11060107	Msalla	msalla	MA		0	Africa/Casablanca	35.77761	-5.81657				01	511		
11060108	Ain Lhayyani	ain-lhayyani	MA		0	Africa/Casablanca	35.78477	-5.82777				01	511		
11060109	Hay Said	hay-said	MA		0	Africa/Casablanca	35.78792	-5.82945				01	511		
11060110	Ancienne Medina	ancienne-medina	MA		0	Africa/Casablanca	35.78663	-5.8111				01	511		
11060114	Sanya Jdida	sanya-jdida	MA		0	Africa/Casablanca	35.78047	-5.75501				01	511		
11060115	Sanya Laqdima	sanya-laqdima	MA		0	Africa/Casablanca	35.77497	-5.75314				01	511		
11060118	Quartier Charf	quartier-charf	MA		0	Africa/Casablanca	35.76152	-5.78698				01	511		
11060119	Hay Benkirane	hay-benkirane	MA		0	Africa/Casablanca	35.7595	-5.78943				01	511		
11060121	Lgraza	lgraza	MA		0	Africa/Casablanca	35.76274	-5.75902				01	511		
11060122	Mghougha Sghira	mghougha-sghira	MA		0	Africa/Casablanca	35.75256	-5.77666				01	511		
11060124	Zriba	zriba	MA		0	Africa/Casablanca	35.76491	-5.755				01	511		
11060127	Mriyyes Zayd	mriyyes-zayd	MA		0	Africa/Casablanca	35.75343	-5.77009				01	511		
11060128	Mghougha Jdida	mghougha-jdida	MA		0	Africa/Casablanca	35.75271	-5.78247				01	511		
11060136	Bella Vista	bella-vista	MA		0	Africa/Casablanca	35.77439	-5.77202				01	511		
11060137	Belle Vue	belle-vue	MA		0	Africa/Casablanca	35.76519	-5.76155				01	511		
11060138	Résidence Malabata	residence-malabata	MA		0	Africa/Casablanca	35.78396	-5.75959				01	511		
11060146	Bou Hjar	bou-hjar	MA		0	Africa/Casablanca	35.82906	-5.69829				01	227		
11060154	Sidi Qanqouch	sidi-qanqouch	MA		0	Africa/Casablanca	35.82558	-5.69786				01	227		
11060157	Arsat Laayyach	arsat-laayyach	MA		0	Africa/Casablanca	35.82403	-5.66839				01	227		
11060160	Lakouicha	lakouicha	MA		0	Africa/Casablanca	35.82638	-5.64878				01	227		
11060177	Dhadah	dhadah	MA		0	Africa/Casablanca	35.82536	-5.63402				01	227		
11060186	Salou Lakhlanech	salou-lakhlanech	MA		0	Africa/Casablanca	35.82365	-5.65902				01	227		
11060189	Raoudet Nsara	raoudet-nsara	MA		0	Africa/Casablanca	35.81507	-5.67411				01	227		
11060191	Dar Makhnach	dar-makhnach	MA		0	Africa/Casablanca	35.81987	-5.67493				01	227		
11060193	Hajret Souiyef	hajret-souiyef	MA		0	Africa/Casablanca	35.82448	-5.67701				01	227		
11060196	Nouidrech	nouidrech	MA		0	Africa/Casablanca	35.82636	-5.70481				01	227		
11060198	Mrisset Znad	mrisset-znad	MA		0	Africa/Casablanca	35.82349	-5.72286				01	227		
11060200	Dar Moulay Ali Louazzani	dar-moulay-ali-louazzani	MA		0	Africa/Casablanca	35.81855	-5.73433				01	227		
11060201	Touares	touares	MA		0	Africa/Casablanca	35.81935	-5.73797				01	511		
11060202	Qsar Talyani	qsar-talyani	MA		0	Africa/Casablanca	35.81427	-5.73967				01	511		
11060205	Mnar Park	mnar-park	MA		0	Africa/Casablanca	35.81151	-5.74034				01	511		
11060209	Dar Lbayd	dar-lbayd	MA		0	Africa/Casablanca	35.80334	-5.74066				01	511		
11060216	Feddane Doughou	feddane-doughou	MA		0	Africa/Casablanca	35.80284	-5.68874				01	227		
11060225	Gharbaoua	gharbaoua	MA		0	Africa/Casablanca	35.80621	-5.64651				01	227		
11060227	Bour Dechouikha	bour-dechouikha	MA		0	Africa/Casablanca	35.80172	-5.63248				01	227		
11060228	Bartach	bartach	MA		0	Africa/Casablanca	35.80007	-5.6378				01	227		
11060232	Mriyyas	mriyyas	MA		0	Africa/Casablanca	35.78117	-5.63591				01	227		
11060234	Oualloud	oualloud	MA		0	Africa/Casablanca	35.78442	-5.64331				01	227		
11060235	Douar Lgourna	douar-lgourna	MA		0	Africa/Casablanca	35.78265	-5.6402				01	227		
11060245	Souahel	souahel	MA		0	Africa/Casablanca	35.79612	-5.69391				01	227		
11060248	Hjar Maftah	hjar-maftah	MA		0	Africa/Casablanca	35.78108	-5.70371				01	227		
11060252	Lmers	lmers	MA		0	Africa/Casablanca	35.79206	-5.71151				01	227		
11060253	Touatya	touatya	MA		0	Africa/Casablanca	35.79006	-5.72538				01	227		
11060254	Lmarja	lmarja	MA		0	Africa/Casablanca	35.79232	-5.73284				01	227		
11060255	Nayeb	nayeb	MA		0	Africa/Casablanca	35.79161	-5.74205				01	227		
11060260	Hrarech	hrarech	MA		0	Africa/Casablanca	35.76768	-5.73788				01	227		
11060266	Bni Massaoud	bni-massaoud	MA		0	Africa/Casablanca	35.77899	-5.69989				01	227		
11060268	Sfihat Lamzaouqa	sfihat-lamzaouqa	MA		0	Africa/Casablanca	35.77253	-5.69176				01	227		
11060292	Laouta	laouta	MA		0	Africa/Casablanca	35.75595	-5.64674				01	227		
11060295	Haoumet Zyadna	haoumet-zyadna	MA		0	Africa/Casablanca	35.75369	-5.6532				01	227		
11060299	Nouidra	nouidra	MA		0	Africa/Casablanca	35.76062	-5.68553				01	227		
11060306	Lghattassi	lghattassi	MA		0	Africa/Casablanca	35.76184	-5.72714				01	227		
11060324	Réserve De Chasse	reserve-de-chasse	MA		0	Africa/Casablanca	35.79681	-5.74484				01	511		
11060328	Rouida	rouida	MA		0	Africa/Casablanca	35.60961	-5.48547				01	571		
11060334	Outa Ayyadach	outa-ayyadach	MA		0	Africa/Casablanca	35.58138	-5.47389				01	571		
11060335	Outa Qamra	outa-qamra	MA		0	Africa/Casablanca	35.57838	-5.49259				01	571		
11060341	Hlatla	hlatla	MA		0	Africa/Casablanca	35.5523	-5.49791				01	571		
11060344	Chouaar	chouaar	MA		0	Africa/Casablanca	35.55421	-5.4869				01	571		
11060345	Akrames	akrames	MA		0	Africa/Casablanca	35.55531	-5.48924				01	571		
11060346	Maftehech	maftehech	MA		0	Africa/Casablanca	35.55679	-5.48107				01	571		
11060347	Mrabtouech	mrabtouech	MA		0	Africa/Casablanca	35.55513	-5.48043				01	571		
11060348	Lehrarqa	lehrarqa	MA		0	Africa/Casablanca	35.55779	-5.4751				01	571		
11060349	Chouaqra	chouaqra	MA		0	Africa/Casablanca	35.55243	-5.47437				01	571		
11060350	Mahsoune	mahsoune	MA		0	Africa/Casablanca	35.54665	-5.46699				01	571		
11060353	Chqaqra Agna	chqaqra-agna	MA		0	Africa/Casablanca	35.54267	-5.47317				01	571		
11060354	Ben Amarech	ben-amarech	MA		0	Africa/Casablanca	35.54108	-5.46023				01	571		
11060362	Zghamra	zghamra	MA		0	Africa/Casablanca	35.5291	-5.49046				01	571		
11060365	Lehtiya	lehtiya	MA		0	Africa/Casablanca	35.50709	-5.48188				01	571		
11060366	Lekhreb	lekhreb	MA		0	Africa/Casablanca	35.5075	-5.47733				01	571		
11060368	Tifourna	tifourna	MA		0	Africa/Casablanca	35.50159	-5.43246				01	571		
11060369	Akharboue	akharboue	MA		0	Africa/Casablanca	35.50835	-5.43373				01	571		
11060370	Ach Laaqab	ach-laaqab	MA		0	Africa/Casablanca	35.51359	-5.44723				01	571		
11060374	Ben Hniyech	ben-hniyech	MA		0	Africa/Casablanca	35.52997	-5.45538				01	571		
11060376	Hzemriyech	hzemriyech	MA		0	Africa/Casablanca	35.53719	-5.45733				01	571		
11060377	Lemnasra	lemnasra	MA		0	Africa/Casablanca	35.53888	-5.46068				01	571		
11060378	Chqaqra	chqaqra	MA		0	Africa/Casablanca	35.54281	-5.45438				01	571		
11060379	Lemlaleh	lemlaleh	MA		0	Africa/Casablanca	35.5475	-5.46306				01	571		
11060381	Katsou	katsou	MA		0	Africa/Casablanca	35.54677	-5.4528				01	571		
11060384	Abhir	abhir	MA		0	Africa/Casablanca	35.54557	-5.4427				01	571		
11060388	Msalla	msalla	MA		0	Africa/Casablanca	35.54902	-5.45383				01	571		
11060400	Lhouma Louastiya	lhouma-louastiya	MA		0	Africa/Casablanca	35.59042	-5.43886				01	571		
11060402	Lbeqqliyine	lbeqqliyine	MA		0	Africa/Casablanca	35.59421	-5.44615				01	571		
11060405	Fendlaoua	fendlaoua	MA		0	Africa/Casablanca	35.60183	-5.44248				01	571		
11060406	Lafarge	lafarge	MA		0	Africa/Casablanca	35.59929	-5.43112				01	571		
11060407	Rouaouis	rouaouis	MA		0	Africa/Casablanca	35.60972	-5.45507				01	571		
11060408	Bghader	bghader	MA		0	Africa/Casablanca	35.61453	-5.45014				01	571		
11060409	Omranech	omranech	MA		0	Africa/Casablanca	35.6201	-5.45008				01	571		
11060410	Dharcha	dharcha	MA		0	Africa/Casablanca	35.62109	-5.45317				01	571		
11060429	Dafsouha	dafsouha	MA		0	Africa/Casablanca	35.59299	-5.40344				01	571		
11060435	Somal	somal	MA		0	Africa/Casablanca	35.5714	-5.42147				01	571		
11060436	Louziyine	louziyine	MA		0	Africa/Casablanca	35.56481	-5.42807				01	571		
11060439	Taboula	taboula	MA		0	Africa/Casablanca	35.57278	-5.40524				01	571		
11060440	Hay Echohada	hay-echohada	MA		0	Africa/Casablanca	35.56875	-5.40104				01	571		
11060443	Lemnaqi	lemnaqi	MA		0	Africa/Casablanca	35.5567	-5.40213				01	571		
11060445	El Basra	el-basra	MA		0	Africa/Casablanca	35.5525	-5.40805				01	571		
11060446	Dar Mfaddel	dar-mfaddel	MA		0	Africa/Casablanca	35.55215	-5.41123				01	571		
11060448	Lekdioua	lekdioua	MA		0	Africa/Casablanca	35.55004	-5.40758				01	571		
11060449	Dar Zkiyek	dar-zkiyek	MA		0	Africa/Casablanca	35.54899	-5.3975				01	571		
11060453	Dar Achqar	dar-achqar	MA		0	Africa/Casablanca	35.536	-5.40953				01	571		
11060454	Qitouna	qitouna	MA		0	Africa/Casablanca	35.53191	-5.42495				01	571		
11060455	Kharroubat Sidi Abdellah	kharroubat-sidi-abdellah	MA		0	Africa/Casablanca	35.52725	-5.43057				01	571		
11060456	Ghacha	ghacha	MA		0	Africa/Casablanca	35.52316	-5.42864				01	571		
11060457	Dar Akhouzar	dar-akhouzar	MA		0	Africa/Casablanca	35.52603	-5.41132				01	571		
11060458	Dar El Kheyyat	dar-el-kheyyat	MA		0	Africa/Casablanca	35.52398	-5.42001				01	571		
11060466	Essayyida El Horra	essayyida-el-horra	MA		0	Africa/Casablanca	35.50126	-5.4206				01	571		
11060468	Assaadene	assaadene	MA		0	Africa/Casablanca	35.50346	-5.39155				01	571		
11060471	Dar El Ghazi	dar-el-ghazi	MA		0	Africa/Casablanca	35.51179	-5.39091				01	571		
11060479	Boussemtal	boussemtal	MA		0	Africa/Casablanca	35.54785	-5.38623				01	571		
11060480	Ain Bouanane	ain-bouanane	MA		0	Africa/Casablanca	35.54817	-5.37894				01	571		
11060481	Korrat Sbae	korrat-sbae	MA		0	Africa/Casablanca	35.5519	-5.38368				01	571		
11060483	Houmat Leghras	houmat-leghras	MA		0	Africa/Casablanca	35.55691	-5.37735				01	571		
11060485	Amendis	amendis	MA		0	Africa/Casablanca	35.55752	-5.38576				01	571		
11060486	Houmat Ain Dfel	houmat-ain-dfel	MA		0	Africa/Casablanca	35.55461	-5.38919				01	571		
11060487	Houmat Zemaa	houmat-zemaa	MA		0	Africa/Casablanca	35.55471	-5.39276				01	571		
11060489	Bouzelmat	bouzelmat	MA		0	Africa/Casablanca	35.56452	-5.40018				01	571		
11060490	Hay Slaoui	hay-slaoui	MA		0	Africa/Casablanca	35.56447	-5.37726				01	571		
11060492	Bab Nouader	bab-nouader	MA		0	Africa/Casablanca	35.5739	-5.37703				01	571		
11060493	Hay Malaga	hay-malaga	MA		0	Africa/Casablanca	35.57411	-5.38634				01	571		
11060494	Jnane El Caid	jnane-el-caid	MA		0	Africa/Casablanca	35.57655	-5.37787				01	571		
11060495	Hay Sidi Talha	hay-sidi-talha	MA		0	Africa/Casablanca	35.57706	-5.38966				01	571		
11060496	Mezouaq	mezouaq	MA		0	Africa/Casablanca	35.57681	-5.40007				01	571		
11060497	Hay Jamae	hay-jamae	MA		0	Africa/Casablanca	35.57702	-5.39784				01	571		
11060498	Darsa	darsa	MA		0	Africa/Casablanca	35.58257	-5.39996				01	571		
11060502	Dar Tchinous	dar-tchinous	MA		0	Africa/Casablanca	35.59325	-5.37902				01	571		
11060504	Lemaadel	lemaadel	MA		0	Africa/Casablanca	35.61249	-5.38939				01	571		
11060505	Lmazrouqa	lmazrouqa	MA		0	Africa/Casablanca	35.62121	-5.39348				01	571		
11060506	Sqiya	sqiya	MA		0	Africa/Casablanca	35.6232	-5.38136				01	571		
11060508	Deqqaqine	deqqaqine	MA		0	Africa/Casablanca	35.58667	-5.48687				01	571		
11060512	Oued Echajra	oued-echajra	MA		0	Africa/Casablanca	35.6215	-5.34433				01	571		
11060514	Qallaline	qallaline	MA		0	Africa/Casablanca	35.60975	-5.34943				01	571		
11060515	Loudiyine	loudiyine	MA		0	Africa/Casablanca	35.60805	-5.35956				01	571		
11060518	Hjar Laaroussa	hjar-laaroussa	MA		0	Africa/Casablanca	35.59886	-5.34031				01	571		
11060520	Hay Boussafou	hay-boussafou	MA		0	Africa/Casablanca	35.59488	-5.34385				01	571		
11060521	Houmat Lghars	houmat-lghars	MA		0	Africa/Casablanca	35.58991	-5.36673				01	571		
11060522	Boujarrah	boujarrah	MA		0	Africa/Casablanca	35.58884	-5.36366				01	571		
11060523	Hay Touilae	hay-touilae	MA		0	Africa/Casablanca	35.58897	-5.35124				01	571		
11060526	Dar Morsya	dar-morsya	MA		0	Africa/Casablanca	35.58795	-5.37162				01	571		
11060528	Ziyana	ziyana	MA		0	Africa/Casablanca	35.58221	-5.35773				01	571		
11060530	Hay Touabel	hay-touabel	MA		0	Africa/Casablanca	35.57755	-5.34676				01	571		
11060531	Saniat Rmel	saniat-rmel	MA		0	Africa/Casablanca	35.57709	-5.35243				01	571		
11060532	Bab Saida	bab-saida	MA		0	Africa/Casablanca	35.57733	-5.35985				01	571		
11060533	Bab Mqaber	bab-mqaber	MA		0	Africa/Casablanca	35.57758	-5.3732				01	571		
11060534	Hay Moulay El Hassan	hay-moulay-el-hassan	MA		0	Africa/Casablanca	35.57444	-5.3568				01	571		
11060535	Bab El Oqla	bab-el-oqla	MA		0	Africa/Casablanca	35.56976	-5.35715				01	571		
11060536	El Mechouar Essaaid	el-mechouar-essaaid	MA		0	Africa/Casablanca	35.56962	-5.37161				01	571		
11060537	El Mellah	el-mellah	MA		0	Africa/Casablanca	35.56906	-5.36633				01	571		
11060538	Hamda	hamda	MA		0	Africa/Casablanca	35.57151	-5.33882				01	571		
11060539	Msalla	msalla	MA		0	Africa/Casablanca	35.56749	-5.35882				01	571		
11060540	Hay Mhannach	hay-mhannach	MA		0	Africa/Casablanca	35.56648	-5.34771				01	571		
11060541	Hay Kouilma	hay-kouilma	MA		0	Africa/Casablanca	35.56309	-5.34569				01	571		
11060542	Mhannach	mhannach	MA		0	Africa/Casablanca	35.56355	-5.36431				01	571		
11060543	Boujdad	boujdad	MA		0	Africa/Casablanca	35.55929	-5.34878				01	571		
11060544	Lkharrouba	lkharrouba	MA		0	Africa/Casablanca	35.55691	-5.35981				01	571		
11060545	Mgaz Lehjar	mgaz-lehjar	MA		0	Africa/Casablanca	35.55409	-5.36869				01	571		
11060546	Lkharrouba	lkharrouba	MA		0	Africa/Casablanca	35.55356	-5.35548				01	571		
11060547	Ahriq Lousli	ahriq-lousli	MA		0	Africa/Casablanca	35.55202	-5.36436				01	571		
11060548	Torrela	torrela	MA		0	Africa/Casablanca	35.5523	-5.37212				01	571		
11060549	Ouargane	ouargane	MA		0	Africa/Casablanca	35.55101	-5.35556				01	571		
11060550	Ettoub	ettoub	MA		0	Africa/Casablanca	35.55112	-5.35118				01	571		
11060553	Ahriq Lfouqi	ahriq-lfouqi	MA		0	Africa/Casablanca	35.54867	-5.35854				01	571		
11060558	Saniat Lekhlifa	saniat-lekhlifa	MA		0	Africa/Casablanca	35.54747	-5.34555				01	571		
11060561	Douara	douara	MA		0	Africa/Casablanca	35.54229	-5.35596				01	571		
11060566	Jamae Abhir	jamae-abhir	MA		0	Africa/Casablanca	35.52095	-5.34454				01	571		
11060571	Tazanine	tazanine	MA		0	Africa/Casablanca	35.50293	-5.37291				01	571		
11060575	Chathane	chathane	MA		0	Africa/Casablanca	35.50494	-5.3024				01	571		
11060576	Oualbane	oualbane	MA		0	Africa/Casablanca	35.49992	-5.29768				01	571		
11060578	Yaddassene	yaddassene	MA		0	Africa/Casablanca	35.50008	-5.3006				01	571		
11060584	Dar Ben Nacer	dar-ben-nacer	MA		0	Africa/Casablanca	35.52184	-5.29019				01	571		
11060585	Srahna	srahna	MA		0	Africa/Casablanca	35.52097	-5.28944				01	571		
11060586	Fouq Eddar	fouq-eddar	MA		0	Africa/Casablanca	35.52205	-5.28946				01	571		
11060598	Lebbiyer	lebbiyer	MA		0	Africa/Casablanca	35.55952	-5.32508				01	571		
11060599	Dar Ben Youssef	dar-ben-youssef	MA		0	Africa/Casablanca	35.56352	-5.31853				01	571		
11060601	Tazrout	tazrout	MA		0	Africa/Casablanca	35.5643	-5.32297				01	571		
11060604	Thar Essoufla	thar-essoufla	MA		0	Africa/Casablanca	35.56874	-5.30609				01	571		
11060605	Dfali	dfali	MA		0	Africa/Casablanca	35.56816	-5.30993				01	571		
11060606	Kdiouat	kdiouat	MA		0	Africa/Casablanca	35.57268	-5.30641				01	571		
11060608	Khechba	khechba	MA		0	Africa/Casablanca	35.57579	-5.29716				01	571		
11060609	Hayyouna	hayyouna	MA		0	Africa/Casablanca	35.57577	-5.29389				01	571		
11060610	Lemrahel	lemrahel	MA		0	Africa/Casablanca	35.57349	-5.28933				01	571		
11060614	Qniqra Essoufliya	qniqra-essoufliya	MA		0	Africa/Casablanca	35.58356	-5.29276				01	571		
11060621	Residance Ettanmiya	residance-ettanmiya	MA		0	Africa/Casablanca	35.60742	-5.29668				01			
11060626	Mixta Essafiya	mixta-essafiya	MA		0	Africa/Casablanca	35.61994	-5.28777				01			
11060627	Katalane	katalane	MA		0	Africa/Casablanca	35.6196	-5.2792				01			
11060629	Diza	diza	MA		0	Africa/Casablanca	35.6107	-5.27296				01			
11060631	Tloul	tloul	MA		0	Africa/Casablanca	35.5961	-5.26955				01	571		
11060632	Lemaassem Essoufirya	lemaassem-essoufirya	MA		0	Africa/Casablanca	35.58326	-5.27468				01	571		
11060633	Lmahdra	lmahdra	MA		0	Africa/Casablanca	35.58092	-5.28881				01	571		
11060635	Sidi Abdessalam	sidi-abdessalam	MA		0	Africa/Casablanca	35.5834	-5.26045				01	571		
11060639	Dalya	dalya	MA		0	Africa/Casablanca	35.57387	-5.26257				01	571		
11060643	Lemaassem Lfouqiya	lemaassem-lfouqiya	MA		0	Africa/Casablanca	35.56783	-5.27789				01	571		
11060644	Houmat Lghaba	houmat-lghaba	MA		0	Africa/Casablanca	35.5652	-5.26444				01	571		
11060645	Jamae El Caid Said	jamae-el-caid-said	MA		0	Africa/Casablanca	35.56717	-5.25315				01	571		
11060646	Lma Lmassous	lma-lmassous	MA		0	Africa/Casablanca	35.559	-5.25317				01	571		
11060648	Dar El Arbi	dar-el-arbi	MA		0	Africa/Casablanca	35.56039	-5.28714				01	571		
11060650	Lekhlej	lekhlej	MA		0	Africa/Casablanca	35.54801	-5.24827				01	571		
11060651	Nouaouel	nouaouel	MA		0	Africa/Casablanca	35.54543	-5.25269				01	571		
11060652	Hjar Ben Dourech	hjar-ben-dourech	MA		0	Africa/Casablanca	35.54293	-5.25992				01	571		
11060653	Feddane Lqamh	feddane-lqamh	MA		0	Africa/Casablanca	35.54059	-5.2699				01	571		
11060664	Markane	markane	MA		0	Africa/Casablanca	35.5048	-5.25476				01	571		
11060673	Commune Ezzaytoune	commune-ezzaytoune	MA		0	Africa/Casablanca	35.55244	-5.35741				01	571		
11060679	Hay Kadma	hay-kadma	MA		0	Africa/Casablanca	35.62404	-5.27637				01			
11060680	Hay Sakiat Dfel	hay-sakiat-dfel	MA		0	Africa/Casablanca	35.62432	-5.28407				01			
11060682	Dar Khaokou Lameadom	dar-khaokou-lameadom	MA		0	Africa/Casablanca	35.62439	-5.36863				01	571		
11066294	Douar Dghabcha	douar-dghabcha	MA		0	Africa/Casablanca	34.73823	-2.4729				02	533		
11066317	Douar Daouyate	douar-daouyate	MA		0	Africa/Casablanca	35.87212	-5.35448				01			
11066318	Dar Cheaybe Laqrae	dar-cheaybe-laqrae	MA		0	Africa/Casablanca	35.87195	-5.35004				01			
11066319	Dar El Bouhali	dar-el-bouhali	MA		0	Africa/Casablanca	35.86949	-5.36149				01			
11066320	Kazita	kazita	MA		0	Africa/Casablanca	35.86693	-5.35647				01			
11066325	Dar Lhaj Salah	dar-lhaj-salah	MA		0	Africa/Casablanca	35.86018	-5.35673				01			
11066329	Hay Lmarja	hay-lmarja	MA		0	Africa/Casablanca	35.85397	-5.35731				01			
11066330	Hay Achbar	hay-achbar	MA		0	Africa/Casablanca	35.85237	-5.35747				01			
11066331	Hay Sidi Boughaba	hay-sidi-boughaba	MA		0	Africa/Casablanca	35.85124	-5.3567				01			
11066333	Sabaato Rijal	sabaato-rijal	MA		0	Africa/Casablanca	35.84887	-5.35368				01			
11066336	Dar Mchich	dar-mchich	MA		0	Africa/Casablanca	35.85068	-5.36316				01			
11066338	Ras Laout	ras-laout	MA		0	Africa/Casablanca	35.84658	-5.37139				01			
11066340	Hay El Amira	hay-el-amira	MA		0	Africa/Casablanca	35.84259	-5.36296				01			
11066342	Hay Ghattas	hay-ghattas	MA		0	Africa/Casablanca	35.83928	-5.36778				01			
11066343	Kendissa Louesta	kendissa-louesta	MA		0	Africa/Casablanca	35.83991	-5.36137				01			
11066344	Kendissa Sofla	kendissa-sofla	MA		0	Africa/Casablanca	35.83928	-5.35757				01			
11066346	Labrarik	labrarik	MA		0	Africa/Casablanca	35.8358	-5.36416				01			
11066347	Kendissa Olya	kendissa-olya	MA		0	Africa/Casablanca	35.83753	-5.36135				01			
11066348	Ben Dibbane	ben-dibbane	MA		0	Africa/Casablanca	35.83424	-5.36102				01			
11066352	Touirssa	touirssa	MA		0	Africa/Casablanca	35.82872	-5.36503				01			
11066353	Azfa	azfa	MA		0	Africa/Casablanca	35.82868	-5.36842				01			
11066354	Labouar	labouar	MA		0	Africa/Casablanca	35.82731	-5.36778				01			
11066359	Dar Echaayri	dar-echaayri	MA		0	Africa/Casablanca	35.82152	-5.36098				01			
11066361	Dhar Arribaa	dhar-arribaa	MA		0	Africa/Casablanca	35.8134	-5.37227				01			
11066366	Bahia Asmir	bahia-asmir	MA		0	Africa/Casablanca	35.80297	-5.35176				01			
11066381	Yassmine Negro	yassmine-negro	MA		0	Africa/Casablanca	35.78557	-5.34976				01			
11066383	Dar Lbadi	dar-lbadi	MA		0	Africa/Casablanca	35.78485	-5.35515				01			
11066385	Dar Battioui	dar-battioui	MA		0	Africa/Casablanca	35.78313	-5.36233				01			
11066388	Dar Rzini	dar-rzini	MA		0	Africa/Casablanca	35.78013	-5.35532				01			
11066395	El Menzeh	el-menzeh	MA		0	Africa/Casablanca	35.76402	-5.3546				01			
11066396	Landalous	landalous	MA		0	Africa/Casablanca	35.76273	-5.34671				01			
11066399	Oulad Akcha	oulad-akcha	MA		0	Africa/Casablanca	35.75907	-5.35857				01			
11066402	Mrayeh Laghrifa	mrayeh-laghrifa	MA		0	Africa/Casablanca	35.7548	-5.36792				01			
11066403	Oulad Amrane	oulad-amrane	MA		0	Africa/Casablanca	35.75541	-5.36134				01			
11066404	Dar Lbaqqali	dar-lbaqqali	MA		0	Africa/Casablanca	35.75389	-5.35514				01			
11066409	As-hane	as-hane	MA		0	Africa/Casablanca	35.74846	-5.36764				01			
11066421	Douar Chrif	douar-chrif	MA		0	Africa/Casablanca	35.86973	-5.36901				01			
11066426	Ben Qaddour	ben-qaddour	MA		0	Africa/Casablanca	35.87521	-5.50534				01	227		
11066430	Lbarka	lbarka	MA		0	Africa/Casablanca	35.87303	-5.51292				01	227		
11066436	Dar Lhassnaoui	dar-lhassnaoui	MA		0	Africa/Casablanca	35.87601	-5.46333				01	227		
11066440	Oued Rmal	oued-rmal	MA		0	Africa/Casablanca	35.88027	-5.48837				01	227		
11066453	Ain Rays	ain-rays	MA		0	Africa/Casablanca	35.90601	-5.47243				01	227		
11066460	Ain Laarif	ain-laarif	MA		0	Africa/Casablanca	35.8745	-5.45426				01	227		
11066465	Houmet Oued Rhi	houmet-oued-rhi	MA		0	Africa/Casablanca	35.8787	-5.44012				01	227		
11066466	Dhoura	dhoura	MA		0	Africa/Casablanca	35.87727	-5.43351				01	227		
11066468	Houmet Chayhach	houmet-chayhach	MA		0	Africa/Casablanca	35.87875	-5.43312				01	227		
11066469	Houmet Lakouamel	houmet-lakouamel	MA		0	Africa/Casablanca	35.88334	-5.43033				01	227		
11066472	Houmet Lhatba	houmet-lhatba	MA		0	Africa/Casablanca	35.88724	-5.42269				01	227		
11066473	Snissal	snissal	MA		0	Africa/Casablanca	35.89113	-5.43569				01	227		
11066475	Karkat Hammou	karkat-hammou	MA		0	Africa/Casablanca	35.89655	-5.45213				01	227		
11066477	Houmet Laanisser	houmet-laanisser	MA		0	Africa/Casablanca	35.89621	-5.4393				01	227		
11066496	Oued Lakhlout	oued-lakhlout	MA		0	Africa/Casablanca	35.87478	-5.38337				01			
11066499	Dar Lhoussine Kahloune	dar-lhoussine-kahloune	MA		0	Africa/Casablanca	35.88073	-5.38118				01			
11066506	Houmet Trab Zraq	houmet-trab-zraq	MA		0	Africa/Casablanca	35.89377	-5.39136				01			
11066512	Lhouma Lkahla	lhouma-lkahla	MA		0	Africa/Casablanca	35.90236	-5.3902				01			
11066513	Houmet Lakouache	houmet-lakouache	MA		0	Africa/Casablanca	35.90455	-5.39432				01			
11066514	Houmet Dardara	houmet-dardara	MA		0	Africa/Casablanca	35.90907	-5.38565				01			
11066515	Houmet Sahet Zitoune	houmet-sahet-zitoune	MA		0	Africa/Casablanca	35.91091	-5.38419				01			
11066518	Houmet Djaoune	houmet-djaoune	MA		0	Africa/Casablanca	35.90924	-5.4017				01			
11066522	Marset Fabrika	marset-fabrika	MA		0	Africa/Casablanca	35.9123	-5.399				01			
11066525	Dar Abdeslam	dar-abdeslam	MA		0	Africa/Casablanca	35.87815	-5.38079				01			
11066526	Annilou	annilou	MA		0	Africa/Casablanca	35.90142	-5.48567				01	227		
11066553	Douz	douz	MA		0	Africa/Casablanca	34.85793	-2.12105				02	113		
11066559	Douar Tanout Bni Chiyeb	douar-tanout-bni-chiyeb	MA		0	Africa/Casablanca	34.83997	-2.09072				02	411		
11066572	Oulad Lghadi Thata	oulad-lghadi-thata	MA		0	Africa/Casablanca	34.82296	-2.07892				02	411		
11066573	Ezzaayma	ezzaayma	MA		0	Africa/Casablanca	34.82583	-2.08641				02	411		
11066577	Oulad Amara	oulad-amara	MA		0	Africa/Casablanca	34.82184	-2.12311				02	411		
11066580	Oulad Moussa	oulad-moussa	MA		0	Africa/Casablanca	34.8175	-2.0947				02	411		
11066587	Lekhrachich	lekhrachich	MA		0	Africa/Casablanca	34.80344	-2.11169				02	411		
11066588	Oulad Jaber	oulad-jaber	MA		0	Africa/Casablanca	34.80363	-2.11759				02	411		
11066590	Mdinat Lhouari	mdinat-lhouari	MA		0	Africa/Casablanca	34.80566	-2.08733				02	411		
11066593	Oulad Lmane	oulad-lmane	MA		0	Africa/Casablanca	34.78296	-2.1051				02	411		
11066594	Lemsalla	lemsalla	MA		0	Africa/Casablanca	34.78366	-2.10967				02	411		
11066595	Bezghoud	bezghoud	MA		0	Africa/Casablanca	34.77741	-2.106				02	411		
11066596	Ejjaouta	ejjaouta	MA		0	Africa/Casablanca	34.7803	-2.10293				02	411		
11066597	Oulad Lmanser	oulad-lmanser	MA		0	Africa/Casablanca	34.77201	-2.12328				02	411		
11066604	Oulad Ou Ali	oulad-ou-ali	MA		0	Africa/Casablanca	34.75137	-2.11514				02	411		
11066616	Sqayna	sqayna	MA		0	Africa/Casablanca	34.85097	-2.0783				02	411		
11066618	Dar Cheikh Lazaar	dar-cheikh-lazaar	MA		0	Africa/Casablanca	34.84788	-2.0527				02	411		
11066623	Oulad Darouich	oulad-darouich	MA		0	Africa/Casablanca	34.82909	-2.0451				02	411		
11066630	Majene Bakhta	majene-bakhta	MA		0	Africa/Casablanca	34.78332	-2.07049				02	411		
11066633	Essedra Lemherara	essedra-lemherara	MA		0	Africa/Casablanca	34.76855	-2.07129				02	411		
11066635	Oulad Lhoussine	oulad-lhoussine	MA		0	Africa/Casablanca	34.76651	-2.05568				02	411		
11066636	Dar Lhaj Sidi Bou Mediene	dar-lhaj-sidi-bou-mediene	MA		0	Africa/Casablanca	34.76223	-2.06707				02	411		
11066647	Kizennaya	kizennaya	MA		0	Africa/Casablanca	34.86812	-2.02411				02	411		
11066648	Lehmayra	lehmayra	MA		0	Africa/Casablanca	34.86775	-2.00163				02	411		
11066649	Bou Leghchayne	bou-leghchayne	MA		0	Africa/Casablanca	34.86314	-2.0288				02	411		
11066650	Oulad Bouziyane	oulad-bouziyane	MA		0	Africa/Casablanca	34.85945	-2.03738				02	411		
11066652	Oulad Lbachir Talya	oulad-lbachir-talya	MA		0	Africa/Casablanca	34.85453	-2.03729				02	411		
11066653	Hay Salam	hay-salam	MA		0	Africa/Casablanca	34.8619	-2.00104				02	411		
11066654	Douar Azizayne	douar-azizayne	MA		0	Africa/Casablanca	34.8571	-2.00292				02	411		
11066655	Jnadra	jnadra	MA		0	Africa/Casablanca	34.85374	-2.00047				02	411		
11066657	Sqayna	sqayna	MA		0	Africa/Casablanca	34.83725	-2.03305				02	411		
11066658	Oulad Ramdane	oulad-ramdane	MA		0	Africa/Casablanca	34.83736	-2.02021				02	411		
11066659	Oulad Lazaar	oulad-lazaar	MA		0	Africa/Casablanca	34.83444	-2.03721				02	411		
11066660	Oulad Lhaj Ahmed	oulad-lhaj-ahmed	MA		0	Africa/Casablanca	34.83238	-2.03532				02	411		
11066661	Dar Med. Chaouch	dar-med-chaouch	MA		0	Africa/Casablanca	34.83264	-2.00039				02	411		
11066664	Oulad Abderrahmane	oulad-abderrahmane	MA		0	Africa/Casablanca	34.81985	-2.04059				02	411		
11066666	Hassi Oulad Ahmed Taher	hassi-oulad-ahmed-taher	MA		0	Africa/Casablanca	34.81282	-2.00305				02	411		
11066668	Oulad Moussa	oulad-moussa	MA		0	Africa/Casablanca	34.80575	-2.02546				02	411		
11066672	Oulad Zaouj	oulad-zaouj	MA		0	Africa/Casablanca	34.78833	-2.0011				02	411		
11066675	Coopérative Lmazouziya	cooperative-lmazouziya	MA		0	Africa/Casablanca	34.77975	-2.00476		Cooperative Lmazouziya,Coopérative Lmazouziya,Ferme Nachir		02	411		
11066691	Njajra	njajra	MA		0	Africa/Casablanca	34.8016	-2.0517				02	411		
11066703	Jediral	jediral	MA		0	Africa/Casablanca	34.77446	-2.12492				02	411		
11066707	Douar Oulad Echaref	douar-oulad-echaref	MA		0	Africa/Casablanca	34.61321	-2.10811				02	411		
11066708	Douar Ennouali	douar-ennouali	MA		0	Africa/Casablanca	34.6097	-2.10245				02	411		
11066719	Douar Leghrab	douar-leghrab	MA		0	Africa/Casablanca	34.74435	-2.44889				02	113		
11066720	Douar Oulad Tmim Eddir	douar-oulad-tmim-eddir	MA		0	Africa/Casablanca	34.74125	-2.4395				02	113		
11066729	Douar Dar El Hamra	douar-dar-el-hamra	MA		0	Africa/Casablanca	34.74274	-2.37958				02	113		
11066731	Douar Oulad Nacer	douar-oulad-nacer	MA		0	Africa/Casablanca	34.72451	-2.38518				02	113		
11066733	Douar Anjoum	douar-anjoum	MA		0	Africa/Casablanca	34.73236	-2.39729				02	113		
11066735	Douar El Malki	douar-el-malki	MA		0	Africa/Casablanca	34.72315	-2.4132				02	113		
11066736	Douar Oulad Abbou Rislane	douar-oulad-abbou-rislane	MA		0	Africa/Casablanca	34.73342	-2.41673				02	113		
11066737	Douar Blajrou	douar-blajrou	MA		0	Africa/Casablanca	34.72731	-2.42248				02	113		
11066752	Douar Massine El Oulya	douar-massine-el-oulya	MA		0	Africa/Casablanca	34.72333	-2.48861				02	533		
11066753	Douar Rhamna	douar-rhamna	MA		0	Africa/Casablanca	34.72139	-2.49676				02	533		
11066754	Douar Oulad Ali Loulout	douar-oulad-ali-loulout	MA		0	Africa/Casablanca	34.72072	-2.49133				02	533		
11066756	Douar El Qaz	douar-el-qaz	MA		0	Africa/Casablanca	34.71973	-2.48217				02	533		
11066757	Douar Oulad Rahch	douar-oulad-rahch	MA		0	Africa/Casablanca	34.7201	-2.46647				02	533		
11066758	Douar Oulad El Arbi	douar-oulad-el-arbi	MA		0	Africa/Casablanca	34.72222	-2.45638				02	113		
11066761	Douar Oulad Bel Mahi	douar-oulad-bel-mahi	MA		0	Africa/Casablanca	34.71765	-2.45216				02	113		
11066764	Dar Maghfour	dar-maghfour	MA		0	Africa/Casablanca	34.71402	-2.37939				02	113		
11066765	Dar Bardil	dar-bardil	MA		0	Africa/Casablanca	34.71015	-2.38021				02	113		
11066768	Douar Abdellaouiyat	douar-abdellaouiyat	MA		0	Africa/Casablanca	34.71464	-2.40871				02	113		
11066770	Douar Tijiouine	douar-tijiouine	MA		0	Africa/Casablanca	34.71075	-2.4135				02	113		
11066771	Douar Oulad Jilali	douar-oulad-jilali	MA		0	Africa/Casablanca	34.70285	-2.41673				02	113		
11066772	Douar El Gazzara	douar-el-gazzara	MA		0	Africa/Casablanca	34.70334	-2.42054				02	113		
11066773	Douar Tijouine El Madmer	douar-tijouine-el-madmer	MA		0	Africa/Casablanca	34.71686	-2.42176				02	113		
11066782	Douar Oulad Ahmed	douar-oulad-ahmed	MA		0	Africa/Casablanca	34.70594	-2.45828				02	533		
11066784	Douar Ibouhotene	douar-ibouhotene	MA		0	Africa/Casablanca	34.69798	-2.47606				02	533		
11066785	Douar Oulad Ben Saleh Imsatene	douar-oulad-ben-saleh-imsatene	MA		0	Africa/Casablanca	34.70869	-2.4788				02	533		
11066798	Douar Abdelmoumene Leklnag	douar-abdelmoumene-leklnag	MA		0	Africa/Casablanca	34.68769	-2.47939				02	533		
11066803	Douar Arzine	douar-arzine	MA		0	Africa/Casablanca	34.69518	-2.39738				02	113		
11066807	Douar Arzine Abdellaouniyat	douar-arzine-abdellaouniyat	MA		0	Africa/Casablanca	34.69904	-2.38237				02	113		
11066811	Douar Aqbah	douar-aqbah	MA		0	Africa/Casablanca	34.67986	-2.4263				02	113		
11066812	Douar Tahiri Bou Taleb	douar-tahiri-bou-taleb	MA		0	Africa/Casablanca	34.67702	-2.42775				02	113		
11066814	Douar Khirbat	douar-khirbat	MA		0	Africa/Casablanca	34.6682	-2.41503				02	113		
11066815	Douar Jmiaat	douar-jmiaat	MA		0	Africa/Casablanca	34.67228	-2.41417				02	113		
11066816	Douar Oulad Tmim Sehb Zaim	douar-oulad-tmim-sehb-zaim	MA		0	Africa/Casablanca	34.66834	-2.40004				02	113		
11066817	Douar Lagrab Sehb Zaim	douar-lagrab-sehb-zaim	MA		0	Africa/Casablanca	34.6688	-2.4063				02	113		
11066818	Douar Khirbat Sehb Zaim	douar-khirbat-sehb-zaim	MA		0	Africa/Casablanca	34.6617	-2.41508				02	113		
11066821	Dar Ahmed Arraba	dar-ahmed-arraba	MA		0	Africa/Casablanca	34.65665	-2.44269				02	113		
11066822	Douar Oulad Said	douar-oulad-said	MA		0	Africa/Casablanca	34.66229	-2.47256				02	533		
11066823	Douar Oulad Mohamed Ben Aissa	douar-oulad-mohamed-ben-aissa	MA		0	Africa/Casablanca	34.65974	-2.47456				02	533		
11066827	Douar Ibougharlayene	douar-ibougharlayene	MA		0	Africa/Casablanca	34.66173	-2.48172				02	533		
11066832	Douar Oulad Amer	douar-oulad-amer	MA		0	Africa/Casablanca	34.67189	-2.49179				02	533		
11066839	Douar Oulad Mohamed Ou Hammou	douar-oulad-mohamed-ou-hammou	MA		0	Africa/Casablanca	34.65744	-2.405				02	113		
11066846	Douar El Basraoui	douar-el-basraoui	MA		0	Africa/Casablanca	34.63688	-2.39658				02	113		
11066847	Douar Lgarb Oulad Aissa	douar-lgarb-oulad-aissa	MA		0	Africa/Casablanca	34.62934	-2.3884				02	113		
11066848	Douar Ali Moussa	douar-ali-moussa	MA		0	Africa/Casablanca	34.6345	-2.40555				02	113		
11066865	Douar Ifrane	douar-ifrane	MA		0	Africa/Casablanca	34.63704	-2.477				02	533		
11066866	Douar Lamhaya	douar-lamhaya	MA		0	Africa/Casablanca	34.62629	-2.47547				02	533		
11066867	Douar Oulad Marzoug	douar-oulad-marzoug	MA		0	Africa/Casablanca	34.62892	-2.48787				02	533		
11066868	Douar Labranes	douar-labranes	MA		0	Africa/Casablanca	34.63572	-2.49085				02	533		
11066869	Douar Rhamaa	douar-rhamaa	MA		0	Africa/Casablanca	34.64232	-2.4911				02	533		
11066870	Douar Rhamma Ajgou	douar-rhamma-ajgou	MA		0	Africa/Casablanca	34.64857	-2.49274				02	533		
11066873	Douar Oulad Moulay Ahmed	douar-oulad-moulay-ahmed	MA		0	Africa/Casablanca	34.68813	-2.47265				02	533		
11066886	Douar Imilet	douar-imilet	MA		0	Africa/Casablanca	34.8688	-2.2383				02	411		
11066890	Douar Moudjou	douar-moudjou	MA		0	Africa/Casablanca	34.87009	-2.22708				02	411		
11066891	Oulad Harrou	oulad-harrou	MA		0	Africa/Casablanca	34.86094	-2.23106				02	411		
11066895	Douar El Onser	douar-el-onser	MA		0	Africa/Casablanca	34.8659	-2.2116				02	411		
11066899	Douar Ifekrane	douar-ifekrane	MA		0	Africa/Casablanca	34.86684	-2.19493				02	113		
11066900	Douar Iazizene	douar-iazizene	MA		0	Africa/Casablanca	34.87167	-2.19578				02	113		
11066903	Dar Bou Jnane Mohamed	dar-bou-jnane-mohamed	MA		0	Africa/Casablanca	34.6071	-2.12289				02	411		
11066904	Douar Sbitiyine	douar-sbitiyine	MA		0	Africa/Casablanca	34.61847	-2.07492				02	411		
11066907	Lmatrah Labyad	lmatrah-labyad	MA		0	Africa/Casablanca	34.61867	-2.04461				02	411		
11066913	Douar Lbekakra	douar-lbekakra	MA		0	Africa/Casablanca	34.60704	-2.00385				02	411		
11066928	El Maader	el-maader	MA		0	Africa/Casablanca	34.60446	-2.11525				02	411		
11066931	Douar Lemdafaiya	douar-lemdafaiya	MA		0	Africa/Casablanca	34.58797	-2.11476				02	411		
11066932	Majmaa Sallhine	majmaa-sallhine	MA		0	Africa/Casablanca	34.58282	-2.11637				02	411		
11066934	Douar Oulad Rahou Tajmout	douar-oulad-rahou-tajmout	MA		0	Africa/Casablanca	34.5852	-2.08985				02	411		
11066938	Douar Sbaaiyine	douar-sbaaiyine	MA		0	Africa/Casablanca	34.59186	-2.05809				02	411		
11066942	Douar Bni Hassane	douar-bni-hassane	MA		0	Africa/Casablanca	34.57018	-2.04518				02	411		
11066947	Dar Koulati Ben Younes	dar-koulati-ben-younes	MA		0	Africa/Casablanca	34.5864	-2.01706				02	411		
11066949	Dar. Cheikh Chalbi	dar-cheikh-chalbi	MA		0	Africa/Casablanca	34.58089	-2.00689				02	411		
11066953	Douar Selatna	douar-selatna	MA		0	Africa/Casablanca	34.56276	-2.00182				02	411		
11066956	Douar Rehamna	douar-rehamna	MA		0	Africa/Casablanca	34.56482	-2.03035				02	411		
11066958	Douar Ouarsefane	douar-ouarsefane	MA		0	Africa/Casablanca	34.55968	-2.04726				02	411		
11066961	Douar Oulad Aissa	douar-oulad-aissa	MA		0	Africa/Casablanca	34.5642	-2.06709				02	411		
11066965	Coopérative Tajrnout	cooperative-tajrnout	MA		0	Africa/Casablanca	34.56151	-2.07878				02	411		
11066966	Coopérative Sidi Moussa	cooperative-sidi-moussa	MA		0	Africa/Casablanca	34.57045	-2.06778				02	411		
11066983	Oulad Msammer	oulad-msammer	MA		0	Africa/Casablanca	34.5516	-2.05538				02	411		
11066998	Douar Ouarsefane	douar-ouarsefane	MA		0	Africa/Casablanca	34.55055	-2.05888				02	411		
11067002	Douar Zerancha	douar-zerancha	MA		0	Africa/Casablanca	34.54398	-2.07643				02	411		
11067005	Douar Oulad Ben Chna	douar-oulad-ben-chna	MA		0	Africa/Casablanca	34.54382	-2.10165				02	411		
11067019	Douar Oulad Ali Ben Yahya	douar-oulad-ali-ben-yahya	MA		0	Africa/Casablanca	34.53337	-2.07427				02	411		
11067029	Bou Lanouar	bou-lanouar	MA		0	Africa/Casablanca	34.52881	-2.0591				02	411		
11067031	Bou Saleh	bou-saleh	MA		0	Africa/Casablanca	34.52855	-2.08981				02	411		
11067032	Douar Touachera	douar-touachera	MA		0	Africa/Casablanca	34.52949	-2.09565				02	411		
11067036	Douar Lmezouar	douar-lmezouar	MA		0	Africa/Casablanca	34.51867	-2.11245				02	411		
11067057	Douar Oulad El Abd	douar-oulad-el-abd	MA		0	Africa/Casablanca	34.50879	-2.00357				02	275		
11067059	Douar Ennouaoura	douar-ennouaoura	MA		0	Africa/Casablanca	34.50575	-2.01463				02	275		
11067064	Douar Sidi Brahim	douar-sidi-brahim	MA		0	Africa/Casablanca	34.50378	-2.05391				02	411		
11067067	Douar Cruemaz	douar-cruemaz	MA		0	Africa/Casablanca	34.50406	-2.07083				02	411		
11067076	Douar Debabra	douar-debabra	MA		0	Africa/Casablanca	34.4988	-2.03483				02	275		
11067088	Douar Oulad El Bali	douar-oulad-el-bali	MA		0	Africa/Casablanca	34.74613	-2.23039				02	411		
11067098	Douar Oulad El Bali Leghrassat	douar-oulad-el-bali-leghrassat	MA		0	Africa/Casablanca	34.71089	-2.24533				02	411		
11067100	Douar Oulad El Haj	douar-oulad-el-haj	MA		0	Africa/Casablanca	34.71145	-2.22186				02	411		
11067102	Bsara	bsara	MA		0	Africa/Casablanca	34.70605	-2.22831				02	411		
11067103	Douar Oulad Bou Fansa Legnafda	douar-oulad-bou-fansa-legnafda	MA		0	Africa/Casablanca	34.70496	-2.21718				02	411		
11067104	Douar Oulad Moussa	douar-oulad-moussa	MA		0	Africa/Casablanca	34.70067	-2.24793				02	411		
11067105	Douar Oulad Boudchich	douar-oulad-boudchich	MA		0	Africa/Casablanca	34.69968	-2.22555				02	411		
11067109	Douar Oulad Boudchich	douar-oulad-boudchich	MA		0	Africa/Casablanca	34.69071	-2.22478				02	411		
11067110	Douar Chtaouna	douar-chtaouna	MA		0	Africa/Casablanca	34.68972	-2.2122				02	411		
11067111	Douar Oulad Bou Farra	douar-oulad-bou-farra	MA		0	Africa/Casablanca	34.68737	-2.22068				02	411		
11067112	Douar Oulad Meryem Boudchich	douar-oulad-meryem-boudchich	MA		0	Africa/Casablanca	34.68578	-2.22883				02	411		
11067114	Douar Oulad Moussa Laalabat	douar-oulad-moussa-laalabat	MA		0	Africa/Casablanca	34.68054	-2.23908				02	411		
11067115	Douar Oulad Ben Lakhfifa	douar-oulad-ben-lakhfifa	MA		0	Africa/Casablanca	34.67998	-2.22965				02	411		
11067116	Douar Oulad Boudchich Laalabat	douar-oulad-boudchich-laalabat	MA		0	Africa/Casablanca	34.67576	-2.24226				02	411		
11067118	Douar Oulad Boudchich Lehrayeg	douar-oulad-boudchich-lehrayeg	MA		0	Africa/Casablanca	34.6728	-2.22188				02	411		
11067136	Douar Oulad Saleh Touimi Laaraar	douar-oulad-saleh-touimi-laaraar	MA		0	Africa/Casablanca	34.73931	-2.16064				02	411		
11067137	Douar Leqrarcha	douar-leqrarcha	MA		0	Africa/Casablanca	34.72715	-2.20613				02	411		
11067140	Dar Abdelkader Salhi	dar-abdelkader-salhi	MA		0	Africa/Casablanca	34.72339	-2.17223				02	411		
11067141	Douar Bni Bou Khlouf	douar-bni-bou-khlouf	MA		0	Africa/Casablanca	34.71792	-2.18489				02	411		
11067142	Dar Laqbi Mohamed	dar-laqbi-mohamed	MA		0	Africa/Casablanca	34.71096	-2.18126				02	411		
11067145	Dar Moumene El Bekkay	dar-moumene-el-bekkay	MA		0	Africa/Casablanca	34.69397	-2.17071				02	411		
11067146	Douar Lebyatra	douar-lebyatra	MA		0	Africa/Casablanca	34.69605	-2.20922				02	411		
11067149	Douar Oulad El Haj	douar-oulad-el-haj	MA		0	Africa/Casablanca	34.6858	-2.20085				02	411		
11067151	Douar Bni Khlouf Lehrayeg	douar-bni-khlouf-lehrayeg	MA		0	Africa/Casablanca	34.68266	-2.17231				02	411		
11067157	Douar Oulad El Houssine Lachhab	douar-oulad-el-houssine-lachhab	MA		0	Africa/Casablanca	34.74394	-2.14223				02	411		
11067158	Douar Oulad El Arbi	douar-oulad-el-arbi	MA		0	Africa/Casablanca	34.7303	-2.13689				02	411		
11067161	Douar Rzazga	douar-rzazga	MA		0	Africa/Casablanca	34.71846	-2.15831				02	411		
11067163	Douar Ouraghat	douar-ouraghat	MA		0	Africa/Casablanca	34.7166	-2.14386				02	411		
11067164	Douar Lehramna	douar-lehramna	MA		0	Africa/Casablanca	34.71483	-2.13912				02	411		
11067171	Douar Hirchane	douar-hirchane	MA		0	Africa/Casablanca	34.69383	-2.15457				02	411		
11067172	Dar Oulad Essayeh	dar-oulad-essayeh	MA		0	Africa/Casablanca	34.68829	-2.14615				02	411		
11067173	Dar Cheikh Ahmed	dar-cheikh-ahmed	MA		0	Africa/Casablanca	34.68423	-2.15287				02	411		
11067174	Douar Jdayne	douar-jdayne	MA		0	Africa/Casablanca	34.68209	-2.15626				02	411		
11067177	Douar Ouraghat Eddebbab	douar-ouraghat-eddebbab	MA		0	Africa/Casablanca	34.67775	-2.13485				02	411		
11067179	Douar Ayyadene Eddebbab	douar-ayyadene-eddebbab	MA		0	Africa/Casablanca	34.67283	-2.13736				02	411		
11067180	Douar Dahmani	douar-dahmani	MA		0	Africa/Casablanca	34.66506	-2.14433				02	411		
11067184	Douar Oulad Abdelkader Ben Yahya	douar-oulad-abdelkader-ben-yahya	MA		0	Africa/Casablanca	34.65729	-2.15461				02	411		
11067185	Douar Oulad Ali Ou Ahmed Leqrarcha	douar-oulad-ali-ou-ahmed-leqrarcha	MA		0	Africa/Casablanca	34.6549	-2.14498				02	411		
11067196	Douar Oulad Faraji	douar-oulad-faraji	MA		0	Africa/Casablanca	34.71891	-2.23905				02	411		
11067206	Dar Dkhakhsa	dar-dkhakhsa	MA		0	Africa/Casablanca	34.73202	-2.16675				02	411		
11067210	Douar Oulad Boutchich	douar-oulad-boutchich	MA		0	Africa/Casablanca	34.749	-2.22676				02	411		
11067213	Kastrat Moulay Ismail	kastrat-moulay-ismail	MA		0	Africa/Casablanca	34.86537	-2.4948				02	113		
11067214	Oulad Ben Atiya	oulad-ben-atiya	MA		0	Africa/Casablanca	34.86539	-2.46856				02	113		
11067215	Oulad El Yamani	oulad-el-yamani	MA		0	Africa/Casablanca	34.86433	-2.4656				02	113		
11067217	Oulad Badaoui	oulad-badaoui	MA		0	Africa/Casablanca	34.87025	-2.46656				02	113		
11067241	Douar Oulad Ahmed	douar-oulad-ahmed	MA		0	Africa/Casablanca	34.85588	-2.46918				02	113		
11067242	Douar Tiouririne	douar-tiouririne	MA		0	Africa/Casablanca	34.85023	-2.46441				02	113		
11067245	Oulad El Mehdi	oulad-el-mehdi	MA		0	Africa/Casablanca	34.85062	-2.47923				02	113		
11067248	Douar Dzioua	douar-dzioua	MA		0	Africa/Casablanca	34.85111	-2.49435				02	113		
11067253	Douar Tafrout	douar-tafrout	MA		0	Africa/Casablanca	34.84354	-2.46323				02	113		
11067259	Jerarda	jerarda	MA		0	Africa/Casablanca	34.8401	-2.4273				02	113		
11067261	Douar Oulad Ben Lkhir	douar-oulad-ben-lkhir	MA		0	Africa/Casablanca	34.84165	-2.42444				02	113		
11067263	Douar Oulad Sidi Abdellah	douar-oulad-sidi-abdellah	MA		0	Africa/Casablanca	34.84921	-2.41923				02	113		
11067272	Douar Ichtouyene	douar-ichtouyene	MA		0	Africa/Casablanca	34.83931	-2.38063				02	113		
11067274	Douar Igharafene	douar-igharafene	MA		0	Africa/Casablanca	34.83424	-2.38176				02	113		
11067281	Douar Taghasrout	douar-taghasrout	MA		0	Africa/Casablanca	34.82657	-2.37526				02	113		
11067282	Oulad Lahbil	oulad-lahbil	MA		0	Africa/Casablanca	34.82346	-2.38103				02	113		
11067288	Douar Oulad Yaaqoub	douar-oulad-yaaqoub	MA		0	Africa/Casablanca	34.83008	-2.42775				02	113		
11067289	Douar Oulad Maaboura	douar-oulad-maaboura	MA		0	Africa/Casablanca	34.83401	-2.41794				02	113		
11067303	Dar Said	dar-said	MA		0	Africa/Casablanca	34.81994	-2.48746				02	113		
11067304	Douar Zaariyine Aghrem	douar-zaariyine-aghrem	MA		0	Africa/Casablanca	34.81121	-2.49558				02	113		
11067306	Douar Zaariyine	douar-zaariyine	MA		0	Africa/Casablanca	34.80517	-2.49884				02	113		
11067317	Douar Lahouafi	douar-lahouafi	MA		0	Africa/Casablanca	34.80397	-2.38881				02	113		
11067328	Moutay Esseddiq	moutay-esseddiq	MA		0	Africa/Casablanca	34.79736	-2.49104				02	113		
11067342	Dar El Fassi	dar-el-fassi	MA		0	Africa/Casablanca	34.78894	-2.39414				02	113		
11067349	Ifsi	ifsi	MA		0	Africa/Casablanca	34.77759	-2.38038				02	113		
11067353	Douar Hrakat	douar-hrakat	MA		0	Africa/Casablanca	34.7752	-2.41457				02	113		
11067355	Lalla Halima	lalla-halima	MA		0	Africa/Casablanca	34.77551	-2.41464				02	113		
11067356	Lemzaraa	lemzaraa	MA		0	Africa/Casablanca	34.77202	-2.43884				02	113		
11067365	Douar Oulad Othmane	douar-oulad-othmane	MA		0	Africa/Casablanca	34.76157	-2.48053				02	113		
11067369	Douar Oulad Daoud	douar-oulad-daoud	MA		0	Africa/Casablanca	34.75967	-2.47423				02	113		
11067371	Douar Oulad Temim	douar-oulad-temim	MA		0	Africa/Casablanca	34.76529	-2.45941				02	113		
11067372	Douar Daghdough	douar-daghdough	MA		0	Africa/Casablanca	34.76058	-2.46143				02	113		
11067375	Douar Oulad Tmim	douar-oulad-tmim	MA		0	Africa/Casablanca	34.75408	-2.44459				02	113		
11067376	Douar Oulad Moussa El Haj	douar-oulad-moussa-el-haj	MA		0	Africa/Casablanca	34.7542	-2.43721				02	113		
11067379	Rislane Centre	rislane-centre	MA		0	Africa/Casablanca	34.75854	-2.43068				02	113		
11067381	Koudyet Ghanou	koudyet-ghanou	MA		0	Africa/Casablanca	34.75284	-2.42911				02	113		
11067382	Dhar Lmafout	dhar-lmafout	MA		0	Africa/Casablanca	34.75152	-2.4384				02	113		
11067387	Douar Oulad Nacer	douar-oulad-nacer	MA		0	Africa/Casablanca	34.75253	-2.41081				02	113		
11067389	Douar Hrakat	douar-hrakat	MA		0	Africa/Casablanca	34.76605	-2.42484				02	113		
11067390	Douar Tibarrarine	douar-tibarrarine	MA		0	Africa/Casablanca	34.75986	-2.40823				02	113		
11067392	Dar Oulad Sayeh	dar-oulad-sayeh	MA		0	Africa/Casablanca	34.76377	-2.3998				02	113		
11067393	Oulad Maames	oulad-maames	MA		0	Africa/Casablanca	34.76048	-2.38967				02	113		
11067396	Douar Oulad Ichou	douar-oulad-ichou	MA		0	Africa/Casablanca	34.76841	-2.38191				02	113		
11067398	Lalla Aicha	lalla-aicha	MA		0	Africa/Casablanca	34.76395	-2.37978				02	113		
11067401	Douar Laargoub	douar-laargoub	MA		0	Africa/Casablanca	34.75276	-2.37937				02	113		
11067403	Douar Oulad Laarbi	douar-oulad-laarbi	MA		0	Africa/Casablanca	34.76804	-2.4039				02	113		
11067415	Oulad Ahmed	oulad-ahmed	MA		0	Africa/Casablanca	34.83585	-2.46455				02	113		
11067426	Douar Ghraba	douar-ghraba	MA		0	Africa/Casablanca	34.99103	-2.24239				02	113		
11067428	Douar Oulad Chaoui	douar-oulad-chaoui	MA		0	Africa/Casablanca	34.99461	-2.22476				02	113		
11067430	Douar Bou Hassan	douar-bou-hassan	MA		0	Africa/Casablanca	34.86521	-2.15305				02	113		
11067436	Douar Bni Yahya	douar-bni-yahya	MA		0	Africa/Casablanca	34.85905	-2.14878				02	113		
11067437	Douar Ben Harene	douar-ben-harene	MA		0	Africa/Casablanca	34.86917	-2.14955				02	113		
11067441	Aghrem Leffaqa	aghrem-leffaqa	MA		0	Africa/Casablanca	34.86854	-2.14619				02	113		
11067444	Douar Bou Helalene	douar-bou-helalene	MA		0	Africa/Casablanca	34.86382	-2.12773				02	113		
11067457	Douar Khellad	douar-khellad	MA		0	Africa/Casablanca	34.8504	-2.2312				02	411		
11067461	Douar Tamziret	douar-tamziret	MA		0	Africa/Casablanca	34.85058	-2.24165				02	411		
11067462	Douar Guetfane	douar-guetfane	MA		0	Africa/Casablanca	34.8599	-2.24956				02	411		
11067466	Douar Idayene	douar-idayene	MA		0	Africa/Casablanca	34.83725	-2.21856				02	411		
11067470	Douar Oulad Bou Yaaqoub	douar-oulad-bou-yaaqoub	MA		0	Africa/Casablanca	34.84752	-2.1714				02	411		
11067474	Douar Oulad El Haj Ali Bou Abdellah	douar-oulad-el-haj-ali-bou-abdellah	MA		0	Africa/Casablanca	34.84075	-2.15617				02	113		
11067476	Douar Oulad Youssef El Haj	douar-oulad-youssef-el-haj	MA		0	Africa/Casablanca	34.84593	-2.14973				02	113		
11067477	El Allaouiyine	el-allaouiyine	MA		0	Africa/Casablanca	34.84353	-2.13548				02	411		
11067479	Douar Oulad El Gadi	douar-oulad-el-gadi	MA		0	Africa/Casablanca	34.84534	-2.13036				02	411		
11067483	Douar Oulad Bou Jamaa Fouaqa	douar-oulad-bou-jamaa-fouaqa	MA		0	Africa/Casablanca	34.83641	-2.14681				02	411		
11067484	Douar Oulad Jaber Fouaqa	douar-oulad-jaber-fouaqa	MA		0	Africa/Casablanca	34.83318	-2.15495				02	411		
11067487	Douar Oulad Jaber Fouaqa	douar-oulad-jaber-fouaqa	MA		0	Africa/Casablanca	34.8316	-2.17885				02	411		
11067490	Bou Ilfrane	bou-ilfrane	MA		0	Africa/Casablanca	34.83077	-2.20991				02	411		
11067492	Foud Ou Sardoune	foud-ou-sardoune	MA		0	Africa/Casablanca	34.8224	-2.23907				02	411		
11067493	Tidaf	tidaf	MA		0	Africa/Casablanca	34.82344	-2.20413				02	411		
11067496	Douar Tamlalet	douar-tamlalet	MA		0	Africa/Casablanca	34.82247	-2.17895				02	411		
11067497	Douar Oulad Cheril	douar-oulad-cheril	MA		0	Africa/Casablanca	34.8218	-2.18182				02	411		
11067499	Douar Oulad El Mane Fouaqa	douar-oulad-el-mane-fouaqa	MA		0	Africa/Casablanca	34.82202	-2.15828				02	411		
11067502	Douar Oulad Ben Tahar	douar-oulad-ben-tahar	MA		0	Africa/Casablanca	34.82794	-2.14015				02	411		
11067505	Douar Oulad Bon Ayach	douar-oulad-bon-ayach	MA		0	Africa/Casablanca	34.82785	-2.12536				02	411		
11067507	Douar Oulad Amara Bou Ayyach	douar-oulad-amara-bou-ayyach	MA		0	Africa/Casablanca	34.82259	-2.12665				02	411		
11067508	Douar Oulad Mbarek	douar-oulad-mbarek	MA		0	Africa/Casablanca	34.81231	-2.13106				02	411		
11067511	Douar Oulad Hsaien	douar-oulad-hsaien	MA		0	Africa/Casablanca	34.81021	-2.16076				02	411		
11067514	Douar Bni Ouihdane	douar-bni-ouihdane	MA		0	Africa/Casablanca	34.81525	-2.18769				02	411		
11067516	Douar Qjaouaa	douar-qjaouaa	MA		0	Africa/Casablanca	34.81391	-2.20114				02	411		
11067519	Douar Seghdaoune	douar-seghdaoune	MA		0	Africa/Casablanca	34.80548	-2.23612				02	411		
11067521	Douar Berhilene	douar-berhilene	MA		0	Africa/Casablanca	34.80454	-2.232				02	411		
11067525	Douar Bazghoud	douar-bazghoud	MA		0	Africa/Casablanca	34.81018	-2.16969				02	411		
11067531	Douar Chehalfa Oulalit	douar-chehalfa-oulalit	MA		0	Africa/Casablanca	34.79402	-2.17883				02	411		
11067541	Douar Oulad Moussaa	douar-oulad-moussaa	MA		0	Africa/Casablanca	34.78166	-2.20735				02	411		
11067542	Qracha	qracha	MA		0	Africa/Casablanca	34.7786	-2.20595				02	411		
11067544	Douar Ayyadene	douar-ayyadene	MA		0	Africa/Casablanca	34.78111	-2.19049				02	411		
11067545	Douar Oulad Aissa Mezzourene	douar-oulad-aissa-mezzourene	MA		0	Africa/Casablanca	34.78272	-2.18948				02	411		
11067547	Douar Ouarghaat	douar-ouarghaat	MA		0	Africa/Casablanca	34.77746	-2.18106				02	411		
11067549	Douar Amranene	douar-amranene	MA		0	Africa/Casablanca	34.78099	-2.16832				02	411		
11067550	Kaaouchil Labkhata	kaaouchil-labkhata	MA		0	Africa/Casablanca	34.79021	-2.15816				02	411		
11067551	Douar El Melha	douar-el-melha	MA		0	Africa/Casablanca	34.78847	-2.15745				02	411		
11067554	Oulad El Mane Zerazra	oulad-el-mane-zerazra	MA		0	Africa/Casablanca	34.78505	-2.15268				02	411		
11067558	Oulad El Bakkay	oulad-el-bakkay	MA		0	Africa/Casablanca	34.7798	-2.14873				02	411		
11067560	Oulad Ben Said	oulad-ben-said	MA		0	Africa/Casablanca	34.78471	-2.12885				02	411		
11067562	Ajaoune Oulad Ouarrou	ajaoune-oulad-ouarrou	MA		0	Africa/Casablanca	34.76826	-2.13824				02	411		
11067565	Oulad Ben Aini	oulad-ben-aini	MA		0	Africa/Casablanca	34.77531	-2.14629				02	411		
11067566	Douar Oulad Ouarrou	douar-oulad-ouarrou	MA		0	Africa/Casablanca	34.76837	-2.14743				02	411		
11067570	Oulad Qoubae Cheril	oulad-qoubae-cheril	MA		0	Africa/Casablanca	34.76862	-2.15651				02	411		
11067576	Douar Bouchich Abbouyene	douar-bouchich-abbouyene	MA		0	Africa/Casablanca	34.75451	-2.23433				02	411		
11067577	Douar Ben Boukhallouf	douar-ben-boukhallouf	MA		0	Africa/Casablanca	34.75839	-2.18681				02	411		
11067579	Oulad Faraji	oulad-faraji	MA		0	Africa/Casablanca	34.75538	-2.19537				02	411		
11067580	Douar Oulad Boufarra	douar-oulad-boufarra	MA		0	Africa/Casablanca	34.75452	-2.18786				02	411		
11067582	Douar Tazdayet	douar-tazdayet	MA		0	Africa/Casablanca	34.7566	-2.15504				02	411		
11067583	Oulad Berrajeh	oulad-berrajeh	MA		0	Africa/Casablanca	34.76233	-2.14535				02	411		
11067586	Sebaa Qebab	sebaa-qebab	MA		0	Africa/Casablanca	34.75288	-2.1399				02	411		
11067591	Chetaouna	chetaouna	MA		0	Africa/Casablanca	34.75404	-2.20196				02	411		
11067593	Derarza	derarza	MA		0	Africa/Casablanca	34.75256	-2.22026				02	411		
11067596	Oulad Youssef	oulad-youssef	MA		0	Africa/Casablanca	34.75257	-2.23122				02	411		
11067597	Oulad Aissa	oulad-aissa	MA		0	Africa/Casablanca	34.75152	-2.23361				02	411		
11067670	Douar Taghassa	douar-taghassa	MA		0	Africa/Casablanca	35.22388	-4.7382				01	151		
11067673	Eddarza	eddarza	MA		0	Africa/Casablanca	35.22007	-4.74116				01	151		
11067680	Douar Lkarouazma	douar-lkarouazma	MA		0	Africa/Casablanca	34.98312	-2.21995				02	113		
11067681	Douar Oulad Ben Abid	douar-oulad-ben-abid	MA		0	Africa/Casablanca	34.98676	-2.16731				02	113		
11067682	Douar Ouchanene Tchata	douar-ouchanene-tchata	MA		0	Africa/Casablanca	34.99579	-2.15251				02	113		
11067683	Douar Bou Yahyayene	douar-bou-yahyayene	MA		0	Africa/Casablanca	34.99482	-2.1377				02	113		
11067687	Douar Addiyene	douar-addiyene	MA		0	Africa/Casablanca	34.98242	-2.13675				02	113		
11067688	Douar Oulad El Mehdi	douar-oulad-el-mehdi	MA		0	Africa/Casablanca	34.97803	-2.15038				02	113		
11067689	Douar Oulad Brahim	douar-oulad-brahim	MA		0	Africa/Casablanca	34.97308	-2.16032				02	113		
11067690	Douar Lemzaghba	douar-lemzaghba	MA		0	Africa/Casablanca	34.98275	-2.17133				02	113		
11067691	Douar Oulad Kaddour Ben Ali	douar-oulad-kaddour-ben-ali	MA		0	Africa/Casablanca	34.9816	-2.24587				02	113		
11067693	Douar Dehamna	douar-dehamna	MA		0	Africa/Casablanca	34.96633	-2.12637				02	113		
11067695	Douar Essouadiq	douar-essouadiq	MA		0	Africa/Casablanca	34.95586	-2.14002				02	113		
11067697	Douar Lekrarta	douar-lekrarta	MA		0	Africa/Casablanca	34.95802	-2.18976				02	113		
11067703	Douar Milli	douar-milli	MA		0	Africa/Casablanca	34.94888	-2.24437				02	113		
11067704	Douar Inaar	douar-inaar	MA		0	Africa/Casablanca	34.94374	-2.24413				02	113		
11067706	Douar Oulad Bou Ghnem	douar-oulad-bou-ghnem	MA		0	Africa/Casablanca	34.94899	-2.21868				02	113		
11067707	Douar Berrehil	douar-berrehil	MA		0	Africa/Casablanca	34.94373	-2.21072				02	113		
11067708	Douar Hilmene	douar-hilmene	MA		0	Africa/Casablanca	34.95521	-2.19913				02	113		
11067710	Douar Jdayene	douar-jdayene	MA		0	Africa/Casablanca	34.94012	-2.19431				02	113		
11067711	Douar Oulad Cheikh	douar-oulad-cheikh	MA		0	Africa/Casablanca	34.95551	-2.17006				02	113		
11067712	Douar Oulad Ben Ichou	douar-oulad-ben-ichou	MA		0	Africa/Casablanca	34.9531	-2.16343				02	113		
11067713	Douar Sidi Mimoune	douar-sidi-mimoune	MA		0	Africa/Casablanca	34.94514	-2.1728				02	113		
11067715	Douar Jaarane	douar-jaarane	MA		0	Africa/Casablanca	34.9429	-2.14916				02	113		
11067716	Aghbal	aghbal	MA		0	Africa/Casablanca	34.93955	-2.12666				02	113		
11067717	Douar Igharinaouene	douar-igharinaouene	MA		0	Africa/Casablanca	34.93513	-2.1305				02	113		
11067719	Douar Errhmani	douar-errhmani	MA		0	Africa/Casablanca	34.93864	-2.14931				02	113		
11067720	Douar Hassi Aychouhe	douar-hassi-aychouhe	MA		0	Africa/Casablanca	34.92948	-2.14534				02	113		
11067721	Douar Ennehari	douar-ennehari	MA		0	Africa/Casablanca	34.93387	-2.17343				02	113		
11067722	Douar Ichikhiyene	douar-ichikhiyene	MA		0	Africa/Casablanca	34.93957	-2.18049				02	113		
11067723	Douar Hassi Jeraoua	douar-hassi-jeraoua	MA		0	Africa/Casablanca	34.93664	-2.21589				02	113		
11067724	Hay Tafoughalt	hay-tafoughalt	MA		0	Africa/Casablanca	34.93936	-2.22615				02	113		
11067725	Douar Ain Ellour	douar-ain-ellour	MA		0	Africa/Casablanca	34.92501	-2.24881				02	113		
11067726	Douar Issallanene	douar-issallanene	MA		0	Africa/Casablanca	34.91941	-2.23184				02	113		
11067727	Douar Bou Amoud	douar-bou-amoud	MA		0	Africa/Casablanca	34.91897	-2.23954				02	113		
11067729	Douar Oulad Sidi Ramdane	douar-oulad-sidi-ramdane	MA		0	Africa/Casablanca	34.92954	-2.20803				02	113		
11067730	Fezouane	fezouane	MA		0	Africa/Casablanca	34.91781	-2.20402		Fezouane		02	113		
11067732	Douar Tagherrabet Tehata	douar-tagherrabet-tehata	MA		0	Africa/Casablanca	34.92023	-2.18276				02	113		
11067734	Douar Assasla	douar-assasla	MA		0	Africa/Casablanca	34.91697	-2.15274				02	113		
11067735	Douar Rehamna	douar-rehamna	MA		0	Africa/Casablanca	34.92147	-2.14749				02	113		
11067737	Douar Tizi Louffaga	douar-tizi-louffaga	MA		0	Africa/Casablanca	34.91385	-2.13195				02	113		
11067738	Douar Rehamna	douar-rehamna	MA		0	Africa/Casablanca	34.9033	-2.12682				02	113		
11067739	Douar Ouchinene Louffaga	douar-ouchinene-louffaga	MA		0	Africa/Casablanca	34.90884	-2.1501				02	113		
11067741	Douar Becharir	douar-becharir	MA		0	Africa/Casablanca	34.90718	-2.15457				02	113		
11067742	Douar Oulad Slimane	douar-oulad-slimane	MA		0	Africa/Casablanca	34.90688	-2.16647				02	113		
11067744	Douar Iazizene	douar-iazizene	MA		0	Africa/Casablanca	34.91336	-2.1892				02	113		
11067745	Douar Hassi Loulja	douar-hassi-loulja	MA		0	Africa/Casablanca	34.90711	-2.20497				02	113		
11067749	Douar Iqaddarene	douar-iqaddarene	MA		0	Africa/Casablanca	34.91019	-2.24306				02	113		
11067751	Douar Aouggout	douar-aouggout	MA		0	Africa/Casablanca	34.90215	-2.24632				02	113		
11067755	Douar Ben Lahkam	douar-ben-lahkam	MA		0	Africa/Casablanca	34.88873	-2.24345				02	113		
11067756	Douar Oulad Cheikh	douar-oulad-cheikh	MA		0	Africa/Casablanca	34.88869	-2.23757				02	113		
11067757	Douar Ettercha	douar-ettercha	MA		0	Africa/Casablanca	34.8968	-2.21943				02	113		
11067759	Douar Bni Mahfoud	douar-bni-mahfoud	MA		0	Africa/Casablanca	34.89796	-2.21486				02	113		
11067760	Douar Oulad Bou Ghhem	douar-oulad-bou-ghhem	MA		0	Africa/Casablanca	34.89302	-2.20634				02	113		
11067761	Douar Sidi Ramdane	douar-sidi-ramdane	MA		0	Africa/Casablanca	34.89538	-2.19285				02	113		
11067764	Douar Tibemanine	douar-tibemanine	MA		0	Africa/Casablanca	34.8939	-2.18613				02	113		
11067769	Douar Bou Alayene	douar-bou-alayene	MA		0	Africa/Casablanca	34.88147	-2.14289				02	113		
11067770	Douar Azrou Allou	douar-azrou-allou	MA		0	Africa/Casablanca	34.87522	-2.13973				02	113		
11067772	Douar Iderouyene	douar-iderouyene	MA		0	Africa/Casablanca	34.87681	-2.21366				02	113		
11067775	Douar Lamzaraa	douar-lamzaraa	MA		0	Africa/Casablanca	34.87804	-2.22177				02	113		
11067778	Commune Urbaine Pathalik	commune-urbaine-pathalik	MA		0	Africa/Casablanca	34.93233	-2.23401				02	113		
11067779	Douar Tarraint	douar-tarraint	MA		0	Africa/Casablanca	34.89081	-2.22913				02	113		
11067783	Douar Sidi Mansour	douar-sidi-mansour	MA		0	Africa/Casablanca	34.97367	-2.2464				02	113		
11067792	Douar Bouzyanat	douar-bouzyanat	MA		0	Africa/Casablanca	34.98369	-2.24852				02	113		
11067793	Oulad Chaouni	oulad-chaouni	MA		0	Africa/Casablanca	34.99836	-2.22457				02	113		
11067794	Zyanat	zyanat	MA		0	Africa/Casablanca	34.99909	-2.23453				02	113		
11067798	Douar Oulad Sidi Ali Ben Yahya	douar-oulad-sidi-ali-ben-yahya	MA		0	Africa/Casablanca	34.61965	-1.97876				02	411		
11067801	Douar Legyatine	douar-legyatine	MA		0	Africa/Casablanca	34.62312	-1.94426				02	411		
11067802	Douar Oulad Rzine	douar-oulad-rzine	MA		0	Africa/Casablanca	34.61869	-1.8927				02	411		
11067805	Lemqam	lemqam	MA		0	Africa/Casablanca	34.61339	-1.87726				02	411		
11067807	Douar Oulad Essaidi	douar-oulad-essaidi	MA		0	Africa/Casablanca	34.60848	-1.91729				02	411		
11067810	Douar Oulad Maaminer	douar-oulad-maaminer	MA		0	Africa/Casablanca	34.5997	-1.9598				02	411		
11067815	Douar Oulad Amira	douar-oulad-amira	MA		0	Africa/Casablanca	34.5898	-1.92406				02	411		
11067823	Douar Lehlalfa	douar-lehlalfa	MA		0	Africa/Casablanca	34.57877	-1.97368				02	411		
11067826	Douar Chebka	douar-chebka	MA		0	Africa/Casablanca	34.56289	-1.9727				02	411		
11067829	Douar Oulad Ennouali	douar-oulad-ennouali	MA		0	Africa/Casablanca	34.56689	-1.88649				02	411		
11067834	Douar Oulad El Hajjaji	douar-oulad-el-hajjaji	MA		0	Africa/Casablanca	34.55384	-1.91924				02	275		
11067844	Douar Oulad Moussa Ben Ahmed	douar-oulad-moussa-ben-ahmed	MA		0	Africa/Casablanca	34.54289	-1.89829				02	275		
11067849	Douar Oulad Said	douar-oulad-said	MA		0	Africa/Casablanca	34.52949	-1.89455				02	275		
11067863	Douar Dbabra	douar-dbabra	MA		0	Africa/Casablanca	34.51679	-1.9827				02	275		
11067866	Douar Lemsaada	douar-lemsaada	MA		0	Africa/Casablanca	34.5169	-1.90563				02	275		
11067882	Douar Oulad El Khetir	douar-oulad-el-khetir	MA		0	Africa/Casablanca	34.62607	-1.92477				02	411		
11067883	Douar Oulad Maammer	douar-oulad-maammer	MA		0	Africa/Casablanca	34.62406	-1.95629				02	411		
11067911	Douar Tamayet	douar-tamayet	MA		0	Africa/Casablanca	35.22237	-4.86609				01	151		
11067912	Douar Aliouan	douar-aliouan	MA		0	Africa/Casablanca	35.22461	-4.86995				01	151		
11067914	Douar Ar-hab Rha	douar-ar-hab-rha	MA		0	Africa/Casablanca	35.20729	-4.84981				01	151		
11067919	Dar Lamfadal Abdelkader	dar-lamfadal-abdelkader	MA		0	Africa/Casablanca	35.20275	-4.86376				01	151		
11067923	Douar Imoulayn	douar-imoulayn	MA		0	Africa/Casablanca	35.19711	-4.8711				01	151		
11067929	Dar Lhaj Ali Azerqan	dar-lhaj-ali-azerqan	MA		0	Africa/Casablanca	35.184	-4.84927				01	151		
11067930	Douar Tazatane	douar-tazatane	MA		0	Africa/Casablanca	35.18145	-4.85437				01	151		
11067931	Douar Aghil Laazib	douar-aghil-laazib	MA		0	Africa/Casablanca	35.18133	-4.87068				01	151		
11067933	Douar Talemmat	douar-talemmat	MA		0	Africa/Casablanca	35.18093	-4.83908				01	151		
11067942	Dar Abdelkader Hmidane	dar-abdelkader-hmidane	MA		0	Africa/Casablanca	35.16475	-4.85423				01	151		
11067946	Douar Khlilla	douar-khlilla	MA		0	Africa/Casablanca	35.16284	-4.83337				01	151		
11067959	Dar Mohamed Lmoulayti	dar-mohamed-lmoulayti	MA		0	Africa/Casablanca	35.14504	-4.83748				01	151		
11067965	Douar Taachouchte	douar-taachouchte	MA		0	Africa/Casablanca	35.1309	-4.86781				01	151		
11067971	Douar Sehra	douar-sehra	MA		0	Africa/Casablanca	35.12351	-4.84706				01	151		
11067972	Dar Abdessamad Hamdoune	dar-abdessamad-hamdoune	MA		0	Africa/Casablanca	35.12244	-4.85127				01	151		
11067973	Douar Tazemmourt	douar-tazemmourt	MA		0	Africa/Casablanca	35.13491	-4.81863				01	151		
11067976	Douar Bni Bouhrayt	douar-bni-bouhrayt	MA		0	Africa/Casablanca	35.14093	-4.81513				01	151		
11067986	Douar Lmarj	douar-lmarj	MA		0	Africa/Casablanca	35.15197	-4.7989				01	151		
11068000	Douar Asbtar	douar-asbtar	MA		0	Africa/Casablanca	35.17061	-4.79348				01	151		
11068001	Douar Sddad	douar-sddad	MA		0	Africa/Casablanca	35.17236	-4.79704				01	151		
11068002	Douar Zardab	douar-zardab	MA		0	Africa/Casablanca	35.17215	-4.81791				01	151		
11068004	Douar Iqojan	douar-iqojan	MA		0	Africa/Casablanca	35.18126	-4.81436				01	151		
11068012	Douar Iferrioun	douar-iferrioun	MA		0	Africa/Casablanca	35.18456	-4.79868				01	151		
11068014	Douar Anghour	douar-anghour	MA		0	Africa/Casablanca	35.18745	-4.83136				01	151		
11068020	Douar Ichrratan	douar-ichrratan	MA		0	Africa/Casablanca	35.18879	-4.78995				01	151		
11068021	Douar Mssalla Attar	douar-mssalla-attar	MA		0	Africa/Casablanca	35.18952	-4.79225				01	151		
11068022	Douar Nalyyine	douar-nalyyine	MA		0	Africa/Casablanca	35.19223	-4.79123				01	151		
11068023	Douar Amrahel	douar-amrahel	MA		0	Africa/Casablanca	35.18921	-4.78074				01	151		
11068032	Aghil Ayyach	aghil-ayyach	MA		0	Africa/Casablanca	35.20287	-4.83043				01	151		
11068035	Douar Oulad Bouchta	douar-oulad-bouchta	MA		0	Africa/Casablanca	35.21023	-4.82527				01	151		
11068037	Akhyam Icherrat	akhyam-icherrat	MA		0	Africa/Casablanca	35.21193	-4.80606				01	151		
11068051	Douar Talaasmen	douar-talaasmen	MA		0	Africa/Casablanca	35.22656	-4.79077				01	151		
11068058	Douar Ikhnaqen	douar-ikhnaqen	MA		0	Africa/Casablanca	35.22511	-4.80873				01	151		
11068059	Douar Tazat	douar-tazat	MA		0	Africa/Casablanca	35.23432	-4.81598				01	151		
11068061	Douar Alagh	douar-alagh	MA		0	Africa/Casablanca	35.23925	-4.80805				01	151		
11068067	Douar Tarrat	douar-tarrat	MA		0	Africa/Casablanca	35.24599	-4.82414				01	151		
11068071	Douar Lqalaa	douar-lqalaa	MA		0	Africa/Casablanca	35.23763	-4.79857				01	151		
11068072	Douar Lhouma Dchouk	douar-lhouma-dchouk	MA		0	Africa/Casablanca	35.2371	-4.78934				01	151		
11068073	Douar Dar Ouanou	douar-dar-ouanou	MA		0	Africa/Casablanca	35.23386	-4.79215				01	151		
11068108	Douar Khannouba	douar-khannouba	MA		0	Africa/Casablanca	35.20953	-4.75609				01	151		
11068110	Douar Taghassa	douar-taghassa	MA		0	Africa/Casablanca	35.20498	-4.75171				01	151		
11068113	Douar Arquil	douar-arquil	MA		0	Africa/Casablanca	35.20305	-4.76229				01	151		
11068114	Douar Azerrariour	douar-azerrariour	MA		0	Africa/Casablanca	35.1998	-4.76752				01	151		
11068115	Douar Azaghar Moussa	douar-azaghar-moussa	MA		0	Africa/Casablanca	35.20192	-4.77072				01	151		
11068121	Douar Arnqrach	douar-arnqrach	MA		0	Africa/Casablanca	35.19327	-4.75263				01	151		
11068132	Douar Bni Maalab	douar-bni-maalab	MA		0	Africa/Casablanca	35.18152	-4.76555				01	151		
11068135	Douar Aychoun	douar-aychoun	MA		0	Africa/Casablanca	35.17582	-4.77931				01	151		
11068136	Douar Ikourrad	douar-ikourrad	MA		0	Africa/Casablanca	35.17584	-4.78567				01	151		
11068137	Douar Tala Mohamed	douar-tala-mohamed	MA		0	Africa/Casablanca	35.17228	-4.78275				01	151		
11068139	Douar Hjour	douar-hjour	MA		0	Africa/Casablanca	35.17504	-4.772				01	151		
11068140	Douar Aoudal	douar-aoudal	MA		0	Africa/Casablanca	35.17801	-4.75878				01	151		
11068143	Douar Toubat	douar-toubat	MA		0	Africa/Casablanca	35.17268	-4.75137				01	151		
11068144	Douar Tifratin	douar-tifratin	MA		0	Africa/Casablanca	35.17021	-4.75286				01	151		
11068149	Douar Abdelhamid	douar-abdelhamid	MA		0	Africa/Casablanca	35.16439	-4.75592				01	151		
11068150	Douar Boulid	douar-boulid	MA		0	Africa/Casablanca	35.15935	-4.77931				01	151		
11068152	Douar Tazagharte	douar-tazagharte	MA		0	Africa/Casablanca	35.15775	-4.77021				01	151		
11068153	Douar Bouheddaq	douar-bouheddaq	MA		0	Africa/Casablanca	35.15758	-4.76359				01	151		
11068164	Douar Leqlib	douar-leqlib	MA		0	Africa/Casablanca	35.14588	-4.75155				01	151		
11068165	Dar Oulad Aloudan	dar-oulad-aloudan	MA		0	Africa/Casablanca	35.14699	-4.76243				01	151		
11068174	Douar Taynza	douar-taynza	MA		0	Africa/Casablanca	35.13092	-4.7542				01	151		
11068178	Douar Talantazart	douar-talantazart	MA		0	Africa/Casablanca	35.13162	-4.76815				01	151		
11068179	Douar Talayezlafene	douar-talayezlafene	MA		0	Africa/Casablanca	35.12675	-4.77855				01	151		
11068180	Dar Mohamed Aqbat	dar-mohamed-aqbat	MA		0	Africa/Casablanca	35.13092	-4.78385				01	151		
11068215	Douar Tazit	douar-tazit	MA		0	Africa/Casablanca	35.18597	-4.77963				01	151		
11068261	Douar Taza	douar-taza	MA		0	Africa/Casablanca	35.23714	-4.82109				01	151		
11068265	Douar Acht	douar-acht	MA		0	Africa/Casablanca	35.23871	-4.80345				01	151		
11068280	Douar Azenti Essoufla	douar-azenti-essoufla	MA		0	Africa/Casablanca	35.37191	-4.99212				01	151		
11068284	Douar Tioualane	douar-tioualane	MA		0	Africa/Casablanca	35.20215	-4.74544				01	151		
11068289	Douar Hdar	douar-hdar	MA		0	Africa/Casablanca	35.19371	-4.72675				01	151		
11068290	Douar Amzadji	douar-amzadji	MA		0	Africa/Casablanca	35.19693	-4.71091				01	151		
11068291	Douar Ihannachene	douar-ihannachene	MA		0	Africa/Casablanca	35.19044	-4.72222				01	151		
11068292	Tifarouane	tifarouane	MA		0	Africa/Casablanca	35.19049	-4.71103				01	151		
11068293	Douar Zizane	douar-zizane	MA		0	Africa/Casablanca	35.18669	-4.71858				01	151		
11068295	Oulad Bellouy	oulad-bellouy	MA		0	Africa/Casablanca	35.18446	-4.7199				01	151		
11068297	Douar Azaghar Hayyoune	douar-azaghar-hayyoune	MA		0	Africa/Casablanca	35.18468	-4.74604				01	151		
11068301	Douar Bouyahmed	douar-bouyahmed	MA		0	Africa/Casablanca	35.18065	-4.72463				01	151		
11068304	Douar Tifratane	douar-tifratane	MA		0	Africa/Casablanca	35.16924	-4.73917				01	151		
11068306	Oulad Abdellah Erradi Abatoui	oulad-abdellah-erradi-abatoui	MA		0	Africa/Casablanca	35.17737	-4.70808				01	151		
11068314	Douar Iqarraouchene	douar-iqarraouchene	MA		0	Africa/Casablanca	35.15922	-4.73241				01	151		
11068317	Douar Tissarfane	douar-tissarfane	MA		0	Africa/Casablanca	35.16187	-4.71609				01	151		
11068318	Douar Taghat Darouah	douar-taghat-darouah	MA		0	Africa/Casablanca	35.16347	-4.70568				01	151		
11068321	Dar Stittou	dar-stittou	MA		0	Africa/Casablanca	35.15469	-4.73402				01	151		
11068323	Tamellaht	tamellaht	MA		0	Africa/Casablanca	35.15464	-4.74199		Tamellaht,tmlht,تملحت		01	151		
11068324	Douar Talentaleb	douar-talentaleb	MA		0	Africa/Casablanca	35.151	-4.74596		Douar Talanttalb,Douar Talentaleb		01	151		
11068338	Lbardae	lbardae	MA		0	Africa/Casablanca	35.13531	-4.70673				01	151		
11068341	Douar Tazemmouret	douar-tazemmouret	MA		0	Africa/Casablanca	35.12797	-4.73069				01	151		
11068347	Sidi Ahmed El Bakkar	sidi-ahmed-el-bakkar	MA		0	Africa/Casablanca	35.12622	-4.71767				01	151		
11068349	Zedmet El Oulya	zedmet-el-oulya	MA		0	Africa/Casablanca	35.12601	-4.71411				01	151		
11068354	Douar Tamazouaghte	douar-tamazouaghte	MA		0	Africa/Casablanca	35.20438	-4.70242				01	151		
11068357	Dar Marzouq Lbazi	dar-marzouq-lbazi	MA		0	Africa/Casablanca	35.20119	-4.69135				01	151		
11068358	Zemmana Irira	zemmana-irira	MA		0	Africa/Casablanca	35.19716	-4.69199				01	151		
11068359	Douar Taoussas	douar-taoussas	MA		0	Africa/Casablanca	35.19309	-4.7075				01	151		
11068366	Douar Zemmana Ouringa	douar-zemmana-ouringa	MA		0	Africa/Casablanca	35.20173	-4.67965				01	151		
11068371	Ichantiouane	ichantiouane	MA		0	Africa/Casablanca	35.18976	-4.66426				01	151		
11068379	Dar Sidi Dahhane	dar-sidi-dahhane	MA		0	Africa/Casablanca	35.17147	-4.69362				01	151		
11068380	Douar Ihaddachene	douar-ihaddachene	MA		0	Africa/Casablanca	35.1714	-4.68815				01	151		
11068383	Douar Aamrane	douar-aamrane	MA		0	Africa/Casablanca	35.16548	-4.69388				01	151		
11068384	Dar El Baqqali Ould Sidi El Haj	dar-el-baqqali-ould-sidi-el-haj	MA		0	Africa/Casablanca	35.1681	-4.70353				01	151		
11068386	Dar Sidi Hmed El Hallouf	dar-sidi-hmed-el-hallouf	MA		0	Africa/Casablanca	35.15647	-4.69892				01	151		
11068389	Douar Ouamsa	douar-ouamsa	MA		0	Africa/Casablanca	35.15671	-4.67001				01	151		
11068391	Douar Tabouda	douar-tabouda	MA		0	Africa/Casablanca	35.14453	-4.70387				01	151		
11068392	Dar Abdelqadar Triche	dar-abdelqadar-triche	MA		0	Africa/Casablanca	35.14658	-4.69756				01	151		
11068393	Douar Amani Ouzlaf	douar-amani-ouzlaf	MA		0	Africa/Casablanca	35.14583	-4.69197				01	151		
11068394	Douar Chettab	douar-chettab	MA		0	Africa/Casablanca	35.1432	-4.68276				01	151		
11068396	Sebt Bni Smith	sebt-bni-smith	MA		0	Africa/Casablanca	35.13822	-4.70748				01	151		
11068399	Dar Lbaqali Smail	dar-lbaqali-smail	MA		0	Africa/Casablanca	35.14012	-4.68332				01	151		
11068400	Douar Legnabra	douar-legnabra	MA		0	Africa/Casablanca	35.13703	-4.67199				01	151		
11068401	Douar Taglhamane	douar-taglhamane	MA		0	Africa/Casablanca	35.13638	-4.67695				01	151		
11068406	Douar Essahra	douar-essahra	MA		0	Africa/Casablanca	35.1269	-4.67457				01	151		
11068407	Dar Charqaoui	dar-charqaoui	MA		0	Africa/Casablanca	35.12469	-4.67017				01	151		
11068410	Douar Lalahsen	douar-lalahsen	MA		0	Africa/Casablanca	35.12397	-4.70525				01	151		
11068419	Douar Leqouar	douar-leqouar	MA		0	Africa/Casablanca	35.19528	-4.64103				01	151		
11068428	Douar Zdadfa	douar-zdadfa	MA		0	Africa/Casablanca	35.17619	-4.66023				01	151		
11068431	Douar Talaabbou	douar-talaabbou	MA		0	Africa/Casablanca	35.17201	-4.65034				01	151		
11068437	Dar Mohamed Badhou	dar-mohamed-badhou	MA		0	Africa/Casablanca	35.16064	-4.63919				01	151		
11068438	Douar Laaraara	douar-laaraara	MA		0	Africa/Casablanca	35.15933	-4.64083				01	151		
11068444	Oulad Bou Sellam	oulad-bou-sellam	MA		0	Africa/Casablanca	35.14538	-4.63508				01	151		
11068447	Marqad Lehmar	marqad-lehmar	MA		0	Africa/Casablanca	35.14005	-4.65566				01	151		
11068448	Douar Azib Lmalha	douar-azib-lmalha	MA		0	Africa/Casablanca	35.13941	-4.65013				01	151		
11068477	Douar Tazemmourt	douar-tazemmourt	MA		0	Africa/Casablanca	35.33295	-4.96878				01	151		
11068486	Douar Bou Ouenter	douar-bou-ouenter	MA		0	Africa/Casablanca	35.32762	-4.97384				01	151		
11068488	Chemaala	chemaala	MA		0	Africa/Casablanca	35.32661	-4.94303				01	151		
11068490	Douar Tendmane Amaguir	douar-tendmane-amaguir	MA		0	Africa/Casablanca	35.31668	-4.9582				01	151		
11068492	Douar Aghil Asnous	douar-aghil-asnous	MA		0	Africa/Casablanca	35.32003	-4.97792				01	151		
11068496	Houmat Erraouda	houmat-erraouda	MA		0	Africa/Casablanca	35.31287	-4.98098				01	151		
11068509	Douar Bouskene	douar-bouskene	MA		0	Africa/Casablanca	35.30467	-4.95363				01	151		
11068510	Douar Tendmane	douar-tendmane	MA		0	Africa/Casablanca	35.30817	-4.95844				01	151		
11068514	Douar Issaloufene	douar-issaloufene	MA		0	Africa/Casablanca	35.30721	-4.96992				01	151		
11068518	Douar Assoui	douar-assoui	MA		0	Africa/Casablanca	35.29989	-4.99204				01	151		
11068521	Ouane Jella	ouane-jella	MA		0	Africa/Casablanca	35.29436	-4.9768				01	151		
11068532	Douar Izlane	douar-izlane	MA		0	Africa/Casablanca	35.29735	-4.88475				01	151		
11068538	Iskaouene	iskaouene	MA		0	Africa/Casablanca	35.27915	-4.89608				01	151		
11068542	Douar Taza Essafli	douar-taza-essafli	MA		0	Africa/Casablanca	35.28794	-4.92				01	151		
11068543	Tagoulmaint	tagoulmaint	MA		0	Africa/Casablanca	35.27808	-4.91314				01	151		
11068546	Douar Iehendirene	douar-iehendirene	MA		0	Africa/Casablanca	35.27844	-4.93196				01	151		
11068550	Douar El Haouta El Mathoune	douar-el-haouta-el-mathoune	MA		0	Africa/Casablanca	35.28997	-4.94982				01	151		
11068551	Douar Hounta	douar-hounta	MA		0	Africa/Casablanca	35.27865	-4.94272				01	151		
11068555	Douar Icherhane	douar-icherhane	MA		0	Africa/Casablanca	35.28637	-4.9655				01	151		
11068556	Douar Ieherhane Aoudad	douar-ieherhane-aoudad	MA		0	Africa/Casablanca	35.2799	-4.96841				01	151		
11068559	Douar Agoursil	douar-agoursil	MA		0	Africa/Casablanca	35.27383	-4.96112				01	151		
11068561	Douar Bounta Idourene	douar-bounta-idourene	MA		0	Africa/Casablanca	35.27532	-4.94081				01	151		
11068564	Douar Taza El Fouqi	douar-taza-el-fouqi	MA		0	Africa/Casablanca	35.26293	-4.93782				01	151		
11068576	Douar Tafoudayene	douar-tafoudayene	MA		0	Africa/Casablanca	35.24791	-4.88778				01	151		
11068577	Douar Tanaart	douar-tanaart	MA		0	Africa/Casablanca	35.25214	-4.90069				01	151		
11068579	Houmar Iehendirene	houmar-iehendirene	MA		0	Africa/Casablanca	35.2493	-4.91467				01	151		
11068585	Douar Agra Hlou	douar-agra-hlou	MA		0	Africa/Casablanca	35.25764	-4.93784				01	151		
11068587	Chiyyou	chiyyou	MA		0	Africa/Casablanca	35.25013	-4.94754				01	151		
11068589	Douar Inoualene	douar-inoualene	MA		0	Africa/Casablanca	35.26599	-4.94908				01	151		
11068590	Taghil Taouergal	taghil-taouergal	MA		0	Africa/Casablanca	35.26574	-4.95692				01	151		
11068593	Amaziouane	amaziouane	MA		0	Africa/Casablanca	35.25857	-4.96052				01	151		
11068595	Douar Issounatene	douar-issounatene	MA		0	Africa/Casablanca	35.24744	-4.96414				01	151		
11068596	Tazaghart	tazaghart	MA		0	Africa/Casablanca	35.25682	-4.97352				01	151		
11068598	El Harkouk	el-harkouk	MA		0	Africa/Casablanca	35.25984	-4.98131				01	151		
11068600	Douar Boudqiq Haoutat Ajbar	douar-boudqiq-haoutat-ajbar	MA		0	Africa/Casablanca	35.25099	-4.9903				01	151		
11068617	Imalhane	imalhane	MA		0	Africa/Casablanca	35.2497	-4.92547				01	151		
11068623	Douar Azanti Lfouqi	douar-azanti-lfouqi	MA		0	Africa/Casablanca	35.35983	-4.99842				01	151		
11068633	Douar Bernyya	douar-bernyya	MA		0	Africa/Casablanca	35.26991	-4.99134				01	151		
11071896	Imlili	imlili	MA		2269	Africa/Casablanca	22.6558	-15.60719		amlyly,إمليلي,امليلي		12	391	0139109032	
11071897	Gleibet El Foula	gleibet-el-foula	MA		275	Africa/Casablanca	23.43868	-13.74664				12	391	0139105032	
11091065	Douar Aarabene	douar-aarabene	MA		0	Africa/Casablanca	35.29364	-4.87229				01	151		
11091070	Afouzar	afouzar	MA		0	Africa/Casablanca	35.27438	-4.84789				01	151		
11091076	Douar Aghil Laarous	douar-aghil-laarous	MA		0	Africa/Casablanca	35.26611	-4.83398				01	151		
11091078	Douar Adhit	douar-adhit	MA		0	Africa/Casablanca	35.26101	-4.87329				01	151		
11091080	Douar Tafret	douar-tafret	MA		0	Africa/Casablanca	35.25635	-4.84961				01	151		
11091082	Aghil Ou Said	aghil-ou-said	MA		0	Africa/Casablanca	35.25737	-4.82501				01	151		
11091084	Imekmoune	imekmoune	MA		0	Africa/Casablanca	35.25242	-4.82371				01	151		
11091085	Arourat	arourat	MA		0	Africa/Casablanca	35.24987	-4.82195				01	151		
11091088	Barriqch	barriqch	MA		0	Africa/Casablanca	35.24795	-4.80318				01	151		
11091089	Douar Dhit	douar-dhit	MA		0	Africa/Casablanca	35.2609	-4.87372				01	151		
11091104	Douar Tala Igaguene	douar-tala-igaguene	MA		0	Africa/Casablanca	35.11701	-4.49515				01	151		
11091112	Douar Emaouda	douar-emaouda	MA		0	Africa/Casablanca	35.11978	-4.46038				01	051		
11091113	Ait Aissa	ait-aissa	MA		0	Africa/Casablanca	35.11502	-4.45735				01	051		
11091114	Douar Tafras	douar-tafras	MA		0	Africa/Casablanca	35.11908	-4.45345				01	051		
11091122	Ibayyadene	ibayyadene	MA		0	Africa/Casablanca	35.11309	-4.4553				01	051		
11091156	Douar Ibouchedqene	douar-ibouchedqene	MA		0	Africa/Casablanca	35.09475	-4.40787				01	051		
11091159	Dar Aoqa Massaoud	dar-aoqa-massaoud	MA		0	Africa/Casablanca	35.08379	-4.40498				01	051		
11091160	Douar Bouyeriou	douar-bouyeriou	MA		0	Africa/Casablanca	35.0857	-4.39641				01	051		
11091161	Douar Tiqla	douar-tiqla	MA		0	Africa/Casablanca	35.08918	-4.39678				01	051		
11091164	Bni Gmil	bni-gmil	MA		0	Africa/Casablanca	35.08356	-4.3857				01	051		
11091167	Douar Imezouar	douar-imezouar	MA		0	Africa/Casablanca	35.08051	-4.37771				01	051		
11091168	Douar Founjir	douar-founjir	MA		0	Africa/Casablanca	35.0735	-4.37584				01	051		
11091177	Douar Feddal	douar-feddal	MA		0	Africa/Casablanca	35.08593	-4.4341				01	051		
11091179	Sania d-El Haj	sania-d-el-haj	MA		0	Africa/Casablanca	35.07366	-4.43907				01	051		
11091190	Tercha Ou Hemmar	tercha-ou-hemmar	MA		0	Africa/Casablanca	35.07408	-4.47579				01	151		
11091194	Douar Aferd	douar-aferd	MA		0	Africa/Casablanca	35.06755	-4.48749				01	151		
11091195	Douar Tiounsone	douar-tiounsone	MA		0	Africa/Casablanca	35.06495	-4.4916				01	151		
11091219	Douar Aairem	douar-aairem	MA		0	Africa/Casablanca	35.05268	-4.42275				01	051		
11091231	Douar Moutzar	douar-moutzar	MA		0	Africa/Casablanca	35.04311	-4.47605				01	051		
11091236	Dinar	dinar	MA		0	Africa/Casablanca	35.04492	-4.49791				01	151		
11091241	Douar Tazart	douar-tazart	MA		0	Africa/Casablanca	35.0466	-4.41369				01	051		
11091242	Douar Titoula	douar-titoula	MA		0	Africa/Casablanca	35.04855	-4.40301				01	051		
11091247	Douar Iaarrassene	douar-iaarrassene	MA		0	Africa/Casablanca	35.03075	-4.39522				01	051		
11091253	Douar Anoual	douar-anoual	MA		0	Africa/Casablanca	35.02656	-4.40709				01	051		
11091258	Douar Isfoula	douar-isfoula	MA		0	Africa/Casablanca	35.03312	-4.46305				01	051		
11091265	Douar Tiferouine	douar-tiferouine	MA		0	Africa/Casablanca	35.02006	-4.49087				01	051		
11091268	Douar Irouggane	douar-irouggane	MA		0	Africa/Casablanca	35.01397	-4.46378				01	051		
11091270	Douar Issoummar	douar-issoummar	MA		0	Africa/Casablanca	35.02259	-4.42399				01	051		
11091272	Douar Ibellouyene	douar-ibellouyene	MA		0	Africa/Casablanca	35.01404	-4.40575				01	051		
11091275	Douar Abounser	douar-abounser	MA		0	Africa/Casablanca	35.02476	-4.38659				01	051		
11091277	Bou Kerkour	bou-kerkour	MA		0	Africa/Casablanca	35.01135	-4.40039				01	051		
11091280	Douar Achbar	douar-achbar	MA		0	Africa/Casablanca	35.02596	-4.38177				01	051		
11091281	Douar Ieggane	douar-ieggane	MA		0	Africa/Casablanca	35.02546	-4.37509				01	051		
11091282	Douar Lebchae	douar-lebchae	MA		0	Africa/Casablanca	35.02274	-4.37937				01	051		
11091284	Douar Lhanout	douar-lhanout	MA		0	Africa/Casablanca	35.02105	-4.39217				01	051		
11091285	Douar Tazrout	douar-tazrout	MA		0	Africa/Casablanca	35.01202	-4.38455				01	051		
11091286	Douar Touzzalro	douar-touzzalro	MA		0	Africa/Casablanca	34.9974	-4.37619				01	051		
11091290	Douar Ait Hadaou	douar-ait-hadaou	MA		0	Africa/Casablanca	35.001	-4.45349				01	051		
11091291	Douar Oulad Chaara	douar-oulad-chaara	MA		0	Africa/Casablanca	34.99856	-4.46006				01	051		
11091294	Douar Tizekiit	douar-tizekiit	MA		0	Africa/Casablanca	35.00599	-4.46556				01	051		
11091295	Tayenzgui	tayenzgui	MA		0	Africa/Casablanca	35.00068	-4.4772				01	051		
11091296	Douar Taytmaton	douar-taytmaton	MA		0	Africa/Casablanca	35.00601	-4.4761				01	051		
11091299	Timizar	timizar	MA		0	Africa/Casablanca	35.01485	-4.47398				01	051		
11091301	Douar Tidmouline	douar-tidmouline	MA		0	Africa/Casablanca	34.99937	-4.49775				01	051		
11091302	Douar Lesfouf	douar-lesfouf	MA		0	Africa/Casablanca	35.01273	-4.49143				01	051		
11091314	Douar Tizighareno	douar-tizighareno	MA		0	Africa/Casablanca	35.12453	-4.46052				01	051		
11091429	Douar Iaroussene	douar-iaroussene	MA		0	Africa/Casablanca	35.14065	-4.3344				01	051		
11091448	Douar Tizi-n Moulout	douar-tizi-n-moulout	MA		0	Africa/Casablanca	35.07484	-4.37013				01	051		
11091451	Douar Iberhounene	douar-iberhounene	MA		0	Africa/Casablanca	35.06351	-4.36292				01	051		
11091454	Douar Chaayb	douar-chaayb	MA		0	Africa/Casablanca	35.05184	-4.36644				01	051		
11091456	Douar Ihemmoutene	douar-ihemmoutene	MA		0	Africa/Casablanca	35.04741	-4.36843				01	051		
11091457	Douar Ibouchibtene	douar-ibouchibtene	MA		0	Africa/Casablanca	35.04268	-4.37133				01	051		
11091459	Douar Tayda	douar-tayda	MA		0	Africa/Casablanca	35.03497	-4.33713				01	051		
11091460	Douar Tikherroubine	douar-tikherroubine	MA		0	Africa/Casablanca	35.03662	-4.37234				01	051		
11091461	Douar Izeyyanene	douar-izeyyanene	MA		0	Africa/Casablanca	35.02917	-4.36256				01	051		
11091465	Douar Oulad Lhamdi	douar-oulad-lhamdi	MA		0	Africa/Casablanca	35.02229	-4.34541				01	051		
11091466	Douar Oulad Lhamdi	douar-oulad-lhamdi	MA		0	Africa/Casablanca	35.02253	-4.33749				01	051		
11091471	Douar Ihemmoutene	douar-ihemmoutene	MA		0	Africa/Casablanca	35.01698	-4.37386				01	051		
11091473	Douar Ileghmane	douar-ileghmane	MA		0	Africa/Casablanca	35.0093	-4.34764				01	051		
11091474	Douar Azerqane	douar-azerqane	MA		0	Africa/Casablanca	35.00496	-4.34816				01	051		
11091475	Douar Jaber	douar-jaber	MA		0	Africa/Casablanca	35.00234	-4.35642				01	051		
11091477	Douar Hjar Eddib	douar-hjar-eddib	MA		0	Africa/Casablanca	34.99812	-4.34788				01	051		
11091486	Douar Lemaaret	douar-lemaaret	MA		0	Africa/Casablanca	35.10543	-4.31007				01	051		
11091491	Douar Igadene	douar-igadene	MA		0	Africa/Casablanca	35.09329	-4.3113				01	051		
11091492	Douar Stitou	douar-stitou	MA		0	Africa/Casablanca	35.08662	-4.32157				01	051		
11091493	Douar Bougara	douar-bougara	MA		0	Africa/Casablanca	35.08434	-4.32185				01	051		
11091496	Douar Imdaouchene	douar-imdaouchene	MA		0	Africa/Casablanca	35.07221	-4.30065				01	051		
11091505	Dar Dmagh	dar-dmagh	MA		0	Africa/Casablanca	35.04539	-4.29904				01	051		
11091506	Douar Ahouli	douar-ahouli	MA		0	Africa/Casablanca	35.04953	-4.2964				01	051		
11091508	Oulad Tayeb	oulad-tayeb	MA		0	Africa/Casablanca	35.04279	-4.30172				01	051		
11091515	Ezzikhelf Ettahti	ezzikhelf-ettahti	MA		0	Africa/Casablanca	35.03274	-4.30225				01	051		
11091520	Ezzikhelf Lfouqi	ezzikhelf-lfouqi	MA		0	Africa/Casablanca	35.02394	-4.29286				01	051		
11091521	Douar Imanghene	douar-imanghene	MA		0	Africa/Casablanca	35.02266	-4.32883				01	051		
11091522	Qoubie Lfouqi	qoubie-lfouqi	MA		0	Africa/Casablanca	35.02255	-4.32309				01	051		
11091523	Douar Oulad Niya	douar-oulad-niya	MA		0	Africa/Casablanca	35.02027	-4.31839				01	051		
11091524	Douar Gherdayed	douar-gherdayed	MA		0	Africa/Casablanca	35.02039	-4.30887				01	051		
11091527	Douar Afras Chouk	douar-afras-chouk	MA		0	Africa/Casablanca	35.01229	-4.30689				01	051		
11091528	Dar Mfaress	dar-mfaress	MA		0	Africa/Casablanca	35.0103	-4.30312				01	051		
11091529	Douar Dcher	douar-dcher	MA		0	Africa/Casablanca	35.01116	-4.30839				01	051		
11091534	Imsad	imsad	MA		0	Africa/Casablanca	34.99887	-4.2978				01	051		
11091535	Douar Iharounene	douar-iharounene	MA		0	Africa/Casablanca	35.0062	-4.32839				01	051		
11091536	Douar Ighermane	douar-ighermane	MA		0	Africa/Casablanca	35.00131	-4.32337				01	051		
11091538	Douar Laazib	douar-laazib	MA		0	Africa/Casablanca	35.0084	-4.32311				01	051		
11091545	Douar Tamassint	douar-tamassint	MA		0	Africa/Casablanca	35.1144	-4.25104				01	051		
11091550	Dar Torris	dar-torris	MA		0	Africa/Casablanca	35.09412	-4.27619				01	051		
11091553	Douar Beni Hriza	douar-beni-hriza	MA		0	Africa/Casablanca	35.09298	-4.25879				01	051		
11091557	Douar Oulad Bounab	douar-oulad-bounab	MA		0	Africa/Casablanca	35.07616	-4.25632				01	051		
11091564	Douar Oulad Sidi Mhamed	douar-oulad-sidi-mhamed	MA		0	Africa/Casablanca	35.05498	-4.27906				01	051		
11091565	Igueddourene	igueddourene	MA		0	Africa/Casablanca	35.05842	-4.28765				01	051		
11091568	Oulad Tayeb	oulad-tayeb	MA		0	Africa/Casablanca	35.04333	-4.29531				01	051		
11091570	Douar Iaarrassene	douar-iaarrassene	MA		0	Africa/Casablanca	35.03859	-4.28327				01	051		
11091572	Douar Senhaji	douar-senhaji	MA		0	Africa/Casablanca	35.03195	-4.25604				01	051		
11091573	Douar Tanan n- Tazarete	douar-tanan-n-tazarete	MA		0	Africa/Casablanca	35.02936	-4.25209				01	051		
11091578	Dar Rbiaa	dar-rbiaa	MA		0	Africa/Casablanca	35.02135	-4.27882				01	051		
11091586	Douar Aremzane	douar-aremzane	MA		0	Africa/Casablanca	35.00605	-4.24902				01	051		
11091592	Dar Ettalib	dar-ettalib	MA		0	Africa/Casablanca	35.09883	-4.31453				01	051		
11091621	Douar Ait Bou Amar	douar-ait-bou-amar	MA		0	Africa/Casablanca	35.11936	-4.12102				01	051		
11091622	Douar Imdouhene	douar-imdouhene	MA		0	Africa/Casablanca	35.11528	-4.11288				01	051		
11091628	Douar Mhajer	douar-mhajer	MA		0	Africa/Casablanca	35.11788	-4.09616				01	051		
11091705	Douar Tala Ou Ghyoul	douar-tala-ou-ghyoul	MA		0	Africa/Casablanca	35.11894	-4.23996				01	051		
11091706	Douar Tamassint	douar-tamassint	MA		0	Africa/Casablanca	35.11637	-4.24744				01	051		
11091707	Douar Afras Ouharoune	douar-afras-ouharoune	MA		0	Africa/Casablanca	35.12052	-4.22454				01	051		
11091708	Douar Sidi Younes	douar-sidi-younes	MA		0	Africa/Casablanca	35.11082	-4.21521				01	051		
11091709	Douar Bab Lkoucha	douar-bab-lkoucha	MA		0	Africa/Casablanca	35.10847	-4.21894				01	051		
11091717	Douar Ezzaouia	douar-ezzaouia	MA		0	Africa/Casablanca	35.08181	-4.22014				01	051		
11091718	Douar Laaras	douar-laaras	MA		0	Africa/Casablanca	35.08355	-4.21407				01	051		
11091719	Douar Isalhiouene	douar-isalhiouene	MA		0	Africa/Casablanca	35.08191	-4.20872				01	051		
11091720	Douar Sammar Amer	douar-sammar-amer	MA		0	Africa/Casablanca	35.0898	-4.22225				01	051		
11091721	Diour El Arbi Bou Nab	diour-el-arbi-bou-nab	MA		0	Africa/Casablanca	35.07975	-4.22148				01	051		
11091722	Diour Bou-Nab	diour-bou-nab	MA		0	Africa/Casablanca	35.07349	-4.21648				01	051		
11091723	Douar Boujida	douar-boujida	MA		0	Africa/Casablanca	35.07386	-4.21132				01	051		
11091724	Douar Iderrazene	douar-iderrazene	MA		0	Africa/Casablanca	35.07191	-4.22147				01	051		
11091725	Douar Arsat Hmidou	douar-arsat-hmidou	MA		0	Africa/Casablanca	35.06882	-4.22162				01	051		
11091726	Douar Bab Senhaja	douar-bab-senhaja	MA		0	Africa/Casablanca	35.06989	-4.24465				01	051		
11091728	Douar Lherras	douar-lherras	MA		0	Africa/Casablanca	35.05521	-4.23385				01	051		
11091730	Douar Bni Chiker	douar-bni-chiker	MA		0	Africa/Casablanca	35.05192	-4.22333				01	051		
11091732	Douar Bouhi	douar-bouhi	MA		0	Africa/Casablanca	35.04961	-4.20677				01	051		
11091736	Douar Afras Thar	douar-afras-thar	MA		0	Africa/Casablanca	35.04181	-4.21718				01	051		
11091737	Douar Bou Ghebraoune	douar-bou-ghebraoune	MA		0	Africa/Casablanca	35.04259	-4.20855				01	051		
11091738	Douar Tala n-Tazart	douar-tala-n-tazart	MA		0	Africa/Casablanca	35.0361	-4.24231				01	051		
11091741	Douar Tazemmort	douar-tazemmort	MA		0	Africa/Casablanca	35.02411	-4.22332				01	051		
11091742	Douar Laasfa	douar-laasfa	MA		0	Africa/Casablanca	35.02135	-4.23119				01	051		
11091745	Douar Tibeyyatine	douar-tibeyyatine	MA		0	Africa/Casablanca	35.01365	-4.21712				01	051		
11091747	Douar Aremzal	douar-aremzal	MA		0	Africa/Casablanca	35.00641	-4.24862				01	051		
11091748	Douar Lmarj	douar-lmarj	MA		0	Africa/Casablanca	35.00058	-4.24033				01	051		
11091749	Dar Abdennbi	dar-abdennbi	MA		0	Africa/Casablanca	34.99925	-4.22051				01	051		
11091757	Dar Driss Beddaoue	dar-driss-beddaoue	MA		0	Africa/Casablanca	35.11882	-4.1981				01	051		
11091759	Douar Isrourtane	douar-isrourtane	MA		0	Africa/Casablanca	35.12038	-4.18686				01	051		
11091765	Douar Tighza	douar-tighza	MA		0	Africa/Casablanca	35.09242	-4.18446				01	051		
11091767	Douar Lazzib	douar-lazzib	MA		0	Africa/Casablanca	35.0871	-4.17233				01	051		
11091769	Douar Iabdelouartene	douar-iabdelouartene	MA		0	Africa/Casablanca	35.07804	-4.17658				01	051		
11091772	Douar Bou Hsayene	douar-bou-hsayene	MA		0	Africa/Casablanca	35.07014	-4.17703				01	051		
11091780	Douar Tiguert	douar-tiguert	MA		0	Africa/Casablanca	35.03975	-4.19728				01	051		
11091781	Douar Shila	douar-shila	MA		0	Africa/Casablanca	35.04121	-4.18594				01	051		
11091782	Douar Tagrart	douar-tagrart	MA		0	Africa/Casablanca	35.04419	-4.2033				01	051		
11091783	Dar El Ouazzani	dar-el-ouazzani	MA		0	Africa/Casablanca	35.03555	-4.20446				01	051		
11091813	Douar Tmirset	douar-tmirset	MA		0	Africa/Casablanca	35.08951	-4.15986				01	051		
11091816	Douar Leqriyya	douar-leqriyya	MA		0	Africa/Casablanca	35.09612	-4.15974				01	051		
11091817	Douar Tizi Oulghem	douar-tizi-oulghem	MA		0	Africa/Casablanca	35.07509	-4.14279				01	051		
11091819	Douar Lchouat	douar-lchouat	MA		0	Africa/Casablanca	35.06497	-4.16699				01	051		
11091821	Douar Ichetouanene	douar-ichetouanene	MA		0	Africa/Casablanca	35.06615	-4.1406				01	051		
11091822	Douar Ihmittachene	douar-ihmittachene	MA		0	Africa/Casablanca	35.06921	-4.13411				01	051		
11091825	Douar Sefri	douar-sefri	MA		0	Africa/Casablanca	35.05738	-4.15717				01	051		
11091828	Douar Amer Ou Ali	douar-amer-ou-ali	MA		0	Africa/Casablanca	35.0553	-4.14324				01	051		
11091829	Douar Iouelhajene	douar-iouelhajene	MA		0	Africa/Casablanca	35.05315	-4.14362				01	051		
11091830	Douar Itchi Aamraouene	douar-itchi-aamraouene	MA		0	Africa/Casablanca	35.05085	-4.14622				01	051		
11091832	Douar Imorotene	douar-imorotene	MA		0	Africa/Casablanca	35.04275	-4.14461				01	051		
11091841	Douar Kemmoune	douar-kemmoune	MA		0	Africa/Casablanca	35.03063	-4.14701				01	051		
11091843	Douar Tarrist	douar-tarrist	MA		0	Africa/Casablanca	35.02729	-4.15332				01	051		
11091846	Douar Itiganiaroune	douar-itiganiaroune	MA		0	Africa/Casablanca	35.01657	-4.12631				01	051		
11091847	Douar Ibardajene	douar-ibardajene	MA		0	Africa/Casablanca	35.01633	-4.13777				01	051		
11091851	Douar Inohoutene	douar-inohoutene	MA		0	Africa/Casablanca	35.00044	-4.14392				01	051		
11091852	Douar Ikiroutene	douar-ikiroutene	MA		0	Africa/Casablanca	35.00046	-4.13116				01	051		
11091853	Douar Ibn Sellamene	douar-ibn-sellamene	MA		0	Africa/Casablanca	35.01037	-4.14184				01	051		
11091854	Douar Ihaddoutene	douar-ihaddoutene	MA		0	Africa/Casablanca	34.99821	-4.16412				01	051		
11091859	Douar Bab Tizirane	douar-bab-tizirane	MA		0	Africa/Casablanca	35.09038	-4.24473				01	051		
11091860	Douar Taqouirt	douar-taqouirt	MA		0	Africa/Casablanca	35.06065	-4.17328				01	051		
11091946	Douar Laarsa	douar-laarsa	MA		0	Africa/Casablanca	35.08144	-4.18674				01	051		
11091954	Douar Afras	douar-afras	MA		0	Africa/Casablanca	35.12032	-4.06758				01	051		
11091958	Douar Ibaughlidene	douar-ibaughlidene	MA		0	Africa/Casablanca	35.12019	-4.0496				01	051		
11091960	Douar Isserrajene	douar-isserrajene	MA		0	Africa/Casablanca	35.11371	-4.04057				01	051		
11091961	Douar Kritcha	douar-kritcha	MA		0	Africa/Casablanca	35.11475	-4.03492				01	051		
11091963	Douar Bou Hant	douar-bou-hant	MA		0	Africa/Casablanca	35.10911	-4.01817				01	051		
11091965	Douar Tarauast	douar-tarauast	MA		0	Africa/Casablanca	35.12158	-4.01408				01	051		
11091967	Douar Isrihene	douar-isrihene	MA		0	Africa/Casablanca	35.11946	-4.00422				01	051		
11091968	Douar Ibellouqene	douar-ibellouqene	MA		0	Africa/Casablanca	35.10547	-4.00978				01	051		
11091973	Douar Tizi Ayyach	douar-tizi-ayyach	MA		0	Africa/Casablanca	35.10647	-4.05783				01	051		
11091976	Douar Issedratene	douar-issedratene	MA		0	Africa/Casablanca	35.09487	-4.06983				01	051		
11091981	Douar Shila	douar-shila	MA		0	Africa/Casablanca	35.10072	-4.10959				01	051		
11091986	Taddart n-Djouh	taddart-n-djouh	MA		0	Africa/Casablanca	35.09529	-4.11029				01	051		
11091988	Douar Thathatene	douar-thathatene	MA		0	Africa/Casablanca	35.09211	-4.09717				01	051		
11091993	Douar Izerqamene	douar-izerqamene	MA		0	Africa/Casablanca	35.09568	-4.04271				01	051		
11091994	Douar Ianannazene	douar-ianannazene	MA		0	Africa/Casablanca	35.09041	-4.04335				01	051		
11091995	Douar Thouedriqene	douar-thouedriqene	MA		0	Africa/Casablanca	35.08567	-4.04259				01	051		
11091997	Douar Fahoudene	douar-fahoudene	MA		0	Africa/Casablanca	35.09103	-4.03579				01	051		
11092000	Ait Lahsen	ait-lahsen	MA		0	Africa/Casablanca	35.08052	-4.03316				01	051		
11092005	Douar Amaraich	douar-amaraich	MA		0	Africa/Casablanca	35.08915	-4.01583				01	051		
11092012	Douar Ait El Kacem	douar-ait-el-kacem	MA		0	Africa/Casablanca	35.081	-4.02238				01	051		
11092015	Douar Imroutene	douar-imroutene	MA		0	Africa/Casablanca	35.07592	-4.04142				01	051		
11092017	Douar Ait Brahim	douar-ait-brahim	MA		0	Africa/Casablanca	35.07359	-4.02081				01	051		
11092018	Douar Bejjamene	douar-bejjamene	MA		0	Africa/Casablanca	35.07046	-4.03697				01	051		
11092019	Douar Ibeqqouyene	douar-ibeqqouyene	MA		0	Africa/Casablanca	35.07304	-4.04821				01	051		
11092020	Douar Bougherdayene	douar-bougherdayene	MA		0	Africa/Casablanca	35.07347	-4.05719				01	051		
11092022	Dar Massaoud	dar-massaoud	MA		0	Africa/Casablanca	35.07334	-4.06644				01	051		
11092026	Douar Issouiqene	douar-issouiqene	MA		0	Africa/Casablanca	35.08159	-4.07669				01	051		
11092027	Douar Handoune	douar-handoune	MA		0	Africa/Casablanca	35.07824	-4.08501				01	051		
11092032	Douar Igarroumene	douar-igarroumene	MA		0	Africa/Casablanca	35.07809	-4.10208				01	051		
11092035	Douar Aylane	douar-aylane	MA		0	Africa/Casablanca	35.0741	-4.12134				01	051		
11092037	Douar Tala Oaghirite	douar-tala-oaghirite	MA		0	Africa/Casablanca	35.06958	-4.10885				01	051		
11092044	Douar Imhamalene	douar-imhamalene	MA		0	Africa/Casablanca	35.06728	-4.03067				01	051		
11092046	Douar Tikfiline	douar-tikfiline	MA		0	Africa/Casablanca	35.06191	-4.01917				01	051		
11092060	Douar Tazguitch	douar-tazguitch	MA		0	Africa/Casablanca	35.0509	-4.04862				01	051		
11092062	Douar Siniyat	douar-siniyat	MA		0	Africa/Casablanca	35.04947	-4.06427				01	051		
11092063	Douar Ikettabene	douar-ikettabene	MA		0	Africa/Casablanca	35.05221	-4.07573				01	051		
11092064	Douar Ibardaiouene	douar-ibardaiouene	MA		0	Africa/Casablanca	35.04868	-4.08442				01	051		
11092066	Douar Faratou	douar-faratou	MA		0	Africa/Casablanca	35.05357	-4.09359				01	051		
11092069	Douar Tantsric	douar-tantsric	MA		0	Africa/Casablanca	35.05819	-4.12208				01	051		
11092075	Douar Ifarauane	douar-ifarauane	MA		0	Africa/Casablanca	35.04478	-4.08564				01	051		
11092079	Douar Igriyene	douar-igriyene	MA		0	Africa/Casablanca	35.04159	-4.05966				01	051		
11092083	Douar Bou Hlalene	douar-bou-hlalene	MA		0	Africa/Casablanca	35.04345	-4.02512				01	051		
11092086	Douar Tissa	douar-tissa	MA		0	Africa/Casablanca	35.04312	-4.00505				01	051		
11092089	Douar Agha Ouslem	douar-agha-ouslem	MA		0	Africa/Casablanca	35.03011	-4.01705				01	051		
11092096	Douar Ait Driss	douar-ait-driss	MA		0	Africa/Casablanca	35.03303	-4.06104				01	051		
11092097	Douar Imeggaouinen	douar-imeggaouinen	MA		0	Africa/Casablanca	35.03498	-4.06626				01	051		
11092098	Ait Oafas	ait-oafas	MA		0	Africa/Casablanca	35.037	-4.07489				01	051		
11092101	Douar Tilmatine	douar-tilmatine	MA		0	Africa/Casablanca	35.02915	-4.09676				01	051		
11092102	Douar Tizi	douar-tizi	MA		0	Africa/Casablanca	35.03111	-4.11621				01	051		
11092105	Douar Kemartoune	douar-kemartoune	MA		0	Africa/Casablanca	35.02312	-4.12084				01	051		
11092118	Douar Ideqqane	douar-ideqqane	MA		0	Africa/Casablanca	35.01359	-4.07946				01	051		
11092122	Douar Akharaz	douar-akharaz	MA		0	Africa/Casablanca	35.00881	-4.10164				01	051		
11092123	Douar Touzouighine	douar-touzouighine	MA		0	Africa/Casablanca	35.00805	-4.08065				01	051		
11092124	Douar Tassadianet	douar-tassadianet	MA		0	Africa/Casablanca	35.00402	-4.07673				01	051		
11092128	Douar Ayeuit	douar-ayeuit	MA		0	Africa/Casablanca	35.00298	-4.06857				01	051		
11092129	Ait Yaaqoub	ait-yaaqoub	MA		0	Africa/Casablanca	35.00825	-4.06044				01	051		
11092130	Douar Idolidouhene	douar-idolidouhene	MA		0	Africa/Casablanca	34.99969	-4.05113				01	051		
11092133	Douar Taghanint	douar-taghanint	MA		0	Africa/Casablanca	35.00202	-4.02824				01	051		
11092135	Ait Merzaa	ait-merzaa	MA		0	Africa/Casablanca	35.00207	-4.01297				01	051		
11092136	Ait Lahsen	ait-lahsen	MA		0	Africa/Casablanca	35.00779	-4.00843				01	051		
11092137	Douar Isrihene	douar-isrihene	MA		0	Africa/Casablanca	35.01289	-4.00875				01	051		
11092144	Ait Alla	ait-alla	MA		0	Africa/Casablanca	35.08441	-4.03061				01	051		
11092146	Tazraut	tazraut	MA		0	Africa/Casablanca	35.10654	-4.03954				01	051		
11092150	Douar Hidjira	douar-hidjira	MA		0	Africa/Casablanca	35.00001	-4.07278				01	051		
11092161	Douar Imehriyene	douar-imehriyene	MA		0	Africa/Casablanca	35.11906	-3.73615				02	167		
11092164	Douar Adrar Imezzane	douar-adrar-imezzane	MA		0	Africa/Casablanca	35.11402	-3.72306				02	167		
11092172	Douar Imennitene	douar-imennitene	MA		0	Africa/Casablanca	35.09664	-3.74527				02	167		
11092174	Douar Ierbiyyalene	douar-ierbiyyalene	MA		0	Africa/Casablanca	35.09369	-3.74438				02	167		
11092187	Douar Iqadiene	douar-iqadiene	MA		0	Africa/Casablanca	35.07794	-3.70842				02	167		
11092188	Douar Ibouaqilene	douar-ibouaqilene	MA		0	Africa/Casablanca	35.07378	-3.7175				02	167		
11092190	Douar Iboulehfatene	douar-iboulehfatene	MA		0	Africa/Casablanca	35.07434	-3.73074				02	167		
11092191	Douar Imehsene	douar-imehsene	MA		0	Africa/Casablanca	35.07315	-3.73119				02	167		
11092192	Douar Imeghroudene	douar-imeghroudene	MA		0	Africa/Casablanca	35.07327	-3.73497				02	167		
11092193	Douar Taddar Jdid	douar-taddar-jdid	MA		0	Africa/Casablanca	35.07211	-3.73915				02	167		
11092194	Douar Iqeddourene	douar-iqeddourene	MA		0	Africa/Casablanca	35.0706	-3.73853				02	167		
11092197	Douar Iqddourene	douar-iqddourene	MA		0	Africa/Casablanca	35.06331	-3.71813				02	167		
11092198	Douar Ibouchihatene	douar-ibouchihatene	MA		0	Africa/Casablanca	35.06284	-3.70727				02	167		
11092201	Douar Aanchour	douar-aanchour	MA		0	Africa/Casablanca	35.05664	-3.74482				02	167		
11092202	Douar Dar Mohamed Ouo Aissa	douar-dar-mohamed-ouo-aissa	MA		0	Africa/Casablanca	35.05625	-3.73735				02	167		
11092206	Douar Iboudaatene	douar-iboudaatene	MA		0	Africa/Casablanca	35.05225	-3.73469				02	167		
11092208	Douar Ifarsiouene	douar-ifarsiouene	MA		0	Africa/Casablanca	35.04664	-3.70439				02	167		
11092209	Douar Irbibene	douar-irbibene	MA		0	Africa/Casablanca	35.04413	-3.70723				02	167		
11092210	Douar Iqeddourene	douar-iqeddourene	MA		0	Africa/Casablanca	35.04378	-3.71162				02	167		
11092211	Douar Ibouchaarene	douar-ibouchaarene	MA		0	Africa/Casablanca	35.04225	-3.71559				02	167		
11092213	Douar Sidi Moussa	douar-sidi-moussa	MA		0	Africa/Casablanca	35.0417	-3.72571				02	167		
11092214	Douar Issarikhene	douar-issarikhene	MA		0	Africa/Casablanca	35.04	-3.7422				02	167		
11092215	Douar Taddart Tazouggahl	douar-taddart-tazouggahl	MA		0	Africa/Casablanca	35.03791	-3.72735				02	167		
11092222	Tghaghet	tghaghet	MA		0	Africa/Casablanca	35.02837	-3.71398				02	167		
11092224	Douar Ouatrougou	douar-ouatrougou	MA		0	Africa/Casablanca	35.01933	-3.74194				02	167		
11092228	Douar Iheddoutene	douar-iheddoutene	MA		0	Africa/Casablanca	35.02368	-3.71806				02	167		
11092235	Douar Ouaouzart	douar-ouaouzart	MA		0	Africa/Casablanca	35.0096	-3.7143				02	167		
11092237	Douar Iouardijene	douar-iouardijene	MA		0	Africa/Casablanca	35.00467	-3.72798				02	167		
11092239	Douar Iboujeddayene	douar-iboujeddayene	MA		0	Africa/Casablanca	35.00544	-3.74441				02	167		
11092249	Amrabed n-Tara	amrabed-n-tara	MA		0	Africa/Casablanca	35.12065	-3.68826				02	167		
11092250	Douar Iqebbalene	douar-iqebbalene	MA		0	Africa/Casablanca	35.11771	-3.68727				02	167		
11092251	Douar Raouat	douar-raouat	MA		0	Africa/Casablanca	35.11568	-3.67584				02	167		
11092254	Douar Imerraqene	douar-imerraqene	MA		0	Africa/Casablanca	35.10856	-3.66914				02	167		
11092256	Douar Ihsaynene	douar-ihsaynene	MA		0	Africa/Casablanca	35.10648	-3.67049				02	167		
11092258	Douar Iqedjouchene	douar-iqedjouchene	MA		0	Africa/Casablanca	35.10412	-3.66553				02	167		
11092267	Douar Imenouhene	douar-imenouhene	MA		0	Africa/Casablanca	35.09024	-3.6962				02	167		
11092269	Douar Taammart	douar-taammart	MA		0	Africa/Casablanca	35.09248	-3.69096				02	167		
11092280	Douar Laouine	douar-laouine	MA		0	Africa/Casablanca	35.07511	-3.67618				02	167		
11092283	Douar Ijettane	douar-ijettane	MA		0	Africa/Casablanca	35.07382	-3.70631				02	167		
11092287	Dement Ouabbad	dement-ouabbad	MA		0	Africa/Casablanca	35.06961	-3.68099				02	167		
11092289	Douar Iabdellatene	douar-iabdellatene	MA		0	Africa/Casablanca	35.06641	-3.70541				02	167		
11092291	Douar Imimoun	douar-imimoun	MA		0	Africa/Casablanca	35.06273	-3.68597				02	167		
11092293	Douar Ijarayene	douar-ijarayene	MA		0	Africa/Casablanca	35.06985	-3.67168				02	167		
11092295	Douar Indouhene	douar-indouhene	MA		0	Africa/Casablanca	35.06841	-3.67555				02	167		
11092296	Douar Lghabet n-Tourrirt	douar-lghabet-n-tourrirt	MA		0	Africa/Casablanca	35.06613	-3.6734				02	167		
11092299	Douar Ibejjatene	douar-ibejjatene	MA		0	Africa/Casablanca	35.06036	-3.67967				02	167		
11092300	Douar Ijarmacouas	douar-ijarmacouas	MA		0	Africa/Casablanca	35.06041	-3.68553				02	167		
11092303	Douar Ikhemmalene	douar-ikhemmalene	MA		0	Africa/Casablanca	35.05815	-3.68326				02	167		
11092304	Douar Boudaa	douar-boudaa	MA		0	Africa/Casablanca	35.05302	-3.69248				02	167		
11092308	Douar Bni Bouykbach	douar-bni-bouykbach	MA		0	Africa/Casablanca	35.04747	-3.67088				02	167		
11092309	Douar Idouane	douar-idouane	MA		0	Africa/Casablanca	35.05054	-3.70038				02	167		
11092311	Douar Iboundatene	douar-iboundatene	MA		0	Africa/Casablanca	35.0441	-3.69971				02	167		
11092312	Douar Boudilb	douar-boudilb	MA		0	Africa/Casablanca	35.0426	-3.70497				02	167		
11092316	Douar Islimatene	douar-islimatene	MA		0	Africa/Casablanca	35.04106	-3.68359				02	167		
11092318	Douar Bni Hassane	douar-bni-hassane	MA		0	Africa/Casablanca	35.03769	-3.66881				02	167		
11092321	Douar Imejjoujen	douar-imejjoujen	MA		0	Africa/Casablanca	35.0325	-3.70637				02	167		
11092322	Taqsefet	taqsefet	MA		0	Africa/Casablanca	35.03444	-3.69695				02	167		
11092328	Douar Bouhssane	douar-bouhssane	MA		0	Africa/Casablanca	35.0247	-3.69452				02	167		
11092329	Douar Alouane	douar-alouane	MA		0	Africa/Casablanca	35.02177	-3.68965				02	167		
11092330	Douar Sacha	douar-sacha	MA		0	Africa/Casablanca	35.02211	-3.68096				02	167		
11092333	Douar Irezzouqene	douar-irezzouqene	MA		0	Africa/Casablanca	35.01878	-3.70105				02	167		
11092343	Korouna	korouna	MA		0	Africa/Casablanca	35.11628	-3.64215				02	167		
11092347	Douar Ibloundiyene	douar-ibloundiyene	MA		0	Africa/Casablanca	35.11203	-3.64996				02	167		
11092348	Douar Iabbadene	douar-iabbadene	MA		0	Africa/Casablanca	35.11427	-3.66747				02	167		
11092349	Douar Ait Aissa Ou Yahya	douar-ait-aissa-ou-yahya	MA		0	Africa/Casablanca	35.10771	-3.65984				02	167		
11092350	Douar Iboussatene	douar-iboussatene	MA		0	Africa/Casablanca	35.10754	-3.66477				02	167		
11092351	Douar Ihemmadene	douar-ihemmadene	MA		0	Africa/Casablanca	35.10908	-3.64713				02	167		
11092352	Douar Dchar	douar-dchar	MA		0	Africa/Casablanca	35.10508	-3.64966				02	167		
11092355	Douar Ben Hemmoutane	douar-ben-hemmoutane	MA		0	Africa/Casablanca	35.10213	-3.64224				02	167		
11092358	Douar Tajrat	douar-tajrat	MA		0	Africa/Casablanca	35.09865	-3.65773				02	167		
11092359	Douar Imeqchene	douar-imeqchene	MA		0	Africa/Casablanca	35.09483	-3.63542				02	167		
11092360	Douar Taouarda	douar-taouarda	MA		0	Africa/Casablanca	35.09279	-3.63078				02	167		
11092361	Douar Amezzaourou	douar-amezzaourou	MA		0	Africa/Casablanca	35.09156	-3.62589				02	167		
11092364	Douar Bouydir	douar-bouydir	MA		0	Africa/Casablanca	35.08928	-3.6428				02	167		
11092366	Jeddi Abdelquahed	jeddi-abdelquahed	MA		0	Africa/Casablanca	35.08748	-3.64972				02	167		
11092367	Douar Imesnoughene	douar-imesnoughene	MA		0	Africa/Casablanca	35.08751	-3.62938				02	167		
11092368	Dhar Dmani	dhar-dmani	MA		0	Africa/Casablanca	35.08606	-3.63197				02	167		
11092370	Douar Taddart Abdellah Omar	douar-taddart-abdellah-omar	MA		0	Africa/Casablanca	35.08228	-3.62661				02	167		
11092371	Dhar Achour	dhar-achour	MA		0	Africa/Casablanca	35.08042	-3.6283				02	167		
11092372	Douar Tara Ouzghar	douar-tara-ouzghar	MA		0	Africa/Casablanca	35.08182	-3.64141				02	167		
11092375	Douar Bouqdrane	douar-bouqdrane	MA		0	Africa/Casablanca	35.08207	-3.65173				02	167		
11092384	Douar Ait Amer Ou Ali	douar-ait-amer-ou-ali	MA		0	Africa/Casablanca	35.07379	-3.66636				02	167		
11092390	Boumeddour	boumeddour	MA		0	Africa/Casablanca	35.05338	-3.62632				02	167		
11092393	Douar Izenayene	douar-izenayene	MA		0	Africa/Casablanca	35.04973	-3.65653				02	167		
11092394	Douar Ain Kasba	douar-ain-kasba	MA		0	Africa/Casablanca	35.06827	-3.64962				02	167		
11092395	Douar Iaoudene	douar-iaoudene	MA		0	Africa/Casablanca	35.0447	-3.65975				02	167		
11092399	Douar Zaouchet n-sidi Yahya	douar-zaouchet-n-sidi-yahya	MA		0	Africa/Casablanca	35.04523	-3.64245				02	167		
11092401	Douar Boussefri	douar-boussefri	MA		0	Africa/Casablanca	35.03686	-3.66172				02	167		
11092402	Douar Imeddiouene	douar-imeddiouene	MA		0	Africa/Casablanca	35.04021	-3.64214				02	167		
11092420	Douar Ifemi	douar-ifemi	MA		0	Africa/Casablanca	34.9976	-3.65088				02	167		
11092422	Douar Lean	douar-lean	MA		0	Africa/Casablanca	35.10539	-3.6548				02	167		
11092424	Douar Ouantraghet	douar-ouantraghet	MA		0	Africa/Casablanca	35.09117	-3.64949				02	167		
11092432	Douar Iboughamassene	douar-iboughamassene	MA		0	Africa/Casablanca	35.08045	-3.74948				02	167		
11092462	Oulad Lhaj Mohand	oulad-lhaj-mohand	MA		0	Africa/Casablanca	35.1221	-3.47607				02	167		
11092463	Ilejjoussene	ilejjoussene	MA		0	Africa/Casablanca	35.11689	-3.47767				02	167		
11092464	Tamzida Talghent	tamzida-talghent	MA		0	Africa/Casablanca	35.1157	-3.48473				02	167		
11092465	Commune Mhajer	commune-mhajer	MA		0	Africa/Casablanca	35.11813	-3.48995				02	167		
11092466	Issoussane	issoussane	MA		0	Africa/Casablanca	35.11542	-3.49701				02	167		
11092470	Imahmoudene	imahmoudene	MA		0	Africa/Casablanca	35.11004	-3.47636				02	167		
11092487	Douar Tacheryas-n-Nej	douar-tacheryas-n-nej	MA		0	Africa/Casablanca	35.19829	-3.71312				02	167		
11092500	Douar Beni Bou Yaaqoud	douar-beni-bou-yaaqoud	MA		0	Africa/Casablanca	35.13817	-3.67731				02	167		
11092501	Douar Bou Nouir	douar-bou-nouir	MA		0	Africa/Casablanca	35.23601	-3.65373				02	167		
11092517	Foussina	foussina	MA		0	Africa/Casablanca	35.15782	-3.63296				02	167		
11092533	Oulad Lhaj Ali	oulad-lhaj-ali	MA		0	Africa/Casablanca	35.10587	-3.48748				02	167		
11092549	Louazzaniyene	louazzaniyene	MA		0	Africa/Casablanca	35.08457	-3.48385				02	167		
11092554	Bouarbl	bouarbl	MA		0	Africa/Casablanca	35.07236	-3.46714				02	167		
11092555	Zaouyet Aghbal	zaouyet-aghbal	MA		0	Africa/Casablanca	35.07382	-3.47839				02	167		
11092559	Ibachriouene	ibachriouene	MA		0	Africa/Casablanca	35.07517	-3.48549				02	167		
11092566	Oulad Mohand Ou Ali	oulad-mohand-ou-ali	MA		0	Africa/Casablanca	35.06406	-3.46626				02	167		
11092568	Inounatene	inounatene	MA		0	Africa/Casablanca	35.06043	-3.46398				02	167		
11092570	Iabdellatene	iabdellatene	MA		0	Africa/Casablanca	35.05903	-3.48417				02	167		
11092572	Iqadarrene Louta	iqadarrene-louta	MA		0	Africa/Casablanca	35.06332	-3.49897				02	167		
11092574	Laari Ouchene	laari-ouchene	MA		0	Africa/Casablanca	35.05311	-3.46253				02	167		
11092576	Ikharchichene	ikharchichene	MA		0	Africa/Casablanca	35.05327	-3.48574				02	167		
11092577	Ilemouyene	ilemouyene	MA		0	Africa/Casablanca	35.05296	-3.48971				02	167		
11092578	Amara Harcha	amara-harcha	MA		0	Africa/Casablanca	35.0483	-3.48508				02	167		
11092582	Oulad Abderahmane	oulad-abderahmane	MA		0	Africa/Casablanca	35.04931	-3.47362				02	167		
11092584	Hay Ilham	hay-ilham	MA		0	Africa/Casablanca	35.04516	-3.4577				02	167		
11092585	Hay Lmassira	hay-lmassira	MA		0	Africa/Casablanca	35.04293	-3.46091				02	167		
11092586	Fondouq	fondouq	MA		0	Africa/Casablanca	35.04516	-3.4692				02	167		
11092587	Taghilast	taghilast	MA		0	Africa/Casablanca	35.04391	-3.4816				02	167		
11092590	Nahj Tanja	nahj-tanja	MA		0	Africa/Casablanca	35.04149	-3.45669				02	167		
11092595	Dar Issati Mohamed	dar-issati-mohamed	MA		0	Africa/Casablanca	35.02794	-3.47003				02	167		
11092596	Lakhrabi	lakhrabi	MA		0	Africa/Casablanca	35.0251	-3.45956				02	167		
11092598	Oulad Drigui	oulad-drigui	MA		0	Africa/Casablanca	35.01749	-3.48001				02	167		
11092599	Oulad Lmokhtar Lbounni	oulad-lmokhtar-lbounni	MA		0	Africa/Casablanca	35.02035	-3.47169				02	167		
11092601	Dar Abd Slam	dar-abd-slam	MA		0	Africa/Casablanca	35.01573	-3.48192				02	167		
11092602	Oueld Mohamed	oueld-mohamed	MA		0	Africa/Casablanca	35.01482	-3.48557				02	167		
11092603	Hammoudet	hammoudet	MA		0	Africa/Casablanca	35.01186	-3.46471				02	167		
11092604	Laghraba	laghraba	MA		0	Africa/Casablanca	35.0119	-3.48342				02	167		
11092605	Alloutat	alloutat	MA		0	Africa/Casablanca	35.01199	-3.48209				02	167		
11092606	Laababda	laababda	MA		0	Africa/Casablanca	35.0087	-3.48207				02	167		
11092609	Oulad Gmach	oulad-gmach	MA		0	Africa/Casablanca	35.01028	-3.47486				02	167		
11092612	Haddachat	haddachat	MA		0	Africa/Casablanca	35.00089	-3.46838				02	167		
11092614	Iaouadene	iaouadene	MA		0	Africa/Casablanca	35.1198	-3.42173				02	167		
11092622	Imerdech	imerdech	MA		0	Africa/Casablanca	35.11195	-3.45022				02	167		
11092623	Timedrine Jahel	timedrine-jahel	MA		0	Africa/Casablanca	35.11162	-3.45141				02	167		
11092628	Tlat	tlat	MA		0	Africa/Casablanca	35.10808	-3.41641				02	167		
11092630	Ikharouidene	ikharouidene	MA		0	Africa/Casablanca	35.10381	-3.41879				02	167		
11092633	Adoui	adoui	MA		0	Africa/Casablanca	35.10281	-3.44184				02	167		
11092634	Akhachchab Ou Adoui	akhachchab-ou-adoui	MA		0	Africa/Casablanca	35.10016	-3.44053				02	167		
11092635	Iyousfatene	iyousfatene	MA		0	Africa/Casablanca	35.09849	-3.43871				02	167		
11092637	Imdahriouene	imdahriouene	MA		0	Africa/Casablanca	35.09635	-3.43233				02	167		
11092638	Mohand Ou Ahmed	mohand-ou-ahmed	MA		0	Africa/Casablanca	35.09558	-3.43544				02	167		
11092643	Ait Frassene	ait-frassene	MA		0	Africa/Casablanca	35.09024	-3.42718				02	167		
11092645	Asmayou	asmayou	MA		0	Africa/Casablanca	35.0842	-3.42259				02	167		
11092648	Iynhriyene	iynhriyene	MA		0	Africa/Casablanca	35.08159	-3.41976				02	167		
11092650	Tizi Ghaddou	tizi-ghaddou	MA		0	Africa/Casablanca	35.07932	-3.43096				02	167		
11092651	Ouatene Iyahtene	ouatene-iyahtene	MA		0	Africa/Casablanca	35.07697	-3.44817				02	167		
11092653	Talghent Louta	talghent-louta	MA		0	Africa/Casablanca	35.07541	-3.41899				02	167		
11092654	Izime	izime	MA		0	Africa/Casablanca	35.07253	-3.4218				02	167		
11092659	Tassoumat	tassoumat	MA		0	Africa/Casablanca	35.06982	-3.43589				02	167		
11092660	Commune Ouardana	commune-ouardana	MA		0	Africa/Casablanca	35.07075	-3.42358				02	167		
11092661	Tamzida Allal Jbilou	tamzida-allal-jbilou	MA		0	Africa/Casablanca	35.07228	-3.41742				02	167		
11092662	Oulad Ben Haddou	oulad-ben-haddou	MA		0	Africa/Casablanca	35.06808	-3.41804				02	167		
11092663	Iqoubaane	iqoubaane	MA		0	Africa/Casablanca	35.06511	-3.41972				02	167		
11092664	Ihyatene	ihyatene	MA		0	Africa/Casablanca	35.06701	-3.45295				02	167		
11092665	Iramdanene	iramdanene	MA		0	Africa/Casablanca	35.06754	-3.44579				02	167		
11092666	Ifeddachene	ifeddachene	MA		0	Africa/Casablanca	35.06499	-3.44506				02	167		
11092667	Oulad Lhaj Ali	oulad-lhaj-ali	MA		0	Africa/Casablanca	35.06383	-3.44029				02	167		
11092668	Ibachriouene	ibachriouene	MA		0	Africa/Casablanca	35.06056	-3.45712				02	167		
11092669	Ibouhammouchene	ibouhammouchene	MA		0	Africa/Casablanca	35.06231	-3.44409				02	167		
11092670	Ouardana	ouardana	MA		0	Africa/Casablanca	35.05858	-3.43954				02	167		
11092671	Ifejjoussene	ifejjoussene	MA		0	Africa/Casablanca	35.0609	-3.43248				02	167		
11092672	Imahmoudene	imahmoudene	MA		0	Africa/Casablanca	35.05865	-3.43499				02	167		
11092673	Bni Touzine	bni-touzine	MA		0	Africa/Casablanca	35.05914	-3.44484				02	167		
11092674	Ijeyyarene	ijeyyarene	MA		0	Africa/Casablanca	35.05431	-3.45317				02	167		
11092675	Feddane Maali	feddane-maali	MA		0	Africa/Casablanca	35.053	-3.4483				02	167		
11092676	Oulad Lhaj Mohand	oulad-lhaj-mohand	MA		0	Africa/Casablanca	35.05737	-3.43274				02	167		
11092678	Imalliouene	imalliouene	MA		0	Africa/Casablanca	35.0558	-3.42988				02	167		
11092679	Iramdanene	iramdanene	MA		0	Africa/Casablanca	35.04892	-3.44902				02	167		
11092680	Baid Lmaghrjb	baid-lmaghrjb	MA		0	Africa/Casablanca	35.04648	-3.45146				02	167		
11092681	Dounet	dounet	MA		0	Africa/Casablanca	35.04398	-3.4427				02	167		
11092682	Commune Ben Taieb	commune-ben-taieb	MA		0	Africa/Casablanca	35.04423	-3.45171				02	167		
11092683	Lhay Lidari	lhay-lidari	MA		0	Africa/Casablanca	35.04279	-3.45394				02	167		
11092684	Ittissalat Lmaghrib	ittissalat-lmaghrib	MA		0	Africa/Casablanca	35.04386	-3.45379				02	167		
11092686	Malech	malech	MA		0	Africa/Casablanca	35.04189	-3.4419				02	167		
11092689	Hay Sahb Ljam	hay-sahb-ljam	MA		0	Africa/Casablanca	35.03824	-3.45068				02	167		
11092693	Oulad Hammad	oulad-hammad	MA		0	Africa/Casablanca	35.00967	-3.44924				02	167		
11092694	Qadrat	qadrat	MA		0	Africa/Casablanca	35.00965	-3.44135				02	167		
11092695	Oulad Hmida	oulad-hmida	MA		0	Africa/Casablanca	35.00824	-3.43014				02	167		
11092698	Lhaj Mimoune	lhaj-mimoune	MA		0	Africa/Casablanca	34.9983	-3.41753				02	167		
11092699	Tizi -n- Mya	tizi-n-mya	MA		0	Africa/Casablanca	35.00077	-3.45542				02	167		
11092702	Tafrast Mouh Ou Allal	tafrast-mouh-ou-allal	MA		0	Africa/Casablanca	35.12219	-3.41706				02	167		
11092705	Tala Akcha	tala-akcha	MA		0	Africa/Casablanca	35.11805	-3.38616				02	167		
11092710	Tghourlet	tghourlet	MA		0	Africa/Casablanca	35.11989	-3.40467				02	167		
11092711	Jaddi Mhamed	jaddi-mhamed	MA		0	Africa/Casablanca	35.11636	-3.40557				02	167		
11092712	Ait Makhlouf	ait-makhlouf	MA		0	Africa/Casablanca	35.11399	-3.40672				02	167		
11092713	Irahmounene Jbet	irahmounene-jbet	MA		0	Africa/Casablanca	35.11163	-3.39742				02	167		
11092716	Ait Rached	ait-rached	MA		0	Africa/Casablanca	35.10983	-3.40692				02	167		
11092717	Ibbou Ayyadene	ibbou-ayyadene	MA		0	Africa/Casablanca	35.11057	-3.4017				02	167		
11092718	Aarabene	aarabene	MA		0	Africa/Casablanca	35.10978	-3.39523				02	167		
11092722	Imajjateyene	imajjateyene	MA		0	Africa/Casablanca	35.10162	-3.3996				02	167		
11092723	Marou Athmane	marou-athmane	MA		0	Africa/Casablanca	35.0907	-3.4101				02	167		
11092726	Ajdir Azzouz	ajdir-azzouz	MA		0	Africa/Casablanca	35.08796	-3.39846				02	167		
11092728	Touount	touount	MA		0	Africa/Casablanca	35.08831	-3.38204				02	167		
11092729	Iharouachene	iharouachene	MA		0	Africa/Casablanca	35.10285	-3.39159				02	167		
11092730	Commune Ait Mait	commune-ait-mait	MA		0	Africa/Casablanca	35.0897	-3.38229				02	167		
11092732	Issabourane	issabourane	MA		0	Africa/Casablanca	35.07936	-3.39854				02	167		
11092733	Torrita	torrita	MA		0	Africa/Casablanca	35.07769	-3.40937				02	167		
11092734	Issisouanene	issisouanene	MA		0	Africa/Casablanca	35.07787	-3.39414				02	167		
11092735	Ibejjatene	ibejjatene	MA		0	Africa/Casablanca	35.07384	-3.39616				02	167		
11092737	Ouhiya	ouhiya	MA		0	Africa/Casablanca	35.06931	-3.39669				02	167		
11092738	Oulad Bouchih	oulad-bouchih	MA		0	Africa/Casablanca	35.06852	-3.38605				02	167		
11092739	Iguerdouaane	iguerdouaane	MA		0	Africa/Casablanca	35.06464	-3.40523				02	167		
11092740	Ioussayhene	ioussayhene	MA		0	Africa/Casablanca	35.06678	-3.38847				02	167		
11092741	Mahchir	mahchir	MA		0	Africa/Casablanca	35.06243	-3.37459				02	167		
11092742	Oghouz	oghouz	MA		0	Africa/Casablanca	35.05902	-3.37886				02	167		
11092743	Talla	talla	MA		0	Africa/Casablanca	35.05967	-3.39264				02	167		
11092744	Ras Labher Ameziani	ras-labher-ameziani	MA		0	Africa/Casablanca	35.05955	-3.41055				02	167		
11092746	Taghzout	taghzout	MA		0	Africa/Casablanca	35.05658	-3.39847				02	167		
11092747	Berghazrane	berghazrane	MA		0	Africa/Casablanca	35.05343	-3.37832				02	167		
11092748	Timerknin	timerknin	MA		0	Africa/Casablanca	35.05019	-3.40409				02	167		
11092749	Dhar	dhar	MA		0	Africa/Casablanca	35.05126	-3.40714				02	167		
11092751	Ansayene	ansayene	MA		0	Africa/Casablanca	35.04611	-3.40064				02	167		
11092752	Aghbar	aghbar	MA		0	Africa/Casablanca	35.04437	-3.39725				02	167		
11092755	Ichtiouiyene	ichtiouiyene	MA		0	Africa/Casablanca	35.03407	-3.38101				02	167		
11092756	Oulad Salem	oulad-salem	MA		0	Africa/Casablanca	35.02891	-3.385				02	167		
11092760	Dar Taouil Abd Naji	dar-taouil-abd-naji	MA		0	Africa/Casablanca	35.01399	-3.40547				02	167		
11092762	Bni Oukil	bni-oukil	MA		0	Africa/Casablanca	35.00877	-3.38021				02	167		
11092763	Oulad Hammou Moussa	oulad-hammou-moussa	MA		0	Africa/Casablanca	35.00912	-3.37697				02	167		
11092765	Oulad Lhaj Boukil	oulad-lhaj-boukil	MA		0	Africa/Casablanca	35.00107	-3.40699				02	167		
11092779	Douar Bouyejra	douar-bouyejra	MA		0	Africa/Casablanca	35.08276	-2.60656				02	381		
11092784	Douar Yat Lhadi	douar-yat-lhadi	MA		0	Africa/Casablanca	35.07925	-2.58937				02	381		
11092785	Douar Zaalouq	douar-zaalouq	MA		0	Africa/Casablanca	35.07481	-2.60958				02	381		
11092789	Commune Rurale Al Barkanyene	commune-rurale-al-barkanyene	MA		0	Africa/Casablanca	35.0639	-2.60284		Commune Rurale Al Barkanyene,Iberkanene		02	381		
11092794	Moula Baghdad	moula-baghdad	MA		0	Africa/Casablanca	35.06278	-2.58293				02	381		
11092799	Irehhoutene	irehhoutene	MA		0	Africa/Casablanca	35.05103	-2.62138				02	381		
11092800	Douar Basri	douar-basri	MA		0	Africa/Casablanca	35.05026	-2.61586				02	381		
11092802	Douar Yat Smail	douar-yat-smail	MA		0	Africa/Casablanca	35.04971	-2.59252				02	381		
11092808	Douar Yat Abdellah	douar-yat-abdellah	MA		0	Africa/Casablanca	35.05826	-2.58111				02	381		
11092809	Douar Boujettoy	douar-boujettoy	MA		0	Africa/Casablanca	35.04789	-2.60685				02	381		
11092811	Taqsebt	taqsebt	MA		0	Africa/Casablanca	35.04388	-2.61054				02	381		
11092816	Aghil Ameqrane	aghil-ameqrane	MA		0	Africa/Casablanca	35.03889	-2.58617				02	381		
11092841	Douar Merchal	douar-merchal	MA		0	Africa/Casablanca	35.00464	-2.61041				02	381		
11092850	Douar Ou Drissene	douar-ou-drissene	MA		0	Africa/Casablanca	35.08127	-2.54339				02	381		
11092852	Douar Lyar Azirar	douar-lyar-azirar	MA		0	Africa/Casablanca	35.07364	-2.56954				02	381		
11092854	Douar Yat Mohand n- Ali ou El Mehdi	douar-yat-mohand-n-ali-ou-el-mehdi	MA		0	Africa/Casablanca	35.07771	-2.54788				02	381		
11092864	Douar Ihemmitene	douar-ihemmitene	MA		0	Africa/Casablanca	35.06104	-2.57479				02	381		
11092875	Bahri	bahri	MA		0	Africa/Casablanca	35.05391	-2.57665				02	381		
11092876	Douar Yat Mohand Ou Smail	douar-yat-mohand-ou-smail	MA		0	Africa/Casablanca	35.05374	-2.58225				02	381		
11092879	Raout n- Taqrint	raout-n-taqrint	MA		0	Africa/Casablanca	35.05036	-2.57363				02	381		
11092924	Douar Metlili	douar-metlili	MA		0	Africa/Casablanca	34.99832	-2.57778				02	381		
11092934	Afras Issebbanene	afras-issebbanene	MA		0	Africa/Casablanca	35.085	-2.53113				02	381		
11092936	Afras Azouggagh	afras-azouggagh	MA		0	Africa/Casablanca	35.08221	-2.53139				02	381		
11092937	Douar Yat Bou Lagdour	douar-yat-bou-lagdour	MA		0	Africa/Casablanca	35.07641	-2.536				02	381		
11092938	Douar Tmadet	douar-tmadet	MA		0	Africa/Casablanca	35.07766	-2.53289				02	381		
11092939	Moula Baghdad	moula-baghdad	MA		0	Africa/Casablanca	35.07694	-2.53261				02	381		
11092943	Imeghnaj	imeghnaj	MA		0	Africa/Casablanca	35.08047	-2.51827				02	381		
11092946	Dairek	dairek	MA		0	Africa/Casablanca	35.07941	-2.5127				02	381		
11092948	Douar Sidi Brahim	douar-sidi-brahim	MA		0	Africa/Casablanca	35.07748	-2.50575				02	381		
11092952	Douar Imrabbene	douar-imrabbene	MA		0	Africa/Casablanca	35.07164	-2.53042				02	381		
11092955	Ghnima	ghnima	MA		0	Africa/Casablanca	35.07223	-2.50834				02	381		
11092958	Douar Iherfaf	douar-iherfaf	MA		0	Africa/Casablanca	35.06661	-2.51124				02	381		
11092961	Douar Yat Tahar	douar-yat-tahar	MA		0	Africa/Casablanca	35.06134	-2.53808				02	381		
11092989	Douar Yat Bouziane	douar-yat-bouziane	MA		0	Africa/Casablanca	35.01858	-2.52971				02	381		
11092994	Taslighoua n- Ou Ghioul	taslighoua-n-ou-ghioul	MA		0	Africa/Casablanca	35.01398	-2.5268				02	381		
11093001	Douar Zallou	douar-zallou	MA		0	Africa/Casablanca	35.01352	-2.51068				02	381		
11093003	Imedrane	imedrane	MA		0	Africa/Casablanca	35.01252	-2.49914				02	381		
11093008	Adebdoub	adebdoub	MA		0	Africa/Casablanca	35.00807	-2.52514				02	381		
11093009	Talaabadt	talaabadt	MA		0	Africa/Casablanca	35.00876	-2.52057				02	381		
11093036	Iboudoutene	iboudoutene	MA		0	Africa/Casablanca	35.07604	-2.55516				02	381		
11093045	Douar Lmers	douar-lmers	MA		0	Africa/Casablanca	35.00351	-2.51644				02	381		
11093052	Douar Ahfir	douar-ahfir	MA		0	Africa/Casablanca	35.04044	-2.54247				02	381		
11098926	Dar Oued Ben Arala	dar-oued-ben-arala	MA		0	Africa/Casablanca	33.74083	-6.72852				04	501		
11098930	El Gara	el-gara	MA		0	Africa/Casablanca	33.7404	-6.7144				04	291		
11098934	Douar Chrichira	douar-chrichira	MA		0	Africa/Casablanca	33.74413	-6.67765				04	291		
11098935	Douar Lembarkiyine Oulad Klir	douar-lembarkiyine-oulad-klir	MA		0	Africa/Casablanca	33.7421	-6.6634				04	291		
11098938	Douar Chelba	douar-chelba	MA		0	Africa/Casablanca	33.74542	-6.65219				04	291		
11098943	Douar Nkhilal Lembarkyine	douar-nkhilal-lembarkyine	MA		0	Africa/Casablanca	33.73526	-6.66194				04	291		
11098953	Douar Lembarkiyine	douar-lembarkiyine	MA		0	Africa/Casablanca	33.72809	-6.64091				04	291		
11098965	Dar Bahi Rahai	dar-bahi-rahai	MA		0	Africa/Casablanca	33.71485	-6.68809				04	291		
11098967	Dar Hmama	dar-hmama	MA		0	Africa/Casablanca	33.71804	-6.69625				04	291		
11098968	Douar Leqiayeb	douar-leqiayeb	MA		0	Africa/Casablanca	33.71373	-6.69728				04	291		
11098969	Douar Leqrayeb Oulad Abdellah	douar-leqrayeb-oulad-abdellah	MA		0	Africa/Casablanca	33.70708	-6.69262				04	291		
11098975	Dar Small Mohamed	dar-small-mohamed	MA		0	Africa/Casablanca	33.72771	-6.73296				04	501		
11098976	Douar Oulad Eruk	douar-oulad-eruk	MA		0	Africa/Casablanca	33.7066	-6.73125				04	291		
11098978	Dar Mohamed Ben Jilali	dar-mohamed-ben-jilali	MA		0	Africa/Casablanca	33.70303	-6.7009				04	291		
11098979	Douar Dioucha	douar-dioucha	MA		0	Africa/Casablanca	33.70023	-6.699				04	291		
11098982	Dar El Mloud Mezouar	dar-el-mloud-mezouar	MA		0	Africa/Casablanca	33.69784	-6.67806				04	291		
11098983	Dar Ben Sghi	dar-ben-sghi	MA		0	Africa/Casablanca	33.7014	-6.67505				04	291		
11098985	Dar Ali Assaci	dar-ali-assaci	MA		0	Africa/Casablanca	33.70323	-6.65844				04	291		
11098986	Dar Allal Assad	dar-allal-assad	MA		0	Africa/Casablanca	33.70156	-6.65862				04	291		
11098987	Douar El Assasda	douar-el-assasda	MA		0	Africa/Casablanca	33.69433	-6.65891				04	291		
11098990	Douar Oulad Massaoud	douar-oulad-massaoud	MA		0	Africa/Casablanca	33.69937	-6.64782				04	291		
11098991	Douar Goula	douar-goula	MA		0	Africa/Casablanca	33.7019	-6.63606				04	291		
11098996	Douar Lebriouiga	douar-lebriouiga	MA		0	Africa/Casablanca	33.68898	-6.66722				04	291		
11098999	Douar Lemaayziya	douar-lemaayziya	MA		0	Africa/Casablanca	33.67125	-6.67546				04	291		
11099000	Douar Dioucha	douar-dioucha	MA		0	Africa/Casablanca	33.68603	-6.69011				04	291		
11099002	Dar Lemhal	dar-lemhal	MA		0	Africa/Casablanca	33.68769	-6.69333				04	291		
11099006	Douar Chliniyine Korilla	douar-chliniyine-korilla	MA		0	Africa/Casablanca	33.69284	-6.72992				04	291		
11099007	Douar Oulad Hammou Laassad	douar-oulad-hammou-laassad	MA		0	Africa/Casablanca	33.68787	-6.73459				04	291		
11099008	Douar Lehrachi	douar-lehrachi	MA		0	Africa/Casablanca	33.68567	-6.7444				04	501		
11099017	Douar Oulad Hadda	douar-oulad-hadda	MA		0	Africa/Casablanca	33.67289	-6.65981				04	291		
11099018	Dar Lbah	dar-lbah	MA		0	Africa/Casablanca	33.67059	-6.65771				04	291		
11099020	Dar Oulad Abdessalam	dar-oulad-abdessalam	MA		0	Africa/Casablanca	33.67246	-6.64574				04	291		
11099026	Coopérative Bizana	cooperative-bizana	MA		0	Africa/Casablanca	33.67904	-6.63514				04	291		
11099028	Douar Oulad Hadda	douar-oulad-hadda	MA		0	Africa/Casablanca	33.67086	-6.62892				04	291		
11099032	Dar Bajla Rachid	dar-bajla-rachid	MA		0	Africa/Casablanca	33.66082	-6.62634				04	291		
11099033	Dar Aiasa El Haj	dar-aiasa-el-haj	MA		0	Africa/Casablanca	33.65664	-6.63288				04	291		
11099036	Dar Milouc Lemzaatar	dar-milouc-lemzaatar	MA		0	Africa/Casablanca	33.66086	-6.65714				04	291		
11099042	Dar El Haj Ould Lghalya	dar-el-haj-ould-lghalya	MA		0	Africa/Casablanca	33.66914	-6.74648				04	501		
11099044	Dar Tourni Mohamed	dar-tourni-mohamed	MA		0	Africa/Casablanca	33.65884	-6.72215				04	291		
11099045	Dar Bakir El Arbi	dar-bakir-el-arbi	MA		0	Africa/Casablanca	33.65085	-6.72172				04	291		
11099049	Dar Esseddiq Abdellar	dar-esseddiq-abdellar	MA		0	Africa/Casablanca	33.64996	-6.70464				04	291		
11099050	Dar Esseddiq Mohamed Mbarek	dar-esseddiq-mohamed-mbarek	MA		0	Africa/Casablanca	33.64707	-6.70524				04	291		
11099054	Dar Sghir Aissa	dar-sghir-aissa	MA		0	Africa/Casablanca	33.65478	-6.64793				04	291		
11099055	Dar Abdelah Ben Mya	dar-abdelah-ben-mya	MA		0	Africa/Casablanca	33.65585	-6.65185				04	291		
11099058	Douar Bzatz Oulad Jilali	douar-bzatz-oulad-jilali	MA		0	Africa/Casablanca	33.65085	-6.63827				04	291		
11099062	Dar Laarchaoui Mohamed	dar-laarchaoui-mohamed	MA		0	Africa/Casablanca	33.65467	-6.62626				04	291		
11099070	Douar Bouazzaouiyine	douar-bouazzaouiyine	MA		0	Africa/Casablanca	33.64419	-6.6846				04	291		
11099073	Douar Oulad El Hamoussiya	douar-oulad-el-hamoussiya	MA		0	Africa/Casablanca	33.64653	-6.71582				04	291		
11099074	Douar Bekhata	douar-bekhata	MA		0	Africa/Casablanca	33.64151	-6.71374				04	291		
11099075	Douar Mkhafa	douar-mkhafa	MA		0	Africa/Casablanca	33.6431	-6.72674				04	291		
11099077	Dar El Haj Lahsan	dar-el-haj-lahsan	MA		0	Africa/Casablanca	33.63529	-6.73582				04	291		
11099078	Douar Chihiyine	douar-chihiyine	MA		0	Africa/Casablanca	33.63401	-6.72923				04	291		
11099080	Douar Oulad Hmama	douar-oulad-hmama	MA		0	Africa/Casablanca	33.63101	-6.71436				04	291		
11099081	Douar Bouirat	douar-bouirat	MA		0	Africa/Casablanca	33.63054	-6.69453				04	291		
11099085	Dar El Hachi Sirl	dar-el-hachi-sirl	MA		0	Africa/Casablanca	33.63034	-6.67979				04	291		
11099089	Dar El Haj Amer Dahmeu	dar-el-haj-amer-dahmeu	MA		0	Africa/Casablanca	33.63045	-6.6316				04	291		
11099090	Douar Bzayz Oulad Qaddour	douar-bzayz-oulad-qaddour	MA		0	Africa/Casablanca	33.63324	-6.63709				04	291		
11099092	Dar Salah Abdelah	dar-salah-abdelah	MA		0	Africa/Casablanca	33.63306	-6.62542				04	291		
11099095	Coopérative Ouidad	cooperative-ouidad	MA		0	Africa/Casablanca	33.622	-6.68867				04	291		
11099096	Douar Ouled Hmama	douar-ouled-hmama	MA		0	Africa/Casablanca	33.62271	-6.70217				04	291		
11099098	Douar Lour	douar-lour	MA		0	Africa/Casablanca	33.62906	-6.72822				04	291		
11099120	Dar Qarmoudi Mioud	dar-qarmoudi-mioud	MA		0	Africa/Casablanca	33.65809	-6.63143				04	291		
11099150	Douar Leghzaouna	douar-leghzaouna	MA		0	Africa/Casablanca	33.49134	-6.99116				06	111		
11099151	Douar Lemlureg Lebsasla	douar-lemlureg-lebsasla	MA		0	Africa/Casablanca	33.49518	-6.98291				06	111		
11099153	Douar Drioua Lebsisla	douar-drioua-lebsisla	MA		0	Africa/Casablanca	33.48389	-6.97954				06	111		
11099156	Douar Labbirat Lebsasla	douar-labbirat-lebsasla	MA		0	Africa/Casablanca	33.4771	-6.97611				06	111		
11099158	Dar Ennemer	dar-ennemer	MA		0	Africa/Casablanca	33.47084	-6.99546				06	111		
11099161	Douar Lhorch	douar-lhorch	MA		0	Africa/Casablanca	31.97316	-8.7456				07	585		
11099166	Douar Lehfayba	douar-lehfayba	MA		0	Africa/Casablanca	31.95886	-8.73354				07	585		
11099176	Douar Od. Bouzid	douar-od-bouzid	MA		0	Africa/Casablanca	31.90842	-8.74152				07	585		
11099179	Douar Od. Hmida Marmouta	douar-od-hmida-marmouta	MA		0	Africa/Casablanca	31.903	-8.71898				07	585		
11099185	Douar Azib Ben Zini	douar-azib-ben-zini	MA		0	Africa/Casablanca	31.89673	-8.70058				07	585		
11099189	Douar Ouad Hmida Ben Antar	douar-ouad-hmida-ben-antar	MA		0	Africa/Casablanca	31.9429	-8.69447				07	585		
11099194	Douar Od. Benazza Hadi	douar-od-benazza-hadi	MA		0	Africa/Casablanca	31.9822	-8.70421				07	585		
11099196	Douar Eddouiouat	douar-eddouiouat	MA		0	Africa/Casablanca	31.9877	-8.70932				07	585		
11099197	Douar Erguian	douar-erguian	MA		0	Africa/Casablanca	31.9962	-8.70912				07	585		
11099200	Douar Jodyine	douar-jodyine	MA		0	Africa/Casablanca	31.98918	-8.68081				07	585		
11099204	Dar Faddoul	dar-faddoul	MA		0	Africa/Casablanca	31.9488	-8.68331				07	585		
11099206	Eatirnue	eatirnue	MA		0	Africa/Casablanca	31.94485	-8.69048				07	585		
11099213	Dar Ouad Abderrahmane	dar-ouad-abderrahmane	MA		0	Africa/Casablanca	31.90814	-8.67544				07	585		
11099214	Douar Ouad Hmida Essekhira	douar-ouad-hmida-essekhira	MA		0	Africa/Casablanca	31.89179	-8.6773				07	585		
11099222	Douar Ouad Ali	douar-ouad-ali	MA		0	Africa/Casablanca	31.89788	-8.66002				07	585		
11099225	Dar El Haj El Hachml	dar-el-haj-el-hachml	MA		0	Africa/Casablanca	31.92312	-8.64941				07	585		
11099228	Dar Ahmed Ben Ali	dar-ahmed-ben-ali	MA		0	Africa/Casablanca	31.95274	-8.6645				07	585		
11099232	Douar Ouad Sidi Hammon	douar-ouad-sidi-hammon	MA		0	Africa/Casablanca	31.97629	-8.64106				07	585		
11099233	Douar Ouad Ali Moussa	douar-ouad-ali-moussa	MA		0	Africa/Casablanca	31.97712	-8.66374				07	585		
11099234	Rbaat Mbark Ben El Khayr	rbaat-mbark-ben-el-khayr	MA		0	Africa/Casablanca	31.99004	-8.64625				07	585		
11099237	Douar Sadar	douar-sadar	MA		0	Africa/Casablanca	31.98241	-8.63519				07	585		
11099240	Douar Laakouk	douar-laakouk	MA		0	Africa/Casablanca	31.95561	-8.62409				07	585		
11099243	Douar Zaouiat Sidi Ahmed	douar-zaouiat-sidi-ahmed	MA		0	Africa/Casablanca	31.94793	-8.62811				07	585		
11099245	Douar Loqdirne	douar-loqdirne	MA		0	Africa/Casablanca	31.93095	-8.62833				07	585		
11099251	Douar Tahar Khoulani	douar-tahar-khoulani	MA		0	Africa/Casablanca	31.92854	-8.65577				07	585		
11099254	Douar Leghzaouna Chouaouta	douar-leghzaouna-chouaouta	MA		0	Africa/Casablanca	33.46149	-6.99402				06	111		
11099258	Douar Leghzaouna Lebsasla	douar-leghzaouna-lebsasla	MA		0	Africa/Casablanca	33.44687	-6.97772				06	111		
11099263	Douar Oulad Khelifa El Kana	douar-oulad-khelifa-el-kana	MA		0	Africa/Casablanca	33.43831	-6.98267				06	111		
11099265	Douar Oulad Kelifa Joualla	douar-oulad-kelifa-joualla	MA		0	Africa/Casablanca	33.43014	-6.98269				06	111		
11099282	Douar Oulad Sidi Ahmed Dhirira	douar-oulad-sidi-ahmed-dhirira	MA		0	Africa/Casablanca	33.38443	-6.94856				06	111		
11099294	Oulad Bourzouq	oulad-bourzouq	MA		0	Africa/Casablanca	33.48927	-6.9483				06	111		
11099297	Ras Ben El Arbi	ras-ben-el-arbi	MA		0	Africa/Casablanca	33.48559	-6.93447				06	111		
11099298	Oulad Bouchaayb	oulad-bouchaayb	MA		0	Africa/Casablanca	33.47757	-6.93004				06	111		
11099318	Douar Aoulad Sidi Ahmed	douar-aoulad-sidi-ahmed	MA		0	Africa/Casablanca	33.38239	-6.8788				06	111		
11099320	Douar Oulad Sis Ahmed	douar-oulad-sis-ahmed	MA		0	Africa/Casablanca	33.39262	-6.90725				06	111		
11099323	Douar Ouladchmissa Oulad Lkhalfi	douar-ouladchmissa-oulad-lkhalfi	MA		0	Africa/Casablanca	33.40163	-6.90233				06	111		
11099327	Douar Oulad Chmicha	douar-oulad-chmicha	MA		0	Africa/Casablanca	33.41019	-6.89176				06	111		
11099340	Oulad Hmama	oulad-hmama	MA		0	Africa/Casablanca	33.44748	-6.90796				06	111		
11099342	Douar Oulad Ben Daoud Fkimat	douar-oulad-ben-daoud-fkimat	MA		0	Africa/Casablanca	33.45269	-6.91416				06	111		
11099357	Oulad Berqdich	oulad-berqdich	MA		0	Africa/Casablanca	33.48412	-6.91894				06	111		
11099358	Douar Oulad Ben Daoud	douar-oulad-ben-daoud	MA		0	Africa/Casablanca	33.487	-6.92319				06	111		
11099360	Douar Acheddadene	douar-acheddadene	MA		0	Africa/Casablanca	33.49253	-6.89993				06	111		
11099368	Douar Oulad Ben Ben Daoud Oulad Bihi	douar-oulad-ben-ben-daoud-oulad-bihi	MA		0	Africa/Casablanca	33.46477	-6.89515				06	111		
11099377	Douar Oulad Chmicha	douar-oulad-chmicha	MA		0	Africa/Casablanca	33.43041	-6.87908				06	111		
11099387	Bir Essemene	bir-essemene	MA		0	Africa/Casablanca	33.45293	-6.87589				06	111		
11099388	Douar Acheddadene	douar-acheddadene	MA		0	Africa/Casablanca	33.47562	-6.88204				06	111		
11099397	Douar Qobbat Lbahriya	douar-qobbat-lbahriya	MA		0	Africa/Casablanca	34.48333	-6.47423				04	281		
11099398	Dar El Haj Ben Hammou	dar-el-haj-ben-hammou	MA		0	Africa/Casablanca	34.49873	-6.46206				04	281		
11099400	Douar Riyab Lbahriya	douar-riyab-lbahriya	MA		0	Africa/Casablanca	34.5532	-6.45282				04	281		
11099401	Dar Nouaayma El Hachmi	dar-nouaayma-el-hachmi	MA		0	Africa/Casablanca	34.57488	-6.4243				04	281		
11099404	Dar Bou Selham Qdiha	dar-bou-selham-qdiha	MA		0	Africa/Casablanca	34.62829	-6.41215				04	281		
11099406	Douar Oulad Bouhmida	douar-oulad-bouhmida	MA		0	Africa/Casablanca	34.58788	-6.38383				04	281		
11099407	Douar Oulad Bouhmida	douar-oulad-bouhmida	MA		0	Africa/Casablanca	34.58809	-6.37585				04	281		
11099408	Douar Oulad Mataalla	douar-oulad-mataalla	MA		0	Africa/Casablanca	34.58212	-6.37181				04	281		
11099409	Douar Oulad Ben Cheikh	douar-oulad-ben-cheikh	MA		0	Africa/Casablanca	34.56852	-6.37855				04	281		
11099410	Douar Ouled Rouane	douar-ouled-rouane	MA		0	Africa/Casablanca	34.52691	-6.3752				04	281		
11099411	Douar Oulad Atiya	douar-oulad-atiya	MA		0	Africa/Casablanca	34.52106	-6.37668				04	281		
11099412	Douar Lachgoura	douar-lachgoura	MA		0	Africa/Casablanca	34.50515	-6.40475				04	281		
11099426	Douar Oulad Abdellah Lbahriya	douar-oulad-abdellah-lbahriya	MA		0	Africa/Casablanca	34.531	-6.46307				04	281		
11099433	Douar El Hanafi	douar-el-hanafi	MA		0	Africa/Casablanca	34.50272	-6.47386				04	281		
11099434	Dar Affiha Mohamed Belhaj	dar-affiha-mohamed-belhaj	MA		0	Africa/Casablanca	34.50785	-6.47176				04	281		
11099446	Dar Ahmed Kita	dar-ahmed-kita	MA		0	Africa/Casablanca	34.54402	-6.4355				04	281		
11099448	Douar Dkakra	douar-dkakra	MA		0	Africa/Casablanca	34.54625	-6.42469				04	281		
11099452	Douar Abbaouate	douar-abbaouate	MA		0	Africa/Casablanca	34.52217	-6.42632				04	281		
11099461	Dar Zit Ben Acher	dar-zit-ben-acher	MA		0	Africa/Casablanca	34.56894	-6.42095				04	281		
11099462	Dar Boubarkat Feddoul	dar-boubarkat-feddoul	MA		0	Africa/Casablanca	34.56293	-6.42765				04	281		
11099476	Douar Lemrijiya	douar-lemrijiya	MA		0	Africa/Casablanca	34.58032	-6.44112				04	281		
11099479	Douar Skakriya	douar-skakriya	MA		0	Africa/Casablanca	34.59272	-6.43842				04	281		
11099481	Dar Boubarkat	dar-boubarkat	MA		0	Africa/Casablanca	34.60184	-6.41318				04	281		
11099483	Dar Laayaycha Lhachmi	dar-laayaycha-lhachmi	MA		0	Africa/Casablanca	34.59675	-6.41799				04	281		
11099484	Dar Boubarkat Bousselham	dar-boubarkat-bousselham	MA		0	Africa/Casablanca	34.59258	-6.42018				04	281		
11099485	Dar Bouanani Bouchaayb	dar-bouanani-bouchaayb	MA		0	Africa/Casablanca	34.58742	-6.41928				04	281		
11099493	Oulad Sellam Ben Ali	oulad-sellam-ben-ali	MA		0	Africa/Casablanca	34.6148	-6.42237				04	281		
11099494	Douar Slimnate	douar-slimnate	MA		0	Africa/Casablanca	34.60887	-6.4282				04	281		
11099496	Douar Lemlaguit Oulad Miloud	douar-lemlaguit-oulad-miloud	MA		0	Africa/Casablanca	34.61709	-6.40864				04	281		
11099497	Oulad Messour	oulad-messour	MA		0	Africa/Casablanca	34.61254	-6.40949				04	281		
11099500	Douar Ezzaouia	douar-ezzaouia	MA		0	Africa/Casablanca	34.60537	-6.39499				04	281		
11099502	Dar El Haj Mhamed Ould Rhaymou	dar-el-haj-mhamed-ould-rhaymou	MA		0	Africa/Casablanca	34.6207	-6.37902				04	281		
11099506	Daouret Kherrab	daouret-kherrab	MA		0	Africa/Casablanca	34.60932	-6.38663				04	281		
11099507	Sabema	sabema	MA		0	Africa/Casablanca	34.6001	-6.38962				04	281		
11099517	Dar Marouaniya Abderrahmane	dar-marouaniya-abderrahmane	MA		0	Africa/Casablanca	34.58188	-6.39851				04	281		
11099523	Douar Trach	douar-trach	MA		0	Africa/Casablanca	34.57961	-6.37357				04	281		
11099536	Dar Ait Haddou Mohamed	dar-ait-haddou-mohamed	MA		0	Africa/Casablanca	34.5594	-6.38387				04	281		
11099541	Douar Kehaylat	douar-kehaylat	MA		0	Africa/Casablanca	34.55088	-6.37426				04	281		
11099543	Douar Lebqaqla	douar-lebqaqla	MA		0	Africa/Casablanca	34.54788	-6.3731				04	281		
11099558	Douar Zraoula	douar-zraoula	MA		0	Africa/Casablanca	34.52999	-6.37434				04	281		
11099560	Douar Khetatba Oulad Hammou	douar-khetatba-oulad-hammou	MA		0	Africa/Casablanca	34.50608	-6.41198				04	281		
11099561	Douar Chraqoua	douar-chraqoua	MA		0	Africa/Casablanca	34.4987	-6.41014				04	281		
11099563	Douar Krayz	douar-krayz	MA		0	Africa/Casablanca	34.5052	-6.39907				04	281		
11099567	Douar Laazib	douar-laazib	MA		0	Africa/Casablanca	34.51206	-6.38743				04	281		
11099580	Makraz Essoufla	makraz-essoufla	MA		0	Africa/Casablanca	33.9734	-4.90951				03	231		
11099581	Makraz El Oulia	makraz-el-oulia	MA		0	Africa/Casablanca	33.96077	-4.89484				03	231		
11099855	Douar Ain Driss	douar-ain-driss	MA		0	Africa/Casablanca	34.49405	-4.49683				03	531		
11099857	Douar Oulad El Ayachi	douar-oulad-el-ayachi	MA		0	Africa/Casablanca	34.48919	-4.49072				03	531		
11099858	Douar Hni Salmane	douar-hni-salmane	MA		0	Africa/Casablanca	34.48738	-4.49327				03	531		
11099860	Douar Oulad Bou Hsen	douar-oulad-bou-hsen	MA		0	Africa/Casablanca	34.48797	-4.4787				03	531		
11099863	Douar El Koudia	douar-el-koudia	MA		0	Africa/Casablanca	34.47342	-4.49324				03	531		
11099868	Douar Azzabat Fennassa	douar-azzabat-fennassa	MA		0	Africa/Casablanca	34.47326	-4.46449				03	531		
11099869	Douar Arsat Ali	douar-arsat-ali	MA		0	Africa/Casablanca	34.47008	-4.47657				03	531		
11099870	Douar Ain El Ma	douar-ain-el-ma	MA		0	Africa/Casablanca	34.46124	-4.47641				03	531		
11099873	Douar Sidi Bou Ali	douar-sidi-bou-ali	MA		0	Africa/Casablanca	34.44738	-4.48729				03	531		
11099874	Douar Rbiba	douar-rbiba	MA		0	Africa/Casablanca	34.44669	-4.49368				03	531		
11099875	Douar Ain Aleq	douar-ain-aleq	MA		0	Africa/Casablanca	34.44468	-4.49647				03	531		
11099878	Khimis Loukda	khimis-loukda	MA		0	Africa/Casablanca	34.43451	-4.48819				03	531		
11099881	Caidat	caidat	MA		0	Africa/Casablanca	34.43427	-4.49244				03	531		
11099882	Douar Jnanat	douar-jnanat	MA		0	Africa/Casablanca	34.42953	-4.47705				03	531		
11099883	Douar Boujedda	douar-boujedda	MA		0	Africa/Casablanca	34.42318	-4.49508				03	531		
11099887	Douar Boujeddar	douar-boujeddar	MA		0	Africa/Casablanca	34.41189	-4.48706				03	531		
11099888	Douar Lemchara	douar-lemchara	MA		0	Africa/Casablanca	34.41322	-4.47009				03	531		
11099892	Douar Laazara	douar-laazara	MA		0	Africa/Casablanca	34.40117	-4.49083				03	531		
11099897	Douar Binane	douar-binane	MA		0	Africa/Casablanca	34.38054	-4.48639				03	531		
11099899	Douar Lahyar	douar-lahyar	MA		0	Africa/Casablanca	34.37339	-4.47454				03	531		
11099900	Douar Aim El Khadem	douar-aim-el-khadem	MA		0	Africa/Casablanca	34.37528	-4.45098				03	531		
11099901	Douar Dhar Labyad	douar-dhar-labyad	MA		0	Africa/Casablanca	34.38159	-4.45969				03	531		
11099902	Douar Hrirech	douar-hrirech	MA		0	Africa/Casablanca	34.38356	-4.44627				03	531		
11099903	Douar Ain Bou Allal	douar-ain-bou-allal	MA		0	Africa/Casablanca	34.39626	-4.44917				03	531		
11099907	Douar Dlakara	douar-dlakara	MA		0	Africa/Casablanca	34.40101	-4.4657				03	531		
11099914	Douar Oulad Sidi Amer	douar-oulad-sidi-amer	MA		0	Africa/Casablanca	34.41282	-4.45879				03	531		
11099932	Douar Oulad Lakehal	douar-oulad-lakehal	MA		0	Africa/Casablanca	34.47256	-4.43684				03	531		
11099935	Douar Louta	douar-louta	MA		0	Africa/Casablanca	34.46605	-4.44267				03	561		
11099938	Douar Bah Laacheb	douar-bah-laacheb	MA		0	Africa/Casablanca	34.46909	-4.42601				03	561		
11099941	Douar Lqobba	douar-lqobba	MA		0	Africa/Casablanca	34.45401	-4.43646				03	561		
11099948	Douar Ghaylane	douar-ghaylane	MA		0	Africa/Casablanca	34.42032	-4.42947				03	561		
11099954	Douar Mjahda	douar-mjahda	MA		0	Africa/Casablanca	34.4105	-4.41901				03	561		
11099955	Douar El Kasba	douar-el-kasba	MA		0	Africa/Casablanca	34.40239	-4.42442				03	561		
11099957	Douar Tab Ou Aissa	douar-tab-ou-aissa	MA		0	Africa/Casablanca	34.38612	-4.43319				03	561		
11099960	Douar Zouitene	douar-zouitene	MA		0	Africa/Casablanca	34.38111	-4.40635				03	561		
11099962	Douar Oulad El Haj	douar-oulad-el-haj	MA		0	Africa/Casablanca	34.3872	-4.39309				03	561		
11099963	Douar Bochiyat	douar-bochiyat	MA		0	Africa/Casablanca	34.39026	-4.40502				03	561		
11099964	Douar Bah Lhamra	douar-bah-lhamra	MA		0	Africa/Casablanca	34.39283	-4.41388				03	561		
11099966	Douar El Batha	douar-el-batha	MA		0	Africa/Casablanca	34.40287	-4.40508				03	561		
11099970	Douar Dar Amer	douar-dar-amer	MA		0	Africa/Casablanca	34.4269	-4.41204				03	561		
11099981	Douar Jlayla	douar-jlayla	MA		0	Africa/Casablanca	34.46547	-4.41875				03	561		
11099987	Douar Bou Hajja	douar-bou-hajja	MA		0	Africa/Casablanca	34.4845	-4.41356				03	531		
11099991	Douar Hjar Qellal	douar-hjar-qellal	MA		0	Africa/Casablanca	34.49594	-4.41397				03	531		
11099994	Douar Lamtaoueh	douar-lamtaoueh	MA		0	Africa/Casablanca	34.48123	-4.38819				03	561		
11099995	Douar Oulad Bou Saadane	douar-oulad-bou-saadane	MA		0	Africa/Casablanca	34.47341	-4.37543				03	561		
11100002	Douar Tamtit	douar-tamtit	MA		0	Africa/Casablanca	34.42644	-4.38258				03	561		
11100003	Douar Ezzaouia	douar-ezzaouia	MA		0	Africa/Casablanca	34.42069	-4.38932				03	561		
11100008	Bni Frassen	bni-frassen	MA		0	Africa/Casablanca	34.38041	-4.37529				03	561		
11100010	Douar Ain Brahim	douar-ain-brahim	MA		0	Africa/Casablanca	34.37986	-4.41438				03	561		
11100012	Douar Douissat	douar-douissat	MA		0	Africa/Casablanca	34.38748	-4.45721				03	531		
11100038	Douar Sadech	douar-sadech	MA		0	Africa/Casablanca	35.72823	-5.4851				01	227		
11100096	Douar Lamlaq	douar-lamlaq	MA		0	Africa/Casablanca	35.62237	-5.49362				01	571		
11100102	Dar Mohamed Ajaabeq	dar-mohamed-ajaabeq	MA		0	Africa/Casablanca	35.62244	-5.45352				01	571		
11100113	Dar Abderranim Habane	dar-abderranim-habane	MA		0	Africa/Casablanca	35.64272	-5.44369				01	571		
11100124	Douar Agla	douar-agla	MA		0	Africa/Casablanca	35.67165	-5.45763				01	571		
11100137	Dar Cala Qasjae	dar-cala-qasjae	MA		0	Africa/Casablanca	35.72268	-5.46284				01	227		
11100175	Dar Mohamed Ahmed Essak	dar-mohamed-ahmed-essak	MA		0	Africa/Casablanca	35.69846	-5.42472				01			
11100214	Douar Mezroua	douar-mezroua	MA		0	Africa/Casablanca	35.62241	-5.39325				01	571		
11100262	Douar Mia	douar-mia	MA		0	Africa/Casablanca	35.71309	-5.40502				01			
11100291	Douar Lhala Leghinfa	douar-lhala-leghinfa	MA		0	Africa/Casablanca	35.71733	-5.38863				01			
11100297	Chalers Bairage Smir	chalers-bairage-smir	MA		0	Africa/Casablanca	35.69074	-5.38873				01			
11100312	Douar Chouikhane	douar-chouikhane	MA		0	Africa/Casablanca	35.62628	-5.38337				01	571		
11100326	Douar Dar Chetouine	douar-dar-chetouine	MA		0	Africa/Casablanca	35.71925	-5.49047				01	227		
11100331	Douar Ichouaatene	douar-ichouaatene	MA		0	Africa/Casablanca	35.07328	-2.717				02	381		
11100332	Douar Yat Lhaj Ali	douar-yat-lhaj-ali	MA		0	Africa/Casablanca	35.05455	-2.67423				02	381		
11100335	Douar Itjouene	douar-itjouene	MA		0	Africa/Casablanca	35.02514	-2.66014				02	381		
11100337	Douar Iboujemaatene	douar-iboujemaatene	MA		0	Africa/Casablanca	35.04983	-2.62979				02	381		
11100338	Douar Iayadiouene	douar-iayadiouene	MA		0	Africa/Casablanca	35.06024	-2.68345				02	381		
11100339	Douar Yat Taykhleft	douar-yat-taykhleft	MA		0	Africa/Casablanca	35.07619	-2.66305				02	381		
11100341	Douar Ihriouilene	douar-ihriouilene	MA		0	Africa/Casablanca	35.07909	-2.64543				02	381		
11100345	Douar Chat	douar-chat	MA		0	Africa/Casablanca	35.10719	-2.72504				02	381		
11100348	Caidat Kebdana	caidat-kebdana	MA		0	Africa/Casablanca	35.10747	-2.74305				02	381		
11100349	Hay Coopérative el Fath	hay-cooperative-el-fath	MA		0	Africa/Casablanca	35.10169	-2.73831		Hay Cooperative el Fath,Hay Coopérative el Fath		02	381		
11100351	Hay Laari Cheikh	hay-laari-cheikh	MA		0	Africa/Casablanca	35.09909	-2.74417				02	381		
11100354	Douar Afelyoune	douar-afelyoune	MA		0	Africa/Casablanca	35.07528	-2.7258				02	381		
11100356	Douar Rja Fellah	douar-rja-fellah	MA		0	Africa/Casablanca	35.07786	-2.74053				02	381		
11100357	Douar Yat Ahmed Ou Ali	douar-yat-ahmed-ou-ali	MA		0	Africa/Casablanca	35.07315	-2.73055				02	381		
11100362	Douar Boutouil	douar-boutouil	MA		0	Africa/Casablanca	35.05564	-2.73701				02	381		
11100363	Roudat n-Toussout	roudat-n-toussout	MA		0	Africa/Casablanca	35.04015	-2.74259				02	381		
11100365	Douar Boughriba	douar-boughriba	MA		0	Africa/Casablanca	35.04213	-2.72193				02	381		
11100368	Douar Ihejjoudene	douar-ihejjoudene	MA		0	Africa/Casablanca	35.01377	-2.74568				02	381		
11100379	Douar Iheddoulene	douar-iheddoulene	MA		0	Africa/Casablanca	35.04871	-2.70674				02	381		
11100381	Douar Iqttoussene	douar-iqttoussene	MA		0	Africa/Casablanca	35.05151	-2.71189				02	381		
11100382	Douar Soltana	douar-soltana	MA		0	Africa/Casablanca	35.05011	-2.69193				02	381		
11100385	Zone Villa	zone-villa	MA		0	Africa/Casablanca	35.11013	-2.71204				02	381		
11100386	Douar Taqerboust	douar-taqerboust	MA		0	Africa/Casablanca	35.08938	-2.67652				02	381		
11100387	Douar Yat Ali Ou Ahmed	douar-yat-ali-ou-ahmed	MA		0	Africa/Casablanca	35.08267	-2.68187				02	381		
11100390	Douar Yat Hammou Haddou	douar-yat-hammou-haddou	MA		0	Africa/Casablanca	35.04584	-2.67476				02	381		
11100404	Douar Zaouia	douar-zaouia	MA		0	Africa/Casablanca	35.03925	-2.65595				02	381		
11100406	Douar Izemmourene	douar-izemmourene	MA		0	Africa/Casablanca	35.05221	-2.64659				02	381		
11100409	Douar Ykhlef	douar-ykhlef	MA		0	Africa/Casablanca	35.05349	-2.6294				02	381		
11100414	Douar Yat Aziza	douar-yat-aziza	MA		0	Africa/Casablanca	35.08255	-2.65118				02	381		
11100416	Douar Iqoubaene	douar-iqoubaene	MA		0	Africa/Casablanca	35.09201	-2.66286				02	381		
11100419	Douar Yat Hammou	douar-yat-hammou	MA		0	Africa/Casablanca	35.08488	-2.67082				02	381		
11100422	Azrou	azrou	MA		0	Africa/Casablanca	35.01767	-2.72442				02	381		
11100431	Saht Ou Zehhaf	saht-ou-zehhaf	MA		0	Africa/Casablanca	35.05868	-2.68309				02	381		
11100453	Taghia	taghia	MA		0	Africa/Casablanca	29.24086	-9.99485				10	473		
11100454	Id Bou Oudi	id-bou-oudi	MA		0	Africa/Casablanca	29.24153	-9.99132				10	473		
11100455	Izarguine	izarguine	MA		0	Africa/Casablanca	29.24468	-9.9841				10	473		
11100456	Id Boulayd	id-boulayd	MA		0	Africa/Casablanca	29.24781	-9.97946				10	473		
11100457	Id Oustta	id-oustta	MA		0	Africa/Casablanca	29.24795	-9.97688				10	473		
11100458	Id Gragane	id-gragane	MA		0	Africa/Casablanca	29.24566	-9.9795				10	473		
11100459	Id Ben Iria	id-ben-iria	MA		0	Africa/Casablanca	29.23882	-9.98803				10	473		
11100460	Imjad	imjad	MA		0	Africa/Casablanca	29.23936	-9.9937				10	473		
11100461	Tijjig	tijjig	MA		0	Africa/Casablanca	29.22563	-9.97971				10	473		
11100462	Igounbid	igounbid	MA		0	Africa/Casablanca	29.22791	-9.9622				10	473		
11100463	Id Al’ Arab	id-al-arab	MA		0	Africa/Casablanca	29.22436	-9.97478				10	473		
11100464	Id Lhaj	id-lhaj	MA		0	Africa/Casablanca	29.22866	-9.97583				10	473		
11100465	Id Gakhou	id-gakhou	MA		0	Africa/Casablanca	29.23303	-9.97626				10	473		
11100466	Id Habbou	id-habbou	MA		0	Africa/Casablanca	29.23413	-9.97398				10	473		
11100468	Id Lhaj	id-lhaj	MA		0	Africa/Casablanca	29.24836	-9.94431				10	473		
11100469	Id Houmad	id-houmad	MA		0	Africa/Casablanca	29.24609	-9.94597				10	473		
11100470	Zoukanni	zoukanni	MA		0	Africa/Casablanca	29.24362	-9.94721				10	473		
11100471	Id Habbou	id-habbou	MA		0	Africa/Casablanca	29.22647	-9.95515				10	473		
11100472	Id Zarbane	id-zarbane	MA		0	Africa/Casablanca	29.22388	-9.9485				10	473		
11100473	Id Jama	id-jama	MA		0	Africa/Casablanca	29.21968	-9.95829				10	473		
11100474	Id Chmighghou	id-chmighghou	MA		0	Africa/Casablanca	29.20938	-9.96275				10	473		
11100475	Id Mourilis	id-mourilis	MA		0	Africa/Casablanca	29.20597	-9.96734				10	473		
11100476	Id Bouffine	id-bouffine	MA		0	Africa/Casablanca	29.20324	-9.97011				10	473		
11100477	Id Mohamed	id-mohamed	MA		0	Africa/Casablanca	29.20046	-9.97012				10	473		
11100478	Talat Ou Harbil	talat-ou-harbil	MA		0	Africa/Casablanca	29.19119	-9.96491				10	473		
11100479	Tirzane-n-Id Habbou	tirzane-n-id-habbou	MA		0	Africa/Casablanca	29.20156	-9.96095				10	473		
11100480	Talat N-Barka	talat-n-barka	MA		0	Africa/Casablanca	29.2074	-9.95481				10	473		
11100486	La’wina	la-wina	MA		0	Africa/Casablanca	29.03748	-9.81909				10	261		
11100492	Talat-n-Ghwilast	talat-n-ghwilast	MA		0	Africa/Casablanca	29.23382	-9.8796				10	473		
11100494	Id Bikkou	id-bikkou	MA		0	Africa/Casablanca	29.22276	-9.74882				10	261		
11100495	Id La’sri	id-la-sri	MA		0	Africa/Casablanca	29.2235	-9.75554				10	261		
11100496	Id Awj	id-awj	MA		0	Africa/Casablanca	29.21988	-9.77211				10	261		
11100497	Id Hammouch	id-hammouch	MA		0	Africa/Casablanca	29.21563	-9.78333				10	261		
11100498	Agouni N-Tal’aynt	agouni-n-tal-aynt	MA		0	Africa/Casablanca	29.20938	-9.78468				10	261		
11100500	Ben Dawd	ben-dawd	MA		0	Africa/Casablanca	29.18691	-9.76315				10	261		
11100501	Id Barka	id-barka	MA		0	Africa/Casablanca	29.19304	-9.76226				10	261		
11100504	Tacharit	tacharit	MA		0	Africa/Casablanca	29.02407	-9.82239				10	261		
11100505	N-id-Al ’Arba	n-id-al-arba	MA		0	Africa/Casablanca	29.23061	-9.92261				10	473		
11100507	Affa	affa	MA		0	Africa/Casablanca	29.21129	-9.93905				10	473		
11100510	Mizri	mizri	MA		0	Africa/Casablanca	29.17681	-9.96704				10	473		
11100514	Id Mohamed	id-mohamed	MA		0	Africa/Casablanca	29.24473	-9.95199				10	473		
11100538	Tiwrkane	tiwrkane	MA		0	Africa/Casablanca	29.22544	-9.93187				10	473		
11100541	Imirzag	imirzag	MA		0	Africa/Casablanca	29.24912	-9.88374				10	473		
11100542	Id Hammou Lhoussine	id-hammou-lhoussine	MA		0	Africa/Casablanca	29.24947	-9.98734				10	473		
11100546	Oubayrouk	oubayrouk	MA		0	Africa/Casablanca	29.47641	-9.98605				10	473		
11100547	Walawt Oumjad	walawt-oumjad	MA		0	Africa/Casablanca	29.47385	-9.98213				10	473		
11100548	Id Lachgar	id-lachgar	MA		0	Africa/Casablanca	29.47605	-9.97557				10	473		
11100549	Id Balouch	id-balouch	MA		0	Africa/Casablanca	29.48387	-9.96813				10	473		
11100551	Igoughar	igoughar	MA		0	Africa/Casablanca	29.49719	-9.95285				10	473		
11100552	Sidi Sa’id Al Haj	sidi-sa-id-al-haj	MA		0	Africa/Casablanca	29.49556	-9.95017				10	473		
11100553	Irhil	irhil	MA		0	Africa/Casablanca	29.49317	-9.95117				10	473		
11100555	Anamar-n-Id-Baha	anamar-n-id-baha	MA		0	Africa/Casablanca	29.47767	-9.93611				10	473		
11100556	Id Hamed-n-Azza	id-hamed-n-azza	MA		0	Africa/Casablanca	29.46923	-9.94049				10	473		
11100592	Id L’Hammour	id-l-hammour	MA		0	Africa/Casablanca	29.47052	-9.95877				10	473		
11100593	Walawt	walawt	MA		0	Africa/Casablanca	29.46934	-9.97068				10	473		
11100595	Id Talba	id-talba	MA		0	Africa/Casablanca	29.46212	-9.99004				10	473		
11100596	Tadraght	tadraght	MA		0	Africa/Casablanca	29.46472	-9.98353				10	473		
11100597	Id Omar	id-omar	MA		0	Africa/Casablanca	29.45628	-9.98683				10	473		
11100598	Id Jama	id-jama	MA		0	Africa/Casablanca	29.45656	-9.98177				10	473		
11100599	Id Bou Ramdane	id-bou-ramdane	MA		0	Africa/Casablanca	29.45901	-9.96544				10	473		
11100600	Hamed Bou Dragh	hamed-bou-dragh	MA		0	Africa/Casablanca	29.46616	-9.95418				10	473		
11100601	Id Talab	id-talab	MA		0	Africa/Casablanca	29.46525	-9.94416				10	473		
11100602	Id Goud	id-goud	MA		0	Africa/Casablanca	29.45693	-9.95006				10	473		
11100603	Iril Jama	iril-jama	MA		0	Africa/Casablanca	29.45695	-9.95733				10	473		
11100604	Id Halfoun	id-halfoun	MA		0	Africa/Casablanca	29.45374	-9.94562				10	473		
11100605	Doutourirt	doutourirt	MA		0	Africa/Casablanca	29.44993	-9.96935				10	473		
11100606	Id Lamhik	id-lamhik	MA		0	Africa/Casablanca	29.44148	-9.9465				10	473		
11100607	Id Mohamed	id-mohamed	MA		0	Africa/Casablanca	29.4369	-9.95302				10	473		
11100608	Id Mouwwis	id-mouwwis	MA		0	Africa/Casablanca	29.43494	-9.95486				10	473		
11100609	Ighir Oufella	ighir-oufella	MA		0	Africa/Casablanca	29.43371	-9.98038				10	473		
11100611	Id Ou Baddi	id-ou-baddi	MA		0	Africa/Casablanca	29.42054	-9.99223				10	473		
11100612	Id Ou Brahim	id-ou-brahim	MA		0	Africa/Casablanca	29.41811	-9.98863				10	473		
11100613	Aït Idriss	ait-idriss	MA		0	Africa/Casablanca	29.42047	-9.9785				10	473		
11100614	Aït Boumouch	ait-boumouch	MA		0	Africa/Casablanca	29.42039	-9.97322				10	473		
11100615	Al Mars Izddar	al-mars-izddar	MA		0	Africa/Casablanca	29.42073	-9.9546				10	473		
11100617	Id ’Issa	id-issa	MA		0	Africa/Casablanca	29.41792	-9.99713				10	473		
11100619	Id Fard	id-fard	MA		0	Africa/Casablanca	29.4143	-9.99601				10	473		
11100620	Id Kakas	id-kakas	MA		0	Africa/Casablanca	29.41028	-9.99324				10	473		
11100621	Id Tami	id-tami	MA		0	Africa/Casablanca	29.40232	-9.99446				10	473		
11100622	Id Raji	id-raji	MA		0	Africa/Casablanca	29.40611	-9.98981				10	473		
11100623	Id Brahim Ou Lahsene	id-brahim-ou-lahsene	MA		0	Africa/Casablanca	29.40708	-9.97804				10	473		
11100624	Id Jwane	id-jwane	MA		0	Africa/Casablanca	29.40535	-9.96347				10	473		
11100626	Bardouz	bardouz	MA		0	Africa/Casablanca	29.3989	-9.98066				10	473		
11100627	Taratine	taratine	MA		0	Africa/Casablanca	29.41545	-9.98596				10	473		
11100628	Id Bouchini	id-bouchini	MA		0	Africa/Casablanca	29.41483	-9.98776				10	473		
11100629	Id Barhi	id-barhi	MA		0	Africa/Casablanca	29.41661	-9.97737				10	473		
11100631	Mohamed Al Bachir	mohamed-al-bachir	MA		0	Africa/Casablanca	29.39385	-9.97801				10	473		
11100632	Tawrirt Ou Lhiyane	tawrirt-ou-lhiyane	MA		0	Africa/Casablanca	29.39188	-9.99414				10	473		
11100633	Imoura Izddar	imoura-izddar	MA		0	Africa/Casablanca	29.38684	-9.98674				10	473		
11100634	Tin ’Omar	tin-omar	MA		0	Africa/Casablanca	29.37556	-9.97854				10	473		
11100635	Alouzard-n-id Hammouch	alouzard-n-id-hammouch	MA		0	Africa/Casablanca	29.39043	-9.95702				10	473		
11100636	Al Gour	al-gour	MA		0	Africa/Casablanca	29.38226	-9.9517				10	473		
11100637	Id Mouloud	id-mouloud	MA		0	Africa/Casablanca	29.37855	-9.94097				10	473		
11100638	Oukhrib	oukhrib	MA		0	Africa/Casablanca	29.35938	-9.95711				10	473		
11100639	Id Wanzit	id-wanzit	MA		0	Africa/Casablanca	29.35591	-9.95809				10	473		
11100640	Id Barrick	id-barrick	MA		0	Africa/Casablanca	29.3684	-9.94146				10	473		
11100641	Iguil	iguil	MA		0	Africa/Casablanca	29.37003	-9.93674				10	473		
11100644	Id Balqayd	id-balqayd	MA		0	Africa/Casablanca	29.43598	-9.9576				10	473		
11100645	Id Ou Chrayh	id-ou-chrayh	MA		0	Africa/Casablanca	29.34677	-9.95594				10	473		
11100646	Id Ben Awis	id-ben-awis	MA		0	Africa/Casablanca	29.34752	-9.94903				10	473		
11100647	Azdam	azdam	MA		0	Africa/Casablanca	29.34067	-9.93727				10	473		
11100648	Amdine	amdine	MA		0	Africa/Casablanca	29.34097	-9.95029				10	473		
11100650	Zawit	zawit	MA		0	Africa/Casablanca	29.33614	-9.97509				10	473		
11100651	Id Lili Icharn	id-lili-icharn	MA		0	Africa/Casablanca	29.32538	-9.97555				10	473		
11100652	Tarhalt	tarhalt	MA		0	Africa/Casablanca	29.33165	-9.95101				10	473		
11100653	Tigammi Dar	tigammi-dar	MA		0	Africa/Casablanca	29.32587	-9.94546				10	473		
11100655	Id Sidi Mohamed	id-sidi-mohamed	MA		0	Africa/Casablanca	29.31699	-9.97149				10	473		
11100656	Id Ikhqaqine	id-ikhqaqine	MA		0	Africa/Casablanca	29.32134	-9.96726				10	473		
11100657	Id Askrit	id-askrit	MA		0	Africa/Casablanca	29.31797	-9.9444				10	473		
11100658	Ibibane	ibibane	MA		0	Africa/Casablanca	29.3133	-9.93994				10	473		
11100659	Id Boufous	id-boufous	MA		0	Africa/Casablanca	29.31056	-9.94127				10	473		
11100660	Id Mhamed	id-mhamed	MA		0	Africa/Casablanca	29.31296	-9.94618				10	473		
11100661	Ben Iddar	ben-iddar	MA		0	Africa/Casablanca	29.31049	-9.94693				10	473		
11100662	Id Boujm’a	id-boujm-a	MA		0	Africa/Casablanca	29.31116	-9.97487				10	473		
11100663	Akhakoun	akhakoun	MA		0	Africa/Casablanca	29.30804	-9.98097				10	473		
11100664	Id Bouja	id-bouja	MA		0	Africa/Casablanca	29.30843	-9.98914				10	473		
11100666	Ba ’azzi	ba-azzi	MA		0	Africa/Casablanca	29.30577	-9.94839				10	473		
11100667	Id Baha	id-baha	MA		0	Africa/Casablanca	29.29153	-9.97681				10	473		
11100669	Id Mouloud	id-mouloud	MA		0	Africa/Casablanca	29.28738	-9.97698				10	473		
11100670	Id Assoug	id-assoug	MA		0	Africa/Casablanca	29.28326	-9.97764				10	473		
11100671	Sidi Mbark	sidi-mbark	MA		0	Africa/Casablanca	29.28996	-9.95882				10	473		
11100672	Id Ou Koulj	id-ou-koulj	MA		0	Africa/Casablanca	29.28745	-9.95485				10	473		
11100673	Id Ba’Azzi	id-ba-azzi	MA		0	Africa/Casablanca	29.29677	-9.95127				10	473		
11100674	Ti Ouririne	ti-ouririne	MA		0	Africa/Casablanca	29.29855	-9.94859				10	473		
11100675	Id Wassa	id-wassa	MA		0	Africa/Casablanca	29.29677	-9.94646				10	473		
11100676	Id Mohamed Ou Addi	id-mohamed-ou-addi	MA		0	Africa/Casablanca	29.29913	-9.94099				10	473		
11100677	Tiguidou	tiguidou	MA		0	Africa/Casablanca	29.28813	-9.95118				10	473		
11100679	Id ’Abdallah Mouloud	id-abdallah-mouloud	MA		0	Africa/Casablanca	29.28062	-9.9764				10	473		
11100680	Id Lamadi	id-lamadi	MA		0	Africa/Casablanca	29.27871	-9.97155				10	473		
11100681	Id ’Addi	id-addi	MA		0	Africa/Casablanca	29.2809	-9.97335				10	473		
11100682	Id Bibine	id-bibine	MA		0	Africa/Casablanca	29.28208	-9.96082				10	473		
11100683	Id Bou ’Alich	id-bou-alich	MA		0	Africa/Casablanca	29.28363	-9.95599				10	473		
11100684	Id Bouhouch	id-bouhouch	MA		0	Africa/Casablanca	29.28042	-9.95307				10	473		
11100686	Ihabarine	ihabarine	MA		0	Africa/Casablanca	29.27819	-9.93741				10	473		
11100689	Id Lawbri	id-lawbri	MA		0	Africa/Casablanca	29.26509	-9.96799				10	473		
11100690	Id Lhaj ’Addi	id-lhaj-addi	MA		0	Africa/Casablanca	29.26623	-9.96678				10	473		
11100691	Id Brahim Lhaj	id-brahim-lhaj	MA		0	Africa/Casablanca	29.26701	-9.96429				10	473		
11100692	Id ’Abid	id-abid	MA		0	Africa/Casablanca	29.26254	-9.96494				10	473		
11100693	Id Aymmout	id-aymmout	MA		0	Africa/Casablanca	29.2553	-9.98337				10	473		
11100694	Id Bouddi	id-bouddi	MA		0	Africa/Casablanca	29.25432	-9.97082				10	473		
11100696	Id Abdallah	id-abdallah	MA		0	Africa/Casablanca	29.27502	-9.93819				10	473		
11100697	Id Wassa	id-wassa	MA		0	Africa/Casablanca	29.27343	-9.93902				10	473		
11100698	Id ’Abdellah Ou Jama’	id-abdellah-ou-jama	MA		0	Africa/Casablanca	29.26404	-9.93923				10	473		
11100699	Anzad	anzad	MA		0	Africa/Casablanca	29.26159	-9.94292				10	473		
11100700	Ouzidine	ouzidine	MA		0	Africa/Casablanca	29.26157	-9.9559				10	473		
11100702	Id Bou Brik	id-bou-brik	MA		0	Africa/Casablanca	29.2821	-9.93101				10	473		
11100703	Id Dawd	id-dawd	MA		0	Africa/Casablanca	29.28114	-9.93552				10	473		
11100704	Id Hammou	id-hammou	MA		0	Africa/Casablanca	29.25112	-9.99337				10	473		
11100705	Id Lahj	id-lahj	MA		0	Africa/Casablanca	29.2526	-9.98054				10	473		
11100707	Id Oadi	id-oadi	MA		0	Africa/Casablanca	29.25291	-9.94418				10	473		
11100708	Toufdra	toufdra	MA		0	Africa/Casablanca	29.25615	-9.92278				10	473		
11100709	Igarmine	igarmine	MA		0	Africa/Casablanca	29.25999	-9.91318				10	473		
11100710	Id Nays	id-nays	MA		0	Africa/Casablanca	29.26145	-9.90537				10	473		
11100711	Id Dawd Ou ’Addi	id-dawd-ou-addi	MA		0	Africa/Casablanca	29.26518	-9.91149				10	473		
11100712	Id Ouzarguine	id-ouzarguine	MA		0	Africa/Casablanca	29.26597	-9.91981				10	473		
11100714	Id Galab	id-galab	MA		0	Africa/Casablanca	29.27156	-9.92069				10	473		
11100715	Id Mbark-n-Hmida	id-mbark-n-hmida	MA		0	Africa/Casablanca	29.27484	-9.91981				10	473		
11100716	Id Hammouch	id-hammouch	MA		0	Africa/Casablanca	29.27254	-9.917				10	473		
11100717	Tagadirt	tagadirt	MA		0	Africa/Casablanca	29.27109	-9.91426				10	473		
11100718	Id Oufqir	id-oufqir	MA		0	Africa/Casablanca	29.27461	-9.93496				10	473		
11100719	Id Agga	id-agga	MA		0	Africa/Casablanca	29.27742	-9.9334				10	473		
11100720	Id Chabour	id-chabour	MA		0	Africa/Casablanca	29.28427	-9.92743				10	473		
11100721	Tassila	tassila	MA		0	Africa/Casablanca	29.28272	-9.92018				10	473		
11100722	Id Ou Ganaw	id-ou-ganaw	MA		0	Africa/Casablanca	29.28579	-9.92838				10	473		
11100723	Al Mahacar	al-mahacar	MA		0	Africa/Casablanca	29.29105	-9.91226				10	473		
11100726	Id Ou Ghalija	id-ou-ghalija	MA		0	Africa/Casablanca	29.30289	-9.94052				10	473		
11100727	Imlarhane	imlarhane	MA		0	Africa/Casablanca	29.30132	-9.91827				10	473		
11100728	Bissou	bissou	MA		0	Africa/Casablanca	29.30459	-9.91698				10	473		
11100729	Arhdane	arhdane	MA		0	Africa/Casablanca	29.30412	-9.90817				10	473		
11100730	Id Moussa	id-moussa	MA		0	Africa/Casablanca	29.29853	-9.91252				10	473		
11100732	Agoujgal	agoujgal	MA		0	Africa/Casablanca	29.31562	-9.91377				10	473		
11100733	Bou Tazart	bou-tazart	MA		0	Africa/Casablanca	29.31765	-9.91247				10	473		
11100734	Tagadirt	tagadirt	MA		0	Africa/Casablanca	29.31975	-9.9122				10	473		
11100735	Tassila	tassila	MA		0	Africa/Casablanca	29.32583	-9.91168				10	473		
11100737	Id Boukouz	id-boukouz	MA		0	Africa/Casablanca	29.34108	-9.90453				10	473		
11100739	Ikirn	ikirn	MA		0	Africa/Casablanca	29.3598	-9.9049				10	473		
11100740	Takhourbit	takhourbit	MA		0	Africa/Casablanca	29.36623	-9.90417				10	473		
11100741	Id Habt	id-habt	MA		0	Africa/Casablanca	29.37057	-9.90295				10	473		
11100743	Id Tarm	id-tarm	MA		0	Africa/Casablanca	29.37014	-9.90078				10	473		
11100744	Id Bihi	id-bihi	MA		0	Africa/Casablanca	29.37827	-9.92985				10	473		
11100746	Id Oumnay	id-oumnay	MA		0	Africa/Casablanca	29.38196	-9.93859				10	473		
11100747	Id Wastouk	id-wastouk	MA		0	Africa/Casablanca	29.38527	-9.9373				10	473		
11100748	Massakine	massakine	MA		0	Africa/Casablanca	29.39321	-9.92492				10	473		
11100749	Aç-Çabirn	ac-cabirn	MA		0	Africa/Casablanca	29.394	-9.9343				10	473		
11100753	Alouzad	alouzad	MA		0	Africa/Casablanca	29.41837	-9.92932				10	473		
11100754	Tazoult	tazoult	MA		0	Africa/Casablanca	29.43871	-9.92486				10	473		
11100755	Id Sidi Al Bachir	id-sidi-al-bachir	MA		0	Africa/Casablanca	29.43387	-9.9211				10	473		
11100756	Id I’za	id-i-za	MA		0	Africa/Casablanca	29.4346	-9.90971				10	473		
11100757	Sbayr	sbayr	MA		0	Africa/Casablanca	29.43564	-9.91436				10	473		
11100758	Kayst	kayst	MA		0	Africa/Casablanca	29.43727	-9.91344				10	473		
11100759	Taganza	taganza	MA		0	Africa/Casablanca	29.43452	-9.89741				10	473		
11100760	Id Bal’ayd	id-bal-ayd	MA		0	Africa/Casablanca	29.43747	-9.89784				10	473		
11100761	Id Ar-Roumach	id-ar-roumach	MA		0	Africa/Casablanca	29.4416	-9.90799				10	473		
11100762	Id Bou Sila	id-bou-sila	MA		0	Africa/Casablanca	29.44207	-9.90531				10	473		
11100763	Id Mançour	id-mancour	MA		0	Africa/Casablanca	29.44476	-9.90848				10	473		
11100764	Id ’Addi	id-addi	MA		0	Africa/Casablanca	29.44476	-9.90456				10	473		
11100765	Doutourirt	doutourirt	MA		0	Africa/Casablanca	29.4473	-9.91228				10	473		
11100766	Id Hamed Ou Brahim	id-hamed-ou-brahim	MA		0	Africa/Casablanca	29.44461	-9.93168				10	473		
11100767	Sidi Bou Brahim	sidi-bou-brahim	MA		0	Africa/Casablanca	29.45679	-9.93363				10	473		
11100768	Id Siy	id-siy	MA		0	Africa/Casablanca	29.46098	-9.93189				10	473		
11100769	Id ’Addi	id-addi	MA		0	Africa/Casablanca	29.4641	-9.93383				10	473		
11100770	Id Al ’Asri	id-al-asri	MA		0	Africa/Casablanca	29.45737	-9.9037				10	473		
11100771	Bou Tagmarine	bou-tagmarine	MA		0	Africa/Casablanca	29.46266	-9.92541				10	473		
11100772	Id Oukoubi	id-oukoubi	MA		0	Africa/Casablanca	29.46632	-9.92436				10	473		
11100773	Id Bou Hamda	id-bou-hamda	MA		0	Africa/Casablanca	29.46731	-9.93964				10	473		
11100774	Ifard	ifard	MA		0	Africa/Casablanca	29.47479	-9.92024				10	473		
11100776	Tamgart Mhamed Al Mouddane	tamgart-mhamed-al-mouddane	MA		0	Africa/Casablanca	29.47561	-9.92318				10	473		
11100777	Anamar Dou-n-Hammoud	anamar-dou-n-hammoud	MA		0	Africa/Casablanca	29.48145	-9.9323				10	473		
11100780	Tandaft	tandaft	MA		0	Africa/Casablanca	29.49183	-9.92911				10	473		
11100783	Id Hammou Outrous	id-hammou-outrous	MA		0	Africa/Casablanca	29.49584	-9.911				10	473		
11100784	Id Zinad	id-zinad	MA		0	Africa/Casablanca	29.49511	-9.88976				09	581		
11100786	Id Baha	id-baha	MA		0	Africa/Casablanca	29.49056	-9.89196				09	581		
11100787	Id Ha’ane	id-ha-ane	MA		0	Africa/Casablanca	29.48768	-9.89378				09	581		
11100788	Id Balhassane	id-balhassane	MA		0	Africa/Casablanca	29.488	-9.88063				09	581		
11100789	Id Bikissine	id-bikissine	MA		0	Africa/Casablanca	29.49378	-9.87812				09	581		
11100790	Id Naçer	id-nacer	MA		0	Africa/Casablanca	29.48736	-9.8722				09	581		
11100791	Id ou Hadar	id-ou-hadar	MA		0	Africa/Casablanca	29.48297	-9.8667				09	581		
11100792	Id Sa’id	id-sa-id	MA		0	Africa/Casablanca	29.47946	-9.86548				09	581		
11100793	Timazguida	timazguida	MA		0	Africa/Casablanca	29.4766	-9.87125				09	581		
11100794	Id ou Gnaw	id-ou-gnaw	MA		0	Africa/Casablanca	29.47565	-9.88267				09	581		
11100795	Id Oujdir	id-oujdir	MA		0	Africa/Casablanca	29.48175	-9.87726				09	581		
11100796	Tifratine	tifratine	MA		0	Africa/Casablanca	29.47092	-9.88417				09	581		
11100797	Id Nakous	id-nakous	MA		0	Africa/Casablanca	29.46898	-9.87449				09	581		
11100799	Iguizou	iguizou	MA		0	Africa/Casablanca	29.46596	-9.87543				09	581		
11100800	Amalou	amalou	MA		0	Africa/Casablanca	29.46128	-9.87552				09	581		
11100801	Doutirourt	doutirourt	MA		0	Africa/Casablanca	29.45922	-9.8731				09	581		
11100802	Id Lahsene	id-lahsene	MA		0	Africa/Casablanca	29.45819	-9.8699				09	581		
11100803	Tawrirt	tawrirt	MA		0	Africa/Casablanca	29.46537	-9.85971				09	581		
11100805	Id Lhoussayn	id-lhoussayn	MA		0	Africa/Casablanca	29.46113	-9.85529				09	581		
11100806	Id Hammou Alwach	id-hammou-alwach	MA		0	Africa/Casablanca	29.44129	-9.89535				10	473		
11100807	Aït Tala	ait-tala	MA		0	Africa/Casablanca	29.43848	-9.89445				10	473		
11100808	Taghzamout	taghzamout	MA		0	Africa/Casablanca	29.4373	-9.88939				10	473		
11100809	Id Bibourk	id-bibourk	MA		0	Africa/Casablanca	29.44213	-9.8704				09	581		
11100810	Id Boujnia	id-boujnia	MA		0	Africa/Casablanca	29.45025	-9.87489				09	581		
11100811	Id Lhaj	id-lhaj	MA		0	Africa/Casablanca	29.44526	-9.87196				09	581		
11100812	Id Mourag	id-mourag	MA		0	Africa/Casablanca	29.44969	-9.86196				09	581		
11100813	Id ou ’Rab	id-ou-rab	MA		0	Africa/Casablanca	29.45309	-9.8625				09	581		
11100814	Id Dilmouch	id-dilmouch	MA		0	Africa/Casablanca	29.45595	-9.85353				09	581		
11100815	Id Irya	id-irya	MA		0	Africa/Casablanca	29.44282	-9.8457				09	581		
11100816	Imlaghane	imlaghane	MA		0	Africa/Casablanca	29.43205	-9.89215				10	473		
11100817	Id Barhad	id-barhad	MA		0	Africa/Casablanca	29.42562	-9.89602				10	473		
11100818	Id Balqassem Mbarak	id-balqassem-mbarak	MA		0	Africa/Casablanca	29.42043	-9.8922				10	473		
11100819	Id Hammou Bou Walous	id-hammou-bou-walous	MA		0	Africa/Casablanca	29.41936	-9.85789				10	473		
11100820	Id Lahsene Ou ’Ali	id-lahsene-ou-ali	MA		0	Africa/Casablanca	29.43609	-9.85166				09	581		
11100821	Id Bouchanni	id-bouchanni	MA		0	Africa/Casablanca	29.41037	-9.88821				10	473		
11100822	Id Raji	id-raji	MA		0	Africa/Casablanca	29.41342	-9.88228				10	473		
11100823	Tawrirt	tawrirt	MA		0	Africa/Casablanca	29.39252	-9.89065				10	473		
11100825	Id Boutachti	id-boutachti	MA		0	Africa/Casablanca	29.37638	-9.89473				10	473		
11100826	Arhilbi	arhilbi	MA		0	Africa/Casablanca	29.38091	-9.89029				10	473		
11100827	Id Ben ’Ali	id-ben-ali	MA		0	Africa/Casablanca	29.37139	-9.89271				10	473		
11100829	Id Barka	id-barka	MA		0	Africa/Casablanca	29.37145	-9.85422				10	473		
11100831	Id Hammou Moussa	id-hammou-moussa	MA		0	Africa/Casablanca	29.36294	-9.86415				10	473		
11100832	Oubir	oubir	MA		0	Africa/Casablanca	29.35735	-9.87269				10	473		
11100833	Tigammi Oufella	tigammi-oufella	MA		0	Africa/Casablanca	29.36148	-9.90378				10	473		
11100834	Id Bakrib	id-bakrib	MA		0	Africa/Casablanca	29.35834	-9.90097				10	473		
11100835	Aït Al Haj	ait-al-haj	MA		0	Africa/Casablanca	29.35478	-9.85308				10	473		
11100836	Id Brahim Ou ’Ali	id-brahim-ou-ali	MA		0	Africa/Casablanca	29.35067	-9.86299				10	473		
11100837	Id Ou Balla	id-ou-balla	MA		0	Africa/Casablanca	29.34979	-9.87379				10	473		
11100838	Id Himid	id-himid	MA		0	Africa/Casablanca	29.34392	-9.89044				10	473		
11100839	Addar	addar	MA		0	Africa/Casablanca	29.33861	-9.89383				10	473		
11100840	Id Çafi	id-cafi	MA		0	Africa/Casablanca	29.34446	-9.88773				10	473		
11100841	Id Mhamed	id-mhamed	MA		0	Africa/Casablanca	29.33795	-9.88773				10	473		
11100842	Id Bichmou	id-bichmou	MA		0	Africa/Casablanca	29.33496	-9.87784				10	473		
11100843	Id Awlougane	id-awlougane	MA		0	Africa/Casablanca	29.33739	-9.86645				10	473		
11100844	Tawrirt	tawrirt	MA		0	Africa/Casablanca	29.34059	-9.85962				10	473		
11100845	Id Chirra	id-chirra	MA		0	Africa/Casablanca	29.34308	-9.8595				10	473		
11100846	Id Brahim	id-brahim	MA		0	Africa/Casablanca	29.34489	-9.85668				10	473		
11100847	Id Boukra	id-boukra	MA		0	Africa/Casablanca	29.35437	-9.8854				10	473		
11100848	Aït Alla Mouyyoud	ait-alla-mouyyoud	MA		0	Africa/Casablanca	29.3298	-9.89786				10	473		
11100850	Id Barrouchid	id-barrouchid	MA		0	Africa/Casablanca	29.332	-9.89215				10	473		
11100851	Id Chouhar	id-chouhar	MA		0	Africa/Casablanca	29.32628	-9.89213				10	473		
11100852	Id Bouhouch	id-bouhouch	MA		0	Africa/Casablanca	29.31653	-9.88331				10	473		
11100853	Id Lachgar	id-lachgar	MA		0	Africa/Casablanca	29.31335	-9.87181				10	473		
11100854	Awrir	awrir	MA		0	Africa/Casablanca	29.32594	-9.88102				10	473		
11100855	Id Sma’il	id-sma-il	MA		0	Africa/Casablanca	29.33036	-9.86932				10	473		
11100856	Id Bou Azine	id-bou-azine	MA		0	Africa/Casablanca	29.33154	-9.8654				10	473		
11100857	N ’Addi	n-addi	MA		0	Africa/Casablanca	29.33047	-9.85186				10	473		
11100858	Hamdiyra	hamdiyra	MA		0	Africa/Casablanca	29.32555	-9.85336				10	473		
11100859	Id ’Aziza	id-aziza	MA		0	Africa/Casablanca	29.31732	-9.85389				10	473		
11100860	Id Sira	id-sira	MA		0	Africa/Casablanca	29.31447	-9.86364				10	473		
11100861	Outoukhmit	outoukhmit	MA		0	Africa/Casablanca	29.30665	-9.88295				10	473		
11100862	Id Barrad	id-barrad	MA		0	Africa/Casablanca	29.3037	-9.88705				10	473		
11100863	Tilgoudwal	tilgoudwal	MA		0	Africa/Casablanca	29.29847	-9.88793				10	473		
11100864	Id ’Bayd	id-bayd	MA		0	Africa/Casablanca	29.29181	-9.89046				10	473		
11100865	Id Brahim Ou ’Ali	id-brahim-ou-ali	MA		0	Africa/Casablanca	29.29591	-9.88477				10	473		
11100866	Agoudir	agoudir	MA		0	Africa/Casablanca	29.30014	-9.87115				10	473		
11100867	Laqçabt	laqcabt	MA		0	Africa/Casablanca	29.2972	-9.86449				10	473		
11100868	Amdarou	amdarou	MA		0	Africa/Casablanca	29.3033	-9.84832				10	473		
11100869	Id Mhamed	id-mhamed	MA		0	Africa/Casablanca	29.30315	-9.85632				10	473		
11100870	Id Sidi Houmad	id-sidi-houmad	MA		0	Africa/Casablanca	29.30648	-9.85589				10	473		
11100871	Id Bouzandaq	id-bouzandaq	MA		0	Africa/Casablanca	29.3069	-9.86812				10	473		
11100873	Tarmayou	tarmayou	MA		0	Africa/Casablanca	29.2836	-9.8854				10	473		
11100874	Id Bakhir	id-bakhir	MA		0	Africa/Casablanca	29.2778	-9.8878				10	473		
11100875	Lhoussine	lhoussine	MA		0	Africa/Casablanca	29.27405	-9.89638				10	473		
11100876	Id Ourila	id-ourila	MA		0	Africa/Casablanca	29.26984	-9.90048				10	473		
11100877	Id Lahsene	id-lahsene	MA		0	Africa/Casablanca	29.27167	-9.88366				10	473		
11100878	Id ’Abdalna ’im	id-abdalna-im	MA		0	Africa/Casablanca	29.27327	-9.88587				10	473		
11100879	Id ’Addi	id-addi	MA		0	Africa/Casablanca	29.28176	-9.88102				10	473		
11100881	Tagadirt	tagadirt	MA		0	Africa/Casablanca	29.26881	-9.90254				10	473		
11100882	Id Mhamed	id-mhamed	MA		0	Africa/Casablanca	29.26574	-9.89145				10	473		
11100883	Id Moussa	id-moussa	MA		0	Africa/Casablanca	29.26445	-9.89823				10	473		
11100884	Id Hammous	id-hammous	MA		0	Africa/Casablanca	29.262	-9.90232				10	473		
11100885	Ibidarn	ibidarn	MA		0	Africa/Casablanca	29.25958	-9.88132				10	473		
11100886	Id Mbark	id-mbark	MA		0	Africa/Casablanca	29.26713	-9.87419				10	473		
11100887	Tidli	tidli	MA		0	Africa/Casablanca	29.2517	-9.86413				10	473		
11100890	Id Lahsene	id-lahsene	MA		0	Africa/Casablanca	29.49425	-9.83136				09	581		
11100891	Id Boumlik	id-boumlik	MA		0	Africa/Casablanca	29.48409	-9.83808				09	581		
11100893	Hammou Irya	hammou-irya	MA		0	Africa/Casablanca	29.46077	-9.83606				09	581		
11100894	Irountine	irountine	MA		0	Africa/Casablanca	29.46485	-9.82446				09	581		
11100895	Imararis	imararis	MA		0	Africa/Casablanca	29.46197	-9.82119				09	581		
11100896	Id ’Ali Ou Brahim	id-ali-ou-brahim	MA		0	Africa/Casablanca	29.46593	-9.81351				09	581		
11100897	Id Birdamane	id-birdamane	MA		0	Africa/Casablanca	29.46434	-9.81216				09	581		
11100898	Tibarbakt	tibarbakt	MA		0	Africa/Casablanca	29.46731	-9.81186				09	581		
11100899	Id ou Mous	id-ou-mous	MA		0	Africa/Casablanca	29.47153	-9.80948				09	581		
11100900	Iramrai	iramrai	MA		0	Africa/Casablanca	29.4748	-9.82791				09	581		
11100901	Id Lhaj Mohamed	id-lhaj-mohamed	MA		0	Africa/Casablanca	29.47946	-9.82703				09	581		
11100902	Bou Lawtine	bou-lawtine	MA		0	Africa/Casablanca	29.48235	-9.82553				09	581		
11100903	Id Dawd Irya	id-dawd-irya	MA		0	Africa/Casablanca	29.48993	-9.82656				09	581		
11100904	Id Ouzounit	id-ouzounit	MA		0	Africa/Casablanca	29.48713	-9.80688				09	581		
11100905	Id Bounougout	id-bounougout	MA		0	Africa/Casablanca	29.49313	-9.80274				09	581		
11100906	Id Amguil	id-amguil	MA		0	Africa/Casablanca	29.4759	-9.80652				09	581		
11100907	Id Ougounou	id-ougounou	MA		0	Africa/Casablanca	29.4745	-9.81259				09	581		
11100909	Ighijdine	ighijdine	MA		0	Africa/Casablanca	29.47884	-9.79941				09	581		
11100913	Id Dilguif	id-dilguif	MA		0	Africa/Casablanca	29.45269	-9.82459				09	581		
11100917	Id Bitirgane	id-bitirgane	MA		0	Africa/Casablanca	29.44983	-9.84862				09	581		
11100918	Ifart-n-aït Illis	ifart-n-ait-illis	MA		0	Africa/Casablanca	29.49188	-9.77212				09	581		
11100920	Agouni Ou Oughar	agouni-ou-oughar	MA		0	Africa/Casablanca	29.49613	-9.75049				09	581		
11100922	Id Iguigui	id-iguigui	MA		0	Africa/Casablanca	29.48326	-9.76158				09	581		
11100923	Natilis	natilis	MA		0	Africa/Casablanca	29.47572	-9.77085				09	581		
11100924	Id Ida Ou ’Ali	id-ida-ou-ali	MA		0	Africa/Casablanca	29.46808	-9.77255				09	581		
11100925	Id Boukar	id-boukar	MA		0	Africa/Casablanca	29.46823	-9.78023				09	581		
11100927	Id Barka	id-barka	MA		0	Africa/Casablanca	29.46209	-9.79672				09	581		
11100928	Id Ou Chiba	id-ou-chiba	MA		0	Africa/Casablanca	29.46292	-9.79068				09	581		
11100929	Id Balla Ou ’ali	id-balla-ou-ali	MA		0	Africa/Casablanca	29.46109	-9.78776				09	581		
11100930	Id ’Issa	id-issa	MA		0	Africa/Casablanca	29.45694	-9.78452				09	581		
11100933	Ilryane	ilryane	MA		0	Africa/Casablanca	29.45367	-9.75573				09	581		
11100934	Id Ou Touf	id-ou-touf	MA		0	Africa/Casablanca	29.4558	-9.75706				09	581		
11100935	Id Oufqir	id-oufqir	MA		0	Africa/Casablanca	29.45577	-9.75365				09	581		
11100938	Id Mitous	id-mitous	MA		0	Africa/Casablanca	29.43889	-9.84555				09	581		
11100939	Imilyoun	imilyoun	MA		0	Africa/Casablanca	29.41845	-9.84497				10	473		
11100940	Bou Allous	bou-allous	MA		0	Africa/Casablanca	29.41796	-9.8292				10	473		
11100941	Id Branhim	id-branhim	MA		0	Africa/Casablanca	29.40886	-9.8201				10	473		
11100942	Id Oumzoug	id-oumzoug	MA		0	Africa/Casablanca	29.41205	-9.81001				10	473		
11100943	Id Waddir	id-waddir	MA		0	Africa/Casablanca	29.41525	-9.80931				10	473		
11100944	Addarh	addarh	MA		0	Africa/Casablanca	29.41303	-9.80031				10	473		
11100945	Id Ou Bal’id	id-ou-bal-id	MA		0	Africa/Casablanca	29.40934	-9.79253				10	473		
11100946	Id ’Ali-n-bouhouch	id-ali-n-bouhouch	MA		0	Africa/Casablanca	29.41527	-9.78862				10	473		
11100947	Id Ou Chatarh	id-ou-chatarh	MA		0	Africa/Casablanca	29.41095	-9.78169				10	473		
11100950	Id Bou Alamane	id-bou-alamane	MA		0	Africa/Casablanca	29.42131	-9.78843				10	473		
11100951	Id Marzouq	id-marzouq	MA		0	Africa/Casablanca	29.42161	-9.79592				10	473		
11100952	Aït Issa	ait-issa	MA		0	Africa/Casablanca	29.42901	-9.79098				09	581		
11100953	Id Mourhehine	id-mourhehine	MA		0	Africa/Casablanca	29.43728	-9.793				09	581		
11100954	Id Dahous	id-dahous	MA		0	Africa/Casablanca	29.44241	-9.80229				09	581		
11100955	Id Ou Aralis Outalla	id-ou-aralis-outalla	MA		0	Africa/Casablanca	29.44771	-9.7975				09	581		
11100956	Id Imskri	id-imskri	MA		0	Africa/Casablanca	29.46001	-9.791				09	581		
11100957	Id Ou Cwab	id-ou-cwab	MA		0	Africa/Casablanca	29.45453	-9.79482				09	581		
11100958	Id Oufqir	id-oufqir	MA		0	Africa/Casablanca	29.45051	-9.78384				09	581		
11100959	Takoujit	takoujit	MA		0	Africa/Casablanca	29.44596	-9.78452				09	581		
11100960	Id Wansit	id-wansit	MA		0	Africa/Casablanca	29.44112	-9.78096				09	581		
11100961	Tajarift	tajarift	MA		0	Africa/Casablanca	29.44315	-9.79122				09	581		
11100962	Ikarouchane	ikarouchane	MA		0	Africa/Casablanca	29.43979	-9.7483				10	473		
11100963	Gouwwilou	gouwwilou	MA		0	Africa/Casablanca	29.43538	-9.75148				10	473		
11100964	Id Ben Chikh	id-ben-chikh	MA		0	Africa/Casablanca	29.42553	-9.75579				10	473		
11100965	Imkrichine	imkrichine	MA		0	Africa/Casablanca	29.4182	-9.75761				10	473		
11100966	Azilal	azilal	MA		0	Africa/Casablanca	29.41733	-9.75139				10	473		
11100967	Id Naçar	id-nacar	MA		0	Africa/Casablanca	29.40639	-9.83269				10	473		
11100968	Id Ben Jawar	id-ben-jawar	MA		0	Africa/Casablanca	29.40241	-9.82709				10	473		
11100969	Id Ou Bidar	id-ou-bidar	MA		0	Africa/Casablanca	29.40514	-9.81302				10	473		
11100970	Id Lahsene	id-lahsene	MA		0	Africa/Casablanca	29.4008	-9.80808				10	473		
11100971	Id Bou Sikidine	id-bou-sikidine	MA		0	Africa/Casablanca	29.40604	-9.79712				10	473		
11100972	Tataroust	tataroust	MA		0	Africa/Casablanca	29.4006	-9.79877				10	473		
11100973	Id Sidi Mbarak	id-sidi-mbarak	MA		0	Africa/Casablanca	29.40162	-9.7948				10	473		
11100974	Id Bibi	id-bibi	MA		0	Africa/Casablanca	29.40762	-9.78971				10	473		
11100975	Id Bou Sa’id	id-bou-sa-id	MA		0	Africa/Casablanca	29.40561	-9.79002				10	473		
11100977	Id Bouhouch	id-bouhouch	MA		0	Africa/Casablanca	29.39861	-9.77579				10	473		
11100978	Id Illa	id-illa	MA		0	Africa/Casablanca	29.39491	-9.78935				10	473		
11100979	Izighar	izighar	MA		0	Africa/Casablanca	29.39069	-9.7771				10	473		
11100981	Id Irya	id-irya	MA		0	Africa/Casablanca	29.41372	-9.75933				10	473		
11100982	Doutircht	doutircht	MA		0	Africa/Casablanca	29.40921	-9.76081				10	473		
11100983	Id Ou Slimane	id-ou-slimane	MA		0	Africa/Casablanca	29.40843	-9.77246				10	473		
11100984	Iyadidane	iyadidane	MA		0	Africa/Casablanca	29.40465	-9.77109				10	473		
11100985	Id Ou Mjjoud	id-ou-mjjoud	MA		0	Africa/Casablanca	29.40525	-9.75774				10	473		
11100986	Id ’Allal	id-allal	MA		0	Africa/Casablanca	29.40751	-9.75854				10	473		
11100987	Id Ben Oum	id-ben-oum	MA		0	Africa/Casablanca	29.40699	-9.75165				10	473		
11100988	Id Ben Irya	id-ben-irya	MA		0	Africa/Casablanca	29.39882	-9.75058				10	473		
11100989	Id Al Haj	id-al-haj	MA		0	Africa/Casablanca	29.39704	-9.7716				10	473		
11100990	Ti-n-Hmed ’Abdallah	ti-n-hmed-abdallah	MA		0	Africa/Casablanca	29.39536	-9.75085				10	473		
11100991	Ti-n-Omar Ouskour	ti-n-omar-ouskour	MA		0	Africa/Casablanca	29.39166	-9.7494				10	473		
11100992	Id ’Abdallah	id-abdallah	MA		0	Africa/Casablanca	29.39275	-9.76806				10	473		
11100993	Id Simouwa	id-simouwa	MA		0	Africa/Casablanca	29.38897	-9.76974				10	473		
11100994	Id ’Ali Ou ’Ali	id-ali-ou-ali	MA		0	Africa/Casablanca	29.47137	-9.79034				09	581		
11100995	Id Ou Bakrim	id-ou-bakrim	MA		0	Africa/Casablanca	29.38637	-9.76665				10	473		
11100996	Aguil Didir	aguil-didir	MA		0	Africa/Casablanca	29.37967	-9.7556				10	473		
11100997	Id ’Abdallah-n-Gourlif	id-abdallah-n-gourlif	MA		0	Africa/Casablanca	29.37659	-9.75493				10	473		
11100998	Imharn	imharn	MA		0	Africa/Casablanca	29.36919	-9.75847				10	473		
11100999	Amska	amska	MA		0	Africa/Casablanca	29.37425	-9.76195				10	473		
11101000	Id Bou Lahsene	id-bou-lahsene	MA		0	Africa/Casablanca	29.38095	-9.7948				10	473		
11101001	Id Bou Mchamar	id-bou-mchamar	MA		0	Africa/Casablanca	29.39142	-9.81014				10	473		
11101002	Id Ben Gra’	id-ben-gra	MA		0	Africa/Casablanca	29.38835	-9.81044				10	473		
11101003	Id Dayz	id-dayz	MA		0	Africa/Casablanca	29.38551	-9.80888				10	473		
11101004	Imachiwn	imachiwn	MA		0	Africa/Casablanca	29.38742	-9.81334				10	473		
11101005	Id ’Ali Ou Dawd	id-ali-ou-dawd	MA		0	Africa/Casablanca	29.39646	-9.81664				10	473		
11101006	Id Bouriguine	id-bouriguine	MA		0	Africa/Casablanca	29.388	-9.82984				10	473		
11101007	Id Wan’im	id-wan-im	MA		0	Africa/Casablanca	29.39056	-9.83529				10	473		
11101008	Tagasgal	tagasgal	MA		0	Africa/Casablanca	29.38693	-9.8381				10	473		
11101009	Id Bilouline	id-bilouline	MA		0	Africa/Casablanca	29.37919	-9.83795				10	473		
11101010	Id Iggui Barouz	id-iggui-barouz	MA		0	Africa/Casablanca	29.37111	-9.84181				10	473		
11101011	Id Hammou Ou Sa’id	id-hammou-ou-sa-id	MA		0	Africa/Casablanca	29.36834	-9.84701				10	473		
11101012	Id Bou Brahim	id-bou-brahim	MA		0	Africa/Casablanca	29.36541	-9.84025				10	473		
11101013	Id Bourgane	id-bourgane	MA		0	Africa/Casablanca	29.37777	-9.81134				10	473		
11101014	Id Lagra	id-lagra	MA		0	Africa/Casablanca	29.37369	-9.81263				10	473		
11101015	Id Hammouch	id-hammouch	MA		0	Africa/Casablanca	29.37371	-9.80532				10	473		
11101016	Izwawn	izwawn	MA		0	Africa/Casablanca	29.36986	-9.80132				10	473		
11101017	Ta’chou	ta-chou	MA		0	Africa/Casablanca	29.36475	-9.81019				10	473		
11101018	Id ’Addi Ou Hmed	id-addi-ou-hmed	MA		0	Africa/Casablanca	29.36236	-9.81407				10	473		
11101019	Bou Ississane	bou-ississane	MA		0	Africa/Casablanca	29.36361	-9.78645				10	473		
11101020	Id Bouwi	id-bouwi	MA		0	Africa/Casablanca	29.36548	-9.77019				10	473		
11101021	Id Mbark Irya	id-mbark-irya	MA		0	Africa/Casablanca	29.36546	-9.75648				10	473		
11101022	Id Wa’ziz	id-wa-ziz	MA		0	Africa/Casablanca	29.36341	-9.75695				10	473		
11101023	Id Hmed	id-hmed	MA		0	Africa/Casablanca	29.34609	-9.8419				10	473		
11101024	Id Bouja	id-bouja	MA		0	Africa/Casablanca	29.33488	-9.84396				10	473		
11101026	Id Bou Mawoud	id-bou-mawoud	MA		0	Africa/Casablanca	29.35875	-9.81892				10	473		
11101027	Id Rays	id-rays	MA		0	Africa/Casablanca	29.35978	-9.80323				10	473		
11101029	Id Bou Lhamz	id-bou-lhamz	MA		0	Africa/Casablanca	29.3609	-9.78057				10	473		
11101030	Id Bou Achni	id-bou-achni	MA		0	Africa/Casablanca	29.35724	-9.77963				10	473		
11101031	Id ’Omar	id-omar	MA		0	Africa/Casablanca	29.35617	-9.7895				10	473		
11101032	Id Ben Hammou	id-ben-hammou	MA		0	Africa/Casablanca	29.35477	-9.77334				10	473		
11101033	Id Lhaj	id-lhaj	MA		0	Africa/Casablanca	29.46232	-9.98613				10	473		
11101035	Takiniwine	takiniwine	MA		0	Africa/Casablanca	29.3515	-9.7752				10	473		
11101036	Id Ou Lhajane	id-ou-lhajane	MA		0	Africa/Casablanca	29.34453	-9.78473				10	473		
11101037	Id Jalloul	id-jalloul	MA		0	Africa/Casablanca	29.34898	-9.79811				10	473		
11101038	Id Balqassem	id-balqassem	MA		0	Africa/Casablanca	29.33689	-9.79878				10	473		
11101039	Id Boukir	id-boukir	MA		0	Africa/Casablanca	29.33729	-9.80578				10	473		
11101041	Id Mouloud	id-mouloud	MA		0	Africa/Casablanca	29.30332	-9.84383				10	473		
11101042	Id Chaka	id-chaka	MA		0	Africa/Casablanca	29.30578	-9.84569				10	473		
11101043	Id Mhamed	id-mhamed	MA		0	Africa/Casablanca	29.30782	-9.83155				10	473		
11101044	Andigou	andigou	MA		0	Africa/Casablanca	29.31216	-9.83093				10	473		
11101045	Id Bou L ’Ayd	id-bou-l-ayd	MA		0	Africa/Casablanca	29.3293	-9.84271				10	473		
11101046	Id Bou Zarbat	id-bou-zarbat	MA		0	Africa/Casablanca	29.31993	-9.82054				10	473		
11101047	Aït Rja	ait-rja	MA		0	Africa/Casablanca	29.31355	-9.8232				10	473		
11101048	Issadamane	issadamane	MA		0	Africa/Casablanca	29.3313	-9.815				10	473		
11101049	Id Hmed Lahsene	id-hmed-lahsene	MA		0	Africa/Casablanca	29.31169	-9.79639				10	473		
11101050	Id Bouzid	id-bouzid	MA		0	Africa/Casablanca	29.31686	-9.80485				10	473		
11101051	Id ’Allal	id-allal	MA		0	Africa/Casablanca	29.32331	-9.80063				10	473		
11101052	Id Ou Arqa	id-ou-arqa	MA		0	Africa/Casablanca	29.3304	-9.80196				10	473		
11101053	Id Yacine	id-yacine	MA		0	Africa/Casablanca	29.31566	-9.79606				10	473		
11101054	Tabirda	tabirda	MA		0	Africa/Casablanca	29.31192	-9.78925				10	473		
11101055	Lham Chikh	lham-chikh	MA		0	Africa/Casablanca	29.30761	-9.7896				10	473		
11101056	Tidaf	tidaf	MA		0	Africa/Casablanca	29.30393	-9.80329				10	473		
11101057	Tousdine	tousdine	MA		0	Africa/Casablanca	29.29826	-9.80039				10	473		
11101058	Id Mas’oud	id-mas-oud	MA		0	Africa/Casablanca	29.28687	-9.80851				10	473		
11101060	Id Oumat	id-oumat	MA		0	Africa/Casablanca	29.32923	-9.76754				10	473		
11101061	Id Hadj Aomar	id-hadj-aomar	MA		0	Africa/Casablanca	29.32762	-9.77376				10	473		
11101062	Id Ouarab	id-ouarab	MA		0	Africa/Casablanca	29.32807	-9.77508				10	473		
11101063	Id Chaboud	id-chaboud	MA		0	Africa/Casablanca	29.32399	-9.78159				10	473		
11101064	Id Khankhane	id-khankhane	MA		0	Africa/Casablanca	29.3134	-9.77295				10	473		
11101065	Tabiya	tabiya	MA		0	Africa/Casablanca	29.31095	-9.78356				10	473		
11101066	Tifradine	tifradine	MA		0	Africa/Casablanca	29.30792	-9.7867				10	473		
11101067	Id Yacine	id-yacine	MA		0	Africa/Casablanca	29.32565	-9.76709				10	473		
11101068	Id Birra Lahsene	id-birra-lahsene	MA		0	Africa/Casablanca	29.32262	-9.76288				10	473		
11101069	Içwabane	icwabane	MA		0	Africa/Casablanca	29.31787	-9.75621				10	473		
11101070	Id Salam	id-salam	MA		0	Africa/Casablanca	29.31768	-9.76162				10	473		
11101071	Iboudrarn	iboudrarn	MA		0	Africa/Casablanca	29.31117	-9.76056				10	473		
11101072	Id Ramouch	id-ramouch	MA		0	Africa/Casablanca	29.31149	-9.77144				10	473		
11101073	Id Dawd Ou ’Ali	id-dawd-ou-ali	MA		0	Africa/Casablanca	29.30973	-9.77975				10	473		
11101074	Id Ou Laguid	id-ou-laguid	MA		0	Africa/Casablanca	29.30346	-9.76584				10	473		
11101075	Id Irya	id-irya	MA		0	Africa/Casablanca	29.29671	-9.77071				10	473		
11101076	Aït Tachmout	ait-tachmout	MA		0	Africa/Casablanca	29.29654	-9.7752				10	473		
11101077	Id Moussa	id-moussa	MA		0	Africa/Casablanca	29.2953	-9.77134				10	473		
11101078	Id Choubou	id-choubou	MA		0	Africa/Casablanca	29.28877	-9.7731				10	473		
11101081	Ikounachane	ikounachane	MA		0	Africa/Casablanca	29.27738	-9.76244				10	473		
11101082	Tourirt	tourirt	MA		0	Africa/Casablanca	29.28236	-9.76502				10	473		
11101083	Id Haj Irya	id-haj-irya	MA		0	Africa/Casablanca	29.3056	-9.7845				10	473		
11101085	Igourhane	igourhane	MA		0	Africa/Casablanca	29.26732	-9.77451				10	473		
11101086	Id Idir	id-idir	MA		0	Africa/Casablanca	29.26925	-9.77767				10	473		
11101087	Id Sa’id Ou ’Ali	id-sa-id-ou-ali	MA		0	Africa/Casablanca	29.27026	-9.76947				10	473		
11101090	Id Al Mouddane	id-al-mouddane	MA		0	Africa/Casablanca	29.26281	-9.85886				10	473		
11101091	Tagadirt	tagadirt	MA		0	Africa/Casablanca	29.25026	-9.97807				10	473		
11101092	Timazguida	timazguida	MA		0	Africa/Casablanca	29.47451	-9.76441				09	581		
11101094	Id Ben ’addi	id-ben-addi	MA		0	Africa/Casablanca	29.45778	-9.75523				09	581		
11101095	Id ’Ali	id-ali	MA		0	Africa/Casablanca	29.45877	-9.75225				09	581		
11101096	Id Sa’id	id-sa-id	MA		0	Africa/Casablanca	29.43646	-9.9549				10	473		
11101097	Tazarout	tazarout	MA		0	Africa/Casablanca	29.32057	-9.89196				10	473		
11101098	Ifrarn	ifrarn	MA		0	Africa/Casablanca	29.40036	-9.99525				10	473		
11101099	Id Mohamed	id-mohamed	MA		0	Africa/Casablanca	29.38712	-9.89245				10	473		
11101100	Id Imougay	id-imougay	MA		0	Africa/Casablanca	29.32643	-9.86617				10	473		
11101101	Id ’Ali Ou Balla	id-ali-ou-balla	MA		0	Africa/Casablanca	29.4353	-9.84169				09	581		
11101102	Agoumat	agoumat	MA		0	Africa/Casablanca	29.44424	-9.77454				09	581		
11101103	Id Talab	id-talab	MA		0	Africa/Casablanca	29.311	-9.80438				10	473		
11101104	Id Balqa’id Rnes	id-balqa-id-rnes	MA		0	Africa/Casablanca	29.36511	-9.80478				10	473		
11101105	Igourar Tamdghoust	igourar-tamdghoust	MA		0	Africa/Casablanca	29.76854	-9.76703				09	581		
11101107	Imjad	imjad	MA		0	Africa/Casablanca	29.76875	-9.8026				09	581		
11101108	Amaragh	amaragh	MA		0	Africa/Casablanca	29.76507	-9.80659				09	581		
11101110	Id Ou Beïda	id-ou-beida	MA		0	Africa/Casablanca	29.75361	-9.84968				09	581		
11101122	Igourar ou Akane	igourar-ou-akane	MA		0	Africa/Casablanca	29.77789	-9.83488				09	581		
11101125	Afoud-n-Tkida	afoud-n-tkida	MA		0	Africa/Casablanca	29.78016	-9.79939				09	581		
11101134	El Qoléa	el-qolea	MA		0	Africa/Casablanca	29.82161	-9.75579				09	581		
11101135	Tiguemmi-n-Brahim Ou Takoucht	tiguemmi-n-brahim-ou-takoucht	MA		0	Africa/Casablanca	29.84532	-9.77996				09	581		
11125921	Oulad Snaguia	oulad-snaguia	MA		0	Africa/Casablanca	31.65148	-7.78502				07	351		
11129840	A’bd N’lym	a-bd-n-lym	MA		0	Africa/Casablanca	29.74396	-9.46846				09	581		
11129841	Aït Calh	ait-calh	MA		0	Africa/Casablanca	29.74568	-9.46198				09	581		
11129842	Boutirgui	boutirgui	MA		0	Africa/Casablanca	29.74721	-9.45683				09	581		
11129843	Al Kcayb	al-kcayb	MA		0	Africa/Casablanca	29.72574	-9.46803				09	581		
11129844	Id ’Aballah	id-aballah	MA		0	Africa/Casablanca	29.70949	-9.47395				09	581		
11129845	Çalbarch	calbarch	MA		0	Africa/Casablanca	29.70196	-9.4715				09	581		
11129846	Ibrayyiymn	ibrayyiymn	MA		0	Africa/Casablanca	29.69984	-9.45537				09	581		
11129847	Mggous	mggous	MA		0	Africa/Casablanca	29.71922	-9.45537				09	581		
11129848	Aït ’Iys	ait-iys	MA		0	Africa/Casablanca	29.69816	-9.41619				09	581		
11129869	Igunawn	igunawn	MA		0	Africa/Casablanca	29.68824	-9.39683				09	581		
11129870	Ikrouma	ikrouma	MA		0	Africa/Casablanca	29.69197	-9.39338				09	581		
11129871	Aït al Jiyar	ait-al-jiyar	MA		0	Africa/Casablanca	29.69536	-9.40134				09	581		
11129872	Izrguiyyn	izrguiyyn	MA		0	Africa/Casablanca	29.69699	-9.38537				09	581		
11129873	Gziynas	gziynas	MA		0	Africa/Casablanca	29.70871	-9.39728				09	581		
11129874	Aït Hmmou al Hous	ait-hmmou-al-hous	MA		0	Africa/Casablanca	29.71775	-9.41359				09	581		
11129875	Agrd Oudad	agrd-oudad	MA		0	Africa/Casablanca	29.72494	-9.39986				09	581		
11129876	Ansniyght	ansniyght	MA		0	Africa/Casablanca	29.72917	-9.38926				09	581		
11129877	Aguni Mch’ab	aguni-mch-ab	MA		0	Africa/Casablanca	29.74262	-9.38898				09	581		
11129878	Aït Dawd ou Mous	ait-dawd-ou-mous	MA		0	Africa/Casablanca	29.68067	-9.39091				09	581		
11129879	Adar Oumssoun	adar-oumssoun	MA		0	Africa/Casablanca	29.68677	-9.37535				09	581		
11129880	Adwwar	adwwar	MA		0	Africa/Casablanca	29.68399	-9.41119				09	581		
11129881	Afaygroum	afaygroum	MA		0	Africa/Casablanca	29.68278	-9.40722				09	581		
11129882	Aït ’Ali ou Boubkr	ait-ali-ou-boubkr	MA		0	Africa/Casablanca	29.6801	-9.41307				09	581		
11129883	Aït ’Ali	ait-ali	MA		0	Africa/Casablanca	29.67158	-9.39593				09	581		
11129884	Imdchane	imdchane	MA		0	Africa/Casablanca	29.67391	-9.40119				09	581		
11129885	Ihoukarn	ihoukarn	MA		0	Africa/Casablanca	29.67037	-9.40387				09	581		
11129886	Aït Tgadiyrt	ait-tgadiyrt	MA		0	Africa/Casablanca	29.66906	-9.40829				09	581		
11129888	Ikhrrazn	ikhrrazn	MA		0	Africa/Casablanca	29.66802	-9.42544				09	581		
11129889	Id ’Otmane	id-otmane	MA		0	Africa/Casablanca	29.66479	-9.42528				09	581		
11129890	Amrkn	amrkn	MA		0	Africa/Casablanca	29.66259	-9.43318				09	581		
11129891	Injjarn	injjarn	MA		0	Africa/Casablanca	29.66828	-9.4302				09	581		
11129892	Ouchchad	ouchchad	MA		0	Africa/Casablanca	29.66828	-9.43498				09	581		
11129893	Afrgane	afrgane	MA		0	Africa/Casablanca	29.64748	-9.49652				09	581		
11129894	Tiyghlal	tiyghlal	MA		0	Africa/Casablanca	29.64506	-9.46949				09	581		
11129895	Adouz	adouz	MA		0	Africa/Casablanca	29.64782	-9.43584				09	581		
11129896	Id al Haj	id-al-haj	MA		0	Africa/Casablanca	29.64551	-9.41331				09	581		
11129897	Ighchchane	ighchchane	MA		0	Africa/Casablanca	29.65336	-9.42436				09	581		
11129898	Id Bous ’Iyd	id-bous-iyd	MA		0	Africa/Casablanca	29.65722	-9.41398				09	581		
11129899	Idoumkraz	idoumkraz	MA		0	Africa/Casablanca	29.65159	-9.40078				09	581		
11129901	Imziyln	imziyln	MA		0	Africa/Casablanca	29.66373	-9.38424				09	581		
11129902	Agrd Ou’bdi	agrd-ou-bdi	MA		0	Africa/Casablanca	29.65935	-9.38761				09	581		
11129903	Ouchchane	ouchchane	MA		0	Africa/Casablanca	29.64694	-9.38675				09	581		
11129904	Izoulayn	izoulayn	MA		0	Africa/Casablanca	29.66878	-9.37836				09	581		
11129905	Ismahriyyn	ismahriyyn	MA		0	Africa/Casablanca	29.63986	-9.37256				09	581		
11129906	Id et Talb ’Ali	id-et-talb-ali	MA		0	Africa/Casablanca	29.63428	-9.4002				09	581		
11129907	Tinoummar	tinoummar	MA		0	Africa/Casablanca	29.63264	-9.4035				09	581		
11129908	Anammrarn	anammrarn	MA		0	Africa/Casablanca	29.63702	-9.40269				09	581		
11129909	Ib’rarn	ib-rarn	MA		0	Africa/Casablanca	29.64243	-9.40042				09	581		
11129910	Id Boumhdi	id-boumhdi	MA		0	Africa/Casablanca	29.6395	-9.42539				09	581		
11129911	Id ’Mr	id-mr	MA		0	Africa/Casablanca	29.64139	-9.41082				09	581		
11129912	Id Boudhn	id-boudhn	MA		0	Africa/Casablanca	29.63079	-9.43865				09	581		
11129913	Isk Ouzrou	isk-ouzrou	MA		0	Africa/Casablanca	29.62833	-9.43292				09	581		
11129914	Ibrrakn	ibrrakn	MA		0	Africa/Casablanca	29.62615	-9.42305				09	581		
11129915	Tamalout	tamalout	MA		0	Africa/Casablanca	29.62598	-9.40042				09	581		
11129916	Ighiyr	ighiyr	MA		0	Africa/Casablanca	29.61983	-9.38406				09	581		
11129918	Asllou	asllou	MA		0	Africa/Casablanca	29.61307	-9.37235				09	581		
11129919	Tagadiyrt	tagadiyrt	MA		0	Africa/Casablanca	29.60207	-9.38168				09	581		
11129920	Id Mchouz	id-mchouz	MA		0	Africa/Casablanca	29.61475	-9.42958				09	581		
11129921	Ighrm ou Mjjoud	ighrm-ou-mjjoud	MA		0	Africa/Casablanca	29.61124	-9.42831				09	581		
11129922	Id ’Ali Ou Hmmou	id-ali-ou-hmmou	MA		0	Africa/Casablanca	29.60878	-9.44256				09	581		
11129923	Tassiyla	tassiyla	MA		0	Africa/Casablanca	29.60634	-9.46013				09	581		
11129924	Id Bounhdat	id-bounhdat	MA		0	Africa/Casablanca	29.61602	-9.43949				09	581		
11129925	Ismlaln	ismlaln	MA		0	Africa/Casablanca	29.62373	-9.45041				09	581		
11129926	Aqacbat	aqacbat	MA		0	Africa/Casablanca	29.62727	-9.44312				09	581		
11129927	Id Blla	id-blla	MA		0	Africa/Casablanca	29.62538	-9.46565				09	581		
11129928	Anssal	anssal	MA		0	Africa/Casablanca	29.62128	-9.46376				09	581		
11129929	Ouchchane	ouchchane	MA		0	Africa/Casablanca	29.60457	-9.4747				09	581		
11129930	Iqallaln	iqallaln	MA		0	Africa/Casablanca	29.60835	-9.48348				09	581		
11129931	Tal’iynt	tal-iynt	MA		0	Africa/Casablanca	29.5899	-9.46554				09	581		
11129932	Id ou Baha	id-ou-baha	MA		0	Africa/Casablanca	29.58764	-9.44272				09	581		
11129933	Id al Qadi	id-al-qadi	MA		0	Africa/Casablanca	29.58734	-9.43725				09	581		
11129934	Id Ba’ziyz	id-ba-ziyz	MA		0	Africa/Casablanca	29.58234	-9.43699				09	581		
11129935	Ouchriyhn	ouchriyhn	MA		0	Africa/Casablanca	29.59565	-9.41352				09	581		
11129936	Id ’Iys	id-iys	MA		0	Africa/Casablanca	29.59279	-9.41431				09	581		
11129937	Adouz	adouz	MA		0	Africa/Casablanca	29.58701	-9.40789				09	581		
11129938	Ikhouchaln	ikhouchaln	MA		0	Africa/Casablanca	29.59473	-9.39712				09	581		
11129939	Ikhniyfn	ikhniyfn	MA		0	Africa/Casablanca	29.58964	-9.39596				09	581		
11129940	Imziyln	imziyln	MA		0	Africa/Casablanca	29.58891	-9.38847				09	581		
11129941	Id al Houzoum	id-al-houzoum	MA		0	Africa/Casablanca	29.57688	-9.3803				09	581		
11129942	Anammr	anammr	MA		0	Africa/Casablanca	29.57068	-9.38882				09	581		
11129943	Yawghmi	yawghmi	MA		0	Africa/Casablanca	29.56469	-9.4056				09	581		
11129944	Agni-n-Dattouwwar	agni-n-dattouwwar	MA		0	Africa/Casablanca	29.55991	-9.3792				09	581		
11129945	Agrd	agrd	MA		0	Africa/Casablanca	29.56956	-9.37961				09	581		
11129947	Amal Wàlous	amal-walous	MA		0	Africa/Casablanca	29.58016	-9.40684				09	581		
11129950	Tawrirt Mqourn	tawrirt-mqourn	MA		0	Africa/Casablanca	29.54841	-9.47349				09	581		
11129951	Tazghra	tazghra	MA		0	Africa/Casablanca	29.52053	-9.39815				09	581		
11129952	Iguilaln	iguilaln	MA		0	Africa/Casablanca	29.51109	-9.41365				09	581		
11129953	Toullag	toullag	MA		0	Africa/Casablanca	29.51785	-9.46542				09	581		
11129955	Al Qacbat	al-qacbat	MA		0	Africa/Casablanca	29.51187	-9.46375				09	581		
11129957	Tigdmiyne	tigdmiyne	MA		0	Africa/Casablanca	29.49989	-9.45699				09	581		
11129960	Tadkkoukt	tadkkoukt	MA		0	Africa/Casablanca	29.5014	-9.39111				09	581		
11129961	Aït Mhmd	ait-mhmd	MA		0	Africa/Casablanca	29.50452	-9.38656				09	581		
11129962	Tiychki	tiychki	MA		0	Africa/Casablanca	29.5079	-9.38099				09	581		
11129963	Ihlwane Iyghiyr	ihlwane-iyghiyr	MA		0	Africa/Casablanca	29.5008	-9.37972				09	581		
11129964	Tloubt	tloubt	MA		0	Africa/Casablanca	29.49914	-9.38534				09	581		
11129965	Aflla Wassiyf	aflla-wassiyf	MA		0	Africa/Casablanca	29.50483	-9.35535				09	581		
11129966	Agrd-n-Tsgdlt	agrd-n-tsgdlt	MA		0	Africa/Casablanca	29.51249	-9.3477				09	581		
11129967	Tlata-n-Dadagmar	tlata-n-dadagmar	MA		0	Africa/Casablanca	29.51046	-9.33801				09	581		
11129968	Id Az Za’iym	id-az-za-iym	MA		0	Africa/Casablanca	29.51376	-9.32251				09	581		
11129969	Tagtwalt	tagtwalt	MA		0	Africa/Casablanca	29.51647	-9.31067				09	581		
11129970	Tanamrt	tanamrt	MA		0	Africa/Casablanca	29.50928	-9.29629				09	581		
11129971	Id Ou ’Blla	id-ou-blla	MA		0	Africa/Casablanca	29.5197	-9.29206				09	581		
11129973	Amagaz	amagaz	MA		0	Africa/Casablanca	29.5171	-9.36749				09	581		
11129975	Issoudr	issoudr	MA		0	Africa/Casablanca	29.52411	-9.33165				09	581		
11129976	Id Slimane	id-slimane	MA		0	Africa/Casablanca	29.53329	-9.32747				09	581		
11129977	Iyzoura	iyzoura	MA		0	Africa/Casablanca	29.53992	-9.368				09	581		
11129978	Ikhnoufa	ikhnoufa	MA		0	Africa/Casablanca	29.53495	-9.32386				09	581		
11129979	Rb’at	rb-at	MA		0	Africa/Casablanca	29.54162	-9.33425				09	581		
11129980	Id Ben ’Mr	id-ben-mr	MA		0	Africa/Casablanca	29.54024	-9.34382				09	581		
11129982	Tagaddirt	tagaddirt	MA		0	Africa/Casablanca	29.74104	-9.4955				09	581		
11129983	Id Boudyyach	id-boudyyach	MA		0	Africa/Casablanca	29.52306	-9.28876				09	581		
11129984	Aït Tghchchiyt	ait-tghchchiyt	MA		0	Africa/Casablanca	29.50386	-9.29239				09	581		
11129985	Id al Haj	id-al-haj	MA		0	Africa/Casablanca	29.53923	-9.31178				09	581		
11129986	Tiynzgn	tiynzgn	MA		0	Africa/Casablanca	29.55278	-9.30704				09	581		
11129987	Afa-n-Tagant	afa-n-tagant	MA		0	Africa/Casablanca	29.55193	-9.29959				09	581		
11129988	Tamagoust	tamagoust	MA		0	Africa/Casablanca	29.56809	-9.28515				09	581		
11129989	Tafrawt	tafrawt	MA		0	Africa/Casablanca	29.55538	-9.33689				09	581		
11129990	Afoud	afoud	MA		0	Africa/Casablanca	29.55534	-9.3418				09	581		
11129991	Azrou Wamane	azrou-wamane	MA		0	Africa/Casablanca	29.55161	-9.36157				09	581		
11129992	Touriyrt	touriyrt	MA		0	Africa/Casablanca	29.55894	-9.35388				09	581		
11129993	Toussa	toussa	MA		0	Africa/Casablanca	29.56362	-9.35637				09	581		
11129994	Id-at-Talb	id-at-talb	MA		0	Africa/Casablanca	29.56592	-9.38184				09	581		
11129995	Agni ou Troun	agni-ou-troun	MA		0	Africa/Casablanca	29.58087	-9.36586				09	581		
11129996	Igrdane	igrdane	MA		0	Africa/Casablanca	29.58427	-9.35455				09	581		
11129997	Agrd Iyfrd	agrd-iyfrd	MA		0	Africa/Casablanca	29.58578	-9.34644				09	581		
11129998	Idgourhal	idgourhal	MA		0	Africa/Casablanca	29.58964	-9.33599				09	581		
11129999	Touriyrt	touriyrt	MA		0	Africa/Casablanca	29.58447	-9.32569				09	581		
11130000	Id al Moudn	id-al-moudn	MA		0	Africa/Casablanca	29.58037	-9.31781				09	581		
11130001	Ighaln	ighaln	MA		0	Africa/Casablanca	29.58014	-9.31427				09	581		
11130002	Idwaqqas	idwaqqas	MA		0	Africa/Casablanca	29.586	-9.31957				09	581		
11130003	Iymougn	iymougn	MA		0	Africa/Casablanca	29.58865	-9.32586				09	581		
11130005	Rg ou Hmmou	rg-ou-hmmou	MA		0	Africa/Casablanca	29.57893	-9.28818				09	581		
11130007	Agharrabou	agharrabou	MA		0	Africa/Casablanca	29.58957	-9.3473				09	581		
11130008	Taboucalht	taboucalht	MA		0	Africa/Casablanca	29.59298	-9.34659				09	581		
11130009	Taghzout	taghzout	MA		0	Africa/Casablanca	29.59894	-9.38181				09	581		
11130010	Tiwoulaln	tiwoulaln	MA		0	Africa/Casablanca	29.62938	-9.37442				09	581		
11130011	Tagadirt	tagadirt	MA		0	Africa/Casablanca	29.53675	-9.34904				09	581		
11130012	Izwadn	izwadn	MA		0	Africa/Casablanca	29.60949	-9.3677				09	581		
11130013	Azrou Oumous	azrou-oumous	MA		0	Africa/Casablanca	29.60858	-9.36167				09	581		
11130017	Timassayiyne	timassayiyne	MA		0	Africa/Casablanca	29.63432	-9.34376				09	581		
11130018	Ouggars	ouggars	MA		0	Africa/Casablanca	29.62544	-9.34232				09	581		
11130020	Tiyghmrt	tiyghmrt	MA		0	Africa/Casablanca	29.60503	-9.32041				09	581		
11130021	Agni Iygjjiymn	agni-iygjjiymn	MA		0	Africa/Casablanca	29.6014	-9.31215				09	581		
11130022	Touriyrt Iybou ’Lane	touriyrt-iybou-lane	MA		0	Africa/Casablanca	29.59027	-9.30159				09	581		
11130023	Tiwwiyst	tiwwiyst	MA		0	Africa/Casablanca	29.59369	-9.2941				09	581		
11130024	Anaounr Zggaghn	anaounr-zggaghn	MA		0	Africa/Casablanca	29.58822	-9.28655				09	581		
11130025	Tamlalt	tamlalt	MA		0	Africa/Casablanca	29.61126	-9.28782				09	581		
11130026	Iygjjiymn	iygjjiymn	MA		0	Africa/Casablanca	29.61378	-9.3103				09	581		
11130027	Anammr	anammr	MA		0	Africa/Casablanca	29.61882	-9.30208				09	581		
11130028	Tagniyt	tagniyt	MA		0	Africa/Casablanca	29.61845	-9.29887				09	581		
11130029	Touniyne	touniyne	MA		0	Africa/Casablanca	29.62059	-9.29923				09	581		
11130030	Aït Calh ou Baha	ait-calh-ou-baha	MA		0	Africa/Casablanca	29.63197	-9.30861				09	581		
11130031	Iwnnasn	iwnnasn	MA		0	Africa/Casablanca	29.65411	-9.37787				09	581		
11130032	Id Hmmou	id-hmmou	MA		0	Africa/Casablanca	29.63674	-9.36157				09	581		
11130033	Id Wahssoun	id-wahssoun	MA		0	Africa/Casablanca	29.63906	-9.35541				09	581		
11130034	Issiyl	issiyl	MA		0	Africa/Casablanca	29.64116	-9.36109				09	581		
11130035	Tizi-n-Tmdloucht	tizi-n-tmdloucht	MA		0	Africa/Casablanca	29.64124	-9.34453				09	581		
11130036	Igjjiymn	igjjiymn	MA		0	Africa/Casablanca	29.63501	-9.33665				09	581		
11130037	Agrd Iyzq	agrd-iyzq	MA		0	Africa/Casablanca	29.64072	-9.31125				09	581		
11130038	Tagadiyrt	tagadiyrt	MA		0	Africa/Casablanca	29.63605	-9.28818				09	581		
11130039	Tiyghwrt	tiyghwrt	MA		0	Africa/Casablanca	29.6418	-9.29942				09	581		
11130040	Aït Boujm’at	ait-boujm-at	MA		0	Africa/Casablanca	29.64461	-9.28526				09	581		
11130041	Igri	igri	MA		0	Africa/Casablanca	29.6523	-9.2853				09	581		
11130042	Imiyyinilf	imiyyinilf	MA		0	Africa/Casablanca	29.6523	-9.31318				09	581		
11130043	In’Ymn	in-ymn	MA		0	Africa/Casablanca	29.65183	-9.30751				09	581		
11130044	Tinsghas	tinsghas	MA		0	Africa/Casablanca	29.6614	-9.30078				09	581		
11130045	Tabourrout	tabourrout	MA		0	Africa/Casablanca	29.66936	-9.31361				09	581		
11130046	Ighiyr-n-Ch’yb	ighiyr-n-ch-yb	MA		0	Africa/Casablanca	29.67144	-9.29582				09	581		
11130047	Agni-n-Hggoun	agni-n-hggoun	MA		0	Africa/Casablanca	29.67467	-9.2906				09	581		
11130048	Agrd Waday	agrd-waday	MA		0	Africa/Casablanca	29.68095	-9.28606				09	581		
11130049	Imiygni	imiygni	MA		0	Africa/Casablanca	29.68056	-9.29739				09	581		
11130050	Igr-n-Bouzkri	igr-n-bouzkri	MA		0	Africa/Casablanca	29.6784	-9.30284				09	581		
11130051	Tilliyn	tilliyn	MA		0	Africa/Casablanca	29.65424	-9.32629				09	581		
11130052	Tiyfourn	tiyfourn	MA		0	Africa/Casablanca	29.65397	-9.34871				09	581		
11130053	Aït Mbark ou Ms’oud	ait-mbark-ou-ms-oud	MA		0	Africa/Casablanca	29.66222	-9.33865				09	581		
11130054	Afayghiyl	afayghiyl	MA		0	Africa/Casablanca	29.66207	-9.3315				09	581		
11130056	Ahndour	ahndour	MA		0	Africa/Casablanca	29.67148	-9.36547				09	581		
11130057	Tichiycht	tichiycht	MA		0	Africa/Casablanca	29.68127	-9.35758				09	581		
11130058	Imdghas	imdghas	MA		0	Africa/Casablanca	29.6773	-9.33991				09	581		
11130059	Mggous	mggous	MA		0	Africa/Casablanca	29.67659	-9.33				09	581		
11130060	Tiywriyrt	tiywriyrt	MA		0	Africa/Casablanca	29.67851	-9.3146				09	581		
11130061	Aït Zg	ait-zg	MA		0	Africa/Casablanca	29.68153	-9.30509				09	581		
11130062	Ismahriyyn	ismahriyyn	MA		0	Africa/Casablanca	29.63439	-9.37689				09	581		
11130063	Tagadirt	tagadirt	MA		0	Africa/Casablanca	29.72181	-9.3886				09	581		
11130065	Aït Brayn	ait-brayn	MA		0	Africa/Casablanca	29.72228	-9.37157				09	581		
11130066	Ighil-n-Hmmou	ighil-n-hmmou	MA		0	Africa/Casablanca	29.71378	-9.36049				09	581		
11130067	Aït Hmaddouch	ait-hmaddouch	MA		0	Africa/Casablanca	29.68446	-9.35496				09	581		
11130068	Tamgdnout	tamgdnout	MA		0	Africa/Casablanca	29.68513	-9.3474				09	581		
11130069	Ib’aqilne	ib-aqilne	MA		0	Africa/Casablanca	29.68694	-9.34127				09	581		
11130070	Bouguiymal	bouguiymal	MA		0	Africa/Casablanca	29.68942	-9.35438				09	581		
11130071	Aït Gdad	ait-gdad	MA		0	Africa/Casablanca	29.70228	-9.34161				09	581		
11130072	Anammr	anammr	MA		0	Africa/Casablanca	29.68584	-9.31696				09	581		
11130073	Aït Hrroud	ait-hrroud	MA		0	Africa/Casablanca	29.69924	-9.31575				09	581		
11130074	Aït Bazzi	ait-bazzi	MA		0	Africa/Casablanca	29.70015	-9.31927				09	581		
11130075	Aït Ben Hammou	ait-ben-hammou	MA		0	Africa/Casablanca	29.70472	-9.31816				09	581		
11130076	Aït Yassiyne	ait-yassiyne	MA		0	Africa/Casablanca	29.71108	-9.31151				09	581		
11130077	Aït Bah	ait-bah	MA		0	Africa/Casablanca	29.70873	-9.31045				09	581		
11130078	Ad Dout Iyyirgn	ad-dout-iyyirgn	MA		0	Africa/Casablanca	29.70366	-9.29097				09	581		
11130079	Askawn	askawn	MA		0	Africa/Casablanca	29.69521	-9.29005				09	581		
11130080	Imi-n-Tzouliylt	imi-n-tzouliylt	MA		0	Africa/Casablanca	29.69337	-9.27726				09	581		
11130081	Souq Al Tnine Aday	souq-al-tnine-aday	MA		0	Africa/Casablanca	29.70383	-9.2735				09	581		
11130082	Touriyrt	touriyrt	MA		0	Africa/Casablanca	29.71301	-9.30545				09	581		
11130083	Dar Ouzorn	dar-ouzorn	MA		0	Africa/Casablanca	29.71296	-9.29116				09	581		
11130084	Iznagn	iznagn	MA		0	Africa/Casablanca	29.71251	-9.28189				09	581		
11130085	Aboudhn	aboudhn	MA		0	Africa/Casablanca	29.71339	-9.31502				09	581		
11130086	Timoula	timoula	MA		0	Africa/Casablanca	29.71566	-9.32693				09	581		
11130087	Iyrnad	iyrnad	MA		0	Africa/Casablanca	29.70716	-9.33775				09	581		
11130088	Aït Oufqir	ait-oufqir	MA		0	Africa/Casablanca	29.71378	-9.35328				09	581		
11130090	Aït al Houl	ait-al-houl	MA		0	Africa/Casablanca	29.73519	-9.38099				09	581		
11130095	Tizi-n-Dawguzi	tizi-n-dawguzi	MA		0	Africa/Casablanca	29.73411	-9.3264				09	581		
11130096	Agard-n-Tizi	agard-n-tizi	MA		0	Africa/Casablanca	29.73661	-9.31578				09	581		
11130097	Aït Mancour	ait-mancour	MA		0	Africa/Casablanca	29.7348	-9.29872				09	581		
11130098	Ilazn	ilazn	MA		0	Africa/Casablanca	29.7367	-9.30123				09	581		
11130099	Agard-n-Takawiyne	agard-n-takawiyne	MA		0	Africa/Casablanca	29.72945	-9.29273				09	581		
11130100	Touriyrt Was	touriyrt-was	MA		0	Africa/Casablanca	29.73606	-9.29526				09	581		
11130101	Tyoujgul	tyoujgul	MA		0	Africa/Casablanca	29.74564	-9.3114		Tioujgal,Tyoujgul		09	581		
11130102	Agadir Oujgal	agadir-oujgal	MA		0	Africa/Casablanca	29.74801	-9.28816		Agadir,Agadir Oujgal		09	581		
11130103	Tasglght	tasglght	MA		0	Africa/Casablanca	29.74007	-9.25685				09	581		
11130104	Azrou-n-’Mar	azrou-n-mar	MA		0	Africa/Casablanca	29.73793	-9.25127				09	581		
11130105	Tanout	tanout	MA		0	Africa/Casablanca	29.72714	-9.25074				09	581		
11130106	Ighrm	ighrm	MA		0	Africa/Casablanca	29.71983	-9.26196				09	581		
11130107	Tiyzguiyne	tiyzguiyne	MA		0	Africa/Casablanca	29.72319	-9.26211				09	581		
11130108	Tarna	tarna	MA		0	Africa/Casablanca	29.72	-9.26981				09	581		
11130109	Idrasn	idrasn	MA		0	Africa/Casablanca	29.73189	-9.27035				09	581		
11130110	Anct	anct	MA		0	Africa/Casablanca	29.73524	-9.26829				09	581		
11130111	Anamr	anamr	MA		0	Africa/Casablanca	29.71337	-9.27213				09	581		
11130112	Tourirt ou n-Doud	tourirt-ou-n-doud	MA		0	Africa/Casablanca	29.70705	-9.25801				09	581		
11130113	Agard Ihourriyn	agard-ihourriyn	MA		0	Africa/Casablanca	29.69361	-9.26589				09	581		
11130114	Agrd Miymoun	agrd-miymoun	MA		0	Africa/Casablanca	29.67031	-9.27636				09	581		
11130115	Tagadirt	tagadirt	MA		0	Africa/Casablanca	29.66089	-9.27483				09	581		
11130116	Affansiyl	affansiyl	MA		0	Africa/Casablanca	29.64847	-9.26486				09	581		
11130117	Agard-n-Tanout	agard-n-tanout	MA		0	Africa/Casablanca	29.64929	-9.25445				09	581		
11130118	Ifaryadn	ifaryadn	MA		0	Africa/Casablanca	29.64278	-9.2591				09	581		
11130119	Alkkou	alkkou	MA		0	Africa/Casablanca	29.63607	-9.26932				09	581		
11130120	Tizi Wouliskou	tizi-wouliskou	MA		0	Africa/Casablanca	29.62287	-9.27797				09	581		
11130121	Anziydn	anziydn	MA		0	Africa/Casablanca	29.61753	-9.27006				09	581		
11130122	Touriyrt Iykhniyfn	touriyrt-iykhniyfn	MA		0	Africa/Casablanca	29.62111	-9.26492				09	581		
11130123	Amazr	amazr	MA		0	Africa/Casablanca	29.61201	-9.25531				09	581		
11130124	Agadir Wamazr	agadir-wamazr	MA		0	Africa/Casablanca	29.60399	-9.25801				09	581		
11130125	Aït Wachhal	ait-wachhal	MA		0	Africa/Casablanca	29.59684	-9.27887				09	581		
11130126	Agrdane	agrdane	MA		0	Africa/Casablanca	29.58999	-9.27462				09	581		
11130127	Kiynsa	kiynsa	MA		0	Africa/Casablanca	29.60026	-9.26651				09	581		
11130128	Idrmn	idrmn	MA		0	Africa/Casablanca	29.5935	-9.26595				09	581		
11130129	Igdi	igdi	MA		0	Africa/Casablanca	29.58826	-9.26516				09	581		
11130130	Aït Boujm’a	ait-boujm-a	MA		0	Africa/Casablanca	29.58619	-9.26045				09	581		
11130131	Toufrar	toufrar	MA		0	Africa/Casablanca	29.59124	-9.25466				09	581		
11130132	Tiymliyliyne	tiymliyliyne	MA		0	Africa/Casablanca	29.57266	-9.25788				09	581		
11130133	Aman Ousdrm	aman-ousdrm	MA		0	Africa/Casablanca	29.57753	-9.27453				09	581		
11130134	Ighzr Wankid	ighzr-wankid	MA		0	Africa/Casablanca	29.56777	-9.26247				09	581		
11130135	Aït al Hakm	ait-al-hakm	MA		0	Africa/Casablanca	29.54935	-9.27301				09	581		
11130136	Tiyfrmiyt	tiyfrmiyt	MA		0	Africa/Casablanca	29.53633	-9.28159				09	581		
11130137	Aït Iyghyt	ait-iyghyt	MA		0	Africa/Casablanca	29.54149	-9.28803				09	581		
11130138	Aït Najiym	ait-najiym	MA		0	Africa/Casablanca	29.51167	-9.2873				09	581		
11130139	Agni	agni	MA		0	Africa/Casablanca	29.5185	-9.28249				09	581		
11130140	Asdrm	asdrm	MA		0	Africa/Casablanca	29.5054	-9.28372				09	581		
11130141	Amdrous	amdrous	MA		0	Africa/Casablanca	29.55379	-9.28526				09	581		
11130143	Id Bouhnzi	id-bouhnzi	MA		0	Africa/Casablanca	29.67646	-9.47109				09	581		
11130144	Awrir	awrir	MA		0	Africa/Casablanca	29.6586	-9.49166				09	581		
11130145	Tagadiyrt	tagadiyrt	MA		0	Africa/Casablanca	29.68671	-9.41354				09	581		
11130146	Amddah	amddah	MA		0	Africa/Casablanca	29.59759	-9.25338				09	581		
11130147	Igr Wourgh	igr-wourgh	MA		0	Africa/Casablanca	29.50915	-9.25544				09	581		
11130148	Talat-n-Tizi	talat-n-tizi	MA		0	Africa/Casablanca	29.62874	-9.38838				09	581		
11130150	Amrah	amrah	MA		0	Africa/Casablanca	29.49811	-10.0286				10	473		
11130151	Tiguemmou	tiguemmou	MA		0	Africa/Casablanca	29.52011	-10.00215				10	473		
11130153	Sidi M’hamed	sidi-m-hamed	MA		0	Africa/Casablanca	29.54187	-10.00054				10	473		
11130154	Ed-Dahhak	ed-dahhak	MA		0	Africa/Casablanca	29.54825	-10.00122				10	473		
11130155	Tameguert n-Abayd	tameguert-n-abayd	MA		0	Africa/Casablanca	29.55525	-10.00962				10	473		
11130156	Timegrade	timegrade	MA		0	Africa/Casablanca	29.56562	-10.01686				10	473		
11130157	Metgayzine	metgayzine	MA		0	Africa/Casablanca	29.57355	-10.02561				10	473		
11130162	Tiratiyn	tiratiyn	MA		0	Africa/Casablanca	29.74444	-9.23437				09	581		
11130163	Awntl	awntl	MA		0	Africa/Casablanca	29.73266	-9.24194				09	581		
11130164	Aflla Ougni	aflla-ougni	MA		0	Africa/Casablanca	29.71915	-9.2387				09	581		
11130165	Agni	agni	MA		0	Africa/Casablanca	29.71675	-9.24561				09	581		
11130166	Tiz Ighchcham	tiz-ighchcham	MA		0	Africa/Casablanca	29.72991	-9.22703				09	581		
11130167	Tinghriyt	tinghriyt	MA		0	Africa/Casablanca	29.73934	-9.22124				09	581		
11130168	Ighir Ou Drar	ighir-ou-drar	MA		0	Africa/Casablanca	29.73257	-9.21038				09	581		
11130169	Ad Douwwa’t	ad-douwwa-t	MA		0	Africa/Casablanca	29.72917	-9.19624				09	163		
11130170	Biychadrane	biychadrane	MA		0	Africa/Casablanca	29.72016	-9.20042				09	581		
11130171	Aït Ou ’Bayd	ait-ou-bayd	MA		0	Africa/Casablanca	29.72415	-9.21656				09	581		
11130172	Tamra	tamra	MA		0	Africa/Casablanca	29.7175	-9.21836				09	581		
11130173	Tizi Ounbad	tizi-ounbad	MA		0	Africa/Casablanca	29.7119	-9.22063				09	581		
11130174	Aït Mous	ait-mous	MA		0	Africa/Casablanca	29.71099	-9.22765				09	581		
11130175	Ikhrrado	ikhrrado	MA		0	Africa/Casablanca	29.70836	-9.23087				09	581		
11130176	Tindouf	tindouf	MA		0	Africa/Casablanca	29.704	-9.23424				09	581		
11130177	Touyyilt	touyyilt	MA		0	Africa/Casablanca	29.7056	-9.24055				09	581		
11130178	Tizi Wagchar	tizi-wagchar	MA		0	Africa/Casablanca	29.69826	-9.22096				09	581		
11130179	Isk Ourb	isk-ourb	MA		0	Africa/Casablanca	29.70359	-9.2148				09	581		
11130180	Ighillane	ighillane	MA		0	Africa/Casablanca	29.70098	-9.20656				09	581		
11130181	Talat Wamane	talat-wamane	MA		0	Africa/Casablanca	29.69886	-9.19873				09	581		
11130182	Tourirt Iqariydn	tourirt-iqariydn	MA		0	Africa/Casablanca	29.69651	-9.20274				09	581		
11130183	Afantmoul	afantmoul	MA		0	Africa/Casablanca	29.69545	-9.19469				09	581		
11130184	Iza’nane	iza-nane	MA		0	Africa/Casablanca	29.68922	-9.23475				09	581		
11130185	Tiroukt	tiroukt	MA		0	Africa/Casablanca	29.66845	-9.24666				09	581		
11130186	Imi-n-tnis	imi-n-tnis	MA		0	Africa/Casablanca	29.67371	-9.23643				09	581		
11130187	Ighiyl Iwrzadn	ighiyl-iwrzadn	MA		0	Africa/Casablanca	29.67843	-9.22289				09	581		
11130188	Agni Iyklfane	agni-iyklfane	MA		0	Africa/Casablanca	29.66543	-9.18373				09	581		
11130189	Antiyf	antiyf	MA		0	Africa/Casablanca	29.66398	-9.21261				09	581		
11130190	Agni Izounkad	agni-izounkad	MA		0	Africa/Casablanca	29.65645	-9.21574				09	581		
11130191	Dar Al Mouloud	dar-al-mouloud	MA		0	Africa/Casablanca	29.65231	-9.2284				09	581		
11130192	Ansa	ansa	MA		0	Africa/Casablanca	29.65477	-9.24686				09	581		
11130193	Talat Ougn	talat-ougn	MA		0	Africa/Casablanca	29.63951	-9.23834				09	581		
11130195	Tafnkrakt	tafnkrakt	MA		0	Africa/Casablanca	29.64112	-9.19044				09	581		
11130196	Ahgral	ahgral	MA		0	Africa/Casablanca	29.64364	-9.18086				09	581		
11130197	Souq Khmis-n-Tafrawt Al Mouloud	souq-khmis-n-tafrawt-al-mouloud	MA		0	Africa/Casablanca	29.63713	-9.24546				09	581		
11130198	Aït Washkiyn	ait-washkiyn	MA		0	Africa/Casablanca	29.63202	-9.23337				09	581		
11130199	Taziymant	taziymant	MA		0	Africa/Casablanca	29.62134	-9.24865		Taziymant,Tiyzniyt		09	581		
11130200	Alma	alma	MA		0	Africa/Casablanca	29.63032	-9.20293				09	581		
11130201	Igrane	igrane	MA		0	Africa/Casablanca	29.6104	-9.23675				09	581		
11130202	Tizi Iyzm	tizi-iyzm	MA		0	Africa/Casablanca	29.60364	-9.23209				09	581		
11130203	Agard	agard	MA		0	Africa/Casablanca	29.58791	-9.24166				09	581		
11130205	Aït Moulay	ait-moulay	MA		0	Africa/Casablanca	29.58122	-9.21669				09	581		
11130206	Anammr Wassif	anammr-wassif	MA		0	Africa/Casablanca	29.57545	-9.21246				09	581		
11130207	Aït Warhmane	ait-warhmane	MA		0	Africa/Casablanca	29.57862	-9.21119				09	581		
11130208	Imi-n-Tanat	imi-n-tanat	MA		0	Africa/Casablanca	29.57013	-9.21958				09	581		
11130209	Igoussaln	igoussaln	MA		0	Africa/Casablanca	29.57745	-9.20341				09	581		
11130210	Aït Al’rba	ait-al-rba	MA		0	Africa/Casablanca	29.58037	-9.19959				09	581		
11130211	Tagant Ougdiyd	tagant-ougdiyd	MA		0	Africa/Casablanca	29.58483	-9.19901				09	581		
11130212	Tawriyrt Wazlghiwn	tawriyrt-wazlghiwn	MA		0	Africa/Casablanca	29.58933	-9.18971				09	581		
11130213	Dou Tglza	dou-tglza	MA		0	Africa/Casablanca	29.59499	-9.19008				09	581		
11130214	Touriyrt Ou’ Abd Al Oadr	touriyrt-ou-abd-al-oadr	MA		0	Africa/Casablanca	29.56298	-9.21486				09	581		
11130215	Igri Iyhalliywn	igri-iyhalliywn	MA		0	Africa/Casablanca	29.55809	-9.21418				09	581		
11130216	Aït Al ’Sri	ait-al-sri	MA		0	Africa/Casablanca	29.55511	-9.21061				09	581		
11130218	Tiyq	tiyq	MA		0	Africa/Casablanca	29.56173	-9.20287				09	581		
11130219	Anammr Ouliyli	anammr-ouliyli	MA		0	Africa/Casablanca	29.54422	-9.23094				09	581		
11130220	Touriyrt	touriyrt	MA		0	Africa/Casablanca	29.54276	-9.22055				09	581		
11130221	Tizi Oudq	tizi-oudq	MA		0	Africa/Casablanca	29.54488	-9.21068				09	581		
11130222	Aït ’Dya	ait-dya	MA		0	Africa/Casablanca	29.53911	-9.21274				09	581		
11130223	Amalou	amalou	MA		0	Africa/Casablanca	29.53767	-9.21778				09	581		
11130224	Aït ’Ddi ou Ms ’oud	ait-ddi-ou-ms-oud	MA		0	Africa/Casablanca	29.53435	-9.23593				09	581		
11130225	Aflla Ouliyli	aflla-ouliyli	MA		0	Africa/Casablanca	29.53207	-9.22978				09	581		
11130227	Aït Ali Ou’z	ait-ali-ou-z	MA		0	Africa/Casablanca	29.52161	-9.20761				09	581		
11130228	Taddariyn	taddariyn	MA		0	Africa/Casablanca	29.5241	-9.19491				09	581		
11130231	Tagdiycht	tagdiycht	MA		0	Africa/Casablanca	29.50219	-9.20341				09	581		
11130232	Iguiyliyz	iguiyliyz	MA		0	Africa/Casablanca	29.50604	-9.19214				09	581		
11130233	Aït at Talb	ait-at-talb	MA		0	Africa/Casablanca	29.50918	-9.19645				09	581		
11130234	Aït Al Kaml	ait-al-kaml	MA		0	Africa/Casablanca	29.49861	-9.1904				09	581		
11130235	Tanout-n-Aït Oumghaz	tanout-n-ait-oumghaz	MA		0	Africa/Casablanca	29.51368	-9.18384				09	581		
11130236	Anammr-n-Touni	anammr-n-touni	MA		0	Africa/Casablanca	29.52178	-9.1751				09	581		
11130237	Amalous Srg	amalous-srg	MA		0	Africa/Casablanca	29.50651	-9.16236				09	581		
11130238	Al Khamiys-n-Aït Wafqa	al-khamiys-n-ait-wafqa	MA		0	Africa/Casablanca	29.50473	-9.14811				09	581		
11130240	Aghrrabou	aghrrabou	MA		0	Africa/Casablanca	29.4982	-9.13651				09	581		
11130241	Assa-n-tawyirt	assa-n-tawyirt	MA		0	Africa/Casablanca	29.53518	-9.16247				09	581		
11130242	Agni Iygdmane	agni-iygdmane	MA		0	Africa/Casablanca	29.54483	-9.13241				09	581		
11130243	Imoula	imoula	MA		0	Africa/Casablanca	29.56875	-9.12317				09	581		
11130244	Tizi Ousld	tizi-ousld	MA		0	Africa/Casablanca	29.58338	-9.16609				09	581		
11130245	Igr-n-Aït ’Bdas	igr-n-ait-bdas	MA		0	Africa/Casablanca	29.59226	-9.15813				09	581		
11130246	Tawriyrt Iymgharn	tawriyrt-iymgharn	MA		0	Africa/Casablanca	29.61476	-9.18034				09	581		
11130247	Tiymkhca	tiymkhca	MA		0	Africa/Casablanca	29.6181	-9.16991				09	581		
11130248	Taghaliymt	taghaliymt	MA		0	Africa/Casablanca	29.6137	-9.15851				09	581		
11130249	Ighaln-n-Aït ’Abbas	ighaln-n-ait-abbas	MA		0	Africa/Casablanca	29.60584	-9.13766				09	581		
11130250	Agni-ou-ouchchane	agni-ou-ouchchane	MA		0	Africa/Casablanca	29.60851	-9.19064				09	581		
11130252	Aït Yiyliyne	ait-yiyliyne	MA		0	Africa/Casablanca	29.59395	-9.18648				09	581		
11130253	Isli Al Had	isli-al-had	MA		0	Africa/Casablanca	29.61942	-9.18238				09	581		
11130255	Tiydli Iymziyln	tiydli-iymziyln	MA		0	Africa/Casablanca	29.62757	-9.18234				09	581		
11130256	Awghiyghiyt	awghiyghiyt	MA		0	Africa/Casablanca	29.62316	-9.15218				09	581		
11130257	Fli	fli	MA		0	Africa/Casablanca	29.64065	-9.14362				09	581		
11130258	Tazmmourt	tazmmourt	MA		0	Africa/Casablanca	29.6651	-9.1483				09	581		
11130259	Aït ’Blla	ait-blla	MA		0	Africa/Casablanca	29.66403	-9.15002				09	581		
11130260	Ait Iy’zza	ait-iy-zza	MA		0	Africa/Casablanca	29.66452	-9.15716				09	581		
11130261	Ahndour	ahndour	MA		0	Africa/Casablanca	29.69921	-9.14822				09	581		
11130262	Aït Wadar	ait-wadar	MA		0	Africa/Casablanca	29.69789	-9.18768				09	581		
11130264	Boughilas	boughilas	MA		0	Africa/Casablanca	29.70122	-9.17668				09	581		
11130265	Tidintl	tidintl	MA		0	Africa/Casablanca	29.7076	-9.17828				09	581		
11130266	Alili	alili	MA		0	Africa/Casablanca	29.70931	-9.18263				09	581		
11130268	Aït Mout Ou’l	ait-mout-ou-l	MA		0	Africa/Casablanca	29.71996	-9.18383				09	581		
11130269	Tamarwoul	tamarwoul	MA		0	Africa/Casablanca	29.7237	-9.17562				09	163		
11130270	Tiwrar	tiwrar	MA		0	Africa/Casablanca	29.73214	-9.17738				09	163		
11130271	Amaghouz	amaghouz	MA		0	Africa/Casablanca	29.73134	-9.16474				09	163		
11130272	Touriyrtane	touriyrtane	MA		0	Africa/Casablanca	29.73067	-9.1583				09	163		
11130273	Dar Tanout	dar-tanout	MA		0	Africa/Casablanca	29.72678	-9.14287				09	163		
11130276	Mrouwa	mrouwa	MA		0	Africa/Casablanca	29.74615	-9.11702				09	163		
11130277	Tissoura	tissoura	MA		0	Africa/Casablanca	29.73887	-9.11712				09	163		
11130278	Ighirm	ighirm	MA		0	Africa/Casablanca	29.73423	-9.12283				09	163		
11130279	Tignatine	tignatine	MA		0	Africa/Casablanca	29.72488	-9.12764				09	163		
11130280	Toummadiyn	toummadiyn	MA		0	Africa/Casablanca	29.73266	-9.10854				09	163		
11130281	Ighil	ighil	MA		0	Africa/Casablanca	29.73855	-9.10684				09	163		
11130282	Tiyzziyrn	tiyzziyrn	MA		0	Africa/Casablanca	29.74457	-9.08507				09	581		
11130283	Tiyliylane	tiyliylane	MA		0	Africa/Casablanca	29.7419	-9.08934				09	581		
11130284	Tanffiyt	tanffiyt	MA		0	Africa/Casablanca	29.73477	-9.07876				09	581		
11130286	Agni	agni	MA		0	Africa/Casablanca	29.72516	-9.07611				09	581		
11130287	Anzg	anzg	MA		0	Africa/Casablanca	29.72361	-9.10212				09	163		
11130288	Imi-n-Tmlalt	imi-n-tmlalt	MA		0	Africa/Casablanca	29.70987	-9.12912				09	163		
11130289	Agni Zgzawn	agni-zgzawn	MA		0	Africa/Casablanca	29.70818	-9.08841				09	581		
11130290	Tagdiycht	tagdiycht	MA		0	Africa/Casablanca	29.70738	-9.07513				09	581		
11130291	Tiyrmtmat	tiyrmtmat	MA		0	Africa/Casablanca	29.69113	-9.09387				09	581		
11130292	Tiyrgalt	tiyrgalt	MA		0	Africa/Casablanca	29.66624	-9.10358				09	581		
11130294	Had-n-Tahala	had-n-tahala	MA		0	Africa/Casablanca	29.64044	-9.09302				09	581		
11130295	Anghar	anghar	MA		0	Africa/Casablanca	29.63041	-9.11414				09	581		
11130296	Imiywanghar	imiywanghar	MA		0	Africa/Casablanca	29.62981	-9.10637				09	581		
11130297	Tagniyt	tagniyt	MA		0	Africa/Casablanca	29.62521	-9.1027				09	581		
11130298	Adrar Oussoul	adrar-oussoul	MA		0	Africa/Casablanca	29.62358	-9.10373				09	581		
11130299	Assaka	assaka	MA		0	Africa/Casablanca	29.61711	-9.08541				09	581		
11130301	Tassiyla	tassiyla	MA		0	Africa/Casablanca	29.54327	-9.07874				09	581		
11130303	Agni Dyyane	agni-dyyane	MA		0	Africa/Casablanca	29.52202	-9.08923				09	581		
11130304	Toukkal	toukkal	MA		0	Africa/Casablanca	29.5159	-9.09755				09	581		
11130307	Tizi Oumanouz	tizi-oumanouz	MA		0	Africa/Casablanca	29.52737	-9.00596				09	581		
11130309	Awgmout	awgmout	MA		0	Africa/Casablanca	29.53839	-9.01225				09	581		
11130310	Azmmour	azmmour	MA		0	Africa/Casablanca	29.55219	-9.02031				09	581		
11130311	Agadir Woul	agadir-woul	MA		0	Africa/Casablanca	29.55904	-9.02921				09	581		
11130312	Tiyyiyrgh	tiyyiyrgh	MA		0	Africa/Casablanca	29.55057	-9.00623				09	581		
11130314	Awgdal	awgdal	MA		0	Africa/Casablanca	29.57117	-9.02754				09	581		
11130315	Al Itnine Amanouz	al-itnine-amanouz	MA		0	Africa/Casablanca	29.57534	-9.0232				09	581		
11130316	Ikhrrazn	ikhrrazn	MA		0	Africa/Casablanca	29.58129	-9.02745				09	581		
11130317	Afra	afra	MA		0	Africa/Casablanca	29.56104	-9.05223				09	581		
11130318	Azrou Yiykhc	azrou-yiykhc	MA		0	Africa/Casablanca	29.60262	-9.04395				09	581		
11130319	Aflla Wawala	aflla-wawala	MA		0	Africa/Casablanca	29.60982	-9.00554				09	581		
11130320	Awala	awala	MA		0	Africa/Casablanca	29.61258	-9.0128				09	581		
11130321	Taffagmat	taffagmat	MA		0	Africa/Casablanca	29.62692	-9.02734				09	581		
11130322	Ahsayn	ahsayn	MA		0	Africa/Casablanca	29.633	-9.04752				09	581		
11130323	Dou Tlzought	dou-tlzought	MA		0	Africa/Casablanca	29.67431	-9.00561				09	581		
11130325	Aday	aday	MA		0	Africa/Casablanca	29.70328	-9.00311				09	581		
11130326	Tagnza	tagnza	MA		0	Africa/Casablanca	29.72083	-9.04567				09	581		
11130327	Tiyyitsk	tiyyitsk	MA		0	Africa/Casablanca	29.73315	-9.02889				09	581		
11130328	Aït At Talb	ait-at-talb	MA		0	Africa/Casablanca	29.74454	-9.04291				09	581		
11130329	Aït Ms’oud	ait-ms-oud	MA		0	Africa/Casablanca	29.742	-9.03968				09	581		
11130330	Tawrirt	tawrirt	MA		0	Africa/Casablanca	29.71964	-9.07522				09	581		
11130331	Ourtane	ourtane	MA		0	Africa/Casablanca	29.70134	-9.0659				09	581		
11130333	Azour Ouzr	azour-ouzr	MA		0	Africa/Casablanca	29.55094	-9.18697				09	581		
11130334	Tiymzguid-n-aït Iyriygh	tiymzguid-n-ait-iyriygh	MA		0	Africa/Casablanca	29.6373	-9.08027				09	581		
11130335	Tiywdiyd	tiywdiyd	MA		0	Africa/Casablanca	29.71341	-9.04871				09	581		
11130336	Ad Doutizi	ad-doutizi	MA		0	Africa/Casablanca	29.68295	-9.24887				09	581		
11130337	Igulz	igulz	MA		0	Africa/Casablanca	29.74843	-9.04116				09	581		
11130338	Tinniyt	tinniyt	MA		0	Africa/Casablanca	29.74943	-9.22176				09	581		
11130339	Igr-n-Srghiyne	igr-n-srghiyne	MA		0	Africa/Casablanca	29.74876	-9.23108				09	581		
11130341	Bou Izakarn	bou-izakarn	MA		0	Africa/Casablanca	29.98003	-9.42572				09	163		
11130343	Bou Tebt	bou-tebt	MA		0	Africa/Casablanca	29.97995	-9.40183				09	163		
11130344	Imraouhin	imraouhin	MA		0	Africa/Casablanca	29.97325	-9.39341				09	163		
11130345	Ida Ou I’ssi	ida-ou-i-ssi	MA		0	Africa/Casablanca	29.97068	-9.38186				09	163		
11130346	Imi n’Tamzine	imi-n-tamzine	MA		0	Africa/Casablanca	29.96392	-9.38545				09	163		
11130347	Tazniqt	tazniqt	MA		0	Africa/Casablanca	29.96451	-9.43875				09	163		
11130348	Aït Izza ou Ahmed	ait-izza-ou-ahmed	MA		0	Africa/Casablanca	29.95717	-9.42302				09	163		
11130349	Imraouhine	imraouhine	MA		0	Africa/Casablanca	29.95399	-9.40032				09	163		
11130351	Aït Ouknari	ait-ouknari	MA		0	Africa/Casablanca	29.94926	-9.39575				09	163		
11130352	Ighir Mellouln	ighir-mellouln	MA		0	Africa/Casablanca	29.95057	-9.41536				09	163		
11130353	Aït Merzoug	ait-merzoug	MA		0	Africa/Casablanca	29.9504	-9.42662				09	163		
11130354	Aït ou Manouz n’Tagout	ait-ou-manouz-n-tagout	MA		0	Africa/Casablanca	29.952	-9.44787				09	163		
11130355	Aït Ben Yidir	ait-ben-yidir	MA		0	Africa/Casablanca	29.94495	-9.4639				09	163		
11130356	Toul’ Asri	toul-asri	MA		0	Africa/Casablanca	29.92156	-9.47628				09	163		
11130357	Agdal	agdal	MA		0	Africa/Casablanca	29.90944	-9.45406				09	163		
11130358	Aït Aïssa	ait-aissa	MA		0	Africa/Casablanca	29.93626	-9.39659				09	163		
11130359	Tigrar	tigrar	MA		0	Africa/Casablanca	29.92041	-9.38359				09	163		
11130360	Ibouzarn	ibouzarn	MA		0	Africa/Casablanca	29.91041	-9.38947				09	163		
11130361	Bi Ouaissi	bi-ouaissi	MA		0	Africa/Casablanca	29.90092	-9.3981				09	163		
11130362	Aït Goudirne	ait-goudirne	MA		0	Africa/Casablanca	29.894	-9.42273				09	163		
11130363	Kasbat Iguiferd	kasbat-iguiferd	MA		0	Africa/Casablanca	29.87759	-9.43054				09	163		
11130364	Amzawrou	amzawrou	MA		0	Africa/Casablanca	29.88128	-9.38999				09	163		
11130365	Boussay	boussay	MA		0	Africa/Casablanca	29.87223	-9.38664				09	163		
11130366	Houara	houara	MA		0	Africa/Casablanca	29.8671	-9.39179				09	163		
11130367	Azrou n’Aït I’zza ou Yassine	azrou-n-ait-i-zza-ou-yassine	MA		0	Africa/Casablanca	29.86922	-9.49286				09	581		
11130368	Tagadirt Boukoura	tagadirt-boukoura	MA		0	Africa/Casablanca	29.85605	-9.45238				09	581		
11130369	Izalimn	izalimn	MA		0	Africa/Casablanca	29.86833	-9.42415				09	163		
11130370	Ibourine	ibourine	MA		0	Africa/Casablanca	29.85787	-9.41059				09	163		
11130372	Tabidante	tabidante	MA		0	Africa/Casablanca	29.8059	-9.46436				09	581		
11130373	Ifghel	ifghel	MA		0	Africa/Casablanca	29.82172	-9.44402				09	581		
11130375	Izerguine	izerguine	MA		0	Africa/Casablanca	29.83803	-9.4611				09	581		
11130377	Taghzout Lejdid	taghzout-lejdid	MA		0	Africa/Casablanca	29.806	-9.41884				09	581		
11130381	Tifaddine	tifaddine	MA		0	Africa/Casablanca	29.76009	-9.42591				09	581		
11130384	Azioui	azioui	MA		0	Africa/Casablanca	29.76766	-9.40111				09	581		
11130385	Bou M’gaz	bou-m-gaz	MA		0	Africa/Casablanca	29.76902	-9.38689				09	581		
11130386	Afayane	afayane	MA		0	Africa/Casablanca	29.7904	-9.38371				09	581		
11130387	Tourouna	tourouna	MA		0	Africa/Casablanca	29.7565	-9.3683				09	581		
11130388	Tidli	tidli	MA		0	Africa/Casablanca	29.78023	-9.37131				09	581		
11130393	Ighallene	ighallene	MA		0	Africa/Casablanca	29.79034	-9.33532				09	581		
11130395	Agouni n’Tilghaghas	agouni-n-tilghaghas	MA		0	Africa/Casablanca	29.7785	-9.34087				09	581		
11130396	Tizeggorine	tizeggorine	MA		0	Africa/Casablanca	29.7714	-9.32841				09	581		
11130398	Agadir Ouguejgal	agadir-ouguejgal	MA		0	Africa/Casablanca	29.75925	-9.29662				09	581		
11130399	Agadir n’Moulil	agadir-n-moulil	MA		0	Africa/Casablanca	29.76673	-9.29226				09	581		
11130400	Anemis	anemis	MA		0	Africa/Casablanca	29.77775	-9.2949				09	581		
11130402	Foualous	foualous	MA		0	Africa/Casablanca	29.77397	-9.31301				09	581		
11130403	Tourirt	tourirt	MA		0	Africa/Casablanca	29.77749	-9.30211				09	581		
11130405	Aguerd N’driss	aguerd-n-driss	MA		0	Africa/Casablanca	29.78546	-9.30987				09	581		
11130406	Aït Moussa ou Hammou	ait-moussa-ou-hammou	MA		0	Africa/Casablanca	29.7974	-9.32807				09	581		
11130408	Azrou n’Imezgou	azrou-n-imezgou	MA		0	Africa/Casablanca	29.78859	-9.26001				09	581		
11130409	Tilougat	tilougat	MA		0	Africa/Casablanca	29.80345	-9.34122				09	581		
11130410	Tougoumane	tougoumane	MA		0	Africa/Casablanca	29.80371	-9.30558				09	581		
11130411	Tigoudi	tigoudi	MA		0	Africa/Casablanca	29.80768	-9.28644				09	163		
11130412	Ifars	ifars	MA		0	Africa/Casablanca	29.7706	-9.35629				09	581		
11130413	Aït ou Fqqir	ait-ou-fqqir	MA		0	Africa/Casablanca	29.81289	-9.37738				09	581		
11130414	Aït ou Guerd	ait-ou-guerd	MA		0	Africa/Casablanca	29.83022	-9.36386				09	581		
11130415	Ikerroum	ikerroum	MA		0	Africa/Casablanca	29.83633	-9.35556				09	163		
11130417	Aït Takarch	ait-takarch	MA		0	Africa/Casablanca	29.84497	-9.35619				09	163		
11130418	Iherkass	iherkass	MA		0	Africa/Casablanca	29.85657	-9.35789				09	163		
11130422	Tioudeq	tioudeq	MA		0	Africa/Casablanca	29.81178	-9.3033				09	163		
11130426	Taghtine	taghtine	MA		0	Africa/Casablanca	29.82929	-9.31655				09	163		
11130427	Lamnaiz	lamnaiz	MA		0	Africa/Casablanca	29.84472	-9.3108				09	163		
11130429	Amegdoul	amegdoul	MA		0	Africa/Casablanca	29.84703	-9.28541				09	163		
11130430	Fighil	fighil	MA		0	Africa/Casablanca	29.81803	-9.27805				09	163		
11130432	Aït Hammou ou Moussa	ait-hammou-ou-moussa	MA		0	Africa/Casablanca	29.84984	-9.25919				09	163		
11130434	Agadir Ikhsayn	agadir-ikhsayn	MA		0	Africa/Casablanca	29.86747	-9.29935				09	163		
11130436	Ifeghlal	ifeghlal	MA		0	Africa/Casablanca	29.8778	-9.27336				09	163		
11130437	Aït ou Moussa	ait-ou-moussa	MA		0	Africa/Casablanca	29.88666	-9.26481				09	163		
11130439	Aït Bou Said	ait-bou-said	MA		0	Africa/Casablanca	29.89231	-9.27894				09	163		
11130440	Tighoula	tighoula	MA		0	Africa/Casablanca	29.89597	-9.29344				09	163		
11130441	Irsmoukene	irsmoukene	MA		0	Africa/Casablanca	29.86577	-9.34367				09	163		
11130443	Aït Ibourk	ait-ibourk	MA		0	Africa/Casablanca	29.89862	-9.26828				09	163		
11130445	Aït Bidene	ait-bidene	MA		0	Africa/Casablanca	29.9138	-9.35926				09	163		
11130446	El Mers	el-mers	MA		0	Africa/Casablanca	29.93723	-9.37278				09	163		
11130447	Aït ou Manouz Leqbelt	ait-ou-manouz-leqbelt	MA		0	Africa/Casablanca	29.95069	-9.36694				09	163		
11130449	Touzamene	touzamene	MA		0	Africa/Casablanca	29.93189	-9.34684				09	163		
11130450	Tazamane	tazamane	MA		0	Africa/Casablanca	29.92589	-9.33944				09	163		
11130452	Assanou	assanou	MA		0	Africa/Casablanca	29.91774	-9.30549				09	163		
11130454	Aït Slimane	ait-slimane	MA		0	Africa/Casablanca	29.92943	-9.29936				09	163		
11130455	Laqçebt	laqcebt	MA		0	Africa/Casablanca	29.93211	-9.29119				09	163		
11130456	Aghigha	aghigha	MA		0	Africa/Casablanca	29.93508	-9.27728				09	163		
11130457	Aït Tamert	ait-tamert	MA		0	Africa/Casablanca	29.93913	-9.30275				09	163		
11130458	Aït Mirt	ait-mirt	MA		0	Africa/Casablanca	29.94958	-9.2988				09	163		
11130459	Ahandour	ahandour	MA		0	Africa/Casablanca	29.95228	-9.27423				09	163		
11130460	Imi ou Gni	imi-ou-gni	MA		0	Africa/Casablanca	29.93842	-9.26722				09	163		
11130461	Azberg	azberg	MA		0	Africa/Casablanca	29.91827	-9.26458				09	163		
11130462	Tazoult La’moud	tazoult-la-moud	MA		0	Africa/Casablanca	29.96933	-9.25306				09	163		
11130463	Timzguit La’moud	timzguit-la-moud	MA		0	Africa/Casablanca	29.9632	-9.26654				09	163		
11130465	Tigunatine Issouabene	tigunatine-issouabene	MA		0	Africa/Casablanca	29.97096	-9.29187				09	163		
11130466	Aït M’berek	ait-m-berek	MA		0	Africa/Casablanca	29.97366	-9.26959				09	163		
11130467	Tourirt	tourirt	MA		0	Africa/Casablanca	29.98209	-9.2635				09	163		
11130468	Aït Ahmed ou Abdellah	ait-ahmed-ou-abdellah	MA		0	Africa/Casablanca	29.98743	-9.27638				09	163		
11130469	Kenfet	kenfet	MA		0	Africa/Casablanca	29.99269	-9.28942				09	163		
11130470	Aït Taoul	ait-taoul	MA		0	Africa/Casablanca	29.98473	-9.31442				09	163		
11130471	Moktar	moktar	MA		0	Africa/Casablanca	29.98349	-9.34225				09	163		
11130474	Ou Irgui	ou-irgui	MA		0	Africa/Casablanca	29.95403	-9.34853				09	163		
11130475	Tamjlajte	tamjlajte	MA		0	Africa/Casablanca	29.96855	-9.34982				09	163		
11130477	Boulbaroud	boulbaroud	MA		0	Africa/Casablanca	29.96831	-9.32257				09	163		
11130478	Bou Haddou	bou-haddou	MA		0	Africa/Casablanca	29.9737	-9.30283				09	163		
11130479	Souq Tlatat Ida ou L’issi	souq-tlatat-ida-ou-l-issi	MA		0	Africa/Casablanca	29.99162	-9.37436				09	163		
11130487	Tagadirt	tagadirt	MA		0	Africa/Casablanca	29.99263	-9.20836				09	163		
11130488	Agard	agard	MA		0	Africa/Casablanca	29.94086	-9.22748				09	163		
11130489	Aït Oudad	ait-oudad	MA		0	Africa/Casablanca	29.9359	-9.21767				09	163		
11130490	Tagragra	tagragra	MA		0	Africa/Casablanca	29.90142	-9.23046				09	163		
11130491	Anzgart	anzgart	MA		0	Africa/Casablanca	29.87651	-9.22355				09	163		
11130492	Tazkka	tazkka	MA		0	Africa/Casablanca	29.83039	-9.20652				09	163		
11130494	Azkka	azkka	MA		0	Africa/Casablanca	29.83149	-9.2126				09	163		
11130495	Taganza	taganza	MA		0	Africa/Casablanca	29.83359	-9.23746				09	163		
11130496	Aganza	aganza	MA		0	Africa/Casablanca	29.9456	-9.219				09	163		
11130497	Agard	agard	MA		0	Africa/Casablanca	29.78025	-9.18356				09	163		
11130498	Jboughradn	jboughradn	MA		0	Africa/Casablanca	29.789	-9.16472				09	163		
11130499	Aït Al Ghaz	ait-al-ghaz	MA		0	Africa/Casablanca	29.77861	-9.1609				09	163		
11130501	Assoul	assoul	MA		0	Africa/Casablanca	29.85591	-9.1703				09	163		
11130502	Aït Waghzane	ait-waghzane	MA		0	Africa/Casablanca	29.96325	-9.14961				09	163		
11130503	Imghras	imghras	MA		0	Africa/Casablanca	29.99122	-9.11635				09	163		
11130505	Agard	agard	MA		0	Africa/Casablanca	29.98216	-9.1681				09	163		
11130506	Tagdiycht	tagdiycht	MA		0	Africa/Casablanca	29.94633	-9.09174				09	163		
11130507	Tagadirt	tagadirt	MA		0	Africa/Casablanca	29.95034	-9.1162				09	163		
11130508	Agard Oulm	agard-oulm	MA		0	Africa/Casablanca	29.85887	-9.10629				09	163		
11130509	Agadiyr Ouzour	agadiyr-ouzour	MA		0	Africa/Casablanca	29.86726	-9.23611				09	163		
11130510	Tagdiycht	tagdiycht	MA		0	Africa/Casablanca	29.85406	-9.03837				09	163		
11130511	Timgrad	timgrad	MA		0	Africa/Casablanca	29.97484	-9.05361				09	163		
11130512	Tasguint	tasguint	MA		0	Africa/Casablanca	29.90662	-9.02166				09	163		
11130513	Timgar	timgar	MA		0	Africa/Casablanca	29.99536	-9.23407				09	163		
11130514	Tagdiycht	tagdiycht	MA		0	Africa/Casablanca	29.78526	-9.00881				09	581		
11130515	Aït At Talb	ait-at-talb	MA		0	Africa/Casablanca	29.92978	-9.21345				09	163		
11130516	Touriyrt	touriyrt	MA		0	Africa/Casablanca	29.90504	-9.22958				09	163		
11130517	Asghirkiys	asghirkiys	MA		0	Africa/Casablanca	29.82363	-9.20098				09	163		
11130518	Anamr	anamr	MA		0	Africa/Casablanca	29.92134	-9.09125				09	163		
11130519	Asghrkiys	asghrkiys	MA		0	Africa/Casablanca	29.89146	-9.02116				09	163		
11130520	Anamr	anamr	MA		0	Africa/Casablanca	29.7611	-9.02865				09	581		
11130521	Aniyrgui	aniyrgui	MA		0	Africa/Casablanca	29.99683	-9.22372				09	163		
11130522	Ait Al Moudn	ait-al-moudn	MA		0	Africa/Casablanca	29.99455	-9.219				09	163		
11130523	Aït Ibourk	ait-ibourk	MA		0	Africa/Casablanca	29.99211	-9.20139				09	163		
11130524	Aït Wou’ Addi	ait-wou-addi	MA		0	Africa/Casablanca	29.99566	-9.19982				09	163		
11130525	Souq Tnine-n-Aït Wadriym	souq-tnine-n-ait-wadriym	MA		0	Africa/Casablanca	29.98843	-9.24407				09	163		
11130527	Adad Ifradn	adad-ifradn	MA		0	Africa/Casablanca	29.97414	-9.22918				09	163		
11130528	Amagour	amagour	MA		0	Africa/Casablanca	29.96841	-9.23156				09	163		
11130529	Agard-n-Saf	agard-n-saf	MA		0	Africa/Casablanca	29.9694	-9.21855				09	163		
11130530	Dou Tanout	dou-tanout	MA		0	Africa/Casablanca	29.96875	-9.20748				09	163		
11130531	Ighil Ihmane	ighil-ihmane	MA		0	Africa/Casablanca	29.97384	-9.20019				09	163		
11130532	Agard Isgane	agard-isgane	MA		0	Africa/Casablanca	29.97906	-9.20958				09	163		
11130533	Azantou	azantou	MA		0	Africa/Casablanca	29.98235	-9.21737				09	163		
11130534	Aït Ihi	ait-ihi	MA		0	Africa/Casablanca	29.986	-9.20804				09	163		
11130535	Aït Al Hous	ait-al-hous	MA		0	Africa/Casablanca	29.9857	-9.19688				09	163		
11130536	Touriyrt Ou Hsayn	touriyrt-ou-hsayn	MA		0	Africa/Casablanca	29.98297	-9.19832				09	163		
11130537	Aït At Talb Mas’oud	ait-at-talb-mas-oud	MA		0	Africa/Casablanca	29.96769	-9.20027				09	163		
11130538	Ighir-n-Tourirt	ighir-n-tourirt	MA		0	Africa/Casablanca	29.96265	-9.22392				09	163		
11130539	Dar Lhri	dar-lhri	MA		0	Africa/Casablanca	29.95672	-9.22387				09	163		
11130540	Tagadiyrt-n-Hammou	tagadiyrt-n-hammou	MA		0	Africa/Casablanca	29.96496	-9.21216				09	163		
11130541	Isfariyne	isfariyne	MA		0	Africa/Casablanca	29.96196	-9.20388				09	163		
11130543	Ikhiyadn	ikhiyadn	MA		0	Africa/Casablanca	29.96633	-9.18334				09	163		
11130544	Icfarn	icfarn	MA		0	Africa/Casablanca	29.96057	-9.18673				09	163		
11130545	Ighir Ou Hanou	ighir-ou-hanou	MA		0	Africa/Casablanca	29.95641	-9.199				09	163		
11130546	Tazkka Walous	tazkka-walous	MA		0	Africa/Casablanca	29.94915	-9.191				09	163		
11130547	Waghrara	waghrara	MA		0	Africa/Casablanca	29.94232	-9.19707				09	163		
11130548	Aït Hsayn	ait-hsayn	MA		0	Africa/Casablanca	29.94397	-9.20812				09	163		
11130549	Takatart	takatart	MA		0	Africa/Casablanca	29.94529	-9.21179				09	163		
11130550	Aït ’Abdalhaq	ait-abdalhaq	MA		0	Africa/Casablanca	29.94464	-9.22692				09	163		
11130552	Toufalhal	toufalhal	MA		0	Africa/Casablanca	29.93787	-9.22729				09	163		
11130553	Aït Lamiyne	ait-lamiyne	MA		0	Africa/Casablanca	29.92658	-9.22405				09	163		
11130554	Iggui-n-Touriyrt	iggui-n-touriyrt	MA		0	Africa/Casablanca	29.92833	-9.21782				09	163		
11130555	Iggui Izrane	iggui-izrane	MA		0	Africa/Casablanca	29.93913	-9.22031				09	163		
11130556	Warayn	warayn	MA		0	Africa/Casablanca	29.93461	-9.21263				09	163		
11130557	Ighit	ighit	MA		0	Africa/Casablanca	29.93811	-9.2018				09	163		
11130558	Aït ’Iysa	ait-iysa	MA		0	Africa/Casablanca	29.93164	-9.20868				09	163		
11130559	Galwiyt	galwiyt	MA		0	Africa/Casablanca	29.92613	-9.20615				09	163		
11130560	Ifirkhs	ifirkhs	MA		0	Africa/Casablanca	29.92279	-9.19229				09	163		
11130561	Tawriyrt Ou Wanou	tawriyrt-ou-wanou	MA		0	Africa/Casablanca	29.9184	-9.20072				09	163		
11130562	Afayane	afayane	MA		0	Africa/Casablanca	29.9173	-9.20901				09	163		
11130563	Ighir-n-Tyoult	ighir-n-tyoult	MA		0	Africa/Casablanca	29.90871	-9.23902				09	163		
11130564	Iggui-n-Tanghourt	iggui-n-tanghourt	MA		0	Africa/Casablanca	29.90458	-9.24293				09	163		
11130565	Idgharn	idgharn	MA		0	Africa/Casablanca	29.90125	-9.22332				09	163		
11130566	Afatnan	afatnan	MA		0	Africa/Casablanca	29.90702	-9.21954				09	163		
11130567	Aït Mas’oud	ait-mas-oud	MA		0	Africa/Casablanca	29.91066	-9.22727				09	163		
11130568	Afa Ouzour	afa-ouzour	MA		0	Africa/Casablanca	29.90341	-9.209				09	163		
11130569	Gri’Iguidar	gri-iguidar	MA		0	Africa/Casablanca	29.9053	-9.19937				09	163		
11130571	Aghri Igr	aghri-igr	MA		0	Africa/Casablanca	29.88888	-9.23321				09	163		
11130572	Liwant	liwant	MA		0	Africa/Casablanca	29.89625	-9.22489				09	163		
11130573	Aït Wahmiyd	ait-wahmiyd	MA		0	Africa/Casablanca	29.86568	-9.23478				09	163		
11130574	Tawrirt	tawrirt	MA		0	Africa/Casablanca	29.85661	-9.24658				09	163		
11130575	Tinchtit	tinchtit	MA		0	Africa/Casablanca	29.86633	-9.22274				09	163		
11130576	Awriyr	awriyr	MA		0	Africa/Casablanca	29.87157	-9.19491				09	163		
11130577	Al Mouda	al-mouda	MA		0	Africa/Casablanca	29.86257	-9.20512				09	163		
11130578	Touriyt-n-Tizirt	touriyt-n-tizirt	MA		0	Africa/Casablanca	29.85756	-9.20774				09	163		
11130579	Aït Mar	ait-mar	MA		0	Africa/Casablanca	29.86117	-9.21467				09	163		
11130580	Awriyr	awriyr	MA		0	Africa/Casablanca	29.84902	-9.23967				09	163		
11130581	Agadiyr Ou Khrraz	agadiyr-ou-khrraz	MA		0	Africa/Casablanca	29.83627	-9.2431				09	163		
11130583	Aït Nacr	ait-nacr	MA		0	Africa/Casablanca	29.8506	-9.20815				09	163		
11130584	Issalyoumn	issalyoumn	MA		0	Africa/Casablanca	29.8539	-9.20512				09	163		
11130585	Ddou Tsagdalt	ddou-tsagdalt	MA		0	Africa/Casablanca	29.84437	-9.20235				09	163		
11130586	Imzi	imzi	MA		0	Africa/Casablanca	29.84669	-9.18927				09	163		
11130587	Aït Abdalqadr	ait-abdalqadr	MA		0	Africa/Casablanca	29.84359	-9.20634				09	163		
11130590	Tililout	tililout	MA		0	Africa/Casablanca	29.83285	-9.20102				09	163		
11130591	Foudghar	foudghar	MA		0	Africa/Casablanca	29.82452	-9.19287				09	163		
11130592	Agard-n-Mar	agard-n-mar	MA		0	Africa/Casablanca	29.82892	-9.20124				09	163		
11130594	Antiyg	antiyg	MA		0	Africa/Casablanca	29.82585	-9.234				09	163		
11130595	Awyil	awyil	MA		0	Africa/Casablanca	29.82609	-9.24842				09	163		
11130596	Tanzagour	tanzagour	MA		0	Africa/Casablanca	29.81259	-9.22795				09	163		
11130597	Toundat	toundat	MA		0	Africa/Casablanca	29.8114	-9.22145				09	163		
11130598	Aït Ahmad Ou Sa’id	ait-ahmad-ou-sa-id	MA		0	Africa/Casablanca	29.81058	-9.23726				09	163		
11130599	Tiwrar	tiwrar	MA		0	Africa/Casablanca	29.82235	-9.21553				09	163		
11130600	Ifouln	ifouln	MA		0	Africa/Casablanca	29.8144	-9.20549				09	163		
11130601	Aït ’Ali Ou Dawd	ait-ali-ou-dawd	MA		0	Africa/Casablanca	29.80531	-9.21362				09	163		
11130602	Aït Yousf	ait-yousf	MA		0	Africa/Casablanca	29.80025	-9.19562				09	163		
11130603	Talal-n-Zddine	talal-n-zddine	MA		0	Africa/Casablanca	29.79341	-9.19778				09	163		
11130604	Tagniyt	tagniyt	MA		0	Africa/Casablanca	29.78989	-9.2089				09	163		
11130605	Ifilhas	ifilhas	MA		0	Africa/Casablanca	29.79613	-9.21975				09	163		
11130606	Itbiybane	itbiybane	MA		0	Africa/Casablanca	29.78583	-9.23662				09	163		
11130607	Imouchchiwn	imouchchiwn	MA		0	Africa/Casablanca	29.79433	-9.18776				09	163		
11130608	Azour-n-Bou Tawal	azour-n-bou-tawal	MA		0	Africa/Casablanca	29.77796	-9.2195				09	163		
11130609	Timjiycht	timjiycht	MA		0	Africa/Casablanca	29.76933	-9.22915				09	163		
11130610	Azour Ounzi	azour-ounzi	MA		0	Africa/Casablanca	29.76514	-9.19341				09	163		
11130612	Imhiyln	imhiyln	MA		0	Africa/Casablanca	29.7616	-9.19692				09	163		
11130613	Fiyfard	fiyfard	MA		0	Africa/Casablanca	29.75261	-9.13767				09	163		
11130614	Talat-n-Tkiyd	talat-n-tkiyd	MA		0	Africa/Casablanca	29.75609	-9.14253				09	163		
11130615	Tahamni	tahamni	MA		0	Africa/Casablanca	29.75341	-9.15991				09	163		
11130616	Aït Lahsene	ait-lahsene	MA		0	Africa/Casablanca	29.76287	-9.17847				09	163		
11130617	Ijkkaln	ijkkaln	MA		0	Africa/Casablanca	29.76529	-9.17667				09	163		
11130618	Tanchfout	tanchfout	MA		0	Africa/Casablanca	29.76406	-9.1739				09	163		
11130619	Awriyr	awriyr	MA		0	Africa/Casablanca	29.76902	-9.1759				09	163		
11130622	Aït Oumghar	ait-oumghar	MA		0	Africa/Casablanca	29.76812	-9.16287				09	163		
11130623	Aït Wa’ziyz	ait-wa-ziyz	MA		0	Africa/Casablanca	29.76631	-9.14551				09	163		
11130624	Tasqunout	tasqunout	MA		0	Africa/Casablanca	29.79144	-9.17628				09	163		
11130625	Idharn	idharn	MA		0	Africa/Casablanca	29.79444	-9.18027				09	163		
11130626	Aït Iyssa	ait-iyssa	MA		0	Africa/Casablanca	29.79878	-9.18763				09	163		
11130627	Tighliyne	tighliyne	MA		0	Africa/Casablanca	29.8003	-9.18006				09	163		
11130628	Ikhsayn	ikhsayn	MA		0	Africa/Casablanca	29.77723	-9.15822				09	163		
11130629	Talmast	talmast	MA		0	Africa/Casablanca	29.78742	-9.15034				09	163		
11130630	Aït Ihyr	ait-ihyr	MA		0	Africa/Casablanca	29.79457	-9.16143				09	163		
11130631	Aflla-n-Takoucht	aflla-n-takoucht	MA		0	Africa/Casablanca	29.8036	-9.19463				09	163		
11130633	Tizi Ouzammour	tizi-ouzammour	MA		0	Africa/Casablanca	29.81944	-9.18276				09	163		
11130634	Tamza Issouqryne	tamza-issouqryne	MA		0	Africa/Casablanca	29.8071	-9.15759				09	163		
11130635	Tizzirt	tizzirt	MA		0	Africa/Casablanca	29.80256	-9.13485				09	163		
11130636	Tawdant	tawdant	MA		0	Africa/Casablanca	29.82218	-9.14201				09	163		
11130637	Ighil Jblaghn	ighil-jblaghn	MA		0	Africa/Casablanca	29.82544	-9.13126				09	163		
11130638	Tizi Ouzour	tizi-ouzour	MA		0	Africa/Casablanca	29.82955	-9.18531				09	163		
11130639	Aït Moussa	ait-moussa	MA		0	Africa/Casablanca	29.83718	-9.18577				09	163		
11130640	Anllaght	anllaght	MA		0	Africa/Casablanca	29.83132	-9.16472				09	163		
11130644	Igr Ousoul	igr-ousoul	MA		0	Africa/Casablanca	29.85442	-9.16405				09	163		
11130645	Aït Ali Ou ’Ali	ait-ali-ou-ali	MA		0	Africa/Casablanca	29.85492	-9.15697				09	163		
11130646	Aït Hammou Ou ’Ali	ait-hammou-ou-ali	MA		0	Africa/Casablanca	29.85272	-9.15364				09	163		
11130647	Tafouhamt	tafouhamt	MA		0	Africa/Casablanca	29.86032	-9.15053				09	163		
11130648	Assay	assay	MA		0	Africa/Casablanca	29.86506	-9.15171				09	163		
11130649	Anami	anami	MA		0	Africa/Casablanca	29.87126	-9.15551				09	163		
11130650	Aït ’Omar	ait-omar	MA		0	Africa/Casablanca	29.87146	-9.17729				09	163		
11130651	Aït ’Mar	ait-mar	MA		0	Africa/Casablanca	29.87347	-9.18401				09	163		
11130652	Tazintate	tazintate	MA		0	Africa/Casablanca	29.87961	-9.18869				09	163		
11130653	Ighaln	ighaln	MA		0	Africa/Casablanca	29.88082	-9.17384				09	163		
11130654	Tighriyne	tighriyne	MA		0	Africa/Casablanca	29.88651	-9.15944				09	163		
11130655	Tamayilt	tamayilt	MA		0	Africa/Casablanca	29.87766	-9.16105				09	163		
11130656	Ighirane	ighirane	MA		0	Africa/Casablanca	29.89133	-9.15933				09	163		
11130657	Aït Ga’l	ait-ga-l	MA		0	Africa/Casablanca	29.89344	-9.16508				09	163		
11130658	Alous	alous	MA		0	Africa/Casablanca	29.89057	-9.18611				09	163		
11130659	Amkyoud	amkyoud	MA		0	Africa/Casablanca	29.8942	-9.17793				09	163		
11130660	Fizrane	fizrane	MA		0	Africa/Casablanca	29.89651	-9.18489				09	163		
11130662	Tighoula	tighoula	MA		0	Africa/Casablanca	29.90079	-9.17814				09	163		
11130663	Tagadiyrt Oufalla	tagadiyrt-oufalla	MA		0	Africa/Casablanca	29.90482	-9.17686				09	163		
11130664	Tgadiyrt Wassa	tgadiyrt-wassa	MA		0	Africa/Casablanca	29.90084	-9.1827				09	163		
11130665	Aït Al Hous	ait-al-hous	MA		0	Africa/Casablanca	29.90967	-9.1939				09	163		
11130666	Touriyrt Ikakirn	touriyrt-ikakirn	MA		0	Africa/Casablanca	29.91265	-9.19261				09	163		
11130667	Dar Jfard	dar-jfard	MA		0	Africa/Casablanca	29.91803	-9.18843				09	163		
11130669	Ggou Mbark	ggou-mbark	MA		0	Africa/Casablanca	29.95347	-9.17222				09	163		
11130670	Taylilout	taylilout	MA		0	Africa/Casablanca	29.95828	-9.1701				09	163		
11130671	Al Qbalt	al-qbalt	MA		0	Africa/Casablanca	29.96501	-9.17723				09	163		
11130672	Tazkka Imgat	tazkka-imgat	MA		0	Africa/Casablanca	29.95092	-9.15437				09	163		
11130673	Jfdiyjn	jfdiyjn	MA		0	Africa/Casablanca	29.97639	-9.17469				09	163		
11130674	Tiyn Aït Ihi	tiyn-ait-ihi	MA		0	Africa/Casablanca	29.98111	-9.17493				09	163		
11130675	Tifiyrassiyn	tifiyrassiyn	MA		0	Africa/Casablanca	29.97901	-9.17057				09	163		
11130677	Ggui’az	ggui-az	MA		0	Africa/Casablanca	29.99068	-9.17931				09	163		
11130678	Imzil	imzil	MA		0	Africa/Casablanca	29.98964	-9.17296				09	163		
11130679	Assirdrar	assirdrar	MA		0	Africa/Casablanca	29.98847	-9.15635				09	163		
11130680	Tawriyrt Asghirkiys	tawriyrt-asghirkiys	MA		0	Africa/Casablanca	29.98903	-9.13993				09	163		
11130681	Tawriyrt-n-Tidaf	tawriyrt-n-tidaf	MA		0	Africa/Casablanca	29.99679	-9.18641				09	163		
11130682	Toubifiyd	toubifiyd	MA		0	Africa/Casablanca	29.99607	-9.17826				09	163		
11130683	Tiyn-n-Ddamn	tiyn-n-ddamn	MA		0	Africa/Casablanca	29.993	-9.17328				09	163		
11130684	Agadiyr	agadiyr	MA		0	Africa/Casablanca	29.99547	-9.13249				09	163		
11130686	Al Qacbat	al-qacbat	MA		0	Africa/Casablanca	29.9913	-9.12303				09	163		
11130687	Aït Sidi Yahya	ait-sidi-yahya	MA		0	Africa/Casablanca	29.97786	-9.12457				09	163		
11130688	Ikhirrazn	ikhirrazn	MA		0	Africa/Casablanca	29.97572	-9.11659				09	163		
11130689	Targa	targa	MA		0	Africa/Casablanca	29.97221	-9.11985				09	163		
11130690	Igoumdane	igoumdane	MA		0	Africa/Casablanca	29.96724	-9.09809				09	163		
11130691	Tiyane	tiyane	MA		0	Africa/Casablanca	29.99378	-9.08891				09	163		
11130692	Ifirniyne	ifirniyne	MA		0	Africa/Casablanca	29.9617	-9.08541				09	163		
11130693	Ighbal	ighbal	MA		0	Africa/Casablanca	29.96399	-9.09745				09	163		
11130694	Aït Mas’oud	ait-mas-oud	MA		0	Africa/Casablanca	29.96042	-9.09961				09	163		
11130695	Tafiylalt	tafiylalt	MA		0	Africa/Casablanca	29.95523	-9.11676				09	163		
11130699	Imi Ifasn	imi-ifasn	MA		0	Africa/Casablanca	29.94116	-9.102				09	163		
11130701	Assa-n-Tidli	assa-n-tidli	MA		0	Africa/Casablanca	29.9313	-9.09459				09	163		
11130704	Imi Wandrat	imi-wandrat	MA		0	Africa/Casablanca	29.8708	-9.10458				09	163		
11130705	Mirgane	mirgane	MA		0	Africa/Casablanca	29.85639	-9.09603				09	163		
11130707	Ighir Ifr	ighir-ifr	MA		0	Africa/Casablanca	29.85756	-9.08459				09	163		
11130708	Lazal	lazal	MA		0	Africa/Casablanca	29.85021	-9.12959				09	163		
11130709	Wintoud	wintoud	MA		0	Africa/Casablanca	29.84928	-9.12107				09	163		
11130710	Tawriyrt Mirgane	tawriyrt-mirgane	MA		0	Africa/Casablanca	29.85522	-9.08886				09	163		
11130711	Liwn	liwn	MA		0	Africa/Casablanca	29.83702	-9.10215				09	163		
11130712	Maghoust	maghoust	MA		0	Africa/Casablanca	29.83324	-9.08914				09	163		
11130713	Agni Issagn	agni-issagn	MA		0	Africa/Casablanca	29.82536	-9.09901				09	163		
11130714	Tirouf	tirouf	MA		0	Africa/Casablanca	29.82493	-9.1283				09	163		
11130715	Imziln	imziln	MA		0	Africa/Casablanca	29.81622	-9.09624				09	163		
11130718	Anamr’ou Magour	anamr-ou-magour	MA		0	Africa/Casablanca	29.81117	-9.06787				09	163		
11130719	Tagzi	tagzi	MA		0	Africa/Casablanca	29.81769	-9.07663				09	163		
11130723	Foussawn	foussawn	MA		0	Africa/Casablanca	29.78906	-9.09944				09	163		
11130725	Dou Wawj	dou-wawj	MA		0	Africa/Casablanca	29.7789	-9.12006				09	163		
11130726	Agard Ou Dad	agard-ou-dad	MA		0	Africa/Casablanca	29.77364	-9.12314				09	163		
11130727	Tajgalt	tajgalt	MA		0	Africa/Casablanca	29.77339	-9.1256				09	163		
11130728	Tagchtriyrt	tagchtriyrt	MA		0	Africa/Casablanca	29.77092	-9.11912				09	163		
11130730	Tagzane	tagzane	MA		0	Africa/Casablanca	29.76099	-9.13365				09	163		
11130732	Ougni-n-Tsaft	ougni-n-tsaft	MA		0	Africa/Casablanca	29.75326	-9.10989				09	163		
11130733	Agajgal	agajgal	MA		0	Africa/Casablanca	29.75551	-9.10588				09	163		
11130734	Tayart	tayart	MA		0	Africa/Casablanca	29.75873	-9.09779				09	163		
11130735	Igidane	igidane	MA		0	Africa/Casablanca	29.75074	-9.04127				09	581		
11130737	Aqacbat	aqacbat	MA		0	Africa/Casablanca	29.81736	-9.04475				09	163		
11130738	Agardane	agardane	MA		0	Africa/Casablanca	29.82173	-9.04222				09	163		
11130739	Kafsis	kafsis	MA		0	Africa/Casablanca	29.82616	-9.0426				09	163		
11130740	Afa-n-Tanzought	afa-n-tanzought	MA		0	Africa/Casablanca	29.82977	-9.04125				09	163		
11130741	Ighir Ouzoutn	ighir-ouzoutn	MA		0	Africa/Casablanca	29.82611	-9.04844				09	163		
11130742	Tifight	tifight	MA		0	Africa/Casablanca	29.83018	-9.07717				09	163		
11130743	Souq Al Tnine Toudma	souq-al-tnine-toudma	MA		0	Africa/Casablanca	29.83504	-9.04204				09	163		
11130744	Taltimsn	taltimsn	MA		0	Africa/Casablanca	29.84349	-9.03983				09	163		
11130746	Imi-n-Taghzout	imi-n-taghzout	MA		0	Africa/Casablanca	29.86009	-9.05802				09	163		
11130747	Tiqqi	tiqqi	MA		0	Africa/Casablanca	29.86152	-9.07492				09	163		
11130750	Assirdrar	assirdrar	MA		0	Africa/Casablanca	29.90452	-9.04024				09	163		
11130752	Tifghilt	tifghilt	MA		0	Africa/Casablanca	29.92459	-9.07045				09	163		
11130756	Icdane	icdane	MA		0	Africa/Casablanca	29.94392	-9.07784				09	163		
11130758	Tahggat	tahggat	MA		0	Africa/Casablanca	29.94741	-9.04342				09	163		
11130759	Idlane	idlane	MA		0	Africa/Casablanca	29.95417	-9.04372				09	163		
11130762	Ighir Inwaln	ighir-inwaln	MA		0	Africa/Casablanca	29.97301	-9.04458				09	163		
11130763	Imi Ougni	imi-ougni	MA		0	Africa/Casablanca	29.96633	-9.05812				09	163		
11130764	Tiyn Mliyln	tiyn-mliyln	MA		0	Africa/Casablanca	29.97228	-9.06198				09	163		
11130766	Aguilal	aguilal	MA		0	Africa/Casablanca	29.98469	-9.07237				09	163		
11130767	Anguiym	anguiym	MA		0	Africa/Casablanca	29.99018	-9.04925				09	163		
11130768	Fiyzirt	fiyzirt	MA		0	Africa/Casablanca	29.98455	-9.03975				09	163		
11130769	Ayfour	ayfour	MA		0	Africa/Casablanca	29.98168	-9.03331				09	163		
11130770	Guimst	guimst	MA		0	Africa/Casablanca	29.96559	-9.00638				09	163		
11130771	Dar Wamane	dar-wamane	MA		0	Africa/Casablanca	29.95326	-9.02164				09	163		
11130772	Iz’riyne	iz-riyne	MA		0	Africa/Casablanca	29.94573	-9.027				09	163		
11130773	Tawriyrt-n-Boumous	tawriyrt-n-boumous	MA		0	Africa/Casablanca	29.93396	-9.03215				09	163		
11130774	Tagadirt Ayoufis	tagadirt-ayoufis	MA		0	Africa/Casablanca	29.91776	-9.03121				09	163		
11130775	Tassiyla-n-Tbnannat	tassiyla-n-tbnannat	MA		0	Africa/Casablanca	29.91486	-9.01704				09	163		
11130776	Tabnannat	tabnannat	MA		0	Africa/Casablanca	29.91094	-9.01112				09	163		
11130777	Izougayn	izougayn	MA		0	Africa/Casablanca	29.89816	-9.01323				09	163		
11130778	Aït Ben ’Ali	ait-ben-ali	MA		0	Africa/Casablanca	29.87701	-9.00971				09	163		
11130779	Aït Talb	ait-talb	MA		0	Africa/Casablanca	29.87544	-9.01608				09	163		
11130780	Adarnou	adarnou	MA		0	Africa/Casablanca	29.87213	-9.00653				09	163		
11130781	Ighir Wwafoud	ighir-wwafoud	MA		0	Africa/Casablanca	29.86558	-9.00183				09	163		
11130782	Souq Al Kniis Ida Ougnidiyf	souq-al-kniis-ida-ougnidiyf	MA		0	Africa/Casablanca	29.86026	-9.00737				09	163		
11130785	Adouwwar	adouwwar	MA		0	Africa/Casablanca	29.85361	-9.00026				09	163		
11130787	Tamaldukt	tamaldukt	MA		0	Africa/Casablanca	29.76481	-9.00872				09	581		
11130789	Asguiyn	asguiyn	MA		0	Africa/Casablanca	29.76213	-9.00625				09	581		
11130790	Aït Dumgach	ait-dumgach	MA		0	Africa/Casablanca	29.75261	-9.00346				09	581		
11130791	Tamjdoukt	tamjdoukt	MA		0	Africa/Casablanca	29.75203	-9.00814				09	581		
11130792	Tiydli	tiydli	MA		0	Africa/Casablanca	29.75475	-9.02844				09	581		
11130793	Talkoudjt	talkoudjt	MA		0	Africa/Casablanca	29.99181	-9.2396				09	163		
11130794	Tachiycht	tachiycht	MA		0	Africa/Casablanca	29.93519	-9.22248				09	163		
11130795	Tiguimmi Waf	tiguimmi-waf	MA		0	Africa/Casablanca	29.86809	-9.00252				09	163		
11130796	Tamajloujt	tamajloujt	MA		0	Africa/Casablanca	29.86836	-9.01653				09	163		
11130797	Touriyrt-n-Khliyfat	touriyrt-n-khliyfat	MA		0	Africa/Casablanca	29.76965	-9.16851				09	163		
11130798	Aqamr	aqamr	MA		0	Africa/Casablanca	29.77751	-9.24447				09	163		
11130799	Tassila Ou Mzd Ou Khsane	tassila-ou-mzd-ou-khsane	MA		0	Africa/Casablanca	29.83862	-9.01008				09	163		
11130800	Tamggart	tamggart	MA		0	Africa/Casablanca	29.98122	-9.22572				09	163		
11130801	Al Mouda	al-mouda	MA		0	Africa/Casablanca	29.87133	-9.20229				09	163		
11130802	Afougard	afougard	MA		0	Africa/Casablanca	29.81483	-9.2281				09	163		
11130803	Tiguirgar	tiguirgar	MA		0	Africa/Casablanca	29.99419	-9.05644				09	163		
11130804	Ighiyr Iyfran	ighiyr-iyfran	MA		0	Africa/Casablanca	29.95187	-9.00999				09	163		
11130805	Id Bedene	id-bedene	MA		0	Africa/Casablanca	29.77784	-9.24941				09	163		
11130806	Afa n’Kourri	afa-n-kourri	MA		0	Africa/Casablanca	29.9992	-9.11013				09	163		
11130807	Tizi n’Melt	tizi-n-melt	MA		0	Africa/Casablanca	29.99816	-9.15578				09	163		
11130808	Tanoute	tanoute	MA		0	Africa/Casablanca	29.9988	-9.23855				09	163		
11130809	Id Belhaj	id-belhaj	MA		0	Africa/Casablanca	29.592	-10.01629				10	473		
11130815	Igourramen Sihel	igourramen-sihel	MA		0	Africa/Casablanca	29.61237	-10.01289				10	473		
11130837	Abertih	abertih	MA		0	Africa/Casablanca	29.56353	-10.00726				10	473		
11130838	Tafrbyount	tafrbyount	MA		0	Africa/Casablanca	29.99419	-8.9763				09	163		
11130839	Tinbikidw	tinbikidw	MA		0	Africa/Casablanca	29.99025	-8.96579				09	163		
11130840	Tigmmi-n-Tkzint	tigmmi-n-tkzint	MA		0	Africa/Casablanca	29.98087	-8.98501				09	163		
11130842	Iwwal	iwwal	MA		0	Africa/Casablanca	29.9719	-8.95633				09	163		
11130844	Afrada	afrada	MA		0	Africa/Casablanca	29.96252	-8.99035				09	163		
11130845	Awoudiyd	awoudiyd	MA		0	Africa/Casablanca	29.94339	-8.98222				09	163		
11130846	Aït Oubraym	ait-oubraym	MA		0	Africa/Casablanca	29.95276	-8.98248				09	163		
11130847	Aït Oumziyl	ait-oumziyl	MA		0	Africa/Casablanca	29.95583	-8.9686				09	163		
11130848	Tamghour	tamghour	MA		0	Africa/Casablanca	29.94716	-8.94924				09	163		
11130849	Imouglagal	imouglagal	MA		0	Africa/Casablanca	29.92704	-8.94448				09	163		
11130850	Witdndan	witdndan	MA		0	Africa/Casablanca	29.91544	-8.96257				09	163		
11130851	Amdiyns	amdiyns	MA		0	Africa/Casablanca	29.91098	-8.94109				09	163		
11130852	Agadir-n-Tjzirt	agadir-n-tjzirt	MA		0	Africa/Casablanca	29.90112	-8.99507		Agadir-n-Tjzirt,Tizirt		09	163		
11130854	Touchchant	touchchant	MA		0	Africa/Casablanca	29.88625	-8.99221				09	163		
11130855	Tawriyrt Iyyirgh	tawriyrt-iyyirgh	MA		0	Africa/Casablanca	29.86977	-8.95263				09	163		
11130856	Talgzawt	talgzawt	MA		0	Africa/Casablanca	29.86871	-8.94454				09	163		
11130857	Tarikiyt	tarikiyt	MA		0	Africa/Casablanca	29.86527	-8.95392				09	163		
11130859	Afa-n-Tinzlay	afa-n-tinzlay	MA		0	Africa/Casablanca	29.85809	-8.99571				09	163		
11130860	Tazkka	tazkka	MA		0	Africa/Casablanca	29.85942	-8.95302				09	163		
11130861	Agrd-n-Tzk	agrd-n-tzk	MA		0	Africa/Casablanca	29.85827	-8.94901				09	163		
11130862	Tifradine	tifradine	MA		0	Africa/Casablanca	29.84826	-8.98128				09	163		
11130863	Tanrart	tanrart	MA		0	Africa/Casablanca	29.83834	-8.98604				09	541		
11130864	Imriris	imriris	MA		0	Africa/Casablanca	29.83372	-8.98293				09	541		
11130865	Allous	allous	MA		0	Africa/Casablanca	29.83586	-8.93796				09	541		
11130866	Tiwdaqi	tiwdaqi	MA		0	Africa/Casablanca	29.83138	-8.93851				09	541		
11130867	Douwalous	douwalous	MA		0	Africa/Casablanca	29.83009	-8.94894				09	541		
11130868	Doutinzar	doutinzar	MA		0	Africa/Casablanca	29.82389	-8.94574				09	541		
11130869	Asgawr	asgawr	MA		0	Africa/Casablanca	29.76836	-8.97027				09	581		
11130870	Tazoult	tazoult	MA		0	Africa/Casablanca	29.76758	-8.97913				09	581		
11130872	Tirguit	tirguit	MA		0	Africa/Casablanca	29.7531	-8.99058				09	581		
11130873	Imi-n-Tizkht	imi-n-tizkht	MA		0	Africa/Casablanca	29.74715	-8.91351				09	581		
11130874	Imi Ougchtiym	imi-ougchtiym	MA		0	Africa/Casablanca	29.74942	-8.92364				09	581		
11130876	Imouniyrg	imouniyrg	MA		0	Africa/Casablanca	29.88067	-8.93684				09	163		
11130878	Talamsiwiyne	talamsiwiyne	MA		0	Africa/Casablanca	29.94372	-8.90373				09	541		
11130880	Afa Iyghzr Imfatn	afa-iyghzr-imfatn	MA		0	Africa/Casablanca	29.96156	-8.93142				09	541		
11130881	Garzryt	garzryt	MA		0	Africa/Casablanca	29.96813	-8.92096				09	541		
11130883	Aït Fask	ait-fask	MA		0	Africa/Casablanca	29.99384	-8.86869				09	541		
11130884	Timjiyjt	timjiyjt	MA		0	Africa/Casablanca	29.9931	-8.85401				09	541		
11130886	Imoussawl	imoussawl	MA		0	Africa/Casablanca	29.96822	-8.84615				09	541		
11130887	Tislane	tislane	MA		0	Africa/Casablanca	29.95778	-8.86785				09	541		
11130890	Tawriyrt-n-Brour	tawriyrt-n-brour	MA		0	Africa/Casablanca	29.86361	-8.8535				09	541		
11130894	Tassakat	tassakat	MA		0	Africa/Casablanca	29.79208	-8.78388				09	541		
11130903	Agni-w-Waghi	agni-w-waghi	MA		0	Africa/Casablanca	29.92871	-8.82203				09	541		
11130904	Tagniyt	tagniyt	MA		0	Africa/Casablanca	29.94808	-8.76824				09	541		
11130905	Toumliyliyne	toumliyliyne	MA		0	Africa/Casablanca	29.95299	-8.76933				09	541		
11130906	Tamkrazt	tamkrazt	MA		0	Africa/Casablanca	29.97199	-8.83323				09	541		
11130908	Ddou Tlar	ddou-tlar	MA		0	Africa/Casablanca	29.98182	-8.77882				09	541		
11130909	Toubouziyd	toubouziyd	MA		0	Africa/Casablanca	29.95613	-8.76376				09	541		
11130910	Talat Ougnar	talat-ougnar	MA		0	Africa/Casablanca	29.94107	-8.75065				09	541		
11130911	Amzrou	amzrou	MA		0	Africa/Casablanca	29.9115	-8.75198				09	541		
11130912	Zghanghine	zghanghine	MA		0	Africa/Casablanca	29.83312	-8.75138				09	541		
11130913	Ourti	ourti	MA		0	Africa/Casablanca	29.92731	-8.75303				09	541		
11130914	Agttil	agttil	MA		0	Africa/Casablanca	29.93907	-8.76754				09	541		
11130915	Azghagh	azghagh	MA		0	Africa/Casablanca	29.85365	-8.84144				09	541		
11130916	Timoula	timoula	MA		0	Africa/Casablanca	29.97656	-8.97604				09	163		
11130943	Talhsiniyn	talhsiniyn	MA		0	Africa/Casablanca	29.87644	-8.93837				09	163		
11130945	Aït Ouchchane	ait-ouchchane	MA		0	Africa/Casablanca	29.99445	-8.999				09	163		
11130946	Aït Boust	ait-boust	MA		0	Africa/Casablanca	29.96864	-8.99928				09	163		
11130947	Amhiln	amhiln	MA		0	Africa/Casablanca	29.91648	-8.99971				09	163		
11130950	Aït Ali Ou Salah	ait-ali-ou-salah	MA		0	Africa/Casablanca	30.23955	-9.20444				09	163		
11130951	Aït Ou Hammou	ait-ou-hammou	MA		0	Africa/Casablanca	30.2354	-9.208				09	163		
11130953	Sidi bou Mezguida	sidi-bou-mezguida	MA		0	Africa/Casablanca	30.18928	-9.21213				09	163		
11130954	Bou Adou	bou-adou	MA		0	Africa/Casablanca	30.18375	-9.19638				09	163		
11130956	Aït Haiki	ait-haiki	MA		0	Africa/Casablanca	30.18231	-9.18723				09	163		
11130958	Tifriyt	tifriyt	MA		0	Africa/Casablanca	29.98267	-8.73542				09	541		
11130959	Tagdicht	tagdicht	MA		0	Africa/Casablanca	29.99715	-8.67748				09	541		
11130961	Tafghalt	tafghalt	MA		0	Africa/Casablanca	29.99663	-8.6574				09	541		
11130962	Ilmatn	ilmatn	MA		0	Africa/Casablanca	29.99614	-8.65418				09	541		
11130963	Diwi	diwi	MA		0	Africa/Casablanca	29.98849	-8.66126				09	541		
11130966	Aït Wa’ziyz	ait-wa-ziyz	MA		0	Africa/Casablanca	29.95418	-8.74455				09	541		
11130967	Tafnkracht	tafnkracht	MA		0	Africa/Casablanca	29.9421	-8.7461				09	541		
11130968	Zawiyat Talsnakht	zawiyat-talsnakht	MA		0	Africa/Casablanca	29.93853	-8.7264				09	541		
11130969	Imliyl	imliyl	MA		0	Africa/Casablanca	29.93951	-8.72208				09	541		
11130971	Tamrnist	tamrnist	MA		0	Africa/Casablanca	29.9286	-8.72944				09	541		
11130972	Alma	alma	MA		0	Africa/Casablanca	29.92208	-8.73542				09	541		
11130973	Bakkou	bakkou	MA		0	Africa/Casablanca	29.92029	-8.74647				09	541		
11130974	Ichnar	ichnar	MA		0	Africa/Casablanca	29.917	-8.74512				09	541		
11130975	Tamgart	tamgart	MA		0	Africa/Casablanca	29.91246	-8.64802				09	551		
11130977	Tifghalt	tifghalt	MA		0	Africa/Casablanca	29.87366	-8.67701				09	551		
11130980	Bougouzoul	bougouzoul	MA		0	Africa/Casablanca	29.83475	-8.6879				09	541		
11130981	Tighardayine	tighardayine	MA		0	Africa/Casablanca	29.83714	-8.66666				09	541		
11130982	Jaqroun	jaqroun	MA		0	Africa/Casablanca	29.82733	-8.65477				09	541		
11130985	Mtsamriyne	mtsamriyne	MA		0	Africa/Casablanca	29.75113	-8.6731				09	551		
11130986	Wamrane	wamrane	MA		0	Africa/Casablanca	29.75117	-8.60588				09	551		
11130988	Sidi Youssef	sidi-youssef	MA		0	Africa/Casablanca	29.76787	-8.57467				09	551		
11130989	Imindi	imindi	MA		0	Africa/Casablanca	29.77352	-8.58193				09	551		
11130991	Tagnart	tagnart	MA		0	Africa/Casablanca	29.80855	-8.52362				09	551		
11130993	Tamsoult-n-Aït Haroun	tamsoult-n-ait-haroun	MA		0	Africa/Casablanca	29.83547	-8.5335				09	551		
11130994	Talbourt	talbourt	MA		0	Africa/Casablanca	29.84057	-8.53228				09	551		
11130996	Aït Bou Mhamed	ait-bou-mhamed	MA		0	Africa/Casablanca	29.85428	-8.5309				09	551		
11130997	Khmis Issafnn	khmis-issafnn	MA		0	Africa/Casablanca	29.85635	-8.52949				09	551		
11130998	Alaqsayt	alaqsayt	MA		0	Africa/Casablanca	29.85976	-8.53101				09	551		
11130999	Taliwiyne	taliwiyne	MA		0	Africa/Casablanca	29.86251	-8.53599				09	551		
11131000	Timsal	timsal	MA		0	Africa/Casablanca	29.86508	-8.53144				09	551		
11131001	Fousguine	fousguine	MA		0	Africa/Casablanca	29.86938	-8.53234				09	551		
11131003	Chikh Mirz	chikh-mirz	MA		0	Africa/Casablanca	29.88389	-8.59318				09	551		
11131006	Tichkjji	tichkjji	MA		0	Africa/Casablanca	29.90751	-8.53214				09	551		
11131007	Azzane	azzane	MA		0	Africa/Casablanca	29.9085	-8.54339				09	551		
11131009	Tamchdkan	tamchdkan	MA		0	Africa/Casablanca	29.94368	-8.51306				09	541		
11131010	Tizgui	tizgui	MA		0	Africa/Casablanca	29.9485	-8.52739				09	541		
11131011	Tawrirt	tawrirt	MA		0	Africa/Casablanca	29.95202	-8.53039				09	541		
11131012	Agadir	agadir	MA		0	Africa/Casablanca	29.95763	-8.5264				09	541		
11131013	Taliza	taliza	MA		0	Africa/Casablanca	29.95997	-8.50848				09	541		
11131014	Tawardiwine	tawardiwine	MA		0	Africa/Casablanca	29.96295	-8.52373				09	541		
11131015	Tanatamt	tanatamt	MA		0	Africa/Casablanca	29.97873	-8.50033				09	541		
11131022	Izmaz	izmaz	MA		0	Africa/Casablanca	29.84067	-8.53622				09	551		
11131045	Souq Al Had Imawn	souq-al-had-imawn	MA		0	Africa/Casablanca	29.99577	-8.65575				09	541		
11131047	Tasriyrt	tasriyrt	MA		0	Africa/Casablanca	29.76329	-8.65986				09	551		
11131050	Oussamgane	oussamgane	MA		0	Africa/Casablanca	29.99815	-8.66677				09	541		
11131051	Tagounit	tagounit	MA		0	Africa/Casablanca	30.19069	-9.16849				09	163		
11131052	Aït bel Hajj	ait-bel-hajj	MA		0	Africa/Casablanca	30.244	-9.13541				09	163		
11131056	Ouiferskilne	ouiferskilne	MA		0	Africa/Casablanca	30.23669	-9.11645				09	163		
11131057	Timoula	timoula	MA		0	Africa/Casablanca	30.20623	-9.14788				09	163		
11131058	Aït Messaoud	ait-messaoud	MA		0	Africa/Casablanca	30.19927	-9.15479				09	163		
11131059	El Kasba	el-kasba	MA		0	Africa/Casablanca	30.19722	-9.15221				09	163		
11131060	Izenaguene	izenaguene	MA		0	Africa/Casablanca	30.19153	-9.1548				09	163		
11131061	Terzougoun	terzougoun	MA		0	Africa/Casablanca	30.18992	-9.14734				09	163		
11131063	Aït Hammou	ait-hammou	MA		0	Africa/Casablanca	30.19574	-9.1313				09	163		
11131069	El Borj n’Tfilcht	el-borj-n-tfilcht	MA		0	Africa/Casablanca	30.16524	-9.20111				09	163		
11131072	Tiourza	tiourza	MA		0	Africa/Casablanca	30.15678	-9.23466				09	163		
11131074	Taourirt Oufelfa	taourirt-oufelfa	MA		0	Africa/Casablanca	30.14345	-9.21921				09	163		
11131075	Aït bou Ain	ait-bou-ain	MA		0	Africa/Casablanca	30.13986	-9.21609				09	163		
11131076	Taourirt n’Ait Ali	taourirt-n-ait-ali	MA		0	Africa/Casablanca	30.13197	-9.24				09	163		
11131078	El Borj Dumalou	el-borj-dumalou	MA		0	Africa/Casablanca	30.13802	-9.18652				09	163		
11131079	Tourhach	tourhach	MA		0	Africa/Casablanca	30.13617	-9.2012				09	163		
11131080	Aït Chahoud	ait-chahoud	MA		0	Africa/Casablanca	30.14732	-9.18384				09	163		
11131081	Zi Agadir	zi-agadir	MA		0	Africa/Casablanca	30.1481	-9.17984				09	163		
11131083	Aït Salah	ait-salah	MA		0	Africa/Casablanca	30.15328	-9.17291				09	163		
11131084	Ikharrazene	ikharrazene	MA		0	Africa/Casablanca	30.16443	-9.17499				09	163		
11131086	Zaouit Igourramene	zaouit-igourramene	MA		0	Africa/Casablanca	30.1605	-9.13443				09	163		
11131087	Yahia ou Idir	yahia-ou-idir	MA		0	Africa/Casablanca	30.16223	-9.14252				09	163		
11131088	Ouarous	ouarous	MA		0	Africa/Casablanca	30.15781	-9.15333				09	163		
11131089	Aït Hammou ou Daoud	ait-hammou-ou-daoud	MA		0	Africa/Casablanca	30.1518	-9.14359				09	163		
11131091	Aït Tagmout	ait-tagmout	MA		0	Africa/Casablanca	30.14787	-9.12733				09	163		
11131092	Aït Youssef	ait-youssef	MA		0	Africa/Casablanca	30.14203	-9.14677				09	163		
11131094	Tasselloumt	tasselloumt	MA		0	Africa/Casablanca	30.13856	-9.13946				09	163		
11131095	Biramane	biramane	MA		0	Africa/Casablanca	30.13665	-9.1474				09	163		
11131097	Tislanerou Mohammed	tislanerou-mohammed	MA		0	Africa/Casablanca	30.18056	-9.13561				09	163		
11131098	Imzouarn	imzouarn	MA		0	Africa/Casablanca	30.13143	-9.23552				09	163		
11131099	Aït Idder	ait-idder	MA		0	Africa/Casablanca	30.12816	-9.23762				09	163		
11131100	Tamguert	tamguert	MA		0	Africa/Casablanca	30.11729	-9.24448				09	163		
11131101	Ait All	ait-all	MA		0	Africa/Casablanca	30.1212	-9.22459				09	163		
11131103	Aït Ichou	ait-ichou	MA		0	Africa/Casablanca	30.12764	-9.21419				09	163		
11131105	Chorfa	chorfa	MA		0	Africa/Casablanca	30.11687	-9.19671				09	163		
11131106	Aït Kourri	ait-kourri	MA		0	Africa/Casablanca	30.11312	-9.19956				09	163		
11131107	Aït Ali	ait-ali	MA		0	Africa/Casablanca	30.11431	-9.2025				09	163		
11131108	Tissikit	tissikit	MA		0	Africa/Casablanca	30.11301	-9.20478				09	163		
11131109	Aït Mrouch	ait-mrouch	MA		0	Africa/Casablanca	30.10965	-9.19795				09	163		
11131110	Aït ou Baha	ait-ou-baha	MA		0	Africa/Casablanca	30.10737	-9.19245				09	163		
11131111	Aït Moussa	ait-moussa	MA		0	Africa/Casablanca	30.10585	-9.19243				09	163		
11131112	Aït Ouakrim	ait-ouakrim	MA		0	Africa/Casablanca	30.10374	-9.20053				09	163		
11131113	Aït ben Ali	ait-ben-ali	MA		0	Africa/Casablanca	30.10553	-9.20652				09	163		
11131116	Imaissoun	imaissoun	MA		0	Africa/Casablanca	30.12759	-9.16822				09	163		
11131117	Tamahfout	tamahfout	MA		0	Africa/Casablanca	30.11694	-9.16851				09	163		
11131119	El Ksebt	el-ksebt	MA		0	Africa/Casablanca	30.1221	-9.1527				09	163		
11131126	Taourirt Ou Mala	taourirt-ou-mala	MA		0	Africa/Casablanca	30.08587	-9.2337				09	163		
11131127	Aït Kourri	ait-kourri	MA		0	Africa/Casablanca	30.08421	-9.24071				09	163		
11131132	Tasakat	tasakat	MA		0	Africa/Casablanca	30.092	-9.16943				09	163		
11131133	Aït Iazza	ait-iazza	MA		0	Africa/Casablanca	30.0936	-9.16591				09	163		
11131134	Aït Abella	ait-abella	MA		0	Africa/Casablanca	30.09181	-9.16206				09	163		
11131135	Tanammert	tanammert	MA		0	Africa/Casablanca	30.09101	-9.16326				09	163		
11131136	Imarioun	imarioun	MA		0	Africa/Casablanca	30.07057	-9.24559				09	163		
11131139	Tine Barri	tine-barri	MA		0	Africa/Casablanca	30.06019	-9.2454				09	163		
11131140	Aït Mbarek	ait-mbarek	MA		0	Africa/Casablanca	30.05959	-9.23246				09	163		
11131141	Aït Moussa ou Lahsene	ait-moussa-ou-lahsene	MA		0	Africa/Casablanca	30.07202	-9.21105				09	163		
11131142	Taourirt Ifri	taourirt-ifri	MA		0	Africa/Casablanca	30.07059	-9.21373				09	163		
11131143	Tamalout	tamalout	MA		0	Africa/Casablanca	30.07267	-9.20813				09	163		
11131144	Taourirt Ou Jbara	taourirt-ou-jbara	MA		0	Africa/Casablanca	30.07391	-9.20416				09	163		
11131145	El Ksebi	el-ksebi	MA		0	Africa/Casablanca	30.07967	-9.19107				09	163		
11131146	El Kebir	el-kebir	MA		0	Africa/Casablanca	30.08108	-9.19223				09	163		
11131147	Bichelleoun	bichelleoun	MA		0	Africa/Casablanca	30.08048	-9.18802				09	163		
11131149	Taourirt n’Belal	taourirt-n-belal	MA		0	Africa/Casablanca	30.04956	-9.24254				09	163		
11131150	Aït Mohannd	ait-mohannd	MA		0	Africa/Casablanca	30.04652	-9.24263				09	163		
11131151	Taourirt n Hammou ech Chegar	taourirt-n-hammou-ech-chegar	MA		0	Africa/Casablanca	30.04494	-9.23385				09	163		
11131153	Aït Ibourk	ait-ibourk	MA		0	Africa/Casablanca	30.03418	-9.23872				09	163		
11131154	Aït Moussa	ait-moussa	MA		0	Africa/Casablanca	30.0267	-9.24329				09	163		
11131155	Timichcha	timichcha	MA		0	Africa/Casablanca	30.05426	-9.19068				09	163		
11131156	Aït Ougourram	ait-ougourram	MA		0	Africa/Casablanca	30.04949	-9.20566				09	163		
11131157	Tarkanetout	tarkanetout	MA		0	Africa/Casablanca	30.04791	-9.20207				09	163		
11131158	Aït Youssef	ait-youssef	MA		0	Africa/Casablanca	30.04085	-9.20175				09	163		
11131159	Idbibene	idbibene	MA		0	Africa/Casablanca	30.03948	-9.20538				09	163		
11131160	Aït Oumrhar Iferd	ait-oumrhar-iferd	MA		0	Africa/Casablanca	30.03567	-9.2065				09	163		
11131162	Iggui Ou Askar	iggui-ou-askar	MA		0	Africa/Casablanca	30.03079	-9.21031				09	163		
11131163	Tamegdoult	tamegdoult	MA		0	Africa/Casablanca	30.02653	-9.22231				09	163		
11131164	Asdim	asdim	MA		0	Africa/Casablanca	30.07263	-9.17191				09	163		
11131165	Assenndrar	assenndrar	MA		0	Africa/Casablanca	30.07976	-9.15407				09	163		
11131166	El Jemaa Aït Belkassem	el-jemaa-ait-belkassem	MA		0	Africa/Casablanca	30.07909	-9.16564				09	163		
11131167	El Ksebl	el-ksebl	MA		0	Africa/Casablanca	30.07267	-9.15738				09	163		
11131168	Tifrhell	tifrhell	MA		0	Africa/Casablanca	30.0689	-9.15948				09	163		
11131171	Anou Amrane	anou-amrane	MA		0	Africa/Casablanca	30.07694	-9.13944				09	163		
11131172	Tamrhaddou	tamrhaddou	MA		0	Africa/Casablanca	30.0688	-9.15274				09	163		
11131173	Adouz	adouz	MA		0	Africa/Casablanca	30.06572	-9.15819				09	163		
11131174	Oukhrib	oukhrib	MA		0	Africa/Casablanca	30.07096	-9.16517				09	163		
11131178	Taddert	taddert	MA		0	Africa/Casablanca	30.05887	-9.14062				09	163		
11131180	Isselgane	isselgane	MA		0	Africa/Casablanca	30.05285	-9.13965				09	163		
11131181	Agourgoumma	agourgoumma	MA		0	Africa/Casablanca	30.05121	-9.14141				09	163		
11131182	Tizgui	tizgui	MA		0	Africa/Casablanca	30.05042	-9.15491				09	163		
11131183	Annkiou	annkiou	MA		0	Africa/Casablanca	30.05133	-9.16484				09	163		
11131184	Imzilene	imzilene	MA		0	Africa/Casablanca	30.04659	-9.14277				09	163		
11131185	Taguennza	taguennza	MA		0	Africa/Casablanca	30.04596	-9.14862				09	163		
11131186	Ikharrazene	ikharrazene	MA		0	Africa/Casablanca	30.04704	-9.16019				09	163		
11131187	Ifessassem	ifessassem	MA		0	Africa/Casablanca	30.04262	-9.16939				09	163		
11131188	Iballioun	iballioun	MA		0	Africa/Casablanca	30.04193	-9.16587				09	163		
11131189	Aourhloult	aourhloult	MA		0	Africa/Casablanca	30.0446	-9.1809				09	163		
11131190	Ida ou Fennou	ida-ou-fennou	MA		0	Africa/Casablanca	30.03741	-9.16424				09	163		
11131197	Aït Iazza	ait-iazza	MA		0	Africa/Casablanca	30.02514	-9.23896				09	163		
11131198	Tal Tobeld	tal-tobeld	MA		0	Africa/Casablanca	30.01735	-9.24059				09	163		
11131200	Arhalil	arhalil	MA		0	Africa/Casablanca	30.01622	-9.20788				09	163		
11131202	Aguerd Ougadir	aguerd-ougadir	MA		0	Africa/Casablanca	30.00925	-9.2228				09	163		
11131203	Taourirt Iboulka	taourirt-iboulka	MA		0	Africa/Casablanca	30.00626	-9.22495				09	163		
11131205	Aït Ouarab	ait-ouarab	MA		0	Africa/Casablanca	30.00724	-9.22276				09	163		
11131206	Imi N’tigal	imi-n-tigal	MA		0	Africa/Casablanca	30.0073	-9.21218				09	163		
11131207	Aït Moussa	ait-moussa	MA		0	Africa/Casablanca	30.00566	-9.21126				09	163		
11131208	Toubanoun	toubanoun	MA		0	Africa/Casablanca	30.0136	-9.19858				09	163		
11131209	Azour	azour	MA		0	Africa/Casablanca	30.0125	-9.19615				09	163		
11131211	Igrirdene	igrirdene	MA		0	Africa/Casablanca	30.01598	-9.18572				09	163		
11131212	Aït el Bacha	ait-el-bacha	MA		0	Africa/Casablanca	30.02051	-9.18272				09	163		
11131214	Imouani	imouani	MA		0	Africa/Casablanca	30.01627	-9.17652				09	163		
11131215	Aït Iazza	ait-iazza	MA		0	Africa/Casablanca	30.02032	-9.1754				09	163		
11131216	Tarharrabout	tarharrabout	MA		0	Africa/Casablanca	30.02311	-9.17296				09	163		
11131217	Aït Taleb Ah	ait-taleb-ah	MA		0	Africa/Casablanca	30.02603	-9.17336				09	163		
11131218	Tinizemrit	tinizemrit	MA		0	Africa/Casablanca	30.01256	-9.15184				09	163		
11131219	Tizenine	tizenine	MA		0	Africa/Casablanca	30.01293	-9.15317				09	163		
11131222	Ifrhel	ifrhel	MA		0	Africa/Casablanca	30.0017	-9.13728				09	163		
11131223	Talmit	talmit	MA		0	Africa/Casablanca	30.00721	-9.13504				09	163		
11131224	Ismihane	ismihane	MA		0	Africa/Casablanca	30.00802	-9.13011				09	163		
11131225	Aït Hasseine	ait-hasseine	MA		0	Africa/Casablanca	30.00232	-9.1212				09	163		
11131227	Ilmatene	ilmatene	MA		0	Africa/Casablanca	30.01201	-9.1116				09	163		
11131229	Aït Lamine	ait-lamine	MA		0	Africa/Casablanca	30.00815	-9.10783				09	163		
11131230	Chelkh Idrham	chelkh-idrham	MA		0	Africa/Casablanca	30.02049	-9.11064				09	163		
11131231	Anou Zagzaoun	anou-zagzaoun	MA		0	Africa/Casablanca	30.0242	-9.1166				09	163		
11131233	Tasnount	tasnount	MA		0	Africa/Casablanca	30.01995	-9.14315				09	163		
11131234	Tinoudi	tinoudi	MA		0	Africa/Casablanca	30.01977	-9.12759				09	163		
11131235	Agouni n’Ali	agouni-n-ali	MA		0	Africa/Casablanca	30.02693	-9.1152				09	163		
11131238	Irhir	irhir	MA		0	Africa/Casablanca	30.02489	-9.14603				09	163		
11131239	Taduriri	taduriri	MA		0	Africa/Casablanca	30.02787	-9.14197				09	163		
11131241	Tamzououl	tamzououl	MA		0	Africa/Casablanca	30.03325	-9.13588				09	163		
11131243	Baarit	baarit	MA		0	Africa/Casablanca	30.03758	-9.13749				09	163		
11131246	Melioun	melioun	MA		0	Africa/Casablanca	30.04039	-9.12137				09	163		
11131247	Tarat	tarat	MA		0	Africa/Casablanca	30.03836	-9.1224				09	163		
11131248	Aït Daoud Ou Ah	ait-daoud-ou-ah	MA		0	Africa/Casablanca	30.04923	-9.11453				09	163		
11131249	Souk El Arba Des Aït Baha	souk-el-arba-des-ait-baha	MA		0	Africa/Casablanca	30.06958	-9.15465				09	163		
11131250	Tiskouial	tiskouial	MA		0	Africa/Casablanca	30.0724	-9.13921				09	163		
11131251	Tiberanit	tiberanit	MA		0	Africa/Casablanca	30.07401	-9.12409				09	163		
11131253	Aït Izimer	ait-izimer	MA		0	Africa/Casablanca	30.10054	-9.11771				09	163		
11131257	Belaid	belaid	MA		0	Africa/Casablanca	30.15787	-9.13267				09	163		
11131258	Imouchchjoun	imouchchjoun	MA		0	Africa/Casablanca	30.15868	-9.12822				09	163		
11131259	Irhirane	irhirane	MA		0	Africa/Casablanca	30.15838	-9.12553				09	163		
11131267	El Ahaine	el-ahaine	MA		0	Africa/Casablanca	30.19578	-9.08796				09	163		
11131270	Aït Daoud	ait-daoud	MA		0	Africa/Casablanca	30.18187	-9.11075				09	163		
11131271	Aït Lhennd	ait-lhennd	MA		0	Africa/Casablanca	30.18324	-9.09895				09	163		
11131272	Ifrhel	ifrhel	MA		0	Africa/Casablanca	30.18207	-9.0914				09	163		
11131274	Aït Makblouf	ait-makblouf	MA		0	Africa/Casablanca	30.17261	-9.09442				09	163		
11131275	Talkerdoust	talkerdoust	MA		0	Africa/Casablanca	30.17244	-9.1009				09	163		
11131276	Agedir n’Facht	agedir-n-facht	MA		0	Africa/Casablanca	30.17074	-9.09271				09	163		
11131278	Aïaiane	aiaiane	MA		0	Africa/Casablanca	30.16673	-9.1071				09	163		
11131279	Agour	agour	MA		0	Africa/Casablanca	30.16307	-9.10873				09	163		
11131280	Aït Yakoub	ait-yakoub	MA		0	Africa/Casablanca	30.16322	-9.11946				09	163		
11131281	Tiourhza	tiourhza	MA		0	Africa/Casablanca	30.16016	-9.10412				09	163		
11131283	Irdar	irdar	MA		0	Africa/Casablanca	30.1587	-9.09165				09	163		
11131284	Tadaft	tadaft	MA		0	Africa/Casablanca	30.15751	-9.09217				09	163		
11131285	Ourella	ourella	MA		0	Africa/Casablanca	30.15426	-9.09335				09	163		
11131286	Aït Ou Aftine	ait-ou-aftine	MA		0	Africa/Casablanca	30.14932	-9.1132				09	163		
11131287	Takounchi	takounchi	MA		0	Africa/Casablanca	30.1479	-9.11185				09	163		
11131288	Iguattoun	iguattoun	MA		0	Africa/Casablanca	30.14628	-9.11354				09	163		
11131294	Agadir Imaizene	agadir-imaizene	MA		0	Africa/Casablanca	30.10364	-9.10958				09	163		
11131295	Timejad	timejad	MA		0	Africa/Casablanca	30.10734	-9.10312				09	163		
11131296	Aït Hammou	ait-hammou	MA		0	Africa/Casablanca	30.10065	-9.0981				09	163		
11131298	Birlioundafene	birlioundafene	MA		0	Africa/Casablanca	30.09166	-9.09032				09	163		
11131300	Aït Brahim Ou Amer	ait-brahim-ou-amer	MA		0	Africa/Casablanca	30.09051	-9.07878				09	163		
11131302	Aït Ouiharra	ait-ouiharra	MA		0	Africa/Casablanca	30.08533	-9.07153				09	163		
11131303	Toumliline	toumliline	MA		0	Africa/Casablanca	30.07926	-9.0779				09	163		
11131304	Tabenaïssat	tabenaissat	MA		0	Africa/Casablanca	30.07439	-9.07359				09	163		
11131305	Aït Ais	ait-ais	MA		0	Africa/Casablanca	30.07393	-9.08092				09	163		
11131306	Aggara	aggara	MA		0	Africa/Casablanca	30.07189	-9.0767				09	163		
11131307	Aourir	aourir	MA		0	Africa/Casablanca	30.07506	-9.08496				09	163		
11131309	Afa Ou Messaoud	afa-ou-messaoud	MA		0	Africa/Casablanca	30.07029	-9.10178				09	163		
11131312	Tifechlrar	tifechlrar	MA		0	Africa/Casablanca	30.06769	-9.10047				09	163		
11131314	Tagmoul n’Takat	tagmoul-n-takat	MA		0	Africa/Casablanca	30.0692	-9.06845				09	163		
11131315	Askar	askar	MA		0	Africa/Casablanca	30.05921	-9.09935				09	163		
11131317	Tou El Hajj	tou-el-hajj	MA		0	Africa/Casablanca	30.0588	-9.11522				09	163		
11131319	Tou Achchak	tou-achchak	MA		0	Africa/Casablanca	30.05004	-9.10728				09	163		
11131321	Takaleri	takaleri	MA		0	Africa/Casablanca	30.04531	-9.11154				09	163		
11131323	Ijourar	ijourar	MA		0	Africa/Casablanca	30.05027	-9.06206				09	163		
11131324	Iregragene	iregragene	MA		0	Africa/Casablanca	30.04594	-9.06064				09	163		
11131325	Tine Ah ou Lahsene	tine-ah-ou-lahsene	MA		0	Africa/Casablanca	30.04232	-9.07996				09	163		
11131326	Tine Hammou n’ Sidi Ah	tine-hammou-n-sidi-ah	MA		0	Africa/Casablanca	30.04141	-9.08502				09	163		
11131327	Aguerd n’Snine	aguerd-n-snine	MA		0	Africa/Casablanca	30.03977	-9.10687				09	163		
11131329	Afa N’tinnsouft	afa-n-tinnsouft	MA		0	Africa/Casablanca	30.03521	-9.11883				09	163		
11131330	Tamejlouj	tamejlouj	MA		0	Africa/Casablanca	30.03781	-9.09207				09	163		
11131333	Adrhar	adrhar	MA		0	Africa/Casablanca	30.03036	-9.06595				09	163		
11131334	Ait Ali Ibourk	ait-ali-ibourk	MA		0	Africa/Casablanca	30.02701	-9.09343				09	163		
11131336	Aït Almane	ait-almane	MA		0	Africa/Casablanca	30.02009	-9.09838				09	163		
11131337	Ammeln	ammeln	MA		0	Africa/Casablanca	30.02209	-9.09521				09	163		
11131341	Amerzeggane	amerzeggane	MA		0	Africa/Casablanca	30.01523	-9.07724				09	163		
11131343	Aouliz	aouliz	MA		0	Africa/Casablanca	30.02325	-9.06369				09	163		
11131344	Aït Ouarrhene	ait-ouarrhene	MA		0	Africa/Casablanca	30.01484	-9.06271				09	163		
11131346	Agadir Ouaringarf	agadir-ouaringarf	MA		0	Africa/Casablanca	29.99974	-9.07212				09	163		
11131347	Iberbadene	iberbadene	MA		0	Africa/Casablanca	29.99996	-9.06674				09	163		
11131348	Taourirt n’Tiane	taourirt-n-tiane	MA		0	Africa/Casablanca	30.00135	-9.08378				09	163		
11131351	Anemsa	anemsa	MA		0	Africa/Casablanca	30.00041	-9.05182				09	163		
11131352	Ifrhel m’Bahassoun	ifrhel-m-bahassoun	MA		0	Africa/Casablanca	30.01012	-9.04515				09	163		
11131354	Tassakat	tassakat	MA		0	Africa/Casablanca	30.00295	-9.00127				09	163		
11131355	Aït Moussa	ait-moussa	MA		0	Africa/Casablanca	30.00533	-9.00301				09	163		
11131357	Amaoun	amaoun	MA		0	Africa/Casablanca	30.01485	-9.00242				09	163		
11131358	Azour n’Ali	azour-n-ali	MA		0	Africa/Casablanca	30.02998	-9.05024				09	163		
11131360	Aït-Timezguid	ait-timezguid	MA		0	Africa/Casablanca	30.03058	-9.03434				09	163		
11131361	Ouirhane	ouirhane	MA		0	Africa/Casablanca	30.04507	-9.03254				09	163		
11131362	Tassila	tassila	MA		0	Africa/Casablanca	30.02419	-9.00687				09	163		
11131363	Agourgounane	agourgounane	MA		0	Africa/Casablanca	30.03064	-9.01054				09	163		
11131364	Aït Ouat	ait-ouat	MA		0	Africa/Casablanca	30.03734	-9.00943				09	163		
11131365	Agadir n’Toubkat	agadir-n-toubkat	MA		0	Africa/Casablanca	30.04054	-9.00037				09	163		
11131366	Tamguert Oussiad	tamguert-oussiad	MA		0	Africa/Casablanca	30.0433	-9.00503				09	163		
11131369	Aït Cheikh Mbarek	ait-cheikh-mbarek	MA		0	Africa/Casablanca	30.0546	-9.04165				09	163		
11131370	Arhjane	arhjane	MA		0	Africa/Casablanca	30.06	-9.04809				09	163		
11131371	Aït Moussa	ait-moussa	MA		0	Africa/Casablanca	30.05801	-9.05095				09	163		
11131372	Aït Meskouk	ait-meskouk	MA		0	Africa/Casablanca	30.06297	-9.03162				09	163		
11131373	Aït Lakhdar	ait-lakhdar	MA		0	Africa/Casablanca	30.06388	-9.04196				09	163		
11131374	Tine Boulfoust	tine-boulfoust	MA		0	Africa/Casablanca	30.07642	-9.06151				09	163		
11131376	Boulaine	boulaine	MA		0	Africa/Casablanca	30.08132	-9.04342				09	163		
11131377	Afa Ikourahene	afa-ikourahene	MA		0	Africa/Casablanca	30.07727	-9.04172				09	163		
11131378	Aït El Hajj Ali	ait-el-hajj-ali	MA		0	Africa/Casablanca	30.08186	-9.03704				09	163		
11131379	Irhil n’Hammou	irhil-n-hammou	MA		0	Africa/Casablanca	30.07731	-9.01934				09	163		
11131380	Azerkfoun	azerkfoun	MA		0	Africa/Casablanca	30.07601	-9.00009				09	163		
11131382	Agoumi Imzilene	agoumi-imzilene	MA		0	Africa/Casablanca	30.09076	-9.02787				09	163		
11131383	Agadir Oufra Dougadir	agadir-oufra-dougadir	MA		0	Africa/Casablanca	30.08498	-9.04213				09	163		
11131384	Tine Aït Alla	tine-ait-alla	MA		0	Africa/Casablanca	30.08713	-9.05597				09	163		
11131385	Aït Tagmout	ait-tagmout	MA		0	Africa/Casablanca	30.09923	-9.03769				09	163		
11131386	Tilkahia	tilkahia	MA		0	Africa/Casablanca	30.10332	-9.02494				09	163		
11131387	Azbeg	azbeg	MA		0	Africa/Casablanca	30.09417	-9.02449				09	163		
11131388	Rhannou	rhannou	MA		0	Africa/Casablanca	30.09806	-9.00245				09	163		
11131391	Tou Mal	tou-mal	MA		0	Africa/Casablanca	30.11197	-9.00621				09	163		
11131393	Taourirt n’ Aït bou Laïch	taourirt-n-ait-bou-laich	MA		0	Africa/Casablanca	30.1239	-9.04093				09	163		
11131394	Aït bou Laïch	ait-bou-laich	MA		0	Africa/Casablanca	30.12435	-9.05086				09	163		
11131395	Aït Said ou Youssef	ait-said-ou-youssef	MA		0	Africa/Casablanca	30.12838	-9.02421				09	163		
11131396	Allarht	allarht	MA		0	Africa/Casablanca	30.13108	-9.04672				09	163		
11131397	Aït Jloun	ait-jloun	MA		0	Africa/Casablanca	30.14229	-9.04809				09	163		
11131398	Aït Oulma	ait-oulma	MA		0	Africa/Casablanca	30.14916	-9.04796				09	163		
11131399	Tamsriout	tamsriout	MA		0	Africa/Casablanca	30.14146	-9.03063				09	163		
11131402	Amagour	amagour	MA		0	Africa/Casablanca	30.14051	-9.02646				09	163		
11131403	Agadir Amagour	agadir-amagour	MA		0	Africa/Casablanca	30.14241	-9.02844				09	163		
11131404	Aït Braim	ait-braim	MA		0	Africa/Casablanca	30.14485	-9.03153				09	163		
11131405	Agouni	agouni	MA		0	Africa/Casablanca	30.14852	-9.02371				09	163		
11131406	Bou Kedour	bou-kedour	MA		0	Africa/Casablanca	30.15473	-9.0261				09	163		
11131407	Ouiddourrane	ouiddourrane	MA		0	Africa/Casablanca	30.14632	-9.01018				09	163		
11131408	El’Jama	el-jama	MA		0	Africa/Casablanca	30.15111	-9.00681				09	163		
11131411	Amellouo	amellouo	MA		0	Africa/Casablanca	30.15569	-9.05884				09	163		
11131412	Mezaoul	mezaoul	MA		0	Africa/Casablanca	30.16476	-9.02613				09	163		
11131413	Tikrouine	tikrouine	MA		0	Africa/Casablanca	30.1655	-9.03374				09	163		
11131414	Tessila	tessila	MA		0	Africa/Casablanca	30.16352	-9.03824				09	163		
11131415	Tigemmi N’mon Ou Aho	tigemmi-n-mon-ou-aho	MA		0	Africa/Casablanca	30.15942	-9.04202				09	163		
11131416	Aït Ali ou Mohammed	ait-ali-ou-mohammed	MA		0	Africa/Casablanca	30.16163	-9.05861				09	163		
11131417	Irahalene	irahalene	MA		0	Africa/Casablanca	30.15467	-9.0659				09	163		
11131418	Athmane	athmane	MA		0	Africa/Casablanca	30.16287	-9.06414				09	163		
11131420	Fizig	fizig	MA		0	Africa/Casablanca	30.16934	-9.04556				09	163		
11131426	Bou Timerhrioune	bou-timerhrioune	MA		0	Africa/Casablanca	30.18019	-9.00886				09	541		
11131431	Aall	aall	MA		0	Africa/Casablanca	30.20935	-9.03844				09	541		
11131437	Agrad	agrad	MA		0	Africa/Casablanca	30.23294	-9.07862				09	541		
11131438	Almech	almech	MA		0	Africa/Casablanca	30.23679	-9.07753				09	541		
11131445	Tamoujart Azib	tamoujart-azib	MA		0	Africa/Casablanca	30.24066	-9.00152				09	541		
11131453	Aït Idir	ait-idir	MA		0	Africa/Casablanca	30.03647	-9.17298				09	163		
11131456	Tanamrout	tanamrout	MA		0	Africa/Casablanca	30.0892	-9.03815				09	163		
11131457	Blknarine	blknarine	MA		0	Africa/Casablanca	30.00061	-9.19323				09	163		
11131458	Igourgar	igourgar	MA		0	Africa/Casablanca	30.01811	-9.12466				09	163		
11131459	Aït Taleti	ait-taleti	MA		0	Africa/Casablanca	30.01691	-9.10251				09	163		
11131460	Alannfoukt	alannfoukt	MA		0	Africa/Casablanca	30.00036	-9.15694				09	163		
11131461	Bou Alamene	bou-alamene	MA		0	Africa/Casablanca	30.24897	-9.16084				09	163		
11131462	Bou Yahia	bou-yahia	MA		0	Africa/Casablanca	30.49623	-9.22573				09	541		
11131464	Aït Tougda	ait-tougda	MA		0	Africa/Casablanca	30.45965	-9.23005				09	541		
11131469	Aït El Rhezal	ait-el-rhezal	MA		0	Africa/Casablanca	30.48136	-9.15076				09	541		
11131470	Aït El Cadi	ait-el-cadi	MA		0	Africa/Casablanca	30.48018	-9.14642				09	541		
11131471	El Hamouchiine	el-hamouchiine	MA		0	Africa/Casablanca	30.49379	-9.13883				09	541		
11131472	Oulad Sguir	oulad-sguir	MA		0	Africa/Casablanca	30.45138	-9.20683				09	541		
11131473	Adouz	adouz	MA		0	Africa/Casablanca	30.44729	-9.21904				09	541		
11131479	Arganni el Hamri	arganni-el-hamri	MA		0	Africa/Casablanca	30.43978	-9.23904				09	541		
11131482	Aït Abouad	ait-abouad	MA		0	Africa/Casablanca	30.42282	-9.23715				09	541		
11131483	Bou kheris	bou-kheris	MA		0	Africa/Casablanca	30.40363	-9.23361				09	541		
11131487	Chninet	chninet	MA		0	Africa/Casablanca	30.40701	-9.21775				09	541		
11131490	Dar Caid	dar-caid	MA		0	Africa/Casablanca	30.39511	-9.21513				09	541		
11131492	Oulad Fhal	oulad-fhal	MA		0	Africa/Casablanca	30.4124	-9.20404				09	541		
11131494	Kharrouba	kharrouba	MA		0	Africa/Casablanca	30.43631	-9.20123				09	541		
11131496	Tolba	tolba	MA		0	Africa/Casablanca	30.43636	-9.16979				09	541		
11131497	Archiine Et Tahtaniine	archiine-et-tahtaniine	MA		0	Africa/Casablanca	30.43258	-9.15312				09	541		
11131498	Archiine El Foukaniine	archiine-el-foukaniine	MA		0	Africa/Casablanca	30.42591	-9.15745				09	541		
11131499	Ait Saïd Ben Brahim	ait-said-ben-brahim	MA		0	Africa/Casablanca	30.42535	-9.1726				09	541		
11131503	Aït Rammadi	ait-rammadi	MA		0	Africa/Casablanca	30.4245	-9.18312				09	541		
11131505	Chrarda	chrarda	MA		0	Africa/Casablanca	30.39735	-9.19022				09	541		
11131506	Jemaa	jemaa	MA		0	Africa/Casablanca	30.40037	-9.1858				09	541		
11131508	Keblaniine	keblaniine	MA		0	Africa/Casablanca	30.40509	-9.1752				09	541		
11131510	Smoumat Lariam	smoumat-lariam	MA		0	Africa/Casablanca	30.38205	-9.17162				09	541		
11131515	Aïn Chaïb	ain-chaib	MA		0	Africa/Casablanca	30.37999	-9.23427				09	541		
11131516	Orrid	orrid	MA		0	Africa/Casablanca	30.36672	-9.20717				09	541		
11131517	Ylala	ylala	MA		0	Africa/Casablanca	30.35383	-9.14681				09	541		
11131518	Trouznikine	trouznikine	MA		0	Africa/Casablanca	30.34431	-9.22204				09	541		
11131519	Douar El Kebir	douar-el-kebir	MA		0	Africa/Casablanca	30.3222	-9.2432				09	541		
11131522	El Habid	el-habid	MA		0	Africa/Casablanca	30.33226	-9.20721				09	541		
11131523	Aït Abouad	ait-abouad	MA		0	Africa/Casablanca	30.33487	-9.19955				09	541		
11131524	El Mouinet	el-mouinet	MA		0	Africa/Casablanca	30.30267	-9.20652				09	541		
11131525	Aït Khelili	ait-khelili	MA		0	Africa/Casablanca	30.30697	-9.20582				09	541		
11131526	Krarma	krarma	MA		0	Africa/Casablanca	30.34457	-9.17153				09	541		
11131530	Rouif	rouif	MA		0	Africa/Casablanca	30.30127	-9.20075				09	541		
11131531	Zragfa	zragfa	MA		0	Africa/Casablanca	30.29501	-9.24487				09	541		
11131532	El Kraouit	el-kraouit	MA		0	Africa/Casablanca	30.28678	-9.24612				09	541		
11131534	Aït Tkrida	ait-tkrida	MA		0	Africa/Casablanca	30.28094	-9.23745				09	541		
11131536	Aït Houmane	ait-houmane	MA		0	Africa/Casablanca	30.27549	-9.23861				09	541		
11131538	Aït El Mehid	ait-el-mehid	MA		0	Africa/Casablanca	30.28046	-9.23116				09	541		
11131539	Aforch	aforch	MA		0	Africa/Casablanca	30.27473	-9.22964				09	541		
11131540	Olad Graïne	olad-graine	MA		0	Africa/Casablanca	30.27759	-9.23101				09	541		
11131541	Aït Ech Chegar	ait-ech-chegar	MA		0	Africa/Casablanca	30.28196	-9.23294				09	541		
11131543	Aït Ou Damane	ait-ou-damane	MA		0	Africa/Casablanca	30.27382	-9.22425				09	541		
11131544	Ouiskerane	ouiskerane	MA		0	Africa/Casablanca	30.27014	-9.22535				09	541		
11131546	Aït Amarir	ait-amarir	MA		0	Africa/Casablanca	30.2668	-9.20114				09	541		
11131547	Krarma	krarma	MA		0	Africa/Casablanca	30.2989	-9.20249				09	541		
11131548	Aït Ali Ben Hassoun	ait-ali-ben-hassoun	MA		0	Africa/Casablanca	30.29593	-9.18101				09	541		
11131550	El Brieij	el-brieij	MA		0	Africa/Casablanca	30.27481	-9.17994				09	541		
11131552	Lahmouiid	lahmouiid	MA		0	Africa/Casablanca	30.2799	-9.15838				09	541		
11131554	Douiouir	douiouir	MA		0	Africa/Casablanca	30.29725	-9.15644				09	541		
11131567	El Gtifa	el-gtifa	MA		0	Africa/Casablanca	30.27985	-9.09997				09	541		
11131568	Aït Ben Kourt	ait-ben-kourt	MA		0	Africa/Casablanca	30.28052	-9.09012				09	541		
11131572	Dohira	dohira	MA		0	Africa/Casablanca	30.30116	-9.03675				09	541		
11131575	Aït el Bakhal	ait-el-bakhal	MA		0	Africa/Casablanca	30.32051	-9.08793				09	541		
11131576	Aït Ali Ben Hassoum	ait-ali-ben-hassoum	MA		0	Africa/Casablanca	30.27824	-9.10656				09	541		
11131584	Aït Bouih	ait-bouih	MA		0	Africa/Casablanca	30.35105	-9.06265				09	541		
11131587	Aït Saïd El Mahadi	ait-said-el-mahadi	MA		0	Africa/Casablanca	30.36727	-9.05407				09	541		
11131588	Bni Tileb	bni-tileb	MA		0	Africa/Casablanca	30.36261	-9.11889				09	541		
11131590	Bou Ksissa	bou-ksissa	MA		0	Africa/Casablanca	30.37448	-9.03397				09	541		
11131595	EL Baarir Tahtaniine	el-baarir-tahtaniine	MA		0	Africa/Casablanca	30.45473	-9.12842				09	541		
11131600	Rouif	rouif	MA		0	Africa/Casablanca	30.43305	-9.08265				09	541		
11131603	Arsa el Koudia	arsa-el-koudia	MA		0	Africa/Casablanca	30.42149	-9.02088				09	541		
11131611	El Arba	el-arba	MA		0	Africa/Casablanca	30.47437	-9.07169				09	541		
11131625	Les Agriates	les-agriates	MA		0	Africa/Casablanca	30.38395	-9.01478				09	541		
11131627	Aït Bouazza	ait-bouazza	MA		0	Africa/Casablanca	30.36742	-9.00043				09	541		
11131628	Oulad Ali	oulad-ali	MA		0	Africa/Casablanca	30.35983	-9.00322				09	541		
11131629	Aït Ben Zi	ait-ben-zi	MA		0	Africa/Casablanca	30.35609	-9.00281				09	541		
11131633	Douhour	douhour	MA		0	Africa/Casablanca	30.28922	-9.0248				09	541		
11131638	Aït Abbou	ait-abbou	MA		0	Africa/Casablanca	30.41791	-9.16923				09	541		
11131640	El Groun	el-groun	MA		0	Africa/Casablanca	30.34918	-9.23361				09	541		
11131641	Aït Zi	ait-zi	MA		0	Africa/Casablanca	30.32048	-9.19526				09	541		
11131646	Dar	dar	MA		0	Africa/Casablanca	30.43712	-9.14016				09	541		
11131649	Mallemine	mallemine	MA		0	Africa/Casablanca	30.39524	-9.01714				09	541		
11131651	Azour	azour	MA		0	Africa/Casablanca	30.74844	-9.49108				09	001		
11131653	Sidi Brahim	sidi-brahim	MA		0	Africa/Casablanca	30.74105	-9.47572				09	001		
11131654	Timzizouil	timzizouil	MA		0	Africa/Casablanca	30.73905	-9.47349				09	001		
11131655	Irhazarmine	irhazarmine	MA		0	Africa/Casablanca	30.73645	-9.47164				09	001		
11131656	Sidi Bel Ahssene	sidi-bel-ahssene	MA		0	Africa/Casablanca	30.733	-9.47286				09	001		
11131661	Tayadirt	tayadirt	MA		0	Africa/Casablanca	30.72873	-9.45799				09	001		
11131662	Taourirt	taourirt	MA		0	Africa/Casablanca	30.72303	-9.45367				09	001		
11131663	Anfiga	anfiga	MA		0	Africa/Casablanca	30.72372	-9.46307				09	001		
11131666	Talaïnt Ouguenaou	talaint-ouguenaou	MA		0	Africa/Casablanca	30.71427	-9.45361				09	001		
11131667	Ouardirn	ouardirn	MA		0	Africa/Casablanca	30.71064	-9.45478				09	001		
11131668	Igui Ouguerd	igui-ouguerd	MA		0	Africa/Casablanca	30.71556	-9.45668				09	001		
11131669	Iggui Medene	iggui-medene	MA		0	Africa/Casablanca	30.70767	-9.4614				09	001		
11131671	Tigourdine	tigourdine	MA		0	Africa/Casablanca	30.69773	-9.45518				09	001		
11131672	Iguir Guenna	iguir-guenna	MA		0	Africa/Casablanca	30.69361	-9.45405				09	001		
11131673	Irhil Oufrada	irhil-oufrada	MA		0	Africa/Casablanca	30.69396	-9.45965				09	001		
11131676	Tidili	tidili	MA		0	Africa/Casablanca	30.68202	-9.49618				09	001		
11131677	Zaouia	zaouia	MA		0	Africa/Casablanca	30.6851	-9.48713				09	001		
11131679	Imi n’Tiguirt	imi-n-tiguirt	MA		0	Africa/Casablanca	30.68052	-9.4708				09	001		
11131680	Tadurirt	tadurirt	MA		0	Africa/Casablanca	30.68208	-9.4673				09	001		
11131681	Agadir	agadir	MA		0	Africa/Casablanca	30.68648	-9.46304				09	001		
11131683	Tamazirty	tamazirty	MA		0	Africa/Casablanca	30.69015	-9.46182				09	001		
11131684	Azarhar	azarhar	MA		0	Africa/Casablanca	30.6905	-9.45849				09	001		
11131685	Iggui N’teberguent	iggui-n-teberguent	MA		0	Africa/Casablanca	30.68853	-9.45857				09	001		
11131686	Talat n’Berka	talat-n-berka	MA		0	Africa/Casablanca	30.68595	-9.45884				09	001		
11131687	Timsala	timsala	MA		0	Africa/Casablanca	30.68362	-9.45358				09	001		
11131688	Arhoummif ou Azar	arhoummif-ou-azar	MA		0	Africa/Casablanca	30.69195	-9.45105				09	001		
11131689	Kechla	kechla	MA		0	Africa/Casablanca	30.67537	-9.47474				09	001		
11131690	El Khmis	el-khmis	MA		0	Africa/Casablanca	30.67482	-9.47936				09	001		
11131693	Tifrit	tifrit	MA		0	Africa/Casablanca	30.67088	-9.47769				09	001		
11131694	Oussirhane	oussirhane	MA		0	Africa/Casablanca	30.66468	-9.46523				09	001		
11131695	Aït Oussaouri	ait-oussaouri	MA		0	Africa/Casablanca	30.66301	-9.46355				09	001		
11131696	Tiourarane	tiourarane	MA		0	Africa/Casablanca	30.65924	-9.47289				09	001		
11131697	Tazmaït	tazmait	MA		0	Africa/Casablanca	30.65818	-9.47731				09	001		
11131698	Tama	tama	MA		0	Africa/Casablanca	30.65864	-9.46701				09	001		
11131699	Isk ou Ahmane	isk-ou-ahmane	MA		0	Africa/Casablanca	30.65723	-9.4765				09	001		
11131700	Igguie el Aïn	igguie-el-ain	MA		0	Africa/Casablanca	30.66291	-9.45774				09	001		
11131702	Aït Ou Ahmane	ait-ou-ahmane	MA		0	Africa/Casablanca	30.65293	-9.44559				09	001		
11131709	Aguerd Ougadit	aguerd-ougadit	MA		0	Africa/Casablanca	30.63733	-9.46806				09	001		
11131710	Irhil Ou Saïs	irhil-ou-sais	MA		0	Africa/Casablanca	30.63983	-9.46745				09	001		
11131712	Agueni Ouzdar	agueni-ouzdar	MA		0	Africa/Casablanca	30.64433	-9.44458				09	001		
11131714	Agueni Oufella	agueni-oufella	MA		0	Africa/Casablanca	30.6487	-9.43952				09	001		
11131720	Aït Chleuh	ait-chleuh	MA		0	Africa/Casablanca	30.60228	-9.47806				09	001		
11131721	Tarhrat Ifesfassene	tarhrat-ifesfassene	MA		0	Africa/Casablanca	30.60144	-9.49377				09	001		
11131726	Addar	addar	MA		0	Africa/Casablanca	30.58586	-9.44449				09	001		
11131731	Taguenit Zouggarhene	taguenit-zouggarhene	MA		0	Africa/Casablanca	30.55643	-9.4984				09	001		
11131733	Iferd ou Aziz	iferd-ou-aziz	MA		0	Africa/Casablanca	30.54326	-9.47238				09	001		
11131735	Taourirt Ou Ballach	taourirt-ou-ballach	MA		0	Africa/Casablanca	30.55597	-9.46125				09	001		
11131737	Tichkchemt	tichkchemt	MA		0	Africa/Casablanca	30.55728	-9.44131				09	001		
11131741	Imzilene	imzilene	MA		0	Africa/Casablanca	30.54235	-9.45137				09	001		
11131742	Assahmmour	assahmmour	MA		0	Africa/Casablanca	30.54071	-9.44096				09	001		
11131745	Taourirt Imzerkkane	taourirt-imzerkkane	MA		0	Africa/Casablanca	30.51745	-9.45962				09	001		
11131748	Anou Ilbirene	anou-ilbirene	MA		0	Africa/Casablanca	30.51844	-9.49853				09	001		
11131751	Bou Tzaouat	bou-tzaouat	MA		0	Africa/Casablanca	30.51171	-9.4973				09	001		
11131753	Sattour	sattour	MA		0	Africa/Casablanca	30.50275	-9.4833				09	001		
11131755	Askouitl	askouitl	MA		0	Africa/Casablanca	30.51363	-9.46048				09	001		
11131756	Imoulayiane	imoulayiane	MA		0	Africa/Casablanca	30.50577	-9.43951				09	001		
11131759	Tiguert n’Bouloujour	tiguert-n-bouloujour	MA		0	Africa/Casablanca	30.54819	-9.43841				09	001		
11131768	Taguenit n’Takoucht	taguenit-n-takoucht	MA		0	Africa/Casablanca	30.53607	-9.43484				09	001		
11131772	Inezlafene	inezlafene	MA		0	Africa/Casablanca	30.64033	-9.31051				09	541		
11131773	Alma	alma	MA		0	Africa/Casablanca	30.65596	-9.34142				09	001		
11131775	Igourdane	igourdane	MA		0	Africa/Casablanca	30.65781	-9.33699				09	001		
11131776	Aït n’Sahene	ait-n-sahene	MA		0	Africa/Casablanca	30.65922	-9.31506				09	001		
11131777	Tizguiyne	tizguiyne	MA		0	Africa/Casablanca	30.62061	-9.30555				09	541		
11131779	Aït Bouzit	ait-bouzit	MA		0	Africa/Casablanca	30.6145	-9.29606				09	541		
11131780	Iril	iril	MA		0	Africa/Casablanca	30.62142	-9.30113				09	541		
11131784	Aguerd	aguerd	MA		0	Africa/Casablanca	30.62785	-9.33323				09	001		
11131785	Zeribt	zeribt	MA		0	Africa/Casablanca	30.6312	-9.32763				09	001		
11131787	Tadrine	tadrine	MA		0	Africa/Casablanca	30.73135	-9.33278				09	001		
11131790	Amane Imersal	amane-imersal	MA		0	Africa/Casablanca	30.74692	-9.26089				09	001		
11131791	Assais	assais	MA		0	Africa/Casablanca	30.73735	-9.2555				09	001		
11131792	Aït Ali ou Tars	ait-ali-ou-tars	MA		0	Africa/Casablanca	30.67945	-9.3563				09	001		
11131799	Tiguemml Cherfa	tiguemml-cherfa	MA		0	Africa/Casablanca	30.70771	-9.34853				09	001		
11131805	Tazarine	tazarine	MA		0	Africa/Casablanca	30.5709	-9.33707				09	001		
11131807	Imtlane	imtlane	MA		0	Africa/Casablanca	30.57704	-9.28667				09	541		
11131818	Adardour	adardour	MA		0	Africa/Casablanca	30.59111	-9.29366				09	541		
11131833	Tanrouzt	tanrouzt	MA		0	Africa/Casablanca	30.58922	-9.33347				09	001		
11131835	Tazougart	tazougart	MA		0	Africa/Casablanca	30.58313	-9.27863				09	541		
11131840	Igber Oufella	igber-oufella	MA		0	Africa/Casablanca	30.55542	-9.26987				09	541		
11131842	Tibladine	tibladine	MA		0	Africa/Casablanca	30.53324	-9.28306				09	541		
11131845	Bidiïa	bidiia	MA		0	Africa/Casablanca	30.53757	-9.27351				09	541		
11131849	Taourirt ou Ranchi	taourirt-ou-ranchi	MA		0	Africa/Casablanca	30.59525	-9.28386				09	541		
11131856	Ilbdi	ilbdi	MA		0	Africa/Casablanca	30.56592	-9.45468				09	001		
11131862	Aguerdane	aguerdane	MA		0	Africa/Casablanca	30.51472	-9.43881				09	001		
11131863	Tadouart Ouzedder	tadouart-ouzedder	MA		0	Africa/Casablanca	30.50119	-9.27482				09	541		
11131864	Zaouïa Issene	zaouia-issene	MA		0	Africa/Casablanca	30.50471	-9.27618				09	541		
11131865	Tadouart Oufella	tadouart-oufella	MA		0	Africa/Casablanca	30.51075	-9.28285				09	001		
11131868	Isk	isk	MA		0	Africa/Casablanca	30.69222	-9.45624				09	001		
11131869	Ifadene Oudourdour	ifadene-oudourdour	MA		0	Africa/Casablanca	30.69218	-9.41495				09	001		
11131874	Tinzert	tinzert	MA		0	Africa/Casablanca	30.68862	-9.28244				09	541		
11131875	Imerhane	imerhane	MA		0	Africa/Casablanca	30.69633	-9.2583				09	541		
11131877	Aït Mbarek	ait-mbarek	MA		0	Africa/Casablanca	30.68609	-9.26975				09	541		
11131878	Sgat	sgat	MA		0	Africa/Casablanca	30.67207	-9.26982				09	541		
11131881	Tafilalt	tafilalt	MA		0	Africa/Casablanca	30.67329	-9.25601				09	541		
11131882	Tidouene	tidouene	MA		0	Africa/Casablanca	30.7324	-9.28732				09	001		
11131883	Goungul	goungul	MA		0	Africa/Casablanca	30.74078	-9.27453				09	001		
11131886	Imi Ousrou	imi-ousrou	MA		0	Africa/Casablanca	30.72597	-9.27724				09	001		
11131887	Inzlamne	inzlamne	MA		0	Africa/Casablanca	30.72094	-9.28173				09	001		
11131892	Ididi	ididi	MA		0	Africa/Casablanca	30.60284	-9.25156				09	541		
11131895	Tizoline	tizoline	MA		0	Africa/Casablanca	30.66006	-9.27022				09	541		
11131902	Lalla Tachikht	lalla-tachikht	MA		0	Africa/Casablanca	30.67233	-9.42401				09	001		
11131905	Iggui Ougar	iggui-ougar	MA		0	Africa/Casablanca	30.69126	-9.40037				09	001		
11131907	Aoufir Oulma	aoufir-oulma	MA		0	Africa/Casablanca	30.68919	-9.40981				09	001		
11131908	Bifikhchou	bifikhchou	MA		0	Africa/Casablanca	30.68706	-9.40033				09	001		
11131917	Tarhrat	tarhrat	MA		0	Africa/Casablanca	30.66112	-9.38973				09	001		
11131921	Aït ou Ahou	ait-ou-ahou	MA		0	Africa/Casablanca	30.72018	-9.39901				09	001		
11131924	Tiguemmi Afennsi	tiguemmi-afennsi	MA		0	Africa/Casablanca	30.7467	-9.44123				09	001		
11131926	Bou Talemt	bou-talemt	MA		0	Africa/Casablanca	30.69651	-9.41091				09	001		
11131930	Ifred	ifred	MA		0	Africa/Casablanca	30.70785	-9.43681				09	001		
11131931	Afraou	afraou	MA		0	Africa/Casablanca	30.71077	-9.42943				09	001		
11131934	Ismelilna	ismelilna	MA		0	Africa/Casablanca	30.69886	-9.40167				09	001		
11131947	Bou Aogrt	bou-aogrt	MA		0	Africa/Casablanca	30.53102	-9.40357				09	001		
11131950	Igoulzanane	igoulzanane	MA		0	Africa/Casablanca	30.5526	-9.44636				09	001		
11131956	Anarirh	anarirh	MA		0	Africa/Casablanca	30.59998	-9.401				09	001		
11131957	An Zemmour	an-zemmour	MA		0	Africa/Casablanca	30.61019	-9.39382				09	001		
11131961	Tama	tama	MA		0	Africa/Casablanca	30.61291	-9.43639				09	001		
11131969	Tinngoummou	tinngoummou	MA		0	Africa/Casablanca	30.59324	-9.42648				09	001		
11131973	Takassa	takassa	MA		0	Africa/Casablanca	30.56806	-9.36213				09	001		
11131975	Aoudid	aoudid	MA		0	Africa/Casablanca	30.5768	-9.34822				09	001		
11131981	Tiguemmi el Aouad	tiguemmi-el-aouad	MA		0	Africa/Casablanca	30.59146	-9.37209				09	001		
11131982	Aït ou Lahiane	ait-ou-lahiane	MA		0	Africa/Casablanca	30.61979	-9.3523				09	001		
11131983	Tiguemmi Askour	tiguemmi-askour	MA		0	Africa/Casablanca	30.58998	-9.36304				09	001		
11131984	Aït Bach	ait-bach	MA		0	Africa/Casablanca	30.58337	-9.34734				09	001		
11131992	Tigmi Issoulah	tigmi-issoulah	MA		0	Africa/Casablanca	30.50697	-9.35396				09	001		
11131997	Aït Ibrahim	ait-ibrahim	MA		0	Africa/Casablanca	30.53111	-9.33221				09	001		
11131998	Tibrida	tibrida	MA		0	Africa/Casablanca	30.54564	-9.33812				09	001		
11132002	Tama Ouanou	tama-ouanou	MA		0	Africa/Casablanca	30.52836	-9.37876				09	001		
11132005	Igounane	igounane	MA		0	Africa/Casablanca	30.62304	-9.35268				09	001		
11132006	Taguendou	taguendou	MA		0	Africa/Casablanca	30.68835	-9.37228				09	001		
11132015	Agadir N’tafoukt	agadir-n-tafoukt	MA		0	Africa/Casablanca	30.65182	-9.38827				09	001		
11132016	Aït Ikrou	ait-ikrou	MA		0	Africa/Casablanca	30.72491	-9.38659				09	001		
11132018	Aït bou Lahsene	ait-bou-lahsene	MA		0	Africa/Casablanca	30.72875	-9.38177				09	001		
11132026	Amlal	amlal	MA		0	Africa/Casablanca	30.64056	-9.34102				09	001		
11132030	Agadir Aït ou Sarar	agadir-ait-ou-sarar	MA		0	Africa/Casablanca	30.62236	-9.35042				09	001		
11132033	Tinfit	tinfit	MA		0	Africa/Casablanca	30.64679	-9.36673				09	001		
11132036	Tazarine ou Chemal	tazarine-ou-chemal	MA		0	Africa/Casablanca	30.6619	-9.35174				09	001		
11132040	Andad	andad	MA		0	Africa/Casablanca	30.63733	-9.38801				09	001		
11132043	Anthouz	anthouz	MA		0	Africa/Casablanca	30.50454	-9.49586				09	001		
11132046	Tfirin Ou Guena	tfirin-ou-guena	MA		0	Africa/Casablanca	30.5038	-9.43772				09	001		
11132047	Tamguert	tamguert	MA		0	Africa/Casablanca	30.51001	-9.4281				09	001		
11132053	Aaouni	aaouni	MA		0	Africa/Casablanca	30.65359	-9.44668				09	001		
11132540	Iggui-Ouach	iggui-ouach	MA		0	Africa/Casablanca	30.99305	-9.24615				07	211		
11132541	Amrhach	amrhach	MA		0	Africa/Casablanca	30.99166	-9.24085				07	211		
11132542	Ifrakhessane	ifrakhessane	MA		0	Africa/Casablanca	30.97504	-9.23948				07	211		
11132543	Tagzaoute	tagzaoute	MA		0	Africa/Casablanca	30.97447	-9.24453				07	211		
11132544	Bilougga	bilougga	MA		0	Africa/Casablanca	30.99759	-9.22295				07	211		
11132545	Tougarine	tougarine	MA		0	Africa/Casablanca	30.98411	-9.22988				07	211		
11132546	Tassafine	tassafine	MA		0	Africa/Casablanca	30.97937	-9.22803				07	211		
11132552	Tizi	tizi	MA		0	Africa/Casablanca	30.99576	-9.21368				07	211		
11132554	Bou Ou Azar	bou-ou-azar	MA		0	Africa/Casablanca	30.98435	-9.21823				07	211		
11132555	Tassakht	tassakht	MA		0	Africa/Casablanca	30.976	-9.20967				07	211		
11132556	Lalla Ija Abdallah	lalla-ija-abdallah	MA		0	Africa/Casablanca	30.97255	-9.21792				07	211		
11132557	Aguerd Tizi	aguerd-tizi	MA		0	Africa/Casablanca	30.98418	-9.19396				07	211		
11132559	Toulaoualt	toulaoualt	MA		0	Africa/Casablanca	30.99424	-9.18699				07	211		
11132560	Agouni Qurhioul	agouni-qurhioul	MA		0	Africa/Casablanca	30.96731	-9.24694				07	211		
11132561	Igradene	igradene	MA		0	Africa/Casablanca	30.96639	-9.22978				07	211		
11132563	Amadel Ou Bellal	amadel-ou-bellal	MA		0	Africa/Casablanca	30.96463	-9.19999				07	211		
11132565	Aït Izrhour	ait-izrhour	MA		0	Africa/Casablanca	30.95647	-9.24149				07	211		
11132566	Azal	azal	MA		0	Africa/Casablanca	30.95049	-9.24243				07	211		
11132567	Akoutal	akoutal	MA		0	Africa/Casablanca	30.94952	-9.2386				07	211		
11132568	Aït Bellal	ait-bellal	MA		0	Africa/Casablanca	30.95382	-9.23862				07	211		
11132570	Tassarhine	tassarhine	MA		0	Africa/Casablanca	30.95979	-9.19131				07	211		
11132573	Man Tellouguit	man-tellouguit	MA		0	Africa/Casablanca	30.9404	-9.22311				07	211		
11132574	Tillad	tillad	MA		0	Africa/Casablanca	30.93668	-9.22044				07	211		
11132575	Aït Lehabil	ait-lehabil	MA		0	Africa/Casablanca	30.92719	-9.2353				07	211		
11132577	Asmajna	asmajna	MA		0	Africa/Casablanca	30.9128	-9.23099				07	211		
11132582	Tagdoudine	tagdoudine	MA		0	Africa/Casablanca	30.94203	-9.1913				07	211		
11132583	Iggui Doud	iggui-doud	MA		0	Africa/Casablanca	30.93071	-9.18959				07	211		
11132585	Iberzine	iberzine	MA		0	Africa/Casablanca	30.9119	-9.20385				07	211		
11132586	Lhouceïn Mohamed Ali	lhoucein-mohamed-ali	MA		0	Africa/Casablanca	30.91402	-9.20474				07	211		
11132587	Tiouririne	tiouririne	MA		0	Africa/Casablanca	30.9079	-9.24035				07	211		
11132588	Arhadel n Aïf Mansour	arhadel-n-aif-mansour	MA		0	Africa/Casablanca	30.8984	-9.24417				07	211		
11132589	Ihakkaïne	ihakkaine	MA		0	Africa/Casablanca	30.88604	-9.23982				07	211		
11132590	Tassarhine	tassarhine	MA		0	Africa/Casablanca	30.89501	-9.22838				07	211		
11132591	Amchtoutel	amchtoutel	MA		0	Africa/Casablanca	30.9009	-9.22724				07	211		
11132592	Tiguemmi Ouggourd	tiguemmi-ouggourd	MA		0	Africa/Casablanca	30.90422	-9.22566				07	211		
11132593	Qumenni	qumenni	MA		0	Africa/Casablanca	30.91029	-9.21134				07	211		
11132594	Tafkharht	tafkharht	MA		0	Africa/Casablanca	30.90724	-9.20664				07	211		
11132595	Imi Iguider	imi-iguider	MA		0	Africa/Casablanca	30.89954	-9.20321				07	211		
11132596	Ahmed ou Akrim	ahmed-ou-akrim	MA		0	Africa/Casablanca	30.89608	-9.20034				07	211		
11132597	Izoukoulne n Tassakht	izoukoulne-n-tassakht	MA		0	Africa/Casablanca	30.8965	-9.21189				07	211		
11132598	Aït el Asseri	ait-el-asseri	MA		0	Africa/Casablanca	30.89341	-9.21785				07	211		
11132599	Aït Ali ou el Haj	ait-ali-ou-el-haj	MA		0	Africa/Casablanca	30.88978	-9.21533				07	211		
11132600	Aït Ali el Malik	ait-ali-el-malik	MA		0	Africa/Casablanca	30.8842	-9.21649				07	211		
11132601	Bihi ou Bolla	bihi-ou-bolla	MA		0	Africa/Casablanca	30.88989	-9.20001				07	211		
11132602	Aït el Mombarek	ait-el-mombarek	MA		0	Africa/Casablanca	30.88735	-9.19448				07	211		
11132604	Aït Ouakaï	ait-ouakai	MA		0	Africa/Casablanca	30.87881	-9.23297				07	211		
11132605	Tassarht Imjjad	tassarht-imjjad	MA		0	Africa/Casablanca	30.87207	-9.21282				07	211		
11132611	Jahafre	jahafre	MA		0	Africa/Casablanca	30.84982	-9.19098				07	211		
11132615	Iguer Zouggarhane	iguer-zouggarhane	MA		0	Africa/Casablanca	30.84188	-9.18883				07	211		
11132639	Tamchirt	tamchirt	MA		0	Africa/Casablanca	30.75686	-9.1862				09	541		
11132642	Taourirt Indless	taourirt-indless	MA		0	Africa/Casablanca	30.77706	-9.14002				09	541		
11132647	Igounan	igounan	MA		0	Africa/Casablanca	30.79709	-9.15332				09	541		
11132666	Talat ou Salah	talat-ou-salah	MA		0	Africa/Casablanca	30.8838	-9.19182				07	211		
11132667	Aourir el Hammou	aourir-el-hammou	MA		0	Africa/Casablanca	30.87927	-9.17566				07	211		
11132668	Talaïnt n’Bou Zid	talaint-n-bou-zid	MA		0	Africa/Casablanca	30.8849	-9.16144				07	161		
11132671	Timejmemte	timejmemte	MA		0	Africa/Casablanca	30.8896	-9.1337				07	161		
11132673	Bou T’Kadouine	bou-t-kadouine	MA		0	Africa/Casablanca	30.89617	-9.18867				07	211		
11132680	Bibi n’Aït Ouahmane	bibi-n-ait-ouahmane	MA		0	Africa/Casablanca	30.93894	-9.1733				07	211		
11132681	Aït Barhrar	ait-barhrar	MA		0	Africa/Casablanca	30.94571	-9.1862				07	211		
11132682	Ahmed el Haj	ahmed-el-haj	MA		0	Africa/Casablanca	30.94663	-9.17933				07	211		
11132683	Bou Selam Ahmed ou Saïd	bou-selam-ahmed-ou-said	MA		0	Africa/Casablanca	30.95292	-9.17154				07	211		
11132692	El Haj Ali ou Amar	el-haj-ali-ou-amar	MA		0	Africa/Casablanca	30.9738	-9.17924				07	211		
11132696	Tikhfist	tikhfist	MA		0	Africa/Casablanca	30.9974	-9.1571				07	161		
11132697	Bou el Aïn	bou-el-ain	MA		0	Africa/Casablanca	30.99461	-9.12064				07	161		
11132698	Takniouine ou Alalatas	takniouine-ou-alalatas	MA		0	Africa/Casablanca	30.98803	-9.13272				07	161		
11132699	El Oufrat	el-oufrat	MA		0	Africa/Casablanca	30.98944	-9.09914				07	161		
11132701	Amharek	amharek	MA		0	Africa/Casablanca	30.96291	-9.11158				07	161		
11132703	Tizguine	tizguine	MA		0	Africa/Casablanca	30.91963	-9.1247				07	161		
11132704	Taourirt Imelloulene	taourirt-imelloulene	MA		0	Africa/Casablanca	30.91022	-9.11418				07	161		
11132705	Tizguine	tizguine	MA		0	Africa/Casablanca	30.8989	-9.11214				07	161		
11132718	Tikida	tikida	MA		0	Africa/Casablanca	30.82981	-9.08413				07	161		
11132720	Irerhi	irerhi	MA		0	Africa/Casablanca	30.83659	-9.08054				07	161		
11132724	Taderdourt	taderdourt	MA		0	Africa/Casablanca	30.8049	-9.09587				09	541		
11132725	Ougoug	ougoug	MA		0	Africa/Casablanca	30.80198	-9.09642				09	541		
11132726	Toufsirt	toufsirt	MA		0	Africa/Casablanca	30.79932	-9.09658				09	541		
11132727	Tamsoult Ihouna	tamsoult-ihouna	MA		0	Africa/Casablanca	30.79664	-9.09468				09	541		
11132729	Ifid	ifid	MA		0	Africa/Casablanca	30.7902	-9.09652				09	541		
11132730	Imi Ougni	imi-ougni	MA		0	Africa/Casablanca	30.79144	-9.10487				09	541		
11132733	Tiflit	tiflit	MA		0	Africa/Casablanca	30.78533	-9.11135				09	541		
11132736	Bordj	bordj	MA		0	Africa/Casablanca	30.77662	-9.12768				09	541		
11132738	Imeslla	imeslla	MA		0	Africa/Casablanca	30.77264	-9.13449				09	541		
11132743	Talount	talount	MA		0	Africa/Casablanca	30.76007	-9.10996				09	541		
11132748	Amda	amda	MA		0	Africa/Casablanca	30.75766	-9.08023				09	541		
11132759	Zaouit Tazouent	zaouit-tazouent	MA		0	Africa/Casablanca	30.79959	-9.07				09	541		
11132762	Targante	targante	MA		0	Africa/Casablanca	30.81306	-9.06041				09	541		
11132768	Iguemir	iguemir	MA		0	Africa/Casablanca	30.83152	-9.03506				07	161		
11132772	Aguenza	aguenza	MA		0	Africa/Casablanca	30.83751	-9.07591				07	161		
11132774	Amsoul	amsoul	MA		0	Africa/Casablanca	30.84002	-9.07311				07	161		
11132775	Tigoudar	tigoudar	MA		0	Africa/Casablanca	30.8419	-9.0755				07	161		
11132779	Amsoul-n’Hloug	amsoul-n-hloug	MA		0	Africa/Casablanca	30.86275	-9.0493				07	161		
11132780	Aït T’Haïkt	ait-t-haikt	MA		0	Africa/Casablanca	30.85946	-9.03986				07	161		
11132782	Tagadirt	tagadirt	MA		0	Africa/Casablanca	30.86211	-9.04949				07	161		
11132784	Mamlal	mamlal	MA		0	Africa/Casablanca	30.86526	-9.04816				07	161		
11132790	Aït el Moumene	ait-el-moumene	MA		0	Africa/Casablanca	30.89621	-9.03493				07	161		
11132794	Tamsoult	tamsoult	MA		0	Africa/Casablanca	30.91876	-9.03204				07	161		
11132797	Sidi Mohamed-ou Gourd	sidi-mohamed-ou-gourd	MA		0	Africa/Casablanca	30.94509	-9.02959				07	161		
11132798	Aït Ou Arab	ait-ou-arab	MA		0	Africa/Casablanca	30.95422	-9.02419				07	161		
11132802	Aouzzou	aouzzou	MA		0	Africa/Casablanca	30.9945	-9.07298				07	161		
11132810	Taskamt	taskamt	MA		0	Africa/Casablanca	30.9559	-9.01788				07	161		
11132813	Tlifine	tlifine	MA		0	Africa/Casablanca	30.93004	-9.0123				07	161		
11132815	Iherdane	iherdane	MA		0	Africa/Casablanca	30.92757	-9.01621				07	161		
11132821	Amdirher	amdirher	MA		0	Africa/Casablanca	30.87759	-9.01731				07	161		
11132824	Amsoul ou Guerram	amsoul-ou-guerram	MA		0	Africa/Casablanca	30.86772	-9.02806				07	161		
11132838	Aguerd n’Taourirt Azib	aguerd-n-taourirt-azib	MA		0	Africa/Casablanca	30.77825	-9.01066				09	541		
11132846	Iadjar	iadjar	MA		0	Africa/Casablanca	30.99827	-9.02675				07	161		
11132847	Et Tout	et-tout	MA		0	Africa/Casablanca	30.99835	-9.09525				07	161		
11132848	Aït Addi	ait-addi	MA		0	Africa/Casablanca	30.99816	-9.14095				07	161		
11142617	Imi Ighzar	imi-ighzar	MA		0	Africa/Casablanca	30.20204	-8.97324				09	541		
11142627	Tawrirt	tawrirt	MA		0	Africa/Casablanca	30.1619	-8.9546				09	541		
11142629	Tloum	tloum	MA		0	Africa/Casablanca	30.15661	-8.95294				09	541		
11142632	Aït Warkouwiy	ait-warkouwiy	MA		0	Africa/Casablanca	30.15281	-8.919				09	541		
11142640	Ighil Al Borj	ighil-al-borj	MA		0	Africa/Casablanca	30.1354	-8.94485				09	541		
11142641	Agadir Ou Mlal	agadir-ou-mlal	MA		0	Africa/Casablanca	30.11965	-8.981				09	163		
11142647	Tounine	tounine	MA		0	Africa/Casablanca	30.1214	-8.91253				09	541		
11142649	Imi Ougniy	imi-ougniy	MA		0	Africa/Casablanca	30.09652	-8.97658				09	163		
11142650	Talat-n-Tafounast	talat-n-tafounast	MA		0	Africa/Casablanca	30.08943	-8.99615				09	163		
11142651	Manchalla	manchalla	MA		0	Africa/Casablanca	30.08332	-8.97675				09	163		
11142652	Bilaline	bilaline	MA		0	Africa/Casablanca	30.08521	-8.96608				09	163		
11142654	Bigrizane	bigrizane	MA		0	Africa/Casablanca	30.09467	-8.94441				09	163		
11142656	Aït-ou-Amane	ait-ou-amane	MA		0	Africa/Casablanca	30.09915	-8.90898				09	163		
11142658	Tansrat	tansrat	MA		0	Africa/Casablanca	30.10343	-8.90641				09	163		
11142662	Agadir-n-Tizza	agadir-n-tizza	MA		0	Africa/Casablanca	30.07448	-8.92261				09	163		
11142667	Imi-n-Tilil	imi-n-tilil	MA		0	Africa/Casablanca	30.05379	-8.97846				09	163		
11142668	Imi-n-Touzine	imi-n-touzine	MA		0	Africa/Casablanca	30.03217	-8.95438				09	541		
11142669	Anammar-n-Inzarn	anammar-n-inzarn	MA		0	Africa/Casablanca	30.03121	-8.94778				09	541		
11142671	Timoula	timoula	MA		0	Africa/Casablanca	30.01375	-8.98233				09	163		
11142672	Tilzguit	tilzguit	MA		0	Africa/Casablanca	30.00735	-8.92276				09	541		
11142673	Tifghalt-n-Chikh	tifghalt-n-chikh	MA		0	Africa/Casablanca	30.02017	-8.91566				09	541		
11142674	Tifghalt-n-Boumane	tifghalt-n-boumane	MA		0	Africa/Casablanca	30.02378	-8.89912				09	541		
11142676	Afagnane	afagnane	MA		0	Africa/Casablanca	30.03732	-8.90261				09	541		
11142680	Agard Izzoughane	agard-izzoughane	MA		0	Africa/Casablanca	30.04575	-8.88536				09	541		
11142684	Imizirg	imizirg	MA		0	Africa/Casablanca	30.02044	-8.87349				09	541		
11142687	Tamekghazt	tamekghazt	MA		0	Africa/Casablanca	30.0051	-8.83664				09	541		
11142688	Agadir Ou Imgharn	agadir-ou-imgharn	MA		0	Africa/Casablanca	30.006	-8.82438				09	541		
11142690	Amtoul	amtoul	MA		0	Africa/Casablanca	30.00598	-8.82123				09	541		
11142693	Imitk	imitk	MA		0	Africa/Casablanca	30.02162	-8.8232				09	541		
11142695	Aït Widar-n-Izdar	ait-widar-n-izdar	MA		0	Africa/Casablanca	30.03593	-8.84262				09	541		
11142696	Wawsrir	wawsrir	MA		0	Africa/Casablanca	30.03595	-8.8471				09	541		
11142701	Ighil	ighil	MA		0	Africa/Casablanca	30.05504	-8.8523				09	541		
11142706	Dwar Bou ’Omar	dwar-bou-omar	MA		0	Africa/Casablanca	30.0256	-8.78741				09	541		
11142710	Tifrit	tifrit	MA		0	Africa/Casablanca	30.07365	-8.86912				09	541		
11142713	Imi-n-Ghzar	imi-n-ghzar	MA		0	Africa/Casablanca	30.07493	-8.85167				09	541		
11142714	Tibriout	tibriout	MA		0	Africa/Casablanca	30.08592	-8.85567				09	541		
11142715	Tagandout	tagandout	MA		0	Africa/Casablanca	30.09144	-8.8583				09	541		
11142718	Aït Ouzough	ait-ouzough	MA		0	Africa/Casablanca	30.09378	-8.82331				09	541		
11142720	Aït Wazal	ait-wazal	MA		0	Africa/Casablanca	30.07578	-8.79905				09	541		
11142721	Tinadghant	tinadghant	MA		0	Africa/Casablanca	30.0784	-8.79509				09	541		
11142722	Inif	inif	MA		0	Africa/Casablanca	30.08873	-8.792				09	541		
11142727	Imzourk	imzourk	MA		0	Africa/Casablanca	30.1213	-8.81446				09	541		
11142728	Assoul	assoul	MA		0	Africa/Casablanca	30.12416	-8.81833				09	541		
11142729	Agaghdad	agaghdad	MA		0	Africa/Casablanca	30.12878	-8.81736				09	541		
11142732	Tazakarmt	tazakarmt	MA		0	Africa/Casablanca	30.13938	-8.82215				09	541		
11142734	Igrizane	igrizane	MA		0	Africa/Casablanca	30.1341	-8.83265				09	541		
11142735	Wankiyou	wankiyou	MA		0	Africa/Casablanca	30.13274	-8.84483				09	541		
11142736	Iharbilane	iharbilane	MA		0	Africa/Casablanca	30.12618	-8.85277				09	541		
11142738	Inilf	inilf	MA		0	Africa/Casablanca	30.1381	-8.87468				09	541		
11142739	Agalz	agalz	MA		0	Africa/Casablanca	30.14725	-8.85498				09	541		
11142741	Tazart	tazart	MA		0	Africa/Casablanca	30.14277	-8.83857				09	541		
11142742	Tikitar	tikitar	MA		0	Africa/Casablanca	30.15077	-8.81296				09	541		
11142744	Tiliwa Izdar	tiliwa-izdar	MA		0	Africa/Casablanca	30.14884	-8.78513				09	541		
11142745	Aït A’mar	ait-a-mar	MA		0	Africa/Casablanca	30.16025	-8.81294				09	541		
11142746	Tingharar	tingharar	MA		0	Africa/Casablanca	30.16115	-8.82736				09	541		
11142747	Afagha	afagha	MA		0	Africa/Casablanca	30.15742	-8.82947				09	541		
11142748	Afalla Ighil	afalla-ighil	MA		0	Africa/Casablanca	30.16042	-8.83158				09	541		
11142749	Ouzoughane	ouzoughane	MA		0	Africa/Casablanca	30.16057	-8.86682				09	541		
11142750	Aït Aghrar	ait-aghrar	MA		0	Africa/Casablanca	30.16287	-8.87448				09	541		
11142751	Agadir Izdghad	agadir-izdghad	MA		0	Africa/Casablanca	30.16562	-8.87549				09	541		
11142753	Agadir Taska	agadir-taska	MA		0	Africa/Casablanca	30.17563	-8.86399				09	541		
11142758	Imi-n-Flous	imi-n-flous	MA		0	Africa/Casablanca	30.18605	-8.86542				09	541		
11142759	Tamknisfat	tamknisfat	MA		0	Africa/Casablanca	30.19353	-8.83852				09	541		
11142761	Ighil-n-Aït Khalf	ighil-n-ait-khalf	MA		0	Africa/Casablanca	30.19181	-8.80728				09	541		
11142762	Tigounitine	tigounitine	MA		0	Africa/Casablanca	30.19019	-8.81114				09	541		
11142767	Aït Ras	ait-ras	MA		0	Africa/Casablanca	30.20133	-8.79323				09	541		
11142768	Atgout	atgout	MA		0	Africa/Casablanca	30.17587	-8.88629				09	541		
11142773	Anliy	anliy	MA		0	Africa/Casablanca	30.20264	-8.78906				09	541		
11142774	Aït Bouhou	ait-bouhou	MA		0	Africa/Casablanca	30.2136	-8.79292				09	541		
11142776	Agard	agard	MA		0	Africa/Casablanca	30.24115	-8.81517				09	541		
11142779	Tanghat	tanghat	MA		0	Africa/Casablanca	30.22265	-8.76552				09	541		
11142782	Assaka	assaka	MA		0	Africa/Casablanca	30.19574	-8.75529				09	541		
11142783	Imzilane	imzilane	MA		0	Africa/Casablanca	30.18437	-8.76211				09	541		
11142789	Agar-n-Wal	agar-n-wal	MA		0	Africa/Casablanca	30.12018	-8.75448				09	541		
11142794	Oughzif	oughzif	MA		0	Africa/Casablanca	30.06303	-8.77419				09	541		
11142797	Taka	taka	MA		0	Africa/Casablanca	30.03304	-8.79038				09	541		
11142798	Agard-n-Tourirt	agard-n-tourirt	MA		0	Africa/Casablanca	30.03251	-8.77372				09	541		
11142802	Aït Widar-n-Oufalla	ait-widar-n-oufalla	MA		0	Africa/Casablanca	30.03786	-8.83564				09	541		
11142805	Toul Haj	toul-haj	MA		0	Africa/Casablanca	30.06157	-8.98397				09	163		
11142806	Timyal	timyal	MA		0	Africa/Casablanca	30.03338	-8.97006				09	163		
11142807	Tiwalline	tiwalline	MA		0	Africa/Casablanca	30.06353	-8.82204				09	541		
11142808	Tifghalt-n-Brahim Yahia	tifghalt-n-brahim-yahia	MA		0	Africa/Casablanca	30.05554	-8.92849				09	541		
11142809	Aït Illou	ait-illou	MA		0	Africa/Casablanca	30.01271	-8.96053				09	541		
11142813	Izwirry	izwirry	MA		0	Africa/Casablanca	30.04867	-8.81138				09	541		
11142814	Doutlakh	doutlakh	MA		0	Africa/Casablanca	30.02192	-8.79131				09	541		
11142836	Oulad Mess’awd	oulad-mess-awd	MA		0	Africa/Casablanca	30.47424	-8.74082				09	541		
11142843	Tagadirt-n-Dou Sarou	tagadirt-n-dou-sarou	MA		0	Africa/Casablanca	30.40007	-8.69556				09	541		
11142844	Taghennboucht	taghennboucht	MA		0	Africa/Casablanca	30.39456	-8.70481				09	541		
11142845	Tagadirt d-Douch	tagadirt-d-douch	MA		0	Africa/Casablanca	30.39363	-8.68827				09	541		
11142875	Agalf	agalf	MA		0	Africa/Casablanca	30.23549	-8.74455				09	541		
11142876	Tanika	tanika	MA		0	Africa/Casablanca	30.24123	-8.72017				09	541		
11142878	Imi-n-Talat	imi-n-talat	MA		0	Africa/Casablanca	30.22722	-8.72354				09	541		
11142879	Tayaght	tayaght	MA		0	Africa/Casablanca	30.19412	-8.74468				09	541		
11142880	Tighoumar	tighoumar	MA		0	Africa/Casablanca	30.20083	-8.71204				09	541		
11142881	Agadir-n-Igouzouln	agadir-n-igouzouln	MA		0	Africa/Casablanca	30.20462	-8.69073				09	541		
11142882	Ifguis	ifguis	MA		0	Africa/Casablanca	30.19098	-8.69327				09	541		
11142883	Aït La’jal	ait-la-jal	MA		0	Africa/Casablanca	30.18818	-8.69316				09	541		
11142884	Agni-n-Sarghil	agni-n-sarghil	MA		0	Africa/Casablanca	30.23326	-8.67831				09	541		
11142885	Tawrirt	tawrirt	MA		0	Africa/Casablanca	30.22286	-8.66183				09	541		
11142886	Laqsabt	laqsabt	MA		0	Africa/Casablanca	30.21867	-8.66159				09	541		
11142887	Asgoun Ikoubilan	asgoun-ikoubilan	MA		0	Africa/Casablanca	30.22147	-8.64438				09	541		
11142890	Ibadidane	ibadidane	MA		0	Africa/Casablanca	30.18772	-8.67548				09	541		
11142891	Aït Baha	ait-baha	MA		0	Africa/Casablanca	30.18509	-8.74245				09	541		
11142892	Aït Bou Sa’ïd	ait-bou-sa-id	MA		0	Africa/Casablanca	30.17846	-8.71271				09	541		
11142893	Oughris	oughris	MA		0	Africa/Casablanca	30.181	-8.70432				09	541		
11142894	Aït La’jal	ait-la-jal	MA		0	Africa/Casablanca	30.17279	-8.67537				09	541		
11142896	Tintmazirt	tintmazirt	MA		0	Africa/Casablanca	30.15036	-8.702				09	541		
11142898	Agni	agni	MA		0	Africa/Casablanca	30.11071	-8.72944				09	541		
11142900	Foug-Nar	foug-nar	MA		0	Africa/Casablanca	30.11001	-8.67531				09	541		
11142901	Tinadine	tinadine	MA		0	Africa/Casablanca	30.11025	-8.65166				09	541		
11142903	Tachakcht	tachakcht	MA		0	Africa/Casablanca	30.10377	-8.62537				09	541		
11142904	Agadir-n-Oufarta	agadir-n-oufarta	MA		0	Africa/Casablanca	30.09219	-8.65683				09	541		
11142905	Awzilit	awzilit	MA		0	Africa/Casablanca	30.09042	-8.66247				09	541		
11142906	Ighir-n-Tighfart	ighir-n-tighfart	MA		0	Africa/Casablanca	30.08783	-8.67792				09	541		
11142907	Wi-n-’Aliwn	wi-n-aliwn	MA		0	Africa/Casablanca	30.08643	-8.73929				09	541		
11142908	Aït Boutiliy	ait-boutiliy	MA		0	Africa/Casablanca	30.07797	-8.65971				09	541		
11142911	Igharmane Ou Ltaguiar	igharmane-ou-ltaguiar	MA		0	Africa/Casablanca	30.03564	-8.69743				09	541		
11142913	Tizi-n-Wadday	tizi-n-wadday	MA		0	Africa/Casablanca	30.04101	-8.64348				09	541		
11142914	Tagadirt-n-Igouzouln	tagadirt-n-igouzouln	MA		0	Africa/Casablanca	30.0121	-8.65258				09	541		
11142915	Tafaynout	tafaynout	MA		0	Africa/Casablanca	30.02197	-8.63344				09	541		
11142916	Imzour	imzour	MA		0	Africa/Casablanca	30.02446	-8.63621				09	541		
11142918	Adday	adday	MA		0	Africa/Casablanca	30.05022	-8.63848				09	541		
11142919	Ighir-n-Waboud	ighir-n-waboud	MA		0	Africa/Casablanca	30.00013	-8.63894				09	541		
11142920	Iligh	iligh	MA		0	Africa/Casablanca	30.00248	-8.61782				09	541		
11142921	Agard-n-Walous	agard-n-walous	MA		0	Africa/Casablanca	30.01474	-8.60134				09	541		
11142922	Azour-n-Ighil	azour-n-ighil	MA		0	Africa/Casablanca	30.05087	-8.58432				09	541		
11142923	Agard-n-Oudad	agard-n-oudad	MA		0	Africa/Casablanca	30.0845	-8.61881				09	541		
11142924	Talidla	talidla	MA		0	Africa/Casablanca	30.09065	-8.6084				09	541		
11142925	Tassarga	tassarga	MA		0	Africa/Casablanca	30.0542	-8.57574				09	541		
11142926	Bou Ifard	bou-ifard	MA		0	Africa/Casablanca	30.08001	-8.53164				09	541		
11142927	Toukard	toukard	MA		0	Africa/Casablanca	30.06359	-8.51555				09	541		
11142928	Talat-n-Aït Hammou	talat-n-ait-hammou	MA		0	Africa/Casablanca	30.11803	-8.60664				09	541		
11142929	Talat-n-Ifouloussane	talat-n-ifouloussane	MA		0	Africa/Casablanca	30.13609	-8.63067				09	541		
11142930	Tafarzalt	tafarzalt	MA		0	Africa/Casablanca	30.12428	-8.58411				09	541		
11142931	Aït Bou Calah	ait-bou-calah	MA		0	Africa/Casablanca	30.11406	-8.59943				09	541		
11142932	Tagguine	tagguine	MA		0	Africa/Casablanca	30.11227	-8.60207				09	541		
11142933	Tifourt	tifourt	MA		0	Africa/Casablanca	30.10918	-8.60546				09	541		
11142934	Tawrirt-n-Wadou	tawrirt-n-wadou	MA		0	Africa/Casablanca	30.14345	-8.55386				09	541		
11142935	Tatalt	tatalt	MA		0	Africa/Casablanca	30.1541	-8.55222				09	541		
11142936	Issourg	issourg	MA		0	Africa/Casablanca	30.15206	-8.53939				09	541		
11142937	Dar Wamane	dar-wamane	MA		0	Africa/Casablanca	30.14817	-8.54053				09	541		
11142938	Cimid	cimid	MA		0	Africa/Casablanca	30.15225	-8.57905				09	541		
11142939	Aït Makhlouf	ait-makhlouf	MA		0	Africa/Casablanca	30.16091	-8.55632				09	541		
11142941	Tizamrane	tizamrane	MA		0	Africa/Casablanca	30.17243	-8.55978				09	541		
11142942	Tigammi-n-Tourg	tigammi-n-tourg	MA		0	Africa/Casablanca	30.16672	-8.56188				09	541		
11142943	Aït Walane	ait-walane	MA		0	Africa/Casablanca	30.16455	-8.54752				09	541		
11142945	Ighir-n-Islane	ighir-n-islane	MA		0	Africa/Casablanca	30.17816	-8.55388				09	541		
11142947	Labast	labast	MA		0	Africa/Casablanca	30.19879	-8.55019				09	541		
11142948	Amdghar	amdghar	MA		0	Africa/Casablanca	30.22697	-8.59984				09	541		
11142950	Tinwatoun	tinwatoun	MA		0	Africa/Casablanca	30.23749	-8.56869				09	541		
11142951	Tigammit	tigammit	MA		0	Africa/Casablanca	30.22944	-8.53886				09	541		
11142952	Ighir-n-Tazadim	ighir-n-tazadim	MA		0	Africa/Casablanca	30.2231	-8.52622				09	541		
11142953	Tizgui-n-Oufalla	tizgui-n-oufalla	MA		0	Africa/Casablanca	30.20816	-8.53152				09	541		
11142954	Agardane	agardane	MA		0	Africa/Casablanca	30.20916	-8.53626				09	541		
11142955	Assaka	assaka	MA		0	Africa/Casablanca	30.20018	-8.53409				09	541		
11142956	Ourtiy	ourtiy	MA		0	Africa/Casablanca	30.20536	-8.5198				09	541		
11142957	Tizi-n-Tilline	tizi-n-tilline	MA		0	Africa/Casablanca	30.19104	-8.51639				09	541		
11142958	Anmid	anmid	MA		0	Africa/Casablanca	30.18805	-8.52965				09	541		
11142959	Tigart	tigart	MA		0	Africa/Casablanca	30.2051	-8.5056				09	541		
11142960	Wawgmout	wawgmout	MA		0	Africa/Casablanca	30.09778	-8.51078				09	541		
11142961	Tagnit	tagnit	MA		0	Africa/Casablanca	30.09526	-8.50735				09	541		
11142963	Taghzout	taghzout	MA		0	Africa/Casablanca	30.08768	-8.50974				09	541		
11142965	Tazka	tazka	MA		0	Africa/Casablanca	30.13174	-8.70996				09	541		
11142966	Ifarwane	ifarwane	MA		0	Africa/Casablanca	30.08055	-8.50324				09	541		
11142967	Sabt Tatawt	sabt-tatawt	MA		0	Africa/Casablanca	30.24769	-8.70826				09	541		
11142968	Agdal	agdal	MA		0	Africa/Casablanca	30.22046	-8.58193				09	541		
11142969	Amlou	amlou	MA		0	Africa/Casablanca	30.10671	-8.74511				09	541		
11143149	Aït Agwahou	ait-agwahou	MA		0	Africa/Casablanca	30.24778	-8.72477				09	541		
11143150	Sabt ’Ayt Magourt	sabt-ayt-magourt	MA		0	Africa/Casablanca	30.2474	-8.70807				09	541		
11143151	Ayt Agouhawe	ayt-agouhawe	MA		0	Africa/Casablanca	30.24769	-8.72494				09	541		
11143157	Glalcha Oued Ouaar	glalcha-oued-ouaar	MA		0	Africa/Casablanca	30.46094	-8.96908				09	541		
11143162	Oulad Bounouna	oulad-bounouna	MA		0	Africa/Casablanca	30.47681	-8.89183				09	541		
11143163	El Hossoun	el-hossoun	MA		0	Africa/Casablanca	30.47076	-8.89294				09	541		
11143166	Aït Amara	ait-amara	MA		0	Africa/Casablanca	30.44722	-8.93586				09	541		
11143167	Tafoukt	tafoukt	MA		0	Africa/Casablanca	30.45085	-8.94159				09	541		
11143168	Sidi el Hajj Mbarek	sidi-el-hajj-mbarek	MA		0	Africa/Casablanca	30.4538	-8.94865				09	541		
11143169	Aït Zitane	ait-zitane	MA		0	Africa/Casablanca	30.45201	-8.93483				09	541		
11143170	Aït Haïda	ait-haida	MA		0	Africa/Casablanca	30.46102	-8.93254				09	541		
11143172	Zaouia Sidi Daoud	zaouia-sidi-daoud	MA		0	Africa/Casablanca	30.45347	-8.90638				09	541		
11143175	Mellah	mellah	MA		0	Africa/Casablanca	30.46707	-8.88054				09	541		
11143178	El Fokha	el-fokha	MA		0	Africa/Casablanca	30.44093	-8.92003				09	541		
11143182	Behessiia	behessiia	MA		0	Africa/Casablanca	30.43667	-8.9965				09	541		
11143183	Aït Azzouz	ait-azzouz	MA		0	Africa/Casablanca	30.43001	-8.96002				09	541		
11143185	Aït Yaïch	ait-yaich	MA		0	Africa/Casablanca	30.42698	-8.95974				09	541		
11143187	Aït Daoud	ait-daoud	MA		0	Africa/Casablanca	30.4233	-8.95964				09	541		
11143189	Oulad Ahmed	oulad-ahmed	MA		0	Africa/Casablanca	30.42604	-8.94561				09	541		
11143191	Douiouir	douiouir	MA		0	Africa/Casablanca	30.41845	-8.93593				09	541		
11143192	El Ksiba	el-ksiba	MA		0	Africa/Casablanca	30.4168	-8.95294				09	541		
11143193	Rmel	rmel	MA		0	Africa/Casablanca	30.41586	-8.95854				09	541		
11143194	Aït ben Moussa	ait-ben-moussa	MA		0	Africa/Casablanca	30.41432	-8.96685				09	541		
11143195	El Biout	el-biout	MA		0	Africa/Casablanca	30.41011	-8.95998				09	541		
11143198	Aït Slimane	ait-slimane	MA		0	Africa/Casablanca	30.39578	-8.96663				09	541		
11143207	Aït Kassem	ait-kassem	MA		0	Africa/Casablanca	30.45073	-8.89793				09	541		
11143225	Tachedirt	tachedirt	MA		0	Africa/Casablanca	30.30158	-8.87061				09	541		
11143230	Taïert	taiert	MA		0	Africa/Casablanca	30.31655	-8.8195				09	541		
11143234	Mdroust	mdroust	MA		0	Africa/Casablanca	30.25172	-8.86042				09	541		
11143237	Tarhchouft	tarhchouft	MA		0	Africa/Casablanca	30.26332	-8.82362				09	541		
11143240	Azour n’ Ouferdou	azour-n-ouferdou	MA		0	Africa/Casablanca	30.27501	-8.8095				09	541		
11143241	Mislil	mislil	MA		0	Africa/Casablanca	30.25199	-8.79622				09	541		
11143244	Issanissene	issanissene	MA		0	Africa/Casablanca	30.29667	-8.80956				09	541		
11143245	Bou el Borj	bou-el-borj	MA		0	Africa/Casablanca	30.29536	-8.80705				09	541		
11143247	Ikharrazene	ikharrazene	MA		0	Africa/Casablanca	30.29969	-8.79664				09	541		
11143249	Imzil	imzil	MA		0	Africa/Casablanca	30.26686	-8.7925				09	541		
11143251	Tagounaft	tagounaft	MA		0	Africa/Casablanca	30.30988	-8.80538				09	541		
11143253	Aït Salah	ait-salah	MA		0	Africa/Casablanca	30.31423	-8.79675				09	541		
11143270	El Bedia	el-bedia	MA		0	Africa/Casablanca	30.43282	-8.82063				09	541		
11143276	Amer Haï	amer-hai	MA		0	Africa/Casablanca	30.44389	-8.80006				09	541		
11143284	Bou Taddout	bou-taddout	MA		0	Africa/Casablanca	30.48756	-8.8233				09	541		
11143286	Chorfa	chorfa	MA		0	Africa/Casablanca	30.49002	-8.81739				09	541		
11143287	Oulad Aïssa	oulad-aissa	MA		0	Africa/Casablanca	30.49266	-8.81025				09	541		
11143288	Oulad Saïd	oulad-said	MA		0	Africa/Casablanca	30.49063	-8.808				09	541		
11143291	Zaouia Arhechi	zaouia-arhechi	MA		0	Africa/Casablanca	30.49704	-8.75736				09	541		
11143293	Zaouia Sidi Salah	zaouia-sidi-salah	MA		0	Africa/Casablanca	30.49261	-8.7674				09	541		
11143295	Oulad Ajal	oulad-ajal	MA		0	Africa/Casablanca	30.48765	-8.77137				09	541		
11143298	El Kherab	el-kherab	MA		0	Africa/Casablanca	30.48049	-8.79055				09	541		
11143301	Afrikis	afrikis	MA		0	Africa/Casablanca	30.46607	-8.80149				09	541		
11143307	Tiladou	tiladou	MA		0	Africa/Casablanca	30.38255	-8.7703				09	541		
11143308	Tagounit n’ Tiladou	tagounit-n-tiladou	MA		0	Africa/Casablanca	30.37932	-8.77223				09	541		
11143312	Asser Hane	asser-hane	MA		0	Africa/Casablanca	30.36298	-8.78999				09	541		
11143314	Azgaïoud	azgaioud	MA		0	Africa/Casablanca	30.34229	-8.76538				09	541		
11143317	Aourir	aourir	MA		0	Africa/Casablanca	30.33807	-8.75645				09	541		
11143320	Tassemgout	tassemgout	MA		0	Africa/Casablanca	30.33083	-8.7701				09	541		
11143322	Aglagal n’ Oumoulet	aglagal-n-oumoulet	MA		0	Africa/Casablanca	30.31835	-8.77914				09	541		
11143326	Irhirane	irhirane	MA		0	Africa/Casablanca	30.27839	-8.7674				09	541		
11143328	Migrane	migrane	MA		0	Africa/Casablanca	30.26999	-8.77167				09	541		
11143330	Taoujgalt	taoujgalt	MA		0	Africa/Casablanca	30.25294	-8.77832				09	541		
11143331	Aït Bella	ait-bella	MA		0	Africa/Casablanca	30.27336	-8.80521				09	541		
11143332	Aït Lahsene	ait-lahsene	MA		0	Africa/Casablanca	30.29495	-8.7527				09	541		
11143333	Irhil n’ Iskane	irhil-n-iskane	MA		0	Africa/Casablanca	30.29982	-8.7769				09	541		
11143338	Ouaouziart	ouaouziart	MA		0	Africa/Casablanca	30.26486	-8.77933				09	541		
11143339	Aderg	aderg	MA		0	Africa/Casablanca	30.43172	-8.81645				09	541		
11143372	Bou Ifergane	bou-ifergane	MA		0	Africa/Casablanca	30.45536	-8.86604				09	541		
11143406	El Ksiba	el-ksiba	MA		0	Africa/Casablanca	30.4418	-8.87122				09	541		
11143407	Oulad bou Rabiaa	oulad-bou-rabiaa	MA		0	Africa/Casablanca	30.43662	-8.99853				09	541		
11143408	Imi n’ Tidegt	imi-n-tidegt	MA		0	Africa/Casablanca	30.35405	-8.8098				09	541		
11143447	Moussa Dar Bacha	moussa-dar-bacha	MA		0	Africa/Casablanca	30.38806	-8.69462				09	541		
11143448	Anamer	anamer	MA		0	Africa/Casablanca	30.3962	-8.6923				09	541		
11143453	Dughzifene	dughzifene	MA		0	Africa/Casablanca	30.35776	-8.7253				09	541		
11143455	Ayt Sa’id ou Ichchou	ayt-sa-id-ou-ichchou	MA		0	Africa/Casablanca	30.34198	-8.72921				09	541		
11143456	Ayt Youssef	ayt-youssef	MA		0	Africa/Casablanca	30.33631	-8.72827				09	541		
11143457	Aguerd-n-Tatawine	aguerd-n-tatawine	MA		0	Africa/Casablanca	30.33322	-8.74247				09	541		
11143458	Ayt Blal	ayt-blal	MA		0	Africa/Casablanca	30.33465	-8.72668				09	541		
11143459	Tinigmoutene	tinigmoutene	MA		0	Africa/Casablanca	30.35307	-8.69953				09	541		
11143462	Ayt Ikhkhou	ayt-ikhkhou	MA		0	Africa/Casablanca	30.33861	-8.70363				09	541		
11143467	Kzamoud	kzamoud	MA		0	Africa/Casablanca	30.34094	-8.64988				09	541		
11143470	Ayt Boust	ayt-boust	MA		0	Africa/Casablanca	30.30008	-8.72594				09	541		
11143471	Tasdremt	tasdremt	MA		0	Africa/Casablanca	30.30019	-8.71661				09	541		
11143472	Talat-n-Tizi	talat-n-tizi	MA		0	Africa/Casablanca	30.28774	-8.72176				09	541		
11143475	Afrad	afrad	MA		0	Africa/Casablanca	30.29586	-8.70114				09	541		
11143476	Azour-n-Imoula	azour-n-imoula	MA		0	Africa/Casablanca	30.29306	-8.68938				09	541		
11143483	Timesguida-n-Iferd	timesguida-n-iferd	MA		0	Africa/Casablanca	30.28894	-8.69989				09	541		
11143484	Ayt Naçer	ayt-nacer	MA		0	Africa/Casablanca	30.27225	-8.71142				09	541		
11143487	Tawrirt-n-Fachcha	tawrirt-n-fachcha	MA		0	Africa/Casablanca	30.26691	-8.72341				09	541		
11143488	Anelgou	anelgou	MA		0	Africa/Casablanca	30.26804	-8.73489				09	541		
11143489	Moughayl	moughayl	MA		0	Africa/Casablanca	30.25794	-8.72822				09	541		
11143490	Ayt Bwil	ayt-bwil	MA		0	Africa/Casablanca	30.26415	-8.73195				09	541		
11143492	Tizgui	tizgui	MA		0	Africa/Casablanca	30.25689	-8.71361				09	541		
11143493	Amghirar	amghirar	MA		0	Africa/Casablanca	30.25244	-8.67543				09	541		
11143496	Ighil-n-Igguia	ighil-n-igguia	MA		0	Africa/Casablanca	30.26399	-8.63565				09	541		
11143499	Timesguida-n-Waddig	timesguida-n-waddig	MA		0	Africa/Casablanca	30.3092	-8.65093				09	541		
11143501	Ijermoun	ijermoun	MA		0	Africa/Casablanca	30.3121	-8.6331				09	541		
11143502	Tawrirt-n-Ouberka	tawrirt-n-ouberka	MA		0	Africa/Casablanca	30.32702	-8.65769				09	541		
11143504	Ifisk	ifisk	MA		0	Africa/Casablanca	30.32298	-8.66179				09	541		
11143505	Tawrirt-n-Tazadine	tawrirt-n-tazadine	MA		0	Africa/Casablanca	30.32064	-8.62007				09	541		
11143522	Tifnout	tifnout	MA		0	Africa/Casablanca	30.35968	-8.61244				09	541		
11143529	Azour-n-Idegh	azour-n-idegh	MA		0	Africa/Casablanca	30.37096	-8.58671				09	541		
11143533	Askstou	askstou	MA		0	Africa/Casablanca	30.39354	-8.61651				09	541		
11143537	Bou Ighir	bou-ighir	MA		0	Africa/Casablanca	30.39496	-8.58274				09	541		
11143539	Ayt Wamouche	ayt-wamouche	MA		0	Africa/Casablanca	30.41096	-8.56588				09	541		
11143545	Agrayz	agrayz	MA		0	Africa/Casablanca	30.42304	-8.60771				09	541		
11143552	Ayt Ben Oubella	ayt-ben-oubella	MA		0	Africa/Casablanca	30.49292	-8.53924				09	541		
11143557	Ayt Gouhamane	ayt-gouhamane	MA		0	Africa/Casablanca	30.45747	-8.51579				09	541		
11143558	Zawiyat Sidi Mohannd ou Çalah	zawiyat-sidi-mohannd-ou-calah	MA		0	Africa/Casablanca	30.4448	-8.51126				09	541		
11143560	Wahliba	wahliba	MA		0	Africa/Casablanca	30.41562	-8.53804				09	541		
11143564	Iwza’ne	iwza-ne	MA		0	Africa/Casablanca	30.41647	-8.56171				09	541		
11143568	Tizemrannt	tizemrannt	MA		0	Africa/Casablanca	30.35598	-8.51637				09	541		
11143582	Aguerdane	aguerdane	MA		0	Africa/Casablanca	30.32752	-8.54242				09	541		
11143596	Imi-n-Talat	imi-n-talat	MA		0	Africa/Casablanca	30.29838	-8.53055				09	541		
11143598	Tanamrout	tanamrout	MA		0	Africa/Casablanca	30.25987	-8.55259				09	541		
11143609	Ifri	ifri	MA		0	Africa/Casablanca	30.26087	-8.72052				09	541		
11143610	Amalou	amalou	MA		0	Africa/Casablanca	30.25932	-8.58016				09	541		
11143621	Talilit	talilit	MA		0	Africa/Casablanca	30.07435	-8.45561				09	541		
11143623	Imi-n-Tizguiy	imi-n-tizguiy	MA		0	Africa/Casablanca	30.21063	-8.49654				09	541		
11143624	Ighirane-n-tazga	ighirane-n-tazga	MA		0	Africa/Casablanca	30.18905	-8.4632				09	541		
11143625	Iwiriak	iwiriak	MA		0	Africa/Casablanca	30.24225	-8.42865				09	541		
11143628	Tafangha-n-Oubarka	tafangha-n-oubarka	MA		0	Africa/Casablanca	30.1564	-8.46603				09	541		
11143629	Sallawn	sallawn	MA		0	Africa/Casablanca	30.17451	-8.45882				09	541		
11143630	Agni Isgane	agni-isgane	MA		0	Africa/Casablanca	30.13943	-8.47099				09	541		
11143631	Agni Ikhouman	agni-ikhouman	MA		0	Africa/Casablanca	30.13441	-8.47682				09	541		
11143632	Adlalac	adlalac	MA		0	Africa/Casablanca	30.11244	-8.46693				09	541		
11143633	Tikhfart	tikhfart	MA		0	Africa/Casablanca	30.12171	-8.42677				09	541		
11143650	Imi-ni-ifrawane	imi-ni-ifrawane	MA		0	Africa/Casablanca	30.08998	-8.49517				09	541		
11143652	Dou Igafayn	dou-igafayn	MA		0	Africa/Casablanca	30.08494	-8.46517				09	541		
11143653	Agard	agard	MA		0	Africa/Casablanca	30.07962	-8.45668				09	541		
11143654	Tasdramt	tasdramt	MA		0	Africa/Casablanca	30.0778	-8.46356				09	541		
11143655	Aït Malal	ait-malal	MA		0	Africa/Casablanca	30.07236	-8.46604				09	541		
11143656	Tafangha	tafangha	MA		0	Africa/Casablanca	30.0728	-8.46194				09	541		
11143657	Bou Williy	bou-williy	MA		0	Africa/Casablanca	30.06504	-8.44863				09	541		
11143658	Tagaldimt	tagaldimt	MA		0	Africa/Casablanca	30.07501	-8.41854				09	541		
11143664	Asgoun-n-Aït-Ou Hsayn	asgoun-n-ait-ou-hsayn	MA		0	Africa/Casablanca	30.00311	-8.44116				09	541		
11143667	Agadir-n-Aït Wissa’dane	agadir-n-ait-wissa-dane	MA		0	Africa/Casablanca	30.02054	-8.31132				09	541		
11143668	Mandassane	mandassane	MA		0	Africa/Casablanca	30.03303	-8.31262				09	541		
11143670	Tigamma-n-Ougzmir	tigamma-n-ougzmir	MA		0	Africa/Casablanca	30.03938	-8.29153				09	541		
11143672	Win Lkhir	win-lkhir	MA		0	Africa/Casablanca	30.07448	-8.32217				09	541		
11143673	Amal	amal	MA		0	Africa/Casablanca	30.09131	-8.31522				09	541		
11143674	Amasmsa	amasmsa	MA		0	Africa/Casablanca	30.09466	-8.35379				09	541		
11143675	Agni Oumzil	agni-oumzil	MA		0	Africa/Casablanca	30.10331	-8.32983				09	541		
11143676	Imougigal	imougigal	MA		0	Africa/Casablanca	30.15612	-8.28316				09	541		
11143677	Tingarf	tingarf	MA		0	Africa/Casablanca	30.16371	-8.32281				09	541		
11143678	Tanbdant	tanbdant	MA		0	Africa/Casablanca	30.17688	-8.36205				09	541		
11143759	Imsikni	imsikni	MA		0	Africa/Casablanca	30.01433	-8.43301				09	541		
11143762	Tiwardiwine	tiwardiwine	MA		0	Africa/Casablanca	30.00403	-8.49053				09	541		
11143801	Tanoumiy	tanoumiy	MA		0	Africa/Casablanca	30.19669	-8.2839				09	541		
11143808	Agni Imjad	agni-imjad	MA		0	Africa/Casablanca	30.22037	-8.3644				09	541		
11143823	Asgoun	asgoun	MA		0	Africa/Casablanca	30.14552	-8.30942				09	541		
11143825	Talaat Ououna	talaat-ououna	MA		0	Africa/Casablanca	30.70628	-8.69484				09	541		
11143826	Timedouine	timedouine	MA		0	Africa/Casablanca	30.68234	-8.69361				09	541		
11143827	Aït Oumrhar	ait-oumrhar	MA		0	Africa/Casablanca	30.6411	-8.70036				09	541		
11143828	Aït Moussa	ait-moussa	MA		0	Africa/Casablanca	30.61914	-8.68735				09	541		
11143830	Aït ou Brasso	ait-ou-brasso	MA		0	Africa/Casablanca	30.5613	-8.72638				09	541		
11143868	Igounjabane	igounjabane	MA		0	Africa/Casablanca	30.47587	-8.2397				09	541		
11143902	Tizimoult	tizimoult	MA		0	Africa/Casablanca	30.36894	-8.18719				09	541		
11143904	Aït Wanargui	ait-wanargui	MA		0	Africa/Casablanca	30.34011	-8.22796				09	541		
11143961	Tagnit-n-Chqra	tagnit-n-chqra	MA		0	Africa/Casablanca	30.37483	-8.17481				09	541		
11143986	Aït ’Abdellah-ou-Hammou	ait-abdellah-ou-hammou	MA		0	Africa/Casablanca	30.47471	-8.12055				09	541		
11144002	Dwilghane	dwilghane	MA		0	Africa/Casablanca	30.34431	-8.10533				09	541		
11144018	Tagadirt-n-Aït Ahmed ou Brahim	tagadirt-n-ait-ahmed-ou-brahim	MA		0	Africa/Casablanca	30.35203	-8.09821				09	541		
11144059	Oulad Jallal	oulad-jallal	MA		0	Africa/Casablanca	30.42874	-8.00682				09	541		
11144082	Aït Ba-Çalah	ait-ba-calah	MA		0	Africa/Casablanca	30.30027	-8.15052				09	541		
11144084	Agadir	agadir	MA		0	Africa/Casablanca	30.25498	-8.19633				09	541		
11144096	Oulad Ahmed	oulad-ahmed	MA		0	Africa/Casablanca	30.50679	-8.73321				09	541		
11144099	Zaouia Taoualt	zaouia-taoualt	MA		0	Africa/Casablanca	30.53369	-8.64954				09	541		
11144100	Oulad Zlad	oulad-zlad	MA		0	Africa/Casablanca	30.52807	-8.64097				09	541		
11144101	Agadir b. Hammou	agadir-b-hammou	MA		0	Africa/Casablanca	30.53626	-8.64094				09	541		
11144102	Oulad Mhammed	oulad-mhammed	MA		0	Africa/Casablanca	30.54621	-8.67206				09	541		
11144104	Zaouia Tidloua	zaouia-tidloua	MA		0	Africa/Casablanca	30.71485	-8.71562				09	541		
11144107	Aït Yahia	ait-yahia	MA		0	Africa/Casablanca	30.71318	-8.67067				09	541		
11144108	Taafirt	taafirt	MA		0	Africa/Casablanca	30.71397	-8.66239				09	541		
11144112	Oulad Malek	oulad-malek	MA		0	Africa/Casablanca	30.55217	-8.58504				09	541		
11144114	Dar Caïd	dar-caid	MA		0	Africa/Casablanca	30.50805	-8.61213				09	541		
11144115	Aït Atmane	ait-atmane	MA		0	Africa/Casablanca	30.50448	-8.61008				09	541		
11144118	Aït Ouaarab	ait-ouaarab	MA		0	Africa/Casablanca	30.53443	-8.5267				09	541		
11144119	Aït Amer	ait-amer	MA		0	Africa/Casablanca	30.5445	-8.52567				09	541		
11144120	Zaouia b. Abbou	zaouia-b-abbou	MA		0	Africa/Casablanca	30.55941	-8.57131				09	541		
11144121	Zaouia Sidi Belkassem	zaouia-sidi-belkassem	MA		0	Africa/Casablanca	30.55845	-8.52286				09	541		
11144122	Zaouia Tirhersi	zaouia-tirhersi	MA		0	Africa/Casablanca	30.55921	-8.52078				09	541		
11144123	Oulad Mnaheb	oulad-mnaheb	MA		0	Africa/Casablanca	30.56819	-8.52114				09	541		
11144124	Oulad Hammou	oulad-hammou	MA		0	Africa/Casablanca	30.5678	-8.51086				09	541		
11144125	Zaouia Adouar	zaouia-adouar	MA		0	Africa/Casablanca	30.55603	-8.51674				09	541		
11144127	Aït Tama	ait-tama	MA		0	Africa/Casablanca	30.67253	-8.56388				09	541		
11144129	Zaouia Ihachech	zaouia-ihachech	MA		0	Africa/Casablanca	30.69425	-8.54067				09	541		
11144131	Taougnissem	taougnissem	MA		0	Africa/Casablanca	30.7131	-8.55398				09	541		
11144135	Aafir	aafir	MA		0	Africa/Casablanca	30.73238	-8.68345				09	541		
11144136	Aït Hammou	ait-hammou	MA		0	Africa/Casablanca	30.51317	-8.67991				09	541		
11144140	Aït Ouahliba	ait-ouahliba	MA		0	Africa/Casablanca	30.50651	-8.61108				09	541		
11144141	Zaouia Sidi b. Yakoub	zaouia-sidi-b-yakoub	MA		0	Africa/Casablanca	30.51064	-8.60094				09	541		
11144144	Tasdmert	tasdmert	MA		0	Africa/Casablanca	30.74688	-8.71614				09	541		
11144151	Tinntama	tinntama	MA		0	Africa/Casablanca	30.68205	-8.7005				09	541		
11144156	Ouimoucha	ouimoucha	MA		0	Africa/Casablanca	30.64551	-8.71324				09	541		
11144157	Aït Ali ou Ahmed	ait-ali-ou-ahmed	MA		0	Africa/Casablanca	30.64614	-8.7066				09	541		
11144158	Sidi Abd er Rahmane	sidi-abd-er-rahmane	MA		0	Africa/Casablanca	30.64418	-8.70626				09	541		
11144159	Talaat n’Aït Taleb	talaat-n-ait-taleb	MA		0	Africa/Casablanca	30.64344	-8.70332				09	541		
11144160	Derb	derb	MA		0	Africa/Casablanca	30.6406	-8.69827				09	541		
11144162	Dar ou Gadir	dar-ou-gadir	MA		0	Africa/Casablanca	30.6374	-8.69651				09	541		
11144163	Imi n’Ouarial	imi-n-ouarial	MA		0	Africa/Casablanca	30.62485	-8.74681				09	541		
11144164	Imi Irhzer	imi-irhzer	MA		0	Africa/Casablanca	30.62315	-8.70182				09	541		
11144168	Aït ou Achtouk	ait-ou-achtouk	MA		0	Africa/Casablanca	30.55953	-8.72122				09	541		
11144169	Aït el Caïd	ait-el-caid	MA		0	Africa/Casablanca	30.5598	-8.71971				09	541		
11144173	Kasba ou Lachguer	kasba-ou-lachguer	MA		0	Africa/Casablanca	30.55485	-8.6979				09	541		
11144174	Dar el Rhaba	dar-el-rhaba	MA		0	Africa/Casablanca	30.54126	-8.72261				09	541		
11144176	Dar b. Sifer	dar-b-sifer	MA		0	Africa/Casablanca	30.52529	-8.74347				09	541		
11144177	El Houaoucha	el-houaoucha	MA		0	Africa/Casablanca	30.50921	-8.72639				09	541		
11144178	Jemaa el Kebir	jemaa-el-kebir	MA		0	Africa/Casablanca	30.50435	-8.73999				09	541		
11144184	Agadir Azeddou	agadir-azeddou	MA		0	Africa/Casablanca	30.53182	-8.65673				09	541		
11144188	Aït Nafoukh	ait-nafoukh	MA		0	Africa/Casablanca	30.54347	-8.63548				09	541		
11144193	El Arba	el-arba	MA		0	Africa/Casablanca	30.64302	-8.63664				09	541		
11144195	Iggui n’Taddert	iggui-n-taddert	MA		0	Africa/Casablanca	30.66189	-8.6703				09	541		
11144197	Tamala	tamala	MA		0	Africa/Casablanca	30.67033	-8.64065				09	541		
11144198	Tamaïa	tamaia	MA		0	Africa/Casablanca	30.68803	-8.64381				09	541		
11144199	Aït Zemmouri	ait-zemmouri	MA		0	Africa/Casablanca	30.68679	-8.62503				09	541		
11144200	Aït Daoud	ait-daoud	MA		0	Africa/Casablanca	30.68067	-8.61217				09	541		
11144201	Aït b. Youssef	ait-b-youssef	MA		0	Africa/Casablanca	30.67364	-8.60912				09	541		
11144202	Guer n’Souak	guer-n-souak	MA		0	Africa/Casablanca	30.6693	-8.6879				09	541		
11144204	Bella ou Idir	bella-ou-idir	MA		0	Africa/Casablanca	30.68951	-8.68395				09	541		
11144205	Iggui Ouazennzam	iggui-ouazennzam	MA		0	Africa/Casablanca	30.69814	-8.68336				09	541		
11144206	Aït bou Jemae	ait-bou-jemae	MA		0	Africa/Casablanca	30.70788	-8.65992				09	541		
11144207	Agoumadane	agoumadane	MA		0	Africa/Casablanca	30.71377	-8.66617				09	541		
11144209	Zaouia Iguedzane	zaouia-iguedzane	MA		0	Africa/Casablanca	30.72212	-8.6766				09	541		
11144211	Taguersaft	taguersaft	MA		0	Africa/Casablanca	30.72567	-8.67224				09	541		
11144213	Tiznreine	tiznreine	MA		0	Africa/Casablanca	30.74664	-8.58947				09	541		
11144214	Anou Ijjane	anou-ijjane	MA		0	Africa/Casablanca	30.70988	-8.59258				09	541		
11144215	Doutsmert	doutsmert	MA		0	Africa/Casablanca	30.71017	-8.61312				09	541		
11144216	Inejjarn	inejjarn	MA		0	Africa/Casablanca	30.71268	-8.62049				09	541		
11144217	Bougaïr	bougair	MA		0	Africa/Casablanca	30.70866	-8.63				09	541		
11144219	Agouni	agouni	MA		0	Africa/Casablanca	30.63508	-8.58006				09	541		
11144221	Oulad Salem	oulad-salem	MA		0	Africa/Casablanca	30.62474	-8.57882				09	541		
11144223	Dar Larbi Bahbaz	dar-larbi-bahbaz	MA		0	Africa/Casablanca	30.55651	-8.61473				09	541		
11144225	Dar b. Douch	dar-b-douch	MA		0	Africa/Casablanca	30.56111	-8.5836				09	541		
11144226	Gdacha	gdacha	MA		0	Africa/Casablanca	30.55036	-8.60847				09	541		
11144228	Agadir Jdid	agadir-jdid	MA		0	Africa/Casablanca	30.54484	-8.60916				09	541		
11144229	Tanaaort	tanaaort	MA		0	Africa/Casablanca	30.53463	-8.61987				09	541		
11144230	Tagouidirt	tagouidirt	MA		0	Africa/Casablanca	30.53439	-8.62796				09	541		
11144231	Oulad Mimoun	oulad-mimoun	MA		0	Africa/Casablanca	30.53112	-8.63446				09	541		
11144232	Aïn Azeroual	ain-azeroual	MA		0	Africa/Casablanca	30.54176	-8.59009				09	541		
11144234	El Rhfiria	el-rhfiria	MA		0	Africa/Casablanca	30.53637	-8.57953				09	541		
11144238	Agadir Lahratene	agadir-lahratene	MA		0	Africa/Casablanca	30.52967	-8.63809				09	541		
11144239	Sidi Louali	sidi-louali	MA		0	Africa/Casablanca	30.53016	-8.62262				09	541		
11144241	Aït Khelkhal	ait-khelkhal	MA		0	Africa/Casablanca	30.50869	-8.60756				09	541		
11144242	Tagadirt N’Oubella	tagadirt-n-oubella	MA		0	Africa/Casablanca	30.50699	-8.60204				09	541		
11144243	Aït Abd. b. Youssef	ait-abd-b-youssef	MA		0	Africa/Casablanca	30.5055	-8.60704				09	541		
11144248	Tinnzerouine	tinnzerouine	MA		0	Africa/Casablanca	30.5322	-8.53278				09	541		
11144249	Adouar	adouar	MA		0	Africa/Casablanca	30.53312	-8.53083				09	541		
11144250	El Kasba	el-kasba	MA		0	Africa/Casablanca	30.53339	-8.52777				09	541		
11144251	Izdouane	izdouane	MA		0	Africa/Casablanca	30.5352	-8.52443				09	541		
11144252	Mechraa	mechraa	MA		0	Africa/Casablanca	30.53555	-8.52044				09	541		
11144253	Tagadirt	tagadirt	MA		0	Africa/Casablanca	30.54302	-8.52887				09	541		
11144255	Agadir Jedid	agadir-jedid	MA		0	Africa/Casablanca	30.55003	-8.54677				09	541		
11144256	Tararhine	tararhine	MA		0	Africa/Casablanca	30.53659	-8.51554				09	541		
11144257	Addar	addar	MA		0	Africa/Casablanca	30.53842	-8.5096				09	541		
11144260	Agadir Chra	agadir-chra	MA		0	Africa/Casablanca	30.55518	-8.55472				09	541		
11144261	Mellah	mellah	MA		0	Africa/Casablanca	30.55405	-8.55148				09	541		
11144262	Agadir Chiabna	agadir-chiabna	MA		0	Africa/Casablanca	30.55516	-8.54747				09	541		
11144263	Agadir el Kebir	agadir-el-kebir	MA		0	Africa/Casablanca	30.55274	-8.54762				09	541		
11144264	Agadir Lamour	agadir-lamour	MA		0	Africa/Casablanca	30.55137	-8.54408				09	541		
11144265	Zaouia Innja	zaouia-innja	MA		0	Africa/Casablanca	30.55743	-8.52601				09	541		
11144266	Zaouia Sidi bou Masseïne	zaouia-sidi-bou-masseine	MA		0	Africa/Casablanca	30.55954	-8.537				09	541		
11144267	Ben Aïouch	ben-aiouch	MA		0	Africa/Casablanca	30.56252	-8.53563				09	541		
11144268	Zaouia ben Hraba	zaouia-ben-hraba	MA		0	Africa/Casablanca	30.56288	-8.5223				09	541		
11144269	Lasakra	lasakra	MA		0	Africa/Casablanca	30.56817	-8.51788				09	541		
11144270	Fouzara	fouzara	MA		0	Africa/Casablanca	30.57227	-8.51164				09	541		
11144271	Zerara	zerara	MA		0	Africa/Casablanca	30.57025	-8.52421				09	541		
11144273	Oulad Aouidat	oulad-aouidat	MA		0	Africa/Casablanca	30.57039	-8.5015				09	541		
11144274	Zaouia Izid	zaouia-izid	MA		0	Africa/Casablanca	30.55262	-8.50264				09	541		
11144275	Tilioua	tilioua	MA		0	Africa/Casablanca	30.55176	-8.5066				09	541		
11144279	Sranine	sranine	MA		0	Africa/Casablanca	30.63608	-8.54058				09	541		
11144280	Sidi Belkassem	sidi-belkassem	MA		0	Africa/Casablanca	30.64427	-8.50622				09	541		
11144283	Aït Jeddi	ait-jeddi	MA		0	Africa/Casablanca	30.67648	-8.54397				09	541		
11144284	Tadoust	tadoust	MA		0	Africa/Casablanca	30.67398	-8.53526				09	541		
11144285	Irhil n’Yazza	irhil-n-yazza	MA		0	Africa/Casablanca	30.67847	-8.55127				09	541		
11144286	El Aslab	el-aslab	MA		0	Africa/Casablanca	30.68495	-8.55139				09	541		
11144288	Sidi Yahia ou Lahsene	sidi-yahia-ou-lahsene	MA		0	Africa/Casablanca	30.69213	-8.53949				09	541		
11144289	Zaouia bou Innchebbikene	zaouia-bou-innchebbikene	MA		0	Africa/Casablanca	30.70204	-8.55116				09	541		
11144290	Zaouia Sidi bou Zid	zaouia-sidi-bou-zid	MA		0	Africa/Casablanca	30.70034	-8.56054				09	541		
11144291	El Makhzene	el-makhzene	MA		0	Africa/Casablanca	30.7223	-8.55434				09	541		
11144293	Touzzoumtane	touzzoumtane	MA		0	Africa/Casablanca	30.72633	-8.55241				09	541		
11144294	Inndermas	inndermas	MA		0	Africa/Casablanca	30.72508	-8.54641				09	541		
11144297	Taboukechohacht	taboukechohacht	MA		0	Africa/Casablanca	30.73313	-8.55082				09	541		
11144298	Dar Oaid	dar-oaid	MA		0	Africa/Casablanca	30.72809	-8.55122				09	541		
11144304	Imi n’Talat	imi-n-talat	MA		0	Africa/Casablanca	30.53921	-8.50599				09	541		
11144307	Dar el Aïn	dar-el-ain	MA		0	Africa/Casablanca	30.5482	-8.62081				09	541		
11144309	Zaouia Moulay Ali	zaouia-moulay-ali	MA		0	Africa/Casablanca	30.53062	-8.63259				09	541		
11144311	Igli	igli	MA		0	Africa/Casablanca	30.55217	-8.54911				09	541		
11144322	Oulad ’Ali	oulad-ali	MA		0	Africa/Casablanca	30.70649	-8.43834				09	541		
11144323	Agadir Jdid	agadir-jdid	MA		0	Africa/Casablanca	30.68213	-8.48003				09	541		
11144324	Agadir La’rab	agadir-la-rab	MA		0	Africa/Casablanca	30.67898	-8.4712				09	541		
11144326	Ayn L’assid	ayn-l-assid	MA		0	Africa/Casablanca	30.64423	-8.4775				09	541		
11144327	Chwattat	chwattat	MA		0	Africa/Casablanca	30.64099	-8.48767				09	541		
11144328	Al Barj	al-barj	MA		0	Africa/Casablanca	30.63327	-8.45634				09	541		
11144329	Boumya	boumya	MA		0	Africa/Casablanca	30.61928	-8.45081				09	541		
11144330	Oulad Hassan	oulad-hassan	MA		0	Africa/Casablanca	30.62563	-8.44491				09	541		
11144331	Agadir ’Ali Bel ’Abass	agadir-ali-bel-abass	MA		0	Africa/Casablanca	30.61481	-8.48231				09	541		
11144332	Chbika Aït Marrach	chbika-ait-marrach	MA		0	Africa/Casablanca	30.60414	-8.48279				09	541		
11144335	Aït Bou Iddou	ait-bou-iddou	MA		0	Africa/Casablanca	30.5748	-8.46878				09	541		
11144336	Oulad Widat	oulad-widat	MA		0	Africa/Casablanca	30.57532	-8.49647				09	541		
11144337	Lakhmis	lakhmis	MA		0	Africa/Casablanca	30.569	-8.48887				09	541		
11144338	Lwaljat	lwaljat	MA		0	Africa/Casablanca	30.55984	-8.4845				09	541		
11144339	Aït Bel Qacem	ait-bel-qacem	MA		0	Africa/Casablanca	30.57275	-8.46596				09	541		
11144340	Zawya	zawya	MA		0	Africa/Casablanca	30.57443	-8.45534				09	541		
11144341	Lahfayr	lahfayr	MA		0	Africa/Casablanca	30.55714	-8.49173				09	541		
11144355	Sidi Al Baghdad	sidi-al-baghdad	MA		0	Africa/Casablanca	30.52079	-8.40071				09	541		
11144358	Akstim-n-Izddar	akstim-n-izddar	MA		0	Africa/Casablanca	30.55917	-8.4304				09	541		
11144359	Aghzou Bahammou	aghzou-bahammou	MA		0	Africa/Casablanca	30.60565	-8.40412				09	541		
11144360	Afangha	afangha	MA		0	Africa/Casablanca	30.6087	-8.41098				09	541		
11144361	Aït Moulay Lahsene	ait-moulay-lahsene	MA		0	Africa/Casablanca	30.60903	-8.42652				09	541		
11144363	La’wina	la-wina	MA		0	Africa/Casablanca	30.62053	-8.43896				09	541		
11144364	Adouwar	adouwar	MA		0	Africa/Casablanca	30.62026	-8.43613				09	541		
11144365	Al Mjardine	al-mjardine	MA		0	Africa/Casablanca	30.62227	-8.42527				09	541		
11144366	Aït ’Abdallah	ait-abdallah	MA		0	Africa/Casablanca	30.62607	-8.40667				09	541		
11144367	Aït-Yahya	ait-yahya	MA		0	Africa/Casablanca	30.61846	-8.3938				09	541		
11144368	Aït Ba’mar	ait-ba-mar	MA		0	Africa/Casablanca	30.61573	-8.39704				09	541		
11144369	Imnach	imnach	MA		0	Africa/Casablanca	30.62964	-8.40541				09	541		
11144370	Ikhyamane-n-Izddar	ikhyamane-n-izddar	MA		0	Africa/Casablanca	30.66137	-8.3942				09	541		
11144372	Abghanane	abghanane	MA		0	Africa/Casablanca	30.71591	-8.42452				09	541		
11144374	Igargar	igargar	MA		0	Africa/Casablanca	30.7203	-8.35795				09	541		
11144376	Dar Omar Balgrid	dar-omar-balgrid	MA		0	Africa/Casablanca	30.67058	-8.3653				09	541		
11144379	Tachddirt	tachddirt	MA		0	Africa/Casablanca	30.6401	-8.38095				09	541		
11144380	Tazoukanit	tazoukanit	MA		0	Africa/Casablanca	30.63951	-8.36654				09	541		
11144381	Aït ’Ayssa	ait-ayssa	MA		0	Africa/Casablanca	30.63669	-8.36341				09	541		
11144382	Tamzagt	tamzagt	MA		0	Africa/Casablanca	30.63093	-8.36682				09	541		
11144383	Takarzmi	takarzmi	MA		0	Africa/Casablanca	30.63104	-8.37835				09	541		
11144384	Aït Siballa	ait-siballa	MA		0	Africa/Casablanca	30.6259	-8.36573				09	541		
11144386	Tagadirt Aït Jama	tagadirt-ait-jama	MA		0	Africa/Casablanca	30.58122	-8.34776				09	541		
11144398	Agard-n-Zakri	agard-n-zakri	MA		0	Africa/Casablanca	30.50583	-8.3682				09	541		
11144400	Tammarz	tammarz	MA		0	Africa/Casablanca	30.51077	-8.31873				09	541		
11144403	Tadoumi	tadoumi	MA		0	Africa/Casablanca	30.53389	-8.31733				09	541		
11144405	Agni	agni	MA		0	Africa/Casablanca	30.53712	-8.29455				09	541		
11144407	Ighir-n-Izddar	ighir-n-izddar	MA		0	Africa/Casablanca	30.58175	-8.31922				09	541		
11144410	Ikarkar	ikarkar	MA		0	Africa/Casablanca	30.66218	-8.27589				09	541		
11144411	Tagadirt-n-Ouddiz	tagadirt-n-ouddiz	MA		0	Africa/Casablanca	30.66414	-8.29503				09	541		
11144413	Dar Id ’Amar	dar-id-amar	MA		0	Africa/Casablanca	30.67121	-8.27554				09	541		
11144414	Lamghartine	lamghartine	MA		0	Africa/Casablanca	30.67204	-8.27301				09	541		
11144415	Aït Tamandou	ait-tamandou	MA		0	Africa/Casablanca	30.68918	-8.3288				09	541		
11144416	Aït Halli	ait-halli	MA		0	Africa/Casablanca	30.68835	-8.32657				09	541		
11144417	Agadir ou ’Rab	agadir-ou-rab	MA		0	Africa/Casablanca	30.68647	-8.32035				09	541		
11144418	Lakhrarib	lakhrarib	MA		0	Africa/Casablanca	30.68562	-8.31299				09	541		
11144421	Agangoo	agangoo	MA		0	Africa/Casablanca	30.68983	-8.29771				09	541		
11144422	Aït Hmid	ait-hmid	MA		0	Africa/Casablanca	30.72401	-8.32411				09	541		
11144423	Amrouz	amrouz	MA		0	Africa/Casablanca	30.72495	-8.31455				09	541		
11144424	Agougui	agougui	MA		0	Africa/Casablanca	30.7299	-8.32359				09	541		
11144426	Asghar	asghar	MA		0	Africa/Casablanca	30.71798	-8.3144				09	541		
11144427	Asrir	asrir	MA		0	Africa/Casablanca	30.73569	-8.32863				09	541		
11144428	Tigammi-n-Tallakht	tigammi-n-tallakht	MA		0	Africa/Casablanca	30.70243	-8.25758				09	541		
11144430	Majjou	majjou	MA		0	Africa/Casablanca	30.67604	-8.26449				09	541		
11144431	Aït Sa’id	ait-sa-id	MA		0	Africa/Casablanca	30.6737	-8.26975				09	541		
11144432	Çarah	carah	MA		0	Africa/Casablanca	30.6711	-8.27134				09	541		
11144433	Timikart	timikart	MA		0	Africa/Casablanca	30.66286	-8.25089				09	541		
11144436	Anammar	anammar	MA		0	Africa/Casablanca	30.5529	-8.26385				09	541		
11144440	Aghbalou	aghbalou	MA		0	Africa/Casablanca	30.62718	-8.39373				09	541		
11144446	Arghane	arghane	MA		0	Africa/Casablanca	30.98269	-8.23309				07	041		
11144448	Ifourir	ifourir	MA		0	Africa/Casablanca	30.97136	-8.24085				07	041		
11144450	Tizagharine	tizagharine	MA		0	Africa/Casablanca	30.98173	-8.23004				07	041		
11144451	Imawane	imawane	MA		0	Africa/Casablanca	30.99276	-8.2023				07	041		
11144452	Dougouj	dougouj	MA		0	Africa/Casablanca	30.98963	-8.19703				07	041		
11144453	Aït Birihi	ait-birihi	MA		0	Africa/Casablanca	30.99486	-8.19565				07	041		
11144456	Timlilt	timlilt	MA		0	Africa/Casablanca	30.9767	-8.20877				07	041		
11144457	Doutawrirt	doutawrirt	MA		0	Africa/Casablanca	30.96741	-8.21125				07	041		
11144458	Agourouguine	agourouguine	MA		0	Africa/Casablanca	30.96196	-8.21239				07	041		
11144459	Touzountane	touzountane	MA		0	Africa/Casablanca	30.95849	-8.21461				07	041		
11144460	Targa Wouziw	targa-wouziw	MA		0	Africa/Casablanca	30.96101	-8.20559				07	041		
11144461	Agni	agni	MA		0	Africa/Casablanca	30.95835	-8.20755				07	041		
11144462	Tagadirt-n-Oumius	tagadirt-n-oumius	MA		0	Africa/Casablanca	30.96726	-8.20816				07	041		
11144463	Taswakt	taswakt	MA		0	Africa/Casablanca	30.9593	-8.24709				07	041		
11144469	Tama’rout	tama-rout	MA		0	Africa/Casablanca	30.89876	-8.21883				09	541		
11144474	Arghane	arghane	MA		0	Africa/Casablanca	30.88693	-8.20376				09	541		
11144475	Tagnit	tagnit	MA		0	Africa/Casablanca	30.88157	-8.20134				09	541		
11144476	Larb’a-n-Tamtarga	larb-a-n-tamtarga	MA		0	Africa/Casablanca	30.88311	-8.19755				09	541		
11144477	Aït Tadarart	ait-tadarart	MA		0	Africa/Casablanca	30.85526	-8.24116				09	541		
11144481	Toug Al Khir	toug-al-khir	MA		0	Africa/Casablanca	30.86432	-8.18277				09	541		
11144482	Adouz	adouz	MA		0	Africa/Casablanca	30.85948	-8.19073				09	541		
11144483	Frag	frag	MA		0	Africa/Casablanca	30.85328	-8.18927				09	541		
11144484	Aït Al Haj	ait-al-haj	MA		0	Africa/Casablanca	30.84975	-8.1885				09	541		
11144486	Anzi	anzi	MA		0	Africa/Casablanca	30.84065	-8.1983				09	541		
11144487	Aït Ou Gajja	ait-ou-gajja	MA		0	Africa/Casablanca	30.84783	-8.18749				09	541		
11144488	Sdiw	sdiw	MA		0	Africa/Casablanca	30.82394	-8.23937				09	541		
11144499	Tigammi-n-Lahyoub	tigammi-n-lahyoub	MA		0	Africa/Casablanca	30.75089	-8.23572				09	541		
11144503	Taliwine-n-Aït-Al Mimoun	taliwine-n-ait-al-mimoun	MA		0	Africa/Casablanca	30.82035	-8.1847				09	541		
11144506	Tamsoult-n-Ougard	tamsoult-n-ougard	MA		0	Africa/Casablanca	30.85238	-8.15488				09	541		
11144510	Tawrirt	tawrirt	MA		0	Africa/Casablanca	30.85346	-8.15044				09	541		
11144511	Agard	agard	MA		0	Africa/Casablanca	30.85454	-8.15489				09	541		
11144512	Agardane	agardane	MA		0	Africa/Casablanca	30.85606	-8.1565				09	541		
11144513	Doudgard	doudgard	MA		0	Africa/Casablanca	30.85896	-8.15393				09	541		
11144514	Bou Issafarn	bou-issafarn	MA		0	Africa/Casablanca	30.86456	-8.14633				09	541		
11144515	Aït Bahsine	ait-bahsine	MA		0	Africa/Casablanca	30.86731	-8.13094				09	541		
11144516	Tilmslane	tilmslane	MA		0	Africa/Casablanca	30.86497	-8.14066				09	541		
11144517	Tamsoult Ighnjawn	tamsoult-ighnjawn	MA		0	Africa/Casablanca	30.86026	-8.13338				09	541		
11144518	Aqdz	aqdz	MA		0	Africa/Casablanca	30.87322	-8.14689				09	541		
11144520	Tizgui	tizgui	MA		0	Africa/Casablanca	30.88042	-8.13848				09	541		
11144522	Aït Yassine	ait-yassine	MA		0	Africa/Casablanca	30.90473	-8.14576				09	541		
11144528	Agadirane	agadirane	MA		0	Africa/Casablanca	30.97061	-8.16818				07	041		
11144529	Toukhribine	toukhribine	MA		0	Africa/Casablanca	30.97325	-8.16942				07	041		
11144530	Tawrirt	tawrirt	MA		0	Africa/Casablanca	30.97584	-8.17096				07	041		
11144531	Talat-n-Yassine	talat-n-yassine	MA		0	Africa/Casablanca	30.98332	-8.17299				07	041		
11144532	Tasga-n-Warg	tasga-n-warg	MA		0	Africa/Casablanca	30.98191	-8.16357				07	041		
11144534	Dar Al’Askar	dar-al-askar	MA		0	Africa/Casablanca	30.97405	-8.13382				07	041		
11144536	Azrou-n-Souq	azrou-n-souq	MA		0	Africa/Casablanca	30.99766	-8.16817				07	041		
11144538	Aghraradane	aghraradane	MA		0	Africa/Casablanca	30.98475	-8.16876				07	041		
11144539	Inafgane	inafgane	MA		0	Africa/Casablanca	30.98673	-8.15164				07	041		
11144545	Al Makhzen	al-makhzen	MA		0	Africa/Casablanca	30.96429	-8.10053				07	041		
11144547	Aït Bajwa	ait-bajwa	MA		0	Africa/Casablanca	30.94825	-8.09805				07	041		
11144550	Agni-n-Tanfit	agni-n-tanfit	MA		0	Africa/Casablanca	30.96059	-8.06835				07	041		
11144554	Tiguicht	tiguicht	MA		0	Africa/Casablanca	30.88577	-8.11721				09	541		
11144555	Achdirt	achdirt	MA		0	Africa/Casablanca	30.88162	-8.0979				09	541		
11144557	Ikramniwn	ikramniwn	MA		0	Africa/Casablanca	30.87132	-8.12402				09	541		
11144558	Tawrda	tawrda	MA		0	Africa/Casablanca	30.86894	-8.12255				09	541		
11144559	Aït Hsayn	ait-hsayn	MA		0	Africa/Casablanca	30.86613	-8.11498				09	541		
11144560	Aït Tachrift	ait-tachrift	MA		0	Africa/Casablanca	30.86371	-8.10989				09	541		
11144561	Targa-n-tahmidt	targa-n-tahmidt	MA		0	Africa/Casablanca	30.86195	-8.12675				09	541		
11144562	Timlilt	timlilt	MA		0	Africa/Casablanca	30.86202	-8.11903				09	541		
11144563	Tizi-n-Ounrar	tizi-n-ounrar	MA		0	Africa/Casablanca	30.85939	-8.10496				09	541		
11144569	Ourg	ourg	MA		0	Africa/Casablanca	30.79837	-8.08582				09	541		
11144570	Isli	isli	MA		0	Africa/Casablanca	30.79272	-8.08807				09	541		
11144577	Kikt	kikt	MA		0	Africa/Casablanca	30.78756	-8.02682				09	541		
11144581	Ibarzizane	ibarzizane	MA		0	Africa/Casablanca	30.86588	-8.05331				09	541		
11144582	Agadirane	agadirane	MA		0	Africa/Casablanca	30.89877	-8.06195				09	541		
11144583	Affalla-n-Oufra	affalla-n-oufra	MA		0	Africa/Casablanca	30.895	-8.06528				09	541		
11144590	Anammer	anammer	MA		0	Africa/Casablanca	30.97272	-8.03214				07	041		
11144591	Tagharghist	tagharghist	MA		0	Africa/Casablanca	30.99182	-8.06395				07	041		
11144592	Aït Moussa	ait-moussa	MA		0	Africa/Casablanca	30.9911	-8.04833				07	041		
11144593	Adiqqi	adiqqi	MA		0	Africa/Casablanca	30.99465	-8.03363				07	041		
11144594	Agadir-n-Inmzal	agadir-n-inmzal	MA		0	Africa/Casablanca	30.99722	-8.01619				07	041		
11144595	Ankasdam	ankasdam	MA		0	Africa/Casablanca	30.99724	-8.00174				07	041		
11144600	Assakka	assakka	MA		0	Africa/Casablanca	30.85982	-8.0216				09	541		
11144601	Tawrirt	tawrirt	MA		0	Africa/Casablanca	30.85424	-8.02036				09	541		
11144602	Tanmagalt	tanmagalt	MA		0	Africa/Casablanca	30.8542	-8.00185				09	541		
11144603	Tawrirt	tawrirt	MA		0	Africa/Casablanca	30.79396	-8.02598				09	541		
11144606	Aghalla	aghalla	MA		0	Africa/Casablanca	30.75466	-8.01613				09	541		
11144609	Tizourine	tizourine	MA		0	Africa/Casablanca	30.22828	-7.9651				09	541		
11144666	Agni Moussiy	agni-moussiy	MA		0	Africa/Casablanca	30.07397	-7.84585				09	551		
11144697	Agni Tasqi	agni-tasqi	MA		0	Africa/Casablanca	30.19268	-7.86104				09	541		
11144708	Aït Hamd	ait-hamd	MA		0	Africa/Casablanca	30.22814	-7.81639				09	541		
11144710	Aït Ikhlafn-n-Oufalla	ait-ikhlafn-n-oufalla	MA		0	Africa/Casablanca	30.22392	-7.87896				09	541		
11144720	Im-n-Wagga	im-n-wagga	MA		0	Africa/Casablanca	30.24426	-7.80158				09	541		
11144722	Arachid	arachid	MA		0	Africa/Casablanca	30.21294	-7.75538				09	541		
11144723	Tighramt	tighramt	MA		0	Africa/Casablanca	30.20038	-7.75291				09	541		
11144739	Tifrit	tifrit	MA		0	Africa/Casablanca	30.2073	-7.84965				09	541		
11144748	Fifard	fifard	MA		0	Africa/Casablanca	30.21053	-7.5657				09	551		
11144809	Woutikra	woutikra	MA		0	Africa/Casablanca	30.14252	-7.50007				09	551		
11144826	Kiryout	kiryout	MA		0	Africa/Casablanca	30.19491	-7.54557				09	551		
11144834	Imi-n-Ifriy	imi-n-ifriy	MA		0	Africa/Casablanca	30.20404	-7.74303				09	541		
11147712	Tamskourt	tamskourt	MA		0	Africa/Casablanca	30.47429	-7.73332				09	541		
11147713	Tidarguiy	tidarguiy	MA		0	Africa/Casablanca	30.46819	-7.73894				09	541		
11147731	Mgout	mgout	MA		0	Africa/Casablanca	30.96712	-7.94712				07	041		
11147732	Tamssoult	tamssoult	MA		0	Africa/Casablanca	30.97363	-7.93835				09	541		
11147734	Tiqqiy	tiqqiy	MA		0	Africa/Casablanca	30.9592	-7.93565				09	541		
11147768	Askkourd	askkourd	MA		0	Africa/Casablanca	30.26773	-7.63612				09	541		
11147775	Tougdine	tougdine	MA		0	Africa/Casablanca	30.3377	-7.67156				09	541		
11147776	Azib-n-Tmaynout	azib-n-tmaynout	MA		0	Africa/Casablanca	30.35114	-7.67978				09	541		
11147806	Timgualt	timgualt	MA		0	Africa/Casablanca	30.40711	-7.60536				08	401		
11147814	Ftamda	ftamda	MA		0	Africa/Casablanca	30.31346	-7.59778				08	401		
11147829	Idikal	idikal	MA		0	Africa/Casablanca	30.31879	-7.56217				08	401		
11147839	Agdal	agdal	MA		0	Africa/Casablanca	30.36652	-7.5472				08	401		
11147845	Azib-n-aAït Hammou	azib-n-aait-hammou	MA		0	Africa/Casablanca	30.40508	-7.54546				08	401		
11147847	Tagounsa	tagounsa	MA		0	Africa/Casablanca	30.42991	-7.54911				08	401		
11147849	Tawrirt-n-Waynane	tawrirt-n-waynane	MA		0	Africa/Casablanca	30.4529	-7.5779				08	401		
11147850	Ihouna	ihouna	MA		0	Africa/Casablanca	30.46157	-7.56101				08	401		
11147854	Tabouda	tabouda	MA		0	Africa/Casablanca	30.48224	-7.56483				08	401		
11147857	Azib Ighsane	azib-ighsane	MA		0	Africa/Casablanca	30.47204	-7.50158				08	401		
11147859	Imi-n-Ougni	imi-n-ougni	MA		0	Africa/Casablanca	30.43061	-7.51232				08	401		
11147860	Wajgagal	wajgagal	MA		0	Africa/Casablanca	30.40708	-7.52997				08	401		
11147867	Tazdout	tazdout	MA		0	Africa/Casablanca	30.36676	-7.73179				09	541		
11147874	Aït Çalhine	ait-calhine	MA		0	Africa/Casablanca	30.44536	-7.70458				09	541		
11147877	Taglist	taglist	MA		0	Africa/Casablanca	30.33444	-7.7458				09	541		
11147882	Hjent Wad Rtem	hjent-wad-rtem	MA		0	Africa/Casablanca	30.47075	-6.48498				08	587		
11147919	Azrou	azrou	MA		0	Africa/Casablanca	30.96191	-7.9392				09	541		
11147921	Tagadirt	tagadirt	MA		0	Africa/Casablanca	30.92335	-7.94819				09	541		
11147923	Anghouwiy	anghouwiy	MA		0	Africa/Casablanca	30.91645	-7.94831				09	541		
11147930	Tawrirt-n-Ikt	tawrirt-n-ikt	MA		0	Africa/Casablanca	30.80615	-7.99416				09	541		
11147931	Azrou	azrou	MA		0	Africa/Casablanca	30.7834	-7.98997				09	541		
11147937	Dou-ou-Azrou	dou-ou-azrou	MA		0	Africa/Casablanca	30.77182	-7.91658				09	541		
11147940	Iboukhar	iboukhar	MA		0	Africa/Casablanca	30.76229	-7.86214				09	541		
11147941	Timitart-n-Izgar	timitart-n-izgar	MA		0	Africa/Casablanca	30.79101	-7.86486				09	541		
11147944	Mzi	mzi	MA		0	Africa/Casablanca	30.79942	-7.91646				09	541		
11147947	Aqqa-n-Talat	aqqa-n-talat	MA		0	Africa/Casablanca	30.81094	-7.92355				09	541		
11147948	Talat-n-iyg	talat-n-iyg	MA		0	Africa/Casablanca	30.81378	-7.92717				09	541		
11147950	Daritchaw	daritchaw	MA		0	Africa/Casablanca	30.83146	-7.90615				09	541		
11147951	Timitart	timitart	MA		0	Africa/Casablanca	30.83474	-7.89733				09	541		
11147957	Aït Ma’ad	ait-ma-ad	MA		0	Africa/Casablanca	30.87881	-7.92061				09	541		
11147961	Targa	targa	MA		0	Africa/Casablanca	30.97332	-7.93302				09	541		
11147963	Tagadirt-n-Aït Hammou	tagadirt-n-ait-hammou	MA		0	Africa/Casablanca	30.97005	-7.88097				09	541		
11147965	Takatart	takatart	MA		0	Africa/Casablanca	30.95571	-7.86444				09	541		
11147970	Ougougane	ougougane	MA		0	Africa/Casablanca	30.89599	-7.88331				09	541		
11147973	Bou Ramdane	bou-ramdane	MA		0	Africa/Casablanca	30.87707	-7.88877				09	541		
11147975	Tingharda	tingharda	MA		0	Africa/Casablanca	30.86438	-7.89143				09	541		
11147976	Tachlarine	tachlarine	MA		0	Africa/Casablanca	30.8617	-7.89944				09	541		
11147978	Ahlout	ahlout	MA		0	Africa/Casablanca	30.85643	-7.89558				09	541		
11147979	Aït Ighmour	ait-ighmour	MA		0	Africa/Casablanca	30.85925	-7.87987				09	541		
11147981	Imi-n-Missant	imi-n-missant	MA		0	Africa/Casablanca	30.83544	-7.87769				09	541		
11147982	Zawyat	zawyat	MA		0	Africa/Casablanca	30.83512	-7.87986				09	541		
11147983	Aït Hdi	ait-hdi	MA		0	Africa/Casablanca	30.83873	-7.86921				09	541		
11147984	Izoukinan	izoukinan	MA		0	Africa/Casablanca	30.83823	-7.86665				09	541		
11147985	Imarzgane	imarzgane	MA		0	Africa/Casablanca	30.83681	-7.87056				09	541		
11147986	Agouni	agouni	MA		0	Africa/Casablanca	30.83403	-7.87019				09	541		
11147989	Irhal	irhal	MA		0	Africa/Casablanca	30.76537	-7.85629				09	541		
11147990	Ighil	ighil	MA		0	Africa/Casablanca	30.77416	-7.85172				09	541		
11147991	Ihdrane	ihdrane	MA		0	Africa/Casablanca	30.77443	-7.84995				09	541		
11147992	Talat-n-ou Gnar	talat-n-ou-gnar	MA		0	Africa/Casablanca	30.77683	-7.84324				09	541		
11147993	Winitarn	winitarn	MA		0	Africa/Casablanca	30.78007	-7.82886				09	541		
11147995	Tizguiy	tizguiy	MA		0	Africa/Casablanca	30.76351	-7.82057				09	541		
11147997	Irkat	irkat	MA		0	Africa/Casablanca	30.7718	-7.81534				09	541		
11147999	Aït Ahammou	ait-ahammou	MA		0	Africa/Casablanca	30.80775	-7.84202				09	541		
11148001	Id-ou Amghar	id-ou-amghar	MA		0	Africa/Casablanca	30.80423	-7.82541				09	541		
11148004	Tagadirt	tagadirt	MA		0	Africa/Casablanca	30.81987	-7.82818				09	541		
11148009	Ichahrine	ichahrine	MA		0	Africa/Casablanca	30.84086	-7.85508				09	541		
11148012	Tizouyi	tizouyi	MA		0	Africa/Casablanca	30.8647	-7.80948				09	541		
11148023	Amzarkou	amzarkou	MA		0	Africa/Casablanca	30.949	-7.84683				09	541		
11148029	Tagnit	tagnit	MA		0	Africa/Casablanca	30.99066	-7.83806				09	541		
11148030	Wawnzourt	wawnzourt	MA		0	Africa/Casablanca	30.99733	-7.82611				09	541		
11148032	Amalkal	amalkal	MA		0	Africa/Casablanca	30.99233	-7.82397				09	541		
11148051	Talmouda’t	talmouda-t	MA		0	Africa/Casablanca	30.89416	-7.80937				09	541		
11148054	Igardane	igardane	MA		0	Africa/Casablanca	30.88238	-7.80343				09	541		
11148063	Aït Ouzaghar	ait-ouzaghar	MA		0	Africa/Casablanca	30.82304	-7.79598				09	541		
11148064	Tagriwalt	tagriwalt	MA		0	Africa/Casablanca	30.8348	-7.76338				09	541		
11148067	Aït Ouzaghar	ait-ouzaghar	MA		0	Africa/Casablanca	30.82131	-7.77932				09	541		
11148068	Aït Tougda	ait-tougda	MA		0	Africa/Casablanca	30.81951	-7.78378				09	541		
11148069	Assaka	assaka	MA		0	Africa/Casablanca	30.81892	-7.76355				09	541		
11148072	Tighramt-n-Aït Wahou	tighramt-n-ait-wahou	MA		0	Africa/Casablanca	30.80647	-7.76633				09	541		
11148074	Id-Lahsen-n-ou-’Ali	id-lahsen-n-ou-ali	MA		0	Africa/Casablanca	30.81132	-7.7682				09	541		
11148075	Aït Tougda	ait-tougda	MA		0	Africa/Casablanca	30.81175	-7.79591				09	541		
11148076	Aït Wahou	ait-wahou	MA		0	Africa/Casablanca	30.80615	-7.76786				09	541		
11148079	Anrouz	anrouz	MA		0	Africa/Casablanca	30.80128	-7.77213				09	541		
11148080	Aït Melloul	ait-melloul	MA		0	Africa/Casablanca	30.8004	-7.79651				09	541		
11148081	Bou Tiziy	bou-tiziy	MA		0	Africa/Casablanca	30.7984	-7.78314				09	541		
11148085	Aït Himmi	ait-himmi	MA		0	Africa/Casablanca	30.78088	-7.77009				09	541		
11148086	Mandou	mandou	MA		0	Africa/Casablanca	30.7805	-7.80236				09	541		
11148087	Ikouchoudane	ikouchoudane	MA		0	Africa/Casablanca	30.77971	-7.81088				09	541		
11148089	Id-Marmouch	id-marmouch	MA		0	Africa/Casablanca	30.77993	-7.81903				09	541		
11148094	Id Ou Askiod	id-ou-askiod	MA		0	Africa/Casablanca	30.75649	-7.79376				09	541		
11148097	Zawt	zawt	MA		0	Africa/Casablanca	30.97572	-7.9409				07	041		
11148120	Al Gueddara	al-gueddara	MA		0	Africa/Casablanca	30.27105	-6.47291				08	587		
11148122	Oulad Adaïm	oulad-adaim	MA		0	Africa/Casablanca	30.26422	-6.47541				08	587		
11148123	Oulad Abbou	oulad-abbou	MA		0	Africa/Casablanca	30.26179	-6.47414				08	587		
11148173	Jwihlaf	jwihlaf	MA		0	Africa/Casablanca	30.36427	-6.25442				08	587		
11148178	Qcar Laka’ba	qcar-laka-ba	MA		0	Africa/Casablanca	30.30517	-6.28168				08	587		
11148185	Qcar Lamrabtine	qcar-lamrabtine	MA		0	Africa/Casablanca	30.26801	-6.47579				08	587		
11148186	Dar L’ars	dar-l-ars	MA		0	Africa/Casablanca	30.41006	-6.46356				08	587		
11148216	Tizzamelloulnine	tizzamelloulnine	MA		0	Africa/Casablanca	30.60666	-6.97546				08	401		
11148228	Anou-n-Oughyoul	anou-n-oughyoul	MA		0	Africa/Casablanca	30.58267	-6.8897				08	587		
11148259	Amda Oudad	amda-oudad	MA		0	Africa/Casablanca	30.50618	-6.87816				08	587		
11148263	Dar Alberj	dar-alberj	MA		0	Africa/Casablanca	30.53117	-6.92659				08	401		
11148310	Aguertil	aguertil	MA		0	Africa/Casablanca	30.67328	-6.82433				08	587		
11148352	Bou Tiguint	bou-tiguint	MA		0	Africa/Casablanca	30.56216	-6.76604				08	587		
11148357	Aït Hsaïn	ait-hsain	MA		0	Africa/Casablanca	30.56527	-6.75273				08	587		
11148436	Taguensout	taguensout	MA		0	Africa/Casablanca	30.59337	-6.7074				08	587		
11148438	Dar Tiguemmi	dar-tiguemmi	MA		0	Africa/Casablanca	30.5872	-6.70364				08	587		
11148465	Sidi Mohamed Belmoughil	sidi-mohamed-belmoughil	MA		0	Africa/Casablanca	30.5034	-6.65826				08	587		
11148495	Bou Izdumar	bou-izdumar	MA		0	Africa/Casablanca	30.59132	-6.67662				08	587		
11148512	Tinesmene	tinesmene	MA		0	Africa/Casablanca	30.61882	-6.63866				08	587		
11148521	Touna Ouzregue	touna-ouzregue	MA		0	Africa/Casablanca	30.69581	-6.64954				08	587		
11148555	Igherm Laqdim	igherm-laqdim	MA		0	Africa/Casablanca	30.50357	-6.52998				08	587		
11148596	Aït Boudlal	ait-boudlal	MA		0	Africa/Casablanca	30.96062	-6.74726				08	401		
11148597	Algou	algou	MA		0	Africa/Casablanca	30.96744	-6.71572				08	401		
11148619	Tasakmout	tasakmout	MA		0	Africa/Casablanca	30.825	-6.8984				08	401		
11148624	Tigammi Al Jadid	tigammi-al-jadid	MA		0	Africa/Casablanca	30.8986	-6.90665				08	401		
11148632	As-Salam	as-salam	MA		0	Africa/Casablanca	30.92848	-6.8841				08	401		
11148634	Talmasla	talmasla	MA		0	Africa/Casablanca	30.90446	-6.88066				08	401		
11148640	Tifratine	tifratine	MA		0	Africa/Casablanca	30.87094	-6.86247				08	401		
11148645	Aning	aning	MA		0	Africa/Casablanca	30.77846	-6.87382				08	401		
11148668	Zawyat	zawyat	MA		0	Africa/Casablanca	30.96045	-6.75558				08	401		
11148669	Izlagane	izlagane	MA		0	Africa/Casablanca	30.95002	-6.76597				08	401		
11148678	Lamqatal	lamqatal	MA		0	Africa/Casablanca	30.80036	-6.76127				08	587		
11148696	Bourj Douni	bourj-douni	MA		0	Africa/Casablanca	30.76522	-6.67954				08	587		
11148707	Almou	almou	MA		0	Africa/Casablanca	30.92797	-6.63425				08	401		
11148711	Lkhangu	lkhangu	MA		0	Africa/Casablanca	30.98103	-6.66453				08	401		
11148715	Akhlif	akhlif	MA		0	Africa/Casablanca	30.98559	-6.66799				08	401		
11148717	Ghrifat	ghrifat	MA		0	Africa/Casablanca	30.98643	-6.69178				08	401		
11148740	Dar Bou Tamdal	dar-bou-tamdal	MA		0	Africa/Casablanca	30.80565	-6.57859				08	587		
11148749	Dar Tamasryout	dar-tamasryout	MA		0	Africa/Casablanca	30.93781	-6.59888				08	401		
11148754	Sidi Miymoun	sidi-miymoun	MA		0	Africa/Casablanca	30.99357	-6.56916				08	401		
11148756	Taysa	taysa	MA		0	Africa/Casablanca	30.95674	-6.5317				08	401		
11148769	Tizgui	tizgui	MA		0	Africa/Casablanca	30.78893	-6.52875				08	587		
11148774	Asrhandoul	asrhandoul	MA		0	Africa/Casablanca	31.23613	-9.20856				07	161		
11148778	Izgoudaz	izgoudaz	MA		0	Africa/Casablanca	31.21725	-9.21106				07	161		
11148779	Issoufra	issoufra	MA		0	Africa/Casablanca	31.21798	-9.1939				07	161		
11148781	Zaouit	zaouit	MA		0	Africa/Casablanca	31.20872	-9.20366				07	161		
11148782	Taoulilou	taoulilou	MA		0	Africa/Casablanca	31.19589	-9.20967				07	161		
11148783	Amadaln	amadaln	MA		0	Africa/Casablanca	31.19543	-9.24261				07	161		
11148784	Bououchfoud	bououchfoud	MA		0	Africa/Casablanca	31.18648	-9.24043				07	161		
11148786	Tliou	tliou	MA		0	Africa/Casablanca	31.15106	-9.20997				07	161		
11148787	Tissigart	tissigart	MA		0	Africa/Casablanca	31.15524	-9.20227				07	161		
11148788	Manar	manar	MA		0	Africa/Casablanca	31.1729	-9.21471				07	161		
11148789	Aïn Ouzrhou	ain-ouzrhou	MA		0	Africa/Casablanca	31.14525	-9.22705				07	161		
11148790	Azoya	azoya	MA		0	Africa/Casablanca	31.14569	-9.21489				07	161		
11148791	Iferkhas	iferkhas	MA		0	Africa/Casablanca	31.13396	-9.20296				07	161		
11148799	Imi n’Tarhemart	imi-n-tarhemart	MA		0	Africa/Casablanca	31.10919	-9.20662				07	161		
11148802	Aït el Hanchoud	ait-el-hanchoud	MA		0	Africa/Casablanca	31.09507	-9.22733				07	161		
11148804	Tassila	tassila	MA		0	Africa/Casablanca	31.09384	-9.23731				07	161		
11148805	Talbourt	talbourt	MA		0	Africa/Casablanca	31.09196	-9.24089				07	161		
11148813	Assaka	assaka	MA		0	Africa/Casablanca	31.0867	-9.2394				07	161		
11148817	Oukharbane	oukharbane	MA		0	Africa/Casablanca	31.07084	-9.19656				07	161		
11148820	Tiquemmi n’Terheral	tiquemmi-n-terheral	MA		0	Africa/Casablanca	31.06274	-9.24102				07	161		
11148821	Tiguenatine	tiguenatine	MA		0	Africa/Casablanca	31.05866	-9.23784				07	161		
11148825	Aït Mazouz	ait-mazouz	MA		0	Africa/Casablanca	31.06064	-9.21493				07	161		
11148832	Arhoumffar	arhoumffar	MA		0	Africa/Casablanca	31.04535	-9.21177				07	161		
11148834	Aït Ahmed Hammou	ait-ahmed-hammou	MA		0	Africa/Casablanca	31.0506	-9.20709				07	161		
11148841	Arrazoum	arrazoum	MA		0	Africa/Casablanca	31.01922	-9.1899				07	161		
11148848	Iggui n Tanout	iggui-n-tanout	MA		0	Africa/Casablanca	31.01352	-9.22892				07	211		
11148850	Azazi n’Aït Lahsene	azazi-n-ait-lahsene	MA		0	Africa/Casablanca	31.0076	-9.23325				07	211		
11148851	Douar-Tanefakt	douar-tanefakt	MA		0	Africa/Casablanca	31.00399	-9.22443				07	211		
11148852	Douar Bouchih	douar-bouchih	MA		0	Africa/Casablanca	31.00356	-9.24152				07	211		
11148855	Toulaoualt	toulaoualt	MA		0	Africa/Casablanca	31.00291	-9.19586				07	211		
11148858	Azazin Fardine	azazin-fardine	MA		0	Africa/Casablanca	31.01085	-9.17684				07	161		
11148865	Aït Oufkir	ait-oufkir	MA		0	Africa/Casablanca	31.01891	-9.14061				07	161		
11148867	Tikhninaï	tikhninai	MA		0	Africa/Casablanca	31.02492	-9.14939				07	161		
11148869	Addarhast	addarhast	MA		0	Africa/Casablanca	31.03073	-9.18859				07	161		
11148871	Tounine	tounine	MA		0	Africa/Casablanca	31.0372	-9.1795				07	161		
11148875	Tagadirt-nTroumit	tagadirt-ntroumit	MA		0	Africa/Casablanca	31.0274	-9.13944				07	161		
11148877	Touzoumt	touzoumt	MA		0	Africa/Casablanca	31.03363	-9.14145				07	161		
11148882	Sénaïs	senais	MA		0	Africa/Casablanca	31.04335	-9.16043				07	161		
11148899	Tiourar-n’Aït Aïssi	tiourar-n-ait-aissi	MA		0	Africa/Casablanca	31.07097	-9.14794				07	161		
11148900	Amzdarn	amzdarn	MA		0	Africa/Casablanca	31.07349	-9.14922				07	161		
11148904	Aït Oufrad	ait-oufrad	MA		0	Africa/Casablanca	31.08606	-9.18353				07	161		
11148905	Aït Dahmad	ait-dahmad	MA		0	Africa/Casablanca	31.08817	-9.18632				07	161		
11148907	Aït Oundam	ait-oundam	MA		0	Africa/Casablanca	31.09211	-9.18544				07	161		
11148909	Bou Tourkine	bou-tourkine	MA		0	Africa/Casablanca	31.09292	-9.17718				07	161		
11148910	Aït Saïd ou Mehand	ait-said-ou-mehand	MA		0	Africa/Casablanca	31.09128	-9.1607				07	161		
11148911	El Oufrat	el-oufrat	MA		0	Africa/Casablanca	31.08975	-9.1551				07	161		
11148915	Bou Oudi	bou-oudi	MA		0	Africa/Casablanca	31.11481	-9.15964				07	161		
11148918	Merhilt	merhilt	MA		0	Africa/Casablanca	31.12606	-9.16239				07	161		
11148920	Tassila	tassila	MA		0	Africa/Casablanca	31.14128	-9.18562				07	161		
11148928	Tanout-Imzil	tanout-imzil	MA		0	Africa/Casablanca	31.16679	-9.15981				07	161		
11148929	Er Rjdaln	er-rjdaln	MA		0	Africa/Casablanca	31.16584	-9.14935				07	161		
11148930	Zaouit Tizgui	zaouit-tizgui	MA		0	Africa/Casablanca	31.15487	-9.13729				07	161		
11148932	Aït el Khraouid	ait-el-khraouid	MA		0	Africa/Casablanca	31.17876	-9.15305				07	161		
11148936	Taourirt	taourirt	MA		0	Africa/Casablanca	31.20856	-9.185				07	161		
11148940	Assaïs	assais	MA		0	Africa/Casablanca	31.21527	-9.14204				07	161		
11148941	Aït Moussi	ait-moussi	MA		0	Africa/Casablanca	31.21991	-9.16122				07	161		
11148942	Zourhir	zourhir	MA		0	Africa/Casablanca	31.22683	-9.18081				07	161		
11148943	Sidi Boubker	sidi-boubker	MA		0	Africa/Casablanca	31.23099	-9.16437				07	161		
11148945	Tikida	tikida	MA		0	Africa/Casablanca	31.24458	-9.19097				07	161		
11148946	Tagadirt	tagadirt	MA		0	Africa/Casablanca	31.24679	-9.17389				07	161		
11148948	Tamda Ounassis	tamda-ounassis	MA		0	Africa/Casablanca	31.24052	-9.15742				07	161		
11148955	Tidli	tidli	MA		0	Africa/Casablanca	31.21831	-9.09217				07	161		
11148957	Iboussabkane	iboussabkane	MA		0	Africa/Casablanca	31.23639	-9.09283				07	161		
11148961	Ihaouatn	ihaouatn	MA		0	Africa/Casablanca	31.24281	-9.09386				07	161		
11148963	Ouamsket	ouamsket	MA		0	Africa/Casablanca	31.20752	-9.11003				07	161		
11148964	Ibâlatn	ibalatn	MA		0	Africa/Casablanca	31.21068	-9.08641				07	161		
11148966	Ouanderhirh	ouanderhirh	MA		0	Africa/Casablanca	31.2022	-9.08796				07	161		
11148969	Taouncht	taouncht	MA		0	Africa/Casablanca	31.18597	-9.09637				07	161		
11148970	Tiourhaârhine	tiourhaarhine	MA		0	Africa/Casablanca	31.18548	-9.10843				07	161		
11148971	Iggui-Imachioun	iggui-imachioun	MA		0	Africa/Casablanca	31.185	-9.11116				07	161		
11148973	Sidi bou er Roudat	sidi-bou-er-roudat	MA		0	Africa/Casablanca	31.16956	-9.09908				07	161		
11148976	Imi N’Tagant	imi-n-tagant	MA		0	Africa/Casablanca	31.15686	-9.09948				07	161		
11148982	Aït Tiourar-Mellouln	ait-tiourar-mellouln	MA		0	Africa/Casablanca	31.11529	-9.10511				07	161		
11148986	Aït Messaoud-ou Bihi	ait-messaoud-ou-bihi	MA		0	Africa/Casablanca	31.10459	-9.11939				07	161		
11148987	Sayakt	sayakt	MA		0	Africa/Casablanca	31.1021	-9.12324				07	161		
11148989	Ihtachene	ihtachene	MA		0	Africa/Casablanca	31.10309	-9.10674				07	161		
11148990	Irherrhaz	irherrhaz	MA		0	Africa/Casablanca	31.10143	-9.10021				07	161		
11148993	Taouraït	taourait	MA		0	Africa/Casablanca	31.09358	-9.1298				07	161		
11148995	Tandoucht	tandoucht	MA		0	Africa/Casablanca	31.09386	-9.12454				07	161		
11148998	Imidk	imidk	MA		0	Africa/Casablanca	31.08415	-9.10309				07	161		
11149015	Aït Smaâïl	ait-smaail	MA		0	Africa/Casablanca	31.03812	-9.12463				07	161		
11149016	Aït Ouakhoun	ait-ouakhoun	MA		0	Africa/Casablanca	31.03608	-9.13129				07	161		
11149018	Tigmat N’Tenzelt	tigmat-n-tenzelt	MA		0	Africa/Casablanca	31.03236	-9.12884				07	161		
11149020	Ouiâzza	ouiazza	MA		0	Africa/Casablanca	31.03533	-9.1353				07	161		
11149021	Talat N Aït-Amar	talat-n-ait-amar	MA		0	Africa/Casablanca	31.04579	-9.11667				07	161		
11149022	Ibaline	ibaline	MA		0	Africa/Casablanca	31.04329	-9.11323				07	161		
11149026	Aït Abid	ait-abid	MA		0	Africa/Casablanca	31.02251	-9.13447				07	161		
11149028	Aït el Koub	ait-el-koub	MA		0	Africa/Casablanca	31.01766	-9.1309				07	161		
11149029	Aït el Haj Messaoud	ait-el-haj-messaoud	MA		0	Africa/Casablanca	31.02257	-9.11122				07	161		
11149041	Agrouaou	agrouaou	MA		0	Africa/Casablanca	31.01319	-9.06332				07	161		
11149043	Ed Dirane	ed-dirane	MA		0	Africa/Casablanca	31.02274	-9.05024				07	161		
11149044	Sidi Moubark	sidi-moubark	MA		0	Africa/Casablanca	31.02031	-9.05246				07	161		
11149045	Sidi bou Âtmane	sidi-bou-atmane	MA		0	Africa/Casablanca	31.00964	-9.05261				07	161		
11149046	Tifelfal	tifelfal	MA		0	Africa/Casablanca	31.00478	-9.05277				07	161		
11149047	Sidi el Kebir	sidi-el-kebir	MA		0	Africa/Casablanca	31.00128	-9.05189				07	161		
11149048	Iggui Irhmar	iggui-irhmar	MA		0	Africa/Casablanca	31.00079	-9.04404				07	161		
11149056	Ouzou	ouzou	MA		0	Africa/Casablanca	31.03457	-9.0433				07	161		
11149057	Dou Tesdremt	dou-tesdremt	MA		0	Africa/Casablanca	31.03551	-9.03214				07	161		
11149058	El Mâadn	el-maadn	MA		0	Africa/Casablanca	31.03821	-9.02755				07	161		
11149071	Sidi Ali-ben Salah	sidi-ali-ben-salah	MA		0	Africa/Casablanca	31.0604	-9.06301				07	161		
11149082	Ifesfas	ifesfas	MA		0	Africa/Casablanca	31.06028	-9.05697				07	161		
11149090	Irgragn	irgragn	MA		0	Africa/Casablanca	31.1015	-9.0714				07	161		
11149097	Biirgn	biirgn	MA		0	Africa/Casablanca	31.08746	-9.0368				07	161		
11149100	El Mseriha	el-mseriha	MA		0	Africa/Casablanca	31.08426	-9.02552				07	161		
11149101	Ed Dhourane	ed-dhourane	MA		0	Africa/Casablanca	31.10563	-9.02573				07	161		
11149103	Sidi Abdellah-Irgragn	sidi-abdellah-irgragn	MA		0	Africa/Casablanca	31.11024	-9.03475				07	161		
11149108	Taoura et Tahtania	taoura-et-tahtania	MA		0	Africa/Casablanca	31.1173	-9.04346				07	161		
11149118	Agadir-Ikarkaouin	agadir-ikarkaouin	MA		0	Africa/Casablanca	31.15035	-9.02464				07	161		
11149119	Aguenfarhrat	aguenfarhrat	MA		0	Africa/Casablanca	31.15428	-9.02684				07	161		
11149122	Irassane	irassane	MA		0	Africa/Casablanca	31.15443	-9.06082				07	161		
11149123	Taouja	taouja	MA		0	Africa/Casablanca	31.1561	-9.07515				07	161		
11149125	Imahaln	imahaln	MA		0	Africa/Casablanca	31.16376	-9.06191				07	161		
11149127	Ikhayadn	ikhayadn	MA		0	Africa/Casablanca	31.16622	-9.06458				07	161		
11149129	Aguenza	aguenza	MA		0	Africa/Casablanca	31.17122	-9.06698				07	161		
11149130	Aït Ihya	ait-ihya	MA		0	Africa/Casablanca	31.17762	-9.07442				07	161		
11149132	Tamsoult	tamsoult	MA		0	Africa/Casablanca	31.15796	-9.0262				07	161		
11149133	Taourirt	taourirt	MA		0	Africa/Casablanca	31.18629	-9.04764				07	161		
11149134	Irhtimn	irhtimn	MA		0	Africa/Casablanca	31.18706	-9.03861				07	161		
11149135	Imouzar	imouzar	MA		0	Africa/Casablanca	31.1877	-9.08543				07	161		
11149136	Tifirhas	tifirhas	MA		0	Africa/Casablanca	31.19958	-9.0761				07	161		
11149137	Sidi Mehand ou el Tnine	sidi-mehand-ou-el-tnine	MA		0	Africa/Casablanca	31.2015	-9.06098				07	161		
11149138	Toukhribn	toukhribn	MA		0	Africa/Casablanca	31.19219	-9.05899				07	161		
11149140	Adar Yssi	adar-yssi	MA		0	Africa/Casablanca	31.20293	-9.02808				07	161		
11149144	Tougoukt	tougoukt	MA		0	Africa/Casablanca	31.20492	-9.04936				07	161		
11149148	Ifarkhas	ifarkhas	MA		0	Africa/Casablanca	31.22066	-9.06769				07	161		
11149149	Bou Oualouz	bou-oualouz	MA		0	Africa/Casablanca	31.21428	-9.0426				07	161		
11149150	Bou Ouarhouch	bou-ouarhouch	MA		0	Africa/Casablanca	31.21622	-9.03385				07	161		
11149152	Irhazn	irhazn	MA		0	Africa/Casablanca	31.20527	-9.02339				07	161		
11149154	Zaouit-Igdachn	zaouit-igdachn	MA		0	Africa/Casablanca	31.20968	-9.01707				07	161		
11149155	Iznagn	iznagn	MA		0	Africa/Casablanca	31.20409	-9.01252				07	161		
11149156	Aït Jâa	ait-jaa	MA		0	Africa/Casablanca	31.20237	-9.01831				07	161		
11149157	Tarhzout	tarhzout	MA		0	Africa/Casablanca	31.19537	-9.01578				07	161		
11149159	Tanzaguine	tanzaguine	MA		0	Africa/Casablanca	31.2329	-9.07352				07	161		
11149162	Ajmou	ajmou	MA		0	Africa/Casablanca	31.20956	-9.00597				07	161		
11149164	Aït el Haj	ait-el-haj	MA		0	Africa/Casablanca	31.16457	-9.00314				07	161		
11149165	Zaouit-Bezaïoud	zaouit-bezaioud	MA		0	Africa/Casablanca	31.15763	-9.00224				07	161		
11149167	Baja	baja	MA		0	Africa/Casablanca	31.15803	-9.01825				07	161		
11149169	Mezbit	mezbit	MA		0	Africa/Casablanca	31.14703	-9.00999				07	161		
11149170	Adardour	adardour	MA		0	Africa/Casablanca	31.15274	-9.0114				07	161		
11149173	Afarni	afarni	MA		0	Africa/Casablanca	31.13807	-9.01331				07	161		
11149181	Aït Idr	ait-idr	MA		0	Africa/Casablanca	31.11518	-9.03214				07	161		
11149184	Bizourane	bizourane	MA		0	Africa/Casablanca	31.0897	-9.00263				07	161		
11149187	Iggui Oudmi	iggui-oudmi	MA		0	Africa/Casablanca	31.07304	-9.00518				07	161		
11149189	Dou Oudmr	dou-oudmr	MA		0	Africa/Casablanca	31.07087	-9.00116				07	161		
11149191	Tachkiouine	tachkiouine	MA		0	Africa/Casablanca	31.06143	-9.01194				07	161		
11149194	Ballekhouch	ballekhouch	MA		0	Africa/Casablanca	31.04982	-9.00242				07	161		
11149195	Ougzir	ougzir	MA		0	Africa/Casablanca	31.04634	-9.0079				07	161		
11149196	Bou Alam	bou-alam	MA		0	Africa/Casablanca	31.04154	-9.01224				07	161		
11149197	Ouchchene	ouchchene	MA		0	Africa/Casablanca	31.0397	-9.00435				07	161		
11149198	Irhmr-n’Talâïnt	irhmr-n-talaint	MA		0	Africa/Casablanca	31.03618	-9.01024				07	161		
11149200	Tisrharine	tisrharine	MA		0	Africa/Casablanca	31.02938	-9.0171				07	161		
11149203	Bou Tmidi	bou-tmidi	MA		0	Africa/Casablanca	31.02373	-9.01894				07	161		
11149204	Agdaï-n’Tiki	agdai-n-tiki	MA		0	Africa/Casablanca	31.0174	-9.02052				07	161		
11149205	Adouz	adouz	MA		0	Africa/Casablanca	31.00589	-9.02273				07	161		
11149209	Tiza n’Guirine	tiza-n-guirine	MA		0	Africa/Casablanca	31.00249	-9.00668				07	161		
11149210	Irgragn	irgragn	MA		0	Africa/Casablanca	31.00094	-9.00286				07	161		
11149215	Mar	mar	MA		0	Africa/Casablanca	31.17531	-9.23372				07	161		
11149217	Mar	mar	MA		0	Africa/Casablanca	31.13768	-9.24106				07	161		
11149223	Imi’n Tizgui	imi-n-tizgui	MA		0	Africa/Casablanca	31.17628	-9.14495				07	161		
11149234	Tizgui	tizgui	MA		0	Africa/Casablanca	31.17748	-8.25206				07	041		
11149235	Tahlit	tahlit	MA		0	Africa/Casablanca	31.23062	-8.25315				07	041		
11149236	Aït Slimane	ait-slimane	MA		0	Africa/Casablanca	31.22808	-8.3171				07	041		
11149238	Tizgui	tizgui	MA		0	Africa/Casablanca	31.1667	-8.30486				07	041		
11149239	Tamalout	tamalout	MA		0	Africa/Casablanca	31.07871	-8.27398				07	041		
11149240	Tamakra	tamakra	MA		0	Africa/Casablanca	31.24294	-8.40276				07	041		
11149241	Dou Ouzrou	dou-ouzrou	MA		0	Africa/Casablanca	31.16152	-8.38562				07	041		
11149245	Izourzene	izourzene	MA		0	Africa/Casablanca	31.23534	-8.94966				07	161		
11149247	Addar Aït ’Allal	addar-ait-allal	MA		0	Africa/Casablanca	31.21905	-8.98619				07	161		
11149248	Tal’aïnt	tal-aint	MA		0	Africa/Casablanca	31.19941	-8.97233				07	161		
11149250	Aghbalou	aghbalou	MA		0	Africa/Casablanca	31.17599	-8.93972				07	161		
11149251	Tafaytour	tafaytour	MA		0	Africa/Casablanca	31.11862	-8.98096				07	161		
11149252	Aït Bouçag	ait-boucag	MA		0	Africa/Casablanca	31.11715	-8.94285				07	161		
11149253	Tal’at Oudmane	tal-at-oudmane	MA		0	Africa/Casablanca	31.10342	-8.95881				07	161		
11149255	Ameznas	ameznas	MA		0	Africa/Casablanca	31.09284	-8.94996				07	161		
11149256	Al Had Rohala	al-had-rohala	MA		0	Africa/Casablanca	31.07606	-8.93996				07	161		
11149258	Zawyat Tizi M’achou	zawyat-tizi-m-achou	MA		0	Africa/Casablanca	31.05527	-8.96803				07	161		
11149260	Wawourst	wawourst	MA		0	Africa/Casablanca	31.03622	-8.97044				07	161		
11149261	Imiouguelmine	imiouguelmine	MA		0	Africa/Casablanca	31.02898	-8.9926				07	161		
11149262	Tabya	tabya	MA		0	Africa/Casablanca	31.02728	-8.97716				07	161		
11149263	Wanlakht	wanlakht	MA		0	Africa/Casablanca	31.01502	-8.99742				07	161		
11149264	Tifrit	tifrit	MA		0	Africa/Casablanca	31.00896	-8.96689				07	161		
11149265	Bouyissoufa	bouyissoufa	MA		0	Africa/Casablanca	31.03206	-8.9303				07	161		
11149266	Imiskar	imiskar	MA		0	Africa/Casablanca	31.03912	-8.88702				07	161		
11149267	Tissiane	tissiane	MA		0	Africa/Casablanca	31.06604	-8.92697				07	161		
11149269	Aït Bel Housseïn	ait-bel-houssein	MA		0	Africa/Casablanca	31.10694	-8.93938				07	161		
11149270	Yadjar	yadjar	MA		0	Africa/Casablanca	31.11742	-8.92809				07	161		
11149271	Imislik	imislik	MA		0	Africa/Casablanca	31.12074	-8.91698				07	161		
11149273	Tabya	tabya	MA		0	Africa/Casablanca	31.13127	-8.92139				07	161		
11149274	Aït Bellouchene	ait-bellouchene	MA		0	Africa/Casablanca	31.13499	-8.92269				07	161		
11149275	Tazitount	tazitount	MA		0	Africa/Casablanca	31.13656	-8.9116				07	161		
11149277	Tagadirt	tagadirt	MA		0	Africa/Casablanca	31.17647	-8.92379				07	161		
11149278	Taghrat	taghrat	MA		0	Africa/Casablanca	31.17887	-8.93049				07	161		
11149279	Wazrwig	wazrwig	MA		0	Africa/Casablanca	31.17869	-8.91974				07	161		
11149280	Imizene	imizene	MA		0	Africa/Casablanca	31.18064	-8.91131				07	161		
11149281	Mawdafoud	mawdafoud	MA		0	Africa/Casablanca	31.19294	-8.90247				07	161		
11149282	Imil’aïn	imil-ain	MA		0	Africa/Casablanca	31.18801	-8.89273				07	161		
11149284	Abliwn	abliwn	MA		0	Africa/Casablanca	31.20804	-8.91594				07	161		
11149286	Er Rtal Bouchta	er-rtal-bouchta	MA		0	Africa/Casablanca	31.22299	-8.85294				07	161		
11149287	Toukhribine	toukhribine	MA		0	Africa/Casablanca	31.21413	-8.85088				07	161		
11149288	Oumwachfal	oumwachfal	MA		0	Africa/Casablanca	31.20758	-8.84352				07	161		
11149289	Taghjajt	taghjajt	MA		0	Africa/Casablanca	31.20246	-8.84292				07	161		
11149290	Aït Yahia	ait-yahia	MA		0	Africa/Casablanca	31.20238	-8.85251				07	161		
11149291	Ifri Moussa	ifri-moussa	MA		0	Africa/Casablanca	31.17665	-8.87829				07	161		
11149292	Sidi ’Ali Ou-Ishaq	sidi-ali-ou-ishaq	MA		0	Africa/Casablanca	31.17406	-8.85478				07	161		
11149293	Tachmirrou	tachmirrou	MA		0	Africa/Casablanca	31.1627	-8.84905				07	161		
11149294	Al Qaçba Al-Fouqaniya	al-qacba-al-fouqaniya	MA		0	Africa/Casablanca	31.15135	-8.85579				07	161		
11149295	Bouyinbaïn	bouyinbain	MA		0	Africa/Casablanca	31.14375	-8.83255				07	161		
11149297	Ikadoun	ikadoun	MA		0	Africa/Casablanca	31.1286	-8.8676				07	161		
11149298	Timdwine	timdwine	MA		0	Africa/Casablanca	31.12159	-8.84483				07	161		
11149300	Tajoujt	tajoujt	MA		0	Africa/Casablanca	31.10882	-8.85534				07	161		
11149301	Agrourtane	agrourtane	MA		0	Africa/Casablanca	31.08885	-8.86289				07	161		
11149302	Argtajert	argtajert	MA		0	Africa/Casablanca	31.07042	-8.85876				07	161		
11149303	Awsir	awsir	MA		0	Africa/Casablanca	31.07649	-8.87368				07	161		
11149304	Aït Wakrim	ait-wakrim	MA		0	Africa/Casablanca	31.05429	-8.84649				07	161		
11149306	Bouyigra	bouyigra	MA		0	Africa/Casablanca	31.04594	-8.85456				07	161		
11149308	Touguelkheyr	touguelkheyr	MA		0	Africa/Casablanca	31.05546	-8.79014				07	161		
11149309	Amassine	amassine	MA		0	Africa/Casablanca	31.07023	-8.762				07	161		
11149310	Foumazir	foumazir	MA		0	Africa/Casablanca	31.07628	-8.8165				07	161		
11149311	Tiguema-n-Skrat	tiguema-n-skrat	MA		0	Africa/Casablanca	31.08528	-8.80242				07	161		
11149312	Imi Oumessing	imi-oumessing	MA		0	Africa/Casablanca	31.07755	-8.77541				07	161		
11149314	Tifesfas	tifesfas	MA		0	Africa/Casablanca	31.0907	-8.80133				07	161		
11149315	Talbourt	talbourt	MA		0	Africa/Casablanca	31.08325	-8.76433				07	161		
11149316	Ighilane	ighilane	MA		0	Africa/Casablanca	31.11673	-8.78693				07	161		
11149317	Boutaghradine	boutaghradine	MA		0	Africa/Casablanca	31.11636	-8.78938				07	161		
11149318	Agadir	agadir	MA		0	Africa/Casablanca	31.1222	-8.78123				07	161		
11149321	Tal’aïnt	tal-aint	MA		0	Africa/Casablanca	31.1425	-8.75803				07	161		
11149322	Agawz	agawz	MA		0	Africa/Casablanca	31.15589	-8.78099				07	161		
11149323	Tizi Warguiwine	tizi-warguiwine	MA		0	Africa/Casablanca	31.16371	-8.81331				07	161		
11149324	Akhlij	akhlij	MA		0	Africa/Casablanca	31.14337	-8.80152				07	161		
11149326	Imi-n-Teghli	imi-n-teghli	MA		0	Africa/Casablanca	31.16149	-8.76233				07	161		
11149327	Tibourine	tibourine	MA		0	Africa/Casablanca	31.15185	-8.75934				07	161		
11149328	Touzoumtane	touzoumtane	MA		0	Africa/Casablanca	31.17887	-8.7821				07	161		
11149331	Taqanourt	taqanourt	MA		0	Africa/Casablanca	31.21672	-8.79346				07	161		
11149333	Assersif	assersif	MA		0	Africa/Casablanca	31.24292	-8.76108				07	161		
11149334	Iguizoulene	iguizoulene	MA		0	Africa/Casablanca	31.22644	-8.75795				07	161		
11149335	Tajelt	tajelt	MA		0	Africa/Casablanca	31.04709	-8.7507				07	161		
11149337	Beroujou	beroujou	MA		0	Africa/Casablanca	31.16446	-8.99922				07	161		
11149339	Tamsoult	tamsoult	MA		0	Africa/Casablanca	31.02006	-8.48826				07	161		
11149342	Azib Taskourt	azib-taskourt	MA		0	Africa/Casablanca	31.20878	-8.49065				07	161		
11149344	Tinezriouine	tinezriouine	MA		0	Africa/Casablanca	31.07863	-8.27756				07	041		
11149345	Tit	tit	MA		0	Africa/Casablanca	31.24397	-8.49521				07	161		
11149346	Aït Bouyoussef	ait-bouyoussef	MA		0	Africa/Casablanca	31.24163	-8.48792				07	161		
11149347	Zawyat Sidi Brahim	zawyat-sidi-brahim	MA		0	Africa/Casablanca	31.23865	-8.47453				07	161		
11149348	Zilawt	zilawt	MA		0	Africa/Casablanca	31.22622	-8.4441				07	161		
11149349	Imi-n-Ighzer	imi-n-ighzer	MA		0	Africa/Casablanca	31.19873	-8.46858				07	161		
11149350	Zawyat Ilemti	zawyat-ilemti	MA		0	Africa/Casablanca	31.17426	-8.48938				07	161		
11149353	Kerni	kerni	MA		0	Africa/Casablanca	31.15769	-8.49544				07	161		
11149354	Tiliwa	tiliwa	MA		0	Africa/Casablanca	31.15106	-8.49854				07	161		
11149355	Assais	assais	MA		0	Africa/Casablanca	31.14983	-8.49259				07	161		
11149356	Azmou	azmou	MA		0	Africa/Casablanca	31.13149	-8.48414				07	161		
11149357	Ighzer	ighzer	MA		0	Africa/Casablanca	31.13509	-8.49701				07	161		
11149358	Tiderguine	tiderguine	MA		0	Africa/Casablanca	31.12669	-8.489				07	161		
11149359	Qaïdat	qaidat	MA		0	Africa/Casablanca	31.11477	-8.48892				07	161		
11149360	Areg	areg	MA		0	Africa/Casablanca	31.11475	-8.44573				07	161		
11149365	Aguerzra	aguerzra	MA		0	Africa/Casablanca	31.05638	-8.47598				07	161		
11149366	Iznouna	iznouna	MA		0	Africa/Casablanca	31.04888	-8.46634				07	161		
11149369	Zwalil	zwalil	MA		0	Africa/Casablanca	31.12361	-8.41826				07	041		
11149370	Tagadirt	tagadirt	MA		0	Africa/Casablanca	31.13109	-8.41939				07	041		
11149371	Aït Dawd	ait-dawd	MA		0	Africa/Casablanca	31.10592	-8.37781				07	041		
11149372	Tiroula	tiroula	MA		0	Africa/Casablanca	31.13919	-8.42808				07	161		
11149373	Tifrouine	tifrouine	MA		0	Africa/Casablanca	31.12766	-8.39368				07	041		
11149376	Imi Ouzerouane	imi-ouzerouane	MA		0	Africa/Casablanca	31.13883	-8.35864				07	041		
11149377	Amzri	amzri	MA		0	Africa/Casablanca	31.15018	-8.37926				07	041		
11149380	Tagadirt	tagadirt	MA		0	Africa/Casablanca	31.1833	-8.39712				07	041		
11149381	Timilt	timilt	MA		0	Africa/Casablanca	31.21501	-8.45819				07	161		
11149383	Imi-n- Ouassif	imi-n-ouassif	MA		0	Africa/Casablanca	31.23373	-8.44093				07	161		
11149384	Taddart	taddart	MA		0	Africa/Casablanca	31.23578	-8.41182				07	041		
11149385	Boukhelf	boukhelf	MA		0	Africa/Casablanca	31.23883	-8.38832				07	041		
11149386	Agadir-n- Aït Brahim	agadir-n-ait-brahim	MA		0	Africa/Casablanca	31.24382	-8.3788				07	041		
11149388	Algoud	algoud	MA		0	Africa/Casablanca	31.22408	-8.3852				07	041		
11149389	Aghella	aghella	MA		0	Africa/Casablanca	31.00183	-8.37964				07	041		
11149390	Azib Kaboudene	azib-kaboudene	MA		0	Africa/Casablanca	31.02886	-8.37219				07	041		
11149396	Aderdour	aderdour	MA		0	Africa/Casablanca	31.07321	-8.2787				07	041		
11149397	Kettou	kettou	MA		0	Africa/Casablanca	31.08508	-8.27438				07	041		
11149398	Tnirt	tnirt	MA		0	Africa/Casablanca	31.10514	-8.31911				07	041		
11149400	Tal’at Zegwar	tal-at-zegwar	MA		0	Africa/Casablanca	31.17152	-8.32251				07	041		
11149402	Tiqlit	tiqlit	MA		0	Africa/Casablanca	31.21296	-8.30449				07	041		
11149403	Addar	addar	MA		0	Africa/Casablanca	31.22129	-8.3291				07	041		
11149404	Agadir Ibaraghene	agadir-ibaraghene	MA		0	Africa/Casablanca	31.23448	-8.34037				07	041		
11149405	Toughza	toughza	MA		0	Africa/Casablanca	31.24341	-8.34281				07	041		
11149407	Tadchert	tadchert	MA		0	Africa/Casablanca	31.23114	-8.33562				07	041		
11149409	Aït Bou Haddou	ait-bou-haddou	MA		0	Africa/Casablanca	31.2332	-8.31216				07	041		
11149410	Aït Berghous	ait-berghous	MA		0	Africa/Casablanca	31.23364	-8.30978				07	041		
11149411	Agadir Jdid	agadir-jdid	MA		0	Africa/Casablanca	31.2284	-8.30755				07	041		
11149412	Awdid	awdid	MA		0	Africa/Casablanca	31.24541	-8.31063				07	041		
11149413	Assmer	assmer	MA		0	Africa/Casablanca	31.23876	-8.31275				07	041		
11149414	Al K’arna	al-k-arna	MA		0	Africa/Casablanca	31.2447	-8.26713				07	041		
11149416	Wadaker	wadaker	MA		0	Africa/Casablanca	31.21558	-8.26814				07	041		
11149417	Timsouriene	timsouriene	MA		0	Africa/Casablanca	31.2118	-8.25818				07	041		
11149418	Tal’ at Ihia	tal-at-ihia	MA		0	Africa/Casablanca	31.20971	-8.25282				07	041		
11149419	Salemt	salemt	MA		0	Africa/Casablanca	31.17399	-8.25357				07	041		
11149420	Toug Al Kheyr	toug-al-kheyr	MA		0	Africa/Casablanca	31.16326	-8.25617				07	041		
11149422	Dou Anammer	dou-anammer	MA		0	Africa/Casablanca	31.14266	-8.25678				07	041		
11149423	Imi-n- Tala	imi-n-tala	MA		0	Africa/Casablanca	31.12926	-8.26719				07	041		
11149425	Tal’ at Wareg	tal-at-wareg	MA		0	Africa/Casablanca	31.10201	-8.26403				07	041		
11149426	Ourmer	ourmer	MA		0	Africa/Casablanca	31.08657	-8.25224				07	041		
11149428	Imi-n- Erkha	imi-n-erkha	MA		0	Africa/Casablanca	31.16664	-8.4892				07	161		
11149431	Imlil	imlil	MA		0	Africa/Casablanca	31.00026	-7.8225				09	541		
11169227	Ikis Oufella	ikis-oufella	MA		0	Africa/Casablanca	30.60214	-9.26521				09	541		
11169228	Adra N’Tament Oufella	adra-n-tament-oufella	MA		0	Africa/Casablanca	30.75582	-9.06792				09	541		
11170981	Ouzane	ouzane	MA		0	Africa/Casablanca	30.09135	-7.72719				09	551		
11171923	Gouamane	gouamane	MA		0	Africa/Casablanca	31.24503	-7.83404				07	041		
11171924	Rge. de Timichchi	rge-de-timichchi	MA		0	Africa/Casablanca	31.19305	-7.76785				07	041		
11238507	Med Institue	med-institue	MA		0	Africa/Casablanca	35.82674	-5.56323				01	227	1622705052	
11238830	El Ganzra	el-ganzra	MA		0	Africa/Casablanca	34.05137	-6.00284				04	291		
11281212	Douar Ouled Allal	douar-ouled-allal	MA		0	Africa/Casablanca	33.26166	-7.62498				06	117		
11353152	Douar Doukkala	douar-doukkala	MA		0	Africa/Casablanca	32.18013	-8.90344				07	431		
11353155	Douar Abda	douar-abda	MA		0	Africa/Casablanca	32.69405	-8.38965				06	467		
11353175	Ayt Moussi	ayt-moussi	MA		0	Africa/Casablanca	31.25197	-7.77256				07	041		
11353176	Agadir Al Khemas	agadir-al-khemas	MA		0	Africa/Casablanca	31.29182	-7.77605				07	041		
11353177	Tizert	tizert	MA		0	Africa/Casablanca	31.29464	-7.77211				07	041		
11353180	Ayt Bou Hmouch	ayt-bou-hmouch	MA		0	Africa/Casablanca	31.4804	-7.7579				07	041		
11353181	Ta’richt	ta-richt	MA		0	Africa/Casablanca	31.47535	-7.79357				07	041		
11353182	Ayt Youb	ayt-youb	MA		0	Africa/Casablanca	31.25595	-7.78777				07	041		
11353184	Ayt Kerroum	ayt-kerroum	MA		0	Africa/Casablanca	31.46316	-7.82747				07	041		
11353185	Ayt Bou Dchich	ayt-bou-dchich	MA		0	Africa/Casablanca	31.43818	-7.84076				07	041		
11353186	Ayt Zaboul	ayt-zaboul	MA		0	Africa/Casablanca	31.42355	-7.78968				07	041		
11353187	Ayt Oubkis	ayt-oubkis	MA		0	Africa/Casablanca	31.41814	-7.83206				07	041		
11353189	Tizourit	tizourit	MA		0	Africa/Casablanca	31.25402	-7.80338				07	041		
11353191	Tamhannt	tamhannt	MA		0	Africa/Casablanca	31.33303	-7.88317				07	041		
11353193	Bou Youmayne	bou-youmayne	MA		0	Africa/Casablanca	31.45167	-7.94388				07	041		
11353194	Oulad Rahhou	oulad-rahhou	MA		0	Africa/Casablanca	31.44795	-7.96707				07	041		
11353195	Moulay Tahar	moulay-tahar	MA		0	Africa/Casablanca	31.41234	-7.97338				07	041		
11353196	Ayt Oubkis	ayt-oubkis	MA		0	Africa/Casablanca	31.45306	-7.85065				07	041		
11353200	Ayt Al Hassene	ayt-al-hassene	MA		0	Africa/Casablanca	31.47641	-7.84075				07	041		
11353202	Bou Tazert	bou-tazert	MA		0	Africa/Casablanca	31.48686	-7.88964				07	041		
11353203	Bou Ouzgar	bou-ouzgar	MA		0	Africa/Casablanca	31.37239	-7.95165				07	041		
11353206	Zawit Bou Hita	zawit-bou-hita	MA		0	Africa/Casablanca	31.32924	-7.95145				07	041		
11353207	Aghzane	aghzane	MA		0	Africa/Casablanca	31.30653	-7.97375				07	041		
11353208	Ayt Lahsene ou S’aid	ayt-lahsene-ou-s-aid	MA		0	Africa/Casablanca	31.48128	-7.7732				07	041		
11353209	Anammer	anammer	MA		0	Africa/Casablanca	31.26919	-7.81597				07	041		
11353210	Moulay Ahmed	moulay-ahmed	MA		0	Africa/Casablanca	31.44376	-7.90169				07	041		
11353211	Ayt Ben L’arbi	ayt-ben-l-arbi	MA		0	Africa/Casablanca	31.40883	-7.90362				07	041		
11353212	Moulay Tahar	moulay-tahar	MA		0	Africa/Casablanca	31.40031	-7.933				07	041		
11353214	Ayt Al ’Asri	ayt-al-asri	MA		0	Africa/Casablanca	31.43208	-7.81522				07	041		
11353215	Ayt Al Houssayne	ayt-al-houssayne	MA		0	Africa/Casablanca	31.43668	-7.77595				07	041		
11353216	Al Mrabtine	al-mrabtine	MA		0	Africa/Casablanca	31.49017	-7.97945				07	041		
11353217	Dar el Kidar	dar-el-kidar	MA		0	Africa/Casablanca	31.48062	-7.9595				07	041		
11353219	Oules Raho	oules-raho	MA		0	Africa/Casablanca	31.45531	-7.97501				07	041		
11353220	Jeldi	jeldi	MA		0	Africa/Casablanca	31.44918	-7.98606				07	041		
11353221	Derb Chems	derb-chems	MA		0	Africa/Casablanca	31.4567	-7.94531				07	041		
11353222	Labsir	labsir	MA		0	Africa/Casablanca	31.45476	-7.95832				07	041		
11353223	Legchaira	legchaira	MA		0	Africa/Casablanca	31.44724	-7.95328				07	041		
11353224	Sidi Chafi	sidi-chafi	MA		0	Africa/Casablanca	31.44477	-7.97673				07	041		
11353225	Moulay Moustafa	moulay-moustafa	MA		0	Africa/Casablanca	31.44123	-7.97576				07	041		
11353226	Mess’aoud	mess-aoud	MA		0	Africa/Casablanca	31.43448	-7.989				07	041		
11353227	Ben Cheikh	ben-cheikh	MA		0	Africa/Casablanca	31.43162	-7.96096				07	041		
11353228	Tadouar-n-’ali Ou Chelh	tadouar-n-ali-ou-chelh	MA		0	Africa/Casablanca	31.40641	-7.97147				07	041		
11353229	Toughmirt	toughmirt	MA		0	Africa/Casablanca	31.40371	-7.96458				07	041		
11353230	Ben Sehab	ben-sehab	MA		0	Africa/Casablanca	31.4085	-7.9539				07	041		
11353231	Moulay ’Ali Ben Mess’aoud	moulay-ali-ben-mess-aoud	MA		0	Africa/Casablanca	31.41049	-7.94686				07	041		
11353233	Bou Swart	bou-swart	MA		0	Africa/Casablanca	31.40551	-7.93291				07	041		
11353235	Moulay Ja’far	moulay-ja-far	MA		0	Africa/Casablanca	31.39686	-7.9462				07	041		
11353236	Sidi ’Ali Ben Mess’aoud	sidi-ali-ben-mess-aoud	MA		0	Africa/Casablanca	31.39992	-7.99098				07	041		
11353238	Aghzraf	aghzraf	MA		0	Africa/Casablanca	31.39212	-7.96945				07	041		
11353239	Lougrich Jedid	lougrich-jedid	MA		0	Africa/Casablanca	31.39141	-7.95349				07	041		
11353242	Boujra	boujra	MA		0	Africa/Casablanca	31.386	-7.94674				07	041		
11353243	Azib ’Azzi Bou Jem’a	azib-azzi-bou-jem-a	MA		0	Africa/Casablanca	31.38175	-7.95262				07	041		
11353245	Dar Bou Ider	dar-bou-ider	MA		0	Africa/Casablanca	31.37455	-7.96571				07	041		
11353246	Ikourkar	ikourkar	MA		0	Africa/Casablanca	31.36881	-7.96387				07	041		
11353249	Agafay	agafay	MA		0	Africa/Casablanca	31.37032	-7.93695				07	041		
11353250	Zit Al Oulja	zit-al-oulja	MA		0	Africa/Casablanca	31.36825	-7.94396				07	041		
11353251	Zawit Ben Nasseur	zawit-ben-nasseur	MA		0	Africa/Casablanca	31.36724	-7.96209				07	041		
11353252	Derb Chems	derb-chems	MA		0	Africa/Casablanca	31.36125	-7.96049				07	041		
11353254	Al Oadi	al-oadi	MA		0	Africa/Casablanca	31.37824	-7.95286				07	041		
11353255	Dar Ayt Lahsene Ou Hsayne	dar-ayt-lahsene-ou-hsayne	MA		0	Africa/Casablanca	31.3533	-7.95695				07	041		
11353260	Agadir Sidi Yahia	agadir-sidi-yahia	MA		0	Africa/Casablanca	31.34579	-7.9896				07	041		
11353266	Aguert al Mas	aguert-al-mas	MA		0	Africa/Casablanca	31.33926	-7.99458				07	041		
11353267	Tawrirt	tawrirt	MA		0	Africa/Casablanca	31.3327	-7.98543				07	041		
11353271	Taslloumt	taslloumt	MA		0	Africa/Casablanca	31.33421	-7.94948				07	041		
11353275	Toufsirine	toufsirine	MA		0	Africa/Casablanca	31.32927	-7.94686				07	041		
11353276	Tattowalt	tattowalt	MA		0	Africa/Casablanca	31.32704	-7.94688				07	041		
11353279	Takhiami	takhiami	MA		0	Africa/Casablanca	31.32863	-7.95566				07	041		
11353281	Taseksout	taseksout	MA		0	Africa/Casablanca	31.33598	-7.95925				07	041		
11353283	Assif-n-Wadil	assif-n-wadil	MA		0	Africa/Casablanca	31.32007	-7.98516				07	041		
11353293	Imgouiza	imgouiza	MA		0	Africa/Casablanca	31.28652	-7.99475				07	041		
11353299	Ighir-n-Wadou	ighir-n-wadou	MA		0	Africa/Casablanca	31.26008	-7.96469				07	041		
11353315	Tafrent	tafrent	MA		0	Africa/Casablanca	31.31346	-7.89752				07	041		
11353318	Zit Iwjrane	zit-iwjrane	MA		0	Africa/Casablanca	31.32391	-7.92782				07	041		
11353320	Anebdour	anebdour	MA		0	Africa/Casablanca	31.34089	-7.91391				07	041		
11353326	Driwa	driwa	MA		0	Africa/Casablanca	31.37818	-7.92532				07	041		
11353327	Al Haj Kebbour	al-haj-kebbour	MA		0	Africa/Casablanca	31.3819	-7.93381				07	041		
11353330	Rouhi	rouhi	MA		0	Africa/Casablanca	31.38408	-7.93212				07	041		
11353337	Sidi Bou ’Amer	sidi-bou-amer	MA		0	Africa/Casablanca	31.41401	-7.90237				07	041		
11353338	Ayt Wa’rab	ayt-wa-rab	MA		0	Africa/Casablanca	31.41447	-7.9286				07	041		
11353339	Ben Kebour	ben-kebour	MA		0	Africa/Casablanca	31.43159	-7.9083				07	041		
11353340	Moulay Mustafa	moulay-mustafa	MA		0	Africa/Casablanca	31.4251	-7.91025				07	041		
11353345	Sidi Jilali	sidi-jilali	MA		0	Africa/Casablanca	31.45868	-7.91556				07	041		
11353346	Ayt el Qadi	ayt-el-qadi	MA		0	Africa/Casablanca	31.46329	-7.91635				07	041		
11353347	Mers Al Qadi	mers-al-qadi	MA		0	Africa/Casablanca	31.4692	-7.93626				07	041		
11353349	Bel ’Abbes	bel-abbes	MA		0	Africa/Casablanca	31.4533	-7.91735				07	041		
11353350	Sidi Zitoun	sidi-zitoun	MA		0	Africa/Casablanca	31.47872	-7.93778				07	041		
11353354	Dar Al Biaz	dar-al-biaz	MA		0	Africa/Casablanca	31.49557	-7.88284				07	041		
11353355	Al Biaz	al-biaz	MA		0	Africa/Casablanca	31.47696	-7.87075				07	041		
11353356	El Qzabra	el-qzabra	MA		0	Africa/Casablanca	31.4636	-7.86438				07	041		
11353357	Hassi Ou El Abbes	hassi-ou-el-abbes	MA		0	Africa/Casablanca	31.45978	-7.86736				07	041		
11353358	Talat Keddour	talat-keddour	MA		0	Africa/Casablanca	31.45443	-7.86601				07	041		
11353360	Ayt Sous	ayt-sous	MA		0	Africa/Casablanca	31.45046	-7.87271				07	041		
11353361	Tikhribine	tikhribine	MA		0	Africa/Casablanca	31.44814	-7.86283				07	041		
11353363	Tifratine	tifratine	MA		0	Africa/Casablanca	31.43949	-7.87119				07	041		
11353364	Ayt Er Rays	ayt-er-rays	MA		0	Africa/Casablanca	31.42911	-7.87038				07	041		
11353368	Tawkart	tawkart	MA		0	Africa/Casablanca	31.40322	-7.85755				07	041		
11353376	Zribat	zribat	MA		0	Africa/Casablanca	31.37232	-7.85798				07	041		
11353377	Tiguemmi Ou Skkour	tiguemmi-ou-skkour	MA		0	Africa/Casablanca	31.3657	-7.84616				07	041		
11353381	Assif-n-Talaght	assif-n-talaght	MA		0	Africa/Casablanca	31.34808	-7.86384				07	041		
11353382	Oukhribene	oukhribene	MA		0	Africa/Casablanca	31.33109	-7.88744				07	041		
11353389	Tazert	tazert	MA		0	Africa/Casablanca	31.3075	-7.85298				07	041		
11353392	Foudrar	foudrar	MA		0	Africa/Casablanca	31.29404	-7.87013				07	041		
11353402	Ayt Wahsoun	ayt-wahsoun	MA		0	Africa/Casablanca	31.25523	-7.832				07	041		
11353408	Agadir-n-Tizi	agadir-n-tizi	MA		0	Africa/Casablanca	31.2571	-7.80601				07	041		
11353409	Taghoult	taghoult	MA		0	Africa/Casablanca	31.26138	-7.80397				07	041		
11353410	Taguenntourt	taguenntourt	MA		0	Africa/Casablanca	31.27568	-7.81103				07	041		
11353411	Al Jama’ne	al-jama-ne	MA		0	Africa/Casablanca	31.28029	-7.807				07	041		
11353414	Takoucht	takoucht	MA		0	Africa/Casablanca	31.29222	-7.82262				07	041		
11353419	Magast	magast	MA		0	Africa/Casablanca	31.28602	-7.79273				07	041		
11353421	Ayt Ben Ahmed	ayt-ben-ahmed	MA		0	Africa/Casablanca	31.30999	-7.79176				07	041		
11353425	Tiguemmi-n-Taguent	tiguemmi-n-taguent	MA		0	Africa/Casablanca	31.33569	-7.83242				07	041		
11353426	Widkennt	widkennt	MA		0	Africa/Casablanca	31.33653	-7.8268				07	041		
11353428	Agounsane	agounsane	MA		0	Africa/Casablanca	31.34775	-7.8011				07	041		
11353429	Bou Tbira	bou-tbira	MA		0	Africa/Casablanca	31.3721	-7.81702				07	041		
11353430	Tagadirt-n-Tizguirt	tagadirt-n-tizguirt	MA		0	Africa/Casablanca	31.36514	-7.78288				07	041		
11353431	Talat-n-Wamane	talat-n-wamane	MA		0	Africa/Casablanca	31.36763	-7.79389				07	041		
11353432	Assarou El Borj	assarou-el-borj	MA		0	Africa/Casablanca	31.37629	-7.8				07	041		
11353435	Borj Ou Touchennt	borj-ou-touchennt	MA		0	Africa/Casablanca	31.39267	-7.79566				07	041		
11353436	Ayt Ahmed Ou ’Ali	ayt-ahmed-ou-ali	MA		0	Africa/Casablanca	31.3869	-7.79565				07	041		
11353437	Takkatert-n-Igourramene	takkatert-n-igourramene	MA		0	Africa/Casablanca	31.38947	-7.79191				07	041		
11353438	Takatert	takatert	MA		0	Africa/Casablanca	31.37617	-7.78816				07	041		
11353439	Ayt Imelloul	ayt-imelloul	MA		0	Africa/Casablanca	31.3795	-7.83929				07	041		
11353446	Dehart	dehart	MA		0	Africa/Casablanca	31.42278	-7.83537				07	041		
11353448	I’allamene	i-allamene	MA		0	Africa/Casablanca	31.42304	-7.81472				07	041		
11353449	Ayt Temzilt	ayt-temzilt	MA		0	Africa/Casablanca	31.41135	-7.80554				07	041		
11353450	Ayt Al M’aya	ayt-al-m-aya	MA		0	Africa/Casablanca	31.40866	-7.78687				07	041		
11353451	Ayt Hammouch	ayt-hammouch	MA		0	Africa/Casablanca	31.41557	-7.7964				07	041		
11353453	Ayt Dokkali	ayt-dokkali	MA		0	Africa/Casablanca	31.42206	-7.79633				07	041		
11353454	Al Haj Boujane	al-haj-boujane	MA		0	Africa/Casablanca	31.43071	-7.79106				07	041		
11353457	Ayt Tahar	ayt-tahar	MA		0	Africa/Casablanca	31.42941	-7.83672				07	041		
11353458	Dar Ali Ben Brahim	dar-ali-ben-brahim	MA		0	Africa/Casablanca	31.43219	-7.83333				07	041		
11353459	Dar Oulad Gharnit	dar-oulad-gharnit	MA		0	Africa/Casablanca	31.4325	-7.83723				07	041		
11353460	Ayt Za’tar	ayt-za-tar	MA		0	Africa/Casablanca	31.43799	-7.82685				07	041		
11353461	Sidi ’Abd El Kebir	sidi-abd-el-kebir	MA		0	Africa/Casablanca	31.44446	-7.80505				07	041		
11353463	Zetoula	zetoula	MA		0	Africa/Casablanca	31.45333	-7.81172				07	041		
11353464	Abadz	abadz	MA		0	Africa/Casablanca	31.44845	-7.78996				07	041		
11353465	I’karine	i-karine	MA		0	Africa/Casablanca	31.44654	-7.838				07	041		
11353467	Oulad Al Haj Abdallah	oulad-al-haj-abdallah	MA		0	Africa/Casablanca	31.46357	-7.83082				07	041		
11353468	Dar Ben S’aid	dar-ben-s-aid	MA		0	Africa/Casablanca	31.46574	-7.84062				07	041		
11353469	Ayt Al Qadi	ayt-al-qadi	MA		0	Africa/Casablanca	31.46962	-7.80672				07	041		
11353470	Tissila Fouqania	tissila-fouqania	MA		0	Africa/Casablanca	31.46582	-7.78842				07	041		
11353471	Ben Mbarek	ben-mbarek	MA		0	Africa/Casablanca	31.47552	-7.84571				07	041		
11353473	Alwah	alwah	MA		0	Africa/Casablanca	31.48119	-7.81692				07	041		
11353475	Tissila Tahtania	tissila-tahtania	MA		0	Africa/Casablanca	31.49616	-7.79134				07	041		
11353476	Ayt Gougas	ayt-gougas	MA		0	Africa/Casablanca	31.48999	-7.77865				07	041		
11353477	Ayt Takatert	ayt-takatert	MA		0	Africa/Casablanca	31.49275	-7.77058				07	041		
11353478	Domaine Lamellelt	domaine-lamellelt	MA		0	Africa/Casablanca	31.47671	-7.77318				07	041		
11353479	Ayt Ahmed Ou ’Allal	ayt-ahmed-ou-allal	MA		0	Africa/Casablanca	31.4734	-7.77033				07	041		
11353480	Ayt Boukhach	ayt-boukhach	MA		0	Africa/Casablanca	31.46558	-7.78254				07	041		
11353483	Ben Hassi Bamou	ben-hassi-bamou	MA		0	Africa/Casablanca	31.4574	-7.77393				07	041		
11353484	Tigzirt	tigzirt	MA		0	Africa/Casablanca	31.45487	-7.78385				07	041		
11353488	Ayt Tizi	ayt-tizi	MA		0	Africa/Casablanca	31.45399	-7.75051				07	041		
11353492	Ayt Ben Mbarek	ayt-ben-mbarek	MA		0	Africa/Casablanca	31.43986	-7.77553				07	041		
11353495	Al Hajeb-n-Ayt Tamsoult	al-hajeb-n-ayt-tamsoult	MA		0	Africa/Casablanca	31.41862	-7.77659				07	041		
11353496	Ayt Ougounes	ayt-ougounes	MA		0	Africa/Casablanca	31.41527	-7.78215				07	041		
11353497	Zrayb	zrayb	MA		0	Africa/Casablanca	31.42531	-7.75488				07	041		
11353502	Al Khemis	al-khemis	MA		0	Africa/Casablanca	31.3874	-7.76969				07	041		
11353503	Agadir Ayt Mechkor	agadir-ayt-mechkor	MA		0	Africa/Casablanca	31.38168	-7.78443				07	041		
11353507	Agadir-n-Tkikhfist	agadir-n-tkikhfist	MA		0	Africa/Casablanca	31.35643	-7.76256				07	041		
11353509	Annrar	annrar	MA		0	Africa/Casablanca	31.35685	-7.77443				07	041		
11353512	Soukane	soukane	MA		0	Africa/Casablanca	31.3204	-7.75507				07	041		
11353514	Yaboura	yaboura	MA		0	Africa/Casablanca	31.30693	-7.76089				07	041		
11353515	Ayt ou ’Amrane	ayt-ou-amrane	MA		0	Africa/Casablanca	31.30772	-7.7596				07	041		
11353516	Koufa	koufa	MA		0	Africa/Casablanca	31.29697	-7.76909				07	041		
11353519	Oum Lahwa	oum-lahwa	MA		0	Africa/Casablanca	31.28564	-7.78576				07	041		
11353520	Taddarine	taddarine	MA		0	Africa/Casablanca	31.28714	-7.78397				07	041		
11353524	Ayt Chawch	ayt-chawch	MA		0	Africa/Casablanca	31.26024	-7.76711				07	041		
11353526	Ayt Ghighayt	ayt-ghighayt	MA		0	Africa/Casablanca	31.254	-7.78267				07	041		
11353527	Aguermawne	aguermawne	MA		0	Africa/Casablanca	31.25443	-7.78189				07	041		
11353528	Tagadirt	tagadirt	MA		0	Africa/Casablanca	31.25089	-7.76726				07	041		
11353532	Takiwt	takiwt	MA		0	Africa/Casablanca	31.25523	-7.75915				07	041		
11353533	Ftala	ftala	MA		0	Africa/Casablanca	31.25305	-7.88527				07	041		
11353535	Lougrich Qedim	lougrich-qedim	MA		0	Africa/Casablanca	31.41658	-7.97378				07	041		
11353538	Igli	igli	MA		0	Africa/Casablanca	31.31623	-7.93924				07	041		
11353545	Tammal	tammal	MA		0	Africa/Casablanca	31.41329	-7.53745				07	041		
11353546	Amazzar	amazzar	MA		0	Africa/Casablanca	31.48088	-7.51966				07	041		
11353547	Ougoug	ougoug	MA		0	Africa/Casablanca	31.47612	-7.51265				07	041		
11353548	Tamazzari	tamazzari	MA		0	Africa/Casablanca	31.45068	-7.59168				07	041		
11353549	Goudmane	goudmane	MA		0	Africa/Casablanca	31.44643	-7.58504				07	041		
11353550	Amalou	amalou	MA		0	Africa/Casablanca	31.46781	-7.69583				07	041		
11353553	Aït Taznagt	ait-taznagt	MA		0	Africa/Casablanca	31.3725	-7.55399				07	041		
11353556	Aït Ben Alla	ait-ben-alla	MA		0	Africa/Casablanca	31.42036	-7.63611				07	041		
11353557	Aït Bouyzakdane	ait-bouyzakdane	MA		0	Africa/Casablanca	31.42252	-7.63787				07	041		
11353558	Tawarda	tawarda	MA		0	Africa/Casablanca	31.43088	-7.62808				07	041		
11353559	Ifagn	ifagn	MA		0	Africa/Casablanca	31.43527	-7.62676				07	041		
11353562	Aït Lachgar	ait-lachgar	MA		0	Africa/Casablanca	31.40903	-7.70309				07	041		
11353563	Aït ’Achcha	ait-achcha	MA		0	Africa/Casablanca	31.37514	-7.59062				07	041		
11353564	Aït Calh	ait-calh	MA		0	Africa/Casablanca	31.46016	-7.73051				07	041		
11353565	Aït Hamma	ait-hamma	MA		0	Africa/Casablanca	31.39754	-7.71421				07	041		
11353566	Tamsoult	tamsoult	MA		0	Africa/Casablanca	31.38932	-7.70727				07	041		
11353567	Aït Wahmane	ait-wahmane	MA		0	Africa/Casablanca	31.44393	-7.62154				07	041		
11353568	Aghbalou	aghbalou	MA		0	Africa/Casablanca	31.49158	-7.66804				07	041		
11353569	Agard	agard	MA		0	Africa/Casablanca	31.37437	-7.63751				07	041		
11353570	Aït Hammou	ait-hammou	MA		0	Africa/Casablanca	31.37043	-7.64568				07	041		
11353572	Aït Wamdane	ait-wamdane	MA		0	Africa/Casablanca	31.46456	-7.6818				07	041		
11353573	Aït Hawcha	ait-hawcha	MA		0	Africa/Casablanca	31.44749	-7.6703				07	041		
11353576	Aït Hammou Wa Ali	ait-hammou-wa-ali	MA		0	Africa/Casablanca	31.48049	-7.51745				07	041		
11353578	Aït Margane	ait-margane	MA		0	Africa/Casablanca	31.27567	-7.66453				07	041		
11353579	Aït Ouwahmane	ait-ouwahmane	MA		0	Africa/Casablanca	31.45709	-7.73681				07	041		
11353584	Wawfirt	wawfirt	MA		0	Africa/Casablanca	31.26954	-7.71599				07	041		
11353585	Igoudar-n-Aït-Ghmat	igoudar-n-ait-ghmat	MA		0	Africa/Casablanca	31.49217	-7.7289				07	041		
11353587	Sidi Ibghi	sidi-ibghi	MA		0	Africa/Casablanca	31.47918	-7.72154				07	041		
11353589	Taghanboucht	taghanboucht	MA		0	Africa/Casablanca	31.4903	-7.68894				07	041		
11353590	Aït Bahi	ait-bahi	MA		0	Africa/Casablanca	31.46388	-7.72922				07	041		
11353591	Aït Skawwi	ait-skawwi	MA		0	Africa/Casablanca	31.46541	-7.71763				07	041		
11353592	Afouzar	afouzar	MA		0	Africa/Casablanca	31.46086	-7.7178				07	041		
11353593	Ddarb	ddarb	MA		0	Africa/Casablanca	31.45712	-7.73347				07	041		
11353594	Igoudar-n-Atliza	igoudar-n-atliza	MA		0	Africa/Casablanca	31.4503	-7.7478				07	041		
11353595	Akhliyj	akhliyj	MA		0	Africa/Casablanca	31.45024	-7.73574				07	041		
11353596	Iraqn	iraqn	MA		0	Africa/Casablanca	31.4466	-7.72079				07	041		
11353597	Igharbil	igharbil	MA		0	Africa/Casablanca	31.43838	-7.71038				07	041		
11353598	Agarsit	agarsit	MA		0	Africa/Casablanca	31.43071	-7.7048				07	041		
11353599	Gouroud	gouroud	MA		0	Africa/Casablanca	31.42651	-7.70072				07	041		
11353601	Agadir-n-Aït ’Abd	agadir-n-ait-abd	MA		0	Africa/Casablanca	31.42408	-7.72476				07	041		
11353602	Tlata-n-Sal	tlata-n-sal	MA		0	Africa/Casablanca	31.4121	-7.72748				07	041		
11353603	Toufagmarn	toufagmarn	MA		0	Africa/Casablanca	31.40928	-7.72941				07	041		
11353604	Agadir-n-Idihya	agadir-n-idihya	MA		0	Africa/Casablanca	31.40707	-7.73325				07	041		
11353605	Amatdi	amatdi	MA		0	Africa/Casablanca	31.40432	-7.73636				07	041		
11353606	Talat-n-Mimoun	talat-n-mimoun	MA		0	Africa/Casablanca	31.3976	-7.74782				07	041		
11353607	Ikharkhoudn	ikharkhoudn	MA		0	Africa/Casablanca	31.41377	-7.69302				07	041		
11353608	Adouz-n-Iyag	adouz-n-iyag	MA		0	Africa/Casablanca	31.40685	-7.69619				07	041		
11353609	Aït Zbayr	ait-zbayr	MA		0	Africa/Casablanca	31.40414	-7.69027				07	041		
11353610	Ikhandafane	ikhandafane	MA		0	Africa/Casablanca	31.40677	-7.7095				07	041		
11353611	Talalmal	talalmal	MA		0	Africa/Casablanca	31.40166	-7.71182				07	041		
11353612	Inflas	inflas	MA		0	Africa/Casablanca	31.39857	-7.71343				07	041		
11353613	Ighil-n-Oughaffane	ighil-n-oughaffane	MA		0	Africa/Casablanca	31.39434	-7.70111				07	041		
11353614	Igbil-n-Ougalf	igbil-n-ougalf	MA		0	Africa/Casablanca	31.39265	-7.70315				07	041		
11353615	Tafilalt	tafilalt	MA		0	Africa/Casablanca	31.38888	-7.71362				07	041		
11353616	Tagadirt-n-Tamsoult	tagadirt-n-tamsoult	MA		0	Africa/Casablanca	31.378	-7.73192				07	041		
11353621	Douwzou	douwzou	MA		0	Africa/Casablanca	31.3072	-7.7419				07	041		
11353622	Igharmane	igharmane	MA		0	Africa/Casablanca	31.30238	-7.72922				07	041		
11353623	Taljarft	taljarft	MA		0	Africa/Casablanca	31.30684	-7.72814				07	041		
11353624	Tougalkhir	tougalkhir	MA		0	Africa/Casablanca	31.30992	-7.7183				07	041		
11353625	Ashi	ashi	MA		0	Africa/Casablanca	31.29701	-7.71948				07	041		
11353626	Igri-n-Aït Hammou	igri-n-ait-hammou	MA		0	Africa/Casablanca	31.28991	-7.71534				07	041		
11353627	Aït Imchkour	ait-imchkour	MA		0	Africa/Casablanca	31.2885	-7.70448				07	041		
11353630	Ighil	ighil	MA		0	Africa/Casablanca	31.27346	-7.71293				07	041		
11353633	Ihadjamn	ihadjamn	MA		0	Africa/Casablanca	31.26542	-7.72909				07	041		
11353637	’Zib Aït Wirri	zib-ait-wirri	MA		0	Africa/Casablanca	31.25283	-7.74158				07	041		
11353638	Anafgayn	anafgayn	MA		0	Africa/Casablanca	31.25584	-7.70954				07	041		
11353640	Imi-n-Taddart	imi-n-taddart	MA		0	Africa/Casablanca	31.25077	-7.6677				07	041		
11353643	Tazzitount	tazzitount	MA		0	Africa/Casablanca	31.26554	-7.68147				07	041		
11353649	Zib Aghbalou	zib-aghbalou	MA		0	Africa/Casablanca	31.25927	-7.64088				07	041		
11353651	Tagnit	tagnit	MA		0	Africa/Casablanca	31.27579	-7.65674				07	041		
11353655	Tizi-n-Ouchchag	tizi-n-ouchchag	MA		0	Africa/Casablanca	31.28647	-7.67669				07	041		
11353657	’Zib Aghri	zib-aghri	MA		0	Africa/Casablanca	31.30439	-7.66929				07	041		
11353660	Amoutou	amoutou	MA		0	Africa/Casablanca	31.36188	-7.65914				07	041		
11353661	Tawrirt	tawrirt	MA		0	Africa/Casablanca	31.36574	-7.66806				07	041		
11353663	Tizi-n-Sagdal	tizi-n-sagdal	MA		0	Africa/Casablanca	31.37063	-7.66532				07	041		
11353664	Takhliyit	takhliyit	MA		0	Africa/Casablanca	31.37507	-7.65227				07	041		
11353665	Aït Nacr	ait-nacr	MA		0	Africa/Casablanca	31.37309	-7.64849				07	041		
11353667	Igroukka	igroukka	MA		0	Africa/Casablanca	31.37759	-7.64562				07	041		
11353668	Aït Zifa	ait-zifa	MA		0	Africa/Casablanca	31.37945	-7.63481				07	041		
11353669	Asrir	asrir	MA		0	Africa/Casablanca	31.37577	-7.65437				07	041		
11353670	Iznagn	iznagn	MA		0	Africa/Casablanca	31.38089	-7.67446				07	041		
11353671	Asalyoum	asalyoum	MA		0	Africa/Casablanca	31.38478	-7.67791				07	041		
11353672	Aït Cham Lakwa	ait-cham-lakwa	MA		0	Africa/Casablanca	31.38408	-7.67221				07	041		
11353673	Tizi-n-Atzougart	tizi-n-atzougart	MA		0	Africa/Casablanca	31.39194	-7.681				07	041		
11353674	Imallahn	imallahn	MA		0	Africa/Casablanca	31.3899	-7.6766				07	041		
11353677	Lalla Tach’out	lalla-tach-out	MA		0	Africa/Casablanca	31.40551	-7.66851				07	041		
11353678	Imarine	imarine	MA		0	Africa/Casablanca	31.41703	-7.68225				07	041		
11353679	Gougas	gougas	MA		0	Africa/Casablanca	31.41758	-7.65283				07	041		
11353680	Toug	toug	MA		0	Africa/Casablanca	31.4186	-7.64933				07	041		
11353681	Anazza	anazza	MA		0	Africa/Casablanca	31.42946	-7.68663				07	041		
11353683	Agrsghim	agrsghim	MA		0	Africa/Casablanca	31.43993	-7.68586				07	041		
11353685	Gwahi	gwahi	MA		0	Africa/Casablanca	31.4448	-7.67135				07	041		
11353687	Tanzarft	tanzarft	MA		0	Africa/Casablanca	31.47755	-7.67134				07	041		
11353689	Tizi-n-Waligh	tizi-n-waligh	MA		0	Africa/Casablanca	31.49125	-7.64666				07	041		
11353690	Ighriys-n-Aït Bou’li	ighriys-n-ait-bou-li	MA		0	Africa/Casablanca	31.46309	-7.62054				07	041		
11353691	Zawyat Tassiwine	zawyat-tassiwine	MA		0	Africa/Casablanca	31.45581	-7.63399				07	041		
11353692	Tokhcat	tokhcat	MA		0	Africa/Casablanca	31.4485	-7.61517				07	041		
11353693	Tinaghrine	tinaghrine	MA		0	Africa/Casablanca	31.44262	-7.62783				07	041		
11353694	Tikri	tikri	MA		0	Africa/Casablanca	31.43981	-7.61753				07	041		
11353696	Ichatbine	ichatbine	MA		0	Africa/Casablanca	31.43589	-7.61721				07	041		
11353697	Aghri	aghri	MA		0	Africa/Casablanca	31.42598	-7.6265				07	041		
11353698	Flilla	flilla	MA		0	Africa/Casablanca	31.42723	-7.62616				07	041		
11353699	Doukkou	doukkou	MA		0	Africa/Casablanca	31.4267	-7.6312				07	041		
11353700	Tarikht	tarikht	MA		0	Africa/Casablanca	31.4278	-7.64214				07	041		
11353701	Tizi-n-Ouzam	tizi-n-ouzam	MA		0	Africa/Casablanca	31.42814	-7.6139				07	041		
11353702	Madine	madine	MA		0	Africa/Casablanca	31.43292	-7.61292				07	041		
11353703	Tifarwiyn	tifarwiyn	MA		0	Africa/Casablanca	31.4271	-7.60019				07	041		
11353704	Mallinsat	mallinsat	MA		0	Africa/Casablanca	31.41955	-7.6338				07	041		
11353705	Aït Rrami	ait-rrami	MA		0	Africa/Casablanca	31.41518	-7.63819				07	041		
11353706	Igardoudane	igardoudane	MA		0	Africa/Casablanca	31.4037	-7.63813				07	041		
11353707	Tamazt	tamazt	MA		0	Africa/Casablanca	31.40093	-7.64712				07	041		
11353708	Iglouwane	iglouwane	MA		0	Africa/Casablanca	31.41983	-7.61629				07	041		
11353709	Aït Hsayn	ait-hsayn	MA		0	Africa/Casablanca	31.41816	-7.6076				07	041		
11353710	Tassalt	tassalt	MA		0	Africa/Casablanca	31.37771	-7.62744				07	041		
11353712	Ihnach	ihnach	MA		0	Africa/Casablanca	31.38291	-7.59897				07	041		
11353713	Aït Ou ’ttou	ait-ou-ttou	MA		0	Africa/Casablanca	31.37648	-7.60112				07	041		
11353716	Awriyr	awriyr	MA		0	Africa/Casablanca	31.35938	-7.62575				07	041		
11353719	Zib Talal Moussa	zib-talal-moussa	MA		0	Africa/Casablanca	31.32674	-7.5994				07	041		
11353722	’Zib Zguigui	zib-zguigui	MA		0	Africa/Casablanca	31.30821	-7.59445				07	041		
11353728	’Zib Outbou	zib-outbou	MA		0	Africa/Casablanca	31.26569	-7.61963				07	041		
11353730	’Zib Tifarwine	zib-tifarwine	MA		0	Africa/Casablanca	31.25454	-7.6171				07	041		
11353733	Ouniyd	ouniyd	MA		0	Africa/Casablanca	31.25698	-7.56003				07	041		
11353734	Taghazzirt	taghazzirt	MA		0	Africa/Casablanca	31.25501	-7.55421				07	041		
11353736	Timajiyt	timajiyt	MA		0	Africa/Casablanca	31.27011	-7.54172				07	041		
11353738	’Zib Tadoukht	zib-tadoukht	MA		0	Africa/Casablanca	31.28845	-7.58755				07	041		
11353743	’Zib Balkous	zib-balkous	MA		0	Africa/Casablanca	31.30766	-7.56502				07	041		
11353745	Gravures Rupestres	gravures-rupestres	MA		0	Africa/Casablanca	31.31397	-7.5655				07	041		
11353746	’Zib Tamadout	zib-tamadout	MA		0	Africa/Casablanca	31.31562	-7.57105				07	041		
11353748	Touqafsam	touqafsam	MA		0	Africa/Casablanca	31.33549	-7.56897				07	041		
11353750	Agouram	agouram	MA		0	Africa/Casablanca	31.32986	-7.54552				07	041		
11353751	Warzazt	warzazt	MA		0	Africa/Casablanca	31.33021	-7.54331				07	041		
11353752	Ddarb	ddarb	MA		0	Africa/Casablanca	31.33041	-7.53906				07	041		
11353753	Awwoudid	awwoudid	MA		0	Africa/Casablanca	31.33376	-7.54711				07	041		
11353755	Afoud-n-Oulaggou	afoud-n-oulaggou	MA		0	Africa/Casablanca	31.34295	-7.55101				07	041		
11353762	Aït ’Ali Ou Bdir	ait-ali-ou-bdir	MA		0	Africa/Casablanca	31.37032	-7.57601				07	041		
11353763	Aït Ourhayn	ait-ourhayn	MA		0	Africa/Casablanca	31.38599	-7.57526				07	041		
11353765	Al Baz	al-baz	MA		0	Africa/Casablanca	31.39828	-7.54608				07	041		
11353767	Tafrawt	tafrawt	MA		0	Africa/Casablanca	31.40849	-7.54543				07	041		
11353769	Tigardi	tigardi	MA		0	Africa/Casablanca	31.43409	-7.59048				07	041		
11353771	Aït Boumar	ait-boumar	MA		0	Africa/Casablanca	31.45996	-7.58271				07	041		
11353773	Igri Lfougani	igri-lfougani	MA		0	Africa/Casablanca	31.45581	-7.54631				07	041		
11353774	Aït Jouddar	ait-jouddar	MA		0	Africa/Casablanca	31.45959	-7.54412				07	041		
11353778	Aït Az Zat-n-Tidili	ait-az-zat-n-tidili	MA		0	Africa/Casablanca	31.46545	-7.57391				07	041		
11353779	Taccourt	taccourt	MA		0	Africa/Casablanca	31.46582	-7.54684				07	041		
11353781	Amassiyn	amassiyn	MA		0	Africa/Casablanca	31.47535	-7.56713				07	041		
11353782	Aït Waylal	ait-waylal	MA		0	Africa/Casablanca	31.46578	-7.59075				07	041		
11353783	Aït Ourir	ait-ourir	MA		0	Africa/Casablanca	31.47107	-7.58846				07	041		
11353784	Ighriys-n-Izarwouln	ighriys-n-izarwouln	MA		0	Africa/Casablanca	31.47228	-7.5947				07	041		
11353786	Tamatiylt	tamatiylt	MA		0	Africa/Casablanca	31.49371	-7.5638				07	041		
11353788	Timzzilliyt	timzzilliyt	MA		0	Africa/Casablanca	31.49435	-7.5377				07	041		
11353791	Aït Ben Hammou Ou ’Ali	ait-ben-hammou-ou-ali	MA		0	Africa/Casablanca	31.47627	-7.54172				07	041		
11353792	Tawrirt	tawrirt	MA		0	Africa/Casablanca	31.4763	-7.52638				07	041		
11353793	Aït Waboud	ait-waboud	MA		0	Africa/Casablanca	31.47704	-7.52353				07	041		
11353794	Ihdirn	ihdirn	MA		0	Africa/Casablanca	31.47281	-7.52359				07	041		
11353796	Askour	askour	MA		0	Africa/Casablanca	31.47704	-7.51681				07	041		
11353797	Talmmat	talmmat	MA		0	Africa/Casablanca	31.4641	-7.53776				07	041		
11353799	Ighram Mallouln	ighram-mallouln	MA		0	Africa/Casablanca	31.4388	-7.53444				07	041		
11353800	Açaka	acaka	MA		0	Africa/Casablanca	31.45333	-7.53496				07	041		
11353801	Mactour Tazagla	mactour-tazagla	MA		0	Africa/Casablanca	31.44693	-7.50565				07	041		
11353802	Mctour-n-Ihadrane	mctour-n-ihadrane	MA		0	Africa/Casablanca	31.43977	-7.50187				07	041		
11353805	Agadir	agadir	MA		0	Africa/Casablanca	31.41243	-7.52891				07	041		
11353806	Zawyat Sid Ahmed Al Wafi	zawyat-sid-ahmed-al-wafi	MA		0	Africa/Casablanca	31.41415	-7.53187				07	041		
11353808	Imiyzag	imiyzag	MA		0	Africa/Casablanca	31.40417	-7.50767				07	041		
11353810	Guitouy	guitouy	MA		0	Africa/Casablanca	31.40765	-7.50338				07	041		
11353811	Aynar	aynar	MA		0	Africa/Casablanca	31.40027	-7.50477				07	041		
11353814	Taghzout	taghzout	MA		0	Africa/Casablanca	31.37629	-7.50222				07	041		
11353819	Aït Ggoum	ait-ggoum	MA		0	Africa/Casablanca	31.36098	-7.52468				07	041		
11353820	Imaççoudn	imaccoudn	MA		0	Africa/Casablanca	31.35966	-7.53532				07	041		
11353821	Zawyat Sidi Boujam’a	zawyat-sidi-boujam-a	MA		0	Africa/Casablanca	31.35447	-7.53071				07	041		
11353827	Afoud	afoud	MA		0	Africa/Casablanca	31.31701	-7.52039				07	041		
11353828	Ighram	ighram	MA		0	Africa/Casablanca	31.31782	-7.51717				07	041		
11353829	Tarhout	tarhout	MA		0	Africa/Casablanca	31.31939	-7.51316				07	041		
11353836	Talahloute	talahloute	MA		0	Africa/Casablanca	31.26356	-7.5337				07	041		
11353841	Taynit	taynit	MA		0	Africa/Casablanca	31.3754	-7.67055				07	041		
11353842	Irsfal	irsfal	MA		0	Africa/Casablanca	31.39756	-7.68754				07	041		
11353843	Ighrao	ighrao	MA		0	Africa/Casablanca	31.45138	-7.59914				07	041		
11353844	Tighouli	tighouli	MA		0	Africa/Casablanca	31.445	-7.57719				07	041		
11353846	Tikri	tikri	MA		0	Africa/Casablanca	31.45837	-7.53814				07	041		
11353848	Tilit	tilit	MA		0	Africa/Casablanca	31.43737	-7.7495				07	041		
11353853	Aït Bouskour	ait-bouskour	MA		0	Africa/Casablanca	31.49565	-7.48723				07	041		
11353854	Aït Bouclih	ait-bouclih	MA		0	Africa/Casablanca	31.49422	-7.47853				07	041		
11353855	Aït ’Ali	ait-ali	MA		0	Africa/Casablanca	31.49316	-7.48477				07	041		
11353856	Aït Addou	ait-addou	MA		0	Africa/Casablanca	31.49175	-7.48348				07	041		
11353857	Ighoujdamn	ighoujdamn	MA		0	Africa/Casablanca	31.49256	-7.47941				07	041		
11353858	Aït Ichchou	ait-ichchou	MA		0	Africa/Casablanca	31.49291	-7.47623				07	041		
11353860	Abadou	abadou	MA		0	Africa/Casablanca	31.48785	-7.47729				07	041		
11353861	Takoucht	takoucht	MA		0	Africa/Casablanca	31.48851	-7.47398				07	041		
11353864	Zawya	zawya	MA		0	Africa/Casablanca	31.48121	-7.48412				07	041		
11353865	Aït Boukil	ait-boukil	MA		0	Africa/Casablanca	31.47968	-7.48162				07	041		
11353866	Aït Haqqi	ait-haqqi	MA		0	Africa/Casablanca	31.47892	-7.48018				07	041		
11353868	Aït Mahdi	ait-mahdi	MA		0	Africa/Casablanca	31.47826	-7.49121				07	041		
11353869	Tizi	tizi	MA		0	Africa/Casablanca	31.47566	-7.49577				07	041		
11353870	Tibhiriyn	tibhiriyn	MA		0	Africa/Casablanca	31.4742	-7.4512				07	041		
11353871	Ougoug	ougoug	MA		0	Africa/Casablanca	31.48621	-7.45274				07	041		
11353872	Aït Barka	ait-barka	MA		0	Africa/Casablanca	31.4948	-7.44961				07	041		
11353873	Aït Hmane	ait-hmane	MA		0	Africa/Casablanca	31.49682	-7.46039				07	041		
11353877	Toufsirt	toufsirt	MA		0	Africa/Casablanca	31.46269	-7.44861				07	041		
11353880	’Azib Wawamghilt	azib-wawamghilt	MA		0	Africa/Casablanca	31.44291	-7.45294				07	041		
11353881	’Azib Amjiyaf	azib-amjiyaf	MA		0	Africa/Casablanca	31.44202	-7.44609				07	041		
11353886	Aït Awarziyt	ait-awarziyt	MA		0	Africa/Casablanca	31.42637	-7.43802				07	041		
11353890	Agoujgal	agoujgal	MA		0	Africa/Casablanca	31.41685	-7.47879				07	041		
11353891	Igherm	igherm	MA		0	Africa/Casablanca	31.41425	-7.47392				07	041		
11353892	Ighil-n-Tifirt	ighil-n-tifirt	MA		0	Africa/Casablanca	31.40967	-7.48611				07	041		
11353894	Agouni	agouni	MA		0	Africa/Casablanca	31.40683	-7.49352				07	041		
11353895	Toulouziyn	toulouziyn	MA		0	Africa/Casablanca	31.4059	-7.48851				07	041		
11353896	Aït Maziyr	ait-maziyr	MA		0	Africa/Casablanca	31.40644	-7.48315				07	041		
11353897	Zawyat	zawyat	MA		0	Africa/Casablanca	31.40838	-7.47765				07	041		
11353898	Tafarnt	tafarnt	MA		0	Africa/Casablanca	31.40353	-7.48498				07	041		
11353899	Aït Addawd	ait-addawd	MA		0	Africa/Casablanca	31.40287	-7.47661				07	041		
11353901	Aït Mhamed	ait-mhamed	MA		0	Africa/Casablanca	31.4191	-7.46296				07	041		
11353902	Tizi	tizi	MA		0	Africa/Casablanca	31.40163	-7.48585				07	041		
11353903	Aït Atmane	ait-atmane	MA		0	Africa/Casablanca	31.40201	-7.48123				07	041		
11353904	Igourrane	igourrane	MA		0	Africa/Casablanca	31.39765	-7.48066				07	041		
11353905	Takayya	takayya	MA		0	Africa/Casablanca	31.39263	-7.48441				07	041		
11353907	Tagant	tagant	MA		0	Africa/Casablanca	31.38875	-7.48355				07	041		
11353910	Asmarti	asmarti	MA		0	Africa/Casablanca	31.38207	-7.49712				07	041		
11353911	Ac-Çour	ac-cour	MA		0	Africa/Casablanca	31.37727	-7.49833				07	041		
11353912	Aït Ta’allat	ait-ta-allat	MA		0	Africa/Casablanca	31.37377	-7.49439				07	041		
11353913	Darb	darb	MA		0	Africa/Casablanca	31.37228	-7.49254				07	041		
11353914	Tigdaliyn	tigdaliyn	MA		0	Africa/Casablanca	31.37017	-7.49312				07	041		
11353915	Taraghraght	taraghraght	MA		0	Africa/Casablanca	31.37252	-7.48875				07	041		
11353916	Aït Alla	ait-alla	MA		0	Africa/Casablanca	31.3693	-7.48922				07	041		
11353917	Izarwal	izarwal	MA		0	Africa/Casablanca	31.36924	-7.49132				07	041		
11353924	Tiwririne	tiwririne	MA		0	Africa/Casablanca	31.34234	-7.48088				07	041		
11353946	Alighane	alighane	MA		0	Africa/Casablanca	31.26196	-7.41009				08	401		
11353948	Tawrirt	tawrirt	MA		0	Africa/Casablanca	31.26412	-7.40878				08	401		
11353949	Zawit	zawit	MA		0	Africa/Casablanca	31.26824	-7.40915				08	401		
11353965	Ouriyz	ouriyz	MA		0	Africa/Casablanca	31.37338	-7.40367				07	041		
11353967	Arghal	arghal	MA		0	Africa/Casablanca	31.38146	-7.40526				07	041		
11353970	Adar-n-Tighoumaz	adar-n-tighoumaz	MA		0	Africa/Casablanca	31.39108	-7.41052				07	041		
11353972	Amarkhsiyn	amarkhsiyn	MA		0	Africa/Casablanca	31.39478	-7.39928				07	041		
11353978	Aït Imiyni	ait-imiyni	MA		0	Africa/Casablanca	31.42606	-7.43087				07	041		
11353980	Tafrawt	tafrawt	MA		0	Africa/Casablanca	31.43585	-7.42954				07	041		
11353981	Iwguiyn	iwguiyn	MA		0	Africa/Casablanca	31.43142	-7.42385				07	041		
11353982	Assammar	assammar	MA		0	Africa/Casablanca	31.43591	-7.40857				07	041		
11353985	Ourizane	ourizane	MA		0	Africa/Casablanca	31.445	-7.39687				07	041		
11353992	Tizi-n-Aït Imgar	tizi-n-ait-imgar	MA		0	Africa/Casablanca	31.49016	-7.43877				07	041		
11353993	Oumar	oumar	MA		0	Africa/Casablanca	31.49676	-7.41019				07	041		
11353999	Tijaddant	tijaddant	MA		0	Africa/Casablanca	31.45615	-7.38713				07	041		
11354000	Gaddalt	gaddalt	MA		0	Africa/Casablanca	31.45487	-7.36563				07	041		
11354002	Tamganant	tamganant	MA		0	Africa/Casablanca	31.43192	-7.36873				07	041		
11354004	Imdsane	imdsane	MA		0	Africa/Casablanca	31.44526	-7.39223				07	041		
11354006	Taltount	taltount	MA		0	Africa/Casablanca	31.42937	-7.3656				07	041		
11354012	Iziyb Taskanfout	iziyb-taskanfout	MA		0	Africa/Casablanca	31.38062	-7.37141				07	041		
11354016	Tamguingant	tamguingant	MA		0	Africa/Casablanca	31.34219	-7.3813				07	041		
11354018	Amadsiydal	amadsiydal	MA		0	Africa/Casablanca	31.32583	-7.37353				07	041		
11354037	’Azib Labsiys	azib-labsiys	MA		0	Africa/Casablanca	31.26165	-7.37472				08	401		
11354043	Timoudout	timoudout	MA		0	Africa/Casablanca	31.26196	-7.29703				08	401		
11354044	Aït Boumarg	ait-boumarg	MA		0	Africa/Casablanca	31.25982	-7.3061				08	401		
11354045	Aït ’Ali ou Rahou	ait-ali-ou-rahou	MA		0	Africa/Casablanca	31.25769	-7.31897				08	401		
11354046	Zawiyt Igourramane	zawiyt-igourramane	MA		0	Africa/Casablanca	31.25872	-7.32492				08	401		
11354051	Igourzane	igourzane	MA		0	Africa/Casablanca	31.28485	-7.32212				08	401		
11354052	Azlag-n-Tamdwiyn	azlag-n-tamdwiyn	MA		0	Africa/Casablanca	31.29387	-7.33773				08	401		
11354057	Tamarghannist	tamarghannist	MA		0	Africa/Casablanca	31.2896	-7.28363				08	401		
11354071	Taynast	taynast	MA		0	Africa/Casablanca	31.33243	-7.35107				07	041		
11354072	Tammast	tammast	MA		0	Africa/Casablanca	31.33356	-7.35227				07	041		
11354073	Tafrawt	tafrawt	MA		0	Africa/Casablanca	31.3393	-7.35144				07	041		
11354076	Idghi	idghi	MA		0	Africa/Casablanca	31.36037	-7.31734				07	041		
11354082	Ighiyr	ighiyr	MA		0	Africa/Casablanca	31.37822	-7.3308				07	041		
11354087	Tisliyt	tisliyt	MA		0	Africa/Casablanca	31.4016	-7.32141				07	041		
11354088	Amagdoul	amagdoul	MA		0	Africa/Casablanca	31.41177	-7.32336				07	041		
11354092	Sidi ’Ali ou Moussa	sidi-ali-ou-moussa	MA		0	Africa/Casablanca	31.44025	-7.31942				07	041		
11354096	Takouchtamt	takouchtamt	MA		0	Africa/Casablanca	31.44323	-7.35163				07	041		
11354098	Tawrirt	tawrirt	MA		0	Africa/Casablanca	31.45387	-7.33619				07	041		
11354099	Igouya	igouya	MA		0	Africa/Casablanca	31.44874	-7.28614				07	041		
11354103	Agourgoumma	agourgoumma	MA		0	Africa/Casablanca	31.46336	-7.32906				07	041		
11354104	Tighmartane	tighmartane	MA		0	Africa/Casablanca	31.46923	-7.32958				07	041		
11354105	Toughiyn	toughiyn	MA		0	Africa/Casablanca	31.46574	-7.32457				07	041		
11354106	Moulay Ghi	moulay-ghi	MA		0	Africa/Casablanca	31.46406	-7.32092				07	041		
11354108	Mdast	mdast	MA		0	Africa/Casablanca	31.46183	-7.30917				07	041		
11354110	Aït Mass’oud	ait-mass-oud	MA		0	Africa/Casablanca	31.47031	-7.3278				07	041		
11354111	’Azib Tamskourt	azib-tamskourt	MA		0	Africa/Casablanca	31.48725	-7.34843				07	041		
11354112	Agouni	agouni	MA		0	Africa/Casablanca	31.47878	-7.3159				07	041		
11354123	Aït ’Abdaççamad	ait-abdaccamad	MA		0	Africa/Casablanca	31.46465	-7.28361				07	041		
11354124	Aït Ihya	ait-ihya	MA		0	Africa/Casablanca	31.46018	-7.29146				07	041		
11354125	Ibouffiyne	ibouffiyne	MA		0	Africa/Casablanca	31.4571	-7.28713				07	041		
11354130	Loubou	loubou	MA		0	Africa/Casablanca	31.45218	-7.28155				07	041		
11354131	Taghdast	taghdast	MA		0	Africa/Casablanca	31.45365	-7.28363				07	041		
11354132	Tidili	tidili	MA		0	Africa/Casablanca	31.4597	-7.28056				07	041		
11354134	Igrane	igrane	MA		0	Africa/Casablanca	31.43292	-7.27681				07	041		
11354144	’Azib Tamarzought	azib-tamarzought	MA		0	Africa/Casablanca	31.37159	-7.27783				07	041		
11354155	Afadriyq	afadriyq	MA		0	Africa/Casablanca	31.29972	-7.28023				08	401		
11354156	Dawtouriyrt	dawtouriyrt	MA		0	Africa/Casablanca	31.29714	-7.28033				08	401		
11354157	Aït Ammou	ait-ammou	MA		0	Africa/Casablanca	31.29276	-7.27342				08	401		
11354158	Aqouji	aqouji	MA		0	Africa/Casablanca	31.2909	-7.2738				08	401		
11354159	Ikhf-n-Ighil	ikhf-n-ighil	MA		0	Africa/Casablanca	31.29101	-7.27127				08	401		
11354160	Tinzazmiyn	tinzazmiyn	MA		0	Africa/Casablanca	31.29607	-7.26461				08	401		
11354162	Tammast	tammast	MA		0	Africa/Casablanca	31.28348	-7.26353				08	401		
11354163	Addiyg	addiyg	MA		0	Africa/Casablanca	31.27975	-7.26902				08	401		
11354165	Timarggoussine	timarggoussine	MA		0	Africa/Casablanca	31.27757	-7.26202				08	401		
11354171	Azib-n-Ouwansa	azib-n-ouwansa	MA		0	Africa/Casablanca	31.33455	-7.28859				07	041		
11354172	Ourar	ourar	MA		0	Africa/Casablanca	31.32858	-7.34245				07	041		
11354173	Aït Intabt	ait-intabt	MA		0	Africa/Casablanca	31.49801	-7.47911				07	041		
11354178	Tawart	tawart	MA		0	Africa/Casablanca	31.49607	-7.48374				07	041		
11354181	Tiferkiouine	tiferkiouine	MA		0	Africa/Casablanca	31.49879	-7.41317				07	041		
11354184	Ayt Sous	ayt-sous	MA		0	Africa/Casablanca	31.74871	-7.04172				05	081		
11354201	Dar ben Chbaba	dar-ben-chbaba	MA		0	Africa/Casablanca	31.71799	-7.47625				07	191		
11354202	Chboura	chboura	MA		0	Africa/Casablanca	31.71558	-7.48584				07	191		
11354203	Tandouni	tandouni	MA		0	Africa/Casablanca	31.71492	-7.47075				07	191		
11354204	Argoug	argoug	MA		0	Africa/Casablanca	31.70766	-7.49037				07	191		
11354205	Dar el Filaha	dar-el-filaha	MA		0	Africa/Casablanca	31.69165	-7.47381				07	191		
11354206	Oulad Sidi Ahmed-ben Tahar	oulad-sidi-ahmed-ben-tahar	MA		0	Africa/Casablanca	31.68646	-7.48452				07	191		
11354215	Douar Haraoua	douar-haraoua	MA		0	Africa/Casablanca	31.6474	-7.49444				07	191		
11354217	Tazemmourt	tazemmourt	MA		0	Africa/Casablanca	31.64079	-7.48639				07	191		
11354218	Zaouïa	zaouia	MA		0	Africa/Casablanca	31.64261	-7.4716				07	191		
11354220	Silat	silat	MA		0	Africa/Casablanca	31.64164	-7.45102				07	041		
11354222	Aksri	aksri	MA		0	Africa/Casablanca	31.62761	-7.48557				07	041		
11354224	Aït Atrouch	ait-atrouch	MA		0	Africa/Casablanca	31.61873	-7.46785				07	041		
11354225	Azib Outourza	azib-outourza	MA		0	Africa/Casablanca	31.62072	-7.46354				07	041		
11354230	Aït Abdallah	ait-abdallah	MA		0	Africa/Casablanca	31.57306	-7.48493				07	041		
11354231	Aït Ouahalili	ait-ouahalili	MA		0	Africa/Casablanca	31.57657	-7.48018				07	041		
11354232	Tarhbalout	tarhbalout	MA		0	Africa/Casablanca	31.573	-7.47765				07	041		
11354233	Ouaklim	ouaklim	MA		0	Africa/Casablanca	31.57885	-7.47025				07	041		
11354234	Tabia	tabia	MA		0	Africa/Casablanca	31.55573	-7.49216				07	041		
11354236	Aït Isguer	ait-isguer	MA		0	Africa/Casablanca	31.5285	-7.46679				07	041		
11354237	Imzil	imzil	MA		0	Africa/Casablanca	31.52508	-7.45849				07	041		
11354238	Aït Mansour	ait-mansour	MA		0	Africa/Casablanca	31.52561	-7.45072				07	041		
11354239	Aït Boukdir	ait-boukdir	MA		0	Africa/Casablanca	31.52306	-7.4651				07	041		
11354240	Aït Oumbark	ait-oumbark	MA		0	Africa/Casablanca	31.51752	-7.47021				07	041		
11354241	Tourtit	tourtit	MA		0	Africa/Casablanca	31.5177	-7.45753				07	041		
11354242	Azimim	azimim	MA		0	Africa/Casablanca	31.50554	-7.48932				07	041		
11354243	Boutlé	boutle	MA		0	Africa/Casablanca	31.5025	-7.48009				07	041		
11354244	Dar el Oued	dar-el-oued	MA		0	Africa/Casablanca	31.52191	-7.42034				07	041		
11354245	Tiznit Izgar	tiznit-izgar	MA		0	Africa/Casablanca	31.53393	-7.443				07	041		
11354249	Irhil	irhil	MA		0	Africa/Casablanca	31.52749	-7.39646				07	041		
11354250	Aguersif	aguersif	MA		0	Africa/Casablanca	31.52101	-7.39388				07	041		
11354252	Tarkaïout	tarkaiout	MA		0	Africa/Casablanca	31.56832	-7.43204				07	041		
11354253	Takatert	takatert	MA		0	Africa/Casablanca	31.57926	-7.43064				07	041		
11354259	Azelf	azelf	MA		0	Africa/Casablanca	31.6221	-7.42727				07	041		
11354260	Aït Benjaa	ait-benjaa	MA		0	Africa/Casablanca	31.61325	-7.40356				07	041		
11354261	Toukart n’Aït Irhi	toukart-n-ait-irhi	MA		0	Africa/Casablanca	31.61694	-7.40637				07	041		
11354263	Aït Alla	ait-alla	MA		0	Africa/Casablanca	31.63391	-7.43107				07	041		
11354271	Bouidda	bouidda	MA		0	Africa/Casablanca	31.71093	-7.41813				07	191		
11354272	Dar Sabou	dar-sabou	MA		0	Africa/Casablanca	31.71001	-7.43112				07	191		
11354276	Dar Baatil	dar-baatil	MA		0	Africa/Casablanca	31.73307	-7.41729				07	191		
11354278	Dar el Biaz	dar-el-biaz	MA		0	Africa/Casablanca	31.74529	-7.43202				07	191		
11354279	Oulad Ahmed ben Ihia	oulad-ahmed-ben-ihia	MA		0	Africa/Casablanca	31.7444	-7.40794				07	191		
11354280	Oulad Kassem	oulad-kassem	MA		0	Africa/Casablanca	31.73976	-7.39545				07	191		
11354281	Oulad Brahim	oulad-brahim	MA		0	Africa/Casablanca	31.73511	-7.3822				07	191		
11354282	El Arabat	el-arabat	MA		0	Africa/Casablanca	31.73602	-7.36727				07	191		
11354283	El Kaoucha	el-kaoucha	MA		0	Africa/Casablanca	31.74547	-7.35674				07	191		
11354284	Jramna	jramna	MA		0	Africa/Casablanca	31.73367	-7.35635				07	191		
11354285	El Hibat	el-hibat	MA		0	Africa/Casablanca	31.72319	-7.36624				07	191		
11354286	Ben Jbali	ben-jbali	MA		0	Africa/Casablanca	31.71805	-7.38062				07	191		
11354287	El Krarma	el-krarma	MA		0	Africa/Casablanca	31.71773	-7.36702				07	191		
11354288	Imrherj	imrherj	MA		0	Africa/Casablanca	31.71616	-7.35478				07	191		
11354289	Makkach	makkach	MA		0	Africa/Casablanca	31.71211	-7.35528				07	191		
11354290	Douar Chemch	douar-chemch	MA		0	Africa/Casablanca	31.70149	-7.39654				07	191		
11354302	Tifratine	tifratine	MA		0	Africa/Casablanca	31.6377	-7.39822				07	041		
11354304	Aït bou Ibriine	ait-bou-ibriine	MA		0	Africa/Casablanca	31.63061	-7.3871				07	041		
11354305	Tazigzaout	tazigzaout	MA		0	Africa/Casablanca	31.60567	-7.39163				07	041		
11354307	Herissane	herissane	MA		0	Africa/Casablanca	31.60132	-7.38124				07	041		
11354308	Aït Ramoulassane	ait-ramoulassane	MA		0	Africa/Casablanca	31.60167	-7.37079				07	041		
11354309	Amahamou	amahamou	MA		0	Africa/Casablanca	31.59686	-7.35936				07	041		
11354311	Maabt	maabt	MA		0	Africa/Casablanca	31.59132	-7.34408				07	041		
11354312	Aït Aralt	ait-aralt	MA		0	Africa/Casablanca	31.60161	-7.34417				07	041		
11354314	Imarirhene	imarirhene	MA		0	Africa/Casablanca	31.57959	-7.38961				07	041		
11354315	Aït Bou Rhedir	ait-bou-rhedir	MA		0	Africa/Casablanca	31.57247	-7.39352				07	041		
11354316	Asrhad	asrhad	MA		0	Africa/Casablanca	31.56695	-7.39633				07	041		
11354319	Aït Daoud	ait-daoud	MA		0	Africa/Casablanca	31.57902	-7.3509				07	041		
11354323	Irgraguene	irgraguene	MA		0	Africa/Casablanca	31.55695	-7.38495				07	041		
11354325	Ferkous	ferkous	MA		0	Africa/Casablanca	31.5505	-7.39395				07	041		
11354327	Aït Abdallah	ait-abdallah	MA		0	Africa/Casablanca	31.5515	-7.36148				07	041		
11354329	Tagnit Niidane	tagnit-niidane	MA		0	Africa/Casablanca	31.53757	-7.36006				07	041		
11354330	Ichadmiine	ichadmiine	MA		0	Africa/Casablanca	31.53651	-7.34324				07	041		
11354331	Bjia	bjia	MA		0	Africa/Casablanca	31.54223	-7.34743				07	041		
11354342	Aït El Hadj	ait-el-hadj	MA		0	Africa/Casablanca	31.52484	-7.33768				07	041		
11354350	Aït Bahamou	ait-bahamou	MA		0	Africa/Casablanca	31.52489	-7.30176				07	041		
11354353	Tamadout	tamadout	MA		0	Africa/Casablanca	31.53113	-7.29434				07	041		
11354354	Amaz Difassene	amaz-difassene	MA		0	Africa/Casablanca	31.53226	-7.33286				07	041		
11354358	Aourir	aourir	MA		0	Africa/Casablanca	31.54582	-7.30026				07	041		
11354359	El Bour	el-bour	MA		0	Africa/Casablanca	31.54311	-7.29571				07	041		
11354360	Ibahbahane	ibahbahane	MA		0	Africa/Casablanca	31.54838	-7.30061				07	041		
11354361	Attosiine	attosiine	MA		0	Africa/Casablanca	31.55095	-7.30387				07	041		
11354363	Tizi	tizi	MA		0	Africa/Casablanca	31.53455	-7.28791				07	041		
11354364	Ibaïrn	ibairn	MA		0	Africa/Casablanca	31.55371	-7.33649				07	041		
11354365	Aït Haouadi	ait-haouadi	MA		0	Africa/Casablanca	31.55394	-7.33197				07	041		
11354366	Irhir Obdir	irhir-obdir	MA		0	Africa/Casablanca	31.55704	-7.3262				07	041		
11354371	Iminogoug	iminogoug	MA		0	Africa/Casablanca	31.56498	-7.29696				07	041		
11354372	El Mellah	el-mellah	MA		0	Africa/Casablanca	31.56057	-7.30019				07	041		
11354373	Tarhzout	tarhzout	MA		0	Africa/Casablanca	31.55807	-7.30374				07	041		
11354374	Aït Bouzid	ait-bouzid	MA		0	Africa/Casablanca	31.55787	-7.29874				07	041		
11354375	Assour	assour	MA		0	Africa/Casablanca	31.55256	-7.29848				07	041		
11354376	El Jomaa	el-jomaa	MA		0	Africa/Casablanca	31.55395	-7.30194				07	041		
11354377	Azlag	azlag	MA		0	Africa/Casablanca	31.55245	-7.30543				07	041		
11354379	Aït Ouktel	ait-ouktel	MA		0	Africa/Casablanca	31.57715	-7.31985				07	041		
11354382	Aït Ahmed Oussaïd	ait-ahmed-oussaid	MA		0	Africa/Casablanca	31.58249	-7.33958				07	041		
11354387	Timditene	timditene	MA		0	Africa/Casablanca	31.5765	-7.28505				07	041		
11354389	Aït Abdi	ait-abdi	MA		0	Africa/Casablanca	31.59315	-7.34024				07	041		
11354390	Tamzaourout	tamzaourout	MA		0	Africa/Casablanca	31.60035	-7.28758				07	041		
11354392	Bou Badane	bou-badane	MA		0	Africa/Casablanca	31.60689	-7.34439				07	041		
11354397	Lalla Mimouna	lalla-mimouna	MA		0	Africa/Casablanca	31.61438	-7.31536				07	041		
11354403	Irharioun	irharioun	MA		0	Africa/Casablanca	31.63536	-7.3149				07	041		
11354404	Dar el Baïda	dar-el-baida	MA		0	Africa/Casablanca	31.64603	-7.32706				07	041		
11354406	Sidi Ali-ou Mohamed	sidi-ali-ou-mohamed	MA		0	Africa/Casablanca	31.64447	-7.2967				07	041		
11354409	Timlilt	timlilt	MA		0	Africa/Casablanca	31.65021	-7.30884				07	041		
11354410	Tizi Larba	tizi-larba	MA		0	Africa/Casablanca	31.66069	-7.29897				07	041		
11354411	Amazrar	amazrar	MA		0	Africa/Casablanca	31.6606	-7.29334				07	041		
11354412	Dar Ibararhene	dar-ibararhene	MA		0	Africa/Casablanca	31.65186	-7.32955				07	041		
11354413	Agoujgal	agoujgal	MA		0	Africa/Casablanca	31.65569	-7.32897				07	041		
11354415	Dar Tizra	dar-tizra	MA		0	Africa/Casablanca	31.67268	-7.34266				07	041		
11354421	Bou Jraïm	bou-jraim	MA		0	Africa/Casablanca	31.67736	-7.33159				07	041		
11354425	Marjet	marjet	MA		0	Africa/Casablanca	31.68911	-7.28499				05	081		
11354426	Aït Abdallah	ait-abdallah	MA		0	Africa/Casablanca	31.70074	-7.28852				05	081		
11354427	Dar Aït Ahmed	dar-ait-ahmed	MA		0	Africa/Casablanca	31.70784	-7.31586				07	191		
11354428	El Hajeb	el-hajeb	MA		0	Africa/Casablanca	31.71195	-7.31919				07	191		
11354429	Oulad Ali-ben Daoud	oulad-ali-ben-daoud	MA		0	Africa/Casablanca	31.72066	-7.32167				07	191		
11354431	Douar Ouagnama	douar-ouagnama	MA		0	Africa/Casablanca	31.71898	-7.28775				05	081		
11354432	Oulad Abbou	oulad-abbou	MA		0	Africa/Casablanca	31.7237	-7.33496				07	191		
11354434	Dar Oulad Bakarri	dar-oulad-bakarri	MA		0	Africa/Casablanca	31.73465	-7.3268				07	191		
11354435	Aït ben Krif	ait-ben-krif	MA		0	Africa/Casablanca	31.74363	-7.33837				07	191		
11354437	Aït Ouaziz	ait-ouaziz	MA		0	Africa/Casablanca	31.73488	-7.2788				05	081		
11354438	Douar Ajakane	douar-ajakane	MA		0	Africa/Casablanca	31.73936	-7.28114				05	081		
11354439	Aït Barka	ait-barka	MA		0	Africa/Casablanca	31.74693	-7.33366				07	191		
11354440	Douar Igouramane	douar-igouramane	MA		0	Africa/Casablanca	31.74298	-7.28389				07	191		
11354441	Soukane el Oued	soukane-el-oued	MA		0	Africa/Casablanca	31.74352	-7.27902				05	081		
11354442	El Harch	el-harch	MA		0	Africa/Casablanca	31.74332	-7.26209				05	081		
11354443	Douar Larbi	douar-larbi	MA		0	Africa/Casablanca	31.74509	-7.25505				05	081		
11354445	Douar Moussa	douar-moussa	MA		0	Africa/Casablanca	31.74115	-7.25767				05	081		
11354446	Douar Caïd-Hadj Allal	douar-caid-hadj-allal	MA		0	Africa/Casablanca	31.74117	-7.26423				05	081		
11354447	Douar Hamouch	douar-hamouch	MA		0	Africa/Casablanca	31.73796	-7.26709				05	081		
11354451	Dar Aït Belhit	dar-ait-belhit	MA		0	Africa/Casablanca	31.70645	-7.26797				05	081		
11354452	Aït Fars	ait-fars	MA		0	Africa/Casablanca	31.70611	-7.25526				05	081		
11354457	Sour	sour	MA		0	Africa/Casablanca	31.68694	-7.2746				05	081		
11354458	Aït Taarabt	ait-taarabt	MA		0	Africa/Casablanca	31.67775	-7.25875				05	081		
11354459	Aït Jaâ	ait-jaa	MA		0	Africa/Casablanca	31.67025	-7.26243				05	081		
11354460	Azagza	azagza	MA		0	Africa/Casablanca	31.66727	-7.26074				05	081		
11354462	Inichel	inichel	MA		0	Africa/Casablanca	31.6548	-7.25295				05	081		
11354464	Ouaouisekht	ouaouisekht	MA		0	Africa/Casablanca	31.63717	-7.26833				07	041		
11354466	Adiou	adiou	MA		0	Africa/Casablanca	31.62654	-7.26004				05	081		
11354468	Aït M’Sâoud	ait-m-saoud	MA		0	Africa/Casablanca	31.61588	-7.27741				07	041		
11354469	Sidi M’Sâoud-ou Himi	sidi-m-saoud-ou-himi	MA		0	Africa/Casablanca	31.59582	-7.25726				07	041		
11354470	Sidi Rahhal	sidi-rahhal	MA		0	Africa/Casablanca	31.5968	-7.26181				07	041		
11354472	Lajdoud	lajdoud	MA		0	Africa/Casablanca	31.55972	-7.27248				07	041		
11354475	Mon. Fre d’Azrif	mon-fre-d-azrif	MA		0	Africa/Casablanca	31.53962	-7.26245				07	041		
11354482	Tabout Aït Raho	tabout-ait-raho	MA		0	Africa/Casablanca	31.50536	-7.25442				07	041		
11354484	Oulad Ali Ben Daoud	oulad-ali-ben-daoud	MA		0	Africa/Casablanca	31.72817	-7.31511				07	191		
11354487	Agri	agri	MA		0	Africa/Casablanca	31.61153	-7.36934				07	041		
11354488	Tagant	tagant	MA		0	Africa/Casablanca	31.59607	-7.31715				07	041		
11354493	Agarhal	agarhal	MA		0	Africa/Casablanca	31.62563	-7.35576				07	041		
11354494	Moro	moro	MA		0	Africa/Casablanca	31.67781	-7.34264				07	041		
11354500	Toubdirt	toubdirt	MA		0	Africa/Casablanca	31.73165	-7.19652				05	081		
11354501	Aït Ben Hmad	ait-ben-hmad	MA		0	Africa/Casablanca	31.73577	-7.20835				05	081		
11354502	Riad	riad	MA		0	Africa/Casablanca	31.73727	-7.20516				05	081		
11354504	Zat Sidi El Mahi	zat-sidi-el-mahi	MA		0	Africa/Casablanca	31.7398	-7.19782				05	081		
11354506	Ait Naçer Ou Ali	ait-nacer-ou-ali	MA		0	Africa/Casablanca	31.73653	-7.19292				05	081		
11354507	Ait Belhaj	ait-belhaj	MA		0	Africa/Casablanca	31.73349	-7.19383				05	081		
11354509	Tastou	tastou	MA		0	Africa/Casablanca	31.73826	-7.2012				05	081		
11354511	Bouchkourt	bouchkourt	MA		0	Africa/Casablanca	31.73018	-7.19346				05	081		
11354512	Ait Yaqoub	ait-yaqoub	MA		0	Africa/Casablanca	31.72762	-7.18916				05	081		
11354514	Tighirmine	tighirmine	MA		0	Africa/Casablanca	31.72743	-7.1874				05	081		
11354515	Ait Wabout	ait-wabout	MA		0	Africa/Casablanca	31.72605	-7.19128				05	081		
11354516	Aït Bennaji	ait-bennaji	MA		0	Africa/Casablanca	31.72386	-7.18896				05	081		
11354519	Tighrmine	tighrmine	MA		0	Africa/Casablanca	31.72072	-7.20968				05	081		
11354521	Dar Amzil	dar-amzil	MA		0	Africa/Casablanca	31.71647	-7.2159				05	081		
11354522	Wach Ali	wach-ali	MA		0	Africa/Casablanca	31.70734	-7.24427				05	081		
11354523	Tikibart	tikibart	MA		0	Africa/Casablanca	31.71135	-7.23185				05	081		
11354524	Broughouel	broughouel	MA		0	Africa/Casablanca	31.7132	-7.21135				05	081		
11354525	Dar Mohamed B’Haddou	dar-mohamed-b-haddou	MA		0	Africa/Casablanca	31.708	-7.20893				05	081		
11354527	Tifirmine	tifirmine	MA		0	Africa/Casablanca	31.7048	-7.23251				05	081		
11354529	Ait Ouloumi	ait-ouloumi	MA		0	Africa/Casablanca	31.69723	-7.22655				05	081		
11354533	Dar Ben Hmani	dar-ben-hmani	MA		0	Africa/Casablanca	31.7014	-7.21419				05	081		
11354535	Foum-l-oued	foum-l-oued	MA		0	Africa/Casablanca	31.70118	-7.19153				05	081		
11354536	Aït Rozzouq	ait-rozzouq	MA		0	Africa/Casablanca	31.69667	-7.19176				05	081		
11354537	Ait’Ali-ou-hsayn	ait-ali-ou-hsayn	MA		0	Africa/Casablanca	31.69007	-7.19243				05	081		
11354549	Ait Hmani	ait-hmani	MA		0	Africa/Casablanca	31.65314	-7.20187				05	081		
11354550	Ait Ousouss	ait-ousouss	MA		0	Africa/Casablanca	31.65338	-7.19841				05	081		
11354552	Taguellait	taguellait	MA		0	Africa/Casablanca	31.6496	-7.21771				05	081		
11354553	Ait Messaoud	ait-messaoud	MA		0	Africa/Casablanca	31.65132	-7.22693				05	081		
11354554	Zawyat In Chane	zawyat-in-chane	MA		0	Africa/Casablanca	31.65239	-7.23972				05	081		
11354555	Ait Moussa	ait-moussa	MA		0	Africa/Casablanca	31.64395	-7.19477				05	081		
11354562	Taounnaout	taounnaout	MA		0	Africa/Casablanca	31.64094	-7.19545				05	081		
11354563	Ait Wishane	ait-wishane	MA		0	Africa/Casablanca	31.64348	-7.1911				05	081		
11354567	Dar Ikadarn	dar-ikadarn	MA		0	Africa/Casablanca	31.61161	-7.23959				07	041		
11354568	Dar Tizi-n-Ighram	dar-tizi-n-ighram	MA		0	Africa/Casablanca	31.61017	-7.23605				07	041		
11354569	Sidi Hsayn ou-Ali	sidi-hsayn-ou-ali	MA		0	Africa/Casablanca	31.60822	-7.23682				07	041		
11354570	Ait Wayour	ait-wayour	MA		0	Africa/Casablanca	31.60811	-7.22427				07	041		
11354580	Ait Al Asri	ait-al-asri	MA		0	Africa/Casablanca	31.57244	-7.23632				07	041		
11354581	Ait Driss	ait-driss	MA		0	Africa/Casablanca	31.57257	-7.23909				07	041		
11354583	Aït Ben Ycho	ait-ben-ycho	MA		0	Africa/Casablanca	31.57577	-7.228				07	041		
11354584	Tazrout	tazrout	MA		0	Africa/Casablanca	31.57567	-7.22571				07	041		
11354587	Aït Haroune	ait-haroune	MA		0	Africa/Casablanca	31.57601	-7.21256				07	041		
11354592	Iourzaine	iourzaine	MA		0	Africa/Casablanca	31.55563	-7.2014				07	041		
11354609	Azib Aït Bou All	azib-ait-bou-all	MA		0	Africa/Casablanca	31.50719	-7.24148				07	041		
11354615	Ijaane	ijaane	MA		0	Africa/Casablanca	31.50153	-7.20936				07	041		
11354619	Aït Maroune	ait-maroune	MA		0	Africa/Casablanca	31.50767	-7.19421				07	041		
11354621	Taritrig	taritrig	MA		0	Africa/Casablanca	31.50165	-7.18021				07	041		
11354622	Aït Irane	ait-irane	MA		0	Africa/Casablanca	31.50961	-7.17533				07	041		
11354623	Azilal	azilal	MA		0	Africa/Casablanca	31.5094	-7.16856				07	041		
11354625	Dar Al Mcalli	dar-al-mcalli	MA		0	Africa/Casablanca	31.50657	-7.16746				07	041		
11354635	Agouni	agouni	MA		0	Africa/Casablanca	31.54607	-7.1419				07	041		
11354639	Imouguer	imouguer	MA		0	Africa/Casablanca	31.54644	-7.15361				07	041		
11354640	Ighaln	ighaln	MA		0	Africa/Casablanca	31.54778	-7.14813				07	041		
11354642	Amchekdal	amchekdal	MA		0	Africa/Casablanca	31.55684	-7.15761				07	041		
11354646	Tagma	tagma	MA		0	Africa/Casablanca	31.5719	-7.15784				05	081		
11354650	Amdghouss	amdghouss	MA		0	Africa/Casablanca	31.58302	-7.15195				05	081		
11354657	Aït Driss	ait-driss	MA		0	Africa/Casablanca	31.5897	-7.13657				05	081		
11354658	Sidi Hadeou	sidi-hadeou	MA		0	Africa/Casablanca	31.61063	-7.1869				05	081		
11354661	Igouzouln	igouzouln	MA		0	Africa/Casablanca	31.62873	-7.15458				05	081		
11354662	Ait Hammou Ou Hamad	ait-hammou-ou-hamad	MA		0	Africa/Casablanca	31.63232	-7.15369				05	081		
11354665	Zawyat-n-Oufalla	zawyat-n-oufalla	MA		0	Africa/Casablanca	31.64233	-7.15757				05	081		
11354666	As Sour	as-sour	MA		0	Africa/Casablanca	31.63893	-7.16412				05	081		
11354668	Talat Ihkim	talat-ihkim	MA		0	Africa/Casablanca	31.63856	-7.16651				05	081		
11354671	Izragane	izragane	MA		0	Africa/Casablanca	31.64011	-7.17945				05	081		
11354672	Ayioun	ayioun	MA		0	Africa/Casablanca	31.64354	-7.17245				05	081		
11354675	Ikkarkhoum	ikkarkhoum	MA		0	Africa/Casablanca	31.65292	-7.18768				05	081		
11354677	Tamersalt	tamersalt	MA		0	Africa/Casablanca	31.64853	-7.1687				05	081		
11354678	Aharbil	aharbil	MA		0	Africa/Casablanca	31.65035	-7.1547				05	081		
11354679	Ait At Taleb	ait-at-taleb	MA		0	Africa/Casablanca	31.6489	-7.1388				05	081		
11354681	Anssakri	anssakri	MA		0	Africa/Casablanca	31.651	-7.16877				05	081		
11354685	Tamezzert	tamezzert	MA		0	Africa/Casablanca	31.65806	-7.14841				05	081		
11354687	Abadou	abadou	MA		0	Africa/Casablanca	31.65767	-7.14043				05	081		
11354690	Aghoulid-n-Ouazzi	aghoulid-n-ouazzi	MA		0	Africa/Casablanca	31.64763	-7.13534				05	081		
11354691	Assammar	assammar	MA		0	Africa/Casablanca	31.65667	-7.13056				05	081		
11354692	Igourramane	igourramane	MA		0	Africa/Casablanca	31.65857	-7.13875				05	081		
11354697	Aït Bouggoulla	ait-bouggoulla	MA		0	Africa/Casablanca	31.68487	-7.15649				05	081		
11354699	Aït Abdallah-ou-Brahim	ait-abdallah-ou-brahim	MA		0	Africa/Casablanca	31.69534	-7.15198				05	081		
11354702	Al Matroh	al-matroh	MA		0	Africa/Casablanca	31.69661	-7.15606				05	081		
11354703	Ait Chràa	ait-chraa	MA		0	Africa/Casablanca	31.69179	-7.1675				05	081		
11354704	Ait Ouadir	ait-ouadir	MA		0	Africa/Casablanca	31.68961	-7.18006				05	081		
11354705	Ait Lahnida	ait-lahnida	MA		0	Africa/Casablanca	31.68755	-7.18339				05	081		
11354706	Igli	igli	MA		0	Africa/Casablanca	31.68397	-7.18156				05	081		
11354709	Ait Alla	ait-alla	MA		0	Africa/Casablanca	31.69379	-7.18171				05	081		
11354710	Toukart	toukart	MA		0	Africa/Casablanca	31.7033	-7.17272				05	081		
11354712	Ait Al Harti	ait-al-harti	MA		0	Africa/Casablanca	31.69673	-7.18943				05	081		
11354713	Ait Benaouch	ait-benaouch	MA		0	Africa/Casablanca	31.70287	-7.18736				05	081		
11354714	Ighram-n-Haddou	ighram-n-haddou	MA		0	Africa/Casablanca	31.70022	-7.15978				05	081		
11354717	Sidi Mahdi	sidi-mahdi	MA		0	Africa/Casablanca	31.7069	-7.16388				05	081		
11354727	Ait Qaddour	ait-qaddour	MA		0	Africa/Casablanca	31.73278	-7.13109				05	081		
11354728	Argane	argane	MA		0	Africa/Casablanca	31.72994	-7.13541				05	081		
11354729	Ait Hammoch	ait-hammoch	MA		0	Africa/Casablanca	31.73346	-7.12968				05	081		
11354730	Taouksinit	taouksinit	MA		0	Africa/Casablanca	31.7386	-7.12141				05	081		
11354731	Sidi Bou Karma	sidi-bou-karma	MA		0	Africa/Casablanca	31.74261	-7.12228				05	081		
11354733	Ait Al ’Arbi	ait-al-arbi	MA		0	Africa/Casablanca	31.73472	-7.12227				05	081		
11354734	Ait Zoummi	ait-zoummi	MA		0	Africa/Casablanca	31.73233	-7.11399				05	081		
11354736	Igasmiwen	igasmiwen	MA		0	Africa/Casablanca	31.73051	-7.11811				05	081		
11354737	Tikid	tikid	MA		0	Africa/Casablanca	31.72769	-7.12279				05	081		
11354738	Al Hart	al-hart	MA		0	Africa/Casablanca	31.72683	-7.12152				05	081		
11354740	Tazrouft	tazrouft	MA		0	Africa/Casablanca	31.72676	-7.10494				05	081		
11354741	Chorta	chorta	MA		0	Africa/Casablanca	31.72514	-7.12843				05	081		
11354742	Sidi Moulay Hsayn	sidi-moulay-hsayn	MA		0	Africa/Casablanca	31.72913	-7.13519				05	081		
11354743	Affoud	affoud	MA		0	Africa/Casablanca	31.72554	-7.13174				05	081		
11354744	Daoud Ad Draa	daoud-ad-draa	MA		0	Africa/Casablanca	31.72094	-7.12249				05	081		
11354745	Al Ktab-n-Ighir Oufella	al-ktab-n-ighir-oufella	MA		0	Africa/Casablanca	31.71897	-7.12847				05	081		
11354754	Aït Abdallah	ait-abdallah	MA		0	Africa/Casablanca	31.6865	-7.10362				05	081		
11354755	Sidi Boujemaa	sidi-boujemaa	MA		0	Africa/Casablanca	31.67888	-7.11213				05	081		
11354757	Ait Wàziz	ait-waziz	MA		0	Africa/Casablanca	31.67247	-7.1098				05	081		
11354758	Dar Askour	dar-askour	MA		0	Africa/Casablanca	31.67449	-7.09865				05	081		
11354759	Ait Lahsen	ait-lahsen	MA		0	Africa/Casablanca	31.66954	-7.11403				05	081		
11354760	Id ’Ali	id-ali	MA		0	Africa/Casablanca	31.66969	-7.10504				05	081		
11354763	Aït Belgassem	ait-belgassem	MA		0	Africa/Casablanca	31.65796	-7.10076				05	081		
11354764	Ait Ouhmane	ait-ouhmane	MA		0	Africa/Casablanca	31.65161	-7.12686				05	081		
11354769	Ait Mhalli	ait-mhalli	MA		0	Africa/Casablanca	31.62056	-7.11559				05	081		
11354777	Ait Moussa	ait-moussa	MA		0	Africa/Casablanca	31.59659	-7.11564				05	081		
11354780	Ighram	ighram	MA		0	Africa/Casablanca	31.58786	-7.1191				05	081		
11354786	Sidi Omar	sidi-omar	MA		0	Africa/Casablanca	31.53752	-7.10824				05	081		
11354788	Tagdaoult	tagdaoult	MA		0	Africa/Casablanca	31.52668	-7.10369				05	081		
11354792	Imzith	imzith	MA		0	Africa/Casablanca	31.50465	-7.10448				05	081		
11354800	Sidi Bou ’Otmane	sidi-bou-otmane	MA		0	Africa/Casablanca	31.56359	-7.08346				05	081		
11354813	Dar Aït Abdi	dar-ait-abdi	MA		0	Africa/Casablanca	31.6211	-7.07932				05	081		
11354816	Irkarazane	irkarazane	MA		0	Africa/Casablanca	31.62279	-7.09688				05	081		
11354821	Ighram	ighram	MA		0	Africa/Casablanca	31.65393	-7.09408				05	081		
11354822	Ait Gzaghar	ait-gzaghar	MA		0	Africa/Casablanca	31.65939	-7.09065				05	081		
11354824	Tahtacht	tahtacht	MA		0	Africa/Casablanca	31.6645	-7.08526				05	081		
11354825	Ait Ouzanif	ait-ouzanif	MA		0	Africa/Casablanca	31.66607	-7.09509				05	081		
11354826	Yougrmarie	yougrmarie	MA		0	Africa/Casablanca	31.66985	-7.08841				05	081		
11354827	Ait Nacer ou-Haddou	ait-nacer-ou-haddou	MA		0	Africa/Casablanca	31.67144	-7.07535				05	081		
11354830	Aït-Ali-ou-Nacer	ait-ali-ou-nacer	MA		0	Africa/Casablanca	31.68662	-7.09873				05	081		
11354831	Amchkouk	amchkouk	MA		0	Africa/Casablanca	31.67862	-7.08573				05	081		
11354837	Ait Hida	ait-hida	MA		0	Africa/Casablanca	31.68197	-7.05465				05	081		
11354838	Dar-Timlilt	dar-timlilt	MA		0	Africa/Casablanca	31.69187	-7.07117				05	081		
11354846	Ait Kiribich	ait-kiribich	MA		0	Africa/Casablanca	31.72559	-7.06419				05	081		
11354848	Tighanimine	tighanimine	MA		0	Africa/Casablanca	31.73099	-7.05848				05	081		
11354850	Aït Ider	ait-ider	MA		0	Africa/Casablanca	31.73409	-7.07548				05	081		
11354851	Ait Bousarane	ait-bousarane	MA		0	Africa/Casablanca	31.7318	-7.08762				05	081		
11354855	Ait Kàbouch Timdaf	ait-kabouch-timdaf	MA		0	Africa/Casablanca	31.74335	-7.05117				05	081		
11354857	Ain Sidi Malek	ain-sidi-malek	MA		0	Africa/Casablanca	31.74703	-7.0686				05	081		
11354859	El Bab	el-bab	MA		0	Africa/Casablanca	31.74479	-7.04565				05	081		
11354860	Tizi Ait Abdallah ou-Abbou	tizi-ait-abdallah-ou-abbou	MA		0	Africa/Casablanca	31.74301	-7.04171				05	081		
11354864	Alemdine	alemdine	MA		0	Africa/Casablanca	31.73773	-7.03739				05	081		
11354865	Dar Chorta Aït Aziz	dar-chorta-ait-aziz	MA		0	Africa/Casablanca	31.73585	-7.03155				05	081		
11354866	Asegwar	asegwar	MA		0	Africa/Casablanca	31.73824	-7.02286				05	081		
11354868	Ighram	ighram	MA		0	Africa/Casablanca	31.73621	-7.02398				05	081		
11354869	Taourirty	taourirty	MA		0	Africa/Casablanca	31.73424	-7.02307				05	081		
11354871	Taghbalout Mifen	taghbalout-mifen	MA		0	Africa/Casablanca	31.73934	-7.00744				05	081		
11354872	Isarne	isarne	MA		0	Africa/Casablanca	31.74368	-7.01537				05	081		
11354873	Tamsoult	tamsoult	MA		0	Africa/Casablanca	31.74835	-7.00436				05	081		
11354876	Ait Ouganoune	ait-ouganoune	MA		0	Africa/Casablanca	31.73592	-7.00634				05	081		
11354877	Igadaine	igadaine	MA		0	Africa/Casablanca	31.73059	-7.00241				05	081		
11354879	Tigharmine	tigharmine	MA		0	Africa/Casablanca	31.72698	-7.00743				05	081		
11354881	Dar Injoarn	dar-injoarn	MA		0	Africa/Casablanca	31.7327	-7.01757				05	081		
11354882	Tazouknit	tazouknit	MA		0	Africa/Casablanca	31.72966	-7.02147				05	081		
11354883	Tamajjout	tamajjout	MA		0	Africa/Casablanca	31.73253	-7.02672				05	081		
11354886	Azib Ihadatane	azib-ihadatane	MA		0	Africa/Casablanca	31.7195	-7.03889				05	081		
11354889	El Jadid	el-jadid	MA		0	Africa/Casablanca	31.72418	-7.00786				05	081		
11354890	Tala-n-Tazàrt	tala-n-tazart	MA		0	Africa/Casablanca	31.71958	-7.00298				05	081		
11354894	Dar Lajor	dar-lajor	MA		0	Africa/Casablanca	31.71258	-7.00614				05	081		
11354895	Taghbalout	taghbalout	MA		0	Africa/Casablanca	31.70768	-7.00564				05	081		
11354899	Azib Al Houssein Ou Abdallah	azib-al-houssein-ou-abdallah	MA		0	Africa/Casablanca	31.69875	-7.01832				05	081		
11354902	Azib Aït Ben Drouch	azib-ait-ben-drouch	MA		0	Africa/Casablanca	31.68854	-7.03843				05	081		
11354903	Imma Oussouka	imma-oussouka	MA		0	Africa/Casablanca	31.68804	-7.03324				05	081		
11354907	Ighran-n-taghbalout	ighran-n-taghbalout	MA		0	Africa/Casablanca	31.67988	-7.0503				05	081		
11354913	Immazoirene	immazoirene	MA		0	Africa/Casablanca	31.67559	-7.01556				05	081		
11354914	Sidi-Ben-Naji	sidi-ben-naji	MA		0	Africa/Casablanca	31.67727	-7.01162				05	081		
11354916	Ighir	ighir	MA		0	Africa/Casablanca	31.67176	-7.005				05	081		
11354917	Dar Ait Hammou	dar-ait-hammou	MA		0	Africa/Casablanca	31.66486	-7.01523				05	081		
11354918	Ait Slimane	ait-slimane	MA		0	Africa/Casablanca	31.65954	-7.01681				05	081		
11354919	Izmaoune	izmaoune	MA		0	Africa/Casablanca	31.65648	-7.02043				05	081		
11354925	Tagdamat	tagdamat	MA		0	Africa/Casablanca	31.65198	-7.01993				05	081		
11354927	Ait Jaà	ait-jaa	MA		0	Africa/Casablanca	31.65333	-7.01102				05	081		
11354931	Ait Affaiko	ait-affaiko	MA		0	Africa/Casablanca	31.64585	-7.03883				05	081		
11354932	Ait Msirt	ait-msirt	MA		0	Africa/Casablanca	31.6452	-7.0511				05	081		
11354933	Admine	admine	MA		0	Africa/Casablanca	31.64209	-7.05159				05	081		
11354963	Ait Hsayn	ait-hsayn	MA		0	Africa/Casablanca	31.56063	-7.0259				05	081		
11354966	Issik	issik	MA		0	Africa/Casablanca	31.55582	-7.03954				05	081		
11354968	Tassalbit	tassalbit	MA		0	Africa/Casablanca	31.55298	-7.04875				05	081		
11354969	Takourient	takourient	MA		0	Africa/Casablanca	31.54943	-7.05395				05	081		
11354973	Ighir	ighir	MA		0	Africa/Casablanca	31.54173	-7.00509				05	081		
11354976	Irkitane	irkitane	MA		0	Africa/Casablanca	31.53684	-7.00597				05	081		
11354979	Tighnatine	tighnatine	MA		0	Africa/Casablanca	31.53387	-7.03032				05	081		
11354983	Alguiss	alguiss	MA		0	Africa/Casablanca	31.53468	-7.06619				05	081		
11354986	Targa-n-Ait Melfal	targa-n-ait-melfal	MA		0	Africa/Casablanca	31.53731	-7.05842				05	081		
11354990	Ait Chraà	ait-chraa	MA		0	Africa/Casablanca	31.51913	-7.03391				05	081		
11355006	Saneddane	saneddane	MA		0	Africa/Casablanca	31.69975	-7.16579				05	081		
11355008	Douar Agafaï	douar-agafai	MA		0	Africa/Casablanca	31.74403	-7.24866				05	081		
11355009	Tabout Aït Ouaki	tabout-ait-ouaki	MA		0	Africa/Casablanca	31.50172	-7.249				07	041		
11355010	Dar Bel Lakroun	dar-bel-lakroun	MA		0	Africa/Casablanca	31.99373	-7.23136				07	191		
11355020	’Zibou Bel Hamriya	zibou-bel-hamriya	MA		0	Africa/Casablanca	31.96715	-7.22125				07	191		
11355023	Oulad Sidi Bou Azzoun	oulad-sidi-bou-azzoun	MA		0	Africa/Casablanca	31.95495	-7.24747				07	191		
11355025	Oulad ’amar	oulad-amar	MA		0	Africa/Casablanca	31.95247	-7.23557				07	191		
11355026	Halilifa	halilifa	MA		0	Africa/Casablanca	31.95654	-7.22817				07	191		
11355033	Ch’ab Nda	ch-ab-nda	MA		0	Africa/Casablanca	31.96134	-7.49617				07	191		
11355036	Garne Al Kabche	garne-al-kabche	MA		0	Africa/Casablanca	31.96292	-7.4509				07	191		
11355048	Baba Khouya	baba-khouya	MA		0	Africa/Casablanca	31.91975	-7.43888				07	191		
11355051	Ar - Rwich	ar-rwich	MA		0	Africa/Casablanca	31.90877	-7.45862				07	191		
11355056	Oulad Ba Rahhal	oulad-ba-rahhal	MA		0	Africa/Casablanca	31.86584	-7.44295				07	191		
11355057	Addar Jdida	addar-jdida	MA		0	Africa/Casablanca	31.85374	-7.46527				07	191		
11355059	Lakhwadra	lakhwadra	MA		0	Africa/Casablanca	31.8435	-7.4675				07	191		
11355060	Al ’Ahd Al Jdid	al-ahd-al-jdid	MA		0	Africa/Casablanca	31.83437	-7.47551				07	191		
11355061	Al ‘Olya	al-olya	MA		0	Africa/Casablanca	31.82281	-7.4847				07	191		
11355063	Al Hourriya	al-hourriya	MA		0	Africa/Casablanca	31.80023	-7.48237				07	191		
11355064	Farah Al Wad	farah-al-wad	MA		0	Africa/Casablanca	31.80696	-7.46767				07	191		
11355065	Arrwida	arrwida	MA		0	Africa/Casablanca	31.81203	-7.44102				07	191		
11355066	Arrwida	arrwida	MA		0	Africa/Casablanca	31.80315	-7.43491				07	191		
11355068	Annaddawiyyine	annaddawiyyine	MA		0	Africa/Casablanca	31.7836	-7.47785				07	191		
11355069	’Zib Lam’allam	zib-lam-allam	MA		0	Africa/Casablanca	31.79117	-7.4692				07	191		
11355071	Koudyat Chrikane	koudyat-chrikane	MA		0	Africa/Casablanca	31.77003	-7.46697				07	191		
11355072	Lakrabcha	lakrabcha	MA		0	Africa/Casablanca	31.76069	-7.47812				07	191		
11355073	Douar Nwaghra	douar-nwaghra	MA		0	Africa/Casablanca	31.7597	-7.49574				07	191		
11355074	Laqci’at	laqci-at	MA		0	Africa/Casablanca	31.76127	-7.48677				07	191		
11355075	Douar Al Bassal	douar-al-bassal	MA		0	Africa/Casablanca	31.75713	-7.48677				07	191		
11355076	Jbabra	jbabra	MA		0	Africa/Casablanca	31.76054	-7.47257				07	191		
11355077	Laqwam	laqwam	MA		0	Africa/Casablanca	31.75156	-7.45948				07	191		
11355078	Dar Al Bachir	dar-al-bachir	MA		0	Africa/Casablanca	31.75222	-7.4721				07	191		
11355080	Ass’idiyyine	ass-idiyyine	MA		0	Africa/Casablanca	31.7554	-7.39848				07	191		
11355081	’Zib Ben Çalah	zib-ben-calah	MA		0	Africa/Casablanca	31.77253	-7.41897				07	191		
11355082	’Zib Lamçoubar	zib-lamcoubar	MA		0	Africa/Casablanca	31.78754	-7.42652				07	191		
11355083	’Zib Sidi Al ’Arbi	zib-sidi-al-arbi	MA		0	Africa/Casablanca	31.79294	-7.4313				07	191		
11355084	Annaçiriya	annaciriya	MA		0	Africa/Casablanca	31.7898	-7.39431				07	191		
11355085	Douar Boutrig	douar-boutrig	MA		0	Africa/Casablanca	31.80102	-7.41208				07	191		
11355086	Douar Zghouda	douar-zghouda	MA		0	Africa/Casablanca	31.80268	-7.41641				07	191		
11355088	Douar Labbichat	douar-labbichat	MA		0	Africa/Casablanca	31.80393	-7.40264				07	191		
11355090	Douar Lamdabih	douar-lamdabih	MA		0	Africa/Casablanca	31.8062	-7.39898				07	191		
11355092	La’tatra	la-tatra	MA		0	Africa/Casablanca	31.8132	-7.3838				07	191		
11355093	Al Falah	al-falah	MA		0	Africa/Casablanca	31.82478	-7.41693				07	191		
11355094	Laqsibiya	laqsibiya	MA		0	Africa/Casablanca	31.8286	-7.44364				07	191		
11355095	Al Falah	al-falah	MA		0	Africa/Casablanca	31.83298	-7.4033				07	191		
11355099	Douar Moulay Çalah	douar-moulay-calah	MA		0	Africa/Casablanca	31.87282	-7.402				07	191		
11355100	Chwaqra	chwaqra	MA		0	Africa/Casablanca	31.87204	-7.41697				07	191		
11355103	Lakhlalqa	lakhlalqa	MA		0	Africa/Casablanca	31.88173	-7.41615				07	191		
11355105	Twahra	twahra	MA		0	Africa/Casablanca	31.87807	-7.41798				07	191		
11355106	’Ammi ’Azzouz	ammi-azzouz	MA		0	Africa/Casablanca	31.8759	-7.41811				07	191		
11355108	Oulad Sidi ’Omar	oulad-sidi-omar	MA		0	Africa/Casablanca	31.88396	-7.38785				07	191		
11355109	Oulad Bourjilat	oulad-bourjilat	MA		0	Africa/Casablanca	31.89482	-7.3999				07	191		
11355110	Moulay Çalah	moulay-calah	MA		0	Africa/Casablanca	31.89961	-7.40515				07	191		
11355112	’Ayn Ben Achchawway	ayn-ben-achchawway	MA		0	Africa/Casablanca	31.89287	-7.42602				07	191		
11355118	La’bichat	la-bichat	MA		0	Africa/Casablanca	31.94836	-7.41745				07	191		
11355122	Chlihat	chlihat	MA		0	Africa/Casablanca	31.96478	-7.40795				07	191		
11355124	La’ Babssa	la-babssa	MA		0	Africa/Casablanca	31.97721	-7.43807				07	191		
11355139	Tijina	tijina	MA		0	Africa/Casablanca	31.98133	-7.37045				07	191		
11355151	Oulad ’Abbou	oulad-abbou	MA		0	Africa/Casablanca	31.93574	-7.37308				07	191		
11355153	Oulad ’Abbou	oulad-abbou	MA		0	Africa/Casablanca	31.92298	-7.37881				07	191		
11355155	La’tamna	la-tamna	MA		0	Africa/Casablanca	31.9313	-7.33752				07	191		
11355158	Al Harrab	al-harrab	MA		0	Africa/Casablanca	31.91363	-7.3497				07	191		
11355159	Al Mallaha	al-mallaha	MA		0	Africa/Casablanca	31.91802	-7.37558				07	191		
11355162	Oulad Driss	oulad-driss	MA		0	Africa/Casablanca	31.8968	-7.36206				07	191		
11355163	Oulad Bouya Ahmed	oulad-bouya-ahmed	MA		0	Africa/Casablanca	31.88906	-7.38045				07	191		
11355165	La’raj	la-raj	MA		0	Africa/Casablanca	31.91134	-7.34406				07	191		
11355167	Douar Rahhal Ben ’Ali	douar-rahhal-ben-ali	MA		0	Africa/Casablanca	31.91068	-7.32247				07	191		
11355168	Oulad Youb	oulad-youb	MA		0	Africa/Casablanca	31.90902	-7.33157				07	191		
11355170	Lam’issra	lam-issra	MA		0	Africa/Casablanca	31.88853	-7.37394				07	191		
11355174	Oulad Sidi ’Omar	oulad-sidi-omar	MA		0	Africa/Casablanca	31.8723	-7.3197				07	191		
11355175	Oulad ’Ateya	oulad-ateya	MA		0	Africa/Casablanca	31.86674	-7.35292				07	191		
11355177	Oulad Ch’ib	oulad-ch-ib	MA		0	Africa/Casablanca	31.86019	-7.35253				07	191		
11355180	Oulad Bel Fassi	oulad-bel-fassi	MA		0	Africa/Casablanca	31.83724	-7.37686				07	191		
11355181	Laghniyat	laghniyat	MA		0	Africa/Casablanca	31.84177	-7.36961				07	191		
11355182	Lahwanat	lahwanat	MA		0	Africa/Casablanca	31.83519	-7.38431				07	191		
11355183	Sghiriyyine	sghiriyyine	MA		0	Africa/Casablanca	31.83515	-7.35363				07	191		
11355188	An-Nwaji	an-nwaji	MA		0	Africa/Casablanca	31.82769	-7.31652				07	191		
11355189	Oulad Mbarek	oulad-mbarek	MA		0	Africa/Casablanca	31.81342	-7.33236				07	191		
11355190	Oulad Mass’oud	oulad-mass-oud	MA		0	Africa/Casablanca	31.79947	-7.38347				07	191		
11355193	Dar ’Omar Bel Lafdali	dar-omar-bel-lafdali	MA		0	Africa/Casablanca	31.78925	-7.37723				07	191		
11355194	Nkhila	nkhila	MA		0	Africa/Casablanca	31.78488	-7.38084				07	191		
11355198	Ayt Lamqaddam	ayt-lamqaddam	MA		0	Africa/Casablanca	31.76755	-7.34169				07	191		
11355199	Oulad Msallam	oulad-msallam	MA		0	Africa/Casablanca	31.76852	-7.35676				07	191		
11355201	Oulad Hachchad	oulad-hachchad	MA		0	Africa/Casablanca	31.7724	-7.36358				07	191		
11355202	Dyar	dyar	MA		0	Africa/Casablanca	31.77003	-7.3685				07	191		
11355204	Al Hachchadiya	al-hachchadiya	MA		0	Africa/Casablanca	31.77098	-7.37566				07	191		
11355205	Douar Lamcoubar	douar-lamcoubar	MA		0	Africa/Casablanca	31.75656	-7.37772				07	191		
11355207	Ayt Ajjilali	ayt-ajjilali	MA		0	Africa/Casablanca	31.75408	-7.30881				07	191		
11355208	Oulad Salam	oulad-salam	MA		0	Africa/Casablanca	31.75593	-7.30769				07	191		
11355209	Ayt Ben Ahmed	ayt-ben-ahmed	MA		0	Africa/Casablanca	31.75417	-7.30219				07	191		
11355210	Drissiya	drissiya	MA		0	Africa/Casablanca	31.76835	-7.32455				07	191		
11355211	Tassawt	tassawt	MA		0	Africa/Casablanca	31.77021	-7.28829				07	191		
11355214	Oulad ’Mara	oulad-mara	MA		0	Africa/Casablanca	31.79595	-7.32461				07	191		
11355215	Oulad ’Ali	oulad-ali	MA		0	Africa/Casablanca	31.79814	-7.30515				07	191		
11355216	Oulad Yakhlaf	oulad-yakhlaf	MA		0	Africa/Casablanca	31.80023	-7.30033				07	191		
11355220	Ayt Hoich	ayt-hoich	MA		0	Africa/Casablanca	31.78043	-7.27578				07	191		
11355221	Achchabbakiya	achchabbakiya	MA		0	Africa/Casablanca	31.77583	-7.27683				07	191		
11355222	Oulad Ghanam	oulad-ghanam	MA		0	Africa/Casablanca	31.75481	-7.27024				07	191		
11355225	Oulad Waggad	oulad-waggad	MA		0	Africa/Casablanca	31.76528	-7.26724				07	191		
11355226	Laqcour	laqcour	MA		0	Africa/Casablanca	31.76828	-7.26709				07	191		
11355227	Al Ghali	al-ghali	MA		0	Africa/Casablanca	31.76757	-7.2708				07	191		
11355229	Ayt Kabbour	ayt-kabbour	MA		0	Africa/Casablanca	31.77083	-7.26876				07	191		
11355230	Twahra	twahra	MA		0	Africa/Casablanca	31.79901	-7.25024				07	191		
11355231	Al Kamal	al-kamal	MA		0	Africa/Casablanca	31.80226	-7.26019				07	191		
11355232	Ayt Wahra	ayt-wahra	MA		0	Africa/Casablanca	31.80496	-7.25941				07	191		
11355233	Oulad Ghanam	oulad-ghanam	MA		0	Africa/Casablanca	31.80766	-7.26754				07	191		
11355234	La’ Yayda	la-yayda	MA		0	Africa/Casablanca	31.81223	-7.2764				07	191		
11355236	Lakwamla	lakwamla	MA		0	Africa/Casablanca	31.81712	-7.25065				07	191		
11355237	Al Bougamiya	al-bougamiya	MA		0	Africa/Casablanca	31.82449	-7.27222				07	191		
11355238	Darja	darja	MA		0	Africa/Casablanca	31.82824	-7.28556				07	191		
11355239	Oulad Jadda	oulad-jadda	MA		0	Africa/Casablanca	31.81564	-7.29957				07	191		
11355240	Lafqih	lafqih	MA		0	Africa/Casablanca	31.80844	-7.29767				07	191		
11355244	Oulad Zayal	oulad-zayal	MA		0	Africa/Casablanca	31.81455	-7.31678				07	191		
11355245	Hamamri	hamamri	MA		0	Africa/Casablanca	31.84202	-7.29324				07	191		
11355249	Sidi Mbarek	sidi-mbarek	MA		0	Africa/Casablanca	31.86375	-7.31287				07	191		
11355250	Al Konaniya	al-konaniya	MA		0	Africa/Casablanca	31.88162	-7.31602				07	191		
11355252	Smoun Bou Hawla	smoun-bou-hawla	MA		0	Africa/Casablanca	31.881	-7.30236				07	191		
11355255	Douar Al Ba’àja	douar-al-ba-aja	MA		0	Africa/Casablanca	31.88605	-7.27627				07	191		
11355259	Oulad Mass’oud	oulad-mass-oud	MA		0	Africa/Casablanca	31.89589	-7.31819				07	191		
11355260	Douar Hammou	douar-hammou	MA		0	Africa/Casablanca	31.90097	-7.31987				07	191		
11355262	Oulad Youb	oulad-youb	MA		0	Africa/Casablanca	31.90697	-7.32192				07	191		
11355267	Douar Lablan	douar-lablan	MA		0	Africa/Casablanca	31.92496	-7.29758				07	191		
11355268	Oulad Abdallah	oulad-abdallah	MA		0	Africa/Casablanca	31.91957	-7.28897				07	191		
11355272	Douar Moulay Abd Al Qadar	douar-moulay-abd-al-qadar	MA		0	Africa/Casablanca	31.93267	-7.27097				07	191		
11355277	Jilali Ben Mohamed	jilali-ben-mohamed	MA		0	Africa/Casablanca	31.97066	-7.30253				07	191		
11355278	Douar Chrij	douar-chrij	MA		0	Africa/Casablanca	31.96751	-7.29632				07	191		
11355279	Al Hawch	al-hawch	MA		0	Africa/Casablanca	31.96811	-7.29727				07	191		
11355293	Laqçour	laqcour	MA		0	Africa/Casablanca	31.94991	-7.25565				07	191		
11355296	Oulad ’Ali	oulad-ali	MA		0	Africa/Casablanca	31.94667	-7.26529				07	191		
11355297	Ayt Ja Ben Allal	ayt-ja-ben-allal	MA		0	Africa/Casablanca	31.94576	-7.26097				07	191		
11355298	Oulad Ben Wafa	oulad-ben-wafa	MA		0	Africa/Casablanca	31.94749	-7.2732				07	191		
11355300	Oulad Wanda	oulad-wanda	MA		0	Africa/Casablanca	31.94248	-7.25378				07	191		
11355303	Sidi Othmane	sidi-othmane	MA		0	Africa/Casablanca	31.9358	-7.26979				07	191		
11355305	Dar Lamçoubar	dar-lamcoubar	MA		0	Africa/Casablanca	31.92984	-7.26994				07	191		
11355307	Rahhal Ben ’Ali	rahhal-ben-ali	MA		0	Africa/Casablanca	31.92358	-7.25464				07	191		
11355308	Bou Zankou	bou-zankou	MA		0	Africa/Casablanca	31.9201	-7.26258				07	191		
11355309	Douar Abdalhaq	douar-abdalhaq	MA		0	Africa/Casablanca	31.91105	-7.27142				07	191		
11355313	’Zib Ben Fassi	zib-ben-fassi	MA		0	Africa/Casablanca	31.87049	-7.25997				07	191		
11355315	Hdidou	hdidou	MA		0	Africa/Casablanca	31.86103	-7.25977				07	191		
11355316	Al Qaydiya Laqdima	al-qaydiya-laqdima	MA		0	Africa/Casablanca	31.85571	-7.25561				07	191		
11355321	Nzala	nzala	MA		0	Africa/Casablanca	31.95215	-7.40747				07	191		
11355327	Annaçiriya	annaciriya	MA		0	Africa/Casablanca	31.77585	-7.38772				07	191		
11355329	Douar Al Qob	douar-al-qob	MA		0	Africa/Casablanca	31.78976	-7.36157				07	191		
11355331	Douar Lakbir	douar-lakbir	MA		0	Africa/Casablanca	31.96156	-7.3025				07	191		
11355340	Oulad Souman	oulad-souman	MA		0	Africa/Casablanca	31.9283	-7.24407				07	191		
11355341	Oulad Sassi	oulad-sassi	MA		0	Africa/Casablanca	31.9281	-7.22379				07	191		
11355347	Oulad Zarrad	oulad-zarrad	MA		0	Africa/Casablanca	31.92471	-7.23494				07	191		
11355349	Landadcha	landadcha	MA		0	Africa/Casablanca	31.91772	-7.21882				07	191		
11355350	Dar Med Ben Attaher	dar-med-ben-attaher	MA		0	Africa/Casablanca	31.92191	-7.19508				07	191		
11355353	’Zibou Oulad Moulay Rahhal	zibou-oulad-moulay-rahhal	MA		0	Africa/Casablanca	31.88708	-7.24345				07	191		
11355356	Al Habra	al-habra	MA		0	Africa/Casablanca	31.8776	-7.24574				07	191		
11355358	Oulad Bargag	oulad-bargag	MA		0	Africa/Casablanca	31.87668	-7.22824				07	191		
11355361	Ayt Al Hamra	ayt-al-hamra	MA		0	Africa/Casablanca	31.86853	-7.21937				07	191		
11355362	Oulad ’ali Jam’a	oulad-ali-jam-a	MA		0	Africa/Casablanca	31.8756	-7.20926				07	191		
11355363	Oulad Al Haj	oulad-al-haj	MA		0	Africa/Casablanca	31.88034	-7.19517				07	191		
11355364	Oulad ’ali Aljamou’a	oulad-ali-aljamou-a	MA		0	Africa/Casablanca	31.88952	-7.19858				07	191		
11355365	Oulad Al Ghawch	oulad-al-ghawch	MA		0	Africa/Casablanca	31.8876	-7.19348				07	191		
11355367	Oulad Mouloud	oulad-mouloud	MA		0	Africa/Casablanca	31.8712	-7.19927				07	191		
11355371	La ’Ialta	la-ialta	MA		0	Africa/Casablanca	31.86177	-7.22076				07	191		
11355372	Ayt Baqloul	ayt-baqloul	MA		0	Africa/Casablanca	31.85876	-7.23431				07	191		
11355373	Oulad ’Abbou	oulad-abbou	MA		0	Africa/Casablanca	31.85486	-7.22202				07	191		
11355375	Nmirat	nmirat	MA		0	Africa/Casablanca	31.85422	-7.19428				07	191		
11355376	Ayt Bel Haj	ayt-bel-haj	MA		0	Africa/Casablanca	31.85112	-7.19606				07	191		
11355377	Oulad Achchatwi	oulad-achchatwi	MA		0	Africa/Casablanca	31.83884	-7.2142				07	191		
11355378	Lahnadra	lahnadra	MA		0	Africa/Casablanca	31.83762	-7.20664				07	191		
11355381	Oulad Haddad	oulad-haddad	MA		0	Africa/Casablanca	31.83183	-7.20531				07	191		
11355383	Lamyayha	lamyayha	MA		0	Africa/Casablanca	31.83422	-7.21933				07	191		
11355384	Zirat	zirat	MA		0	Africa/Casablanca	31.83357	-7.23701				07	191		
11355385	Ayt Basid	ayt-basid	MA		0	Africa/Casablanca	31.82681	-7.22042				07	191		
11355386	Waraggui	waraggui	MA		0	Africa/Casablanca	31.81853	-7.22297				07	191		
11355387	Azzawya	azzawya	MA		0	Africa/Casablanca	31.81232	-7.2269				07	191		
11355388	La’mirat	la-mirat	MA		0	Africa/Casablanca	31.81044	-7.20765				07	191		
11355389	Ayt Lam’allam	ayt-lam-allam	MA		0	Africa/Casablanca	31.81302	-7.19534				07	191		
11355390	Laqrabcha	laqrabcha	MA		0	Africa/Casablanca	31.80934	-7.19665				07	191		
11355391	Oulad Driss	oulad-driss	MA		0	Africa/Casablanca	31.80442	-7.2027				07	191		
11355392	Sbabta	sbabta	MA		0	Africa/Casablanca	31.79265	-7.22104				07	191		
11355393	Laghabra	laghabra	MA		0	Africa/Casablanca	31.77363	-7.21662				07	191		
11355394	Oulad ’Abba	oulad-abba	MA		0	Africa/Casablanca	31.77542	-7.20426				07	191		
11355396	Oulad Moumen	oulad-moumen	MA		0	Africa/Casablanca	31.76505	-7.21403				07	191		
11355397	Ayt Ajjawch	ayt-ajjawch	MA		0	Africa/Casablanca	31.76172	-7.22373				05	081		
11355399	Ayt Ab-bih	ayt-ab-bih	MA		0	Africa/Casablanca	31.75797	-7.177				07	191		
11355400	Ayt Lam’allam	ayt-lam-allam	MA		0	Africa/Casablanca	31.76085	-7.18262				07	191		
11355401	Ayt Hommou ’ali	ayt-hommou-ali	MA		0	Africa/Casablanca	31.7599	-7.17511				07	191		
11355403	Ayt Sid	ayt-sid	MA		0	Africa/Casablanca	31.76038	-7.16494				07	191		
11355405	Ayt Al Haj	ayt-al-haj	MA		0	Africa/Casablanca	31.76424	-7.15471				07	191		
11355406	Hal Driba	hal-driba	MA		0	Africa/Casablanca	31.76933	-7.15517				07	191		
11355407	Ayt Chbani	ayt-chbani	MA		0	Africa/Casablanca	31.77162	-7.15354				07	191		
11355408	Ayt Ben Sakkoum	ayt-ben-sakkoum	MA		0	Africa/Casablanca	31.77514	-7.14414				07	191		
11355414	Ayt Bna Fqih	ayt-bna-fqih	MA		0	Africa/Casablanca	31.79184	-7.18522				07	191		
11355417	Gwilmat	gwilmat	MA		0	Africa/Casablanca	31.80109	-7.18258				07	191		
11355419	Oulad Mbarek	oulad-mbarek	MA		0	Africa/Casablanca	31.81047	-7.18294				07	191		
11355420	Laqçour	laqcour	MA		0	Africa/Casablanca	31.81405	-7.18922				07	191		
11355423	Dar Lihoudi	dar-lihoudi	MA		0	Africa/Casablanca	31.8284	-7.18456				07	191		
11355424	Ayt Bel ’alya	ayt-bel-alya	MA		0	Africa/Casablanca	31.84519	-7.19468				07	191		
11355426	Dzouz	dzouz	MA		0	Africa/Casablanca	31.87007	-7.14374				07	191		
11355427	Bou ’Argoub	bou-argoub	MA		0	Africa/Casablanca	31.88202	-7.14954				07	191		
11355431	Ayt Al ’Ajjani	ayt-al-ajjani	MA		0	Africa/Casablanca	31.90413	-7.18161				07	191		
11355435	Bougzin	bougzin	MA		0	Africa/Casablanca	31.92178	-7.18414				07	191		
11355436	Oulad ’Abdallah	oulad-abdallah	MA		0	Africa/Casablanca	31.91934	-7.18437				07	191		
11355455	Al Mallassa	al-mallassa	MA		0	Africa/Casablanca	31.96871	-7.12919				07	191		
11355458	Nwaji Laqsiyyab	nwaji-laqsiyyab	MA		0	Africa/Casablanca	31.96161	-7.13134				07	191		
11355464	Ben Ach-chikh	ben-ach-chikh	MA		0	Africa/Casablanca	31.88314	-7.13919				07	191		
11355467	Ayt Al Kihal	ayt-al-kihal	MA		0	Africa/Casablanca	31.87957	-7.1265				07	191		
11355469	Laghmarssa	laghmarssa	MA		0	Africa/Casablanca	31.86982	-7.12891				07	191		
11355472	Oulad ’Mara	oulad-mara	MA		0	Africa/Casablanca	31.85855	-7.13635				07	191		
11355474	Ayt Laghfiri	ayt-laghfiri	MA		0	Africa/Casablanca	31.85895	-7.12187				07	191		
11355477	Ayt Bih	ayt-bih	MA		0	Africa/Casablanca	31.85491	-7.1213				07	191		
11355478	Oulad Azzawag	oulad-azzawag	MA		0	Africa/Casablanca	31.85641	-7.11633				07	191		
11355481	Hal La’Wina	hal-la-wina	MA		0	Africa/Casablanca	31.83388	-7.11066				07	191		
11355482	Lahnich	lahnich	MA		0	Africa/Casablanca	31.85273	-7.09929				07	191		
11355484	Quiyyada	quiyyada	MA		0	Africa/Casablanca	31.80201	-7.14335				07	191		
11355486	Bni Ma’dan	bni-ma-dan	MA		0	Africa/Casablanca	31.80328	-7.11602				07	191		
11355491	Ayt Laghawi	ayt-laghawi	MA		0	Africa/Casablanca	31.792	-7.14278				07	191		
11355492	Magrat	magrat	MA		0	Africa/Casablanca	31.78405	-7.14463				07	191		
11355493	Ayt Hmida	ayt-hmida	MA		0	Africa/Casablanca	31.78634	-7.13684				07	191		
11355494	Lamhazil	lamhazil	MA		0	Africa/Casablanca	31.79355	-7.1318				07	191		
11355495	Ayt Al ’asri	ayt-al-asri	MA		0	Africa/Casablanca	31.7825	-7.12066				07	191		
11355496	Ayt Ahmed Balla	ayt-ahmed-balla	MA		0	Africa/Casablanca	31.78251	-7.12856				07	191		
11355497	Oulad Atmane	oulad-atmane	MA		0	Africa/Casablanca	31.77044	-7.13551				07	191		
11355499	Oulad Hadad	oulad-hadad	MA		0	Africa/Casablanca	31.7643	-7.1342				07	191		
11355502	Ayt Bouchta	ayt-bouchta	MA		0	Africa/Casablanca	31.7681	-7.12536				07	191		
11355503	Oulad Jallal	oulad-jallal	MA		0	Africa/Casablanca	31.76618	-7.11118				07	191		
11355505	Oulad Hammou	oulad-hammou	MA		0	Africa/Casablanca	31.76506	-7.11807				07	191		
11355512	Tighisrit	tighisrit	MA		0	Africa/Casablanca	31.75325	-7.05114				05	081		
11355513	Lamkarcha	lamkarcha	MA		0	Africa/Casablanca	31.77131	-7.04653				07	191		
11355514	Oulad ’lilich	oulad-lilich	MA		0	Africa/Casablanca	31.77494	-7.06151				07	191		
11355516	Oulad Ya’goub	oulad-ya-goub	MA		0	Africa/Casablanca	31.77788	-7.0868				07	191		
11355517	Oulad Khallouf	oulad-khallouf	MA		0	Africa/Casablanca	31.77686	-7.09234				07	191		
11355519	Oulad ’Ali	oulad-ali	MA		0	Africa/Casablanca	31.77364	-7.04371				07	191		
11355521	Oulad Khalkhal	oulad-khalkhal	MA		0	Africa/Casablanca	31.78481	-7.05961				07	191		
11355522	Ayt Sidi Ben Yich	ayt-sidi-ben-yich	MA		0	Africa/Casablanca	31.77962	-7.06003				07	191		
11355523	Ayt Ben Karroum	ayt-ben-karroum	MA		0	Africa/Casablanca	31.77937	-7.05383				07	191		
11355524	Ayt Abbou Hmida	ayt-abbou-hmida	MA		0	Africa/Casablanca	31.78438	-7.05558				07	191		
11355525	Lagmata	lagmata	MA		0	Africa/Casablanca	31.78815	-7.05015				07	191		
11355530	Oulad ’Amar	oulad-amar	MA		0	Africa/Casablanca	31.82946	-7.06396				07	191		
11355532	Oulad Ad-dali	oulad-ad-dali	MA		0	Africa/Casablanca	31.84294	-7.0597				07	191		
11355533	Oulad Dahhou	oulad-dahhou	MA		0	Africa/Casablanca	31.84041	-7.05612				07	191		
11355535	Oulad ’Abbou	oulad-abbou	MA		0	Africa/Casablanca	31.84726	-7.0709				07	191		
11355536	Ayt Bou ’Addi	ayt-bou-addi	MA		0	Africa/Casablanca	31.84985	-7.09002				07	191		
11355537	Oulad Attoug	oulad-attoug	MA		0	Africa/Casablanca	31.85687	-7.08453				07	191		
11355539	Oulad ’Issa	oulad-issa	MA		0	Africa/Casablanca	31.86647	-7.09065				07	191		
11355540	Ayt Ben Barsa	ayt-ben-barsa	MA		0	Africa/Casablanca	31.87136	-7.10393				07	191		
11355541	Al Foqra	al-foqra	MA		0	Africa/Casablanca	31.88016	-7.06826				07	191		
11355551	Oulad Attarraf	oulad-attarraf	MA		0	Africa/Casablanca	31.94519	-7.09928				07	191		
11355556	Oulad Talha	oulad-talha	MA		0	Africa/Casablanca	31.97275	-7.06491				07	191		
11355557	Oulad Zrayt	oulad-zrayt	MA		0	Africa/Casablanca	31.97223	-7.06094				07	191		
11355560	Oulad ’Ali Ben Sïd	oulad-ali-ben-sid	MA		0	Africa/Casablanca	31.99104	-7.08386				07	191		
11355587	Dar Rahhal	dar-rahhal	MA		0	Africa/Casablanca	31.86471	-7.02128				05	081		
11355590	Tanan Chahhafa	tanan-chahhafa	MA		0	Africa/Casablanca	31.86665	-7.00964				05	081		
11355601	Laqcira	laqcira	MA		0	Africa/Casablanca	31.82786	-7.01238				07	191		
11355602	Ayt Fasqa	ayt-fasqa	MA		0	Africa/Casablanca	31.82748	-7.00403				05	081		
11355606	Ayt Nkikar	ayt-nkikar	MA		0	Africa/Casablanca	31.80956	-7.01063				05	081		
11355613	Ayt Hamza	ayt-hamza	MA		0	Africa/Casablanca	31.77888	-7.00997				05	081		
11355614	Ayt Al Haj Al ’arbi	ayt-al-haj-al-arbi	MA		0	Africa/Casablanca	31.77637	-7.01483				05	081		
11355615	Boudabbouz	boudabbouz	MA		0	Africa/Casablanca	31.78436	-7.00953				05	081		
11355618	Taghadjout	taghadjout	MA		0	Africa/Casablanca	31.77334	-7.00147				05	081		
11355619	Azlag	azlag	MA		0	Africa/Casablanca	31.77271	-7.01021				05	081		
11355620	Tawdanous	tawdanous	MA		0	Africa/Casablanca	31.7698	-7.01245				05	081		
11355621	Karkiz	karkiz	MA		0	Africa/Casablanca	31.7688	-7.00428				05	081		
11355623	Al Kandrat	al-kandrat	MA		0	Africa/Casablanca	31.76257	-7.00031				05	081		
11355624	Ayt Lagra	ayt-lagra	MA		0	Africa/Casablanca	31.75944	-7.00389				05	081		
11355629	Ayt Lahsen Ou ’abdallah	ayt-lahsen-ou-abdallah	MA		0	Africa/Casablanca	31.7542	-7.00492				05	081		
11355631	Imlil	imlil	MA		0	Africa/Casablanca	31.75589	-7.01234		Imlil		05	081		
11355638	Oulad Assafyani	oulad-assafyani	MA		0	Africa/Casablanca	31.78253	-7.09114				07	191		
11355644	Oulad Slimane	oulad-slimane	MA		0	Africa/Casablanca	31.93622	-7.24951				07	191		
11355646	Lahgagcha	lahgagcha	MA		0	Africa/Casablanca	31.78486	-7.24876				07	191		
11355647	Lakehawcha	lakehawcha	MA		0	Africa/Casablanca	31.74959	-7.3595				07	191		
11355648	Ayt Athami	ayt-athami	MA		0	Africa/Casablanca	31.74839	-7.41941				07	191		
11355654	Tawrirt	tawrirt	MA		0	Africa/Casablanca	31.73588	-6.99542				05	081		
11355655	Ighir	ighir	MA		0	Africa/Casablanca	31.7258	-6.99412				05	081		
11355661	Aït Bazzi	ait-bazzi	MA		0	Africa/Casablanca	31.7317	-6.95171				05	081		
11355662	Aït Hammi Naçar	ait-hammi-nacar	MA		0	Africa/Casablanca	31.72536	-6.95089				05	081		
11355664	Ifasfas	ifasfas	MA		0	Africa/Casablanca	31.72228	-6.96901				05	081		
11355665	Aït Oumghar	ait-oumghar	MA		0	Africa/Casablanca	31.72688	-6.98289				05	081		
11355667	Amzizzal	amzizzal	MA		0	Africa/Casablanca	31.72631	-6.99014				05	081		
11355670	Aït Bablouz	ait-bablouz	MA		0	Africa/Casablanca	31.702	-6.98327				05	081		
11355674	Daw Ighil	daw-ighil	MA		0	Africa/Casablanca	31.69705	-6.94537				05	081		
11355675	Waddar	waddar	MA		0	Africa/Casablanca	31.6974	-6.95083				05	081		
11355676	Aït Banha	ait-banha	MA		0	Africa/Casablanca	31.69408	-6.95662				05	081		
11355681	Aït Ichou	ait-ichou	MA		0	Africa/Casablanca	31.68045	-6.94778				05	081		
11355683	Aït Rahmoune	ait-rahmoune	MA		0	Africa/Casablanca	31.68086	-6.98259				05	081		
11355684	Awrir	awrir	MA		0	Africa/Casablanca	31.67887	-6.98205				05	081		
11355685	Aït Smih	ait-smih	MA		0	Africa/Casablanca	31.67673	-6.99042				05	081		
11355686	Tissagdalt	tissagdalt	MA		0	Africa/Casablanca	31.6699	-6.98649				05	081		
11355687	Ougoug	ougoug	MA		0	Africa/Casablanca	31.67057	-6.97769				05	081		
11355688	Sour	sour	MA		0	Africa/Casablanca	31.67211	-6.98289				05	081		
11355692	Aït Hsayn	ait-hsayn	MA		0	Africa/Casablanca	31.65129	-6.9769				05	081		
11355693	Wawrikt	wawrikt	MA		0	Africa/Casablanca	31.6454	-6.97881				05	081		
11355696	Adras	adras	MA		0	Africa/Casablanca	31.636	-6.98882				05	081		
11355705	Aït Mennoun	ait-mennoun	MA		0	Africa/Casablanca	31.60589	-6.93652				05	081		
11355706	Alamsa	alamsa	MA		0	Africa/Casablanca	31.59136	-6.94248				05	081		
11355707	Aït Ba’mar	ait-ba-mar	MA		0	Africa/Casablanca	31.58708	-6.9719				05	081		
11355708	Aït Himmi	ait-himmi	MA		0	Africa/Casablanca	31.58655	-6.96832				05	081		
11355709	Aït Wachkrad	ait-wachkrad	MA		0	Africa/Casablanca	31.58966	-6.95755				05	081		
11355710	Ighir	ighir	MA		0	Africa/Casablanca	31.58452	-6.9751				05	081		
11355711	Iguil	iguil	MA		0	Africa/Casablanca	31.57472	-6.95443				05	081		
11355712	Aït Wahmane	ait-wahmane	MA		0	Africa/Casablanca	31.57044	-6.95918				05	081		
11355713	Tiniwit	tiniwit	MA		0	Africa/Casablanca	31.56957	-6.97178				05	081		
11355717	Tizi Aït Mdiwane	tizi-ait-mdiwane	MA		0	Africa/Casablanca	31.5417	-6.95205				05	081		
11355720	Timskar	timskar	MA		0	Africa/Casablanca	31.51788	-6.93018				05	081		
11355721	Timazguida	timazguida	MA		0	Africa/Casablanca	31.51597	-6.92051				05	081		
11355722	Anafghal	anafghal	MA		0	Africa/Casablanca	31.50587	-6.93425				05	081		
11355728	Aït Ouhamza	ait-ouhamza	MA		0	Africa/Casablanca	31.54745	-6.89459				05	081		
11355732	Afoud	afoud	MA		0	Africa/Casablanca	31.55779	-6.91515				05	081		
11355733	Aït Lahsen	ait-lahsen	MA		0	Africa/Casablanca	31.56172	-6.92119				05	081		
11355734	Tizougaghine	tizougaghine	MA		0	Africa/Casablanca	31.56551	-6.92401				05	081		
11355735	Tidmamine	tidmamine	MA		0	Africa/Casablanca	31.5673	-6.89309				05	081		
11355737	Ougougane	ougougane	MA		0	Africa/Casablanca	31.58989	-6.93579				05	081		
11355741	Timzguidiwine	timzguidiwine	MA		0	Africa/Casablanca	31.60972	-6.91315				05	081		
11355744	Aït Sarghint	ait-sarghint	MA		0	Africa/Casablanca	31.64698	-6.91912				05	081		
11355746	Aït Awant	ait-awant	MA		0	Africa/Casablanca	31.65036	-6.91203				05	081		
11355751	Tawrirt	tawrirt	MA		0	Africa/Casablanca	31.68155	-6.93772				05	081		
11355759	Tirika	tirika	MA		0	Africa/Casablanca	31.69976	-6.89639				05	081		
11355760	Aït Wakrim	ait-wakrim	MA		0	Africa/Casablanca	31.69225	-6.88774				05	081		
11355761	Tilibit	tilibit	MA		0	Africa/Casablanca	31.69245	-6.89234				05	081		
11355765	Aghri	aghri	MA		0	Africa/Casablanca	31.7072	-6.90221				05	081		
11355766	Oukta	oukta	MA		0	Africa/Casablanca	31.71492	-6.90576				05	081		
11355769	Bou Iqafrane	bou-iqafrane	MA		0	Africa/Casablanca	31.72111	-6.90652				05	081		
11355770	Aït Oumarri	ait-oumarri	MA		0	Africa/Casablanca	31.72403	-6.89229				05	081		
11355772	Afalla-n-Ifriy	afalla-n-ifriy	MA		0	Africa/Casablanca	31.73265	-6.87105				05	081		
11355773	Aït Sigmine	ait-sigmine	MA		0	Africa/Casablanca	31.72954	-6.87613				05	081		
11355774	Ti’ Lawine	ti-lawine	MA		0	Africa/Casablanca	31.72819	-6.8798				05	081		
11355775	Tighdiwine	tighdiwine	MA		0	Africa/Casablanca	31.72511	-6.86498				05	081		
11355777	Timarkat	timarkat	MA		0	Africa/Casablanca	31.73565	-6.84409				05	081		
11355778	Aït Baddou	ait-baddou	MA		0	Africa/Casablanca	31.73243	-6.84138				05	081		
11355779	Aït-ou-Naçer	ait-ou-nacer	MA		0	Africa/Casablanca	31.72982	-6.84049				05	081		
11355780	Aït Toumart	ait-toumart	MA		0	Africa/Casablanca	31.72516	-6.83833				05	081		
11355781	Hdafa	hdafa	MA		0	Africa/Casablanca	31.72184	-6.8421				05	081		
11355782	Aït L’arbi	ait-l-arbi	MA		0	Africa/Casablanca	31.72098	-6.84994				05	081		
11355783	Aït Haddou	ait-haddou	MA		0	Africa/Casablanca	31.71751	-6.83638				05	081		
11355786	Aït Mohammed	ait-mohammed	MA		0	Africa/Casablanca	31.7287	-6.83532				05	081		
11355788	Aït ’Addi	ait-addi	MA		0	Africa/Casablanca	31.72254	-6.82931				05	081		
11355789	Tiguissit	tiguissit	MA		0	Africa/Casablanca	31.71978	-6.83389				05	081		
11355791	Aït Boulmane	ait-boulmane	MA		0	Africa/Casablanca	31.73442	-6.78076				05	081		
11355800	Ifrougane	ifrougane	MA		0	Africa/Casablanca	31.71522	-6.86275				05	081		
11355803	Tazidine	tazidine	MA		0	Africa/Casablanca	31.69784	-6.85573				05	081		
11355804	Ikhachane	ikhachane	MA		0	Africa/Casablanca	31.67868	-6.87744				05	081		
11355806	Illagat	illagat	MA		0	Africa/Casablanca	31.6775	-6.85792				05	081		
11355809	Tisliwine	tisliwine	MA		0	Africa/Casablanca	31.68582	-6.83792				05	081		
11355810	Ghoubdad	ghoubdad	MA		0	Africa/Casablanca	31.68272	-6.83416				05	081		
11355811	Tighirt-n-Oukni	tighirt-n-oukni	MA		0	Africa/Casablanca	31.67907	-6.83567				05	081		
11355815	Ifard	ifard	MA		0	Africa/Casablanca	31.65951	-6.84713				05	081		
11355816	Issoulane	issoulane	MA		0	Africa/Casablanca	31.66349	-6.87447				05	081		
11355817	Izarkane	izarkane	MA		0	Africa/Casablanca	31.668	-6.82559				05	081		
11355819	Aït Moulay	ait-moulay	MA		0	Africa/Casablanca	31.65047	-6.82768				05	081		
11355827	Awraz	awraz	MA		0	Africa/Casablanca	31.61769	-6.87056				05	081		
11355828	Aït Ba’ddi	ait-ba-ddi	MA		0	Africa/Casablanca	31.62673	-6.88531				05	081		
11355831	Tiniwalt	tiniwalt	MA		0	Africa/Casablanca	31.58873	-6.83664				05	081		
11355832	Amarziaz	amarziaz	MA		0	Africa/Casablanca	31.57695	-6.85695				05	081		
11355833	Aït al Khawi	ait-al-khawi	MA		0	Africa/Casablanca	31.57582	-6.85026				05	081		
11355834	Iskawn-n-Aït Ahmed-ou-’Issa	iskawn-n-ait-ahmed-ou-issa	MA		0	Africa/Casablanca	31.56646	-6.88165				05	081		
11355836	Iskawn-n-Aït Al Kholf	iskawn-n-ait-al-kholf	MA		0	Africa/Casablanca	31.56851	-6.8691				05	081		
11355838	Aït Oufgir Mançour	ait-oufgir-mancour	MA		0	Africa/Casablanca	31.54905	-6.88804				05	081		
11355839	Iguer-n-Woul	iguer-n-woul	MA		0	Africa/Casablanca	31.54865	-6.88257				05	081		
11355840	Aït Iguine	ait-iguine	MA		0	Africa/Casablanca	31.54689	-6.87543				05	081		
11355841	Tanaçaht	tanacaht	MA		0	Africa/Casablanca	31.5334	-6.83882				05	081		
11355844	Imi-n-Igane	imi-n-igane	MA		0	Africa/Casablanca	31.52023	-6.82831				05	081		
11355845	Tizi-n-Wawal	tizi-n-wawal	MA		0	Africa/Casablanca	31.53109	-6.83476				05	081		
11355846	Askarm	askarm	MA		0	Africa/Casablanca	31.53073	-6.82758				05	081		
11355847	Assammar	assammar	MA		0	Africa/Casablanca	31.51478	-6.83537				05	081		
11355848	Wassiwn	wassiwn	MA		0	Africa/Casablanca	31.5032	-6.82481				05	081		
11355852	Iskounta	iskounta	MA		0	Africa/Casablanca	31.52048	-6.82331				05	081		
11355856	La’zib-n-Ghri	la-zib-n-ghri	MA		0	Africa/Casablanca	31.52334	-6.79408				05	081		
11355858	Talat-n-Isghi	talat-n-isghi	MA		0	Africa/Casablanca	31.55148	-6.80925				05	081		
11355860	Aït Al’Ghazi	ait-al-ghazi	MA		0	Africa/Casablanca	31.56443	-6.81261				05	081		
11355861	Aït Hissi	ait-hissi	MA		0	Africa/Casablanca	31.57022	-6.81041				05	081		
11355862	Aït Hamd-ou-’Issa	ait-hamd-ou-issa	MA		0	Africa/Casablanca	31.56964	-6.81436				05	081		
11355864	Andighs	andighs	MA		0	Africa/Casablanca	31.59041	-6.8158				05	081		
11355866	Aït Tizi	ait-tizi	MA		0	Africa/Casablanca	31.59518	-6.81606				05	081		
11355867	Aït A’ninas	ait-a-ninas	MA		0	Africa/Casablanca	31.60082	-6.79438				05	081		
11355868	Ihadjamene	ihadjamene	MA		0	Africa/Casablanca	31.60503	-6.8014				05	081		
11355870	Tabalhannat	tabalhannat	MA		0	Africa/Casablanca	31.6248	-6.81263				05	081		
11355871	Timzoughine	timzoughine	MA		0	Africa/Casablanca	31.6206	-6.80724				05	081		
11355878	Taghadjourt	taghadjourt	MA		0	Africa/Casablanca	31.64097	-6.79385				05	081		
11355880	Irouhane	irouhane	MA		0	Africa/Casablanca	31.63938	-6.79047				05	081		
11355881	Tafrawt	tafrawt	MA		0	Africa/Casablanca	31.64055	-6.77303				05	081		
11355883	Aït Ghazli	ait-ghazli	MA		0	Africa/Casablanca	31.6707	-6.81082				05	081		
11355884	Aït Tahkit	ait-tahkit	MA		0	Africa/Casablanca	31.67218	-6.81271				05	081		
11355889	Tagounit	tagounit	MA		0	Africa/Casablanca	31.6852	-6.81645				05	081		
11355893	Awrir	awrir	MA		0	Africa/Casablanca	31.71711	-6.79086				05	081		
11355894	Aït Ibourk	ait-ibourk	MA		0	Africa/Casablanca	31.73259	-6.77612				05	081		
11355903	Tagnit	tagnit	MA		0	Africa/Casablanca	31.63494	-6.7578				05	081		
11355904	Aït Wallal	ait-wallal	MA		0	Africa/Casablanca	31.63203	-6.75509				05	081		
11355907	Amzizwane	amzizwane	MA		0	Africa/Casablanca	31.69809	-6.88554				05	081		
11355915	Tazagzawt	tazagzawt	MA		0	Africa/Casablanca	31.59402	-6.59979				05	081		
11355916	Aït ’Atamni	ait-atamni	MA		0	Africa/Casablanca	31.72584	-6.7363				05	081		
11355920	Aït Wahmane	ait-wahmane	MA		0	Africa/Casablanca	31.62443	-6.62766				05	081		
11355929	Tissikht	tissikht	MA		0	Africa/Casablanca	31.73307	-6.69634				05	081		
11355930	Timançouriyn	timancouriyn	MA		0	Africa/Casablanca	31.72693	-6.70531				05	081		
11355932	Tamoudount	tamoudount	MA		0	Africa/Casablanca	31.71155	-6.74133				05	081		
11355933	Assaka	assaka	MA		0	Africa/Casablanca	31.70899	-6.7198				05	081		
11355934	Iqabliyn	iqabliyn	MA		0	Africa/Casablanca	31.7099	-6.7013				05	081		
11355935	Aït Ouzdoud	ait-ouzdoud	MA		0	Africa/Casablanca	31.70149	-6.73014				05	081		
11355936	Imziln	imziln	MA		0	Africa/Casablanca	31.70702	-6.73632				05	081		
11355938	Tachliwiyn	tachliwiyn	MA		0	Africa/Casablanca	31.69152	-6.73449				05	081		
11355939	Aït ’Ali Ou Hsayn	ait-ali-ou-hsayn	MA		0	Africa/Casablanca	31.69457	-6.7225				05	081		
11355940	Khmiys -n- Aït Blal	khmiys-n-ait-blal	MA		0	Africa/Casablanca	31.69064	-6.71454				05	081		
11355941	Tizi -n- Oubadouw	tizi-n-oubadouw	MA		0	Africa/Casablanca	31.68829	-6.70729				05	081		
11355943	Tissalliwiyn	tissalliwiyn	MA		0	Africa/Casablanca	31.67151	-6.71585				05	081		
11355948	’Azib Islak	azib-islak	MA		0	Africa/Casablanca	31.65836	-6.71634				05	081		
11355953	’Azib-n- Tegouniyt	azib-n-tegouniyt	MA		0	Africa/Casablanca	31.63282	-6.72317				05	081		
11355958	Asfriai	asfriai	MA		0	Africa/Casablanca	31.59534	-6.74555				05	081		
11355961	Ight-n-Ighiyr	ight-n-ighiyr	MA		0	Africa/Casablanca	31.52751	-6.67553				05	081		
11355964	Imi-n-Gadouw	imi-n-gadouw	MA		0	Africa/Casablanca	31.53967	-6.66228				05	081		
11355965	Achawikh	achawikh	MA		0	Africa/Casablanca	31.69866	-6.74141				05	081		
11355966	Aït Ighiyr	ait-ighiyr	MA		0	Africa/Casablanca	31.68526	-6.70909				05	081		
11355967	Awguind	awguind	MA		0	Africa/Casablanca	31.53629	-6.65118				05	081		
11355971	’Azib Igouzane	azib-igouzane	MA		0	Africa/Casablanca	31.58222	-6.66272				05	081		
11355974	Ighram-n-Oumlil	ighram-n-oumlil	MA		0	Africa/Casablanca	31.59247	-6.64547				05	081		
11355975	Agard-n-Ouzgad	agard-n-ouzgad	MA		0	Africa/Casablanca	31.60212	-6.64738				05	081		
11355978	Timlouwkkiyn	timlouwkkiyn	MA		0	Africa/Casablanca	31.61758	-6.63903				05	081		
11355979	’Azib Izoum	azib-izoum	MA		0	Africa/Casablanca	31.62127	-6.68431				05	081		
11355985	Ighrir-n-Tisant	ighrir-n-tisant	MA		0	Africa/Casablanca	31.64963	-6.67643				05	081		
11355986	Iskawn	iskawn	MA		0	Africa/Casablanca	31.66245	-6.66285				05	081		
11355992	Amalouw	amalouw	MA		0	Africa/Casablanca	31.68297	-6.67025				05	081		
11355999	’Azib Issa’drar	azib-issa-drar	MA		0	Africa/Casablanca	31.70891	-6.67797				05	081		
11356001	Wa’saw	wa-saw	MA		0	Africa/Casablanca	31.68871	-6.67188				05	081		
11356002	’Aziyb -N- Tizi	aziyb-n-tizi	MA		0	Africa/Casablanca	31.71735	-6.66463				05	081		
11356021	Tazouwlt	tazouwlt	MA		0	Africa/Casablanca	31.61948	-6.61732				05	081		
11356022	Iwraghane	iwraghane	MA		0	Africa/Casablanca	31.62586	-6.6315				05	081		
11356023	Targat-n-Al La’riyf	targat-n-al-la-riyf	MA		0	Africa/Casablanca	31.6093	-6.62468				05	081		
11356025	Sabt Aït Bouw Wlli	sabt-ait-bouw-wlli	MA		0	Africa/Casablanca	31.60263	-6.6053				05	081		
11356027	Tiysant	tiysant	MA		0	Africa/Casablanca	31.59823	-6.60916				05	081		
11356028	Tabghiwiyn	tabghiwiyn	MA		0	Africa/Casablanca	31.59925	-6.58974				05	081		
11356029	Imi-n-Bant	imi-n-bant	MA		0	Africa/Casablanca	31.60474	-6.59219				05	081		
11356031	Targa Zouggaght	targa-zouggaght	MA		0	Africa/Casablanca	31.57287	-6.60674				05	081		
11356033	Tizi Yaliyn	tizi-yaliyn	MA		0	Africa/Casablanca	31.56626	-6.6064		Ait Lghouwd,Aït Lghouwd,Tizi Yaliyn		05	081		
11356037	Rnes	rnes	MA		0	Africa/Casablanca	31.57509	-6.60476				05	081		
11356051	Bougal	bougal	MA		0	Africa/Casablanca	31.61177	-6.57726				05	081		
11356052	Agare	agare	MA		0	Africa/Casablanca	31.61239	-6.58906				05	081		
11356053	Taghiya-n-Aït Habibi	taghiya-n-ait-habibi	MA		0	Africa/Casablanca	31.6221	-6.5603				05	081		
11356054	Imi -n- Brushaq	imi-n-brushaq	MA		0	Africa/Casablanca	31.62862	-6.56267				05	081		
11356055	Ighiyr-n-Ikharrazane	ighiyr-n-ikharrazane	MA		0	Africa/Casablanca	31.6231	-6.55814				05	081		
11356058	Agassivf	agassivf	MA		0	Africa/Casablanca	31.63722	-6.53826				05	081		
11356059	Toudme	toudme	MA		0	Africa/Casablanca	31.64358	-6.54084				05	081		
11356061	Tawjjat	tawjjat	MA		0	Africa/Casablanca	31.62502	-6.51373				05	081		
11356062	Titsniyn	titsniyn	MA		0	Africa/Casablanca	31.544	-6.58035				05	081		
11356063	Aswikine	aswikine	MA		0	Africa/Casablanca	31.62452	-6.50709				05	081		
11356064	Tazouwlt-n-Izmir	tazouwlt-n-izmir	MA		0	Africa/Casablanca	31.65682	-6.53897				05	081		
11356065	Tourtiyt	tourtiyt	MA		0	Africa/Casablanca	31.66714	-6.53719				05	081		
11356066	Tinmizdit	tinmizdit	MA		0	Africa/Casablanca	31.67291	-6.53681				05	081		
11356068	Agargjayn	agargjayn	MA		0	Africa/Casablanca	31.6823	-6.53273				05	081		
11356070	Jam’at Igmiyr	jam-at-igmiyr	MA		0	Africa/Casablanca	31.69829	-6.54618				05	081		
11356071	Tizguiyn	tizguiyn	MA		0	Africa/Casablanca	31.69612	-6.54402				05	081		
11356072	Ighiy-n-Issoutar	ighiy-n-issoutar	MA		0	Africa/Casablanca	31.69399	-6.54151				05	081		
11356073	Ighiyr-n-Bouchtawane	ighiyr-n-bouchtawane	MA		0	Africa/Casablanca	31.70238	-6.53672				05	081		
11356074	Al Nqouwb	al-nqouwb	MA		0	Africa/Casablanca	31.70724	-6.51672				05	081		
11356078	Zarwalt	zarwalt	MA		0	Africa/Casablanca	31.70076	-6.56968				05	081		
11356079	Wanchki	wanchki	MA		0	Africa/Casablanca	31.70251	-6.57513				05	081		
11356080	Igar-n-Ouwourg	igar-n-ouwourg	MA		0	Africa/Casablanca	31.7043	-6.59318				05	081		
11356082	Askanfouw	askanfouw	MA		0	Africa/Casablanca	31.73078	-6.5411				05	081		
11356084	Tighnouwla	tighnouwla	MA		0	Africa/Casablanca	31.74214	-6.50812				05	081		
11356088	Aït Bou Ziyd	ait-bou-ziyd	MA		0	Africa/Casablanca	31.70047	-6.55363				05	081		
11356092	Agard	agard	MA		0	Africa/Casablanca	31.56651	-6.57621				05	081		
11356093	Isfoula	isfoula	MA		0	Africa/Casablanca	31.71815	-6.61311				05	081		
11356095	Tisqiyma	tisqiyma	MA		0	Africa/Casablanca	31.74957	-6.72021				05	081		
11359008	Awriyr	awriyr	MA		0	Africa/Casablanca	31.96915	-6.71091				05	081		
11359011	Tadawt	tadawt	MA		0	Africa/Casablanca	31.95912	-6.72037				05	081		
11359012	Tagoujdat	tagoujdat	MA		0	Africa/Casablanca	31.94806	-6.70364				05	081		
11359013	Tighboula	tighboula	MA		0	Africa/Casablanca	31.94493	-6.7107				05	081		
11359017	Aït Ahourat	ait-ahourat	MA		0	Africa/Casablanca	31.9134	-6.73243				05	081		
11359018	Aït Ga’doud	ait-ga-doud	MA		0	Africa/Casablanca	31.90839	-6.72593				05	081		
11359019	Iliktawane	iliktawane	MA		0	Africa/Casablanca	31.90951	-6.73289				05	081		
11359020	Aït Cha’ou	ait-cha-ou	MA		0	Africa/Casablanca	31.89999	-6.72352				05	081		
11359027	Afouzar	afouzar	MA		0	Africa/Casablanca	31.80658	-6.73953				05	081		
11359029	Tafouwghalt	tafouwghalt	MA		0	Africa/Casablanca	31.79391	-6.74008				05	081		
11359030	Ijalghiyghn	ijalghiyghn	MA		0	Africa/Casablanca	31.77407	-6.71419				05	081		
11359032	Anllatf	anllatf	MA		0	Africa/Casablanca	31.76828	-6.70402				05	081		
11359034	Anbadzguiyd	anbadzguiyd	MA		0	Africa/Casablanca	31.75583	-6.675				05	081		
11359037	Oulbiyn	oulbiyn	MA		0	Africa/Casablanca	31.79301	-6.67692				05	081		
11359038	Zakkouwn	zakkouwn	MA		0	Africa/Casablanca	31.79994	-6.65777				05	081		
11359040	Iyfri	iyfri	MA		0	Africa/Casablanca	31.81233	-6.68763				05	081		
11359041	Azlag	azlag	MA		0	Africa/Casablanca	31.81062	-6.67843				05	081		
11359048	Zmayz	zmayz	MA		0	Africa/Casablanca	31.8809	-6.65715				05	081		
11359049	Akhabouw	akhabouw	MA		0	Africa/Casablanca	31.90075	-6.66202				05	081		
11359054	Tiyziy	tiyziy	MA		0	Africa/Casablanca	31.91869	-6.6793				05	081		
11359056	Tamda	tamda	MA		0	Africa/Casablanca	31.91853	-6.65617				05	081		
11359057	Tigharmatiyn	tigharmatiyn	MA		0	Africa/Casablanca	31.93912	-6.65751				05	081		
11359058	Afraw	afraw	MA		0	Africa/Casablanca	31.93044	-6.67827				05	081		
11359061	Taghoujdadamt	taghoujdadamt	MA		0	Africa/Casablanca	31.94614	-6.65085				05	081		
11359063	Talat-n Tazart	talat-n-tazart	MA		0	Africa/Casablanca	31.9617	-6.66848				05	081		
11359066	Ighiyl	ighiyl	MA		0	Africa/Casablanca	31.98954	-6.66701				05	081		
11359067	Iznagane	iznagane	MA		0	Africa/Casablanca	31.99308	-6.65092				05	081		
11359068	Tadawt-n-Ighram	tadawt-n-ighram	MA		0	Africa/Casablanca	31.99466	-6.62641				05	081		
11359069	Aït Atmatn	ait-atmatn	MA		0	Africa/Casablanca	31.99517	-6.61957				05	081		
11359070	Aït Ingar	ait-ingar	MA		0	Africa/Casablanca	31.99264	-6.61878				05	081		
11359071	Aït Wa’la	ait-wa-la	MA		0	Africa/Casablanca	31.98951	-6.62058				05	081		
11359072	Aït Ou ’Li	ait-ou-li	MA		0	Africa/Casablanca	31.98971	-6.62693				05	081		
11359074	Aït Hammouw	ait-hammouw	MA		0	Africa/Casablanca	31.97889	-6.60134				05	081		
11359075	Amgane	amgane	MA		0	Africa/Casablanca	31.96559	-6.61996				05	081		
11359076	Mniynla	mniynla	MA		0	Africa/Casablanca	31.95913	-6.62581				05	081		
11359077	Aït Takiywt	ait-takiywt	MA		0	Africa/Casablanca	31.95219	-6.613				05	081		
11359078	Tiyghiwart	tiyghiwart	MA		0	Africa/Casablanca	31.95161	-6.62114				05	081		
11359080	Aït Waghghad	ait-waghghad	MA		0	Africa/Casablanca	31.94961	-6.59672				05	081		
11359082	Amarçïyd	amarciyd	MA		0	Africa/Casablanca	31.91659	-6.63309				05	081		
11359083	Immiytk	immiytk	MA		0	Africa/Casablanca	31.91136	-6.61034				05	081		
11359084	Ighiyr-n-ouwakhoum	ighiyr-n-ouwakhoum	MA		0	Africa/Casablanca	31.9081	-6.65506				05	081		
11359085	Tistiyt	tistiyt	MA		0	Africa/Casablanca	31.90138	-6.6383				05	081		
11359088	Tamgant	tamgant	MA		0	Africa/Casablanca	31.89165	-6.60051				05	081		
11359089	Tamgant	tamgant	MA		0	Africa/Casablanca	31.86634	-6.59663				05	081		
11359092	Agandouwy-n-Aït Bou Warfad	agandouwy-n-ait-bou-warfad	MA		0	Africa/Casablanca	31.84146	-6.59321				05	081		
11359093	Tafant	tafant	MA		0	Africa/Casablanca	31.82071	-6.63248				05	081		
11359094	Tifallouwiyn	tifallouwiyn	MA		0	Africa/Casablanca	31.80465	-6.62722				05	081		
11359095	Tasklouwt	tasklouwt	MA		0	Africa/Casablanca	31.78369	-6.63694				05	081		
11359097	Mlat	mlat	MA		0	Africa/Casablanca	31.76919	-6.64181				05	081		
11359100	Wanougdal	wanougdal	MA		0	Africa/Casablanca	31.76271	-6.55356				05	081		
11359101	Aït Tbarakht	ait-tbarakht	MA		0	Africa/Casablanca	31.76731	-6.55034				05	081		
11359102	Ighli	ighli	MA		0	Africa/Casablanca	31.76844	-6.5672				05	081		
11359104	Taltiyt	taltiyt	MA		0	Africa/Casablanca	31.77497	-6.53499				05	081		
11359107	Tinkast	tinkast	MA		0	Africa/Casablanca	31.77953	-6.54178				05	081		
11359109	Amouwggar	amouwggar	MA		0	Africa/Casablanca	31.80777	-6.58809				05	081		
11359110	Bou Hayyouwn	bou-hayyouwn	MA		0	Africa/Casablanca	31.79698	-6.54488				05	081		
11359112	Zamt	zamt	MA		0	Africa/Casablanca	31.79911	-6.53267				05	081		
11359113	Wawganane	wawganane	MA		0	Africa/Casablanca	31.81396	-6.57309				05	081		
11359115	Agandouwi	agandouwi	MA		0	Africa/Casablanca	31.81703	-6.55336				05	081		
11359117	Ghour Al Jama’	ghour-al-jama	MA		0	Africa/Casablanca	31.82325	-6.57578				05	081		
11359118	Tizouggaghiyn	tizouggaghiyn	MA		0	Africa/Casablanca	31.82723	-6.57039				05	081		
11359119	Aganane	aganane	MA		0	Africa/Casablanca	31.83095	-6.57305				05	081		
11359122	Tayat	tayat	MA		0	Africa/Casablanca	31.83206	-6.53709				05	081		
11359124	Amchiyh	amchiyh	MA		0	Africa/Casablanca	31.848	-6.54587				05	081		
11359125	Idoudane	idoudane	MA		0	Africa/Casablanca	31.85621	-6.56489				05	081		
11359126	Tighzat-n-Tiyni	tighzat-n-tiyni	MA		0	Africa/Casablanca	31.85772	-6.5523				05	081		
11359128	Tizi-n-Tarba’t	tizi-n-tarba-t	MA		0	Africa/Casablanca	31.85228	-6.55124				05	081		
11359129	Tizi-n-Ilouwlane	tizi-n-ilouwlane	MA		0	Africa/Casablanca	31.86757	-6.54224				05	081		
11359134	Bou Issalmane	bou-issalmane	MA		0	Africa/Casablanca	31.89438	-6.57319				05	081		
11359135	Afoud-n-Ibouwrk	afoud-n-ibouwrk	MA		0	Africa/Casablanca	31.91012	-6.56712				05	081		
11359137	Tamarzouqt	tamarzouqt	MA		0	Africa/Casablanca	31.92495	-6.57514				05	081		
11359139	Tassa-n-Ouzaddiyr	tassa-n-ouzaddiyr	MA		0	Africa/Casablanca	31.92499	-6.53056				05	081		
11359140	Gouwfri	gouwfri	MA		0	Africa/Casablanca	31.93803	-6.52917				05	081		
11359142	Tamsiliyn	tamsiliyn	MA		0	Africa/Casablanca	31.93828	-6.57052				05	081		
11359145	I’yadane	i-yadane	MA		0	Africa/Casablanca	31.94639	-6.52679				05	081		
11359146	Ammoughliyddaj	ammoughliyddaj	MA		0	Africa/Casablanca	31.97213	-6.54122				05	081		
11359148	Ighram-n-Hammouw	ighram-n-hammouw	MA		0	Africa/Casablanca	31.97979	-6.55032				05	081		
11359149	Tanout	tanout	MA		0	Africa/Casablanca	31.97917	-6.56358				05	081		
11359150	Ihandaln	ihandaln	MA		0	Africa/Casablanca	31.98086	-6.56612				05	081		
11359152	Ifardane	ifardane	MA		0	Africa/Casablanca	31.98603	-6.54979				05	081		
11359153	Tifhalwane	tifhalwane	MA		0	Africa/Casablanca	31.98237	-6.49186				05	081		
11359154	Agduram-n-imi-n-taghzi	agduram-n-imi-n-taghzi	MA		0	Africa/Casablanca	31.97169	-6.49673				05	081		
11359155	Taghrout	taghrout	MA		0	Africa/Casablanca	31.99026	-6.46705				05	081		
11359156	Mliha	mliha	MA		0	Africa/Casablanca	31.99431	-6.45744				05	081		
11359157	Tawalwine	tawalwine	MA		0	Africa/Casablanca	31.97935	-6.45778				05	081		
11359159	Tawjja-n-Oukkaddar	tawjja-n-oukkaddar	MA		0	Africa/Casablanca	31.98008	-6.44454				05	081		
11359161	Tigbarmine-n-Tfalfalt	tigbarmine-n-tfalfalt	MA		0	Africa/Casablanca	31.9567	-6.49391				05	081		
11359168	Tafrawt-n-Oussanous	tafrawt-n-oussanous	MA		0	Africa/Casablanca	31.92723	-6.47058				05	081		
11359169	Talmouwda’at	talmouwda-at	MA		0	Africa/Casablanca	31.99322	-6.53655				05	081		
11359170	Tagouwwout	tagouwwout	MA		0	Africa/Casablanca	31.99319	-6.51664				05	081		
11359173	Tassaqiymouwt	tassaqiymouwt	MA		0	Africa/Casablanca	31.95206	-6.50997				05	081		
11359176	Amalou-n-Aït Issouw	amalou-n-ait-issouw	MA		0	Africa/Casablanca	31.91269	-6.50762				05	081		
11359177	Abad	abad	MA		0	Africa/Casablanca	31.87768	-6.50838				05	081		
11359179	Toukhsast	toukhsast	MA		0	Africa/Casablanca	31.85785	-6.51299				05	081		
11359180	Ifri Assaffarad	ifri-assaffarad	MA		0	Africa/Casablanca	31.85124	-6.50694		Ifri Assaffarad,Ifri-n-qayd		05	081		
11359181	Amazray	amazray	MA		0	Africa/Casablanca	31.842	-6.51569				05	081		
11359182	Aït Al Maskiyn	ait-al-maskiyn	MA		0	Africa/Casablanca	31.83897	-6.50657				05	081		
11359185	Taghouliyast	taghouliyast	MA		0	Africa/Casablanca	31.81968	-6.52074				05	081		
11359186	Tighouwla	tighouwla	MA		0	Africa/Casablanca	31.79798	-6.5099				05	081		
11359188	Tadawt-n-Aït Ichchouw	tadawt-n-ait-ichchouw	MA		0	Africa/Casablanca	31.77823	-6.51898				05	081		
11359190	Tadawt-n-Ouwammas	tadawt-n-ouwammas	MA		0	Africa/Casablanca	31.77069	-6.52818				05	081		
11359193	Mizam	mizam	MA		0	Africa/Casablanca	31.98727	-6.57281				05	081		
11359194	Aït ’Arfat	ait-arfat	MA		0	Africa/Casablanca	31.988	-6.58404				05	081		
11359196	Azlafane	azlafane	MA		0	Africa/Casablanca	31.94934	-6.58379				05	081		
11359197	Aït Oumzil	ait-oumzil	MA		0	Africa/Casablanca	31.94462	-6.59425				05	081		
11359198	Aït Zamrouy	ait-zamrouy	MA		0	Africa/Casablanca	31.93338	-6.58792				05	081		
11359202	A’yad	a-yad	MA		0	Africa/Casablanca	31.78634	-6.72354				05	081		
11359205	Taghra	taghra	MA		0	Africa/Casablanca	31.62792	-6.74949				05	081		
11359206	Imi-n-Waqqa	imi-n-waqqa	MA		0	Africa/Casablanca	31.62536	-6.75				05	081		
11359208	Ayt Yingrar	ayt-yingrar	MA		0	Africa/Casablanca	31.99981	-6.62709				05	081		
11359211	Ighrir-n-Tagalwatine	ighrir-n-tagalwatine	MA		0	Africa/Casablanca	31.91857	-6.46243				05	081		
11359213	Igoulalane	igoulalane	MA		0	Africa/Casablanca	31.90904	-6.47756				05	081		
11359214	Akbarmouch	akbarmouch	MA		0	Africa/Casablanca	31.90818	-6.46398				05	081		
11359216	Ighalane	ighalane	MA		0	Africa/Casablanca	31.89914	-6.47285				05	081		
11359217	Adrar-n-Souq Aqdim	adrar-n-souq-aqdim	MA		0	Africa/Casablanca	31.88836	-6.48038				05	081		
11359218	Bou Ifaghmane	bou-ifaghmane	MA		0	Africa/Casablanca	31.87948	-6.49486				05	081		
11359220	Tadawt-n-Aït Hammou	tadawt-n-ait-hammou	MA		0	Africa/Casablanca	31.86835	-6.48479				05	081		
11359221	Lahbab	lahbab	MA		0	Africa/Casablanca	31.86536	-6.45918				05	081		
11359222	Tagalmoust	tagalmoust	MA		0	Africa/Casablanca	31.83781	-6.49122				05	081		
11359224	Aït Thissit	ait-thissit	MA		0	Africa/Casablanca	31.82496	-6.44653				05	081		
11359225	Tighza	tighza	MA		0	Africa/Casablanca	31.81433	-6.45513				05	081		
11359226	Aït Wa’laf	ait-wa-laf	MA		0	Africa/Casablanca	31.81282	-6.47407				05	081		
11359230	Amzaray	amzaray	MA		0	Africa/Casablanca	31.77636	-6.48354				05	081		
11359232	Swit	swit	MA		0	Africa/Casablanca	31.76773	-6.45331				05	081		
11359233	Hourjma	hourjma	MA		0	Africa/Casablanca	31.77186	-6.41761				05	081		
11359235	Afalla-n-Ifri	afalla-n-ifri	MA		0	Africa/Casablanca	31.795	-6.42475				05	081		
11359238	Agounday	agounday	MA		0	Africa/Casablanca	31.81247	-6.41219				05	081		
11359239	Ighrem-n-Imdyane	ighrem-n-imdyane	MA		0	Africa/Casablanca	31.81921	-6.4265				05	081		
11359240	Tinghourane	tinghourane	MA		0	Africa/Casablanca	31.82535	-6.43411				05	081		
11359242	Tigounday	tigounday	MA		0	Africa/Casablanca	31.81979	-6.39852				05	081		
11359245	Tadawt	tadawt	MA		0	Africa/Casablanca	31.85496	-6.43206				05	081		
11359246	Ijama-n-Tadawt-n-Boussatta	ijama-n-tadawt-n-boussatta	MA		0	Africa/Casablanca	31.857	-6.42959				05	081		
11359247	Tinilaft	tinilaft	MA		0	Africa/Casablanca	31.86009	-6.43175				05	081		
11359248	Tamarahdout	tamarahdout	MA		0	Africa/Casablanca	31.86481	-6.40276				05	081		
11359251	Azagza	azagza	MA		0	Africa/Casablanca	31.88047	-6.41128				05	081		
11359252	Tadawt-n-Tighboula	tadawt-n-tighboula	MA		0	Africa/Casablanca	31.88777	-6.42589				05	081		
11359253	Tamgart-n-Oussaklou	tamgart-n-oussaklou	MA		0	Africa/Casablanca	31.90078	-6.40332				05	081		
11359254	Agalmous	agalmous	MA		0	Africa/Casablanca	31.90249	-6.39551				05	081		
11359257	Agourz-n-boughour	agourz-n-boughour	MA		0	Africa/Casablanca	31.90627	-6.41422				05	081		
11359258	Tamgant	tamgant	MA		0	Africa/Casablanca	31.91781	-6.39422				05	081		
11359259	Tighboula-n Oujlad	tighboula-n-oujlad	MA		0	Africa/Casablanca	31.91011	-6.4219				05	081		
11359263	Ouzdwine	ouzdwine	MA		0	Africa/Casablanca	31.92924	-6.42007				05	081		
11359264	Aït Khirouch	ait-khirouch	MA		0	Africa/Casablanca	31.9346	-6.43286				05	081		
11359267	Inoulane	inoulane	MA		0	Africa/Casablanca	31.94472	-6.40893				05	081		
11359271	Igar-n-Yganna	igar-n-yganna	MA		0	Africa/Casablanca	31.95099	-6.42963				05	081		
11359272	Agard-n-Boul’amart	agard-n-boul-amart	MA		0	Africa/Casablanca	31.94642	-6.45017				05	081		
11359273	Timlaline	timlaline	MA		0	Africa/Casablanca	31.95334	-6.39304				05	081		
11359276	Kachla-n-Tizi	kachla-n-tizi	MA		0	Africa/Casablanca	31.96369	-6.39225				05	081		
11359279	Agard-n-Oumnay	agard-n-oumnay	MA		0	Africa/Casablanca	31.9866	-6.42145				05	081		
11359285	Tidouwwa	tidouwwa	MA		0	Africa/Casablanca	31.94994	-6.37252				05	081		
11359288	Taghzout	taghzout	MA		0	Africa/Casablanca	31.92527	-6.37351				05	081		
11359292	Tassidalt	tassidalt	MA		0	Africa/Casablanca	31.9083	-6.38774				05	081		
11359294	Tamddayghout	tamddayghout	MA		0	Africa/Casablanca	31.88519	-6.36592				05	081		
11359295	Igar-n-Hammou	igar-n-hammou	MA		0	Africa/Casablanca	31.90993	-6.32997				05	081		
11359298	Tinilaft	tinilaft	MA		0	Africa/Casablanca	31.85635	-6.36632				05	081		
11359299	Igli-n-Sidi Ahmed	igli-n-sidi-ahmed	MA		0	Africa/Casablanca	31.84561	-6.34707				05	081		
11359302	Tagoufrit	tagoufrit	MA		0	Africa/Casablanca	31.81437	-6.379				05	081		
11359303	Talbarjit	talbarjit	MA		0	Africa/Casablanca	31.80693	-6.38265				05	081		
11359313	Almou-n-Issane	almou-n-issane	MA		0	Africa/Casablanca	31.77904	-6.34156				05	081		
11359317	Boustsamoumt	boustsamoumt	MA		0	Africa/Casablanca	31.74972	-6.32334				05	081		
11359318	Tamaimalt	tamaimalt	MA		0	Africa/Casablanca	31.75371	-6.31841				05	081		
11359329	Aït Znati	ait-znati	MA		0	Africa/Casablanca	31.85459	-6.30035				05	081		
11359331	Aït Talmast	ait-talmast	MA		0	Africa/Casablanca	31.85854	-6.26671				05	081		
11359332	Azakhamou	azakhamou	MA		0	Africa/Casablanca	31.87178	-6.31712				05	081		
11359345	Tigharmine-n-Aït Mazigh	tigharmine-n-ait-mazigh	MA		0	Africa/Casablanca	31.95342	-6.31327				05	081		
11359348	Tawjja-n-Wajgniwn	tawjja-n-wajgniwn	MA		0	Africa/Casablanca	31.93924	-6.27212				05	081		
11359349	Talansought	talansought	MA		0	Africa/Casablanca	31.97369	-6.29404				05	081		
11359350	Aït Tabarght	ait-tabarght	MA		0	Africa/Casablanca	31.95731	-6.25936				05	081		
11359352	Tart Ighir	tart-ighir	MA		0	Africa/Casablanca	31.98769	-6.30982				05	081		
11359355	Oumlil	oumlil	MA		0	Africa/Casablanca	31.96533	-6.25641				05	081		
11359357	Affala-n-Oujja	affala-n-oujja	MA		0	Africa/Casablanca	31.92877	-6.25983				05	081		
11359360	Tagandouft	tagandouft	MA		0	Africa/Casablanca	31.87743	-6.26455				05	081		
11359364	Ait Tghouliast	ait-tghouliast	MA		0	Africa/Casablanca	31.81987	-6.27982				05	081		
11359370	Igli	igli	MA		0	Africa/Casablanca	31.97062	-6.48682				05	081		
11359371	Taliwine	taliwine	MA		0	Africa/Casablanca	31.83073	-6.34695				05	081		
11359375	Tabadalst	tabadalst	MA		0	Africa/Casablanca	31.99822	-6.45906				05	081		
11359377	Imziri	imziri	MA		0	Africa/Casablanca	31.98438	-6.23775				05	081		
11359381	Ighrem-n-Talmast	ighrem-n-talmast	MA		0	Africa/Casablanca	31.92285	-6.16498				05	081		
11359383	Aït ’Allal	ait-allal	MA		0	Africa/Casablanca	31.95251	-6.0863				05	081		
11359387	Agard-n-Siguine	agard-n-siguine	MA		0	Africa/Casablanca	31.96769	-6.2374				05	081		
11359388	Tayrarast	tayrarast	MA		0	Africa/Casablanca	31.97909	-6.23015				05	081		
11359389	Timchachine	timchachine	MA		0	Africa/Casablanca	31.98878	-6.21527				05	081		
11359392	Agard-n-Tfardine	agard-n-tfardine	MA		0	Africa/Casablanca	31.96825	-6.2074				05	081		
11359399	Aït Maççad	ait-maccad	MA		0	Africa/Casablanca	31.94549	-6.22046				05	081		
11359413	Aït Sa’id Ou Dawd	ait-sa-id-ou-dawd	MA		0	Africa/Casablanca	31.84061	-6.22385				05	081		
11359415	Tighighit	tighighit	MA		0	Africa/Casablanca	31.81997	-6.2281				05	081		
11359416	Aït Bougadrour	ait-bougadrour	MA		0	Africa/Casablanca	31.81182	-6.23149				05	081		
11359423	Tagragra	tagragra	MA		0	Africa/Casablanca	31.79907	-6.19241				05	081		
11359426	Zawyat Walamzi	zawyat-walamzi	MA		0	Africa/Casablanca	31.77144	-6.22229				05	081		
11359436	Aït Oumazray	ait-oumazray	MA		0	Africa/Casablanca	31.83876	-6.14096				05	081		
11359440	Aït Sa’id Ou ’Ali	ait-sa-id-ou-ali	MA		0	Africa/Casablanca	31.86254	-6.18753				05	081		
11359445	Aït Sa’id Ou ’Ali	ait-sa-id-ou-ali	MA		0	Africa/Casablanca	31.89109	-6.18027				05	081		
11359446	Aït Ben ’Ali	ait-ben-ali	MA		0	Africa/Casablanca	31.89843	-6.18579				05	081		
11359449	Awjja-n-Aït Ben Dawd	awjja-n-ait-ben-dawd	MA		0	Africa/Casablanca	31.90314	-6.1536				05	081		
11359450	Issantik	issantik	MA		0	Africa/Casablanca	31.89748	-6.13938				05	081		
11359453	Amane Lma’d	amane-lma-d	MA		0	Africa/Casablanca	31.91744	-6.16487				05	081		
11359455	Tabougammant	tabougammant	MA		0	Africa/Casablanca	31.91529	-6.14758				05	081		
11359457	Aït Sa’id Ou Dawd	ait-sa-id-ou-dawd	MA		0	Africa/Casablanca	31.93051	-6.15476				05	081		
11359467	Imi-n-warg	imi-n-warg	MA		0	Africa/Casablanca	31.99245	-6.15769				05	081		
11359468	Imadnaghane	imadnaghane	MA		0	Africa/Casablanca	31.99181	-6.12588				05	081		
11359469	Igharmane-n-Tamga	igharmane-n-tamga	MA		0	Africa/Casablanca	31.99553	-6.11781				05	081		
11359474	Amazir-n-Oulhouwari	amazir-n-oulhouwari	MA		0	Africa/Casablanca	31.94953	-6.07662				05	081		
11359477	Aït Mahida	ait-mahida	MA		0	Africa/Casablanca	31.93897	-6.10891				05	081		
11359479	Aït Bouzzit	ait-bouzzit	MA		0	Africa/Casablanca	31.91993	-6.10932				05	081		
11359481	Ifri-n-Ougarrame	ifri-n-ougarrame	MA		0	Africa/Casablanca	31.91144	-6.09159				05	081		
11359485	Imi-n- Tsalmit	imi-n-tsalmit	MA		0	Africa/Casablanca	31.89013	-6.09677				05	081		
11359486	Ikoumine	ikoumine	MA		0	Africa/Casablanca	31.87777	-6.10753				05	081		
11359489	Al Bour	al-bour	MA		0	Africa/Casablanca	31.85957	-6.1075				05	081		
11359490	Aït Ben Mouh	ait-ben-mouh	MA		0	Africa/Casablanca	31.8526	-6.10953				05	081		
11359491	Amazray	amazray	MA		0	Africa/Casablanca	31.84606	-6.1106				05	081		
11359492	Aït Ben Hmad	ait-ben-hmad	MA		0	Africa/Casablanca	31.84322	-6.11026				05	081		
11359496	Moulay ’Abdalkader	moulay-abdalkader	MA		0	Africa/Casablanca	31.82887	-6.09899				05	081		
11359505	Assaklou	assaklou	MA		0	Africa/Casablanca	31.81608	-6.0666				05	081		
11359506	Tighalimine	tighalimine	MA		0	Africa/Casablanca	31.82356	-6.08575				05	081		
11359508	Toughad	toughad	MA		0	Africa/Casablanca	31.82118	-6.04228				05	081		
11359517	Goumane	goumane	MA		0	Africa/Casablanca	31.87296	-6.05928				05	081		
11359524	Isguime	isguime	MA		0	Africa/Casablanca	31.94359	-6.04469				05	081		
11359527	Ansa	ansa	MA		0	Africa/Casablanca	31.97956	-6.08218				05	081		
11359542	Amazzar	amazzar	MA		0	Africa/Casablanca	31.84685	-6.03296				05	081		
11359586	Khouttart Azag N-ouchchane	khouttart-azag-n-ouchchane	MA		0	Africa/Casablanca	31.52034	-5.21758				08	201		
11359606	Khouttart Toujdit	khouttart-toujdit	MA		0	Africa/Casablanca	31.58288	-5.08532				08	201		
11359611	Tamardoult	tamardoult	MA		0	Africa/Casablanca	31.50099	-5.08118				08	201		
11359612	Amallal	amallal	MA		0	Africa/Casablanca	31.49466	-5.09197				08	201		
11359615	Tighfart	tighfart	MA		0	Africa/Casablanca	31.52173	-5.03463				08	201		
11359616	Aït M’ammar	ait-m-ammar	MA		0	Africa/Casablanca	31.53194	-5.01496				08	201		
11359617	Khouttart Chikh	khouttart-chikh	MA		0	Africa/Casablanca	31.53949	-5.0484				08	201		
11359650	Awoutoul	awoutoul	MA		0	Africa/Casablanca	31.83691	-5.15881				08	201		
11359651	Id Boujjou	id-boujjou	MA		0	Africa/Casablanca	31.8191	-5.1418				08	201		
11359662	Taghbalout-n-Aït Yachchou	taghbalout-n-ait-yachchou	MA		0	Africa/Casablanca	31.99736	-5.18633				08	577		
11359694	Tighzart	tighzart	MA		0	Africa/Casablanca	31.87158	-5.02195				08	201		
11359730	Tamkarste	tamkarste	MA		0	Africa/Casablanca	31.2777	-4.3184				08	201		
11359731	Taghanjawt	taghanjawt	MA		0	Africa/Casablanca	31.26376	-4.29884				08	201		
11359732	Oulad Bou ’Ali	oulad-bou-ali	MA		0	Africa/Casablanca	31.26794	-4.30815				08	201		
11359733	Oçar Sidi ’Omar	ocar-sidi-omar	MA		0	Africa/Casablanca	31.27517	-4.31154				08	201		
11359736	Mjarcha	mjarcha	MA		0	Africa/Casablanca	31.31184	-4.30424				08	201		
11359737	Zawia	zawia	MA		0	Africa/Casablanca	31.25723	-4.28472				08	201		
11359740	Qorba	qorba	MA		0	Africa/Casablanca	31.33661	-4.30355				08	201		
11359741	Qçar Jir	qcar-jir	MA		0	Africa/Casablanca	31.34045	-4.28009				08	201		
11359747	Oulad Ma’tallah	oulad-ma-tallah	MA		0	Africa/Casablanca	31.44387	-4.25917				08	201		
11359751	Tirris	tirris	MA		0	Africa/Casablanca	31.32535	-4.27832				08	201		
11359752	Taghogga	taghogga	MA		0	Africa/Casablanca	31.32178	-4.26803				08	201		
11359753	Qçar Lekbir	qcar-lekbir	MA		0	Africa/Casablanca	31.31708	-4.26853				08	201		
11359754	Chqarna	chqarna	MA		0	Africa/Casablanca	31.30777	-4.25988				08	201		
11359758	Khannous	khannous	MA		0	Africa/Casablanca	31.2742	-4.25834				08	201		
11359761	Lamrani	lamrani	MA		0	Africa/Casablanca	31.27106	-4.25134				08	201		
11359762	Oulad Qaddara	oulad-qaddara	MA		0	Africa/Casablanca	31.26981	-4.26254				08	201		
11359764	Zawia Sidi Qassem	zawia-sidi-qassem	MA		0	Africa/Casablanca	31.26296	-4.26565				08	201		
11359765	Grinfoud	grinfoud	MA		0	Africa/Casablanca	31.26198	-4.27355				08	201		
11359767	Qçabi Moulay Chrif	qcabi-moulay-chrif	MA		0	Africa/Casablanca	31.26136	-4.26189				08	201		
11359768	Oulad Al Mouddene	oulad-al-mouddene	MA		0	Africa/Casablanca	31.2571	-4.26329				08	201		
11359769	Qaçba	qacba	MA		0	Africa/Casablanca	31.25334	-4.25771				08	201		
11359771	Qaçba	qacba	MA		0	Africa/Casablanca	31.31793	-4.27436				08	201		
11359772	Qçabt Lahdeb	qcabt-lahdeb	MA		0	Africa/Casablanca	31.27399	-4.27258				08	201		
11359773	Dar Baba	dar-baba	MA		0	Africa/Casablanca	31.38132	-4.2692				08	201		
11359777	Lhayene	lhayene	MA		0	Africa/Casablanca	31.45718	-4.2315				08	201		
11359787	Qcibat Oulad Youssef	qcibat-oulad-youssef	MA		0	Africa/Casablanca	31.30788	-4.2384				08	201		
11359788	Sidi Mahdi	sidi-mahdi	MA		0	Africa/Casablanca	31.29989	-4.24669				08	201		
11359789	Dar Moulay Taleb	dar-moulay-taleb	MA		0	Africa/Casablanca	31.28769	-4.23626				08	201		
11359790	Oulad Abd Al Halim	oulad-abd-al-halim	MA		0	Africa/Casablanca	31.27025	-4.24226				08	201		
11359791	Oulad ’ Aycha	oulad-aycha	MA		0	Africa/Casablanca	31.26725	-4.24566				08	201		
11359793	Lagcira	lagcira	MA		0	Africa/Casablanca	31.27449	-4.20626				08	201		
11359794	Abahhar	abahhar	MA		0	Africa/Casablanca	31.2629	-4.23276				08	201		
11359795	Jdid	jdid	MA		0	Africa/Casablanca	31.25312	-4.22308				08	201		
11359850	Timahrach	timahrach	MA		0	Africa/Casablanca	31.70148	-4.97608				08	201		
11359851	Igharghar Oujdid	igharghar-oujdid	MA		0	Africa/Casablanca	31.69726	-4.97703				08	201		
11359852	Tarnast	tarnast	MA		0	Africa/Casablanca	31.69646	-4.95553				08	201		
11359855	Izarrarn	izarrarn	MA		0	Africa/Casablanca	31.69058	-4.97643				08	201		
11359856	Igharghar Aqdim	igharghar-aqdim	MA		0	Africa/Casablanca	31.6939	-4.97136				08	201		
11359857	Hart	hart	MA		0	Africa/Casablanca	31.68154	-4.98063				08	201		
11359883	Tanassist	tanassist	MA		0	Africa/Casablanca	31.61419	-4.911				08	201		
11359884	Khouttart Agtaw	khouttart-agtaw	MA		0	Africa/Casablanca	31.61627	-4.91776				08	201		
11359890	Waqqa	waqqa	MA		0	Africa/Casablanca	31.68282	-4.91721				08	201		
11359891	Aït Mouch Takatar	ait-mouch-takatar	MA		0	Africa/Casablanca	31.68914	-4.93748				08	201		
11359893	Ighrem N-Ou-Goummad	ighrem-n-ou-goummad	MA		0	Africa/Casablanca	31.69749	-4.93796				08	201		
11359905	Qta	qta	MA		0	Africa/Casablanca	31.55206	-4.8465				08	201		
11359914	Imi Niyakhsi	imi-niyakhsi	MA		0	Africa/Casablanca	31.52845	-4.77859				08	201		
11359919	Al Bour	al-bour	MA		0	Africa/Casablanca	31.63768	-4.81317				08	201		
11365804	Tachaywat	tachaywat	MA		0	Africa/Casablanca	31.96161	-4.85902				08	201		
11365840	Qcar Imqrane	qcar-imqrane	MA		0	Africa/Casablanca	31.90068	-4.95376				08	201		
11365844	Qarraba	qarraba	MA		0	Africa/Casablanca	31.90116	-4.94785				08	201		
11365855	Mou	mou	MA		0	Africa/Casablanca	31.82981	-4.97616				08	201		
11365856	Tazyat	tazyat	MA		0	Africa/Casablanca	31.81833	-4.96795				08	201		
11365857	Tawmliylt	tawmliylt	MA		0	Africa/Casablanca	31.81347	-4.94738				08	201		
11365859	Lborj Jdiyd	lborj-jdiyd	MA		0	Africa/Casablanca	31.8039	-4.96367				08	201		
11365876	Tassakka	tassakka	MA		0	Africa/Casablanca	31.88089	-4.91114				08	201		
11365878	Ihandar	ihandar	MA		0	Africa/Casablanca	31.88439	-4.9096				08	201		
11365887	Taghbalt Ahda	taghbalt-ahda	MA		0	Africa/Casablanca	31.93213	-4.88417				08	201		
11366000	Al Qachla	al-qachla	MA		0	Africa/Casablanca	31.53018	-4.47412				08	201		
11366003	Oulad Ghanem	oulad-ghanem	MA		0	Africa/Casablanca	31.52778	-4.45766				08	201		
11366039	Ahadaf	ahadaf	MA		0	Africa/Casablanca	31.69285	-4.18283				08	201		
11366040	Takhyamt	takhyamt	MA		0	Africa/Casablanca	31.68684	-4.19057				08	201		
11366058	Qaçba Fouqaniya	qacba-fouqaniya	MA		0	Africa/Casablanca	31.72644	-4.19511				08	201		
11366092	Moulav Lahcen	moulav-lahcen	MA		0	Africa/Casablanca	31.97198	-4.45574				08	201		
11366093	Moulay Sadiq	moulay-sadiq	MA		0	Africa/Casablanca	31.9836	-4.46127				08	201		
11366094	Tagounite	tagounite	MA		0	Africa/Casablanca	31.97188	-4.47217				08	201		
11366096	Amejouj	amejouj	MA		0	Africa/Casablanca	31.94119	-4.46359				08	201		
11366098	Tisegdelt	tisegdelt	MA		0	Africa/Casablanca	31.88521	-4.36555				08	201		
11366100	Inegbi	inegbi	MA		0	Africa/Casablanca	31.93264	-4.45506				08	201		
11366101	Ayt Ba Moha	ayt-ba-moha	MA		0	Africa/Casablanca	31.92282	-4.45014				08	201		
11366102	Oulad Tguir	oulad-tguir	MA		0	Africa/Casablanca	31.91551	-4.46753				08	201		
11366103	Oulad Bou Naji	oulad-bou-naji	MA		0	Africa/Casablanca	31.93044	-4.39505				08	201		
11366104	Ayt Mess’oud	ayt-mess-oud	MA		0	Africa/Casablanca	31.92451	-4.38591				08	201		
11366105	Lahdeb	lahdeb	MA		0	Africa/Casablanca	31.91722	-4.41973				08	201		
11366107	Tinegbite	tinegbite	MA		0	Africa/Casablanca	31.91104	-4.43462				08	201		
11366108	Sarghine	sarghine	MA		0	Africa/Casablanca	31.9076	-4.42136				08	201		
11366109	Qsar Al Barrani	qsar-al-barrani	MA		0	Africa/Casablanca	31.91919	-4.38012				08	201		
11366110	Bni Yffousse	bni-yffousse	MA		0	Africa/Casablanca	31.90298	-4.40522				08	201		
11366111	Timzoughine	timzoughine	MA		0	Africa/Casablanca	31.89507	-4.41848				08	201		
11366112	Kba	kba	MA		0	Africa/Casablanca	31.90123	-4.42651				08	201		
11366123	Bni Mhalli	bni-mhalli	MA		0	Africa/Casablanca	31.89761	-4.37903				08	201		
11366124	Tittaf	tittaf	MA		0	Africa/Casablanca	31.89613	-4.34385				08	201		
11366125	Zawia Jdida	zawia-jdida	MA		0	Africa/Casablanca	31.91616	-4.37291				08	201		
11366126	Qçiba	qciba	MA		0	Africa/Casablanca	31.92248	-4.3823				08	201		
11366135	Bni Moussi	bni-moussi	MA		0	Africa/Casablanca	31.88796	-4.32249				08	201		
11366139	Imalwane	imalwane	MA		0	Africa/Casablanca	31.77976	-4.30269				08	201		
11366142	Qçar Moulay Mhamed	qcar-moulay-mhamed	MA		0	Africa/Casablanca	31.90312	-4.43887				08	201		
11366147	Haraine	haraine	MA		0	Africa/Casablanca	31.96973	-4.4702				08	201		
11366164	Qacba	qacba	MA		0	Africa/Casablanca	31.77058	-4.22699				08	201		
11366166	Ayt Ighef	ayt-ighef	MA		0	Africa/Casablanca	31.77447	-4.22141				08	201		
11366168	Qcar Lahrar	qcar-lahrar	MA		0	Africa/Casablanca	31.76908	-4.22798				08	201		
11366190	Igharm N-Chrif	igharm-n-chrif	MA		0	Africa/Casablanca	31.77167	-4.1281				08	201		
11366532	Oulad Sidi Bençaber	oulad-sidi-bencaber	MA		0	Africa/Casablanca	32.99872	-7.88884				06	461		
11366594	Ancien Cafe	ancien-cafe	MA		0	Africa/Casablanca	32.17284	-9.26066				07	431		
11366598	Dar Mohamed Ben Al ’Arbi	dar-mohamed-ben-al-arbi	MA		0	Africa/Casablanca	32.1589	-9.26215				07	431		
11366602	Douar Lahrarta	douar-lahrarta	MA		0	Africa/Casablanca	32.15383	-9.25896				07	431		
11366604	Lamçalla	lamcalla	MA		0	Africa/Casablanca	32.14509	-9.25755				07	431		
11366606	Dar Ab-bih	dar-ab-bih	MA		0	Africa/Casablanca	32.14812	-9.27212				07	431		
11366607	Dar Lihoudi	dar-lihoudi	MA		0	Africa/Casablanca	32.1452	-9.28706				07	431		
11366608	Dar Al Haj ’Omar	dar-al-haj-omar	MA		0	Africa/Casablanca	32.14144	-9.29033				07	431		
11366609	Douar Ach-Chikh Lahssen	douar-ach-chikh-lahssen	MA		0	Africa/Casablanca	32.14404	-9.26737				07	431		
11366612	Oulad Miloud	oulad-miloud	MA		0	Africa/Casablanca	32.13785	-9.27592				07	431		
11366613	Douar Lakwarba	douar-lakwarba	MA		0	Africa/Casablanca	32.1367	-9.26507				07	431		
11366615	Dar Hamid Ben ’Abbas	dar-hamid-ben-abbas	MA		0	Africa/Casablanca	32.13412	-9.27679				07	431		
11366616	Dar Hmida Ben Ach-Chawiya	dar-hmida-ben-ach-chawiya	MA		0	Africa/Casablanca	32.13579	-9.28977				07	431		
11366618	Douar Lagdali	douar-lagdali	MA		0	Africa/Casablanca	32.13279	-9.29346				07	431		
11366620	Dar Lahssen Ben Sallam	dar-lahssen-ben-sallam	MA		0	Africa/Casablanca	32.1226	-9.28994				07	431		
11366621	Oulad Zriwil	oulad-zriwil	MA		0	Africa/Casablanca	32.12467	-9.27942				07	431		
11366623	Oulad Miloud	oulad-miloud	MA		0	Africa/Casablanca	32.1288	-9.26127				07	431		
11366624	Oulad At-Taher Al Ghazwani	oulad-at-taher-al-ghazwani	MA		0	Africa/Casablanca	32.1195	-9.2642				07	431		
11366625	Oulad Miloud	oulad-miloud	MA		0	Africa/Casablanca	32.11329	-9.27981				07	431		
11366628	Dar Sahrout Mohamed	dar-sahrout-mohamed	MA		0	Africa/Casablanca	32.11713	-9.30928				07	431		
11366630	Oulad Ben Dawed	oulad-ben-dawed	MA		0	Africa/Casablanca	32.11048	-9.25404				07	431		
11366631	Douar D’akra	douar-d-akra	MA		0	Africa/Casablanca	32.10766	-9.25868				07	431		
11366633	Hssaynat	hssaynat	MA		0	Africa/Casablanca	32.09688	-9.25346				07	431		
11366635	Slamna	slamna	MA		0	Africa/Casablanca	32.10184	-9.26507				07	431		
11366637	Douar Assahel	douar-assahel	MA		0	Africa/Casablanca	32.11442	-9.29419				07	431		
11366639	Labwichti	labwichti	MA		0	Africa/Casablanca	32.10397	-9.28706				07	431		
11366640	Swalla	swalla	MA		0	Africa/Casablanca	32.09708	-9.27831				07	431		
11366642	Labçeçat	labcecat	MA		0	Africa/Casablanca	32.09302	-9.27318				07	431		
11366644	Hal Al Koudya	hal-al-koudya	MA		0	Africa/Casablanca	32.09344	-9.28669				07	431		
11366646	Oulad Sidi Bel’id	oulad-sidi-bel-id	MA		0	Africa/Casablanca	32.09867	-9.30295				07	431		
11366647	Douar Al Maleh	douar-al-maleh	MA		0	Africa/Casablanca	32.10542	-9.302				07	431		
11366650	Ch’ibat	ch-ibat	MA		0	Africa/Casablanca	32.09331	-9.31072				07	431		
11366651	La’wissat	la-wissat	MA		0	Africa/Casablanca	32.08448	-9.32438				07	431		
11366653	Lahnaçla	lahnacla	MA		0	Africa/Casablanca	32.08804	-9.30423				07	431		
11366654	Oulad Sliman	oulad-sliman	MA		0	Africa/Casablanca	32.0807	-9.30455				07	431		
11366656	Zib Dyabat	zib-dyabat	MA		0	Africa/Casablanca	32.07583	-9.27477				07	431		
11366658	Douar La’reb	douar-la-reb	MA		0	Africa/Casablanca	32.08123	-9.26742				07	431		
11366661	Tabwalt	tabwalt	MA		0	Africa/Casablanca	32.07891	-9.26052				07	431		
11366662	Rawdet Baddiz	rawdet-baddiz	MA		0	Africa/Casablanca	32.05396	-9.26541				07	431		
11366664	Lam’atla	lam-atla	MA		0	Africa/Casablanca	32.05812	-9.27797				07	431		
11366665	Douar Laklalssa	douar-laklalssa	MA		0	Africa/Casablanca	32.06754	-9.28857				07	431		
11366666	Oulad Sidi Mhamed Ben Al ’Arbi	oulad-sidi-mhamed-ben-al-arbi	MA		0	Africa/Casablanca	32.05415	-9.29367				07	431		
11366667	Lakrakriya	lakrakriya	MA		0	Africa/Casablanca	32.04437	-9.29179				07	431		
11366668	Douar Oulad Al Hachmi	douar-oulad-al-hachmi	MA		0	Africa/Casablanca	32.04884	-9.30848				07	431		
11366669	Sidi Al Ma’te	sidi-al-ma-te	MA		0	Africa/Casablanca	32.05044	-9.30648				07	431		
11366670	Douar Faddan Ad-doum	douar-faddan-ad-doum	MA		0	Africa/Casablanca	32.05322	-9.31859				07	431		
11366671	Douar ’Bibou	douar-bibou	MA		0	Africa/Casablanca	32.07192	-9.31176				07	431		
11366673	Dar Siguer Fçala	dar-siguer-fcala	MA		0	Africa/Casablanca	32.06306	-9.31874				07	431		
11366675	Douar La’yayssa	douar-la-yayssa	MA		0	Africa/Casablanca	32.05965	-9.32316				07	431		
11366677	Oulad Zarwal	oulad-zarwal	MA		0	Africa/Casablanca	32.06513	-9.32072				07	431		
11366678	Dar Al Haj Mbarek	dar-al-haj-mbarek	MA		0	Africa/Casablanca	32.06419	-9.32365				07	431		
11366681	Oulad Abdallah	oulad-abdallah	MA		0	Africa/Casablanca	32.04231	-9.31063				07	431		
11366683	Laqli’a	laqli-a	MA		0	Africa/Casablanca	32.04458	-9.32178				07	431		
11366686	Oulad Sidi Ar-Ragragui	oulad-sidi-ar-ragragui	MA		0	Africa/Casablanca	32.03668	-9.30591				07	431		
11366688	Dar Assahyawi ’Ali	dar-assahyawi-ali	MA		0	Africa/Casablanca	32.0403	-9.29641				07	431		
11366691	Moulay ’Abd Slam	moulay-abd-slam	MA		0	Africa/Casablanca	32.03666	-9.33046				07	431		
11366692	Lalla Harbala	lalla-harbala	MA		0	Africa/Casablanca	32.03116	-9.34749				07			
11366694	Dar At Tahar Ben Ahmed	dar-at-tahar-ben-ahmed	MA		0	Africa/Casablanca	32.02283	-9.34097				07	431		
11366695	Douar Ad-Dahra	douar-ad-dahra	MA		0	Africa/Casablanca	32.02496	-9.32835				07	431		
11366700	Dar Mohamed Al Guadiri	dar-mohamed-al-guadiri	MA		0	Africa/Casablanca	32.01267	-9.3278				07	431		
11366701	’Zibou Al Kirir Mhamed	zibou-al-kirir-mhamed	MA		0	Africa/Casablanca	32.01632	-9.31861				07	431		
11366702	’Aggouz	aggouz	MA		0	Africa/Casablanca	32.01364	-9.3217				07	431		
11366709	Dar Caleh Ben ’Abd Lakbir	dar-caleh-ben-abd-lakbir	MA		0	Africa/Casablanca	32.01473	-9.29505				07	431		
11366713	Dar Mohamed Ben Doukkali	dar-mohamed-ben-doukkali	MA		0	Africa/Casablanca	32.03867	-9.25428				07	431		
11366716	Douar Oulad Mer	douar-oulad-mer	MA		0	Africa/Casablanca	32.03681	-9.25379				07	431		
11366720	Çnanat	cnanat	MA		0	Africa/Casablanca	32.01941	-9.28295				07	431		
11366721	Oulad ’Mira	oulad-mira	MA		0	Africa/Casablanca	32.00782	-9.28204				07	431		
11366723	Oulad Ben Mwiha	oulad-ben-mwiha	MA		0	Africa/Casablanca	32.00634	-9.2872				07	431		
11366724	Rjal Ach-Cha’ba	rjal-ach-cha-ba	MA		0	Africa/Casablanca	32.00458	-9.28438				07	431		
11366727	Lakhmichat	lakhmichat	MA		0	Africa/Casablanca	31.99788	-9.32357				07	431		
11366729	Douar Laghwader	douar-laghwader	MA		0	Africa/Casablanca	31.99668	-9.34948				07	431		
11366730	Sriz	sriz	MA		0	Africa/Casablanca	32.08137	-9.32483				07	431		
11366732	Douar Oulad ’mer	douar-oulad-mer	MA		0	Africa/Casablanca	32.04676	-9.25113				07	431		
11366733	Douar Oulad Mancour	douar-oulad-mancour	MA		0	Africa/Casablanca	32.92097	-8.68662				06	181		
11366734	Douar Dwadda	douar-dwadda	MA		0	Africa/Casablanca	32.91764	-8.66738				06	181		
11366735	Douar Ed-Dchar	douar-ed-dchar	MA		0	Africa/Casablanca	32.92351	-8.65442				06	181		
11366736	Douar Labgagra	douar-labgagra	MA		0	Africa/Casablanca	32.92645	-8.65259				06	181		
11366737	Douar Oulad Mbarek Rbayi	douar-oulad-mbarek-rbayi	MA		0	Africa/Casablanca	32.92378	-8.68117				06	181		
11366741	Douar Oulad Bou Fatma	douar-oulad-bou-fatma	MA		0	Africa/Casablanca	32.92854	-8.67801				06	181		
11366743	Douar El Haroucha	douar-el-haroucha	MA		0	Africa/Casablanca	32.94053	-8.68495				06	181		
11366756	Douar Draïchat	douar-draichat	MA		0	Africa/Casablanca	32.91356	-8.79508				06	181		
11366765	Lassila	lassila	MA		0	Africa/Casablanca	32.89218	-8.84537				06	181		
11366769	Douar El Fadla	douar-el-fadla	MA		0	Africa/Casablanca	32.8865	-8.82349				06	181		
11366776	Douar Maarif	douar-maarif	MA		0	Africa/Casablanca	32.87521	-8.75205				06	181		
11366777	Douar Moulay Idriss	douar-moulay-idriss	MA		0	Africa/Casablanca	32.87613	-8.7637				06	181		
11366780	Yakoub Olad	yakoub-olad	MA		0	Africa/Casablanca	32.86672	-8.77592				06	181		
11366791	Douar Dridrat	douar-dridrat	MA		0	Africa/Casablanca	32.86639	-8.84684				06	181		
11366796	Mon. Cantra.	mon-cantra	MA		0	Africa/Casablanca	32.86136	-8.87315				06	181		
11366799	Dar El Rhabba	dar-el-rhabba	MA		0	Africa/Casablanca	32.84278	-8.88478				06	181		
11366815	Douar Ahmed Ben Meriem	douar-ahmed-ben-meriem	MA		0	Africa/Casablanca	32.82888	-8.8191				06	181		
11366818	Douar El Khaouda	douar-el-khaouda	MA		0	Africa/Casablanca	32.83821	-8.78509				06	181		
11366824	Douar Rhanem Bou Abbés	douar-rhanem-bou-abbes	MA		0	Africa/Casablanca	32.8351	-8.75548				06	181		
11366827	Douar El Khedara	douar-el-khedara	MA		0	Africa/Casablanca	32.80448	-8.76102				06	181		
11366830	Dar Abd El Kamel	dar-abd-el-kamel	MA		0	Africa/Casablanca	32.79414	-8.78215				06	181		
11366831	Douar Oulad. Bouchaïbou Bel Haj	douar-oulad-bouchaibou-bel-haj	MA		0	Africa/Casablanca	32.80081	-8.79966				06	181		
11366832	Dar Abdallah Bel Harbi	dar-abdallah-bel-harbi	MA		0	Africa/Casablanca	32.80414	-8.77142				06	181		
11366860	Zaoula Sidi Ahd. Mbarek	zaoula-sidi-ahd-mbarek	MA		0	Africa/Casablanca	32.807	-8.89732				06	181		
11366861	Douar Chrifat	douar-chrifat	MA		0	Africa/Casablanca	32.80277	-8.90231				06	181		
11366863	Douar El Amarna	douar-el-amarna	MA		0	Africa/Casablanca	32.80404	-8.92194				06	181		
11366882	Haït Ahmed Bou Ali	hait-ahmed-bou-ali	MA		0	Africa/Casablanca	32.76446	-8.97631				06	467		
11366887	Douar El Hanabla	douar-el-hanabla	MA		0	Africa/Casablanca	32.77509	-8.9526				06	467		
11366909	Douar Ech Chouka	douar-ech-chouka	MA		0	Africa/Casablanca	32.78108	-8.84512				06	181		
11366910	Douar Olad Remdane	douar-olad-remdane	MA		0	Africa/Casablanca	32.77316	-8.82684				06	181		
11366912	Douar Oulad Bergui El Joumaa	douar-oulad-bergui-el-joumaa	MA		0	Africa/Casablanca	32.77908	-8.83297				06	181		
11366918	Douar Bel Atmania	douar-bel-atmania	MA		0	Africa/Casablanca	32.77605	-8.79542				06	181		
11366919	Douar Sidi Driss	douar-sidi-driss	MA		0	Africa/Casablanca	32.76215	-8.79251				06	181		
11366922	Douar El Ksar	douar-el-ksar	MA		0	Africa/Casablanca	32.7826	-8.77308				06	181		
11366923	Douar Ben Fatma	douar-ben-fatma	MA		0	Africa/Casablanca	32.77786	-8.76564				06	181		
11366928	Douar El Houasna	douar-el-houasna	MA		0	Africa/Casablanca	32.75438	-8.7767				06	181		
11366930	Douar El Ouatla	douar-el-ouatla	MA		0	Africa/Casablanca	32.75863	-8.79966				06	181		
11366946	Douar El Houamda	douar-el-houamda	MA		0	Africa/Casablanca	32.74809	-9.00152				06	467		
11366958	Sidi ’Ali	sidi-ali	MA		0	Africa/Casablanca	32.20608	-8.22894				07	427		
11366961	Rquibet	rquibet	MA		0	Africa/Casablanca	32.2449	-8.20938				07	427		
11366964	Ktaytira	ktaytira	MA		0	Africa/Casablanca	32.20236	-8.21645				07	427		
11366971	’Azibou Sidi ’Azzouz	azibou-sidi-azzouz	MA		0	Africa/Casablanca	32.15116	-8.21209				07	427		
11366978	Oulad Ach Chleh	oulad-ach-chleh	MA		0	Africa/Casablanca	32.10523	-8.24697				07	585		
11366979	Omar Ben Hassina	omar-ben-hassina	MA		0	Africa/Casablanca	32.0964	-8.21608				07	427		
11366984	Al Qarya	al-qarya	MA		0	Africa/Casablanca	32.05517	-8.22662				07	351		
11366988	’Abderrahmane Bayed	abderrahmane-bayed	MA		0	Africa/Casablanca	32.02266	-8.22284				07	351		
11366991	Ach Chorqat	ach-chorqat	MA		0	Africa/Casablanca	32.00268	-8.23214				07	351		
11366992	Oulad Driss	oulad-driss	MA		0	Africa/Casablanca	31.99961	-8.22763				07	351		
11366994	Sidi ’Abbas	sidi-abbas	MA		0	Africa/Casablanca	32.01495	-8.1483				07	351		
11366997	Aounet	aounet	MA		0	Africa/Casablanca	32.02603	-8.17999				07	351		
11367005	Swilmat	swilmat	MA		0	Africa/Casablanca	32.09585	-8.14838				07	427		
11367008	Reguibet	reguibet	MA		0	Africa/Casablanca	32.11248	-8.12893				07	427		
11367011	Al Qariat	al-qariat	MA		0	Africa/Casablanca	32.1736	-8.1728				07	427		
11367014	’Azibou Sidi Mohamed	azibou-sidi-mohamed	MA		0	Africa/Casablanca	32.20177	-8.16325				07	427		
11367033	Sidi Mokhtar	sidi-mokhtar	MA		0	Africa/Casablanca	32.18871	-8.14167				07	427		
11367038	Qlay’a	qlay-a	MA		0	Africa/Casablanca	32.16399	-8.12464				07	427		
11367039	Oulad ’Abid	oulad-abid	MA		0	Africa/Casablanca	32.16479	-8.13573				07	427		
11367047	Ahfir Hawfa	ahfir-hawfa	MA		0	Africa/Casablanca	32.08081	-8.09346				07	427		
11367053	Oulad Al ’Ayyachi	oulad-al-ayyachi	MA		0	Africa/Casablanca	32.02125	-8.08348				07	351		
11367054	Nzalet Ach Charij	nzalet-ach-charij	MA		0	Africa/Casablanca	32.01362	-8.12674				07	351		
11367057	Oulad ’Ali Ben Ahmed	oulad-ali-ben-ahmed	MA		0	Africa/Casablanca	32.00162	-8.05105				07	351		
11367059	Moulay Az Zayda	moulay-az-zayda	MA		0	Africa/Casablanca	32.01246	-8.03604				07	427		
11367062	Aït Yassine Bidawa	ait-yassine-bidawa	MA		0	Africa/Casablanca	32.01775	-8.02465				07	427		
11367068	Oulad Al Bwiyyat	oulad-al-bwiyyat	MA		0	Africa/Casablanca	32.04181	-8.01798				07	427		
11367074	Oulad An Nafa’	oulad-an-nafa	MA		0	Africa/Casablanca	32.09165	-8.03496				07	427		
11367083	Nzalet Kamouna	nzalet-kamouna	MA		0	Africa/Casablanca	32.15033	-8.02721				07	427		
11367090	Lakhmilat	lakhmilat	MA		0	Africa/Casablanca	32.18953	-8.07085				07	427		
11367093	Lakhmilat	lakhmilat	MA		0	Africa/Casablanca	32.20837	-8.06323				07	427		
11367105	Chikh Sidi ’Ali	chikh-sidi-ali	MA		0	Africa/Casablanca	32.23311	-8.00205				07	427		
11367107	Laqtib	laqtib	MA		0	Africa/Casablanca	32.2081	-8.00928				07	427		
11367112	Aït Hammane	ait-hammane	MA		0	Africa/Casablanca	32.09215	-8.00913				07	427		
11367113	Srahna	srahna	MA		0	Africa/Casablanca	32.05315	-8.00557				07	427		
11367122	Douar Oulad Sidi Ahmed	douar-oulad-sidi-ahmed	MA		0	Africa/Casablanca	32.98788	-8.72776				06	181		
11367124	Douar Sfa	douar-sfa	MA		0	Africa/Casablanca	32.99409	-8.7189				06	181		
11367126	Douar Kwamla	douar-kwamla	MA		0	Africa/Casablanca	32.98267	-8.71243				06	181		
11367130	Douar Oulad Sidi ’Abbou	douar-oulad-sidi-abbou	MA		0	Africa/Casablanca	32.97402	-8.71315				06	181		
11367131	Douar Oulad Brahim Bou Slimane	douar-oulad-brahim-bou-slimane	MA		0	Africa/Casablanca	32.96759	-8.73651				06	181		
11367133	Douar Harabat	douar-harabat	MA		0	Africa/Casablanca	32.9582	-8.73708				06	181		
11367134	Douar Bouch’ibou Ech-chelh	douar-bouch-ibou-ech-chelh	MA		0	Africa/Casablanca	32.95958	-8.71476				06	181		
11367139	Douar Oulad Rherm	douar-oulad-rherm	MA		0	Africa/Casablanca	32.95234	-8.70609				06	181		
11367141	Rhar El-Agaig	rhar-el-agaig	MA		0	Africa/Casablanca	32.94358	-8.73382				06	181		
11367146	Douar Oulad Bou ’Adel	douar-oulad-bou-adel	MA		0	Africa/Casablanca	32.94774	-8.69412				06	181		
11367147	Douar Qaria	douar-qaria	MA		0	Africa/Casablanca	32.94304	-8.69798				06	181		
11367148	Douar Arkay’a	douar-arkay-a	MA		0	Africa/Casablanca	32.93779	-8.70677				06	181		
11367149	Douar Lamhizlat	douar-lamhizlat	MA		0	Africa/Casablanca	32.93599	-8.71212				06	181		
11367150	Douar Chnatwa	douar-chnatwa	MA		0	Africa/Casablanca	32.93831	-8.72129				06	181		
11367152	Douar Oulad Bou Miloud	douar-oulad-bou-miloud	MA		0	Africa/Casablanca	32.92817	-8.74314				06	181		
11367154	May Jillali	may-jillali	MA		0	Africa/Casablanca	32.92794	-8.72673				06	181		
11367158	Douar Oulad Issa	douar-oulad-issa	MA		0	Africa/Casablanca	32.91928	-8.74626				06	181		
11367161	Douar Chnatwa	douar-chnatwa	MA		0	Africa/Casablanca	32.91431	-8.72244				06	181		
11367162	Douar Lalla Zahra	douar-lalla-zahra	MA		0	Africa/Casablanca	32.9185	-8.71651				06	181		
11367164	Douar Oulad Ali Bou Rbi’a	douar-oulad-ali-bou-rbi-a	MA		0	Africa/Casablanca	32.99422	-8.69828				06	181		
11367165	Douar Haddada	douar-haddada	MA		0	Africa/Casablanca	32.99375	-8.69293				06	181		
11367166	Douar Ftannsa	douar-ftannsa	MA		0	Africa/Casablanca	32.97623	-8.69529				06	181		
11367168	Dar El ’Waza	dar-el-waza	MA		0	Africa/Casablanca	32.96517	-8.68894				06	181		
11367169	Douar Laguilchate	douar-laguilchate	MA		0	Africa/Casablanca	32.95591	-8.70053				06	181		
11367171	Douar Barka	douar-barka	MA		0	Africa/Casablanca	32.91559	-8.69115				06	181		
11367172	Douar Sidi Ahmed	douar-sidi-ahmed	MA		0	Africa/Casablanca	32.91298	-8.70714				06	181		
11367173	Douar Oulad Sidi Abdeslem	douar-oulad-sidi-abdeslem	MA		0	Africa/Casablanca	32.91043	-8.70072				06	181		
11367175	Douar Moulay Driss	douar-moulay-driss	MA		0	Africa/Casablanca	32.8968	-8.72685				06	181		
11367178	Douar Oulad Bou Ahmed	douar-oulad-bou-ahmed	MA		0	Africa/Casablanca	32.8934	-8.70921				06	181		
11367179	Douar Oulad Sidi Bouch	douar-oulad-sidi-bouch	MA		0	Africa/Casablanca	32.89604	-8.69991				06	181		
11367181	Douar Zkakha	douar-zkakha	MA		0	Africa/Casablanca	32.88319	-8.70081				06	181		
11367183	Douar Senhaja	douar-senhaja	MA		0	Africa/Casablanca	32.88146	-8.72115				06	181		
11367189	Douar El Msamha El Khaïline	douar-el-msamha-el-khailine	MA		0	Africa/Casablanca	32.85039	-8.72688				06	181		
11367193	Douar Oulad Ghanem	douar-oulad-ghanem	MA		0	Africa/Casablanca	32.84418	-8.70394				06	181		
11367196	Douar Chbaynat	douar-chbaynat	MA		0	Africa/Casablanca	32.83051	-8.73144				06	181		
11367199	Douar Oulad Bou M’iza	douar-oulad-bou-m-iza	MA		0	Africa/Casablanca	32.80988	-8.74286				06	181		
11367201	Douar Oulad Nasseur	douar-oulad-nasseur	MA		0	Africa/Casablanca	32.80688	-8.70235				06	181		
11367207	Douar Triat	douar-triat	MA		0	Africa/Casablanca	32.79085	-8.70401				06	181		
11367209	Douar El Bahla	douar-el-bahla	MA		0	Africa/Casablanca	32.79602	-8.69165				06	181		
11367210	Douar Lamsabha	douar-lamsabha	MA		0	Africa/Casablanca	32.77768	-8.72019				06	181		
11367211	Douar Abdeslem Bou Fadla	douar-abdeslem-bou-fadla	MA		0	Africa/Casablanca	32.77127	-8.74164				06	181		
11367213	Douar Laghwalma	douar-laghwalma	MA		0	Africa/Casablanca	32.75978	-8.70982				06	181		
11367215	Douar Dripkat	douar-dripkat	MA		0	Africa/Casablanca	32.76987	-8.69025				06	181		
11367221	Douar Oulad Nasseur	douar-oulad-nasseur	MA		0	Africa/Casablanca	32.75748	-8.67533				06	181		
11367224	Douar El Khida	douar-el-khida	MA		0	Africa/Casablanca	32.7719	-8.66036				06	181		
11367225	Douar Harawat	douar-harawat	MA		0	Africa/Casablanca	32.76249	-8.66444				06	181		
11367226	Douar Ghanem El Fawala	douar-ghanem-el-fawala	MA		0	Africa/Casablanca	32.75821	-8.66482				06	181		
11367227	Douar Mbarek Bou El Mfadel	douar-mbarek-bou-el-mfadel	MA		0	Africa/Casablanca	32.74879	-8.64513				06	181		
11367229	Douar El Karma	douar-el-karma	MA		0	Africa/Casablanca	32.76728	-8.65763				06	181		
11367230	Douar Zabla	douar-zabla	MA		0	Africa/Casablanca	32.76947	-8.64725				06	181		
11367232	Douar Lahmamcha	douar-lahmamcha	MA		0	Africa/Casablanca	32.78212	-8.65373				06	181		
11367233	Douar Tri’at	douar-tri-at	MA		0	Africa/Casablanca	32.77752	-8.67896				06	181		
11367237	Douar Lamwissat	douar-lamwissat	MA		0	Africa/Casablanca	32.81177	-8.67719				06	181		
11367239	Douar Oulad Çalah	douar-oulad-calah	MA		0	Africa/Casablanca	32.80616	-8.64536				06	181		
11367240	Azibou Lqaïd May Tahar	azibou-lqaid-may-tahar	MA		0	Africa/Casablanca	32.8229	-8.66585				06	181		
11367243	Douar Laqnadla	douar-laqnadla	MA		0	Africa/Casablanca	32.83485	-8.6795				06	181		
11367246	Douar Es-Savlat	douar-es-savlat	MA		0	Africa/Casablanca	32.82903	-8.6496				06	181		
11367247	Douar El Qamra	douar-el-qamra	MA		0	Africa/Casablanca	32.84707	-8.6781				06	181		
11367250	Douar Oulad El ’Asri	douar-oulad-el-asri	MA		0	Africa/Casablanca	32.84924	-8.65766				06	181		
11367251	Douar Zwawga	douar-zwawga	MA		0	Africa/Casablanca	32.86482	-8.65563				06	181		
11367257	Douar Zwawqa	douar-zwawqa	MA		0	Africa/Casablanca	32.88097	-8.66296				06	181		
11367264	Douar Oulad ’Ali	douar-oulad-ali	MA		0	Africa/Casablanca	32.90072	-8.68504				06	181		
11367265	Douar Senya	douar-senya	MA		0	Africa/Casablanca	32.90687	-8.68302				06	181		
11367268	Douar Oulad Daheh	douar-oulad-daheh	MA		0	Africa/Casablanca	32.88697	-8.62253				06	181		
11367271	Douar Gharbakta	douar-gharbakta	MA		0	Africa/Casablanca	32.87575	-8.60082				06	181		
11367278	Douar El Hamouza	douar-el-hamouza	MA		0	Africa/Casablanca	32.84836	-8.63166				06	181		
11367279	Douar Khaybat	douar-khaybat	MA		0	Africa/Casablanca	32.83398	-8.58969				06	181		
11367280	Douar El Atayat	douar-el-atayat	MA		0	Africa/Casablanca	32.83203	-8.60973				06	181		
11367281	Douar Oulad Sidi Hssine	douar-oulad-sidi-hssine	MA		0	Africa/Casablanca	32.82643	-8.6129				06	181		
11367285	Douar Lahsasna	douar-lahsasna	MA		0	Africa/Casablanca	32.81419	-8.62828				06	181		
11367287	Douar Oulad El Ghandouri	douar-oulad-el-ghandouri	MA		0	Africa/Casablanca	32.81006	-8.62483				06	181		
11367288	Douar El ’Awd	douar-el-awd	MA		0	Africa/Casablanca	32.81164	-8.59929				06	181		
11367289	Douar Tahar Mekar	douar-tahar-mekar	MA		0	Africa/Casablanca	32.80609	-8.60152				06	181		
11367292	Douar Zwarma	douar-zwarma	MA		0	Africa/Casablanca	32.81127	-8.59609				06	181		
11367294	Douar La’layjate	douar-la-layjate	MA		0	Africa/Casablanca	32.79186	-8.62851				06	181		
11367296	Douar El Menasra	douar-el-menasra	MA		0	Africa/Casablanca	32.79562	-8.61664				06	181		
11367304	Douar Lahmamcha	douar-lahmamcha	MA		0	Africa/Casablanca	32.77021	-8.61129				06	181		
11367305	Douar Ch’ibate	douar-ch-ibate	MA		0	Africa/Casablanca	32.78272	-8.59673				06	181		
11367306	Douar Rwiklate	douar-rwiklate	MA		0	Africa/Casablanca	32.76573	-8.62874				06	181		
11367307	Douar Oulad Bou Salem	douar-oulad-bou-salem	MA		0	Africa/Casablanca	32.7584	-8.6402				06	181		
11367308	Douar Laqwadra	douar-laqwadra	MA		0	Africa/Casablanca	32.74988	-8.64016				06	181		
11367309	Douar Dgagda	douar-dgagda	MA		0	Africa/Casablanca	32.75945	-8.61141				06	181		
11367311	Douar Lahyayna	douar-lahyayna	MA		0	Africa/Casablanca	32.77026	-8.60199				06	181		
11367312	Douar Oulad Lhaj Ghanem	douar-oulad-lhaj-ghanem	MA		0	Africa/Casablanca	32.76038	-8.60232				06	181		
11367313	Douar Sraghna	douar-sraghna	MA		0	Africa/Casablanca	32.75891	-8.59816				06	181		
11367315	Douar Oulad Ya’goube	douar-oulad-ya-goube	MA		0	Africa/Casablanca	32.74924	-8.58625				06	467		
11367316	Douar Swalah	douar-swalah	MA		0	Africa/Casablanca	32.76858	-8.59106				06	181		
11367318	Douar La’syebe	douar-la-syebe	MA		0	Africa/Casablanca	32.75716	-8.57449				06	467		
11367320	Douar Ech-Chhouba	douar-ech-chhouba	MA		0	Africa/Casablanca	32.74882	-8.55447				06	467		
11367321	Douar Lamwissat	douar-lamwissat	MA		0	Africa/Casablanca	32.75966	-8.56948				06	467		
11367322	Douar Sahrawa	douar-sahrawa	MA		0	Africa/Casablanca	32.76634	-8.55798				06	467		
11367324	Douar Oulad Mamoune	douar-oulad-mamoune	MA		0	Africa/Casablanca	32.76691	-8.55338				06	467		
11367327	Douar El Bakara	douar-el-bakara	MA		0	Africa/Casablanca	32.7748	-8.53667				06	467		
11367329	Douar Ghaïlat	douar-ghailat	MA		0	Africa/Casablanca	32.7803	-8.53477				06	467		
11367330	Dhar Es-sour	dhar-es-sour	MA		0	Africa/Casablanca	32.8079	-8.5713				06	181		
11367336	Douar Bel’id	douar-bel-id	MA		0	Africa/Casablanca	32.8275	-8.57598				06	181		
11367347	Douar Oulad Hssine	douar-oulad-hssine	MA		0	Africa/Casablanca	32.87234	-8.54977				06	181		
11367350	Douar La’badla	douar-la-badla	MA		0	Africa/Casablanca	32.87526	-8.53052				06	181		
11367354	Douar Oulad Ghanem	douar-oulad-ghanem	MA		0	Africa/Casablanca	32.88047	-8.56288				06	181		
11367361	Douar La’yayda	douar-la-yayda	MA		0	Africa/Casablanca	32.90751	-8.54741				06	181		
11367362	Dar Habib	dar-habib	MA		0	Africa/Casablanca	32.91152	-8.56644				06	181		
11367363	Douar Bzaza	douar-bzaza	MA		0	Africa/Casablanca	32.91832	-8.55728				06	181		
11367366	Douar Oulad La’raje	douar-oulad-la-raje	MA		0	Africa/Casablanca	32.92651	-8.58401				06	181		
11367370	Douar Ech-chwimat	douar-ech-chwimat	MA		0	Africa/Casablanca	32.92945	-8.56144				06	181		
11367371	Douar Fratla	douar-fratla	MA		0	Africa/Casablanca	32.9243	-8.55346				06	181		
11367374	Douar Grawate	douar-grawate	MA		0	Africa/Casablanca	32.93292	-8.5304				06	181		
11367376	Douar Bahala	douar-bahala	MA		0	Africa/Casablanca	32.94269	-8.53776				06	181		
11367377	Douar Chwarba	douar-chwarba	MA		0	Africa/Casablanca	32.9484	-8.55541				06	181		
11367378	Douar Laqwasme	douar-laqwasme	MA		0	Africa/Casablanca	32.94712	-8.56464				06	181		
11367386	Douar La’rabda	douar-la-rabda	MA		0	Africa/Casablanca	32.95388	-8.53665				06	181		
11367387	Douar Oulad Rafa	douar-oulad-rafa	MA		0	Africa/Casablanca	32.96282	-8.52799				06	181		
11367388	Douar Oulad Reta	douar-oulad-reta	MA		0	Africa/Casablanca	32.97033	-8.52612				06	181		
11367389	Douar Oulad Dbouba	douar-oulad-dbouba	MA		0	Africa/Casablanca	32.97697	-8.57271				06	181		
11367391	Douar Oulad Wasmine	douar-oulad-wasmine	MA		0	Africa/Casablanca	32.98216	-8.55582				06	181		
11367402	Douar Lamnasra	douar-lamnasra	MA		0	Africa/Casablanca	32.95014	-8.50669				06	181		
11367403	Douar M’amra	douar-m-amra	MA		0	Africa/Casablanca	32.94506	-8.53077				06	181		
11367404	Oulad Fayd	oulad-fayd	MA		0	Africa/Casablanca	32.94503	-8.50943				06	181		
11367407	Oulad Jeddi	oulad-jeddi	MA		0	Africa/Casablanca	32.934	-8.5301				06	181		
11367409	Douar Sidi Bou Abbes	douar-sidi-bou-abbes	MA		0	Africa/Casablanca	32.93174	-8.5047				06	181		
11367410	Douar Ourarda	douar-ourarda	MA		0	Africa/Casablanca	32.9222	-8.52486				06	181		
11367411	Douar Habara	douar-habara	MA		0	Africa/Casablanca	32.91717	-8.52123				06	181		
11367413	Douar Zalim	douar-zalim	MA		0	Africa/Casablanca	32.92575	-8.51634				06	181		
11367418	Douar La’mamra	douar-la-mamra	MA		0	Africa/Casablanca	32.90703	-8.52864				06	181		
11367419	Dar Guebbas	dar-guebbas	MA		0	Africa/Casablanca	32.90008	-8.52063				06	181		
11367420	Douar Khozaala	douar-khozaala	MA		0	Africa/Casablanca	32.89831	-8.50778				06	181		
11367422	Drarja	drarja	MA		0	Africa/Casablanca	32.89406	-8.53039				06	181		
11367427	Dar Sidi Allal	dar-sidi-allal	MA		0	Africa/Casablanca	32.87721	-8.51342				06	181		
11367429	Douar Rwahla	douar-rwahla	MA		0	Africa/Casablanca	32.85771	-8.52423				06	181		
11367432	Douar Lam’achat	douar-lam-achat	MA		0	Africa/Casablanca	32.83543	-8.51636				06	181		
11367433	Douar Bir Kedim	douar-bir-kedim	MA		0	Africa/Casablanca	32.82717	-8.51265				06	181		
11367436	Douar Swahla	douar-swahla	MA		0	Africa/Casablanca	32.80304	-8.51183				06	181		
11367437	Douar La’babsa	douar-la-babsa	MA		0	Africa/Casablanca	32.79792	-8.51614				06	181		
11367440	Douar Cheïkh Hammou	douar-cheikh-hammou	MA		0	Africa/Casablanca	32.74768	-8.51749				06	467		
11367447	Douar Oulad El Qaïd	douar-oulad-el-qaid	MA		0	Africa/Casablanca	32.80767	-8.63185				06	181		
11367448	Douar El Gharrouda	douar-el-gharrouda	MA		0	Africa/Casablanca	32.76136	-8.74629				06	181		
11367455	Douar La’wadla	douar-la-wadla	MA		0	Africa/Casablanca	32.95211	-8.67662				06	181		
11367456	Douar Labbachta	douar-labbachta	MA		0	Africa/Casablanca	32.95169	-8.66795				06	181		
11367457	Douar El Awlat	douar-el-awlat	MA		0	Africa/Casablanca	32.95526	-8.67497				06	181		
11367459	Douar Lakhoui	douar-lakhoui	MA		0	Africa/Casablanca	32.94015	-8.64384				06	181		
11367460	Douar Oulad ’Mare	douar-oulad-mare	MA		0	Africa/Casablanca	32.93426	-8.64759				06	181		
11367461	Douar Oulad Fqira	douar-oulad-fqira	MA		0	Africa/Casablanca	32.95547	-8.68231				06	181		
11367462	Douar Oulad Harkati	douar-oulad-harkati	MA		0	Africa/Casablanca	32.96088	-8.67079				06	181		
11367463	Douar Ftannsa	douar-ftannsa	MA		0	Africa/Casablanca	32.98108	-8.68856				06	181		
11367464	Douar Oulad El Aja	douar-oulad-el-aja	MA		0	Africa/Casablanca	32.97857	-8.69388				06	181		
11367465	Douar Oulad Hammouda	douar-oulad-hammouda	MA		0	Africa/Casablanca	32.97265	-8.66517				06	181		
11367466	Douar Tiayba	douar-tiayba	MA		0	Africa/Casablanca	32.97659	-8.66935				06	181		
11367467	Douar Talouh	douar-talouh	MA		0	Africa/Casablanca	32.96322	-8.65553				06	181		
11367468	Douar Ech-ch’ouja	douar-ech-ch-ouja	MA		0	Africa/Casablanca	32.96091	-8.64768				06	181		
11367469	Douar Tyaba	douar-tyaba	MA		0	Africa/Casablanca	32.97737	-8.66137				06	181		
11367471	Douar Bouchta	douar-bouchta	MA		0	Africa/Casablanca	32.97933	-8.64648				06	181		
11367474	Douar Hamra	douar-hamra	MA		0	Africa/Casablanca	32.97417	-8.63194				06	181		
11367477	Douar Bouch’ Ibou Bou Salem	douar-bouch-ibou-bou-salem	MA		0	Africa/Casablanca	32.99173	-8.66538				06	181		
11367479	Douar Oulad Bel’arbi	douar-oulad-bel-arbi	MA		0	Africa/Casablanca	32.98754	-8.64955				06	181		
11367482	Dar Bouchrit	dar-bouchrit	MA		0	Africa/Casablanca	32.98277	-8.60094				06	181		
11367483	Douar El Harrariyine	douar-el-harrariyine	MA		0	Africa/Casablanca	32.98041	-8.62495				06	181		
11367484	Douar El M’achat	douar-el-m-achat	MA		0	Africa/Casablanca	32.97405	-8.61646				06	181		
11367485	Douar Oulad Bel Khalfi	douar-oulad-bel-khalfi	MA		0	Africa/Casablanca	32.96865	-8.60979				06	181		
11367486	Douar Mkeïtla	douar-mkeitla	MA		0	Africa/Casablanca	32.96507	-8.60986				06	181		
11367488	Douar Jwabra	douar-jwabra	MA		0	Africa/Casablanca	32.95609	-8.6109				06	181		
11367489	Douar El ’Asri	douar-el-asri	MA		0	Africa/Casablanca	32.95532	-8.62294				06	181		
11367493	Douar Feghala	douar-feghala	MA		0	Africa/Casablanca	32.94094	-8.60069				06	181		
11367495	Douar Mwalda	douar-mwalda	MA		0	Africa/Casablanca	32.94069	-8.61605				06	181		
11367498	Douar ’Rbate	douar-rbate	MA		0	Africa/Casablanca	32.93249	-8.61004				06	181		
11367504	Douar Oulad L’abdi’	douar-oulad-l-abdi	MA		0	Africa/Casablanca	32.91308	-8.62526				06	181		
11367505	Douar Drouz	douar-drouz	MA		0	Africa/Casablanca	32.89977	-8.64212				06	181		
11367509	Douar Fedylate	douar-fedylate	MA		0	Africa/Casablanca	32.91584	-8.59781				06	181		
11367513	Douar Chouha	douar-chouha	MA		0	Africa/Casablanca	32.89892	-8.59187				06	181		
11367523	Oulad Ajil	oulad-ajil	MA		0	Africa/Casablanca	32.98132	-8.23135				06	181		
11367525	Oulad Mekki	oulad-mekki	MA		0	Africa/Casablanca	32.98409	-8.21569				06	181		
11367531	Er-Rag’a	er-rag-a	MA		0	Africa/Casablanca	32.96569	-8.23412				06	181		
11367532	Oulad Jdiya	oulad-jdiya	MA		0	Africa/Casablanca	32.9672	-8.2297				06	181		
11367534	Oulad Haja	oulad-haja	MA		0	Africa/Casablanca	32.96908	-8.21194				06	181		
11367535	El Hassinat	el-hassinat	MA		0	Africa/Casablanca	32.96018	-8.24622				06	181		
11367537	Frimat	frimat	MA		0	Africa/Casablanca	32.95435	-8.21279				06	181		
11367539	Oulad Mohammed ben Bou’azza	oulad-mohammed-ben-bou-azza	MA		0	Africa/Casablanca	32.95068	-8.21665				06	181		
11367540	Oulad Yakoub	oulad-yakoub	MA		0	Africa/Casablanca	32.94614	-8.21065				06	181		
11367542	Oulad Sidi Tahar	oulad-sidi-tahar	MA		0	Africa/Casablanca	32.96735	-8.19654				06	181		
11367544	Douar Ghzawna	douar-ghzawna	MA		0	Africa/Casablanca	32.93771	-8.22806				06	181		
11367548	Zwabta	zwabta	MA		0	Africa/Casablanca	32.93946	-8.20686				06	181		
11367551	Douar Ghorba	douar-ghorba	MA		0	Africa/Casablanca	32.92503	-8.21361				06	181		
11367555	Oulad Ali Ben Nasseur	oulad-ali-ben-nasseur	MA		0	Africa/Casablanca	32.91515	-8.19175				06	181		
11367556	La’rarsa	la-rarsa	MA		0	Africa/Casablanca	32.92606	-8.19525				06	181		
11367557	Missawa	missawa	MA		0	Africa/Casablanca	32.90068	-8.19687				06	181		
11367558	Douar Wawcha	douar-wawcha	MA		0	Africa/Casablanca	32.89752	-8.22343				06	181		
11367559	Zawyat Moulay Tahar	zawyat-moulay-tahar	MA		0	Africa/Casablanca	32.89452	-8.23905				06	181		
11367561	Twahra	twahra	MA		0	Africa/Casablanca	32.88999	-8.19208				06	181		
11367563	Kwalma	kwalma	MA		0	Africa/Casablanca	32.87843	-8.22192				06	181		
11367564	Lebjaj	lebjaj	MA		0	Africa/Casablanca	32.87725	-8.23565				06	181		
11367565	Dehamna	dehamna	MA		0	Africa/Casablanca	32.87387	-8.21489				06	181		
11367567	Douar Labhaïlat	douar-labhailat	MA		0	Africa/Casablanca	32.87785	-8.19853				06	181		
11367568	Douar ’Babsa	douar-babsa	MA		0	Africa/Casablanca	32.86136	-8.21561				06	181		
11367569	Douar Chwarba	douar-chwarba	MA		0	Africa/Casablanca	32.86046	-8.23041				06	181		
11367570	Amara ben El Haj	amara-ben-el-haj	MA		0	Africa/Casablanca	32.86493	-8.20177				06	181		
11367571	Jdou’a	jdou-a	MA		0	Africa/Casablanca	32.85485	-8.19143				06	181		
11367572	Oulad Sidi Hassine	oulad-sidi-hassine	MA		0	Africa/Casablanca	32.84501	-8.2128				06	181		
11367573	Rmoula	rmoula	MA		0	Africa/Casablanca	32.85447	-8.20823				06	181		
11367574	El Brinat	el-brinat	MA		0	Africa/Casablanca	32.84369	-8.22182				06	181		
11367577	Brinat	brinat	MA		0	Africa/Casablanca	32.82779	-8.22385				06	181		
11367578	Oulad Sidi Rghay	oulad-sidi-rghay	MA		0	Africa/Casablanca	32.82615	-8.21602				06	181		
11367579	Oulad Sidi Amara	oulad-sidi-amara	MA		0	Africa/Casablanca	32.82198	-8.21295				06	181		
11367581	Dehelsa	dehelsa	MA		0	Africa/Casablanca	32.81522	-8.2163				06	467		
11367582	Oulad Sidi Rahal	oulad-sidi-rahal	MA		0	Africa/Casablanca	32.80871	-8.21529				06	467		
11367583	Oulad Ali ben Ahmed	oulad-ali-ben-ahmed	MA		0	Africa/Casablanca	32.80483	-8.23999				06	467		
11367585	Oulad Ali	oulad-ali	MA		0	Africa/Casablanca	32.79601	-8.23468				06	467		
11367587	Oulad Sidi L’arbi	oulad-sidi-l-arbi	MA		0	Africa/Casablanca	32.79803	-8.20369				06	467		
11367589	Oulad ben Haj	oulad-ben-haj	MA		0	Africa/Casablanca	32.77708	-8.21884				06	467		
11367590	Oulad Zaïma	oulad-zaima	MA		0	Africa/Casablanca	32.77224	-8.21945				06	467		
11367591	Oulad Salah	oulad-salah	MA		0	Africa/Casablanca	32.76607	-8.2176				06	467		
11367595	Oulad Taïbi	oulad-taibi	MA		0	Africa/Casablanca	32.74824	-8.19545				06	467		
11367596	Oulad L’aïdi	oulad-l-aidi	MA		0	Africa/Casablanca	32.75751	-8.22073				06	467		
11367597	Oulad Chaoui	oulad-chaoui	MA		0	Africa/Casablanca	32.75647	-8.2179				06	467		
11367599	Oulad Farahr	oulad-farahr	MA		0	Africa/Casablanca	32.75492	-8.22876				06	467		
11367602	Oulad Bark	oulad-bark	MA		0	Africa/Casablanca	32.75546	-8.17179				06	467		
11367604	Oulad Hammou	oulad-hammou	MA		0	Africa/Casablanca	32.7591	-8.15464				06	467		
11367605	Oulad Driss	oulad-driss	MA		0	Africa/Casablanca	32.76286	-8.1543				06	467		
11367606	Baba Lafqih	baba-lafqih	MA		0	Africa/Casablanca	32.76679	-8.14984				06	467		
11367607	Slahma	slahma	MA		0	Africa/Casablanca	32.75607	-8.13915				06	467		
11367608	Oulad Hammou Ali	oulad-hammou-ali	MA		0	Africa/Casablanca	32.78126	-8.1558				06	467		
11367612	Braychat	braychat	MA		0	Africa/Casablanca	32.77358	-8.13919				06	467		
11367614	Oulad Hmida	oulad-hmida	MA		0	Africa/Casablanca	32.79151	-8.1546				06	467		
11367615	El Amsadda	el-amsadda	MA		0	Africa/Casablanca	32.79338	-8.18262				06	467		
11367621	Loukhibsat	loukhibsat	MA		0	Africa/Casablanca	32.8189	-8.18512				06	181		
11367622	Oulad Hadia	oulad-hadia	MA		0	Africa/Casablanca	32.81088	-8.16162				06	467		
11367623	Rouahla	rouahla	MA		0	Africa/Casablanca	32.81463	-8.15114				06	181		
11367624	El Koub	el-koub	MA		0	Africa/Casablanca	32.81389	-8.14464				06	181		
11367625	Zarara	zarara	MA		0	Africa/Casablanca	32.8294	-8.15858				06	181		
11367626	Oulad Sidi Bourahhou	oulad-sidi-bourahhou	MA		0	Africa/Casablanca	32.83392	-8.16718				06	181		
11367627	Dar Allal	dar-allal	MA		0	Africa/Casablanca	32.82482	-8.13721				06	181		
11367628	Msa’da	msa-da	MA		0	Africa/Casablanca	32.83241	-8.14211				06	181		
11367630	Dar Ben Jouwa	dar-ben-jouwa	MA		0	Africa/Casablanca	32.84086	-8.14715				06	181		
11367631	Hammou Ben Zerrari	hammou-ben-zerrari	MA		0	Africa/Casablanca	32.84744	-8.14799				06	181		
11367632	El Kouara	el-kouara	MA		0	Africa/Casablanca	32.84268	-8.18897				06	181		
11367633	Zkakra	zkakra	MA		0	Africa/Casablanca	32.84539	-8.18636				06	181		
11367635	Trachha	trachha	MA		0	Africa/Casablanca	32.8619	-8.17387				06	181		
11367636	El Maïz	el-maiz	MA		0	Africa/Casablanca	32.86969	-8.17691				06	181		
11367637	Douar Chroqa	douar-chroqa	MA		0	Africa/Casablanca	32.86954	-8.18292				06	181		
11367640	El Guiachi	el-guiachi	MA		0	Africa/Casablanca	32.85869	-8.14696				06	181		
11367641	Oulad Lahassene	oulad-lahassene	MA		0	Africa/Casablanca	32.86968	-8.13649				06	181		
11367642	Tebirh	tebirh	MA		0	Africa/Casablanca	32.87171	-8.14748				06	181		
11367643	Drigat	drigat	MA		0	Africa/Casablanca	32.88014	-8.18842				06	181		
11367645	Oulad Hajaj	oulad-hajaj	MA		0	Africa/Casablanca	32.88861	-8.16915				06	181		
11367646	Sidi Jalali ben Bou’azza	sidi-jalali-ben-bou-azza	MA		0	Africa/Casablanca	32.88003	-8.16108				06	181		
11367647	Oulad La’waj	oulad-la-waj	MA		0	Africa/Casablanca	32.88637	-8.16146				06	181		
11367650	El Mers	el-mers	MA		0	Africa/Casablanca	32.89365	-8.1588				06	181		
11367651	Oulad Slimane	oulad-slimane	MA		0	Africa/Casablanca	32.89603	-8.19035				06	181		
11367652	El Hachmi	el-hachmi	MA		0	Africa/Casablanca	32.90356	-8.18601				06	181		
11367655	Lahmidat	lahmidat	MA		0	Africa/Casablanca	32.90399	-8.16065				06	181		
11367656	Abderrahmane	abderrahmane	MA		0	Africa/Casablanca	32.91333	-8.17159				06	181		
11367657	Oulad Mohamed	oulad-mohamed	MA		0	Africa/Casablanca	32.91034	-8.14503				06	181		
11367662	El Hamidat	el-hamidat	MA		0	Africa/Casablanca	32.91527	-8.14383				06	181		
11367664	Chratla	chratla	MA		0	Africa/Casablanca	32.93047	-8.17932				06	181		
11367665	Bayzat	bayzat	MA		0	Africa/Casablanca	32.93613	-8.17614				06	181		
11367666	Lahsini	lahsini	MA		0	Africa/Casablanca	32.93832	-8.17859				06	181		
11367669	La’sasla	la-sasla	MA		0	Africa/Casablanca	32.92586	-8.14787				06	181		
11367670	Oulad Z’im	oulad-z-im	MA		0	Africa/Casablanca	32.94744	-8.1673				06	181		
11367671	Oulad Fqih	oulad-fqih	MA		0	Africa/Casablanca	32.94419	-8.15018				06	181		
11367676	Groucha	groucha	MA		0	Africa/Casablanca	32.95381	-8.17722				06	181		
11367677	Labghoula	labghoula	MA		0	Africa/Casablanca	32.95197	-8.18443				06	181		
11367679	Lekrifat	lekrifat	MA		0	Africa/Casablanca	32.96231	-8.19451				06	181		
11367681	Hmaydat	hmaydat	MA		0	Africa/Casablanca	32.95929	-8.17202				06	181		
11367682	Zahra Bent Abbes	zahra-bent-abbes	MA		0	Africa/Casablanca	32.94697	-8.14471				06	181		
11367684	Oulad Jilali Ben Ali	oulad-jilali-ben-ali	MA		0	Africa/Casablanca	32.96883	-8.18606				06	181		
11367686	Oulad Nasseur	oulad-nasseur	MA		0	Africa/Casablanca	32.97423	-8.13576				06	181		
11367688	Lagtarna	lagtarna	MA		0	Africa/Casablanca	32.98503	-8.18857				06	181		
11367689	Oulad Ben Zine	oulad-ben-zine	MA		0	Africa/Casablanca	32.98985	-8.17028				06	181		
11367690	Ahmed Ben Nasseur	ahmed-ben-nasseur	MA		0	Africa/Casablanca	32.98333	-8.17016				06	181		
11367693	Douar Oulad Rahal	douar-oulad-rahal	MA		0	Africa/Casablanca	32.99115	-8.15226				06	181		
11367694	Htatba	htatba	MA		0	Africa/Casablanca	32.98722	-8.14518				06	181		
11367700	Lamsa’da	lamsa-da	MA		0	Africa/Casablanca	32.96976	-8.09707				06	181		
11367701	Louchachna	louchachna	MA		0	Africa/Casablanca	32.96245	-8.11033				06	181		
11367702	Lahmadcha	lahmadcha	MA		0	Africa/Casablanca	32.9627	-8.09291				06	181		
11367703	Douar Ghwilm	douar-ghwilm	MA		0	Africa/Casablanca	32.95712	-8.09394				06	181		
11367704	Oulad Nasseur	oulad-nasseur	MA		0	Africa/Casablanca	32.96072	-8.13402				06	181		
11367708	Hrarda	hrarda	MA		0	Africa/Casablanca	32.94996	-8.10381				06	181		
11367709	Chouala	chouala	MA		0	Africa/Casablanca	32.95291	-8.10128				06	181		
11367711	Douar Oulad Jilali	douar-oulad-jilali	MA		0	Africa/Casablanca	32.94445	-8.11419				06	181		
11367713	Oulad Ben Helal	oulad-ben-helal	MA		0	Africa/Casablanca	32.9393	-8.11673				06	181		
11367717	El Karcha	el-karcha	MA		0	Africa/Casablanca	32.93206	-8.0984				06	181		
11367719	El Abadla	el-abadla	MA		0	Africa/Casablanca	32.91487	-8.12445				06	181		
11367720	Chouariyine	chouariyine	MA		0	Africa/Casablanca	32.91631	-8.11308				06	181		
11367722	Zrouta	zrouta	MA		0	Africa/Casablanca	32.92457	-8.10643				06	181		
11367724	Oulad Sidi Aïssa	oulad-sidi-aissa	MA		0	Africa/Casablanca	32.90097	-8.12097				06	181		
11367725	Tahar Ben El Aïssaouia	tahar-ben-el-aissaouia	MA		0	Africa/Casablanca	32.89459	-8.13582				06	181		
11367727	Oullad Youssef	oullad-youssef	MA		0	Africa/Casablanca	32.89142	-8.11874				06	181		
11367728	El Mouaaenine	el-mouaaenine	MA		0	Africa/Casablanca	32.89524	-8.11668				06	181		
11367731	El Hamri	el-hamri	MA		0	Africa/Casablanca	32.90619	-8.10943				06	181		
11367732	Aouaya	aouaya	MA		0	Africa/Casablanca	32.90835	-8.09488				06	181		
11367734	Oulad Cheïkh Ali	oulad-cheikh-ali	MA		0	Africa/Casablanca	32.89718	-8.08415				06	181		
11367736	Lekhraïtat	lekhraitat	MA		0	Africa/Casablanca	32.92334	-8.07896				06	181		
11367737	El Mehasna	el-mehasna	MA		0	Africa/Casablanca	32.87999	-8.12943				06	181		
11367739	Bouch’aïbou ben Lahbib	bouch-aibou-ben-lahbib	MA		0	Africa/Casablanca	32.87862	-8.11317				06	181		
11367742	Taïbi	taibi	MA		0	Africa/Casablanca	32.8721	-8.12583				06	181		
11367743	El Atatra	el-atatra	MA		0	Africa/Casablanca	32.86698	-8.1281				06	181		
11367744	Oulad Cheïkh	oulad-cheikh	MA		0	Africa/Casablanca	32.87639	-8.10578				06	181		
11367745	El Ahouata	el-ahouata	MA		0	Africa/Casablanca	32.88342	-8.10883				06	181		
11367746	Douar Barqa	douar-barqa	MA		0	Africa/Casablanca	32.88778	-8.09227				06	181		
11367748	Douar Ksima	douar-ksima	MA		0	Africa/Casablanca	32.87812	-8.09098				06	181		
11367750	Houilat	houilat	MA		0	Africa/Casablanca	32.86359	-8.11209				06	181		
11367753	Oulad Mohammed ben Bouch’aïb	oulad-mohammed-ben-bouch-aib	MA		0	Africa/Casablanca	32.85999	-8.10531				06	181		
11367754	Lakhyaïta	lakhyaita	MA		0	Africa/Casablanca	32.85595	-8.09741				06	181		
11367755	L’az’aza	l-az-aza	MA		0	Africa/Casablanca	32.85909	-8.09574				06	181		
11367758	El Felfel	el-felfel	MA		0	Africa/Casablanca	32.85415	-8.12462				06	181		
11367761	Mohammed Ben Ali	mohammed-ben-ali	MA		0	Africa/Casablanca	32.85069	-8.10029				06	181		
11367762	Bgagra	bgagra	MA		0	Africa/Casablanca	32.86673	-8.08063				06	181		
11367763	Oulad Ali	oulad-ali	MA		0	Africa/Casablanca	32.86954	-8.07343				06	181		
11367766	Labis	labis	MA		0	Africa/Casablanca	32.84672	-8.08295				06	181		
11367767	Franna	franna	MA		0	Africa/Casablanca	32.84549	-8.08874				06	181		
11367768	Dar Moulay Ahmed	dar-moulay-ahmed	MA		0	Africa/Casablanca	32.83955	-8.12394				06	181		
11367770	Zdougha	zdougha	MA		0	Africa/Casablanca	32.84038	-8.10072				06	181		
11367772	Sanyat Sahb Ahbar	sanyat-sahb-ahbar	MA		0	Africa/Casablanca	32.83406	-8.09053				06	181		
11367773	Mohammed El Harchi	mohammed-el-harchi	MA		0	Africa/Casablanca	32.83288	-8.09184				06	181		
11367778	Oulad El Haj Kassem	oulad-el-haj-kassem	MA		0	Africa/Casablanca	32.80893	-8.13359				06	181		
11367779	Al ’Alwa	al-alwa	MA		0	Africa/Casablanca	32.81171	-8.09248				06	181		
11367787	Oulad Tounsi	oulad-tounsi	MA		0	Africa/Casablanca	32.76654	-8.10879				06	467		
11367789	Oulad Sidi Bouch’aïb	oulad-sidi-bouch-aib	MA		0	Africa/Casablanca	32.7608	-8.11613				06	467		
11367791	Oulad Hor	oulad-hor	MA		0	Africa/Casablanca	32.75239	-8.10201				06	467		
11367792	Frijat	frijat	MA		0	Africa/Casablanca	32.75448	-8.12123				06	467		
11367794	Douar Mohammed Ben Bou’azza El ’Awni	douar-mohammed-ben-bou-azza-el-awni	MA		0	Africa/Casablanca	32.75318	-8.07102				06	467		
11367796	Oulad En-Nayem	oulad-en-nayem	MA		0	Africa/Casablanca	32.75842	-8.08493				06	467		
11367798	Ali Ben Haj	ali-ben-haj	MA		0	Africa/Casablanca	32.76791	-8.06613				06	467		
11367799	Krabba	krabba	MA		0	Africa/Casablanca	32.76318	-8.0875				06	467		
11367802	Bouch’aïbou Bou Bettana	bouch-aibou-bou-bettana	MA		0	Africa/Casablanca	32.77505	-8.05965				06	467		
11367803	Douar Chikh Rahhal	douar-chikh-rahhal	MA		0	Africa/Casablanca	32.78728	-8.08544				06	467		
11367807	Abdesslam Nejjar	abdesslam-nejjar	MA		0	Africa/Casablanca	32.78285	-8.05167				06	181		
11367808	Moussa ben El Grouitat	moussa-ben-el-grouitat	MA		0	Africa/Casablanca	32.77303	-8.03828				07	427		
11367816	Chaba	chaba	MA		0	Africa/Casablanca	32.83724	-8.03014				06	181		
11367818	Er-Rmel	er-rmel	MA		0	Africa/Casablanca	32.84948	-8.06759				06	181		
11367826	Dechra	dechra	MA		0	Africa/Casablanca	32.86558	-8.02562				06	461		
11367827	Oulad Sidi ’Mara	oulad-sidi-mara	MA		0	Africa/Casablanca	32.86781	-8.05448				06	181		
11367830	Tamna	tamna	MA		0	Africa/Casablanca	32.87109	-8.07446				06	181		
11367831	Friniyine	friniyine	MA		0	Africa/Casablanca	32.88228	-8.03993				06	461		
11367836	Al ’Ichat	al-ichat	MA		0	Africa/Casablanca	32.88068	-8.08098				06	181		
11367838	Khedija	khedija	MA		0	Africa/Casablanca	32.88947	-8.0739				06	181		
11367839	El Abarka	el-abarka	MA		0	Africa/Casablanca	32.89581	-8.0681				06	181		
11367841	Oulad Yassine	oulad-yassine	MA		0	Africa/Casablanca	32.90273	-8.0424				06	461		
11367842	Mohammed Ben Brahim	mohammed-ben-brahim	MA		0	Africa/Casablanca	32.91416	-8.06192				06	181		
11367843	Ez-Zoubia	ez-zoubia	MA		0	Africa/Casablanca	32.91862	-8.07866				06	181		
11367845	Chouhada	chouhada	MA		0	Africa/Casablanca	32.93847	-8.08447				06	181		
11367848	Chouaba	chouaba	MA		0	Africa/Casablanca	32.94522	-8.07521				06	181		
11367849	El Kribis	el-kribis	MA		0	Africa/Casablanca	32.94765	-8.07439				06	181		
11367851	Lafrach	lafrach	MA		0	Africa/Casablanca	32.95325	-8.07392				06	181		
11367855	Znazna	znazna	MA		0	Africa/Casablanca	32.95624	-8.04742				06	461		
11367856	Chouala	chouala	MA		0	Africa/Casablanca	32.96784	-8.04645				06	461		
11367857	El Aouta	el-aouta	MA		0	Africa/Casablanca	32.97351	-8.04336				06	461		
11367864	Ali ben Rkia	ali-ben-rkia	MA		0	Africa/Casablanca	32.9705	-8.08887				06	181		
11367867	El Menasra	el-menasra	MA		0	Africa/Casablanca	32.98578	-8.08074				06	181		
11367871	Oulad Haddou	oulad-haddou	MA		0	Africa/Casablanca	32.98899	-8.03257				06	461		
11367872	Mjabra	mjabra	MA		0	Africa/Casablanca	32.99579	-8.03077				06	461		
11367873	Bel ’Asri	bel-asri	MA		0	Africa/Casablanca	32.99086	-8.02463				06	461		
11367875	Oulad Sidi Abdellah	oulad-sidi-abdellah	MA		0	Africa/Casablanca	32.97693	-8.02776				06	461		
11367877	S’adna	s-adna	MA		0	Africa/Casablanca	32.94727	-8.01496				06	461		
11367882	Gamour	gamour	MA		0	Africa/Casablanca	32.87963	-8.00828				06	461		
11367883	Qaçba de Boula’wane	qacba-de-boula-wane	MA		0	Africa/Casablanca	32.8584	-8.01083				06	461		
11367886	Laghrifa	laghrifa	MA		0	Africa/Casablanca	32.84156	-8.01334				06	181		
11367890	Bouhaïd	bouhaid	MA		0	Africa/Casablanca	32.81625	-8.02377				06	181		
11367894	Sidi Mbarek	sidi-mbarek	MA		0	Africa/Casablanca	32.80687	-8.03141				06	181		
11367897	El Harch	el-harch	MA		0	Africa/Casablanca	32.80121	-8.00807				07	427		
11367913	M’outa	m-outa	MA		0	Africa/Casablanca	32.95089	-8.16934				06	181		
11367916	Oulad Abdellah	oulad-abdellah	MA		0	Africa/Casablanca	32.7717	-8.24056				06	467		
11367917	El Mehasna	el-mehasna	MA		0	Africa/Casablanca	32.88385	-8.13557				06	181		
11367918	Kallouch	kallouch	MA		0	Africa/Casablanca	32.87635	-8.09557				06	181		
11367923	Douar Oulad Bou Minïa	douar-oulad-bou-minia	MA		0	Africa/Casablanca	32.22319	-7.20318				07	191		
11367924	Dar Oulad Chlecha	dar-oulad-chlecha	MA		0	Africa/Casablanca	32.16857	-7.24489				07	191		
11367925	Douar Oled Helal	douar-oled-helal	MA		0	Africa/Casablanca	32.1491	-7.24266				07	191		
11367926	Douar Jilali Bou Aïssa	douar-jilali-bou-aissa	MA		0	Africa/Casablanca	32.11679	-7.24378				07	191		
11367927	Douar Oulad Ali Lich	douar-oulad-ali-lich	MA		0	Africa/Casablanca	32.10251	-7.24193				07	191		
11367928	Douar Oulad Mbarek	douar-oulad-mbarek	MA		0	Africa/Casablanca	32.07233	-7.24202				07	191		
11367929	Douar Aït Slimane	douar-ait-slimane	MA		0	Africa/Casablanca	32.07582	-7.23506				07	191		
11367930	Douar Oulad Ameur	douar-oulad-ameur	MA		0	Africa/Casablanca	32.06924	-7.21541				07	191		
11367931	Douar Oulad Slama	douar-oulad-slama	MA		0	Africa/Casablanca	32.02537	-7.23653				07	191		
11367935	Douar Oulad el Garn	douar-oulad-el-garn	MA		0	Africa/Casablanca	32.1932	-7.18915				07	191		
11367936	Oulad Messaoud	oulad-messaoud	MA		0	Africa/Casablanca	32.19185	-7.184				07	191		
11367937	Douar Oulad Hammadl	douar-oulad-hammadl	MA		0	Africa/Casablanca	32.18961	-7.17129				07	191		
11367938	Douar Oulad Ali	douar-oulad-ali	MA		0	Africa/Casablanca	32.20195	-7.184				07	191		
11367939	Douar Aït Lasri	douar-ait-lasri	MA		0	Africa/Casablanca	32.19073	-7.15563				07	191		
11367940	Douar bou Jeniba	douar-bou-jeniba	MA		0	Africa/Casablanca	32.0572	-7.11327				05	081		
11367941	Douar Oulad Ardla	douar-oulad-ardla	MA		0	Africa/Casablanca	32.00237	-7.11233				07	191		
11367949	Sedret Es Sebaa	sedret-es-sebaa	MA		0	Africa/Casablanca	32.20719	-7.22881				07	191		
11367952	Douar Hanou	douar-hanou	MA		0	Africa/Casablanca	32.18471	-7.223				07	191		
11367955	Ijja Bel Khedim	ijja-bel-khedim	MA		0	Africa/Casablanca	32.15822	-7.23633				07	191		
11367957	El Amim	el-amim	MA		0	Africa/Casablanca	32.14501	-7.22641				07	191		
11367958	Oulad El Amrania	oulad-el-amrania	MA		0	Africa/Casablanca	32.13884	-7.23647				07	191		
11367959	Dar El Krakra	dar-el-krakra	MA		0	Africa/Casablanca	32.13645	-7.24362				07	191		
11367960	Douar Aït Ben Hamïd	douar-ait-ben-hamid	MA		0	Africa/Casablanca	32.13634	-7.22182				07	191		
11367962	Dar Jilali Bou Kaddour	dar-jilali-bou-kaddour	MA		0	Africa/Casablanca	32.14311	-7.21828				07	191		
11367969	Douar Aït El Hennd	douar-ait-el-hennd	MA		0	Africa/Casablanca	32.0824	-7.22215				07	191		
11367995	Douar El Azzaba	douar-el-azzaba	MA		0	Africa/Casablanca	32.1668	-7.17699				07	191		
11367999	Douar Ameur Bou Lahsene	douar-ameur-bou-lahsene	MA		0	Africa/Casablanca	32.20764	-7.17678				07	191		
11368001	Douar El Azzaba	douar-el-azzaba	MA		0	Africa/Casablanca	32.24399	-7.17279				07	191		
11368034	Douar Olad Rami	douar-olad-rami	MA		0	Africa/Casablanca	32.00041	-7.22217				07	191		
11368037	Douar Oulad er Remich	douar-oulad-er-remich	MA		0	Africa/Casablanca	32.19211	-7.011				05	255		
11368039	Douar Aït Marrhane	douar-ait-marrhane	MA		0	Africa/Casablanca	32.16187	-7.01858				05	081		
11368040	Douar Laataf	douar-laataf	MA		0	Africa/Casablanca	32.07689	-7.03738				05	081		
11368041	Douar Sidi Abdallah	douar-sidi-abdallah	MA		0	Africa/Casablanca	32.03617	-7.04225				05	081		
11368042	Douar Aït Hassane	douar-ait-hassane	MA		0	Africa/Casablanca	32.03442	-7.04358				05	081		
11368047	Nzala	nzala	MA		0	Africa/Casablanca	32.19792	-7.10299				05	255		
11368065	Medinel El Yhoudi	medinel-el-yhoudi	MA		0	Africa/Casablanca	32.08783	-7.0514				05	081		
11368067	Douar Tinoualine	douar-tinoualine	MA		0	Africa/Casablanca	32.07724	-7.04305				05	081		
11368068	Douar Bahi	douar-bahi	MA		0	Africa/Casablanca	32.07881	-7.05721				05	081		
11368075	El Ksar	el-ksar	MA		0	Africa/Casablanca	32.12617	-7.04157				05	081		
11368089	Douar Oulad Rez	douar-oulad-rez	MA		0	Africa/Casablanca	32.2345	-7.01639				05	255		
11368098	Aït Abaho	ait-abaho	MA		0	Africa/Casablanca	32.15048	-7.02113				05	081		
11368101	Igdaïne	igdaine	MA		0	Africa/Casablanca	32.13459	-7.02771				05	081		
11368102	Aït Lareb	ait-lareb	MA		0	Africa/Casablanca	32.15443	-7.01782				05	081		
11368107	Aït Bou Tmïr	ait-bou-tmir	MA		0	Africa/Casablanca	32.10665	-7.04092				05	081		
11368110	Aït Mouli	ait-mouli	MA		0	Africa/Casablanca	32.09953	-7.03418				05	081		
11368111	Aït Ouagguen	ait-ouagguen	MA		0	Africa/Casablanca	32.09709	-7.0404				05	081		
11368113	Bahel	bahel	MA		0	Africa/Casablanca	32.09138	-7.03422				05	081		
11368114	Aferrhass	aferrhass	MA		0	Africa/Casablanca	32.09374	-7.0377				05	081		
11368115	Akermoud	akermoud	MA		0	Africa/Casablanca	32.08091	-7.0431				05	081		
11368131	Douar Aït Inid	douar-ait-inid	MA		0	Africa/Casablanca	32.00603	-7.00133				05	081		
11368160	Douar Kradda	douar-kradda	MA		0	Africa/Casablanca	32.41268	-7.02222				05	255		
11368164	El Krakra	el-krakra	MA		0	Africa/Casablanca	32.30437	-7.24606				07	191		
11368165	Oulad bou Beker	oulad-bou-beker	MA		0	Africa/Casablanca	32.29728	-7.21324				07	191		
11368166	Douar Oulad Msabel	douar-oulad-msabel	MA		0	Africa/Casablanca	32.29906	-7.2051				07	191		
11368168	Douar Majat	douar-majat	MA		0	Africa/Casablanca	32.28457	-7.21234				07	191		
11368170	Douar Aït Ammi	douar-ait-ammi	MA		0	Africa/Casablanca	32.26098	-7.08304				05	255		
11368172	Douar Laladcha	douar-laladcha	MA		0	Africa/Casablanca	32.25042	-7.0931				05	255		
11368175	Douar Oulad Sidi Amor	douar-oulad-sidi-amor	MA		0	Africa/Casablanca	32.4703	-7.10676				06	461		
11368176	Douar Ouled Hamida	douar-ouled-hamida	MA		0	Africa/Casablanca	32.4939	-7.112				06	461		
11368178	Oulad Rhadi	oulad-rhadi	MA		0	Africa/Casablanca	32.45755	-7.15093				06	461		
11368181	Douar Tmata	douar-tmata	MA		0	Africa/Casablanca	32.30918	-7.1789				07	191		
11368183	Douar Oulad Serhinia	douar-oulad-serhinia	MA		0	Africa/Casablanca	32.29422	-7.21278				07	191		
11368212	Douar Rousma	douar-rousma	MA		0	Africa/Casablanca	32.26601	-7.19848				07	191		
11368222	El Azzaba	el-azzaba	MA		0	Africa/Casablanca	32.29826	-7.17431				07	191		
11368239	Douar Haraoua	douar-haraoua	MA		0	Africa/Casablanca	32.49773	-7.13552				06	461		
11368254	Douar el Amrabtia	douar-el-amrabtia	MA		0	Africa/Casablanca	32.28796	-7.08488				05	255		
11368279	Douar Nasseur bel Maati	douar-nasseur-bel-maati	MA		0	Africa/Casablanca	32.40324	-6.99994				05	255		
11368281	Douar Oulad Sidi bel Abbès	douar-oulad-sidi-bel-abbes	MA		0	Africa/Casablanca	32.4596	-7.08204				06	461		
11368290	Douar El Mezraa	douar-el-mezraa	MA		0	Africa/Casablanca	32.28668	-7.01301				05	255		
11368296	Dar Ould Zidouh	dar-ould-zidouh	MA		0	Africa/Casablanca	32.36676	-6.99985				05	255		
11368301	Al ’Arawa	al-arawa	MA		0	Africa/Casablanca	32.49793	-7.13539				06	461		
11368303	Oulad Bou Qedir	oulad-bou-qedir	MA		0	Africa/Casablanca	32.74711	-7.7169				06	461		
11368309	Oulad Dhamna	oulad-dhamna	MA		0	Africa/Casablanca	32.73653	-7.73615				06	461		
11368312	Es-Sania	es-sania	MA		0	Africa/Casablanca	32.7285	-7.73294				06	461		
11368313	Mohammed Sghir	mohammed-sghir	MA		0	Africa/Casablanca	32.73444	-7.71751				06	461		
11368314	Oulad Nhar	oulad-nhar	MA		0	Africa/Casablanca	32.7348	-7.70006				06	461		
11368322	Ben El Fquih	ben-el-fquih	MA		0	Africa/Casablanca	32.71683	-7.73207				06	461		
11368323	Abdel Kebir	abdel-kebir	MA		0	Africa/Casablanca	32.71983	-7.73995				06	461		
11368324	Er-Rif	er-rif	MA		0	Africa/Casablanca	32.71242	-7.74553				06	461		
11368330	El Behoura	el-behoura	MA		0	Africa/Casablanca	32.69555	-7.72904				06	461		
11368336	Ej-Jehfa	ej-jehfa	MA		0	Africa/Casablanca	32.68033	-7.72566				06	461		
11368337	Oulad Amrane	oulad-amrane	MA		0	Africa/Casablanca	32.67355	-7.74557				06	461		
11368338	Rahhal El Mellas	rahhal-el-mellas	MA		0	Africa/Casablanca	32.67476	-7.73583				06	461		
11368342	Oulad Slimane	oulad-slimane	MA		0	Africa/Casablanca	32.65998	-7.73649				06	461		
11368350	El Hallouf	el-hallouf	MA		0	Africa/Casablanca	32.63604	-7.7315				06	461		
11368354	Douar El Bouir	douar-el-bouir	MA		0	Africa/Casablanca	32.63076	-7.70917				06	461		
11368356	Oulad Abid	oulad-abid	MA		0	Africa/Casablanca	32.62346	-7.70968				06	461		
11368357	Oulad Qaïd Moussa	oulad-qaid-moussa	MA		0	Africa/Casablanca	32.62244	-7.73364				06	461		
11368358	El Qeraqra	el-qeraqra	MA		0	Africa/Casablanca	32.61792	-7.715				06	461		
11368362	Es-Skhira	es-skhira	MA		0	Africa/Casablanca	32.6	-7.716				06	461		
11368404	Oulad Bel Fquih	oulad-bel-fquih	MA		0	Africa/Casablanca	32.53397	-7.65035				06	461		
11368406	Oulad Ahmed	oulad-ahmed	MA		0	Africa/Casablanca	32.54756	-7.65585				06	461		
11368407	Oulad Sidi Mohammed	oulad-sidi-mohammed	MA		0	Africa/Casablanca	32.53625	-7.62379				06	461		
11368408	Derkaoua	derkaoua	MA		0	Africa/Casablanca	32.53218	-7.62235				06	461		
11368414	Megharat	megharat	MA		0	Africa/Casablanca	32.55401	-7.6702				06	461		
11368418	Oulad Baha Ali	oulad-baha-ali	MA		0	Africa/Casablanca	32.5671	-7.66141				06	461		
11368422	Oulad Ouahi	oulad-ouahi	MA		0	Africa/Casablanca	32.57039	-7.68534				06	461		
11368430	Oulad Azzouz	oulad-azzouz	MA		0	Africa/Casablanca	32.58268	-7.63715				06	461		
11368439	Lahoumra	lahoumra	MA		0	Africa/Casablanca	32.61988	-7.67248				06	461		
11368442	Douilia	douilia	MA		0	Africa/Casablanca	32.62918	-7.67898				06	461		
11368443	Abd En-Naïm	abd-en-naim	MA		0	Africa/Casablanca	32.62857	-7.64385				06	461		
11368444	Oulad Mohammed	oulad-mohammed	MA		0	Africa/Casablanca	32.62064	-7.6481				06	461		
11368458	El Bekhaitat	el-bekhaitat	MA		0	Africa/Casablanca	32.66252	-7.64653				06	461		
11368462	Aouaoucha	aouaoucha	MA		0	Africa/Casablanca	32.6819	-7.65662				06	461		
11368463	Oulad Aissa	oulad-aissa	MA		0	Africa/Casablanca	32.68131	-7.66486				06	461		
11368464	El Houaoura	el-houaoura	MA		0	Africa/Casablanca	32.68535	-7.67501				06	461		
11368467	Ej-Jmel	ej-jmel	MA		0	Africa/Casablanca	32.68557	-7.68331				06	461		
11368468	Oulad Mimouna	oulad-mimouna	MA		0	Africa/Casablanca	32.69133	-7.69485				06	461		
11368469	Ed-Dad	ed-dad	MA		0	Africa/Casablanca	32.68136	-7.67554				06	461		
11368475	Oulad Hadoua	oulad-hadoua	MA		0	Africa/Casablanca	32.71516	-7.69069				06	461		
11368478	Matar	matar	MA		0	Africa/Casablanca	32.72721	-7.67107				06	461		
11368482	El Horch	el-horch	MA		0	Africa/Casablanca	32.73452	-7.64415				06	461		
11368483	El Gtati	el-gtati	MA		0	Africa/Casablanca	32.7335	-7.63788				06	461		
11368484	Oulad Bou Chaib	oulad-bou-chaib	MA		0	Africa/Casablanca	32.71933	-7.63267				06	461		
11368485	Douar Fakhsi	douar-fakhsi	MA		0	Africa/Casablanca	32.73895	-7.64494				06	461		
11368487	Mers El Bakhouch	mers-el-bakhouch	MA		0	Africa/Casablanca	32.74061	-7.61014				06	461		
11368489	Oulad Aïd	oulad-aid	MA		0	Africa/Casablanca	32.74188	-7.63201				06	461		
11368491	Oulad Hamou	oulad-hamou	MA		0	Africa/Casablanca	32.73085	-7.61561				06	461		
11368496	Mlita	mlita	MA		0	Africa/Casablanca	32.70188	-7.611				06	461		
11368497	Bdouat	bdouat	MA		0	Africa/Casablanca	32.69521	-7.62374				06	461		
11368502	Bekhakhcha	bekhakhcha	MA		0	Africa/Casablanca	32.71123	-7.59411				06	461		
11368505	Oulad Ameur	oulad-ameur	MA		0	Africa/Casablanca	32.68551	-7.6337				06	461		
11368509	Jilali Ben Bou Darga	jilali-ben-bou-darga	MA		0	Africa/Casablanca	32.67977	-7.62718				06	461		
11368514	El Qouasma	el-qouasma	MA		0	Africa/Casablanca	32.66597	-7.60211				06	461		
11368516	Mejerma	mejerma	MA		0	Africa/Casablanca	32.65745	-7.59224				06	461		
11368517	El Bsara	el-bsara	MA		0	Africa/Casablanca	32.64464	-7.61295				06	461		
11368521	Oulad Ayyad	oulad-ayyad	MA		0	Africa/Casablanca	32.62474	-7.63657				06	461		
11368527	Ed-Debanecha	ed-debanecha	MA		0	Africa/Casablanca	32.62736	-7.589				06	461		
11368529	Oulad Cherqui	oulad-cherqui	MA		0	Africa/Casablanca	32.61212	-7.62482				06	461		
11368551	Oulad Sidi Ain El Ahmidi	oulad-sidi-ain-el-ahmidi	MA		0	Africa/Casablanca	32.52723	-7.61059				06	461		
11368553	Oulad Baba Ali	oulad-baba-ali	MA		0	Africa/Casablanca	32.51733	-7.6093				06	461		
11368563	Er Ragouba	er-ragouba	MA		0	Africa/Casablanca	32.50453	-7.5407				06	461		
11368569	Oulad El Hejiam	oulad-el-hejiam	MA		0	Africa/Casablanca	32.51682	-7.51566				06	461		
11368572	Oulad Hamida	oulad-hamida	MA		0	Africa/Casablanca	32.55227	-7.54929				06	461		
11368581	Ed-Diar	ed-diar	MA		0	Africa/Casablanca	32.58467	-7.56909				06	461		
11368591	Oulad Boulmane	oulad-boulmane	MA		0	Africa/Casablanca	32.62938	-7.57289				06	461		
11368593	El Horcha	el-horcha	MA		0	Africa/Casablanca	32.61786	-7.52155				06	461		
11368595	Oulad Cheïkh El Mati	oulad-cheikh-el-mati	MA		0	Africa/Casablanca	32.63056	-7.58611				06	461		
11368600	Oulad Friha	oulad-friha	MA		0	Africa/Casablanca	32.63367	-7.52894				06	461		
11368605	El Mouimnate	el-mouimnate	MA		0	Africa/Casablanca	32.64245	-7.50948				06	461		
11368621	En-Nouajha	en-nouajha	MA		0	Africa/Casablanca	32.69628	-7.58119				06	461		
11368622	Oulad Daoudi	oulad-daoudi	MA		0	Africa/Casablanca	32.71262	-7.58873				06	461		
11368624	Mati Bel Khalifa	mati-bel-khalifa	MA		0	Africa/Casablanca	32.7139	-7.57855				06	461		
11368628	El Bsara	el-bsara	MA		0	Africa/Casablanca	32.70406	-7.54611				06	461		
11368637	Oulad Sidi Amar	oulad-sidi-amar	MA		0	Africa/Casablanca	32.72915	-7.53873				06	461		
11368649	Oulad Cheïkh	oulad-cheikh	MA		0	Africa/Casablanca	32.70738	-7.53321				06	461		
11368650	Ben Oeddour	ben-oeddour	MA		0	Africa/Casablanca	32.70272	-7.53433				06	461		
11368669	Ej-Jedouda	ej-jedouda	MA		0	Africa/Casablanca	32.56879	-7.50038				06	461		
11368670	Oulad Toumi	oulad-toumi	MA		0	Africa/Casablanca	32.56363	-7.52472				06	461		
11368671	Ez-Ziane	ez-ziane	MA		0	Africa/Casablanca	32.55503	-7.5304				06	461		
11368679	El Khottara	el-khottara	MA		0	Africa/Casablanca	32.51878	-7.51139				06	461		
11368693	Ech-Chahibat	ech-chahibat	MA		0	Africa/Casablanca	32.74923	-7.50524				06	461		
11368694	Oulad Zekkak Ben Habti	oulad-zekkak-ben-habti	MA		0	Africa/Casablanca	32.74678	-7.51854				06	461		
11368696	Oulad Abd Es-Selam Bel Haj	oulad-abd-es-selam-bel-haj	MA		0	Africa/Casablanca	32.74844	-7.56647				06	461		
11368701	Oulad Lemou	oulad-lemou	MA		0	Africa/Casablanca	32.74902	-7.62101				06	461		
11368707	Rerharhoua	rerharhoua	MA		0	Africa/Casablanca	32.749	-7.73496				06	461		
11368709	Sahalta	sahalta	MA		0	Africa/Casablanca	32.98787	-7.97904				06	461		
11368712	Mkhalif	mkhalif	MA		0	Africa/Casablanca	32.83089	-7.80859				06	461		
11368714	Mkhalif	mkhalif	MA		0	Africa/Casablanca	32.85136	-7.81126				06	461		
11368715	Oulad Sidi Rahal	oulad-sidi-rahal	MA		0	Africa/Casablanca	32.79156	-7.85253				06	461		
11368719	El Kouabra	el-kouabra	MA		0	Africa/Casablanca	32.83856	-7.85804				06	461		
11368723	Chiadma	chiadma	MA		0	Africa/Casablanca	32.83389	-7.83364				06	461		
11368724	Chorfa	chorfa	MA		0	Africa/Casablanca	32.82161	-7.83054				06	461		
11368725	Berdaouïa	berdaouia	MA		0	Africa/Casablanca	32.78303	-7.83706				06	461		
11368726	Oulad Slimane	oulad-slimane	MA		0	Africa/Casablanca	32.76928	-7.76696				06	461		
11368727	Derkaoua	derkaoua	MA		0	Africa/Casablanca	32.77222	-7.77003				06	461		
11368730	El Aouina	el-aouina	MA		0	Africa/Casablanca	32.79607	-7.78976				06	461		
11368731	Laïadi	laiadi	MA		0	Africa/Casablanca	32.79177	-7.79166				06	461		
11368738	Jenanat	jenanat	MA		0	Africa/Casablanca	32.7626	-7.77035				06	461		
11368739	El Khemis	el-khemis	MA		0	Africa/Casablanca	32.7778	-7.7726				06	461		
11368741	Oulad Ahmed ben Slimane	oulad-ahmed-ben-slimane	MA		0	Africa/Casablanca	32.97628	-7.85849				06	461		
11368742	Oulad Sidi ben Saber	oulad-sidi-ben-saber	MA		0	Africa/Casablanca	32.98972	-7.883				06	461		
11368744	Barrhout	barrhout	MA		0	Africa/Casablanca	32.97151	-7.85251				06	461		
11368746	Derbala el Aouamra	derbala-el-aouamra	MA		0	Africa/Casablanca	32.96809	-7.87272				06	461		
11368748	Moulay Mohamed	moulay-mohamed	MA		0	Africa/Casablanca	32.97487	-7.92407				06	461		
11368749	El Ksiba	el-ksiba	MA		0	Africa/Casablanca	32.98373	-7.92257				06	461		
11368755	El Hajja	el-hajja	MA		0	Africa/Casablanca	32.99505	-7.88353				06	461		
11368756	Oulad Hajj Mohamed	oulad-hajj-mohamed	MA		0	Africa/Casablanca	32.99635	-7.92268				06	461		
11368758	Oulad Malek	oulad-malek	MA		0	Africa/Casablanca	32.96368	-7.86622				06	461		
11368760	El Cadi	el-cadi	MA		0	Africa/Casablanca	32.92182	-7.84057				06	461		
11368761	Oulad Moulay Driss	oulad-moulay-driss	MA		0	Africa/Casablanca	32.91505	-7.83818				06	461		
11368763	Hajj bou Nour	hajj-bou-nour	MA		0	Africa/Casablanca	32.85876	-7.82486				06	461		
11368764	Oulad Hajj Ali	oulad-hajj-ali	MA		0	Africa/Casablanca	32.8431	-7.84217				06	461		
11368766	Hajj Bouchaïb	hajj-bouchaib	MA		0	Africa/Casablanca	32.85447	-7.85002				06	461		
11368771	Oulad Sidi Ahmed	oulad-sidi-ahmed	MA		0	Africa/Casablanca	32.91522	-7.84241				06	461		
11368781	Zaouia bou Azzaoui	zaouia-bou-azzaoui	MA		0	Africa/Casablanca	32.92761	-7.77372				06	461		
11368782	Oulad Allal	oulad-allal	MA		0	Africa/Casablanca	32.96614	-7.76044				06	461		
11368784	Chorfa	chorfa	MA		0	Africa/Casablanca	32.94338	-7.80961				06	461		
11368786	Oulad Saïdia	oulad-saidia	MA		0	Africa/Casablanca	32.9297	-7.7872				06	461		
11368788	Oulad Sahlia	oulad-sahlia	MA		0	Africa/Casablanca	32.95111	-7.82656				06	461		
11368793	Oulad ben Kassem	oulad-ben-kassem	MA		0	Africa/Casablanca	32.84649	-7.75505				06	461		
11368794	Behora	behora	MA		0	Africa/Casablanca	32.77047	-7.75273				06	461		
11368795	Oulad Rahal bel Maati	oulad-rahal-bel-maati	MA		0	Africa/Casablanca	32.86417	-7.75052				06	461		
11368796	Oulad Azzouz	oulad-azzouz	MA		0	Africa/Casablanca	32.85408	-7.75722				06	461		
11368797	Fenngouria	fenngouria	MA		0	Africa/Casablanca	32.75984	-7.76026				06	461		
11368800	Oulad Slimane	oulad-slimane	MA		0	Africa/Casablanca	32.75395	-7.75795				06	461		
11368801	Oulad Salah	oulad-salah	MA		0	Africa/Casablanca	32.75264	-7.75137				06	461		
11368802	Oulad el Maati el Araj	oulad-el-maati-el-araj	MA		0	Africa/Casablanca	32.91196	-7.75472				06	461		
11368803	Oulad Drhourhi	oulad-drhourhi	MA		0	Africa/Casablanca	32.89791	-7.75681				06	461		
11368805	Laabadela	laabadela	MA		0	Africa/Casablanca	32.87754	-7.75318				06	461		
11368806	Oulad el Yamani	oulad-el-yamani	MA		0	Africa/Casablanca	32.87215	-7.75284				06	461		
11368807	Lahouarta	lahouarta	MA		0	Africa/Casablanca	32.88077	-7.75883				06	461		
11368808	Lehmadcha	lehmadcha	MA		0	Africa/Casablanca	32.87177	-7.76631				06	461		
11368809	Oulad Maamer	oulad-maamer	MA		0	Africa/Casablanca	32.85786	-7.78644				06	461		
11368811	Lahouarta	lahouarta	MA		0	Africa/Casablanca	32.84881	-7.79055				06	461		
11368812	Oulad Hajj Mohamed	oulad-hajj-mohamed	MA		0	Africa/Casablanca	32.84924	-7.80212				06	461		
11368813	Oulad el Fkira	oulad-el-fkira	MA		0	Africa/Casablanca	32.86826	-7.79317				06	461		
11368818	Oulad Saïd bou Ali	oulad-said-bou-ali	MA		0	Africa/Casablanca	32.80857	-7.76935				06	461		
11368819	Mouarid	mouarid	MA		0	Africa/Casablanca	32.80537	-7.80631				06	461		
11368821	Mouarid	mouarid	MA		0	Africa/Casablanca	32.81317	-7.77174				06	461		
11368822	Ouled Sidi Chenane	ouled-sidi-chenane	MA		0	Africa/Casablanca	32.82696	-7.79518				06	461		
11368823	Oulad Aroub	oulad-aroub	MA		0	Africa/Casablanca	32.83807	-7.76615				06	461		
11368824	Beni Khelef	beni-khelef	MA		0	Africa/Casablanca	32.81974	-7.79767				06	461		
11368825	Bouazza	bouazza	MA		0	Africa/Casablanca	32.82277	-7.80448				06	461		
11368827	Ech Chlihat	ech-chlihat	MA		0	Africa/Casablanca	32.9134	-7.77565				06	461		
11368828	Oulad Ali Moualine Dehar	oulad-ali-moualine-dehar	MA		0	Africa/Casablanca	32.91088	-7.76692				06	461		
11368829	Slamat	slamat	MA		0	Africa/Casablanca	32.92222	-7.79966				06	461		
11368833	El Hamadet	el-hamadet	MA		0	Africa/Casablanca	32.93421	-7.79155				06	461		
11368835	Cheïkh Bouchaïb	cheikh-bouchaib	MA		0	Africa/Casablanca	32.93326	-7.79909				06	461		
11368836	Oulad Sidi Ahmed	oulad-sidi-ahmed	MA		0	Africa/Casablanca	32.90628	-7.80669				06	461		
11368837	Chraït	chrait	MA		0	Africa/Casablanca	32.90061	-7.79756				06	461		
11368839	Oulad Attou	oulad-attou	MA		0	Africa/Casablanca	32.89342	-7.7829				06	461		
11368840	Zenatta	zenatta	MA		0	Africa/Casablanca	32.9157	-7.80614				06	461		
11368843	Oulad Hajj bou Azza	oulad-hajj-bou-azza	MA		0	Africa/Casablanca	32.90769	-7.77688				06	461		
11368845	Koukibra	koukibra	MA		0	Africa/Casablanca	32.86208	-7.94317				06	461		
11368846	Touahra	touahra	MA		0	Africa/Casablanca	32.84186	-7.98383				06	461		
11368852	Ahmed ben Cheïkh	ahmed-ben-cheikh	MA		0	Africa/Casablanca	32.86518	-7.95495				06	461		
11368853	Mesaoud	mesaoud	MA		0	Africa/Casablanca	32.8608	-7.95431				06	461		
11368854	Bouhaïk	bouhaik	MA		0	Africa/Casablanca	32.87493	-7.95205				06	461		
11368867	Oulad Rhalem	oulad-rhalem	MA		0	Africa/Casablanca	32.75165	-7.99426				07	427		
11368878	Oulad Sidi Tahar	oulad-sidi-tahar	MA		0	Africa/Casablanca	32.943	-7.97756				06	461		
11368880	Karat	karat	MA		0	Africa/Casablanca	32.95124	-7.96276				06	461		
11368884	Flissat	flissat	MA		0	Africa/Casablanca	32.94801	-7.94055				06	461		
11368885	Khefanncha	khefanncha	MA		0	Africa/Casablanca	32.93588	-7.96173				06	461		
11368886	Mzart Moussa	mzart-moussa	MA		0	Africa/Casablanca	32.93915	-7.95025				06	461		
11368896	Gramta	gramta	MA		0	Africa/Casablanca	32.94159	-7.93941				06	461		
11368897	Oulad Hajj Hafiane	oulad-hajj-hafiane	MA		0	Africa/Casablanca	32.89608	-7.96731				06	461		
11368901	Zegrara	zegrara	MA		0	Africa/Casablanca	32.8807	-7.95764				06	461		
11368905	Cherkaoua	cherkaoua	MA		0	Africa/Casablanca	32.92804	-7.96986				06	461		
11368906	El Betatcha	el-betatcha	MA		0	Africa/Casablanca	32.92377	-7.99076				06	461		
11368912	Oulad Daoudi	oulad-daoudi	MA		0	Africa/Casablanca	32.91531	-7.96865				06	461		
11368914	Hajj Lachemi	hajj-lachemi	MA		0	Africa/Casablanca	32.84181	-7.88243				06	461		
11368916	Sidi Ali	sidi-ali	MA		0	Africa/Casablanca	32.80711	-7.86953				06	461		
11368918	Semmama	semmama	MA		0	Africa/Casablanca	32.83832	-7.86604				06	461		
11368919	El Kberta	el-kberta	MA		0	Africa/Casablanca	32.91279	-7.89019				06	461		
11368921	Zeriga	zeriga	MA		0	Africa/Casablanca	32.86199	-7.87938				06	461		
11368922	Oulad Moussa	oulad-moussa	MA		0	Africa/Casablanca	32.85941	-7.862				06	461		
11368935	Skakla	skakla	MA		0	Africa/Casablanca	32.93692	-7.86445				06	461		
11368936	Braïkat	braikat	MA		0	Africa/Casablanca	32.9526	-7.91641				06	461		
11368939	Gtarna	gtarna	MA		0	Africa/Casablanca	32.97091	-7.90726				06	461		
11368944	El Grariine	el-grariine	MA		0	Africa/Casablanca	32.93024	-7.88438				06	461		
11368948	Hajj Mbarek	hajj-mbarek	MA		0	Africa/Casablanca	32.94188	-7.90428				06	461		
11368949	Zraouta	zraouta	MA		0	Africa/Casablanca	32.94121	-7.8863				06	461		
11368965	Beni Khelef	beni-khelef	MA		0	Africa/Casablanca	32.75503	-7.90349				06	461		
11368969	Khamcha	khamcha	MA		0	Africa/Casablanca	32.8563	-7.93525				06	461		
11368970	Mzalfine	mzalfine	MA		0	Africa/Casablanca	32.84959	-7.91575				06	461		
11368976	Ben el Hamria	ben-el-hamria	MA		0	Africa/Casablanca	32.83957	-7.90237				06	461		
11368977	Chorfa	chorfa	MA		0	Africa/Casablanca	32.82137	-7.89666				06	461		
11368978	Remchana	remchana	MA		0	Africa/Casablanca	32.82844	-7.89536				06	461		
11368982	Remchana	remchana	MA		0	Africa/Casablanca	32.84483	-7.89827				06	461		
11368984	Zaouïa Sidi Rahal	zaouia-sidi-rahal	MA		0	Africa/Casablanca	32.85171	-7.93345				06	461		
11368986	Sidi Ahmed	sidi-ahmed	MA		0	Africa/Casablanca	32.99492	-7.84209				06	461		
11368987	Beja	beja	MA		0	Africa/Casablanca	32.93192	-7.89694				06	461		
11368989	Lehmadcha	lehmadcha	MA		0	Africa/Casablanca	32.89153	-7.75799				06	461		
11368990	Derkaoua	derkaoua	MA		0	Africa/Casablanca	32.83091	-7.91065				06	461		
11368991	Hajj bou Selham	hajj-bou-selham	MA		0	Africa/Casablanca	32.85687	-7.81907				06	461		
11396026	Tayroukt	tayroukt	MA		200	Africa/Casablanca	35.04142	-5.23434	1200			01	151		
11396027	Mahroun	mahroun	MA		600	Africa/Casablanca	35.04349	-5.23378	1200			01	151		
11400981	Aghbalou -n- Aït Hsayn	aghbalou-n-ait-hsayn	MA		0	Africa/Casablanca	31.68787	-6.73233				05	081		
11402659	Almou	almou	MA		0	Africa/Casablanca	31.96378	-5.17125		Aimou,Almou		08	577		
11402660	Oulad ’Addou	oulad-addou	MA		0	Africa/Casablanca	31.26833	-4.25728				08	201		
11402661	Toughza	toughza	MA		0	Africa/Casablanca	31.67885	-4.90235		Iournza,Toughza		08	201		
11433868	Ed-Drahma	ed-drahma	MA		0	Africa/Casablanca	32.99023	-7.74004				06	461		
11433869	Zouarha	zouarha	MA		0	Africa/Casablanca	32.99629	-7.73918				06	461		
11433871	Dar Haït El Kebir	dar-hait-el-kebir	MA		0	Africa/Casablanca	32.9927	-7.72213				06	461		
11433872	Oulad Ali	oulad-ali	MA		0	Africa/Casablanca	32.99573	-7.71879				06	461		
11433874	Oulad Mohamed Ben Arif	oulad-mohamed-ben-arif	MA		0	Africa/Casablanca	32.98107	-7.71031				06	461		
11433875	Dar Haj El Arbi	dar-haj-el-arbi	MA		0	Africa/Casablanca	32.97629	-7.70561				06	461		
11433880	Dar Haj El Mekki	dar-haj-el-mekki	MA		0	Africa/Casablanca	32.96174	-7.73517				06	461		
11433882	Oulad Arbia El Argoub	oulad-arbia-el-argoub	MA		0	Africa/Casablanca	32.95994	-7.74509				06	461		
11433884	Oulad Er-Radi	oulad-er-radi	MA		0	Africa/Casablanca	32.95058	-7.74508				06	461		
11433885	El Gzaoula	el-gzaoula	MA		0	Africa/Casablanca	32.9481	-7.72175				06	461		
11433887	Ej-Jouadra	ej-jouadra	MA		0	Africa/Casablanca	32.96298	-7.71136				06	461		
11433891	Dar El Mokhazni	dar-el-mokhazni	MA		0	Africa/Casablanca	32.93562	-7.7263				06	461		
11433892	Dar Mohamed Ben Arimia	dar-mohamed-ben-arimia	MA		0	Africa/Casablanca	32.93546	-7.70545				06	461		
11433893	Lissoufa	lissoufa	MA		0	Africa/Casablanca	32.93037	-7.7275				06	461		
11433895	El Mejni	el-mejni	MA		0	Africa/Casablanca	32.93129	-7.74539				06	461		
11433896	Dar Sidi Bouchaïb Ben Ahmed	dar-sidi-bouchaib-ben-ahmed	MA		0	Africa/Casablanca	32.94877	-7.70066				06	461		
11433897	Araoua	araoua	MA		0	Africa/Casablanca	32.92579	-7.70152				06	461		
11433900	Dar Es-Seffah	dar-es-seffah	MA		0	Africa/Casablanca	32.92066	-7.72257				06	461		
11433901	Oulad Cheïkh Abbes	oulad-cheikh-abbes	MA		0	Africa/Casablanca	32.91482	-7.70965				06	461		
11433903	Oulad Mameur	oulad-mameur	MA		0	Africa/Casablanca	32.90686	-7.73473				06	461		
11433905	El Besabes	el-besabes	MA		0	Africa/Casablanca	32.90733	-7.74376				06	461		
11433907	El Hajjaj	el-hajjaj	MA		0	Africa/Casablanca	32.89187	-7.73581				06	461		
11433908	Et-Touassa	et-touassa	MA		0	Africa/Casablanca	32.88886	-7.74217				06	461		
11433909	El Bahihat	el-bahihat	MA		0	Africa/Casablanca	32.88888	-7.72805				06	461		
11433910	El Mouinat	el-mouinat	MA		0	Africa/Casablanca	32.89126	-7.71085				06	461		
11433911	Oulad El Hajj Lahcen	oulad-el-hajj-lahcen	MA		0	Africa/Casablanca	32.88243	-7.74555				06	461		
11433913	Oulad Mennana	oulad-mennana	MA		0	Africa/Casablanca	32.88352	-7.71878				06	461		
11433914	Qedadra	qedadra	MA		0	Africa/Casablanca	32.88189	-7.70437				06	461		
11433917	Oulad El Haj Mohammed	oulad-el-haj-mohammed	MA		0	Africa/Casablanca	32.87486	-7.69926				06	461		
11433918	Oulad Ameur Ben Ali	oulad-ameur-ben-ali	MA		0	Africa/Casablanca	32.87242	-7.71622				06	461		
11433919	Oulad El Aïch	oulad-el-aich	MA		0	Africa/Casablanca	32.87897	-7.70227				06	461		
11433920	Ez-zemamra	ez-zemamra	MA		0	Africa/Casablanca	32.87372	-7.69232				06	461		
11433925	Oulad Sidi Messaoud	oulad-sidi-messaoud	MA		0	Africa/Casablanca	32.85389	-7.71225				06	461		
11433930	Orhibat	orhibat	MA		0	Africa/Casablanca	32.86095	-7.67154				06	461		
11433932	Oulad Haddou	oulad-haddou	MA		0	Africa/Casablanca	32.84687	-7.7035				06	461		
11433933	Zouarha	zouarha	MA		0	Africa/Casablanca	32.83901	-7.72838				06	461		
11433935	Cherqaoua	cherqaoua	MA		0	Africa/Casablanca	32.82952	-7.7303				06	461		
11433937	Bkhaïtat	bkhaitat	MA		0	Africa/Casablanca	32.82446	-7.73796				06	461		
11433938	Es-Sbabha	es-sbabha	MA		0	Africa/Casablanca	32.83181	-7.71009				06	461		
11433941	Oulad Lahsene	oulad-lahsene	MA		0	Africa/Casablanca	32.84284	-7.6973				06	461		
11433945	El Argoub	el-argoub	MA		0	Africa/Casablanca	32.82108	-7.69895				06	461		
11433946	El Haïna	el-haina	MA		0	Africa/Casablanca	32.83763	-7.68253				06	461		
11433947	Oulad Messaoud	oulad-messaoud	MA		0	Africa/Casablanca	32.81047	-7.72191				06	461		
11433949	Rhahla	rhahla	MA		0	Africa/Casablanca	32.80549	-7.72179				06	461		
11433950	Oulad Ech-Chehba	oulad-ech-chehba	MA		0	Africa/Casablanca	32.81162	-7.71875				06	461		
11433952	Gtibat	gtibat	MA		0	Africa/Casablanca	32.81513	-7.69822				06	461		
11433954	El Hiout	el-hiout	MA		0	Africa/Casablanca	32.81593	-7.68155				06	461		
11433955	Oulad Abbès Saïdi	oulad-abbes-saidi	MA		0	Africa/Casablanca	32.80126	-7.74764				06	461		
11433959	Lehouaoura	lehouaoura	MA		0	Africa/Casablanca	32.78469	-7.71028				06	461		
11433960	Khechecha	khechecha	MA		0	Africa/Casablanca	32.78254	-7.72164				06	461		
11433962	Mriss Belal	mriss-belal	MA		0	Africa/Casablanca	32.78546	-7.73443				06	461		
11433965	Khechachna	khechachna	MA		0	Africa/Casablanca	32.77273	-7.72747				06	461		
11433966	Oulad Bou Jemaa	oulad-bou-jemaa	MA		0	Africa/Casablanca	32.76971	-7.73369				06	461		
11433967	Rhridat	rhridat	MA		0	Africa/Casablanca	32.75239	-7.73803				06	461		
11433969	Lebiod	lebiod	MA		0	Africa/Casablanca	32.7518	-7.68438				06	461		
11433970	Oulad Kebir Ben Tahar	oulad-kebir-ben-tahar	MA		0	Africa/Casablanca	32.75592	-7.67834				06	461		
11433971	Es-Sedra	es-sedra	MA		0	Africa/Casablanca	32.76051	-7.66458				06	461		
11433972	Oulad Ahmed Ben Hammou	oulad-ahmed-ben-hammou	MA		0	Africa/Casablanca	32.76291	-7.6563				06	461		
11433974	Oulad Hajjaj	oulad-hajjaj	MA		0	Africa/Casablanca	32.77357	-7.69314				06	461		
11433977	Oulad Er-Radi	oulad-er-radi	MA		0	Africa/Casablanca	32.79827	-7.67359				06	461		
11433980	Nouajha	nouajha	MA		0	Africa/Casablanca	32.78341	-7.64232				06	461		
11433982	Cheraqa	cheraqa	MA		0	Africa/Casablanca	32.80678	-7.65549				06	461		
11433983	Oulad Ma’ti Bel Haj	oulad-ma-ti-bel-haj	MA		0	Africa/Casablanca	32.8124	-7.65453				06	461		
11433984	El ’Aberrat	el-aberrat	MA		0	Africa/Casablanca	32.81248	-7.66401				06	461		
11433985	Et-Tchaïch	et-tchaich	MA		0	Africa/Casablanca	32.81616	-7.67073				06	461		
11433988	El Berhoula	el-berhoula	MA		0	Africa/Casablanca	32.82973	-7.65075				06	461		
11433989	Ed-Draït	ed-drait	MA		0	Africa/Casablanca	32.84705	-7.6647				06	461		
11433991	Ed-Douira	ed-douira	MA		0	Africa/Casablanca	32.85045	-7.65777				06	461		
11433992	El Qoubibat	el-qoubibat	MA		0	Africa/Casablanca	32.87243	-7.67625				06	461		
11433993	Haït Driss	hait-driss	MA		0	Africa/Casablanca	32.86988	-7.66443				06	461		
11433997	Khlaiqa	khlaiqa	MA		0	Africa/Casablanca	32.86846	-7.64716				06	461		
11433998	Ech-Chehaïbat	ech-chehaibat	MA		0	Africa/Casablanca	32.87156	-7.64986				06	461		
11434000	El Kebir	el-kebir	MA		0	Africa/Casablanca	32.88913	-7.67044				06	461		
11434003	Ez-zouarha	ez-zouarha	MA		0	Africa/Casablanca	32.88747	-7.65604				06	461		
11434004	Oulad Zahoua	oulad-zahoua	MA		0	Africa/Casablanca	32.8858	-7.65338				06	461		
11434007	Oulad Qaïd	oulad-qaid	MA		0	Africa/Casablanca	32.89486	-7.6501				06	461		
11434008	Oulad Amor	oulad-amor	MA		0	Africa/Casablanca	32.89637	-7.64543				06	461		
11434011	Dar El Guezzar	dar-el-guezzar	MA		0	Africa/Casablanca	32.90473	-7.63872				06	461		
11434013	Touiza	touiza	MA		0	Africa/Casablanca	32.90929	-7.64208				06	461		
11434014	Tirers	tirers	MA		0	Africa/Casablanca	32.91138	-7.67966				06	461		
11434015	Ech-Chourfa	ech-chourfa	MA		0	Africa/Casablanca	32.92072	-7.68356				06	461		
11434017	Oulad Sidi Moumene	oulad-sidi-moumene	MA		0	Africa/Casablanca	32.92707	-7.65735				06	461		
11434018	Oulad Moumene Bel Qacem	oulad-moumene-bel-qacem	MA		0	Africa/Casablanca	32.91003	-7.64594				06	461		
11434023	El Aloua	el-aloua	MA		0	Africa/Casablanca	32.94711	-7.67561				06	461		
11434027	Oulad Feïda	oulad-feida	MA		0	Africa/Casablanca	32.95683	-7.65029				06	461		
11434029	Oulad Ben Es-Seba	oulad-ben-es-seba	MA		0	Africa/Casablanca	32.95321	-7.64257				06	461		
11434030	Louada	louada	MA		0	Africa/Casablanca	32.95157	-7.64458				06	461		
11434032	Oulad Ali	oulad-ali	MA		0	Africa/Casablanca	32.97756	-7.68189				06	461		
11434035	Anouda	anouda	MA		0	Africa/Casablanca	32.97833	-7.65257				06	461		
11434036	Bsara	bsara	MA		0	Africa/Casablanca	32.97924	-7.66565				06	461		
11434037	Cherqaoua	cherqaoua	MA		0	Africa/Casablanca	32.97633	-7.64421				06	461		
11434038	Ech-Chikdanir	ech-chikdanir	MA		0	Africa/Casablanca	32.97865	-7.62725				06	461		
11434040	Ej Jdour	ej-jdour	MA		0	Africa/Casablanca	32.9874	-7.62515				06	461		
11434042	Es-Sekouriine	es-sekouriine	MA		0	Africa/Casablanca	32.99696	-7.59572				06	461		
11434043	Oulad Kerroum Bouazza	oulad-kerroum-bouazza	MA		0	Africa/Casablanca	32.99266	-7.59318				06	461		
11434046	El Khmis	el-khmis	MA		0	Africa/Casablanca	32.97858	-7.58491				06	461		
11434047	Oulad Sinto	oulad-sinto	MA		0	Africa/Casablanca	32.97695	-7.59016				06	461		
11434050	Oulad Saadia	oulad-saadia	MA		0	Africa/Casablanca	32.97073	-7.57568				06	461		
11434053	Oulad El Haj Hammou	oulad-el-haj-hammou	MA		0	Africa/Casablanca	32.96285	-7.62552				06	461		
11434055	Oulad Bel Rhazi	oulad-bel-rhazi	MA		0	Africa/Casablanca	32.95792	-7.61143				06	461		
11434058	Haït El Mokhtar	hait-el-mokhtar	MA		0	Africa/Casablanca	32.95089	-7.61323				06	461		
11434059	Oulad Naara	oulad-naara	MA		0	Africa/Casablanca	32.95145	-7.61				06	461		
11434060	Tourfaoi	tourfaoi	MA		0	Africa/Casablanca	32.95135	-7.60478				06	461		
11434061	Kdamra	kdamra	MA		0	Africa/Casablanca	32.94342	-7.59935				06	461		
11434062	El Bahiia	el-bahiia	MA		0	Africa/Casablanca	32.94238	-7.59551				06	461		
11434063	Sfaïa	sfaia	MA		0	Africa/Casablanca	32.94191	-7.5973				06	461		
11434065	El Aababsa	el-aababsa	MA		0	Africa/Casablanca	32.95297	-7.58912				06	461		
11434066	Oulad Chaïb	oulad-chaib	MA		0	Africa/Casablanca	32.94461	-7.5724				06	461		
11434067	Oulad Fatma	oulad-fatma	MA		0	Africa/Casablanca	32.94637	-7.57413				06	461		
11434071	Lounahba	lounahba	MA		0	Africa/Casablanca	32.93838	-7.62668				06	461		
11434072	Sidi Qaddour	sidi-qaddour	MA		0	Africa/Casablanca	32.93679	-7.6341				06	461		
11434073	Oulad Sidi Ahmed Ben Amar	oulad-sidi-ahmed-ben-amar	MA		0	Africa/Casablanca	32.93948	-7.64581				06	461		
11434077	Oulad Ben El Haj El Mokhtar	oulad-ben-el-haj-el-mokhtar	MA		0	Africa/Casablanca	32.91978	-7.61617				06	461		
11434078	Mdadha	mdadha	MA		0	Africa/Casablanca	32.9302	-7.59662				06	461		
11434080	El Rhouaza	el-rhouaza	MA		0	Africa/Casablanca	32.93582	-7.58662				06	461		
11434081	Oulad Ben Rarhaï	oulad-ben-rarhai	MA		0	Africa/Casablanca	32.92604	-7.58421				06	461		
11434083	Oulad Haj Mohamed Ben El Bessir	oulad-haj-mohamed-ben-el-bessir	MA		0	Africa/Casablanca	32.90695	-7.56916				06	461		
11434086	Ourarqa	ourarqa	MA		0	Africa/Casablanca	32.90049	-7.63323				06	461		
11434087	Oulad Mouadna	oulad-mouadna	MA		0	Africa/Casablanca	32.89043	-7.63276				06	461		
11434088	Oulad Haj Sidi Abdallah	oulad-haj-sidi-abdallah	MA		0	Africa/Casablanca	32.89825	-7.61629				06	461		
11434089	Bouzaïda	bouzaida	MA		0	Africa/Casablanca	32.90226	-7.59135				06	461		
11434090	Oulad Ahmed	oulad-ahmed	MA		0	Africa/Casablanca	32.89746	-7.58715				06	461		
11434091	Moualine Et-Tirs	moualine-et-tirs	MA		0	Africa/Casablanca	32.88643	-7.60344				06	461		
11434092	Bou Gouttaya	bou-gouttaya	MA		0	Africa/Casablanca	32.88809	-7.6383				06	461		
11434093	Chtaoua	chtaoua	MA		0	Africa/Casablanca	32.88248	-7.62829				06	461		
11434094	El Bghadda	el-bghadda	MA		0	Africa/Casablanca	32.88142	-7.60913				06	461		
11434096	En-Nsaïssat	en-nsaissat	MA		0	Africa/Casablanca	32.87688	-7.62492				06	461		
11434099	Ez-Zraoula	ez-zraoula	MA		0	Africa/Casablanca	32.89089	-7.58882				06	461		
11434103	Btatha	btatha	MA		0	Africa/Casablanca	32.86803	-7.60297				06	461		
11434104	Ez-Znazna	ez-znazna	MA		0	Africa/Casablanca	32.86013	-7.605				06	461		
11434105	Derbala	derbala	MA		0	Africa/Casablanca	32.86733	-7.63072				06	461		
11434106	Frachkha	frachkha	MA		0	Africa/Casablanca	32.8684	-7.63895				06	461		
11434109	Oulad Boukhima	oulad-boukhima	MA		0	Africa/Casablanca	32.84517	-7.64037				06	461		
11434112	El Amiriine	el-amiriine	MA		0	Africa/Casablanca	32.84376	-7.58003				06	461		
11434113	Oulad Mohamed Ben Taïeb	oulad-mohamed-ben-taieb	MA		0	Africa/Casablanca	32.84721	-7.59203				06	461		
11434116	Dhaba	dhaba	MA		0	Africa/Casablanca	32.83752	-7.6098				06	461		
11434117	Oulad Rhilane	oulad-rhilane	MA		0	Africa/Casablanca	32.83409	-7.6212				06	461		
11434118	Oulad El Qaïd	oulad-el-qaid	MA		0	Africa/Casablanca	32.83448	-7.63549				06	461		
11434119	En-nzala	en-nzala	MA		0	Africa/Casablanca	32.84791	-7.63689				06	461		
11434121	El Halalma	el-halalma	MA		0	Africa/Casablanca	32.82801	-7.63935				06	461		
11434122	Brhoula	brhoula	MA		0	Africa/Casablanca	32.82298	-7.63729				06	461		
11434123	Oulad Ej-Jelil	oulad-ej-jelil	MA		0	Africa/Casablanca	32.82147	-7.64598				06	461		
11434129	Oulad Ahmed	oulad-ahmed	MA		0	Africa/Casablanca	32.81704	-7.59312				06	461		
11434132	Oulad Zemmouri	oulad-zemmouri	MA		0	Africa/Casablanca	32.81228	-7.58846				06	461		
11434133	Oulad Jilali Ben Abd El Malek	oulad-jilali-ben-abd-el-malek	MA		0	Africa/Casablanca	32.79997	-7.64715				06	461		
11434134	Ed-dradka	ed-dradka	MA		0	Africa/Casablanca	32.80348	-7.63593				06	461		
11434136	Lasserra	lasserra	MA		0	Africa/Casablanca	32.80305	-7.62468				06	461		
11434138	Er-Rerhaoua	er-rerhaoua	MA		0	Africa/Casablanca	32.79342	-7.6337				06	461		
11434140	Oulad Et-Toumia	oulad-et-toumia	MA		0	Africa/Casablanca	32.79315	-7.61797				06	461		
11434141	Oulad Attoum	oulad-attoum	MA		0	Africa/Casablanca	32.80083	-7.59944				06	461		
11434142	Oulad Zerrou	oulad-zerrou	MA		0	Africa/Casablanca	32.80383	-7.59515				06	461		
11434143	El Qdadra	el-qdadra	MA		0	Africa/Casablanca	32.80609	-7.59128				06	461		
11434145	Oulad El Hennour	oulad-el-hennour	MA		0	Africa/Casablanca	32.79832	-7.57272				06	461		
11434149	Beni Zrara	beni-zrara	MA		0	Africa/Casablanca	32.79121	-7.58859				06	461		
11434152	El Qouareb	el-qouareb	MA		0	Africa/Casablanca	32.78113	-7.63164				06	461		
11434153	Hammaoua	hammaoua	MA		0	Africa/Casablanca	32.7855	-7.6049				06	461		
11434155	El Amiriine	el-amiriine	MA		0	Africa/Casablanca	32.78315	-7.59877				06	461		
11434158	El Mkennsa	el-mkennsa	MA		0	Africa/Casablanca	32.78474	-7.58642				06	461		
11434161	Oulad Ben Salem	oulad-ben-salem	MA		0	Africa/Casablanca	32.77274	-7.6499				06	461		
11434162	Oulad Daoud	oulad-daoud	MA		0	Africa/Casablanca	32.76343	-7.63467				06	461		
11434163	Oulad Azzi	oulad-azzi	MA		0	Africa/Casablanca	32.76059	-7.62406				06	461		
11434166	Oulad El Haj Bou Aïch	oulad-el-haj-bou-aich	MA		0	Africa/Casablanca	32.76582	-7.60422				06	461		
11434170	’Azib El Qouareb	azib-el-qouareb	MA		0	Africa/Casablanca	32.75128	-7.57092				06	461		
11434171	Oulad El Haj	oulad-el-haj	MA		0	Africa/Casablanca	32.76972	-7.569				06	461		
11434172	Bilou	bilou	MA		0	Africa/Casablanca	32.76483	-7.57115				06	461		
11434177	Qedadra	qedadra	MA		0	Africa/Casablanca	32.76827	-7.53345				06	461		
11434178	El Aoussa	el-aoussa	MA		0	Africa/Casablanca	32.77043	-7.5213				06	461		
11434183	Oulad Chikh	oulad-chikh	MA		0	Africa/Casablanca	32.79613	-7.568				06	461		
11434185	Lebsibissa	lebsibissa	MA		0	Africa/Casablanca	32.79055	-7.5275				06	461		
11434186	Oulad Mati Bel Larbi	oulad-mati-bel-larbi	MA		0	Africa/Casablanca	32.78445	-7.52615				06	461		
11434187	Oulad Zekkak Ben Ahmed	oulad-zekkak-ben-ahmed	MA		0	Africa/Casablanca	32.77958	-7.52709				06	461		
11434188	Oulad Ali Lebsibisa	oulad-ali-lebsibisa	MA		0	Africa/Casablanca	32.78355	-7.52269				06	461		
11434189	El-Lebsabsa	el-lebsabsa	MA		0	Africa/Casablanca	32.77586	-7.52194				06	461		
11434190	Jouella	jouella	MA		0	Africa/Casablanca	32.77848	-7.53415				06	461		
11434191	Oulad Ziiani	oulad-ziiani	MA		0	Africa/Casablanca	32.79111	-7.52294				06	461		
11434195	Et-Tbabaa	et-tbabaa	MA		0	Africa/Casablanca	32.79623	-7.53913				06	461		
11434197	Ech-Chahibet	ech-chahibet	MA		0	Africa/Casablanca	32.80004	-7.56733				06	461		
11434198	Oulad Azz	oulad-azz	MA		0	Africa/Casablanca	32.80284	-7.53321				06	461		
11434199	Ez-Zrerkat	ez-zrerkat	MA		0	Africa/Casablanca	32.80396	-7.51765				06	461		
11434200	Oulad El Mamoun	oulad-el-mamoun	MA		0	Africa/Casablanca	32.8099	-7.53141				06	461		
11434201	Oulad El Hafiane	oulad-el-hafiane	MA		0	Africa/Casablanca	32.80489	-7.56327				06	461		
11434202	Oulad Daoudi	oulad-daoudi	MA		0	Africa/Casablanca	32.80878	-7.55644				06	461		
11434203	Oulad Daoud	oulad-daoud	MA		0	Africa/Casablanca	32.81418	-7.5328				06	461		
11434204	Oulad El Ghouata	oulad-el-ghouata	MA		0	Africa/Casablanca	32.81798	-7.52947				06	461		
11434206	Oulad Hoummane	oulad-hoummane	MA		0	Africa/Casablanca	32.82276	-7.50105				06	461		
11434207	Oulad Azzouz Bou Hadou	oulad-azzouz-bou-hadou	MA		0	Africa/Casablanca	32.83464	-7.53203				06	461		
11434210	Oulad Habbouba	oulad-habbouba	MA		0	Africa/Casablanca	32.82337	-7.55581				06	461		
11434211	Oulad Ben Rouine	oulad-ben-rouine	MA		0	Africa/Casablanca	32.82452	-7.55309				06	461		
11434213	Oulad Azzouz bou Haddou	oulad-azzouz-bou-haddou	MA		0	Africa/Casablanca	32.82424	-7.5319				06	461		
11434215	Oulad Sidi Abd En-Nbi Bou Sedra	oulad-sidi-abd-en-nbi-bou-sedra	MA		0	Africa/Casablanca	32.84528	-7.54396				06	461		
11434217	Cherqaoua	cherqaoua	MA		0	Africa/Casablanca	32.85031	-7.56132				06	461		
11434218	Oulad Bel Qadi	oulad-bel-qadi	MA		0	Africa/Casablanca	32.84387	-7.55571				06	461		
11434221	Et-Tleta	et-tleta	MA		0	Africa/Casablanca	32.85476	-7.53963				06	461		
11434223	Oulad Jerrar	oulad-jerrar	MA		0	Africa/Casablanca	32.85555	-7.55859				06	461		
11434224	Herarda	herarda	MA		0	Africa/Casablanca	32.86242	-7.5715				06	461		
11434225	Moualine Et-Tirs	moualine-et-tirs	MA		0	Africa/Casablanca	32.86968	-7.5724				06	461		
11434226	Oulad El Qadi El ’Aloua	oulad-el-qadi-el-aloua	MA		0	Africa/Casablanca	32.86875	-7.54062				06	461		
11434227	Oulad Mtaa	oulad-mtaa	MA		0	Africa/Casablanca	32.88052	-7.55999				06	461		
11434228	El Aïssiine	el-aissiine	MA		0	Africa/Casablanca	32.88543	-7.55104				06	461		
11434229	Houadra	houadra	MA		0	Africa/Casablanca	32.89037	-7.57277				06	461		
11434231	Oulad Aïad	oulad-aiad	MA		0	Africa/Casablanca	32.89545	-7.56124				06	461		
11434233	Soualha	soualha	MA		0	Africa/Casablanca	32.89807	-7.58146				06	461		
11434238	Ed-Hahna	ed-hahna	MA		0	Africa/Casablanca	32.91504	-7.54972				06	461		
11434239	Herkaoua	herkaoua	MA		0	Africa/Casablanca	32.91913	-7.54701				06	461		
11434244	Lazaza	lazaza	MA		0	Africa/Casablanca	32.91628	-7.52845				06	461		
11434246	Qouaoussa	qouaoussa	MA		0	Africa/Casablanca	32.93764	-7.57115				06	461		
11434247	El Fokha	el-fokha	MA		0	Africa/Casablanca	32.93186	-7.5391				06	461		
11434248	Ez-Zaouia	ez-zaouia	MA		0	Africa/Casablanca	32.93435	-7.54151				06	461		
11434249	Mzora	mzora	MA		0	Africa/Casablanca	32.9378	-7.53885				06	461		
11434250	Oulad Ez-Rhaïdi	oulad-ez-rhaidi	MA		0	Africa/Casablanca	32.93978	-7.54267				06	461		
11434251	Et-Touama	et-touama	MA		0	Africa/Casablanca	32.94637	-7.54539				06	461		
11434252	Er-Rzekat	er-rzekat	MA		0	Africa/Casablanca	32.94904	-7.53782				06	461		
11434253	Oulad El Haj Lahsene	oulad-el-haj-lahsene	MA		0	Africa/Casablanca	32.95424	-7.5291				06	461		
11434254	Oulad Ali Ben Amor	oulad-ali-ben-amor	MA		0	Africa/Casablanca	32.95811	-7.52241				06	461		
11434256	Haïdat	haidat	MA		0	Africa/Casablanca	32.95939	-7.53512				06	461		
11434257	Bdaoua	bdaoua	MA		0	Africa/Casablanca	32.96013	-7.51968				06	461		
11434258	Et-Touama	et-touama	MA		0	Africa/Casablanca	32.96966	-7.5218				06	461		
11434261	Oulad Ben Hajjaj	oulad-ben-hajjaj	MA		0	Africa/Casablanca	32.97367	-7.55529				06	461		
11434264	Oulad Zemmel	oulad-zemmel	MA		0	Africa/Casablanca	32.97579	-7.56641				06	461		
11434265	Oulad El Kebir	oulad-el-kebir	MA		0	Africa/Casablanca	32.97889	-7.56236				06	461		
11434266	Mahada	mahada	MA		0	Africa/Casablanca	32.98034	-7.54299				06	461		
11434267	El Mnasra	el-mnasra	MA		0	Africa/Casablanca	32.97554	-7.54702				06	461		
11434268	Oulad Azzouz	oulad-azzouz	MA		0	Africa/Casablanca	32.97926	-7.54757				06	461		
11434269	Chraqa	chraqa	MA		0	Africa/Casablanca	32.97562	-7.52938				06	461		
11434272	Baïdat	baidat	MA		0	Africa/Casablanca	32.9798	-7.51417				06	461		
11434273	Ouafiine	ouafiine	MA		0	Africa/Casablanca	32.98102	-7.55719				06	461		
11434274	Ourhlamet	ourhlamet	MA		0	Africa/Casablanca	32.98712	-7.55741				06	461		
11434275	El Achi	el-achi	MA		0	Africa/Casablanca	32.98592	-7.56478				06	461		
11434278	Oulad Abbou	oulad-abbou	MA		0	Africa/Casablanca	32.99251	-7.5595				06	461		
11434279	Oulad Chaïb	oulad-chaib	MA		0	Africa/Casablanca	32.98879	-7.53661				06	461		
11434280	Dar Er-Rouachid	dar-er-rouachid	MA		0	Africa/Casablanca	32.98751	-7.53379				06	461		
11434282	Oulad Ben Ali	oulad-ben-ali	MA		0	Africa/Casablanca	32.99701	-7.54826				06	461		
11434284	Bel Haj Ben Derouch	bel-haj-ben-derouch	MA		0	Africa/Casablanca	32.99457	-7.51662				06	461		
11434286	Dar Oulad Zaaria	dar-oulad-zaaria	MA		0	Africa/Casablanca	32.99134	-7.51069				06	461		
11434295	Oulad Daoudi El Mati	oulad-daoudi-el-mati	MA		0	Africa/Casablanca	32.91446	-7.50617				06	461		
11434296	Bhara	bhara	MA		0	Africa/Casablanca	32.91801	-7.5034				06	461		
11434297	Oulad Bou Azza El Mati	oulad-bou-azza-el-mati	MA		0	Africa/Casablanca	32.90311	-7.51141				06	461		
11434300	Oulad Abd El Moumene	oulad-abd-el-moumene	MA		0	Africa/Casablanca	32.89682	-7.50253				06	461		
11434302	Oulad Hamaouane	oulad-hamaouane	MA		0	Africa/Casablanca	32.89129	-7.52122				06	461		
11434303	Oulad Ed-Dawdi	oulad-ed-dawdi	MA		0	Africa/Casablanca	32.88779	-7.51312				06	461		
11434304	Oulad Haj Ben Nasser	oulad-haj-ben-nasser	MA		0	Africa/Casablanca	32.88414	-7.52114				06	461		
11434305	Oulad Haj Thami	oulad-haj-thami	MA		0	Africa/Casablanca	32.88021	-7.50807				06	461		
11434308	Oulad El Fqih	oulad-el-fqih	MA		0	Africa/Casablanca	32.83426	-7.51266				06	461		
11434311	Kebabra	kebabra	MA		0	Africa/Casablanca	32.82822	-7.50596				06	461		
11434312	Er-Rmeïla	er-rmeila	MA		0	Africa/Casablanca	32.81676	-7.52136				06	461		
11434314	Oulad Khoufaïr	oulad-khoufair	MA		0	Africa/Casablanca	32.79713	-7.51098				06	461		
11434316	Oulad Abd El Ouahab	oulad-abd-el-ouahab	MA		0	Africa/Casablanca	32.78705	-7.50846				06	461		
11434317	Oulad El Rhazi	oulad-el-rhazi	MA		0	Africa/Casablanca	32.78619	-7.50194				06	461		
11434318	Oulad El Haj Abbès	oulad-el-haj-abbes	MA		0	Africa/Casablanca	32.77935	-7.50046				06	461		
11434320	Oulad Bedda Bel Kebir	oulad-bedda-bel-kebir	MA		0	Africa/Casablanca	32.75154	-7.51442				06	461		
11434322	Es-Smaala	es-smaala	MA		0	Africa/Casablanca	32.93501	-7.67389				06	461		
11434323	Qdadra	qdadra	MA		0	Africa/Casablanca	32.91963	-7.59158				06	461		
11434328	Tolba	tolba	MA		0	Africa/Casablanca	32.78458	-7.68185				06	461		
11434333	Oulad Moumene	oulad-moumene	MA		0	Africa/Casablanca	32.99676	-7.73037				06	461		
11434337	Oulad bou Asria	oulad-bou-asria	MA		0	Africa/Casablanca	32.89365	-7.74943				06	461		
11434338	Bouch’aybou Ben Haj	bouch-aybou-ben-haj	MA		0	Africa/Casablanca	32.99862	-7.51993				06	461		
11434339	Lahfaya	lahfaya	MA		0	Africa/Casablanca	32.99906	-7.58066				06	461		
11434340	Oulad Rahhou	oulad-rahhou	MA		0	Africa/Casablanca	32.99955	-7.72985				06	461		
11434341	Oulad Oassem	oulad-oassem	MA		0	Africa/Casablanca	32.74112	-7.24026				06	461		
11434342	Oulad Sa’id	oulad-sa-id	MA		0	Africa/Casablanca	32.7378	-7.23648				06	461		
11434343	Oulad Rahho	oulad-rahho	MA		0	Africa/Casablanca	32.73863	-7.20807				06	461		
11434345	Oulad Mahdi	oulad-mahdi	MA		0	Africa/Casablanca	32.73773	-7.18945				06	461		
11434346	Toualet	toualet	MA		0	Africa/Casablanca	32.7348	-7.1879				06	461		
11434347	Fqih Rahhali	fqih-rahhali	MA		0	Africa/Casablanca	32.7313	-7.19015				06	461		
11434348	Sgamna	sgamna	MA		0	Africa/Casablanca	32.73437	-7.20314				06	461		
11434352	Oulad Rahho	oulad-rahho	MA		0	Africa/Casablanca	32.7082	-7.24107				06	461		
11434387	Hwawra	hwawra	MA		0	Africa/Casablanca	32.57127	-7.23946				06	461		
11434399	Bou Guettaya	bou-guettaya	MA		0	Africa/Casablanca	32.51693	-7.19376				06	461		
11434400	Oulad Abbou Ben Mok	oulad-abbou-ben-mok	MA		0	Africa/Casablanca	32.51501	-7.20161				06	461		
11434401	Sidi Bou Nwar	sidi-bou-nwar	MA		0	Africa/Casablanca	32.51881	-7.21215				06	461		
11434402	Sidi ’Abd al ’Aziz	sidi-abd-al-aziz	MA		0	Africa/Casablanca	32.51736	-7.22105				06	461		
11434410	Al Foqra	al-foqra	MA		0	Africa/Casablanca	32.51237	-7.20556				06	461		
11434413	Al Mellalia	al-mellalia	MA		0	Africa/Casablanca	32.51221	-7.18468				06	461		
11434418	Dar Sidi Ahmed	dar-sidi-ahmed	MA		0	Africa/Casablanca	32.51373	-7.14471				06	461		
11434420	Oulad Slimane	oulad-slimane	MA		0	Africa/Casablanca	32.5276	-7.14235				06	461		
11434421	Rbarba	rbarba	MA		0	Africa/Casablanca	32.53184	-7.13793				06	461		
11434423	Dhamna	dhamna	MA		0	Africa/Casablanca	32.53647	-7.16162				06	461		
11434424	Mkhalfa	mkhalfa	MA		0	Africa/Casablanca	32.52956	-7.16385				06	461		
11434428	Ouled Hammou	ouled-hammou	MA		0	Africa/Casablanca	32.5284	-7.13321				06	461		
11434433	Soualha	soualha	MA		0	Africa/Casablanca	32.56295	-7.14844				06	461		
11434434	Dhamna	dhamna	MA		0	Africa/Casablanca	32.55416	-7.14222				06	461		
11434438	Sedrat Al Mgaïl	sedrat-al-mgail	MA		0	Africa/Casablanca	32.58228	-7.17597				06	461		
11434450	Al Ksas	al-ksas	MA		0	Africa/Casablanca	32.67251	-7.12878				06	461		
11434453	Bwirat	bwirat	MA		0	Africa/Casablanca	32.70242	-7.15702				06	461		
11434455	Oulad A’yad	oulad-a-yad	MA		0	Africa/Casablanca	32.72476	-7.13706				06	461		
11434460	Sidi Mohamed Ben L’ayyachi	sidi-mohamed-ben-l-ayyachi	MA		0	Africa/Casablanca	32.7372	-7.18314				06	461		
11434468	Sania	sania	MA		0	Africa/Casablanca	32.70866	-7.10166				06	461		
11434475	’Amara	amara	MA		0	Africa/Casablanca	32.67724	-7.10046				06	461		
11434478	Oulad A’bbou	oulad-a-bbou	MA		0	Africa/Casablanca	32.67536	-7.08608				06	461		
11434481	Al Karkour	al-karkour	MA		0	Africa/Casablanca	32.66293	-7.07579				06	461		
11434482	Kharwa	kharwa	MA		0	Africa/Casablanca	32.65824	-7.10484				06	461		
11434489	Skatnia	skatnia	MA		0	Africa/Casablanca	32.65647	-7.12428				06	461		
11434490	Ghalla	ghalla	MA		0	Africa/Casablanca	32.63786	-7.09458				06	461		
11434495	Oulad Mes’oud	oulad-mes-oud	MA		0	Africa/Casablanca	32.6208	-7.08261				06	461		
11434500	Dar Sbib	dar-sbib	MA		0	Africa/Casablanca	32.59615	-7.10947				06	461		
11434504	Al Btatwa	al-btatwa	MA		0	Africa/Casablanca	32.59419	-7.10158				06	461		
11434505	Sidi Jamai’at	sidi-jamai-at	MA		0	Africa/Casablanca	32.60276	-7.08673				06	461		
11434506	La’badla	la-badla	MA		0	Africa/Casablanca	32.59546	-7.08282				06	461		
11434507	Al Mamsa	al-mamsa	MA		0	Africa/Casablanca	32.58902	-7.08638				06	461		
11434509	Oulad Al Hamria	oulad-al-hamria	MA		0	Africa/Casablanca	32.59047	-7.09596				06	461		
11434511	Lama’llem Hammadi	lama-llem-hammadi	MA		0	Africa/Casablanca	32.57922	-7.09634				06	461		
11434512	Dar Bayad	dar-bayad	MA		0	Africa/Casablanca	32.58888	-7.10668				06	461		
11434515	Oulad Sidi Ma’ti	oulad-sidi-ma-ti	MA		0	Africa/Casablanca	32.56671	-7.08197				06	461		
11434516	Oulad La’badla	oulad-la-badla	MA		0	Africa/Casablanca	32.56002	-7.0784				06	461		
11434521	Dar Calah Ben Jilali	dar-calah-ben-jilali	MA		0	Africa/Casablanca	32.55116	-7.09065				06	461		
11434523	Oulad Sidi Miloudi	oulad-sidi-miloudi	MA		0	Africa/Casablanca	32.54707	-7.09454				06	461		
11434524	Oulad Sidi Allal	oulad-sidi-allal	MA		0	Africa/Casablanca	32.54667	-7.11252				06	461		
11434525	Oulad Jilali Ben Ahmed	oulad-jilali-ben-ahmed	MA		0	Africa/Casablanca	32.54844	-7.11896				06	461		
11434526	Rwawna	rwawna	MA		0	Africa/Casablanca	32.54761	-7.1166				06	461		
11434528	Oulad Mohamed Ben Mançour	oulad-mohamed-ben-mancour	MA		0	Africa/Casablanca	32.53817	-7.11067				06	461		
11434532	Oulad L’arbi Ben Çalah	oulad-l-arbi-ben-calah	MA		0	Africa/Casablanca	32.53173	-7.12278				06	461		
11434535	Oulad Ghalem	oulad-ghalem	MA		0	Africa/Casablanca	32.51729	-7.11647				06	461		
11434538	La’bab	la-bab	MA		0	Africa/Casablanca	32.51541	-7.10368				06	461		
11434543	Dar Bou Glib	dar-bou-glib	MA		0	Africa/Casablanca	32.50216	-7.10698				06	461		
11434547	Dar Hajjaj	dar-hajjaj	MA		0	Africa/Casablanca	32.53068	-7.10763				06	461		
11434567	Dar Oulad Al Khadem	dar-oulad-al-khadem	MA		0	Africa/Casablanca	32.6668	-7.03178				06	461		
11434570	Oulad el Haj	oulad-el-haj	MA		0	Africa/Casablanca	32.64436	-7.05624				06	461		
11434572	L’qdadra	l-qdadra	MA		0	Africa/Casablanca	32.64353	-7.03308				06	461		
11434577	Oulad Mess’oud	oulad-mess-oud	MA		0	Africa/Casablanca	32.6247	-7.02444				06	461		
11434580	La’ziza	la-ziza	MA		0	Africa/Casablanca	32.60945	-7.06122				06	461		
11434581	Al H’dadwa	al-h-dadwa	MA		0	Africa/Casablanca	32.60128	-7.06503				06	461		
11434582	Al Koudia	al-koudia	MA		0	Africa/Casablanca	32.59452	-7.06482				06	461		
11434588	Dar Allal Ben Bou’azza	dar-allal-ben-bou-azza	MA		0	Africa/Casablanca	32.58761	-7.03635				06	461		
11434589	Dar Slaïm	dar-slaim	MA		0	Africa/Casablanca	32.59025	-7.0471				06	461		
11434591	Jouaïdia	jouaidia	MA		0	Africa/Casablanca	32.59488	-7.05813				06	461		
11434592	Ben Hachem	ben-hachem	MA		0	Africa/Casablanca	32.58566	-7.07624				06	461		
11434595	La’marna	la-marna	MA		0	Africa/Casablanca	32.57366	-7.02688				06	461		
11434596	Sqaïlat	sqailat	MA		0	Africa/Casablanca	32.56139	-7.02744				06	461		
11434598	Ayt Slimane	ayt-slimane	MA		0	Africa/Casablanca	32.55033	-7.06439				06	461		
11434600	Dar ’Abd es Slam Ben L’arbi	dar-abd-es-slam-ben-l-arbi	MA		0	Africa/Casablanca	32.54664	-7.05156				06	461		
11434606	Oulad Mohamed Ben ’Abbes	oulad-mohamed-ben-abbes	MA		0	Africa/Casablanca	32.53411	-7.06594				06	461		
11434608	Zhahfa	zhahfa	MA		0	Africa/Casablanca	32.53126	-7.06242				06	461		
11434619	Al Ma’zir	al-ma-zir	MA		0	Africa/Casablanca	32.52963	-7.09096				06	461		
11434625	Dar Tolba	dar-tolba	MA		0	Africa/Casablanca	32.51226	-7.00324				06	461		
11434641	Hbata	hbata	MA		0	Africa/Casablanca	32.68609	-7.22384				06	461		
11434652	Çokhra Al Mbwirka	cokhra-al-mbwirka	MA		0	Africa/Casablanca	32.97246	-7.44018				06	461		
11434694	Al Ghazra	al-ghazra	MA		0	Africa/Casablanca	32.83327	-7.46354				06	461		
11434702	Assilat	assilat	MA		0	Africa/Casablanca	32.81388	-7.46725				06	461		
11434707	Hmamda	hmamda	MA		0	Africa/Casablanca	32.78813	-7.44518				06	461		
11434719	Lesbara	lesbara	MA		0	Africa/Casablanca	32.75711	-7.48908				06	461		
11434721	Al Moujahidine	al-moujahidine	MA		0	Africa/Casablanca	32.76975	-7.40153				06	461		
11434723	Al Bdaouda	al-bdaouda	MA		0	Africa/Casablanca	32.75994	-7.42359				06	461		
11434744	Oulad Bouziri	oulad-bouziri	MA		0	Africa/Casablanca	32.84295	-7.43644				06	461		
11434749	Koudiat Al ’Acheb	koudiat-al-acheb	MA		0	Africa/Casablanca	32.90253	-7.42222				06	461		
11434784	Es Swalem	es-swalem	MA		0	Africa/Casablanca	32.9464	-7.36515				06	461		
11434802	Cheïkh al Harras	cheikh-al-harras	MA		0	Africa/Casablanca	32.86316	-7.36655				06	461		
11434811	Er Ryayna	er-ryayna	MA		0	Africa/Casablanca	32.91644	-7.28873				06	461		
11434814	Sidi Ahmed al Balhoul	sidi-ahmed-al-balhoul	MA		0	Africa/Casablanca	32.94007	-7.30283				06	461		
11434822	Al Abiod	al-abiod	MA		0	Africa/Casablanca	32.89464	-7.28913				06	461		
11434835	Harakta	harakta	MA		0	Africa/Casablanca	32.98821	-7.25731				06	461		
11434854	Al Harma	al-harma	MA		0	Africa/Casablanca	32.88524	-7.33177				06	461		
11434857	El Mnadla	el-mnadla	MA		0	Africa/Casablanca	32.83102	-7.28143				06	461		
11434862	Es Swalha	es-swalha	MA		0	Africa/Casablanca	32.83466	-7.26034				06	461		
11434881	Djebala	djebala	MA		0	Africa/Casablanca	32.82723	-7.30384				06	461		
11434882	Al Hadid	al-hadid	MA		0	Africa/Casablanca	32.8304	-7.3284				06	461		
11434885	Dar Tahar Ben Ahmed	dar-tahar-ben-ahmed	MA		0	Africa/Casablanca	32.81441	-7.32272				06	461		
11434890	Jnane Razem	jnane-razem	MA		0	Africa/Casablanca	32.80182	-7.37649				06	461		
11434893	Sedra Sidi Ben Amar	sedra-sidi-ben-amar	MA		0	Africa/Casablanca	32.80976	-7.38589				06	461		
11434898	Sedrat Mejdame	sedrat-mejdame	MA		0	Africa/Casablanca	32.76986	-7.34983				06	461		
11434899	Oulad Nejaia	oulad-nejaia	MA		0	Africa/Casablanca	32.76607	-7.37015				06	461		
11434910	Er Rehaïm	er-rehaim	MA		0	Africa/Casablanca	32.96529	-7.34265				06	461		
11434916	Al Mzara	al-mzara	MA		0	Africa/Casablanca	32.87133	-7.30066				06	461		
11434922	Oulad Baba	oulad-baba	MA		0	Africa/Casablanca	32.94739	-7.34352				06	461		
11434925	Ma’ti Ben ’Aycha	ma-ti-ben-aycha	MA		0	Africa/Casablanca	32.86165	-7.30682				06	461		
11434926	Al Bsabes	al-bsabes	MA		0	Africa/Casablanca	32.85141	-7.34458				06	461		
11434927	Ed Doumia	ed-doumia	MA		0	Africa/Casablanca	32.85121	-7.3192				06	461		
11434929	Oulad Guessoum	oulad-guessoum	MA		0	Africa/Casablanca	32.86339	-7.31912				06	461		
11434945	Al Hwitat	al-hwitat	MA		0	Africa/Casablanca	32.89501	-7.40918				06	461		
11434958	Al Mrarga	al-mrarga	MA		0	Africa/Casablanca	32.90645	-7.40121				06	461		
11434973	Azlag	azlag	MA		0	Africa/Casablanca	32.03719	-6.96192				05	081		
11434987	Sidi Hadjaj	sidi-hadjaj	MA		0	Africa/Casablanca	32.92802	-7.2439				06	461		
11435006	Ould Baroudia	ould-baroudia	MA		0	Africa/Casablanca	32.76553	-7.18607				06	461		
11435013	Dar Mohamed Ben Sma’il	dar-mohamed-ben-sma-il	MA		0	Africa/Casablanca	32.85824	-7.20835				06	461		
11435046	Haddane	haddane	MA		0	Africa/Casablanca	32.85373	-7.23443				06	461		
11435064	Dar Sidi L’arbi Ben Mohamed	dar-sidi-l-arbi-ben-mohamed	MA		0	Africa/Casablanca	32.78668	-7.18809				06	461		
11435113	Granna	granna	MA		0	Africa/Casablanca	32.77752	-7.13342				06	461		
11435125	Al Barka	al-barka	MA		0	Africa/Casablanca	32.84196	-7.08049				06	461		
11435126	Chorfa Oulad Bou Rya	chorfa-oulad-bou-rya	MA		0	Africa/Casablanca	32.86212	-7.05817				06	461		
11435152	Nkheila	nkheila	MA		0	Africa/Casablanca	32.95834	-7.07671				06	461		
11435159	Al Firma Al Kbira	al-firma-al-kbira	MA		0	Africa/Casablanca	32.81057	-7.06171				06	461		
11435162	Taounza	taounza	MA		0	Africa/Casablanca	32.75804	-7.0496				06	461		
11435182	Mrizig	mrizig	MA		0	Africa/Casablanca	32.84649	-7.09826				06	461		
11435186	Oulad Beni Amir	oulad-beni-amir	MA		0	Africa/Casablanca	32.47265	-6.69348				05	255		
11435187	Douar Oulad Rahhou	douar-oulad-rahhou	MA		0	Africa/Casablanca	32.42881	-6.71105				05	255		
11435188	Douar Oulad ’Amrane	douar-oulad-amrane	MA		0	Africa/Casablanca	32.38898	-6.72339				05	255		
11435194	Douar Oulad Jbir	douar-oulad-jbir	MA		0	Africa/Casablanca	32.34285	-6.67771				05	255		
11435195	Oulad Zahra	oulad-zahra	MA		0	Africa/Casablanca	32.34466	-6.65981				05	255		
11435198	Oulad ’Issa	oulad-issa	MA		0	Africa/Casablanca	32.24588	-6.94065				05	255		
11435201	Aït Hammou Karri	ait-hammou-karri	MA		0	Africa/Casablanca	32.16952	-6.95286				05	081		
11435202	Aït Bouddane	ait-bouddane	MA		0	Africa/Casablanca	32.16603	-6.95927				05	081		
11435205	Aït Ichou	ait-ichou	MA		0	Africa/Casablanca	32.11514	-6.9585				05	081		
11435206	Khazant	khazant	MA		0	Africa/Casablanca	32.10979	-6.96488				05	081		
11435207	Aït Wi’azzane	ait-wi-azzane	MA		0	Africa/Casablanca	32.12173	-6.93725				05	081		
11435211	Tinkiwa	tinkiwa	MA		0	Africa/Casablanca	32.07936	-6.99159				05	081		
11435212	Aït Lamwaddene	ait-lamwaddene	MA		0	Africa/Casablanca	32.07588	-6.99203				05	081		
11435213	Isdram	isdram	MA		0	Africa/Casablanca	32.07645	-6.98849				05	081		
11435215	Boujem’a	boujem-a	MA		0	Africa/Casablanca	32.07248	-6.98405				05	081		
11435216	Al Hofra	al-hofra	MA		0	Africa/Casablanca	32.06779	-6.99143				05	081		
11435221	Aït Ouja’ida	ait-ouja-ida	MA		0	Africa/Casablanca	32.0371	-6.97601				05	081		
11435222	Aït Chamma	ait-chamma	MA		0	Africa/Casablanca	32.03246	-6.97577				05	081		
11435223	Aït ’Ammar	ait-ammar	MA		0	Africa/Casablanca	32.0262	-6.98174				05	081		
11435224	Imi-n-Talat	imi-n-talat	MA		0	Africa/Casablanca	32.03774	-6.93981				05	081		
11435226	Aït ’Ali Qaddour	ait-ali-qaddour	MA		0	Africa/Casablanca	32.0138	-6.99041				05	081		
11435227	Amchabbak	amchabbak	MA		0	Africa/Casablanca	32.0091	-6.99208				05	081		
11435228	Aït Ben ’Addi	ait-ben-addi	MA		0	Africa/Casablanca	32.00139	-6.99509				05	081		
11435229	Ichalane	ichalane	MA		0	Africa/Casablanca	32.00707	-6.92277				05	081		
11435230	Tizya	tizya	MA		0	Africa/Casablanca	32.01478	-6.92887				05	081		
11435231	Tiwririne	tiwririne	MA		0	Africa/Casablanca	32.02617	-6.92544				05	081		
11435232	Al Wastaniyine	al-wastaniyine	MA		0	Africa/Casablanca	32.01696	-6.90612				05	081		
11435233	Aït Hassiboun	ait-hassiboun	MA		0	Africa/Casablanca	32.01143	-6.90896				05	081		
11435234	Boulfarsi	boulfarsi	MA		0	Africa/Casablanca	32.01802	-6.90093				05	081		
11435235	Imchihane	imchihane	MA		0	Africa/Casablanca	32.01773	-6.89728				05	081		
11435236	Ifargane	ifargane	MA		0	Africa/Casablanca	32.03679	-6.93003				05	081		
11435238	Al Hadja	al-hadja	MA		0	Africa/Casablanca	32.05696	-6.91155				05	081		
11435239	Taouritt	taouritt	MA		0	Africa/Casablanca	32.05912	-6.91306				05	081		
11435240	Azlag	azlag	MA		0	Africa/Casablanca	32.0625	-6.91624				05	081		
11435241	Agholid	agholid	MA		0	Africa/Casablanca	32.06643	-6.91229				05	081		
11435242	Aït ’Ali	ait-ali	MA		0	Africa/Casablanca	32.06192	-6.90759				05	081		
11435244	Aït ’Allal	ait-allal	MA		0	Africa/Casablanca	32.08487	-6.90651				05	081		
11435245	Aït Haqqi	ait-haqqi	MA		0	Africa/Casablanca	32.13853	-6.91829				05	081		
11435247	Assarag	assarag	MA		0	Africa/Casablanca	32.057	-6.867				05	081		
11435248	Aït Briqich	ait-briqich	MA		0	Africa/Casablanca	32.0469	-6.87587				05	081		
11435251	Imizzar	imizzar	MA		0	Africa/Casablanca	32.04945	-6.82323				05	081		
11435253	Aït Boulbaroud	ait-boulbaroud	MA		0	Africa/Casablanca	32.02857	-6.87248				05	081		
11435254	Aït Ourir	ait-ourir	MA		0	Africa/Casablanca	32.0242	-6.88046				05	081		
11435255	Aït Boumalal	ait-boumalal	MA		0	Africa/Casablanca	32.02184	-6.86909				05	081		
11435256	Oulad Mbarek	oulad-mbarek	MA		0	Africa/Casablanca	32.20402	-6.83729				05	255		
11435257	Ighghir	ighghir	MA		0	Africa/Casablanca	32.00641	-6.8784				05	081		
11435259	Aït ’Ali Ahmed	ait-ali-ahmed	MA		0	Africa/Casablanca	32.00774	-6.86731				05	081		
11435260	Inejjarn	inejjarn	MA		0	Africa/Casablanca	32.00049	-6.87796				05	081		
11435261	Sarghamane	sarghamane	MA		0	Africa/Casablanca	32.00669	-6.81921				05	081		
11435262	Aït Sa’id	ait-sa-id	MA		0	Africa/Casablanca	32.00149	-6.81178				05	081		
11435263	Aït Halwane	ait-halwane	MA		0	Africa/Casablanca	32.00558	-6.81148				05	081		
11435265	Knayz	knayz	MA		0	Africa/Casablanca	32.19865	-6.75045				05	081		
11435266	Tidamrine	tidamrine	MA		0	Africa/Casablanca	32.19131	-6.79725				05	255		
11435267	Aït Sa’id	ait-sa-id	MA		0	Africa/Casablanca	32.08502	-6.90874				05	081		
11435268	Aït Et Taleb	ait-et-taleb	MA		0	Africa/Casablanca	32.08599	-6.90255				05	081		
11435269	Aït Al Mahjoub	ait-al-mahjoub	MA		0	Africa/Casablanca	32.08973	-6.89907				05	081		
11435272	Aït Ech Chayb	ait-ech-chayb	MA		0	Africa/Casablanca	32.10508	-6.90858				05	081		
11435273	Aït Al ’Annouch	ait-al-annouch	MA		0	Africa/Casablanca	32.10827	-6.89467				05	081		
11435275	Dwiwir	dwiwir	MA		0	Africa/Casablanca	32.12404	-6.91831				05	081		
11435276	Aït Barghout	ait-barghout	MA		0	Africa/Casablanca	32.13121	-6.91092				05	081		
11435277	Aït Zaggoum	ait-zaggoum	MA		0	Africa/Casablanca	32.13426	-6.90635				05	081		
11435278	Aït Haddou	ait-haddou	MA		0	Africa/Casablanca	32.13641	-6.91313				05	081		
11435279	Aït ’Abdelghani	ait-abdelghani	MA		0	Africa/Casablanca	32.13185	-6.92261				05	081		
11435280	Aït Al Haj	ait-al-haj	MA		0	Africa/Casablanca	32.14003	-6.91388				05	081		
11435281	Loukara	loukara	MA		0	Africa/Casablanca	32.13781	-6.90532				05	081		
11435283	Aït ’Ammar	ait-ammar	MA		0	Africa/Casablanca	32.14565	-6.93168				05	081		
11435284	Al Bla’ada	al-bla-ada	MA		0	Africa/Casablanca	32.22088	-6.87399				05	255		
11435285	Aït ’Alla	ait-alla	MA		0	Africa/Casablanca	32.01201	-6.78864				05	081		
11435286	Tatalt	tatalt	MA		0	Africa/Casablanca	32.17213	-6.86679				05	081		
11435289	Oulad Bouhlal	oulad-bouhlal	MA		0	Africa/Casablanca	32.11326	-6.87299				05	081		
11435290	Aït La’rabi	ait-la-rabi	MA		0	Africa/Casablanca	32.09934	-6.86767				05	081		
11435291	Aït Oubzou	ait-oubzou	MA		0	Africa/Casablanca	32.10076	-6.85424				05	081		
11435292	Tiqabline	tiqabline	MA		0	Africa/Casablanca	32.10422	-6.84527				05	081		
11435293	Tissagdane	tissagdane	MA		0	Africa/Casablanca	32.08793	-6.8887				05	081		
11435294	Ghbilat	ghbilat	MA		0	Africa/Casablanca	32.10644	-6.89227				05	081		
11435296	Iguer-n Oughiyoul	iguer-n-oughiyoul	MA		0	Africa/Casablanca	32.05539	-6.88319				05	081		
11435298	Ez Zawya	ez-zawya	MA		0	Africa/Casablanca	32.05054	-6.83802				05	081		
11435299	Aït ’Abbou Isïd	ait-abbou-isid	MA		0	Africa/Casablanca	32.05046	-6.84041				05	081		
11435302	Aït Mhane	ait-mhane	MA		0	Africa/Casablanca	32.03232	-6.80563				05	081		
11435303	Aït Khlif	ait-khlif	MA		0	Africa/Casablanca	32.03653	-6.79737				05	081		
11435304	Qarwani	qarwani	MA		0	Africa/Casablanca	32.0493	-6.81076				05	081		
11435305	Sidi ’Issa Ou- ’Ali	sidi-issa-ou-ali	MA		0	Africa/Casablanca	32.07676	-6.81956				05	081		
11435306	Taçort	tacort	MA		0	Africa/Casablanca	32.08825	-6.81578				05	081		
11435308	Majouiga	majouiga	MA		0	Africa/Casablanca	32.0952	-6.81411				05	081		
11435309	Al Hadja	al-hadja	MA		0	Africa/Casablanca	32.09934	-6.79772				05	081		
11435310	Aït Ig-noun	ait-ig-noun	MA		0	Africa/Casablanca	32.08655	-6.79635				05	081		
11435312	Tazerwalt	tazerwalt	MA		0	Africa/Casablanca	32.10429	-6.81184				05	081		
11435314	Bouzargane	bouzargane	MA		0	Africa/Casablanca	32.11376	-6.81163				05	081		
11435316	Aït Ben Dawa	ait-ben-dawa	MA		0	Africa/Casablanca	32.12369	-6.83133				05	081		
11435318	Bouganfou	bouganfou	MA		0	Africa/Casablanca	32.13408	-6.83399				05	081		
11435319	Oulad Ghannam	oulad-ghannam	MA		0	Africa/Casablanca	32.13141	-6.79251				05	081		
11435321	Aït Haqqi	ait-haqqi	MA		0	Africa/Casablanca	32.15521	-6.8228				05	081		
11435322	Tiba’dine	tiba-dine	MA		0	Africa/Casablanca	32.15457	-6.84628				05	081		
11435324	Aït Wazzar	ait-wazzar	MA		0	Africa/Casablanca	32.17992	-6.8368				05	081		
11435327	Ech Chorfa	ech-chorfa	MA		0	Africa/Casablanca	32.16869	-6.77763				05	081		
11435328	Aït Eç Çghir	ait-ec-cghir	MA		0	Africa/Casablanca	32.21183	-6.86187				05	255		
11435329	Al Khlalta	al-khlalta	MA		0	Africa/Casablanca	32.23278	-6.7863				05	255		
11435334	Aït ’Issa	ait-issa	MA		0	Africa/Casablanca	32.14289	-6.75742				05	081		
11435335	Aït Ayyach	ait-ayyach	MA		0	Africa/Casablanca	32.13885	-6.76759				05	081		
11435336	Aït Boumlik	ait-boumlik	MA		0	Africa/Casablanca	32.13502	-6.78935				05	081		
11435337	Aït Hammou Haqqi	ait-hammou-haqqi	MA		0	Africa/Casablanca	32.11067	-6.76122				05	081		
11435338	Foum Ez Zawyat	foum-ez-zawyat	MA		0	Africa/Casablanca	32.11472	-6.77708				05	081		
11435340	Bouzentar	bouzentar	MA		0	Africa/Casablanca	32.10493	-6.77078				05	081		
11435341	Oulad Sa’id	oulad-sa-id	MA		0	Africa/Casablanca	32.10433	-6.76604				05	081		
11435343	Taourirt	taourirt	MA		0	Africa/Casablanca	32.08504	-6.77791				05	081		
11435344	Aït ’Abdelwahed	ait-abdelwahed	MA		0	Africa/Casablanca	32.06313	-6.75663				05	081		
11435345	Aït Ougaddim	ait-ougaddim	MA		0	Africa/Casablanca	32.05286	-6.76589				05	081		
11435346	Aït Bouibrine	ait-bouibrine	MA		0	Africa/Casablanca	32.05257	-6.75874				05	081		
11435348	Afza	afza	MA		0	Africa/Casablanca	32.02445	-6.78742				05	081		
11435349	Aït Boussetta	ait-boussetta	MA		0	Africa/Casablanca	32.02535	-6.77943				05	081		
11435351	Bounb	bounb	MA		0	Africa/Casablanca	32.00866	-6.78064				05	081		
11435355	Tiqqit	tiqqit	MA		0	Africa/Casablanca	32.07244	-6.99468				05	081		
11435356	Grir	grir	MA		0	Africa/Casablanca	32.10783	-6.95808				05	081		
11435357	Çmamdiya	cmamdiya	MA		0	Africa/Casablanca	32.24747	-6.78356				05	255		
11435360	Arg	arg	MA		0	Africa/Casablanca	32.09944	-7.00009				05	081		
11435365	Tawrda	tawrda	MA		0	Africa/Casablanca	32.21026	-6.72574				05	081		
11435367	Zrayb	zrayb	MA		0	Africa/Casablanca	32.20418	-6.7436				05	081		
11435368	Lakniz	lakniz	MA		0	Africa/Casablanca	32.19913	-6.74829				05	081		
11435370	Sidi ’Ali ou Brahim	sidi-ali-ou-brahim	MA		0	Africa/Casablanca	32.19295	-6.7351				05	081		
11435376	Ayt ’Omar	ayt-omar	MA		0	Africa/Casablanca	32.19469	-6.71535				05	081		
11435377	Ayt Itourgh	ayt-itourgh	MA		0	Africa/Casablanca	32.19272	-6.72286				05	081		
11435378	Sidi Ahmed Ou Dades	sidi-ahmed-ou-dades	MA		0	Africa/Casablanca	32.19394	-6.72427				05	081		
11435379	Sidi Es- Sghir	sidi-es-sghir	MA		0	Africa/Casablanca	32.19528	-6.72708				05	081		
11435382	Ayt Ben Hammou	ayt-ben-hammou	MA		0	Africa/Casablanca	32.17703	-6.70213				05	081		
11435385	Initif	initif	MA		0	Africa/Casablanca	32.17287	-6.73821				05	081		
11435386	Ma’bout	ma-bout	MA		0	Africa/Casablanca	32.17181	-6.71993				05	081		
11435393	Imjjat	imjjat	MA		0	Africa/Casablanca	32.14127	-6.70391				05	081		
11435394	Ayt Bou Yakhlef	ayt-bou-yakhlef	MA		0	Africa/Casablanca	32.14009	-6.7152				05	081		
11435396	Ayt Bou Hammou	ayt-bou-hammou	MA		0	Africa/Casablanca	32.13817	-6.72258				05	081		
11435397	Ayt ’Abbas	ayt-abbas	MA		0	Africa/Casablanca	32.14021	-6.7431				05	081		
11435401	Ayt Warzaq	ayt-warzaq	MA		0	Africa/Casablanca	32.12893	-6.69799				05	081		
11435402	Tighddiwine	tighddiwine	MA		0	Africa/Casablanca	32.14091	-6.69306				05	081		
11435403	Boufekrane	boufekrane	MA		0	Africa/Casablanca	32.11921	-6.7439				05	081		
11435404	Ayt Lhaj	ayt-lhaj	MA		0	Africa/Casablanca	32.11289	-6.73898				05	081		
11435405	Qorbila	qorbila	MA		0	Africa/Casablanca	32.11131	-6.72626				05	081		
11435408	Ayt Wahmane	ayt-wahmane	MA		0	Africa/Casablanca	32.11989	-6.72847				05	081		
11435409	Ayt Wadich	ayt-wadich	MA		0	Africa/Casablanca	32.11715	-6.72021				05	081		
11435413	Labridia	labridia	MA		0	Africa/Casablanca	32.10703	-6.71028				05	081		
11435414	Ayt Oul’aid	ayt-oul-aid	MA		0	Africa/Casablanca	32.10455	-6.71113				05	081		
11435415	Ayt Maryem	ayt-maryem	MA		0	Africa/Casablanca	32.10079	-6.70739				05	081		
11435416	Ayt Jaba	ayt-jaba	MA		0	Africa/Casablanca	32.0999	-6.70976				05	081		
11435417	Ayt Ahmed	ayt-ahmed	MA		0	Africa/Casablanca	32.09499	-6.70587				05	081		
11435418	Tawrirt	tawrirt	MA		0	Africa/Casablanca	32.09761	-6.71776				05	081		
11435419	Ayt Lhaj Ahmed	ayt-lhaj-ahmed	MA		0	Africa/Casablanca	32.08997	-6.72225				05	081		
11435425	Ifoukalne	ifoukalne	MA		0	Africa/Casablanca	32.04069	-6.55749				05	081		
11435428	Ayt Wahsous	ayt-wahsous	MA		0	Africa/Casablanca	32.08657	-6.73368				05	081		
11435431	Ayt Imi -n- Tazart	ayt-imi-n-tazart	MA		0	Africa/Casablanca	32.07986	-6.70151				05	081		
11435433	Imrrayne	imrrayne	MA		0	Africa/Casablanca	32.0754	-6.6962				05	081		
11435434	Ayt As- Sri	ayt-as-sri	MA		0	Africa/Casablanca	32.06311	-6.74132				05	081		
11435436	Imoukel	imoukel	MA		0	Africa/Casablanca	32.05896	-6.69249				05	081		
11435438	Ayt Rahhou	ayt-rahhou	MA		0	Africa/Casablanca	32.03166	-6.67524				05	081		
11435439	Tinagmit	tinagmit	MA		0	Africa/Casablanca	32.01935	-6.73528				05	081		
11435441	Tigmmi -n- Sidi Haddou	tigmmi-n-sidi-haddou	MA		0	Africa/Casablanca	32.02192	-6.72568				05	081		
11435443	Imouzzer	imouzzer	MA		0	Africa/Casablanca	32.01335	-6.72238				05	081		
11435447	Ayt Yidir	ayt-yidir	MA		0	Africa/Casablanca	32.00077	-6.66822				05	081		
11435448	Ayt La’rif	ayt-la-rif	MA		0	Africa/Casablanca	32.00567	-6.65652				05	081		
11435451	Ayt Wazane	ayt-wazane	MA		0	Africa/Casablanca	32.04953	-6.64719				05	081		
11435452	Taghniwine	taghniwine	MA		0	Africa/Casablanca	32.07754	-6.67912				05	081		
11435453	Teghzout	teghzout	MA		0	Africa/Casablanca	32.07254	-6.68418				05	081		
11435455	Ayt Bouyqbeh	ayt-bouyqbeh	MA		0	Africa/Casablanca	32.07822	-6.67264				05	081		
11435456	’Ayt Milk	ayt-milk	MA		0	Africa/Casablanca	32.08267	-6.64375				05	081		
11435457	Ayt Tafelt	ayt-tafelt	MA		0	Africa/Casablanca	32.09208	-6.67026				05	081		
11435460	Tizi Moult	tizi-moult	MA		0	Africa/Casablanca	32.10493	-6.69076				05	081		
11435461	Ayt Malen	ayt-malen	MA		0	Africa/Casablanca	32.116	-6.66695				05	081		
11435462	Imi -N- Tghouni	imi-n-tghouni	MA		0	Africa/Casablanca	32.09756	-6.69152				05	081		
11435465	Tamright	tamright	MA		0	Africa/Casablanca	32.11744	-6.64292				05	081		
11435471	Ayt Bou Guern	ayt-bou-guern	MA		0	Africa/Casablanca	32.14703	-6.64557				05	081		
11435472	Ayt ’Ammar	ayt-ammar	MA		0	Africa/Casablanca	32.14384	-6.67315				05	081		
11435473	Ayt Melbou	ayt-melbou	MA		0	Africa/Casablanca	32.14497	-6.66903				05	081		
11435475	Ayt Ghddou	ayt-ghddou	MA		0	Africa/Casablanca	32.15198	-6.65509				05	081		
11435480	Ayt Douhou	ayt-douhou	MA		0	Africa/Casablanca	32.14931	-6.64632				05	081		
11435481	Ayt Taleb	ayt-taleb	MA		0	Africa/Casablanca	32.15458	-6.63886				05	081		
11435483	Wi’ariane	wi-ariane	MA		0	Africa/Casablanca	32.17439	-6.67811				05	081		
11435486	Lawina	lawina	MA		0	Africa/Casablanca	32.19446	-6.67647				05	081		
11435488	Ahl Bouskkour	ahl-bouskkour	MA		0	Africa/Casablanca	32.20483	-6.65493				05	081		
11435489	Issoukal	issoukal	MA		0	Africa/Casablanca	32.20772	-6.65446				05	081		
11435490	Tannferda	tannferda	MA		0	Africa/Casablanca	32.21322	-6.64365				05	081		
11435494	Lahbabis	lahbabis	MA		0	Africa/Casablanca	32.23819	-6.56224				05	255		
11435498	Ayt Yahya	ayt-yahya	MA		0	Africa/Casablanca	32.20043	-6.61321				05	081		
11435500	Tizgui	tizgui	MA		0	Africa/Casablanca	32.20287	-6.58256				05	081		
11435501	Ayt Ouamchad	ayt-ouamchad	MA		0	Africa/Casablanca	32.12678	-6.59243				05	081		
11435502	Izebgane	izebgane	MA		0	Africa/Casablanca	32.08752	-6.63646				05	081		
11435503	Aghbalou	aghbalou	MA		0	Africa/Casablanca	32.07404	-6.63579				05	081		
11435504	Inaghmach	inaghmach	MA		0	Africa/Casablanca	32.0741	-6.60768				05	081		
11435506	Tagoudit	tagoudit	MA		0	Africa/Casablanca	32.06334	-6.60734				05	081		
11435508	Zat Tissguelelt	zat-tissguelelt	MA		0	Africa/Casablanca	32.06947	-6.60083				05	081		
11435513	Ayt Blal	ayt-blal	MA		0	Africa/Casablanca	32.01359	-6.63974				05	081		
11435514	Ayt ’Ali	ayt-ali	MA		0	Africa/Casablanca	32.01204	-6.63105				05	081		
11435515	Issouka	issouka	MA		0	Africa/Casablanca	32.01115	-6.61281				05	081		
11435516	Imouzaz	imouzaz	MA		0	Africa/Casablanca	32.02819	-6.59913				05	081		
11435518	Ayt Salah	ayt-salah	MA		0	Africa/Casablanca	32.03785	-6.58692				05	081		
11435519	Ayt Tametna	ayt-tametna	MA		0	Africa/Casablanca	32.00696	-6.59598				05	081		
11435520	Akhadech	akhadech	MA		0	Africa/Casablanca	32.00299	-6.57061				05	081		
11435521	Ayt ’Ali Ou Hammou	ayt-ali-ou-hammou	MA		0	Africa/Casablanca	32.01453	-6.57327				05	081		
11435522	Dar Cheikh Bou ’Addi	dar-cheikh-bou-addi	MA		0	Africa/Casablanca	32.02792	-6.55727				05	081		
11435523	Outguella	outguella	MA		0	Africa/Casablanca	32.02355	-6.55405				05	081		
11435525	Igoudidene	igoudidene	MA		0	Africa/Casablanca	32.06447	-6.55499				05	081		
11435529	Ayt Ouchkir	ayt-ouchkir	MA		0	Africa/Casablanca	32.11548	-6.57898				05	081		
11435531	Ayt Wanergui	ayt-wanergui	MA		0	Africa/Casablanca	32.10092	-6.53937				05	081		
11435532	Bougoura	bougoura	MA		0	Africa/Casablanca	32.1025	-6.53449				05	081		
11435534	Ayt Izagane	ayt-izagane	MA		0	Africa/Casablanca	32.10074	-6.51055				05	081		
11435536	Ayt Sidi Brahim	ayt-sidi-brahim	MA		0	Africa/Casablanca	32.20655	-6.58376				05	081		
11435537	Saghdene	saghdene	MA		0	Africa/Casablanca	32.21222	-6.57562				05	081		
11435544	Ayt Boujem’a	ayt-boujem-a	MA		0	Africa/Casablanca	32.18845	-6.63719				05	081		
11435546	Ayt Ichou	ayt-ichou	MA		0	Africa/Casablanca	32.18314	-6.61748				05	081		
11435548	Taqarroute	taqarroute	MA		0	Africa/Casablanca	32.18451	-6.60461				05	081		
11435560	Ayt ’Abdel Wafi	ayt-abdel-wafi	MA		0	Africa/Casablanca	32.15064	-6.61091				05	081		
11435567	Iferdene	iferdene	MA		0	Africa/Casablanca	32.10952	-6.61949				05	081		
11435573	Ighir Nwaza	ighir-nwaza	MA		0	Africa/Casablanca	32.07171	-6.54508				05	081		
11435574	El Mouda’	el-mouda	MA		0	Africa/Casablanca	32.06487	-6.54152				05	081		
11435576	Aguerd -n- Oudra	aguerd-n-oudra	MA		0	Africa/Casablanca	32.0532	-6.51946				05	081		
11435578	Ayt ’Aqqa	ayt-aqqa	MA		0	Africa/Casablanca	32.13403	-6.57133				05	081		
11435580	Ighrem -n- Taouryat	ighrem-n-taouryat	MA		0	Africa/Casablanca	32.13801	-6.57241				05	081		
11435581	Ayt Gulrt	ayt-gulrt	MA		0	Africa/Casablanca	32.13435	-6.56626				05	081		
11435582	Ayt Al Fatak	ayt-al-fatak	MA		0	Africa/Casablanca	32.13081	-6.55766				05	081		
11435585	Ayt Boulmane	ayt-boulmane	MA		0	Africa/Casablanca	32.14408	-6.54031				05	081		
11435586	Ayt Ou Gharbll	ayt-ou-gharbll	MA		0	Africa/Casablanca	32.14184	-6.55488				05	081		
11435597	Talate -n- Taddoute	talate-n-taddoute	MA		0	Africa/Casablanca	32.19636	-6.53671				05	081		
11435598	Anfag	anfag	MA		0	Africa/Casablanca	32.19821	-6.55027				05	081		
11435600	Tatourart	tatourart	MA		0	Africa/Casablanca	32.20239	-6.54053				05	081		
11435602	Ayt Ch’ayb	ayt-ch-ayb	MA		0	Africa/Casablanca	32.24411	-6.52003				05	091		
11435603	Warallagh	warallagh	MA		0	Africa/Casablanca	32.20721	-6.51623				05	081		
11435609	Ayt Hammou Ou S’id	ayt-hammou-ou-s-id	MA		0	Africa/Casablanca	32.13634	-6.518				05	081		
11435611	Ayt Wihebbane	ayt-wihebbane	MA		0	Africa/Casablanca	32.12973	-6.51015				05	081		
11435613	Imjate	imjate	MA		0	Africa/Casablanca	32.12155	-6.5086				05	081		
11435614	Ayt Mazigh	ayt-mazigh	MA		0	Africa/Casablanca	32.05461	-6.50608				05	081		
11435615	Tassekssout	tassekssout	MA		0	Africa/Casablanca	32.04788	-6.5088				05	081		
11435620	Jem’a -n- Iqarwine	jem-a-n-iqarwine	MA		0	Africa/Casablanca	32.03119	-6.72507				05	081		
11435621	Al Koudia	al-koudia	MA		0	Africa/Casablanca	32.18869	-6.71873				05	081		
11435622	Ighir -n- Bou ’Ali	ighir-n-bou-ali	MA		0	Africa/Casablanca	32.09268	-6.71527				05	081		
11435623	Ayt Ben Mansour	ayt-ben-mansour	MA		0	Africa/Casablanca	32.08856	-6.70664				05	081		
11435625	Lfokta	lfokta	MA		0	Africa/Casablanca	32.1846	-6.62766				05	081		
11435626	Taoughist	taoughist	MA		0	Africa/Casablanca	32.20587	-6.52585				05	081		
11435627	Aït Chliyyan	ait-chliyyan	MA		0	Africa/Casablanca	32.1722	-6.74933				05	081		
11435637	Oulad Zahra	oulad-zahra	MA		0	Africa/Casablanca	32.36922	-6.65116				05	255		
11435639	Oulad Smida	oulad-smida	MA		0	Africa/Casablanca	32.36856	-6.63663				05	255		
11435641	Oulad Hamou	oulad-hamou	MA		0	Africa/Casablanca	32.25383	-6.59088				05	255		
11435643	Douar Oulad S’id	douar-oulad-s-id	MA		0	Africa/Casablanca	32.2567	-6.56092				05	255		
11435645	Oulad Riah	oulad-riah	MA		0	Africa/Casablanca	32.4018	-6.56637				05	255		
11435646	Douar Oulad Ghalem	douar-oulad-ghalem	MA		0	Africa/Casablanca	32.46943	-6.53428				05	255		
11435647	Douar Oulad Ahmed	douar-oulad-ahmed	MA		0	Africa/Casablanca	32.40086	-6.52127				05	255		
11435650	Douar Oulad Belghit	douar-oulad-belghit	MA		0	Africa/Casablanca	32.49294	-6.70564				05	255		
11435654	Douar Ayt Hamida	douar-ayt-hamida	MA		0	Africa/Casablanca	32.46869	-6.74195				05	255		
11435656	Oulad ’Abbou	oulad-abbou	MA		0	Africa/Casablanca	32.46675	-6.70877				05	255		
11435658	Douar Oulad Hadda Mekki	douar-oulad-hadda-mekki	MA		0	Africa/Casablanca	32.44988	-6.7248				05	255		
11435670	Khalota	khalota	MA		0	Africa/Casablanca	32.29824	-6.69558				05	255		
11435671	Al ’Alwa	al-alwa	MA		0	Africa/Casablanca	32.29298	-6.70794				05	255		
11435672	Ayt Chtwi	ayt-chtwi	MA		0	Africa/Casablanca	32.28294	-6.74279				05	255		
11435673	Lahbabis	lahbabis	MA		0	Africa/Casablanca	32.29306	-6.67877				05	255		
11435674	Douar Oulad Bou’azza	douar-oulad-bou-azza	MA		0	Africa/Casablanca	32.29759	-6.66698				05	255		
11435679	Qçar Langar	qcar-langar	MA		0	Africa/Casablanca	32.34762	-6.6505				05	255		
11435684	Dar Al Qaïd Miloudi	dar-al-qaid-miloudi	MA		0	Africa/Casablanca	32.35706	-6.63829				05	255		
11435689	Dad’a	dad-a	MA		0	Africa/Casablanca	32.39193	-6.67928				05	255		
11435690	Fjagna	fjagna	MA		0	Africa/Casablanca	32.42166	-6.67187				05	255		
11435693	Douar Laqyas	douar-laqyas	MA		0	Africa/Casablanca	32.46608	-6.6908				05	255		
11435695	Oulad S’id	oulad-s-id	MA		0	Africa/Casablanca	32.46355	-6.58658				05	255		
11435698	Foqra Ahl Al Manzel	foqra-ahl-al-manzel	MA		0	Africa/Casablanca	32.39412	-6.59754				05	255		
11435699	Beni ’Awn	beni-awn	MA		0	Africa/Casablanca	32.39518	-6.62284				05	255		
11435703	Sidi Khdim	sidi-khdim	MA		0	Africa/Casablanca	32.36723	-6.64515				05	255		
11435715	Qçar Barwag	qcar-barwag	MA		0	Africa/Casablanca	32.27517	-6.5308				05	091		
11435722	Hajaj Sidi Qaddour	hajaj-sidi-qaddour	MA		0	Africa/Casablanca	32.43483	-6.56475				05	255		
11435726	Qçar Hadra	qcar-hadra	MA		0	Africa/Casablanca	32.43643	-6.50014				05	255		
11435730	Douar Al Khlot	douar-al-khlot	MA		0	Africa/Casablanca	32.38985	-6.51243				05	091		
11435734	Laqçar	laqcar	MA		0	Africa/Casablanca	32.33012	-6.5189				05	091		
11435742	Aït Sri	ait-sri	MA		0	Africa/Casablanca	32.21549	-6.49755				05	081		
11435743	Aït Haddou ou Naçar	ait-haddou-ou-nacar	MA		0	Africa/Casablanca	32.20845	-6.48662				05	081		
11435744	Tourtit-n-Bouh	tourtit-n-bouh	MA		0	Africa/Casablanca	32.21227	-6.47184				05	081		
11435745	Tagant	tagant	MA		0	Africa/Casablanca	32.21315	-6.4569				05	081		
11435747	Ghasat	ghasat	MA		0	Africa/Casablanca	32.20054	-6.46094				05	081		
11435748	Aït Maççad	ait-maccad	MA		0	Africa/Casablanca	32.1934	-6.47585				05	081		
11435754	Almou-n-Oumzil	almou-n-oumzil	MA		0	Africa/Casablanca	32.15417	-6.46381				05	081		
11435755	Aït Ikhlaf	ait-ikhlaf	MA		0	Africa/Casablanca	32.14218	-6.45761				05	081		
11435756	Talazggaghn	talazggaghn	MA		0	Africa/Casablanca	32.13422	-6.47151				05	081		
11435758	Tilzat	tilzat	MA		0	Africa/Casablanca	32.12639	-6.48029				05	081		
11435759	Aït Talabou ’Ali	ait-talabou-ali	MA		0	Africa/Casablanca	32.11454	-6.48879				05	081		
11435760	Aït Moulay Hmad	ait-moulay-hmad	MA		0	Africa/Casablanca	32.11683	-6.4687				05	081		
11435762	Aït ’Ammou	ait-ammou	MA		0	Africa/Casablanca	32.10614	-6.44497				05	081		
11435764	Al Jama’-n-Tafarnine	al-jama-n-tafarnine	MA		0	Africa/Casablanca	32.09698	-6.46686				05	081		
11435765	Taghrout-n-Aït ’Alwi	taghrout-n-ait-alwi	MA		0	Africa/Casablanca	32.09445	-6.48109				05	081		
11435767	Aït I’zza	ait-i-zza	MA		0	Africa/Casablanca	32.08964	-6.46808				05	081		
11435768	Tagzirt-n-Aït I’zza	tagzirt-n-ait-i-zza	MA		0	Africa/Casablanca	32.08386	-6.44743				05	081		
11435772	Aït ’Alwi	ait-alwi	MA		0	Africa/Casablanca	32.08089	-6.4793				05	081		
11435773	Aït ’Alla	ait-alla	MA		0	Africa/Casablanca	32.07598	-6.45293				05	081		
11435774	Aït Al Bakour	ait-al-bakour	MA		0	Africa/Casablanca	32.07218	-6.44615				05	081		
11435780	Manir	manir	MA		0	Africa/Casablanca	32.04098	-6.47734				05	081		
11435783	Iguer-n-Ouwoul	iguer-n-ouwoul	MA		0	Africa/Casablanca	32.02186	-6.46732				05	081		
11435788	Qachla-n-Hatwine	qachla-n-hatwine	MA		0	Africa/Casablanca	32.00661	-6.42817				05	081		
11435790	Aghanbou-n-’Issa	aghanbou-n-issa	MA		0	Africa/Casablanca	32.00947	-6.39605				05	081		
11435793	Aït Wazzoud	ait-wazzoud	MA		0	Africa/Casablanca	32.03034	-6.41526				05	081		
11435795	Akswal	akswal	MA		0	Africa/Casablanca	32.05121	-6.40092				05	081		
11435796	Tighordine	tighordine	MA		0	Africa/Casablanca	32.06319	-6.40647				05	081		
11435797	Tighremt-n-Oukhira	tighremt-n-oukhira	MA		0	Africa/Casablanca	32.07067	-6.41034				05	081		
11435800	Tawjja-n-Toukkouy	tawjja-n-toukkouy	MA		0	Africa/Casablanca	32.07651	-6.42313				05	081		
11435801	Aït Oumakhsoune	ait-oumakhsoune	MA		0	Africa/Casablanca	32.07806	-6.3818				05	081		
11435805	Anou-n-Ichchou	anou-n-ichchou	MA		0	Africa/Casablanca	32.12455	-6.43885				05	081		
11435806	Agard-n-Oumazag	agard-n-oumazag	MA		0	Africa/Casablanca	32.12272	-6.4013				05	081		
11435809	Taghrout-n-Aït Halwane	taghrout-n-ait-halwane	MA		0	Africa/Casablanca	32.13169	-6.40817				05	081		
11435813	Taghfist	taghfist	MA		0	Africa/Casablanca	32.15818	-6.43535				05	081		
11435814	Ighil-n-Aït Halwane	ighil-n-ait-halwane	MA		0	Africa/Casablanca	32.16151	-6.42207				05	081		
11435819	Aït Slilou	ait-slilou	MA		0	Africa/Casablanca	32.20186	-6.41906				05	091		
11435820	Issouka	issouka	MA		0	Africa/Casablanca	32.20829	-6.41699				05	091		
11435828	I’moumane	i-moumane	MA		0	Africa/Casablanca	32.21232	-6.39914				05	081		
11435830	Aït Bou ’Ali	ait-bou-ali	MA		0	Africa/Casablanca	32.22774	-6.41492				05	091		
11435832	Agard-n-Yirane	agard-n-yirane	MA		0	Africa/Casablanca	32.23762	-6.395				05	091		
11435835	Tala Zougaghane	tala-zougaghane	MA		0	Africa/Casablanca	32.23775	-6.39315				05	091		
11435836	Tadardourt	tadardourt	MA		0	Africa/Casablanca	32.24299	-6.38652				05	081		
11435844	Milqqa’ane	milqqa-ane	MA		0	Africa/Casablanca	32.19467	-6.38036				05	081		
11435846	Tanazight	tanazight	MA		0	Africa/Casablanca	32.18681	-6.3359				05	081		
11435848	Imzilane	imzilane	MA		0	Africa/Casablanca	32.18648	-6.3657				05	081		
11435849	I’moumane	i-moumane	MA		0	Africa/Casablanca	32.17858	-6.33924				05	081		
11435852	Ourtane	ourtane	MA		0	Africa/Casablanca	32.16238	-6.37375				05	081		
11435854	Ihitassane	ihitassane	MA		0	Africa/Casablanca	32.15571	-6.35062				05	081		
11435856	Talghoumt	talghoumt	MA		0	Africa/Casablanca	32.15471	-6.34236				05	081		
11435864	Aït Chi’ib	ait-chi-ib	MA		0	Africa/Casablanca	32.13455	-6.3585				05	081		
11435870	Lamdint-n-Ougard-n-Aït Issimour	lamdint-n-ougard-n-ait-issimour	MA		0	Africa/Casablanca	32.10125	-6.33249				05	081		
11435873	A’attal	a-attal	MA		0	Africa/Casablanca	32.09134	-6.33605				05	081		
11435875	Aït Bakhouch	ait-bakhouch	MA		0	Africa/Casablanca	32.07435	-6.36137				05	081		
11435878	Ahançal	ahancal	MA		0	Africa/Casablanca	32.06887	-6.34979				05	081		
11435881	Ihrroubas	ihrroubas	MA		0	Africa/Casablanca	32.05767	-6.38489				05	081		
11435883	Aït Touganit	ait-touganit	MA		0	Africa/Casablanca	32.05829	-6.36757				05	081		
11435884	Aguerd-n-Aït ’Amar	aguerd-n-ait-amar	MA		0	Africa/Casablanca	32.05329	-6.38504				05	081		
11435886	Tanacht	tanacht	MA		0	Africa/Casablanca	32.03092	-6.38402				05	081		
11435890	Ifard-n-Taganit	ifard-n-taganit	MA		0	Africa/Casablanca	32.02235	-6.34072				05	081		
11435892	Askour-n-Aït Mazigh	askour-n-ait-mazigh	MA		0	Africa/Casablanca	32.00288	-6.33275				05	081		
11435895	Izarwalane	izarwalane	MA		0	Africa/Casablanca	32.04085	-6.31566				05	081		
11435903	Touf Agbiyoul	touf-agbiyoul	MA		0	Africa/Casablanca	32.11014	-6.3197				05	081		
11435908	Taltaddart	taltaddart	MA		0	Africa/Casablanca	32.11161	-6.28608				05	081		
11435916	Agard-n-Hamd	agard-n-hamd	MA		0	Africa/Casablanca	32.14465	-6.3173				05	081		
11435919	Aït Khadji	ait-khadji	MA		0	Africa/Casablanca	32.15778	-6.30607				05	081		
11435923	Tighourdine	tighourdine	MA		0	Africa/Casablanca	32.17842	-6.31868				05	081		
11435925	Aït Sa’id Wichchou	ait-sa-id-wichchou	MA		0	Africa/Casablanca	32.17398	-6.28495				05	081		
11435927	Imi-n-Tamba	imi-n-tamba	MA		0	Africa/Casablanca	32.18662	-6.29522				05	081		
11435929	Boumdrar	boumdrar	MA		0	Africa/Casablanca	32.19654	-6.31327				05	081		
11435931	Tansrift	tansrift	MA		0	Africa/Casablanca	32.2019	-6.29644				05	081		
11435932	Tansrift	tansrift	MA		0	Africa/Casablanca	32.19028	-6.2958				05	081		
11435934	Aït Waridoukane	ait-waridoukane	MA		0	Africa/Casablanca	32.21802	-6.29165				05	081		
11435936	Tighza	tighza	MA		0	Africa/Casablanca	32.23543	-6.29289				05	081		
11435939	Agard-n-Sgat	agard-n-sgat	MA		0	Africa/Casablanca	32.22466	-6.26052				05	081		
11435940	Tamda	tamda	MA		0	Africa/Casablanca	32.22377	-6.27039				05	081		
11435941	Tamallakt	tamallakt	MA		0	Africa/Casablanca	32.20448	-6.26631				05	081		
11435945	Ighaghar	ighaghar	MA		0	Africa/Casablanca	32.13316	-6.26422				05	081		
11435947	Bou Tinit	bou-tinit	MA		0	Africa/Casablanca	32.11917	-6.2574				05	081		
11435948	Agard-n-Oussardoun	agard-n-oussardoun	MA		0	Africa/Casablanca	32.11217	-6.25167				05	081		
11435953	Aguerd-n-Wawkil	aguerd-n-wawkil	MA		0	Africa/Casablanca	32.07038	-6.25337				05	081		
11435954	Aït ’Issa	ait-issa	MA		0	Africa/Casablanca	32.07747	-6.25568				05	081		
11435955	Isk-n-Ou ’alwi	isk-n-ou-alwi	MA		0	Africa/Casablanca	32.05751	-6.25847				05	081		
11435968	Tigourirne	tigourirne	MA		0	Africa/Casablanca	32.22834	-6.24173				05	081		
11435969	Aghenbou-n-Skour	aghenbou-n-skour	MA		0	Africa/Casablanca	32.23446	-6.22853				05	081		
11435978	Ighrem Sgat	ighrem-sgat	MA		0	Africa/Casablanca	32.21815	-6.23696				05	081		
11435981	Ighrem-n-I’ounayn	ighrem-n-i-ounayn	MA		0	Africa/Casablanca	32.21131	-6.19742				05	081		
11435985	Aït Oumassat	ait-oumassat	MA		0	Africa/Casablanca	32.1624	-6.20012				05	081		
11435986	Aït Tazarwalt	ait-tazarwalt	MA		0	Africa/Casablanca	32.14446	-6.222				05	081		
11435990	Aït Yidir	ait-yidir	MA		0	Africa/Casablanca	32.12907	-6.20421				05	081		
11435992	Aït Yidir	ait-yidir	MA		0	Africa/Casablanca	32.10411	-6.21927				05	081		
11435994	Aït Hammou ou Hsayn	ait-hammou-ou-hsayn	MA		0	Africa/Casablanca	32.11048	-6.18915				05	081		
11435995	Aït Oumghar	ait-oumghar	MA		0	Africa/Casablanca	32.08855	-6.23853				05	081		
11435997	Aït La’mir	ait-la-mir	MA		0	Africa/Casablanca	32.08858	-6.21618				05	081		
11436000	Aït ’Alla	ait-alla	MA		0	Africa/Casablanca	32.07368	-6.22143				05	081		
11436002	Wichou ou Hsayn	wichou-ou-hsayn	MA		0	Africa/Casablanca	32.05969	-6.22445				05	081		
11436009	Tigoutit	tigoutit	MA		0	Africa/Casablanca	32.03452	-6.2247				05	081		
11436013	Agouddim	agouddim	MA		0	Africa/Casablanca	32.03661	-6.20377				05	081		
11436014	Aït Wi ’Lef	ait-wi-lef	MA		0	Africa/Casablanca	32.01015	-6.23253				05	081		
11436016	Igar-n-Taghfart	igar-n-taghfart	MA		0	Africa/Casablanca	32.00312	-6.20165				05	081		
11436018	Smakt	smakt	MA		0	Africa/Casablanca	32.03979	-6.15053				05	081		
11436020	Aït Khdache	ait-khdache	MA		0	Africa/Casablanca	32.05388	-6.1523				05	081		
11436021	Awrir	awrir	MA		0	Africa/Casablanca	32.05745	-6.17699				05	081		
11436030	Tirazzit	tirazzit	MA		0	Africa/Casablanca	32.12922	-6.14565				05	081		
11436034	Timchirt	timchirt	MA		0	Africa/Casablanca	32.16357	-6.1579				05	081		
11436040	Aït Khoums	ait-khoums	MA		0	Africa/Casablanca	32.19412	-6.14802				05	081		
11436043	Igrem-n-Wassif	igrem-n-wassif	MA		0	Africa/Casablanca	32.22413	-6.18782				05	081		
11436045	Ihatchawn	ihatchawn	MA		0	Africa/Casablanca	32.22931	-6.13599				05	081		
11436046	Aït Hmad	ait-hmad	MA		0	Africa/Casablanca	32.24579	-6.12836				05	081		
11436048	Ifanach	ifanach	MA		0	Africa/Casablanca	32.23848	-6.11799				05	081		
11436049	Ighrem-n-Imaddahane	ighrem-n-imaddahane	MA		0	Africa/Casablanca	32.24522	-6.09967				05	081		
11436050	Aït Mha-ou-A’Li-ou-Mazouz	ait-mha-ou-a-li-ou-mazouz	MA		0	Africa/Casablanca	32.23893	-6.0892				05	081		
11436052	Tabala’it	tabala-it	MA		0	Africa/Casablanca	32.22936	-6.10049				05	081		
11436059	Imine Boutnaksoun	imine-boutnaksoun	MA		0	Africa/Casablanca	32.17494	-6.09352				05	081		
11436068	Tifandghal	tifandghal	MA		0	Africa/Casablanca	32.05287	-6.10278				05	081		
11436076	Tizguit	tizguit	MA		0	Africa/Casablanca	32.00949	-6.05901				05	081		
11436082	Tamadloucht	tamadloucht	MA		0	Africa/Casablanca	32.07953	-6.07813				05	081		
11436104	Agard-n-Tarast	agard-n-tarast	MA		0	Africa/Casablanca	32.06694	-6.04255				05	081		
11436105	Tanoutfi	tanoutfi	MA		0	Africa/Casablanca	32.18119	-6.07751				05	081		
11436107	Agard-n-Atakka	agard-n-atakka	MA		0	Africa/Casablanca	32.22119	-6.08215				05	081		
11436115	Bou ’Issa	bou-issa	MA		0	Africa/Casablanca	32.17836	-6.24815				05	081		
11436116	Aït Massad	ait-massad	MA		0	Africa/Casablanca	32.15983	-6.24993				05	081		
11436118	Oulad ’Azzouz	oulad-azzouz	MA		0	Africa/Casablanca	32.70305	-6.76596				05	311		
11436121	Al Wali Sidi Hafiane	al-wali-sidi-hafiane	MA		0	Africa/Casablanca	32.66512	-6.96962				05	311		
11436124	Al Wartiyne	al-wartiyne	MA		0	Africa/Casablanca	32.72764	-6.94703				05	311		
11436131	Sedret Bou ’Abid	sedret-bou-abid	MA		0	Africa/Casablanca	32.6968	-6.95115				05	311		
11436132	Lahdadna	lahdadna	MA		0	Africa/Casablanca	32.70354	-6.98945				05	311		
11436142	Twansa	twansa	MA		0	Africa/Casablanca	32.64977	-6.96572				05	311		
11436145	Koudiat Tala’ al Guess’a	koudiat-tala-al-guess-a	MA		0	Africa/Casablanca	32.64227	-6.93426				05	311		
11436151	Blad Mers Khomayd	blad-mers-khomayd	MA		0	Africa/Casablanca	32.64666	-6.91392				05	311		
11436155	Cherqawa	cherqawa	MA		0	Africa/Casablanca	32.66599	-6.9127				05	311		
11436157	Cherqawa	cherqawa	MA		0	Africa/Casablanca	32.67719	-6.93939				05	311		
11436159	Meqta’ Mahjouba	meqta-mahjouba	MA		0	Africa/Casablanca	32.72105	-6.92222				05	311		
11436165	Al Klila	al-klila	MA		0	Africa/Casablanca	32.72018	-6.88796				05	311		
11436166	Charfa	charfa	MA		0	Africa/Casablanca	32.72392	-6.88708				05	311		
11436167	Soukkane	soukkane	MA		0	Africa/Casablanca	32.73228	-6.87987				05	311		
11436168	Blad Ferrane	blad-ferrane	MA		0	Africa/Casablanca	32.73628	-6.91111				05	311		
11436173	Oulad Amer	oulad-amer	MA		0	Africa/Casablanca	32.72894	-6.86154				05	311		
11436174	Oulad Qacem	oulad-qacem	MA		0	Africa/Casablanca	32.73387	-6.86262				05	311		
11436176	Al Fassis	al-fassis	MA		0	Africa/Casablanca	32.69895	-6.86318				05	311		
11436179	Cherragat	cherragat	MA		0	Africa/Casablanca	32.67737	-6.84403				05	311		
11436180	Mlikat	mlikat	MA		0	Africa/Casablanca	32.68037	-6.82637				05	311		
11436182	Sedret ar Rba’	sedret-ar-rba	MA		0	Africa/Casablanca	32.66043	-6.81351				05	255		
11436184	Sedret al Fallous	sedret-al-fallous	MA		0	Africa/Casablanca	32.6812	-6.79893				05	311		
11436186	Mrah Lahrech	mrah-lahrech	MA		0	Africa/Casablanca	32.70128	-6.82582				05	311		
11436187	Ayt Al Maki	ayt-al-maki	MA		0	Africa/Casablanca	32.70774	-6.79533				05	311		
11436192	Oulad Ach. Chawi	oulad-ach-chawi	MA		0	Africa/Casablanca	32.7431	-6.76226				05	311		
11436193	Ahel as Sous	ahel-as-sous	MA		0	Africa/Casablanca	32.73592	-6.75389				05	311		
11436196	Dhar al Goulal	dhar-al-goulal	MA		0	Africa/Casablanca	32.72367	-6.76187				05	311		
11436200	Oulad Ach. Chawi	oulad-ach-chawi	MA		0	Africa/Casablanca	32.70738	-6.77799				05	311		
11436204	Oulad ’Amer	oulad-amer	MA		0	Africa/Casablanca	32.73616	-6.82707				05	311		
11436207	Oulad Ziane	oulad-ziane	MA		0	Africa/Casablanca	32.4984	-6.7636				05	255		
11436211	Brahma	brahma	MA		0	Africa/Casablanca	32.517	-6.91061				05	255		
11436212	Ayt Mohamed	ayt-mohamed	MA		0	Africa/Casablanca	32.5619	-6.97471				05	255		
11436215	Ayt Salem	ayt-salem	MA		0	Africa/Casablanca	32.60819	-6.9781				05	255		
11436216	Ayt Ben Hammou	ayt-ben-hammou	MA		0	Africa/Casablanca	32.60692	-6.95268				05	255		
11436221	Al Bagra	al-bagra	MA		0	Africa/Casablanca	32.52744	-6.95568				05	255		
11436222	Al Krarma	al-krarma	MA		0	Africa/Casablanca	32.54636	-6.94193				05	255		
11436223	Hmimdat	hmimdat	MA		0	Africa/Casablanca	32.51736	-6.93544				05	255		
11436224	Al ’Azzaba	al-azzaba	MA		0	Africa/Casablanca	32.51002	-6.91733				05	255		
11436225	Lachhab	lachhab	MA		0	Africa/Casablanca	32.51139	-6.90126				05	255		
11436226	Mechtat Chramtia	mechtat-chramtia	MA		0	Africa/Casablanca	32.52444	-6.89749				05	255		
11436231	Kebbarat	kebbarat	MA		0	Africa/Casablanca	32.63522	-6.84416				05	255		
11436237	Dra’ Oulad Moussa	dra-oulad-moussa	MA		0	Africa/Casablanca	32.60898	-6.87253				05	255		
11436241	Oulad Moussa	oulad-moussa	MA		0	Africa/Casablanca	32.57852	-6.85923				05	255		
11436242	Al Qdama	al-qdama	MA		0	Africa/Casablanca	32.58054	-6.83199				05	255		
11436243	Koudiat ’Ameur	koudiat-ameur	MA		0	Africa/Casablanca	32.57011	-6.87118				05	255		
11436246	Zenaydia	zenaydia	MA		0	Africa/Casablanca	32.55045	-6.8739				05	255		
11436249	Sedret al Hawd	sedret-al-hawd	MA		0	Africa/Casablanca	32.55752	-6.83311				05	255		
11436250	Dhar Twih	dhar-twih	MA		0	Africa/Casablanca	32.56288	-6.81975				05	255		
11436253	Qbeur Brahim	qbeur-brahim	MA		0	Africa/Casablanca	32.53945	-6.84354				05	255		
11436254	Lam’alat	lam-alat	MA		0	Africa/Casablanca	32.50778	-6.79529				05	255		
11436255	Lahdara	lahdara	MA		0	Africa/Casablanca	32.53367	-6.77138				05	255		
11436256	Ayt Al Fatwaki	ayt-al-fatwaki	MA		0	Africa/Casablanca	32.5547	-6.80957				05	255		
11436266	Ayt Lmouloudi	ayt-lmouloudi	MA		0	Africa/Casablanca	32.53422	-6.75138				05	255		
11436267	Lakehal	lakehal	MA		0	Africa/Casablanca	32.52686	-6.76374				05	255		
11436270	Oulad Reguida	oulad-reguida	MA		0	Africa/Casablanca	32.5064	-6.7681				05	255		
11436271	Coopérative La’ayoune	cooperative-la-ayoune	MA		0	Africa/Casablanca	32.50142	-6.75031				05	255		
11436272	Ach.ch’ibiya	ach-ch-ibiya	MA		0	Africa/Casablanca	32.4995	-6.75099				05	255		
11436275	Oulad al Ghazwani	oulad-al-ghazwani	MA		0	Africa/Casablanca	32.58698	-6.8447				05	255		
11468614	Dar Oulad Yassine	dar-oulad-yassine	MA		0	Africa/Casablanca	32.86667	-7.25943				06	461		
11470081	Lalla Zahra	lalla-zahra	MA		0	Africa/Casablanca	33.3291	-8.26908				06	181		
11470082	Dar Oulad Msader	dar-oulad-msader	MA		0	Africa/Casablanca	33.33736	-8.28608				06	181		
11470086	Msa’da	msa-da	MA		0	Africa/Casablanca	33.35986	-8.2745				06	181		
11470088	Dabouziya	dabouziya	MA		0	Africa/Casablanca	33.35136	-8.28919				06	181		
11470089	Aït Tahamda	ait-tahamda	MA		0	Africa/Casablanca	33.34955	-8.2619				06	181		
11470090	Oulad Ghanem	oulad-ghanem	MA		0	Africa/Casablanca	32.7435	-6.57617				05	311		
11470091	Oulad Lahsen	oulad-lahsen	MA		0	Africa/Casablanca	32.64386	-6.5012				05	091		
11470095	Oulad Hassoun	oulad-hassoun	MA		0	Africa/Casablanca	32.50873	-6.5357				05	255		
11470102	Oulad Mohamed	oulad-mohamed	MA		0	Africa/Casablanca	32.54667	-6.71088				05	255		
11470103	Oulad Brahim	oulad-brahim	MA		0	Africa/Casablanca	32.54207	-6.71299				05	255		
11470104	Oulad Mohamed	oulad-mohamed	MA		0	Africa/Casablanca	32.55691	-6.71022				05	255		
11470105	Oulad Bàhri	oulad-bahri	MA		0	Africa/Casablanca	32.72534	-6.59737				05	311		
11470108	Douar Slalma	douar-slalma	MA		0	Africa/Casablanca	32.74033	-6.70801				05	311		
11470114	Douar Aj-jarda	douar-aj-jarda	MA		0	Africa/Casablanca	32.71244	-6.71856				05	311		
11470128	Douar Lamnazel	douar-lamnazel	MA		0	Africa/Casablanca	32.5759	-6.7424				05	255		
11470129	Douar Al ’Attara	douar-al-attara	MA		0	Africa/Casablanca	32.58026	-6.72618				05	255		
11470130	Douar Al Koudyat	douar-al-koudyat	MA		0	Africa/Casablanca	32.58349	-6.69043				05	255		
11470134	Douar Boudra’	douar-boudra	MA		0	Africa/Casablanca	32.54904	-6.69874				05	255		
11470135	Oulad Bou Khaddou	oulad-bou-khaddou	MA		0	Africa/Casablanca	32.54443	-6.71239				05	255		
11470138	Oulad Ziyane	oulad-ziyane	MA		0	Africa/Casablanca	32.5179	-6.7404				05	255		
11470139	Oulad Bouya	oulad-bouya	MA		0	Africa/Casablanca	32.51769	-6.7356				05	255		
11470141	Al Fougra	al-fougra	MA		0	Africa/Casablanca	32.51677	-6.7324				05	255		
11470142	Al M’amra	al-m-amra	MA		0	Africa/Casablanca	32.51237	-6.74247				05	255		
11470143	Sidi Al Haj L’arbi Al Grine	sidi-al-haj-l-arbi-al-grine	MA		0	Africa/Casablanca	32.51876	-6.71095				05	255		
11470146	Oulad Sidi Channane	oulad-sidi-channane	MA		0	Africa/Casablanca	32.50184	-6.66089				05	255		
11470152	Al Haj Rahal	al-haj-rahal	MA		0	Africa/Casablanca	32.57494	-6.68702				05	255		
11470163	Coopérative Al Fath	cooperative-al-fath	MA		0	Africa/Casablanca	32.6888	-6.66247				05	311		
11470167	Douar Ayt Al Moudden	douar-ayt-al-moudden	MA		0	Africa/Casablanca	32.70794	-6.67466				05	311		
11470168	Douar Ayt ’Abdou	douar-ayt-abdou	MA		0	Africa/Casablanca	32.70527	-6.65479				05	311		
11470172	Douar Ayt Ar-radi	douar-ayt-ar-radi	MA		0	Africa/Casablanca	32.72684	-6.66883				05	311		
11470184	Ahl Sous	ahl-sous	MA		0	Africa/Casablanca	32.72199	-6.62531				05	311		
11470185	Ayt Jilali	ayt-jilali	MA		0	Africa/Casablanca	32.71881	-6.60527				05	311		
11470193	Ayt Al Haj Mfaddel	ayt-al-haj-mfaddel	MA		0	Africa/Casablanca	32.58942	-6.60098				05	255		
11470200	Al Koutma	al-koutma	MA		0	Africa/Casablanca	32.51007	-6.57416				05	255		
11470202	Oulad Naçer	oulad-nacer	MA		0	Africa/Casablanca	32.51631	-6.53656				05	255		
11470205	Douar Ayt Al Miloudi	douar-ayt-al-miloudi	MA		0	Africa/Casablanca	32.5658	-6.54111				05	255		
11470208	Oulad ’Abdallah	oulad-abdallah	MA		0	Africa/Casablanca	32.60728	-6.53416				05	091		
11470209	Douar Al Ghamsa	douar-al-ghamsa	MA		0	Africa/Casablanca	32.61214	-6.53113				05	091		
11470222	Ayn Qicher	ayn-qicher	MA		0	Africa/Casablanca	32.73838	-6.58154				05	311		
11470228	Douar Lag’ayda	douar-lag-ayda	MA		0	Africa/Casablanca	32.52294	-6.50622				05	255		
11470229	Koudyat ’Abbou	koudyat-abbou	MA		0	Africa/Casablanca	32.64989	-6.67784				05	255		
11470234	Sidi Mohamed Bou Ali	sidi-mohamed-bou-ali	MA		0	Africa/Casablanca	32.90493	-6.76085				05	311		
11470301	Fedane Tine	fedane-tine	MA		0	Africa/Casablanca	32.94502	-6.88098				05	311		
11470313	Merahena	merahena	MA		0	Africa/Casablanca	32.89942	-6.87216				05	311		
11470314	Hetane	hetane	MA		0	Africa/Casablanca	32.91172	-6.85188				05	311		
11470316	Dchir Ras El Guenane	dchir-ras-el-guenane	MA		0	Africa/Casablanca	32.88414	-6.85044				05	311		
11470339	Dar Gomri	dar-gomri	MA		0	Africa/Casablanca	32.89569	-6.79178				05	311		
11470344	Oulad Ali	oulad-ali	MA		0	Africa/Casablanca	32.94283	-6.77939				05	311		
11470346	Koudiet Sedra	koudiet-sedra	MA		0	Africa/Casablanca	32.95955	-6.8005				05	311		
11470347	Bouchta Ben Salah	bouchta-ben-salah	MA		0	Africa/Casablanca	32.9671	-6.80399				05	311		
11470392	Sokrat A. E. Krim	sokrat-a-e-krim	MA		0	Africa/Casablanca	32.99507	-6.799				05	311		
11470399	Sidi Mohamed Mouedden	sidi-mohamed-mouedden	MA		0	Africa/Casablanca	32.83664	-6.71041				05	311		
11470442	Dar Mser ben Ferich	dar-mser-ben-ferich	MA		0	Africa/Casablanca	32.93339	-6.6977				05	311		
11470447	Dar Cheikh Salah	dar-cheikh-salah	MA		0	Africa/Casablanca	32.90661	-6.67478				05	311		
11470506	Kasbah	kasbah	MA		0	Africa/Casablanca	32.93817	-6.57837				05	311		
11470531	El Assa	el-assa	MA		0	Africa/Casablanca	32.88702	-6.66481				05	311		
11470541	Fondouk	fondouk	MA		0	Africa/Casablanca	32.9006	-6.6855				05	311		
11470561	Haouch Mza	haouch-mza	MA		0	Africa/Casablanca	32.87405	-6.58033				05	311		
11470566	Zaouiet	zaouiet	MA		0	Africa/Casablanca	32.94859	-6.57177				05	311		
11470575	Ait ’Abdeslam	ait-abdeslam	MA		0	Africa/Casablanca	32.99917	-6.53352				05	311		
11470576	Oulad Charef	oulad-charef	MA		0	Africa/Casablanca	32.99878	-6.6308				05	311		
11470580	Douar Oulad Sma’il	douar-oulad-sma-il	MA		0	Africa/Casablanca	32.65986	-6.48469				05	091		
11470584	Sidi Mohamed El Bouhali	sidi-mohamed-el-bouhali	MA		0	Africa/Casablanca	32.59584	-6.26252				05	091		
11470594	Sidi Saleh	sidi-saleh	MA		0	Africa/Casablanca	32.54298	-6.38335				05	091		
11470606	Douar Oulad ’Amrane	douar-oulad-amrane	MA		0	Africa/Casablanca	32.64411	-6.45894				05	091		
11470609	Mahroum Es-sahraoui	mahroum-es-sahraoui	MA		0	Africa/Casablanca	32.60403	-6.44351				05	091		
11470615	Douar Sidi Bou’bid	douar-sidi-bou-bid	MA		0	Africa/Casablanca	32.5443	-6.4564				05	091		
11470617	Douar Oulad Youssef	douar-oulad-youssef	MA		0	Africa/Casablanca	32.54159	-6.45011				05	091		
11470618	Douar Al Mers	douar-al-mers	MA		0	Africa/Casablanca	32.53041	-6.44226				05	091		
11470619	Douar Oulad Ziyane	douar-oulad-ziyane	MA		0	Africa/Casablanca	32.51655	-6.44207				05	091		
11470621	Douar Oulad ’Abdallah	douar-oulad-abdallah	MA		0	Africa/Casablanca	32.50253	-6.46245				05	255		
11470623	Zidaniya	zidaniya	MA		0	Africa/Casablanca	32.5045	-6.43502				05	091		
11470624	Douar Oulad ’Abbou	douar-oulad-abbou	MA		0	Africa/Casablanca	32.5134	-6.41774				05	091		
11470625	Douar Oulad Bouj’oud	douar-oulad-bouj-oud	MA		0	Africa/Casablanca	32.5092	-6.41279				05	091		
11470626	Douar Oulad Moumene	douar-oulad-moumene	MA		0	Africa/Casablanca	32.71769	-6.29473				05	311		
11470630	Douar Ayt Ben ’Aïcha	douar-ayt-ben-aicha	MA		0	Africa/Casablanca	32.72123	-6.28408				05	311		
11470634	Douar Fertaha	douar-fertaha	MA		0	Africa/Casablanca	32.65759	-6.2735				05	091		
11470653	Douar Ayt Çam	douar-ayt-cam	MA		0	Africa/Casablanca	32.53108	-6.28109				05	091		
11470655	Douar Ayt Rhil	douar-ayt-rhil	MA		0	Africa/Casablanca	32.52675	-6.28262				05	091		
11470656	Ayt ’Li	ayt-li	MA		0	Africa/Casablanca	32.54048	-6.2625				05	091		
11470659	Douar Mejat	douar-mejat	MA		0	Africa/Casablanca	32.55698	-6.2527				05	091		
11470663	Coopérative El Khayr	cooperative-el-khayr	MA		0	Africa/Casablanca	32.53448	-6.29349				05	091		
11470666	Douar Moulay Bou’azza	douar-moulay-bou-azza	MA		0	Africa/Casablanca	32.6146	-6.26355				05	091		
11470667	Douar Barraqa	douar-barraqa	MA		0	Africa/Casablanca	32.61375	-6.25694				05	091		
11470668	Douar Ayt’ Am-mar	douar-ayt-am-mar	MA		0	Africa/Casablanca	32.6262	-6.28743				05	091		
11470673	Douar Al Mers	douar-al-mers	MA		0	Africa/Casablanca	32.58819	-6.26462				05	091		
11470675	Douar El Kamoun	douar-el-kamoun	MA		0	Africa/Casablanca	32.56376	-6.28059				05	091		
11470678	Kaf el Bagra	kaf-el-bagra	MA		0	Africa/Casablanca	32.60768	-6.34246				05	091		
11470680	Douar Ayt Ben Hakkou	douar-ayt-ben-hakkou	MA		0	Africa/Casablanca	32.73899	-6.36102				05	311		
11470682	Oulad Nasseur	oulad-nasseur	MA		0	Africa/Casablanca	32.7454	-6.40548				05	311		
11470692	Douar Ayt Salah	douar-ayt-salah	MA		0	Africa/Casablanca	32.71993	-6.42208				05	311		
11470696	Douar Nghamcha	douar-nghamcha	MA		0	Africa/Casablanca	32.51743	-6.39335				05	091		
11470700	Ayt Mays	ayt-mays	MA		0	Africa/Casablanca	32.62345	-6.42555				05	091		
11470703	Douar ’Abdeslam	douar-abdeslam	MA		0	Africa/Casablanca	32.56817	-6.43028				05	091		
11470704	Douar Oulad Ya’qoub	douar-oulad-ya-qoub	MA		0	Africa/Casablanca	32.57325	-6.40163				05	091		
11470708	Douar Ayt Tarhiya	douar-ayt-tarhiya	MA		0	Africa/Casablanca	32.56117	-6.34175				05	091		
11470713	Majma’ As Salihine	majma-as-salihine	MA		0	Africa/Casablanca	32.59004	-6.32249				05	091		
11470724	As-Sma’ala	as-sma-ala	MA		0	Africa/Casablanca	32.55074	-6.36208				05	091		
11470725	Douar Oulad S’id	douar-oulad-s-id	MA		0	Africa/Casablanca	32.54951	-6.36929				05	091		
11470727	Sidi Ahmed	sidi-ahmed	MA		0	Africa/Casablanca	32.55519	-6.37521				05	091		
11470730	Douar Khenizane	douar-khenizane	MA		0	Africa/Casablanca	32.57653	-6.35051				05	091		
11470734	Tninchate	tninchate	MA		0	Africa/Casablanca	32.53774	-6.4989				05	255		
11470738	Aït Said-ben Ali	ait-said-ben-ali	MA		0	Africa/Casablanca	32.74723	-6.29212				05	311		
11470744	Zaifout	zaifout	MA		0	Africa/Casablanca	32.74101	-6.22653				05	311		
11470748	Mris el Jîra	mris-el-jira	MA		0	Africa/Casablanca	32.72029	-6.2378				05	311		
11470754	Hammou Bel Abid	hammou-bel-abid	MA		0	Africa/Casablanca	32.74174	-6.19451				05	311		
11470758	Olad Bou Farès	olad-bou-fares	MA		0	Africa/Casablanca	32.71661	-6.217				05	311		
11470764	Douar Aït Kdada	douar-ait-kdada	MA		0	Africa/Casablanca	32.69163	-6.19873				05	091		
11470768	Dar Haj Joussine	dar-haj-joussine	MA		0	Africa/Casablanca	32.67047	-6.23442				05	091		
11470781	Khliouat	khliouat	MA		0	Africa/Casablanca	32.66722	-6.17649				05	091		
11470787	Ouzatni	ouzatni	MA		0	Africa/Casablanca	32.64148	-6.19831				05	091		
11470789	Labiine	labiine	MA		0	Africa/Casablanca	32.6247	-6.23516				05	091		
11470792	Aït Amar	ait-amar	MA		0	Africa/Casablanca	32.63249	-6.19698				05	091		
11470793	Fertaha	fertaha	MA		0	Africa/Casablanca	32.61901	-6.24311				05	091		
11470795	Sidi Mimoun Ou Ben Saïd	sidi-mimoun-ou-ben-said	MA		0	Africa/Casablanca	32.61327	-6.2107				05	091		
11470796	Mers Aït Kedada	mers-ait-kedada	MA		0	Africa/Casablanca	32.61405	-6.22184				05	091		
11470806	Aït m’khalt	ait-m-khalt	MA		0	Africa/Casablanca	32.55352	-6.19698				05	091		
11470807	Sidi el Rhyar	sidi-el-rhyar	MA		0	Africa/Casablanca	32.55121	-6.19684				05	091		
11470808	Jemaa	jemaa	MA		0	Africa/Casablanca	32.55907	-6.2356				05	091		
11470809	Aït Moulal	ait-moulal	MA		0	Africa/Casablanca	32.56061	-6.2472				05	091		
11470810	Sidi Abd er Rahmane	sidi-abd-er-rahmane	MA		0	Africa/Casablanca	32.55324	-6.2444				05	091		
11470812	Aït Mejat	ait-mejat	MA		0	Africa/Casablanca	32.54804	-6.2204				05	091		
11470816	Aït Ali	ait-ali	MA		0	Africa/Casablanca	32.52205	-6.22882				05	091		
11470817	Aït Mzalt	ait-mzalt	MA		0	Africa/Casablanca	32.50888	-6.21745				05	091		
11470820	Dar Pacha	dar-pacha	MA		0	Africa/Casablanca	32.50832	-6.19085				05	091		
11470821	Aït el Oulai	ait-el-oulai	MA		0	Africa/Casablanca	32.50632	-6.18757				05	091		
11470824	Aït m’hannd	ait-m-hannd	MA		0	Africa/Casablanca	32.50198	-6.15372				05	091		
11470827	Aït Hammou Abd es Salem	ait-hammou-abd-es-salem	MA		0	Africa/Casablanca	32.50802	-6.14097				05	091		
11470830	Aït Hamza	ait-hamza	MA		0	Africa/Casablanca	32.51761	-6.18881				05	091		
11470831	Dar Ali el Gnenaoui	dar-ali-el-gnenaoui	MA		0	Africa/Casablanca	32.5221	-6.18881				05	091		
11470832	Tissi	tissi	MA		0	Africa/Casablanca	32.52445	-6.14036				05	091		
11470834	Aït Snaha	ait-snaha	MA		0	Africa/Casablanca	32.5296	-6.18896				05	091		
11470835	Dar el Caïd	dar-el-caid	MA		0	Africa/Casablanca	32.54328	-6.14322				05	091		
11470837	Bou Tsiane	bou-tsiane	MA		0	Africa/Casablanca	32.54766	-6.1429				05	091		
11470844	Imhiouach	imhiouach	MA		0	Africa/Casablanca	32.55945	-6.13232				05	091		
11470845	Bergerie	bergerie	MA		0	Africa/Casablanca	32.5723	-6.16063				05	091		
11470848	Aït Chaïb	ait-chaib	MA		0	Africa/Casablanca	32.61102	-6.16863				05	091		
11470850	Aït Telt	ait-telt	MA		0	Africa/Casablanca	32.62226	-6.16709				05	091		
11470856	Aït et Telt	ait-et-telt	MA		0	Africa/Casablanca	32.63812	-6.17302				05	091		
11470858	Aka Nou Ougane	aka-nou-ougane	MA		0	Africa/Casablanca	32.64228	-6.1695				05	091		
11470874	Sidi Ahmed Ou Derou	sidi-ahmed-ou-derou	MA		0	Africa/Casablanca	32.68218	-6.16297				05	091		
11470880	Azrhar	azrhar	MA		0	Africa/Casablanca	32.6967	-6.14498				05	091		
11470885	Aït Cherdali	ait-cherdali	MA		0	Africa/Casablanca	32.71784	-6.18672				05	311		
11470899	Aït Ahmed	ait-ahmed	MA		0	Africa/Casablanca	32.72286	-6.11013				05	311		
11470922	Babou Tarhzout	babou-tarhzout	MA		0	Africa/Casablanca	32.5767	-6.10842				05	091		
11470923	Tarkast	tarkast	MA		0	Africa/Casablanca	32.58039	-6.10618				05	091		
11470926	Aït Hassine	ait-hassine	MA		0	Africa/Casablanca	32.5618	-6.09401				05	091		
11470931	Tazaïrat	tazairat	MA		0	Africa/Casablanca	32.5559	-6.11471				05	091		
11470939	Msilla	msilla	MA		0	Africa/Casablanca	32.53849	-6.10248				05	091		
11470941	Jemma Aït Ikkou	jemma-ait-ikkou	MA		0	Africa/Casablanca	32.53467	-6.1194				05	091		
11470958	Bou Sihal	bou-sihal	MA		0	Africa/Casablanca	32.53757	-6.08149				05	091		
11470961	Toulzamer	toulzamer	MA		0	Africa/Casablanca	32.55011	-6.06342				05	091		
11470965	Babou n’Iferd	babou-n-iferd	MA		0	Africa/Casablanca	32.5685	-6.07714				05	091		
11470978	Taftout	taftout	MA		0	Africa/Casablanca	32.58503	-6.05275				05	091		
11471001	Iguirri Ibaoun	iguirri-ibaoun	MA		0	Africa/Casablanca	32.70049	-6.05564				05	091		
11471003	Bou el Achouch	bou-el-achouch	MA		0	Africa/Casablanca	32.70308	-6.07709				05	091		
11471011	Bou Abbou	bou-abbou	MA		0	Africa/Casablanca	32.73389	-6.04218				05	091		
11471021	Paysannat	paysannat	MA		0	Africa/Casablanca	32.72751	-6.03053				05	091		
11471041	Sarif	sarif	MA		0	Africa/Casablanca	32.56824	-6.01711				05	091		
11471061	Remimina	remimina	MA		0	Africa/Casablanca	32.70617	-6.10183				05	091		
11471077	Oulad Mansour	oulad-mansour	MA		0	Africa/Casablanca	32.95305	-6.45069				05	311		
11471082	Oulad Bou Saïd	oulad-bou-said	MA		0	Africa/Casablanca	32.91314	-6.42689				05	311		
11471083	Oulad Jdi	oulad-jdi	MA		0	Africa/Casablanca	32.91693	-6.43425				05	311		
11471090	Oulad Daoud	oulad-daoud	MA		0	Africa/Casablanca	32.80523	-6.26905				05	311		
11471091	Oulad Abbou	oulad-abbou	MA		0	Africa/Casablanca	32.86828	-6.48313				05	311		
11471096	Oulad Ali	oulad-ali	MA		0	Africa/Casablanca	32.9452	-6.39112				05	311		
11471099	Oulad Rhalem	oulad-rhalem	MA		0	Africa/Casablanca	32.82534	-6.48567				05	311		
11471101	Oulad Bouchagra	oulad-bouchagra	MA		0	Africa/Casablanca	32.80637	-6.4258				05	311		
11471103	Oulad Ahmed	oulad-ahmed	MA		0	Africa/Casablanca	32.98146	-6.45595				05	311		
11471105	Oulad Asker	oulad-asker	MA		0	Africa/Casablanca	32.85141	-6.44839				05	311		
11471109	Oulad Hajjar	oulad-hajjar	MA		0	Africa/Casablanca	32.7652	-6.31677				05	311		
11471111	Oulad Ahmed	oulad-ahmed	MA		0	Africa/Casablanca	32.87762	-6.47436				05	311		
11471112	Oulad Aïssa	oulad-aissa	MA		0	Africa/Casablanca	32.96864	-6.44985				05	311		
11471114	Oulad Saïd	oulad-said	MA		0	Africa/Casablanca	32.99403	-6.47693				05	311		
11471115	Ben Aïda	ben-aida	MA		0	Africa/Casablanca	32.99284	-6.46427				05	311		
11471120	Oulad Bakhta	oulad-bakhta	MA		0	Africa/Casablanca	32.95954	-6.46882				05	311		
11471121	Aït Ahmer-ben Youssef	ait-ahmer-ben-youssef	MA		0	Africa/Casablanca	32.96576	-6.48329				05	311		
11471122	Douar-el Mehafda	douar-el-mehafda	MA		0	Africa/Casablanca	32.95698	-6.49586				05	311		
11471123	Es Souaït	es-souait	MA		0	Africa/Casablanca	32.9519	-6.49084				05	311		
11471124	Oulad Âyad	oulad-ayad	MA		0	Africa/Casablanca	32.94841	-6.47427				05	311		
11471125	El Gâda	el-gada	MA		0	Africa/Casablanca	32.94812	-6.48393				05	311		
11471128	Ed Dradra	ed-dradra	MA		0	Africa/Casablanca	32.96447	-6.42028				05	311		
11471129	Ez Zkakma	ez-zkakma	MA		0	Africa/Casablanca	32.955	-6.41741				05	311		
11471130	Makret	makret	MA		0	Africa/Casablanca	32.94589	-6.4125				05	311		
11471135	Oulad Abdallah	oulad-abdallah	MA		0	Africa/Casablanca	32.96479	-6.40574				05	311		
11471143	El Kradda	el-kradda	MA		0	Africa/Casablanca	32.97174	-6.3866				05	311		
11471144	El Arbâa el Menïouel	el-arbaa-el-meniouel	MA		0	Africa/Casablanca	32.94067	-6.49324				05	311		
11471145	Douar el Haddada	douar-el-haddada	MA		0	Africa/Casablanca	32.93753	-6.4944				05	311		
11471157	Dar-Caïd Bouchaïb	dar-caid-bouchaib	MA		0	Africa/Casablanca	32.9228	-6.46711				05	311		
11471161	Tenkert	tenkert	MA		0	Africa/Casablanca	32.90327	-6.45084				05	311		
11471162	Dar el Kharroub	dar-el-kharroub	MA		0	Africa/Casablanca	32.90403	-6.42904				05	311		
11471165	Abberas	abberas	MA		0	Africa/Casablanca	32.91484	-6.37969				05	311		
11471168	Oulad-Sidi bou Chta	oulad-sidi-bou-chta	MA		0	Africa/Casablanca	32.92964	-6.46153				05	311		
11471171	Lamhafda	lamhafda	MA		0	Africa/Casablanca	32.86151	-6.47474				05	311		
11471173	Aït Haddou	ait-haddou	MA		0	Africa/Casablanca	32.88017	-6.41754				05	311		
11471174	Aït Moussa	ait-moussa	MA		0	Africa/Casablanca	32.8823	-6.40462				05	311		
11471176	Aït Belkassem	ait-belkassem	MA		0	Africa/Casablanca	32.87873	-6.38857				05	311		
11471177	Lektaïet	lektaiet	MA		0	Africa/Casablanca	32.86478	-6.43526				05	311		
11471178	Moualine el Haït-el Abiod	moualine-el-hait-el-abiod	MA		0	Africa/Casablanca	32.86493	-6.39454				05	311		
11471180	Lhajjaj	lhajjaj	MA		0	Africa/Casablanca	32.84856	-6.42599				05	311		
11471181	Oulad Hassine	oulad-hassine	MA		0	Africa/Casablanca	32.84488	-6.46882				05	311		
11471183	Oulad Ato	oulad-ato	MA		0	Africa/Casablanca	32.8292	-6.4623				05	311		
11471185	Aït el Mabrhout	ait-el-mabrhout	MA		0	Africa/Casablanca	32.81885	-6.46346				05	311		
11471186	Aït Lahsene	ait-lahsene	MA		0	Africa/Casablanca	32.84625	-6.41447				05	311		
11471187	Aït Addi	ait-addi	MA		0	Africa/Casablanca	32.83906	-6.40054				05	311		
11471188	Smameha	smameha	MA		0	Africa/Casablanca	32.83616	-6.38651				05	311		
11471192	Oulad Zina	oulad-zina	MA		0	Africa/Casablanca	32.82988	-6.42614				05	311		
11471194	Aït ben Alouene	ait-ben-alouene	MA		0	Africa/Casablanca	32.81369	-6.48015				05	311		
11471199	Aït Laroussi	ait-laroussi	MA		0	Africa/Casablanca	32.79053	-6.41737				05	311		
11471201	Lemcharha	lemcharha	MA		0	Africa/Casablanca	32.79129	-6.477				05	311		
11471204	Aït Khnoucha	ait-khnoucha	MA		0	Africa/Casablanca	32.77729	-6.46741				05	311		
11471210	Hal Sous	hal-sous	MA		0	Africa/Casablanca	32.76838	-6.48822				05	311		
11471223	Achchoub	achchoub	MA		0	Africa/Casablanca	32.77596	-6.35467				05	311		
11471225	Aït ben Akkou	ait-ben-akkou	MA		0	Africa/Casablanca	32.77661	-6.32561				05	311		
11471228	Oulad Hassine	oulad-hassine	MA		0	Africa/Casablanca	32.81188	-6.34184				05	311		
11471229	Aït Chaibah	ait-chaibah	MA		0	Africa/Casablanca	32.80814	-6.32765				05	311		
11471230	Aït Berjel	ait-berjel	MA		0	Africa/Casablanca	32.82036	-6.33542				05	311		
11471234	Laflalha	laflalha	MA		0	Africa/Casablanca	32.81888	-6.35962				05	311		
11471235	Laksatla	laksatla	MA		0	Africa/Casablanca	32.8284	-6.37293				05	311		
11471243	Aït Laroussi	ait-laroussi	MA		0	Africa/Casablanca	32.85815	-6.33005				05	311		
11471245	Aït Slimane	ait-slimane	MA		0	Africa/Casablanca	32.88864	-6.37816				05	311		
11471247	Moualine Drioua	moualine-drioua	MA		0	Africa/Casablanca	32.88713	-6.35782				05	311		
11471248	Aït Bouharda	ait-bouharda	MA		0	Africa/Casablanca	32.89034	-6.34731				05	311		
11471251	Moualine el Haït	moualine-el-hait	MA		0	Africa/Casablanca	32.89513	-6.35512				05	311		
11471254	Aït Laktatba	ait-laktatba	MA		0	Africa/Casablanca	32.8761	-6.3119				05	311		
11471257	Aït Lasri	ait-lasri	MA		0	Africa/Casablanca	32.88335	-6.28742				05	311		
11471273	Aït Sidi Ali	ait-sidi-ali	MA		0	Africa/Casablanca	32.89216	-6.30293				05	311		
11471303	Toual Kya	toual-kya	MA		0	Africa/Casablanca	32.88843	-6.26161				05	311		
11471306	Aït Hamou-Youssef	ait-hamou-youssef	MA		0	Africa/Casablanca	32.89214	-6.32109				05	311		
11471308	Aït Labsir	ait-labsir	MA		0	Africa/Casablanca	32.87906	-6.27555				05	311		
11471310	Aït-ben Rhanem	ait-ben-rhanem	MA		0	Africa/Casablanca	32.85404	-6.27929				05	311		
11471312	Aït Mouloud	ait-mouloud	MA		0	Africa/Casablanca	32.85	-6.26092				05	311		
11471313	Oulad Khnafou	oulad-khnafou	MA		0	Africa/Casablanca	32.83482	-6.26616				05	311		
11471315	Oulad Yahya	oulad-yahya	MA		0	Africa/Casablanca	32.79385	-6.26609				05	311		
11471317	Lakhlalta	lakhlalta	MA		0	Africa/Casablanca	32.77426	-6.29049				05	311		
11471318	Larhzaouna	larhzaouna	MA		0	Africa/Casablanca	32.766	-6.29804				05	311		
11471320	Beni Aoun	beni-aoun	MA		0	Africa/Casablanca	32.77733	-6.25783				05	311		
11471322	Aït Messaouda	ait-messaouda	MA		0	Africa/Casablanca	32.75452	-6.30332				05	311		
11471330	El Abadna	el-abadna	MA		0	Africa/Casablanca	32.95522	-6.43528				05	311		
11471334	El Mâlmine	el-malmine	MA		0	Africa/Casablanca	32.92766	-6.47683				05	311		
11471335	Es Sebt el Maâdna	es-sebt-el-maadna	MA		0	Africa/Casablanca	32.92106	-6.4816				05	311		
11471339	El Hamadcha	el-hamadcha	MA		0	Africa/Casablanca	32.91722	-6.44582				05	311		
11471344	Aït Lekbir	ait-lekbir	MA		0	Africa/Casablanca	32.87279	-6.41737				05	311		
11471370	Aït Aïssa	ait-aissa	MA		0	Africa/Casablanca	32.75214	-6.47831				05	311		
11471389	Lakdadra	lakdadra	MA		0	Africa/Casablanca	32.87522	-6.33828				05	311		
11471392	Aït Khanouri	ait-khanouri	MA		0	Africa/Casablanca	32.88165	-6.32922				05	311		
11471394	Et Tleta Chougrane	et-tleta-chougrane	MA		0	Africa/Casablanca	32.89805	-6.38179				05	311		
11471414	Khraba	khraba	MA		0	Africa/Casablanca	32.86067	-6.25284				05	311		
11471431	Dar Caïd Daho	dar-caid-daho	MA		0	Africa/Casablanca	32.7577	-6.28562				05	311		
11471443	Derb el Kouacha	derb-el-kouacha	MA		0	Africa/Casablanca	32.77025	-6.38098				05	311		
11471444	Lamzaguir	lamzaguir	MA		0	Africa/Casablanca	32.83172	-6.32621				05	311		
11471455	Oulad Brahim	oulad-brahim	MA		0	Africa/Casablanca	32.80674	-6.30373				05	311		
11471460	Louradrha	louradrha	MA		0	Africa/Casablanca	33.19846	-8.55638				06	181		
11471463	Oulad Mbarek El Fath	oulad-mbarek-el-fath	MA		0	Africa/Casablanca	33.16559	-8.5081				06	181		
11471464	Sidi Zemmouri	sidi-zemmouri	MA		0	Africa/Casablanca	33.1711	-8.51168				06	181		
11471466	Oulad El Mali	oulad-el-mali	MA		0	Africa/Casablanca	33.16959	-8.52689				06	181		
11471468	Oulad El Haj Jilali	oulad-el-haj-jilali	MA		0	Africa/Casablanca	33.17295	-8.52537				06	181		
11471469	Lalla Oum Rhina	lalla-oum-rhina	MA		0	Africa/Casablanca	33.16499	-8.5421				06	181		
11471472	Caïd Mohamed	caid-mohamed	MA		0	Africa/Casablanca	33.17375	-8.54522				06	181		
11471473	Oulad Chaoui	oulad-chaoui	MA		0	Africa/Casablanca	33.17542	-8.52836				06	181		
11471475	Bel Kerchi	bel-kerchi	MA		0	Africa/Casablanca	33.20637	-8.5434				06	181		
11471478	Saïd El Maach	said-el-maach	MA		0	Africa/Casablanca	33.17747	-8.57495				06	181		
11471479	Hammou Bel Fkih	hammou-bel-fkih	MA		0	Africa/Casablanca	33.16437	-8.54791				06	181		
11471481	El Klaïlia	el-klailia	MA		0	Africa/Casablanca	33.1624	-8.57427				06	181		
11471483	Lalla Regana	lalla-regana	MA		0	Africa/Casablanca	33.14177	-8.60769				06	181		
11471486	El Haj Messaoud	el-haj-messaoud	MA		0	Africa/Casablanca	33.12723	-8.60106				06	181		
11471494	Ain E. Slam	ain-e-slam	MA		0	Africa/Casablanca	33.15632	-8.54295				06	181		
11471495	Oulad Haj	oulad-haj	MA		0	Africa/Casablanca	33.15658	-8.54582				06	181		
11471496	Oulad Bou Ali	oulad-bou-ali	MA		0	Africa/Casablanca	33.16032	-8.51614				06	181		
11471497	El Kradda	el-kradda	MA		0	Africa/Casablanca	33.14539	-8.52173				06	181		
11471499	El Hayani	el-hayani	MA		0	Africa/Casablanca	33.12397	-8.55722				06	181		
11471500	Oulad Mohamed	oulad-mohamed	MA		0	Africa/Casablanca	33.13023	-8.55014				06	181		
11471501	El Qraqcha	el-qraqcha	MA		0	Africa/Casablanca	33.13648	-8.57306				06	181		
11471507	Rehamna	rehamna	MA		0	Africa/Casablanca	33.10888	-8.60361				06	181		
11471509	Reouassa	reouassa	MA		0	Africa/Casablanca	33.11346	-8.62088				06	181		
11471510	Nouat	nouat	MA		0	Africa/Casablanca	33.10546	-8.62621				06	181		
11471512	Zemazma	zemazma	MA		0	Africa/Casablanca	33.10181	-8.58796				06	181		
11471515	Rehamna	rehamna	MA		0	Africa/Casablanca	33.09442	-8.61907				06	181		
11471516	Chekhalba	chekhalba	MA		0	Africa/Casablanca	33.09501	-8.63014				06	181		
11471519	El Gouiret	el-gouiret	MA		0	Africa/Casablanca	33.08731	-8.60558				06	181		
11471520	Azibou El Houari	azibou-el-houari	MA		0	Africa/Casablanca	33.10446	-8.58112				06	181		
11471529	Oulad Chaouia	oulad-chaouia	MA		0	Africa/Casablanca	33.08195	-8.64103				06	181		
11471536	Oulad Mhamed	oulad-mhamed	MA		0	Africa/Casablanca	33.08959	-8.54468				06	181		
11471537	Es Sakrabia	es-sakrabia	MA		0	Africa/Casablanca	33.09138	-8.54621				06	181		
11471538	Lalla Sidi arbi	lalla-sidi-arbi	MA		0	Africa/Casablanca	33.09588	-8.53209				06	181		
11471541	El Rhelimine	el-rhelimine	MA		0	Africa/Casablanca	33.09198	-8.51855				06	181		
11471542	Oulad Yazza	oulad-yazza	MA		0	Africa/Casablanca	33.0945	-8.51486				06	181		
11471545	Es Srabta	es-srabta	MA		0	Africa/Casablanca	33.09515	-8.51938				06	181		
11471547	El Bouachta	el-bouachta	MA		0	Africa/Casablanca	33.10086	-8.50127				06	181		
11471550	El Oujaïna	el-oujaina	MA		0	Africa/Casablanca	33.10517	-8.51971				06	181		
11471553	Sidi Mohamed	sidi-mohamed	MA		0	Africa/Casablanca	33.10275	-8.55198				06	181		
11471555	Nkheïla	nkheila	MA		0	Africa/Casablanca	33.11042	-8.50385				06	181		
11471556	Laouta	laouta	MA		0	Africa/Casablanca	33.10174	-8.51378				06	181		
11471557	Dar Bourouj	dar-bourouj	MA		0	Africa/Casablanca	33.11262	-8.51759				06	181		
11471561	Chorfa El Kouassem	chorfa-el-kouassem	MA		0	Africa/Casablanca	33.11533	-8.50208				06	181		
11471564	Dahomna	dahomna	MA		0	Africa/Casablanca	33.13186	-8.51126				06	181		
11471566	Oulad Smaïl	oulad-smail	MA		0	Africa/Casablanca	33.11991	-8.55423				06	181		
11471569	Bel Guenndoulia	bel-guenndoulia	MA		0	Africa/Casablanca	33.11188	-8.55408				06	181		
11471570	Oad Bou Abdelli	oad-bou-abdelli	MA		0	Africa/Casablanca	33.10818	-8.54385				06	181		
11471572	Sidi Mohamed	sidi-mohamed	MA		0	Africa/Casablanca	33.12598	-8.57698				06	181		
11471573	Cheïkh Ben Zibouta	cheikh-ben-zibouta	MA		0	Africa/Casablanca	33.06826	-8.668				06	181		
11471574	Douar Khadra	douar-khadra	MA		0	Africa/Casablanca	33.066	-8.671				06	181		
11471575	Rehahla	rehahla	MA		0	Africa/Casablanca	33.0573	-8.65751				06	181		
11471576	El Assara	el-assara	MA		0	Africa/Casablanca	33.03894	-8.68194				06	181		
11471577	Ez Zraoula	ez-zraoula	MA		0	Africa/Casablanca	33.02843	-8.67697				06	181		
11471578	Sidi Abderrahmane	sidi-abderrahmane	MA		0	Africa/Casablanca	33.01452	-8.68245				06	181		
11471580	Hansala	hansala	MA		0	Africa/Casablanca	33.02402	-8.64946				06	181		
11471581	Jafra	jafra	MA		0	Africa/Casablanca	33.01687	-8.66558				06	181		
11471583	El Karia	el-karia	MA		0	Africa/Casablanca	33.02229	-8.63291				06	181		
11471584	Oulad Bou Anane	oulad-bou-anane	MA		0	Africa/Casablanca	33.02895	-8.61568				06	181		
11471585	El Foubia	el-foubia	MA		0	Africa/Casablanca	33.02952	-8.62133				06	181		
11471587	Oulad Lissir	oulad-lissir	MA		0	Africa/Casablanca	33.03424	-8.63169				06	181		
11471589	El Heddada	el-heddada	MA		0	Africa/Casablanca	33.04114	-8.63008				06	181		
11471590	Regraguiya	regraguiya	MA		0	Africa/Casablanca	33.04197	-8.62538				06	181		
11471591	Ouald Bou Anane	ouald-bou-anane	MA		0	Africa/Casablanca	33.04346	-8.62684				06	181		
11471592	Lalla Rouahla	lalla-rouahla	MA		0	Africa/Casablanca	33.04239	-8.62145				06	181		
11471593	Sidi Ain El Slame	sidi-ain-el-slame	MA		0	Africa/Casablanca	33.04312	-8.61226				06	181		
11471596	Oulad El Hassine Bel Cadi	oulad-el-hassine-bel-cadi	MA		0	Africa/Casablanca	33.06298	-8.64231				06	181		
11471597	Oulad El Harach	oulad-el-harach	MA		0	Africa/Casablanca	33.06763	-8.63815				06	181		
11471603	Oulad Saïd Ben Asri	oulad-said-ben-asri	MA		0	Africa/Casablanca	33.06837	-8.59077				06	181		
11471605	Oulad Ben Sghir	oulad-ben-sghir	MA		0	Africa/Casablanca	33.05942	-8.60054				06	181		
11471606	Oulad Ben Hamou	oulad-ben-hamou	MA		0	Africa/Casablanca	33.05712	-8.6026				06	181		
11471610	Behdaha	behdaha	MA		0	Africa/Casablanca	33.05501	-8.60051				06	181		
11471611	El Ouchachna	el-ouchachna	MA		0	Africa/Casablanca	33.04841	-8.59071				06	181		
11471613	El Kouanine	el-kouanine	MA		0	Africa/Casablanca	33.03953	-8.60833				06	181		
11471618	Ed-Droussa	ed-droussa	MA		0	Africa/Casablanca	33.03373	-8.59848				06	181		
11471627	Oulad Mira	oulad-mira	MA		0	Africa/Casablanca	33.01045	-8.56136				06	181		
11471634	El Khemirat	el-khemirat	MA		0	Africa/Casablanca	33.01119	-8.52925				06	181		
11471636	Oulad Bou Aïba	oulad-bou-aiba	MA		0	Africa/Casablanca	33.01356	-8.51483				06	181		
11471644	Souahel	souahel	MA		0	Africa/Casablanca	33.03289	-8.52717				06	181		
11471646	El Rhouali	el-rhouali	MA		0	Africa/Casablanca	33.02715	-8.56417				06	181		
11471651	Sidi Larbi	sidi-larbi	MA		0	Africa/Casablanca	33.03684	-8.58112				06	181		
11471652	Sidi Mohamed Laghrib	sidi-mohamed-laghrib	MA		0	Africa/Casablanca	33.03677	-8.54729				06	181		
11471653	Moulay Ahmed	moulay-ahmed	MA		0	Africa/Casablanca	33.04371	-8.50168				06	181		
11471654	Sidi Messaoud	sidi-messaoud	MA		0	Africa/Casablanca	33.04854	-8.5005				06	181		
11471655	Sidi Bou Naïme	sidi-bou-naime	MA		0	Africa/Casablanca	33.04179	-8.54981				06	181		
11471657	Dar El Bhala	dar-el-bhala	MA		0	Africa/Casablanca	33.04962	-8.56103				06	181		
11471659	Chlouha	chlouha	MA		0	Africa/Casablanca	33.0513	-8.5765				06	181		
11471676	Sidi Bou Knadel	sidi-bou-knadel	MA		0	Africa/Casablanca	33.07775	-8.54189				06	181		
11471677	Jnadra	jnadra	MA		0	Africa/Casablanca	33.08177	-8.5497				06	181		
11471680	El Habara	el-habara	MA		0	Africa/Casablanca	33.05758	-8.54659				06	181		
11471681	Lalla Regraguiya	lalla-regraguiya	MA		0	Africa/Casablanca	33.05312	-8.54674				06	181		
11471685	Oulad Jama	oulad-jama	MA		0	Africa/Casablanca	33.05924	-8.527				06	181		
11471687	Sidi Moumène	sidi-moumene	MA		0	Africa/Casablanca	33.07015	-8.50352				06	181		
11471692	Moul En-Nedar	moul-en-nedar	MA		0	Africa/Casablanca	33.06317	-8.59833				06	181		
11471694	El Oujajna	el-oujajna	MA		0	Africa/Casablanca	33.06818	-8.5197				06	181		
11471700	Oulad Dahhak	oulad-dahhak	MA		0	Africa/Casablanca	33.23236	-8.53405				06	181		
11471701	El Rhenadra	el-rhenadra	MA		0	Africa/Casablanca	33.20283	-8.54982				06	181		
11471703	El Haj Ali	el-haj-ali	MA		0	Africa/Casablanca	33.17363	-8.61044				06	181		
11471704	Sidi Moul Deroua	sidi-moul-deroua	MA		0	Africa/Casablanca	33.15894	-8.60404				06	181		
11471705	Oulad Regragui	oulad-regragui	MA		0	Africa/Casablanca	33.18658	-8.56957				06	181		
11471706	Sidi Moul El Kraïma	sidi-moul-el-kraima	MA		0	Africa/Casablanca	33.17305	-8.58684				06	181		
11471708	Oulad El Attar	oulad-el-attar	MA		0	Africa/Casablanca	33.20438	-8.56764				06	181		
11471709	El Atamna	el-atamna	MA		0	Africa/Casablanca	33.21543	-8.55323				06	181		
11471712	El Rhenadra	el-rhenadra	MA		0	Africa/Casablanca	33.21899	-8.53362				06	181		
11471713	El Habarra	el-habarra	MA		0	Africa/Casablanca	33.2302	-8.54129				06	181		
11471715	Phare de Sidi Bou Afi	phare-de-sidi-bou-afi	MA		0	Africa/Casablanca	33.25	-8.52233				06	181		
11471716	Chaïbet	chaibet	MA		0	Africa/Casablanca	33.24214	-8.53087				06	181		
11471718	Sidi El Bettache	sidi-el-bettache	MA		0	Africa/Casablanca	33.1959	-8.54753				06	181		
11471719	El Hadadoua	el-hadadoua	MA		0	Africa/Casablanca	33.18222	-8.53674				06	181		
11471720	Oulad Ben Larbi	oulad-ben-larbi	MA		0	Africa/Casablanca	33.19399	-8.51408				06	181		
11471722	El Anavate	el-anavate	MA		0	Africa/Casablanca	33.11628	-8.53435				06	181		
11471726	Oulad El Rhadabne	oulad-el-rhadabne	MA		0	Africa/Casablanca	33.17521	-8.60592				06	181		
11471727	El Gatarma	el-gatarma	MA		0	Africa/Casablanca	33.22631	-8.54229				06	181		
11471728	Oulad Ben Saïd	oulad-ben-said	MA		0	Africa/Casablanca	33.18726	-8.50814				06	181		
11471729	El Rhadri	el-rhadri	MA		0	Africa/Casablanca	33.18467	-8.50582				06	181		
11471730	Ed Dhouch	ed-dhouch	MA		0	Africa/Casablanca	33.19695	-8.52762				06	181		
11471738	El Bouachta	el-bouachta	MA		0	Africa/Casablanca	33.15177	-8.56231				06	181		
11471739	Oulad Brahim	oulad-brahim	MA		0	Africa/Casablanca	33.16375	-8.61756				06	181		
11471742	Oulad Brahim	oulad-brahim	MA		0	Africa/Casablanca	33.15112	-8.61163				06	181		
11471744	Oulad Sidi Adda	oulad-sidi-adda	MA		0	Africa/Casablanca	33.07605	-8.63105				06	181		
11471745	Oulad El Haj Allal	oulad-el-haj-allal	MA		0	Africa/Casablanca	33.07283	-8.64742				06	181		
11471748	Lalla Cheniya	lalla-cheniya	MA		0	Africa/Casablanca	33.16574	-8.61631				06	181		
11471749	Seniat El Morakib	seniat-el-morakib	MA		0	Africa/Casablanca	33.24342	-8.51712				06	181		
11471750	Lalla El Rhazoual	lalla-el-rhazoual	MA		0	Africa/Casablanca	33.23342	-8.50609				06	181		
11471752	El Guerinat	el-guerinat	MA		0	Africa/Casablanca	33.22703	-8.50768				06	181		
11471753	El Menadla	el-menadla	MA		0	Africa/Casablanca	33.22214	-8.54253				06	181		
11471754	El Khetirat	el-khetirat	MA		0	Africa/Casablanca	33.1674	-8.5332				06	181		
11471755	Cheïch Bel Aouni	cheich-bel-aouni	MA		0	Africa/Casablanca	33.18447	-8.55292				06	181		
11471757	El Knadia	el-knadia	MA		0	Africa/Casablanca	33.16377	-8.51805				06	181		
11471758	Bouchaïb	bouchaib	MA		0	Africa/Casablanca	33.1436	-8.53981				06	181		
11471760	El Haj Lahcen	el-haj-lahcen	MA		0	Africa/Casablanca	33.06323	-8.65238				06	181		
11471761	Sidi Abdel Aziz	sidi-abdel-aziz	MA		0	Africa/Casablanca	33.01016	-8.64823				06	181		
11471762	Oulad Mhamha	oulad-mhamha	MA		0	Africa/Casablanca	33.01171	-8.53446				06	181		
11471763	Oulad Mira	oulad-mira	MA		0	Africa/Casablanca	33.00932	-8.53814				06	181		
11471765	El Ghouali	el-ghouali	MA		0	Africa/Casablanca	33.02065	-8.55908				06	181		
11471768	El Marakchine	el-marakchine	MA		0	Africa/Casablanca	33.03927	-8.53076				06	181		
11471770	El Marrakchine	el-marrakchine	MA		0	Africa/Casablanca	33.03916	-8.51505				06	181		
11471773	Laaroussiyne	laaroussiyne	MA		0	Africa/Casablanca	33.16278	-8.54114				06	181		
11471774	Bettioua	bettioua	MA		0	Africa/Casablanca	33.16271	-8.52867				06	181		
11471779	Oulad Ben Abbou	oulad-ben-abbou	MA		0	Africa/Casablanca	33.08935	-8.6342				06	181		
11471781	El Kharachia	el-kharachia	MA		0	Africa/Casablanca	33.01335	-8.70408				06	181		
11471782	Sidi Abdelkader	sidi-abdelkader	MA		0	Africa/Casablanca	33.01037	-8.65666				06	181		
11471784	Sidi Mohamed	sidi-mohamed	MA		0	Africa/Casablanca	33.0112	-8.55188				06	181		
11471785	El Hachafa	el-hachafa	MA		0	Africa/Casablanca	33.01824	-8.51598				06	181		
11471790	Oulad Abbou El Keddioui	oulad-abbou-el-keddioui	MA		0	Africa/Casablanca	33.12473	-8.52977				06	181		
11471791	Saniat El Maitfa	saniat-el-maitfa	MA		0	Africa/Casablanca	33.17936	-8.5794				06	181		
11471792	Ben Itto	ben-itto	MA		0	Africa/Casablanca	33.18959	-8.52479				06	181		
11471796	Saad Daa	saad-daa	MA		0	Africa/Casablanca	33.2013	-8.5005				06	181		
11471797	El Rhouali	el-rhouali	MA		0	Africa/Casablanca	33.01709	-8.5839				06	181		
11471799	Oulad Bourasse	oulad-bourasse	MA		0	Africa/Casablanca	33.02748	-8.57341				06	181		
11471803	Douar El Ghenadra	douar-el-ghenadra	MA		0	Africa/Casablanca	33.23239	-8.48777				06	181		
11471807	El Ghorba	el-ghorba	MA		0	Africa/Casablanca	33.22057	-8.47597				06	181	1118103032	
11471808	Douar El Houaoura	douar-el-houaoura	MA		0	Africa/Casablanca	33.2139	-8.49666				06	181		
11471810	Douar Sraghna	douar-sraghna	MA		0	Africa/Casablanca	33.21083	-8.44697				06	181		
11471811	Laaouamra	laaouamra	MA		0	Africa/Casablanca	33.20885	-8.46172				06	181		
11471814	Douar Behabha	douar-behabha	MA		0	Africa/Casablanca	33.22639	-8.41374				06	181		
11471819	Douar Bourhemine	douar-bourhemine	MA		0	Africa/Casablanca	33.23338	-8.3786				06	181		
11471821	Douar Gharbia	douar-gharbia	MA		0	Africa/Casablanca	33.24466	-8.37848				06	181		
11471841	Douar Ould El Bedoui	douar-ould-el-bedoui	MA		0	Africa/Casablanca	33.22095	-8.43229				06	181		
11471842	Douar El Haj El Fatmi	douar-el-haj-el-fatmi	MA		0	Africa/Casablanca	33.20207	-8.47213				06	181		
11471843	Louada	louada	MA		0	Africa/Casablanca	33.19898	-8.45861				06	181		
11471848	Douar El Hemamda	douar-el-hemamda	MA		0	Africa/Casablanca	33.18776	-8.4859				06	181		
11471851	Douar Oulad Ouasmine	douar-oulad-ouasmine	MA		0	Africa/Casablanca	33.17293	-8.49355				06	181		
11471854	Douar Bou Deheb	douar-bou-deheb	MA		0	Africa/Casablanca	33.16757	-8.44205				06	181		
11471861	Douar El Maâza	douar-el-maaza	MA		0	Africa/Casablanca	33.16504	-8.38967				06	181		
11471862	Douar El Ourarda	douar-el-ourarda	MA		0	Africa/Casablanca	33.17373	-8.40508				06	181		
11471868	Douar Zamil	douar-zamil	MA		0	Africa/Casablanca	33.17081	-8.34584				06	181		
11471869	Douar El Arabat	douar-el-arabat	MA		0	Africa/Casablanca	33.16577	-8.35219				06	181		
11471873	Dar Er-Rehouni	dar-er-rehouni	MA		0	Africa/Casablanca	33.19914	-8.35864				06	181		
11471900	Douar El Ourarda	douar-el-ourarda	MA		0	Africa/Casablanca	33.17357	-8.27357				06	181		
11471936	Douar Guedadra	douar-guedadra	MA		0	Africa/Casablanca	33.22079	-8.37096				06	181		
11471942	Douar Es-Sraghna	douar-es-sraghna	MA		0	Africa/Casablanca	33.20896	-8.3786				06	181		
11471951	Douar Dehouch	douar-dehouch	MA		0	Africa/Casablanca	33.1346	-8.48731				06	181		
11471954	Douar El Foukari	douar-el-foukari	MA		0	Africa/Casablanca	33.10532	-8.48295				06	181		
11471957	Douar El Maâchet	douar-el-maachet	MA		0	Africa/Casablanca	33.0862	-8.49557				06	181		
11471959	Douar Oulad Touajna	douar-oulad-touajna	MA		0	Africa/Casablanca	33.08612	-8.48837				06	181		
11471963	Douar Cheïkh Smail	douar-cheikh-smail	MA		0	Africa/Casablanca	33.06973	-8.48251				06	181		
11471967	Dar Bel Houari	dar-bel-houari	MA		0	Africa/Casablanca	33.05985	-8.49363				06	181		
11471976	Dar Caïd El Houari	dar-caid-el-houari	MA		0	Africa/Casablanca	33.03371	-8.48576				06	181		
11471977	Dar Bou Harous	dar-bou-harous	MA		0	Africa/Casablanca	33.02303	-8.4789				06	181		
11471985	Dar El Berniche	dar-el-berniche	MA		0	Africa/Casablanca	33.02319	-8.45343				06	181		
11471986	Dar Hamou Ben Brikat	dar-hamou-ben-brikat	MA		0	Africa/Casablanca	33.04021	-8.46231				06	181		
11471988	Dar El Haj Ahmed	dar-el-haj-ahmed	MA		0	Africa/Casablanca	33.04506	-8.4566				06	181		
11471995	Dar El Haj El Hachmi	dar-el-haj-el-hachmi	MA		0	Africa/Casablanca	33.06833	-8.47396				06	181		
11472002	Douar El Herabza	douar-el-herabza	MA		0	Africa/Casablanca	33.11893	-8.47799				06	181		
11472003	Dar Bou Azza	dar-bou-azza	MA		0	Africa/Casablanca	33.12483	-8.45112				06	181		
11472016	Douar Oulad Zahra	douar-oulad-zahra	MA		0	Africa/Casablanca	33.11041	-8.45465				06	181		
11472017	Douar Oulad Mbarek	douar-oulad-mbarek	MA		0	Africa/Casablanca	33.11292	-8.48201				06	181		
11472024	Sidi Brahim	sidi-brahim	MA		0	Africa/Casablanca	33.08832	-8.43627				06	181		
11472026	Douar Oulad Rahmoune	douar-oulad-rahmoune	MA		0	Africa/Casablanca	33.08182	-8.47581				06	181		
11472027	Douar Oulad Zaoui	douar-oulad-zaoui	MA		0	Africa/Casablanca	33.08164	-8.45465				06	181		
11472039	Douar Kdadra	douar-kdadra	MA		0	Africa/Casablanca	33.05689	-8.43867				06	181		
11472042	Douar Maâtga	douar-maatga	MA		0	Africa/Casablanca	33.09354	-8.4624				06	181		
11472045	Douar Jouaoula	douar-jouaoula	MA		0	Africa/Casablanca	33.10627	-8.44545				06	181		
11472050	Douar El Biout	douar-el-biout	MA		0	Africa/Casablanca	33.1397	-8.47123				06	181		
11472053	Douar Oulad El Ouasmine	douar-oulad-el-ouasmine	MA		0	Africa/Casablanca	33.20465	-8.42921				06	181		
11472054	Douar Jouala	douar-jouala	MA		0	Africa/Casablanca	33.18292	-8.39458				06	181		
11472055	Douar El Bhabha	douar-el-bhabha	MA		0	Africa/Casablanca	33.16177	-8.41555				06	181		
11472056	Douar Jouaoula	douar-jouaoula	MA		0	Africa/Casablanca	33.15798	-8.41915				06	181		
11472062	Douar El Fokra	douar-el-fokra	MA		0	Africa/Casablanca	33.14376	-8.41345				06	181		
11472072	Douar Kaouana	douar-kaouana	MA		0	Africa/Casablanca	33.1276	-8.43204				06	181		
11472073	Douar El Haddada	douar-el-haddada	MA		0	Africa/Casablanca	33.12411	-8.41611				06	181		
11472077	Douar Jouaoula	douar-jouaoula	MA		0	Africa/Casablanca	33.10505	-8.42469				06	181		
11472081	Douar El Hananoua	douar-el-hananoua	MA		0	Africa/Casablanca	33.09571	-8.41121				06	181		
11472084	Douar El Qaïd Bouchaïb	douar-el-qaid-bouchaib	MA		0	Africa/Casablanca	33.08179	-8.42952				06	181		
11472091	Dar El Cadi	dar-el-cadi	MA		0	Africa/Casablanca	33.06236	-8.43045				06	181		
11472096	Oulad Bou Aziz	oulad-bou-aziz	MA		0	Africa/Casablanca	33.05383	-8.42816				06	181		
11472098	Dar Ed-Draji	dar-ed-draji	MA		0	Africa/Casablanca	33.0532	-8.39652				06	181		
11472104	Douar Oulad Salem	douar-oulad-salem	MA		0	Africa/Casablanca	33.03594	-8.40549				06	181		
11472122	Douar Tounsi	douar-tounsi	MA		0	Africa/Casablanca	33.02663	-8.42483				06	181		
11472130	Douar Lakhrata	douar-lakhrata	MA		0	Africa/Casablanca	33.14695	-8.36963				06	181		
11472136	Douar Oulad Ben Mahdi	douar-oulad-ben-mahdi	MA		0	Africa/Casablanca	33.14111	-8.38253				06	181		
11472139	Sidi Hamou	sidi-hamou	MA		0	Africa/Casablanca	33.13071	-8.35129				06	181		
11472140	Douar El Harata	douar-el-harata	MA		0	Africa/Casablanca	33.12915	-8.35604				06	181		
11472149	Douar Omhaya	douar-omhaya	MA		0	Africa/Casablanca	33.11527	-8.35219				06	181		
11472159	Douar Sidi Youssef	douar-sidi-youssef	MA		0	Africa/Casablanca	33.07575	-8.38112				06	181		
11472161	Douar Berkaoua	douar-berkaoua	MA		0	Africa/Casablanca	33.07342	-8.37449				06	181		
11472166	Douar El Meharza	douar-el-meharza	MA		0	Africa/Casablanca	33.07377	-8.33892				06	181		
11472170	Douar Harbala	douar-harbala	MA		0	Africa/Casablanca	33.0668	-8.33482				06	181		
11472171	Douar Ed-Draouine	douar-ed-draouine	MA		0	Africa/Casablanca	33.0635	-8.33984				06	181		
11472173	Dar El Caïd	dar-el-caid	MA		0	Africa/Casablanca	33.05735	-8.32361				06	181		
11472178	Douar Lissasfa	douar-lissasfa	MA		0	Africa/Casablanca	33.05269	-8.37097				06	181		
11472180	Douar Es-Souakla	douar-es-souakla	MA		0	Africa/Casablanca	33.04801	-8.34776				06	181		
11472185	Sidi Mohamed Bel Mouine	sidi-mohamed-bel-mouine	MA		0	Africa/Casablanca	33.04776	-8.38531				06	181		
11472187	Douar Sidi Moussa Ben Ali	douar-sidi-moussa-ben-ali	MA		0	Africa/Casablanca	33.04101	-8.34156				06	181		
11472190	Douar Lissasfa	douar-lissasfa	MA		0	Africa/Casablanca	33.04116	-8.35704				06	181		
11472192	Douar Oulad Salem	douar-oulad-salem	MA		0	Africa/Casablanca	33.0416	-8.38358				06	181		
11472193	Douar Mohamed Ben Jilali	douar-mohamed-ben-jilali	MA		0	Africa/Casablanca	33.03222	-8.3865				06	181		
11472205	Douar Chebanat	douar-chebanat	MA		0	Africa/Casablanca	33.02222	-8.32429				06	181		
11472209	Douar Sabra	douar-sabra	MA		0	Africa/Casablanca	33.01052	-8.30376				06	181		
11472210	Douar Hassioua	douar-hassioua	MA		0	Africa/Casablanca	33.00832	-8.28901				06	181		
11472211	Douar Oulad Zemmouri	douar-oulad-zemmouri	MA		0	Africa/Casablanca	33.01038	-8.27979				06	181		
11472213	Douar Oulad Salah	douar-oulad-salah	MA		0	Africa/Casablanca	33.02007	-8.28183				06	181		
11472216	Douar Oulad Chorfi	douar-oulad-chorfi	MA		0	Africa/Casablanca	33.01767	-8.26037				06	181		
11472218	Douar Oulad Bou Aïcha	douar-oulad-bou-aicha	MA		0	Africa/Casablanca	33.01034	-8.26003				06	181		
11472219	Douar Oulad Ben Abbou	douar-oulad-ben-abbou	MA		0	Africa/Casablanca	33.02951	-8.26604				06	181		
11472221	Douar Jaïdat	douar-jaidat	MA		0	Africa/Casablanca	33.02612	-8.28056				06	181		
11472223	Douar Oulad Hamdane	douar-oulad-hamdane	MA		0	Africa/Casablanca	33.03278	-8.25237				06	181		
11472230	Douar El Mouissat	douar-el-mouissat	MA		0	Africa/Casablanca	33.04733	-8.26854				06	181		
11472235	Douar Abbana	douar-abbana	MA		0	Africa/Casablanca	33.05171	-8.25759				06	181		
11472238	Dar Cheikh Ben Halima	dar-cheikh-ben-halima	MA		0	Africa/Casablanca	33.05761	-8.28226				06	181		
11472244	Douar El Mâti	douar-el-mati	MA		0	Africa/Casablanca	33.06633	-8.291				06	181		
11472245	Douar Cherkaoua	douar-cherkaoua	MA		0	Africa/Casablanca	33.07117	-8.29889				06	181		
11472249	Douar El Felalha	douar-el-felalha	MA		0	Africa/Casablanca	33.06827	-8.28131				06	181		
11472253	Douar El Amarna	douar-el-amarna	MA		0	Africa/Casablanca	33.07379	-8.27849				06	181		
11472259	Douar Oulad Salem	douar-oulad-salem	MA		0	Africa/Casablanca	33.08263	-8.26092				06	181		
11472260	Slahma	slahma	MA		0	Africa/Casablanca	33.08261	-8.2535				06	181		
11472262	Moulay Abdallah	moulay-abdallah	MA		0	Africa/Casablanca	33.08703	-8.25363				06	181		
11472307	Douar El Brheïlat	douar-el-brheilat	MA		0	Africa/Casablanca	33.21877	-8.30733				06	181		
11472312	Douar Dhouha	douar-dhouha	MA		0	Africa/Casablanca	33.15534	-8.317				06	181		
11472322	Douar El Brikat	douar-el-brikat	MA		0	Africa/Casablanca	33.08617	-8.32145				06	181		
11472323	Douar Mohamed Ben Moussa	douar-mohamed-ben-moussa	MA		0	Africa/Casablanca	33.07733	-8.32503				06	181		
11472326	Douar Oulad Sidi Moussa Ben Ali	douar-oulad-sidi-moussa-ben-ali	MA		0	Africa/Casablanca	33.04506	-8.32021				06	181		
11472327	Douar El Msiknat	douar-el-msiknat	MA		0	Africa/Casablanca	33.04071	-8.32103				06	181		
11472328	Douar El Ksaïba	douar-el-ksaiba	MA		0	Africa/Casablanca	33.03668	-8.31221				06	181		
11472351	Sibanat	sibanat	MA		0	Africa/Casablanca	33.02255	-8.35697				06	181		
11472353	Oulad ’Amri	oulad-amri	MA		0	Africa/Casablanca	33.3417	-8.27766				06	181		
11472358	Sidi Bou Beker	sidi-bou-beker	MA		0	Africa/Casablanca	33.33815	-8.30541				06	181		
11472360	Kwahi	kwahi	MA		0	Africa/Casablanca	33.32207	-8.31279				06	181		
11472362	Sidi Hammou	sidi-hammou	MA		0	Africa/Casablanca	33.31317	-8.30526				06	181		
11472365	Kwara	kwara	MA		0	Africa/Casablanca	33.30948	-8.27474				06	181		
11472367	Dar ’Allal Ben ’Abdelmalek	dar-allal-ben-abdelmalek	MA		0	Africa/Casablanca	33.30598	-8.2688				06	181		
11472368	Dar al Miloudi Ben Cheheb	dar-al-miloudi-ben-cheheb	MA		0	Africa/Casablanca	33.29809	-8.25761				06	181		
11472370	Hwachma	hwachma	MA		0	Africa/Casablanca	33.30096	-8.28631				06	181		
11472371	Sidi Hmida	sidi-hmida	MA		0	Africa/Casablanca	33.30641	-8.33036				06	181		
11472374	Bkara	bkara	MA		0	Africa/Casablanca	33.29047	-8.29306				06	181		
11472376	Oulad Mharik	oulad-mharik	MA		0	Africa/Casablanca	33.27504	-8.29808				06	181		
11472378	Zawyat Chou’aybiya	zawyat-chou-aybiya	MA		0	Africa/Casablanca	33.27827	-8.33784				06	181		
11472380	Zawyat Tahtaniya	zawyat-tahtaniya	MA		0	Africa/Casablanca	33.29359	-8.35872				06	181		
11472381	Rtem al Haj al Hadi	rtem-al-haj-al-hadi	MA		0	Africa/Casablanca	33.28989	-8.36741				06	181		
11472383	Zhayhif	zhayhif	MA		0	Africa/Casablanca	33.26428	-8.40464				06	181		
11472385	Cha’bat Lahwala	cha-bat-lahwala	MA		0	Africa/Casablanca	33.26485	-8.34295				06	181		
11472387	Oulad Hibbi	oulad-hibbi	MA		0	Africa/Casablanca	33.25893	-8.3216				06	181		
11472389	Daghourane	daghourane	MA		0	Africa/Casablanca	33.35036	-8.2978				06	181		
11472391	Sradniya	sradniya	MA		0	Africa/Casablanca	33.29422	-8.25839				06	181		
11472392	Ryoussa	ryoussa	MA		0	Africa/Casablanca	33.26449	-8.28253				06	181		
11472393	Mhimdat Louta	mhimdat-louta	MA		0	Africa/Casablanca	33.28575	-8.25358				06	181		
11472394	Mhimdat al Oued	mhimdat-al-oued	MA		0	Africa/Casablanca	33.26883	-8.25268				06	181		
11472396	Aït Mokhkha	ait-mokhkha	MA		0	Africa/Casablanca	33.25543	-8.27177				06	181		
11472399	Ad Dakhla	ad-dakhla	MA		0	Africa/Casablanca	33.26053	-8.31381				06	181		
11472403	Hwanta	hwanta	MA		0	Africa/Casablanca	33.25012	-8.3312				06	181		
11472405	Ad Dachra	ad-dachra	MA		0	Africa/Casablanca	33.25148	-8.28797				06	181		
11472406	Zawyat Moulay aç Çadiq	zawyat-moulay-ac-cadiq	MA		0	Africa/Casablanca	33.25234	-8.26419				06	181		
11472410	Twissat	twissat	MA		0	Africa/Casablanca	33.32244	-8.29425				06	181		
11472417	Oulad Bou Hassoun	oulad-bou-hassoun	MA		0	Africa/Casablanca	33.23421	-7.91067				06	117		
11472418	Rwabha	rwabha	MA		0	Africa/Casablanca	33.23726	-7.92356				06	117		
11472424	Oulad ’Issa	oulad-issa	MA		0	Africa/Casablanca	33.21813	-7.90527				06	117		
11472426	Dar Oulad al Haj Dahmane	dar-oulad-al-haj-dahmane	MA		0	Africa/Casablanca	33.21168	-7.94369				06	117		
11472432	Oulad Bou Mohammed	oulad-bou-mohammed	MA		0	Africa/Casablanca	33.20775	-7.87635				06	117		
11472435	Qwab’a	qwab-a	MA		0	Africa/Casablanca	33.21224	-7.9551				06	117		
11472438	Kradda	kradda	MA		0	Africa/Casablanca	33.18615	-7.97422				06	117		
11472440	Baqaqla	baqaqla	MA		0	Africa/Casablanca	33.17638	-7.98821				06	117		
11472441	Mwachma	mwachma	MA		0	Africa/Casablanca	33.17336	-7.99692				06	117		
11472442	Nyam	nyam	MA		0	Africa/Casablanca	33.18374	-7.94242				06	117		
11472446	Hedanas	hedanas	MA		0	Africa/Casablanca	33.19599	-7.89203				06	117		
11472450	Dar al Oudedna	dar-al-oudedna	MA		0	Africa/Casablanca	33.16783	-7.92899				06	117		
11472452	Tnine Ghnimiyine	tnine-ghnimiyine	MA		0	Africa/Casablanca	33.19595	-7.86631				06	117		
11472455	Dahah	dahah	MA		0	Africa/Casablanca	33.15904	-7.98585				06	117		
11472457	Bou Frih	bou-frih	MA		0	Africa/Casablanca	33.15288	-7.94935				06	117		
11472459	Qwaçem	qwacem	MA		0	Africa/Casablanca	33.14929	-7.92433				06	117		
11472462	Ouanzine	ouanzine	MA		0	Africa/Casablanca	33.17135	-7.8915				06	117		
11472463	Dar es Slaoui	dar-es-slaoui	MA		0	Africa/Casablanca	33.15612	-7.87905				06	117		
11472472	Oulad Ahmed	oulad-ahmed	MA		0	Africa/Casablanca	33.12076	-7.96274				06	117		
11472476	Mzara Sidi L’arbi	mzara-sidi-l-arbi	MA		0	Africa/Casablanca	33.10473	-7.94626				06	117		
11472483	Dar ’Abdallah Ben Amor	dar-abdallah-ben-amor	MA		0	Africa/Casablanca	33.09169	-7.99141				06	117		
11472484	L’arbi Bel Haj	l-arbi-bel-haj	MA		0	Africa/Casablanca	33.09906	-7.98231				06	117		
11472487	Charqawa	charqawa	MA		0	Africa/Casablanca	33.10258	-7.97686				06	117		
11472494	Oulad Sidi Boumahdi	oulad-sidi-boumahdi	MA		0	Africa/Casablanca	33.05062	-7.9169				06	117		
11472500	Oulad Sidi Bou ’Anane	oulad-sidi-bou-anane	MA		0	Africa/Casablanca	33.03999	-7.91959				06	117		
11472505	’Awnat aç Çkhar	awnat-ac-ckhar	MA		0	Africa/Casablanca	33.02186	-7.9189				06	117		
11472506	’Anabra	anabra	MA		0	Africa/Casablanca	33.0245	-7.92933				06	117		
11472508	Twidla	twidla	MA		0	Africa/Casablanca	33.02931	-7.98239				06	117		
11472512	Oulad Charqawi	oulad-charqawi	MA		0	Africa/Casablanca	33.00867	-7.96851				06	461		
11472521	Zawyat Darqawa	zawyat-darqawa	MA		0	Africa/Casablanca	33.00487	-7.89731				06	461		
11472524	Oulad al ’Arbi Ben Taybi	oulad-al-arbi-ben-taybi	MA		0	Africa/Casablanca	33.00023	-7.82874				06	461		
11472528	Oulad Sa’id Moumene	oulad-sa-id-moumene	MA		0	Africa/Casablanca	33.02108	-7.83715				06	461		
11472530	Chtawa	chtawa	MA		0	Africa/Casablanca	33.02913	-7.83665				06	461		
11472533	Riyahiyine	riyahiyine	MA		0	Africa/Casablanca	33.05605	-7.85371				06	117		
11472534	Krarma	krarma	MA		0	Africa/Casablanca	33.05641	-7.83329				06	117		
11472537	Dwimia	dwimia	MA		0	Africa/Casablanca	33.05785	-7.87107				06	117		
11472538	Oulad Ben ’Abdallah	oulad-ben-abdallah	MA		0	Africa/Casablanca	33.07346	-7.83391				06	117		
11472539	Slalma	slalma	MA		0	Africa/Casablanca	33.07193	-7.83045				06	117		
11472547	Bahlla	bahlla	MA		0	Africa/Casablanca	33.0996	-7.90512				06	117		
11472550	Dar Oulad al Haj Mohammed	dar-oulad-al-haj-mohammed	MA		0	Africa/Casablanca	33.11419	-7.89368				06	117		
11472557	Oulad Zir	oulad-zir	MA		0	Africa/Casablanca	33.15186	-7.86206				06	117		
11472559	Dar Haj Bachir	dar-haj-bachir	MA		0	Africa/Casablanca	33.15078	-7.84339				06	117		
11472562	Dar al Haj ’Abdallah	dar-al-haj-abdallah	MA		0	Africa/Casablanca	33.15802	-7.86451				06	117		
11472571	Qçiba	qciba	MA		0	Africa/Casablanca	33.17413	-7.8377				06	117		
11472588	Al Haj Ben Sa’id	al-haj-ben-sa-id	MA		0	Africa/Casablanca	33.02484	-7.82702				06	461		
11472589	Dar Mohammed Bel Haj	dar-mohammed-bel-haj	MA		0	Africa/Casablanca	33.00484	-7.81889				06	461		
11472590	Bousroutane	bousroutane	MA		0	Africa/Casablanca	33.02247	-7.77664				06	117		
11472593	Dar Mohammed Ben Kbir	dar-mohammed-ben-kbir	MA		0	Africa/Casablanca	33.05571	-7.78106				06	117		
11472594	’Amamra	amamra	MA		0	Africa/Casablanca	33.05713	-7.81687				06	117		
11472595	An Nqaycha	an-nqaycha	MA		0	Africa/Casablanca	33.05436	-7.76187				06	117		
11472597	Oulad Hammou	oulad-hammou	MA		0	Africa/Casablanca	33.06792	-7.82086				06	117		
11472599	Oulad ’Azzouz	oulad-azzouz	MA		0	Africa/Casablanca	33.0776	-7.76974				06	117		
11472600	Hamrouda	hamrouda	MA		0	Africa/Casablanca	33.09678	-7.80262				06	117		
11472605	Oulad Ben Lahsen	oulad-ben-lahsen	MA		0	Africa/Casablanca	33.13695	-7.78418				06	117		
11472606	Dar Sidi Hachemi	dar-sidi-hachemi	MA		0	Africa/Casablanca	33.13919	-7.79182				06	117		
11472610	Dar Haj Ahmed	dar-haj-ahmed	MA		0	Africa/Casablanca	33.1423	-7.79378				06	117		
11472613	Al Khlayf	al-khlayf	MA		0	Africa/Casablanca	33.14825	-7.75896				06	117		
11472614	Bwichat	bwichat	MA		0	Africa/Casablanca	33.15358	-7.8109				06	117		
11472615	Oulad Mbark	oulad-mbark	MA		0	Africa/Casablanca	33.15263	-7.77082				06	117		
11472619	Mar’awd	mar-awd	MA		0	Africa/Casablanca	33.17557	-7.77659				06	117		
11472620	Zemamra	zemamra	MA		0	Africa/Casablanca	33.18236	-7.8141				06	117		
11472623	Dhamna	dhamna	MA		0	Africa/Casablanca	33.20369	-7.81272				06	117		
11472624	’Açaçda	acacda	MA		0	Africa/Casablanca	33.20209	-7.79091				06	117		
11472628	Brahma	brahma	MA		0	Africa/Casablanca	33.21784	-7.78121				06	117		
11472631	Mekhaïc	mekhaic	MA		0	Africa/Casablanca	33.06631	-7.8862				06	117		
11472638	’Awnat al ’Adoul	awnat-al-adoul	MA		0	Africa/Casablanca	33.0194	-7.94654				06	117		
11472640	Cherqawa	cherqawa	MA		0	Africa/Casablanca	33.23587	-7.78722				06	117		
11472642	Loudadna	loudadna	MA		0	Africa/Casablanca	33.17232	-7.9265				06	117		
11498989	’Adir	adir	MA		0	Africa/Casablanca	33.25796	-8.39547				06	181		
11498991	Dchar Braksa	dchar-braksa	MA		0	Africa/Casablanca	32.9529	-6.40831				05	311		
11498996	Douar Abda	douar-abda	MA		0	Africa/Casablanca	33.1693	-8.46189				06	181		
11524357	Torord - طرورد	torord-trwrd	MA		426	Africa/Casablanca	31.16767	-8.05767				07	041		
11550508	Ouzina	ouzina	MA		0	Africa/Casablanca	30.76588	-4.14588				08	201		
11612771	Dar Med Bel’arbi	dar-med-bel-arbi	MA		0	Africa/Casablanca	33.23875	-6.9638				06	111		
11612783	Laghlalcha	laghlalcha	MA		0	Africa/Casablanca	33.21592	-7.66448				06	117		
11612785	Oulad Çalah	oulad-calah	MA		0	Africa/Casablanca	33.21701	-7.68328				06	117		
11612790	Oulad Mhammed	oulad-mhammed	MA		0	Africa/Casablanca	33.19448	-7.70346				06	117		
11612791	Laghzawna	laghzawna	MA		0	Africa/Casablanca	33.20694	-7.67533				06	117		
11612793	Oulad Çalah	oulad-calah	MA		0	Africa/Casablanca	33.20692	-7.65592				06	117		
11612794	Laqdadra	laqdadra	MA		0	Africa/Casablanca	33.21168	-7.65036				06	117		
11612796	Oulad Himmi	oulad-himmi	MA		0	Africa/Casablanca	33.20703	-7.63933				06	117		
11612797	Oulad ’Azzouz	oulad-azzouz	MA		0	Africa/Casablanca	33.19787	-7.64493				06	117		
11612799	Oulad ’Abdallah Ben Taybi	oulad-abdallah-ben-taybi	MA		0	Africa/Casablanca	33.19028	-7.74448				06	117		
11612802	Oulad Hadrani	oulad-hadrani	MA		0	Africa/Casablanca	33.17722	-7.74003				06	117		
11612803	Nwaçer Labrahma	nwacer-labrahma	MA		0	Africa/Casablanca	33.17218	-7.72664				06	117		
11612805	Oulad Ghazi	oulad-ghazi	MA		0	Africa/Casablanca	33.17729	-7.68434				06	117		
11612807	Oulad Hadrani	oulad-hadrani	MA		0	Africa/Casablanca	33.1671	-7.69184				06	117		
11612810	Laghlalcha	laghlalcha	MA		0	Africa/Casablanca	33.19471	-7.66667				06	117		
11612811	Oulad Lahsen	oulad-lahsen	MA		0	Africa/Casablanca	33.18857	-7.68017				06	117		
11612812	Oulad Taybi	oulad-taybi	MA		0	Africa/Casablanca	33.18812	-7.65329				06	117		
11612813	Dar Ouald Jilali	dar-ouald-jilali	MA		0	Africa/Casablanca	33.18819	-7.65725				06	117		
11612814	Oulad Harti	oulad-harti	MA		0	Africa/Casablanca	33.17659	-7.64541				06	117		
11612817	Al Haj Taybi	al-haj-taybi	MA		0	Africa/Casablanca	33.20374	-7.66836				06	117		
11612821	Dar al Haj Qassem	dar-al-haj-qassem	MA		0	Africa/Casablanca	33.1572	-7.69604				06	117		
11612824	Dar Madani	dar-madani	MA		0	Africa/Casablanca	33.13866	-7.72034				06	461		
11612825	Dar Bouch’aybou Ben Thami	dar-bouch-aybou-ben-thami	MA		0	Africa/Casablanca	33.14406	-7.6824				06	461		
11612826	Oulad Dawd	oulad-dawd	MA		0	Africa/Casablanca	33.14386	-7.6763				06	461		
11612827	Dar Chikh Ben Hammou	dar-chikh-ben-hammou	MA		0	Africa/Casablanca	33.13528	-7.69547				06	461		
11612828	Sidi az Zwitina	sidi-az-zwitina	MA		0	Africa/Casablanca	33.13233	-7.67864				06	461		
11612830	Dar Hachemi Ben Tahar	dar-hachemi-ben-tahar	MA		0	Africa/Casablanca	33.14793	-7.6624				06	461		
11612833	Oulad Malik	oulad-malik	MA		0	Africa/Casablanca	33.15596	-7.6276				06	117		
11612834	Zwawouka as Sbo’a	zwawouka-as-sbo-a	MA		0	Africa/Casablanca	33.13668	-7.62821				06	461		
11612835	Dar Chikh ’Ali Ben Boubeker	dar-chikh-ali-ben-boubeker	MA		0	Africa/Casablanca	33.14065	-7.64493				06	461		
11612836	Dar Qassem Ben ’Abbas	dar-qassem-ben-abbas	MA		0	Africa/Casablanca	33.1384	-7.64882				06	461		
11612837	Dar al Haj Mohammed Ben Brahim	dar-al-haj-mohammed-ben-brahim	MA		0	Africa/Casablanca	33.12834	-7.69139				06	461		
11612839	Laflayssat	laflayssat	MA		0	Africa/Casablanca	33.11578	-7.72478				06	117		
11612840	Dar Bouch’aybou Ben Jilali	dar-bouch-aybou-ben-jilali	MA		0	Africa/Casablanca	33.11103	-7.70695				06	117		
11612841	Dar Sidi Mohammed Ben Smaïne	dar-sidi-mohammed-ben-smaine	MA		0	Africa/Casablanca	33.10598	-7.70755				06	117		
11612842	Dar Ahmed Ben Zaakour	dar-ahmed-ben-zaakour	MA		0	Africa/Casablanca	33.1062	-7.68984				06	461		
11612843	Sidi Al Baïr	sidi-al-bair	MA		0	Africa/Casablanca	33.10683	-7.6806				06	461		
11612845	Al ’Amiriyine	al-amiriyine	MA		0	Africa/Casablanca	33.11573	-7.66491				06	461		
11612846	Dar Chickh Ben ’Amor	dar-chickh-ben-amor	MA		0	Africa/Casablanca	33.11389	-7.65388				06	461		
11612848	Dar Qassem Ben Haj Ma’ti	dar-qassem-ben-haj-ma-ti	MA		0	Africa/Casablanca	33.11041	-7.65512				06	461		
11612849	Dar Oulad Mohammed Ben ’Abdallah	dar-oulad-mohammed-ben-abdallah	MA		0	Africa/Casablanca	33.10846	-7.66371				06	461		
11612850	Al Khdadra Oulad Çalah	al-khdadra-oulad-calah	MA		0	Africa/Casablanca	33.10327	-7.66214				06	461		
11612851	Dar L’arbi Ben ’Abdesslam	dar-l-arbi-ben-abdesslam	MA		0	Africa/Casablanca	33.10348	-7.63689				06	461		
11612852	Dwidat	dwidat	MA		0	Africa/Casablanca	33.09284	-7.6748				06	461		
11612853	Swalam	swalam	MA		0	Africa/Casablanca	33.08998	-7.66684				06	461		
11612854	Oulad ’Ali	oulad-ali	MA		0	Africa/Casablanca	33.0938	-7.66774				06	461		
11612855	Oulad Sa’ad	oulad-sa-ad	MA		0	Africa/Casablanca	33.09128	-7.64886				06	461		
11612857	L’awawcha	l-awawcha	MA		0	Africa/Casablanca	33.08597	-7.71004				06	461		
11612858	Dar Oulad Na’ami	dar-oulad-na-ami	MA		0	Africa/Casablanca	33.0804	-7.70875				06	117		
11612859	Oulad Bel ’Aydi	oulad-bel-aydi	MA		0	Africa/Casablanca	33.07553	-7.74488				06	117		
11612861	Ghraba	ghraba	MA		0	Africa/Casablanca	33.0778	-7.63056				06	461		
11612862	Jelala	jelala	MA		0	Africa/Casablanca	33.08053	-7.67939				06	461		
11612864	Dar Mohammed Ben ’Abdarrahmane	dar-mohammed-ben-abdarrahmane	MA		0	Africa/Casablanca	33.06728	-7.64936				06	461		
11612865	Ouraga	ouraga	MA		0	Africa/Casablanca	33.06161	-7.64229				06	461		
11612866	Oulad Ghannam	oulad-ghannam	MA		0	Africa/Casablanca	33.05593	-7.65972				06	461		
11612870	Oulad Al Habti	oulad-al-habti	MA		0	Africa/Casablanca	33.05415	-7.69966				06	461		
11612875	Dar Oulad ’Aïcha	dar-oulad-aicha	MA		0	Africa/Casablanca	33.05711	-7.62974				06	461		
11612876	Dar Chikh Sidi Tahar	dar-chikh-sidi-tahar	MA		0	Africa/Casablanca	33.05068	-7.62884				06	461		
11612877	Dar Laïmer	dar-laimer	MA		0	Africa/Casablanca	33.04035	-7.63079				06	461		
11612881	Oulad al Ghazi	oulad-al-ghazi	MA		0	Africa/Casablanca	33.04932	-7.72202				06	461		
11612882	Dar Chikh Sidi Abbas	dar-chikh-sidi-abbas	MA		0	Africa/Casablanca	33.04514	-7.72527				06	461		
11612884	Al Qdadra	al-qdadra	MA		0	Africa/Casablanca	33.04188	-7.73984				06	461		
11612892	Zwagha	zwagha	MA		0	Africa/Casablanca	33.00181	-7.74446				06	461		
11612893	Oulad ’Arous Qillaz	oulad-arous-qillaz	MA		0	Africa/Casablanca	33.00194	-7.63461				06	461		
11612895	Oulad Ch’ayb	oulad-ch-ayb	MA		0	Africa/Casablanca	33.00336	-7.54754				06	461		
11612897	Labnat Ad Jajna	labnat-ad-jajna	MA		0	Africa/Casablanca	33.03418	-7.53285				06	461		
11612899	Labnat La’wissat	labnat-la-wissat	MA		0	Africa/Casablanca	33.03997	-7.53998				06	461		
11612904	Dar Mohammed Ben Qassem	dar-mohammed-ben-qassem	MA		0	Africa/Casablanca	33.04352	-7.62144				06	461		
11612907	Zawyat An Naç’riya	zawyat-an-nac-riya	MA		0	Africa/Casablanca	33.02143	-7.62671				06	461		
11612917	Dar Oulad Slimane	dar-oulad-slimane	MA		0	Africa/Casablanca	33.07996	-7.58564				06	461		
11612918	Ad Dladla	ad-dladla	MA		0	Africa/Casablanca	33.07659	-7.60818				06	461		
11612919	Oulad Bou Qallou	oulad-bou-qallou	MA		0	Africa/Casablanca	33.07787	-7.62208				06	461		
11612920	Dar Oulad Ber Sba’	dar-oulad-ber-sba	MA		0	Africa/Casablanca	33.08872	-7.62348				06	461		
11612924	Oulad Mançar Fayda	oulad-mancar-fayda	MA		0	Africa/Casablanca	33.12273	-7.59248				06	461		
11612925	Oulad Maa’roufi Tirs	oulad-maa-roufi-tirs	MA		0	Africa/Casablanca	33.13172	-7.59255				06	461		
11612926	Dar Driss Ben Bouch’ayb	dar-driss-ben-bouch-ayb	MA		0	Africa/Casablanca	33.13005	-7.60116				06	461		
11612927	Oulad Moussa Tirs	oulad-moussa-tirs	MA		0	Africa/Casablanca	33.12368	-7.60137				06	461		
11612930	La’wissat	la-wissat	MA		0	Africa/Casablanca	33.16167	-7.59604				06	117		
11612936	Dhamna	dhamna	MA		0	Africa/Casablanca	33.16872	-7.60665				06	117		
11612937	La’wissat	la-wissat	MA		0	Africa/Casablanca	33.16695	-7.61538				06	117		
11612938	Hsasna	hsasna	MA		0	Africa/Casablanca	33.17194	-7.615				06	117		
11612939	Laghnadra	laghnadra	MA		0	Africa/Casablanca	33.18794	-7.62828				06	117		
11612941	La’rarsa	la-rarsa	MA		0	Africa/Casablanca	33.1974	-7.62912				06	117		
11612944	Laqdadma	laqdadma	MA		0	Africa/Casablanca	33.20317	-7.56684				06	117		
11612945	Oulad Haymer	oulad-haymer	MA		0	Africa/Casablanca	33.19996	-7.5495				06	117		
11612949	Laqdadma	laqdadma	MA		0	Africa/Casablanca	33.21859	-7.58122				06	117		
11612952	Chabaka	chabaka	MA		0	Africa/Casablanca	33.21895	-7.51915				06	117		
11612957	La’rarma	la-rarma	MA		0	Africa/Casablanca	33.23674	-7.58378				06	117		
11612960	Oulad ’Abbas	oulad-abbas	MA		0	Africa/Casablanca	33.23157	-7.59288				06	117		
11612964	Dar Bouch’aybou Ben Boubker	dar-bouch-aybou-ben-boubker	MA		0	Africa/Casablanca	33.24297	-7.61875				06	117		
11612965	Dar Oulad al Haj Qassem	dar-oulad-al-haj-qassem	MA		0	Africa/Casablanca	33.23932	-7.62051				06	117		
11612966	Chiyyat	chiyyat	MA		0	Africa/Casablanca	33.22963	-7.61601				06	117		
11612968	Oulad Mhammed Ben ’Amor	oulad-mhammed-ben-amor	MA		0	Africa/Casablanca	33.23938	-7.51612				06	117		
11612969	Sidi al Mokhtar	sidi-al-mokhtar	MA		0	Africa/Casablanca	33.21134	-7.51728				06	117		
11612971	Dar Mohammed ’Abdarrahmane	dar-mohammed-abdarrahmane	MA		0	Africa/Casablanca	33.14041	-7.50921				06	117		
11612972	Oulad Haj ’Amor	oulad-haj-amor	MA		0	Africa/Casablanca	33.13295	-7.50309				06	117		
11612974	Dar Sidi Mohammed Moussa	dar-sidi-mohammed-moussa	MA		0	Africa/Casablanca	33.10446	-7.49957				06	117		
11612981	Lalla ’Aïcha	lalla-aicha	MA		0	Africa/Casablanca	33.188	-7.63146				06	117		
11612982	Dar Jilali Ben Ahmed	dar-jilali-ben-ahmed	MA		0	Africa/Casablanca	33.1514	-7.71846				06	461		
11612989	Dar Sidi al Haj Ben Smaïn	dar-sidi-al-haj-ben-smain	MA		0	Africa/Casablanca	33.24919	-7.55198				06	117		
11612990	Dar Mohammed Oulad Tazia	dar-mohammed-oulad-tazia	MA		0	Africa/Casablanca	33.24797	-7.61173				06	117		
11612992	Foqra Oulad ’Azzouz	foqra-oulad-azzouz	MA		0	Africa/Casablanca	33.49914	-7.73007				06	385		
11612993	Oulad Ahmed	oulad-ahmed	MA		0	Africa/Casablanca	33.49459	-7.69034				06	385		
11612995	Dar Mohamed Ben ’Abdelqader	dar-mohamed-ben-abdelqader	MA		0	Africa/Casablanca	33.48315	-7.74083				06	385		
11612996	Oulad ’Azzouz	oulad-azzouz	MA		0	Africa/Casablanca	33.48714	-7.73397				06	385		
11612997	Dar Çghir Ben Hammadi	dar-cghir-ben-hammadi	MA		0	Africa/Casablanca	33.48013	-7.73406				06	385		
11612998	Boufid	boufid	MA		0	Africa/Casablanca	33.47004	-7.73276				06	385		
11612999	Dar Sidi Ahmed al Gwarsou	dar-sidi-ahmed-al-gwarsou	MA		0	Africa/Casablanca	33.47743	-7.71577				06	385		
11613000	Lagwassim	lagwassim	MA		0	Africa/Casablanca	33.48786	-7.69095				06	385		
11613003	Oulad Ben ’Ammor	oulad-ben-ammor	MA		0	Africa/Casablanca	33.48044	-7.66631				06	385		
11613004	Dar al Haj ’Abdelqader	dar-al-haj-abdelqader	MA		0	Africa/Casablanca	33.47539	-7.68472				06	385		
11613015	Al ’Amamra	al-amamra	MA		0	Africa/Casablanca	33.44696	-7.70039				06	385		
11613016	Bouhala	bouhala	MA		0	Africa/Casablanca	33.43588	-7.73542				06	385		
11613020	Chraga	chraga	MA		0	Africa/Casablanca	33.42685	-7.71584				06	385		
11613025	Krouta	krouta	MA		0	Africa/Casablanca	33.41074	-7.66257				06	385		
11613028	Jwahar	jwahar	MA		0	Africa/Casablanca	33.39453	-7.68816				06	385		
11613029	Dar Cherkawi	dar-cherkawi	MA		0	Africa/Casablanca	33.38453	-7.69209				06	385		
11613031	Dechra Dawd	dechra-dawd	MA		0	Africa/Casablanca	33.3995	-7.72874				06	385		
11613032	Khdara	khdara	MA		0	Africa/Casablanca	33.38677	-7.73289				06	385		
11613037	Dar Oulad Mezouarra	dar-oulad-mezouarra	MA		0	Africa/Casablanca	33.38408	-7.65191				06	385		
11613038	Lahwawra	lahwawra	MA		0	Africa/Casablanca	33.37783	-7.69002				06	385		
11613039	La’wamar	la-wamar	MA		0	Africa/Casablanca	33.35489	-7.72928				06	385		
11613040	Oulad ’Ali Brahim	oulad-ali-brahim	MA		0	Africa/Casablanca	33.3515	-7.70722				06	385		
11613041	Oulad Slimane	oulad-slimane	MA		0	Africa/Casablanca	33.37125	-7.70444				06	385		
11613042	Oulad Slimane	oulad-slimane	MA		0	Africa/Casablanca	33.35536	-7.69111				06	385		
11613046	Zawyet Demana	zawyet-demana	MA		0	Africa/Casablanca	33.35145	-7.69931				06	385		
11613049	Oulad ’Azzouz Lahlalfa	oulad-azzouz-lahlalfa	MA		0	Africa/Casablanca	33.35028	-7.65077				06	385		
11613051	Oulad ’Ali Brahim	oulad-ali-brahim	MA		0	Africa/Casablanca	33.3366	-7.67457				06	385		
11613053	Oulad Slimane	oulad-slimane	MA		0	Africa/Casablanca	33.33143	-7.73686				06	117		
11613054	La’yayda	la-yayda	MA		0	Africa/Casablanca	33.31299	-7.72059				06	117		
11613057	Oulad Sidi Dris	oulad-sidi-dris	MA		0	Africa/Casablanca	33.30099	-7.67679				06	385		
11613060	Graynat	graynat	MA		0	Africa/Casablanca	33.28253	-7.69767				06	117		
11613066	Dyabna	dyabna	MA		0	Africa/Casablanca	33.25565	-7.73011				06	117		
11613068	Oulad ’Allal	oulad-allal	MA		0	Africa/Casablanca	33.26562	-7.63352				06	117		
11613069	La’louliyyine	la-louliyyine	MA		0	Africa/Casablanca	33.28112	-7.65051				06	117		
11613070	Al Hetahta	al-hetahta	MA		0	Africa/Casablanca	33.26264	-7.62428				06	117		
11613071	Dar Sidi ’Amor Ben Qaddour	dar-sidi-amor-ben-qaddour	MA		0	Africa/Casablanca	33.26592	-7.61496				06	117		
11613072	Dar Sidi Mohammed Ben ’Abdallah	dar-sidi-mohammed-ben-abdallah	MA		0	Africa/Casablanca	33.27052	-7.60013				06	117		
11613073	Mwimnat	mwimnat	MA		0	Africa/Casablanca	33.28195	-7.62172				06	385		
11613074	Çwafa	cwafa	MA		0	Africa/Casablanca	33.29128	-7.62968				06	385		
11613076	Zawyat Sidi Ahmed Ben Driss	zawyat-sidi-ahmed-ben-driss	MA		0	Africa/Casablanca	33.29792	-7.65342				06	385		
11613078	Dar Chikh al ’Aïdi	dar-chikh-al-aidi	MA		0	Africa/Casablanca	33.30615	-7.61094				06	385		
11613079	Twama	twama	MA		0	Africa/Casablanca	33.29946	-7.61034				06	385		
11613080	Oulad ’Amira	oulad-amira	MA		0	Africa/Casablanca	33.32174	-7.60954				06	385		
11613081	Jwalla	jwalla	MA		0	Africa/Casablanca	33.32924	-7.64882				06	385		
11613084	Dar Oulad Taïb Ben Ma’ti	dar-oulad-taib-ben-ma-ti	MA		0	Africa/Casablanca	33.3294	-7.6164				06	385		
11613086	Dar Oulad Ghenou	dar-oulad-ghenou	MA		0	Africa/Casablanca	33.35475	-7.63879				06	385		
11613087	Oulad Lahsinat	oulad-lahsinat	MA		0	Africa/Casablanca	33.36649	-7.62431				06	385		
11613088	Al ’Abdessalamiyyine	al-abdessalamiyyine	MA		0	Africa/Casablanca	33.37611	-7.63291				06	385		
11613091	Dar Bou’azza Ben ’Abdallah	dar-bou-azza-ben-abdallah	MA		0	Africa/Casablanca	33.3868	-7.65254				06	385		
11613094	Oulad Çalah	oulad-calah	MA		0	Africa/Casablanca	33.39722	-7.61526				06	385		
11613095	Oulad ’Azzouz	oulad-azzouz	MA		0	Africa/Casablanca	33.40114	-7.6106				06	385		
11613098	Oulad Daqqaq	oulad-daqqaq	MA		0	Africa/Casablanca	33.40715	-7.6124				06	385		
11613100	La’mamra	la-mamra	MA		0	Africa/Casablanca	33.41624	-7.63779				06	385		
11613103	Lahwami	lahwami	MA		0	Africa/Casablanca	33.44029	-7.6291				06	385		
11613112	Drabna	drabna	MA		0	Africa/Casablanca	33.4951	-7.60729				06	385		
11613115	Lahfaya Oulad ach Chikh	lahfaya-oulad-ach-chikh	MA		0	Africa/Casablanca	33.494	-7.55239				06	355		
11613117	Lissasfa	lissasfa	MA		0	Africa/Casablanca	33.48383	-7.54966				06	355		
11613119	Lahfari	lahfari	MA		0	Africa/Casablanca	33.45108	-7.53165				06	355		
11613121	Hallalat	hallalat	MA		0	Africa/Casablanca	33.43272	-7.52746				06	355		
11613123	Al Bouzaniyyine Oulad Jama’	al-bouzaniyyine-oulad-jama	MA		0	Africa/Casablanca	33.40877	-7.55839				06	385		
11613124	Oulad ’Azzouz Oulad Çalah	oulad-azzouz-oulad-calah	MA		0	Africa/Casablanca	33.40401	-7.56231				06	385		
11613126	Lagrarsa	lagrarsa	MA		0	Africa/Casablanca	33.35079	-7.54045				06	117		
11613127	Oulad Yahia	oulad-yahia	MA		0	Africa/Casablanca	33.35669	-7.51931				06	117		
11613128	Oulad ach Chawi	oulad-ach-chawi	MA		0	Africa/Casablanca	33.34234	-7.54488				06	117		
11613129	Shabat	shabat	MA		0	Africa/Casablanca	33.32171	-7.59403				06	385		
11613130	La’sara	la-sara	MA		0	Africa/Casablanca	33.33558	-7.52456				06	117		
11613131	Jdad	jdad	MA		0	Africa/Casablanca	33.32122	-7.55277				06	117		
11613132	Oulad Sa’id Mhammed	oulad-sa-id-mhammed	MA		0	Africa/Casablanca	33.29689	-7.57663				06	385		
11613133	Oulad Sa’id Ben Mhammed	oulad-sa-id-ben-mhammed	MA		0	Africa/Casablanca	33.29566	-7.56953				06	117		
11613134	Oulad ach Chawi	oulad-ach-chawi	MA		0	Africa/Casablanca	33.29963	-7.54377				06	117		
11613135	Qbala	qbala	MA		0	Africa/Casablanca	33.30623	-7.53142				06	117		
11613137	Oulad Sidi Jilali	oulad-sidi-jilali	MA		0	Africa/Casablanca	33.27873	-7.60487				06	117		
11613138	Tchaych	tchaych	MA		0	Africa/Casablanca	33.27691	-7.54232				06	117		
11613139	Hay Hassani	hay-hassani	MA		0	Africa/Casablanca	33.27289	-7.57315				06	117		
11613141	Rhayhat	rhayhat	MA		0	Africa/Casablanca	33.25529	-7.53361				06	117		
11613142	Oulad Ahmed Ben ’Ali	oulad-ahmed-ben-ali	MA		0	Africa/Casablanca	33.27011	-7.53125				06	117		
11613143	Dar Chikh Ahmed Ben Bekri	dar-chikh-ahmed-ben-bekri	MA		0	Africa/Casablanca	33.25721	-7.53189				06	117		
11613145	Morjana	morjana	MA		0	Africa/Casablanca	33.28799	-7.5187				06	117		
11613147	Louchachna	louchachna	MA		0	Africa/Casablanca	33.38125	-7.52011				06	117		
11613148	Chlouh	chlouh	MA		0	Africa/Casablanca	33.40008	-7.51097				06	117		
11613149	Qaçba	qacba	MA		0	Africa/Casablanca	33.44254	-7.50687				06	355		
11613150	Oulad Bel ’Arbi	oulad-bel-arbi	MA		0	Africa/Casablanca	33.46775	-7.51788				06	355		
11613151	Mars Sokkar	mars-sokkar	MA		0	Africa/Casablanca	33.47367	-7.50552				06	355		
11613152	Dar Ahmed Ben Rebea	dar-ahmed-ben-rebea	MA		0	Africa/Casablanca	33.25756	-7.50762				06	117		
11613160	Al Khçaçma	al-khcacma	MA		0	Africa/Casablanca	33.47224	-7.26041				06	111		
11613162	Oulad Bou ’Alyane	oulad-bou-alyane	MA		0	Africa/Casablanca	33.48369	-7.27251				06	111		
11613168	Oulad Dawd	oulad-dawd	MA		0	Africa/Casablanca	33.46696	-7.31299				06	111		
11613169	Oulad Khadir	oulad-khadir	MA		0	Africa/Casablanca	33.46895	-7.32384				06	111		
11613170	Al Mhamda	al-mhamda	MA		0	Africa/Casablanca	33.46628	-7.34016				06	111		
11613175	Al Harjna	al-harjna	MA		0	Africa/Casablanca	33.45832	-7.31376				06	111		
11613185	Dar Ahmed Oulad Chaïbia	dar-ahmed-oulad-chaibia	MA		0	Africa/Casablanca	33.43982	-7.32096				06	111		
11613191	Mwaline al Oued	mwaline-al-oued	MA		0	Africa/Casablanca	33.44758	-7.34592				06	117		
11613192	Al Mharga	al-mharga	MA		0	Africa/Casablanca	33.44224	-7.28327				06	111		
11613194	Qdamra	qdamra	MA		0	Africa/Casablanca	33.43639	-7.32124				06	111		
11613199	Al ’Atchana	al-atchana	MA		0	Africa/Casablanca	33.40236	-7.30437				06	117		
11613202	Oulad as Siyyid	oulad-as-siyyid	MA		0	Africa/Casablanca	33.36149	-7.33192				06	117		
11613203	Dlalja Oulad ’Attou	dlalja-oulad-attou	MA		0	Africa/Casablanca	33.34406	-7.28086				06	111		
11613204	Dar Mohammed Ben Jilali	dar-mohammed-ben-jilali	MA		0	Africa/Casablanca	33.33983	-7.27259				06	111		
11613206	Oulad Chadli	oulad-chadli	MA		0	Africa/Casablanca	33.33657	-7.27671				06	111		
11613207	Oulad Laghwagh	oulad-laghwagh	MA		0	Africa/Casablanca	33.34118	-7.29944				06	117		
11613208	Oulad Mira	oulad-mira	MA		0	Africa/Casablanca	33.34632	-7.32818				06	117		
11613211	Laqtaba	laqtaba	MA		0	Africa/Casablanca	33.31604	-7.2671				06	111		
11613212	Oulad Mohammed Ben Jilali	oulad-mohammed-ben-jilali	MA		0	Africa/Casablanca	33.30573	-7.27872				06	117		
11613214	Al Ghzawna	al-ghzawna	MA		0	Africa/Casablanca	33.2925	-7.32301				06	117		
11613215	Ach Chbanat	ach-chbanat	MA		0	Africa/Casablanca	33.28823	-7.33275				06	117		
11613216	Oulad Ben Lakhtib	oulad-ben-lakhtib	MA		0	Africa/Casablanca	33.28783	-7.29524				06	117		
11613218	Al Ma’iz	al-ma-iz	MA		0	Africa/Casablanca	33.28754	-7.25924				06	117		
11613220	Dar al Qaïd Ben ’Abdalqader Ben Farjiya	dar-al-qaid-ben-abdalqader-ben-farjiya	MA		0	Africa/Casablanca	33.27706	-7.32576				06	117		
11613225	Oulad Moussa	oulad-moussa	MA		0	Africa/Casablanca	33.25628	-7.31539				06	117		
11613227	Oulad Ben ’Omar	oulad-ben-omar	MA		0	Africa/Casablanca	33.25231	-7.2964				06	117		
11613228	Laqtibiyyine	laqtibiyyine	MA		0	Africa/Casablanca	33.25068	-7.30838				06	117		
11613230	Zwatna	zwatna	MA		0	Africa/Casablanca	33.26316	-7.39253				06	117		
11613231	Dar Mohammed Ben Bou Chaïb	dar-mohammed-ben-bou-chaib	MA		0	Africa/Casablanca	33.26015	-7.34914				06	117		
11613232	Ghichawa	ghichawa	MA		0	Africa/Casablanca	33.25655	-7.34743				06	117		
11613233	Al Krarma	al-krarma	MA		0	Africa/Casablanca	33.27439	-7.34641				06	117		
11613235	Jaqma	jaqma	MA		0	Africa/Casablanca	33.28866	-7.37082				06	117		
11613236	Al Ma’iz	al-ma-iz	MA		0	Africa/Casablanca	33.30028	-7.38455				06	117		
11613237	Oulad Thami	oulad-thami	MA		0	Africa/Casablanca	33.30858	-7.36569				06	117		
11613238	Dar Sma’il Ben Ma’ti	dar-sma-il-ben-ma-ti	MA		0	Africa/Casablanca	33.3083	-7.39371				06	117		
11613239	Al Atamna	al-atamna	MA		0	Africa/Casablanca	33.30786	-7.3955				06	117		
11613240	Oulad Taleb	oulad-taleb	MA		0	Africa/Casablanca	33.30941	-7.37565				06	117		
11613242	Oulad al ’Arabi	oulad-al-arabi	MA		0	Africa/Casablanca	33.31698	-7.34581				06	117		
11613243	Lag-nana	lag-nana	MA		0	Africa/Casablanca	33.32691	-7.35818				06	117		
11613244	Dar Mohammed Ben Hachmi	dar-mohammed-ben-hachmi	MA		0	Africa/Casablanca	33.32817	-7.35144				06	117		
11613245	Dar Sidi Mohammed Ben Ahmed	dar-sidi-mohammed-ben-ahmed	MA		0	Africa/Casablanca	33.33879	-7.36858				06	117		
11613246	Oulad al ’Arbi	oulad-al-arbi	MA		0	Africa/Casablanca	33.3487	-7.38451				06	117		
11613247	Oulad Sba	oulad-sba	MA		0	Africa/Casablanca	33.34817	-7.35575				06	117		
11613248	Souq Tlata	souq-tlata	MA		0	Africa/Casablanca	33.34731	-7.35045				06	117		
11613249	Lahrarta	lahrarta	MA		0	Africa/Casablanca	33.3481	-7.34929				06	117		
11613250	Oulad Qassam	oulad-qassam	MA		0	Africa/Casablanca	33.34499	-7.35341				06	117		
11613251	Dar al Ma’ti	dar-al-ma-ti	MA		0	Africa/Casablanca	33.34109	-7.3696				06	117		
11613252	Dar ’Abdesslam	dar-abdesslam	MA		0	Africa/Casablanca	33.35441	-7.36407				06	117		
11613254	Dar al Haj Mohammed	dar-al-haj-mohammed	MA		0	Africa/Casablanca	33.36625	-7.36714				06	117		
11613255	Oulad at Tahar	oulad-at-tahar	MA		0	Africa/Casablanca	33.36291	-7.39252				06	117		
11613256	Oulad Yahia	oulad-yahia	MA		0	Africa/Casablanca	33.37219	-7.35139				06	117		
11613257	Dar Mohammed Ben Qaddour	dar-mohammed-ben-qaddour	MA		0	Africa/Casablanca	33.37116	-7.34819				06	117		
11613261	Al Hart	al-hart	MA		0	Africa/Casablanca	33.38208	-7.38829				06	117		
11613262	Dar ’Abdelkrim	dar-abdelkrim	MA		0	Africa/Casablanca	33.39524	-7.38884				06	117		
11613264	Oulad Ach Cha’ybiya	oulad-ach-cha-ybiya	MA		0	Africa/Casablanca	33.39852	-7.37901				06	117		
11613266	Dar Mohammed Ben al Mekki	dar-mohammed-ben-al-mekki	MA		0	Africa/Casablanca	33.41786	-7.36428				06	117		
11613274	Ad Dbiyat	ad-dbiyat	MA		0	Africa/Casablanca	33.43926	-7.3674				06	117		
11613277	Dar Oulad Ben Slimane	dar-oulad-ben-slimane	MA		0	Africa/Casablanca	33.46502	-7.37588				06	355		
11613278	Al Ghwawta	al-ghwawta	MA		0	Africa/Casablanca	33.46529	-7.37312				06	355		
11613279	Dar Sidi Mohammed Ben al Ghadi	dar-sidi-mohammed-ben-al-ghadi	MA		0	Africa/Casablanca	33.46827	-7.39695				06	355		
11613280	Oulad Moumene	oulad-moumene	MA		0	Africa/Casablanca	33.49173	-7.37721				06	111		
11613284	Guet a Sidi Mohammed Ben Tahar	guet-a-sidi-mohammed-ben-tahar	MA		0	Africa/Casablanca	33.46634	-7.40507				06	355		
11613292	Ar Rhahwa	ar-rhahwa	MA		0	Africa/Casablanca	33.42288	-7.44321				06	117		
11613299	Oulad Ben ’Amar Laqbob	oulad-ben-amar-laqbob	MA		0	Africa/Casablanca	33.37885	-7.45214				06	117		
11613300	Oulad Hriz	oulad-hriz	MA		0	Africa/Casablanca	33.37787	-7.4027				06	117		
11613301	Dar Qaïd Bouch’ayb	dar-qaid-bouch-ayb	MA		0	Africa/Casablanca	33.37527	-7.4032				06	117		
11613304	Oulad Azzouz	oulad-azzouz	MA		0	Africa/Casablanca	33.35959	-7.40401				06	117		
11613306	Oulad Bouch’ayb	oulad-bouch-ayb	MA		0	Africa/Casablanca	33.34413	-7.4019				06	117		
11613307	Al Beggara	al-beggara	MA		0	Africa/Casablanca	33.35166	-7.44398				06	117		
11613308	Oulad Al ’Abbas	oulad-al-abbas	MA		0	Africa/Casablanca	33.33058	-7.44349				06	117		
11613311	Krayz ’Abbara	krayz-abbara	MA		0	Africa/Casablanca	33.28159	-7.42042				06	117		
11613314	Rgag-na	rgag-na	MA		0	Africa/Casablanca	33.25319	-7.41183				06	117		
11613315	Labrarga	labrarga	MA		0	Africa/Casablanca	33.25098	-7.44965				06	117		
11613316	Lahlalwa	lahlalwa	MA		0	Africa/Casablanca	33.2578	-7.47095				06	117		
11613317	Khmalcha	khmalcha	MA		0	Africa/Casablanca	33.26828	-7.46195				06	117		
11613318	Krayz Oulad ’Issa	krayz-oulad-issa	MA		0	Africa/Casablanca	33.26955	-7.4966				06	117		
11613320	Oulad al ’Amri	oulad-al-amri	MA		0	Africa/Casablanca	33.33037	-7.49004				06	117		
11613321	Oulad ’Amor Qassou	oulad-amor-qassou	MA		0	Africa/Casablanca	33.33938	-7.48409				06	117		
11613324	Labyatra	labyatra	MA		0	Africa/Casablanca	33.36994	-7.46478				06	117		
11613325	Oulad Mhammed	oulad-mhammed	MA		0	Africa/Casablanca	33.37752	-7.46641				06	117		
11613327	Oulad Ben ’Amar Çbayh	oulad-ben-amar-cbayh	MA		0	Africa/Casablanca	33.41409	-7.46939				06	117		
11613329	Oulad Taleb	oulad-taleb	MA		0	Africa/Casablanca	33.4589	-7.4597				06	355		
11613333	Oulad Hadda	oulad-hadda	MA		0	Africa/Casablanca	33.49336	-7.48963				06	355		
11613335	Hart	hart	MA		0	Africa/Casablanca	33.48826	-7.44673				06	355		
11613336	Rwaja	rwaja	MA		0	Africa/Casablanca	33.47059	-7.4597				06	355		
11613338	Oulad al Ma’ti	oulad-al-ma-ti	MA		0	Africa/Casablanca	33.37152	-7.36693				06	117		
11613339	Çbayh	cbayh	MA		0	Africa/Casablanca	33.43846	-7.49179				06	355		
11613341	Ar Rzazga	ar-rzazga	MA		0	Africa/Casablanca	33.27693	-7.33603				06	117		
11613345	Oulad Lahcen	oulad-lahcen	MA		0	Africa/Casablanca	33.22859	-6.94462				06	461		
11613347	Sanya	sanya	MA		0	Africa/Casablanca	33.23044	-6.95887				06	461		
11613350	Dar Ben ’Ali Bebou Niganed	dar-ben-ali-bebou-niganed	MA		0	Africa/Casablanca	33.20789	-6.95202				06	461		
11613353	Souq Lakhmis	souq-lakhmis	MA		0	Africa/Casablanca	33.18978	-6.96013				06	461		
11613354	Bir Mrah	bir-mrah	MA		0	Africa/Casablanca	33.19019	-6.95093				06	461		
11613355	Dar Haj Mohamed	dar-haj-mohamed	MA		0	Africa/Casablanca	33.18263	-6.95498				06	461		
11613365	Oulad L’afya	oulad-l-afya	MA		0	Africa/Casablanca	33.14196	-6.92496				06	461		
11613366	Oulad Çalah	oulad-calah	MA		0	Africa/Casablanca	33.13698	-6.93483				06	461		
11613375	Oulad Çalah	oulad-calah	MA		0	Africa/Casablanca	33.10879	-6.96861				06	461		
11613382	Dar Cheikh Al Madani	dar-cheikh-al-madani	MA		0	Africa/Casablanca	33.06778	-6.95971				06	461		
11613386	Oulad Lahcen	oulad-lahcen	MA		0	Africa/Casablanca	33.04974	-6.94189				06	461		
11613388	Oulad Lhnifi	oulad-lhnifi	MA		0	Africa/Casablanca	33.07151	-6.98817				06	461		
11613392	Oulad Al Haj Çalah	oulad-al-haj-calah	MA		0	Africa/Casablanca	33.0379	-6.93196				06	461		
11613393	Oulad L’asri	oulad-l-asri	MA		0	Africa/Casablanca	33.0274	-6.94639				06	461		
11613395	Oulad Mess’oud	oulad-mess-oud	MA		0	Africa/Casablanca	33.01664	-6.92275				05	311		
11613404	Qaçbat Zriwel	qacbat-zriwel	MA		0	Africa/Casablanca	33.07125	-6.9844				06	461		
11613407	Làzàza	lazaza	MA		0	Africa/Casablanca	33.08667	-6.99153				06	461		
11613419	Oulad Haj Hmida	oulad-haj-hmida	MA		0	Africa/Casablanca	33.20967	-6.8678				06	461		
11613424	Dar L’arbi Bou Tirss	dar-l-arbi-bou-tirss	MA		0	Africa/Casablanca	33.19408	-6.86226				05	311		
11613426	Dar Mrassis	dar-mrassis	MA		0	Africa/Casablanca	33.23304	-6.83737				06	111		
11613434	Dar Oaid Dermoumi	dar-oaid-dermoumi	MA		0	Africa/Casablanca	33.17948	-6.83986				05	311		
11613436	Dar Ben Dawd	dar-ben-dawd	MA		0	Africa/Casablanca	33.16021	-6.86248				05	311		
11613438	Oulad Bou M’aïza	oulad-bou-m-aiza	MA		0	Africa/Casablanca	33.16283	-6.9508				06	461		
11613440	Dar Mhamed	dar-mhamed	MA		0	Africa/Casablanca	33.14627	-6.86471				05	311		
11613441	Dar Khlifa Dermoumi	dar-khlifa-dermoumi	MA		0	Africa/Casablanca	33.14825	-6.85471				05	311		
11613443	Oulad Bou ’Mer	oulad-bou-mer	MA		0	Africa/Casablanca	33.17498	-6.91346				06	461		
11613446	Skhour Al Lham	skhour-al-lham	MA		0	Africa/Casablanca	33.13768	-6.85051				05	311		
11613451	Hmimida	hmimida	MA		0	Africa/Casablanca	33.1296	-6.87722				05	311		
11613461	Oulad L’abed	oulad-l-abed	MA		0	Africa/Casablanca	33.10814	-6.91608				06	461		
11613467	Oula Bou ’Aycha	oula-bou-aycha	MA		0	Africa/Casablanca	33.07627	-6.83658				05	311		
11613475	Bridi	bridi	MA		0	Africa/Casablanca	33.0834	-6.87267				05	311		
11613477	Hyatra	hyatra	MA		0	Africa/Casablanca	33.05309	-6.80602				05	311		
11613478	Oulad Abdallah	oulad-abdallah	MA		0	Africa/Casablanca	33.04881	-6.80405				05	311		
11613479	Dar Charqawi	dar-charqawi	MA		0	Africa/Casablanca	33.09994	-6.79298				05	311		
11613481	Oulad Bou’azza	oulad-bou-azza	MA		0	Africa/Casablanca	33.10156	-6.81293				05	311		
11613482	Lhajra Lbarka	lhajra-lbarka	MA		0	Africa/Casablanca	33.08549	-6.79457				05	311		
11613484	Rwameche	rwameche	MA		0	Africa/Casablanca	33.09135	-6.79156				05	311		
11613486	Dar Haj Ahmed	dar-haj-ahmed	MA		0	Africa/Casablanca	33.21724	-6.80594				05	311		
11613490	Dar Mbarek Bouari	dar-mbarek-bouari	MA		0	Africa/Casablanca	33.23324	-6.78759				04	291		
11613491	Oulad Ghtis	oulad-ghtis	MA		0	Africa/Casablanca	33.20717	-6.80537				05	311		
11613492	Dar Haj Mohommed El Madkori	dar-haj-mohommed-el-madkori	MA		0	Africa/Casablanca	33.2017	-6.80797				05	311		
11613496	Ben Chabou	ben-chabou	MA		0	Africa/Casablanca	33.19437	-6.83529				05	311		
11613497	Oulad Ftouh	oulad-ftouh	MA		0	Africa/Casablanca	33.19548	-6.78362				05	311		
11613498	Dar Haj Mohammed Ma’ti	dar-haj-mohammed-ma-ti	MA		0	Africa/Casablanca	33.18509	-6.78691				05	311		
11613504	Mtel’at Chemch	mtel-at-chemch	MA		0	Africa/Casablanca	33.17426	-6.75603				05	311		
11613510	Dar ’Alwani	dar-alwani	MA		0	Africa/Casablanca	33.157	-6.82986				05	311		
11613512	Souq Tlata Gnadiz	souq-tlata-gnadiz	MA		0	Africa/Casablanca	33.16316	-6.83538				05	311		
11613515	Oulad ’Ali	oulad-ali	MA		0	Africa/Casablanca	33.14958	-6.831				05	311		
11613516	Douar Brakta	douar-brakta	MA		0	Africa/Casablanca	33.15022	-6.79911				05	311		
11613520	Arf Al Fellous	arf-al-fellous	MA		0	Africa/Casablanca	33.1494	-6.76337				05	311		
11613523	Douar Dghaghia	douar-dghaghia	MA		0	Africa/Casablanca	33.13937	-6.77804				05	311		
11613524	Dar Ali Ben Ahmed	dar-ali-ben-ahmed	MA		0	Africa/Casablanca	33.13564	-6.8266				05	311		
11613528	Dar Salek Bou Mohamed	dar-salek-bou-mohamed	MA		0	Africa/Casablanca	33.13132	-6.79714				05	311		
11613532	Douar Tabba	douar-tabba	MA		0	Africa/Casablanca	33.11472	-6.76513				05	311		
11613535	Oulad Berriche	oulad-berriche	MA		0	Africa/Casablanca	33.06722	-6.77574				05	311		
11613537	Laqwant	laqwant	MA		0	Africa/Casablanca	33.05166	-6.76594				05	311		
11613538	Dra’a	dra-a	MA		0	Africa/Casablanca	33.0492	-6.77251				05	311		
11613541	Al Foqra	al-foqra	MA		0	Africa/Casablanca	33.03764	-6.88554				05	311		
11613542	Sidi Takhma	sidi-takhma	MA		0	Africa/Casablanca	33.03326	-6.89108				05	311		
11613544	Nghamcha	nghamcha	MA		0	Africa/Casablanca	33.03798	-6.90941				05	311		
11613551	Jdiyat	jdiyat	MA		0	Africa/Casablanca	33.03199	-6.83349				05	311		
11613553	Oulad Meknassi	oulad-meknassi	MA		0	Africa/Casablanca	33.00624	-6.86739				05	311		
11613554	Nghamcha	nghamcha	MA		0	Africa/Casablanca	33.00482	-6.8549				05	311		
11613555	Oulad Zghida	oulad-zghida	MA		0	Africa/Casablanca	33.00248	-6.83566				05	311		
11613559	La’lalcna	la-lalcna	MA		0	Africa/Casablanca	33.02508	-6.81456				05	311		
11613564	Dzaliyine	dzaliyine	MA		0	Africa/Casablanca	33.02035	-6.80019				05	311		
11613565	Ayt Abdeslam	ayt-abdeslam	MA		0	Africa/Casablanca	33.00635	-6.75238				05	311		
11613568	Qaçbat Moulay ’Abdla’ziz	qacbat-moulay-abdla-ziz	MA		0	Africa/Casablanca	33.00318	-6.75903				05	311		
11613573	Oulad Chayb	oulad-chayb	MA		0	Africa/Casablanca	33.17007	-6.94975				06	461		
11613581	Oulad Al Haj Qadoour	oulad-al-haj-qadoour	MA		0	Africa/Casablanca	33.06463	-6.79328				05	311		
11613582	Dchar	dchar	MA		0	Africa/Casablanca	33.03817	-6.99541				06	461		
11613589	Douar ’Atamna	douar-atamna	MA		0	Africa/Casablanca	33.19751	-6.68576				05	311		
11613590	Dar Al Haj Ben’ameur	dar-al-haj-ben-ameur	MA		0	Africa/Casablanca	33.19091	-6.69563				05	311		
11613593	Douar Dghaghia	douar-dghaghia	MA		0	Africa/Casablanca	33.16497	-6.71049				05	311		
11613604	Oulad Mhid	oulad-mhid	MA		0	Africa/Casablanca	33.10559	-6.66653				05	311		
11613605	Oulad Jilali	oulad-jilali	MA		0	Africa/Casablanca	33.08659	-6.73522				05	311		
11613608	Douar Al Caid Ad Dawi	douar-al-caid-ad-dawi	MA		0	Africa/Casablanca	33.0842	-6.70815				05	311		
11613612	Oulad ’Attou	oulad-attou	MA		0	Africa/Casablanca	33.05861	-6.71406				05	311		
11613613	Dar Cheikh Hammadi	dar-cheikh-hammadi	MA		0	Africa/Casablanca	33.04155	-6.72657				05	311		
11613615	Oulad Salah Ben ’Ali	oulad-salah-ben-ali	MA		0	Africa/Casablanca	33.04408	-6.70776				05	311		
11613616	Oulad Bouya Hammou	oulad-bouya-hammou	MA		0	Africa/Casablanca	33.03499	-6.70375				05	311		
11613618	Oulad Hajaje	oulad-hajaje	MA		0	Africa/Casablanca	33.01655	-6.73715				05	311		
11613621	Aït Al Ghazwani	ait-al-ghazwani	MA		0	Africa/Casablanca	33.02022	-6.68406				05	311		
11613623	Oulad Rabha	oulad-rabha	MA		0	Africa/Casablanca	33.00853	-6.69226				05	311		
11613626	Dar Cheikh Mohamed	dar-cheikh-mohamed	MA		0	Africa/Casablanca	33.22857	-6.60724				04	291		
11613629	Dar ’Allal Ben Al Haj Mohamed	dar-allal-ben-al-haj-mohamed	MA		0	Africa/Casablanca	33.20662	-6.65693				05	311		
11613634	Ain Bou Deblige	ain-bou-deblige	MA		0	Africa/Casablanca	33.1755	-6.60673				05	311		
11613641	Oulad Sidi Med Ben ’Aïssa	oulad-sidi-med-ben-aissa	MA		0	Africa/Casablanca	33.07835	-6.65407				05	311		
11613645	Aït Cherki	ait-cherki	MA		0	Africa/Casablanca	33.06044	-6.63544				05	311		
11613646	Oulad As Sahal	oulad-as-sahal	MA		0	Africa/Casablanca	33.05616	-6.63488				05	311		
11613650	Ourarka	ourarka	MA		0	Africa/Casablanca	33.04976	-6.63548				05	311		
11613651	Fedala	fedala	MA		0	Africa/Casablanca	33.03755	-6.63833				05	311		
11613652	Znaznia	znaznia	MA		0	Africa/Casablanca	33.04	-6.64598				05	311		
11613655	Oulad Gheddach	oulad-gheddach	MA		0	Africa/Casablanca	33.02024	-6.60757				05	311		
11613659	Oulad Haddou	oulad-haddou	MA		0	Africa/Casablanca	33.0086	-6.58652				05	311		
11613661	Bir Dfeif	bir-dfeif	MA		0	Africa/Casablanca	33.00149	-6.58373				05	311		
11613662	Dar Al Haj Muhamed Barek	dar-al-haj-muhamed-barek	MA		0	Africa/Casablanca	33.0127	-6.56869				05	311		
11613664	Aït Abbou	ait-abbou	MA		0	Africa/Casablanca	33.2294	-6.56848				04	291		
11613665	Mon Fre	mon-fre	MA		0	Africa/Casablanca	33.22984	-6.51782				04	291		
11613667	Ad Drwa	ad-drwa	MA		0	Africa/Casablanca	33.21206	-6.50975				04	291		
11613669	Rawdate Ar Ghawra	rawdate-ar-ghawra	MA		0	Africa/Casablanca	33.19827	-6.53448				04	291		
11613671	Ach Chourafa Al Mohamed Barkyine	ach-chourafa-al-mohamed-barkyine	MA		0	Africa/Casablanca	33.18491	-6.55651				04	291		
11613685	Oulad Salah	oulad-salah	MA		0	Africa/Casablanca	33.06271	-6.50737				05	311		
11613687	Ouald Zayd	ouald-zayd	MA		0	Africa/Casablanca	33.05238	-6.50486				05	311		
11613689	Dar Al Kebir Ben L’arbi	dar-al-kebir-ben-l-arbi	MA		0	Africa/Casablanca	33.05084	-6.53925				05	311		
11613691	Oulad-Tamra	oulad-tamra	MA		0	Africa/Casablanca	33.04069	-6.55779				05	311		
11613693	Diour Al Goutti	diour-al-goutti	MA		0	Africa/Casablanca	33.03974	-6.56292				05	311		
11613701	Ait ’Abderrahmane	ait-abderrahmane	MA		0	Africa/Casablanca	33.00329	-6.50657				05	311		
11613703	Aït Lamfaddel	ait-lamfaddel	MA		0	Africa/Casablanca	33.00628	-6.55505				05	311		
11613706	Dar Al Haj Bouchta	dar-al-haj-bouchta	MA		0	Africa/Casablanca	33.1287	-6.72085				05	311		
11613712	Zekara	zekara	MA		0	Africa/Casablanca	33.10001	-6.61292				05	311		
11613714	Ait Cherki	ait-cherki	MA		0	Africa/Casablanca	33.08367	-6.61828				05	311		
11613729	Dar Al Haj M- Hammed	dar-al-haj-m-hammed	MA		0	Africa/Casablanca	33.24322	-6.52213				04	291		
11613734	Ait Salah	ait-salah	MA		0	Africa/Casablanca	33.04881	-6.59045				05	311		
11613746	Bou Lakraker	bou-lakraker	MA		0	Africa/Casablanca	33.17348	-6.02724				05	301		
11613749	Tarrayene	tarrayene	MA		0	Africa/Casablanca	33.20558	-6.15924				05	301		
11613759	Ayt ’Abderrahmane	ayt-abderrahmane	MA		0	Africa/Casablanca	33.19574	-6.44935				05	311		
11613765	Rwiss El Milss	rwiss-el-milss	MA		0	Africa/Casablanca	33.17322	-6.43476				05	311		
11613775	Douar Ayt Mhamed	douar-ayt-mhamed	MA		0	Africa/Casablanca	33.12812	-6.41647				05	311		
11613783	Al Mqardab	al-mqardab	MA		0	Africa/Casablanca	33.07519	-6.45316				05	311		
11613786	La’roussa	la-roussa	MA		0	Africa/Casablanca	33.06248	-6.47121				05	311		
11613792	Dar Ech Charab	dar-ech-charab	MA		0	Africa/Casablanca	33.04582	-6.45855				05	311		
11613793	Lamzara	lamzara	MA		0	Africa/Casablanca	33.0467	-6.44843				05	311		
11613795	Sidi Mdahhar Rassou	sidi-mdahhar-rassou	MA		0	Africa/Casablanca	33.05131	-6.42119				05	311		
11613796	Khnig Labraq	khnig-labraq	MA		0	Africa/Casablanca	33.03417	-6.48074				05	311		
11613797	Es Sdira	es-sdira	MA		0	Africa/Casablanca	33.03953	-6.41135				05	311		
11613802	Iija	iija	MA		0	Africa/Casablanca	33.0244	-6.47539				05	311		
11613807	Douar Tchayche	douar-tchayche	MA		0	Africa/Casablanca	33.00689	-6.44334				05	311		
11613810	Jmiyya	jmiyya	MA		0	Africa/Casablanca	33.00522	-6.48672				05	311		
11613815	Ez-zwibiya	ez-zwibiya	MA		0	Africa/Casablanca	33.03838	-6.39152				05	311		
11613816	Douar Oulad Mancour	douar-oulad-mancour	MA		0	Africa/Casablanca	33.00941	-6.40224				05	311		
11613817	Es Sedra Lamhara	es-sedra-lamhara	MA		0	Africa/Casablanca	33.00274	-6.39235				05	311		
11613818	Qbar Mazwar	qbar-mazwar	MA		0	Africa/Casablanca	33.05096	-6.39908				05	311		
11613821	Douar Oulad ’Abdellah	douar-oulad-abdellah	MA		0	Africa/Casablanca	33.0605	-6.38771				05	311		
11613822	Rawdat Oulad Ahmed	rawdat-oulad-ahmed	MA		0	Africa/Casablanca	33.0579	-6.35422				05	311		
11613829	Blad Al Hajra	blad-al-hajra	MA		0	Africa/Casablanca	33.07576	-6.31967				05	311		
11613831	Sadrat Ould Dahmanya	sadrat-ould-dahmanya	MA		0	Africa/Casablanca	33.08605	-6.35281				05	311		
11613832	Douar Zkakma	douar-zkakma	MA		0	Africa/Casablanca	33.09157	-6.34522				05	311		
11613834	Douar La’badna	douar-la-badna	MA		0	Africa/Casablanca	33.07821	-6.37549				05	311		
11613840	Labtom	labtom	MA		0	Africa/Casablanca	33.06496	-6.31575				05	311		
11613841	Lawtti	lawtti	MA		0	Africa/Casablanca	33.05939	-6.31				05	311		
11613854	Douar Lakradda	douar-lakradda	MA		0	Africa/Casablanca	33.11031	-6.34363				05	311		
11613870	Ajiwn Ouharta	ajiwn-ouharta	MA		0	Africa/Casablanca	33.22048	-6.33641				05	301		
11613875	Ayt Rahho	ayt-rahho	MA		0	Africa/Casablanca	33.21753	-6.25801				05	301		
11613879	Hartaf	hartaf	MA		0	Africa/Casablanca	33.23244	-6.32046				05	301		
11613913	Douar Sidi Tlig	douar-sidi-tlig	MA		0	Africa/Casablanca	33.0985	-6.43268				05	311		
11613916	Douar Gnawa	douar-gnawa	MA		0	Africa/Casablanca	33.04405	-6.41078				05	311		
11613920	’Abderrahmane	abderrahmane	MA		0	Africa/Casablanca	33.04275	-6.29512				05	311		
11613929	Zriba	zriba	MA		0	Africa/Casablanca	33.0136	-6.28143				05	311		
11613962	Rgab	rgab	MA		0	Africa/Casablanca	33.49717	-6.48271				04	291		
11613988	Ghibat al Oued	ghibat-al-oued	MA		0	Africa/Casablanca	33.22592	-6.1919				05	301		
11614001	Lagnaouiyine	lagnaouiyine	MA		0	Africa/Casablanca	33.23683	-6.19104				05	301		
11614007	Aït Ali Yahia	ait-ali-yahia	MA		0	Africa/Casablanca	33.18987	-6.21983				05	301		
11614017	Boutafrast	boutafrast	MA		0	Africa/Casablanca	33.15384	-6.17993				05	301		
11614023	Bouziane	bouziane	MA		0	Africa/Casablanca	33.13082	-6.16238				05	301		
11614030	Aït Al Mfadel	ait-al-mfadel	MA		0	Africa/Casablanca	33.08928	-6.2206				05	301		
11614062	Boutazeghet	boutazeghet	MA		0	Africa/Casablanca	33.02065	-6.06358				05	301		
11614096	La’ghzaouna	la-ghzaouna	MA		0	Africa/Casablanca	33.12546	-6.11543				05	301		
11614109	Oualjet ’Aqqa	oualjet-aqqa	MA		0	Africa/Casablanca	33.17589	-6.15474				05	301		
11614121	Aït Faska	ait-faska	MA		0	Africa/Casablanca	33.23787	-6.09403				05	301		
11614124	Boudrek	boudrek	MA		0	Africa/Casablanca	33.24022	-6.09905				05	301		
11614132	Mhajiba	mhajiba	MA		0	Africa/Casablanca	33.22702	-6.01231				05	301		
11614149	Aït Hami	ait-hami	MA		0	Africa/Casablanca	33.17157	-6.03019				05	301		
11614154	Douiyat	douiyat	MA		0	Africa/Casablanca	33.19356	-6.00913				05	301		
11614155	Tamasrit	tamasrit	MA		0	Africa/Casablanca	33.14927	-6.02889				05	301		
11614157	Souq al Had Dial Bouhsoussene	souq-al-had-dial-bouhsoussene	MA		0	Africa/Casablanca	33.14886	-6.07889				05	301		
11614158	Aït Moussa	ait-moussa	MA		0	Africa/Casablanca	33.14379	-6.03529				05	301		
11614162	Afoud Aouragh	afoud-aouragh	MA		0	Africa/Casablanca	33.12638	-6.01946				05	301		
11614193	Al Qal’at Bab Tnia	al-qal-at-bab-tnia	MA		0	Africa/Casablanca	33.11925	-6.12459				05	301		
11614201	Sidi Mhammed Ben Mbarek	sidi-mhammed-ben-mbarek	MA		0	Africa/Casablanca	33.11596	-6.12631				05	301		
11614210	Fokrat Oulad Ben Damou	fokrat-oulad-ben-damou	MA		0	Africa/Casablanca	33.4457	-6.46492				04	291		
11614220	Ayt ’Issa	ayt-issa	MA		0	Africa/Casablanca	33.41609	-6.48506				04	291		
11614232	Al Haddada	al-haddada	MA		0	Africa/Casablanca	33.36618	-6.48983				04	291		
11614235	Jebbouja	jebbouja	MA		0	Africa/Casablanca	33.33847	-6.47577				04	291		
11614239	Dar Ech-chamli	dar-ech-chamli	MA		0	Africa/Casablanca	33.32542	-6.48099				04	291		
11614243	Ayt Qaddour	ayt-qaddour	MA		0	Africa/Casablanca	33.32732	-6.46234				04	291		
11614248	Lagtatcha	lagtatcha	MA		0	Africa/Casablanca	33.30301	-6.46973				04	291		
11614249	At-Tobba	at-tobba	MA		0	Africa/Casablanca	33.29834	-6.49145				04	291		
11614256	Loukriziyyat	loukriziyyat	MA		0	Africa/Casablanca	33.28722	-6.46542				04	291		
11614266	Rcayna	rcayna	MA		0	Africa/Casablanca	33.26673	-6.47811				04	291		
11614279	Ayt L’aydi	ayt-l-aydi	MA		0	Africa/Casablanca	33.35518	-6.34628				05	301		
11614305	Ayt Mançour	ayt-mancour	MA		0	Africa/Casablanca	33.40671	-6.31218				05	301		
11614315	Dar L’azizi Lahssan	dar-l-azizi-lahssan	MA		0	Africa/Casablanca	33.38148	-6.27186				05	301		
11614320	Ayt ’Alla Ikkou	ayt-alla-ikkou	MA		0	Africa/Casablanca	33.37964	-6.33219				05	301		
11614322	Ayt ’Azzouz	ayt-azzouz	MA		0	Africa/Casablanca	33.3546	-6.3174				05	301		
11614334	Dar Al Haj Bou’azza	dar-al-haj-bou-azza	MA		0	Africa/Casablanca	33.32814	-6.2783				05	301		
11614335	Ayt Issa Ou ’Ali	ayt-issa-ou-ali	MA		0	Africa/Casablanca	33.31972	-6.31868				05	301		
11614336	Khing Arrayhane	khing-arrayhane	MA		0	Africa/Casablanca	33.31764	-6.32475				05	301		
11614337	Galbou At-Tawr	galbou-at-tawr	MA		0	Africa/Casablanca	33.31184	-6.33172				05	301		
11614339	Dar Ech-Cheikh Lbadadawi	dar-ech-cheikh-lbadadawi	MA		0	Africa/Casablanca	33.30634	-6.28418				05	301		
11614349	Dar Al Haj Ech Cherif	dar-al-haj-ech-cherif	MA		0	Africa/Casablanca	33.27569	-6.31252				05	301		
11614357	Ayt Ahmed Ou Rahhou	ayt-ahmed-ou-rahhou	MA		0	Africa/Casablanca	33.26943	-6.30813				05	301		
11614361	An-Nawra	an-nawra	MA		0	Africa/Casablanca	33.26422	-6.2907				05	301		
11614364	Ayt Rahhou Yahya	ayt-rahhou-yahya	MA		0	Africa/Casablanca	33.25518	-6.34692				05	301		
11614370	Dar L’azzouzi Saleh	dar-l-azzouzi-saleh	MA		0	Africa/Casablanca	33.31972	-6.29295				05	301		
11614371	Dar Karim Saleh	dar-karim-saleh	MA		0	Africa/Casablanca	33.32262	-6.29259				05	301		
11614372	Ayt Mançour	ayt-mancour	MA		0	Africa/Casablanca	33.33811	-6.33817				05	301		
11614374	Dar Ikkou ’Achour	dar-ikkou-achour	MA		0	Africa/Casablanca	33.34892	-6.26435				05	301		
11614382	Dar Lhaj Slimani	dar-lhaj-slimani	MA		0	Africa/Casablanca	33.41484	-6.49301				04	291		
11614384	Ayt EchCharqi	ayt-echcharqi	MA		0	Africa/Casablanca	33.27607	-6.45938				04	291		
11614391	Mon.Fred’idikel	mon-fred-idikel	MA		0	Africa/Casablanca	32.47799	-5.45979				05	301		
11614396	Aït Rb’a	ait-rb-a	MA		0	Africa/Casablanca	32.47969	-5.99454				05	091		
11614400	Aït Dawd	ait-dawd	MA		0	Africa/Casablanca	32.48026	-5.9626				05	091		
11614401	Aït Ou ’Attou	ait-ou-attou	MA		0	Africa/Casablanca	32.46101	-5.98265				05	091		
11614402	Tarchaddach	tarchaddach	MA		0	Africa/Casablanca	32.33359	-5.92193				05	081		
11614403	Idis	idis	MA		0	Africa/Casablanca	32.34182	-5.89845				05	091		
11614405	Tourtit	tourtit	MA		0	Africa/Casablanca	32.44093	-5.98855				05	091		
11614410	Talamsawt	talamsawt	MA		0	Africa/Casablanca	32.41539	-5.97763				05	091		
11614411	Talgout	talgout	MA		0	Africa/Casablanca	32.41663	-5.96746				05	091		
11614414	Tigharmine-n-Aït Ribane	tigharmine-n-ait-ribane	MA		0	Africa/Casablanca	32.41606	-5.94325				05	091		
11614425	Ikhlaf -n-ou Benaçar	ikhlaf-n-ou-benacar	MA		0	Africa/Casablanca	32.37345	-5.89351				05	091		
11614432	Tasalbalbat	tasalbalbat	MA		0	Africa/Casablanca	32.46506	-5.90609				05	091		
11614433	Aït Hssine	ait-hssine	MA		0	Africa/Casablanca	32.46142	-5.91236				05	091		
11614435	Aït ’Azzou	ait-azzou	MA		0	Africa/Casablanca	32.46822	-5.90919				05	091		
11614439	Aït Himmiy	ait-himmiy	MA		0	Africa/Casablanca	32.49301	-5.86898				05	091		
11614442	Aït Waya	ait-waya	MA		0	Africa/Casablanca	32.47917	-5.87926				05	091		
11614444	Mouwajjiwane	mouwajjiwane	MA		0	Africa/Casablanca	32.4174	-5.83334				05	091		
11614448	Bou Izam	bou-izam	MA		0	Africa/Casablanca	32.3795	-5.86368				05	091		
11614451	Takharkhadat	takharkhadat	MA		0	Africa/Casablanca	32.34205	-5.80862				05	091		
11614461	Bou Igazdim	bou-igazdim	MA		0	Africa/Casablanca	32.27989	-5.83119				05	091		
11614464	Tioughza -n- Aït Ou ’Aqqa	tioughza-n-ait-ou-aqqa	MA		0	Africa/Casablanca	32.25703	-5.81067				05	091		
11614465	Broutane	broutane	MA		0	Africa/Casablanca	32.26269	-5.79603				05	091		
11614474	Boutitch	boutitch	MA		0	Africa/Casablanca	32.34387	-5.76072				05	091		
11614476	Tawqarrit	tawqarrit	MA		0	Africa/Casablanca	32.35911	-5.80751				05	091		
11614485	Amougar	amougar	MA		0	Africa/Casablanca	32.43986	-5.77085				05	091		
11614487	Aït Ou ’Adouch	ait-ou-adouch	MA		0	Africa/Casablanca	32.4546	-5.80366				05	091		
11614507	Tigdrine-n-Moha ou Bassou	tigdrine-n-moha-ou-bassou	MA		0	Africa/Casablanca	32.49383	-5.70425				05	091		
11614513	Ighrem-n-Wants	ighrem-n-wants	MA		0	Africa/Casablanca	32.4519	-5.69938				05	091		
11614516	Moha Ou Bakhniy	moha-ou-bakhniy	MA		0	Africa/Casablanca	32.426	-5.69781				05	091		
11614517	Haddou Oussou	haddou-oussou	MA		0	Africa/Casablanca	32.44415	-5.69987				05	091		
11614534	Afoud-n-Taswit	afoud-n-taswit	MA		0	Africa/Casablanca	32.27756	-5.65642				05	091		
11614536	Igherem-n-Ijarhane	igherem-n-ijarhane	MA		0	Africa/Casablanca	32.29356	-5.65681				05	091		
11614549	Tsalgha	tsalgha	MA		0	Africa/Casablanca	32.39673	-5.64037				05	091		
11614560	Tissoudal	tissoudal	MA		0	Africa/Casablanca	32.46327	-5.66539				05	091		
11614564	Tistiy	tistiy	MA		0	Africa/Casablanca	32.45815	-5.64668				05	091		
11614580	Labrwane	labrwane	MA		0	Africa/Casablanca	32.46382	-5.58342				05	091		
11614582	Taraqqast	taraqqast	MA		0	Africa/Casablanca	32.463	-5.611				05	091		
11614614	Bou Ibarridane	bou-ibarridane	MA		0	Africa/Casablanca	32.38648	-5.52911				05	091		
11614627	Taddart-n-Ou’tiris	taddart-n-ou-tiris	MA		0	Africa/Casablanca	32.4735	-5.55855				05	091		
11614628	Tigdrine-n-Aït Hmama	tigdrine-n-ait-hmama	MA		0	Africa/Casablanca	32.48119	-5.57692				05	091		
11614630	Ighrem-n-Haddou-ou ’Aqqa	ighrem-n-haddou-ou-aqqa	MA		0	Africa/Casablanca	32.49727	-5.56769				05	301		
11614632	Tigdrine-n-Aït Hniniy	tigdrine-n-ait-hniniy	MA		0	Africa/Casablanca	32.47262	-5.51796				05	301		
11614643	Ihlir	ihlir	MA		0	Africa/Casablanca	32.49795	-5.55653				05	301		
11614651	Timougrine	timougrine	MA		0	Africa/Casablanca	32.4279	-5.48367				08	363		
11614687	Tamrrout	tamrrout	MA		0	Africa/Casablanca	32.29654	-5.35171				08	363		
11614691	Tidwa	tidwa	MA		0	Africa/Casablanca	32.36607	-5.27755				08	363		
11646836	Tarda	tarda	MA		0	Africa/Casablanca	32.60704	-5.95824				05	091		
11646843	Amagour	amagour	MA		0	Africa/Casablanca	32.50077	-5.89173				05	091		
11646848	Ajjiwn	ajjiwn	MA		0	Africa/Casablanca	32.6315	-5.93661				05	091		
11646852	Lahri	lahri	MA		0	Africa/Casablanca	32.68115	-5.91692				05	091		
11646854	Labhar	labhar	MA		0	Africa/Casablanca	32.71324	-5.91179				05	091		
11646855	Bouyafraoun	bouyafraoun	MA		0	Africa/Casablanca	32.73058	-5.91623				05	091		
11646857	Ghirane-n-Has	ghirane-n-has	MA		0	Africa/Casablanca	32.73713	-5.93437				05	091		
11646858	Iqal’ine-n-Mimd	iqal-ine-n-mimd	MA		0	Africa/Casablanca	32.7409	-5.91322				05	091		
11646861	Aït Al Houdi	ait-al-houdi	MA		0	Africa/Casablanca	32.68844	-5.86013				05	091		
11646862	Aït Ourhi	ait-ourhi	MA		0	Africa/Casablanca	32.68334	-5.87504				05	091		
11646864	Aït Boumlal	ait-boumlal	MA		0	Africa/Casablanca	32.68613	-5.85181				05	091		
11646865	Ammar Ben Haddou	ammar-ben-haddou	MA		0	Africa/Casablanca	32.67347	-5.86242				05	091		
11646866	Aït Hadi	ait-hadi	MA		0	Africa/Casablanca	32.66676	-5.86684				05	091		
11646867	Idamrane	idamrane	MA		0	Africa/Casablanca	32.66252	-5.88021				05	091		
11646868	Tawrirt	tawrirt	MA		0	Africa/Casablanca	32.66754	-5.85326				05	091		
11646869	Tibihit	tibihit	MA		0	Africa/Casablanca	32.65885	-5.8886				05	091		
11646871	Assoul	assoul	MA		0	Africa/Casablanca	32.65983	-5.8744				05	091		
11646892	Aït Mouch	ait-mouch	MA		0	Africa/Casablanca	32.50922	-5.83693				05	091		
11646893	Tizi-n-’Ammou	tizi-n-ammou	MA		0	Africa/Casablanca	32.50123	-5.80056				05	091		
11646898	Wanmroud	wanmroud	MA		0	Africa/Casablanca	32.56144	-5.7934				05	091		
11646916	Jbel Tinzal	jbel-tinzal	MA		0	Africa/Casablanca	32.67291	-5.81821				05	301		
11646919	Tighboula	tighboula	MA		0	Africa/Casablanca	32.6849	-5.82022				05	301		
11646922	Aït et Taleb	ait-et-taleb	MA		0	Africa/Casablanca	32.69315	-5.82212				05	301		
11646923	Aït Ben Cghir	ait-ben-cghir	MA		0	Africa/Casablanca	32.69604	-5.84314				05	301		
11646925	Aït ed Dahmoun Ou-’Ali	ait-ed-dahmoun-ou-ali	MA		0	Africa/Casablanca	32.71237	-5.83562				05	301		
11646926	Izarwal	izarwal	MA		0	Africa/Casablanca	32.73475	-5.79569				05	301		
11646927	Aït Bouhirra	ait-bouhirra	MA		0	Africa/Casablanca	32.73941	-5.74986				05	301		
11646929	Tissi-n-Tzamourt	tissi-n-tzamourt	MA		0	Africa/Casablanca	32.72675	-5.78237				05	301		
11646931	Sidi Sa’id	sidi-sa-id	MA		0	Africa/Casablanca	32.72555	-5.75111		Sidi Sa'id,Sidi Said,Sidi Saïd,Sidi Sa’id		05	301		
11646933	Bouyssali	bouyssali	MA		0	Africa/Casablanca	32.71209	-5.76307				05	301		
11646938	Bouchane	bouchane	MA		0	Africa/Casablanca	32.60646	-5.75976				05	091		
11646939	Bounsir	bounsir	MA		0	Africa/Casablanca	32.59079	-5.77666				05	091		
11646941	Bou Adagliwane	bou-adagliwane	MA		0	Africa/Casablanca	32.51686	-5.75799				05	091		
11646945	Amadghous	amadghous	MA		0	Africa/Casablanca	32.66868	-5.72341				05	301		
11646952	Tit-n-Saqqa	tit-n-saqqa	MA		0	Africa/Casablanca	32.6649	-5.64046				05	301		
11646955	Aït ’Abi	ait-abi	MA		0	Africa/Casablanca	32.70552	-5.72104				05	301		
11646957	Tiguert	tiguert	MA		0	Africa/Casablanca	32.69312	-5.73513				05	301		
11646964	Al Maghzene	al-maghzene	MA		0	Africa/Casablanca	32.64796	-5.72303				05	301		
11646968	Assammar Boutroukh	assammar-boutroukh	MA		0	Africa/Casablanca	32.58922	-5.699				05	091		
11646972	Admar-n-Oumzil	admar-n-oumzil	MA		0	Africa/Casablanca	32.50818	-5.74354				05	091		
11646974	Aït Bou	ait-bou	MA		0	Africa/Casablanca	32.50923	-5.65656				05	091		
11646980	Tacharchmout	tacharchmout	MA		0	Africa/Casablanca	32.67176	-5.67408				05	301		
11646985	Bouqallaline	bouqallaline	MA		0	Africa/Casablanca	32.721	-5.66431				05	301		
11646987	Idlarrayene	idlarrayene	MA		0	Africa/Casablanca	32.72709	-5.65348				05	301		
11646990	Tinetghaliyyine	tinetghaliyyine	MA		0	Africa/Casablanca	32.7385	-5.59821				05	301		
11646995	Tijinourar	tijinourar	MA		0	Africa/Casablanca	32.6681	-5.61763				05	301		
11647002	Afrwine	afrwine	MA		0	Africa/Casablanca	32.5403	-5.63014				05	091		
11647014	Aït Mhand Ou-ya’qoub	ait-mhand-ou-ya-qoub	MA		0	Africa/Casablanca	32.72986	-5.56708				05	301		
11647017	Tissacharine	tissacharine	MA		0	Africa/Casablanca	32.7378	-5.54102				05	301		
11647019	Issyoud	issyoud	MA		0	Africa/Casablanca	32.74397	-5.50637				05	301		
11647022	Aghbalou Aït Jem’a	aghbalou-ait-jem-a	MA		0	Africa/Casablanca	32.71058	-5.52374				05	301		
11647024	Boutichchit	boutichchit	MA		0	Africa/Casablanca	32.70298	-5.51216				05	301		
11647031	Taounza	taounza	MA		0	Africa/Casablanca	32.58862	-5.54422				05	301		
11647033	Boumidar	boumidar	MA		0	Africa/Casablanca	32.57993	-5.50433				05	301		
11647036	Aït ’Aïn Hachlaf	ait-ain-hachlaf	MA		0	Africa/Casablanca	32.52333	-5.52974				05	301		
11647040	Matjal	matjal	MA		0	Africa/Casablanca	32.54725	-5.54435				05	301		
11647042	El Hotri	el-hotri	MA		0	Africa/Casablanca	32.74541	-5.54109				05	301		
11647046	Ayt Bou’addi	ayt-bou-addi	MA		0	Africa/Casablanca	32.74218	-5.49694				05	301		
11647047	Ayt Mannane	ayt-mannane	MA		0	Africa/Casablanca	32.74564	-5.48705				05	301		
11647049	Douar Boulleft	douar-boulleft	MA		0	Africa/Casablanca	32.73947	-5.48718				05	301		
11647050	Miss Taybi	miss-taybi	MA		0	Africa/Casablanca	32.73568	-5.48224				05	301		
11647054	Douar Alssous	douar-alssous	MA		0	Africa/Casablanca	32.73669	-5.46418				05	301		
11647057	Bouwaghroum	bouwaghroum	MA		0	Africa/Casablanca	32.72812	-5.45726				05	301		
11647058	Douar Ammar	douar-ammar	MA		0	Africa/Casablanca	32.72221	-5.48224				05	301		
11647059	Douar Ahdit	douar-ahdit	MA		0	Africa/Casablanca	32.73478	-5.44478				05	301		
11647064	Douar Taghighayt	douar-taghighayt	MA		0	Africa/Casablanca	32.70344	-5.49355				05	301		
11647068	Ighrem Lahcen	ighrem-lahcen	MA		0	Africa/Casablanca	32.67396	-5.46935				05	301		
11647069	Ighrem Awoussar	ighrem-awoussar	MA		0	Africa/Casablanca	32.67599	-5.44752				05	301		
11647077	Aguelmane-n-Bou Tarrahla	aguelmane-n-bou-tarrahla	MA		0	Africa/Casablanca	32.6277	-5.47007				05	301		
11647078	Douar Amane Lahri	douar-amane-lahri	MA		0	Africa/Casablanca	32.63523	-5.44173				05	301		
11647082	Ayt Bouya’quob	ayt-bouya-quob	MA		0	Africa/Casablanca	32.6115	-5.49103				05	301		
11647084	Douar Taghzafet	douar-taghzafet	MA		0	Africa/Casablanca	32.61317	-5.4592				05	301		
11647092	Douar Bou’ari	douar-bou-ari	MA		0	Africa/Casablanca	32.54264	-5.47036				05	301		
11647093	Douar Ta’richt	douar-ta-richt	MA		0	Africa/Casablanca	32.55301	-5.43375				05	301		
11647099	Douar Abadghigh	douar-abadghigh	MA		0	Africa/Casablanca	32.51931	-5.49356				05	301		
11647105	Dar Ayt Ben Haddou	dar-ayt-ben-haddou	MA		0	Africa/Casablanca	32.53015	-5.39957				05	301		
11647109	Dar Hamd Amziyne	dar-hamd-amziyne	MA		0	Africa/Casablanca	32.54839	-5.39933				05	301		
11647113	Douar Ichqir	douar-ichqir	MA		0	Africa/Casablanca	32.56281	-5.4101				05	301		
11647118	Douar Bouldji	douar-bouldji	MA		0	Africa/Casablanca	32.63343	-5.41039				05	301		
11647120	Dar Yattou Haddou	dar-yattou-haddou	MA		0	Africa/Casablanca	32.6568	-5.42111				05	301		
11647124	Douar Aghbalou Ahallal	douar-aghbalou-ahallal	MA		0	Africa/Casablanca	32.698	-5.41962				05	301		
11647140	Douar Mizizft	douar-mizizft	MA		0	Africa/Casablanca	32.74674	-5.44368				05	301		
11647141	Douar Bouchermou	douar-bouchermou	MA		0	Africa/Casablanca	32.74438	-5.39721				05	301		
11647142	Ayt Atmane	ayt-atmane	MA		0	Africa/Casablanca	32.73799	-5.35371				05	301		
11647144	Ighram n-Tama	ighram-n-tama	MA		0	Africa/Casablanca	32.72364	-5.33746				05	301		
11647148	Douar Anouguerghadi	douar-anouguerghadi	MA		0	Africa/Casablanca	32.69007	-5.3696				05	301		
11647154	Ayt Hadda	ayt-hadda	MA		0	Africa/Casablanca	32.66481	-5.35678				05	301		
11647155	Commune Ayt Sa’alli	commune-ayt-sa-alli	MA		0	Africa/Casablanca	32.66491	-5.3676				05	301		
11647159	Ayt Bou’azza	ayt-bou-azza	MA		0	Africa/Casablanca	32.63366	-5.36358				05	301		
11647160	Ayt Mouha ou Brahim	ayt-mouha-ou-brahim	MA		0	Africa/Casablanca	32.6308	-5.37397				05	301		
11647162	Ayt Ouchrif	ayt-ouchrif	MA		0	Africa/Casablanca	32.61818	-5.34311				05	301		
11647164	Douar Icha n Barch	douar-icha-n-barch	MA		0	Africa/Casablanca	32.5953	-5.37888				05	301		
11647165	Ayt Boulmanme	ayt-boulmanme	MA		0	Africa/Casablanca	32.59141	-5.37737				05	301		
11647167	Dar Outalha ’Addi	dar-outalha-addi	MA		0	Africa/Casablanca	32.59208	-5.36684				05	301		
11647171	Hamli	hamli	MA		0	Africa/Casablanca	32.51625	-5.34152				08	363		
11647173	Tirezzit	tirezzit	MA		0	Africa/Casablanca	32.51089	-5.31218				08	363		
11647181	Dar Ba’atti	dar-ba-atti	MA		0	Africa/Casablanca	32.55117	-5.29953				08	363		
11647183	S’id ou Boulmane	s-id-ou-boulmane	MA		0	Africa/Casablanca	32.5637	-5.30324				08	363		
11647186	Hawzaoui Mouha Ou Driss	hawzaoui-mouha-ou-driss	MA		0	Africa/Casablanca	32.57691	-5.30628				08	363		
11647188	Douar Tanoute	douar-tanoute	MA		0	Africa/Casablanca	32.57133	-5.2741				08	363		
11647190	Douar Tamda	douar-tamda	MA		0	Africa/Casablanca	32.58234	-5.2943				08	363		
11647191	Dar S’id Ou Mouh	dar-s-id-ou-mouh	MA		0	Africa/Casablanca	32.58829	-5.29564				08	363		
11647193	Douar Ayt ’Alla	douar-ayt-alla	MA		0	Africa/Casablanca	32.59844	-5.33859				08	363		
11647194	Douar Tamda	douar-tamda	MA		0	Africa/Casablanca	32.59721	-5.29444				08	363		
11647197	Douar Tihilit	douar-tihilit	MA		0	Africa/Casablanca	32.60183	-5.33301				08	363		
11647198	Douar Ayt ’Addi	douar-ayt-addi	MA		0	Africa/Casablanca	32.60813	-5.32525				08	363		
11647200	Azibou Ben ’Aqqa	azibou-ben-aqqa	MA		0	Africa/Casablanca	32.62675	-5.30283				08	363		
11647202	Douar Ayt ’Amar	douar-ayt-amar	MA		0	Africa/Casablanca	32.63923	-5.26969				08	363		
11647205	Douar Ayt Ou’ziz	douar-ayt-ou-ziz	MA		0	Africa/Casablanca	32.67318	-5.29134				08	363		
11647206	Ayt Taleb	ayt-taleb	MA		0	Africa/Casablanca	32.67202	-5.31986				05	301		
11647207	’Ayn ’Aycha	ayn-aycha	MA		0	Africa/Casablanca	32.6765	-5.33328				05	301		
11647213	Douar Ayt Za’rour	douar-ayt-za-rour	MA		0	Africa/Casablanca	32.69594	-5.31264				08	363		
11647219	Douar Ist Sersi	douar-ist-sersi	MA		0	Africa/Casablanca	32.73517	-5.27008				08	363		
11647220	Douar Ayt Dawd ou ’Ali	douar-ayt-dawd-ou-ali	MA		0	Africa/Casablanca	32.74346	-5.26608				08	363		
11647226	Douar Al Breja	douar-al-breja	MA		0	Africa/Casablanca	32.6371	-5.26332				08	363		
11647233	Douar Aberrahal	douar-aberrahal	MA		0	Africa/Casablanca	32.68606	-5.31813				05	301		
11647235	Douar Zeqlane	douar-zeqlane	MA		0	Africa/Casablanca	32.64722	-5.26049				08	363		
11647236	Douar Tifratine	douar-tifratine	MA		0	Africa/Casablanca	32.56726	-5.4657				05	301		
11647237	Douar Tazakat	douar-tazakat	MA		0	Africa/Casablanca	32.62381	-5.28374				08	363		
11647238	Dar Ayt Ben ’Aqqa	dar-ayt-ben-aqqa	MA		0	Africa/Casablanca	32.62089	-5.29838				08	363		
11647241	Sidi Mohamed Lakbir	sidi-mohamed-lakbir	MA		0	Africa/Casablanca	32.74663	-5.23672				08	363		
11647242	Douar Ifezwi	douar-ifezwi	MA		0	Africa/Casablanca	32.74598	-5.2352				08	363		
11647243	Ayt Dawd ou ’Ali	ayt-dawd-ou-ali	MA		0	Africa/Casablanca	32.73923	-5.23739				08	363		
11647246	Tazrout	tazrout	MA		0	Africa/Casablanca	32.73774	-5.21199				08	363		
11647249	Douar Ayt Sid Ben Arab	douar-ayt-sid-ben-arab	MA		0	Africa/Casablanca	32.70742	-5.24758				08	363		
11647250	Tichout	tichout	MA		0	Africa/Casablanca	32.69377	-5.23483				08	363		
11647252	Ayt Boubker	ayt-boubker	MA		0	Africa/Casablanca	32.68484	-5.21887				08	363		
11647254	Douar Imzil	douar-imzil	MA		0	Africa/Casablanca	32.68709	-5.19865				08	363		
11647256	Douar Imirigh	douar-imirigh	MA		0	Africa/Casablanca	32.70206	-5.19547				08	363		
11647257	Ayt Dawd ou ’Ali	ayt-dawd-ou-ali	MA		0	Africa/Casablanca	32.70687	-5.19343				08	363		
11647259	Douar Mougueddid	douar-mougueddid	MA		0	Africa/Casablanca	32.68105	-5.2132				08	363		
11647263	Douar Aggab	douar-aggab	MA		0	Africa/Casablanca	32.65707	-5.23311				08	363		
11647266	Douar Labreja	douar-labreja	MA		0	Africa/Casablanca	32.64531	-5.24312				08	363		
11647268	Douar Lamrid	douar-lamrid	MA		0	Africa/Casablanca	32.63372	-5.19779				08	363		
11647275	Dar Fadili Ben Moulay Hfid	dar-fadili-ben-moulay-hfid	MA		0	Africa/Casablanca	32.59643	-5.23202				08	363		
11647284	Tadawt n-Ayt Bou’li	tadawt-n-ayt-bou-li	MA		0	Africa/Casablanca	32.55485	-5.22022				08	363		
11647285	Boudra’ n-Ayt Bou’li	boudra-n-ayt-bou-li	MA		0	Africa/Casablanca	32.55096	-5.22507				08	363		
11647287	Douar Ayt Bou’li	douar-ayt-bou-li	MA		0	Africa/Casablanca	32.54317	-5.22767				08	363		
11647290	Douar Taghoucht n Ayt Yahya	douar-taghoucht-n-ayt-yahya	MA		0	Africa/Casablanca	32.5331	-5.22989				08	363		
11647293	Douar Taghoucht	douar-taghoucht	MA		0	Africa/Casablanca	32.5201	-5.22861				08	363		
11647297	Douar Taghoucht	douar-taghoucht	MA		0	Africa/Casablanca	32.50797	-5.22526				08	363		
11647320	Douar Iderrassene	douar-iderrassene	MA		0	Africa/Casablanca	32.74471	-5.16749				08	363		
11647324	Ayt S’id ou Hssine	ayt-s-id-ou-hssine	MA		0	Africa/Casablanca	32.74207	-5.15158				08	363		
11647330	Tartate	tartate	MA		0	Africa/Casablanca	32.72681	-5.14638				08	363		
11647335	Boulaghmane	boulaghmane	MA		0	Africa/Casablanca	32.70049	-5.11731				08	363		
11647338	Rout Tazeggaghet	rout-tazeggaghet	MA		0	Africa/Casablanca	32.6758	-5.17569				08	363		
11647339	Adar n-Tsiret	adar-n-tsiret	MA		0	Africa/Casablanca	32.66854	-5.14614				08	363		
11647344	Douar Ikhrad ou Khouwane	douar-ikhrad-ou-khouwane	MA		0	Africa/Casablanca	32.63059	-5.15706				08	363		
11647356	Douar Tighboula n Ayt Amer ou Hsine	douar-tighboula-n-ayt-amer-ou-hsine	MA		0	Africa/Casablanca	32.63588	-5.10367				08	363		
11647361	Douar Tanout	douar-tanout	MA		0	Africa/Casablanca	32.68974	-5.0877				08	363		
11647368	Caida	caida	MA		0	Africa/Casablanca	32.72356	-5.10014				08	363		
11647373	Douar Teghermine n Ayt Rahhou	douar-teghermine-n-ayt-rahhou	MA		0	Africa/Casablanca	32.73149	-5.08893				08	363		
11647378	Douar Timerdet	douar-timerdet	MA		0	Africa/Casablanca	32.71028	-5.0639				08	363		
11647384	Douar Tigermdine	douar-tigermdine	MA		0	Africa/Casablanca	32.58418	-5.04757				08	363		
11647385	Douar Ilighen Tasaft	douar-ilighen-tasaft	MA		0	Africa/Casablanca	32.57986	-5.04983				08	363		
11647386	Douar Tichchout	douar-tichchout	MA		0	Africa/Casablanca	32.57557	-5.04643				08	363		
11647387	Douar Tabou’zawte	douar-tabou-zawte	MA		0	Africa/Casablanca	32.56014	-5.06456				08	363		
11647393	Ayt Khou Rahhou	ayt-khou-rahhou	MA		0	Africa/Casablanca	32.51597	-5.07274				08	363		
11647394	Douar Bou Lkhoukh	douar-bou-lkhoukh	MA		0	Africa/Casablanca	32.51466	-5.05953				08	363		
11647400	Zawyat Sidi Abdelkader Bouziane	zawyat-sidi-abdelkader-bouziane	MA		0	Africa/Casablanca	32.58563	-5.03305				08	363		
11647403	Douar Oukhajja	douar-oukhajja	MA		0	Africa/Casablanca	32.60209	-5.02505				08	363		
11647406	Douar Tadahhant	douar-tadahhant	MA		0	Africa/Casablanca	32.61475	-5.01451				08	363		
11647407	Dar Chikh Youssef	dar-chikh-youssef	MA		0	Africa/Casablanca	32.62455	-5.00906				08	363		
11647414	Douar Timesguit	douar-timesguit	MA		0	Africa/Casablanca	32.73186	-5.03514				08	363		
11647415	Douar Araid	douar-araid	MA		0	Africa/Casablanca	32.73232	-5.02722				08	363		
11647420	Douar Aguessif	douar-aguessif	MA		0	Africa/Casablanca	32.74665	-5.02003				08	363		
11647421	Douar Ta’brrout	douar-ta-brrout	MA		0	Africa/Casablanca	32.74142	-5.02443				08	363		
11647428	Intchime	intchime	MA		0	Africa/Casablanca	32.55664	-5.01163				08	363		
11647432	Ayt Brahim ou Ichou	ayt-brahim-ou-ichou	MA		0	Africa/Casablanca	32.51846	-5.02224				08	363		
11647437	Douar Ayt Ikkou	douar-ayt-ikkou	MA		0	Africa/Casablanca	32.52089	-5.02778				08	363		
11647442	Tamellahet	tamellahet	MA		0	Africa/Casablanca	32.74721	-5.04124				08	363		
11647445	Douar Tarechlawt	douar-tarechlawt	MA		0	Africa/Casablanca	32.73264	-5.04675				08	363		
11647451	Ayt Bouyezgar	ayt-bouyezgar	MA		0	Africa/Casablanca	32.51575	-5.02488				08	363		
11647453	Douar Ayt Bouchrif	douar-ayt-bouchrif	MA		0	Africa/Casablanca	32.71724	-5.24884				08	363		
11647462	Hammou ou ’Ali ou ’bou	hammou-ou-ali-ou-bou	MA		0	Africa/Casablanca	32.19443	-4.98689				08	363		
11647463	Ali ou Zayd ou Chaghwi	ali-ou-zayd-ou-chaghwi	MA		0	Africa/Casablanca	32.18567	-4.99486				08	363		
11647493	Iqhar	iqhar	MA		0	Africa/Casablanca	32.11019	-4.91368				08	201		
11647501	’Assou ou ’Ali ou Dawd	assou-ou-ali-ou-dawd	MA		0	Africa/Casablanca	32.17144	-4.93129				08	363		
11647506	Tihouna Timajyaliyne-n-A’diyya	tihouna-timajyaliyne-n-a-diyya	MA		0	Africa/Casablanca	32.24023	-4.91333				08	363		
11647507	Tighramt Tamazzart-n-A’dia	tighramt-tamazzart-n-a-dia	MA		0	Africa/Casablanca	32.24523	-4.89221				08	363		
11647523	Boutasra	boutasra	MA		0	Africa/Casablanca	32.12669	-4.8797				08	201		
11647538	Taskountiyt	taskountiyt	MA		0	Africa/Casablanca	32.06652	-4.80788				08	201		
11647544	Aït ’Ali-ou-Mouha	ait-ali-ou-mouha	MA		0	Africa/Casablanca	32.09929	-4.79037				08	201		
11647562	Tabayyout	tabayyout	MA		0	Africa/Casablanca	32.1112	-4.75386				08	363		
11647576	Bouchiha	bouchiha	MA		0	Africa/Casablanca	32.24465	-4.73848				08	363		
11647578	Aït Moulay Al Ma’ti	ait-moulay-al-ma-ti	MA		0	Africa/Casablanca	32.24178	-4.73396				08	363		
11647620	Aït Hammou Al Haj	ait-hammou-al-haj	MA		0	Africa/Casablanca	32.23896	-4.64675				08	363		
11647621	Wallal	wallal	MA		0	Africa/Casablanca	32.23996	-4.63804				08	363		
11647622	Aït ’Abbou	ait-abbou	MA		0	Africa/Casablanca	32.24628	-4.59232				08	363		
11647669	Aït Tiqqart	ait-tiqqart	MA		0	Africa/Casablanca	32.24396	-4.50421				08	363		
11647683	Tabanniyht	tabanniyht	MA		0	Africa/Casablanca	32.42459	-4.68803				08	363		
11647699	Iswal	iswal	MA		0	Africa/Casablanca	32.34198	-4.63754				08	363		
11647713	Tourtatiyn	tourtatiyn	MA		0	Africa/Casablanca	32.46836	-4.65087				08	363		
11647728	Iwraghane	iwraghane	MA		0	Africa/Casablanca	32.33433	-4.57546				08	363		
11647729	Ighizar Zagzawn	ighizar-zagzawn	MA		0	Africa/Casablanca	32.33159	-4.57803				08	363		
11647739	Tadraklout	tadraklout	MA		0	Africa/Casablanca	32.2649	-4.55779				08	363		
11647742	Tagarsiyft	tagarsiyft	MA		0	Africa/Casablanca	32.27816	-4.5278				08	363		
11647743	Aït Thya ou Khlifa	ait-thya-ou-khlifa	MA		0	Africa/Casablanca	32.30555	-4.54861				08	363		
11647746	Aït Fargane	ait-fargane	MA		0	Africa/Casablanca	32.30982	-4.54552				08	363		
11647752	Tal’atmaniyt	tal-atmaniyt	MA		0	Africa/Casablanca	32.34412	-4.51618				08	363		
11647763	Tayrant	tayrant	MA		0	Africa/Casablanca	32.48596	-4.54306				08	363		
11647764	Tighrami-n-Qutaza	tighrami-n-qutaza	MA		0	Africa/Casablanca	32.38892	-4.50263				08	363		
11647772	Iliygh-n-aït Ndiyr Fme	iliygh-n-ait-ndiyr-fme	MA		0	Africa/Casablanca	32.73433	-4.93949				08	363		
11647775	Aït Ar-Rab Idandal	ait-ar-rab-idandal	MA		0	Africa/Casablanca	32.71854	-4.9408				08	363		
11647778	Sidi ’Ali Ou Boulmane	sidi-ali-ou-boulmane	MA		0	Africa/Casablanca	32.2062	-4.3598				08	363		
11647806	Tissilt	tissilt	MA		0	Africa/Casablanca	32.18392	-4.38149				08	363		
11647811	Ociret ’Omar	ociret-omar	MA		0	Africa/Casablanca	32.23879	-4.37331				08	363		
11647813	Ayt Brahim	ayt-brahim	MA		0	Africa/Casablanca	32.24145	-4.36696				08	363		
11647814	Ayt Yahia	ayt-yahia	MA		0	Africa/Casablanca	32.21967	-4.36533				08	363		
11647815	Imezwarne	imezwarne	MA		0	Africa/Casablanca	32.21826	-4.38326				08	363		
11647816	Izerrahene	izerrahene	MA		0	Africa/Casablanca	32.2123	-4.35606				08	363		
11647817	Ayt Calah	ayt-calah	MA		0	Africa/Casablanca	32.19607	-4.37022				08	363		
11647871	Ima ’Jane	ima-jane	MA		0	Africa/Casablanca	32.22515	-4.3581				08	363		
11647876	Takhliyjt	takhliyjt	MA		0	Africa/Casablanca	32.04319	-4.49915				08	201		
11647891	Aït Ou Woujil	ait-ou-woujil	MA		0	Africa/Casablanca	32.67878	-4.9623				08	363		
11647894	Sidi Mar	sidi-mar	MA		0	Africa/Casablanca	32.66323	-4.96079				08	363		
11647895	Iqal’iyn	iqal-iyn	MA		0	Africa/Casablanca	32.64876	-4.97466				08	363		
11647898	Aït Ben Hmad	ait-ben-hmad	MA		0	Africa/Casablanca	32.627	-4.995				08	363		
11647906	Waw Michart	waw-michart	MA		0	Africa/Casablanca	32.55125	-4.99039				08	363		
11647908	Maison Forestière	maison-forestiere	MA		0	Africa/Casablanca	32.5343	-4.97517				08	363		
11647924	Dépôt d'alfa	depot-d-alfa	MA		0	Africa/Casablanca	32.65433	-4.90569		Depot d'alfa,Dépôt d'alfa		08	363		
11647927	Talghadirt	talghadirt	MA		0	Africa/Casablanca	32.67579	-4.93615				08	363		
11647928	Achcharfa l’fiyfn	achcharfa-l-fiyfn	MA		0	Africa/Casablanca	32.68208	-4.95101				08	363		
11647931	Paysannat	paysannat	MA		0	Africa/Casablanca	32.68364	-4.92328				08	363		
11647934	Gué	gue	MA		0	Africa/Casablanca	32.71141	-4.92786				08	363		
11647937	Aït ’Ali Ou ’Alla	ait-ali-ou-alla	MA		0	Africa/Casablanca	32.72554	-4.9217				08	363		
11647938	Abdi	abdi	MA		0	Africa/Casablanca	32.73675	-4.92496				08	363		
11647953	Bou Tmaghriwine	bou-tmaghriwine	MA		0	Africa/Casablanca	32.54655	-4.90471				08	363		
11647969	Aghbalou Ihallal	aghbalou-ihallal	MA		0	Africa/Casablanca	32.6244	-4.84158				08	363		
11647978	Bal Lahsan	bal-lahsan	MA		0	Africa/Casablanca	32.72813	-4.76774				08	363		
11647982	Miymial	miymial	MA		0	Africa/Casablanca	32.69091	-4.75115				08	363		
11647983	Outbari	outbari	MA		0	Africa/Casablanca	32.67996	-4.7746				08	363		
11647984	Ocar Ta’akkit	ocar-ta-akkit	MA		0	Africa/Casablanca	32.67418	-4.75076				08	363		
11647985	Ocar Bouzmalla	ocar-bouzmalla	MA		0	Africa/Casablanca	32.67205	-4.75526				08	363		
11647986	Az-Zawiyat	az-zawiyat	MA		0	Africa/Casablanca	32.67131	-4.76222				08	363		
11647988	Tighramt-n-Assou Ougajja	tighramt-n-assou-ougajja	MA		0	Africa/Casablanca	32.66322	-4.75625				08	363		
11647989	Tighramt-n-Aït Hiwar	tighramt-n-ait-hiwar	MA		0	Africa/Casablanca	32.65368	-4.76792				08	363		
11647990	Tamanouchat	tamanouchat	MA		0	Africa/Casablanca	32.65277	-4.77261				08	363		
11647991	Barraim	barraim	MA		0	Africa/Casablanca	32.64405	-4.7611				08	363		
11647992	Tahinnoust	tahinnoust	MA		0	Africa/Casablanca	32.63248	-4.75376				08	363		
11648010	Ocar Zhiyra	ocar-zhiyra	MA		0	Africa/Casablanca	32.64809	-4.98749				08	363		
11648017	Aït Jinddiyr	ait-jinddiyr	MA		0	Africa/Casablanca	32.6877	-4.96131				08	363		
11648023	Al Warraq	al-warraq	MA		0	Africa/Casablanca	32.72564	-4.69574				08	363		
11648024	Carrières	carrieres	MA		0	Africa/Casablanca	32.72198	-4.74057				08	363		
11648025	Sidi Hassan-n-Aït Mas	sidi-hassan-n-ait-mas	MA		0	Africa/Casablanca	32.71498	-4.69257				08	363		
11648026	Izaggaghane	izaggaghane	MA		0	Africa/Casablanca	32.70403	-4.74019				08	363		
11648027	Tachawit	tachawit	MA		0	Africa/Casablanca	32.69753	-4.74827				08	363		
11648031	Ikhramjlwn	ikhramjlwn	MA		0	Africa/Casablanca	32.6837	-4.73553				08	363		
11648032	Paysannat	paysannat	MA		0	Africa/Casablanca	32.68243	-4.70742				08	363		
11648035	Bouymadwan	bouymadwan	MA		0	Africa/Casablanca	32.66005	-4.71803				08	363		
11648036	Almou-n-Boutsalli	almou-n-boutsalli	MA		0	Africa/Casablanca	32.65698	-4.69908				08	363		
11648037	Out Lansene	out-lansene	MA		0	Africa/Casablanca	32.65403	-4.742				08	363		
11648044	Mohmmad Ou Oassou	mohmmad-ou-oassou	MA		0	Africa/Casablanca	32.62364	-4.7379				08	363		
11648046	Tighramt-n-’Assou Ou Miymoun	tighramt-n-assou-ou-miymoun	MA		0	Africa/Casablanca	32.6297	-4.70162				08	363		
11648050	Iker’ach	iker-ach	MA		0	Africa/Casablanca	32.59914	-4.70472				08	363		
11648070	Moulins	moulins	MA		0	Africa/Casablanca	32.59644	-4.68398				08	363		
11648072	Aït Tadgalt	ait-tadgalt	MA		0	Africa/Casablanca	32.59974	-4.68696				08	363		
11648082	Champ de Tir	champ-de-tir	MA		0	Africa/Casablanca	32.69964	-4.67195				08	363		
11648086	Tassardout	tassardout	MA		0	Africa/Casablanca	32.67154	-4.66758				08	363		
11648090	’Assou ou Ammou	assou-ou-ammou	MA		0	Africa/Casablanca	32.6206	-4.63758				08	363		
11648091	Ocar Tasmaqqayt	ocar-tasmaqqayt	MA		0	Africa/Casablanca	32.61756	-4.64792				08	363		
11648104	Ocar Tassarourt	ocar-tassarourt	MA		0	Africa/Casablanca	32.53977	-4.59889				08	363		
11648115	Almou Abouri	almou-abouri	MA		0	Africa/Casablanca	32.62681	-4.60794				08	363		
11648123	Taghoucht	taghoucht	MA		0	Africa/Casablanca	32.6643	-4.59101				08	363		
11648124	Tawriyrt Tabarchant	tawriyrt-tabarchant	MA		0	Africa/Casablanca	32.67884	-4.56844				08	363		
11648134	Barraj’ou	barraj-ou	MA		0	Africa/Casablanca	32.72117	-4.50015				08	363		
11648137	Agni Amallal	agni-amallal	MA		0	Africa/Casablanca	32.69145	-4.52678				08	363		
11648150	Auberge	auberge	MA		0	Africa/Casablanca	32.59314	-4.5062				08	363		
11648158	Aït Arba’	ait-arba	MA		0	Africa/Casablanca	32.68255	-4.72657				08	363		
11648167	Moulin	moulin	MA		0	Africa/Casablanca	32.60303	-4.60896				08	363		
11648172	Tamou-out	tamou-out	MA		0	Africa/Casablanca	32.52288	-4.51373				08	363		
11648173	Aït Bi	ait-bi	MA		0	Africa/Casablanca	32.65147	-4.58808				08	363		
11648175	Ocar Otmane Ou Moussa	ocar-otmane-ou-moussa	MA		0	Africa/Casablanca	32.6811	-4.74915				08	363		
11648176	Aït Wafalla	ait-wafalla	MA		0	Africa/Casablanca	32.66766	-4.7493				08	363		
11649996	Tawaqast	tawaqast	MA		0	Africa/Casablanca	32.98094	-4.85894				08	363		
11650002	Fadane	fadane	MA		0	Africa/Casablanca	32.97234	-4.90953				08	363		
11650022	Aït Ikkou	ait-ikkou	MA		0	Africa/Casablanca	32.90646	-4.98208				08	363		
11650023	Tighramt Ou Hsine	tighramt-ou-hsine	MA		0	Africa/Casablanca	32.89981	-4.97444				08	363		
11650026	Agouni Ismagh	agouni-ismagh	MA		0	Africa/Casablanca	32.89697	-4.96223				08	363		
11650027	Bou Ifoura Aït Driss	bou-ifoura-ait-driss	MA		0	Africa/Casablanca	32.89691	-4.94408				08	363		
11650049	Aït Ya’qoub	ait-ya-qoub	MA		0	Africa/Casablanca	32.87632	-4.92531				08	363		
11650051	Tamrarat	tamrarat	MA		0	Africa/Casablanca	32.87756	-4.94492				08	363		
11650053	Ta’ssou Mimounat	ta-ssou-mimounat	MA		0	Africa/Casablanca	32.88445	-4.94318				08	363		
11650054	Ikhribane	ikhribane	MA		0	Africa/Casablanca	32.88747	-4.94829				08	363		
11650056	Al Borj	al-borj	MA		0	Africa/Casablanca	32.87862	-4.96449				08	363		
11650059	Ifri Aït ’Ali Ou Sa’id	ifri-ait-ali-ou-sa-id	MA		0	Africa/Casablanca	32.87488	-4.98809				08	363		
11650116	Lagçir Agalmous	lagcir-agalmous	MA		0	Africa/Casablanca	32.76565	-4.92709				08	363		
11650121	Bou Gadjig	bou-gadjig	MA		0	Africa/Casablanca	32.75963	-4.98009				08	363		
11650125	Aït I’yach	ait-i-yach	MA		0	Africa/Casablanca	32.75109	-4.91361				08	363		
11650181	Hawli	hawli	MA		0	Africa/Casablanca	32.82712	-4.57256				08	363		
11650197	Taggourt Amlil	taggourt-amlil	MA		0	Africa/Casablanca	32.75122	-4.51418				08	363		
11650335	Taghram’t Na’chir	taghram-t-na-chir	MA		0	Africa/Casablanca	32.27837	-3.87954				08	363		
11650349	Ach’ayb	ach-ayb	MA		0	Africa/Casablanca	32.49359	-3.85028				02	251		
11650374	Tayfrourt	tayfrourt	MA		0	Africa/Casablanca	32.44499	-3.78968				02	251		
11650376	Ayt Khorsi	ayt-khorsi	MA		0	Africa/Casablanca	32.41459	-3.76573				02	251		
11650391	Ayt Ya’qoub	ayt-ya-qoub	MA		0	Africa/Casablanca	32.40396	-3.73818				02	251		
11650472	Oçar Bou’anane	ocar-bou-anane	MA		0	Africa/Casablanca	32.05394	-3.06113				02	251		
11650484	Oulad Çghir	oulad-cghir	MA		0	Africa/Casablanca	32.09816	-3.03378				02	251		
11650485	Oulad Chikh	oulad-chikh	MA		0	Africa/Casablanca	32.10369	-3.03374				02	251		
11650499	Tabna’lit	tabna-lit	MA		0	Africa/Casablanca	32.24937	-3.12104				02	251		
11650538	Qçar Tijjit	qcar-tijjit	MA		0	Africa/Casablanca	32.30465	-3.47303				02	251		
11650547	Ar-Routte	ar-routte	MA		0	Africa/Casablanca	32.25565	-3.39248				02	251		
11650602	Coopérative al Falah	cooperative-al-falah	MA		0	Africa/Casablanca	32.28416	-3.384				02	251		
11650620	Tighrant N-Mohamed-ou Hmad	tighrant-n-mohamed-ou-hmad	MA		0	Africa/Casablanca	32.2549	-3.27664				02	251		
11650645	Youfj	youfj	MA		0	Africa/Casablanca	32.63368	-3.94655				02	251		
11650650	Tit Ntiya	tit-ntiya	MA		0	Africa/Casablanca	32.51388	-3.96914				08	363		
11650652	Al Mame	al-mame	MA		0	Africa/Casablanca	32.57268	-3.92654				02	251		
11650656	Almou	almou	MA		0	Africa/Casablanca	32.66531	-3.94024				02	251		
11650661	Tit Natsakourt	tit-natsakourt	MA		0	Africa/Casablanca	32.64919	-3.89556				02	251		
11650665	Aghmat	aghmat	MA		0	Africa/Casablanca	32.57528	-3.8852				02	251		
11650667	Ach’ayb Ahjli	ach-ayb-ahjli	MA		0	Africa/Casablanca	32.50569	-3.84544				02	251		
11650669	Ayt Ihya Ou ’Issa	ayt-ihya-ou-issa	MA		0	Africa/Casablanca	32.51268	-3.78553				02	251		
11650676	Ighardayne	ighardayne	MA		0	Africa/Casablanca	32.69076	-3.78143				02	251		
11650682	Ahjli	ahjli	MA		0	Africa/Casablanca	32.68812	-3.76661				02	251		
11650699	Kaf	kaf	MA		0	Africa/Casablanca	32.63795	-3.86048				02	251		
11650709	Tajlajelte	tajlajelte	MA		0	Africa/Casablanca	32.73998	-3.69133				02	251		
11650719	Tlat Imene	tlat-imene	MA		0	Africa/Casablanca	32.54432	-3.71998				02	251		
11650760	Imidder	imidder	MA		0	Africa/Casablanca	32.67475	-3.74032				02	251		
11651186	Oulad Mansour	oulad-mansour	MA		0	Africa/Casablanca	32.82198	-3.86161				02	251		
11651188	Oçar Moussa N’ Bouziane	ocar-moussa-n-bouziane	MA		0	Africa/Casablanca	32.82596	-3.86864				03	131		
11651205	Oulad Bekri	oulad-bekri	MA		0	Africa/Casablanca	32.9219	-3.7815				03	131		
11651207	Ahl Lazib	ahl-lazib	MA		0	Africa/Casablanca	32.88538	-3.76053				02	251		
11651208	Bouylili	bouylili	MA		0	Africa/Casablanca	32.86141	-3.75677				02	251		
11651231	Tiddarine	tiddarine	MA		0	Africa/Casablanca	32.99941	-3.89442				03	131		
11651243	Douar Al Louh	douar-al-louh	MA		0	Africa/Casablanca	32.88388	-3.6424				02	251		
11651282	Zawyat Talsint	zawyat-talsint	MA		0	Africa/Casablanca	32.52681	-3.49271		Zawit,Zawyat Talsint		02	251		
11651285	Douar Tikoumiyine	douar-tikoumiyine	MA		0	Africa/Casablanca	32.51532	-3.46273				02	251		
11651287	Ait S’id ou Lahcen	ait-s-id-ou-lahcen	MA		0	Africa/Casablanca	32.66272	-3.4352				02	251		
11651288	Douar Tahouchart	douar-tahouchart	MA		0	Africa/Casablanca	32.69039	-3.38111				02	251		
11651308	Douar Tawejdidt	douar-tawejdidt	MA		0	Africa/Casablanca	32.70958	-3.29582				02	251		
11651352	Tagitount	tagitount	MA		0	Africa/Casablanca	32.2573	-3.15096				02	251		
11651370	Mouggar	mouggar	MA		0	Africa/Casablanca	32.36015	-3.07616				02	251		
11651748	Dar Ben Qassem	dar-ben-qassem	MA		0	Africa/Casablanca	32.28308	-2.32887				02	251		
11651749	Dar Lhaj Miloud	dar-lhaj-miloud	MA		0	Africa/Casablanca	32.27077	-2.34107				02	251		
11651751	Falette	falette	MA		0	Africa/Casablanca	32.48609	-2.25496				02	251		
11651816	Kheng Ou Mellal	kheng-ou-mellal	MA		0	Africa/Casablanca	32.70339	-2.99745				02	251		
11652908	Dayat Ar-Rmel	dayat-ar-rmel	MA		0	Africa/Casablanca	32.50987	-2.68198				02	251		
11653088	Hassi el Aricha	hassi-el-aricha	MA		0	Africa/Casablanca	32.70537	-2.07166				02	251		
11653172	Magoura	magoura	MA		0	Africa/Casablanca	33.10542	-3.92089				03	131		
11653182	Douwar Fart	douwar-fart	MA		0	Africa/Casablanca	33.02358	-3.97689				03	131		
11653183	Douwar Ga Jabr	douwar-ga-jabr	MA		0	Africa/Casablanca	33.01423	-3.9811				03	131		
11653184	Douwar Igli	douwar-igli	MA		0	Africa/Casablanca	33.05067	-3.97505				03	131		
11653218	Douar Tassa	douar-tassa	MA		0	Africa/Casablanca	33.48327	-3.67254				03	131		
11653223	Douar Belhesnat	douar-belhesnat	MA		0	Africa/Casablanca	33.4544	-3.66812				03	131		
11653225	Douar Tassa	douar-tassa	MA		0	Africa/Casablanca	33.46897	-3.6692				03	131		
11653243	Oulad Sidi Abdelwahad	oulad-sidi-abdelwahad	MA		0	Africa/Casablanca	33.35471	-3.7321				03	131		
11653244	Oulad Abdelkrim	oulad-abdelkrim	MA		0	Africa/Casablanca	33.35113	-3.74416				03	131		
11653245	Zawya	zawya	MA		0	Africa/Casablanca	33.34869	-3.73498				03	131		
11653251	Lhay Al Jadid	lhay-al-jadid	MA		0	Africa/Casablanca	33.34306	-3.69533				03	131		
11653254	Qachacha	qachacha	MA		0	Africa/Casablanca	33.34127	-3.71485				03	131		
11653255	Oulad Mellouk	oulad-mellouk	MA		0	Africa/Casablanca	33.33793	-3.73064				03	131		
11653256	Laqwarit	laqwarit	MA		0	Africa/Casablanca	33.33255	-3.72073				03	131		
11653285	Bine Çafrat	bine-cafrat	MA		0	Africa/Casablanca	33.49601	-3.64936				03	131		
11670580	Oulad ’Abboud	oulad-abboud	MA		0	Africa/Casablanca	33.25181	-7.43665		Oulad 'Abboud,Oulad Abbou,Oulad ’Abboud		06	117		
11670581	Bahri	bahri	MA		0	Africa/Casablanca	33.24891	-7.41933		Bahri,Oulad Ghar Moualine El Behri		06	117		
11707146	Hwinet Mass’oud	hwinet-mass-oud	MA		0	Africa/Casablanca	33.65517	-3.49805				03	131		
11707152	Douar Lahmiya	douar-lahmiya	MA		0	Africa/Casablanca	33.59737	-3.49326				03	131		
11707242	Tartara	tartara	MA		0	Africa/Casablanca	33.2182	-5.71954				05	301		
11707244	Bou Imasdiwane	bou-imasdiwane	MA		0	Africa/Casablanca	33.21708	-5.67504				05	301		
11707245	Adar Aqqorar	adar-aqqorar	MA		0	Africa/Casablanca	33.20382	-5.74396				05	301		
11707250	Malkhalwit	malkhalwit	MA		0	Africa/Casablanca	33.19163	-5.74215				05	301		
11707252	Sidi Lamjahad	sidi-lamjahad	MA		0	Africa/Casablanca	33.19796	-5.68949				05	301		
11707257	’Aïn Biad	ain-biad	MA		0	Africa/Casablanca	33.23765	-5.95713				05	301		
11707275	Aït Hmad	ait-hmad	MA		0	Africa/Casablanca	33.15498	-5.98297				05	301		
11707276	’Aïn Ançar Ahabchene	ain-ancar-ahabchene	MA		0	Africa/Casablanca	33.15386	-5.95515				05	301		
11707279	Aït Ta’rabet	ait-ta-rabet	MA		0	Africa/Casablanca	33.12427	-5.98996				05	301		
11707288	Reggada	reggada	MA		0	Africa/Casablanca	33.07653	-5.99385				05	301		
11707290	Sidi Mimoun	sidi-mimoun	MA		0	Africa/Casablanca	33.0513	-5.99808				05	301		
11707310	Aït I’llatene	ait-i-llatene	MA		0	Africa/Casablanca	33.06725	-5.87309				05	301		
11707313	Aït Ikkou Ou ’Ali Palais	ait-ikkou-ou-ali-palais	MA		0	Africa/Casablanca	33.1009	-5.83526				05	301		
11707316	Aït Hammou	ait-hammou	MA		0	Africa/Casablanca	33.10796	-5.90696				05	301		
11707321	Aït I’bbassine	ait-i-bbassine	MA		0	Africa/Casablanca	33.12972	-5.87618				05	301		
11707333	Aït ’Azzouz	ait-azzouz	MA		0	Africa/Casablanca	33.19889	-5.78158				05	301		
11707338	Aït Sa’id	ait-sa-id	MA		0	Africa/Casablanca	33.16264	-5.78823				05	301		
11707344	’Ali Ou ’Issa	ali-ou-issa	MA		0	Africa/Casablanca	33.11746	-5.75355				05	301		
11707347	Aït Qessou	ait-qessou	MA		0	Africa/Casablanca	33.09584	-5.7931				05	301		
11707349	’Aïn Takachat	ain-takachat	MA		0	Africa/Casablanca	33.11012	-5.76689				05	301		
11707364	Sidi Bou Ou Zemmour	sidi-bou-ou-zemmour	MA		0	Africa/Casablanca	33.01786	-5.79709				05	301		
11707373	Aït ’Ali	ait-ali	MA		0	Africa/Casablanca	33.17209	-5.98059				05	301		
11707380	Aït ’Azzouz	ait-azzouz	MA		0	Africa/Casablanca	33.15814	-5.91777				05	301		
11707409	Aït Ichou	ait-ichou	MA		0	Africa/Casablanca	33.10972	-5.9497				05	301		
11707411	Aït Mellouk	ait-mellouk	MA		0	Africa/Casablanca	33.00642	-5.8916				05	301		
11707414	Aït ’Akki	ait-akki	MA		0	Africa/Casablanca	33.02387	-5.76693				05	301		
11707416	Aït Ahmed Ou ’Ammou	ait-ahmed-ou-ammou	MA		0	Africa/Casablanca	33.12259	-5.78108				05	301		
11707417	Aït Bou Zemmour	ait-bou-zemmour	MA		0	Africa/Casablanca	33.17932	-5.76103				05	301		
11707425	Tichchout-n-Sidi Ahmed	tichchout-n-sidi-ahmed	MA		0	Africa/Casablanca	33.1885	-5.74736				05	301		
11707426	Tichchout Ou’issawi	tichchout-ou-issawi	MA		0	Africa/Casablanca	33.17578	-5.74451				05	301		
11707429	Tagalmane-n-Aït Zaggat	tagalmane-n-ait-zaggat	MA		0	Africa/Casablanca	33.18511	-5.71237				05	301		
11707431	Charqi	charqi	MA		0	Africa/Casablanca	33.17973	-5.67906				05	301		
11707434	Tahirrouchine	tahirrouchine	MA		0	Africa/Casablanca	33.16562	-5.7201				05	301		
11707439	Tachafchaqat	tachafchaqat	MA		0	Africa/Casablanca	33.17608	-5.7432				05	301		
11707443	Aqidoum Ou’attar	aqidoum-ou-attar	MA		0	Africa/Casablanca	33.1492	-5.73851				05	301		
11707458	Tibhirine	tibhirine	MA		0	Africa/Casablanca	33.1122	-5.67726				05	301		
11707462	Taqarribachat	taqarribachat	MA		0	Africa/Casablanca	33.10769	-5.74673				05	301		
11707481	Haffar Darbane	haffar-darbane	MA		0	Africa/Casablanca	33.07097	-5.6941				05	301		
11707488	Tabou Al Khayrat	tabou-al-khayrat	MA		0	Africa/Casablanca	33.06314	-5.72317				05	301		
11707509	Anou-n Aït Touhassit	anou-n-ait-touhassit	MA		0	Africa/Casablanca	33.01788	-5.72246				05	301		
11707510	Lamcharka	lamcharka	MA		0	Africa/Casablanca	33.01423	-5.7007				05	301		
11707526	Rahhou Ou-Brahim	rahhou-ou-brahim	MA		0	Africa/Casablanca	33.02848	-5.65443				05	301		
11707528	Toujit	toujit	MA		0	Africa/Casablanca	33.02518	-5.65592				05	301		
11707542	Ich Wanou	ich-wanou	MA		0	Africa/Casablanca	33.0737	-5.59312				05	301		
11707568	Iguer Al Jawad	iguer-al-jawad	MA		0	Africa/Casablanca	33.09863	-5.55824				05	301		
11707569	Sidi Makhfi	sidi-makhfi	MA		0	Africa/Casablanca	33.05392	-5.62895				05	301		
11707572	Tamazdoutach	tamazdoutach	MA		0	Africa/Casablanca	33.10821	-5.6262				05	301		
11707586	Dar eç Çaboum	dar-ec-caboum	MA		0	Africa/Casablanca	33.13506	-5.61209				05	301		
11707601	Bou Ifighrawane	bou-ifighrawane	MA		0	Africa/Casablanca	33.1873	-5.62035				05	301		
11707602	Agarad	agarad	MA		0	Africa/Casablanca	33.19697	-5.64068				05	301		
11707603	Bou Inaghrane	bou-inaghrane	MA		0	Africa/Casablanca	33.18642	-5.65628				05	301		
11707606	Tamnaçafat	tamnacafat	MA		0	Africa/Casablanca	33.1908	-5.59284				05	301		
11707607	Taqachmirt -n- Aqqa Assahrawi	taqachmirt-n-aqqa-assahrawi	MA		0	Africa/Casablanca	33.18142	-5.57719				05	301		
11707609	Aït Mou	ait-mou	MA		0	Africa/Casablanca	33.156	-5.56636				05	301		
11707610	Amazdoudaj	amazdoudaj	MA		0	Africa/Casablanca	33.20802	-5.61437				05	301		
11707614	A’wicha	a-wicha	MA		0	Africa/Casablanca	33.20254	-5.65087				05	301		
11707616	Agarad -n-Azdaït	agarad-n-azdait	MA		0	Africa/Casablanca	33.23435	-5.61263				05	301		
11707621	Tizi-n-Achrine	tizi-n-achrine	MA		0	Africa/Casablanca	33.00399	-5.57574				05	301		
11707626	Agarad Ouslaf	agarad-ouslaf	MA		0	Africa/Casablanca	33.04156	-5.56149				05	301		
11707631	Tichout Imoula	tichout-imoula	MA		0	Africa/Casablanca	33.05302	-5.55664				05	301		
11707633	Tamarighat	tamarighat	MA		0	Africa/Casablanca	33.03273	-5.55475				05	301		
11707649	Taqqa -n-’Abdelwahad	taqqa-n-abdelwahad	MA		0	Africa/Casablanca	33.05731	-5.52497				05	301		
11707650	Amouggar	amouggar	MA		0	Africa/Casablanca	33.0588	-5.56252				05	301		
11707663	Isanal Iroumine	isanal-iroumine	MA		0	Africa/Casablanca	33.13233	-5.55622				05	301		
11707665	Bou Oufarane	bou-oufarane	MA		0	Africa/Casablanca	33.13118	-5.505				05	301		
11707668	Khalouta	khalouta	MA		0	Africa/Casablanca	33.16045	-5.541				05	301		
11707669	Haddou Bou Taybi	haddou-bou-taybi	MA		0	Africa/Casablanca	33.15419	-5.52619				05	301		
11707672	Afoud Ikabbar	afoud-ikabbar	MA		0	Africa/Casablanca	33.18098	-5.555				05	301		
11707676	Aït Hajjou	ait-hajjou	MA		0	Africa/Casablanca	33.17665	-5.56439				05	301		
11707681	Tachafchaqat	tachafchaqat	MA		0	Africa/Casablanca	33.23331	-5.52523				05	301		
11707689	Anou Oumzil	anou-oumzil	MA		0	Africa/Casablanca	33.15528	-5.54899				05	301		
11707692	Tizi-n Bouzaqqour	tizi-n-bouzaqqour	MA		0	Africa/Casablanca	33.24028	-5.61517				05	301		
11707696	Ta’wine Moughanime	ta-wine-moughanime	MA		0	Africa/Casablanca	33.22434	-5.58642				05	301		
11707697	Taqachmirt -n-Mouhattane	taqachmirt-n-mouhattane	MA		0	Africa/Casablanca	33.22617	-5.58356				05	301		
11707715	Imi Ou ’Hattab	imi-ou-hattab	MA		0	Africa/Casablanca	33.1117	-5.56825				05	301		
11707723	Tighza	tighza	MA		0	Africa/Casablanca	33.18739	-5.62436				05	301		
11707725	Moulay ’Aqqoub	moulay-aqqoub	MA		0	Africa/Casablanca	33.13939	-5.61166				05	301		
11707730	Al Kora	al-kora	MA		0	Africa/Casablanca	33.1813	-5.63188				05	301		
11707734	A’allal Awragh	a-allal-awragh	MA		0	Africa/Casablanca	33.09847	-5.62385				05	301		
11707737	Bel Bagar	bel-bagar	MA		0	Africa/Casablanca	33.06794	-5.60784				05	301		
11707738	Ifaddene -n-Haddou	ifaddene-n-haddou	MA		0	Africa/Casablanca	33.08295	-5.59601				05	301		
11707742	’Aïn Jem’a	ain-jem-a	MA		0	Africa/Casablanca	33.22141	-5.64043				05	301		
11707749	Tahakkout	tahakkout	MA		0	Africa/Casablanca	33.1718	-5.72296				05	301		
11707750	Tagalmane -n-Moha-n-Khayyi	tagalmane-n-moha-n-khayyi	MA		0	Africa/Casablanca	33.14216	-5.73042				05	301		
11707751	Tikniwine	tikniwine	MA		0	Africa/Casablanca	33.13855	-5.71443				05	301		
11707753	Moha Ou Bennaçer	moha-ou-bennacer	MA		0	Africa/Casablanca	33.04323	-5.73034				05	301		
11707759	Al Arba’ Nanafnit	al-arba-nanafnit	MA		0	Africa/Casablanca	33.08762	-5.51966				05	301		
11707761	Assak Ourachkik	assak-ourachkik	MA		0	Africa/Casablanca	33.07821	-5.54056				05	301		
11707762	Tilougguit Al ’Assa	tilougguit-al-assa	MA		0	Africa/Casablanca	33.08253	-5.53229				05	301		
11707764	Almou Oulaghas	almou-oulaghas	MA		0	Africa/Casablanca	33.05558	-5.54051				05	301		
11707770	Tafarane-n-moulay ’Abdallah	tafarane-n-moulay-abdallah	MA		0	Africa/Casablanca	33.15139	-5.70084				05	301		
11707785	Tisgdal M-Ouchane	tisgdal-m-ouchane	MA		0	Africa/Casablanca	33.46521	-5.95141				04	291		
11707792	Aït Lamrabtiya	ait-lamrabtiya	MA		0	Africa/Casablanca	33.47822	-5.92173				04	291		
11707800	Aït Bouhou	ait-bouhou	MA		0	Africa/Casablanca	33.43638	-5.94892				04	291		
11707807	Aït Hdiddou	ait-hdiddou	MA		0	Africa/Casablanca	33.44166	-5.92857				04	291		
11707824	Aït ’Omar	ait-omar	MA		0	Africa/Casablanca	33.39757	-5.90288				04	291		
11707831	Ez Zaouit	ez-zaouit	MA		0	Africa/Casablanca	33.38543	-5.96979				04	291		
11707839	Aït ’Issa	ait-issa	MA		0	Africa/Casablanca	33.37709	-5.97197				04	291		
11707853	Aït al Hadj	ait-al-hadj	MA		0	Africa/Casablanca	33.35161	-5.98488				04	291		
11707870	Tazouggart	tazouggart	MA		0	Africa/Casablanca	33.29201	-5.98837				05	301		
11707881	Harcha	harcha	MA		0	Africa/Casablanca	33.25593	-5.92512				05	301		
11707898	Aït Hdiddou	ait-hdiddou	MA		0	Africa/Casablanca	33.37156	-5.89248				04	291		
11707914	Aït Sa’id Ou-Hsine	ait-sa-id-ou-hsine	MA		0	Africa/Casablanca	33.4578	-5.889				04	291		
11707961	Paysanat	paysanat	MA		0	Africa/Casablanca	33.35953	-5.79804				05	301		
11707962	Paysanat	paysanat	MA		0	Africa/Casablanca	33.34433	-5.78189				05	301		
11707971	Aït Bouhou	ait-bouhou	MA		0	Africa/Casablanca	33.3347	-5.81004				04	291		
11708043	Harissa Elmiyya Ou Lghabat Abaryoun	harissa-elmiyya-ou-lghabat-abaryoun	MA		0	Africa/Casablanca	33.33024	-5.71247				05	301		
11708076	Ma’adine Tourtout	ma-adine-tourtout	MA		0	Africa/Casablanca	33.34103	-5.65372				05	301		
11708102	Bou Ouwafoud	bou-ouwafoud	MA		0	Africa/Casablanca	33.48712	-5.63522				03	171		
11708129	Bou al Ma’adene	bou-al-ma-adene	MA		0	Africa/Casablanca	33.39139	-5.53845				03	271		
11708131	Saba’ Saka	saba-saka	MA		0	Africa/Casablanca	33.38215	-5.55051				03	271		
11708138	Karmous n-Qassi	karmous-n-qassi	MA		0	Africa/Casablanca	33.35853	-5.55716				05	301		
11708141	Ta’wine n-Mohammed Oumai	ta-wine-n-mohammed-oumai	MA		0	Africa/Casablanca	33.35433	-5.56261				05	301		
11708151	Aït Ahmed	ait-ahmed	MA		0	Africa/Casablanca	33.32449	-5.53837				05	301		
11708157	Bou Chber	bou-chber	MA		0	Africa/Casablanca	33.30338	-5.589				05	301		
11708221	Aït Sidi Ahmed Ou Belqassem	ait-sidi-ahmed-ou-belqassem	MA		0	Africa/Casablanca	33.08409	-5.4797				05	301		
11708227	Aberoual	aberoual	MA		0	Africa/Casablanca	33.19816	-5.48515				03	271		
11708228	Aït Ahmed Yahia	ait-ahmed-yahia	MA		0	Africa/Casablanca	33.19421	-5.48738				05	301		
11708229	Aït Ben ’Ali	ait-ben-ali	MA		0	Africa/Casablanca	33.19525	-5.48695				05	301		
11708231	Aït Taleb	ait-taleb	MA		0	Africa/Casablanca	33.17959	-5.46357				03	271		
11708238	’Aïn al ’Ançar	ain-al-ancar	MA		0	Africa/Casablanca	33.16407	-5.47309				05	301		
11708239	Aït Zerri	ait-zerri	MA		0	Africa/Casablanca	33.16508	-5.47773				05	301		
11708241	Tifrati	tifrati	MA		0	Africa/Casablanca	33.20647	-5.15963				03	271		
11708247	Aït Lias	ait-lias	MA		0	Africa/Casablanca	33.00392	-5.11586				03	271		
11708249	Aghbalou-n-Brahim	aghbalou-n-brahim	MA		0	Africa/Casablanca	33.02753	-5.0725				03	271		
11708261	Wanfdou	wanfdou	MA		0	Africa/Casablanca	33.14902	-5.49588				05	301		
11708262	Aït Ben et Taïbi	ait-ben-et-taibi	MA		0	Africa/Casablanca	33.14744	-5.49502				05	301		
11708265	Oçar Boufernane	ocar-boufernane	MA		0	Africa/Casablanca	33.12333	-5.49318				05	301		
11708266	Labrduane	labrduane	MA		0	Africa/Casablanca	33.12106	-5.49421				05	301		
11708267	Aït Bou Dihar	ait-bou-dihar	MA		0	Africa/Casablanca	33.11276	-5.44593				05	301		
11708268	Aït Tichaou	ait-tichaou	MA		0	Africa/Casablanca	33.1037	-5.48404				05	301		
11708269	Aït ’Ammi ’Ali	ait-ammi-ali	MA		0	Africa/Casablanca	33.106	-5.48258				05	301		
11708272	Aït Bardine	ait-bardine	MA		0	Africa/Casablanca	33.10311	-5.46067				05	301		
11708274	Ançar Agajtat	ancar-agajtat	MA		0	Africa/Casablanca	33.0859	-5.45043				05	301		
11708277	Aït Hayi	ait-hayi	MA		0	Africa/Casablanca	33.07763	-5.4582				05	301		
11708278	Aït Izzougher	ait-izzougher	MA		0	Africa/Casablanca	33.07598	-5.45614				05	301		
11708279	Aït ’Azizi	ait-azizi	MA		0	Africa/Casablanca	33.06666	-5.45296				05	301		
11708281	Aït ’Ali Ou-Mohammed	ait-ali-ou-mohammed	MA		0	Africa/Casablanca	33.05706	-5.46047				05	301		
11708283	Tafarn Tamsaout	tafarn-tamsaout	MA		0	Africa/Casablanca	33.064	-5.49683				05	301		
11708284	Ougouz	ougouz	MA		0	Africa/Casablanca	33.06131	-5.44026				05	301		
11708294	Aït Bouzzaouit	ait-bouzzaouit	MA		0	Africa/Casablanca	33.06278	-5.44975				05	301		
11708300	Aït Tida	ait-tida	MA		0	Africa/Casablanca	33.0322	-5.34053				05	301		
11708301	Aït Mes’oud Ou- ’Ali	ait-mes-oud-ou-ali	MA		0	Africa/Casablanca	33.03674	-5.35705				05	301		
11708303	Aït Ben Qassou	ait-ben-qassou	MA		0	Africa/Casablanca	33.04328	-5.35954				05	301		
11708306	Amzikattane	amzikattane	MA		0	Africa/Casablanca	33.04738	-5.36022				05	301		
11708307	Aït ’Ali	ait-ali	MA		0	Africa/Casablanca	33.05242	-5.44056				05	301		
11708310	Aït Ben ’Azzouz	ait-ben-azzouz	MA		0	Africa/Casablanca	33.07048	-5.34383				05	301		
11708311	Aït Ou Haddou	ait-ou-haddou	MA		0	Africa/Casablanca	33.05584	-5.41541				05	301		
11708314	Aït Hammou	ait-hammou	MA		0	Africa/Casablanca	33.02717	-5.33147				05	301		
11708315	Aït Ou Haba	ait-ou-haba	MA		0	Africa/Casablanca	33.07673	-5.39675				05	301		
11708317	Aït Chard	ait-chard	MA		0	Africa/Casablanca	33.02871	-5.40563				05	301		
11708319	Outghalline	outghalline	MA		0	Africa/Casablanca	33.07864	-5.38443				05	301		
11708322	Aït Ahmed Ou- Hammou	ait-ahmed-ou-hammou	MA		0	Africa/Casablanca	33.00899	-5.42159				05	301		
11708327	Aït Ben Brahim	ait-ben-brahim	MA		0	Africa/Casablanca	33.09457	-5.3849				05	301		
11708329	Aït Belhaj	ait-belhaj	MA		0	Africa/Casablanca	33.10841	-5.37224				05	301		
11708333	Aguelmam Ou Houli	aguelmam-ou-houli	MA		0	Africa/Casablanca	33.12926	-5.36194				05	301		
11708342	Lamrabtiya	lamrabtiya	MA		0	Africa/Casablanca	33.09835	-5.38391				05	301		
11708375	Aït Boubker	ait-boubker	MA		0	Africa/Casablanca	33.10151	-5.27169				03	271		
11708377	Aït Mbarek	ait-mbarek	MA		0	Africa/Casablanca	33.09809	-5.30945				05	301		
11708379	Aghbalou Ou al Haj	aghbalou-ou-al-haj	MA		0	Africa/Casablanca	33.0891	-5.28409				03	271		
11708380	Aït Hammou Ou Yougou	ait-hammou-ou-yougou	MA		0	Africa/Casablanca	33.08551	-5.31183				03	271		
11708382	Aït H’sine	ait-h-sine	MA		0	Africa/Casablanca	33.07706	-5.27165				03	271		
11708383	Tabardout	tabardout	MA		0	Africa/Casablanca	33.07346	-5.25418				03	271		
11708384	Aït Haddou Ou ’Ali	ait-haddou-ou-ali	MA		0	Africa/Casablanca	33.07177	-5.28315				03	271		
11708386	Idlaywine	idlaywine	MA		0	Africa/Casablanca	33.06494	-5.30959				03	271		
11708387	Iziyane	iziyane	MA		0	Africa/Casablanca	33.05541	-5.31447				03	271		
11708388	Aït ’Abdalkhaleq	ait-abdalkhaleq	MA		0	Africa/Casablanca	33.05951	-5.28903				03	271		
11708392	Aït Naçer	ait-nacer	MA		0	Africa/Casablanca	33.04711	-5.2914				03	271		
11708393	Aït Rahou Ou Bouziyane	ait-rahou-ou-bouziyane	MA		0	Africa/Casablanca	33.04544	-5.26066				03	271		
11708394	Aït Hsine	ait-hsine	MA		0	Africa/Casablanca	33.03659	-5.2538				03	271		
11708396	Aït Mimoun	ait-mimoun	MA		0	Africa/Casablanca	33.03832	-5.3171				03	271		
11708397	Aït Ben Mhammed	ait-ben-mhammed	MA		0	Africa/Casablanca	33.03735	-5.32345				05	301		
11708400	Aït Bouziyane	ait-bouziyane	MA		0	Africa/Casablanca	33.01194	-5.28847				03	271		
11708405	Aït Ifrane	ait-ifrane	MA		0	Africa/Casablanca	33.22595	-5.46017				03	271		
11708410	Aït Mimoun	ait-mimoun	MA		0	Africa/Casablanca	33.20057	-5.48404				03	271		
11708411	Aït ’Ammou	ait-ammou	MA		0	Africa/Casablanca	33.19037	-5.49712				05	301		
11708413	Aït Tibbouch	ait-tibbouch	MA		0	Africa/Casablanca	33.03037	-5.47983				05	301		
11708421	Aït Ben Sa’id	ait-ben-sa-id	MA		0	Africa/Casablanca	33.24307	-5.43784				03	271		
11708431	Mais Forest d’Aïn Tifratine	mais-forest-d-ain-tifratine	MA		0	Africa/Casablanca	33.19904	-5.19566				03	271		
11708433	Imrabdene	imrabdene	MA		0	Africa/Casablanca	33.17712	-5.17535				03	271		
11708437	Aït ’Aqqa	ait-aqqa	MA		0	Africa/Casablanca	33.16237	-5.19237				03	271		
11708444	Ifroukhane	ifroukhane	MA		0	Africa/Casablanca	33.15037	-5.21843				03	271		
11708453	Amangous	amangous	MA		0	Africa/Casablanca	33.07526	-5.15416				03	271		
11708459	’Amar Ou Moussa	amar-ou-moussa	MA		0	Africa/Casablanca	33.06517	-5.17045				03	271		
11708460	Imouzer	imouzer	MA		0	Africa/Casablanca	33.06685	-5.21072				03	271		
11708466	Aït Badi	ait-badi	MA		0	Africa/Casablanca	33.02987	-5.22297				03	271		
11708469	Itkhissane	itkhissane	MA		0	Africa/Casablanca	33.01497	-5.21873				03	271		
11708470	Aït Sa’id	ait-sa-id	MA		0	Africa/Casablanca	33.01841	-5.23196				03	271		
11708476	Aït Qassou	ait-qassou	MA		0	Africa/Casablanca	33.22451	-5.07582				03	271		
11708479	Aït Haddou	ait-haddou	MA		0	Africa/Casablanca	33.19083	-5.08631				03	271		
11708484	Ighzafene	ighzafene	MA		0	Africa/Casablanca	33.17314	-5.09798				03	271		
11708491	Aït ’Issa	ait-issa	MA		0	Africa/Casablanca	33.15148	-5.07998				03	271		
11708494	Amangous	amangous	MA		0	Africa/Casablanca	33.04692	-5.12813				03	271		
11708508	Kouara-n-Aït Makha	kouara-n-ait-makha	MA		0	Africa/Casablanca	33.11664	-5.00876				03	271		
11708522	Aït ’Issa	ait-issa	MA		0	Africa/Casablanca	33.16596	-5.0679				03	271		
11708526	Taghia Tamaziant	taghia-tamaziant	MA		0	Africa/Casablanca	33.18604	-5.05286				03	271		
11708529	Aït Qessou	ait-qessou	MA		0	Africa/Casablanca	33.20672	-5.06273				03	271		
11708531	Taghbalout Mouha Haddou Ou Sa’id	taghbalout-mouha-haddou-ou-sa-id	MA		0	Africa/Casablanca	33.22839	-5.02318				03	271		
11708533	Aït Brahim	ait-brahim	MA		0	Africa/Casablanca	33.20296	-5.07228				03	271		
11708537	Aït Haddou Ou Bel ’Id	ait-haddou-ou-bel-id	MA		0	Africa/Casablanca	33.24412	-5.00537				03	271		
11708540	Aït Bou ’Adiyya	ait-bou-adiyya	MA		0	Africa/Casablanca	33.24506	-5.06885				03	271		
11708542	Hjara	hjara	MA		0	Africa/Casablanca	33.18166	-5.0023				03	271		
11708551	Aït Rahou Ou Lahsene	ait-rahou-ou-lahsene	MA		0	Africa/Casablanca	33.3778	-5.44215				03	271		
11708554	Sidi ’Addi	sidi-addi	MA		0	Africa/Casablanca	33.3957	-5.33341				03	271		
11708556	Aït Rahou Ou Youssef	ait-rahou-ou-youssef	MA		0	Africa/Casablanca	33.39481	-5.46102				03	271		
11708577	Aït Mimoun	ait-mimoun	MA		0	Africa/Casablanca	33.47378	-5.40353				03	271		
11708586	Aït Alla Ou ’Aziz	ait-alla-ou-aziz	MA		0	Africa/Casablanca	33.44177	-5.43558				03	271		
11708592	Aït ’Ali Ou ’Aziz	ait-ali-ou-aziz	MA		0	Africa/Casablanca	33.42745	-5.43164				03	271		
11708593	Aït ’Issa	ait-issa	MA		0	Africa/Casablanca	33.4186	-5.42262				03	271		
11708597	Aït Ouwa’ziz	ait-ouwa-ziz	MA		0	Africa/Casablanca	33.40259	-5.45503				03	271		
11708600	Ahadaf	ahadaf	MA		0	Africa/Casablanca	33.38811	-5.4737				03	271		
11708601	Aït ’Akki	ait-akki	MA		0	Africa/Casablanca	33.41412	-5.43614				03	271		
11708604	Ifroukhane	ifroukhane	MA		0	Africa/Casablanca	33.38118	-5.45881				03	271		
11708605	Jnane al Hallouf	jnane-al-hallouf	MA		0	Africa/Casablanca	33.38029	-5.48297				03	271		
11708606	Aït Bou Haddou	ait-bou-haddou	MA		0	Africa/Casablanca	33.37265	-5.4758				03	271		
11708607	Aït Rahou Ou Bouziane	ait-rahou-ou-bouziane	MA		0	Africa/Casablanca	33.37412	-5.44872				03	271		
11708609	Idrawine	idrawine	MA		0	Africa/Casablanca	33.39397	-5.41061				03	271		
11708611	Aït Ben Hammou	ait-ben-hammou	MA		0	Africa/Casablanca	33.36649	-5.49023				03	271		
11708613	Aït Ben ’Alla	ait-ben-alla	MA		0	Africa/Casablanca	33.36391	-5.47412				03	271		
11708614	Aït Boukhris	ait-boukhris	MA		0	Africa/Casablanca	33.36206	-5.433				03	271		
11708618	Aït Bou Khris	ait-bou-khris	MA		0	Africa/Casablanca	33.34669	-5.43157				03	271		
11708620	Aït Ben Sa’id	ait-ben-sa-id	MA		0	Africa/Casablanca	33.33673	-5.45573				03	271		
11708621	Aït Djaja	ait-djaja	MA		0	Africa/Casablanca	33.33279	-5.46489				03	271		
11708622	Aït Ichou Ou ’Ali	ait-ichou-ou-ali	MA		0	Africa/Casablanca	33.33353	-5.44281				03	271		
11708624	Aït Rahou Ou Bouziane	ait-rahou-ou-bouziane	MA		0	Africa/Casablanca	33.34332	-5.41313				03	271		
11708626	Aït Moulay Hmad	ait-moulay-hmad	MA		0	Africa/Casablanca	33.33182	-5.48374				03	271		
11708627	Aït Moulay Hmad	ait-moulay-hmad	MA		0	Africa/Casablanca	33.31963	-5.43241				03	271		
11708634	Dar Hassane-n-’Assou	dar-hassane-n-assou	MA		0	Africa/Casablanca	33.29069	-5.48164				03	271		
11708639	Aït ’Azzouz	ait-azzouz	MA		0	Africa/Casablanca	33.29137	-5.4325				03	271		
11708641	Aït Sidi Moussa	ait-sidi-moussa	MA		0	Africa/Casablanca	33.27375	-5.47177				03	271		
11708643	I’ttijjane	i-ttijjane	MA		0	Africa/Casablanca	33.25911	-5.49391				03	271		
11708645	Aït Ben Sa’id	ait-ben-sa-id	MA		0	Africa/Casablanca	33.26221	-5.44006				03	271		
11708649	Aït Moulay Jilali	ait-moulay-jilali	MA		0	Africa/Casablanca	33.25165	-5.49577				03	271		
11708650	Aït Bouziane	ait-bouziane	MA		0	Africa/Casablanca	33.25071	-5.48075				03	271		
11708651	I’ttijjane	i-ttijjane	MA		0	Africa/Casablanca	33.25064	-5.44749				03	271		
11708652	Aït ’Azzouz	ait-azzouz	MA		0	Africa/Casablanca	33.25265	-5.43549				03	271		
11708653	Aït Moussa	ait-moussa	MA		0	Africa/Casablanca	33.25362	-5.40461				03	271		
11708657	Aït Ben ’Amer	ait-ben-amer	MA		0	Africa/Casablanca	33.28355	-5.36498				03	271		
11708659	Tabarghazit	tabarghazit	MA		0	Africa/Casablanca	33.28879	-5.36404				03	271		
11708661	Aït Dawd	ait-dawd	MA		0	Africa/Casablanca	33.29248	-5.37342				03	271		
11708665	Aït Hammou	ait-hammou	MA		0	Africa/Casablanca	33.30735	-5.35314				03	271		
11708667	Aït Ou Çalah	ait-ou-calah	MA		0	Africa/Casablanca	33.30794	-5.38985				03	271		
11708671	Aït ’Assou Ou ’Amer	ait-assou-ou-amer	MA		0	Africa/Casablanca	33.33286	-5.3683				03	271		
11708673	Aït ’Aqqa Ou ’Aziz	ait-aqqa-ou-aziz	MA		0	Africa/Casablanca	33.32332	-5.39319				03	271		
11708674	Aït Haddou Ou ’Aziz	ait-haddou-ou-aziz	MA		0	Africa/Casablanca	33.31569	-5.3937				03	271		
11708678	Aït Ichou Ou ’Alla	ait-ichou-ou-alla	MA		0	Africa/Casablanca	33.34362	-5.38963				03	271		
11708684	Aït Dawd Ou Rahou	ait-dawd-ou-rahou	MA		0	Africa/Casablanca	33.34972	-5.35208				03	271		
11708687	Aït Haddou Ou Sa’id	ait-haddou-ou-sa-id	MA		0	Africa/Casablanca	33.37939	-5.35156				03	271		
11708689	Aït Bouhou	ait-bouhou	MA		0	Africa/Casablanca	33.3914	-5.34641				03	271		
11708690	Aghbalou Ihallal	aghbalou-ihallal	MA		0	Africa/Casablanca	33.39197	-5.3934				03	271		
11708691	Aghbalou Aït Ou Moussa	aghbalou-ait-ou-moussa	MA		0	Africa/Casablanca	33.39197	-5.38783				03	271		
11708694	Aït Jilali	ait-jilali	MA		0	Africa/Casablanca	33.39932	-5.35491				03	271		
11708697	Aït Ou Naçer	ait-ou-nacer	MA		0	Africa/Casablanca	33.40795	-5.39911				03	271		
11708698	Aghbalou-n-Aït Hafaç	aghbalou-n-ait-hafac	MA		0	Africa/Casablanca	33.40562	-5.39001				03	271		
11708699	Aït Sa’id	ait-sa-id	MA		0	Africa/Casablanca	33.4096	-5.37401				03	271		
11708701	Aït Ikharmazene	ait-ikharmazene	MA		0	Africa/Casablanca	33.39541	-5.34358				03	271		
11708709	’Ain Moha Ou Larbi	ain-moha-ou-larbi	MA		0	Africa/Casablanca	33.46514	-5.38388				03	271		
11708711	Aït Jilali	ait-jilali	MA		0	Africa/Casablanca	33.43913	-5.38218				03	271		
11708712	Aït ’Alla	ait-alla	MA		0	Africa/Casablanca	33.44294	-5.32684				03	271		
11708715	Ijnatene	ijnatene	MA		0	Africa/Casablanca	33.48247	-5.34092				03	271		
11708721	Aït Ben ’Ali	ait-ben-ali	MA		0	Africa/Casablanca	33.48544	-5.40126				03	271		
11708726	Aït Ben ’Ali	ait-ben-ali	MA		0	Africa/Casablanca	33.49134	-5.31903				03	271		
11708727	Aït Al ’Asri	ait-al-asri	MA		0	Africa/Casablanca	33.46478	-5.29002				03	271		
11708729	Aït Khouya ’Ali	ait-khouya-ali	MA		0	Africa/Casablanca	33.44477	-5.30457				03	271		
11708730	Aït Haddou Ou Rahou	ait-haddou-ou-rahou	MA		0	Africa/Casablanca	33.44488	-5.29264				03	271		
11708733	Aït Haddou Ouqassou	ait-haddou-ouqassou	MA		0	Africa/Casablanca	33.42837	-5.29809				03	271		
11708736	Aït Khouy ’Ali	ait-khouy-ali	MA		0	Africa/Casablanca	33.41898	-5.282				03	271		
11708741	Qaçba Hachab	qacba-hachab	MA		0	Africa/Casablanca	33.41239	-5.27787				03	271		
11708746	Aït Mohammed Ou ’Aziz	ait-mohammed-ou-aziz	MA		0	Africa/Casablanca	33.38376	-5.30557				03	271		
11708748	Aghbalou Toutat	aghbalou-toutat	MA		0	Africa/Casablanca	33.39344	-5.28642				03	271		
11708750	Aït Haddou Ou ’Aziz	ait-haddou-ou-aziz	MA		0	Africa/Casablanca	33.37294	-5.3107				03	271		
11708752	Aït Ben Amer	ait-ben-amer	MA		0	Africa/Casablanca	33.36093	-5.34779				03	271		
11708754	Aït Hsine	ait-hsine	MA		0	Africa/Casablanca	33.35602	-5.34045				03	271		
11708755	Aït Mohammed Ou ’Aziz	ait-mohammed-ou-aziz	MA		0	Africa/Casablanca	33.35681	-5.30843				03	271		
11708760	Aït Sa’id Ou Hmad	ait-sa-id-ou-hmad	MA		0	Africa/Casablanca	33.35735	-5.29205				03	271		
11708770	Aja’ Bou	aja-bou	MA		0	Africa/Casablanca	33.27232	-5.34182				03	271		
11708779	Aït Khouya Mohammed	ait-khouya-mohammed	MA		0	Africa/Casablanca	33.32408	-5.33255				03	271		
11708783	Aït Moulay Hmad	ait-moulay-hmad	MA		0	Africa/Casablanca	33.3306	-5.33993				03	271		
11708787	Ighrem Mkhatar	ighrem-mkhatar	MA		0	Africa/Casablanca	33.34157	-5.29581				03	271		
11708789	Aït ’Aqqa	ait-aqqa	MA		0	Africa/Casablanca	33.35032	-5.28127				03	271		
11708794	Aït Haddou	ait-haddou	MA		0	Africa/Casablanca	33.48931	-5.26002				03	271		
11708796	Aït ’Alla	ait-alla	MA		0	Africa/Casablanca	33.47466	-5.27114				03	271		
11708797	Aït Bou’azza	ait-bou-azza	MA		0	Africa/Casablanca	33.45383	-5.25414				03	271		
11708798	Lalla Khadra	lalla-khadra	MA		0	Africa/Casablanca	33.45157	-5.25758				03	271		
11708799	Aït Youmour	ait-youmour	MA		0	Africa/Casablanca	33.44516	-5.25217				03	271		
11708800	Al Mrabtine	al-mrabtine	MA		0	Africa/Casablanca	33.4418	-5.25625				03	271		
11708801	Aït ’Omar	ait-omar	MA		0	Africa/Casablanca	33.43292	-5.25328				03	271		
11708803	Afoud Ou ’Assal	afoud-ou-assal	MA		0	Africa/Casablanca	33.40949	-5.2647				03	271		
11708804	Aït Sa’ada	ait-sa-ada	MA		0	Africa/Casablanca	33.40601	-5.26668				03	271		
11708809	Tatirout	tatirout	MA		0	Africa/Casablanca	33.34656	-5.29032				03	271		
11708812	Aït Dawd Ou Rahou	ait-dawd-ou-rahou	MA		0	Africa/Casablanca	33.33598	-5.3374				03	271		
11708822	’Aïn Aqadous	ain-aqadous	MA		0	Africa/Casablanca	33.30905	-5.31401				03	271		
11708831	Aït Tizi	ait-tizi	MA		0	Africa/Casablanca	33.43757	-5.27036				03	271		
11708832	Souq al Had	souq-al-had	MA		0	Africa/Casablanca	33.2923	-5.49078				03	271		
11708849	Qachla	qachla	MA		0	Africa/Casablanca	33.01267	-4.87737				08	363		
11708862	Bouskour	bouskour	MA		0	Africa/Casablanca	33.18347	-4.76645				03	131		
11708863	Tightamt Aït Bouhou	tightamt-ait-bouhou	MA		0	Africa/Casablanca	33.17765	-4.7709				03	131		
11708869	Tabajit	tabajit	MA		0	Africa/Casablanca	33.00619	-4.80175				08	363		
11708872	Boughdadi	boughdadi	MA		0	Africa/Casablanca	33.01434	-4.76513				03	131		
11732255	Aït Bani	ait-bani	MA		0	Africa/Casablanca	33.23728	-4.67062				03	131		
11732352	Aït Mohand ou Rahou	ait-mohand-ou-rahou	MA		0	Africa/Casablanca	33.09639	-4.64148				03	131		
11732353	Ahmed Nounina	ahmed-nounina	MA		0	Africa/Casablanca	33.10113	-4.64088				03	131		
11732355	Al Fayja	al-fayja	MA		0	Africa/Casablanca	33.23575	-4.64262				03	131		
11732357	Al Mzar’a	al-mzar-a	MA		0	Africa/Casablanca	33.22863	-4.62749				03	131		
11732366	Ihwine	ihwine	MA		0	Africa/Casablanca	33.21812	-4.62409				03	131		
11732376	Zawyat Sidi Mbarek	zawyat-sidi-mbarek	MA		0	Africa/Casablanca	33.18873	-4.52888				03	131		
11732412	Zaqlat Aït ’Ali	zaqlat-ait-ali	MA		0	Africa/Casablanca	33.03235	-4.74914				03	131		
11732426	Dar Bou’mama	dar-bou-mama	MA		0	Africa/Casablanca	33.03621	-1.99677				02	251		
11732548	Douar Al Ga’da	douar-al-ga-da	MA		0	Africa/Casablanca	33.05625	-2.00981				02	251		
11732578	As Sowane	as-sowane	MA		0	Africa/Casablanca	33.216	-1.7547				02	251		
11732587	Douar Oulad Halima	douar-oulad-halima	MA		0	Africa/Casablanca	34.4832	-5.9399				04	481		
11732588	Douar Lamidine	douar-lamidine	MA		0	Africa/Casablanca	34.48769	-5.91822				04	481		
11732589	Douar Hejaoua	douar-hejaoua	MA		0	Africa/Casablanca	34.4679	-5.94163				04	481		
11732590	Douar Cherkaoua	douar-cherkaoua	MA		0	Africa/Casablanca	34.46532	-5.95622				04	481		
11732594	Douar Laoua Kem	douar-laoua-kem	MA		0	Africa/Casablanca	34.46804	-5.89493				04	491		
11732596	Douar Oulad Hamdane	douar-oulad-hamdane	MA		0	Africa/Casablanca	34.4764	-5.87119				04	481		
11732600	Douar el Dakhla	douar-el-dakhla	MA		0	Africa/Casablanca	34.4792	-5.82826				04	491		
11732601	Douar Ettajer Blona	douar-ettajer-blona	MA		0	Africa/Casablanca	34.47888	-5.85157				04	491		
11732611	El Baraka	el-baraka	MA		0	Africa/Casablanca	34.46436	-5.79851				04	481		
11732616	Douar Oulad Sidi bou Haya	douar-oulad-sidi-bou-haya	MA		0	Africa/Casablanca	34.44046	-5.78808				04	481		
11732618	Douar Lekrada	douar-lekrada	MA		0	Africa/Casablanca	34.43414	-5.76719				04	481		
11732621	Douar Ouled ben Adou	douar-ouled-ben-adou	MA		0	Africa/Casablanca	34.44854	-5.99562				04	481		
11732624	Douar Ertaba	douar-ertaba	MA		0	Africa/Casablanca	34.43515	-5.96866				04	481		
11732627	Douar el Souama	douar-el-souama	MA		0	Africa/Casablanca	34.44548	-5.90496				04	491		
11732628	Douar Olad Okba	douar-olad-okba	MA		0	Africa/Casablanca	34.45567	-5.88973				04	491		
11732630	Douar el Chouamena	douar-el-chouamena	MA		0	Africa/Casablanca	34.40758	-5.96744				04	481		
11732631	Douar Echchaïbi	douar-echchaibi	MA		0	Africa/Casablanca	34.40213	-5.95157				04	481		
11732634	Douar Zaïbil	douar-zaibil	MA		0	Africa/Casablanca	34.39917	-5.99326				04	481		
11732635	Douar Essejine	douar-essejine	MA		0	Africa/Casablanca	34.38404	-5.94608				04	481		
11732637	Douar Klaa	douar-klaa	MA		0	Africa/Casablanca	34.38053	-5.98099				04	481		
11732640	Douar el Kboussa	douar-el-kboussa	MA		0	Africa/Casablanca	34.37254	-5.96032				04	481		
11732642	Douar Ouled Ensarr	douar-ouled-ensarr	MA		0	Africa/Casablanca	34.36889	-5.97565				04	481		
11732643	Douar Beni Erzgen	douar-beni-erzgen	MA		0	Africa/Casablanca	34.36812	-5.98719				04	481		
11732645	Douar Echchehoub	douar-echchehoub	MA		0	Africa/Casablanca	34.35724	-5.95076				04	481		
11732655	Douar Oulad Mamor	douar-oulad-mamor	MA		0	Africa/Casablanca	34.33532	-5.83801				04	491		
11732657	Douar el Rherarba	douar-el-rherarba	MA		0	Africa/Casablanca	34.34289	-5.97062				04	491		
11732658	Douar el Kherraba	douar-el-kherraba	MA		0	Africa/Casablanca	34.33685	-5.95265				04	491		
11732662	Douar Ouled Sidi Abdelrhiati	douar-ouled-sidi-abdelrhiati	MA		0	Africa/Casablanca	34.32817	-5.92365				04	491		
11732663	Douar Rzagla	douar-rzagla	MA		0	Africa/Casablanca	34.3203	-5.93154				04	491		
11732664	Rirha	rirha	MA		0	Africa/Casablanca	34.31083	-5.92759				04	491		
11732670	Douar Jedid	douar-jedid	MA		0	Africa/Casablanca	34.26022	-5.93848				04	491		
11732672	Fentassa	fentassa	MA		0	Africa/Casablanca	34.27249	-5.94746				04	491		
11732676	Douar Joualla	douar-joualla	MA		0	Africa/Casablanca	34.31865	-5.90532				04	491		
11732677	Moulay el Maki	moulay-el-maki	MA		0	Africa/Casablanca	34.31691	-5.91982				04	491		
11732678	Douar Oulad Berrouss	douar-oulad-berrouss	MA		0	Africa/Casablanca	34.30428	-5.90427				04	491		
11732679	Douar Oulad Saïd	douar-oulad-said	MA		0	Africa/Casablanca	34.32601	-5.91238				04	491		
11732681	Douar Oulad Akba	douar-oulad-akba	MA		0	Africa/Casablanca	34.44423	-5.853				04	491		
11732684	Azib Oulad el Fkih	azib-oulad-el-fkih	MA		0	Africa/Casablanca	34.44782	-5.8186				04	491		
11732686	Douar Oulad ben Dhib	douar-oulad-ben-dhib	MA		0	Africa/Casablanca	34.42957	-5.80457				04	491		
11732688	Douar bou Tabet	douar-bou-tabet	MA		0	Africa/Casablanca	34.41224	-5.78496				04	491		
11732695	Douar Oulad Hasseine	douar-oulad-hasseine	MA		0	Africa/Casablanca	34.32569	-5.79485				04	491		
11732696	Douar Jaarna	douar-jaarna	MA		0	Africa/Casablanca	34.32039	-5.78348				04	491		
11732702	Douar Tuebria	douar-tuebria	MA		0	Africa/Casablanca	34.28029	-5.75508				04	481		
11732703	Douar Draïd	douar-draid	MA		0	Africa/Casablanca	34.29231	-5.76684				04	481		
11732711	Douar Ouled Rétib	douar-ouled-retib	MA		0	Africa/Casablanca	34.49194	-5.98699				04	481		
11732786	Sondage	sondage	MA		0	Africa/Casablanca	34.08115	-2.98049				02	533		
11732791	Qaçba Ouled Wanane	qacba-ouled-wanane	MA		0	Africa/Casablanca	34.05142	-2.98903				02	533		
11732807	Eç-Çfeya	ec-cfeya	MA		0	Africa/Casablanca	34.03694	-2.93372				02	533		
11732824	Bettwi	bettwi	MA		0	Africa/Casablanca	34.00436	-2.91648				02	533		
11732825	Tacheyt	tacheyt	MA		0	Africa/Casablanca	34.00881	-2.90424				02	533		
11732857	El Madar	el-madar	MA		0	Africa/Casablanca	34.12735	-2.86237				02	533		
11732858	Oum Khela	oum-khela	MA		0	Africa/Casablanca	34.14699	-2.85748				02	533		
11732905	El Galb	el-galb	MA		0	Africa/Casablanca	34.02887	-2.80427				02	533		
11732930	Mazzar	mazzar	MA		0	Africa/Casablanca	34.02471	-2.97648				02	533		
11732937	Sahb Lahjel	sahb-lahjel	MA		0	Africa/Casablanca	34.19216	-2.80936				02	533		
11732945	Sbih	sbih	MA		0	Africa/Casablanca	34.00571	-2.99098				02	533		
11732953	Taghzout	taghzout	MA		0	Africa/Casablanca	34.23833	-2.68078				02	533		
11732955	Ghinou	ghinou	MA		0	Africa/Casablanca	34.22617	-2.67678				02	533		
11732956	Tabourit	tabourit	MA		0	Africa/Casablanca	34.2334	-2.67808				02	533		
11732957	Bou Qemmoun	bou-qemmoun	MA		0	Africa/Casablanca	34.228	-2.67253				02	533		
11732959	Amar Bir Hammou	amar-bir-hammou	MA		0	Africa/Casablanca	34.2197	-2.67021				02	533		
11732960	Aguibiya	aguibiya	MA		0	Africa/Casablanca	34.21796	-2.66654				02	533		
11732977	El Kerma	el-kerma	MA		0	Africa/Casablanca	34.12687	-2.69421				02	533		
11732979	Ech- Chawi	ech-chawi	MA		0	Africa/Casablanca	34.12231	-2.70304				02	533		
11732996	’Ayn Sarraq	ayn-sarraq	MA		0	Africa/Casablanca	34.04902	-2.64512				02	533		
11733001	Borj Ruiné	borj-ruine	MA		0	Africa/Casablanca	34.08213	-2.61659				02	533		
11733003	Lamqam	lamqam	MA		0	Africa/Casablanca	34.08524	-2.61916				02	533		
11733005	El Khemis	el-khemis	MA		0	Africa/Casablanca	34.10173	-2.62152				02	533		
11733006	Iramdenene	iramdenene	MA		0	Africa/Casablanca	34.10948	-2.58356				02	533		
11733026	Bou Çalah	bou-calah	MA		0	Africa/Casablanca	34.20803	-2.58709				02	533		
11733029	Irnanene	irnanene	MA		0	Africa/Casablanca	34.22034	-2.65945				02	533		
11733047	Ikhardane	ikhardane	MA		0	Africa/Casablanca	34.21214	-2.57684				02	533		
11733051	Atemna	atemna	MA		0	Africa/Casablanca	34.21622	-2.55907				02	533		
11733072	Oulad Aggar	oulad-aggar	MA		0	Africa/Casablanca	34.11554	-2.5595				02	533		
11733075	Mçabeh	mcabeh	MA		0	Africa/Casablanca	34.09944	-2.5776				02	533		
11733082	Mosguèe	mosguee	MA		0	Africa/Casablanca	34.1379	-2.62138				02	533		
11733087	Tamdghart	tamdghart	MA		0	Africa/Casablanca	34.24528	-2.68616				02	533		
11733090	Talcoucht	talcoucht	MA		0	Africa/Casablanca	34.17965	-2.71983				02	533		
11733095	Taqli’t	taqli-t	MA		0	Africa/Casablanca	34.22688	-2.49605				02	275		
11733096	’Ayn Oulad Mas’oud	ayn-oulad-mas-oud	MA		0	Africa/Casablanca	34.22332	-2.46959				02	275		
11733102	Taqli’t	taqli-t	MA		0	Africa/Casablanca	34.22279	-2.48141				02	275		
11733103	Oulad Khlifa	oulad-khlifa	MA		0	Africa/Casablanca	34.22205	-2.42859				02	275		
11733125	Rwabah	rwabah	MA		0	Africa/Casablanca	34.13818	-2.43207				02	275		
11733126	Al Mars	al-mars	MA		0	Africa/Casablanca	34.11178	-2.48994				02	533		
11733132	Atmana	atmana	MA		0	Africa/Casablanca	34.11102	-2.46899				02	275		
11733136	Sahbou Taga	sahbou-taga	MA		0	Africa/Casablanca	34.08271	-2.48352				02	533		
11733152	Hassi Makhnaz	hassi-makhnaz	MA		0	Africa/Casablanca	34.10096	-2.40894				02	275		
11733164	Bqaqcha	bqaqcha	MA		0	Africa/Casablanca	34.2261	-2.3982				02	275		
11733183	Rga	rga	MA		0	Africa/Casablanca	34.16651	-2.27973				02	275		
11733192	Tifirassine	tifirassine	MA		0	Africa/Casablanca	34.19997	-2.44441				02	275		
11733223	Zawyat Sidi Tayyib	zawyat-sidi-tayyib	MA		0	Africa/Casablanca	34.10583	-2.09844				02	275		
11733224	Sahb Al Ghar	sahb-al-ghar	MA		0	Africa/Casablanca	34.10018	-2.14239				02	275		
11733252	Zwayd	zwayd	MA		0	Africa/Casablanca	34.10432	-2.07011				02	275		
11733255	Rahhal	rahhal	MA		0	Africa/Casablanca	34.07508	-2.04795				02	275		
11733257	Laghfouria	laghfouria	MA		0	Africa/Casablanca	34.06392	-2.05412				02	275		
11733260	Hawwara	hawwara	MA		0	Africa/Casablanca	34.05829	-2.0463				02	275		
11733264	Al Qoudiya	al-qoudiya	MA		0	Africa/Casablanca	34.03703	-2.03509				02	275		
11733266	Oulad Ben ’Issa	oulad-ben-issa	MA		0	Africa/Casablanca	34.0369	-2.05348				02	275		
11733270	Oulad Al Ghazi	oulad-al-ghazi	MA		0	Africa/Casablanca	34.02834	-2.03078				02	275		
11733273	Al Fouqra	al-fouqra	MA		0	Africa/Casablanca	34.01196	-2.06285				02	275		
11733274	Hay Al Fayadane	hay-al-fayadane	MA		0	Africa/Casablanca	34.02462	-2.02731				02	275		
11733279	Az-zayyani	az-zayyani	MA		0	Africa/Casablanca	34.00603	-2.01582				02	275		
11733281	Oulad Qaddour	oulad-qaddour	MA		0	Africa/Casablanca	34.00029	-2.03767				02	275		
11733283	Ouziyyine	ouziyyine	MA		0	Africa/Casablanca	34.10657	-2.04507				02	275		
11734303	Aguemroul	aguemroul	MA		0	Africa/Casablanca	31.22734	-9.49107				07	211		
11734304	Aït ou Lehiane	ait-ou-lehiane	MA		0	Africa/Casablanca	31.22758	-9.49543				07	211		
11734306	Tilfaou	tilfaou	MA		0	Africa/Casablanca	31.22849	-9.47405				07	211		
11734308	Sidi Mansour	sidi-mansour	MA		0	Africa/Casablanca	31.24721	-9.45369				07	211		
11734309	Touchtout	touchtout	MA		0	Africa/Casablanca	31.23756	-9.45611				07	211		
11734311	Igoudar	igoudar	MA		0	Africa/Casablanca	31.22571	-9.45755				07	211		
11734314	Igguin Tama	igguin-tama	MA		0	Africa/Casablanca	31.20787	-9.4647				07	211		
11734315	Idourane	idourane	MA		0	Africa/Casablanca	31.20527	-9.45341				07	211		
11734318	Azadn	azadn	MA		0	Africa/Casablanca	31.20105	-9.45874				07	211		
11734319	Aït es Si	ait-es-si	MA		0	Africa/Casablanca	31.20042	-9.47127				07	211		
11734320	Tifardine	tifardine	MA		0	Africa/Casablanca	31.19817	-9.49247				07	211		
11734323	Aguirar Imgrad	aguirar-imgrad	MA		0	Africa/Casablanca	31.17825	-9.49431				07	211		
11734324	Tassila Ougadir	tassila-ougadir	MA		0	Africa/Casablanca	31.18546	-9.47818				07	211		
11734330	El Berka	el-berka	MA		0	Africa/Casablanca	31.17904	-9.46159				07	211		
11734333	Bou Mda	bou-mda	MA		0	Africa/Casablanca	31.16752	-9.48292				07	211		
11734335	Aït Bousmoum	ait-bousmoum	MA		0	Africa/Casablanca	31.16881	-9.47562				07	211		
11734338	Atfarh	atfarh	MA		0	Africa/Casablanca	31.1705	-9.4429				07	211		
11734339	Merraou	merraou	MA		0	Africa/Casablanca	31.15666	-9.47176				07	211		
11734342	Aguirar Quzedder	aguirar-quzedder	MA		0	Africa/Casablanca	31.13689	-9.48813				07	211		
11734343	Aït Makoui	ait-makoui	MA		0	Africa/Casablanca	31.14505	-9.46381				07	211		
11734345	Tassila n’Tzouknit	tassila-n-tzouknit	MA		0	Africa/Casablanca	31.14185	-9.43927				07	211		
11734350	Aït Boutkheriz	ait-boutkheriz	MA		0	Africa/Casablanca	31.12242	-9.454				07	211		
11734351	Adouar n’Boulkhleriz	adouar-n-boulkhleriz	MA		0	Africa/Casablanca	31.12551	-9.46845				07	211		
11734352	Tarhzoult	tarhzoult	MA		0	Africa/Casablanca	31.12051	-9.48288				07	211		
11734357	Alm	alm	MA		0	Africa/Casablanca	31.10872	-9.47009				07	211		
11734363	Taberdahl	taberdahl	MA		0	Africa/Casablanca	31.08263	-9.47756				07	211		
11734365	Ed Dahr el Krit	ed-dahr-el-krit	MA		0	Africa/Casablanca	31.09038	-9.45262				07	211		
11734367	Tirmine	tirmine	MA		0	Africa/Casablanca	31.08347	-9.48874				07	211		
11734368	Aït Mansour	ait-mansour	MA		0	Africa/Casablanca	31.07911	-9.48207				07	211		
11734371	El Krit	el-krit	MA		0	Africa/Casablanca	31.07671	-9.4694				07	211		
11734373	Asrir	asrir	MA		0	Africa/Casablanca	31.08207	-9.44335				07	211		
11734375	Ridi	ridi	MA		0	Africa/Casablanca	31.06864	-9.46409				07	211		
11734382	Azour ou el Haïane	azour-ou-el-haiane	MA		0	Africa/Casablanca	31.04892	-9.45726				07	211		
11734383	Taounboukht	taounboukht	MA		0	Africa/Casablanca	31.05702	-9.44518				07	211		
11734385	Tiourar	tiourar	MA		0	Africa/Casablanca	31.04564	-9.4706				07	211		
11734386	Aït ou Belkassem	ait-ou-belkassem	MA		0	Africa/Casablanca	31.04586	-9.45163				07	211		
11734387	Imouzguene	imouzguene	MA		0	Africa/Casablanca	31.03575	-9.45623				07	211		
11734390	Tissalouine	tissalouine	MA		0	Africa/Casablanca	31.02777	-9.46369				07	211		
11734392	Timouias	timouias	MA		0	Africa/Casablanca	31.03028	-9.45392				07	211		
11734397	Tazeggart	tazeggart	MA		0	Africa/Casablanca	31.01409	-9.49481				07	211		
11734399	Anerar-n Tiout	anerar-n-tiout	MA		0	Africa/Casablanca	31.01325	-9.46858				07	211		
11734400	Tasdremt	tasdremt	MA		0	Africa/Casablanca	31.0078	-9.47545				07	211		
11734401	Izzifn	izzifn	MA		0	Africa/Casablanca	31.00217	-9.48404				07	211		
11734403	Tamarrout	tamarrout	MA		0	Africa/Casablanca	31.00751	-9.44554				07	211		
11734406	Tassila n’Aamer	tassila-n-aamer	MA		0	Africa/Casablanca	31.00022	-9.47509				07	211		
11734407	Aït ou Akam	ait-ou-akam	MA		0	Africa/Casablanca	31.00497	-9.43365				07	211		
11734408	Timsal	timsal	MA		0	Africa/Casablanca	31.01453	-9.4376				07	211		
11734409	Agadir Imouzgaoun	agadir-imouzgaoun	MA		0	Africa/Casablanca	31.01339	-9.42529				07	211		
11734412	Ed Dli	ed-dli	MA		0	Africa/Casablanca	31.00467	-9.39589				07	211		
11734414	Tabourdout	tabourdout	MA		0	Africa/Casablanca	31.02266	-9.42177				07	211		
11734419	Iggui Ouanou	iggui-ouanou	MA		0	Africa/Casablanca	31.0434	-9.43106				07	211		
11734420	Aguerd Oussni	aguerd-oussni	MA		0	Africa/Casablanca	31.03194	-9.41299				07	211		
11734424	Adouz	adouz	MA		0	Africa/Casablanca	31.04447	-9.40868				07	211		
11734427	Iferd Oussni	iferd-oussni	MA		0	Africa/Casablanca	31.04825	-9.40812				07	211		
11734432	Timzalal	timzalal	MA		0	Africa/Casablanca	31.06818	-9.39705				07	211		
11734434	Aït Bifalane	ait-bifalane	MA		0	Africa/Casablanca	31.06777	-9.42692				07	211		
11734436	Tichouardatine	tichouardatine	MA		0	Africa/Casablanca	31.07998	-9.40254				07	211		
11734437	Ifradn	ifradn	MA		0	Africa/Casablanca	31.07913	-9.4343				07	211		
11734438	Biloumane	biloumane	MA		0	Africa/Casablanca	31.0852	-9.42224				07	211		
11734439	Aït Bou Zid	ait-bou-zid	MA		0	Africa/Casablanca	31.08314	-9.39366				07	211		
11734441	Tiourar	tiourar	MA		0	Africa/Casablanca	31.072	-9.38061				07	211		
11734445	Aït Addi	ait-addi	MA		0	Africa/Casablanca	31.08825	-9.39039				07	211		
11734447	Agadir n’Aït Bella	agadir-n-ait-bella	MA		0	Africa/Casablanca	31.09776	-9.3958				07	211		
11734449	Ajrei	ajrei	MA		0	Africa/Casablanca	31.11515	-9.42198				07	211		
11734452	Iguer Oumzidi	iguer-oumzidi	MA		0	Africa/Casablanca	31.11717	-9.38941				07	211		
11734453	Tadouart	tadouart	MA		0	Africa/Casablanca	31.12345	-9.40516				07	211		
11734455	Aït el Fkih	ait-el-fkih	MA		0	Africa/Casablanca	31.12867	-9.43923				07	211		
11734457	Birhlalene	birhlalene	MA		0	Africa/Casablanca	31.13333	-9.42653				07	211		
11734461	Imzar	imzar	MA		0	Africa/Casablanca	31.13124	-9.41052				07	211		
11734462	Tifradine	tifradine	MA		0	Africa/Casablanca	31.13976	-9.40494				07	211		
11734468	Tissekht	tissekht	MA		0	Africa/Casablanca	31.15405	-9.40404				07	211		
11734469	Tasila	tasila	MA		0	Africa/Casablanca	31.14387	-9.41228				07	211		
11734471	Douar Aourir	douar-aourir	MA		0	Africa/Casablanca	31.18298	-9.40331				07	211		
11734472	Ez Zaouit	ez-zaouit	MA		0	Africa/Casablanca	31.17839	-9.42657				07	211		
11734473	Bigdi	bigdi	MA		0	Africa/Casablanca	31.18419	-9.43412				07	211		
11734476	Tiguemmi Ahmed ou Embark	tiguemmi-ahmed-ou-embark	MA		0	Africa/Casablanca	31.1919	-9.39687				07	211		
11734479	Timjdarra	timjdarra	MA		0	Africa/Casablanca	31.19866	-9.39692				07	211		
11734480	Iggui-Iouinguem	iggui-iouinguem	MA		0	Africa/Casablanca	31.19756	-9.40953				07	211		
11734481	Bouzemoun	bouzemoun	MA		0	Africa/Casablanca	31.20068	-9.43022				07	211		
11734486	Issig	issig	MA		0	Africa/Casablanca	31.22026	-9.40967				07	211		
11734488	Jarmoun	jarmoun	MA		0	Africa/Casablanca	31.22204	-9.4279				07	211		
11734489	Sidi Saïd Argrag	sidi-said-argrag	MA		0	Africa/Casablanca	31.2202	-9.43138				07	211		
11734495	Aït Bigoumame	ait-bigoumame	MA		0	Africa/Casablanca	31.24868	-9.42722				07	211		
11734496	El Riad	el-riad	MA		0	Africa/Casablanca	31.24633	-9.41794				07	211		
11734497	Iggui Iferd	iggui-iferd	MA		0	Africa/Casablanca	31.24688	-9.40983				07	211		
11734498	Afrad n’Gourma	afrad-n-gourma	MA		0	Africa/Casablanca	31.23859	-9.39203				07	211		
11734500	Tiguemmi-n’Boussag	tiguemmi-n-boussag	MA		0	Africa/Casablanca	31.22564	-9.39687				07	211		
11734501	Talat n-Tramt	talat-n-tramt	MA		0	Africa/Casablanca	31.24237	-9.37035				07	211		
11734502	Taouakhout	taouakhout	MA		0	Africa/Casablanca	31.24211	-9.3613				07	211		
11734507	Timgrad	timgrad	MA		0	Africa/Casablanca	31.21286	-9.38743				07	211		
11734508	Azadene	azadene	MA		0	Africa/Casablanca	31.21004	-9.38082				07	211		
11734514	Tizi	tizi	MA		0	Africa/Casablanca	31.1991	-9.39018				07	211		
11734515	Talkhoukht	talkhoukht	MA		0	Africa/Casablanca	31.19377	-9.38808				07	211		
11734517	Tassila Mouergane	tassila-mouergane	MA		0	Africa/Casablanca	31.18405	-9.35872				07	211		
11734518	Iskourra	iskourra	MA		0	Africa/Casablanca	31.18849	-9.36688				07	211		
11734520	Taourirt	taourirt	MA		0	Africa/Casablanca	31.18067	-9.38898				07	211		
11734522	Sidi Ouisnt Rabbi	sidi-ouisnt-rabbi	MA		0	Africa/Casablanca	31.17009	-9.36091				07	211		
11734523	Tassila Izgarn	tassila-izgarn	MA		0	Africa/Casablanca	31.16679	-9.36336				07	211		
11734524	Tafrat	tafrat	MA		0	Africa/Casablanca	31.16282	-9.36186				07	211		
11734525	Izrhounder	izrhounder	MA		0	Africa/Casablanca	31.1615	-9.37962				07	211		
11734526	Ed Dahrane	ed-dahrane	MA		0	Africa/Casablanca	31.15933	-9.36357				07	211		
11734532	Ilasmene	ilasmene	MA		0	Africa/Casablanca	31.14218	-9.35859				07	211		
11734533	Aït Sidi el Hassene	ait-sidi-el-hassene	MA		0	Africa/Casablanca	31.14461	-9.36958				07	211		
11734536	Bou Zoukenni	bou-zoukenni	MA		0	Africa/Casablanca	31.13076	-9.3916				07	211		
11734537	Tidourine	tidourine	MA		0	Africa/Casablanca	31.12529	-9.38434				07	211		
11734538	Tidourine	tidourine	MA		0	Africa/Casablanca	31.13072	-9.37228				07	211		
11734540	Akhiam	akhiam	MA		0	Africa/Casablanca	31.12753	-9.36037				07	211		
11734542	Talaïni	talaini	MA		0	Africa/Casablanca	31.11968	-9.37516				07	211		
11734543	Taraggant	taraggant	MA		0	Africa/Casablanca	31.10412	-9.36881				07	211		
11734545	Amerchich	amerchich	MA		0	Africa/Casablanca	31.09982	-9.35464				07	211		
11734546	Askiounane	askiounane	MA		0	Africa/Casablanca	31.09501	-9.37842				07	211		
11734550	Talaïnt ou Mentag	talaint-ou-mentag	MA		0	Africa/Casablanca	31.08498	-9.3649				07	211		
11734551	Ifradn	ifradn	MA		0	Africa/Casablanca	31.08582	-9.354				07	211		
11734552	Irhnajn	irhnajn	MA		0	Africa/Casablanca	31.09071	-9.35435				07	211		
11734555	Talaïnt	talaint	MA		0	Africa/Casablanca	31.06079	-9.38082				07	211		
11734557	Isk ou Mansour	isk-ou-mansour	MA		0	Africa/Casablanca	31.06083	-9.34216				07	211		
11734559	Aït Zalim	ait-zalim	MA		0	Africa/Casablanca	31.0774	-9.33774				07	211		
11734560	Ed Dirane	ed-dirane	MA		0	Africa/Casablanca	31.05141	-9.37992				07	211		
11734562	Tagadirt	tagadirt	MA		0	Africa/Casablanca	31.04149	-9.36366				07	211		
11734568	Tagacht	tagacht	MA		0	Africa/Casablanca	31.01339	-9.36563				07	211		
11734573	Tayert	tayert	MA		0	Africa/Casablanca	31.00607	-9.36572				07	211		
11734575	Aït ou Belaïd	ait-ou-belaid	MA		0	Africa/Casablanca	31.0121	-9.34261				07	211		
11734576	Tafidaht	tafidaht	MA		0	Africa/Casablanca	31.00478	-9.32182				07	211		
11734578	Aït Chaouk	ait-chaouk	MA		0	Africa/Casablanca	31.02446	-9.31851				07	211		
11734581	Aït ou Akrim	ait-ou-akrim	MA		0	Africa/Casablanca	31.00436	-9.30386				07	211		
11734583	Tama n’Talat Ouar	tama-n-talat-ouar	MA		0	Africa/Casablanca	31.04862	-9.32448				07	211		
11734585	Bzaïm	bzaim	MA		0	Africa/Casablanca	31.06244	-9.32267				07	211		
11734588	Sidi El Hachmi	sidi-el-hachmi	MA		0	Africa/Casablanca	31.08395	-9.3301				07	211		
11734596	Aït Lous	ait-lous	MA		0	Africa/Casablanca	31.10772	-9.34422				07	211		
11734599	Ilasmene	ilasmene	MA		0	Africa/Casablanca	31.13182	-9.34091				07	211		
11734600	Bou Azadn	bou-azadn	MA		0	Africa/Casablanca	31.13983	-9.3237				07	211		
11734601	Agouni	agouni	MA		0	Africa/Casablanca	31.14604	-9.33409				07	211		
11734603	Tassila Ibelaas	tassila-ibelaas	MA		0	Africa/Casablanca	31.14505	-9.34198				07	211		
11734606	Agadir n’Aït Emzend	agadir-n-ait-emzend	MA		0	Africa/Casablanca	31.15236	-9.34443				07	211		
11734607	Aït Laâbar	ait-laabar	MA		0	Africa/Casablanca	31.15423	-9.3269				07	211		
11734608	Tassila Ougouzoul	tassila-ougouzoul	MA		0	Africa/Casablanca	31.15276	-9.32194				07	211		
11734611	Afrad Ouchaka	afrad-ouchaka	MA		0	Africa/Casablanca	31.1615	-9.31182				07	211		
11734612	Tassila Ihahane	tassila-ihahane	MA		0	Africa/Casablanca	31.1608	-9.32761				07	211		
11734617	Dou Tama n’Aït Ouarkha	dou-tama-n-ait-ouarkha	MA		0	Africa/Casablanca	31.1618	-9.33834				07	211		
11734618	Bou Zal	bou-zal	MA		0	Africa/Casablanca	31.15658	-9.35417				07	211		
11734621	Aït Saïd ou Ali	ait-said-ou-ali	MA		0	Africa/Casablanca	31.17656	-9.33066				07	211		
11734624	Bou Zal	bou-zal	MA		0	Africa/Casablanca	31.18642	-9.35238				07	211		
11734625	Rigdi	rigdi	MA		0	Africa/Casablanca	31.18629	-9.34267				07	211		
11734634	Takiit	takiit	MA		0	Africa/Casablanca	31.20675	-9.31467				07	211		
11734639	Bizouguine	bizouguine	MA		0	Africa/Casablanca	31.23701	-9.30576				07	211		
11734660	Tafraout	tafraout	MA		0	Africa/Casablanca	31.2086	-9.27721				07	161		
11734663	Taournist	taournist	MA		0	Africa/Casablanca	31.19091	-9.30265				07	211		
11734665	Aït Moulay Knif	ait-moulay-knif	MA		0	Africa/Casablanca	31.19657	-9.29939				07	211		
11734666	Idourane	idourane	MA		0	Africa/Casablanca	31.18871	-9.29793				07	211		
11734667	Afrad Oumrhar	afrad-oumrhar	MA		0	Africa/Casablanca	31.18467	-9.29647				07	211		
11734670	Ouaoufraou	ouaoufraou	MA		0	Africa/Casablanca	31.19355	-9.2639				07	161		
11734686	Aourir n’Aït Jaâ	aourir-n-ait-jaa	MA		0	Africa/Casablanca	31.14821	-9.2624				07	161		
11734688	Aourir Oukard	aourir-oukard	MA		0	Africa/Casablanca	31.15746	-9.26922				07	161		
11734689	Tissalouine	tissalouine	MA		0	Africa/Casablanca	31.15195	-9.27811				07	161		
11734693	Tnir	tnir	MA		0	Africa/Casablanca	31.14317	-9.26841				07	161		
11734697	Tachikhine	tachikhine	MA		0	Africa/Casablanca	31.11415	-9.27128				07	161		
11734698	Imdrane	imdrane	MA		0	Africa/Casablanca	31.11724	-9.27188				07	161		
11734700	Tassabount	tassabount	MA		0	Africa/Casablanca	31.10581	-9.26227				07	161		
11734702	Tichentit	tichentit	MA		0	Africa/Casablanca	31.11309	-9.29355				07	161		
11734703	Aït Hammou	ait-hammou	MA		0	Africa/Casablanca	31.1103	-9.30381				07	161		
11734704	Bou Irhen	bou-irhen	MA		0	Africa/Casablanca	31.10611	-9.29386				07	161		
11734706	Aït Balla Ou Chibane	ait-balla-ou-chibane	MA		0	Africa/Casablanca	31.10078	-9.30823				07	161		
11734709	Aït ou Ahmane	ait-ou-ahmane	MA		0	Africa/Casablanca	31.09492	-9.29291				07	161		
11734710	Tadrine	tadrine	MA		0	Africa/Casablanca	31.09042	-9.29188				07	161		
11734711	Aït Ou Guellid	ait-ou-guellid	MA		0	Africa/Casablanca	31.08827	-9.29896				07	161		
11734713	Imidr	imidr	MA		0	Africa/Casablanca	31.10056	-9.27806				07	161		
11734717	Taissitent	taissitent	MA		0	Africa/Casablanca	31.09343	-9.26309				07	161		
11734719	Aït Lachguer	ait-lachguer	MA		0	Africa/Casablanca	31.08667	-9.29008				07	161		
11734721	Asmama	asmama	MA		0	Africa/Casablanca	31.07998	-9.29592				07	161		
11734722	Tiguemi n’Tafoukt	tiguemi-n-tafoukt	MA		0	Africa/Casablanca	31.07307	-9.28454				07	161		
11734724	Tagounit	tagounit	MA		0	Africa/Casablanca	31.07851	-9.28248				07	161		
11734726	Tirhza	tirhza	MA		0	Africa/Casablanca	31.08428	-9.2771				07	161		
11734733	Imoukhach	imoukhach	MA		0	Africa/Casablanca	31.04138	-9.26373				07	161		
11734736	Laâmmart	laammart	MA		0	Africa/Casablanca	31.03123	-9.25382				07	211		
11734738	Askouri	askouri	MA		0	Africa/Casablanca	31.02292	-9.25631				07	211		
11734740	Imouzaz	imouzaz	MA		0	Africa/Casablanca	31.02064	-9.26025				07	211		
11734741	Ikherrazh	ikherrazh	MA		0	Africa/Casablanca	31.01192	-9.29008				07	211		
11734742	Taouert	taouert	MA		0	Africa/Casablanca	31.00423	-9.29244				07	211		
11734743	Ihissitene	ihissitene	MA		0	Africa/Casablanca	31.01464	-9.27399				07	211		
11734745	Adouz	adouz	MA		0	Africa/Casablanca	31.14756	-9.37426				07	211		
11734748	Issil	issil	MA		0	Africa/Casablanca	31.00044	-9.40634				07	211		
11734749	Ed Dahr	ed-dahr	MA		0	Africa/Casablanca	31.09776	-9.29311				07	161		
11734751	Imzil	imzil	MA		0	Africa/Casablanca	31.06542	-9.25892				07	161		
11734753	Jijgout	jijgout	MA		0	Africa/Casablanca	31.01317	-9.37572				07	211		
11734755	Aït Chourrane	ait-chourrane	MA		0	Africa/Casablanca	31.07016	-9.26841				07	161		
11734758	Izlifene	izlifene	MA		0	Africa/Casablanca	33.89227	-3.95954				03	561		
11734763	Douar Tamedlest	douar-tamedlest	MA		0	Africa/Casablanca	33.78994	-3.94936				02	265		
11734767	Douar Tlat	douar-tlat	MA		0	Africa/Casablanca	33.77314	-3.89672				02	265		
11734778	Douar Legninnda	douar-legninnda	MA		0	Africa/Casablanca	33.87258	-3.85914				02	265		
11734780	Douar Aït Ayach	douar-ait-ayach	MA		0	Africa/Casablanca	33.794	-3.79814				02	265		
11734783	Douar Kmriat	douar-kmriat	MA		0	Africa/Casablanca	33.85837	-3.87564				02	265		
11734785	Douar Linntert	douar-linntert	MA		0	Africa/Casablanca	33.79124	-3.86556				02	265		
11734788	Douar Aït Moussa	douar-ait-moussa	MA		0	Africa/Casablanca	33.96571	-3.8306				02	265		
11734791	Aït Ouarab	ait-ouarab	MA		0	Africa/Casablanca	33.97196	-3.98544				03	561		
11734822	Aksar	aksar	MA		0	Africa/Casablanca	33.81003	-3.94746				02	265		
11734842	Tizi Ouassouel	tizi-ouassouel	MA		0	Africa/Casablanca	33.79405	-3.9015				02	265		
11734855	Douar Lagrouz	douar-lagrouz	MA		0	Africa/Casablanca	33.92162	-3.90939				03	561		
11734863	Douar Aït Aïssa ou Lahsene	douar-ait-aissa-ou-lahsene	MA		0	Africa/Casablanca	33.9755	-3.83161				02	265		
11734876	Douar Bou Mennoun	douar-bou-mennoun	MA		0	Africa/Casablanca	33.8846	-3.85733				02	265		
11734881	Douar Bou Slimane	douar-bou-slimane	MA		0	Africa/Casablanca	33.86834	-3.8796				02	265		
11734886	Jetoual	jetoual	MA		0	Africa/Casablanca	33.82388	-3.85615				02	265		
11734888	Tikhoulat	tikhoulat	MA		0	Africa/Casablanca	33.80279	-3.84498				02	265		
11734893	Douar Taïda Imetlane	douar-taida-imetlane	MA		0	Africa/Casablanca	33.76543	-3.88137				02	265		
11734894	Douar Teddane Bihil	douar-teddane-bihil	MA		0	Africa/Casablanca	33.76966	-3.86841				02	265		
11734912	Tsili ou Rhram	tsili-ou-rhram	MA		0	Africa/Casablanca	33.94569	-3.83419				02	265		
11734913	Douar Aguelzi	douar-aguelzi	MA		0	Africa/Casablanca	33.97502	-3.81331				02	265		
11734914	Douar Dridira	douar-dridira	MA		0	Africa/Casablanca	33.99489	-3.81819				02	265		
11734922	Douar Aït Bou Flili	douar-ait-bou-flili	MA		0	Africa/Casablanca	33.86722	-3.79803				02	265		
11734930	Mattaa	mattaa	MA		0	Africa/Casablanca	33.82837	-3.78602				02	265		
11734932	El Garaj	el-garaj	MA		0	Africa/Casablanca	33.81871	-3.78512				02	265		
11734960	Douar el Rhezaouna	douar-el-rhezaouna	MA		0	Africa/Casablanca	34.19897	-5.96783				04	491		
11734961	Douar el Hamirin	douar-el-hamirin	MA		0	Africa/Casablanca	34.19372	-5.9704				04	491		
11734963	Oulad Abdallah es Sadek	oulad-abdallah-es-sadek	MA		0	Africa/Casablanca	34.18726	-5.97043				04	491		
11734964	Douar el Fekarma	douar-el-fekarma	MA		0	Africa/Casablanca	34.18275	-5.98073				04	491		
11734968	Douar Laouerdha	douar-laouerdha	MA		0	Africa/Casablanca	34.19287	-5.93372				04	491		
11734972	Douar Oulad Chaouïa	douar-oulad-chaouia	MA		0	Africa/Casablanca	34.16816	-5.95801				04	491		
11734978	Douar Ouaouda	douar-ouaouda	MA		0	Africa/Casablanca	34.15584	-5.95157				04	491		
11735062	Douar Kaïd Slimane	douar-kaid-slimane	MA		0	Africa/Casablanca	34.02154	-5.9019				04	291		
11735086	Aït Moussa Louali	ait-moussa-louali	MA		0	Africa/Casablanca	34.07918	-5.86594				04	291		
11735091	Tumulus	tumulus	MA		0	Africa/Casablanca	34.10312	-5.85146				03	061		
11735096	Dar Driss ben Chaki	dar-driss-ben-chaki	MA		0	Africa/Casablanca	34.23738	-5.81559				04	491		
11735104	Sidi Ben Ech Cheïkh	sidi-ben-ech-cheikh	MA		0	Africa/Casablanca	34.20085	-5.82958				04	491		
11735109	Bir Bilek	bir-bilek	MA		0	Africa/Casablanca	34.21654	-5.84814				04	491		
11735110	Dar Larbi bou Haj	dar-larbi-bou-haj	MA		0	Africa/Casablanca	34.21037	-5.84656				04	491		
11735119	Oulad Bou Jeloud	oulad-bou-jeloud	MA		0	Africa/Casablanca	34.15351	-5.83746				04	491		
11735166	Dir ez Zitouna	dir-ez-zitouna	MA		0	Africa/Casablanca	34.0259	-5.77909				03	061		
11735176	Breka	breka	MA		0	Africa/Casablanca	34.01653	-5.78043				03	061		
11735228	Douar Sidi Lahsen Bou Hamadi	douar-sidi-lahsen-bou-hamadi	MA		0	Africa/Casablanca	34.05656	-5.85593				04	291		
11735260	Douar Mohd. Bou Ahmed	douar-mohd-bou-ahmed	MA		0	Africa/Casablanca	34.06142	-5.85432				04	291		
11735280	Douar Oulad el Arej	douar-oulad-el-arej	MA		0	Africa/Casablanca	34.47712	-5.69041				04	481		
11735296	Oulad Sahoun	oulad-sahoun	MA		0	Africa/Casablanca	34.4386	-5.74881				04	481		
11735298	Douar el Behalla	douar-el-behalla	MA		0	Africa/Casablanca	34.44323	-5.73324				04	481		
11735299	Douar Oulad el Araj	douar-oulad-el-araj	MA		0	Africa/Casablanca	34.43775	-5.68802				04	481		
11735301	Douar Oulad Khadir	douar-oulad-khadir	MA		0	Africa/Casablanca	34.43454	-5.70186				04	481		
11735308	Douar Serarhna	douar-serarhna	MA		0	Africa/Casablanca	34.39378	-5.7272				04	481		
11735309	Douar Fkih Sidi Ahmed ben Khadir	douar-fkih-sidi-ahmed-ben-khadir	MA		0	Africa/Casablanca	34.39022	-5.73259				04	481		
11735311	Douar Oulad Jelloul	douar-oulad-jelloul	MA		0	Africa/Casablanca	34.38692	-5.72744				04	491		
11735312	Douar Floussa	douar-floussa	MA		0	Africa/Casablanca	34.38767	-5.73662				04	491		
11735314	Douar Jediat	douar-jediat	MA		0	Africa/Casablanca	34.38501	-5.71463				04	491		
11735315	Douar Oulad ben Khelil	douar-oulad-ben-khelil	MA		0	Africa/Casablanca	34.39232	-5.71004				04	481		
11735316	Douar el Aouameur	douar-el-aouameur	MA		0	Africa/Casablanca	34.38661	-5.70714				04	491		
11735317	Douar Boutat	douar-boutat	MA		0	Africa/Casablanca	34.38979	-5.70233				04	491		
11735319	Douar Abd el Ouahad	douar-abd-el-ouahad	MA		0	Africa/Casablanca	34.39365	-5.69995				04	481		
11735321	Douar Cheguirbat	douar-cheguirbat	MA		0	Africa/Casablanca	34.39673	-5.69568				04	481		
11735327	Douar Mohamed ben Amar	douar-mohamed-ben-amar	MA		0	Africa/Casablanca	34.37624	-5.71424				04	491		
11735328	Douar Oulad Soltane	douar-oulad-soltane	MA		0	Africa/Casablanca	34.36801	-5.71755				04	491		
11735330	Douar el Haouaoura	douar-el-haouaoura	MA		0	Africa/Casablanca	34.36142	-5.68685				04	491		
11735332	Douar bel Haja	douar-bel-haja	MA		0	Africa/Casablanca	34.35345	-5.68919				04	481		
11735335	Douar Oulad Ameur	douar-oulad-ameur	MA		0	Africa/Casablanca	34.33125	-5.6853				04	481		
11735336	Douar Oulad Amira et Tahtani	douar-oulad-amira-et-tahtani	MA		0	Africa/Casablanca	34.32978	-5.68263				04	481		
11735339	Douar Degouga	douar-degouga	MA		0	Africa/Casablanca	34.31989	-5.69419				04	481		
11735342	Douar Oulad Chebal	douar-oulad-chebal	MA		0	Africa/Casablanca	34.29777	-5.68091				04	481		
11735343	Douar Fogra Oulad Sidi Abd er Rahmane	douar-fogra-oulad-sidi-abd-er-rahmane	MA		0	Africa/Casablanca	34.28891	-5.68105				04	481		
11735349	Douar Lakhmas	douar-lakhmas	MA		0	Africa/Casablanca	34.25768	-5.74479				04	481		
11735360	Douar Najaja	douar-najaja	MA		0	Africa/Casablanca	34.27038	-5.62914				04	481		
11735361	Haït el Far	hait-el-far	MA		0	Africa/Casablanca	34.2796	-5.63286				04	481		
11735365	Douar Rhamra	douar-rhamra	MA		0	Africa/Casablanca	34.29088	-5.64683				04	481		
11735368	Douar Oulad Bou Beker	douar-oulad-bou-beker	MA		0	Africa/Casablanca	34.27571	-5.66066				04	481		
11735370	Dar Sidi Mohamed	dar-sidi-mohamed	MA		0	Africa/Casablanca	34.29183	-5.62606				04	481		
11735371	Douar Oulad Jellal	douar-oulad-jellal	MA		0	Africa/Casablanca	34.31728	-5.61629				04	481		
11735374	Douar Oulad ben Khelil	douar-oulad-ben-khelil	MA		0	Africa/Casablanca	34.3229	-5.65089				04	481		
11735376	Douar Oulad Amira el Foukani	douar-oulad-amira-el-foukani	MA		0	Africa/Casablanca	34.32916	-5.63552				04	481		
11735383	Douar Oulad Jellal	douar-oulad-jellal	MA		0	Africa/Casablanca	34.35675	-5.61063				04	481		
11735390	Douar ben Zeroual	douar-ben-zeroual	MA		0	Africa/Casablanca	34.37248	-5.6571				04	481		
11735392	Azib ben Zeroual	azib-ben-zeroual	MA		0	Africa/Casablanca	34.39017	-5.66722				04	481		
11735398	Douar Cheïkh Kassen er Rbili	douar-cheikh-kassen-er-rbili	MA		0	Africa/Casablanca	34.40808	-5.64804				04	481		
11735400	Douar Doukala	douar-doukala	MA		0	Africa/Casablanca	34.40012	-5.65283				04	481		
11735401	Douar Douniat	douar-douniat	MA		0	Africa/Casablanca	34.4029	-5.66139				04	481		
11735402	Douar Chaouia	douar-chaouia	MA		0	Africa/Casablanca	34.40403	-5.65952				04	481		
11735404	Douar Beni Malek	douar-beni-malek	MA		0	Africa/Casablanca	34.40273	-5.676				04	481		
11735418	Douar Caïd bou Abid	douar-caid-bou-abid	MA		0	Africa/Casablanca	34.45833	-5.63204				04	481		
11735448	Azib Sidi Mohamed el Haouari	azib-sidi-mohamed-el-haouari	MA		0	Africa/Casablanca	34.42401	-5.56137				04	481		
11735451	Douar Oulad ben Abid	douar-oulad-ben-abid	MA		0	Africa/Casablanca	34.4113	-5.60809				04	481		
11735453	Douar Beni Guemil	douar-beni-guemil	MA		0	Africa/Casablanca	34.41029	-5.57662				04	481		
11735454	Douar Driss ben Omar	douar-driss-ben-omar	MA		0	Africa/Casablanca	34.40785	-5.58722				04	481		
11735461	Douar Jetatoua	douar-jetatoua	MA		0	Africa/Casablanca	34.38914	-5.58848				04	481		
11735467	Douar Aït Daoud	douar-ait-daoud	MA		0	Africa/Casablanca	34.37402	-5.56625				04	481		
11735468	Douar Sidi Mouloud	douar-sidi-mouloud	MA		0	Africa/Casablanca	34.36937	-5.56032				04	481		
11735477	Douar Aït el Aguid	douar-ait-el-aguid	MA		0	Africa/Casablanca	34.35293	-5.55525				04	481		
11735480	Douar Aït Daoud	douar-ait-daoud	MA		0	Africa/Casablanca	34.34092	-5.57436				04	481		
11735483	Douar Zouafet	douar-zouafet	MA		0	Africa/Casablanca	34.33492	-5.54501				04	481		
11735484	Douar Oulad Bou Rhaddou	douar-oulad-bou-rhaddou	MA		0	Africa/Casablanca	34.32684	-5.60854				04	481		
11735485	Douar Oulad Soltane	douar-oulad-soltane	MA		0	Africa/Casablanca	34.33203	-5.58882				04	481		
11735487	Douar Aït ou Rahmane	douar-ait-ou-rahmane	MA		0	Africa/Casablanca	34.32615	-5.56719				04	481		
11735488	Oulad Bou Beker	oulad-bou-beker	MA		0	Africa/Casablanca	34.31925	-5.58531				04	481		
11735489	Douar Aït Messaoud	douar-ait-messaoud	MA		0	Africa/Casablanca	34.3149	-5.57016				04	481		
11735494	Douar el Abuameur	douar-el-abuameur	MA		0	Africa/Casablanca	34.30238	-5.60637				04	481		
11735497	Douar Sidi el Abbou	douar-sidi-el-abbou	MA		0	Africa/Casablanca	34.29289	-5.57383				04	481		
11735498	Douar el Ararga	douar-el-ararga	MA		0	Africa/Casablanca	34.28671	-5.58937				04	481		
11735499	Douar el Rhaouanam	douar-el-rhaouanam	MA		0	Africa/Casablanca	34.28566	-5.615				04	481		
11735503	Douar Aït Youssa	douar-ait-youssa	MA		0	Africa/Casablanca	34.27818	-5.58604				04	481		
11735506	Ksikis	ksikis	MA		0	Africa/Casablanca	34.26472	-5.60231				04	481		
11735508	Douar Lakhmès	douar-lakhmes	MA		0	Africa/Casablanca	34.26733	-5.59248				04	481		
11735519	Douar Slatna	douar-slatna	MA		0	Africa/Casablanca	34.25753	-5.56217				04	481		
11735521	Douar Araïbat	douar-araibat	MA		0	Africa/Casablanca	34.28677	-5.55119				04	481		
11735522	Douar Rhoumdat	douar-rhoumdat	MA		0	Africa/Casablanca	34.25072	-5.53032				04	481		
11735523	El Merhatis	el-merhatis	MA		0	Africa/Casablanca	34.26811	-5.52921				04	481		
11735526	Douar Tourabna	douar-tourabna	MA		0	Africa/Casablanca	34.26069	-5.54362				04	481		
11735527	Douar Souamar	douar-souamar	MA		0	Africa/Casablanca	34.25494	-5.53175				04	481		
11735534	Douar Hamiri	douar-hamiri	MA		0	Africa/Casablanca	34.28087	-5.51727				04	481		
11735536	Douar Jayet	douar-jayet	MA		0	Africa/Casablanca	34.28547	-5.50213				04	481		
11735538	Douar Shaïna	douar-shaina	MA		0	Africa/Casablanca	34.29848	-5.53098				04	481		
11735543	El Habacha Dakak	el-habacha-dakak	MA		0	Africa/Casablanca	34.31538	-5.52643				04	481		
11735544	Douar Oulad Mouha	douar-oulad-mouha	MA		0	Africa/Casablanca	34.31387	-5.54516				04	481		
11735549	Douar Oulad el Khrouf	douar-oulad-el-khrouf	MA		0	Africa/Casablanca	34.33102	-5.52777				04	481		
11735557	Douar bel Mekki	douar-bel-mekki	MA		0	Africa/Casablanca	34.34883	-5.50699				04	481		
11735559	Douar Oulad Daoud	douar-oulad-daoud	MA		0	Africa/Casablanca	34.35428	-5.52323				04	481		
11735560	Douar Moulay Ali Merani	douar-moulay-ali-merani	MA		0	Africa/Casablanca	34.36064	-5.50522				03	531		
11735563	Douar Jeriouat	douar-jeriouat	MA		0	Africa/Casablanca	34.35217	-5.51864				04	481		
11735567	Douar Taalba	douar-taalba	MA		0	Africa/Casablanca	34.36906	-5.52637				03	531		
11735570	Douar Lahnach	douar-lahnach	MA		0	Africa/Casablanca	34.38172	-5.51686				04	481		
11735573	Douar el Mrassine	douar-el-mrassine	MA		0	Africa/Casablanca	34.38507	-5.50408				04	481		
11735575	Douar Houmiyane	douar-houmiyane	MA		0	Africa/Casablanca	34.39299	-5.52757				04	481		
11735579	Douar Hammou Nakhla	douar-hammou-nakhla	MA		0	Africa/Casablanca	34.40723	-5.51102				04	481		
11735580	Douar el Haj Bou Azza	douar-el-haj-bou-azza	MA		0	Africa/Casablanca	34.40738	-5.53269				04	481		
11735581	Douar Larhouat	douar-larhouat	MA		0	Africa/Casablanca	34.4012	-5.52741				04	481		
11735594	Douar el Bedour	douar-el-bedour	MA		0	Africa/Casablanca	34.42883	-5.50761				04	481		
11735596	Douar Guerarioua	douar-guerarioua	MA		0	Africa/Casablanca	34.43167	-5.49866				04	481		
11735599	Douar Guedadra	douar-guedadra	MA		0	Africa/Casablanca	34.42952	-5.55766				04	481		
11735601	Oulad Sidi Yahia	oulad-sidi-yahia	MA		0	Africa/Casablanca	34.42841	-5.559				04	481		
11735604	Douar el Hamine	douar-el-hamine	MA		0	Africa/Casablanca	34.44775	-5.52685				04	481		
11735605	Douar Chtaouna	douar-chtaouna	MA		0	Africa/Casablanca	34.44479	-5.54202				04	481		
11735609	Douar Gribat	douar-gribat	MA		0	Africa/Casablanca	34.45662	-5.53414				04	481		
11735610	Douar Tagaga	douar-tagaga	MA		0	Africa/Casablanca	34.46761	-5.54093				04	481		
11735611	Douar Chtaouna	douar-chtaouna	MA		0	Africa/Casablanca	34.45262	-5.54287				04	481		
11735612	Douar Oulad ben Khadda	douar-oulad-ben-khadda	MA		0	Africa/Casablanca	34.46183	-5.50805				04	481		
11735613	Douar el Bedour	douar-el-bedour	MA		0	Africa/Casablanca	34.46561	-5.50775				04	481		
11735616	Douar el Haddada	douar-el-haddada	MA		0	Africa/Casablanca	34.47315	-5.51869				04	481		
11735617	Douar Oulad Hamed	douar-oulad-hamed	MA		0	Africa/Casablanca	34.48212	-5.53988				04	481		
11735621	Douar el Kouacha	douar-el-kouacha	MA		0	Africa/Casablanca	34.49533	-5.52975				04	481		
11735622	Douar Laouhibat	douar-laouhibat	MA		0	Africa/Casablanca	34.49411	-5.55535				04	481		
11735628	Douar Oulad Yahia	douar-oulad-yahia	MA		0	Africa/Casablanca	34.36852	-5.65855				04	481		
11735634	Douar Gourinat el Oued	douar-gourinat-el-oued	MA		0	Africa/Casablanca	34.25014	-5.74038				04	481		
11735637	El Mers	el-mers	MA		0	Africa/Casablanca	34.28456	-5.56359				04	481		
11735641	Douar Oulad Jafna	douar-oulad-jafna	MA		0	Africa/Casablanca	34.45901	-5.51172				04	481		
11735643	Douar Harnas	douar-harnas	MA		0	Africa/Casablanca	34.42215	-5.50889				04	481		
11735654	Douar Khass	douar-khass	MA		0	Africa/Casablanca	34.26494	-5.74807				04	481		
11735663	Douar Sidi Ahd. el Haj	douar-sidi-ahd-el-haj	MA		0	Africa/Casablanca	34.46424	-4.21013				03	561		
11735667	Douar Chouieb	douar-chouieb	MA		0	Africa/Casablanca	34.44998	-4.223				03	561		
11735669	Hasnaoua	hasnaoua	MA		0	Africa/Casablanca	34.44215	-4.22525				03	561		
11735671	Douar Chfak	douar-chfak	MA		0	Africa/Casablanca	34.44035	-4.24223				03	561		
11735673	Douar Massif	douar-massif	MA		0	Africa/Casablanca	34.43845	-4.22923				03	561		
11735677	Douar Kef Mallou	douar-kef-mallou	MA		0	Africa/Casablanca	34.42465	-4.21982				03	561		
11735678	Douar Tarha	douar-tarha	MA		0	Africa/Casablanca	34.42168	-4.23233				03	561		
11735680	Douar el Rhaba	douar-el-rhaba	MA		0	Africa/Casablanca	34.40778	-4.24329				03	561		
11735684	Douar Aïn el Beïda	douar-ain-el-beida	MA		0	Africa/Casablanca	34.38946	-4.24618				03	561		
11735689	Douar Marahal	douar-marahal	MA		0	Africa/Casablanca	34.37862	-4.24229				03	561		
11735690	Douar Bou Hamdoun	douar-bou-hamdoun	MA		0	Africa/Casablanca	34.37605	-4.22963				03	561		
11735698	Douar Beni Zdia	douar-beni-zdia	MA		0	Africa/Casablanca	34.35047	-4.23634				03	561		
11735702	Dar Darka Chtili	dar-darka-chtili	MA		0	Africa/Casablanca	34.33414	-4.21482				03	561		
11735708	Douar Sdadka	douar-sdadka	MA		0	Africa/Casablanca	34.3116	-4.19831				03	561		
11735713	Douar Diab	douar-diab	MA		0	Africa/Casablanca	34.30915	-4.21881				03	561		
11735715	Douar Dar Mezouar	douar-dar-mezouar	MA		0	Africa/Casablanca	34.28664	-4.22097				03	561		
11735726	Dar Olad. Haj Bzalez	dar-olad-haj-bzalez	MA		0	Africa/Casablanca	34.2838	-4.18537				03	561		
11735727	Douar Sidi Serhane	douar-sidi-serhane	MA		0	Africa/Casablanca	34.29341	-4.18734				03	561		
11735728	Douar Sidi Lahsene	douar-sidi-lahsene	MA		0	Africa/Casablanca	34.29274	-4.15868				03	561		
11735734	Douar Oulad Nassar	douar-oulad-nassar	MA		0	Africa/Casablanca	34.35169	-4.18594				03	561		
11735740	Douar Lekda	douar-lekda	MA		0	Africa/Casablanca	34.37899	-4.18364				03	561		
11735744	Douar Beni Oumeur	douar-beni-oumeur	MA		0	Africa/Casablanca	34.30529	-4.18396				03	561		
11735745	Douar Sertit	douar-sertit	MA		0	Africa/Casablanca	34.38087	-4.19828				03	561		
11735747	Diar bou Taleb	diar-bou-taleb	MA		0	Africa/Casablanca	34.38213	-4.16356				03	561		
11735749	Dar Caïd	dar-caid	MA		0	Africa/Casablanca	34.38754	-4.16841				03	561		
11735752	Douar Amamcha	douar-amamcha	MA		0	Africa/Casablanca	34.39224	-4.2001				03	561		
11735755	Douar Msila	douar-msila	MA		0	Africa/Casablanca	34.40937	-4.19624				03	561		
11735770	Douar Aïn el Achgar	douar-ain-el-achgar	MA		0	Africa/Casablanca	34.39397	-4.14992				03	561		
11735774	Douar bou Saïdat	douar-bou-saidat	MA		0	Africa/Casablanca	34.44624	-4.19367				03	561		
11735779	Douar el Khenndek	douar-el-khenndek	MA		0	Africa/Casablanca	34.49121	-4.1845				03	561		
11735780	Poste de Gouzal	poste-de-gouzal	MA		0	Africa/Casablanca	34.49482	-4.14568				03	561		
11735787	Douar Ouled Bouatya	douar-ouled-bouatya	MA		0	Africa/Casablanca	34.48187	-4.12369				03	561		
11735788	Douar Talouz	douar-talouz	MA		0	Africa/Casablanca	34.48147	-4.10762				03	561		
11735789	Douar Aine. Khalkine	douar-aine-khalkine	MA		0	Africa/Casablanca	34.47542	-4.14736				03	561		
11735792	Douar Sidi Messaoud	douar-sidi-messaoud	MA		0	Africa/Casablanca	34.47676	-4.13034				03	561		
11735798	Douar Aïn Chaka	douar-ain-chaka	MA		0	Africa/Casablanca	34.44621	-4.12884				03	561		
11735799	Douar Rmaïma	douar-rmaima	MA		0	Africa/Casablanca	34.4383	-4.11723				03	561		
11735800	Douar Olad. Hammou	douar-olad-hammou	MA		0	Africa/Casablanca	34.4263	-4.10393				03	561		
11735802	Douar Mohamousset	douar-mohamousset	MA		0	Africa/Casablanca	34.41502	-4.14558				03	561		
11735804	Douar Taïnest	douar-tainest	MA		0	Africa/Casablanca	34.40192	-4.11697				03	561		
11735818	Douar Oulad Srhlour	douar-oulad-srhlour	MA		0	Africa/Casablanca	34.37641	-4.07564				03	561		
11735822	Ed Dehar Lahmar	ed-dehar-lahmar	MA		0	Africa/Casablanca	34.32694	-4.11872				03	561		
11735826	Oued Lahdar Numéro Deux	oued-lahdar-numero-deux	MA		0	Africa/Casablanca	34.31277	-4.11387				03	561		
11735830	Oued Lahdar Numéro Trois	oued-lahdar-numero-trois	MA		0	Africa/Casablanca	34.30171	-4.10014				03	561		
11735843	Dar Oled. Ali	dar-oled-ali	MA		0	Africa/Casablanca	34.25259	-4.14168				03	561		
11735845	Douar Asrif	douar-asrif	MA		0	Africa/Casablanca	34.26398	-4.11628				03	561		
11735881	Dar El Amouyi	dar-el-amouyi	MA		0	Africa/Casablanca	34.34172	-4.04096				03	561		
11735890	El Haria	el-haria	MA		0	Africa/Casablanca	34.35481	-4.06278				03	561		
11735892	Rhebabra	rhebabra	MA		0	Africa/Casablanca	34.3599	-4.07926				03	561		
11735909	Douar Maada	douar-maada	MA		0	Africa/Casablanca	34.44042	-4.07576				03	561		
11735915	Douar El Hamri	douar-el-hamri	MA		0	Africa/Casablanca	34.45162	-4.06051				03	561		
11735918	Douar Amalou	douar-amalou	MA		0	Africa/Casablanca	34.46784	-4.04044				03	561		
11735920	Douar Beni Arfja	douar-beni-arfja	MA		0	Africa/Casablanca	34.47853	-4.03851				03	561		
11735921	Douar Msaklou	douar-msaklou	MA		0	Africa/Casablanca	34.49537	-4.05712				03	561		
11735922	Douar Miseb	douar-miseb	MA		0	Africa/Casablanca	34.49611	-4.07516				03	561		
11735942	Douar Mekhboua	douar-mekhboua	MA		0	Africa/Casablanca	34.29547	-4.01558				03	561		
11735969	Aïn Tleta	ain-tleta	MA		0	Africa/Casablanca	34.40392	-4.00734				03	561		
11735972	Douar Agouf	douar-agouf	MA		0	Africa/Casablanca	34.42934	-4.0151				03	561		
11735975	Douar el Hajra	douar-el-hajra	MA		0	Africa/Casablanca	34.45125	-4.01489				03	561		
11735976	Douar Laazib	douar-laazib	MA		0	Africa/Casablanca	34.46848	-4.01946				03	561		
11735981	Douar Miseb	douar-miseb	MA		0	Africa/Casablanca	34.49392	-4.02914				03	561		
11735987	Antoine	antoine	MA		0	Africa/Casablanca	34.25178	-4.05315				03	561		
11735990	Douar El Kelaa	douar-el-kelaa	MA		0	Africa/Casablanca	34.40077	-4.09759				03	561		
11735994	Et Teffah	et-teffah	MA		0	Africa/Casablanca	34.7454	-4.48199				01	051		
11735997	Lebchirine	lebchirine	MA		0	Africa/Casablanca	34.74173	-4.44456				01	051		
11735998	Douar Bou Rzif	douar-bou-rzif	MA		0	Africa/Casablanca	34.73938	-4.4784				01	051		
11735999	Et Tilioua	et-tilioua	MA		0	Africa/Casablanca	34.73561	-4.48042				01	051		
11736011	Assaka	assaka	MA		0	Africa/Casablanca	34.73817	-4.44656				01	051		
11736023	Tmaïalt	tmaialt	MA		0	Africa/Casablanca	34.72673	-4.46293				01	051		
11736030	Khendek el Fokia	khendek-el-fokia	MA		0	Africa/Casablanca	34.71725	-4.46808				01	051		
11736033	Taourat	taourat	MA		0	Africa/Casablanca	34.70889	-4.44827				01	051		
11736035	Aankoud	aankoud	MA		0	Africa/Casablanca	34.70725	-4.45933				01	051		
11736036	Marfâa	marfaa	MA		0	Africa/Casablanca	34.70528	-4.45298				01	051		
11736055	Areies ben Iahia	areies-ben-iahia	MA		0	Africa/Casablanca	34.66812	-4.47074				03	531		
11736069	Taria	taria	MA		0	Africa/Casablanca	34.65993	-4.43308				03	531		
11736079	Ras Ansara	ras-ansara	MA		0	Africa/Casablanca	34.64203	-4.48113				03	531		
11736081	Oulad bou Malik	oulad-bou-malik	MA		0	Africa/Casablanca	34.64671	-4.46615				03	531		
11736084	Bab Dlouab	bab-dlouab	MA		0	Africa/Casablanca	34.64561	-4.43611				03	531		
11736085	Nadour	nadour	MA		0	Africa/Casablanca	34.64855	-4.45373				03	531		
11736086	Sarif	sarif	MA		0	Africa/Casablanca	34.6465	-4.47218				03	531		
11736088	Amtik	amtik	MA		0	Africa/Casablanca	34.63801	-4.47516				03	531		
11736090	Khtatba	khtatba	MA		0	Africa/Casablanca	34.63656	-4.4559				03	531		
11736093	Taria	taria	MA		0	Africa/Casablanca	34.64219	-4.42411				03	531		
11736099	Selloum	selloum	MA		0	Africa/Casablanca	34.63232	-4.42672				03	531		
11736101	Jouima	jouima	MA		0	Africa/Casablanca	34.62792	-4.41715				03	531		
11736102	Oulad bou Annane	oulad-bou-annane	MA		0	Africa/Casablanca	34.62619	-4.41827				03	531		
11736110	Soualah	soualah	MA		0	Africa/Casablanca	34.61251	-4.43496				03	531		
11736111	Moulay Iahia	moulay-iahia	MA		0	Africa/Casablanca	34.60707	-4.44196				03	531		
11736113	Aïn Azemiam	ain-azemiam	MA		0	Africa/Casablanca	34.60562	-4.46136				03	531		
11736127	Kern Aouch	kern-aouch	MA		0	Africa/Casablanca	34.61323	-4.45902				03	531		
11736132	Zennatat	zennatat	MA		0	Africa/Casablanca	34.60557	-4.4838				03	531		
11736133	Bab Lahbelet	bab-lahbelet	MA		0	Africa/Casablanca	34.60157	-4.48155				03	531		
11736135	Souati	souati	MA		0	Africa/Casablanca	34.59868	-4.47678				03	531		
11736136	Ahoumri	ahoumri	MA		0	Africa/Casablanca	34.59599	-4.48309				03	531		
11736137	Erbiba Zrirek	erbiba-zrirek	MA		0	Africa/Casablanca	34.59599	-4.49185				03	531		
11736138	Lâzib	lazib	MA		0	Africa/Casablanca	34.59108	-4.49662				03	531		
11736140	Oulad Ali Mrabet	oulad-ali-mrabet	MA		0	Africa/Casablanca	34.62593	-4.43786				03	531		
11736142	El Haouta	el-haouta	MA		0	Africa/Casablanca	34.62145	-4.44008				03	531		
11736145	El Herrafa	el-herrafa	MA		0	Africa/Casablanca	34.61626	-4.438				03	531		
11736151	Aïn Slimane	ain-slimane	MA		0	Africa/Casablanca	34.58153	-4.47584				03	531		
11736156	El Koub	el-koub	MA		0	Africa/Casablanca	34.58296	-4.44329				03	531		
11736157	Kherib	kherib	MA		0	Africa/Casablanca	34.58149	-4.45202				03	531		
11736159	Aizrane	aizrane	MA		0	Africa/Casablanca	34.57688	-4.47897				03	531		
11736165	Aïn Abdaoun	ain-abdaoun	MA		0	Africa/Casablanca	34.57582	-4.42037				03	531		
11736177	Echekkaïrda	echekkairda	MA		0	Africa/Casablanca	34.56842	-4.42125				03	531		
11736179	Barouad	barouad	MA		0	Africa/Casablanca	34.56123	-4.42943				03	531		
11736182	Edjerrara	edjerrara	MA		0	Africa/Casablanca	34.55267	-4.46043				03	531		
11736187	Jeddi Ali ben Arfa	jeddi-ali-ben-arfa	MA		0	Africa/Casablanca	34.54935	-4.49127				03	531		
11736191	Amskir	amskir	MA		0	Africa/Casablanca	34.56225	-4.42282				03	531		
11736194	Oulad bou Tine	oulad-bou-tine	MA		0	Africa/Casablanca	34.5523	-4.42241				03	531		
11736203	Oulad Erhzal	oulad-erhzal	MA		0	Africa/Casablanca	34.54074	-4.4234				03	531		
11736217	Echrerta	echrerta	MA		0	Africa/Casablanca	34.52761	-4.4396				03	531		
11736219	Ferradia	ferradia	MA		0	Africa/Casablanca	34.52534	-4.45659				03	531		
11736230	Aninet	aninet	MA		0	Africa/Casablanca	34.50186	-4.4688				03	531		
11736232	Lazaïb	lazaib	MA		0	Africa/Casablanca	34.50496	-4.45917				03	531		
11736239	Eskouryine	eskouryine	MA		0	Africa/Casablanca	34.51937	-4.4337				03	531		
11736242	Echbat	echbat	MA		0	Africa/Casablanca	34.51014	-4.4408				03	531		
11736251	Ounirhane	ounirhane	MA		0	Africa/Casablanca	34.50082	-4.36647				03	561		
11736253	Toalimane	toalimane	MA		0	Africa/Casablanca	34.51168	-4.36134				03	561		
11736254	Jemâ Toalimane	jema-toalimane	MA		0	Africa/Casablanca	34.51377	-4.36108				03	561		
11736267	Tahar	tahar	MA		0	Africa/Casablanca	34.52513	-4.36568				03	561		
11736273	Tahar Ksil	tahar-ksil	MA		0	Africa/Casablanca	34.51523	-4.33699				03	561		
11736281	Akhbach	akhbach	MA		0	Africa/Casablanca	34.53936	-4.34542				03	531		
11736283	El Karia	el-karia	MA		0	Africa/Casablanca	34.53666	-4.36186				03	531		
11736286	Jeouima	jeouima	MA		0	Africa/Casablanca	34.54403	-4.34752				03	531		
11736289	Chehiba	chehiba	MA		0	Africa/Casablanca	34.54627	-4.34632				03	531		
11736290	Mazeouine	mazeouine	MA		0	Africa/Casablanca	34.55018	-4.35812				03	531		
11736296	Lâzib	lazib	MA		0	Africa/Casablanca	34.55152	-4.39872				03	531		
11736308	Akreber	akreber	MA		0	Africa/Casablanca	34.56787	-4.40932				03	531		
11736313	Srima	srima	MA		0	Africa/Casablanca	34.57794	-4.339				03	531		
11736315	Koudia	koudia	MA		0	Africa/Casablanca	34.57868	-4.34582				03	531		
11736316	Beni Ekzine	beni-ekzine	MA		0	Africa/Casablanca	34.58635	-4.37809				03	531		
11736319	Ouelja	ouelja	MA		0	Africa/Casablanca	34.58811	-4.34311				03	531		
11736323	Zrâ Zitoun	zra-zitoun	MA		0	Africa/Casablanca	34.60172	-4.36946				03	531		
11736325	Edhoura	edhoura	MA		0	Africa/Casablanca	34.59783	-4.3874				03	531		
11736329	El Bibane	el-bibane	MA		0	Africa/Casablanca	34.59472	-4.39288		El Bibane		03	531		
11736335	Ouiter Hane	ouiter-hane	MA		0	Africa/Casablanca	34.60567	-4.38705				03	531		
11736341	Aïn Jamâ	ain-jama	MA		0	Africa/Casablanca	34.60963	-4.35508				03	531		
11736348	Sokour	sokour	MA		0	Africa/Casablanca	34.62065	-4.3459				03	531		
11736352	Tamzrout	tamzrout	MA		0	Africa/Casablanca	34.61341	-4.36929				03	531		
11736358	Dkhissyne	dkhissyne	MA		0	Africa/Casablanca	34.62758	-4.38312				03	531		
11736362	Dzroualyoum	dzroualyoum	MA		0	Africa/Casablanca	34.62238	-4.40852				03	531		
11736368	El Akba	el-akba	MA		0	Africa/Casablanca	34.62876	-4.32921				03	531		
11736369	En Nakhla	en-nakhla	MA		0	Africa/Casablanca	34.64725	-4.333				03	531		
11736372	Aïentour	aientour	MA		0	Africa/Casablanca	34.6584	-4.40831				03	531		
11736373	Lahjar	lahjar	MA		0	Africa/Casablanca	34.66088	-4.40444				03	531		
11736378	Bou Rhlal	bou-rhlal	MA		0	Africa/Casablanca	34.66021	-4.36552				03	531		
11736385	Aila	aila	MA		0	Africa/Casablanca	34.65373	-4.35533				03	531		
11736386	Dkhissyne	dkhissyne	MA		0	Africa/Casablanca	34.65587	-4.36906				03	531		
11736389	En Nouidra ed Dib	en-nouidra-ed-dib	MA		0	Africa/Casablanca	34.50203	-4.33278				03	561		
11736397	Dar Bou Azza	dar-bou-azza	MA		0	Africa/Casablanca	34.50995	-4.31656				03	561		
11736399	Ez Zitouna	ez-zitouna	MA		0	Africa/Casablanca	34.50745	-4.30677				03	561		
11736407	El Anina	el-anina	MA		0	Africa/Casablanca	34.5199	-4.28419				03	561		
11736410	Jamal el Bab	jamal-el-bab	MA		0	Africa/Casablanca	34.50942	-4.28561				03	561		
11736412	Fejkloua	fejkloua	MA		0	Africa/Casablanca	34.51668	-4.28148				03	561		
11736415	Aïn Akreb	ain-akreb	MA		0	Africa/Casablanca	34.50583	-4.31714				03	561		
11736422	Oued Ieouyine	oued-ieouyine	MA		0	Africa/Casablanca	34.51267	-4.26542				03	561		
11736423	El Keïtoun	el-keitoun	MA		0	Africa/Casablanca	34.5115	-4.25914				03	561		
11736432	Merhla	merhla	MA		0	Africa/Casablanca	34.53853	-4.25341				03	561		
11736440	El Fejas	el-fejas	MA		0	Africa/Casablanca	34.52832	-4.25844				03	561		
11736448	Oulad Ahmed	oulad-ahmed	MA		0	Africa/Casablanca	34.55188	-4.27823				03	561		
11736467	Tamda	tamda	MA		0	Africa/Casablanca	34.5462	-4.32934				03	531		
11736472	Oulad Brahim	oulad-brahim	MA		0	Africa/Casablanca	34.59069	-4.26589				03	561		
11736488	Trerfa	trerfa	MA		0	Africa/Casablanca	34.58324	-4.27163				03	561		
11736493	Er Rokba	er-rokba	MA		0	Africa/Casablanca	34.62436	-4.26153				03	531		
11736494	Bou Ali	bou-ali	MA		0	Africa/Casablanca	34.62791	-4.25946				03	531		
11736495	Bou Rehma	bou-rehma	MA		0	Africa/Casablanca	34.6275	-4.27253				03	531		
11736497	Chuokrane	chuokrane	MA		0	Africa/Casablanca	34.62471	-4.29358				03	531		
11736498	Bou Chene	bou-chene	MA		0	Africa/Casablanca	34.63283	-4.27094				03	531		
11736500	El Keria	el-keria	MA		0	Africa/Casablanca	34.64064	-4.25564				03	531		
11736505	Kerkra	kerkra	MA		0	Africa/Casablanca	34.63818	-4.28434				03	531		
11736508	Trik Tesla	trik-tesla	MA		0	Africa/Casablanca	34.63989	-4.27924				03	531		
11736509	Gourna ej Jouj	gourna-ej-jouj	MA		0	Africa/Casablanca	34.64189	-4.27656				03	531		
11736510	El Khemis	el-khemis	MA		0	Africa/Casablanca	34.65105	-4.2792				03	531		
11736515	Tafouhelt	tafouhelt	MA		0	Africa/Casablanca	34.67181	-4.2483				03	531		
11736522	Dhar del Katâ	dhar-del-kata	MA		0	Africa/Casablanca	34.6673	-4.31482				03	531		
11736523	Aïn Tout	ain-tout	MA		0	Africa/Casablanca	34.66748	-4.29821				03	531		
11736525	Aharramine	aharramine	MA		0	Africa/Casablanca	34.67295	-4.28188				03	531		
11736534	El Haoudar	el-haoudar	MA		0	Africa/Casablanca	34.61823	-4.31559				03	531		
11736535	Beni Aïssa	beni-aissa	MA		0	Africa/Casablanca	34.62146	-4.31188				03	531		
11736539	Taber Ient	taber-ient	MA		0	Africa/Casablanca	34.61362	-4.33016				03	531		
11736551	Oulad Ben Daouad	oulad-ben-daouad	MA		0	Africa/Casablanca	34.67588	-4.31441				03	531		
11736553	Oulad Sidi Ali	oulad-sidi-ali	MA		0	Africa/Casablanca	34.67346	-4.30851				03	531		
11736554	Larhzaouna	larhzaouna	MA		0	Africa/Casablanca	34.66872	-4.32003				03	531		
11736559	Bab el Koudiat	bab-el-koudiat	MA		0	Africa/Casablanca	34.68462	-4.32969				03	531		
11736560	Ech Chorfa el Olia	ech-chorfa-el-olia	MA		0	Africa/Casablanca	34.68899	-4.31102				03	531		
11736566	Daoüirine	daoueirine	MA		0	Africa/Casablanca	34.74377	-4.38107				01	051		
11736568	Douar Zâouta	douar-zaouta	MA		0	Africa/Casablanca	34.74731	-4.3653				01	051		
11736569	Douar Tizi	douar-tizi	MA		0	Africa/Casablanca	34.74595	-4.3692				01	051		
11736571	Douar Telâ	douar-tela	MA		0	Africa/Casablanca	34.73313	-4.39771				01	051		
11736578	Bou Slah	bou-slah	MA		0	Africa/Casablanca	34.74466	-4.34233				01	051		
11736584	Tyert	tyert	MA		0	Africa/Casablanca	34.71996	-4.40758				01	051		
11736593	Amouaialt	amouaialt	MA		0	Africa/Casablanca	34.70674	-4.40854				03	531		
11736626	Laknatra	laknatra	MA		0	Africa/Casablanca	34.67968	-4.34				03	531		
11736627	Oulad Hamza	oulad-hamza	MA		0	Africa/Casablanca	34.68229	-4.3565				03	531		
11736630	Oulad Fatah	oulad-fatah	MA		0	Africa/Casablanca	34.67648	-4.34972				03	531		
11736632	El Harras	el-harras	MA		0	Africa/Casablanca	34.74904	-4.27794				03	531		
11736635	Tafarka	tafarka	MA		0	Africa/Casablanca	34.74115	-4.31376				01	051		
11736642	Bou Messa	bou-messa	MA		0	Africa/Casablanca	34.73002	-4.29197				03	531		
11736643	Douar Sidi Bou Iahia	douar-sidi-bou-iahia	MA		0	Africa/Casablanca	34.73446	-4.28307				03	531		
11736652	Dar Djerf	dar-djerf	MA		0	Africa/Casablanca	34.73406	-4.27113				03	531		
11736656	Eztaiet	eztaiet	MA		0	Africa/Casablanca	34.73003	-4.25809				03	531		
11736659	Bou Akra	bou-akra	MA		0	Africa/Casablanca	34.72385	-4.25479				03	531		
11736662	Dar Abakhti	dar-abakhti	MA		0	Africa/Casablanca	34.71619	-4.27189				03	531		
11736665	El Bakkalyine	el-bakkalyine	MA		0	Africa/Casablanca	34.71128	-4.2832				03	531		
11736666	Techekka	techekka	MA		0	Africa/Casablanca	34.70627	-4.27284				03	531		
11736667	Ank es Sour	ank-es-sour	MA		0	Africa/Casablanca	34.70651	-4.27625				03	531		
11736672	Bab Aânik	bab-aanik	MA		0	Africa/Casablanca	34.6919	-4.27436				03	531		
11736673	Kaf Sbâ	kaf-sba	MA		0	Africa/Casablanca	34.69827	-4.29569				03	531		
11736674	N’moura	n-moura	MA		0	Africa/Casablanca	34.69397	-4.32653				03	531		
11736678	El Habbalat	el-habbalat	MA		0	Africa/Casablanca	34.68834	-4.29335				03	531		
11736688	Aïn Lahbar	ain-lahbar	MA		0	Africa/Casablanca	34.63282	-4.29827				03	531		
11736691	Fououara	fououara	MA		0	Africa/Casablanca	34.59054	-4.29818				03	561		
11736708	Graouia	graouia	MA		0	Africa/Casablanca	34.5079	-4.44486				03	531		
11736712	Lâzib	lazib	MA		0	Africa/Casablanca	34.67355	-4.3244				03	531		
11736722	Bou Aïdoun	bou-aidoun	MA		0	Africa/Casablanca	34.60339	-4.30672				03	561		
11736740	Oued el Ouane	oued-el-ouane	MA		0	Africa/Casablanca	34.54456	-4.46155				03	531		
11736745	Et Tleta	et-tleta	MA		0	Africa/Casablanca	34.58923	-4.45285				03	531		
11736751	Aouna	aouna	MA		0	Africa/Casablanca	34.66801	-4.45				03	531		
11736752	Ras Lahjar	ras-lahjar	MA		0	Africa/Casablanca	34.68584	-4.3495				03	531		
11736760	Oultia bou Jema	oultia-bou-jema	MA		0	Africa/Casablanca	34.51104	-4.31247				03	561		
11736762	Ain Ksib	ain-ksib	MA		0	Africa/Casablanca	34.51904	-4.33203				03	561		
11736785	Alma	alma	MA		0	Africa/Casablanca	34.62141	-4.33169				03	531		
11736787	Mon Fre	mon-fre	MA		0	Africa/Casablanca	34.61009	-4.413				03	531		
11736804	Teroua Mrouj	teroua-mrouj	MA		0	Africa/Casablanca	34.5653	-4.28749				03	561		
11736809	Ari	ari	MA		0	Africa/Casablanca	34.56062	-4.26686				03	561		
11736813	Douar el Aramna	douar-el-aramna	MA		0	Africa/Casablanca	34.48596	-3.87458				03	561		
11736823	Douar Zbircheïkh	douar-zbircheikh	MA		0	Africa/Casablanca	34.4697	-3.95898				03	561		
11736826	Douar el Aïoun	douar-el-aioun	MA		0	Africa/Casablanca	34.45175	-3.99276				03	561		
11736837	Douar Jenane	douar-jenane	MA		0	Africa/Casablanca	34.39875	-3.99551				03	561		
11736861	Khalifa Ahmed	khalifa-ahmed	MA		0	Africa/Casablanca	34.31856	-3.94958				03	561		
11736910	Douar Kasba	douar-kasba	MA		0	Africa/Casablanca	34.4016	-3.88888				03	561		
11736914	Douar Oulad Ali Mannsour	douar-oulad-ali-mannsour	MA		0	Africa/Casablanca	34.37508	-3.90746				03	561		
11736916	Bab el Brhel	bab-el-brhel	MA		0	Africa/Casablanca	34.36748	-3.89965				03	561		
11736921	Douar el Grounia	douar-el-grounia	MA		0	Africa/Casablanca	34.3413	-3.90431				03	561		
11736923	Douar Aïn es Serij	douar-ain-es-serij	MA		0	Africa/Casablanca	34.33595	-3.87281				03	561		
11736929	Dar Sidi Abd El Kader Rechidi	dar-sidi-abd-el-kader-rechidi	MA		0	Africa/Casablanca	34.3103	-3.88873				03	561		
11736940	Dar el Ahmar	dar-el-ahmar	MA		0	Africa/Casablanca	34.48801	-3.82468				03	561		
11736945	Douar Malkyouine	douar-malkyouine	MA		0	Africa/Casablanca	34.45089	-3.83976				02	265		
11736947	Et Tnine	et-tnine	MA		0	Africa/Casablanca	34.4326	-3.84236				02	265		
11736949	Douar Ouled Bou Azza	douar-ouled-bou-azza	MA		0	Africa/Casablanca	34.42697	-3.8374				02	265		
11736950	Douar Chaachoua	douar-chaachoua	MA		0	Africa/Casablanca	34.42897	-3.85684				03	561		
11736957	Douar Taka	douar-taka	MA		0	Africa/Casablanca	34.38921	-3.83329				02	265		
11736978	Rejem Zhazha	rejem-zhazha	MA		0	Africa/Casablanca	34.24738	-3.82431				02	265		
11736979	Douar Kerkour Zhazha	douar-kerkour-zhazha	MA		0	Africa/Casablanca	34.25404	-3.82003				02	265		
11736980	Douar Ouled Hamoussa	douar-ouled-hamoussa	MA		0	Africa/Casablanca	34.24895	-3.80327				02	265		
11736988	Douar Tlaouli	douar-tlaouli	MA		0	Africa/Casablanca	34.35037	-3.75446				02	265		
11736992	Douar Daïa	douar-daia	MA		0	Africa/Casablanca	34.3882	-3.81243		Douar Daia,Douar Daïa,Ouled Rharsalla		02	265		
11736994	Dar Koudidir	dar-koudidir	MA		0	Africa/Casablanca	34.39287	-3.78819				02	265		
11737000	Douar Ouled Ahmed	douar-ouled-ahmed	MA		0	Africa/Casablanca	34.41776	-3.75934				02	265		
11737001	Douar Bou Doua	douar-bou-doua	MA		0	Africa/Casablanca	34.43166	-3.77284				02	265		
11737003	Douar Ouled Bouyahi Ben Slïmane	douar-ouled-bouyahi-ben-slimane	MA		0	Africa/Casablanca	34.42394	-3.80678				02	265		
11737004	Douar Layayeta	douar-layayeta	MA		0	Africa/Casablanca	34.43014	-3.81432				02	265		
11737010	Dar Mohannd Yamna	dar-mohannd-yamna	MA		0	Africa/Casablanca	34.47763	-3.78467				02	265		
11737015	Douar Ouled Khellouf	douar-ouled-khellouf	MA		0	Africa/Casablanca	34.39925	-3.83878				02	265		
11737020	Douar Haskoura	douar-haskoura	MA		0	Africa/Casablanca	34.37233	-3.95966				03	561		
11737023	Douar Sidi Bou Roumia	douar-sidi-bou-roumia	MA		0	Africa/Casablanca	34.44052	-3.87451				03	561		
11737028	Ez Zraoula	ez-zraoula	MA		0	Africa/Casablanca	34.52931	-3.78071				03	561		
11737035	Ouaouizekht	ouaouizekht	MA		0	Africa/Casablanca	34.65991	-3.82518				03	561		
11737039	Iferiouiene	iferiouiene	MA		0	Africa/Casablanca	34.69347	-3.80826				03	561		
11737040	Tiferouine	tiferouine	MA		0	Africa/Casablanca	34.70732	-3.8052				03	561		
11737041	Airioua	airioua	MA		0	Africa/Casablanca	34.72396	-3.80402				03	561		
11737042	Tifarouine	tifarouine	MA		0	Africa/Casablanca	34.73497	-3.79902				03	561		
11737046	Tafafra	tafafra	MA		0	Africa/Casablanca	34.70097	-3.82803				03	561		
11737057	Oulad Taounza	oulad-taounza	MA		0	Africa/Casablanca	34.62348	-3.86384				03	561		
11737065	Tirhezratine	tirhezratine	MA		0	Africa/Casablanca	34.68059	-3.90056				03	561		
11737088	Aoujgal	aoujgal	MA		0	Africa/Casablanca	34.63514	-3.93943				03	561		
11737090	Zebal	zebal	MA		0	Africa/Casablanca	34.64428	-3.93558				03	561		
11737097	Tafourhalt	tafourhalt	MA		0	Africa/Casablanca	34.68028	-3.92703				03	561		
11737108	Ti Ennouts	ti-ennouts	MA		0	Africa/Casablanca	34.73124	-3.9874				03	561		
11737121	Tamarzikht	tamarzikht	MA		0	Africa/Casablanca	34.73045	-3.95048				03	561		
11737128	Rhemmaret	rhemmaret	MA		0	Africa/Casablanca	34.70463	-3.95532				03	561		
11737138	Boukhfif	boukhfif	MA		0	Africa/Casablanca	34.69457	-3.92715				03	561		
11737152	Tilmamine	tilmamine	MA		0	Africa/Casablanca	34.65755	-3.98841				03	561		
11737173	Mtezgui	mtezgui	MA		0	Africa/Casablanca	34.60737	-3.91442				03	561		
11737182	Knannou	knannou	MA		0	Africa/Casablanca	34.59031	-3.95286				03	561		
11737188	El Ksil	el-ksil	MA		0	Africa/Casablanca	34.58069	-3.97022				03	561		
11737197	Dakchri	dakchri	MA		0	Africa/Casablanca	34.53484	-3.95851				03	561		
11737198	Sidi Zahnoun	sidi-zahnoun	MA		0	Africa/Casablanca	34.53556	-3.9693				03	561		
11737202	Es Souiah	es-souiah	MA		0	Africa/Casablanca	34.51798	-3.9243				03	561		
11737244	Ihammoutene	ihammoutene	MA		0	Africa/Casablanca	34.70916	-3.88158				03	561		
11737260	Bou Jâïd	bou-jaid	MA		0	Africa/Casablanca	34.67355	-3.88817				03	561		
11737269	Oulad Abdallah	oulad-abdallah	MA		0	Africa/Casablanca	34.61768	-3.8713				03	561		
11737278	Akhij Amar	akhij-amar	MA		0	Africa/Casablanca	34.66182	-3.86424				03	561		
11737282	Zarour	zarour	MA		0	Africa/Casablanca	34.6868	-3.86851				03	561		
11737286	Mkarret	mkarret	MA		0	Africa/Casablanca	34.58895	-3.86716				03	561		
11737291	Oulad Haddou Siouane	oulad-haddou-siouane	MA		0	Africa/Casablanca	34.58943	-3.83511				03	561		
11737299	Bou Haddoud et Tahti	bou-haddoud-et-tahti	MA		0	Africa/Casablanca	34.55548	-3.87777				03	561		
11737302	Khnak	khnak	MA		0	Africa/Casablanca	34.56818	-3.85484				03	561		
11737308	El Berdoun	el-berdoun	MA		0	Africa/Casablanca	34.52473	-3.87393				03	561		
11737312	Irherib	irherib	MA		0	Africa/Casablanca	34.54296	-3.90707				03	561		
11737314	Ez Zaouia Mernissa	ez-zaouia-mernissa	MA		0	Africa/Casablanca	34.52801	-3.90207				03	561		
11737319	Sénégal	senegal	MA		0	Africa/Casablanca	34.514	-3.89527				03	561		
11737321	Jbarna	jbarna	MA		0	Africa/Casablanca	34.50017	-3.91346				03	561		
11737327	Ez Zaouia Feddane el Bard	ez-zaouia-feddane-el-bard	MA		0	Africa/Casablanca	34.50362	-3.89919				03	561		
11737332	Zid Alma	zid-alma	MA		0	Africa/Casablanca	34.74164	-3.78397				03	561		
11737335	Ikebboubene	ikebboubene	MA		0	Africa/Casablanca	34.73856	-3.80509				03	561		
11737342	Medrassa-n’Tinit ou Chicha	medrassa-n-tinit-ou-chicha	MA		0	Africa/Casablanca	34.72955	-3.82267				03	561		
11737347	Oulad Zeyane	oulad-zeyane	MA		0	Africa/Casablanca	34.73173	-3.76749				03	561		
11737349	Adchar	adchar	MA		0	Africa/Casablanca	34.72424	-3.81197				03	561		
11737350	Imejjouchene	imejjouchene	MA		0	Africa/Casablanca	34.73052	-3.78013				03	561		
11737357	Arma	arma	MA		0	Africa/Casablanca	34.71058	-3.82783				03	561		
11737362	Rirouaz	rirouaz	MA		0	Africa/Casablanca	34.71592	-3.76991				03	561		
11737363	Bou Hrassa	bou-hrassa	MA		0	Africa/Casablanca	34.70361	-3.80499				03	561		
11737365	Iyar Oufeddis	iyar-oufeddis	MA		0	Africa/Casablanca	34.70173	-3.81641				03	561		
11737369	Azrou Irhoudene	azrou-irhoudene	MA		0	Africa/Casablanca	34.6771	-3.82303				03	561		
11737373	Adment n’Derhiecht	adment-n-derhiecht	MA		0	Africa/Casablanca	34.66481	-3.7767				03	561		
11737379	Lemrabtine	lemrabtine	MA		0	Africa/Casablanca	34.64404	-3.82342				03	561		
11737425	Iallatane	iallatane	MA		0	Africa/Casablanca	34.67235	-3.94504				03	561		
11737431	Arefan	arefan	MA		0	Africa/Casablanca	34.74685	-3.79283				03	561		
11737443	Imouloudene	imouloudene	MA		0	Africa/Casablanca	34.73738	-3.74574				03	561		
11737445	Oulad Zeyane	oulad-zeyane	MA		0	Africa/Casablanca	34.732	-3.73711				03	561		
11737446	Iâkoubene	iakoubene	MA		0	Africa/Casablanca	34.72672	-3.73669				03	561		
11737451	Talkhoukht	talkhoukht	MA		0	Africa/Casablanca	34.71633	-3.70228				03	561		
11737453	Ibelhajene	ibelhajene	MA		0	Africa/Casablanca	34.73483	-3.69776				03	561		
11737465	Messaouda	messaouda	MA		0	Africa/Casablanca	34.74325	-3.67489				03	561		
11737468	Oulad Ikhlef	oulad-ikhlef	MA		0	Africa/Casablanca	34.7319	-3.67236				03	561		
11737488	Douz	douz	MA		0	Africa/Casablanca	34.60533	-3.68244				02	265		
11737517	Oulad Rahou	oulad-rahou	MA		0	Africa/Casablanca	34.50549	-3.67915				02	265		
11737535	Aït Lhassane ou et Taleb	ait-lhassane-ou-et-taleb	MA		0	Africa/Casablanca	34.56932	-3.61892				02	265		
11737538	Aamar ben Lemjrah	aamar-ben-lemjrah	MA		0	Africa/Casablanca	34.5602	-3.61334				02	265		
11737551	Oulad Rhia	oulad-rhia	MA		0	Africa/Casablanca	34.55034	-3.64624				02	265		
11737553	Douar Hassassa	douar-hassassa	MA		0	Africa/Casablanca	34.54241	-3.65028				02	265		
11737555	Dar Ibejaln	dar-ibejaln	MA		0	Africa/Casablanca	34.59492	-3.65912				02	265		
11737558	Ibouchettatene	ibouchettatene	MA		0	Africa/Casablanca	34.58526	-3.62506				02	265		
11737564	Ibourhraratene	ibourhraratene	MA		0	Africa/Casablanca	34.62096	-3.62266				02	167		
11737565	El Hourach	el-hourach	MA		0	Africa/Casablanca	34.61399	-3.61277				02	167		
11737571	Oulad Arab	oulad-arab	MA		0	Africa/Casablanca	34.62433	-3.6057				02	167		
11737582	Hariaka	hariaka	MA		0	Africa/Casablanca	34.71568	-3.59357				02	167		
11737590	Oulad el Haj Aali	oulad-el-haj-aali	MA		0	Africa/Casablanca	34.63885	-3.59116				02	167		
11737596	Bou Tarane	bou-tarane	MA		0	Africa/Casablanca	34.62352	-3.59142				02	167		
11737608	Ech Chikh Abdallah	ech-chikh-abdallah	MA		0	Africa/Casablanca	34.54299	-3.54078				02	265		
11737613	Gazoul	gazoul	MA		0	Africa/Casablanca	34.56023	-3.53674				02	167		
11737632	Ihattatene	ihattatene	MA		0	Africa/Casablanca	34.60014	-3.56656				02	167		
11737648	Oulad Sidi Aotzmane	oulad-sidi-aotzmane	MA		0	Africa/Casablanca	34.64355	-3.5286				02	167		
11737649	Oulad Aali	oulad-aali	MA		0	Africa/Casablanca	34.65103	-3.55316				02	167		
11737650	Ifrane	ifrane	MA		0	Africa/Casablanca	34.65613	-3.52937				02	167		
11737652	Chkrane	chkrane	MA		0	Africa/Casablanca	34.66707	-3.51643				02	167		
11737656	Ifettouchene	ifettouchene	MA		0	Africa/Casablanca	34.68253	-3.51668				02	167		
11737658	Aït Aïsset	ait-aisset	MA		0	Africa/Casablanca	34.68852	-3.52199				02	167		
11737659	Aït Alla	ait-alla	MA		0	Africa/Casablanca	34.68982	-3.53062				02	167		
11737662	Ibn Aïsset	ibn-aisset	MA		0	Africa/Casablanca	34.69808	-3.53346				02	167		
11737665	Haj Abdallah	haj-abdallah	MA		0	Africa/Casablanca	34.71447	-3.51462				02	167		
11737669	Oulad Iahia	oulad-iahia	MA		0	Africa/Casablanca	34.72367	-3.55779				02	167		
11737675	Marirh	marirh	MA		0	Africa/Casablanca	34.67634	-3.57834				02	167		
11737676	Yâkoubene	yakoubene	MA		0	Africa/Casablanca	34.64589	-3.58014				02	167		
11737694	Ihaddouchn	ihaddouchn	MA		0	Africa/Casablanca	34.53816	-3.73569				02	265		
11737700	Ez Zaouia Sidi Abd El Kader	ez-zaouia-sidi-abd-el-kader	MA		0	Africa/Casablanca	34.6305	-3.49851				02	167		
11737702	Imcharfane	imcharfane	MA		0	Africa/Casablanca	34.50407	-3.73635				02	265		
11737713	Oulad ’Issa	oulad-issa	MA		0	Africa/Casablanca	34.73547	-3.47174				02	167		
11737722	Oulad Hakkoun	oulad-hakkoun	MA		0	Africa/Casablanca	34.71184	-3.49646				02	167		
11737727	Dar Mata Ich	dar-mata-ich	MA		0	Africa/Casablanca	34.69822	-3.45359				02	167		
11737735	Ljeghitene	ljeghitene	MA		0	Africa/Casablanca	34.68965	-3.44303				02	167		
11737739	Oulad Dennoun	oulad-dennoun	MA		0	Africa/Casablanca	34.68718	-3.42513				02	167		
11737743	Jilali	jilali	MA		0	Africa/Casablanca	34.72648	-3.39024				02	167		
11737771	Izerrorqene	izerrorqene	MA		0	Africa/Casablanca	34.6112	-3.45299				02	265		
11737786	Icaddiqene	icaddiqene	MA		0	Africa/Casablanca	34.62866	-3.44454				02	167		
11737797	Içaddiqene	icaddiqene	MA		0	Africa/Casablanca	34.57994	-3.47194				02	265		
11737859	El Arba	el-arba	MA		0	Africa/Casablanca	34.61823	-3.40976				02	265		
11737869	Dar Mohamed Ou Qechchar	dar-mohamed-ou-qechchar	MA		0	Africa/Casablanca	34.50272	-3.41208				02	265		
11737887	Oulad Es- Seddiq	oulad-es-seddiq	MA		0	Africa/Casablanca	34.64019	-3.42506				02	167		
11737888	Oulad Mohammadi	oulad-mohammadi	MA		0	Africa/Casablanca	34.64454	-3.40029				02	167		
11737891	Azemmou Issa Mezyane	azemmou-issa-mezyane	MA		0	Africa/Casablanca	34.742	-3.36636				02	167		
11737892	Ikhoulatene	ikhoulatene	MA		0	Africa/Casablanca	34.74584	-3.35417				02	167		
11737893	Dar Meziane ’Ali Haddou	dar-meziane-ali-haddou	MA		0	Africa/Casablanca	34.73484	-3.37357				02	167		
11737898	Ihattatene	ihattatene	MA		0	Africa/Casablanca	34.71113	-3.36793				02	167		
11737901	Dar Lhaj Mimoun	dar-lhaj-mimoun	MA		0	Africa/Casablanca	34.51472	-3.35143				02	265		
11737925	Oulad Khalouf	oulad-khalouf	MA		0	Africa/Casablanca	34.63465	-3.3916				02	265		
11737926	Izouggaghene	izouggaghene	MA		0	Africa/Casablanca	34.64945	-3.38945				02	167		
11737927	La’zzouzene	la-zzouzene	MA		0	Africa/Casablanca	34.6702	-3.32641				02	265		
11737929	Oulad At -Taleb	oulad-at-taleb	MA		0	Africa/Casablanca	34.68139	-3.35061				02	167		
11737932	Oulad Mouhammadi	oulad-mouhammadi	MA		0	Africa/Casablanca	34.73272	-3.28004				02	265		
11737933	La’zzouzene	la-zzouzene	MA		0	Africa/Casablanca	34.74125	-3.28281				02	265		
11737934	Oulad Khalouf	oulad-khalouf	MA		0	Africa/Casablanca	34.74376	-3.26279				02	265		
11737936	Imaimine	imaimine	MA		0	Africa/Casablanca	34.72874	-3.2707				02	265		
11737938	Lamzagta	lamzagta	MA		0	Africa/Casablanca	34.73191	-3.25847				02	265		
11737939	Ikhoukhchene	ikhoukhchene	MA		0	Africa/Casablanca	34.73752	-3.26821				02	265		
11737949	Izouggaghene	izouggaghene	MA		0	Africa/Casablanca	34.69102	-3.32684				02	265		
11737951	Izouggaghene	izouggaghene	MA		0	Africa/Casablanca	34.68961	-3.2904				02	265		
11737954	Imargane	imargane	MA		0	Africa/Casablanca	34.68149	-3.3028				02	265		
11737955	Al Haffara	al-haffara	MA		0	Africa/Casablanca	34.69402	-3.27482				02	265		
11737956	Oulad Allal Ben Mohamed	oulad-allal-ben-mohamed	MA		0	Africa/Casablanca	34.6773	-3.29735				02	265		
11737957	Hatrat Tigout	hatrat-tigout	MA		0	Africa/Casablanca	34.67006	-3.26289				02	265		
11737960	Oulad Al Hassayne	oulad-al-hassayne	MA		0	Africa/Casablanca	34.65908	-3.31001				02	265		
11738003	Oulad ’Ali Ben Haddou	oulad-ali-ben-haddou	MA		0	Africa/Casablanca	34.74206	-3.42756				02	167		
11747715	Iroumlil	iroumlil	MA		0	Africa/Casablanca	32.67233	-4.72655				08	363		
11747716	Hay Diour achohadaa	hay-diour-achohadaa	MA		0	Africa/Casablanca	32.6772	-4.7291				08	363		
11747717	Ait Oufelle diour jade	ait-oufelle-diour-jade	MA		0	Africa/Casablanca	32.67231	-4.74249				08	363		
11747718	Hay Saha El Khadra	hay-saha-el-khadra	MA		0	Africa/Casablanca	32.66933	-4.73942				08	363		
11747719	Khnis	khnis	MA		0	Africa/Casablanca	32.66246	-4.74028				08	363		
11752995	Douar Mechaouna	douar-mechaouna	MA		0	Africa/Casablanca	34.33706	-5.85265				04	491		
11776664	Mellah	mellah	MA		0	Africa/Casablanca	31.51563	-9.76764				07	211		
11903576	Azib Tatult	azib-tatult	MA		0	Africa/Casablanca	31.35805	-7.94425				07	041		
11919572	Boutgahar	boutgahar	MA		0	Africa/Casablanca	31.53173	-5.92009				08	577		
11919580	Ait Ouairi	ait-ouairi	MA		0	Africa/Casablanca	31.32475	-7.65833				07	041		
11919581	Adrar meltsene	adrar-meltsene	MA		0	Africa/Casablanca	31.27738	-7.60254				07	041		
11919583	Ourzazt	ourzazt	MA		0	Africa/Casablanca	31.27386	-7.6149				07	041		
12022658	Taxdirt	taxdirt	MA		0	Africa/Casablanca	35.31488	-3.03656				02	381		
\.


--
-- Data for Name: admin1; Type: TABLE DATA; Schema: mc; Owner: g5
--

COPY mc.admin1 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, population, timezone) FROM stdin;
3319178	Commune de Monaco	commune-de-monaco	Comu de Monaco,Comuna de Monaco,Comuna de Mónaco,Comú de Mònaco,Monaco,Municipality of Monaco		MC	00	32020	Europe/Monaco
\.


--
-- Data for Name: admin2; Type: TABLE DATA; Schema: mc; Owner: g5
--

COPY mc.admin2 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, admin2_code, population, timezone) FROM stdin;
\.


--
-- Data for Name: admin3; Type: TABLE DATA; Schema: mc; Owner: g5
--

COPY mc.admin3 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, admin2_code, admin3_code, population, timezone) FROM stdin;
\.


--
-- Data for Name: admin4; Type: TABLE DATA; Schema: mc; Owner: g5
--

COPY mc.admin4 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, admin2_code, admin3_code, admin4_code, population, timezone) FROM stdin;
\.


--
-- Data for Name: cities; Type: TABLE DATA; Schema: mc; Owner: g5
--

COPY mc.cities (geoid, name, slug, country_code, postal_code, population, timezone, latitude, longitude, altitude, alternatenames, capital_of, admin1_code, admin2_code, admin3_code, admin4_code) FROM stdin;
3225774	Saint-Roman	saint-roman	MC		3000	Europe/Monaco	43.7489	7.43423				00			
3319177	Moneghetti	moneghetti	MC		3000	Europe/Monaco	43.73679	7.41647		Les Moneghetti,Monegetti,Moneghetti,Monegue,Монегетти		00			
8029384	Beausoleil	beausoleil	MC		0	Europe/Monaco	43.7439	7.41843		Beausoleil		00			
8029385	Les Révoires	les-revoires	MC		0	Europe/Monaco	43.73422	7.41306		Les Revoires,Les Révoires		00			
2992741	Monte-Carlo	monte-carlo	MC	98000	16012	Europe/Monaco	43.73976	7.42732		Monte Carlo,Monte Karlo,Monte Karló,Monte-Karlo,Montecarlo,XMM,Монте-Карло		00			
2993458	Monaco	monaco	MC	98000	32965	Europe/Monaco	43.73333	7.41667		MCM,Monaco,Monaco-Ville,Monako,Mònaco,Mónaco,Mónakó,monako,Μονακό,Монако,모나코		00			
3009937	La Condamine	la-condamine	MC	98000	12167	Europe/Monaco	43.73439	7.42024		Condamine,La Condamine,La-Kondamin,Ла-Кондамин		00			
3017814	Fontvieille	fontvieille	MC	98000	3602	Europe/Monaco	43.72687	7.41766		Fontvieille,Fontvielha,Fontvill',Fonv'ej,Fonvjejus,Fonvjėjus,Fonvyey,Fòntvielha,fang te wei ye,pongbieyu,Фонвьей,Фонтвілль,Ֆոնվյեյ,芳特维耶,퐁비에유		00			
\.


--
-- Data for Name: postal; Type: TABLE DATA; Schema: mc; Owner: g5
--

COPY mc.postal (postal_code, place_name, place_slug, admin_code1, admin_code2, admin_code3, latitude, longitude, accuracy) FROM stdin;
98000	Anse du Portier	anse-du-portier	01	01		43.7417	7.4322	
98000	Monte-Carlo	monte-carlo	01	01		43.7333	7.4167	
98000	Rocher de Monaco	rocher-de-monaco	01	01		43.7333	7.4333	
98000	Commune de Monaco	commune-de-monaco	01	01		43.7333	7.4	
98000	Réserve Sous-marine du Larvotto	reserve-sous-marine-du-larvotto	01	01		43.7458	7.4394	
98000	Les Moneghetti	les-moneghetti	01	01		43.7375	7.4153	
98000	Réserve Sous-marine de Monaco	reserve-sous-marine-de-monaco	01	01		43.7458	7.4394	
98000	Ciappaira	ciappaira	01	01		43.7167	7.4167	
98000	Anse de la Grue	anse-de-la-grue	01	01		43.7306	7.4217	
98000	Pointe Sainte-Barbe	pointe-sainte-barbe	01	01		43.7167	7.4167	
98000	Pointe Saint-Martin	pointe-saint-martin	01	01		43.7306	7.425	
98000	Stade Louis Deux	stade-louis-deux	01	01		43.7167	7.4167	
98000	Port Hercule	port-hercule	01	01		43.7361	7.425	
98000	Anse de Canton	anse-de-canton	01	01		43.7333	7.4167	
98000	Monaco	monaco	01	01		43.7333	7.4	
98000	Condamine	condamine	01	01		43.7333	7.4167	
98000	Port de Fontvieille	port-de-fontvieille	01	01		43.7306	7.4208	
98000	Jardin Japonais	jardin-japonais	01	01		43.7333	7.4167	
98000	Pointe Focinana	pointe-focinana	01	01		43.7333	7.4333	
98000	Monaco-Ville	monaco-ville	01	01		43.7333	7.4167	
98000	Larvotto	larvotto	01	01		43.7333	7.4333	
98000	Jardin Exotique	jardin-exotique	01	01		43.7167	7.4	
98000	Port de La Condamine	port-de-la-condamine	01	01		43.7361	7.425	
98000	Fontvieille	fontvieille	01	01		43.7333	7.4167	
98000	Port de Monaco	port-de-monaco	01	01		43.7361	7.425	
98000	Pointe de la Poudrière	pointe-de-la-poudriere	01	01		43.7319	7.4278	
98000	Pointe Saint-Antoine	pointe-saint-antoine	01	01		43.7333	7.4278	
98000	Plage du Larvotto	plage-du-larvotto	01	01		43.7333	7.4333	
98000	La Condamine	la-condamine	01	01		43.7333	7.4167	
\.


--
-- Data for Name: admin1; Type: TABLE DATA; Schema: nl; Owner: g5
--

COPY nl.admin1 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, population, timezone) FROM stdin;
2743698	Provincie Zuid-Holland	provincie-zuid-holland	Etelae-Hollanti,Etelä-Hollanti,Gueney Hollanda,Güney Hollanda,Holanda Meridional,Holanda do Sul,Holandia Poludniowa,Holandia Południowa,Holland Selatan,Hollande meridionale,Hollande méridionale,Hollande-Meridionale,Hollande-Méridionale,Hollandia Australis,Jizni Holandsko,Jižní Holandsko,Juzhnaja Gollandija,Louna-Holland,Lõuna-Holland,Nam Ha Lan,Nam Hà Lan,Olanda Meridionale,Olanda de Sud,Provincie Zuid-Holland,Provinz Suedholland,Provinz Südholland,South Holland,Sud-Hollan,Suda Holando,Sudholland,Suedholland,Suid-Holland,Sydholland,Súd-Hollân,Südholland,Ulanda Miridiunali,Zuid-Holland,Zuud-Holland,Zuud-Olland,jawiteuhollanteu ju,nan he lan sheng,nanhoranto zhou,zh,Южная Голландия,南ホラント州,南荷蘭省,자위트홀란트 주		NL	11	3581452	Europe/Amsterdam
2744011	Provincie Zeeland	provincie-zeeland	Provincie Zeeland,Seelan,Seeland,Seelân,Zealand,Zeeland,Zelanda,Zelande,Zelandia,Zelandija,Zelando,Zelândia,Zélande,jeillanteu ju,zl,Зеландия,제일란트 주		NL	10	410398	Europe/Amsterdam
2745909	Provincie Utrecht	provincie-utrecht	Provincie Utrecht,Utert,Utrecht,Utrekht,Utreque,ut,witeuleheuteu ju,Утрехт,위트레흐트 주		NL	09	1170622	Europe/Amsterdam
2748838	Provincie Overijssel	provincie-overijssel	Oerisel,Overajssel,Overijssel,Overissel,Provincie Overijssel,obeoleiseol ju,ov,Оверайссел,오버레이설 주		NL	15	1065667	Europe/Amsterdam
2749879	Provincie Noord-Holland	provincie-noord-holland	Holanda Septentrional,Holanda do Norte,Hollande-Septentrionale,Noard-Hollan,Noard-Hollân,Noord-Holland,Nord-Holland,Nordholland,North Holland,Olanda Settentrionale,Provincie Noord-Holland,Severnaja Gollandija,nh,noleuteuhollanteu ju,Северная Голландия,노르트홀란트 주		NL	07	2498931	Europe/Amsterdam
2749990	Provincie Noord-Brabant	provincie-noord-brabant	Brabancja Polnocna,Brabancja Północna,Brabant,Brabant Septentrional,Brabant Utara,Brabant septentrional,Brabant-Septentrional,Brabante Septentrional,Brabante Settentrionale,Brabante do Norte,Brabantul de Nord,Kuzey Brabant,Noard-Braban,Noard-Brabân,Noord-Brabant,Noord-Braobant,Nord-Brabant,Norda Brabanto,Nordbrabant,North Brabant,Pohja-Brabandi provints,Pohjois-Brabant,Provenz Nordbrabant,Provincie Noord-Brabant,Provinz Nordbrabant,Provënz Nordbrabant,Põhja-Brabandi provints,Severni Brabantsko,Severnyj Brabant,Severní Brabantsko,bei bu la ban te sheng,beiburabanto zhou,nb,noleuteubeulabanteu ju,Северный Брабант,北ブラバント州,北布拉班特省,노르트브라반트 주		NL	06	2331709	Europe/Amsterdam
2751596	Provincie Limburg	provincie-limburg	Limbourg,Limburch,Limburg,Limburgo,Provincie Limburg,Provinz Limburg,lb,limbwileuheu ju,Лимбург,림뷔르흐 주		NL	05	1091697	Europe/Amsterdam
2755249	Provincie Groningen	provincie-groningen	Grinslan,Grinslân,Groninga,Groningen,Groningue,Province of Groningen,Provincie Groningen,gr,heuloning-eon ju,Гронинген,흐로닝언 주		NL	04	609768	Europe/Amsterdam
2755634	Provincie Gelderland	provincie-gelderland	GLD,Gelderlaand,Gelderlan,Gelderland,Gelderlandas,Gelderlande,Gelderlando,Gelderlound,Gelderlun,Gelderlân,Geldria,Gelre,Gelria,Gheldria,Gueeldres,Guelders,Gueldre,Gueldria,Guéldria,Güeldres,Provincie Gelderland,gd,heldeleullanteu ju,Гелдерланд,헬데를란트 주		NL	03	2080675	Europe/Amsterdam
2755812	Provincie Friesland	provincie-friesland	Fresland,Freslond,Friesland,Frieslant,Frise,Frisia,Frisland,Frizia,Fryslan,Fryslân,Frísia,Frēsland,Provincia Frizia,Provincie Friesland,Provincie Fryslan,Provincie Fryslân,Provinsje Fryslan,Provinsje Fryslân,Provinz Friesland,fr,peuliseullanteu ju,Фрисланд,프리슬란트 주		NL	02	649777	Europe/Amsterdam
2756631	Provincie Drenthe	provincie-drenthe	Drent,Drente,Drenthe,Drinte,Provincie Drenthe,deulenteo ju,dr,Дренте,드렌터 주		NL	01	463663	Europe/Amsterdam
3319179	Provincie Flevoland	provincie-flevoland	Flevolan,Flevoland,Flevolanda,Flevolandia,Flevolân,Flevolândia,Provincie Flevoland,fl,peullebollanteu ju,Флеволанд,플레볼란트 주		NL	16	368224	Europe/Amsterdam
\.


--
-- Data for Name: admin2; Type: TABLE DATA; Schema: nl; Owner: g5
--

COPY nl.admin2 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, admin2_code, population, timezone) FROM stdin;
2743476	Gemeente Zwolle	gemeente-zwolle	Zwolle		NL	15	0193	126116	Europe/Amsterdam
2743492	Gemeente Zwijndrecht	gemeente-zwijndrecht	Gemeente Zwijndrecht,Zwijndrecht		NL	11	0642	44586	Europe/Amsterdam
2743607	Gemeente Zutphen	gemeente-zutphen	Gemeente Zutphen,Zutphen		NL	03	0301	47537	Europe/Amsterdam
2743618	Gemeente Zundert	gemeente-zundert	Gemeente Zundert,Zundert		NL	06	0879	21525	Europe/Amsterdam
2743852	Gemeente Zoeterwoude	gemeente-zoeterwoude	Gemeente Zoeterwoude,Zoeterwoude		NL	11	0638	8430	Europe/Amsterdam
2743855	Gemeente Zoetermeer	gemeente-zoetermeer	Gemeente Zoetermeer,Zoetermeer		NL	11	0637	124695	Europe/Amsterdam
2743948	Gemeente Zevenaar	gemeente-zevenaar	Gemeente Zevenaar,Zevenaar		NL	03	0299	43402	Europe/Amsterdam
2743976	Gemeente Zeist	gemeente-zeist	Zeist		NL	09	0355	63322	Europe/Amsterdam
2743996	Gemeente Zeewolde	gemeente-zeewolde	Gemeente Zeewolde,Zeewolde		NL	16	0050	22407	Europe/Amsterdam
2744040	Gemeente Zandvoort	gemeente-zandvoort	Gemeente Zandvoort,Zandvoort		NL	07	0473	16970	Europe/Amsterdam
2744101	Gemeente Zaltbommel	gemeente-zaltbommel	Gemeente Zaltbommel,Zaltbommel		NL	03	0297	28014	Europe/Amsterdam
2744113	Gemeente Zaanstad	gemeente-zaanstad	Zaanstad,Zanstad,Занстад		NL	07	0479	154865	Europe/Amsterdam
2744162	Gemeente Woudenberg	gemeente-woudenberg	Gemeente Woudenberg,Woudenberg		NL	09	0351	13021	Europe/Amsterdam
2744247	Gemeente Woerden	gemeente-woerden	Gemeente Woerden,Woerden		NL	09	0632	51758	Europe/Amsterdam
2744256	Gemeente Woensdrecht	gemeente-woensdrecht	Gemeente Woensdrecht,Woensdrecht		NL	06	0873	21800	Europe/Amsterdam
2744331	Gemeente Winterswijk	gemeente-winterswijk	Gemeente Winterswijk,Winterswijk		NL	03	0294	28987	Europe/Amsterdam
2744482	Gemeente Wijk bij Duurstede	gemeente-wijk-bij-duurstede	Wijk bij Duurstede		NL	09	0352	23678	Europe/Amsterdam
2744513	Gemeente Wijchen	gemeente-wijchen	Gemeente Wijchen,Wijchen		NL	03	0296	40847	Europe/Amsterdam
2744548	Gemeente Wierden	gemeente-wierden	Gemeente Wierden,Wierden		NL	15	0189	24258	Europe/Amsterdam
2744605	Gemeente Westvoorne	gemeente-westvoorne	Gemeente Westvoorne,Westvoorne		NL	11	0614	14508	Europe/Amsterdam
2744609	Gemeente Weststellingwerf	gemeente-weststellingwerf	Gemeente Weststellingwerf,Weststellingwerf		NL	02	0098	25720	Europe/Amsterdam
2744674	Gemeente Westervoort	gemeente-westervoort	Gemeente Westervoort,Westervoort		NL	03	0293	15015	Europe/Amsterdam
2744721	Westerkwartier	westerkwartier	Westerkwartier		NL	04	1969	0	Europe/Amsterdam
2744903	Gemeente Weesp	gemeente-weesp	Weesp,Weesperkarspel		NL	07	0457	19147	Europe/Amsterdam
2744910	Gemeente Weert	gemeente-weert	Gemeente Weert,Weert		NL	05	0988	49855	Europe/Amsterdam
2744989	Gemeente Wassenaar	gemeente-wassenaar	Gemeente Wassenaar,Wassenaar		NL	11	0629	26084	Europe/Amsterdam
2745087	Gemeente Wageningen	gemeente-wageningen	Gemeente Wageningen,Wageningen		NL	03	0289	38412	Europe/Amsterdam
2745095	Gemeente Waddinxveen	gemeente-waddinxveen	Gemeente Waddinxveen,Waddinxveen		NL	11	0627	27578	Europe/Amsterdam
2745122	Gemeente Waalwijk	gemeente-waalwijk	Gemeente Waalwijk,Waalwijk		NL	06	0867	47725	Europe/Amsterdam
2745126	Gemeente Waalre	gemeente-waalre	Gemeente Waalre,Waalre		NL	06	0866	17075	Europe/Amsterdam
2745153	Gemeente Vught	gemeente-vught	Gemeente Vught,Vught		NL	06	0865	26418	Europe/Amsterdam
2745295	Gemeente Voorst	gemeente-voorst	Gemeente Voorst,Voorst		NL	03	0285	24310	Europe/Amsterdam
2745300	Gemeente Voorschoten	gemeente-voorschoten	Gemeente Voorschoten,Voorschoten		NL	11	0626	25453	Europe/Amsterdam
2745368	Gemeente Voerendaal	gemeente-voerendaal	Gemeente Voerendaal,Voerendaal		NL	05	0986	12390	Europe/Amsterdam
2745391	Gemeente Vlissingen	gemeente-vlissingen	Gemeente Vlissingen,Vlissingen,bldyt flsnqn,flsnqn,بلدية فلسنقن,فلسنقن		NL	10	0718	44485	Europe/Amsterdam
2745417	Gemeente Vlieland	gemeente-vlieland	Gemeente Vlieland,Vlieland		NL	02	0096	1132	Europe/Amsterdam
2745466	Gemeente Vlaardingen	gemeente-vlaardingen	Gemeente Vlaardingen,Vlaardingen		NL	11	0622	72050	Europe/Amsterdam
2745538	Vijfheerenlanden	vijfheerenlanden	Vijfheerenlanden,Vijfherenlanden		NL	09	1961	0	Europe/Amsterdam
2745633	Gemeente Venray	gemeente-venray	Gemeente Venray,Venraij,Venray		NL	05	0984	43341	Europe/Amsterdam
2745640	Gemeente Venlo	gemeente-venlo	Gemeente Venlo,Venlo		NL	05	0983	101192	Europe/Amsterdam
2745675	Gemeente Velsen	gemeente-velsen	Velsen,Velzen		NL	07	0453	67831	Europe/Amsterdam
2745704	Gemeente Veldhoven	gemeente-veldhoven	Gemeente Veldhoven,Veldhoven		NL	06	0861	44925	Europe/Amsterdam
2745738	Gemeente Veere	gemeente-veere	Gemeente Veere,Veere		NL	10	0717	21867	Europe/Amsterdam
2745773	Gemeente Veenendaal	gemeente-veenendaal	Gemeente Veenendaal,Veenendaal		NL	09	0345	64918	Europe/Amsterdam
2745782	Gemeente Veendam	gemeente-veendam	Gemeente Veendam,Veendam		NL	04	0047	27508	Europe/Amsterdam
2745859	Gemeente Valkenswaard	gemeente-valkenswaard	Gemeente Valkenswaard,Valkenswaard		NL	06	0858	30654	Europe/Amsterdam
2745904	Gemeente Vaals	gemeente-vaals	Gemeente Vaals,Vaals		NL	05	0981	9874	Europe/Amsterdam
2745911	Gemeente Utrecht	gemeente-utrecht	Utrecht		NL	09	0344	347483	Europe/Amsterdam
2745931	Gemeente Urk	gemeente-urk	Urk		NL	16	0184	20524	Europe/Amsterdam
2745972	Gemeente Uithoorn	gemeente-uithoorn	Uithoorn		NL	07	0451	29445	Europe/Amsterdam
2745977	Gemeente Uitgeest	gemeente-uitgeest	Uitgeest		NL	07	0450	13520	Europe/Amsterdam
2746004	Gemeente Uden	gemeente-uden	Uden		NL	06	0856	41725	Europe/Amsterdam
2746132	Gemeente Tubbergen	gemeente-tubbergen	Gemeente Tubbergen,Tubbergen		NL	15	0183	21213	Europe/Amsterdam
2746300	Gemeente Tilburg	gemeente-tilburg	Gemeente Tilburg,Tilburg		NL	06	0855	215521	Europe/Amsterdam
2746330	Gemeente Tiel	gemeente-tiel	Gemeente Tiel,Tiel		NL	03	0281	41465	Europe/Amsterdam
2746350	Gemeente Tholen	gemeente-tholen	Gemeente Tholen,Tholen		NL	10	0716	25583	Europe/Amsterdam
2746383	Gemeente Texel	gemeente-texel	Gemeente Texel,Texel		NL	07	0448	13584	Europe/Amsterdam
2746412	Gemeente Terschelling	gemeente-terschelling	Gemeente Skylge,Gemeente Terschelling,Skylge,Terschelling		NL	02	0093	4906	Europe/Amsterdam
2746421	Gemeente Terneuzen	gemeente-terneuzen	Gemeente Stoppeldijk,Gemeente Terneusen,Gemeente Terneuzen,Stoppeldijk,Terneuzen,Vogelwaarde		NL	10	0715	54440	Europe/Amsterdam
2746746	Gemeente Stein	gemeente-stein	Gemeente Stein,Stein		NL	05	0971	24987	Europe/Amsterdam
2746801	Gemeente Steenbergen	gemeente-steenbergen	Gemeente Steenbergen,Steenbergen		NL	06	0851	24781	Europe/Amsterdam
2746837	Gemeente Staphorst	gemeente-staphorst	Gemeente Staphorst,Staphorst		NL	15	0180	16797	Europe/Amsterdam
2746859	Gemeente Stadskanaal	gemeente-stadskanaal	Gemeente Stadskanaal,Stadskanaal		NL	04	0037	32258	Europe/Amsterdam
2747009	Gemeente Son en Breugel	gemeente-son-en-breugel	Son,Son en Breugel		NL	06	0848	16753	Europe/Amsterdam
2747020	Gemeente Someren	gemeente-someren	Someren		NL	06	0847	19120	Europe/Amsterdam
2747033	Gemeente Soest	gemeente-soest	Gemeente Soest,Soest		NL	09	0342	46089	Europe/Amsterdam
2747091	Gemeente Smallingerland	gemeente-smallingerland	Gemeente Smallingerland,Gemeente Smellingerlan,Gemeente Smellingerlân,Smallingerland,Smellingerlan,Smellingerlân		NL	02	0090	55889	Europe/Amsterdam
2747114	Gemeente Sluis	gemeente-sluis	Sluis		NL	10	1714	23526	Europe/Amsterdam
2747168	Gemeente Sliedrecht	gemeente-sliedrecht	Gemeente Sliedrecht,Sliedrecht		NL	11	0610	25020	Europe/Amsterdam
2747233	Gemeente Sint-Michielsgestel	gemeente-sint-michielsgestel	Gemeente Sint-Michielsgestel,Sint-Michielsgestel		NL	06	0845	28673	Europe/Amsterdam
2747311	Gemeente Simpelveld	gemeente-simpelveld	Gemeente Simpelveld,Simpelveld		NL	05	0965	10561	Europe/Amsterdam
2747350	Gemeente 's-Hertogenbosch	gemeente-s-hertogenbosch	's-Hertogenbosch,Bois le Duc,Den Bosch		NL	06	0796	153434	Europe/Amsterdam
2747372	Gemeente Den Haag	gemeente-den-haag	's-Gravenhage,Den Haag,Gemeente 's-Gravenhage,Gemeente Den Haag,Gemeente ’s-Gravenhage,Leidschenveen,’s-Gravenhage		NL	11	0518	532561	Europe/Amsterdam
2747589	Gemeente Schiermonnikoog	gemeente-schiermonnikoog	Gemeente Schiermonnikoog,Gemeente Skiermuntseach,Gemeente Skiermûntseach,Schiermonnikoog,Skiermuntseach,Skiermûntseach		NL	02	0088	932	Europe/Amsterdam
2747595	Gemeente Schiedam	gemeente-schiedam	Gemeente Schiedam,Schiedam		NL	11	0606	77907	Europe/Amsterdam
2747605	Gemeente Scherpenzeel	gemeente-scherpenzeel	Scherpenzeel		NL	03	0279	9751	Europe/Amsterdam
2747719	Gemeente Schagen	gemeente-schagen	Gemeente Schagen,Schagen		NL	07	0441	46379	Europe/Amsterdam
2747857	Gemeente Rucphen	gemeente-rucphen	Gemeente Rucphen,Rucphen		NL	06	0840	22401	Europe/Amsterdam
2747863	Gemeente Rozendaal	gemeente-rozendaal	Rozendaal		NL	03	0277	1575	Europe/Amsterdam
2747890	Gemeente Rotterdam	gemeente-rotterdam	Gemeente Rotterdam,Rotterdam		NL	11	0599	638712	Europe/Amsterdam
2747929	Roosendaal	roosendaal	Gemeente Roosendaal,Gemeente Roosendaal en Nispen,Roosendaal,Roosendaal en Nispen,Rozendaal		NL	06	1674	77000	Europe/Amsterdam
2747999	Gemeente Roermond	gemeente-roermond	Gemeente Roermond,Roermond		NL	05	0957	57761	Europe/Amsterdam
2748075	Gemeente Rijswijk	gemeente-rijswijk	Gemeente Rijswijk,Rijswijk		NL	11	0603	52208	Europe/Amsterdam
2748171	Gemeente Ridderkerk	gemeente-ridderkerk	Gemeente Ridderkerk,Ridderkerk		NL	11	0597	45789	Europe/Amsterdam
2748184	Gemeente Rhenen	gemeente-rhenen	Rhenen		NL	09	0340	19816	Europe/Amsterdam
2748200	Gemeente Rheden	gemeente-rheden	Gemeente Rheden,Rheden		NL	03	0275	43527	Europe/Amsterdam
2748227	Gemeente Renswoude	gemeente-renswoude	Gemeente Renswoude,Renswoude		NL	09	0339	5175	Europe/Amsterdam
2748235	Gemeente Renkum	gemeente-renkum	Gemeente Renkum,Renkum		NL	03	0274	31338	Europe/Amsterdam
2748254	Gemeente Reimerswaal	gemeente-reimerswaal	Gemeente Reimerswaal,Reimerswaal,Reimerswall,Rilland-Bath		NL	10	0703	22555	Europe/Amsterdam
2748370	Gemeente Raalte	gemeente-raalte	Gemeente Raalte,Raalte		NL	15	0177	37158	Europe/Amsterdam
2748391	Gemeente Putten	gemeente-putten	Gemeente Putten,Putten		NL	03	0273	24313	Europe/Amsterdam
2748412	Gemeente Purmerend	gemeente-purmerend	Purmerend		NL	07	0439	79983	Europe/Amsterdam
2748728	Gemeente Papendrecht	gemeente-papendrecht	Papendrecht		NL	11	0590	32264	Europe/Amsterdam
2748978	Gemeente Oudewater	gemeente-oudewater	Gemeente Oudewater,Oudewater		NL	09	0589	10180	Europe/Amsterdam
2749027	Gemeente Ouder-Amstel	gemeente-ouder-amstel	Ouder-Amstel		NL	07	0437	13496	Europe/Amsterdam
2749233	Gemeente Oss	gemeente-oss	Gemeente Oss,Oss		NL	06	0828	90951	Europe/Amsterdam
2749277	Gemeente Opsterland	gemeente-opsterland	Gemeente Opsterlan,Gemeente Opsterland,Gemeente Opsterlân,Opsterlan,Opsterland,Opsterlân		NL	02	0086	29753	Europe/Amsterdam
2749285	Gemeente Opmeer	gemeente-opmeer	Gemeente Opmeer,Opmeer		NL	07	0432	11526	Europe/Amsterdam
2749288	Gemeente Sint Anthonis	gemeente-sint-anthonis	Gemeente Oploo  Sint Anthonis en Ledeacker,Gemeente Sint Anthonis,Sint Anthonis		NL	06	1702	11577	Europe/Amsterdam
2749319	Gemeente Oostzaan	gemeente-oostzaan	Oostzaan		NL	07	0431	9735	Europe/Amsterdam
2749339	Gemeente Ooststellingwerf	gemeente-ooststellingwerf	Gemeente Ooststellingwerf,Ooststellingwerf		NL	02	0085	25459	Europe/Amsterdam
2749447	Gemeente Oosterhout	gemeente-oosterhout	Gemeente Oosterhout,Oosterhout		NL	06	0826	55147	Europe/Amsterdam
2749611	Gemeente Ommen	gemeente-ommen	Gemeente Ommen,Ommen		NL	15	0175	17630	Europe/Amsterdam
2749643	Gemeente Oldenzaal	gemeente-oldenzaal	Gemeente Oldenzaal,Oldenzaal		NL	15	0173	31915	Europe/Amsterdam
2749667	Gemeente Oldebroek	gemeente-oldebroek	Oldebroek		NL	03	0269	23504	Europe/Amsterdam
2749679	Gemeente Oisterwijk	gemeente-oisterwijk	Gemeente Oisterwijk,Oisterwijk		NL	06	0824	26132	Europe/Amsterdam
2749682	Gemeente Oirschot	gemeente-oirschot	Gemeente Oirschot,Oirschot		NL	06	0823	18558	Europe/Amsterdam
2749722	Gemeente Oegstgeest	gemeente-oegstgeest	Gemeente Oegstgeest,Oegstgeest		NL	11	0579	23887	Europe/Amsterdam
2749754	Gemeente Nunspeet	gemeente-nunspeet	Gemeente Nunspeet,Nunspeet		NL	03	0302	27114	Europe/Amsterdam
2749779	Gemeente Nuenen, Gerwen en Nederwetten	gemeente-nuenen-gerwen-en-nederwetten	Nuenen,Nuenen  Gerwen en Nederwetten,ヌエーネン・ヘルヴェン・エン・ネーデルヴェテン		NL	06	0820	23019	Europe/Amsterdam
2749814	Gemeente Noordwijk	gemeente-noordwijk	Gemeente Noordwijk,Noordwijk		NL	11	0575	26056	Europe/Amsterdam
2749851	Gemeente Noordoostpolder	gemeente-noordoostpolder	Gemeente Noordoostpolder,Noordoostpolder		NL	16	0171	46625	Europe/Amsterdam
2750052	Gemeente Nijmegen	gemeente-nijmegen	Gemeente Nijmegen,Nijmegen		NL	03	0268	175948	Europe/Amsterdam
12022123	Waadhoeke	waadhoeke			NL	02	1949	46112	Europe/Amsterdam
2750064	Gemeente Nijkerk	gemeente-nijkerk	Hoogland,Nijkerk		NL	03	0267	42307	Europe/Amsterdam
2750186	Gemeente Nieuwkoop	gemeente-nieuwkoop	Gemeente Nieuwkoop,Nieuwkoop		NL	11	0569	28269	Europe/Amsterdam
2750324	Gemeente Nieuwegein	gemeente-nieuwegein	Gemeente Nieuwegein,Nieuwegein		NL	09	0356	62426	Europe/Amsterdam
2750466	Gemeente Nederweert	gemeente-nederweert	Gemeente Nederweert,Nederweert		NL	05	0946	17038	Europe/Amsterdam
2750620	Gemeente Mook en Middelaar	gemeente-mook-en-middelaar	Mook en Middelaar		NL	05	0944	7768	Europe/Amsterdam
2750625	Gemeente Montfoort	gemeente-montfoort	Gemeente Montfoort,Montfoort		NL	09	0335	13879	Europe/Amsterdam
2750800	Gemeente Mill en Sint Hubert	gemeente-mill-en-sint-hubert	Gemeente Mill en Sint Hubert,Mill en Sint Hubert		NL	06	0815	10831	Europe/Amsterdam
2750894	Gemeente Middelburg	gemeente-middelburg	Gemeente Middelburg,Middelburg,bldyt mdlbwrkh,mdlbwrkh,بلدية مدلبورخ,مدلبورخ		NL	10	0687	48303	Europe/Amsterdam
2750946	Gemeente Meppel	gemeente-meppel	Gemeente Meppel,Giethoorn,Meppel,Wanneperveen		NL	01	0119	33410	Europe/Amsterdam
2751036	Gemeente Meerssen	gemeente-meerssen	Gemeente Meerssen,Meerssen		NL	05	0938	19039	Europe/Amsterdam
2751072	Gemeente Medemblik	gemeente-medemblik	Gemeente Medemblik,Medemblik		NL	07	0420	44480	Europe/Amsterdam
2751271	Gemeente Drimmelen	gemeente-drimmelen	Drimmelen		NL	06	1719	27063	Europe/Amsterdam
2751282	Gemeente Maastricht	gemeente-maastricht	Maastricht		NL	05	0935	122723	Europe/Amsterdam
2751284	Gemeente Maassluis	gemeente-maassluis	Gemeente Maassluis,Maassluis		NL	11	0556	32518	Europe/Amsterdam
2751295	Gemeente Maasdriel	gemeente-maasdriel	Driel,Gemeente Maasdriel,Maafdriel,Maasdriel		NL	03	0263	24350	Europe/Amsterdam
2751423	Gemeente Losser	gemeente-losser	Gemeente Losser,Losser		NL	15	0168	22547	Europe/Amsterdam
2751435	Gemeente Lopik	gemeente-lopik	Gemeente Lopik,Lopik		NL	09	0331	14395	Europe/Amsterdam
2751455	Gemeente Loon op Zand	gemeente-loon-op-zand	Gemeente Loon op Zand,Loon op Zand		NL	06	0809	23120	Europe/Amsterdam
2751536	Gemeente Lochem	gemeente-lochem	Gemeente Lochem,Lochem		NL	03	0262	33574	Europe/Amsterdam
2751546	Gemeente Lisse	gemeente-lisse	Gemeente Lisse,Lisse		NL	11	0553	22746	Europe/Amsterdam
2751688	Gemeente Leusden	gemeente-leusden	Gemeente Leusden,Leusden		NL	09	0327	29755	Europe/Amsterdam
2751737	Gemeente Lelystad	gemeente-lelystad	Gemeente Lelystad,Lelystad		NL	16	0995	77389	Europe/Amsterdam
2751770	Gemeente Leiderdorp	gemeente-leiderdorp	Gemeente Leiderdorp,Leiderdorp		NL	11	0547	27197	Europe/Amsterdam
2751772	Gemeente Leiden	gemeente-leiden	Gemeente Leiden,Leiden		NL	11	0546	124306	Europe/Amsterdam
2751791	Gemeente Leeuwarden	gemeente-leeuwarden	Gemeente Leeuwarden,Gemeente Ljouwert,Leeuwarden,Ljouwert		NL	02	0080	122415	Europe/Amsterdam
2751873	Gemeente Laren	gemeente-laren	Gemeente Laren,Laren		NL	07	0417	11146	Europe/Amsterdam
2751962	Gemeente Langedijk	gemeente-langedijk	Gemeente Langedijk,Langedijk		NL	07	0416	27836	Europe/Amsterdam
2751979	Gemeente Landsmeer	gemeente-landsmeer	Landsmeer		NL	07	0415	11435	Europe/Amsterdam
2752263	Gemeente Krimpen aan den IJssel	gemeente-krimpen-aan-den-ijssel	Gemeente Krimpen a/d IJssel,Gemeente Krimpen aan de IJssel,Krimpen aan den IJssel		NL	11	0542	29306	Europe/Amsterdam
2752922	Gemeente Kerkrade	gemeente-kerkrade	Gemeente Kerkrade,Holz-Kerkrade,Kerkrade,Kirchroa		NL	05	0928	45823	Europe/Amsterdam
2753012	Gemeente Katwijk	gemeente-katwijk	Gemeente Katwijk,Katwijk,Katwijk (Zuid-Holland),Katwijk  zh		NL	11	0537	64956	Europe/Amsterdam
2753069	Gemeente Kapelle	gemeente-kapelle	Gemeente Kapelle,Kapelle		NL	10	0678	12720	Europe/Amsterdam
2753104	Gemeente Kampen	gemeente-kampen	Gemeente Kampen,Kampen		NL	15	0166	53259	Europe/Amsterdam
2753354	Gemeente IJsselstein	gemeente-ijsselstein	Gemeente IJsselstein,IJsselstein		NL	09	0353	34302	Europe/Amsterdam
2753437	Gemeente Hulst	gemeente-hulst	Gemeente Hulst,Hulst		NL	10	0677	27472	Europe/Amsterdam
2753467	Gemeente Huizen	gemeente-huizen	Gemeente Huizen,Huizen		NL	07	0406	41369	Europe/Amsterdam
2753556	Gemeente Houten	gemeente-houten	Houten		NL	09	0321	49579	Europe/Amsterdam
2753635	Gemeente Hoorn	gemeente-hoorn	Hoorn		NL	07	0405	72806	Europe/Amsterdam
2753718	Gemeente Hoogeveen	gemeente-hoogeveen	Gemeente Hoogeveen,Hoogeveen		NL	01	0118	55677	Europe/Amsterdam
2754014	Hoeksche Waard	hoeksche-waard	Hoeksche Waard,Hoekse Waard,Hoeksewaard		NL	11	1963	0	Europe/Amsterdam
2754063	Gemeente Hilversum	gemeente-hilversum	Gemeente Hilversum,Hilversum		NL	07	0402	89521	Europe/Amsterdam
2754065	Gemeente Hilvarenbeek	gemeente-hilvarenbeek	Gemeente Hilvarenbeek,Hilvarenbeek		NL	06	0798	15366	Europe/Amsterdam
2754072	Gemeente Hillegom	gemeente-hillegom	Gemeente Hillegom,Hillegom		NL	11	0534	21812	Europe/Amsterdam
2754134	Gemeente Heusden	gemeente-heusden	Gemeente Heusden,Heusden		NL	06	0797	43723	Europe/Amsterdam
2754146	Gemeente Heumen	gemeente-heumen	Gemeente Heumen,Heumen		NL	03	0252	16462	Europe/Amsterdam
2754392	Gemeente Hengelo	gemeente-hengelo	Gemeente Hengelo,Hengelo		NL	15	0164	80593	Europe/Amsterdam
2754407	Gemeente Hendrik-Ido-Ambacht	gemeente-hendrik-ido-ambacht	Gemeente Hendrik-Ido-Ambacht,Hendrik-Ido-Ambacht		NL	11	0531	30677	Europe/Amsterdam
2754446	Gemeente Helmond	gemeente-helmond	Gemeente Helmond,Helmond		NL	06	0794	90903	Europe/Amsterdam
2754453	Gemeente Hellevoetsluis	gemeente-hellevoetsluis	Hellevoetsluis		NL	11	0530	39997	Europe/Amsterdam
2754456	Gemeente Hellendoorn	gemeente-hellendoorn	Gemeente Hellendoorn,Hellendoorn		NL	15	0163	35796	Europe/Amsterdam
2754515	Gemeente Heiloo	gemeente-heiloo	Gemeente Heiloo,Heiloo		NL	07	0399	23099	Europe/Amsterdam
2754651	Gemeente Heerlen	gemeente-heerlen	Gemeente Heerlen,Heerlen		NL	05	0917	86762	Europe/Amsterdam
2754658	Gemeente Heerhugowaard	gemeente-heerhugowaard	Gemeente Heerhugowaard,Heerhugowaard		NL	07	0398	55850	Europe/Amsterdam
2754668	Gemeente Heerenveen	gemeente-heerenveen	Gemeente Heerenveen,Gemeente It Hearrenfean,Heerenveen,It Hearrenfean		NL	02	0074	50192	Europe/Amsterdam
2754680	Gemeente Heerde	gemeente-heerde	Heerde		NL	03	0246	18603	Europe/Amsterdam
2754691	Gemeente Heemstede	gemeente-heemstede	Heemstede		NL	07	0397	27080	Europe/Amsterdam
2754696	Gemeente Heemskerk	gemeente-heemskerk	Gemeente Heemskerk,Heemskerk		NL	07	0396	39146	Europe/Amsterdam
2754767	Gemeente Hattem	gemeente-hattem	Gemeente Hattem,Hattem		NL	03	0244	12154	Europe/Amsterdam
2754816	Gemeente Harlingen	gemeente-harlingen	Harlingen		NL	02	0072	15783	Europe/Amsterdam
2754843	Gemeente Hardinxveld-Giessendam	gemeente-hardinxveld-giessendam	Gemeente Hardinxveld-Giessendam,Giessendam Neder-Hardinxveld,Hardinxveld-Giessendam		NL	11	0523	17958	Europe/Amsterdam
2754846	Gemeente Harderwijk	gemeente-harderwijk	Gemeente Harderwijk,Harderwijk		NL	03	0243	46832	Europe/Amsterdam
2754858	Gemeente Hardenberg	gemeente-hardenberg	Gemeente Hardenberg,Hardenberg,Stad-Hardenberg		NL	15	0160	60539	Europe/Amsterdam
2754999	Gemeente Haarlemmermeer	gemeente-haarlemmermeer	Gemeente Haarlemmermeer,Haarlemermeer,Haarlemmermeer		NL	07	0394	147282	Europe/Amsterdam
2755002	Gemeente Haarlem	gemeente-haarlem	Gemeente Haarlem,Haarlem		NL	07	0392	159709	Europe/Amsterdam
2755031	Gemeente Haaksbergen	gemeente-haaksbergen	Gemeente Haaksbergen,Haaksbergen		NL	15	0158	24291	Europe/Amsterdam
2755250	Gemeente Groningen	gemeente-groningen	Gemeente Groningen,Groningen		NL	04	0014	202810	Europe/Amsterdam
2755270	Gemeente Berg en Dal	gemeente-berg-en-dal	Berg en Dal,Gemeente Groesbeek,Groesbeek		NL	03	1945	34748	Europe/Amsterdam
2755357	Gemeente Grave	gemeente-grave	Gemeente Grave,Grave		NL	06	0786	12419	Europe/Amsterdam
2755419	Gemeente Gouda	gemeente-gouda	Gemeente Gouda,Gouda,bldyt ghwda,bldyt ghwdt,ghwda,ghwdt,بلدية غودا,بلدية غودة,غودا,غودة		NL	11	0513	72700	Europe/Amsterdam
2755433	Gemeente Gorinchem	gemeente-gorinchem	Gemeente Gorinchem,Gorinchem		NL	11	0512	36284	Europe/Amsterdam
2755463	Gemeente Goirle	gemeente-goirle	Gemeente Goirle,Goirle		NL	06	0785	23621	Europe/Amsterdam
2755475	Gemeente Goes	gemeente-goes	Gemeente Goes,Gemeente Wolfaartsdijk,Goes,Wolphaartsdijk		NL	10	0664	37636	Europe/Amsterdam
2755506	Gemeente Gilze en Rijen	gemeente-gilze-en-rijen	Gemeente Gilze en Rijen,Gilz Rijen,Gilze en Reijen,Gilze en Rijen		NL	06	0784	26313	Europe/Amsterdam
2755583	Gemeente Gennep	gemeente-gennep	Gemeente Gennep,Gennep		NL	05	0907	17052	Europe/Amsterdam
2755668	Gemeente Geertruidenberg	gemeente-geertruidenberg	Geertruidenberg,Gemeente Geertruidenberg		NL	06	0779	21517	Europe/Amsterdam
2755994	Gemeente Etten-Leur	gemeente-etten-leur	Etten-Leur,Etten-Leurs,Gemeente Etten-Leur		NL	06	0777	43532	Europe/Amsterdam
2756038	Gemeente Ermelo	gemeente-ermelo	Emelo,Ermelo,Gemeente Ermelo		NL	03	0233	26793	Europe/Amsterdam
2756058	Gemeente Epe	gemeente-epe	Epe,Gemeente Epe		NL	03	0232	32863	Europe/Amsterdam
2756070	Gemeente Enschede	gemeente-enschede	Enschede,Gemeente Enschede		NL	15	0153	158261	Europe/Amsterdam
2756076	Gemeente Enkhuizen	gemeente-enkhuizen	Enkhuizen,Gemeente Enkhuizen		NL	07	0388	18476	Europe/Amsterdam
2756134	Gemeente Emmen	gemeente-emmen	Emmen,Gemeente Emmen,amn,bldyt amn,إمن,بلدية إمن		NL	01	0114	107192	Europe/Amsterdam
2756231	Gemeente Elburg	gemeente-elburg	Elburg,Gemeente Elburg		NL	03	0230	23107	Europe/Amsterdam
2756252	Gemeente Eindhoven	gemeente-eindhoven	Eindhoven,Gemeente Eindhoven		NL	06	0772	229126	Europe/Amsterdam
2756341	Gemeente Eersel	gemeente-eersel	Eersel,Gemeente Eersel		NL	06	0770	18778	Europe/Amsterdam
2756393	Gemeente Eemnes	gemeente-eemnes	Eemnes,Gemeente Eemnes		NL	09	0317	9112	Europe/Amsterdam
2756428	Gemeente Ede	gemeente-ede	Ede,Gemeente Ede		NL	03	0228	114682	Europe/Amsterdam
2756430	Gemeente Edam-Volendam	gemeente-edam-volendam	Edam,Edam-Volendam		NL	07	0385	35953	Europe/Amsterdam
2756443	Gemeente Echt-Susteren	gemeente-echt-susteren	Echt-Susteren,Gemeente Echt		NL	05	1711	31751	Europe/Amsterdam
2756506	Gemeente Duiven	gemeente-duiven	Duiven,Gemeente Duiven		NL	03	0226	25438	Europe/Amsterdam
2756538	Gemeente Druten	gemeente-druten	Druten,Gemeente Druten		NL	03	0225	18701	Europe/Amsterdam
2756558	Gemeente Dronten	gemeente-dronten	Dronten,Gemeente Dronten		NL	16	0303	42432	Europe/Amsterdam
2756668	Gemeente Dordrecht	gemeente-dordrecht	Dordrecht,Dordreque,Gemeente Dordrecht		NL	11	0505	118426	Europe/Amsterdam
2756685	Gemeente Utrechtse Heuvelrug	gemeente-utrechtse-heuvelrug	Utrechtse Heuvelrug		NL	09	1581	49314	Europe/Amsterdam
2756722	Gemeente Dongen	gemeente-dongen	Dongen,Gemeente Dongen		NL	06	0766	25777	Europe/Amsterdam
2756766	Gemeente Doetinchem	gemeente-doetinchem	Doetinchem,Gemeente Doetinchem		NL	03	0222	57382	Europe/Amsterdam
2756770	Gemeente Doesburg	gemeente-doesburg	Doesburg,Gemeente Doesburg		NL	03	0221	11328	Europe/Amsterdam
2756887	Gemeente Diemen	gemeente-diemen	Diemen		NL	07	0384	28121	Europe/Amsterdam
2756986	Gemeente Deventer	gemeente-deventer	Deventer,Gemeente Deventer		NL	15	0150	99653	Europe/Amsterdam
2757008	Gemeente Deurne	gemeente-deurne	Deurne,Gemeente Deurne		NL	06	0762	32137	Europe/Amsterdam
2757219	Gemeente Den Helder	gemeente-den-helder	Den Helder,Gemeente Den Helder		NL	07	0400	55760	Europe/Amsterdam
2757344	Gemeente Delft	gemeente-delft	Delft,Gemeente Delft		NL	11	0503	102253	Europe/Amsterdam
2757782	Gemeente De Bilt	gemeente-de-bilt	De Bilt,Gemeente De Bilt		NL	09	0310	42846	Europe/Amsterdam
2757834	Gemeente Dantumadiel	gemeente-dantumadiel	Dantumadeel,Dantumadiel		NL	02	1891	18904	Europe/Amsterdam
2757849	Gemeente Dalfsen	gemeente-dalfsen	Dalfsen,Gemeente Dalfsen		NL	15	0148	28242	Europe/Amsterdam
2757871	Gemeente Culemborg	gemeente-culemborg	Culemborg,Gemeente Culemborg		NL	03	0216	28195	Europe/Amsterdam
2757873	Gemeente Cuijk	gemeente-cuijk	Cuijk,Cuyk en Sint Agatha,Gemeente Cuijk,Gemeente Cuijk en Sint Agatha		NL	06	1684	24911	Europe/Amsterdam
2757936	Gemeente Coevorden	gemeente-coevorden	Coevorden,Gemeente Coevorden,Koevorden		NL	01	0109	35299	Europe/Amsterdam
2757990	Gemeente Castricum	gemeente-castricum	Castricum,Gemeente Castricum		NL	07	0383	35608	Europe/Amsterdam
2758011	Gemeente Capelle aan den IJssel	gemeente-capelle-aan-den-ijssel	Capelle aan den IJssel,Gemeente Capelle a/d IJssel,Gemeente Capelle a/d Yssel,Gemeente Capelle aan de IJssel,Gemeente Capelle aan de Yssel,Gemeente Capelle aan den IJssel		NL	11	0502	66854	Europe/Amsterdam
2758095	Gemeente Buren	gemeente-buren	Buren		NL	03	0214	26365	Europe/Amsterdam
2758103	Gemeente Bunschoten	gemeente-bunschoten	Bunschoten,Gemeente Bunschoten		NL	09	0313	21266	Europe/Amsterdam
2758105	Gemeente Bunnik	gemeente-bunnik	Bunnik,Gemeente Bunnik		NL	09	0312	15214	Europe/Amsterdam
2758173	Gemeente Brunssum	gemeente-brunssum	Brunssum,Gemeente Brunssum		NL	05	0899	28241	Europe/Amsterdam
2758176	Gemeente Brummen	gemeente-brummen	Brummen,Gemeente Brummen		NL	03	0213	20771	Europe/Amsterdam
2758257	Gemeente Waterland	gemeente-waterland	Broek in Waterland,Waterland		NL	07	0852	17259	Europe/Amsterdam
2758325	Gemeente Brielle	gemeente-brielle	Brielle,Gemeente Brielle		NL	11	0501	17040	Europe/Amsterdam
2758400	Gemeente Breda	gemeente-breda	Breda,Gemeente Breda		NL	06	0758	183448	Europe/Amsterdam
2758459	Gemeente Boxtel	gemeente-boxtel	Boxtel,Gemeente Boxtel		NL	06	0757	30672	Europe/Amsterdam
2758461	Gemeente Boxmeer	gemeente-boxmeer	Boxmeer,Gemeente Boxmeer		NL	06	0756	28853	Europe/Amsterdam
2758588	Gemeente Borsele	gemeente-borsele	Borsele,Borssele,Gemeente Borsele		NL	10	0654	22716	Europe/Amsterdam
2758597	Gemeente Borne	gemeente-borne	Borne,Gemeente Borne		NL	15	0147	23124	Europe/Amsterdam
2758619	Gemeente Borger-Odoorn	gemeente-borger-odoorn	Borger-Odoorn,Gemeente Borger,Gemeente Borger-Odoorn		NL	01	1681	25351	Europe/Amsterdam
2758757	Gemeente Boekel	gemeente-boekel	Boekel,Gemeente Boekel		NL	06	0755	10502	Europe/Amsterdam
2758802	Gemeente Bloemendaal	gemeente-bloemendaal	Bloemendaal,Gemeente Bloemendaal		NL	07	0377	23208	Europe/Amsterdam
2758867	Gemeente Blaricum	gemeente-blaricum	Blaricum,Gemeente Blaricum		NL	07	0376	10795	Europe/Amsterdam
2758877	Gemeente Bladel	gemeente-bladel	Bladel,Bladel en Netersel,Gemeente Bladel		NL	06	1728	20144	Europe/Amsterdam
2758997	Gemeente Beverwijk	gemeente-beverwijk	Beverwijk,Gemeente Beverwijk		NL	07	0375	41077	Europe/Amsterdam
2759014	Gemeente Beuningen	gemeente-beuningen	Beuningen,Gemeente Beuningen		NL	03	0209	25798	Europe/Amsterdam
2759039	Gemeente Best	gemeente-best	Best,Gemeente Best		NL	06	0753	29497	Europe/Amsterdam
2759131	Bergeijk	bergeijk	Bergeijk,Bergeyk,Gemeente Bergeijk,Gemeente Bergeyk,byrkh ayk,بيرخ آيك		NL	06	1724	18398	Europe/Amsterdam
2759144	Gemeente Bergen op Zoom	gemeente-bergen-op-zoom	Bergen op Zoom,Gemeente Bergen op Zoom		NL	06	0748	66354	Europe/Amsterdam
2759151	Gemeente Bergen	gemeente-bergen	Bergen,Bergen (NH.),Gemeente Bergen,Gemeente Bergen Lb.		NL	07	0373	29941	Europe/Amsterdam
2759152	Gemeente Bergen	gemeente-bergen	Bergen,Bergen (L.),Gemeente Bergen,Gemeente Bergen NH		NL	05	0893	13106	Europe/Amsterdam
2759285	Gemeente Beesel	gemeente-beesel	Beesel,Gemeente Beesel		NL	05	0889	13444	Europe/Amsterdam
2759320	Gemeente Beemster	gemeente-beemster	Beemster		NL	07	0370	9550	Europe/Amsterdam
2759343	Gemeente Beek	gemeente-beek	Beek,Gemeente Beek		NL	05	0888	15895	Europe/Amsterdam
2759406	Gemeente Barneveld	gemeente-barneveld	Barneveld,Gemeente Barneveld		NL	03	0203	57339	Europe/Amsterdam
2759425	Gemeente Barendrecht	gemeente-barendrecht	Barendrecht,Gemeente Barendrecht		NL	11	0489	48477	Europe/Amsterdam
2759543	Gemeente Baarn	gemeente-baarn	Baarn,Gemeente Baarn		NL	09	0308	24630	Europe/Amsterdam
2759553	Gemeente Baarle-Nassau	gemeente-baarle-nassau	Baarle-Nassau,Gemeente Baarle-Nassau		NL	06	0744	6799	Europe/Amsterdam
2759619	Gemeente Asten	gemeente-asten	Asten,Gemeente Asten		NL	06	0743	16719	Europe/Amsterdam
2759632	Gemeente Assen	gemeente-assen	Assen,Gemeente Assen		NL	01	0106	67708	Europe/Amsterdam
2759660	Gemeente Arnhem	gemeente-arnhem	Arnhem,Gemeente Arnhem		NL	03	0202	157223	Europe/Amsterdam
2759705	Gemeente Apeldoorn	gemeente-apeldoorn	Apeldoorn,Gemeente Apeldoorn		NL	03	0200	161156	Europe/Amsterdam
2759793	Gemeente Amsterdam	gemeente-amsterdam	Amsterdam,Gemeente Amsterdam		NL	07	0363	854047	Europe/Amsterdam
2759797	Gemeente Amstelveen	gemeente-amstelveen	Amstelveen,Nieuwer Amstel		NL	07	0362	89870	Europe/Amsterdam
2759820	Gemeente Amersfoort	gemeente-amersfoort	Amersfoort,Gemeente Amersfoort		NL	09	0307	155226	Europe/Amsterdam
2759844	Gemeente Ameland	gemeente-ameland	Ameland,Gemeente Ameland,Gemeente It Amelan,Gemeente It Amelân,It Amelan,It Amelân		NL	02	0060	3654	Europe/Amsterdam
2759874	Gemeente Alphen aan den Rijn	gemeente-alphen-aan-den-rijn	Alphen aan den Rijn,Gemeente Alphen a/d Rijn,Gemeente Alphen aan de Rijn,Gemeente Alphen aan den Rijn		NL	11	0484	109682	Europe/Amsterdam
2759886	Gemeente Almelo	gemeente-almelo	Almelo,Almeloo,Gemeente Almelo		NL	15	0141	72629	Europe/Amsterdam
2759898	Gemeente Alkmaar	gemeente-alkmaar	Alkmaar		NL	07	0361	108470	Europe/Amsterdam
2759914	Gemeente Alblasserdam	gemeente-alblasserdam	Alblasserdam,Gemeente Alblasserdam		NL	11	0482	20014	Europe/Amsterdam
2759982	Gemeente Achtkarspelen	gemeente-achtkarspelen	Achtkarspelen,Achtkerspelen,Gemeente Achtkarspelen		NL	02	0059	27935	Europe/Amsterdam
2760122	Gemeente Aalten	gemeente-aalten	Aalten,Gemeente Aalten		NL	03	0197	26962	Europe/Amsterdam
2760133	Gemeente Aalsmeer	gemeente-aalsmeer	Aalsmeer		NL	07	0358	31499	Europe/Amsterdam
3345301	Gemeente Wijdemeren	gemeente-wijdemeren	Gemeente Wijdemeren,Wijdemeren		NL	07	1696	23659	Europe/Amsterdam
6251995	Gemeente Moerdijk	gemeente-moerdijk	Moerdijk		NL	06	1709	36967	Europe/Amsterdam
6544220	Gemeente Koggenland	gemeente-koggenland	Koggenland		NL	07	1598	22659	Europe/Amsterdam
6544221	Gemeente Pijnacker-Nootdorp	gemeente-pijnacker-nootdorp	Pijnacker-Nootdorp		NL	11	1926	53634	Europe/Amsterdam
6544222	Oude IJsselstreek	oude-ijsselstreek	Oude IJsselstreek		NL	03	1509	39520	Europe/Amsterdam
6544223	Gemeente Kaag en Braassem	gemeente-kaag-en-braassem	Kaag en Braassem		NL	11	1884	26625	Europe/Amsterdam
6544225	Gulpen-Wittem	gulpen-wittem	Gulpen,Gulpen-Wittem		NL	05	1729	14196	Europe/Amsterdam
6544226	Gemeente Leudal	gemeente-leudal	Leudal		NL	05	1640	35857	Europe/Amsterdam
6544227	Gemeente De Wolden	gemeente-de-wolden	De Wolden		NL	01	1690	23917	Europe/Amsterdam
6544228	Oost Gelre	oost-gelre	Oost Gelre		NL	03	1586	29675	Europe/Amsterdam
6544230	Gemeente Rijssen-Holten	gemeente-rijssen-holten	Rijssen-Holten		NL	15	1742	38097	Europe/Amsterdam
6544232	Gemeente Geldrop-Mierlo	gemeente-geldrop-mierlo	Geldrop-Mierlo		NL	06	1771	39252	Europe/Amsterdam
6544233	Gemeente Horst aan de Maas	gemeente-horst-aan-de-maas	Horst aan de Maas		NL	05	1507	42271	Europe/Amsterdam
6544234	Gemeente Pekela	gemeente-pekela	Pekela		NL	04	0765	12245	Europe/Amsterdam
6544235	Gemeente Steenwijkerland	gemeente-steenwijkerland	Gemeente Steenwijk,Steenwijkerland		NL	15	1708	43768	Europe/Amsterdam
6544236	Gemeente Lingewaard	gemeente-lingewaard	Lingewaard		NL	03	1705	46372	Europe/Amsterdam
6544238	Gemeente Stede Broec	gemeente-stede-broec	Stede Broec		NL	07	0532	21670	Europe/Amsterdam
6544239	Gemeente Westerveld	gemeente-westerveld	Westerveld		NL	01	1701	19152	Europe/Amsterdam
6544242	Gemeente Albrandswaard	gemeente-albrandswaard	Albrandswaard		NL	11	0613	25218	Europe/Amsterdam
6544244	Gemeente Maasgouw	gemeente-maasgouw	Maasgouw		NL	05	1641	23697	Europe/Amsterdam
6544245	Gemeente Twenterand	gemeente-twenterand	Twenterand		NL	15	1700	33903	Europe/Amsterdam
6544248	Gemeente Olst-Wijhe	gemeente-olst-wijhe	Olst-Wijhe		NL	15	1773	18023	Europe/Amsterdam
6544249	Gemeente Alphen-Chaam	gemeente-alphen-chaam	Alphen-Chaam		NL	06	1723	10083	Europe/Amsterdam
6544250	Gemeente De Ronde Venen	gemeente-de-ronde-venen	De Ronde Venen		NL	09	0736	43620	Europe/Amsterdam
6544251	Schouwen-Duiveland	schouwen-duiveland	Gemeente Schouwen-Duiveland,Schouwen-Duiveland,Schouwen-Duveland,Skhauven-Djojveland,Sxauven-Dauveland,Схаувен-Дёйвеланд,Շխաուվեն-Դաուվելանդ		NL	10	1676	33687	Europe/Amsterdam
6544252	Gemeente Leidschendam-Voorburg	gemeente-leidschendam-voorburg	Leidschendam-Voorburg		NL	11	1916	74947	Europe/Amsterdam
6544253	Gemeente Noord-Beveland	gemeente-noord-beveland	Noord-Beveland		NL	10	1695	7314	Europe/Amsterdam
6544254	Gemeente Drechterland	gemeente-drechterland	Drechterland		NL	07	0498	19440	Europe/Amsterdam
6544255	Gemeente Sittard-Geleen	gemeente-sittard-geleen	Sittard-Geleen		NL	05	1883	92956	Europe/Amsterdam
6544256	Gemeente Montferland	gemeente-montferland	Montferland		NL	03	1955	35627	Europe/Amsterdam
6544258	Landgraaf	landgraaf	Landgraaf,Landgraf,Landxraf,Lankgraaf,lan de he la fu,landkhraf,Ландграф,Լանդխրաֆ,لاندخراف,لینڈگراف,蘭德赫拉夫		NL	05	0882	37612	Europe/Amsterdam
6544259	Gemeente Almere	gemeente-almere	Almere		NL	16	0034	203990	Europe/Amsterdam
6544260	Gemeente Zwartewaterland	gemeente-zwartewaterland	Zwartewaterland		NL	15	1896	22468	Europe/Amsterdam
6544261	Gemeente Westland	gemeente-westland	Westland		NL	11	1783	107492	Europe/Amsterdam
6544262	Gemeente Midden-Delfland	gemeente-midden-delfland	Midden-Delfland		NL	11	1842	19338	Europe/Amsterdam
6544263	Gemeente Wormerland	gemeente-wormerland	Wormerland		NL	07	0880	15995	Europe/Amsterdam
6544264	Gemeente Roerdalen	gemeente-roerdalen	Roerdalen		NL	05	1669	20728	Europe/Amsterdam
6544265	Gemeente West Maas en Waal	gemeente-west-maas-en-waal	West Maas en Waal		NL	03	0668	18891	Europe/Amsterdam
6544266	Gemeente Laarbeek	gemeente-laarbeek	Laarbeek		NL	06	1659	22158	Europe/Amsterdam
6544268	Gemeente Bernheze	gemeente-bernheze	Bernheze		NL	06	1721	30550	Europe/Amsterdam
6544269	Gemeente Neder-Betuwe	gemeente-neder-betuwe	Neder-Betuwe		NL	03	1740	23615	Europe/Amsterdam
6544271	Gemeente Halderberge	gemeente-halderberge	Halderberge		NL	06	1655	29888	Europe/Amsterdam
6544276	Gemeente Overbetuwe	gemeente-overbetuwe	Overbetuwe		NL	03	1734	47481	Europe/Amsterdam
6544277	Gemeente Heeze-Leende	gemeente-heeze-leende	Heeze-Leende		NL	06	1658	15886	Europe/Amsterdam
6544279	Gemeente Gemert-Bakel	gemeente-gemert-bakel	Gemert-Bakel		NL	06	1652	30340	Europe/Amsterdam
6544280	Gemeente Reusel-De Mierden	gemeente-reusel-de-mierden	Reusel-De Mierden		NL	06	1667	13040	Europe/Amsterdam
6544282	Gemeente Tynaarlo	gemeente-tynaarlo	Tynaarlo		NL	01	1730	33462	Europe/Amsterdam
6544285	Gemeente Dinkelland	gemeente-dinkelland	Dinkelland		NL	15	1774	26291	Europe/Amsterdam
6544286	Berkelland	berkelland	Berkeland,Berkelland,byrkyland,Беркелланд,Բերկելանդ,بيركيلاند		NL	03	1859	44029	Europe/Amsterdam
6544287	Gemeente Noordenveld	gemeente-noordenveld	Noordenveld		NL	01	1699	32370	Europe/Amsterdam
6544288	Gemeente Cranendonck	gemeente-cranendonck	Cranendonck		NL	06	1706	20336	Europe/Amsterdam
6544289	Gemeente Hof van Twente	gemeente-hof-van-twente	Hof van Twente		NL	15	1735	34930	Europe/Amsterdam
6544290	Gemeente Bronckhorst	gemeente-bronckhorst	Bronckhorst		NL	03	1876	36352	Europe/Amsterdam
6544291	Gemeente Lansingerland	gemeente-lansingerland	Lansingerland		NL	11	1621	61155	Europe/Amsterdam
6544292	Gemeente Landerd	gemeente-landerd	Landerd		NL	06	1685	15332	Europe/Amsterdam
6544293	Gemeente Teylingen	gemeente-teylingen	Teylingen		NL	11	1525	36584	Europe/Amsterdam
6544296	Gemeente Aa en Hunze	gemeente-aa-en-hunze	Aa en Hunze		NL	01	1680	25390	Europe/Amsterdam
6544297	Gemeente Midden-Drenthe	gemeente-midden-drenthe	Midden-Drenthe		NL	01	1731	33172	Europe/Amsterdam
6544299	Valkenburg aan de Geul	valkenburg-aan-de-geul	Valkenburg aan de Geul		NL	05	0994	16431	Europe/Amsterdam
6544304	Gemeente Tytsjerksteradiel	gemeente-tytsjerksteradiel	Tietjerksteradeel,Tytsjerksteradiel		NL	02	0737	31870	Europe/Amsterdam
7535498	Gemeente  Oldambt	gemeente-oldambt	Oldambt		NL	04	1895	38075	Europe/Amsterdam
7535501	Gemeente Zuidplas	gemeente-zuidplas	Zuidplas		NL	11	1892	41882	Europe/Amsterdam
7535502	Gemeente Peel en Maas	gemeente-peel-en-maas	Peel en Maas		NL	05	1894	43312	Europe/Amsterdam
8260046	Eijsden-Margraten	eijsden-margraten	Eesjde-Mergraote,Eijsden-Margraten,Eysden-Marxraten,Èèsjde-Mergraote,Էյսդեն-Մարխրատեն		NL	05	1903	25566	Europe/Amsterdam
8260047	Stichtse Vecht	stichtse-vecht	Stichtse Vecht,Stixtse Vext,Ստիխտսե Վեխտ		NL	09	1904	64513	Europe/Amsterdam
8260049	Sûdwest Fryslân	sudwest-fryslan	Sudwest-Fryslan,Súdwest-Fryslân		NL	02	1900	89583	Europe/Amsterdam
8260050	Bodegraven-Reeuwijk	bodegraven-reeuwijk	Bodegraven-Reeuwijk		NL	11	1901	33948	Europe/Amsterdam
8426240	Gemeente Hollands Kroon	gemeente-hollands-kroon	Hollands Kroon		NL	07	1911	47681	Europe/Amsterdam
8549513	Gemeente Goeree-Overflakkee	gemeente-goeree-overflakkee	Gemeente Goeree-Overflakkee,Goeree-Overflakkee		NL	11	1924	49129	Europe/Amsterdam
10287303	De Fryske Marren	de-fryske-marren	De Friese Meren,De Fryske Marren		NL	02	1940	51742	Europe/Amsterdam
10287316	Krimpenerwaard	krimpenerwaard			NL	11	1931	55644	Europe/Amsterdam
10287324	Nissewaard	nissewaard			NL	11	1930	84588	Europe/Amsterdam
11189015	Gooise Meren	gooise-meren			NL	07	1942	57337	Europe/Amsterdam
11669500	Meierijstad	meierijstad			NL	06	1948	80148	Europe/Amsterdam
12022124	Westerwolde	westerwolde			NL	04	1950	24684	Europe/Amsterdam
12022125	Midden-Groningen	midden-groningen			NL	04	1952	60951	Europe/Amsterdam
12022126	Het Hogeland	het-hogeland			NL	04	1966	0	Europe/Amsterdam
12022127	West Betuwe	west-betuwe			NL	03	1960	0	Europe/Amsterdam
12022128	Altena	altena			NL	06	1959	0	Europe/Amsterdam
12022129	Beekdaelen	beekdaelen			NL	05	1954	0	Europe/Amsterdam
12022130	Molenlanden	molenlanden			NL	11	1978	0	Europe/Amsterdam
12022131	Noardeast-Fryslân	noardeast-fryslan			NL	02	1970	0	Europe/Amsterdam
12253550	Eemsdelta	eemsdelta			NL	04	1979	45609	Europe/Amsterdam
\.


--
-- Data for Name: admin3; Type: TABLE DATA; Schema: nl; Owner: g5
--

COPY nl.admin3 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, admin2_code, admin3_code, population, timezone) FROM stdin;
11525037	Loosduinen	loosduinen			NL	11	0518	1	0	Europe/Amsterdam
11525038	Escamp	escamp			NL	11	0518	2	0	Europe/Amsterdam
11525039	Segbroek	segbroek			NL	11	0518	3	0	Europe/Amsterdam
11525040	Scheveningen	scheveningen			NL	11	0518	4	0	Europe/Amsterdam
11525041	Centrum	centrum			NL	11	0518	5	0	Europe/Amsterdam
11525042	Laak	laak			NL	11	0518	6	0	Europe/Amsterdam
11525043	Haagse Hout	haagse-hout			NL	11	0518	7	0	Europe/Amsterdam
11525044	Leidschenveen-Ypenburg	leidschenveen-ypenburg			NL	11	0518	8	0	Europe/Amsterdam
11525045	Noord	noord			NL	07	0363	N	0	Europe/Amsterdam
11525046	Centrum	centrum			NL	07	0363	A	0	Europe/Amsterdam
11525047	Westpoort	westpoort			NL	07	0363	B	0	Europe/Amsterdam
11525048	West	west			NL	07	0363	E	0	Europe/Amsterdam
11525049	Nieuw-West	nieuw-west			NL	07	0363	F	0	Europe/Amsterdam
11525050	Zuid	zuid			NL	07	0363	K	0	Europe/Amsterdam
11525051	Oost	oost			NL	07	0363	M	0	Europe/Amsterdam
11525052	Zuidoost	zuidoost			NL	07	0363	T	0	Europe/Amsterdam
\.


--
-- Data for Name: admin4; Type: TABLE DATA; Schema: nl; Owner: g5
--

COPY nl.admin4 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, admin2_code, admin3_code, admin4_code, population, timezone) FROM stdin;
\.


--
-- Data for Name: cities; Type: TABLE DATA; Schema: nl; Owner: g5
--

COPY nl.cities (geoid, name, slug, country_code, postal_code, population, timezone, latitude, longitude, altitude, alternatenames, capital_of, admin1_code, admin2_code, admin3_code, admin4_code) FROM stdin;
2743463	Den Oord	den-oord	NL		0	Europe/Amsterdam	51.97083	5.27083		Oord		09	0352		
2743480	Zwingelspaan	zwingelspaan	NL		120	Europe/Amsterdam	51.66	4.49583				06	1709		
2743487	Zwilbroek	zwilbroek	NL		0	Europe/Amsterdam	52.05384	6.6925				03	1859		
2743489	Zwijnsbergen	zwijnsbergen	NL		0	Europe/Amsterdam	51.52667	5.50694				06	1948		
2743497	Zwiep	zwiep	NL		65	Europe/Amsterdam	52.14949	6.4461				03	0262		
2743505	Zweth	zweth	NL		0	Europe/Amsterdam	51.96167	4.39444		De Zwet,De Zweth,Zwet		11	0599		
2743506	Zwet	zwet	NL		0	Europe/Amsterdam	51.865	4.55972				11	0597		
2743511	Zweekhorst	zweekhorst	NL		0	Europe/Amsterdam	51.96167	6.075				03	0299		
2743516	Zwartsluisje	zwartsluisje	NL		0	Europe/Amsterdam	51.7725	4.32778				11	1963		
2743519	Zwartschaap	zwartschaap	NL		0	Europe/Amsterdam	52.75833	6.50556		Zwartschap		01	0118		
2743523	Zwarteweg	zwarteweg	NL		0	Europe/Amsterdam	52.46822	5.90957				03	0269		
2743524	Zwartewatersklooster	zwartewatersklooster	NL		0	Europe/Amsterdam	52.61917	6.10556				15	1896		
2743534	Zwarte Ruiter	zwarte-ruiter	NL		0	Europe/Amsterdam	51.5907	4.28862				06	0851		
2743537	Zwarte Paard	zwarte-paard	NL		0	Europe/Amsterdam	51.95062	5.45036		Het Zwarte Paard,Zwarte Paard		03	0214		
2743538	Zwartenhoek	zwartenhoek	NL		0	Europe/Amsterdam	51.25052	3.85673				10	0715		
2743540	Zwartendijk	zwartendijk	NL		0	Europe/Amsterdam	52.53129	5.90507				15	0166		
2743542	Zwartenberg	zwartenberg	NL		0	Europe/Amsterdam	51.62668	4.63756				06	0777		
2743548	Zwarteklef	zwarteklef	NL		0	Europe/Amsterdam	51.54241	5.96665				05	0984		
2743553	Zwarte Haan	zwarte-haan	NL		0	Europe/Amsterdam	53.30852	5.62672		Swarte Haan,Zwarte Haan		02	1949		
2743554	Zwarte Goor	zwarte-goor	NL		0	Europe/Amsterdam	52.37667	5.74722				03	0302		
2743557	Zwarte Gat	zwarte-gat	NL		0	Europe/Amsterdam	52.46667	6.56667				15	1700		
2743577	Zwanegat	zwanegat	NL		0	Europe/Amsterdam	51.79083	4.51667				11	1963		
2743583	Zwagerveen	zwagerveen	NL		0	Europe/Amsterdam	53.26285	6.08445				02	1970		
2743587	Zwaantje	zwaantje	NL		0	Europe/Amsterdam	51.8575	4.56806				11	0597		
2743604	Zuurbeek	zuurbeek	NL		0	Europe/Amsterdam	52.67685	5.9848				15	1708		
2743605	Zuuk	zuuk	NL		0	Europe/Amsterdam	52.33417	6.00278				03	0232		
2743616	Zuppeld	zuppeld	NL		0	Europe/Amsterdam	52.38929	6.02556				03	0246		
2743620	Zunderdorp	zunderdorp	NL		430	Europe/Amsterdam	52.40667	4.96528				07	0363		
2743623	Zulkwartier	zulkwartier	NL		0	Europe/Amsterdam	52.1614	4.52537				11	0547		
2743628	Zuilen	zuilen	NL		0	Europe/Amsterdam	52.10884	5.09084		Zuilen		09	0344		
2743630	Zuidzijde	zuidzijde	NL		655	Europe/Amsterdam	52.08	4.77222				11	1901		
2743631	Zuidzijde	zuidzijde	NL		0	Europe/Amsterdam	51.78167	4.36528				11	1963		
2743632	Zuidzijde	zuidzijde	NL		0	Europe/Amsterdam	51.70083	4.25833				11	1924		
2743639	Zuidwijken	zuidwijken	NL		0	Europe/Amsterdam	52.1238	6.19935				03	0301		
2743640	Zuidwijk	zuidwijk	NL		12490	Europe/Amsterdam	51.87532	4.48514		Zuidwijk		11	0599		
2743643	Zuidwending	zuidwending	NL		410	Europe/Amsterdam	53.09583	6.93472				04	0047		
2744841	Wely	wely	NL		0	Europe/Amsterdam	51.90833	5.69306				03	1740		
2743654	Zuid-Spierdijk	zuid-spierdijk	NL		0	Europe/Amsterdam	52.63667	4.9375				07	1598		
2743660	Zuid-Schalkwijk	zuid-schalkwijk	NL		0	Europe/Amsterdam	52.34583	4.64167				07	0392		
2743678	Zuidloo	zuidloo	NL		260	Europe/Amsterdam	52.2325	6.30694				15	0150		
2743690	Zuidhoven	zuidhoven	NL		970	Europe/Amsterdam	51.79631	4.67122				11	0505		
2743702	Zuidhoek	zuidhoek	NL		0	Europe/Amsterdam	52.13333	4.76667				11	0569		
2743708	Zuidhaffel	zuidhaffel	NL		0	Europe/Amsterdam	53.03768	4.80515		Zuidhappel		07	0448		
2743713	Zuidgeest	zuidgeest	NL		0	Europe/Amsterdam	51.46583	4.30833				06	0748		
2743721	Zuiderveen	zuiderveen	NL		0	Europe/Amsterdam	53.12917	7.02222				04	1895		
2743732	Zuiderrot	zuiderrot	NL		0	Europe/Amsterdam	52.46649	5.88349		't Zuiderrot,Zuiderrot,’t Zuiderrot		03	0269		
2743739	Zuiderpark	zuiderpark	NL		0	Europe/Amsterdam	52.18333	5.98333				03	0200		
2743740	Zuideropgaande	zuideropgaande	NL		0	Europe/Amsterdam	52.6875	6.55278				01	0118		
2743753	Zuiderkolonie	zuiderkolonie	NL		0	Europe/Amsterdam	53.03316	6.93269		Zuiderkolonie		04	0765		
2743768	Suorein	suorein	NL		0	Europe/Amsterdam	53.08343	5.81503		Suorein,Zuiderend		02	0080		
2743774	Zuiderburen	zuiderburen	NL		5790	Europe/Amsterdam	53.1734	5.84271		Zuidburen		02	0080		
2743787	Zuideinde	zuideinde	NL		0	Europe/Amsterdam	52.72096	6.07827		Giethoorn,Zuid,Zuideinde		15	1708		
2743788	Zuideinde	zuideinde	NL		0	Europe/Amsterdam	52.65384	4.77817				07	0416		
2743789	Zuideinde	zuideinde	NL		0	Europe/Amsterdam	52.48167	5.93056				15	0166		
2743790	Zuideind	zuideind	NL		0	Europe/Amsterdam	53.13333	6.56667				01	1730		
2743791	Zuideind	zuideind	NL		0	Europe/Amsterdam	52.96083	6.86389				01	1681		
2743792	Zuid-Eierland	zuid-eierland	NL		0	Europe/Amsterdam	53.1125	4.81944				07	0448		
2743796	Zuid Carolina	zuid-carolina	NL		0	Europe/Amsterdam	51.69333	5.73889				06	0815		
2743797	Zuidbuurt	zuidbuurt	NL		720	Europe/Amsterdam	52.10833	4.50417				11	0638		
2743809	Zuidbarge	zuidbarge	NL		375	Europe/Amsterdam	52.755	6.90278				01	0114		
2743811	Zouwendijk	zouwendijk	NL		0	Europe/Amsterdam	51.9449	4.99191				09	1961		
2743817	Zouteveen	zouteveen	NL		0	Europe/Amsterdam	51.95167	4.325				11	1842		
2743825	Zoomvliet	zoomvliet	NL		0	Europe/Amsterdam	51.49417	4.35833				06	1674		
2743834	Zonnemaat	zonnemaat	NL		4250	Europe/Amsterdam	51.93115	6.06235				03	0299		
2743843	Zondveld	zondveld	NL		540	Europe/Amsterdam	51.57417	5.55694		Zandveld		06	1948		
2743844	Zonderwijk	zonderwijk	NL		3435	Europe/Amsterdam	51.41141	5.39361				06	0861		
2743849	Zomerdijk	zomerdijk	NL		0	Europe/Amsterdam	53.27167	6.96806		De Zomerdijk		04	1979		
2743850	Zoggel	zoggel	NL		0	Europe/Amsterdam	51.73	5.49444				06	1721		
2743853	Zoeterwoude-Dorp	zoeterwoude-dorp	NL		4230	Europe/Amsterdam	52.12	4.49583		Zoeterwoude		11	0638		
2743857	Zoerte	zoerte	NL		0	Europe/Amsterdam	52.85667	6.27778				01	1701		
2743862	Zoeke	zoeke	NL		0	Europe/Amsterdam	52.3375	6.81528		De Zoeke		15	1774		
2743863	Zittend	zittend	NL		0	Europe/Amsterdam	52.67045	5.14091				07	0498		
2743864	Zittard	zittard	NL		0	Europe/Amsterdam	51.40667	5.36806				06	0861		
2743865	Zittard	zittard	NL		0	Europe/Amsterdam	51.1375	6				05	1669		
2743866	Zinkweg	zinkweg	NL		0	Europe/Amsterdam	51.8025	4.39028				11	1963		
2743874	Zilven	zilven	NL		0	Europe/Amsterdam	52.10882	6.03377		Silven,Silvolde		03	0200		
2743877	Zijtaart	zijtaart	NL		1055	Europe/Amsterdam	51.5925	5.54167		Seitaart,Sijtaard,Sijtaart		06	1948		
2743878	Zijpersluis	zijpersluis	NL		0	Europe/Amsterdam	52.73333	4.69167		Zijpesluis		07	0441		
2743883	Zijpe	zijpe	NL		0	Europe/Amsterdam	51.65121	4.09743				10	1676		
2743914	Ziek	ziek	NL		0	Europe/Amsterdam	51.90417	6.31667				03	1509		
2743916	Ziedewijdijk	ziedewijdijk	NL		0	Europe/Amsterdam	51.85	4.55		Sationswijk,Ziedewijdijk		11	0489		
2743919	Zevenmorgen	zevenmorgen	NL		0	Europe/Amsterdam	51.96333	5.49722				03	0214		
2743920	Zevenhutten	zevenhutten	NL		0	Europe/Amsterdam	51.71583	5.87639				06	1684		
2743925	Sânhuzen	sanhuzen	NL		0	Europe/Amsterdam	53.23276	6.00317		Sanhuzen,Sânhuzen,Zevenhuizen		02	0737		
2743934	Zevenhuis	zevenhuis	NL		0	Europe/Amsterdam	51.7	5.65972		Zevenhuizen		06	1685		
2743940	Zevender	zevender	NL		0	Europe/Amsterdam	51.9575	4.87639				09	0331		
2743942	Zevenbuurt	zevenbuurt	NL		0	Europe/Amsterdam	52.87059	5.85414		Zevenbuurt		02	1940		
2743951	Zeumeren	zeumeren	NL		0	Europe/Amsterdam	52.17256	5.60208				03	0203		
2743953	Zethuis	zethuis	NL		0	Europe/Amsterdam	53.155	6.23889		Zethuizen		04	1969		
2743956	Zesgehuchten	zesgehuchten	NL		3460	Europe/Amsterdam	51.41667	5.55				06	1771		
2743960	Zelt	zelt	NL		0	Europe/Amsterdam	51.52583	5.17778				06	0824		
2743965	Zelen	zelen	NL		0	Europe/Amsterdam	51.32583	5.96111				05	1894		
2743968	Zeldert	zeldert	NL		365	Europe/Amsterdam	52.2	5.3625				09	0307		
2743970	Zelder	zelder	NL		0	Europe/Amsterdam	51.69917	6.01528				05	0907		
2743973	Zeldam	zeldam	NL		510	Europe/Amsterdam	52.25667	6.62917				15	1735		
2743978	Zeilberg	zeilberg	NL		1775	Europe/Amsterdam	51.45469	5.81878		Zeilberg,Zijlberg		06	0762		
2743985	Zeyen	zeyen	NL		737	Europe/Amsterdam	53.0475	6.54583		Zeien,Zeijen,Zeyen		01	1730		
2743986	Zegwaart	zegwaart	NL		0	Europe/Amsterdam	52.06693	4.50769		Seghwaert,Zegwaard,Zegwaart		11	0637		
2744002	Zeesse	zeesse	NL		0	Europe/Amsterdam	52.51167	6.4375		Zeese,Zeeze		15	0175		
2744006	Zeelst	zeelst	NL		5280	Europe/Amsterdam	51.42421	5.41566				06	0861		
2744007	Zeelberg	zeelberg	NL		0	Europe/Amsterdam	51.525	6.14167				05	0893		
2744008	Zeelberg	zeelberg	NL		0	Europe/Amsterdam	51.34	5.475		Zeelburg		06	0858		
2744022	Zeegat	zeegat	NL		0	Europe/Amsterdam	51.2825	4.09306				10	0677		
2744024	Zeedorp	zeedorp	NL		0	Europe/Amsterdam	51.39	3.96806				10	0677		
2744029	Zedde	zedde	NL		0	Europe/Amsterdam	52.4825	5.02778				07	0852		
2744032	Zanegeest	zanegeest	NL		0	Europe/Amsterdam	52.67389	4.72478				07	0373		
2744033	Zandwijk	zandwijk	NL		0	Europe/Amsterdam	51.7775	4.975				06	1959		
2744036	Zandwerven	zandwerven	NL		0	Europe/Amsterdam	52.68333	4.94444				07	0432		
2744038	Zandweerd	zandweerd	NL		0	Europe/Amsterdam	52.27002	6.13871				15	0150		
2744049	Zandstroom	zandstroom	NL		0	Europe/Amsterdam	53.09583	7.07639				04	1950		
2744050	Zandstraat	zandstraat	NL		348	Europe/Amsterdam	51.26583	3.81111				10	0715		
2744052	Zandspui	zandspui	NL		0	Europe/Amsterdam	51.55125	4.67743				06	0777		
2744055	Zandschel	zandschel	NL		0	Europe/Amsterdam	51.66441	4.98299				06	0867		
2744059	Zandplaat	zandplaat	NL		0	Europe/Amsterdam	51.30167	3.77778				10	0715		
2744060	Zandoerle	zandoerle	NL		105	Europe/Amsterdam	51.41583	5.35833				06	0861		
2744068	Zandkant	zandkant	NL		0	Europe/Amsterdam	51.6649	5.47883				06	1721		
2744069	Zandkant	zandkant	NL		0	Europe/Amsterdam	51.6325	5.90278				06	1702		
2744073	Zandhoek	zandhoek	NL		0	Europe/Amsterdam	51.5975	5.6625		De Zandhoek		06	0755		
2744074	Zandhoek	zandhoek	NL		0	Europe/Amsterdam	51.51	6.025				05	0984		
2744076	Zandheuvel	zandheuvel	NL		0	Europe/Amsterdam	51.88333	5.93889				03	1705		
2744078	Zandfort	zandfort	NL		0	Europe/Amsterdam	51.43314	4.31934				06	0873		
2744083	Zandeind	zandeind	NL		0	Europe/Amsterdam	51.5325	5.0125				06	0785		
2744084	Zanddijk	zanddijk	NL		850	Europe/Amsterdam	51.53956	3.6581				10	0717		
2744085	Zandburen	zandburen	NL		0	Europe/Amsterdam	52.91667	4.96667				07	1911		
2744086	Zandbulten	zandbulten	NL		0	Europe/Amsterdam	53.25	6.06667				02	1970		
2744100	Zand	zand	NL		0	Europe/Amsterdam	51.51	5.74722				06	1652		
2744103	Zalné	zalne	NL		0	Europe/Amsterdam	52.5025	6.13194				15	0193		
2744104	Zalmplaat	zalmplaat	NL		0	Europe/Amsterdam	51.85059	4.36892		Zalmplaat		11	0599		
2744111	Zaarvlaas	zaarvlaas	NL		0	Europe/Amsterdam	51.5175	5.73611				06	1652		
2744114	Zaanstad	zaanstad	NL		140085	Europe/Amsterdam	52.45313	4.81356		Zaanstad		07	0479		
2744120	Zaamslagveer	zaamslagveer	NL		0	Europe/Amsterdam	51.31167	3.94167		Veer		10	0715		
2744123	Zaalheuvel	zaalheuvel	NL		0	Europe/Amsterdam	51.75	5.71667				06	0786		
2744125	Zaadstukken	zaadstukken	NL		0	Europe/Amsterdam	52.9782	7.04563				04	0037		
2744127	Yersekendam	yersekendam	NL		0	Europe/Amsterdam	51.49851	4.04011		Iersekedam,Iersekendam,Yersekendam		10	0703		
2744137	Wulpenbek	wulpenbek	NL		0	Europe/Amsterdam	51.325	3.8125				10	0715		
2744138	Wullenhoven	wullenhoven	NL		0	Europe/Amsterdam	52.21919	5.50691				03	0267		
2744142	Wouwse Hil	wouwsche-hil	NL		0	Europe/Amsterdam	51.4975	4.39861		Wouwsche-Hill,Wouwse Hil		06	1674		
2744154	Woudse Dijk	woudse-dijk	NL		0	Europe/Amsterdam	52.18967	4.67537				11	1884		
2744165	Woud	woud	NL		0	Europe/Amsterdam	51.65417	5.37778				06	0845		
2744170	Wormingen	wormingen	NL		0	Europe/Amsterdam	52.2	5.96667		Wormen,Wormenschematen,Wormingen		03	0200		
2744180	Wordragen	wordragen	NL		0	Europe/Amsterdam	51.75667	5.22778				03	0263		
2744181	Woord	woord	NL		0	Europe/Amsterdam	51.79667	5.72361				03	0296		
2744183	Wooldrik	wooldrik	NL		1225	Europe/Amsterdam	52.21667	6.91667				15	0153		
2744184	Woolderes	woolderes	NL		0	Europe/Amsterdam	52.26772	6.77267				15	0164		
2744186	Woolde	woolde	NL		1670	Europe/Amsterdam	52.2721	6.75891				15	0164		
2744187	Woold	woold	NL		65	Europe/Amsterdam	51.93	6.71667		Het Woold,Winterswijk Woold,Woold		03	0294		
2744190	Wonneburen	wonneburen	NL		0	Europe/Amsterdam	53.01405	5.43804				02	1900		
2744200	Wollinghuizen	wollinghuizen	NL		40	Europe/Amsterdam	52.99417	7.14861				04	1950		
2744201	Wollingboermarke	wollingboermarke	NL		0	Europe/Amsterdam	53.0025	7.17083				04	1950		
2744203	Wolfswinkel	wolfswinkel	NL		0	Europe/Amsterdam	51.525	5.49306				06	0848		
2744207	Wolfshuis	wolfshuis	NL		0	Europe/Amsterdam	50.8425	5.79722				05	1903		
2744208	Wolfshoek	wolfshoek	NL		0	Europe/Amsterdam	51.4	5.35556				06	0770		
2744209	Wolfsbosch	wolfsbosch	NL		0	Europe/Amsterdam	51.56333	5.71389				06	1652		
2744210	Wolfsbos	wolfsbos	NL		4215	Europe/Amsterdam	52.71734	6.49881				01	0118		
2744211	Wolfsberg	wolfsberg	NL		0	Europe/Amsterdam	51.38333	5.8				06	0743		
2744214	Wolfsbarge	wolfsbarge	NL		0	Europe/Amsterdam	53.12583	6.72083		Wolfsbergen		04	1952		
2744220	Wolfhagen	wolfhagen	NL		0	Europe/Amsterdam	50.9475	5.89028				05	1954		
2744221	Wolfhaag	wolfhaag	NL		125	Europe/Amsterdam	50.75833	6.00139				05	0981		
2744227	Wolder	wolder	NL		1425	Europe/Amsterdam	50.83752	5.65938		Wilree		05	0935		
2744235	Wolbert	wolbert	NL		0	Europe/Amsterdam	52.41083	6.08056				03	0246		
2744239	Wogmeer	wogmeer	NL		275	Europe/Amsterdam	52.65333	4.91389				07	1598		
2744241	Woezikrot	woezikrot	NL		0	Europe/Amsterdam	51.82156	5.74997		Woezik		03	0296		
2744242	Woezik	woezik	NL		430	Europe/Amsterdam	51.82135	5.73486				03	0296		
2744243	Woeste Hoeve	woeste-hoeve	NL		0	Europe/Amsterdam	52.105	5.95139				03	0200		
2744249	Woerd	woerd	NL		0	Europe/Amsterdam	51.8525	5.54861		De Woerd		03	0668		
2744250	Woenselse Heide	woenselse-heide	NL		5205	Europe/Amsterdam	51.48333	5.46667				06	0772		
2744251	Woensel	woensel	NL		0	Europe/Amsterdam	51.47561	5.47548				06	0772		
2744260	It Wytfean	it-wytfean	NL		0	Europe/Amsterdam	53.16667	6.1		It Wytfean,Witteveen,Witveen		02	0737		
2744264	Wittewierum	wittewierum	NL		60	Europe/Amsterdam	53.28667	6.74722				04	0014		
2744265	Wittewerf	wittewerf	NL		0	Europe/Amsterdam	52.45583	5.10556				07	0852		
2744284	Witten	witten	NL		65	Europe/Amsterdam	52.98083	6.51667				01	0106		
2744294	Wittebrink	wittebrink	NL		0	Europe/Amsterdam	52.00417	6.29028		Wittenbrink		03	1876		
2744301	Witrijt	witrijt	NL		0	Europe/Amsterdam	51.3125	5.26389		Wilreit		06	1724		
2744304	Witman	witman	NL		0	Europe/Amsterdam	52.63167	6.525				15	0160		
2744305	Withuis	withuis	NL		0	Europe/Amsterdam	50.76667	5.72222				05	1903		
2744310	Witdonk	witdonk	NL		0	Europe/Amsterdam	51.3175	5.88889				05	1894		
2744312	Wissinkhoek	wissinkhoek	NL		0	Europe/Amsterdam	52.07522	6.45215				03	1859		
2744318	Wissel	wissel	NL		0	Europe/Amsterdam	52.3425	5.95972				03	0232		
2744320	Wissekerke	wissekerke	NL		0	Europe/Amsterdam	51.50167	3.84722				10	0664		
2744324	Wisch	wisch	NL		19496	Europe/Amsterdam	51.92648	6.41705				03	1509		
2744325	Wirdumerdraai	wirdumerdraai	NL		135	Europe/Amsterdam	53.31333	6.78889				04	1979		
2744328	Wipstrik	wipstrik	NL		0	Europe/Amsterdam	52.51293	6.11552				15	0193		
2744329	Windraak	wintraak	NL		0	Europe/Amsterdam	50.97333	5.89028		Windraak		05	1883		
2744330	Winthagen	winthagen	NL		70	Europe/Amsterdam	50.86333	5.93056				05	0986		
2744340	Winschoterzijl	winschoterzijl	NL		0	Europe/Amsterdam	53.14205	7.08966				04	1950		
2744341	Winschoterhoogebrug	winschoterhoogebrug	NL		0	Europe/Amsterdam	53.13083	7.04861				04	1895		
2744347	Winkelstraat	winkelstraat	NL		0	Europe/Amsterdam	51.43667	5.65417				06	0847		
2744348	Winkelshoek	winkelshoek	NL		0	Europe/Amsterdam	52.00167	6.30833				03	1876		
2744349	Winkelsche Hoek	winkelsche-hoek	NL		0	Europe/Amsterdam	51.61667	5.16667				06	0855		
2744352	Winkelerhoek	winkelerhoek	NL		0	Europe/Amsterdam	52.06764	6.44655				03	1859		
2744361	Windesheim	windesheim	NL		385	Europe/Amsterdam	52.4475	6.13194				15	0193		
2744364	Windas	windas	NL		0	Europe/Amsterdam	51.9375	4.38611				11	0606		
2744365	Wimmenum	wimmenum	NL		195	Europe/Amsterdam	52.63667	4.65694				07	0373		
2744368	Wilsveen	wilsveen	NL		0	Europe/Amsterdam	52.075	4.425				11	1916		
2744372	Wilp-Achterhoek	wilp-achterhoek	NL		150	Europe/Amsterdam	52.21167	6.075				03	0285		
2744379	Willige Langerak	willige-langerak	NL		0	Europe/Amsterdam	51.94417	4.87917		Willige		09	0331		
2744382	Willeskop	willeskop	NL		0	Europe/Amsterdam	52.02417	4.91111				09	0335		
2744396	Willemsdorp	willemsdorp	NL		0	Europe/Amsterdam	51.73	4.63056				11	0505		
2744408	Willibrordushoek	willibrordushoek	NL		0	Europe/Amsterdam	51.595	5.50694		Willibrordushoek		06	1948		
2744411	Wilhelmsoord	wilhelmsoord	NL		0	Europe/Amsterdam	52.74167	6.85139				01	0114		
2744417	Wilhelminapark	wilhelminapark	NL		300	Europe/Amsterdam	52.0929	6.06903				03	0213		
2744430	Wildervanksterdallen	wildervanksterdallen	NL		85	Europe/Amsterdam	53.05417	6.88333				04	0047		
2744432	Wildert	wildert	NL		0	Europe/Amsterdam	51.46083	4.66944				06	0879		
2744436	Wilderhof	wilderhof	NL		0	Europe/Amsterdam	53.27167	6.90417				04	1952		
2744437	Wildeplaats	wildeplaats	NL		0	Europe/Amsterdam	53.02833	6.93472				04	0765		
2744441	Wildenberg	wildenberg	NL		0	Europe/Amsterdam	52.62517	6.38293				01	1690		
2744447	Wilaard	wilaard	NL		0	Europe/Amsterdam	53.20351	5.83277		Wijlaardburen,Wilaarderburen		02	0080		
2744450	Wijzend	wijzend	NL		0	Europe/Amsterdam	52.695	5.05139		De Wijzend		07	0420		
2744451	Wijthmen	wijthmen	NL		625	Europe/Amsterdam	52.4875	6.17083		Wijtmen		15	0193		
2744453	Wijtgaard	wijtgaard	NL		0	Europe/Amsterdam	53.14059	5.78293		Witgaard,Wytgaard		02	0080		
2744456	Wijnvoorden	wijnvoorden	NL		0	Europe/Amsterdam	52.41083	6.16307		Wijnvoorde,Wijnvoorden		15	1773		
2744460	Wijnjeterpverlaat	wijnjeterpverlaat	NL		0	Europe/Amsterdam	53.03033	6.16135		Weinterpferlaat,Wijnjeterpverlaat		02	0086		
2744475	Wijmers	wijmers	NL		0	Europe/Amsterdam	52.65083	5.14444				07	0498		
2744485	Wijk	wijk	NL		0	Europe/Amsterdam	52.06667	4.63333		Wijk		11	0627		
2744486	Wijk	wijk	NL		0	Europe/Amsterdam	50.84813	5.70225		Wijk,Wyck		05	0935		
2744487	Wijk	wijk	NL		0	Europe/Amsterdam	51.76667	5.11667				06	1959		
2744490	Wijgeest	wijgeest	NL		0	Europe/Amsterdam	53.28729	6.11755		Wijgeest		02	1970		
2744509	Wijckelereebuurt	wijckelereebuurt	NL		0	Europe/Amsterdam	52.88333	5.61667				02	1940		
2744516	Wijbosch	wijbosch	NL		1365	Europe/Amsterdam	51.61667	5.46806		't Wijbosch,Weibosch		06	1948		
2744518	Wieuwerd	wieuwerd	NL		0	Europe/Amsterdam	53.10966	5.68894		Wiewerd,Wiuwert		02	1900		
2744520	Wiesel	wiesel	NL		0	Europe/Amsterdam	52.2525	5.93611		Wiessel		03	0200		
2744522	Wierumerschouw	wierumerschouw	NL		0	Europe/Amsterdam	53.27	6.50278				04	1969		
2744530	Wieringerwerf-Zuid	wieringerwerf-zuid	NL		0	Europe/Amsterdam	52.84	5.01944				07	1911		
2744544	Wierhuizen	wierhuizen	NL		0	Europe/Amsterdam	53.4025	6.42917				04	1966		
2744554	Wiene	wiene	NL		520	Europe/Amsterdam	52.235	6.65139				15	1735		
2744555	Wielwijk	wielwijk	NL		0	Europe/Amsterdam	51.78885	4.65358				11	0505		
2744557	Wielsche Hoeven	wielse-hoeven	NL		0	Europe/Amsterdam	51.62833	5.35694		De Wielschehoeven,Wielsche Hoeven		06	0845		
2744561	Wieler	wieler	NL		0	Europe/Amsterdam	51.24083	6.02361				05	0957		
2744563	Wieldrecht	wieldrecht	NL		175	Europe/Amsterdam	51.78417	4.63194				11	0505		
2744564	Wielder	wielder	NL		0	Europe/Amsterdam	51.45482	6.14983				05	1507		
2744565	Wielder	wielder	NL		0	Europe/Amsterdam	51.38215	6.12664		Wielder		05	0983		
2744568	Wieksloot	wieksloot	NL		145	Europe/Amsterdam	52.16667	5.26667		Wieksloot		09	0342		
2744569	Wieken	wieken	NL		0	Europe/Amsterdam	51.87	6.35417				03	1509		
2744570	Wieën	wieen	NL		0	Europe/Amsterdam	51.51667	5.98333				05	0984		
2744572	Wie	wie	NL		0	Europe/Amsterdam	53.38512	6.03012		Wie		02	1970		
2744574	Wheermolen	wheermolen	NL		0	Europe/Amsterdam	52.50858	4.97096				07	0439		
2744581	Wezel	wezel	NL		0	Europe/Amsterdam	51.83417	5.72917				03	0296		
2744582	Weverwijk	weverwijk	NL		150	Europe/Amsterdam	51.91167	5.01389				09	1961		
2744583	Weverslo	weverslo	NL		0	Europe/Amsterdam	51.5125	5.92917		Weversloo		05	0984		
2744584	Wevershoek	wevershoek	NL		0	Europe/Amsterdam	51.85583	4.575				11	0597		
2744586	Weustenrade	weustenrade	NL		220	Europe/Amsterdam	50.89917	5.91667				05	0986		
2744588	Wetzens	wetzens	NL		0	Europe/Amsterdam	53.34686	6.03355		Wetsens,Wetzens		02	1970		
2744596	Westzaner-Overtoom	westzaner-overtoom	NL		0	Europe/Amsterdam	52.43333	4.78333				07	0479		
2744611	West-Souburg	west-souburg	NL		1790	Europe/Amsterdam	51.46417	3.59167		Souberg,Westsoeburg		10	0718		
2744612	Westrik	westrik	NL		0	Europe/Amsterdam	51.59333	4.71944				06	0758		
2744616	Westpunt	westpunt	NL		0	Europe/Amsterdam	51.86646	4.34617		Westpunt		11	0599		
2744625	West-Nieuwland	west-nieuwland	NL		0	Europe/Amsterdam	51.81667	3.9		West Nieuwland,West-Nieuwland		11	1924		
2744626	Westmijzen	westmijzen	NL		0	Europe/Amsterdam	52.61667	4.9				07	1598		
2744632	Westlaren	westlaren	NL		1410	Europe/Amsterdam	53.0848	6.66469		Duvelsoord,Westlaren		01	1730		
2744636	West-Knollendam	west-knollendam	NL		0	Europe/Amsterdam	52.5175	4.78611		Knollendam,Westknollendam		07	0479		
2744639	Westkerke	westkerke	NL		0	Europe/Amsterdam	51.53667	4.09444		Westkerk		10	0716		
2744653	West Geesteren	west-geesteren	NL		0	Europe/Amsterdam	52.43167	6.69444				15	0183		
2744662	Westerzij	westerzij	NL		0	Europe/Amsterdam	52.56667	4.68333				07	0383		
2744663	Westerzicht	westerzicht	NL		1595	Europe/Amsterdam	51.46252	3.58687				10	0718		
2744665	Westerzand	westerzand	NL		0	Europe/Amsterdam	53.23667	6.30833				04	1969		
2744669	Westerwijzend	westerwijzend	NL		0	Europe/Amsterdam	52.68583	5.16667				07	0498		
2744672	Westerwijk	westerwijk	NL		0	Europe/Amsterdam	51.51083	5.13194				06	0798		
2744673	Westerwijk	westerwijk	NL		0	Europe/Amsterdam	51.47	5.16495				06	0798		
2744686	Westervalge	westervalge	NL		0	Europe/Amsterdam	53.39308	6.54562				04	1966		
2744693	Westerse Bos	westerse-bos	NL		140	Europe/Amsterdam	52.67	6.85972				01	0114		
2744704	Westernijkerk	westernijkerk	NL		0	Europe/Amsterdam	53.32749	5.79683		Nijkerk		02	1970		
2744708	Westermient	westermient	NL		0	Europe/Amsterdam	53.05917	4.76389				07	0448		
2744713	Westermeer	westermeer	NL		0	Europe/Amsterdam	52.98503	5.82756				02	1940		
2744724	Westerklooster	westerklooster	NL		0	Europe/Amsterdam	53.3875	6.38333				04	1966		
2744725	Westerklief	westerklief	NL		0	Europe/Amsterdam	52.895	4.95139				07	1911		
2744728	Westerik	westerik	NL		0	Europe/Amsterdam	52.34529	6.79375				15	1774		
2744735	Westerhorn	westerhorn	NL		0	Europe/Amsterdam	53.3925	6.59722				04	1966		
2744736	Westerhorn	westerhorn	NL		0	Europe/Amsterdam	53.25464	6.27997				04	1969		
2744749	Westereng	westereng	NL		0	Europe/Amsterdam	52.26667	5.16667				07	1942		
2744750	Westerend Harich	westerend-harich	NL		0	Europe/Amsterdam	52.88287	5.52501				02	1940		
2744757	Westerdijkshorn	westerdijkshorn	NL		0	Europe/Amsterdam	53.31	6.575				04	1966		
2744760	Westerbuurt	westerbuurt	NL		0	Europe/Amsterdam	52.68333	6.18333				01	0119		
2744774	Westenschouwen	westenschouwen	NL		235	Europe/Amsterdam	51.67583	3.70972		Westerschouwen,Westschavwen		10	1676		
2744775	Westenholte	westenholte	NL		0	Europe/Amsterdam	52.52118	6.04857		Westerholte		15	0193		
2744776	Westenesch	westenesch	NL		175	Europe/Amsterdam	52.78583	6.87361				01	0114		
2744777	Westeneng	westeneng	NL		1320	Europe/Amsterdam	52.1275	5.71528		Westenenk		03	0228		
2744782	Westelbeers	westelbeers	NL		0	Europe/Amsterdam	51.445	5.21111				06	0823		
2744786	Westeinde	westeinde	NL		3890	Europe/Amsterdam	53.20853	5.76812				02	0080		
2744787	Westeinde	westeinde	NL		100	Europe/Amsterdam	52.82333	6.34861				01	1701		
2744788	Westeinde	westeinde	NL		0	Europe/Amsterdam	52.69583	6.09861				15	1708		
2744789	Westeinde	westeinde	NL		110	Europe/Amsterdam	52.11083	4.48056				11	0638		
2744790	Westeinde	westeinde	NL		0	Europe/Amsterdam	52.09583	4.55833				11	0484		
2744791	Westeind	westeind	NL		0	Europe/Amsterdam	53.23538	6.96439				04	1895		
2744792	Westeind	westeind	NL		165	Europe/Amsterdam	53.16417	6.82222				04	1952		
2744793	Westeind	westeind	NL		0	Europe/Amsterdam	53.11083	7.0375				04	1950		
2744794	Westeind	westeind	NL		0	Europe/Amsterdam	51.8279	4.67657		Westeinde,Westend		11	0590		
2744795	Weste	weste	NL		0	Europe/Amsterdam	52.9005	5.43304				02	1900		
2744803	Westdijk	westdijk	NL		225	Europe/Amsterdam	51.79583	4.47222				11	1963		
2744809	West aan Zee	west-aan-zee	NL		0	Europe/Amsterdam	53.3993	5.26069		West oan See		02	0093		
2744810	Wessingtange	wessingtange	NL		0	Europe/Amsterdam	52.9175	7.14444				04	1950		
2744811	Wessinghuizen	wessinghuizen	NL		0	Europe/Amsterdam	53.0525	7.075				04	0037		
2744812	Wessinge	wessinge	NL		0	Europe/Amsterdam	52.4075	5.83611		Wessingen		03	0230		
2744816	Wesselerbrink	wesselerbrink	NL		0	Europe/Amsterdam	52.19691	6.87759				15	0153		
2744817	Wessel	wessel	NL		0	Europe/Amsterdam	52.15	5.63333		Wessel		03	0203		
2744821	Werven	werven	NL		0	Europe/Amsterdam	52.43167	6.11389				03	0246		
2744822	Werveld	werveld	NL		0	Europe/Amsterdam	51.68833	5.92778				06	0756		
2744823	Wernhoutsbrug	wernhoutsbrug	NL		0	Europe/Amsterdam	51.42833	4.625				06	0879		
2744828	Werfhorst	werfhorst	NL		0	Europe/Amsterdam	52.41084	5.80921				03	0230		
2744829	Werendijke	werendijke	NL		0	Europe/Amsterdam	51.50417	3.50278				10	0717		
2744831	Wercheren	wercheren	NL		0	Europe/Amsterdam	51.84083	5.94722				03	1945		
2744832	Weper	weper	NL		0	Europe/Amsterdam	53.00792	6.30504		Weper		02	0085		
2744833	Wenum	wenum	NL		335	Europe/Amsterdam	52.255	5.96389		Wenum-Wiesel		03	0200		
2744836	Wengelo	wengelo	NL		0	Europe/Amsterdam	52.3712	6.14797		Wengeloo		15	1773		
2744837	Wemmenhove	wemmenhove	NL		0	Europe/Amsterdam	52.66333	6.41111				01	1690		
2744843	Welten	welten	NL		0	Europe/Amsterdam	50.87607	5.96532				05	0917		
2744844	Welsumerveld	welsumerveld	NL		0	Europe/Amsterdam	52.31417	6.08611				15	1773		
2744849	Welschap	welschap	NL		0	Europe/Amsterdam	51.44898	5.41883				06	0772		
2744852	Wellseind	wellseind	NL		0	Europe/Amsterdam	51.76333	5.18056				03	0263		
2744862	Wellenseind	wellenseind	NL		0	Europe/Amsterdam	51.42168	5.14812				06	1667		
2744867	Weleveld	weleveld	NL		0	Europe/Amsterdam	52.33	6.73611				15	0147		
2744869	Welberg	welberg	NL		1410	Europe/Amsterdam	51.57667	4.33056				06	0851		
2744873	Weiwerd	weiwerd	NL		0	Europe/Amsterdam	53.31167	6.94722				04	1979		
2744874	Weiven	weiven	NL		0	Europe/Amsterdam	51.56667	5.51667				06	1948		
2744876	Weitemanslanden	weitemanslanden	NL		0	Europe/Amsterdam	52.40333	6.69028				15	0183		
2744877	Weite	weite	NL		55	Europe/Amsterdam	53.02417	7.1375				04	1950		
2744878	Weipoort	weipoort	NL		345	Europe/Amsterdam	52.11333	4.52361				11	0638		
2744881	Weimeren	weimeren	NL		0	Europe/Amsterdam	51.45	4.62778				06	0879		
2744882	Weilenseind	weilenseind	NL		0	Europe/Amsterdam	51.53417	4.94444				06	0784		
2744885	Weijpoort	weijpoort	NL		1370	Europe/Amsterdam	52.08167	4.80278				11	1901		
2744887	Weijland	weijland	NL		380	Europe/Amsterdam	52.085	4.79861				11	1901		
2744888	Weijerswold	weijerswold	NL		0	Europe/Amsterdam	52.65667	6.80833		Weierswold,Weyerswold,Wijerswold		01	0109		
2744889	Weijereind	weijereind	NL		0	Europe/Amsterdam	51.35451	5.17366				06	1667		
2744906	Weerwille	weerwille	NL		70	Europe/Amsterdam	52.7175	6.30417				01	1690		
2744919	Weerestein	weerestein	NL		1105	Europe/Amsterdam	52.30381	4.58861				11	0534		
2744923	Weerdingermond	weerdingermond	NL		0	Europe/Amsterdam	52.86667	7.05				04	1950		
2744927	Weerdinge	weerdinge	NL		600	Europe/Amsterdam	52.81917	6.91806				01	0114		
2744930	Weerd	weerd	NL		0	Europe/Amsterdam	51.16	5.92361		De Weert		05	1641		
2744934	Weende	weende	NL		0	Europe/Amsterdam	53.00083	7.12917				04	1950		
2744937	Weeg	weeg	NL		0	Europe/Amsterdam	51.63833	5.63194				06	0856		
2744938	Weebosch	weebosch	NL		535	Europe/Amsterdam	51.30833	5.29444		't Wijbosch		06	1724		
2744939	Wedzeburen	wedzeburen	NL		0	Europe/Amsterdam	53.23594	6.09518		Wedzebuorren,Wedzeburen		02	0059		
2744940	Wedderveer	wedderveer	NL		135	Europe/Amsterdam	53.08917	7.07083				04	1950		
2744942	Wedderheide	wedderheide	NL		235	Europe/Amsterdam	53.0675	7.10278				04	1950		
2744945	Wechterholt	wechterholt	NL		0	Europe/Amsterdam	52.41854	6.20539		Wegterholt		15	1773		
2744946	Weberbuurt	weberbuurt	NL		0	Europe/Amsterdam	52.31667	4.66667				07	0394		
2744949	Waver	waver	NL		0	Europe/Amsterdam	52.25667	4.91528		Rijke Waver		07	0437		
2744950	Waubach	waubach	NL		2910	Europe/Amsterdam	50.91833	6.05		Waubach-Lauradorp		05	0882		
2744952	Waterval	waterval	NL		0	Europe/Amsterdam	50.89417	5.77778				05	0938		
2744953	Watertuin	watertuin	NL		0	Europe/Amsterdam	52.18662	4.54302				11	1525		
2744954	Waterstraat	waterstraat	NL		0	Europe/Amsterdam	51.47667	5.1625				06	0798		
2744958	Waterop	waterop	NL		0	Europe/Amsterdam	50.78583	5.85694				05	1729		
2744967	Waterland	waterland	NL		0	Europe/Amsterdam	51.83392	4.34706				11	1930		
2744969	Waterkant	waterkant	NL		0	Europe/Amsterdam	51.5475	4.26528				06	0748		
2744971	Wateringskant	wateringskant	NL		60	Europe/Amsterdam	52.76	4.87083				07	1911		
2744975	Waterhoek	waterhoek	NL		0	Europe/Amsterdam	52.10083	6.55				03	1859		
2744976	Watergraafsmeer	watergraafsmeer	NL		0	Europe/Amsterdam	52.34918	4.93629		Vatergrafsmer,Ватерграфсмер		07	0363		
2744979	Wateregge	wateregge	NL		0	Europe/Amsterdam	52.34971	6.70844				15	0141		
2744982	Waterakkers	waterakkers	NL		2805	Europe/Amsterdam	52.5044	4.65608				07	0396		
2744985	Wassinkbrink	wassinkbrink	NL		0	Europe/Amsterdam	51.99583	6.32778		Wassink		03	1876		
2744992	Waspik-Boven	waspik-boven	NL		0	Europe/Amsterdam	51.68312	4.95059				06	0867		
2744997	Wartumerklap	wartumerklap	NL		0	Europe/Amsterdam	53.29383	7.02264				04	1979		
2745006	Warniahuzen	warniahuzen	NL		0	Europe/Amsterdam	53.07253	5.92863		Warniahuizen,Warniahuzen		02	0074		
2745016	Warm	warm	NL		0	Europe/Amsterdam	51.92333	6.30694				03	1509		
2745017	Warken	warken	NL		710	Europe/Amsterdam	52.14	6.26806				03	0301		
2745018	Warga	warga	NL		1560	Europe/Amsterdam	53.15145	5.84404		Warga,Wergea		02	0080		
2745027	Warande	warande	NL		0	Europe/Amsterdam	51.62672	4.8414				06	0826		
2745028	War	war	NL		0	Europe/Amsterdam	53.19323	5.53084		It War,War		02	1949		
2745041	Wanswerd aan de Streek	wanswerd-aan-de-streek	NL		0	Europe/Amsterdam	53.28333	5.86667				02	0737		
2745042	Wanswerd	wanswerd	NL		105	Europe/Amsterdam	53.30174	5.85089		Wanswerd,Wanswert,Wânswert		02	1970		
2745052	Wammert	wammert	NL		0	Europe/Amsterdam	53.12883	5.66616				02	0080		
2745061	Walsert	walsert	NL		0	Europe/Amsterdam	51.65333	5.85417				06	1702		
2745063	Walsberg	walsberg	NL		980	Europe/Amsterdam	51.47446	5.80224				06	0762		
2745065	Wals	wals	NL		0	Europe/Amsterdam	51.86167	6.35				03	1509		
2745068	Walik	walik	NL		0	Europe/Amsterdam	51.3575	5.36667				06	1724		
2745075	Walderveen	walderveen	NL		0	Europe/Amsterdam	52.1125	5.55417		Valderveen		03	0228		
2745081	Waije	waije	NL		0	Europe/Amsterdam	51.27	6.00833				05	1640		
2745083	Wahlwiller	wahlwiller	NL		395	Europe/Amsterdam	50.81009	5.93708		Waalwijlre,Waalwiler,Wahlwijlre		05	1729		
2745086	Wageningen-Hoog	wageningen-hoog	NL		0	Europe/Amsterdam	51.99	5.69583				03	0289		
2745092	Wadwerd	wadwerd	NL		0	Europe/Amsterdam	53.40167	6.59028				04	1966		
2745093	Wadway	wadway	NL		185	Europe/Amsterdam	52.69167	4.97917		Wadwaai,Wadwai,Wadwaij,Wadwei		07	0432		
2745103	Waatskamperheide	waatskamperheide	NL		0	Europe/Amsterdam	51.3	5.8				05	0946		
2745104	Waatskamp	waatskamp	NL		0	Europe/Amsterdam	51.29417	5.79028				05	0946		
2745121	Waanskinderen	waanskinderen	NL		0	Europe/Amsterdam	51.495	3.93333				10	0664		
2745131	Waalbroek	waalbroek	NL		0	Europe/Amsterdam	50.83083	5.99583				05	0965		
2745140	Vuurbaken	vuurbaken	NL		0	Europe/Amsterdam	51.78667	4.39444				11	1963		
2745145	Vuilpan	vuilpan	NL		0	Europe/Amsterdam	51.245	3.49306				10	1714		
2745146	Vuile Riete	vuile-riete	NL		0	Europe/Amsterdam	52.6325	6.47778				01	1690		
2745147	Vuilendam	vuilendam	NL		0	Europe/Amsterdam	51.88391	4.84634				11	1978		
2745151	Vughtsche Hoeven	vughtsche-hoeven	NL		0	Europe/Amsterdam	51.64016	5.27698		Vuchtse Hoeven,Vughtsche Hoeven		06	0865		
2745287	Voorste Heikant	voorste-heikant	NL		0	Europe/Amsterdam	51.34583	5.15417				06	1667		
2745155	Vuchtschoot	vuchtschoot	NL		0	Europe/Amsterdam	51.56083	4.70556				06	0758		
2745157	Vrusschemig	vrusschemig	NL		0	Europe/Amsterdam	50.87314	5.99321		Vrussemig		05	0917		
2745160	Vrouwenverdriet	vrouwenverdriet	NL		0	Europe/Amsterdam	52.46167	4.7625				07	0479		
2745161	Vrouwentroost	vrouwentroost	NL		0	Europe/Amsterdam	52.25167	4.75833				07	0358		
2745171	Vroenhout	vroenhout	NL		340	Europe/Amsterdam	51.5425	4.41944				06	1674		
2745172	Vroenhof	vroenhof	NL		405	Europe/Amsterdam	50.87672	5.77864		Vraonhof		05	0994		
2745173	Vroelen	vroelen	NL		0	Europe/Amsterdam	50.765	5.81944				05	1903		
2745174	Vrilkhoven	vrilkhoven	NL		105	Europe/Amsterdam	51.56667	5.35139				06	0757		
2745175	Vrijhoeven	vrijhoeven	NL		0	Europe/Amsterdam	52.15	4.71667		Vrijhoeven		11	0484		
2745176	Vrijhoeve-Capelle	vrijhoeve-capelle	NL		0	Europe/Amsterdam	51.67266	5.0144		Vrijhoeve Kapelle,Vrijhoeven Kapelle		06	0867		
2745180	Vrij	vrij	NL		0	Europe/Amsterdam	51.66167	6.07083				05	0893		
2745183	Vriezekoop	vriezekoop	NL		165	Europe/Amsterdam	52.22083	4.69861				11	1884		
2745190	Vrieheide	vrieheide	NL		1500	Europe/Amsterdam	50.92192	5.96701				05	0917		
2745192	Vressel	vressel	NL		0	Europe/Amsterdam	51.53331	5.50951				06	1948		
2745193	Vreewijk	vreewijk	NL		13745	Europe/Amsterdam	51.88428	4.51967				11	0599		
2745194	Vreewijk	vreewijk	NL		0	Europe/Amsterdam	51.44333	5.79861		Vreekwijk,Vrekwijk		06	0762		
2745195	Vreeswijk	vreeswijk	NL		3460	Europe/Amsterdam	52.01088	5.09285		Nieuwegein-Zuid		09	0356		
2745200	Vredeveld	vredeveld	NL		0	Europe/Amsterdam	52.98921	6.57787				01	0106		
2745207	Vredenburg	vredenburg	NL		4370	Europe/Amsterdam	51.95355	5.90284				03	0202		
2745210	Vrank	vrank	NL		0	Europe/Amsterdam	50.90043	5.95631				05	0917		
2745211	Vrakker	vrakker	NL		0	Europe/Amsterdam	51.26667	5.68333				05	0988		
2745215	Vrachelen	vrachelen	NL		0	Europe/Amsterdam	51.65333	4.82639		Vraggelen		06	0826		
2745216	Voulwames	voulwames	NL		0	Europe/Amsterdam	50.90667	5.72222		Voulwamis,Voulwamus,Vuilwammes		05	0938		
2745220	Vossenpels	vossenpels	NL		0	Europe/Amsterdam	51.87083	5.87778		De Vossenpels		03	0268		
2745221	Vossenhol	vossenhol	NL		0	Europe/Amsterdam	51.5	5.5				06	0848		
2745223	Vosseneind	vosseneind	NL		0	Europe/Amsterdam	51.76667	5.83333				03	0252		
2745224	Vossendaal	vossendaal	NL		0	Europe/Amsterdam	51.56667	4.61667				06	0777		
2745225	Vossenburg	vossenburg	NL		0	Europe/Amsterdam	53.10387	6.77436				04	1952		
2745226	Vossenbrink	vossenbrink	NL		0	Europe/Amsterdam	52.25667	6.71944				15	1735		
2745228	Vossenberg	vossenberg	NL		0	Europe/Amsterdam	51.63472	5.43201				06	1948		
2745229	Vossenberg	vossenberg	NL		0	Europe/Amsterdam	51.56667	5.78472				06	1652		
2745230	Vossenberg	vossenberg	NL		0	Europe/Amsterdam	51.54583	4.96389				06	0784		
2745232	Vossen	vossen	NL		0	Europe/Amsterdam	52.21054	5.74648				03	0200		
2745234	Vosselen	vosselen	NL		0	Europe/Amsterdam	51.41417	5.72639				06	0743		
2745235	Vosseburen	vosseburen	NL		0	Europe/Amsterdam	53.01848	6.11523		Foksebuorren,Vosseburen		02	0086		
2745237	Vosseberg	vosseberg	NL		0	Europe/Amsterdam	52.99167	7.04722				04	0037		
2745238	Vossebelt	vossebelt	NL		0	Europe/Amsterdam	52.68	6.70139				01	0109		
2745239	Voskuilen	voskuilen	NL		240	Europe/Amsterdam	52.10318	5.45334				09	0351		
2745240	Voskuil	voskuil	NL		0	Europe/Amsterdam	52.48667	5.99583				03	0269		
2745241	Voske	voske	NL		0	Europe/Amsterdam	51.44917	4.97639				06	0744		
2745243	Vosdonk	vosdonk	NL		0	Europe/Amsterdam	51.55	4.61667				06	0777		
2745247	Vosberg	vosberg	NL		0	Europe/Amsterdam	51.34	5.97361				05	1894		
2745255	Vorenseinde	vorenseinde	NL		0	Europe/Amsterdam	51.5284	4.59057		Vorenseind		06	0840		
2745263	Voorweg	voorweg	NL		710	Europe/Amsterdam	52.08917	4.62083				11	0484		
2745269	Voortje	voortje	NL		0	Europe/Amsterdam	51.42583	5.63472				06	1771		
2745272	Voorteind	voorteind	NL		0	Europe/Amsterdam	51.475	5.24306				06	0823		
2745274	Voort	voort	NL		0	Europe/Amsterdam	51.47917	5.78472				06	0762		
2745275	De Voort	voort	NL		0	Europe/Amsterdam	51.43667	6.17083		De Voort		05	0983		
2745276	Voort	voort	NL		0	Europe/Amsterdam	51.34833	5.3875				06	1724		
2745278	Voorstonden	voorstonden	NL		95	Europe/Amsterdam	52.1275	6.15139				03	0213		
2745282	Voorsterveld	voorsterveld	NL		0	Europe/Amsterdam	51.1075	6.03194				05	1669		
2745290	Voorste Diesdonk	voorste-diesdonk	NL		0	Europe/Amsterdam	51.42417	5.71667				06	0743		
2745292	Voorste Brug	voorste-brug	NL		0	Europe/Amsterdam	51.28417	5.42639				06	0858		
2745293	Voorste Beersdonk	voorste-beersdonk	NL		0	Europe/Amsterdam	51.44167	5.72639				06	0762		
2745302	Voorrijp	voorrijp	NL		0	Europe/Amsterdam	53.19562	5.47853		Foarryp,Voorrijp		02	0072		
2745303	Voorpeel	voorpeel	NL		0	Europe/Amsterdam	51.45	5.83333				06	0762		
2745306	Voorne	voorne	NL		0	Europe/Amsterdam	51.82333	5.40417				03	0263		
2745312	Voorhof	voorhof	NL		0	Europe/Amsterdam	51.99361	4.35773				11	0503		
2745314	Vooreind	vooreind	NL		0	Europe/Amsterdam	51.39083	5.16528				06	1667		
2745316	Voordijk	voordijk	NL		0	Europe/Amsterdam	51.7075	5.22639				06	0797		
2745317	Voordeldonk	voordeldonk	NL		0	Europe/Amsterdam	51.4025	5.775				06	0743		
2745329	Volthe	volthe	NL		0	Europe/Amsterdam	52.36417	6.9375		Volte,Voltherbroek		15	1774		
2745337	Volkelstraat	volkelstraat	NL		0	Europe/Amsterdam	51.63333	5.65				06	0856		
2745342	Volen	volen	NL		0	Europe/Amsterdam	51.5	5.95				05	0984		
2745343	Voldijn	voldijn	NL		2785	Europe/Amsterdam	51.40052	5.47196				06	0866		
2745345	Völckerdorp	volckerdorp	NL		0	Europe/Amsterdam	51.42667	4.25417				10	0703		
2745349	Vogelzang	vogelzang	NL		0	Europe/Amsterdam	51.51902	5.58376				06	1659		
2745351	Vogelwijk	vogelwijk	NL		5155	Europe/Amsterdam	52.07631	4.2479		Vogelwijk		11	0518		
2745354	Vogelswerf	vogelswerf	NL		0	Europe/Amsterdam	51.85699	5.05371				03	1960		
2745355	Vogelsberg	vogelsberg	NL		0	Europe/Amsterdam	51.31667	5.61667				06	1706		
2745358	Vogelfort	vogelfort	NL		0	Europe/Amsterdam	51.3375	3.98056				10	0677		
2745370	Voederheil	voederheil	NL		0	Europe/Amsterdam	51.7075	5.66528				06	1685		
2745372	Vlotbrug	vlotbrug	NL		290	Europe/Amsterdam	51.83583	4.14861				11	0530		
2745373	Vlokhoven	vlokhoven	NL		3570	Europe/Amsterdam	51.46667	5.48333				06	0772		
2745374	Vloet	vloet	NL		0	Europe/Amsterdam	51.64583	5.64444		Vloed		06	0856		
2745376	Vloeieind	vloeieind	NL		0	Europe/Amsterdam	51.44417	5.77083				06	0762		
2745377	Vloeieind	vloeieind	NL		0	Europe/Amsterdam	51.39833	5.15139				06	1667		
2745380	Vlodrop-Station	vlodrop-station	NL		0	Europe/Amsterdam	51.15167	6.15				05	1669		
2745399	Vlietwijk	vlietwijk	NL		3745	Europe/Amsterdam	52.12436	4.45736				11	0626		
2745410	Vliet	vliet	NL		0	Europe/Amsterdam	52.0175	4.85278				09	0589		
2745423	Vlieghuis	vlieghuis	NL		0	Europe/Amsterdam	52.65833	6.8375				01	0109		
2745424	Vliegert	vliegert	NL		195	Europe/Amsterdam	51.36417	5.9625				05	1894		
2745428	Vliedberg	vliedberg	NL		4445	Europe/Amsterdam	51.68961	5.19031				06	0797		
2745432	Vleut	vleut	NL		0	Europe/Amsterdam	51.532	5.40841				06	0753		
2745433	Vlerken	vlerken	NL		0	Europe/Amsterdam	51.40448	5.69178				06	0847		
2745434	Vlengendaal	vlengendaal	NL		0	Europe/Amsterdam	50.8125	6.00417				05	0965		
2745436	Vleet	vleet	NL		0	Europe/Amsterdam	51.45583	4.4				06	1674		
2745444	Vledderhuizen	vledderhuizen	NL		0	Europe/Amsterdam	53.0075	7.0375				04	0037		
2745451	Vlasmeer	vlasmeer	NL		0	Europe/Amsterdam	51.64911	5.29659				06	0865		
2745452	Vlas	vlas	NL		0	Europe/Amsterdam	51.36917	5.71528				06	0847		
2745457	Vlake	vlake	NL		0	Europe/Amsterdam	51.47417	4.00972				10	0703		
2745459	Vlagtwedder-Veldhuis	vlagtwedder-veldhuis	NL		105	Europe/Amsterdam	53.01167	7.13333				04	1950		
2745462	Vlagberg	vlagberg	NL		0	Europe/Amsterdam	51.61333	5.85972				06	1702		
2745463	Vlaas	vlaas	NL		0	Europe/Amsterdam	51.27	5.97222				05	1640		
2745474	Visserweert	visserweert	NL		0	Europe/Amsterdam	51.06667	5.80139		Visscherweerd,Visserweerd		05	1711		
2745476	Vissersburen	vissersburen	NL		0	Europe/Amsterdam	52.95	5.55				02	1900		
2745484	Visdonk	visdonk	NL		0	Europe/Amsterdam	51.5025	4.48472				06	1674		
2745487	Visbuurt	visbuurt	NL		0	Europe/Amsterdam	53.38432	5.9483		Fiskbuorren,Visbuurt,Vischbuurt		02	1970		
2745488	Visberg	visberg	NL		0	Europe/Amsterdam	51.55333	4.41667				06	0851		
2745490	Vinkwijk	vinkwijk	NL		0	Europe/Amsterdam	51.90043	6.26909				03	1955		
2745491	Vinkhuizen	vinkhuizen	NL		0	Europe/Amsterdam	53.22551	6.52747				04	0014		
2745495	Vinkepas	vinkepas	NL		0	Europe/Amsterdam	51.40333	6.03889				05	1507		
2745496	Vinkekade	vinkenkade	NL		0	Europe/Amsterdam	52.24167	4.97083				09	0736		
2745501	Vinkenbroek	vinkenbroek	NL		0	Europe/Amsterdam	51.5225	4.41111				06	1674		
2745502	Vinkenberg	vinkenberg	NL		0	Europe/Amsterdam	51.53333	5.17778				06	0824		
2745506	Vinkebrug	vinkebrug	NL		0	Europe/Amsterdam	52.38667	4.71944				07	0394		
2745508	Vink	vink	NL		0	Europe/Amsterdam	50.86667	6.01667				05	0928		
2745509	Vink	vink	NL		0	Europe/Amsterdam	50.90167	5.87083				05	1954		
2745510	Vilt	vilt	NL		900	Europe/Amsterdam	50.85833	5.80833				05	0994		
2745513	Vilheide	vilheide	NL		0	Europe/Amsterdam	51.69167	5.76944				06	0815		
2745514	Vilgert	vilgert	NL		0	Europe/Amsterdam	51.42	6.17083				05	0983		
2745519	Vijverberg	vijverberg	NL		0	Europe/Amsterdam	51.95266	6.31169				03	0222		
2745533	Vijfhuis	vijfhuis	NL		0	Europe/Amsterdam	53.03708	5.55698				02	1900		
2745536	Vijfhoek	vijfhoek	NL		0	Europe/Amsterdam	51.5075	4.36389				06	1674		
2745537	Vijfhoek	vijfhoek	NL		0	Europe/Amsterdam	51.2975	4.00278				10	0677		
2745543	Vijcie	vijcie	NL		0	Europe/Amsterdam	51.82	4.91667				06	1959		
2745544	Vierverlaten	vierverlaten	NL		130	Europe/Amsterdam	53.2125	6.48194				04	0014		
2745545	Vieruitersten	vieruitersten	NL		0	Europe/Amsterdam	51.3525	5.90139				05	1894		
2745555	Vierhuis	vierhuis	NL		0	Europe/Amsterdam	52.90455	5.84421		Fjouwerhus,Fjouwerhûs,Vierhuis,Vierhuizen		02	1940		
2745569	Vierburen	vierburen	NL		0	Europe/Amsterdam	53.3525	6.7		De Vierburen		04	1979		
2745572	Vierbannen	vierbannen	NL		275	Europe/Amsterdam	51.74917	4.90972				06	1959		
2745576	Viel	viel	NL		0	Europe/Amsterdam	50.96917	5.925				05	1954		
2745596	Verrenbest	verrenbest	NL		0	Europe/Amsterdam	51.51649	5.39523		Verrebest		06	0753		
2745597	Verreheide	verreheide	NL		0	Europe/Amsterdam	51.5775	5.69583				06	1652		
2745598	Vernhout	vernhout	NL		0	Europe/Amsterdam	51.5375	5.4375		Varenhout		06	1948		
2745600	Verloren Hoek	verloren-hoek	NL		0	Europe/Amsterdam	51.60583	4.68333				06	0758		
2745601	Verloren Einde	verloren-einde	NL		0	Europe/Amsterdam	52.53333	4.96667				07	0385		
2745606	Verlaat	verlaat	NL		0	Europe/Amsterdam	52.785	6.10972				15	1708		
2745609	Verhoven	verhoven	NL		0	Europe/Amsterdam	51.55	4.92361				06	0784		
2745611	Vergulde Hand	vergulde-hand	NL		0	Europe/Amsterdam	51.90226	4.31273				11	0622		
2745613	Vergelt	vergelt	NL		0	Europe/Amsterdam	51.3325	6.10417				05	1894		
2745627	Venushoek	venushoek	NL		0	Europe/Amsterdam	51.60977	5.43316				06	1948		
2745639	Venne	venne	NL		0	Europe/Amsterdam	51.26083	5.97639				05	1640		
2745642	Venkant	venkant	NL		0	Europe/Amsterdam	51.68333	5.21667				06	0797		
2745643	Venkant	venkant	NL		0	Europe/Amsterdam	51.64828	5.36253				06	0845		
2745650	Venekoten	venekoten	NL		0	Europe/Amsterdam	52.97777	6.30544		Fenekoaten,Venekoten		02	0085		
2745651	Veneind	veneind	NL		0	Europe/Amsterdam	51.4175	5.29722				06	0770		
2745652	Veneburen	veneburen	NL		0	Europe/Amsterdam	52.9658	6.23886				02	0085		
2745655	Ven	ven	NL		4430	Europe/Amsterdam	51.64	5.55				06	1948		
2745656	Ven	ven	NL		0	Europe/Amsterdam	51.51667	5.74722				06	1652		
2745657	Ven	ven	NL		0	Europe/Amsterdam	51.36667	5.56389				06	1658		
2745658	Vemde	vemde	NL		0	Europe/Amsterdam	52.36333	6.01528				03	0232		
2745664	Veluwe	veluwe	NL		0	Europe/Amsterdam	51.83	5.40556				03	0263		
2745667	Veltum	veltum	NL		3765	Europe/Amsterdam	51.51954	5.96032				05	0984		
2745669	Velswijk	velswijk	NL		285	Europe/Amsterdam	52.01083	6.30694				03	1876		
2745682	Velmolen	velmolen	NL		0	Europe/Amsterdam	51.65	5.63611				06	0856		
2745684	Veldzicht	veldzicht	NL		0	Europe/Amsterdam	52.6	6.45				15	0160		
2745685	Veldzicht	veldzicht	NL		0	Europe/Amsterdam	51.34583	3.5375				10	1714		
2745686	Veldzicht	veldzicht	NL		0	Europe/Amsterdam	51.29333	3.62639				10	1714		
2745688	Veldwijk	veldwijk	NL		0	Europe/Amsterdam	52.12167	6.31111				03	1876		
2745691	Veldstreek	veldstreek	NL		0	Europe/Amsterdam	53.11333	6.32778				04	1969		
2745692	Veldschuur	veldschuur	NL		0	Europe/Amsterdam	50.96667	5.74167				05	0971		
2745693	Veld-Oostenrijk	veld-oostenrijk	NL		0	Europe/Amsterdam	51.47917	6.04306		Oosterijk		05	1507		
2745694	Veldmaat	veldmaat	NL		0	Europe/Amsterdam	52.17628	6.75316				15	0158		
2745697	Veldhunten	veldhunten	NL		0	Europe/Amsterdam	51.88333	6.34444				03	1509		
2745699	Veldhuizen	veldhuizen	NL		0	Europe/Amsterdam	52.13333	6.03333				03	0200		
2745700	Veldhuizen	veldhuizen	NL		0	Europe/Amsterdam	52.04442	5.64201		Veldhuizen		03	0228		
2745701	Veldhuizen	veldhuizen	NL		0	Europe/Amsterdam	52.85583	6.25278				01	1701		
2745702	Veldhuizen	veldhuizen	NL		9460	Europe/Amsterdam	52.07537	5.01234				09	0344		
2745703	Veldhuis	veldhuis	NL		0	Europe/Amsterdam	52.7275	5.10972				07	0420		
2745712	Veldhoek	veldhoek	NL		0	Europe/Amsterdam	52.43989	6.2843				15	0177		
2745713	Veldhoek	veldhoek	NL		150	Europe/Amsterdam	52.04583	6.41111				03	1876		
2745720	Velddijk	velddijk	NL		0	Europe/Amsterdam	51.83333	5.53333				03	0668		
2745721	Veldbraak	veldbraak	NL		0	Europe/Amsterdam	51.44	4.96389				06	0744		
2745722	Veld	veld	NL		0	Europe/Amsterdam	51.48667	6.18194				05	0983		
2745731	Veerster Veldhuis	veerster-veldhuis	NL		0	Europe/Amsterdam	52.91975	7.10781				04	1950		
2745734	Veers	veers	NL		0	Europe/Amsterdam	51.2883	6.04595				05	1894		
2745741	Feanwâldsterwâl	feanwaldsterwal	NL		0	Europe/Amsterdam	53.22731	5.97673		Feanwaldsterwal,Feanwâldsterwâl,Veenwoudsterwal		02	0737		
2745745	Veenweg	veenweg	NL		0	Europe/Amsterdam	52.07898	4.41333				11	1916		
2745758	Veenhuizerveld	veenhuizerveld	NL		0	Europe/Amsterdam	52.215	5.62361				03	0273		
2745770	Veenhof	veenhof	NL		0	Europe/Amsterdam	53.00417	6.80972				01	1680		
2745772	Veenesluis	veenesluis	NL		0	Europe/Amsterdam	52.71968	6.47284		Veenesluis,Venesluis		01	0118		
2745777	Veendijk	veendijk	NL		0	Europe/Amsterdam	52.74667	6.20417				01	1701		
2745788	Veele	veele	NL		205	Europe/Amsterdam	53.03917	7.09861				04	1950		
2745790	Veecaten	veecaten	NL		0	Europe/Amsterdam	52.53333	6.02222				15	0166		
2745793	Vechten	vechten	NL		120	Europe/Amsterdam	52.06333	5.17222				09	0312		
2745797	Vatrop	vatrop	NL		0	Europe/Amsterdam	52.9325	5.00139				07	1911		
2745802	Varssel	varssel	NL		0	Europe/Amsterdam	52.06	6.38194		Varsel		03	1876		
2745805	Varsen	varsen	NL		0	Europe/Amsterdam	52.52	6.38472				15	0175		
2745806	Varkenshoek	varkenshoek	NL		0	Europe/Amsterdam	51.7	5.35		Varkenshoek		06	0796		
2745830	Van Ewijcksluis	van-ewijcksluis	NL		220	Europe/Amsterdam	52.88417	4.87361		Ewijcksluis,Van Ewijksluis,Van Ewycksluis		07	1911		
2745841	Valthermussel	valthermussel	NL		0	Europe/Amsterdam	52.9075	7.02083				01	1681		
2745845	Valtherblokken	valtherblokken	NL		0	Europe/Amsterdam	52.8525	6.91944				01	1681		
2745847	Valsteeg	valsteeg	NL		0	Europe/Amsterdam	52.70917	6.74306				01	0109		
2745850	Valom	valom	NL		0	Europe/Amsterdam	53.44543	6.7102				04	1966		
2745857	Valkkoog	valkkoog	NL		130	Europe/Amsterdam	52.77583	4.77222		Valkoog		07	0441		
2745858	Valkeveen	valkeveen	NL		475	Europe/Amsterdam	52.30083	5.19722				07	1942		
2745865	Valkenhuizen	valkenhuizen	NL		0	Europe/Amsterdam	50.85863	6.00866				05	0917		
2745867	Valkenhorst	valkenhorst	NL		0	Europe/Amsterdam	51.3525	5.50139				06	1658		
2745868	Valkenheide	valkenheide	NL		170	Europe/Amsterdam	52.04	5.41667				09	1581		
2745876	Valentijn	valentijn	NL		0	Europe/Amsterdam	51.96167	5.42677				03	0214		
2745877	Valendries	valendries	NL		2000	Europe/Amsterdam	51.80658	5.73445				03	0296		
2745878	Valenberg	valenberg	NL		0	Europe/Amsterdam	51.77667	5.79167				03	0252		
2745883	Valeiskreek	valeiskreek	NL		0	Europe/Amsterdam	51.24833	3.48472				10	1714		
2745887	Val	val	NL		0	Europe/Amsterdam	51.33583	3.89167		De Val		10	0715		
2745888	Vaesrade	vaesrade	NL		975	Europe/Amsterdam	50.92917	5.90694				05	1954		
2745893	Vaartwijk	vaartwijk	NL		0	Europe/Amsterdam	51.28417	3.89861				10	0715		
2745895	Vaartkant	vaartkant	NL		0	Europe/Amsterdam	51.56667	4.66667				06	0777		
2745896	Vaartbroek	vaartbroek	NL		5200	Europe/Amsterdam	51.47954	5.49806				06	0772		
2745898	Vaarsel	vaarsel	NL		0	Europe/Amsterdam	51.38333	5.68333				06	0847		
2745899	Vaarsche Hoef	vaarsche-hoef	NL		0	Europe/Amsterdam	51.40583	5.67917		Vaarsche-Hoeve,Vaarse Hoeve		06	0847		
2745900	Vaareind	vaareind	NL		0	Europe/Amsterdam	51.58667	4.71667				06	0758		
2745901	Vaardeburen	vaardeburen	NL		0	Europe/Amsterdam	53.34655	5.87442		Farebuorren		02	1970		
2745914	Usselo	usselo	NL		0	Europe/Amsterdam	52.20333	6.83194		Usseloo		15	0153		
2745927	Urkhoven	urkhoven	NL		180	Europe/Amsterdam	51.43583	5.53194				06	0772		
2745934	Ureterperverlaat	ureterperverlaat	NL		0	Europe/Amsterdam	53.10719	6.13891		Het Vallaat		02	0090		
2745935	Ureterp aan de Vaart	ureterp-aan-de-vaart	NL		0	Europe/Amsterdam	53.10832	6.16939		Oerterp oan de Feart,Ureterp aan de Vaart		02	0086		
2745937	Ungebuurt	ungebuurt	NL		0	Europe/Amsterdam	53.18333	5.46667		Ungabuurt,Ungebuurt		02	0072		
2745941	Ulvend	ulvend	NL		0	Europe/Amsterdam	50.75917	5.83056				05	1903		
2745942	Ulsda	ulsda	NL		0	Europe/Amsterdam	53.16	7.13611				04	1895		
2745946	Ullingen	ullingen	NL		0	Europe/Amsterdam	51.635	5.85833		Ullinger		06	1702		
2745952	Ulfterhoek	ulfterhoek	NL		0	Europe/Amsterdam	51.42204	6.04819				05	1507		
2745959	Uitwierde	uitwierde	NL		60	Europe/Amsterdam	53.34167	6.89583		Uitwierda		04	1979		
2745961	Uitweg	uitweg	NL		525	Europe/Amsterdam	51.9825	5.01667				09	0331		
2745980	Uitermeer	uitermeer	NL		0	Europe/Amsterdam	52.29667	5.08194				07	0457		
2745986	Uiterburen	uiterburen	NL		320	Europe/Amsterdam	53.17583	6.87361				04	1952		
2745987	Uiteinde	uiteinde	NL		0	Europe/Amsterdam	53.37	6.87778				04	1979		
2745988	Uiteinde	uiteinde	NL		0	Europe/Amsterdam	53.13279	5.98681		De Utein,Uiteinde		02	0090		
2745991	Uilesprong	uilesprong	NL		0	Europe/Amsterdam	53.05253	5.97032		Uilesprong,Ulesprong		02	0086		
2746001	Uffelse	uffelsen	NL		0	Europe/Amsterdam	51.18167	5.7875				05	1640		
2746010	Ubroek	ubroek	NL		20	Europe/Amsterdam	51.37782	6.15869				05	0983		
2746014	Ubachsberg	ubachsberg	NL		1420	Europe/Amsterdam	50.85333	5.94861		De Berg,Ubagsberg,abachsbrg,ywbachsbrg,اباچسبرگ,یوباچسبرگ		05	0986		
2746016	Ubach over Worms	ubach-over-worms	NL		0	Europe/Amsterdam	50.91583	6.04861				05	0882		
2746028	t Zandstervoorwerk	t-zandstervoorwerk	NL		0	Europe/Amsterdam	53.3875	6.76111				04	1979		
2746039	t Woudt	t-woudt	NL		0	Europe/Amsterdam	51.99583	4.29306		't Woud,Het Woud,Woud		11	1842		
2746040	t Woud	t-woud	NL		0	Europe/Amsterdam	52.19583	5.55556				03	0267		
2746043	Twisselt	twisselt	NL		0	Europe/Amsterdam	51.39558	5.12061				06	1667		
2746053	Twijtel	twijtel	NL		0	Europe/Amsterdam	52.96638	6.1951		Twietel,Twijtel,Twitel		02	0085		
2746061	Twekkelo	twekkelo	NL		0	Europe/Amsterdam	52.22917	6.80972		Twekkeloo		15	0153		
2746062	Twekkelerveld	twekkelerveld	NL		4395	Europe/Amsterdam	52.23064	6.86004		Twekelerveld,Twekkelerveld		15	0153		
2746066	Tweesluizen	tweesluizen	NL		0	Europe/Amsterdam	51.89083	5.3625				03	0214		
2746067	Tweehuizen	tweehuizen	NL		0	Europe/Amsterdam	53.4075	6.85				04	1979		
2746069	Tweedeweg	tweedeweg	NL		0	Europe/Amsterdam	51.4264	4.17686				10	0703		
2746070	Tweede Vlotbrug	tweede-vlotbrug	NL		0	Europe/Amsterdam	51.8525	4.19722		2e Vlotbrug		11	1930		
2746071	Tweede Valthermond	tweede-valthermond	NL		45	Europe/Amsterdam	52.89417	7.02778		2e Valthermond,Valterveen		01	1681		
2746072	Tweede Tol	tweede-tol	NL		375	Europe/Amsterdam	51.76667	4.64444				11	0505		
2746075	Tweede Exloërmond	tweede-exloermond	NL		2365	Europe/Amsterdam	52.90917	6.93333		2e Exloermond,2e Exloërmond,Tweede Ekslooermond,Tweede Ekslooërmond		01	1681		
2746076	Gasselternijveenschemond Tweede Dwarsdiep	tweede-dwarsdiep	NL		0	Europe/Amsterdam	52.99667	6.89583				01	1680		
2746082	t Wad	t-wad	NL		0	Europe/Amsterdam	52.80167	4.83056				07	0441		
2746087	't Vlut	t-vlut	NL		0	Europe/Amsterdam	51.30476	5.78542				05	0946		
2746088	t Vlot	t-vlot	NL		0	Europe/Amsterdam	51.955	5.83056				03	0202		
2746089	t Vlaandertje	t-vlaandertje	NL		0	Europe/Amsterdam	51.4575	3.80556				10	0654		
2746090	’t Ven	t-ven	NL		0	Europe/Amsterdam	51.43895	5.4416				06	0772		
2746091	t Villeken	t-velleken	NL		0	Europe/Amsterdam	51.94583	6.56528				03	0197		
2746095	Tuuthees	tuuthees	NL		0	Europe/Amsterdam	51.60333	5.98333				06	0756		
2746097	Tusveld	tusveld	NL		0	Europe/Amsterdam	52.3225	6.69167				15	0141		
2746098	Tussenlanen	tussenlanen	NL		110	Europe/Amsterdam	51.94083	4.80417		Tusschenlanen		11	1931		
2746099	Tusschenloegen	tusschenloegen	NL		0	Europe/Amsterdam	53.15417	6.8625				04	1952		
2746100	Tussenklappen	tussenklappen	NL		85	Europe/Amsterdam	53.145	6.86528				04	1952		
2746101	Tusschen de Bruggen	tusschen-de-bruggen	NL		0	Europe/Amsterdam	51.13583	6.08611				05	1669		
2746105	Turkeye	turkeije	NL		0	Europe/Amsterdam	51.3175	3.58194		Turkeye,Turkije		10	1714		
2746111	Turfhoofd	turfhoofd	NL		0	Europe/Amsterdam	51.55	4.45				06	1674		
2746114	Tungelroy	tungelroy	NL		710	Europe/Amsterdam	51.21167	5.73056		Tungelroij,Tungelrooi		05	0988		
2746117	Tull	tull	NL		0	Europe/Amsterdam	52.00144	5.13505		Tul,Tull		09	0321		
2746122	Tuindorp Oostzaan	tuindorp-oostzaan	NL		0	Europe/Amsterdam	52.41321	4.88806				07	0363		
2746123	Tuindorp-Onnen	tuindorp-onnen	NL		0	Europe/Amsterdam	53.16667	6.61667				04	0014		
2746124	Tuindorp	tuindorp	NL		0	Europe/Amsterdam	52.1056	5.12875				09	0344		
2746125	Tuindorp	tuindorp	NL		1040	Europe/Amsterdam	51.93032	4.3784				11	0606		
2746126	Tuindorp	tuindorp	NL		0	Europe/Amsterdam	52.38333	4.6				07	0377		
2746127	Tuindorp	tuindorp	NL		0	Europe/Amsterdam	51.54833	6.1625				05	0893		
2746131	Tuikwerd	tuikwerd	NL		3005	Europe/Amsterdam	53.31667	6.9				04	1979		
2746140	't Schoor	t-schoor	NL		0	Europe/Amsterdam	53.39385	5.98257		't Schoor,Het Schoor,It Skoar,Schoor		02	1970		
2746141	Schoor	schoor	NL		0	Europe/Amsterdam	51.5425	5.45139				06	1948		
2746144	Trophorne	trophorne	NL		0	Europe/Amsterdam	52.93488	5.57204				02	1940		
2746145	t Rooth	t-rooth	NL		0	Europe/Amsterdam	50.8375	5.78889				05	1903		
2746147	Tronde	tronde	NL		0	Europe/Amsterdam	52.95603	6.22169		Tronde		02	0085		
2746151	Tritzum	tritzum	NL		0	Europe/Amsterdam	53.13463	5.5663		Tritsum,Tritzum		02	1949		
2746154	Trintelen	trintelen	NL		140	Europe/Amsterdam	50.84083	5.94861				05	1729		
2746155	Trimunt	trimunt	NL		0	Europe/Amsterdam	53.13519	6.20419				04	1969		
2746156	Trimpert	trimpert	NL		0	Europe/Amsterdam	51.42833	5.62083				06	1771		
2746165	Trent	trent	NL		0	Europe/Amsterdam	51.68083	5.7				06	1685		
2746168	Tregelaar	tregelaar	NL		0	Europe/Amsterdam	51.5275	5.30694				06	0823		
2746174	Treebeek	treebeek	NL		0	Europe/Amsterdam	50.93277	5.93901		Trebeck,Trebek		05	0899		
2746175	Tranendal	tranendal	NL		0	Europe/Amsterdam	53.1475	7.00278				04	1895		
2746176	Tragel	tragel	NL		0	Europe/Amsterdam	51.35	3.53056				10	1714		
2746181	Toven	toven	NL		0	Europe/Amsterdam	51.64	5.85833				06	1702		
2746188	Toterfout	toterfout	NL		0	Europe/Amsterdam	51.4175	5.34861				06	0861		
2746190	Torenveen	torenveen	NL		0	Europe/Amsterdam	53.00667	6.8375				01	1680		
2746194	Topweer	topweer	NL		0	Europe/Amsterdam	53.17044	6.19002				04	1969		
2746196	Top	top	NL		0	Europe/Amsterdam	52.66358	5.60788				16	0184		
2746199	Toom	toom	NL		0	Europe/Amsterdam	51.27	5.55972				06	1706		
2746200	Tonsel	tonsel	NL		0	Europe/Amsterdam	52.32333	5.625				03	0233		
2746203	Tonnekreek	tonnekreek	NL		45	Europe/Amsterdam	51.67833	4.49306		Tonnelkreek,Tonnenkreek		06	1709		
2746205	Tongerlo	tongerlo	NL		0	Europe/Amsterdam	51.4225	6.03056				05	1507		
2746206	Tongerlo	tongerlo	NL		0	Europe/Amsterdam	51.37333	6.02361		Tongerloo		05	1894		
2746211	Tongeren	tongeren	NL		0	Europe/Amsterdam	52.37801	6.18187				15	1773		
2746212	Tongeren	tongeren	NL		30	Europe/Amsterdam	52.35333	5.92083				03	0232		
2746213	Tongeren	tongeren	NL		0	Europe/Amsterdam	51.59167	5.28889				06	0757		
2746215	Tongelre	tongelre	NL		19680	Europe/Amsterdam	51.44889	5.51978		Tongelre		06	0772		
2746221	Tommel	tommel	NL		0	Europe/Amsterdam	51.4325	4.925				06	0744		
2746222	Tolsteeg	tolsteeg	NL		0	Europe/Amsterdam	52.06667	5.11667		Tolsteeg		09	0344		
2746227	Tolke	tolke	NL		0	Europe/Amsterdam	52.76417	4.80139				07	0441		
2746235	Tolberg	tolberg	NL		0	Europe/Amsterdam	51.51667	4.43333				06	1674		
2746236	Tol	tol	NL		0	Europe/Amsterdam	52.08333	4.81667				11	1901		
2746238	t Oever	t-oever	NL		0	Europe/Amsterdam	52.27333	5.54583				03	0273		
2746241	't Nopeind	t-nopeind	NL		0	Europe/Amsterdam	52.41001	4.96333				07	0363		
2746242	t Noorden	t-noorden	NL		0	Europe/Amsterdam	52.7425	6.55833				01	0118		
2746245	’t Look	t-look	NL		0	Europe/Amsterdam	51.41779	5.39051				06	0861		
2746247	t Loo	t-loo	NL		0	Europe/Amsterdam	52.44417	5.95139		't Loo Oldebroek,Het Loo,Loo		03	0269		
2746248	t Loo	t-loo	NL		0	Europe/Amsterdam	52.33833	6.77917				15	1774		
2746252	t Lage van den Weg	t-lage-van-den-weg	NL		0	Europe/Amsterdam	53.41	6.65556				04	1966		
2746254	t Laar	t-laar	NL		0	Europe/Amsterdam	52.30083	5.95139				03	0232		
2746255	t Kruis	t-kruis	NL		0	Europe/Amsterdam	52.65083	4.84444		't Kruis		07	0398		
2746257	t Kret	t-kret	NL		0	Europe/Amsterdam	53.20417	6.35556				04	1969		
2746261	't Klooster	t-klooster	NL		0	Europe/Amsterdam	52.74928	6.08986		Klooster		15	1708		
2746263	Kabel	t-kabel	NL		0	Europe/Amsterdam	52.2525	4.65694		Kabel		07	0394		
2746266	Tjoene	tjoene	NL		195	Europe/Amsterdam	52.2875	6.17917				15	0150		
2746270	Tjeppenboer	tjeppenboer	NL		0	Europe/Amsterdam	53.17999	5.60431				02	1949		
2746271	Tjeintgum	tjeintgum	NL		0	Europe/Amsterdam	53.13109	5.71002				02	0080		
2746272	Tjamsweer	tjamsweer	NL		0	Europe/Amsterdam	53.32417	6.83056		Tiamsweer		04	1979		
2746273	Tjallewal	tjallewal	NL		0	Europe/Amsterdam	52.7725	4.78889				07	0441		
2746276	t Jagertje	t-jagertje	NL		0	Europe/Amsterdam	51.29167	4.07083				10	0677		
2746277	Tjabbesoord	tjabbesoord	NL		0	Europe/Amsterdam	53.10492	7.03975				04	1950		
2746281	Tjaard	tjaard	NL		0	Europe/Amsterdam	53.13526	5.8103				02	0080		
2746282	Tivoli	tivoli	NL		1495	Europe/Amsterdam	51.42069	5.50818				06	0772		
2746286	Tinga	tinga	NL		2190	Europe/Amsterdam	53.02064	5.64575				02	1900		
2746290	Tin	tin	NL		0	Europe/Amsterdam	52.78333	4.82778				07	1911		
2746291	Timmereind	timmereind	NL		0	Europe/Amsterdam	51.37917	5.43472				06	0866		
2746302	Tilburen	tilburen	NL		0	Europe/Amsterdam	53.3327	6.05168		Tilbuorren,Tilburen		02	1970		
2746305	Tijenraan	tijenraan	NL		0	Europe/Amsterdam	52.4	6.3				15	0177		
2746306	Tiggeltscheberg	tiggeltscheberg	NL		0	Europe/Amsterdam	51.52083	4.67361		Ticheltse Berg		06	0879		
2746308	Tiggelt	tiggelt	NL		0	Europe/Amsterdam	51.51	4.6875				06	0879		
2746324	Tiengemeten	tiengemeten	NL		0	Europe/Amsterdam	51.74167	4.31806				11	1963		
2746326	Tiengeboden	tiengeboden	NL		0	Europe/Amsterdam	51.8575	5.90139				03	1945		
2746327	Tiendweg-West	tiendweg-west	NL		220	Europe/Amsterdam	51.90118	4.66395				11	1931		
2746332	Tichelwerk	tichelwerk	NL		0	Europe/Amsterdam	53.26028	5.83159		Het Tigchelwerk,Tichelwurk		02	0080		
2746335	Tibma	tibma	NL		0	Europe/Amsterdam	53.33569	6.10806		Tibben,Tibma		02	1970		
2746336	Thuserhof	thuserhof	NL		0	Europe/Amsterdam	51.18417	6.04167				05	0957		
2746337	Thull	thull	NL		140	Europe/Amsterdam	50.93583	5.89306				05	1954		
2746338	t Horntje	t-horntje	NL		0	Europe/Amsterdam	53.005	4.78472		T Horntje		07	0448		
2746339	’t Horntie	t-horntie	NL		0	Europe/Amsterdam	52.03333	5.55				09	0345		
2746344	’t Hool	t-hool	NL		0	Europe/Amsterdam	51.48333	5.48333				06	0772		
2746354	't Hofke	t-hofke	NL		3475	Europe/Amsterdam	51.44943	5.51926				06	0772		
2746356	’t Hoekje	t-hoekje	NL		0	Europe/Amsterdam	51.25563	4.04042				10	0677		
2746365	Theetuin	theetuin	NL		0	Europe/Amsterdam	51.4975	5.30833				06	0823		
2746366	t Heeske	t-heeske	NL		0	Europe/Amsterdam	51.35083	6.02917				05	1894		
2746367	Theereheide	theereheide	NL		4045	Europe/Amsterdam	51.63843	5.33729				06	0845		
2746368	’t Heem	t-heem	NL		0	Europe/Amsterdam	52.88422	7.06466		't Heem,Heem,Het Heem,’t Heem		04	1950		
2746369	't Heechhout	t-heechhout	NL		0	Europe/Amsterdam	53.16869	5.60062				02	1949		
2746370	’t Hart	t-hart	NL		0	Europe/Amsterdam	52.18247	5.27656				09	0342		
2746377	’t Haagje	t-haagje	NL		0	Europe/Amsterdam	52.70433	6.12259				15	1708		
2746381	’t Genseler	t-genseler	NL		0	Europe/Amsterdam	52.25	6.76667				15	0164		
2746391	Terziet	terziet	NL		0	Europe/Amsterdam	50.76167	5.91111				05	1729		
2746392	Ter Wupping	ter-wupping	NL		0	Europe/Amsterdam	53.03833	7.07917				04	0037		
2746396	Terwisscha	terwisscha	NL		0	Europe/Amsterdam	52.95471	6.306		Terwisga		02	0085		
2746399	Ter Wisch	ter-wisch	NL		0	Europe/Amsterdam	52.915	7.1				04	1950		
2746400	Terwinselen	terwinselen	NL		3820	Europe/Amsterdam	50.86659	6.02471		Tervinselen,Terwinseien		05	0928		
2746401	Terweij	terweij	NL		0	Europe/Amsterdam	51.95114	5.23999		Terwei,Terweij,Terwey		03	0216		
2746402	Tervoort	tervoort	NL		0	Europe/Amsterdam	51.575	4.83889				06	0758		
2746403	Tervoorst	tervoorst	NL		0	Europe/Amsterdam	50.915	5.86667				05	1954		
2746404	Tervaten	tervaten	NL		0	Europe/Amsterdam	51.49917	3.92361				10	0664		
2746405	Terstraten	terstraten	NL		0	Europe/Amsterdam	50.915	5.85833				05	1954		
2746406	Tersluis	tersluis	NL		0	Europe/Amsterdam	52.66667	5.23611				07	0498		
2746408	Terschuren	terschuren	NL		470	Europe/Amsterdam	50.91812	5.90795		Terschuren		05	0917		
2746415	Terpoorten	terpoorten	NL		0	Europe/Amsterdam	50.77167	5.91528				05	1729		
2746417	Terover	terover	NL		0	Europe/Amsterdam	51.4725	4.97083				06	1723		
2746429	Termoors	termoors	NL		0	Europe/Amsterdam	50.865	5.89861				05	0986		
2746430	Ter Maarsch	ter-maarsch	NL		0	Europe/Amsterdam	53.00667	6.99861				04	0037		
2746431	Termaar	termaar	NL		730	Europe/Amsterdam	50.86833	5.88889				05	0986		
2746432	Termaar	termaar	NL		95	Europe/Amsterdam	50.81167	5.83472				05	1903		
2746433	Ter Lucht	ter-lucht	NL		115	Europe/Amsterdam	51.92583	4.27222				11	1842		
2746434	Terlinden	terlinden	NL		125	Europe/Amsterdam	50.785	5.83056				05	1903		
2746436	Terlet	terlet	NL		0	Europe/Amsterdam	52.0575	5.94306				03	0277		
2746437	Ter Lede	ter-lede	NL		0	Europe/Amsterdam	51.90531	5.06779		Recht van Terleede		09	1961		
2746438	Ter Laan	ter-laan	NL		0	Europe/Amsterdam	53.31083	6.62222				04	1966		
2746444	Ter Horst	ter-horst	NL		0	Europe/Amsterdam	52.8425	6.50833				01	1731		
2746445	Terhorst	terhorst	NL		0	Europe/Amsterdam	50.7875	5.81528				05	1903		
2746450	Terhorn	terhorn	NL		0	Europe/Amsterdam	53.35951	6.77332				04	1979		
2746452	Ter Hole	ter-hole	NL		196	Europe/Amsterdam	51.31667	4.03611		Terhole		10	0677		
2746453	Terhofstede	terhofstede	NL		0	Europe/Amsterdam	51.33917	3.39167				10	1714		
2746454	Terheijl	terheijl	NL		0	Europe/Amsterdam	53.1475	6.39028		Terheil		01	1699		
2746458	Terhagen	terhagen	NL		0	Europe/Amsterdam	50.94417	5.75694				05	0971		
2746459	Ter Haar	ter-haar	NL		0	Europe/Amsterdam	52.89667	7.09306				04	1950		
2746460	Tergracht	tergracht	NL		0	Europe/Amsterdam	53.28569	5.84958				02	1970		
2746461	Tereyken	tereyken	NL		0	Europe/Amsterdam	51.52667	5.69028		Reiken,Ter Eiken,Tereijken,Terrijken		06	1652		
2746462	Terdiek	terdiek	NL		160	Europe/Amsterdam	52.72417	4.89444				07	1911		
2746464	Terbregge	terbregge	NL		3525	Europe/Amsterdam	51.95328	4.51537				11	0599		
2746467	Ter Borg	ter-borg	NL		0	Europe/Amsterdam	52.93833	7.13056				04	1950		
2746469	Terblijt	terblijt	NL		185	Europe/Amsterdam	50.85417	5.78889				05	0994		
2746480	Ter Aalst	ter-aalst	NL		0	Europe/Amsterdam	51.64083	4.80556				06	0826		
2746482	Ten Vorsel	ten-vorsel	NL		0	Europe/Amsterdam	51.3475	5.22222				06	1728		
2746486	Ten Have	ten-have	NL		0	Europe/Amsterdam	52.85	6.2625				01	1701		
2746489	Ten Esschen	ten-esschen	NL		155	Europe/Amsterdam	50.89897	5.93614		Ten Esschen		05	0917		
2746492	Ten Arlo	ten-arlo	NL		0	Europe/Amsterdam	52.6975	6.43472		Ten-Arloo		01	1690		
2746495	Tempel	tempel	NL		200	Europe/Amsterdam	52.0675	4.70417		De Tempel		11	1901		
2746498	Telgt	telgt	NL		0	Europe/Amsterdam	52.28333	5.58056		Telcht		03	0233		
2746500	Teijlingen	teijlingen	NL		0	Europe/Amsterdam	52.23167	4.52083				11	1525		
2746501	Teijeburen	teijeburen	NL		0	Europe/Amsterdam	53.38333	5.93333		Teijebuorren,Teijeburen		02	1970		
2746502	't Eigen	t-eigen	NL		0	Europe/Amsterdam	51.51667	5.51667		Eigen		06	0848		
2746505	Teersdijk	teersdijk	NL		0	Europe/Amsterdam	51.81583	5.76667				03	0296		
2746508	Teerd	teerd	NL		0	Europe/Amsterdam	53.36509	6.13264		Teard,Teerd		02	1970		
2746512	Teckop	teckop	NL		0	Europe/Amsterdam	52.13333	4.92083		Tekkop		09	0632		
2746513	t Coll	t-coll	NL		0	Europe/Amsterdam	51.44583	5.54167				06	0772		
2746514	t Buurtje	t-buurtje	NL		0	Europe/Amsterdam	52.80583	4.74167				07	0441		
2746516	t Bergje	t-bergje	NL		0	Europe/Amsterdam	52.61667	6.47639				15	0160		
2746517	Tasdijk	tasdijk	NL		0	Europe/Amsterdam	51.35833	4.02083				10	0677		
2746520	Tappersheul	tappersheul	NL		140	Europe/Amsterdam	52.03583	4.85972				09	0589		
2746522	Tange	tange	NL		0	Europe/Amsterdam	53.04083	7.025				04	0037		
2746531	Tacozijl	tacozijl	NL		0	Europe/Amsterdam	52.8639	5.64682		Tacozijl,Takozijl		02	1940		
2746542	Swier	swier	NL		305	Europe/Amsterdam	50.90333	5.89861				05	1954		
2746546	Swartbroek	swartbroek	NL		555	Europe/Amsterdam	51.23	5.77361		Zwartbroek		05	0988		
2746552	Suttum	suttum	NL		0	Europe/Amsterdam	53.28667	6.4375				04	1969		
2746556	Surhuizumermieden	surhuizumermieden	NL		0	Europe/Amsterdam	53.2213	6.21406				02	0059		
2746569	Stuivezand	stuivezand	NL		0	Europe/Amsterdam	51.67	4.76667				06	1719		
2746570	Stuivezand	stuivezand	NL		0	Europe/Amsterdam	51.48917	4.68056				06	0879		
2746573	Stuifakker	stuifakker	NL		565	Europe/Amsterdam	51.88417	4.0625				11	0614		
2746575	Strype	strype	NL		0	Europe/Amsterdam	51.89	4.0875				11	0614		
2746576	Struikberg	struikberg	NL		0	Europe/Amsterdam	52.70667	6.34306				01	1690		
2746578	Strucht	strucht	NL		380	Europe/Amsterdam	50.8525	5.86111				05	0994		
2746579	Strubben	strubben	NL		0	Europe/Amsterdam	51.275	5.90417				05	1640		
2746581	Stroopuit	stroopuit	NL		0	Europe/Amsterdam	51.30417	3.56389				10	1714		
2746582	Strooienstad	strooienstad	NL		0	Europe/Amsterdam	51.36417	3.99028				10	0677		
2746583	Strooiendorp	strooiendorp	NL		0	Europe/Amsterdam	52.60917	6.43194				15	0160		
2746584	Strooiendorp	strooiendorp	NL		0	Europe/Amsterdam	51.68083	4.69306				06	1709		
2746586	Stroodorpe	stroodorpe	NL		0	Europe/Amsterdam	51.2775	3.84167		Stroodorp		10	0715		
2746587	Stroodorp	stroodorp	NL		0	Europe/Amsterdam	51.56	3.72778				10	1695		
2746590	Stroinkslanden	stroinkslanden	NL		0	Europe/Amsterdam	52.19107	6.89662				15	0153		
2746592	Stroet	stroet	NL		355	Europe/Amsterdam	52.75583	4.75417				07	0441		
2746597	Strikberg	strikberg	NL		0	Europe/Amsterdam	51.6225	4.775				06	0758		
2746599	Strijp	strijp	NL		0	Europe/Amsterdam	51.43421	5.45489				06	0772		
2746600	Strijp	strijp	NL		3955	Europe/Amsterdam	52.03083	4.30139				11	0603		
2746601	Strijp	strijp	NL		0	Europe/Amsterdam	51.50083	5.62917				06	1659		
2746603	Strijkviertel	strijkviertel	NL		0	Europe/Amsterdam	52.0756	5.05191				09	0344		
2746606	Strijenham	strijenham	NL		0	Europe/Amsterdam	51.52417	4.15556				10	0716		
2746615	Streukel	streukel	NL		0	Europe/Amsterdam	52.58417	6.11528				15	1896		
2746616	Strepen	strepen	NL		0	Europe/Amsterdam	51.64083	5.64306				06	0856		
2746617	Strenkhaar	strenkhaar	NL		0	Europe/Amsterdam	52.44	6.32083				15	0148		
2746620	Streek	streek	NL		0	Europe/Amsterdam	53.03333	6.84861				01	1680		
2746624	Stratum	stratum	NL		0	Europe/Amsterdam	51.42253	5.49981		Stratum		06	0772		
2746625	Strateris	strateris	NL		0	Europe/Amsterdam	51.28333	5.75				05	0946		
2746626	Straten	straten	NL		0	Europe/Amsterdam	51.51167	5.34306				06	0823		
2746628	Strand	strand	NL		0	Europe/Amsterdam	53.12235	5.40965				02	1900		
2746633	Strabrecht	strabrecht	NL		0	Europe/Amsterdam	51.38839	5.58251				06	1658		
2746634	Strabeek	strabeek	NL		160	Europe/Amsterdam	50.87163	5.81383		Sjtraobaek,Strabach,Strasborch,Stroebeek		05	0994		
2746636	Straat	straat	NL		0	Europe/Amsterdam	51.18583	6.03194				05	0957		
2746637	Stox	stox	NL		0	Europe/Amsterdam	51.33242	5.99064				05	1894		
2746645	Stougjesdijk	stougjesdijk	NL		0	Europe/Amsterdam	51.8	4.43333		Stougiesdijk,Stougjesdijk		11	1963		
2746649	t Stort	t-stort	NL		0	Europe/Amsterdam	53.35333	6.39167				04	1966		
2746651	Stormpolder	stormpolder	NL		0	Europe/Amsterdam	51.90716	4.57902				11	0542		
2746652	Stork	stork	NL		0	Europe/Amsterdam	53.33917	6.73194		De Stork		04	1979		
2746654	Stoppeldijkveer	stoppeldijkveer	NL		0	Europe/Amsterdam	51.31167	3.95556		Stoppeldijkerveer,Stoppeldijkscheveer		10	0677		
2746657	Stootshorn	stootshorn	NL		95	Europe/Amsterdam	53.19417	6.83889				04	1952		
2746659	Stoof	stoof	NL		585	Europe/Amsterdam	51.59917	4.47778				06	1655		
2746660	Stompwijk	stompwijk	NL		0	Europe/Amsterdam	52.095	4.47083				11	1916		
2746663	Stolwijkersluis	stolwijkersluis	NL		0	Europe/Amsterdam	52.005	4.72083				11	0513		
2746666	Stolpervlotbrug	stolpervlotbrug	NL		0	Europe/Amsterdam	52.80707	4.74403				07	0441		
2746668	Stolpen	stolpen	NL		0	Europe/Amsterdam	52.8125	4.73056		De Stolpen		07	0441		
2746669	Stokt	stokt	NL		0	Europe/Amsterdam	51.47833	6.15				05	1507		
2746670	Stokske	stokske	NL		0	Europe/Amsterdam	51.55167	5.19028				06	0824		
2746671	Stokkumerbroek	stokkumerbroek	NL		0	Europe/Amsterdam	52.20168	6.47801				15	1735		
2746676	Stokkelen	stokkelen	NL		0	Europe/Amsterdam	51.34917	5.32778				06	0770		
2746677	Stokkelaarsbrug	stokkelaarsbrug	NL		0	Europe/Amsterdam	52.26917	4.93056				09	0736		
2746679	Stokhem	stokhem	NL		0	Europe/Amsterdam	50.835	5.88194				05	1729		
2746680	Stokhasselt	stokhasselt	NL		0	Europe/Amsterdam	51.58671	5.07404				06	0855		
2746682	Stogger	stogger	NL		0	Europe/Amsterdam	51.32283	5.99792				05	1894		
2746689	Stobben	stobben	NL		0	Europe/Amsterdam	53.02532	7.16313				04	1950		
2746695	Stiphout	stiphout	NL		0	Europe/Amsterdam	51.48625	5.61798		Stiphout		06	0794		
2746696	Stipdonk	stipdonk	NL		0	Europe/Amsterdam	51.445	5.68472				06	0847		
2746701	Stierop	stierop	NL		0	Europe/Amsterdam	52.5325	4.77083				07	0383		
2746706	Stiem	stiem	NL		0	Europe/Amsterdam	53.36867	6.14531		Stiem		02	1970		
2746712	Stevert	stevert	NL		0	Europe/Amsterdam	51.36833	5.36389				06	0770		
2746719	Steurgat	steurgat	NL		0	Europe/Amsterdam	51.80055	4.87218				06	1959		
2746720	Sterreschans	sterrenschans	NL		0	Europe/Amsterdam	51.89	6.02222				03	1705		
2746721	Sterrenburg	sterrenburg	NL		0	Europe/Amsterdam	51.78365	4.67633		Sterrenburg		11	0505		
2746731	Sterkenburg	sterkenburg	NL		0	Europe/Amsterdam	52.03568	5.28747				09	1581		
2746733	Sterenborg	sterenborg	NL		0	Europe/Amsterdam	53.0375	7.06667				04	0037		
2746734	Stepelo	stepelo	NL		0	Europe/Amsterdam	52.19917	6.72639				15	0158		
2746735	Stepekolk	stepekolk	NL		1995	Europe/Amsterdam	51.455	5.61251				06	1771		
2746737	Stenenheul	stenenheul	NL		0	Europe/Amsterdam	51.77833	5.0125				06	1959		
2746753	Stegeslag	stegeslag	NL		3145	Europe/Amsterdam	51.94151	6.06194				03	0299		
2746754	Stegerveld	stegerveld	NL		0	Europe/Amsterdam	52.5725	6.5				15	0175		
2746757	Stegen	stegen	NL		0	Europe/Amsterdam	51.4125	5.76111				06	0743		
2746759	Steenwijksmoer	steenwijksmoer	NL		605	Europe/Amsterdam	52.66917	6.69861				01	0109		
2746768	Steenweg	steenweg	NL		0	Europe/Amsterdam	51.51667	5.4				06	0753		
2746772	Steenvak	steenvak	NL		0	Europe/Amsterdam	53.32139	6.10179		Steenvak,Stienfak		02	1970		
2746774	Steenplaats	steenplaats	NL		0	Europe/Amsterdam	51.7325	4.57083				11	1963		
2746776	Steenpaal	steenpaal	NL		0	Europe/Amsterdam	51.48109	4.48646				06	0840		
2746777	Steenovens	steenovens	NL		0	Europe/Amsterdam	51.3	3.92361				10	0715		
2746778	Steenoven	steenoven	NL		105	Europe/Amsterdam	51.60833	4.90278				06	0826		
2746779	Steenoven	steenoven	NL		0	Europe/Amsterdam	51.33417	5.86667				05	1894		
2746782	Steenhoven	steenhoven	NL		0	Europe/Amsterdam	51.32667	3.5375				10	1714		
2746783	Steenharst	steenharst	NL		0	Europe/Amsterdam	53.26378	6.17397				02	1970		
2746787	Steenenkruis	steenenkruis	NL		0	Europe/Amsterdam	51.53667	4.19306				10	0716		
2746806	Steelhoven	steelhoven	NL		0	Europe/Amsterdam	51.68167	4.82778				06	1719		
2746808	Steegsbroek	steegsbroek	NL		0	Europe/Amsterdam	51.48333	5.95				05	0984		
2746810	Steeg	steeg	NL		0	Europe/Amsterdam	51.4	6.01944				05	1507		
2746818	Staverden	staverden	NL		0	Europe/Amsterdam	52.28583	5.73889				03	0233		
2746825	Stationsbuurt	stationsbuurt	NL		0	Europe/Amsterdam	51.42333	4.15972				10	0703		
2746826	Statenkwartier	statenkwartier	NL		9300	Europe/Amsterdam	52.09311	4.27577				11	0518		
2746827	Statendam	statendam	NL		0	Europe/Amsterdam	51.68917	4.83889		De Statendam,Oosterhoutse Dam		06	0779		
2746828	Statenboom	statenboom	NL		0	Europe/Amsterdam	51.28833	4.11389				10	0677		
2746830	Startwijk	startwijk	NL		0	Europe/Amsterdam	51.66417	5.93056				06	0756		
2746831	Starting	starting	NL		0	Europe/Amsterdam	52.55417	4.72222				07	0383		
2746850	Stalberg	stalberg	NL		0	Europe/Amsterdam	51.36667	6.18333				05	0983		
2746851	Stakenborg	stakenborg	NL		185	Europe/Amsterdam	53.01833	7.17639				04	1950		
2746854	Stad van Gerwen	stad-van-gerwen	NL		0	Europe/Amsterdam	51.5075	5.54028		Stad van Gerven		06	0820		
2746855	Stadterij	stadterij	NL		0	Europe/Amsterdam	52.74	6.49028				01	0118		
2746862	Stadsfenne	stadsfenne	NL		3060	Europe/Amsterdam	53.03987	5.67844				02	1900		
2746863	Stadse Dijk	stadse-dijk	NL		0	Europe/Amsterdam	51.66667	4.4375				06	1709		
2746864	Stadsdennen	stadsdennen	NL		0	Europe/Amsterdam	52.34421	5.63404				03	0243		
2746865	Stadsdam	stadsdam	NL		0	Europe/Amsterdam	52.0825	5.07778				09	0344		
2746870	Stadbroek	stadbroek	NL		2525	Europe/Amsterdam	51.00187	5.87656				05	1883		
2746880	Spurkt	spurkt	NL		0	Europe/Amsterdam	51.29	6.02917				05	1894		
2746889	Spronk	spronk	NL		0	Europe/Amsterdam	52.45	5.93333		De Spronk,Sprong,Spronk		03	0269		
2746890	Sprong	sprong	NL		0	Europe/Amsterdam	53.13263	5.65004		Sprong,Wieuwens		02	0080		
2746891	Sprokkelbosch	sprokkelbosch	NL		0	Europe/Amsterdam	51.72083	5.38333		Sprokkelenbosch		06	0796		
2746901	Sprangsevaart	sprangsevaart	NL		0	Europe/Amsterdam	51.66167	5.0625				06	0809		
2746903	Sprang-Capelle	sprang	NL		0	Europe/Amsterdam	51.67	5.04856		Sprang-Capelle		06	0867		
2746905	Spoorwijk	spoorwijk	NL		4255	Europe/Amsterdam	52.05347	4.31339		Spoorwijk		11	0518		
2746907	Spoordonk	spoordonk	NL		665	Europe/Amsterdam	51.5175	5.27083				06	0823		
2746908	Spoorbuurt	spoorbuurt	NL		0	Europe/Amsterdam	52.86659	4.81306				07	1911		
2746909	Spoolde	spoolde	NL		300	Europe/Amsterdam	52.5075	6.05417				15	0193		
2746911	Sponturfwijk	sponturfwijk	NL		0	Europe/Amsterdam	52.60667	6.425				15	0160		
2746912	Spoelwijk	spoelwijk	NL		160	Europe/Amsterdam	52.08333	4.69583				11	0484		
2746915	Spitsendijk	spitsendijk	NL		0	Europe/Amsterdam	52.99534	5.88674				02	0074		
2746917	Spitsbergen	spitsbergen	NL		0	Europe/Amsterdam	53.17667	6.83333				04	1952		
2746919	Spinolaberg	spinolaberg	NL		0	Europe/Amsterdam	51.51417	4.26944				06	0748		
2746923	Spik	spik	NL		0	Europe/Amsterdam	51.195	6.03194				05	0957		
2746933	Spijkdorp	spijkdorp	NL		0	Europe/Amsterdam	53.07417	4.85694				07	0448		
2746940	Spiesberg	spiesberg	NL		0	Europe/Amsterdam	51.37083	5.93611				05	1894		
2746950	Speuld	speuld	NL		370	Europe/Amsterdam	52.27083	5.70694		Speulde		03	0233		
2746952	Spengen	spengen	NL		0	Europe/Amsterdam	52.15974	4.91827				09	1904		
2746954	Spekt	spekt	NL		0	Europe/Amsterdam	51.495	5.53889				06	0820		
2746956	Spekholzerheide	spekholzerheide	NL		3175	Europe/Amsterdam	50.85559	6.02471				05	0928		
2746958	Spekhoek	spekhoek	NL		0	Europe/Amsterdam	52.26667	6.08611				03	0285		
2746960	Spears	spears	NL		0	Europe/Amsterdam	53.06665	5.70414		Spears,Speers		02	1900		
2746970	Sparjebird	sparjebird	NL		0	Europe/Amsterdam	53.03665	6.16013		Sparjebert,Sparjebird,Sparjeburd		02	0086		
2746973	Spannenburg	spannenburg	NL		0	Europe/Amsterdam	52.91149	5.69881		Spannenburch,Spannenburg		02	1940		
2746975	Spangen	spangen	NL		10285	Europe/Amsterdam	51.91688	4.43539		Spangen		11	0599		
2746977	Spang	spang	NL		0	Europe/Amsterdam	53.0725	4.85				07	0448		
2746981	Spakenburg	spakenburg	NL		4375	Europe/Amsterdam	52.25	5.36667		Bunschoten-Spakenburg,Spakenburch,Spakenburg		09	0313		
2746983	Spaarnwoude	spaarnwoude	NL		150	Europe/Amsterdam	52.405	4.69444				07	0394		
2746988	Spaanshuisken	spaanshuisken	NL		35	Europe/Amsterdam	51.03667	5.95556				05	1711		
2746989	Spaansehoek	spaansehoek	NL		215	Europe/Amsterdam	51.52333	5.01111				06	0785		
2746993	Sotterum	sotterum	NL		0	Europe/Amsterdam	53.07495	5.3912		Sottrum		02	1900		
2746995	Soarremoarre	soarremoarre	NL		0	Europe/Amsterdam	53.06667	5.86667		Soarremoarre,Sormorre,Sorramorre,Sorremorra,Sorremorre		02	0074		
2746996	Sorghvliet	sorghvliet	NL		0	Europe/Amsterdam	53.09904	6.85708				04	0047		
2746997	Sopsum	sopsum	NL		0	Europe/Amsterdam	53.16801	5.50715		Sopsum		02	1949		
2747010	Son	son	NL		4930	Europe/Amsterdam	51.51136	5.49282		Son		06	0848		
2747018	Someren-Heide	someren-heide	NL		0	Europe/Amsterdam	51.34917	5.69861				06	0847		
2747019	Someren-Eind	someren-eind	NL		2725	Europe/Amsterdam	51.3575	5.73333		't Eind,Eindje,Het Eind		06	0847		
2747023	Solwerd	solwerd	NL		0	Europe/Amsterdam	53.32417	6.86806				04	1979		
2747025	Soeterbeek	soeterbeek	NL		135	Europe/Amsterdam	51.34083	6.07778				05	1894		
2747026	Soest-Zuid	soest-zuid	NL		0	Europe/Amsterdam	52.16169	5.30347				09	0342		
2747028	Soesterveen	soesterveen	NL		0	Europe/Amsterdam	52.16667	5.26667				09	0342		
2747029	Soesterkwartier	soesterkwartier	NL		0	Europe/Amsterdam	52.15937	5.36148				09	0307		
2747031	Soestduinen	soestduinen	NL		150	Europe/Amsterdam	52.14583	5.3				09	0342		
2747032	Soestdijk	soestdijk	NL		4780	Europe/Amsterdam	52.19083	5.28472				09	0342		
2747035	Soeslo	soeslo	NL		0	Europe/Amsterdam	52.48322	6.16299		Soerselo,Soesloo		15	0193		
2747040	Snorrenhoef	snorrenhoef	NL		0	Europe/Amsterdam	52.12833	5.46806				09	0327		
2747045	Snodenhoek	snodenhoek	NL		0	Europe/Amsterdam	51.93	5.83472				03	1734		
2747046	Snippeling	snippeling	NL		0	Europe/Amsterdam	52.25	6.19306				15	0150		
2747049	Snijders-Chaam	snijders-chaam	NL		0	Europe/Amsterdam	51.52917	4.85417		Snijders		06	1723		
2747050	Snijdersberg	snijdersberg	NL		0	Europe/Amsterdam	50.9275	5.75972				05	0938		
2747051	Snijdel	snijdel	NL		0	Europe/Amsterdam	52.06667	4.63333				11	0627		
2747052	Snepseind	snepseind	NL		0	Europe/Amsterdam	51.51667	5.33333				06	0823		
2747055	Snelleveld	snelleveld	NL		0	Europe/Amsterdam	51.84667	5.28472		Snellestein		03	1960		
2747058	Sneidershoek	sneidershoek	NL		0	Europe/Amsterdam	51.38833	5.32917				06	0770		
2747065	Smorenhoek	smorenhoek	NL		0	Europe/Amsterdam	51.82461	5.9275				03	1945		
2747066	s-Molenaarsbuurt	s-molenaarsbuurt	NL		0	Europe/Amsterdam	52.14417	4.64444		Molenaarsbrug,Molenaarsbuurt		11	0484		
2747069	Smitzerveld	smitzerveld	NL		0	Europe/Amsterdam	50.91667	5.95				05	0917		
2747072	Smitshoek	smitshoek	NL		580	Europe/Amsterdam	51.85561	4.48319				11	0489		
2747077	Smidstraat	smidstraat	NL		0	Europe/Amsterdam	51.1775	5.79722				05	1640		
2747080	Smidshorn	smidshorn	NL		0	Europe/Amsterdam	53.2225	6.35139				04	1969		
2747082	Klazienaveen-Noord	smeulveen	NL		0	Europe/Amsterdam	52.77167	7.00278		Klazienaveen-Noord		01	0114		
2747083	Smerp	smerp	NL		0	Europe/Amsterdam	52.925	4.99167				07	1911		
2747088	Smeerling	smeerling	NL		0	Europe/Amsterdam	53.02583	7.07917				04	0037		
2747090	Smedekensbrugge	smedekensbrugge	NL		0	Europe/Amsterdam	51.26667	3.45417				10	1714		
2747100	Smalbroek	smalbroek	NL		0	Europe/Amsterdam	52.84333	6.49306				01	1731		
2747101	Smal	smal	NL		0	Europe/Amsterdam	51.61492	6.05103		Smal		05	0893		
2747106	Sluitersveld	sluitersveld	NL		0	Europe/Amsterdam	52.36667	6.68333				15	0141		
2747112	Sluis Dertien	sluis-dertien	NL		0	Europe/Amsterdam	51.33333	5.75		Sluis 13,Sluis Dertien		06	0847		
2747113	Sluis De Piet	sluis-de-piet	NL		0	Europe/Amsterdam	51.51917	3.75278				10	0664		
2747118	Sluipwijk	sluipwijk	NL		335	Europe/Amsterdam	52.03917	4.74167				11	1901		
2747123	Slotjes	slotjes	NL		0	Europe/Amsterdam	51.63933	4.85593				06	0826		
2747125	Slotervaart	slotervaart	NL		0	Europe/Amsterdam	52.35547	4.82815				07	0363		
2747127	Slotermeer	slotermeer	NL		0	Europe/Amsterdam	52.37832	4.82231				07	0363		
2747129	Sloterdijk	sloterdijk	NL		0	Europe/Amsterdam	52.3871	4.84682		Amsterdam Sloterdijk		07	0363		
2747133	Slot	slot	NL		0	Europe/Amsterdam	51.404	5.83382		't Slot,Slot,’t Slot		06	0762		
2747137	Kerklaan	kerklaan	NL		140	Europe/Amsterdam	52.22083	5.00833		Kerklaan		09	1904		
2747147	Slingerbos	slingerbos	NL		0	Europe/Amsterdam	52.33475	5.61604				03	0243		
2747149	Slingenberg	slingenberg	NL		0	Europe/Amsterdam	52.67833	6.1875				15	0180		
2747151	Slikkerveer	slikkerveer	NL		8750	Europe/Amsterdam	51.88531	4.60494		Slikkerveer		11	0597		
2747154	Slikkendam	slikkendam	NL		0	Europe/Amsterdam	52.155	4.85694				11	0569		
2747155	Slikkenburg	slikkenburg	NL		0	Europe/Amsterdam	51.52833	4.25				06	0748		
2747156	Slikkenburg	slikkenburg	NL		0	Europe/Amsterdam	51.3375	3.43194				10	1714		
2747158	Slijkwell	slijkwijk	NL		0	Europe/Amsterdam	51.75083	5.19167		Slijkwel,Slijkwell		03	0263		
2747159	Slijkplaat	slijkplaat	NL		0	Europe/Amsterdam	51.3775	3.60278		Slikplaats		10	1714		
2747165	Sliffert	sliffert	NL		0	Europe/Amsterdam	51.43583	5.42361				06	0772		
2747166	Slieven	slieven	NL		0	Europe/Amsterdam	51.40081	5.70263		Sheven		06	0847		
2747170	Slichtenhorst	slichtenhorst	NL		450	Europe/Amsterdam	52.20333	5.49444				03	0267		
2747171	Slibbroek	slibbroek	NL		0	Europe/Amsterdam	51.49469	5.13632				06	0798		
2747172	Slennebroek	slennebroek	NL		0	Europe/Amsterdam	52.47333	6.23194				15	0148		
2747177	Slek	slek	NL		915	Europe/Amsterdam	51.08616	5.88087				05	1711		
2747185	Slaperstil	slaperstil	NL		0	Europe/Amsterdam	53.2425	6.49583				04	0014		
2747190	Slagveld	slagveld	NL		0	Europe/Amsterdam	51.58878	4.6443				06	0777		
2747195	Slabroek	slabroek	NL		0	Europe/Amsterdam	51.69667	5.60139				06	0856		
2747200	Sjungadijk	sjungadijk	NL		0	Europe/Amsterdam	53.09105	5.54113				02	1900		
2747209	Sion	sion	NL		805	Europe/Amsterdam	52.01417	4.325				11	0603		
2747210	Sint Willebrord	sint-willebrord	NL		8655	Europe/Amsterdam	51.54833	4.58889		Heike,St. Willebrord,Willebrord		06	0840		
2747212	Sint Vitusholt	sint-vitusholt	NL		0	Europe/Amsterdam	53.14167	7.02083				04	1895		
2747218	Sint Pieter	sint-pieter	NL		145	Europe/Amsterdam	50.83706	5.69203		Sint Pieter		05	0935		
2747238	Sint Maartenszee	sint-maartenszee	NL		0	Europe/Amsterdam	52.7925	4.68889				07	0441		
2747248	Sint Laurens	sint-laurens	NL		1005	Europe/Amsterdam	51.5275	3.60278		Laurens		10	0687		
2747263	Sint Janskerkhof	sint-janskerkhof	NL		0	Europe/Amsterdam	52.25	5.21667				07	0417		
2747264	Sint Janskerke	sint-janskerke	NL		0	Europe/Amsterdam	51.51083	3.49722				10	0717		
2747270	Sint Jacobiparochie	sint-jacobiparochie	NL		1380	Europe/Amsterdam	53.27291	5.60354		St.-Jacobiparochie		02	1949		
2747272	Sint Isidorushoeve	sint-isidorushoeve	NL		0	Europe/Amsterdam	52.17583	6.70139				15	0158		
2747278	Sint Gerlach	sint-gerlach	NL		875	Europe/Amsterdam	50.87154	5.79248		Sint Gerlach		05	0994		
2747282	Sint Antoniusbank	sint-antoniusbank	NL		105	Europe/Amsterdam	50.84333	5.76528				05	1903		
2747291	Sint Anthonie-Polder	sint-anthonie-polder	NL		0	Europe/Amsterdam	51.79833	4.53194		Sint Anthonypolder,Sint Antoniepolder,Sint Antonypolder		11	1963		
2747293	Sint Annerhuisjes	sint-annerhuisjes	NL		0	Europe/Amsterdam	53.30167	6.62222				04	1966		
2747295	Sint Anna ter Muiden	sint-anna-ter-muiden	NL		50	Europe/Amsterdam	51.31417	3.36528				10	1714		
2747297	Sint Annaparochie	sint-annaparochie	NL		3935	Europe/Amsterdam	53.2762	5.65727		Annaparochie,Sint Annaparochie,Sint Anne,St. Annaparochie		02	1949		
2747300	Sint Anna	sint-anna	NL		0	Europe/Amsterdam	51.82082	5.84955				03	0268		
2747302	Sint Andries	sint-andries	NL		0	Europe/Amsterdam	51.80167	5.36528				03	0263		
2747304	Sinselbeek	sinselbeek	NL		0	Europe/Amsterdam	50.81083	5.92639		Zinzelbeek		05	1729		
2747305	Sinoutskerke	sinoutskerke	NL		0	Europe/Amsterdam	51.4725	3.86389		Smoutskerke		10	0654		
2747307	Singelwijk	singelwijk	NL		0	Europe/Amsterdam	52.51022	5.05241				07	0385		
2747315	Simonshoek	simonshoek	NL		0	Europe/Amsterdam	51.34193	5.87734				05	1894		
2747321	Silvolderbuurt	silvolderbuurt	NL		0	Europe/Amsterdam	51.91667	6.4		Silvoldsche Buurt		03	1509		
2747325	Sijthuizen	sijthuizen	NL		0	Europe/Amsterdam	53.03333	5.85		Sijthuizen,Sythuizen,Sythuzen		02	0074		
2747338	Sigerswâld	sigerswald	NL		0	Europe/Amsterdam	53.15061	5.97386		Kleasterbuorren,Kloosterburen,Siegerswolde,Siegerswoude,Sigerswald,Sigerswoude,Sigerswâld		02	0737		
2747345	Siberië	siberie	NL		0	Europe/Amsterdam	52.74833	6.52222				01	0118		
2747348	Sibbe	sibbe	NL		1015	Europe/Amsterdam	50.84417	5.82639				05	0994		
2747362	’s-Gravesloot	s-gravesloot	NL		0	Europe/Amsterdam	52.1	4.91667		's-Gravensloot,'s-Gravesloot,Gravesloot,’s-Gravensloot,’s-Gravesloot		09	0632		
2747365	s-Gravenweg	s-gravenweg	NL		0	Europe/Amsterdam	51.95917	4.62083				11	1892		
2747368	Vaart	s-gravenmoerse-vaart	NL		0	Europe/Amsterdam	51.645	4.96528				06	0766		
2747373	The Hague	the-hague	NL		474292	Europe/Amsterdam	52.07667	4.29861		's-Gravenhage,A Haia,An Haig,An Háig,Chage,D'n Haog,De Haach,Den Haag,Gaaga,HAG,Haag,Hag,Haga,Hago,Hague,Hága,Hāga,Khag,Khaga,L'Aia,La Haia,La Haya,La Haye,Lahey,The Hague,den・hagu,haaga,hai ya,heigeu,lahay,lahh,Χάγη,Гаага,Хаг,Хага,האג,لاهاي,لاهه,ჰააგა,デン・ハーグ,海牙,헤이그		11	0518		
2747383	Seters	seters	NL		0	Europe/Amsterdam	51.61	4.86806				06	0826		
2747387	Separatiedijk	separatiedijk	NL		0	Europe/Amsterdam	51.43333	4.2				10	0703		
2747389	Sengelsbroek	sengelsbroek	NL		0	Europe/Amsterdam	51.28917	5.3375				06	1724		
2747392	Selwerd	selwerd	NL		6525	Europe/Amsterdam	53.2352	6.5545		Selwerd		04	0014		
2747393	Selwerd	selwerd	NL		0	Europe/Amsterdam	53.29417	6.4				04	1969		
2747395	Selmien	selmien	NL		0	Europe/Amsterdam	53.09312	6.13968		Selmien		02	0086		
2747397	Sellingerzwarteveen	sellingerzwarteveen	NL		0	Europe/Amsterdam	52.9575	7.15833				04	1950		
2747399	Sellingerbeetse	sellingerbeetse	NL		205	Europe/Amsterdam	52.9325	7.08194				04	1950		
2747401	Selissen	selissen	NL		0	Europe/Amsterdam	51.605	5.32361				06	0757		
2747407	Seerijp	seerijp	NL		22	Europe/Amsterdam	53.37647	5.29284		Seerijp,Seeryp,Striep,Stryp,Zeerijp		02	0093		
2747411	Schweiberg	schweiberg	NL		0	Europe/Amsterdam	50.78583	5.90556				05	1729		
2747413	Schuwacht	schuwacht	NL		305	Europe/Amsterdam	51.89333	4.64722				11	1931		
2747415	Schutwijk	schutwijk	NL		0	Europe/Amsterdam	52.69833	6.96111				01	0114		
2747416	Schuttersveld	schuttersveld	NL		995	Europe/Amsterdam	50.94467	5.98317				05	0899		
2747418	Schutterhoef	schutterhoef	NL		0	Europe/Amsterdam	52.12819	5.39607				09	0327		
2747424	Schutsboom	schutsboom	NL		0	Europe/Amsterdam	51.50083	5.76944				06	1652		
2747425	Schutsboom	schutsboom	NL		3490	Europe/Amsterdam	51.46152	5.6226				06	1771		
2747428	Schuring	schuring	NL		190	Europe/Amsterdam	51.72917	4.48472				11	1963		
2747429	Schurenberg	schurenberg	NL		0	Europe/Amsterdam	50.92167	5.89861				05	0917		
2747438	Schuilingsoord	schuilingsoord	NL		305	Europe/Amsterdam	53.07291	6.70003				01	1730		
2747440	Schuilenburg	schuilenburg	NL		0	Europe/Amsterdam	52.15644	5.41103				09	0307		
2747441	Skûlenboarch	skulenboarch	NL		0	Europe/Amsterdam	53.2	6.06667		Schuilenburg,Skulenboarch,Skûlenboarch		02	0737		
2747442	Schuilenburg	schuilenburg	NL		0	Europe/Amsterdam	52.41	6.47083				15	0163		
2747445	Schuddebeurs	schuddebeurs	NL		375	Europe/Amsterdam	51.67417	3.94444				10	1676		
2747446	Schuddebeurs	schuddebeurs	NL		0	Europe/Amsterdam	51.30167	4.06806				10	0677		
2747449	Schrins	schrins	NL		0	Europe/Amsterdam	53.12211	5.64813		Schrins,Skrins		02	0080		
2747452	Schreierswijk	schreierswijk	NL		0	Europe/Amsterdam	52.98583	6.85556				01	1680		
2747454	Schrapveen	schrapveen	NL		0	Europe/Amsterdam	52.63083	6.45139		Schrapsveen		01	1690		
2747466	Schouwen	schouwen	NL		0	Europe/Amsterdam	53.33	6.43889				04	1966		
2747468	Schouw	schouw	NL		0	Europe/Amsterdam	52.86618	5.52268				02	1940		
2747469	Schouw	schouw	NL		0	Europe/Amsterdam	51.48667	5.73333				06	1652		
2747471	Schottershuizen	schottershuizen	NL		0	Europe/Amsterdam	52.65667	6.43194				01	1690		
2747473	Schotsheuvel	schotsheuvel	NL		0	Europe/Amsterdam	51.72583	5.45				06	0796		
2747475	Schothorst	schothorst	NL		0	Europe/Amsterdam	52.1715	5.38497		Schothorst		09	0307		
2747476	Schoterzijl	schoterzijl	NL		0	Europe/Amsterdam	52.8177	5.81887				02	0098		
2747482	Schorebrug	schorebrug	NL		0	Europe/Amsterdam	51.46333	4.01944				10	0703		
2747484	Schooteind	schooteind	NL		0	Europe/Amsterdam	51.45	5.75				06	0762		
2747485	Schoot	schoot	NL		0	Europe/Amsterdam	51.40083	5.37917				06	0861		
2747486	Schoorveld	schoorveld	NL		0	Europe/Amsterdam	51.36667	6.01667				05	1894		
2747487	Schoorstraat	schoorstraat	NL		0	Europe/Amsterdam	51.62667	5.11806				06	0855		
2747488	Schoorldam	schoorldam	NL		0	Europe/Amsterdam	52.7075	4.71806				07	0441		
2747493	Schoordijk	schoordijk	NL		0	Europe/Amsterdam	51.2775	5.59306				06	1706		
2747494	Schoor	schoor	NL		0	Europe/Amsterdam	51.49583	5.99444				05	0984		
2747495	Schoor	schoor	NL		0	Europe/Amsterdam	51.265	5.7625				05	0946		
2747496	Schoon Velde	schoon-velde	NL		0	Europe/Amsterdam	52.72201	6.45967				01	0118		
2747939	Roonsestraat	roonsestraat	NL		0	Europe/Amsterdam	51.6	5.23333				06	0824		
2747500	Schoonouwen	schoonouwen	NL		140	Europe/Amsterdam	51.96417	4.79167				11	1931		
2747508	Schoonheten	schoonheten	NL		0	Europe/Amsterdam	52.34273	6.29628		Schoonheeten		15	0177		
2747511	Schoonenburg	schoonenburg	NL		0	Europe/Amsterdam	51.7675	5.775		Schoonenberg		03	0252		
2747516	Schoondorp	schoondorp	NL		0	Europe/Amsterdam	51.53083	4.14167		Schoondorpe		10	0716		
2747519	Schoonbron	schoonbron	NL		215	Europe/Amsterdam	50.85167	5.88056				05	0994		
2747522	Schoolbuurt	schoolbuurt	NL		0	Europe/Amsterdam	52.2575	6.52917				15	1735		
2747523	Schonauwen	schonauwen	NL		0	Europe/Amsterdam	52.01667	5.18333		Schonouwen,Schoonauwen		09	0321		
2747533	Schoelieberg	schoelieberg	NL		0	Europe/Amsterdam	51.44	4.38194				06	0873		
2747538	Schippersbeek	schippersbeek	NL		0	Europe/Amsterdam	51.05	5.8				05	1883		
2747563	Schimmelarij	schimmelarij	NL		0	Europe/Amsterdam	52.70083	6.81667				01	0109		
2747564	Schilligeham	schilligeham	NL		0	Europe/Amsterdam	53.325	6.48611				04	1966		
2747565	Schillersheide	schillersheide	NL		0	Europe/Amsterdam	51.18167	5.82917				05	1640		
2747567	Schillaard	schillaard	NL		0	Europe/Amsterdam	53.12342	5.70748				02	0080		
2747576	Schilderswijk	schilderswijk	NL		0	Europe/Amsterdam	52.06653	4.30686				11	0518		
2747579	Schilberg	schilberg	NL		1960	Europe/Amsterdam	51.09917	5.88611				05	1711		
2747580	Schilberg	schilberg	NL		0	Europe/Amsterdam	50.76667	5.84861				05	1729		
2747586	Schieven	schieven	NL		0	Europe/Amsterdam	52.97917	6.59028				01	0106		
2747588	Schietecoven	schietecoven	NL		0	Europe/Amsterdam	50.9	5.7625				05	0938		
2747597	Schiebroek	schiebroek	NL		16305	Europe/Amsterdam	51.95838	4.47124		Schiebroek		11	0599		
2747599	Scheveningen	scheveningen	NL		23000	Europe/Amsterdam	52.10461	4.27557		Scheveningen,Sheveningen,Sjeveninge,Skeveningen,Skheveningen,askhyfnyngn,seuhebening-eon,si he fu ning en,skwwnyngn,suhefeningen,Схевенинген,Шевенинген,סכוונינגן,اسخیفنینگن,スヘフェニンゲン,斯赫弗宁恩,스헤베닝언		11	0518		
2747611	Scherpenering	scherpenering	NL		0	Europe/Amsterdam	51.4425	5.35833				06	0770		
2747614	Scherpbier	scherpbier	NL		0	Europe/Amsterdam	51.34833	3.50556				10	1714		
2747619	Schenkeldijk	schenkeldijk	NL		470	Europe/Amsterdam	51.74167	4.60278				11	1963		
2747620	Schenkeldijk	schenkeldijk	NL		90	Europe/Amsterdam	51.74333	4.38333				11	1963		
2747621	Schenkel	schenkel	NL		0	Europe/Amsterdam	51.93217	4.56624		Capelle-Schenkel,Schinkel		11	0502		
2747633	Schelm	schelm	NL		0	Europe/Amsterdam	51.36083	5.86806				06	0762		
2747640	Schellingwoude	schellingwoude	NL		0	Europe/Amsterdam	52.38419	4.96385				07	0363		
2747641	Schelle	schelle	NL		0	Europe/Amsterdam	52.49919	6.0981				15	0193		
2747642	Schellach	schellach	NL		0	Europe/Amsterdam	51.525	3.64444				10	0717		
2747643	Schelfhorst	schelfhorst	NL		0	Europe/Amsterdam	53.15917	6.54861		Schelfshorst		01	1730		
2747645	Scheldevaartshoek	scheldevaartshoek	NL		0	Europe/Amsterdam	51.3225	4.08056				10	0677		
2747646	Scheldeoord	scheldeoord	NL		0	Europe/Amsterdam	51.39632	3.89871				10	0654		
2747652	Scheide	scheide	NL		0	Europe/Amsterdam	51.4975	5.96944				05	0984		
2747653	Schei	schei	NL		0	Europe/Amsterdam	50.77221	5.82516		Scheij,Schey,Sjei		05	1903		
2747656	Scheepstal	scheepstal	NL		85	Europe/Amsterdam	51.50083	5.67917				06	1659		
2747658	Scheemderzwaag	scheemderzwaag	NL		115	Europe/Amsterdam	53.18167	6.95139				04	1895		
2747659	Scheemdermeer	scheemdermeer	NL		435	Europe/Amsterdam	53.17167	6.99028				04	1895		
2747664	Schaveren	schaveren	NL		0	Europe/Amsterdam	52.3225	5.95417				03	0232		
2747672	Scharneburen	scharneburen	NL		0	Europe/Amsterdam	52.99516	5.43548				02	1900		
2747673	Scharn	scharn	NL		6540	Europe/Amsterdam	50.85	5.73333				05	0935		
2747679	Skarl	skarl	NL		0	Europe/Amsterdam	52.86729	5.39167				02	1900		
2747682	Schapershoek	schapershoek	NL		0	Europe/Amsterdam	51.3325	3.96389				10	0677		
2747686	Schapenbout	schapenbout	NL		0	Europe/Amsterdam	51.28	3.87778				10	0715		
2747687	Schans	schans	NL		0	Europe/Amsterdam	51.94333	5.96944				03	0293		
2747688	Schans	schans	NL		0	Europe/Amsterdam	51.80333	4.91806				06	1959		
2747689	Schans	schans	NL		0	Europe/Amsterdam	51.60667	4.51111				06	1655		
2747690	Schans	schans	NL		0	Europe/Amsterdam	51.35667	5.875				06	0762		
2747691	Schans	schans	NL		0	Europe/Amsterdam	51.2725	5.92361				05	1640		
2747694	Schandelo	schandelo	NL		240	Europe/Amsterdam	51.42333	6.1875				05	0983		
2747695	Schaluinen	schaluinen	NL		0	Europe/Amsterdam	51.42583	4.93472		Schalluinen		06	0744		
2747710	Schaijkse Hoek	schaijkse-hoek	NL		0	Europe/Amsterdam	51.73333	5.63333		Schaaikse Hoek,Schaijksche Hoek,Schaijkse Hoek		06	1685		
2747721	Schaft	schaft	NL		155	Europe/Amsterdam	51.29833	5.45556				06	0858		
2747722	Schafferden	schafferden	NL		0	Europe/Amsterdam	51.59	5.99167				06	0756		
2747724	Schafelt	schafelt	NL		0	Europe/Amsterdam	51.34833	6.09583				05	1894		
2747727	Schaesberg	schaesberg	NL		0	Europe/Amsterdam	50.89502	6.01643		Schaasberg,Schalsberg		05	0882		
2747728	Schadron	schadron	NL		0	Europe/Amsterdam	51.63583	5.65556		Schadrom		06	0856		
2747730	Schadijk	schadijk	NL		0	Europe/Amsterdam	51.4675	6.02083				05	1507		
2747731	Schadewijk	schadewijk	NL		0	Europe/Amsterdam	51.3575	5.34028				06	0770		
2747735	Schaarsbergen	schaarsbergen	NL		230	Europe/Amsterdam	52.02833	5.87083				03	0202		
2747739	Schaapsbrug	schaapsbrug	NL		0	Europe/Amsterdam	51.28917	5.90278				05	1640		
2747740	Schaaphok	schaaphok	NL		0	Europe/Amsterdam	53.23583	6.74028				04	1952		
2747741	Schaapbulten	schaapbulten	NL		0	Europe/Amsterdam	53.28	6.93194				04	1979		
2747746	Sauwerdermeeden	sauwerdermeeden	NL		0	Europe/Amsterdam	53.2978	6.55635		Sauwerdermeden		04	1966		
2747752	Sasput	sasput	NL		0	Europe/Amsterdam	51.37333	3.60278				10	1714		
2747753	Het Sas	sas	NL		0	Europe/Amsterdam	51.46917	4.98472		't Sas		06	1723		
2747757	Sappemeer Noord	sappemeer-noord	NL		0	Europe/Amsterdam	53.17173	6.78852				04	1952		
2747761	Santfort	santfort	NL		0	Europe/Amsterdam	51.17917	5.84306		Sandfort,Sandtfort,Zandfort		05	1640		
2747763	Sander	sander	NL		0	Europe/Amsterdam	51.58744	4.63782		Sanderbanken		06	0777		
2747767	Sandelingen-Ambacht	sandelingen-ambacht	NL		100	Europe/Amsterdam	51.85	4.61667		Sandelingen-Ambacht		11	0531		
2747769	Sandebuur	sandebuur	NL		35	Europe/Amsterdam	53.1725	6.45556				01	1699		
2747774	Salverd	salverd	NL		0	Europe/Amsterdam	53.18202	5.58313		Salverd,Salvert		02	1949		
2747789	Ruwaard	ruwaard	NL		0	Europe/Amsterdam	51.74917	5.5083				06	0828		
2747790	Ruurlosche Broek	ruurlosche-broek	NL		0	Europe/Amsterdam	52.04824	6.4949		't Ruurlose Broek,Ruurlosche Broek,Ruurlosebroek,’t Ruurlose Broek		03	1586		
2747797	Rutbeek	rutbeek	NL		0	Europe/Amsterdam	52.18	6.80139		Rutbeke		15	0153		
2747800	Rustenburg	rustenburg	NL		200	Europe/Amsterdam	52.63583	4.87917				07	1598		
2747807	Run	run	NL		0	Europe/Amsterdam	51.73333	5.46667				06	0828		
2747809	Rumpen	rumpen	NL		0	Europe/Amsterdam	50.93993	5.96798				05	0899		
2747812	Rumelaar	rumelaar	NL		0	Europe/Amsterdam	52.05759	5.44061				09	0351		
2747813	Rullen	rullen	NL		0	Europe/Amsterdam	51.49583	5.55556				06	0820		
2747814	Rul	rul	NL		0	Europe/Amsterdam	51.395	5.57778				06	1658		
2747815	Rukven	rukven	NL		0	Europe/Amsterdam	51.67583	5.47639		Rucphen,Rukfen		06	1721		
2747816	Ruitersbosch	ruitersbosch	NL		0	Europe/Amsterdam	51.56932	4.76901				06	0758		
2747817	Ruitenveen	ruitenveen	NL		0	Europe/Amsterdam	52.56583	6.25139				15	0148		
2747818	Ruitenhuizen	ruitenhuizen	NL		0	Europe/Amsterdam	52.56667	6.26667				15	0148		
2747823	Ruiten	ruiten	NL		0	Europe/Amsterdam	53.20167	6.76528				04	1952		
2747824	Ruisseveen	ruisseveen	NL		0	Europe/Amsterdam	52.03295	5.53294				09	0345		
2747825	Ruischerbrug	ruischerbrug	NL		470	Europe/Amsterdam	53.2325	6.6375				04	0014		
2747826	Ruischendegat	ruischendegat	NL		0	Europe/Amsterdam	51.32917	3.97083		Ruisende Gat		10	0677		
2747829	Ruinerweide	ruinerweide	NL		20	Europe/Amsterdam	52.73083	6.33472				01	1690		
2747831	Ruinerdijk	ruinerdijk	NL		0	Europe/Amsterdam	52.76667	6.33333				01	1690		
2747838	Ruimel	ruimel	NL		0	Europe/Amsterdam	51.65083	5.34444				06	0845		
2747843	Ruigezand	ruigezand	NL		0	Europe/Amsterdam	53.31	6.31944				04	1969		
2747845	Ruigeweide	ruigeweide	NL		0	Europe/Amsterdam	52.03	4.82917				09	0589		
2747847	Ruigenhoek	ruigenhoek	NL		0	Europe/Amsterdam	52.2925	4.52639				11	0575		
2747852	Rugge	rugge	NL		2495	Europe/Amsterdam	51.89921	4.15231				11	0501		
2747853	Rugdijk	rugdijk	NL		0	Europe/Amsterdam	51.59083	5.09722				06	0855		
2747860	Rozewerf	rozewerf	NL		0	Europe/Amsterdam	52.455	5.11389				07	0852		
2747875	Rovert	rovert	NL		0	Europe/Amsterdam	51.4725	5.08194				06	0798		
2747876	Roverberg	roverberg	NL		0	Europe/Amsterdam	51.34083	4.06806				10	0677		
2747895	Rott	rott	NL		0	Europe/Amsterdam	50.78667	5.94722				05	0981		
2747899	Rothenbach	rothenbach	NL		75	Europe/Amsterdam	51.14083	6.11806				05	1669		
2747900	Rothem	rothem	NL		1590	Europe/Amsterdam	50.87667	5.73889				05	0938		
2747901	Rotbrink	rotbrink	NL		0	Europe/Amsterdam	52.53333	6.41667		Rotbrink		15	0175		
2747911	Roskam	roskam	NL		0	Europe/Amsterdam	51.13	6				05	1669		
2747917	Roptazijl	roptazijl	NL		0	Europe/Amsterdam	53.20686	5.44561		Roptasyl,Roptazijl		02	1949		
2747919	Ropta	ropta	NL		0	Europe/Amsterdam	53.3695	6.07055				02	1970		
2747920	Rooversbroek	rooversbroek	NL		0	Europe/Amsterdam	52.23783	4.55197				11	0553		
2747922	Rooth	rooth	NL		0	Europe/Amsterdam	51.36583	6.07917		Root		05	1894		
2747934	Roosberg	roosberg	NL		0	Europe/Amsterdam	51.5625	4.82361				06	0758		
2749551	Oost	oost	NL		0	Europe/Amsterdam	53.0975	4.89167				07	0448		
2747949	Roodhuis	roodhuis	NL		0	Europe/Amsterdam	53.07619	5.63599		Reahus,Reahûs,Roodhuis		02	1900		
2747950	Roodewijk	roodewijk	NL		0	Europe/Amsterdam	51.53083	3.8625				10	0664		
2747952	Roodevaart	roodevaart	NL		0	Europe/Amsterdam	51.68772	4.61563				06	1709		
2747954	Roodeschuur	roodeschuur	NL		0	Europe/Amsterdam	53.19827	6.14642		Reaskuorre,Roodeschuur		02	0059		
2747958	Roodenhoek	roodenhoek	NL		0	Europe/Amsterdam	51.36	3.63194				10	1714		
2747960	Roodehaan	roodehaan	NL		0	Europe/Amsterdam	53.33	6.42778				04	1966		
2747961	Roodehaan	roodehaan	NL		25	Europe/Amsterdam	53.19083	6.63889				04	0014		
2747965	Rondveld	rondveld	NL		0	Europe/Amsterdam	51.62083	5.89722				06	1702		
2747966	Ronduite	ronduite	NL		15	Europe/Amsterdam	52.68833	6.04444				15	1708		
2747972	Rome	rome	NL		0	Europe/Amsterdam	51.79417	5.32222				03	0263		
2747973	Rolpaal	rolpaal	NL		0	Europe/Amsterdam	52.01167	4.21667				11	1783		
2747974	Rollecate	rollecate	NL		0	Europe/Amsterdam	52.59167	6.24722				15	0180		
2747975	Roligt	roligt	NL		0	Europe/Amsterdam	51.26167	5.9				05	1640		
2747980	Rolaf	rolaf	NL		0	Europe/Amsterdam	51.57248	4.24587				06	0851		
2747988	Roggelse Dijk	roggelsedijk	NL		0	Europe/Amsterdam	51.32167	5.87778				05	1894		
2747991	Roggebotsluis	roggebotsluis	NL		0	Europe/Amsterdam	52.54483	5.8561				16	0303		
2747996	Roeven	roeven	NL		0	Europe/Amsterdam	51.27	5.75139				05	0946		
2747997	Roestenburg	roestenburg	NL		0	Europe/Amsterdam	51.64583	5.5384				06	1721		
2748003	Roer	roer	NL		0	Europe/Amsterdam	51.18265	5.97896				05	0957		
2748004	Roelshoek	roelshoek	NL		0	Europe/Amsterdam	51.43583	4.12778				10	0703		
2748008	Roeleveen	roeleveen	NL		0	Europe/Amsterdam	52.055	4.41806				11	0637		
2748010	Roelage	roelage	NL		0	Europe/Amsterdam	52.89167	7.09722				04	1950		
2748012	Roekel	roekel	NL		0	Europe/Amsterdam	52.0975	5.73056				03	0228		
2748013	Roekebosch	roekebosch	NL		0	Europe/Amsterdam	52.72	6.13472				15	1708		
2748016	Roebolligehoek	roebolligehoek	NL		0	Europe/Amsterdam	52.60917	6.08056				15	1896		
2748017	Rode Sluis	rode-sluis	NL		0	Europe/Amsterdam	51.21833	3.92222				10	0715		
2748023	Rodenrijs	rodenrijs	NL		0	Europe/Amsterdam	51.98222	4.46731		Rodenrijs		11	1621		
2748027	Rode Dorp	rode-dorp	NL		0	Europe/Amsterdam	52.90417	6.13981				02	0098		
2748037	Rixtel	rixtel	NL		0	Europe/Amsterdam	51.5097	5.64766		Rikstel		06	1659		
2748039	Rivierenwijk	rivierenwijk	NL		0	Europe/Amsterdam	52.25466	6.18333				15	0150		
2748044	Ritsumazijl	ritsumazijl	NL		0	Europe/Amsterdam	53.19942	5.73851		Ritsamuzijl,Ritsumaburen		02	1949		
2748046	Rith	rith	NL		0	Europe/Amsterdam	51.56583	4.725		Rit		06	0758		
2748048	Risdam	risdam	NL		0	Europe/Amsterdam	52.65796	5.05457				07	0405		
2748053	Rinnegom	rinnegom	NL		180	Europe/Amsterdam	52.60917	4.65		Rinnegum		07	0373		
2748054	Rinkveld	rinkveld	NL		0	Europe/Amsterdam	51.4	5.78611				06	0743		
2748055	Rinkesfort	rinkesfort	NL		0	Europe/Amsterdam	51.34	6.06111				05	1894		
2748063	Ringoven	ringoven	NL		0	Europe/Amsterdam	50.95	5.83333				05	1883		
2748064	Rimpelt	rimpeld	NL		0	Europe/Amsterdam	51.63417	6.03056				05	0893		
2748065	Rimburg	rimburg	NL		630	Europe/Amsterdam	50.91583	6.08472		Rimburg		05	0882		
2748070	Rikmansbrug	rikmansbrug	NL		0	Europe/Amsterdam	52.36667	6.8		Rikman		15	0183		
2748071	Rijtseterp	rijtseterp	NL		0	Europe/Amsterdam	53.03879	5.48595		Rijtseterp,Ritseburen,Rytseterp		02	1900		
2748074	Rijt	rijt	NL		170	Europe/Amsterdam	51.29583	5.30972				06	1724		
2748085	Rijsoord	rijsoord	NL		3045	Europe/Amsterdam	51.85083	4.59583				11	0597		
2748087	Rijsenburg	rijsenburg	NL		0	Europe/Amsterdam	52.05	5.26667		Rijsenburg,Rijzenburg		09	1581		
2748088	Rijsdam	rijsdam	NL		0	Europe/Amsterdam	52.9625	7.14444				04	1950		
2748089	Rijsberkampen	rijsberkampen	NL		0	Europe/Amsterdam	52.92771	6.20655				02	0098		
2748100	Rijpelberg	rijpelberg	NL		0	Europe/Amsterdam	51.48333	5.71389				06	0794		
2748101	Rijp	rijp	NL		0	Europe/Amsterdam	52.7525	4.74722				07	0441		
2748116	Rijndijk	rijndijk	NL		0	Europe/Amsterdam	52.15	4.45				11	0626		
2748122	Rijksdorp	rijksdorp	NL		0	Europe/Amsterdam	52.16145	4.39384				11	0629		
2748126	Rijkerswoerd	rijkerswoerd	NL		0	Europe/Amsterdam	51.94855	5.89346		Rijkerswoerd		03	0202		
2748127	Rijkel	rijkel	NL		75	Europe/Amsterdam	51.25667	6.02222				05	0889		
2748128	Rijkebuurt	rijkebuurt	NL		0	Europe/Amsterdam	51.6	4.06667				10	0716		
2748129	Rijkebuurt	rijkebuurt	NL		0	Europe/Amsterdam	51.45917	3.775				10	0654		
2748131	Rijckholt	rijckholt	NL		665	Europe/Amsterdam	50.79917	5.73194		Rijkholt		05	1903		
2748133	Rietven	rietven	NL		0	Europe/Amsterdam	51.62167	5.7125				06	0755		
2748134	Rietven	rietven	NL		0	Europe/Amsterdam	51.42833	5.29028				06	0770		
2748140	Rietveld	rietveld	NL		0	Europe/Amsterdam	52.10167	4.62778				11	0484		
2748141	Rietveld	rietveld	NL		290	Europe/Amsterdam	52.08833	4.84583				09	0632		
2748142	Rietveld	rietveld	NL		180	Europe/Amsterdam	51.86	5.01389				11	1978		
2748151	Riethorst	riethorst	NL		0	Europe/Amsterdam	51.7375	5.90972		Reithorst		05	0944		
2748153	Rietgoor	rietgoor	NL		0	Europe/Amsterdam	51.50731	4.43931				06	1674		
2748155	Rietdijk	rietdijk	NL		0	Europe/Amsterdam	51.7812	5.03526				06	1959		
2748163	Riele	riele	NL		0	Europe/Amsterdam	52.26667	6.23333				15	0150		
2748173	Ridderbuurt	ridderbuurt	NL		115	Europe/Amsterdam	52.155	4.67639				11	0484		
2748176	Rhoonse Veer	rhoonse-veer	NL		0	Europe/Amsterdam	51.85	4.41667		Rhoonse Veer,Rhoonseveer		11	0613		
2748182	Rhienderen	rhienderen	NL		0	Europe/Amsterdam	52.09833	6.14306		Rienderen		03	0213		
2748191	Rheeveld	rheeveld	NL		0	Europe/Amsterdam	52.87667	6.50278				01	1731		
2748192	Rheebruggen	rheebruggen	NL		0	Europe/Amsterdam	52.78417	6.3				01	1690		
2748194	Rhederveld	rhederveld	NL		0	Europe/Amsterdam	53.06333	7.18472				04	1950		
2748198	Rhederbrug	rhederbrug	NL		0	Europe/Amsterdam	53.08833	7.16806				04	1950		
2748202	Rhaan	rhaan	NL		0	Europe/Amsterdam	52.42917	6.45				15	0163		
2748207	Reuzenhoek	reuzenhoek	NL		150	Europe/Amsterdam	51.32667	3.91389		Roodenhoek		10	0715		
2748211	Reutje	reutje	NL		175	Europe/Amsterdam	51.12917	6.00833				05	1669		
2748212	Reuth	reuth	NL		0	Europe/Amsterdam	51.44417	4.89861				06	0744		
2748219	Reuken	reuken	NL		0	Europe/Amsterdam	50.91518	5.89258		G'n Reuken		05	1954		
2748222	Reth	reth	NL		0	Europe/Amsterdam	51.43333	4.94722				06	0744		
2748223	Retersbeek	retersbeek	NL		105	Europe/Amsterdam	50.8925	5.91528				05	0986		
2748226	Respelhoek	respelhoek	NL		0	Europe/Amsterdam	52.12917	6.51806				03	1859		
2748232	Renselaar	renselaar	NL		0	Europe/Amsterdam	52.22098	5.55158				03	0273		
2748233	Renneborg	renneborg	NL		0	Europe/Amsterdam	53.00708	7.13822		Renneberg,Renneborg		04	1950		
2748243	Ren	ren	NL		0	Europe/Amsterdam	51.53583	5.70417				06	1652		
2748244	Remswerd	remswerd	NL		0	Europe/Amsterdam	53.04341	5.55521		Remswerd		02	1900		
2748248	Remmerden	remmerden	NL		85	Europe/Amsterdam	51.97333	5.53333				09	0340		
2748259	Reijmersbeek	reijmersbeek	NL		0	Europe/Amsterdam	50.93333	5.88333		Reimersbeek		05	1954		
2748261	Reijerscop	reijerscop	NL		145	Europe/Amsterdam	52.07667	4.97639				09	0632		
2748265	Reidswal	reidswal	NL		0	Europe/Amsterdam	53.35188	6.07698		De Reidswal,De Reidswâl,Reidswal		02	1970		
2748275	Refeling	refeling	NL		0	Europe/Amsterdam	51.46469	5.55007				06	0820		
2748276	Reeuwijksebrug	reeuwijksebrug	NL		0	Europe/Amsterdam	52.03333	4.71667		Reeuwijkbrug,Reeuwijksebrug		11	0513		
2748277	Reeuwijk-Dorp	reeuwijk-dorp	NL		0	Europe/Amsterdam	52.055	4.69028				11	1901		
2748281	Reeth	reeth	NL		0	Europe/Amsterdam	51.89833	5.8375		Reet		03	1734		
2748289	Reedijk	reedijk	NL		0	Europe/Amsterdam	51.8175	4.4625				11	1963		
2748290	Reedijk	reedijk	NL		0	Europe/Amsterdam	51.23333	3.83333		Reedijk		10	0715		
2748293	Redichem	redichem	NL		0	Europe/Amsterdam	51.96204	5.25181				03	0216		
2748294	Rectum	rectum	NL		0	Europe/Amsterdam	52.32833	6.56944		Rektum		15	0189		
2748295	Rechtvaart	rechtvaart	NL		0	Europe/Amsterdam	51.66265	5.00895				06	0809		
2748299	Rechteren	rechteren	NL		0	Europe/Amsterdam	52.495	6.29028				15	0148		
2748309	Ravensgat	ravensgat	NL		0	Europe/Amsterdam	51.4925	5.725		Ravensgast		06	1652		
2748316	Ratum	ratum	NL		0	Europe/Amsterdam	51.97833	6.80972		Batum,Ratum,Winterswijk Ratum		03	0294		
2748321	Raren	raren	NL		175	Europe/Amsterdam	50.76667	5.99028				05	0981		
2748324	Ranum	ranum	NL		0	Europe/Amsterdam	53.34417	6.50972				04	1966		
2748325	Ranserveen	ranserveen	NL		0	Europe/Amsterdam	52.56667	6.28333				15	0148		
2748327	Ransdorp	ransdorp	NL		290	Europe/Amsterdam	52.39325	4.99406				07	0363		
2748330	Randenburg	randenburg	NL		145	Europe/Amsterdam	52.06333	4.67083				11	1901		
2748332	Rande	rande	NL		115	Europe/Amsterdam	52.29	6.12639				15	0150		
2748342	Ramele	ramele	NL		0	Europe/Amsterdam	52.36942	6.2338				15	0177		
2748343	Rakt	rakt	NL		0	Europe/Amsterdam	51.67583	5.58194				06	0856		
2748346	Rakens	rakens	NL		0	Europe/Amsterdam	51.5325	4.81806				06	1723		
2748348	Rafelder	rafelder	NL		0	Europe/Amsterdam	51.89917	6.32917				03	1509		
2748353	Raayen	raayen	NL		0	Europe/Amsterdam	51.93333	5.83333				03	1734		
2748354	Raath	raath	NL		0	Europe/Amsterdam	50.96945	5.93639				05	1954		
2748355	Raarhoek	raarhoek	NL		0	Europe/Amsterdam	52.41881	6.28813		In den Raarhoek		15	0177		
2748358	Raar	raar	NL		130	Europe/Amsterdam	50.88583	5.77778				05	0938		
2748365	Raamberg	raamberg	NL		0	Europe/Amsterdam	51.49833	4.66944				06	0879		
2748367	Raam	raam	NL		2965	Europe/Amsterdam	51.65967	5.63637				06	0856		
2748368	Raam	raam	NL		0	Europe/Amsterdam	51.6175	5.22083				06	0824		
2748372	Raakeind	raakeind	NL		0	Europe/Amsterdam	51.54583	4.89722				06	0784		
2748374	Raaieind	raaieind	NL		0	Europe/Amsterdam	51.39667	6.14167				05	1507		
2748377	Quirijnstok	quirijnstok	NL		3970	Europe/Amsterdam	51.5843	5.0981				06	0855		
2748378	Quirijnstok	quirijnstok	NL		0	Europe/Amsterdam	51.5975	5.10278				06	0855		
2748380	Quatrebras	quatrebras	NL		0	Europe/Amsterdam	53.21955	5.9818		Quatrebras		02	0737		
2748381	Quatre Bras	quatre-bras	NL		0	Europe/Amsterdam	52.18583	6.21111				03	0262		
2748386	Quabeek	quabeek	NL		0	Europe/Amsterdam	50.97145	5.93674		Kwabeek		05	1954		
2748387	Pyramide	pyramide	NL		0	Europe/Amsterdam	51.30333	3.67222				10	1714		
2748393	De Putten	de-putten	NL		0	Europe/Amsterdam	51.43333	5.51667		Putten		06	0772		
2748399	Putselaar	putselaar	NL		0	Europe/Amsterdam	51.68333	5.85972				06	1684		
2748400	Putkop	putkop	NL		235	Europe/Amsterdam	52.09842	4.94524				09	0632		
2748405	Putbroek	putbroek	NL		0	Europe/Amsterdam	51.09667	5.9875				05	1711		
2748414	Purmerbuurt	purmerbuurt	NL		0	Europe/Amsterdam	52.49583	4.98611				07	0439		
2748423	Prosperdorp	prosperdorp	NL		0	Europe/Amsterdam	51.32417	4.20417				10	0677		
2748438	Prinses Marianne	prinses-marianne	NL		0	Europe/Amsterdam	52.86667	6.16667				01	1701		
2748444	Prinsenhof	prinsenhof	NL		0	Europe/Amsterdam	52.09746	4.40241				11	1916		
2748449	Prinsejacht	prinsejacht	NL		0	Europe/Amsterdam	51.46503	5.4557				06	0772		
2748451	Prins Alexanderpolder	prins-alexanderpolder	NL		0	Europe/Amsterdam	51.93956	4.54448		Alexanderpolder,Deelgemeente Prins Alexander,Het Lage Land,Noord Prins Alexanderpolder,Prins Alexander,Prinsenland,Rotterdam Alexanderpolder,Zuid Prins Alexanderpolder		11	0599		
2748454	Princepeel	princepeel	NL		0	Europe/Amsterdam	51.65	5.76667		Peel,Principeel,Prinsenpeel		06	0815		
2748455	Princenhof	princenhof	NL		0	Europe/Amsterdam	52.69008	5.22934				07	0532		
2748457	Princenhage	princenhage	NL		8535	Europe/Amsterdam	51.57632	4.73906		Prinsenhage		06	0758		
2748463	Priesterink	priesterink	NL		0	Europe/Amsterdam	51.98333	6.36667				03	1876		
2748464	Prickart	prickart	NL		0	Europe/Amsterdam	50.825	6.00278		Prichart		05	0965		
2748465	Presikhaaf	presikhaaf	NL		0	Europe/Amsterdam	51.97961	5.95336				03	0202		
2748469	Praets	praets	NL		0	Europe/Amsterdam	51.97917	5.89722				03	0202		
2748474	Pottenberg	pottenberg	NL		2415	Europe/Amsterdam	50.85135	5.65668		Pottenberg		05	0935		
2748476	Pothoek	pothoek	NL		0	Europe/Amsterdam	52.24667	6.50833				15	1735		
2748478	Posthoorn	posthoorn	NL		0	Europe/Amsterdam	52.475	5.92917				03	0269		
2748479	Posthoorn	posthoorn	NL		0	Europe/Amsterdam	51.27083	3.75278				10	0715		
2748482	Posterenk	posterenk	NL		275	Europe/Amsterdam	52.21417	6.11667				03	0285		
2748486	Portengen	portengen	NL		0	Europe/Amsterdam	52.15417	4.96528		Kockengen		09	1904		
2748491	Poppenhuzen	poppenhuzen	NL		0	Europe/Amsterdam	53.06247	5.91661		Poppenhuizen,Poppenhuzen		02	0074		
2748492	Poppenhaar	poppenhaar	NL		0	Europe/Amsterdam	52.66653	6.7508				01	0109		
2748493	Poppendamme	poppendamme	NL		0	Europe/Amsterdam	51.5225	3.55417				10	0717		
2748501	Poonhaven	poonhaven	NL		0	Europe/Amsterdam	51.34	3.94306				10	0715		
2748504	Poolland	poolland	NL		0	Europe/Amsterdam	52.80667	4.84306				07	1911		
2748505	Ponte-Avancé	ponte-avance	NL		0	Europe/Amsterdam	51.30667	3.63472				10	1714		
2748506	Ponte	ponte	NL		0	Europe/Amsterdam	51.31333	3.61806				10	1714		
2748510	Polsbroekerdam	polsbroekerdam	NL		0	Europe/Amsterdam	51.995	4.90278				09	0331		
2748516	Polle	polle	NL		0	Europe/Amsterdam	52.91667	5.85		Polle		02	1940		
2748518	Polen	polen	NL		0	Europe/Amsterdam	53.4125	6.85833				04	1979		
2748524	Polanen	polanen	NL		50	Europe/Amsterdam	52.07666	4.90655				09	0632		
2748526	Pol	pol	NL		0	Europe/Amsterdam	51.16833	5.89583				05	1641		
2748530	Poelpolder	poelpolder	NL		0	Europe/Amsterdam	52.24939	4.55891				11	0553		
2748532	Poeldonk	poeldonk	NL		0	Europe/Amsterdam	51.68	5.36667				06	0845		
2748534	Poederoijensehoek	poederoijenschehoek	NL		0	Europe/Amsterdam	51.795	5.05556				03	0297		
2748540	Plompetoren	plompetoren	NL		0	Europe/Amsterdam	51.68333	3.76667				10	1676		
2748542	Plein	plein	NL		0	Europe/Amsterdam	51.68	5.42222				06	0845		
2748543	Plein	plein	NL		0	Europe/Amsterdam	51.65833	5.3375				06	0845		
2748544	Plein	plein	NL		0	Europe/Amsterdam	51.61199	5.43746				06	1948		
2748545	Pleegste	pleegste	NL		0	Europe/Amsterdam	52.36491	6.26358		De Pleegste		15	0177		
2748546	Platvoet	platvoet	NL		0	Europe/Amsterdam	52.26667	6.16667		De Platvoet,Platvoet		15	0150		
2748547	Platveld	platveld	NL		0	Europe/Amsterdam	51.31917	5.86806				05	1894		
2748548	Platteweg	platteweg	NL		180	Europe/Amsterdam	52.025	4.73889				11	1901		
2748554	Plaspoelpolder	plaspoelpolder	NL		600	Europe/Amsterdam	52.03876	4.33153				11	0603		
2748560	Plantage	plantage	NL		0	Europe/Amsterdam	51.95167	6.2125				03	0222		
2748561	Planketent	planketent	NL		0	Europe/Amsterdam	51.5075	3.84167				10	0664		
2748564	Plankendorp	plankendorp	NL		0	Europe/Amsterdam	51.56667	3.71667				10	1695		
2748566	Plakkebord	plakkebord	NL		0	Europe/Amsterdam	51.29667	3.54861				10	1714		
2748567	Plak	plak	NL		0	Europe/Amsterdam	51.77	5.98472		De Plak		03	1945		
2748568	Plaggenborg	plaggenborg	NL		0	Europe/Amsterdam	52.98565	7.15622		Plaggenberg		04	1950		
2748569	Plaatsluis	plaatsluis	NL		0	Europe/Amsterdam	51.37833	4.33333				06	0873		
2748573	Plaat	plaat	NL		0	Europe/Amsterdam	50.77	5.91389				05	1729		
2748574	Pitteperk	pitteperk	NL		0	Europe/Amsterdam	51.56167	3.60833				10	0717		
2748575	Pittelo	pittelo	NL		0	Europe/Amsterdam	53.00712	6.54063		Pittelo		01	0106		
2748584	Pikveld	pikveld	NL		0	Europe/Amsterdam	52.6575	6.77222				01	0109		
2748585	Piksen	piksen	NL		0	Europe/Amsterdam	52.4075	6.51944		De Piksen		15	0163		
2748589	Pijnenburg	pijnenburg	NL		35	Europe/Amsterdam	52.17167	5.24583				09	0342		
2748595	Piet Gijzenbrug	piet-gijzenbrug	NL		0	Europe/Amsterdam	52.24208	4.50086		Piet Gijxenbrug,Piet Gijzenbrug,Sint Piet Gijxenbrug		11	1525		
2748609	Pieriksmars	pieriksmars	NL		0	Europe/Amsterdam	52.27	6.33194				15	0150		
2748611	Pierik	pierik	NL		2180	Europe/Amsterdam	52.50141	6.1117				15	0193		
2748614	Piepert	piepert	NL		0	Europe/Amsterdam	50.8275	5.92083				05	1729		
2748616	Pieperij	pieperij	NL		0	Europe/Amsterdam	52.64083	6.36944				01	1690		
2748618	Piekezijl	piekezijl	NL		0	Europe/Amsterdam	53.01667	5.58333				02	1900		
2748622	Philipswijk	philipswijk	NL		0	Europe/Amsterdam	51.4848	5.47823				06	0772		
2748626	Peursum	peursum	NL		250	Europe/Amsterdam	51.85	4.91667		Peursum		11	1978		
2748634	Pettelaar	pettelaar	NL		0	Europe/Amsterdam	51.6716	5.32773		De Pettelaar		06	0845		
2748642	Petersburg	petersburg	NL		0	Europe/Amsterdam	53.03834	6.21745				02	0085		
2748644	Pesaken	pesaken	NL		0	Europe/Amsterdam	50.8	5.87083				05	1729		
2748647	Pernis	pernis	NL		4785	Europe/Amsterdam	51.88833	4.38889		Pernis Rotterdam		11	0599		
2748648	Perkpolder	perkpolder	NL		0	Europe/Amsterdam	51.4	4.01667		Perkpolder		10	0677		
2748650	Peerenboom	peerenboom	NL		0	Europe/Amsterdam	51.7225	4.91389		Pereboom		06	1959		
2748652	Pepinusbrug	pepinusbrug	NL		0	Europe/Amsterdam	51.08667	5.925				05	1711		
2748654	Penningsveer	penningsveer	NL		0	Europe/Amsterdam	52.39247	4.6764				07	0394		
2748656	Pennendijk	pennendijk	NL		0	Europe/Amsterdam	51.55	4.8				06	0758		
2748657	Pendrecht	pendrecht	NL		11885	Europe/Amsterdam	51.87152	4.46901		Pendrecht		11	0599		
2748658	Pelsendijk	pelsendijk	NL		0	Europe/Amsterdam	51.58414	4.24557				06	0851		
2748660	Pelikaan	pelikaan	NL		0	Europe/Amsterdam	51.64667	4.56806				06	1709		
2748666	Peizerwold	peizerwold	NL		0	Europe/Amsterdam	53.15667	6.49306				01	1699		
2748667	Peizerweg	peizerweg	NL		25	Europe/Amsterdam	53.20982	6.54129				04	0014		
2748669	Peizermade	peizermade	NL		115	Europe/Amsterdam	53.18667	6.51111				01	1699		
2748675	Peij	peij	NL		2935	Europe/Amsterdam	51.09417	5.89583		Pei,Pey		05	1711		
2748680	Peelstraat	peelstraat	NL		0	Europe/Amsterdam	51.64833	5.825				06	1702		
2748681	Peelstraat	peelstraat	NL		0	Europe/Amsterdam	51.5925	5.68056				06	0755		
2748683	Peelsehuis	peelsehuis	NL		0	Europe/Amsterdam	51.62417	5.66944		't Peelse Huis,Peelschehuis		06	0755		
2748686	Peelo	peelo	NL		6635	Europe/Amsterdam	53.01719	6.56208		Peeloo		01	0106		
2748687	Peelkant	peelkant	NL		0	Europe/Amsterdam	51.6175	5.86389				06	1702		
2748694	Pauluspolder	pauluspolder	NL		0	Europe/Amsterdam	51.33333	4.00972				10	0677		
2748699	Patrijzenhoek	patrijzenhoek	NL		0	Europe/Amsterdam	51.29833	4.025				10	0677		
2748700	Pathmos	pathmos	NL		2065	Europe/Amsterdam	52.21397	6.87555		Pathmos,Patmos		15	0153		
2748706	Passluis	passluis	NL		0	Europe/Amsterdam	51.22917	3.81389				10	0715		
2748707	Passewaaij	passewaaij	NL		0	Europe/Amsterdam	51.8675	5.41528		Pasewaaij,Passewaai,Passewaay		03	0281		
2748708	Passerot	passerot	NL		0	Europe/Amsterdam	51.81667	5.71667		Passenrot,Passenroth,Passerot		03	0296		
2748710	Passart	passart	NL		2010	Europe/Amsterdam	50.92389	5.94674				05	0917		
2748711	Pasop	pasop	NL		100	Europe/Amsterdam	53.205	6.38889				04	1969		
2748712	Partij	partij	NL		0	Europe/Amsterdam	50.80917	5.92083				05	1729		
2748715	Park Leeuwenbergh	park-leeuwenbergh	NL		385	Europe/Amsterdam	52.05959	4.35846		Park Leeuwenbergh		11	1916		
2748717	Park	park	NL		0	Europe/Amsterdam	51.64167	5.825		De Park		06	1702		
2748720	Paradijs	paradijs	NL		0	Europe/Amsterdam	51.33	3.76111				10	0715		
2748725	Papenveer	papenveer	NL		1135	Europe/Amsterdam	52.185	4.725				11	0569		
2748730	Papendijk	papendijk	NL		0	Europe/Amsterdam	51.73026	5.4649				06	0828		
2748731	Papenbeek	papenbeek	NL		0	Europe/Amsterdam	51.5559	6.09052				05	0893		
2748741	Pannenschop	pannenschop	NL		0	Europe/Amsterdam	51.44583	5.83333				06	0762		
2748745	Pannekeet	pannekeet	NL		0	Europe/Amsterdam	52.69333	4.82639				07	0398		
2748746	Panheel	panheel	NL		215	Europe/Amsterdam	51.17583	5.87361				05	1641		
2748748	Pandelaarse Kampen	pandelaarse-kampen	NL		0	Europe/Amsterdam	51.56417	5.66528				06	1652		
2748753	Pals	pals	NL		0	Europe/Amsterdam	51.95101	5.96764		De Pals		03	0293		
2748757	Palestina	palestina	NL		0	Europe/Amsterdam	52.20833	5.42778				09	0307		
2748760	Palenstein	palenstein	NL		6000	Europe/Amsterdam	52.05579	4.50869		Palenstein		11	0637		
2748761	Palenberg	palenberg	NL		0	Europe/Amsterdam	50.9	6				05	0882		
2748763	Palemig	palemig	NL		690	Europe/Amsterdam	50.90353	5.98343				05	0917		
2748771	Padhuis	padhuis	NL		0	Europe/Amsterdam	52.66083	6.84861				01	0109		
2748773	Paddepoel	paddepoel	NL		0	Europe/Amsterdam	53.23065	6.54184				04	0014		
2748774	Paddepoel	paddepoel	NL		0	Europe/Amsterdam	53.25583	6.52361				04	0014		
2748775	Paauwenburg	paauwenburg	NL		0	Europe/Amsterdam	51.46295	3.55069				10	0718		
2748784	Paarlo	paarlo	NL		20	Europe/Amsterdam	51.14333	6.03472				05	1669		
2748795	Paardelanden	paardelanden	NL		0	Europe/Amsterdam	52.625	6.46528				01	1690		
2748800	Paal	paal	NL		0	Europe/Amsterdam	51.35333	4.10833		De Paal		10	0677		
2748801	Oxe	oxe	NL		0	Europe/Amsterdam	52.23083	6.23611				15	0150		
2748806	Overwoud	overwoud	NL		0	Europe/Amsterdam	52.11917	5.62917				03	0228		
2748807	Overwhere	overwhere	NL		0	Europe/Amsterdam	52.51538	4.96278				07	0439		
2748808	Overwettering	overwettering	NL		0	Europe/Amsterdam	52.33425	6.12398				15	1773		
2748814	Overvecht-Noord	overvecht-noord	NL		0	Europe/Amsterdam	52.12201	5.10785				09	0344		
2748815	Overvecht	overvecht	NL		0	Europe/Amsterdam	52.11513	5.11349		Overvecht		09	0344		
2748817	Overtoomseveld	overtoomseveld	NL		0	Europe/Amsterdam	52.36344	4.83879				07	0363		
2748818	Overstegen	overstegen	NL		0	Europe/Amsterdam	51.97125	6.31796				03	0222		
2748821	Overslingeland	overslingeland	NL		155	Europe/Amsterdam	51.88167	4.925				11	1978		
2748823	Overschot	overschot	NL		0	Europe/Amsterdam	51.49833	5.74861				06	1652		
2748826	Overschie	overschie	NL		6710	Europe/Amsterdam	51.93863	4.42766		Overschie		11	0599		
2748828	Overmeer	overmeer	NL		0	Europe/Amsterdam	52.25417	5.04722				07	1696		
2748835	Overlangbroek	overlangbroek	NL		135	Europe/Amsterdam	51.99167	5.38056				09	0352		
2748839	Overhoven	overhoven	NL		3450	Europe/Amsterdam	51.00869	5.86628				05	1883		
2748842	Overheicop	overheicop	NL		0	Europe/Amsterdam	51.925	5.10278				09	1961		
2748843	Overheek	overheek	NL		0	Europe/Amsterdam	50.8823	5.87086				05	0986		
2748844	Overhaelen	overhaelen	NL		0	Europe/Amsterdam	51.23333	5.95				05	1640		
2748845	Overgeul	overgeul	NL		0	Europe/Amsterdam	50.79583	5.91806				05	1729		
2748847	Overeys	overeys	NL		0	Europe/Amsterdam	50.82417	5.95		Over-Eijs,Overeis		05	1729		
2748853	Over-Diemen	over-diemen	NL		0	Europe/Amsterdam	52.34167	5.01111				07	0384		
2748854	Overdie	overdie	NL		0	Europe/Amsterdam	52.6168	4.75563				07	0361		
2748856	Over de Dijk	over-de-dijk	NL		0	Europe/Amsterdam	52.97833	7.17083				04	1950		
2748858	Overburen	overburen	NL		0	Europe/Amsterdam	52.84589	6.05643				02	0098		
2748859	Overbrug	overbrug	NL		100	Europe/Amsterdam	51.49583	5.64167				06	0794		
2748860	Overbroek	overbroek	NL		0	Europe/Amsterdam	51.49333	5.98194				05	0984		
2748862	Overboeicop	overboeicop	NL		0	Europe/Amsterdam	51.93667	5.11111		Overboeicops		09	1961		
2748863	Overbiel	overbiel	NL		0	Europe/Amsterdam	52.11833	6.55556				03	1859		
2748870	Overakker	overakker	NL		0	Europe/Amsterdam	51.43417	5.62639				06	1771		
2748871	Overa	overa	NL		0	Europe/Amsterdam	51.5425	4.74583				06	0758		
2748872	Oventje	oventje	NL		455	Europe/Amsterdam	51.67833	5.675		Groot Oventje		06	1685		
2748877	Ouwendorp	ouwendorp	NL		0	Europe/Amsterdam	52.225	5.73611				03	0203		
2748881	Oukoop	oukoop	NL		0	Europe/Amsterdam	52.20417	4.97639				09	1904		
2748882	Oukoop	oukoop	NL		50	Europe/Amsterdam	52.035	4.77222				11	1901		
2748884	Oud Zevenaar	oud-zevenaar	NL		0	Europe/Amsterdam	51.915	6.08194				03	0299		
2748885	Oud-Wulven	oud-wulven	NL		0	Europe/Amsterdam	52.04333	5.15556				09	0321		
2748889	Oud-Vroenhoven	oud-vroenhoven	NL		0	Europe/Amsterdam	50.83333	5.65		Oud-Vroenhoven		05	0935		
2748893	Oud Verlaat	oud-verlaat	NL		380	Europe/Amsterdam	51.97833	4.55278				11	0599		
2748894	Oudveld	oudveld	NL		0	Europe/Amsterdam	51.60762	5.60534				06	1948		
2748895	Oud Veeningen	oud-veeningen	NL		0	Europe/Amsterdam	52.67333	6.36944				01	1690		
2748896	Oud Valkeveen	oud-valkeveen	NL		0	Europe/Amsterdam	52.3056	5.19159				07	1942		
2748897	Oud-Valkenburg	oud-valkenburg	NL		125	Europe/Amsterdam	50.85417	5.85417				05	0994		
2748901	Oudshoorn	oudshoorn	NL		0	Europe/Amsterdam	52.13333	4.66667		Oudshoornscheweg,Ridderveld		11	0484		
2748902	Oud-Schaayk	oud-schaayk	NL		0	Europe/Amsterdam	51.89223	5.11268		Schaaik,Schaik		09	1961		
2748904	Oud-Sabbinge	oud-sabbinge	NL		295	Europe/Amsterdam	51.53333	3.8				10	0664		
2748905	Oud-Roosteren	oud-roosteren	NL		80	Europe/Amsterdam	51.08	5.83056				05	1711		
2748907	Oud-Reeuwijk	oud-reeuwijk	NL		90	Europe/Amsterdam	52.05833	4.71528				11	1901		
2748910	Oud-Reemst	oud-reemst	NL		0	Europe/Amsterdam	52.04417	5.80972				03	0228		
2748915	Oudover	oudover	NL		240	Europe/Amsterdam	52.21618	5.03182		Loosdrecht,Oud-Over,Oudover		07	1696		
2748923	Oud-Milligen	oud-milligen	NL		0	Europe/Amsterdam	52.21213	5.71049		Milligen		03	0203		
2748924	Oud-Maarsseveen	oud-maarsseveen	NL		0	Europe/Amsterdam	52.15833	5.09028		Maarseveen,Maarsseveen,Oudmaarseveen		09	1904		
2748925	Oud-Lutten	oud-lutten	NL		0	Europe/Amsterdam	52.62333	6.60694				15	0160		
2748926	Oud-Loosdrecht	oud-loosdrecht	NL		2035	Europe/Amsterdam	52.20667	5.08056		Aud-Losdrekht,Ауд-Лосдрехт		07	1696		
2748927	Oudleusen	oudleusen	NL		0	Europe/Amsterdam	52.53333	6.3125		Oudleuzen		15	0148		
2748928	Oud-Leusden	oud-leusden	NL		0	Europe/Amsterdam	52.13083	5.37222				09	0327		
2748945	Oud-Kamerik	oud-kamerik	NL		0	Europe/Amsterdam	52.13833	4.90278				09	0632		
2748946	Oudijk	oudijk	NL		165	Europe/Amsterdam	52.68333	5.11389				07	0498		
2748947	Oudhuizen	oudhuizen	NL		0	Europe/Amsterdam	52.2	4.93333		Oudhuizen		09	0736		
2748970	Oudewegstervaart	oudewegstervaart	NL		0	Europe/Amsterdam	53.01667	5.96667		Aldeweisterfeart		02	0074		
2748972	Oudeweg	oudeweg	NL		0	Europe/Amsterdam	52.0522	4.73567				11	1901		
2748996	Oude Terp	oude-terp	NL		0	Europe/Amsterdam	53.33806	6.12164				02	1970		
2748997	Oude Strumpt	oude-strumpt	NL		0	Europe/Amsterdam	51.44083	4.83611				06	0744		
2748998	Oude Stoof	oude-stoof	NL		0	Europe/Amsterdam	51.65	4.51667				06	1709		
2748999	Oude Stoof	oude-stoof	NL		0	Europe/Amsterdam	51.3475	3.97917				10	0677		
2749000	Oude Statenzijl	oude-statenzijl	NL		0	Europe/Amsterdam	53.20667	7.2				04	1895		
2749006	Aldskou	aldskou	NL		0	Europe/Amsterdam	53.06603	5.80894		Aldskou,Oude Schouw		02	0074		
2749011	Oude Schans	oude-schans	NL		0	Europe/Amsterdam	53.03333	4.81667				07	0448		
2749029	Oude Polder	oude-polder	NL		0	Europe/Amsterdam	51.2175	3.86389				10	0715		
2749037	Oudenrijn	oudenrijn	NL		0	Europe/Amsterdam	52.08167	5.06944				09	0344		
2749039	Oudenmolen	oudenmolen	NL		0	Europe/Amsterdam	51.37833	5.5625		Oudemolen		06	1658		
2749041	Oude Nieuwland	oude-nieuwland	NL		0	Europe/Amsterdam	51.82003	3.91618				11	1924		
2749056	Oude Molen	oude-molen	NL		115	Europe/Amsterdam	52.26083	6.28611				15	0150		
2749057	Oude-Molen	oude-molen	NL		0	Europe/Amsterdam	51.86	4.6375				11	0597		
2749059	Oude Molen	oude-molen	NL		0	Europe/Amsterdam	51.5375	4.28333				06	0748		
2749068	Oude Maasdijk	oude-maasdijk	NL		0	Europe/Amsterdam	51.83917	5.42361				03	0668		
2749076	Oude Leede	oude-leede	NL		0	Europe/Amsterdam	51.9875	4.42222				11	1926		
2749090	Oudeland	oudeland	NL		0	Europe/Amsterdam	51.86999	4.36365		Oudeland		11	0599		
2749091	Oudeland	oudeland	NL		0	Europe/Amsterdam	51.93	4.67917				11	1931		
2749092	Oudeland	oudeland	NL		0	Europe/Amsterdam	51.8	3.9				11	1924		
2749093	Oudeland	oudeland	NL		0	Europe/Amsterdam	51.33833	3.59444				10	1714		
2749098	Oude Kerk	oudekerk	NL		0	Europe/Amsterdam	50.94417	5.85278				05	0888		
2749108	Oudehornstercompagnie	oudehornstercompagnie	NL		0	Europe/Amsterdam	52.98333	6.1		Veenkolonie Ouderhorner Compagnie		02	0074		
2749124	Oude Gracht	oude-gracht	NL		0	Europe/Amsterdam	51.46667	5.5				06	0772		
2749135	Oude Gaarkeuken	oude-gaarkeuken	NL		0	Europe/Amsterdam	53.21667	6.3				04	1969		
2749143	Oudedorp	oudedorp	NL		0	Europe/Amsterdam	51.47333	3.65972		Oudsdorp		10	0687		
2749144	Oudedijk	oudedijk	NL		0	Europe/Amsterdam	53.40667	6.46111				04	1966		
2749145	Oudedijk	oudedijk	NL		0	Europe/Amsterdam	53.21328	7.16394				04	1895		
2749155	Oude Bildtzijl	oude-bildtzijl	NL		680	Europe/Amsterdam	53.30048	5.71849		Alde Biltsyl,Oude Bildtzijl,Oude Biltzijl		02	1949		
2749158	Oude Bildtdijk	oude-bildtdijk	NL		0	Europe/Amsterdam	53.296	5.6674		Alde Biltdyk,Oude Bildtdijk		02	1949		
2749163	Oud-Drimmelen	oud-drimmelen	NL		0	Europe/Amsterdam	51.69667	4.77639				06	1719		
2749165	Oud-Dijk	oud-dijk	NL		0	Europe/Amsterdam	51.92417	6.13472		Dijk		03	1955		
2749167	Oud-Diemen	oud-diemen	NL		35	Europe/Amsterdam	52.34646	4.96943		Oude Diemen		07	0384		
2749170	Oud-Caberg	oud-caberg	NL		1890	Europe/Amsterdam	50.86539	5.66444		Caberg,Oud-Caberg		05	0935		
2749175	Oud-Bodegraven	oud-bodegraven	NL		0	Europe/Amsterdam	52.0775	4.73472				11	1901		
2749177	Oud-Bergentheim	oud-bergentheim	NL		0	Europe/Amsterdam	52.52333	6.58194				15	0160		
2749184	Oud-Beets	oud-beets	NL		0	Europe/Amsterdam	53.06835	5.99716		Beets,Beetsterweg		02	0086		
2749185	Oud-Avereest	oud-avereest	NL		0	Europe/Amsterdam	52.61917	6.37222		Avereest,Averreest		15	0160		
2749186	Oud-Appelscha	oud-appelscha	NL		0	Europe/Amsterdam	52.95	6.33333		Ald-Appelskea,Appelsga,Oold-Appelsche,Oud Appelsga,Oud-Appelscha		02	0085		
2749192	Oud-Aa	oud-aa	NL		0	Europe/Amsterdam	52.18167	4.97361				09	1904		
2749196	Otterweg	otterweg	NL		0	Europe/Amsterdam	52.85159	5.78323				02	1940		
2749204	Otterdijk	otterdijk	NL		0	Europe/Amsterdam	51.41167	5.69167				06	0847		
2749205	Othene	othene	NL		3325	Europe/Amsterdam	51.33083	3.85972				10	0715		
2749209	Oterdum	oterdum	NL		0	Europe/Amsterdam	53.30657	6.98765				04	1979		
2749210	Osterbos	osterbos	NL		0	Europe/Amsterdam	51.49667	6.1375				05	1507		
2749211	Ostaaijen	ostaaien	NL		0	Europe/Amsterdam	51.4475	4.60278				06	0879		
2749237	Osingahuizen	osingahuizen	NL		0	Europe/Amsterdam	52.97723	5.61994		Ozingahuizen		02	1900		
2749238	Oshaar	oshaar	NL		0	Europe/Amsterdam	52.69	6.36389				01	1690		
2749239	Osen	osen	NL		0	Europe/Amsterdam	51.17667	5.92222				05	1641		
2749242	Osdorp	osdorp	NL		0	Europe/Amsterdam	52.35694	4.80077				07	0363		
2749248	Orthen	orthen	NL		1515	Europe/Amsterdam	51.70613	5.30468				06	0796		
2749250	Orden	orden	NL		6385	Europe/Amsterdam	52.20113	5.93417				03	0200		
2749258	Oranjeplaat	oranjeplaat	NL		50	Europe/Amsterdam	51.51181	3.71003				10	0687		
2749259	Oranjeoord	oranjeoord	NL		0	Europe/Amsterdam	51.66359	4.40551				06	1709		
2749268	Oranjedorp	oranjedorp	NL		425	Europe/Amsterdam	52.74083	6.94583				01	0114		
2749272	Opwierde	opwierde	NL		0	Europe/Amsterdam	53.31333	6.87361		Opwierda		04	1979		
2749273	Opwetten	opwetten	NL		0	Europe/Amsterdam	51.46	5.53056				06	0820		
2749279	Opperduit	opperduit	NL		625	Europe/Amsterdam	51.89917	4.7125				11	1931		
2749282	Opperburen	opperburen	NL		0	Europe/Amsterdam	53.13776	6.00205		Opperbuorren,Opperburen		02	0090		
2749283	Opperburen	opperburen	NL		0	Europe/Amsterdam	53.04968	6.20946				02	0086		
2749287	Opmeeden	opmeeden	NL		0	Europe/Amsterdam	53.27583	6.91667				04	1979		
2749291	Ophuis	ophuis	NL		0	Europe/Amsterdam	53.19509	6.17178		Ophuis,Ophus,Ophûs		02	0059		
2749293	Ophoven	ophoven	NL		4105	Europe/Amsterdam	50.99036	5.85868		Ophoven		05	1883		
2749294	Ophoven	ophoven	NL		0	Europe/Amsterdam	51.26583	5.95139				05	1640		
2749295	Ophoven	ophoven	NL		25	Europe/Amsterdam	51.09667	5.84722				05	1711		
2749300	Opende-Zuid	opende-zuid	NL		0	Europe/Amsterdam	53.16667	6.2				04	1969		
2749301	Opende-Oost	opende-oost	NL		265	Europe/Amsterdam	53.17497	6.21792				04	1969		
2749307	Op den Hering	op-den-hering	NL		0	Europe/Amsterdam	50.9825	6.025				05	1954		
2749309	Op de Hoven	op-de-hoven	NL		0	Europe/Amsterdam	50.90667	6.075		De Hoven,Op de Haven		05	0882		
2749311	Op de Bos	op-de-bos	NL		0	Europe/Amsterdam	51.25667	5.93611				05	1640		
2749312	Op de Bies	op-de-bies	NL		0	Europe/Amsterdam	50.915	5.82917		Bies		05	1954		
2749313	Op de Belt	op-de-belt	NL		0	Europe/Amsterdam	51.665	6.04167				05	0893		
2749314	Op-Andel	op-andel	NL		0	Europe/Amsterdam	51.77719	5.06384		Op Andel		06	1959		
2749315	Ooyerhoek	ooyerhoek	NL		2305	Europe/Amsterdam	52.12838	6.22307				03	0301		
2749322	Oostwolderpolder	oostwolderpolder	NL		0	Europe/Amsterdam	53.21583	7.05139				04	1895		
2749323	Oostwolderhamrik	oostwolderhamrik	NL		0	Europe/Amsterdam	53.25	7.01667		Oostwolder Hamrik,Oostwolderhamrik		04	1895		
2749334	Oost-Vlieland	oost-vlieland	NL		1025	Europe/Amsterdam	53.29703	5.07431		East Flylan,East Flylân		02	0096		
2749337	Oostvaardersdiep	oostvaardersdiep	NL		0	Europe/Amsterdam	52.41711	5.22001				16	0034		
2749338	Oostum	oostum	NL		0	Europe/Amsterdam	53.28083	6.49861				04	1969		
2749353	Oostmijzen	oostmijzen	NL		0	Europe/Amsterdam	52.60667	4.92778				07	1598		
2749354	Oost-Meerpolder	oost-meerpolder	NL		0	Europe/Amsterdam	52	4.45				11	1926		
2749357	Oostmahorn	oostmahorn	NL		85	Europe/Amsterdam	53.37913	6.1599		De Skans,De Skâns,Eastmahorn		02	1970		
2749358	Oostlaar	oostlaar	NL		0	Europe/Amsterdam	51.51167	4.39444				06	1674		
2749365	Oostindië	oostindie	NL		0	Europe/Amsterdam	53.135	6.37222				04	1969		
2749368	Oosthoekeind	oosthoekeind	NL		0	Europe/Amsterdam	52.00629	4.53851				11	1621		
2749369	Oosthoek	oosthoek	NL		0	Europe/Amsterdam	52.44524	5.84399				03	0230		
2749370	Oosthoek	oosthoek	NL		0	Europe/Amsterdam	51.8	4.3375				11	1963		
2749383	Oosterzij	oosterzij	NL		2095	Europe/Amsterdam	52.585	4.70556				07	0399		
2749386	Oosterzee-Buren	oosterzee-buren	NL		0	Europe/Amsterdam	52.86874	5.74791		Eastersee-Buorren		02	1940		
2749387	Oosterzand	oosterzand	NL		0	Europe/Amsterdam	53.23417	6.32222				04	1969		
2749393	Oosterwijzend	oosterwijzend	NL		0	Europe/Amsterdam	52.69	5.1875				07	0498		
2749401	Oosterwierum	oosterwierum	NL		0	Europe/Amsterdam	53.10948	5.73177		Easterwierrum		02	1900		
2749408	Oostervalge	oostervalge	NL		0	Europe/Amsterdam	53.39939	6.57178				04	1966		
2749416	Oosterse Bos	oosterse-bos	NL		0	Europe/Amsterdam	52.65667	6.90833				01	0114		
2749423	Oosterpark	oosterpark	NL		10550	Europe/Amsterdam	53.2237	6.5853		Oosterpark,Oosterparkwijk		04	0014		
2749425	Ooster Oene	ooster-oene	NL		0	Europe/Amsterdam	52.35	6.05				03	0232		
2749431	Oostermeenthe	oostermeenthe	NL		3075	Europe/Amsterdam	52.79319	6.13138				15	1708		
2749434	Oosterlittens	oosterlittens	NL		380	Europe/Amsterdam	53.13682	5.64895		Easterlittens		02	0080		
2749442	Oosterklief	oosterklief	NL		0	Europe/Amsterdam	52.89167	4.95972				07	1911		
2749445	Oosterik	oosterik	NL		0	Europe/Amsterdam	51.355	5.5625				06	1658		
2749446	Oosterhuizen	oosterhuizen	NL		850	Europe/Amsterdam	52.15701	6.00609		Oisterrhuze,Osterhuzen		03	0200		
2749451	Oosterhoogebrug	oosterhoogebrug	NL		2210	Europe/Amsterdam	53.22892	6.60141				04	0014		
2749453	Oosterholt	oosterholt	NL		1175	Europe/Amsterdam	52.55917	5.95556				15	0166		
2749454	Oosterhof	oosterhof	NL		0	Europe/Amsterdam	52.29167	5.98472				03	0232		
2749463	Oosterheide	oosterheide	NL		0	Europe/Amsterdam	51.62443	4.85524				06	0826		
2749464	Oosterheide	oosterheide	NL		0	Europe/Amsterdam	51.64335	5.66857				06	0856		
2749467	Oostergouw	oostergouw	NL		0	Europe/Amsterdam	52.67833	5.23889				07	0498		
2749470	Oosterens	oosterens	NL		0	Europe/Amsterdam	51.6425	5.67083				06	0856		
2749472	Oostereng	oostereng	NL		0	Europe/Amsterdam	52.26667	5.2				07	0402		
2749478	Oostereinde	oostereinde	NL		0	Europe/Amsterdam	53.15833	7.05556				04	1895		
2749483	Oosterdijk	oosterdijk	NL		100	Europe/Amsterdam	52.745	5.26528				07	0388		
2749486	Ooster-Dalfsen	ooster-dalfsen	NL		0	Europe/Amsterdam	52.51167	6.275				15	0148		
2749487	Oosterbuurt	oosterbuurt	NL		0	Europe/Amsterdam	52.55	4.68333				07	0383		
2749490	Oosterbroek	oosterbroek	NL		0	Europe/Amsterdam	53.12988	6.58922				01	1730		
2749492	Easterboarn	easterboarn	NL		0	Europe/Amsterdam	53.05102	5.9291		Easterboarn,Oosterboorn		02	0074		
2749495	Oosterboer	oosterboer	NL		0	Europe/Amsterdam	52.69641	6.22152				01	0119		
2749506	Oostendorp	oostendorp	NL		2985	Europe/Amsterdam	52.44722	5.85443		Oostdorp		03	0230		
2749508	Oostendam	oostendam	NL		0	Europe/Amsterdam	51.8525	4.63472				11	0597		
2749513	Oostelbeers	oostelbeers	NL		1115	Europe/Amsterdam	51.47171	5.26897				06	0823		
2749520	Oosteinde	oosteinde	NL		0	Europe/Amsterdam	52.38908	5.80232				03	0302		
2749521	Oosteinde	oosteinde	NL		155	Europe/Amsterdam	53.415	6.79444				04	1966		
2749522	Oosteinde	oosteinde	NL		0	Europe/Amsterdam	53.16667	6.85				04	1952		
2749523	Oosteinde	oosteinde	NL		290	Europe/Amsterdam	52.73833	6.28333				01	1690		
2749524	Oosteinde	oosteinde	NL		0	Europe/Amsterdam	52.31029	4.58872				11	0534		
2749525	Oosteinde	oosteinde	NL		7780	Europe/Amsterdam	52.27917	4.79583				07	0358		
2749526	Oosteinde	oosteinde	NL		310	Europe/Amsterdam	52.20971	4.51148				11	1525		
2749530	Ooste	ooste	NL		0	Europe/Amsterdam	52.93333	5.45				02	1900		
2749533	Oostdorp	oostdorp	NL		1900	Europe/Amsterdam	52.14994	4.39319				11	0629		
2749534	Oostdorp	oostdorp	NL		0	Europe/Amsterdam	52.66667	4.7				07	0373		
2749538	Oostbuurt	oostbuurt	NL		0	Europe/Amsterdam	51.97917	4.27778				11	1783		
2749539	Oostburgsche Brug	oostburgsche-brug	NL		0	Europe/Amsterdam	51.33583	3.46389				10	1714		
2749542	Oostbroek	oostbroek	NL		0	Europe/Amsterdam	50.91583	5.74583		Broek		05	0938		
2749547	Oostbeemster	oostbeemster	NL		110	Europe/Amsterdam	52.55861	4.94762				07	0370		
2749548	Oostappen	oostappen	NL		0	Europe/Amsterdam	51.43667	5.71667				06	0743		
2749552	Oost	oost	NL		705	Europe/Amsterdam	50.79568	5.7101		Oost		05	1903		
2749553	Oosseld	oosseld	NL		0	Europe/Amsterdam	51.94926	6.31242		Ooselt,Oosselt		03	0222		
2749557	Heikant	oordeelsheikant	NL		0	Europe/Amsterdam	51.44833	4.96389		Heikant,Oordeel,Oordeelheikant,Oordel Heikant		06	0744		
2749558	Oordeelse Straat	oordeelse-straat	NL		0	Europe/Amsterdam	51.45	4.95		Oordeelschestraat,Oordeelse Straat		06	0744		
2749559	Oomsberg	oomsberg	NL		0	Europe/Amsterdam	52.9675	7.02361				04	0037		
2749562	Oolde	oolde	NL		0	Europe/Amsterdam	52.2125	6.34306		Oolden		03	0262		
2749563	Ool	ool	NL		280	Europe/Amsterdam	51.18833	5.95139				05	0957		
2749566	Ooijen	ooijen	NL		0	Europe/Amsterdam	51.50833	6.15139		Oijen,Ooien		05	1507		
2749567	Ooy	ooy	NL		1070	Europe/Amsterdam	51.91917	6.05833		Ooi,Ooy		03	0299		
2749571	Ooievaarsnest	ooievaarsnest	NL		900	Europe/Amsterdam	51.41667	5.43333		Ooievaarsnest		06	0772		
2749573	Oog in Al	oog-in-al	NL		4235	Europe/Amsterdam	52.08636	5.0847		Oog in Al		09	0344		
2749578	Onsenoort	onsenoort	NL		0	Europe/Amsterdam	51.70167	5.17639				06	0797		
2749580	Ons Belang	ons-belang	NL		0	Europe/Amsterdam	52.13333	5.3				09	0342		
2749585	Onrooi	onrooi	NL		0	Europe/Amsterdam	51.58333	5.35				06	0757		
2749591	Onland	onland	NL		0	Europe/Amsterdam	52.93526	5.84259		Onland,Unlan,Unlân		02	1940		
2749592	Ongeren	ongeren	NL		0	Europe/Amsterdam	53.07167	4.80417				07	0448		
2749594	Onderwierum	onderwierum	NL		0	Europe/Amsterdam	53.3275	6.58056				04	1966		
2749599	Onderdijk	onderdijk	NL		1630	Europe/Amsterdam	52.74333	5.1375				07	0420		
2749600	Onder de Molen	onder-den-molen	NL		0	Europe/Amsterdam	51.565	4.19722				10	0716		
2749603	Omval	omval	NL		0	Europe/Amsterdam	52.62167	4.77083				07	0361		
2749604	Ommoord	ommoord	NL		25150	Europe/Amsterdam	51.95951	4.54533		Ommoord		11	0599		
2749606	Ommerschans	ommerschans	NL		0	Europe/Amsterdam	52.58917	6.39167				15	0175		
2749608	Ommerenveld	ommerenveld	NL		0	Europe/Amsterdam	51.9325	5.47778				03	0214		
2749614	Ommelschebosch	ommelschebosch	NL		0	Europe/Amsterdam	51.42905	5.75031		Ommelse Bosch		06	0743		
2749615	Ommelanderwijk	ommelanderwijk	NL		1055	Europe/Amsterdam	53.08917	6.90556				04	0047		
2749627	Olland	olland	NL		580	Europe/Amsterdam	51.58083	5.40694				06	1948		
2749628	Oling	oling	NL		25	Europe/Amsterdam	53.31417	6.83333				04	1979		
2749632	Oler	oler	NL		0	Europe/Amsterdam	51.21334	5.82863				05	1640		
2749633	Olen	olen	NL		0	Europe/Amsterdam	51.5175	5.53611				06	0848		
2749636	Oldorp	oldorp	NL		0	Europe/Amsterdam	53.4025	6.65278				04	1966		
2749637	Oldhorst	oldhorst	NL		0	Europe/Amsterdam	52.46133	5.95274				03	0269		
2749645	Oldenklooster	oldenklooster	NL		0	Europe/Amsterdam	53.36583	6.85278				04	1979		
2749648	Oldenhave	oldenhave	NL		60	Europe/Amsterdam	52.75167	6.34167				01	1690		
2749649	Olden Eibergen	olden-eibergen	NL		0	Europe/Amsterdam	52.10083	6.62222				03	1859		
2749650	Oldeneel	oldeneel	NL		0	Europe/Amsterdam	52.48083	6.08889				15	0193		
2749651	Oldendiever	oldendiever	NL		0	Europe/Amsterdam	52.85	6.31667				01	1701		
2749674	Okswerd	okswerd	NL		0	Europe/Amsterdam	53.26167	6.36111				04	1969		
2749693	Ofwegen	ofwegen	NL		55	Europe/Amsterdam	52.165	4.60417				11	1884		
2749695	Offerkamp	offerkamp	NL		0	Europe/Amsterdam	51.16667	5.96667				05	0957		
2749696	Offenbeek	offenbeek	NL		4660	Europe/Amsterdam	51.28225	6.095		Offenbeck,Offenbeek		05	0889		
2749700	Oevereind	oevereind	NL		0	Europe/Amsterdam	51.0875	5.82222				05	1711		
2749701	Oetelaar	oetelaar	NL		0	Europe/Amsterdam	51.625	5.4				06	1948		
2749702	Oerle	oerle	NL		0	Europe/Amsterdam	51.54682	5.08246				06	0855		
2749703	Oerle	oerle	NL		1990	Europe/Amsterdam	51.42255	5.37163		Oers		06	0861		
2749706	Oensel	oensel	NL		0	Europe/Amsterdam	51.80667	5.275				03	0297		
2749707	Oensel	oensel	NL		105	Europe/Amsterdam	50.91012	5.81057		Onzel,Ónzel		05	1954		
2749709	Oenerdijk	oenerdijk	NL		0	Europe/Amsterdam	52.35	6.08333				15	1773		
2749713	Oele	oele	NL		0	Europe/Amsterdam	52.24583	6.75278				15	0164		
2749715	Oeken	oeken	NL		0	Europe/Amsterdam	52.11333	6.14583				03	0213		
2749718	Oekel	oekel	NL		0	Europe/Amsterdam	51.49167	4.7125				06	0879		
2749719	Oeijenbraak	oeijenbraak	NL		0	Europe/Amsterdam	51.4225	5.66806		Oeienbraak,Oeyenbraak		06	0847		
2749737	Ockhuizen	ockhuizen	NL		0	Europe/Amsterdam	52.12833	4.99722				09	0344		
2749742	Obergum	obergum	NL		1675	Europe/Amsterdam	53.33333	6.51667		Obergum		04	1966		
2749749	Nylan	nylan	NL		0	Europe/Amsterdam	53.18624	5.78547				02	0080		
2749761	Nummer Een	nummer-een	NL		0	Europe/Amsterdam	51.3825	3.59444				10	1714		
2749762	Numero Dertien	numero-dertien	NL		0	Europe/Amsterdam	53.05	6.91944		Nummer Dertien,Nummerderlien		04	0047		
2749774	Nuinhof	nuinhof	NL		0	Europe/Amsterdam	50.91667	5.88333				05	1954		
2749777	Nuil	nuil	NL		0	Europe/Amsterdam	52.78833	6.45139				01	0118		
2749778	Nuijeneind	nuijeneind	NL		0	Europe/Amsterdam	51.50667	5.71667				06	1652		
2749781	Nude	nude	NL		0	Europe/Amsterdam	51.95917	5.63611				03	0289		
2749782	Noukoop	noukoop	NL		0	Europe/Amsterdam	52.03583	4.42639				11	1926		
2749785	Notsel	notsel	NL		0	Europe/Amsterdam	51.53167	4.79167				06	1723		
2749786	Notendaal	notendaal	NL		0	Europe/Amsterdam	51.58667	4.24722				06	0851		
2749787	Notenboom	notenboom	NL		0	Europe/Amsterdam	51.18333	6				05	0957		
2749788	Notel	notel	NL		0	Europe/Amsterdam	51.51667	5.31667		Notel		06	0823		
2749791	Norgervaart	norgervaart	NL		0	Europe/Amsterdam	53.00083	6.48889				01	1731		
2749798	Norden	norden	NL		0	Europe/Amsterdam	52.26842	5.58353				03	0273		
2749802	Noordzijde	noordzijde	NL		285	Europe/Amsterdam	52.08167	4.77361				11	1901		
2749804	Noordwolde-Zuid	noordwolde-zuid	NL		0	Europe/Amsterdam	52.87646	6.15088				02	0098		
2749812	Noordwijk-Binnen	noordwijk-binnen	NL		24363	Europe/Amsterdam	52.234	4.44474		Noordwijk		11	0575		
2749813	Noordwijk aan Zee	noordwijk-aan-zee	NL		0	Europe/Amsterdam	52.24333	4.43472		Noordwijk,Noordwijk aan Zee		11	0575		
2749823	Noordstroe	noordstroe	NL		0	Europe/Amsterdam	52.92859	4.97161		Noord-Stroe		07	1911		
2749824	Noordstraat	noordstraat	NL		0	Europe/Amsterdam	51.38833	4.00972				10	0677		
2749826	Noord-Stegeren	noord-stegeren	NL		0	Europe/Amsterdam	52.61333	6.47083				15	0160		
2749828	Noord-Spierdijk	noord-spierdijk	NL		0	Europe/Amsterdam	52.65833	4.95				07	1598		
2749832	Noordse Dorp	noordse-dorp	NL		60	Europe/Amsterdam	52.16917	4.83889				11	0569		
2749833	Noordsebuurt	noordsebuurt	NL		0	Europe/Amsterdam	52.17083	4.85417				11	0569		
2749836	Noordschans	noordschans	NL		180	Europe/Amsterdam	51.6775	4.52361				06	1709		
2749855	Noord-Meer	noord-meer	NL		0	Europe/Amsterdam	52.46833	6.4625				15	1700		
2749866	Noordkant	noordkant	NL		0	Europe/Amsterdam	51.63917	5.89722				06	1702		
2749868	Noordink	noordink	NL		0	Europe/Amsterdam	52.06417	6.31389				03	1876		
2749870	Noordijk	noordijk	NL		0	Europe/Amsterdam	52.35083	6.81667				15	1774		
2749871	Noordijk	noordijk	NL		250	Europe/Amsterdam	52.14667	6.57361		Noorddijk		03	1859		
2749874	Noordhornertolhek	noordhornertolhek	NL		0	Europe/Amsterdam	53.255	6.37778				04	1969		
2749881	Noord-Hofland	noord-hofland	NL		5445	Europe/Amsterdam	52.14059	4.45864				11	0626		
2749887	Noordhaffel	noordhaffel	NL		0	Europe/Amsterdam	53.04144	4.7956				07	0448		
2749892	Noordgeest	noordgeest	NL		3700	Europe/Amsterdam	51.50917	4.27917				06	0748		
2749894	Noord-Esmarke	noord-esmarke	NL		0	Europe/Amsterdam	52.22416	6.95002		Noord-Eschmarke,Noord-Esmarke		15	0153		
2749895	Noordervenerbosch	noordervenerbosch	NL		0	Europe/Amsterdam	52.81041	5.93915				15	1708		
2749910	Noorderpark	noorderpark	NL		0	Europe/Amsterdam	53.00806	6.5605		Noorderpark		01	0106		
2749920	Noordermeer	noordermeer	NL		0	Europe/Amsterdam	52.675	4.97639				07	1598		
2749927	Noorderkolonie	noorderkolonie	NL		0	Europe/Amsterdam	53.0336	6.9298				04	0765		
2749931	Noorderhoogebrug	noorderhoogebrug	NL		285	Europe/Amsterdam	53.24583	6.56806				04	0014		
2749953	Noorderbuurt	noorderbuurt	NL		0	Europe/Amsterdam	53.08833	4.85556				07	0448		
2749954	Noorderbuurt	noorderbuurt	NL		0	Europe/Amsterdam	52.89689	4.92823				07	1911		
2749965	Noord-Empe	noord-empe	NL		0	Europe/Amsterdam	52.16167	6.11944				03	0285		
2749980	Noorddorp	noorddorp	NL		335	Europe/Amsterdam	52.52333	4.65				07	0396		
2749981	Noorddijk	noorddijk	NL		110	Europe/Amsterdam	53.24417	6.62778				04	0014		
2749982	Noorddijk	noorddijk	NL		0	Europe/Amsterdam	52.63667	4.90833				07	1598		
2749985	Noord Deurningen	noord-deurningen	NL		0	Europe/Amsterdam	52.39674	7.02537		Noord Deuringe,Noord-Deurninge,Noorddeuringen,Noordeuringen		15	1774		
2749986	Noordburen	noordburen	NL		0	Europe/Amsterdam	52.92	4.96111				07	1911		
2749988	Noordbroeksterhamrik	noordbroeksterhamrik	NL		0	Europe/Amsterdam	53.2125	6.90833				04	1952		
2749996	Noordbarge	noordbarge	NL		1075	Europe/Amsterdam	52.77237	6.88713		Noordbarge		01	0114		
2749997	Noord-Bakkum	noord-bakkum	NL		0	Europe/Amsterdam	52.56583	4.65417				07	0383		
2750001	Noord	noord	NL		0	Europe/Amsterdam	51.65417	5.80694				06	1702		
2750005	Nooitgedacht	nooit-gedacht	NL		0	Europe/Amsterdam	52.96833	6.6625				01	1680		
2750016	Nollen	nollen	NL		0	Europe/Amsterdam	52.64762	4.78063		De Nollen,Nollen		07	0361		
2750018	Noldijk	noldijk	NL		385	Europe/Amsterdam	51.8524	4.56619				11	0489		
2750021	Nolde	nolde	NL		0	Europe/Amsterdam	52.63417	6.42083				01	1690		
2750025	Noetsele	noetsele	NL		0	Europe/Amsterdam	52.35417	6.45694		Noetselen		15	0163		
2750026	Noenes	noenes	NL		295	Europe/Amsterdam	51.61333	5.24583				06	0824		
2750034	Nispense Achterhoek	nispense-achterhoek	NL		0	Europe/Amsterdam	51.48417	4.49444				06	0840		
2750036	Nimrodpark	nimrodpark	NL		0	Europe/Amsterdam	52.23565	5.1502				07	0402		
2750041	Nijvelaar	nijvelaar	NL		0	Europe/Amsterdam	51.6825	5.375				06	0845		
2750042	Nijswiller	nijswiller	NL		735	Europe/Amsterdam	50.80917	5.95694		Nijswiler,Niswijlre,Niswiller		05	1729		
2750043	Nijstad	nijstad	NL		0	Europe/Amsterdam	52.70833	6.40833				01	0118		
2750044	Nijstad	nijstad	NL		0	Europe/Amsterdam	52.35189	6.86586				15	1774		
2750047	Nijrees	nijrees	NL		2235	Europe/Amsterdam	52.335	6.66389				15	0141		
2750048	Nijnsel	nijnsel	NL		1405	Europe/Amsterdam	51.55083	5.48333		Neinsel,Nijrsel		06	1948		
2750060	Nykleaster	nykleaster	NL		0	Europe/Amsterdam	53.06667	5.7		Nijeklooster,Nijkleaster,Nykleaster		02	1900		
2750066	Nijken	nijken	NL		0	Europe/Amsterdam	51.27917	5.91111				05	1640		
2750069	Nijhoven	nijhoven	NL		0	Europe/Amsterdam	51.43917	4.95417				06	0744		
2750070	Nijhofshoek	nijhofshoek	NL		0	Europe/Amsterdam	52.25	6.81667				15	0164		
2750071	Nijezijl	nijezijl	NL		0	Europe/Amsterdam	53.00941	5.61144				02	1900		
2750073	Nijeveense Bovenboer	nijeveense-bovenboer	NL		140	Europe/Amsterdam	52.75083	6.175		Nijeveensche Bovenboer		01	0119		
2750077	Nijentap	nijentap	NL		0	Europe/Amsterdam	52.73655	6.22178				01	0119		
2750082	Nijenklooster	nijenklooster	NL		0	Europe/Amsterdam	53.375	6.41944				04	1966		
2750083	Nijenklooster	nijenklooster	NL		0	Europe/Amsterdam	53.345	6.84722				04	1979		
2750086	Nijenheim	nijenheim	NL		2680	Europe/Amsterdam	52.08689	5.21852		Nijenheim		09	0355		
2750111	Nieuw-Zwinderen	nieuw-zwinderen	NL		0	Europe/Amsterdam	52.71667	6.66667				01	0109		
2750113	Nieuw Weper	nieuw-weper	NL		0	Europe/Amsterdam	53.02144	6.34458				02	0085		
2750114	Nieuw-Wehl	nieuw-wehl	NL		0	Europe/Amsterdam	51.9675	6.17361		Achter-Weel,Achterwehl		03	0222		
2750119	Nieuwvliet-Bad	nieuwvliet-bad	NL		0	Europe/Amsterdam	51.38417	3.44167				10	1714		
2750127	Nieuwstad	nieuwstad	NL		0	Europe/Amsterdam	53.40333	6.87917				04	1979		
2750128	Nieuwstad	nieuwstad	NL		0	Europe/Amsterdam	53.19719	6.00592		Bergumer-Nieuwstadt		02	0737		
2750129	Nieuwstad	nieuwstad	NL		0	Europe/Amsterdam	52.535	5.96528		De Nieuwstad		15	0166		
2750130	Nieuwstad	nieuwstad	NL		0	Europe/Amsterdam	52.44083	5.82639				03	0230		
2750143	Nieuw-Reemst	nieuw-reemst	NL		0	Europe/Amsterdam	52.045	5.77361				03	0228		
2750149	Nieuw Oostendorp	nieuw-oostendorp	NL		0	Europe/Amsterdam	51.91119	6.42911				03	1509		
2750150	Nieuwoord	nieuwoord	NL		1265	Europe/Amsterdam	52.46667	6.55				15	1700		
2750152	Nieuwolda-Oost	nieuwolda-oost	NL		0	Europe/Amsterdam	53.24917	7.00139		Oosteind		04	1895		
2750156	Nieuw-Milligen	nieuw-milligen	NL		120	Europe/Amsterdam	52.22083	5.77778		Nieuwe Milligen		03	0200		
2750157	Nieuw-Lotbroek	nieuw-lotbroek	NL		4691	Europe/Amsterdam	50.91283	5.92798				05	0917		
2750158	Nieuw-Loosdrecht	nieuw-loosdrecht	NL		5970	Europe/Amsterdam	52.19917	5.13889		N'iv-Losdrekht,Ньив-Лосдрехт		07	1696		
2750167	Nieuwlandsche Molen	nieuwlandsche-molen	NL		0	Europe/Amsterdam	51.33667	3.6625				10	0715		
2750188	Nieuwklap	nieuwklap	NL		0	Europe/Amsterdam	53.2375	6.48056				04	0014		
2750192	Nieuwkerk	nieuwkerk	NL		0	Europe/Amsterdam	51.4875	5.0375				06	0785		
2750194	Nieuw-Helvoet	nieuw-helvoet	NL		415	Europe/Amsterdam	51.83843	4.12897		Nieuw Hellevoet		11	0530		
2750196	Nieuw-Haamstede	nieuw-haamstede	NL		390	Europe/Amsterdam	51.71167	3.70139				10	1676		
2750198	Nieuwgraaf	nieuwgraaf	NL		0	Europe/Amsterdam	51.97583	6.00417		Nijgraaf		03	0226		
2750202	Nieuw-Gastel	nieuw-gastel	NL		0	Europe/Amsterdam	51.6	4.45				06	1655		
2750203	Nieuw-Gassel	nieuw-gassel	NL		0	Europe/Amsterdam	51.73333	5.76944				06	0786		
2750226	Nieuwe Vaart	nieuwe-vaart	NL		0	Europe/Amsterdam	52.98915	6.00598		Nieuwe Vaart		02	0086		
2750227	Nieuwe Vaart	nieuwe-vaart	NL		0	Europe/Amsterdam	51.68333	4.98333				06	0867		
2750232	Nieuwe Tuinen	nieuwe-tuinen	NL		0	Europe/Amsterdam	51.975	4.23472				11	1783		
2750236	Nieuwe Strumpt	nieuwe-strumpt	NL		0	Europe/Amsterdam	51.44	4.84861				06	0744		
2750238	Nieuwe Statenzijl	nieuwe-statenzijl	NL		0	Europe/Amsterdam	53.23083	7.20694				04	1895		
2750243	Nieuwesluis	nieuwesluis	NL		105	Europe/Amsterdam	52.83833	4.89167				07	1911		
2750244	Nieuwesluis	nieuwesluis	NL		0	Europe/Amsterdam	51.40417	3.50556		Nieuw Sluis		10	1714		
2750247	Nieuweschild	nieuweschild	NL		0	Europe/Amsterdam	53.07417	4.8875				07	0448		
2750251	Nieuwe Schans	nieuwe-schans	NL		0	Europe/Amsterdam	51.8375	5.49583				03	0668		
2750261	Nieuwerkerke	nieuwerkerke	NL		0	Europe/Amsterdam	51.70083	3.89167		Nieuwerkerk		10	1676		
2750268	Nieuwerhoek	nieuwerhoek	NL		0	Europe/Amsterdam	52.20417	5.01806				09	1904		
2750275	Nieuwe-Parochie	nieuwe-parochie	NL		0	Europe/Amsterdam	51.35	5.73333				06	0847		
2750276	Nieuw- en Winnerstraat	nieuw-en-winnerstraat	NL		0	Europe/Amsterdam	51.3	5.75972				05	0946		
2750279	Nieuwenhuishoek	nieuwenhuishoek	NL		0	Europe/Amsterdam	52.08104	6.47185				03	1859		
2750280	Nieuwenhoorn	nieuwenhoorn	NL		1130	Europe/Amsterdam	51.85417	4.14306				11	0530		
2750282	Nieuwenhagen	nieuwenhagen	NL		0	Europe/Amsterdam	50.90436	6.04227		Nieuwenhager		05	0882		
2750287	Nieuwendam	nieuwendam	NL		0	Europe/Amsterdam	52.39215	4.94342				07	0363		
2750289	Nieuwenberg	nieuwenberg	NL		255	Europe/Amsterdam	51.56	4.48333				06	1674		
2750291	Nieuwe Molenheide	nieuwe-molenheide	NL		0	Europe/Amsterdam	51.65125	5.43199				06	1948		
2750292	Nieuwemolen	nieuwemolen	NL		0	Europe/Amsterdam	51.635	4.46111				06	1709		
2750293	Nieuwe Molen	nieuwe-molen	NL		435	Europe/Amsterdam	51.51833	4.27639				06	0748		
2750294	Nieuwemolen	nieuwemolen	NL		0	Europe/Amsterdam	51.24083	3.93889				10	0715		
2750297	Nieuwe Meer	nieuwe-meer	NL		175	Europe/Amsterdam	52.32583	4.81667				07	0394		
2750302	Nieuwe Krim	nieuwe-krim	NL		170	Europe/Amsterdam	52.66833	6.65139				01	0109		
2750315	Nieuwe Heide	nieuwe-heide	NL		0	Europe/Amsterdam	50.96082	5.99612				05	1954		
2750334	Nieuwe Dijk	nieuwe-dijk	NL		0	Europe/Amsterdam	51.50333	5.54583				06	0820		
2750340	Nieuwe Compagnie	nieuwe-compagnie	NL		0	Europe/Amsterdam	53.13083	6.75833				04	1952		
2750345	Nieuwebrug	nieuwe-brug	NL		0	Europe/Amsterdam	52.37333	4.675				07	0394		
2750348	Nieuwe Bildtzijl	nieuwe-bildtzijl	NL		0	Europe/Amsterdam	53.31519	5.72096		Nieuwe Bildtzijl,Nieuwe Biltzijl,Nije Biltsyl		02	1949		
2750351	Nieuwe Bildtdijk	nieuwe-bildtdijk	NL		0	Europe/Amsterdam	53.30811	5.68148		Nieuwe Bildtdijk,Nije Biltdyk		02	1949		
2750358	Nieuw-Dijk	nieuw-dijk	NL		840	Europe/Amsterdam	51.93333	6.15556				03	1955		
2750359	Nieuw Den Helder	nieuw-den-helder	NL		0	Europe/Amsterdam	52.94259	4.74137				07	0400		
2750361	Nieuw Buren	nieuw-buren	NL		0	Europe/Amsterdam	52.88281	5.4707		Nieuw Buren,Nijbuorren		02	1900		
2750364	Nieuw-Borgvliet	nieuw-borgvliet	NL		0	Europe/Amsterdam	51.48333	4.3				06	0748		
2750366	Nieuw-Bergen	nieuw-bergen	NL		0	Europe/Amsterdam	51.60333	6.05417		Bergen L		05	0893		
2750376	Nieuw Amerika	nieuw-amerika	NL		0	Europe/Amsterdam	52.86743	5.57178		Nieuw Amerika		02	1940		
2750377	Nieuw Acht	nieuwacht	NL		0	Europe/Amsterdam	51.4675	5.40694				06	0772		
2750378	Nieuw-Abeele	nieuw-abeele	NL		0	Europe/Amsterdam	51.48333	3.6				10	0718		
2750381	Niesoord	niesoord	NL		140	Europe/Amsterdam	53.1875	7.025				04	1895		
2750383	Niersen	niersen	NL		0	Europe/Amsterdam	52.28833	5.90556				03	0232		
2750385	Nierhoven	nierhoven	NL		0	Europe/Amsterdam	50.92	5.87917				05	1954		
2750387	Niemeskant	niemeskant	NL		0	Europe/Amsterdam	51.64167	5.64028				06	0856		
2750393	Verlaat	niedorperverlaat	NL		0	Europe/Amsterdam	52.725	4.85556		Verlaat		07	1911		
2750404	Nettelhorst	nettelhorst	NL		0	Europe/Amsterdam	52.17083	6.47639				03	0262		
2750409	Nessersluis	nessersluis	NL		105	Europe/Amsterdam	52.24917	4.86528				09	0736		
2750415	Nes aan de Amstel	nes-aan-de-amstel	NL		0	Europe/Amsterdam	52.26	4.87222		De Nes,De Nes en Zwaluwenbuurt,Nessen-Zwaluwebuurt,Zwaluwenbuurt		07	0362		
2750423	Nerhoven	nerhoven	NL		0	Europe/Amsterdam	51.55333	4.94861				06	0784		
2750424	Nergena	nergena	NL		0	Europe/Amsterdam	52.0025	5.64583				03	0228		
2750425	Nergena	nergena	NL		0	Europe/Amsterdam	51.60083	5.29583				06	0757		
2750432	Nekkeveld	nekkeveld	NL		0	Europe/Amsterdam	52.24417	5.4125				03	0267		
2750433	Neijenkamp	neijenkamp	NL		0	Europe/Amsterdam	51.98899	6.40899				03	1876		
2750434	Negenhuizen	negenhuizen	NL		0	Europe/Amsterdam	51.96167	4.32778				11	1842		
2750438	Neerstraat	neerstraat	NL		0	Europe/Amsterdam	51.56667	4.66667		Hoge Neerstraat,Neerstraat		06	0777		
2750439	Neerstraat	neerstraat	NL		0	Europe/Amsterdam	51.515	5.725				06	1652		
2750440	Neersteind	neersteind	NL		0	Europe/Amsterdam	51.8575	5.59444				03	0225		
2750447	Neerdorp	neerdorp	NL		0	Europe/Amsterdam	52.29417	6.3875				15	1742		
2750449	Neerbroek	neerbroek	NL		0	Europe/Amsterdam	51.61	5.66389				06	0755		
2750450	Neerbosch West	neerbosch-west	NL		0	Europe/Amsterdam	51.83333	5.8				03	0268		
2750451	Neerbosch	neerbosch	NL		0	Europe/Amsterdam	51.83183	5.81403				03	0268		
2750452	Neerbeek	neerbeek	NL		2480	Europe/Amsterdam	50.95	5.81528				05	0888		
2750463	Nederwoud	nederwoud	NL		1610	Europe/Amsterdam	52.10083	5.57083				03	0228		
2750464	Nederwetten	nederwetten	NL		700	Europe/Amsterdam	51.49167	5.52361				06	0820		
2750465	Nederweerterdijk	nederweerterdijk	NL		0	Europe/Amsterdam	51.33583	5.84306				05	1894		
2750469	Nederslingeland	nederslingeland	NL		0	Europe/Amsterdam	51.86667	4.91667		Nederslingeland		11	1978		
2750473	Langbroek	nederlangbroek	NL		0	Europe/Amsterdam	52.0125	5.32778		Langbroek,Neerlangbroek		09	0352		
2750478	Nederhemert-Zuid	nederhemert-zuid	NL		45	Europe/Amsterdam	51.74914	5.14691		Nederhemert Zuidzijde,Nederhemert-Zuid		03	0297		
2750479	Nederhemert-Noord	nederhemert-noord	NL		1490	Europe/Amsterdam	51.76322	5.17305		Nederhemert Noordzijde,Nederhemert-Noord		03	0297		
2750481	Nederheide	nederheide	NL		0	Europe/Amsterdam	51.49917	4.50833				06	0840		
2750484	Neder-Hardinxveld	neder-hardinxveld	NL		5335	Europe/Amsterdam	51.82879	4.85489		Neder Hardingsveld,Neder-Hardinxveld		11	0523		
2750485	Nedereindseweg	nedereindseweg	NL		0	Europe/Amsterdam	52.04579	5.04762				09	0356		
2750489	Nederbiel	nederbiel	NL		0	Europe/Amsterdam	52.135	6.54444				03	1859		
2750491	Neck	neck	NL		0	Europe/Amsterdam	52.5075	4.91389				07	0880		
2750497	Nauerna	nauerna	NL		0	Europe/Amsterdam	52.44083	4.75278		Nauwerna		07	0479		
2750499	Nattenhoven	nattenhoven	NL		155	Europe/Amsterdam	51.01375	5.77623		Nattenhaove		05	0971		
2750505	Napels	napels	NL		95	Europe/Amsterdam	53.15	7.00972				04	1895		
2750506	Nansum	nansum	NL		0	Europe/Amsterdam	53.35833	6.8875				04	1979		
2750511	Nagelbeek	nagelbeek	NL		0	Europe/Amsterdam	50.935	5.86944				05	1954		
2750512	Nachtegaal	nachtegaal	NL		0	Europe/Amsterdam	51.51035	6.14273				05	1507		
2750513	Nabben	nabben	NL		0	Europe/Amsterdam	51.3294	6.12604				05	0983		
2750514	Nabbegat	nabbegat	NL		0	Europe/Amsterdam	51.71083	5.65833				06	1685		
2750515	Naastenbest	naastenbest	NL		3955	Europe/Amsterdam	51.50484	5.38579				06	0753		
2750517	Naardermeer	naardermeer	NL		60	Europe/Amsterdam	52.30412	5.11242				07	1942		
2750519	Naarderbuorren	naarderbuorren	NL		0	Europe/Amsterdam	53.14358	5.84704		Naarderbuorren,Naarderburen		02	0080		
2750525	Muyeveld	muyeveld	NL		0	Europe/Amsterdam	52.1875	5.07222				07	1696		
2750532	Musschendorp	musschendorp	NL		0	Europe/Amsterdam	52.14667	5.45556		Mussendorp		09	0327		
2750537	Munsterscheveld	munsterscheveld	NL		0	Europe/Amsterdam	52.82583	7.06806				01	0114		
2750541	Munsel	munsel	NL		0	Europe/Amsterdam	51.59583	5.325				06	0757		
2750543	Munnikeveld	munnikeveld	NL		0	Europe/Amsterdam	52.5023	5.07341				07	0385		
2750547	Munnekens-Vinkel	munnikens-vinkel	NL		0	Europe/Amsterdam	51.71012	5.50166		Munnekens Vinkel,Vinkel		06	1721		
2750550	Munnikenheide	munnikenheide	NL		0	Europe/Amsterdam	51.5475	4.61389				06	0840		
2750554	Munnekemoer	munnekemoer	NL		180	Europe/Amsterdam	52.84417	7.08194		Munnikemeer,Munnikemoer,Munnikenmoer		04	1950		
2750557	Mun	mun	NL		0	Europe/Amsterdam	51.83333	5.56667				03	0668		
2750558	Mun	mun	NL		0	Europe/Amsterdam	51.735	5.59167				06	1685		
2750559	Mullegen	mullegen	NL		0	Europe/Amsterdam	52.43667	5.92639				03	0269		
2750563	Muisbroek	muisbroek	NL		125	Europe/Amsterdam	51.86667	4.9				11	1978		
2750570	Muggenhool	muggenhool	NL		0	Europe/Amsterdam	51.31333	5.325				06	1724		
2750571	Muggenhol	muggenhol	NL		0	Europe/Amsterdam	51.43333	5.40972				06	0861		
2750572	Muggenhoek	muggenhoek	NL		0	Europe/Amsterdam	51.65927	5.46784				06	1721		
2750573	Muggenberg	muggenberg	NL		0	Europe/Amsterdam	51.38167	5.55833		Muggenbeet		06	1658		
2750574	Muggenbeet	muggenbeet	NL		0	Europe/Amsterdam	52.74167	5.99306		Muggebeet		15	1708		
2750578	Mostheuvel	mostheuvel	NL		0	Europe/Amsterdam	51.4525	5.33333				06	0770		
2750580	Most	most	NL		0	Europe/Amsterdam	51.38417	6.01528				05	1507		
2750585	Mosselhoek	mosselhoek	NL		0	Europe/Amsterdam	51.51583	4.20278				10	0716		
2750589	Mosselaar	mosselaar	NL		0	Europe/Amsterdam	51.52204	5.36021				06	0753		
2750590	Mossel	mossel	NL		0	Europe/Amsterdam	52.11333	6.36944				03	1876		
2750591	Mossel	mossel	NL		0	Europe/Amsterdam	52.06167	5.76111				03	0228		
2750592	Moskou	moskou	NL		0	Europe/Amsterdam	53.03737	6.21453		Moscou,Moskou		02	0085		
2750594	Mosik	mosik	NL		0	Europe/Amsterdam	51.37083	5.28611				06	0770		
2750595	Moscou	moscou	NL		0	Europe/Amsterdam	52.66667	6.53333				01	0118		
2750596	Mosbulten	mosbulten	NL		0	Europe/Amsterdam	51.5275	5.52639				06	1948		
2750599	Mortel	mortel	NL		0	Europe/Amsterdam	51.60931	5.15509				06	0855		
2750601	Mortel	mortel	NL		0	Europe/Amsterdam	51.2625	5.93333		De Mortel		05	1640		
2750602	Morsche Hoef	morsche-hoef	NL		0	Europe/Amsterdam	51.61	5.61111		Moorse Hoef		06	1948		
2750605	Morige	morige	NL		405	Europe/Amsterdam	53.09833	7.06944				04	1950		
2750606	Moriaanshoofd	moriaanshoofd	NL		0	Europe/Amsterdam	51.68833	3.85139				10	1676		
2750607	Morgenstond	morgenstond	NL		0	Europe/Amsterdam	52.05097	4.27253		Morgenstond		11	0518		
2750611	Moorsel	moorsel	NL		0	Europe/Amsterdam	51.415	5.65278				06	0847		
2750615	Moordhuizen	moordhuizen	NL		0	Europe/Amsterdam	51.8175	5.43889				03	0668		
2750635	Monnikendijk	monnikendijk	NL		0	Europe/Amsterdam	51.50833	3.95				10	0664		
2750645	Molsberg	molsberg	NL		0	Europe/Amsterdam	50.84167	5.98472				05	0965		
2750648	Molenwijk	molenwijk	NL		0	Europe/Amsterdam	52.02847	4.17416				11	1783		
2750649	Molenwijk	molenwijk	NL		0	Europe/Amsterdam	51.61833	5.66667				06	0755		
2750653	Molenvliet	molenvliet	NL		0	Europe/Amsterdam	51.54167	4.20833				10	0716		
2750654	Molenveld	molenveld	NL		0	Europe/Amsterdam	51.3625	5.34583				06	0770		
2750658	Molentje	molentje	NL		0	Europe/Amsterdam	51.34303	3.58794				10	1714		
2750659	Molenstraat	molenstraat	NL		0	Europe/Amsterdam	51.62	5.23889				06	0865		
2750660	Molenstraat	molenstraat	NL		0	Europe/Amsterdam	51.6225	5.1				06	0809		
2750661	Molenstad	molenstad	NL		0	Europe/Amsterdam	52.85667	6.36944				01	1701		
2750667	Molenrij	molenrij	NL		130	Europe/Amsterdam	53.3875	6.40556				04	1966		
2750679	Molenperk	molenperk	NL		0	Europe/Amsterdam	51.55833	3.60556				10	0717		
2750687	Molenhuizen	molenhuizen	NL		0	Europe/Amsterdam	51.34417	6.05972				05	1894		
2750688	Molenhof	molenhof	NL		0	Europe/Amsterdam	51.48417	5.74167				06	0762		
2750698	Molenheide	molenheide	NL		0	Europe/Amsterdam	51.67667	5.78056				06	0815		
2750702	Molengat	molengat	NL		0	Europe/Amsterdam	51.67917	5.79167				06	0815		
2750707	Moleneind	moleneind	NL		0	Europe/Amsterdam	51.83333	5.55				03	0668		
2750708	Moleneind	moleneind	NL		0	Europe/Amsterdam	51.81667	5.46667				03	0668		
2750709	Moleneind	moleneind	NL		0	Europe/Amsterdam	51.81667	4.33333				11	1930		
2750710	Moleneind	moleneind	NL		0	Europe/Amsterdam	51.65833	5.59306				06	0856		
2750711	Moleneind	moleneind	NL		0	Europe/Amsterdam	51.615	5.09444				06	0809		
2750712	Moleneind	moleneind	NL		0	Europe/Amsterdam	51.59363	4.67953				06	0777		
2750713	Moleneind	moleneind	NL		0	Europe/Amsterdam	51.52	6.08333				05	1507		
2750714	Moleneind	moleneind	NL		0	Europe/Amsterdam	51.50409	5.34569				06	0823		
2750717	Molenbuurt	molenbuurt	NL		0	Europe/Amsterdam	53.08083	4.84583				07	0448		
2750718	Molenbuurt	molenbuurt	NL		0	Europe/Amsterdam	52.70502	5.00402				07	0420		
2750720	Molenbroek	molenbroek	NL		0	Europe/Amsterdam	51.56237	5.69048				06	1652		
2750723	Molenberg	molenberg	NL		0	Europe/Amsterdam	50.88484	5.99545				05	0917		
2750725	Molenbelt	molenbelt	NL		0	Europe/Amsterdam	52.30167	6.14861				15	0150		
2750737	Molen	molen	NL		0	Europe/Amsterdam	51.28333	5.56667		De Molen,Molen		06	1706		
2750738	Molembaix	molembaix	NL		0	Europe/Amsterdam	51.545	3.55972				10	0717		
2750739	Molecaten	molecaten	NL		0	Europe/Amsterdam	52.46358	6.06169		Molecate,Molecaten,Molekaten		03	0269		
2750747	Moespot	moespot	NL		0	Europe/Amsterdam	52.68667	5.96528		De Moespot		15	1708		
2750749	Moeshorn	moeshorn	NL		0	Europe/Amsterdam	53.38333	6.68333		Moeshoorn,Moeshorn		04	1966		
2750751	Moesel	moesel	NL		3675	Europe/Amsterdam	51.23828	5.71778		Moezel		05	0988		
2750752	Moesdijk	moesdijk	NL		0	Europe/Amsterdam	51.24167	5.73889				05	0988		
2750753	Moerwijk	moerwijk	NL		0	Europe/Amsterdam	52.05322	4.29946				11	0518		
2750758	Moerslag	moerslag	NL		0	Europe/Amsterdam	50.7875	5.76667				05	1903		
2750759	Moershoofde	moershoofde	NL		0	Europe/Amsterdam	51.24583	3.50972				10	1714		
2750767	Moeren	moeren	NL		0	Europe/Amsterdam	51.485	4.61111				06	0879		
2750773	Moerbeek	moerbeek	NL		105	Europe/Amsterdam	52.76417	4.85694				07	1911		
2750775	Moeniswerf	moeniswerf	NL		0	Europe/Amsterdam	52.45667	5.11944				07	0852		
2750784	Miste	miste	NL		140	Europe/Amsterdam	51.94417	6.65972		Miste,Winterswijk Miste		03	0294		
2750787	Mispeleind	mispeleind	NL		0	Europe/Amsterdam	51.4075	5.16111				06	1667		
2750791	Minkeloos	minkeloos	NL		0	Europe/Amsterdam	51.8925	4.97222				11	1978		
2750792	Mingersberg	mingersberg	NL		0	Europe/Amsterdam	50.845	5.94722				05	0986		
2750793	Milt	milt	NL		0	Europe/Amsterdam	51.87667	6.35139				03	1509		
2750794	Milschot	milschot	NL		0	Europe/Amsterdam	51.53083	5.7				06	1652		
2750798	Millingen	millingen	NL		0	Europe/Amsterdam	52.49167	6.25278		Milligen		15	0148		
2750799	Millert	millert	NL		0	Europe/Amsterdam	51.25	5.8				05	0946		
2750806	Kamerik-Mijzijde	mijzijde	NL		0	Europe/Amsterdam	52.125	4.88333				09	0632		
2750811	Mijnheerkens	mijnheerkens	NL		0	Europe/Amsterdam	51.2	6				05	0957		
2750813	Mijnden	mijnden	NL		105	Europe/Amsterdam	52.19583	5.01111				09	1904		
2750819	Mierlo-Hout	mierlo-hout	NL		0	Europe/Amsterdam	51.46667	5.63333		't Hout,Helmond-'t Hout,Hout		06	0794		
2750827	Mieden	mieden	NL		0	Europe/Amsterdam	53.23181	6.24624				04	1969		
2750833	Midsland Noord	midsland-noord	NL		0	Europe/Amsterdam	53.4	5.28333		Midslan Noard,Midslân Noard		02	0093		
2750834	Midsland aan Zee	midsland-aan-zee	NL		0	Europe/Amsterdam	53.40473	5.29121		Midslan oan See,Midsland aan Zee,Midslân oan See		02	0093		
2750836	Midsburen	midsburen	NL		0	Europe/Amsterdam	53.14924	5.88816				02	0080		
2750839	Midhalm	midhalm	NL		0	Europe/Amsterdam	53.35	6.3		Midhallum		04	1966		
2750842	Middenvaart	middenvaart	NL		0	Europe/Amsterdam	52.87182	5.79855		Middenvoort		02	1940		
2750856	Midden-Eierland	midden-eierland	NL		0	Europe/Amsterdam	53.12917	4.86111				07	0448		
2750858	Middendorp	middendorp	NL		0	Europe/Amsterdam	52.66333	6.9				01	0114		
2750859	Middendorp	middendorp	NL		0	Europe/Amsterdam	52.64083	7.01944				01	0114		
2750860	Middenbuurt	middenbuurt	NL		0	Europe/Amsterdam	52.73333	6.08333				15	1708		
2750864	Middelveen	middelveen	NL		0	Europe/Amsterdam	52.6575	6.42222				01	1690		
2750869	Middelsluis	middelsluis	NL		1060	Europe/Amsterdam	51.7425	4.44167				11	1963		
2750870	Middelrode	middelrode	NL		1465	Europe/Amsterdam	51.66417	5.41944				06	0845		
2750879	Middelkoop	middelkoop	NL		370	Europe/Amsterdam	51.92333	5.05278				09	1961		
2750880	Middelijk	middelijk	NL		0	Europe/Amsterdam	51.46667	6.03333		Middeldijk		05	1507		
2750888	Middeldijk	middeldijk	NL		0	Europe/Amsterdam	51.85	4.51667				11	0489		
2750889	Middelbuurt	middelbuurt	NL		8	Europe/Amsterdam	52.63481	5.77739		Schokland		16	0171		
2750890	Middelbuurt	middelbuurt	NL		0	Europe/Amsterdam	52	5.56667		De Middel Buurt		09	0345		
2750898	Middelburen	middelburen	NL		0	Europe/Amsterdam	53.13237	6.02943		Middelbuorren,Middelburen		02	0090		
2750788	Mirns	mirns	NL	8573	115	Europe/Amsterdam	52.86146	5.46029				02	1940		
2750899	Middelburen	middelburen	NL		0	Europe/Amsterdam	52.96434	6.20985		Middelburen		02	0085		
2750902	Middelbert	middelbert	NL		105	Europe/Amsterdam	53.22167	6.63611				04	0014		
2750903	Middelbeers	middelbeers	NL		2715	Europe/Amsterdam	51.46667	5.25				06	0823		
2750906	Middel	middel	NL		90	Europe/Amsterdam	52.47833	4.775				07	0479		
2750907	Middel	middel	NL		315	Europe/Amsterdam	52.34404	6.18067		Middele,Middeler Veld		15	1773		
2750911	Midbuul	midbuul	NL		0	Europe/Amsterdam	51.2625	5.57361				06	1706		
2750915	Meulunteren	meulunteren	NL		0	Europe/Amsterdam	52.10833	5.64028				03	0228		
2750926	Mesch	mesch	NL		345	Europe/Amsterdam	50.76417	5.73333				05	1903		
2750931	Merum	merum	NL		0	Europe/Amsterdam	53.31667	6.75833				04	1979		
2750932	Merum	merum	NL		2145	Europe/Amsterdam	51.17333	5.95972				05	0957		
2750935	Merm	merm	NL		0	Europe/Amsterdam	51.90667	5.85833				03	1734		
2750936	Merlenberg	merlenberg	NL		0	Europe/Amsterdam	51.45833	5.825				06	0762		
2750939	Merenwijk	merenwijk	NL		16500	Europe/Amsterdam	52.17655	4.50885				11	0546		
2750948	Menzel	menzel	NL		0	Europe/Amsterdam	51.69583	5.58194				06	1721		
2750953	Mensfort	mensfort	NL		0	Europe/Amsterdam	51.45	5.46667				06	0772		
2750955	Mennonietenbuurt	mennonietenbuurt	NL		0	Europe/Amsterdam	52.75448	4.67215				07	0441		
2750956	Mennonietenbuurt	mennonietenbuurt	NL		480	Europe/Amsterdam	52.23333	4.83333				09	0736		
2750959	Menkeweer	menkeweer	NL		0	Europe/Amsterdam	53.34119	6.58302				04	1966		
2750968	Melleschet	melleschet	NL		0	Europe/Amsterdam	50.78917	5.95417				05	0981		
2750969	Melle	melle	NL		4225	Europe/Amsterdam	51.66244	5.63367				06	0856		
2750975	Meliestraat	meliestraat	NL		0	Europe/Amsterdam	51.7	5.23333				06	0797		
2750981	Mekkelhorst	mekkelhorst	NL		0	Europe/Amsterdam	52.35833	7.01944				15	0168		
2750982	Mekkelholt	mekkelholt	NL		2585	Europe/Amsterdam	52.23645	6.89058				15	0153		
2750988	Meilahuizen	meilahuizen	NL		0	Europe/Amsterdam	53.09338	5.64234				02	1900		
2750989	Meijsberg	meijsberg	NL		0	Europe/Amsterdam	51.5	4.87361				06	1723		
2750993	Meijelsedijk	meijelsedijk	NL		0	Europe/Amsterdam	51.31715	5.81254		Meijelsche Dijk		05	0946		
2750997	Meije	meije	NL		370	Europe/Amsterdam	52.12167	4.79306		De Meie,De Meije,De Mije,Mije		11	1901		
2751003	Megelsum	megelsum	NL		0	Europe/Amsterdam	51.5125	6.10278				05	1507		
2751005	Meezenbroek	meezenbroek	NL		2910	Europe/Amsterdam	50.8968	5.99051		Meezenbroek		05	0917		
2751017	Meeuwenplaat	meeuwenplaat	NL		0	Europe/Amsterdam	51.85475	4.35765		Meeuwenplaat		11	0599		
2751024	Meerzicht	meerzicht	NL		0	Europe/Amsterdam	52.05784	4.46832		Meerzicht		11	0637		
2751025	Meerwijk	meerwijk	NL		0	Europe/Amsterdam	51.81667	5.91667				03	1945		
2751026	Meerwijk	meerwijk	NL		0	Europe/Amsterdam	51.73022	5.26159				06	0796		
2751028	Meerven	meerven	NL		0	Europe/Amsterdam	51.44	5.26667				06	0770		
2751030	Meerveldhoven	meerveldhoven	NL		2360	Europe/Amsterdam	51.41705	5.41618		Meerveldhoven,Mereveldhoven		06	0861		
2751032	Meerveld	meerveld	NL		0	Europe/Amsterdam	52.23333	5.76944				03	0200		
2751033	Meertenwei	meertenwei	NL		0	Europe/Amsterdam	51.935	5.52222				03	0214		
2751034	Meerten	meerten	NL		0	Europe/Amsterdam	51.93917	5.52222				03	0214		
2751040	Meers	meers	NL		870	Europe/Amsterdam	50.96167	5.74167		Groot Meers,Grwoat Meas		05	0971		
2751043	Meerlebroek	meerlebroek	NL		0	Europe/Amsterdam	51.25745	6.08781				05	0889		
2751045	Meerland	meerland	NL		175	Europe/Amsterdam	53.17833	7.04444				04	1895		
2751050	Meerestein	meerestein	NL		0	Europe/Amsterdam	52.49939	4.6659				07	0375		
2751051	Meerenbroek	meerenbroek	NL		0	Europe/Amsterdam	51.96083	6.22778				03	0222		
2751052	Meeren	meeren	NL		0	Europe/Amsterdam	51.6875	5.75556				06	0815		
2751056	Meer	meer	NL		0	Europe/Amsterdam	52.46167	6.46111		De Meer		15	1700		
2751057	Meer	meer	NL		0	Europe/Amsterdam	51.37083	5.3125				06	0770		
2751061	Meemortel	meemortal	NL		0	Europe/Amsterdam	51.2675	5.58333				06	1706		
2751069	Medhuizen	medhuizen	NL		0	Europe/Amsterdam	52.98333	6.31667		Medhuizen,Methuizen		02	0085		
2751070	Medevoort	medevoort	NL		0	Europe/Amsterdam	51.46667	5.61806				06	1771		
2751074	Medel	medel	NL		0	Europe/Amsterdam	51.91785	5.44461				03	0281		
2751076	Meddo	meddo	NL		530	Europe/Amsterdam	52.01333	6.70694		Meddeho,Meddeo,Meddo,Meddoo,Winterswijk Meddo		03	0294		
2751079	Maxet	maxet	NL		0	Europe/Amsterdam	51.25039	5.85932		Makselt,Maxel,Maxelt		05	1640		
2751081	Mauritsfort	mauritsfort	NL		0	Europe/Amsterdam	51.29917	3.77778				10	0715		
2751094	Mathijseind	mathijseind	NL		0	Europe/Amsterdam	51.49833	5.71667				06	1652		
2751097	De Maten	de-maten	NL		160	Europe/Amsterdam	52.86	7.06111		De Maten		04	1950		
2751098	Mataram	mataram	NL		0	Europe/Amsterdam	52.4975	6.21667				15	0148		
2751101	Mastwijk	mastwijk	NL		0	Europe/Amsterdam	52.055	4.95556				09	0335		
2751115	Martenshoek	martenshoek	NL		610	Europe/Amsterdam	53.16333	6.73056				04	1952		
2751131	Marolleput	marolleput	NL		0	Europe/Amsterdam	51.3575	3.48333		Marollenput		10	1714		
2751142	Markvelde	markvelde	NL		320	Europe/Amsterdam	52.17333	6.60833				15	1735		
2751143	Markt	markt	NL		0	Europe/Amsterdam	51.85593	5.27816		De Markt,Mark		03	1960		
2751148	Markluiden	markluiden	NL		0	Europe/Amsterdam	52.36917	6.04167				03	0246		
2751158	Markeloschebroek	markeloschebroek	NL		430	Europe/Amsterdam	52.23843	6.42477		Markeloschebroek,Markelose Broek		15	1735		
2751166	Maris	maris	NL		0	Europe/Amsterdam	51.35417	5.93889				05	1894		
2751168	Mariënwaard	marienwaard	NL		0	Europe/Amsterdam	51.89676	5.21288				03	1960		
2751169	Mariënwaard	marienwaard	NL		0	Europe/Amsterdam	50.87083	5.72222				05	0935		
2751173	Mariëndijk	mariendijk	NL		0	Europe/Amsterdam	52.01083	4.2375				11	1783		
2751176	Mariënboom	marienboom	NL		0	Europe/Amsterdam	51.83333	5.88333				03	0268		
2751180	Mariarade	mariarade	NL		3770	Europe/Amsterdam	50.92906	5.92738				05	0917		
2751190	Mariahoop	mariahoop	NL		0	Europe/Amsterdam	51.0875	5.96944		Maria Hoop		05	1711		
2751191	Mariahoeve	mariahoeve	NL		0	Europe/Amsterdam	52.08974	4.35404				11	0518		
2751193	Mariaheide	mariaheide	NL		1000	Europe/Amsterdam	51.63333	5.58056				06	1948		
2751194	Maria-Gewanden	maria-gewanden	NL		0	Europe/Amsterdam	50.92081	5.91558				05	0917		
2751195	Mariadorp	mariadorp	NL		0	Europe/Amsterdam	50.77583	5.725				05	1903		
2751204	Maren	maren	NL		210	Europe/Amsterdam	51.79417	5.38056				06	0828		
2751216	Manen	manen	NL		0	Europe/Amsterdam	52.02417	5.65694		Maanen		03	0228		
2751224	Mamelis	mamelis	NL		50	Europe/Amsterdam	50.7975	5.97361				05	0981		
2751227	Malta	malta	NL		1545	Europe/Amsterdam	51.65	3.93333				10	1676		
2751230	Mallem	mallem	NL		0	Europe/Amsterdam	52.11333	6.65972		Mallum		03	1859		
2751235	Malland	malland	NL		0	Europe/Amsterdam	51.56417	4.10139				10	0716		
2751237	Maliskamp	maliskamp	NL		0	Europe/Amsterdam	51.7023	5.39111				06	0796		
2751243	Malburgen West	malburgen-west	NL		4200	Europe/Amsterdam	51.96811	5.89743				03	0202		
2751244	Malburgen Oost	malburgen-oost	NL		0	Europe/Amsterdam	51.96667	5.91667				03	0202		
2751245	Malburgen	malburgen	NL		0	Europe/Amsterdam	51.96667	5.91667				03	0202		
2751247	Malberg	malberg	NL		5345	Europe/Amsterdam	50.86244	5.65419		Malberg		05	0935		
2751260	Majoppeveld	majoppeveld	NL		0	Europe/Amsterdam	51.54113	4.49448				06	1674		
2751262	Magrette	magrette	NL		0	Europe/Amsterdam	51.29	3.89167				10	0715		
2751263	Magistraatwijk	magistraatwijk	NL		0	Europe/Amsterdam	51.48402	3.6167		Magi-Straat,Magistraatwijk		10	0687		
2751264	Magele	magele	NL		1020	Europe/Amsterdam	52.46917	6.52083				15	1700		
2751268	Maemert	maemert	NL		0	Europe/Amsterdam	53.15	5.65				02	1949		
2751275	Maatsehei	maatsehei	NL		0	Europe/Amsterdam	51.63167	5.65				06	0856		
2751286	Maasniel	maasniel	NL		0	Europe/Amsterdam	51.19753	6.01218		Maasniel		05	0957		
2751289	Maaskantje	maaskantje	NL		1610	Europe/Amsterdam	51.65833	5.37083				06	0845		
2751290	Maaskant	maaskant	NL		0	Europe/Amsterdam	51.41833	5.30139				06	0770		
2751305	Maasband	maasband	NL		125	Europe/Amsterdam	50.97583	5.73889		De Maasbendj		05	0971		
2751312	Maarsseveen	maarsseveen	NL		580	Europe/Amsterdam	52.14092	5.07337		Nieuw Maarseveen		09	1904		
2751314	Maarssenbroek	maarssenbroek	NL		0	Europe/Amsterdam	52.13416	5.02715		Maarssenbroek,Maarssenbroekpolder		09	1904		
2751321	Maarland	maarland	NL		205	Europe/Amsterdam	50.79218	5.71976				05	1903		
2751322	Maarhuizen	maarhuizen	NL		0	Europe/Amsterdam	53.34167	6.49028				04	1966		
2751329	Maalstede	maalstede	NL		0	Europe/Amsterdam	51.49083	3.97222				10	0678		
2751330	Maaldrift	maaldrift	NL		130	Europe/Amsterdam	52.15167	4.42778				11	0629		
2751331	Maalbroek	maalbroek	NL		0	Europe/Amsterdam	51.19917	6.04306				05	0957		
2751333	Maalbergen	maalbergen	NL		0	Europe/Amsterdam	51.43833	4.65972				06	0879		
2751336	Maaijkant	maaijkant	NL		0	Europe/Amsterdam	51.46333	4.86944				06	0744		
2751338	Maaidijk	maaidijk	NL		0	Europe/Amsterdam	51.3375	3.50139				10	1714		
2751340	Maagd van Gent	maagd-van-gent	NL		0	Europe/Amsterdam	51.28083	3.67917				10	1714		
2751341	Lytshuzen	lytshuzen	NL		0	Europe/Amsterdam	52.97857	5.60019				02	1900		
2751348	Luxterhoek	luxterhoek	NL		0	Europe/Amsterdam	53	5.98333		Luksterhoek		02	0086		
2751350	Lutterveld	lutterveld	NL		0	Europe/Amsterdam	52.65417	6.56806				15	0160		
2751351	Lutterveld	lutterveld	NL		0	Europe/Amsterdam	51.89917	5.36528				03	0214		
2751354	Lutterhartje	lutterhartje	NL		0	Europe/Amsterdam	52.635	6.62361				15	0160		
2751355	Lutterade	lutterade	NL		0	Europe/Amsterdam	50.96667	5.8		Lutterade		05	1883		
2751356	Lutten-Oever	lutten-oever	NL		0	Europe/Amsterdam	52.63917	6.3625				15	0160		
2751362	Lutsborg	lutsborg	NL		0	Europe/Amsterdam	53.14824	6.61737				04	0014		
2751364	Lutkewierum	lutkewierum	NL		0	Europe/Amsterdam	53.08835	5.66311		Lytsewierrum		02	1900		
2751365	Lutkepost	lutkepost	NL		0	Europe/Amsterdam	53.24357	6.15526		Lutjepost,Lutkepost,Lytsepost		02	0059		
2751368	Lutjewolde	lutjewolde	NL		0	Europe/Amsterdam	53.29333	6.65139				04	0014		
2751370	Lutjewijtwerd	lutjewijtwerd	NL		0	Europe/Amsterdam	53.31	6.69722				04	1979		
2751373	Lutjerijp	lutjerijp	NL		0	Europe/Amsterdam	53.35667	6.80417				04	1979		
2751374	Lutjeloo	lutjeloo	NL		0	Europe/Amsterdam	53.09417	7.08611		Lutjelo		04	1950		
2751375	Lutjelollum	lutjelollum	NL		0	Europe/Amsterdam	53.17147	5.56955		Lutjelollum,Lytselollum		02	1949		
2751382	Luntershoek	luntershoek	NL		0	Europe/Amsterdam	51.30167	3.98333				10	0677		
2751387	Lunssloten	lunssloten	NL		0	Europe/Amsterdam	52.69917	6.41528				01	1690		
2751389	Lunen	lunen	NL		0	Europe/Amsterdam	51.78417	5.74028				03	0296		
2751390	Lula	lula	NL		0	Europe/Amsterdam	53.12667	6.79028				04	1952		
2751391	Luitert	luitert	NL		0	Europe/Amsterdam	51.4875	4.65833				06	0879		
2751394	Luissel	luissel	NL		0	Europe/Amsterdam	51.59083	5.25833				06	0757		
2751399	Luchtenveld	luchtenveld	NL		0	Europe/Amsterdam	53.14646	6.15368		Luchtenfjild,Luchtenveld		02	0090		
2751400	Luchtenburg	luchtenburg	NL		0	Europe/Amsterdam	51.96833	5.48472				03	0214		
2751403	Luchen	luchen	NL		0	Europe/Amsterdam	51.44417	5.60139				06	1771		
2751406	Lubbinge	lubbinge	NL		0	Europe/Amsterdam	52.69083	6.43056				01	1690		
2751407	Lubberstraat	lubberstraat	NL		0	Europe/Amsterdam	51.51352	5.27653				06	0823		
2751410	Loveren	loveren	NL		0	Europe/Amsterdam	51.65417	5.23611				06	0865		
2751411	Loveren	loveren	NL		0	Europe/Amsterdam	51.44667	4.90972				06	0744		
2751412	Loveren	loveren	NL		0	Europe/Amsterdam	51.3375	5.40833				06	1724		
2751414	Lovendaal	lovendaal	NL		0	Europe/Amsterdam	51.42333	6.12778				05	1507		
2751415	Loven	loven	NL		3865	Europe/Amsterdam	51.5648	5.09748				06	0855		
2751439	Looveer	looveer	NL		0	Europe/Amsterdam	51.93667	5.95833				03	1705		
2751442	Loosduinen	loosduinen	NL		0	Europe/Amsterdam	52.05073	4.23469		Loosduinen		11	0518		
2751447	Loosdorp	loosdorp	NL		0	Europe/Amsterdam	51.9025	5.08889				09	1961		
2751450	Looperskapelle	looperskapelle	NL		0	Europe/Amsterdam	51.7275	3.86389				10	1676		
2751451	Loons Hoekje	loonshoekje	NL		0	Europe/Amsterdam	51.66583	5.075		't Hoekje		06	0809		
2751454	Loonschedijk	loonschedijk	NL		0	Europe/Amsterdam	51.66667	5.01667		Loonschen Dijk		06	0809		
2751458	Looneind	looneind	NL		0	Europe/Amsterdam	51.49167	4.98194				06	1723		
2751464	Look	look	NL		0	Europe/Amsterdam	52.28	6.44722				15	1742		
2751468	Looienhoek	looienhoek	NL		0	Europe/Amsterdam	51.51667	5.00833				06	0785		
2751469	Looieind	looieind	NL		0	Europe/Amsterdam	51.61	5.61806				06	1948		
2751475	Loobrink	loobrink	NL		0	Europe/Amsterdam	52.3175	5.99444				03	0232		
2751478	Loobeek	loobeek	NL		0	Europe/Amsterdam	51.565	5.99722				05	0984		
2751480	Loo	loo	NL		680	Europe/Amsterdam	52.2525	6.33889				15	0150		
2751481	Loo	loo	NL		0	Europe/Amsterdam	52.10667	6.675				03	1859		
2751482	Loo	loo	NL		0	Europe/Amsterdam	51.92917	5.99028		't Loo,Het Loo,Loo Gld		03	0226		
2751483	Loo	loo	NL		0	Europe/Amsterdam	51.7075	5.57639				06	1721		
2751484	Loo	loo	NL		0	Europe/Amsterdam	51.67167	5.59167				06	0856		
2751485	Loo	loo	NL		0	Europe/Amsterdam	51.33917	5.99722		't Loo		05	1894		
2751486	Loo	loo	NL		0	Europe/Amsterdam	51.30833	5.3375		't Loo,Het Loo		06	1724		
2751489	Lonneker	lonneker	NL		0	Europe/Amsterdam	52.25083	6.91111				15	0153		
2751494	Lombok	lombok	NL		0	Europe/Amsterdam	52.09111	5.09757				09	0344		
2751495	Lombok	lombok	NL		0	Europe/Amsterdam	52.87405	6.14814				02	0098		
2751496	Lombok	lombok	NL		0	Europe/Amsterdam	52.01667	5.43333				09	1581		
2751497	Lombardijen	lombardijen	NL		13785	Europe/Amsterdam	51.8738	4.52192		Lombardijen		11	0599		
2751502	Lokstreek	lokstreek	NL		0	Europe/Amsterdam	52.98077	7.13455				04	1950		
2751506	Loil	loil	NL		840	Europe/Amsterdam	51.95333	6.14167				03	1955		
2751508	Logt	logt	NL		0	Europe/Amsterdam	51.5875	5.70556		Locht		06	0755		
2751510	Loete	loete	NL		0	Europe/Amsterdam	52.08917	4.63889		De Loete		11	0484		
2751511	Loet	loet	NL		0	Europe/Amsterdam	51.92437	4.68696				11	1931		
2751512	Loeswijk	loeswijk	NL		0	Europe/Amsterdam	51.44333	5.63056		Loerwijk		06	1771		
2751513	Loerik	loerik	NL		0	Europe/Amsterdam	52.02373	5.17698				09	0321		
2751531	Lochuizen	lochuizen	NL		0	Europe/Amsterdam	52.14667	6.6125		Loehuizen,Loohuizen		03	1859		
2751532	Lochtenburg	lochtenburg	NL		0	Europe/Amsterdam	51.68417	4.62083				06	1709		
2751533	Locht	locht	NL		0	Europe/Amsterdam	51.24333	5.55972				06	1706		
2751534	Locht	locht	NL		0	Europe/Amsterdam	50.85	6.01667				05	0928		
2751550	Lippenwoude	lippenwoude	NL		0	Europe/Amsterdam	52.96986	5.64954		Lippenwoude		02	1900		
2751555	Lintvelde	lintvelde	NL		0	Europe/Amsterdam	52.08083	6.54028				03	1859		
2751559	Lintelo	lintelo	NL		0	Europe/Amsterdam	51.92389	6.51532		Linteloo		03	0197		
2751570	Lingsfort	lingsfort	NL		160	Europe/Amsterdam	51.47333	6.2				05	0983		
2751576	Linderveld	linderveld	NL		0	Europe/Amsterdam	52.65	6.5				01	1690		
2751577	Linderte	linderte	NL		0	Europe/Amsterdam	52.39377	6.31403		Linderle,Linderte		15	0177		
2751582	Lindenholt	lindenholt	NL		16121	Europe/Amsterdam	51.8327	5.7934				03	0268		
2751583	Lindenheuvel	lindenheuvel	NL		8040	Europe/Amsterdam	50.98509	5.81667				05	1883		
2751590	Limmerkoog	limmerkoog	NL		0	Europe/Amsterdam	52.54333	4.70833				07	0450		
2751593	Limmel	limmel	NL		2370	Europe/Amsterdam	50.86718	5.70719		Limmel		05	0935		
2751602	Lijnsheike	lijnsheike	NL		0	Europe/Amsterdam	51.58333	5.08333				06	0855		
2751604	Lijndonk	lijndonk	NL		0	Europe/Amsterdam	51.57	4.85833				06	0758		
2751609	Ligtenberg	ligtenberg	NL		0	Europe/Amsterdam	52.31667	6.4625				15	1742		
2751611	Lieving	lieving	NL		0	Europe/Amsterdam	52.85167	6.52778				01	1731		
2751615	Lievendaal	lievendaal	NL		3175	Europe/Amsterdam	51.44219	5.43405				06	0772		
2751621	Liesveld	liesveld	NL		9767	Europe/Amsterdam	51.9325	4.83194				11	1978		
2751628	Lieseind	lieseind	NL		0	Europe/Amsterdam	51.64083	5.40417				06	1948		
2751635	Lierhand	lierhand	NL		0	Europe/Amsterdam	51.98667	4.28056				11	1783		
2751639	Liendert	liendert	NL		0	Europe/Amsterdam	52.16676	5.40504				09	0307		
2751647	Liefkenshoek	liefkenshoek	NL		0	Europe/Amsterdam	51.4325	4.95417				06	0744		
2751648	Lichtmis	lichtmis	NL		0	Europe/Amsterdam	52.58333	6.19444				15	0193		
2751653	Lichtenberg	lichtenberg	NL		1635	Europe/Amsterdam	50.9022	6.02523		Lichtenberg		05	0882		
2751654	Lichtenberg	lichtenberg	NL		0	Europe/Amsterdam	51.9	6.4				03	1509		
2751658	Libeek	libeek	NL		0	Europe/Amsterdam	50.78667	5.77083				05	1903		
2751661	Lheebroek	lheebroek	NL		110	Europe/Amsterdam	52.84667	6.42639				01	1701		
2751662	Lhee	lhee	NL		220	Europe/Amsterdam	52.82583	6.39444				01	1701		
2751667	Lewenborg	lewenborg	NL		0	Europe/Amsterdam	53.23766	6.62045		Lewenborg		04	0014		
2751674	Leuvenum	leuvenum	NL		0	Europe/Amsterdam	52.295	5.71944				03	0233		
2751679	Leuven	leuven	NL		0	Europe/Amsterdam	51.84417	5.09444				03	1960		
2751683	Leutes	leutes	NL		0	Europe/Amsterdam	51.93167	5.54861				03	0214		
2751685	Leusder-Kwartier	leusder-kwartier	NL		0	Europe/Amsterdam	52.14198	5.38642				09	0307		
2751686	Leusden-Zuid	leusden-zuid	NL		0	Europe/Amsterdam	52.1175	5.40556		Leusbroek,Leusden,Nieuw Leusden		09	0327		
2751691	Leurke	leurke	NL		0	Europe/Amsterdam	51.59167	5.67361				06	0755		
2751699	Leuken	leuken	NL		0	Europe/Amsterdam	51.56469	6.0672				05	0893		
2751700	Leuken	leuken	NL		3805	Europe/Amsterdam	51.25288	5.7346				05	0988		
2751706	Lesterhuis	lesterhuis	NL		0	Europe/Amsterdam	53.28233	7.02355				04	1979		
2751707	Lerop	lerop	NL		85	Europe/Amsterdam	51.1675	5.98889				05	1669		
2751711	Leo-Stichting	leo-stichting	NL		0	Europe/Amsterdam	52.09237	6.5076				03	1859		
2751713	Lenthe	lenthe	NL		0	Europe/Amsterdam	52.4825	6.2				15	0148		
2751715	Lensheuvel	lensheuvel	NL		0	Europe/Amsterdam	51.35	5.15				06	1667		
2751716	Lennisheuvel	lennisheuvel	NL		855	Europe/Amsterdam	51.5725	5.31528				06	0757		
2751725	Lemselo	lemselo	NL		0	Europe/Amsterdam	52.33917	6.89306		Lemseloo		15	1774		
2751727	Lemperhoek	lemperhoek	NL		0	Europe/Amsterdam	52.15087	6.51681				03	1859		
2751735	Lemel	lemel	NL		0	Europe/Amsterdam	51.37355	5.25764				06	1728		
2751736	Lelystad-Haven	lelystad-haven	NL		0	Europe/Amsterdam	52.49833	5.41944		Haven van Lelystad,Lelystad		16	0995		
2751742	Lekkerterp	lekkerterp	NL		0	Europe/Amsterdam	53.03333	5.9		Lekkerterp		02	0074		
2751746	Lekermeer	lekermeer	NL		0	Europe/Amsterdam	52.67083	5.00833				07	0420		
2751756	Leijenbroek	leijenbroek	NL		0	Europe/Amsterdam	50.98346	5.86538		Leiebrouk,Leijenbroek		05	1883		
2751758	Leihoek	leihoek	NL		0	Europe/Amsterdam	52.75556	4.65175				07	0441		
2751776	Leggeloo	leggeloo	NL		125	Europe/Amsterdam	52.85667	6.36111		Leggelo		01	1701		
2751778	Legert	legert	NL		0	Europe/Amsterdam	51.50167	6.13194				05	1507		
2751783	Leg	leg	NL		0	Europe/Amsterdam	51.49833	4.85972				06	1723		
2751784	Leeuwstuk	leeuwstuk	NL		0	Europe/Amsterdam	50.94055	5.95155				05	0899		
2751785	Leeuwerik	leeuwerik	NL		0	Europe/Amsterdam	51.35083	6.05278				05	1894		
2751788	Leeuwen	leeuwen	NL		0	Europe/Amsterdam	51.28173	6.07063		Leuwen		05	0889		
2751789	Leeuwen	leeuwen	NL		1075	Europe/Amsterdam	51.21032	5.99862				05	0957		
2751793	Leesten	leesten	NL		10000	Europe/Amsterdam	52.1279	6.23217				03	0301		
2751795	Leest	leest	NL		2840	Europe/Amsterdam	51.60983	5.54312				06	1948		
2751811	Leensel	leensel	NL		0	Europe/Amsterdam	51.40833	5.80556				06	0762		
2751816	Leenderstrijp	leenderstrijp	NL		415	Europe/Amsterdam	51.33333	5.54028		Liender Strijp,Strijp		06	1658		
2751817	Leenders	leenders	NL		0	Europe/Amsterdam	52.69007	6.15784				15	0180		
2751824	Leemhorst	leemhorst	NL		0	Europe/Amsterdam	51.32667	6.14167				05	0983		
2751825	Leemdobben	leemdobben	NL		0	Europe/Amsterdam	52.9525	7.15417				04	1950		
2751827	Leemberg	leemberg	NL		0	Europe/Amsterdam	51.3875	4.33611				06	0873		
2751832	Leekerweg	leekerweg	NL		0	Europe/Amsterdam	52.65	5.18333				07	0498		
2751835	Leegte	leegte	NL		0	Europe/Amsterdam	53.2893	6.2503				02	1970		
2751836	Leegkerk	leegkerk	NL		75	Europe/Amsterdam	53.22917	6.48889				04	0014		
2751839	Leebrug	leebrug	NL		0	Europe/Amsterdam	52.01667	5.16667				09	0321		
2751840	Lede en Oudewaard	lede-en-oudewaard	NL		0	Europe/Amsterdam	51.94	5.55556		Lede-Oudewaard		03	1740		
2751858	Lauradorp	lauradorp	NL		3170	Europe/Amsterdam	50.91229	6.04591				05	0882		
2751861	Laudermarke	laudermarke	NL		0	Europe/Amsterdam	52.88667	7.11528				04	1950		
2751863	Laude	laude	NL		30	Europe/Amsterdam	52.92833	7.12917				04	1950		
2751865	Lattrop	lattrop	NL		0	Europe/Amsterdam	52.42667	6.97639				15	1774		
2751871	Lariestraat	lariestraat	NL		0	Europe/Amsterdam	51.6577	5.46424				06	1721		
2751876	Lapstreek	lapstreek	NL		0	Europe/Amsterdam	52.45392	5.93914				03	0269		
2751882	Lankhorst	lankhorst	NL		0	Europe/Amsterdam	52.67833	6.22222				15	0180		
2751883	Lankes	lankes	NL		0	Europe/Amsterdam	51.65167	5.65694				06	0856		
2751890	Langstraat	langstraat	NL		0	Europe/Amsterdam	51.675	4.27917		De Langstraat		11	1924		
2751891	Langstraat	langstraat	NL		0	Europe/Amsterdam	51.33083	5.86806				05	1894		
2751901	Langeweide	langeweide	NL		0	Europe/Amsterdam	52.03428	4.79862				11	1901		
2751903	Langeweegje	langeweegje	NL		0	Europe/Amsterdam	51.44	3.89028				10	0654		
2751916	Langeschouw	langeschouw	NL		0	Europe/Amsterdam	51.4825	4.54028				06	0840		
2751917	Langereit	langereit	NL		0	Europe/Amsterdam	51.53833	4.90694				06	0784		
2751918	Langereis	langereis	NL		0	Europe/Amsterdam	52.715	4.90417				07	1911		
2751926	Langeraar	langeraar	NL		735	Europe/Amsterdam	52.19333	4.71111				11	0569		
2751927	Langenoord	langenoord	NL		1695	Europe/Amsterdam	52.18768	5.38034		Langeroord		09	0307		
2751928	Langenholte	langenholte	NL		115	Europe/Amsterdam	52.54833	6.10972				15	0193		
2751929	Langendijk	langendijk	NL		0	Europe/Amsterdam	51.5175	4.5125				06	0840		
2751934	Langenberg	langenberg	NL		0	Europe/Amsterdam	51.59816	5.34578				06	0757		
2751935	Langenberg	langenberg	NL		0	Europe/Amsterdam	51.58203	4.49611				06	1655		
2751936	Langen	langen	NL		0	Europe/Amsterdam	52.15	6.45				03	0262		
2751946	Lange Linschoten	lange-linschoten	NL		0	Europe/Amsterdam	52.04167	4.88889				09	0589		
2751949	Langelaar	langelaar	NL		0	Europe/Amsterdam	52.10612	5.51906				03	0203		
2751950	Langel	langel	NL		0	Europe/Amsterdam	51.80709	5.64597		Langel,Neer-Langel		06	0828		
2751952	Lang Hout	lang-hout	NL		0	Europe/Amsterdam	51.34525	6.03476		Langhout		05	1894		
2751955	Langeheit	langeheit	NL		1180	Europe/Amsterdam	52.492	4.75849				07	0479		
2751957	Lange Heide	lange-heide	NL		0	Europe/Amsterdam	51.37417	6.06667				05	1894		
2751963	Langedijk	langedijk	NL		0	Europe/Amsterdam	52.7	4.81667		Langedijk,Langedyk		07	0416		
2751966	Langeberg	langeberg	NL		0	Europe/Amsterdam	50.93333	5.98333				05	0899		
2751967	Langdonk	langdonk	NL		0	Europe/Amsterdam	51.51767	4.47059				06	1674		
2751978	Landsrade	landsrade	NL		0	Europe/Amsterdam	50.785	5.88472				05	1729		
2751984	Landorp	landorp	NL		0	Europe/Amsterdam	51.385	5.26944				06	1728		
2751995	Lamper	lamper	NL		0	Europe/Amsterdam	51.64621	5.84055				06	1702		
2751996	Lammerweg	lammerweg	NL		0	Europe/Amsterdam	52.96917	7.15278				04	1950		
2751997	Lammers	lammers	NL		0	Europe/Amsterdam	51.91667	6.73333				03	0294		
2751998	Lammerenburg	lammerenburg	NL		1200	Europe/Amsterdam	51.46667	3.55833				10	0718		
2751999	Lammerburen	lammerburen	NL		0	Europe/Amsterdam	53.3125	6.3625				04	1969		
2752001	Lambalgen	lambalgen	NL		0	Europe/Amsterdam	52.06667	5.48333				09	0351		
2752002	Lalleweer	lalleweer	NL		0	Europe/Amsterdam	53.29	7.00694				04	1979		
2752003	Laskwerd	laskwerd	NL		0	Europe/Amsterdam	53.2997	6.85126		Laskwerd		04	1979		
2752005	Lakerveld	lakerveld	NL		360	Europe/Amsterdam	51.9425	5.01944				09	1961		
2752006	Lakemond	lakemond	NL		0	Europe/Amsterdam	51.94135	5.6571				03	1734		
2752007	Lakei	lakei	NL		0	Europe/Amsterdam	51.64917	6.05972				05	0893		
2752011	Lage Zandschel	lage-zandschel	NL		0	Europe/Amsterdam	51.66843	4.99942				06	0809		
2752012	Lage Wijst	lage-wijst	NL		0	Europe/Amsterdam	51.72333	5.51806				06	1721		
2752014	Lage Weide	lage-weide	NL		0	Europe/Amsterdam	52.11765	5.06209		Lage Weide		09	0344		
2752015	Lageweg	lageweg	NL		0	Europe/Amsterdam	53.255	6.64583				04	0014		
2752016	Lage Weg	lage-weg	NL		0	Europe/Amsterdam	51.96583	4.64028				11	1931		
2752017	Lagewald	lagewald	NL		0	Europe/Amsterdam	51.8	5.96667		Lagewald		03	1945		
2752027	Lagenheuvel	lagenheuvel	NL		0	Europe/Amsterdam	51.64667	5.66806				06	0856		
2752030	Lagemeeden	lagemeeden	NL		0	Europe/Amsterdam	53.21873	6.46369		Lage-Meden,Leegemeden		04	1969		
2752039	Lagekant	lagekant	NL		0	Europe/Amsterdam	51.7325	5.45				06	0796		
2752043	Lageheide	lageheide	NL		0	Europe/Amsterdam	51.725	5.725				06	0786		
2752046	Lage Ham	lage-ham	NL		0	Europe/Amsterdam	51.63333	4.93333		Den Ham,Lagen Ham		06	0766		
2752047	Lage Haghorst	lage-haghorst	NL		0	Europe/Amsterdam	51.5	5.2				06	0798		
2752049	Lage Donk	lage-donk	NL		0	Europe/Amsterdam	51.58131	4.6043		Donk		06	0777		
2752050	Lagedijk	lagedijk	NL		0	Europe/Amsterdam	52.795	4.77639				07	0441		
2752054	Lagebroek	lagebroek	NL		0	Europe/Amsterdam	52.12667	4.8375				09	0632		
2752055	Lage Bijssel	lage-bijssel	NL		0	Europe/Amsterdam	52.40167	5.77639		Lage-Bijsel		03	0230		
2752056	Lagebiezen	lagebiezen	NL		0	Europe/Amsterdam	51.5925	5.53194				06	1948		
2752057	Lage Berkt	lage-berkt	NL		0	Europe/Amsterdam	51.31667	5.32639				06	1724		
2752061	Lage Aard	lage-aard	NL		0	Europe/Amsterdam	51.56083	4.86528				06	0758		
2752062	Ladysmith	ladysmith	NL		0	Europe/Amsterdam	53.33333	6.9				04	1979		
2752065	Laaxum	laaxum	NL		0	Europe/Amsterdam	52.85244	5.41111		Laaksum		02	1900		
2752068	Laarstraat	laarstraat	NL		0	Europe/Amsterdam	52.32917	5.97361				03	0232		
2752073	Laareind	laareind	NL		0	Europe/Amsterdam	51.96083	5.60556				09	0340		
2752074	Laareind	laareind	NL		0	Europe/Amsterdam	51.61057	4.91681				06	0784		
2752075	Laarbroek	laarbroek	NL		0	Europe/Amsterdam	51.41417	5.73611				06	0743		
2752077	Laarakkers	laarakkers	NL		0	Europe/Amsterdam	52.52251	6.4202				15	0175		
2752078	Laar	laar	NL		0	Europe/Amsterdam	51.67417	5.425				06	0845		
2752079	Laar	laar	NL		0	Europe/Amsterdam	51.63333	5.2		Laar		06	0865		
2752080	Laar	laar	NL		0	Europe/Amsterdam	51.54233	5.058		't Laar,Het Laar		06	0855		
2752081	Laar	laar	NL		0	Europe/Amsterdam	51.51926	5.62407		Het Laar,Laar		06	1659		
2752082	Laar	laar	NL		0	Europe/Amsterdam	51.4925	5.55417				06	0820		
2752083	Laar	laar	NL		0	Europe/Amsterdam	51.30167	5.61111				06	1706		
2752084	Laar	laar	NL		680	Europe/Amsterdam	51.27583	5.70556				05	0988		
2752090	Laak	laak	NL		0	Europe/Amsterdam	51.83167	5.61111		De Laak		03	0296		
2752091	Laak	laak	NL		0	Europe/Amsterdam	51.26302	5.90854		De Laak		05	1640		
2752092	Laak	laak	NL		190	Europe/Amsterdam	51.12	5.82083				05	1641		
2752100	Laagstraat	laagstraat	NL		0	Europe/Amsterdam	51.6375	4.91944				06	0766		
2752101	Laag Spul	laag-spul	NL		0	Europe/Amsterdam	51.47833	5.14306				06	0798		
2752104	Laagriebroek	laagriebroek	NL		0	Europe/Amsterdam	51.5	5.99167				05	0984		
2752105	Laagraven	laagraven	NL		170	Europe/Amsterdam	52.05	5.11667				09	0356		
2752106	Laag-Nieuwkoop	laag-nieuwkoop	NL		0	Europe/Amsterdam	52.13083	4.97639				09	1904		
2752109	Laag-Heukelom	laag-heukelom	NL		0	Europe/Amsterdam	51.56583	5.14444		Heukelem,Laag Heukelum		06	0824		
2752110	Laagheide	laagheide	NL		0	Europe/Amsterdam	51.34583	6.00139				05	1894		
2752112	Laaghalerveen	laaghalerveen	NL		0	Europe/Amsterdam	52.94	6.51111				01	1731		
2752115	Laaghalen	laaghalen	NL		100	Europe/Amsterdam	52.92167	6.53056				01	1731		
2752117	Laageinde	laageinde	NL		0	Europe/Amsterdam	51.87408	5.27606				03	1960		
2752118	Laageind	laageind	NL		0	Europe/Amsterdam	51.665	5.86944				06	0756		
2752119	Laag-Duurswoude	laag-duurswoude	NL		0	Europe/Amsterdam	52.9802	6.25749				02	0085		
2752120	Laag-Dalem	laag-dalem	NL		0	Europe/Amsterdam	51.835	4.98611				11	0512		
2752121	Laag-Caestert	laag-caestert	NL		0	Europe/Amsterdam	50.77083	5.7				05	1903		
2752124	Laag-Blokland	laag-blokland	NL		450	Europe/Amsterdam	51.88574	4.85467				11	1978		
2752126	Laad en Zaad	laad-en-zaad	NL		0	Europe/Amsterdam	53.05236	5.54981		Laad en Saad,Laad en Zaad		02	1900		
2752132	Kwartierdorp	kwartierdorp	NL		0	Europe/Amsterdam	52.21735	6.64982		Kwartierdorp,Kwartiersdorp		15	1735		
2752133	Kwartier	kwartier	NL		275	Europe/Amsterdam	51.90583	6.14028				03	0299		
2752134	Kwartier	kwartier	NL		0	Europe/Amsterdam	51.63083	4.43333				06	1709		
2752137	Kwakkel	kwakkel	NL		0	Europe/Amsterdam	51.33417	3.93056				10	0715		
2752144	Kwaalburg	kwaalburg	NL		0	Europe/Amsterdam	51.47667	4.94167				06	1723		
2752146	Kuzemerbalk	kuzemerbalk	NL		0	Europe/Amsterdam	53.215	6.31111				04	1969		
2752147	Kuzemer	kuzemer	NL		0	Europe/Amsterdam	53.21333	6.33333				04	1969		
2752148	Kuttingen	kuttingen	NL		0	Europe/Amsterdam	50.75917	5.92083				05	1729		
2752151	Kunrade	kunrade	NL		3405	Europe/Amsterdam	50.87769	5.93107				05	0986		
2752154	Kulsdom	kulsdom	NL		0	Europe/Amsterdam	52.14083	6.4875				03	1859		
2752155	Kulert	kulert	NL		0	Europe/Amsterdam	51.46333	5.82222				06	0762		
2752156	Kuivezand	kuivezand	NL		0	Europe/Amsterdam	51.58917	4.50556				06	1655		
2752158	Kuipersveer	kuipersveer	NL		0	Europe/Amsterdam	51.82333	4.55278				11	1963		
2752160	Kuipershoek	kuipershoek	NL		0	Europe/Amsterdam	52.25168	6.94511				15	0153		
2752169	Kuilenrode	kuilenrode	NL		0	Europe/Amsterdam	51.39833	5.13333				06	1667		
2752171	Kuil	kuil	NL		0	Europe/Amsterdam	51.60794	5.12538				06	0855		
2752173	Kuikseind	kuikseind	NL		0	Europe/Amsterdam	51.46	5.25694				06	0823		
2752174	Kuiksche Heide	kuiksche-heide	NL		0	Europe/Amsterdam	51.69083	5.16111		Kuikse Heide		06	0797		
2752176	Kuikhorne	kuikhorne	NL		0	Europe/Amsterdam	53.24098	6.01931		Kuikhorne,Kukherne,Kûkherne		02	0059		
2752181	Kruisweg	kruisweg	NL		330	Europe/Amsterdam	53.38833	6.375				04	1966		
2752184	Kruisstraat	kruisstraat	NL		550	Europe/Amsterdam	51.73167	5.39444				06	0796		
2752185	Kruisstraat	kruisstraat	NL		255	Europe/Amsterdam	51.58667	4.56806				06	1655		
2752186	Kruisstraat	kruisstraat	NL		0	Europe/Amsterdam	51.51083	4.46528				06	1674		
2752187	Kruisschot	kruisschot	NL		0	Europe/Amsterdam	51.48667	5.68472				06	0794		
2752188	Kruispolderhaven	kruispolderhaven	NL		0	Europe/Amsterdam	51.355	4.09444		Kruispolderkaai		10	0677		
2752194	Kruishoofd	kruishoofd	NL		0	Europe/Amsterdam	51.38333	3.46667				10	1714		
2752196	Kruishaar	kruishaar	NL		310	Europe/Amsterdam	52.20417	5.54583				03	0267		
2752198	Kruiselwerk	kruiselwerk	NL		0	Europe/Amsterdam	53.065	6.98889				04	0765		
2752199	Kruisdorp	kruisdorp	NL		0	Europe/Amsterdam	51.365	4.03889				10	0677		
2752200	Kruisdijk	kruisdijk	NL		0	Europe/Amsterdam	51.3775	3.54722				10	1714		
2752202	Kruisberg	kruisberg	NL		1150	Europe/Amsterdam	50.94234	5.96519				05	0899		
2752203	Kruisberg	kruisberg	NL		0	Europe/Amsterdam	51.99106	6.3025		De Kruisberg		03	0222		
2752204	Kruisberg	kruisberg	NL		0	Europe/Amsterdam	51.28438	6.03494				05	1894		
2752208	Kruis	kruis	NL		0	Europe/Amsterdam	51.37767	5.56698				06	1658		
2752209	Kruis	kruis	NL		0	Europe/Amsterdam	50.90674	5.81735				05	1954		
2752210	Kruiningergors	kruiningergors	NL		165	Europe/Amsterdam	51.92083	4.11944				11	0614		
2752218	Krooswijk	krooswijk	NL		4130	Europe/Amsterdam	51.64665	4.59203				06	1709		
2752220	Kroonstad	kroonstad	NL		0	Europe/Amsterdam	53.33333	6.93333				04	1979		
2752229	Kromwijk	kromwijk	NL		90	Europe/Amsterdam	52.07417	4.88194				09	0632		
2752230	Kromwal	kromwal	NL		0	Europe/Amsterdam	53.11239	5.66156				02	1900		
2752239	Krommeniedijk	krommeniedijk	NL		495	Europe/Amsterdam	52.5175	4.75972		Krommeiniedijk		07	0479		
2752241	Krommenhoeke	krommenhoeke	NL		0	Europe/Amsterdam	51.50833	3.54028				10	0717		
2752243	Kromme Mijdrecht	kromme-mijdrecht	NL		0	Europe/Amsterdam	52.225	4.81806				09	0736		
2752249	Kromme Gouwe	kromme-gouwe	NL		0	Europe/Amsterdam	52.01141	4.69382				11	0513		
2752252	Kromme Elleboog	kromme-elleboog	NL		0	Europe/Amsterdam	53.1925	7.07083				04	1895		
2752258	Krogten	krogten	NL		200	Europe/Amsterdam	51.61207	4.76751				06	0758		
2752259	Kroddeburen	kroddeburen	NL		0	Europe/Amsterdam	53.30167	6.725				04	0014		
2752260	Krispijn	krispijn	NL		0	Europe/Amsterdam	51.80167	4.6607				11	0505		
2752276	Kreverhille	kreverhille	NL		0	Europe/Amsterdam	51.40167	3.99028				10	0677		
2752279	Kreitsberg	kreitsberg	NL		0	Europe/Amsterdam	51.71167	5.68333				06	1685		
2752280	Kreitenmolen	kreitenmolen	NL		0	Europe/Amsterdam	51.60771	5.16374				06	0772		
2752282	Kreil	kreil	NL		0	Europe/Amsterdam	52.8	4.86667				07	1911		
2752283	Kreijl	kreijl	NL		0	Europe/Amsterdam	51.395	5.56389		Kreil		06	1658		
2752284	Kreijel	kreijel	NL		0	Europe/Amsterdam	51.28917	5.77917				05	0946		
2752285	Kreielt	kreielt	NL		0	Europe/Amsterdam	51.44786	5.31537		Kreiel		06	0770		
2752291	Kreek	kreek	NL		175	Europe/Amsterdam	51.62583	4.50972		De Kreek		06	1709		
2752293	Krawinkel	krawinkel	NL		0	Europe/Amsterdam	50.96921	5.82002		Krawinkel		05	1883		
2752294	Krauwelgors	krauwelgors	NL		0	Europe/Amsterdam	51.63898	4.66151				06	1709		
2752295	Krassum	krassum	NL		0	Europe/Amsterdam	53.29917	6.49167				04	1969		
2752299	Kranendijk	kranendijk	NL		0	Europe/Amsterdam	51.68167	4.25694				11	1924		
2752300	Kranenburg	kranenburg	NL		215	Europe/Amsterdam	52.10083	6.35972				03	1876		
2752301	Kranenbroek	kranenbroek	NL		0	Europe/Amsterdam	51.46083	5.59722				06	1771		
2752307	Kraloo	kraloo	NL		0	Europe/Amsterdam	52.78417	6.43333				01	1690		
2752308	Kraloo	kraloo	NL		0	Europe/Amsterdam	52.70917	6.24583				01	1690		
2752312	Kralingse Veer	kralingse-veer	NL		0	Europe/Amsterdam	51.9125	4.55278		Kralingsche Veer,Kralingsveer		11	0599		
2752314	Kralingen	kralingen	NL		0	Europe/Amsterdam	51.92685	4.50336				11	0599		
2752315	Kralingen	kralingen	NL		0	Europe/Amsterdam	51.74845	4.1058				11	1924		
2752317	Krakeel	krakeel	NL		5105	Europe/Amsterdam	52.72339	6.51146				01	0118		
2752321	Krachtighuizen	krachtighuizen	NL		0	Europe/Amsterdam	52.23833	5.61806				03	0273		
2752328	Krabbenhoek	krabbenhoek	NL		0	Europe/Amsterdam	51.30417	4.1				10	0677		
2752332	Krabbendam	krabbendam	NL		140	Europe/Amsterdam	52.73167	4.70278				07	0441		
2752335	Krabburen	krabburen	NL		0	Europe/Amsterdam	53.30675	6.25762		Krabbeburen,Krabbuorren,Krabburen		02	1970		
2752339	Kraanven	kraanven	NL		0	Europe/Amsterdam	51.63083	5.04722				06	0809		
2752341	Kraanmeer	kraanmeer	NL		0	Europe/Amsterdam	51.6275	5.60972				06	1948		
2752345	Kraan	kraan	NL		0	Europe/Amsterdam	51.26191	5.75533				05	0946		
2752346	Kraaiven	kraaiven	NL		0	Europe/Amsterdam	51.56667	5.01667				06	0855		
2752349	Kraaijenstein	kraaijenstein	NL		0	Europe/Amsterdam	52.05	4.23333		Kraaijenstein,Kraayenstein,Kraayensteyn		11	0518		
2752351	Kraaijenberg	kraaijenberg	NL		0	Europe/Amsterdam	52.47864	6.05639				03	0244		
2752353	Kraaienburg	kraaienburg	NL		0	Europe/Amsterdam	52.62417	5.14306				07	0498		
2752361	Kouwenberg	kouwenberg	NL		0	Europe/Amsterdam	51.5975	5.08889				06	0855		
2752363	Koudenburg	koudenburg	NL		0	Europe/Amsterdam	53.03333	6.33333		Koudenberg,Koudenburg,Koundenburg		02	0085		
2752364	Koulen	koulen	NL		0	Europe/Amsterdam	50.86583	5.88056				05	0986		
2752368	Koudhoorn	koudhoorn	NL		375	Europe/Amsterdam	52.23333	5.6625				03	0273		
2752371	Koudenhoek	koudenhoek	NL		0	Europe/Amsterdam	51.87167	5.85139				03	0268		
2752378	Koudehuizum	koudehuizum	NL		0	Europe/Amsterdam	53.0973	5.44662				02	1900		
2752379	Koudehoek	koudehoek	NL		0	Europe/Amsterdam	53.14833	7.14444				04	1950		
2752381	Kotten	kotten	NL		125	Europe/Amsterdam	51.9425	6.76806		Kotten,Winterswijk Kotten		03	0294		
2752382	Kostvlies	kostvlies	NL		130	Europe/Amsterdam	52.9875	6.79861				01	1680		
2752385	Kostverloren	kostverloren	NL		0	Europe/Amsterdam	53.21184	7.15219				04	1895		
2752386	Kostverloren	kostverloren	NL		0	Europe/Amsterdam	53.16386	6.83418				04	1952		
2752387	Kosberg	kosberg	NL		0	Europe/Amsterdam	50.78167	5.9				05	1729		
2752389	Korvel	korvel	NL		12520	Europe/Amsterdam	51.54954	5.07079				06	0855		
2752390	Kortwoude	kortwoude	NL		0	Europe/Amsterdam	53.18382	6.1914		Koartwald,Koartwâld,Kortwoude		02	0059		
2752393	Kortrijk	kortrijk	NL		0	Europe/Amsterdam	52.15667	4.98472				09	1904		
2752395	Kortland	kortland	NL		0	Europe/Amsterdam	51.8675	4.6875				11	0482		
2752397	Kortgerecht	kortgerecht	NL		0	Europe/Amsterdam	51.9275	5.12361				09	1961		
2752400	Kortezwaag	kortezwaag	NL		0	Europe/Amsterdam	52.9929	6.06871		Koartsweagen,Kortezwaag		02	0086		
2752403	Korteven	korteven	NL		0	Europe/Amsterdam	51.44523	4.31753				06	0873		
2752405	Korteraar	korteraar	NL		630	Europe/Amsterdam	52.17333	4.73194				11	0569		
2752407	Kortenoord	kortenoord	NL		25	Europe/Amsterdam	51.9675	4.62917				11	1892		
2752408	Kortenhoeven	kortenhoeven	NL		0	Europe/Amsterdam	51.97333	5.04861				09	1961		
2752410	Kortendijk	kortendijk	NL		0	Europe/Amsterdam	51.52519	4.49023				06	1674		
2752415	Korte Heide	korte-heide	NL		0	Europe/Amsterdam	51.36833	6.04722				05	1894		
2752417	Korte Akkers	korte-akkers	NL		0	Europe/Amsterdam	53.12333	6.90556				04	0047		
2752418	Kort Bossen	kort-bossen	NL		0	Europe/Amsterdam	52.98333	6.53333				01	0106		
2752420	Korrewegwijk	korrewegwijk	NL		16710	Europe/Amsterdam	53.23235	6.56804				04	0014		
2752426	Korn	korn	NL		0	Europe/Amsterdam	51.74833	4.95417				06	1959		
2752427	Korhorn	korhorn	NL		0	Europe/Amsterdam	53.30083	6.35972				04	1969		
2752431	Korengarst	korengarst	NL		0	Europe/Amsterdam	53.215	6.87917				04	1952		
2752435	Kop van 't Land	kop-van-t-land	NL		0	Europe/Amsterdam	51.78833	4.75694		De Kop van het Land,Kop Van Het Land		11	0505		
2752436	Kopstukken	kopstukken	NL		140	Europe/Amsterdam	52.9575	7.05972				04	0037		
2752438	Kopaf	kopaf	NL		0	Europe/Amsterdam	53.26	6.95417				04	1979		
2752447	Kooten	kooten	NL		0	Europe/Amsterdam	53.21647	6.09089		De Kooten,Koten		02	0059		
2752450	Koolwijk	koolwijk	NL		100	Europe/Amsterdam	51.95833	4.76667				11	1931		
2752453	Kooldert	kooldert	NL		0	Europe/Amsterdam	51.635	5.62083				06	0856		
2752455	Kooiwijk	kooiwijk	NL		0	Europe/Amsterdam	51.865	4.69444				11	1978		
2752460	Kooisloot	kooisloot	NL		0	Europe/Amsterdam	52.83145	5.80657				02	1940		
2752466	Kooihuizen	kooihuizen	NL		0	Europe/Amsterdam	53.03215	5.41019				02	1900		
2752475	Koogerveld	koogerveld	NL		0	Europe/Amsterdam	53.09997	4.78426				07	0448		
2752483	Koningsoord	koningsoord	NL		0	Europe/Amsterdam	53.435	6.80139				04	1966		
2752490	Koningsbuurt	koningsbuurt	NL		350	Europe/Amsterdam	53.17266	5.44501				02	0072		
2752501	Koninginnehaven	koninginnehaven	NL		0	Europe/Amsterdam	51.315	3.70833				10	1714		
2752511	Kommerdijk	kommerdijk	NL		155	Europe/Amsterdam	51.87	5.95694				03	1705		
2752513	Kolthoorn	kolthoorn	NL		0	Europe/Amsterdam	52.395	6.025				03	0246		
2752525	Kollingsveen	kollingsveen	NL		0	Europe/Amsterdam	52.75	6.93333				01	0114		
2752532	Kolhol	kolhol	NL		0	Europe/Amsterdam	53.39667	6.77639				04	1979		
2752538	Kolderveense Bovenboer	kolderveense-bovenboer	NL		125	Europe/Amsterdam	52.74417	6.15278		Kolderveensche Bovenboer		01	0119		
2752539	Kolderveen	kolderveen	NL		225	Europe/Amsterdam	52.7225	6.15139				01	0119		
2752541	Koks	koks	NL		0	Europe/Amsterdam	51.57333	5.65833		Balgoij,Kox		06	1652		
2752543	Kokkelert	kokkelert	NL		50	Europe/Amsterdam	51.08333	5.80556				05	1711		
2752549	Koevering	koevering	NL		0	Europe/Amsterdam	51.58167	5.49306				06	1948		
2752550	Koevering	koevering	NL		0	Europe/Amsterdam	51.57667	4.26806				06	0851		
2752556	Koelveen	koelveen	NL		0	Europe/Amsterdam	52.65583	6.93889				01	0114		
2752561	Koekoek	koekoek	NL		0	Europe/Amsterdam	51.65167	6.07917				05	0893		
2752562	Koekoek	koekoek	NL		0	Europe/Amsterdam	51.40833	3.81667				10	0654		
2752566	Koekangerveld	koekangerveld	NL		140	Europe/Amsterdam	52.71583	6.33472				01	1690		
2752569	Koehool	koehool	NL		0	Europe/Amsterdam	53.25453	5.52526		Koehoal,Koehool		02	1949		
2752573	Koedood	koedood	NL		40	Europe/Amsterdam	51.84417	4.49028				11	0489		
2752574	Koedijkslanden	koedijkslanden	NL		0	Europe/Amsterdam	52.68941	6.18722				01	0119		
2752584	Knuitershoek	knuitershoek	NL		0	Europe/Amsterdam	51.3975	3.97083				10	0677		
2752588	Knikkerdorp	knikkerdorp	NL		0	Europe/Amsterdam	51.55333	6.10833				05	0893		
2752594	Knaphof	knaphof	NL		0	Europe/Amsterdam	51.47083	3.76111				10	0654		
2752595	Klutsdorp	klutsdorp	NL		0	Europe/Amsterdam	51.55333	4.29444				06	0748		
2752597	Kluppelshuizen	kluppelshuizen	NL		0	Europe/Amsterdam	52.37425	6.68775				15	0141		
2752604	Kluis	kluis	NL		145	Europe/Amsterdam	51.8	5.85		De Kluis		03	0252		
2752607	Klössehoek	klossehoek	NL		0	Europe/Amsterdam	52.375	6.72083				15	0183		
2752614	Kloosterveen	kloosterveen	NL		0	Europe/Amsterdam	52.99667	6.51389				01	0106		
2752620	Kloosterlanden	kloosterlanden	NL		60	Europe/Amsterdam	52.2405	6.20017				15	0150		
2752622	Kloosterhoek	kloosterhoek	NL		0	Europe/Amsterdam	51.69994	5.36803				06	0796		
2752624	Kloostereind	kloostereind	NL		105	Europe/Amsterdam	51.45333	5.70417				06	0794		
2752625	Kloosterdijk	kloosterdijk	NL		0	Europe/Amsterdam	52.5	6.58333				15	0175		
2752632	Klooster	klooster	NL		145	Europe/Amsterdam	52.65602	6.71747		't Klooster		01	0109		
2752633	Klooster	klooster	NL		0	Europe/Amsterdam	51.52833	4.86111				06	1723		
2752635	Klokkenberg	klokkenberg	NL		0	Europe/Amsterdam	51.61667	5.08333				06	0809		
2752641	Klinkenberg	klinkenberg	NL		0	Europe/Amsterdam	52.20583	4.49444				11	1525		
2752642	Klinkenberg	klinkenberg	NL		335	Europe/Amsterdam	51.96833	5.48889				03	0214		
2752644	Kling	kling	NL		0	Europe/Amsterdam	50.95667	5.95972		De Kling		05	0899		
2752649	Klidse	klidse	NL		0	Europe/Amsterdam	53.00949	6.00399		Klidze,Kliese,Kliesse		02	0086		
2752651	Kleverskerke	kleverskerke	NL		60	Europe/Amsterdam	51.51917	3.66389				10	0687		
2752652	Kleuter	kleuter	NL		0	Europe/Amsterdam	51.66	5.65				06	0856		
2752663	Lytse Wierren	lytse-wierren	NL		0	Europe/Amsterdam	53.06667	5.75		Klein Wieren,Lytse Wierren		02	1900		
2752664	Klein Wetsinge	klein-wetsinge	NL		0	Europe/Amsterdam	53.30083	6.53194				04	1966		
2752665	Klein-Welsden	klein-welsden	NL		0	Europe/Amsterdam	50.8325	5.79306				05	1903		
2752667	Klein-Vortum	klein-vortum	NL		0	Europe/Amsterdam	51.61917	5.99028				06	0756		
2752669	Klein-Valkenisse	klein-valkenisse	NL		0	Europe/Amsterdam	51.48833	3.51528				10	0717		
2752670	Klein-Ulsda	klein-ulsda	NL		45	Europe/Amsterdam	53.155	7.14583				04	1950		
2752671	Klein-Schoot	klein-schoot	NL		110	Europe/Amsterdam	51.25417	5.575				06	1706		
2752673	Overleek	klein-overleek	NL		0	Europe/Amsterdam	52.45417	4.99722				07	0852		
2752674	Klein-Oirlo	klein-oirlo	NL		0	Europe/Amsterdam	51.49417	6.05833				05	0984		
2752675	Klein-Oekel	klein-oekel	NL		0	Europe/Amsterdam	51.5025	4.71806				06	0879		
2752677	Klein Medhuizen	klein-medhuizen	NL		0	Europe/Amsterdam	53.33333	6.08333		Klein Medhuizen,Lyts Medhuzen		02	1970		
2752678	Klein Mariekerke	klein-mariekerke	NL		0	Europe/Amsterdam	51.52167	3.52778		Mariakerke,Mariekerk,Mariekerke		10	0717		
2752679	Klein Maarslag	klein-maarslag	NL		0	Europe/Amsterdam	53.3452	6.44403		Klein Maarslag		04	1966		
2752680	Klein Loo	klein-loo	NL		0	Europe/Amsterdam	51.48417	5.12361				06	0798		
2752681	Klein Linden	klein-linden	NL		0	Europe/Amsterdam	51.75	5.86667				06	1684		
2752682	Klein Koolwijk	klein-koolwijk	NL		0	Europe/Amsterdam	51.77391	5.59505		Klein Koolwijk,Kleine Koolwijk		06	0828		
2752687	Klein Hitland	klein-hitland	NL		0	Europe/Amsterdam	51.95833	4.64028				11	1892		
2752690	Klein Heidekamp	klein-heidekamp	NL		0	Europe/Amsterdam	52.02402	5.9006				03	0202		
2752691	Klein Haasdal	klein-haasdal	NL		0	Europe/Amsterdam	50.89833	5.82083		Klein Haesdal		05	1954		
2752692	Klein Groningen	klein-groningen	NL		0	Europe/Amsterdam	53.04575	6.20522		Klein Groningen,Lyts Grins		02	0086		
2752693	Klein Genhout	klein-genhout	NL		0	Europe/Amsterdam	50.9275	5.81111				05	0888		
2752694	Kleingenhout	kleingenhout	NL		0	Europe/Amsterdam	50.88417	5.84167				05	1954		
2752695	Klein Garnwerd	klein-garnwerd	NL		0	Europe/Amsterdam	53.3075	6.50278				04	1966		
2752702	Kleine Wiske	kleine-wiske	NL		0	Europe/Amsterdam	52.94543	5.44776		Kleine Wiske		02	1900		
2752703	Kleine Wierum	kleine-wierum	NL		0	Europe/Amsterdam	53.36664	6.88852				04	1979		
2752705	Kleine Voort	kleine-voort	NL		0	Europe/Amsterdam	51.5	5.13056				06	0798		
2752724	Kleine Meers	kleine-meers	NL		280	Europe/Amsterdam	50.96417	5.74722		Kleine Meas		05	0971		
2752727	Kleinemeer	kleinemeer	NL		0	Europe/Amsterdam	53.155	6.79028				04	1952		
2752732	Kleine-Lindt	kleine-lindt	NL		0	Europe/Amsterdam	51.8275	4.57361				11	0642		
2752733	Leeuwte	kleine-leeuwte	NL		0	Europe/Amsterdam	52.69083	5.9875				15	1708		
2752738	Kleine Kolonie	kleine-kolonie	NL		0	Europe/Amsterdam	52.27917	5.76528				03	0302		
2752741	Kleine Huisjes	kleine-huisjes	NL		80	Europe/Amsterdam	53.39583	6.40833		Klein-Hausen,Klein-hauser,Kleine Huisje		04	1966		
2752742	Kleine-Horst	kleine-horst	NL		0	Europe/Amsterdam	51.64569	6.07515				05	0893		
2752743	Kleine Hoeven	kleine-hoeven	NL		0	Europe/Amsterdam	51.38333	5.7				06	0847		
2752751	Lytse Geast	lytse-geast	NL		0	Europe/Amsterdam	53.1958	5.89502		Kleinegeest,Lytse Geast		02	0737		
2752752	Kleine Gaastmeer	kleine-gaastmeer	NL		0	Europe/Amsterdam	52.96495	5.54418		Kleine Gaastmeer		02	1900		
2752758	Kleine Bottel	kleine-bottel	NL		0	Europe/Amsterdam	51.46083	5.77222				06	0762		
2752772	Klein Driene	klein-driene	NL		1470	Europe/Amsterdam	52.26935	6.81613				15	0164		
2752773	Klein Dorregeest	klein-dorregeest	NL		0	Europe/Amsterdam	52.54917	4.72639				07	0383		
2752774	Kleindorp	kleindorp	NL		0	Europe/Amsterdam	51.96833	6.19583				03	0222		
2752775	Kleindorp	kleindorp	NL		0	Europe/Amsterdam	51.535	5.93056				05	0984		
2752776	Klein-Dongen	klein-dongen	NL		0	Europe/Amsterdam	51.64417	4.95				06	0766		
2752777	Klein-Doenrade	klein-doenrade	NL		155	Europe/Amsterdam	50.95833	5.90972				05	1954		
2752778	Klein Dochteren	klein-dochteren	NL		0	Europe/Amsterdam	52.15	6.36667		Dochteren,Klein Dochteren		03	0262		
2752779	Klein-Delfgauw	klein-delfgauw	NL		0	Europe/Amsterdam	52.01917	4.3875				11	0503		
2752782	Klein Bruggen	klein-bruggen	NL		0	Europe/Amsterdam	51.475	5.76389				06	0762		
2752783	Klein-Brabant	klein-brabant	NL		0	Europe/Amsterdam	51.31333	3.52083				10	1714		
2752784	Klein Borkel	klein-borkel	NL		0	Europe/Amsterdam	51.31615	5.41079				06	0858		
2752785	Klein Berkelaar	klein-berkelaar	NL		0	Europe/Amsterdam	51.11667	5.86667		Berkelaar,Klein Berkelaars		05	1711		
2752787	Klein-Bedaf	klein-bedaf	NL		0	Europe/Amsterdam	51.45417	4.97917				06	0744		
2752788	Klein Baal	klein-baal	NL		0	Europe/Amsterdam	51.89167	5.925				03	1705		
2752789	Klein-Azewijn	klein-azewijn	NL		0	Europe/Amsterdam	51.89917	6.30278				03	1955		
2752790	Klein Amsterdam	klein-amsterdam	NL		0	Europe/Amsterdam	52.1525	6.09861				03	0285		
2752791	Klein Agelo	klein-agelo	NL		0	Europe/Amsterdam	52.4	6.9				15	1774		
2752793	Klei	klei	NL		0	Europe/Amsterdam	53.36667	6.34444				04	1966		
2752794	Klef	klef	NL		0	Europe/Amsterdam	51.51167	5.79861				06	1652		
2752796	Kleeberg	kleeberg	NL		0	Europe/Amsterdam	50.78917	5.92917				05	1729		
2752801	Klatering	klatering	NL		0	Europe/Amsterdam	52.8725	6.54306				01	1731		
2752802	Klaterbuurt	klaterbuurt	NL		0	Europe/Amsterdam	52.56	4.86111				07	0370		
2752808	Klarebeek	klarebeek	NL		0	Europe/Amsterdam	51.8	3.91667				11	1924		
2752810	Klappenberg	klappenberg	NL		0	Europe/Amsterdam	51.54249	4.6643				06	0777		
2752811	Klakbaan	klakbaan	NL		0	Europe/Amsterdam	51.36667	3.6				10	1714		
2752812	Kladde	kladde	NL		0	Europe/Amsterdam	51.56083	4.26528		De Kladden,Klad		06	0748		
2752816	Klaarwater	klaarwater	NL		0	Europe/Amsterdam	52.1738	5.48497				03	0203		
2752817	Klaarstraat	klaarstraat	NL		0	Europe/Amsterdam	51.29333	5.76944				05	0946		
2752819	Kivitsbraak	kivitsbiaak	NL		0	Europe/Amsterdam	51.52583	5.71389		Kievitsbraak		06	1652		
2752820	Kitskensberg	kitskensberg	NL		825	Europe/Amsterdam	51.17181	6.00433				05	0957		
2752821	Kippereind	kippereind	NL		0	Europe/Amsterdam	51.34833	5.16528				06	1667		
2752825	Kinkhoven	kinkhoven	NL		0	Europe/Amsterdam	51.25417	5.975				05	1640		
2752827	Kingmatille	kingmatille	NL		0	Europe/Amsterdam	53.18364	5.60316		Keimpetille,Kingmatille		02	1949		
2752832	Kille	kille	NL		0	Europe/Amsterdam	51.77833	4.91111				06	1959		
2752840	Kijkuit	kijkuit	NL		0	Europe/Amsterdam	51.53917	4.25833				06	0748		
2752841	Kijkuit	kijkuit	NL		0	Europe/Amsterdam	51.27833	3.97222				10	0715		
2752842	Kijkduin	kijkduin	NL		1495	Europe/Amsterdam	52.06765	4.22188		Kijkduin		11	0518		
2752848	Kijfhoek	kijfhoek	NL		80	Europe/Amsterdam	51.82417	4.59583				11	0642		
2752851	Kievitsnest	kievitsnest	NL		0	Europe/Amsterdam	52.60333	6.1				15	1896		
2752854	Kievitshaar	kievitshaar	NL		0	Europe/Amsterdam	52.6175	6.31806				15	0160		
2752855	Kievitsdel	kievitsdel	NL		425	Europe/Amsterdam	51.98167	5.78056				03	0274		
2752857	Kievit	kievit	NL		0	Europe/Amsterdam	51.43168	5.56048				06	1771		
2752858	Kievietsduin	kievietsduin	NL		0	Europe/Amsterdam	52.13221	4.35957				11	0629		
2752860	Kiesterzijl	kiesterzijl	NL		0	Europe/Amsterdam	53.18012	5.50475		Kiestersyl,Kiesterzijl		02	1949		
2752863	Kiel	kiel	NL		0	Europe/Amsterdam	53.13333	6.76667				04	1952		
2752867	Kie	kie	NL		0	Europe/Amsterdam	53.17651	5.50982		Kie		02	1949		
2752868	Kibbelveen	kibbelveen	NL		0	Europe/Amsterdam	52.8225	6.80833				01	0109		
2752871	Kibbelgaarn	kibbelgaarn	NL		0	Europe/Amsterdam	53.11333	6.95972		Kibbelgaren		04	0047		
2752873	Keuter	keuter	NL		0	Europe/Amsterdam	51.50417	6.10556				05	1507		
2752874	Keutenberg	keutenberg	NL		0	Europe/Amsterdam	50.8425	5.87222				05	0994		
2752877	Keur	keur	NL		0	Europe/Amsterdam	51.61667	5.41667				06	1948		
2752878	Keup	keup	NL		140	Europe/Amsterdam	51.31167	5.98611				05	1894		
2752879	Keuningswijk	keuningswijk	NL		250	Europe/Amsterdam	53.11667	6.28333				04	1969		
2752881	Keunenhoek	keunenhoek	NL		0	Europe/Amsterdam	51.28583	5.58472				06	1706		
2752883	Keulse Kamp	keulse-kamp	NL		0	Europe/Amsterdam	51.94917	5.81667				03	1734		
2752885	Kettingwier	kettingwier	NL		0	Europe/Amsterdam	53.29857	6.07347				02	1970		
2752887	Kethel	kethel	NL		0	Europe/Amsterdam	51.93333	4.38333		Ketel,Kethel		11	0606		
2752894	Ketelhaven	ketelhaven	NL		595	Europe/Amsterdam	52.57718	5.76383				16	0303		
2752903	Kesseleik	kesseleik	NL		715	Europe/Amsterdam	51.27833	6.02361				05	1894		
2752907	Kerspel-Goor	kerspel-goor	NL		230	Europe/Amsterdam	52.21341	6.60278		Kerspel-Goor		15	1735		
2752908	Kerspel	kerspel	NL		0	Europe/Amsterdam	52.21048	6.55911				15	1735		
2752909	Kersel	kersel	NL		0	Europe/Amsterdam	51.5	4.78333		Kersel,Kerzel		06	1723		
2752910	Kerschoten	kerschoten	NL		3540	Europe/Amsterdam	52.23333	5.96667				03	0200		
2752926	Kerkbuurt	kerkhuurt	NL		0	Europe/Amsterdam	51.94417	4.38611				11	0606		
2752927	Kerkhoven	kerkhoven	NL		0	Europe/Amsterdam	51.585	5.18333				06	0824		
2752928	Kerkhof	kerkhof	NL		0	Europe/Amsterdam	51.37	5.55833				06	1658		
2752935	Kerkenbosch	kerkenbosch	NL		0	Europe/Amsterdam	52.66667	6.5				01	1690		
2752937	Kerkelanden	kerkelanden	NL		5655	Europe/Amsterdam	52.21755	5.13575				07	0402		
2752939	Kerkeind	kerkeind	NL		0	Europe/Amsterdam	51.59667	5.21389				06	0824		
2752940	Kerkeind	kerkeind	NL		0	Europe/Amsterdam	51.56907	4.8248				06	0758		
2752941	Kerkeind	kerkeind	NL		0	Europe/Amsterdam	51.46917	5.7875				06	0762		
2752942	Kerkehout	kerkehout	NL		1045	Europe/Amsterdam	52.11018	4.37957				11	0629		
2752948	Kerkdorp	kerkdorp	NL		0	Europe/Amsterdam	52.48833	5.89167				03	0269		
2752949	Kerkbuurt	kerkbuurt	NL		0	Europe/Amsterdam	52.74	4.75833				07	0441		
2752954	Kerensheide	kerensheide	NL		2740	Europe/Amsterdam	50.9721	5.77666		De Kaereshei		05	0971		
2752956	Kerckebosch	kerckebosch	NL		2555	Europe/Amsterdam	52.07844	5.26584				09	0355		
2752960	Kenwerd	kenwerd	NL		0	Europe/Amsterdam	53.30333	6.38333				04	1969		
2752963	Kempkens	kempkens	NL		0	Europe/Amsterdam	51.5943	5.51913				06	1948		
2752966	Kemenade	kemenade	NL		0	Europe/Amsterdam	51.5	5.46667				06	0848		
2752967	Kelpen	kelpen	NL		0	Europe/Amsterdam	51.21944	5.8261				05	1640		
2752968	Kelmond	kelmond	NL		145	Europe/Amsterdam	50.92417	5.80278				05	0888		
2752969	Keldonk	keldonk	NL		725	Europe/Amsterdam	51.58667	5.58472				06	1948		
2752971	Keizersveer	keizersveer	NL		0	Europe/Amsterdam	51.71833	4.89028				06	0779		
2752972	Keizerslanden	keizerslanden	NL		0	Europe/Amsterdam	52.26653	6.16576				15	0150		
2752974	Keizershoek	keizershoek	NL		0	Europe/Amsterdam	51.4425	4.95417				06	0744		
2752977	Keizersdijk	keizersdijk	NL		0	Europe/Amsterdam	51.75667	4.54722				11	1963		
2752980	Keizerrijk	keizerrijk	NL		0	Europe/Amsterdam	51.3375	3.9625				10	0677		
2752981	Keizerbosch	keizerbosch	NL		0	Europe/Amsterdam	51.26682	5.98378		Keizerbosch,Keizersbos		05	1640		
2752982	Keinsmerbrug	keinsmerbrug	NL		0	Europe/Amsterdam	52.81583	4.7875				07	0441		
2752983	Keinse	keinse	NL		0	Europe/Amsterdam	52.80833	4.8				07	0441		
2752987	Keiendorp	keiendorp	NL		0	Europe/Amsterdam	52.6225	6.58056				15	0160		
2752990	Keersop	keersop	NL		45	Europe/Amsterdam	51.36333	5.42222				06	0858		
2752991	Keer	keer	NL		0	Europe/Amsterdam	50.83333	5.8				05	1903		
2753001	Kaweide	kaweide	NL		0	Europe/Amsterdam	51.49333	5.76667				06	1652		
2753002	Kavelingen	kavelingen	NL		0	Europe/Amsterdam	52.91333	7.01111				01	1681		
2753003	Kaumeshoek	kaumershoek	NL		0	Europe/Amsterdam	51.34333	5.95		Kaumeshoek		05	1894		
2753009	Katwijkerlaan	katwijkerlaan	NL		0	Europe/Amsterdam	52.035	4.45		Katwijk		11	1926		
2753010	Katwijk aan Zee	katwijk-aan-zee	NL		20010	Europe/Amsterdam	52.20333	4.39861		Katijk aan Zee,Katwijk Aan Zee,Katwyk Aan Zee		11	0537		
2753011	Katwijk aan den Rijn	katwijk-aan-den-rijn	NL		5940	Europe/Amsterdam	52.19417	4.42222		Katwijk,Katwijk a/d Rijn,Katwijk aan de Rijn,Katwijk aan den Rijn		11	0537		
2753021	Kattenburg	kattenburg	NL		0	Europe/Amsterdam	53.34614	6.39005		Kattenberg		04	1966		
2753022	Kattenbosch	kattenbosch	NL		0	Europe/Amsterdam	51.36667	5.14722				06	1667		
2753023	Kattenberg	kattenberg	NL		0	Europe/Amsterdam	51.52083	5.25278				06	0823		
2753029	Katsberg	katsberg	NL		0	Europe/Amsterdam	51.32583	5.89444				05	1894		
2753037	Kathoek	kathoek	NL		0	Europe/Amsterdam	52.61583	4.95694				07	1598		
2753038	Katham	katham	NL		0	Europe/Amsterdam	52.49167	5.05833				07	0385		
2753039	Kathagen	kathagen	NL		0	Europe/Amsterdam	50.92583	5.89306				05	1954		
2753040	Katerveer	katerveer	NL		0	Europe/Amsterdam	52.5	6.06944				15	0193		
2753041	Katershorn	katershorn	NL		0	Europe/Amsterdam	53.41583	6.65694				04	1966		
2753044	Katerbosch	katerbosch	NL		0	Europe/Amsterdam	51.73	5.91111				05	0944		
2753045	Katendrecht	katendrecht	NL		4755	Europe/Amsterdam	51.90074	4.48254		Katendrecht		11	0599		
2753046	Kastert	kastert	NL		0	Europe/Amsterdam	51.21634	5.75251				05	0988		
2753047	Kasteren	kasteren	NL		0	Europe/Amsterdam	51.58364	5.36723				06	0757		
2753052	Kasen	kasen	NL		280	Europe/Amsterdam	50.90417	5.75				05	0938		
2753053	Karstraat	karstraat	NL		0	Europe/Amsterdam	51.54083	5.60833				06	1659		
2753054	Karreveld	karreveld	NL		0	Europe/Amsterdam	51.28917	5.89722				05	1640		
2753062	Kappert	kappert	NL		0	Europe/Amsterdam	51.2725	5.99444				05	1640		
2753065	Kapolder	kapolder	NL		0	Europe/Amsterdam	50.82667	5.9				05	1729		
2753072	Kapel	kapel	NL		0	Europe/Amsterdam	52.58333	4.69306				07	0399		
2753073	Kapel	kapel	NL		0	Europe/Amsterdam	51.88417	5.97639		De Kapel		03	1705		
2753075	Kantje	kantje	NL		0	Europe/Amsterdam	51.6975	5.55694				06	1721		
2753080	Kanis	kanis	NL		415	Europe/Amsterdam	52.125	4.89167				09	0632		
2753081	Kandelaar	kandelaar	NL		0	Europe/Amsterdam	51.95667	4.39861				11	0599		
2753082	Kanaleneiland	kanaleneiland	NL		0	Europe/Amsterdam	52.07397	5.0915		Kanaleneiland		09	0344		
2753089	Kamperzeedijk-West	kamperzeedijk-west	NL		110	Europe/Amsterdam	52.595	5.98472		Kamperzeedijk-Oost,Kamperzeedijk-West		15	1896		
2753095	Kampershoek	kampershoek	NL		0	Europe/Amsterdam	51.27667	5.74028				05	0946		
2753101	Kamperhoek	kamperhoek	NL		0	Europe/Amsterdam	51.345	3.96111				10	0677		
2753110	Kamp	kamp	NL		0	Europe/Amsterdam	51.78333	5.93333				03	1945		
2753111	Kamp	kamp	NL		0	Europe/Amsterdam	51.56917	6.05556				05	0893		
2753118	Kameren	kameren	NL		0	Europe/Amsterdam	51.66167	5.4375				06	1721		
2753119	Kalverdijk	kalverdijk	NL		235	Europe/Amsterdam	52.7325	4.76806				07	0441		
2753120	Kalteren	kalteren	NL		0	Europe/Amsterdam	52.85417	6.29583				01	1701		
2753122	Kalslagen	kalslagen	NL		0	Europe/Amsterdam	52.23361	4.73157		Calslagen,Kalslagen		07	0358		
2753123	Kalsdonk	kalsdonk	NL		4250	Europe/Amsterdam	51.53973	4.47111				06	1674		
2753128	Kallenbroek	kallenbroek	NL		0	Europe/Amsterdam	52.15083	5.53333				03	0203		
2753129	Kalkwijk	kalkwijk	NL		0	Europe/Amsterdam	53.16667	6.76667				04	1952		
2753130	Kalkwijk	kalkwijk	NL		0	Europe/Amsterdam	53.1475	6.77639				04	1952		
2753133	Kalishoek	kalishoek	NL		0	Europe/Amsterdam	51.5225	4.87083				06	1723		
2753134	Kalisbuurt	kalisbuurt	NL		0	Europe/Amsterdam	51.56667	4.2				10	0716		
2753144	Kakert	kakert	NL		1750	Europe/Amsterdam	50.90414	6.00463				05	0882		
2753147	Kadoelen	kadoelen	NL		0	Europe/Amsterdam	52.66917	6.00833		Cadoelen		15	1708		
2753148	Kadoelen	kadoelen	NL		1915	Europe/Amsterdam	52.4175	4.90561		Cadoelen		07	0363		
2753149	Kadijk	kadijk	NL		0	Europe/Amsterdam	51.94333	4.78333				11	1931		
2753150	Kade	kade	NL		0	Europe/Amsterdam	51.63	4.48472				06	1709		
2753154	Kabel	kabel	NL		0	Europe/Amsterdam	52.6575	4.85694				07	0398		
2753157	Kaathoven	kaathoven	NL		0	Europe/Amsterdam	51.69417	5.45278				06	0796		
2753160	Kaarschot	kaarschot	NL		0	Europe/Amsterdam	51.52083	4.72361				06	0879		
2753167	Kaalheide	kaalheide	NL		2840	Europe/Amsterdam	50.86505	6.03643		Kaalhei		05	0928		
2753168	Kaakhorn	kaakhorn	NL		50	Europe/Amsterdam	53.40583	6.47778				04	1966		
2753174	Jutphaas	jutphaas	NL		0	Europe/Amsterdam	52.03333	5.08333		Jutfaas,Jutphaas,Nieuwegein-Noord		09	0356		
2753176	Junne	junne	NL		0	Europe/Amsterdam	52.51917	6.49028				15	0175		
2753186	Jukwerd	jukwerd	NL		0	Europe/Amsterdam	53.335	6.84583				04	1979		
2753188	Jubbegastercompagnie	jubbegastercompagnie	NL		0	Europe/Amsterdam	52.98333	6.1		Jubbegaaster-compagnie,Jubbegastercompagnie		02	0074		
2753189	Jubbega-Schurega	jubbega-schurega	NL		0	Europe/Amsterdam	52.97356	6.10857		Jubbega,Schurega		02	0074		
2753190	Jubbega Derde Sluis	jubbega-derde-sluis	NL		0	Europe/Amsterdam	53	6.11667				02	0074		
2753193	Jouswerd	jouswerd	NL		0	Europe/Amsterdam	53.03081	5.54151				02	1900		
2753194	Jousterp	jousterp	NL		0	Europe/Amsterdam	53.03203	5.48408				02	1900		
2753199	Jorwerd	jorwerd	NL		0	Europe/Amsterdam	53.14487	5.7117		Jorwert		02	0080		
2753201	Jordaan	jordaan	NL		0	Europe/Amsterdam	52.37439	4.88059		De Jordaan,יורדאן		07	0363		
2753210	Jonkersland	jonkersland	NL		0	Europe/Amsterdam	52.97924	6.04111		Jonkerslan,Jonkersland,Jonkerslân		02	0086		
2753211	Jonkershuizen	jonkershuizen	NL		0	Europe/Amsterdam	53.03361	5.50983				02	1900		
2753220	Jonen	jonen	NL		0	Europe/Amsterdam	52.71917	6.01806				15	1708		
2753221	Jonas	jonas	NL		0	Europe/Amsterdam	52.28583	5.99167				03	0232		
2753236	Jodenpeel	jodenpeel	NL		0	Europe/Amsterdam	51.5395	5.8379				06	1652		
2753245	Jipsinghuizen	jipsinghuizen	NL		0	Europe/Amsterdam	52.97833	7.15		Jispinghuizen		04	1950		
2753246	Jipsingboertange	jipsingboertange	NL		160	Europe/Amsterdam	52.965	7.10139				04	1950		
2753247	Jipsingboermussel	jipsingboermussel	NL		5	Europe/Amsterdam	52.91917	7.04028				04	1950		
2753250	Jet	jet	NL		0	Europe/Amsterdam	53.12301	5.68564		Jet,Jeth		02	1900		
2753263	Jardinga	jardinga	NL		0	Europe/Amsterdam	53.0091	6.28684				02	0085		
2753270	Janssenstichting	janssenstichting	NL		0	Europe/Amsterdam	53.04918	6.26659				02	0085		
2753271	Janssenstichting	janssenstichting	NL		0	Europe/Amsterdam	53.05218	6.02154		Jansenstichting		02	0086		
2753273	Jannendorp	jannendorp	NL		0	Europe/Amsterdam	52.1425	5.49583				09	0327		
2753275	JanKenberg	jankenberg	NL		0	Europe/Amsterdam	51.51832	4.27883				06	0748		
2753280	Jagerswijk	jagerswijk	NL		0	Europe/Amsterdam	53.17083	6.8125		Jauwerswiek,Jouwerswijk		04	1952		
2753282	Jagershoef	jagershoef	NL		3560	Europe/Amsterdam	51.4733	5.4672				06	0772		
2753298	Ittersum	ittersum	NL		0	Europe/Amsterdam	52.4902	6.11419				15	0193		
2753300	Itteren	itteren	NL		930	Europe/Amsterdam	50.89833	5.70278				05	0935		
2753305	Isabellahaven	isabellahaven	NL		0	Europe/Amsterdam	51.2775	3.71528				10	0715		
2753314	Iniaheide	iniaheide	NL		0	Europe/Amsterdam	53.14893	5.98972		Iniaheide		02	0737		
2753321	Indoornik	indoornik	NL		0	Europe/Amsterdam	51.94333	5.7125				03	1734		
2753326	In de Hoeven	in-de-hoeven	NL		0	Europe/Amsterdam	51.3475	5.94444				05	1894		
2753328	Imstenrade	imstenrade	NL		310	Europe/Amsterdam	50.85333	5.98611				05	0917		
2753335	Illikhoven	illikhoven	NL		0	Europe/Amsterdam	51.0625	5.80417		Illicoven		05	1711		
2753337	IJzevoorde	ijzevoorde	NL		0	Europe/Amsterdam	51.975	6.35833		Slangenburg IJzevoorde		03	0222		
2753340	IJzerlo	ijzerlo	NL		0	Europe/Amsterdam	51.89083	6.54167				03	0197		
2753344	IJzerenbrug	ijzerenbrug	NL		0	Europe/Amsterdam	51.8425	4.17083				11	0530		
2753346	IJzeren	ijzeren	NL		295	Europe/Amsterdam	50.83917	5.83194				05	0994		
2753356	IJsseloord	ijsseloord	NL		0	Europe/Amsterdam	51.93333	4.61667				11	0502		
2753359	IJsselmonde	ijsselmonde	NL		0	Europe/Amsterdam	51.9	4.55		IJselmonde,IJsselmonde		11	0599		
2753362	IJssellaan	ijssellaan	NL		0	Europe/Amsterdam	51.96833	4.63333				11	1931		
2753371	IJpelo	ijpelo	NL		0	Europe/Amsterdam	52.32167	6.59028		Ypelo		15	0189		
2753372	IJpelaarseind	ijpelaarseind	NL		0	Europe/Amsterdam	51.57816	4.81458				06	0758		
2753373	IJpelaar	ijpelaar	NL		0	Europe/Amsterdam	51.5775	4.81528				06	0758		
2753374	IJpecolsga	ijpecolsga	NL		50	Europe/Amsterdam	52.93146	5.60346		IJpecolsga,Ypecolsga,Ypekolsgea		02	1900		
2753380	IJkenberg	ijkenberg	NL		0	Europe/Amsterdam	51.97246	6.29813				03	0222		
2753392	Idserdaburen	idserdaburen	NL		0	Europe/Amsterdam	53.00212	5.48823				02	1900		
2753396	Huygevoort	huygevoort	NL		0	Europe/Amsterdam	51.46583	5.22917				06	0823		
2753398	Huurne	huurne	NL		0	Europe/Amsterdam	52.35	6.57778		Heurne,Hurene		15	0189		
2753399	Hutten	hutten	NL		0	Europe/Amsterdam	51.39854	5.82653		De Hutten		06	0762		
2753400	Hussenberg	hussenberg	NL		0	Europe/Amsterdam	50.92833	5.75833				05	0938		
2753401	Husken	husken	NL		1380	Europe/Amsterdam	50.89567	5.95648				05	0917		
2753402	Hushoven	hushoven	NL		190	Europe/Amsterdam	51.26417	5.69722				05	0988		
2753405	Hurkske	hurkske	NL		0	Europe/Amsterdam	51.58583	5.61944				06	1948		
2753406	Hupsel	hupsel	NL		0	Europe/Amsterdam	52.0825	6.61667				03	1859		
2753407	Huppel	huppel	NL		0	Europe/Amsterdam	51.99917	6.74167		Huppel,Winterswijk Huppel		03	0294		
2753411	Hunzebergen	hunzebergen	NL		0	Europe/Amsterdam	52.86667	6.88333				01	1681		
2753418	Hunnecum	hunnecum	NL		0	Europe/Amsterdam	50.90917	5.86944				05	1954		
2753424	Humcoven	humcoven	NL		0	Europe/Amsterdam	50.8925	5.7625				05	0938		
2753427	Hultje	hultje	NL		0	Europe/Amsterdam	51.67833	5.63056				06	0856		
2753432	Hulstheuvel	hulstheuvel	NL		0	Europe/Amsterdam	51.64882	5.61133				06	0856		
2753443	Hulsen	hulsen	NL		680	Europe/Amsterdam	52.37917	6.47361		Hulzen		15	0163		
2753444	Hulsen	hulsen	NL		0	Europe/Amsterdam	51.27667	5.7625		Hulzen		05	0946		
2753445	Hulsen	hulsen	NL		0	Europe/Amsterdam	50.9225	5.74583				05	0938		
2753448	Hulsdonk	hulsdonk	NL		980	Europe/Amsterdam	51.52529	4.44277				06	1674		
2753449	Hulsdonk	hulsdonk	NL		0	Europe/Amsterdam	51.47417	4.61528				06	0879		
2753453	Hulsbeek	hulsbeek	NL		0	Europe/Amsterdam	51.65417	5.84444				06	1702		
2753454	Huls	huls	NL		345	Europe/Amsterdam	50.84417	5.97222				05	0965		
2753457	Hulhuizen	hulhuizen	NL		290	Europe/Amsterdam	51.87917	5.98889				03	1705		
2753464	Huizermaat	huizermaat	NL		0	Europe/Amsterdam	52.30109	5.25202				07	0406		
2753465	Huizerhoogt	huizerhoogt	NL		135	Europe/Amsterdam	52.28167	5.23889				07	0406		
2753470	Huizum	huizum	NL		9000	Europe/Amsterdam	53.1917	5.81119		Huizum		02	0080		
2753478	Huiswaard	huiswaard	NL		0	Europe/Amsterdam	52.64592	4.76392				07	0361		
2753517	Huinerwal	huinerwal	NL		0	Europe/Amsterdam	52.24	5.59028				03	0273		
2753518	Huinerbroek	huinerbroek	NL		0	Europe/Amsterdam	52.23833	5.56528				03	0273		
2753519	Huinen	huinen	NL		0	Europe/Amsterdam	52.22333	5.60694				03	0273		
2753522	Huij	huij	NL		0	Europe/Amsterdam	51.70667	5.90139				06	1684		
2753523	Huigsloot	huigsloot	NL		0	Europe/Amsterdam	52.21667	4.59722				07	0394		
2753524	Huifke	huifke	NL		0	Europe/Amsterdam	51.6	5.66667				06	0755		
2753528	Hugten	hugten	NL		0	Europe/Amsterdam	51.31917	5.66111				06	1706		
2753531	Hub	hub	NL		0	Europe/Amsterdam	51.32167	5.95833				05	1894		
2753532	De Hoven	de-hoven	NL		0	Europe/Amsterdam	52.14168	6.18337		Hoven		03	0301		
2753537	Houtsestraat	houtsestraat	NL		0	Europe/Amsterdam	51.60992	5.10521				06	0855		
2753547	Houthuizen	houthuizen	NL		0	Europe/Amsterdam	51.445	6.14583				05	1507		
2753548	Houthem	houthem	NL		1470	Europe/Amsterdam	50.8725	5.79306		Houtem,Houthem-St. Gerlach		05	0994		
2753549	Houthei	houthei	NL		0	Europe/Amsterdam	51.35583	6.06806				05	1894		
2753550	Houtgoor	houtgoor	NL		0	Europe/Amsterdam	51.4925	4.86111				06	1723		
2753553	Houterd	houterd	NL		0	Europe/Amsterdam	51.6425	5.44028				06	1948		
2753555	Houtens	houtens	NL		0	Europe/Amsterdam	51.50667	5.475				06	0848		
2753560	Houtdorp	houtdorp	NL		0	Europe/Amsterdam	52.24583	5.70833				03	0233		
2753561	Houtdijken	houtdijken	NL		0	Europe/Amsterdam	52.1075	4.92639				09	0632		
2753562	Houtbroek	houtbroek	NL		0	Europe/Amsterdam	51.18917	5.72778				05	0988		
2753563	Hout-Blerick	hout-blerick	NL		0	Europe/Amsterdam	51.35833	6.13056		Holtblerick,Houtblerik		05	0983		
2753565	Houtakker	houtakker	NL		0	Europe/Amsterdam	51.50572	5.16048				06	0798		
2753566	Hout	hout	NL		0	Europe/Amsterdam	51.5645	4.74601		't Hout,Het Hout,Hout,’t Hout		06	0758		
2753567	Hout	hout	NL		0	Europe/Amsterdam	51.40917	5.55972				06	1771		
2753568	Hout	hout	NL		0	Europe/Amsterdam	51.30917	6.07639				05	1894		
2753571	Horzik	horzik	NL		0	Europe/Amsterdam	51.66417	5.35833				06	0845		
2753572	Horszak	horszak	NL		0	Europe/Amsterdam	51.77642	5.52913				06	0828		
2753576	Horsthoekerveld	horsthoekerveld	NL		0	Europe/Amsterdam	52.38333	6.01667				03	0246		
2753577	Horsthoek	horsthoek	NL		0	Europe/Amsterdam	52.37167	6.01806				03	0246		
2753579	Horstermeer	horstermeer	NL		750	Europe/Amsterdam	52.25	5.07778				07	1696		
2753583	Horsten	horsten	NL		0	Europe/Amsterdam	52.94417	7.00833				04	0037		
2753601	Hoarnsterbuorren	hoarnsterbuorren	NL		0	Europe/Amsterdam	53.1	5.78333		Hoarnsterbuorren,Hornsterburen		02	0080		
2753612	Horickheide	horickheide	NL		0	Europe/Amsterdam	51.31291	5.78495				05	0946		
2753613	Horick	horick	NL		0	Europe/Amsterdam	51.30583	5.77778				05	0946		
2753614	Hordijkerveld	hordijkerveld	NL		0	Europe/Amsterdam	51.87803	4.54568		Hordijk,Hordijkerveld		11	0599		
2753615	Hopel	hopel	NL		2240	Europe/Amsterdam	50.89245	6.05046				05	0928		
2753617	Hoorzik	hoorzik	NL		0	Europe/Amsterdam	51.775	5.32083		Hoorsik		03	0263		
2753619	Hoornsterzwaagcompagnie	hoornsterzwaagcompagnie	NL		0	Europe/Amsterdam	53.01667	6.16667		Hoornsterzwaagster Compagnie		02	0074		
2753624	Hoornsedijk	hoornsedijk	NL		0	Europe/Amsterdam	53.1675	6.58611				04	0014		
2753628	Hoornerveen	hoornerveen	NL		0	Europe/Amsterdam	52.40333	6.0375				03	0246		
2753630	Hoornderveen	hoornderveen	NL		0	Europe/Amsterdam	53.0675	7.04028				04	1950		
2753642	Hoophuizen	hoophuizen	NL		0	Europe/Amsterdam	52.38293	5.70561				03	0302		
2753643	Hoonte	hoonte	NL		0	Europe/Amsterdam	52.12583	6.60833				03	1859		
2753644	Hoonhorst	hoonhorst	NL		0	Europe/Amsterdam	52.48667	6.22778		Hohenhorst		15	0148		
2753647	Hool	hool	NL		0	Europe/Amsterdam	51.49167	5.55139				06	0820		
2753652	Hooilandseweg	hooilandseweg	NL		115	Europe/Amsterdam	53.41667	6.78333				04	1966		
2753655	Hooidonk	hooidonk	NL		0	Europe/Amsterdam	51.5	5.5125				06	0848		
2753657	Hooibergen	hooibergen	NL		0	Europe/Amsterdam	52.85729	5.59268				02	1940		
2753659	Hoog Zuthem	hoog-zuthem	NL		0	Europe/Amsterdam	52.47	6.13472		Hoog-Zutem		15	0193		
2753660	It Heechsân	it-heechsan	NL		0	Europe/Amsterdam	53.18557	6.0708		Hoogzand,It Heechsan,It Heechsân		02	0737		
2753665	Hoogwatum	hoogwatum	NL		0	Europe/Amsterdam	53.3925	6.88056				04	1979		
2753666	Hoogvliet	hoogvliet	NL		34950	Europe/Amsterdam	51.86333	4.3625		Hoogvliet Rotterdam		11	0599		
2753668	Hoogveld	hoogveld	NL		0	Europe/Amsterdam	51.65833	5.66806				06	0856		
2753670	Hoog Spul	hoog-spul	NL		0	Europe/Amsterdam	51.47833	5.12778				06	0798		
2753675	Hoogriebroek	hoogriebroek	NL		0	Europe/Amsterdam	51.50333	6.00833				05	0984		
2753676	Hoograven	hoograven	NL		0	Europe/Amsterdam	52.06316	5.11977				09	0344		
2753680	Hoogmeien	hoogmeien	NL		0	Europe/Amsterdam	51.935	5.50694				03	0214		
2753688	Hoogkerk	hoogkerk	NL		0	Europe/Amsterdam	53.21083	6.50139				04	0014		
2753692	Hoog Kana	hoog-kana	NL		0	Europe/Amsterdam	51.96583	5.49306				03	0214		
2753694	Hooghout	hooghout	NL		0	Europe/Amsterdam	51.6175	5.19722				06	0855		
2753699	Hoog Geldrop	hoog-geldrop	NL		0	Europe/Amsterdam	51.41559	5.54565				06	1771		
2753703	Hooge Zandschel	hooge-zandschel	NL		0	Europe/Amsterdam	51.66071	4.99998				06	0809		
2753707	Hooge Wijst	hooge-wijst	NL		0	Europe/Amsterdam	51.7225	5.54167		Wijst		06	1721		
2753710	Hoogeweg	hoogeweg	NL		0	Europe/Amsterdam	51.37333	3.64028				10	1714		
2753713	Hoogewaard	hoogewaard	NL		0	Europe/Amsterdam	51.955	4.95556				09	1961		
2753721	Hooge Vaart	hooge-vaart	NL		0	Europe/Amsterdam	51.68333	5.01667				06	0867		
2753731	Hoogengraven	hoogengraven	NL		0	Europe/Amsterdam	52.5425	6.48056		Hoogegraven		15	0175		
2753732	Hoogendijk	hoogendijk	NL		0	Europe/Amsterdam	51.63333	4.9				06	0826		
2753735	Hoogen-Aarle	hoogen-aarle	NL		0	Europe/Amsterdam	51.53	5.71944				06	1652		
2753738	Hoogemeeden	hoogemeeden	NL		0	Europe/Amsterdam	53.23333	6.43333		Hoogemeden,Hoogemeeden		04	1969		
2753748	Hoogeind	hoogeind	NL		180	Europe/Amsterdam	51.52059	5.05179				06	0785		
2753749	Hoogeind	hoogeind	NL		0	Europe/Amsterdam	51.94874	5.97206				03	0293		
2753750	Hoogeind	hoogeind	NL		0	Europe/Amsterdam	51.91417	5.0875				09	1961		
2753751	Hoogeind	hoogeind	NL		0	Europe/Amsterdam	51.6575	5.9		Hoogeind (Rijkevoort)		06	0756		
2753752	Hoogeind	hoogeind	NL		0	Europe/Amsterdam	51.57392	5.12556				06	0855		
2753753	Hoogeind	hoogeind	NL		0	Europe/Amsterdam	51.46417	5.27639		Hoogend		06	0823		
2753754	Hoogeind	hoogeind	NL		0	Europe/Amsterdam	51.45	5.13611				06	0798		
2753755	Hoogeind	hoogeind	NL		0	Europe/Amsterdam	51.42809	5.36038				06	0861		
2753756	Hoogeind	hoogeind	NL		0	Europe/Amsterdam	51.43417	4.9				06	0744		
2753759	Hooge Heide	hoogeheide	NL		0	Europe/Amsterdam	51.73667	5.60417				06	1685		
2753760	Hooge Heide	hooge-heide	NL		0	Europe/Amsterdam	51.69626	5.41725				06	0845		
2753762	Hooge Ham	hooge-ham	NL		0	Europe/Amsterdam	51.63333	4.93333				06	0766		
2753763	Hooge Haghorst	hooge-haghorst	NL		0	Europe/Amsterdam	51.5	5.21667		Hooge Haghorst		06	0798		
2753764	Hoogehaar	hoogehaar	NL		0	Europe/Amsterdam	52.68	6.71528				01	0109		
2753767	Hoogedijk	hoogedijk	NL		0	Europe/Amsterdam	51.32917	3.775				10	0715		
2753768	Hoogebrug	hoogebrug	NL		0	Europe/Amsterdam	51.39672	5.8773		Hoge Brug		06	0762		
2753770	Hooge Bijssel	hooge-bijssel	NL		0	Europe/Amsterdam	52.38333	5.73333				03	0302		
2753772	Hoogebiezen	hoogebiezen	NL		0	Europe/Amsterdam	51.59	5.52361				06	1948		
2753773	Hooge Berkt	hooge-berkt	NL		0	Europe/Amsterdam	51.32667	5.33889				06	1724		
2753775	Hoogeberg	hoogeberg	NL		0	Europe/Amsterdam	53.04362	4.8172				07	0448		
2753778	Hooge Aard	hooge-aard	NL		0	Europe/Amsterdam	51.55083	4.86806				06	0784		
2753779	Hoog-Duurswoude	hoog-duurswoude	NL		0	Europe/Amsterdam	52.97705	6.26684				02	0085		
2753780	Hoogdonk	hoogdonk	NL		0	Europe/Amsterdam	51.43183	5.81743				06	0762		
2753781	Hoogcruts	hoogcruts	NL		80	Europe/Amsterdam	50.77417	5.84167				05	1903		
2753782	Hoogcasteren	hoogcasteren	NL		0	Europe/Amsterdam	51.405	5.29444				06	1728		
2753783	Hoog-Caestert	hoog-caestert	NL		0	Europe/Amsterdam	50.7725	5.70972				05	1903		
2753785	Hoog Buurlo	hoog-buurlo	NL		3	Europe/Amsterdam	52.17833	5.84583				03	0200		
2753786	Hoogbroek	hoogbroek	NL		0	Europe/Amsterdam	51.9125	5.5125				03	1740		
2753787	Hoogbraak	hoogbraak	NL		980	Europe/Amsterdam	51.44819	4.91867				06	0744		
2753791	Hoog-Baarlo	hoog-baarlo	NL		0	Europe/Amsterdam	52.10917	5.87639				03	0228		
2753802	Honthem	honthem	NL		110	Europe/Amsterdam	50.81417	5.79861				05	1903		
2753805	Honswijk	honswijk	NL		0	Europe/Amsterdam	51.97167	5.17917				09	0321		
2753809	Hongerige Wolf	hongerige-wolf	NL		0	Europe/Amsterdam	53.21583	7.13333				04	1895		
2753812	Honesch	honesch	NL		0	Europe/Amsterdam	52.1475	6.74444				15	0158		
2753813	Hondzenelleboog	hondzenelleboog	NL		0	Europe/Amsterdam	52.01667	5.53333				09	0345		
2753816	Hondsrug	hondsrug	NL		0	Europe/Amsterdam	50.84833	5.98611		Hondsruk		05	0917		
2753818	Hondseinde	hondseinde	NL		0	Europe/Amsterdam	51.47491	4.98535				06	1723		
2753819	Hondseind	hondseind	NL		0	Europe/Amsterdam	51.45	5.76667				06	0762		
2753820	Hondseind	hondseind	NL		0	Europe/Amsterdam	51.45813	4.87681				06	1723		
2753822	Hondsberg	hondsberg	NL		0	Europe/Amsterdam	51.56693	5.1904		De Hondsberg		06	0824		
2753824	Honderdmorgen	honderdmorgen	NL		0	Europe/Amsterdam	51.9	6				03	1705		
2753835	Hommert	hommert	NL		860	Europe/Amsterdam	50.93583	5.91528				05	1954		
2753836	Hommelse Hoeven	hommelse-hoeven	NL		0	Europe/Amsterdam	51.66083	5.50139				06	1721		
2753840	Homberg	homberg	NL		0	Europe/Amsterdam	51.46667	6.14583				05	1507		
2753841	Holz	holz	NL		2390	Europe/Amsterdam	50.86415	6.07424				05	0928		
2753843	Holysloot	holysloot	NL		265	Europe/Amsterdam	52.41333	5.025		Holiesloot,Holijsloot		07	0363		
2753844	Holy	holy	NL		0	Europe/Amsterdam	51.93716	4.34953				11	0622		
2753845	Holwinde	holwinde	NL		0	Europe/Amsterdam	53.395	6.65417				04	1966		
2753859	Holtland	holtland	NL		0	Europe/Amsterdam	52.8425	6.34722				01	1701		
2753860	Holtinge	holtinge	NL		0	Europe/Amsterdam	52.79667	6.25139				01	1701		
2753861	Holtien	holtien	NL		0	Europe/Amsterdam	52.8475	6.39722				01	1701		
2753862	Holthuizen	holthuizen	NL		0	Europe/Amsterdam	52.16609	6.69792		Holthuixen,Holthuizen		15	0158		
2753863	Holthuizen	holthuizen	NL		0	Europe/Amsterdam	51.94833	6.16111				03	1955		
2753864	Holthuizen	holthuizen	NL		0	Europe/Amsterdam	51.91083	6.10417				03	0299		
2753869	Holthe	holthe	NL		135	Europe/Amsterdam	52.8425	6.53889				01	1731		
2753870	Holterhoek	holterhoek	NL		0	Europe/Amsterdam	52.0675	6.66806				03	1859		
2753871	Holtenbroek	holtenbroek	NL		0	Europe/Amsterdam	52.52872	6.09021				15	0193		
2753875	Holte	holte	NL		135	Europe/Amsterdam	53.0575	7.04861				04	0037		
2753877	Holt	holt	NL		0	Europe/Amsterdam	52.52333	6.33611				15	0148		
2753879	Holst	holst	NL		45	Europe/Amsterdam	51.13583	6.04167				05	1669		
2753883	Holset	holset	NL		145	Europe/Amsterdam	50.77583	5.9875				05	0981		
2753888	Hollevoeterbrug	hollevoeterbrug	NL		0	Europe/Amsterdam	52.04167	4.5625				11	1892		
2753892	Holle Poarte	holle-poarte	NL		0	Europe/Amsterdam	53.05	5.38333		De Holle Poarte		02	1900		
2753893	Holleneind	holleneind	NL		0	Europe/Amsterdam	51.59919	5.20747				06	0824		
2753894	Hollenberg	hollenberg	NL		0	Europe/Amsterdam	51.93833	6.60417				03	0197		
2753899	Hollebalg	hollebalg	NL		0	Europe/Amsterdam	52.8975	4.94028				07	1911		
2753913	Hollandsch Ankeveen	hollandsch-ankeveen	NL		130	Europe/Amsterdam	52.27199	5.11122				07	1696		
2753916	Hollander	hollander	NL		0	Europe/Amsterdam	51.285	5.85417				05	1640		
2753920	Holland	holland	NL		0	Europe/Amsterdam	51.37103	5.15079				06	1667		
2753921	Holkerveen	holkerveen	NL		485	Europe/Amsterdam	52.19917	5.45417				03	0267		
2753922	Holk	holk	NL		0	Europe/Amsterdam	52.22167	5.45				03	0267		
2753923	Holevoet	holevoet	NL		0	Europe/Amsterdam	52.06667	5.48333				09	0351		
2753930	Hogeweg	hogeweg	NL		0	Europe/Amsterdam	52.51083	5.92778		De Hoogeweg,Hoogeweg		15	0166		
2753932	Hogeveen	hogeveen	NL		0	Europe/Amsterdam	52.0775	4.58056		Hoogeveen		11	0484		
2753936	Zoeterwoude-Rijndijk	hoge-rijndijk	NL		0	Europe/Amsterdam	52.1425	4.52639		Hooge-Rijndijk,Hooge-Rijndijke,Rijndijke,Zoeterwoude-Rijndijk		11	0638		
2753938	Hogendijk	hogendijk	NL		0	Europe/Amsterdam	51.6	4.23333				06	0851		
2753939	Hoge Mors	hoge-mors	NL		5050	Europe/Amsterdam	52.15616	4.46025				11	0546		
2753941	Hoge Land	hoge-land	NL		0	Europe/Amsterdam	52.35249	5.97689				03	0232		
2753942	Hogeland	hogeland	NL		0	Europe/Amsterdam	52.21113	6.90642				15	0153		
2753945	Hoge Enk	hoge-enk	NL		895	Europe/Amsterdam	52.43	5.84167		Hooge Enk		03	0230		
2753947	Hoge Donk	hoge-donk	NL		0	Europe/Amsterdam	51.55439	4.60791		Donk,Hooge Donk		06	0840		
2753949	Hogebrug	hogebrug	NL		80	Europe/Amsterdam	52.02667	4.80417				11	1901		
2753952	Hogebieren	hogebieren	NL		0	Europe/Amsterdam	52.76917	4.84167				07	1911		
2753955	Hoge Vucht	hoge-vucht	NL		16000	Europe/Amsterdam	51.60794	4.7915				06	0758		
2753957	Hofwegen	hofwegen	NL		0	Europe/Amsterdam	51.87003	4.78334				11	1978		
2753961	Hofte	hofte	NL		0	Europe/Amsterdam	53.05	7.06111				04	0037		
2753963	Hofstad	hofstad	NL		0	Europe/Amsterdam	51.37226	5.23163				06	1728		
2753968	Höfke	hofke	NL		0	Europe/Amsterdam	50.78917	5.91806				05	1729		
2753969	Hofgeest	hofgeest	NL		1440	Europe/Amsterdam	52.44333	4.65833				07	0453		
2753972	Hof	hof	NL		0	Europe/Amsterdam	51.32221	5.3619		't Hof,Het Hof,Hof,’t Hof		06	1724		
2753973	Hof	hof	NL		0	Europe/Amsterdam	51.35333	5.87917				05	1894		
2753976	Hoeves	hoeves	NL		0	Europe/Amsterdam	51.61083	5.48333				06	1948		
2753978	Hoeveneind	hoeveneind	NL		0	Europe/Amsterdam	51.61667	4.81667				06	0758		
2753989	Hoeve	hoeve	NL		0	Europe/Amsterdam	51.86333	5.73889				03	0209		
2753990	Hoeve	hoeve	NL		0	Europe/Amsterdam	51.29333	5.42778				06	0858		
2753992	Hoetmansmeer	hoetmansmeer	NL		0	Europe/Amsterdam	53.04	6.91111				04	0765		
2753999	Hoenkoop	hoenkoop	NL		0	Europe/Amsterdam	52.00167	4.84167				09	0589		
2754005	Hoenderbos	hoenderbos	NL		0	Europe/Amsterdam	51.64314	5.62201		Hoenderbos,Hoenderbosch		06	0856		
2754011	Hoeksmeer	hoeksmeer	NL		0	Europe/Amsterdam	53.2975	6.78333				04	1979		
2754013	Hoekske	hoekske	NL		0	Europe/Amsterdam	51.68917	4.65417				06	1709		
2754016	Hoek Makkinga	hoek-makkinga	NL		0	Europe/Amsterdam	52.98333	6.23333				02	0085		
2754017	Hoekje	hoekje	NL		0	Europe/Amsterdam	53.29417	6.29583				04	1969		
2754021	Hoekelum	hoekelum	NL		0	Europe/Amsterdam	52.01083	5.66389				03	0228		
2754023	Hoekeinde	hoekeinde	NL		0	Europe/Amsterdam	51.8175	4.96111				06	1959		
2754024	Hoekdries	hoekdries	NL		0	Europe/Amsterdam	51.39417	5.33194				06	0770		
2754031	Hoefkens	hoefkens	NL		0	Europe/Amsterdam	51.71833	5.69583		Huifkens		06	1685		
2754033	Hoef	hoef	NL		0	Europe/Amsterdam	52.25417	5.54861		De Hoef		03	0273		
2754037	Hodenpijl	hodenpijl	NL		115	Europe/Amsterdam	51.985	4.32083				11	1842		
2754041	Hobbelrade	hobbelrade	NL		0	Europe/Amsterdam	50.93917	5.83056				05	0888		
2754042	Hobbel	hobbel	NL		0	Europe/Amsterdam	51.36667	5.38333				06	1724		
2754045	Hitsertse Kade	hitsertse-kade	NL		0	Europe/Amsterdam	51.74	4.36389		Hitsertschekade,Hitzerschekade		11	1963		
2754046	Hitsberg	hitsberg	NL		0	Europe/Amsterdam	51.02631	5.78542		Hitzberg en Brugstraat		05	1883		
2754051	Hintham	hintham	NL		0	Europe/Amsterdam	51.69917	5.33889				06	0796		
2754054	Hingen	hingen	NL		625	Europe/Amsterdam	51.105	5.89861				05	1711		
2754056	Hinderdam	hinderdam	NL		0	Europe/Amsterdam	52.2825	5.05972				07	1696		
2754061	Hilversumse Meent	hilversumse-meent	NL		4065	Europe/Amsterdam	52.27115	5.13729		Hilversumse Meent		07	0402		
2754068	Hilleshagen	hilleshagen	NL		100	Europe/Amsterdam	50.79833	5.95139		Hillishagen		05	1729		
2754074	Hillegersberg	hillegersberg	NL		0	Europe/Amsterdam	51.95003	4.48722		Hillegersberg,Hilligersberg		11	0599		
2754075	Hill	hill	NL		0	Europe/Amsterdam	51.74212	5.00513		Hil		06	1959		
2754078	Hild	hild	NL		0	Europe/Amsterdam	51.53917	5.19722				06	0824		
2754080	Hilakker	hilakker	NL		0	Europe/Amsterdam	51.48917	5.74306				06	1652		
2754081	Hil	hil	NL		0	Europe/Amsterdam	51.65457	5.02977				06	0809		
2754082	Hil	hil	NL		0	Europe/Amsterdam	51.55	4.66667				06	0777		
2754089	Hijkersmilde	hijkersmilde	NL		0	Europe/Amsterdam	52.93563	6.43134				01	1731		
2754098	Hiept	hiept	NL		0	Europe/Amsterdam	51.53333	5.95				05	0984		
2754099	Hien	hien	NL		0	Europe/Amsterdam	51.90833	5.66667				03	1740		
2754108	Hezelaar	hezelaar	NL		0	Europe/Amsterdam	51.635	5.36806				06	0845		
2754109	Hezelaar	hezelaar	NL		155	Europe/Amsterdam	51.56833	5.39167				06	0757		
2754112	Hexel	hexel	NL		0	Europe/Amsterdam	52.34333	6.46667				15	0163		
2754113	Heveskesklooster	heveskesklooster	NL		0	Europe/Amsterdam	53.3	6.98333				04	1979		
2754114	Heveskes	heveskes	NL		0	Europe/Amsterdam	53.30917	6.96528				04	1979		
2754115	Heveringen	heveringen	NL		0	Europe/Amsterdam	51.90357	4.08888				11	0614		
2754119	Heuven	heuven	NL		0	Europe/Amsterdam	51.92583	6.31389				03	1509		
2754120	Heuveltje	heuveltje	NL		0	Europe/Amsterdam	51.5975	5.13889				06	0855		
2754121	Heuvelstraat	heuvelstraat	NL		0	Europe/Amsterdam	51.51667	5.15972				06	0824		
2754123	Heuvels	heuvels	NL		0	Europe/Amsterdam	51.76667	5.63333				06	0828		
2754125	Heuveleind	heuveleind	NL		0	Europe/Amsterdam	51.78529	5.63397				06	0828		
2754126	Heuvelderij	heuvelderij	NL		0	Europe/Amsterdam	53.45	6.76667				04	1966		
2754127	Heuvelberg	heuvelberg	NL		0	Europe/Amsterdam	51.59167	5.62639				06	1948		
2754128	Heuvel	heuvel	NL		0	Europe/Amsterdam	51.65195	5.48965				06	1721		
2754129	Heuvel	heuvel	NL		0	Europe/Amsterdam	51.60917	5.56528				06	1948		
2754130	Heuvel	heuvel	NL		0	Europe/Amsterdam	51.5	5.48333		Den Heuvel,Heuvel		06	0848		
2754132	Heusdenhout	heusdenhout	NL		5160	Europe/Amsterdam	51.58811	4.8193				06	0758		
2754139	Heurne	heurne	NL		0	Europe/Amsterdam	52.03167	6.45139				03	1859		
2754140	Heurne	heurne	NL		0	Europe/Amsterdam	51.90083	6.57222				03	0197		
2754141	Heure	heure	NL		0	Europe/Amsterdam	52.1225	6.50417		Heurne		03	1859		
2754142	Heuneind	heuneind	NL		0	Europe/Amsterdam	51.58333	5.15				06	0855		
2754148	Heult	heult	NL		0	Europe/Amsterdam	51.61583	5.33194				06	0757		
2754156	Heugem	heugem	NL		4620	Europe/Amsterdam	50.82791	5.70774		Heugem		05	0935		
2754160	Het Zwartveen	het-zwartveen	NL		0	Europe/Amsterdam	53.14317	6.07814		Swartfaen,Zwartveen		02	0090		
2754170	Het Zand	het-zand	NL		0	Europe/Amsterdam	51.63667	4.76806				06	1719		
2754173	Het Woud	het-woud	NL		0	Europe/Amsterdam	52.64583	4.66111		't Woud,Woud		07	0373		
2754177	Het Wild	het-wild	NL		0	Europe/Amsterdam	51.765	5.36667				06	0828		
2754182	Het Westeinde	het-westeinde	NL		0	Europe/Amsterdam	52.7475	5.06944		't Westeinde		07	0420		
2754183	Het Wandelbos	het-wandelbos	NL		0	Europe/Amsterdam	51.57766	5.03754				06	0855		
2754185	Het Vorst	het-vorst	NL		0	Europe/Amsterdam	51.40917	6.15556				05	0983		
2754187	Het Vonderen	het-vonderen	NL		0	Europe/Amsterdam	51.12917	5.90139				05	1711		
2754190	It Fliet	it-fliet	NL		0	Europe/Amsterdam	53.09973	5.48207		Het Vliet		02	1900		
2754193	Het Ven	het-ven	NL		0	Europe/Amsterdam	51.71667	5.35				06	0796		
2754194	Het Ven	het-ven	NL		0	Europe/Amsterdam	51.53333	5.05				06	0855		
2754195	Het Ven	het-ven	NL		0	Europe/Amsterdam	51.38576	6.19531				05	0983		
2754196	Het Vels	het-vels	NL		0	Europe/Amsterdam	51.89684	6.57059				03	0197		
2754197	t Veen	t-veen	NL		0	Europe/Amsterdam	53.17917	6.85556		Het Veen		04	1952		
2754198	Het Veen	het-veen	NL		0	Europe/Amsterdam	53.13333	6.86667		Het Veen		04	1952		
2754206	Het Stift	het-stift	NL		0	Europe/Amsterdam	52.35583	6.84306				15	1774		
2754207	Het Spuikwartier	het-spuikwartier	NL		0	Europe/Amsterdam	52.08333	4.31667		Het Spuikwartier,Spui		11	0518		
2754208	Het Spiegel	het-spiegel	NL		0	Europe/Amsterdam	52.27422	5.14986				07	1942		
2754210	Het Slot	het-slot	NL		0	Europe/Amsterdam	51.79899	5.01698				06	1959		
2754211	Het Slikgat	het-slikgat	NL		0	Europe/Amsterdam	51.58333	4.66667		Het Slikgat,Slikgat		06	0777		
2754212	Het Schouw	het-schouw	NL		0	Europe/Amsterdam	52.42462	4.95346		Schouw		07	0852		
2754213	Het Schier	het-schier	NL		0	Europe/Amsterdam	52.78833	6.2125				01	1701		
2754219	Het Reidland	het-reidland	NL		0	Europe/Amsterdam	53.29667	6.6375				04	1966		
2754221	Peebos	peebos	NL		0	Europe/Amsterdam	53.19833	6.23056				04	1969		
2754223	Het Oudeland	het-oudeland	NL		0	Europe/Amsterdam	51.5225	4.19861				10	0716		
2754224	Het Oudeland	het-oudeland	NL		0	Europe/Amsterdam	51.4675	3.79722				10	0654		
2754226	Het Oostrik	het-oostrik	NL		2380	Europe/Amsterdam	52.25	6.21667				15	0150		
2754236	Het Moer	het-moer	NL		0	Europe/Amsterdam	52.83167	6.275				01	1701		
2754241	Het Loo	het-loo	NL		1330	Europe/Amsterdam	52.2339	5.95275		't Loo,Het Loo,Loo,’t Loo		03	0200		
2754242	Het Loo	het-loo	NL		0	Europe/Amsterdam	52.36917	6.575		't Loo,Loo		15	0189		
2754249	Het Laar	het-laar	NL		0	Europe/Amsterdam	51.47265	4.67307				06	0879		
2754253	Het Korfwater	het-korfwater	NL		0	Europe/Amsterdam	52.77333	4.66806				07	0441		
2754259	Het Kalf	het-kalf	NL		0	Europe/Amsterdam	52.4694	4.8357		't Kalf,Kalf		07	0479		
2754260	Het Jachtveld	het-jachtveld	NL		0	Europe/Amsterdam	53.17106	6.11913		Jachtveld		02	0059		
2754264	Het Hool	het-hool	NL		0	Europe/Amsterdam	51.51917	5.60972				06	1659		
2754265	Het Hoog	het-hoog	NL		0	Europe/Amsterdam	51.8979	5.90034				03	1705		
2754267	Het Hoekske	het-hoekske	NL		0	Europe/Amsterdam	51.51333	4.50139				06	0840		
2754268	Het Heufke	het-heufke	NL		0	Europe/Amsterdam	50.95	5.96667				05	0899		
2754273	Het Hazebos	het-hazebos	NL		0	Europe/Amsterdam	52.5649	6.60543				15	0160		
2754278	Het Goor	het-goor	NL		0	Europe/Amsterdam	51.46667	5.66667		Goor,Het Goor		06	0794		
2754288	Het Eind	het-eind	NL		0	Europe/Amsterdam	51.61819	4.96552		't Eind,Eind,Het Eind,’t Eind		06	0766		
2754291	Het Dorp	het-dorp	NL		0	Europe/Amsterdam	51.99056	5.88204				03	0202		
2754293	Het Broek	het-broek	NL		0	Europe/Amsterdam	51.94917	6.23889		Broek		03	0222		
2754294	Het Broek	het-broek	NL		0	Europe/Amsterdam	51.63333	5.96667				06	0756		
2754295	Het Broek	het-broek	NL		0	Europe/Amsterdam	51.45417	5.59306		Broek		06	1771		
2754296	Het Broek	het-broek	NL		0	Europe/Amsterdam	51.4066	5.44056		Broek,Den Broek,Het Broek		06	0772		
2754297	Het Bosch	het-bosch	NL		0	Europe/Amsterdam	51.39	5.21944				06	1728		
2754304	Het Beijersche	het-beijersche	NL		365	Europe/Amsterdam	51.98417	4.73194		Beiersche,Beijersche		11	1931		
2754305	Het Beggelder	het-beggelder	NL		0	Europe/Amsterdam	51.86333	6.47361				03	0197		
2754310	Hessum	hessum	NL		0	Europe/Amsterdam	52.51167	6.31389		Hessem		15	0148		
2754313	Hesselingen	hesselingen	NL		0	Europe/Amsterdam	52.68333	6.21667				01	0119		
2754314	Hespelaar	hespelaar	NL		0	Europe/Amsterdam	51.66583	4.81111				06	0826		
2754316	Herxen	herxen	NL		435	Europe/Amsterdam	52.43	6.13472		Herksen		15	1773		
2754321	Herven	herven	NL		0	Europe/Amsterdam	51.70562	5.31253				06	0796		
2754332	Hert	hert	NL		0	Europe/Amsterdam	51.34417	6.09444				05	1894		
2754334	Hersend	hersend	NL		0	Europe/Amsterdam	51.67	5.39722				06	0845		
2754336	Hersel	hersel	NL		0	Europe/Amsterdam	51.4375	5.67083				06	0847		
2754340	Herongerberg	herongerberg	NL		0	Europe/Amsterdam	51.38333	6.21667				05	0983		
2754347	Hermalen	hermalen	NL		0	Europe/Amsterdam	51.60917	5.40278				06	1948		
2754351	Herkenrade	herkenrade	NL		175	Europe/Amsterdam	50.7975	5.77917				05	1903		
2754358	Herike	herike	NL		370	Europe/Amsterdam	52.24917	6.53472		Hericke		15	1735		
2754360	Herfte	herfte	NL		390	Europe/Amsterdam	52.50833	6.15694				15	0193		
2754367	Heppert	heppert	NL		0	Europe/Amsterdam	51.85	5.58333				03	0225		
2754381	Hennaard	hennaard	NL		0	Europe/Amsterdam	53.11567	5.62938		Hennaard,Hinnaard		02	1900		
2754384	Hengstheuvel	hengstheuvel	NL		0	Europe/Amsterdam	51.6775	5.60833				06	0856		
2754386	Hengstdal	hengstdal	NL		7010	Europe/Amsterdam	51.83333	5.88333		Hengsdal,Hengstdaal		03	0268		
2754388	Hengforden	hengforden	NL		0	Europe/Amsterdam	52.31583	6.12778		Hengvoorde,Hengvorden		15	1773		
2754390	Hengeveld	hengeveld	NL		0	Europe/Amsterdam	52.37031	6.16264				15	1773		
2754398	Hengeland	hengeland	NL		0	Europe/Amsterdam	51.645	6.00139				05	0893		
2754416	Hemrikerverlaat	hemrikerverlaat	NL		0	Europe/Amsterdam	53.02199	6.14045		Hemrikerverlaat,Himrikerferlaat		02	0086		
2754421	Hemmemabuurt	hemmemabuurt	NL		0	Europe/Amsterdam	53.25	5.65		Hemmemabuert,Hemmemabuurt		02	1949		
2754425	Hemert	hemert	NL		0	Europe/Amsterdam	53.30833	6.70833				04	0014		
2754426	Hemert	hemert	NL		0	Europe/Amsterdam	53.09825	5.52355				02	1900		
2754430	Hemelrijk	hemelrijk	NL		0	Europe/Amsterdam	51.65	5.35		't Hemelrijk		06	0845		
2754432	Hembrug	hembrug	NL		0	Europe/Amsterdam	52.42116	4.83321				07	0479		
2754435	Helwijk	helwijk	NL		595	Europe/Amsterdam	51.67583	4.43194				06	1709		
2754437	Helwerd	helwerd	NL		0	Europe/Amsterdam	53.39083	6.61806				04	1966		
2754441	Helsdingen	helsdingen	NL		0	Europe/Amsterdam	51.9775	5.06528				09	1961		
2754444	Helpman	helpman	NL		6050	Europe/Amsterdam	53.19794	6.57978				04	0014		
2754445	Heloren	heloren	NL		0	Europe/Amsterdam	51.66667	5.48333				06	1721		
2754452	Helling	helling	NL		0	Europe/Amsterdam	51.53	6.08333				05	0984		
2754455	Helleneind	helleneind	NL		0	Europe/Amsterdam	51.37167	5.2125				06	1728		
2754462	Hellegat	hellegat	NL		0	Europe/Amsterdam	51.53667	4.69167				06	0879		
2754465	Hellebroek	hellebroek	NL		0	Europe/Amsterdam	50.9125	5.89592				05	1954		
2754466	Helle	helle	NL		0	Europe/Amsterdam	50.91083	5.85278				05	1954		
2754467	Helle	helle	NL		0	Europe/Amsterdam	50.78583	5.92917				05	1729		
2754468	Hell	hell	NL		0	Europe/Amsterdam	52.2325	5.53611				03	0273		
2754469	Helkant	helkant	NL		260	Europe/Amsterdam	51.675	4.75417				06	1719		
2754470	Helhuizen	helhuizen	NL		0	Europe/Amsterdam	52.32167	6.38611				15	0163		
2754472	Helhoek	helhoek	NL		0	Europe/Amsterdam	51.935	6.04167		Helhoel		03	0226		
2754473	Helhoek	helhoek	NL		40	Europe/Amsterdam	51.89917	4.09167				11	0614		
2754479	Heldensedijk	heldensedijk	NL		0	Europe/Amsterdam	51.34417	5.90556				05	1894		
2754484	Helbroek	helbroek	NL		0	Europe/Amsterdam	51.68083	5.9375				06	0756		
2754486	Heksenberg	heksenberg	NL		2395	Europe/Amsterdam	50.92068	5.97373		Hessenberg		05	0917		
2754488	Hekkum	hekkum	NL		0	Europe/Amsterdam	53.28667	6.51667				04	1966		
2754492	Heiveld	heiveld	NL		0	Europe/Amsterdam	51.79333	5.78472				03	0296		
2754494	Heitrak	heitrak	NL		0	Europe/Amsterdam	51.38083	5.85833		Heitrek		06	0762		
2754495	Heistraat	heistraat	NL		0	Europe/Amsterdam	51.43508	5.41767				06	0772		
2754496	Heisterbrug	heisterbrug	NL		0	Europe/Amsterdam	50.94333	5.875				05	1954		
2754499	Hei-Oostenrijk	hei-oostenrijk	NL		0	Europe/Amsterdam	51.48083	6.05694				05	1507		
2754500	Heioord	heioord	NL		0	Europe/Amsterdam	51.16583	5.78056				05	1640		
2754503	Heinkenszand	heinkensand	NL		0	Europe/Amsterdam	51.4725	3.81111				10	0654		
2754504	Heinis	heinis	NL		0	Europe/Amsterdam	51.71461	5.34575				06	0796		
2754508	Heineburen	heineburen	NL		0	Europe/Amsterdam	53.12	6.29028				04	1969		
2754509	Heimolen	heimolen	NL		0	Europe/Amsterdam	51.46917	4.32222				06	0748		
2754510	Heimolen	heimolen	NL		0	Europe/Amsterdam	51.43833	5.79028				06	0762		
2754517	Heille	heille	NL		0	Europe/Amsterdam	51.26667	3.41389		Heile		10	1714		
2754522	Heiligeboom	heiligeboom	NL		0	Europe/Amsterdam	51.545	5.20556		Heiligenboom		06	0824		
2754523	Heilaren	heilaren	NL		0	Europe/Amsterdam	51.65	5.48333				06	1721		
2754524	Heike	heike	NL		0	Europe/Amsterdam	51.55	5.08333		't Heike,Heike,’t Heike		06	0855		
2754525	Heike	heike	NL		0	Europe/Amsterdam	51.41667	5.4				06	0861		
2754526	Heikantse Hoeve	heikantse-hoeve	NL		0	Europe/Amsterdam	51.67667	5.44583				06	0845		
2754552	Heijplaat	heijplaat	NL		1365	Europe/Amsterdam	51.89333	4.42083		De Heij,De Heiplaat,Hei,Heiplaat,Hey,Hyplaat,Tuindorp Heyplaat		11	0599		
2754555	Heijenrath	heijenrade	NL		0	Europe/Amsterdam	50.77583	5.875		Heienrade,Heijenraat		05	1729		
2754562	Heihoek	heihoek	NL		970	Europe/Amsterdam	51.75921	5.49849				06	0828		
2754563	Heihoek	heihoek	NL		0	Europe/Amsterdam	51.73083	5.7875				06	0786		
2754564	Heierhoeve	heierhoeve	NL		0	Europe/Amsterdam	51.405	6.08472				05	0983		
2754565	Heiereind	heiereind	NL		0	Europe/Amsterdam	51.35	5.39722				06	1724		
2754568	Heieind	heieind	NL		0	Europe/Amsterdam	51.44167	5.78194				06	0762		
2754569	Heieind	heieind	NL		0	Europe/Amsterdam	51.4175	5.67083				06	0847		
2754570	Heieind	heieind	NL		0	Europe/Amsterdam	51.4075	5.25278				06	1728		
2754575	Heiderschoor	heiderschoor	NL		0	Europe/Amsterdam	51.45083	5.58472		Heideschoor		06	1771		
2754579	Heidenhoek	heidenhoek	NL		0	Europe/Amsterdam	51.98583	6.35278				03	1876		
2754580	Heidekant	heidekant	NL		0	Europe/Amsterdam	51.9525	6.20417				03	0222		
2754581	Heidehuizen	heidehuizen	NL		0	Europe/Amsterdam	53.06501	6.12912		Heidehuizen,Heidhuizen,Heidhuzen		02	0086		
2754584	Heideheim	heideheim	NL		0	Europe/Amsterdam	53.06185	6.60064		Heidenheim		01	1730		
2754594	Hei	hei	NL		0	Europe/Amsterdam	51.28333	6.01667				05	1894		
2754602	Heicop	heicop	NL		0	Europe/Amsterdam	51.95	5.1		Heicop,Heikoop,Heikop		09	1961		
2754605	Heiberg	heiberg	NL		0	Europe/Amsterdam	51.4	5.4				06	0861		
2754607	Heiakker	heiakker	NL		0	Europe/Amsterdam	51.20583	5.85694				05	1640		
2754608	Hei	hei	NL		0	Europe/Amsterdam	51.19	5.68889				05	0988		
2754609	Hegge	hegge	NL		0	Europe/Amsterdam	52.29833	5.97083				03	0232		
2754610	Hegge	hegge	NL		0	Europe/Amsterdam	50.93917	5.86667				05	1954		
2754612	Hefswal	hefswal	NL		145	Europe/Amsterdam	53.425	6.7375				04	1966		
2754614	Heezerenbosch	heezerenbosch	NL		0	Europe/Amsterdam	51.37417	5.55139				06	1658		
2754620	Heetveld	heetveld	NL		0	Europe/Amsterdam	52.66333	6.01111		Heefveld		15	1708		
2754627	Heeswijk	heeswijk	NL		665	Europe/Amsterdam	52.05167	4.96944				09	0335		
2754628	Heeswijk	heeswijk	NL		0	Europe/Amsterdam	51.73667	5.85417				06	1684		
2754630	Heesterbosch	heesterbosch	NL		0	Europe/Amsterdam	51.56667	4.51667				06	0840		
2754631	Heesterakker	heesterakker	NL		2765	Europe/Amsterdam	51.4861	5.49681				06	0772		
2754633	Heeseind	heeseind	NL		520	Europe/Amsterdam	51.73569	5.4221		't Hisend,Heescheind		06	0796		
2754636	Heesboom	heesboom	NL		0	Europe/Amsterdam	51.43667	4.89167				06	0744		
2754639	Heesakker	heesakker	NL		0	Europe/Amsterdam	51.26753	5.56773				06	1706		
2754640	Heesakker	heesakker	NL		0	Europe/Amsterdam	51.61167	5.25833				06	0824		
2754641	Hees	hees	NL		65	Europe/Amsterdam	52.74917	6.36667				01	1690		
2754642	Hees	hees	NL		325	Europe/Amsterdam	52.1625	5.27361				09	0342		
2754643	Hees	hees	NL		2875	Europe/Amsterdam	51.84136	5.82846				03	0268		
2754645	Heerstraat	heerstraat	NL		0	Europe/Amsterdam	50.83583	5.83056				05	0994		
2754646	Heerstaaien	heerstaaien	NL		0	Europe/Amsterdam	51.52	4.79167				06	1723		
2754647	Heers	heers	NL		0	Europe/Amsterdam	51.39417	5.4				06	0861		
2754648	Heer Oudelandsambacht	heer-oudelandsambacht	NL		0	Europe/Amsterdam	51.81667	4.61667		Heer Oudeland Ambacht		11	0642		
2754649	Heerlerheide	heerlerheide	NL		0	Europe/Amsterdam	50.91424	5.96004				05	0917		
2754650	Heerlerbaan	heerlerbaan	NL		0	Europe/Amsterdam	50.86667	6				05	0917		
2754675	Heerendonk	heerendonk	NL		0	Europe/Amsterdam	51.5	5.52083				06	0820		
2754676	Heereind	heereind	NL		0	Europe/Amsterdam	51.53833	5.61667		Heereneind		06	1659		
2754678	Heereburen	heereburen	NL		0	Europe/Amsterdam	53.28333	6.35139				04	1969		
2754682	Heer	heer	NL		7615	Europe/Amsterdam	50.83836	5.72989		Hier,Meer		05	0935		
2754684	Heenweg	heenweg	NL		680	Europe/Amsterdam	51.98167	4.18056		De Heenweg,Maasdijk-Heenweg		11	1783		
2754689	Heensche Molen	heensche-molen	NL		50	Europe/Amsterdam	51.60333	4.24583		Heensche Molen		06	0851		
2754695	Heemskerkerduin	heemskerkerduin	NL		800	Europe/Amsterdam	52.5075	4.63194				07	0396		
2754700	Heemse	heemse	NL		0	Europe/Amsterdam	52.56851	6.60161				15	0160		
2754708	Heek	heek	NL		120	Europe/Amsterdam	50.87583	5.8625				05	0994		
2754709	Heegh	heegh	NL		0	Europe/Amsterdam	51.94093	6.15745		Heeg		03	1955		
2754713	Heechterp	heechterp	NL		1805	Europe/Amsterdam	53.20963	5.8225				02	0080		
2754721	Hebrecht	hebrecht	NL		0	Europe/Amsterdam	53.03833	7.16389				04	1950		
2754726	Hazennest	hazennest	NL		0	Europe/Amsterdam	51.5875	5.10833				06	0855		
2754728	Hazenhurk	hazenhurk	NL		0	Europe/Amsterdam	51.37	5.56806				06	1658		
2754730	Hazenberg	hazenberg	NL		0	Europe/Amsterdam	51.46222	4.85645				06	0744		
2754732	Hazeldonk	hazeldonk	NL		0	Europe/Amsterdam	51.62833	4.63383				06	1709		
2754733	Hazeldonk	hazeldonk	NL		40	Europe/Amsterdam	51.50537	4.74781				06	0879		
2754734	Hazelberg	hazelberg	NL		0	Europe/Amsterdam	51.64	5.53889				06	1721		
2754735	Hazelaar	hazelaar	NL		0	Europe/Amsterdam	51.525	4.36806				06	1674		
2754736	Hayum	hayum	NL		0	Europe/Amsterdam	53.09115	5.41122				02	1900		
2754745	Havenhoofd	havenhoofd	NL		0	Europe/Amsterdam	51.83083	4.00556				11	1924		
2754746	Havenbuurt	havenbuurt	NL		0	Europe/Amsterdam	52.45667	5.1				07	0852		
2754753	Havelt	havelt	NL		0	Europe/Amsterdam	51.60417	5.5625				06	1948		
2754769	Hattelaar	hattelaar	NL		0	Europe/Amsterdam	51.84667	5.35833				03	1960		
2754770	Hatsum	hatsum	NL		0	Europe/Amsterdam	53.17857	5.63371				02	1949		
2754773	Hatert	hatert	NL		10210	Europe/Amsterdam	51.80635	5.83057		Hatert		03	0268		
2754774	Hatenboer	hatenboer	NL		0	Europe/Amsterdam	51.19753	5.96858				05	0957		
2754782	Hasselo	hasselo	NL		0	Europe/Amsterdam	52.29	6.82222		Hasseloo		15	0164		
2754783	Hasseler Es	hasseler-es	NL		0	Europe/Amsterdam	52.28425	6.83253				15	0164		
2754785	Hasselderheide	hasselderheide	NL		310	Europe/Amsterdam	51.42585	6.17329				05	0983		
2754788	Haspel	haspel	NL		0	Europe/Amsterdam	52.03167	5.51944				09	1581		
2754798	Hasjesstraat	hasjesstraat	NL		0	Europe/Amsterdam	51.315	3.76111				10	0715		
2754803	Harssens	harssens	NL		0	Europe/Amsterdam	53.26417	6.54306				04	1966		
2754807	Harselaar	harselaar	NL		0	Europe/Amsterdam	52.16298	5.59977				03	0203		
2754809	Harpel	harpel	NL		135	Europe/Amsterdam	52.99917	7.08889				04	1950		
2754811	Harmöle	harmole	NL		0	Europe/Amsterdam	52.12917	6.85417		Harmolen		15	0158		
2754812	Harmelerwaard	harmelerwaard	NL		0	Europe/Amsterdam	52.08917	4.98333				09	0632		
2754818	Harles	harles	NL		65	Europe/Amsterdam	50.78167	5.97222				05	0981		
2754820	Harkezijl	harkezijl	NL		0	Europe/Amsterdam	53.091	5.45228				02	1900		
2754822	Harkebuurt	harkebuurt	NL		0	Europe/Amsterdam	53.08667	4.8625				07	0448		
2754830	Haring	haring	NL		0	Europe/Amsterdam	51.6975	5.86806				06	1684		
2754833	Hargen	hargen	NL		0	Europe/Amsterdam	52.72167	4.6625		Harger		07	0373		
2754837	Harenkarspel	harenkarspel	NL		15941	Europe/Amsterdam	52.73416	4.77682		Harenkarspel,Kharenkarspel,Харенкарспел,Հարենկարսպել		07	0441		
2754839	Harenermolen	harenermolen	NL		335	Europe/Amsterdam	53.15	6.625		Harendermolen		04	0014		
2754845	Hardeweer	hardeweer	NL		0	Europe/Amsterdam	53.28417	6.44028				04	1969		
2754865	Harculo	harculo	NL		0	Europe/Amsterdam	52.4625	6.11111		Herculo,Herkeloo,Herkulo		15	0193		
2754877	Hantumerhoek	hantumerhoek	NL		0	Europe/Amsterdam	53.3629	5.98103		Hantumerhoek,Hantumerhoeke		02	1970		
2754882	Hanssum	hanssum	NL		0	Europe/Amsterdam	51.25928	6.00394				05	1640		
2754887	Hankate	hankate	NL		0	Europe/Amsterdam	52.43417	6.43889		't Hankale		15	0163		
2754889	Hanik	hanik	NL		0	Europe/Amsterdam	51.4525	6.20417				05	0983		
2754893	Hanendorp	hanendorp	NL		0	Europe/Amsterdam	52.31451	5.96437				03	0232		
2754895	Hanenberg	hanenberg	NL		0	Europe/Amsterdam	51.45	5.82361		Hannenberg		06	0762		
2754896	Haneburen	haneburen	NL		0	Europe/Amsterdam	53.01332	6.10205		Haneburen,Hoannebuorren		02	0086		
2754900	Hamshorn	hamshorn	NL		0	Europe/Amsterdam	53.19259	6.11608		Hamsherne,Hamshorn		02	0059		
2754902	Hamrik	hamrik	NL		0	Europe/Amsterdam	53.16077	6.28092				04	1969		
2754904	Hamingen	hamingen	NL		0	Europe/Amsterdam	52.6725	6.14444				15	0180		
2754910	Hamdijk	hamdijk	NL		0	Europe/Amsterdam	53.16167	7.16746				04	1895		
2754912	Ham	ham	NL		0	Europe/Amsterdam	50.86719	6.05305		Ham		05	0928		
2754913	Ham	ham	NL		0	Europe/Amsterdam	51.6575	5.82917		Den Ham,Het Ham		06	1702		
2754914	Ham	ham	NL		0	Europe/Amsterdam	51.59667	5.575		De Ham		06	1948		
2754915	Halvinkhuizen	halvinkhuizen	NL		0	Europe/Amsterdam	52.24583	5.58889				03	0273		
2754919	Halte	halte	NL		0	Europe/Amsterdam	51.44417	5.87222				06	0762		
2754929	Hallumerhoek	hallumerhoek	NL		0	Europe/Amsterdam	53.30724	5.76138				02	1970		
2754932	Hallerhoek	hallerhoek	NL		0	Europe/Amsterdam	52.44833	6.46944				15	1700		
2754933	Halle-Nijman	halle-nijman	NL		0	Europe/Amsterdam	51.97917	6.40833				03	1876		
2754934	Halle-Heide	halle-heide	NL		0	Europe/Amsterdam	52.00917	6.44167				03	1876		
2754945	Halfmijl	halfmijl	NL		0	Europe/Amsterdam	51.4175	5.325		Half-Meijl		06	0861		
2754946	Halfeind	halfeind	NL		0	Europe/Amsterdam	51.28	4.12361				10	0677		
2754948	Halder	halder	NL		65	Europe/Amsterdam	51.64917	5.32361				06	0845		
2754949	Hal	hal	NL		0	Europe/Amsterdam	51.63	5.31111		Hall		06	0757		
2754952	Hakkelaarsbrug	hakkelaarsbrug	NL		0	Europe/Amsterdam	52.31917	5.10417				07	1942		
2754956	Hagoord	hagoord	NL		0	Europe/Amsterdam	51.71667	5.01667		Haagoord,Hagoort		06	1959		
2754960	Haghoek	haghoek	NL		0	Europe/Amsterdam	52.36667	6.65				15	0141		
2754969	Haerst	haerst	NL		280	Europe/Amsterdam	52.54167	6.13611		Haarst		15	0193		
2754973	Haelensche Broek	haelensche-broek	NL		0	Europe/Amsterdam	51.21667	5.96667		Broek,Haelensche Broek		05	1640		
2754980	Groot Haasdal	groot-haasdal	NL		0	Europe/Amsterdam	50.8925	5.81944		Groot Haesdal,Haasdin		05	1954		
2754982	Haart	haart	NL		0	Europe/Amsterdam	51.9125	6.61944				03	0197		
2754983	Haart	haart	NL		0	Europe/Amsterdam	51.68333	5.91389				06	0756		
2755237	Groot-Bedaf	groot-bedaf	NL		0	Europe/Amsterdam	51.45083	5.00278		Bedaf		06	0744		
2755016	Haanwijk	haanwijk	NL		0	Europe/Amsterdam	52.0943	4.94479				09	0632		
2755017	Haanwijk	haanwijk	NL		0	Europe/Amsterdam	51.65417	5.32361				06	0845		
2755019	Haansberg	haansberg	NL		0	Europe/Amsterdam	51.57851	4.93651				06	0784		
2755020	Haansberg	haansberg	NL		0	Europe/Amsterdam	51.58022	4.63087				06	0777		
2755021	Haanrade	haanrade	NL		2015	Europe/Amsterdam	50.87981	6.07411				05	0928		
2755023	Haamstede	haamstede	NL		1885	Europe/Amsterdam	51.69682	3.74299		Khamstede,Хамстеде		10	1676		
2755025	Haaldersbroek	haaldersbroek	NL		0	Europe/Amsterdam	52.4725	4.82778				07	0479		
2755027	Haakswold	haakswold	NL		90	Europe/Amsterdam	52.7175	6.23194				01	1690		
2755033	Haagse Beemden	haagse-beemden	NL		0	Europe/Amsterdam	51.61103	4.7481				06	0758		
2755036	Haagje	haagje	NL		0	Europe/Amsterdam	52.06667	5.27222				09	1581		
2755037	Haag	haag	NL		0	Europe/Amsterdam	51.52167	5.925				05	0984		
2755042	Gun	gun	NL		0	Europe/Amsterdam	51.50583	6.11806				05	1507		
2755053	Grote Wiske	grote-wiske	NL		0	Europe/Amsterdam	52.94469	5.43213		Grote Wiske		02	1900		
2755056	Grotewal	grotewal	NL		0	Europe/Amsterdam	52.77583	4.81389				07	0441		
2755057	Grote Voort	grote-voort	NL		0	Europe/Amsterdam	51.50167	5.125		Voort		06	0798		
2755068	Grote Melm	grote-melm	NL		0	Europe/Amsterdam	52.19167	5.30972		De Melm,Melm		09	0342		
2755072	Grotel	grotel	NL		0	Europe/Amsterdam	51.52083	5.69167				06	1652		
2755074	Grote Kolonie	grote-kolonie	NL		0	Europe/Amsterdam	52.2975	5.77361		De Kolonie,Groote Kolonie		03	0302		
2755084	Groote Bottel	grote-bottel	NL		0	Europe/Amsterdam	51.45583	5.775		Bottel,De Bottel,Groote Bottel		06	0762		
2755088	Grosthuizen	grosthuizen	NL		390	Europe/Amsterdam	52.61833	4.97639				07	1598		
2755095	Grootwijngaarden	grootwijngaarden	NL		0	Europe/Amsterdam	52.98562	5.97332		Grootwijngaarden,Grutwingerden		02	0086		
2755096	Grutte Wierren	grutte-wierren	NL		0	Europe/Amsterdam	53.06667	5.75		Groot Wieren,Grutte Wierren		02	1900		
2755097	Groot Wetsinge	groot-wetsinge	NL		0	Europe/Amsterdam	53.30417	6.52917		Wetsinge		04	1966		
2755098	Groot-Welsden	groot-welsden	NL		0	Europe/Amsterdam	50.83	5.8125				05	1903		
2755101	Groot Vettenoord	groot-vettenoord	NL		0	Europe/Amsterdam	51.9	4.33333				11	0622		
2755102	Groot-Valkenisse	groot-valkenisse	NL		0	Europe/Amsterdam	51.4925	3.50694		Valkenisse		10	0717		
2755109	Groot-Oever	groot-oever	NL		0	Europe/Amsterdam	52.65	6.33889		Groote Oever		15	0160		
2755112	Groot Medhuizen	groot-medhuizen	NL		0	Europe/Amsterdam	53.34247	6.08852		Groot Medhuizen,Grut Medhuzen		02	1970		
2755113	Groot Maarslag	groot-maarslag	NL		0	Europe/Amsterdam	53.33833	6.45278		Maarslag		04	1966		
2755114	Groot Loo	groot-loo	NL		0	Europe/Amsterdam	51.48667	5.11389		't Loo		06	0798		
2755118	Koolwijk	groot-koolwijk	NL		0	Europe/Amsterdam	51.76917	5.60694				06	0828		
2755123	Groot IJsselmonde	groot-ijsselmonde	NL		28120	Europe/Amsterdam	51.88264	4.54937		Groot IJsselmonde,Westijselmonde,Westijsselmonde		11	0599		
2755126	Groot Hitland	groot-hitland	NL		0	Europe/Amsterdam	51.93833	4.63056				11	1892		
2755130	Groot Genhout	groot-genhout	NL		0	Europe/Amsterdam	50.92917	5.81944				05	0888		
2755145	Groote Waal	groote-waal	NL		0	Europe/Amsterdam	52.64015	5.03509				07	0405		
2755162	Groot Entink	groot-entink	NL		0	Europe/Amsterdam	51.93333	6.5		Groot Entink,Groot-Antink		03	0197		
2755173	Groote Lindt	groote-lindt	NL		0	Europe/Amsterdam	51.81079	4.62387		Grootelind,Grootelint		11	0489		
2755175	Groote Leeuwte	groote-leeuwte	NL		0	Europe/Amsterdam	52.68333	6.01667		De Leeuwte		15	1708		
2755183	Groote Keeten	groote-keeten	NL		0	Europe/Amsterdam	52.86167	4.71667				07	0441		
2755189	Groote Horst	groote-horst	NL		0	Europe/Amsterdam	51.64083	6.08889				05	0893		
2755191	Groote Hoeven	groote-hoeven	NL		0	Europe/Amsterdam	51.37583	5.70556				06	0847		
2755200	Groote Haar	groote-haar	NL		0	Europe/Amsterdam	51.85	4.95				11	0512		
2755227	Groot Driene	groot-driene	NL		0	Europe/Amsterdam	52.26361	6.82232				15	0164		
2755228	Groot Dorregeest	groot-dorregeest	NL		0	Europe/Amsterdam	52.54	4.72222				07	0450		
2755229	Groot Dochteren	groot-dochteren	NL		0	Europe/Amsterdam	52.17333	6.35833		Dochteren		03	0262		
2755231	Groot Deunk	groot-deunk	NL		0	Europe/Amsterdam	51.96667	6.58333				03	0197		
2755234	Groot Bruggen	groot-bruggen	NL		0	Europe/Amsterdam	51.4775	5.75417		Bruggen		06	0762		
2755235	Groot Breedenbroek	groot-breedenbroek	NL		0	Europe/Amsterdam	51.9	6.45				03	1509		
2755240	Groot Agelo	groot-agelo	NL		0	Europe/Amsterdam	52.3925	6.8875		Agelo,Groot-Ageloo		15	1774		
2755241	Groot-Abeele	groot-abeele	NL		0	Europe/Amsterdam	51.475	3.61944		Groote Abeele		10	0718		
2755261	Groeze	groeze	NL		200	Europe/Amsterdam	51.33	5.93472				05	1894		
2755268	Groeskuilen	groeskuilen	NL		0	Europe/Amsterdam	51.56667	5.71667				06	1652		
2755269	Groeseind	groeseind	NL		850	Europe/Amsterdam	51.57551	5.08628				06	0855		
2755273	Groenveld	groenveld	NL		0	Europe/Amsterdam	52.76583	4.77778		Groeneveld		07	0441		
2755274	Groenstraat	groenstraat	NL		955	Europe/Amsterdam	50.9095	6.04896				05	0882		
2755275	Groenstraat	groenstraat	NL		0	Europe/Amsterdam	51.63333	4.91667				06	0766		
2755276	Groenstraat	groenstraat	NL		0	Europe/Amsterdam	51.4575	5.14861				06	0798		
2755282	Groenlandsekade	groenlandsekade	NL		0	Europe/Amsterdam	52.23167	4.97778				09	0736		
2755283	Groenlanden	groenlanden	NL		0	Europe/Amsterdam	51.87	5.9125				03	1945		
2755287	Groenewoud	groenewoud	NL		7710	Europe/Amsterdam	51.5386	5.09028				06	0855		
2755288	Groenewoud	groenewoud	NL		0	Europe/Amsterdam	51.5225	5.62222				06	1659		
2755289	Groeneweg	groeneweg	NL		0	Europe/Amsterdam	51.98417	4.59722				11	0599		
2755294	Groenendijk	groenendijk	NL		0	Europe/Amsterdam	52.13083	4.55972				11	0484		
2755295	Groenendijk	groenendijk	NL		0	Europe/Amsterdam	51.65547	4.92213				06	0826		
2755296	Groenendijk	groenendijk	NL		0	Europe/Amsterdam	51.37417	4.0125				10	0677		
2755298	Groenendaal	groenendaal	NL		0	Europe/Amsterdam	52.08	5.94722				03	0200		
2755307	Crixhoek	grixhoek	NL		0	Europe/Amsterdam	51.1875	5.69722		Crixhoek		05	0988		
2755312	Grijzemonnikenklooster	grijzemonnikenklooster	NL		0	Europe/Amsterdam	53.28333	7.01667				04	1979		
2755313	Grijzegrubben	grijzegrubben	NL		0	Europe/Amsterdam	50.91917	5.86667				05	1954		
2755314	Grijssloot	grijssloot	NL		0	Europe/Amsterdam	53.37417	6.38333				04	1966		
2755319	Griffioen	griffioen	NL		3005	Europe/Amsterdam	51.50548	3.59598				10	0687		
2755324	Grieth	grieth	NL		0	Europe/Amsterdam	51.91667	6.11667		Griet,Grieth		03	0299		
2755325	Griete	griete	NL		0	Europe/Amsterdam	51.34667	3.8875				10	0715		
2755338	Grevenberg	grevenberg	NL		0	Europe/Amsterdam	52.74083	6.74444				01	0109		
2755342	Greup	greup	NL		110	Europe/Amsterdam	51.7875	4.43611		Groep,Group		11	1963		
2755348	Greffelkamp	greffelkamp	NL		0	Europe/Amsterdam	51.9525	6.12083				03	1955		
2755349	Greffeling	greffeling	NL		0	Europe/Amsterdam	51.83083	5.48056				03	0668		
2755352	Grebbe	grebbe	NL		0	Europe/Amsterdam	51.95	5.61667		De Grebbe		09	0340		
2755353	Grazen	grazen	NL		0	Europe/Amsterdam	51.49	4.82778				06	1723		
2755359	Grauwe Polder	grauwe-polder	NL		0	Europe/Amsterdam	51.55215	4.63301				06	0777		
2755361	Grauwe Kat	grauwe-kat	NL		35	Europe/Amsterdam	53.11409	5.48638				02	1900		
2755364	Graszode	graszode	NL		0	Europe/Amsterdam	51.48583	3.77639				10	0654		
2755365	Graswijk	graswijk	NL		0	Europe/Amsterdam	52.9675	6.55417				01	0106		
2755366	Graspeel	graspeel	NL		0	Europe/Amsterdam	51.68917	5.7				06	1685		
2755369	Gramsoord	gramsoord	NL		0	Europe/Amsterdam	51.6	5.65				06	0755		
2755372	Grafwegen	grafwegen	NL		0	Europe/Amsterdam	51.75083	5.94444				03	1945		
2755378	Graetheide	graetheide	NL		260	Europe/Amsterdam	51.02083	5.79167				05	1883		
2755379	Gracht	gracht	NL		0	Europe/Amsterdam	50.95	5.91667				05	1954		
2755380	Gracht	gracht	NL		0	Europe/Amsterdam	52.8455	5.86052		De Gracht,Gracht		02	0098		
2755381	Gracht	gracht	NL		2080	Europe/Amsterdam	50.85175	6.02793				05	0928		
2755386	Graafland	graafland	NL		380	Europe/Amsterdam	51.925	4.85556				11	1978		
2755387	Graaf	graaf	NL		615	Europe/Amsterdam	51.98083	4.97917				09	0331		
2755388	Goyse Dorp	goyse-dorp	NL		0	Europe/Amsterdam	52	5.21667				09	0321		
2755391	Gouwsluis	gouwsluis	NL		1470	Europe/Amsterdam	52.11943	4.66899		Goudschesluis,Gouse Sluis,Gouwsche Sluis,Gouwsluis		11	0484		
2755395	Couwelaar	gouwelaar	NL		0	Europe/Amsterdam	51.53583	4.80694		Couwelaar		06	1723		
2755397	Gouwe	gouwe	NL		200	Europe/Amsterdam	52.72833	4.96111		De Gouw,Gouw		07	0432		
2755402	Goudseweg	goudseweg	NL		45	Europe/Amsterdam	51.98333	4.7625				11	1931		
2755412	Gouden Ploeg	gouden-ploeg	NL		0	Europe/Amsterdam	52.51333	6.60139				15	0160		
2755425	Gortel	gortel	NL		35	Europe/Amsterdam	52.31417	5.89722				03	0232		
2755430	Gorpeind	gorpeind	NL		0	Europe/Amsterdam	51.42583	4.90417				06	0744		
2755431	Gorp	gorp	NL		0	Europe/Amsterdam	51.48333	5.08333		Gorp		06	0798		
2755440	Goorstraat	goorstraat	NL		0	Europe/Amsterdam	51.58496	4.62473				06	0777		
2755454	Gooium	gooium	NL		0	Europe/Amsterdam	53.10091	5.40607				02	1900		
2755458	Gooi	gooi	NL		370	Europe/Amsterdam	52.03377	6.28796		't Gooi,Gooi,Het Gooi,’t Gooi		03	1876		
2755460	Goldhoorn	goldhoorn	NL		0	Europe/Amsterdam	53.20083	7.07083				04	1895		
2755465	Goirke	goirke	NL		0	Europe/Amsterdam	51.57201	5.08475		Goirke,Goorke,Het Goirke		06	0855		
2755468	Goilberdingen	goilberdingen	NL		0	Europe/Amsterdam	51.96	5.18056		Golberdingen		03	0216		
2755469	Goidschalxoord	goidschalxoord	NL		190	Europe/Amsterdam	51.82667	4.46111		Godschalksoord		11	1963		
2755471	Goessche Sas	goessche-sas	NL		0	Europe/Amsterdam	51.53333	3.93333		Goessche Sas,Goesse Sas,Sas Van Goes		10			
2755483	Goejanverwelle	goejanverwelle	NL		0	Europe/Amsterdam	52.01667	4.83333		Goejanverwelle,Goejanverwellesluis		09	0589		
2755491	Gnephoek	gnephoek	NL		185	Europe/Amsterdam	52.14	4.62778				11	0484		
2755496	Glanerbrug	glanerbrug	NL		0	Europe/Amsterdam	52.21583	6.97083				15	0153		
2755498	Ginneken	ginneken	NL		5370	Europe/Amsterdam	51.56593	4.7931		Ginneken		06	0758		
2755500	Ginkel	ginkel	NL		0	Europe/Amsterdam	52.04662	5.46467		De Ginkel,Ginkel		09	1581		
2755501	Ginderover	ginderover	NL		0	Europe/Amsterdam	51.3725	5.58472				06	1658		
2755502	Ginderdoor	ginderdoor	NL		0	Europe/Amsterdam	51.53417	5.58194				06	1659		
2755503	Ginderdoor	ginderdoor	NL		0	Europe/Amsterdam	51.5025	4.84028				06	1723		
2755508	Gijzenrooi	gijzenrooi	NL		0	Europe/Amsterdam	51.41083	5.52778				06	1771		
2755509	Gijzel	gijzel	NL		0	Europe/Amsterdam	51.62667	5.21528				06	0865		
2755512	Gijsselte	gijsselte	NL		0	Europe/Amsterdam	52.75083	6.41111				01	1690		
2755514	Gijbeland	gijbeland	NL		0	Europe/Amsterdam	51.87917	4.82222		Gijbelend,Gybeland		11	1978		
2755522	Gietersebrug	gietersebrug	NL		0	Europe/Amsterdam	52.86068	5.77392				02	1940		
2755528	Gietelo	gietelo	NL		220	Europe/Amsterdam	52.185	6.13333		Gietel		03	0285		
2755529	Giessen-Oudekerk	giessen-oudekerk	NL		0	Europe/Amsterdam	51.84417	4.86667		Giesen-Oudkerk,Giessen Oudekirk,Giessen Oudkerk		11	1978		
2755531	Giessendam	giessendam	NL		5235	Europe/Amsterdam	51.83257	4.83583		Giesdam,Giesendam		11	0523		
2755537	Giersbergen	giersbergen	NL		0	Europe/Amsterdam	51.65667	5.15				06	0797		
2755538	Gieltjesdorp	gieltjesdorp	NL		0	Europe/Amsterdam	52.13917	4.98056				09	1904		
2755541	De Gytsjerkerhoeke	de-gytsjerkerhoeke	NL		0	Europe/Amsterdam	53.23836	5.87447		De Gytsjerkerhoeke,Giekerkerhoek		02	0737		
2755543	Ghil	ghil	NL		0	Europe/Amsterdam	51.40323	4.92499				06	0744		
2755546	Geysteren	geysteren	NL		425	Europe/Amsterdam	51.55	6.04861		Geijsteren,Geisteren		05	0984		
2755549	Gewande	gewande	NL		0	Europe/Amsterdam	51.75083	5.34861		Het Gewande		06	0796		
2755551	Geverik	geverik	NL		395	Europe/Amsterdam	50.9275	5.7875				05	0888		
2755552	Gever	gever	NL		0	Europe/Amsterdam	51.59167	5.22361		Gevert		06	0824		
2755553	Geuzenveld	geuzenveld	NL		0	Europe/Amsterdam	52.3779	4.79965				07	0363		
2755554	Geuzenbuurt	geuzenbuurt	NL		0	Europe/Amsterdam	52.74963	5.19938				07	0420		
2755558	Geulhem	geulhem	NL		55	Europe/Amsterdam	50.86833	5.7875				05	0994		
2755562	Gestel	gestel	NL		0	Europe/Amsterdam	51.41577	5.43989		Gestel		06	0772		
2755564	Gerwen	gerwen	NL		1735	Europe/Amsterdam	51.49	5.5625				06	0820		
2755566	Gerverscop	gerverscop	NL		225	Europe/Amsterdam	52.1175	4.95				09	0632		
2755567	Gerven	gerven	NL		0	Europe/Amsterdam	52.22083	5.59306				03	0273		
2755572	Gerner	gerner	NL		0	Europe/Amsterdam	52.52083	6.26111				15	0148		
2755575	Gerhegge	gerheggen	NL		0	Europe/Amsterdam	51.26917	5.98611				05	1640		
2755579	Genum	genum	NL		95	Europe/Amsterdam	53.32481	5.87511		Genum,Ginnum		02	1970		
2755580	Genooi	genooi	NL		0	Europe/Amsterdam	51.39333	6.16528				05	0983		
2755581	Genoenhuis	genoenhuis	NL		3815	Europe/Amsterdam	51.40917	5.53889				06	1771		
2755586	Genne-Overwaters	genne-overwaters	NL		140	Europe/Amsterdam	52.56667	6.1				15	1896		
2755587	Genne	genne	NL		0	Europe/Amsterdam	52.5625	6.11806				15	1896		
2755588	Gening	gening	NL		0	Europe/Amsterdam	51.6275	6.02083				05	0893		
2755592	Geneneind	geneneind	NL		0	Europe/Amsterdam	51.51083	5.73333		Geeneneind		06	1652		
2755600	Gendijk	gendijk	NL		0	Europe/Amsterdam	51.25333	5.98333				05	1640		
2755602	Gemullehoeken	gemullehoeken	NL		0	Europe/Amsterdam	51.56667	5.21667				06	0824		
2755606	Gement	gement	NL		0	Europe/Amsterdam	51.78	5.56667				06	0828		
2755610	Geloo	geloo	NL		0	Europe/Amsterdam	51.32167	6.12639		Loo		05	0983		
2755613	Gelkenes	gelkenes	NL		310	Europe/Amsterdam	51.93917	4.84306				11	1978		
2755617	Geldtienden	geldtienden	NL		0	Europe/Amsterdam	51.55667	3.61667				10	0717		
2755624	Gelderse Buurt	gelderse-buurt	NL		0	Europe/Amsterdam	52.8775	4.79167		Geldersche Huisjes,Gelderschebuurt		07	1911		
2755630	Geldermalsen-West	geldermalsen-west	NL		2580	Europe/Amsterdam	51.87968	5.28015				03	1960		
2755631	Geldermalsen-Oost	geldermalsen-oost	NL		0	Europe/Amsterdam	51.89055	5.30997				03	1960		
2755637	Geitenwaard	geitenwaard	NL		0	Europe/Amsterdam	51.87833	6.06806				03	0299		
2755638	Geitenkamp	geitenkamp	NL		4005	Europe/Amsterdam	52.00379	5.93862				03	0202		
2755655	Geestdorp	geestdorp	NL		165	Europe/Amsterdam	52.0975	4.90694				09	0632		
2755659	Geeserveld	geeserveld	NL		0	Europe/Amsterdam	52.74471	6.65462				01	0109		
2755833	Franse Hoef	franse-hoef	NL		0	Europe/Amsterdam	51.37667	5.19861				06	1728		
2755673	Geerstraat	geerstraat	NL		0	Europe/Amsterdam	52.29167	6.02083				03	0232		
2755676	Geersbroek	geersbroek	NL		0	Europe/Amsterdam	51.54	4.82222				06	1723		
2755679	Geerestein	geerestein	NL		0	Europe/Amsterdam	52.08854	5.41562				09	0351		
2755682	Geer	geer	NL		0	Europe/Amsterdam	52.16417	4.91389		De Geer		09	0736		
2755683	Geer	geer	NL		115	Europe/Amsterdam	51.90333	5.04583				09	1961		
2755684	Geenweide	geenweide	NL		0	Europe/Amsterdam	51.79425	5.2773				03	0263		
2755685	Geenhoven	geenhoven	NL		3270	Europe/Amsterdam	51.35935	5.46021				06	0858		
2755687	Geeneind	geeneind	NL		185	Europe/Amsterdam	51.49417	5.60556				06	0794		
2755692	Geefsweer	geefsweer	NL		0	Europe/Amsterdam	53.30833	6.93611				04	1979		
2755695	Gebroek	gebroek	NL		0	Europe/Amsterdam	51.18333	6				05	0957		
2755696	Gebroek	gebroek	NL		220	Europe/Amsterdam	51.09533	5.87266				05	1711		
2755697	Gebroek	gebroek	NL		0	Europe/Amsterdam	51.06381	5.8222				05	1711		
2755699	Gebergte	gebergte	NL		0	Europe/Amsterdam	51.43333	5.66528				06	0847		
2755701	Gawege	gawege	NL		0	Europe/Amsterdam	51.41833	4.10278				10	0703		
2755704	Gasthuis	gasthuis	NL		0	Europe/Amsterdam	50.84417	5.78611				05	1903		
2755708	Gastelsveer	gastelsveer	NL		0	Europe/Amsterdam	51.5825	4.43472				06	1655		
2755714	Gasselterboerveenschemond	gasselterboerveenschemond	NL		40	Europe/Amsterdam	53.00667	6.88056		Boerveenschemond		01	1680		
2755715	Gasselterboerveen	gasselterboerveen	NL		40	Europe/Amsterdam	52.99833	6.84306				01	1680		
2755723	Garreweer	garreweer	NL		0	Europe/Amsterdam	53.32	6.82083				04	1979		
2755734	Garderbroek	garderbroek	NL		0	Europe/Amsterdam	52.1725	5.67083		Garderenbroek,Gardererbroek		03	0203		
2755737	Ganzert	ganzert	NL		190	Europe/Amsterdam	51.96917	5.47222				03	0214		
2755738	Ganzenwinkel	ganzenwinkel	NL		0	Europe/Amsterdam	51.46074	5.63789				06	0794		
2755744	Ganzedijk	ganzedijk	NL		0	Europe/Amsterdam	53.20917	7.12083		Ganzendijk		04	1895		
2755745	Gantelwijk	gantelwijk	NL		0	Europe/Amsterdam	51.76667	4.93333				06	1959		
2755750	Gammelke	gammelke	NL		0	Europe/Amsterdam	52.31833	6.85139				15	1774		
2755773	Galamadammen	galamadammen	NL		0	Europe/Amsterdam	52.89938	5.46398				02	1900		
2755774	Gageldonk	gageldonk	NL		4865	Europe/Amsterdam	51.60167	4.73889				06	0758		
2755776	De Gagel	gagel	NL		0	Europe/Amsterdam	51.705	5.76389		De Gagel		06	0815		
2755777	Gaete	gaete	NL		0	Europe/Amsterdam	51.69917	4.71667				06	1719		
2755792	Gaarland	gaarland	NL		0	Europe/Amsterdam	53.26667	6.85694				04	1952		
2755793	Gaarkeuken	gaarkeuken	NL		0	Europe/Amsterdam	53.25	6.31111				04	1969		
2755796	Gaal	gaal	NL		0	Europe/Amsterdam	51.73333	5.65				06	1685		
2755797	Gaag	gaag	NL		0	Europe/Amsterdam	51.955	4.28889				11	1842		
2755798	Frytum	frytum	NL		0	Europe/Amsterdam	53.28167	6.38333				04	1969		
2755803	Fromberg	fromberg	NL		35	Europe/Amsterdam	50.84333	5.89167				05	0986		
2755805	Frik	frik	NL		0	Europe/Amsterdam	52.70833	4.86667				07	0398		
2755808	Friezenwijk	friezenwijk	NL		0	Europe/Amsterdam	51.86667	5.06667				03	1960		
2755810	Frieswijk	frieswijk	NL		0	Europe/Amsterdam	52.28583	6.2125				15	0150		
2755829	Fransumervoorwerk	fransumervoorwerk	NL		0	Europe/Amsterdam	53.26896	6.46804		Fransumervoorwerk,Fransummervoorwerk		04	1969		
2755832	Fransum	fransum	NL		0	Europe/Amsterdam	53.27833	6.44861				04	1969		
2755834	Fransegat	fransegat	NL		0	Europe/Amsterdam	52.01782	5.54228				09	0345		
2755839	Frankrijk	frankrijk	NL		0	Europe/Amsterdam	52.3525	5.65139				03	0243		
2755840	Frankhuis	frankhuis	NL		6145	Europe/Amsterdam	52.525	6.06806				15	0193		
2755849	Fraamklap	fraamklap	NL		0	Europe/Amsterdam	53.33917	6.63611				04	1979		
2755852	Foxholsterbosch	foxholsterbosch	NL		140	Europe/Amsterdam	53.17333	6.70694				04	1952		
2755854	Foxham	foxham	NL		0	Europe/Amsterdam	53.17	6.72778				04	1952		
2755855	Foxel	foxel	NL		435	Europe/Amsterdam	52.78333	7.01667				01	0114		
2755860	Fortmond	fortmond	NL		0	Europe/Amsterdam	52.3675	6.08889				15	1773		
2755862	Fort	fort	NL		205	Europe/Amsterdam	52.65167	6.38611				01	1690		
2755865	Fons	fons	NL		0	Europe/Amsterdam	53.15439	5.71285				02	0080		
2755873	Folgeren	folgeren	NL		0	Europe/Amsterdam	53.12447	6.08969		De Folgeren		02	0090		
2755875	Fokkershoek	fokkershoek	NL		0	Europe/Amsterdam	51.65833	5.45139				06	1721		
2755891	Flieren	flieren	NL		200	Europe/Amsterdam	51.89083	5.95833				03	1705		
2755893	Flevowijk	flevowijk	NL		3675	Europe/Amsterdam	52.54583	5.91338				15	0166		
2755900	Flânsum	flansum	NL		0	Europe/Amsterdam	53.08531	5.76769		Flansum,Flânsum		02	1900		
2755903	Finsterwolderhamrik	finsterwolderhamrik	NL		0	Europe/Amsterdam	53.215	7.13472				04	1895		
2755908	Finkeburen	finkeburen	NL		0	Europe/Amsterdam	52.9231	5.72027		Finkebuorren,Finkeburen		02	1940		
2755912	Fiemel	fiemel	NL		0	Europe/Amsterdam	53.3	7.07222		Fimel		04	1979		
2755922	Felland	felland	NL		0	Europe/Amsterdam	53.16333	6.63056				04	0014		
2755925	Feijenoord	feijenoord	NL		7275	Europe/Amsterdam	51.91169	4.50645		Fijenoord		11	0599		
2755928	Fatum	fatum	NL		0	Europe/Amsterdam	53.14214	5.57625		Fatum,Tatum		02	1949		
2755935	Faan	faan	NL		0	Europe/Amsterdam	53.23417	6.37361				04	1969		
2755936	Ezumazijl	ezumazijl	NL		0	Europe/Amsterdam	53.35936	6.14771		Ezumazijl,Iezumasyl		02	1970		
2755939	Eyserheide	eyserheide	NL		75	Europe/Amsterdam	50.83917	5.93056				05	1729		
2755942	Eykereind	eykereind	NL		0	Europe/Amsterdam	51.32246	5.37307				06	1724		
2755943	Exmorrazijl	exmorrazijl	NL		0	Europe/Amsterdam	53.06286	5.46145		Eksmoarresyl		02	1900		
2755950	Exloërkijl	exloerkijl	NL		0	Europe/Amsterdam	52.89	6.93056				01	1681		
2755951	Exel-Tol	exel-tol	NL		0	Europe/Amsterdam	52.17417	6.39167		Eksel,Exel		03	0262		
2755952	Exel	exel	NL		155	Europe/Amsterdam	52.185	6.41389				03	0262		
2755954	Ewinkel	ewinkel	NL		0	Europe/Amsterdam	51.73333	5.85139				06	1684		
2755959	Ewer	ewer	NL		0	Europe/Amsterdam	53.33667	6.36111				04	1966		
2755960	Everwenninkhoek	everwenninkhoek	NL		0	Europe/Amsterdam	52.091	6.4384				03	1859		
2755964	Everse	everse	NL		0	Europe/Amsterdam	51.57167	5.4875				06	1948		
2755965	Eversdijk	eversdijk	NL		0	Europe/Amsterdam	51.4675	3.95139				10	0678		
2755967	Everlo	everlo	NL		0	Europe/Amsterdam	51.33417	5.96111		Everloo,Loo		05	1894		
2755968	Everland	everland	NL		0	Europe/Amsterdam	51.495	4.45				06	1674		
2755979	Evenheuvel	evenheuvel	NL		0	Europe/Amsterdam	51.52	5.31111				06	0823		
2755980	Euverem	euverem	NL		0	Europe/Amsterdam	50.80333	5.86806				05	1729		
2755981	Euvelwegen	euvelwegen	NL		0	Europe/Amsterdam	51.35917	5.59444				06	1658		
2755982	Euvelgunne	euvelgunne	NL		65	Europe/Amsterdam	53.21583	6.60278				04	0014		
2755987	Eursing	eursing	NL		0	Europe/Amsterdam	52.88417	6.52778				01	1731		
2755993	Etzenrade	etzenrade	NL		0	Europe/Amsterdam	50.97833	5.96111				05	1954		
2755997	Etsberg	etsberg	NL		155	Europe/Amsterdam	51.13833	6.09583				05	1669		
2755998	Etersheim	etersheim	NL		0	Europe/Amsterdam	52.58417	5.02083				07	0385		
2755999	Etenaken	etenaken	NL		260	Europe/Amsterdam	50.84676	5.88472				05	1729		
2756001	Esveld	esveld	NL		0	Europe/Amsterdam	52.13667	5.60694				03	0203		
2756004	Essesteijn	essesteijn	NL		4900	Europe/Amsterdam	52.08534	4.37263				11	1916		
2756007	Essen	essen	NL		90	Europe/Amsterdam	53.19167	6.60417				04	0014		
2756008	Essen	essen	NL		0	Europe/Amsterdam	52.15333	5.69306				03	0203		
2756009	Essebroek	essebroek	NL		0	Europe/Amsterdam	51.96917	5.47778				03	0214		
2756015	Espelo	espelo	NL		0	Europe/Amsterdam	52.30833	6.35139		Espeloo		15	1742		
2756016	Espelo	espelo	NL		0	Europe/Amsterdam	52.25	6.86667		Espelo,Espeloo,Hof Espelo		15	0153		
2756020	Esp	esp	NL		0	Europe/Amsterdam	51.52	5.72639				06	1652		
2756023	Esdonk	esdonk	NL		0	Europe/Amsterdam	51.5825	5.66667				06	1652		
2756025	Eschoten	eschoten	NL		0	Europe/Amsterdam	52.10667	5.75556				03	0228		
2756036	Ermerveen	ermerveen	NL		15	Europe/Amsterdam	52.73583	6.84306				01	0114		
2756052	Eppenzolder	eppenzolder	NL		0	Europe/Amsterdam	52.18667	6.71111				15	0158		
2756055	Eperheide	eperheide	NL		125	Europe/Amsterdam	50.7725	5.89306		Epenerheide		05	1729		
2756061	Enzelens	enzelens	NL		0	Europe/Amsterdam	53.31417	6.77361				04	1979		
2756064	Enterbroek	enterbroek	NL		0	Europe/Amsterdam	52.30031	6.61595				15	0189		
2756069	Enschot	enschot	NL		3865	Europe/Amsterdam	51.57846	5.13885				06	0855		
2756082	Engwier	engwier	NL		0	Europe/Amsterdam	53.07201	5.41416				02	1900		
2756083	Ingwert	ingwert	NL		0	Europe/Amsterdam	53.08908	5.74842		Engwerd,Ingwert		02	1900		
2756084	Englum	englum	NL		0	Europe/Amsterdam	53.31083	6.40417				04	1969		
2756096	Engelen	engelen	NL		0	Europe/Amsterdam	51.72083	5.26528				06	0796		
2756097	Engelbert	engelbert	NL		890	Europe/Amsterdam	53.20833	6.64722				04	0014		
2756100	Engeland	engeland	NL		0	Europe/Amsterdam	52.7675	6.36944				01	1690		
2756101	Engeland	engeland	NL		0	Europe/Amsterdam	52.60417	6.63194				15	0160		
2756102	Engeland	engeland	NL		0	Europe/Amsterdam	52.52583	6.25278				15	0148		
2756103	Engeland	engeland	NL		0	Europe/Amsterdam	52.45392	5.97107				03	0269		
2756104	Engeland	engeland	NL		0	Europe/Amsterdam	52.16719	5.95476				03	0200		
2756107	Engbergen	engbergen	NL		0	Europe/Amsterdam	51.87667	6.39306				03	1509		
2756108	Eng	eng	NL		0	Europe/Amsterdam	52.17616	5.29584				09	0342		
2756109	De Eng	eng	NL		0	Europe/Amsterdam	51.95667	6.00833		De Eng		03	0226		
2756110	Eng	eng	NL		0	Europe/Amsterdam	51.78333	5.78333				03	0252		
2756112	Endepoel	endepoel	NL		0	Europe/Amsterdam	51.54333	5.94028				05	0984		
2756116	Empel	empel	NL		0	Europe/Amsterdam	51.73083	5.32639				06	0796		
2756120	Emminkhuizen	emminkhuizen	NL		0	Europe/Amsterdam	52.05167	5.52917		Emmikhuizen		09	0339		
2756121	Emmikhoven	emmikhoven	NL		0	Europe/Amsterdam	51.78333	4.98333		Emmikhoven,Emmikhovenschedijk		06	1959		
2756126	Emmerschans	emmerschans	NL		1005	Europe/Amsterdam	52.80083	6.93889				01	0114		
2756127	Emmermeer	emmermeer	NL		5995	Europe/Amsterdam	52.80071	6.89315		Emmermeer		01	0114		
2756128	Emmerhout	emmerhout	NL		7375	Europe/Amsterdam	52.78755	6.93881				01	0114		
2756131	Emmer-Erfscheidenveen	emmer-erfscheidenveen	NL		1875	Europe/Amsterdam	52.80667	6.98889		Erfscheidenveen		01	0114		
2756140	Emmawijk	emmawijk	NL		0	Europe/Amsterdam	51.87877	5.29312				03	1960		
2756145	Emmadorp	emmadorp	NL		0	Europe/Amsterdam	51.32583	4.14722				10	0677		
2756146	Emmaberg	emmaberg	NL		165	Europe/Amsterdam	50.87417	5.84583				05	0994		
2756147	Emer-Zuid	emer-zuid	NL		0	Europe/Amsterdam	51.60347	4.75699				06	0758		
2756148	Emer	emer	NL		75	Europe/Amsterdam	51.61002	4.75751		Den Emer,Emer		06	0758		
2756152	Elzet	elzet	NL		0	Europe/Amsterdam	50.79	5.93889				05	1729		
2756154	Elzen	elzen	NL		0	Europe/Amsterdam	51.62083	5.65972				06	0755		
2756156	Elsteren	elsteren	NL		0	Europe/Amsterdam	51.55333	6.07639				05	0893		
2756174	Elshof	elshof	NL		750	Europe/Amsterdam	52.39333	6.2				15	1773		
2756177	Elsenerbroek	elsenerbroek	NL		140	Europe/Amsterdam	52.2625	6.58611		Elzenerbroek		15	1735		
2756180	Elsen	elsen	NL		760	Europe/Amsterdam	52.27	6.53889		Elzen		15	1735		
2756183	Elsbroek	elsbroek	NL		0	Europe/Amsterdam	52.28378	4.57835				11	0534		
2756195	Ellersinghuizen	ellersinghuizen	NL		75	Europe/Amsterdam	53.01917	7.11111				04	1950		
2756196	Ellerhuizen	ellerhuizen	NL		0	Europe/Amsterdam	53.27917	6.60972				04	1966		
2756197	Ellerhei	ellerhei	NL		0	Europe/Amsterdam	51.21167	5.78056				05	1640		
2756203	Elkerzee	elkerzee	NL		0	Europe/Amsterdam	51.725	3.84444		Elkersee		10	1676		
2756213	Elft	elft	NL		0	Europe/Amsterdam	52.91083	4.975		De Elft		07	1911		
2756216	Elfbergen	elfbergen	NL		0	Europe/Amsterdam	52.86667	5.55				02	1940		
2756219	Electra	electra	NL		0	Europe/Amsterdam	53.31333	6.35556				04	1969		
2756220	Eldrik	eldrik	NL		0	Europe/Amsterdam	51.98667	6.19583				03	1876		
2756221	Eldik	eldik	NL		0	Europe/Amsterdam	51.91417	5.59306				03	1740		
2756222	Eldijk	eldijk	NL		0	Europe/Amsterdam	52.71763	6.77698				01	0109		
2756223	Elderveld	elderveld	NL		0	Europe/Amsterdam	51.96298	5.86175				03	0202		
2756229	Elden	elden	NL		2300	Europe/Amsterdam	51.95833	5.88194				03	0202		
2756230	Elde	elde	NL		0	Europe/Amsterdam	51.61667	5.4125		Eld		06	1948		
2756237	Ekkersrijt	ekkersrijt	NL		0	Europe/Amsterdam	51.50126	5.47304		Eikenreit		06	0848		
2756239	Ekenrooi	ekenrooi	NL		3970	Europe/Amsterdam	51.39656	5.48624		Eekenrade,Ekenrooi		06	0866		
2756243	Ekamp	ekamp	NL		65	Europe/Amsterdam	53.17417	7.0625		Eekamp		04	1895		
2756244	Eiteren	eiteren	NL		0	Europe/Amsterdam	52.03333	5.03333				09	0353		
2756249	Eind van Den Hout	eind-van-den-hout	NL		0	Europe/Amsterdam	51.65917	4.79028				06	0826		
2756250	Eindje	eindje	NL		0	Europe/Amsterdam	51.44083	5.67083				06	0847		
2756254	Eindewege	eindewege	NL		215	Europe/Amsterdam	51.4975	3.81667				10	0664		
2756257	Einde	einde	NL		0	Europe/Amsterdam	51.23333	6.01667				05	0957		
2756258	Eind	eind	NL		0	Europe/Amsterdam	51.59777	5.23684				06	0824		
2756259	Eind	eind	NL		0	Europe/Amsterdam	51.52083	5.52361				06	0848		
2756260	Eind	eind	NL		0	Europe/Amsterdam	51.3525	5.39583				06	1724		
2756261	Eind	eind	NL		0	Europe/Amsterdam	51.27667	5.78056				05	0946		
2756262	Eind	eind	NL		0	Europe/Amsterdam	51.25667	5.91667				05	1640		
2756263	Eimeren	eimeren	NL		0	Europe/Amsterdam	51.90583	5.80694				03	1734		
2756267	Eiland	eiland	NL		150	Europe/Amsterdam	51.4275	4.36667				06	0873		
2756268	Eiland	eiland	NL		0	Europe/Amsterdam	51.13333	5.85972				05	1641		
2756269	Eikske	eikske	NL		0	Europe/Amsterdam	50.87978	6.0139				05	0882		
2756274	Eikenhoek	eikenhoek	NL		0	Europe/Amsterdam	51.64844	5.49067				06	1721		
2756275	Eikenheuvel	eikenheuvel	NL		630	Europe/Amsterdam	51.63917	5.61111				06	0856		
2756277	Eikelhof	eikelhof	NL		335	Europe/Amsterdam	52.31417	6.16389				15	1773		
2756278	Eikelenbosch	eikelenbosch	NL		0	Europe/Amsterdam	51.4775	6.08611		Eikelenbos		05	1507		
2756279	Eikelenbosch	eikelenbosch	NL		0	Europe/Amsterdam	51.42583	4.9				06	0744		
2756280	Eikberg	eikberg	NL		0	Europe/Amsterdam	51.55833	4.83333				06	0758		
2756293	Eibersburen	eibersburen	NL		0	Europe/Amsterdam	53.24833	6.26111		Eiberburen,Eibertburen		04	1969		
2756296	Egypte	egypte	NL		0	Europe/Amsterdam	52.96896	6.16526				02	0085		
2756303	Egelshoek	egelshoek	NL		115	Europe/Amsterdam	52.18083	5.14583				07	0402		
2756305	Egede	egede	NL		0	Europe/Amsterdam	52.44083	6.45278				15	0163		
2756307	Egchelheide	egchelheide	NL		0	Europe/Amsterdam	51.30167	5.96944				05	1894		
2756309	Egbertsgaasten	egbertsgaasten	NL		0	Europe/Amsterdam	53.11337	6.03294		Egbertsgaasten,Eibertsgaasten		02	0090		
2756310	Effen	effen	NL		0	Europe/Amsterdam	51.5525	4.72917		Essen		06	0758		
2756316	Eexta	eexta	NL		1605	Europe/Amsterdam	53.16386	6.98344		Eeksta		04	1895		
2756328	Eese	eese	NL		0	Europe/Amsterdam	52.83583	6.11389		Eeze,Eze		15	1708		
2756335	Eerste Exloërmond	eerste-exloermond	NL		365	Europe/Amsterdam	52.92686	6.93306		1e Exloermond,1e Exloërmond,Eerste Ekslooermond,Eerste Ekslooërmond,Eerste Exsloermond,Eerste Exsloërmond		01	1681		
2756343	Eerschot	eerschot	NL		2210	Europe/Amsterdam	51.56833	5.47361				06	1948		
2756348	Eerde	eerde	NL		0	Europe/Amsterdam	52.4875	6.44583		Erde		15	0175		
2756349	Eerde	eerde	NL		1065	Europe/Amsterdam	51.60417	5.49861				06	1948		
2756354	Eenumerhoogte	eenumerhoogte	NL		0	Europe/Amsterdam	53.34199	6.7843		Eenumerhoogte		04	1979		
2756359	Eenigenburg	eenigenburg	NL		170	Europe/Amsterdam	52.74167	4.725				07	0441		
2756363	Eeneind	eeneind	NL		725	Europe/Amsterdam	51.45167	5.54722				06	0820		
2756367	Eendragt	eendragt	NL		0	Europe/Amsterdam	51.35667	3.90556				10	0715		
2756381	Eemswoude	eemswoude	NL		0	Europe/Amsterdam	53.04443	5.52157				02	1900		
2756382	Eemster	eemster	NL		145	Europe/Amsterdam	52.85333	6.38333				01	1701		
2756389	Eemten	eemten	NL		0	Europe/Amsterdam	52.67167	6.32917				01	1690		
2756391	Eemnesbuiten	eemnesbuiten	NL		0	Europe/Amsterdam	52.25	5.26667				09	0317		
2756392	Eemnesbinnen	eemnesbinnen	NL		0	Europe/Amsterdam	52.25	5.26667		Eemnes-binne,Eemnesbinnen		09	0317		
2756399	Eembrugge	eembrugge	NL		0	Europe/Amsterdam	52.22667	5.30972				09	0317		
2756403	Eelen	eelen	NL		0	Europe/Amsterdam	52.41772	6.45438				15	0163		
2756410	Eekwerderdraai	eekwerderdraai	NL		0	Europe/Amsterdam	53.31417	6.79583				04	1979		
2756411	Eekwerd	eekwerd	NL		0	Europe/Amsterdam	53.32667	6.79722				04	1979		
2756412	Eekt	eekt	NL		195	Europe/Amsterdam	52.45371	5.87863				03	0269		
2756415	Eekeburen	eekeburen	NL		0	Europe/Amsterdam	53.22083	6.34444				04	1969		
2756416	Eefsele	eefsele	NL		0	Europe/Amsterdam	52.035	6.58889				03	1586		
2756427	Edens	edens	NL		40	Europe/Amsterdam	53.12107	5.61436		Iens		02	1900		
2756435	Eckart	eckart	NL		4300	Europe/Amsterdam	51.4732	5.49449				06	0772		
2756437	Echterbosch	echterbosch	NL		50	Europe/Amsterdam	51.07417	5.975				05	1711		
2756447	Ebbenbroek	ebbenbroek	NL		0	Europe/Amsterdam	52.53667	6.68472				15	0160		
2756454	Dwarsweg	dwarsweg	NL		0	Europe/Amsterdam	52.01667	5.51667				09	0340		
2756463	Dwarsgracht	dwarsgracht	NL		130	Europe/Amsterdam	52.72417	6.0375				15	1708		
2756467	Dwarsdijk	dwarsdijk	NL		0	Europe/Amsterdam	51.98917	5.28056				09	0352		
2756468	Dwarsdiep	dwarsdiep	NL		0	Europe/Amsterdam	53.025	6.93889				04	0765		
2756472	Duyn en Dael	duyn-en-dael	NL		0	Europe/Amsterdam	51.72297	5.42556		Duin-en-Daal,Duyn en Dael		06	0796		
2756478	Duurkenakker	duurkenakker	NL		0	Europe/Amsterdam	53.14083	6.90278				04	1952		
2756479	Duurendseind	duurendseind	NL		0	Europe/Amsterdam	51.78	5.58611				06	0828		
2756480	Duur	duur	NL		0	Europe/Amsterdam	52.36417	6.11389				15	1773		
2756481	Dutten Del	dutten-del	NL		0	Europe/Amsterdam	52.1	4.31667				11	0518		
2756484	Dusseldorp	dusseldorp	NL		0	Europe/Amsterdam	52.56667	4.7		Disseldorp,Dusseldorp		07	0383		
2756485	Durgerdam	durgerdam	NL		500	Europe/Amsterdam	52.3777	4.98908		Djurgerdam,Durgerdam,Дюргердам		07	0363		
2756486	Dunsborg	dunsborg	NL		0	Europe/Amsterdam	52.04	6.34861				03	1876		
2756489	Dun	dun	NL		0	Europe/Amsterdam	51.5	5.3				06	0823		
2756490	Dun	dun	NL		0	Europe/Amsterdam	51.43333	5.16111				06	0798		
2756494	Dulder	dulder	NL		0	Europe/Amsterdam	52.33833	6.8				15	1774		
2756495	Dukenburg	dukenburg	NL		0	Europe/Amsterdam	51.81336	5.79909		Dukenburg		03	0268		
2756496	Duizend Morgen	duizend-morgen	NL		0	Europe/Amsterdam	51.8	5				06	1959		
2756499	Duizeldonk	duizeldonk	NL		0	Europe/Amsterdam	51.46667	5.68333				06	0794		
2756503	Duivenhoek	duivenhoek	NL		0	Europe/Amsterdam	51.35167	4.09583				10	0677		
2756505	Duivendans	duivendans	NL		0	Europe/Amsterdam	52.46667	5.98333		Duivedans		03	0269		
2756514	Duistervoorde	duistervoorde	NL		0	Europe/Amsterdam	52.22917	6.09167				03	0285		
2756515	Duinzigt	duinzigt	NL		2510	Europe/Amsterdam	52.10485	4.32494				11	0518		
2756524	Duin en Bosch	duin-en-bosch	NL		370	Europe/Amsterdam	52.55877	4.64773				07	0383		
2756525	Duinen	duinen	NL		0	Europe/Amsterdam	52.35	5.68333				03	0243		
2756526	Duindorp	duindorp	NL		5935	Europe/Amsterdam	52.09078	4.26038				11	0518		
2756529	Duin	duin	NL		0	Europe/Amsterdam	51.61317	5.46338				06	1948		
2756530	Duiksehoef	duiksehoef	NL		0	Europe/Amsterdam	51.64	5.04444		Duikschehoeven,Duikse Hoeven		06	0809		
2756532	Duifhuis	duifhuis	NL		0	Europe/Amsterdam	51.72	5.68333				06	1685		
2756533	Duifhuis	duifhuis	NL		0	Europe/Amsterdam	51.63917	5.59583				06	0856		
2756535	Dubbroek	dubbroek	NL		0	Europe/Amsterdam	51.35417	6.07917				05	1894		
2756537	Dubbeldam	dubbeldam	NL		0	Europe/Amsterdam	51.80092	4.70232				11	0505		
2756544	Drumpt	drumpt	NL		2130	Europe/Amsterdam	51.897	5.41043		Drumpt,Drumt		03	0281		
2756545	Druisdijk	druisdijk	NL		0	Europe/Amsterdam	51.515	4.97917				06	1723		
2756565	Drogt	drogt	NL		0	Europe/Amsterdam	52.65917	6.40694		Dracht,Drocht		01	1690		
2756568	Droge	droge	NL		0	Europe/Amsterdam	51.78333	5.85				03	0252		
2756578	Driesprong	driesprong	NL		0	Europe/Amsterdam	52.07	5.69028				03	0228		
2756580	Drieschouwen	drieschouwen	NL		0	Europe/Amsterdam	51.25583	3.91111				10	0715		
2756583	Driene	driene	NL		0	Europe/Amsterdam	52.26333	6.83889		Groot Driene		15	0164		
2756584	Driemond	driemond	NL		1500	Europe/Amsterdam	52.30583	5.01667				07	0363		
2756585	Driemolens	driemolens	NL		0	Europe/Amsterdam	52.83333	4.85		Driemolens,Molens		07	1911		
2756587	Driemanspolder	driemanspolder	NL		6250	Europe/Amsterdam	52.05176	4.48504		Driemanspolder		11	0637		
2756598	Driehuis	driehuis	NL		0	Europe/Amsterdam	52.44667	4.6375		Driehuis NH		07	0453		
2756599	Driehuis	driehuis	NL		0	Europe/Amsterdam	51.73333	5.7				06	1685		
2756600	Driehuis	driehuis	NL		0	Europe/Amsterdam	51.385	5.32361				06	0770		
2756601	Driehoek	driehoek	NL		0	Europe/Amsterdam	51.46667	5.25				06	0823		
2756602	Driehoek	driehoek	NL		0	Europe/Amsterdam	51.64583	4.4375				06	1709		
2756603	Driehoek	driehoek	NL		0	Europe/Amsterdam	51.60083	5.87917				06	1702		
2756604	Driehoek	driehoek	NL		0	Europe/Amsterdam	51.55	4.9				06	0784		
2756605	Driehoek	driehoek	NL		0	Europe/Amsterdam	51.52386	5.36553				06	0753		
2756606	Driehoek	driehoek	NL		0	Europe/Amsterdam	51.50333	5.49722				06	0848		
2756607	Driehoek	driehoek	NL		0	Europe/Amsterdam	51.4625	4.625		De Driehoek		06	0879		
2756608	Drie Hoefijzers	drie-hoefijzers	NL		0	Europe/Amsterdam	51.65917	4.69306				06	1709		
2756609	Drie Hoefijzers	drie-hoefijzers	NL		0	Europe/Amsterdam	51.24333	4.00278				10	0677		
2756611	Drieënhuizen	drieenhuizen	NL		0	Europe/Amsterdam	52.15083	5.71111				03	0203		
2756612	Driedorp	driedorp	NL		0	Europe/Amsterdam	52.2075	5.51944				03	0267		
2756618	Drieboerehuizen	drieboerehuizen	NL		0	Europe/Amsterdam	53.37754	5.9236		Drieboerehuizen,Trijeboerehuzen		02	1970		
2756620	Driebergen	driebergen	NL		0	Europe/Amsterdam	52.05149	5.28743		Driebergen		09	1581		
2756624	Drie	drie	NL		0	Europe/Amsterdam	52.26667	5.67778				03	0233		
2756645	Draaisterhuizen	draaisterhuizen	NL		0	Europe/Amsterdam	53.00386	5.60078				02	1900		
2756647	Draaibrug	draaibrug	NL		0	Europe/Amsterdam	51.29917	3.42778				10	1714		
2756648	Draai	draai	NL		0	Europe/Amsterdam	52.66333	4.86667				07	0398		
2756649	Douwen	douwen	NL		0	Europe/Amsterdam	53.34917	6.39306				04	1966		
2756650	Douvergenhout	douvergenhout	NL		0	Europe/Amsterdam	50.95702	5.92815				05	1954		
2756653	Dortherhoek	dortherhoek	NL		220	Europe/Amsterdam	52.23167	6.27778		Dorterhoek		15	0150		
2756660	Dorshout	dorshout	NL		0	Europe/Amsterdam	51.62583	5.52361				06	1948		
2756664	Dorp	dorp	NL		0	Europe/Amsterdam	53.23833	6.23333				04	1969		
2756665	Dorkwerd	dorkwerd	NL		80	Europe/Amsterdam	53.25	6.5125				04	0014		
2756671	Doosje	doosje	NL		0	Europe/Amsterdam	52.67917	6.13611				15	1708		
2756675	Doornsteeg	doornsteeg	NL		5400	Europe/Amsterdam	52.23	5.45417				03	0267		
2756679	Doorning	doorning	NL		0	Europe/Amsterdam	51.8075	5.32917				03	0263		
2756680	Doornik	doornik	NL		0	Europe/Amsterdam	51.8725	5.88056				03	1705		
2756681	Doornhoek	doornhoek	NL		0	Europe/Amsterdam	51.68167	5.40694				06	0845		
2756682	Doornhoek	doornhoek	NL		0	Europe/Amsterdam	51.60167	5.53611				06	1948		
2756688	Doonheide	doonheide	NL		1030	Europe/Amsterdam	51.56667	5.69444				06	1652		
2756690	Doodstil	doodstil	NL		65	Europe/Amsterdam	53.39083	6.67361				04	1966		
2756691	Doodenhoek	doodenhoek	NL		0	Europe/Amsterdam	51.6479	5.4969				06	1721		
2756694	Donzel	donzel	NL		0	Europe/Amsterdam	51.715	5.54722				06	1721		
2756697	Donkervliet	donkervliet	NL		0	Europe/Amsterdam	52.23333	5				09	0736		
2756699	Donkersvoort	donkersvoort	NL		0	Europe/Amsterdam	51.53917	5.59306				06	1659		
2756701	Donkereind	donkereind	NL		0	Europe/Amsterdam	52.19167	4.925				09	0736		
2756704	Donk	donk	NL		0	Europe/Amsterdam	51.68333	5.5				06	1721		
2756705	Donk	donk	NL		0	Europe/Amsterdam	51.6	5.68333				06	0755		
2756706	Donk	donk	NL		3580	Europe/Amsterdam	51.53843	5.62914				06	1659		
2756707	Donk	donk	NL		0	Europe/Amsterdam	51.4325	5.27083				06	0770		
2756708	Donk	donk	NL		0	Europe/Amsterdam	51.335	5.88472				05	1894		
2756709	Donk	donk	NL		0	Europe/Amsterdam	51.31167	6.05833				05	1894		
2756716	Doniaburen	doniaburen	NL		0	Europe/Amsterdam	53.00004	5.42902				02	1900		
2756720	Dongense Vaart	dongense-vaart	NL		0	Europe/Amsterdam	51.63333	5		De Vaart,Dongensch Vaart,Dongenschevaart,Dongense Vaart,Dongensevaart,Dongenvaart		06	0766		
2756734	Donderberg	donderberg	NL		0	Europe/Amsterdam	51.18253	6.00847				05	0957		
2756735	Domwier	domwier	NL		0	Europe/Amsterdam	53.13719	5.84301		Domwier,Dongwier		02	0080		
2756738	Dommelsvoort	dommelsvoort	NL		0	Europe/Amsterdam	51.7325	5.83333				06	1684		
2756739	Dommelen	dommelen	NL		1220	Europe/Amsterdam	51.34624	5.43394				06	0858		
2756740	Dommel Bergen	dommel-bergen	NL		0	Europe/Amsterdam	51.65698	4.86959				06	0826		
2756749	Dolphia	dolphia	NL		590	Europe/Amsterdam	52.21901	6.94583				15	0153		
2756754	Dolberg	dolberg	NL		0	Europe/Amsterdam	50.87333	5.87639				05	0986		
2756755	Dokkumer Nieuwe Zijlen	dokkumer-nieuwe-zijlen	NL		45	Europe/Amsterdam	53.31888	6.15724		Dokkumer Nieuwe Zijlen,Dokkumer Nije Silen,Dokkumernieuwezijlen		02	1970		
2756760	Doijum	doijum	NL		0	Europe/Amsterdam	53.16473	5.53076		Doaium,Doijum		02	1949		
2756769	Doesburgerbuurt	doesburgerbuurt	NL		0	Europe/Amsterdam	52.06333	5.63889		Does Burger Huurt		03	0228		
2756780	Djept	djept	NL		0	Europe/Amsterdam	51.42846	5.40712				06	0861		
2756781	Diunt	diunt	NL		0	Europe/Amsterdam	51.50833	4.74722				06	0758		
2756782	Distelberg	distelberg	NL		330	Europe/Amsterdam	51.65833	5.21806		Achterste Distelberg		06	0865		
2756784	Dishoek	dishoek	NL		170	Europe/Amsterdam	51.4725	3.52361				10	0717		
2756791	Dinxterveen	dinxterveen	NL		255	Europe/Amsterdam	52.70687	6.1393		Dingsterveen		15	1708		
2756794	Dinthersehoek	dinthersehoek	NL		0	Europe/Amsterdam	51.655	5.53611				06	1721		
2756808	Dingen	dingen	NL		0	Europe/Amsterdam	53.35423	6.51031		Dingen		04	1966		
2756815	Dikkenberg	dikkenberg	NL		0	Europe/Amsterdam	52	5.56667				09	0345		
2756818	Dikbroeken	dikbroeken	NL		0	Europe/Amsterdam	52.8725	7				01	1681		
2756820	Dijkwel	dijkwel	NL		0	Europe/Amsterdam	51.48	3.94028				10	0678		
2756825	Dijksterburen	dijksterburen	NL		0	Europe/Amsterdam	53.13627	5.41223				02	1900		
2756826	Dijkshorne	dijkshorne	NL		0	Europe/Amsterdam	53.34559	6.13618		Dijkshorne,Dyksherne		02	1970		
2756828	Dijkshoek	dijkshoek	NL		0	Europe/Amsterdam	53.26162	5.54466				02	1949		
2756832	Dijkmanshuizen	dijkmanshuizen	NL		0	Europe/Amsterdam	53.05417	4.8625				07	0448		
2756833	Dijkhuizen	dijkhuizen	NL		0	Europe/Amsterdam	52.72678	6.25989				01	1690		
2756834	Dijkhuizen	dijkhuizen	NL		0	Europe/Amsterdam	52.355	6.01389				03	0232		
2759054	Berm	berm	NL		0	Europe/Amsterdam	51.78197	5.32416				03	0263		
2756836	Dijkhuisjes	dijkhuisjes	NL		0	Europe/Amsterdam	51.725	3.94583				10	1676		
2756837	Dijkhoek	dijkhoek	NL		0	Europe/Amsterdam	52.1025	6.50139				03	1859		
2756839	Dijkerstraat	dijkerstraat	NL		0	Europe/Amsterdam	51.23083	5.69722				05	0988		
2756840	Dijkerhoek	dijkerhoek	NL		0	Europe/Amsterdam	52.28	6.35				15	1742		
2756844	Dijk	dijk	NL		0	Europe/Amsterdam	51.415	5.71389				06	0743		
2756845	Dijk	dijk	NL		0	Europe/Amsterdam	51.295	6.02778				05	1894		
2756850	Dieze	dieze	NL		0	Europe/Amsterdam	52.52176	6.09896		Dieze Oost,Dieze West		15	0193		
2756856	Dieteren	dieteren	NL		745	Europe/Amsterdam	51.07667	5.84583				05	1711		
2756860	Dieskant	dieskant	NL		0	Europe/Amsterdam	51.7175	5.27778				06	0796		
2756861	Diermen	diermen	NL		0	Europe/Amsterdam	52.245	5.50139				03	0273		
2756863	Diergaarde	diergaarde	NL		380	Europe/Amsterdam	51.08555	5.96327				05	1711		
2756868	Diepswal	diepswal	NL		0	Europe/Amsterdam	53.23333	6.39444				04	1969		
2756869	Diepswal	diepswal	NL		710	Europe/Amsterdam	53.15	6.36944				04	1969		
2756879	Diependal	diependal	NL		0	Europe/Amsterdam	50.76333	5.90417				05	1729		
2756881	Diepenbroek	diepenbroek	NL		0	Europe/Amsterdam	51.465	5.60417				06	1771		
2756885	Diemerbroek	diemerbroek	NL		240	Europe/Amsterdam	52.0525	4.8625				09	0589		
2756890	Diefdijk	diefdijk	NL		0	Europe/Amsterdam	51.91417	5.13056				09	1961		
2756897	Dichteren	dichteren	NL		0	Europe/Amsterdam	51.95083	6.25972				03	0222		
2756903	De Zulthe	de-zulthe	NL		0	Europe/Amsterdam	53.14955	6.41533		Zulte		01	1699		
2756904	De Zoom	de-zoom	NL		0	Europe/Amsterdam	52.38333	5.81667		De Zoom,Zoom		03	0302		
2756910	De Zoeke	de-zoeke	NL		0	Europe/Amsterdam	52.24417	7.00278		Zoeke		15	0168		
2756915	De Zandloper	de-zandloper	NL		150	Europe/Amsterdam	52.9	4.71667				07	0400		
2756918	De Zande	de-zande	NL		0	Europe/Amsterdam	52.51417	5.95972		Zande		15	0166		
2756919	Zandberg	de-zandberg	NL		0	Europe/Amsterdam	50.8225	6.00833		Zandberg		05	0965		
2756920	De Woudfennen	de-woudfennen	NL		0	Europe/Amsterdam	52.962	5.75409		De Waldfinnen,De Woudfennen,De Wâldfinnen		02	1940		
2756923	De Wopereis	de-wopereis	NL		0	Europe/Amsterdam	52.00417	6.49583				03	1586		
2756924	De Woerd	de-woerd	NL		130	Europe/Amsterdam	51.90427	5.3739				03	0214		
2756930	De Winkel	de-winkel	NL		0	Europe/Amsterdam	51.11667	6.05		Winkel		05	1669		
2756931	De Wind	de-wind	NL		0	Europe/Amsterdam	51.57417	5.68472				06	1652		
2756937	De Wijert	de-wijert	NL		4765	Europe/Amsterdam	53.1945	6.57117				04	0014		
2756941	De Wieken	de-wieken	NL		0	Europe/Amsterdam	53.11043	6.11255		De Wieken,De Wiken		02	0090		
2756943	Westerhoeven	westerhoeven	NL		160	Europe/Amsterdam	52.42167	6.58194		Westerhoeve		15	1700		
2756944	De Westen	de-westen	NL		0	Europe/Amsterdam	53.04667	4.75556				07	0448		
2756945	De Werken	de-werken	NL		0	Europe/Amsterdam	51.81562	4.91162		Werken		06	1959		
2756946	De Weijer	de-weijer	NL		0	Europe/Amsterdam	51.45667	5.7125				06	0794		
2756947	De Weide	de-weide	NL		0	Europe/Amsterdam	52.71667	6.45				01	0118		
2756951	De Weerd	de-weerd	NL		0	Europe/Amsterdam	51.20917	5.97361				05	0957		
2756953	De Weel	de-weel	NL		0	Europe/Amsterdam	52.7325	4.84583				07	1911		
2756955	De Weed	de-weed	NL		0	Europe/Amsterdam	52.65	5.21806		Weed		07	0498		
2756961	De Wacht	de-wacht	NL		0	Europe/Amsterdam	51.75167	4.625		Wacht		11	1963		
2756964	De Vrijheid	de-vrijheid	NL		0	Europe/Amsterdam	52.44969	5.85066				03	0230		
2756967	De Vorst	de-vorst	NL		0	Europe/Amsterdam	51.39417	6.04583		Vorst		05	1507		
2756968	De Voorwaarts	de-voorwaarts	NL		10	Europe/Amsterdam	52.21013	5.98892				03	0200		
2756974	De Vlijt	de-vlijt	NL		0	Europe/Amsterdam	52.22875	5.97296				03	0200		
2756976	De Vink	de-vink	NL		0	Europe/Amsterdam	52.14761	4.45624				11	0546		
2756977	De Vijfhoek	de-vijfhoek	NL		0	Europe/Amsterdam	52.2332	6.10353				03	0285		
2756978	De Vijf Eiken	de-vijf-eiken	NL		0	Europe/Amsterdam	51.58333	4.91667				06	0784		
2756988	De Vennen	de-vennen	NL		0	Europe/Amsterdam	53.3544	6.55437		De Vennen,Vennen		04	1966		
2756989	De Velde	de-velde	NL		0	Europe/Amsterdam	52.62167	6.09028				15	1896		
2756991	De Vecht	de-vecht	NL		160	Europe/Amsterdam	52.25833	6.03889				03	0285		
2756994	De Valk	de-valk	NL		0	Europe/Amsterdam	52.1225	5.67917		Valk		03	0228		
2756999	Deuteren	deuteren	NL		1540	Europe/Amsterdam	51.68667	5.26667		Groot-Deuteren		06	0796		
2757002	Deursen	deursen	NL		0	Europe/Amsterdam	51.80167	5.62778		Deurssen,Deurzen,Deurzen-en-Dennenburg		06	0828		
2757015	De Uithof	de-uithof	NL		2790	Europe/Amsterdam	52.08526	5.17456		De Uithof,Uithof		09	0344		
2757017	De Tuut	de-tuut	NL		0	Europe/Amsterdam	51.83417	5.59722				03	0668		
2757022	De Tippe	de-tippe	NL		0	Europe/Amsterdam	52.61434	6.51204				01	1690		
2757024	De Tij	de-tij	NL		0	Europe/Amsterdam	52.31613	6.90139		De Tij,Thije,Tij		15	0173		
2757026	De Tempel	de-tempel	NL		0	Europe/Amsterdam	51.48333	5.48333		De Tempel		06	0772		
2757028	De Stuw	de-stuw	NL		0	Europe/Amsterdam	52.69083	6.42222				01	1690		
2757032	De Strook	de-strook	NL		0	Europe/Amsterdam	52.7925	4.89861				07	1911		
2757034	De Streek	de-streek	NL		0	Europe/Amsterdam	53.40833	6.63889				04	1966		
2757036	De Strange	de-strange	NL		0	Europe/Amsterdam	52.52437	6.42979				15	0175		
2757039	De Sterre	de-sterre	NL		0	Europe/Amsterdam	51.22333	3.88889				10	0715		
2757043	De Stapel	de-stapel	NL		0	Europe/Amsterdam	52.66333	6.33333		Stapel		01	1690		
2757044	De Stad	de-stad	NL		0	Europe/Amsterdam	51.50279	5.32897				06	0823		
2757045	De Stack	de-stack	NL		0	Europe/Amsterdam	50.93333	5.98333				05	0899		
2757049	De Snipperij	de-snipperij	NL		0	Europe/Amsterdam	53.1775	6.25139				04	1969		
2757059	De Schutterij	de-schutterij	NL		0	Europe/Amsterdam	51.98667	6.52083				03	1586		
2757061	De Schooten	de-schooten	NL		0	Europe/Amsterdam	52.93685	4.77536				07	0400		
2757065	De Schietbaan	de-schietbaan	NL		0	Europe/Amsterdam	51.51667	4.52917				06	0840		
2757068	De Schans	de-schans	NL		0	Europe/Amsterdam	53.30254	6.26837				02	1970		
2757069	De Schans	de-schans	NL		0	Europe/Amsterdam	52.62417	6.62778				15	0160		
2757072	De Rund	de-rund	NL		0	Europe/Amsterdam	51.30709	5.32592				06	1724		
2757073	De Run	de-run	NL		0	Europe/Amsterdam	51.6	5.68333				06	0755		
2757075	De Ruigewaard	de-ruigewaard	NL		0	Europe/Amsterdam	53.30167	6.3125				04	1969		
2757076	De Ruif	de-ruif	NL		0	Europe/Amsterdam	52.15667	5.44306				09	0327		
2757083	De Rotting	de-rotting	NL		0	Europe/Amsterdam	51.535	4.37222				06	1674		
2757085	De Rotte	de-rotte	NL		0	Europe/Amsterdam	51.97	4.53472		Rotte		11	1621		
2757088	Roond	de-roond	NL		0	Europe/Amsterdam	51.57917	5.29167				06	0757		
2757089	De Rompert	de-rompert	NL		2440	Europe/Amsterdam	51.71667	5.31667				06	0796		
2757091	De Roemer	de-roemer	NL		0	Europe/Amsterdam	52.08417	4.63194				11	0484		
2757094	De Rijtjes	de-rijtjes	NL		0	Europe/Amsterdam	51.70833	5.93056				06	0756		
2757098	De Rijlst	de-rijlst	NL		0	Europe/Amsterdam	52.92936	5.75384				02	1940		
2757103	De Rietschoof	de-rietschoof	NL		160	Europe/Amsterdam	51.775	5.1375				03	0297		
2757108	De Reit	de-reit	NL		6105	Europe/Amsterdam	51.56038	5.04932		De Reit		06	0855		
2757117	De Ratte	de-ratte	NL		0	Europe/Amsterdam	51.23417	3.89028				10	0715		
2757118	De Rand	de-rand	NL		0	Europe/Amsterdam	51.55583	4.11528				10	0716		
2757126	De Posthoorn	de-posthoorn	NL		0	Europe/Amsterdam	51.52917	4.54167		Posthoorn		06	0840		
2757127	De Poppe	de-poppe	NL		0	Europe/Amsterdam	52.31394	7.03095		Poppe		15	0168		
2757128	De Pollen	de-pollen	NL		0	Europe/Amsterdam	52.43333	6.66528				15	1700		
2757129	De Polle	de-polle	NL		0	Europe/Amsterdam	52.92611	6.42108				01	1731		
2757137	De Poffert	de-poffert	NL		0	Europe/Amsterdam	53.20917	6.45833		Poffert		04	1969		
2757144	De Plas	de-plas	NL		0	Europe/Amsterdam	52.57452	5.93222				15	0166		
2757147	De Plaats	de-plaats	NL		0	Europe/Amsterdam	51.7325	5.81667				06	1684		
2757152	De Peulen	de-peulen	NL		2700	Europe/Amsterdam	51.82362	4.82165				11	0523		
2757155	De Pettelaar	de-pettelaar	NL		0	Europe/Amsterdam	51.68155	5.31678				06	0796		
2757159	De Paauwen	de-paauwen	NL		0	Europe/Amsterdam	53.26083	6.77778		De Paauwen,Pauwen		04	1952		
2757160	De Pas	de-pas	NL		0	Europe/Amsterdam	51.96667	5.86667				03	0202		
2757161	De Pas	de-pas	NL		0	Europe/Amsterdam	51.8925	6.0125				03	1705		
2757162	De Pas	de-pas	NL		0	Europe/Amsterdam	51.88083	5.88889				03	1705		
2757167	De Pan	de-pan	NL		0	Europe/Amsterdam	52.1725	4.4				11	0537		
2757168	De Pan	de-pan	NL		0	Europe/Amsterdam	51.34667	5.27361				06	1728		
2757171	Pallert	pallert	NL		70	Europe/Amsterdam	52.995	7.20278				04	1950		
2757181	Den Westerhuis	den-westerhuis	NL		0	Europe/Amsterdam	52.6275	6.36389				15	0160		
2757183	Den Treek	den-treek	NL		0	Europe/Amsterdam	52.105	5.39028		Treek		09	0327		
2757185	Den Osse	den-osse	NL		0	Europe/Amsterdam	51.73909	3.89079				10	1676		
2757186	Den Opslag	den-opslag	NL		0	Europe/Amsterdam	51.5075	5.19861				06	0798		
2757187	Den Oosterhuis	den-oosterhuis	NL		0	Europe/Amsterdam	52.61833	6.42083		Oosterhuis		15	0160		
2757189	De Noord	de-noord	NL		1335	Europe/Amsterdam	52.7075	4.85139				07	0398		
2757196	Den Nul	den-nul	NL		0	Europe/Amsterdam	52.3575	6.11111				15	1773		
2757197	Dennenoord	dennenoord	NL		0	Europe/Amsterdam	53.08642	6.6778				01	1730		
2757200	Dennenburg	dennenburg	NL		0	Europe/Amsterdam	51.80325	5.61882		Dennenborg,Derenborch		06	0828		
2757202	Den Kaat	den-kaat	NL		0	Europe/Amsterdam	52.61583	6.39861				15	0160		
2757208	De Nieuwe Hoeven	de-nieuwe-hoeven	NL		0	Europe/Amsterdam	51.3075	5.76389				05	0946		
2757209	Den Hulst	den-hulst	NL		0	Europe/Amsterdam	52.5925	6.2875		De Hulst,Hulst		15	0148		
2757210	Den Huizen	den-huizen	NL		0	Europe/Amsterdam	52.61167	6.38056		De Huizen,Huizen		15	0160		
2757216	Den Hool	den-hool	NL		0	Europe/Amsterdam	52.71583	6.80139				01	0109		
2757218	Den Hoef	den-hoef	NL		0	Europe/Amsterdam	51.82583	5.6375				03	0296		
2757227	De Nes	de-nes	NL		0	Europe/Amsterdam	53.08083	4.86111		Nes		07	0448		
2757228	Den Eng	den-eng	NL		0	Europe/Amsterdam	51.94249	5.49896				03	0214		
2757229	Denemarken	denemarken	NL		0	Europe/Amsterdam	53.22917	6.78472				04	1952		
2757239	Den Dool	den-dool	NL		0	Europe/Amsterdam	51.91167	4.95972				11	1978		
2757241	Den Deijl	den-deijl	NL		0	Europe/Amsterdam	52.1375	4.4125		Deil,Den Deil,Den Deyl		11	0629		
2757245	Broek	den-broek	NL		0	Europe/Amsterdam	51.39	6.02639		Broek		05	1507		
2757248	Den Braam	den-braam	NL		0	Europe/Amsterdam	52.1375	6.84028				15	0158		
2757259	Den Akker	den-akker	NL		0	Europe/Amsterdam	51.89833	5.46111				03	1740		
2757264	De Munte	de-munte	NL		0	Europe/Amsterdam	51.31167	3.50694				10	1714		
2757265	De Mulderij	de-mulderij	NL		0	Europe/Amsterdam	52.61	6.44167				15	0160		
2757266	De Muis	de-muis	NL		0	Europe/Amsterdam	51.24083	3.89861				10	0715		
2757282	Demmershoek	demmershoek	NL		0	Europe/Amsterdam	52.35	6.75				15	0183		
2757283	Demmerik	demmerik	NL		0	Europe/Amsterdam	52.20333	4.93194				09	0736		
2757290	De Mheen	de-mheen	NL		3190	Europe/Amsterdam	52.21954	5.99141		De Melm		03	0200		
2757293	De Melm	de-melm	NL		0	Europe/Amsterdam	52.03333	5.55		De Melm,Melm		09	0345		
2757297	De Meente	de-meente	NL		0	Europe/Amsterdam	52.9	6.13333		De Meenthe		02	0098		
2757298	De Meene	de-meene	NL		0	Europe/Amsterdam	52.62167	6.68056				15	0160		
2757299	De Meene	de-meene	NL		0	Europe/Amsterdam	52.0125	6.3875		Meene		03	1876		
2757300	De Meele	de-meele	NL		0	Europe/Amsterdam	52.58667	6.25139				15	0148		
2757301	De Maurik	de-maurik	NL		0	Europe/Amsterdam	51.71522	5.74611				06	0815		
2757302	De Maten	de-maten	NL		0	Europe/Amsterdam	52.19656	5.99828		Wormensche Maten		03	0200		
2757305	De Marslanden	de-marslanden	NL		0	Europe/Amsterdam	52.49219	6.13071				15	0193		
2757306	De Marshoek	de-marshoek	NL		0	Europe/Amsterdam	52.50833	6.19861		Marshoek		15	0148		
2757307	De Mars	de-mars	NL		0	Europe/Amsterdam	51.95167	5.53333				03	0214		
2757313	De Maer	de-maer	NL		1140	Europe/Amsterdam	52.51901	4.68171				07	0396		
2757317	Dem	dem	NL		0	Europe/Amsterdam	50.92497	5.94011				05	0917		
2757323	De Looi	de-looi	NL		0	Europe/Amsterdam	51.6925	6.02083				05	0907		
2757324	De Loofaert	de-loofaert	NL		0	Europe/Amsterdam	51.69667	5.39167				06	0845		
2757325	De Loo	de-loo	NL		1275	Europe/Amsterdam	52.67167	6.73967		De Loo,Loo		01	0109		
2757326	De Loo	de-loo	NL		0	Europe/Amsterdam	51.43333	5.61528				06	1771		
2757328	De Logt	de-logt	NL		0	Europe/Amsterdam	51.5475	5.25139		De Locht,Locht		06	0824		
2757347	Delfshaven	delfshaven	NL		6835	Europe/Amsterdam	51.90488	4.45315				11	0599		
2757351	De Leuke	de-leuke	NL		0	Europe/Amsterdam	52.10245	6.33405				03	1876		
2757352	De Lethe	de-lethe	NL		0	Europe/Amsterdam	53.11583	7.19444				04	1950		
2757353	De Lent	de-lent	NL		0	Europe/Amsterdam	51.44167	4.64306				06	0879		
2757358	De Leijen	de-leijen	NL		0	Europe/Amsterdam	52.73	4.86944				07	1911		
2757368	Deldeneresch	deldeneresch	NL		200	Europe/Amsterdam	52.27667	6.69444				15	1735		
2757369	Deldenerbroek	deldenerbroek	NL		420	Europe/Amsterdam	52.28667	6.66944				15	1735		
2757372	Delburen	delburen	NL		0	Europe/Amsterdam	52.87275	5.59356		Delburen		02	1940		
2757373	De Laren	de-laren	NL		0	Europe/Amsterdam	51.58667	5.60694				06	1948		
2757374	De Laar	de-laar	NL		0	Europe/Amsterdam	51.94844	5.86395		Laar		03	0202		
2757375	De Laan	de-laan	NL		0	Europe/Amsterdam	51.69333	4.89583				06	0779		
2757385	Kruisweg	kruisweg	NL		185	Europe/Amsterdam	52.04417	4.54444		Kruisweg		11	1621		
2757386	De Kruiskamp	de-kruiskamp	NL		8025	Europe/Amsterdam	51.69978	5.26032				06	0796		
2757389	De Krosselt	de-krosselt	NL		125	Europe/Amsterdam	51.39917	6.16806				05	0983		
2757390	De Kroost	de-kroost	NL		0	Europe/Amsterdam	52.1	5.21667				09	0355		
2757393	De Kroeven	de-kroeven	NL		0	Europe/Amsterdam	51.51667	4.45				06	1674		
2757405	De Kraats	de-kraats	NL		0	Europe/Amsterdam	52.00667	5.62639				03	0228		
2757406	De Kraan	de-kraan	NL		0	Europe/Amsterdam	51.5875	5.13194				06	0855		
2757408	De Kouk	de-kouk	NL		0	Europe/Amsterdam	51.24524	5.88953		Kouk		05	1640		
2757415	De Kooy	de-kooy	NL		0	Europe/Amsterdam	52.91417	4.79583		De Kooi		07	0400		
2757416	De Kooi	de-kooi	NL		0	Europe/Amsterdam	51.86083	4.94722				11	0512		
2757419	De Kolonie	de-kolonie	NL		0	Europe/Amsterdam	52.395	6.52639				15	0189		
2757423	De Kolk	de-kolk	NL		0	Europe/Amsterdam	53.29748	6.24467				02	1970		
2757424	De Kolk	de-kolk	NL		0	Europe/Amsterdam	52.71167	6.14583				01	0119		
2757427	De Knolle	de-knolle	NL		0	Europe/Amsterdam	53.00995	6.3222		De Knolle,Knolle		02	0085		
2757428	De Knol	de-knol	NL		0	Europe/Amsterdam	51.32	3.8				10	0715		
2757429	De Knijp	de-knijp	NL		0	Europe/Amsterdam	53.38333	6.66667				04	1966		
2757432	De Klosse	de-klosse	NL		0	Europe/Amsterdam	52.74	6.13056				01	0119		
2757437	De Klem	de-klem	NL		0	Europe/Amsterdam	51.73333	4.51389				11	1963		
2757439	De Klei	de-klei	NL		0	Europe/Amsterdam	52.22167	4.44028				11	0575		
2757441	Dekkershuizen	dekkershuizen	NL		0	Europe/Amsterdam	53.4075	6.83611				04	1979		
2757442	D’ Ekker	d-ekker	NL		0	Europe/Amsterdam	51.41373	5.40309				06	0861		
2757446	De Kievit	de-kievit	NL		0	Europe/Amsterdam	51.34417	5.93472				05	1894		
2757449	De Kieviet	de-kieviet	NL		1300	Europe/Amsterdam	52.12333	4.35839		De Kieviet,De Kievit,Kievit		11	0629		
2757452	Dekeshorst	dekeshorst	NL		0	Europe/Amsterdam	51.34083	6.01667				05	1894		
2757458	De Keegen	de-keegen	NL		0	Europe/Amsterdam	53.28615	6.22496				02	1970		
2757463	De Kar	de-kar	NL		0	Europe/Amsterdam	52.19667	6.05972				03	0285		
2757464	De Kapel	de-kapel	NL		0	Europe/Amsterdam	51.29833	5.42917				06	0858		
2757465	De Kampen	de-kampen	NL		0	Europe/Amsterdam	52.74917	4.86389				07	1911		
2757469	De Kade	de-kade	NL		0	Europe/Amsterdam	52.0225	5.59583				03	0228		
2757471	De Jouwer	de-jouwer	NL		0	Europe/Amsterdam	53.2075	6.30417				04	1969		
2757472	De Jammer	de-jammer	NL		0	Europe/Amsterdam	53.19417	6.33889				04	1969		
2757476	De Inlaag	de-inlaag	NL		0	Europe/Amsterdam	51.55	3.81667				10			
2757479	Deijleroord	deijleroord	NL		0	Europe/Amsterdam	52.1471	4.41279		Deijleroord,Deileroord		11	0629		
2757480	De Hutten	de-hutten	NL		0	Europe/Amsterdam	51.32167	5.7				06	0847		
2757481	De Hut	de-hut	NL		0	Europe/Amsterdam	50.81417	5.85556				05	1729		
2757484	De Hulk	de-hulk	NL		0	Europe/Amsterdam	52.62833	5.00972				07	1598		
2757488	De Hoven	de-hoven	NL		2365	Europe/Amsterdam	52.24901	6.14367				15	0150		
2757489	De Hout	de-hout	NL		0	Europe/Amsterdam	52.67333	5.18333				07	0498		
2757491	De Horst	de-horst	NL		0	Europe/Amsterdam	53.13833	6.52778		Horst,Peizerhorst		01	1699		
2757492	De Horst	de-horst	NL		0	Europe/Amsterdam	52.1525	6.51667				03	1859		
2757493	De Horst	de-horst	NL		750	Europe/Amsterdam	51.77417	5.96806				03	1945		
2757494	De Horst	de-horst	NL		0	Europe/Amsterdam	51.18917	5.70972		Horst		05	0988		
2757497	De Horn	de-horn	NL		0	Europe/Amsterdam	52.29583	5.06667				07	0457		
2757499	De Horck	de-horck	NL		0	Europe/Amsterdam	51.2375	5.87361				05	1640		
2757504	De Hoop	de-hoop	NL		0	Europe/Amsterdam	51.95748	6.28173				03	0222		
2757518	De Hooge Wegen	de-hooge-wegen	NL		0	Europe/Amsterdam	52.3075	6.26389		Hoogewegen,Op de Hoogewegen		15	0177		
2757523	De Holm	de-holm	NL		0	Europe/Amsterdam	53.16917	6.34444				04	1969		
2757529	De Hoeven	de-hoeven	NL		0	Europe/Amsterdam	51.7075	5.17917				06	0797		
2757532	De Hoelm	de-hoelm	NL		0	Europe/Amsterdam	52.89167	4.94861		Den Hoelm		07	1911		
2757533	De Hoek	de-hoek	NL		0	Europe/Amsterdam	52.75541	6.81058				01	0109		
2757534	De Hoek	de-hoek	NL		0	Europe/Amsterdam	52.29242	4.71949				07	0394		
2757535	De Hoek	de-hoek	NL		0	Europe/Amsterdam	51.9123	4.74983				11	1931		
2757536	De Hoek	de-hoek	NL		0	Europe/Amsterdam	51.84536	4.31023				11	1930		
2757537	De Hoek	de-hoek	NL		0	Europe/Amsterdam	51.35667	5.14444				06	1667		
2757543	De Hilte	de-hilte	NL		0	Europe/Amsterdam	53.03833	6.82917		Hilte		01	1680		
2757544	De Heuvels	de-heuvels	NL		0	Europe/Amsterdam	52.5125	5.89861				15	0166		
2757545	De Heuvel	de-heuvel	NL		0	Europe/Amsterdam	51.94417	5.2875				03	0214		
2757546	De Heuvel	de-heuvel	NL		0	Europe/Amsterdam	51.39167	5.43056		Heuvel		06	0866		
2757548	De Heul	de-heul	NL		0	Europe/Amsterdam	52.4575	4.86667				07	0431		
2757549	De Heul	de-heul	NL		0	Europe/Amsterdam	51.98333	5.23333				09	0321		
2757550	De Heuf	de-heuf	NL		0	Europe/Amsterdam	51.7115	5.82443		De Hoven,Heuf		06	1684		
2757554	De Hem	de-hem	NL		0	Europe/Amsterdam	53.16996	5.8328		Hem		02	0080		
2757555	De Hem	de-hem	NL		0	Europe/Amsterdam	53.13529	5.68964				02	0080		
2757556	De Hem	de-hem	NL		0	Europe/Amsterdam	51.94333	4.83056				11	1931		
2757559	De Helluw	de-helluw	NL		0	Europe/Amsterdam	51.81667	5.5				06	0828		
2757560	De Hel	de-hel	NL		0	Europe/Amsterdam	52.95107	5.50492				02	1900		
2757565	De Heid	de-heid	NL		0	Europe/Amsterdam	52.9275	5.01389				07	1911		
2757567	De Heibloem	de-heibloem	NL		0	Europe/Amsterdam	51.6	5				06	0855		
2757569	De Hei	de-hei	NL		0	Europe/Amsterdam	51.48333	6.15		Hei		05	1507		
2757571	De Hees	de-hees	NL		0	Europe/Amsterdam	51.45235	5.75293		Hees		06	0762		
2757572	De Hees	de-hees	NL		0	Europe/Amsterdam	51.41333	6.02083		Achterste Hees		05	1507		
2757573	De Hees	de-hees	NL		0	Europe/Amsterdam	51.37333	5.33472		Hees		06	0770		
2757575	De Heeg	de-heeg	NL		6255	Europe/Amsterdam	50.82454	5.72309				05	0935		
2757576	De Haukes	de-haukes	NL		155	Europe/Amsterdam	52.88938	4.93526		De Houkes,Houkes		07	1911		
2757577	De Haspel	de-haspel	NL		250	Europe/Amsterdam	53.10417	6.33889				04	1969		
2757579	De Harken	de-harken	NL		0	Europe/Amsterdam	52.97682	6.24005				02	0085		
2757580	De Hare	de-hare	NL		0	Europe/Amsterdam	52.81449	5.97785		Hare		15	1708		
2757581	De Har	de-har	NL		0	Europe/Amsterdam	53.34083	6.68611				04	1979		
2757585	De Hamert	de-hamert	NL		0	Europe/Amsterdam	51.5	6.16667		De Hamert,Hamert		05	0893		
2757586	De Hagen	de-hagen	NL		2435	Europe/Amsterdam	51.99381	5.10263				09	1961		
2757591	De Haar	de-haar	NL		175	Europe/Amsterdam	53.13083	6.22361				04	1969		
2757592	De Haar	de-haar	NL		0	Europe/Amsterdam	52.96667	6.53472				01	0106		
2757593	De Haar	de-haar	NL		0	Europe/Amsterdam	52.70234	6.80762				01	0109		
2757594	De Haar	de-haar	NL		0	Europe/Amsterdam	52.61	6.37222				15	0160		
2757595	De Haar	de-haar	NL		0	Europe/Amsterdam	52.06833	6.43889		Haar		03	1859		
2757596	De Haar	de-haar	NL		0	Europe/Amsterdam	52.01667	5.53333		De Haar,Haar		09	0345		
2757602	De Haandrik	de-haandrik	NL		0	Europe/Amsterdam	52.62333	6.69861		Fort de Haandrik,Haandrik		15	0160		
2757603	De Haal	de-haal	NL		0	Europe/Amsterdam	52.46417	4.88333		Haal		07	0431		
2757613	De Groep	de-groep	NL		0	Europe/Amsterdam	52.05167	5.50417				09	1581		
2757616	De Groe	de-groe	NL		0	Europe/Amsterdam	51.48083	3.90417		Groe		10	0664		
2757617	De Grits	de-grits	NL		0	Europe/Amsterdam	53.11622	5.56684				02	1900		
2757619	De Greiden	de-greiden	NL		7470	Europe/Amsterdam	52.9496	5.91366		De Greiden		02	0074		
2757622	De Gors	de-gors	NL		0	Europe/Amsterdam	52.49638	4.95812				07	0439		
2757627	De Glip	de-glip	NL		1355	Europe/Amsterdam	52.33083	4.61111		Glip		07	0397		
2757631	De Gest	de-gest	NL		0	Europe/Amsterdam	52.93	5.02639		Gest		07	1911		
2757635	De Geeren	de-geeren	NL		0	Europe/Amsterdam	51.60768	4.79673				06	0758		
2757640	De Galhoek	de-galhoek	NL		0	Europe/Amsterdam	53.08333	6.05		De Galhoek,Galhoeke		02	0090		
2757641	De Gaasten	de-gaasten	NL		0	Europe/Amsterdam	53.11781	5.98493		De Gaasten,Gaasten		02	0090		
2757657	De Engel	de-engel	NL		645	Europe/Amsterdam	52.24167	4.5375		Engel		11	0553		
2757660	De Emmer	de-emmer	NL		0	Europe/Amsterdam	52.06667	6.16667		Groot Emmer		03	1876		
2757661	Deelshurk	deelshurk	NL		0	Europe/Amsterdam	51.34	5.45				06	0858		
2757662	Deelse Kampen	deelse-kampen	NL		0	Europe/Amsterdam	51.57	5.68611				06	1652		
2757663	De Elft	de-elft	NL		0	Europe/Amsterdam	51.75	5.73056		Elft		06	0786		
2757671	De Eeuwsels	de-eeuwsels	NL		0	Europe/Amsterdam	51.4984	5.66552				06	0794		
2757675	De Eeck	de-eeck	NL		0	Europe/Amsterdam	51.36667	4.03333				10	0677		
2757678	De Druif	de-druif	NL		0	Europe/Amsterdam	51.65417	4.54028				06	1709		
2757679	De Droo	de-droo	NL		0	Europe/Amsterdam	51.94374	6.01817		De Droo,Droo		03	0226		
2757683	De Drait	de-drait	NL		6310	Europe/Amsterdam	53.09743	6.06791				02	0090		
2757685	De Doornakkers	de-doornakkers	NL		6345	Europe/Amsterdam	51.43844	5.50887		Doornakkers		06	0772		
2757686	De Dood	dedood	NL		0	Europe/Amsterdam	51.52167	4.5625				06	0840		
2757688	De Donk	de-donk	NL		0	Europe/Amsterdam	51.89333	4.7875				11	1978		
2757690	De Domp	de-domp	NL		1925	Europe/Amsterdam	53.03113	5.67716				02	1900		
2757697	De Dennenhoek	de-dennenhoek	NL		0	Europe/Amsterdam	52.17042	6.55457				03	1859		
2757703	De Delle	de-delle	NL		0	Europe/Amsterdam	52.4	6		De Delle,De Dellen,Dellen		03	0246		
2757706	Deddingabuurt	deddingabuurt	NL		0	Europe/Amsterdam	52.94682	6.1488		Deddigeburen,Deddingabuert,Deddingabuurt		02	0085		
2757713	De Buurt	de-buurt	NL		0	Europe/Amsterdam	52.70583	5.05833				07	0420		
2757715	De Bus	de-bus	NL		0	Europe/Amsterdam	51.64333	5.38472				06	1948		
2757716	De Bus	de-bus	NL		0	Europe/Amsterdam	51.55917	5.42083				06	1948		
2757718	De Burgh	de-burgh	NL		0	Europe/Amsterdam	51.43052	5.49582				06	0772		
2757730	De Buis	de-buis	NL		0	Europe/Amsterdam	51.46667	4.6		Buis		06	0879		
2757733	De Bruil	de-bruil	NL		0	Europe/Amsterdam	52.875	7.10972				04	1950		
2757739	De Briel	de-briel	NL		0	Europe/Amsterdam	51.63333	4.7		Briel,De Briel		06	0758		
2757742	De Bree	de-bree	NL		0	Europe/Amsterdam	52.08083	4.82778				09	0632		
2757744	De Brand	de-brand	NL		0	Europe/Amsterdam	52.18817	5.40862				09	0307		
2757746	De Bramert	de-bramert	NL		0	Europe/Amsterdam	50.98333	5.78333				05	0971		
2757750	De Bosjes	de-bosjes	NL		0	Europe/Amsterdam	51.94	5.28056				03	0214		
2757758	De Bolt	de-bolt	NL		0	Europe/Amsterdam	51.7375	5.73056				06	0786		
2757762	De Boer	de-boer	NL		0	Europe/Amsterdam	51.66917	5.80972				06	0815		
2757765	De Blokken	de-blokken	NL		0	Europe/Amsterdam	53.1289	5.42553				02	1900		
2757772	De Blijnse	de-blijnse	NL		0	Europe/Amsterdam	53.18968	5.44252		De Blijnse,De Blynse		02	0072		
2757777	De Blaak	de-blaak	NL		6005	Europe/Amsterdam	51.54626	5.04465				06	0855		
2757779	De Birkt	de-birkt	NL		180	Europe/Amsterdam	52.16167	5.33194		Birk,De Birkt		09	0342		
2757788	De Biezen	de-biezen	NL		0	Europe/Amsterdam	51.97583	5.0924				09	1961		
2757789	De Berken	de-berken	NL		0	Europe/Amsterdam	51.42	5.76806				06	0743		
2757791	De Bergen	de-bergen	NL		0	Europe/Amsterdam	51.68749	4.90944				06	0779		
2757793	De Berg	de-berg	NL		0	Europe/Amsterdam	52.80333	6.10139				15	1708		
2757794	De Berg	de-berg	NL		0	Europe/Amsterdam	51.67	5.82083				06	0815		
2757796	De Bente	de-bente	NL		0	Europe/Amsterdam	52.69	6.75417				01	0109		
2757797	De Belt	de-belt	NL		75	Europe/Amsterdam	52.63833	6.53889				15	0160		
2757801	De Beekkant	de-beekkant	NL		0	Europe/Amsterdam	51.22613	5.90472				05	1640		
2757803	De Beek	de-beek	NL		0	Europe/Amsterdam	52.25083	5.75				03	0233		
2757804	De Beek	de-beek	NL		0	Europe/Amsterdam	51.41833	5.725		Beek		06	0743		
2757808	De Banken	de-banken	NL		0	Europe/Amsterdam	52.22167	4.75694				07	0451		
2757809	De Banjaard	de-banjaard	NL		0	Europe/Amsterdam	51.59174	3.67287				10	1695		
2757813	De Baest	de-baest	NL		0	Europe/Amsterdam	51.48333	5.25				06	0823		
2757814	De Baan	de-baan	NL		0	Europe/Amsterdam	51.73	4.99028				06	1959		
2757818	De Aa	de-aa	NL		0	Europe/Amsterdam	52.3832	6.66206				15	0141		
2757819	De Aa	de-aa	NL		0	Europe/Amsterdam	51.5925	5.65556				06	0755		
2757820	De Aa	de-aa	NL		0	Europe/Amsterdam	51.28333	5.35				06	1724		
2757823	Dauwendaele	dauwendaele	NL		6220	Europe/Amsterdam	51.49299	3.62624		Dauwendaele		10	0687		
2757826	Dassemus	dassemus	NL		0	Europe/Amsterdam	51.515	4.84861				06	1723		
2757828	Dashorst	dashorst	NL		0	Europe/Amsterdam	52.10938	5.48404				09	0351		
2757830	Darthuizen	darthuizen	NL		0	Europe/Amsterdam	52.0125	5.39028				09	1581		
2757833	Dantumawoude	dantumawoude	NL		0	Europe/Amsterdam	53.3	6.01667		Dantumawald,Dantumawoude,Dantumawâld		02	1891		
2757835	Dante	dante	NL		0	Europe/Amsterdam	52.5244	6.4089				15	0175		
2757837	Daniken	daniken	NL		0	Europe/Amsterdam	50.96667	5.85				05	1883		
2757842	Dam	dam	NL		0	Europe/Amsterdam	52.89583	4.9125				07	1911		
2757843	Dam	dam	NL		0	Europe/Amsterdam	51.715	6.03194				05	0907		
2757844	Dalvoorden	dalvoorden	NL		0	Europe/Amsterdam	52.44405	6.51885		Dalvoorde,Dalvoorden		15	1700		
2757846	Dallingeweer	dallingeweer	NL		0	Europe/Amsterdam	53.29417	7.06389				04	1979		
2757855	Dalerend	dalerend	NL		0	Europe/Amsterdam	52.68159	6.60922				01	0118		
2757860	Dale	dale	NL		0	Europe/Amsterdam	51.9425	6.56528				03	0197		
2757861	Daland	daland	NL		0	Europe/Amsterdam	51.53583	5.90972				05	0984		
2757862	Dal	dal	NL		0	Europe/Amsterdam	50.78917	5.9125				05	1729		
2757877	Croy	croy	NL		0	Europe/Amsterdam	51.49583	5.62083				06	1659		
2757880	Crob	crob	NL		0	Europe/Amsterdam	51.81667	5.19306				03	1960		
2757887	Craubeek	craubeek	NL		195	Europe/Amsterdam	50.87583	5.89444				05	0986		
2757888	Crapoel	crapoel	NL		0	Europe/Amsterdam	50.79417	5.87917				05	1729		
2757890	Cranendonck	cranendonck	NL		19966	Europe/Amsterdam	51.30417	5.58889		Cranendonck,Kranedonk		06	1706		
2757892	Crabbehof	crabbehof	NL		0	Europe/Amsterdam	51.79049	4.66584				11	0505		
2757893	Crailo	crailo	NL		395	Europe/Amsterdam	52.26917	5.20417		Crailo,Crailoo,Kraailoo		07	0406		
2757894	Covik	covik	NL		0	Europe/Amsterdam	52.07439	6.20135				03	1876		
2757896	Cottessen	cottessen	NL		0	Europe/Amsterdam	50.76083	5.94583				05	0981		
2757902	Cortenoever	cortenoever	NL		210	Europe/Amsterdam	52.10777	6.19474		Kortenoever		03	0213		
2757921	Commissiepolle	commissiepolle	NL		0	Europe/Amsterdam	52.86787	5.79412		Commissiepolle		02	1940		
2757922	Commandeurs	commandeurs	NL		2595	Europe/Amsterdam	52.50902	4.65843				07	0396		
2757923	Colonjes	colonjes	NL		0	Europe/Amsterdam	51.76667	5.93333		Colonies		03	1945		
2757925	Colmont	colmont	NL		80	Europe/Amsterdam	50.8525	5.93194				05	0986		
2757927	Collendoornerveen	collendoornerveen	NL		0	Europe/Amsterdam	52.59333	6.59167				15	0160		
2757932	Coldenhove	coldenhove	NL		140	Europe/Amsterdam	52.0925	6.04861				03	0213		
2757938	Coevering	coevering	NL		5290	Europe/Amsterdam	51.41742	5.57463				06	1771		
2757942	Coendersborg	coendersborg	NL		3075	Europe/Amsterdam	53.1941	6.58944		Coendersborg		04	0014		
2757944	Coelhorst	coelhorst	NL		105	Europe/Amsterdam	52.18162	5.34566		Coelhorst,Koelhorst		09	0307		
2757956	Cillaarshoek	cillaarshoek	NL		210	Europe/Amsterdam	51.77417	4.54722				11	1963		
2757963	Charlois	charlois	NL		0	Europe/Amsterdam	51.88984	4.46989				11	0599		
2757966	Chaamdijk	chaamdijk	NL		0	Europe/Amsterdam	51.4975	4.83889				06	1723		
2757971	Ceresdorp	ceresdorp	NL		950	Europe/Amsterdam	52.96601	6.97322				04	0037		
2757973	Centrum	centrum	NL		0	Europe/Amsterdam	51.46667	4.38333				06	1674		
2757974	Cellemuiden	cellemuiden	NL		40	Europe/Amsterdam	52.62667	6.0625				15	1896		
2757977	Cattenbroek	cattenbroek	NL		0	Europe/Amsterdam	52.06583	4.93611		Kattenbroek		09	0335		
2757978	Catsop	catsop	NL		535	Europe/Amsterdam	50.93917	5.76667		Katsep		05	0971		
2757979	Catrijp	catrijp	NL		305	Europe/Amsterdam	52.715	4.68194		Catryp,Katrijp		07	0373		
2757987	Catarinadal	catarinadal	NL		0	Europe/Amsterdam	51.46667	4.65				06	0879		
2757989	Castricum aan Zee	castricum-aan-zee	NL		0	Europe/Amsterdam	52.55667	4.60972				07	0383		
2757997	Cartils	cartils	NL		0	Europe/Amsterdam	50.82083	5.90833				05	1729		
2758001	Carnisse	carnisse	NL		11225	Europe/Amsterdam	51.88932	4.47758		Carnisse,Carnisselande,Garnisse,Karnisse		11	0489		
2758007	Capelle-West	capelle-west	NL		2400	Europe/Amsterdam	51.91667	4.56667				11	0502		
2758010	Capelle-Oostgaarde	capelle-oostgaarde	NL		0	Europe/Amsterdam	51.92889	4.60117				11	0502		
2758013	Capelle	capelle	NL		0	Europe/Amsterdam	51.69167	4.98472		's Grevelduin Kapelle,'s Grevelduin-Capelle		06	0867		
2758020	Camperduin	camperduin	NL		250	Europe/Amsterdam	52.725	4.65139		Camp		07	0373		
2758023	Camerig	camerig	NL		0	Europe/Amsterdam	50.7675	5.93194				05	0981		
2758029	Californië	californie	NL		0	Europe/Amsterdam	51.42167	6.10694				05	1507		
2758030	Calfven	calfven	NL		430	Europe/Amsterdam	51.41	4.31806				06	0873		
2758032	Cadzand-Bad	cadzand-bad	NL		185	Europe/Amsterdam	51.37667	3.38611		Kadzand-Bad		10	1714		
2758038	Cabauw	cabauw	NL		730	Europe/Amsterdam	51.96417	4.89861		Kabauw		09	0331		
2758041	Buytenwegh de Leyens	buytenwegh-de-leyens	NL		0	Europe/Amsterdam	52.07077	4.485				11	0637		
2758042	Buweklooster	buweklooster	NL		0	Europe/Amsterdam	53.20138	6.12678		Bouwekleaster,Buweklooster		02	0059		
2758043	Buurtsdijk	buurtsdijk	NL		0	Europe/Amsterdam	52.20083	5.42917				09	0307		
2758045	Buurtje	buurtje	NL		0	Europe/Amsterdam	51.82417	4.925				06	1959		
2758050	Buurse	buurse	NL		0	Europe/Amsterdam	52.14667	6.83056				15	0158		
2758056	Buttinge	buttinge	NL		0	Europe/Amsterdam	51.51833	3.57361				10	0717		
2758057	Buttinga	buttinga	NL		0	Europe/Amsterdam	52.97966	6.27804		Buttinga,Buttinge		02	0085		
2758058	Butterhuizen	butterhuizen	NL		0	Europe/Amsterdam	52.65	4.81667		Butterhuizen		07	0398		
2758065	Bussloo	bussloo	NL		90	Europe/Amsterdam	52.1975	6.13056				03	0285		
2758066	Bussereind	bussereind	NL		115	Europe/Amsterdam	51.26333	6.05139				05	0889		
2758067	Busselte	busselte	NL		0	Europe/Amsterdam	52.765	6.19722				01	1701		
2758068	Bussel	bussel	NL		0	Europe/Amsterdam	51.41917	5.71389				06	0743		
2758070	Busch en Dam	busch-en-dam	NL		0	Europe/Amsterdam	52.49833	4.72917				07	0450		
2758071	Bus	bus	NL		0	Europe/Amsterdam	51.7	5.59167				06	1721		
2758072	Bus	bus	NL		0	Europe/Amsterdam	51.595	5.49722				06	1948		
2758076	Burgt	burgt	NL		0	Europe/Amsterdam	51.6075	5.68056				06	0755		
2758078	Burghsluis	burghsluis	NL		0	Europe/Amsterdam	51.67833	3.75		Burgsluis		10	1676		
2758081	Burgh	burgh	NL		730	Europe/Amsterdam	51.68917	3.73333		Burg,Бург		10	1676		
2758084	Burgervlotbrug	burgervlotbrug	NL		205	Europe/Amsterdam	52.75333	4.68194				07	0441		
2758086	Burgersdijk	burgersdijk	NL		0	Europe/Amsterdam	51.96833	4.26111		Burgerdijk		11	1783		
2758088	Burgerenk	burgerenk	NL		0	Europe/Amsterdam	52.34633	5.96958				03	0232		
2758091	Burgemeester Beinsdorp	burgemeester-beinsdorp	NL		370	Europe/Amsterdam	52.8625	7.07917				04	1950		
2758102	Bunt	bunt	NL		0	Europe/Amsterdam	52.15	5.33333		Bunt,De Bund,De Bunt		09	0342		
2758104	Bunschoten	bunschoten	NL		3015	Europe/Amsterdam	52.24304	5.37884		Bunschoten-Spakenburg,Bunskoat,Bunsxoten,bwnskhwtn,Բունշխոտեն,بونسخوتن		09	0313		
2758114	Bultinge	bultinge	NL		0	Europe/Amsterdam	52.775	6.44167				01	1690		
2758119	Bullenkamp	bullenkamp	NL		0	Europe/Amsterdam	51.78583	5.77917				03	0296		
2758121	Bulkenaar	bulkenaar	NL		0	Europe/Amsterdam	51.51583	4.42222				06	1674		
2758122	Bulkemsbroek	bulkemsbroek	NL		0	Europe/Amsterdam	50.83083	5.96389				05	0965		
2758125	Buitenveldert	buitenveldert	NL		0	Europe/Amsterdam	52.33093	4.87518				07	0363		
2758128	Buitenstverlaat	buitenstverlaat	NL		0	Europe/Amsterdam	53.10403	6.04539		Buitenstvallaat,Buitenstverlaat,Butenstferlaat,Bûtenstferlaat		02	0090		
2758140	Buitenhuizen	buitenhuizen	NL		0	Europe/Amsterdam	53.18369	6.76513				04	1952		
2758141	Buitenhuizen	buitenhuizen	NL		0	Europe/Amsterdam	52.71583	6.25278				01	1690		
2758142	Buitenhuizen	buitenhuizen	NL		0	Europe/Amsterdam	52.43132	4.7076				07	0453		
2758143	Buitenhof	buitenhof	NL		0	Europe/Amsterdam	51.99289	4.33974		Buitenhof		11	0503		
2758157	Buikstede	buikstede	NL		0	Europe/Amsterdam	53.24154	6.2913				04	1969		
2758158	Buikslotermeer	buikslotermeer	NL		0	Europe/Amsterdam	52.4	4.95		Buikslotermeer		07	0363		
2758159	Buiksloot	buiksloot	NL		0	Europe/Amsterdam	52.40807	4.91896		Banne Buiksloot		07	0363		
2758162	Budschop	budschop	NL		1550	Europe/Amsterdam	51.28511	5.75898				05	0946		
2758171	Brunsting	brunsting	NL		85	Europe/Amsterdam	52.87083	6.48889				01	1731		
2758175	Brunnepe	brunnepe	NL		3780	Europe/Amsterdam	52.56185	5.90343				15	0166		
2758179	Brumholt	brumhold	NL		0	Europe/Amsterdam	51.27083	5.95417				05	1640		
2758180	Brukske	brukske	NL		4955	Europe/Amsterdam	51.52101	5.9927				05	0984		
2758181	Bruisterbosch	bruisterbosch	NL		50	Europe/Amsterdam	50.80583	5.80278				05	1903		
2758192	De Bruil	bruil	NL		0	Europe/Amsterdam	52.06833	6.45417		De Bruil,Den Bruil		03	1859		
2758197	Bruggerhuizen	bruggerhuizen	NL		0	Europe/Amsterdam	51.32833	5.48056				06	1658		
2758198	Bruggenmors	bruggenmors	NL		0	Europe/Amsterdam	52.23354	6.85306		Bruggemors,Bruggenmors		15	0153		
2758200	Bruggen	bruggen	NL		0	Europe/Amsterdam	51.72583	5.37361				06	0796		
2758201	Bruggen	bruggen	NL		0	Europe/Amsterdam	51.69917	5.77917				06	0815		
2758204	Brug	brug	NL		0	Europe/Amsterdam	51.6	5.61667				06	1948		
2758209	Brouwhuis	brouwhuis	NL		0	Europe/Amsterdam	51.46	5.70139				06	0794		
2758210	Brouwershoek	brouwershoek	NL		0	Europe/Amsterdam	52.10203	6.46263				03	1859		
2758219	Bronsveen	bronsveen	NL		0	Europe/Amsterdam	53.10167	7.03889				04	0765		
2758220	Bronsbergen	bronsbergen	NL		0	Europe/Amsterdam	52.11667	6.2		Baronsbergen,Bronsberg,Bronsbergen,Brunsbergen		03	0301		
2758225	Brongerga	brongerga	NL		0	Europe/Amsterdam	52.95	5.98333		Brongerga,Brongergea		02	0074		
2758227	Brommelen	brommelen	NL		0	Europe/Amsterdam	50.91167	5.73472				05	0938		
2758228	Brommelen	brommelen	NL		0	Europe/Amsterdam	50.9075	5.90972				05	1954		
2758234	Broekzijde	broekzijde	NL		0	Europe/Amsterdam	52.35246	6.73651				15	0183		
2758235	Broekzijde	broekzijde	NL		0	Europe/Amsterdam	51.52167	5.17778				06	0824		
2758237	Broekveld	broekveld	NL		0	Europe/Amsterdam	50.9	6.06667				05	0928		
2758241	Broeksittard	broeksittard	NL		1550	Europe/Amsterdam	51.0029	5.89511				05	1883		
2758246	Broekoord	broekoord	NL		0	Europe/Amsterdam	52.75	5.2				07	0420		
2758247	Broek-Noord	broek-noord	NL		0	Europe/Amsterdam	52.98715	5.77722				02	1940		
2758249	Broeklanden	broeklanden	NL		0	Europe/Amsterdam	51.95695	5.97673				03	0293		
2758252	Broekkant	broekkant	NL		0	Europe/Amsterdam	51.8	5.83333				03	0252		
2758253	Broekkant	broekkant	NL		0	Europe/Amsterdam	51.6625	5.83472				06	1702		
2758254	Broekkant	broekkant	NL		0	Europe/Amsterdam	51.53583	5.65278				06	1659		
2758255	Broekkant	broekkant	NL		0	Europe/Amsterdam	51.42917	5.65				06	0847		
2758256	Broekkant	broekkant	NL		0	Europe/Amsterdam	51.28333	5.58889				06	1706		
2758268	Broekhoven	broekhoven	NL		7420	Europe/Amsterdam	51.54801	5.09175				06	0855		
2758269	Broekhoven	broekhoven	NL		0	Europe/Amsterdam	51.3625	5.38056				06	1724		
2758270	Broekhoven	broekhoven	NL		0	Europe/Amsterdam	50.93	5.74861				05	0938		
2758271	Broekhorn	broekhorn	NL		220	Europe/Amsterdam	52.6725	4.82083				07	0398		
2758272	Broekhoek	broekhoek	NL		0	Europe/Amsterdam	51.73405	5.51428				06	1721		
2758273	Broekhin	broekhin	NL		0	Europe/Amsterdam	51.20519	6.00806				05	0957		
2759362	Bedaf	bedaf	NL		0	Europe/Amsterdam	51.66083	5.575				06	0856		
2758274	Broekheurne	broekheurne	NL		0	Europe/Amsterdam	52.18	6.86667				15	0153		
2758275	Broekhem	broekhem	NL		1960	Europe/Amsterdam	50.87119	5.82069		Brokem		05	0994		
2758279	Broekerhaven	broekerhaven	NL		850	Europe/Amsterdam	52.68833	5.25278				07	0532		
2758282	Broekenseind	broekenseind	NL		0	Europe/Amsterdam	51.39583	5.3				06	1728		
2758288	Broekeind	broekeind	NL		0	Europe/Amsterdam	51.42833	6.14028				05	1507		
2758290	Broekdijk	broekdijk	NL		825	Europe/Amsterdam	52.45	5.93333				03	0269		
2758306	Britswerd	britswerd	NL		0	Europe/Amsterdam	53.11247	5.67564		Britswert		02	1900		
2758310	Brinkmanshoek	brinkmanshoek	NL		0	Europe/Amsterdam	52.085	6.49583				03	1859		
2758311	Brinkhorst	brinkhorst	NL		3070	Europe/Amsterdam	52.21302	5.95167				03	0200		
2758313	Brinkhoek	brinkhoek	NL		595	Europe/Amsterdam	52.53583	6.12222				15	0193		
2758314	Brinkheurne	brinkheurne	NL		0	Europe/Amsterdam	51.95167	6.74306		Winterswijk Brinkheurne		03	0294		
2758315	Brinke	brinke	NL		0	Europe/Amsterdam	51.93824	6.67396				03	0294		
2758317	Brillerij	brillerij	NL		0	Europe/Amsterdam	53.2875	6.48194				04	1969		
2758318	Brijdorpe	brijdorpe	NL		0	Europe/Amsterdam	51.72083	3.87639				10	1676		
2758319	Brigdamme	brigdamme	NL		595	Europe/Amsterdam	51.51583	3.60556				10	0687		
2758327	Breust	breust	NL		0	Europe/Amsterdam	50.78109	5.71074		Breust		05	1903		
2758336	Breugel	breugel	NL		1055	Europe/Amsterdam	51.5175	5.51111				06	0848		
2758338	Breudijk	breudijk	NL		0	Europe/Amsterdam	52.1025	4.96111				09	0632		
2758348	Brembosch	brembosch	NL		0	Europe/Amsterdam	51.49583	4.43333				06	1674		
2758349	Bremberg	bremberg	NL		0	Europe/Amsterdam	51.56667	4.68333				06	0777		
2758350	Brem	brem	NL		0	Europe/Amsterdam	51.5975	5.14722				06	0855		
2758351	Brem	brem	NL		0	Europe/Amsterdam	51.53083	5.04167				06	0785		
2758354	Breklenkamp	breklenkamp	NL		0	Europe/Amsterdam	52.45417	6.98611				15	1774		
2758357	Bregtdorp	bregtdorp	NL		0	Europe/Amsterdam	52.71167	4.69583				07	0373		
2758366	Breeveld	breeveld	NL		100	Europe/Amsterdam	52.10417	4.93056				09	0632		
2758369	Breemortel	breemortel	NL		0	Europe/Amsterdam	51.44333	5.81111				06	0762		
2758374	Breehees	breehees	NL		0	Europe/Amsterdam	51.49833	5.06806				06	0785		
2758376	Breedschot	breedschot	NL		0	Europe/Amsterdam	51.5075	4.7125				06	0879		
2758380	Breedeveen	breedeveen	NL		65	Europe/Amsterdam	52.02333	5.41806				09	1581		
2758386	Breede	breede	NL		0	Europe/Amsterdam	53.38583	6.5375				04	1966		
2758390	Brediuskwartier	brediuskwartier	NL		0	Europe/Amsterdam	52.28061	5.17301				07	1942		
2758391	Bredeweg	bredeweg	NL		2500	Europe/Amsterdam	51.76019	5.94189		Breedeweg		03	1945		
2758397	Bredelaar	bredelaar	NL		0	Europe/Amsterdam	51.91083	5.88194				03	1734		
2758406	Brandt	brandt	NL		0	Europe/Amsterdam	51.13667	5.86111				05	1641		
2758408	Brandevoort	brandevoort	NL		0	Europe/Amsterdam	51.46117	5.61642				06	1771		
2758410	Brandemolen	brandemolen	NL		0	Europe/Amsterdam	51.48417	6.19306				05	0983		
2758413	Brandeburen	brandeburen	NL		0	Europe/Amsterdam	52.94641	5.49419				02	1900		
2758415	Brand	brand	NL		0	Europe/Amsterdam	51.68833	5.67361				06	1685		
2758416	Brand	brand	NL		1270	Europe/Amsterdam	51.45839	5.62427				06	1771		
2758417	Brammelo	brammelo	NL		0	Europe/Amsterdam	52.1525	6.67778		Brammeloo		15	0158		
2758421	Brakkenstraat	brakkenstraat	NL		0	Europe/Amsterdam	51.55066	4.65597				06	0777		
2758422	Brakkenstein	brakkenstein	NL		3755	Europe/Amsterdam	51.81324	5.86539		Brakkenstein,Brakkestein		03	0268		
2758429	Brachterbeek	brachterbeek	NL		1220	Europe/Amsterdam	51.14694	5.90446		Brachterbaek		05	1641		
2758431	Brabander	brabander	NL		1680	Europe/Amsterdam	51.53583	5.96806		De Brabander		05	0984		
2758432	Braband	braband	NL		0	Europe/Amsterdam	51.83333	4.33333				11	1930		
2758436	Braambosch	braambosch	NL		0	Europe/Amsterdam	51.34333	5.4125				06	1724		
2758438	Braamberg	braamberg	NL		0	Europe/Amsterdam	52.94233	7.04794				04	0037		
2758439	Braamberg	braamberg	NL		0	Europe/Amsterdam	52.64744	6.50305				01	1690		
2758443	Braakpeel	braakpeel	NL		0	Europe/Amsterdam	51.28165	5.79727				05	0946		
2758449	Braakhuizen	braakhuizen	NL		0	Europe/Amsterdam	51.42614	5.56813				06	1771		
2758450	Braakhoek	braakhoek	NL		0	Europe/Amsterdam	51.40333	5.17639				06	1667		
2758452	Bozum	bozum	NL		0	Europe/Amsterdam	53.08804	5.69521		Boazum,Bozum		02	1900		
2758468	Boven Veensloot	boven-veensloot	NL		0	Europe/Amsterdam	53.125	6.91667				04	0047		
2758469	Bovenveen	bovenveen	NL		0	Europe/Amsterdam	52.42583	5.89861				03	0269		
2758471	Bovenstreek	bovenstreek	NL		0	Europe/Amsterdam	53.125	6.95972				04	1952		
2758472	Bovenstreek	bovenstreek	NL		0	Europe/Amsterdam	53.02333	6.85417				01	1680		
2758473	Bovenstreek	bovenstreek	NL		300	Europe/Amsterdam	52.43333	5.9				03	0269		
2758474	Bovenstehuis	bovenste-huis	NL		0	Europe/Amsterdam	51.61583	5.67917				06	0755		
2758477	Bovenstad	bovenstad	NL		160	Europe/Amsterdam	51.93333	4.81667				11	1931		
2758480	Bovensluis	bovensluis	NL		0	Europe/Amsterdam	51.6825	4.47639				06	1709		
2758484	Bovenrijge	bovenrijge	NL		0	Europe/Amsterdam	53.27167	6.66389				04	0014		
2758492	Bovenknijpe	bovenknijpe	NL		0	Europe/Amsterdam	52.96667	5.98333		De Knijpe,De Knipe,De Knype,Nieuw Brongerga		02	0074		
2758495	Bovenkerk	bovenkerk	NL		0	Europe/Amsterdam	52.2925	4.83333				07	0362		
2758496	Bovenkerk	bovenkerk	NL		215	Europe/Amsterdam	51.975	4.7875				11	1931		
2758500	Boven-Hardinxveld	boven-hardinxveld	NL		4500	Europe/Amsterdam	51.82333	4.88194		Boven Hardingsveld,Hardingsveld,Hardinxveld		11	0523		
2758501	Boven-Haastrecht	boven-haastrecht	NL		215	Europe/Amsterdam	52.00917	4.79444				11	1931		
2758502	Boveneind	boveneind	NL		0	Europe/Amsterdam	51.81417	5.51111				06	0828		
2758503	Bovendijks	bovendijks	NL		0	Europe/Amsterdam	53.31667	6.78333				04	1979		
2758505	Bovenburen	bovenburen	NL		0	Europe/Amsterdam	52.9254	5.46592				02	1900		
2758506	Bovenberg	bovenberg	NL		0	Europe/Amsterdam	51.95583	4.82778				11	1931		
2758509	Bouwerschap	bouwerschap	NL		0	Europe/Amsterdam	53.27366	6.70732				04	0014		
2758510	Bouwberg	bouwberg	NL		125	Europe/Amsterdam	50.95491	5.99373				05	0899		
2758516	Boukoul	boukoul	NL		935	Europe/Amsterdam	51.21583	6.04722		Boukoel		05	0957		
2758517	Boudewijnskerke	boudewijnskerke	NL		0	Europe/Amsterdam	51.52333	3.47639				10	0717		
2758518	Bouchauterhaven	bouchauterhaven	NL		0	Europe/Amsterdam	51.27417	3.72361		Boechouterhaven,Haventje van Bouchaute		10	0715		
2758520	Botshoofd	botshoofd	NL		0	Europe/Amsterdam	51.5575	4.23056				10	0716		
2758521	Botshol	botshol	NL		0	Europe/Amsterdam	52.24391	4.90293				09	0736		
2758526	Boterwijk	boterwijk	NL		0	Europe/Amsterdam	51.51083	5.29028				06	0823		
2758527	Boterveen	boterveen	NL		0	Europe/Amsterdam	52.86417	6.38611				01	1701		
2758532	Boteburen	boteburen	NL		0	Europe/Amsterdam	53.35	5.85				02	1970		
2758534	Bosserstraat	bosserstraat	NL		0	Europe/Amsterdam	51.29417	5.74861				05	0946		
2758536	Bossenburgh	bossenburgh	NL		0	Europe/Amsterdam	51.4629	3.57281				10	0718		
2758538	Bosscherheide	bosscherheide	NL		0	Europe/Amsterdam	51.57083	6.08333		Bosserheide		05	0893		
2758539	Bosschenhuizen	bosschenhuizen	NL		0	Europe/Amsterdam	50.83583	5.95833				05	0965		
2758545	Boslust	boslust	NL		0	Europe/Amsterdam	51.4825	4.975				06	1723		
2758549	Boskamp	boskamp	NL		1150	Europe/Amsterdam	52.33083	6.12778				15	1773		
2758550	Bosje	bosje	NL		0	Europe/Amsterdam	53.02417	6.86806				01	1680		
2758552	Boshuijzen	boshuizen	NL		0	Europe/Amsterdam	51.5375	6.00139				05	0984		
2758555	Boshoven	boshoven	NL		0	Europe/Amsterdam	51.35321	5.55259				06	1658		
2758556	Boshoven	boshoven	NL		0	Europe/Amsterdam	51.34583	5.37778				06	1724		
2758557	Boshoven	boshoven	NL		0	Europe/Amsterdam	51.2625	5.68472		Boschoven,Boshoven-Vrakker		05	0988		
2758562	Boshoek	boshoek	NL		0	Europe/Amsterdam	52.34083	6.03611				03	0232		
2758564	Bos en Lommer	bos-en-lommer	NL		0	Europe/Amsterdam	52.37948	4.84755				07	0363		
2758566	Boschweg	boschweg	NL		0	Europe/Amsterdam	51.63054	5.41776				06	1948		
2758573	Boschkens	boschkens	NL		0	Europe/Amsterdam	51.53333	5.06389				06	0785		
2758575	Boskant	boskant	NL		790	Europe/Amsterdam	51.55	5.42083		Boskant		06	1948		
2758577	Boschheurne	boschheurne	NL		0	Europe/Amsterdam	52.11167	6.45833				03	0262		
2758580	Boscheind	boscheind	NL		0	Europe/Amsterdam	51.2825	5.30694				06	1724		
2758582	Bosch	bosch	NL		0	Europe/Amsterdam	51.27	5.59167				06	1706		
2758583	Borteldonk	borteldonk	NL		155	Europe/Amsterdam	51.50417	4.46667				06	1674		
2758590	Bornwirdhuizen	bornwirdhuizen	NL		0	Europe/Amsterdam	53.33333	5.98333		Boarnwerterhuzen,Bornwirdhuizen		02	1970		
2758603	Borkeld	borkeld	NL		0	Europe/Amsterdam	52.27583	6.46667		De Boikeld,De Borkeld		15	1742		
2758604	Borkel	borkel	NL		595	Europe/Amsterdam	51.2975	5.44028				06	0858		
2758605	Borgweg	borgweg	NL		0	Europe/Amsterdam	53.17833	6.7125				04	1952		
2758611	Borgharen	borgharen	NL		1735	Europe/Amsterdam	50.8775	5.6875		Bowgraven		05	0935		
2758615	Borgertange	borgertange	NL		0	Europe/Amsterdam	52.9375	7.1125				04	1950		
2758623	Borgele	borgele	NL		3580	Europe/Amsterdam	52.2763	6.14926				15	0150		
2758627	Borchwerf	borchwerf	NL		0	Europe/Amsterdam	51.55	4.45				06	1674		
2758628	Boornzwaag over de Wielen	boornzwaag-over-de-wielen	NL		0	Europe/Amsterdam	52.95	5.75		Boarnsweach oer de Wielen,Boornzwaag over de Wielen		02	1940		
2758634	Boord	boord	NL		0	Europe/Amsterdam	51.46917	5.52222				06	0820		
2758636	Booneschans	booneschans	NL		0	Europe/Amsterdam	53.16167	7.17222				04	1895		
2758640	Boompjesdijk	boompjesdijk	NL		110	Europe/Amsterdam	51.62167	4.31806		Boompjes,Drogendijk		06	0851		
2758643	Boomen	boomen	NL		0	Europe/Amsterdam	51.41917	5.69306				06	0847		
2758648	Bontemorgen	bontemorgen	NL		0	Europe/Amsterdam	51.96333	5.52083				03	0214		
2758650	Bontebrug	bontebrug	NL		0	Europe/Amsterdam	51.89417	6.39583		Nieuwdorp		03	1509		
2758652	Bonrepas	bonrepas	NL		130	Europe/Amsterdam	51.96333	4.84444				11	1931		
2758655	Bonnerveen	bonnerveen	NL		95	Europe/Amsterdam	53.01333	6.83194				01	1680		
2758656	Bonnen	bonnen	NL		0	Europe/Amsterdam	53.005	6.77778				01	1680		
2758657	Bonkwerd	bonkwerd	NL		0	Europe/Amsterdam	53.1339	5.60457				02	1949		
2758663	Bong	bong	NL		0	Europe/Amsterdam	51.43167	6.17083				05	0983		
2758664	Bong	bong	NL		620	Europe/Amsterdam	51.3325	6.08056				05	1894		
2758667	Bommerig	bommerich	NL		0	Europe/Amsterdam	50.77917	5.92778				05	1729		
2758670	Bommenede	bommenede	NL		0	Europe/Amsterdam	51.73333	3.93333		Bommenede		10			
2758671	Bommelskous	bommelskous	NL		0	Europe/Amsterdam	51.76583	4.40972		Bemmelskous		11	1963		
2758676	Bomen- en Bloemen Buurt	bomen-en-bloemen-buurt	NL		0	Europe/Amsterdam	52.06667	4.28333				11	0518		
2758683	Bolst	bolst	NL		0	Europe/Amsterdam	51.60667	5.60139				06	1948		
2758684	Bolshuizen	bolshuizen	NL		0	Europe/Amsterdam	53.3	6.47917				04	1969		
2758686	Bolnes	bolnes	NL		7650	Europe/Amsterdam	51.895	4.57917				11	0597		
2758688	Bollingawier	bollingawier	NL		0	Europe/Amsterdam	53.38056	6.03767		Bollingawier,Bollingwier		02	1970		
2758689	Bollendorp	bollendorp	NL		0	Europe/Amsterdam	52.58333	4.68333				07	0399		
2758691	Bolkshoek	bolkshoek	NL		0	Europe/Amsterdam	52.35267	6.69424		Bolkhoek		15	0141		
2758694	Bolenberg	bolenberg	NL		10	Europe/Amsterdam	51.30333	6.11389				05	0983		
2758696	Bolberg	bolberg	NL		0	Europe/Amsterdam	51.56417	4.84306				06	0758		
2758697	Bolberg	bolberg	NL		0	Europe/Amsterdam	51.53417	4.93472				06	0784		
2758699	Bokt	bokt	NL		125	Europe/Amsterdam	51.49	5.50139				06	0772		
2758703	Boksheide	boksheide	NL		0	Europe/Amsterdam	51.32583	5.30833				06	0770		
2758708	Bokhoven	bokhoven	NL		280	Europe/Amsterdam	51.7375	5.23056				06	0796		
2758709	Bokhorst	bokhorst	NL		0	Europe/Amsterdam	51.46887	5.6842				06	0794		
2758711	Bohemen	bohemen	NL		0	Europe/Amsterdam	52.06667	4.23333				11	0518		
2758713	Bogaard	bogaard	NL		0	Europe/Amsterdam	51.62894	5.44076				06	1948		
2758718	Boevenheuvel	boevenheuvel	NL		0	Europe/Amsterdam	51.35	5.35				06	1724		
2758720	Boetele	boetele	NL		0	Europe/Amsterdam	52.37244	6.30531		Boetele,Boeteloo		15	0177		
2758729	Boermastreek	boermastreek	NL		0	Europe/Amsterdam	52.88362	6.90221				01	1681		
2758730	Boerhaar	boerhaar	NL		0	Europe/Amsterdam	52.37583	6.15139				15	1773		
2758734	Boerenstreek	boerenstreek	NL		85	Europe/Amsterdam	53.11583	6.34583				04	1969		
2758735	Boerenhol	boerenhol	NL		0	Europe/Amsterdam	51.38333	3.54028				10	1714		
2758736	Boerenhoek	boerenhoek	NL		0	Europe/Amsterdam	51.90583	5.97639				03	1705		
2758738	Boerengat	boerengat	NL		0	Europe/Amsterdam	51.33083	3.79861				10	0715		
2758740	Boerelaan	boerelaan	NL		0	Europe/Amsterdam	53.1325	6.49167				01	1699		
2758742	Boerdonk	boerdonk	NL		535	Europe/Amsterdam	51.55917	5.625				06	1948		
2758744	Broerdijk	boerdijk	NL		0	Europe/Amsterdam	52.72667	5.07222				07	0420		
2758749	Boekhorst	boekhorst	NL		0	Europe/Amsterdam	52.9734	6.29242				02	0085		
2758750	Boeket	boeket	NL		0	Europe/Amsterdam	51.28962	5.7268				05	0946		
2758752	Boekenderbos	boekenderbos	NL		0	Europe/Amsterdam	51.31667	6.03333				05	1894		
2758753	Boekend	boekend	NL		0	Europe/Amsterdam	51.54431	5.69298		Boekent,Boekhout		06	1652		
2758754	Boekend	boekend	NL		900	Europe/Amsterdam	51.37833	6.11667				05	0983		
2758755	Boekelo	boekelo	NL		0	Europe/Amsterdam	52.20417	6.79861		Boekeloo		15	0153		
2758761	Boeiink	boeiink	NL		0	Europe/Amsterdam	51.52917	4.41528				06	1674		
2758762	Boeicop	boeicop	NL		0	Europe/Amsterdam	51.93333	5.11667		Boeicop,Boeikoop,Boeikop		09	1961		
2758767	Boddenbroek	boddenbroek	NL		0	Europe/Amsterdam	51.5125	6.05694				05	0984		
2758768	Bocholtzerheide	bocholtzerheide	NL		515	Europe/Amsterdam	50.81583	5.99028				05	0965		
2758772	Bobeldijk	bobeldijk	NL		300	Europe/Amsterdam	52.65333	5				07	1598		
2758780	Blokum	blokum	NL		0	Europe/Amsterdam	53.26	6.71944				04	1952		
2758785	Blokland	blokland	NL		0	Europe/Amsterdam	52.21167	4.78333				11	0569		
2758786	Blokland	blokland	NL		140	Europe/Amsterdam	52.03667	4.96111				09	0335		
2758788	Blokhuizen	blokhuizen	NL		0	Europe/Amsterdam	52.75167	4.83056				07	1911		
2758791	Blokdijk	blokdijk	NL		0	Europe/Amsterdam	52.65667	5.14167				07	0498		
2758795	Bloemhof	bloemhof	NL		13715	Europe/Amsterdam	51.89723	4.49943		Bloemhof		11	0599		
2758799	Bloemendaal aan Zee	bloemendaal-aan-zee	NL		0	Europe/Amsterdam	52.40166	4.54452		Bloemendaal aan Zee		07	0377		
2758807	Bloemberg	bloemberg	NL		0	Europe/Amsterdam	52.65167	6.35278				01	1690		
2758814	Blikhalm	blikhalm	NL		0	Europe/Amsterdam	51.45	5.7				06	0794		
2758816	Blijdenstein	blijdenstein	NL		0	Europe/Amsterdam	52.71167	6.25				01	1690		
2758825	Bleskensgraaf	bleskensgraaf	NL		2800	Europe/Amsterdam	51.8725	4.78333		Bleskensgraaf ca		11	1978		
2758826	Blesdijkerveld	blesdijkerveld	NL		0	Europe/Amsterdam	52.83333	6.03333				02	0098		
2758831	Blerick	blerick	NL		0	Europe/Amsterdam	51.37167	6.14861		Blerik,Blierik		05	0983		
2758832	Blenkert	blenkert	NL		0	Europe/Amsterdam	51.2675	5.89861				05	1640		
2758833	Blekslage	blekslage	NL		0	Europe/Amsterdam	52.99	7.06389				04	0037		
2758835	Blekkink	blekkink	NL		0	Europe/Amsterdam	51.92356	6.66219				03	0294		
2758839	Bleijerheide	bleijerheide	NL		4285	Europe/Amsterdam	50.85538	6.06789				05	0928		
2758840	Bleijenbeek	bleijenbeek	NL		0	Europe/Amsterdam	51.635	6.05139		Bleienbeek,Blijenbeek		05	0893		
2758849	Blauwverlaat	blauwverlaat	NL		0	Europe/Amsterdam	53.22582	6.17354		Blauferlaat,Blauforlaet,Blauwverlaat		02	0059		
2758850	Blauwkapel	blauwkapel	NL		125	Europe/Amsterdam	52.1125	5.15278				09	0310		
2758852	Blauwewijk	blauwewijk	NL		0	Europe/Amsterdam	51.51917	3.85278				10	0664		
2758854	Blauwesluis	blauwesluis	NL		0	Europe/Amsterdam	51.84083	5.55139				03	0668		
2758855	Blauwe Sluis	blauwe-sluis	NL		125	Europe/Amsterdam	51.69333	4.69861				06	1719		
2758856	Blauwe Sluis	blauwe-sluis	NL		0	Europe/Amsterdam	51.59333	4.36944				06	0851		
2758858	Blauwenhoek	blauwenhoek	NL		0	Europe/Amsterdam	51.60083	5.87222				06	1702		
2758860	Blauwe Keet	blauwe-keet	NL		50	Europe/Amsterdam	52.89658	4.7802		Blauwe Keet		07	0400		
2758862	Blauwe Hand	blauwe-hand	NL		0	Europe/Amsterdam	52.6925	6.07639				15	1708		
2758864	Blauw	blauw	NL		0	Europe/Amsterdam	53.1275	6.36806				04	1969		
2758872	Blankenburg	blankenburg	NL		0	Europe/Amsterdam	51.9	4.25		Blankenberg,Blankenburg		11	0599		
2758876	Blaker	blaker	NL		0	Europe/Amsterdam	51.98167	4.27083				11	1783		
2758879	Blaasbalg	blaasbalg	NL		0	Europe/Amsterdam	51.8	4.81667				11	0505		
2758747	Boer	boer	NL	8809	45	Europe/Amsterdam	53.21585	5.56533		Boer		02	1949		
2758880	Blaarthem	blaarthem	NL		2465	Europe/Amsterdam	51.42501	5.45784		Blaartem,Blaarthem		06	0772		
2758881	Blaaksedijk	blaaksedijk	NL		0	Europe/Amsterdam	51.815	4.51111		Blaak,Blaaksche Dijk,Blaakschendijk,De Blaak		11	1963		
2758883	Bittens	bittens	NL		0	Europe/Amsterdam	53.08333	5.48333				02	1900		
2758884	Bitswijk	bitswijk	NL		4030	Europe/Amsterdam	51.6687	5.60921				06	0856		
2758886	Bissen	bissen	NL		0	Europe/Amsterdam	50.78833	5.90139				05	1729		
2758887	Bisselt	bisselt	NL		0	Europe/Amsterdam	51.75667	5.90417				05	0944		
2758888	Bisschopswetering	bisschopswetering	NL		0	Europe/Amsterdam	52.56667	5.99028				15	0166		
2758891	Bisschop	bisschop	NL		0	Europe/Amsterdam	53.05703	6.25809		De Biskop		02	0086		
2758893	Birstum	birstum	NL		0	Europe/Amsterdam	53.07329	5.84425		Birstum		02	0074		
2758896	Binnenwijzend	binnenwijzend	NL		245	Europe/Amsterdam	52.68	5.14444				07	0498		
2758903	Binnen-Moerdijk	binnen-moerdijk	NL		0	Europe/Amsterdam	51.70083	4.66806		De Binnen-Moerdijk		06	1719		
2758908	Binnenhof	binnenhof	NL		1400	Europe/Amsterdam	52.16418	4.53644				11	0547		
2758909	Binnenheurne	binnenheurne	NL		0	Europe/Amsterdam	51.93333	6.45		Binnenheurne,Heurne		03	1509		
2758919	Bingerden	bingerden	NL		0	Europe/Amsterdam	51.99	6.10417				03	0299		
2758928	Billinghuizen	billinghuizen	NL		0	Europe/Amsterdam	50.7925	5.85972				05	1729		
2758930	Bilgaard	bilgaard	NL		6105	Europe/Amsterdam	53.21551	5.79574		Bilgaard,Bilgaerd		02	0080		
2758933	Bilderdam	bilderdam	NL		95	Europe/Amsterdam	52.2125	4.725				11	1884		
2758938	Bikkershorn	bikkershorn	NL		0	Europe/Amsterdam	53.1475	6.99444				04	1895		
2758939	Bikbergen	bikbergen	NL		285	Europe/Amsterdam	52.28833	5.19861				07	0406		
2758941	Bijvanck	bijvanck	NL		4560	Europe/Amsterdam	52.28585	5.26534		Bijvanck,De Bijvang		07	0376		
2758942	Bijsterveld	bijsterveld	NL		0	Europe/Amsterdam	51.50639	5.33051				06	0823		
2758943	Bijsterveld	bijsterveld	NL		0	Europe/Amsterdam	51.45076	5.35236				06	0770		
2758944	Bijsteren	bijsteren	NL		0	Europe/Amsterdam	52.25583	5.58333				03	0273		
2758946	Bijlmermeer	bijlmermeer	NL		0	Europe/Amsterdam	52.31667	4.96667		Bijlmer,Bijlmermeer,De Bijlmer		07	0363		
2758959	Biezenkuilen	biezenkuilen	NL		0	Europe/Amsterdam	51.43333	5.43333				06	0772		
2758961	Biezenheuvel	biezenheuvel	NL		0	Europe/Amsterdam	51.40583	5.30417				06	1728		
2758963	Biezen	biezen	NL		0	Europe/Amsterdam	51.24667	3.46389				10	1714		
2758965	Biezelinge	biezelinge	NL		0	Europe/Amsterdam	51.475	3.9625				10	0678		
2758966	Biestraat	biestraat	NL		0	Europe/Amsterdam	51.54583	4.925				06	0784		
2758967	Biesthoek	biesthoek	NL		0	Europe/Amsterdam	51.62833	5.65139				06	0856		
2758970	Biessum	biessum	NL		0	Europe/Amsterdam	53.33333	6.89583		Biesum		04	1979		
2758971	Biesland	biesland	NL		1505	Europe/Amsterdam	50.8411	5.67573		Biesland		05	0935		
2758973	Bieshaar	bieshaar	NL		0	Europe/Amsterdam	52.18885	5.37399				09	0307		
2758974	Biesdonk	biesdonk	NL		4970	Europe/Amsterdam	51.60613	4.78515				06	0758		
2758984	Biert	biert	NL		0	Europe/Amsterdam	51.83833	4.28611				11	1930		
2758991	Bieberg	bieberg	NL		0	Europe/Amsterdam	51.55914	4.79186				06	0758		
2758993	Bezuidenhout	bezuidenhout	NL		0	Europe/Amsterdam	52.0846	4.33811		Bezuidenhout,Het Bezuidenhout		11	0518		
2759001	Bevermeer	bevermeer	NL		0	Europe/Amsterdam	51.995	6.15694				03	0299		
2759007	Beuseberg	beuseberg	NL		0	Europe/Amsterdam	52.2675	6.42083				15	1742		
2759008	Beusbergen	beusbergen	NL		0	Europe/Amsterdam	52.22917	6.5				15	1735		
2759024	Beukelaar	beukelaar	NL		0	Europe/Amsterdam	51.61667	5.5625				06	1948		
2759025	Beugt	beugt	NL		0	Europe/Amsterdam	51.63917	5.5125				06	1721		
2759030	Betterwird	betterwird	NL		0	Europe/Amsterdam	53.33213	5.96751		Betterwird,Betterwurd		02	1970		
2759034	Bethlehem	bethlehem	NL		0	Europe/Amsterdam	53.38333	6.60972				04	1966		
2759035	Beswerd	beswerd	NL		0	Europe/Amsterdam	53.28417	6.45972				04	1969		
2759038	Besthmen	besthmen	NL		0	Europe/Amsterdam	52.5025	6.43056		Bestmen		15	0175		
2759042	Besselaar	besselaar	NL		0	Europe/Amsterdam	51.61583	5.37222				06	0845		
2759043	Besoijen	besoijen	NL		3770	Europe/Amsterdam	51.68333	5.05		Besooien,Besoyen,Bezooien		06	0867		
2759049	Bernsterbuorren	bernsterbuorren	NL		0	Europe/Amsterdam	53.1	5.73333		Bernsterbuorren,Bernsterburen		02	1900		
2759051	Bernissche Hoeven	bernissche-hoeven	NL		0	Europe/Amsterdam	51.66646	5.49452		Bernissche Hoeven,Bernsche Hoeven		06	1721		
2759063	Berkum-Bruggenhoek	berkum-bruggenhoek	NL		0	Europe/Amsterdam	52.53021	6.1371				15	0193		
2759064	Berkum	berkum	NL		3720	Europe/Amsterdam	52.52395	6.13655				15	0193		
2759065	Berkt	berkt	NL		0	Europe/Amsterdam	51.71667	5.49722				06	1721		
2759066	Berkt	berkt	NL		0	Europe/Amsterdam	51.4275	5.37917				06	0861		
2759068	Berkmeer	berkmeer	NL		0	Europe/Amsterdam	52.6875	4.90278				07	1598		
2759071	Berkhoek	berkhoek	NL		0	Europe/Amsterdam	51.6025	5.15				06	0855		
2759072	Berkhoek	berkhoek	NL		0	Europe/Amsterdam	51.58583	5.68472				06	0755		
2759079	Berkenrode	berkenrode	NL		0	Europe/Amsterdam	52.35	4.61667		Berkenrode		07	0397		
2759087	Berkelaar	berkelaar	NL		275	Europe/Amsterdam	51.1225	5.87083				05	1711		
2759089	Berkel	berkel	NL		0	Europe/Amsterdam	52.00306	4.48723				11	1621		
2759090	Berkel-Enschot	berkel	NL		0	Europe/Amsterdam	51.58417	5.14444				06	0855		
2759091	Berkeindje	berkeindje	NL		0	Europe/Amsterdam	51.41167	5.67639				06	0847		
2759092	Berkeind	berkeind	NL		0	Europe/Amsterdam	51.55203	4.97004				06	0784		
2759096	Beringerhoek	beringerhoek	NL		0	Europe/Amsterdam	51.33359	5.94488				05	1894		
2759098	Berik	berik	NL		0	Europe/Amsterdam	51.23048	5.97206				05	1640		
2759099	Bergweide	bergweide	NL		0	Europe/Amsterdam	52.2493	6.17984		Bergkwatier,Bergweide		15	0150		
2759104	Bergstraat	bergstraat	NL		0	Europe/Amsterdam	51.75	5.51667				06	0828		
2759105	Bergstoep	bergstoep	NL		1205	Europe/Amsterdam	51.9225	4.78472				11	1931		
2759110	Bergsebaan	bergsebaan	NL		0	Europe/Amsterdam	51.49015	4.43768				06	1674		
2759115	Bergsche Heide	bergsche-heide	NL		0	Europe/Amsterdam	51.59583	6.05556				05	0893		
2759117	Berghum	berghum	NL		0	Europe/Amsterdam	52.36833	7.01944				15	1774		
2759118	Berghuizen	berghuizen	NL		145	Europe/Amsterdam	52.71333	6.29028				01	1690		
2759119	Berghuizen	berghuizen	NL		0	Europe/Amsterdam	52.45083	6.08472		Berghuis		03	0246		
2759120	Berghuizen	berghuizen	NL		0	Europe/Amsterdam	51.82326	5.51754				03	0668		
2759123	Berghkwartier	berghkwartier	NL		0	Europe/Amsterdam	52.14508	5.36451				09	0307		
2759132	Bergeijk	bergeyk	NL		18181	Europe/Amsterdam	51.31917	5.35833		Bergeijk,Bergeik		06	1724		
2759138	Bergerden	bergerden	NL		0	Europe/Amsterdam	51.91917	5.92222				03	1705		
2759143	Bergenshuizen	bergenshuizen	NL		210	Europe/Amsterdam	51.63083	5.28333				06	0865		
2759146	Bergenhuizen	bergenhuizen	NL		0	Europe/Amsterdam	50.77583	5.81389				05	1903		
2759148	Berg en Bos	berg-en-bos	NL		1995	Europe/Amsterdam	52.22009	5.9334	25	Berg en Bos		03	0200		
2759154	Bergen	bergen	NL		0	Europe/Amsterdam	52.66917	4.70417		Berchen,Bergen,Bergen (NH),Bergen (Nord-Holland),Bergen-Binnen,Berxen,byrkhn,Μπέρχεν,Берген,Բերխեն,بيرخن	0373	07	0373		
2759155	Bergen	bergen	NL		0	Europe/Amsterdam	51.6	6.03333		Baerge,Bergen,Berxen,byrkhn,Берген,Բերխեն,بيرخن		05	0893		
2759159	Bergakker	bergakker	NL		0	Europe/Amsterdam	51.88667	5.38611				03	0281		
2759161	Berg	berg	NL		0	Europe/Amsterdam	51.345	5.86111				05	1894		
2759162	Berg	berg	NL		0	Europe/Amsterdam	51.27583	5.54861				06	1706		
2759163	Berg	berg	NL		1985	Europe/Amsterdam	51.00417	5.77083		Berg aan de Maas		05	0971		
2759164	Berg	berg	NL		3200	Europe/Amsterdam	50.86167	5.78333				05	0994		
2759165	Berg	berg	NL		120	Europe/Amsterdam	50.83917	5.74861				05	1903		
2759169	Berenbroek	berenbroek	NL		45	Europe/Amsterdam	51.4675	5.60694				06	1771		
2759174	Benzenrade	benzenrade	NL		200	Europe/Amsterdam	50.86605	5.97596				05	0917		
2759179	Benthem	benthem	NL		0	Europe/Amsterdam	51.49667	5.72361		Bentem,Benten,Bentum		06	1652		
2759182	Bent	bent	NL		0	Europe/Amsterdam	52.10583	4.55694				11	0484		
2759187	Benoordenhout	benoordenhout	NL		0	Europe/Amsterdam	52.0939	4.32372		Benoordenhoutsche Vaard		11	0518		
2759204	Beneden Veensloot	beneden-veensloot	NL		0	Europe/Amsterdam	53.13083	6.92361				04	1952		
2759205	Benedenvaart	benedenvaart	NL		0	Europe/Amsterdam	52.59833	6.37778				15	0160		
2759213	Benedenknijpe	benedenknijpe	NL		0	Europe/Amsterdam	52.96667	5.96667		De Knijpe,De Knipe		02	0074		
2759215	Benedenkerk	benedenkerk	NL		260	Europe/Amsterdam	51.9675	4.75417				11	1931		
2759216	Benedenheul	benedenheul	NL		230	Europe/Amsterdam	51.9575	4.73194				11	1931		
2759219	Beneden-Haastrecht	beneden-haastrecht	NL		80	Europe/Amsterdam	52.00167	4.75417		Beneden-Haastrect		11	1931		
2759220	Benedeneind	benedeneind	NL		0	Europe/Amsterdam	52.015	5.58056				09	0345		
2759221	Benedeneind	benedeneind	NL		0	Europe/Amsterdam	51.825	5.48611				06	0828		
2759222	Benedenberg	benedenberg	NL		0	Europe/Amsterdam	51.93667	4.75833				11	1931		
2759226	Benderse	bendersche	NL		0	Europe/Amsterdam	52.77917	6.36806		Benderse		01	1690		
2759227	Bemmer	bemmer	NL		0	Europe/Amsterdam	51.55	5.62361				06	1659		
2759235	Belvert	belvert	NL		0	Europe/Amsterdam	51.6	5.24722				06	0824		
2759243	Belt	belt	NL		0	Europe/Amsterdam	52.905	4.95139				07	1911		
2759250	Bellingeweer	bellingeweer	NL		0	Europe/Amsterdam	53.32715	6.51618		Bellingeweer		04	1966		
2759252	Belgeren	belgeren	NL		0	Europe/Amsterdam	51.44	5.74583				06	0762		
2759253	Belgenhoek	belgenhoek	NL		0	Europe/Amsterdam	51.36917	5.91111				05	1894		
2759254	Belfort	belfort	NL		2645	Europe/Amsterdam	50.84698	5.65991				05	0935		
2759258	Beldert	beldert	NL		0	Europe/Amsterdam	51.68083	3.98611				10	1676		
2759259	Belcrum	belcrum	NL		3605	Europe/Amsterdam	51.59911	4.76994		Belcrum		06	0758		
2759260	Bekveld	bekveld	NL		0	Europe/Amsterdam	52.0475	6.29861				03	1876		
2759261	Bekenes	bekenes	NL		0	Europe/Amsterdam	52.0775	4.83472				09	0632		
2759263	Bekelaar	bekelaar	NL		0	Europe/Amsterdam	51.44583	5.63611				06	1771		
2759264	Beitel	beitel	NL		70	Europe/Amsterdam	50.84578	6.00454				05	0917		
2759265	Beinum	beinum	NL		0	Europe/Amsterdam	52.00174	6.12915				03	0221		
2759267	Beilervaart	beilervaart	NL		0	Europe/Amsterdam	52.86667	6.45278				01	1731		
2759272	Beijum	beijum	NL		0	Europe/Amsterdam	53.25	6.6				04	0014		
2759274	Behelp	behelp	NL		0	Europe/Amsterdam	51.37417	5.75833				06	0743		
2759292	Beerzerhaar	beerzerhaar	NL		0	Europe/Amsterdam	52.49308	6.55472				15	0175		
2759295	Beertsenhoven	beertsenhoven	NL		0	Europe/Amsterdam	50.82667	5.88611				05	1729		
2759296	Beerten	beerten	NL		0	Europe/Amsterdam	51.48569	5.14791				06	0798		
2759299	Beersterhoogen	beersterhoogen	NL		0	Europe/Amsterdam	53.18333	7.13333		Beersterhogen,Beersterhoogen		04	1895		
2759301	Beersdonk	beersdonk	NL		0	Europe/Amsterdam	51.44141	5.72505				06	0762		
2759302	Beersdal	beersdal	NL		1620	Europe/Amsterdam	50.90597	5.9644				05	0917		
2759303	Beerschoten	beerschoten	NL		0	Europe/Amsterdam	52.0625	5.25417				09	1581		
2759308	Beers	beers	NL		0	Europe/Amsterdam	53.15573	5.73433		Bears		02	0080		
2759309	Beers	beers	NL		1275	Europe/Amsterdam	51.72583	5.82778		Beers,Beers NB,Bèèrs		06	1684		
2759315	Beerenplaat	beerenplaat	NL		0	Europe/Amsterdam	51.8325	4.39583				11	1930		
2759317	Beemte	beemte	NL		130	Europe/Amsterdam	52.255	5.98889				03	0200		
2759321	Beemdkant	beemdkant	NL		0	Europe/Amsterdam	51.52583	5.6				06	1659		
2759323	Beemd	beemd	NL		0	Europe/Amsterdam	51.73333	5.55				06	1721		
2759326	Beekweide	beekweide	NL		0	Europe/Amsterdam	51.41528	5.54745				06	1771		
2759329	Beekveld	beekveld	NL		0	Europe/Amsterdam	51.66667	5.38333				06	0845		
2759333	Beekkant	beekkant	NL		0	Europe/Amsterdam	51.64488	5.36164				06	0845		
2759340	Beekdorp	beekdorp	NL		0	Europe/Amsterdam	52.355	6.83194				15	1774		
2759344	Beek gem Montferland	beek-gem-montferland	NL		1315	Europe/Amsterdam	51.90667	6.1875				03	1955		
2759363	Beckum	beckum	NL		0	Europe/Amsterdam	52.21083	6.74167		Bekkum		15	0164		
2759368	Bazuin	bazuin	NL		0	Europe/Amsterdam	52.65417	6.41389				01	1690		
2759369	Bazeldijk	bazeldijk	NL		0	Europe/Amsterdam	51.91667	5.01667		Bazeldijk,De Bazeldijk		09	1961		
2759371	Bavinkel	bavinkel	NL		0	Europe/Amsterdam	52.34	6.69306				15	0141		
2759377	Battenoord	battenoord	NL		0	Europe/Amsterdam	51.7075	4.12917				11	1924		
2759378	Bato’s Erf	bato-s-erf	NL		0	Europe/Amsterdam	52.22154	5.65293				03	0273		
2759383	Bath	bath	NL		0	Europe/Amsterdam	51.40167	4.20972		Bat		10	0703		
2759386	Batadorp	batadorp	NL		515	Europe/Amsterdam	51.4894	5.39927				06	0753		
2759387	Basserveld	basserveld	NL		0	Europe/Amsterdam	52.81417	6.04167				15	1708		
2759391	Barwoutswaarder	barwoutswaarder	NL		75	Europe/Amsterdam	52.085	4.85		Barwoudswaarder		09	0632		
2759392	Bartlehiem	bartlehiem	NL		0	Europe/Amsterdam	53.27579	5.84078				02	0737		
2759398	Barsbeek	barsbeek	NL		0	Europe/Amsterdam	52.65667	6.02222				15	1708		
2759400	Barrier	barrier	NL		0	Europe/Amsterdam	50.87833	5.89861				05	0986		
2759404	Barnflair	barnflair	NL		230	Europe/Amsterdam	52.855	7.08056				04	1950		
2759410	Barlo	barlo	NL		0	Europe/Amsterdam	51.95583	6.58889		Barloo		03	0197		
2759411	Barlaque	barlaque	NL		0	Europe/Amsterdam	51.62333	4.4875				06	1709		
2759413	Barlage	barlage	NL		0	Europe/Amsterdam	53.0125	7.05556				04	0037		
2759415	Barger-Oosterveld	barger-oosterveld	NL		3090	Europe/Amsterdam	52.77	6.95833				01	0114		
2759417	Barger-Oosterveen	barger-oosterveen	NL		305	Europe/Amsterdam	52.70168	6.97868				01	0114		
2759419	Bargeres	bargeres	NL		9060	Europe/Amsterdam	52.76152	6.88145		Barger,Bargeres		01	0114		
2759420	Barger-Erfscheidenveen	barger-erfscheidenveen	NL		115	Europe/Amsterdam	52.7275	6.86806				01	0114		
2759422	Bargen	bargen	NL		0	Europe/Amsterdam	53.08417	4.83472				07	0448		
2759423	Bargebek	bargebek	NL		0	Europe/Amsterdam	52.89083	5.6056				02	1940		
2759424	Bareveld	bareveld	NL		325	Europe/Amsterdam	53.0525	6.84722				04	0047		
2759438	Bankert	bankert	NL		0	Europe/Amsterdam	51.49583	5.79444				06	1652		
2759444	Bangert	bangert	NL		1470	Europe/Amsterdam	52.73582	5.1801		Bangerd,Bangert,De Bangert		07	0420		
2759447	Bandsloot	bandsloot	NL		0	Europe/Amsterdam	52.84402	5.81649		Bandsloot,Bansleat,Bânsleat		02	1940		
2759452	Balmahuizen	balmahuizen	NL		0	Europe/Amsterdam	53.27167	6.36944				04	1969		
2759461	Ballingbuur	ballingbuur	NL		0	Europe/Amsterdam	53	5.76667		Ballingboer,Ballingbuer,Ballingbuur		02	1940		
2759462	Balleman	balleman	NL		0	Europe/Amsterdam	51.51	4.7625				06	1723		
2759467	Ballast	ballast	NL		1710	Europe/Amsterdam	52.67218	6.73299				01	0109		
2759476	Balhofstede	balhofstede	NL		0	Europe/Amsterdam	51.30667	3.61667				10	1714		
2759483	Bakkum	bakkum	NL		0	Europe/Amsterdam	52.55945	4.65717		Bakkum,Zuidbakkum		07	0383		
2759492	Bakkersdam	bakkersdam	NL		0	Europe/Amsterdam	51.30333	3.49167				10	1714		
2759494	Bakkerom	bakkerom	NL		0	Europe/Amsterdam	53.19917	6.325				04	1969		
2759497	Bakhuisbos	bakhuisbos	NL		0	Europe/Amsterdam	52.39083	6.00833				03	0246		
2759498	Bakheide	bakheide	NL		0	Europe/Amsterdam	51.2572	6.042				05	0889		
2759501	Bakertand	bakertand	NL		0	Europe/Amsterdam	51.53333	5.07917				06	0855		
2759502	Bakermark	bakermark	NL		0	Europe/Amsterdam	52.06409	6.23564				03	1876		
2759504	Bakendorp	bakendorp	NL		0	Europe/Amsterdam	51.40833	3.90556				10	0654		
2759505	Bakenberg	bakenberg	NL		1025	Europe/Amsterdam	52.00511	5.8771				03	0202		
2759506	Baken	baken	NL		0	Europe/Amsterdam	51.73333	3.83333				10	1676		
2759507	Bakelsebrug	bakelsebrug	NL		0	Europe/Amsterdam	51.49333	5.71667				06	1652		
2759513	Baijum	baijum	NL		0	Europe/Amsterdam	53.16463	5.63272		Baaijum,Baaium,Baium,Bajum		02	1949		
2759514	Bahr	bahr	NL		0	Europe/Amsterdam	51.98417	6.04583		Baar		03	0299		
2759515	Bagven	bagven	NL		0	Europe/Amsterdam	51.57947	4.72029		Bagben,Bagven		06	0758		
2759434	Bant	bant	NL	8314	0	Europe/Amsterdam	52.76833	5.75				16	0171		
2759516	Baggel Huizen	baggel-huizen	NL		0	Europe/Amsterdam	52.98333	6.55				01	0106		
2759527	Baburen	baburen	NL		0	Europe/Amsterdam	53.04462	5.49952				02	1900		
2759534	Baarstraat	baarstraat	NL		0	Europe/Amsterdam	51.17167	5.85139				05	1641		
2759536	Baarsdorpermeer	baarsdorpermeer	NL		0	Europe/Amsterdam	52.66917	4.99722				07	1598		
2759537	Baarsdorp	baarsdorp	NL		0	Europe/Amsterdam	51.4825	3.8375				10	0654		
2759538	Baarschot	baarschot	NL		0	Europe/Amsterdam	51.595	4.84583				06	0826		
2759539	Baarschot	baarschot	NL		220	Europe/Amsterdam	51.45833	5.18611				06	0798		
2759540	Baarschot	baarschot	NL		0	Europe/Amsterdam	51.43333	5.76667				06	0762		
2759545	Baarloseweg	baarloseweg	NL		0	Europe/Amsterdam	51.33333	6.01667				05	1894		
2759552	Baarle-Nassau-grens	baarle-nassau-grens	NL		0	Europe/Amsterdam	51.40167	4.93472				06	0744		
2759555	Boschhoven	baarle-boshoven	NL		0	Europe/Amsterdam	51.4575	4.93889		Baarle Boschoven,Baarle Bosschoven,Boschhoven		06	0744		
2759563	Baardwijk	baardwijk	NL		2165	Europe/Amsterdam	51.69246	5.09628				06	0867		
2759564	Baarderburen	baarderburen	NL		0	Europe/Amsterdam	53.12744	5.48634				02	1900		
2759566	Baardburen	baardburen	NL		0	Europe/Amsterdam	53.13333	5.78333				02	0080		
2759568	Baanhoek	baanhoek	NL		0	Europe/Amsterdam	51.82417	4.74306				11	0610		
2759569	Baamsum	baamsum	NL		0	Europe/Amsterdam	53.28417	7.04167				04	1979		
2759570	Baambrugse Zuwe	baambrugse-zuwe	NL		460	Europe/Amsterdam	52.22917	4.95139				09	0736		
2759574	Baalhoek	baalhoek	NL		0	Europe/Amsterdam	51.3625	4.08611				10	0677		
2759575	Baalder	baalder	NL		3470	Europe/Amsterdam	52.58579	6.65299				15	0160		
2759576	Baal	baal	NL		0	Europe/Amsterdam	51.89833	5.91944				03	1705		
2759580	Baakhoven	baakhoven	NL		30	Europe/Amsterdam	51.06833	5.82639				05	1711		
2759584	Baai	baai	NL		0	Europe/Amsterdam	51.5808	4.64533				06	0777		
2759586	Azelo	azelo	NL		170	Europe/Amsterdam	52.29874	6.71389		Aselo,Azeloo		15	1735		
2759590	Axwijk	axwijk	NL		0	Europe/Amsterdam	52.53116	5.01346		Akswijk		07	0385		
2759592	Axelsche Sassing	axelsche-sassing	NL		0	Europe/Amsterdam	51.27	3.875		Axels Sassing,Sassing		10	0715		
2759595	Avest	avest	NL		0	Europe/Amsterdam	52.06167	6.59861				03	1859		
2759597	Averlo	averlo	NL		0	Europe/Amsterdam	52.3	6.21528		Averloo		15	0150		
2759602	Avelingen	avelingen	NL		0	Europe/Amsterdam	51.83333	4.96667				11	0512		
2759614	Augsbuurt-Lutjewoude	augsbuurt-lutjewoude	NL		0	Europe/Amsterdam	53.2665	6.16088		Augsbuur,Augsbuurt,Augsbuurt-Lutjewoude,Augstbuurt,Lutjewoude,Lytsewald,Lytsewâld		02	1970		
2759615	Atzeburen	atzeburen	NL		0	Europe/Amsterdam	53.00996	5.49762				02	1900		
2759617	Attelaken	attelaken	NL		335	Europe/Amsterdam	51.58419	4.66447				06	0777		
2759625	Assum	assum	NL		0	Europe/Amsterdam	52.51417	4.69861				07	0450		
2759626	Assinkshoek	assinkshoek	NL		0	Europe/Amsterdam	52.37974	6.74665				15	0183		
2759629	Assendorp	assendorp	NL		0	Europe/Amsterdam	52.5044	6.10359				15	0193		
2759630	Assendorp	assendorp	NL		0	Europe/Amsterdam	52.4	6.06667				03	0246		
2759635	Asselt	asselt	NL		180	Europe/Amsterdam	51.22583	6.0125				05	0957		
2759638	Assel	assel	NL		0	Europe/Amsterdam	52.2	5.83889				03	0200		
2759640	Asschat	asschat	NL		0	Europe/Amsterdam	52.13135	5.45169		Aschat,Asschat,Asschot		09	0327		
2759641	Aspert	aspert	NL		0	Europe/Amsterdam	51.84417	5.63333		De Aspert		03	0225		
2759644	Asenray	asenray	NL		755	Europe/Amsterdam	51.19333	6.04861		Asenraij,Assenraai,Azenraai,Azenray		05	0957		
2759647	Asbroek	asbroek	NL		0	Europe/Amsterdam	51.2825	5.90972				05	1640		
2759648	Arwerd	arwerd	NL		0	Europe/Amsterdam	53.3525	6.83611				04	1979		
2759653	Arriërveld	arrierveld	NL		0	Europe/Amsterdam	52.56417	6.43472				15	0175		
2759656	Arnoud	arnoud	NL		0	Europe/Amsterdam	52.27833	4.57083				11	0534		
2759666	Armweide	armweide	NL		0	Europe/Amsterdam	52.76917	6.32083		Armwei		01	1690		
2759667	Armhoede	armhoede	NL		0	Europe/Amsterdam	52.175	6.44583				03	0262		
2759668	Arkum	arkum	NL		0	Europe/Amsterdam	53.02973	5.49986				02	1900		
2759670	Arkens	arkens	NL		0	Europe/Amsterdam	53.19333	5.55179		Arkens,Erkens		02	1949		
2759676	Arensgenhout	arensgenhout	NL		510	Europe/Amsterdam	50.88833	5.84028				05	1954		
2759677	Arendnest	arendsnest	NL		0	Europe/Amsterdam	51.595	5.69583		Arendnest		06	0755		
2759681	Archem	archem	NL		0	Europe/Amsterdam	52.47583	6.44028				15	0175		
2759689	Appen	appen	NL		0	Europe/Amsterdam	52.18167	6.12917				03	0285		
2759700	Appel	appel	NL		675	Europe/Amsterdam	52.1875	5.54028				03	0267		
2759701	Aperloo	aperloo	NL		0	Europe/Amsterdam	52.42583	5.86111				03	0230		
2759702	Apenhuizen	apenhuizen	NL		0	Europe/Amsterdam	52.25667	6.3				15	0150		
2759719	Anreep	anreep	NL		0	Europe/Amsterdam	52.97583	6.58333				01	0106		
2759721	Anneville	anneville	NL		0	Europe/Amsterdam	51.54333	4.81806				06	1723		
2759728	Annendaal	annendaal	NL		0	Europe/Amsterdam	51.10833	6.02778				05	1669		
2759730	Anneburen	anneburen	NL		0	Europe/Amsterdam	53.06551	5.62187				02	1900		
2759740	Anna Jacobapolder	anna-jacobapolder	NL		230	Europe/Amsterdam	51.63917	4.12917		Anna Jacoba		10	0716		
2759747	Ankum	ankum	NL		0	Europe/Amsterdam	52.52167	6.24167				15	0148		
2759748	Anklaar	anklaar	NL		3865	Europe/Amsterdam	52.23111	5.98497				03	0200		
2759749	Ankeveense Rade	ankeveense-rade	NL		1110	Europe/Amsterdam	52.25891	5.1016				07	1696		
2759758	Kloosteranjum	kloosteranjum	NL		0	Europe/Amsterdam	53.23394	5.62822		Kleaster Anjum,Klooster Anjum		02	1949		
2759760	Anholt	anholt	NL		0	Europe/Amsterdam	52.77333	6.41667				01	1690		
2759766	Angelslo	angelslo	NL		7840	Europe/Amsterdam	52.7809	6.92645		Angelslo,Angelsloo		01	0114		
2759783	Amsweer	amsweer	NL		0	Europe/Amsterdam	53.30833	6.90278				04	1979		
2759787	Amsterdamscheveld	amsterdamscheveld	NL		190	Europe/Amsterdam	52.68833	6.91528		Amsterdamsche Veld I,Amsterdamseveld		01	0114		
2759924	Akkerwoude	akkerwoude	NL		0	Europe/Amsterdam	53.28333	5.98333		Akkerwoude,Ikkerwald,Ikkerwâld		02	1891		
2759925	Akkerput	akkerput	NL		0	Europe/Amsterdam	51.35	3.46528				10	1714		
2759927	Akker	akker	NL		0	Europe/Amsterdam	51.50917	4.38472				06	1674		
2759929	Akert	akert	NL		2000	Europe/Amsterdam	51.41407	5.5596				06	1771		
2759805	Amsteleind	amsteleind	NL		780	Europe/Amsterdam	51.76667	5.5				06	0828		
2759811	Ampsen	ampsen	NL		0	Europe/Amsterdam	52.17	6.42917		Amsen		03	0262		
2759816	Ammerssluis	ammerssluis	NL		0	Europe/Amsterdam	51.91667	4.81667				11	1978		
2759830	Amerika	amerika	NL		0	Europe/Amsterdam	53.09167	6.37083				01	1699		
2759850	Amby	amby	NL		6535	Europe/Amsterdam	50.86215	5.73226		Ambij,Amie,amby,امبی		05	0935		
2759852	Alvershool	alvershool	NL		0	Europe/Amsterdam	51.48333	5.56528				06	0820		
2759853	Alverna	alverna	NL		1595	Europe/Amsterdam	51.80417	5.75972				03	0296		
2759854	Altweerterheide	altweerterheide	NL		595	Europe/Amsterdam	51.22083	5.67917				05	0988		
2759855	Altweert	altweert	NL		0	Europe/Amsterdam	51.24048	5.68697				05	0988		
2759857	Alting	alting	NL		0	Europe/Amsterdam	52.86583	6.53889				01	1731		
2759865	Altena	altena	NL		305	Europe/Amsterdam	53.1325	6.47778				01	1699		
2759871	Alphen-Oosterwijk	alphen-oosterwijk	NL		0	Europe/Amsterdam	51.50083	4.975				06	1723		
2759873	Boshoven	alphen-boshoven	NL		0	Europe/Amsterdam	51.46333	4.94861		Alfen-Boschoven,Alphen Boschoven,Alphen Bosschoven,Boschhoven		06	1723		
2759879	Almere Stad	almere-stad	NL		176432	Europe/Amsterdam	52.37025	5.21413		Almere		16	0034		
2759880	Almere Haven	almere-haven	NL		0	Europe/Amsterdam	52.33576	5.21919				16	0034		
2759881	Almere Buiten	almere-buiten	NL		0	Europe/Amsterdam	52.395	5.27639				16	0034		
2759883	Almenum	almenum	NL		0	Europe/Amsterdam	53.18333	5.43333				02	0072		
2759892	Allersma	allersma	NL		0	Europe/Amsterdam	53.31833	6.45417				04	1969		
2759896	Allardsoog	allardsoog	NL		0	Europe/Amsterdam	53.09454	6.29208		Allartsoog,Allerdsoog		02	0086		
2759902	Alinghuizen	alinghuizen	NL		0	Europe/Amsterdam	53.3125	6.50139				04	1966		
2759905	Alendorp	alendorp	NL		0	Europe/Amsterdam	52.0925	5.03472				09	0344		
2759909	Aldlan-West	aldlan-west	NL		0	Europe/Amsterdam	53.18588	5.81052				02	0080		
2759932	Aijen	aijen	NL		0	Europe/Amsterdam	51.58417	6.04167		Aaien,Aaijen,Aijn,Ayen		05	0893		
2759933	Agodorp	agodorp	NL		0	Europe/Amsterdam	52.87167	7.08333				04	1950		
2759940	Afsched	afsched	NL		0	Europe/Amsterdam	52.6	6.01667				15	1896		
2759941	Afhang	afhang	NL		0	Europe/Amsterdam	51.45	6.05				05	1507		
2759954	Aekinga	aekinga	NL		0	Europe/Amsterdam	52.95195	6.32628		Aekinga,Aekinge		02	0085		
2759957	Aduarderzijl	aduarderzijl	NL		0	Europe/Amsterdam	53.31833	6.46806				04	1969		
2759958	Aduardervoorwerk	aduardervoorwerk	NL		0	Europe/Amsterdam	53.26139	6.47461				04	1969		
2759971	Adegeest	adegeest	NL		2610	Europe/Amsterdam	52.13621	4.45249				11	0626		
2759977	Achttienhoven	achttienhoven	NL		0	Europe/Amsterdam	52.14833	5.13889		Maarssen		09	0310		
2759978	Achttienhoven	achttienhoven	NL		130	Europe/Amsterdam	52.14667	4.85694				11	0569		
2759980	Achtsehoek	achtsehoek	NL		0	Europe/Amsterdam	51.46667	5.4				06	0772		
2759985	Achthoven	achthoven	NL		0	Europe/Amsterdam	52.13582	4.55696				11	0547		
2759986	Achthoven	achthoven	NL		0	Europe/Amsterdam	52.05667	4.99028				09	0335		
2759987	Achthoven	achthoven	NL		220	Europe/Amsterdam	51.96833	4.99306				09	1961		
2759992	Achterwetering	achterwetering	NL		70	Europe/Amsterdam	52.15167	5.15278				09	0310		
2759998	Achter-Thesinge	achter-thesinge	NL		0	Europe/Amsterdam	53.28167	6.65694				04	0014		
2760002	Achterste Rith	achterste-rith	NL		0	Europe/Amsterdam	51.555	4.71389				06	0758		
2760006	Achterstehoek	achterstehoek	NL		0	Europe/Amsterdam	51.95	6.01667				03	0226		
2760007	Achterste Hermalen	achterste-hermalen	NL		0	Europe/Amsterdam	51.60417	5.40417				06	1948		
2760008	Achterste Heikant	achterste-heikant	NL		0	Europe/Amsterdam	51.34833	5.14028				06	1667		
2760009	Achterste Heide	achterste-heide	NL		0	Europe/Amsterdam	51.75917	5.57917				06	0828		
2760010	Achterste Erm	achterste-erm	NL		70	Europe/Amsterdam	52.74333	6.825				01	0109		
2760011	Achterste Diesdonk	achterste-diesdonk	NL		0	Europe/Amsterdam	51.42917	5.7125				06	0743		
2760013	Achterste Brug	achterste-brug	NL		0	Europe/Amsterdam	51.28	5.42917				06	0858		
2760014	Achtersloot	achtersloot	NL		0	Europe/Amsterdam	52.03523	5.02277				09	0353		
2760016	Achterom	achterom	NL		0	Europe/Amsterdam	52.73333	6.51667				01	0118		
2760018	Achterlo	achterlo	NL		0	Europe/Amsterdam	51.81703	5.71767				03	0296		
2760019	Achter-Lindt	achter-lindt	NL		0	Europe/Amsterdam	51.81917	4.58194				11	0642		
2760024	Achterhoek	achterhoek	NL		0	Europe/Amsterdam	52.24833	6.48611				15	1735		
2760025	Achterhoek	achterhoek	NL		0	Europe/Amsterdam	52.21917	5.40833				03	0267		
2760028	Achter het Klooster	achter-het-klooster	NL		0	Europe/Amsterdam	51.2575	5.87917				05	1640		
2760033	Achtereind	achtereind	NL		0	Europe/Amsterdam	51.3825	5.49028				06	0866		
2760035	Achterdrempt	achterdrempt	NL		325	Europe/Amsterdam	52.02333	6.18333				03	1876		
2760036	Leeuwte	leeuwte	NL		90	Europe/Amsterdam	52.76667	6.39861		Leeuwte		01	1690		
2760037	Achterdijk	achterdijk	NL		200	Europe/Amsterdam	51.89167	5.03889				09	1961		
2760038	Achterdijk	achterdijk	NL		0	Europe/Amsterdam	51.65667	4.61944				06	1709		
2760041	Achter de Vree	achter-de-vree	NL		0	Europe/Amsterdam	52.43333	5.95				03	0269		
2760043	Achterbroek	achterbroek	NL		280	Europe/Amsterdam	51.9675	4.69861		Achterhoek,Achterhroek,Terbroek		11	1931		
2760044	Achterbroek	achterbroek	NL		0	Europe/Amsterdam	51.42917	5.68611				06	0847		
2760045	Achterbosch	achterbosch	NL		0	Europe/Amsterdam	51.51083	5.57222				06	1659		
2760046	Achterbosch	achterbosch	NL		0	Europe/Amsterdam	51.40917	5.77778				06	0743		
2760047	Achterbos	achterbos	NL		0	Europe/Amsterdam	52.225	4.92639		Achterbosch		09	0736		
2760049	Achterberg	achterberg	NL		750	Europe/Amsterdam	51.9725	5.5875				09	0340		
2760050	Acht	acht	NL		0	Europe/Amsterdam	51.48	5.42917				06	0772		
2760055	Abtswoude	abtswoude	NL		25	Europe/Amsterdam	51.97917	4.35556		Abswoude		11	0503		
2760058	Abshoven	abshoven	NL		0	Europe/Amsterdam	50.96917	5.85139				05	1883		
2760060	Absdale	absdale	NL		145	Europe/Amsterdam	51.2675	4.00417		Abtsdale		10	0677		
2760063	Abdissenbosch	abdissenbosch	NL		1420	Europe/Amsterdam	50.91667	6.03333				05	0882		
2760064	Abcoven	abcoven	NL		1325	Europe/Amsterdam	51.5275	5.08333				06	0785		
2760069	Abbewier	abbewier	NL		0	Europe/Amsterdam	53.38333	6.15		Abbewier,Jewier		02	1970		
2760071	Abbestede	abbestede	NL		0	Europe/Amsterdam	52.85083	4.71667				07	0441		
2760072	Abbenwier	abbenwier	NL		0	Europe/Amsterdam	53.0636	5.79031		Abbengawier,Abbenwier,Abbeweer,Abbingawier		02	0080		
6544790	Kamp	kamp	NL		0	Europe/Amsterdam	50.92167	5.88056				05	1954		
2760076	Abbekinderen	abbekinderen	NL		0	Europe/Amsterdam	51.48167	3.91944				10	0678		
2760079	Abbegaasterketting	abbegaasterketting	NL		0	Europe/Amsterdam	53.0241	5.56299		Abbegaasterketting		02	1900		
2760083	Aasterberg	aasterberg	NL		35	Europe/Amsterdam	51.10167	5.84167				05	1711		
2760089	Aarle	aarle	NL		0	Europe/Amsterdam	51.5096	5.63221				06	1659		
2760090	Aarle	aarle	NL		0	Europe/Amsterdam	51.5125	5.3625				06	0753		
2760101	Aardam	aardam	NL		0	Europe/Amsterdam	52.16667	4.76667		Aardam		11	0569		
2760103	Aanwas	aanwas	NL		0	Europe/Amsterdam	51.39195	4.31501		Annwas		06	0873		
2760106	Aanschot	aanschot	NL		0	Europe/Amsterdam	51.49191	5.47188				06	0772		
2760107	Aan Reijans	aan-reijans	NL		0	Europe/Amsterdam	51.04917	5.92917				05	1711		
2760108	Aan het Broek	aan-het-broek	NL		0	Europe/Amsterdam	51.13333	6.08333				05	1669		
2760110	Aan de Zuwe	aan-de-zuwe	NL		0	Europe/Amsterdam	52.1725	4.90139				09	0736		
2760111	Aan de School	aan-de-school	NL		0	Europe/Amsterdam	51.06223	5.96718				05	1711		
2760112	Aan de Popelaar	aan-de-popelaar	NL		0	Europe/Amsterdam	51.05499	5.94148		Aan de Popelaar,Aandepoppelaar		05	1711		
2760113	Aan de Maas	aan-de-maas	NL		0	Europe/Amsterdam	50.92819	5.73889				05	0938		
2760114	Aan de Bergen	aan-de-bergen	NL		0	Europe/Amsterdam	51.26583	5.87778				05	1640		
2760115	Aan de Berg	aan-de-berg	NL		0	Europe/Amsterdam	51.1325	5.94085				05	1669		
2760119	Aam	aam	NL		0	Europe/Amsterdam	51.915	5.86667				03	1734		
2760121	Aalzum	aalzum	NL		0	Europe/Amsterdam	53.33923	6.00334		Aalsum,Aalzum,Ealsum		02	1970		
2760139	Aaldonk	aaldonk	NL		0	Europe/Amsterdam	51.7125	5.99444				05	0907		
2760144	Aalburg	aalburg	NL		5788	Europe/Amsterdam	51.75482	5.13156		Aalburg,Albjurg,Alburx,Wijk en Aalburg,albrg,albwrkh,Албюрг,Ալբուրխ,آلبرگ,آلبورخ		06	1959		
2760145	Aalbeek	aalbeek	NL		275	Europe/Amsterdam	50.9	5.85139				05	1954		
2760146	Aalanden	aalanden	NL		0	Europe/Amsterdam	52.53334	6.10069				15	0193		
2760149	Aagtdorp	aagtdorp	NL		570	Europe/Amsterdam	52.69	4.70417		Aagtdorn		07	0373		
2792052	Loveren	loveren	NL		0	Europe/Amsterdam	51.44368	4.91982				06	0744		
3230181	Vluchtenburg	vluchtenburg	NL		0	Europe/Amsterdam	52	4.15				11	1783		
3230276	Noordpolderzijl	noordpolderzijl	NL		0	Europe/Amsterdam	53.4325	6.58194				04	1966		
6254916	Kapellerlaan	kapellerlaan	NL		0	Europe/Amsterdam	51.18456	5.99359				05	0957		
6324403	Camminghaburen	camminghaburen	NL		11500	Europe/Amsterdam	53.20973	5.84318				02	0080		
6544690	Wisbroek	wisbroek	NL		0	Europe/Amsterdam	51.20167	5.74028				05	0988		
6544692	Bilt	bilt	NL		0	Europe/Amsterdam	51.1275	5.85417				05	1641		
6544693	Luchtenburg	luchtenburg	NL		0	Europe/Amsterdam	53.12167	6.55694				01	1730		
6544694	Gasselternijveenschemond Eerste Dwarsdiep	gasselternijveenschemond-eerste-dwarsdiep	NL		0	Europe/Amsterdam	53	6.92361				01	1680		
6544695	Haalweide	haalweide	NL		0	Europe/Amsterdam	52.67167	6.31389				01	1690		
6544697	Hoge Linthorst	hoge-linthorst	NL		0	Europe/Amsterdam	52.6875	6.31667				01	1690		
6544698	Schependom	schependom	NL		0	Europe/Amsterdam	52.10417	6.51389				03	1859		
6544699	Friesland	friesland	NL		0	Europe/Amsterdam	51.9425	6.17639				03	1955		
6544700	Meuhoek	meuhoek	NL		0	Europe/Amsterdam	51.9825	6.44583				03	1876		
6544701	Oosterveld	oosterveld	NL		0	Europe/Amsterdam	52.14333	6.53333				03	1859		
6544702	Heelweg-Oost	heelweg-oost	NL		0	Europe/Amsterdam	51.96417	6.48333				03	1509		
6544703	Heelweg-West	heelweg-west	NL		0	Europe/Amsterdam	51.97167	6.46528				03	1509		
6544704	t Kip	t-kip	NL		0	Europe/Amsterdam	52.09167	6.7125				03	1859		
6544705	Herveld-Noord	herveld-noord	NL		0	Europe/Amsterdam	51.91083	5.74028				03	1734		
6544706	Herveld-Zuid	herveld-zuid	NL		0	Europe/Amsterdam	51.9	5.74444				03	1734		
6544707	Hoeve	hoeve	NL		0	Europe/Amsterdam	51.92917	5.92222				03	1705		
6544709	De Houw	de-houw	NL		0	Europe/Amsterdam	53.3625	6.36389				04	1966		
6544710	Dijk	dijk	NL		0	Europe/Amsterdam	50.79333	5.91806				05	1729		
6544711	Hoogstraat	hoogstraat	NL		0	Europe/Amsterdam	51.20833	5.80417				05	1640		
6544712	Hurpesch	hurpesch	NL		0	Europe/Amsterdam	50.78583	5.92222				05	1729		
6544713	Dries	dries	NL		0	Europe/Amsterdam	51.265	5.975				05	1640		
6544714	Schipperskerk	schipperskerk	NL		0	Europe/Amsterdam	51.04583	5.79028				05	1883		
6544715	Klein Hanssum	klein-hanssum	NL		0	Europe/Amsterdam	51.255	6				05	1640		
6544716	Eiland	eiland	NL		0	Europe/Amsterdam	51.2575	5.99028				05	1640		
6544717	Vestjenshoek	vestjenshoek	NL		0	Europe/Amsterdam	51.23833	5.85972				05	1640		
6544718	Zwaanenheike	zwaanenheike	NL		0	Europe/Amsterdam	51.4625	6.14722				05	1507		
6544719	Laar	laar	NL		0	Europe/Amsterdam	50.91388	5.89996				05	1954		
6544720	Leveroijse Bergen	leveroijse-bergen	NL		0	Europe/Amsterdam	51.2575	5.84722				05	1640		
6544721	Caluna	caluna	NL		0	Europe/Amsterdam	51.3	5.86806				05	1640		
6544722	Geneijgen	geneijgen	NL		0	Europe/Amsterdam	51.19917	5.84583				05	1640		
6544723	Genenberg	genenberg	NL		0	Europe/Amsterdam	51.48583	6.15417				05	1507		
6544724	Gracht Burggraaf	gracht-burggraaf	NL		0	Europe/Amsterdam	50.82083	5.89028				05	1729		
6544725	De Steegh	de-steegh	NL		0	Europe/Amsterdam	51.45452	6.15234				05	1507		
6544727	Hollandsdiep	hollandsdiep	NL		0	Europe/Amsterdam	51.47167	4.45278				06	1674		
6544728	Rusven	rusven	NL		0	Europe/Amsterdam	51.71833	5.67222				06	1685		
6544729	Heische Wal	heische-wal	NL		0	Europe/Amsterdam	51.65917	5.525				06	1721		
6544730	Plantage Centrum	plantage-centrum	NL		0	Europe/Amsterdam	51.4625	4.375				06	1674		
6544731	Kuundert	kuundert	NL		0	Europe/Amsterdam	51.48833	5.74722				06	1652		
6544733	Venweg	venweg	NL		0	Europe/Amsterdam	51.46083	4.94167				06	1723		
6544734	Lamperen	lamperen	NL		0	Europe/Amsterdam	51.64583	5.83889				06	1702		
6544735	Verlorenhoek	verlorenhoek	NL		0	Europe/Amsterdam	51.6625	5.81667				06	1702		
6544736	Zijp	zijp	NL		0	Europe/Amsterdam	51.60667	5.70556				06	0755		
6544737	Spaanrijt	spaanrijt	NL		0	Europe/Amsterdam	51.31083	5.29028				06	1724		
6544738	Spekklef	spekklef	NL		0	Europe/Amsterdam	51.595	5.85278				06	1702		
6544740	Muizenhol	muizenhol	NL		0	Europe/Amsterdam	51.50583	5.7125				06	1652		
6544741	Deense Hoek	deense-hoek	NL		0	Europe/Amsterdam	51.51	5.58333				06	1659		
6544743	Heidveld	heidveld	NL		0	Europe/Amsterdam	51.48583	5.7375				06	1652		
6544744	t Hof	t-hof	NL		0	Europe/Amsterdam	51.51083	5.59167				06	1659		
6544745	Heijbeek	heijbeek	NL		0	Europe/Amsterdam	51.48464	4.48483				06	1674		
6544746	Peeldijk	peeldijk	NL		0	Europe/Amsterdam	51.53	5.64722				06	1659		
6544747	Den Hoek	den-hoek	NL		0	Europe/Amsterdam	51.6175	5.88611				06	1702		
6544748	Haiink	haiink	NL		170	Europe/Amsterdam	51.5075	4.41528				06	1674		
6544749	Rootvlaas	rootvlaas	NL		0	Europe/Amsterdam	51.4975	5.72639				06	1652		
6544750	Boschhoven	boschhoven	NL		0	Europe/Amsterdam	51.35583	5.54861				06	1658		
6544751	Boomhoek	boomhoek	NL		295	Europe/Amsterdam	52.18833	5.09583				07	1696		
6544752	Poepershoek	poepershoek	NL		0	Europe/Amsterdam	52.66583	6.025				15	1708		
6544753	Gooland	gooland	NL		0	Europe/Amsterdam	52.0525	4.39306				11	1926		
6544754	De Driesprong	de-driesprong	NL		0	Europe/Amsterdam	52.01333	4.25				11	1783		
6544755	Baakwoning	baakwoning	NL		0	Europe/Amsterdam	52.005	4.18889				11	1783		
6544756	Breyvin	breyvin	NL		0	Europe/Amsterdam	51.18833	5.71806				05	0988		
6544757	De Berg	de-berg	NL		0	Europe/Amsterdam	51.19833	5.70139				05	0988		
6544758	Onder	onder	NL		0	Europe/Amsterdam	51.32417	6.0125				05	1894		
6544759	Zeyerveen	zeyerveen	NL		0	Europe/Amsterdam	53.01167	6.51944		Zeijerveen		01	0106		
6544760	Zeyerveld	zeyerveld	NL		0	Europe/Amsterdam	53.03667	6.52222		Zeijerveld		01	0106		
6544761	Nieuw Moscou	nieuw-moscou	NL		547	Europe/Amsterdam	52.6725	6.5375				01	0118		
6544762	De Mars	de-mars	NL		0	Europe/Amsterdam	52.70583	6.73472				01	0109		
6544763	Veldhuizen	veldhuizen	NL		0	Europe/Amsterdam	51.905	6.15139				03	0299		
6544765	Hoogbroek	hoogbroek	NL		0	Europe/Amsterdam	51.81	5.76528				03	0296		
6544766	Boskant	boskant	NL		0	Europe/Amsterdam	51.78903	5.76465		Boschkant		03	0296		
6544767	Boveneinde	boveneinde	NL		0	Europe/Amsterdam	52.1925	5.78056				03	0203		
6544768	Worsum	worsum	NL		0	Europe/Amsterdam	51.76667	5.80556				03	0252		
6544770	Aerdenburg	aerdenburg	NL		0	Europe/Amsterdam	51.895	6.075				03	0299		
6544771	Vogelzang	vogelzang	NL		0	Europe/Amsterdam	51.7625	5.82083				03	0252		
6544772	Kijfwaard	kijfwaard	NL		0	Europe/Amsterdam	51.875	6.05				03	0299		
6544773	Klispoel	klispoel	NL		0	Europe/Amsterdam	51.7825	7.31528				03	0296		
6544774	Berendonck	berendonck	NL		0	Europe/Amsterdam	51.805	5.77083				03	0296		
6544775	Sleeburg	sleeburg	NL		0	Europe/Amsterdam	51.76833	5.79722				03	0252		
6544776	Prinsenkamp	prinsenkamp	NL		305	Europe/Amsterdam	52.19917	5.61111				03	0267		
6544777	Californië	californie	NL		0	Europe/Amsterdam	51.7475	5.23472				03	0263		
6544779	De Haere	de-haere	NL		0	Europe/Amsterdam	52.27	5.95694				03	0200		
6544780	Blankenberg	blankenberg	NL		0	Europe/Amsterdam	51.77917	5.83056				03	0252		
6544781	Oostdorp	oostdorp	NL		0	Europe/Amsterdam	52.1425	5.84306				03	0228		
6544782	De Schatkuil	de-schatkuil	NL		0	Europe/Amsterdam	51.78167	5.78611				03	0252		
6544783	Trutjeshoek	trutjeshoek	NL		0	Europe/Amsterdam	52.47667	5.93333				03	0269		
6544784	De Schoolt	de-schoolt	NL		0	Europe/Amsterdam	52.23083	6.35				03	0262		
6544785	De Veenhuis	de-veenhuis	NL		0	Europe/Amsterdam	52.21917	5.42917				03	0267		
6544786	Boven Pekela	boven-pekela	NL		0	Europe/Amsterdam	53.03417	6.93333				04	0765		
6544787	Beekheuvel	beekheuvel	NL		0	Europe/Amsterdam	51.63833	6.09444				05	0893		
6544788	Houwenberg	houwenberg	NL		0	Europe/Amsterdam	51.36	5.95				05	1894		
6544789	In de Gaas	in-de-gaas	NL		0	Europe/Amsterdam	50.82833	5.98056				05	0965		
6544792	Driessen	driessen	NL		0	Europe/Amsterdam	51.31583	5.99722				05	1894		
6544793	Aan de Rijksweg	aan-de-rijksweg	NL		0	Europe/Amsterdam	51.16833	5.96667				05	0957		
6544794	Eindt	eindt	NL		0	Europe/Amsterdam	51.32833	6.02361				05	1894		
6544795	Laar	laar	NL		0	Europe/Amsterdam	51.35024	6.03664				05	1894		
6544797	Smele	smele	NL		0	Europe/Amsterdam	51.66917	5.98056				05	0907		
6544798	Castert	castert	NL		0	Europe/Amsterdam	51.21583	5.75417				05	0988		
6544799	Looiwinkel	looiwinkel	NL		0	Europe/Amsterdam	50.94333	5.83056				05	0888		
6544800	Vlootkant	vlootkant	NL		0	Europe/Amsterdam	51.2	5.72639				05	0988		
6544801	Baaks	baaks	NL		0	Europe/Amsterdam	50.83917	5.99306				05	0965		
6544802	Mildert	mildert	NL		0	Europe/Amsterdam	51.24083	5.79583				05	0946		
6544803	Ospeldijk	ospeldijk	NL		440	Europe/Amsterdam	51.32083	5.81528				05	0946		
6544804	Stommeveld	stommeveld	NL		0	Europe/Amsterdam	50.9225	5.75972				05	0938		
6544805	Rietbroek	rietbroek	NL		0	Europe/Amsterdam	51.19083	5.73472				05	0988		
6544806	Oost-Maarland	oost-maarland	NL		0	Europe/Amsterdam	50.79454	5.71332				05	1903		
6544807	Oud-Lemiers	oud-lemiers	NL		0	Europe/Amsterdam	50.78667	5.99722				05	0981		
6544808	Wesch	wesch	NL		0	Europe/Amsterdam	50.77083	5.80833				05	1903		
6544809	Hekkens	hekkens	NL		0	Europe/Amsterdam	51.71583	6.04306				05	0907		
6544810	Hellebeuk	hellebeuk	NL		75	Europe/Amsterdam	50.88	5.86528				05	0986		
6544811	t Leuken	t-leuken	NL		0	Europe/Amsterdam	51.56333	6.06944				05	0893		
6544812	De Wolfsputten	de-wolfsputten	NL		0	Europe/Amsterdam	51.505	5.675				06	1659		
6544813	t Winkel	t-winkel	NL		0	Europe/Amsterdam	51.61917	5.18194				06	0855		
6544814	Dijk	dijk	NL		0	Europe/Amsterdam	51.5975	5.59583				06	1948		
6544815	Hoogstraat	hoogstraat	NL		0	Europe/Amsterdam	51.35583	5.33472				06	0770		
6544816	Huize Padua	huize-padua	NL		0	Europe/Amsterdam	51.58917	5.70278				06	0755		
6544817	Uppel	uppel	NL		0	Europe/Amsterdam	51.78917	4.93889				06	1959		
6544818	Vaarle	vaarle	NL		0	Europe/Amsterdam	51.45833	5.57917				06	0820		
6544820	Kapeleind	kapeleind	NL		0	Europe/Amsterdam	51.61833	5.45972				06	1948		
6544821	Kerkeinde	kerkeinde	NL		0	Europe/Amsterdam	51.82333	4.93472				06	1959		
6544822	Moleneind	moleneind	NL		0	Europe/Amsterdam	51.7825	5.1				06	1959		
6544823	Keske	keske	NL		0	Europe/Amsterdam	51.51333	5.51389				06	0848		
6544824	Kinderbos	kinderbos	NL		0	Europe/Amsterdam	51.56167	5.31528				06	0757		
6544825	Zandkant	zandkant	NL		0	Europe/Amsterdam	51.63917	5.1625				06	0855		
6544826	Kleinder-Liempde	kleinder-liempde	NL		0	Europe/Amsterdam	51.5725	5.3375				06	0757		
6544827	Kleine Koolwijk	kleine-koolwijk	NL		0	Europe/Amsterdam	51.775	5.59444				06	0828		
6544828	Pandgat	pandgat	NL		0	Europe/Amsterdam	51.5175	5.28194				06	0823		
6544829	Koningshoeven	koningshoeven	NL		105	Europe/Amsterdam	51.55	5.1125				06	0855		
6544832	Kremselen	kremselen	NL		0	Europe/Amsterdam	51.55754	5.42523		Kremsel		06	1948		
6544833	Zomerven	zomerven	NL		0	Europe/Amsterdam	51.38083	5.66389				06	0847		
6544834	Krolhoek	krolhoek	NL		0	Europe/Amsterdam	51.69167	5.92361				06	0756		
6544835	Luttelherpt	luttelherpt	NL		0	Europe/Amsterdam	51.7325	5.15972				06	0797		
6544836	Polsdonken	polsdonken	NL		0	Europe/Amsterdam	51.52417	5.29306				06	0823		
6544837	Land van Kleef	land-van-kleef	NL		0	Europe/Amsterdam	51.63333	5.07917				06	0809		
6544838	Loonse Hoek	loonse-hoek	NL		0	Europe/Amsterdam	51.63083	5.10694				06	0855		
6544839	Langlaar	langlaar	NL		0	Europe/Amsterdam	51.48333	5.55417				06	0820		
6544840	Vetterik	vetterik	NL		0	Europe/Amsterdam	51.515	4.27222				06	0748		
6544841	Esp	esp	NL		10	Europe/Amsterdam	51.48817	5.49179				06	0772		
6544842	Lieveld	lieveld	NL		0	Europe/Amsterdam	51.51459	5.2841				06	0823		
6544843	Sloot	sloot	NL		0	Europe/Amsterdam	51.405	5.83333				06	0762		
6544844	Meijldoorn	meijldoorn	NL		0	Europe/Amsterdam	51.64083	5.37917				06	1948		
6544845	De Berk	de-berk	NL		0	Europe/Amsterdam	51.54583	4.60556				06	0840		
6544846	De Bocht	de-bocht	NL		0	Europe/Amsterdam	51.57333	4.33472				06	0851		
6544848	De Dellen	de-dellen	NL		0	Europe/Amsterdam	51.68333	5.73889				06	0815		
6544849	Groene Woud	groene-woud	NL		0	Europe/Amsterdam	51.50333	5.28194				06	0823		
6544850	De Heiberg	de-heiberg	NL		0	Europe/Amsterdam	51.50417	4.55278				06	0840		
6544853	Bleijs	bleijs	NL		0	Europe/Amsterdam	51.47833	5.74306				06	0762		
6544854	Rijkerbeek	rijkerbeek	NL		0	Europe/Amsterdam	51.605	5.63194				06	1948		
6544855	Op den Bosch	op-den-bosch	NL		0	Europe/Amsterdam	51.58333	6.02083				06	0756		
6544856	Oud-Empel	oud-empel	NL		0	Europe/Amsterdam	51.73667	5.30278				06	0796		
6544857	Oude Waranda	oude-waranda	NL		0	Europe/Amsterdam	51.63583	5.97083				06	0756		
6544858	't Herselt	t-herselt	NL		0	Europe/Amsterdam	51.60917	5.98889				06	0756		
6544859	De Hogert	de-hogert	NL		0	Europe/Amsterdam	51.62417	5.35556				06	0845		
6544860	t Hoekske	t-hoekske	NL		0	Europe/Amsterdam	51.595	5.13333				06	0855		
6544861	Heihoefke	heihoefke	NL		0	Europe/Amsterdam	51.46667	4.33333				06	0748		
6544862	Tielse Hoeve	tielse-hoeve	NL		0	Europe/Amsterdam	51.64667	5.375				06	0845		
6544863	Den Berg	den-berg	NL		0	Europe/Amsterdam	51.57614	5.36541				06	0757		
6544864	De Overval	de-overval	NL		0	Europe/Amsterdam	51.59083	4.34167				06	0851		
6544865	Het Goordonk	het-goordonk	NL		0	Europe/Amsterdam	51.45333	4.90833				06	0744		
6544866	Het Heike	het-heike	NL		0	Europe/Amsterdam	51.425	5.28194				06	0770		
6544867	Borneo	borneo	NL		0	Europe/Amsterdam	51.6775	5.775				06	0815		
6544869	De Voorstad	de-voorstad	NL		0	Europe/Amsterdam	51.39917	5.83889				06	0762		
6544870	De Vorst	de-vorst	NL		0	Europe/Amsterdam	51.57083	5.32917				06	0757		
6544871	J. J. Allanstraat	j-j-allanstraat	NL		0	Europe/Amsterdam	52.45	4.775				07	0479		
6544872	Ruigoord	ruigoord	NL		0	Europe/Amsterdam	52.40849	4.74867				07	0363		
6544874	Schulpstet	schulpstet	NL		0	Europe/Amsterdam	52.55917	4.66111				07	0383		
6544875	Zuideinde	zuideinde	NL		0	Europe/Amsterdam	52.44667	4.72083				07	0479		
6544876	Friese Buurt	friese-buurt	NL		0	Europe/Amsterdam	52.92167	4.77361				07	0400		
6544880	Westeinde	westeinde	NL		205	Europe/Amsterdam	52.70083	5.26528				07	0388		
6544881	Amsterdam-Zuidoost	amsterdam-zuidoost	NL		84811	Europe/Amsterdam	52.3075	4.97222				07	0363		
6544882	Zuid-Berghuizen	zuid-berghuizen	NL		3680	Europe/Amsterdam	52.30083	6.93333				15	0173		
6544883	Vennenberg	vennenberg	NL		0	Europe/Amsterdam	52.4775	6.32778				15	0148		
6544884	Loozermars	loozermars	NL		0	Europe/Amsterdam	52.60333	6.66667				15	0160		
6544885	Sluis Zes	sluis-zes	NL		0	Europe/Amsterdam	52.60833	6.4875				15	0160		
6544886	Leusenerslag	leusenerslag	NL		0	Europe/Amsterdam	52.54083	6.30833				15	0148		
6544887	De Maat	de-maat	NL		0	Europe/Amsterdam	52.60583	6.30972				15	0160		
6544888	De Leijen	de-leijen	NL		0	Europe/Amsterdam	52.65	6.23889				15	0180		
6544889	Rosengaarde	rosengaarde	NL		0	Europe/Amsterdam	52.5275	6.2375				15	0148		
6544890	Scheendijk	scheendijk	NL		435	Europe/Amsterdam	52.17917	5.02222				09	1904		
6544892	Molenbuurt	molenbuurt	NL		0	Europe/Amsterdam	51.9875	5.1625				09	0321		
6544893	Themaat	themaat	NL		0	Europe/Amsterdam	52.11667	5.00972				09	0344		
6544894	Gemaal	gemaal	NL		0	Europe/Amsterdam	52.2525	4.90417				09	0736		
6544895	Portengense Brug	portengense-brug	NL		95	Europe/Amsterdam	52.16083	4.95833				09	1904		
6544896	Zuideinde	zuideinde	NL		0	Europe/Amsterdam	52.1475	4.97222				09	1904		
6544897	Sterrenberg	sterrenberg	NL		845	Europe/Amsterdam	52.11417	5.28194				09	0342		
6544899	De Zandput	de-zandput	NL		0	Europe/Amsterdam	51.51229	3.47241				10	0717		
6544900	Hoogelande	hoogelande	NL		0	Europe/Amsterdam	51.5075	3.5625				10	0717		
6544901	Oud Kerkhof	oud-kerkhof	NL		0	Europe/Amsterdam	51.54417	4.1625				10	0716		
6544902	Middenhof	middenhof	NL		0	Europe/Amsterdam	51.43	4.19306				10	0703		
6544903	Het Sas	het-sas	NL		0	Europe/Amsterdam	51.53917	3.92639				10	0664		
6544905	Vebenabos	vebenabos	NL		0	Europe/Amsterdam	51.46667	3.52917				10	0717		
6544906	Kampersche Hoek	kampersche-hoek	NL		0	Europe/Amsterdam	51.35417	3.94167				10	0715		
6544907	De Sluis	de-sluis	NL		0	Europe/Amsterdam	51.3	3.94167				10	0715		
6544908	Hoek van de Dijk	hoek-van-de-dijk	NL		0	Europe/Amsterdam	51.32333	3.92222				10	0715		
6544909	Haagoord	haagoord	NL		0	Europe/Amsterdam	52.06	4.40417				11	0518		
6544910	Barendrechtse Veer	barendrechtse-veer	NL		0	Europe/Amsterdam	51.83583	4.52917				11	0489		
6544911	Zuideinde	zuideinde	NL		230	Europe/Amsterdam	52.1325	4.76389				11	0569		
6544912	Pinkenveer	pinkenveer	NL		0	Europe/Amsterdam	51.86833	4.90833				11	1978		
6544913	Honderd	honderd	NL		0	Europe/Amsterdam	53.385	6.74444				04	1979		
6544914	Dijkum	dijkum	NL		0	Europe/Amsterdam	53.37167	6.73472				04	1979		
6544915	Klein Harkstede	klein-harkstede	NL		65	Europe/Amsterdam	53.21833	6.65139				04	0014		
6544916	Eextahaven	eextahaven	NL		0	Europe/Amsterdam	53.16417	6.98472				04	1895		
6544917	Poldert	poldert	NL		0	Europe/Amsterdam	53.03	7.14167				04	1950		
6544918	Slegge	slegge	NL		0	Europe/Amsterdam	52.91167	7.07639				04	1950		
6544919	Lauderzwarteveen	lauderzwarteveen	NL		0	Europe/Amsterdam	52.925	7.10694				04	1950		
6544920	Meerwijck	meerwijck	NL		1000	Europe/Amsterdam	53.14667	6.7125				04	1952		
6544921	Noorderburen	noorderburen	NL		0	Europe/Amsterdam	53.27333	6.39722				04	1969		
6544922	Noordhornerga	noordhornerga	NL		0	Europe/Amsterdam	53.25083	6.37222				04	1969		
6544923	Ter Walslage	ter-walslage	NL		0	Europe/Amsterdam	52.92167	7.11944				04	1950		
6544924	Oude Roodehaan	oude-roodehaan	NL		0	Europe/Amsterdam	53.20833	6.62083				04	0014		
6544925	Westeremder Voorwerk	westeremder-voorwerk	NL		0	Europe/Amsterdam	53.35917	6.71667				04	1979		
6544926	Borgerveld	borgerveld	NL		0	Europe/Amsterdam	52.93167	7.11389				04	1950		
6544927	Höchte	hoechte	NL		0	Europe/Amsterdam	53.0425	7.0125				04	0037		
6544928	Tjabbesstreek	tjabbesstreek	NL		0	Europe/Amsterdam	53.1075	7.04028				04	1950		
6544929	Kleine Sluis	kleine-sluis	NL		0	Europe/Amsterdam	52.86083	4.83611				07	1911		
6618521	Hedeman	hedeman	NL		0	Europe/Amsterdam	52.36549	6.67964				15	0141		
6619678	Chevremont	chevremont	NL		3160	Europe/Amsterdam	50.87554	6.05981		Chevremont,Chèvremont,Geitberg		05	0928		
6621446	Matenhoek	matenhoek	NL		145	Europe/Amsterdam	52.20719	5.98197	12			03	0200		
6621454	Welgelegen	welgelegen	NL		3790	Europe/Amsterdam	52.21397	5.97643	11			03	0200		
6621458	Kersenboogerd	kersenboogerd	NL		0	Europe/Amsterdam	52.65259	5.08547	-1			07	0405		
6621460	Hoorn 80	hoorn-80	NL		0	Europe/Amsterdam	52.64132	5.09884				07	0405		
6621507	Matenveld	matenveld	NL		5895	Europe/Amsterdam	52.18767	5.99879	11			03	0200		
6621508	Matenhoeve	matenhoeve	NL		4915	Europe/Amsterdam	52.19056	6.01338	9			03	0200		
6621509	Matendonk	matendonk	NL		5225	Europe/Amsterdam	52.19766	6.01115				03	0200		
6621510	Matenhorst	matenhorst	NL		3055	Europe/Amsterdam	52.20482	5.99304	10			03	0200		
6621511	Matendreef	matendreef	NL		4325	Europe/Amsterdam	52.19993	5.98592	11			03	0200		
6621512	Matengaarde	matengaarde	NL		2810	Europe/Amsterdam	52.19793	5.9957	10			03	0200		
6621515	Rivierenkwartier	rivierenkwartier	NL		2940	Europe/Amsterdam	52.18914	5.97665	13			03	0200		
6621516	Staatsliedenkwartier	staatsliedenkwartier	NL		3065	Europe/Amsterdam	52.19951	5.97691	12			03	0200		
6621517	Brummelhof	brummelhof	NL		3455	Europe/Amsterdam	52.20503	5.96789	13			03	0200		
6621518	Vogelkwartier	vogelkwartier	NL		4975	Europe/Amsterdam	52.19777	5.96721	14			03	0200		
6621519	Componistenkwartier	componistenkwartier	NL		3615	Europe/Amsterdam	52.18977	5.96609	17			03	0200		
6621520	Woudhuis	woudhuis	NL		6375	Europe/Amsterdam	52.21323	6.01124	9			03	0200		
6621521	Osseveld	osseveld	NL		0	Europe/Amsterdam	52.21518	5.99665	9			03	0200		
6621522	Sluisoord	sluisoord	NL		4205	Europe/Amsterdam	52.22291	5.98145	10			03	0200		
6621523	Sprenkelaar	sprenkelaar	NL		3775	Europe/Amsterdam	52.22512	5.99922	8			03	0200		
6621524	Zonnehoeve	zonnehoeve	NL		0	Europe/Amsterdam	52.2065	6.00832	9			03	0200		
6621525	De Haven	de-haven	NL		1565	Europe/Amsterdam	52.21045	5.97407	12			03	0200		
6621526	Binnenstad	binnenstad	NL		4900	Europe/Amsterdam	52.21304	5.95957	12			03	0200		
6621527	Sprengenweg-Noord	sprengenweg-noord	NL		1120	Europe/Amsterdam	52.21839	5.95068	15			03	0200		
6621528	Sprengenbos	sprengenbos	NL		4315	Europe/Amsterdam	52.21902	5.94163	19			03	0200		
6621529	Spainkbos	spainkbos	NL		1155	Europe/Amsterdam	52.22228	5.94738	17			03	0200		
6621530	Parken	parken	NL		0	Europe/Amsterdam	52.22309	5.96279	13			03	0200		
6621531	Hommelbrink	hommelbrink	NL		780	Europe/Amsterdam	52.23915	5.9636	11			03	0200		
6621532	De Heeze	de-heeze	NL		2510	Europe/Amsterdam	52.20061	5.95365	17			03	0200		
6621533	Westenenk	westenenk	NL		3680	Europe/Amsterdam	52.19624	5.95656	18			03	0200		
6621534	Winkewijert	winkewijert	NL		1760	Europe/Amsterdam	52.19082	5.95794	19			03	0200		
6621535	De Bouwhof	de-bouwhof	NL		2380	Europe/Amsterdam	52.18546	5.94704	21			03	0200		
6621540	Kerkbuurt	kerkbuurt	NL		0	Europe/Amsterdam	52.73837	5.18023	1	Kerkebuur		07	0420		
6621578	Loolaan Noord	loolaan-noord	NL		0	Europe/Amsterdam	52.22559	5.95416				03	0200		
6639582	De Riet	de-riet	NL		0	Europe/Amsterdam	52.34292	6.66368				15	0141		
6639604	Klazinga	klazinga	NL		0	Europe/Amsterdam	52.99162	6.31521				02	0085		
6639605	De Riete	de-riete	NL		0	Europe/Amsterdam	52.94132	6.21371				02	0085		
6639606	Frankrijk	frankrijk	NL		0	Europe/Amsterdam	52.95277	6.19874				02	0085		
6639607	Rolpaal	rolpaal	NL		0	Europe/Amsterdam	53.04003	6.35726				02	0085		
6639608	Zandburen	zandburen	NL		0	Europe/Amsterdam	53.08611	6.06643		Sanbuorren,Sânbuorren,Zandburen		02	0090		
6639645	Brekkenpolder	brekkenpolder	NL		0	Europe/Amsterdam	52.85327	5.69246				02	1940		
6639654	Hoptille	hoptille	NL		0	Europe/Amsterdam	53.16867	5.6823				02	0080		
6639655	Monsamabuorren	monsamabuorren	NL		0	Europe/Amsterdam	53.11739	5.64036				02	1900		
6639656	Skrok	skrok	NL		0	Europe/Amsterdam	53.10786	5.62019				02	1900		
6639658	Klaeiterp	klaeiterp	NL		0	Europe/Amsterdam	53.10709	5.7068				02	1900		
6639659	Tsjerkebuorren	tsjerkebuorren	NL		0	Europe/Amsterdam	53.11742	5.7304				02	1900		
6639666	Bokkum	bokkum	NL		0	Europe/Amsterdam	53.06015	5.84387				02	0074		
6639667	Henshuizen	henshuizen	NL		0	Europe/Amsterdam	53.05231	5.80636				02	0074		
6639668	Pean	pean	NL		0	Europe/Amsterdam	53.07853	5.86387				02	0074		
6639669	Goattum	goattum	NL		0	Europe/Amsterdam	53.08023	5.84936		Goattum,Gotum		02	0074		
6639671	Noardein	noardein	NL		0	Europe/Amsterdam	53.12738	5.78512				02	0080		
6640198	Speelheide	speelheide	NL		1355	Europe/Amsterdam	51.50607	5.40519				06	0753		
6640199	Salderes	salderes	NL		3240	Europe/Amsterdam	51.51505	5.38991				06	0753		
6695503	Meerhoven	meerhoven	NL		7175	Europe/Amsterdam	51.44267	5.41102				06	0772		
6695504	Zandrijk	zandrijk	NL		0	Europe/Amsterdam	51.44724	5.40686				06	0772		
6695505	Grasrijk	grasrijk	NL		5375	Europe/Amsterdam	51.43916	5.41544				06	0772		
6697777	Weidevenne	weidevenne	NL		0	Europe/Amsterdam	52.49527	4.93732				07	0439		
6697866	Feytebuorren	feytebuorren	NL		0	Europe/Amsterdam	53.01797	5.55068		Feytebuorren		02	1900		
6697892	Skyldum	skyldum	NL		0	Europe/Amsterdam	53.14291	5.6262		Schelum,Skyldum		02	1949		
6697893	Sumarreheide	sumarreheide	NL		0	Europe/Amsterdam	53.16314	6.00047		Suameerderheide,Sumarreheide		02	0737		
6697894	Swaenwert	swaenwert	NL		0	Europe/Amsterdam	53.10741	5.68223		Swaanwert,Swaenwert		02	1900		
6697895	Trijehuzen	trijehuzen	NL		0	Europe/Amsterdam	53.08457	5.61157		Trijehuzen		02	1900		
6697896	Swarte Beien	swarte-beien	NL		0	Europe/Amsterdam	53.11885	5.55125		Swarte Beien		02	1900		
6697897	Weakens	weakens	NL		0	Europe/Amsterdam	53.13578	5.63045		Weakens		02	1949		
6697902	Boekelte	boekelte	NL		0	Europe/Amsterdam	52.92855	6.18219		Boekelte		02	0098		
6697928	Swartewesein	swartewesein	NL		0	Europe/Amsterdam	53.21703	5.90863		Swartewesein,Zwartewegsend		02	0737		
6697932	Noardermar	noardermar	NL		0	Europe/Amsterdam	53.20201	6.01441		Noardermar,Noordermeer		02	0737		
6698450	Vierhuis	vierhuis	NL		0	Europe/Amsterdam	53.21944	5.79214		Fjouwerhus,Fjouwerhûs,Vierhuis		02	0080		
6698620	Sonniuswijk	sonniuswijk	NL		0	Europe/Amsterdam	51.52786	5.46759				06	0848		
6698634	Wayen	wayen	NL		0	Europe/Amsterdam	52.04969	5.13212				09	0321		
6698635	Lunetten	lunetten	NL		11679	Europe/Amsterdam	52.06178	5.13474				09	0344		
6830985	Vijfhuizenberg	vijfhuizenberg	NL		205	Europe/Amsterdam	51.52089	4.44371				06	1674		
6888798	Calveen	calveen	NL		130	Europe/Amsterdam	52.19688	5.39248				09	0307		
6901755	's Gravendam	s-gravendam	NL		0	Europe/Amsterdam	52.24853	4.49444				11	0575		
6929980	Muschberg en Geestenberg	muschberg-en-geestenberg	NL		3836	Europe/Amsterdam	51.44384	5.52329				06	0772		
6929981	Karpen	karpen	NL		425	Europe/Amsterdam	51.45401	5.50604				06	0772		
6929982	Koudenhoven	koudenhoven	NL		485	Europe/Amsterdam	51.45476	5.51402				06	0772		
6929983	Het Busselke	het-busselke	NL		250	Europe/Amsterdam	51.44501	5.51078				06	0772		
6929984	Villapark	villapark	NL		2050	Europe/Amsterdam	51.44144	5.49385				06	0772		
6929985	Lakerlopen	lakerlopen	NL		3355	Europe/Amsterdam	51.43791	5.50106				06	0772		
6930031	Reitdiep	reitdiep	NL		2625	Europe/Amsterdam	53.24252	6.51957				04	0014		
6941548	Ypenburg	ypenburg	NL		30000	Europe/Amsterdam	52.04098	4.36981	0			11	0518		
6942520	Zielhorst	zielhorst	NL		0	Europe/Amsterdam	52.18398	5.40785				09	0307		
6945786	Stiens-Zuid	stiens-zuid	NL		0	Europe/Amsterdam	53.25525	5.76765				02	0080		
6945787	Stiens-Oriënt	stiens-orient	NL		0	Europe/Amsterdam	53.25695	5.77374				02	0080		
6945788	Stiens-Aldlân	stiens-aldlan	NL		0	Europe/Amsterdam	53.26254	5.77529				02	0080		
6945790	Stiens-Heechhôf	stiens-heechhof	NL		0	Europe/Amsterdam	53.26737	5.76516				02	0080		
6945791	Stiens-It Skil	stiens-it-skil	NL		0	Europe/Amsterdam	53.26624	5.75529				02	0080		
6946241	Aldlân-Oost	aldlan-oost	NL		3850	Europe/Amsterdam	53.1886	5.82825				02	0080		
6946390	Bedrijfsterrein Middelsé	bedrijfsterrein-middelse	NL		0	Europe/Amsterdam	53.26696	5.74868				02	0080		
6948645	Klarendal	klarendal	NL		0	Europe/Amsterdam	51.98693	5.91826				03	0202		
6948945	Oranjewijk	oranjewijk	NL		2650	Europe/Amsterdam	52.04922	4.65374				11	0627		
6948946	Vondelwijk	vondelwijk	NL		2205	Europe/Amsterdam	52.05497	4.65314				11	0627		
6948947	Groenswaard	groenswaard	NL		5160	Europe/Amsterdam	52.05154	4.64541				11	0627		
6950811	Randenbroek	randenbroek	NL		7131	Europe/Amsterdam	52.14863	5.4012				09	0307		
6950838	Gerritsflesch	gerritsflesch	NL		29	Europe/Amsterdam	52.16661	5.82579				03	0200		
6950856	Formerhoek	formerhoek	NL		0	Europe/Amsterdam	52.08338	6.40657				03	1859		
6951635	De Aker	de-aker	NL		0	Europe/Amsterdam	52.35154	4.78025				07	0363		
6954213	Groenstraat	groenstraat	NL		0	Europe/Amsterdam	51.3725	5.30116				06	0770		
6956041	De Balije, Lage Veld	de-balije-lage-veld	NL		0	Europe/Amsterdam	52.07877	5.02217	0			09	0344		
6956042	De Balije, Hoge Veld	de-balije-hoge-veld	NL		0	Europe/Amsterdam	52.08193	5.02277	0			09	0344		
7115205	Corlaer	corlaer	NL		2700	Europe/Amsterdam	52.21639	5.46535				03	0267		
7118107	Diemen-Zuid	diemen-zuid	NL		0	Europe/Amsterdam	52.33492	4.95638				07	0384		
7118108	IJburg	ijburg	NL		0	Europe/Amsterdam	52.35463	4.99826				07	0363		
7279553	ErickPardus Wessels	erickpardus-wessels	NL		0	Europe/Amsterdam	52.26948	6.77369				15	0164		
7303043	Deventerwegkwartier	deventerwegkwartier	NL		0	Europe/Amsterdam	52.1504	6.21243				03	0301		
7576128	IJmuiden aan Zee	ijmuiden-aan-zee	NL		0	Europe/Amsterdam	52.45685	4.56302				07	0453		
7626528	agz installatietechniek	agz-installatietechniek	NL		0	Europe/Amsterdam	52.64555	4.81981				07	0398		
7648380	Oud West	oud-west	NL		0	Europe/Amsterdam	52.36643	4.86694				07	0363		
7648381	De Pijp	de-pijp	NL		0	Europe/Amsterdam	52.35505	4.89063				07	0363		
7648382	Weesperzijde	weesperzijde	NL		0	Europe/Amsterdam	52.35301	4.91055				07	0363		
7648383	Oud Zuid	oud-zuid	NL		0	Europe/Amsterdam	52.35196	4.87999				07	0363		
7648384	Noord	noord	NL		0	Europe/Amsterdam	52.39079	4.90994				07	0363		
7648385	De Wallen	de-wallen	NL		0	Europe/Amsterdam	52.37348	4.89806				07	0363		
7733397	Disteldorp	disteldorp	NL		0	Europe/Amsterdam	52.39154	4.90923				07	0363		
7870365	Hoogkamp	hoogkamp	NL		1870	Europe/Amsterdam	51.9963	5.88026	70			03	0202		
7870372	Gulden Bodem	gulden-bodem	NL		1210	Europe/Amsterdam	51.99428	5.8908				03	0202		
7870373	Sterrenberg	sterrenberg	NL		1035	Europe/Amsterdam	51.9935	5.88387				03	0202		
7870374	Burgemeesterswijk	burgemeesterswijk	NL		2850	Europe/Amsterdam	51.98943	5.89597				03	0202		
7870526	Centre	centre	NL		0	Europe/Amsterdam	51.98139	5.90773				03	0202		
7873874	Kop van Zuid	kop-van-zuid	NL		2235	Europe/Amsterdam	51.90553	4.48706	2			11	0599		
7874246	Musiskwartier	musiskwartier	NL		0	Europe/Amsterdam	51.98271	5.91203				03	0202		
8199015	Portland	portland	NL		0	Europe/Amsterdam	51.85275	4.47624				11	0613		
8199406	Binnenstad	binnenstad	NL		0	Europe/Amsterdam	52.37216	4.90437				07	0363		
8224620	Roosendaalwest	roosendaalwest	NL		0	Europe/Amsterdam	51.53467	4.44175	8			06	1674		
8379268	's-Gravenland	s-gravenland	NL		10000	Europe/Amsterdam	51.92336	4.55315				11	0599		
8449663	Idaarderadeel	idaarderadeel	NL		0	Europe/Amsterdam	53.08333	5.83333		Idaarderadiel		02	0080		
8449664	Rauwerderhem	rauwerderhem	NL		0	Europe/Amsterdam	53.09732	5.76508		Raarderhim		04	1969		
8449928	Spechtenkamp	spechtenkamp	NL		1080	Europe/Amsterdam	52.13926	5.01758				09	1904		
8520815	Roxenisse	roxenisse	NL		0	Europe/Amsterdam	51.7722	4.0472				11	1924		
8520816	Onwaard	onwaard	NL		0	Europe/Amsterdam	51.7625	4.1125				11	1924		
8520817	Benthorn	benthorn	NL		0	Europe/Amsterdam	52.07608	4.56259				11	0484		
8520818	Baarderadeel	baarderadeel	NL		0	Europe/Amsterdam	53.11667	5.88333				02	0080		
8659192	Witte Dellen	witte-dellen	NL		0	Europe/Amsterdam	51.68389	5.71917				06	1685		
8692975	Besterd	besterd	NL		3395	Europe/Amsterdam	51.5638	5.08658				06	0855		
9036084	Wisselaar	wisselaar	NL		4200	Europe/Amsterdam	51.61285	4.78444	0			06	0758		
9036086	Waterdonken	waterdonken	NL		1110	Europe/Amsterdam	51.60959	4.80452				06	0758		
9072713	Almere Poort	almere-poort	NL		0	Europe/Amsterdam	52.34819	5.1543				16	0034		
9539136	Westpoort	westpoort	NL		0	Europe/Amsterdam	52.40399	4.8127				07	0363		
9883612	Hontenisse	hontenisse	NL		0	Europe/Amsterdam	51.29783	4.05267				10	0677		
11102422	Hunnerberg	hunnerberg	NL		3800	Europe/Amsterdam	51.84209	5.87876				03	0268		
11153070	Van Starkenborgh	van-starkenborgh	NL		930	Europe/Amsterdam	53.23931	6.57493				04	0014		
11395893	Achterveld (Barneveld)	achterveld-barneveld	NL		0	Europe/Amsterdam	52.13915	5.5208		Achterveld		03	0203		
11525075	Westbroekpark en Duttendel	westbroekpark-en-duttendel	NL		0	Europe/Amsterdam	52.10403	4.30321				11	0518	4	
11525076	Oostduinen	oostduinen	NL		0	Europe/Amsterdam	52.11617	4.30757				11	0518	4	
11525077	Valkenboskwartier	valkenboskwartier	NL		0	Europe/Amsterdam	52.07265	4.27317				11	0518	3	
11525078	Geuzen- en Statenkwartier	geuzen-en-statenkwartier	NL		0	Europe/Amsterdam	52.09404	4.27514				11	0518	4	
11525079	Duinoord	duinoord	NL		0	Europe/Amsterdam	52.08359	4.28138				11	0518	4	
11525080	Bomen- en Bloemenbuurt	bomen-en-bloemenbuurt	NL		0	Europe/Amsterdam	52.07765	4.26342				11	0518	3	
11525081	Haagse Bos	haagse-bos	NL		0	Europe/Amsterdam	52.08928	4.33025				11	0518	7	
11525082	Stationsbuurt	stationsbuurt	NL		0	Europe/Amsterdam	52.07388	4.3226				11	0518	5	
11525083	Schildersbuurt	schildersbuurt	NL		0	Europe/Amsterdam	52.06772	4.30511				11	0518	5	
11525084	Leyenburg	leyenburg	NL		0	Europe/Amsterdam	52.05909	4.26805				11	0518	2	
11525085	Bouwlust	bouwlust	NL		0	Europe/Amsterdam	52.03812	4.25697				11	0518	2	
11525086	Laakkwartier en Spoorwijk	laakkwartier-en-spoorwijk	NL		0	Europe/Amsterdam	52.06043	4.32208				11	0518	6	
11525087	Hoornwijk	hoornwijk	NL		0	Europe/Amsterdam	52.05122	4.3613				11	0518	8	
11525088	Belgisch Park	belgisch-park	NL		0	Europe/Amsterdam	52.11191	4.29236				11	0518	4	
11525089	Archipelbuurt	archipelbuurt	NL		0	Europe/Amsterdam	52.09184	4.30271				11	0518	5	
11525090	Van Stolkpark en Scheveningse Bosjes	van-stolkpark-en-scheveningse-bosjes	NL		0	Europe/Amsterdam	52.09752	4.29148				11	0518	4	
11525091	Forepark	forepark	NL		0	Europe/Amsterdam	52.06729	4.38464				11	0518	8	
11525092	Leidschenveen	leidschenveen	NL		0	Europe/Amsterdam	52.06239	4.4062				11	0518	8	
11525093	Zorgvliet	zorgvliet	NL		0	Europe/Amsterdam	52.08973	4.28619				11	0518	4	
11525094	Kijkduin en Ockenburgh	kijkduin-en-ockenburgh	NL		0	Europe/Amsterdam	52.06023	4.21707				11	0518	1	
11525095	Kraayenstein en Vroondaal	kraayenstein-en-vroondaal	NL		0	Europe/Amsterdam	52.0422	4.22307				11	0518	1	
11525096	Waldeck	waldeck	NL		0	Europe/Amsterdam	52.06066	4.24087				11	0518	1	
11525097	Vruchtenbuurt	vruchtenbuurt	NL		0	Europe/Amsterdam	52.06766	4.25872				11	0518	3	
11525098	Regentessekwartier	regentessekwartier	NL		0	Europe/Amsterdam	52.07631	4.28662				11	0518	3	
11525099	Zeeheldenkwartier	zeeheldenkwartier	NL		0	Europe/Amsterdam	52.08242	4.29627				11	0518	5	
11525100	Willemspark	willemspark	NL		0	Europe/Amsterdam	52.08686	4.30791				11	0518	5	
11525101	Centrum	centrum	NL		0	Europe/Amsterdam	52.07815	4.30977				11	0518	5	
11525102	Transvaalkwartier	transvaalkwartier	NL		0	Europe/Amsterdam	52.06601	4.29245				11	0518	5	
11525103	Rustenburg en Oostbroek	rustenburg-en-oostbroek	NL		0	Europe/Amsterdam	52.06511	4.28104				11	0518	2	
11525104	Zuiderpark	zuiderpark	NL		0	Europe/Amsterdam	52.05608	4.28553				11	0518	2	
11525105	Groente- en Fruitmarkt	groente-en-fruitmarkt	NL		0	Europe/Amsterdam	52.05951	4.30239				11	0518	5	
11525106	Binckhorst	binckhorst	NL		0	Europe/Amsterdam	52.06857	4.34052				11	0518	6	
10242474	Landgraaf	landgraaf	NL	6371	0	Europe/Amsterdam	50.98482	5.83218				05	1883		
11525107	Wateringse Veld	wateringse-veld	NL		0	Europe/Amsterdam	52.02969	4.29016				11	0518	2	
11648179	Zeelandia	zeelandia	NL		0	Europe/Amsterdam	17.50375	-62.98224				00			
11648891	Claes Gut	claes-gut	NL		0	Europe/Amsterdam	17.48225	-62.98736				00			
11648914	Dos Pos	dos-pos	NL		0	Europe/Amsterdam	12.23739	-68.35763				00			
11649051	Libertad	libertad	NL		0	Europe/Amsterdam	12.13917	-68.25962				00			
11649055	Kincu	kincu	NL		0	Europe/Amsterdam	12.11721	-68.27076				00			
11649061	Angola	angola	NL		0	Europe/Amsterdam	12.17736	-68.26331				00			
11649205	Subi di Rincon	subi-di-rincon	NL		0	Europe/Amsterdam	12.2274	-68.33366				00			
11746707	Ursem gem. S	ursem-gem-s	NL		0	Europe/Amsterdam	52.62171	4.87407				07	0361		
11808088	Vlaardinger-Ambacht	vlaardinger-ambacht	NL		0	Europe/Amsterdam	51.91767	4.35286	0	Ambacht		11	0622		
11808089	Ruyven	ruyven	NL		0	Europe/Amsterdam	51.99546	4.39715				11	1926		
11808105	Tanthof	tanthof	NL		0	Europe/Amsterdam	51.98369	4.35166				11	0503		
11951321	Marsdijk	marsdijk	NL		12241	Europe/Amsterdam	53.01766	6.58527				01	0106		
12036259	Bergh	bergh	NL		0	Europe/Amsterdam	51.88356	6.2501				03	1955		
12036277	Middelburen	middelburen	NL		0	Europe/Amsterdam	52.96972	6.20813				02	0085		
12036278	Makkingasterpolder	makkingasterpolder	NL		0	Europe/Amsterdam	52.9865	6.20273				02	0085		
12060074	Oud Jubbega	oud-jubbega	NL		0	Europe/Amsterdam	52.98423	6.13694		Ald Jobbegea,Oud Jubbega,Âld Jobbegea		02	0074		
12195429	Frisia (historical region)	frisia-historical-region	NL		0	Europe/Amsterdam	53.37083	6.16002				04	1966		
12196234	Heidenschap	heidenschap	NL		65	Europe/Amsterdam	53.23636	6.68415		Heijdenschap,Het Heidenschap		04	0014		
12207018	Op Buuren	op-buuren	NL		1490	Europe/Amsterdam	52.12769	5.05847				09	1904		
12207019	Zandweg-Oostwaard	zandweg-oostwaard	NL		3345	Europe/Amsterdam	52.13638	5.05196				09	1904		
12212531	Stadshagen	stadshagen	NL		0	Europe/Amsterdam	52.5349	6.05573				15	0193		
12253640	Lutke Saaxum	lutke-saaxum	NL		0	Europe/Amsterdam	53.3645	6.4893		Lutje Saaksum		04	1966		
12253641	Stoppeldijk	stoppeldijk	NL		0	Europe/Amsterdam	51.32194	3.98556		Rapenburg		10	0677		
12253656	Menneweer	menneweer	NL		0	Europe/Amsterdam	53.36306	6.30722				04	1966		
12253657	Bargermeer	bargermeer	NL		0	Europe/Amsterdam	52.7749	6.8968				01	0114		
2743477	Zwolle	zwolle	NL	8011	111805	Europe/Amsterdam	52.5125	6.09444		Gemeen Zwolle,Svolla,Swol,Zvole,Zvolle,Zvolė,Zwolle,ci wo lei,jeubolleo,jhvola,s wol lex,zfwlh,zi wo lei,zuvu~ore,zvole,zwwlh,Зволе,Зволле,Զվոլե,زفوله,زولے,زووله,झ्वोला,ซโวลเลอ,ზვოლე,ズヴォレ,兹沃勒,즈볼러	15	15	0193		
2743478	Zwolle	zwolle	NL	8011	65	Europe/Amsterdam	52.03167	6.65556				03	1859		
2743482	Zwinderen	zwinderen	NL	7864	260	Europe/Amsterdam	52.72667	6.67639				01	0109		
2743493	Zwijndrecht	zwijndrecht	NL	3331	45696	Europe/Amsterdam	51.8175	4.63333		Zuindracum,Zvayndrext,Zvejndrekht,Zvejndrekhte,Zwijndrecht,ci wei en de lei he te,zfayndrykht,Звейндрехт,Звейндрехте,Զվայնդրեխտ,زفايندريخت,兹韦恩德雷赫特		11	0642		
2743495	Zwiggelte	zwiggelte	NL	9433	220	Europe/Amsterdam	52.87167	6.58611				01	1731		
2743507	Zweins	zweins	NL	8814	110	Europe/Amsterdam	53.18953	5.60689		Swyns,Zweins		02	1949		
2743510	Zweeloo	zweeloo	NL	7851	345	Europe/Amsterdam	52.795	6.73056		Zweelo		01	0109		
2743518	Zwartsluis	zwartsluis	NL	8064	0	Europe/Amsterdam	52.64083	6.06944				15	1896		
2743528	Zwartewaal	zwartewaal	NL	3237	615	Europe/Amsterdam	51.88333	4.22083				11	0501		
2743544	Zwartemeer	zwartemeer	NL	7894	0	Europe/Amsterdam	52.71917	7.04167				01	0114		
2743561	Zwartebroek	zwartebroek	NL	3785	775	Europe/Amsterdam	52.17917	5.50417				03	0203		
2743574	Zwanenburg	zwanenburg	NL	1161	0	Europe/Amsterdam	52.38	4.74583				07	0394		
2743578	Zwammerdam	zwammerdam	NL	2471	0	Europe/Amsterdam	52.10583	4.72639				11	0484		
2743585	Zwagerbosch	zwagerbosch	NL	9299	585	Europe/Amsterdam	53.24817	6.04746				02	1970		
2743588	Zwaanshoek	zwaanshoek	NL	2136	1455	Europe/Amsterdam	52.3125	4.61667				07	0394		
2743590	De Westereen	de-westereen	NL	9271	5030	Europe/Amsterdam	53.25731	6.0363		De Westereen,De Westerein,Zwaagwesteinde		02	1891		
2743592	Zwaagdijk-West	zwaagdijk-west	NL	1685	585	Europe/Amsterdam	52.675	5.05417				07	0420		
2743593	Zwaagdijk-Oost	zwaagdijk-oost	NL	1681	1240	Europe/Amsterdam	52.7075	5.14028		Zwaagdijk		07	0420		
2743595	Zwaag	zwaag	NL	1689	0	Europe/Amsterdam	52.66917	5.07639				07	0405		
2743602	Zuurdijk	zuurdijk	NL	9883	100	Europe/Amsterdam	53.33833	6.37639				04	1966		
2743608	Zutphen	zutphen	NL	7201	36188	Europe/Amsterdam	52.13833	6.20139		Zjutfen,Zutfen,Zutphen,Зютфен		03	0301		
2743611	Zurich	zurich	NL	8751	145	Europe/Amsterdam	53.11134	5.39437		Surig		02	1900		
2743619	Zundert	zundert	NL	4881	6835	Europe/Amsterdam	51.47167	4.65556		Groot Zundert,Zjundert,Зюндерт		06	0879		
2743622	Zuna	zuna	NL	7466	0	Europe/Amsterdam	52.33417	6.50278				15	0189		
2743624	Zuilichem	zuilichem	NL	5305	1245	Europe/Amsterdam	51.80917	5.13611		Zuelichem		03	0297		
2743634	Zuidzande	zuidzande	NL	4505	435	Europe/Amsterdam	51.34083	3.45278				10	1714		
2743636	Zuidwolde	zuidwolde	NL	7921	915	Europe/Amsterdam	53.2625	6.59167				04	1966		
2743637	Zuidwolde	zuidwolde	NL	7921	0	Europe/Amsterdam	52.67167	6.42778		ze yi de wo er de,泽伊德沃尔德		01	1690		
2743649	Zuidvelde	zuidvelde	NL	9335	80	Europe/Amsterdam	53.04583	6.45833				01	1699		
2743650	Zuidveld	zuidveld	NL	9432	0	Europe/Amsterdam	52.92833	7.15139				04	1950		
2743651	Zuidveld	zuidveld	NL	9432	75	Europe/Amsterdam	52.86667	6.63611				01	1731		
2743652	Zuidveen	zuidveen	NL	8343	570	Europe/Amsterdam	52.7775	6.10694				15	1708		
2743657	Zuidschermer	zuidschermer	NL	1846	625	Europe/Amsterdam	52.585	4.77917				07	0361		
2743658	Zuid-Scharwoude	zuid-scharwoude	NL	1722	6165	Europe/Amsterdam	52.68667	4.80833				07	0416		
2743673	Zuidoostbeemster	zuidoostbeemster	NL	1461	0	Europe/Amsterdam	52.51667	4.94583				07	0370		
2743680	Zuidlaren	zuidlaren	NL	9471	3905	Europe/Amsterdam	53.09417	6.68194		Sudlaren,Súdlaren,Zaountlaren,Zuidlaren,ze yi de la lun,Ζαουντλάρεν,泽伊德拉伦		01	1730		
2743683	Zuidland	zuidland	NL	3214	0	Europe/Amsterdam	51.8225	4.25972				11	1930		
2743684	Zuidlaarderveen	zuidlaarderveen	NL	9474	265	Europe/Amsterdam	53.10333	6.74861				01	1730		
2743694	Zuidhorn	zuidhorn	NL	9801	7075	Europe/Amsterdam	53.24667	6.40278				04	1969		
2743695	Zuidhorn	zuidhorn	NL	9801	0	Europe/Amsterdam	52.93333	6.23333				02	0085		
2743718	Zuiderwoude	zuiderwoude	NL	1153	320	Europe/Amsterdam	52.43167	5.03611				07	0852		
2743746	Zuidermeer	zuidermeer	NL	1652	0	Europe/Amsterdam	52.66417	4.98333				07	1598		
2743795	Zuiddorpe	zuiddorpe	NL	4571	989	Europe/Amsterdam	51.235	3.90417		Zuudurpe		10	0715		
2743800	Zuidbroek	zuidbroek	NL	9636	2255	Europe/Amsterdam	53.16333	6.86111		Zuidbreek,Zuidbrock,Zuidbruek		04	1952		
2743801	Zuidbroek	zuidbroek	NL	9636	0	Europe/Amsterdam	51.93583	4.73194				11	1931		
2743807	Zuid-Beijerland	zuid-beijerland	NL	3284	2740	Europe/Amsterdam	51.75083	4.36806		Zuidbeierland		11	1963		
2743816	Zoutkamp	zoutkamp	NL	9974	1215	Europe/Amsterdam	53.33917	6.30417		Saltkamp,Sâltkamp		04	1966		
2743822	Zoutelande	zoutelande	NL	4374	1315	Europe/Amsterdam	51.50167	3.48472				10	0717		
2743824	Zorgvlied	zorgvlied	NL	8437	160	Europe/Amsterdam	52.92167	6.25556		Zorgvliet		01	1701		
2743833	Zonnemaire	zonnemaire	NL	4316	600	Europe/Amsterdam	51.71333	3.95139				10	1676		
2743856	Zoetermeer	zoetermeer	NL	2711	115845	Europe/Amsterdam	52.0575	4.49306		Zeutermaer,Zoetermeer,zwtrmyyr,זוטרמייר		11	0637		
2743858	Zoelmond	zoelmond	NL	4111	550	Europe/Amsterdam	51.9425	5.30972				03	0214		
2743861	Zoelen	zoelen	NL	4011	1010	Europe/Amsterdam	51.9125	5.40278				03	0214		
2743893	Zijldijk	zijldijk	NL	9987	185	Europe/Amsterdam	53.39417	6.75694				04	1979		
2743904	Zijdewind	zijdewind	NL	1736	290	Europe/Amsterdam	52.7425	4.83889		Zijdewinne		07	1911		
2743905	Zijderveld	zijderveld	NL	4122	810	Europe/Amsterdam	51.94167	5.14028				09	1961		
2743910	Zieuwent	zieuwent	NL	7136	0	Europe/Amsterdam	52.00333	6.51944				03	1586		
2743913	Zierikzee	zierikzee	NL	4301	10483	Europe/Amsterdam	51.65	3.91944		Zieriksee,Zierikzee		10	1676		
2743922	Zevenhuizen	zevenhuizen	NL	2761	0	Europe/Amsterdam	53.1841	5.55973				02	1949		
2743923	Zevenhuizen	zevenhuizen	NL	2761	2290	Europe/Amsterdam	52.21816	5.97841				03	0200		
2743924	Zevenhuizen	zevenhuizen	NL	2761	0	Europe/Amsterdam	53.25333	6.66806				04	0014		
2743926	Zevenhuizen	zevenhuizen	NL	2761	0	Europe/Amsterdam	53.12667	6.34722		Zevenhuixen		04	1969		
2743927	Zevenhuizen	zevenhuizen	NL	2761	0	Europe/Amsterdam	53.0875	4.88333				07	0448		
2743928	Zevenhuizen	zevenhuizen	NL	2761	0	Europe/Amsterdam	52.21083	5.38889				09	0313		
2743929	Zevenhuizen	zevenhuizen	NL	2761	0	Europe/Amsterdam	52.1975	4.55694				11	1884		
2743930	Zevenhuizen	zevenhuizen	NL	2761	0	Europe/Amsterdam	52.01167	4.58194				11	1892		
2743931	Zevenhuizen	zevenhuizen	NL	2761	0	Europe/Amsterdam	51.7	4.66667				06	1709		
2743932	Zevenhuizen	zevenhuizen	NL	2761	0	Europe/Amsterdam	51.64833	4.41528				06	1709		
2743933	Zevenhuizen	zevenhuizen	NL	2761	0	Europe/Amsterdam	51.34333	5.56111				06	1658		
2743937	Zevenhoven	zevenhoven	NL	2435	2200	Europe/Amsterdam	52.18167	4.77917				11	0569		
2743938	Zevenhoven	zevenhoven	NL	2435	0	Europe/Amsterdam	52.01667	5.05				09	0353		
2743944	Zevenbergschen Hoek	zevenbergschen-hoek	NL	4765	1245	Europe/Amsterdam	51.6725	4.67917		Zevenbergschehoek		06	1709		
2743946	Zevenbergen	zevenbergen	NL	4761	0	Europe/Amsterdam	51.73	5.575				06	1721		
2743947	Zevenbergen	zevenbergen	NL	4761	0	Europe/Amsterdam	51.645	4.60417		Zevenbergen,ze fen bei heng,zefenberugen,Зевенберген,ゼーフェンベルゲン,澤芬貝亨		06	1709		
2743949	Zevenaar	zevenaar	NL	6901	26063	Europe/Amsterdam	51.93	6.07083		Zevenar,Зевенар		03	0299		
2743952	Zetten	zetten	NL	6671	2985	Europe/Amsterdam	51.92833	5.71389				03	1734		
2743958	Zennewijnen	zennewijnen	NL	4062	80	Europe/Amsterdam	51.85833	5.4125				03	0281		
2743959	Zenderen	zenderen	NL	7625	980	Europe/Amsterdam	52.32417	6.72361				15	0147		
2743963	Zelhem	zelhem	NL	7021	5760	Europe/Amsterdam	52.00667	6.34861				03	1876		
2743977	Zeist	zeist	NL	3701	60949	Europe/Amsterdam	52.09	5.23333		Seist,Zajst,Zeist,Zejst,Zeyst,jeiseuteu,zai si te,zaisuto,zayst,Зајст,Зейст,Զեյստ,زايست,زایست,ザイスト,宰斯特,제이스트		09	0355		
2743990	Zegveld	zegveld	NL	3471	0	Europe/Amsterdam	52.115	4.83611				09	0632		
2743992	Zegge	zegge	NL	4735	1575	Europe/Amsterdam	51.55667	4.51806				06	0840		
2743997	Zeewolde	zeewolde	NL	3891	19022	Europe/Amsterdam	52.33	5.54167				16	0050		
2744003	Zeerijp	zeerijp	NL	9914	450	Europe/Amsterdam	53.34917	6.76111				04	1979		
2744013	Zeeland	zeeland	NL	5411	0	Europe/Amsterdam	51.85167	6.02778				03	1945		
2744014	Zeeland	zeeland	NL	5411	4750	Europe/Amsterdam	51.6975	5.67639		Op-Zeeland,Seelandt,Selant,Zeeland,Zelant,Zelland,Zélland		06	1685		
2744021	Zeegse	zeegse	NL	9483	200	Europe/Amsterdam	53.06833	6.64583				01	1730		
2744031	Zeddam	zeddam	NL	7038	2305	Europe/Amsterdam	51.90333	6.25972				03	1955		
2744042	Zandvoort	zandvoort	NL	2041	16868	Europe/Amsterdam	52.37125	4.53306		Landvoort,Zandvoort,Зандвоорт		07	0473		
2744058	Zandpol	zandpol	NL	7764	465	Europe/Amsterdam	52.69417	6.86528				01	0114		
2744071	Zandhuizen	zandhuizen	NL	8389	0	Europe/Amsterdam	52.91014	6.15226				02	0098		
2744080	Zandeweer	zandeweer	NL	9997	475	Europe/Amsterdam	53.3875	6.68333				04	1966		
2744092	Zandberg	zandberg	NL	9564	0	Europe/Amsterdam	52.56514	5.93271				15	0166		
2744093	Zandberg	zandberg	NL	9564	5300	Europe/Amsterdam	51.57333	4.78472				06	0758		
2744094	Zandberg	zandberg	NL	9564	55	Europe/Amsterdam	52.91868	7.02627				01	1681		
2744095	Zandberg	zandberg	NL	9564	0	Europe/Amsterdam	51.94833	5.34861				03	0214		
2744096	Zandberg	zandberg	NL	9564	0	Europe/Amsterdam	51.3525	6.06528				05	1894		
2744097	Zandberg	zandberg	NL	9564	0	Europe/Amsterdam	51.3375	6.02083				05	1894		
2744098	Zandberg	zandberg	NL	9564	0	Europe/Amsterdam	51.3075	4.10278				10	0677		
2744102	Zaltbommel	zaltbommel	NL	5301	26383	Europe/Amsterdam	51.81	5.24444		zarutobomeru,zha er te bo mo er,ザルトボメル,扎爾特博默爾		03	0297		
2744107	Zalk	zalk	NL	8276	475	Europe/Amsterdam	52.52083	6.00833				15	0166		
2744116	Zaandijk	zaandijk	NL	1541	9040	Europe/Amsterdam	52.47494	4.80686		zan dai ke,zand jk,زاند جک,赞代克		07	0479		
2744118	Zaandam	zaandam	NL	1501	71708	Europe/Amsterdam	52.43854	4.82643		Zaandam,Zandam,Zandamas,jandam,zan dan,zan dm,zandamu,Заандам,Зандам,Զանդամ,زان دم,ザーンダム,赞丹,잔담		07	0479		
2744122	Zaamslag	zaamslag	NL	4543	2980	Europe/Amsterdam	51.3125	3.9125		Zaomslag,zams lyg,زامس لیگ		10	0715		
2744129	Yerseke	yerseke	NL	4401	6541	Europe/Amsterdam	51.4925	4.05		Erseke,IJerseka,Iersake,Ierseke,Iese,Yrseke,Ерсеке,یرسکے		10	0703		
2744130	Yde	yde	NL	9494	775	Europe/Amsterdam	53.11583	6.59306		Ide		01	1730		
2744140	Wouwse Plantage	wouwse-plantage	NL	4725	590	Europe/Amsterdam	51.48417	4.3875		Wouwse-Plantage		06	1674		
2744145	Wouw	wouw	NL	4724	4600	Europe/Amsterdam	51.52167	4.39028				06	1674		
2744147	Wâlterswâld	walterswald	NL	9113	915	Europe/Amsterdam	53.3	6.03333		Walterswald,Wouterswoud,Wouterswoude,Wâlterswâld		02	1891		
2744153	Woudsend	woudsend	NL	8551	1375	Europe/Amsterdam	52.94357	5.62843		Waldsein,Wâldsein		02	1900		
2744156	Woudrichem	woudrichem	NL	4285	14208	Europe/Amsterdam	51.815	5.00139		Vaudrixem,Woudrichem,fawdrykhym,wo de li he mu,Վաուդրիխեմ,فاودريخيم,沃德里赫姆		06	1959		
2744163	Woudenberg	woudenberg	NL	3931	11305	Europe/Amsterdam	52.08083	5.41667				09	0351		
2744164	Woudbloem	woudbloem	NL	9618	0	Europe/Amsterdam	53.21667	6.7375				04	1952		
2744167	Woubrugge	woubrugge	NL	2481	1060	Europe/Amsterdam	52.17	4.63611				11	1884		
2744171	Wormerveer	wormerveer	NL	1521	0	Europe/Amsterdam	52.49083	4.79028				07	0479		
2744174	Wormer	wormer	NL	1531	0	Europe/Amsterdam	52.495	4.80556				07	0880		
2744179	Workum	workum	NL	8711	4105	Europe/Amsterdam	52.97969	5.4471		Warkum,Workum,wo er ke mu,沃爾克姆		02	1900		
2744189	Wons	wons	NL	8747	285	Europe/Amsterdam	53.08361	5.42364		Wons,Wuns,Wûns		02	1900		
2744191	Wommels	wommels	NL	8731	2065	Europe/Amsterdam	53.10883	5.58749				02	1900		
2744194	Wolvega	wolvega	NL	8471	12730	Europe/Amsterdam	52.87545	5.99691		Vol'vega,Wolvega,Wolvegea,wo er fu ha,Вольвега,沃尔弗哈	0098	02	0098		
2744196	Woltersum	woltersum	NL	9795	320	Europe/Amsterdam	53.27083	6.73194				04	0014		
2744198	Wolsum	wolsum	NL	8774	55	Europe/Amsterdam	53.03626	5.54466				02	1900		
2744199	Wolphaartsdijk	wolphaartsdijk	NL	4458	1595	Europe/Amsterdam	51.53167	3.81944		Oostkerk,Oostkerke,Wolphaartsdijk		10	0664		
2744219	Wolfheze	wolfheze	NL	6874	1505	Europe/Amsterdam	52.00333	5.79028		Wolfheeze		03	0274		
2744228	Woldendorp	woldendorp	NL	9946	920	Europe/Amsterdam	53.27333	7.03056				04	1979		
2744237	Wognum	wognum	NL	1687	0	Europe/Amsterdam	52.68333	5.02222				07	0420		
2744246	Woerdense Verlaat	woerdense-verlaat	NL	3651	670	Europe/Amsterdam	52.155	4.86389		Woerdenscheverlaat,Woerdenschverlaat,Woerdsche Verlaat		11	0569		
2744248	Woerden	woerden	NL	3441	48431	Europe/Amsterdam	52.085	4.88333		Verden,Vurden,Woerden,wu er deng,Верден,Вурден,Վուրդեն,武爾登		09	0632		
2744257	Woensdrecht	woensdrecht	NL	4634	1340	Europe/Amsterdam	51.42897	4.30355		Vonsdrekht,Woensdrecht,Вонсдрехт		06	0873		
2744269	Witteveen	witteveen	NL	9439	400	Europe/Amsterdam	52.81333	6.66111				01	1731		
2744270	Witteveen	witteveen	NL	9439	0	Europe/Amsterdam	52.78333	6.35694				01	1701		
2744279	Witte Paarden	witte-paarden	NL	8335	150	Europe/Amsterdam	52.80917	6.07778				15	1708		
2744287	Wittem	wittem	NL	6286	0	Europe/Amsterdam	50.8125	5.91389				05	1729		
2744290	Wittelte	wittelte	NL	7986	110	Europe/Amsterdam	52.82889	6.30774				01	1701		
2744303	Witmarsum	witmarsum	NL	8748	1585	Europe/Amsterdam	53.10452	5.46902		Witmarsum,Wytmarsum		02	1900		
2744308	Witharen	witharen	NL	7738	0	Europe/Amsterdam	52.56167	6.39583				15	0175		
2744317	Wissenkerke	wissenkerke	NL	4491	1040	Europe/Amsterdam	51.585	3.74722		Wissekerke		10	1695		
2744326	Wirdum	wirdum	NL	9088	290	Europe/Amsterdam	53.3225	6.78472		Wirdum Gn		04	1979		
2744327	Wirdum	wirdum	NL	9088	1050	Europe/Amsterdam	53.14893	5.80387				02	0080		
2744332	Winterswijk	winterswijk	NL	7101	29623	Europe/Amsterdam	51.9725	6.71944		Vintersvejk,Винтерсвейк		03	0294		
2744333	Wintelre	wintelre	NL	5513	0	Europe/Amsterdam	51.44417	5.34028				06	0770		
2744337	Winsum	winsum	NL	8831	1365	Europe/Amsterdam	53.33	6.52083				04	1966		
2744338	Winsum	winsum	NL	8831	995	Europe/Amsterdam	53.1519	5.63359		Winseem,Winsum		02	1949		
2744339	Winssen	winssen	NL	6645	0	Europe/Amsterdam	51.8825	5.70694		Winsen		03	0209		
2744344	Winschoten	winschoten	NL	9671	18506	Europe/Amsterdam	53.14417	7.03472		Vinskhoten,Winschoten,Wynskoat,wen si huo teng,Винсхотен,溫斯霍滕		04	1895		
2744345	Winneweer	winneweer	NL	9793	0	Europe/Amsterdam	53.31	6.74583				04	0014		
2744354	Winkel	winkel	NL	1731	3460	Europe/Amsterdam	52.75417	4.90278				07	1911		
2744355	Winkel	winkel	NL	1731	0	Europe/Amsterdam	51.61333	5.16944				06	0855		
2744356	Winkel	winkel	NL	1731	0	Europe/Amsterdam	51.29667	5.58056				06	1706		
2744360	Kiel-Windeweer	kiel-windeweer	NL	9605	675	Europe/Amsterdam	53.1125	6.77917		Kiel Windeweer		04	1952		
2744363	Winde	winde	NL	9495	75	Europe/Amsterdam	53.1275	6.52778				01	1730		
2744369	Wilsum	wilsum	NL	8274	815	Europe/Amsterdam	52.52833	5.96667				15	0166		
2744373	Wilp	wilp	NL	7384	970	Europe/Amsterdam	52.21833	6.15		Welp		03	0285		
2744376	Wilnis	wilnis	NL	3648	5715	Europe/Amsterdam	52.19667	4.89722				09	0736		
2744386	Willemstad	willemstad	NL	4797	0	Europe/Amsterdam	53.135	6.28889				04	1969		
2744387	Willemstad	willemstad	NL	4797	0	Europe/Amsterdam	52.96339	6.34966				02	0085		
2744388	Willemstad	willemstad	NL	4797	800	Europe/Amsterdam	51.69167	4.43889				06	1709		
2744392	Willemsoord	willemsoord	NL	8338	585	Europe/Amsterdam	52.825	6.05972				15	1708		
2744418	Wilhelminaoord	wilhelminaoord	NL	8384	780	Europe/Amsterdam	52.85583	6.16389		Wilhelmina Soord		01	1701		
2744423	Wilhelminadorp	wilhelminadorp	NL	4475	665	Europe/Amsterdam	51.52917	3.89722				10	0664		
2744424	Wilhelminadorp	wilhelminadorp	NL	4475	3645	Europe/Amsterdam	51.49742	5.39223				06	0753		
2744431	Wildervank	wildervank	NL	9648	2990	Europe/Amsterdam	53.08083	6.8625				04	0047		
2744446	Wilbertoord	wilbertoord	NL	5455	785	Europe/Amsterdam	51.65583	5.775		Peeldorp		06	0815		
2744454	Wijster	wijster	NL	9418	780	Europe/Amsterdam	52.81667	6.51806				01	1731		
2744458	Wyns	wyns	NL	9091	191	Europe/Amsterdam	53.25	5.83333		Wijns,Wyns		02	0737		
2744459	Wijnjewoude	wijnjewoude	NL	9241	1245	Europe/Amsterdam	53.05814	6.2047		Duurswoude,Wijnjeterp,Wijnjeterp-Duurswoude,Wijnjewoude,Wynjeterp,Wynjewald,Wynjewâld		02	0086		
2744467	Wijngaarden	wijngaarden	NL	3366	680	Europe/Amsterdam	51.845	4.7625				11	1978		
2744468	Wijnbergen	wijnbergen	NL	7048	0	Europe/Amsterdam	52.32167	6.01944				03	0232		
2744469	Wijnbergen	wijnbergen	NL	7048	0	Europe/Amsterdam	51.94083	6.28056				03	1955		
2744471	Wijnandsrade	wijnandsrade	NL	6363	1365	Europe/Amsterdam	50.90583	5.88333				05	1954		
2744472	Wijnaldum	wijnaldum	NL	8857	330	Europe/Amsterdam	53.19518	5.45969		Wijnaldum,Winaam,Winaem,Winaldum		02	0072		
2744477	Wijlre	wijlre	NL	6321	1960	Europe/Amsterdam	50.83333	5.89583		Wielder		05	1729		
2744483	Wijk bij Duurstede	wijk-bij-duurstede	NL	3961	17465	Europe/Amsterdam	51.97417	5.34167		Vayk bey Dursteyde,Wyk by Duerstede,fayk bay dywrstydh,Վայկ բեյ Դուրստեյդե,فايك باي ديورستيده		09	0352		
2744484	Wijk aan Zee	wijk-aan-zee	NL	1949	2095	Europe/Amsterdam	52.4936	4.59409				07	0375		
2744489	Wijhe	wijhe	NL	8131	5640	Europe/Amsterdam	52.38667	6.13472		Wije		15	1773		
2744495	Wijdewormer	wijdewormer	NL	1456	0	Europe/Amsterdam	52.50024	4.89244				07	0880		
2744498	Wijdenes	wijdenes	NL	1608	1005	Europe/Amsterdam	52.635	5.15694				07	0498		
2744510	Wijckel	wijckel	NL	8563	640	Europe/Amsterdam	52.88814	5.6223		Wijkel,Wikel		02	1940		
2744514	Wijchen	wijchen	NL	6601	32693	Europe/Amsterdam	51.80917	5.725		Vijchen,Wijchen,Вийчен		03	0296		
2744526	Wierum	wierum	NL	9141	315	Europe/Amsterdam	53.40055	6.01741		Virum,Wierum,Вирум		02	1970		
2744527	Wierum	wierum	NL	9141	0	Europe/Amsterdam	53.2675	6.51111				04	1966		
2744532	Wieringerwerf	wieringerwerf	NL	1771	3210	Europe/Amsterdam	52.85083	5.02639		Wieringerdorf		07	1911		
2744534	Wieringerwaard	wieringerwaard	NL	1766	1795	Europe/Amsterdam	52.83583	4.86528				07	1911		
2744549	Wierden	wierden	NL	7641	23244	Europe/Amsterdam	52.35917	6.59306		Vierden,Wierden,Виерден		15	0189		
2744551	Wier	wier	NL	9043	200	Europe/Amsterdam	53.25146	5.62327		Wier		02	1949		
2744573	Wichmond	wichmond	NL	7234	475	Europe/Amsterdam	52.08917	6.25972				03	1876		
2744576	Wezuperbrug	wezuperbrug	NL	7853	170	Europe/Amsterdam	52.84083	6.71944				01	0109		
2744577	Wezup	wezup	NL	7852	160	Europe/Amsterdam	52.81083	6.71944		Wesup		01	0109		
2744580	Wezep	wezep	NL	8091	0	Europe/Amsterdam	52.46167	5.99861				03	0269		
2744587	Weurt	weurt	NL	6551	0	Europe/Amsterdam	51.85667	5.81389		Weurd		03	0209		
2744592	Weteringbrug	weteringbrug	NL	2156	370	Europe/Amsterdam	52.22167	4.64583				07	0394		
2744593	Wetering	wetering	NL	8363	165	Europe/Amsterdam	52.76333	5.99306		De Wetering		15	1708		
2744600	Westzaan	westzaan	NL	1551	0	Europe/Amsterdam	52.46417	4.77222				07	0479		
2744603	Westwoud	westwoud	NL	1617	1330	Europe/Amsterdam	52.685	5.13472				07	0498		
2744608	West-Terschelling	west-terschelling	NL	8881	2525	Europe/Amsterdam	53.35911	5.21482		West-Skylge,Westerschelling		02	0093		
2744631	Westmaas	westmaas	NL	3273	1760	Europe/Amsterdam	51.78667	4.475				11	1963		
2744642	Westkapelle	westkapelle	NL	4361	2515	Europe/Amsterdam	51.52917	3.44028		Wasschappel		10	0717		
2744645	Westhoek	westhoek	NL	9075	0	Europe/Amsterdam	53.27599	5.56852				02	1949		
2744646	Westhoek	westhoek	NL	9075	0	Europe/Amsterdam	51.44947	3.6176				10	0718		
2744648	Westhem	westhem	NL	8616	65	Europe/Amsterdam	53.01642	5.5494				02	1900		
2744650	West-Graftdijk	west-graftdijk	NL	1486	670	Europe/Amsterdam	52.55417	4.79583		West Grastdijk		07	0361		
2744671	Westerwijtwerd	westerwijtwerd	NL	9993	100	Europe/Amsterdam	53.33417	6.64306		Westerwijdwerd		04	1979		
2744675	Westervoort	westervoort	NL	6931	5635	Europe/Amsterdam	51.95583	5.97222				03	0293		
2744679	Westervelde	westervelde	NL	9337	165	Europe/Amsterdam	53.05333	6.44167				01	1699		
2744707	Westernieland	westernieland	NL	9969	170	Europe/Amsterdam	53.40083	6.48333				04	1966		
2744715	Westerlee	westerlee	NL	9678	1295	Europe/Amsterdam	53.14583	6.9875				04	1895		
2744716	Westerlee	westerlee	NL	9678	0	Europe/Amsterdam	51.97333	4.22083				11	1783		
2744720	Westerland	westerland	NL	1778	735	Europe/Amsterdam	52.89417	4.92917				07	1911		
2744731	Westerhoven	westerhoven	NL	5563	1635	Europe/Amsterdam	51.3325	5.39583				06	1724		
2744741	Westerhaar-Vriezenveensewijk	westerhaar-vriezenveensewijk	NL	7676	4470	Europe/Amsterdam	52.45583	6.62361		Westerhaar		15	1700		
2744744	Westergeest	westergeest	NL	9295	500	Europe/Amsterdam	53.2918	6.08454				02	1970		
2744745	Westergeest	westergeest	NL	9295	0	Europe/Amsterdam	53.03538	4.81789				07	0448		
2744753	Westeremden	westeremden	NL	9922	330	Europe/Amsterdam	53.34417	6.71111		Westerenden		04	1979		
2744764	Westerbroek	westerbroek	NL	9608	370	Europe/Amsterdam	53.18417	6.6875				04	1952		
2744769	Westerbork	westerbork	NL	9431	4605	Europe/Amsterdam	52.85	6.60833		Vesterbork,Вестерборк		01	1731		
2744770	Blokker	blokker	NL	1695	0	Europe/Amsterdam	52.66417	5.1		Blokker		07	0405		
2744771	Westerbeek	westerbeek	NL	5843	335	Europe/Amsterdam	51.5825	5.8625				06	1702		
2744779	Westendorp	westendorp	NL	7054	0	Europe/Amsterdam	52.32583	5.98889				03	0232		
2744780	Westendorp	westendorp	NL	7054	390	Europe/Amsterdam	51.95	6.4125				03	1509		
2744800	Westdorpe	westdorpe	NL	4554	2113	Europe/Amsterdam	51.2325	3.82639				10	0715		
2744801	Westdorp	westdorp	NL	9534	60	Europe/Amsterdam	52.905	6.76667				01	1681		
2744806	Westbroek	westbroek	NL	3615	0	Europe/Amsterdam	52.15	5.125				09	0310		
2744807	Westbroek	westbroek	NL	3615	0	Europe/Amsterdam	50.91667	5.74028		Broek		05	0938		
2744808	Westbeemster	westbeemster	NL	1464	400	Europe/Amsterdam	52.575	4.89861				07	0370		
2744815	Wessem	wessem	NL	6019	2050	Europe/Amsterdam	51.15954	5.88146		Wessem,Wèssem		05	1641		
2744818	Wesepe	wesepe	NL	8124	0	Europe/Amsterdam	52.33083	6.2125		Wezepe		15	1773		
2744820	Wervershoof	wervershoof	NL	1693	0	Europe/Amsterdam	52.73	5.15833		Werversoof		07	0420		
2744824	Wernhout	wernhout	NL	4884	1030	Europe/Amsterdam	51.455	4.64167				06	0879		
2744825	Werkhoven	werkhoven	NL	3985	1990	Europe/Amsterdam	52.025	5.24444				09	0312		
2744827	Werkendam	werkendam	NL	4251	26362	Europe/Amsterdam	51.81	4.89444		Verkendam,Werkendam,Веркендам		06	1959		
2744839	Wemeldinge	wemeldinge	NL	4424	2855	Europe/Amsterdam	51.51833	3.99722				10	0678		
2744845	Welsum	welsum	NL	8196	0	Europe/Amsterdam	52.52167	6.29028				15	0148		
2744846	Welsum	welsum	NL	8196	575	Europe/Amsterdam	52.33583	6.09167				15	1773		
2744848	Wjelsryp	wjelsryp	NL	8842	360	Europe/Amsterdam	53.16651	5.60629		Welsrijp		02	1949		
2744859	Wellerlooi	wellerlooi	NL	5856	1225	Europe/Amsterdam	51.53417	6.13611				05	0893		
2744864	Well	well	NL	5325	485	Europe/Amsterdam	51.74417	5.20278				03	0263		
2744865	Well	well	NL	5325	2500	Europe/Amsterdam	51.55	6.08889		Well L		05	0893		
2744871	Wekerom	wekerom	NL	6733	2540	Europe/Amsterdam	52.1125	5.71389				03	0228		
2744875	Weiteveen	weiteveen	NL	7765	1510	Europe/Amsterdam	52.6725	6.9875				01	0114		
2744891	Weidum	weidum	NL	9024	510	Europe/Amsterdam	53.14574	5.74327				02	0080		
2744896	Wehl	wehl	NL	7031	0	Europe/Amsterdam	51.96083	6.21111				03	0222		
2744898	Wehe-Den Hoorn	wehe-den-hoorn	NL	9964	0	Europe/Amsterdam	53.35833	6.42222		Den Hoorn,Hoorn,Wee,Wehe,Weë		04	1966		
2744904	Weesp	weesp	NL	1381	17802	Europe/Amsterdam	52.3075	5.04167		Vesp,Veysp,Weesp,fysb,wei si pu,Весп,Վեյսպ,فيسب,韋斯普		07	0457		
2744911	Weert	weert	NL	6001	48662	Europe/Amsterdam	51.25167	5.70694		Vert,Weerd,Weert,Wieert,Wieërt,Верт		05	0988		
2744912	Weert	weert	NL	6001	110	Europe/Amsterdam	50.8825	5.73056				05	0938		
2744915	Weerselo	weerselo	NL	7595	700	Europe/Amsterdam	52.35167	6.85694		Weerseloo		15	1774		
2744944	Wedde	wedde	NL	9698	600	Europe/Amsterdam	53.06917	7.07917				04	1950		
2744947	Waverveen	waverveen	NL	3646	0	Europe/Amsterdam	52.22167	4.89861				09	0736		
2744964	Waterlandkerkje	waterlandkerkje	NL	4508	255	Europe/Amsterdam	51.3175	3.55556		Woaterlandkerksje,t Kerkje		10	1714		
2744973	Wateringen	wateringen	NL	2291	0	Europe/Amsterdam	52.02417	4.27083				11	1783		
2744974	Waterhuizen	waterhuizen	NL	9609	0	Europe/Amsterdam	53.18667	6.65139				04	1952		
2744977	Watergang	watergang	NL	1454	410	Europe/Amsterdam	52.4375	4.95139				07	0852		
2744978	Wateren	wateren	NL	8438	0	Europe/Amsterdam	52.91333	6.27917				01	1701		
2744991	Wassenaar	wassenaar	NL	2241	25353	Europe/Amsterdam	52.14583	4.40278				11	0629		
2744994	Waspik	waspik	NL	5165	5120	Europe/Amsterdam	51.68667	4.94444				06	0867		
2744995	Waskemeer	waskemeer	NL	8434	550	Europe/Amsterdam	53.05677	6.28002		Waskemar,Waskemeer		02	0085		
2744998	Warten	warten	NL	9003	815	Europe/Amsterdam	53.15	5.9		Warten,Wartena		02	0080		
2745000	Warstiens	warstiens	NL	9004	35	Europe/Amsterdam	53.16067	5.86224		Warstiens		02	0080		
2745003	Warnsveld	warnsveld	NL	7231	9200	Europe/Amsterdam	52.1375	6.23056				03	0301		
2745005	Warns	warns	NL	8721	725	Europe/Amsterdam	52.88301	5.40218				02	1900		
2745012	Warmond	warmond	NL	2171	4275	Europe/Amsterdam	52.19667	4.50278		Varmond,Вармонд		11	1525		
2745014	Warmenhuizen	warmenhuizen	NL	1749	0	Europe/Amsterdam	52.7225	4.7375				07	0441		
2745019	Warfstermolen	warfstermolen	NL	9852	150	Europe/Amsterdam	53.2958	6.23208				02	1970		
2745020	Warfhuizen	warfhuizen	NL	9963	205	Europe/Amsterdam	53.34083	6.425		Warfhuzen		04	1966		
2745024	Warffum	warffum	NL	9989	1950	Europe/Amsterdam	53.3925	6.55833		Warfum		04	1966		
2745025	Warder	warder	NL	1473	800	Europe/Amsterdam	52.565	5.02639		Warden		07	0385		
2745033	Wapserveen	wapserveen	NL	8351	0	Europe/Amsterdam	52.82583	6.21806				01	1701		
2745035	Wapse	wapse	NL	7983	495	Europe/Amsterdam	52.85917	6.26667				01	1701		
2745037	Wapenveld	wapenveld	NL	8191	3995	Europe/Amsterdam	52.42917	6.07361		Wapenvelde		03	0246		
2745043	Wanssum	wanssum	NL	5861	1905	Europe/Amsterdam	51.53583	6.07639		Wansum		05	0984		
2745046	Wanroij	wanroij	NL	5446	2340	Europe/Amsterdam	51.6575	5.81806		Wanrooi,Wanrooy,Wanroy		06	1702		
2745048	Wanneperveen	wanneperveen	NL	7946	295	Europe/Amsterdam	52.705	6.12222		Wenneperveen		15	1708		
2745054	Wamel	wamel	NL	6659	0	Europe/Amsterdam	51.87917	5.46528				03	0668		
2745060	Walsoorden	walsoorden	NL	4588	165	Europe/Amsterdam	51.38333	4.02917		Walsoorde		10	0677		
2745074	Walem	walem	NL	6341	150	Europe/Amsterdam	50.8675	5.86667				05	0994		
2745471	Visvliet	visvliet	NL	9845	300	Europe/Amsterdam	53.26583	6.24861				04	1969		
2745088	Wageningen	wageningen	NL	6701	35433	Europe/Amsterdam	51.97	5.66667		EWS,Vada,Vageningen,Vageningenas,Vaxeningen,Wageningen,vu~aheningen,wa han ning en,wa he ning en,wakhnyngn,Вагенинген,Վախենինգեն,واخنینگن,ヴァーヘニンゲン,瓦罕寧恩,瓦赫寧恩		03	0289		
2745090	Wagenborgen	wagenborgen	NL	9945	1695	Europe/Amsterdam	53.25583	6.93333				04	1979		
2745091	Wagenberg	wagenberg	NL	4845	1905	Europe/Amsterdam	51.665	4.74861				06	1719		
2745094	Wadenoijen	wadenoijen	NL	4014	720	Europe/Amsterdam	51.87417	5.37222		Wadenooien,Wadenooijen,Wadenoyen		03	0281		
2745096	Waddinxveen	waddinxveen	NL	2741	25338	Europe/Amsterdam	52.045	4.65139				11	0627		
2745100	Wachtum	wachtum	NL	7754	280	Europe/Amsterdam	52.72417	6.75				01	0109		
2745101	Waaxens	waaxens	NL	9152	35	Europe/Amsterdam	53.35502	5.92131		Waaksens,Waaxens		02	1970		
2745102	Waaxens	waaxens	NL	9152	0	Europe/Amsterdam	53.10982	5.53743		Waaksens		02	1900		
2745105	Waarland	waarland	NL	1738	1970	Europe/Amsterdam	52.72667	4.83194				07	0441		
2745111	Waardhuizen	waardhuizen	NL	4287	210	Europe/Amsterdam	51.77667	5.00417				06	1959		
2745113	Waarder	waarder	NL	3466	1330	Europe/Amsterdam	52.06083	4.82083				11	1901		
2745116	Waardenburg	waardenburg	NL	4181	1740	Europe/Amsterdam	51.8325	5.25694				03	1960		
2745118	Waarde	waarde	NL	4414	1080	Europe/Amsterdam	51.4175	4.06806				10	0703		
2745123	Waalwijk	waalwijk	NL	5141	45610	Europe/Amsterdam	51.6825	5.07083		Waalwijk		06	0867		
2745127	Waalre	waalre	NL	5581	6445	Europe/Amsterdam	51.38667	5.44444		Waalre		06	0866		
2745143	Vuren	vuren	NL	4214	1880	Europe/Amsterdam	51.825	5.04583				03	1960		
2745154	Vught	vught	NL	5261	25043	Europe/Amsterdam	51.65333	5.2875		Vjugt,Vuxt,fwkht,Вюгт,Վուխտ,فوخت		06	0865		
2745162	Vrouwenpolder	vrouwenpolder	NL	4354	765	Europe/Amsterdam	51.57667	3.61528				10	0717		
2745163	Vrouwenparochie	vrouwenparochie	NL	9077	515	Europe/Amsterdam	53.27928	5.70036		Froubuorren,Lieve Vrouwe Parochie,Lieve Vrouwenparochie,Vrouwenparochie		02	1949		
2745166	Vrouwenakker	vrouwenakker	NL	1428	285	Europe/Amsterdam	52.22696	4.78377		Vrouweakker		11	0569		
2745169	Vroomshoop	vroomshoop	NL	7681	8480	Europe/Amsterdam	52.46083	6.56528				15	1700		
2745182	Vriezenveen	vriezenveen	NL	7671	12310	Europe/Amsterdam	52.40833	6.62222		Uriezenveen		15	1700		
2745187	Vriescheloo	vriescheloo	NL	9699	260	Europe/Amsterdam	53.06833	7.11389		Friescheloo,Vriescheloo		04	1950		
2745189	Vries	vries	NL	9481	3915	Europe/Amsterdam	53.07417	6.57778				01	1730		
2745196	Vreeland	vreeland	NL	3633	35	Europe/Amsterdam	52.23	5.03194				09	1904		
2745204	Vredepeel	vredepeel	NL	5816	240	Europe/Amsterdam	51.54083	5.86806				05	0984		
2745206	Vredenheim	vredenheim	NL	9445	0	Europe/Amsterdam	52.93833	6.63611				01	1680		
2745213	Vragender	vragender	NL	7134	0	Europe/Amsterdam	51.98583	6.61111				03	1586		
2745250	Vortum-Mullem	vortum-mullem	NL	5827	0	Europe/Amsterdam	51.62083	5.97778		Mullem,Mullum,Vorthum,Vortum,Vortum-Mullem		06	0756		
2745252	Vorstenbosch	vorstenbosch	NL	5476	1630	Europe/Amsterdam	51.6525	5.55				06	1721		
2745258	Vorden	vorden	NL	7251	4900	Europe/Amsterdam	52.105	6.30972				03	1876		
2745260	Vorchten	vorchten	NL	8193	60	Europe/Amsterdam	52.39833	6.10694				03	0246		
2745271	Voorthuizen	voorthuizen	NL	3781	9710	Europe/Amsterdam	52.18667	5.60556				03	0203		
2745297	Voorst	voorst	NL	7083	1505	Europe/Amsterdam	52.17	6.14167		Voorst,Vorst,fwrst,Воорст,Ворст,Վորստ,فورست		03	0285		
2745298	Voorst	voorst	NL	7083	0	Europe/Amsterdam	51.87833	6.41111				03	1509		
2745299	Voorst	voorst	NL	7083	0	Europe/Amsterdam	51.1025	6.04306				05	1669		
2745301	Voorschoten	voorschoten	NL	2251	22468	Europe/Amsterdam	52.1275	4.44861				11	0626		
2745311	Voorhout	voorhout	NL	2215	4670	Europe/Amsterdam	52.22167	4.48472		Vorkhaut,phuraha'uta,Ворхаут,फूरहाउट		11	1525		
2745321	Voorburg	voorburg	NL	2271	38000	Europe/Amsterdam	52.07417	4.35972		Voorburg,fwrbwrkh,Воорбург,فوربورخ		11	1916		
2745333	Vollenhove	vollenhove	NL	8325	3955	Europe/Amsterdam	52.68083	5.95417		Veno,fu lun huo fu,福倫霍弗		15	1708		
2745338	Volkel	volkel	NL	5408	3560	Europe/Amsterdam	51.6425	5.65417				06	0856		
2745340	Volendam	volendam	NL	1131	22000	Europe/Amsterdam	52.495	5.07083		Volendam,Volendamas,fu lun dan,pollendam,wwlndm,Волендам,וולנדם,福伦丹,폴렌담		07	0385		
2745352	Vogelwaarde	vogelwaarde	NL	4581	0	Europe/Amsterdam	51.32417	3.97361		Fugelwearde,Fûgelwearde,Veugelwjerde		10	0677		
2745360	Vogelenzang	vogelenzang	NL	2114	1955	Europe/Amsterdam	52.31917	4.57778				07	0377		
2745361	Vogelenzang	vogelenzang	NL	2114	0	Europe/Amsterdam	51.62939	5.37661				06	0845		
2745362	Vogelenzang	vogelenzang	NL	2114	0	Europe/Amsterdam	51.53333	4.23333		Vogelenzang,Vogelgezang		06	0748		
2745369	Voerendaal	voerendaal	NL	6367	3035	Europe/Amsterdam	50.88327	5.92978				05	0986		
2745382	Vlodrop	vlodrop	NL	6063	1860	Europe/Amsterdam	51.13333	6.07639				05	1669		
2745388	Vlist	vlist	NL	2855	515	Europe/Amsterdam	51.98	4.81944				11	1931		
2745392	Vlissingen	vlissingen	NL	4381	45273	Europe/Amsterdam	51.4425	3.57361		Flesinga,Flessinga,Flessingue,Flissingen,Flushing,Vlisingen,Vlissienge,Vlissinge,Vlissingen,flsnkn,flsnqn,flysnjn,fu li xin en,peullising-eon,Влиссинген,Флиссинген,Վլիսինգեն,فلسنقن,فلسنكن,فليسنجن,弗利辛恩,플리싱언		10	0718		
2745396	Vlijmen	vlijmen	NL	5251	0	Europe/Amsterdam	51.6975	5.21667				06	0797		
2745414	Vlierden	vlierden	NL	5756	1115	Europe/Amsterdam	51.445	5.75833				06	0762		
2745419	Vlieland	vlieland	NL	8899	0	Europe/Amsterdam	52.02917	4.43472				11	1926		
2745431	Vleuten	vleuten	NL	3451	6945	Europe/Amsterdam	52.10583	5.01528				09	0344		
2745439	Vledderveen	vledderveen	NL	8385	285	Europe/Amsterdam	52.9875	7.00694				04	0037		
2745440	Vledderveen	vledderveen	NL	8385	230	Europe/Amsterdam	52.87583	6.1875				01	1701		
2745449	Vledder	vledder	NL	8381	1815	Europe/Amsterdam	52.85583	6.20833				01	1701		
2745461	Vlagtwedde	vlagtwedde	NL	9541	1955	Europe/Amsterdam	53.0275	7.10833		Vlachtwedde,Vlagtwedde		04	1950		
2745467	Vlaardingen	vlaardingen	NL	3131	73798	Europe/Amsterdam	51.9125	4.34167		Vlaardinge,Vlaardingen		11	0622		
2745493	Vinkeveen	vinkeveen	NL	3645	2340	Europe/Amsterdam	52.21507	4.93372				09	0736		
2745499	Vinkenbuurt	vinkenbuurt	NL	7739	0	Europe/Amsterdam	52.57667	6.35139				15	0175		
2745503	Vinkel	vinkel	NL	5381	60	Europe/Amsterdam	51.70583	5.4625				06	0796		
2745505	Vinkega	vinkega	NL	8393	130	Europe/Amsterdam	52.874	6.11715		Finkega		02	0098		
2745511	Vilsteren	vilsteren	NL	7734	0	Europe/Amsterdam	52.51083	6.35139				15	0175		
2745522	Vijlen	vijlen	NL	6294	1290	Europe/Amsterdam	50.78833	5.96528				05	0981		
2745527	Vijfhuizen	vijfhuizen	NL	2065	0	Europe/Amsterdam	53.31183	5.74954		Fiifhuzen,Vijfhuizen		02	1970		
2745528	Vijfhuizen	vijfhuizen	NL	2065	1895	Europe/Amsterdam	52.35083	4.67778				07	0394		
2745529	Vijfhuizen	vijfhuizen	NL	2065	0	Europe/Amsterdam	51.64753	4.88093				06	0826		
2745530	Vijfhuizen	vijfhuizen	NL	2065	0	Europe/Amsterdam	51.6075	5.09444				06	0855		
2745531	Vijfhuizen	vijfhuizen	NL	2065	0	Europe/Amsterdam	51.5225	4.98472				06	0785		
2745547	Vierpolders	vierpolders	NL	3231	1215	Europe/Amsterdam	51.87917	4.17917				11	0501		
2745550	Vierlingsbeek	vierlingsbeek	NL	5821	0	Europe/Amsterdam	51.595	6.00972		Beek,Beke,Vierlincsbeec,Vierlingsbeek		06	0756		
2745552	Vierhuizen	vierhuizen	NL	9975	0	Europe/Amsterdam	53.405	6.85972				04	1979		
2745553	Vierhuizen	vierhuizen	NL	9975	130	Europe/Amsterdam	53.36083	6.29167				04	1966		
2745554	Vierhuizen	vierhuizen	NL	9975	0	Europe/Amsterdam	53.04396	5.45332				02	1900		
2745558	Vierhouten	vierhouten	NL	8076	395	Europe/Amsterdam	52.3325	5.82778				03	0302		
2745575	Vierakker	vierakker	NL	7233	0	Europe/Amsterdam	52.1075	6.23472				03	1876		
2745580	Vianen	vianen	NL	4131	19931	Europe/Amsterdam	51.9925	5.09167				09	1961		
2745581	Vianen	vianen	NL	4131	950	Europe/Amsterdam	51.71833	5.85694		Vianen NB		06	1684		
2745582	Vianen	vianen	NL	4131	0	Europe/Amsterdam	51.6178	4.00881		Viane		10	1676		
2745585	Veulen	veulen	NL	5814	520	Europe/Amsterdam	51.4825	5.95278				05	0984		
2745587	Vethuizen	vethuizen	NL	7046	0	Europe/Amsterdam	51.90917	6.30278				03	1955		
2745589	Vessem	vessem	NL	5512	0	Europe/Amsterdam	51.42083	5.28889				06	0770		
2745626	Ven-Zelderheide	ven-zelderheide	NL	6599	610	Europe/Amsterdam	51.7125	6.02361		Veen,Ven		05	0907		
2745634	Venray	venray	NL	5801	39047	Europe/Amsterdam	51.525	5.975		Venraai,Venraij		05	0984		
2745774	Veenendaal	veenendaal	NL	3901	61271	Europe/Amsterdam	52.02863	5.55891		QVX,Veenendaal,Venendaal		09	0345		
2745641	Venlo	venlo	NL	5911	92403	Europe/Amsterdam	51.37	6.16806		Fenlo,VSN,Venlas,Venlo,Venlonum,Venloo,fen luo,fenro,fnlw,wynlw,Φένλο,Венло,فنلو,وینلو,フェンロー,芬洛	0983	05	0983		
2745645	Venhuizen	venhuizen	NL	1606	0	Europe/Amsterdam	52.6625	5.20278				07	0498		
2745646	Venhorst	venhorst	NL	5428	1050	Europe/Amsterdam	51.60833	5.7375				06	0755		
2745653	Venebrugge	venebrugge	NL	7792	115	Europe/Amsterdam	52.56083	6.67361		Veenebrugge		15	0160		
2745673	Velsen-Zuid	velsen-zuid	NL	1981	67758	Europe/Amsterdam	52.46	4.65		Velsen,Velzen		07	0453		
2745674	Velsen-Noord	velsen-noord	NL	1951	0	Europe/Amsterdam	52.47167	4.64722		Velseroord,Velzeroord		07	0453		
2745677	Velp	velp	NL	5363	17669	Europe/Amsterdam	51.995	5.97361		Felp,wlp  khldrland,ولپ، خلدرلاند		03	0275		
2745678	Velp	velp	NL	5363	0	Europe/Amsterdam	51.74833	5.71806		Fellepa		06	0786		
2745705	Veldhoven	veldhoven	NL	5501	0	Europe/Amsterdam	51.56667	5.08333				06	0855		
2745706	Veldhoven	veldhoven	NL	5501	5340	Europe/Amsterdam	51.41833	5.40278				06	0861		
2745717	Velden	velden	NL	5941	0	Europe/Amsterdam	51.41167	6.16806		Velde,wldn  lymbwrg,ولدن، لیمبورگ		05	0983		
2745719	Velddriel	velddriel	NL	5334	820	Europe/Amsterdam	51.76917	5.30278				03	0263		
2745726	Veghel	veghel	NL	5461	25352	Europe/Amsterdam	51.61667	5.54861		Vechel,Vegel,Veghel,Vexel,Вегел,Վեխել		06	1948		
2745727	Vegelinsoord	vegelinsoord	NL	8467	385	Europe/Amsterdam	52.99988	5.86473		Stobbega,Stobbegat,Stobbegea,Vegelinsoard,Vegelinsoord		02	1940		
2745728	Veessen	veessen	NL	8194	465	Europe/Amsterdam	52.3775	6.09028		Vesen		03	0246		
2745739	Veere	veere	NL	4351	500	Europe/Amsterdam	51.54833	3.66667		Veera,Veere,Vere,Веера		10	0717		
2745743	Feanwâlden	feanwalden	NL	9269	3440	Europe/Amsterdam	53.23558	5.98832		Feanwalden,Feanwâlden,Veenwouden,fynfaldn,فينفالدن		02	1891		
2745752	Veenoord	veenoord	NL	7844	0	Europe/Amsterdam	52.98333	6.33333		Oostellingwerf,Veenoord		02	0085		
2745753	Veenoord	veenoord	NL	7844	2175	Europe/Amsterdam	52.71087	6.84869				01	0114		
2745754	Veenklooster	veenklooster	NL	9297	105	Europe/Amsterdam	53.26316	6.10222		Veenkloster		02	1970		
2745757	Veeningen	veeningen	NL	7924	300	Europe/Amsterdam	52.67	6.36944		Veeninger,Veningen		01	1690		
2745763	Veenhuizen	veenhuizen	NL	9341	0	Europe/Amsterdam	53.18667	6.82778				04	1952		
2745764	Veenhuizen	veenhuizen	NL	9341	950	Europe/Amsterdam	53.03167	6.39583		Feanhuzen,fynhawzn,wynhwyzn  nwrdnwld,فينهاوزن,وینهویزن، نوردنولد		01	1699		
2745765	Veenhuizen	veenhuizen	NL	9341	0	Europe/Amsterdam	53.0175	7.01389				04	0037		
2745767	Veenhuizen	veenhuizen	NL	9341	0	Europe/Amsterdam	52.705	6.70417				01	0109		
2745768	Veenhuizen	veenhuizen	NL	9341	0	Europe/Amsterdam	52.7025	4.8875				07	0398		
2745769	Veenhuizen	veenhuizen	NL	9341	0	Europe/Amsterdam	52.21667	5.43333				03	0267		
2745783	Veendam	veendam	NL	9641	28155	Europe/Amsterdam	53.10667	6.87917				04	0047		
2745784	Veen	veen	NL	4264	2595	Europe/Amsterdam	51.7775	5.10833				06	1959		
2745787	Veelerveen	veelerveen	NL	9566	560	Europe/Amsterdam	53.05583	7.12778				04	1950		
2745799	Vasse	vasse	NL	7661	0	Europe/Amsterdam	52.435	6.83194				15	0183		
2745800	Varsseveld	varsseveld	NL	7051	5450	Europe/Amsterdam	51.94333	6.45833		Faassefeld,Varseveld,Varsseveld,wrswld,Варссевелд,ورسولد		03	1509		
2745801	Varsselder	varsselder	NL	7076	0	Europe/Amsterdam	51.8875	6.36111		Varselder		03	1509		
2745808	Varik	varik	NL	4064	895	Europe/Amsterdam	51.82333	5.37083				03	1960		
2745842	Valthermond	valthermond	NL	7876	3385	Europe/Amsterdam	52.88167	6.9625		Eerste Valthermond,Eerste-Valtermond		01	1681		
2745846	Valthe	valthe	NL	7872	1095	Europe/Amsterdam	52.84583	6.89444		Valte		01	1681		
2745860	Valkenswaard	valkenswaard	NL	5551	31071	Europe/Amsterdam	51.35083	5.45972		Valkenswaard,Valkeswaerd		06	0858		
2745872	Valkenburg	valkenburg	NL	2235	3925	Europe/Amsterdam	52.18	4.43194		LID,Valkenburg		11	0537		
2745873	Valkenburg	valkenburg	NL	2235	0	Europe/Amsterdam	51.55	4.83333		Valkenberg		06	0758		
2745874	Valkenburg	valkenburg	NL	2235	3400	Europe/Amsterdam	50.86523	5.83205		Bad Valkenburg		05	0994		
2745885	Valburg	valburg	NL	6675	1660	Europe/Amsterdam	51.91167	5.79028				03	1734		
2745892	Vaassen	vaassen	NL	8171	12719	Europe/Amsterdam	52.28583	5.96667		Vasen		03	0232		
2745906	Vaals	vaals	NL	6291	6970	Europe/Amsterdam	50.77083	6.01806		Vaals,Vols		05	0981		
2745912	Utrecht	utrecht	NL	3454	290529	Europe/Amsterdam	52.09083	5.12222		Gemeente Utrecht,Magaalada Utrecht,Outrechte,Owtrext,Traiectum ad Rhenum,UTC,Utert,Utrech,Utrecht,Utrechtas,Utrehkht,Utreht,Utrehta,Utrei,Utrekht,Utrekht khot,Utreque,Utrext,awtrkht,utrekhta,witeuleheuteu,wu de lei zhi,yu the rkt,yutorehito,ywtrkht,ywtrykht,Ουτρέχτη,Утрехт,Утрехт хот,Утрэхт,Ուտրեխտ,אוטרכט,أوترخت,اوترخت,یوترخت,یوتریخت,ܐܘܛܪܝܟܛ,उट्रेख्त,ยูเทรกต์,ယူးထရက်မြို့,უტრეხტი,ユトレヒト,乌得勒支,烏德勒支,위트레흐트	09	09	0344		
2745918	Usquert	usquert	NL	9988	1275	Europe/Amsterdam	53.4025	6.61111		Uskwerd,Uskwert		04	1966		
2745924	Ursem	ursem	NL	1645	0	Europe/Amsterdam	52.62667	4.89306				07	1598		
2745926	Urmond	urmond	NL	6129	3560	Europe/Amsterdam	50.99083	5.77222		Uermend,Werment		05	0971		
2745932	Urk	urk	NL	8321	17345	Europe/Amsterdam	52.6625	5.60139		Urk		16	0184		
2745936	Ureterp	ureterp	NL	9247	3810	Europe/Amsterdam	53.09244	6.16718		Oerterp,Ureterp		02	0086		
2745940	Ulvenhout	ulvenhout	NL	4851	4520	Europe/Amsterdam	51.54907	4.79931		Ulvenhout		06	0758		
2745944	Ulrum	ulrum	NL	9971	1300	Europe/Amsterdam	53.35917	6.33333				04	1966		
2745949	Ulicoten	ulicoten	NL	5113	470	Europe/Amsterdam	51.4575	4.85833		Ulekoten		06	0744		
2745953	Ulft	ulft	NL	7071	0	Europe/Amsterdam	51.89	6.37778				03	1509		
2745955	Ulestraten	ulestraten	NL	6235	2595	Europe/Amsterdam	50.90583	5.78194				05	0938		
2745957	Uitwijk	uitwijk	NL	4288	290	Europe/Amsterdam	51.78583	5.00694				06	1959		
2745960	Uitwellingerga	uitwellingerga	NL	8624	345	Europe/Amsterdam	52.99899	5.71403		Uitwellingerga		02	1900		
2745968	Uithuizermeeden	uithuizermeeden	NL	9982	2775	Europe/Amsterdam	53.41417	6.72361		Uithuizermeden,Uithuizermeedum		04	1966		
2745970	Uithuizen	uithuizen	NL	9981	4935	Europe/Amsterdam	53.4075	6.67083				04	1966		
2745973	Uithoorn	uithoorn	NL	1421	26846	Europe/Amsterdam	52.2375	4.82639		Authorn,Ehjtkhorn,Uithoorn,Uthoarn,ao te huo lun,awthwrn,Эйтхорн,Աուտհորն,آوتهورن,奥特霍伦		07	0451		
2745978	Uitgeest	uitgeest	NL	1911	11794	Europe/Amsterdam	52.52917	4.70972		Autxeyst,Ehjtgest,Uitgeest,Utgeast,awtkhyst,Эйтгест,Աուտխեյստ,آوتخيست		07	0450		
2745990	Uitdam	uitdam	NL	1154	125	Europe/Amsterdam	52.41917	5.07083				07	0852		
2745997	Ugchelen	ugchelen	NL	7339	3475	Europe/Amsterdam	52.18464	5.93177		Uchelen,Ugchelen		03	0200		
2746000	Uffelte	uffelte	NL	7975	1235	Europe/Amsterdam	52.79	6.28056				01	1701		
2746003	Udenhout	udenhout	NL	5071	7650	Europe/Amsterdam	51.60917	5.14306				06	0855		
2746005	Uden	uden	NL	5401	34601	Europe/Amsterdam	51.66083	5.61944		UDE,Uden,Уден		06	0856		
2746009	Uddel	uddel	NL	3888	1865	Europe/Amsterdam	52.25917	5.78056				03	0200		
2746012	Ubbergen	ubbergen	NL	6574	500	Europe/Amsterdam	51.8375	5.90139				03	1945		
2746013	Ubbena	ubbena	NL	9492	95	Europe/Amsterdam	53.045	6.57222				01	0106		
2746023	Tzummarum	tzummarum	NL	8851	1205	Europe/Amsterdam	53.23733	5.54612		Tjummarum,Tsjummearum,Tzummarum		02	1949		
2746024	Tzum	tzum	NL	8804	945	Europe/Amsterdam	53.15899	5.56277		Tjum,Tsjom,Tzum		02	1949		
2746027	t Zandt	t-zandt	NL	9915	0	Europe/Amsterdam	53.36667	6.77778		't Zandt		04	1979		
2746029	’t Zand	t-zand	NL	1756	0	Europe/Amsterdam	51.57234	5.05524		't Zand,Het Zand,Zand,’t Zand		06	0855		
2746030	’t Zand	t-zand	NL	1756	0	Europe/Amsterdam	51.49639	3.59819				10	0687		
2746031	't Zand	t-zand	NL	1756	2485	Europe/Amsterdam	52.83667	4.75556		Zand		07	0441		
2746032	t Zand	t-zand	NL	1756	0	Europe/Amsterdam	52.49833	6.01944				03	0244		
2746033	t Zand	t-zand	NL	1756	0	Europe/Amsterdam	51.87667	5.87083				03	0268		
2746034	t Zand	t-zand	NL	1756	0	Europe/Amsterdam	51.81417	4.9625		Zand		06	1959		
2746038	Tynaarlo	tynaarlo	NL	9482	1530	Europe/Amsterdam	53.0775	6.61667		Tinaarlo,Tinaarloo,Tynaarlo		01	1730		
2746048	Twisk	twisk	NL	1676	1115	Europe/Amsterdam	52.74083	5.05278		Twist		07	0420		
2746051	Twijzelerheide	twijzelerheide	NL	9287	1580	Europe/Amsterdam	53.24015	6.04591		Twijzelerheide,Twizelerheide		02	0059		
2746052	Twijzel	twijzel	NL	9286	1020	Europe/Amsterdam	53.23152	6.08952		Twijzel,Twizel		02	0059		
2746060	Twello	twello	NL	7384	13500	Europe/Amsterdam	52.23667	6.10278				03	0285		
2746083	t Waar	t-waar	NL	9942	0	Europe/Amsterdam	53.22583	6.95139		't Waar,Het Waar,Waar		04	1895		
2746085	Tull en 't Waal	tull-en-t-waal	NL	3999	0	Europe/Amsterdam	52.00083	5.13194		Tull en 't Waal,Waal		09	0321		
2746093	t Veld	t-veld	NL	1735	0	Europe/Amsterdam	52.74	4.85694		't Veld,Veld		07	1911		
2746120	Tuk	tuk	NL	8334	1615	Europe/Amsterdam	52.79667	6.09444				15	1708		
2746121	Tuitjenhorn	tuitjenhorn	NL	1747	0	Europe/Amsterdam	52.7375	4.75		Tuitjehorn		07	0441		
2746130	Tuil	tuil	NL	4176	500	Europe/Amsterdam	51.82333	5.24028				03	1960		
2746133	Tubbergen	tubbergen	NL	7651	20334	Europe/Amsterdam	52.4075	6.78472		Tubbergen,Тубберген		15	0183		
2746152	Tripscompagnie	tripscompagnie	NL	9633	120	Europe/Amsterdam	53.1375	6.825				04	1952		
2746160	Triemen	triemen	NL	9296	320	Europe/Amsterdam	53.27897	6.08711		Trimen		02	1970		
2746162	Tricht	tricht	NL	4196	1850	Europe/Amsterdam	51.89083	5.26806				03	1960		
2746198	Toornwerd	toornwerd	NL	9994	75	Europe/Amsterdam	53.35417	6.63611		Torenwerd		04	1979		
2746217	Tonden	tonden	NL	6975	340	Europe/Amsterdam	52.13833	6.14444				03	0213		
2746226	Tollebeek	tollebeek	NL	8309	0	Europe/Amsterdam	52.6775	5.675				16	0171		
2746228	Tolkamer	tolkamer	NL	6916	2430	Europe/Amsterdam	51.855	6.10278		Tokalmar,Tolkmar		03	0299		
2746232	Toldijk	toldijk	NL	7227	385	Europe/Amsterdam	52.055	6.22083				03	1876		
2746234	Tolbert	tolbert	NL	9356	0	Europe/Amsterdam	53.17667	6.37222		Tolberd		04	1969		
2746264	Tjuchem	tjuchem	NL	9939	150	Europe/Amsterdam	53.28	6.87778				04	1952		
2746268	Tjerkwerd	tjerkwerd	NL	8765	295	Europe/Amsterdam	53.04168	5.5014				02	1900		
2746269	Tjerkgaast	tjerkgaast	NL	8522	380	Europe/Amsterdam	52.90393	5.67787		Tjerkgaast,Tsjerkgaast		02	1940		
2746274	Tjalleberd	tjalleberd	NL	8458	815	Europe/Amsterdam	52.99729	5.94443		Tjalleberd,Tjallebert,Tjallebird		02	0074		
2746275	Tjalhuizum	tjalhuizum	NL	8772	25	Europe/Amsterdam	53.04524	5.61281				02	1900		
2746283	Tirns	tirns	NL	8632	105	Europe/Amsterdam	53.05834	5.62637				02	1900		
2746284	Tinte	tinte	NL	3234	245	Europe/Amsterdam	51.88667	4.13611		De Tinte		11	0614		
2746289	Tinallinge	tinallinge	NL	9954	55	Europe/Amsterdam	53.35667	6.53333				04	1966		
2746297	Tilligte	tilligte	NL	7634	741	Europe/Amsterdam	52.40583	6.95139		Tilhgte		15	1774		
2746301	Tilburg	tilburg	NL	5011	199613	Europe/Amsterdam	51.55551	5.0913		Cilburg,Tilburch,Tilburg,Tilburga,Tilburgas,Tilburgo,Tilia,di er bao,thi lburk,tilbwileuheu,tiruburufu,tylbwrkh,Тилбург,Тілбург,Цілбург,تیلبورخ,ٹلبرگ,ทิลบืร์ก,ტილბურგი,ティルブルフ,蒂尔堡,틸뷔르흐		06	0855		
2746304	Tijnje	tijnje	NL	8406	1120	Europe/Amsterdam	53.03058	5.99193		De Tynje,Tijnje,Tynje		02	0086		
2746311	Tytsjerk	tytsjerk	NL	9255	1400	Europe/Amsterdam	53.21343	5.90961		Tietjerk,Tytsjerk		02	0737		
2746314	Tienray	tienray	NL	5865	1040	Europe/Amsterdam	51.495	6.09306		Tienraai,Tienray		05	1507		
2746319	Tienhoven	tienhoven	NL	3612	0	Europe/Amsterdam	53.06705	4.81274				07	0448		
2746320	Tienhoven	tienhoven	NL	3612	0	Europe/Amsterdam	52.165	5.08333				09	1904		
2746321	Tienhoven	tienhoven	NL	3612	0	Europe/Amsterdam	51.96167	5.13889				09	1961		
2746322	Tienhoven	tienhoven	NL	3612	0	Europe/Amsterdam	51.96	4.94028				09	1961		
2746328	Tiendeveen	tiendeveen	NL	7936	0	Europe/Amsterdam	52.7475	6.54444				01	0118		
2746331	Tiel	tiel	NL	4001	40702	Europe/Amsterdam	51.88667	5.42917		Tiel,Til,Тил		03	0281		
2746342	Thorn	thorn	NL	6017	2295	Europe/Amsterdam	51.16167	5.84167		Thorn,Toear,Torn,tuo er en,托爾恩		05	1641		
2746351	Tholen	tholen	NL	4691	7475	Europe/Amsterdam	51.53167	4.22083		Tholen,Tole,Tolen,Толен		10	0716		
2746361	Thesinge	thesinge	NL	9797	440	Europe/Amsterdam	53.26833	6.65139		Tezinge,Thezinge		04	0014		
2746371	t Harde	t-harde	NL	8084	0	Europe/Amsterdam	52.41583	5.87917		't Harde,Harde,Het Harde		03	0230		
2746373	t Haantje	t-haantje	NL	7847	0	Europe/Amsterdam	52.815	6.82639		't Haantje		01	0109		
2746374	t Haantje	t-haantje	NL	7847	0	Europe/Amsterdam	52.61417	6.60278				15	0160		
2746375	t Haantje	t-haantje	NL	7847	0	Europe/Amsterdam	52.02	4.34167				11	0603		
2746376	t Haantje	t-haantje	NL	7847	0	Europe/Amsterdam	51.56917	4.38333				06	0851		
2746380	t Goy	t-goy	NL	3997	0	Europe/Amsterdam	52.0025	5.22361		't Gooi,'t Goy,Gooi,Gooi en vechtstreek		09	0321		
2746387	Teuge	teuge	NL	7395	390	Europe/Amsterdam	52.2375	6.05		De Teuge		03	0285		
2746389	Teteringen	teteringen	NL	4847	7230	Europe/Amsterdam	51.60917	4.82083				06	0758		
2746390	Tersoal	tersoal	NL	9014	350	Europe/Amsterdam	53.07454	5.73675		Tersoal,Terzool		02	1900		
2746395	Terwolde	terwolde	NL	7396	1120	Europe/Amsterdam	52.28333	6.1		Terwolde,Terwolte		03	0285		
2746398	Terwispel	terwispel	NL	8407	545	Europe/Amsterdam	53.01973	6.0478		Terwispel		02	0086		
2746407	Terschuur	terschuur	NL	3784	1480	Europe/Amsterdam	52.165	5.51667				03	0203		
2746418	Teroele	teroele	NL	8524	30	Europe/Amsterdam	52.93529	5.69315		Teroele		02	1940		
2746420	Terneuzen	terneuzen	NL	4531	27930	Europe/Amsterdam	51.33583	3.82778		Neuzen,Terneuze,Terneuzen,Ternezen,Тернезен		10	0715		
2746424	Ternaard	ternaard	NL	9145	1165	Europe/Amsterdam	53.38203	5.96523		Ternaard		02	1970		
2746426	Termunterzijl	termunterzijl	NL	9948	245	Europe/Amsterdam	53.30083	7.03611				04	1979		
2746428	Termunten	termunten	NL	9947	395	Europe/Amsterdam	53.29667	7.04583				04	1979		
2746440	Terkaple	terkaple	NL	8542	230	Europe/Amsterdam	53.0209	5.78417		Terkaple		02	1940		
2746441	Ter Idzard	ter-idzard	NL	8476	250	Europe/Amsterdam	52.90371	6.03506		Ter Idzard,Ter Idzardt,Ter Idzart,Ter Idzerd		02	0098		
2746449	Terherne	terherne	NL	8493	775	Europe/Amsterdam	53.03333	5.78333		Terherne,Terhorne		02	1940		
2746456	Terheijden	terheijden	NL	4844	5910	Europe/Amsterdam	51.64333	4.75417		Terheden,Terheide,Terheiden		06	1719		
2746457	Ter Heijde	ter-heijde	NL	2684	705	Europe/Amsterdam	52.03	4.16806		Ter Heide,Terhei,Terheiden		11	1783		
2746468	Terborg	terborg	NL	7061	4425	Europe/Amsterdam	51.92	6.35417		Terborch		03	1509		
2746470	Terband	terband	NL	8449	270	Europe/Amsterdam	52.99526	5.90541				02	0074		
2746471	Ter Apelkanaal	ter-apelkanaal	NL	9563	670	Europe/Amsterdam	52.9025	7.04861				04	1950		
2746475	Ter Apel	ter-apel	NL	9561	3880	Europe/Amsterdam	52.87667	7.05972				04	1950		
2746476	Ter Aard	ter-aard	NL	9487	80	Europe/Amsterdam	53.02583	6.54722		Ter-Aart		01	0106		
2746478	Ter Aar	ter-aar	NL	2461	0	Europe/Amsterdam	52.16583	4.70694				11	0569		
2746483	Ten Post	ten-post	NL	9792	680	Europe/Amsterdam	53.2975	6.72778				04	0014		
2746491	Ten Boer	ten-boer	NL	9791	4355	Europe/Amsterdam	53.27583	6.69444		Ten Boer		04	0014		
2746504	Tegelen	tegelen	NL	5931	20190	Europe/Amsterdam	51.34417	6.13611		Tegele		05	0983		
2746507	Teerns	teerns	NL	9085	0	Europe/Amsterdam	53.18017	5.83391				02	0080		
2746510	Teeffelen	teeffelen	NL	5395	155	Europe/Amsterdam	51.7975	5.49306		Tefelen,Teffelen		06	0828		
2746534	Taarlo	taarlo	NL	9485	75	Europe/Amsterdam	53.03333	6.62639		Taarloo		01	1730		
2746537	Swolgen	swolgen	NL	5866	870	Europe/Amsterdam	51.4925	6.11806				05	1507		
2746540	Swifterbant	swifterbant	NL	8255	0	Europe/Amsterdam	52.56833	5.64306				16	0303		
2746543	Swichum	swichum	NL	9087	50	Europe/Amsterdam	53.15377	5.82035		Zwichem,Zwichum		02	0080		
2746545	Sweikhuizen	sweikhuizen	NL	6174	565	Europe/Amsterdam	50.95417	5.84722				05	1954		
2746548	Swalmen	swalmen	NL	6071	0	Europe/Amsterdam	51.23083	6.03611		Swalmen,Zjwame		05	0957		
2746555	Susteren	susteren	NL	6114	0	Europe/Amsterdam	51.065	5.85556				05	1711		
2746557	Surhuizum	surhuizum	NL	9283	925	Europe/Amsterdam	53.20475	6.17981		Surhuizum,Surhuzum		02	0059		
2746558	Surhuisterveen	surhuisterveen	NL	9231	5550	Europe/Amsterdam	53.18477	6.17031		Surhuisterveen,Surhusterfean,Surhústerfean		02	0059		
2746564	Suwâld	suwald	NL	9265	555	Europe/Amsterdam	53.17826	5.9273		Suawoude,Suwald,Suwâld		02	0737		
2746565	Sumar	sumar	NL	9262	935	Europe/Amsterdam	53.18333	6		Suameer,Sumar		02	0737		
2746572	Stuifzand	stuifzand	NL	7928	0	Europe/Amsterdam	52.7475	6.5				01	0118		
2746589	Stroobos	stroobos	NL	9871	265	Europe/Amsterdam	53.23784	6.21363		Strobos,Stroobos		02	0059		
2746595	Stroe	stroe	NL	3776	160	Europe/Amsterdam	52.92667	4.975				07	1911		
2746596	Stroe	stroe	NL	3776	695	Europe/Amsterdam	52.18583	5.69167				03	0203		
2746605	Strijensas	strijensas	NL	3292	395	Europe/Amsterdam	51.71583	4.58611		Strijensche Sas		11	1963		
2746608	Strijen	strijen	NL	3291	0	Europe/Amsterdam	51.64974	4.8596		Strien,Strijen		06	0826		
2746609	Strijen	strijen	NL	3291	9371	Europe/Amsterdam	51.74521	4.55083				11	1963		
2746614	Strijbeek	strijbeek	NL	4856	0	Europe/Amsterdam	51.50333	4.79583				06	1723		
2746623	Streefkerk	streefkerk	NL	2959	0	Europe/Amsterdam	51.9	4.74306				11	1978		
2746631	Stramproy	stramproy	NL	6039	4510	Europe/Amsterdam	51.19417	5.71944		Stamprooi,Stamproy,Stramproij		05	0988		
2746643	Stoutenburg	stoutenburg	NL	3835	365	Europe/Amsterdam	52.1525	5.43611				09	0327		
2746661	Stompetoren	stompetoren	NL	1841	1920	Europe/Amsterdam	52.61333	4.82083				07	0361		
2746665	Stolwijk	stolwijk	NL	2821	3730	Europe/Amsterdam	51.9725	4.77361				11	1931		
2746672	Stokkum	stokkum	NL	7039	730	Europe/Amsterdam	52.21167	6.50694				15	1735		
2746673	Stokkum	stokkum	NL	7039	710	Europe/Amsterdam	51.8775	6.22083				03	1955		
2746692	Stitswerd	stitswerd	NL	9999	60	Europe/Amsterdam	53.36167	6.6		Stitswert		04	1966		
2746705	Stiens	stiens	NL	9051	7300	Europe/Amsterdam	53.26234	5.75769				02	0080		
2746707	Stieltjeskanaal	stieltjeskanaal	NL	7756	175	Europe/Amsterdam	52.675	6.82917				01	0109		
2746714	Stevensweert	stevensweert	NL	6107	0	Europe/Amsterdam	51.13167	5.84583				05	1641		
2746716	Stevensbeek	stevensbeek	NL	5844	455	Europe/Amsterdam	51.60333	5.91667				06	1702		
2746730	Sterksel	sterksel	NL	6029	910	Europe/Amsterdam	51.35167	5.61111				06	1658		
2746739	Stellendam	stellendam	NL	3251	0	Europe/Amsterdam	51.80583	4.025				11	1924		
2746747	Stein	stein	NL	6171	1095	Europe/Amsterdam	52.00333	4.78194				11	1931		
2746748	Stein	stein	NL	6171	11290	Europe/Amsterdam	50.96917	5.76667		Steyn,si tai yin,stayn,Ստեյն,ستاين,斯泰因		05	0971		
2746751	Steyl	steyl	NL	5935	3695	Europe/Amsterdam	51.33217	6.11942		Steijl,Steil,Steyl		05	0983		
2746752	Steggerda	steggerda	NL	8395	810	Europe/Amsterdam	52.85734	6.07548		Steggerden		02	0098		
2746756	Stegeren	stegeren	NL	7737	0	Europe/Amsterdam	52.52417	6.50833				15	0175		
2746761	Steenwijkerwold	steenwijkerwold	NL	8341	1720	Europe/Amsterdam	52.80417	6.06389		Kerkbuurt		15	1708		
2746766	Steenwijk	steenwijk	NL	8331	17138	Europe/Amsterdam	52.7875	6.12083		Stienwyk,si teng wei ke,斯滕韋克		15	1708		
2746773	Steensel	steensel	NL	5524	1280	Europe/Amsterdam	51.37667	5.35278				06	0770		
2746788	Steenenkamer	steenenkamer	NL	7439	0	Europe/Amsterdam	52.26406	5.54681				03	0273		
2746789	Steenenkamer	steenenkamer	NL	7439	280	Europe/Amsterdam	52.245	6.14306				03	0285		
2746794	Steenderen	steenderen	NL	7221	1950	Europe/Amsterdam	52.06417	6.1875				03	1876		
2746797	Steendam	steendam	NL	9629	160	Europe/Amsterdam	53.27417	6.84306				04	1952		
2746802	Steenbergen	steenbergen	NL	4651	85	Europe/Amsterdam	53.1	6.40833				01	1699		
2746803	Steenbergen	steenbergen	NL	4651	0	Europe/Amsterdam	52.68083	6.42917				01	1690		
2746804	Steenbergen	steenbergen	NL	4651	23582	Europe/Amsterdam	51.58417	4.31944		Steenbergen		06	0851		
2746813	Stedum	stedum	NL	9921	895	Europe/Amsterdam	53.3225	6.69583				04	1979		
2746816	Stavoren	stavoren	NL	8715	900	Europe/Amsterdam	52.88525	5.35886		Starum,Staveren,Stavoren		02	1900		
2746823	Stavenisse	stavenisse	NL	4696	1505	Europe/Amsterdam	51.5875	4.0125				10	0716		
2746832	Startenhuizen	startenhuizen	NL	9924	0	Europe/Amsterdam	53.36917	6.70972				04	1979		
2746839	Staphorst	staphorst	NL	7951	15765	Europe/Amsterdam	52.645	6.21111		Staphorst		15	0180		
2746845	Standdaarbuiten	standdaarbuiten	NL	4758	1930	Europe/Amsterdam	51.61333	4.51389				06	1709		
2746846	Stampersgat	stampersgat	NL	4754	1155	Europe/Amsterdam	51.61333	4.44444				06	1655		
2746860	Stadskanaal	stadskanaal	NL	9501	20000	Europe/Amsterdam	52.98947	6.9504		Afraai,Stadskanaal		04	0037		
2746871	Stad aan 't Haringvliet	stad-aan-t-haringvliet	NL	3243	0	Europe/Amsterdam	51.73917	4.24167		Stad aan het Haringvliet		11	1924		
2746883	Spui	spui	NL	4539	258	Europe/Amsterdam	51.2975	3.87778		Zoutespui		10	0715		
2746886	Sprundel	sprundel	NL	4714	3625	Europe/Amsterdam	51.5375	4.59722				06	0840		
2746929	Spijkerboor	spijkerboor	NL	1458	150	Europe/Amsterdam	53.07667	6.76667				01	1680		
2746930	Spijkerboor	spijkerboor	NL	1458	25	Europe/Amsterdam	52.53833	4.83333				07	0880		
2746932	Spijkenisse	spijkenisse	NL	3201	74988	Europe/Amsterdam	51.845	4.32917		Spijkenisse		11	1930		
2746935	Spijk	spijk	NL	4211	1220	Europe/Amsterdam	53.39	6.8375		Spijk Gn		04	1979		
2746936	Spijk	spijk	NL	4211	0	Europe/Amsterdam	53.12445	5.62573				02	1900		
2746937	Spijk	spijk	NL	4211	530	Europe/Amsterdam	51.84917	6.15417				03	0299		
2746938	Spijk	spijk	NL	4211	0	Europe/Amsterdam	51.85583	5.00833				03	1960		
2746939	Spijk	spijk	NL	4211	830	Europe/Amsterdam	51.76917	5.12083				06	1959		
2746943	Spierdijk	spierdijk	NL	1641	1585	Europe/Amsterdam	52.65083	4.94306				07	1598		
2746944	Spier	spier	NL	9417	170	Europe/Amsterdam	52.81917	6.46667				01	1731		
2746964	Spaubeek	spaubeek	NL	6176	3360	Europe/Amsterdam	50.94	5.84306		Sjpawbik,Spanbeek,Spaubeek		05	0888		
2746972	Spannum	spannum	NL	8843	240	Europe/Amsterdam	53.14337	5.6074				02	1949		
2746974	Spankeren	spankeren	NL	6956	775	Europe/Amsterdam	52.05833	6.1125				03	0275		
2746976	Spanga	spanga	NL	8482	65	Europe/Amsterdam	52.81904	5.88382		Spanga		02	0098		
2746980	Spanbroek	spanbroek	NL	1715	0	Europe/Amsterdam	52.69833	4.96111				07	0432		
2746986	Spaarndam	spaarndam	NL	2064	0	Europe/Amsterdam	52.4125	4.68333				07	0394		
2747008	Sonnega	sonnega	NL	8478	210	Europe/Amsterdam	52.87011	5.96824		Sonnega		02	0098		
2747014	Sondel	sondel	NL	8565	410	Europe/Amsterdam	52.87219	5.60007				02	1940		
2747016	Sommelsdijk	sommelsdijk	NL	3245	0	Europe/Amsterdam	51.75667	4.14861				11	1924		
2747021	Someren	someren	NL	5711	10690	Europe/Amsterdam	51.385	5.71111		Someren,Zomere		06	0847		
2747030	Soesterberg	soesterberg	NL	3769	0	Europe/Amsterdam	52.11833	5.28611		Susterberg,Сустерберг		09	0342		
2747034	Soest	soest	NL	3761	45021	Europe/Amsterdam	52.17333	5.29167		Sust,Zoest,swst,Зоест,Суст,Սուստ,سوست		09	0342		
2747037	Soerendonk	soerendonk	NL	6027	1660	Europe/Amsterdam	51.30083	5.575				06	1706		
2747048	Snikzwaag	snikzwaag	NL	8505	65	Europe/Amsterdam	52.98389	5.78859		Sniksweach,Snikzwaag		02	1940		
2747054	Snelrewaard	snelrewaard	NL	3425	825	Europe/Amsterdam	52.0275	4.90833				09	0589		
2747063	Sneek	sneek	NL	8601	32811	Europe/Amsterdam	53.03297	5.6589		Sneek,Snek,Sneêk,Snits,asnyk,seuneikeu,si nei ke,suneku,Снек,اسنیک,スネーク,斯內克,스네이크		02	1900		
2747064	Snakkerburen	snakkerburen	NL	9083	220	Europe/Amsterdam	53.21976	5.80851		Snakkeburen		02	0080		
2747076	Smilde	smilde	NL	9422	0	Europe/Amsterdam	52.94833	6.44861		Hilde,Schilde		01	1731		
2747095	Smalle Ee	smalle-ee	NL	9214	40	Europe/Amsterdam	53.10325	6.01853		Smalle Ee,Smelle Ie		02	0090		
2747096	Smallebrugge	smallebrugge	NL	8552	20	Europe/Amsterdam	52.9603	5.63862		Smallebragge,Smallebrugge		02	1900		
2747102	Smakt	smakt	NL	5817	220	Europe/Amsterdam	51.56667	6.00417				05	0984		
2747109	Sluiskil	sluiskil	NL	4541	2411	Europe/Amsterdam	51.27833	3.83611		Sluuskille		10	0715		
2747115	Sluis	sluis	NL	4524	90	Europe/Amsterdam	51.95583	4.97778				09	1961		
2747116	Sluis	sluis	NL	4524	0	Europe/Amsterdam	51.64083	4.10694				10	0716		
2747117	Sluis	sluis	NL	4524	1935	Europe/Amsterdam	51.30833	3.38611		Sljojs,Sluis,Слёйс		10	1714		
2747131	Sloten	sloten	NL	8556	735	Europe/Amsterdam	52.89477	5.64526		Sleat,Sloten,si luo teng,斯洛滕		02	1940		
2747132	Sloten	sloten	NL	8556	0	Europe/Amsterdam	52.34167	4.79722				07	0363		
2747136	Slootdorp	slootdorp	NL	1774	1350	Europe/Amsterdam	52.8425	4.97222				07	1911		
2747143	Slochteren	slochteren	NL	9621	2055	Europe/Amsterdam	53.22078	6.80547		Slochteren		04	1952		
2747162	Slijk-Ewijk	slijk-ewijk	NL	6677	305	Europe/Amsterdam	51.885	5.78889		Slijk Ewijki,Slikewijk,Sliuk Ewijk		03	1734		
2747163	Slijkenburg	slijkenburg	NL	8489	35	Europe/Amsterdam	52.80694	5.84473		Slijkenburg		02	0098		
2747169	Sliedrecht	sliedrecht	NL	3361	23854	Europe/Amsterdam	51.82083	4.77639		Slidrekht,Sliedrech,Слидрехт		11	0610		
2747176	Slenaken	slenaken	NL	6277	380	Europe/Amsterdam	50.76917	5.86111		Slenken		05	1729		
2747178	Sleeuwijk	sleeuwijk	NL	4254	0	Europe/Amsterdam	51.81583	4.95278		Sleewijk		06	1959		
2747182	Sleen	sleen	NL	7841	2200	Europe/Amsterdam	52.77167	6.80278				01	0109		
2747184	Slappeterp	slappeterp	NL	9037	85	Europe/Amsterdam	53.21246	5.62054		Slappeterp		02	1949		
2747191	Slagharen	slagharen	NL	7776	0	Europe/Amsterdam	52.62917	6.55556				15	0160		
2747203	Sittard	sittard	NL	6131	48400	Europe/Amsterdam	50.99833	5.86944		Sitardas,Sittard,Zittert,sitaleuteu,sytard,xi ta de,Ситтард,سیتارد,錫塔德,시타르트		05	1883		
2747206	Sirjansland	sirjansland	NL	4308	260	Europe/Amsterdam	51.6775	4.03056		S-Heerjansland,Sirsjansland		10	1676		
2747221	Sint Philipsland	sint-philipsland	NL	4675	2095	Europe/Amsterdam	51.61667	4.16528		Sint Filipsland		10	0716		
2747225	Sint Pancras	sint-pancras	NL	1834	6050	Europe/Amsterdam	52.66	4.78333		Pankras,Sint Pankras		07	0416		
2747227	Sint-Oedenrode	sint-oedenrode	NL	5491	16931	Europe/Amsterdam	51.5675	5.45972		Sint-Oedenrode		06	1948		
2747229	Sint Odiliënberg	sint-odilienberg	NL	6077	2810	Europe/Amsterdam	51.14333	6		Berg,Sint-Odilienberg,Sint-Odiliënberg,Синт-Одилиенберг		05	1669		
2747231	Sint Nicolaasga	sint-nicolaasga	NL	8521	3285	Europe/Amsterdam	52.92293	5.74242		Sint Nicolaasga,Sint Nikelsgea,Sint Nikolaasga,Sint Nyk		02	1940		
2747234	Sint-Michielsgestel	sint-michielsgestel	NL	5271	2580	Europe/Amsterdam	51.64167	5.35278		Saint-Michel-Gestel,Sint-Mixilsxestel,synt mykhylyskhystl,Սինտ-Միխիլսխեստել,سينت ميخيليسخيستل		06	0845		
2747239	Sint Maartensvlotbrug	sint-maartensvlotbrug	NL	1753	715	Europe/Amsterdam	52.78667	4.70833				07	0441		
2747241	Sint-Maartensdijk	sint-maartensdijk	NL	4695	0	Europe/Amsterdam	51.54917	4.07778		Sint-Maartensdijk		10	0716		
2747242	Sint Maartensbrug	sint-maartensbrug	NL	1752	660	Europe/Amsterdam	52.78083	4.72778				07	0441		
2747244	Sint Maarten	sint-maarten	NL	1744	915	Europe/Amsterdam	52.7725	4.74583				07	0441		
2747250	Sint Kruis	sint-kruis	NL	4528	120	Europe/Amsterdam	51.2725	3.49861				10	1714		
2747256	Sint Joost	sint-joost	NL	6111	1310	Europe/Amsterdam	51.1175	5.89861				05	1711		
2747257	Sintjohannesga	sintjohannesga	NL	8464	1290	Europe/Amsterdam	52.93157	5.85588		Sint Jansgea,Sint Johannisga,Sint Jânsgea,Sintjohannesga		02	1940		
2747260	Sint Jansteen	sint-jansteen	NL	4564	0	Europe/Amsterdam	51.2625	4.05139		Sint-Janssteen		10	0677		
2747262	Sint Jansklooster	sint-jansklooster	NL	8326	1190	Europe/Amsterdam	52.6775	6.00556				15	1708		
2747276	Sint Hubert	sint-hubert	NL	5454	995	Europe/Amsterdam	51.67833	5.80833		Sint Hubert		06	0815		
2747280	Sint Geertruid	sint-geertruid	NL	6265	935	Europe/Amsterdam	50.79667	5.76528		Geertruid,Se-Gietere,Sint Geertruide		05	1903		
2747290	Sint Anthonis	sint-anthonis	NL	5845	3340	Europe/Amsterdam	51.62667	5.88194		Antonis,Sint Anthonis,Sint Antonis,Sintunnis		06	1702		
2747294	Sint Annen	sint-annen	NL	9796	0	Europe/Amsterdam	53.2975	6.66528				04	0014		
2747298	Sint Annaland	sint-annaland	NL	4697	0	Europe/Amsterdam	51.6	4.10278		Anna Land,Sint-Annaland,St  Anna Land		10	0716		
2747303	Sint Agatha	sint-agatha	NL	5435	310	Europe/Amsterdam	51.7125	5.9125				06	1684		
2747310	Sinderen	sinderen	NL	7065	145	Europe/Amsterdam	51.90417	6.46111				03	1509		
2747312	Simpelveld	simpelveld	NL	6369	2405	Europe/Amsterdam	50.83417	5.98194		Simpelveld,Zumpelveld		05	0965		
2747316	Simonshaven	simonshaven	NL	3212	0	Europe/Amsterdam	51.8225	4.28889				11	1930		
2747322	Silvolde	silvolde	NL	7064	4850	Europe/Amsterdam	51.90917	6.3875				03	1509		
2747328	Sibrandahûs	sibrandahus	NL	9106	45	Europe/Amsterdam	53.31149	5.93863		Sibrandahuis,Sibrandahus,Sibrandahûs,Sijbrandahuis,Sybrandahuis		02	1891		
2747330	Sibrandabuorren	sibrandabuorren	NL	8647	370	Europe/Amsterdam	53.06667	5.71667		Sibrandabuorren,Sibrandaburen,Sijbrandaburen,Sybrandaburen		02	1900		
2747332	Sijbekarspel	sijbekarspel	NL	1655	345	Europe/Amsterdam	52.7075	5.00278				07	0420		
2747339	Siegerswoude	siegerswoude	NL	9248	830	Europe/Amsterdam	53.09974	6.2447		Siegerswoude,Sigerswald,Sigerswoude,Sigerswâld		02	0086		
2747340	Siebengewald	siebengewald	NL	5853	0	Europe/Amsterdam	51.65083	6.10278				05	0893		
2747343	Siddeburen	siddeburen	NL	9628	2910	Europe/Amsterdam	53.25	6.86806				04	1952		
2747347	Sibculo	sibculo	NL	7693	0	Europe/Amsterdam	52.48167	6.6375		Sibenlo		15	0160		
2747351	's-Hertogenbosch	s-hertogenbosch	NL	5211	134520	Europe/Amsterdam	51.69917	5.30417		's Bosch,'s-Hertogenbosch,Bois-le-Duc,Bolduque,Boscoducale,De Bosk,Den Bosch,Hertogenbosch,Herzogenbusch,Khertogenbos,Oeteldonk,Silva Ducis,Хертогенбос,’s-Hertogenbosch	06	06	0796		
2747352	s-Heer Hendrikskinderen	s-heer-hendrikskinderen	NL	4471	0	Europe/Amsterdam	51.50167	3.8625		's-Heer Hendrikskinderen		10	0664		
2747355	s-Heerenhoek	s-heerenhoek	NL	4453	0	Europe/Amsterdam	51.45333	3.76806		's-Heerenhoek		10	0654		
2747356	s-Heerenbroek	s-heerenbroek	NL	8275	0	Europe/Amsterdam	52.53541	6.0148		's-Heerenbroek		15	0166		
2747357	's-Heerenberg	s-heerenberg	NL	7041	4720	Europe/Amsterdam	51.8767	6.25877		's-Heerenberg,s-Heerenberg,s-Kherenberg,с-Херенберг,’s-Heerenberg		03	1955		
2747358	s-Heer Arendskerke	s-heer-arendskerke	NL	4458	0	Europe/Amsterdam	51.49083	3.82222		's-Heer Arendskerke		10	0664		
2747359	s-Heer Abtskerke	s-heer-abtskerke	NL	4444	0	Europe/Amsterdam	51.47083	3.88056		's-Heer Abtskerke		10	0654		
2747364	's-Gravenzande	s-gravenzande	NL	2691	19190	Europe/Amsterdam	52.00167	4.16528				11	1783		
2747366	s-Gravenpolder	s-gravenpolder	NL	4431	0	Europe/Amsterdam	51.46	3.90556		's-Gravenpolder		10	0654		
2747371	's Gravenmoer	s-gravenmoer	NL	5109	2315	Europe/Amsterdam	51.65594	4.94076		's Gravemoer		06	0766		
2747375	s-Gravendeel	s-gravendeel	NL	3295	0	Europe/Amsterdam	51.78	4.61667		's-Gravendeel,Gravendeel,’s-Gravendeel		11	1963		
2747377	s-Graveland	s-graveland	NL	1243	0	Europe/Amsterdam	52.24	5.11806		's Gravenland,'s-Graveland,s-Gravelan,s-Graveland,s-Gravelân,с-Гравеланд		07	1696		
2747380	Sexbierum	sexbierum	NL	8855	1530	Europe/Amsterdam	53.21823	5.48402		Seisbierrum,Sexbierum,Sixbierum		02	1949		
2747382	Sevenum	sevenum	NL	5975	5035	Europe/Amsterdam	51.4125	6.0375		Sevenum,Zaerem		05	1507		
2747385	Serooskerke	serooskerke	NL	4327	215	Europe/Amsterdam	51.70167	3.81528		Seroskerke,Сероскерке		10	1676		
2747386	Serooskerke	serooskerke	NL	4327	1605	Europe/Amsterdam	51.54833	3.59444				10	0717		
2747400	Sellingen	sellingen	NL	9551	1060	Europe/Amsterdam	52.94583	7.15139			1950	04	1950		
2747409	Sebaldeburen	sebaldeburen	NL	9862	340	Europe/Amsterdam	53.22	6.30972				04	1969		
2747437	Schuinesloot	schuinesloot	NL	7777	0	Europe/Amsterdam	52.64667	6.55694				15	0160		
2747458	Schraard	schraard	NL	8746	180	Europe/Amsterdam	53.08016	5.45162				02	1900		
2747461	Schouwerzijl	schouwerzijl	NL	9962	90	Europe/Amsterdam	53.33167	6.45				04	1966		
2747483	Schore	schore	NL	4423	440	Europe/Amsterdam	51.4625	4				10	0678		
2747492	Schoorl	schoorl	NL	1871	0	Europe/Amsterdam	52.70167	4.69722				07	0373		
2747499	Schoonrewoerd	schoonrewoerd	NL	4145	1595	Europe/Amsterdam	51.92083	5.11667		Schoonerwoerd		09	1961		
2747501	Schoonoord	schoonoord	NL	7848	2030	Europe/Amsterdam	52.84583	6.75556				01	0109		
2747504	Schoonloo	schoonloo	NL	9443	175	Europe/Amsterdam	52.90583	6.7		Schoonloo		01	1680		
2747506	Schoonhoven	schoonhoven	NL	2871	12352	Europe/Amsterdam	51.9475	4.84861		Schoonhoven,Sconhouen		11	1931		
2747515	Schoonebeek	schoonebeek	NL	7761	3845	Europe/Amsterdam	52.6625	6.88472		Oud Schoonebeek		01	0114		
2747517	Schoondijke	schoondijke	NL	4507	1280	Europe/Amsterdam	51.35417	3.55556				10	1714		
2747540	Schipluiden	schipluiden	NL	2636	3635	Europe/Amsterdam	51.97583	4.31389		Skhipljojden,Схиплёйден		11	1842		
2747541	De Schiphorst	de-schiphorst	NL	7966	75	Europe/Amsterdam	52.68167	6.25				01	0119		
2747545	Schipborg	schipborg	NL	9469	530	Europe/Amsterdam	53.075	6.67083		Schipbork		01	1680		
2747550	Schinveld	schinveld	NL	6451	4685	Europe/Amsterdam	50.96917	5.97917		Sjilvend		05	1954		
2747551	Schin op Geul	schin-op-geul	NL	6305	725	Europe/Amsterdam	50.85417	5.86944		Schin op Geule,Sjin op Geul,si xin ao pu he er,斯欣奧普赫爾		05	0994		
2747553	Schinnen	schinnen	NL	6365	1550	Europe/Amsterdam	50.94333	5.88889				05	1954		
2747558	Skingen	skingen	NL	8816	0	Europe/Amsterdam	53.2	5.61667		Schingen,Skingen		02	1949		
2747561	Schimmert	schimmert	NL	6333	2310	Europe/Amsterdam	50.90667	5.82361		Sjoemmert,Sjömmert		05	1954		
2747570	Schildwolde	schildwolde	NL	9621	1485	Europe/Amsterdam	53.23327	6.81566				04	1952		
2747584	Schijndel	schijndel	NL	5481	23239	Europe/Amsterdam	51.6225	5.43194		Schijndel		06	1948		
2747585	Schijf	schijf	NL	4721	770	Europe/Amsterdam	51.49917	4.56111				06	0840		
2747591	Schiermonnikoog	schiermonnikoog	NL	9166	835	Europe/Amsterdam	53.48025	6.15209		Oosterburen,Schiermonnikoog,Skiermuntseach,Skiermûntseach	0088	02	0088		
2747596	Schiedam	schiedam	NL	3111	75438	Europe/Amsterdam	51.91917	4.38889		Schidamas,Schiedam,Skhidam,Skiedam,Sxidam,askhydam,si xi dan,ski dam,Схидам,Շխիդամ,اسخیدام,สกีดาม,斯希丹		11	0606		
2747602	Scheulder	scheulder	NL	6307	310	Europe/Amsterdam	50.82917	5.84444		Schulde,Schulder		05	1903		
2747603	Schettens	schettens	NL	8744	210	Europe/Amsterdam	53.0834	5.48348		Schettens		02	1900		
2747606	Scherpenzeel	scherpenzeel	NL	3925	355	Europe/Amsterdam	52.83222	5.87494				02	0098		
2747607	Scherpenzeel	scherpenzeel	NL	3925	8820	Europe/Amsterdam	52.08	5.48889		Skerpenseel,Sxerpenzeyl,skhyrbnzyl,Շխերպենզեյլ,سخيربنزيل		03	0279		
2747610	Scherpenisse	scherpenisse	NL	4694	1605	Europe/Amsterdam	51.54667	4.10556				10	0716		
2747617	Schermerhorn	schermerhorn	NL	1636	1290	Europe/Amsterdam	52.60083	4.89167				07	0361		
2747636	Schelluinen	schelluinen	NL	4209	1255	Europe/Amsterdam	51.84333	4.92639				11	1978		
2747638	Schellinkhout	schellinkhout	NL	1697	900	Europe/Amsterdam	52.635	5.12083				07	0498		
2747948	Readtsjerk	readtsjerk	NL	9067	190	Europe/Amsterdam	53.25566	5.93245		Readtsjerk,Roodkerk		02	1891		
2747654	Scheerwolde	scheerwolde	NL	8371	340	Europe/Amsterdam	52.7575	6.01389		Scherwold,Scherwolde		15	1708		
2747661	Scheemda	scheemda	NL	9679	2395	Europe/Amsterdam	53.17333	6.97222		Scheemda,Skhemda,Схемда		04	1895		
2747668	Scharwoude	scharwoude	NL	1634	430	Europe/Amsterdam	52.62167	5.01389				07	1598		
2747669	Scharsterbrug	scharsterbrug	NL	8517	825	Europe/Amsterdam	52.94414	5.77889		Scharsterbrug,Skarsterbrege,Skarsterbrêge		02	1940		
2747671	Scharnegoutum	scharnegoutum	NL	8629	1540	Europe/Amsterdam	53.06051	5.67822				02	1900		
2747677	Scharmer	scharmer	NL	9616	895	Europe/Amsterdam	53.205	6.70556				04	1952		
2747680	Scharendijke	scharendijke	NL	4322	1105	Europe/Amsterdam	51.73583	3.84306		Skharendejke,Схарендейке		10	1676		
2747681	Schardam	schardam	NL	1476	105	Europe/Amsterdam	52.59667	5.01667				07	0385		
2747698	Schalsum	schalsum	NL	8813	125	Europe/Amsterdam	53.19724	5.57153		Schaalsum,Schalsum,Skalsum		02	1949		
2747702	Schalkwijk	schalkwijk	NL	3998	0	Europe/Amsterdam	52.36108	4.65477		Noord Schalkwijk		07	0392		
2747703	Schalkwijk	schalkwijk	NL	3998	0	Europe/Amsterdam	51.995	5.1875				09	0321		
2747704	Schalkhaar	schalkhaar	NL	7433	4610	Europe/Amsterdam	52.26833	6.19444		Schalkhaap		15	0150		
2747713	Schaijk	schaijk	NL	5374	5970	Europe/Amsterdam	51.74583	5.63194		Scadewic,Schaaik,Schadewijk,Schaik,Schayk		06	1685		
2747715	Schagerbrug	schagerbrug	NL	1751	1965	Europe/Amsterdam	52.8025	4.75833				07	0441		
2747720	Schagen	schagen	NL	1741	5910	Europe/Amsterdam	52.7875	4.79861		Schagen,Skagen,Skhagen,Sxagen,si ha heng,Схаген,Շխագեն,斯哈亨		07	0441		
2747747	Sauwerd	sauwerd	NL	9771	995	Europe/Amsterdam	53.29333	6.53472				04	1966		
2747749	Sas van Gent	sas-van-gent	NL	4551	3856	Europe/Amsterdam	51.2275	3.79861		Sas,Sas de Gand,Sas fan Gent,sa si fan heng te,薩斯凡亨特		10	0715		
2747751	Sassenheim	sassenheim	NL	2171	15510	Europe/Amsterdam	52.225	4.52222		Sassenkhejm,Сассенхейм		11	1525		
2747758	Sappemeer	sappemeer	NL	9611	8298	Europe/Amsterdam	53.16417	6.79028				04	1952		
2747759	Santpoort-Zuid	santpoort-zuid	NL	2082	0	Europe/Amsterdam	52.42083	4.63056				07	0453		
2747760	Santpoort-Noord	santpoort-noord	NL	2071	0	Europe/Amsterdam	52.43357	4.64224		Santpoort		07	0453		
2747762	Sandfirden	sandfirden	NL	8613	25	Europe/Amsterdam	52.98803	5.51969		Sandfird,Sandfirden,Sanfirde,Sanfurd,Sânfirde,Sânfurd		02	1900		
2747773	Sambeek	sambeek	NL	5836	0	Europe/Amsterdam	51.63583	5.96667		Sambeek		06	0756		
2747783	Saaxumhuizen	saaxumhuizen	NL	9957	15	Europe/Amsterdam	53.38167	6.48472		Saaksumhuizen		04	1966		
2747786	Saasveld	saasveld	NL	7597	660	Europe/Amsterdam	52.33167	6.80694				15	1774		
2747787	Saaksum	saaksum	NL	9886	90	Europe/Amsterdam	53.31333	6.41944		Saaxum		04	1969		
2747938	Reduzum	reduzum	NL	9008	1000	Europe/Amsterdam	53.11775	5.78765		Reduzum,Roardahuzum,Roordahuizum		02	0080		
2747792	Ruurlo	ruurlo	NL	7261	5940	Europe/Amsterdam	52.08833	6.45				03	1859		
2747796	Rutten	rutten	NL	8313	0	Europe/Amsterdam	52.80497	5.69796				16	0171		
2747808	Rumpt	rumpt	NL	4156	575	Europe/Amsterdam	51.88417	5.17639		Remt,Rumt		03	1960		
2747828	Ruinerwold	ruinerwold	NL	7961	2485	Europe/Amsterdam	52.72333	6.24861				01	1690		
2747835	Ruinen	ruinen	NL	7963	2610	Europe/Amsterdam	52.7625	6.35417				01	1690		
2747850	Ruigahuizen	ruigahuizen	NL	8564	120	Europe/Amsterdam	52.88589	5.56179				02	1940		
2747858	Rucphen	rucphen	NL	4715	3660	Europe/Amsterdam	51.53167	4.55833		Rukfen		06	0840		
2747865	Rozendaal	rozendaal	NL	6891	1485	Europe/Amsterdam	52.00583	5.9625		Roosendaal,Rosendaal		03	0277		
2747866	Rozendaal	rozendaal	NL	6891	0	Europe/Amsterdam	52.01583	4.84028				11	1931		
2747867	Rozendaal	rozendaal	NL	6891	0	Europe/Amsterdam	51.37891	6.05056				05	1894		
2747869	Rozenburg	rozenburg	NL	1437	0	Europe/Amsterdam	52.28167	4.7375				07	0394		
2747870	Rozenburg	rozenburg	NL	1437	12420	Europe/Amsterdam	51.90417	4.24861				11	0599		
2747879	Rouveen	rouveen	NL	7954	0	Europe/Amsterdam	52.61417	6.18472				15	0180		
2747883	Rottum	rottum	NL	8461	80	Europe/Amsterdam	53.3825	6.62083				04	1966		
2747884	Rottum	rottum	NL	8461	660	Europe/Amsterdam	52.93659	5.89447		Rottum		02	1940		
2747886	Rottevalle	rottevalle	NL	9221	1355	Europe/Amsterdam	53.14523	6.10411		Rottefalle,Rottevalle		02	0090		
2747891	Rotterdam	rotterdam	NL	3011	598199	Europe/Amsterdam	51.9225	4.47917		RTM,Ratehrdam,Roterdam,Roterdama,Roterdamas,Roterdami,Roterdamo,Roterdan,Roterdao,Roterdão,Roterntam,Roterodamum,Rotterdam,Rottérdam,Róterdam,Róterdan,loteleudam,lu te dan,rattartem,rotaradema,rotterudamu,rtrdam,rwtrdam,rwtrdm,rxt the xr dam,Ρότερνταμ,Ратэрдам,Ротердам,Роттердам,ראטערדאם,רוטרדם,راٹرڈیم,رتردام,روتردام,ܪܘܛܪܕܐܡ,रॉटरडॅम,ராட்டர்டேம்,รอตเทอร์ดาม,ရော်တာဒမ်မြို့,როტერდამი,ロッテルダム,鹿特丹,로테르담		11	0599		
2747897	Rotsterhaule	rotsterhaule	NL	8463	575	Europe/Amsterdam	52.91956	5.85176		Rotsterhaule		02	1940		
2747898	Rotstergaast	rotstergaast	NL	8462	195	Europe/Amsterdam	52.9	5.88987		Gaast,Rotstergaast		02	1940		
2747903	Roswinkel	roswinkel	NL	7895	0	Europe/Amsterdam	52.8375	7.03889				01	0114		
2747907	Rossum	rossum	NL	5328	1355	Europe/Amsterdam	52.35167	6.92222				15	1774		
2747908	Rossum	rossum	NL	5328	2190	Europe/Amsterdam	51.80083	5.33333				03	0263		
2747910	Rosmalen	rosmalen	NL	5241	0	Europe/Amsterdam	51.71667	5.36528		Rosmalen,rosumaren,Росмален,ロスマーレン		06	0796		
2747924	Roosteren	roosteren	NL	6116	1125	Europe/Amsterdam	51.08333	5.81806				05	1711		
2747930	Roosendaal	roosendaal	NL	4701	77725	Europe/Amsterdam	51.53083	4.46528		Roosendaal,Rosendael,Rozendael,Rozendal,Rozendal',ZYO,losendal,luo sen da er,ro sen dal,rozendaru,rwsyndal,Розендал,Розендаль,روزن‌دال,روسيندال,โรเซนดาล,ローゼンダール,罗森达尔,로센달		06	1674		
2747956	Roodeschool	roodeschool	NL	9983	875	Europe/Amsterdam	53.42083	6.76667		Roodeschooi		04	1966		
2747979	Rolde	rolde	NL	9451	3740	Europe/Amsterdam	52.98417	6.64861				01	1680		
2747983	Rohel	rohel	NL	8507	0	Europe/Amsterdam	53.22315	6.14754		Reahel,Rohel		02	0059		
2747984	Rohel	rohel	NL	8507	270	Europe/Amsterdam	52.91717	5.83173		Reahel,Rohel		02	1940		
2747990	Roggel	roggel	NL	6088	0	Europe/Amsterdam	51.26333	5.92361		Rogkel		05	1640		
2747994	Rogat	rogat	NL	7949	125	Europe/Amsterdam	52.68833	6.26528				01	0119		
2748000	Roermond	roermond	NL	6041	44975	Europe/Amsterdam	51.19417	5.9875		Remunj,Reurmond,Roermond,Ruremonde,Rurmond,Rurmonda,Rurmondas,lu er meng de,rurumonto,rwrmwnd,Рурмонд,Рурмонда,رورموند,ルールモント,鲁尔蒙德		05	0957		
2748006	Roelofarendsveen	roelofarendsveen	NL	2371	2710	Europe/Amsterdam	52.20333	4.63333				11	1884		
2748018	Roderwolde	roderwolde	NL	9315	300	Europe/Amsterdam	53.16833	6.46944		Roderol		01	1699		
2748022	Roderesch	roderesch	NL	9305	245	Europe/Amsterdam	53.115	6.42361				01	1699		
2748026	Roden	roden	NL	9301	7030	Europe/Amsterdam	53.1375	6.42083		Roan		01	1699		
2748029	Rockanje	rockanje	NL	3235	1275	Europe/Amsterdam	51.87167	4.07083		Rockanje,Rokanje,Rokkanje		11	0614		
2748042	Ritthem	ritthem	NL	4389	370	Europe/Amsterdam	51.4525	3.62639		Rittem		10	0718		
2748049	De Rips	de-rips	NL	5764	875	Europe/Amsterdam	51.55	5.80972				06	1652		
2748051	Rinsumageast	rinsumageast	NL	9105	965	Europe/Amsterdam	53.29695	5.94931		Rinsumageast,Rinsumageest		02	1891		
2748068	Rilland	rilland	NL	4411	0	Europe/Amsterdam	51.41667	4.18194		Rilland-Bath		10	0703		
2748076	Rijswijk	rijswijk	NL	2281	47299	Europe/Amsterdam	52.03634	4.32501				11	0603		
2748077	Rijswijk	rijswijk	NL	2281	340	Europe/Amsterdam	51.95917	5.35694		Rijswijk (GLD)		03	0214		
2748078	Rijswijk	rijswijk	NL	2281	1640	Europe/Amsterdam	51.7975	5.025		Rijswijk (NB)		06	1959		
2748083	Rijssen	rijssen	NL	7461	0	Europe/Amsterdam	52.30667	6.51806		Riessen,Rijssen		15	1742		
2748086	Rijsenhout	rijsenhout	NL	1435	0	Europe/Amsterdam	52.25833	4.71389				07	0394		
2748091	Rijsbergen	rijsbergen	NL	4891	4140	Europe/Amsterdam	51.5175	4.69722				06	0879		
2748093	Rijs	rijs	NL	8572	165	Europe/Amsterdam	52.86356	5.49694				02	1940		
2748094	Rijpwetering	rijpwetering	NL	2375	1605	Europe/Amsterdam	52.1925	4.58333				11	1884		
2748099	Ryptsjerk	ryptsjerk	NL	9256	811	Europe/Amsterdam	53.22238	5.91717		Rijperkerk,Riperkerk,Ryptsjerk		02	0737		
2748104	Rijnsburg	rijnsburg	NL	2231	7990	Europe/Amsterdam	52.19	4.44167		Reinsburgum,Rynsburch		11	0537		
2748106	Rijnsaterwoude	rijnsaterwoude	NL	2465	1130	Europe/Amsterdam	52.19583	4.67083		Rijnxaterwoude		11	1884		
2748125	Rijkevoort	rijkevoort	NL	5447	0	Europe/Amsterdam	51.65667	5.88611				06	0756		
2748130	Rijen	rijen	NL	5121	16230	Europe/Amsterdam	51.59083	4.91944		Reijen		06	0784		
2748146	Rietmolen	rietmolen	NL	7165	525	Europe/Amsterdam	52.14083	6.6625		Rietmole		03	1859		
2748150	Riethoven	riethoven	NL	5561	1420	Europe/Amsterdam	51.35417	5.3875				06	1724		
2748161	Rien	rien	NL	8641	110	Europe/Amsterdam	53.09485	5.65813				02	1900		
2748164	Riel	riel	NL	5051	0	Europe/Amsterdam	51.52583	5.02361				06	0785		
2748165	Riel	riel	NL	5051	115	Europe/Amsterdam	51.42333	5.52222				06	0772		
2748168	Ried	ried	NL	8811	405	Europe/Amsterdam	53.22258	5.58929		Rie,Ried		02	1949		
2748172	Ridderkerk	ridderkerk	NL	2981	45189	Europe/Amsterdam	51.8725	4.60278		Ridderkerk,Риддеркерк		11	0597		
2748178	Rhoon	rhoon	NL	3161	18250	Europe/Amsterdam	51.8575	4.42222		Ron,Roon,Рон		11	0613		
2748183	Rhenoy	rhenoy	NL	4152	515	Europe/Amsterdam	51.88333	5.15278		Renooi,Rhenoij,Rhenooi		03	1960		
2748185	Rhenen	rhenen	NL	3911	18061	Europe/Amsterdam	51.95917	5.56806		QPT,Renen,Reynen,Rhenen,lei nen,rynn,Ренен,Ռեյնեն,رينن,رینن,雷嫩		09	0340		
2748187	Rheezerveen	rheezerveen	NL	7797	635	Europe/Amsterdam	52.56583	6.525		Reezerveen		15	0160		
2748190	Rheeze	rheeze	NL	7794	285	Europe/Amsterdam	52.54833	6.58194				15	0160		
2748193	Rhee	rhee	NL	9486	40	Europe/Amsterdam	53.0325	6.56667				01	0106		
2748201	Rheden	rheden	NL	6991	7400	Europe/Amsterdam	52.005	6.02917				03	0275		
2748203	Rha	rha	NL	7224	85	Europe/Amsterdam	52.05417	6.14861				03	1876		
2748208	Reuver	reuver	NL	5953	6140	Europe/Amsterdam	51.28417	6.07778				05	0889		
2748209	Reutum	reutum	NL	7667	0	Europe/Amsterdam	52.39083	6.84444				15	0183		
2748217	Reusel	reusel	NL	5541	7055	Europe/Amsterdam	51.3625	5.16528		Reuzel		06	1667		
2748220	Retranchement	retranchement	NL	4525	175	Europe/Amsterdam	51.3475	3.38472				10	1714		
2748224	Ressen	ressen	NL	6684	230	Europe/Amsterdam	51.89083	5.86806				03	1705		
2748228	Renswoude	renswoude	NL	3927	3420	Europe/Amsterdam	52.07333	5.54028				09	0339		
2748236	Renkum	renkum	NL	6866	9421	Europe/Amsterdam	51.97667	5.73333		Renkum		03	0274		
2748240	Renesse	renesse	NL	4325	1095	Europe/Amsterdam	51.7325	3.775		Renesse,Ренессе		10	1676		
2748249	Rekken	rekken	NL	7157	485	Europe/Amsterdam	52.09417	6.725				03	1859		
2748250	Reitsum	reitsum	NL	9175	135	Europe/Amsterdam	53.32124	5.88919				02	1970		
2748258	Reijmerstok	reijmerstok	NL	6274	520	Europe/Amsterdam	50.79917	5.8375		Reimerstok		05	1729		
2748280	Reeuwijk	reeuwijk	NL	2811	12817	Europe/Amsterdam	52.04667	4.725		lei wei ke,雷韦克		11	1901		
2748286	Reek	reek	NL	5375	1495	Europe/Amsterdam	51.74583	5.68194				06	1685		
2748305	Ravenswoud	ravenswoud	NL	8427	260	Europe/Amsterdam	52.96583	6.38123		Raevenwoold,Ravenswald,Ravenswoud,Ravenswâld		02	0085		
2748306	Ravenswaaij	ravenswaaij	NL	4119	200	Europe/Amsterdam	51.95167	5.32778		Ravenswaai,Ravenswaay		03	0214		
2748308	Ravenstein	ravenstein	NL	5371	1465	Europe/Amsterdam	51.79667	5.65		Ravestein,la fen si tai yin,拉芬斯泰因		06	0828		
2748314	Raerd	raerd	NL	9012	630	Europe/Amsterdam	53.09763	5.75993		Raerd,Rauwerd		02	1900		
2748319	Rasquert	rasquert	NL	9955	165	Europe/Amsterdam	53.36833	6.51667		Raskwerd		04	1966		
2748328	Ransdaal	ransdaal	NL	6311	910	Europe/Amsterdam	50.865	5.89167				05	0986		
2748329	Randwijk	randwijk	NL	6668	935	Europe/Amsterdam	51.95333	5.70833				03	1734		
2748351	Radewijk	radewijk	NL	7791	625	Europe/Amsterdam	52.57167	6.70972		Baalde-Radewijk		15	0160		
2748357	Raard	raard	NL	9155	225	Europe/Amsterdam	53.32585	5.94446		Raard		02	1970		
2748361	Raamsdonksveer	raamsdonksveer	NL	4941	6590	Europe/Amsterdam	51.69667	4.87361		Raamsdonkveer		06	0779		
2748363	Raamsdonk	raamsdonk	NL	4944	1920	Europe/Amsterdam	51.6875	4.90833				06	0779		
2748371	Raalte	raalte	NL	8101	20015	Europe/Amsterdam	52.38583	6.275		Raalt,Raalte,Раалт		15	0177		
2748389	Puttershoek	puttershoek	NL	3297	0	Europe/Amsterdam	51.805	4.56806				11	1963		
2748392	Putten	putten	NL	3881	23168	Europe/Amsterdam	52.25917	5.60694		Putten,Путтен		03	0273		
2748397	Putte	putte	NL	4645	3440	Europe/Amsterdam	51.36	4.39583		Putten		06	0873		
2748403	Puth	puth	NL	6155	1990	Europe/Amsterdam	50.95417	5.87361				05	1954		
2748410	Purmerland	purmerland	NL	1451	365	Europe/Amsterdam	52.48167	4.92639				07	0415		
2748413	Purmerend	purmerend	NL	1441	76745	Europe/Amsterdam	52.505	4.95972		Pjurmerend,Purmerein,Purmerend,bwrmyrand,pi er mo lun de,purumerento,pwileumeleonteu,pwrmrnd,Пурмеренд,Пюрмеренд,Պուրմերենդ,بورميراند,پورمرند,ปืร์เมอแร็นด์,プルメレント,皮爾默倫德,퓌르메런트		07	0439		
2748415	Purmer	purmer	NL	1481	0	Europe/Amsterdam	52.5	4.98333		De Purmer,Purmer		07	0439		
2748417	Punthorst	punthorst	NL	7715	0	Europe/Amsterdam	52.61417	6.2625				15	0180		
2748421	Puiflijk	puiflijk	NL	6655	1105	Europe/Amsterdam	51.87833	5.59028				03	0225		
2748448	Prinsenbeek	prinsenbeek	NL	4841	10720	Europe/Amsterdam	51.59833	4.7125				06	0758		
2748481	Posterholt	posterholt	NL	6061	3540	Europe/Amsterdam	51.12333	6.03472				05	1669		
2748488	Poppenwier	poppenwier	NL	9013	170	Europe/Amsterdam	53.08333	5.75		Poppenwier,Poppingawier		02	1900		
2748498	Poortvliet	poortvliet	NL	4693	1220	Europe/Amsterdam	51.54417	4.14306				10	0716		
2748500	Poortugaal	poortugaal	NL	3171	55	Europe/Amsterdam	51.85833	4.39444				11	0613		
2748513	Polsbroek	polsbroek	NL	3415	0	Europe/Amsterdam	51.9775	4.85278				09	0331		
2748533	Poeldijk	poeldijk	NL	2685	5800	Europe/Amsterdam	52.02417	4.21944				11	1783		
2748535	Poederoijen	poederoijen	NL	5307	630	Europe/Amsterdam	51.78667	5.08056		Poederoien,Poederooien,Poederoyen		03	0297		
2748555	Plasmolen	plasmolen	NL	6586	0	Europe/Amsterdam	51.73583	5.92639				05	0944		
2748582	Pingjum	pingjum	NL	8749	445	Europe/Amsterdam	53.11533	5.44046				02	1900		
2748591	Pijnacker	pijnacker	NL	2641	18695	Europe/Amsterdam	52.01954	4.42946		Pijnacker,Pynakker		11	1926		
2748596	Pieterzijl	pieterzijl	NL	9844	155	Europe/Amsterdam	53.28167	6.26944				04	1969		
2748598	Pietersbierum	pietersbierum	NL	8856	55	Europe/Amsterdam	53.2157	5.47694		Pietersbierum,Pitersbierrum		02	1949		
2748603	Pieterburen	pieterburen	NL	9968	295	Europe/Amsterdam	53.40083	6.45278				04	1966		
2748608	Piershil	piershil	NL	3265	1410	Europe/Amsterdam	51.79333	4.31389				11	1963		
2748620	Piaam	piaam	NL	8756	50	Europe/Amsterdam	53.03786	5.40836				02	1900		
2748625	Philippine	philippine	NL	4553	0	Europe/Amsterdam	51.28083	3.75972		Filippine,Phelippine,fei li pi ne,菲利皮訥		10	0715		
2748631	Petten	petten	NL	1755	1640	Europe/Amsterdam	52.76667	4.66111				07	0441		
2748643	Pesse	pesse	NL	7933	0	Europe/Amsterdam	52.7725	6.45417				01	0118		
2748646	Persingen	persingen	NL	6575	105	Europe/Amsterdam	51.84083	5.91806				03	1945		
2748653	Peperga	peperga	NL	8396	60	Europe/Amsterdam	52.84985	6.05656				02	0098		
2748673	Peize	peize	NL	9321	4295	Europe/Amsterdam	53.14667	6.49722				01	1699		
2748674	Peins	peins	NL	8812	180	Europe/Amsterdam	53.20513	5.59466		Peins		02	1949		
2748678	Peest	peest	NL	9334	80	Europe/Amsterdam	53.05917	6.49722				01	1699		
2748702	Paterswolde	paterswolde	NL	9765	3655	Europe/Amsterdam	53.145	6.56528		QYT		01	1730		
2748714	Parrega	parrega	NL	8763	335	Europe/Amsterdam	53.01871	5.47909				02	1900		
2748723	Papenvoort	papenvoort	NL	9447	0	Europe/Amsterdam	52.9525	6.70278				01	1680		
2748724	Papenvoort	papenvoort	NL	9447	0	Europe/Amsterdam	51.64833	5.86944				06	1702		
2748726	Papenhoven	papenhoven	NL	6124	730	Europe/Amsterdam	51.04333	5.77639				05	1883		
2748729	Papendrecht	papendrecht	NL	3351	31621	Europe/Amsterdam	51.83167	4.6875		Papendrekht,Papendrext,pa peng de lei he te,Папендрехт,Պապենդրեխտ,帕彭德雷赫特		11	0590		
2748733	Papekop	papekop	NL	3464	0	Europe/Amsterdam	52.04583	4.85278				09	0589		
2748737	Panningen	panningen	NL	5981	6710	Europe/Amsterdam	51.32667	5.97917				05	1894		
2748740	Pannerden	pannerden	NL	6911	2085	Europe/Amsterdam	51.89083	6.03889		Rannereen		03	0299		
2748770	Paesens	paesens	NL	9136	225	Europe/Amsterdam	53.4015	6.08578		Paesens,Paezens,Peasens,Peazens,Pezens		02	1970		
2748777	Paasloo	paasloo	NL	8378	0	Europe/Amsterdam	52.81333	6.01528		Paaslo		15	1708		
2748803	Ovezande	ovezande	NL	4441	0	Europe/Amsterdam	51.42917	3.82083				10	0654		
2748813	Overveen	overveen	NL	2051	3685	Europe/Amsterdam	52.39167	4.61389				07	0377		
2748822	Overslag	overslag	NL	4575	0	Europe/Amsterdam	51.2025	3.88889				10	0715		
2748825	Overschild	overschild	NL	9625	245	Europe/Amsterdam	53.28167	6.78472		Graauwedijk		04	1952		
2748833	Overloon	overloon	NL	5825	3626	Europe/Amsterdam	51.57167	5.94722		Loon,Overloon		06	0756		
2748834	Overlangel	overlangel	NL	5357	465	Europe/Amsterdam	51.775	5.67083				06	0828		
2748849	Overdinkel	overdinkel	NL	7586	0	Europe/Amsterdam	52.23583	7.0375				15	0168		
2748864	Overberg	overberg	NL	3959	1379	Europe/Amsterdam	52.04	5.49444				09	1581		
2748865	Overberg	overberg	NL	3959	0	Europe/Amsterdam	51.44167	4.37222				06	0873		
2748868	Overasselt	overasselt	NL	6611	1715	Europe/Amsterdam	51.76	5.78889				03	0252		
2748873	Ouwster-Nijega	ouwster-nijega	NL	8514	85	Europe/Amsterdam	52.93007	5.80473		Nijega,Ooster-Nijega,Ousternijega,Ousternijegea,Ouwster-Nijega		02	1940		
2748874	Ouwsterhaule	ouwsterhaule	NL	8513	365	Europe/Amsterdam	52.93819	5.81357		Oosterhaule,Ousterhaule,Ouwsterhaule		02	1940		
2748876	Ouwerkerk	ouwerkerk	NL	4305	450	Europe/Amsterdam	51.62583	3.98333				10	1676		
2748883	Oud-Zuilen	oud-zuilen	NL	3611	560	Europe/Amsterdam	52.1275	5.06806		Oud Zuilen,Zuilen		09	1904		
2748886	Oudwoude	oudwoude	NL	9294	635	Europe/Amsterdam	53.28193	6.11447		Oudwoude		02	1970		
2748891	Oud-Vossemeer	oud-vossemeer	NL	4698	2400	Europe/Amsterdam	51.57083	4.19861		Oud Vosmeer		10	0716		
2748917	Oudorp	oudorp	NL	1829	0	Europe/Amsterdam	52.63333	4.77361				07	0361		
2748918	Oud Ootmarsum	oud-ootmarsum	NL	7637	340	Europe/Amsterdam	52.4175	6.90833				15	1774		
2748941	Aldtsjerk	aldtsjerk	NL	9064	520	Europe/Amsterdam	53.26637	5.88704		Aldtsjerk,Oudkerk		02	0737		
2748943	Oudkarspel	oudkarspel	NL	1724	3170	Europe/Amsterdam	52.71583	4.80556				07	0416		
2748950	Oudheusden	oudheusden	NL	5156	0	Europe/Amsterdam	51.72333	5.14028				06	0797		
2748956	Oud Gastel	oud-gastel	NL	4751	5305	Europe/Amsterdam	51.58667	4.45972				06	1655		
2748962	Oudezijl	oudezijl	NL	9691	0	Europe/Amsterdam	53.18833	7.19861				04	1895		
2748967	Oude Wetering	oude-wetering	NL	2377	0	Europe/Amsterdam	52.56253	6.03038				15	0166		
2748968	Oude Wetering	oude-wetering	NL	2377	3055	Europe/Amsterdam	52.21417	4.64444				11	1884		
2748979	Oudewater	oudewater	NL	3421	9836	Europe/Amsterdam	52.025	4.86806				09	0589		
2748994	Oude-Tonge	oude-tonge	NL	3255	0	Europe/Amsterdam	51.69167	4.21389				11	1924		
2749003	Oudesluis	oudesluis	NL	1757	760	Europe/Amsterdam	52.83417	4.80833				07	0441		
2749004	Oudesluis	oudesluis	NL	1757	0	Europe/Amsterdam	51.75917	4.44444				11	1963		
2749007	Oudeschoot	oudeschoot	NL	8451	1590	Europe/Amsterdam	52.93343	5.95579		Aldskoat		02	0074		
2749008	Oudeschip	oudeschip	NL	9984	120	Europe/Amsterdam	53.43	6.82639				04	1966		
2749009	Oudeschild	oudeschild	NL	1792	1220	Europe/Amsterdam	53.03917	4.84722				07	0448		
2749010	Oudeschans	oudeschans	NL	9696	100	Europe/Amsterdam	53.13833	7.14028				04	1950		
2749016	Ouderkerk aan den IJssel	ouderkerk-aan-den-ijssel	NL	2935	4025	Europe/Amsterdam	51.93417	4.63611		Ouderkerk,Ouderkerk a/d IJssel,Ouderkerk a/d Yssel,Ouderkerk aan de IJssel,Ouderkerk aan de Yssel,Ouderkerk aan den IJssel,Ouderkerk aan den Yssel,Ouderkerk-aan-den-IJsel		11	1931		
2749017	Ouderkerk aan de Amstel	ouderkerk-aan-de-amstel	NL	1191	7955	Europe/Amsterdam	52.29504	4.90746		Auderkerk kaj Amstel,Ouder Amstel,Ouderkerk,Ouderkerk Aan Den Amstel,Ouderkerk a/d Amstel,Ouderkerk aan de Amstel,Ouderkerk-sur-lAmstel,Аудеркерк кај Амстел		07	0437		
2749034	Oude Pekela	oude-pekela	NL	9665	7580	Europe/Amsterdam	53.10417	7.00972				04	0765		
2749042	Oude-Niedorp	oude-niedorp	NL	1734	405	Europe/Amsterdam	52.71833	4.87639				07	1911		
2749044	Oudenhoorn	oudenhoorn	NL	3227	0	Europe/Amsterdam	51.8275	4.19167				11	0530		
2749047	Oudendijk	oudendijk	NL	1631	435	Europe/Amsterdam	52.60083	4.96806				07	1598		
2749048	Oudendijk	oudendijk	NL	1631	415	Europe/Amsterdam	51.81	4.98056				06	1959		
2749049	Oudendijk	oudendijk	NL	1631	0	Europe/Amsterdam	51.78333	4.73333				11	0505		
2749050	Oudendijk	oudendijk	NL	1631	0	Europe/Amsterdam	51.77417	4.4875				11	1963		
2749051	Oudendijk	oudendijk	NL	1631	100	Europe/Amsterdam	51.7725	4.27361				11	1963		
2749053	Oudenbosch	oudenbosch	NL	4731	0	Europe/Amsterdam	51.58833	4.53472				06	1655		
2749055	Oudemolen	oudemolen	NL	4796	50	Europe/Amsterdam	53.05	6.63889				01	1730		
2749058	Oudemolen	oudemolen	NL	4796	215	Europe/Amsterdam	51.65	4.46667				06	1709		
2749061	Oudemirdum	oudemirdum	NL	8567	1335	Europe/Amsterdam	52.85019	5.53544		Aldemardum		02	1940		
2749063	Oude Meer	oude-meer	NL	1438	175	Europe/Amsterdam	52.28833	4.78611				07	0394		
2749074	Alde Leie	alde-leie	NL	9071	0	Europe/Amsterdam	53.28882	5.72748		Alde Leie,De Leije,Leie,Leije,Oude Leie,Oude Leije,Oude Leye		02	0080		
2749086	Oudelande	oudelande	NL	4436	0	Europe/Amsterdam	51.40833	3.85278				10	0654		
2749109	Oudehorne	oudehorne	NL	8413	815	Europe/Amsterdam	52.96281	6.08351		Aldhoarne,Oldehorne		02	0074		
2749120	Oudehaske	oudehaske	NL	8465	1980	Europe/Amsterdam	52.95709	5.87095		Aldehaske,Oldehaske,Oudehaske		02	1940		
2749136	Oudega	oudega	NL	8582	1715	Europe/Amsterdam	53.12504	5.99888		Aldegea,Oudega		02	0090		
2749137	Oudega	oudega	NL	8582	595	Europe/Amsterdam	52.99206	5.54913				02	1900		
2749138	Oudega	oudega	NL	8582	260	Europe/Amsterdam	52.90347	5.52235		Aldegea		02	1940		
2749164	Ouddorp	ouddorp	NL	3253	5930	Europe/Amsterdam	51.81167	3.93472		Alddoarp,Auddorp,Ouwdurp,Ауддорп		11	1924		
2749182	Oud-Beijerland	oud-beijerland	NL	3261	23569	Europe/Amsterdam	51.82417	4.4125		Oud Beierland		11	1963		
2749187	Oud Annerveen	oud-annerveen	NL	9655	120	Europe/Amsterdam	53.0875	6.76389		Oud-Annerveen		01	1680		
2749189	Oud-Alblas	oud-alblas	NL	2969	0	Europe/Amsterdam	51.85833	4.70556				11	1978		
2749191	Oud Ade	oud-ade	NL	2374	0	Europe/Amsterdam	52.19083	4.56528				11	1884		
2749195	Ottoland	ottoland	NL	2975	500	Europe/Amsterdam	51.8925	4.87083				11	1978		
2749197	Ottersum	ottersum	NL	6595	1585	Europe/Amsterdam	51.70333	5.98333				05	0907		
2749203	Otterlo	otterlo	NL	6731	2230	Europe/Amsterdam	52.1	5.77222		Otterloo,otteruro,オッテルロー		03	0228		
2749207	Oterleek	oterleek	NL	1842	620	Europe/Amsterdam	52.63667	4.83472				07	0361		
2749212	Ossenzijl	ossenzijl	NL	8376	480	Europe/Amsterdam	52.80917	5.91806				15	1708		
2749213	Ossenwaard	ossenwaard	NL	3989	0	Europe/Amsterdam	51.875	6.12222				03	0299		
2749218	Ossenisse	ossenisse	NL	4589	0	Europe/Amsterdam	51.38917	3.98056				10	0677		
2749223	Ossendrecht	ossendrecht	NL	4641	3970	Europe/Amsterdam	51.39417	4.32639				06	0873		
2749234	Oss	oss	NL	5341	76430	Europe/Amsterdam	51.765	5.51806		Os,Oss,Oss i Nederland,ao si,osu,Осс,オス,奥斯		06	0828		
2749235	Ospel	ospel	NL	6035	2505	Europe/Amsterdam	51.2975	5.78472				05	0946		
2749247	Orvelte	orvelte	NL	9441	75	Europe/Amsterdam	52.84417	6.65972				01	1731		
2749251	Oranjewoud	oranjewoud	NL	8453	1580	Europe/Amsterdam	52.94579	5.95038		It Oranjewald,It Oranjewâld		02	0074		
2750456	Neer	neer	NL	6086	0	Europe/Amsterdam	51.26	5.98889		Naer		05	1640		
2749271	Oranje	oranje	NL	9416	395	Europe/Amsterdam	52.9075	6.44722				01	1731		
2749281	Opperdoes	opperdoes	NL	1674	1840	Europe/Amsterdam	52.75915	5.07534				07	0420		
2749284	Oppenhuizen	oppenhuizen	NL	8625	1060	Europe/Amsterdam	53.01194	5.69495				02	1900		
2749286	Opmeer	opmeer	NL	1716	11183	Europe/Amsterdam	52.70667	4.94444		Opmar,Opmeer		07	0432		
2749289	Oploo	oploo	NL	5841	975	Europe/Amsterdam	51.60833	5.87361		Oplo		06	1702		
2749290	Opijnen	opijnen	NL	4184	1135	Europe/Amsterdam	51.82917	5.29861		Opitnen		03	1960		
2749296	Opheusden	opheusden	NL	4043	5460	Europe/Amsterdam	51.93167	5.63194				03	1740		
2749298	Ophemert	ophemert	NL	4061	1425	Europe/Amsterdam	51.845	5.3875				03	1960		
2749302	Opende	opende	NL	9865	0	Europe/Amsterdam	53.17333	6.19861		De Grinzer Pein,Opende-West		04	1969		
2749304	Opeinde	opeinde	NL	9218	1630	Europe/Amsterdam	53.1341	6.05656		De Pein,Opeinde		02	0090		
2749317	Ootmarsum	ootmarsum	NL	7631	4450	Europe/Amsterdam	52.40833	6.90139				15	1774		
2749320	Oostzaan	oostzaan	NL	1511	0	Europe/Amsterdam	52.43917	4.87639		Eastsaan,Oostzaan,Ostzan,awstzan,Остзан,Օստզան,أوستزان		07	0431		
2749321	Oostwoud	oostwoud	NL	1678	875	Europe/Amsterdam	52.72583	5.08611				07	0420		
2749324	Oostwold	oostwold	NL	9682	0	Europe/Amsterdam	53.23907	6.90868		Oostwolde		04	1952		
2749325	Oostwold	oostwold	NL	9682	950	Europe/Amsterdam	53.2025	7.04583		Oostwolde		04	1895		
2749326	Oostwold	oostwold	NL	9682	0	Europe/Amsterdam	53.20167	6.44028		Oostwolde		04	1969		
2749330	Oostvoorne	oostvoorne	NL	3233	4635	Europe/Amsterdam	51.9125	4.09861				11	0614		
2749341	Oost-Souburg	oost-souburg	NL	4388	0	Europe/Amsterdam	51.46333	3.60417		Oostsoeburg,Souberg		10	0718		
2749343	Oostrum	oostrum	NL	5807	120	Europe/Amsterdam	53.33077	6.06171		Eastrum,Oostrum		02	1970		
2749344	Oostrum	oostrum	NL	5807	2375	Europe/Amsterdam	51.52917	6.01667				05	0984		
2749359	Oostknollendam	oostknollendam	NL	1534	585	Europe/Amsterdam	52.5175	4.79167		Knollendam,Oostknollendam		07	0880		
2749362	Oostkapelle	oostkapelle	NL	4356	1505	Europe/Amsterdam	51.56667	3.55139				10	0717		
2749366	Oosthuizen	oosthuizen	NL	1474	1260	Europe/Amsterdam	52.5725	4.99583				07	0385		
2749372	Oosthem	oosthem	NL	8618	275	Europe/Amsterdam	53.01549	5.60156		Oosthem		02	1900		
2749374	Oost-Graftdijk	oost-graftdijk	NL	1487	265	Europe/Amsterdam	52.54583	4.81528		Graftdijk		07	0361		
2749385	Oosterzee	oosterzee	NL	8536	900	Europe/Amsterdam	52.87379	5.77572	2			02	1940		
2749391	Oosterwolde	oosterwolde	NL	8431	9245	Europe/Amsterdam	52.99164	6.29096		Easterwalde,Easterwâlde,Oosterwolde,Oosterwoolde		02	0085		
2749392	Oosterwolde	oosterwolde	NL	8431	995	Europe/Amsterdam	52.46583	5.89167		Oosterwolde Gld		03	0269		
2749394	Oosterwijtwerd	oosterwijtwerd	NL	9911	175	Europe/Amsterdam	53.33833	6.81389		Oosterwijdwerd		04	1979		
2749396	Oosterwijk	oosterwijk	NL	4163	0	Europe/Amsterdam	52.66667	6.3				01	1690		
2749397	Oosterwijk	oosterwijk	NL	4163	0	Europe/Amsterdam	52.02667	6.35				03	1876		
2749398	Oosterwijk	oosterwijk	NL	4163	0	Europe/Amsterdam	51.87833	5.07917				09	1961		
2749412	Oosterstreek	oosterstreek	NL	8388	555	Europe/Amsterdam	52.89751	6.16144				02	0098		
2749427	Oosternijkerk	oosternijkerk	NL	9137	810	Europe/Amsterdam	53.37841	6.05347		Easternijtsjerk,Nijkerk,Oosternijkerk		02	1970		
2749429	Oosternieland	oosternieland	NL	9985	95	Europe/Amsterdam	53.40167	6.75556				04	1966		
2749430	Eastermar	eastermar	NL	9261	1310	Europe/Amsterdam	53.17466	6.05999		Eastermar,Oostermeer		02	0737		
2749435	Oosterleek	oosterleek	NL	1609	285	Europe/Amsterdam	52.63917	5.19722				07	0498		
2749439	Oosterland	oosterland	NL	4307	225	Europe/Amsterdam	52.93167	5.01111				07	1911		
2749440	Oosterland	oosterland	NL	4307	2060	Europe/Amsterdam	51.65	4.03611				10	1676		
2749449	Oosterhout	oosterhout	NL	4901	2340	Europe/Amsterdam	51.88	5.82639				03	1734		
2749450	Oosterhout	oosterhout	NL	4901	53107	Europe/Amsterdam	51.645	4.85972		Oosterhout,Osterkhout,ao si te hao te,Остерхоут,奧斯特豪特		06	0826		
2749461	Oosterhesselen	oosterhesselen	NL	7861	1690	Europe/Amsterdam	52.75417	6.72222				01	0109		
2749473	Oosterend	oosterend	NL	1794	105	Europe/Amsterdam	53.40421	5.37643		Aasterein,Oostereind		02	0093		
2749474	Oosterend	oosterend	NL	1794	0	Europe/Amsterdam	53.09681	5.61839		Easterein,Oosterend		02	1900		
2749475	Oosterend	oosterend	NL	1794	910	Europe/Amsterdam	53.085	4.875		Oostereind		07	0448		
2749476	Oosterend	oosterend	NL	1794	0	Europe/Amsterdam	52.99753	6.07583		Easterein,Oosterend		02	0086		
2749496	Oosterblokker	oosterblokker	NL	1696	1555	Europe/Amsterdam	52.66917	5.11806				07	0498		
2749500	Oosterbierum	oosterbierum	NL	8854	455	Europe/Amsterdam	53.23419	5.51136		Easterbierrum,Oosterbierum		02	1949		
2749503	Oosterbeek	oosterbeek	NL	6861	11138	Europe/Amsterdam	51.98583	5.84583		Osterbek,Остербек		03	0274		
2749528	Oosteind	oosteind	NL	4909	1005	Europe/Amsterdam	51.64418	4.89784				06	0826		
2749529	Oosteind	oosteind	NL	4909	0	Europe/Amsterdam	51.55	4.63333				06	0777		
2749536	Oostdijk	oostdijk	NL	4415	0	Europe/Amsterdam	51.82833	3.96111				11	1924		
2749537	Oostdijk	oostdijk	NL	4415	530	Europe/Amsterdam	51.44417	4.07778				10	0703		
2749541	Oostburg	oostburg	NL	4501	4410	Europe/Amsterdam	51.32583	3.4875		Oostburg,Ostburg,Wostburg,Wòstburg,Ôostburg,Остбург		10	1714		
2749560	Ooltgensplaat	ooltgensplaat	NL	3257	0	Europe/Amsterdam	51.68333	4.34583				11	1924		
2749569	Ooij	ooij	NL	6576	2090	Europe/Amsterdam	51.85465	5.93915		Ooi,Ooy		03	1945		
2749577	Onstwedde	onstwedde	NL	9591	1935	Europe/Amsterdam	53.035	7.04028				04	0037		
2749588	Onnen	onnen	NL	9755	470	Europe/Amsterdam	53.15667	6.64167				04	0014		
2749589	Onna	onna	NL	8344	100	Europe/Amsterdam	52.775	6.14722				15	1708		
2749601	Onderdendam	onderdendam	NL	9959	510	Europe/Amsterdam	53.33417	6.59028				04	1966		
2749609	Ommeren	ommeren	NL	4032	0	Europe/Amsterdam	51.94833	5.49167				03	0214		
2749613	Ommen	ommen	NL	7731	11820	Europe/Amsterdam	52.52083	6.42083		Ommen		15	0175		
2749617	Ommel	ommel	NL	5724	570	Europe/Amsterdam	51.42417	5.74861				06	0743		
2749622	Olterterp	olterterp	NL	9246	80	Europe/Amsterdam	53.0665	6.10399		Olterterp		02	0086		
2749626	Olst	olst	NL	8121	4780	Europe/Amsterdam	52.3375	6.10972				15	1773		
2749639	Oldetrijne	oldetrijne	NL	8479	170	Europe/Amsterdam	52.86208	5.94807		Oldetrine		02	0098		
2749640	Oldeouwer	oldeouwer	NL	8515	80	Europe/Amsterdam	52.92115	5.80079		Alde Ouwer,Oldeouwer		02	1940		
2749641	Oldenzijl	oldenzijl	NL	9986	45	Europe/Amsterdam	53.39333	6.71389		Oldenxijl		04	1966		
2749644	Oldenzaal	oldenzaal	NL	7571	31410	Europe/Amsterdam	52.31333	6.92917		Oldenzaal,Oldenzal,Олдензал		15	0173		
2749653	Oldemarkt	oldemarkt	NL	8375	2435	Europe/Amsterdam	52.82083	5.975				15	1708		
2749655	Oldelamer	oldelamer	NL	8486	190	Europe/Amsterdam	52.87224	5.93124		Oldelemmer		02	0098		
2749658	Oldekerk	oldekerk	NL	9821	855	Europe/Amsterdam	53.21917	6.34028				04	1969		
2749660	Oldehove	oldehove	NL	9883	1330	Europe/Amsterdam	53.30333	6.39583		Oldenhove		04	1969		
2749662	Oldeholtwolde	oldeholtwolde	NL	8477	30	Europe/Amsterdam	52.90621	6.01038		Oldeholtwoude		02	0098		
2749663	Oldeholtpade	oldeholtpade	NL	8474	980	Europe/Amsterdam	52.89285	6.04754				02	0098		
2749668	Oldebroek	oldebroek	NL	8096	3275	Europe/Amsterdam	52.445	5.90139		Oldebruk,Olderbroek,Олдебрук		03	0269		
2749669	Aldeboarn	aldeboarn	NL	8495	1525	Europe/Amsterdam	53.05	5.9		Aldeboarn,Oldeboorn		02	0074		
2749671	Oldeberkoop	oldeberkoop	NL	8421	1190	Europe/Amsterdam	52.93788	6.13089		Aldeberkeap,Berkeap,Berkoop,Oldeberkoop		02	0085		
2749673	Olburgen	olburgen	NL	7225	210	Europe/Amsterdam	52.04417	6.12361		Olbergen		03	1876		
2749675	Okkenbroek	okkenbroek	NL	7435	290	Europe/Amsterdam	52.29833	6.31944				15	0150		
2749680	Oisterwijk	oisterwijk	NL	5061	25980	Europe/Amsterdam	51.57917	5.18889		Oisterwijk,Ojstervejk,Oosterwijk,Ойстервейк		06	0824		
2749683	Oirschot	oirschot	NL	5688	10393	Europe/Amsterdam	51.505	5.31389		Oirschot,Oorschot		06	0823		
2749685	Oirsbeek	oirsbeek	NL	6438	3600	Europe/Amsterdam	50.95083	5.90833		Oeesjbik,Oeësjbik,Oorsbeek		05	1954		
2749687	Oirlo	oirlo	NL	5808	1230	Europe/Amsterdam	51.51167	6.0375		Oorlo,Oorloo		05	0984		
2749689	Oijen	oijen	NL	5394	745	Europe/Amsterdam	51.82417	5.50278		Ooien		06	0828		
2749690	Oijen	oijen	NL	5394	0	Europe/Amsterdam	51.31417	6.09167				05	1894		
2749692	Ohé en Laak	ohe-en-laak	NL	6109	0	Europe/Amsterdam	51.11167	5.83333		Ohe en Laak,Ohee,Ohé en Laak		05	1641		
2749694	Offingawier	offingawier	NL	8626	205	Europe/Amsterdam	53.03084	5.69502		Offingawier		02	1900		
2749708	Oentsjerk	oentsjerk	NL	9062	1790	Europe/Amsterdam	53.25	5.9		Oenkerk,Oentsjerk		02	0737		
2749712	Oene	oene	NL	8167	630	Europe/Amsterdam	52.34417	6.04861				03	0232		
2749723	Oegstgeest	oegstgeest	NL	2341	21149	Europe/Amsterdam	52.18	4.46944		Oegstgeest,Oestgeest		11	0579		
2749726	Oeffelt	oeffelt	NL	5441	0	Europe/Amsterdam	51.69833	5.93333		Oefelt,Oeffelt		06	0756		
2749730	Odoornerveen	odoornerveen	NL	7874	310	Europe/Amsterdam	52.845	6.78194				01	1681		
2749734	Odoorn	odoorn	NL	7873	1835	Europe/Amsterdam	52.84917	6.85139				01	1681		
2749735	Odiliapeel	odiliapeel	NL	5409	1390	Europe/Amsterdam	51.64333	5.70556				06	0856		
2749736	Odijk	odijk	NL	3984	5480	Europe/Amsterdam	52.0525	5.23611				09	0312		
2749741	Ochten	ochten	NL	4051	4185	Europe/Amsterdam	51.91	5.56944				03	1740		
2749745	Obdam	obdam	NL	1713	5690	Europe/Amsterdam	52.67583	4.90694		Obdam		07	1598		
2749748	Obbicht	obbicht	NL	6125	1895	Europe/Amsterdam	51.02833	5.78056				05	1883		
2749751	Nutter	nutter	NL	7638	0	Europe/Amsterdam	52.42417	6.88056				15	1774		
2749753	Nuth	nuth	NL	6361	4585	Europe/Amsterdam	50.9175	5.88611		Nut,Nuth		05	1954		
2749756	Nunspeet	nunspeet	NL	8071	19496	Europe/Amsterdam	52.37917	5.78611				03	0302		
2749759	Nunhem	nunhem	NL	6083	0	Europe/Amsterdam	51.245	5.96111				05	1640		
2749765	Numansdorp	numansdorp	NL	3281	4280	Europe/Amsterdam	51.73167	4.4375		Buitensluis,Niemansdorp,Numansdurp		11	1963		
2749772	Nuland	nuland	NL	5391	0	Europe/Amsterdam	51.72583	5.43472				06	0796		
2749773	Nuis	nuis	NL	9364	685	Europe/Amsterdam	53.15083	6.30556				04	1969		
2749780	Nuenen	nuenen	NL	5671	23223	Europe/Amsterdam	51.47	5.55278		Njunen,Nuenen,Нюнен		06	0820		
2749784	Notter	notter	NL	7467	0	Europe/Amsterdam	52.335	6.52083				15	0189		
2749796	Norg	norg	NL	9331	3290	Europe/Amsterdam	53.06667	6.45833				01	1699		
2749800	Nootdorp	nootdorp	NL	2631	0	Europe/Amsterdam	52.045	4.39583				11	1926		
2749806	Noordwolde	noordwolde	NL	8391	140	Europe/Amsterdam	53.2725	6.58889				04	1966		
2749807	Noordwolde	noordwolde	NL	8391	3605	Europe/Amsterdam	52.88964	6.14153		Noardwalde,Noardwâlde,Noordwolde		02	0098		
2749811	Noordwijkerhout	noordwijkerhout	NL	2211	11875	Europe/Amsterdam	52.26167	4.49306				11	0575		
2749816	Noordwijk	noordwijk	NL	2201	235	Europe/Amsterdam	53.17	6.25694				04	1969		
2749817	Noordwijk	noordwijk	NL	2201	0	Europe/Amsterdam	52.6825	6.29583				01	1690		
2749819	Noordwelle	noordwelle	NL	4326	195	Europe/Amsterdam	51.71917	3.79444				10	1676		
2749830	Noord-Sleen	noord-sleen	NL	7846	470	Europe/Amsterdam	52.79	6.80556				01	0109		
2749834	Noordscheschut	noordscheschut	NL	7911	0	Europe/Amsterdam	52.72417	6.53611				01	0118		
2749835	Noord-Scharwoude	noord-scharwoude	NL	1723	5665	Europe/Amsterdam	52.69833	4.81111				07	0416		
2749857	Noordlaren	noordlaren	NL	9479	390	Europe/Amsterdam	53.12083	6.66667				04	0014		
2749875	Noordhorn	noordhorn	NL	9804	1375	Europe/Amsterdam	53.26167	6.39583				04	1969		
2749882	Noordhoek	noordhoek	NL	4759	0	Europe/Amsterdam	51.55735	5.0697				06	0855		
2749883	Noordhoek	noordhoek	NL	4759	1030	Europe/Amsterdam	51.6425	4.53194				06	1709		
2749884	Noordhoek	noordhoek	NL	4759	0	Europe/Amsterdam	51.56667	4.51667				06	0840		
2749889	Noordgouwe	noordgouwe	NL	4317	315	Europe/Amsterdam	51.69417	3.9375				10	1676		
2749964	Noorden	noorden	NL	2431	0	Europe/Amsterdam	52.16814	4.82595				11	0569		
2749967	Noordeloos	noordeloos	NL	4225	1560	Europe/Amsterdam	51.90333	4.94167				11	1978		
2749972	Noordeinde	noordeinde	NL	1485	0	Europe/Amsterdam	52.74671	6.07973		Giethoorn Noord,Noord Giethoorn		15	1708		
2749973	Noordeinde	noordeinde	NL	1485	90	Europe/Amsterdam	52.57167	4.83611				07	0361		
2749974	Noordeinde	noordeinde	NL	1485	0	Europe/Amsterdam	52.19333	4.77361				11	0569		
2749975	Noordeinde	noordeinde	NL	1485	0	Europe/Amsterdam	52.06782	4.63756				11	0627		
2749976	Noordeinde	noordeinde	NL	1485	1610	Europe/Amsterdam	52.01667	4.48333				11	1621		
2749977	Noordeinde	noordeinde	NL	1485	0	Europe/Amsterdam	51.50417	3.91806				10	0664		
2749989	Noordbroek	noordbroek	NL	9635	1665	Europe/Amsterdam	53.195	6.87361				04	1952		
2749992	Noardburgum	noardburgum	NL	9257	2385	Europe/Amsterdam	53.22135	6.00523		Noardburgum,Noordbergum		02	0737		
2749994	Noordbeemster	noordbeemster	NL	1463	335	Europe/Amsterdam	52.5799	4.93132				07	0370		
2750003	Noorbeek	noorbeek	NL	6255	750	Europe/Amsterdam	50.76917	5.8125		Noordbeek,Norbik		05	1903		
2750004	Nooitgedacht	nooitgedacht	NL	9449	0	Europe/Amsterdam	53.4175	6.84722				04	1979		
2750031	Nistelrode	nistelrode	NL	5388	6090	Europe/Amsterdam	51.70417	5.5625				06	1721		
2750033	Nisse	nisse	NL	4443	0	Europe/Amsterdam	51.455	3.85				10	0654		
2750035	Nispen	nispen	NL	4709	1245	Europe/Amsterdam	51.48331	4.46131				06	1674		
2750039	Nijverdal	nijverdal	NL	7441	0	Europe/Amsterdam	52.36	6.46806		Nejverdal,Нейвердал		15	0163		
2750053	Nijmegen	nijmegen	NL	6511	158732	Europe/Amsterdam	51.8425	5.85278		Gemeen Nimwaege,Naimechen,Najmegen,Neimegena,Neimegenas,Nejmegen,Neymeyxen,Nijmegen,Nijmeyen,Nimega,Nimegen,Nimegue,Nimwege,Nimwegen,Nimègue,Nymegen,Nymwegen,Nîmegue,Nĳmegen,QNQ,Ulpia Noviomagus Batavorum,nai mei heng,naimehen,naymykhn,ne me ken,neimegeni,neimeheon,njmygan,nymykhn,nyymkn,Ναϊμέχεν,Наймеген,Најмеген,Неймеген,Նեյմեյխեն,ניימכן,نايميخن,نجمیگان,نیمیخن,เนเมเกน,ნეიმეგენი,ኔመሕን,ナイメーヘン,奈梅亨,네이메헌		03	0268		
2750058	Nijlande	nijlande	NL	9452	55	Europe/Amsterdam	52.97417	6.62778				01	1680		
2750059	Nijland	nijland	NL	8771	775	Europe/Amsterdam	53.05019	5.5759				02	1900		
2750061	Nijkerkerveen	nijkerkerveen	NL	3864	2905	Europe/Amsterdam	52.195	5.46667				03	0267		
2750065	Nijkerk	nijkerk	NL	3861	38335	Europe/Amsterdam	52.22	5.48611		Neykerk,nai kai er ke,naykyrk,neikeoleukeu,neikeruku,Նեյկերկ,نايكيرك,ネイケルク,奈凱爾克,네이커르크		03	0267		
2750067	Nijhuizum	nijhuizum	NL	8775	55	Europe/Amsterdam	52.98056	5.48453		Nijhuixum,Nijhuizum		02	1900		
2750075	Nijeveen	nijeveen	NL	7948	0	Europe/Amsterdam	52.73333	6.16806				01	0119		
2750076	Nijetrijne	nijetrijne	NL	8481	50	Europe/Amsterdam	52.84306	5.91034		Nijetrine		02	0098		
2750079	Nijensleek	nijensleek	NL	8383	425	Europe/Amsterdam	52.83333	6.15833				01	1701		
2750089	Nijemirdum	nijemirdum	NL	8566	545	Europe/Amsterdam	52.85638	5.56844		Nijemardum,Nijemirdum		02	1940		
2750090	Nijelamer	nijelamer	NL	8487	105	Europe/Amsterdam	52.88591	5.95545		Nijelemmer		02	0098		
2750091	Nijeholtwolde	nijeholtwolde	NL	8488	150	Europe/Amsterdam	52.89565	5.98618		Nijeholtwoude		02	0098		
2750092	Nijeholtpade	nijeholtpade	NL	8475	375	Europe/Amsterdam	52.91227	6.0781				02	0098		
2750094	Nijehaske	nijehaske	NL	8466	50	Europe/Amsterdam	52.96066	5.89283		Nieuwehaske,Nijehaske,Nijhaske		02	1940		
2750098	Nijega	nijega	NL	9217	465	Europe/Amsterdam	53.14029	6.02705		Nijega,Nyegea		02	0090		
2750099	Nijega	nijega	NL	9217	0	Europe/Amsterdam	52.93333	5.56667				02	1940		
2750100	Nijeberkoop	nijeberkoop	NL	8422	45	Europe/Amsterdam	52.95846	6.18856		Ni'jberkoop,Nijeberkeap,Nijeberkoop		02	0085		
2750102	Nijbroek	nijbroek	NL	7397	140	Europe/Amsterdam	52.29167	6.06111				03	0285		
2750103	Nij Beets	nij-beets	NL	9245	0	Europe/Amsterdam	53.07041	6.00128		Beets,Nieuw Beets,Nij Beets		02	0086		
2750104	Nij Altoenae	nij-altoenae	NL	9072	295	Europe/Amsterdam	53.29405	5.65332		Nij Altoenae		02	1949		
2750106	Nigtevecht	nigtevecht	NL	1393	0	Europe/Amsterdam	52.27417	5.02778		Nichtevecht		09	1904		
2750108	Niftrik	niftrik	NL	6606	295	Europe/Amsterdam	51.79583	5.67083				03	0296		
2750110	Niezijl	niezijl	NL	9841	410	Europe/Amsterdam	53.26667	6.34028				04	1969		
2750115	Nieuw-Weerdinge	nieuw-weerdinge	NL	7831	0	Europe/Amsterdam	52.855	6.98889				01	0114		
2750117	Nieuw-Vossemeer	nieuw-vossemeer	NL	4681	1975	Europe/Amsterdam	51.59	4.21806		Nieuw-Vosmeer		06	0851		
2750120	Nieuwvliet	nieuwvliet	NL	4504	275	Europe/Amsterdam	51.3725	3.47222		Sinte Pier		10	1714		
2750121	Nieuw-Vennep	nieuw-vennep	NL	2151	0	Europe/Amsterdam	52.26417	4.63056		Nieuw-Vennep,Venneperdorp		07	0394		
2750123	Nieuwveen	nieuwveen	NL	2441	1265	Europe/Amsterdam	52.19667	4.75694				11	0569		
2750126	Nieuwstadt	nieuwstadt	NL	6118	0	Europe/Amsterdam	51.03667	5.86111		Nieuwstad		05	1711		
2750134	Nieuw-Schoonebeek	nieuw-schoonebeek	NL	7766	780	Europe/Amsterdam	52.64833	6.98611		Nieuw-Schoonebekerveld		01	0114		
2750137	Nieuw-Scheemda	nieuw-scheemda	NL	9943	235	Europe/Amsterdam	53.20917	6.94444				04	1895		
2750140	Nieuw-Roden	nieuw-roden	NL	9311	1300	Europe/Amsterdam	53.13167	6.39722				01	1699		
2750146	Nieuwpoort	nieuwpoort	NL	2965	1390	Europe/Amsterdam	51.93583	4.86806				11	1978		
2750154	Nieuwolda	nieuwolda	NL	9944	1110	Europe/Amsterdam	53.24417	6.975				04	1895		
2750155	Nieuw-Namen	nieuw-namen	NL	4568	0	Europe/Amsterdam	51.2925	4.16111		Nieuw Naman		10	0677		
2750161	Nieuwleusen	nieuwleusen	NL	7711	0	Europe/Amsterdam	52.5825	6.28194		Ni'jlusen,Ni’jlusen		15	0148		
2750163	Nieuw-Lekkerland	nieuw-lekkerland	NL	2957	9535	Europe/Amsterdam	51.88915	4.68653		N'iv-Lekkerland,Niu-Lekerland,niulekeleullanteu,xin lai ke lan,Ньив-Леккерланд,Նիու-Լեկերլանդ,ニーウ・レッケルラント,新莱克兰,니우레케를란트		11	1978		
2750170	Nieuwlande	nieuwlande	NL	7918	0	Europe/Amsterdam	52.69583	6.61389				01	0118		
2750174	Nieuwland	nieuwland	NL	4243	0	Europe/Amsterdam	53.33067	6.15449				02	1970		
2750175	Nieuwland	nieuwland	NL	4243	0	Europe/Amsterdam	52.19911	5.37643				09	0307		
2750176	Nieuwland	nieuwland	NL	4243	0	Europe/Amsterdam	51.90167	5.01389				09	1961		
2750177	Nieuw- en Sint Joosland	nieuw-en-sint-joosland	NL	4339	1140	Europe/Amsterdam	51.48333	3.65694		Nieuw-en Sint Joosland		10	0687		
2750178	Nieuwland	nieuwland	NL	4243	0	Europe/Amsterdam	51.33917	3.63333				10	1714		
2750180	Nieuwkuijk	nieuwkuijk	NL	5253	2140	Europe/Amsterdam	51.69	5.18194		Nieuwkuik		06	0797		
2750187	Nieuwkoop	nieuwkoop	NL	2421	1410	Europe/Amsterdam	52.15083	4.77639				11	0569		
2750195	Nieuw-Heeten	nieuw-heeten	NL	8112	0	Europe/Amsterdam	52.32	6.35139		Nieuw Heeten		15	0177		
2750212	Nieuwe Wetering	nieuwe-wetering	NL	2376	0	Europe/Amsterdam	52.59	6.04583				15	1896		
2750213	Nieuwe Wetering	nieuwe-wetering	NL	2376	615	Europe/Amsterdam	52.2075	4.61806				11	1884		
2750214	Nieuwe-Wetering	nieuwe-wetering	NL	2376	200	Europe/Amsterdam	52.14	5.16528				09	0310		
2750233	Nieuwe-Tonge	nieuwe-tonge	NL	3244	0	Europe/Amsterdam	51.715	4.16528				11	1924		
2750246	Nieuweschoot	nieuweschoot	NL	8452	175	Europe/Amsterdam	52.93284	5.92993		Nieuweschoot,Nijeschoot,Nijskoat		02	0074		
2750250	Bad Nieuweschans	bad-nieuweschans	NL	9693	0	Europe/Amsterdam	53.18083	7.20833		Bad Nieuweschans,Langakker,Nieuweschans,Nijeskans,Nijeskâns		04	1895		
2750254	Nieuwer Ter Aa	nieuwer-ter-aa	NL	3626	0	Europe/Amsterdam	52.19083	4.98056		Nieuwertera,Ter Aa		09	1904		
2750255	Nieuwersluis	nieuwersluis	NL	3631	235	Europe/Amsterdam	52.19667	5.00694				09	1904		
2750257	Nieuweroord	nieuweroord	NL	7910	0	Europe/Amsterdam	52.72667	6.5625				01	0118		
2750263	Nieuwerkerk aan den IJssel	nieuwerkerk-aan-den-ijssel	NL	2911	0	Europe/Amsterdam	51.96833	4.60972		N'iverkerk-an-den-Ehjssel,Nieuwerkerk,Nieuwerkerk a/d IJssel,Nieuwerkerk a/d Yssel,Nieuwerkerk aan de IJssel,Nieuwerkerk aan de Yssel,Nieuwerkerk aan den Yssel,Ньиверкерк-ан-ден-Эйссел		11	1892		
2750264	Nieuwerkerk	nieuwerkerk	NL	4306	2275	Europe/Amsterdam	51.65083	4.00139				10	1676		
2750269	Nieuwerbrug aan den Rijn	nieuwerbrug-aan-den-rijn	NL	2415	0	Europe/Amsterdam	52.07833	4.81389		Nieuwerbrug		11	1901		
2750272	Nieuwe Pekela	nieuwe-pekela	NL	9663	3895	Europe/Amsterdam	53.07917	6.96528				04	0765		
2750278	Nieuwe-Niedorp	nieuwe-niedorp	NL	1733	2810	Europe/Amsterdam	52.74	4.89861		Nieuwe Niedorp		07	1911		
2750285	Nieuwendijk	nieuwendijk	NL	4255	0	Europe/Amsterdam	51.775	4.92083		Nieuwedijk		06	1959		
2750286	Nieuwendijk	nieuwendijk	NL	4255	0	Europe/Amsterdam	51.755	4.31806		Niodakhk,Ниодахк		11	1963		
2750310	Nieuwehorne	nieuwehorne	NL	8414	1450	Europe/Amsterdam	52.95113	6.06342		Nieuwehorne,Nijehorne,Nijhoarne		02	0074		
2750325	Nieuwegein	nieuwegein	NL	3431	61489	Europe/Amsterdam	52.02917	5.08056		Nieuwegein,Nieuwegen		09	0356		
2750335	Nieuwediep	nieuwediep	NL	9512	250	Europe/Amsterdam	53.0425	6.85833				01	1680		
2750343	Nieuwebrug	nieuwebrug	NL	8469	205	Europe/Amsterdam	52.99066	5.88412				02	0074		
2750344	Nieuwebrug	nieuwebrug	NL	8469	0	Europe/Amsterdam	52.48917	6.42361				15	0175		
2750355	Nieuwdorp	nieuwdorp	NL	4455	2445	Europe/Amsterdam	50.96216	5.77297				05	0971		
2750356	Nieuwdorp	nieuwdorp	NL	4455	0	Europe/Amsterdam	51.47048	3.73939		Nieuwedorp		10	0654		
2750357	Nieuw-Dordrecht	nieuw-dordrecht	NL	7885	1370	Europe/Amsterdam	52.74833	6.96806				01	0114		
2750362	Nieuw-Buinen	nieuw-buinen	NL	9521	4705	Europe/Amsterdam	52.9625	6.95				01	1681		
2750371	Nieuw-Beijerland	nieuw-beijerland	NL	3264	3510	Europe/Amsterdam	51.8125	4.34306		Nieuw-Beierland		11	1963		
2750372	Nieuw-Beerta	nieuw-beerta	NL	9687	120	Europe/Amsterdam	53.19	7.1625				04	1895		
2750373	Nieuw-Balinge	nieuw-balinge	NL	7938	765	Europe/Amsterdam	52.76667	6.60694				01	1731		
2750374	Nieuw-Annerveen	nieuw-annerveen	NL	9657	105	Europe/Amsterdam	53.06667	6.77639		Annerveen		01	1680		
2750375	Nieuw-Amsterdam	nieuw-amsterdam	NL	7833	0	Europe/Amsterdam	52.71167	6.85556				01	0114		
2750379	Nieuwaal	nieuwaal	NL	5313	515	Europe/Amsterdam	51.81	5.17778				03	0297		
2750380	Nietap	nietap	NL	9312	870	Europe/Amsterdam	53.15917	6.4				01	1699		
2750389	Niekerk	niekerk	NL	9822	40	Europe/Amsterdam	53.34333	6.32917				04	1966		
2750390	Niekerk	niekerk	NL	9822	1390	Europe/Amsterdam	53.225	6.35278				04	1969		
2750391	Niehove	niehove	NL	9884	150	Europe/Amsterdam	53.29083	6.36667				04	1969		
2750396	Niebert	niebert	NL	9365	520	Europe/Amsterdam	53.16083	6.32778		Nieberd		04	1969		
2750398	Nibbixwoud	nibbixwoud	NL	1688	0	Europe/Amsterdam	52.69167	5.05972		Nibbikswoud		07	0420		
2750399	Niawier	niawier	NL	9138	315	Europe/Amsterdam	53.36336	6.04729		Niawier,Nijewier,Nyawier		02	1970		
2750402	Netterden	netterden	NL	7077	395	Europe/Amsterdam	51.85583	6.31389				03	1509		
2750407	Netersel	netersel	NL	5534	765	Europe/Amsterdam	51.40333	5.20833				06	1728		
2750417	Nes	nes	NL	8494	1140	Europe/Amsterdam	53.44502	5.774		Nes		02	0060		
2750418	Nes	nes	NL	8494	300	Europe/Amsterdam	53.39618	6.04746		Nes		02	1970		
2750420	Nes	nes	NL	8494	1080	Europe/Amsterdam	53.05207	5.85223		Nes		02	0074		
2750421	Nes	nes	NL	8494	0	Europe/Amsterdam	52.79167	4.825				07	0441		
2750441	Neerloon	neerloon	NL	5356	205	Europe/Amsterdam	51.78833	5.67639				06	0828		
2750442	Neerkant	neerkant	NL	5758	1325	Europe/Amsterdam	51.36833	5.86667				06	0762		
2750443	Neeritter	neeritter	NL	6015	0	Europe/Amsterdam	51.165	5.80278				05	1640		
2750444	Neerijnen	neerijnen	NL	4181	130	Europe/Amsterdam	51.83167	5.28194		Neyreynen,nyraynn,Նեյրեյնեն,نيراينن		03	1960		
2750453	Andel	andel	NL	4281	2245	Europe/Amsterdam	51.78333	5.05833		Andel		06	1959		
2750460	Neede	neede	NL	7161	7730	Europe/Amsterdam	52.13417	6.61389		Nede		03	1859		
2750467	Nederweert	nederweert	NL	6031	7205	Europe/Amsterdam	51.28583	5.74861		Nedervert,Nederweert,Neyderveyrt,Ni-jwieert,Ni-jwieërt,Недерверт,Նեյդերվեյրտ		05	0946		
2750474	Nederland	nederland	NL	8362	10	Europe/Amsterdam	52.755	5.96528				15	1708		
2750476	Nederhorst den Berg	nederhorst-den-berg	NL	1394	0	Europe/Amsterdam	52.26333	5.04444				07	1696		
2750480	Nederhemert	nederhemert	NL	5317	1496	Europe/Amsterdam	51.76518	5.16817				03	0297		
2750490	Nederasselt	nederasselt	NL	6612	645	Europe/Amsterdam	51.77167	5.74444				03	0252		
2750510	Nagele	nagele	NL	8308	0	Europe/Amsterdam	52.64417	5.725				16	0171		
2750521	Naarden	naarden	NL	1411	17115	Europe/Amsterdam	52.29583	5.1625		Naarden		07	1942		
2750523	Naaldwijk	naaldwijk	NL	2671	17753	Europe/Amsterdam	51.99417	4.20972		Naldvejk,Налдвейк		11	1783		
2750527	Musselkanaal	musselkanaal	NL	9581	0	Europe/Amsterdam	52.9325	7.01528				04	0037		
2750531	Mussel	mussel	NL	9584	985	Europe/Amsterdam	52.955	7.03889				04	0037		
2750535	Muntendam	muntendam	NL	9649	0	Europe/Amsterdam	53.13417	6.86944				04	1952		
2750539	Munstergeleen	munstergeleen	NL	6151	4580	Europe/Amsterdam	50.975	5.86389		Munstergelaen		05	1883		
2750553	Munnekezijl	munnekezijl	NL	9853	405	Europe/Amsterdam	53.30385	6.272		Munnekezijl,Munnikenzijl		02	1970		
2750555	Munnekeburen	munnekeburen	NL	8485	370	Europe/Amsterdam	52.849	5.88516		Monnikeburen,Monnikenburen,Munnekeburen,Munnikeburen		02	0098		
2750567	Muiderberg	muiderberg	NL	1399	1605	Europe/Amsterdam	52.32583	5.12083				07	1942		
2750569	Muiden	muiden	NL	1398	6223	Europe/Amsterdam	52.33	5.06944				07	1942		
2750600	De Mortel	de-mortel	NL	5425	905	Europe/Amsterdam	51.54	5.70833		Mortel		06	1652		
2750603	Morra	morra	NL	9135	160	Europe/Amsterdam	53.37319	6.089		Moarre,Morra		02	1970		
2750609	Moorveld	moorveld	NL	6237	495	Europe/Amsterdam	50.91981	5.76353		Mworveld,Mwórveld		05	0938		
2750613	Moordrecht	moordrecht	NL	2841	0	Europe/Amsterdam	51.98667	4.66806				11	1892		
2750617	Mookhoek	mookhoek	NL	3293	445	Europe/Amsterdam	51.7525	4.59444				11	1963		
2750621	Mook	mook	NL	6585	2715	Europe/Amsterdam	51.7525	5.88194				05	0944		
2750624	Montfort	montfort	NL	6065	2815	Europe/Amsterdam	51.12583	5.94861		Mofert,meng fu te,ᎼᏋᏗ,蒙福特		05	1669		
2750626	Montfoort	montfoort	NL	3417	5500	Europe/Amsterdam	52.04583	4.95278				09	0335		
2750630	Monster	monster	NL	2681	11580	Europe/Amsterdam	52.02583	4.175		Monster,Монстер		11	1783		
2750641	Monnickendam	monnickendam	NL	1141	2015	Europe/Amsterdam	52.45833	5.0375		Monnikendam,Monnikkendam,meng ni ken dan,Монниккендам,蒙尼肯丹		07	0852		
2750647	Molkwerum	molkwerum	NL	8722	255	Europe/Amsterdam	52.90049	5.39984		Molkwar,Molkwerum		02	1900		
2750666	Molenschot	molenschot	NL	5124	700	Europe/Amsterdam	51.5725	4.88194				06	0784		
2750690	Molenhoek	molenhoek	NL	6584	0	Europe/Amsterdam	52.96667	6.05				02	0074		
2750691	Molenhoek	molenhoek	NL	6584	0	Europe/Amsterdam	51.865	5.61667				03	0225		
2750692	Molenhoek	molenhoek	NL	6584	0	Europe/Amsterdam	51.76583	5.87222				05	0944		
2750693	Molenhoek	molenhoek	NL	6584	0	Europe/Amsterdam	51.77083	5.75972				03	0252		
2750694	Molenhoek	molenhoek	NL	6584	3745	Europe/Amsterdam	51.71113	5.36809		Molenhoek		06	0796		
2750695	Molenhoek	molenhoek	NL	6584	0	Europe/Amsterdam	51.50167	6.04167				05	0984		
2750696	Molenhoek	molenhoek	NL	6584	0	Europe/Amsterdam	51.31917	4.05139				10	0677		
2750706	Mûnein	munein	NL	9063	570	Europe/Amsterdam	53.25269	5.92026		Moleneind,Molenend,Munein,Mûnein		02	0737		
2750736	Molenaarsgraaf	molenaarsgraaf	NL	2973	0	Europe/Amsterdam	51.875	4.825				11	1978		
2750754	Moerstraten	moerstraten	NL	4726	390	Europe/Amsterdam	51.54	4.34167				06	1674		
2750764	Moerkapelle	moerkapelle	NL	2751	0	Europe/Amsterdam	52.04417	4.575				11	1892		
2750766	Moergestel	moergestel	NL	5066	0	Europe/Amsterdam	51.54417	5.17778				06	0824		
2750769	Moerdijk	moerdijk	NL	4781	1030	Europe/Amsterdam	51.70167	4.62639		Moerdijk		06	1709		
2750779	Moddergat	moddergat	NL	9142	215	Europe/Amsterdam	53.40232	6.08265		Moddergat		02	1970		
2750790	Minnertsga	minnertsga	NL	9047	1625	Europe/Amsterdam	53.25104	5.59513		Minnertsga,Minnertsgea		02	1949		
2750795	Milsbeek	milsbeek	NL	6596	2055	Europe/Amsterdam	51.725	5.94861		Milsbeek bij Gennep		05	0907		
2750797	Millingen aan de Rijn	millingen-aan-de-rijn	NL	6566	0	Europe/Amsterdam	51.86333	6.04583		Millingen		03	1945		
2750802	Mill	mill	NL	5451	0	Europe/Amsterdam	51.68833	5.77917		Mil,Mill,Millen,Myl,Mylle		06	0815		
2750803	Milheeze	milheeze	NL	5763	1400	Europe/Amsterdam	51.50167	5.77917				06	1652		
2750805	Mildam	mildam	NL	8454	685	Europe/Amsterdam	52.93555	6.00154		Mildaam		02	0074		
2750810	Mijnsheerenland	mijnsheerenland	NL	3271	1775	Europe/Amsterdam	51.79667	4.4875				11	1963		
2750815	Mijdrecht	mijdrecht	NL	3641	15230	Europe/Amsterdam	52.20667	4.8625		Mijdrecht,Mudrecht,Müdrecht		09	0736		
2750821	Mierlo	mierlo	NL	5674	9405	Europe/Amsterdam	51.44	5.61944		Mierloo		06	1771		
2750824	Miedum	miedum	NL	9082	0	Europe/Amsterdam	53.23553	5.83855		Miedum		02	0080		
2750825	Miedum	miedum	NL	9082	0	Europe/Amsterdam	53.1716	5.5432				02	1949		
2750829	Midwoud	midwoud	NL	1679	2280	Europe/Amsterdam	52.71667	5.075				07	0420		
2750830	Midwolde	midwolde	NL	9355	0	Europe/Amsterdam	53.18	6.38889				04	1969		
2750832	Midwolda	midwolda	NL	9681	1885	Europe/Amsterdam	53.195	7.01389				04	1895		
2750835	Midsland	midsland	NL	8891	915	Europe/Amsterdam	53.38215	5.28528		Midslan,Midslân		02	0093		
2750837	Midlum	midlum	NL	8871	535	Europe/Amsterdam	53.18184	5.44845				02	0072		
2750838	Midlaren	midlaren	NL	9475	185	Europe/Amsterdam	53.11	6.67778				01	1730		
2750850	Middenmeer	middenmeer	NL	1775	3155	Europe/Amsterdam	52.80667	4.99861				07	1911		
2750861	Middenbeemster	middenbeemster	NL	1462	4070	Europe/Amsterdam	52.54917	4.9125				07	0370		
2750868	Middelstum	middelstum	NL	9991	2105	Europe/Amsterdam	53.34667	6.64167				04	1979		
2750881	Middelie	middelie	NL	1472	685	Europe/Amsterdam	52.53233	5.01835				07	0385		
2750884	Middelharnis	middelharnis	NL	3241	17554	Europe/Amsterdam	51.7575	4.16528		Menheerse,Middelharnis,Middelkharnis,Midelharnis,mi de er ha ni si,Мидделхарнис,Միդելհարնիս,米德尔哈尼斯		11	1924		
2750895	Middelburg	middelburg	NL	4331	260	Europe/Amsterdam	52.05667	4.68194				11	1901		
2751285	Maassluis	maassluis	NL	3141	32780	Europe/Amsterdam	51.92333	4.25		Maassluis		11	0556		
2751288	Maasland	maasland	NL	3155	4545	Europe/Amsterdam	51.93417	4.27222				11	1842		
2750896	Middelburg	middelburg	NL	4331	46485	Europe/Amsterdam	51.5	3.61389		Medioburgum,Middelbourg,Middelburch,Middelburg,Midehlburg,Midelb'org,Midelburg,Midelburgas,Midelburgo,Mintelmpourch,mdlbwrkh,mi de er bao,midelbwileuheu,mideruburufu,mydylbwrkh,Μίντελμπουρχ,Мидделбург,Миделбург,Миделбьорг,Мідделбург,Мідэлбург,مدلبورخ,ميديلبورخ,میدل‌بورخ,ミデルブルフ,米德尔堡,미델뷔르흐	10	10	0687		
2750905	Middelaar	middelaar	NL	6587	0	Europe/Amsterdam	51.725	5.91528				05	0944		
2750913	Mheer	mheer	NL	6261	935	Europe/Amsterdam	50.78	5.79167		Maer,Meehr,Meer		05	1903		
2750919	Metslawier	metslawier	NL	9123	885	Europe/Amsterdam	53.35987	6.06703		Metslawier,Mitselwier		02	1970		
2750920	Meterik	meterik	NL	5964	705	Europe/Amsterdam	51.455	6.025				05	1507		
2750921	Meteren	meteren	NL	4194	3855	Europe/Amsterdam	51.865	5.28333				03	1960		
2750933	Merselo	merselo	NL	5815	1120	Europe/Amsterdam	51.53	5.92778		Meerselo		05	0984		
2750938	Merkelbeek	merkelbeek	NL	6447	1720	Europe/Amsterdam	50.95389	5.94069				05	1954		
2750944	Meppen	meppen	NL	7855	305	Europe/Amsterdam	52.7825	6.69583				01	0109		
2750947	Meppel	meppel	NL	7941	30697	Europe/Amsterdam	52.69583	6.19444		Meppel,Меппел		01	0119		
2750951	Mensingeweer	mensingeweer	NL	9961	135	Europe/Amsterdam	53.35167	6.46528				04	1966		
2750965	Menaam	menaam	NL	9036	2682	Europe/Amsterdam	53.21797	5.66124		Menaam,Menaldum		02	1949		
2750972	Melissant	melissant	NL	3248	0	Europe/Amsterdam	51.77	4.07083		Melissand		11	1924		
2750974	Meliskerke	meliskerke	NL	4365	1225	Europe/Amsterdam	51.51417	3.50972				10	0717		
2750978	Melick	melick	NL	6074	3650	Europe/Amsterdam	51.15917	6.01667		Melik		05	1669		
2750979	Melderslo	melderslo	NL	5962	1175	Europe/Amsterdam	51.46167	6.08611				05	1507		
2750995	Meijel	meijel	NL	5768	5180	Europe/Amsterdam	51.34417	5.88472		Mael,Meiel		05	1894		
2751002	Megen	megen	NL	5366	1520	Europe/Amsterdam	51.82167	5.5625				06	0828		
2751004	Megchelen	megchelen	NL	7078	615	Europe/Amsterdam	51.83833	6.39306		Mechelen		03	1509		
2751021	Meeuwen	meeuwen	NL	4268	635	Europe/Amsterdam	51.72917	5.01111				06	1959		
2751037	Meerssen	meerssen	NL	6231	5650	Europe/Amsterdam	50.8875	5.75		Meersen,Meersje,Meerssen		05	0938		
2751042	Meerlo	meerlo	NL	5864	1605	Europe/Amsterdam	51.51333	6.08472		Meerloo		05	1507		
2751048	Meerkerk	meerkerk	NL	4231	0	Europe/Amsterdam	51.92	4.99444				09	1961		
2751065	Meedhuizen	meedhuizen	NL	9937	385	Europe/Amsterdam	53.285	6.91111				04	1979		
2751068	Meeden	meeden	NL	9651	1440	Europe/Amsterdam	53.14	6.92639				04	1952		
2751073	Medemblik	medemblik	NL	1671	41500	Europe/Amsterdam	52.77167	5.10556		Medemblik		07	0420		
2751077	Mechelen	mechelen	NL	6281	1375	Europe/Amsterdam	50.79583	5.92639		Mechele		05	1729		
2751085	Maurik	maurik	NL	4021	3270	Europe/Amsterdam	51.96083	5.42222				03	0214		
2751091	Matsloot	matsloot	NL	9749	0	Europe/Amsterdam	53.20475	6.48786		Westpoort		04	0014		
2751106	Mastenbroek	mastenbroek	NL	8291	0	Europe/Amsterdam	52.575	6.02361				15	1896		
2751108	Marwijksoord	marwijksoord	NL	9448	0	Europe/Amsterdam	52.96083	6.65972				01	1680		
2751111	Marum	marum	NL	9363	5170	Europe/Amsterdam	53.14417	6.2625		Marum		04	1969		
2751120	Marsum	marsum	NL	9034	0	Europe/Amsterdam	53.33917	6.875				04	1979		
2751122	Marsum	marsum	NL	9034	1185	Europe/Amsterdam	53.2105	5.72637		Marssum,Marsum		02	1949		
2751129	Marrum	marrum	NL	9073	1230	Europe/Amsterdam	53.32277	5.80198				02	1970		
2751138	Marle	marle	NL	8198	550	Europe/Amsterdam	52.42417	6.48056				15	0163		
2751139	Marle	marle	NL	8198	75	Europe/Amsterdam	52.41333	6.12639				15	1773		
2751147	Marknesse	marknesse	NL	8316	0	Europe/Amsterdam	52.70833	5.87083				16	0171		
2751155	Markenbinnen	markenbinnen	NL	1536	305	Europe/Amsterdam	52.53	4.78194		Marken		07	0361		
2751161	Markelo	markelo	NL	7475	3785	Europe/Amsterdam	52.235	6.49861		Markeloo		15	1735		
2751167	Marijenkampen	marijenkampen	NL	8339	0	Europe/Amsterdam	52.81417	6.05694				15	1708		
2751171	Mariënvelde	marienvelde	NL	7263	0	Europe/Amsterdam	52.0125	6.47083				03	1586		
2751172	Mariënheem	marienheem	NL	8106	0	Europe/Amsterdam	52.38333	6.32222				15	0177		
2751177	Mariënberg	marienberg	NL	7692	0	Europe/Amsterdam	52.51167	6.57639				15	0160		
2751187	Mariaparochie	mariaparochie	NL	7614	255	Europe/Amsterdam	52.38167	6.70694				15	0183		
2751189	Mariahout	mariahout	NL	5738	1130	Europe/Amsterdam	51.54083	5.57222				06	1659		
2751199	Margraten	margraten	NL	6269	3320	Europe/Amsterdam	50.82083	5.82083		Mergraote		05	1903		
2751203	Maren-Kessel	maren-kessel	NL	5398	645	Europe/Amsterdam	51.79583	5.39306				06	0828		
2751209	Mantinge	mantinge	NL	9436	185	Europe/Amsterdam	52.80417	6.61528				01	1731		
2751212	Mantgum	mantgum	NL	9022	1105	Europe/Amsterdam	53.12865	5.71924				02	0080		
2751221	Manderveen	manderveen	NL	7664	0	Europe/Amsterdam	52.44417	6.78056				15	0183		
2751222	Mander	mander	NL	7663	0	Europe/Amsterdam	52.44333	6.825		Mande		15	0183		
2751242	Malden	malden	NL	6581	0	Europe/Amsterdam	51.78083	5.85417				03	0252		
2751254	Makkum	makkum	NL	8754	3285	Europe/Amsterdam	53.05458	5.40231				02	1900		
2751255	Makkum	makkum	NL	8754	0	Europe/Amsterdam	52.84833	6.53611				01	1731		
2751257	Makkinga	makkinga	NL	8423	630	Europe/Amsterdam	52.9809	6.2174		Makkinga,Makkinge,Makkingea		02	0085		
2751272	Made	made	NL	4921	11795	Europe/Amsterdam	51.67667	4.79306		Die Meede,میڈ، نیدرلینڈز		06	1719		
2751274	Macharen	macharen	NL	5367	625	Europe/Amsterdam	51.80583	5.54444				06	0828		
2751283	Maastricht	maastricht	NL	6211	122378	Europe/Amsterdam	50.84833	5.68889		MST,Maastricht,Maastrikht,Maastrykht,Maestricht,Mastrichtas,Mastrihta,Mastrikht,Mastrique,Mastrixt,Mestreech,Māstrihta,Traiectum Mosae,ma si te li he te,mas thrichth,maseuteuliheuteu,mastrikhta,mastrikt,mastrkht,mastrsht,mastrykht,masutorihito,Μάαστριχτ,Маастрихт,Маастрыхт,Мастрихт,Մաստրիխտ,מאסטריכט,ماسترخت,ماسترشت,ماستریخت,मास्ट्रिख्ट,மாஸ்ட்ரிக்ட்,มาสทริชท์,მაასტრიხტი,マーストリヒト,马斯特里赫特,마스트리흐트	05	05	0935		
2751291	Maashees	maashees	NL	5823	0	Europe/Amsterdam	51.57083	6.03194		Maashees,Maeshees,Maeshese,Masses,Muszes,Muszès		06	0756		
2751296	Maasdijk	maasdijk	NL	2676	5000	Europe/Amsterdam	51.95917	4.21389				11	1783		
2751297	Maasdijk	maasdijk	NL	2676	0	Europe/Amsterdam	51.79	4.47222				11	1963		
2751299	Maasdam	maasdam	NL	3299	585	Europe/Amsterdam	51.78917	4.55556				11	1963		
2751301	Maasbree	maasbree	NL	5993	5045	Europe/Amsterdam	51.3575	6.04861		Bree,masbryy,ماسبریی		05	1894		
2751303	Maasbracht	maasbracht	NL	6051	5680	Europe/Amsterdam	51.13929	5.88627		Brach,Maasbracht		05	1641		
2751304	Maasbommel	maasbommel	NL	6627	0	Europe/Amsterdam	51.82167	5.53611				03	0668		
2751310	Maartensdijk	maartensdijk	NL	3738	4925	Europe/Amsterdam	52.155	5.175		Maartensdyk		09	0310		
2751316	Maarssen	maarssen	NL	3601	39675	Europe/Amsterdam	52.13917	5.04167		Maarsen,marsyn,مارسین		09	1904		
2751318	Maarsbergen	maarsbergen	NL	3953	815	Europe/Amsterdam	52.05833	5.40556				09	1581		
2751320	Maarn	maarn	NL	3951	4618	Europe/Amsterdam	52.06417	5.37083		marn,مارن		09	1581		
2751325	Maarheeze	maarheeze	NL	6026	4715	Europe/Amsterdam	51.31167	5.61667		Haarheeze,Maarheze,Mares,Mâres,مارہییزی		06	1706		
2751346	Luyksgestel	luyksgestel	NL	5575	2465	Europe/Amsterdam	51.28917	5.32361		Luijksgestel,Luiksgestel		06	1724		
2751347	Luxwoude	luxwoude	NL	8405	285	Europe/Amsterdam	52.99637	5.98253		Lukswald,Lukswalde,Lukswolde,Lukswoude,Luxwolde,Luxwoude,Lúkswâld,Lúkswâlde		02	0086		
2751357	Luttenberg	luttenberg	NL	8105	0	Europe/Amsterdam	52.40583	6.36806				15	0177		
2751359	Lutten	lutten	NL	7775	0	Europe/Amsterdam	52.61083	6.57361		Lutten aan de Dedemsvaart		15	0160		
2751361	Luttelgeest	luttelgeest	NL	8315	0	Europe/Amsterdam	52.74333	5.85278				16	0171		
2751369	Lutjewinkel	lutjewinkel	NL	1732	490	Europe/Amsterdam	52.76667	4.88472				07	1911		
2751376	Lutjegast	lutjegast	NL	9866	735	Europe/Amsterdam	53.23417	6.25833				04	1969		
2751379	Lutjebroek	lutjebroek	NL	1614	2120	Europe/Amsterdam	52.6975	5.20417				07	0532		
2751385	Lunteren	lunteren	NL	6741	12510	Europe/Amsterdam	52.085	5.62222				03	0228		
2751395	Luinjeberd	luinjeberd	NL	8459	425	Europe/Amsterdam	52.99048	5.9212		Luniabird,Luunjeberd,Luunjebert		02	0074		
2751398	Luddeweer	luddeweer	NL	9624	0	Europe/Amsterdam	53.25333	6.74028				04	1952		
2751404	Lucaswolde	lucaswolde	NL	9825	200	Europe/Amsterdam	53.18417	6.3				04	1969		
2751422	Lottum	lottum	NL	5973	1170	Europe/Amsterdam	51.46167	6.16111				05	1507		
2751424	Losser	losser	NL	7581	22431	Europe/Amsterdam	52.26083	7.00417		Losser,Лоссер		15	0168		
2751426	Losdorp	losdorp	NL	9907	150	Europe/Amsterdam	53.37583	6.83611				04	1979		
2751429	Loppersum	loppersum	NL	9919	2365	Europe/Amsterdam	53.33167	6.74722		Loppersum		04	1979		
2751433	Lopikerkapel	lopikerkapel	NL	3412	530	Europe/Amsterdam	51.99167	5.04583				09	0331		
2751436	Lopik	lopik	NL	3411	14013	Europe/Amsterdam	51.9725	4.94861				09	0331		
2751437	Loozen	loozen	NL	7778	0	Europe/Amsterdam	52.59417	6.66528				15	0160		
2751449	Loosbroek	loosbroek	NL	5471	1295	Europe/Amsterdam	51.67833	5.50694				06	1721		
2751456	Loon op Zand	loon-op-zand	NL	5175	23000	Europe/Amsterdam	51.6275	5.075		Loon op Zand,Venloen op Zand		06	0809		
2751459	Loon	loon	NL	9409	265	Europe/Amsterdam	53.01333	6.6125				01	0106		
2751460	Loon	loon	NL	9409	0	Europe/Amsterdam	51.43333	5.81667				06	0762		
2751461	Loon	loon	NL	9409	0	Europe/Amsterdam	51.37917	5.44028				06	0866		
2751491	Longerhouw	longerhouw	NL	8745	50	Europe/Amsterdam	53.06928	5.4784		Longerhou		02	1900		
2751493	Lomm	lomm	NL	5943	0	Europe/Amsterdam	51.44833	6.17222		Lom		05	0983		
2751499	Lollum	lollum	NL	8823	260	Europe/Amsterdam	53.1259	5.53201		Lollum,Ruigelollum		02	1900		
2751514	Loerbeek	loerbeek	NL	7036	325	Europe/Amsterdam	51.92167	6.19583				03	1955		
2751515	Loënga	loenga	NL	8631	85	Europe/Amsterdam	53.04983	5.6789				02	1900		
2751517	Loenersloot	loenersloot	NL	3634	0	Europe/Amsterdam	52.22917	5.00139				09	1904		
2751523	Loenen aan de Vecht	loenen	NL	7371	0	Europe/Amsterdam	52.21	5.02222		Gemeente Loenen,Loenen,Loenen aan de Vecht		09	1904		
2751524	Loenen	loenen	NL	7371	2135	Europe/Amsterdam	52.1175	6.01944				03	0200		
2751525	Loenen	loenen	NL	7371	0	Europe/Amsterdam	51.8875	5.775		Loenen en Wolferen,Wolferen		03	1734		
2751537	Lochem	lochem	NL	7241	12360	Europe/Amsterdam	52.15917	6.41111				03	0262		
2751538	Lobith	lobith	NL	6914	3045	Europe/Amsterdam	51.8625	6.11806		Lebith,Lobit		03	0299		
2751541	Lithoijen	lithoijen	NL	5396	745	Europe/Amsterdam	51.8025	5.46389		Lithooien,Lithoyen,Litooien		06	0828		
2751543	Lith	lith	NL	5397	2895	Europe/Amsterdam	51.80583	5.43889		Lit,Lith		06	0828		
2751544	Lisserbroek	lisserbroek	NL	2165	3360	Europe/Amsterdam	52.25667	4.57222				07	0394		
2751547	Lisse	lisse	NL	2161	22321	Europe/Amsterdam	52.26	4.55694		Lisse,Лиссе		11	0553		
2751551	Lippenhuizen	lippenhuizen	NL	8408	935	Europe/Amsterdam	53.01835	6.09346		Lippenhuizen,Lippenhuzen		02	0086		
2751553	Leons	leons	NL	8833	0	Europe/Amsterdam	53.1513	5.67804				02	0080		
2751554	Lioessens	lioessens	NL	9134	280	Europe/Amsterdam	53.38056	6.08763		Lioesens,Lioessens,Ljussens		02	1970		
2751561	Linschoten	linschoten	NL	3461	3435	Europe/Amsterdam	52.0625	4.91528				09	0335		
2751566	Linne	linne	NL	6067	3645	Europe/Amsterdam	51.155	5.93889				05	1641		
2751586	Linde	linde	NL	7925	110	Europe/Amsterdam	52.63917	6.44861				01	1690		
2751587	Linde	linde	NL	7925	0	Europe/Amsterdam	52.45167	6.50556				15	1700		
2751588	Linde	linde	NL	7925	0	Europe/Amsterdam	52.27833	6.23472				15	0150		
2751589	Linde	linde	NL	7925	0	Europe/Amsterdam	52.08083	6.35278				03	1876		
2751592	Limmen	limmen	NL	1906	7300	Europe/Amsterdam	52.56917	4.69444				07	0383		
2751599	Limbricht	limbricht	NL	6141	2575	Europe/Amsterdam	51.01167	5.8375		Limbricht,Limbrikht,Лимбрихт		05	1883		
2751605	Lijnden	lijnden	NL	1175	705	Europe/Amsterdam	52.3525	4.75694				07	0394		
2751606	Lijnden	lijnden	NL	1175	0	Europe/Amsterdam	51.91833	5.81389				03	1734		
2751613	Lieveren	lieveren	NL	9304	125	Europe/Amsterdam	53.11583	6.45278				01	1699		
2751619	Lievelde	lievelde	NL	7137	0	Europe/Amsterdam	52.00917	6.59444				03	1586		
2751623	Liessel	liessel	NL	5757	2395	Europe/Amsterdam	51.41333	5.82083		Liesel,Liezel		06	0762		
2751627	Lieshout	lieshout	NL	5737	3530	Europe/Amsterdam	51.52036	5.59479		lyshawt,لیسهاوت		06	1659		
2751631	Lies	lies	NL	8895	125	Europe/Amsterdam	53.39285	5.32459				02	0093		
2751632	Lies	lies	NL	8895	0	Europe/Amsterdam	51.57	4.71111		Liesbosch		06	0758		
2751634	Lierop	lierop	NL	5715	1460	Europe/Amsterdam	51.41917	5.67917				06	0847		
2751636	Lieren	lieren	NL	7364	570	Europe/Amsterdam	52.1625	5.98889				03	0200		
2751637	Lierderholthuis	lierderholthuis	NL	8144	176	Europe/Amsterdam	52.43667	6.19167				15	0177		
2751641	Lienden	lienden	NL	4033	3470	Europe/Amsterdam	51.94833	5.51806				03	0214		
2751642	Lienden	lienden	NL	4033	0	Europe/Amsterdam	51.81333	5.66389				03	0296		
2751645	Liempde	liempde	NL	5298	4170	Europe/Amsterdam	51.56917	5.37222				06	0757		
2751651	Lichtenvoorde	lichtenvoorde	NL	7131	19590	Europe/Amsterdam	51.98667	6.56667				03	1586		
2751657	Lichtaard	lichtaard	NL	9176	90	Europe/Amsterdam	53.32636	5.9127				02	1970		
2751665	Lexmond	lexmond	NL	4128	0	Europe/Amsterdam	51.9625	5.03472		Leksmond		09	1961		
2751668	Lewedorp	lewedorp	NL	4456	0	Europe/Amsterdam	51.49583	3.74861				10	0654		
2751669	Leveroy	leveroy	NL	6091	770	Europe/Amsterdam	51.24917	5.84722		Leverooi,Leveroy		05	0946		
2751678	Leuvenheim	leuvenheim	NL	6974	0	Europe/Amsterdam	52.07417	6.14028				03	0213		
2751681	Leutingewolde	leutingewolde	NL	9313	130	Europe/Amsterdam	53.15833	6.43194				01	1699		
2751682	Leuth	leuth	NL	6578	1595	Europe/Amsterdam	51.83917	5.99167		Leut		03	1945		
2751687	Leusden	leusden	NL	3831	29215	Europe/Amsterdam	52.1325	5.43194		Hamersveld,Leusden,Leusden-Centrum,Леусден		09	0327		
2751692	Leur	leur	NL	6615	30	Europe/Amsterdam	51.81833	5.69306				03	0296		
2751693	Leur	leur	NL	6615	0	Europe/Amsterdam	51.58333	4.66667				06	0777		
2751695	Leunen	leunen	NL	5809	2270	Europe/Amsterdam	51.51	5.97917				05	0984		
2751702	Lettele	lettele	NL	7434	0	Europe/Amsterdam	52.2775	6.27361				15	0150		
2751705	Lettelbert	lettelbert	NL	9827	0	Europe/Amsterdam	53.19083	6.41111				04	1969		
2751709	Lepelstraat	lepelstraat	NL	4664	1425	Europe/Amsterdam	51.54833	4.27639				06	0748		
2751714	Lent	lent	NL	6515	9160	Europe/Amsterdam	51.86167	5.86667		Tent		03	0268		
2751717	Lengel	lengel	NL	7044	0	Europe/Amsterdam	51.8825	6.26806				03	1955		
2751729	Lemmer	lemmer	NL	8531	10050	Europe/Amsterdam	52.84618	5.70912		De Lemmer,Lemmer		02	1940		
2751730	Lemiers	lemiers	NL	6295	720	Europe/Amsterdam	50.78583	5.99306		Lemier		05	0981		
2751732	Lemelerveld	lemelerveld	NL	8151	0	Europe/Amsterdam	52.44583	6.34167				15	0148		
2751734	Lemele	lemele	NL	8148	0	Europe/Amsterdam	52.4525	6.41528				15	0175		
2751738	Lelystad	lelystad	NL	8211	70741	Europe/Amsterdam	52.50833	5.475		LEY,Lelistad,Lelystad,lai li si ta de,Лелистад,لیلی‌استاد,莱利斯塔德	16	16	0995		
2751739	Lellens	lellens	NL	9794	50	Europe/Amsterdam	53.30083	6.70972				04	0014		
2751741	Lekkum	lekkum	NL	9081	400	Europe/Amsterdam	53.22433	5.82001		Lekkum		02	0080		
2751744	Lekkerkerk	lekkerkerk	NL	2941	0	Europe/Amsterdam	51.89833	4.68194				11	1931		
2751748	Leimuiderbrug	leimuiderbrug	NL	2155	45	Europe/Amsterdam	52.23083	4.66806				07	0394		
2751750	Leimuiden	leimuiden	NL	2451	1035	Europe/Amsterdam	52.22417	4.66944		Leymuiden		11	1884		
2751769	Leidschendam	leidschendam	NL	2261	0	Europe/Amsterdam	52.08167	4.39281		Lejdsendam,Лейдсендам		11	1916		
2751771	Leiderdorp	leiderdorp	NL	2351	25966	Europe/Amsterdam	52.15833	4.52917		Lejderdorp,Lejderdorpe,Leyderdorp,lai de duo pu,laydrdwrb,Лейдердорп,Лейдердорпе,Լեյդերդորպ,لايدردورب,莱德多普		11	0547		
2751773	Leiden	leiden	NL	2311	119713	Europe/Amsterdam	52.15833	4.49306		Lajden,Leida,Leiden,Leidenas,Leidene,Leie,Leien,Leinten,Lejda,Lejdehn,Lejden,Lejdeni,Leyde,Leyden,Lugdunum,Lugdunum Batavorum,Lèida,la'idena,lai dun,laitan,laydn,laydyn,leideni,leideon,li dein,lydn,lyydn,raiden,Λέιντεν,Лайден,Лајден,Лейден,Лейдэн,Լեյդեն,ליידן,لائڈن,لايدن,لايدين,لیدن,লাইডেন,லைடன்,ไลเดิน,ლეიდენი,ライデン,莱顿,레이던		11	0546		
2751782	Legemeer	legemeer	NL	8527	40	Europe/Amsterdam	52.94067	5.72868		Legemar,Legemeer		02	1940		
2751792	Leeuwarden	leeuwarden	NL	8911	91424	Europe/Amsterdam	53.20139	5.80859		L'ovet,LWR,Leeuwarden,Leewarden,Leuvardehn,Leuvarden,Leuvardena,Leuvardenas,Leyvarden,Lieuwarden,Liewarde,Liwwadden,Ljouwert,leiualeudeon,lew ar dein,liyuvardena,lu fa deng,lywwardn,rewaruden,Леуварден,Леўвардэн,Льовет,ليوواردن,لیوواردن,लीयुवार्डेन,เลวาร์เดิน,レーワルデン,吕伐登,레이우아르던	02	02	0080		
2751801	Leersum	leersum	NL	3956	6385	Europe/Amsterdam	52.01167	5.42778		lai er se mu,萊爾瑟姆		09	1581		
2751803	Leermens	leermens	NL	9912	190	Europe/Amsterdam	53.345	6.79861				04	1979		
2751808	Leerdam	leerdam	NL	4141	20758	Europe/Amsterdam	51.89333	5.09167		Leerdam,Lerdam,Leyrdam,lai er dan,lyrdam,Лердам,Լեյրդամ,ليردام,莱尔丹		09	1961		
2751810	Leerbroek	leerbroek	NL	4245	0	Europe/Amsterdam	51.90833	5.05139				09	1961		
2751813	Leens	leens	NL	9965	1675	Europe/Amsterdam	53.36	6.37917		Lens,Liens,Lèns		04	1966		
2751821	Leende	leende	NL	5595	3490	Europe/Amsterdam	51.35083	5.55417				06	1658		
2751834	Leek	leek	NL	9351	19651	Europe/Amsterdam	53.1625	6.37639		De Leek,De Like,Leek,Lek,Leyk,lei ke,lyk,Лек,Լեյկ,ليك,雷克		04	1969		
2751842	Ledeacker	ledeacker	NL	5846	385	Europe/Amsterdam	51.63667	5.87083		Ledeakker		06	1702		
2751846	Lauwerzijl	lauwerzijl	NL	9885	145	Europe/Amsterdam	53.31083	6.29583				04	1969		
2751849	Lauwersoog	lauwersoog	NL	9976	130	Europe/Amsterdam	53.40468	6.21418				04	1966		
2751867	Lathum	lathum	NL	6988	530	Europe/Amsterdam	51.98667	6.01944		Latum		03	0299		
2751874	Laren	laren	NL	1251	11508	Europe/Amsterdam	52.25667	5.22778		Laren,la lun,laryn,raren,Ларен,Լարեն,لارين,لارین,ラーレン,拉倫		07	0417		
2751875	Laren	laren	NL	1251	1730	Europe/Amsterdam	52.19417	6.36528				03	0262		
2751888	Langweer	langweer	NL	8525	1095	Europe/Amsterdam	52.95836	5.72173		Langwar,Langweer		02	1940		
2751894	Langezwaag	langezwaag	NL	8404	615	Europe/Amsterdam	52.98257	6.0024		Langezwaag,Langsweagen		02	0086		
2751902	Langeweg	langeweg	NL	4771	630	Europe/Amsterdam	51.64833	4.66528				06	1709		
2751911	Langeveen	langeveen	NL	7679	0	Europe/Amsterdam	52.46333	6.71806		Landeveen		15	0183		
2751922	Langerak	langerak	NL	2967	0	Europe/Amsterdam	52.71841	6.6136				01	0109		
2751923	Langerak	langerak	NL	2967	0	Europe/Amsterdam	51.98583	6.25417				03	0222		
2751924	Langerak	langerak	NL	2967	0	Europe/Amsterdam	51.93167	4.87639				11	1978		
2751932	Langenboom	langenboom	NL	5453	1400	Europe/Amsterdam	51.70417	5.73056		Lange Boom,Langenboem		06	0815		
2751943	Langelo	langelo	NL	9333	195	Europe/Amsterdam	53.09333	6.44583		Langeloo		01	1699		
2751944	Langelo	langelo	NL	9333	0	Europe/Amsterdam	52.1425	6.70833		Langeloo		15	0158		
2751947	Langelille	langelille	NL	8484	125	Europe/Amsterdam	52.84213	5.84267				02	0098		
2751961	Langedijke	langedijke	NL	8425	295	Europe/Amsterdam	52.96446	6.28907		Langedieke,Langedijk,Langedijke,Langedike		02	0085		
2751980	Landsmeer	landsmeer	NL	1121	1800	Europe/Amsterdam	52.43083	4.91528		Landsmeer,Landsmer,Landsmeyr,Lansmar,Lânsmar,landsmyr,Ландсмер,Լանդսմեյր,لاندسمير,لانڈسمیر		07	0415		
2751987	Landhorst	landhorst	NL	5445	415	Europe/Amsterdam	51.6175	5.79167				06	1702		
2751989	Landerum	landerum	NL	8893	0	Europe/Amsterdam	53.38645	5.29876				02	0093		
2751993	Lamswaarde	lamswaarde	NL	4586	0	Europe/Amsterdam	51.34417	4.05556				10	0677		
2752000	Lambertschaag	lambertschaag	NL	1658	180	Europe/Amsterdam	52.74583	5.01806				07	0420		
2752009	Lage Zwaluwe	lage-zwaluwe	NL	4926	0	Europe/Amsterdam	51.70833	4.70417		Zwaluwe		06	1719		
2752018	Lage-Vuursche	lage-vuursche	NL	3749	0	Europe/Amsterdam	52.17917	5.22361		De Lage Vuursche,De Vuursche		09	0308		
2752028	Lage Mierde	lage-mierde	NL	5094	1405	Europe/Amsterdam	51.40583	5.14722				06	1667		
2752034	Lageland	lageland	NL	9623	0	Europe/Amsterdam	53.23648	6.71398				04	1952		
2752094	Laag Zuthem	laag-zuthem	NL	8055	281	Europe/Amsterdam	52.46	6.17083		Laag-Zutem,Zutem,Zuthem		15	0177		
2752102	Laag-Soeren	laag-soeren	NL	6957	685	Europe/Amsterdam	52.08417	6.075				03	0275		
2752107	Laag-Keppel	laag-keppel	NL	6998	450	Europe/Amsterdam	51.99667	6.22222				03	1876		
2752130	Kwintsheul	kwintsheul	NL	2295	3560	Europe/Amsterdam	52.01333	4.25556				11	1783		
2752140	Kwadijk	kwadijk	NL	1471	760	Europe/Amsterdam	52.52833	4.98056				07	0385		
2752141	Kwadendamme	kwadendamme	NL	4434	0	Europe/Amsterdam	51.43333	3.87778		Kwadendanne		10	0654		
2752157	Kuitaart	kuitaart	NL	4584	100	Europe/Amsterdam	51.34167	4.03472				10	0677		
2752162	Kuinre	kuinre	NL	8374	795	Europe/Amsterdam	52.7875	5.84028		De Kunder,De Kúnder,ku yin er,庫因爾		15	1708		
2752178	Kudelstaart	kudelstaart	NL	1433	9250	Europe/Amsterdam	52.23417	4.75139				07	0358		
2752180	Kûbaard	kubaard	NL	8732	170	Europe/Amsterdam	53.11912	5.57071		Kubaard,Kûbaard		02	1900		
2752192	Kruisland	kruisland	NL	4756	1785	Europe/Amsterdam	51.56917	4.40972				06	0851		
2752213	Kruiningen	kruiningen	NL	4416	0	Europe/Amsterdam	51.44917	4.03472		Krunehe,Kruninge		10	0703		
2752217	Kropswolde	kropswolde	NL	9606	180	Europe/Amsterdam	53.1425	6.72361				04	1952		
2752228	Kronenberg	kronenberg	NL	5976	670	Europe/Amsterdam	51.41583	6				05	1507		
2752240	Krommenie	krommenie	NL	1561	0	Europe/Amsterdam	52.49917	4.7625				07	0479		
2752261	Kring van Dorth	kring-van-dorth	NL	7216	0	Europe/Amsterdam	52.22083	6.26667				03	0262		
2752264	Krimpen aan den IJssel	krimpen-aan-den-ijssel	NL	2921	29017	Europe/Amsterdam	51.91667	4.60278		Krimpen,Krimpen a/d IJssel,Krimpen a/d Yssel,Krimpen aan de Yssel,Krimpen aan den IJssel,Krimpen aan den Yssel		11	0542		
2752267	Krimpen aan de Lek	krimpen-aan-de-lek	NL	2931	0	Europe/Amsterdam	51.895	4.62917		Krimpen,Krimpen a/d Lek,Krimpen aan den Lek		11	1931		
2752275	Krewerd	krewerd	NL	9904	90	Europe/Amsterdam	53.35417	6.84861				04	1979		
2752281	Kreileroord	kreileroord	NL	1773	585	Europe/Amsterdam	52.84167	5.08194				07	1911		
2752320	Kraggenburg	kraggenburg	NL	8317	0	Europe/Amsterdam	52.6625	5.9				16	0171		
2752331	Krabbendijke	krabbendijke	NL	4413	0	Europe/Amsterdam	51.43167	4.1125		Krabbendyke		10	0703		
2752365	Koufurderrige	koufurderrige	NL	8529	65	Europe/Amsterdam	52.95647	5.65423		Koufurderrige,Kufurderrige,Kûfurderrige		02	1900		
2752367	Koudum	koudum	NL	8723	2600	Europe/Amsterdam	52.91551	5.44834		Koudum		02	1900		
2752374	Koudekerke	koudekerke	NL	4371	2880	Europe/Amsterdam	51.48167	3.55417				10	0717		
2752377	Koudekerk aan den Rijn	koudekerk-aan-den-rijn	NL	2396	0	Europe/Amsterdam	52.13333	4.60139		Koudekerk,Koudekerk a/d Rijn,Koudekerk aan de Rijn,Koudekerk an der Rijn		11	0484		
2752399	Kortgene	kortgene	NL	4484	0	Europe/Amsterdam	51.55667	3.80139		Kotgene		10	1695		
2752409	Kortenhoef	kortenhoef	NL	1241	6250	Europe/Amsterdam	52.23917	5.10694		Kortenkhov,Кортенхов		07	1696		
2752414	Kortehemmen	kortehemmen	NL	9211	190	Europe/Amsterdam	53.07691	6.07213		Koartehimmen,Kortehemmen		02	0090		
2752422	Kornwerderzand	kornwerderzand	NL	8752	5	Europe/Amsterdam	53.07449	5.33498		Kornwerderzand,Kornwerderzand Sluizen		02	1900		
2752424	Kornhorn	kornhorn	NL	9864	505	Europe/Amsterdam	53.18167	6.24306		Koornhorn,Kornhorne		04	1969		
2752441	Kootwijkerbroek	kootwijkerbroek	NL	3774	1690	Europe/Amsterdam	52.15083	5.66944				03	0203		
2752443	Kootwijk	kootwijk	NL	3775	115	Europe/Amsterdam	52.185	5.77083				03	0203		
2752444	Kootstertille	kootstertille	NL	9288	2180	Europe/Amsterdam	53.21261	6.09209		Koatstertille,Kootstertille		02	0059		
2752476	Koog aan de Zaan	koog-aan-de-zaan	NL	1541	0	Europe/Amsterdam	52.4604	4.80463		Kogas prie Zano,Koog		07	0479		
2752484	Koningslust	koningslust	NL	5984	1270	Europe/Amsterdam	51.3575	5.99306				05	1894		
2752492	Koningsbosch	koningsbosch	NL	6104	1540	Europe/Amsterdam	51.05167	5.95833				05	1711		
2752510	Kommerzijl	kommerzijl	NL	9881	510	Europe/Amsterdam	53.28667	6.325				04	1969		
2752520	Kollumerzwaag	kollumerzwaag	NL	9298	2805	Europe/Amsterdam	53.26224	6.07544		Kollumerlan,Kollumerland,Kollumerlân,Kollumersweach,Kollumerzwaag		02	1970		
2752522	Kollumerpomp	kollumerpomp	NL	9293	340	Europe/Amsterdam	53.30199	6.20262		Kollumerpomp		02	1970		
2752524	Kollum	kollum	NL	9291	5230	Europe/Amsterdam	53.27695	6.15293		Kollum	1970	02	1970		
2752531	Kolhorn	kolhorn	NL	1767	825	Europe/Amsterdam	52.79417	4.88889				07	1911		
2752534	Kolham	kolham	NL	9615	850	Europe/Amsterdam	53.1825	6.74444				04	1952		
2752536	Kolderwolde	kolderwolde	NL	8583	55	Europe/Amsterdam	52.89699	5.50947				02	1940		
2752547	Koewacht	koewacht	NL	4576	2656	Europe/Amsterdam	51.22833	3.97361				10	0715		
2752568	Koekange	koekange	NL	7958	1085	Europe/Amsterdam	52.69917	6.31667				01	1690		
2752575	Koedijk	koedijk	NL	1831	255	Europe/Amsterdam	52.6825	4.74167				07	0416		
2752581	Kockengen	kockengen	NL	3628	0	Europe/Amsterdam	52.14833	4.95		Kokkengen		09	1904		
2752591	Knegsel	knegsel	NL	5504	0	Europe/Amsterdam	51.39917	5.34583				06	0770		
2752600	Klundert	klundert	NL	4791	5405	Europe/Amsterdam	51.665	4.53472				06	1709		
2752611	Kloosterzande	kloosterzande	NL	4587	0	Europe/Amsterdam	51.37083	4.01389		Kleastersan,Kleastersân,Klooster,Kloôster		10	0677		
2752619	Klooster-Lidlum	klooster-lidlum	NL	8853	35	Europe/Amsterdam	53.22965	5.52411		Kleaster-Lidlum,Klooster-Lidlum,Lidlum		02	1949		
2752623	Kloosterhaar	kloosterhaar	NL	7694	0	Europe/Amsterdam	52.49667	6.66944				15	0160		
2752627	Kloosterburen	kloosterburen	NL	9977	575	Europe/Amsterdam	53.38667	6.39167		Kleasterbuorren		04	1966		
2752638	Kloetinge	kloetinge	NL	4474	1595	Europe/Amsterdam	51.49833	3.91528				10	0664		
2752646	Klimmen	klimmen	NL	6343	1780	Europe/Amsterdam	50.87583	5.88056		Klumme		05	0986		
2752648	Klijndijk	klijndijk	NL	7871	685	Europe/Amsterdam	52.83167	6.85972				01	1681		
2752660	Klein-Zundert	klein-zundert	NL	4882	1320	Europe/Amsterdam	51.48083	4.65417		Klein Zundert		06	0879		
2752798	Klazienaveen	klazienaveen	NL	7881	11919	Europe/Amsterdam	52.72417	6.99028				01	0114		
2752806	Klarenbeek	klarenbeek	NL	7381	3350	Europe/Amsterdam	51.50964	3.61132				10	0687		
2752807	Klarenbeek	klarenbeek	NL	7381	565	Europe/Amsterdam	52.1675	6.0625				03	0200		
2752814	Klaaswaal	klaaswaal	NL	3286	3490	Europe/Amsterdam	51.77	4.44583				11	1963		
2752824	Kinnum	kinnum	NL	8885	0	Europe/Amsterdam	53.37442	5.2755				02	0093		
2752828	Kinderdijk	kinderdijk	NL	2961	867	Europe/Amsterdam	51.88583	4.63194		Kinderdajk,Kinderdeikas,Kinderdejk,jin de dai ke,kinderudaiku,kyndrdyk,xiao hai di fang,Киндердейк,Кіндердайк,کیندردیک,კინდერდეიკი,キンデルダイク,小孩堤防,金德代克		11	1978		
2752830	Kimswerd	kimswerd	NL	8821	485	Europe/Amsterdam	53.14122	5.43752				02	1900		
2752833	Kilder	kilder	NL	7035	980	Europe/Amsterdam	51.9375	6.23194				03	1955		
2752899	Kesteren	kesteren	NL	4041	4455	Europe/Amsterdam	51.935	5.56944				03	1740		
2752905	Kessel	kessel	NL	5995	210	Europe/Amsterdam	51.805	5.40278				06	0828		
2752906	Kessel	kessel	NL	5995	3020	Europe/Amsterdam	51.29167	6.05417		kai se er,凱瑟爾		05	1894		
2752915	Kerkwijk	kerkwijk	NL	5315	420	Europe/Amsterdam	51.775	5.22083				03	0297		
2752918	Kerkwerve	kerkwerve	NL	4321	575	Europe/Amsterdam	51.68667	3.89861				10	1676		
2752923	Kerkrade	kerkrade	NL	6461	49777	Europe/Amsterdam	50.86583	6.0625		Kerkraad,Kerkrade,Kirchrath,Kirchroa,kerukurade,Керкраде,ケルクラーデ		05	0928		
2752934	Kerkenveld	kerkenveld	NL	7926	525	Europe/Amsterdam	52.66833	6.5				01	1690		
2752947	Kerkdriel	kerkdriel	NL	5331	6580	Europe/Amsterdam	51.77167	5.33472				03	0263		
2752950	Marken	marken	NL	1156	1846	Europe/Amsterdam	52.45833	5.10278		Marken,Monnickenwerf,Monnikenwerf,Маркен		07	0852		
2752952	Kerk-Avezaath	kerk-avezaath	NL	4012	0	Europe/Amsterdam	51.8975	5.38194		Kerk Avezaath		03	0214		
2752970	Kekerdom	kekerdom	NL	6579	485	Europe/Amsterdam	51.86417	6.00833				03	1945		
2752986	Keijenborg	keijenborg	NL	7256	1050	Europe/Amsterdam	52.02917	6.29444		Keienborg,Keienburg,Keyenborg		03	1876		
2752992	Keent	keent	NL	5359	0	Europe/Amsterdam	51.77083	5.69583				06	0828		
2752993	Keent	keent	NL	5359	4465	Europe/Amsterdam	51.24218	5.70079				05	0988		
2752998	Kedichem	kedichem	NL	4247	1045	Europe/Amsterdam	51.86	5.05				09	1961		
2753006	Katwoude	katwoude	NL	1145	305	Europe/Amsterdam	52.46833	5.04583				07	0852		
2753013	Katwijk	katwijk	NL	2221	280	Europe/Amsterdam	51.75	5.87083		Katvik,Katwijk,Katwijk NB,Katwijk aan de Maas,Катвик		06	1684		
2753018	Kattendijke	kattendijke	NL	4474	390	Europe/Amsterdam	51.52333	3.94444				10	0664		
2753031	Kats	kats	NL	4485	325	Europe/Amsterdam	51.5675	3.88472				10	1695		
2753034	Katlijk	katlijk	NL	8455	600	Europe/Amsterdam	52.94595	6.01261		Ketlik		02	0074		
2753067	Kapellebrug	kapellebrug	NL	4565	0	Europe/Amsterdam	51.25417	4.06528		Kapelbrug,Kappellebrug		10	0677		
2753070	Kapelle	kapelle	NL	4421	0	Europe/Amsterdam	51.64583	3.96806		Capelle		10	1676		
2753071	Kapel-Avezaath	kapel-avezaath	NL	4013	465	Europe/Amsterdam	51.88	5.37639		Avezaath,Kapel Avezaath		03	0281		
2753078	Kantens	kantens	NL	9995	650	Europe/Amsterdam	53.36583	6.63472				04	1966		
2753092	Kamperveen	kamperveen	NL	8278	825	Europe/Amsterdam	52.50797	5.93056		De Roskam		15	0166		
2753096	Noordeinde	noordeinde	NL	1485	180	Europe/Amsterdam	52.51333	5.875		Noordeinde,Noordeinde Gld		03	0269		
2753097	Kamperland	kamperland	NL	4493	1610	Europe/Amsterdam	51.57167	3.70417		Camperland,Kamperland,Камперланд		10	1695		
2753105	Kampen	kampen	NL	8261	0	Europe/Amsterdam	53.10456	5.45166				02	1900		
2753106	Kampen	kampen	NL	8261	48980	Europe/Amsterdam	52.555	5.91111		Gemeen Kampen,Kampen,kambn,kampeon,kan peng,kanpen,qmpn,Кампен,Կամպեն,קמפן,كامبن,カンペン,坎彭,캄펀		15	0166		
2753107	Kampen	kampen	NL	8261	0	Europe/Amsterdam	51.35333	3.95833		Campen		10	0677		
2753117	Kamerik	kamerik	NL	3471	0	Europe/Amsterdam	52.11083	4.89444				09	0632		
2753127	Kallenkote	kallenkote	NL	8345	290	Europe/Amsterdam	52.79833	6.17917				15	1708		
2753140	Kalenberg	kalenberg	NL	8377	190	Europe/Amsterdam	52.77667	5.95417				15	1708		
2753141	Kalenberg	kalenberg	NL	8377	0	Europe/Amsterdam	52.73833	6.43889				01	0118		
2753156	Kaatsheuvel	kaatsheuvel	NL	5171	0	Europe/Amsterdam	51.6575	5.03472		Kaatsheuvel		06	0809		
2753159	Kaard	kaard	NL	8883	0	Europe/Amsterdam	53.37621	5.27155		Kaard		02	0093		
2753171	Kaag	kaag	NL	2159	465	Europe/Amsterdam	52.21417	4.55694		De Kaag,Kaag,Кааг		11	1884		
2753173	Jutrijp	jutrijp	NL	8623	230	Europe/Amsterdam	52.99602	5.64942		Jutrijp		02	1900		
2753184	Julianadorp	julianadorp	NL	1787	0	Europe/Amsterdam	52.89	4.74028				07	0400		
2753192	Jouswier	jouswier	NL	9124	40	Europe/Amsterdam	53.35019	6.07407		Jouswier,Jouwswier		02	1970		
2753197	Joure	joure	NL	8501	12902	Europe/Amsterdam	52.9657	5.80301		De Jouwer,Joure,ywrh,يوره	1940	02	1940		
2753203	Joppe	joppe	NL	7215	440	Europe/Amsterdam	52.2075	6.23194				03	0262		
2753207	Jonkersvaart	jonkersvaart	NL	9366	215	Europe/Amsterdam	53.12917	6.29861				04	1969		
2753240	Jisp	jisp	NL	1546	475	Europe/Amsterdam	52.5075	4.85139				07	0880		
2753242	Jislum	jislum	NL	9177	70	Europe/Amsterdam	53.31232	5.87626		Jeslum,Jislum		02	1970		
2753256	Jelsum	jelsum	NL	9057	205	Europe/Amsterdam	53.2347	5.78237				02	0080		
2753257	Jellum	jellum	NL	9026	140	Europe/Amsterdam	53.1619	5.74379				02	0080		
2753265	Jannum	jannum	NL	9107	0	Europe/Amsterdam	53.31293	5.90532		Janum		02	1970		
2753293	Jabeek	jabeek	NL	6454	700	Europe/Amsterdam	50.98083	5.94167				05	1954		
2753294	Jaarsveld	jaarsveld	NL	3413	310	Europe/Amsterdam	51.96917	4.97639				09	0331		
2753297	Ittervoort	ittervoort	NL	6014	0	Europe/Amsterdam	51.17083	5.82083				05	1640		
2753302	Itens	itens	NL	8735	230	Europe/Amsterdam	53.10206	5.64054				02	1900		
2753307	Jirnsum	jirnsum	NL	9011	1255	Europe/Amsterdam	53.07753	5.79254		Irnsum,Jirnsum		02	0080		
2753316	Ingen	ingen	NL	4031	1080	Europe/Amsterdam	51.95917	5.48472				03	0214		
2753317	Ingber	ingber	NL	6273	0	Europe/Amsterdam	50.81833	5.85833				05	1729		
2753323	Indijk	indijk	NL	8553	0	Europe/Amsterdam	53.09812	5.70594		Indijk,Yndyk		02	1900		
2753324	Indijk	indijk	NL	8553	110	Europe/Amsterdam	52.94742	5.60247				02	1900		
2753334	Ilpendam	ilpendam	NL	1452	1750	Europe/Amsterdam	52.46333	4.95				07	0852		
2753347	IJzendoorn	ijzendoorn	NL	4053	785	Europe/Amsterdam	51.90583	5.53333				03	1740		
2753348	IJzendijke	ijzendijke	NL	4515	1785	Europe/Amsterdam	51.32167	3.61667		Iezendieke,Ysendyck		10	1714		
2753353	Ysselsteyn	ysselsteyn	NL	5813	2260	Europe/Amsterdam	51.49	5.89722		IJsselstein,Ysselsteyn		05	0984		
2753355	IJsselstein	ijsselstein	NL	3401	33886	Europe/Amsterdam	52.02	5.04306		IJselstein,Issel'stejn,Иссельстейн		09	0353		
2753358	IJsselmuiden	ijsselmuiden	NL	8271	0	Europe/Amsterdam	52.5649	5.92901		IJselmuiden		15	0166		
2753365	IJsselham	ijsselham	NL	8361	0	Europe/Amsterdam	52.80833	5.95694		IJselham		15	1708		
2753369	Ysbrechtum	ysbrechtum	NL	8633	654	Europe/Amsterdam	53.04121	5.63204		IJsbrechtum,Ysbrechtum		02	1900		
2753376	IJmuiden	ijmuiden	NL	1971	31925	Europe/Amsterdam	52.4603	4.61048		Ehjmjojden,IJmond,Imuiden,Ymuiden,Ĳmuiden,Эймёйден		07	0453		
2753379	IJlst	ijlst	NL	8651	3180	Europe/Amsterdam	53.01009	5.62312		Drylts,IJlst,ai er si te,艾爾斯特		02	1900		
2753381	IJhorst	ijhorst	NL	7955	780	Europe/Amsterdam	52.65917	6.29167				15	0180		
2753389	Idzega	idzega	NL	8612	25	Europe/Amsterdam	52.97893	5.55445		Idsega		02	1900		
2753390	Idskenhuizen	idskenhuizen	NL	8523	490	Europe/Amsterdam	52.92877	5.71323		Idskenhuizen,Jiskenhuzen,Taskenhuizen		02	1940		
2753393	Idsegahuizum	idsegahuizum	NL	8755	220	Europe/Amsterdam	53.0423	5.41849		Idsegahuizen		02	1900		
2753395	Idaerd	idaerd	NL	9007	0	Europe/Amsterdam	53.11804	5.81494		Idaard,Idaerd		02	0080		
2753404	Hurwenen	hurwenen	NL	5327	670	Europe/Amsterdam	51.81083	5.31667				03	0263		
2753416	Hunsel	hunsel	NL	6013	0	Europe/Amsterdam	51.19	5.8125		Hunsel		05	1640		
2753423	Hummelo	hummelo	NL	6999	1010	Europe/Amsterdam	52.00417	6.23333		Hummelo en Keppel		03	1876		
2753430	Hulten	hulten	NL	5125	180	Europe/Amsterdam	51.5725	4.95417				06	0784		
2753438	Hulst	hulst	NL	4561	0	Europe/Amsterdam	51.42739	5.54372		Papenvoort		06	1771		
2753439	Hulst	hulst	NL	4561	1405	Europe/Amsterdam	51.28	4.05278		'Ulst,Khjulst,xu er si te,Хюлст,許爾斯特		10	0677		
2753441	Hulshorst	hulshorst	NL	8077	775	Europe/Amsterdam	52.36333	5.73194				03	0302		
2753447	Hulsel	hulsel	NL	5096	565	Europe/Amsterdam	51.38833	5.17778				06	1667		
2753452	Hulsberg	hulsberg	NL	6336	3215	Europe/Amsterdam	50.88917	5.85556				05	1954		
2753460	Huizinge	huizinge	NL	9992	105	Europe/Amsterdam	53.345	6.67361				04	1979		
2753468	Huizen	huizen	NL	1271	45292	Europe/Amsterdam	52.29917	5.24167		Huizen		07	0406		
2753488	Huis ter Heide	huis-ter-heide	NL	3712	0	Europe/Amsterdam	52.1125	5.25556				09	0355		
2753504	Huissen	huissen	NL	6851	0	Europe/Amsterdam	51.93833	5.93333		Huisen,he yi sen,赫伊森		03	1705		
2753505	Huisseling	huisseling	NL	5358	310	Europe/Amsterdam	51.7875	5.63889		Huiseling		06	0828		
2753510	Huisduinen	huisduinen	NL	1789	485	Europe/Amsterdam	52.9525	4.72639				07	0400		
2753516	Húns	huns	NL	8832	115	Europe/Amsterdam	53.15941	5.66572		Huins		02	0080		
2753521	Huijbergen	huijbergen	NL	4631	1655	Europe/Amsterdam	51.4325	4.37639		Huibergen,Huybergen		06	0873		
2753534	Houwerzijl	houwerzijl	NL	9973	175	Europe/Amsterdam	53.33583	6.34028		Houwerxijl		04	1966		
2753545	Houtigehage	houtigehage	NL	9223	905	Europe/Amsterdam	53.15202	6.14524		De Houtigehage,Houtigehage		02	0090		
2753557	Houten	houten	NL	3991	1335	Europe/Amsterdam	52.02833	5.16806		Hauten,hao teng,hauten,hauteon,hawtn,hwtn,Հաուտեն,هاوتن,هوتن,ハウテン,豪滕,하우턴		09	0321		
2753587	Horst	horst	NL	5961	455	Europe/Amsterdam	52.30833	5.58194		Horst,Khorst,Хорст		03	0233		
2753588	Horst	horst	NL	5961	0	Europe/Amsterdam	51.66667	5.05				06	0867		
2753589	Horst	horst	NL	5961	0	Europe/Amsterdam	51.65	4.93333				06	0766		
2753590	Horst	horst	NL	5961	0	Europe/Amsterdam	51.53813	4.92867				06	0784		
2753591	Horst	horst	NL	5961	0	Europe/Amsterdam	51.45417	6.05139		Haors		05	1507		
2753593	Horssen	horssen	NL	6631	1095	Europe/Amsterdam	51.85583	5.60972		Horsen		03	0225		
2753599	Hoornsterzwaag	hoornsterzwaag	NL	8412	830	Europe/Amsterdam	52.99857	6.1726		Hoarnstersweach,Hoornsterzwaag,Hornsterzwaag		02	0074		
2753604	Hornhuizen	hornhuizen	NL	9978	130	Europe/Amsterdam	53.38833	6.36111				04	1966		
2753610	Horn	horn	NL	6085	0	Europe/Amsterdam	51.21	5.94583				05	1640		
2753634	Hoornaar	hoornaar	NL	4223	440	Europe/Amsterdam	51.87917	4.94722				11	1978		
2753636	Hoorn	hoorn	NL	1621	430	Europe/Amsterdam	53.39705	5.34502		De Hoorn,Den Hoorn		02	0093		
2753637	Hoorn	hoorn	NL	1621	0	Europe/Amsterdam	53.0925	7.05				04	1950		
2753638	Hoorn	hoorn	NL	1621	68852	Europe/Amsterdam	52.6425	5.05972		Gorn,Hoarn,Hoorn,Hoorn NH,Horn,Khorn,he en,holeun,horn,horun,hwrn,Горн,Хорн,Հորն,هورن,โฮร์น,ホールン,荷恩,호른		07	0405		
2753639	Hoorn	hoorn	NL	1621	195	Europe/Amsterdam	52.4025	6.06806				03	0246		
2753640	Hoorn	hoorn	NL	1621	0	Europe/Amsterdam	52.135	4.625				11	0484		
2753663	Hoogwoud	hoogwoud	NL	1718	3645	Europe/Amsterdam	52.71583	4.93889				07	0432		
2753674	Hoog Soeren	hoog-soeren	NL	7346	180	Europe/Amsterdam	52.2184	5.8731				03	0200		
2753681	Hoogmade	hoogmade	NL	2355	1480	Europe/Amsterdam	52.16917	4.58194		Hoogmaden,Khogmade,Хогмаде		11	1884		
2753685	Hooglanderveen	hooglanderveen	NL	3829	0	Europe/Amsterdam	52.18833	5.42917				09	0307		
2753686	Hoogland	hoogland	NL	3828	10587	Europe/Amsterdam	52.1825	5.37361				09	0307		
2753689	Hoog-Keppel	hoog-keppel	NL	6997	430	Europe/Amsterdam	52.00583	6.20417				03	1876		
2753691	Hoogkarspel	hoogkarspel	NL	1616	0	Europe/Amsterdam	52.695	5.18056				07	0498		
2753698	Hooghalen	hooghalen	NL	9414	810	Europe/Amsterdam	52.92083	6.53889				01	1731		
2753700	Hooge Zwaluwe	hooge-zwaluwe	NL	4927	1265	Europe/Amsterdam	51.6875	4.74444				06	1719		
2753706	Hoogezand	hoogezand	NL	9601	21480	Europe/Amsterdam	53.16167	6.76111		Hegesan,Hegesân,Khogezand,Хогезанд		04	1952		
2753709	Hoogenweg	hoogenweg	NL	7793	410	Europe/Amsterdam	52.5675	6.6625		Hoogenweg		15	0160		
2753719	Hoogeveen	hoogeveen	NL	7901	38754	Europe/Amsterdam	52.7225	6.47639		Hoogeveen,Khoogeveen,Хоогевеен		01	0118		
2753724	Hoogersmilde	hoogersmilde	NL	9423	0	Europe/Amsterdam	52.90583	6.39444				01	1731		
2753725	Hoogerheide	hoogerheide	NL	4631	5810	Europe/Amsterdam	51.42417	4.325				06	0873		
2753736	Hooge Mierde	hooge-mierde	NL	5095	1310	Europe/Amsterdam	51.3875	5.12917				06	1667		
2753741	Hoogeloon	hoogeloon	NL	5528	1790	Europe/Amsterdam	51.3975	5.26806				06	1728		
2753758	Hoge Hexel	hoge-hexel	NL	7641	0	Europe/Amsterdam	52.3975	6.5625		't Hooge Heksel,Hooge Heksel		15	0189		
2753789	Hoogblokland	hoogblokland	NL	4221	1090	Europe/Amsterdam	51.875	4.97639				11	1978		
2753799	Hoofdplaat	hoofdplaat	NL	4513	545	Europe/Amsterdam	51.36917	3.6625				10	1714		
2753801	Hoofddorp	hoofddorp	NL	2131	132734	Europe/Amsterdam	52.3025	4.68889		Hoofddorp,QHZ		07	0394		
2753806	Honselersdijk	honselersdijk	NL	2675	7366	Europe/Amsterdam	52.00665	4.22441		Hondshorledijk,Honselerdijk		11	1783		
2753833	Homoet	homoet	NL	6676	0	Europe/Amsterdam	51.93333	5.79167				03	1734		
2753834	Hommerts	hommerts	NL	8622	595	Europe/Amsterdam	52.98026	5.64963		De Hommerts,Hommerts		02	1900		
2753846	Holwierde	holwierde	NL	9905	970	Europe/Amsterdam	53.35833	6.87361		Holwierda		04	1979		
2753852	Holwerd	holwerd	NL	9151	1435	Europe/Amsterdam	53.36815	5.90073		Holwerd,Holwert		02	1970		
2753856	Holtum	holtum	NL	6123	1170	Europe/Amsterdam	51.0475	5.82222				05	1883		
2753865	Holthone	holthone	NL	7779	0	Europe/Amsterdam	52.64083	6.68472				15	0160		
2753867	Holtheme	holtheme	NL	7787	0	Europe/Amsterdam	52.6125	6.68889				15	0160		
2753868	Holthees	holthees	NL	5824	0	Europe/Amsterdam	51.57583	6.00556				06	0756		
2753873	Holten	holten	NL	7451	0	Europe/Amsterdam	52.57083	6.1125				15	1896		
2753874	Holten	holten	NL	7451	0	Europe/Amsterdam	52.28083	6.42222				15	1742		
2753881	Holsloot	holsloot	NL	7845	120	Europe/Amsterdam	52.72833	6.80278				01	0109		
2753887	Hollum	hollum	NL	9161	1160	Europe/Amsterdam	53.4394	5.63805		Hollum		02	0060		
2753907	Hollandscheveld	hollandscheveld	NL	7913	0	Europe/Amsterdam	52.70583	6.53889		Het Hollandsche Veld		01	0118		
2753908	Hollandsche Rading	hollandsche-rading	NL	3739	1325	Europe/Amsterdam	52.175	5.17778				09	0310		
2753954	Hegebeintum	hegebeintum	NL	9173	0	Europe/Amsterdam	53.33725	5.85001	9	Hogebeintum		02	1970		
2753980	Hoeven	hoeven	NL	4731	1960	Europe/Amsterdam	51.67206	5.63444		De Hoeven		06	0856		
2753981	Hoeven	hoeven	NL	4731	0	Europe/Amsterdam	51.65167	5.81111				06	1702		
2753982	Hoeven	hoeven	NL	4731	4895	Europe/Amsterdam	51.57917	4.58333				06	1655		
2753983	Hoeven	hoeven	NL	4731	0	Europe/Amsterdam	51.49833	5.79306				06	1652		
2753984	Hoeven	hoeven	NL	4731	0	Europe/Amsterdam	51.5	5.45				06	0848		
2753987	Hoevelaken	hoevelaken	NL	3871	0	Europe/Amsterdam	52.175	5.45833				03	0267		
2753994	Hoenzadriel	hoenzadriel	NL	5333	165	Europe/Amsterdam	51.75417	5.32917				03	0263		
2753996	Hoensbroek	hoensbroek	NL	6431	25000	Europe/Amsterdam	50.92387	5.92528		Gebrook,Hoensbrock,Khunsbruk,Хунсбрук		05	0917		
2754004	Hoenderloo	hoenderloo	NL	7351	730	Europe/Amsterdam	52.1175	5.87917		Hoenderlo		03	0200		
2754007	Hoek van Holland	hoek-van-holland	NL	3151	9400	Europe/Amsterdam	51.9775	4.13333		Hoek van Holland,Hook of Holland,Khoek van Kholland,Khuk-van-Kholland,Oek van Olland,he lan jiao gang,Хоек ван Холланд,Хук-ван-Холланд,荷蘭角港		11	0599		
2754026	Hoek	hoek	NL	4542	0	Europe/Amsterdam	51.88583	5.68889				03	0209		
2754027	Hoek	hoek	NL	4542	0	Europe/Amsterdam	51.66333	5.39306				06	0845		
2754028	Hoek	hoek	NL	4542	0	Europe/Amsterdam	51.59583	5.63056				06	1948		
2754029	Hoek	hoek	NL	4542	0	Europe/Amsterdam	51.31	3.77778		Dn Noek		10	0715		
2754035	Hoedekenskerke	hoedekenskerke	NL	4433	0	Europe/Amsterdam	51.425	3.9125				10	0654		
2754039	Hobrede	hobrede	NL	1477	145	Europe/Amsterdam	52.54417	4.97917		Hobreede		07	0385		
2754044	Hitzum	hitzum	NL	8805	200	Europe/Amsterdam	53.16576	5.51754		Hitsum,Hitzum		02	1949		
2754050	Hippolytushoef	hippolytushoef	NL	1777	4800	Europe/Amsterdam	52.9075	4.9625		Hypolitushoef		07	1911		
2754059	Hindeloopen	hindeloopen	NL	8713	810	Europe/Amsterdam	52.94212	5.40081		Hindeloopen,Hindeloôpen,Hylpen,Hylpen / Hynljippen,xin de luo peng,欣德洛彭		02	1900		
2754064	Hilversum	hilversum	NL	1211	83640	Europe/Amsterdam	52.22333	5.17639		Hilfertsom,Hilversum,Hilvertsheim,Khilversjum,Khilversum,QYI,hylfrswm,xi er fu se mu,Хилверсум,Хилверсюм,Հիլվերսում,هيلفرسوم,هیلفرسوم,希爾弗瑟姆		07	0402		
2754066	Hilvarenbeek	hilvarenbeek	NL	5081	7855	Europe/Amsterdam	51.48583	5.1375				06	0798		
2754073	Hillegom	hillegom	NL	2181	18419	Europe/Amsterdam	52.29083	4.58333		Hillegom		11	0534		
2754085	Hijum	hijum	NL	9054	380	Europe/Amsterdam	53.29057	5.76611				02	0080		
2754088	Hilaard	hilaard	NL	9027	245	Europe/Amsterdam	53.16468	5.71135		Hijlaard		02	0080		
2754092	Hijken	hijken	NL	9415	640	Europe/Amsterdam	52.895	6.49722				01	1731		
2754094	Hieslum	hieslum	NL	8762	80	Europe/Amsterdam	53.00822	5.48862				02	1900		
2754097	Hierden	hierden	NL	3849	0	Europe/Amsterdam	52.35833	5.67778				03	0243		
2754104	Hidaard	hidaard	NL	8737	130	Europe/Amsterdam	53.07897	5.60337		Hidaard,Hydaard		02	1900		
2754105	Hichtum	hichtum	NL	8743	85	Europe/Amsterdam	53.08129	5.52552				02	1900		
2754106	Hiaure	hiaure	NL	9148	65	Europe/Amsterdam	53.34732	5.97227		De Lytse Jouwer,Hiaure		02	1970		
2754107	Hezingen	hezingen	NL	7662	0	Europe/Amsterdam	52.44167	6.85556		Hesingen,Hezinge		15	0183		
2754111	Heythuysen	heythuysen	NL	6093	6420	Europe/Amsterdam	51.25	5.89861		Heijthuizen,Heithuizen,Heitse,Heythuizen,Heythuysen		05	1640		
2754116	Heveadorp	heveadorp	NL	6869	750	Europe/Amsterdam	51.975	5.8125				03	0274		
2754135	Heusden	heusden	NL	5256	1300	Europe/Amsterdam	51.73417	5.13889		Heusden,Housden,he si deng,hwsdn,Հեուսդեն,هوسدن,赫斯登		06	0797		
2754136	Heusden	heusden	NL	5256	1415	Europe/Amsterdam	51.38417	5.76389				06	0743		
2754147	Heumen	heumen	NL	6582	1010	Europe/Amsterdam	51.765	5.84444		Heume,Heumen		03	0252		
2754150	Heukelum	heukelum	NL	4161	0	Europe/Amsterdam	51.8725	5.07361		Heukelom		03	1960		
2754154	Heukelom	heukelom	NL	5059	0	Europe/Amsterdam	51.61833	6.02778				05	0893		
2754155	Heukelom	heukelom	NL	5059	305	Europe/Amsterdam	51.57667	5.15694		Heukelum,Hoog Heukelom,Hoog Heukelum		06	0824		
2754287	Heteren	heteren	NL	6666	4805	Europe/Amsterdam	51.95667	5.75556				03	1734		
2754318	Herwijnen	herwijnen	NL	4171	2305	Europe/Amsterdam	51.82667	5.12917				03	1960		
2754320	Herwen	herwen	NL	6914	750	Europe/Amsterdam	51.885	6.1				03	0299		
2754322	Herveld	herveld	NL	6674	415	Europe/Amsterdam	51.90583	5.75417				03	1734		
2754324	Hertme	hertme	NL	7626	290	Europe/Amsterdam	52.32083	6.75972		Hertmen		15	0147		
2754331	Herten	herten	NL	6049	3305	Europe/Amsterdam	51.18083	5.9625				05	0957		
2754337	Herpt	herpt	NL	5255	720	Europe/Amsterdam	51.72917	5.15556				06	0797		
2754339	Herpen	herpen	NL	5351	2360	Europe/Amsterdam	51.77167	5.64167				06	0828		
2754342	Hernen	hernen	NL	6616	700	Europe/Amsterdam	51.83417	5.68056				03	0296		
2754350	Herkingen	herkingen	NL	3247	0	Europe/Amsterdam	51.71	4.0875				11	1924		
2754352	Herkenbosch	herkenbosch	NL	6075	3935	Europe/Amsterdam	51.15333	6.06389				05	1669		
2754366	Herbaijum	herbaijum	NL	8807	210	Europe/Amsterdam	53.1849	5.49488		Herbaijum,Hjerbeam		02	1949		
2754368	Winterswijk Henxel	winterswijk-henxel	NL	7113	0	Europe/Amsterdam	51.9825	6.75833		Hengsel,Henzel		03	0294		
2754375	Hensbroek	hensbroek	NL	1711	1345	Europe/Amsterdam	52.65833	4.88472				07	1598		
2754385	Hengstdijk	hengstdijk	NL	4585	0	Europe/Amsterdam	51.34333	3.99444		Hengsdijk,Hengstdyk		10	0677		
2754389	Hengevelde	hengevelde	NL	7496	1510	Europe/Amsterdam	52.19917	6.63611				15	1735		
2754394	Hengelo	hengelo	NL	7551	80809	Europe/Amsterdam	52.26583	6.79306		Hemgelo,Hengelo,Hengeloo,QYH	0164	15	0164		
2754395	Hengelo	hengelo	NL	7551	4510	Europe/Amsterdam	52.05083	6.30972		Hengelo (Gld),Hengeloo		03	1876		
2754408	Hendrik-Ido-Ambacht	hendrik-ido-ambacht	NL	3341	21027	Europe/Amsterdam	51.84417	4.63889		Hendrik-Ido-Ambaxt,Khendrik-Ido-Ambakht,heng de li ke-yi duo-a mu ba he te,hndryk- aydw- ambakht,Хендрик-Идо-Амбахт,Հենդրիկ-Իդո-Ամբախտ,هندريك- إيدو- أمباخت,亨德里克－伊多－阿姆巴赫特		11	0531		
2754417	Hemrik	hemrik	NL	8409	490	Europe/Amsterdam	53.03163	6.13876		De Himrik,Hemrik		02	0086		
2754419	Hempens	hempens	NL	9086	0	Europe/Amsterdam	53.17821	5.83812				02	0080		
2754420	Hemmen	hemmen	NL	6672	130	Europe/Amsterdam	51.93417	5.70139				03	1734		
2754428	Hemelum	hemelum	NL	8584	505	Europe/Amsterdam	52.88084	5.45626		Hemelum,Himmelum		02	1900		
2754434	Hem	hem	NL	1607	1035	Europe/Amsterdam	52.66083	5.18333				07	0498		
2754440	Helvoirt	helvoirt	NL	5268	3625	Europe/Amsterdam	51.63167	5.23056		Helvoort		06	0865		
2754447	Helmond	helmond	NL	5701	74740	Europe/Amsterdam	51.48167	5.66111		Gelmond,Hellemed,Helmond,Helmondas,Hèllemed,Khelmond,hai er meng de,he lmxnd,helmonteu,herumonto,hlmwnd,hylmwnd,Гелмонд,Хелмонд,Հելմոնդ,هلموند,هيلموند,เฮลมอนด์,ヘルモント,海爾蒙德,헬몬트		06	0794		
2754449	Hellum	hellum	NL	9627	515	Europe/Amsterdam	53.23833	6.83889				04	1952		
2754450	Hellouw	hellouw	NL	4174	790	Europe/Amsterdam	51.82667	5.17639				03	1960		
2754454	Hellevoetsluis	hellevoetsluis	NL	3221	21927	Europe/Amsterdam	51.83333	4.13333		Helefutslaus,Hellevoet,Khelevutslojs,Khellevutsljojs,he lei fu ci lao si,hylyfwtslaws,Хелевутслојс,Хеллевутслёйс,Հելեֆուտսլաուս,هيليفوتسلاوس,赫勒富茨劳斯		11	0530		
2754457	Hellendoorn	hellendoorn	NL	7447	660	Europe/Amsterdam	52.38833	6.45139		Hellendoorn		15	0163		
2754474	Helenaveen	helenaveen	NL	5759	665	Europe/Amsterdam	51.39	5.91667				06	0762		
2754482	Helden	helden	NL	5988	5530	Europe/Amsterdam	51.31917	6				05	1894		
2754490	Hekendorp	hekendorp	NL	3467	0	Europe/Amsterdam	52.015	4.80833				09	0589		
2754491	Hekelingen	hekelingen	NL	3205	0	Europe/Amsterdam	51.82583	4.34444				11	1930		
2754502	Heino	heino	NL	8141	6459	Europe/Amsterdam	52.43661	6.23282		Heino		15	0177		
2754507	Heinenoord	heinenoord	NL	3274	610	Europe/Amsterdam	51.82602	4.47659				11	1963		
2754516	Heiloo	heiloo	NL	1851	20510	Europe/Amsterdam	52.60252	4.68815		Heilo,Heiloo	0399	07	0399		
2754518	Heilig Landstichting	heilig-landstichting	NL	6564	695	Europe/Amsterdam	51.81917	5.88333		Heilige Land,Heiligland		03	1945		
2754519	Heiligerlee	heiligerlee	NL	9677	1365	Europe/Amsterdam	53.15667	7.00972				04	1895		
2754527	Heikant	heikant	NL	4566	0	Europe/Amsterdam	51.58452	5.0867				06	0855		
2754528	Heikant	heikant	NL	4566	0	Europe/Amsterdam	51.78333	5.95		De Heikant,Heikant		03	1945		
2754529	Heikant	heikant	NL	4566	0	Europe/Amsterdam	51.72833	5.91806				05	0944		
2754530	Heikant	heikant	NL	4566	0	Europe/Amsterdam	51.62833	5.95278		Heikant (Sambeek)		06	0756		
2754531	Heikant	heikant	NL	4566	0	Europe/Amsterdam	51.63417	5.67083				06	0856		
2754532	Heikant	heikant	NL	4566	0	Europe/Amsterdam	51.64063	5.19816				06	0865		
2754533	Heikant	heikant	NL	4566	0	Europe/Amsterdam	51.63333	5.05				06	0809		
2754534	Heikant	heikant	NL	4566	0	Europe/Amsterdam	51.63667	4.88611				06	0826		
2754535	Heikant	heikant	NL	4566	0	Europe/Amsterdam	51.5975	5.87361				06	1702		
2754536	Heikant	heikant	NL	4566	0	Europe/Amsterdam	51.59417	5.15972				06	0855		
2754537	Heikant	heikant	NL	4566	0	Europe/Amsterdam	51.58417	5.95417		De Heikant,Heikant (Overloon)		06	0756		
2754538	Heikant	heikant	NL	4566	0	Europe/Amsterdam	51.56083	4.975		De Heikant		06	0855		
2754539	Heikant	heikant	NL	4566	0	Europe/Amsterdam	51.54917	5.22083				06	0824		
2754540	Heikant	heikant	NL	4566	0	Europe/Amsterdam	51.53045	4.61902				06	0840		
2754541	Heikant	heikant	NL	4566	0	Europe/Amsterdam	51.51	5.67361				06	1659		
2754542	Heikant	heikant	NL	4566	0	Europe/Amsterdam	51.51583	4.87222		De Heikant		06	1723		
2754543	Heikant	heikant	NL	4566	0	Europe/Amsterdam	51.4475	5.18472				06	0798		
2754544	Heikant	heikant	NL	4566	0	Europe/Amsterdam	51.45333	4.84583				06	0744		
2754545	Heikant	heikant	NL	4566	0	Europe/Amsterdam	51.39333	5.29028				06	1728		
2754546	Heikant	heikant	NL	4566	0	Europe/Amsterdam	51.39667	5.18194				06	1667		
2754547	Heikant	heikant	NL	4566	0	Europe/Amsterdam	51.37667	5.68472				06	0847		
2754548	Heikant	heikant	NL	4566	0	Europe/Amsterdam	51.37667	5.44722				06	0866		
2754549	Heikant	heikant	NL	4566	0	Europe/Amsterdam	51.26083	5.58333				06	1706		
2754550	Heikant	heikant	NL	4566	0	Europe/Amsterdam	51.25083	4.02222				10	0677		
2754553	Heijningen	heijningen	NL	4671	510	Europe/Amsterdam	51.65583	4.40833		Heiningen		06	1709		
2754556	Heijen	heijen	NL	6598	1610	Europe/Amsterdam	51.675	5.98056		Heien,MC Heijen		05	0907		
2754578	It Heidenskip	it-heidenskip	NL	8724	0	Europe/Amsterdam	52.95	5.5				02	1900		
2754585	Heide	heide	NL	5812	0	Europe/Amsterdam	51.3331	6.15424				05	0983		
2754586	Heide	heide	NL	5812	0	Europe/Amsterdam	52.93316	5.76878		Heide,Ter Heide		02	1940		
2754587	Heide	heide	NL	5812	0	Europe/Amsterdam	51.92417	6.17083				03	1955		
2754588	Heide	heide	NL	5812	0	Europe/Amsterdam	51.77917	5.81667		De Heide		03	0252		
2754589	Heide	heide	NL	5812	0	Europe/Amsterdam	51.7	5.91667				06	0756		
2754590	Heide	heide	NL	5812	0	Europe/Amsterdam	51.66667	5.91667				06	0756		
2754591	Heide	heide	NL	5812	0	Europe/Amsterdam	51.61667	5.7				06	0755		
2754592	Heide	heide	NL	5812	455	Europe/Amsterdam	51.50407	5.95006		De Heide		05	0984		
2754593	Heide	heide	NL	5812	0	Europe/Amsterdam	51.35	5.96667				05	1894		
2754595	Heide	heide	NL	5812	0	Europe/Amsterdam	51.28667	5.92222				05	1640		
2754596	Heide	heide	NL	5812	0	Europe/Amsterdam	51.27583	5.86806				05	1640		
2754597	Heide	heide	NL	5812	570	Europe/Amsterdam	51.24083	6.04306				05	0957		
2754598	Heide	heide	NL	5812	0	Europe/Amsterdam	51.21667	5.93333				05	1640		
2754599	Heide	heide	NL	5812	1040	Europe/Amsterdam	51.06833	5.87222				05	1711		
2754600	Heide	heide	NL	5812	0	Europe/Amsterdam	50.95	5.78333				05	0971		
2754603	Heibloem	heibloem	NL	6089	0	Europe/Amsterdam	51.66667	5.5				06	1721		
2754604	Heibloem	heibloem	NL	6089	0	Europe/Amsterdam	51.30083	5.89583				05	1640		
2754611	Hegelsom	hegelsom	NL	5963	1185	Europe/Amsterdam	51.43917	6.03889				05	1507		
2754618	Heeze	heeze	NL	5591	9110	Europe/Amsterdam	51.3828	5.57145		Heeze	1658	06	1658		
2754621	Heeten	heeten	NL	8111	0	Europe/Amsterdam	52.33167	6.27917		Heeten,Heten		15	0177		
2754629	Heeswijk-Dinther	heeswijk-dinther	NL	5473	7985	Europe/Amsterdam	51.65083	5.475				06	1721		
2754632	Heesselt	heesselt	NL	4063	170	Europe/Amsterdam	51.81333	5.34722		Heeselt		03	1960		
2754635	Heesch	heesch	NL	5384	12810	Europe/Amsterdam	51.73362	5.52672		Khes,Хес		06	1721		
2754638	Heesbeen	heesbeen	NL	5158	180	Europe/Amsterdam	51.72889	5.11388				06	0797		
2754652	Heerlen	heerlen	NL	6411	93084	Europe/Amsterdam	50.88365	5.98154		Coriovalo,Heele,Heerlen,Heële,Kheerlen,Хеерлен		05	0917		
2754653	Heerle	heerle	NL	4724	1320	Europe/Amsterdam	51.51917	4.35972				06	1674		
2754656	Heerjansdam	heerjansdam	NL	2995	3770	Europe/Amsterdam	51.83583	4.56389				11	0642		
2754659	Heerhugowaard	heerhugowaard	NL	1701	47580	Europe/Amsterdam	52.67144	4.84862		Heerhugowaard,Heyrhuxovard,Kherkhjugovard,hai er xu huo wa de,Херхюговард,Հեյրհուխովարդ,海爾許霍瓦德		07	0398		
2754662	Heerewaarden	heerewaarden	NL	6624	1005	Europe/Amsterdam	51.81769	5.393		Heriwarda		03	0263		
2754669	Heerenveen	heerenveen	NL	8441	43094	Europe/Amsterdam	52.95929	5.91854		Heerenveen,Hereveen,It Hearrenfean,Kherenven,QYZ,Херенвен		02	0074		
2754681	Heerde	heerde	NL	8181	8850	Europe/Amsterdam	52.38723	6.04016				03	0246		
2754687	Heenvliet	heenvliet	NL	3218	0	Europe/Amsterdam	51.86583	4.24306				11	1930		
2754692	Heemstede	heemstede	NL	2101	25562	Europe/Amsterdam	52.34992	4.62301		Gemstede,Heemstede,Hemstede,Hemstedė,Heymsteyde,Hiemstee,Khemstede,hai mu si tai de,heimseutedeo,hemusutede,hymstydh,Гемстеде,Хемстеде,Հեյմստեյդե,هيمستيده,ヘームステーデ,海姆斯泰德,헤임스테더		07	0397		
2754693	Heemstede	heemstede	NL	2101	0	Europe/Amsterdam	52.03417	5.125				09	0321		
2754697	Heemskerk	heemskerk	NL	1961	36170	Europe/Amsterdam	52.51108	4.67165		Heemskerk,Kheemskerk,Хеемскерк	0396	07	0396		
2754698	Heemserveen	heemserveen	NL	7796	310	Europe/Amsterdam	52.58167	6.56667				15	0160		
2754702	Heelweg	heelweg	NL	7055	110	Europe/Amsterdam	51.97029	6.48365				03	1509		
2754703	Heelsum	heelsum	NL	6866	3175	Europe/Amsterdam	51.98417	5.75833				03	0274		
2754706	Heel	heel	NL	6097	3980	Europe/Amsterdam	51.17917	5.89444				05	1641		
2754712	Heeg	heeg	NL	8621	1995	Europe/Amsterdam	52.9686	5.61075				02	1900		
2754714	Hee	hee	NL	8882	0	Europe/Amsterdam	53.37503	5.2555		De Hee		02	0093		
2754717	Hedikhuizen	hedikhuizen	NL	5257	275	Europe/Amsterdam	51.73333	5.18611				06	0797		
2754719	Hedel	hedel	NL	5321	4350	Europe/Amsterdam	51.74802	5.26134				03	0263		
2754720	Hedel	hedel	NL	5321	0	Europe/Amsterdam	51.51917	5.3				06	0823		
2754723	Hazerswoude-Rijndijk	hazerswoude-rijndijk	NL	2394	0	Europe/Amsterdam	52.12833	4.59167		Hazerswoude-Rijndijke,Khazersvaude-Rejndejk,Хазерсвауде-Рейндейк		11	0484		
2754724	Hazerswoude-Dorp	hazerswoude-dorp	NL	2391	0	Europe/Amsterdam	52.09667	4.58611		Hazerswoude		11	0484		
2754749	Havelterberg	havelterberg	NL	7974	190	Europe/Amsterdam	52.77417	6.18194				01	1701		
2754752	Havelte	havelte	NL	7971	3060	Europe/Amsterdam	52.76941	6.24015				01	1701		
2754755	Hauwert	hauwert	NL	1691	720	Europe/Amsterdam	52.70833	5.1				07	0420		
2754758	Haulerwijk	haulerwijk	NL	8433	2935	Europe/Amsterdam	53.06468	6.33453		Haulerwiek,Haulerwijk,Haulerwyk		02	0085		
2754762	Haule	haule	NL	8432	415	Europe/Amsterdam	53.03587	6.30538		De Haule,Haule		02	0085		
2754764	Hattemerbroek	hattemerbroek	NL	8094	1025	Europe/Amsterdam	52.47417	6.02222				03	0269		
2754768	Hattem	hattem	NL	8051	11876	Europe/Amsterdam	52.475	6.06389		Hattem		03	0244		
2754778	Hasselt	hasselt	NL	8061	0	Europe/Amsterdam	51.56983	5.07044				06	0855		
2754779	Hasselt	hasselt	NL	8061	6959	Europe/Amsterdam	52.59267	6.09527		Asselt,Khasel't,Khasselt,ha se er te,Хасельт,Хасселт,哈瑟爾特		15	1896		
2754780	Hasselt	hasselt	NL	8061	0	Europe/Amsterdam	51.42667	6.16111				05	0983		
2754796	Haskerhorne	haskerhorne	NL	8506	570	Europe/Amsterdam	52.95351	5.82941		Haskerhoarne,Haskerhorne		02	1940		
2754797	Haskerdijken	haskerdijken	NL	8468	395	Europe/Amsterdam	52.99304	5.87854		Haskerdijken,Haskerdiken		02	0074		
2754799	Hartwerd	hartwerd	NL	8741	125	Europe/Amsterdam	53.06788	5.56801				02	1900		
2754804	Harskamp	harskamp	NL	6732	3450	Europe/Amsterdam	52.13	5.75278		Hartenkamp,Hartskamp		03	0228		
2754808	Harreveld	harreveld	NL	7135	0	Europe/Amsterdam	51.9775	6.51667				03	1586		
2754814	Harmelen	harmelen	NL	3481	0	Europe/Amsterdam	52.09	4.96111				09	0632		
2754817	Harlingen	harlingen	NL	8861	16119	Europe/Amsterdam	53.17477	5.42244		Garlingen,Harlingen,Harns,Kharlingen,ha ling gen,haleulling-eon,harlynjn,haruringen,Гарлінген,Харлинген,هارلينجن,ハルリンゲン,哈靈根,하를링언		02	0072		
2754819	Harkstede	harkstede	NL	9617	2490	Europe/Amsterdam	53.21333	6.69861				04	1952		
2754821	Harkema	harkema	NL	9281	4005	Europe/Amsterdam	53.18333	6.13333		De Harkema,Harkema,Harkema-Opeinde		02	0059		
2754829	Haringhuizen	haringhuizen	NL	1769	170	Europe/Amsterdam	52.77333	4.82917				07	1911		
2754831	Harich	harich	NL	8571	465	Europe/Amsterdam	52.9023	5.564				02	1940		
2754835	Harfsen	harfsen	NL	7217	755	Europe/Amsterdam	52.2075	6.29722				03	0262		
2754841	Haren	haren	NL	5368	9375	Europe/Amsterdam	53.17209	6.60931		Haren,Haren Gn,Kharen,ha lun,haryn,Харен,Հարեն,هارين,哈伦		04	0014		
2754842	Haren	haren	NL	5368	690	Europe/Amsterdam	51.80167	5.58472				06	0828		
2754847	Harderwijk	harderwijk	NL	3841	0	Europe/Amsterdam	52.7375	4.99306				07	0432		
2754848	Harderwijk	harderwijk	NL	3841	40516	Europe/Amsterdam	52.34167	5.62083				03	0243		
2754860	Hardenberg	hardenberg	NL	7771	0	Europe/Amsterdam	53.19721	7.17728				04	1895		
2754861	Hardenberg	hardenberg	NL	7771	57909	Europe/Amsterdam	52.57583	6.61944		Hardenberg,Khardenberge,Stad-Hardenberg,ha deng bei he,Харденберге,هاردن‌برخ,哈登貝赫		15	0160		
2754864	Hurdegaryp	hurdegaryp	NL	9254	4510	Europe/Amsterdam	53.21333	5.94137		Hardegarijp,Hurdegaryp		02	0737		
2754866	Harbrinkhoek	harbrinkhoek	NL	7615	0	Europe/Amsterdam	52.385	6.71806		Harbrinkhoef		15	0183		
2754868	Haps	haps	NL	5443	2165	Europe/Amsterdam	51.68917	5.86111		Hops		06	1684		
2754872	Hapert	hapert	NL	5527	4955	Europe/Amsterdam	51.36833	5.25694				06	1728		
2754874	Hantumhuizen	hantumhuizen	NL	9144	100	Europe/Amsterdam	53.3714	5.99965		Hantumhuizen,Hantumhuzen		02	1970		
2754875	Hantumeruitburen	hantumeruitburen	NL	9146	65	Europe/Amsterdam	53.36059	6.00334		Hantumeruitburen,Hantumerutbuorren,Hantumerútbuorren		02	1970		
2754878	Hantum	hantum	NL	9147	320	Europe/Amsterdam	53.36269	5.96446		Hantum		02	1970		
2754880	Hansweert	hansweert	NL	4417	0	Europe/Amsterdam	51.44833	4.00278		Hansweerd		10	0703		
2754888	Hank	hank	NL	4273	0	Europe/Amsterdam	51.735	4.89722				06	1959		
2754897	Handel	handel	NL	5423	1310	Europe/Amsterdam	51.58	5.70972				06	1652		
2754922	Halsteren	halsteren	NL	4661	9850	Europe/Amsterdam	51.52834	4.26785				06	0748		
2754930	Hallum	hallum	NL	9074	2355	Europe/Amsterdam	53.30657	5.78379				02	1970		
2754935	Halle	halle	NL	7025	725	Europe/Amsterdam	51.98917	6.42917				03	1876		
2754936	Hall	hall	NL	6964	0	Europe/Amsterdam	52.11167	6.10139		Hal		03	0213		
2754939	Halfweg	halfweg	NL	1165	0	Europe/Amsterdam	53.29196	6.24422				02	1970		
2754940	Halfweg	halfweg	NL	1165	0	Europe/Amsterdam	53.1	6.6				01	1730		
2754941	Halfweg	halfweg	NL	1165	0	Europe/Amsterdam	52.66583	6.25972				15	0180		
2754942	Halfweg	halfweg	NL	1165	2330	Europe/Amsterdam	52.52417	4.92778		Halfweg,Khalveg,Халвег		07	0370		
2754943	Halfweg	halfweg	NL	1165	2350	Europe/Amsterdam	52.3825	4.75417				07	0394		
2754944	Halfweg	halfweg	NL	1165	115	Europe/Amsterdam	52.27833	4.53611				11	0553		
2754947	Haler	haler	NL	6012	0	Europe/Amsterdam	51.1875	5.77917		Haeler		05	1640		
2754959	Haghorst	haghorst	NL	5089	500	Europe/Amsterdam	51.49583	5.20694				06	0798		
2754962	Hagestein	hagestein	NL	4124	970	Europe/Amsterdam	51.98083	5.12222				09	1961		
2754975	Haelen	haelen	NL	6081	9935	Europe/Amsterdam	51.23583	5.95694		Haelen,Hale,Halen		05	1640		
2754978	Haastrecht	haastrecht	NL	2851	4500	Europe/Amsterdam	52.00074	4.77639		ہاسٹریچٹ		11	1931		
2754981	Haarzuilens	haarzuilens	NL	3455	0	Europe/Amsterdam	52.12167	4.99722		Haarxuilens,Haarzuilen		09	0344		
2754986	Haarsteeg	haarsteeg	NL	5254	2100	Europe/Amsterdam	51.71167	5.19861				06	0797		
2754991	Haarlo	haarlo	NL	7273	320	Europe/Amsterdam	52.1125	6.58194				03	1859		
2755001	Haarlemmerliede	haarlemmerliede	NL	2065	0	Europe/Amsterdam	52.3888	4.68893				07	0394		
2755239	Groot-Ammers	groot-ammers	NL	2964	3305	Europe/Amsterdam	51.92333	4.82361				11	1978		
2755003	Haarlem	haarlem	NL	2011	147590	Europe/Amsterdam	52.38084	4.63683		Chaarlem,Garlem,Haarlem,Haarlemo,Haarlim,Harlem,Harlema,Harlemas,Harlemum,Hārlema,Khaarlem,Kharlem,ha lei mu,haarlemi,haleulleom,harlm,haruremu,Χάαρλεμ,Гарлем,Хаарлем,Харлем,Հարլեմ,הארלם,هارلم,ہارلم,ܗܐܪܠܡ,ჰაარლემი,ハールレム,哈勒姆,하를럼	07	07	0392		
2755005	Haarle	haarle	NL	7448	0	Europe/Amsterdam	52.40417	6.83889				15	0183		
2755006	Haarle	haarle	NL	7448	1045	Europe/Amsterdam	52.35917	6.38056				15	0163		
2755009	Haaren	haaren	NL	5076	3835	Europe/Amsterdam	51.6025	5.22222		Haaren,haren,harn,هارن,ہارین،شمالی برابنٹ,ハーレン		06	0824		
2755026	Haalderen	haalderen	NL	6685	1850	Europe/Amsterdam	51.8875	5.92917				03	1705		
2755030	Haaksbergen	haaksbergen	NL	7481	24137	Europe/Amsterdam	52.15667	6.73889		Haaksbergen,Khaaksbergen,Хааксберген		15	0158		
2755039	Haaften	haaften	NL	4175	2370	Europe/Amsterdam	51.81583	5.21111				03	1960		
2755040	Guttecoven	guttecoven	NL	6143	1260	Europe/Amsterdam	51.015	5.81806		Guttekoven		05	1883		
2755045	Gulpen	gulpen	NL	6271	3560	Europe/Amsterdam	50.81583	5.88889		Gulpe		05	1729		
2755051	Grubbenvorst	grubbenvorst	NL	5971	0	Europe/Amsterdam	51.42	6.14583		Grevors		05	1507		
2755052	Grou	grou	NL	9001	5535	Europe/Amsterdam	53.09456	5.83745		Grou,Grouw	0080	02	0080		
2755106	Grootschermer	grootschermer	NL	1843	715	Europe/Amsterdam	52.5825	4.85				07	0361		
2755115	Linden	linden	NL	5439	225	Europe/Amsterdam	51.74917	5.83056		Linden		06	1684		
2755204	Grootegast	grootegast	NL	9861	3350	Europe/Amsterdam	53.2125	6.27361		Grootegast		04	1969		
2755211	Grootebroek	grootebroek	NL	1613	0	Europe/Amsterdam	52.6975	5.21667				07	0532		
2755243	Gronsveld	gronsveld	NL	6247	2380	Europe/Amsterdam	50.81083	5.73056				05	1903		
2755251	Groningen	groningen	NL	9711	181194	Europe/Amsterdam	53.21917	6.56667		Chronin'nken,GRQ,Greunienge,Grins,Groninga,Groninge,Groningen,Groningena,Groningenas,Groningue,Grunneng,Gròninga,Qroningen,Vilojati Groningen,furoningen,furoningen shi,ge luo ning gen,groningeni,heuloning-eon,hrwnyngn,khrwnyngn,Χρόνινγκεν,Вилояти Гронинген,Гронинген,Гронінген,חרונינגן,خرونینگن,گروننگن شہر,გრონინგენი,フローニンゲン,フローニンゲン市,格罗宁根,흐로닝언	04	04	0014		
2755257	Grolloo	grolloo	NL	9444	635	Europe/Amsterdam	52.935	6.67222		Grollo		01	1680		
2755266	Groet	groet	NL	1873	0	Europe/Amsterdam	52.7225	4.66806				07	0373		
2755267	Groessen	groessen	NL	6923	1955	Europe/Amsterdam	51.93167	6.02639		Groesen		03	0226		
2755272	Groesbeek	groesbeek	NL	6561	18741	Europe/Amsterdam	51.77667	5.93611		Groesbeek		03	1945		
2755281	Groenlo	groenlo	NL	7141	0	Europe/Amsterdam	52.04167	6.61111		Grenlo,Groenlo,Grunlo,furunro,grwynlw,he long luo,heulunlo,Грунло,گروئنلو,フルンロー,赫龍洛,흐룬로		03	1586		
2755285	Groeningen	groeningen	NL	5826	0	Europe/Amsterdam	51.60917	5.99722				06	0756		
2755302	Groenekan	groenekan	NL	3737	1565	Europe/Amsterdam	52.12333	5.15278				09	0310		
2755305	Groede	groede	NL	4503	720	Europe/Amsterdam	51.37833	3.50694		De Groe		10	1714		
2755315	Grijpskerke	grijpskerke	NL	4364	1040	Europe/Amsterdam	51.53417	3.56111				10	0717		
2755317	Grijpskerk	grijpskerk	NL	9843	2520	Europe/Amsterdam	53.2625	6.30833		Gryptsjerk		04	1969		
2755328	Griendtsveen	griendtsveen	NL	5766	490	Europe/Amsterdam	51.4425	5.88472				05	1507		
2755337	Grevenbicht	grevenbicht	NL	6127	2355	Europe/Amsterdam	51.03833	5.775				05	1883		
2755343	Greonterp	greonterp	NL	8658	35	Europe/Amsterdam	53.01473	5.5196				02	1900		
2755358	Grave	grave	NL	5361	12999	Europe/Amsterdam	51.75902	5.73882		De Graaf,Grave,Xrave,he la fu,khrafh,Граве,Խրավե,خرافه,赫拉弗		06	0786		
2755363	Grathem	grathem	NL	6096	0	Europe/Amsterdam	51.1925	5.85972		Gratem		05	1640		
2755367	Grashoek	grashoek	NL	5985	1355	Europe/Amsterdam	51.36083	5.94306				05	1894		
2755371	Gramsbergen	gramsbergen	NL	7783	0	Europe/Amsterdam	52.60917	6.67222				15	0160		
2755375	Graft	graft	NL	1484	880	Europe/Amsterdam	52.56083	4.83056				07	0361		
2755376	Grafhorst	grafhorst	NL	8277	1015	Europe/Amsterdam	52.5825	5.93333				15	0166		
2755382	Graauw	graauw	NL	4569	0	Europe/Amsterdam	51.32833	4.10278		Grauw		10	0677		
2755399	Goutum	goutum	NL	9084	2790	Europe/Amsterdam	53.17734	5.8037				02	0080		
2755401	Goudswaard	goudswaard	NL	3267	1530	Europe/Amsterdam	51.79417	4.27639		Korendijk		11	1963		
2755405	Goudriaan	goudriaan	NL	2977	0	Europe/Amsterdam	51.90333	4.9				11	1978		
2755410	Gouderak	gouderak	NL	2831	2635	Europe/Amsterdam	51.98417	4.67778				11	1931		
2755420	Gouda	gouda	NL	2801	71952	Europe/Amsterdam	52.01667	4.70833		Chaounta,Gauda,Gaudanum,Gouda,Guda,Quda,ga'uda,gauda,ghwda,ghwdt,goda,hao da,hauda,kea da,khawda,Χάουντα,Гауда,Գաուդա,خاودا,غودا,غودة,गउडा,గౌడ,เกาดา,გაუდა,ゴーダ,豪达,하우다		11	0513		
2755428	Gorssel	gorssel	NL	7213	3530	Europe/Amsterdam	52.20167	6.20139		Gorsel		03	0262		
2755429	Gorredijk	gorredijk	NL	8401	7040	Europe/Amsterdam	53.00659	6.06402		De Gordyk,Gordyk,Gorredijk		02	0086		
2755434	Gorinchem	gorinchem	NL	4201	34736	Europe/Amsterdam	51.83652	4.97243		Chorin'chem,Garkum,Gorcum,Goricum,Gorinkhem,Gorkum,Xorinxem,holinheom,horukumu,huo lin he mu,khwrykwm,Χόρινχεμ,Горинхем,Ґорінхем,Խորինխեմ,خوريكوم,ホルクム,霍林赫姆,호린험		11	0512		
2755449	Goor	goor	NL	7471	11460	Europe/Amsterdam	52.23333	6.58611		Goor,Гоор		15	1735		
2755450	Goor	goor	NL	7471	0	Europe/Amsterdam	51.455	5.64028				06	1771		
2755464	Goirle	goirle	NL	5051	22646	Europe/Amsterdam	51.52083	5.06667		Goirl,Goirle,Goorle,Gorle,Xorle,khwrla,Гоирл,Горле,Խորլե,خورلا		06	0785		
2755467	Goingarijp	goingarijp	NL	8511	250	Europe/Amsterdam	53.01168	5.77151		Goaiingaryp,Goaiïngaryp,Goengarijp,Goengaryp,Goingarijp,Goëngaryp,Goïngarijp		02	1940		
2755476	Goes	goes	NL	4461	36931	Europe/Amsterdam	51.50417	3.88889		Chous,Goes,Gus,Gusas,hu si,khws,Χους,Гус,خوس,胡斯		10	0664		
2755480	Goëngahuizen	goengahuizen	NL	8497	55	Europe/Amsterdam	53.0784	5.89022		Goaiingahuzen,Goaiïngahuzen,Goingahuizen		02	0090		
2755482	Goënga	goenga	NL	8628	165	Europe/Amsterdam	53.05483	5.69281		Goinga		02	1900		
2755485	Goedereede	goedereede	NL	3252	11597	Europe/Amsterdam	51.8175	3.98056		Goederee,Goeree,Goereê,Guderede,Xudereyde,hu de lei de,Гудереде,Խուդերեյդե,胡德雷德		11	1924		
2755489	Godlinze	godlinze	NL	9908	240	Europe/Amsterdam	53.3725	6.81389				04	1979		
2755492	De Glind	de-glind	NL	3794	320	Europe/Amsterdam	52.12	5.50694		De Glind,Glind,Glinde,Glinder		03	0203		
2755495	Glimmen	glimmen	NL	9756	1065	Europe/Amsterdam	53.13917	6.62917				04	0014		
2755497	Glane	glane	NL	7585	0	Europe/Amsterdam	52.2325	7.00278				15	0168		
2755507	Gilze	gilze	NL	5126	6300	Europe/Amsterdam	51.54417	4.94028				06	0784		
2755517	Giethoorn	giethoorn	NL	8355	2130	Europe/Amsterdam	52.74	6.07917		Giteren,Githorn,Gitkhorn,hythwrn,jythwrn,yang jiao cun,Гитхорн,Գիթհորն,חיטהורן,جيثورن,羊角村		15	1708		
2755518	Giethmen	giethmen	NL	8147	0	Europe/Amsterdam	52.49417	6.40278		Gietmen		15	0175		
2755520	Gieterveen	gieterveen	NL	9511	660	Europe/Amsterdam	53.0275	6.8375				01	1680		
2755527	Gieten	gieten	NL	9461	4885	Europe/Amsterdam	53.005	6.76389				01	1680		
2755533	Giessenburg	giessenburg	NL	3381	4800	Europe/Amsterdam	51.85083	4.89028		Giesen Nieuwkerk,Giessen Nieuwkerk		11	1978		
2755535	Giessen	giessen	NL	4283	1375	Europe/Amsterdam	51.79	5.03056		Giesen		06	1959		
2755536	Giesbeek	giesbeek	NL	6987	2745	Europe/Amsterdam	51.99333	6.06667				03	0299		
2755542	Gytsjerk	gytsjerk	NL	9061	2175	Europe/Amsterdam	53.24293	5.89502		Giekerk,Gytsjerk		02	0737		
2755557	Geulle	geulle	NL	6243	185	Europe/Amsterdam	50.92167	5.75		Geul,Guelle		05	0938		
2755569	Gersloot	gersloot	NL	8457	110	Europe/Amsterdam	53.00704	5.9654		Gershot		02	0074		
2755574	Gerkesklooster	gerkesklooster	NL	9873	730	Europe/Amsterdam	53.23794	6.20367		Gerkeskleaster,Gerkesklooster		02	0059		
2755584	Gennep	gennep	NL	6591	16642	Europe/Amsterdam	51.69833	5.97361		Asnapium,Gennep,Gennep an der Maas		05	0907		
2755585	Gennep	gennep	NL	6591	30	Europe/Amsterdam	51.42083	5.47361				06	0772		
2755594	Genemuiden	genemuiden	NL	8281	0	Europe/Amsterdam	52.62333	6.04028		hai ne mo yi deng,海訥默伊登		15	1896		
2755597	Gendt	gendt	NL	6691	5590	Europe/Amsterdam	51.8775	5.97083		Gent		03	1705		
2755599	Gendringen	gendringen	NL	7081	3880	Europe/Amsterdam	51.87333	6.37639		Gendringen,Гендринген		03	1509		
2755601	Genderen	genderen	NL	4265	1645	Europe/Amsterdam	51.73583	5.0875				06	1959		
2755603	Gemonde	gemonde	NL	5271	1490	Europe/Amsterdam	51.61833	5.35694				06	0845		
2755605	Gemert	gemert	NL	5421	15995	Europe/Amsterdam	51.55583	5.69028		khymyrt,خيميرت		06	1652		
2755609	Gelselaar	gelselaar	NL	7275	310	Europe/Amsterdam	52.16833	6.52639				03	1859		
2755611	Gellicum	gellicum	NL	4155	220	Europe/Amsterdam	51.87752	5.15459	3	Gellekom,Gellekum,Gellikum		03	1960		
2755616	Geleen	geleen	NL	6161	32790	Europe/Amsterdam	50.97417	5.82917		Gelaen,Gelen,Gelenas,he lun,khe len,Гелен,เคเลน,赫倫		05	1883		
2755619	Geldrop	geldrop	NL	5661	27900	Europe/Amsterdam	51.42167	5.55972		Gel'drop,Гельдроп		06	1771		
2755620	Gelderswoude	gelderswoude	NL	2735	65	Europe/Amsterdam	52.09167	4.53056		Gelderwoude		11	0638		
2755633	Geldermalsen	geldermalsen	NL	4191	25734	Europe/Amsterdam	51.88083	5.28889		Gel'dermalsen,Geldermalsen,Xeldermalsen,khyldrmalsn,Гелдермалсен,Гельдермалсен,Խելդերմալսեն,خيلدرمالسن		03	1960		
2755645	Geffen	geffen	NL	5386	3870	Europe/Amsterdam	51.74	5.46389				06	0828		
2755647	Geeuwenbrug	geeuwenbrug	NL	7985	270	Europe/Amsterdam	52.87083	6.37222				01	1701		
2755652	Geesteren	geesteren	NL	7274	0	Europe/Amsterdam	52.42083	6.73611				15	0183		
2755653	Geesteren	geesteren	NL	7274	555	Europe/Amsterdam	52.13917	6.52639				03	1859		
2755662	Geesbrug	geesbrug	NL	7917	725	Europe/Amsterdam	52.72667	6.63333				01	0109		
2755664	Gees	gees	NL	7863	530	Europe/Amsterdam	52.74741	6.68879				01	0109		
2755666	Geervliet	geervliet	NL	3211	0	Europe/Amsterdam	51.86167	4.26111				11	1930		
2755669	Geertruidenberg	geertruidenberg	NL	4931	20941	Europe/Amsterdam	51.70167	4.85694		Geertruidenberg,Getrudenberg,Mont-Sainte-Gertrude,Xeyrtraudenberx,hai te lei yi deng bei he,khyrtrawdnbyrkh,Гетруденберг,Խեյրտրաուդենբերխ,خيرتراودنبيرخ,海特勒伊登貝赫		06	0779		
2755675	Geersdijk	geersdijk	NL	4494	265	Europe/Amsterdam	51.56583	3.77083		Geersdijke		10	1695		
2755680	Geerdijk	geerdijk	NL	7686	360	Europe/Amsterdam	52.47667	6.57083				15	1700		
2755691	Geelbroek	geelbroek	NL	9455	0	Europe/Amsterdam	52.95083	6.57361				01	1680		
2755702	Gauw	gauw	NL	8627	365	Europe/Amsterdam	53.05772	5.71306				02	1900		
2755707	Gasteren	gasteren	NL	9466	395	Europe/Amsterdam	53.035	6.66389				01	1680		
2755709	Gastel	gastel	NL	6028	720	Europe/Amsterdam	51.28583	5.55556				06	1706		
2755711	Gasselternijveenschemond	gasselternijveenschemond	NL	9515	625	Europe/Amsterdam	52.99454	6.89821		Gasselternijeveenschemond		01	1680		
2755712	Gasselternijveen	gasselternijveen	NL	9514	1780	Europe/Amsterdam	52.98833	6.85278		Gasselternijeveen		01	1680		
2755717	Gasselte	gasselte	NL	9462	1495	Europe/Amsterdam	52.97167	6.79444				01	1680		
2755718	Gassel	gassel	NL	5438	0	Europe/Amsterdam	51.74083	5.78056				06	0786		
2755720	Garsthuizen	garsthuizen	NL	9923	0	Europe/Amsterdam	53.36833	6.71389		Garshuizen		04	1979		
2755725	Garrelsweer	garrelsweer	NL	9918	495	Europe/Amsterdam	53.31083	6.77083				04	1979		
2755726	Garnwerd	garnwerd	NL	9893	345	Europe/Amsterdam	53.30417	6.49306				04	1969		
2755727	Garminge	garminge	NL	9438	80	Europe/Amsterdam	52.82	6.625				01	1731		
2755728	Garmerwolde	garmerwolde	NL	9798	410	Europe/Amsterdam	53.2475	6.65		Garnerwolde		04	0014		
2755729	Garyp	garyp	NL	9263	1545	Europe/Amsterdam	53.16667	5.96667		Garijp,Garyp		02	0737		
2755732	Garderen	garderen	NL	3886	1320	Europe/Amsterdam	52.23083	5.71389				03	0203		
2755736	Gapinge	gapinge	NL	4352	380	Europe/Amsterdam	51.54417	3.625				10	0717		
2755751	Gameren	gameren	NL	5311	2200	Europe/Amsterdam	51.80083	5.20417				03	0297		
2755770	Galder	galder	NL	4855	610	Europe/Amsterdam	51.515	4.77639				06	1723		
2755781	Gaastmeer	gaastmeer	NL	8611	215	Europe/Amsterdam	52.96482	5.54406				02	1900		
2755789	Gaast	gaast	NL	8757	180	Europe/Amsterdam	53.01602	5.40931				02	1900		
2755794	Gaanderen	gaanderen	NL	7011	0	Europe/Amsterdam	51.93333	6.35				03	0222		
2755801	Froombosch	froombosch	NL	9619	770	Europe/Amsterdam	53.19417	6.78056				04	1952		
2755819	Frieschepalen	frieschepalen	NL	9249	785	Europe/Amsterdam	53.10938	6.20642		Frieschepalen,Fryske Peallen		02	0086		
2755820	Friens	friens	NL	9009	75	Europe/Amsterdam	53.09915	5.79906		Friens		02	0080		
2755824	Frederiksoord	frederiksoord	NL	8382	140	Europe/Amsterdam	52.84344	6.18723				01	1701		
2755845	Franeker	franeker	NL	8801	12996	Europe/Amsterdam	53.18546	5.54123		Franeker,Frjentsjer,franykyr,fu la ne ke,Франекер,فرانيكير,弗拉訥克		02	1949		
2755850	Foxwolde	foxwolde	NL	9314	150	Europe/Amsterdam	53.16	6.45972		Fokswolde,Wolde		01	1699		
2755853	Foxhol	foxhol	NL	9607	840	Europe/Amsterdam	53.16741	6.72183		Fokshol		04	1952		
2755857	Foudgum	foudgum	NL	9154	80	Europe/Amsterdam	53.34497	5.94206		Foudgum		02	1970		
2755863	Formerum	formerum	NL	8894	170	Europe/Amsterdam	53.39049	5.31515		Formearum		02	0093		
2755868	Folsgare	folsgare	NL	8773	325	Europe/Amsterdam	53.03729	5.60509		Folsgara		02	1900		
2755871	Follega	follega	NL	8535	160	Europe/Amsterdam	52.88502	5.73621		Follega		02	1940		
2755879	Fochteloo	fochteloo	NL	8428	305	Europe/Amsterdam	52.99162	6.33551		De Fochtel,Fochtelo,Fochteloo		02	0085		
2755882	Fluitenberg	fluitenberg	NL	7931	0	Europe/Amsterdam	52.73583	6.45417				01	0118		
2755896	Fleringen	fleringen	NL	7666	0	Europe/Amsterdam	52.3825	6.80556				15	0183		
2755902	Firdgum	firdgum	NL	8852	60	Europe/Amsterdam	53.24878	5.56011		Firdgum,Furdgum		02	1949		
2755905	Finsterwolde	finsterwolde	NL	9684	0	Europe/Amsterdam	53.19833	7.08472				04	1895		
2755907	Feinsum	feinsum	NL	9053	169	Europe/Amsterdam	53.27824	5.75537		Feinsum,Finkum		02	0080		
2755911	Fijnaart	fijnaart	NL	4793	4855	Europe/Amsterdam	51.6375	4.46944				06	1709		
2755913	Ferwoude	ferwoude	NL	8711	145	Europe/Amsterdam	53.00549	5.43283				02	1900		
2755920	Ferwert	ferwert	NL	9172	1935	Europe/Amsterdam	53.33784	5.82533		Ferwerd		02	1970		
2755926	Feerwerd	feerwerd	NL	9892	165	Europe/Amsterdam	53.30583	6.46528		*Fathrwurth-,*Faþrwurþ-,Fiwwerd,Uederuurgi [a. 855],Uederuurđi [a. 855]		04	1969		
2755929	Farmsum	farmsum	NL	9936	2185	Europe/Amsterdam	53.32167	6.92639				04	1979		
2755938	Ezinge	ezinge	NL	9891	680	Europe/Amsterdam	53.31	6.44167				04	1969		
2755941	Eys	eys	NL	6287	0	Europe/Amsterdam	50.825	5.9375		Ees,Eijs,Eis		05	1729		
2755944	Exmorra	exmorra	NL	8759	390	Europe/Amsterdam	53.05551	5.46458		Eksmoarre,Eksmorra		02	1900		
2755947	Exloo	exloo	NL	7875	1525	Europe/Amsterdam	52.8825	6.86389		Eksloo,Exlo		01	1681		
2755948	Exloërveen	exloerveen	NL	9574	50	Europe/Amsterdam	52.90667	6.90833		Ekslooerveen,Ekslooërveen		01	1681		
2755956	Ewijk	ewijk	NL	6644	0	Europe/Amsterdam	51.87	5.7375				03	0209		
2755957	Ewijk	ewijk	NL	6644	0	Europe/Amsterdam	51.76	5.77083				03	0252		
2755961	Evertsoord	evertsoord	NL	5977	0	Europe/Amsterdam	51.40336	5.95854				05	1507		
2755976	Everdingen	everdingen	NL	4121	805	Europe/Amsterdam	51.965	5.15556				09	1961		
2755984	Eursinge	eursinge	NL	7935	65	Europe/Amsterdam	52.8375	6.60694				01	1731		
2755985	Eursinge	eursinge	NL	7935	0	Europe/Amsterdam	52.7775	6.44444				01	1690		
2755986	Eursinge	eursinge	NL	7935	0	Europe/Amsterdam	52.76583	6.22083		Eurzinge		01	1701		
2755995	Etten	etten	NL	7075	1470	Europe/Amsterdam	51.91667	6.33611				03	1509		
2755996	Etten-Leur	etten	NL	7075	0	Europe/Amsterdam	51.57056	4.63726		Eten-Leur,Etenas-Leras,aytn- lwr,eteonloeleu,etten=ruru,Էտեն-Լեուր,إيتن- لور,エッテン＝ルール,에턴뢰르		06	0777		
2756003	Est	est	NL	4185	470	Europe/Amsterdam	51.85333	5.31528				03	1960		
2756019	Espel	espel	NL	8311	0	Europe/Amsterdam	52.72417	5.64167		Espele		16	0171		
2756028	Escharen	escharen	NL	5364	0	Europe/Amsterdam	51.74333	5.74583		Escheren,Escre,Esteren		06	0786		
2756030	Esch	esch	NL	5296	1820	Europe/Amsterdam	51.61083	5.29028				06	0757		
2756031	Esbeek	esbeek	NL	5085	825	Europe/Amsterdam	51.46167	5.1375				06	0798		
2756035	Erp	erp	NL	5469	3600	Europe/Amsterdam	51.6	5.60694				06	1948		
2756039	Ermelo	ermelo	NL	3851	10255	Europe/Amsterdam	52.29833	5.62222		Ehrmelo,Ermelo,Эрмело		03	0233		
2756040	Erm	erm	NL	7843	385	Europe/Amsterdam	52.755	6.81667				01	0109		
2756041	Erlecom	erlecom	NL	6577	165	Europe/Amsterdam	51.84917	5.96389		Erlekom		03	1945		
2756044	Erichem	erichem	NL	4117	370	Europe/Amsterdam	51.90083	5.34861				03	0214		
2756046	Erica	erica	NL	7887	0	Europe/Amsterdam	52.71417	6.92639				01	0114		
2756050	Epse	epse	NL	7214	1470	Europe/Amsterdam	52.225	6.2				03	0262		
2756053	Eppenhuizen	eppenhuizen	NL	9996	50	Europe/Amsterdam	53.38083	6.69722				04	1966		
2756056	Epen	epen	NL	6285	725	Europe/Amsterdam	50.77583	5.91111				05	1729		
2756059	Epe	epe	NL	8161	33385	Europe/Amsterdam	52.3475	5.98333		Ehpe,Эпе		03	0232		
2756062	Enumatil	enumatil	NL	9811	0	Europe/Amsterdam	53.21583	6.40833				04	1969		
2756065	Enter	enter	NL	7468	0	Europe/Amsterdam	52.29417	6.57778				15	0189		
2756066	Enspijk	enspijk	NL	4157	420	Europe/Amsterdam	51.88333	5.2125		Enspik		03	1960		
2756071	Enschede	enschede	NL	7511	153655	Europe/Amsterdam	52.21833	6.89583		ENS,Eanske,Ehnskhede,Ehnskhedeh,Enschede,Enschedė,Ensjedee,Enskede,Enskhede,Ensxeyde,Ynskedee,anskhdh,anskhydh,en si he de,enseuhedeo,enskhede,ensuhede,xen s kede,Енсхеде,Энсхеде,Энсхедэ,Էնշխեյդե,אנסחדה,إنسخيده,انسخده,انشیدے,ܐܢܫܟܕܐ,เอนสเกเด,ენსხედე,エンスヘーデ,恩斯赫德,엔스헤더		15	0153		
2756072	Ens	ens	NL	8307	3174	Europe/Amsterdam	52.63667	5.82778				16	0171		
2756077	Enkhuizen	enkhuizen	NL	1601	17365	Europe/Amsterdam	52.70333	5.29167		Enkhuizen,Enkhuze,Inkhuzen		07	0388		
2756081	Engwierum	engwierum	NL	9132	410	Europe/Amsterdam	53.32124	6.13621		Engwierum,Ingwierrum		02	1970		
2756088	Ingelum	ingelum	NL	9038	0	Europe/Amsterdam	53.22567	5.71589		Engelum,Ingelum		02	1949		
2756114	Emst	emst	NL	8166	1310	Europe/Amsterdam	52.31583	5.97361				03	0232		
2756118	Empe	empe	NL	7399	708	Europe/Amsterdam	52.15583	6.13889				03	0213		
2759053	Bern	bern	NL	5318	0	Europe/Amsterdam	51.74833	5.16528				03	0297		
2756133	Emmer-Compascuum	emmer-compascuum	NL	7881	8130	Europe/Amsterdam	52.81167	7.04722				01	0114		
2756136	Emmen	emmen	NL	7811	57010	Europe/Amsterdam	52.77917	6.90694		Ehmmen,Emen,Emenas,Emme,Emmen,Emmeni vald,ai men,amn,aymyn,emen,emena,emeon,Емен,Еммен,Эммен,Էմմեն,אמן,إمن,إيمين,امن,एमेन,エメン,埃門,에먼		01	0114		
2756137	Emmen	emmen	NL	7811	0	Europe/Amsterdam	52.49667	6.23056				15	0148		
2756139	Emmeloord	emmeloord	NL	8301	46409	Europe/Amsterdam	52.71083	5.74861		Ehmmelord,Emmeloard,Emmelord,ai mo luo er de,Еммелорд,Эммелорд,埃默洛爾德		16	0171		
2756160	Elst	elst	NL	6661	0	Europe/Amsterdam	51.98667	5.49722		Elst Ut		09	0340		
2756161	Elst	elst	NL	6661	20488	Europe/Amsterdam	51.91917	5.84167				03	1734		
2756165	Elspeet	elspeet	NL	8075	2810	Europe/Amsterdam	52.29167	5.78889				03	0302		
2756168	Elsloo	elsloo	NL	6181	365	Europe/Amsterdam	52.94272	6.23817		Else,Elslo,Elsloo		02	0085		
2756169	Elsloo	elsloo	NL	6181	7220	Europe/Amsterdam	50.94917	5.77083		Aelse,Elslo		05	0971		
2756171	Elshout	elshout	NL	5154	0	Europe/Amsterdam	51.88806	4.63652		Den Elshout,Elshout		11	1978		
2756172	Elshout	elshout	NL	5154	1655	Europe/Amsterdam	51.70083	5.14167				06	0797		
2756173	Elshout	elshout	NL	5154	0	Europe/Amsterdam	51.50583	6.08472				05	1507		
2756178	Elsendorp	elsendorp	NL	5424	560	Europe/Amsterdam	51.58083	5.76944				06	1652		
2756188	Elp	elp	NL	9442	330	Europe/Amsterdam	52.88167	6.64583				01	1731		
2756190	Ellewoutsdijk	ellewoutsdijk	NL	4437	0	Europe/Amsterdam	51.38917	3.81528		Ellewoudsdijk		10	0654		
2756192	Ellertshaar	ellertshaar	NL	9535	0	Europe/Amsterdam	52.8925	6.7375				01	1681		
2756198	Ellemeet	ellemeet	NL	4323	275	Europe/Amsterdam	51.72833	3.81528				10	1676		
2756200	Ellecom	ellecom	NL	6955	1015	Europe/Amsterdam	52.0325	6.0875		Ellekom		03	0275		
2756202	Ell	ell	NL	6011	0	Europe/Amsterdam	51.22083	5.79306		El		05	1640		
2756204	Elkenrade	elkenrade	NL	6289	80	Europe/Amsterdam	50.84083	5.91806		Elkenraad		05	1729		
2756211	Elim	elim	NL	7916	0	Europe/Amsterdam	52.68083	6.58056				01	0118		
2756218	Eleveld	eleveld	NL	9456	0	Europe/Amsterdam	52.9575	6.58056				01	1680		
2756224	Eldersloo	eldersloo	NL	9453	0	Europe/Amsterdam	52.96583	6.61806				01	1680		
2756232	Elburg	elburg	NL	8081	21844	Europe/Amsterdam	52.4475	5.84306		Ehlburg,Элбург		03	0230		
2756235	Elahuizen	elahuizen	NL	8581	350	Europe/Amsterdam	52.92174	5.53711				02	1940		
2756242	Ekehaar	ekehaar	NL	9454	255	Europe/Amsterdam	52.9525	6.60278				01	1680		
2756248	Einighausen	einighausen	NL	6142	1340	Europe/Amsterdam	51.00167	5.82778				05	1883		
2756253	Eindhoven	eindhoven	NL	5611	209620	Europe/Amsterdam	51.44083	5.47778		Aintchofen,Ajndkhoven,Ajntoven,Ajntovën,EIN,Ehjndkhoven,Ehjndkhoven khot,Eindhove,Eindhoven,Eindhovena,Eindhovenas,Eindovia,Ejndgoven,Eyndhoven,a'indahovana,ai yin huo wen,aintohofen,ayndhwfn,ayndhwwn,eindhoveni,einteuhobeon,xind ho wen,yan hao fen,Αϊντχόφεν,Айндховен,Ајндховен,Ейндговен,Эйндховен,Эйндховен хот,Էյնդհովեն,איינדהובן,آئنڈھون,آيندهوفن,آیندهوون,اینتہوون,आइंडहोवन,ไอนด์โฮเวน,ეინდჰოვენი,アイントホーフェン,埃因霍温,燕豪芬,에인트호번		06	0772		
2756283	Eijsden	eijsden	NL	6245	11795	Europe/Amsterdam	50.78	5.7177		Eesjde,Eisden,Eysden,Èèsjde		05	1903		
2756285	Eygelshoven	eygelshoven	NL	6471	0	Europe/Amsterdam	50.89394	6.0587		Egelze,Eggelshoven,Eigelshoven,Eijgelshoven,Eygelshoven,Eygelshovenerneg		05	0928		
2756295	Eibergen	eibergen	NL	7151	16493	Europe/Amsterdam	52.1	6.64861				03	1859		
2756299	Egmond-Binnen	egmond-binnen	NL	1934	2575	Europe/Amsterdam	52.59583	4.65556				07	0373		
2756301	Egmond aan Zee	egmond-aan-zee	NL	1931	2505	Europe/Amsterdam	52.6204	4.62705		Ehgmond-an-Zee,Эгмонд-ан-Зее		07	0373		
2756302	Egmond aan den Hoef	egmond-aan-den-hoef	NL	1931	0	Europe/Amsterdam	52.62333	4.65278		Egmond a/d Hoef,Egmond aan de Hoef,Egmond aan den Hoef,Egmond op den Hoef		07	0373		
2756308	Egchel	egchel	NL	5987	1115	Europe/Amsterdam	51.31417	5.97222		Echel		05	1894		
2756311	Eexterzandvoort	eexterzandvoort	NL	9464	100	Europe/Amsterdam	53.035	6.78472				01	1680		
2756313	Eexterveenschekanaal	eexterveenschekanaal	NL	9659	245	Europe/Amsterdam	53.05583	6.8375				01	1680		
2756314	Eexterveen	eexterveen	NL	9658	430	Europe/Amsterdam	53.05333	6.80278		Eeksterveen,Noord Eexterveen		01	1680		
2756317	Eext	eext	NL	9463	1225	Europe/Amsterdam	53.0175	6.73472		Eekst		01	1680		
2756318	Eethen	eethen	NL	4266	650	Europe/Amsterdam	51.7325	5.05278		Eeten,Eten		06	1959		
2756320	Eesveen	eesveen	NL	8347	370	Europe/Amsterdam	52.82417	6.14028				15	1708		
2756321	Jistrum	jistrum	NL	9258	555	Europe/Amsterdam	53.21158	6.06668		Eestrum,Jistrum		02	0737		
2756323	Eesterga	eesterga	NL	8534	45	Europe/Amsterdam	52.86754	5.72856		Eesterga		02	1940		
2756325	Eeserveen	eeserveen	NL	7858	0	Europe/Amsterdam	52.8675	6.76528				01	1681		
2756327	Eesergroen	eesergroen	NL	9537	85	Europe/Amsterdam	52.89	6.77917				01	1681		
2756329	Ees	ees	NL	9536	310	Europe/Amsterdam	52.90833	6.80556				01	1681		
2756342	Eersel	eersel	NL	5521	18185	Europe/Amsterdam	51.3575	5.31806		Eersel,Eyrsel,ayrsl,Էյրսել,إيرسل		06	0770		
2756344	Earnewâld	earnewald	NL	9264	345	Europe/Amsterdam	53.13109	5.94609		Earnewald,Earnewâld,Eernewoude		02	0737		
2756351	Eerbeek	eerbeek	NL	6961	10103	Europe/Amsterdam	52.105	6.05833		Erbeke		03	0213		
2756352	Een-West	een-west	NL	9343	0	Europe/Amsterdam	53.085	6.33889				01	1699		
2756355	Eenum	eenum	NL	9913	90	Europe/Amsterdam	53.33833	6.78194		Enum		04	1979		
2756358	Eenrum	eenrum	NL	9967	1365	Europe/Amsterdam	53.3625	6.45833		Enram,Ènram		04	1966		
2756380	Een	een	NL	9342	535	Europe/Amsterdam	53.07667	6.39583				01	1699		
2756394	Eemnes	eemnes	NL	3755	630	Europe/Amsterdam	52.25417	5.26111		Eymnes,Iemnes,aymnys,Էյմնես,إيمنيس		09	0317		
2756398	Eemdijk	eemdijk	NL	3754	845	Europe/Amsterdam	52.255	5.33056				09	0313		
2756405	Eelderwolde	eelderwolde	NL	9766	295	Europe/Amsterdam	53.17583	6.54306		Eeldenerwolde		01	1730		
2756408	Eelde	eelde	NL	9761	6450	Europe/Amsterdam	53.13583	6.5625		Eelde		01	1730		
2756418	Eefde	eefde	NL	7211	3285	Europe/Amsterdam	52.16667	6.225				03	0262		
2756419	Eede	eede	NL	4529	515	Europe/Amsterdam	51.2475	3.44306				10	1714		
2756422	Ee	ee	NL	9131	610	Europe/Amsterdam	53.33026	6.10033		Ee,Ie		02	1970		
2756426	Ederveen	ederveen	NL	6744	3100	Europe/Amsterdam	52.06333	5.57778				03	0228		
2756429	Ede	ede	NL	6711	67670	Europe/Amsterdam	52.03333	5.65833		EWS,Ede,Ehde,ede,Эде,エーデ		03	0228		
2756431	Edam	edam	NL	1135	7380	Europe/Amsterdam	52.51215	5.04805		Edam,Ehdam,ai dan,edam,edamu,Едам,Эдам,エダム,埃丹,에담		07	0385		
2756432	Eck en Wiel	eck-en-wiel	NL	4024	960	Europe/Amsterdam	51.96917	5.45694		Eck,Ek en Wiel,Wiel		03	0214		
2756434	Eckelrade	eckelrade	NL	6251	570	Europe/Amsterdam	50.8075	5.76528		Ekkelrade		05	1903		
2756438	Echtenerbrug	echtenerbrug	NL	8539	1200	Europe/Amsterdam	52.87141	5.82147		Echterbrug		02	1940		
2756439	Echten	echten	NL	7932	240	Europe/Amsterdam	52.87317	5.79821				02	1940		
2756440	Echten	echten	NL	7932	195	Europe/Amsterdam	52.71167	6.39722				01	1690		
2756442	Echteld	echteld	NL	4054	545	Europe/Amsterdam	51.91	5.49583				03	1740		
2756444	Echt	echt	NL	6101	0	Europe/Amsterdam	51.10583	5.87361		Ech		05	1711		
2756451	Dwingeloo	dwingeloo	NL	7991	2430	Europe/Amsterdam	52.83417	6.36944		Dvingelo,Dwingelo,dfynjylw,Двингело,دفينجيلو		01	1701		
2756483	Dussen	dussen	NL	4271	0	Europe/Amsterdam	51.73083	4.9625				06	1959		
2756500	Duizel	duizel	NL	5525	1460	Europe/Amsterdam	51.36833	5.29722				06	0770		
2756504	Duivendrecht	duivendrecht	NL	1115	4720	Europe/Amsterdam	52.32941	4.93964		Amsterdam-Duivendrecht		07	0437		
2756507	Duiven	duiven	NL	6921	25469	Europe/Amsterdam	51.94667	6.01389		Duiven		03	0226		
2756539	Druten	druten	NL	6651	6270	Europe/Amsterdam	51.88833	5.60556		Druten		03	0225		
2756543	Drunen	drunen	NL	5151	0	Europe/Amsterdam	51.68583	5.13333				06	0797		
2756548	Drouwenerveen	drouwenerveen	NL	9525	250	Europe/Amsterdam	52.96917	6.85				01	1681		
2756549	Drouwenermond	drouwenermond	NL	9523	530	Europe/Amsterdam	52.97833	6.90556				01	1681		
2756550	Drouwen	drouwen	NL	9533	425	Europe/Amsterdam	52.95333	6.79583				01	1681		
2756559	Dronten	dronten	NL	8251	28073	Europe/Amsterdam	52.525	5.71806		Dronten,doronten,Дронтен,ドロンテン		16	0303		
2756561	Dronryp	dronryp	NL	9035	3486	Europe/Amsterdam	53.2	5.65		Dronrijp,Dronryp		02	1949		
2756562	Drongelen	drongelen	NL	4267	235	Europe/Amsterdam	51.71583	5.05417				06	1959		
2756564	Drogteropslagen	drogteropslagen	NL	7705	290	Europe/Amsterdam	52.6225	6.49861		Drochteropslagen		01	1690		
2756567	Drogeham	drogeham	NL	9289	1530	Europe/Amsterdam	53.20213	6.11183		Droegeham,Drogeham,Droogeham		02	0059		
2756569	Drimmelen	drimmelen	NL	4924	450	Europe/Amsterdam	51.70667	4.80417		Drimelen,Drimlen,Drimmelen,drymylyn,Дримлен,Дриммелен,Դրիմելեն,دريميلين		06	1719		
2756570	Drijber	drijber	NL	9419	115	Europe/Amsterdam	52.7925	6.53889				01	1731		
2756572	Driewegen	driewegen	NL	4438	574	Europe/Amsterdam	51.41833	3.80278				10	0654		
2756573	Driewegen	driewegen	NL	4438	0	Europe/Amsterdam	51.34359	3.65759				10	0715		
2756574	Driewegen	driewegen	NL	4438	80	Europe/Amsterdam	51.31173	3.848				10	0715		
2756577	Driezum	driezum	NL	9114	840	Europe/Amsterdam	53.2959	6.04609		Driesum,Driezum		02	1891		
2756591	Driel	driel	NL	6665	2940	Europe/Amsterdam	51.95917	5.81389				03	1734		
2756592	Driehuizen	driehuizen	NL	1844	4610	Europe/Amsterdam	52.20879	5.94442	18			03	0200		
2756593	Driehuizen	driehuizen	NL	1844	0	Europe/Amsterdam	53.04667	4.77639				07	0448		
2756594	Driehuizen	driehuizen	NL	1844	230	Europe/Amsterdam	52.57833	4.80694				07	0361		
2756595	Driehuizen	driehuizen	NL	1844	0	Europe/Amsterdam	51.6425	5.56944				06	1948		
2756596	Driehuizen	driehuizen	NL	1844	0	Europe/Amsterdam	51.45417	4.96806				06	0744		
2756597	Driehuizen	driehuizen	NL	1844	0	Europe/Amsterdam	51.41333	5.29722				06	0770		
2756614	Driebruggen	driebruggen	NL	3465	1485	Europe/Amsterdam	52.04417	4.8				11	1901		
2756616	Drieborg	drieborg	NL	9688	0	Europe/Amsterdam	53.20667	7.18194		Drieburg		04	1895		
2756619	Driebergen-Rijsenburg	driebergen-rijsenburg	NL	3971	18553	Europe/Amsterdam	52.05333	5.28056				09	1581		
2756626	Dreumel	dreumel	NL	6621	0	Europe/Amsterdam	51.84917	5.43333				03	0668		
2756634	Drempt	drempt	NL	6996	965	Europe/Amsterdam	52.0075	6.175		Dremt		03	1876		
2756636	Dreischor	dreischor	NL	4315	770	Europe/Amsterdam	51.69	3.98333		Dreischor,Drijschor		10	1676		
2756642	Drachtstercompagnie	drachtstercompagnie	NL	9222	1500	Europe/Amsterdam	53.13462	6.14153		De Compagnie,Drachster Compaghnie,Drachtster Kompenije,Drachtstercompagnie		02	0090		
2756644	Drachten	drachten	NL	9201	44537	Europe/Amsterdam	53.11254	6.0989		Drachten,Drakhten,QYC,de la he teng,drakhtn,Драхтен,دراختن,德拉赫滕	0090	02	0090		
2756657	Dorst	dorst	NL	4849	1965	Europe/Amsterdam	51.59	4.85694				06	0826		
2756669	Dordrecht	dordrecht	NL	3311	119260	Europe/Amsterdam	51.81	4.67361		Doardt,Dordracum,Dordrech,Dordrecht,Dordrechtas,Dordrehta,Dordrehto,Dordreque,Dordreĥto,Dordt,Dort,Ntorntrecht,dorutorehito,Ντόρντρεχτ,ドルトレヒト		11	0505		
2756673	Doorwerth	doorwerth	NL	6865	4370	Europe/Amsterdam	51.97917	5.79722				03	0274		
2756677	Doornspijk	doornspijk	NL	8085	1555	Europe/Amsterdam	52.41833	5.81806		Doornspyk		03	0230		
2756683	Doornenburg	doornenburg	NL	6686	2075	Europe/Amsterdam	51.89	6				03	1705		
2756686	Doorn	doorn	NL	3941	10330	Europe/Amsterdam	52.03343	5.34571		Doorn,Dorn,Доорн,Дорн		09	1581		
2756703	Donkerbroek	donkerbroek	NL	8435	1140	Europe/Amsterdam	53.01734	6.23927		Donkerbroek		02	0085		
2756715	Doniaga	doniaga	NL	8516	95	Europe/Amsterdam	52.90745	5.74791		Doniaga,Dunegea		02	1940		
2756719	Dongjum	dongjum	NL	8808	295	Europe/Amsterdam	53.20819	5.5438		Doanjum,Dongjum		02	1949		
2756723	Dongen	dongen	NL	5101	25464	Europe/Amsterdam	51.62667	4.93889		Dongen,dwnjn,Донген,Դոնգեն,دونجن		06	0766		
2756731	Donderen	donderen	NL	9497	370	Europe/Amsterdam	53.09583	6.54583				01	1730		
2756746	Domburg	domburg	NL	4357	1435	Europe/Amsterdam	51.56333	3.49583		Dombourg,Domburgo		10	0717		
2756753	Doldersum	doldersum	NL	8386	30	Europe/Amsterdam	52.88583	6.24444				01	1701		
2756759	Dokkum	dokkum	NL	9101	13145	Europe/Amsterdam	53.32224	5.99697		Dok'om,Dokkjum,Dokkum,duo ke mu,dwkwm,Доккюм,Докьом,دوكوم,多克姆	1970	02	1970		
2756763	Doezum	doezum	NL	9863	725	Europe/Amsterdam	53.20083	6.24861				04	1969		
2756764	Doeveren	doeveren	NL	5157	70	Europe/Amsterdam	51.72167	5.0875				06	0797		
2756767	Doetinchem	doetinchem	NL	7001	49906	Europe/Amsterdam	51.965	6.28889		Doetinchem,Dutinkhem,Дутинхем		03	0222		
2756771	Doesburg	doesburg	NL	6981	1050	Europe/Amsterdam	52.06667	5.61667				03	0228		
2756772	Doesburg	doesburg	NL	6981	11480	Europe/Amsterdam	52.0125	6.13889				03	0221		
2756774	Doenrade	doenrade	NL	6439	1140	Europe/Amsterdam	50.9675	5.90694		Groot Doenrade		05	1954		
2756777	Dodewaard	dodewaard	NL	6669	0	Europe/Amsterdam	51.9125	5.65556		Doodeward		03	1740		
2756787	Dirksland	dirksland	NL	3247	4500	Europe/Amsterdam	51.74917	4.1		Dirksland,di er ke si lan,Дирксланд,Դիրկսլանդ,迪尔克斯兰		11	1924		
2756788	Dirkshorn	dirkshorn	NL	1746	1480	Europe/Amsterdam	52.75	4.775		Dirckshorn		07	0441		
2756789	Diphoorn	diphoorn	NL	7842	65	Europe/Amsterdam	52.77	6.81944				01	0109		
2756793	Dinxperlo	dinxperlo	NL	7091	0	Europe/Amsterdam	51.86417	6.4875		Dingsperloo		03	0197		
2756800	Dinteloord	dinteloord	NL	4671	5105	Europe/Amsterdam	51.635	4.36944				06	0851		
2756842	Dijken	dijken	NL	8528	60	Europe/Amsterdam	52.95091	5.70937		Dijken,Diken		02	1940		
2756848	Diffelen	diffelen	NL	7795	130	Europe/Amsterdam	52.5225	6.55972				15	0160		
2756853	Dieverbrug	dieverbrug	NL	7984	260	Europe/Amsterdam	52.84667	6.34167				01	1701		
2756855	Diever	diever	NL	7981	2175	Europe/Amsterdam	52.85417	6.31806				01	1701		
2756859	Diessen	diessen	NL	5028	2815	Europe/Amsterdam	51.47583	5.175		Diesen		06	0798		
2756865	Dieren	dieren	NL	6951	14842	Europe/Amsterdam	52.0525	6.1		di lun,迪倫		03	0275		
2756875	Diepenveen	diepenveen	NL	7431	0	Europe/Amsterdam	52.28917	6.15278				15	0150		
2756878	Diepenheim	diepenheim	NL	7478	1900	Europe/Amsterdam	52.2	6.55556				15	1735		
2756888	Diemen	diemen	NL	1111	24361	Europe/Amsterdam	52.33964	4.96256		Diemen,Diemerbrug,Dijmen,Dimen,dymyn,Диймен,Димен,Դիմեն,ديمين		07	0384		
2756892	Dieden	dieden	NL	5353	200	Europe/Amsterdam	51.82	5.60972				06	0828		
2756896	Didam	didam	NL	6941	0	Europe/Amsterdam	51.94083	6.13194		Didam,Дидам		03	1955		
2756912	De Zilk	de-zilk	NL	2191	0	Europe/Amsterdam	52.3025	4.54444		Groote Zilk,Zilk		11	0575		
2756922	De Woude	de-woude	NL	1489	170	Europe/Amsterdam	52.54667	4.77361				07	0383		
2756932	De Wilp	de-wilp	NL	9367	0	Europe/Amsterdam	53.1175	6.25556		Wilp		04	1969		
2756933	De Wilgen	de-wilgen	NL	9213	675	Europe/Amsterdam	53.09936	6.0341		De Wilgen,De Wylgen,Wilgen		02	0090		
2756936	De Wijk	de-wijk	NL	7957	2495	Europe/Amsterdam	52.67333	6.29028		De Wyk,Wijk		01	1690		
2756949	De Weere	de-weere	NL	1661	0	Europe/Amsterdam	52.77417	4.87361		Weere		07	1911		
2756950	De Weere	de-weere	NL	1661	865	Europe/Amsterdam	52.72667	4.99444				07	0432		
2756962	De Waal	de-waal	NL	1793	225	Europe/Amsterdam	53.0725	4.82361		Waal		07	0448		
2756987	Deventer	deventer	NL	7411	97331	Europe/Amsterdam	52.255	6.16389		Daventria,Deventer,Deventeris,Deyventer,Dimter,Gemeen Deventer,Gemeen Dèventer,QYV,dai fen te er,de wen texr,debenteoleu,defenteru,dfntr,Девентер,Դեյվենտեր,دفنتر,เดเวนเตอร์,デーフェンテル,代芬特尔,데벤터르		15	0150		
2756990	De Veenhoop	de-veenhoop	NL	9215	255	Europe/Amsterdam	53.09809	5.94763		De Feanhoop,De Veenhoop		02	0090		
2756993	De Falom	de-falom	NL	9109	240	Europe/Amsterdam	53.26727	6.00643		De Falom,De Valom,Valom		02	1891		
2757001	Deurze	deurze	NL	9457	85	Europe/Amsterdam	52.985	6.60972		Duurse		01	1680		
2757006	Deurningen	deurningen	NL	7561	0	Europe/Amsterdam	52.30083	6.8375		Deuringen,Deurninge		15	1774		
2757009	Deurne	deurne	NL	5751	0	Europe/Amsterdam	51.46	5.79722		Deurze,Durne,dwrnh,Դուրնե,دورنه		06	0762		
2757023	De Tike	de-tike	NL	9219	310	Europe/Amsterdam	53.15161	6.03767		De Tike,Tike		02	0090		
2757041	De Steeg	de-steeg	NL	6994	990	Europe/Amsterdam	52.02	6.06111		Steeg		03	0275		
2757095	De Rijp	de-rijp	NL	1483	3980	Europe/Amsterdam	52.55667	4.84583		Rijp		07	0361		
2757124	De Punt	de-punt	NL	9493	200	Europe/Amsterdam	53.11667	6.60278		Punt		01	1730		
2757134	De Pol	de-pol	NL	8337	0	Europe/Amsterdam	53.13833	6.5125				01	1699		
2757135	De Pol	de-pol	NL	8337	0	Europe/Amsterdam	52.82	6.08056		De Polle,Pol		15	1708		
2757136	De Pol	de-pol	NL	8337	0	Europe/Amsterdam	52.60333	6.4125				15	0160		
2757182	Den Velde	den-velde	NL	7786	0	Europe/Amsterdam	52.60167	6.69583		Velde		15	0160		
2757194	Den Oever	den-oever	NL	1779	2145	Europe/Amsterdam	52.93353	5.03079		De Oever,Den-Uver,Oever,Ден-Увер		07	1911		
2757204	Den Ilp	den-ilp	NL	1127	995	Europe/Amsterdam	52.45417	4.90694		Ilp		07	0415		
2757211	Den Hout	den-hout	NL	4911	970	Europe/Amsterdam	51.6575	4.8125		Hout		06	0826		
2757212	Den Horn	den-horn	NL	9832	215	Europe/Amsterdam	53.2275	6.44444		Horn		04	1969		
2757213	Den Hoorn	den-hoorn	NL	1797	435	Europe/Amsterdam	53.025	4.75139		De Hoorn,Hoorn		07	0448		
2757215	Den Hoorn	den-hoorn	NL	1797	0	Europe/Amsterdam	52.0025	4.33333		Hoorn		11	1842		
2757220	Den Helder	den-helder	NL	1781	59569	Europe/Amsterdam	52.95988	4.75933		DHR,De Helder,Den Helder,Den-Khelder,Der Helder,Helder,Le Helder,Nten Chelnter,deng hai er de,dn hldr,Ντεν Χέλντερ,Ден-Хелдер,Դեն Հելդեր,دن هلدر,デン・ヘルダー,登海尔德		07	0400		
2757222	Den Ham	den-ham	NL	7683	135	Europe/Amsterdam	53.27417	6.42778		Ham		04	1969		
2757223	Den Ham	den-ham	NL	7683	0	Europe/Amsterdam	53.13583	7.16667		Ham		04	1950		
2757224	Den Ham	den-ham	NL	7683	1830	Europe/Amsterdam	52.46583	6.49583		Ham		15	1700		
2757225	Den Ham	den-ham	NL	7683	0	Europe/Amsterdam	52.18333	5.4		Ham		09	0307		
2757226	Den Ham	den-ham	NL	7683	0	Europe/Amsterdam	52.1	5				09	0344		
2757232	Denekamp	denekamp	NL	7591	0	Europe/Amsterdam	52.3775	7.00694				15	1774		
2757237	Den Dungen	den-dungen	NL	5271	3450	Europe/Amsterdam	51.665	5.37222		Dungen		06	0845		
2757240	Den Dolder	den-dolder	NL	3734	0	Europe/Amsterdam	52.13917	5.23889		Dolder		09	0355		
2757244	Den Burg	den-burg	NL	1791	6485	Europe/Amsterdam	53.05417	4.79722		Burg,De Burg		07	0448		
2757253	Den Bommel	den-bommel	NL	3258	0	Europe/Amsterdam	51.71583	4.28472		Bommel		11	1924		
2757257	Den Andel	den-andel	NL	9956	385	Europe/Amsterdam	53.3925	6.50833		Andel		04	1966		
2757281	De Moer	de-moer	NL	5176	550	Europe/Amsterdam	51.62417	5.0125		Sint-Joachimsmoer		06	0809		
2757292	Demen	demen	NL	5354	160	Europe/Amsterdam	51.81559	5.63084				06	0828		
2757295	De Meern	de-meern	NL	3453	0	Europe/Amsterdam	52.08167	5.03611		Meern		09	0344		
2757318	Delwijnen	delwijnen	NL	5316	0	Europe/Amsterdam	51.76833	5.18889		Beneden Delwijnen		03	0297		
2757320	De Lutte	de-lutte	NL	7587	0	Europe/Amsterdam	52.31417	6.98889		Lutte		15	0168		
2757336	De Lier	de-lier	NL	2678	11823	Europe/Amsterdam	51.975	4.24861		Lier		11	1783		
2757340	Delfzijl	delfzijl	NL	9931	28649	Europe/Amsterdam	53.33	6.91806		Delfzejl,Delfzijl,Delfzyl,Делфзейл		04	1979		
2757345	Delft	delft	NL	2611	95060	Europe/Amsterdam	52.00667	4.35556		Delft,Ntelpht,dai er fu te,derufuto shi,dlpt,Ντελφτ,Делфт,דלפט,デルフト市,代尔夫特		11	0503		
2757346	Delfstrahuizen	delfstrahuizen	NL	8508	0	Europe/Amsterdam	52.8739	5.82378				02	1940		
2757349	Delfgauw	delfgauw	NL	2645	0	Europe/Amsterdam	52.0075	4.39583				11	1926		
2757370	Delden	delden	NL	7491	6920	Europe/Amsterdam	52.26	6.71111				15	1735		
2757371	Delden	delden	NL	7491	0	Europe/Amsterdam	52.085	6.29167				03	1876		
2757379	De Kwakel	de-kwakel	NL	1424	4435	Europe/Amsterdam	52.23917	4.79306		Kwake,Kwakel		07	0451		
2757396	De Krim	de-krim	NL	7781	250	Europe/Amsterdam	52.64917	6.61806		De Kruin,Krim		15	0160		
2757397	De Krim	de-krim	NL	7781	0	Europe/Amsterdam	52.1225	5.89583		Krim		03	0200		
2757417	De Koog	de-koog	NL	1796	1025	Europe/Amsterdam	53.0975	4.76111		Koog		07	0448		
2757433	De Klomp	de-klomp	NL	6745	580	Europe/Amsterdam	52.04658	5.57247		De Klomp,QVX		03	0228		
2757451	De Kiel	de-kiel	NL	7849	275	Europe/Amsterdam	52.86333	6.74861				01	0109		
2757475	Deinum	deinum	NL	9033	885	Europe/Amsterdam	53.19182	5.72431		Deinum		02	1949		
2757478	Deil	deil	NL	4158	1880	Europe/Amsterdam	51.88417	5.24306				03	1960		
2757530	De Hoeve	de-hoeve	NL	8394	300	Europe/Amsterdam	52.887	6.08977				02	0098		
2757538	De Hoef	de-hoef	NL	1426	0	Europe/Amsterdam	52.63017	4.72427				07	0361		
2757539	De Hoef	de-hoef	NL	1426	0	Europe/Amsterdam	52.20167	4.81528		Den Hoef,Hoef		09	0736		
2757540	De Hoef	de-hoef	NL	1426	0	Europe/Amsterdam	51.66833	5.80694				06	0815		
2757541	De Hoef	de-hoef	NL	1426	0	Europe/Amsterdam	51.38083	5.29722				06	0770		
2757542	De Hoef	de-hoef	NL	1426	0	Europe/Amsterdam	51.3825	5.18611				06	1667		
2757547	De Heurne	de-heurne	NL	7095	0	Europe/Amsterdam	51.88917	6.49167				03	0197		
2757574	De Heen	de-heen	NL	4655	410	Europe/Amsterdam	51.6075	4.27083		Heen,Hoogedorp		06	0851		
2757608	De Groeve	de-groeve	NL	9473	0	Europe/Amsterdam	53.35	6.76667		De Groeve,Groeve		04	1979		
2757609	De Groeve	de-groeve	NL	9473	360	Europe/Amsterdam	53.11417	6.71528		De Groeze,Groeve		01	1730		
2757623	De Goorn	de-goorn	NL	1648	3510	Europe/Amsterdam	52.62583	4.94722		Goorn		07	1598		
2757651	Deest	deest	NL	6653	1655	Europe/Amsterdam	51.89	5.66667				03	0225		
2757653	Dearsum	dearsum	NL	8644	130	Europe/Amsterdam	53.08701	5.71529		Dearsum,Deersum		02	1900		
2757667	Deelen	deelen	NL	6877	130	Europe/Amsterdam	52.0675	5.89583				03	0228		
2757696	Dedgum	dedgum	NL	8764	95	Europe/Amsterdam	53.02103	5.49093		Dedgom		02	1900		
2757698	Dedemsvaart	dedemsvaart	NL	7701	0	Europe/Amsterdam	52.6	6.45833		Dedemsfeart,Dedemsvaart,Դեդեմսվաարտ		15	0160		
2757710	De Cocksdorp	de-cocksdorp	NL	1795	535	Europe/Amsterdam	53.15667	4.87083		Cocksdorp		07	0448		
2757724	De Bult	de-bult	NL	8346	0	Europe/Amsterdam	53.15083	7.13056		Bult		04	1950		
2757725	De Bult	de-bult	NL	8346	0	Europe/Amsterdam	52.95531	6.28929		De Bult  Friesland		02	0085		
2757726	De Bult	de-bult	NL	8346	0	Europe/Amsterdam	52.81333	6.12917				15	1708		
2757773	De Blesse	de-blesse	NL	8397	710	Europe/Amsterdam	52.8428	6.04111		Blesse		02	0098		
2757783	De Bilt	de-bilt	NL	3731	8945	Europe/Amsterdam	52.11	5.18056		De Bilt,Nte Bilt,dy bylt,Ντε Μπιλτ,Դե Բիլտ,دي بيلت		09	0310		
2757831	Darp	darp	NL	7973	615	Europe/Amsterdam	52.775	6.20417		Derp		01	1701		
2757838	Damwâld	damwald	NL	9104	5560	Europe/Amsterdam	53.29046	5.99785		Damval'd,Damwald,Damwoude,Damwâld,Moarrewald,Moarrewâld,Murmerwoude,Дамвальд		02	1891		
2757845	Dalmsholte	dalmsholte	NL	8146	0	Europe/Amsterdam	52.47583	6.36389		Dalmsholt		15	0175		
2757850	Dalfsen	dalfsen	NL	7721	26575	Europe/Amsterdam	52.51167	6.25694		Dal'fsen,Dalfsen,Дальфсен		15	0148		
2757852	Dalerveen	dalerveen	NL	7755	315	Europe/Amsterdam	52.69907	6.80697				01	0109		
2757853	Dalerpeel	dalerpeel	NL	7753	610	Europe/Amsterdam	52.68	6.65972				01	0109		
2757857	Dalen	dalen	NL	7751	3295	Europe/Amsterdam	52.69917	6.75556				01	0109		
2757858	Dalem	dalem	NL	4213	895	Europe/Amsterdam	51.8275	5.00972				11	0512		
2757859	Dalem	dalem	NL	4213	105	Europe/Amsterdam	51.3525	5.26111				06	1728		
2757866	Daarlerveen	daarlerveen	NL	7687	0	Europe/Amsterdam	52.4425	6.57639				15	0163		
2757867	Daarle	daarle	NL	7688	855	Europe/Amsterdam	52.43417	6.5375				15	0163		
2758239	Broeksterwâld	broeksterwald	NL	9108	1115	Europe/Amsterdam	53.27466	5.99648		Broek,Broeksterwald,Broeksterwoude,Broeksterwâld,De Broek		02	1891		
2757872	Culemborg	culemborg	NL	4101	26826	Europe/Amsterdam	51.955	5.22778		Culemborg,Culembourg,Kuilenburg,Kulemborg,Kulemborx,kwlmbwrkh,qu lun bo he,Кулемборг,Կուլեմբորխ,كولمبورخ,屈伦博赫		03	0216		
2757874	Cuijk	cuijk	NL	5431	3610	Europe/Amsterdam	51.73083	5.87917		Ceuclum,Cuijk,Cuyk,Kauk,Kuic,Kuk,Kuuk,Kuyc,Kuyk,kawk,Կաուկ,كاوك		06	1684		
2757875	Cruquius	cruquius	NL	2142	695	Europe/Amsterdam	52.33583	4.63472				07	0394		
2757879	Cromvoirt	cromvoirt	NL	5266	700	Europe/Amsterdam	51.66083	5.23194		Cromvoirt,Crummert,Crumvoert		06	0865		
2757886	Creil	creil	NL	8312	0	Europe/Amsterdam	52.76417	5.65972				16	0171		
2757899	Cothen	cothen	NL	3945	2765	Europe/Amsterdam	51.99667	5.30833		Koten		09	0352		
2757906	Cornwerd	cornwerd	NL	8753	90	Europe/Amsterdam	53.08299	5.39085		Koarnwert		02	1900		
2757909	Koarnjum	koarnjum	NL	9056	0	Europe/Amsterdam	53.24359	5.78181		Cornjum,Koarnjum		02	0080		
2757915	Winterswijk Corle	winterswijk-corle	NL	7119	0	Europe/Amsterdam	51.96833	6.65694		Winterswijk Corle		03	0294		
2757924	Colmschate	colmschate	NL	7429	0	Europe/Amsterdam	52.245	6.22917		Kolmschate		15	0150		
2757928	Collendoorn	collendoorn	NL	7798	350	Europe/Amsterdam	52.59417	6.60417		Kollendoorn		15	0160		
2757931	Colijnsplaat	colijnsplaat	NL	4486	1485	Europe/Amsterdam	51.59917	3.84861		Colijnsplaat		10	1695		
2757937	Coevorden	coevorden	NL	7741	14600	Europe/Amsterdam	52.66103	6.74046		Coevorden,Koevorden,Kuvorden,ku fu er deng,Куворден,Կուվորդեն,庫福爾登		01	0109		
2757951	Clinge	clinge	NL	4567	0	Europe/Amsterdam	51.27083	4.08889		Klinge		10	0677		
2757969	Chaam	chaam	NL	4861	2805	Europe/Amsterdam	51.50583	4.86111				06	1723		
2757991	Castricum	castricum	NL	1901	35256	Europe/Amsterdam	52.54833	4.66944		Castricum,Kastrikjum,Kastrikum,ka si te li ke mu,kastrkwm,kasutorikumu,Кастрикюм,Կաստրիկում,كاستركوم,カストリクム,卡斯特里克姆		07	0383		
2757993	Casteren	casteren	NL	5529	990	Europe/Amsterdam	51.39667	5.2375		Kasteren		06	1728		
2757994	Castenray	castenray	NL	5811	775	Europe/Amsterdam	51.48917	6.03472		Castenraai,Castenraij,Kastenraai		05	0984		
2757996	Castelré	castelre	NL	5114	0	Europe/Amsterdam	51.42417	4.78333		Castelre,Kastelree		06	0744		
2758012	Capelle aan den IJssel	capelle-aan-den-ijssel	NL	2901	65255	Europe/Amsterdam	51.92917	4.57778		Capelle,Capelle a/d IJssel,Capelle a/d Yssel,Capelle aan de IJssel,Capelle aan de Yssel,Capelle aan den IJssel,Capelle aan den Ijssel,Capelle aan den Yssel,Kapele an den Eysel,Kapelle,Kapelle-an-den-Ehjssel,ai se er he pan ka pei lei,ka pe lex xan dex xi seil,kabyla an dn aysl,kapelleoanden-eiseol,Капелле-ан-ден-Эйссел,Կապելե ան դեն Էյսել,كابيلا آن دن آيسل,کاپله ان‌دن ایسل,กาเปเลออานเดอไอเซิล,艾瑟尔河畔卡佩勒,카펠러안덴에이설		11	0502		
2758027	Callantsoog	callantsoog	NL	1759	2420	Europe/Amsterdam	52.84	4.69583		Kallensoog		07	0441		
2758033	Cadzand	cadzand	NL	4506	445	Europe/Amsterdam	51.36833	3.40833		Casant,Kadzand,Kezand		10	1714		
2758035	Cadier en Keer	cadier-en-keer	NL	6267	0	Europe/Amsterdam	50.82833	5.76528		Cadier,Kadier,Kadier en Keer		05	1903		
2758052	Buurmalsen	buurmalsen	NL	4197	685	Europe/Amsterdam	51.89167	5.29444				03	1960		
2758064	Bussum	bussum	NL	1401	31334	Europe/Amsterdam	52.27333	5.16111		Bjussjum,Bussum,Busum,bu sen,bwswm,Бюссюм,Բուսում,بوسوم,布森		07	1942		
2758073	Burum	burum	NL	9851	525	Europe/Amsterdam	53.2734	6.22942				02	1970		
2758075	Burgwerd	burgwerd	NL	8742	255	Europe/Amsterdam	53.08799	5.54621				02	1900		
2758085	Burgerveen	burgerveen	NL	2154	315	Europe/Amsterdam	52.24	4.68194				07	0394		
2758089	Burgerbrug	burgerbrug	NL	1754	560	Europe/Amsterdam	52.74833	4.70278				07	0441		
2758096	Buren	buren	NL	4116	710	Europe/Amsterdam	53.44717	5.79906		Bueren,Buren		02	0060		
2758097	Buren	buren	NL	4116	0	Europe/Amsterdam	51.91167	5.33194		Bjuren,Buren,bi lun,bwryn,Бюрен,Բուրեն,بورين,比倫		03	0214		
2758106	Bunnik	bunnik	NL	3981	6315	Europe/Amsterdam	52.06667	5.19861				09	0312		
2758108	Bunne	bunne	NL	9496	130	Europe/Amsterdam	53.1175	6.53333				01	1730		
2758111	Bunde	bunde	NL	6241	5500	Europe/Amsterdam	50.89667	5.73194				05	0938		
2758131	Buitenpost	buitenpost	NL	9285	5120	Europe/Amsterdam	53.25166	6.14483		Buitenpost,Butenpost,Bûtenpost		02	0059		
2758138	Buitenkaag	buitenkaag	NL	2158	435	Europe/Amsterdam	52.22083	4.55972				07	0394		
2758154	Buinerveen	buinerveen	NL	9524	430	Europe/Amsterdam	52.93667	6.87917				01	1681		
2758156	Buinen	buinen	NL	9528	750	Europe/Amsterdam	52.93083	6.83611				01	1681		
2758161	Buggenum	buggenum	NL	6082	0	Europe/Amsterdam	51.2325	5.98194		Bruggenum,Buggenem		05	1640		
2758163	Budel-Schoot	budel-schoot	NL	6023	1860	Europe/Amsterdam	51.2475	5.56528		Groot Schoot,Groote Schoot		06	1706		
2758164	Budel-Dorplein	budel-dorplein	NL	6024	1540	Europe/Amsterdam	51.23667	5.5875		Dorplein,Dorpplein		06	1706		
2758166	Budel	budel	NL	6021	7895	Europe/Amsterdam	51.27167	5.575		Budel,Buul		06	1706		
2758167	Buchten	buchten	NL	6122	2015	Europe/Amsterdam	51.04333	5.80972				05	1883		
2758168	Bruntinge	bruntinge	NL	9435	0	Europe/Amsterdam	52.81667	6.58333		Bruntinge		01	1731		
2758174	Brunssum	brunssum	NL	6441	29254	Europe/Amsterdam	50.94667	5.97083		Brjunssume,Broensem,Brunssum,Brunsum,Брюнссуме		05	0899		
2758177	Brummen	brummen	NL	6971	21344	Europe/Amsterdam	52.09	6.15556		Brummen,Бруммен		03	0213		
2758186	Bruinisse	bruinisse	NL	4311	3100	Europe/Amsterdam	51.66167	4.09444				10	1676		
2758189	Bruinehaar	bruinehaar	NL	7675	0	Europe/Amsterdam	52.47	6.70417				15	1700		
2758205	Bruchterveld	bruchterveld	NL	7695	0	Europe/Amsterdam	52.53083	6.66111				15	0160		
2758206	Brucht	brucht	NL	7696	285	Europe/Amsterdam	52.55083	6.60972				15	0160		
2758207	Bruchem	bruchem	NL	5314	1370	Europe/Amsterdam	51.78667	5.23611				03	0297		
2758213	Brouwershaven	brouwershaven	NL	4318	1275	Europe/Amsterdam	51.72667	3.9125				10	1676		
2758221	Bronnegerveen	bronnegerveen	NL	9526	0	Europe/Amsterdam	52.955	6.8375				01	1681		
2758222	Bronneger	bronneger	NL	9527	110	Europe/Amsterdam	52.94667	6.81528				01	1681		
2758224	Bronkhorst	bronkhorst	NL	7226	95	Europe/Amsterdam	52.07583	6.17917				03	1876		
2758245	Broek op Langedijk	broek-op-langedijk	NL	1721	5695	Europe/Amsterdam	52.67417	4.80556		Broek op Langendijk		07	0416		
2758250	Broekland	broekland	NL	8107	0	Europe/Amsterdam	52.36083	6.19861				15	0177		
2758251	Broekland	broekland	NL	8107	0	Europe/Amsterdam	52.26705	6.00712				03	0200		
2758258	Broek in Waterland	broek-in-waterland	NL	1151	2655	Europe/Amsterdam	52.43417	4.99583		Broek		07	0852		
2758260	Broekhuizenvorst	broekhuizenvorst	NL	5871	870	Europe/Amsterdam	51.495	6.15694		Broekhuizervorst		05	1507		
2758263	Broekhuizen	broekhuizen	NL	5872	120	Europe/Amsterdam	52.695	6.26667				01	0119		
2758264	Broekhuizen	broekhuizen	NL	5872	0	Europe/Amsterdam	52.52083	6.2125				15	0148		
2758265	Broekhuizen	broekhuizen	NL	5872	0	Europe/Amsterdam	52.01667	5.4				09	1581		
2758266	Broekhuizen	broekhuizen	NL	5872	610	Europe/Amsterdam	51.48583	6.16389				05	1507		
2758267	Broekhuizen	broekhuizen	NL	5872	0	Europe/Amsterdam	50.9125	6.08171				05	0882		
2758293	Broek	broek	NL	8512	0	Europe/Amsterdam	51.34698	6.15402		Broek		05	0983		
2758294	Broek	broek	NL	8512	0	Europe/Amsterdam	53.39333	6.425				04	1966		
2758295	Broek	broek	NL	8512	200	Europe/Amsterdam	52.9832	5.77795		Broek		02	1940		
2758296	Broek	broek	NL	8512	0	Europe/Amsterdam	51.9325	4.97222				09	1961		
2758297	Broek	broek	NL	8512	0	Europe/Amsterdam	51.52583	5.55972		't Broek		06	1659		
2758298	Broek	broek	NL	8512	0	Europe/Amsterdam	51.44333	6.06389				05	1507		
2758299	Broek	broek	NL	8512	0	Europe/Amsterdam	51.29667	6.04583		't Broek		05	1894		
2758300	Broek	broek	NL	8512	0	Europe/Amsterdam	50.78421	5.91557				05	1729		
2758309	Britsum	britsum	NL	9055	910	Europe/Amsterdam	53.25428	5.78576				02	0080		
2758316	Briltil	briltil	NL	9805	490	Europe/Amsterdam	53.24167	6.38889		De Bril		04	1969		
2758326	Brielle	brielle	NL	3231	2765	Europe/Amsterdam	51.90167	4.1625		Brile,Brille,Bryle,Den Briel,brylh,bu li lei,Брилле,Брыле,Брілле,Բրիլե,بريله,布里勒		11	0501		
2758329	Breukeleveen	breukeleveen	NL	3625	200	Europe/Amsterdam	52.17583	5.06944		Breukelerveen		07	1696		
2758333	Breukelen	breukelen	NL	3621	14498	Europe/Amsterdam	52.17417	5.00139		beuloekeolleon,ბროიკელენი,브뢰컬런		09	1904		
2758334	Breukelen	breukelen	NL	3621	0	Europe/Amsterdam	51.58333	5.31667				06	0757		
2758341	Breskens	breskens	NL	4511	4335	Europe/Amsterdam	51.39583	3.55556		Bresjes,Breskens,Брескенс		10	1714		
2758360	Breezand	breezand	NL	1764	3370	Europe/Amsterdam	52.89	4.80417				07	1911		
2758361	Breezand	breezand	NL	1764	30	Europe/Amsterdam	51.58583	3.62222				10	0717		
2758382	Breedenbroek	breedenbroek	NL	7084	440	Europe/Amsterdam	51.87333	6.47222				03	1509		
2758393	Bredevoort	bredevoort	NL	7126	1405	Europe/Amsterdam	51.94167	6.62083		Bradford,Bredevort,Breevoort,Brādford,bu lei de fu te,Бредеворт,布雷德福特		03	0197		
2758401	Breda	breda	NL	4811	167673	Europe/Amsterdam	51.58656	4.77596		Breda,Breda khot,Brehda,Brenta,Brigita,Bréda,GLZ,be rda,beuleda,brda,brdh,breda,bryda,bu lei da,bureda,Μπρέντα,Бреда,Бреда хот,Брэда,Բրեդա,ברדה,بردا,بريدا,بریڈا,เบรดา,ბრედა,ブレダ,布雷达,브레다		06	0758		
2758402	Brantgum	brantgum	NL	9153	215	Europe/Amsterdam	53.35209	5.93009		Brantgum		02	1970		
2758405	Brandwijk	brandwijk	NL	2974	280	Europe/Amsterdam	51.89083	4.81389				11	1978		
2758426	Brakel	brakel	NL	5306	2555	Europe/Amsterdam	51.8175	5.09028				03	0297		
2758427	Brakel	brakel	NL	5306	0	Europe/Amsterdam	51.51417	4.99861				06	0785		
2758434	Braamt	braamt	NL	7047	675	Europe/Amsterdam	51.92333	6.26528				03	1955		
2758453	Boijl	boijl	NL	8392	525	Europe/Amsterdam	52.90921	6.19972		Beuil,Beul,Boijl,Boil,Boyl,Boyle		02	0098		
2758458	Boksum	boksum	NL	9031	360	Europe/Amsterdam	53.1779	5.72971		Boksum		02	1949		
2758460	Boxtel	boxtel	NL	5281	29511	Europe/Amsterdam	51.59083	5.32917		Bokstel,Boxtel,bwkstl,Бокстел,Բոքստել,بوكستل		06	0757		
2758462	Boxmeer	boxmeer	NL	5831	12407	Europe/Amsterdam	51.64667	5.94722		Boc's Mere,Boksmaer,Boksmeer,Boxmeer,Meer,Mere		06	0756		
2758479	Bovensmilde	bovensmilde	NL	9421	0	Europe/Amsterdam	52.97583	6.48194				01	1731		
2758490	Boven-Leeuwen	boven-leeuwen	NL	6657	0	Europe/Amsterdam	51.885	5.55278		Leeuwen		03	0668		
2758498	Bovenkarspel	bovenkarspel	NL	1611	0	Europe/Amsterdam	52.69667	5.24028				07	0532		
2758514	Bourtange	bourtange	NL	9545	425	Europe/Amsterdam	53.01	7.19028		Boertang,Boertange		04	1950		
2758540	Bosschenhoofd	bosschenhoofd	NL	4744	1925	Europe/Amsterdam	51.56083	4.54028				06	1655		
2758547	Boskoop	boskoop	NL	2771	15222	Europe/Amsterdam	52.075	4.65556		Boskop,bo si ke pu,Боскоп,Բոսկոպ,博斯科普		11	0484		
2758570	Boschoord	boschoord	NL	8387	0	Europe/Amsterdam	52.89813	6.22676				01	1701		
2758579	Bosch en Duin	bosch-en-duin	NL	3735	1675	Europe/Amsterdam	52.11667	5.24167				09	0355		
2758587	Borssele	borssele	NL	4454	22285	Europe/Amsterdam	51.42333	3.73472		Borsele,Borssel',Borssele,Borsselen,Bossele,Борссель		10	0654		
2758591	Bornwird	bornwird	NL	9156	120	Europe/Amsterdam	53.33379	5.95407		Boarnwert,Bornwerd,Bornwird		02	1970		
2758595	Bornerbroek	bornerbroek	NL	7627	970	Europe/Amsterdam	52.30917	6.65417		Bornebroek		15	0141		
2758598	Borne	borne	NL	7621	20550	Europe/Amsterdam	52.30136	6.7482		Boorn,Borne,bwrnh,Борне,Բորնե,بورنه	0147	15	0147		
2758599	Borne	borne	NL	7621	0	Europe/Amsterdam	51.62	5.41667				06	1948		
2758602	Born	born	NL	6121	2430	Europe/Amsterdam	51.03167	5.80972		Bor		05	1883		
2758607	Borgsweer	borgsweer	NL	9949	125	Europe/Amsterdam	53.29833	7.0125		Borgweg		04	1979		
2758618	Borgercompagnie	borgercompagnie	NL	9631	0	Europe/Amsterdam	53.12333	6.81389				04	0047		
2758621	Borger	borger	NL	9531	4570	Europe/Amsterdam	52.92333	6.79306		Borger,bwrkhr,Боргер,بورخر		01	1681		
2758626	Borculo	borculo	NL	7271	10373	Europe/Amsterdam	52.11583	6.52222		Berkelland,Borkulo		03	1859		
2758629	Boornzwaag	boornzwaag	NL	8526	105	Europe/Amsterdam	52.95888	5.7443		Boarnsweach,Boornzwaag		02	1940		
2758633	Boornbergum	boornbergum	NL	9212	1660	Europe/Amsterdam	53.08284	6.04578		Boarnburgum,Boornbergum		02	0090		
2758651	Bontebok	bontebok	NL	8415	410	Europe/Amsterdam	52.9626	6.02514				02	0074		
2758682	Bolsward	bolsward	NL	8701	9160	Europe/Amsterdam	53.06555	5.53176		Boalsert,Bolsvard,Bolsward,Gemeen Bolsward,bo er si wa de,bolseubaleuteu,borusuvu~aruto,Болсвард,ボルスヴァルト,博尔斯瓦德,볼스바르트		02	1900		
2758722	Boesingheliede	boesingheliede	NL	2143	140	Europe/Amsterdam	52.36083	4.725				07	0394		
2758746	Boerakker	boerakker	NL	9359	365	Europe/Amsterdam	53.1875	6.32778				04	1969		
2758748	Boelenslaan	boelenslaan	NL	9233	695	Europe/Amsterdam	53.1617	6.14479		Boelenslaan,Boelensloane,Surhuisterveensterheide		02	0059		
2758758	Boekel	boekel	NL	5427	20	Europe/Amsterdam	52.59	4.75417				07	0383		
2758759	Boekel	boekel	NL	5427	5480	Europe/Amsterdam	51.60333	5.675				06	0755		
2758765	Bodegraven	bodegraven	NL	2411	19395	Europe/Amsterdam	52.0825	4.75				11	1901		
2758770	Bocholtz	bocholtz	NL	6351	4340	Europe/Amsterdam	50.81833	6.00556		Boches,Bocholz,Bóches		05	0965		
2758777	Blokzijl	blokzijl	NL	8356	1110	Europe/Amsterdam	52.72667	5.96111				15	1708		
2758803	Bloemendaal	bloemendaal	NL	2061	9900	Europe/Amsterdam	52.02878	4.6944		Bloemendaal,Bloemendaalseweg		11	0513		
2758804	Bloemendaal	bloemendaal	NL	2061	3905	Europe/Amsterdam	52.4025	4.62222		Bloemendaal		07	0377		
2758805	Bloemendaal	bloemendaal	NL	2061	0	Europe/Amsterdam	52.04205	4.67271				11	0627		
2758809	Blitterswijck	blitterswijck	NL	5863	1105	Europe/Amsterdam	51.53083	6.10833		Blitterswijk		05	0984		
2758815	Blijham	blijham	NL	9697	2060	Europe/Amsterdam	53.10917	7.07639				04	1950		
2758820	Blije	blije	NL	9171	610	Europe/Amsterdam	53.35193	5.86138		Blija		02	1970		
2758821	Blessum	blessum	NL	9032	85	Europe/Amsterdam	53.18096	5.71014		Blessum		02	1949		
2758828	Blesdijke	blesdijke	NL	8398	325	Europe/Amsterdam	52.83077	6.01429		Blesdijk		02	0098		
2758838	Bleiswijk	bleiswijk	NL	2665	10549	Europe/Amsterdam	52.01083	4.53194				11	1621		
2758851	Blauwhuis	blauwhuis	NL	8615	590	Europe/Amsterdam	53.02134	5.53359				02	1900		
2758868	Blaricum	blaricum	NL	1261	5060	Europe/Amsterdam	52.2725	5.24167		Blaricum,Blarikjum,Blarikum,blarykwm,bu la li ke mu,Бларикюм,Բլարիկում,بلاريكوم,布拉里克姆		07	0376		
2758871	Blankenham	blankenham	NL	8373	0	Europe/Amsterdam	52.76417	5.89583				15	1708		
2758878	Bladel	bladel	NL	5531	9785	Europe/Amsterdam	51.36833	5.22083		Bladel,bladl,Բլադել,بلادل		06	1728		
2758895	Burdaard	burdaard	NL	9111	1166	Europe/Amsterdam	53.29421	5.87897		Birdaard,Burdaard		02	1970		
2758922	Bingelrade	bingelrade	NL	6456	825	Europe/Amsterdam	50.9761	5.92704				05	1954		
2758927	Bilthoven	bilthoven	NL	3721	0	Europe/Amsterdam	52.13	5.20139		Biltchoven,biltobeon,Μπιλτχόβεν,빌토번		09	0310		
2758956	Biggekerke	biggekerke	NL	4373	730	Europe/Amsterdam	51.49917	3.52639				10	0717		
2758958	Biezenmortel	biezenmortel	NL	5074	715	Europe/Amsterdam	51.62417	5.17778				06	0855		
2758969	Biest-Houtakker	biest-houtakker	NL	5084	750	Europe/Amsterdam	51.50667	5.15833		Biest-Houtakker		06	0798		
2758980	Biervliet	biervliet	NL	4521	0	Europe/Amsterdam	51.32833	3.68889		Bierfliet,Birvlit,Бирвлит		10	0715		
2758983	Bierum	bierum	NL	9906	605	Europe/Amsterdam	53.3825	6.85972				04	1979		
2758992	Biddinghuizen	biddinghuizen	NL	8256	5010	Europe/Amsterdam	52.455	5.69306		Biddinghuizen		16	0303		
2758998	Beverwijk	beverwijk	NL	1941	37585	Europe/Amsterdam	52.48333	4.65694		Berverwyk,Bevervejk,Beverwijk,Beverwyk,Beyverveyk,byfyrfayk,Бевервейк,Բեյվերվեյկ,بيفيرفايك		07	0375		
2759004	Beutenaken	beutenaken	NL	6278	40	Europe/Amsterdam	50.78167	5.85556				05	1729		
2759006	Beusichem	beusichem	NL	4112	2750	Europe/Amsterdam	51.95	5.29167				03	0214		
2759015	Beuningen	beuningen	NL	7588	0	Europe/Amsterdam	52.35917	6.99861				15	0168		
2759016	Beuningen	beuningen	NL	7588	25557	Europe/Amsterdam	51.86083	5.76667		Beuningen Gld		03	0209		
2759027	Beugen	beugen	NL	5835	0	Europe/Amsterdam	51.67417	5.9375		Beugen,Boeghen,Boghen,Boghene,Bughine		06	0756		
2759040	Best	best	NL	5681	29074	Europe/Amsterdam	51.5075	5.39028		Best		06	0753		
2759057	Berltsum	berltsum	NL	9041	2530	Europe/Amsterdam	53.2437	5.65101		Berlikum,Berltsum		02	1949		
2759059	Berlicum	berlicum	NL	5258	4250	Europe/Amsterdam	51.6775	5.4		Berlikum		06	0845		
2759070	Berkhout	berkhout	NL	1647	1905	Europe/Amsterdam	52.64083	5.00139				07	1598		
2759078	Berkenwoude	berkenwoude	NL	2825	1390	Europe/Amsterdam	51.945	4.70694				11	1931		
2759097	Beringe	beringe	NL	5986	1925	Europe/Amsterdam	51.33667	5.94861		Beringen		05	1894		
2759103	Burgum	burgum	NL	9251	9720	Europe/Amsterdam	53.19243	5.99009		Bergum,Burgum		02	0737		
2759113	Bergschenhoek	bergschenhoek	NL	2661	16579	Europe/Amsterdam	51.99	4.49861		Bergsenkhuk,Бергсенхук		11	1621		
2759126	Berghem	berghem	NL	5351	6500	Europe/Amsterdam	51.76991	5.56827		Berchem		06	0828		
2759127	Berghem	berghem	NL	5351	0	Europe/Amsterdam	50.80583	5.89167				05	1729		
2759129	Bergharen	bergharen	NL	6617	1370	Europe/Amsterdam	51.85083	5.66944				03	0296		
2759141	Bergentheim	bergentheim	NL	7691	0	Europe/Amsterdam	52.52667	6.61389				15	0160		
2759145	Bergen op Zoom	bergen-op-zoom	NL	4611	66256	Europe/Amsterdam	51.495	4.29167		Bergen op Zoom,Bergen-op-Zom,WOE,Берген-оп-Зом		06	0748		
2759147	Berg en Dal	berg-en-dal	NL	6571	1949	Europe/Amsterdam	51.82167	5.91667				03	1945		
2759150	Bergen aan Zee	bergen-aan-zee	NL	1865	415	Europe/Amsterdam	52.66083	4.63056		Bergen-An-Zee,Берген-Ан-Зее		07	0373		
2759158	Bergambacht	bergambacht	NL	2861	0	Europe/Amsterdam	51.93417	4.78611				11	1931		
2759175	Bentveld	bentveld	NL	2116	0	Europe/Amsterdam	52.365	4.57222				07	0473		
2759178	Benthuizen	benthuizen	NL	2731	18959	Europe/Amsterdam	52.0775	4.54444				11	0484		
2759180	Bentelo	bentelo	NL	7497	730	Europe/Amsterdam	52.22417	6.68333		Benteloo		15	1735		
2759186	Benschop	benschop	NL	3405	0	Europe/Amsterdam	52.00833	4.98056				09	0331		
2759191	Benningbroek	benningbroek	NL	1654	0	Europe/Amsterdam	52.70167	5.02639				07	0420		
2759193	Benneveld	benneveld	NL	7856	140	Europe/Amsterdam	52.77667	6.74583				01	0109		
2759197	Bennekom	bennekom	NL	6721	14810	Europe/Amsterdam	51.99833	5.67639		Bennekom,Беннеком		03	0228		
2759199	Bennebroek	bennebroek	NL	2121	5140	Europe/Amsterdam	52.32083	4.59861		Bennebroek		07	0377		
2759212	Beneden-Leeuwen	beneden-leeuwen	NL	6658	0	Europe/Amsterdam	51.8825	5.51528		Leeuwenbeneden		03	0668		
2759231	Bemmel	bemmel	NL	6681	12020	Europe/Amsterdam	51.89167	5.89861		Bemel,Бемел		03	1705		
2759234	Bemelen	bemelen	NL	6268	355	Europe/Amsterdam	50.84667	5.7625				05	1903		
2759239	Belt-Schutsloot	belt-schutsloot	NL	8066	560	Europe/Amsterdam	52.67167	6.06389				15	1708		
2759240	Beltrum	beltrum	NL	7156	1285	Europe/Amsterdam	52.06667	6.56389				03	1859		
2759247	Bellingwolde	bellingwolde	NL	9695	2290	Europe/Amsterdam	53.11583	7.16528				04	1950		
2759256	Belfeld	belfeld	NL	5951	0	Europe/Amsterdam	51.3125	6.11528		Belvend		05	0983		
2759266	Beinsdorp	beinsdorp	NL	2144	880	Europe/Amsterdam	52.28667	4.59583				07	0394		
2759271	Beilen	beilen	NL	9411	9495	Europe/Amsterdam	52.86333	6.51389				01	1731		
2759275	Beetsterzwaag	beetsterzwaag	NL	9244	3485	Europe/Amsterdam	53.05914	6.07711		Beetstersweach,Beetsterzwaag		02	0086		
2759280	Beets	beets	NL	1475	525	Europe/Amsterdam	52.58833	4.97778				07	0385		
2759281	Bitgummole	bitgummole	NL	9045	0	Europe/Amsterdam	53.2352	5.70469		Beetgumermolden,Beetgumermolen,Bitgummole		02	1949		
2759283	Bitgum	bitgum	NL	9044	0	Europe/Amsterdam	53.23333	5.68333		Beetgum,Bitgum		02	1949		
2759286	Beesel	beesel	NL	5954	2090	Europe/Amsterdam	51.26833	6.03889		Besel		05	0889		
2759288	Beesd	beesd	NL	4153	2980	Europe/Amsterdam	51.8875	5.19167		Beest		03	1960		
2759291	Beerzerveld	beerzerveld	NL	7685	0	Europe/Amsterdam	52.49333	6.57361		Beerserveen		15	0175		
2759294	Beerze	beerze	NL	7736	0	Europe/Amsterdam	52.51333	6.52917		Beerse		15	0175		
2759298	Beerta	beerta	NL	9686	0	Europe/Amsterdam	53.175	7.09167				04	1895		
2759342	Beekbergen	beekbergen	NL	7361	2545	Europe/Amsterdam	52.16	5.96389				03	0200		
2759345	Beek	beek	NL	6191	0	Europe/Amsterdam	51.82917	5.92778				03	1945		
2759346	Beek	beek	NL	6191	0	Europe/Amsterdam	51.61389	5.38695				06	0845		
2759348	Beek	beek	NL	6191	0	Europe/Amsterdam	51.53667	5.94306				05	0984		
2759349	Beek	beek	NL	6191	5185	Europe/Amsterdam	51.5289	5.63382				06	1659		
2759350	Beek	beek	NL	6191	8415	Europe/Amsterdam	50.94083	5.79722		Baek,Beek		05	0888		
2759353	Beegden	beegden	NL	6099	1765	Europe/Amsterdam	51.18917	5.91944				05	1641		
2759356	Bedum	bedum	NL	9781	7765	Europe/Amsterdam	53.30083	6.60278		Bedum		04	1966		
2759373	Bavel	bavel	NL	4854	5360	Europe/Amsterdam	51.56583	4.83056				06	0758		
2759381	Bathmen	bathmen	NL	7437	0	Europe/Amsterdam	52.25	6.2875		Batmen		15	0150		
2759385	Batenburg	batenburg	NL	6634	520	Europe/Amsterdam	51.82417	5.62917				03	0296		
2759388	Basse	basse	NL	8342	95	Europe/Amsterdam	52.80417	6.03194				15	1708		
2759397	Barsingerhorn	barsingerhorn	NL	1768	770	Europe/Amsterdam	52.785	4.86389				07	1911		
2759407	Barneveld	barneveld	NL	3771	28640	Europe/Amsterdam	52.14	5.58472		Barneveld,Барневелд		03	0203		
2759421	Barger-Compascuum	barger-compascuum	NL	7884	0	Europe/Amsterdam	52.755	7.04306				01	0114		
2759426	Barendrecht	barendrecht	NL	2991	38672	Europe/Amsterdam	51.85667	4.53472		Barendrekht,Barendrext,ba lun de lei he te,baryndrykht,Барендрехт,Բարենդրեխտ,بارن‌درخت,باريندريخت,巴伦德雷赫特		11	0489		
2759429	Barchem	barchem	NL	7244	910	Europe/Amsterdam	52.12417	6.44306				03	0262		
2759431	Bantega	bantega	NL	8538	635	Europe/Amsterdam	52.84218	5.79597				02	1940		
2759441	Banholt	banholt	NL	6262	1005	Europe/Amsterdam	50.79	5.80833				05	1903		
2759446	Baneheide	baneheide	NL	6353	135	Europe/Amsterdam	50.81833	5.97639				05	0965		
2759456	Ballum	ballum	NL	9162	360	Europe/Amsterdam	53.44339	5.68714		Ballum		02	0060		
2759458	Balloo	balloo	NL	9458	0	Europe/Amsterdam	52.99583	6.63056		Ballo		01	1680		
2759470	Balkbrug	balkbrug	NL	7707	0	Europe/Amsterdam	52.59917	6.39444				15	0160		
2759472	Balk	balk	NL	8561	3915	Europe/Amsterdam	52.89756	5.57964				02	1940		
2759475	Balinge	balinge	NL	9437	90	Europe/Amsterdam	52.81083	6.62917				01	1731		
2759480	Balgoy	balgoij	NL	6613	0	Europe/Amsterdam	51.78	5.71389		Balgoij,Balgoy		03	0296		
2759486	Bakkeveen	bakkeveen	NL	9243	1450	Europe/Amsterdam	53.08072	6.25671		Bakkefean,Bakkeveen		02	0086		
2759496	Bakhuizen	bakhuizen	NL	8574	1060	Europe/Amsterdam	52.86975	5.45926				02	1940		
2759511	Bakel	bakel	NL	5761	4140	Europe/Amsterdam	51.50333	5.74028				06	1652		
2759520	Baflo	baflo	NL	9953	1730	Europe/Amsterdam	53.3625	6.51389				04	1966		
2759522	Baexem	baexem	NL	6095	0	Europe/Amsterdam	51.22667	5.88056		Baaksem		05	1640		
2759524	Badhoevedorp	badhoevedorp	NL	1171	0	Europe/Amsterdam	52.33723	4.78523				07	0394		
2759526	Babyloniënbroek	babylonienbroek	NL	4269	335	Europe/Amsterdam	51.74333	5.02222		Babilonienbroek,Babiloniënbroek		06	1959		
2759529	Babberich	babberich	NL	6909	1445	Europe/Amsterdam	51.9075	6.11111				03	0299		
2759541	Baars	baars	NL	8336	0	Europe/Amsterdam	52.81333	6.09167				15	1708		
2759544	Baarn	baarn	NL	3741	24584	Europe/Amsterdam	52.21167	5.2875		Baan,Baarn,Barn,baleun,barn,barun,Баан,Барн,Բարն,بارن,バールン,바른		09	0308		
2759547	Baarlo	baarlo	NL	5991	0	Europe/Amsterdam	52.73833	5.95		Baarloo,Kuinderdijk en Baarlo,Kuinderdijk en Baarloo		15	1708		
2759548	Baarlo	baarlo	NL	5991	0	Europe/Amsterdam	52.66333	6.10694		Baarloo		15	1896		
2759549	Baarlo	baarlo	NL	5991	5215	Europe/Amsterdam	51.33083	6.09444		Baarloo,Baolder		05	1894		
2759554	Baarle-Nassau	baarle-nassau	NL	5111	2585	Europe/Amsterdam	51.4475	4.92917		Baarle-Nassau,バールレ・ナッサウ		06	0744		
2759562	Baarland	baarland	NL	4435	0	Europe/Amsterdam	51.40833	3.88472				10	0654		
2759567	Baard	baard	NL	8834	185	Europe/Amsterdam	53.14185	5.6683				02	0080		
2759572	Baambrugge	baambrugge	NL	1396	1010	Europe/Amsterdam	52.24583	4.98889				09	0736		
2759581	Baak	baak	NL	7223	575	Europe/Amsterdam	52.0775	6.22778				03	1876		
2759583	Baaiduinen	baaiduinen	NL	8884	0	Europe/Amsterdam	53.3778	5.27696		Baaidunen		02	0093		
2759585	Azewijn	azewijn	NL	7045	490	Europe/Amsterdam	51.88667	6.30556		Groot Azewijn		03	1955		
2759594	Axel	axel	NL	4571	8149	Europe/Amsterdam	51.26667	3.90833		Aksel		10	0715		
2759601	Avenhorn	avenhorn	NL	1633	2945	Europe/Amsterdam	52.6175	4.95139				07	1598		
2759610	Austerlitz	austerlitz	NL	3711	1440	Europe/Amsterdam	52.08	5.31528				09	0355		
2759611	Augustinusga	augustinusga	NL	9284	1075	Europe/Amsterdam	53.21785	6.1617		Augustinusga,Stynsgea		02	0059		
2759621	Asten	asten	NL	5721	9535	Europe/Amsterdam	51.40417	5.74861		Aste,Asten		06	0743		
2759631	Assendelft	assendelft	NL	1566	0	Europe/Amsterdam	52.46833	4.74306				07	0479		
2759633	Assen	assen	NL	9401	62237	Europe/Amsterdam	52.99667	6.5625		Asen,Asenas,Asningseli,Asningsėli,Asse,Assen,a sen,aseon,asn,assen,xas sein,Άσσεν,Асен,Ассен,Ասսեն,آسن,أسن,อาสเซิน,アッセン,阿森,아선	01	01	0106		
2759643	Asperen	asperen	NL	4147	0	Europe/Amsterdam	51.88167	5.10972		Asperen,Bob van Asperen,ボブ・ファン・アスペレン		03	1960		
2759645	Asch	asch	NL	4115	300	Europe/Amsterdam	51.93083	5.31111				03	0214		
2759652	Arum	arum	NL	8822	895	Europe/Amsterdam	53.12952	5.47643				02	1900		
2759655	Arriën	arrien	NL	7735	0	Europe/Amsterdam	52.52583	6.44861		Arien,Ariën		15	0175		
2759661	Arnhem	arnhem	NL	6811	141674	Europe/Amsterdam	51.98	5.91111		Arecanum,Arnem,Arnema,Arnheim,Arnhem,Arnhemas,Arnhemia,Arnhim,Arném,Gemeen Arnem,ZYM,a na mu,aleunheom,anemu,arnahema,arnemi,arnhm,arnm,Άρνεμ,Арнем,Արնհեմ,ארנהם,آرنم,آرنهم,آرنہم,आर्नहेम,არნემი,アーネム,阿纳姆,아른험	03	03	0202		
2759664	Arnemuiden	arnemuiden	NL	4341	5075	Europe/Amsterdam	51.50167	3.675		Erremu,a ne mo yi deng,阿訥默伊登		10	0687		
2759673	Arkel	arkel	NL	4241	2980	Europe/Amsterdam	51.86417	4.99444				11	1978		
2759684	Arcen	arcen	NL	5944	8793	Europe/Amsterdam	51.47667	6.18056		Arse,Arsen,Árse		05	0983		
2759687	Appingedam	appingedam	NL	9901	12364	Europe/Amsterdam	53.32167	6.85833				04	1979		
2759693	Appeltern	appeltern	NL	6629	0	Europe/Amsterdam	51.8325	5.58611				03	0668		
2759698	Appelscha	appelscha	NL	8426	4035	Europe/Amsterdam	52.95526	6.35053		Appelscha,Appelsche,Appelsga,Appelskea,Nieuw Appelsga		02	0085		
2759706	Apeldoorn	apeldoorn	NL	7311	136670	Europe/Amsterdam	52.21	5.96944	12	Apeldoarn,Apeldoorn,Apeldoorne,Apeldorn,Apeldornas,QYP,a po er duo lun,abldwrn,apeldoleun,aperudorun,apldwrn,epeladorna,xa phel dorn,Апелдорн,Ապելդորն,آبلدورن,آپلدورن,ایپلڈوم,एपेलडॉर्न,อาเพลโดร์น,აპელდორნი,アペルドールン,阿珀尔多伦,아펠도른		03	0200		
2759716	Ansen	ansen	NL	7964	250	Europe/Amsterdam	52.78083	6.33611				01	1690		
2759724	Annerveenschekanaal	annerveenschekanaal	NL	9654	415	Europe/Amsterdam	53.0775	6.80139		Annerveensch Kanaal		01	1680		
2759729	Annen	annen	NL	9468	3405	Europe/Amsterdam	53.0575	6.71944				01	1680		
2759737	Anna Paulowna	anna-paulowna	NL	1761	0	Europe/Amsterdam	52.86083	4.83611		Anna Paulowna,Anna Paulowne		07	1911		
2759746	Anloo	anloo	NL	9467	325	Europe/Amsterdam	53.04417	6.70139		Anlo		01	1680		
2759751	Ankeveen	ankeveen	NL	1244	255	Europe/Amsterdam	52.265	5.09861				07	1696		
2759757	Anjum	anjum	NL	9133	880	Europe/Amsterdam	53.37475	6.12698		Anjum,Eanjum		02	1970		
2759764	Angerlo	angerlo	NL	6986	1130	Europe/Amsterdam	51.99583	6.13472				03	0299		
2759765	Angeren	angeren	NL	6687	2275	Europe/Amsterdam	51.91583	5.95833				03	1705		
2759770	Anevelde	anevelde	NL	7785	0	Europe/Amsterdam	52.5975	6.65278				15	0160		
2759771	Anerveen	anerveen	NL	7788	0	Europe/Amsterdam	52.63167	6.65694				15	0160		
2759772	Ane	ane	NL	7784	0	Europe/Amsterdam	52.61417	6.65139				15	0160		
2759774	Andijk	andijk	NL	1619	0	Europe/Amsterdam	52.74667	5.22222		Andijk Oost		07	0420		
2759775	Andijk	andijk	NL	1619	0	Europe/Amsterdam	52.74315	5.20821		Andejk,Andijk,Andijk West,Andik,Andoik,Andyk,Андейк		07	0420		
2759778	Anderen	anderen	NL	9465	245	Europe/Amsterdam	53	6.68611				01	1680		
2759781	Andelst	andelst	NL	6673	2990	Europe/Amsterdam	51.90833	5.72917				03	1734		
2759919	Albergen	albergen	NL	7665	0	Europe/Amsterdam	52.37083	6.7625				15	0183		
2759921	Akmarijp	akmarijp	NL	8541	115	Europe/Amsterdam	53.00332	5.78894		Akmarijp,Eagmaryp		02	1940		
2759922	Akkrum	akkrum	NL	8491	3440	Europe/Amsterdam	53.05024	5.83087		Akkrum,Ankrum,akram,اکرام		02	0074		
2759931	Akersloot	akersloot	NL	1921	0	Europe/Amsterdam	52.56083	4.73333				07	0383		
2759794	Amsterdam	amsterdam	NL	1011	741636	Europe/Amsterdam	52.37403	4.88969		AMS,Aemstelredamme,Aemsterdam,Amestelledamme,Amesterda,Amesterdam,Amesterdao,Amesterdã,Amesterdão,Amistardam,Amseutereudam,Amstardam,Amstardām,Amstedam,Amstehrdam,Amsteladamum,Amstelodamum,Amstelodhamon,Amstelodhámon,Amsterda,Amsterdam,Amsterdama,Amsterdamas,Amsterdame,Amsterdami,Amsterdamo,Amsterdams,Amsterdamu,Amsterdan,Amsterdã,Amsterntam,Amsterodam,Amstyerdam,Amstèdam,Amstèrdame,Amstérdam,Amstɛrɩdam,Amsut'erudam,Amszterdam,Amsŭt'erŭdam,Amusitedan,Amusuterudamu,Damsko,I-Amsterdami,Mokum,Mokum Aleph,a mu si te dan,aimstardaima,amasataradama,amastaradama,amastararyama,amseuteleudam,amstardama,amstartam,amstrdam,amusuterudamu,anstardyam,emstaradyama,xamstexrdam,yەmstەrdam,Àmsterdam,Ámsterdam,Ámsterdan,Âmesterdâm,Āmǔsītèdān,Άμστερνταμ,Амстердам,Амстэрдам,Ամստերդամ,אמסטערדאם,אמסטרדם,آمستردام,أمستردام,ئامستېردام,ئەمستەردام,امستردام,امسټرډام,ایمسٹرڈیم,ܐܡܣܛܪܕܐܡ,अ‍ॅम्स्टरडॅम,आम्स्टर्डम,एम्स्तरद्याम,ऐम्स्टर्डैम,আমস্টারডাম,ਅਮਸਤਰਦਮ,ଆମଷ୍ଟରଡ଼୍ୟାମ,ஆம்ஸ்டர்டம்,ಆಂಸ್ಟರ್ಡ್ಯಾಮ್,ആംസ്റ്റർഡാം,ඈම්ස්ටර්ඩෑම්,อัมสเตอร์ดัม,ཨེམ་སི་ཊར་ཌམ།,အမ်စတာဒမ်မြို့,ამსტერდამი,አምስተርዳም,アムステルダム,阿姆斯特丹,암스테르담		07	0363		
2759796	Amstenrade	amstenrade	NL	6436	1740	Europe/Amsterdam	50.93917	5.92361				05	1954		
2759798	Amstelveen	amstelveen	NL	1181	79639	Europe/Amsterdam	52.30083	4.86389		Amstelveen,Amstelven,Amstelveyn,Amstelvin,Nieuwer Amstel,a mu si te er fen,amseutelbein,amusuterufen,Амстелвен,Амстелвин,Ամստելվեյն,אמסטלפיין,آمستل‌فین,アムステルフェーン,阿姆斯特尔芬,암스텔베인		07	0362		
2759804	Amstelhoek	amstelhoek	NL	1427	0	Europe/Amsterdam	52.23083	4.83333				09	0736		
2759813	Ammerzoden	ammerzoden	NL	5324	3040	Europe/Amsterdam	51.74917	5.22083				03	0263		
2759815	Ammerstol	ammerstol	NL	2865	1580	Europe/Amsterdam	51.9275	4.80833				11	1931		
2759821	Amersfoort	amersfoort	NL	3811	139914	Europe/Amsterdam	52.155	5.3875		Amersfoort,Amersfort,Amersforto,QYM,Амерсфорт		09	0307		
2759828	Amerongen	amerongen	NL	3958	5085	Europe/Amsterdam	52.0025	5.45972		Ameron'chen,amrangn,Αμερόνχεν,امرانگن		09	1581		
2759831	America	america	NL	5966	1175	Europe/Amsterdam	51.43667	5.97917		Amerika		05	1507		
2759838	Amen	amen	NL	9446	80	Europe/Amsterdam	52.9425	6.61111				01	1680		
2759849	Ameide	ameide	NL	4233	0	Europe/Amsterdam	51.955	4.9625				09	1961		
2759858	Altforst	altforst	NL	6628	0	Europe/Amsterdam	51.84917	5.56528				03	0668		
2759860	Alteveer	alteveer	NL	7927	0	Europe/Amsterdam	52.004	5.90864				03	0202		
2759861	Alteveer	alteveer	NL	7927	0	Europe/Amsterdam	53.11167	6.43472				01	1699		
2759862	Alteveer	alteveer	NL	7927	915	Europe/Amsterdam	53.05083	6.99444				04	0037		
2759863	Alteveer	alteveer	NL	7927	565	Europe/Amsterdam	52.675	6.48611				01	1690		
2759875	Alphen aan den Rijn	alphen-aan-den-rijn	NL	2401	70251	Europe/Amsterdam	52.12917	4.65546		Alfen,Alphen,Alphen a/d Rijn,Alphen aan de Rijn,Alphen aan den Rijn,Alphen aan der Rijn		11	0484		
2759876	Alphen	alphen	NL	5131	0	Europe/Amsterdam	51.8225	5.47083		Alfen,Alphen aan de Maas		03	0668		
2759877	Alphen	alphen	NL	5131	3160	Europe/Amsterdam	51.48167	4.95833		Alfen,alfn  shmal brabant,الفن، شمال برابانت		06	1723		
2759878	Almkerk	almkerk	NL	4286	2715	Europe/Amsterdam	51.77083	4.95972		almkrk,المکرک		06	1959		
2759884	Almen	almen	NL	7218	710	Europe/Amsterdam	52.15833	6.3				03	0262		
2759887	Almelo	almelo	NL	7601	72725	Europe/Amsterdam	52.35667	6.6625		Almelo,Almeloo,QYL,Алмело		15	0141		
2759891	Allingawier	allingawier	NL	8758	70	Europe/Amsterdam	53.0472	5.44484		Allingaweer		02	1900		
2759899	Alkmaar	alkmaar	NL	1811	94853	Europe/Amsterdam	52.63167	4.74861		Alkmaar,Alkmaer,Alkmar,Alkmaras,a er ke ma er,alkeumaleu,alkmar,arukumaru,Άλκμααρ,Алкмаар,Алкмар,Ալկմար,אלקמאר,آلکمار,ألكمار,ئەڵکمار,アルクマール,阿尔克马尔,알크마르		07	0361		
2759906	Alem	alem	NL	5335	550	Europe/Amsterdam	51.78667	5.34306				03	0263		
2759915	Alblasserdam	alblasserdam	NL	2951	18348	Europe/Amsterdam	51.86583	4.66111		Alblaserdam,Alblasserdam,a er bu la se dan,alblasrdam,Алблассердам,Ալբլասերդամ,ألبلاسردام,البلاسردام,阿尔布拉瑟丹		11	0482		
2759945	Afferden	afferden	NL	6654	1405	Europe/Amsterdam	51.88	5.63472				03	0225		
2759946	Afferden	afferden	NL	6654	0	Europe/Amsterdam	51.63417	6.01111		Afferden L		05	0893		
2759950	Aerdt	aerdt	NL	6913	540	Europe/Amsterdam	51.89417	6.08472		Aard,Aardt		03	0299		
2759951	Aerdenhout	aerdenhout	NL	2111	0	Europe/Amsterdam	52.36167	4.59722		Aardenhout		07	0377		
2759956	Eagum	eagum	NL	9006	30	Europe/Amsterdam	53.12978	5.82825		Aegum,Eagum,Egum		02	0080		
2759961	Aduard	aduard	NL	9831	2030	Europe/Amsterdam	53.25667	6.45972		Adeward,Adewardervoorwerk,Kloster Aduard		04	1969		
2759967	Adorp	adorp	NL	9774	515	Europe/Amsterdam	53.275	6.53333				04	1966		
2759975	Acquoy	acquoy	NL	4151	365	Europe/Amsterdam	51.87917	5.13611		Ackooi,Ackooy,Acquoij,Akkooi		03	1960		
2759981	Achtmaal	achtmaal	NL	4885	635	Europe/Amsterdam	51.45417	4.58472				06	0879		
2759983	Achthuizen	achthuizen	NL	3256	0	Europe/Amsterdam	51.68833	4.27917				11	1924		
2759995	Achterveld	achterveld	NL	3791	0	Europe/Amsterdam	52.13583	5.49722				09	0327		
2760053	Achlum	achlum	NL	8806	525	Europe/Amsterdam	53.14925	5.48346		Achlum		02	1949		
2760067	Abcoude	abcoude	NL	1391	6920	Europe/Amsterdam	52.2725	4.96944		Abcoude,Abkoude,a bu kao de,abkad,abkawdh,أبكاوده,ابکاد,阿布考德		09	0736		
2760073	Abbenes	abbenes	NL	2157	855	Europe/Amsterdam	52.235	4.59167				07	0394		
2760075	Abbenbroek	abbenbroek	NL	3216	0	Europe/Amsterdam	51.84833	4.24306				11	1930		
2760078	Abbekerk	abbekerk	NL	1657	2110	Europe/Amsterdam	52.73167	5.01806				07	0420		
2760080	Abbega	abbega	NL	8617	110	Europe/Amsterdam	53.01829	5.57024				02	1900		
2760085	Aartswoud	aartswoud	NL	1719	490	Europe/Amsterdam	52.74333	4.94861		Aardswoud,Aartwoud		07	0432		
2760092	Aarlanderveen	aarlanderveen	NL	2445	0	Europe/Amsterdam	52.14083	4.72778				11	0484		
2760096	Aardenburg	aardenburg	NL	4527	2005	Europe/Amsterdam	51.27333	3.44722		Aarntenmpournk,Erreburg,ardnbrg,Άαρντενμπουργκ,آردنبرگ,آرڈنبرگ		10	1714		
2760123	Aalten	aalten	NL	7121	19141	Europe/Amsterdam	51.925	6.58056		Aalten		03	0197		
2760124	Aalsum	aalsum	NL	9121	0	Europe/Amsterdam	53.3075	6.36944		Aalsum,Ealsum		04	1969		
2760129	Aalst	aalst	NL	5308	3480	Europe/Amsterdam	51.39667	5.47778				06	0866		
2760130	Aalst	aalst	NL	5308	0	Europe/Amsterdam	51.935	5.54028				03	0214		
2760131	Aalst	aalst	NL	5308	1580	Europe/Amsterdam	51.7825	5.12778				03	0297		
2760132	Aalsmeerderbrug	aalsmeerderbrug	NL	1436	505	Europe/Amsterdam	52.27417	4.75				07	0394		
2760134	Aalsmeer	aalsmeer	NL	1431	22991	Europe/Amsterdam	52.25917	4.75972		Aalsmeer,Alsmer,QFA,a er si mei er,Алсмер,阿尔斯梅尔		07	0358		
2760142	Aalden	aalden	NL	7854	1625	Europe/Amsterdam	52.79	6.71806				01	0109		
2760147	Aagtekerke	aagtekerke	NL	4363	1245	Europe/Amsterdam	51.54667	3.50972				10	0717		
2760151	Aadorp	aadorp	NL	7611	0	Europe/Amsterdam	52.37667	6.62917				15	0141		
6544691	Horn	horn	NL	6085	0	Europe/Amsterdam	52.70083	5.20556				07	0532		
6544696	Oude Willem	oude-willem	NL	8439	0	Europe/Amsterdam	52.8975	6.30833				01	1701		
6544708	Zevenhuizen	zevenhuizen	NL	2761	0	Europe/Amsterdam	53.385	6.69167				04	1966		
6544726	Hoek	hoek	NL	4542	0	Europe/Amsterdam	51.26917	5.91806				05	1640		
6544732	Elst	elst	NL	6661	0	Europe/Amsterdam	51.74417	5.45417				06	0828		
6544742	Hank	hank	NL	4273	0	Europe/Amsterdam	51.65917	5.80694				06	1702		
6544764	De Wijk	de-wijk	NL	7957	0	Europe/Amsterdam	52.26917	6.11111				03	0285		
6544778	Radio Kootwijk	radio-kootwijk	NL	7348	120	Europe/Amsterdam	52.17417	5.82639				03	0200		
6544819	Driehuizen	driehuizen	NL	1844	0	Europe/Amsterdam	51.50167	5.14028				06	0798		
6544830	Bronkhorst	bronkhorst	NL	7226	0	Europe/Amsterdam	51.78167	5.05				06	1959		
6544847	Neerlangel	neerlangel	NL	5355	70	Europe/Amsterdam	51.80833	5.64583				06	0828		
6544851	De Hoef	de-hoef	NL	1426	0	Europe/Amsterdam	51.82167	4.91111				06	1959		
6544852	De Hoef	de-hoef	NL	1426	0	Europe/Amsterdam	51.38167	5.69306				06	0847		
6544868	Hoek	hoek	NL	4542	0	Europe/Amsterdam	51.30667	5.42639				06	0858		
6544878	Noordeinde	noordeinde	NL	1485	0	Europe/Amsterdam	52.48167	4.75139				07	0479		
6544879	Noordeinde	noordeinde	NL	1485	0	Europe/Amsterdam	52.4525	4.86944				07	0431		
6544898	Noordeinde	noordeinde	NL	1485	0	Europe/Amsterdam	52.16667	4.95				09	1904		
6544904	Sluis	sluis	NL	4524	0	Europe/Amsterdam	51.32333	3.95833				10	0677		
6621557	Middelburg	middelburg	NL	4331	0	Europe/Amsterdam	52.19159	6.12891				03	0285		
6621561	Landgraaf	landgraaf	NL	6371	0	Europe/Amsterdam	50.90709	6.02716				05	0882		
6692371	Jubbega	jubbega	NL	8411	3295	Europe/Amsterdam	53.00396	6.12183		Jobbegea		02	0074		
6697850	Hoek	hoek	NL	4542	1100	Europe/Amsterdam	53.20455	5.80192		Hoek		02	0080		
6697854	De Knipe	de-knipe	NL	8456	1480	Europe/Amsterdam	52.96829	5.97116		De Knijpe,De Knipe		02	0074		
6698718	Aarle-Rixtel	aarle-rixtel	NL	5735	5125	Europe/Amsterdam	51.50976	5.63839		arl-rykstl,آرل-ریکستل,آرلے ریکسٹل		06	1659		
6929953	Kelpen-Oler	kelpen-oler	NL	6037	1170	Europe/Amsterdam	51.21817	5.82602				05	1640		
6929992	Berkel en Rodenrijs	berkel-en-rodenrijs	NL	2651	20189	Europe/Amsterdam	51.99313	4.47865				11	1621		
7118109	Velserbroek	velserbroek	NL	1991	0	Europe/Amsterdam	52.43283	4.66155				07	0453		
7284469	Kapelle	kapelle	NL	4421	8670	Europe/Amsterdam	51.48627	3.95804				10	0678		
8299268	Blauwestad	blauwestad	NL	9685	0	Europe/Amsterdam	53.16648	7.03623				04	1895		
8335037	Burgh-Haamstede	burgh-haamstede	NL	4328	0	Europe/Amsterdam	51.6952	3.73677				10	1676		
8436503	Beek en Donk	beek-en-donk	NL	5741	0	Europe/Amsterdam	51.54158	5.62603				06	1659		
8592090	Berg en Terblijt	berg-en-terblijt	NL	6325	0	Europe/Amsterdam	50.86117	5.78662				05	0994		
8593867	Beemte-Broekland	beemte-broekland	NL	7341	1000	Europe/Amsterdam	52.256	5.98974	7			03	0200		
8714374	Loosdrecht	loosdrecht	NL	1231	0	Europe/Amsterdam	52.21718	5.06899		Loasdrecht,Lusdrikht,Лусдрихт		07	1696		
10173838	Schiphol-Rijk	schiphol-rijk	NL	1119	30	Europe/Amsterdam	52.28446	4.75838				07	0394		
10173839	Schiphol	schiphol	NL	1117	55	Europe/Amsterdam	52.29843	4.79094		AMS,Schiphol,Schiphol-Rijk		07	0394		
10860375	Winterswijk Kotten	winterswijk-kotten	NL	7107	0	Europe/Amsterdam	51.93897	6.77011				03	0294		
11281930	Hei- en Boeicop	hei-en-boeicop	NL	4126	0	Europe/Amsterdam	51.94462	5.082				09	1961		
11281970	Lattrop-Breklenkamp	lattrop-breklenkamp	NL	7635	0	Europe/Amsterdam	52.44318	6.98581				15	1774		
11395748	Starnmeer	starnmeer	NL	1488	205	Europe/Amsterdam	52.54739	4.78661				07	0361		
11395749	Spaarndam gem. Haarlem	spaarndam-gem-haarlem	NL	2063	0	Europe/Amsterdam	52.41535	4.67464				07	0392		
11395750	Waal	waal	NL	2968	100	Europe/Amsterdam	51.9385	4.90085				11	1978		
11395832	Stoutenburg-Noord	stoutenburg-noord	NL	3836	0	Europe/Amsterdam	52.15798	5.46364				09	0307		
11395833	Ossenwaard	ossenwaard	NL	3989	0	Europe/Amsterdam	51.99291	5.13662				09	1961		
11395891	Rijkevoort-De Walsert	rijkevoort-de-walsert	NL	5449	0	Europe/Amsterdam	51.65089	5.85833				06	1702		
11395892	Nederweert-Eind	nederweert-eind	NL	6034	0	Europe/Amsterdam	51.28189	5.81357				05	0946		
11395895	Ambt Delden	ambt-delden	NL	7495	0	Europe/Amsterdam	52.27015	6.63969				15	1735		
11395901	Meerstad	meerstad	NL	9613	0	Europe/Amsterdam	53.22176	6.65179				04	0014		
11524816	Maastricht-Airport	maastricht-airport	NL	6199	0	Europe/Amsterdam	50.92111	5.7819				05	0888		
11525000	Rotterdam-Albrandswaard	rotterdam-albrandswaard	NL	3165	0	Europe/Amsterdam	51.86902	4.41994				11	0613		
11746060	Hardinxveld-Giessendam	hardinxveld-giessendam	NL	3371	0	Europe/Amsterdam	51.82933	4.83497				11	0523		
11746705	Alteveer gem Hoogeveen	alteveer-gem-hoogeveen	NL	7915	0	Europe/Amsterdam	52.68346	6.5018				01	0118		
11746706	Bavel AC	bavel-ac	NL	4859	0	Europe/Amsterdam	51.54879	4.84712				06	1723		
11746708	Drachten-Azeven	drachten-azeven	NL	9207	0	Europe/Amsterdam	53.09897	6.13252				02	0086		
11746710	Harkstede GN	harkstede-gn	NL	9614	0	Europe/Amsterdam	53.21153	6.6642				04	0014		
11746796	Amsterdam-Duivendrecht	amsterdam-duivendrecht	NL	1114	0	Europe/Amsterdam	52.31926	4.92569				07	0437		
11746814	Deursen-Dennenburg	deursen-dennenburg	NL	5352	0	Europe/Amsterdam	51.80187	5.62337				06	0828		
11746818	Ulvenhout AC	ulvenhout-ac	NL	4858	0	Europe/Amsterdam	51.54004	4.81364				06	1723		
11746819	Nieuwlande Coevorden	nieuwlande-coevorden	NL	7929	0	Europe/Amsterdam	52.70089	6.63377				01	0109		
11746820	Lageland GN	lageland-gn	NL	9622	0	Europe/Amsterdam	53.23955	6.66278				04	0014		
11746903	Oost West en Middelbeers	oost-west-en-middelbeers	NL	5091	0	Europe/Amsterdam	51.47016	5.2494				06	0823		
11776989	Son en Breugel	son-en-breugel	NL	5691	0	Europe/Amsterdam	51.51654	5.49608			0848	06	0848		
\.


--
-- Data for Name: postal; Type: TABLE DATA; Schema: nl; Owner: g5
--

COPY nl.postal (postal_code, place_name, place_slug, admin_code1, admin_code2, admin_code3, latitude, longitude, accuracy) FROM stdin;
9401	Assen	assen	01	0106		52.9938	6.5623	6
9402	Assen	assen	01	0106		53.0043	6.5594	6
9403	Assen	assen	01	0106		53.0145	6.5862	6
9404	Assen	assen	01	0106		52.9868	6.5763	6
9405	Assen	assen	01	0106		52.9863	6.5293	6
9406	Assen	assen	01	0106		53.0022	6.5433	6
9407	Assen	assen	01	0106		53.0177	6.5614	6
9408	Assen	assen	01	0106		53.0031	6.5116	6
9409	Loon	loon	01	0106		53.0131	6.6118	6
9486	Rhee	rhee	01	0106		53.0336	6.571	6
9487	Ter Aard	ter-aard	01	0106		53.0271	6.5446	6
9488	Zeijerveld	zeijerveld	01	0106		53.0336	6.5193	6
9489	Zeijerveen	zeijerveen	01	0106		53.0135	6.521	6
9492	Ubbena	ubbena	01	0106		53.0494	6.5794	6
7741	Coevorden	coevorden	01	0109		52.6665	6.7349	6
7742	Coevorden	coevorden	01	0109		52.6587	6.7543	6
7751	Dalen	dalen	01	0109		52.6928	6.7573	6
7753	Dalerpeel	dalerpeel	01	0109		52.6811	6.6613	6
7754	Wachtum	wachtum	01	0109		52.725	6.748	6
7755	Dalerveen	dalerveen	01	0109		52.694	6.8086	6
7756	Stieltjeskanaal	stieltjeskanaal	01	0109		52.6747	6.8123	6
7841	Sleen	sleen	01	0109		52.7696	6.8016	6
7842	Diphoorn	diphoorn	01	0109		52.7706	6.8183	6
7843	Erm	erm	01	0109		52.7484	6.8084	6
7845	Holsloot	holsloot	01	0109		52.7225	6.8055	6
7846	Noord-Sleen	noord-sleen	01	0109		52.7914	6.8021	6
7847	't Haantje	t-haantje	01	0109		52.8143	6.8254	6
7848	Schoonoord	schoonoord	01	0109		52.8443	6.7566	6
7849	De Kiel	de-kiel	01	0109		52.8625	6.7444	6
7851	Zweeloo	zweeloo	01	0109		52.7975	6.7328	6
7852	Wezup	wezup	01	0109		52.8145	6.7187	6
7853	Wezuperbrug	wezuperbrug	01	0109		52.8406	6.7256	6
7854	Aalden	aalden	01	0109		52.7935	6.7139	6
7855	Meppen	meppen	01	0109		52.7822	6.6911	6
7856	Benneveld	benneveld	01	0109		52.7754	6.7474	6
7861	Oosterhesselen	oosterhesselen	01	0109		52.7547	6.7221	6
7863	Gees	gees	01	0109		52.7485	6.6893	6
7864	Zwinderen	zwinderen	01	0109		52.7235	6.6735	6
7917	Geesbrug	geesbrug	01	0109		52.7287	6.6277	6
7929	Nieuwlande Coevorden	nieuwlande-coevorden	01	0109		52.7003	6.6341	6
7761	Schoonebeek	schoonebeek	01	0114		52.6646	6.8832	6
7764	Zandpol	zandpol	01	0114		52.6939	6.8642	6
7765	Weiteveen	weiteveen	01	0114		52.6721	6.9897	6
7766	Nieuw-Schoonebeek	nieuw-schoonebeek	01	0114		52.6476	6.9892	6
7811	Emmen	emmen	01	0114		52.7829	6.8955	6
7812	Emmen	emmen	01	0114		52.7641	6.8863	6
7813	Emmen	emmen	01	0114		52.7565	6.8656	6
7814	Emmen	emmen	01	0114		52.8013	6.8984	
7815	Emmen	emmen	01	0114		52.7981	6.8935	6
7821	Emmen	emmen	01	0114		52.7707	6.912	6
7822	Emmen	emmen	01	0114		52.7909	6.9045	6
7823	Emmen	emmen	01	0114		52.792	6.9385	6
7824	Emmen	emmen	01	0114		52.7808	6.9298	6
7825	Emmen	emmen	01	0114		52.7562	6.9349	6
7826	Emmen	emmen	01	0114		52.7714	6.9589	6
7827	Emmen	emmen	01	0114		52.7476	6.8901	6
7828	Emmen	emmen	01	0114		52.7329	6.9078	6
7831	Nieuw-Weerdinge	nieuw-weerdinge	01	0114		52.8526	6.98	6
7833	Nieuw-Amsterdam	nieuw-amsterdam	01	0114		52.7124	6.8599	6
7844	Veenoord	veenoord	01	0114		52.711	6.8479	6
7881	Emmer-Compascuum	emmer-compascuum	01	0114		52.8089	7.0344	6
7881	Klazienaveen	klazienaveen	01	0114		52.7442	7.0086	
7884	Barger-Compascuum	barger-compascuum	01	0114		52.7554	7.0441	6
7885	Nieuw-Dordrecht	nieuw-dordrecht	01	0114		52.7461	6.9636	6
7887	Erica	erica	01	0114		52.7117	6.925	6
7889	Klazienaveen-Noord	klazienaveen-noord	01	0114		52.7664	7.0021	6
7891	Klazienaveen	klazienaveen	01	0114		52.7237	6.9883	6
7892	Klazienaveen	klazienaveen	01	0114		52.7317	6.9704	6
7894	Zwartemeer	zwartemeer	01	0114		52.719	7.0422	6
7895	Roswinkel	roswinkel	01	0114		52.8399	7.031	6
7901	Hoogeveen	hoogeveen	01	0118		52.7262	6.4734	6
7902	Hoogeveen	hoogeveen	01	0118		52.7254	6.4833	6
7903	Hoogeveen	hoogeveen	01	0118		52.7333	6.5065	6
7904	Hoogeveen	hoogeveen	01	0118		52.7242	6.5116	6
7905	Hoogeveen	hoogeveen	01	0118		52.7168	6.5018	6
7906	Hoogeveen	hoogeveen	01	0118		52.7158	6.4852	6
7907	Hoogeveen	hoogeveen	01	0118		52.7165	6.472	6
7908	Hoogeveen	hoogeveen	01	0118		52.716	6.4488	6
7909	Hoogeveen	hoogeveen	01	0118		52.7227	6.4526	4
7911	Nieuweroord	nieuweroord	01	0118		52.7208	6.5696	6
7911	Noordscheschut	noordscheschut	01	0118		52.7279	6.5453	6
7912	Nieuweroord	nieuweroord	01	0118		52.7292	6.5647	6
7913	Hollandscheveld	hollandscheveld	01	0118		52.7029	6.5407	6
7913	Hoogeveen	hoogeveen	01	0118		52.7114	6.5175	6
7913	Nieuweroord	nieuweroord	01	0118		52.7171	6.5717	6
7914	Noordscheschut	noordscheschut	01	0118		52.7242	6.5347	6
7915	Alteveer gem Hoogeveen	alteveer-gem-hoogeveen	01	0118		52.6816	6.501	6
7916	Elim	elim	01	0118		52.6811	6.5772	6
7916	Hollandscheveld	hollandscheveld	01	0118		52.6711	6.5921	6
7918	Nieuwlande	nieuwlande	01	0118		52.694	6.6126	6
7931	Fluitenberg	fluitenberg	01	0118		52.7401	6.455	6
7933	Pesse	pesse	01	0118		52.7745	6.4562	6
7934	Stuifzand	stuifzand	01	0118		52.7518	6.5023	6
7936	Tiendeveen	tiendeveen	01	0118		52.7491	6.5438	6
7941	Meppel	meppel	01	0119		52.6962	6.191	6
7942	Meppel	meppel	01	0119		52.705	6.1904	6
7943	Meppel	meppel	01	0119		52.6962	6.2188	6
7944	Meppel	meppel	01	0119		52.6848	6.1811	6
7948	Nijeveen	nijeveen	01	0119		52.734	6.1664	6
7948	Meppel	meppel	01	0119		52.7189	6.1836	6
7949	Rogat	rogat	01	0119		52.6878	6.2674	6
7965	Broekhuizen	broekhuizen	01	0119		52.6974	6.2623	6
7966	De Schiphorst	de-schiphorst	01	0119		52.6782	6.2582	6
9443	Schoonloo	schoonloo	01	1680		52.9098	6.7084	6
9444	Grolloo	grolloo	01	1680		52.9341	6.6717	6
9445	Vredenheim	vredenheim	01	1680		52.9463	6.6546	6
9446	Amen	amen	01	1680		52.9413	6.6083	6
9447	Papenvoort	papenvoort	01	1680		52.946	6.7134	6
9448	Marwijksoord	marwijksoord	01	1680		52.9643	6.6561	6
9449	Nooitgedacht	nooitgedacht	01	1680		52.967	6.6717	6
9451	Rolde	rolde	01	1680		52.983	6.6518	6
9452	Nijlande	nijlande	01	1680		52.9738	6.6245	6
9453	Eldersloo	eldersloo	01	1680		52.9643	6.6155	6
9454	Ekehaar	ekehaar	01	1680		52.9528	6.6014	6
9455	Geelbroek	geelbroek	01	1680		52.9512	6.572	6
9456	Eleveld	eleveld	01	1680		52.9577	6.5829	6
9457	Deurze	deurze	01	1680		52.9829	6.6094	6
9458	Balloo	balloo	01	1680		52.9949	6.6307	6
9459	Balloërveld	balloerveld	01	1680		53.0231	6.636	6
9461	Gieten	gieten	01	1680		53.0026	6.7666	6
9462	Gasselte	gasselte	01	1680		52.975	6.7894	6
9463	Eext	eext	01	1680		53.0201	6.7366	6
9464	Eexterzandvoort	eexterzandvoort	01	1680		53.0343	6.7846	6
9465	Anderen	anderen	01	1680		52.9999	6.6859	6
9466	Gasteren	gasteren	01	1680		53.0364	6.6642	6
9467	Anloo	anloo	01	1680		53.0473	6.704	6
9468	Annen	annen	01	1680		53.0575	6.7197	6
9469	Schipborg	schipborg	01	1680		53.0732	6.6715	6
9511	Gieterveen	gieterveen	01	1680		53.0251	6.838	6
9512	Nieuwediep	nieuwediep	01	1680		53.0488	6.8443	6
9514	Gasselternijveen	gasselternijveen	01	1680		52.9872	6.8505	6
9515	Gasselternijveenschemond	gasselternijveenschemond	01	1680		52.9972	6.9069	6
9515	Gasselternijveen	gasselternijveen	01	1680		52.9872	6.8719	6
9654	Annerveenschekanaal	annerveenschekanaal	01	1680		53.0788	6.8002	6
9655	Oud Annerveen	oud-annerveen	01	1680		53.087	6.7634	6
9656	Spijkerboor	spijkerboor	01	1680		53.0774	6.7658	6
9657	Nieuw Annerveen	nieuw-annerveen	01	1680		53.0701	6.7736	6
9658	Eexterveen	eexterveen	01	1680		53.0522	6.8035	6
9659	Eexterveenschekanaal	eexterveenschekanaal	01	1680		53.0582	6.8328	6
7858	Eeserveen	eeserveen	01	1681		52.8733	6.7692	4
7859	Eeserveen	eeserveen	01	1681		52.8697	6.7749	6
7871	Klijndijk	klijndijk	01	1681		52.8319	6.858	6
7872	Valthe	valthe	01	1681		52.8454	6.8923	6
7873	Odoorn	odoorn	01	1681		52.8495	6.8512	6
7874	Odoornerveen	odoornerveen	01	1681		52.842	6.7945	6
7875	Exloo	exloo	01	1681		52.8771	6.8678	6
7876	Valthermond	valthermond	01	1681		52.8813	6.9603	6
7877	2e Valthermond	2e-valthermond	01	1681		52.8884	7.0167	6
9521	Nieuw-Buinen	nieuw-buinen	01	1681		52.9644	6.9433	6
9523	Drouwenermond	drouwenermond	01	1681		52.9809	6.9114	6
9524	Buinerveen	buinerveen	01	1681		52.9351	6.8808	6
9525	Drouwenerveen	drouwenerveen	01	1681		52.967	6.8562	6
9526	Bronnegerveen	bronnegerveen	01	1681		52.956	6.834	6
9527	Bronneger	bronneger	01	1681		52.9476	6.8177	6
9528	Buinen	buinen	01	1681		52.9317	6.8359	6
9531	Borger	borger	01	1681		52.923	6.7917	6
9533	Drouwen	drouwen	01	1681		52.9539	6.7908	6
9534	Westdorp	westdorp	01	1681		52.9061	6.7618	6
9535	Ellertshaar	ellertshaar	01	1681		52.8948	6.7378	6
9536	Ees	ees	01	1681		52.9083	6.8136	6
9537	Eesergroen	eesergroen	01	1681		52.8905	6.783	6
9564	Zandberg	zandberg	01	1681		52.9179	7.0291	6
9571	2e Exloërmond	2e-exloermond	01	1681		52.9073	6.9353	6
9573	1e Exloërmond	1e-exloermond	01	1681		52.9339	6.9487	6
9574	Exloërveen	exloerveen	01	1681		52.9027	6.9013	6
7705	Drogteropslagen	drogteropslagen	01	1690		52.622	6.499	6
7921	Zuidwolde	zuidwolde	01	1690		52.6706	6.4268	6
7924	Veeningen	veeningen	01	1690		52.6636	6.3759	6
7925	Linde	linde	01	1690		52.6356	6.4634	6
7926	Kerkenveld	kerkenveld	01	1690		52.666	6.5004	6
7927	Alteveer	alteveer	01	1690		52.6776	6.4848	6
7932	Echten	echten	01	1690		52.7074	6.3841	6
7935	Eursinge	eursinge	01	1690		52.7773	6.4411	6
7957	de Wijk	de-wijk	01	1690		52.673	6.2923	6
7958	Koekange	koekange	01	1690		52.7034	6.3243	6
7961	Ruinerwold	ruinerwold	01	1690		52.7256	6.2585	6
7963	Ruinen	ruinen	01	1690		52.7615	6.3612	6
7964	Ansen	ansen	01	1690		52.7829	6.3332	6
9301	Roden	roden	01	1699		53.138	6.4224	6
9302	Roden	roden	01	1699		53.1331	6.4036	6
9304	Lieveren	lieveren	01	1699		53.1147	6.4581	6
9305	Roderesch	roderesch	01	1699		53.1143	6.4213	6
9306	Alteveer	alteveer	01	1699		53.1124	6.4316	6
9307	Steenbergen	steenbergen	01	1699		53.1	6.403	6
9311	Nieuw-Roden	nieuw-roden	01	1699		53.1304	6.395	6
9312	Nietap	nietap	01	1699		53.1584	6.3974	6
9313	Leutingewolde	leutingewolde	01	1699		53.1545	6.428	6
9314	Foxwolde	foxwolde	01	1699		53.156	6.4532	6
9315	Roderwolde	roderwolde	01	1699		53.1698	6.4689	6
9321	Peize	peize	01	1699		53.1459	6.4965	6
9331	Norg	norg	01	1699		53.0691	6.457	6
9333	Langelo	langelo	01	1699		53.093	6.444	6
9334	Peest	peest	01	1699		53.0587	6.4973	6
9335	Zuidvelde	zuidvelde	01	1699		53.0395	6.4612	6
9336	Huis ter Heide	huis-ter-heide	01	1699		53.017	6.4797	6
9337	Westervelde	westervelde	01	1699		53.054	6.4395	6
9341	Veenhuizen	veenhuizen	01	1699		53.0341	6.3983	6
9342	Een	een	01	1699		53.0853	6.3811	6
9343	Een-West	een-west	01	1699		53.0829	6.3341	6
9351	Nietap	nietap	01	1699		53.1542	6.3845	6
9354	Nieuw-Roden	nieuw-roden	01	1699		53.1165	6.3653	6
9749	Matsloot	matsloot	01	1699		53.1938	6.4505	6
7933	Pesse	pesse	01	1701		52.7883	6.4353	4
7963	Ruinen	ruinen	01	1701		52.7831	6.3641	6
7964	Ansen	ansen	01	1701		52.789	6.3564	6
7971	Havelte	havelte	01	1701		52.7741	6.2372	6
7973	Darp	darp	01	1701		52.7746	6.205	6
7974	Havelterberg	havelterberg	01	1701		52.7747	6.1841	6
7975	Uffelte	uffelte	01	1701		52.7901	6.2811	6
7981	Diever	diever	01	1701		52.8571	6.3191	6
7983	Wapse	wapse	01	1701		52.8581	6.264	6
7984	Dieverbrug	dieverbrug	01	1701		52.8473	6.3374	6
7985	Geeuwenbrug	geeuwenbrug	01	1701		52.8737	6.3669	6
7986	Wittelte	wittelte	01	1701		52.8305	6.297	6
7991	Dwingeloo	dwingeloo	01	1701		52.8372	6.3745	6
8351	Wapserveen	wapserveen	01	1701		52.8237	6.2205	6
8381	Vledder	vledder	01	1701		52.8556	6.2076	6
8382	Frederiksoord	frederiksoord	01	1701		52.8454	6.1835	6
8383	Nijensleek	nijensleek	01	1701		52.8388	6.165	6
8384	Wilhelminaoord	wilhelminaoord	01	1701		52.8573	6.1619	6
8385	Vledderveen	vledderveen	01	1701		52.8755	6.1872	6
8386	Doldersum	doldersum	01	1701		52.8883	6.2526	6
8387	Boschoord	boschoord	01	1701		52.8923	6.2195	6
8437	Zorgvlied	zorgvlied	01	1701		52.9208	6.2537	6
8438	Wateren	wateren	01	1701		52.9164	6.2726	6
8439	Oude Willem	oude-willem	01	1701		52.8932	6.3112	6
9417	Spier	spier	01	1701		52.8178	6.4592	6
9423	Hoogersmilde	hoogersmilde	01	1701		52.9098	6.3685	6
9471	Zuidlaren	zuidlaren	01	1730		53.092	6.6749	6
9472	Zuidlaren	zuidlaren	01	1730		53.0776	6.6959	6
9473	De Groeve	de-groeve	01	1730		53.1141	6.7164	6
9474	Zuidlaarderveen	zuidlaarderveen	01	1730		53.1022	6.7501	6
9475	Midlaren	midlaren	01	1730		53.1125	6.6775	6
9481	Vries	vries	01	1730		53.0726	6.5768	6
9482	Tynaarlo	tynaarlo	01	1730		53.0796	6.6154	6
9483	Zeegse	zeegse	01	1730		53.0688	6.6508	6
9484	Oudemolen	oudemolen	01	1730		53.0511	6.6388	6
9485	Taarlo	taarlo	01	1730		53.0337	6.6221	6
9491	Zeijen	zeijen	01	1730		53.0474	6.5448	6
9493	De Punt	de-punt	01	1730		53.112	6.6049	6
9494	Yde	yde	01	1730		53.1147	6.5903	6
9495	Winde	winde	01	1730		53.1273	6.5243	6
9496	Bunne	bunne	01	1730		53.1139	6.5253	6
9497	Donderen	donderen	01	1730		53.0952	6.5444	6
9761	Eelde	eelde	01	1730		53.1367	6.5633	6
9765	Paterswolde	paterswolde	01	1730		53.1482	6.5623	6
9766	Eelderwolde	eelderwolde	01	1730		53.1798	6.538	6
7910	Nieuweroord	nieuweroord	01	1731		52.7479	6.585	6
7928	Stuifzand	stuifzand	01	1731		52.7718	6.4955	6
7937	Tiendeveen	tiendeveen	01	1731		52.7672	6.5239	6
7938	Nieuw-Balinge	nieuw-balinge	01	1731		52.7672	6.6041	6
9411	Beilen	beilen	01	1731		52.8607	6.5115	6
9412	Beilen	beilen	01	1731		52.8711	6.5203	6
9413	Beilen	beilen	01	1731		52.8486	6.5105	6
9414	Hooghalen	hooghalen	01	1731		52.9214	6.5411	6
9415	Hijken	hijken	01	1731		52.8956	6.4907	6
9416	Oranje	oranje	01	1731		52.91	6.4476	6
9417	Spier	spier	01	1731		52.8174	6.4778	6
9418	Wijster	wijster	01	1731		52.8143	6.5176	6
9419	Drijber	drijber	01	1731		52.788	6.5553	6
9421	Bovensmilde	bovensmilde	01	1731		52.9775	6.4799	6
9422	Smilde	smilde	01	1731		52.9474	6.4479	6
9423	Hoogersmilde	hoogersmilde	01	1731		52.9057	6.391	6
9431	Westerbork	westerbork	01	1731		52.8541	6.6077	6
9432	Zuidveld	zuidveld	01	1731		52.8659	6.6359	6
9433	Zwiggelte	zwiggelte	01	1731		52.8823	6.5941	6
9434	Eursinge	eursinge	01	1731		52.8365	6.6054	6
9435	Bruntinge	bruntinge	01	1731		52.819	6.5841	6
9436	Mantinge	mantinge	01	1731		52.7985	6.6125	6
9437	Balinge	balinge	01	1731		52.8108	6.6286	6
9438	Garminge	garminge	01	1731		52.8203	6.6237	6
9439	Witteveen	witteveen	01	1731		52.8233	6.6602	6
9441	Orvelte	orvelte	01	1731		52.8473	6.6721	6
9442	Elp	elp	01	1731		52.882	6.6435	6
9231	Surhuisterveen	surhuisterveen	02	0059		53.1809	6.1686	6
9233	Boelenslaan	boelenslaan	02	0059		53.1607	6.1396	6
9281	Harkema	harkema	02	0059		53.1856	6.1347	6
9283	Surhuizum	surhuizum	02	0059		53.205	6.1833	6
9284	Augustinusga	augustinusga	02	0059		53.2167	6.1611	6
9285	Buitenpost	buitenpost	02	0059		53.2503	6.1461	6
9286	Twijzel	twijzel	02	0059		53.2357	6.0926	6
9287	Twijzelerheide	twijzelerheide	02	0059		53.2406	6.0487	6
9288	Kootstertille	kootstertille	02	0059		53.2157	6.0948	6
9289	Drogeham	drogeham	02	0059		53.201	6.1144	6
9871	Stroobos	stroobos	02	0059		53.2388	6.2154	6
9872	Stroobos	stroobos	02	0059		53.2356	6.211	6
9873	Gerkesklooster	gerkesklooster	02	0059		53.2407	6.206	6
9161	Hollum	hollum	02	0060		53.4436	5.6387	6
9162	Ballum	ballum	02	0060		53.4462	5.6917	6
9163	Nes	nes	02	0060		53.4479	5.7734	6
9164	Buren	buren	02	0060		53.4522	5.8009	6
8857	Wijnaldum	wijnaldum	02	0072		53.1964	5.4591	6
8861	Harlingen	harlingen	02	0072		53.1751	5.4264	6
8862	Harlingen	harlingen	02	0072		53.1655	5.4355	6
8871	Midlum	midlum	02	0072		53.1833	5.4674	6
8872	Midlum	midlum	02	0072		53.1825	5.4459	6
8411	Jubbega	jubbega	02	0074		52.9951	6.1218	6
6714	Ede	ede	03	0228		52.0448	5.6461	6
8412	Hoornsterzwaag	hoornsterzwaag	02	0074		53.0038	6.163	6
8413	Oudehorne	oudehorne	02	0074		52.9629	6.0823	6
8414	Nieuwehorne	nieuwehorne	02	0074		52.9507	6.0602	6
8415	Bontebok	bontebok	02	0074		52.9615	6.0339	6
8441	Heerenveen	heerenveen	02	0074		52.9652	5.9175	6
8442	Heerenveen	heerenveen	02	0074		52.9559	5.9281	6
8443	Heerenveen	heerenveen	02	0074		52.944	5.9407	6
8444	Heerenveen	heerenveen	02	0074		52.9366	5.949	6
8445	Heerenveen	heerenveen	02	0074		52.9385	5.9322	6
8446	Heerenveen	heerenveen	02	0074		52.9515	5.9158	6
8447	Heerenveen	heerenveen	02	0074		52.9626	5.904	6
8448	Heerenveen	heerenveen	02	0074		52.9609	5.9483	6
8449	Terband	terband	02	0074		52.9897	5.9114	6
8451	Oudeschoot	oudeschoot	02	0074		52.9354	5.9564	6
8452	Nieuweschoot	nieuweschoot	02	0074		52.9323	5.928	6
8453	Oranjewoud	oranjewoud	02	0074		52.9483	5.9545	6
8454	Mildam	mildam	02	0074		52.9374	5.9992	6
8455	Katlijk	katlijk	02	0074		52.946	6.0194	6
8456	De Knipe	de-knipe	02	0074		52.9678	5.9774	6
8457	Gersloot	gersloot	02	0074		53.017	5.9641	6
8458	Tjalleberd	tjalleberd	02	0074		52.9986	5.9453	6
8459	Luinjeberd	luinjeberd	02	0074		52.994	5.9245	6
8468	Haskerdijken	haskerdijken	02	0074		52.998	5.877	6
8469	Nieuwebrug	nieuwebrug	02	0074		52.9904	5.8845	6
8491	Akkrum	akkrum	02	0074		53.0503	5.8377	6
8494	Nes	nes	02	0074		53.0584	5.8496	6
8495	Aldeboarn	aldeboarn	02	0074		53.0492	5.8945	6
8941	Akkrum	akkrum	02	0074		53.0431	5.8419	4
8832	Húns	huns	02	0080		53.1607	5.6668	6
8833	Leons	leons	02	0080		53.1517	5.6793	6
8834	Baard	baard	02	0080		53.1423	5.6692	6
8835	Easterlittens	easterlittens	02	0080		53.1352	5.6503	6
8911	Leeuwarden	leeuwarden	02	0080		53.2015	5.7967	6
8912	Leeuwarden	leeuwarden	02	0080		53.1922	5.769	6
8913	Leeuwarden	leeuwarden	02	0080		53.2015	5.7813	6
8914	Leeuwarden	leeuwarden	02	0080		53.2034	5.7706	6
8915	Leeuwarden	leeuwarden	02	0080		53.2094	5.7701	6
8916	Leeuwarden	leeuwarden	02	0080		53.2073	5.7817	6
8917	Leeuwarden	leeuwarden	02	0080		53.2085	5.7917	6
8918	Leeuwarden	leeuwarden	02	0080		53.2156	5.7939	6
8919	Leeuwarden	leeuwarden	02	0080		53.2195	5.7808	6
8921	Leeuwarden	leeuwarden	02	0080		53.2046	5.8105	6
8922	Leeuwarden	leeuwarden	02	0080		53.2099	5.8039	6
8923	Leeuwarden	leeuwarden	02	0080		53.2154	5.8131	6
8924	Leeuwarden	leeuwarden	02	0080		53.2082	5.8206	6
8925	Leeuwarden	leeuwarden	02	0080		53.2077	5.8429	6
8926	Leeuwarden	leeuwarden	02	0080		53.2138	5.8418	6
8927	Leeuwarden	leeuwarden	02	0080		53.2196	5.8307	6
8931	Leeuwarden	leeuwarden	02	0080		53.1867	5.7861	6
8932	Leeuwarden	leeuwarden	02	0080		53.1921	5.7921	6
8933	Leeuwarden	leeuwarden	02	0080		53.1978	5.8091	6
8934	Leeuwarden	leeuwarden	02	0080		53.192	5.8074	6
8935	Leeuwarden	leeuwarden	02	0080		53.1873	5.8164	6
8936	Leeuwarden	leeuwarden	02	0080		53.1929	5.8211	6
8937	Leeuwarden	leeuwarden	02	0080		53.1963	5.8198	6
8938	Leeuwarden	leeuwarden	02	0080		53.1986	5.8484	6
8939	Leeuwarden	leeuwarden	02	0080		53.1818	5.8376	6
8941	Leeuwarden	leeuwarden	02	0080		53.1693	5.8048	
9001	Grou	grou	02	0080		53.0931	5.8372	6
9003	Warten	warten	02	0080		53.1468	5.9002	6
9004	Warstiens	warstiens	02	0080		53.1622	5.8649	6
9005	Wergea	wergea	02	0080		53.1501	5.845	6
9006	Eagum	eagum	02	0080		53.1302	5.8273	6
9007	Idaerd	idaerd	02	0080		53.1197	5.8121	6
9008	Reduzum	reduzum	02	0080		53.1174	5.7851	6
9009	Friens	friens	02	0080		53.0973	5.7982	6
9011	Jirnsum	jirnsum	02	0080		53.0782	5.7927	6
9022	Mantgum	mantgum	02	0080		53.1299	5.7188	6
9023	Jorwert	jorwert	02	0080		53.1451	5.712	6
9024	Weidum	weidum	02	0080		53.1466	5.7434	6
9025	Bears	bears	02	0080		53.1576	5.7382	6
9026	Jellum	jellum	02	0080		53.1654	5.7412	6
9027	Hilaard	hilaard	02	0080		53.1662	5.7065	6
9051	Stiens	stiens	02	0080		53.2611	5.765	6
9053	Feinsum	feinsum	02	0080		53.2794	5.7566	6
9054	Hijum	hijum	02	0080		53.2906	5.7661	6
9055	Britsum	britsum	02	0080		53.2524	5.785	6
9056	Koarnjum	koarnjum	02	0080		53.2438	5.7792	6
9057	Jelsum	jelsum	02	0080		53.2332	5.7847	6
9071	Alde Leie	alde-leie	02	0080		53.2883	5.7282	6
9081	Lekkum	lekkum	02	0080		53.2251	5.82	6
9082	Miedum	miedum	02	0080		53.2356	5.8316	6
9083	Snakkerburen	snakkerburen	02	0080		53.2203	5.8096	6
9084	Goutum	goutum	02	0080		53.1785	5.8044	6
9085	Teerns	teerns	02	0080		53.1803	5.8342	6
9086	Hempens	hempens	02	0080		53.1777	5.839	6
9087	Swichum	swichum	02	0080		53.1531	5.8212	6
9088	Wirdum	wirdum	02	0080		53.1495	5.8034	6
9089	Wytgaard	wytgaard	02	0080		53.1398	5.7824	6
8421	Oldeberkoop	oldeberkoop	02	0085		52.9383	6.1306	6
8422	Nijeberkoop	nijeberkoop	02	0085		52.9602	6.183	6
8423	Makkinga	makkinga	02	0085		52.9783	6.2211	6
8424	Elsloo	elsloo	02	0085		52.9423	6.2396	6
8425	Langedijke	langedijke	02	0085		52.9643	6.285	6
8426	Appelscha	appelscha	02	0085		52.9518	6.3513	6
8427	Ravenswoud	ravenswoud	02	0085		52.9658	6.3804	6
8428	Fochteloo	fochteloo	02	0085		52.9888	6.3406	6
8431	Oosterwolde	oosterwolde	02	0085		52.9907	6.2921	6
8432	Haule	haule	02	0085		53.0386	6.3083	6
8433	Haulerwijk	haulerwijk	02	0085		53.0653	6.3343	6
8434	Waskemeer	waskemeer	02	0085		53.0551	6.2802	6
8435	Donkerbroek	donkerbroek	02	0085		53.0194	6.2374	6
9431	Oosterwolde	oosterwolde	02	0085		52.9851	6.2986	4
8401	Gorredijk	gorredijk	02	0086		53.0046	6.0682	6
8403	Jonkerslân	jonkerslan	02	0086		52.9778	6.039	6
8404	Langezwaag	langezwaag	02	0086		52.9851	6.007	6
8405	Luxwoude	luxwoude	02	0086		52.9956	5.9813	6
8406	Tijnje	tijnje	02	0086		53.0328	5.9879	6
8407	Terwispel	terwispel	02	0086		53.02	6.0438	6
8408	Lippenhuizen	lippenhuizen	02	0086		53.0172	6.0955	6
8409	Hemrik	hemrik	02	0086		53.0332	6.1402	6
9207	Drachten-Azeven	drachten-azeven	02	0086		53.0989	6.1332	6
9241	Wijnjewoude	wijnjewoude	02	0086		53.0535	6.2018	6
9243	Bakkeveen	bakkeveen	02	0086		53.0803	6.2623	6
9244	Beetsterzwaag	beetsterzwaag	02	0086		53.0605	6.0783	6
9245	Nij Beets	nij-beets	02	0086		53.0679	5.9998	6
9246	Olterterp	olterterp	02	0086		53.0679	6.1062	6
9247	Ureterp	ureterp	02	0086		53.0956	6.1687	6
9248	Siegerswoude	siegerswoude	02	0086		53.1017	6.2434	6
9249	Frieschepalen	frieschepalen	02	0086		53.1081	6.2058	6
9422	Beetsterzwaag	beetsterzwaag	02	0086		53.0638	6.0807	4
9166	Schiermonnikoog	schiermonnikoog	02	0088		53.4806	6.1623	6
8497	Goëngahuizen	goengahuizen	02	0090		53.0875	5.9	6
9201	Drachten	drachten	02	0090		53.1138	6.0948	6
9202	Drachten	drachten	02	0090		53.1087	6.1162	6
9203	Drachten	drachten	02	0090		53.1022	6.0983	6
9204	Drachten	drachten	02	0090		53.0984	6.0706	6
9205	Drachten	drachten	02	0090		53.093	6.0577	6
9206	Drachten	drachten	02	0090		53.1139	6.0693	6
9207	Drachten	drachten	02	0090		53.1214	6.0919	6
9211	Kortehemmen	kortehemmen	02	0090		53.0826	6.0674	6
9212	Boornbergum	boornbergum	02	0090		53.0856	6.044	6
9213	De Wilgen	de-wilgen	02	0090		53.1007	6.0336	6
9214	Smalle Ee	smalle-ee	02	0090		53.1032	6.0142	6
9215	De Veenhoop	de-veenhoop	02	0090		53.0931	5.9583	6
9216	Oudega	oudega	02	0090		53.1239	5.9909	6
9217	Nijega	nijega	02	0090		53.1371	6.0285	6
9218	Opeinde	opeinde	02	0090		53.1328	6.0587	6
9219	De Tike	de-tike	02	0090		53.1512	6.0345	6
9221	Rottevalle	rottevalle	02	0090		53.1453	6.1034	6
9222	Drachtstercompagnie	drachtstercompagnie	02	0090		53.1337	6.1455	6
9223	Houtigehage	houtigehage	02	0090		53.1517	6.1426	6
8881	West-Terschelling	west-terschelling	02	0093		53.3665	5.2214	6
8882	Hee	hee	02	0093		53.3776	5.255	6
8883	Kaard	kaard	02	0093		53.3768	5.2692	6
8884	Baaiduinen	baaiduinen	02	0093		53.3779	5.2756	6
8885	Kinnum	kinnum	02	0093		53.375	5.2751	6
8891	Midsland	midsland	02	0093		53.3884	5.2857	6
8892	Striep	striep	02	0093		53.3779	5.2926	6
8893	Landerum	landerum	02	0093		53.3865	5.299	6
8894	Formerum	formerum	02	0093		53.3914	5.3081	6
8895	Lies	lies	02	0093		53.3948	5.327	6
8896	Hoorn	hoorn	02	0093		53.3972	5.3425	6
8897	Oosterend	oosterend	02	0093		53.4042	5.3772	6
8899	Vlieland	vlieland	02	0096		53.2985	5.0665	6
8388	Oosterstreek	oosterstreek	02	0098		52.8962	6.1664	6
8389	Zandhuizen	zandhuizen	02	0098		52.9115	6.1506	6
8391	Noordwolde	noordwolde	02	0098		52.8877	6.1431	6
8392	Boijl	boijl	02	0098		52.9104	6.2014	6
8393	Vinkega	vinkega	02	0098		52.8716	6.1209	6
8394	De Hoeve	de-hoeve	02	0098		52.8891	6.0921	6
8395	Steggerda	steggerda	02	0098		52.8556	6.0778	6
8396	Peperga	peperga	02	0098		52.8474	6.0526	6
8397	De Blesse	de-blesse	02	0098		52.8427	6.043	6
8398	Blesdijke	blesdijke	02	0098		52.8308	6.0173	6
8471	Wolvega	wolvega	02	0098		52.8739	5.9977	6
8472	Wolvega	wolvega	02	0098		52.8799	6.0112	4
8474	Oldeholtpade	oldeholtpade	02	0098		52.8924	6.0471	6
8475	Nijeholtpade	nijeholtpade	02	0098		52.9142	6.0801	6
8476	Ter Idzard	ter-idzard	02	0098		52.9051	6.0325	6
8477	Oldeholtwolde	oldeholtwolde	02	0098		52.912	5.9931	6
8478	Sonnega	sonnega	02	0098		52.8684	5.9725	6
8479	Oldetrijne	oldetrijne	02	0098		52.8593	5.9483	6
8481	Nijetrijne	nijetrijne	02	0098		52.841	5.9114	6
8482	Spanga	spanga	02	0098		52.8185	5.876	6
8483	Scherpenzeel	scherpenzeel	02	0098		52.8304	5.872	6
8484	Langelille	langelille	02	0098		52.8467	5.8444	6
8485	Munnekeburen	munnekeburen	02	0098		52.8477	5.8818	6
8486	Oldelamer	oldelamer	02	0098		52.8719	5.9221	6
8487	Nijelamer	nijelamer	02	0098		52.8903	5.9564	6
8488	Nijeholtwolde	nijeholtwolde	02	0098		52.8981	5.9877	6
8489	Slijkenburg	slijkenburg	02	0098		52.8063	5.8444	6
9061	Gytsjerk	gytsjerk	02	0737		53.2413	5.8903	6
9062	Oentsjerk	oentsjerk	02	0737		53.2513	5.8997	6
9063	Mûnein	munein	02	0737		53.2522	5.9175	6
9064	Aldtsjerk	aldtsjerk	02	0737		53.2645	5.8894	6
9091	Wyns	wyns	02	0737		53.264	5.8391	6
9251	Burgum	burgum	02	0737		53.1944	5.9929	6
9254	Hurdegaryp	hurdegaryp	02	0737		53.2152	5.9425	6
9255	Tytsjerk	tytsjerk	02	0737		53.2104	5.9118	6
9256	Ryptsjerk	ryptsjerk	02	0737		53.2253	5.914	6
9257	Noardburgum	noardburgum	02	0737		53.2232	6.004	6
9258	Jistrum	jistrum	02	0737		53.2125	6.0645	6
9261	Eastermar	eastermar	02	0737		53.1785	6.0667	6
9262	Sumar	sumar	02	0737		53.1757	6.0062	6
9263	Garyp	garyp	02	0737		53.165	5.971	6
9264	Earnewâld	earnewald	02	0737		53.1306	5.9459	6
9265	Suwâld	suwald	02	0737		53.1794	5.9244	6
9067	Readtsjerk	readtsjerk	02	1891		53.2621	5.9152	6
9104	Damwâld	damwald	02	1891		53.2894	5.9954	6
9105	Rinsumageast	rinsumageast	02	1891		53.296	5.9471	6
9106	Sibrandahûs	sibrandahus	02	1891		53.3147	5.9507	6
9108	Broeksterwâld	broeksterwald	02	1891		53.2729	5.9938	6
9109	De Falom	de-falom	02	1891		53.2651	6.0063	6
9113	Wâlterswâld	walterswald	02	1891		53.2947	6.0291	6
9114	Driezum	driezum	02	1891		53.2973	6.0478	6
9269	Feanwâlden	feanwalden	02	1891		53.2391	5.9902	6
9271	De Westereen	de-westereen	02	1891		53.2554	6.0354	6
8529	Koufurderrige	koufurderrige	02	1900		52.9505	5.6579	6
8551	Woudsend	woudsend	02	1900		52.9424	5.6294	6
8552	Smallebrugge	smallebrugge	02	1900		52.9603	5.6345	6
8553	Indijk	indijk	02	1900		52.9482	5.6211	6
8554	Ypecolsga	ypecolsga	02	1900		52.9354	5.6107	6
8584	Hemelum	hemelum	02	1900		52.881	5.4593	6
8601	Sneek	sneek	02	1900		53.0323	5.6513	6
8602	Sneek	sneek	02	1900		53.0415	5.6568	6
8603	Sneek	sneek	02	1900		53.0407	5.6668	6
8604	Sneek	sneek	02	1900		53.0368	5.6815	6
8605	Sneek	sneek	02	1900		53.0333	5.672	6
8606	Sneek	sneek	02	1900		53.0279	5.6706	6
8607	Sneek	sneek	02	1900		53.0205	5.6626	6
8608	Sneek	sneek	02	1900		53.0235	5.6494	6
8611	Gaastmeer	gaastmeer	02	1900		52.966	5.5398	6
8612	Idzega	idzega	02	1900		52.9797	5.5543	6
8613	Sandfirden	sandfirden	02	1900		52.9882	5.5188	6
8614	Oudega	oudega	02	1900		52.9923	5.5505	6
8615	Blauwhuis	blauwhuis	02	1900		53.0228	5.532	6
8616	Westhem	westhem	02	1900		53.0161	5.5477	6
8617	Abbega	abbega	02	1900		53.02	5.572	6
8618	Oosthem	oosthem	02	1900		53.0147	5.6012	6
8621	Heeg	heeg	02	1900		52.9705	5.61	6
8621	Indijk	indijk	02	1900		52.9628	5.62	6
8622	Hommerts	hommerts	02	1900		52.979	5.6498	6
8623	Jutrijp	jutrijp	02	1900		52.9959	5.6488	6
8624	Uitwellingerga	uitwellingerga	02	1900		53.0024	5.7078	6
8625	Oppenhuizen	oppenhuizen	02	1900		53.0116	5.696	6
8626	Offingawier	offingawier	02	1900		53.0299	5.7199	6
8627	Gauw	gauw	02	1900		53.0584	5.7141	6
8628	Goënga	goenga	02	1900		53.0542	5.6953	6
8629	Scharnegoutum	scharnegoutum	02	1900		53.0617	5.6781	6
8631	Loënga	loenga	02	1900		53.0519	5.6685	4
8632	Tirns	tirns	02	1900		53.0595	5.6266	6
8633	Ysbrechtum	ysbrechtum	02	1900		53.0421	5.6324	6
8635	Boazum	boazum	02	1900		53.089	5.6961	6
8636	Britswert	britswert	02	1900		53.1132	5.6741	6
8637	Wiuwert	wiuwert	02	1900		53.1085	5.6919	6
8641	Rien	rien	02	1900		53.0954	5.6579	6
8642	Lytsewierrum	lytsewierrum	02	1900		53.0839	5.6644	6
8644	Dearsum	dearsum	02	1900		53.0868	5.7166	6
8647	Sibrandabuorren	sibrandabuorren	02	1900		53.0671	5.7204	6
8651	IJlst	ijlst	02	1900		53.0106	5.6219	6
8658	Greonterp	greonterp	02	1900		53.0143	5.5185	6
8701	Bolsward	bolsward	02	1900		53.064	5.524	6
8702	Bolsward	bolsward	02	1900		53.0692	5.5362	6
8711	Workum	workum	02	1900		52.9767	5.4445	6
8711	Ferwoude	ferwoude	02	1900		52.9882	5.43	6
8713	Hindeloopen	hindeloopen	02	1900		52.9413	5.4029	6
8715	Stavoren	stavoren	02	1900		52.8829	5.3641	6
8721	Warns	warns	02	1900		52.8771	5.4076	6
8722	Molkwerum	molkwerum	02	1900		52.8987	5.4038	6
8723	Koudum	koudum	02	1900		52.9141	5.45	6
8724	It Heidenskip	it-heidenskip	02	1900		52.9523	5.4921	6
8731	Wommels	wommels	02	1900		53.1082	5.5886	6
8732	Kûbaard	kubaard	02	1900		53.1199	5.5699	6
8733	Iens	iens	02	1900		53.1259	5.6134	6
8734	Easterein	easterein	02	1900		53.0973	5.6187	6
8735	Itens	itens	02	1900		53.1009	5.6449	6
8736	Reahûs	reahus	02	1900		53.0767	5.6355	6
8737	Hidaard	hidaard	02	1900		53.0777	5.6028	6
8741	Hartwerd	hartwerd	02	1900		53.0697	5.5701	6
8742	Burgwerd	burgwerd	02	1900		53.0883	5.5436	6
8743	Hichtum	hichtum	02	1900		53.0821	5.524	6
8744	Schettens	schettens	02	1900		53.0816	5.4825	6
8745	Longerhouw	longerhouw	02	1900		53.0701	5.4782	6
8746	Schraard	schraard	02	1900		53.0802	5.4522	6
8747	Wons	wons	02	1900		53.0839	5.4228	6
8748	Witmarsum	witmarsum	02	1900		53.1016	5.4687	6
8749	Pingjum	pingjum	02	1900		53.116	5.438	6
8751	Pingjum	pingjum	02	1900		53.1266	5.4077	6
8751	Zurich	zurich	02	1900		53.111	5.3942	6
8752	Kornwerderzand	kornwerderzand	02	1900		53.0726	5.337	6
8753	Cornwerd	cornwerd	02	1900		53.0833	5.3912	6
8754	Makkum	makkum	02	1900		53.0557	5.4005	6
8755	Idsegahuizum	idsegahuizum	02	1900		53.0442	5.4189	6
8756	Piaam	piaam	02	1900		53.0366	5.41	6
8757	Gaast	gaast	02	1900		53.0177	5.4141	6
8758	Allingawier	allingawier	02	1900		53.0436	5.4471	6
8759	Exmorra	exmorra	02	1900		53.0561	5.4635	6
8761	Ferwoude	ferwoude	02	1900		53.0051	5.4335	6
8762	Hieslum	hieslum	02	1900		53.0059	5.4892	6
8763	Parrega	parrega	02	1900		53.0157	5.4765	6
8764	Dedgum	dedgum	02	1900		53.0231	5.4921	6
8765	Tjerkwerd	tjerkwerd	02	1900		53.0412	5.5023	6
8766	Breezanddijk	breezanddijk	02	1900		53.0193	5.2073	
8771	Nijland	nijland	02	1900		53.0511	5.5769	6
8772	Tjalhuizum	tjalhuizum	02	1900		53.048	5.6097	6
8773	Folsgare	folsgare	02	1900		53.037	5.6045	6
8774	Wolsum	wolsum	02	1900		53.0383	5.5491	6
8775	Nijhuizum	nijhuizum	02	1900		52.9822	5.4867	6
8821	Kimswerd	kimswerd	02	1900		53.1409	5.4356	6
8822	Arum	arum	02	1900		53.1292	5.4777	6
8823	Lollum	lollum	02	1900		53.1262	5.5307	6
8844	Hinnaard	hinnaard	02	1900		53.1159	5.6327	6
8845	Waaksens	waaksens	02	1900		53.1095	5.5383	6
9012	Raerd	raerd	02	1900		53.0982	5.7588	6
9013	Poppenwier	poppenwier	02	1900		53.0833	5.7482	6
9014	Tersoal	tersoal	02	1900		53.074	5.7381	6
9021	Easterwierrum	easterwierrum	02	1900		53.1105	5.7321	6
8461	Rottum	rottum	02	1940		52.9357	5.8952	6
8462	Rotstergaast	rotstergaast	02	1940		52.9113	5.9085	6
8463	Rotsterhaule	rotsterhaule	02	1940		52.9267	5.8492	6
8464	Sintjohannesga	sintjohannesga	02	1940		52.9322	5.8598	6
8465	Oudehaske	oudehaske	02	1940		52.956	5.8724	6
8466	Nijehaske	nijehaske	02	1940		52.9605	5.8963	6
8467	Vegelinsoord	vegelinsoord	02	1940		53.0008	5.8569	6
8493	Terherne	terherne	02	1940		53.0403	5.7802	6
8501	Joure	joure	02	1940		52.9646	5.8005	6
8502	Joure	joure	02	1940		52.9715	5.8127	6
8503	Joure	joure	02	1940		52.9604	5.7769	6
8505	Snikzwaag	snikzwaag	02	1940		52.9865	5.7882	6
8506	Haskerhorne	haskerhorne	02	1940		52.9533	5.8294	6
8507	Rohel	rohel	02	1940		52.9224	5.8256	6
8508	Delfstrahuizen	delfstrahuizen	02	1940		52.8765	5.8301	6
8511	Goingarijp	goingarijp	02	1940		53.0118	5.7723	6
8512	Broek	broek	02	1940		52.9814	5.7736	6
8513	Ouwsterhaule	ouwsterhaule	02	1940		52.9376	5.8146	6
8514	Ouwster-Nijega	ouwster-nijega	02	1940		52.9298	5.8086	6
8515	Oldeouwer	oldeouwer	02	1940		52.9205	5.8008	6
8516	Doniaga	doniaga	02	1940		52.9027	5.746	6
8517	Scharsterbrug	scharsterbrug	02	1940		52.9444	5.7809	6
8521	Sint Nicolaasga	sint-nicolaasga	02	1940		52.9252	5.7425	6
8522	Tjerkgaast	tjerkgaast	02	1940		52.9069	5.6804	6
8523	Idskenhuizen	idskenhuizen	02	1940		52.9288	5.7124	6
8524	Teroele	teroele	02	1940		52.9368	5.6945	6
8525	Langweer	langweer	02	1940		52.9589	5.7219	6
8526	Boornzwaag	boornzwaag	02	1940		52.9621	5.7413	6
8527	Legemeer	legemeer	02	1940		52.9379	5.7276	6
8528	Dijken	dijken	02	1940		52.9547	5.7087	6
8531	Lemmer	lemmer	02	1940		52.8487	5.7043	6
8532	Lemmer	lemmer	02	1940		52.8563	5.7016	6
8534	Eesterga	eesterga	02	1940		52.8656	5.727	6
8535	Follega	follega	02	1940		52.8849	5.7363	6
8536	Oosterzee	oosterzee	02	1940		52.8723	5.7695	6
8537	Echten	echten	02	1940		52.8708	5.7974	6
8538	Bantega	bantega	02	1940		52.8412	5.7961	6
8539	Echtenerbrug	echtenerbrug	02	1940		52.8711	5.8193	6
8541	Akmarijp	akmarijp	02	1940		53.002	5.7892	6
8542	Terkaple	terkaple	02	1940		53.0128	5.7861	6
8556	Sloten	sloten	02	1940		52.8949	5.6477	6
8561	Balk	balk	02	1940		52.8979	5.5821	6
8563	Wijckel	wijckel	02	1940		52.8889	5.615	6
8564	Ruigahuizen	ruigahuizen	02	1940		52.8848	5.5725	6
8565	Sondel	sondel	02	1940		52.871	5.5965	6
8566	Nijemirdum	nijemirdum	02	1940		52.8576	5.5682	6
8567	Oudemirdum	oudemirdum	02	1940		52.8513	5.5333	6
8571	Harich	harich	02	1940		52.8957	5.5528	6
8572	Rijs	rijs	02	1940		52.8656	5.4962	6
8573	Mirns	mirns	02	1940		52.8579	5.4635	6
8574	Bakhuizen	bakhuizen	02	1940		52.8687	5.4579	6
8581	Elahuizen	elahuizen	02	1940		52.9251	5.541	6
8582	Oudega	oudega	02	1940		52.9046	5.5217	6
8583	Kolderwolde	kolderwolde	02	1940		52.8946	5.5032	6
8801	Franeker	franeker	02	1949		53.1861	5.542	6
8802	Franeker	franeker	02	1949		53.1936	5.5403	4
8804	Tzum	tzum	02	1949		53.1567	5.5643	6
8805	Hitzum	hitzum	02	1949		53.1658	5.518	6
8806	Achlum	achlum	02	1949		53.1491	5.4867	6
8807	Herbaijum	herbaijum	02	1949		53.1852	5.4955	6
8808	Dongjum	dongjum	02	1949		53.2087	5.5439	6
8809	Boer	boer	02	1949		53.2148	5.5635	6
8811	Ried	ried	02	1949		53.223	5.5916	6
8812	Peins	peins	02	1949		53.2058	5.5949	6
8813	Schalsum	schalsum	02	1949		53.1972	5.5742	6
8814	Zweins	zweins	02	1949		53.1892	5.6043	6
8816	Skingen	skingen	02	1949		53.2022	5.6179	6
8831	Winsum	winsum	02	1949		53.1514	5.6319	6
8841	Baaium	baaium	02	1949		53.1646	5.6333	6
8842	Wjelsryp	wjelsryp	02	1949		53.1668	5.6046	6
8843	Spannum	spannum	02	1949		53.1419	5.6066	6
8851	Tzummarum	tzummarum	02	1949		53.2375	5.5474	6
8852	Firdgum	firdgum	02	1949		53.2508	5.5583	6
8853	Klooster Lidlum	klooster-lidlum	02	1949		53.2271	5.5262	6
8854	Oosterbierum	oosterbierum	02	1949		53.2357	5.5122	6
8855	Sexbierum	sexbierum	02	1949		53.2175	5.485	6
8856	Pietersbierum	pietersbierum	02	1949		53.2134	5.4686	6
9031	Boksum	boksum	02	1949		53.1777	5.7295	6
9032	Blessum	blessum	02	1949		53.1816	5.7123	6
9033	Deinum	deinum	02	1949		53.1919	5.7253	6
9034	Marsum	marsum	02	1949		53.2112	5.7272	6
9035	Dronryp	dronryp	02	1949		53.194	5.6451	6
9036	Menaam	menaam	02	1949		53.2153	5.6611	6
9037	Slappeterp	slappeterp	02	1949		53.2163	5.623	6
9038	Ingelum	ingelum	02	1949		53.2262	5.7168	6
9041	Berltsum	berltsum	02	1949		53.2422	5.6496	6
9043	Wier	wier	02	1949		53.2514	5.6243	6
9044	Bitgum	bitgum	02	1949		53.2359	5.6883	6
9045	Bitgummole	bitgummole	02	1949		53.2353	5.7065	6
9047	Minnertsga	minnertsga	02	1949		53.2514	5.5949	6
9072	Nij Altoenae	nij-altoenae	02	1949		53.2961	5.6531	6
9075	Westhoek	westhoek	02	1949		53.2785	5.576	6
9076	St.-Annaparochie	st-annaparochie	02	1949		53.2773	5.659	6
9077	Vrouwenparochie	vrouwenparochie	02	1949		53.2783	5.7041	6
9078	Oudebildtzijl	oudebildtzijl	02	1949		53.3036	5.7139	6
9079	St.-Jacobiparochie	st-jacobiparochie	02	1949		53.2768	5.6087	6
9079	Westhoek	westhoek	02	1949		53.2729	5.5567	6
9073	Marrum	marrum	02	1970		53.3232	5.8007	6
9074	Hallum	hallum	02	1970		53.3051	5.7843	6
9101	Dokkum	dokkum	02	1970		53.325	6.0004	6
9102	Dokkum	dokkum	02	1970		53.3332	5.9978	6
9103	Dokkum	dokkum	02	1970		53.3163	6.0083	6
9107	Jannum	jannum	02	1970		53.3131	5.9135	6
9111	Burdaard	burdaard	02	1970		53.2959	5.8777	6
9112	Burdaard	burdaard	02	1970		53.2919	5.8754	6
9121	Aalsum	aalsum	02	1970		53.3412	6.0049	6
9122	Wetsens	wetsens	02	1970		53.3498	6.0338	6
9123	Metslawier	metslawier	02	1970		53.3598	6.066	6
9124	Jouswier	jouswier	02	1970		53.3478	6.0767	6
9125	Oostrum	oostrum	02	1970		53.3292	6.0515	6
9131	Ee	ee	02	1970		53.3316	6.1011	6
9132	Engwierum	engwierum	02	1970		53.3209	6.1411	6
9133	Anjum	anjum	02	1970		53.377	6.143	6
9134	Lioessens	lioessens	02	1970		53.3817	6.0896	6
9135	Morra	morra	02	1970		53.371	6.089	6
9136	Paesens	paesens	02	1970		53.4009	6.0868	6
9137	Oosternijkerk	oosternijkerk	02	1970		53.3794	6.052	6
9138	Niawier	niawier	02	1970		53.3627	6.047	6
9141	Wierum	wierum	02	1970		53.4004	6.014	6
9142	Moddergat	moddergat	02	1970		53.4036	6.0788	6
9143	Nes	nes	02	1970		53.3963	6.0475	6
9144	Hantumhuizen	hantumhuizen	02	1970		53.371	5.9943	6
9145	Ternaard	ternaard	02	1970		53.3817	5.9652	6
9146	Hantumeruitburen	hantumeruitburen	02	1970		53.358	6.0056	6
9147	Hantum	hantum	02	1970		53.3627	5.9658	6
9148	Hiaure	hiaure	02	1970		53.3488	5.9726	6
9151	Holwerd	holwerd	02	1970		53.3683	5.903	6
9152	Waaxens	waaxens	02	1970		53.357	5.9196	6
9153	Brantgum	brantgum	02	1970		53.3527	5.9321	6
9154	Foudgum	foudgum	02	1970		53.3455	5.9436	6
9155	Raard	raard	02	1970		53.3257	5.9446	6
9156	Bornwird	bornwird	02	1970		53.3326	5.9612	6
9171	Blije	blije	02	1970		53.3516	5.8637	6
9172	Ferwert	ferwert	02	1970		53.3381	5.8256	6
9173	Hegebeintum	hegebeintum	02	1970		53.3335	5.8528	6
9174	Ginnum	ginnum	02	1970		53.324	5.8745	6
9175	Reitsum	reitsum	02	1970		53.3215	5.89	6
9176	Lichtaard	lichtaard	02	1970		53.3265	5.9146	6
9177	Jislum	jislum	02	1970		53.3094	5.8746	6
9178	Wânswert	wanswert	02	1970		53.2974	5.8478	6
9291	Kollum	kollum	02	1970		53.2804	6.1492	6
9292	Augsbuurt	augsbuurt	02	1970		53.2692	6.1796	
9293	Kollumerpomp	kollumerpomp	02	1970		53.3051	6.1903	6
9294	Oudwoude	oudwoude	02	1970		53.2837	6.1154	6
9295	Westergeest	westergeest	02	1970		53.2933	6.0855	6
9296	Triemen	triemen	02	1970		53.2772	6.0895	6
9297	Veenklooster	veenklooster	02	1970		53.2644	6.1071	6
9298	Kollumerzwaag	kollumerzwaag	02	1970		53.2616	6.0799	6
9299	Zwagerbosch	zwagerbosch	02	1970		53.2465	6.0481	6
9851	Burum	burum	02	1970		53.2743	6.2299	6
9852	Warfstermolen	warfstermolen	02	1970		53.2961	6.2347	6
9853	Munnekezijl	munnekezijl	02	1970		53.3046	6.2695	6
7091	Dinxperlo	dinxperlo	03	0197		51.8645	6.487	6
7095	De Heurne	de-heurne	03	0197		51.8901	6.4967	6
7121	Aalten	aalten	03	0197		51.9257	6.5909	6
7122	Aalten	aalten	03	0197		51.9245	6.5641	6
7123	Aalten	aalten	03	0197		51.9161	6.5893	6
7126	Bredevoort	bredevoort	03	0197		51.9427	6.6204	6
3888	Uddel	uddel	03	0200		52.2467	5.7784	6
7311	Apeldoorn	apeldoorn	03	0200		52.213	5.9613	6
7312	Apeldoorn	apeldoorn	03	0200		52.2046	5.9375	6
7313	Apeldoorn	apeldoorn	03	0200		52.2199	5.9313	6
7314	Apeldoorn	apeldoorn	03	0200		52.2186	5.9455	6
7315	Apeldoorn	apeldoorn	03	0200		52.2295	5.9543	6
7316	Apeldoorn	apeldoorn	03	0200		52.2293	5.9638	6
7317	Apeldoorn	apeldoorn	03	0200		52.2355	5.9712	6
7321	Apeldoorn	apeldoorn	03	0200		52.2139	5.9851	6
7322	Apeldoorn	apeldoorn	03	0200		52.2212	5.9839	6
7323	Apeldoorn	apeldoorn	03	0200		52.2305	5.9924	6
7324	Apeldoorn	apeldoorn	03	0200		52.2409	5.9982	6
7325	Apeldoorn	apeldoorn	03	0200		52.2148	6.0103	6
7326	Apeldoorn	apeldoorn	03	0200		52.1953	6.0098	6
7327	Apeldoorn	apeldoorn	03	0200		52.1892	5.9967	6
7328	Apeldoorn	apeldoorn	03	0200		52.2022	5.9884	6
7329	Apeldoorn	apeldoorn	03	0200		52.1973	6.0007	6
7331	Apeldoorn	apeldoorn	03	0200		52.2009	5.9686	6
7332	Apeldoorn	apeldoorn	03	0200		52.1977	5.9801	6
7333	Apeldoorn	apeldoorn	03	0200		52.1887	5.9707	6
7334	Apeldoorn	apeldoorn	03	0200		52.1892	5.9578	6
7335	Apeldoorn	apeldoorn	03	0200		52.1981	5.9542	6
7336	Apeldoorn	apeldoorn	03	0200		52.1967	5.9427	6
7339	Ugchelen	ugchelen	03	0200		52.1847	5.9376	6
7341	Beemte Broekland	beemte-broekland	03	0200		52.2544	6.0074	6
7345	Wenum Wiesel	wenum-wiesel	03	0200		52.255	5.9548	6
7346	Hoog Soeren	hoog-soeren	03	0200		52.2182	5.8706	6
7348	Radio Kootwijk	radio-kootwijk	03	0200		52.1754	5.8306	6
7351	Hoenderloo	hoenderloo	03	0200		52.1224	5.8969	6
7361	Beekbergen	beekbergen	03	0200		52.1511	5.9795	6
7364	Lieren	lieren	03	0200		52.1613	5.9961	6
7371	Loenen	loenen	03	0200		52.1189	6.0247	6
7381	Klarenbeek	klarenbeek	03	0200		52.1681	6.0462	6
6811	Arnhem	arnhem	03	0202		51.9814	5.9064	6
6812	Arnhem	arnhem	03	0202		51.9841	5.8801	6
6813	Arnhem	arnhem	03	0202		51.9922	5.8823	6
6814	Arnhem	arnhem	03	0202		51.9897	5.896	6
6815	Arnhem	arnhem	03	0202		52.0043	5.9071	6
6816	Arnhem	arnhem	03	0202		52.0181	5.8748	6
6821	Arnhem	arnhem	03	0202		51.9898	5.9134	6
6822	Arnhem	arnhem	03	0202		51.9908	5.922	6
6823	Arnhem	arnhem	03	0202		52.0028	5.9383	6
6824	Arnhem	arnhem	03	0202		51.9911	5.9366	6
6825	Arnhem	arnhem	03	0202		51.9831	5.9627	6
6826	Arnhem	arnhem	03	0202		51.9815	5.9488	6
6827	Arnhem	arnhem	03	0202		51.9734	5.9336	6
6828	Arnhem	arnhem	03	0202		51.9809	5.9222	6
6831	Arnhem	arnhem	03	0202		51.9577	5.893	6
6832	Arnhem	arnhem	03	0202		51.9634	5.9106	6
6833	Arnhem	arnhem	03	0202		51.9664	5.9175	6
6834	Arnhem	arnhem	03	0202		51.9561	5.923	6
6835	Arnhem	arnhem	03	0202		51.9533	5.9032	6
6836	Arnhem	arnhem	03	0202		51.9435	5.8935	6
6841	Arnhem	arnhem	03	0202		51.9692	5.8984	6
6842	Arnhem	arnhem	03	0202		51.9585	5.8791	6
6843	Arnhem	arnhem	03	0202		51.9596	5.8618	6
6844	Arnhem	arnhem	03	0202		51.9484	5.8577	6
6845	Arnhem	arnhem	03	0202		51.9466	5.87	6
6846	Arnhem	arnhem	03	0202		51.9538	5.8429	6
3771	Barneveld	barneveld	03	0203		52.1467	5.5877	6
3772	Barneveld	barneveld	03	0203		52.1315	5.582	6
3773	Barneveld	barneveld	03	0203		52.1379	5.6058	6
3774	Kootwijkerbroek	kootwijkerbroek	03	0203		52.1522	5.672	6
3775	Kootwijk	kootwijk	03	0203		52.1873	5.7836	6
3776	Stroe	stroe	03	0203		52.1874	5.6861	6
3781	Voorthuizen	voorthuizen	03	0203		52.189	5.6254	6
3784	Terschuur	terschuur	03	0203		52.1637	5.5206	6
3785	Zwartebroek	zwartebroek	03	0203		52.1785	5.5057	6
3792	Achterveld	achterveld	03	0203		52.1388	5.516	6
3794	De Glind	de-glind	03	0203		52.1199	5.5107	6
3886	Garderen	garderen	03	0203		52.232	5.7078	6
6551	Weurt	weurt	03	0209		51.8555	5.8132	6
6641	Beuningen Gld	beuningen-gld	03	0209		51.8605	5.7675	6
6642	Beuningen Gld	beuningen-gld	03	0209		51.8522	5.7627	6
6644	Ewijk	ewijk	03	0209		51.8666	5.7333	6
6645	Winssen	winssen	03	0209		51.8799	5.705	6
6961	Eerbeek	eerbeek	03	0213		52.1042	6.0565	6
6964	Hall	hall	03	0213		52.1097	6.0971	6
6971	Brummen	brummen	03	0213		52.0942	6.1552	6
6974	Leuvenheim	leuvenheim	03	0213		52.0752	6.1389	6
6975	Tonden	tonden	03	0213		52.1352	6.128	6
7399	Empe	empe	03	0213		52.1515	6.1314	6
4011	Zoelen	zoelen	03	0214		51.9167	5.4083	6
4012	Kerk-Avezaath	kerk-avezaath	03	0214		51.8988	5.3796	6
4016	Kapel-Avezaath	kapel-avezaath	03	0214		51.8852	5.357	6
4021	Maurik	maurik	03	0214		51.9614	5.4233	6
4023	Rijswijk (GLD)	rijswijk-gld	03	0214		51.9564	5.3579	6
4024	Eck en Wiel	eck-en-wiel	03	0214		51.9693	5.4551	6
4031	Ingen	ingen	03	0214		51.9622	5.4856	6
4032	Ommeren	ommeren	03	0214		51.9421	5.4873	6
4033	Lienden	lienden	03	0214		51.9432	5.516	6
4111	Zoelmond	zoelmond	03	0214		51.9419	5.3093	6
4112	Beusichem	beusichem	03	0214		51.9501	5.2896	6
4115	Asch	asch	03	0214		51.9305	5.3149	6
4116	Buren	buren	03	0214		51.9107	5.3339	6
4117	Erichem	erichem	03	0214		51.8987	5.3505	6
4119	Ravenswaaij	ravenswaaij	03	0214		51.9495	5.3293	6
4197	Buurmalsen	buurmalsen	03	0214		51.9027	5.3028	6
4101	Culemborg	culemborg	03	0216		51.9569	5.2297	6
4102	Culemborg	culemborg	03	0216		51.9526	5.243	6
4103	Culemborg	culemborg	03	0216		51.9483	5.2305	6
4104	Culemborg	culemborg	03	0216		51.9423	5.2136	6
4105	Culemborg	culemborg	03	0216		51.9496	5.2097	6
4106	Culemborg	culemborg	03	0216		51.947	5.1943	6
4107	Culemborg	culemborg	03	0216		51.9386	5.1899	6
6981	Doesburg	doesburg	03	0221		52.0139	6.1384	6
6982	Doesburg	doesburg	03	0221		52.0065	6.1452	6
6983	Doesburg	doesburg	03	0221		52.0022	6.1279	6
6984	Doesburg	doesburg	03	0221		52.0219	6.1587	6
7001	Doetinchem	doetinchem	03	0222		51.9663	6.2913	6
7002	Doetinchem	doetinchem	03	0222		51.9724	6.3118	6
7003	Doetinchem	doetinchem	03	0222		51.9632	6.3065	6
7004	Doetinchem	doetinchem	03	0222		51.9536	6.3215	6
7005	Doetinchem	doetinchem	03	0222		51.9559	6.2945	6
7006	Doetinchem	doetinchem	03	0222		51.9635	6.2601	6
7007	Doetinchem	doetinchem	03	0222		51.9539	6.2679	6
7008	Doetinchem	doetinchem	03	0222		51.9716	6.2712	6
7009	Doetinchem	doetinchem	03	0222		51.9765	6.2925	6
7011	Gaanderen	gaanderen	03	0222		51.9315	6.3498	6
7031	Wehl	wehl	03	0222		51.9607	6.206	6
6631	Horssen	horssen	03	0225		51.8552	5.6105	6
6651	Druten	druten	03	0225		51.8882	5.6033	6
6652	Druten	druten	03	0225		51.88	5.6038	6
6653	Deest	deest	03	0225		51.8879	5.6671	6
6654	Afferden	afferden	03	0225		51.8802	5.6331	6
6655	Puiflijk	puiflijk	03	0225		51.8785	5.5905	6
6921	Duiven	duiven	03	0226		51.9497	6.0192	6
6922	Duiven	duiven	03	0226		51.9415	6.0072	6
6923	Groessen	groessen	03	0226		51.9298	6.0259	6
6924	Loo Gld	loo-gld	03	0226		51.9293	5.9897	6
6932	Duiven	duiven	03	0226		51.952	5.9853	6
6711	Ede	ede	03	0228		52.0415	5.6752	6
6712	Ede	ede	03	0228		52.0466	5.6604	6
6713	Ede	ede	03	0228		52.0372	5.6583	6
6715	Ede	ede	03	0228		52.0422	5.6347	6
6716	Ede	ede	03	0228		52.0223	5.6377	6
6717	Ede	ede	03	0228		52.0235	5.6604	6
6718	Ede	ede	03	0228		52.0529	5.6412	6
6721	Bennekom	bennekom	03	0228		52.0027	5.674	6
6731	Otterlo	otterlo	03	0228		52.0994	5.7706	6
6732	Harskamp	harskamp	03	0228		52.1308	5.7484	6
6733	Wekerom	wekerom	03	0228		52.1098	5.7151	6
6741	Lunteren	lunteren	03	0228		52.0908	5.6216	6
6744	Ederveen	ederveen	03	0228		52.0604	5.581	6
6745	De Klomp	de-klomp	03	0228		52.0432	5.5785	6
6745	Ede	ede	03	0228		52.0342	5.5977	6
6877	Deelen	deelen	03	0228		52.0773	5.9029	6
7351	Hoenderloo	hoenderloo	03	0228		52.1242	5.8345	6
7352	Hoenderloo	hoenderloo	03	0228		52.1104	5.8777	6
8081	Elburg	elburg	03	0230		52.4482	5.8465	6
8082	Elburg	elburg	03	0230		52.4478	5.8652	4
8084	't Harde	t-harde	03	0230		52.4143	5.8788	6
8085	Doornspijk	doornspijk	03	0230		52.4141	5.8252	6
8161	Epe	epe	03	0232		52.3472	5.9922	6
8162	Epe	epe	03	0232		52.3488	5.971	6
8166	Emst	emst	03	0232		52.3173	5.9643	6
8167	Oene	oene	03	0232		52.3448	6.047	6
8171	Vaassen	vaassen	03	0232		52.2895	5.973	6
8172	Vaassen	vaassen	03	0232		52.2822	5.9567	6
3851	Ermelo	ermelo	03	0233		52.2985	5.621	6
3852	Ermelo	ermelo	03	0233		52.2979	5.6498	6
3853	Ermelo	ermelo	03	0233		52.3031	5.5971	6
3841	Harderwijk	harderwijk	03	0243		52.3493	5.6225	6
3842	Harderwijk	harderwijk	03	0243		52.3445	5.6342	6
3843	Harderwijk	harderwijk	03	0243		52.3363	5.6332	6
3844	Harderwijk	harderwijk	03	0243		52.338	5.6101	6
3845	Harderwijk	harderwijk	03	0243		52.3257	5.6005	6
3846	Harderwijk	harderwijk	03	0243		52.3585	5.6326	6
3847	Harderwijk	harderwijk	03	0243		52.3278	5.637	6
3848	Harderwijk	harderwijk	03	0243		52.3481	5.6463	6
3849	Hierden	hierden	03	0243		52.353	5.6788	6
8051	Hattem	hattem	03	0244		52.4724	6.0608	6
8052	Hattem	hattem	03	0244		52.4812	6.053	6
8181	Heerde	heerde	03	0246		52.3888	6.0384	6
8191	Wapenveld	wapenveld	03	0246		52.4286	6.0733	6
8193	Vorchten	vorchten	03	0246		52.3963	6.1097	6
8194	Veessen	veessen	03	0246		52.378	6.0922	6
6581	Malden	malden	03	0252		51.7821	5.8547	6
6582	Heumen	heumen	03	0252		51.7674	5.8432	6
6611	Overasselt	overasselt	03	0252		51.7623	5.7882	6
6612	Nederasselt	nederasselt	03	0252		51.7722	5.7471	6
7211	Eefde	eefde	03	0262		52.1683	6.2269	6
7213	Gorssel	gorssel	03	0262		52.2008	6.2032	6
7214	Epse	epse	03	0262		52.2246	6.2072	6
7215	Joppe	joppe	03	0262		52.2063	6.2366	6
7216	Kring van Dorth	kring-van-dorth	03	0262		52.2258	6.3092	
7217	Harfsen	harfsen	03	0262		52.1998	6.2918	6
7218	Almen	almen	03	0262		52.1616	6.2992	6
7241	Lochem	lochem	03	0262		52.1576	6.4102	6
7242	Lochem	lochem	03	0262		52.1572	6.4036	6
7244	Barchem	barchem	03	0262		52.124	6.441	6
7245	Laren	laren	03	0262		52.197	6.3725	6
5321	Hedel	hedel	03	0263		51.7484	5.2596	6
5324	Ammerzoden	ammerzoden	03	0263		51.7497	5.2199	6
5325	Well	well	03	0263		51.7503	5.1975	6
5327	Hurwenen	hurwenen	03	0263		51.8098	5.3153	6
5328	Rossum	rossum	03	0263		51.8005	5.3293	6
5331	Kerkdriel	kerkdriel	03	0263		51.7716	5.3331	6
5333	Hoenzadriel	hoenzadriel	03	0263		51.7563	5.3311	4
5334	Velddriel	velddriel	03	0263		51.7685	5.3037	6
5335	Alem	alem	03	0263		51.7867	5.3445	6
6624	Heerewaarden	heerewaarden	03	0263		51.8175	5.3929	6
3861	Nijkerk	nijkerk	03	0267		52.2268	5.4763	6
3862	Nijkerk	nijkerk	03	0267		52.2153	5.5029	6
3863	Nijkerk	nijkerk	03	0267		52.2152	5.4622	6
3864	Nijkerkerveen	nijkerkerveen	03	0267		52.1954	5.4657	6
3871	Hoevelaken	hoevelaken	03	0267		52.1748	5.4604	6
6511	Nijmegen	nijmegen	03	0268		51.8463	5.8626	6
6512	Nijmegen	nijmegen	03	0268		51.8392	5.8558	6
6515	Nijmegen	nijmegen	03	0268		51.8792	5.8459	6
6515	Lent	lent	03	0268		51.8792	5.8626	6
6521	Nijmegen	nijmegen	03	0268		51.839	5.874	6
6522	Nijmegen	nijmegen	03	0268		51.8409	5.8816	6
6523	Nijmegen	nijmegen	03	0268		51.8318	5.8835	6
6524	Nijmegen	nijmegen	03	0268		51.8353	5.865	6
6525	Nijmegen	nijmegen	03	0268		51.8198	5.8663	6
6531	Nijmegen	nijmegen	03	0268		51.8305	5.8487	6
6532	Nijmegen	nijmegen	03	0268		51.8254	5.8358	6
6533	Nijmegen	nijmegen	03	0268		51.8151	5.8458	6
6534	Nijmegen	nijmegen	03	0268		51.8136	5.822	6
6535	Nijmegen	nijmegen	03	0268		51.8056	5.8282	6
6536	Nijmegen	nijmegen	03	0268		51.8012	5.8093	6
6537	Nijmegen	nijmegen	03	0268		51.8122	5.7952	6
6538	Nijmegen	nijmegen	03	0268		51.816	5.8047	6
6541	Nijmegen	nijmegen	03	0268		51.8483	5.8444	6
6542	Nijmegen	nijmegen	03	0268		51.8407	5.8414	6
6543	Nijmegen	nijmegen	03	0268		51.8355	5.8282	6
6544	Nijmegen	nijmegen	03	0268		51.8305	5.8144	6
6545	Nijmegen	nijmegen	03	0268		51.8318	5.8008	6
6546	Nijmegen	nijmegen	03	0268		51.8327	5.7847	6
6574	Nijmegen	nijmegen	03	0268		51.83	5.9071	
6663	Lent	lent	03	0268		51.8677	5.8664	6
8079	Noordeinde Gld	noordeinde-gld	03	0269		52.5125	5.878	6
8091	Wezep	wezep	03	0269		52.4625	5.9997	6
8094	Hattemerbroek	hattemerbroek	03	0269		52.4731	6.0199	6
8095	't Loo Oldebroek	t-loo-oldebroek	03	0269		52.4427	5.9514	6
8096	Oldebroek	oldebroek	03	0269		52.4443	5.9064	6
8097	Oosterwolde Gld	oosterwolde-gld	03	0269		52.4664	5.8951	6
3881	Putten	putten	03	0273		52.2509	5.6154	6
3882	Putten	putten	03	0273		52.2548	5.5861	6
6861	Oosterbeek	oosterbeek	03	0274		51.9908	5.8393	6
6862	Oosterbeek	oosterbeek	03	0274		51.9833	5.846	6
6865	Doorwerth	doorwerth	03	0274		51.9794	5.7951	6
6866	Heelsum	heelsum	03	0274		51.9814	5.7524	6
6866	Renkum	renkum	03	0274		51.9775	5.7459	4
6869	Heveadorp	heveadorp	03	0274		51.9746	5.8111	6
6871	Renkum	renkum	03	0274		51.9782	5.7351	6
6874	Wolfheze	wolfheze	03	0274		52.0066	5.7923	6
6881	Velp	velp	03	0275		51.9982	5.9727	6
6882	Velp	velp	03	0275		51.9898	5.9705	6
6883	Velp	velp	03	0275		51.9889	5.9834	6
6951	Dieren	dieren	03	0275		52.0558	6.0988	6
6952	Dieren	dieren	03	0275		52.052	6.0917	6
6953	Dieren	dieren	03	0275		52.0444	6.1076	6
6955	Ellecom	ellecom	03	0275		52.0313	6.0888	6
6956	Spankeren	spankeren	03	0275		52.0581	6.1118	6
6957	Laag-Soeren	laag-soeren	03	0275		52.0788	6.0745	6
6991	Rheden	rheden	03	0275		52.0054	6.0292	6
6994	De Steeg	de-steeg	03	0275		52.0189	6.0631	6
6891	Rozendaal	rozendaal	03	0277		52.0037	5.9611	6
6961	Rozendaal	rozendaal	03	0277		52.0654	6.0003	6
3925	Scherpenzeel	scherpenzeel	03	0279		52.0804	5.489	6
4001	Tiel	tiel	03	0281		51.8864	5.4314	6
4002	Tiel	tiel	03	0281		51.8948	5.4221	6
4003	Tiel	tiel	03	0281		51.8941	5.4148	6
4004	Tiel	tiel	03	0281		51.9103	5.4384	6
4005	Tiel	tiel	03	0281		51.8943	5.4437	6
4006	Tiel	tiel	03	0281		51.8792	5.4122	6
4007	Tiel	tiel	03	0281		51.87	5.3997	6
4013	Kapel Avezaath	kapel-avezaath	03	0281		51.8831	5.3804	6
4014	Wadenoijen	wadenoijen	03	0281		51.8713	5.3672	6
4017	Kerk Avezaath	kerk-avezaath	03	0281		51.8871	5.3964	6
4062	Zennewijnen	zennewijnen	03	0281		51.8596	5.4079	6
7382	Klarenbeek	klarenbeek	03	0285		52.173	6.0719	6
7383	Voorst	voorst	03	0285		52.172	6.1372	6
7384	Twello	twello	03	0285		52.2444	6.1429	
7384	Wilp	wilp	03	0285		52.2157	6.1196	6
7391	Wilp	wilp	03	0285		52.2454	6.1421	6
7391	Twello	twello	03	0285		52.235	6.1018	6
7392	Twello	twello	03	0285		52.235	6.1212	6
7395	Teuge	teuge	03	0285		52.237	6.0481	6
7396	Terwolde	terwolde	03	0285		52.2792	6.0915	6
7397	Nijbroek	nijbroek	03	0285		52.2956	6.0575	6
7439	Steenenkamer	steenenkamer	03	0285		52.2454	6.1479	6
6701	Wageningen	wageningen	03	0289		51.9657	5.6643	6
6702	Wageningen	wageningen	03	0289		51.9636	5.6518	6
6703	Wageningen	wageningen	03	0289		51.9681	5.68	6
6704	Wageningen	wageningen	03	0289		51.9834	5.6925	4
6705	Wageningen	wageningen	03	0289		51.9893	5.6946	6
6706	Wageningen	wageningen	03	0289		51.9755	5.676	6
6707	Wageningen	wageningen	03	0289		51.9717	5.665	6
6708	Wageningen	wageningen	03	0289		51.9793	5.6573	6
6709	Wageningen	wageningen	03	0289		51.969	5.648	6
6931	Westervoort	westervoort	03	0293		51.9589	5.9704	6
6932	Westervoort	westervoort	03	0293		51.9483	5.9772	6
7101	Winterswijk	winterswijk	03	0294		51.9712	6.7233	6
7102	Winterswijk	winterswijk	03	0294		51.9674	6.7058	6
7103	Winterswijk	winterswijk	03	0294		51.9797	6.7223	6
7104	Winterswijk Meddo	winterswijk-meddo	03	0294		52.0107	6.7027	6
7105	Winterswijk Huppel	winterswijk-huppel	03	0294		52.0008	6.7561	6
7106	Winterswijk Ratum	winterswijk-ratum	03	0294		51.9796	6.8044	6
7107	Winterswijk Kotten	winterswijk-kotten	03	0294		51.9404	6.7716	6
7108	Winterswijk Woold	winterswijk-woold	03	0294		51.9295	6.7155	6
7109	Winterswijk Miste	winterswijk-miste	03	0294		51.9433	6.6657	6
7113	Winterswijk Henxel	winterswijk-henxel	03	0294		51.9839	6.7617	6
7115	Winterswijk Brinkheurne	winterswijk-brinkheurne	03	0294		51.9524	6.7494	6
7119	Winterswijk Corle	winterswijk-corle	03	0294		51.9663	6.6607	6
6601	Wijchen	wijchen	03	0296		51.8138	5.7207	6
6602	Wijchen	wijchen	03	0296		51.8073	5.7255	6
6603	Wijchen	wijchen	03	0296		51.802	5.7537	6
6604	Wijchen	wijchen	03	0296		51.8224	5.7386	6
6605	Wijchen	wijchen	03	0296		51.798	5.726	6
6606	Niftrik	niftrik	03	0296		51.7976	5.6753	6
6613	Balgoij	balgoij	03	0296		51.7819	5.7151	6
6615	Leur	leur	03	0296		51.8228	5.6985	6
6616	Hernen	hernen	03	0296		51.8331	5.6815	6
6617	Bergharen	bergharen	03	0296		51.8526	5.6663	6
6634	Batenburg	batenburg	03	0296		51.8241	5.6301	6
5301	Zaltbommel	zaltbommel	03	0297		51.8071	5.2469	6
5302	Zaltbommel	zaltbommel	03	0297		51.7993	5.2506	6
5305	Zuilichem	zuilichem	03	0297		51.8068	5.1343	6
5306	Brakel	brakel	03	0297		51.8166	5.0913	6
5307	Poederoijen	poederoijen	03	0297		51.7883	5.0781	6
5308	Aalst	aalst	03	0297		51.7822	5.1298	6
5311	Gameren	gameren	03	0297		51.8004	5.2025	6
5313	Nieuwaal	nieuwaal	03	0297		51.8083	5.177	6
5314	Bruchem	bruchem	03	0297		51.7862	5.2374	6
5315	Kerkwijk	kerkwijk	03	0297		51.7753	5.2177	6
5316	Delwijnen	delwijnen	03	0297		51.7711	5.1865	6
5317	Nederhemert	nederhemert	03	0297		51.7643	5.1637	6
5318	Bern	bern	03	0297		51.7483	5.1686	6
6901	Zevenaar	zevenaar	03	0299		51.9292	6.0771	6
6902	Zevenaar	zevenaar	03	0299		51.9321	6.0917	6
6903	Zevenaar	zevenaar	03	0299		51.9391	6.0694	6
6904	Zevenaar	zevenaar	03	0299		51.9317	6.0595	6
6905	Zevenaar	zevenaar	03	0299		51.9197	6.0854	6
6909	Babberich	babberich	03	0299		51.9068	6.1181	6
6911	Pannerden	pannerden	03	0299		51.8909	6.0392	6
6913	Aerdt	aerdt	03	0299		51.8923	6.0819	6
6914	Herwen	herwen	03	0299		51.883	6.1022	6
6914	Lobith	lobith	03	0299		51.8714	6.1083	6
6915	Lobith	lobith	03	0299		51.8623	6.1165	6
6916	Tolkamer	tolkamer	03	0299		51.855	6.1031	6
6917	Spijk	spijk	03	0299		51.8503	6.1482	6
6986	Angerlo	angerlo	03	0299		51.9947	6.1337	6
6987	Giesbeek	giesbeek	03	0299		51.994	6.0677	6
6988	Lathum	lathum	03	0299		51.9902	6.0345	6
7201	Zutphen	zutphen	03	0301		52.1411	6.1977	6
7202	Zutphen	zutphen	03	0301		52.1495	6.195	6
7203	Zutphen	zutphen	03	0301		52.1504	6.2138	6
7204	Zutphen	zutphen	03	0301		52.136	6.2077	6
7205	Zutphen	zutphen	03	0301		52.1409	6.1804	6
7206	Zutphen	zutphen	03	0301		52.1244	6.2001	6
7207	Zutphen	zutphen	03	0301		52.1253	6.2312	6
7231	Zutphen	zutphen	03	0301		52.1174	6.2692	6
7231	Warnsveld	warnsveld	03	0301		52.1384	6.2321	6
7232	Warnsveld	warnsveld	03	0301		52.1319	6.2336	6
8071	Nunspeet	nunspeet	03	0302		52.3781	5.7769	6
8072	Nunspeet	nunspeet	03	0302		52.3837	5.8012	6
8075	Elspeet	elspeet	03	0302		52.2929	5.7813	6
8076	Vierhouten	vierhouten	03	0302		52.3355	5.821	6
8077	Hulshorst	hulshorst	03	0302		52.3658	5.7247	6
6621	Dreumel	dreumel	03	0668		51.8489	5.4326	6
6626	Alphen	alphen	03	0668		51.8246	5.4714	6
6627	Maasbommel	maasbommel	03	0668		51.8262	5.5359	6
6628	Altforst	altforst	03	0668		51.8504	5.5622	6
6629	Appeltern	appeltern	03	0668		51.8338	5.5819	6
6657	Boven-Leeuwen	boven-leeuwen	03	0668		51.8838	5.5494	6
6658	Beneden-Leeuwen	beneden-leeuwen	03	0668		51.8807	5.5158	6
6659	Wamel	wamel	03	0668		51.8788	5.47	6
7051	Varsseveld	varsseveld	03	1509		51.9435	6.4586	6
7054	Westendorp	westendorp	03	1509		51.9502	6.417	6
7055	Heelweg	heelweg	03	1509		51.9627	6.4793	6
7061	Terborg	terborg	03	1509		51.9214	6.3546	6
7064	Silvolde	silvolde	03	1509		51.9094	6.3877	6
7065	Sinderen	sinderen	03	1509		51.9161	6.4514	6
7071	Ulft	ulft	03	1509		51.8916	6.3773	6
7075	Etten	etten	03	1509		51.916	6.3343	6
7076	Varsselder	varsselder	03	1509		51.8875	6.3573	6
7077	Netterden	netterden	03	1509		51.8552	6.3146	6
7078	Megchelen	megchelen	03	1509		51.8409	6.3903	6
7081	Gendringen	gendringen	03	1509		51.8727	6.375	6
7083	Voorst	voorst	03	1509		51.8722	6.4207	6
7084	Breedenbroek	breedenbroek	03	1509		51.8811	6.4636	6
7131	Lichtenvoorde	lichtenvoorde	03	1586		51.9875	6.5695	6
7132	Lichtenvoorde	lichtenvoorde	03	1586		51.9802	6.5534	6
7134	Vragender	vragender	03	1586		51.986	6.6127	6
7135	Harreveld	harreveld	03	1586		51.979	6.5142	6
7136	Zieuwent	zieuwent	03	1586		52.0066	6.5186	6
7137	Lievelde	lievelde	03	1586		52.0111	6.5953	6
7141	Groenlo	groenlo	03	1586		52.0412	6.6118	6
7142	Groenlo	groenlo	03	1586		52.0339	6.6541	6
7263	Mariënvelde	marienvelde	03	1586		52.0115	6.4752	6
6681	Bemmel	bemmel	03	1705		51.8934	5.8995	6
6684	Ressen	ressen	03	1705		51.8905	5.8693	6
6685	Haalderen	haalderen	03	1705		51.8875	5.9291	6
6686	Doornenburg	doornenburg	03	1705		51.8912	5.9986	6
6687	Angeren	angeren	03	1705		51.9147	5.955	6
6691	Gendt	gendt	03	1705		51.8784	5.9678	6
6851	Huissen	huissen	03	1705		51.9319	5.9353	6
6852	Huissen	huissen	03	1705		51.9432	5.9254	6
6924	Loo Gld	loo-gld	03	1705		51.9306	5.968	6
6661	Elst	elst	03	1734		51.9227	5.8494	6
6662	Elst	elst	03	1734		51.9146	5.8419	6
6665	Driel	driel	03	1734		51.9585	5.813	6
6666	Heteren	heteren	03	1734		51.9558	5.7547	6
6668	Randwijk	randwijk	03	1734		51.9509	5.7073	6
6671	Zetten	zetten	03	1734		51.9275	5.7136	6
6672	Hemmen	hemmen	03	1734		51.933	5.6989	6
6673	Andelst	andelst	03	1734		51.909	5.7269	6
6674	Herveld	herveld	03	1734		51.9085	5.7406	6
6675	Valburg	valburg	03	1734		51.9119	5.7894	6
6676	Homoet	homoet	03	1734		51.9345	5.7876	6
6677	Slijk-Ewijk	slijk-ewijk	03	1734		51.8871	5.7882	6
6678	Oosterhout	oosterhout	03	1734		51.8795	5.8254	6
4041	Kesteren	kesteren	03	1740		51.9328	5.5714	6
4043	Opheusden	opheusden	03	1740		51.9314	5.6291	6
4051	Ochten	ochten	03	1740		51.9113	5.5707	6
4053	IJzendoorn	ijzendoorn	03	1740		51.9083	5.5332	6
4054	Echteld	echteld	03	1740		51.9102	5.4924	6
6669	Dodewaard	dodewaard	03	1740		51.9117	5.6578	6
7151	Eibergen	eibergen	03	1859		52.0995	6.6412	6
7152	Eibergen	eibergen	03	1859		52.0953	6.661	6
7156	Beltrum	beltrum	03	1859		52.0638	6.565	6
7157	Rekken	rekken	03	1859		52.0963	6.7244	6
7161	Neede	neede	03	1859		52.1367	6.6088	6
7165	Rietmolen	rietmolen	03	1859		52.1443	6.6584	6
7261	Ruurlo	ruurlo	03	1859		52.0827	6.4523	6
7271	Borculo	borculo	03	1859		52.1156	6.5196	6
7273	Haarlo	haarlo	03	1859		52.1104	6.5769	6
7274	Geesteren	geesteren	03	1859		52.1391	6.5218	6
7275	Gelselaar	gelselaar	03	1859		52.17	6.5261	6
6996	Drempt	drempt	03	1876		52.0135	6.179	6
6997	Hoog-Keppel	hoog-keppel	03	1876		52.0048	6.2028	6
6998	Laag-Keppel	laag-keppel	03	1876		51.9955	6.2165	6
6999	Hummelo	hummelo	03	1876		52.0044	6.2385	6
7021	Zelhem	zelhem	03	1876		52.0077	6.3464	6
7025	Halle	halle	03	1876		51.9959	6.4268	6
7221	Steenderen	steenderen	03	1876		52.0646	6.1873	6
7223	Baak	baak	03	1876		52.0729	6.2315	6
7224	Rha	rha	03	1876		52.0536	6.149	6
7225	Olburgen	olburgen	03	1876		52.0442	6.1276	6
7226	Bronkhorst	bronkhorst	03	1876		52.0771	6.1829	6
7227	Toldijk	toldijk	03	1876		52.048	6.2256	6
7233	Vierakker	vierakker	03	1876		52.1028	6.2445	6
7234	Wichmond	wichmond	03	1876		52.088	6.2617	6
7251	Vorden	vorden	03	1876		52.1046	6.3176	6
7255	Hengelo (Gld)	hengelo-gld	03	1876		52.0515	6.3179	6
7256	Keijenborg	keijenborg	03	1876		52.0301	6.2953	6
6561	Groesbeek	groesbeek	03	1945		51.7838	5.9292	6
6562	Groesbeek	groesbeek	03	1945		51.7696	5.9425	6
6564	Heilig Landstichting	heilig-landstichting	03	1945		51.8175	5.8852	6
6566	Millingen aan de Rijn	millingen-aan-de-rijn	03	1945		51.8629	6.0464	6
6571	Berg en Dal	berg-en-dal	03	1945		51.8231	5.912	6
6572	Berg en Dal	berg-en-dal	03	1945		51.8235	5.9183	6
6573	Beek	beek	03	1945		51.8288	5.9282	6
6574	Ubbergen	ubbergen	03	1945		51.8358	5.9028	6
6575	Persingen	persingen	03	1945		51.8419	5.9374	6
6576	Ooij	ooij	03	1945		51.8569	5.9359	6
6577	Erlecom	erlecom	03	1945		51.8497	5.9585	6
6578	Leuth	leuth	03	1945		51.8392	5.9922	6
6579	Kekerdom	kekerdom	03	1945		51.8632	6.0105	6
6941	Didam	didam	03	1955		51.9473	6.1294	6
6942	Didam	didam	03	1955		51.9375	6.1358	6
7035	Kilder	kilder	03	1955		51.9377	6.2338	6
7036	Loerbeek	loerbeek	03	1955		51.9275	6.1998	6
7037	Beek	beek	03	1955		51.9086	6.1876	6
7038	Zeddam	zeddam	03	1955		51.9032	6.2601	6
7039	Stokkum	stokkum	03	1955		51.8787	6.2226	6
7041	's-Heerenberg	s-heerenberg	03	1955		51.8774	6.2529	6
7044	Lengel	lengel	03	1955		51.8837	6.2661	6
7045	Azewijn	azewijn	03	1955		51.887	6.3041	6
7046	Vethuizen	vethuizen	03	1955		51.9125	6.2993	6
7047	Braamt	braamt	03	1955		51.9256	6.2638	6
7048	Wijnbergen	wijnbergen	03	1955		51.934	6.2804	6
4061	Ophemert	ophemert	03	1960		51.8457	5.3822	6
4062	Zennewijnen	zennewijnen	03	1960		51.8533	5.4064	6
4063	Heesselt	heesselt	03	1960		51.8157	5.3512	6
4064	Varik	varik	03	1960		51.8249	5.3699	6
4147	Asperen	asperen	03	1960		51.8814	5.1085	6
4151	Acquoy	acquoy	03	1960		51.8852	5.1337	6
4152	Rhenoy	rhenoy	03	1960		51.8868	5.1521	6
4153	Beesd	beesd	03	1960		51.8896	5.1919	6
4155	Gellicum	gellicum	03	1960		51.8758	5.1535	6
4156	Rumpt	rumpt	03	1960		51.8818	5.1779	6
4157	Enspijk	enspijk	03	1960		51.8812	5.2118	6
4158	Deil	deil	03	1960		51.8839	5.2414	6
4161	Heukelum	heukelum	03	1960		51.8708	5.0727	6
4171	Herwijnen	herwijnen	03	1960		51.827	5.1317	6
4174	Hellouw	hellouw	03	1960		51.8277	5.177	6
4175	Haaften	haaften	03	1960		51.8185	5.2115	6
4176	Tuil	tuil	03	1960		51.8248	5.2405	6
4181	Waardenburg	waardenburg	03	1960		51.8342	5.2552	6
4181	Neerijnen	neerijnen	03	1960		51.8451	5.2707	6
4182	Neerijnen	neerijnen	03	1960		51.841	5.2837	6
4184	Opijnen	opijnen	03	1960		51.8289	5.3008	6
4185	Est	est	03	1960		51.8518	5.3153	6
4191	Geldermalsen	geldermalsen	03	1960		51.8811	5.2943	6
4194	Meteren	meteren	03	1960		51.8693	5.2848	6
4196	Tricht	tricht	03	1960		51.8914	5.2666	6
4197	Buurmalsen	buurmalsen	03	1960		51.8932	5.2906	6
4211	Spijk	spijk	03	1960		51.8558	5.0126	4
4212	Spijk	spijk	03	1960		51.852	5.0114	6
4214	Vuren	vuren	03	1960		51.8275	5.0527	6
9479	Noordlaren	noordlaren	04	0014		53.1227	6.6625	6
9613	Meerstad	meerstad	04	0014		53.2269	6.6538	4
9614	Harkstede GN	harkstede-gn	04	0014		53.2151	6.6654	4
9622	Lageland GN	lageland-gn	04	0014		53.2405	6.6713	4
9711	Groningen	groningen	04	0014		53.2167	6.5698	6
9712	Groningen	groningen	04	0014		53.2216	6.5629	6
9713	Groningen	groningen	04	0014		53.2253	6.5813	6
9714	Groningen	groningen	04	0014		53.2301	6.5725	6
9715	Groningen	groningen	04	0014		53.2329	6.5679	6
9716	Groningen	groningen	04	0014		53.2336	6.5616	6
9717	Groningen	groningen	04	0014		53.2244	6.5519	6
9718	Groningen	groningen	04	0014		53.2166	6.5509	6
9721	Groningen	groningen	04	0014		53.195	6.5728	6
9722	Groningen	groningen	04	0014		53.1976	6.5866	6
9723	Groningen	groningen	04	0014		53.2108	6.599	6
9724	Groningen	groningen	04	0014		53.2115	6.5779	6
9725	Groningen	groningen	04	0014		53.2076	6.5695	6
9726	Groningen	groningen	04	0014		53.2124	6.5538	6
9727	Groningen	groningen	04	0014		53.2052	6.5493	6
9728	Groningen	groningen	04	0014		53.1925	6.5551	6
9731	Groningen	groningen	04	0014		53.2347	6.5905	6
9732	Groningen	groningen	04	0014		53.2341	6.6202	6
9733	Groningen	groningen	04	0014		53.2389	6.622	6
9734	Groningen	groningen	04	0014		53.2351	6.6212	
9735	Groningen	groningen	04	0014		53.2376	6.6042	6
9736	Groningen	groningen	04	0014		53.2494	6.6007	6
9737	Groningen	groningen	04	0014		53.2475	6.589	6
9738	Groningen	groningen	04	0014		53.2464	6.5693	6
9741	Groningen	groningen	04	0014		53.2334	6.5526	6
9742	Groningen	groningen	04	0014		53.2293	6.5413	6
9743	Groningen	groningen	04	0014		53.2257	6.5286	6
9744	Groningen	groningen	04	0014		53.2064	6.5051	6
9745	Groningen	groningen	04	0014		53.2192	6.5068	6
9746	Groningen	groningen	04	0014		53.2358	6.5163	6
9747	Groningen	groningen	04	0014		53.2425	6.5326	6
9751	Haren Gn	haren-gn	04	0014		53.1738	6.6109	6
9752	Haren Gn	haren-gn	04	0014		53.1695	6.598	6
9753	Haren Gn	haren-gn	04	0014		53.1722	6.6261	6
9755	Onnen	onnen	04	0014		53.1552	6.6422	6
9756	Glimmen	glimmen	04	0014		53.1398	6.6298	6
9791	Ten Boer	ten-boer	04	0014		53.2771	6.6957	6
9792	Ten Post	ten-post	04	0014		53.2963	6.7302	6
9793	Winneweer	winneweer	04	0014		53.3102	6.7443	6
9794	Lellens	lellens	04	0014		53.3013	6.7096	6
9795	Woltersum	woltersum	04	0014		53.272	6.7316	6
9796	Sint Annen	sint-annen	04	0014		53.2977	6.6649	6
9797	Thesinge	thesinge	04	0014		53.2688	6.6512	6
9798	Garmerwolde	garmerwolde	04	0014		53.2473	6.6539	6
9501	Stadskanaal	stadskanaal	04	0037		52.9939	6.9495	6
9502	Stadskanaal	stadskanaal	04	0037		52.9908	6.9721	6
9503	Stadskanaal	stadskanaal	04	0037		52.9898	6.9443	6
9581	Musselkanaal	musselkanaal	04	0037		52.9378	7.009	6
9584	Mussel	mussel	04	0037		52.9579	7.0434	6
9585	Vledderveen	vledderveen	04	0037		52.9807	7.0112	6
9591	Onstwedde	onstwedde	04	0037		53.0342	7.0413	6
9661	Alteveer	alteveer	04	0037		53.0486	7.0018	6
9631	Borgercompagnie	borgercompagnie	04	0047		53.1104	6.8241	6
9641	Veendam	veendam	04	0047		53.1043	6.877	6
9642	Veendam	veendam	04	0047		53.0972	6.8593	6
9644	Veendam	veendam	04	0047		53.0928	6.9139	6
9645	Veendam	veendam	04	0047		53.1155	6.8805	6
9646	Veendam	veendam	04	0047		53.1125	6.8661	6
9648	Wildervank	wildervank	04	0047		53.0789	6.8609	6
9663	Nieuwe Pekela	nieuwe-pekela	04	0765		53.0725	6.9594	6
9665	Oude Pekela	oude-pekela	04	0765		53.1039	7.0081	6
9671	Winschoten	winschoten	04	1895		53.1434	7.0344	6
9672	Winschoten	winschoten	04	1895		53.1426	7.0501	6
9673	Winschoten	winschoten	04	1895		53.1358	7.0322	6
9674	Winschoten	winschoten	04	1895		53.1457	7.0189	6
9675	Winschoten	winschoten	04	1895		53.1536	7.032	6
9677	Heiligerlee	heiligerlee	04	1895		53.1567	7.0106	6
9678	Westerlee	westerlee	04	1895		53.1461	6.9883	6
9679	Scheemda	scheemda	04	1895		53.1736	6.9739	6
9681	Midwolda	midwolda	04	1895		53.1924	7.0131	6
9682	Oostwold	oostwold	04	1895		53.1985	7.0475	6
9684	Finsterwolde	finsterwolde	04	1895		53.1965	7.0909	6
9685	Blauwestad	blauwestad	04	1895		53.1713	7.047	6
9686	Beerta	beerta	04	1895		53.1744	7.0937	6
9687	Nieuw Beerta	nieuw-beerta	04	1895		53.19	7.1621	6
9688	Drieborg	drieborg	04	1895		53.2092	7.1819	6
9691	Oudezijl	oudezijl	04	1895		53.1881	7.2009	6
9693	Bad Nieuweschans	bad-nieuweschans	04	1895		53.1817	7.2081	6
9942	't Waar	t-waar	04	1895		53.2236	6.9483	6
9943	Nieuw Scheemda	nieuw-scheemda	04	1895		53.2107	6.9423	6
9944	Nieuwolda	nieuwolda	04	1895		53.2442	6.9805	6
9541	Vlagtwedde	vlagtwedde	04	1950		53.0263	7.1146	6
9545	Bourtange	bourtange	04	1950		53.0084	7.1864	6
9551	Sellingen	sellingen	04	1950		52.9497	7.1371	6
9561	Ter Apel	ter-apel	04	1950		52.877	7.0594	6
9563	Ter Apelkanaal	ter-apelkanaal	04	1950		52.9146	7.0489	6
9566	Veelerveen	veelerveen	04	1950		53.0539	7.1294	6
9695	Bellingwolde	bellingwolde	04	1950		53.1087	7.1642	6
9696	Oudeschans	oudeschans	04	1950		53.1441	7.1422	6
9697	Blijham	blijham	04	1950		53.1076	7.0751	6
9698	Wedde	wedde	04	1950		53.0741	7.0772	6
9699	Vriescheloo	vriescheloo	04	1950		53.0742	7.1261	6
9601	Hoogezand	hoogezand	04	1952		53.1643	6.7589	6
9602	Hoogezand	hoogezand	04	1952		53.1533	6.7459	6
9603	Hoogezand	hoogezand	04	1952		53.1544	6.7653	6
9605	Kiel-Windeweer	kiel-windeweer	04	1952		53.1143	6.777	6
9606	Kropswolde	kropswolde	04	1952		53.1432	6.7146	6
9607	Foxhol	foxhol	04	1952		53.1685	6.7201	6
9608	Westerbroek	westerbroek	04	1952		53.1841	6.6843	6
9609	Waterhuizen	waterhuizen	04	1952		53.1866	6.6483	6
9611	Sappemeer	sappemeer	04	1952		53.1638	6.7876	6
9615	Kolham	kolham	04	1952		53.1791	6.7418	6
9616	Scharmer	scharmer	04	1952		53.1982	6.7067	6
9617	Harkstede	harkstede	04	1952		53.212	6.6987	6
9618	Woudbloem	woudbloem	04	1952		53.2191	6.7399	6
9619	Froombosch	froombosch	04	1952		53.1933	6.7794	6
9621	Schildwolde	schildwolde	04	1952		53.2215	6.8052	6
9621	Slochteren	slochteren	04	1952		53.2161	6.7985	6
9623	Lageland	lageland	04	1952		53.2395	6.7153	6
9624	Luddeweer	luddeweer	04	1952		53.2507	6.7386	6
9625	Overschild	overschild	04	1952		53.2764	6.7795	6
9626	Schildwolde	schildwolde	04	1952		53.2324	6.8109	6
9627	Hellum	hellum	04	1952		53.2403	6.8394	6
9628	Siddeburen	siddeburen	04	1952		53.2486	6.8681	6
9629	Steendam	steendam	04	1952		53.2721	6.8407	6
9632	Borgercompagnie	borgercompagnie	04	1952		53.1337	6.8069	6
9633	Tripscompagnie	tripscompagnie	04	1952		53.1425	6.8253	6
9635	Noordbroek	noordbroek	04	1952		53.1951	6.87	6
9636	Zuidbroek	zuidbroek	04	1952		53.1649	6.862	6
9649	Muntendam	muntendam	04	1952		53.1339	6.869	6
9651	Meeden	meeden	04	1952		53.1372	6.924	6
9939	Tjuchem	tjuchem	04	1952		53.278	6.8802	6
9771	Sauwerd	sauwerd	04	1966		53.2935	6.5355	6
9773	Wetsinge	wetsinge	04	1966		53.303	6.5312	6
9774	Adorp	adorp	04	1966		53.2753	6.5341	6
9781	Bedum	bedum	04	1966		53.3005	6.6018	6
9784	Noordwolde	noordwolde	04	1966		53.2751	6.587	6
9785	Zuidwolde	zuidwolde	04	1966		53.2619	6.5928	6
9883	Zuurdijk	zuurdijk	04	1966		53.3147	6.3558	6
9925	Startenhuizen	startenhuizen	04	1966		53.3759	6.7118	6
9951	Winsum	winsum	04	1966		53.3311	6.5216	6
9953	Baflo	baflo	04	1966		53.3614	6.5152	6
9954	Tinallinge	tinallinge	04	1966		53.355	6.5404	6
9955	Rasquert	rasquert	04	1966		53.3686	6.5182	6
9956	Den Andel	den-andel	04	1966		53.3926	6.513	6
9957	Saaxumhuizen	saaxumhuizen	04	1966		53.3815	6.4857	6
9959	Onderdendam	onderdendam	04	1966		53.334	6.5872	6
9961	Mensingeweer	mensingeweer	04	1966		53.3494	6.4648	6
9962	Schouwerzijl	schouwerzijl	04	1966		53.3313	6.4491	6
9963	Warfhuizen	warfhuizen	04	1966		53.3391	6.4243	6
9964	Wehe-den Hoorn	wehe-den-hoorn	04	1966		53.3589	6.4198	6
9965	Leens	leens	04	1966		53.3594	6.38	6
9965	Zuurdijk	zuurdijk	04	1966		53.3506	6.3691	6
9966	Zuurdijk	zuurdijk	04	1966		53.3366	6.3779	6
9967	Eenrum	eenrum	04	1966		53.3632	6.4599	6
9968	Pieterburen	pieterburen	04	1966		53.3999	6.4475	6
9969	Westernieland	westernieland	04	1966		53.4025	6.4814	6
9971	Ulrum	ulrum	04	1966		53.359	6.3348	6
9972	Niekerk	niekerk	04	1966		53.3417	6.3281	6
9973	Houwerzijl	houwerzijl	04	1966		53.3365	6.3408	6
9974	Zoutkamp	zoutkamp	04	1966		53.3385	6.3041	6
9975	Vierhuizen	vierhuizen	04	1966		53.3622	6.2944	6
9976	Lauwersoog	lauwersoog	04	1966		53.3974	6.2139	4
9977	Kloosterburen	kloosterburen	04	1966		53.3878	6.3895	6
9978	Hornhuizen	hornhuizen	04	1966		53.3872	6.3536	6
9979	Eemshaven	eemshaven	04	1966		53.4439	6.8297	
9981	Uithuizen	uithuizen	04	1966		53.408	6.6731	6
9982	Uithuizermeeden	uithuizermeeden	04	1966		53.4157	6.7272	6
9983	Roodeschool	roodeschool	04	1966		53.4193	6.7708	6
9984	Oudeschip	oudeschip	04	1966		53.4302	6.8162	6
9985	Oosternieland	oosternieland	04	1966		53.4025	6.752	6
9986	Oldenzijl	oldenzijl	04	1966		53.3932	6.7183	6
9988	Usquert	usquert	04	1966		53.4039	6.6118	6
9989	Warffum	warffum	04	1966		53.392	6.5577	6
9995	Kantens	kantens	04	1966		53.3652	6.6337	6
9996	Eppenhuizen	eppenhuizen	04	1966		53.3796	6.6959	6
9997	Zandeweer	zandeweer	04	1966		53.3875	6.6798	6
9998	Rottum	rottum	04	1966		53.3826	6.621	6
9999	Stitswerd	stitswerd	04	1966		53.3606	6.5981	6
9351	Leek	leek	04	1969		53.1605	6.3773	6
9354	Zevenhuizen	zevenhuizen	04	1969		53.1221	6.344	6
9355	Midwolde	midwolde	04	1969		53.1905	6.3867	6
9356	Tolbert	tolbert	04	1969		53.1664	6.3621	6
9359	Boerakker	boerakker	04	1969		53.1969	6.3378	6
9361	Boerakker	boerakker	04	1969		53.1851	6.333	6
9362	Boerakker	boerakker	04	1969		53.1863	6.3266	6
9363	Marum	marum	04	1969		53.1434	6.2635	6
9364	Nuis	nuis	04	1969		53.151	6.303	6
9365	Niebert	niebert	04	1969		53.1571	6.3265	6
9366	Jonkersvaart	jonkersvaart	04	1969		53.1307	6.3107	6
9367	De Wilp	de-wilp	04	1969		53.1184	6.259	6
9801	Zuidhorn	zuidhorn	04	1969		53.2462	6.4021	6
9804	Noordhorn	noordhorn	04	1969		53.2613	6.3952	6
9805	Briltil	briltil	04	1969		53.2408	6.3905	6
9811	Enumatil	enumatil	04	1969		53.2155	6.4099	6
9812	Enumatil	enumatil	04	1969		53.2163	6.408	6
9821	Oldekerk	oldekerk	04	1969		53.2222	6.3364	6
9822	Niekerk	niekerk	04	1969		53.2258	6.3552	6
9824	Noordwijk	noordwijk	04	1969		53.1683	6.2552	6
9825	Lucaswolde	lucaswolde	04	1969		53.1842	6.2962	6
9827	Lettelbert	lettelbert	04	1969		53.1928	6.4154	6
9828	Oostwold	oostwold	04	1969		53.2024	6.4422	6
9831	Aduard	aduard	04	1969		53.2559	6.4605	6
9832	Den Horn	den-horn	04	1969		53.2267	6.452	6
9833	Den Ham	den-ham	04	1969		53.2703	6.4438	6
9841	Niezijl	niezijl	04	1969		53.2676	6.3467	6
9842	Niezijl	niezijl	04	1969		53.267	6.34	6
9843	Grijpskerk	grijpskerk	04	1969		53.2622	6.3062	6
9844	Pieterzijl	pieterzijl	04	1969		53.2827	6.2699	6
9845	Visvliet	visvliet	04	1969		53.2651	6.2496	6
9861	Grootegast	grootegast	04	1969		53.2123	6.2748	6
9862	Sebaldeburen	sebaldeburen	04	1969		53.2209	6.3075	6
9863	Doezum	doezum	04	1969		53.2003	6.2476	6
9864	Kornhorn	kornhorn	04	1969		53.1814	6.2442	6
9865	Opende	opende	04	1969		53.1693	6.2004	6
9866	Lutjegast	lutjegast	04	1969		53.2347	6.2586	6
9881	Kommerzijl	kommerzijl	04	1969		53.2867	6.3212	6
9882	Kommerzijl	kommerzijl	04	1969		53.2868	6.3264	6
9883	Oldehove	oldehove	04	1969		53.3022	6.3938	6
9884	Niehove	niehove	04	1969		53.2892	6.362	6
9885	Lauwerzijl	lauwerzijl	04	1969		53.3128	6.3045	6
9886	Saaksum	saaksum	04	1969		53.3144	6.4189	6
9891	Ezinge	ezinge	04	1969		53.3087	6.4432	6
9892	Feerwerd	feerwerd	04	1969		53.3047	6.4685	6
9893	Garnwerd	garnwerd	04	1969		53.3007	6.4928	6
9901	Appingedam	appingedam	04	1979		53.3226	6.856	6
9902	Appingedam	appingedam	04	1979		53.3156	6.8671	6
9903	Appingedam	appingedam	04	1979		53.3175	6.8471	6
9904	Krewerd	krewerd	04	1979		53.3536	6.8469	6
9905	Holwierde	holwierde	04	1979		53.3585	6.8737	6
9906	Bierum	bierum	04	1979		53.3823	6.8607	6
9907	Losdorp	losdorp	04	1979		53.3752	6.8353	6
9908	Godlinze	godlinze	04	1979		53.3726	6.8138	6
9909	Spijk	spijk	04	1979		53.3913	6.8389	4
9911	Oosterwijtwerd	oosterwijtwerd	04	1979		53.3369	6.8149	6
9912	Leermens	leermens	04	1979		53.3471	6.7984	6
9913	Eenum	eenum	04	1979		53.3388	6.7812	6
9914	Zeerijp	zeerijp	04	1979		53.3489	6.7604	6
9915	't Zandt	t-zandt	04	1979		53.3679	6.775	6
9917	Wirdum	wirdum	04	1979		53.3183	6.7875	4
9918	Garrelsweer	garrelsweer	04	1979		53.31	6.7664	6
9919	Loppersum	loppersum	04	1979		53.3314	6.747	6
9921	Stedum	stedum	04	1979		53.3223	6.6946	6
9922	Westeremden	westeremden	04	1979		53.345	6.7104	6
9923	Garsthuizen	garsthuizen	04	1979		53.369	6.7166	6
9924	Startenhuizen	startenhuizen	04	1979		53.369	6.7098	6
9931	Delfzijl	delfzijl	04	1979		53.3348	6.9021	6
9932	Delfzijl	delfzijl	04	1979		53.3204	6.8959	6
9933	Delfzijl	delfzijl	04	1979		53.3396	6.9121	6
9934	Delfzijl	delfzijl	04	1979		53.329	6.9169	6
9936	Farmsum	farmsum	04	1979		53.3196	6.9304	6
9937	Meedhuizen	meedhuizen	04	1979		53.288	6.9135	6
9945	Wagenborgen	wagenborgen	04	1979		53.2549	6.9332	6
9946	Woldendorp	woldendorp	04	1979		53.2722	7.0305	6
9947	Termunten	termunten	04	1979		53.2955	7.0457	6
9948	Termunterzijl	termunterzijl	04	1979		53.2999	7.034	6
9949	Borgsweer	borgsweer	04	1979		53.297	7.0161	6
9987	Zijldijk	zijldijk	04	1979		53.3938	6.7587	6
9991	Middelstum	middelstum	04	1979		53.3457	6.6422	6
9992	Huizinge	huizinge	04	1979		53.3466	6.6747	6
9993	Westerwijtwerd	westerwijtwerd	04	1979		53.3328	6.6459	6
9994	Toornwerd	toornwerd	04	1979		53.354	6.6381	6
6371	Landgraaf	landgraaf	05	0882		50.9013	6.0158	6
6372	Landgraaf	landgraaf	05	0882		50.8877	6.0158	6
6373	Landgraaf	landgraaf	05	0882		50.9074	6.0303	6
6374	Landgraaf	landgraaf	05	0882		50.9156	6.0481	6
6176	Spaubeek	spaubeek	05	0888		50.9401	5.8391	6
6191	Beek	beek	05	0888		50.941	5.8016	6
6199	Maastricht-Airport	maastricht-airport	05	0888		50.9215	5.7775	6
5953	Reuver	reuver	05	0889		51.283	6.0789	6
5954	Beesel	beesel	05	0889		51.2673	6.0422	6
5851	Afferden L	afferden-l	05	0893		51.6354	6.0159	6
5853	Siebengewald	siebengewald	05	0893		51.6505	6.0982	6
5854	Bergen L	bergen-l	05	0893		51.6028	6.0524	6
5855	Well L	well-l	05	0893		51.5583	6.0896	6
5856	Wellerlooi	wellerlooi	05	0893		51.5353	6.1428	6
6441	Brunssum	brunssum	05	0899		50.9499	5.9665	6
6442	Brunssum	brunssum	05	0899		50.9515	5.98	6
6443	Brunssum	brunssum	05	0899		50.9414	5.9761	6
6444	Brunssum	brunssum	05	0899		50.9413	5.9596	6
6445	Brunssum	brunssum	05	0899		50.9337	5.9751	6
6446	Brunssum	brunssum	05	0899		50.9342	5.9427	6
6591	Gennep	gennep	05	0907		51.6954	5.977	6
6595	Ottersum	ottersum	05	0907		51.7048	5.9874	6
6596	Milsbeek	milsbeek	05	0907		51.7264	5.9481	6
6598	Heijen	heijen	05	0907		51.6729	5.9911	6
6599	Ven-Zelderheide	ven-zelderheide	05	0907		51.7134	6.0216	6
6411	Heerlen	heerlen	05	0917		50.8875	5.9756	6
6412	Heerlen	heerlen	05	0917		50.8972	5.9683	6
6413	Heerlen	heerlen	05	0917		50.9157	5.9551	6
6414	Heerlen	heerlen	05	0917		50.9212	5.9696	6
6415	Heerlen	heerlen	05	0917		50.8967	5.9893	6
6416	Heerlen	heerlen	05	0917		50.8839	5.9965	6
6417	Heerlen	heerlen	05	0917		50.8751	5.9821	6
6418	Heerlen	heerlen	05	0917		50.8685	6.0048	6
6419	Heerlen	heerlen	05	0917		50.8757	5.9659	6
6421	Heerlen	heerlen	05	0917		50.9276	5.9518	6
6422	Heerlen	heerlen	05	0917		50.8453	6.0025	6
6431	Hoensbroek	hoensbroek	05	0917		50.9257	5.9306	6
6432	Hoensbroek	hoensbroek	05	0917		50.9225	5.9166	6
6433	Hoensbroek	hoensbroek	05	0917		50.9124	5.9287	6
6461	Kerkrade	kerkrade	05	0928		50.8642	6.0679	6
6462	Kerkrade	kerkrade	05	0928		50.8543	6.069	6
6463	Kerkrade	kerkrade	05	0928		50.8732	6.0668	6
6464	Kerkrade	kerkrade	05	0928		50.8806	6.0703	6
6465	Kerkrade	kerkrade	05	0928		50.8503	6.0239	6
6466	Kerkrade	kerkrade	05	0928		50.8594	6.0274	6
6467	Kerkrade	kerkrade	05	0928		50.8664	6.0258	6
6468	Kerkrade	kerkrade	05	0928		50.8754	6.0472	6
6469	Kerkrade	kerkrade	05	0928		50.892	6.0464	6
6471	Eygelshoven	eygelshoven	05	0928		50.8932	6.0589	6
6211	Maastricht	maastricht	05	0935		50.8502	5.688	6
6212	Maastricht	maastricht	05	0935		50.8381	5.6898	6
6213	Maastricht	maastricht	05	0935		50.8381	5.6666	6
6214	Maastricht	maastricht	05	0935		50.8459	5.6742	6
6215	Maastricht	maastricht	05	0935		50.8413	5.6502	6
6216	Maastricht	maastricht	05	0935		50.849	5.6589	6
6217	Maastricht	maastricht	05	0935		50.8562	5.6694	6
6218	Maastricht	maastricht	05	0935		50.8636	5.6572	6
6219	Maastricht	maastricht	05	0935		50.8641	5.688	6
6221	Maastricht	maastricht	05	0935		50.8474	5.703	6
6222	Maastricht	maastricht	05	0935		50.8654	5.712	6
6223	Maastricht	maastricht	05	0935		50.8844	5.6935	6
6224	Maastricht	maastricht	05	0935		50.8504	5.7124	6
6225	Maastricht	maastricht	05	0935		50.8624	5.7316	6
6226	Maastricht	maastricht	05	0935		50.8483	5.7257	6
6227	Maastricht	maastricht	05	0935		50.8384	5.7275	6
6228	Maastricht	maastricht	05	0935		50.8268	5.7246	6
6229	Maastricht	maastricht	05	0935		50.8297	5.7082	6
6231	Meerssen	meerssen	05	0938		50.8848	5.7494	6
6235	Meerssen	meerssen	05	0938		50.9013	5.794	6
6235	Ulestraten	ulestraten	05	0938		50.905	5.7797	6
6237	Moorveld	moorveld	05	0938		50.9196	5.7645	6
6241	Bunde	bunde	05	0938		50.8965	5.7331	6
6243	Moorveld	moorveld	05	0938		50.9155	5.7599	6
6243	Geulle	geulle	05	0938		50.9225	5.7502	6
6584	Molenhoek	molenhoek	05	0944		51.7679	5.8745	6
6585	Mook	mook	05	0944		51.7524	5.885	6
6586	Plasmolen	plasmolen	05	0944		51.737	5.9199	6
6587	Middelaar	middelaar	05	0944		51.7266	5.9146	6
6031	Nederweert	nederweert	05	0946		51.2855	5.7476	6
6034	Nederweert-Eind	nederweert-eind	05	0946		51.2773	5.7833	6
6035	Ospel	ospel	05	0946		51.303	5.7894	6
6091	Leveroy	leveroy	05	0946		51.2496	5.8366	6
6092	Leveroy	leveroy	05	0946		51.2495	5.8482	6
6041	Roermond	roermond	05	0957		51.1936	5.9864	6
6042	Roermond	roermond	05	0957		51.1984	6.0118	6
6043	Roermond	roermond	05	0957		51.1883	6.0089	6
6044	Roermond	roermond	05	0957		51.1823	6.0092	6
6045	Roermond	roermond	05	0957		51.1774	6.0049	6
6049	Herten	herten	05	0957		51.1769	5.9639	6
6071	Swalmen	swalmen	05	0957		51.2309	6.0423	6
6351	Bocholtz	bocholtz	05	0965		50.8185	6.0051	6
6353	Baneheide	baneheide	05	0965		50.8185	5.9735	6
6369	Simpelveld	simpelveld	05	0965		50.8354	5.9804	6
6129	Urmond	urmond	05	0971		50.996	5.7723	6
6171	Stein	stein	05	0971		50.9686	5.7676	6
6181	Elsloo	elsloo	05	0971		50.9505	5.7681	6
6291	Vaals	vaals	05	0981		50.772	6.0152	6
6294	Vijlen	vijlen	05	0981		50.7856	5.9614	6
6295	Lemiers	lemiers	05	0981		50.7847	5.9903	6
5911	Venlo	venlo	05	0983		51.371	6.1716	6
5912	Venlo	venlo	05	0983		51.3606	6.1659	6
5913	Venlo	venlo	05	0983		51.3681	6.1844	6
5914	Venlo	venlo	05	0983		51.3803	6.177	6
5915	Venlo	venlo	05	0983		51.3574	6.187	6
5916	Venlo	venlo	05	0983		51.386	6.195	6
5921	Venlo	venlo	05	0983		51.3675	6.1476	6
5922	Venlo	venlo	05	0983		51.3743	6.1429	6
5923	Venlo	venlo	05	0983		51.3615	6.1417	6
5924	Venlo	venlo	05	0983		51.3672	6.131	6
5925	Venlo	venlo	05	0983		51.376	6.129	6
5926	Venlo	venlo	05	0983		51.358	6.1297	6
5927	Venlo	venlo	05	0983		51.3759	6.1161	6
5928	Venlo	venlo	05	0983		51.3891	6.1328	6
5931	Tegelen	tegelen	05	0983		51.344	6.1402	6
5932	Tegelen	tegelen	05	0983		51.3337	6.152	6
5935	Steyl	steyl	05	0983		51.3338	6.1279	6
5941	Velden	velden	05	0983		51.4146	6.1687	6
5943	Lomm	lomm	05	0983		51.4477	6.173	6
5944	Arcen	arcen	05	0983		51.4832	6.1907	6
5951	Belfeld	belfeld	05	0983		51.3114	6.1184	6
5801	Venray	venray	05	0984		51.5237	5.9679	6
5802	Venray	venray	05	0984		51.5224	5.9873	6
5803	Venray	venray	05	0984		51.5322	5.9918	6
5804	Venray	venray	05	0984		51.5366	5.9705	6
5807	Oostrum	oostrum	05	0984		51.5278	6.0173	6
5808	Oirlo	oirlo	05	0984		51.5096	6.0344	6
5809	Leunen	leunen	05	0984		51.5079	5.9788	6
5811	Castenray	castenray	05	0984		51.4902	6.0333	6
5812	Heide	heide	05	0984		51.5054	5.9476	6
5813	Ysselsteyn	ysselsteyn	05	0984		51.488	5.8979	6
5814	Veulen	veulen	05	0984		51.4817	5.957	6
5815	Merselo	merselo	05	0984		51.5302	5.9278	6
5816	Vredepeel	vredepeel	05	0984		51.5475	5.8666	6
5817	Smakt	smakt	05	0984		51.5641	6.0037	6
5861	Wanssum	wanssum	05	0984		51.5356	6.0757	6
5862	Geijsteren	geijsteren	05	0984		51.5505	6.0484	6
5863	Blitterswijck	blitterswijck	05	0984		51.5289	6.108	6
6311	Ransdaal	ransdaal	05	0986		50.8645	5.8911	6
6312	Ransdaal	ransdaal	05	0986		50.8632	5.8926	6
6343	Klimmen	klimmen	05	0986		50.8777	5.8855	6
6367	Voerendaal	voerendaal	05	0986		50.8739	5.9331	6
6001	Weert	weert	05	0988		51.254	5.7062	6
6002	Weert	weert	05	0988		51.2592	5.6784	6
6003	Weert	weert	05	0988		51.2668	5.7082	6
6004	Weert	weert	05	0988		51.2542	5.7269	6
6005	Weert	weert	05	0988		51.2342	5.7338	6
6006	Weert	weert	05	0988		51.2409	5.6999	6
6039	Stramproy	stramproy	05	0988		51.194	5.7155	6
6301	Valkenburg	valkenburg	05	0994		50.865	5.8264	6
6305	Schin op Geul	schin-op-geul	05	0994		50.8522	5.8686	6
6325	Berg en Terblijt	berg-en-terblijt	05	0994		50.8609	5.7887	6
6341	Walem	walem	05	0994		50.8639	5.8701	4
6342	Walem	walem	05	0994		50.8608	5.8661	6
5766	Griendtsveen	griendtsveen	05	1507		51.4434	5.8846	6
5864	Meerlo	meerlo	05	1507		51.5122	6.0857	6
5865	Tienray	tienray	05	1507		51.4946	6.0944	6
5866	Swolgen	swolgen	05	1507		51.4931	6.1191	6
5871	Broekhuizenvorst	broekhuizenvorst	05	1507		51.4959	6.157	6
5872	Broekhuizen	broekhuizen	05	1507		51.4843	6.1601	6
5961	Horst	horst	05	1507		51.4544	6.0523	6
5962	Melderslo	melderslo	05	1507		51.4611	6.0862	6
5963	Hegelsom	hegelsom	05	1507		51.4371	6.0392	6
5964	Meterik	meterik	05	1507		51.4535	6.0223	6
5966	America	america	05	1507		51.4458	5.9652	6
5971	Grubbenvorst	grubbenvorst	05	1507		51.4198	6.1408	6
5973	Lottum	lottum	05	1507		51.459	6.154	6
5975	Sevenum	sevenum	05	1507		51.4084	6.0328	6
5976	Kronenberg	kronenberg	05	1507		51.4158	5.9982	6
5977	Evertsoord	evertsoord	05	1507		51.4019	5.9505	6
6011	Ell	ell	05	1640		51.2191	5.7948	6
6012	Haler	haler	05	1640		51.1892	5.7804	6
6013	Hunsel	hunsel	05	1640		51.1901	5.8112	6
6014	Ittervoort	ittervoort	05	1640		51.1723	5.8217	6
6015	Neeritter	neeritter	05	1640		51.1652	5.802	6
6037	Kelpen-Oler	kelpen-oler	05	1640		51.2213	5.8261	6
6081	Haelen	haelen	05	1640		51.2341	5.9547	6
6082	Buggenum	buggenum	05	1640		51.2334	5.9776	6
6083	Nunhem	nunhem	05	1640		51.2449	5.9621	6
6085	Horn	horn	05	1640		51.2114	5.9424	6
6086	Neer	neer	05	1640		51.2628	5.9879	6
6088	Roggel	roggel	05	1640		51.2667	5.9261	6
6089	Heibloem	heibloem	05	1640		51.2989	5.8975	6
6093	Heythuysen	heythuysen	05	1640		51.2514	5.8931	6
6095	Baexem	baexem	05	1640		51.2269	5.8809	6
6096	Grathem	grathem	05	1640		51.1949	5.8579	6
6017	Thorn	thorn	05	1641		51.1639	5.8412	6
6019	Wessem	wessem	05	1641		51.1619	5.8801	6
6051	Maasbracht	maasbracht	05	1641		51.1433	5.891	6
6067	Linne	linne	05	1641		51.155	5.9384	6
6097	Heel	heel	05	1641		51.1821	5.8915	6
6099	Beegden	beegden	05	1641		51.1901	5.9174	6
6107	Stevensweert	stevensweert	05	1641		51.1306	5.8497	6
6109	Ohé en Laak	ohe-en-laak	05	1641		51.1129	5.8309	6
6061	Posterholt	posterholt	05	1669		51.1222	6.0312	6
6063	Vlodrop	vlodrop	05	1669		51.1356	6.0831	6
6065	Montfort	montfort	05	1669		51.1275	5.9479	6
6074	Melick	melick	05	1669		51.16	6.017	6
6075	Herkenbosch	herkenbosch	05	1669		51.1557	6.069	6
6077	Sint Odiliënberg	sint-odilienberg	05	1669		51.1423	6.001	6
6101	Echt	echt	05	1711		51.1056	5.8743	6
6102	Echt	echt	05	1711		51.0957	5.8915	6
6104	Koningsbosch	koningsbosch	05	1711		51.0534	5.9522	6
6105	Maria Hoop	maria-hoop	05	1711		51.0885	5.9682	6
6111	Sint Joost	sint-joost	05	1711		51.1144	5.9004	6
6112	Sint Joost	sint-joost	05	1711		51.1181	5.9007	6
6114	Susteren	susteren	05	1711		51.0664	5.8595	6
6116	Roosteren	roosteren	05	1711		51.0811	5.8165	6
6118	Nieuwstadt	nieuwstadt	05	1711		51.0372	5.8621	6
6271	Gulpen	gulpen	05	1729		50.8137	5.8881	6
6273	Ingber	ingber	05	1729		50.8175	5.8595	6
6274	Reijmerstok	reijmerstok	05	1729		50.7997	5.8386	6
6276	Heijenrath	heijenrath	05	1729		50.7755	5.8757	6
6277	Slenaken	slenaken	05	1729		50.769	5.8588	6
6278	Beutenaken	beutenaken	05	1729		50.7821	5.8556	6
6281	Mechelen	mechelen	05	1729		50.7932	5.9252	6
6285	Epen	epen	05	1729		50.7726	5.9104	6
6286	Wittem	wittem	05	1729		50.8096	5.9376	6
6287	Eys	eys	05	1729		50.8268	5.9404	6
6289	Elkenrade	elkenrade	05	1729		50.8413	5.9193	6
6321	Wijlre	wijlre	05	1729		50.8361	5.892	6
6121	Born	born	05	1883		51.0335	5.81	6
6122	Buchten	buchten	05	1883		51.0423	5.8106	6
6123	Holtum	holtum	05	1883		51.0477	5.8213	6
6124	Papenhoven	papenhoven	05	1883		51.0418	5.784	6
6125	Obbicht	obbicht	05	1883		51.028	5.7811	6
6127	Grevenbicht	grevenbicht	05	1883		51.0401	5.7738	6
6131	Sittard	sittard	05	1883		50.9987	5.8662	6
6132	Sittard	sittard	05	1883		50.9921	5.8859	6
6133	Sittard	sittard	05	1883		50.988	5.8597	6
6134	Sittard	sittard	05	1883		50.9905	5.8506	6
6135	Sittard	sittard	05	1883		51.0079	5.8537	6
6136	Sittard	sittard	05	1883		51.0073	5.8717	6
6137	Sittard	sittard	05	1883		51.0005	5.8882	6
6141	Limbricht	limbricht	05	1883		51.0119	5.8376	6
6142	Einighausen	einighausen	05	1883		51.0004	5.8274	6
6143	Guttecoven	guttecoven	05	1883		51.0143	5.8189	6
6151	Munstergeleen	munstergeleen	05	1883		50.9746	5.8642	6
6153	Windraak	windraak	05	1883		50.9727	5.8869	6
6161	Geleen	geleen	05	1883		50.9676	5.8235	6
6162	Geleen	geleen	05	1883		50.9763	5.833	6
6163	Geleen	geleen	05	1883		50.9833	5.8195	6
6164	Geleen	geleen	05	1883		50.9555	5.8283	6
6165	Geleen	geleen	05	1883		50.9621	5.8283	6
6166	Geleen	geleen	05	1883		50.9718	5.8413	6
6167	Geleen	geleen	05	1883		50.9892	5.798	6
5768	Meijel	meijel	05	1894		51.3433	5.8831	6
5981	Panningen	panningen	05	1894		51.3276	5.9795	6
5984	Koningslust	koningslust	05	1894		51.3578	5.9947	6
5985	Grashoek	grashoek	05	1894		51.3622	5.9403	6
5986	Beringe	beringe	05	1894		51.3365	5.9428	6
5987	Egchel	egchel	05	1894		51.3138	5.9718	6
5988	Helden	helden	05	1894		51.3219	5.9986	6
5991	Baarlo	baarlo	05	1894		51.33	6.0934	6
5993	Maasbree	maasbree	05	1894		51.3607	6.0473	6
5995	Kessel	kessel	05	1894		51.292	6.0477	6
6245	Eijsden	eijsden	05	1903		50.779	5.7131	6
6247	Gronsveld	gronsveld	05	1903		50.8073	5.7295	6
6251	Eckelrade	eckelrade	05	1903		50.8071	5.7661	6
6252	Eckelrade	eckelrade	05	1903		50.8053	5.7654	6
6255	Noorbeek	noorbeek	05	1903		50.772	5.8194	6
6261	Mheer	mheer	05	1903		50.7816	5.7934	6
6262	Banholt	banholt	05	1903		50.7902	5.8085	6
6265	Sint Geertruid	sint-geertruid	05	1903		50.7955	5.77	6
6267	Cadier en Keer	cadier-en-keer	05	1903		50.83	5.7644	6
6268	Bemelen	bemelen	05	1903		50.8455	5.7715	6
6269	Margraten	margraten	05	1903		50.8215	5.8218	6
6307	Scheulder	scheulder	05	1903		50.8289	5.844	6
6155	Puth	puth	05	1954		50.9538	5.8723	6
6174	Sweikhuizen	sweikhuizen	05	1954		50.9536	5.8482	6
6333	Schimmert	schimmert	05	1954		50.9037	5.8213	6
6336	Hulsberg	hulsberg	05	1954		50.8898	5.8539	6
6361	Nuth	nuth	05	1954		50.9183	5.8866	6
6363	Wijnandsrade	wijnandsrade	05	1954		50.9058	5.8865	6
6365	Schinnen	schinnen	05	1954		50.9411	5.8824	6
6436	Amstenrade	amstenrade	05	1954		50.9393	5.922	6
6438	Oirsbeek	oirsbeek	05	1954		50.9494	5.9109	6
6439	Doenrade	doenrade	05	1954		50.9671	5.908	6
6447	Merkelbeek	merkelbeek	05	1954		50.9551	5.9354	6
6451	Schinveld	schinveld	05	1954		50.9685	5.9816	6
6454	Jabeek	jabeek	05	1954		50.98	5.9412	6
6456	Bingelrade	bingelrade	05	1954		50.9702	5.937	6
5721	Asten	asten	06	0743		51.4046	5.7512	6
5722	Asten	asten	06	0743		51.4097	5.7606	4
5724	Ommel	ommel	06	0743		51.4247	5.7434	6
5725	Heusden	heusden	06	0743		51.3805	5.7684	6
5111	Baarle-Nassau	baarle-nassau	06	0744		51.4398	4.9325	4
5113	Ulicoten	ulicoten	06	0744		51.4551	4.8625	6
5114	Castelre	castelre	06	0744		51.4195	4.7865	6
4611	Bergen op Zoom	bergen-op-zoom	06	0748		51.495	4.286	6
4612	Bergen op Zoom	bergen-op-zoom	06	0748		51.4994	4.2679	6
4613	Bergen op Zoom	bergen-op-zoom	06	0748		51.5051	4.2817	6
4614	Bergen op Zoom	bergen-op-zoom	06	0748		51.5078	4.2943	6
4615	Bergen op Zoom	bergen-op-zoom	06	0748		51.4853	4.2879	6
4616	Bergen op Zoom	bergen-op-zoom	06	0748		51.4783	4.2889	6
4617	Bergen op Zoom	bergen-op-zoom	06	0748		51.478	4.2748	6
4621	Bergen op Zoom	bergen-op-zoom	06	0748		51.4935	4.3017	6
4622	Bergen op Zoom	bergen-op-zoom	06	0748		51.5022	4.3131	6
4623	Bergen op Zoom	bergen-op-zoom	06	0748		51.4932	4.313	6
4624	Bergen op Zoom	bergen-op-zoom	06	0748		51.4854	4.3045	6
4625	Bergen op Zoom	bergen-op-zoom	06	0748		51.4755	4.3058	6
4661	Halsteren	halsteren	06	0748		51.5278	4.2773	6
4664	Lepelstraat	lepelstraat	06	0748		51.5498	4.2756	6
5681	Best	best	06	0753		51.5188	5.4094	6
5682	Best	best	06	0753		51.5164	5.3906	6
5683	Best	best	06	0753		51.5082	5.3997	6
5684	Best	best	06	0753		51.502	5.3888	6
5685	Best	best	06	0753		51.501	5.3735	6
5427	Boekel	boekel	06	0755		51.6028	5.6781	6
5428	Venhorst	venhorst	06	0755		51.6089	5.7358	6
5441	Oeffelt	oeffelt	06	0756		51.6981	5.9327	6
5447	Rijkevoort	rijkevoort	06	0756		51.6584	5.8867	6
5821	Vierlingsbeek	vierlingsbeek	06	0756		51.5955	6.007	6
5823	Maashees	maashees	06	0756		51.5706	6.0325	6
5824	Holthees	holthees	06	0756		51.5749	6.0068	6
5825	Overloon	overloon	06	0756		51.5712	5.9458	6
5826	Groeningen	groeningen	06	0756		51.6076	5.9961	6
5827	Vortum-Mullem	vortum-mullem	06	0756		51.6188	5.9757	6
5831	Boxmeer	boxmeer	06	0756		51.6483	5.9457	6
5835	Beugen	beugen	06	0756		51.673	5.9342	6
5836	Sambeek	sambeek	06	0756		51.635	5.9645	6
5281	Boxtel	boxtel	06	0757		51.5858	5.3207	6
5282	Boxtel	boxtel	06	0757		51.5965	5.3128	6
5283	Boxtel	boxtel	06	0757		51.5895	5.339	6
5298	Liempde	liempde	06	0757		51.5697	5.3703	6
4811	Breda	breda	06	0758		51.5882	4.7756	6
4812	Breda	breda	06	0758		51.5764	4.7538	6
4813	Breda	breda	06	0758		51.5755	4.7399	6
4814	Breda	breda	06	0758		51.5876	4.7544	6
4815	Breda	breda	06	0758		51.5977	4.7675	6
4816	Breda	breda	06	0758		51.5991	4.7921	6
4817	Breda	breda	06	0758		51.5904	4.8093	6
4818	Breda	breda	06	0758		51.5787	4.7849	6
4819	Breda	breda	06	0758		51.5754	4.7687	6
4822	Breda	breda	06	0758		51.6126	4.7295	6
4823	Breda	breda	06	0758		51.6229	4.7379	6
4824	Breda	breda	06	0758		51.609	4.7456	6
4825	Breda	breda	06	0758		51.6123	4.7703	6
4826	Breda	breda	06	0758		51.6095	4.7844	6
4827	Breda	breda	06	0758		51.6073	4.7968	6
4834	Breda	breda	06	0758		51.5711	4.8031	6
4835	Breda	breda	06	0758		51.5699	4.7865	6
4836	Breda	breda	06	0758		51.5307	4.7576	6
4837	Breda	breda	06	0758		51.5688	4.7693	6
4838	Breda	breda	06	0758		51.5598	4.717	6
4839	Breda	breda	06	0758		51.5843	4.7112	6
4841	Prinsenbeek	prinsenbeek	06	0758		51.5994	4.7118	6
4847	Teteringen	teteringen	06	0758		51.6099	4.8216	6
4851	Ulvenhout	ulvenhout	06	0758		51.5481	4.8009	6
4854	Bavel	bavel	06	0758		51.5666	4.8277	6
5751	Deurne	deurne	06	0762		51.4613	5.7946	6
5752	Deurne	deurne	06	0762		51.4778	5.7995	6
5753	Deurne	deurne	06	0762		51.4506	5.7908	6
5754	Deurne	deurne	06	0762		51.4637	5.8136	6
5756	Vlierden	vlierden	06	0762		51.4461	5.757	6
5757	Liessel	liessel	06	0762		51.4142	5.8231	6
5758	Neerkant	neerkant	06	0762		51.3694	5.8662	6
5759	Helenaveen	helenaveen	06	0762		51.3912	5.9138	6
5101	Dongen	dongen	06	0766		51.6261	4.9255	6
5102	Dongen	dongen	06	0766		51.6335	4.9298	6
5103	Dongen	dongen	06	0766		51.6295	4.95	6
5104	Dongen	dongen	06	0766		51.6239	4.9432	6
5105	Dongen	dongen	06	0766		51.6152	4.9728	6
5106	Dongen	dongen	06	0766		51.6429	4.9656	6
5107	Dongen	dongen	06	0766		51.6167	4.929	6
5109	's Gravenmoer	s-gravenmoer	06	0766		51.6582	4.9438	6
5504	Knegsel	knegsel	06	0770		51.3892	5.373	6
5511	Knegsel	knegsel	06	0770		51.3969	5.3458	6
5512	Vessem	vessem	06	0770		51.4216	5.2861	6
5513	Wintelre	wintelre	06	0770		51.4457	5.3395	6
5521	Eersel	eersel	06	0770		51.3564	5.3163	6
5524	Steensel	steensel	06	0770		51.3768	5.3543	6
5525	Duizel	duizel	06	0770		51.3692	5.2953	6
5611	Eindhoven	eindhoven	06	0772		51.4366	5.4801	6
5612	Eindhoven	eindhoven	06	0772		51.4484	5.4727	6
5613	Eindhoven	eindhoven	06	0772		51.4387	5.4969	6
5614	Eindhoven	eindhoven	06	0772		51.4284	5.4921	6
5615	Eindhoven	eindhoven	06	0772		51.4293	5.4746	6
5616	Eindhoven	eindhoven	06	0772		51.4396	5.4592	6
5617	Eindhoven	eindhoven	06	0772		51.447	5.4573	6
5621	Eindhoven	eindhoven	06	0772		51.4549	5.457	6
5622	Eindhoven	eindhoven	06	0772		51.4593	5.4644	6
5623	Eindhoven	eindhoven	06	0772		51.4595	5.4782	6
5624	Eindhoven	eindhoven	06	0772		51.4696	5.457	6
5625	Eindhoven	eindhoven	06	0772		51.4719	5.4754	6
5626	Eindhoven	eindhoven	06	0772		51.4781	5.4302	6
5627	Eindhoven	eindhoven	06	0772		51.4853	5.444	6
5628	Eindhoven	eindhoven	06	0772		51.4801	5.4724	6
5629	Eindhoven	eindhoven	06	0772		51.4884	5.4734	6
5631	Eindhoven	eindhoven	06	0772		51.4605	5.4945	6
5632	Eindhoven	eindhoven	06	0772		51.4767	5.4956	6
5633	Eindhoven	eindhoven	06	0772		51.4899	5.4954	6
5641	Eindhoven	eindhoven	06	0772		51.4466	5.5198	6
5642	Eindhoven	eindhoven	06	0772		51.4389	5.5144	6
5643	Eindhoven	eindhoven	06	0772		51.4235	5.5011	6
5644	Eindhoven	eindhoven	06	0772		51.4183	5.4887	6
5645	Eindhoven	eindhoven	06	0772		51.4242	5.5109	6
5646	Eindhoven	eindhoven	06	0772		51.4184	5.5095	6
5647	Eindhoven	eindhoven	06	0772		51.4225	5.5235	6
5651	Eindhoven	eindhoven	06	0772		51.45	5.4433	6
5652	Eindhoven	eindhoven	06	0772		51.4394	5.438	6
5653	Eindhoven	eindhoven	06	0772		51.4236	5.4446	6
5654	Eindhoven	eindhoven	06	0772		51.4215	5.4582	6
5655	Eindhoven	eindhoven	06	0772		51.4152	5.4399	6
5656	Eindhoven	eindhoven	06	0772		51.4112	5.4561	6
5657	Eindhoven	eindhoven	06	0772		51.4512	5.4008	6
5658	Eindhoven	eindhoven	06	0772		51.4405	5.4098	6
4871	Etten-Leur	etten-leur	06	0777		51.5858	4.6513	6
4872	Etten-Leur	etten-leur	06	0777		51.5748	4.65	6
4873	Etten-Leur	etten-leur	06	0777		51.5648	4.6491	6
4874	Etten-Leur	etten-leur	06	0777		51.5773	4.6274	6
4875	Etten-Leur	etten-leur	06	0777		51.5711	4.6311	6
4876	Etten-Leur	etten-leur	06	0777		51.5617	4.6351	6
4877	Etten-Leur	etten-leur	06	0777		51.573	4.6127	6
4878	Etten-Leur	etten-leur	06	0777		51.5664	4.6077	6
4879	Etten-Leur	etten-leur	06	0777		51.5607	4.6188	6
4931	Geertruidenberg	geertruidenberg	06	0779		51.7017	4.8546	6
4941	Raamsdonksveer	raamsdonksveer	06	0779		51.6969	4.8746	6
4942	Raamsdonksveer	raamsdonksveer	06	0779		51.7033	4.877	6
4944	Raamsdonk	raamsdonk	06	0779		51.6887	4.9079	6
5121	Rijen	rijen	06	0784		51.589	4.9182	6
5122	Rijen	rijen	06	0784		51.5895	4.9293	6
5124	Molenschot	molenschot	06	0784		51.5695	4.8864	6
5125	Hulten	hulten	06	0784		51.5749	4.9568	6
5126	Gilze	gilze	06	0784		51.5435	4.9392	6
5051	Riel	riel	06	0785		51.5113	5.0214	4
5051	Goirle	goirle	06	0785		51.5221	5.0639	6
5052	Goirle	goirle	06	0785		51.527	5.0492	6
5053	Goirle	goirle	06	0785		51.5321	5.079	4
5133	Riel	riel	06	0785		51.5247	5.0197	6
5361	Grave	grave	06	0786		51.7557	5.7385	6
5363	Velp	velp	06	0786		51.7498	5.7188	6
5364	Escharen	escharen	06	0786		51.7405	5.7457	6
5438	Gassel	gassel	06	0786		51.7395	5.7792	6
5074	Biezenmortel	biezenmortel	06	0788		51.6221	5.1803	6
5076	Haaren	haaren	06	0788		51.6033	5.2267	6
5268	Helvoirt	helvoirt	06	0788		51.6342	5.2267	6
5296	Esch	esch	06	0788		51.6117	5.2918	6
5701	Helmond	helmond	06	0794		51.481	5.6644	6
5702	Helmond	helmond	06	0794		51.4933	5.6681	6
5703	Helmond	helmond	06	0794		51.4796	5.6839	6
5704	Helmond	helmond	06	0794		51.4639	5.7026	6
5705	Helmond	helmond	06	0794		51.4703	5.6698	6
5706	Helmond	helmond	06	0794		51.4627	5.6319	6
5707	Helmond	helmond	06	0794		51.4771	5.6421	6
5708	Helmond	helmond	06	0794		51.4726	5.6147	6
5709	Helmond	helmond	06	0794		51.4814	5.7003	6
5211	's-Hertogenbosch	s-hertogenbosch	06	0796		51.6894	5.3036	6
5212	's-Hertogenbosch	s-hertogenbosch	06	0796		51.697	5.3093	6
5213	's-Hertogenbosch	s-hertogenbosch	06	0796		51.6949	5.326	6
5215	's-Hertogenbosch	s-hertogenbosch	06	0796		51.6895	5.3306	6
5216	's-Hertogenbosch	s-hertogenbosch	06	0796		51.6819	5.3221	6
5221	's-Hertogenbosch	s-hertogenbosch	06	0796		51.724	5.2581	6
5222	's-Hertogenbosch	s-hertogenbosch	06	0796		51.7035	5.2754	6
5223	's-Hertogenbosch	s-hertogenbosch	06	0796		51.6907	5.2821	6
5224	's-Hertogenbosch	s-hertogenbosch	06	0796		51.698	5.2603	6
5231	's-Hertogenbosch	s-hertogenbosch	06	0796		51.7104	5.3065	6
5232	's-Hertogenbosch	s-hertogenbosch	06	0796		51.7073	5.3292	6
5233	's-Hertogenbosch	s-hertogenbosch	06	0796		51.7151	5.321	6
5234	's-Hertogenbosch	s-hertogenbosch	06	0796		51.7251	5.2883	6
5235	's-Hertogenbosch	s-hertogenbosch	06	0796		51.7266	5.3077	6
5236	's-Hertogenbosch	s-hertogenbosch	06	0796		51.7331	5.327	6
5237	's-Hertogenbosch	s-hertogenbosch	06	0796		51.7302	5.2909	6
5241	Rosmalen	rosmalen	06	0796		51.7178	5.3582	6
5242	Rosmalen	rosmalen	06	0796		51.7105	5.3686	6
5243	Rosmalen	rosmalen	06	0796		51.7208	5.371	6
5244	Rosmalen	rosmalen	06	0796		51.7158	5.3854	6
5245	Rosmalen	rosmalen	06	0796		51.7314	5.3512	6
5246	Rosmalen	rosmalen	06	0796		51.6995	5.3434	6
5247	Rosmalen	rosmalen	06	0796		51.731	5.3666	6
5248	Rosmalen	rosmalen	06	0796		51.7058	5.3842	6
5249	Rosmalen	rosmalen	06	0796		51.7288	5.4001	6
5381	Vinkel	vinkel	06	0796		51.7094	5.4653	6
5382	Vinkel	vinkel	06	0796		51.7057	5.4395	6
5383	Vinkel	vinkel	06	0796		51.7041	5.474	6
5391	Nuland	nuland	06	0796		51.726	5.4369	6
5392	Nuland	nuland	06	0796		51.7311	5.4267	6
5151	Drunen	drunen	06	0797		51.6859	5.1359	6
5152	Drunen	drunen	06	0797		51.6826	5.1237	6
5154	Elshout	elshout	06	0797		51.7001	5.1396	6
5156	Oudheusden	oudheusden	06	0797		51.7233	5.1377	4
5157	Doeveren	doeveren	06	0797		51.722	5.0913	4
5158	Heesbeen	heesbeen	06	0797		51.7322	5.1223	4
5251	Vlijmen	vlijmen	06	0797		51.6951	5.211	6
5252	Vlijmen	vlijmen	06	0797		51.6995	5.2092	6
5253	Nieuwkuijk	nieuwkuijk	06	0797		51.6922	5.1804	6
5254	Haarsteeg	haarsteeg	06	0797		51.7102	5.1976	6
5255	Herpt	herpt	06	0797		51.7295	5.1568	4
5256	Heusden	heusden	06	0797		51.734	5.1389	6
5257	Hedikhuizen	hedikhuizen	06	0797		51.7325	5.187	4
5028	Diessen	diessen	06	0798		51.4756	5.1671	4
5081	Hilvarenbeek	hilvarenbeek	06	0798		51.4901	5.1346	6
5084	Biest-Houtakker	biest-houtakker	06	0798		51.5082	5.1564	6
5085	Esbeek	esbeek	06	0798		51.4599	5.1375	6
5087	Diessen	diessen	06	0798		51.471	5.1785	6
5089	Haghorst	haghorst	06	0798		51.4969	5.2076	6
5171	Kaatsheuvel	kaatsheuvel	06	0809		51.6582	5.0331	6
5172	Kaatsheuvel	kaatsheuvel	06	0809		51.6523	5.0216	6
5175	Loon op Zand	loon-op-zand	06	0809		51.6266	5.0754	6
5176	De Moer	de-moer	06	0809		51.6254	5.0117	6
5451	Mill	mill	06	0815		51.688	5.777	6
5453	Langenboom	langenboom	06	0815		51.7036	5.7303	6
5454	Sint Hubert	sint-hubert	06	0815		51.6774	5.8081	6
5455	Wilbertoord	wilbertoord	06	0815		51.6562	5.7737	6
5671	Nuenen	nuenen	06	0820		51.4746	5.5475	6
5672	Nuenen	nuenen	06	0820		51.465	5.549	6
5673	Nuenen	nuenen	06	0820		51.4728	5.5639	6
5674	Nuenen	nuenen	06	0820		51.4757	5.5464	4
5091	Oost West en Middelbeers	oost-west-en-middelbeers	06	0823		51.4719	5.2504	6
5688	Oirschot	oirschot	06	0823		51.507	5.311	6
5689	Oirschot	oirschot	06	0823		51.4985	5.3132	6
5059	Heukelom	heukelom	06	0824		51.5738	5.1561	6
5061	Oisterwijk	oisterwijk	06	0824		51.5806	5.1874	6
5062	Oisterwijk	oisterwijk	06	0824		51.5712	5.208	6
5063	Oisterwijk	oisterwijk	06	0824		51.5807	5.171	6
5066	Moergestel	moergestel	06	0824		51.5437	5.1824	6
4849	Dorst	dorst	06	0826		51.5941	4.8617	6
4901	Oosterhout	oosterhout	06	0826		51.6461	4.8619	6
4902	Oosterhout	oosterhout	06	0826		51.6368	4.8608	6
4903	Oosterhout	oosterhout	06	0826		51.6184	4.8714	6
4904	Oosterhout	oosterhout	06	0826		51.6297	4.8485	6
4905	Oosterhout	oosterhout	06	0826		51.6485	4.8497	6
4906	Oosterhout	oosterhout	06	0826		51.652	4.8339	6
4907	Oosterhout	oosterhout	06	0826		51.6573	4.8688	6
4908	Oosterhout	oosterhout	06	0826		51.6644	4.8654	6
4909	Oosteind	oosteind	06	0826		51.6456	4.9064	6
4911	Den Hout	den-hout	06	0826		51.6568	4.8121	6
5341	Oss	oss	06	0828		51.7679	5.5206	6
5342	Oss	oss	06	0828		51.7575	5.5334	6
5343	Oss	oss	06	0828		51.7493	5.516	6
5344	Oss	oss	06	0828		51.7531	5.5053	6
5345	Oss	oss	06	0828		51.767	5.5017	6
5346	Oss	oss	06	0828		51.7766	5.5151	6
5347	Oss	oss	06	0828		51.7792	5.538	6
5348	Oss	oss	06	0828		51.7703	5.5374	6
5349	Oss	oss	06	0828		51.7616	5.5533	6
5351	Herpen	herpen	06	0828		51.7609	5.5888	6
5351	Berghem	berghem	06	0828		51.7688	5.5735	6
5352	Deursen-Dennenburg	deursen-dennenburg	06	0828		51.8014	5.6268	6
5353	Dieden	dieden	06	0828		51.8186	5.6114	6
5354	Demen	demen	06	0828		51.8147	5.6296	6
5355	Neerlangel	neerlangel	06	0828		51.8048	5.6459	6
5356	Neerloon	neerloon	06	0828		51.7881	5.676	6
5357	Overlangel	overlangel	06	0828		51.7757	5.6716	6
5358	Huisseling	huisseling	06	0828		51.7877	5.6411	6
5359	Keent	keent	06	0828		51.7725	5.6937	6
5366	Megen	megen	06	0828		51.8204	5.5622	6
5367	Macharen	macharen	06	0828		51.8047	5.5436	6
5368	Haren	haren	06	0828		51.8016	5.5839	6
5371	Ravenstein	ravenstein	06	0828		51.7937	5.6489	6
5373	Herpen	herpen	06	0828		51.7704	5.6378	6
5386	Geffen	geffen	06	0828		51.7398	5.466	6
5386	Oss	oss	06	0828		51.7642	5.4649	6
5394	Oijen	oijen	06	0828		51.8213	5.5044	6
5395	Teeffelen	teeffelen	06	0828		51.7977	5.4943	6
5396	Lithoijen	lithoijen	06	0828		51.7996	5.4636	6
5397	Lith	lith	06	0828		51.8058	5.4363	6
5398	Maren-Kessel	maren-kessel	06	0828		51.7908	5.3894	6
4711	St. Willebrord	st-willebrord	06	0840		51.5497	4.5891	6
4714	Sprundel	sprundel	06	0840		51.5367	4.5998	6
4715	Rucphen	rucphen	06	0840		51.5314	4.5556	6
4721	Schijf	schijf	06	0840		51.4978	4.5538	6
4722	Schijf	schijf	06	0840		51.4979	4.5717	6
4735	Zegge	zegge	06	0840		51.5569	4.5165	6
5258	Berlicum	berlicum	06	0845		51.677	5.4041	6
5271	Sint-Michielsgestel	sint-michielsgestel	06	0845		51.6442	5.351	6
5271	Gemonde	gemonde	06	0845		51.6269	5.3685	6
5271	Den Dungen	den-dungen	06	0845		51.6636	5.368	6
5272	Sint-Michielsgestel	sint-michielsgestel	06	0845		51.6434	5.3597	4
5275	Den Dungen	den-dungen	06	0845		51.6668	5.3736	6
5291	Gemonde	gemonde	06	0845		51.6155	5.3551	6
5292	Gemonde	gemonde	06	0845		51.6232	5.3767	6
5293	Gemonde	gemonde	06	0845		51.6219	5.3588	6
5294	Gemonde	gemonde	06	0845		51.616	5.3689	6
5711	Someren	someren	06	0847		51.3863	5.7155	6
5712	Someren	someren	06	0847		51.3657	5.7145	6
5715	Lierop	lierop	06	0847		51.4211	5.6798	6
5691	Son en Breugel	son-en-breugel	06	0848		51.5166	5.4862	6
5692	Son en Breugel	son-en-breugel	06	0848		51.5186	5.48	4
5694	Son en Breugel	son-en-breugel	06	0848		51.5183	5.5116	6
4651	Steenbergen	steenbergen	06	0851		51.5834	4.3197	6
4652	Steenbergen	steenbergen	06	0851		51.5908	4.3172	4
4655	De Heen	de-heen	06	0851		51.6045	4.2629	6
4671	Dinteloord	dinteloord	06	0851		51.634	4.3684	6
4681	Nieuw-Vossemeer	nieuw-vossemeer	06	0851		51.5895	4.2201	6
4756	Kruisland	kruisland	06	0851		51.5694	4.4083	6
5011	Tilburg	tilburg	06	0855		51.5855	5.0862	6
5012	Tilburg	tilburg	06	0855		51.5835	5.0995	6
5013	Tilburg	tilburg	06	0855		51.5692	5.0987	6
5014	Tilburg	tilburg	06	0855		51.5672	5.093	6
5015	Tilburg	tilburg	06	0855		51.5694	5.1116	6
5017	Tilburg	tilburg	06	0855		51.5552	5.0976	6
5018	Tilburg	tilburg	06	0855		51.5567	5.1091	6
5021	Tilburg	tilburg	06	0855		51.5481	5.0887	6
5022	Tilburg	tilburg	06	0855		51.541	5.0933	6
5025	Tilburg	tilburg	06	0855		51.5492	5.0691	6
5026	Tilburg	tilburg	06	0855		51.5396	5.0644	6
5032	Tilburg	tilburg	06	0855		51.547	5.039	6
5035	Tilburg	tilburg	06	0855		51.5835	4.9796	6
5036	Tilburg	tilburg	06	0855		51.5712	4.9897	
5037	Tilburg	tilburg	06	0855		51.5584	5.0539	6
5038	Tilburg	tilburg	06	0855		51.5573	5.0793	6
5041	Tilburg	tilburg	06	0855		51.5648	5.0782	6
5042	Tilburg	tilburg	06	0855		51.5712	5.0545	6
5043	Tilburg	tilburg	06	0855		51.5807	5.0148	6
5044	Tilburg	tilburg	06	0855		51.576	5.0378	6
5045	Tilburg	tilburg	06	0855		51.5851	4.9946	6
5046	Tilburg	tilburg	06	0855		51.5723	5.0769	6
5047	Tilburg	tilburg	06	0855		51.5919	5.0155	6
5048	Tilburg	tilburg	06	0855		51.5869	5.0518	6
5049	Tilburg	tilburg	06	0855		51.5891	5.0753	6
5056	Berkel-Enschot	berkel-enschot	06	0855		51.5846	5.1422	6
5057	Berkel-Enschot	berkel-enschot	06	0855		51.5885	5.137	6
5071	Udenhout	udenhout	06	0855		51.6097	5.144	6
5401	Uden	uden	06	0856		51.6593	5.6106	6
5402	Uden	uden	06	0856		51.6657	5.6183	6
5403	Uden	uden	06	0856		51.6657	5.6351	6
5404	Uden	uden	06	0856		51.6516	5.6173	6
5405	Uden	uden	06	0856		51.6545	5.6441	6
5406	Uden	uden	06	0856		51.6525	5.6202	4
5408	Volkel	volkel	06	0856		51.6453	5.6602	6
5409	Odiliapeel	odiliapeel	06	0856		51.6428	5.7084	6
5551	Valkenswaard	valkenswaard	06	0858		51.3558	5.4306	6
5552	Valkenswaard	valkenswaard	06	0858		51.3597	5.4533	6
5553	Valkenswaard	valkenswaard	06	0858		51.3569	5.4723	6
5554	Valkenswaard	valkenswaard	06	0858		51.3497	5.4562	6
5555	Valkenswaard	valkenswaard	06	0858		51.3499	5.471	6
5556	Valkenswaard	valkenswaard	06	0858		51.3018	5.4456	6
5501	Veldhoven	veldhoven	06	0861		51.4203	5.4025	6
5502	Veldhoven	veldhoven	06	0861		51.4245	5.4169	6
5503	Veldhoven	veldhoven	06	0861		51.4146	5.4112	6
5504	Veldhoven	veldhoven	06	0861		51.4044	5.3981	6
5505	Veldhoven	veldhoven	06	0861		51.4106	5.3902	6
5506	Veldhoven	veldhoven	06	0861		51.4164	5.3861	6
5507	Veldhoven	veldhoven	06	0861		51.4222	5.3692	6
5508	Veldhoven	veldhoven	06	0861		51.4287	5.39	6
5509	Veldhoven	veldhoven	06	0861		51.4317	5.4044	6
5261	Vught	vught	06	0865		51.6574	5.2961	6
5262	Vught	vught	06	0865		51.6444	5.2838	6
5263	Vught	vught	06	0865		51.6609	5.2801	6
5264	Vught	vught	06	0865		51.6737	5.2872	6
5266	Cromvoirt	cromvoirt	06	0865		51.6608	5.2335	6
5581	Waalre	waalre	06	0866		51.3888	5.4436	6
5582	Waalre	waalre	06	0866		51.3983	5.4709	6
5583	Waalre	waalre	06	0866		51.396	5.4857	6
5141	Waalwijk	waalwijk	06	0867		51.6873	5.0583	6
5142	Waalwijk	waalwijk	06	0867		51.6902	5.0832	6
5143	Waalwijk	waalwijk	06	0867		51.6808	5.0838	6
5144	Waalwijk	waalwijk	06	0867		51.6783	5.0669	6
5145	Waalwijk	waalwijk	06	0867		51.6988	5.0529	6
5146	Waalwijk	waalwijk	06	0867		51.6742	5.0409	6
5161	Sprang-Capelle	sprang-capelle	06	0867		51.6748	5.0185	6
5165	Waspik	waspik	06	0867		51.6848	4.9478	6
5171	Sprang-Capelle	sprang-capelle	06	0867		51.6616	5.0544	4
4631	Hoogerheide	hoogerheide	06	0873		51.4271	4.3277	6
4631	Huijbergen	huijbergen	06	0873		51.4503	4.3593	4
4634	Woensdrecht	woensdrecht	06	0873		51.4295	4.3038	6
4635	Huijbergen	huijbergen	06	0873		51.4321	4.3758	6
4641	Ossendrecht	ossendrecht	06	0873		51.3953	4.3312	6
4645	Putte	putte	06	0873		51.3627	4.396	6
4881	Zundert	zundert	06	0879		51.4704	4.6596	6
4882	Klein Zundert	klein-zundert	06	0879		51.484	4.6499	6
4884	Wernhout	wernhout	06	0879		51.4455	4.6352	6
4885	Achtmaal	achtmaal	06	0879		51.453	4.5819	6
4891	Rijsbergen	rijsbergen	06	0879		51.517	4.6977	6
5421	Gemert	gemert	06	1652		51.5567	5.6895	6
5422	Gemert	gemert	06	1652		51.561	5.7001	4
5423	Handel	handel	06	1652		51.5794	5.7139	6
5424	Elsendorp	elsendorp	06	1652		51.5803	5.771	6
5425	De Mortel	de-mortel	06	1652		51.5398	5.7123	6
5761	Bakel	bakel	06	1652		51.5028	5.736	6
5763	Milheeze	milheeze	06	1652		51.5043	5.7821	6
5764	De Rips	de-rips	06	1652		51.549	5.8135	6
4731	Hoeven	hoeven	06	1655		51.5973	4.5484	6
4731	Oudenbosch	oudenbosch	06	1655		51.5892	4.5327	6
4741	Hoeven	hoeven	06	1655		51.5793	4.579	6
4744	Bosschenhoofd	bosschenhoofd	06	1655		51.5615	4.5423	6
4751	Oud Gastel	oud-gastel	06	1655		51.5871	4.4638	6
4754	Stampersgat	stampersgat	06	1655		51.6126	4.4416	6
5591	Heeze	heeze	06	1658		51.3815	5.5722	6
5595	Leende	leende	06	1658		51.3486	5.5516	6
6029	Sterksel	sterksel	06	1658		51.3524	5.6176	6
5735	Aarle-Rixtel	aarle-rixtel	06	1659		51.5098	5.6395	6
5737	Lieshout	lieshout	06	1659		51.5181	5.5926	6
5738	Mariahout	mariahout	06	1659		51.541	5.5715	6
5741	Beek en Donk	beek-en-donk	06	1659		51.5339	5.6291	6
5741	Aarle-Rixtel	aarle-rixtel	06	1659		51.5213	5.6455	4
5094	Lage Mierde	lage-mierde	06	1667		51.4084	5.1489	6
5095	Hooge Mierde	hooge-mierde	06	1667		51.3876	5.1264	6
5096	Hulsel	hulsel	06	1667		51.389	5.1787	6
5541	Reusel	reusel	06	1667		51.3611	5.1642	6
4701	Roosendaal	roosendaal	06	1674		51.533	4.4591	6
4702	Roosendaal	roosendaal	06	1674		51.5371	4.4729	6
4703	Roosendaal	roosendaal	06	1674		51.535	4.4424	6
4704	Roosendaal	roosendaal	06	1674		51.5546	4.4651	6
4705	Roosendaal	roosendaal	06	1674		51.5471	4.4853	6
4706	Roosendaal	roosendaal	06	1674		51.527	4.4919	6
4707	Roosendaal	roosendaal	06	1674		51.5191	4.4613	6
4708	Roosendaal	roosendaal	06	1674		51.5166	4.4366	6
4709	Nispen	nispen	06	1674		51.4837	4.4588	6
4715	Roosendaal	roosendaal	06	1674		51.542	4.5135	6
4724	Wouw	wouw	06	1674		51.5222	4.3901	6
4724	Heerle	heerle	06	1674		51.517	4.3765	6
4725	Wouwse Plantage	wouwse-plantage	06	1674		51.4842	4.3942	6
4726	Moerstraten	moerstraten	06	1674		51.5391	4.3686	6
4726	Heerle	heerle	06	1674		51.5179	4.3613	6
4727	Moerstraten	moerstraten	06	1674		51.5381	4.3433	6
4727	Heerle	heerle	06	1674		51.532	4.3603	6
5431	Cuijk	cuijk	06	1684		51.7277	5.8787	6
5432	Cuijk	cuijk	06	1684		51.7387	5.8611	6
5433	Katwijk NB	katwijk-nb	06	1684		51.75	5.8654	6
5434	Vianen NB	vianen-nb	06	1684		51.7177	5.8563	6
5435	Sint Agatha	sint-agatha	06	1684		51.7116	5.9091	6
5437	Beers NB	beers-nb	06	1684		51.724	5.8286	6
5439	Linden	linden	06	1684		51.7474	5.8309	6
5443	Haps	haps	06	1684		51.69	5.8616	6
5374	Schaijk	schaijk	06	1685		51.7432	5.633	6
5375	Reek	reek	06	1685		51.7443	5.6824	6
5411	Zeeland	zeeland	06	1685		51.696	5.6771	6
5445	Landhorst	landhorst	06	1702		51.6186	5.7858	6
5446	Wanroij	wanroij	06	1702		51.6566	5.8193	6
5449	Rijkevoort-De Walsert	rijkevoort-de-walsert	06	1702		51.6504	5.86	6
5841	Oploo	oploo	06	1702		51.6035	5.863	6
5843	Westerbeek	westerbeek	06	1702		51.581	5.8644	6
5844	Stevensbeek	stevensbeek	06	1702		51.6037	5.9174	6
5845	Sint Anthonis	sint-anthonis	06	1702		51.6256	5.881	6
5846	Ledeacker	ledeacker	06	1702		51.6356	5.8715	6
6021	Budel	budel	06	1706		51.2717	5.576	6
6023	Budel-Schoot	budel-schoot	06	1706		51.2507	5.567	6
6024	Budel-Dorplein	budel-dorplein	06	1706		51.238	5.5784	6
6026	Maarheeze	maarheeze	06	1706		51.3113	5.6189	6
6027	Soerendonk	soerendonk	06	1706		51.3021	5.576	6
6028	Gastel	gastel	06	1706		51.2857	5.5545	6
4671	Heijningen	heijningen	06	1709		51.6518	4.3787	6
4758	Standdaarbuiten	standdaarbuiten	06	1709		51.6146	4.5142	6
4759	Noordhoek	noordhoek	06	1709		51.6425	4.5309	6
4761	Zevenbergen	zevenbergen	06	1709		51.6458	4.5983	6
4762	Zevenbergen	zevenbergen	06	1709		51.6395	4.6103	6
4765	Zevenbergschen Hoek	zevenbergschen-hoek	06	1709		51.6727	4.6763	6
4771	Langeweg	langeweg	06	1709		51.648	4.6599	6
4772	Langeweg	langeweg	06	1709		51.6443	4.6632	4
4781	Moerdijk	moerdijk	06	1709		51.7029	4.6286	6
4782	Moerdijk	moerdijk	06	1709		51.6911	4.6143	6
4791	Klundert	klundert	06	1709		51.665	4.5345	6
4793	Fijnaart	fijnaart	06	1709		51.6383	4.4703	6
4794	Heijningen	heijningen	06	1709		51.6544	4.4119	6
4796	Oudemolen	oudemolen	06	1709		51.6603	4.4564	6
4797	Willemstad	willemstad	06	1709		51.6859	4.4402	6
4766	Zevenbergschen Hoek	zevenbergschen-hoek	06	1719		51.6634	4.6932	6
4844	Terheijden	terheijden	06	1719		51.6434	4.7539	6
4845	Wagenberg	wagenberg	06	1719		51.6645	4.7491	6
4921	Made	made	06	1719		51.6767	4.7928	6
4924	Drimmelen	drimmelen	06	1719		51.7088	4.8048	6
4926	Lage Zwaluwe	lage-zwaluwe	06	1719		51.709	4.7002	6
4927	Hooge Zwaluwe	hooge-zwaluwe	06	1719		51.6838	4.7472	6
5383	Vinkel	vinkel	06	1721		51.7085	5.4945	6
5384	Heesch	heesch	06	1721		51.731	5.5278	6
5388	Nistelrode	nistelrode	06	1721		51.704	5.562	6
5471	Loosbroek	loosbroek	06	1721		51.6805	5.5095	6
5472	Loosbroek	loosbroek	06	1721		51.6768	5.5086	6
5473	Heeswijk-Dinther	heeswijk-dinther	06	1721		51.6527	5.4801	6
5476	Vorstenbosch	vorstenbosch	06	1721		51.655	5.552	6
4855	Galder	galder	06	1723		51.5144	4.7737	6
4856	Strijbeek	strijbeek	06	1723		51.5101	4.7963	6
4858	Ulvenhout AC	ulvenhout-ac	06	1723		51.5378	4.8177	6
4859	Bavel AC	bavel-ac	06	1723		51.5522	4.8557	6
4861	Chaam	chaam	06	1723		51.506	4.8638	6
5131	Alphen	alphen	06	1723		51.4832	4.9585	6
5561	Riethoven	riethoven	06	1724		51.3555	5.3841	6
5563	Westerhoven	westerhoven	06	1724		51.3306	5.4078	6
5571	Bergeijk	bergeijk	06	1724		51.3179	5.3504	6
5575	Luyksgestel	luyksgestel	06	1724		51.2891	5.3211	6
5527	Hapert	hapert	06	1728		51.3639	5.2566	6
5528	Hoogeloon	hoogeloon	06	1728		51.3966	5.2708	6
5529	Casteren	casteren	06	1728		51.3972	5.239	6
5531	Bladel	bladel	06	1728		51.3685	5.2175	6
5534	Netersel	netersel	06	1728		51.4045	5.2083	6
5661	Geldrop	geldrop	06	1771		51.4124	5.5409	6
5662	Geldrop	geldrop	06	1771		51.4276	5.5475	6
5663	Geldrop	geldrop	06	1771		51.4167	5.5458	6
5664	Geldrop	geldrop	06	1771		51.4188	5.5595	6
5665	Geldrop	geldrop	06	1771		51.4185	5.5749	6
5666	Geldrop	geldrop	06	1771		51.4244	5.5716	6
5667	Geldrop	geldrop	06	1771		51.431	5.5653	6
5674	Mierlo	mierlo	06	1771		51.4458	5.5679	
5731	Mierlo	mierlo	06	1771		51.4411	5.6178	6
5461	Veghel	veghel	06	1948		51.6194	5.5446	6
5462	Veghel	veghel	06	1948		51.6155	5.5325	6
5463	Veghel	veghel	06	1948		51.6087	5.5504	6
5464	Veghel	veghel	06	1948		51.6321	5.5636	6
5465	Veghel	veghel	06	1948		51.5909	5.5408	6
5466	Veghel	veghel	06	1948		51.6049	5.503	6
5467	Veghel	veghel	06	1948		51.6245	5.5578	6
5469	Erp	erp	06	1948		51.5941	5.6058	6
5481	Schijndel	schijndel	06	1948		51.6189	5.4274	6
5482	Schijndel	schijndel	06	1948		51.6208	5.4422	6
5491	Sint-Oedenrode	sint-oedenrode	06	1948		51.5715	5.4606	6
5492	Sint-Oedenrode	sint-oedenrode	06	1948		51.5574	5.4573	6
4251	Werkendam	werkendam	06	1959		51.8079	4.8931	6
4254	Sleeuwijk	sleeuwijk	06	1959		51.8152	4.95	6
4255	Nieuwendijk	nieuwendijk	06	1959		51.7744	4.9196	6
4261	Wijk en Aalburg	wijk-en-aalburg	06	1959		51.7585	5.1261	6
4264	Veen	veen	06	1959		51.7783	5.103	6
4265	Genderen	genderen	06	1959		51.7361	5.0862	6
4266	Eethen	eethen	06	1959		51.7313	5.0533	6
4267	Drongelen	drongelen	06	1959		51.717	5.0472	6
4268	Meeuwen	meeuwen	06	1959		51.7277	5.0113	6
4269	Babyloniënbroek	babylonienbroek	06	1959		51.7446	5.0206	6
4271	Dussen	dussen	06	1959		51.733	4.9632	6
4273	Hank	hank	06	1959		51.7344	4.8954	6
4281	Andel	andel	06	1959		51.7823	5.057	6
4283	Giessen	giessen	06	1959		51.7872	5.0318	6
4284	Rijswijk (NB)	rijswijk-nb	06	1959		51.7979	5.0233	6
4285	Woudrichem	woudrichem	06	1959		51.8125	4.9971	6
4286	Almkerk	almkerk	06	1959		51.7725	4.9581	6
4287	Waardhuizen	waardhuizen	06	1959		51.777	5.0063	6
4288	Uitwijk	uitwijk	06	1959		51.7865	5.0076	6
1431	Aalsmeer	aalsmeer	07	0358		52.2629	4.7569	6
1432	Aalsmeer	aalsmeer	07	0358		52.278	4.7961	6
1433	Kudelstaart	kudelstaart	07	0358		52.2351	4.7513	6
1483	De Rijp	de-rijp	07	0361		52.5562	4.8458	6
1484	Graft	graft	07	0361		52.5608	4.834	6
1485	Noordeinde	noordeinde	07	0361		52.5718	4.8346	6
1486	West-Graftdijk	west-graftdijk	07	0361		52.5544	4.7961	6
1487	Oost-Graftdijk	oost-graftdijk	07	0361		52.5484	4.8118	6
1488	Starnmeer	starnmeer	07	0361		52.5424	4.7984	6
1536	Markenbinnen	markenbinnen	07	0361		52.5301	4.7811	6
1636	Schermerhorn	schermerhorn	07	0361		52.6006	4.889	6
1646	Ursem	ursem	07	0361		52.6234	4.8762	4
1811	Alkmaar	alkmaar	07	0361		52.6309	4.7487	6
1812	Alkmaar	alkmaar	07	0361		52.6144	4.759	6
1813	Alkmaar	alkmaar	07	0361		52.6203	4.7531	6
1814	Alkmaar	alkmaar	07	0361		52.6225	4.7428	6
1815	Alkmaar	alkmaar	07	0361		52.6318	4.7368	6
1816	Alkmaar	alkmaar	07	0361		52.6321	4.7247	6
1817	Alkmaar	alkmaar	07	0361		52.6423	4.7339	6
1821	Alkmaar	alkmaar	07	0361		52.6272	4.7624	6
1822	Alkmaar	alkmaar	07	0361		52.6521	4.7771	
1823	Alkmaar	alkmaar	07	0361		52.6346	4.761	6
1824	Alkmaar	alkmaar	07	0361		52.6446	4.7551	6
1825	Alkmaar	alkmaar	07	0361		52.657	4.7524	6
1826	Alkmaar	alkmaar	07	0361		52.6569	4.7643	6
1827	Alkmaar	alkmaar	07	0361		52.6689	4.7651	6
1829	Oudorp	oudorp	07	0361		52.6331	4.7761	6
1831	Koedijk	koedijk	07	0361		52.673	4.7538	6
1841	Stompetoren	stompetoren	07	0361		52.614	4.8207	6
1842	Oterleek	oterleek	07	0361		52.6341	4.8354	6
1843	Grootschermer	grootschermer	07	0361		52.5825	4.8476	6
1844	Driehuizen	driehuizen	07	0361		52.581	4.8083	6
1846	Zuidschermer	zuidschermer	07	0361		52.5803	4.7792	6
1847	Zuidschermer	zuidschermer	07	0361		52.5982	4.7784	6
1181	Amstelveen	amstelveen	07	0362		52.31	4.8631	6
1182	Amstelveen	amstelveen	07	0362		52.3097	4.8467	6
1183	Amstelveen	amstelveen	07	0362		52.3095	4.8773	6
1184	Amstelveen	amstelveen	07	0362		52.2982	4.8958	6
1185	Amstelveen	amstelveen	07	0362		52.294	4.8531	6
1186	Amstelveen	amstelveen	07	0362		52.2859	4.8667	6
1187	Amstelveen	amstelveen	07	0362		52.2811	4.8269	6
1188	Amstelveen	amstelveen	07	0362		52.2804	4.8502	6
1189	Amstelveen	amstelveen	07	0362		52.2594	4.8715	6
1011	Amsterdam	amsterdam	07	0363		52.371	4.9041	6
1012	Amsterdam	amsterdam	07	0363		52.3735	4.8951	6
1013	Amsterdam	amsterdam	07	0363		52.3877	4.8839	6
1014	Amsterdam	amsterdam	07	0363		52.3908	4.8668	6
1015	Amsterdam	amsterdam	07	0363		52.3784	4.8836	6
1016	Amsterdam	amsterdam	07	0363		52.3709	4.8816	6
1017	Amsterdam	amsterdam	07	0363		52.363	4.8924	6
1018	Amsterdam	amsterdam	07	0363		52.3676	4.9184	6
1019	Amsterdam	amsterdam	07	0363		52.3733	4.9391	6
1021	Amsterdam	amsterdam	07	0363		52.3846	4.9172	6
1022	Amsterdam	amsterdam	07	0363		52.3987	4.9299	
1023	Amsterdam	amsterdam	07	0363		52.3899	4.947	6
1024	Amsterdam	amsterdam	07	0363		52.3939	4.9547	6
1025	Amsterdam	amsterdam	07	0363		52.399	4.9361	6
1026	Amsterdam	amsterdam	07	0363		52.3788	4.9905	6
1027	Amsterdam	amsterdam	07	0363		52.4092	4.966	6
1028	Amsterdam	amsterdam	07	0363		52.4014	5.0073	6
1031	Amsterdam	amsterdam	07	0363		52.3888	4.9062	6
1032	Amsterdam	amsterdam	07	0363		52.3964	4.9126	6
1033	Amsterdam	amsterdam	07	0363		52.4092	4.8902	6
1034	Amsterdam	amsterdam	07	0363		52.4075	4.917	6
1035	Amsterdam	amsterdam	07	0363		52.4196	4.8944	6
1036	Amsterdam	amsterdam	07	0363		52.4082	4.9025	6
1037	Amsterdam	amsterdam	07	0363		52.4253	4.8602	
1041	Amsterdam	amsterdam	07	0363		52.4135	4.8372	6
1042	Amsterdam	amsterdam	07	0363		52.405	4.8343	6
1043	Amsterdam	amsterdam	07	0363		52.3883	4.8335	6
1044	Amsterdam	amsterdam	07	0363		52.4053	4.8088	6
1045	Amsterdam	amsterdam	07	0363		52.4095	4.7987	6
1046	Amsterdam	amsterdam	07	0363		52.3915	4.7847	6
1047	Amsterdam	amsterdam	07	0363		52.4027	4.7592	6
1051	Amsterdam	amsterdam	07	0363		52.3818	4.8717	6
1052	Amsterdam	amsterdam	07	0363		52.377	4.874	6
1053	Amsterdam	amsterdam	07	0363		52.3668	4.8681	6
1054	Amsterdam	amsterdam	07	0363		52.3617	4.8669	6
1055	Amsterdam	amsterdam	07	0363		52.3802	4.8524	6
1056	Amsterdam	amsterdam	07	0363		52.3732	4.856	6
1057	Amsterdam	amsterdam	07	0363		52.3677	4.8551	6
1058	Amsterdam	amsterdam	07	0363		52.3579	4.851	6
1059	Amsterdam	amsterdam	07	0363		52.3488	4.8468	6
1060	Amsterdam	amsterdam	07	0363		52.3491	4.7835	6
1061	Amsterdam	amsterdam	07	0363		52.3736	4.8395	6
1062	Amsterdam	amsterdam	07	0363		52.3548	4.8381	6
1063	Amsterdam	amsterdam	07	0363		52.3814	4.8259	6
1064	Amsterdam	amsterdam	07	0363		52.3742	4.8218	6
1065	Amsterdam	amsterdam	07	0363		52.3573	4.8278	6
1066	Amsterdam	amsterdam	07	0363		52.346	4.8163	6
1067	Amsterdam	amsterdam	07	0363		52.3786	4.7987	6
1068	Amsterdam	amsterdam	07	0363		52.3592	4.8052	6
1069	Amsterdam	amsterdam	07	0363		52.3556	4.7907	6
1071	Amsterdam	amsterdam	07	0363		52.3552	4.8789	6
1072	Amsterdam	amsterdam	07	0363		52.3535	4.8902	6
1073	Amsterdam	amsterdam	07	0363		52.3532	4.8982	6
1074	Amsterdam	amsterdam	07	0363		52.3539	4.9042	6
1075	Amsterdam	amsterdam	07	0363		52.3518	4.8586	6
1076	Amsterdam	amsterdam	07	0363		52.3455	4.8607	6
1077	Amsterdam	amsterdam	07	0363		52.346	4.8738	6
1078	Amsterdam	amsterdam	07	0363		52.3464	4.8977	6
1079	Amsterdam	amsterdam	07	0363		52.3423	4.9036	6
1081	Amsterdam	amsterdam	07	0363		52.3278	4.862	6
1082	Amsterdam	amsterdam	07	0363		52.3311	4.8742	6
1083	Amsterdam	amsterdam	07	0363		52.3302	4.8844	6
1086	Amsterdam	amsterdam	07	0363		52.3628	4.9819	6
1087	Amsterdam	amsterdam	07	0363		52.3539	5.0005	6
1091	Amsterdam	amsterdam	07	0363		52.3556	4.9135	6
1092	Amsterdam	amsterdam	07	0363		52.3565	4.9228	6
1093	Amsterdam	amsterdam	07	0363		52.3618	4.928	6
1094	Amsterdam	amsterdam	07	0363		52.3626	4.936	6
1095	Amsterdam	amsterdam	07	0363		52.3666	4.952	6
1096	Amsterdam	amsterdam	07	0363		52.3387	4.9197	6
1097	Amsterdam	amsterdam	07	0363		52.3465	4.9301	6
1098	Amsterdam	amsterdam	07	0363		52.3529	4.9422	6
1101	Amsterdam	amsterdam	07	0363		52.3083	4.9425	6
1102	Amsterdam	amsterdam	07	0363		52.3166	4.9517	6
1103	Amsterdam	amsterdam	07	0363		52.3231	4.9722	6
1104	Amsterdam	amsterdam	07	0363		52.3164	4.9776	6
1105	Amsterdam	amsterdam	07	0363		52.2977	4.9562	6
1106	Amsterdam	amsterdam	07	0363		52.2991	4.9754	6
1107	Amsterdam	amsterdam	07	0363		52.2932	4.9803	6
1108	Amsterdam	amsterdam	07	0363		52.3082	4.9807	6
1109	Amsterdam	amsterdam	07	0363		52.3059	5.0163	6
1461	Zuidoostbeemster	zuidoostbeemster	07	0370		52.5194	4.9416	6
1462	Middenbeemster	middenbeemster	07	0370		52.5487	4.915	6
1463	Noordbeemster	noordbeemster	07	0370		52.5864	4.9359	6
1464	Westbeemster	westbeemster	07	0370		52.5592	4.88	6
1861	Bergen (NH)	bergen-nh	07	0373		52.6669	4.7003	6
1862	Bergen (NH)	bergen-nh	07	0373		52.67	4.7136	6
1865	Bergen aan Zee	bergen-aan-zee	07	0373		52.6617	4.6322	6
1871	Schoorl	schoorl	07	0373		52.7055	4.6945	6
1873	Groet	groet	07	0373		52.7223	4.6678	6
1931	Egmond aan den Hoef	egmond-aan-den-hoef	07	0373		52.6215	4.641	6
1931	Egmond aan Zee	egmond-aan-zee	07	0373		52.6183	4.6259	6
1934	Egmond-Binnen	egmond-binnen	07	0373		52.6118	4.666	6
1934	Egmond aan den Hoef	egmond-aan-den-hoef	07	0373		52.6247	4.6555	6
1935	Egmond-Binnen	egmond-binnen	07	0373		52.5949	4.654	6
1941	Beverwijk	beverwijk	07	0375		52.4831	4.6581	6
1942	Beverwijk	beverwijk	07	0375		52.4825	4.6511	6
1943	Beverwijk	beverwijk	07	0375		52.4877	4.6475	6
1944	Beverwijk	beverwijk	07	0375		52.4921	4.6533	6
1945	Beverwijk	beverwijk	07	0375		52.4965	4.6631	6
1946	Beverwijk	beverwijk	07	0375		52.4922	4.6749	6
1947	Beverwijk	beverwijk	07	0375		52.4858	4.6644	6
1948	Beverwijk	beverwijk	07	0375		52.4833	4.6793	6
1949	Wijk aan Zee	wijk-aan-zee	07	0375		52.4932	4.5948	6
1261	Blaricum	blaricum	07	0376		52.2806	5.2581	6
1262	Blaricum	blaricum	07	0376		52.2938	5.2828	6
2051	Overveen	overveen	07	0377		52.3922	4.6088	6
2061	Bloemendaal	bloemendaal	07	0377		52.4076	4.6207	6
2111	Aerdenhout	aerdenhout	07	0377		52.3639	4.5952	6
2114	Vogelenzang	vogelenzang	07	0377		52.3205	4.5773	6
2121	Bennebroek	bennebroek	07	0377		52.3212	4.5976	6
1489	de Woude	de-woude	07	0383		52.5462	4.7752	6
1901	Castricum	castricum	07	0383		52.5528	4.6636	6
1902	Castricum	castricum	07	0383		52.5492	4.6794	6
1906	Limmen	limmen	07	0383		52.5719	4.6946	6
1921	Akersloot	akersloot	07	0383		52.5618	4.7329	6
1111	Diemen	diemen	07	0384		52.3434	4.9669	6
1112	Diemen	diemen	07	0384		52.3316	4.9588	6
1113	Diemen	diemen	07	0384		52.3487	4.9805	6
1131	Volendam	volendam	07	0385		52.498	5.0707	6
1132	Volendam	volendam	07	0385		52.5024	5.0596	6
1135	Edam	edam	07	0385		52.5114	5.0522	6
1471	Kwadijk	kwadijk	07	0385		52.527	4.9835	6
1472	Middelie	middelie	07	0385		52.5349	5.0155	6
1473	Warder	warder	07	0385		52.5633	5.0271	6
1474	Oosthuizen	oosthuizen	07	0385		52.5717	4.9972	6
1475	Beets	beets	07	0385		52.5876	4.9759	6
1476	Schardam	schardam	07	0385		52.5972	5.0161	6
1477	Hobrede	hobrede	07	0385		52.5455	4.9797	6
1481	Purmer	purmer	07	0385		52.5039	5.0228	6
1601	Enkhuizen	enkhuizen	07	0388		52.7026	5.2846	6
1602	Enkhuizen	enkhuizen	07	0388		52.7133	5.2741	6
2011	Haarlem	haarlem	07	0392		52.3812	4.6361	6
2012	Haarlem	haarlem	07	0392		52.3713	4.63	6
2013	Haarlem	haarlem	07	0392		52.3825	4.6242	6
2014	Haarlem	haarlem	07	0392		52.3733	4.6149	6
2015	Haarlem	haarlem	07	0392		52.3826	4.611	6
2019	Haarlem	haarlem	07	0392		52.3812	4.634	4
2021	Haarlem	haarlem	07	0392		52.3927	4.6434	6
2022	Haarlem	haarlem	07	0392		52.4018	4.6499	6
2023	Haarlem	haarlem	07	0392		52.3963	4.6332	6
2024	Haarlem	haarlem	07	0392		52.4062	4.6396	6
2025	Haarlem	haarlem	07	0392		52.4148	4.6493	6
2026	Haarlem	haarlem	07	0392		52.4183	4.6533	6
2031	Haarlem	haarlem	07	0392		52.3905	4.6568	6
2032	Haarlem	haarlem	07	0392		52.3787	4.6526	6
2033	Haarlem	haarlem	07	0392		52.3757	4.6575	4
2034	Haarlem	haarlem	07	0392		52.3613	4.6464	6
2035	Haarlem	haarlem	07	0392		52.3644	4.6596	6
2036	Haarlem	haarlem	07	0392		52.3515	4.6517	6
2037	Haarlem	haarlem	07	0392		52.356	4.6618	6
2063	Spaarndam gem. Haarlem	spaarndam-gem-haarlem	07	0392		52.4141	4.6775	6
1117	Schiphol	schiphol	07	0394		52.3107	4.8095	6
1118	Schiphol	schiphol	07	0394		52.3017	4.7558	6
1119	Schiphol-Rijk	schiphol-rijk	07	0394		52.2795	4.7548	6
1161	Zwanenburg	zwanenburg	07	0394		52.3787	4.7437	6
1165	Halfweg	halfweg	07	0394		52.3863	4.7505	6
1171	Badhoevedorp	badhoevedorp	07	0394		52.3388	4.7827	6
1175	Lijnden	lijnden	07	0394		52.3532	4.757	6
1435	Rijsenhout	rijsenhout	07	0394		52.2596	4.7125	6
1436	Aalsmeerderbrug	aalsmeerderbrug	07	0394		52.2741	4.7532	6
1437	Rozenburg	rozenburg	07	0394		52.2802	4.7347	6
1438	Oude Meer	oude-meer	07	0394		52.2871	4.7831	6
2064	Spaarndam	spaarndam	07	0394		52.4122	4.6879	6
2065	Vijfhuizen	vijfhuizen	07	0394		52.3791	4.6878	
2065	Haarlemmerliede	haarlemmerliede	07	0394		52.3887	4.6847	6
2131	Hoofddorp	hoofddorp	07	0394		52.3079	4.6842	6
2132	Hoofddorp	hoofddorp	07	0394		52.299	4.6956	6
2133	Hoofddorp	hoofddorp	07	0394		52.3106	4.6691	6
2134	Hoofddorp	hoofddorp	07	0394		52.312	4.647	6
2135	Hoofddorp	hoofddorp	07	0394		52.2981	4.6641	6
2136	Zwaanshoek	zwaanshoek	07	0394		52.3139	4.619	6
2141	Vijfhuizen	vijfhuizen	07	0394		52.3557	4.681	6
2142	Cruquius	cruquius	07	0394		52.3344	4.6384	6
2143	Boesingheliede	boesingheliede	07	0394		52.3597	4.7248	6
2144	Beinsdorp	beinsdorp	07	0394		52.2868	4.5957	6
2151	Nieuw-Vennep	nieuw-vennep	07	0394		52.2665	4.617	6
2152	Nieuw-Vennep	nieuw-vennep	07	0394		52.2746	4.6276	6
2153	Nieuw-Vennep	nieuw-vennep	07	0394		52.2609	4.6391	6
2154	Burgerveen	burgerveen	07	0394		52.2403	4.6819	6
2155	Leimuiderbrug	leimuiderbrug	07	0394		52.2321	4.671	6
2156	Weteringbrug	weteringbrug	07	0394		52.222	4.6449	6
2157	Abbenes	abbenes	07	0394		52.2326	4.5926	6
2158	Buitenkaag	buitenkaag	07	0394		52.2209	4.56	6
2165	Lisserbroek	lisserbroek	07	0394		52.2561	4.5736	6
1961	Heemskerk	heemskerk	07	0396		52.5114	4.6707	6
1962	Heemskerk	heemskerk	07	0396		52.5125	4.6774	6
1963	Heemskerk	heemskerk	07	0396		52.5176	4.6856	6
1964	Heemskerk	heemskerk	07	0396		52.5085	4.6641	6
1965	Heemskerk	heemskerk	07	0396		52.5022	4.6676	4
1966	Heemskerk	heemskerk	07	0396		52.4966	4.6809	6
1967	Heemskerk	heemskerk	07	0396		52.4976	4.6926	6
1968	Heemskerk	heemskerk	07	0396		52.5219	4.6551	6
1969	Heemskerk	heemskerk	07	0396		52.5075	4.6472	6
2101	Heemstede	heemstede	07	0397		52.3524	4.6192	6
2102	Heemstede	heemstede	07	0397		52.3534	4.6296	6
2103	Heemstede	heemstede	07	0397		52.3421	4.6262	6
2104	Heemstede	heemstede	07	0397		52.3318	4.6126	6
2105	Heemstede	heemstede	07	0397		52.3477	4.6059	6
2106	Heemstede	heemstede	07	0397		52.3576	4.6081	6
2114	Heemstede	heemstede	07	0397		52.3438	4.5973	6
1701	Heerhugowaard	heerhugowaard	07	0398		52.6733	4.8504	6
1702	Heerhugowaard	heerhugowaard	07	0398		52.6651	4.839	6
1703	Heerhugowaard	heerhugowaard	07	0398		52.6594	4.8259	6
1704	Heerhugowaard	heerhugowaard	07	0398		52.6755	4.8253	4
1705	Heerhugowaard	heerhugowaard	07	0398		52.6477	4.8224	6
1706	Heerhugowaard	heerhugowaard	07	0398		52.6685	4.8646	6
1851	Heiloo	heiloo	07	0399		52.5977	4.7113	6
1852	Heiloo	heiloo	07	0399		52.6022	4.6937	6
1853	Heiloo	heiloo	07	0399		52.5917	4.7	6
1781	Den Helder	den-helder	07	0400		52.9563	4.7681	6
1782	Den Helder	den-helder	07	0400		52.957	4.7543	6
1783	Den Helder	den-helder	07	0400		52.9433	4.7354	6
1784	Den Helder	den-helder	07	0400		52.9394	4.7445	6
1785	Den Helder	den-helder	07	0400		52.9377	4.7735	6
1786	Den Helder	den-helder	07	0400		52.92	4.7863	6
1787	Julianadorp	julianadorp	07	0400		52.8961	4.7382	4
1788	Julianadorp	julianadorp	07	0400		52.8896	4.7421	6
1789	Huisduinen	huisduinen	07	0400		52.9528	4.7275	6
1211	Hilversum	hilversum	07	0402		52.2235	5.1752	6
1212	Hilversum	hilversum	07	0402		52.2171	5.1956	6
1213	Hilversum	hilversum	07	0402		52.2116	5.1792	6
1214	Hilversum	hilversum	07	0402		52.2141	5.1692	6
1215	Hilversum	hilversum	07	0402		52.2136	5.1572	6
1216	Hilversum	hilversum	07	0402		52.218	5.1419	6
1217	Hilversum	hilversum	07	0402		52.2301	5.1632	6
1218	Hilversum	hilversum	07	0402		52.2705	5.1372	6
1221	Hilversum	hilversum	07	0402		52.2277	5.1873	6
1222	Hilversum	hilversum	07	0402		52.2387	5.1823	6
1223	Hilversum	hilversum	07	0402		52.2279	5.1975	6
1621	Hoorn	hoorn	07	0405		52.6404	5.0598	6
1622	Hoorn	hoorn	07	0405		52.6398	5.0339	6
1623	Hoorn	hoorn	07	0405		52.6437	5.0713	6
1624	Hoorn	hoorn	07	0405		52.6489	5.0627	6
1625	Hoorn	hoorn	07	0405		52.6563	5.0542	6
1627	Hoorn	hoorn	07	0405		52.6415	5.0979	6
1628	Hoorn	hoorn	07	0405		52.6528	5.0936	6
1689	Zwaag	zwaag	07	0405		52.6683	5.0665	6
1695	Blokker	blokker	07	0405		52.6616	5.0863	6
1271	Huizen	huizen	07	0406		52.2996	5.2379	6
1272	Huizen	huizen	07	0406		52.2924	5.2222	6
1273	Huizen	huizen	07	0406		52.3008	5.2576	6
1274	Huizen	huizen	07	0406		52.2988	5.2697	6
1275	Huizen	huizen	07	0406		52.291	5.2634	6
1276	Huizen	huizen	07	0406		52.2929	5.2504	6
1277	Huizen	huizen	07	0406		52.2972	5.2799	6
1121	Landsmeer	landsmeer	07	0415		52.4305	4.9144	6
1127	Den Ilp	den-ilp	07	0415		52.4547	4.9093	6
1451	Purmerland	purmerland	07	0415		52.4796	4.9244	6
1721	Broek op Langedijk	broek-op-langedijk	07	0416		52.6792	4.8032	6
1722	Zuid-Scharwoude	zuid-scharwoude	07	0416		52.6913	4.8081	6
1723	Noord-Scharwoude	noord-scharwoude	07	0416		52.7018	4.8088	6
1724	Oudkarspel	oudkarspel	07	0416		52.7119	4.805	6
1832	Koedijk	koedijk	07	0416		52.6846	4.7395	6
1834	Sint Pancras	sint-pancras	07	0416		52.66	4.786	6
1834	Broek op Langedijk	broek-op-langedijk	07	0416		52.6737	4.7843	6
1251	Laren	laren	07	0417		52.2542	5.2284	6
1252	Laren	laren	07	0417		52.2457	5.2352	6
1619	Andijk	andijk	07	0420		52.7439	5.211	6
1654	Benningbroek	benningbroek	07	0420		52.7029	5.0266	6
1655	Sijbekarspel	sijbekarspel	07	0420		52.7051	5.0034	6
1657	Abbekerk	abbekerk	07	0420		52.7307	5.0174	6
1658	Lambertschaag	lambertschaag	07	0420		52.7478	5.0179	6
1671	Medemblik	medemblik	07	0420		52.7667	5.1048	6
1674	Opperdoes	opperdoes	07	0420		52.7587	5.0765	6
1676	Twisk	twisk	07	0420		52.7413	5.0551	6
1678	Oostwoud	oostwoud	07	0420		52.7254	5.0906	6
1679	Midwoud	midwoud	07	0420		52.717	5.0738	6
1681	Zwaagdijk-Oost	zwaagdijk-oost	07	0420		52.7047	5.148	6
1682	Zwaagdijk-Oost	zwaagdijk-oost	07	0420		52.6976	5.1102	6
1683	Zwaagdijk-Oost	zwaagdijk-oost	07	0420		52.7072	5.1391	6
1684	Zwaagdijk-Oost	zwaagdijk-oost	07	0420		52.7004	5.1247	6
1685	Zwaagdijk-West	zwaagdijk-west	07	0420		52.676	5.0608	6
1686	Zwaagdijk-West	zwaagdijk-west	07	0420		52.6773	5.0603	6
1687	Wognum	wognum	07	0420		52.6829	5.0216	6
1688	Nibbixwoud	nibbixwoud	07	0420		52.6924	5.0555	6
1691	Hauwert	hauwert	07	0420		52.7068	5.0989	6
1692	Hauwert	hauwert	07	0420		52.7186	5.1162	6
1693	Wervershoof	wervershoof	07	0420		52.7354	5.1469	6
1511	Oostzaan	oostzaan	07	0431		52.4397	4.8754	6
1661	De Weere	de-weere	07	0432		52.734	4.9855	6
1662	De Weere	de-weere	07	0432		52.7247	4.9972	6
1663	De Weere	de-weere	07	0432		52.7217	4.9993	6
1715	Spanbroek	spanbroek	07	0432		52.6997	4.9531	6
1716	Opmeer	opmeer	07	0432		52.7056	4.9459	6
1718	Hoogwoud	hoogwoud	07	0432		52.717	4.9382	6
1719	Aartswoud	aartswoud	07	0432		52.747	4.9549	6
1114	Amsterdam-Duivendrecht	amsterdam-duivendrecht	07	0437		52.329	4.9275	6
1115	Duivendrecht	duivendrecht	07	0437		52.3315	4.9385	6
1191	Ouderkerk aan de Amstel	ouderkerk-aan-de-amstel	07	0437		52.2947	4.9118	6
1441	Purmerend	purmerend	07	0439		52.5023	4.9528	6
1442	Purmerend	purmerend	07	0439		52.5143	4.9616	6
1443	Purmerend	purmerend	07	0439		52.5086	4.9706	6
1444	Purmerend	purmerend	07	0439		52.523	4.9633	6
1445	Purmerend	purmerend	07	0439		52.5025	4.9821	6
1446	Purmerend	purmerend	07	0439		52.511	4.9935	6
1447	Purmerend	purmerend	07	0439		52.4916	4.9677	6
1448	Purmerend	purmerend	07	0439		52.4976	4.9381	6
1724	Oudkarspel	oudkarspel	07	0441		52.7207	4.7914	4
1738	Waarland	waarland	07	0441		52.7274	4.8299	6
1741	Schagen	schagen	07	0441		52.7912	4.8008	6
1742	Schagen	schagen	07	0441		52.7836	4.7901	6
1744	Sint Maarten	sint-maarten	07	0441		52.7652	4.7497	6
1746	Dirkshorn	dirkshorn	07	0441		52.7469	4.778	6
1747	Tuitjenhorn	tuitjenhorn	07	0441		52.7371	4.7528	6
1749	Warmenhuizen	warmenhuizen	07	0441		52.7207	4.7343	6
1751	Schagerbrug	schagerbrug	07	0441		52.8037	4.7562	6
1752	Sint Maartensbrug	sint-maartensbrug	07	0441		52.7822	4.7211	6
1753	Sint Maartensvlotbrug	sint-maartensvlotbrug	07	0441		52.7892	4.697	6
1754	Burgerbrug	burgerbrug	07	0441		52.7514	4.6956	6
1755	Petten	petten	07	0441		52.7671	4.6617	6
1756	't Zand	t-zand	07	0441		52.8361	4.7566	6
1757	Oudesluis	oudesluis	07	0441		52.8315	4.8066	6
1759	Callantsoog	callantsoog	07	0441		52.8439	4.7055	6
1791	Den Burg	den-burg	07	0448		53.0565	4.7945	6
1792	Oudeschild	oudeschild	07	0448		53.0399	4.846	6
1793	De Waal	de-waal	07	0448		53.077	4.8219	6
1794	Oosterend	oosterend	07	0448		53.0904	4.877	6
1795	De Cocksdorp	de-cocksdorp	07	0448		53.1461	4.848	6
1796	De Koog	de-koog	07	0448		53.0917	4.7651	6
1797	Den Hoorn	den-hoorn	07	0448		53.024	4.7622	6
1911	Uitgeest	uitgeest	07	0450		52.5253	4.7085	6
1421	Uithoorn	uithoorn	07	0451		52.2389	4.823	6
1422	Uithoorn	uithoorn	07	0451		52.2472	4.8251	6
1423	Uithoorn	uithoorn	07	0451		52.2334	4.8165	6
1424	De Kwakel	de-kwakel	07	0451		52.2391	4.7886	6
2451	De Kwakel	de-kwakel	07	0451		52.2128	4.7247	6
1951	Velsen-Noord	velsen-noord	07	0453		52.4733	4.6413	6
1971	IJmuiden	ijmuiden	07	0453		52.4578	4.6248	6
1972	IJmuiden	ijmuiden	07	0453		52.4592	4.6119	6
1973	IJmuiden	ijmuiden	07	0453		52.4554	4.6014	6
1974	IJmuiden	ijmuiden	07	0453		52.4496	4.5925	6
1975	IJmuiden	ijmuiden	07	0453		52.4622	4.595	6
1976	IJmuiden	ijmuiden	07	0453		52.4557	4.5777	6
1981	Velsen-Zuid	velsen-zuid	07	0453		52.4534	4.6572	6
1985	Driehuis NH	driehuis-nh	07	0453		52.4466	4.6384	6
1991	Velserbroek	velserbroek	07	0453		52.4332	4.6597	6
1992	Velserbroek	velserbroek	07	0453		52.4283	4.6677	6
2071	Santpoort-Noord	santpoort-noord	07	0453		52.4338	4.6418	6
2082	Santpoort-Zuid	santpoort-zuid	07	0453		52.4189	4.6305	6
1381	Weesp	weesp	07	0457		52.3044	5.0451	6
1382	Weesp	weesp	07	0457		52.3122	5.0351	6
1383	Weesp	weesp	07	0457		52.2987	5.0435	6
1384	Weesp	weesp	07	0457		52.3178	5.0379	6
2041	Zandvoort	zandvoort	07	0473		52.3788	4.5405	6
2042	Zandvoort	zandvoort	07	0473		52.3712	4.5322	6
2116	Bentveld	bentveld	07	0473		52.3654	4.5716	6
1501	Zaandam	zaandam	07	0479		52.4377	4.8327	6
1502	Zaandam	zaandam	07	0479		52.4459	4.8267	6
1503	Zaandam	zaandam	07	0479		52.4474	4.8408	6
1504	Zaandam	zaandam	07	0479		52.437	4.8502	6
1505	Zaandam	zaandam	07	0479		52.4307	4.8401	6
1506	Zaandam	zaandam	07	0479		52.442	4.8187	6
1507	Zaandam	zaandam	07	0479		52.4416	4.8045	6
1508	Zaandam	zaandam	07	0479		52.4583	4.823	6
1509	Zaandam	zaandam	07	0479		52.469	4.8347	6
1521	Wormerveer	wormerveer	07	0479		52.4951	4.7908	6
1521	Westknollendam	westknollendam	07	0479		52.5182	4.7818	6
1525	Westknollendam	westknollendam	07	0479		52.5171	4.7833	6
1525	Wormerveer	wormerveer	07	0479		52.5153	4.778	6
1541	Zaandam	zaandam	07	0479		52.4543	4.8013	6
1541	Koog aan de Zaan	koog-aan-de-zaan	07	0479		52.4606	4.8036	6
1541	Zaandijk	zaandijk	07	0479		52.4699	4.8021	6
1544	Zaandijk	zaandijk	07	0479		52.4744	4.8024	6
1551	Westzaan	westzaan	07	0479		52.4535	4.7745	6
1561	Krommenie	krommenie	07	0479		52.5004	4.7661	6
1562	Krommenie	krommenie	07	0479		52.5055	4.7587	6
1566	Krommenie	krommenie	07	0479		52.4938	4.7638	6
1566	Assendelft	assendelft	07	0479		52.4731	4.748	6
1567	Assendelft	assendelft	07	0479		52.4901	4.7495	6
1606	Venhuizen	venhuizen	07	0498		52.6663	5.2112	6
1607	Hem	hem	07	0498		52.66	5.1864	6
1608	Wijdenes	wijdenes	07	0498		52.6394	5.159	6
1609	Oosterleek	oosterleek	07	0498		52.6397	5.1971	6
1616	Hoogkarspel	hoogkarspel	07	0498		52.6945	5.1778	6
1617	Westwoud	westwoud	07	0498		52.6846	5.1333	6
1696	Oosterblokker	oosterblokker	07	0498		52.6686	5.116	6
1697	Schellinkhout	schellinkhout	07	0498		52.6371	5.1224	6
1611	Bovenkarspel	bovenkarspel	07	0532		52.6947	5.2441	6
1613	Grootebroek	grootebroek	07	0532		52.6941	5.2246	6
1614	Lutjebroek	lutjebroek	07	0532		52.6981	5.2048	6
1141	Monnickendam	monnickendam	07	0852		52.4537	5.0365	6
1145	Katwoude	katwoude	07	0852		52.4734	5.0399	6
1151	Broek in Waterland	broek-in-waterland	07	0852		52.433	4.997	6
1153	Zuiderwoude	zuiderwoude	07	0852		52.4317	5.0376	6
1154	Uitdam	uitdam	07	0852		52.4271	5.0738	6
1156	Marken	marken	07	0852		52.4596	5.106	6
1452	Ilpendam	ilpendam	07	0852		52.4654	4.9532	6
1454	Watergang	watergang	07	0852		52.4317	4.9541	6
1482	Purmer	purmer	07	0852		52.4817	5.0012	6
1456	Wijdewormer	wijdewormer	07	0880		52.502	4.9053	6
1458	Spijkerboor	spijkerboor	07	0880		52.5306	4.8409	4
1531	Wormer	wormer	07	0880		52.4966	4.81	6
1534	Oostknollendam	oostknollendam	07	0880		52.5171	4.7919	6
1546	Jisp	jisp	07	0880		52.5073	4.8517	6
1631	Oudendijk	oudendijk	07	1598		52.6022	4.9717	6
1633	Avenhorn	avenhorn	07	1598		52.6201	4.9536	6
1634	Scharwoude	scharwoude	07	1598		52.6219	5.0129	6
1641	Spierdijk	spierdijk	07	1598		52.6476	4.9402	6
1642	Spierdijk	spierdijk	07	1598		52.6497	4.9487	6
1643	Spierdijk	spierdijk	07	1598		52.6577	4.9418	6
1645	Ursem	ursem	07	1598		52.6283	4.8996	6
1647	Berkhout	berkhout	07	1598		52.6414	4.9991	6
1648	De Goorn	de-goorn	07	1598		52.6287	4.9495	6
1652	Zuidermeer	zuidermeer	07	1598		52.6645	4.9768	6
1711	Hensbroek	hensbroek	07	1598		52.6571	4.8822	6
1713	Obdam	obdam	07	1598		52.6748	4.9033	6
1231	Loosdrecht	loosdrecht	07	1696		52.1998	5.1132	6
1241	Kortenhoef	kortenhoef	07	1696		52.2383	5.1122	6
1243	's-Graveland	s-graveland	07	1696		52.2402	5.1232	6
1244	Ankeveen	ankeveen	07	1696		52.2605	5.1062	6
1394	Nederhorst den Berg	nederhorst-den-berg	07	1696		52.2585	5.0502	6
3625	Breukeleveen	breukeleveen	07	1696		52.1761	5.0691	6
1731	Winkel	winkel	07	1911		52.7541	4.903	6
1732	Lutjewinkel	lutjewinkel	07	1911		52.7692	4.8819	6
1733	Nieuwe Niedorp	nieuwe-niedorp	07	1911		52.7406	4.8979	6
1734	Oude Niedorp	oude-niedorp	07	1911		52.7184	4.8766	6
1735	't Veld	t-veld	07	1911		52.7405	4.8561	6
1736	Zijdewind	zijdewind	07	1911		52.7415	4.8391	6
1761	Anna Paulowna	anna-paulowna	07	1911		52.8622	4.824	6
1764	Breezand	breezand	07	1911		52.8885	4.8091	6
1766	Wieringerwaard	wieringerwaard	07	1911		52.835	4.8643	6
1767	Kolhorn	kolhorn	07	1911		52.7933	4.8911	6
1768	Barsingerhorn	barsingerhorn	07	1911		52.7873	4.8566	6
1769	Haringhuizen	haringhuizen	07	1911		52.7713	4.8293	6
1771	Wieringerwerf	wieringerwerf	07	1911		52.8512	5.0334	6
1773	Kreileroord	kreileroord	07	1911		52.8417	5.0826	6
1774	Slootdorp	slootdorp	07	1911		52.8472	4.9702	6
1775	Middenmeer	middenmeer	07	1911		52.8052	4.9997	6
1777	Hippolytushoef	hippolytushoef	07	1911		52.9089	4.9644	6
1778	Westerland	westerland	07	1911		52.8923	4.9294	6
1779	Hippolytushoef	hippolytushoef	07	1911		52.919	5.0273	6
1779	Den Oever	den-oever	07	1911		52.9329	5.0269	6
1398	Muiden	muiden	07	1942		52.3308	5.0662	6
1399	Muiderberg	muiderberg	07	1942		52.3246	5.1193	6
1401	Bussum	bussum	07	1942		52.2781	5.1699	6
1402	Bussum	bussum	07	1942		52.2719	5.1742	6
1403	Bussum	bussum	07	1942		52.2666	5.1802	6
1404	Bussum	bussum	07	1942		52.2757	5.1621	6
1405	Bussum	bussum	07	1942		52.2768	5.1523	6
1406	Bussum	bussum	07	1942		52.2697	5.1551	6
1411	Naarden	naarden	07	1942		52.2966	5.1584	6
1412	Naarden	naarden	07	1942		52.285	5.1563	6
3811	Amersfoort	amersfoort	09	0307		52.1557	5.3882	6
3812	Amersfoort	amersfoort	09	0307		52.1605	5.3655	6
3813	Amersfoort	amersfoort	09	0307		52.1699	5.3874	6
3814	Amersfoort	amersfoort	09	0307		52.1618	5.3976	6
3815	Amersfoort	amersfoort	09	0307		52.1657	5.41	6
3816	Amersfoort	amersfoort	09	0307		52.1532	5.4078	6
3817	Amersfoort	amersfoort	09	0307		52.145	5.3892	6
3818	Amersfoort	amersfoort	09	0307		52.1447	5.3701	6
3819	Amersfoort	amersfoort	09	0307		52.155	5.3493	6
3821	Amersfoort	amersfoort	09	0307		52.1747	5.4165	6
3822	Amersfoort	amersfoort	09	0307		52.182	5.4036	6
3823	Amersfoort	amersfoort	09	0307		52.1886	5.3936	6
3824	Amersfoort	amersfoort	09	0307		52.2007	5.3768	6
3825	Amersfoort	amersfoort	09	0307		52.1959	5.4189	6
3826	Amersfoort	amersfoort	09	0307		52.2015	5.4258	6
3828	Hoogland	hoogland	09	0307		52.1864	5.3751	6
3829	Hooglanderveen	hooglanderveen	09	0307		52.1866	5.4299	6
3836	Stoutenburg Noord	stoutenburg-noord	09	0307		52.1611	5.4645	6
3741	Baarn	baarn	09	0308		52.2175	5.2855	6
3742	Baarn	baarn	09	0308		52.2068	5.2991	6
3743	Baarn	baarn	09	0308		52.2111	5.2824	6
3744	Baarn	baarn	09	0308		52.2143	5.2381	6
3749	Lage Vuursche	lage-vuursche	09	0308		52.1806	5.2218	6
3615	Westbroek	westbroek	09	0310		52.151	5.124	6
3721	Bilthoven	bilthoven	09	0310		52.1214	5.1872	6
3722	Bilthoven	bilthoven	09	0310		52.1282	5.2122	6
3723	Bilthoven	bilthoven	09	0310		52.1356	5.2021	6
3731	De Bilt	de-bilt	09	0310		52.109	5.1756	6
3732	Bilthoven	bilthoven	09	0310		52.1124	5.1922	6
3732	De Bilt	de-bilt	09	0310		52.1078	5.1849	6
3737	Groenekan	groenekan	09	0310		52.126	5.155	6
3738	Maartensdijk	maartensdijk	09	0310		52.1555	5.1762	6
3739	Hollandsche Rading	hollandsche-rading	09	0310		52.1754	5.1751	6
3981	Bunnik	bunnik	09	0312		52.067	5.1977	6
3984	Odijk	odijk	09	0312		52.0518	5.2338	6
3985	Werkhoven	werkhoven	09	0312		52.0233	5.2436	6
3751	Bunschoten-Spakenburg	bunschoten-spakenburg	09	0313		52.2421	5.3789	6
3752	Bunschoten-Spakenburg	bunschoten-spakenburg	09	0313		52.2459	5.3691	6
3754	Eemdijk	eemdijk	09	0313		52.2539	5.3288	6
3755	Eemnes	eemnes	09	0317		52.2519	5.2586	6
3991	Houten	houten	09	0321		52.022	5.1652	6
3992	Houten	houten	09	0321		52.0357	5.1536	6
3993	Houten	houten	09	0321		52.0403	5.1744	6
3994	Houten	houten	09	0321		52.0238	5.1842	6
3995	Houten	houten	09	0321		52.0279	5.1732	4
3997	't Goy	t-goy	09	0321		52.0029	5.2181	6
3998	Schalkwijk	schalkwijk	09	0321		51.9913	5.1909	6
3999	Tull en 't Waal	tull-en-t-waal	09	0321		51.9975	5.1411	6
3791	Achterveld	achterveld	09	0327		52.1371	5.494	6
3831	Leusden	leusden	09	0327		52.1357	5.4354	6
3832	Leusden	leusden	09	0327		52.1185	5.4064	6
3833	Leusden	leusden	09	0327		52.1301	5.4215	6
3834	Leusden	leusden	09	0327		52.1275	5.4366	6
3835	Stoutenburg	stoutenburg	09	0327		52.1529	5.4357	6
3405	Benschop	benschop	09	0331		52.0069	4.9768	6
3411	Lopik	lopik	09	0331		51.9728	4.9437	6
3412	Lopikerkapel	lopikerkapel	09	0331		51.9879	5.037	6
3412	Lopik	lopik	09	0331		51.9826	5.0123	
3413	Lopik	lopik	09	0331		51.9727	4.981	4
3413	Jaarsveld	jaarsveld	09	0331		51.9696	4.976	6
3415	Polsbroek	polsbroek	09	0331		51.9822	4.8647	6
3417	Montfoort	montfoort	09	0335		52.0438	4.9522	6
3461	Linschoten	linschoten	09	0335		52.0632	4.9167	6
3927	Renswoude	renswoude	09	0339		52.0735	5.5391	6
3911	Rhenen	rhenen	09	0340		51.9656	5.5706	6
3912	Rhenen	rhenen	09	0340		51.9658	5.5645	6
3921	Elst Ut	elst-ut	09	0340		51.9861	5.5012	6
3922	Elst Ut	elst-ut	09	0340		51.9894	5.4856	6
3761	Soest	soest	09	0342		52.1869	5.2909	6
3762	Soest	soest	09	0342		52.1788	5.2815	6
3763	Soest	soest	09	0342		52.1742	5.2691	6
3764	Soest	soest	09	0342		52.1781	5.3029	6
3765	Soest	soest	09	0342		52.1696	5.291	6
3766	Soest	soest	09	0342		52.1667	5.2812	6
3768	Soest	soest	09	0342		52.1606	5.3083	6
3769	Soesterberg	soesterberg	09	0342		52.119	5.2906	6
3451	Vleuten	vleuten	09	0344		52.1063	5.013	6
3452	Vleuten	vleuten	09	0344		52.0941	5.0085	6
3453	De Meern	de-meern	09	0344		52.0822	5.0147	6
3454	Utrecht	utrecht	09	0344		52.0791	5.0609	6
3454	De Meern	de-meern	09	0344		52.0816	5.0361	6
3455	Haarzuilens	haarzuilens	09	0344		52.1209	4.9972	6
3511	Utrecht	utrecht	09	0344		52.0884	5.1175	6
3512	Utrecht	utrecht	09	0344		52.0915	5.1228	6
3513	Utrecht	utrecht	09	0344		52.0987	5.1092	6
3514	Utrecht	utrecht	09	0344		52.0996	5.1203	6
3515	Utrecht	utrecht	09	0344		52.1037	5.1167	6
3521	Utrecht	utrecht	09	0344		52.0828	5.1107	6
3522	Utrecht	utrecht	09	0344		52.0732	5.1153	6
3523	Utrecht	utrecht	09	0344		52.072	5.1243	6
3524	Utrecht	utrecht	09	0344		52.0631	5.1355	6
3525	Utrecht	utrecht	09	0344		52.0626	5.1191	6
3526	Utrecht	utrecht	09	0344		52.0685	5.1014	6
3527	Utrecht	utrecht	09	0344		52.0772	5.0926	6
3528	Utrecht	utrecht	09	0344		52.0689	5.0806	6
3531	Utrecht	utrecht	09	0344		52.0911	5.0959	6
3532	Utrecht	utrecht	09	0344		52.0947	5.0945	6
3533	Utrecht	utrecht	09	0344		52.0866	5.0859	6
3534	Utrecht	utrecht	09	0344		52.1006	5.083	6
3541	Utrecht	utrecht	09	0344		52.0943	5.0686	6
3542	Utrecht	utrecht	09	0344		52.117	5.0526	6
3543	Utrecht	utrecht	09	0344		52.1037	5.0465	6
3544	Utrecht	utrecht	09	0344		52.0922	5.0509	6
3545	Utrecht	utrecht	09	0344		52.0777	5.0664	6
3546	Utrecht	utrecht	09	0344		52.046	5.0483	6
3551	Utrecht	utrecht	09	0344		52.1019	5.0976	6
3552	Utrecht	utrecht	09	0344		52.1059	5.1032	6
3553	Utrecht	utrecht	09	0344		52.1093	5.0878	6
3554	Utrecht	utrecht	09	0344		52.113	5.0926	6
3555	Utrecht	utrecht	09	0344		52.1166	5.0776	6
3561	Utrecht	utrecht	09	0344		52.1128	5.1239	6
3562	Utrecht	utrecht	09	0344		52.116	5.1159	6
3563	Utrecht	utrecht	09	0344		52.1187	5.0994	6
3564	Utrecht	utrecht	09	0344		52.1227	5.1058	6
3565	Utrecht	utrecht	09	0344		52.1271	5.0875	6
3566	Utrecht	utrecht	09	0344		52.1214	5.124	6
3571	Utrecht	utrecht	09	0344		52.1071	5.1323	6
3572	Utrecht	utrecht	09	0344		52.0985	5.1343	6
3573	Utrecht	utrecht	09	0344		52.1078	5.1458	6
3581	Utrecht	utrecht	09	0344		52.0905	5.1342	6
3582	Utrecht	utrecht	09	0344		52.0804	5.1321	6
3583	Utrecht	utrecht	09	0344		52.0851	5.1432	6
3584	Utrecht	utrecht	09	0344		52.0846	5.1637	6
3585	Utrecht	utrecht	09	0344		52.0702	5.1502	6
3901	Veenendaal	veenendaal	09	0345		52.0243	5.5572	6
3902	Veenendaal	veenendaal	09	0345		52.0286	5.5705	6
3903	Veenendaal	veenendaal	09	0345		52.009	5.555	6
3904	Veenendaal	veenendaal	09	0345		52.0181	5.5412	6
3905	Veenendaal	veenendaal	09	0345		52.0334	5.5491	6
3906	Veenendaal	veenendaal	09	0345		52.0309	5.5286	6
3907	Veenendaal	veenendaal	09	0345		52.0219	5.5835	6
3931	Woudenberg	woudenberg	09	0351		52.0812	5.422	6
3945	Cothen	cothen	09	0352		51.9957	5.3062	6
3947	Langbroek	langbroek	09	0352		52.0105	5.3336	6
3961	Wijk bij Duurstede	wijk-bij-duurstede	09	0352		51.9729	5.3315	6
3962	Wijk bij Duurstede	wijk-bij-duurstede	09	0352		51.9801	5.3399	6
3401	IJsselstein	ijsselstein	09	0353		52.0214	5.0401	6
3402	IJsselstein	ijsselstein	09	0353		52.0261	5.05	6
3403	IJsselstein	ijsselstein	09	0353		52.0237	5.025	6
3404	IJsselstein	ijsselstein	09	0353		52.0113	5.0396	6
3701	Zeist	zeist	09	0355		52.0864	5.244	6
3702	Zeist	zeist	09	0355		52.0897	5.2364	6
3703	Zeist	zeist	09	0355		52.0804	5.2267	6
3704	Zeist	zeist	09	0355		52.087	5.2167	6
3705	Zeist	zeist	09	0355		52.0978	5.2375	6
3706	Zeist	zeist	09	0355		52.1013	5.2261	6
3707	Zeist	zeist	09	0355		52.0949	5.2546	6
3708	Zeist	zeist	09	0355		52.077	5.2603	6
3709	Zeist	zeist	09	0355		52.0679	5.2513	6
3711	Austerlitz	austerlitz	09	0355		52.0798	5.3141	6
3712	Huis ter Heide	huis-ter-heide	09	0355		52.1154	5.2647	6
3734	Den Dolder	den-dolder	09	0355		52.1413	5.2395	6
3735	Bosch en Duin	bosch-en-duin	09	0355		52.1221	5.2405	6
3431	Nieuwegein	nieuwegein	09	0356		52.0323	5.0839	6
3432	Nieuwegein	nieuwegein	09	0356		52.0224	5.0927	6
3433	Nieuwegein	nieuwegein	09	0356		52.0102	5.0995	6
3434	Nieuwegein	nieuwegein	09	0356		52.008	5.0867	6
3435	Nieuwegein	nieuwegein	09	0356		52.0231	5.0742	6
3436	Nieuwegein	nieuwegein	09	0356		52.0337	5.072	6
3437	Nieuwegein	nieuwegein	09	0356		52.0483	5.0759	6
3438	Nieuwegein	nieuwegein	09	0356		52.0458	5.0902	6
3439	Nieuwegein	nieuwegein	09	0356		52.0378	5.1058	6
3421	Oudewater	oudewater	09	0589		52.0256	4.8686	6
3425	Snelrewaard	snelrewaard	09	0589		52.0295	4.8877	6
3464	Papekop	papekop	09	0589		52.0478	4.856	6
3467	Hekendorp	hekendorp	09	0589		52.0167	4.8173	6
3441	Woerden	woerden	09	0632		52.0858	4.8848	6
3442	Woerden	woerden	09	0632		52.0829	4.8764	6
3443	Woerden	woerden	09	0632		52.0891	4.8737	6
3444	Woerden	woerden	09	0632		52.098	4.903	6
3445	Woerden	woerden	09	0632		52.0907	4.9015	6
3446	Woerden	woerden	09	0632		52.0834	4.9069	6
3447	Woerden	woerden	09	0632		52.0777	4.8912	6
3448	Woerden	woerden	09	0632		52.0783	4.8628	6
3449	Woerden	woerden	09	0632		52.0846	4.8615	6
3471	Woerden	woerden	09	0632		52.1058	4.9226	
3471	Kamerik	kamerik	09	0632		52.1162	4.8939	6
3471	Zegveld	zegveld	09	0632		52.1326	4.8656	6
3474	Zegveld	zegveld	09	0632		52.1164	4.8349	6
3481	Harmelen	harmelen	09	0632		52.0908	4.96	6
3651	Zegveld	zegveld	09	0632		52.1444	4.8326	6
1391	Abcoude	abcoude	09	0736		52.2727	4.9718	6
1396	Baambrugge	baambrugge	09	0736		52.2469	4.9904	6
1426	de Hoef	de-hoef	09	0736		52.2082	4.8172	6
1427	Amstelhoek	amstelhoek	09	0736		52.2313	4.8336	6
3641	Mijdrecht	mijdrecht	09	0736		52.2061	4.8618	6
3642	Mijdrecht	mijdrecht	09	0736		52.1981	4.8651	6
3643	Mijdrecht	mijdrecht	09	0736		52.2172	4.8647	6
3645	Vinkeveen	vinkeveen	09	0736		52.2201	4.9344	6
3646	Waverveen	waverveen	09	0736		52.2339	4.8957	6
3648	Wilnis	wilnis	09	0736		52.1979	4.8931	6
3941	Doorn	doorn	09	1581		52.0385	5.3361	6
3951	Maarn	maarn	09	1581		52.0656	5.372	6
3953	Maarsbergen	maarsbergen	09	1581		52.0552	5.4112	6
3956	Leersum	leersum	09	1581		52.0138	5.4273	6
3958	Amerongen	amerongen	09	1581		52.0021	5.4593	6
3959	Overberg	overberg	09	1581		52.0327	5.4981	6
3971	Driebergen-Rijsenburg	driebergen-rijsenburg	09	1581		52.0572	5.2879	6
3972	Driebergen-Rijsenburg	driebergen-rijsenburg	09	1581		52.0499	5.275	6
1393	Nigtevecht	nigtevecht	09	1904		52.2743	5.0296	6
3601	Maarssen	maarssen	09	1904		52.1446	5.0437	6
3602	Maarssen	maarssen	09	1904		52.1366	5.0588	6
3603	Maarssen	maarssen	09	1904		52.1389	5.0382	6
3604	Maarssen	maarssen	09	1904		52.1308	5.051	4
3605	Maarssen	maarssen	09	1904		52.1366	5.0272	6
3606	Maarssen	maarssen	09	1904		52.1273	5.0385	6
3607	Maarssen	maarssen	09	1904		52.1359	5.0182	6
3608	Maarssen	maarssen	09	1904		52.1252	5.0309	6
3611	Oud Zuilen	oud-zuilen	09	1904		52.1287	5.0677	6
3612	Maarssen	maarssen	09	1904		52.1658	5.0468	6
3612	Tienhoven	tienhoven	09	1904		52.1516	5.0893	6
3621	Breukelen	breukelen	09	1904		52.1741	5.003	6
3626	Nieuwer Ter Aa	nieuwer-ter-aa	09	1904		52.1952	4.9792	6
3628	Kockengen	kockengen	09	1904		52.1508	4.9524	6
3631	Nieuwersluis	nieuwersluis	09	1904		52.1959	5.0079	6
3632	Loenen aan de Vecht	loenen-aan-de-vecht	09	1904		52.2119	5.0215	6
3633	Vreeland	vreeland	09	1904		52.2321	5.0329	6
3634	Loenersloot	loenersloot	09	1904		52.2282	5.0008	6
3989	Ossenwaard	ossenwaard	09	1961		51.9921	5.1385	6
4121	Everdingen	everdingen	09	1961		51.9613	5.1549	6
4122	Zijderveld	zijderveld	09	1961		51.9423	5.1373	6
4124	Hagestein	hagestein	09	1961		51.9798	5.1254	6
4125	Hoef en Haag	hoef-en-haag	09	1961		51.9872	5.1187	6
4126	Hei- en Boeicop	hei-en-boeicop	09	1961		51.9451	5.0749	6
4128	Lexmond	lexmond	09	1961		51.9613	5.0333	6
4131	Vianen	vianen	09	1961		51.9916	5.102	6
4132	Vianen	vianen	09	1961		51.99	5.0927	6
4133	Vianen	vianen	09	1961		51.9825	5.0786	6
4141	Leerdam	leerdam	09	1961		51.892	5.0976	6
4142	Leerdam	leerdam	09	1961		51.889	5.081	6
4143	Leerdam	leerdam	09	1961		51.8992	5.0907	6
4145	Schoonrewoerd	schoonrewoerd	09	1961		51.9227	5.1176	6
4163	Oosterwijk	oosterwijk	09	1961		51.8777	5.0716	6
4231	Meerkerk	meerkerk	09	1961		51.9188	4.9944	6
4233	Ameide	ameide	09	1961		51.9541	4.964	6
4235	Tienhoven aan de Lek	tienhoven-aan-de-lek	09	1961		51.9571	4.9508	
4243	Nieuwland	nieuwland	09	1961		51.8989	5.0203	6
4245	Leerbroek	leerbroek	09	1961		51.9127	5.0476	6
4247	Kedichem	kedichem	09	1961		51.8629	5.0484	6
4431	's-Gravenpolder	s-gravenpolder	10	0654		51.4594	3.9036	6
4433	Hoedekenskerke	hoedekenskerke	10	0654		51.4259	3.911	6
4434	Kwadendamme	kwadendamme	10	0654		51.4345	3.8785	6
4435	Baarland	baarland	10	0654		51.4059	3.8875	6
4436	Oudelande	oudelande	10	0654		51.4095	3.851	6
4437	Ellewoutsdijk	ellewoutsdijk	10	0654		51.3916	3.8166	6
4438	Driewegen	driewegen	10	0654		51.4194	3.8042	6
4441	Ovezande	ovezande	10	0654		51.4305	3.818	6
4443	Nisse	nisse	10	0654		51.4528	3.8516	6
4444	's-Heer Abtskerke	s-heer-abtskerke	10	0654		51.4714	3.8748	6
4451	Heinkenszand	heinkenszand	10	0654		51.4735	3.8119	6
4453	's-Heerenhoek	s-heerenhoek	10	0654		51.454	3.7709	6
4454	Borssele	borssele	10	0654		51.4238	3.7387	6
4455	Nieuwdorp	nieuwdorp	10	0654		51.4689	3.7387	6
4456	Lewedorp	lewedorp	10	0654		51.4936	3.7499	6
4458	's-Heer Arendskerke	s-heer-arendskerke	10	0664		51.4943	3.8182	6
4458	Wolphaartsdijk	wolphaartsdijk	10	0664		51.5087	3.788	6
4461	Goes	goes	10	0664		51.5038	3.8921	6
4462	Goes	goes	10	0664		51.4925	3.8958	6
4463	Goes	goes	10	0664		51.514	3.8806	6
4464	Goes	goes	10	0664		51.5139	3.9075	6
4465	Goes	goes	10	0664		51.5214	3.9046	6
4471	Wolphaartsdijk	wolphaartsdijk	10	0664		51.5341	3.8146	6
4471	's-Heer Hendrikskinderen	s-heer-hendrikskinderen	10	0664		51.5047	3.8458	6
4472	's-Heer Hendrikskinderen	s-heer-hendrikskinderen	10	0664		51.502	3.8609	6
4472	Goes	goes	10	0664		51.5138	3.8624	6
4474	Kloetinge	kloetinge	10	0664		51.4942	3.9407	6
4474	Kattendijke	kattendijke	10	0664		51.5214	3.9442	6
4475	Wilhelminadorp	wilhelminadorp	10	0664		51.5293	3.8961	6
4481	Kloetinge	kloetinge	10	0664		51.496	3.9123	6
4481	Goes	goes	10	0664		51.4934	3.907	6
4561	Hulst	hulst	10	0677		51.2844	4.0538	6
4562	Hulst	hulst	10	0677		51.2755	4.0689	6
4564	Sint Jansteen	sint-jansteen	10	0677		51.2624	4.0503	6
4565	Kapellebrug	kapellebrug	10	0677		51.2539	4.0637	6
4566	Heikant	heikant	10	0677		51.2498	4.0236	6
4567	Clinge	clinge	10	0677		51.2691	4.0891	6
4568	Nieuw Namen	nieuw-namen	10	0677		51.2986	4.1619	6
4569	Graauw	graauw	10	0677		51.3294	4.1022	6
4581	Vogelwaarde	vogelwaarde	10	0677		51.3247	3.977	6
4583	Terhole	terhole	10	0677		51.3155	4.0411	6
4584	Kuitaart	kuitaart	10	0677		51.336	4.0382	4
4585	Hengstdijk	hengstdijk	10	0677		51.3413	3.9961	6
4586	Lamswaarde	lamswaarde	10	0677		51.3423	4.0559	6
4587	Kloosterzande	kloosterzande	10	0677		51.369	4.0179	6
4588	Walsoorden	walsoorden	10	0677		51.3861	4.0183	6
4589	Ossenisse	ossenisse	10	0677		51.3881	3.9768	6
4421	Kapelle	kapelle	10	0678		51.4829	3.9608	6
4423	Schore	schore	10	0678		51.4627	3.9977	6
4424	Wemeldinge	wemeldinge	10	0678		51.5174	3.9957	6
4482	Kloetinge	kloetinge	10	0678		51.4824	3.9177	6
4331	Middelburg	middelburg	10	0687		51.4995	3.6144	6
4332	Middelburg	middelburg	10	0687		51.5065	3.624	6
4333	Middelburg	middelburg	10	0687		51.5124	3.6092	6
4334	Middelburg	middelburg	10	0687		51.5034	3.5971	6
4335	Middelburg	middelburg	10	0687		51.49	3.6007	6
4336	Middelburg	middelburg	10	0687		51.4849	3.6155	6
4337	Middelburg	middelburg	10	0687		51.4896	3.6279	6
4338	Middelburg	middelburg	10	0687		51.4952	3.6459	6
4339	Nieuw- en Sint Joosland	nieuw-en-sint-joosland	10	0687		51.4828	3.6597	6
4341	Arnemuiden	arnemuiden	10	0687		51.505	3.6792	6
4401	Yerseke	yerseke	10	0703		51.4925	4.0467	6
4411	Rilland	rilland	10	0703		51.4169	4.1832	6
4413	Krabbendijke	krabbendijke	10	0703		51.4315	4.1121	6
4414	Waarde	waarde	10	0703		51.419	4.072	6
4415	Oostdijk	oostdijk	10	0703		51.4434	4.0776	6
4416	Kruiningen	kruiningen	10	0703		51.4486	4.0334	6
4417	Hansweert	hansweert	10	0703		51.4501	4.0035	6
4521	Biervliet	biervliet	10	0715		51.3299	3.6849	6
4531	Terneuzen	terneuzen	10	0715		51.3365	3.828	6
4532	Terneuzen	terneuzen	10	0715		51.3314	3.8437	6
4533	Terneuzen	terneuzen	10	0715		51.329	3.8645	6
4535	Terneuzen	terneuzen	10	0715		51.315	3.8556	6
4536	Terneuzen	terneuzen	10	0715		51.3174	3.8489	6
4537	Terneuzen	terneuzen	10	0715		51.3262	3.8344	6
4538	Terneuzen	terneuzen	10	0715		51.3142	3.84	6
4539	Spui	spui	10	0715		51.2975	3.8763	6
4541	Sluiskil	sluiskil	10	0715		51.2792	3.8339	6
4542	Hoek	hoek	10	0715		51.3126	3.7781	6
4543	Zaamslag	zaamslag	10	0715		51.3164	3.9153	6
4543	Terneuzen	terneuzen	10	0715		51.3463	3.8833	6
4551	Sas van Gent	sas-van-gent	10	0715		51.2329	3.7965	6
4553	Philippine	philippine	10	0715		51.2829	3.7569	6
4554	Westdorpe	westdorpe	10	0715		51.2336	3.8293	6
4571	Axel	axel	10	0715		51.2682	3.9096	6
4571	Zuiddorpe	zuiddorpe	10	0715		51.249	3.912	6
4574	Zuiddorpe	zuiddorpe	10	0715		51.2323	3.898	6
4575	Overslag	overslag	10	0715		51.2074	3.8945	6
4575	Zuiddorpe	zuiddorpe	10	0715		51.2234	3.9047	6
4576	Koewacht	koewacht	10	0715		51.2318	3.9657	6
4581	Axel	axel	10	0715		51.3008	3.9759	
4675	Sint Philipsland	sint-philipsland	10	0716		51.6216	4.1578	6
4691	Tholen	tholen	10	0716		51.5338	4.2157	6
4693	Poortvliet	poortvliet	10	0716		51.5457	4.1428	6
4694	Scherpenisse	scherpenisse	10	0716		51.5447	4.1008	6
4695	Sint-Maartensdijk	sint-maartensdijk	10	0716		51.55	4.0757	6
4696	Stavenisse	stavenisse	10	0716		51.5868	4.0139	6
4697	Sint-Annaland	sint-annaland	10	0716		51.5999	4.1009	6
4698	Oud-Vossemeer	oud-vossemeer	10	0716		51.5708	4.1988	6
4351	Veere	veere	10	0717		51.5437	3.6612	6
4352	Gapinge	gapinge	10	0717		51.5444	3.6258	6
4353	Serooskerke	serooskerke	10	0717		51.5488	3.596	6
4354	Vrouwenpolder	vrouwenpolder	10	0717		51.5794	3.6145	6
4356	Oostkapelle	oostkapelle	10	0717		51.5705	3.549	6
4357	Domburg	domburg	10	0717		51.5613	3.4964	6
4361	Westkapelle	westkapelle	10	0717		51.5273	3.4449	6
4363	Aagtekerke	aagtekerke	10	0717		51.5455	3.5072	6
4364	Grijpskerke	grijpskerke	10	0717		51.5329	3.5625	6
4365	Meliskerke	meliskerke	10	0717		51.5159	3.513	6
4371	Koudekerke	koudekerke	10	0717		51.4794	3.5479	6
4373	Biggekerke	biggekerke	10	0717		51.4967	3.5232	6
4374	Zoutelande	zoutelande	10	0717		51.5037	3.484	6
4381	Vlissingen	vlissingen	10	0718		51.445	3.5751	6
4382	Vlissingen	vlissingen	10	0718		51.4516	3.5703	6
4383	Vlissingen	vlissingen	10	0718		51.4568	3.5709	6
4384	Vlissingen	vlissingen	10	0718		51.4622	3.5521	6
4385	Vlissingen	vlissingen	10	0718		51.4624	3.5749	6
4386	Vlissingen	vlissingen	10	0718		51.4667	3.5791	6
4387	Vlissingen	vlissingen	10	0718		51.4713	3.5922	6
4388	Oost-Souburg	oost-souburg	10	0718		51.4656	3.6037	6
4389	Ritthem	ritthem	10	0718		51.4573	3.6461	6
4301	Zierikzee	zierikzee	10	1676		51.6501	3.9165	6
4302	Zierikzee	zierikzee	10	1676		51.6445	3.9049	6
4303	Zierikzee	zierikzee	10	1676		51.6585	3.9301	6
4305	Ouwerkerk	ouwerkerk	10	1676		51.627	3.9864	6
4306	Nieuwerkerk	nieuwerkerk	10	1676		51.6499	4.0006	6
4307	Oosterland	oosterland	10	1676		51.6506	4.0369	6
4308	Sirjansland	sirjansland	10	1676		51.6755	4.0342	6
4311	Bruinisse	bruinisse	10	1676		51.6638	4.0874	6
4315	Dreischor	dreischor	10	1676		51.6898	3.9825	6
4316	Zonnemaire	zonnemaire	10	1676		51.7137	3.9498	6
4317	Noordgouwe	noordgouwe	10	1676		51.686	3.9392	6
4318	Brouwershaven	brouwershaven	10	1676		51.732	3.9009	6
4321	Kerkwerve	kerkwerve	10	1676		51.6874	3.8907	6
4322	Scharendijke	scharendijke	10	1676		51.7345	3.8454	6
4323	Ellemeet	ellemeet	10	1676		51.7288	3.8167	6
4325	Renesse	renesse	10	1676		51.7313	3.7678	6
4326	Noordwelle	noordwelle	10	1676		51.7321	3.7991	6
4327	Serooskerke	serooskerke	10	1676		51.7016	3.8138	6
4328	Burgh-Haamstede	burgh-haamstede	10	1676		51.6935	3.728	6
4484	Kortgene	kortgene	10	1695		51.5571	3.8054	6
4485	Kats	kats	10	1695		51.5682	3.8818	6
4486	Colijnsplaat	colijnsplaat	10	1695		51.5985	3.8463	6
4491	Wissenkerke	wissenkerke	10	1695		51.5837	3.7482	6
4493	Kamperland	kamperland	10	1695		51.5777	3.6912	6
4494	Geersdijk	geersdijk	10	1695		51.5659	3.7709	6
4501	Oostburg	oostburg	10	1714		51.3271	3.4921	6
4503	Groede	groede	10	1714		51.3796	3.5086	6
4504	Nieuwvliet	nieuwvliet	10	1714		51.3816	3.4539	6
4505	Zuidzande	zuidzande	10	1714		51.3412	3.4496	6
4506	Cadzand	cadzand	10	1714		51.3758	3.3952	6
4507	Schoondijke	schoondijke	10	1714		51.355	3.5557	6
4508	Waterlandkerkje	waterlandkerkje	10	1714		51.315	3.5547	6
4511	Breskens	breskens	10	1714		51.3959	3.5524	6
4513	Hoofdplaat	hoofdplaat	10	1714		51.3717	3.6506	6
4515	IJzendijke	ijzendijke	10	1714		51.3212	3.6171	6
4522	Biervliet	biervliet	10	1714		51.3244	3.6633	6
4524	Sluis	sluis	10	1714		51.3069	3.3876	6
4525	Retranchement	retranchement	10	1714		51.3552	3.3836	6
4527	Aardenburg	aardenburg	10	1714		51.2749	3.4438	6
4528	Sint Kruis	sint-kruis	10	1714		51.2792	3.5045	6
4529	Eede	eede	10	1714		51.2481	3.4524	6
2951	Alblasserdam	alblasserdam	11	0482		51.8656	4.6629	6
2952	Alblasserdam	alblasserdam	11	0482		51.856	4.6703	6
2953	Alblasserdam	alblasserdam	11	0482		51.871	4.6458	6
2954	Alblasserdam	alblasserdam	11	0482		51.8716	4.6609	6
2391	Hazerswoude-Dorp	hazerswoude-dorp	11	0484		52.0945	4.5935	6
2394	Hazerswoude-Rijndijk	hazerswoude-rijndijk	11	0484		52.1283	4.589	6
2396	Koudekerk aan den Rijn	koudekerk-aan-den-rijn	11	0484		52.1334	4.6021	6
2401	Alphen aan den Rijn	alphen-aan-den-rijn	11	0484		52.151	4.6535	6
2402	Alphen aan den Rijn	alphen-aan-den-rijn	11	0484		52.1472	4.6676	6
2403	Alphen aan den Rijn	alphen-aan-den-rijn	11	0484		52.146	4.6806	6
2404	Alphen aan den Rijn	alphen-aan-den-rijn	11	0484		52.1346	4.6498	6
2404	Hazerswoude-Dorp	hazerswoude-dorp	11	0484		52.1043	4.6374	6
2405	Alphen aan den Rijn	alphen-aan-den-rijn	11	0484		52.1297	4.6611	6
2406	Alphen aan den Rijn	alphen-aan-den-rijn	11	0484		52.1304	4.6672	6
2407	Alphen aan den Rijn	alphen-aan-den-rijn	11	0484		52.1146	4.6906	6
2408	Alphen aan den Rijn	alphen-aan-den-rijn	11	0484		52.1205	4.6495	6
2409	Hazerswoude-Dorp	hazerswoude-dorp	11	0484		52.1032	4.6366	6
2409	Alphen aan den Rijn	alphen-aan-den-rijn	11	0484		52.1048	4.6461	6
2445	Aarlanderveen	aarlanderveen	11	0484		52.1411	4.7272	6
2471	Zwammerdam	zwammerdam	11	0484		52.1056	4.7267	6
2731	Benthuizen	benthuizen	11	0484		52.0769	4.547	6
2771	Boskoop	boskoop	11	0484		52.0744	4.6562	6
2991	Barendrecht	barendrecht	11	0489		51.8518	4.546	6
2992	Barendrecht	barendrecht	11	0489		51.8534	4.5279	6
2993	Barendrecht	barendrecht	11	0489		51.8511	4.4984	6
2994	Barendrecht	barendrecht	11	0489		51.86	4.5008	6
3231	Vierpolders	vierpolders	11	0501		51.9035	4.1738	
3231	Brielle	brielle	11	0501		51.905	4.1657	6
3232	Vierpolders	vierpolders	11	0501		51.8855	4.1632	6
3232	Brielle	brielle	11	0501		51.8953	4.1629	6
3237	Zwartewaal	zwartewaal	11	0501		51.8629	4.1852	6
3237	Vierpolders	vierpolders	11	0501		51.8813	4.1795	6
3238	Zwartewaal	zwartewaal	11	0501		51.8812	4.2183	6
2901	Capelle aan den IJssel	capelle-aan-den-ijssel	11	0502		51.917	4.5651	6
2902	Capelle aan den IJssel	capelle-aan-den-ijssel	11	0502		51.9251	4.5786	6
2903	Capelle aan den IJssel	capelle-aan-den-ijssel	11	0502		51.931	4.5911	6
2904	Capelle aan den IJssel	capelle-aan-den-ijssel	11	0502		51.9335	4.6075	6
2905	Capelle aan den IJssel	capelle-aan-den-ijssel	11	0502		51.9397	4.6001	6
2906	Capelle aan den IJssel	capelle-aan-den-ijssel	11	0502		51.935	4.5684	6
2907	Capelle aan den IJssel	capelle-aan-den-ijssel	11	0502		51.95	4.5827	6
2908	Capelle aan den IJssel	capelle-aan-den-ijssel	11	0502		51.9569	4.5807	6
2909	Capelle aan den IJssel	capelle-aan-den-ijssel	11	0502		51.9165	4.5471	6
2611	Delft	delft	11	0503		52.0117	4.3597	6
2612	Delft	delft	11	0503		52.0177	4.364	6
2613	Delft	delft	11	0503		52.0089	4.3491	6
2614	Delft	delft	11	0503		52.0081	4.3359	6
2616	Delft	delft	11	0503		52.0208	4.373	6
2622	Delft	delft	11	0503		51.9817	4.3448	6
2623	Delft	delft	11	0503		51.9838	4.3609	6
2624	Delft	delft	11	0503		51.9959	4.3553	6
2625	Delft	delft	11	0503		51.9925	4.3419	6
2626	Delft	delft	11	0503		51.979	4.3594	
2627	Delft	delft	11	0503		51.9985	4.3633	6
2628	Delft	delft	11	0503		52.003	4.3747	6
2629	Delft	delft	11	0503		51.988	4.3778	6
3311	Dordrecht	dordrecht	11	0505		51.8139	4.6687	6
3312	Dordrecht	dordrecht	11	0505		51.8067	4.6838	6
3313	Dordrecht	dordrecht	11	0505		51.8157	4.7081	6
3314	Dordrecht	dordrecht	11	0505		51.8022	4.6631	6
3315	Dordrecht	dordrecht	11	0505		51.8027	4.7216	6
3316	Dordrecht	dordrecht	11	0505		51.7672	4.6367	6
3317	Dordrecht	dordrecht	11	0505		51.7909	4.6608	6
3318	Dordrecht	dordrecht	11	0505		51.7876	4.6796	6
3319	Dordrecht	dordrecht	11	0505		51.7947	4.7022	6
3328	Dordrecht	dordrecht	11	0505		51.7774	4.6751	6
3329	Dordrecht	dordrecht	11	0505		51.7881	4.7188	
4201	Gorinchem	gorinchem	11	0512		51.8301	4.975	6
4202	Gorinchem	gorinchem	11	0512		51.8332	4.9463	6
4203	Gorinchem	gorinchem	11	0512		51.8327	4.957	6
4204	Gorinchem	gorinchem	11	0512		51.8369	4.9557	6
4205	Gorinchem	gorinchem	11	0512		51.8416	4.9661	6
4206	Gorinchem	gorinchem	11	0512		51.8419	4.9817	6
4207	Gorinchem	gorinchem	11	0512		51.835	4.9948	6
4208	Gorinchem	gorinchem	11	0512		51.8342	5.012	6
4213	Dalem	dalem	11	0512		51.8272	5.0102	6
2801	Gouda	gouda	11	0513		52.0118	4.708	6
2802	Gouda	gouda	11	0513		52.0067	4.6997	6
2803	Gouda	gouda	11	0513		52.0241	4.6962	6
2804	Gouda	gouda	11	0513		52.0324	4.7081	6
2805	Gouda	gouda	11	0513		52.0205	4.7189	6
2806	Gouda	gouda	11	0513		52.0126	4.7225	6
2807	Gouda	gouda	11	0513		52.0099	4.7453	6
2808	Gouda	gouda	11	0513		52.0049	4.7204	6
2809	Gouda	gouda	11	0513		52.0045	4.6844	6
2491	's-Gravenhage	s-gravenhage	11	0518		52.069	4.3886	6
2492	's-Gravenhage	s-gravenhage	11	0518		52.0659	4.4099	6
2493	's-Gravenhage	s-gravenhage	11	0518		52.061	4.398	6
2495	's-Gravenhage	s-gravenhage	11	0518		52.0614	4.3646	6
2496	's-Gravenhage	s-gravenhage	11	0518		52.048	4.3766	6
2497	's-Gravenhage	s-gravenhage	11	0518		52.0366	4.3643	6
2498	's-Gravenhage	s-gravenhage	11	0518		52.033	4.3835	6
2511	's-Gravenhage	s-gravenhage	11	0518		52.078	4.318	6
2512	's-Gravenhage	s-gravenhage	11	0518		52.0736	4.3059	6
2513	's-Gravenhage	s-gravenhage	11	0518		52.0787	4.3013	6
2514	's-Gravenhage	s-gravenhage	11	0518		52.0852	4.3101	6
2515	's-Gravenhage	s-gravenhage	11	0518		52.0724	4.3205	6
2516	's-Gravenhage	s-gravenhage	11	0518		52.0661	4.3337	6
2517	's-Gravenhage	s-gravenhage	11	0518		52.0845	4.2831	6
2518	's-Gravenhage	s-gravenhage	11	0518		52.081	4.2942	6
2521	's-Gravenhage	s-gravenhage	11	0518		52.0637	4.3186	6
2522	's-Gravenhage	s-gravenhage	11	0518		52.0605	4.3269	6
2523	's-Gravenhage	s-gravenhage	11	0518		52.0567	4.3192	6
2524	's-Gravenhage	s-gravenhage	11	0518		52.0532	4.3144	6
2525	's-Gravenhage	s-gravenhage	11	0518		52.0637	4.3022	6
2526	's-Gravenhage	s-gravenhage	11	0518		52.0679	4.3076	6
2531	's-Gravenhage	s-gravenhage	11	0518		52.0532	4.3022	6
2532	's-Gravenhage	s-gravenhage	11	0518		52.0476	4.2969	6
2533	's-Gravenhage	s-gravenhage	11	0518		52.0503	4.2901	6
2541	's-Gravenhage	s-gravenhage	11	0518		52.0465	4.2768	
2542	's-Gravenhage	s-gravenhage	11	0518		52.0368	4.2668	6
2543	's-Gravenhage	s-gravenhage	11	0518		52.0398	4.2604	6
2544	's-Gravenhage	s-gravenhage	11	0518		52.044	4.2567	6
2545	's-Gravenhage	s-gravenhage	11	0518		52.049	4.2728	6
2546	's-Gravenhage	s-gravenhage	11	0518		52.0584	4.2738	6
2547	's-Gravenhage	s-gravenhage	11	0518		52.0617	4.2675	6
2548	's-Gravenhage	s-gravenhage	11	0518		52.0287	4.2904	6
2551	's-Gravenhage	s-gravenhage	11	0518		52.0588	4.2366	6
2552	's-Gravenhage	s-gravenhage	11	0518		52.0544	4.2477	6
2553	's-Gravenhage	s-gravenhage	11	0518		52.0482	4.2295	6
2554	's-Gravenhage	s-gravenhage	11	0518		52.0675	4.225	6
2555	's-Gravenhage	s-gravenhage	11	0518		52.0643	4.2379	6
2561	's-Gravenhage	s-gravenhage	11	0518		52.0757	4.2765	
2562	's-Gravenhage	s-gravenhage	11	0518		52.0747	4.2817	6
2563	's-Gravenhage	s-gravenhage	11	0518		52.0729	4.2713	6
2564	's-Gravenhage	s-gravenhage	11	0518		52.0679	4.2568	6
2565	's-Gravenhage	s-gravenhage	11	0518		52.0766	4.263	6
2566	's-Gravenhage	s-gravenhage	11	0518		52.0789	4.2546	6
2571	's-Gravenhage	s-gravenhage	11	0518		52.0693	4.2874	6
2572	's-Gravenhage	s-gravenhage	11	0518		52.0644	4.2939	6
2573	's-Gravenhage	s-gravenhage	11	0518		52.0652	4.2843	6
2574	's-Gravenhage	s-gravenhage	11	0518		52.0644	4.2771	6
2581	's-Gravenhage	s-gravenhage	11	0518		52.0915	4.2695	6
2582	's-Gravenhage	s-gravenhage	11	0518		52.0928	4.2765	6
2583	's-Gravenhage	s-gravenhage	11	0518		52.0952	4.2644	6
2584	's-Gravenhage	s-gravenhage	11	0518		52.1034	4.2781	6
2585	's-Gravenhage	s-gravenhage	11	0518		52.0919	4.3021	6
2586	's-Gravenhage	s-gravenhage	11	0518		52.1093	4.2801	6
2587	's-Gravenhage	s-gravenhage	11	0518		52.1113	4.2903	6
2591	's-Gravenhage	s-gravenhage	11	0518		52.0946	4.3642	6
2592	's-Gravenhage	s-gravenhage	11	0518		52.0925	4.355	6
2593	's-Gravenhage	s-gravenhage	11	0518		52.086	4.3419	6
2594	's-Gravenhage	s-gravenhage	11	0518		52.0918	4.342	6
2595	's-Gravenhage	s-gravenhage	11	0518		52.0815	4.3326	6
2596	's-Gravenhage	s-gravenhage	11	0518		52.0937	4.3205	6
2597	's-Gravenhage	s-gravenhage	11	0518		52.1023	4.3199	6
3371	Hardinxveld-Giessendam	hardinxveld-giessendam	11	0523		51.8259	4.8323	6
3372	Hardinxveld-Giessendam	hardinxveld-giessendam	11	0523		51.8245	4.8841	6
3373	Hardinxveld-Giessendam	hardinxveld-giessendam	11	0523		51.8329	4.8368	6
3221	Hellevoetsluis	hellevoetsluis	11	0530		51.8311	4.1241	6
3222	Hellevoetsluis	hellevoetsluis	11	0530		51.8395	4.1292	6
3223	Hellevoetsluis	hellevoetsluis	11	0530		51.8428	4.1503	6
3224	Hellevoetsluis	hellevoetsluis	11	0530		51.8273	4.1482	6
3225	Hellevoetsluis	hellevoetsluis	11	0530		51.8328	4.1619	6
3227	Oudenhoorn	oudenhoorn	11	0530		51.8266	4.1914	6
3341	Hendrik-Ido-Ambacht	hendrik-ido-ambacht	11	0531		51.8457	4.6467	6
3342	Hendrik-Ido-Ambacht	hendrik-ido-ambacht	11	0531		51.8451	4.6276	6
3343	Hendrik-Ido-Ambacht	hendrik-ido-ambacht	11	0531		51.8371	4.634	6
3344	Hendrik-Ido-Ambacht	hendrik-ido-ambacht	11	0531		51.8323	4.6458	6
2181	Hillegom	hillegom	11	0534		52.2952	4.5871	6
2182	Hillegom	hillegom	11	0534		52.2896	4.5781	6
2221	Katwijk	katwijk	11	0537		52.2089	4.4201	6
2222	Katwijk	katwijk	11	0537		52.2016	4.4329	6
2223	Katwijk	katwijk	11	0537		52.1908	4.4231	6
2224	Katwijk	katwijk	11	0537		52.198	4.4135	6
2225	Katwijk	katwijk	11	0537		52.2027	4.3988	6
2231	Rijnsburg	rijnsburg	11	0537		52.1907	4.4407	6
2232	Rijnsburg	rijnsburg	11	0537		52.194	4.4492	6
2235	Valkenburg	valkenburg	11	0537		52.1777	4.4368	6
2921	Krimpen aan den IJssel	krimpen-aan-den-ijssel	11	0542		51.9109	4.5836	6
2922	Krimpen aan den IJssel	krimpen-aan-den-ijssel	11	0542		51.9176	4.5927	6
2923	Krimpen aan den IJssel	krimpen-aan-den-ijssel	11	0542		51.9135	4.6036	6
2924	Krimpen aan den IJssel	krimpen-aan-den-ijssel	11	0542		51.9235	4.6124	6
2925	Krimpen aan den IJssel	krimpen-aan-den-ijssel	11	0542		51.9192	4.6198	6
2926	Krimpen aan den IJssel	krimpen-aan-den-ijssel	11	0542		51.9103	4.6081	6
2311	Leiden	leiden	11	0546		52.1564	4.4897	6
2312	Leiden	leiden	11	0546		52.1609	4.4932	6
2313	Leiden	leiden	11	0546		52.1508	4.4988	6
2314	Leiden	leiden	11	0546		52.1514	4.5158	6
2315	Leiden	leiden	11	0546		52.1633	4.5095	6
2316	Leiden	leiden	11	0546		52.1671	4.4959	6
2317	Leiden	leiden	11	0546		52.1761	4.5086	6
2318	Leiden	leiden	11	0546		52.1808	4.5027	6
2321	Leiden	leiden	11	0546		52.1479	4.484	6
2322	Leiden	leiden	11	0546		52.1345	4.4931	6
2323	Leiden	leiden	11	0546		52.1352	4.4801	6
2324	Leiden	leiden	11	0546		52.145	4.4717	6
2331	Leiden	leiden	11	0546		52.1511	4.4507	6
2332	Leiden	leiden	11	0546		52.1592	4.4645	6
2333	Leiden	leiden	11	0546		52.1693	4.4732	6
2334	Leiden	leiden	11	0546		52.1725	4.4818	6
2351	Leiderdorp	leiderdorp	11	0547		52.1475	4.5308	6
2352	Leiderdorp	leiderdorp	11	0547		52.1609	4.5243	6
2353	Leiderdorp	leiderdorp	11	0547		52.1657	4.5337	6
2161	Lisse	lisse	11	0553		52.2571	4.5559	6
2162	Lisse	lisse	11	0553		52.2462	4.5594	6
2163	Lisse	lisse	11	0553		52.2663	4.5609	6
3141	Maassluis	maassluis	11	0556		51.92	4.2625	6
3142	Maassluis	maassluis	11	0556		51.9263	4.2536	6
3143	Maassluis	maassluis	11	0556		51.9181	4.253	6
3144	Maassluis	maassluis	11	0556		51.9251	4.243	6
3145	Maassluis	maassluis	11	0556		51.9325	4.2321	6
3146	Maassluis	maassluis	11	0556		51.9384	4.225	6
3147	Maassluis	maassluis	11	0556		51.935	4.2409	6
1428	Vrouwenakker	vrouwenakker	11	0569		52.2273	4.7866	6
2421	Nieuwkoop	nieuwkoop	11	0569		52.1491	4.774	6
2431	Noorden	noorden	11	0569		52.1659	4.8276	6
2432	Noorden	noorden	11	0569		52.1709	4.8532	6
2435	Zevenhoven	zevenhoven	11	0569		52.1846	4.7928	6
2441	Nieuwveen	nieuwveen	11	0569		52.197	4.7558	6
2461	Ter Aar	ter-aar	11	0569		52.1776	4.7119	6
3651	Woerdense Verlaat	woerdense-verlaat	11	0569		52.1494	4.8558	6
3652	Woerdense Verlaat	woerdense-verlaat	11	0569		52.1578	4.8641	6
3653	Woerdense Verlaat	woerdense-verlaat	11	0569		52.1504	4.8656	6
2191	De Zilk	de-zilk	11	0575		52.3021	4.5438	6
2201	Noordwijk	noordwijk	11	0575		52.2319	4.4442	6
2202	Noordwijk	noordwijk	11	0575		52.2447	4.4353	6
2203	Noordwijk	noordwijk	11	0575		52.241	4.452	6
2204	Noordwijk	noordwijk	11	0575		52.2724	4.4744	6
2211	Noordwijkerhout	noordwijkerhout	11	0575		52.2612	4.4945	6
2211	De Zilk	de-zilk	11	0575		52.294	4.5177	6
2212	Noordwijkerhout	noordwijkerhout	11	0575		52.2748	4.4952	4
2341	Oegstgeest	oegstgeest	11	0579		52.1811	4.475	6
2342	Oegstgeest	oegstgeest	11	0579		52.1767	4.4546	6
2343	Oegstgeest	oegstgeest	11	0579		52.1909	4.4757	6
3351	Papendrecht	papendrecht	11	0590		51.8312	4.6809	6
3352	Papendrecht	papendrecht	11	0590		51.8406	4.6906	6
3353	Papendrecht	papendrecht	11	0590		51.828	4.6905	6
3354	Papendrecht	papendrecht	11	0590		51.8288	4.7	6
3355	Papendrecht	papendrecht	11	0590		51.8366	4.7016	6
3356	Papendrecht	papendrecht	11	0590		51.8313	4.7184	6
2981	Ridderkerk	ridderkerk	11	0597		51.8682	4.5963	6
2982	Ridderkerk	ridderkerk	11	0597		51.8731	4.591	6
2983	Ridderkerk	ridderkerk	11	0597		51.8841	4.6061	6
2984	Ridderkerk	ridderkerk	11	0597		51.8709	4.6159	6
2985	Ridderkerk	ridderkerk	11	0597		51.8635	4.6019	6
2986	Ridderkerk	ridderkerk	11	0597		51.8634	4.617	6
2987	Ridderkerk	ridderkerk	11	0597		51.8931	4.5805	6
2988	Ridderkerk	ridderkerk	11	0597		51.856	4.5841	6
2989	Ridderkerk	ridderkerk	11	0597		51.8527	4.6289	
3011	Rotterdam	rotterdam	11	0599		51.9194	4.4873	6
3012	Rotterdam	rotterdam	11	0599		51.9186	4.4759	6
3013	Rotterdam	rotterdam	11	0599		51.9241	4.471	6
3014	Rotterdam	rotterdam	11	0599		51.9188	4.4667	6
3015	Rotterdam	rotterdam	11	0599		51.9127	4.4671	6
3016	Rotterdam	rotterdam	11	0599		51.909	4.4781	6
3021	Rotterdam	rotterdam	11	0599		51.9164	4.4594	6
3022	Rotterdam	rotterdam	11	0599		51.9192	4.4489	6
3023	Rotterdam	rotterdam	11	0599		51.913	4.451	6
3024	Rotterdam	rotterdam	11	0599		51.9055	4.4567	6
3025	Rotterdam	rotterdam	11	0599		51.9085	4.4435	6
3026	Rotterdam	rotterdam	11	0599		51.9128	4.4426	6
3027	Rotterdam	rotterdam	11	0599		51.9169	4.4361	6
3028	Rotterdam	rotterdam	11	0599		51.9167	4.4208	6
3029	Rotterdam	rotterdam	11	0599		51.9074	4.4369	6
3031	Rotterdam	rotterdam	11	0599		51.9271	4.4905	6
3032	Rotterdam	rotterdam	11	0599		51.9291	4.4781	6
3033	Rotterdam	rotterdam	11	0599		51.9277	4.4691	6
3034	Rotterdam	rotterdam	11	0599		51.9336	4.4944	6
3035	Rotterdam	rotterdam	11	0599		51.9328	4.4809	6
3036	Rotterdam	rotterdam	11	0599		51.9372	4.4828	6
3037	Rotterdam	rotterdam	11	0599		51.9368	4.4734	6
3038	Rotterdam	rotterdam	11	0599		51.9347	4.4648	6
3039	Rotterdam	rotterdam	11	0599		51.9303	4.4598	6
3041	Rotterdam	rotterdam	11	0599		51.9289	4.441	6
3042	Rotterdam	rotterdam	11	0599		51.934	4.4325	6
3043	Rotterdam	rotterdam	11	0599		51.9403	4.4268	6
3044	Rotterdam	rotterdam	11	0599		51.9285	4.4215	6
3045	Rotterdam	rotterdam	11	0599		51.9467	4.4503	6
3046	Rotterdam	rotterdam	11	0599		51.9633	4.4158	6
3047	Rotterdam	rotterdam	11	0599		51.9429	4.4049	6
3051	Rotterdam	rotterdam	11	0599		51.9448	4.4776	6
3052	Rotterdam	rotterdam	11	0599		51.9528	4.471	6
3053	Rotterdam	rotterdam	11	0599		51.9599	4.4707	6
3054	Rotterdam	rotterdam	11	0599		51.96	4.4906	6
3055	Rotterdam	rotterdam	11	0599		51.96	4.5047	6
3056	Rotterdam	rotterdam	11	0599		51.9516	4.5155	6
3059	Rotterdam	rotterdam	11	0599		51.9797	4.5875	6
3061	Rotterdam	rotterdam	11	0599		51.9269	4.5047	6
3062	Rotterdam	rotterdam	11	0599		51.9234	4.5193	6
3063	Rotterdam	rotterdam	11	0599		51.9156	4.5147	6
3064	Rotterdam	rotterdam	11	0599		51.9124	4.5531	6
3065	Rotterdam	rotterdam	11	0599		51.9255	4.552	6
3066	Rotterdam	rotterdam	11	0599		51.9351	4.5496	6
3067	Rotterdam	rotterdam	11	0599		51.9446	4.5517	6
3068	Rotterdam	rotterdam	11	0599		51.9603	4.5538	6
3069	Rotterdam	rotterdam	11	0599		51.9654	4.5515	6
3071	Rotterdam	rotterdam	11	0599		51.9094	4.5028	6
3072	Rotterdam	rotterdam	11	0599		51.902	4.4934	6
3073	Rotterdam	rotterdam	11	0599		51.8933	4.5003	6
3074	Rotterdam	rotterdam	11	0599		51.895	4.511	6
3075	Rotterdam	rotterdam	11	0599		51.8859	4.5083	6
3076	Rotterdam	rotterdam	11	0599		51.8764	4.5233	6
3077	Rotterdam	rotterdam	11	0599		51.8957	4.5588	6
3078	Rotterdam	rotterdam	11	0599		51.8904	4.548	6
3079	Rotterdam	rotterdam	11	0599		51.8811	4.5466	6
3081	Rotterdam	rotterdam	11	0599		51.8929	4.4872	6
3082	Rotterdam	rotterdam	11	0599		51.8898	4.467	6
3083	Rotterdam	rotterdam	11	0599		51.8881	4.4825	6
3084	Rotterdam	rotterdam	11	0599		51.8767	4.4666	
3085	Rotterdam	rotterdam	11	0599		51.8735	4.4894	6
3086	Rotterdam	rotterdam	11	0599		51.8741	4.4693	6
3087	Rotterdam	rotterdam	11	0599		51.8952	4.4619	6
3088	Rotterdam	rotterdam	11	0599		51.8749	4.4459	6
3089	Rotterdam	rotterdam	11	0599		51.8923	4.4208	6
3151	Hoek van Holland	hoek-van-holland	11	0599		51.9815	4.1334	6
3181	Rozenburg	rozenburg	11	0599		51.9046	4.2461	6
3191	Hoogvliet Rotterdam	hoogvliet-rotterdam	11	0599		51.8614	4.3661	6
3192	Hoogvliet Rotterdam	hoogvliet-rotterdam	11	0599		51.8535	4.3625	6
3193	Hoogvliet Rotterdam	hoogvliet-rotterdam	11	0599		51.8679	4.3486	6
3194	Hoogvliet Rotterdam	hoogvliet-rotterdam	11	0599		51.868	4.368	6
3195	Pernis Rotterdam	pernis-rotterdam	11	0599		51.8892	4.3885	6
3195	Vondelingenplaat Rotterdam	vondelingenplaat-rotterdam	11	0599		51.8959	4.3739	6
3196	Vondelingenplaat Rotterdam	vondelingenplaat-rotterdam	11	0599		51.8881	4.3568	6
3196	Hoogvliet Rotterdam	hoogvliet-rotterdam	11	0599		51.8759	4.378	6
3197	Botlek Rotterdam	botlek-rotterdam	11	0599		51.8792	4.2737	6
3198	Europoort Rotterdam	europoort-rotterdam	11	0599		51.9322	4.1578	6
3199	Maasvlakte Rotterdam	maasvlakte-rotterdam	11	0599		51.9446	4.0365	6
3921	Rotterdam	rotterdam	11	0599		51.9155	4.4589	4
2281	Rijswijk	rijswijk	11	0603		52.0577	4.3411	6
2282	Rijswijk	rijswijk	11	0603		52.0521	4.3352	6
2283	Rijswijk	rijswijk	11	0603		52.0432	4.3232	6
2284	Rijswijk	rijswijk	11	0603		52.0397	4.3148	6
2285	Rijswijk	rijswijk	11	0603		52.0356	4.3045	6
2286	Rijswijk	rijswijk	11	0603		52.0265	4.3154	6
2287	Rijswijk	rijswijk	11	0603		52.0328	4.3221	6
2288	Rijswijk	rijswijk	11	0603		52.0338	4.3341	6
2289	Rijswijk	rijswijk	11	0603		52.0335	4.3491	6
3111	Schiedam	schiedam	11	0606		51.9162	4.3991	6
3112	Schiedam	schiedam	11	0606		51.9172	4.4097	6
3113	Schiedam	schiedam	11	0606		51.9104	4.4099	4
3114	Schiedam	schiedam	11	0606		51.9054	4.4042	6
3115	Schiedam	schiedam	11	0606		51.9052	4.3814	6
3116	Schiedam	schiedam	11	0606		51.9101	4.3945	6
3117	Schiedam	schiedam	11	0606		51.9135	4.3874	6
3118	Schiedam	schiedam	11	0606		51.9188	4.3825	6
3119	Schiedam	schiedam	11	0606		51.9221	4.3944	6
3121	Schiedam	schiedam	11	0606		51.9337	4.3792	6
3122	Schiedam	schiedam	11	0606		51.9324	4.3702	6
3123	Schiedam	schiedam	11	0606		51.9422	4.368	6
3124	Schiedam	schiedam	11	0606		51.9434	4.3809	6
3125	Schiedam	schiedam	11	0606		51.9317	4.4039	6
3361	Sliedrecht	sliedrecht	11	0610		51.8201	4.7722	6
3362	Sliedrecht	sliedrecht	11	0610		51.8222	4.7856	6
3363	Sliedrecht	sliedrecht	11	0610		51.8273	4.7557	6
3364	Sliedrecht	sliedrecht	11	0610		51.8293	4.7763	6
3366	Sliedrecht	sliedrecht	11	0610		51.844	4.7555	6
3161	Rhoon	rhoon	11	0613		51.8564	4.4245	6
3162	Rhoon	rhoon	11	0613		51.8558	4.476	6
3165	Rotterdam-Albrandswaard	rotterdam-albrandswaard	11	0613		51.8698	4.418	6
3171	Poortugaal	poortugaal	11	0613		51.8559	4.3953	6
3172	Poortugaal	poortugaal	11	0613		51.8494	4.4012	6
3176	Poortugaal	poortugaal	11	0613		51.8631	4.3983	6
3233	Oostvoorne	oostvoorne	11	0614		51.9125	4.1026	6
3234	Tinte	tinte	11	0614		51.8906	4.1346	6
3234	Oostvoorne	oostvoorne	11	0614		51.9013	4.1303	6
3235	Oostvoorne	oostvoorne	11	0614		51.9032	4.0764	4
3235	Rockanje	rockanje	11	0614		51.8743	4.0718	6
3131	Vlaardingen	vlaardingen	11	0622		51.9094	4.3379	6
3132	Vlaardingen	vlaardingen	11	0622		51.9113	4.3169	6
3133	Vlaardingen	vlaardingen	11	0622		51.9016	4.3351	6
3134	Vlaardingen	vlaardingen	11	0622		51.9085	4.3511	6
3135	Vlaardingen	vlaardingen	11	0622		51.9172	4.3563	6
3136	Vlaardingen	vlaardingen	11	0622		51.9289	4.3512	6
3137	Vlaardingen	vlaardingen	11	0622		51.9363	4.3464	6
3138	Vlaardingen	vlaardingen	11	0622		51.9248	4.326	6
2251	Voorschoten	voorschoten	11	0626		52.1235	4.4516	6
2252	Voorschoten	voorschoten	11	0626		52.1245	4.4395	6
2253	Voorschoten	voorschoten	11	0626		52.1398	4.4576	6
2254	Voorschoten	voorschoten	11	0626		52.129	4.4362	6
2741	Waddinxveen	waddinxveen	11	0627		52.0451	4.6557	6
2742	Waddinxveen	waddinxveen	11	0627		52.0436	4.6433	6
2743	Waddinxveen	waddinxveen	11	0627		52.0369	4.6367	6
2241	Wassenaar	wassenaar	11	0629		52.1475	4.4089	6
2242	Wassenaar	wassenaar	11	0629		52.1449	4.3951	6
2243	Wassenaar	wassenaar	11	0629		52.126	4.3727	6
2244	Wassenaar	wassenaar	11	0629		52.1116	4.3542	6
2245	Wassenaar	wassenaar	11	0629		52.1155	4.379	6
2711	Zoetermeer	zoetermeer	11	0637		52.0617	4.4926	6
2712	Zoetermeer	zoetermeer	11	0637		52.0514	4.4991	6
2713	Zoetermeer	zoetermeer	11	0637		52.0547	4.4853	6
2715	Zoetermeer	zoetermeer	11	0637		52.0557	4.4744	6
2716	Zoetermeer	zoetermeer	11	0637		52.0573	4.4647	6
2717	Zoetermeer	zoetermeer	11	0637		52.0668	4.4751	6
2718	Zoetermeer	zoetermeer	11	0637		52.0402	4.4938	6
2719	Zoetermeer	zoetermeer	11	0637		52.0417	4.4737	6
2721	Zoetermeer	zoetermeer	11	0637		52.058	4.5426	6
2722	Zoetermeer	zoetermeer	11	0637		52.0566	4.5061	6
2723	Zoetermeer	zoetermeer	11	0637		52.0631	4.5185	6
2724	Zoetermeer	zoetermeer	11	0637		52.0653	4.5087	6
2725	Zoetermeer	zoetermeer	11	0637		52.0735	4.4983	6
2726	Zoetermeer	zoetermeer	11	0637		52.0677	4.4877	6
2727	Zoetermeer	zoetermeer	11	0637		52.0716	4.5123	6
2728	Zoetermeer	zoetermeer	11	0637		52.0753	4.5219	6
2729	Zoetermeer	zoetermeer	11	0637		52.0637	4.5354	6
2381	Zoeterwoude	zoeterwoude	11	0638		52.1192	4.4984	6
2382	Zoeterwoude	zoeterwoude	11	0638		52.1417	4.5266	6
2735	Gelderswoude	gelderswoude	11	0638		52.0908	4.5301	6
2995	Heerjansdam	heerjansdam	11	0642		51.8348	4.5661	6
3331	Zwijndrecht	zwijndrecht	11	0642		51.8189	4.642	6
3332	Zwijndrecht	zwijndrecht	11	0642		51.8242	4.6523	6
3333	Zwijndrecht	zwijndrecht	11	0642		51.8109	4.6315	6
3334	Zwijndrecht	zwijndrecht	11	0642		51.8141	4.6103	6
3335	Zwijndrecht	zwijndrecht	11	0642		51.8207	4.6117	6
3336	Zwijndrecht	zwijndrecht	11	0642		51.8093	4.615	6
2171	Sassenheim	sassenheim	11	1525		52.2236	4.5164	6
2171	Warmond	warmond	11	1525		52.2149	4.5144	6
2172	Sassenheim	sassenheim	11	1525		52.2226	4.5269	6
2215	Voorhout	voorhout	11	1525		52.2249	4.4889	6
2216	Voorhout	voorhout	11	1525		52.2301	4.4903	4
2361	Sassenheim	sassenheim	11	1525		52.2188	4.5448	4
2361	Warmond	warmond	11	1525		52.197	4.5024	6
2362	Warmond	warmond	11	1525		52.1923	4.5426	6
2651	Berkel en Rodenrijs	berkel-en-rodenrijs	11	1621		51.9942	4.4758	6
2652	Berkel en Rodenrijs	berkel-en-rodenrijs	11	1621		51.9937	4.4636	6
2661	Bergschenhoek	bergschenhoek	11	1621		51.9887	4.5035	6
2662	Bergschenhoek	bergschenhoek	11	1621		51.9904	4.4914	4
2665	Bleiswijk	bleiswijk	11	1621		52.0122	4.5368	6
2291	Wateringen	wateringen	11	1783		52.024	4.2754	6
2292	Wateringen	wateringen	11	1783		52.0189	4.2886	6
2295	Kwintsheul	kwintsheul	11	1783		52.0145	4.2563	6
2671	Naaldwijk	naaldwijk	11	1783		51.9935	4.207	6
2672	Naaldwijk	naaldwijk	11	1783		51.9929	4.2158	4
2673	Naaldwijk	naaldwijk	11	1783		52.0008	4.2016	6
2675	Honselersdijk	honselersdijk	11	1783		52.0076	4.2305	6
2676	Maasdijk	maasdijk	11	1783		51.9576	4.2161	6
2678	De Lier	de-lier	11	1783		51.9766	4.2484	6
2681	Monster	monster	11	1783		52.0256	4.1761	6
2684	Ter Heijde	ter-heijde	11	1783		52.0302	4.1685	6
2685	Poeldijk	poeldijk	11	1783		52.0246	4.2207	6
2691	's-Gravenzande	s-gravenzande	11	1783		51.9979	4.1666	6
2692	's-Gravenzande	s-gravenzande	11	1783		51.9981	4.1639	4
2693	's-Gravenzande	s-gravenzande	11	1783		52.0002	4.179	6
2694	's-Gravenzande	s-gravenzande	11	1783		52.0071	4.1662	6
2635	Den Hoorn	den-hoorn	11	1842		52.0023	4.3283	6
2636	Schipluiden	schipluiden	11	1842		51.9749	4.3181	6
3155	Maasland	maasland	11	1842		51.9364	4.2718	6
2159	Kaag	kaag	11	1884		52.2132	4.5609	6
2355	Hoogmade	hoogmade	11	1884		52.1697	4.5815	6
2371	Roelofarendsveen	roelofarendsveen	11	1884		52.2009	4.6302	6
2374	Oud Ade	oud-ade	11	1884		52.1845	4.5573	6
2375	Rijpwetering	rijpwetering	11	1884		52.1935	4.5836	6
2376	Nieuwe Wetering	nieuwe-wetering	11	1884		52.2084	4.6176	6
2377	Oude Wetering	oude-wetering	11	1884		52.2117	4.6429	6
2451	Leimuiden	leimuiden	11	1884		52.2225	4.6705	6
2465	Rijnsaterwoude	rijnsaterwoude	11	1884		52.1954	4.6708	6
2481	Woubrugge	woubrugge	11	1884		52.1701	4.6348	6
2751	Moerkapelle	moerkapelle	11	1892		52.0454	4.5786	6
2752	Moerkapelle	moerkapelle	11	1892		52.0341	4.5856	6
2761	Zevenhuizen	zevenhuizen	11	1892		52.0083	4.5838	6
2841	Moordrecht	moordrecht	11	1892		51.991	4.666	6
2911	Nieuwerkerk aan den IJssel	nieuwerkerk-aan-den-ijssel	11	1892		51.9598	4.6179	6
2912	Nieuwerkerk aan den IJssel	nieuwerkerk-aan-den-ijssel	11	1892		51.9649	4.6068	6
2913	Nieuwerkerk aan den IJssel	nieuwerkerk-aan-den-ijssel	11	1892		51.9795	4.606	6
2914	Nieuwerkerk aan den IJssel	nieuwerkerk-aan-den-ijssel	11	1892		51.9722	4.6169	6
2411	Bodegraven	bodegraven	11	1901		52.0823	4.7498	6
2412	Bodegraven	bodegraven	11	1901		52.0759	4.7634	6
2415	Nieuwerbrug aan den Rijn	nieuwerbrug-aan-den-rijn	11	1901		52.0782	4.8143	6
2811	Reeuwijk	reeuwijk	11	1901		52.047	4.7222	6
3465	Driebruggen	driebruggen	11	1901		52.0429	4.7995	6
3466	Waarder	waarder	11	1901		52.0602	4.822	6
2261	Leidschendam	leidschendam	11	1916		52.0968	4.3894	6
2262	Leidschendam	leidschendam	11	1916		52.0914	4.3879	6
2263	Leidschendam	leidschendam	11	1916		52.0973	4.4004	6
2264	Leidschendam	leidschendam	11	1916		52.0892	4.3973	6
2265	Leidschendam	leidschendam	11	1916		52.0844	4.3993	6
2266	Leidschendam	leidschendam	11	1916		52.0841	4.4196	6
2267	Leidschendam	leidschendam	11	1916		52.0587	4.3568	6
2271	Voorburg	voorburg	11	1916		52.072	4.369	6
2272	Voorburg	voorburg	11	1916		52.0845	4.3747	6
2273	Voorburg	voorburg	11	1916		52.0793	4.3587	6
2274	Voorburg	voorburg	11	1916		52.0744	4.3505	6
2275	Voorburg	voorburg	11	1916		52.0628	4.3513	6
3241	Middelharnis	middelharnis	11	1924		51.7584	4.1683	6
3243	Stad aan 't Haringvliet	stad-aan-t-haringvliet	11	1924		51.7359	4.2389	6
3244	Nieuwe-Tonge	nieuwe-tonge	11	1924		51.7119	4.1562	6
3245	Sommelsdijk	sommelsdijk	11	1924		51.7565	4.1511	6
3247	Dirksland	dirksland	11	1924		51.7481	4.1001	6
3247	Herkingen	herkingen	11	1924		51.7182	4.0854	6
3248	Melissant	melissant	11	1924		51.7692	4.0705	6
3249	Herkingen	herkingen	11	1924		51.711	4.0856	6
3251	Stellendam	stellendam	11	1924		51.8066	4.0271	6
3252	Goedereede	goedereede	11	1924		51.821	3.9825	6
3253	Ouddorp	ouddorp	11	1924		51.8063	3.9121	6
3255	Oude-Tonge	oude-tonge	11	1924		51.6911	4.2118	6
3256	Achthuizen	achthuizen	11	1924		51.6855	4.28	6
3257	Ooltgensplaat	ooltgensplaat	11	1924		51.6829	4.347	6
3258	Den Bommel	den-bommel	11	1924		51.7126	4.2817	6
2631	Nootdorp	nootdorp	11	1926		52.044	4.3962	6
2632	Nootdorp	nootdorp	11	1926		52.0489	4.3945	4
2641	Pijnacker	pijnacker	11	1926		52.0191	4.4342	6
2642	Pijnacker	pijnacker	11	1926		52.0109	4.4485	6
2643	Pijnacker	pijnacker	11	1926		52.0042	4.4426	6
2645	Delfgauw	delfgauw	11	1926		52.0044	4.3949	6
3201	Spijkenisse	spijkenisse	11	1930		51.8486	4.3292	6
3202	Spijkenisse	spijkenisse	11	1930		51.8561	4.3167	6
3203	Spijkenisse	spijkenisse	11	1930		51.8416	4.3387	6
3204	Spijkenisse	spijkenisse	11	1930		51.8393	4.3241	6
3205	Hekelingen	hekelingen	11	1930		51.8265	4.3653	6
3205	Spijkenisse	spijkenisse	11	1930		51.8343	4.3427	6
3206	Spijkenisse	spijkenisse	11	1930		51.8298	4.3254	6
3207	Spijkenisse	spijkenisse	11	1930		51.8376	4.3596	6
3208	Spijkenisse	spijkenisse	11	1930		51.8364	4.3106	6
3209	Hekelingen	hekelingen	11	1930		51.8251	4.3443	6
3211	Geervliet	geervliet	11	1930		51.861	4.2619	6
3212	Simonshaven	simonshaven	11	1930		51.824	4.2828	6
3214	Zuidland	zuidland	11	1930		51.8222	4.2562	6
3216	Abbenbroek	abbenbroek	11	1930		51.8468	4.2407	6
3218	Heenvliet	heenvliet	11	1930		51.8652	4.2401	6
2821	Stolwijk	stolwijk	11	1931		51.9724	4.7688	6
2825	Berkenwoude	berkenwoude	11	1931		51.9492	4.7063	6
2825	Stolwijk	stolwijk	11	1931		51.949	4.7186	
2831	Gouderak	gouderak	11	1931		51.9852	4.6785	6
2851	Haastrecht	haastrecht	11	1931		52.0009	4.7774	6
2855	Vlist	vlist	11	1931		51.9764	4.8212	6
2861	Bergambacht	bergambacht	11	1931		51.9336	4.7862	6
2865	Ammerstol	ammerstol	11	1931		51.9278	4.8088	6
2871	Schoonhoven	schoonhoven	11	1931		51.9487	4.8489	6
2872	Schoonhoven	schoonhoven	11	1931		51.9476	4.8703	6
2931	Krimpen aan de Lek	krimpen-aan-de-lek	11	1931		51.8966	4.626	6
2935	Ouderkerk aan den IJssel	ouderkerk-aan-den-ijssel	11	1931		51.9397	4.6388	6
2941	Krimpen aan de Lek	krimpen-aan-de-lek	11	1931		51.8939	4.6453	6
2941	Lekkerkerk	lekkerkerk	11	1931		51.8995	4.6848	6
3261	Oud-Beijerland	oud-beijerland	11	1963		51.8205	4.426	6
3262	Oud-Beijerland	oud-beijerland	11	1963		51.821	4.4056	6
3263	Oud-Beijerland	oud-beijerland	11	1963		51.8247	4.3967	6
3264	Nieuw-Beijerland	nieuw-beijerland	11	1963		51.8094	4.3449	6
3265	Piershil	piershil	11	1963		51.794	4.3168	6
3267	Goudswaard	goudswaard	11	1963		51.7888	4.2821	6
3271	Mijnsheerenland	mijnsheerenland	11	1963		51.7983	4.4858	6
3273	Westmaas	westmaas	11	1963		51.7869	4.4727	6
3274	Heinenoord	heinenoord	11	1963		51.8235	4.4883	6
3281	Numansdorp	numansdorp	11	1963		51.7334	4.4404	6
3284	Zuid-Beijerland	zuid-beijerland	11	1963		51.7529	4.3635	6
3286	Klaaswaal	klaaswaal	11	1963		51.7707	4.4466	6
3291	Strijen	strijen	11	1963		51.7442	4.5508	6
3292	Strijensas	strijensas	11	1963		51.7167	4.5836	6
3293	Mookhoek	mookhoek	11	1963		51.753	4.5992	4
3295	's-Gravendeel	s-gravendeel	11	1963		51.7771	4.6135	6
3297	Puttershoek	puttershoek	11	1963		51.8037	4.565	6
3299	Maasdam	maasdam	11	1963		51.7872	4.5539	6
2957	Nieuw-Lekkerland	nieuw-lekkerland	11	1978		51.8867	4.6781	6
2959	Streefkerk	streefkerk	11	1978		51.9014	4.7495	6
2961	Kinderdijk	kinderdijk	11	1978		51.8866	4.6324	6
2964	Groot-Ammers	groot-ammers	11	1978		51.9253	4.8298	6
2965	Nieuwpoort	nieuwpoort	11	1978		51.9318	4.8709	6
2967	Langerak	langerak	11	1978		51.9337	4.884	6
2968	Waal	waal	11	1978		51.9385	4.8998	6
2969	Oud-Alblas	oud-alblas	11	1978		51.8581	4.7054	6
2971	Bleskensgraaf ca	bleskensgraaf-ca	11	1978		51.8712	4.7791	6
2973	Molenaarsgraaf	molenaarsgraaf	11	1978		51.8757	4.8241	6
2974	Brandwijk	brandwijk	11	1978		51.8815	4.8227	6
2975	Ottoland	ottoland	11	1978		51.89	4.8641	6
2977	Goudriaan	goudriaan	11	1978		51.9036	4.8975	6
3366	Wijngaarden	wijngaarden	11	1978		51.845	4.7645	6
3381	Giessenburg	giessenburg	11	1978		51.8493	4.8853	6
4209	Schelluinen	schelluinen	11	1978		51.8446	4.9256	6
4221	Hoogblokland	hoogblokland	11	1978		51.8774	4.9768	6
4223	Hoornaar	hoornaar	11	1978		51.8776	4.9453	6
4225	Noordeloos	noordeloos	11	1978		51.9013	4.9418	6
4241	Arkel	arkel	11	1978		51.8638	4.9934	6
7601	Almelo	almelo	15	0141		52.3456	6.671	6
7602	Almelo	almelo	15	0141		52.3698	6.658	6
7603	Almelo	almelo	15	0141		52.3687	6.6847	6
7604	Almelo	almelo	15	0141		52.3587	6.6406	6
7605	Almelo	almelo	15	0141		52.3497	6.6536	6
7606	Almelo	almelo	15	0141		52.3446	6.6518	6
7607	Almelo	almelo	15	0141		52.3548	6.6679	6
7608	Almelo	almelo	15	0141		52.3783	6.6798	6
7609	Almelo	almelo	15	0141		52.3342	6.6412	6
7610	Almelo	almelo	15	0141		52.3862	6.6425	6
7611	Aadorp	aadorp	15	0141		52.3776	6.6286	6
7627	Bornerbroek	bornerbroek	15	0141		52.3118	6.6573	6
7621	Borne	borne	15	0147		52.2969	6.743	6
7622	Borne	borne	15	0147		52.2996	6.754	6
7623	Borne	borne	15	0147		52.3033	6.7644	6
7625	Zenderen	zenderen	15	0147		52.3231	6.7236	6
7626	Hertme	hertme	15	0147		52.3189	6.7637	6
7711	Nieuwleusen	nieuwleusen	15	0148		52.5808	6.2787	6
7721	Dalfsen	dalfsen	15	0148		52.5108	6.2572	6
7722	Dalfsen	dalfsen	15	0148		52.5146	6.2685	4
8151	Lemelerveld	lemelerveld	15	0148		52.4458	6.3496	6
8152	Lemelerveld	lemelerveld	15	0148		52.4464	6.3328	6
8153	Lemelerveld	lemelerveld	15	0148		52.4312	6.3435	6
8154	Lemelerveld	lemelerveld	15	0148		52.4381	6.3049	6
7411	Deventer	deventer	15	0150		52.2524	6.1594	6
7412	Deventer	deventer	15	0150		52.2635	6.1417	6
7413	Deventer	deventer	15	0150		52.2614	6.1591	6
7414	Deventer	deventer	15	0150		52.2752	6.1465	6
7415	Deventer	deventer	15	0150		52.2692	6.1653	6
7416	Deventer	deventer	15	0150		52.2583	6.1737	6
7417	Deventer	deventer	15	0150		52.2546	6.1818	6
7418	Deventer	deventer	15	0150		52.2441	6.1873	6
7419	Deventer	deventer	15	0150		52.249	6.1429	6
7421	Deventer	deventer	15	0150		52.2437	6.2211	6
7422	Deventer	deventer	15	0150		52.247	6.2108	6
7423	Deventer	deventer	15	0150		52.2537	6.208	6
7424	Deventer	deventer	15	0150		52.2629	6.2169	6
7425	Deventer	deventer	15	0150		52.2601	6.227	6
7426	Deventer	deventer	15	0150		52.254	6.248	6
7427	Deventer	deventer	15	0150		52.2476	6.2408	6
7428	Deventer	deventer	15	0150		52.2345	6.2519	6
7429	Colmschate	colmschate	15	0150		52.2491	6.2221	6
7431	Diepenveen	diepenveen	15	0150		52.2891	6.151	6
7433	Schalkhaar	schalkhaar	15	0150		52.2703	6.1982	6
7434	Lettele	lettele	15	0150		52.2773	6.2738	6
7435	Okkenbroek	okkenbroek	15	0150		52.2937	6.3192	6
7437	Bathmen	bathmen	15	0150		52.2493	6.2953	6
7511	Enschede	enschede	15	0153		52.22	6.9007	6
7512	Enschede	enschede	15	0153		52.2138	6.8978	6
7513	Enschede	enschede	15	0153		52.2154	6.8825	6
7514	Enschede	enschede	15	0153		52.2257	6.8956	6
7521	Enschede	enschede	15	0153		52.229	6.8616	6
7522	Enschede	enschede	15	0153		52.2385	6.8706	6
7523	Enschede	enschede	15	0153		52.2361	6.8945	6
7524	Enschede	enschede	15	0153		52.2534	6.9073	6
7525	Enschede	enschede	15	0153		52.2573	6.9336	6
7531	Enschede	enschede	15	0153		52.2294	6.9164	6
7532	Enschede	enschede	15	0153		52.2201	6.9615	6
7533	Enschede	enschede	15	0153		52.2216	6.9195	6
7534	Enschede	enschede	15	0153		52.2113	6.9625	6
7535	Enschede	enschede	15	0153		52.2126	6.9155	6
7536	Enschede	enschede	15	0153		52.1856	6.926	6
7541	Enschede	enschede	15	0153		52.2086	6.903	6
7542	Enschede	enschede	15	0153		52.1929	6.9008	6
7543	Enschede	enschede	15	0153		52.2056	6.8771	6
7544	Enschede	enschede	15	0153		52.1921	6.8776	6
7545	Enschede	enschede	15	0153		52.2125	6.8641	6
7546	Enschede	enschede	15	0153		52.1928	6.8531	6
7547	Enschede	enschede	15	0153		52.2218	6.8376	6
7548	Enschede	enschede	15	0153		52.2016	6.7964	6
7481	Haaksbergen	haaksbergen	15	0158		52.1536	6.7528	6
7482	Haaksbergen	haaksbergen	15	0158		52.1646	6.7273	6
7483	Haaksbergen	haaksbergen	15	0158		52.1674	6.735	6
7691	Bergentheim	bergentheim	15	0160		52.5251	6.615	6
7692	Mariënberg	marienberg	15	0160		52.5108	6.5769	6
7693	Sibculo	sibculo	15	0160		52.4809	6.6354	6
7694	Kloosterhaar	kloosterhaar	15	0160		52.4993	6.6722	6
7695	Bruchterveld	bruchterveld	15	0160		52.5335	6.6623	6
7696	Brucht	brucht	15	0160		52.5478	6.6198	6
7701	Dedemsvaart	dedemsvaart	15	0160		52.5999	6.4628	6
7702	Dedemsvaart	dedemsvaart	15	0160		52.5924	6.4528	4
7707	Balkbrug	balkbrug	15	0160		52.6033	6.3819	6
7771	Hardenberg	hardenberg	15	0160		52.5691	6.6051	6
7772	Hardenberg	hardenberg	15	0160		52.5765	6.6319	6
7773	Hardenberg	hardenberg	15	0160		52.5803	6.6046	6
7775	Lutten	lutten	15	0160		52.614	6.5772	6
7776	Slagharen	slagharen	15	0160		52.6277	6.5553	6
7777	Schuinesloot	schuinesloot	15	0160		52.6465	6.5539	6
7778	Loozen	loozen	15	0160		52.5886	6.6726	6
7779	Holthone	holthone	15	0160		52.6392	6.6825	6
7781	De Krim	de-krim	15	0160		52.6427	6.5931	6
7782	De Krim	de-krim	15	0160		52.6505	6.6242	6
7783	Gramsbergen	gramsbergen	15	0160		52.6076	6.672	6
7784	Ane	ane	15	0160		52.6135	6.6412	6
7785	Anevelde	anevelde	15	0160		52.5979	6.649	6
7786	Den Velde	den-velde	15	0160		52.5953	6.698	6
7787	Holtheme	holtheme	15	0160		52.6124	6.7058	6
7788	Anerveen	anerveen	15	0160		52.6306	6.6528	6
7791	Radewijk	radewijk	15	0160		52.572	6.7128	6
7792	Venebrugge	venebrugge	15	0160		52.5587	6.6755	6
7793	Hoogenweg	hoogenweg	15	0160		52.5675	6.6596	6
7794	Rheeze	rheeze	15	0160		52.5473	6.5771	6
7795	Diffelen	diffelen	15	0160		52.5281	6.5557	6
7796	Heemserveen	heemserveen	15	0160		52.5811	6.5739	6
7797	Rheezerveen	rheezerveen	15	0160		52.5746	6.5387	6
7798	Collendoorn	collendoorn	15	0160		52.594	6.5946	6
7441	Nijverdal	nijverdal	15	0163		52.3601	6.4575	6
7442	Nijverdal	nijverdal	15	0163		52.3585	6.4755	6
7443	Nijverdal	nijverdal	15	0163		52.3741	6.4773	6
7447	Hellendoorn	hellendoorn	15	0163		52.3981	6.4492	6
7448	Haarle	haarle	15	0163		52.3637	6.3853	6
7687	Daarlerveen	daarlerveen	15	0163		52.4416	6.5788	6
7688	Daarle	daarle	15	0163		52.4289	6.5388	6
7551	Hengelo	hengelo	15	0164		52.2657	6.7924	6
7552	Hengelo	hengelo	15	0164		52.2604	6.818	6
7553	Hengelo	hengelo	15	0164		52.2553	6.7897	6
7554	Hengelo	hengelo	15	0164		52.2293	6.7629	6
7555	Hengelo	hengelo	15	0164		52.262	6.7709	6
7556	Hengelo	hengelo	15	0164		52.2745	6.79	6
7557	Hengelo	hengelo	15	0164		52.2714	6.811	6
7558	Hengelo	hengelo	15	0164		52.2855	6.8324	6
7559	Hengelo	hengelo	15	0164		52.2938	6.8074	6
8261	Kampen	kampen	15	0166		52.557	5.9168	6
8262	Kampen	kampen	15	0166		52.5621	5.9034	6
8263	Kampen	kampen	15	0166		52.5643	5.8842	6
8264	Kampen	kampen	15	0166		52.5575	5.8926	6
8265	Kampen	kampen	15	0166		52.5471	5.9052	6
8266	Kampen	kampen	15	0166		52.5429	5.9242	4
8267	Kampen	kampen	15	0166		52.5866	5.9082	6
8271	IJsselmuiden	ijsselmuiden	15	0166		52.5657	5.9367	6
8274	Wilsum	wilsum	15	0166		52.5292	5.9666	6
8275	's-Heerenbroek	s-heerenbroek	15	0166		52.5362	6.0128	6
8276	Zalk	zalk	15	0166		52.5181	6.0035	6
8277	Grafhorst	grafhorst	15	0166		52.5835	5.935	6
8278	Kamperveen	kamperveen	15	0166		52.5007	5.9348	6
8293	Mastenbroek	mastenbroek	15	0166		52.5673	6.0056	6
7581	Losser	losser	15	0168		52.2643	7.0065	6
7582	Losser	losser	15	0168		52.2586	7.0001	6
7585	Glane	glane	15	0168		52.2307	6.9939	6
7586	Overdinkel	overdinkel	15	0168		52.2369	7.036	6
7587	de Lutte	de-lutte	15	0168		52.3132	6.9927	6
7588	Beuningen	beuningen	15	0168		52.3551	7.0029	6
7562	Deurningen	deurningen	15	0173		52.302	6.879	6
7571	Oldenzaal	oldenzaal	15	0173		52.3127	6.9284	6
7572	Oldenzaal	oldenzaal	15	0173		52.312	6.9229	6
7573	Oldenzaal	oldenzaal	15	0173		52.3138	6.9355	6
7574	Oldenzaal	oldenzaal	15	0173		52.3002	6.9363	6
7575	Oldenzaal	oldenzaal	15	0173		52.2977	6.9224	6
7576	Oldenzaal	oldenzaal	15	0173		52.3143	6.9043	6
7577	Oldenzaal	oldenzaal	15	0173		52.3236	6.9185	6
7685	Beerzerveld	beerzerveld	15	0175		52.4957	6.5723	6
7731	Ommen	ommen	15	0175		52.524	6.4208	6
7732	Ommen	ommen	15	0175		52.5337	6.4398	6
7734	Vilsteren	vilsteren	15	0175		52.5062	6.3685	6
7735	Arriën	arrien	15	0175		52.5398	6.4617	6
7736	Beerze	beerze	15	0175		52.511	6.5443	6
7737	Stegeren	stegeren	15	0175		52.5474	6.4987	6
7738	Witharen	witharen	15	0175		52.5629	6.3892	6
7739	Vinkenbuurt	vinkenbuurt	15	0175		52.5824	6.3612	6
8146	Dalmsholte	dalmsholte	15	0175		52.4685	6.3663	6
8147	Giethmen	giethmen	15	0175		52.4904	6.3905	6
8148	Lemele	lemele	15	0175		52.452	6.4107	6
8055	Laag Zuthem	laag-zuthem	15	0177		52.4593	6.1796	6
8101	Raalte	raalte	15	0177		52.3826	6.2635	6
8102	Raalte	raalte	15	0177		52.3851	6.2777	6
8103	Raalte	raalte	15	0177		52.3958	6.2858	6
8105	Luttenberg	luttenberg	15	0177		52.4051	6.3655	6
8106	Mariënheem	marienheem	15	0177		52.383	6.3223	6
8107	Broekland	broekland	15	0177		52.364	6.2074	6
8111	Heeten	heeten	15	0177		52.3303	6.2794	6
8112	Nieuw Heeten	nieuw-heeten	15	0177		52.3212	6.3427	6
8141	Heino	heino	15	0177		52.4378	6.2358	6
8144	Lierderholthuis	lierderholthuis	15	0177		52.4368	6.1926	6
7715	Punthorst	punthorst	15	0180		52.6054	6.2661	6
7951	Staphorst	staphorst	15	0180		52.6463	6.2115	6
7954	Rouveen	rouveen	15	0180		52.6147	6.183	6
7955	IJhorst	ijhorst	15	0180		52.6574	6.2977	6
7614	Mariaparochie	mariaparochie	15	0183		52.381	6.7071	6
7615	Harbrinkhoek	harbrinkhoek	15	0183		52.3843	6.718	6
7651	Tubbergen	tubbergen	15	0183		52.4077	6.7855	6
7661	Vasse	vasse	15	0183		52.4329	6.8306	6
7662	Hezingen	hezingen	15	0183		52.4382	6.8811	6
7663	Mander	mander	15	0183		52.442	6.82	6
7664	Manderveen	manderveen	15	0183		52.4469	6.7795	6
7665	Albergen	albergen	15	0183		52.3686	6.7589	6
7666	Fleringen	fleringen	15	0183		52.3802	6.8042	6
7667	Reutum	reutum	15	0183		52.3851	6.8431	6
7668	Haarle	haarle	15	0183		52.4059	6.8373	6
7678	Geesteren	geesteren	15	0183		52.4221	6.7305	6
7679	Langeveen	langeveen	15	0183		52.462	6.7195	6
7466	Zuna	zuna	15	0189		52.332	6.4976	6
7467	Notter	notter	15	0189		52.3356	6.5224	6
7468	Enter	enter	15	0189		52.2949	6.5775	6
7641	Hoge Hexel	hoge-hexel	15	0189		52.3813	6.5851	6
7641	Wierden	wierden	15	0189		52.3638	6.5968	6
7642	Notter	notter	15	0189		52.34	6.5336	4
7642	Wierden	wierden	15	0189		52.354	6.5855	6
7645	Wierden	wierden	15	0189		52.3832	6.5821	
7645	Hoge Hexel	hoge-hexel	15	0189		52.3916	6.563	6
7645	Enter	enter	15	0189		52.2897	6.577	4
8011	Zwolle	zwolle	15	0193		52.5116	6.0921	6
8012	Zwolle	zwolle	15	0193		52.5046	6.1038	6
8013	Zwolle	zwolle	15	0193		52.496	6.1227	6
8014	Zwolle	zwolle	15	0193		52.4854	6.1146	6
8015	Zwolle	zwolle	15	0193		52.4695	6.1219	6
8016	Zwolle	zwolle	15	0193		52.4823	6.1032	6
8017	Zwolle	zwolle	15	0193		52.498	6.0937	6
8019	Zwolle	zwolle	15	0193		52.506	6.0735	6
8021	Zwolle	zwolle	15	0193		52.5174	6.0971	6
8022	Zwolle	zwolle	15	0193		52.5208	6.1094	6
8023	Zwolle	zwolle	15	0193		52.5126	6.113	6
8024	Zwolle	zwolle	15	0193		52.523	6.136	6
8025	Zwolle	zwolle	15	0193		52.5088	6.123	6
8026	Zwolle	zwolle	15	0193		52.4945	6.1664	6
8028	Zwolle	zwolle	15	0193		52.542	6.1767	6
8031	Zwolle	zwolle	15	0193		52.5264	6.084	6
8032	Zwolle	zwolle	15	0193		52.5317	6.1002	6
8033	Zwolle	zwolle	15	0193		52.5353	6.1104	6
8034	Zwolle	zwolle	15	0193		52.5357	6.1246	6
8035	Zwolle	zwolle	15	0193		52.5538	6.1537	6
8041	Zwolle	zwolle	15	0193		52.5124	6.0675	6
8042	Zwolle	zwolle	15	0193		52.5211	6.0484	6
8043	Zwolle	zwolle	15	0193		52.534	6.0569	6
8044	Zwolle	zwolle	15	0193		52.5431	6.0395	6
8045	Zwolle	zwolle	15	0193		52.56	6.068	6
7671	Vriezenveen	vriezenveen	15	1700		52.4094	6.6216	6
7672	Vriezenveen	vriezenveen	15	1700		52.4133	6.6143	6
7675	Bruinehaar	bruinehaar	15	1700		52.4679	6.7018	6
7676	Westerhaar-Vriezenveensewijk	westerhaar-vriezenveensewijk	15	1700		52.4579	6.6221	6
7681	Vroomshoop	vroomshoop	15	1700		52.46	6.5665	6
7683	Den Ham	den-ham	15	1700		52.4643	6.4993	6
7686	Geerdijk	geerdijk	15	1700		52.4774	6.5674	6
7693	Sibculo	sibculo	15	1700		52.4885	6.6555	6
7694	Kloosterhaar	kloosterhaar	15	1700		52.4931	6.6713	6
7946	Wanneperveen	wanneperveen	15	1708		52.6999	6.1074	6
8066	Belt-Schutsloot	belt-schutsloot	15	1708		52.6708	6.0621	6
8325	Vollenhove	vollenhove	15	1708		52.6789	5.956	6
8326	Sint Jansklooster	sint-jansklooster	15	1708		52.6747	6.0043	6
8331	Steenwijk	steenwijk	15	1708		52.7854	6.1175	6
8332	Steenwijk	steenwijk	15	1708		52.7933	6.1316	6
8333	Steenwijk	steenwijk	15	1708		52.7814	6.1517	6
8334	Tuk	tuk	15	1708		52.7978	6.0939	6
8335	Witte Paarden	witte-paarden	15	1708		52.809	6.0789	6
8336	Baars	baars	15	1708		52.8144	6.0972	6
8337	De Pol	de-pol	15	1708		52.8235	6.0818	6
8338	Willemsoord	willemsoord	15	1708		52.8254	6.0622	6
8339	Marijenkampen	marijenkampen	15	1708		52.8152	6.0575	6
8341	Steenwijkerwold	steenwijkerwold	15	1708		52.803	6.0622	6
8342	Basse	basse	15	1708		52.8057	6.0329	6
8343	Zuidveen	zuidveen	15	1708		52.7767	6.1115	6
8344	Onna	onna	15	1708		52.7745	6.1557	6
8345	Kallenkote	kallenkote	15	1708		52.7944	6.1685	6
8346	De Bult	de-bult	15	1708		52.8138	6.1199	6
8347	Eesveen	eesveen	15	1708		52.8242	6.1358	6
8355	Giethoorn	giethoorn	15	1708		52.7291	6.0762	6
8356	Blokzijl	blokzijl	15	1708		52.7254	5.9633	6
8361	IJsselham	ijsselham	15	1708		52.8109	5.9601	6
8362	Nederland	nederland	15	1708		52.7538	5.9643	6
8363	Wetering	wetering	15	1708		52.7624	5.9909	6
8371	Scheerwolde	scheerwolde	15	1708		52.7607	6.0186	6
8372	Baarlo	baarlo	15	1708		52.737	5.9484	6
8373	Blankenham	blankenham	15	1708		52.7668	5.8968	6
8374	Kuinre	kuinre	15	1708		52.79	5.8415	6
8375	Oldemarkt	oldemarkt	15	1708		52.8207	5.9739	6
8376	Ossenzijl	ossenzijl	15	1708		52.8079	5.9204	6
8377	Kalenberg	kalenberg	15	1708		52.7784	5.957	6
8378	Paasloo	paasloo	15	1708		52.8125	6.0041	6
7471	Goor	goor	15	1735		52.2363	6.5836	6
7472	Goor	goor	15	1735		52.248	6.5974	6
7475	Markelo	markelo	15	1735		52.2365	6.5054	6
7478	Diepenheim	diepenheim	15	1735		52.1981	6.5613	6
7491	Delden	delden	15	1735		52.2585	6.7114	6
7495	Ambt Delden	ambt-delden	15	1735		52.2613	6.6679	6
7496	Hengevelde	hengevelde	15	1735		52.2	6.6366	6
7497	Bentelo	bentelo	15	1735		52.223	6.6857	6
7451	Holten	holten	15	1742		52.2806	6.4211	6
7461	Rijssen	rijssen	15	1742		52.3067	6.5251	6
7462	Rijssen	rijssen	15	1742		52.3031	6.5079	6
7463	Rijssen	rijssen	15	1742		52.3109	6.4956	6
8121	Olst	olst	15	1773		52.3373	6.1175	6
8124	Wesepe	wesepe	15	1773		52.3315	6.2077	6
8131	Wijhe	wijhe	15	1773		52.3876	6.1448	6
8196	Welsum	welsum	15	1773		52.331	6.0886	6
8198	Marle	marle	15	1773		52.4131	6.1241	6
7561	Deurningen	deurningen	15	1774		52.3019	6.8423	6
7591	Denekamp	denekamp	15	1774		52.381	7.0094	6
7595	Weerselo	weerselo	15	1774		52.3502	6.8592	6
7596	Rossum	rossum	15	1774		52.3527	6.9253	6
7597	Saasveld	saasveld	15	1774		52.334	6.8046	6
7631	Ootmarsum	ootmarsum	15	1774		52.4075	6.9012	6
7634	Tilligte	tilligte	15	1774		52.4053	6.9508	6
7635	Lattrop-Breklenkamp	lattrop-breklenkamp	15	1774		52.4285	6.9788	6
7636	Agelo	agelo	15	1774		52.3907	6.8901	6
7637	Oud Ootmarsum	oud-ootmarsum	15	1774		52.4216	6.9113	6
7638	Nutter	nutter	15	1774		52.4204	6.8712	6
8061	Hasselt	hasselt	15	1896		52.5909	6.0997	6
8064	Zwartsluis	zwartsluis	15	1896		52.6417	6.0729	6
8281	Genemuiden	genemuiden	15	1896		52.6207	6.0397	6
8291	Mastenbroek	mastenbroek	15	1896		52.5917	6.0322	6
8294	Mastenbroek	mastenbroek	15	1896		52.5766	6.0412	6
1309	Almere	almere	16	0034		52.3987	5.2021	
1311	Almere	almere	16	0034		52.3683	5.179	6
1312	Almere	almere	16	0034		52.3736	5.1885	6
1313	Almere	almere	16	0034		52.3827	5.1984	6
1314	Almere	almere	16	0034		52.3801	5.2121	6
1315	Almere	almere	16	0034		52.371	5.2176	6
1316	Almere	almere	16	0034		52.3859	5.2215	6
1317	Almere	almere	16	0034		52.3892	5.2338	6
1318	Almere	almere	16	0034		52.3819	5.2493	6
1319	Almere	almere	16	0034		52.3923	5.1759	6
1321	Almere	almere	16	0034		52.3576	5.1824	6
1322	Almere	almere	16	0034		52.3495	5.1833	6
1323	Almere	almere	16	0034		52.366	5.1954	6
1324	Almere	almere	16	0034		52.3644	5.2078	6
1325	Almere	almere	16	0034		52.3668	5.2366	6
1326	Almere	almere	16	0034		52.3691	5.2521	6
1327	Almere	almere	16	0034		52.3603	5.2593	6
1328	Almere	almere	16	0034		52.3733	5.2646	6
1329	Almere	almere	16	0034		52.3684	5.2742	
1331	Almere	almere	16	0034		52.4183	5.2677	6
1332	Almere	almere	16	0034		52.4086	5.2531	6
1333	Almere	almere	16	0034		52.3955	5.2651	6
1334	Almere	almere	16	0034		52.3954	5.2785	6
1335	Almere	almere	16	0034		52.4035	5.292	6
1336	Almere	almere	16	0034		52.4038	5.3168	6
1338	Almere	almere	16	0034		52.3877	5.2789	6
1339	Almere	almere	16	0034		52.3962	5.3021	6
1341	Almere	almere	16	0034		52.358	5.2828	6
1343	Almere	almere	16	0034		52.3405	5.3036	6
1349	Almere	almere	16	0034		52.3445	5.316	6
1351	Almere	almere	16	0034		52.3478	5.2189	6
1352	Almere	almere	16	0034		52.3441	5.2139	6
1353	Almere	almere	16	0034		52.3374	5.2093	6
1354	Almere	almere	16	0034		52.338	5.2188	6
1355	Almere	almere	16	0034		52.3435	5.2274	6
1356	Almere	almere	16	0034		52.3388	5.2379	6
1357	Almere	almere	16	0034		52.3344	5.2297	6
1358	Almere	almere	16	0034		52.3342	5.261	6
1359	Almere	almere	16	0034		52.3403	5.195	6
1361	Almere	almere	16	0034		52.3417	5.1411	6
1362	Almere	almere	16	0034		52.3534	5.1684	6
1363	Almere	almere	16	0034		52.352	5.1491	6
1364	Almere	almere	16	0034		52.3837	5.1287	
3891	Zeewolde	zeewolde	16	0050		52.333	5.5377	6
3892	Zeewolde	zeewolde	16	0050		52.3241	5.5406	6
3893	Zeewolde	zeewolde	16	0050		52.3365	5.518	6
3894	Zeewolde	zeewolde	16	0050		52.3443	5.5281	6
3895	Zeewolde	zeewolde	16	0050		52.3479	5.5161	6
3896	Zeewolde	zeewolde	16	0050		52.2721	5.4258	6
3897	Zeewolde	zeewolde	16	0050		52.3541	5.4649	6
3898	Zeewolde	zeewolde	16	0050		52.3766	5.5889	6
3899	Zeewolde	zeewolde	16	0050		52.3558	5.5012	6
8301	Emmeloord	emmeloord	16	0171		52.7085	5.7566	6
8302	Emmeloord	emmeloord	16	0171		52.7186	5.7445	6
8303	Emmeloord	emmeloord	16	0171		52.709	5.7351	6
8304	Emmeloord	emmeloord	16	0171		52.7012	5.7583	6
8305	Emmeloord	emmeloord	16	0171		52.714	5.7853	6
8307	Ens	ens	16	0171		52.6388	5.8266	6
8308	Nagele	nagele	16	0171		52.6409	5.7245	6
8309	Tollebeek	tollebeek	16	0171		52.6789	5.6695	6
8311	Espel	espel	16	0171		52.7242	5.643	6
8312	Creil	creil	16	0171		52.765	5.6584	6
8313	Rutten	rutten	16	0171		52.808	5.7028	6
8314	Bant	bant	16	0171		52.7699	5.7535	6
8315	Luttelgeest	luttelgeest	16	0171		52.7483	5.8471	6
8316	Marknesse	marknesse	16	0171		52.7086	5.868	6
8317	Kraggenburg	kraggenburg	16	0171		52.6599	5.9023	6
8319	Schokland	schokland	16	0171		52.6444	5.7754	6
8321	Urk	urk	16	0184		52.6632	5.6092	6
8322	Urk	urk	16	0184		52.6642	5.6298	6
8251	Dronten	dronten	16	0303		52.5223	5.7266	6
8252	Dronten	dronten	16	0303		52.5135	5.71	6
8253	Dronten	dronten	16	0303		52.5376	5.6994	6
8254	Dronten	dronten	16	0303		52.5259	5.7235	4
8255	Swifterbant	swifterbant	16	0303		52.5685	5.6416	6
8256	Biddinghuizen	biddinghuizen	16	0303		52.4438	5.7021	6
8211	Lelystad	lelystad	16	0995		52.5363	5.5133	6
8212	Lelystad	lelystad	16	0995		52.5127	5.5044	6
8218	Lelystad	lelystad	16	0995		52.4495	5.5116	6
8219	Lelystad	lelystad	16	0995		52.4886	5.5347	6
8221	Lelystad	lelystad	16	0995		52.5542	5.482	
8222	Lelystad	lelystad	16	0995		52.5341	5.492	6
8223	Lelystad	lelystad	16	0995		52.5229	5.486	6
8224	Lelystad	lelystad	16	0995		52.5134	5.4853	6
8225	Lelystad	lelystad	16	0995		52.5025	5.4901	6
8226	Lelystad	lelystad	16	0995		52.4943	5.4954	6
8231	Lelystad	lelystad	16	0995		52.519	5.4681	6
8232	Lelystad	lelystad	16	0995		52.5074	5.4691	6
8233	Lelystad	lelystad	16	0995		52.5011	5.4755	6
8239	Lelystad	lelystad	16	0995		52.4831	5.4867	6
8241	Lelystad	lelystad	16	0995		52.5387	5.4568	6
8242	Lelystad	lelystad	16	0995		52.5202	5.4481	6
8243	Lelystad	lelystad	16	0995		52.5064	5.4486	6
8244	Lelystad	lelystad	16	0995		52.4972	5.4195	6
8245	Lelystad	lelystad	16	0995		52.4935	5.4558	6
\.


--
-- Data for Name: groop; Type: TABLE DATA; Schema: public; Owner: g5
--

COPY public.groop (id, slug, name, wd, n, type, description, download, sources, parents, children) FROM stdin;
30	engineer	Engineer	Q81096	2	occu	Persons whose occupation is Engineer.	occupation/engineer-2.csv.zip	null	["scientist"]	[]
28	dancer	Dancer	Q5716684	11	occu	Persons whose occupation is Dancer.	occupation/dancer-11.csv.zip	null	["artist"]	[]
9	bacteriologist	Bacteriologist	Q15816836	1	occu	Persons whose occupation is Bacteriologist.	occupation/bacteriologist-1.csv.zip	null	["scientist"]	[]
7	athletics-competitor	Athletics competitor	Q11513337	433	occu	Persons whose occupation is Athletics competitor.	occupation/athletics-competitor-433.csv.zip	null	["sportsperson"]	[]
1	actor	Actor	Q33999	1825	occu	Persons whose occupation is Actor.	occupation/actor-1825.csv.zip	null	["artist"]	[]
51	interior-designer	Interior designer	Q2133309	1	occu	Persons whose occupation is Interior designer.	occupation/interior-designer-1.csv.zip	null	[]	[]
5	architect	Architect	Q42973	9	occu	Persons whose occupation is Architect.	occupation/architect-9.csv.zip	null	[]	[]
52	journalist	Journalist	Q1930187	1018	occu	Persons whose occupation is Journalist.	occupation/journalist-1018.csv.zip	null	[]	[]
43	graphic-artist	Graphic artist	Q1925963	1930	occu	Persons whose occupation is Graphic artist.	occupation/graphic-artist-1930.csv.zip	null	["artist"]	["painter", "printmaker"]
3	american-football-player	American football player	Q19204627	192	occu	Persons whose occupation is American football player.	occupation/american-football-player-192.csv.zip	null	["sportsperson"]	[]
4	archer	Archer	Q13382355	1	occu	Persons whose occupation is Archer.	occupation/archer-1.csv.zip	null	["sportsperson"]	[]
41	geophysicist	Geopysicist	Q12094958	1	occu	Persons whose occupation is Geopysicist.	occupation/geophysicist-1.csv.zip	null	["physicist"]	[]
11	baseball-player	Baseball player	Q10871364	25	occu	Persons whose occupation is Baseball player.	occupation/baseball-player-25.csv.zip	null	["sportsperson"]	[]
12	basketball-player	Basketball player	Q3665646	194	occu	Persons whose occupation is Basketball player.	occupation/basketball-player-194.csv.zip	null	["sportsperson"]	[]
13	basque-pelota-player	Basque pelota player	Q19746576	18	occu	Persons whose occupation is Basque pelota player.	occupation/basque-pelota-player-18.csv.zip	null	["sportsperson"]	[]
14	billard-player	Billard player	Q18544928	10	occu	Persons whose occupation is Billard player.	occupation/billard-player-10.csv.zip	null	["sportsperson"]	[]
15	bobsledder	Bobsleigh pilot	Q177275	2	occu	Persons whose occupation is Bobsleigh pilot.	occupation/bobsledder-2.csv.zip	null	["winter-sports-practitioner"]	[]
16	bowler	Bowling player	Q4951095	3	occu	Persons whose occupation is Bowling player.	occupation/bowler-3.csv.zip	null	["sportsperson"]	[]
17	boxer	Boxer	Q11338576	259	occu	Persons whose occupation is Boxer.	occupation/boxer-259.csv.zip	null	["sportsperson"]	[]
20	catholic-priest	Catholic priest	Q250867	882	occu	Persons whose occupation is Catholic priest.	occupation/catholic-priest-882.csv.zip	null	["religious-occupation"]	[]
22	comedy-writer	Comedy writer	Q11914886	4	occu	Persons whose occupation is Comedy writer.	occupation/comedy-writer-4.csv.zip	null	["writer"]	[]
23	composer	Composer	Q36834	49	occu	Persons whose occupation is Composer.	occupation/composer-49.csv.zip	null	["musician"]	[]
34	feminist	Feminist	Q34074720	10	occu	Persons whose occupation is Feminist.	occupation/feminist-10.csv.zip	null	[]	["suffragette"]
29	diver	Diver	Q16004431	3	occu	Persons whose occupation is Diver.	occupation/diver-3.csv.zip	null	["sportsperson"]	[]
8	astronomer	Astronomer	Q11063	2	occu	Persons whose occupation is Astronomer.	occupation/astronomer-2.csv.zip	null	["scientist"]	[]
32	executive	Executive	Q978044	687	occu	Persons whose occupation is Executive.	occupation/executive-687.csv.zip	null	[]	[]
26	conductor	Conductor	Q158852	394	occu	Persons whose occupation is Conductor.	occupation/conductor-394.csv.zip	null	["musician"]	["conductor-of-military-band"]
33	factual-writer	Factual writer		17	occu	Persons whose occupation is Factual writer.	occupation/factual-writer-17.csv.zip	null	["writer"]	[]
35	fencer	Fencer	Q13381863	50	occu	Persons whose occupation is Fencer.	occupation/fencer-50.csv.zip	null	["sportsperson"]	[]
36	fictional-writer	Fictional writer		197	occu	Persons whose occupation is Fictional writer.	occupation/fictional-writer-197.csv.zip	null	["writer"]	[]
38	figure-skater	Figure skater	Q13219587	7	occu	Persons whose occupation is Figure skater.	occupation/figure-skater-7.csv.zip	null	["ice-skater"]	[]
24	computer-scientist	Computer scientist	Q82594	1	occu	Persons whose occupation is Computer scientist.	occupation/computer-scientist-1.csv.zip	null	["scientist"]	[]
42	golfer	Golfer	Q11303721	35	occu	Persons whose occupation is Golfer.	occupation/golfer-35.csv.zip	null	["sportsperson"]	[]
44	gymnast	Gymnast	Q16947675	25	occu	Persons whose occupation is Gymnast.	occupation/gymnast-25.csv.zip	null	["sportsperson"]	[]
46	historian-of-science	Historian of science	Q16063546	1	occu	Persons whose occupation is Historian of science.	occupation/historian-of-science-1.csv.zip	null	["scientist"]	[]
47	humanities-scholar	Humanities scholar	Q16727193	48	occu	Persons whose occupation is Humanities scholar.	occupation/humanities-scholar-48.csv.zip	null	["researcher"]	[]
48	ice-hockey-player	Ice hockey player	Q11774891	2	occu	Persons whose occupation is Ice hockey player.	occupation/ice-hockey-player-2.csv.zip	null	["ice-sport-practitioner"]	[]
21	chemist	Chemist	Q593644	2	occu	Persons whose occupation is Chemist.	occupation/chemist-2.csv.zip	null	["scientist"]	[]
53	judoka	Judoka	Q6665249	9	occu	Persons whose occupation is Judoka.	occupation/judoka-9.csv.zip	null	["sportsperson"]	[]
54	jurist	Jurist	Q185351	1	occu	Persons whose occupation is Jurist.	occupation/jurist-1.csv.zip	null	["legal-profession"]	[]
94	rugby-player	Rugby player	Q13415036	434	occu	Persons whose occupation is Rugby player.	occupation/rugby-player-434.csv.zip	null	["sportsperson"]	["rugby-league-player", "rugby-union-player"]
101	skier	Skier	Q4270517	85	occu	Persons whose occupation is Skier.	occupation/skier-85.csv.zip	null	["winter-sports-practitioner"]	[]
69	novelist	Novelist	Q6625963	465	occu	Persons whose occupation is Novelist.	occupation/novelist-465.csv.zip	null	["writer"]	[]
71	painter	Painter	Q1028181	1929	occu	Persons whose occupation is Painter.	occupation/painter-1929.csv.zip	null	["graphic-artist"]	[]
75	philosopher-of-science	Philosopher of science	Q16389557	1	occu	Persons whose occupation is Philosopher of science.	occupation/philosopher-of-science-1.csv.zip	null	[]	[]
68	naturalist	Naturalist	Q18805	1	occu	Persons whose occupation is Naturalist.	occupation/naturalist-1.csv.zip	null	["scientist"]	[]
83	printmaker	Printmaker	Q11569986	1	occu	Persons whose occupation is Printmaker.	occupation/printmaker-1.csv.zip	null	["graphic-artist"]	[]
97	schoolteacher	Schoolteacher	Q2251335	1	occu	Persons whose occupation is Schoolteacher.	occupation/schoolteacher-1.csv.zip	null	["pedagogue"]	[]
108	statistician	Statistician	Q2732142	1	occu	Persons whose occupation is Statistician.	occupation/statistician-1.csv.zip	null	["mathematician"]	[]
56	lawyer	Lawyer	Q40348	1	occu	Persons whose occupation is Lawyer.	occupation/lawyer-1.csv.zip	null	["legal-profession"]	[]
70	opera-singer	Opera singer	Q2865819	21	occu	Persons whose occupation is Opera singer.	occupation/opera-singer-21.csv.zip	null	["singer"]	[]
103	social-worker	Social worker	Q7019111	1	occu	Persons whose occupation is Social worker.	occupation/social-worker-1.csv.zip	null	[]	[]
99	sculptor	Sculptor	Q1281618	4	occu	Persons whose occupation is Sculptor.	occupation/sculptor-4.csv.zip	null	["artist"]	[]
102	social-scientist	Social scientist	Q15319501	21	occu	Persons whose occupation is Social scientist.	occupation/social-scientist-21.csv.zip	null	["scientist"]	[]
67	mystic	Mystic	Q12328016	1	occu	Persons whose occupation is Mystic.	occupation/mystic-1.csv.zip	null	[]	[]
78	physicist	Physicist	Q169470	9	occu	Persons whose occupation is Physicist.	occupation/physicist-9.csv.zip	null	["scientist"]	["geophysicist"]
79	pianist	Pianist	Q486748	3	occu	Persons whose occupation is Pianist.	occupation/pianist-3.csv.zip	null	["musician"]	[]
100	singer	Singer	Q177220	50	occu	Persons whose occupation is Singer.	occupation/singer-50.csv.zip	null	["musician"]	["opera-singer"]
58	logician	Logician	Q14565331	0	occu	Persons whose occupation is Logician.	\N	null	["mathematician", "philosopher"]	[]
77	physician	Physician	Q39631	3783	occu	Persons whose occupation is Physician.	occupation/physician-3783.csv.zip	null	[]	[]
61	miscelaneous	Miscelaneous		62	occu	Persons whose occupation is Miscelaneous.	occupation/miscelaneous-62.csv.zip	null	[]	[]
62	modern-pentathlete	Pentathlete	Q15972912	2	occu	Persons whose occupation is Pentathlete.	occupation/modern-pentathlete-2.csv.zip	null	["sportsperson"]	[]
55	kayaker	Kayaker	Q16004471	0	occu	Persons whose occupation is Kayaker.	\N	null	["sportsperson"]	[]
63	monarch	Monarch	Q116	20	occu	Persons whose occupation is Monarch.	occupation/monarch-20.csv.zip	null	[]	[]
72	partner-of-celebrity	Partner of celebrity		8	occu	Persons whose occupation is Partner of celebrity.	occupation/partner-of-celebrity-8.csv.zip	null	[]	[]
82	politician	Politician	Q82955	2136	occu	Persons whose occupation is Politician.	occupation/politician-2136.csv.zip	null	[]	[]
88	revolutionary	Revolutionary	Q3242115	9	occu	Persons whose occupation is Revolutionary.	occupation/revolutionary-9.csv.zip	null	[]	[]
76	photographer	Photographer	Q33231	2	occu	Persons whose occupation is Photographer.	occupation/photographer-2.csv.zip	null	["artist"]	[]
59	mathematician	Mathematician	Q170790	43	occu	Persons whose occupation is Mathematician.	occupation/mathematician-43.csv.zip	null	["scientist"]	["logician", "statistician"]
81	political-economist	Political economist	Q105572010	9	occu	Persons whose occupation is Political economist.	occupation/political-economist-9.csv.zip	null	[]	[]
85	religious-leader	Religious leader	Q15995642	9	occu	Persons whose occupation is Religious leader.	occupation/religious-leader-9.csv.zip	null	["religious-occupation"]	[]
89	rodeo-rider	Rodeo rider	Q21517059	1	occu	Persons whose occupation is Rodeo rider.	occupation/rodeo-rider-1.csv.zip	null	["sportsperson"]	[]
91	romanist	Romanist	Q2504617	1	occu	Persons whose occupation is Romanist.	occupation/romanist-1.csv.zip	null	["scientist"]	[]
92	rower	Rower	Q13382576	28	occu	Persons whose occupation is Rower.	occupation/rower-28.csv.zip	null	["sportsperson"]	[]
95	rugby-union-player	Rugby union player	Q14089670	182	occu	Persons whose occupation is Rugby union player.	occupation/rugby-union-player-182.csv.zip	null	["rugby-player"]	[]
73	pedagogue	Pedagogue	Q1231865	3	occu	Persons whose occupation is Pedagogue.	occupation/pedagogue-3.csv.zip	null	[]	["schoolteacher"]
104	speed-skater	Speed skater	Q10866633	2	occu	Persons whose occupation is Speed skater.	occupation/speed-skater-2.csv.zip	null	["ice-skater"]	[]
90	roller-skater	Roller skate	Q61278580	0	occu	Persons whose occupation is Roller skate.	\N	null	["sportsperson"]	[]
105	sport-sailer	Sport sailer	Q476246	12	occu	Persons whose occupation is Sport sailer.	occupation/sport-sailer-12.csv.zip	null	["sportsperson"]	[]
106	sport-shooter	Sport shooter	Q17486376	13	occu	Persons whose occupation is Sport shooter.	occupation/sport-shooter-13.csv.zip	null	["sportsperson"]	[]
109	suffragette	Suffragette	Q322170	7	occu	Persons whose occupation is Suffragette.	occupation/suffragette-7.csv.zip	null	["feminist"]	[]
110	swimmer	Swimmer	Q10843402	72	occu	Persons whose occupation is Swimmer.	occupation/swimmer-72.csv.zip	null	["sportsperson"]	[]
135	csicop-batch1	CSICOP Batch 1 - 128 sportsmen		128	history	This "batch 1" corresponds to the first step of data collection supervised by Paul Kurtz, CSICOP's director.\n<br>Paul Kurtz started to receive data of this group in september 1977. A first group of 72 birth dates were sent for computation to Dennis Rawlins on 1977-10-25. The rest of the data were sent by Kurtz to Rawlins in the following weeks.\n	\N	["rawlins-ertel-irving"]	["csicop"]	[]
129	e1	Gauquelin E1		2153	history	Persons published by Gauquelins' LERRCP booklet "2154 French Physicians, Military Men and Executives".	history/1970-1984-gauquelin/E1-sep.csv.zip	["e1-booklet"]	[]	[]
122	a2	Gauquelin A2		3643	history	Persons published by Gauquelins' LERRCP booklet "3644 scientists and medical doctors".	history/1970-1984-gauquelin/A2-sep.csv.zip	["a2-booklet"]	[]	[]
123	a3	Gauquelin A3		3046	history	Persons published by Gauquelins' LERRCP booklet "3047 military men".	history/1970-1984-gauquelin/A3-sep.csv.zip	["a3-booklet"]	[]	[]
132	muller-afd1-writers	Müller 402 Italian writers		402	history	402 Italian writers, gathered by Arno Müller	history/1991-muller1-writers/muller-402-writers.csv.zip	["afd1", "afd1-booklet"]	[]	[]
124	a4	Gauquelin A4		2720	history	Persons published by Gauquelins' LERRCP booklet "1473 painters and 1249 French musicians".	history/1970-1984-gauquelin/A4-sep.csv.zip	["a4-booklet"]	[]	[]
125	a5	Gauquelin A5		2410	history	Persons published by Gauquelins' LERRCP booklet "1409 actors and 1003 politicians".	history/1970-1984-gauquelin/A5-sep.csv.zip	["a5-booklet"]	[]	[]
136	csicop-batch2	CSICOP Batch 2 - 198 sportsmen		198	history	This "batch 2" corresponds to the second step of data collection supervised by Paul Kurtz, CSICOP's director.\n<br>They were assembled by Paul Kurtz in spring 1978 and sent to Dennis Rawlins to perform the computations. The computations were sent to Kurtz on 1978-06-25.\n	\N	["rawlins-ertel-irving"]	["csicop"]	[]
126	a6	Gauquelin A6		2026	history	Persons published by Gauquelins' LERRCP booklet "2027 writers and journalists".	history/1970-1984-gauquelin/A6-sep.csv.zip	["a6-booklet"]	[]	[]
160	g55-04-676-military	Gauquelin 1955 - 676 military		677	history	676 MILITAIRES\n<br>p 273 - 285 of the original book\n	history/1955-gauquelin/g55-04-676-military.csv.zip	["g55-book"]	[]	["g55-04a-596-officers", "g55-04b-81-saint-cyriens"]
121	a1	Gauquelin A1		2088	history	Persons published by Gauquelins' LERRCP booklet "2088 sports champions".	history/1970-1984-gauquelin/A1-sep.csv.zip	["a1-booklet"]	[]	[]
111	table-tennis-player	Table tennis player	Q13382519	2	occu	Persons whose occupation is Table tennis player.	occupation/table-tennis-player-2.csv.zip	null	["sportsperson"]	[]
133	muller-afd1-100writers	Müller 100 Italian writers		100	history	100 Italian writers without birth time, gathered by Arno Müller	history/1991-muller1-writers/muller-100-writers.csv.zip	["afd1-100", "afd1-booklet"]	[]	[]
127	d6	Gauquelin D6		450	history	Persons published by Gauquelins' LERRCP booklet "450 New famous European Sports Champions".	history/1970-1984-gauquelin/D6-sep.csv.zip	["d6-booklet"]	[]	[]
139	muller-afd2-men	Müller 612 famous men		612	history	612 famous men, gathered by Arno Müller	history/1992-muller2-men/muller-612-men.csv.zip	["afd2"]	[]	[]
128	d10	Gauquelin D10		1396	history	Persons published by Gauquelins' LERRCP booklet "1398 data of successful Americans".	history/1970-1984-gauquelin/D10-sep.csv.zip	["d10-booklet"]	[]	[]
137	csicop-batch3	CSICOP Batch 3 - 82 sportsmen		82	history	This "batch 3" corresponds to the third step of data collection supervised by Paul Kurtz, CSICOP's director.\n<br>Data were gathered on spring / summer 1978, and sent by Kurtz to Dennis Rawlins for computation.\n<br>The computations were sent to Kurtz on 1978-09-18.\n	\N	["rawlins-ertel-irving"]	["csicop"]	[]
138	muller-afd3-women	Müller 234 famous women		234	history	234 famous women, gathered by Arno Müller and Edith Lührs	history/1993-muller3-women/muller-234-women.csv.zip	["afd3"]	[]	[]
161	g55-05-906-painters	Gauquelin 1955 - 906 painters		905	history	906 PEINTRES\n<br>p 285 - 301 of the original book\n	history/1955-gauquelin/g55-05-906-painters.csv.zip	["g55-book"]	[]	["g55-05a-237-famous-painters", "g55-05b-668-notable-painters"]
112	tennis-player	Tennis player	Q10833314	97	occu	Persons whose occupation is Tennis player.	occupation/tennis-player-97.csv.zip	null	["sportsperson"]	[]
131	muller-afd5-medics	Müller 1083 physicians		1083	history	1083 physisicans of French Académie de médecine, gathered by Arno Müller	history/1994-muller5-medics/muller-1083-medics.csv.zip	["afd5", "afd5-booklet"]	[]	[]
114	volleyball-player	Volleyball player	Q15117302	7	occu	Persons whose occupation is Volleyball player.	occupation/volleyball-player-7.csv.zip	null	["sportsperson"]	[]
80	poet	Poet	Q49757	428	occu	Persons whose occupation is Poet.	occupation/poet-428.csv.zip	null	["writer", "artist"]	[]
120	zoologist	Zoologist	Q350979	1	occu	Persons whose occupation is Zoologist.	occupation/zoologist-1.csv.zip	null	["scientist"]	[]
113	textile-designer	Textile designer	Q18611810	1	occu	Persons whose occupation is Textile designer.	occupation/textile-designer-1.csv.zip	null	[]	[]
115	water-polo-player	Water polo player	Q17524364	1	occu	Persons whose occupation is Water polo player.	occupation/water-polo-player-1.csv.zip	null	["sportsperson"]	[]
116	weightlifter	Weightlifter	Q13381376	25	occu	Persons whose occupation is Weightlifter.	occupation/weightlifter-25.csv.zip	null	["sportsperson"]	[]
118	wrestler	Wrestler	Q13474373	23	occu	Persons whose occupation is Wrestler.	occupation/wrestler-23.csv.zip	null	["sportsperson"]	[]
27	cyclist	Cyclist	Q2125610	684	occu	Persons whose occupation is Cyclist.	occupation/cyclist-684.csv.zip	null	["sportsperson"]	[]
157	g55-01-576-physicians	Gauquelin 1955 - 576 physicians		575	history	576 MEMBRES ASSOCIÉS ET CORRESPONDANTS DE L'ACADÉMIE DE MÉDECINE\n<br>p 245 - 255 of the original book\n<br>Published in LERRCP booklet A2\n  \n	history/1955-gauquelin/g55-01-576-physicians.csv.zip	["g55-book"]	[]	null
141	ertel-1-first-french	Ertel's subsample 1 - First French		553	history	Records coming from Michel Gauquelin's book "L'influence des astres", 1955.\n<br>Number according to Ertel : 568\n	\N	["3a_sports", "g55", "a1"]	["ertel-4384-sport"]	[]
142	ertel-2-first-european	Ertel's subsample 2 - First European		1202	history	Records gathered by Gauquelin after 1955. According to Ertel, contains\n<ul>\n    <li>915 non-French athletes used for Gauquelin 1960 european replication</li>\n    <li>274 casual data gathering</li>\n</ul>\n<br>Number according to Ertel : 1189\n	\N	["3a_sports", "a1"]	["ertel-4384-sport"]	[]
143	ertel-3-italian-football	Ertel's subsample 3 - Italian football		599	history	Italian footballers gathered by Michel Gauquelin and copied manually by Ertel.\n<br>Unpublished by Gauquelin (not famous enough).\n<br>Number according to Ertel : 600\n	\N	["3a_sports"]	["ertel-4384-sport"]	[]
144	ertel-4-german-various	Ertel's subsample 4 - German various		115	history	German birth dates. Origin of this group is not clearly described by Ertel. Possibly gathered by Gauquelin and copied manually by Ertel.\n<br>Number according to Ertel : 117\n	\N	["3a_sports"]	["ertel-4384-sport"]	[]
145	ertel-5-french-occasionals	Ertel's subsample 5 - French occasionals		202	history	French sportsmen (and one Italian) not published in A1\n<br>Copied manually by Ertel in Gauquelin's laboratory.\n<br>Considered as "low-low-ranking" by Gauquelin.\n<br>Number according to Ertel : 204\n	\N	["3a_sports"]	["ertel-4384-sport"]	[]
146	ertel-6-para-champions	Ertel's subsample 6 - Para champions		332	history	This subsample contain new data (not already present in Gauquelin 1955 and 1960) published by the Comité Para for its 1976 test.\n<br>Number according to Ertel : 332\n	\N	["3a_sports", "cpara", "a1"]	["ertel-4384-sport"]	[]
147	ertel-7-para-lowers	Ertel's subsample 7 - Para lowers		76	history	Part of a list of 241 champions not included in the Comité Para 1976 test because they had participated in fewer than 20 international events.\n<br>Copied manually by Ertel in Gauquelin's laboratory (he copied only records for which Mars sector had been computed).\n<br>Number according to Ertel : 76\n	\N	["3a_sports", "cpara"]	["ertel-4384-sport"]	[]
148	ertel-8-csicop-us	Ertel's subsample 8 - CSICOP-U.S.		192	history	Part of CSICOP data that are present in D10 file.\n<br>Number according to Ertel : 192\n	\N	["3a_sports", "d10", "csicop"]	["ertel-4384-sport"]	[]
149	ertel-9-second-european	Ertel's subsample 9 - Second European		450	history	Published in Gauquelin file D6.\n<br>Number according to Ertel : 450\n	\N	["3a_sports", "d6"]	["ertel-4384-sport"]	[]
150	ertel-10-italian-cyclists	Ertel's subsample 10 - Italian cyclists		24	history	Copied manually by Ertel in Gauquelin's laboratory.\n<br>Considered low-ranking by Gauquelin.\n<br>Number according to Ertel : 24\n	\N	["3a_sports"]	["ertel-4384-sport"]	[]
151	ertel-11-lower-french	Ertel's subsample 11 - Lower French		453	history	Copied manually by Ertel in Gauquelin's laboratory.\n<br>Number according to Ertel : 455\n	\N	["3a_sports"]	["ertel-4384-sport"]	[]
152	ertel-12-gauq-us	Ertel's subsample 12 - GAUQ-U.S.		159	history	Athletes published by Gauquelin in file D10, not included in CSICOP test.\n<br>Number according to Ertel : 158\n	\N	["3a_sports", "d10"]	["ertel-4384-sport"]	[]
153	ertel-13-plus-special	Ertel's subsample 13 - Plus special		27	history	Ertel notice: "Gauquelin mailed these sets to the author after his\nreturn from Paris. Inadvertently they had not been handed over. There are\nsports figures from former French colonies and from Paris arrondissements\nwhere birth records were difficult to obtain. Gauquelin indicated he tried\nhard to obtain the data since the athletes in question were famous, and he\nwas successful in 27 cases."\n<br>Number according to Ertel : 27\n	\N	["3a_sports"]	["ertel-4384-sport"]	[]
155	cfepp-1066	CFEPP 1066 athletes		1066	history	Group of athletes published by the CFEPP (Comité Français pour l'Etude des Phénomènes Paranormaux) in 1996.\n<br>This group corresponds to the official list published in 1996.\n	history/1996-cfepp/cfepp-1066-athletes.csv.zip	["cfepp-final3", "cfepp-booklet"]	[]	[]
156	cpara	Comité Para 535 athletes		535	history	Official group published by the Comité Para in 1976. \n	history/1976-cpara/cpara-535-athletes.csv.zip	["cpara", "3a_sports"]	[]	[]
158	g55-02-508-physicians	Gauquelin 1955 - 508 physicians		508	history	508 AUTRES MEDECINS NOTABLES\n<br>p 255 - 263 of the original book\n	history/1955-gauquelin/g55-02-508-physicians.csv.zip	["g55-book"]	[]	null
159	g55-03-570-sportsmen	Gauquelin 1955 - 570 sportsmen		568	history	570 SPORTIFS\n<br>p 263 - 273 of the original book\n	history/1955-gauquelin/g55-03-570-sportsmen.csv.zip	["g55-book"]	[]	null
57	legal-profession	Legal profession	Q15987302	2	occu	Persons whose occupation is Legal profession.	occupation/legal-profession-2.csv.zip	null	[]	["jurist", "lawyer"]
163	g55-07-500-actors	Gauquelin 1955 - 500 actors		500	history	500 ACTEURS\n<br>p 307 - 316 of the original book\n	history/1955-gauquelin/g55-07-500-actors.csv.zip	["g55-book"]	[]	["g55-07a-122-acteurs-celebres-du-siecle-dernier", "g55-07b-225-acteurs-contemporains-celebres", "g55-07c-153-acteurs-contemporains-moins-connus"]
65	mountaineer	Mountaineer	Q9149093	11	occu	Persons whose occupation is Mountaineer.	occupation/mountaineer-11.csv.zip	null	["sportsperson"]	[]
84	race-walker	Race walker	Q17405793	6	occu	Persons whose occupation is Race walker.	occupation/race-walker-6.csv.zip	null	["sportsperson"]	[]
2	aircraft-pilot	Aircraft pilot	Q2095549	398	occu	Persons whose occupation is Aircraft pilot.	occupation/aircraft-pilot-398.csv.zip	null	["sportsperson"]	[]
18	canoeist	Canoeist	Q13382566	5	occu	Persons whose occupation is Canoeist.	occupation/canoeist-5.csv.zip	null	["sportsperson"]	[]
98	scientist	Scientist	Q901	1280	occu	Persons whose occupation is Scientist.	occupation/scientist-1280.csv.zip	null	["researcher"]	["astronomer", "bacteriologist", "chemist", "computer-scientist", "engineer", "geophysicist", "historian-of-science", "logician", "mathematician", "naturalist", "physicist", "romanist", "social-scientist", "statistician", "zoologist"]
164	g55-08-494-deputies	Gauquelin 1955 - 494 deputies		494	history	494 DEPUTES\n<br>p 316 - 324 of the original book\n	history/1955-gauquelin/g55-08-494-deputies.csv.zip	["g55-book"]	[]	["g55-08a-135-deputes-connus", "g55-08b-359-deputes-moins-connus"]
87	researcher	Researcher	Q1650915	1326	occu	Persons whose occupation is Researcher.	occupation/researcher-1326.csv.zip	null	[]	["astronomer", "bacteriologist", "chemist", "computer-scientist", "engineer", "geophysicist", "historian-of-science", "humanities-scholar", "logician", "mathematician", "naturalist", "physicist", "romanist", "scientist", "social-scientist", "statistician", "zoologist"]
64	motor-sports-competitor	Motor sports competitor	Q30339659	119	occu	Persons whose occupation is Motor sports competitor.	occupation/motor-sports-competitor-119.csv.zip	null	["sportsperson"]	[]
66	musician	Musician	Q639669	1440	occu	Persons whose occupation is Musician.	occupation/musician-1440.csv.zip	null	["artist"]	["composer", "conductor-of-military-band", "conductor", "opera-singer", "pianist", "singer"]
6	artist	Artist	Q483501	5748	occu	Persons whose occupation is Artist.	occupation/artist-5748.csv.zip	null	[]	["actor", "cartoonist", "composer", "conductor-of-military-band", "conductor", "dancer", "graphic-artist", "musician", "opera-singer", "painter", "photographer", "pianist", "printmaker", "sculptor", "singer", "poet"]
119	writer	Writer	Q36180	2141	occu	Persons whose occupation is Writer.	occupation/writer-2141.csv.zip	null	[]	["comedy-writer", "factual-writer", "fictional-writer", "novelist", "poet"]
165	g55-09-349-scientists	Gauquelin 1955 - 349 scientists		347	history	349 scientists\n<br>p 324 - 329 of the original book\n<br>68 records come from the list "576 membres associés et correspondants de l'académie de médecine"\n	history/1955-gauquelin/g55-09-349-scientists.csv.zip	["g55-book"]	[]	[]
166	g55-10-884-priests	Gauquelin 1955 - 884 priests		882	history	List of catholic priests published in Gauquelin 1955 book.\n<br>The title of the original list is "884 prêtres".\n<br>Unlike most 1955 data, this list was not published in later LERRCP publications.\n<br>p p 329 - 343 of the original book\n	history/1955-gauquelin/g55-10-884-priests.csv.zip	["g55-book"]	[]	["g55-10a-513-priests-paris", "g55-10b-369-priests-albi"]
50	ice-sport-practitioner	Ice sport athlete	Q98073294	10	occu	Persons whose occupation is Ice sport athlete.	occupation/ice-sport-practitioner-10.csv.zip	null	["winter-sports-practitioner"]	["figure-skater", "ice-hockey-player", "ice-skater", "speed-skater"]
25	conductor-of-military-band	Conductor of military band		382	occu	Persons whose occupation is Conductor of military band.	occupation/conductor-of-military-band-382.csv.zip	null	["conductor", "military-personnel"]	[]
162	g55-06-361-minor-painters	Gauquelin 1955 - 361 minor painters		362	history	List of painters published in Gauquelin 1955 book.\n<br>The title of the original list is "361 peintres mineurs".\n<br>Unlike most 1955 data, this list was not published in later LERRCP publications.\n<br>p 301 - 307 of the original book\n	history/1955-gauquelin/g55-06-361-minor-painters.csv.zip	["g55-book"]	[]	[]
37	field-hockey-player	Field hockey player	Q10843263	27	occu	Persons whose occupation is Field hockey player.	occupation/field-hockey-player-27.csv.zip	null	["sportsperson"]	[]
45	handball-player	Handball player	Q12840545	13	occu	Persons whose occupation is Handball player.	occupation/handball-player-13.csv.zip	null	["sportsperson"]	[]
117	winter-sports-practitioner	Winter sports practitionner	Q20965770	107	occu	Persons whose occupation is Winter sports practitionner.	occupation/winter-sports-practitioner-107.csv.zip	null	["sportsperson"]	["bobsledder", "figure-skater", "ice-hockey-player", "ice-skater", "ice-sport-practitioner", "speed-skater", "skier"]
130	e3	Gauquelin E3		1539	history	Persons published by Gauquelins' LERRCP booklet "1540 New French Writers, Artists, Actors, Politicians and Journalists".	history/1970-1984-gauquelin/E3-sep.csv.zip	["e3-booklet"]	[]	[]
134	csicop	CSICOP 408 sportsmen		408	history	This group contains 408 US athletes, gathered between 1977 and 1978 by the <b>CSICOP</b>, an American comitee of skeptics.\n<br>This list was published in the review "The Skeptical Inquier", VOL IV NO. 2 WINTER 1979-80.\n<br>Integration of this list in opengauquelin database was possible thanks to a file sent by <b>Kenneth Irving</b>.\n<br>See <a href="https://tig12.github.io/g5/csicop.html">tig12.github.io/g5/csicop.html</a> for details about this file.\n<br>Data collection by the CSICOP was done in 3 distinct steps, corresponding to the 3 sub-groups.\n<br>Data of this group come from :\n<ul class="naked">\n    <li><i>The Lincoln Library of Sport Champions 1974</i></li>\n    <li><i>Who's who in Football 1974</i></li>\n    <li><i>Who's who in Basketball 1973</i></li>\n    <li><i>Who's who in Track and Field 1973</i></li>\n    <li><i>Who's who in Boxing 1974</i></li>\n</ul>\n	history/1979-csicop/csicop-irving-408.csv.zip	["rawlins-ertel-irving", "si42"]	[]	["csicop-batch1", "csicop-batch2", "csicop-batch3"]
154	cfepp-1120	CFEPP 1120 athletes		1120	history	Group of athletes gathered by the CFEPP (Comité Français pour l'Etude des Phénomènes Paranormaux) in 1996.\n<br>This group of 1120 athletes was built by Jan Willem Nienhuys. It contains the group 1066 officially published by the CFEPP + 54 supplementary persons. This addition is explained in Nienhuys's article "Ertel's ‘Mars Effect': Anatomy of a pseudo-science" (1997), in paragraph "The CFEPP memorandum of 1990".\n	history/1996-cfepp/cfepp-1120-athletes.csv.zip	["cfepp-final3"]	[]	[]
140	ertel-4384-sport	Ertel 4384 sportsmen		4384	history	4384 sportsmen compiled by Suitbert Ertel, coming from Gauquelin <a href="/group/a1">A1</a>, <a href="/group/d6">D6</a>, <a href="/group/d10">D10</a> and the 3 skeptic tests: <a href="/group/cpara">Comité Para</a> (Belgium 1976), <a href="/group/csicop">CSICOP</a> (USA 1979), <a href="/group/cfepp">CFEPP</a> (France 1996).\n<!-- \n<br>N with birth time : <b>2086</b> (47.58 %)\n<br>N without birth time : <b>2297</b> (52.4 %)\n-->\n<br>Published by Suitbert Ertel in 1988 - original article available online: <a href="https://www.scientificexploration.org/docs/2/jse_02_1_ertel.pdf">"Raising the Hurdle for the Athletes' Mars Effect: Association Co-Varies With Eminence" on scientificexploration.org</a>. Details about data are given p 58 of the article.\n<br>In the article, Ertel announces 4391 sportsmen.\n<br>See more information about the building of this group on <a href="https://tig12.github.io/g5/ertel-4391-sport.html">tig12.github.io</a>.\n	history/1988-ertel-athletes/ertel-4384-athletes.csv.zip	["3a_sports"]	[]	["ertel-1-first-french", "ertel-2-first-european", "ertel-3-italian-football", "ertel-4-german-various", "ertel-5-french-occasionals", "ertel-6-para-champions", "ertel-7-para-lowers", "ertel-8-csicop-us", "ertel-9-second-european", "ertel-10-italian-cyclists", "ertel-11-lower-french", "ertel-12-gauq-us", "ertel-13-plus-special"]
40	furniture-designer	Furniture designer	Q11455387	1	occu	Persons whose occupation is Furniture designer.	occupation/furniture-designer-1.csv.zip	null	[]	[]
10	badminton-player	Badminton player	Q13141064	1	occu	Persons whose occupation is Badminton player.	occupation/badminton-player-1.csv.zip	null	["sportsperson"]	[]
19	cartoonist	Cartoonist	Q1114448	12	occu	Persons whose occupation is Cartoonist.	occupation/cartoonist-12.csv.zip	null	["artist"]	[]
31	equestrian	Equestrian	Q2730732	22	occu	Persons whose occupation is Equestrian.	occupation/equestrian-22.csv.zip	null	["sportsperson"]	[]
39	football-player	Soccer player	Q937857	1390	occu	Persons whose occupation is Soccer player.	occupation/football-player-1390.csv.zip	null	["sportsperson"]	[]
49	ice-skater	Ice skater	Q9394993	9	occu	Persons whose occupation is Ice skater.	occupation/ice-skater-9.csv.zip	null	["ice-sport-practitioner"]	["figure-skater", "speed-skater"]
86	religious-occupation	Religious occupation	Q63187345	893	occu	Persons whose occupation is Religious occupation.	occupation/religious-occupation-893.csv.zip	null	[]	["catholic-priest", "religious-leader", "saint"]
96	saint	Saint	Q43115	2	occu	Persons whose occupation is Saint.	occupation/saint-2.csv.zip	null	["religious-occupation"]	[]
60	military-personnel	Military personnel	Q47064	4310	occu	Persons whose occupation is Military personnel.	occupation/military-personnel-4310.csv.zip	null	[]	["conductor-of-military-band"]
74	philosopher	Philosopher	Q4964182	1	occu	Persons whose occupation is Philosopher.	occupation/philosopher-1.csv.zip	null	[]	["logician"]
93	rugby-league-player	Rugby league player	Q14373094	76	occu	Persons whose occupation is Rugby league player.	occupation/rugby-league-player-76.csv.zip	null	["rugby-player"]	[]
107	sportsperson	Sportsperson	Q2066131	4783	occu	Persons whose occupation is Sportsperson.	occupation/sportsperson-4783.csv.zip	null	[]	["aircraft-pilot", "american-football-player", "archer", "athletics-competitor", "badminton-player", "baseball-player", "basketball-player", "basque-pelota-player", "billard-player", "bobsledder", "bowler", "boxer", "canoeist", "diver", "equestrian", "fencer", "field-hockey-player", "figure-skater", "football-player", "golfer", "gymnast", "handball-player", "ice-hockey-player", "ice-skater", "ice-sport-practitioner", "judoka", "kayaker", "modern-pentathlete", "mountaineer", "race-walker", "rodeo-rider", "roller-skater", "rower", "rugby-league-player", "rugby-union-player", "speed-skater", "sport-sailer", "sport-shooter", "swimmer", "motor-sports-competitor", "rugby-player", "skier", "table-tennis-player", "tennis-player", "volleyball-player", "water-polo-player", "weightlifter", "wrestler", "cyclist", "winter-sports-practitioner"]
\.


--
-- Data for Name: issue; Type: TABLE DATA; Schema: public; Owner: g5
--

COPY public.issue (id, id_person, slug, type, description) FROM stdin;
1	13		tzo	Timezone offset not computed because of potential error: French or German TZ regime ?\n<br>1940-02 - 1942-11-02: WW2 - Timezone offset depends on the date of occupation of birth place by Germany.
177	170	frantz-joseph-1890-08-07--date	date	Check birth date because E1 and other Gauquelin file differ\n<br>1890-08-07 19:00 for Gauquelin E1\n<br>1890-08-07 18:59 for other Gauquelin file\n
178	6619	reilinger-alfred-1900-11-15--date	date	Check birth date because E1 and other Gauquelin file differ\n<br>1900-11-15 02:00 for Gauquelin E1\n<br> for other Gauquelin file\n
179	6076	boulanger-georges-1837-04-29--date	date	Check birth date because E3 and other Gauquelin file differ\n<br>1837-04-29 08:15 for Gauquelin E3\n<br>1837-04-29 08:14:58 for other Gauquelin file\n
180	14368	mistler-jean-1897-09-01--date	date	Check birth date because E3 and other Gauquelin file differ\n<br>1897-09-01 02:00 for Gauquelin E3\n<br>1897-09-01 11:00 for other Gauquelin file\n
181	2613	mourier-louis-1873-10-08--date	date	Check birth date because E3 and other Gauquelin file differ\n<br>1873-10-08 11:00 for Gauquelin E3\n<br>1873-10-08 13:00 for other Gauquelin file\n
182	4933	picard-alfred-1844-12-21--date	date	Check birth date because E3 and other Gauquelin file differ\n<br>1844-12-21 02:00 for Gauquelin E3\n<br>1844-12-21 14:00 for other Gauquelin file\n
184	17680	aubry-maurice-charles-1899-04-06--date	date	Check birth date because Müller and Gauquelin birth days differ\n<br>1899-04-06 for Gauquelin E1-45\n<br>1904-04-06 for Müller M5-31
189	2142	behier-louis-1813-08-26--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
192	2161	blache-rene-1839-04-10--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
193	2164	blanche-antoine-1820-10-01--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
194	2167	blondlot-nicolas-1808-02-05--date	date	Check birth date because Müller and Gauquelin birth days differ\n<br>1808-02-05 for Gauquelin A2-80\n<br>1808-02-04 for Müller M5-107
195	2168	blot-hyppolite-1822-06-14--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
196	2177	bouchardat-gustave-1842-06-04--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
202	2204	buignet-henri-1815-03-02--date	date	Check birth date because Müller and Gauquelin birth days differ\n<br>1815-03-02 for Gauquelin A2-117\n<br>1815-03-01 for Müller M5-157
203	2213	capitan-joseph-1854-04-19--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
204	2220	catrin-louis-1849-06-14--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
205	2221	caventou-eugene-1824-10-15--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
206	2231	charcellay-laplace-l-1809-10-31--date	date	Check birth date because Müller and Gauquelin birth days differ\n<br>1809-10-31 for Gauquelin A2-144\n<br>1809-10-30 for Müller M5-193
207	2233	charcot-jean-1825-11-29--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
208	2234	charpentier-louis-1836-02-28--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
209	2238	chatin-johannes-1847-08-19--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
211	2250	clerc-antonin-1871-12-18--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
212	2251	cloquet-louis-1818-10-11--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
213	2262	coste-jean-1807-05-10--date	date	Check birth date because Müller and Gauquelin birth days differ\n<br>1807-05-10 for Gauquelin A2-175\n<br>1807-05-11 for Müller M5-235
214	2272	crouzon-louis-1874-09-29--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
215	2273	cuneo-bernard-1873-10-28--date	date	Check birth date because Müller and Gauquelin birth days differ\n<br>1873-10-28 for Gauquelin A2-186\n<br>1873-10-25 for Müller M5-251
216	2274	gauquelin-a2-187-1840-09-27--date	date	Check birth date because Müller and Gauquelin birth days differ\n<br>1840-09-26 for Gauquelin A2-187\n<br>1840-09-27 for Müller M5-252
218	2277	debove-georges-1845-03-11--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
219	2282	delageniere-henri-1858-04-30--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
220	2291	delpech-auguste-1818-08-03--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
221	2295	denonvilliers-charles-1808-02-04--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
222	2307	dhere-charles-1876-03-05--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
223	2312	dopter-charles-1873-02-12--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
224	2324	duclos-michel-1822-12-16--date	date	Check birth date because Müller and Gauquelin birth days differ\n<br>1822-12-16 for Gauquelin A2-237\n<br>1822-12-15 for Müller M5-320
225	2326	duhamel-georges-1884-06-30--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
226	2330	duplouy-charles-1827-11-06--date	date	Check birth date because Müller and Gauquelin birth days differ\n<br>1827-11-06 for Gauquelin A2-243\n<br>1827-11-05 for Müller M5-329
227	2332	dupuy-pierre-1844-04-12--date	date	Check birth date because Müller and Gauquelin birth days differ\n<br>1844-04-12 for Gauquelin A2-245\n<br>1844-04-11 for Müller M5-332
228	2333	durand-fardel-charles-1815-09-24--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
229	2336	duval-pierre-1874-06-24--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
230	2348	fauvel-sulpice-1813-11-07--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
231	2351	fernet-charles-1838-02-08--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
232	2358	florence-albert-1851-04-23--date	date	Check birth date because Müller and Gauquelin birth days differ\n<br>1851-04-23 for Gauquelin A2-271\n<br>1851-04-25 for Müller M5-366
233	2365	fontan-jules-1849-10-22--date	date	Check birth date because Müller and Gauquelin birth days differ\n<br>1849-10-22 for Gauquelin A2-278\n<br>1849-10-20 for Müller M5-374
234	18397	forestier-jacques-1890-07-27--date	date	Check birth date because Müller and Gauquelin birth hours differ\n<br>04:30 for Gauquelin E1-767\n<br>16:30 for Müller M5-375
235	2367	francois-frank-charles-1849-05-07--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
236	2374	galtier-victor-1846-10-12--date	date	Check birth date because Müller and Gauquelin birth days differ\n<br>1846-10-12 for Gauquelin A2-287\n<br>1846-10-15 for Müller M5-387
237	2375	gariel-charles-1841-08-09--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
238	2389	girardin-jean-1803-11-16--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
239	18503	giroud-antoine-1895-02-26--date	date	Check birth date because Müller and Gauquelin birth days differ\n<br>1895-02-26 for Gauquelin E1-874\n<br>1895-12-26 for Müller M5-417
240	2395	gobley-nicolas-1811-05-11--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
241	18519	goret-pierre-1907-08-27--date	date	Check birth date because Müller and Gauquelin birth hours differ\n<br>11:00 for Gauquelin E1-890\n<br>15:00 for Müller M5-426
242	2398	gosset-antonin-1872-01-21--date	date	Check birth date because Müller and Gauquelin birth days differ\n<br>1872-01-21 for Gauquelin A2-311\n<br>1872-01-20 for Müller M5-429
243	2416	hache-louis-1857-02-10--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
244	2420	hallopeau-francois-1842-01-17--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
245	2422	hartmann-henri-1860-06-16--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
246	2425	henneguy-louis-1850-03-18--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
247	2432	hervieux-jacques-1818-09-04--date	date	Check birth date because Müller and Gauquelin birth days differ\n<br>1818-09-04 for Gauquelin A2-345\n<br>1818-09-03 for Müller M5-482
248	2434	hillairet-jean-1815-12-15--date	date	Check birth date because Müller and Gauquelin birth days differ\n<br>1815-12-15 for Gauquelin A2-347\n<br>1815-12-14 for Müller M5-485
249	18643	huder-julien-1885-01-18--date	date	Check birth date because Müller and Gauquelin birth hours differ\n<br>04:00 for Gauquelin E1-1012\n<br>18:00 for Müller M5-488
250	2436	huchard-henri-1844-04-05--date	date	Check birth date because Müller and Gauquelin birth days differ\n<br>1844-04-05 for Gauquelin A2-349\n<br>1844-04-04 for Müller M5-490
251	2438	huguier-pierre-1804-09-04--date	date	Check birth date because Müller and Gauquelin birth days differ\n<br>1804-09-04 for Gauquelin A2-351\n<br>1804-09-18 for Müller M5-492
252	18658	huriez-claude-1907-12-12--date	date	Check birth date because Müller and Gauquelin birth hours differ\n<br>12:30 for Gauquelin E1-1027\n<br>13:30 for Müller M5-493
253	2443	jacquemier-jean-1806-01-16--date	date	Check birth date because Müller and Gauquelin birth days differ\n<br>1806-01-16 for Gauquelin A2-356\n<br>1806-01-14 for Müller M5-499
254	2444	jacquemin-eugene-1828-01-23--date	date	Check birth date because Müller and Gauquelin birth days differ\n<br>1828-01-23 for Gauquelin A2-357\n<br>1828-01-22 for Müller M5-500
255	2446	javal-louis-1839-05-05--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
256	2453	jolyet-felix-1841-01-10--date	date	Check birth date because Müller and Gauquelin birth days differ\n<br>1841-01-10 for Gauquelin A2-366\n<br>1841-01-04 for Müller M5-513
257	2456	jungfleisch-emile-1839-12-21--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
258	2464	laboulbene-alexandre-1825-08-24--date	date	Check birth date because Müller and Gauquelin birth days differ\n<br>1825-08-24 for Gauquelin A2-377\n<br>1825-08-23 for Müller M5-530
259	2469	lagneau-gustave-1827-08-18--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
260	2473	lajoux-henri-1849-01-15--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
261	2480	langlois-jean-1862-08-02--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
262	2482	lannois-maurice-1856-11-08--date	date	Check birth date because Müller and Gauquelin birth days differ\n<br>1856-11-08 for Gauquelin A2-395\n<br>1856-11-06 for Müller M5-559
263	2485	larrey-felix-1808-09-18--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
264	2486	lasegue-ernest-1816-09-05--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
265	2488	lassaigue-jean-1800-09-22--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
266	2493	laveran-charles-1845-06-18--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
267	2501	le-gendre-louis-1854-01-30--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
268	2514	le-noir-paul-1863-02-08--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
269	2494	leblanc-louis-1827-09-03--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
270	2504	legry-theophile-1858-02-28--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
271	2511	lemierre-andre-1875-07-30--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
272	18895	lenegre-jean-1904-03-25--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
273	2516	lepine-jean-1876-12-05--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
274	2525	levieux-jean-1818-11-23--date	date	Check birth date because Müller and Gauquelin birth days differ\n<br>1818-11-23 for Gauquelin A2-438\n<br>1818-02-23 for Müller M5-631
275	2532	gauquelin-a2-445-1801-02-01--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
276	2535	loeper-maurice-1875-12-27--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
277	2537	loir-jean-1816-07-18--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
278	2544	luys-jules-1828-08-17--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
279	2545	magitot-emile-1833-12-14--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
280	2561	marie-pierre-1853-09-09--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
281	2569	martins-charles-1806-02-06--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
282	2574	mauclaire-placide-1863-07-30--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
283	2579	mayer-andre-1875-11-09--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
284	2593	mignot-antoine-1823-08-31--date	date	Check birth date because Müller and Gauquelin birth days differ\n<br>1823-08-30 for Gauquelin A2-506\n<br>1823-08-31 for Müller M5-726
285	2597	monod-charles-1843-09-26--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
286	2598	monod-henri-1843-05-18--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
287	19146	morice-andre-1890-07-31--date	date	Check birth date because Müller and Gauquelin birth hours differ\n<br>15:00+00:09 for Gauquelin E1-1520\n<br>15:00 for Müller M5-743
288	2608	motet-auguste-1832-09-06--date	date	Check birth date because Müller and Gauquelin birth days differ\n<br>1832-09-06 for Gauquelin A2-521\n<br>1832-09-07 for Müller M5-749
289	2615	moutard-martin-eugene-1821-01-18--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
290	2618	neumann-louis-1846-10-22--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
291	2620	nicloux-maurice-1873-09-19--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
292	2622	nicolas-joseph-1868-04-11--date	date	Check birth date because Müller and Gauquelin birth days differ\n<br>1868-04-11 for Gauquelin A2-535\n<br>1868-08-11 for Müller M5-768
293	2625	nobecourt-pierre-1871-12-28--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
294	2627	notta-alphonse-1824-02-27--date	date	Check birth date because Müller and Gauquelin birth days differ\n<br>1824-02-27 for Gauquelin A2-540\n<br>1824-02-26 for Müller M5-774
295	2629	ollier-leopold-1830-12-03--date	date	Check birth date because Müller and Gauquelin birth days differ\n<br>1830-12-03 for Gauquelin A2-542\n<br>1830-12-02 for Müller M5-779
296	2632	ombredanne-louis-1871-03-05--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
297	2645	paul-charles-1833-07-02--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
298	2651	penard-louis-1819-12-22--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
299	2652	perier-charles-1836-03-20--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
300	2656	perrin-maurice-1826-04-14--date	date	Check birth date because Müller and Gauquelin birth days differ\n<br>1826-04-14 for Gauquelin A2-569\n<br>1826-04-13 for Müller M5-816
301	2659	peter-charles-1824-11-05--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
302	2661	pettit-auguste-1869-03-10--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
303	2671	pinoy-pierre-1873-02-03--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
304	2680	policard-albert-1881-01-15--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
305	2683	porak-charles-1845-05-09--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
306	2685	pouchet-gabriel-1851-08-11--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
307	2701	rathery-edme-1877-06-17--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
308	2709	regnaud-jules-1820-11-26--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
309	2714	rendu-henri-1844-07-24--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
310	2715	renon-louis-1863-10-22--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
435	22631	albani-giuseppe-1921-04-08--date	date	Birth date comes from the internet, and must be checked.\n
311	2719	reynier-paul-1851-06-28--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
312	2721	richelot-louis-1844-11-14--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
313	2724	richet-charles-1850-08-26--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
314	19428	rocher-louis-1876-05-28--date	date	Check birth date because Müller and Gauquelin birth hours differ\n<br>16:00+00:01 for Gauquelin E1-1806\n<br>16:00 for Müller M5-914
315	2733	roger-henri-1860-06-04--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
316	2738	routier-edmond-1873-10-10--date	date	Check birth date because Müller and Gauquelin birth days differ\n<br>1873-10-10 for Gauquelin A2-651\n<br>1853-10-10 for Müller M5-925
317	2740	rouvillois-henri-1875-12-12--date	date	Check birth date because Müller and Gauquelin birth days differ\n<br>1875-12-12 for Gauquelin A2-653\n<br>1875-12-26 for Müller M5-927
318	2751	sedillot-charles-1804-09-18--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
319	2753	see-marc-1827-02-18--date	date	Check birth date because Müller and Gauquelin birth days differ\n<br>1827-02-18 for Gauquelin A2-666\n<br>1827-02-17 for Müller M5-947
320	2754	segond-paul-1851-05-08--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
321	2757	sergent-emile-1867-07-11--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
322	19562	soulie-pierre-1903-09-05--date	date	Check birth date because Müller and Gauquelin birth hours differ\n<br>17:00 for Gauquelin E1-1945\n<br>11:00 for Müller M5-967
323	2778	tanon-louis-1876-09-17--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
324	2779	tardieu-ambroise-1818-03-10--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
325	2784	terrier-louis-1837-08-31--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
326	2785	thibierge-georges-1856-05-24--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
327	2799	trebuchet-adolphe-1801-12-12--date	date	Check birth date because Müller and Gauquelin birth days differ\n<br>1801-12-12 for Gauquelin A2-712\n<br>1801-12-11 for Müller M5-1012
328	2801	trelat-ulysse-1828-08-13--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
329	2813	vaquez-louis-1860-08-27--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
330	19707	vidal-joseph-1901-09-20--date	date	Check birth date because Müller and Gauquelin birth hours differ\n<br>02:00 for Gauquelin E1-2089\n<br>09:00 for Müller M5-1046
331	2819	vigla-eugene-1813-10-16--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
332	2820	villaret-maurice-1877-12-07--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
333	2828	vulpian-edme-1826-01-05--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
334	2839	zimmern-adolphe-1871-09-26--date	date	Birth date needs to be checked because Arno Müller coulndn't verify births in Paris
335	21676	alessi-rino-1885-04-30--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
336	21677	allori-claudio-1898-03-16--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
337	21678	altavilla-corrado-1897-11-06--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
338	21679	anton-edoardo-1910-01-07--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
339	21680	apollonio-umbro-1911-04-20--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
340	21681	araldi-vinicio-1914-12-19--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
341	21682	arcieri-giovanni-1898-06-24--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
343	21684	baccelli-alfredo-1863-09-10--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
344	21685	bacino-ezio-1913-06-22--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
345	21686	baldini-antonio-1889-10-10--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
346	21687	benincasa-regolo-1895-07-03--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
347	21688	bernard-carlo-1909-10-13--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
348	21689	bertocchi-nino-1900-07-09--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
349	21690	bocelli-arnaldo-1900-06-01--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
350	21691	borretti-mario-1905-11-28--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
351	21692	brancoli-guido-1886-05-04--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
352	21693	buzzi-paolo-1874-02-15--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
353	21694	campanile-achille-1900-09-28--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
354	21695	camuncoli-ezio-1895-02-19--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
355	21696	cangiullo-francesco-1888-01-27--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
356	21697	caprin-giulio-1880-03-22--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
357	21698	carli-decio-1892-11-24--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
358	21699	castellano-giovanni-1878-02-06--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
359	21700	cavalcabo-m-f-claudio-1889-10-02--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
360	21701	celentano-nicola-1902-12-23--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
361	21702	chiappelli-fredi-1911-01-24--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
362	21703	chiarini-luigi-1900-06-20--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
363	21704	ciaceri-benedetto-1902-03-03--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
364	21705	cibelli-enrico-1899-01-02--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
365	21706	colantuoni-alberto-1880-04-25--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
366	21707	coppola-francesco-1878-09-27--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
367	21708	coro-francesco-1882-10-03--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
368	21709	corradini-bruno-1892-06-09--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
369	21710	coselschi-eugenio-1890-09-13--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
370	21711	cutolo-alessandro-1899-03-28--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
371	21712	d-agostino-orsini-d-c-paolo-1897-12-24--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
372	21713	d-amico-silvio-1887-02-03--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
373	21714	de-maria-ugo-1875-12-28--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
374	21715	de-toti-toti-1925-01-15--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
375	21716	di-giovanni-alessio-1872-10-01--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
376	21717	disertori-benvenuto-1887-02-17--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
377	21718	doria-gino-1888-10-26--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
378	21719	evola-giulio-1898-05-19--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
379	21720	ferrieri-enzo-1893-12-07--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
380	21721	flamma-ario-1882-11-28--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
381	21722	franelli-carlo-1870-03-21--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
382	21723	fratta-cavalcabo-m-claudio-1884-10-02--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
383	21724	gaeta-giovanni-1884-05-05--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
384	21725	galdieri-michele-1902-11-19--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
385	21726	galeota-umberto-1892-12-23--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
176	513	van-den-boorn-charles-1874-07-11--date	date	Page <a href="https://earlyaviators.com/eborn1.htm">https://earlyaviators.com/eborn1.htm</a> says: "11 July 1874 (some sources say 1873)". Gauquelin gives 1873. A check in civil registry is necessary to find out.\n
386	21727	gallian-marcello-1902-04-06--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
387	21728	girardini-emilio-1858-10-28--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
388	21729	giulini-stoppani-gino-1894-06-20--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
389	21730	giusso-lorenzo-1900-06-25--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
390	21731	gramantieri-tullo-1898-03-24--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
391	21732	jandolo-augusto-1873-05-25--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
392	21733	janni-alfonso-1897-05-09--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
393	21734	lanza-giuseppe-1900-01-01--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
394	21735	lombardi-colini-pia-1903-04-18--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
395	21736	mannucci-remo-1897-04-07--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
396	21737	manzari-nicola-1911-11-14--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
397	21738	mele-eugenio-1875-07-18--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
398	21739	metz-vittorio-1904-07-14--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
399	21740	milanesi-guido-1875-12-10--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
400	21741	miserocchi-manlio-1898-08-09--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
401	21742	momigliano-eucardio-1888-10-18--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
402	21743	moravia-alberto-1907-11-28--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
403	21744	mormino-pietro-1907-02-27--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
404	21745	mucci-emidio-1886-07-22--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
405	21746	mucci-renato-1893-10-14--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
406	21747	nebbia-ugo-1882-03-16--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
407	21748	nicolai-raniero-1893-10-05--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
408	21749	orano-m-emanuele-1886-03-21--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
409	21750	palazzeschi-aldo-1885-02-02--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
410	21751	pascucci-tullio-1901-08-21--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
411	21752	patri-angelo-1876-11-26--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
412	21753	pea-enrico-1881-10-29--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
413	21754	pietrobono-luigi-1863-12-26--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
414	21755	pirandello-stefano-1895-06-14--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
415	21756	portal-emanuele-1874-12-28--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
416	21757	rippo-renato-1908-03-14--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
417	21758	romano-armando-1889-06-02--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
418	21759	ruberti-guido-1885-08-10--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
419	21760	saba-umberto-1883-03-09--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
420	21761	sacchetti-enrico-1877-02-28--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
421	21762	sertori-mario-1894-01-29--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
422	21763	sparito-giosue-1899-04-04--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
423	21764	terra-dino-1904-10-13--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
424	21765	tolomei-ettore-1865-08-16--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
425	21766	trilussa-salustri-carlo-a-1873-09-26--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
426	21767	urbani-giuseppe-1888-06-02--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
427	21768	vigolo-giorgio-1894-12-03--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
428	21769	vinciguerra-mario-1887-01-07--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
429	21770	vittorini-elio-1908-07-27--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
430	21771	weidlich-carlo-1900-09-20--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
431	21772	weidlich-emilio-1903-10-11--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
432	21773	zanfrognini-pietro-1885-05-08--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
433	21774	zoccoli-ettore-1872-03-20--date	date	Arno Müller couldn't obtain birth time. Check if birth certificate with birth time can be found.
434	13280	treves-paolo-1908-07-27--date	date	CHECK BIRTH PLACE AND TIME:<br>This person is present as nb 457 in <a href="/group/muller-afd2-men">Müller's list of 612 famous men</a> - time = 04:10 - birth place = Modica\n<br>and as nb 367 in <a href="/group/muller-afd1-writers">Müller's list of 402 writers</a> - time = 18:00 - birth place = Siracusa
436	22628	aitelli-colette-1932-08-03--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1932-08-03 for g5 ES-37<br>1932-03-03 19:00 for CFEPP 4
437	2	andre-georges-1889-08-13--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1889-08-13 12:30 for g5 ES-90<br>1889-02-08 03:00 for CFEPP 6
438	2	andre-georges-1889-08-13--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1889-08-13 12:20:40 for g5 ES-90<br>1889-02-08 02:51 for CFEPP 6
439	1751	anthoine-emile-1882-06-09--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1882-06-09 20:50:40 for g5 ES-111<br>1882-06-09 20:51 for CFEPP 7
440	22737	berger-marc-michel-1943-10-08--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1943-10-08 for g5 ES-364<br>1943-07-08 23:45 for CFEPP 13
441	13	boccardo-jean-1942-03-06--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1942-03-06 18:00 for g5 ES-484<br>1942-03-16 18:00 for CFEPP 19
442	13	boccardo-jean-1942-03-06--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1942-03-06 17:00:00 for g5 ES-484<br>1942-03-16 16:00 for CFEPP 19
443	14	boeckel-paul-1916-03-14--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1916-03-14 05:00 for g5 ES-493<br>1916-03-14 16:00 for CFEPP 20
444	14	boeckel-paul-1916-03-14--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1916-03-14 05:00 for g5 ES-493<br>1916-03-14 16:00 for CFEPP 20
445	25	colnard-pierre-1929-02-18--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1929-02-18 23:20 for g5 ES-1058<br>1929-02-18 23:30 for CFEPP 36
446	1752	cornet-florimond-1912-07-21--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1912-07-21 09:30 for g5 ES-1111<br>1911-07-21 16:00 for CFEPP 37
447	1752	cornet-florimond-1912-07-21--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1912-07-21 09:30 for g5 ES-1111<br>1911-07-21 16:00 for CFEPP 37
448	22999	corval-jean-pierre-1949-01-06--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1949-01-06 for g5 ES-1122<br>1949-01-16 21:00 for CFEPP 38
449	23034	davaze-lurot-michele-1943-04-15--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1943-04-15 for g5 ES-1228<br>1943-08-15 13:00 for CFEPP 42
450	15936	duclos-nicole-1947-08-18--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1947-08-18 05:30 for g5 ES-1472<br>1947-08-15 05:30 for CFEPP 51
451	34	duhour-edouard-1905-05-01--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1905-05-01 01:00 for g5 ES-1488<br>1905-03-01 01:00 for CFEPP 54
452	34	duhour-edouard-1905-05-01--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1905-05-01 00:50:40 for g5 ES-1488<br>1905-03-01 00:51 for CFEPP 54
453	41	guillemont-joseph-1899-10-01--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1899-10-01 01:50:40 for g5 ES-2017<br>1899-10-01 01:51 for CFEPP 67
454	23312	guillon-jean-pierre-1930-01-25--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1930-01-25 for g5 ES-2019<br>1930-01-21 07:30 for CFEPP 69
455	49	ladoumegue-jules-1906-12-10--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1906-12-10 05:00 for g5 ES-2322<br>1906-12-10 17:30 for CFEPP 84
456	49	ladoumegue-jules-1906-12-10--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1906-12-10 04:50:40 for g5 ES-2322<br>1906-12-10 17:21 for CFEPP 84
457	56	macquet-michel-1932-04-03--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1932-04-03 15:00 for g5 ES-2579<br>1932-04-03 14:00 for CFEPP 90
458	23529	martin-bernard-1943-02-09--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1943-02-09 for g5 ES-2700<br>1943-11-14 23:00 for CFEPP 96
459	61	martin-seraphin-1906-07-02--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1906-07-02 18:00 for g5 ES-2705<br>1906-07-02 17:00 for CFEPP 98
460	61	martin-seraphin-1906-07-02--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1906-07-02 17:50:40 for g5 ES-2705<br>1906-07-02 16:51 for CFEPP 98
461	23589	mombet-michele-1949-05-27--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1949-05-27 for g5 ES-2907<br>1949-05-17 08:45 for CFEPP 102
462	64	noel-jules-1903-01-27--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1903-01-27 10:50:40 for g5 ES-3042<br>1903-01-27 10:51 for CFEPP 108
463	65	paul-robert-1910-04-22--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1910-04-22 10:00 for g5 ES-3170<br>1910-04-20 21:00 for CFEPP 113
464	65	paul-robert-1910-04-22--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1910-04-22 09:50:40 for g5 ES-3170<br>1910-04-20 20:51 for CFEPP 113
465	23748	poirier-robert-1942-06-16--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1942-06-16 for g5 ES-3332<br>1942-05-16 16:00 for CFEPP 116
466	68	ramadier-pierre-1902-05-22--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1902-05-22 22:50:40 for g5 ES-3425<br>1902-05-22 22:51 for CFEPP 119
467	71	sempe-gabriel-1901-04-02--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1901-04-02 11:45 for g5 ES-3786<br>1901-04-01 23:45 for CFEPP 127
468	71	sempe-gabriel-1901-04-02--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1901-04-02 11:35:40 for g5 ES-3786<br>1901-04-01 23:36 for CFEPP 127
469	82	wiriath-rene-1899-12-01--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1899-12-01 19:50:40 for g5 ES-4336<br>1899-12-01 19:51 for CFEPP 141
470	89	etancelin-philippe-1896-12-28--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1896-12-28 23:00 for g5 ES-1556<br>1896-12-29 23:00 for CFEPP 148
471	89	etancelin-philippe-1896-12-28--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1896-12-28 22:50:40 for g5 ES-1556<br>1896-12-29 22:51 for CFEPP 148
472	93	morel-andre-1884-08-03--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1884-08-03 05:00 for g5 ES-2943<br>1884-08-03 11:00 for CFEPP 154
473	93	morel-andre-1884-08-03--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1884-08-03 04:43:40 for g5 ES-2943<br>1884-08-03 10:44 for CFEPP 154
474	95	rosier-louis-1905-11-05--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1905-11-05 02:50:40 for g5 ES-3576<br>1905-11-05 02:51 for CFEPP 155
475	96	sommer-raymond-1906-08-31--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1906-08-31 22:50:40 for g5 ES-3861<br>1906-08-31 22:51 for CFEPP 157
476	521	vandernotte-fernand-1902-07-12--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1902-07-12 20:20:40 for g5 ES-4162<br>1902-07-12 20:21 for CFEPP 181
477	522	vandernotte-marcel-1909-07-29--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1909-07-29 18:50:40 for g5 ES-4163<br>1909-07-29 18:51 for CFEPP 182
478	545	hell-henri-1911-04-26--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1911-04-26 16:00 for g5 ES-2093<br>1911-04-26 17:30 for CFEPP 207
479	545	hell-henri-1911-04-26--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1911-04-26 16:00 for g5 ES-2093<br>1911-04-26 17:30 for CFEPP 207
480	549	perrier-jacques-1924-10-12--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1924-10-12 07:00 for g5 ES-3226<br>1924-11-22 06:00 for CFEPP 215
481	549	perrier-jacques-1924-10-12--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1924-10-12 07:00 for g5 ES-3226<br>1924-11-22 06:00 for CFEPP 215
482	552	rudler-antoine-1905-05-21--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1905-05-21 03:00 for g5 ES-3619<br>1910-05-07 15:30 for CFEPP 218
483	552	rudler-antoine-1905-05-21--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1905-05-21 02:00 for g5 ES-3619<br>1910-05-07 14:30 for CFEPP 218
484	581	carpentier-georges-1894-01-12--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1894-01-12 17:50:40 for g5 ES-856<br>1894-01-12 17:51 for CFEPP 232
485	622	holzer-maurice-1906-01-21--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1906-01-21 17:20:40 for g5 ES-2140<br>1906-01-21 17:21 for CFEPP 239
486	624	humery-gustave-1908-12-17--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1908-12-17 16:50:40 for g5 ES-2162<br>1908-12-17 16:51 for CFEPP 240
487	632	langlois-pierre-1925-03-31--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1925-03-31 01:00 for g5 ES-2355<br>1925-03-31 11:00 for CFEPP 244
488	632	langlois-pierre-1925-03-31--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1925-03-31 01:00 for g5 ES-2355<br>1925-03-31 11:00 for CFEPP 244
489	639	ledoux-charles-1892-10-27--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1892-10-27 02:50:40 for g5 ES-2426<br>1892-10-27 02:51 for CFEPP 246
490	642	louis-pierre-1911-01-26--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1911-01-26 10:50:40 for g5 ES-2537<br>1911-01-26 10:51 for CFEPP 247
491	646	mascart-edouard-1902-04-08--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1902-04-08 07:50:40 for g5 ES-2723<br>1902-04-08 07:51 for CFEPP 249
492	666	pladner-emile-1906-09-02--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1906-09-02 05:50:40 for g5 ES-3317<br>1906-09-02 05:51 for CFEPP 254
493	676	routis-andre-1900-07-16--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1900-07-16 11:50:40 for g5 ES-3607<br>1900-07-16 11:51 for CFEPP 257
494	682	stock-jean-1923-02-12--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1923-02-12 11:00 for g5 ES-3909<br>1923-03-12 11:00 for CFEPP 260
495	682	stock-jean-1923-02-12--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1923-02-12 11:00 for g5 ES-3909<br>1923-03-12 11:00 for CFEPP 260
496	688	thil-marcel-1904-05-29--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1904-05-29 21:50:40 for g5 ES-4008<br>1904-05-29 21:51 for CFEPP 262
497	774	archambaud-maurice-1908-08-30--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1908-08-30 04:50:40 for g5 ES-127<br>1908-08-30 04:51 for CFEPP 271
498	788	bourillon-paul-1877-01-14--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1877-01-14 03:57:28 for g5 ES-613<br>1877-01-14 03:59 for CFEPP 281
499	794	charpentier-robert-1916-04-04--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1916-04-04 10:00 for g5 ES-967<br>1916-04-04 22:00 for CFEPP 287
500	794	charpentier-robert-1916-04-04--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1916-04-04 10:00 for g5 ES-967<br>1916-04-04 22:00 for CFEPP 287
501	796	christophe-eugene-1885-01-22--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1885-01-22 00:50:40 for g5 ES-1010<br>1885-01-22 00:51 for CFEPP 288
502	806	desgrange-henri-1865-01-31--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1865-01-31 04:50:40 for g5 ES-1372<br>1865-01-31 04:51 for CFEPP 296
503	813	faucheux-lucien-1899-08-26--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1899-08-26 05:50:40 for g5 ES-1590<br>1899-08-26 05:51 for CFEPP 299
504	818	ganay-gustave-1892-03-28--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1892-03-28 00:50:40 for g5 ES-1774<br>1892-03-28 00:51 for CFEPP 303
505	829	guinard-paul-1876-05-10--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1876-05-10 00:46:40 for g5 ES-2013<br>1876-05-10 00:49 for CFEPP 312
506	831	hourlier-leon-1885-09-16--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1885-09-16 18:00 for g5 ES-2147<br>1885-09-16 22:00 for CFEPP 315
507	831	hourlier-leon-1885-09-16--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1885-09-16 17:42:32 for g5 ES-2147<br>1885-09-16 21:44 for CFEPP 315
508	834	jacquelin-edmond-1875-03-31--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1875-03-31 09:39:52 for g5 ES-2193<br>1875-03-31 09:41 for CFEPP 318
509	836	lacquehay-charles-1897-11-04--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1897-11-04 04:20:40 for g5 ES-2316<br>1897-11-04 04:21 for CFEPP 320
510	839	lapebie-roger-1911-01-16--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1911-01-16 20:50:40 for g5 ES-2360<br>1911-01-16 20:51 for CFEPP 323
511	843	le-drogo-ferdinand-1903-10-10--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1903-10-10 06:50:40 for g5 ES-2403<br>1903-10-10 06:51 for CFEPP 327
512	845	lemoine-henri-1909-06-17--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1909-06-17 20:50:40 for g5 ES-2455<br>1909-06-17 20:51 for CFEPP 332
513	849	letourneur-alfred-1907-07-25--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1907-07-25 12:50:40 for g5 ES-2476<br>1907-07-25 12:51 for CFEPP 335
514	851	magne-antonin-1904-02-15--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1904-02-15 22:00 for g5 ES-2598<br>1904-02-15 10:00 for CFEPP 337
515	851	magne-antonin-1904-02-15--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1904-02-15 21:50:40 for g5 ES-2598<br>1904-02-15 09:51 for CFEPP 337
516	855	maye-paul-1913-08-20--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1913-08-20 09:00 for g5 ES-2767<br>1913-08-19 09:00 for CFEPP 340
517	855	maye-paul-1913-08-20--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1913-08-20 09:00 for g5 ES-2767<br>1913-08-19 09:00 for CFEPP 340
518	856	merviel-jules-1906-09-29--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1906-09-29 20:50:40 for g5 ES-2827<br>1906-09-29 20:51 for CFEPP 342
519	857	michard-lucien-1903-11-17--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1903-11-17 14:50:40 for g5 ES-2849<br>1903-11-17 14:51 for CFEPP 343
520	858	minardi-louis-1908-06-19--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1908-06-19 15:00 for g5 ES-2876<br>1908-06-19 10:00 for CFEPP 344
521	858	minardi-louis-1908-06-19--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1908-06-19 14:50:40 for g5 ES-2876<br>1908-06-19 09:51 for CFEPP 344
522	859	mithouard-fernand-1909-05-22--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1909-05-22 22:30 for g5 ES-2884<br>1909-05-23 22:30 for CFEPP 345
523	859	mithouard-fernand-1909-05-22--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1909-05-22 22:20:40 for g5 ES-2884<br>1909-05-23 22:21 for CFEPP 345
524	860	moineau-julien-1903-11-27--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1903-11-27 09:50:40 for g5 ES-2896<br>1903-11-27 09:51 for CFEPP 347
525	16086	morelon-daniel-1944-07-24--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1944-07-24 22:45 for g5 ES-2946<br>1944-07-28 22:45 for CFEPP 348
526	862	oubron-robert-1913-04-18--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1913-04-18 12:00 for g5 ES-3109<br>1913-04-18 09:30 for CFEPP 351
527	862	oubron-robert-1913-04-18--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1913-04-18 12:00 for g5 ES-3109<br>1913-04-18 09:30 for CFEPP 351
528	863	paillard-georges-1904-02-12--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1904-02-12 22:50:40 for g5 ES-3123<br>1904-02-12 22:51 for CFEPP 352
529	864	pelissier-francis-1894-06-13--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1894-06-13 01:00 for g5 ES-3192<br>1894-06-13 13:00 for CFEPP 355
530	864	pelissier-francis-1894-06-13--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1894-06-13 00:50:40 for g5 ES-3192<br>1894-06-13 12:51 for CFEPP 355
531	870	raynaud-andre-1904-11-10--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1904-11-10 00:50:40 for g5 ES-3448<br>1904-11-10 00:51 for CFEPP 360
532	873	richard-maurice-1910-07-23--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1910-07-23 11:50:40 for g5 ES-3494<br>1910-07-23 11:51 for CFEPP 362
533	887	terreau-ernest-1908-05-31--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1908-05-31 20:00 for g5 ES-3990<br>1908-03-31 17:00 for CFEPP 376
534	887	terreau-ernest-1908-05-31--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1908-05-31 19:50:40 for g5 ES-3990<br>1908-03-31 16:51 for CFEPP 376
535	1227	bougnol-rene-1911-01-07--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1911-01-07 15:50:40 for g5 ES-597<br>1911-01-07 15:51 for CFEPP 387
536	22830	bourquard-paul-1937-03-15--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1937-03-15 for g5 ES-617<br>1937-03-05 23:15 for CFEPP 388
537	1228	buchard-georges-1893-12-21--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1893-12-21 05:50:40 for g5 ES-706<br>1893-12-21 05:51 for CFEPP 390
538	1230	cattiau-philippe-1892-07-28--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1892-07-28 10:20:40 for g5 ES-903<br>1892-07-28 10:21 for CFEPP 392
539	1234	gardere-edward-1909-02-25--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1909-02-25 08:20:40 for g5 ES-1788<br>1909-02-25 08:21 for CFEPP 400
540	1235	gaudin-lucien-1886-09-27--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1886-09-27 06:48:56 for g5 ES-1800<br>1886-09-27 06:49 for CFEPP 401
541	1236	labattut-andre-1891-07-18--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1891-07-18 07:50:40 for g5 ES-2303<br>1891-07-18 07:51 for CFEPP 405
542	1238	massard-armand-1884-12-01--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1884-12-01 04:50:40 for g5 ES-2733<br>1884-12-01 04:51 for CFEPP 410
543	1241	schmetz-bernard-1904-03-21--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1904-03-21 21:50:40 for g5 ES-3735<br>1904-03-21 21:51 for CFEPP 419
544	1244	accard-robert-1897-11-26--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1897-11-26 21:50:40 for g5 ES-10<br>1897-11-26 21:51 for CFEPP 422
545	16220	baratelli-dominique-1938-12-05--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1938-12-05 14:15 for g5 ES-233<br>1947-12-26 07:00 for CFEPP 428
546	1254	bayrou-georges-1883-12-21--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1883-12-21 13:00 for g5 ES-294<br>1883-12-21 01:00 for CFEPP 433
547	1254	bayrou-georges-1883-12-21--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1883-12-21 12:44:28 for g5 ES-294<br>1883-12-21 00:45 for CFEPP 433
548	1260	bigot-jules-1915-10-22--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1915-10-22 07:00 for g5 ES-442<br>1915-11-22 07:30 for CFEPP 438
549	1260	bigot-jules-1915-10-22--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1915-10-22 07:00 for g5 ES-442<br>1915-11-22 07:30 for CFEPP 438
550	1269	boyer-jean-1901-02-13--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1901-02-13 11:00 for g5 ES-631<br>1901-02-17 11:00 for CFEPP 446
551	1269	boyer-jean-1901-02-13--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1901-02-13 10:50:40 for g5 ES-631<br>1901-02-17 10:51 for CFEPP 446
552	15871	cahuzac-pierre-1927-07-03--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1927-07-03 02:00 for g5 ES-776<br>1927-07-03 22:00 for CFEPP 451
553	1275	chayrigues-pierre-1892-05-02--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1892-05-02 01:50:40 for g5 ES-981<br>1892-05-02 01:51 for CFEPP 457
554	1276	cheuva-andre-1908-05-30--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1908-05-30 03:50:40 for g5 ES-989<br>1908-05-30 03:51 for CFEPP 458
555	1291	delfour-edmond-1907-11-01--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1907-11-01 21:00 for g5 ES-1331<br>1907-11-01 09:00 for CFEPP 463
556	1291	delfour-edmond-1907-11-01--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1907-11-01 20:50:40 for g5 ES-1331<br>1907-11-01 08:51 for CFEPP 463
557	1292	delmer-henri-1907-02-15--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1907-02-15 12:20:40 for g5 ES-1338<br>1907-02-15 12:21 for CFEPP 464
558	1295	di-lorto-laurent-1909-01-01--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1909-01-01 09:50:40 for g5 ES-1407<br>1909-01-01 09:51 for CFEPP 466
559	1300	dubly-raymond-1893-11-05--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1893-11-05 18:50:40 for g5 ES-1465<br>1893-11-05 18:51 for CFEPP 472
560	1304	finot-louis-1909-07-08--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1909-07-08 08:00 for g5 ES-1638<br>1909-07-08 04:00 for CFEPP 476
561	1304	finot-louis-1909-07-08--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1909-07-08 07:50:40 for g5 ES-1638<br>1909-07-08 03:51 for CFEPP 476
562	15955	frey-andre-1919-11-05--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1919-11-05 03:00 for g5 ES-1718<br>1919-11-07 03:00 for CFEPP 479
563	1308	galey-marcel-1905-09-02--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1905-09-02 23:20:40 for g5 ES-1754<br>1905-09-02 23:21 for CFEPP 481
564	1314	gravier-ernest-1892-08-26--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1892-08-26 03:50:40 for g5 ES-1944<br>1892-08-26 03:51 for CFEPP 488
565	15976	gress-gilbert-1941-12-17--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1941-12-17 00:30 for g5 ES-1959<br>1941-09-17 00:30 for CFEPP 490
566	1317	grumellon-jean-1923-06-01--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1923-06-01 18:30 for g5 ES-1989<br>1923-06-01 18:00 for CFEPP 492
567	1317	grumellon-jean-1923-06-01--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1923-06-01 17:30 for g5 ES-1989<br>1923-06-01 17:00 for CFEPP 492
568	1321	heisserer-oscar-1914-07-18--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1914-07-18 20:00 for g5 ES-2090<br>1914-07-18 11:00 for CFEPP 494
569	1321	heisserer-oscar-1914-07-18--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1914-07-18 19:00 for g5 ES-2090<br>1914-07-18 10:00 for CFEPP 494
570	1323	hugues-francois-1896-08-13--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1896-08-13 09:20:40 for g5 ES-2158<br>1896-08-13 09:21 for CFEPP 500
571	16228	jodar-jean-francois-1936-09-22--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1936-09-22 21:30 for g5 ES-2219<br>1949-12-02 06:00 for CFEPP 502
572	1332	lamy-roger-1926-01-13--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1926-01-13 21:00 for g5 ES-2346<br>1926-12-13 13:15 for CFEPP 507
573	1332	lamy-roger-1926-01-13--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1926-01-13 21:00 for g5 ES-2346<br>1926-12-13 13:15 for CFEPP 507
574	1333	laurent-jean-1906-12-30--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1906-12-30 09:50:40 for g5 ES-2380<br>1906-12-30 09:51 for CFEPP 509
575	1334	laurent-lucien-1907-12-10--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1907-12-10 00:30 for g5 ES-2381<br>1907-12-10 04:00 for CFEPP 510
576	1334	laurent-lucien-1907-12-10--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1907-12-10 00:20:40 for g5 ES-2381<br>1907-12-10 03:51 for CFEPP 510
577	1931	lefevre-roland-1936-09-19--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1936-09-19 20:30 for g5 ES-2434<br>1914-10-28 03:00 for CFEPP 513
578	1931	lefevre-roland-1936-09-19--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1936-09-19 19:30 for g5 ES-2434<br>1914-10-28 03:00 for CFEPP 513
579	16038	lemerre-roger-1941-06-18--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1941-06-18 03:00 for g5 ES-2454<br>1941-06-18 11:00 for CFEPP 514
580	16040	loncle-marcel-1936-01-05--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1936-01-05 16:00 for g5 ES-2514<br>1936-01-05 16:30 for CFEPP 517
581	16044	loubet-charly-1946-01-21--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1946-01-21 03:30 for g5 ES-2535<br>1946-01-28 03:30 for CFEPP 519
582	1343	maes-eugene-1890-09-15--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1890-09-15 10:50:40 for g5 ES-2585<br>1890-09-15 10:51 for CFEPP 521
583	1347	mattler-eugene-1905-12-24--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1905-12-24 11:20:40 for g5 ES-2757<br>1905-12-24 11:21 for CFEPP 525
584	16073	mezy-michel-1948-08-01--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1948-08-01 23:45 for g5 ES-2845<br>1948-08-15 23:45 for CFEPP 526
1170	6842	gauquelin-a3-1127-1888-11-22--name	name	Missing name in Gauquelin file A3
585	1351	nicolas-paul-1899-11-04--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1899-11-04 22:50:40 for g5 ES-3032<br>1899-11-04 22:51 for CFEPP 530
586	1354	pavillard-henri-1905-08-15--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1905-08-15 01:50:40 for g5 ES-3175<br>1905-08-15 01:51 for CFEPP 531
587	1356	petit-rene-1899-10-08--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1899-10-08 09:30 for g5 ES-3246<br>1899-10-08 02:00 for CFEPP 534
588	1356	petit-rene-1899-10-08--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1899-10-08 09:20:40 for g5 ES-3246<br>1899-10-08 01:51 for CFEPP 534
589	16125	revelli-herve-1946-10-05--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1946-10-05 19:00 for g5 ES-3480<br>1946-05-05 19:00 for CFEPP 543
590	16135	rodighiero-daniel-1940-09-20--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1940-09-20 04:45 for g5 ES-3537<br>1940-09-10 04:45 for CFEPP 549
591	16164	simon-jacques-1941-03-20--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1941-03-20 10:00 for g5 ES-3826<br>1941-03-25 10:00 for CFEPP 555
592	1391	thepot-alex-1906-07-30--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1906-07-30 14:30 for g5 ES-3999<br>1906-07-30 02:30 for CFEPP 562
593	1391	thepot-alex-1906-07-30--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1906-07-30 14:20:40 for g5 ES-3999<br>1906-07-30 02:21 for CFEPP 562
594	1393	vandooren-jules-1908-12-30--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1908-12-30 21:05:40 for g5 ES-4165<br>1908-12-30 21:06 for CFEPP 564
595	16236	vergnes-jacques-1893-06-09--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1893-06-09 08:45 for g5 ES-4202<br>1948-07-21 14:00 for CFEPP 567
596	1396	verriest-georges-1909-07-15--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1909-07-15 05:35:40 for g5 ES-4217<br>1909-07-15 05:36 for CFEPP 568
597	1398	vincent-jean-1930-11-29--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1930-11-29 18:00 for g5 ES-4248<br>1930-09-29 18:00 for CFEPP 570
598	1398	vincent-jean-1930-11-29--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1930-11-29 18:00 for g5 ES-4248<br>1930-09-29 17:00 for CFEPP 570
599	1691	boulart-philippe-1918-08-29--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1918-08-29 20:00 for g5 ES-600<br>1918-08-29 22:00 for CFEPP 575
600	1691	boulart-philippe-1918-08-29--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1918-08-29 19:00 for g5 ES-600<br>1918-08-29 21:00 for CFEPP 575
601	1693	dallemagne-marcel-1898-12-11--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1898-12-11 04:50:40 for g5 ES-1201<br>1898-12-11 04:51 for CFEPP 577
602	23354	huet-georges-1907-12-08--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1907-12-08 for g5 ES-2155<br>1909-12-08 13:30 for CFEPP 579
603	1696	massy-arnaud-1877-07-06--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1877-07-06 12:01:28 for g5 ES-2738<br>1877-07-06 12:06 for CFEPP 580
604	1697	mourguiart-henri-1905-07-12--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1905-07-12 06:50:40 for g5 ES-2982<br>1905-07-12 06:51 for CFEPP 581
605	1700	gounot-jean-1894-05-09--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1894-05-09 17:30 for g5 ES-1911<br>1894-04-09 17:30 for CFEPP 594
606	1700	gounot-jean-1894-05-09--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1894-05-09 17:20:40 for g5 ES-1911<br>1894-04-09 17:21 for CFEPP 594
607	1710	alleene-pierre-1909-07-19--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1909-07-19 19:30 for g5 ES-63<br>1909-07-20 19:30 for CFEPP 604
608	1710	alleene-pierre-1909-07-19--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1909-07-19 19:20:40 for g5 ES-63<br>1909-07-20 19:21 for CFEPP 604
609	1711	baril-marcel-1905-11-13--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1905-11-13 12:50:40 for g5 ES-246<br>1905-11-13 12:51 for CFEPP 605
610	1712	cadine-ernest-1893-07-12--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1893-07-12 05:50:40 for g5 ES-773<br>1893-07-12 05:51 for CFEPP 606
611	1714	ferrari-henri-1912-09-23--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1912-09-23 07:00 for g5 ES-1615<br>1912-09-23 15:00 for CFEPP 609
612	1714	ferrari-henri-1912-09-23--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1912-09-23 07:00 for g5 ES-1615<br>1912-09-23 15:00 for CFEPP 609
613	1716	francois-roger-1900-10-07--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1900-10-07 20:20:40 for g5 ES-1704<br>1900-10-07 20:21 for CFEPP 611
614	1717	gance-henri-1888-03-17--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1888-03-17 11:50:40 for g5 ES-1775<br>1888-03-17 11:51 for CFEPP 612
615	1719	hostin-louis-1908-04-21--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1908-04-21 09:50:40 for g5 ES-2143<br>1908-04-21 09:51 for CFEPP 616
616	1723	rigoulot-charles-1903-11-03--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1903-11-03 16:50:40 for g5 ES-3507<br>1903-11-03 16:51 for CFEPP 618
617	16182	terme-aime-1945-09-25--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1945-09-25 13:15 for g5 ES-3987<br>1945-09-25 11:00 for CFEPP 619
618	15867	burtshell-patrick-1946-09-22--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1946-09-22 02:30 for g5 ES-738<br>1946-11-22 02:30 for CFEPP 634
619	1731	butin-jean-1925-09-20--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1925-09-20 08:00 for g5 ES-752<br>1925-09-20 20:00 for CFEPP 635
620	1731	butin-jean-1925-09-20--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1925-09-20 07:00 for g5 ES-752<br>1925-09-20 19:00 for CFEPP 635
621	1732	chevalier-guy-1910-12-05--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1910-12-05 10:50:40 for g5 ES-990<br>1910-12-05 10:51 for CFEPP 636
1171	6854	gauquelin-a3-1139-1843-01-19--name	name	Missing name in Gauquelin file A3
622	1734	grimonprez-felix-1910-06-30--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1910-06-30 02:50:40 for g5 ES-1972<br>1910-06-30 02:51 for CFEPP 640
623	1740	vandame-pierre-1913-06-17--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1913-06-17 11:00 for g5 ES-4151<br>1913-10-15 17:00 for CFEPP 650
624	1740	vandame-pierre-1913-06-17--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1913-06-17 11:00 for g5 ES-4151<br>1913-10-15 17:00 for CFEPP 650
625	16210	windal-claude-1939-09-02--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1939-09-02 05:00 for g5 ES-4332<br>1939-11-02 05:00 for CFEPP 651
626	1747	jourlin-jean-1909-06-25--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1909-06-25 17:05:40 for g5 ES-2234<br>1909-06-25 17:06 for CFEPP 662
627	1750	poilve-emile-1903-09-22--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1903-09-22 21:50:40 for g5 ES-3331<br>1903-09-22 21:51 for CFEPP 666
628	23981	taberna-pierre-1944-08-21--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1944-08-21 for g5 ES-3951<br>1944-08-02 09:30 for CFEPP 669
629	92	monneret-georges-1908-10-04--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1908-10-04 13:10:40 for g5 ES-2920<br>1908-10-04 13:11 for CFEPP 675
630	94	perrin-marcel-1908-03-17--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1908-03-17 06:50:40 for g5 ES-3229<br>1908-03-17 06:51 for CFEPP 676
631	1768	jeanne-yvonne-1910-07-14--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1910-07-14 01:00 for g5 ES-2210<br>1910-07-14 11:00 for CFEPP 690
632	1768	jeanne-yvonne-1910-07-14--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1910-07-14 00:50:40 for g5 ES-2210<br>1910-07-14 10:51 for CFEPP 690
633	1774	raffy-claude-1945-01-02--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1945-01-02 03:00 for g5 ES-3422<br>1945-01-02 03:30 for CFEPP 696
634	1774	raffy-claude-1945-01-02--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1945-01-02 02:00:00 for g5 ES-3422<br>1945-01-02 02:30 for CFEPP 696
635	1778	vasseur-paul-1884-10-10--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1884-10-10 18:47:40 for g5 ES-4179<br>1884-10-10 18:48 for CFEPP 703
636	23108	dubief-jacqueline-1930-08-15--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1930-08-15 for g5 ES-1464<br>1930-12-04 17:00 for CFEPP 706
637	2036	giletti-alain-1939-11-09--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1939-11-09 07:45 for g5 ES-1862<br>1939-09-11 07:45 for CFEPP 708
638	2036	giletti-alain-1939-11-09--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1939-11-09 06:45 for g5 ES-1862<br>1939-09-11 06:45 for CFEPP 708
639	2037	hassler-albert-1903-11-02--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1903-11-02 01:00 for g5 ES-2070<br>1903-11-03 11:00 for CFEPP 712
640	2037	hassler-albert-1903-11-02--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1903-11-02 00:50:40 for g5 ES-2070<br>1903-11-03 10:51 for CFEPP 712
641	1875	dauger-jean-1919-11-12--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1919-12-12 04:00 for g5 ES-1224<br>1919-11-12 04:00 for CFEPP 744
642	1890	duhau-jean-1906-05-01--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1906-05-01 20:00 for g5 ES-1486<br>1906-05-01 18:00 for CFEPP 748
643	1890	duhau-jean-1906-05-01--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1906-05-01 19:50:40 for g5 ES-1486<br>1906-05-01 17:51 for CFEPP 748
644	1905	galia-jean-1905-03-20--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1905-03-20 07:50:40 for g5 ES-1755<br>1905-03-20 07:51 for CFEPP 753
645	1979	rey-roger-1931-04-19--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1931-04-19 18:00 for g5 ES-3485<br>1931-04-09 18:00 for CFEPP 777
646	1979	rey-roger-1931-04-19--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1931-04-19 17:00 for g5 ES-3485<br>1931-04-09 18:00 for CFEPP 777
647	16187	ulma-amboise-1921-11-29--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1921-11-29 04:00 for g5 ES-4088<br>1921-11-24 04:00 for CFEPP 786
648	1806	amand-henri-1873-09-17--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1873-09-17 12:50:40 for g5 ES-74<br>1873-09-17 12:51 for CFEPP 794
649	22643	amestoy-jean-baptiste-1935-08-28--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1935-08-28 for g5 ES-80<br>1936-08-28 12:00 for CFEPP 795
650	1809	bailette-marcel-1904-10-12--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1904-10-12 10:00 for g5 ES-196<br>1904-10-12 17:00 for CFEPP 801
651	1809	bailette-marcel-1904-10-12--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1904-10-12 09:50:40 for g5 ES-196<br>1904-10-12 16:51 for CFEPP 801
652	1816	baulon-robert-1930-10-21--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1930-10-21 10:00 for g5 ES-288<br>1930-10-22 10:00 for CFEPP 805
653	1816	baulon-robert-1930-10-21--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1930-10-21 10:00 for g5 ES-288<br>1930-10-22 10:00 for CFEPP 805
654	1817	beguet-louis-1894-12-07--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1894-12-07 08:50:40 for g5 ES-314<br>1894-12-07 08:51 for CFEPP 807
655	1818	behoteguy-andre-1900-10-19--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1900-10-19 20:50:40 for g5 ES-316<br>1900-10-19 20:51 for CFEPP 808
656	1819	behoteguy-henri-1898-10-18--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1898-10-18 17:50:40 for g5 ES-317<br>1898-10-18 17:51 for CFEPP 809
657	1829	billac-eugene-1898-03-16--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1898-03-16 18:50:40 for g5 ES-444<br>1898-03-16 18:51 for CFEPP 816
658	1835	borde-francois-1899-12-08--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1899-12-08 10:50:40 for g5 ES-567<br>1899-12-08 10:51 for CFEPP 821
1172	6860	gauquelin-a3-1145-1891-09-24--name	name	Missing name in Gauquelin file A3
659	1836	bornenave-leon-1922-05-11--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1922-05-11 18:00 for g5 ES-572<br>1920-05-11 18:00 for CFEPP 822
660	1836	bornenave-leon-1922-05-11--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1922-05-11 17:00 for g5 ES-572<br>1920-05-11 17:00 for CFEPP 822
661	1853	camicas-fernand-1899-05-07--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1899-05-07 03:50:40 for g5 ES-798<br>1899-05-07 03:51 for CFEPP 835
662	15874	campaes-andre-1944-03-30--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1944-03-30 08:00 for g5 ES-800<br>1944-04-30 08:00 for CFEPP 836
663	22921	caron-lucien-1916-12-03--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1916-12-03 for g5 ES-853<br>1916-12-16 03:00 for CFEPP 838
664	1860	caujolle-jean-1888-07-31--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1888-07-31 11:53:40 for g5 ES-909<br>1888-07-31 11:55 for CFEPP 841
665	1866	communeau-marcel-1885-09-11--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1885-09-11 07:21:40 for g5 ES-1074<br>1885-09-11 07:22 for CFEPP 846
666	1869	crabos-rene-1899-02-07--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1899-02-07 14:50:40 for g5 ES-1151<br>1899-02-07 14:51 for CFEPP 847
667	23011	crampagne-jacques-1944-04-17--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1944-04-17 for g5 ES-1154<br>1944-04-07 17:00 for CFEPP 848
668	1874	darrouy-christian-1937-01-13--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1937-01-13 05:30 for g5 ES-1222<br>1937-01-13 06:00 for CFEPP 851
669	1874	darrouy-christian-1937-01-13--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1937-01-13 05:30 for g5 ES-1222<br>1937-01-13 06:00 for CFEPP 851
670	23043	de-gregorio-nicolas-1947-01-29--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1947-01-29 for g5 ES-1245<br>1947-01-15 11:30 for CFEPP 854
671	1877	dedet-louis-1875-03-06--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1875-03-06 05:50:40 for g5 ES-1294<br>1875-03-06 05:51 for CFEPP 855
672	1889	dufourcq-jacques-1881-08-19--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1881-08-19 18:01:28 for g5 ES-1479<br>1881-08-19 18:04 for CFEPP 863
673	1891	dupont-clement-1899-04-11--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1899-04-11 05:50:40 for g5 ES-1496<br>1899-04-11 05:51 for CFEPP 864
674	1892	dupont-louis-1910-10-14--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1910-10-14 23:00 for g5 ES-1498<br>1910-11-14 15:15 for CFEPP 865
675	1892	dupont-louis-1910-10-14--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1910-10-14 22:50:40 for g5 ES-1498<br>1910-11-14 15:06 for CFEPP 865
676	1906	gerald-geo-1904-03-17--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1904-03-17 17:20:40 for g5 ES-1827<br>1904-03-17 17:21 for CFEPP 878
677	1907	gonnet-charles-1897-11-03--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1897-11-03 07:40:40 for g5 ES-1899<br>1897-11-03 07:41 for CFEPP 880
678	1908	got-raoul-1900-10-11--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1900-10-11 05:50:40 for g5 ES-1907<br>1900-10-11 05:51 for CFEPP 881
679	1910	graule-vincent-1904-01-22--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1904-01-22 09:50:40 for g5 ES-1941<br>1904-01-22 09:51 for CFEPP 882
680	15994	herrero-andre-1938-01-28--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1938-01-28 02:00 for g5 ES-2116<br>1938-11-28 02:00 for CFEPP 886
681	1915	jaureguy-adolphe-1898-02-18--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1898-02-18 14:50:40 for g5 ES-2207<br>1898-02-18 14:51 for CFEPP 890
682	1929	lassegue-jean-1924-02-15--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1924-02-15 05:00 for g5 ES-2373<br>1924-02-15 17:00 for CFEPP 899
683	1929	lassegue-jean-1924-02-15--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1924-02-15 05:00 for g5 ES-2373<br>1924-02-15 17:00 for CFEPP 899
684	1936	lubin-lebrere-marcel-1891-07-21--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1891-07-21 13:50:40 for g5 ES-2546<br>1891-07-21 13:51 for CFEPP 905
685	1948	mauriat-paul-1887-05-27--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1887-05-27 23:10:40 for g5 ES-2764<br>1887-05-27 23:11 for CFEPP 917
686	1959	mounicq-paul-1887-02-09--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1887-02-09 12:59:40 for g5 ES-2980<br>1887-02-09 13:00 for CFEPP 922
687	1960	moureu-pierre-1895-08-24--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1895-08-24 08:50:40 for g5 ES-2981<br>1895-08-24 08:51 for CFEPP 923
688	1966	piteu-roger-1899-05-14--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1899-05-14 07:00 for g5 ES-3312<br>1899-05-14 10:00 for CFEPP 928
689	1966	piteu-roger-1899-05-14--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1899-05-14 06:50:40 for g5 ES-3312<br>1899-05-14 09:51 for CFEPP 928
690	1972	puech-louis-1894-12-04--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1894-12-04 20:50:40 for g5 ES-3397<br>1894-12-04 20:51 for CFEPP 933
691	1973	puget-marcel-1940-09-28--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1940-09-28 18:15 for g5 ES-3398<br>1949-09-28 18:15 for CFEPP 934
692	1973	puget-marcel-1940-09-28--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1940-09-28 17:15:00 for g5 ES-3398<br>1949-09-28 17:15 for CFEPP 934
693	1976	ramis-roger-1902-03-29--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1902-03-29 16:50:40 for g5 ES-3430<br>1902-03-29 16:51 for CFEPP 936
694	1980	ribere-eugene-1902-06-14--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1902-06-14 04:50:40 for g5 ES-3487<br>1902-06-14 04:51 for CFEPP 939
695	1987	samatan-robert-1909-04-16--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1909-04-16 16:50:40 for g5 ES-3662<br>1909-04-16 16:51 for CFEPP 948
696	1990	sebedio-jean-1890-12-12--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1890-12-12 13:00 for g5 ES-3773<br>1890-12-06 13:00 for CFEPP 950
697	1990	sebedio-jean-1890-12-12--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1890-12-12 13:01:28 for g5 ES-3773<br>1890-12-06 13:07 for CFEPP 950
698	1992	serin-lucien-1902-11-08--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1902-11-08 07:50:40 for g5 ES-3804<br>1902-11-08 07:51 for CFEPP 951
699	1994	struxiano-philippe-1891-03-11--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1891-03-11 04:00 for g5 ES-3924<br>1891-03-11 16:00 for CFEPP 957
700	1994	struxiano-philippe-1891-03-11--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1891-03-11 03:54:16 for g5 ES-3924<br>1891-03-11 15:54 for CFEPP 957
701	2001	vannier-michel-1931-07-27--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1931-07-27 15:00 for g5 ES-4170<br>1931-07-21 15:00 for CFEPP 963
702	2001	vannier-michel-1931-07-27--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1931-07-27 14:00 for g5 ES-4170<br>1931-07-21 14:00 for CFEPP 963
703	2013	couttet-james-1921-07-06--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1921-07-06 23:30 for g5 ES-1148<br>1921-07-06 23:00 for CFEPP 976
704	2013	couttet-james-1921-07-06--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1921-07-06 22:30 for g5 ES-1148<br>1921-07-06 22:00 for CFEPP 976
705	2025	bizard-xavier-1899-01-01--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1899-01-01 20:20:40 for g5 ES-458<br>1899-01-01 20:21 for CFEPP 1006
706	2028	chevallier-bernard-1912-10-04--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1912-10-04 20:20 for g5 ES-993<br>1912-10-04 08:20 for CFEPP 1007
707	2028	chevallier-bernard-1912-10-04--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1912-10-04 20:20 for g5 ES-993<br>1912-10-04 08:20 for CFEPP 1007
708	2032	jousseaume-andre-1894-07-27--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1894-07-27 08:00:40 for g5 ES-2236<br>1894-07-27 08:01 for CFEPP 1011
709	2042	blanchy-francois-1886-12-12--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1886-12-12 08:57:36 for g5 ES-468<br>1886-12-12 09:02 for CFEPP 1020
710	2045	boussus-christian-1908-03-05--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1908-03-05 04:50:40 for g5 ES-622<br>1908-03-05 04:51 for CFEPP 1022
711	2049	decugis-max-1882-09-24--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1882-09-24 09:00 for g5 ES-1293<br>1882-09-24 21:00 for CFEPP 1025
712	2049	decugis-max-1882-09-24--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1882-09-24 08:50:40 for g5 ES-1293<br>1882-09-24 20:51 for CFEPP 1025
713	2084	gerbault-alain-1893-11-17--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1893-11-17 10:50:40 for g5 ES-1831<br>1893-11-17 10:51 for CFEPP 1031
714	2060	lacoste-rene-1904-07-02--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1904-07-02 04:50:40 for g5 ES-2313<br>1904-07-02 04:51 for CFEPP 1036
715	2063	lesueur-jean-1910-06-24--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1910-06-24 05:30:40 for g5 ES-2471<br>1910-06-24 05:31 for CFEPP 1037
716	2069	plaa-martin-1901-03-12--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1901-03-12 10:50:40 for g5 ES-3316<br>1901-03-12 10:51 for CFEPP 1041
717	2075	coquelin-lisle-pierre-1900-07-19--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1900-07-19 22:50:40 for g5 ES-1096<br>1900-07-19 22:51 for CFEPP 1049
718	2076	durand-raymond-1894-01-28--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1894-01-28 12:50:40 for g5 ES-1507<br>1894-01-28 12:51 for CFEPP 1051
719	2079	genot-lucien-1901-04-20--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1901-04-20 16:50:40 for g5 ES-1839<br>1901-04-20 16:51 for CFEPP 1053
720	2080	martinez-hoz-gaston-1899-12-12--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1899-12-12 07:20:40 for g5 ES-2710<br>1899-12-12 07:21 for CFEPP 1055
721	2082	rouland-edouard-1903-04-27--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1903-04-27 16:50:40 for g5 ES-3600<br>1903-04-27 16:51 for CFEPP 1056
722	2077	felbaco-pierre-1906-01-23--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1906-01-23 03:30 for g5 ES-1602<br>1904-01-23 03:30 for CFEPP 1057
723	2077	felbaco-pierre-1906-01-23--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1906-01-23 03:20:40 for g5 ES-1602<br>1904-01-23 03:21 for CFEPP 1057
724	1763	dujardin-paul-1894-05-10--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1894-05-10 11:20:40 for g5 ES-1490<br>1894-05-10 11:21 for CFEPP 1061
725	23813	rigaux-robert-1912-04-07--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1912-04-07 for g5 ES-3504<br>1913-04-20 12:00 for CFEPP 1076
726	22729	benoist-robert-1885-03-20--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1885-03-20 for g5 ES-346<br>1895-03-20 06:00 for CFEPP 1078
727	822	georget-emile-1881-11-21--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1881-11-21 05:57:12 for g5 ES-1825<br>1881-11-21 05:56 for CFEPP 1084
728	1706	solbach-armand-1904-05-10--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1904-05-10 20:50:40 for g5 ES-3854<br>1904-05-10 20:51 for CFEPP 1092
729	1733	faure-beaulieu-suzanne-1905-08-29--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1905-08-29 15:00 for g5 ES-1593<br>1905-08-29 03:00 for CFEPP 1096
730	1733	faure-beaulieu-suzanne-1905-08-29--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1905-08-29 14:50:40 for g5 ES-1593<br>1905-08-29 02:51 for CFEPP 1096
731	1730	brassart-yvonne-1904-03-01--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1904-03-01 06:50 for g5 ES-653<br>1904-03-01 18:50 for CFEPP 1097
732	1730	brassart-yvonne-1904-03-01--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1904-03-01 06:40:40 for g5 ES-653<br>1904-03-01 18:41 for CFEPP 1097
733	1847	cadenat-jules-1885-09-18--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1885-09-18 21:44:28 for g5 ES-771<br>1885-09-18 21:47 for CFEPP 1107
734	2050	desloges-suzanne-1901-12-14--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1901-12-14 23:50 for g5 ES-1375<br>1901-12-14 23:05 for CFEPP 1114
735	2050	desloges-suzanne-1901-12-14--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1901-12-14 23:40:40 for g5 ES-1375<br>1901-12-14 22:56 for CFEPP 1114
736	2064	mathieu-suzanne-1908-01-31--date	date	Check birth date because CFEPP and g5 birth dates differDate<br>1908-01-31 11:45 for g5 ES-2746<br>1908-01-31 23:45 for CFEPP 1115
737	2064	mathieu-suzanne-1908-01-31--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1908-01-31 11:35:40 for g5 ES-2746<br>1908-01-31 23:36 for CFEPP 1115
738	2083	touchard-roger-1909-03-21--tzo	tzo	Check birth date because CFEPP and g5 birth dates UT differ<br>Date UT<br>1909-03-21 15:20:40 for g5 ES-4052<br>1909-03-21 15:21 for CFEPP 1118
739	2088	abadie-joseph-1873-12-15--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1873-12-15 16:00<br>\nA2: 1873-12-15 06:00
740	2089	abadie-jules-1876-08-12--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1876-08-12 23:00<br>\nA2: 1876-08-12 03:00
741	2093	albert-paul-1810-01-23--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1810-01-23 10:00<br>\nA2: 1810-01-23 00:00
742	2095	aloy-francois-1866-08-26--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1866-08-26 21:00<br>\nA2: 1866-08-26 01:00
743	2096	ambard-leon-1876-02-16--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1876-12-16 14:00<br>\nA2: 1876-02-16 14:00
744	2098	andouard-ambroise-1839-03-30--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1839-03-30 01:00<br>\nA2: 1839-03-30 09:00
745	2100	arloing-fernand-1876-02-28--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1876-02-28 03:00<br>\nA2: 1876-02-28 13:00
746	2115	baillet-casimir-1820-09-10--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1820-09-10 10:00<br>\nA2: 1820-09-10 16:00
747	2135	bazy-pierre-1853-03-28--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1853-03-28 . 2:00<br>\nA2: 1853-03-28 02:00
748	2146	berger-paul-1845-01-06--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1845-01-06 15:00<br>\nA2: 1845-01-06 03:00
749	2157	bezancon-fernand-1868-02-23--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1868-02-23 01:15<br>\nA2: 1868-02-23 13:15
750	2174	bouchard-charles-1837-09-06--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1837-09-06 03:00<br>\nA2: 1837-09-06 08:00
751	2175	bouchard-henri-1833-12-18--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1833-12-18 01:00<br>\nA2: 1833-12-18 08:00
752	2204	buignet-henri-1815-03-01--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1815-03-02 06:00<br>\nA2: 1815-03-01 23:00
753	2207	burnet-etienne-1873-10-11--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1873-10-11 13:00<br>\nA2: 1873-10-11 12:00
754	2228	chamberland-charles-1851-03-12--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1851-03-12 10:00<br>\nA2: 1851-03-12 07:00
755	2231	charcellay-laplace-l-1809-10-30--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1809-10-31 04:00<br>\nA2: 1809-10-30 04:00
756	2237	chatin-gaspard-1813-11-30--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1813-11-30 10:00<br>\nA2: 1813-11-30 06:00
757	2245	chedevergne-antoine-1834-07-27--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1834-07-27 02:00<br>\nA2: 1834-07-27 01:00
758	2262	coste-jean-1807-05-11--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1807-05-10 14:00<br>\nA2: 1807-05-11 14:00
759	2273	cuneo-bernard-1873-10-25--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1873-10-28 18:00<br>\nA2: 1873-10-25 18:00
760	2276	debierre-marie-1853-10-31--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1853-10-31 21:00<br>\nA2: 1853-10-31 21:30
761	2286	delbet-pierre-1861-11-15--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1861-11-15 08:00<br>\nA2: 1861-11-15 20:00
762	2313	doumer-jean-1858-06-10--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1858-06-10 22:00<br>\nA2: 1858-06-10 23:00
763	2315	doyon-maurice-1863-07-28--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1863-07-28 14:00<br>\nA2: 1863-07-28 21:30
764	2324	duclos-michel-1822-12-15--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1822-12-16 13:00<br>\nA2: 1822-12-15 20:00
765	2332	dupuy-pierre-1844-04-11--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1844-04-12 . 16:00<br>\nA2: 1844-04-11 16:00
766	2349	favre-pierre-1813-02-20--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1813-03-20 07:00<br>\nA2: 1813-02-20 07:00
767	2358	florence-albert-1851-04-25--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1851-04-23 18:00<br>\nA2: 1851-04-25 00:30
768	2362	follin-francois-1823-11-25--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1823-11-25 16:00<br>\nA2: 1823-11-25 14:00
769	2365	fontan-jules-1849-10-20--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1849-10-22 01:00<br>\nA2: 1849-10-20 01:00
770	11026	schubert-georges-1846-10-12--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1846-10-12 21:00<br>\nA4: 1846-10-12 01:00
771	2377	gascard-louis-1861-08-26--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1861-08-26 14:30<br>\nA2: 1861-08-26 13:00
772	2379	gaudier-henri-1866-04-06--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1866-08-06 07:00<br>\nA2: 1866-04-06 07:00
773	2398	gosset-antonin-1872-01-20--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1872-01-21 11:00<br>\nA2: 1872-01-20 11:30
774	2409	guerin-alphonse-1816-08-09--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1816-04-09 10:30<br>\nA2: 1816-08-09 10:30
775	2414	guillain-georges-1876-03-03--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1876-03-03 15:15<br>\nA2: 1876-03-03 04:00
776	2432	hervieux-jacques-1818-09-03--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1818-09-04 20:00<br>\nA2: 1818-09-03 20:00
777	2436	huchard-henri-1844-04-04--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1844-04-05 08:00<br>\nA2: 1844-04-04 14:00
778	2438	huguier-pierre-1804-09-18--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1804-09-04 21:00<br>\nA2: 1804-09-18 21:00
779	2444	jacquemin-eugene-1828-01-22--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1828-01-23 09:00<br>\nA2: 1828-01-22 22:30
780	2443	jacquemier-jean-1806-01-14--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1806-01-16 13:00<br>\nA2: 1806-01-14 10:00
781	2453	jolyet-felix-1841-01-04--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1841-01-10 12:00<br>\nA2: 1841-01-04 14:00
782	2464	laboulbene-alexandre-1825-08-23--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1825-08-24 03:00<br>\nA2: 1825-08-23 03:00
783	2468	laennec-theophile-1830-03-12--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1830-03-12 12:00<br>\nA2: 1830-03-12 09:00
784	2482	lannois-maurice-1856-11-06--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1856-11-08 11:45<br>\nA2: 1856-11-06 09:00
785	2525	levieux-jean-1818-02-23--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1818-11-23 12:00<br>\nA2: 1818-02-23 12:00
786	2542	lumiere-auguste-1862-10-19--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1862-10-19 09:30<br>\nA2: 1862-10-19 15:30
787	2548	mahe-jean-1830-06-24--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1830-06-24 09:00<br>\nA2: 1830-06-24 04:00
788	2556	manquat-alexandre-1853-12-02--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1858-12-02 01:00<br>\nA2: 1853-12-02 01:00
789	2557	marchand-eugene-1816-08-26--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1816-08-26 10:00<br>\nA2: 1816-08-26 22:30
790	2593	mignot-antoine-1823-08-31--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1823-08-31 00:00<br>\nA2: 1823-08-31 19:00
791	2608	motet-auguste-1832-09-07--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1832-09-06 14:00<br>\nA2: 1832-09-07 14:00
792	2613	mourier-louis-1873-10-08--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1873-10-08 13:00<br>\nA2: 1873-10-08 11:00
793	2619	nicaise-jules-1838-05-10--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1838-05-10 18:00<br>\nA2: 1838-05-10 14:00
794	2623	nicolle-charles-1866-09-21--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1866-09-21 10:15<br>\nA2: 1866-09-21 05:00
795	2627	notta-alphonse-1824-02-26--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1824-02-27 11:00<br>\nA2: 1824-02-26 11:00
796	2629	ollier-leopold-1830-12-02--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1830-12-03 22:00<br>\nA2: 1830-12-02 22:00
797	2635	oulmont-nathan-1815-03-29--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1815-03-29 08:30<br>\nA2: 1815-03-29 00:30
798	2638	parise-jean-1815-08-28--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1815-08-28 11:00<br>\nA2: 1815-08-28 10:56:50
799	2656	perrin-maurice-1826-04-13--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1826-04-14 09:00<br>\nA2: 1826-04-13 14:00
800	2666	pidoux-hermann-1808-10-02--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1808-10-02 .14:00<br>\nA2: 1808-10-02 04:00
801	2695	quinquaud-charles-1841-12-26--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1841-12-26 22:00<br>\nA2: 1841-12-26 18:00
802	2726	rist-edouard-1871-03-16--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1871-03-16 15:00<br>\nA2: 1871-03-16 11:00
803	2729	robin-charles-1821-06-04--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1821-06-04 18:00<br>\nA2: 1821-06-04 03:00
804	2738	routier-edmond-1853-10-10--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1873-10-10 06:00<br>\nA2: 1853-10-10 06:00
805	2750	sebileau-pierre-1860-10-18--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1860-10-18 10:00<br>\nA2: 1860-10-18 04:00
806	2753	see-marc-1827-02-17--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1827-02-18 17:00<br>\nA2: 1827-02-17 17:00
807	2788	thomas-louis-1839-05-21--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1839-05-21 17:00<br>\nA2: 1839-05-21 05:00
808	2799	trebuchet-adolphe-1801-12-11--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1801-12-11 24:00<br>\nA2: 1801-12-11 00:00
809	2815	velu-henri-1887-04-13--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1887-04-13 10:00<br>\nA2: 1887-04-13 08:00
810	2826	volmar-victor-1887-02-25--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1887-02-25 02:00<br>\nA2: 1887-02-25 20:00
811	2092	alajouanine-theophile-1890-06-12--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1890-06-12 10:30<br>\nA2: 1890-06-12 00:30
812	2860	averous-joseph-1870-12-25--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1870-12-25 09:15<br>\nA2: 1870-12-25 09:13:27
813	2866	ball-victor-1873-06-08--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1873-06-08 01:00<br>\nA2: 1873-06-08 00:55:34
814	2875	baudoin-georges-1854-09-11--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1854-09-11 04:00<br>\nA2: 1854-09-11 01:00
815	2917	boucomont-roger-1902-11-19--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1902-10-19 08:45<br>\nA2: 1902-11-19 08:45
816	2942	busquet-hector-1879-11-21--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1879-11-21 05:00<br>\nA2: 1879-11-21 05:04:40
817	2956	carpentier-william-1887-11-01--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1887-01-01 07:00<br>\nA2: 1887-11-01 06:56:06
818	2970	charbonnel-maurice-1884-12-17--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1884-12-17 01:00<br>\nA2: 1884-12-17 00:55:17
819	2975	chaton-marcel-1881-07-18--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1881-07-18 -19:30<br>\nA2: 1881-07-18 19:30
820	2983	cisternes-ernest-1874-04-18--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1874-04-18 14:00<br>\nA2: 1874-04-18 11:00
821	2999	coty-auguste-1887-06-23--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1887-06-23 06:00<br>\nA2: 1887-06-23 05:56:06
822	3002	cournet-jean-1863-01-24--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1863-01-24 02:00<br>\nA2: 1863-01-24 02:04:37
823	3019	dehorter-leon-1884-10-24--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1884-10-24 21:30<br>\nA2: 1884-10-24 21:26:27
824	3022	delater-gabriel-1883-07-18--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1883-07-18 06:00<br>\nA2: 1883-07-18 05:46
825	3051	dumas-antoine-1882-02-11--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1882-02-24 01:00<br>\nA2: 1882-02-11 01:00
826	3070	ferry-pierre-1871-12-05--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1871-02-05 20:00<br>\nA2: 1871-12-05 20:00
827	3082	francais-henri-1873-09-02--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1873-09-02 06:00<br>\nA2: 1873-09-02 05:56:38
828	3092	gaultier-rene-1875-10-24--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1875-10-24 14:30<br>\nA2: 1875-10-24 01:30
829	3120	guillemin-joseph-1874-04-25--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1874-04-25 23:45<br>\nA2: 1874-04-25 23:44:52
830	3128	haller-prosper-1869-08-24--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1869-08-24 12:00<br>\nA2: 1869-08-24 12:04:17
831	3130	hautefeuille-jules-1877-02-03--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1877-02-03 12:00<br>\nA2: 1877-02-03 11:56:11
832	3143	jaulin-seutre-auguste-1882-12-29--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1882-12-29 23:15<br>\nA2: 1882-12-29 23:20
833	3161	lagrange-henri-1890-12-23--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1890-12-23 20:00<br>\nA2: 1890-12-23 19:55:17
834	3162	lamarque-henri-1863-02-27--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1863-02-27 12:00<br>\nA2: 1863-02-27 11:56:45
835	3171	lasseur-philippe-1882-06-27--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1882-06-27 09:00<br>\nA2: 1882-06-27 08:56:25
836	3190	leon-kindberg-michel-1883-12-13--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1883-12-13 06:00<br>\nA2: 1883-12-13 05:55:34
837	3196	leroy-georges-1861-04-22--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1861-04-22 02:00<br>\nA2: 1861-04-22 01:56:06
838	3208	luquet-gabriel-1887-03-26--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1887-03-26 17:00<br>\nA2: 1887-03-26 17:03:17
839	3226	maurel-gerard-1887-07-26--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1887-07-26 19:00<br>\nA2: 1887-07-26 18:55:34
840	3254	negre-leopold-1879-06-15--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1872-06-15 12:00<br>\nA2: 1879-06-15 12:00
841	3318	rosset-marc-1888-07-15--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1888-07-15 16:00<br>\nA2: 1888-07-15 15:56:38
842	3339	schwab-roger-1889-02-21--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1889-02-21 19:00<br>\nA2: 1889-02-21 19:03:04
843	3350	simonin-louis-1881-08-17--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1881-08-17 05:15<br>\nA2: 1881-08-17 05:14:46
844	3352	sorre-auguste-1871-05-25--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1871-05-25 07:45<br>\nA2: 1871-05-25 07:43:38
845	3366	tourvieille-labroue-maurice-1890-01-17--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1890-01-17 03:00<br>\nA2: 1890-01-17 02:55:24
846	3381	verdier-pierre-1877-04-11--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1877-04-11 . 23:00<br>\nA2: 1877-04-11 23:00
847	3392	vigot-marcel-1887-12-28--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1887-12-28 05:00<br>\nA2: 1887-12-28 03:00
848	14	boeckel-paul-1916-03-14--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1916-03-14 05:00<br>\nA1: 1916-03-14 16:00
849	36	el-mabrouk-mohamed-1928-10-27--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1928-10-17 09:45<br>\nA1: 1928-10-27 09:45
850	49	ladoumegue-jules-1906-12-10--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1906-12-10 05:00<br>\nA1: 1906-12-10 17:30
851	65	paul-robert-1910-04-20--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1910-04-22 10:00<br>\nA1: 1910-04-20 21:00
852	545	hell-henri-1911-04-26--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1911-04-26 16:00<br>\nA1: 1911-04-26 17:30
853	549	perrier-jacques-1924-11-22--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1924-10-12 07:00<br>\nA1: 1924-11-22 06:00
854	552	rudler-antoine-1910-05-07--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1905-05-21 03:00<br>\nA1: 1910-05-07 15:30
855	682	stock-jean-1923-03-12--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1923-02-12 11:00<br>\nA1: 1923-03-12 11:00
856	688	thil-marcel-1904-05-29--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1904-05-29 07:00<br>\nA1: 1904-05-29 22:00
857	777	bellanger-jacques-1927-12-25--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1927-12-21 07:30<br>\nA1: 1927-12-25 07:30
858	794	charpentier-robert-1916-04-04--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1916-04-04 10:00<br>\nA1: 1916-04-04 22:00
859	831	hourlier-leon-1885-09-16--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1885-09-16 18:00<br>\nA1: 1885-09-16 22:00
860	851	magne-antonin-1904-02-15--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1904-02-15 22:00<br>\nA1: 1904-02-15 10:00
861	855	maye-paul-1913-08-19--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1913-08-20 09:00<br>\nA1: 1913-08-19 09:00
862	858	minardi-louis-1908-06-19--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1908-06-19 15:00<br>\nA1: 1908-06-19 10:00
863	859	mithouard-fernand-1909-05-23--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1909-05-22 22:30<br>\nA1: 1909-05-23 22:30
864	862	oubron-robert-1913-04-18--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1913-04-18 12:00<br>\nA1: 1913-04-18 09:30
865	887	terreau-ernest-1908-03-31--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1908-05-31 20:00<br>\nA1: 1908-03-31 17:00
866	1260	bigot-jules-1915-11-22--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1915-10-22 07:00<br>\nA1: 1915-11-22 07:30
867	1269	boyer-jean-1901-02-17--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1901-02-13 11:00<br>\nA1: 1901-02-17 11:00
868	1276	cheuva-andre-1908-05-30--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1908-05-10 04:00<br>\nA1: 1908-05-30 04:00
869	1291	delfour-edmond-1907-11-01--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1907-11-01 21:00<br>\nA1: 1907-11-01 09:00
870	1304	finot-louis-1909-07-08--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1909-07-08 08:00<br>\nA1: 1909-07-08 04:00
871	1317	grumellon-jean-1923-06-01--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1923-06-01 18:30<br>\nA1: 1923-06-01 18:00
872	1321	heisserer-oscar-1914-07-18--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1914-07-18 20:00<br>\nA1: 1914-07-18 11:00
873	1332	lamy-roger-1926-12-13--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1926-01-13 21:00<br>\nA1: 1926-12-13 13:15
874	1334	laurent-lucien-1907-12-10--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1907-12-10 00:30<br>\nA1: 1907-12-10 04:00
875	1356	petit-rene-1899-10-08--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1899-10-08 09:30<br>\nA1: 1899-10-08 02:00
876	1362	prevost-jean-1918-09-30--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1918-09-30 23:30<br>\nA1: 1919-09-30 23:30
877	1391	thepot-alex-1906-07-30--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1906-07-30 14:30<br>\nA1: 1906-07-30 02:30
878	1691	boulart-philippe-1918-08-29--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1918-08-29 20:00<br>\nA1: 1918-08-29 22:00
879	1695	le-quellec-yan-1902-05-03--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1902-05-03 01:00<br>\nA1: 1902-05-03 12:00
880	1700	gounot-jean-1894-04-09--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1894-05-09 17:30<br>\nA1: 1894-04-09 17:30
881	1731	butin-jean-1925-09-20--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1925-09-20 08:00<br>\nA1: 1925-09-20 20:00
882	19561	soulairac-andre-1913-06-17--date-g55	date-g55	Check birth date because LERRCP E1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1913-06-17 11:00<br>\nE1: 1913-06-17 07:30
883	1752	cornet-florimond-1911-07-21--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1912-07-21 09:30<br>\nA1: 1911-07-21 16:00
1173	6873	gauquelin-a3-1158-1884-08-24--name	name	Missing name in Gauquelin file A3
884	1714	ferrari-henri-1912-09-23--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1912-09-23 07:00<br>\nA1: 1912-09-23 15:00
885	1809	bailette-marcel-1904-10-12--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1904-10-12 10:00<br>\nA1: 1904-10-12 17:00
886	1836	bornenave-leon-1920-05-11--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1922-05-11 18:00<br>\nA1: 1920-05-11 18:00
887	1929	lassegue-jean-1924-02-15--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1924-02-15 05:00<br>\nA1: 1924-02-15 17:00
888	1994	struxiano-philippe-1891-03-11--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1891-03-11 04:00<br>\nA1: 1891-03-11 16:00
889	2013	couttet-james-1921-07-06--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1921-07-06 23:30<br>\nA1: 1921-07-06 23:00
890	1730	brassart-yvonne-1904-03-01--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1904-03-01 06:50<br>\nA1: 1904-03-01 18:50
891	1760	casteur-odette-1927-11-11--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1927-11-11 23:53<br>\nA1: 1927-11-11 22:53
892	1733	faure-beaulieu-suzanne-1905-08-29--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1905-08-29 15:00<br>\nA1: 1905-08-29 03:00
893	1768	jeanne-yvonne-1910-07-14--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1910-07-14 01:00<br>\nA1: 1910-07-14 11:00
894	2077	felbaco-pierre-1904-01-23--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1906-01-23 03:30<br>\nA1: 1904-01-23 03:30
895	573	beaumais-marcel-1929-01-20--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1929-01-20 08:00<br>\nA1: 1929-01-20 16:00
896	574	benedetto-valere-1926-11-26--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1926-11-26 16:00<br>\nA1: 1926-11-26
897	589	clavel-michel-1931-03-12--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1931-03-12 00:00<br>\nA1: 1931-03-12 24:00
898	595	cuillieres-rene-1929-07-22--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1929-07-12 17:00<br>\nA1: 1929-07-22 17:00
899	596	cuneo-marc-1923-12-08--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1923-12-08 05:00<br>\nA1: 1923-12-08 00:00
900	632	langlois-pierre-1925-03-31--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1925-03-31 14:00<br>\nA1: 1925-03-31 11:00
901	647	masson-michel-1930-06-15--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1930-06-15 04:40<br>\nA1: 1930-06-15 01:40
902	661	perillat-simon-1930-12-05--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1930-12-09 03:00<br>\nA1: 1930-12-05 03:00
903	669	prigent-guy-1929-05-31--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1929-05-31 14:25<br>\nA1: 1929-05-31 01:25
904	675	roustan-rene-1928-06-11--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1928-06-11 . 8:00<br>\nA1: 1928-06-11 08:00
905	693	warusfel-ildephonse-1931-04-03--date-g55	date-g55	Check birth date because LERRCP A1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1934-04-03 00:00<br>\nA1: 1931-04-03 00:00
906	5729	abaut-michel-1849-10-13--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1849-10-13 22:00<br>\nA3: 1849-10-13 21:56
907	5739	adorno-de-tscharner-1829-09-23--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1829-09-29 22:00<br>\nA3: 1829-09-23 22:00
908	5748	altmayer-robert-1875-07-30--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1875-07-30 21:00<br>\nA3: 1875-07-30 20:55:17
909	5753	gauquelin-a3-25-1810-11-08--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1810-11-08 03:15<br>\nA3: 1810-11-08 03:10
910	5786	attel-eugene-1857-06-30--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1857-06-30 04:00<br>\nA3: 1857-06-30 04:01
911	5799	auge-francois-1873-07-27--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1873-07-27 23:00<br>\nA3: 1873-07-27 22:56:12
912	5802	aurelles-paladines-louis-1804-01-09--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1804-01-14 11:00<br>\nA3: 1804-01-09 12:00
913	5807	avelot-rene-1871-12-01--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1871-12-01 14:30<br>\nA3: 1871-12-01 11:30
914	5826	balny-avricourt-adrien-1849-06-11--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1849-06-11 17:00<br>\nA3: 1849-06-11 17:03:40
915	5831	baratier-albert-1864-07-11--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1864-07-11 06:45<br>\nA3: 1864-07-11 06:44:57
916	5837	barberin-jan-1847-11-09--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1847-11-09 05:00<br>\nA3: 1847-11-09 04:55:22
917	5859	gauquelin-a3-131-1869-03-01--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1869-02-29 15:00<br>\nA3: 1869-03-01 15:00
918	5864	battesti-jules-1858-04-06--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1858-04-06 10:00<br>\nA3: 1858-04-06 09:56:11
919	5865	battet-paul-1855-05-01--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1855-05-01 13:00<br>\nA3: 1855-05-01 13:03:33
920	5867	batteux-paul-1870-06-15--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1870-06-15 07:00<br>\nA3: 1870-06-15 06:45:32
921	5889	bendeau-marie-1804-08-01--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1804-08-04 12:00<br>\nA3: 1804-08-01 12:00
922	5896	bellue-jean-1848-11-28--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1848-11-28 21:00<br>\nA3: 1848-11-28 20:55:17
923	5911	gauquelin-a3-183-1880-06-29--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1880-06-29 02:00<br>\nA3: 1880-06-29 02:03:04
924	5927	berthier-jean-1841-10-01--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1841-10-01 12:00<br>\nA3: 1841-10-01 11:59
925	5937	besse-pierre-1857-05-04--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1857-05-04 13:00<br>\nA3: 1857-05-04 12:55:17
926	5940	besson-joseph-1843-06-06--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1843-06-16 03:00<br>\nA3: 1843-06-06 02:55:20
927	5953	bignon-adrien-1827-12-01--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1827-12-01 22:00<br>\nA3: 1827-12-01 21:56:38
928	5958	bilotte-gaston-1875-02-10--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1875-02-10 08:00<br>\nA3: 1875-02-10 05:00
929	5966	bizot-brice-1848-04-14--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1848-04-14 09:00<br>\nA3: 1848-04-14 09:04:59
930	5976	blanchet-jean-1834-05-16--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1834-05-16 17:00<br>\nA3: 1834-05-16 16:59
931	5980	blazer-ferdinand-1857-09-09--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1857-09-09 10:30<br>\nA3: 1857-09-09 10:33:04
932	5986	blot-omer-1824-11-27--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1824-11-27 07:00<br>\nA3: 1824-11-27 07:03:02
933	5996	boigues-paul-1864-05-27--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1864-05-27 03:30<br>\nA3: 1864-05-27 03:26:06
934	6001	boisfleury-joseph-1871-03-27--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1871-03-27 07:00<br>\nA3: 1871-03-27 06:55:20
935	6029	gauquelin-a3-302-1864-03-14--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1864-03-14 01:00<br>\nA3: 1864-03-14 00:55:07
936	6050	bosc-jean-1804-08-16--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1804-08-16 10:00<br>\nA3: 1804-08-16 09:55:23
937	6065	bouchez-achille-1856-06-24--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1856-06-24 02:00<br>\nA3: 1856-06-24 01:56:16
938	6070	boue-de-lapeyrere-auguste-1852-01-18--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1852-01-18 02:00<br>\nA3: 1852-01-18 02:04:40
939	6072	bouet-alexandre-1833-12-06--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1833-12-06 14:30<br>\nA3: 1833-12-06 14:25:34
940	6076	boulanger-georges-1837-04-29--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1837-04-29 08:15<br>\nA3: 1837-04-29 08:14:58
941	6098	brown-colstoun-louis-1835-04-08--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1835-04-08 23:00<br>\nA3: 1835-04-08 22:55:17
942	6137	charras-jean-1810-01-07--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1810-01-07 05:00<br>\nA3: 1810-01-07 05:04:18
943	6171	cremer-camille-1840-08-06--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1840-08-06 19:00<br>\nA3: 1840-08-06 19:03:32
944	6185	debeney-marie-1864-05-05--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1864-05-09 05:30<br>\nA3: 1864-05-05 05:30
945	6193	deletoille-gaston-1856-09-18--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1856-09-18 14:00<br>\nA3: 1856-09-18 11:00
946	6195	denfert-rochereau-philippe-1823-01-11--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1823-01-11 17:3O<br>\nA3: 1823-01-11 17:30
947	6197	denvignes-jpseph-1866-04-27--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1866-04-27 08:00<br>\nA3: 1866-04-27 08:04:40
948	6226	duhesme-jean-1878-10-14--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1878-10-14 17:15<br>\nA3: 1878-10-14 17:14:57
949	6244	eudes-emile-1843-09-12--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1843-09-12 02:00<br>\nA3: 1843-09-12 01:59
950	6252	favardin-charles-1868-09-25--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1868-09-25 19:00<br>\nA3: 1868-09-25 18:56:54
951	6271	fournier-pierre-1867-01-16--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1867-01-16 15:45<br>\nA3: 1867-01-16 15:44
952	6294	gervais-alfred-1837-06-19--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1837-06-19 15:00<br>\nA3: 1837-06-19 05:00
953	6337	gauquelin-a3-615-1862-03-13--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1862-03-13 08:30<br>\nA3: 1862-03-13 08:26:55
954	6362	jaureguiberry-jean-1815-08-26--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1815-08-26 09:00<br>\nA3: 1815-08-26 08:55:34
955	6365	gauquelin-a3-643-1852-01-12--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1852-01-12 10:00<br>\nA3: 1852-01-12 08:00
956	6374	kerdrel-roger-1841-02-28--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1841-02-28 11:45<br>\nA3: 1841-02-28 11:44:53
957	6428	leconte-marie-1858-11-08--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1858-11-08 05:00<br>\nA3: 1858-11-08 05:02
958	6460	mac-mahon-marie-1808-06-13--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1805-06-13 12:00<br>\nA3: 1808-06-13 12:00
959	6461	mac-mahon-patrice-1855-06-10--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1855-06-10 03:00<br>\nA3: 1855-06-10 02:55:18
960	6466	malleterre-pierre-1858-06-30--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1858-06-30 01:00<br>\nA3: 1858-06-30 00:59
961	6467	mangin-charles-1866-07-06--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1866-07-06 14:00<br>\nA3: 1866-07-06 14:03:30
962	6476	maroix-jean-1867-03-04--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1867-03-04 18:00<br>\nA3: 1867-03-04 17:50
963	6481	martin-maurice-1864-12-31--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1864-12-31 20:00<br>\nA3: 1864-12-31 19:54:57
964	6507	micheler-joseph-1861-09-23--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1861-09-23 06:30<br>\nA3: 1861-09-23 06:34:18
965	6510	mieroslawski-louis-1814-01-17--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1814-01-17 04:00<br>\nA3: 1814-01-17 01:00
966	6546	nivelle-robert-1856-10-15--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1856-10-15 12:00<br>\nA3: 1856-10-15 23:00
967	6563	passaga-fenelon-1863-12-03--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1863-12-03 05:15<br>\nA3: 1863-12-03 05:14:56
968	6590	pichon-jules-1877-10-31--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1877-10-31 09:45<br>\nA3: 1877-10-31 09:44:53
969	6602	prax-marie-1864-05-29--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1864-05-29 19:00<br>\nA3: 1864-05-29 18:55:34
970	6605	prioux-rene-1879-04-11--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1879-04-11 02:00<br>\nA3: 1879-04-11 01:55:17
972	6695	tinan-camille-1864-09-16--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1864-09-16 11:00<br>\nA3: 1864-09-16 10:56:06
973	6701	toutee-georges-1855-02-26--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1855-02-20 11:00<br>\nA3: 1855-02-26 11:00
974	6709	uhrich-j-j-alexis-1802-02-15--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1802-02-15 06:00<br>\nA3: 1802-02-15 06:04:18
975	6710	gauquelin-a3-995-1858-11-15--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1858-11-15 07:45<br>\nA3: 1858-11-15 07:50
976	6713	gauquelin-a3-998-1863-01-31--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1863-01-31 11:00<br>\nA3: 1863-01-31 10:56:15
977	6718	gauquelin-a3-1003-1870-09-06--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1870-09-06 11:00<br>\nA3: 1870-09-06 11:01
978	6740	gauquelin-a3-1025-1883-03-14--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1883-03-14 21:00<br>\nA3: 1883-03-14 20:55:17
979	5814	bahier-victor-1916-03-05--date-g55	date-g55	Check birth date because LERRCP A3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1916-08-05 01:00<br>\nA3: 1916-03-05 01:00
980	8850	gauquelin-a4-97-1838-07-29--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1838-07-29 17:00<br>\nA4: 1838-07-29 16:55:23
982	8894	bonnat-joseph-1833-06-20--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1833-06-20 14:30<br>\nA4: 1833-06-20 14:25:34
983	8913	brascassat-jacques-1804-08-30--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1804-08-30 21:00<br>\nA4: 1804-08-30 20:55:17
984	8912	braque-georges-1882-05-13--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1882-05-09 02:30<br>\nA4: 1882-05-13 21:00
985	8922	brown-ford-1821-04-16--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1821-04-16 16:00<br>\nA4: 1821-04-16 15:56:22
986	8932	calbet-antonin-1860-08-16--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1860-08-16 01:00<br>\nA4: 1860-08-16 01:01
987	8951	cazin-jean-1841-05-25--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1841-05-25 18:00<br>\nA4: 1841-05-25 17:55:55
988	8998	comerre-leon-1850-10-10--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1850-10-10 03:00<br>\nA4: 1850-10-10 03:04:04
989	9008	couture-thomas-1815-12-21--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1815-12-21 23:00<br>\nA4: 1815-12-21 23:02
990	9024	dauzats-adrien-1804-07-16--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1804-07-16 03:30<br>\nA4: 1804-07-16 03:25:17
991	9036	delacroix-auguste-1809-01-26--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1809-01-26 20:30<br>\nA4: 1809-01-26 20:25:23
992	9072	diaz-de-la-pena-narcisse-1807-08-21--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1807-08-20 08:00<br>\nA4: 1807-08-21 07:55:17
993	9076	domergue-jean-1889-03-04--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1889-03-04 09:00<br>\nA4: 1889-03-04 08:55:17
994	9079	dorignac-georges-1879-11-08--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1879-11-08 10:00<br>\nA4: 1879-11-08 09:55:17
995	9103	dufy-jean-1888-03-12--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1888-03-12 14:00<br>\nA4: 1888-03-12 13:56:06
996	9104	dufy-raoul-1877-06-03--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1877-06-03 07:00<br>\nA4: 1877-06-03 06:56:06
997	9175	gauquelin-a4-423-1879-02-06--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1879-02-06 13:00<br>\nA4: 1879-02-06 12:56:06
998	9225	goethals-raymond-1804-09-12--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1804-09-12 03:00<br>\nA4: 1804-09-12 02:55:17
999	9241	grison-francois-1845-06-17--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1845-06-17 09:00<br>\nA4: 1845-06-17 08:55:17
1000	9253	gauquelin-a4-501-1848-03-08--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1848-03-08 14:00<br>\nA4: 1848-03-08 13:55:17
1001	9267	hedouin-pierre-1820-07-16--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1820-07-16 18:30<br>\nA4: 1820-07-16 18:25:23
1002	9295	jacob-max-1876-07-12--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1876-07-12 18:00<br>\nA4: 1876-07-12 13:00
1003	9336	lalanne-maxime-1827-11-27--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1827-11-27 21:00<br>\nA4: 1827-11-27 20:55:17
1004	9390	legrand-louis-1863-09-28--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1863-09-28 23:45<br>\nA4: 1863-09-28 23:44:56
1005	9430	lhote-andre-1885-07-05--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1885-07-05 22:00<br>\nA4: 1885-07-05 21:55:17
1006	9439	loutreuil-maurice-1885-03-16--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1885-03-16 23:45<br>\nA4: 1885-03-16 23:50
1007	9450	maillaud-fernand-1862-12-12--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1862-12-12 11:00<br>\nA4: 1862-12-12 10:59
1008	9474	marilhat-prosper-1811-03-22--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1811-02-22 06:00<br>\nA4: 1811-03-22 06:00
1009	9477	marquet-pierre-1875-03-27--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1875-03-27 08:00<br>\nA4: 1875-03-27 07:55:17
1010	9564	naudin-bernard-1876-11-11--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1876-11-11 14:00<br>\nA4: 1876-11-11 01:00
1011	9646	plassan-antoine-1817-07-29--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1817-07-29 05:00<br>\nA4: 1817-07-29 04:55:17
1012	9686	ravel-daniel-1915-03-03--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1915-03-03 14:00<br>\nA4: 1915-03-03 01:00
1013	9692	redon-odilon-1840-04-20--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1840-04-20 10:00<br>\nA4: 1840-04-20 09:55:17
1014	9728	rotig-georges-1873-10-01--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1873-10-01 08:00<br>\nA4: 1873-10-01 07:56:06
1015	9761	saunier-noel-1847-09-28--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1847-09-28 11:30<br>\nA4: 1847-09-28 11:26:38
1016	8764	gauquelin-a4-11-1878-10-11--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1878-10-11 03:00<br>\nA4: 1878-10-11 02:55:17
1017	8763	alaux-gustave-1887-08-21--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1887-08-21 10:00<br>\nA4: 1887-08-21 09:55:17
1018	8781	aste-jean-1864-08-30--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1864-08-30 18:00<br>\nA4: 1864-08-30 18:04:40
1019	8801	balthasar-casimir-1811-11-04--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1811-11-04 23:15<br>\nA4: 1811-11-04 23:14:31
1020	8824	beaufrere-adolphe-1876-03-24--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1876-03-24 20:45<br>\nA4: 1876-03-24 20:50
1021	8840	gauquelin-a4-87-1805-12-23--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1805-12-24 00:00<br>\nA4: 1805-12-23 23:55:23
1022	8868	gauquelin-a4-115-1854-03-23--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1854-03-25 07:00<br>\nA4: 1854-03-23 07:00
1023	8870	bigot-raymond-1872-05-17--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1872-05-17 15:00<br>\nA4: 1872-05-17 15:03:08
1024	8877	binet-georges-1865-04-30--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1865-04-30 03:00<br>\nA4: 1865-04-30 02:56:06
1025	8895	bonnefoy-henri-1839-04-04--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1839-04-04 04:00<br>\nA4: 1839-04-04 03:55:23
1026	8923	gauquelin-a4-170-1845-11-05--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1845-11-05 21:00<br>\nA4: 1845-11-05 20:56:06
1027	8942	gauquelin-a4-189-1860-05-09--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1860-05-09 06:15<br>\nA4: 1860-05-09 06:13:09
1028	8940	caro-delvaille-henry-1876-07-09--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1876-07-09 04:00<br>\nA4: 1876-07-09 03:55:34
1029	8939	carl-rosa-mario-1853-10-29--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1853-10-29 17:00<br>\nA4: 1853-10-29 16:59
1030	8959	chaix-auguste-1860-11-03--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1860-11-03 17:00<br>\nA4: 1860-11-03 10:56:38
1031	9037	delacroix-henry-1845-01-16--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1845-01-16 03:00<br>\nA4: 1845-01-16 02:50
1032	9038	delahogue-alexis-1867-07-06--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1867-07-06 18:45<br>\nA4: 1867-07-06 18:43:50
1033	9062	despujols-jean-1886-03-19--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1886-03-19 18:00<br>\nA4: 1886-03-19 17:54:07
1034	9066	deve-eugene-1826-09-23--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1826-09-22 24:00<br>\nA4: 1826-09-23 00:00
1035	9071	dezire-henri-1878-02-06--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1878-02-06 06:00<br>\nA4: 1878-02-06 05:56:38
1036	9086	drouyn-francois-1816-07-12--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1816-07-12 23:00<br>\nA4: 1816-07-12 22:56:09
1037	9128	etcheverry-denis-1867-09-21--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1867-09-21 05:00<br>\nA4: 1867-09-21 04:55:34
1038	9157	font-constantin-1890-01-11--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1890-01-11 05:00<br>\nA4: 1890-01-11 05:04:37
1039	9185	gallier-achille-1814-06-05--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1814-06-06 00:00<br>\nA4: 1814-06-05 23:55:34
1040	9208	gigoux-jean-1806-01-06--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1806-01-06 07:15<br>\nA4: 1806-01-06 07:14:56
1041	9235	grellet-alexandre-1835-10-03--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1835-10-03 18:00<br>\nA4: 1835-10-03 17:56:38
1042	9236	grellet-francois-1838-10-19--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1838-10-19 23:00<br>\nA4: 1838-10-19 22:56:38
1043	9258	guillemer-ernest-1839-04-05--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1839-04-05 14:00<br>\nA4: 1839-04-05 14:02
1044	9319	julien-bernard-1802-11-16--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1802-11-16 10:00<br>\nA4: 1802-11-16 09:55:34
1045	9348	lansier-emmanuel-1835-02-19--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1835-02-19 08:00<br>\nA4: 1835-02-19 08:05:40
1046	9360	laugee-georges-1853-12-19--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1853-12-19 01:00<br>\nA4: 1853-12-19 00:56:25
1047	9420	le-senechal-gustave-1840-10-09--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1840-10-09 07:45<br>\nA4: 1840-10-09 07:40
1048	9437	lotin-de-laval-pierre-1810-09-19--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1810-09-19 16:00<br>\nA4: 1810-09-19 16:03:08
1049	9505	melingue-etienne-1807-04-16--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1808-04-16 03:00<br>\nA4: 1807-04-16 03:00
1050	9507	mennessier-auguste-1803-08-17--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1803-08-17 01:15<br>\nA4: 1803-08-17 01:14:56
1051	9525	milliere-maurice-1871-12-12--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1871-12-12 01:00<br>\nA4: 1871-12-12 00:56:06
1052	9599	pascau-j-1875-04-15--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1875-04-15 02:00<br>\nA4: 1875-04-15 01:55:34
1053	9622	pertus-ferdinand-1883-11-03--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1883-11-03 15:00<br>\nA4: 1883-11-03 14:56:39
1054	9672	quentin-bernard-1923-06-22--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1923-06-02 09:00<br>\nA4: 1923-06-22 09:00
1055	9673	quesnay-alfred-1830-04-02--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1830-04-02 04:15<br>\nA4: 1830-04-02 04:16:49
1056	9700	reol-marie-1880-01-15--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1880-01-15 23:30<br>\nA4: 1880-01-15 23:33:03
1057	9717	roger-adolphe-1800-03-16--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1800-03-16 01:00<br>\nA4: 1800-03-16 00:50
1058	9759	saubes-leon-1855-03-06--date-g55	date-g55	Check birth date because LERRCP A4 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1855-03-06 21:00<br>\nA4: 1855-03-06 20:56:39
1059	20669	le-molt-philippe-1895-03-26--date-g55	date-g55	Check birth date because LERRCP E3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1895-03-26 13:00<br>\nE3: 1895-03-26 13:10
1060	11658	colon-jenny-1808-11-05--date-g55	date-g55	Check birth date because LERRCP A5 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1808-11-05 21:00<br>\nA5: 1808-11-05 20:55:23
1061	11750	duchesnois-mlle-1777-06-05--date-g55	date-g55	Check birth date because LERRCP A5 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1777-06-05 23:00<br>\nA5: 1777-06-05 11:00
1062	11924	lafont-leger-1799-05-18--date-g55	date-g55	Check birth date because LERRCP A5 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1799-05-18 14:00<br>\nA5: 1799-05-18 13:55:17
1063	11925	lafont-pierre-1797-05-16--date-g55	date-g55	Check birth date because LERRCP A5 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1797-05-16 08:00<br>\nA5: 1797-05-16 07:55:17
1064	11957	lemaitre-frederic-1800-07-28--date-g55	date-g55	Check birth date because LERRCP A5 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1800-07-28 12:00<br>\nA5: 1800-07-28 11:56:06
1065	11971	ligier-pierre-1796-11-10--date-g55	date-g55	Check birth date because LERRCP A5 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1796-11-10 19:00<br>\nA5: 1796-11-10 18:55:17
1066	11560	berlioz-jacques-1889-02-26--date-g55	date-g55	Check birth date because LERRCP A5 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1889-02-26 04:00<br>\nA5: 1889-02-26 04:01
1067	11605	brasseur-pierre-1905-12-22--date-g55	date-g55	Check birth date because LERRCP A5 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1905-12-22 09:30<br>\nA5: 1905-12-22 21:30
1068	11661	coquelin-constant-1841-01-23--date-g55	date-g55	Check birth date because LERRCP A5 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1841-01-23 12:30<br>\nA5: 1841-01-23 12:25:23
1069	11662	coquelin-ernest-1848-05-16--date-g55	date-g55	Check birth date because LERRCP A5 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1848-05-16 21:00<br>\nA5: 1848-05-16 20:55:23
1070	11755	dullin-charles-1885-05-12--date-g55	date-g55	Check birth date because LERRCP A5 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1885-05-02 01:30<br>\nA5: 1885-05-12 01:30
1071	11887	henry-laverne-allum-1888-09-29--date-g55	date-g55	Check birth date because LERRCP A5 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1888-09-29 18:00<br>\nA5: 1888-09-29 17:55:23
1072	11932	lanvin-lisette-1913-09-03--date-g55	date-g55	Check birth date because LERRCP A5 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1913-09-03 24:00<br>\nA5: 1913-09-03 12:00
1073	11995	marchat-jean-1902-06-08--date-g55	date-g55	Check birth date because LERRCP A5 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1903-06-08 20:00<br>\nA5: 1902-06-08 20:00
1074	12042	mounet-jean-1847-10-05--date-g55	date-g55	Check birth date because LERRCP A5 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1847-10-05 18:00<br>\nA5: 1847-10-05 17:59
1075	12043	mounet-sully-1841-02-27--date-g55	date-g55	Check birth date because LERRCP A5 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1841-02-27 01:00<br>\nA5: 1841-02-27 00:59
1076	12065	oleo-lapeyre-1906-06-19--date-g55	date-g55	Check birth date because LERRCP A5 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1906-06-19 -12:00<br>\nA5: 1906-06-19 12:00
1077	12075	paredes-jean-1914-10-17--date-g55	date-g55	Check birth date because LERRCP A5 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1914-10-07 02:00<br>\nA5: 1914-10-17 02:00
1078	11622	calve-jean-1925-09-23--date-g55	date-g55	Check birth date because LERRCP A5 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1925-09-23 22:15.<br>\nA5: 1925-09-23 22:25
1079	11841	gerard-monique-1928-04-11--date-g55	date-g55	Check birth date because LERRCP A5 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1928-04-11 .1:00<br>\nA5: 1928-04-11 01:00
1080	17851	boulanger-pierre-1908-05-07--date-g55	date-g55	Check birth date because LERRCP E1 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1908-05-07 13:30<br>\nE1: 1908-05-07 13:00
1081	12166	rullier-gaston-1882-05-19--date-g55	date-g55	Check birth date because LERRCP A5 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1882-05-19 04:00<br>\nA5: 1882-05-19 03:56:38
1082	12888	billoux-francois-1903-05-21--date-g55	date-g55	Check birth date because LERRCP A5 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1908-05-21 19:00<br>\nA5: 1903-05-21 19:00
1083	12898	christiaens-louis-1890-12-20--date-g55	date-g55	Check birth date because LERRCP A5 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1890-12-20 06:30<br>\nA5: 1890-12-20 06:25:23
1084	12902	cot-pierre-1895-11-20--date-g55	date-g55	Check birth date because LERRCP A5 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1895-12-20 19:00<br>\nA5: 1895-11-20 19:00
1085	20167	daladier-edouard-1884-06-18--date-g55	date-g55	Check birth date because LERRCP E3 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1884-06-18 05:00<br>\nE3: 1884-06-18 11:00
1086	12910	denais-joseph-1877-08-10--date-g55	date-g55	Check birth date because LERRCP A5 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1877-08-10 00:15<br>\nA5: 1877-08-10 00:13:34
1087	12930	gau-albert-1910-07-10--date-g55	date-g55	Check birth date because LERRCP A5 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1910-07-10 24:00<br>\nA5: 1910-07-10 12:00
1088	12932	gazier-albert-1908-05-16--date-g55	date-g55	Check birth date because LERRCP A5 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1906-05-16 14:05<br>\nA5: 1908-05-16 14:05
1089	4645	barbier-francois-1848-03-02--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1848-03-02 07:00<br>\nA2: 1848-03-02 07:03:17
1090	4686	bresse-jacques-1822-10-09--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1822-10-09 22:00<br>\nA2: 1822-10-09 21:56:38
1091	4709	chevandier-valdrome-eugene-1810-08-15--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1810-08-15 23:00<br>\nA2: 1810-08-15 23:03:32
1092	4720	cotton-aime-1869-10-09--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1869-10-09 09:17<br>\nA2: 1869-10-09 09:20
1093	4734	david-armand-1826-09-07--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1826-09-07 03:00<br>\nA2: 1826-09-07 02:55:40
1094	4741	deprez-marcel-1843-12-29--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1843-12-31 15:00<br>\nA2: 1843-12-29 13:00
1095	4746	ditte-alfred-1843-10-20--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1843-10-20 07:45<br>\nA2: 1843-10-20 07:44:58
1096	4757	durand-vieil-georges-1875-03-11--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1875-03-11 20:30<br>\nA2: 1875-03-11 20:26:06
1097	4763	fabry-eugene-1856-10-16--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1854-10-16 21:00<br>\nA2: 1856-10-16 21:00
1098	4803	grimaux-edouard-1835-07-03--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1835-07-03 01:00<br>\nA2: 1835-07-03 13:00
1099	4812	hamy-maurice-1861-10-31--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1861-10-31 01:15<br>\nA2: 1861-10-31 01:10
1100	4835	jumelle-henri-1866-11-26--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1866-11-25 00:15<br>\nA2: 1866-11-26 00:14:28
1101	4852	lebeau-paul-1868-12-19--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1868-12-19 08:15<br>\nA2: 1868-12-19 08:16:56
1102	4859	leclainche-emmanuel-1861-08-29--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1861-08-29 06:00<br>\nA2: 1861-08-29 06:01
1103	4863	lecoq-bois-baudran-francois-1838-04-18--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1838-04-18 21:00<br>\nA2: 1838-04-18 20:58
1104	4900	mauvais-victor-1809-03-07--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1809-03-07 02:00<br>\nA2: 1809-03-07 02:03:05
1105	4908	munier-chalmas-ernest-1843-04-07--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1843-04-07 04:00<br>\nA2: 1843-04-07 14:00
1106	4911	normand-augustin-1839-10-04--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1839-10-04 07:00<br>\nA2: 1839-10-04 06:56:06
1174	6874	gauquelin-a3-1159-1894-10-05--name	name	Missing name in Gauquelin file A3
1107	4922	perez-charles-1873-05-19--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1873-05-19 01:00<br>\nA2: 1873-05-19 00:55:17
1108	4936	pissis-aime-1812-05-17--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1872-05-17 14:00<br>\nA2: 1812-05-17 13:58
1109	4940	pomel-auguste-1821-09-20--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1821-09-20 13:00<br>\nA2: 1821-09-20 12:50
1110	4951	rayet-georges-1839-12-12--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1839-12-12 08:00<br>\nA2: 1839-12-12 07:55:17
1111	4964	saporta-gaston-1823-07-28--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1823-07-28 03:00<br>\nA2: 1823-07-28 02:56:58
1113	4992	trecul-auguste-1818-01-08--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1818-01-08 14:00<br>\nA2: 1818-01-08 04:00
1114	5006	viguier-camille-1850-03-16--date-g55	date-g55	Check birth date because LERRCP A2 and Gauquelin 1955 birth dates differ<br>\nG 1955: 1850-03-16 09:00<br>\nA2: 1850-03-16 08:56:38
1115	3377	gauquelin-a2-1291-1880-10-30--name	name	Missing name in Gauquelin file A2
1116	3471	gauquelin-a2-1385-1863-01-08--name	name	Missing name in Gauquelin file A2
1117	3595	gauquelin-a2-1509-1870-08-31--name	name	Missing name in Gauquelin file A2
1118	3631	gauquelin-a2-1545-1851-10-01--name	name	Missing name in Gauquelin file A2
1119	3784	gauquelin-a2-1698-1872-08-10--name	name	Missing name in Gauquelin file A2
1120	3786	gauquelin-a2-1700-1876-10-01--name	name	Missing name in Gauquelin file A2
1121	3817	gauquelin-a2-1731-1879-02-04--name	name	Missing name in Gauquelin file A2
1122	3867	gauquelin-a2-1781-1853-01-24--name	name	Missing name in Gauquelin file A2
1123	3909	gauquelin-a2-1823-1853-11-23--name	name	Missing name in Gauquelin file A2
1124	4001	gauquelin-a2-1915-1863-01-08--name	name	Missing name in Gauquelin file A2
1125	4022	gauquelin-a2-1936-1890-06-17--name	name	Missing name in Gauquelin file A2
1126	4084	gauquelin-a2-1998-1875-09-05--name	name	Missing name in Gauquelin file A2
1127	4113	gauquelin-a2-2027-1880-05-08--name	name	Missing name in Gauquelin file A2
1128	2304	gauquelin-a2-217-1798-02-15--name	name	Missing name in Gauquelin file A2
1129	4362	gauquelin-a2-2276-1861-09-05--name	name	Missing name in Gauquelin file A2
1130	4430	gauquelin-a2-2344-1848-07-18--name	name	Missing name in Gauquelin file A2
1131	4574	gauquelin-a2-2488-1881-03-23--name	name	Missing name in Gauquelin file A2
1132	4640	gauquelin-a2-2554-1862-10-01--name	name	Missing name in Gauquelin file A2
1133	4659	gauquelin-a2-2573-1833-10-19--name	name	Missing name in Gauquelin file A2
1134	4789	gauquelin-a2-2705-1881-10-19--name	name	Missing name in Gauquelin file A2
1135	5411	gauquelin-a2-3329-1885-09-10--name	name	Missing name in Gauquelin file A2
1136	5422	gauquelin-a2-3341-1880-05-07--name	name	Missing name in Gauquelin file A2
1137	5457	gauquelin-a2-3376-1875-12-23--name	name	Missing name in Gauquelin file A2
1138	5458	gauquelin-a2-3377-1886-07-12--name	name	Missing name in Gauquelin file A2
1139	5460	gauquelin-a2-3379-1881-03-23--name	name	Missing name in Gauquelin file A2
1140	5471	gauquelin-a2-3390-1892-09-02--name	name	Missing name in Gauquelin file A2
1141	5524	gauquelin-a2-3443-1862-03-18--name	name	Missing name in Gauquelin file A2
1142	5541	gauquelin-a2-3460-1857-08-16--name	name	Missing name in Gauquelin file A2
1143	5574	gauquelin-a2-3493-1861-09-05--name	name	Missing name in Gauquelin file A2
1144	5727	gauquelin-a2-3646-1865-05-25--name	name	Missing name in Gauquelin file A2
1145	6717	gauquelin-a3-1002-1842-06-12--name	name	Missing name in Gauquelin file A3
1146	6722	gauquelin-a3-1007-1826-07-22--name	name	Missing name in Gauquelin file A3
1147	6723	gauquelin-a3-1008-1865-04-16--name	name	Missing name in Gauquelin file A3
1148	6726	gauquelin-a3-1011-1834-07-24--name	name	Missing name in Gauquelin file A3
1149	6727	gauquelin-a3-1012-1847-08-17--name	name	Missing name in Gauquelin file A3
1150	6729	gauquelin-a3-1014-1833-11-01--name	name	Missing name in Gauquelin file A3
1151	6730	gauquelin-a3-1015-1833-10-08--name	name	Missing name in Gauquelin file A3
1152	6734	gauquelin-a3-1019-1869-05-01--name	name	Missing name in Gauquelin file A3
1153	6737	gauquelin-a3-1022-1828-09-07--name	name	Missing name in Gauquelin file A3
1154	6743	gauquelin-a3-1028-1838-03-17--name	name	Missing name in Gauquelin file A3
1155	6748	gauquelin-a3-1033-1896-03-18--name	name	Missing name in Gauquelin file A3
1156	6754	gauquelin-a3-1039-1867-09-12--name	name	Missing name in Gauquelin file A3
1157	6760	gauquelin-a3-1045-1892-01-15--name	name	Missing name in Gauquelin file A3
1158	6762	gauquelin-a3-1047-1890-05-24--name	name	Missing name in Gauquelin file A3
1159	6772	gauquelin-a3-1057-1874-03-19--name	name	Missing name in Gauquelin file A3
1160	6778	gauquelin-a3-1063-1912-03-25--name	name	Missing name in Gauquelin file A3
1161	6781	gauquelin-a3-1066-1885-12-23--name	name	Missing name in Gauquelin file A3
1162	6791	gauquelin-a3-1076-1881-02-12--name	name	Missing name in Gauquelin file A3
1163	6810	gauquelin-a3-1095-1884-08-24--name	name	Missing name in Gauquelin file A3
1164	6817	gauquelin-a3-1102-1896-01-01--name	name	Missing name in Gauquelin file A3
1165	6819	gauquelin-a3-1104-1912-10-22--name	name	Missing name in Gauquelin file A3
1166	6826	gauquelin-a3-1111-1871-11-26--name	name	Missing name in Gauquelin file A3
1167	6830	gauquelin-a3-1115-1920-04-23--name	name	Missing name in Gauquelin file A3
1168	6832	gauquelin-a3-1117-1892-09-21--name	name	Missing name in Gauquelin file A3
1169	6834	gauquelin-a3-1119-1878-10-27--name	name	Missing name in Gauquelin file A3
1175	6881	gauquelin-a3-1166-1869-08-18--name	name	Missing name in Gauquelin file A3
1176	6882	gauquelin-a3-1167-1867-07-11--name	name	Missing name in Gauquelin file A3
1177	6892	gauquelin-a3-1177-1871-10-07--name	name	Missing name in Gauquelin file A3
1178	6900	gauquelin-a3-1185-1863-08-02--name	name	Missing name in Gauquelin file A3
1179	6905	gauquelin-a3-1190-1899-03-16--name	name	Missing name in Gauquelin file A3
1180	6914	gauquelin-a3-1199-1892-02-01--name	name	Missing name in Gauquelin file A3
1181	6932	gauquelin-a3-1217-1871-12-08--name	name	Missing name in Gauquelin file A3
1182	6951	gauquelin-a3-1236-1856-09-21--name	name	Missing name in Gauquelin file A3
1183	6959	gauquelin-a3-1244-1868-05-12--name	name	Missing name in Gauquelin file A3
1184	6961	gauquelin-a3-1246-1868-12-09--name	name	Missing name in Gauquelin file A3
1185	6967	gauquelin-a3-1252-1896-01-01--name	name	Missing name in Gauquelin file A3
1186	6973	gauquelin-a3-1258-1850-11-30--name	name	Missing name in Gauquelin file A3
1187	6990	gauquelin-a3-1275-1864-03-23--name	name	Missing name in Gauquelin file A3
1188	6997	gauquelin-a3-1282-1888-11-22--name	name	Missing name in Gauquelin file A3
1189	7007	gauquelin-a3-1292-1863-09-22--name	name	Missing name in Gauquelin file A3
1190	7009	gauquelin-a3-1294-1891-08-14--name	name	Missing name in Gauquelin file A3
1191	7011	gauquelin-a3-1296-1872-08-02--name	name	Missing name in Gauquelin file A3
1192	7014	gauquelin-a3-1299-1839-08-03--name	name	Missing name in Gauquelin file A3
1193	7043	gauquelin-a3-1328-1866-08-17--name	name	Missing name in Gauquelin file A3
1194	7045	gauquelin-a3-1330-1855-08-08--name	name	Missing name in Gauquelin file A3
1195	7047	gauquelin-a3-1332-1869-01-16--name	name	Missing name in Gauquelin file A3
1196	7076	gauquelin-a3-1361-1871-04-15--name	name	Missing name in Gauquelin file A3
1197	7078	gauquelin-a3-1363-1855-08-08--name	name	Missing name in Gauquelin file A3
1198	7079	gauquelin-a3-1364-1895-12-18--name	name	Missing name in Gauquelin file A3
1199	7081	gauquelin-a3-1366-1861-09-06--name	name	Missing name in Gauquelin file A3
1200	7088	gauquelin-a3-1373-1856-12-22--name	name	Missing name in Gauquelin file A3
1201	7115	gauquelin-a3-1400-1857-10-30--name	name	Missing name in Gauquelin file A3
1202	7126	gauquelin-a3-1411-1872-04-14--name	name	Missing name in Gauquelin file A3
1203	7139	gauquelin-a3-1424-1877-11-30--name	name	Missing name in Gauquelin file A3
1204	7143	gauquelin-a3-1428-1895-11-20--name	name	Missing name in Gauquelin file A3
1205	7149	gauquelin-a3-1434-1871-08-30--name	name	Missing name in Gauquelin file A3
1206	7150	gauquelin-a3-1435-1867-04-12--name	name	Missing name in Gauquelin file A3
1207	7151	gauquelin-a3-1436-1868-05-12--name	name	Missing name in Gauquelin file A3
1208	7172	gauquelin-a3-1457-1866-02-05--name	name	Missing name in Gauquelin file A3
1209	7177	gauquelin-a3-1462-1869-01-05--name	name	Missing name in Gauquelin file A3
1210	7178	gauquelin-a3-1463-1894-04-22--name	name	Missing name in Gauquelin file A3
1211	7191	gauquelin-a3-1476-1863-02-23--name	name	Missing name in Gauquelin file A3
1212	7198	gauquelin-a3-1483-1895-09-21--name	name	Missing name in Gauquelin file A3
1213	7207	gauquelin-a3-1492-1871-01-08--name	name	Missing name in Gauquelin file A3
1214	7208	gauquelin-a3-1493-1866-04-07--name	name	Missing name in Gauquelin file A3
1215	7228	gauquelin-a3-1513-1876-03-01--name	name	Missing name in Gauquelin file A3
1216	7232	gauquelin-a3-1517-1877-07-26--name	name	Missing name in Gauquelin file A3
1217	7234	gauquelin-a3-1519-1891-10-08--name	name	Missing name in Gauquelin file A3
1218	7235	gauquelin-a3-1520-1877-07-14--name	name	Missing name in Gauquelin file A3
1219	7238	gauquelin-a3-1523-1867-09-12--name	name	Missing name in Gauquelin file A3
1220	7243	gauquelin-a3-1528-1894-12-19--name	name	Missing name in Gauquelin file A3
1221	7244	gauquelin-a3-1529-1849-10-19--name	name	Missing name in Gauquelin file A3
1222	7261	gauquelin-a3-1546-1866-02-25--name	name	Missing name in Gauquelin file A3
1223	7264	gauquelin-a3-1549-1852-04-21--name	name	Missing name in Gauquelin file A3
1224	7281	gauquelin-a3-1566-1859-04-25--name	name	Missing name in Gauquelin file A3
1225	7283	gauquelin-a3-1568-1867-06-16--name	name	Missing name in Gauquelin file A3
1226	7284	gauquelin-a3-1569-1878-06-06--name	name	Missing name in Gauquelin file A3
1227	7285	gauquelin-a3-1570-1866-04-07--name	name	Missing name in Gauquelin file A3
1228	7290	gauquelin-a3-1575-1864-04-03--name	name	Missing name in Gauquelin file A3
1229	7298	gauquelin-a3-1583-1887-10-02--name	name	Missing name in Gauquelin file A3
1230	7302	gauquelin-a3-1587-1877-01-29--name	name	Missing name in Gauquelin file A3
1231	7304	gauquelin-a3-1589-1896-02-05--name	name	Missing name in Gauquelin file A3
1232	7308	gauquelin-a3-1593-1863-02-23--name	name	Missing name in Gauquelin file A3
1233	7311	gauquelin-a3-1596-1865-09-08--name	name	Missing name in Gauquelin file A3
1234	7313	gauquelin-a3-1598-1891-06-03--name	name	Missing name in Gauquelin file A3
1235	7335	gauquelin-a3-1621-1862-09-23--name	name	Missing name in Gauquelin file A3
1236	7348	gauquelin-a3-1634-1894-07-12--name	name	Missing name in Gauquelin file A3
1237	7350	gauquelin-a3-1636-1894-12-19--name	name	Missing name in Gauquelin file A3
1238	7366	gauquelin-a3-1652-1889-05-22--name	name	Missing name in Gauquelin file A3
1239	7379	gauquelin-a3-1665-1864-08-18--name	name	Missing name in Gauquelin file A3
1240	7407	gauquelin-a3-1694-1872-11-22--name	name	Missing name in Gauquelin file A3
1241	7408	gauquelin-a3-1695-1866-02-02--name	name	Missing name in Gauquelin file A3
1242	7409	gauquelin-a3-1696-1870-03-17--name	name	Missing name in Gauquelin file A3
1243	7410	gauquelin-a3-1697-1882-10-19--name	name	Missing name in Gauquelin file A3
1244	7411	gauquelin-a3-1698-1853-01-01--name	name	Missing name in Gauquelin file A3
1245	7412	gauquelin-a3-1699-1875-05-20--name	name	Missing name in Gauquelin file A3
1246	7413	gauquelin-a3-1700-1893-10-23--name	name	Missing name in Gauquelin file A3
1247	7414	gauquelin-a3-1701-1876-05-28--name	name	Missing name in Gauquelin file A3
1248	7415	gauquelin-a3-1702-1871-06-24--name	name	Missing name in Gauquelin file A3
1249	7416	gauquelin-a3-1703-1872-08-02--name	name	Missing name in Gauquelin file A3
1250	7417	gauquelin-a3-1704-1891-01-14--name	name	Missing name in Gauquelin file A3
1251	7418	gauquelin-a3-1705-1880-01-04--name	name	Missing name in Gauquelin file A3
1252	7419	gauquelin-a3-1706-1879-02-10--name	name	Missing name in Gauquelin file A3
1253	7420	gauquelin-a3-1707-1892-02-29--name	name	Missing name in Gauquelin file A3
1254	7421	gauquelin-a3-1708-1873-07-01--name	name	Missing name in Gauquelin file A3
1255	7422	gauquelin-a3-1709-1868-08-04--name	name	Missing name in Gauquelin file A3
1256	7423	gauquelin-a3-1710-1872-03-04--name	name	Missing name in Gauquelin file A3
1257	7424	gauquelin-a3-1711-1863-01-21--name	name	Missing name in Gauquelin file A3
1258	7425	gauquelin-a3-1712-1894-04-21--name	name	Missing name in Gauquelin file A3
1259	7426	gauquelin-a3-1713-1897-01-28--name	name	Missing name in Gauquelin file A3
1260	7427	gauquelin-a3-1714-1889-11-15--name	name	Missing name in Gauquelin file A3
1261	7428	gauquelin-a3-1715-1895-07-08--name	name	Missing name in Gauquelin file A3
1262	7429	gauquelin-a3-1716-1887-09-30--name	name	Missing name in Gauquelin file A3
1263	7430	gauquelin-a3-1717-1877-07-20--name	name	Missing name in Gauquelin file A3
1264	7431	gauquelin-a3-1718-1915-05-13--name	name	Missing name in Gauquelin file A3
1265	7432	gauquelin-a3-1719-1866-01-08--name	name	Missing name in Gauquelin file A3
1266	7433	gauquelin-a3-1720-1862-12-14--name	name	Missing name in Gauquelin file A3
1267	7434	gauquelin-a3-1721-1892-01-10--name	name	Missing name in Gauquelin file A3
1268	7435	gauquelin-a3-1722-1856-02-02--name	name	Missing name in Gauquelin file A3
1269	7436	gauquelin-a3-1723-1898-08-10--name	name	Missing name in Gauquelin file A3
1270	7437	gauquelin-a3-1724-1869-03-28--name	name	Missing name in Gauquelin file A3
1271	7438	gauquelin-a3-1725-1884-01-10--name	name	Missing name in Gauquelin file A3
1272	7439	gauquelin-a3-1726-1857-12-24--name	name	Missing name in Gauquelin file A3
1273	7440	gauquelin-a3-1727-1870-01-16--name	name	Missing name in Gauquelin file A3
1274	7441	gauquelin-a3-1728-1891-09-26--name	name	Missing name in Gauquelin file A3
1275	7442	gauquelin-a3-1729-1900-08-31--name	name	Missing name in Gauquelin file A3
1276	7443	gauquelin-a3-1730-1873-07-23--name	name	Missing name in Gauquelin file A3
1277	7449	gauquelin-a3-1736-1859-11-02--name	name	Missing name in Gauquelin file A3
1278	7459	gauquelin-a3-1746-1892-02-01--name	name	Missing name in Gauquelin file A3
1279	7479	gauquelin-a3-1766-1891-03-24--name	name	Missing name in Gauquelin file A3
1280	7484	gauquelin-a3-1771-1899-03-16--name	name	Missing name in Gauquelin file A3
1281	7504	gauquelin-a3-1791-1896-02-05--name	name	Missing name in Gauquelin file A3
1282	7510	gauquelin-a3-1797-1894-10-05--name	name	Missing name in Gauquelin file A3
1283	7515	gauquelin-a3-1802-1877-07-26--name	name	Missing name in Gauquelin file A3
1284	7524	gauquelin-a3-1811-1908-07-31--name	name	Missing name in Gauquelin file A3
1285	7532	gauquelin-a3-1819-1859-11-02--name	name	Missing name in Gauquelin file A3
1286	7538	gauquelin-a3-1825-1873-05-21--name	name	Missing name in Gauquelin file A3
1287	7547	gauquelin-a3-1834-1892-02-06--name	name	Missing name in Gauquelin file A3
1288	7553	gauquelin-a3-1840-1895-11-24--name	name	Missing name in Gauquelin file A3
1289	7556	gauquelin-a3-1843-1916-06-01--name	name	Missing name in Gauquelin file A3
1290	7575	gauquelin-a3-1862-1892-02-06--name	name	Missing name in Gauquelin file A3
1291	7577	gauquelin-a3-1864-1894-04-22--name	name	Missing name in Gauquelin file A3
1292	7578	gauquelin-a3-1865-1884-08-24--name	name	Missing name in Gauquelin file A3
1293	7590	gauquelin-a3-1877-1891-03-24--name	name	Missing name in Gauquelin file A3
1294	7592	gauquelin-a3-1879-1876-08-04--name	name	Missing name in Gauquelin file A3
1295	7600	gauquelin-a3-1887-1881-05-26--name	name	Missing name in Gauquelin file A3
1296	7608	gauquelin-a3-1895-1916-06-01--name	name	Missing name in Gauquelin file A3
1297	7611	gauquelin-a3-1898-1877-07-14--name	name	Missing name in Gauquelin file A3
1298	7615	gauquelin-a3-1902-1878-09-08--name	name	Missing name in Gauquelin file A3
1299	7620	gauquelin-a3-1907-1892-09-20--name	name	Missing name in Gauquelin file A3
1300	7622	gauquelin-a3-1909-1908-07-31--name	name	Missing name in Gauquelin file A3
1301	7629	gauquelin-a3-1916-1862-09-21--name	name	Missing name in Gauquelin file A3
1302	7641	gauquelin-a3-1928-1925-11-12--name	name	Missing name in Gauquelin file A3
1303	7661	gauquelin-a3-1948-1888-11-22--name	name	Missing name in Gauquelin file A3
1304	7663	gauquelin-a3-1950-1856-09-21--name	name	Missing name in Gauquelin file A3
1305	7691	gauquelin-a3-1978-1888-04-15--name	name	Missing name in Gauquelin file A3
1306	7703	gauquelin-a3-1990-1913-04-22--name	name	Missing name in Gauquelin file A3
1307	7731	gauquelin-a3-2018-1895-12-23--name	name	Missing name in Gauquelin file A3
1308	7732	gauquelin-a3-2019-1913-11-15--name	name	Missing name in Gauquelin file A3
1309	7740	gauquelin-a3-2027-1886-10-07--name	name	Missing name in Gauquelin file A3
1310	7741	gauquelin-a3-2028-1916-12-11--name	name	Missing name in Gauquelin file A3
1311	7745	gauquelin-a3-2032-1898-02-25--name	name	Missing name in Gauquelin file A3
1312	7751	gauquelin-a3-2038-1891-08-22--name	name	Missing name in Gauquelin file A3
1313	7778	gauquelin-a3-2065-1913-04-22--name	name	Missing name in Gauquelin file A3
1314	7786	gauquelin-a3-2073-1880-06-28--name	name	Missing name in Gauquelin file A3
1315	7800	gauquelin-a3-2087-1917-11-19--name	name	Missing name in Gauquelin file A3
1316	7815	gauquelin-a3-2102-1893-09-29--name	name	Missing name in Gauquelin file A3
1317	7821	gauquelin-a3-2108-1876-03-01--name	name	Missing name in Gauquelin file A3
1318	7826	gauquelin-a3-2113-1858-03-13--name	name	Missing name in Gauquelin file A3
1319	7838	gauquelin-a3-2125-1901-09-09--name	name	Missing name in Gauquelin file A3
1320	7840	gauquelin-a3-2127-1866-09-02--name	name	Missing name in Gauquelin file A3
1321	7841	gauquelin-a3-2128-1896-08-13--name	name	Missing name in Gauquelin file A3
1322	5942	gauquelin-a3-214-1889-12-17--name	name	Missing name in Gauquelin file A3
1323	7862	gauquelin-a3-2149-1885-12-22--name	name	Missing name in Gauquelin file A3
1324	7879	gauquelin-a3-2166-1895-11-24--name	name	Missing name in Gauquelin file A3
1325	7881	gauquelin-a3-2168-1881-02-12--name	name	Missing name in Gauquelin file A3
1326	7903	gauquelin-a3-2192-1901-09-09--name	name	Missing name in Gauquelin file A3
1327	7914	gauquelin-a3-2203-1865-02-04--name	name	Missing name in Gauquelin file A3
1328	7923	gauquelin-a3-2212-1894-07-12--name	name	Missing name in Gauquelin file A3
1329	7924	gauquelin-a3-2213-1922-09-01--name	name	Missing name in Gauquelin file A3
1330	7941	gauquelin-a3-2230-1874-11-16--name	name	Missing name in Gauquelin file A3
1331	7953	gauquelin-a3-2242-1864-12-15--name	name	Missing name in Gauquelin file A3
1332	7954	gauquelin-a3-2243-1850-05-26--name	name	Missing name in Gauquelin file A3
1333	7958	gauquelin-a3-2247-1861-09-06--name	name	Missing name in Gauquelin file A3
1334	7977	gauquelin-a3-2266-1862-06-20--name	name	Missing name in Gauquelin file A3
1335	7986	gauquelin-a3-2275-1863-04-18--name	name	Missing name in Gauquelin file A3
1336	7999	gauquelin-a3-2288-1871-11-26--name	name	Missing name in Gauquelin file A3
1337	8010	gauquelin-a3-2299-1858-05-27--name	name	Missing name in Gauquelin file A3
1338	8013	gauquelin-a3-2302-1857-11-18--name	name	Missing name in Gauquelin file A3
1339	8014	gauquelin-a3-2303-1874-11-16--name	name	Missing name in Gauquelin file A3
1340	8024	gauquelin-a3-2313-1853-10-15--name	name	Missing name in Gauquelin file A3
1341	8027	gauquelin-a3-2317-1860-04-02--name	name	Missing name in Gauquelin file A3
1342	8036	gauquelin-a3-2326-1859-04-25--name	name	Missing name in Gauquelin file A3
1343	8065	gauquelin-a3-2355-1885-08-03--name	name	Missing name in Gauquelin file A3
1344	8070	gauquelin-a3-2360-1863-09-22--name	name	Missing name in Gauquelin file A3
1345	8073	gauquelin-a3-2364-1867-07-11--name	name	Missing name in Gauquelin file A3
1346	8078	gauquelin-a3-2369-1864-03-23--name	name	Missing name in Gauquelin file A3
1347	8093	gauquelin-a3-2384-1879-12-17--name	name	Missing name in Gauquelin file A3
1348	8101	gauquelin-a3-2392-1871-10-07--name	name	Missing name in Gauquelin file A3
1349	8113	gauquelin-a3-2404-1852-04-21--name	name	Missing name in Gauquelin file A3
1350	8116	gauquelin-a3-2407-1852-09-20--name	name	Missing name in Gauquelin file A3
1351	8124	gauquelin-a3-2416-1864-03-14--name	name	Missing name in Gauquelin file A3
1352	8138	gauquelin-a3-2430-1866-02-05--name	name	Missing name in Gauquelin file A3
1353	8144	gauquelin-a3-2436-1871-04-15--name	name	Missing name in Gauquelin file A3
1354	8145	gauquelin-a3-2437-1864-04-25--name	name	Missing name in Gauquelin file A3
1355	8155	gauquelin-a3-2447-1863-10-30--name	name	Missing name in Gauquelin file A3
1356	8161	gauquelin-a3-2453-1867-04-12--name	name	Missing name in Gauquelin file A3
1357	8168	gauquelin-a3-2460-1878-06-06--name	name	Missing name in Gauquelin file A3
1358	8194	gauquelin-a3-2486-1881-07-24--name	name	Missing name in Gauquelin file A3
1359	8204	gauquelin-a3-2496-1861-09-05--name	name	Missing name in Gauquelin file A3
1360	8205	gauquelin-a3-2497-1872-01-29--name	name	Missing name in Gauquelin file A3
1361	8206	gauquelin-a3-2498-1884-08-24--name	name	Missing name in Gauquelin file A3
1362	8210	gauquelin-a3-2502-1873-11-22--name	name	Missing name in Gauquelin file A3
1363	8212	gauquelin-a3-2504-1866-05-26--name	name	Missing name in Gauquelin file A3
1364	8227	gauquelin-a3-2519-1861-09-05--name	name	Missing name in Gauquelin file A3
1365	8252	gauquelin-a3-2544-1865-09-08--name	name	Missing name in Gauquelin file A3
1366	8255	gauquelin-a3-2547-1886-10-07--name	name	Missing name in Gauquelin file A3
1367	8259	gauquelin-a3-2551-1851-01-08--name	name	Missing name in Gauquelin file A3
1368	8269	gauquelin-a3-2561-1872-01-29--name	name	Missing name in Gauquelin file A3
1369	8284	gauquelin-a3-2576-1885-11-23--name	name	Missing name in Gauquelin file A3
1370	8290	gauquelin-a3-2582-1836-12-15--name	name	Missing name in Gauquelin file A3
1371	8292	gauquelin-a3-2584-1890-05-24--name	name	Missing name in Gauquelin file A3
1372	8294	gauquelin-a3-2586-1866-10-17--name	name	Missing name in Gauquelin file A3
1373	8318	gauquelin-a3-2610-1860-04-02--name	name	Missing name in Gauquelin file A3
1374	8331	gauquelin-a3-2623-1874-03-19--name	name	Missing name in Gauquelin file A3
1375	8334	gauquelin-a3-2626-1864-08-18--name	name	Missing name in Gauquelin file A3
1376	8340	gauquelin-a3-2632-1858-03-13--name	name	Missing name in Gauquelin file A3
1377	8341	gauquelin-a3-2633-1873-05-26--name	name	Missing name in Gauquelin file A3
1378	8347	gauquelin-a3-2639-1871-07-10--name	name	Missing name in Gauquelin file A3
1379	8362	gauquelin-a3-2654-1866-10-17--name	name	Missing name in Gauquelin file A3
1380	8363	gauquelin-a3-2655-1872-04-28--name	name	Missing name in Gauquelin file A3
1381	8364	gauquelin-a3-2656-1883-10-04--name	name	Missing name in Gauquelin file A3
1382	8366	gauquelin-a3-2658-1895-12-18--name	name	Missing name in Gauquelin file A3
1383	8368	gauquelin-a3-2660-1863-03-28--name	name	Missing name in Gauquelin file A3
1384	8369	gauquelin-a3-2661-1857-02-21--name	name	Missing name in Gauquelin file A3
1385	8371	gauquelin-a3-2663-1866-05-26--name	name	Missing name in Gauquelin file A3
1386	8373	gauquelin-a3-2665-1856-12-22--name	name	Missing name in Gauquelin file A3
1387	8379	gauquelin-a3-2671-1871-01-08--name	name	Missing name in Gauquelin file A3
1388	8380	gauquelin-a3-2672-1850-12-01--name	name	Missing name in Gauquelin file A3
1389	8383	gauquelin-a3-2675-1868-07-20--name	name	Missing name in Gauquelin file A3
1390	8390	gauquelin-a3-2682-1863-05-03--name	name	Missing name in Gauquelin file A3
1391	8393	gauquelin-a3-2685-1866-08-17--name	name	Missing name in Gauquelin file A3
1392	8401	gauquelin-a3-2693-1857-11-18--name	name	Missing name in Gauquelin file A3
1393	8402	gauquelin-a3-2694-1874-05-25--name	name	Missing name in Gauquelin file A3
1394	8407	gauquelin-a3-2699-1869-03-01--name	name	Missing name in Gauquelin file A3
1395	8417	gauquelin-a3-2709-1881-07-24--name	name	Missing name in Gauquelin file A3
1396	8431	gauquelin-a3-2723-1878-11-29--name	name	Missing name in Gauquelin file A3
1397	8447	gauquelin-a3-2739-1798-11-14--name	name	Missing name in Gauquelin file A3
1398	8450	gauquelin-a3-2742-1858-05-27--name	name	Missing name in Gauquelin file A3
1399	8459	gauquelin-a3-2751-1877-11-30--name	name	Missing name in Gauquelin file A3
1400	8470	gauquelin-a3-2762-1873-05-26--name	name	Missing name in Gauquelin file A3
1401	8472	gauquelin-a3-2764-1892-12-15--name	name	Missing name in Gauquelin file A3
1402	8496	gauquelin-a3-2788-1895-05-22--name	name	Missing name in Gauquelin file A3
1403	8500	gauquelin-a3-2792-1881-05-26--name	name	Missing name in Gauquelin file A3
1404	8501	gauquelin-a3-2793-1895-12-18--name	name	Missing name in Gauquelin file A3
1405	8507	gauquelin-a3-2799-1865-05-10--name	name	Missing name in Gauquelin file A3
1406	8519	gauquelin-a3-2811-1889-03-16--name	name	Missing name in Gauquelin file A3
1407	8523	gauquelin-a3-2815-1888-09-16--name	name	Missing name in Gauquelin file A3
1408	8524	gauquelin-a3-2816-1891-08-14--name	name	Missing name in Gauquelin file A3
1409	8527	gauquelin-a3-2819-1822-09-01--name	name	Missing name in Gauquelin file A3
1410	8528	gauquelin-a3-2820-1900-08-31--name	name	Missing name in Gauquelin file A3
1411	8533	gauquelin-a3-2825-1868-12-09--name	name	Missing name in Gauquelin file A3
1412	8542	gauquelin-a3-2834-1891-06-03--name	name	Missing name in Gauquelin file A3
1413	8543	gauquelin-a3-2835-1825-08-03--name	name	Missing name in Gauquelin file A3
1414	8559	gauquelin-a3-2851-1851-01-08--name	name	Missing name in Gauquelin file A3
1415	8561	gauquelin-a3-2854-1867-03-12--name	name	Missing name in Gauquelin file A3
1416	8563	gauquelin-a3-2856-1872-01-09--name	name	Missing name in Gauquelin file A3
1417	8566	gauquelin-a3-2859-1896-08-13--name	name	Missing name in Gauquelin file A3
1418	8567	gauquelin-a3-2860-1859-05-28--name	name	Missing name in Gauquelin file A3
1419	8569	gauquelin-a3-2862-1891-10-08--name	name	Missing name in Gauquelin file A3
1420	8573	gauquelin-a3-2866-1879-04-22--name	name	Missing name in Gauquelin file A3
1421	8574	gauquelin-a3-2867-1863-02-23--name	name	Missing name in Gauquelin file A3
1422	8579	gauquelin-a3-2872-1895-05-22--name	name	Missing name in Gauquelin file A3
1423	8609	gauquelin-a3-2902-1892-12-15--name	name	Missing name in Gauquelin file A3
1424	8610	gauquelin-a3-2903-1886-08-02--name	name	Missing name in Gauquelin file A3
1425	8613	gauquelin-a3-2906-1869-08-18--name	name	Missing name in Gauquelin file A3
1426	8615	gauquelin-a3-2908-1892-02-29--name	name	Missing name in Gauquelin file A3
1427	8617	gauquelin-a3-2910-1887-10-02--name	name	Missing name in Gauquelin file A3
1428	8622	gauquelin-a3-2915-1836-12-15--name	name	Missing name in Gauquelin file A3
1429	8625	gauquelin-a3-2918-1895-12-23--name	name	Missing name in Gauquelin file A3
1430	8627	gauquelin-a3-2920-1852-01-12--name	name	Missing name in Gauquelin file A3
1431	8631	gauquelin-a3-2924-1891-09-24--name	name	Missing name in Gauquelin file A3
1432	8646	gauquelin-a3-2939-1872-01-09--name	name	Missing name in Gauquelin file A3
1433	8651	gauquelin-a3-2945-1867-03-12--name	name	Missing name in Gauquelin file A3
1434	8659	gauquelin-a3-2953-1825-05-20--name	name	Missing name in Gauquelin file A3
1435	8676	gauquelin-a3-2970-1877-11-30--name	name	Missing name in Gauquelin file A3
1436	8682	gauquelin-a3-2976-1888-09-16--name	name	Missing name in Gauquelin file A3
1437	8692	gauquelin-a3-2986-1871-08-30--name	name	Missing name in Gauquelin file A3
1438	8698	gauquelin-a3-2992-1871-07-22--name	name	Missing name in Gauquelin file A3
1439	8712	gauquelin-a3-3006-1872-04-14--name	name	Missing name in Gauquelin file A3
1440	8731	gauquelin-a3-3025-1876-08-19--name	name	Missing name in Gauquelin file A3
1441	8733	gauquelin-a3-3027-1871-12-08--name	name	Missing name in Gauquelin file A3
1442	8738	gauquelin-a3-3032-1872-04-29--name	name	Missing name in Gauquelin file A3
1443	8747	gauquelin-a3-3041-1886-08-02--name	name	Missing name in Gauquelin file A3
1444	6053	gauquelin-a3-327-1810-11-08--name	name	Missing name in Gauquelin file A3
1445	6102	gauquelin-a3-376-1886-10-07--name	name	Missing name in Gauquelin file A3
1446	6124	gauquelin-a3-398-1878-10-27--name	name	Missing name in Gauquelin file A3
1447	6134	gauquelin-a3-408-1867-07-15--name	name	Missing name in Gauquelin file A3
1448	6200	gauquelin-a3-474-1850-05-26--name	name	Missing name in Gauquelin file A3
1449	6230	gauquelin-a3-504-1892-01-15--name	name	Missing name in Gauquelin file A3
1450	6300	gauquelin-a3-578-1825-05-20--name	name	Missing name in Gauquelin file A3
1451	6306	gauquelin-a3-584-1843-01-19--name	name	Missing name in Gauquelin file A3
1452	6319	gauquelin-a3-597-1826-06-22--name	name	Missing name in Gauquelin file A3
1453	6369	gauquelin-a3-648-1895-11-20--name	name	Missing name in Gauquelin file A3
1454	6377	gauquelin-a3-656-1878-11-29--name	name	Missing name in Gauquelin file A3
1455	6429	gauquelin-a3-710-1822-10-31--name	name	Missing name in Gauquelin file A3
1456	5735	gauquelin-a3-7-1879-12-17--name	name	Missing name in Gauquelin file A3
1457	6438	gauquelin-a3-719-1829-05-20--name	name	Missing name in Gauquelin file A3
1458	6558	gauquelin-a3-840-1823-02-22--name	name	Missing name in Gauquelin file A3
1459	6614	gauquelin-a3-897-1833-10-15--name	name	Missing name in Gauquelin file A3
1460	6617	gauquelin-a3-900-1864-04-25--name	name	Missing name in Gauquelin file A3
1461	6698	gauquelin-a3-983-1844-06-14--name	name	Missing name in Gauquelin file A3
1462	6711	gauquelin-a3-996-1834-03-16--name	name	Missing name in Gauquelin file A3
1463	6714	gauquelin-a3-999-1899-05-15--name	name	Missing name in Gauquelin file A3
1464	9791	gauquelin-a4-1039-1844-02-29--name	name	Missing name in Gauquelin file A4
1465	9807	gauquelin-a4-1055-1847-06-24--name	name	Missing name in Gauquelin file A4
1466	9818	gauquelin-a4-1066-1839-05-19--name	name	Missing name in Gauquelin file A4
1467	9825	gauquelin-a4-1073-1839-05-23--name	name	Missing name in Gauquelin file A4
1468	9888	gauquelin-a4-1136-1879-04-06--name	name	Missing name in Gauquelin file A4
1469	9896	gauquelin-a4-1144-1871-07-18--name	name	Missing name in Gauquelin file A4
1470	9898	gauquelin-a4-1146-1874-08-14--name	name	Missing name in Gauquelin file A4
1471	9901	gauquelin-a4-1149-1873-07-17--name	name	Missing name in Gauquelin file A4
1472	10049	gauquelin-a4-1297-1880-06-03--name	name	Missing name in Gauquelin file A4
1473	10051	gauquelin-a4-1299-1869-02-14--name	name	Missing name in Gauquelin file A4
1474	10054	gauquelin-a4-1302-1869-10-22--name	name	Missing name in Gauquelin file A4
1475	10055	gauquelin-a4-1303-1870-10-08--name	name	Missing name in Gauquelin file A4
1476	10064	gauquelin-a4-1312-1878-10-11--name	name	Missing name in Gauquelin file A4
1477	10079	gauquelin-a4-1327-1863-05-25--name	name	Missing name in Gauquelin file A4
1478	10117	gauquelin-a4-1365-1850-10-22--name	name	Missing name in Gauquelin file A4
1479	10119	gauquelin-a4-1367-1858-04-16--name	name	Missing name in Gauquelin file A4
1480	10140	gauquelin-a4-1388-1872-10-06--name	name	Missing name in Gauquelin file A4
1481	10148	gauquelin-a4-1396-1850-02-22--name	name	Missing name in Gauquelin file A4
1482	10165	gauquelin-a4-1413-1817-02-26--name	name	Missing name in Gauquelin file A4
1483	10169	gauquelin-a4-1417-1820-05-28--name	name	Missing name in Gauquelin file A4
1484	10174	gauquelin-a4-1422-1834-01-09--name	name	Missing name in Gauquelin file A4
1485	10192	gauquelin-a4-1440-1834-01-09--name	name	Missing name in Gauquelin file A4
1486	10203	gauquelin-a4-1451-1832-10-02--name	name	Missing name in Gauquelin file A4
1487	8899	gauquelin-a4-146-1817-11-22--name	name	Missing name in Gauquelin file A4
1488	10229	gauquelin-a4-1477-1821-07-01--name	name	Missing name in Gauquelin file A4
1489	10232	gauquelin-a4-1480-1815-03-07--name	name	Missing name in Gauquelin file A4
1490	10259	gauquelin-a4-1507-1833-10-23--name	name	Missing name in Gauquelin file A4
1491	10265	gauquelin-a4-1513-1840-04-12--name	name	Missing name in Gauquelin file A4
1492	10271	gauquelin-a4-1519-1869-02-14--name	name	Missing name in Gauquelin file A4
1493	10273	gauquelin-a4-1521-1829-08-15--name	name	Missing name in Gauquelin file A4
1494	10281	gauquelin-a4-1529-1826-05-23--name	name	Missing name in Gauquelin file A4
1495	10293	gauquelin-a4-1541-1879-04-06--name	name	Missing name in Gauquelin file A4
1496	10311	gauquelin-a4-1559-1837-02-17--name	name	Missing name in Gauquelin file A4
1497	10321	gauquelin-a4-1569-1856-12-27--name	name	Missing name in Gauquelin file A4
1498	10331	gauquelin-a4-1579-1853-03-08--name	name	Missing name in Gauquelin file A4
1499	10339	gauquelin-a4-1587-1877-06-02--name	name	Missing name in Gauquelin file A4
1500	8769	gauquelin-a4-16-1833-03-19--name	name	Missing name in Gauquelin file A4
1501	10371	gauquelin-a4-1619-1832-10-02--name	name	Missing name in Gauquelin file A4
1502	10372	gauquelin-a4-1620-1869-10-22--name	name	Missing name in Gauquelin file A4
1503	10385	gauquelin-a4-1633-1856-04-01--name	name	Missing name in Gauquelin file A4
1504	10388	gauquelin-a4-1636-1842-04-15--name	name	Missing name in Gauquelin file A4
1505	10401	gauquelin-a4-1649-1827-12-14--name	name	Missing name in Gauquelin file A4
1506	10402	gauquelin-a4-1650-1880-06-03--name	name	Missing name in Gauquelin file A4
1507	10409	gauquelin-a4-1657-1853-04-07--name	name	Missing name in Gauquelin file A4
1508	10416	gauquelin-a4-1664-1882-04-29--name	name	Missing name in Gauquelin file A4
1509	10422	gauquelin-a4-1670-1869-06-06--name	name	Missing name in Gauquelin file A4
1510	10424	gauquelin-a4-1672-1838-08-01--name	name	Missing name in Gauquelin file A4
1511	10428	gauquelin-a4-1676-1877-02-08--name	name	Missing name in Gauquelin file A4
1512	10453	gauquelin-a4-1701-1809-03-23--name	name	Missing name in Gauquelin file A4
1513	10474	gauquelin-a4-1722-1846-05-26--name	name	Missing name in Gauquelin file A4
1514	10495	gauquelin-a4-1743-1826-05-23--name	name	Missing name in Gauquelin file A4
1515	10498	gauquelin-a4-1746-1819-01-01--name	name	Missing name in Gauquelin file A4
1516	10499	gauquelin-a4-1747-1817-12-19--name	name	Missing name in Gauquelin file A4
1517	10500	gauquelin-a4-1748-1822-06-01--name	name	Missing name in Gauquelin file A4
1518	10504	gauquelin-a4-1752-1860-09-29--name	name	Missing name in Gauquelin file A4
1519	10513	gauquelin-a4-1761-1860-05-09--name	name	Missing name in Gauquelin file A4
1520	10526	gauquelin-a4-1774-1817-12-10--name	name	Missing name in Gauquelin file A4
1521	10527	gauquelin-a4-1775-1839-04-14--name	name	Missing name in Gauquelin file A4
1522	10557	gauquelin-a4-1805-1845-06-10--name	name	Missing name in Gauquelin file A4
1523	10560	gauquelin-a4-1808-1882-04-03--name	name	Missing name in Gauquelin file A4
1524	10570	gauquelin-a4-1818-1837-08-24--name	name	Missing name in Gauquelin file A4
1525	10582	gauquelin-a4-1830-1827-08-20--name	name	Missing name in Gauquelin file A4
1526	10595	gauquelin-a4-1843-1837-08-24--name	name	Missing name in Gauquelin file A4
1527	10603	gauquelin-a4-1851-1863-05-25--name	name	Missing name in Gauquelin file A4
1528	10617	gauquelin-a4-1865-1835-06-12--name	name	Missing name in Gauquelin file A4
1529	10623	gauquelin-a4-1871-1877-05-11--name	name	Missing name in Gauquelin file A4
1530	10625	gauquelin-a4-1873-1880-08-27--name	name	Missing name in Gauquelin file A4
1531	10637	gauquelin-a4-1885-1848-10-19--name	name	Missing name in Gauquelin file A4
1532	10662	gauquelin-a4-1910-1856-12-27--name	name	Missing name in Gauquelin file A4
1533	10666	gauquelin-a4-1914-1839-09-05--name	name	Missing name in Gauquelin file A4
1534	10703	gauquelin-a4-1951-1817-12-10--name	name	Missing name in Gauquelin file A4
1535	10704	gauquelin-a4-1952-1877-04-10--name	name	Missing name in Gauquelin file A4
1536	10708	gauquelin-a4-1956-1817-04-16--name	name	Missing name in Gauquelin file A4
1537	10714	gauquelin-a4-1962-1852-11-25--name	name	Missing name in Gauquelin file A4
1538	10741	gauquelin-a4-1989-1858-08-13--name	name	Missing name in Gauquelin file A4
1539	10787	gauquelin-a4-2035-1838-07-29--name	name	Missing name in Gauquelin file A4
1540	10823	gauquelin-a4-2071-1866-02-06--name	name	Missing name in Gauquelin file A4
1541	10826	gauquelin-a4-2074-1833-02-02--name	name	Missing name in Gauquelin file A4
1542	10871	gauquelin-a4-2119-1826-10-14--name	name	Missing name in Gauquelin file A4
1543	10872	gauquelin-a4-2120-1879-04-06--name	name	Missing name in Gauquelin file A4
1544	10876	gauquelin-a4-2124-1862-07-15--name	name	Missing name in Gauquelin file A4
1545	10890	gauquelin-a4-2138-1873-04-18--name	name	Missing name in Gauquelin file A4
1546	10913	gauquelin-a4-2161-1820-02-20--name	name	Missing name in Gauquelin file A4
1547	10915	gauquelin-a4-2163-1825-10-09--name	name	Missing name in Gauquelin file A4
1548	10916	gauquelin-a4-2164-1829-08-15--name	name	Missing name in Gauquelin file A4
1549	10922	gauquelin-a4-2170-1824-04-01--name	name	Missing name in Gauquelin file A4
1550	10968	gauquelin-a4-2216-1846-05-26--name	name	Missing name in Gauquelin file A4
1551	10993	gauquelin-a4-2241-1873-04-18--name	name	Missing name in Gauquelin file A4
1552	11011	gauquelin-a4-2259-1877-05-11--name	name	Missing name in Gauquelin file A4
1553	11014	gauquelin-a4-2262-1847-06-24--name	name	Missing name in Gauquelin file A4
1554	11017	gauquelin-a4-2265-1877-06-02--name	name	Missing name in Gauquelin file A4
1555	11023	gauquelin-a4-2271-1874-12-30--name	name	Missing name in Gauquelin file A4
1556	11045	gauquelin-a4-2293-1853-03-08--name	name	Missing name in Gauquelin file A4
1557	11047	gauquelin-a4-2295-1824-04-19--name	name	Missing name in Gauquelin file A4
1558	11057	gauquelin-a4-2305-1845-12-20--name	name	Missing name in Gauquelin file A4
1559	11061	gauquelin-a4-2309-1839-04-14--name	name	Missing name in Gauquelin file A4
1560	11075	gauquelin-a4-2323-1870-10-08--name	name	Missing name in Gauquelin file A4
1561	11078	gauquelin-a4-2326-1837-10-30--name	name	Missing name in Gauquelin file A4
1562	11086	gauquelin-a4-2334-1873-07-17--name	name	Missing name in Gauquelin file A4
1563	11090	gauquelin-a4-2338-1891-02-12--name	name	Missing name in Gauquelin file A4
1564	11091	gauquelin-a4-2339-1826-04-06--name	name	Missing name in Gauquelin file A4
1565	11095	gauquelin-a4-2343-1845-12-11--name	name	Missing name in Gauquelin file A4
1566	11111	gauquelin-a4-2359-1828-06-18--name	name	Missing name in Gauquelin file A4
1567	11115	gauquelin-a4-2363-1835-06-11--name	name	Missing name in Gauquelin file A4
1568	11121	gauquelin-a4-2369-1850-02-22--name	name	Missing name in Gauquelin file A4
1569	11125	gauquelin-a4-2373-1843-12-05--name	name	Missing name in Gauquelin file A4
1570	11128	gauquelin-a4-2376-1837-10-30--name	name	Missing name in Gauquelin file A4
1571	11136	gauquelin-a4-2384-1834-08-01--name	name	Missing name in Gauquelin file A4
1572	11139	gauquelin-a4-2387-1863-11-29--name	name	Missing name in Gauquelin file A4
1573	11151	gauquelin-a4-2399-1848-08-04--name	name	Missing name in Gauquelin file A4
1574	11152	gauquelin-a4-2400-1859-12-17--name	name	Missing name in Gauquelin file A4
1575	11174	gauquelin-a4-2422-1844-07-07--name	name	Missing name in Gauquelin file A4
1576	11177	gauquelin-a4-2425-1801-01-22--name	name	Missing name in Gauquelin file A4
1577	11222	gauquelin-a4-2470-1845-04-12--name	name	Missing name in Gauquelin file A4
1578	11224	gauquelin-a4-2472-1847-04-25--name	name	Missing name in Gauquelin file A4
1579	11239	gauquelin-a4-2488-1846-03-01--name	name	Missing name in Gauquelin file A4
1580	11249	gauquelin-a4-2498-1848-03-08--name	name	Missing name in Gauquelin file A4
1581	11251	gauquelin-a4-2500-1839-09-05--name	name	Missing name in Gauquelin file A4
1582	11261	gauquelin-a4-2510-1833-03-19--name	name	Missing name in Gauquelin file A4
1583	11276	gauquelin-a4-2525-1815-02-21--name	name	Missing name in Gauquelin file A4
1584	11288	gauquelin-a4-2537-1844-02-29--name	name	Missing name in Gauquelin file A4
1585	11297	gauquelin-a4-2546-1839-09-05--name	name	Missing name in Gauquelin file A4
1586	11306	gauquelin-a4-2555-1848-07-30--name	name	Missing name in Gauquelin file A4
1587	11341	gauquelin-a4-2590-1833-10-23--name	name	Missing name in Gauquelin file A4
1588	11349	gauquelin-a4-2598-1844-01-13--name	name	Missing name in Gauquelin file A4
1589	11367	gauquelin-a4-2616-1860-01-05--name	name	Missing name in Gauquelin file A4
1590	11376	gauquelin-a4-2625-1843-12-05--name	name	Missing name in Gauquelin file A4
1591	11394	gauquelin-a4-2643-1819-11-08--name	name	Missing name in Gauquelin file A4
1592	11408	gauquelin-a4-2657-1833-12-17--name	name	Missing name in Gauquelin file A4
1593	11413	gauquelin-a4-2662-1821-07-01--name	name	Missing name in Gauquelin file A4
1594	11417	gauquelin-a4-2666-1825-10-09--name	name	Missing name in Gauquelin file A4
1595	11418	gauquelin-a4-2667-1830-02-13--name	name	Missing name in Gauquelin file A4
1596	11419	gauquelin-a4-2668-1852-09-10--name	name	Missing name in Gauquelin file A4
1597	11423	gauquelin-a4-2672-1839-05-23--name	name	Missing name in Gauquelin file A4
1598	11433	gauquelin-a4-2682-1845-05-19--name	name	Missing name in Gauquelin file A4
1599	9139	gauquelin-a4-387-1850-11-22--name	name	Missing name in Gauquelin file A4
1600	9205	gauquelin-a4-453-1852-09-10--name	name	Missing name in Gauquelin file A4
1601	9231	gauquelin-a4-479-1853-04-07--name	name	Missing name in Gauquelin file A4
1602	9232	gauquelin-a4-480-1844-05-21--name	name	Missing name in Gauquelin file A4
1603	9539	gauquelin-a4-787-1826-04-06--name	name	Missing name in Gauquelin file A4
1604	9555	gauquelin-a4-803-1863-11-29--name	name	Missing name in Gauquelin file A4
1605	9665	gauquelin-a4-913-1845-10-14--name	name	Missing name in Gauquelin file A4
1606	9719	gauquelin-a4-967-1846-03-01--name	name	Missing name in Gauquelin file A4
1607	12470	gauquelin-a5-1002-1888-12-10--name	name	Missing name in Gauquelin file A5
1608	12473	gauquelin-a5-1005-1897-02-05--name	name	Missing name in Gauquelin file A5
1609	12499	gauquelin-a5-1031-1914-02-22--name	name	Missing name in Gauquelin file A5
1610	12500	gauquelin-a5-1032-1901-03-21--name	name	Missing name in Gauquelin file A5
1611	12510	gauquelin-a5-1042-1897-12-03--name	name	Missing name in Gauquelin file A5
1612	12526	gauquelin-a5-1058-1886-07-08--name	name	Missing name in Gauquelin file A5
1613	12538	gauquelin-a5-1070-1929-06-24--name	name	Missing name in Gauquelin file A5
1614	12539	gauquelin-a5-1071-1900-04-10--name	name	Missing name in Gauquelin file A5
1615	12540	gauquelin-a5-1072-1907-03-15--name	name	Missing name in Gauquelin file A5
1616	12542	gauquelin-a5-1074-1900-01-21--name	name	Missing name in Gauquelin file A5
1617	12547	gauquelin-a5-1079-1893-07-15--name	name	Missing name in Gauquelin file A5
1618	12551	gauquelin-a5-1083-1907-05-20--name	name	Missing name in Gauquelin file A5
1619	12571	gauquelin-a5-1103-1914-12-25--name	name	Missing name in Gauquelin file A5
1620	12585	gauquelin-a5-1117-1894-05-16--name	name	Missing name in Gauquelin file A5
1621	12591	gauquelin-a5-1123-1904-08-23--name	name	Missing name in Gauquelin file A5
1622	12595	gauquelin-a5-1127-1907-01-23--name	name	Missing name in Gauquelin file A5
1623	12596	gauquelin-a5-1128-1908-01-22--name	name	Missing name in Gauquelin file A5
1624	12600	gauquelin-a5-1132-1923-05-26--name	name	Missing name in Gauquelin file A5
1625	12602	gauquelin-a5-1134-1899-04-22--name	name	Missing name in Gauquelin file A5
1626	12613	gauquelin-a5-1145-1905-01-26--name	name	Missing name in Gauquelin file A5
1627	12618	gauquelin-a5-1150-1916-10-26--name	name	Missing name in Gauquelin file A5
1628	12619	gauquelin-a5-1151-1900-01-22--name	name	Missing name in Gauquelin file A5
1629	12626	gauquelin-a5-1158-1901-07-07--name	name	Missing name in Gauquelin file A5
1630	12644	gauquelin-a5-1176-1921-04-27--name	name	Missing name in Gauquelin file A5
1631	12652	gauquelin-a5-1184-1929-07-19--name	name	Missing name in Gauquelin file A5
1632	12659	gauquelin-a5-1191-1905-03-05--name	name	Missing name in Gauquelin file A5
1633	12665	gauquelin-a5-1197-1893-10-30--name	name	Missing name in Gauquelin file A5
1634	12671	gauquelin-a5-1203-1910-06-19--name	name	Missing name in Gauquelin file A5
1635	12679	gauquelin-a5-1211-1888-12-10--name	name	Missing name in Gauquelin file A5
1636	12682	gauquelin-a5-1214-1901-02-06--name	name	Missing name in Gauquelin file A5
1637	12690	gauquelin-a5-1222-1900-09-29--name	name	Missing name in Gauquelin file A5
1638	12699	gauquelin-a5-1231-1899-04-22--name	name	Missing name in Gauquelin file A5
1639	12731	gauquelin-a5-1263-1905-07-17--name	name	Missing name in Gauquelin file A5
1640	12733	gauquelin-a5-1265-1899-07-23--name	name	Missing name in Gauquelin file A5
1641	12740	gauquelin-a5-1272-1894-09-27--name	name	Missing name in Gauquelin file A5
1642	12744	gauquelin-a5-1276-1923-05-26--name	name	Missing name in Gauquelin file A5
1643	12751	gauquelin-a5-1283-1901-06-23--name	name	Missing name in Gauquelin file A5
1644	12752	gauquelin-a5-1284-1928-08-07--name	name	Missing name in Gauquelin file A5
1645	12761	gauquelin-a5-1293-1891-11-30--name	name	Missing name in Gauquelin file A5
1646	12773	gauquelin-a5-1305-1918-01-01--name	name	Missing name in Gauquelin file A5
1647	12775	gauquelin-a5-1307-1879-05-09--name	name	Missing name in Gauquelin file A5
1648	12777	gauquelin-a5-1309-1887-01-06--name	name	Missing name in Gauquelin file A5
1649	12782	gauquelin-a5-1314-1897-01-24--name	name	Missing name in Gauquelin file A5
1650	11606	gauquelin-a5-133-1852-01-06--name	name	Missing name in Gauquelin file A5
1651	12807	gauquelin-a5-1339-1893-10-30--name	name	Missing name in Gauquelin file A5
1652	12829	gauquelin-a5-1361-1868-07-19--name	name	Missing name in Gauquelin file A5
1653	12830	gauquelin-a5-1362-1891-02-03--name	name	Missing name in Gauquelin file A5
1654	12848	gauquelin-a5-1380-1919-06-16--name	name	Missing name in Gauquelin file A5
1655	12860	gauquelin-a5-1392-1884-06-07--name	name	Missing name in Gauquelin file A5
1656	12863	gauquelin-a5-1395-1891-06-12--name	name	Missing name in Gauquelin file A5
1657	12866	gauquelin-a5-1398-1860-05-23--name	name	Missing name in Gauquelin file A5
1658	12868	gauquelin-a5-1400-1917-06-27--name	name	Missing name in Gauquelin file A5
1659	12891	gauquelin-a5-1423-1914-08-19--name	name	Missing name in Gauquelin file A5
1660	12904	gauquelin-a5-1437-1884-06-18--name	name	Missing name in Gauquelin file A5
1661	12937	gauquelin-a5-1470-1906-07-26--name	name	Missing name in Gauquelin file A5
1662	12962	gauquelin-a5-1495-1914-08-19--name	name	Missing name in Gauquelin file A5
1663	12989	gauquelin-a5-1522-1904-10-14--name	name	Missing name in Gauquelin file A5
1664	13015	gauquelin-a5-1548-1914-12-25--name	name	Missing name in Gauquelin file A5
1665	13022	gauquelin-a5-1555-1886-07-08--name	name	Missing name in Gauquelin file A5
1666	13036	gauquelin-a5-1571-1888-07-01--name	name	Missing name in Gauquelin file A5
1667	13058	gauquelin-a5-1595-1900-09-30--name	name	Missing name in Gauquelin file A5
1668	13065	gauquelin-a5-1602-1891-11-30--name	name	Missing name in Gauquelin file A5
1669	13070	gauquelin-a5-1607-1888-02-19--name	name	Missing name in Gauquelin file A5
1670	13077	gauquelin-a5-1614-1903-09-14--name	name	Missing name in Gauquelin file A5
1671	13078	gauquelin-a5-1615-1904-10-14--name	name	Missing name in Gauquelin file A5
1672	13094	gauquelin-a5-1634-1914-02-22--name	name	Missing name in Gauquelin file A5
1673	13137	gauquelin-a5-1679-1883-09-24--name	name	Missing name in Gauquelin file A5
1674	13154	gauquelin-a5-1700-1902-08-20--name	name	Missing name in Gauquelin file A5
1675	13161	gauquelin-a5-1707-1902-05-22--name	name	Missing name in Gauquelin file A5
1676	13173	gauquelin-a5-1719-1892-10-20--name	name	Missing name in Gauquelin file A5
1677	11645	gauquelin-a5-172-1870-02-16--name	name	Missing name in Gauquelin file A5
1678	13183	gauquelin-a5-1730-1900-07-01--name	name	Missing name in Gauquelin file A5
1679	13191	gauquelin-a5-1738-1894-09-27--name	name	Missing name in Gauquelin file A5
1680	13194	gauquelin-a5-1741-1905-07-17--name	name	Missing name in Gauquelin file A5
1681	13199	gauquelin-a5-1746-1902-05-22--name	name	Missing name in Gauquelin file A5
1682	13202	gauquelin-a5-1749-1888-05-19--name	name	Missing name in Gauquelin file A5
1683	13205	gauquelin-a5-1752-1868-07-19--name	name	Missing name in Gauquelin file A5
1684	13216	gauquelin-a5-1764-1896-09-25--name	name	Missing name in Gauquelin file A5
1685	13222	gauquelin-a5-1771-1892-10-20--name	name	Missing name in Gauquelin file A5
1686	13225	gauquelin-a5-1775-1905-01-26--name	name	Missing name in Gauquelin file A5
1687	13228	gauquelin-a5-1778-1890-01-25--name	name	Missing name in Gauquelin file A5
1688	13243	gauquelin-a5-1794-1865-09-08--name	name	Missing name in Gauquelin file A5
1689	11655	gauquelin-a5-182-1866-09-17--name	name	Missing name in Gauquelin file A5
1690	13270	gauquelin-a5-1822-1883-12-15--name	name	Missing name in Gauquelin file A5
1691	13273	gauquelin-a5-1825-1895-07-27--name	name	Missing name in Gauquelin file A5
1692	11657	gauquelin-a5-184-1930-07-16--name	name	Missing name in Gauquelin file A5
1693	13296	gauquelin-a5-1848-1880-10-04--name	name	Missing name in Gauquelin file A5
1694	13329	gauquelin-a5-1881-1904-04-13--name	name	Missing name in Gauquelin file A5
1695	13331	gauquelin-a5-1883-1894-05-16--name	name	Missing name in Gauquelin file A5
1696	13342	gauquelin-a5-1894-1893-10-30--name	name	Missing name in Gauquelin file A5
1697	13352	gauquelin-a5-1904-1900-09-30--name	name	Missing name in Gauquelin file A5
1698	13370	gauquelin-a5-1923-1908-08-18--name	name	Missing name in Gauquelin file A5
1699	13397	gauquelin-a5-1950-1900-10-10--name	name	Missing name in Gauquelin file A5
1700	13402	gauquelin-a5-1955-1904-04-06--name	name	Missing name in Gauquelin file A5
1701	13408	gauquelin-a5-1961-1904-08-08--name	name	Missing name in Gauquelin file A5
1702	13409	gauquelin-a5-1962-1895-04-15--name	name	Missing name in Gauquelin file A5
1703	13416	gauquelin-a5-1969-1879-05-09--name	name	Missing name in Gauquelin file A5
1704	13427	gauquelin-a5-1980-1885-10-16--name	name	Missing name in Gauquelin file A5
1705	13434	gauquelin-a5-1987-1889-02-23--name	name	Missing name in Gauquelin file A5
1706	13455	gauquelin-a5-2008-1888-02-19--name	name	Missing name in Gauquelin file A5
1707	13462	gauquelin-a5-2015-1887-01-06--name	name	Missing name in Gauquelin file A5
1708	13465	gauquelin-a5-2018-1900-10-10--name	name	Missing name in Gauquelin file A5
1709	13466	gauquelin-a5-2019-1899-06-29--name	name	Missing name in Gauquelin file A5
1710	13468	gauquelin-a5-2021-1893-04-30--name	name	Missing name in Gauquelin file A5
1711	13469	gauquelin-a5-2022-1901-03-21--name	name	Missing name in Gauquelin file A5
1712	13474	gauquelin-a5-2027-1900-09-29--name	name	Missing name in Gauquelin file A5
1713	13475	gauquelin-a5-2028-1900-10-07--name	name	Missing name in Gauquelin file A5
1714	13481	gauquelin-a5-2034-1907-03-15--name	name	Missing name in Gauquelin file A5
1715	13499	gauquelin-a5-2053-1896-04-05--name	name	Missing name in Gauquelin file A5
1716	13501	gauquelin-a5-2055-1881-01-01--name	name	Missing name in Gauquelin file A5
1717	13502	gauquelin-a5-2056-1895-05-15--name	name	Missing name in Gauquelin file A5
1718	13515	gauquelin-a5-2069-1904-04-13--name	name	Missing name in Gauquelin file A5
1719	13539	gauquelin-a5-2093-1896-04-05--name	name	Missing name in Gauquelin file A5
1720	13548	gauquelin-a5-2102-1895-04-15--name	name	Missing name in Gauquelin file A5
1721	13552	gauquelin-a5-2106-1896-09-25--name	name	Missing name in Gauquelin file A5
1722	13560	gauquelin-a5-2114-1905-04-05--name	name	Missing name in Gauquelin file A5
1723	13568	gauquelin-a5-2122-1803-04-23--name	name	Missing name in Gauquelin file A5
1724	13573	gauquelin-a5-2129-1856-01-15--name	name	Missing name in Gauquelin file A5
1725	11686	gauquelin-a5-213-1929-06-24--name	name	Missing name in Gauquelin file A5
1726	13577	gauquelin-a5-2135-1852-01-06--name	name	Missing name in Gauquelin file A5
1727	13607	gauquelin-a5-2176-1900-04-10--name	name	Missing name in Gauquelin file A5
1728	13611	gauquelin-a5-2180-1856-01-15--name	name	Missing name in Gauquelin file A5
1729	13616	gauquelin-a5-2186-1904-08-08--name	name	Missing name in Gauquelin file A5
1730	13618	gauquelin-a5-2189-1807-07-12--name	name	Missing name in Gauquelin file A5
1731	13628	gauquelin-a5-2203-1884-06-07--name	name	Missing name in Gauquelin file A5
1732	13638	gauquelin-a5-2213-1901-06-23--name	name	Missing name in Gauquelin file A5
1733	13647	gauquelin-a5-2229-1880-10-04--name	name	Missing name in Gauquelin file A5
1734	13650	gauquelin-a5-2232-1902-08-20--name	name	Missing name in Gauquelin file A5
1735	13656	gauquelin-a5-2241-1814-04-07--name	name	Missing name in Gauquelin file A5
1736	13658	gauquelin-a5-2243-1885-11-23--name	name	Missing name in Gauquelin file A5
1737	13700	gauquelin-a5-2297-1902-03-28--name	name	Missing name in Gauquelin file A5
1738	13724	gauquelin-a5-2323-1891-02-03--name	name	Missing name in Gauquelin file A5
1739	13731	gauquelin-a5-2330-1895-05-15--name	name	Missing name in Gauquelin file A5
1740	13736	gauquelin-a5-2335-1866-09-17--name	name	Missing name in Gauquelin file A5
1741	13762	gauquelin-a5-2362-1838-09-27--name	name	Missing name in Gauquelin file A5
1742	13776	gauquelin-a5-2376-1877-12-16--name	name	Missing name in Gauquelin file A5
1743	13778	gauquelin-a5-2378-1911-09-08--name	name	Missing name in Gauquelin file A5
1744	13788	gauquelin-a5-2388-1897-02-05--name	name	Missing name in Gauquelin file A5
1745	13810	gauquelin-a5-2410-1860-12-06--name	name	Missing name in Gauquelin file A5
1746	11845	gauquelin-a5-375-1832-01-12--name	name	Missing name in Gauquelin file A5
1747	11852	gauquelin-a5-382-1838-07-10--name	name	Missing name in Gauquelin file A5
1748	11969	gauquelin-a5-500-1877-12-06--name	name	Missing name in Gauquelin file A5
1749	12005	gauquelin-a5-536-1888-05-19--name	name	Missing name in Gauquelin file A5
1750	12010	gauquelin-a5-542-1870-02-16--name	name	Missing name in Gauquelin file A5
1751	12090	gauquelin-a5-622-1934-07-09--name	name	Missing name in Gauquelin file A5
1752	12114	gauquelin-a5-646-1836-11-16--name	name	Missing name in Gauquelin file A5
1753	12118	gauquelin-a5-650-1883-12-18--name	name	Missing name in Gauquelin file A5
1754	12188	gauquelin-a5-720-1901-06-01--name	name	Missing name in Gauquelin file A5
1755	12207	gauquelin-a5-739-1883-09-24--name	name	Missing name in Gauquelin file A5
1756	12266	gauquelin-a5-798-1914-08-04--name	name	Missing name in Gauquelin file A5
1757	12269	gauquelin-a5-801-1893-07-15--name	name	Missing name in Gauquelin file A5
1758	12274	gauquelin-a5-806-1899-07-23--name	name	Missing name in Gauquelin file A5
1759	12277	gauquelin-a5-809-1901-02-06--name	name	Missing name in Gauquelin file A5
1760	12296	gauquelin-a5-828-1877-12-16--name	name	Missing name in Gauquelin file A5
1761	12301	gauquelin-a5-833-1907-05-20--name	name	Missing name in Gauquelin file A5
1762	12305	gauquelin-a5-837-1895-07-25--name	name	Missing name in Gauquelin file A5
1763	12307	gauquelin-a5-839-1889-02-23--name	name	Missing name in Gauquelin file A5
1764	12308	gauquelin-a5-840-1904-08-23--name	name	Missing name in Gauquelin file A5
1765	12333	gauquelin-a5-865-1890-07-06--name	name	Missing name in Gauquelin file A5
1766	12339	gauquelin-a5-871-1860-12-06--name	name	Missing name in Gauquelin file A5
1767	12343	gauquelin-a5-875-1865-09-08--name	name	Missing name in Gauquelin file A5
1768	12353	gauquelin-a5-885-1914-08-04--name	name	Missing name in Gauquelin file A5
1769	12362	gauquelin-a5-894-1877-12-06--name	name	Missing name in Gauquelin file A5
1770	12377	gauquelin-a5-909-1913-10-24--name	name	Missing name in Gauquelin file A5
1771	12383	gauquelin-a5-915-1908-01-22--name	name	Missing name in Gauquelin file A5
1772	12394	gauquelin-a5-926-1904-08-08--name	name	Missing name in Gauquelin file A5
1773	12396	gauquelin-a5-928-1895-08-01--name	name	Missing name in Gauquelin file A5
1774	12400	gauquelin-a5-932-1885-10-16--name	name	Missing name in Gauquelin file A5
1775	12402	gauquelin-a5-934-1899-06-29--name	name	Missing name in Gauquelin file A5
1776	12405	gauquelin-a5-937-1881-01-01--name	name	Missing name in Gauquelin file A5
1777	12421	gauquelin-a5-953-1901-06-01--name	name	Missing name in Gauquelin file A5
1778	12451	gauquelin-a5-983-1888-09-21--name	name	Missing name in Gauquelin file A5
1779	12467	gauquelin-a5-999-1853-03-13--name	name	Missing name in Gauquelin file A5
1780	14811	gauquelin-a6-1039-1877-02-21--name	name	Missing name in Gauquelin file A6
1781	13916	gauquelin-a6-107-1909-09-29--name	name	Missing name in Gauquelin file A6
1782	14850	gauquelin-a6-1083-1889-03-17--name	name	Missing name in Gauquelin file A6
1783	14851	gauquelin-a6-1084-1881-08-31--name	name	Missing name in Gauquelin file A6
1784	13918	gauquelin-a6-109-1886-07-06--name	name	Missing name in Gauquelin file A6
1785	14859	gauquelin-a6-1092-1898-10-20--name	name	Missing name in Gauquelin file A6
1786	14871	gauquelin-a6-1104-1842-12-17--name	name	Missing name in Gauquelin file A6
1787	14897	gauquelin-a6-1130-1895-03-30--name	name	Missing name in Gauquelin file A6
1788	14898	gauquelin-a6-1131-1890-01-10--name	name	Missing name in Gauquelin file A6
1789	13926	gauquelin-a6-117-1870-01-25--name	name	Missing name in Gauquelin file A6
1790	13927	gauquelin-a6-118-1923-03-05--name	name	Missing name in Gauquelin file A6
1791	14949	gauquelin-a6-1183-1856-10-27--name	name	Missing name in Gauquelin file A6
1792	14962	gauquelin-a6-1197-1903-02-13--name	name	Missing name in Gauquelin file A6
1793	15044	gauquelin-a6-1281-1890-12-31--name	name	Missing name in Gauquelin file A6
1794	15051	gauquelin-a6-1288-1879-01-19--name	name	Missing name in Gauquelin file A6
1795	15060	gauquelin-a6-1297-1880-09-10--name	name	Missing name in Gauquelin file A6
1796	15065	gauquelin-a6-1302-1898-10-20--name	name	Missing name in Gauquelin file A6
1797	13939	gauquelin-a6-131-1922-01-24--name	name	Missing name in Gauquelin file A6
1798	15075	gauquelin-a6-1312-1885-04-21--name	name	Missing name in Gauquelin file A6
1799	15084	gauquelin-a6-1321-1867-01-13--name	name	Missing name in Gauquelin file A6
1800	15091	gauquelin-a6-1328-1891-05-25--name	name	Missing name in Gauquelin file A6
1801	15104	gauquelin-a6-1342-1918-07-05--name	name	Missing name in Gauquelin file A6
1802	15109	gauquelin-a6-1347-1885-04-21--name	name	Missing name in Gauquelin file A6
1803	15114	gauquelin-a6-1352-1881-07-10--name	name	Missing name in Gauquelin file A6
1804	15115	gauquelin-a6-1353-1868-03-04--name	name	Missing name in Gauquelin file A6
1805	15117	gauquelin-a6-1355-1902-06-17--name	name	Missing name in Gauquelin file A6
1806	15118	gauquelin-a6-1356-1871-10-19--name	name	Missing name in Gauquelin file A6
1807	15119	gauquelin-a6-1357-1906-01-27--name	name	Missing name in Gauquelin file A6
1808	15120	gauquelin-a6-1358-1918-05-09--name	name	Missing name in Gauquelin file A6
1809	15121	gauquelin-a6-1359-1914-06-27--name	name	Missing name in Gauquelin file A6
1810	15122	gauquelin-a6-1360-1909-12-29--name	name	Missing name in Gauquelin file A6
1811	15123	gauquelin-a6-1361-1890-02-04--name	name	Missing name in Gauquelin file A6
1812	15124	gauquelin-a6-1362-1907-11-20--name	name	Missing name in Gauquelin file A6
1813	15125	gauquelin-a6-1363-1918-10-26--name	name	Missing name in Gauquelin file A6
1814	15126	gauquelin-a6-1364-1890-01-05--name	name	Missing name in Gauquelin file A6
1815	15127	gauquelin-a6-1365-1880-06-19--name	name	Missing name in Gauquelin file A6
1816	15128	gauquelin-a6-1366-1919-01-14--name	name	Missing name in Gauquelin file A6
1817	15129	gauquelin-a6-1367-1883-12-15--name	name	Missing name in Gauquelin file A6
1818	15130	gauquelin-a6-1368-1877-09-15--name	name	Missing name in Gauquelin file A6
1819	15131	gauquelin-a6-1369-1892-07-28--name	name	Missing name in Gauquelin file A6
1820	15132	gauquelin-a6-1370-1901-05-12--name	name	Missing name in Gauquelin file A6
1821	15133	gauquelin-a6-1371-1889-10-25--name	name	Missing name in Gauquelin file A6
1822	15134	gauquelin-a6-1372-1900-02-11--name	name	Missing name in Gauquelin file A6
1823	15135	gauquelin-a6-1373-1875-08-20--name	name	Missing name in Gauquelin file A6
1824	15136	gauquelin-a6-1374-1888-03-04--name	name	Missing name in Gauquelin file A6
1825	15137	gauquelin-a6-1375-1866-02-15--name	name	Missing name in Gauquelin file A6
1826	15138	gauquelin-a6-1376-1892-09-11--name	name	Missing name in Gauquelin file A6
1827	15139	gauquelin-a6-1377-1888-01-07--name	name	Missing name in Gauquelin file A6
1828	15140	gauquelin-a6-1378-1870-09-25--name	name	Missing name in Gauquelin file A6
1829	15141	gauquelin-a6-1379-1897-09-27--name	name	Missing name in Gauquelin file A6
1830	15142	gauquelin-a6-1380-1867-09-29--name	name	Missing name in Gauquelin file A6
1831	15143	gauquelin-a6-1381-1886-10-13--name	name	Missing name in Gauquelin file A6
1832	15144	gauquelin-a6-1382-1889-08-21--name	name	Missing name in Gauquelin file A6
1833	15145	gauquelin-a6-1383-1909-11-28--name	name	Missing name in Gauquelin file A6
1834	15146	gauquelin-a6-1384-1888-07-10--name	name	Missing name in Gauquelin file A6
1835	15147	gauquelin-a6-1385-1886-09-07--name	name	Missing name in Gauquelin file A6
1836	15148	gauquelin-a6-1386-1880-12-14--name	name	Missing name in Gauquelin file A6
1837	15149	gauquelin-a6-1387-1874-02-07--name	name	Missing name in Gauquelin file A6
1838	15150	gauquelin-a6-1388-1886-03-04--name	name	Missing name in Gauquelin file A6
1839	15151	gauquelin-a6-1389-1891-02-17--name	name	Missing name in Gauquelin file A6
1840	15152	gauquelin-a6-1390-1889-01-08--name	name	Missing name in Gauquelin file A6
1841	15153	gauquelin-a6-1391-1891-03-24--name	name	Missing name in Gauquelin file A6
1842	15154	gauquelin-a6-1392-1887-08-14--name	name	Missing name in Gauquelin file A6
1843	15155	gauquelin-a6-1393-1885-01-09--name	name	Missing name in Gauquelin file A6
1844	15156	gauquelin-a6-1394-1881-04-15--name	name	Missing name in Gauquelin file A6
1845	15157	gauquelin-a6-1395-1884-05-12--name	name	Missing name in Gauquelin file A6
1846	15158	gauquelin-a6-1396-1898-12-23--name	name	Missing name in Gauquelin file A6
1847	15159	gauquelin-a6-1397-1871-06-01--name	name	Missing name in Gauquelin file A6
1848	15160	gauquelin-a6-1398-1891-03-11--name	name	Missing name in Gauquelin file A6
1849	15161	gauquelin-a6-1399-1857-10-25--name	name	Missing name in Gauquelin file A6
1850	15162	gauquelin-a6-1400-1889-10-17--name	name	Missing name in Gauquelin file A6
1851	15163	gauquelin-a6-1401-1862-01-11--name	name	Missing name in Gauquelin file A6
1852	15164	gauquelin-a6-1402-1901-07-22--name	name	Missing name in Gauquelin file A6
1853	15165	gauquelin-a6-1403-1880-01-02--name	name	Missing name in Gauquelin file A6
1854	15166	gauquelin-a6-1404-1884-03-19--name	name	Missing name in Gauquelin file A6
1855	15167	gauquelin-a6-1405-1897-09-27--name	name	Missing name in Gauquelin file A6
1856	15168	gauquelin-a6-1406-1879-12-27--name	name	Missing name in Gauquelin file A6
1857	15169	gauquelin-a6-1407-1869-07-17--name	name	Missing name in Gauquelin file A6
1858	15170	gauquelin-a6-1408-1878-10-04--name	name	Missing name in Gauquelin file A6
1859	15171	gauquelin-a6-1409-1868-09-18--name	name	Missing name in Gauquelin file A6
1860	15172	gauquelin-a6-1410-1903-08-23--name	name	Missing name in Gauquelin file A6
1861	15173	gauquelin-a6-1411-1897-02-19--name	name	Missing name in Gauquelin file A6
1862	15174	gauquelin-a6-1412-1869-12-29--name	name	Missing name in Gauquelin file A6
1863	15175	gauquelin-a6-1413-1896-09-08--name	name	Missing name in Gauquelin file A6
1864	15176	gauquelin-a6-1414-1887-08-12--name	name	Missing name in Gauquelin file A6
1865	15177	gauquelin-a6-1415-1873-10-18--name	name	Missing name in Gauquelin file A6
1866	15178	gauquelin-a6-1416-1890-02-02--name	name	Missing name in Gauquelin file A6
1867	15179	gauquelin-a6-1417-1871-12-31--name	name	Missing name in Gauquelin file A6
1868	15180	gauquelin-a6-1418-1870-03-23--name	name	Missing name in Gauquelin file A6
1869	15181	gauquelin-a6-1419-1886-05-15--name	name	Missing name in Gauquelin file A6
1870	15182	gauquelin-a6-1420-1895-09-03--name	name	Missing name in Gauquelin file A6
1871	15183	gauquelin-a6-1421-1891-07-12--name	name	Missing name in Gauquelin file A6
1872	15184	gauquelin-a6-1422-1890-02-11--name	name	Missing name in Gauquelin file A6
1873	15185	gauquelin-a6-1423-1878-09-23--name	name	Missing name in Gauquelin file A6
1874	15186	gauquelin-a6-1424-1878-02-03--name	name	Missing name in Gauquelin file A6
1875	15187	gauquelin-a6-1425-1875-11-06--name	name	Missing name in Gauquelin file A6
1876	15188	gauquelin-a6-1426-1887-02-13--name	name	Missing name in Gauquelin file A6
1877	15189	gauquelin-a6-1427-1885-08-31--name	name	Missing name in Gauquelin file A6
1878	15190	gauquelin-a6-1428-1876-01-06--name	name	Missing name in Gauquelin file A6
1879	15191	gauquelin-a6-1429-1869-03-09--name	name	Missing name in Gauquelin file A6
1880	15192	gauquelin-a6-1430-1891-02-12--name	name	Missing name in Gauquelin file A6
1881	15193	gauquelin-a6-1431-1898-11-03--name	name	Missing name in Gauquelin file A6
1882	15194	gauquelin-a6-1432-1899-10-22--name	name	Missing name in Gauquelin file A6
1883	15195	gauquelin-a6-1433-1891-07-14--name	name	Missing name in Gauquelin file A6
1884	15196	gauquelin-a6-1434-1903-09-22--name	name	Missing name in Gauquelin file A6
1885	15197	gauquelin-a6-1435-1895-09-23--name	name	Missing name in Gauquelin file A6
1886	15198	gauquelin-a6-1436-1885-01-08--name	name	Missing name in Gauquelin file A6
1887	15199	gauquelin-a6-1437-1873-01-05--name	name	Missing name in Gauquelin file A6
1888	15200	gauquelin-a6-1438-1891-05-03--name	name	Missing name in Gauquelin file A6
1889	15201	gauquelin-a6-1439-1865-03-13--name	name	Missing name in Gauquelin file A6
1890	15202	gauquelin-a6-1440-1891-01-17--name	name	Missing name in Gauquelin file A6
1891	15203	gauquelin-a6-1441-1874-12-12--name	name	Missing name in Gauquelin file A6
1892	15204	gauquelin-a6-1442-1884-03-01--name	name	Missing name in Gauquelin file A6
1893	15205	gauquelin-a6-1443-1888-02-19--name	name	Missing name in Gauquelin file A6
1894	15206	gauquelin-a6-1444-1894-08-04--name	name	Missing name in Gauquelin file A6
1895	15207	gauquelin-a6-1445-1899-07-29--name	name	Missing name in Gauquelin file A6
1896	15208	gauquelin-a6-1446-1905-10-24--name	name	Missing name in Gauquelin file A6
1897	15209	gauquelin-a6-1447-1901-10-22--name	name	Missing name in Gauquelin file A6
1898	15210	gauquelin-a6-1448-1896-02-06--name	name	Missing name in Gauquelin file A6
1899	15211	gauquelin-a6-1449-1888-12-30--name	name	Missing name in Gauquelin file A6
1900	15212	gauquelin-a6-1450-1887-02-16--name	name	Missing name in Gauquelin file A6
1901	15213	gauquelin-a6-1451-1881-02-11--name	name	Missing name in Gauquelin file A6
1902	15214	gauquelin-a6-1452-1894-10-30--name	name	Missing name in Gauquelin file A6
1903	15215	gauquelin-a6-1453-1893-05-21--name	name	Missing name in Gauquelin file A6
1904	15216	gauquelin-a6-1454-1895-09-19--name	name	Missing name in Gauquelin file A6
1905	15217	gauquelin-a6-1455-1903-11-08--name	name	Missing name in Gauquelin file A6
1906	15218	gauquelin-a6-1456-1869-04-27--name	name	Missing name in Gauquelin file A6
1907	15219	gauquelin-a6-1457-1878-06-21--name	name	Missing name in Gauquelin file A6
1908	15220	gauquelin-a6-1458-1869-07-28--name	name	Missing name in Gauquelin file A6
1909	15221	gauquelin-a6-1459-1872-09-21--name	name	Missing name in Gauquelin file A6
1910	15222	gauquelin-a6-1460-1887-04-12--name	name	Missing name in Gauquelin file A6
1911	15223	gauquelin-a6-1461-1895-11-10--name	name	Missing name in Gauquelin file A6
1912	15224	gauquelin-a6-1462-1887-08-04--name	name	Missing name in Gauquelin file A6
1913	15225	gauquelin-a6-1463-1901-01-26--name	name	Missing name in Gauquelin file A6
1914	15226	gauquelin-a6-1464-1880-06-27--name	name	Missing name in Gauquelin file A6
1915	15227	gauquelin-a6-1465-1883-09-25--name	name	Missing name in Gauquelin file A6
1916	15228	gauquelin-a6-1466-1903-10-11--name	name	Missing name in Gauquelin file A6
1917	15229	gauquelin-a6-1467-1886-09-05--name	name	Missing name in Gauquelin file A6
1918	15230	gauquelin-a6-1468-1868-11-17--name	name	Missing name in Gauquelin file A6
1919	15231	gauquelin-a6-1469-1895-10-09--name	name	Missing name in Gauquelin file A6
1920	15232	gauquelin-a6-1470-1885-09-27--name	name	Missing name in Gauquelin file A6
1921	15233	gauquelin-a6-1471-1877-09-26--name	name	Missing name in Gauquelin file A6
1922	15234	gauquelin-a6-1472-1854-08-23--name	name	Missing name in Gauquelin file A6
1923	15235	gauquelin-a6-1473-1881-08-27--name	name	Missing name in Gauquelin file A6
1924	15236	gauquelin-a6-1474-1904-03-05--name	name	Missing name in Gauquelin file A6
1925	15237	gauquelin-a6-1475-1913-10-23--name	name	Missing name in Gauquelin file A6
1926	15238	gauquelin-a6-1476-1920-04-11--name	name	Missing name in Gauquelin file A6
1927	15239	gauquelin-a6-1477-1866-07-13--name	name	Missing name in Gauquelin file A6
1928	15240	gauquelin-a6-1478-1900-04-21--name	name	Missing name in Gauquelin file A6
1929	15241	gauquelin-a6-1479-1899-11-02--name	name	Missing name in Gauquelin file A6
1930	15242	gauquelin-a6-1480-1882-11-17--name	name	Missing name in Gauquelin file A6
1931	15243	gauquelin-a6-1481-1914-07-30--name	name	Missing name in Gauquelin file A6
1932	15244	gauquelin-a6-1482-1914-02-04--name	name	Missing name in Gauquelin file A6
1933	15245	gauquelin-a6-1483-1882-06-19--name	name	Missing name in Gauquelin file A6
1934	15246	gauquelin-a6-1484-1909-08-02--name	name	Missing name in Gauquelin file A6
1935	15247	gauquelin-a6-1485-1914-02-22--name	name	Missing name in Gauquelin file A6
1936	15248	gauquelin-a6-1486-1857-04-25--name	name	Missing name in Gauquelin file A6
1937	15249	gauquelin-a6-1487-1902-05-16--name	name	Missing name in Gauquelin file A6
1938	15250	gauquelin-a6-1488-1885-03-19--name	name	Missing name in Gauquelin file A6
1939	15252	gauquelin-a6-1490-1908-05-12--name	name	Missing name in Gauquelin file A6
1940	15253	gauquelin-a6-1491-1915-11-26--name	name	Missing name in Gauquelin file A6
1941	15254	gauquelin-a6-1492-1881-07-10--name	name	Missing name in Gauquelin file A6
1942	15255	gauquelin-a6-1493-1893-09-14--name	name	Missing name in Gauquelin file A6
1943	15256	gauquelin-a6-1494-1890-04-09--name	name	Missing name in Gauquelin file A6
1944	15257	gauquelin-a6-1495-1909-09-02--name	name	Missing name in Gauquelin file A6
1945	15258	gauquelin-a6-1496-1876-05-23--name	name	Missing name in Gauquelin file A6
1946	15259	gauquelin-a6-1497-1902-09-02--name	name	Missing name in Gauquelin file A6
1947	15260	gauquelin-a6-1498-1898-11-24--name	name	Missing name in Gauquelin file A6
1948	15261	gauquelin-a6-1499-1868-01-15--name	name	Missing name in Gauquelin file A6
1949	15262	gauquelin-a6-1500-1891-03-09--name	name	Missing name in Gauquelin file A6
1950	15263	gauquelin-a6-1501-1916-08-21--name	name	Missing name in Gauquelin file A6
1951	15264	gauquelin-a6-1502-1892-01-02--name	name	Missing name in Gauquelin file A6
1952	15265	gauquelin-a6-1503-1866-06-10--name	name	Missing name in Gauquelin file A6
1953	15266	gauquelin-a6-1504-1893-09-12--name	name	Missing name in Gauquelin file A6
1954	15267	gauquelin-a6-1505-1893-10-31--name	name	Missing name in Gauquelin file A6
1955	15268	gauquelin-a6-1506-1866-06-04--name	name	Missing name in Gauquelin file A6
1956	15269	gauquelin-a6-1507-1877-05-10--name	name	Missing name in Gauquelin file A6
1957	15270	gauquelin-a6-1508-1891-04-13--name	name	Missing name in Gauquelin file A6
1958	15271	gauquelin-a6-1509-1903-01-05--name	name	Missing name in Gauquelin file A6
1959	15272	gauquelin-a6-1510-1882-07-03--name	name	Missing name in Gauquelin file A6
1960	15273	gauquelin-a6-1511-1875-03-25--name	name	Missing name in Gauquelin file A6
1961	15274	gauquelin-a6-1512-1889-05-01--name	name	Missing name in Gauquelin file A6
1962	15275	gauquelin-a6-1513-1890-11-24--name	name	Missing name in Gauquelin file A6
1963	15276	gauquelin-a6-1514-1897-09-15--name	name	Missing name in Gauquelin file A6
1964	15277	gauquelin-a6-1515-1914-07-07--name	name	Missing name in Gauquelin file A6
1965	15278	gauquelin-a6-1516-1892-05-19--name	name	Missing name in Gauquelin file A6
1966	15279	gauquelin-a6-1517-1885-11-23--name	name	Missing name in Gauquelin file A6
1967	15280	gauquelin-a6-1518-1896-06-16--name	name	Missing name in Gauquelin file A6
1968	15281	gauquelin-a6-1519-1901-02-10--name	name	Missing name in Gauquelin file A6
1969	15282	gauquelin-a6-1520-1873-09-26--name	name	Missing name in Gauquelin file A6
1970	15283	gauquelin-a6-1521-1891-04-18--name	name	Missing name in Gauquelin file A6
1971	15284	gauquelin-a6-1522-1898-01-25--name	name	Missing name in Gauquelin file A6
1972	15285	gauquelin-a6-1523-1889-01-13--name	name	Missing name in Gauquelin file A6
1973	15286	gauquelin-a6-1524-1904-09-24--name	name	Missing name in Gauquelin file A6
1974	15287	gauquelin-a6-1525-1866-01-15--name	name	Missing name in Gauquelin file A6
1975	15288	gauquelin-a6-1526-1921-03-13--name	name	Missing name in Gauquelin file A6
1976	15289	gauquelin-a6-1527-1885-07-06--name	name	Missing name in Gauquelin file A6
1977	15290	gauquelin-a6-1528-1902-02-22--name	name	Missing name in Gauquelin file A6
1978	15291	gauquelin-a6-1529-1876-08-26--name	name	Missing name in Gauquelin file A6
1979	15292	gauquelin-a6-1530-1885-04-26--name	name	Missing name in Gauquelin file A6
1980	15293	gauquelin-a6-1531-1878-09-27--name	name	Missing name in Gauquelin file A6
1981	15294	gauquelin-a6-1532-1891-10-08--name	name	Missing name in Gauquelin file A6
1982	15295	gauquelin-a6-1533-1883-05-07--name	name	Missing name in Gauquelin file A6
1983	15296	gauquelin-a6-1534-1892-02-08--name	name	Missing name in Gauquelin file A6
1984	15297	gauquelin-a6-1535-1895-05-02--name	name	Missing name in Gauquelin file A6
1985	15298	gauquelin-a6-1536-1886-09-24--name	name	Missing name in Gauquelin file A6
1986	15299	gauquelin-a6-1537-1882-02-08--name	name	Missing name in Gauquelin file A6
1987	15300	gauquelin-a6-1538-1889-01-25--name	name	Missing name in Gauquelin file A6
1988	15301	gauquelin-a6-1539-1899-02-21--name	name	Missing name in Gauquelin file A6
1989	15302	gauquelin-a6-1540-1890-07-15--name	name	Missing name in Gauquelin file A6
1990	15303	gauquelin-a6-1541-1875-03-16--name	name	Missing name in Gauquelin file A6
1991	15304	gauquelin-a6-1542-1908-02-26--name	name	Missing name in Gauquelin file A6
1992	15305	gauquelin-a6-1543-1876-05-14--name	name	Missing name in Gauquelin file A6
1993	15306	gauquelin-a6-1544-1881-11-14--name	name	Missing name in Gauquelin file A6
1994	15307	gauquelin-a6-1545-1878-07-21--name	name	Missing name in Gauquelin file A6
1995	15308	gauquelin-a6-1546-1901-04-03--name	name	Missing name in Gauquelin file A6
1996	15309	gauquelin-a6-1547-1880-10-15--name	name	Missing name in Gauquelin file A6
1997	15310	gauquelin-a6-1548-1916-08-31--name	name	Missing name in Gauquelin file A6
1998	15311	gauquelin-a6-1549-1881-04-28--name	name	Missing name in Gauquelin file A6
1999	15312	gauquelin-a6-1550-1884-11-14--name	name	Missing name in Gauquelin file A6
2000	15313	gauquelin-a6-1551-1881-08-16--name	name	Missing name in Gauquelin file A6
2001	15314	gauquelin-a6-1552-1893-12-26--name	name	Missing name in Gauquelin file A6
2002	15315	gauquelin-a6-1553-1881-04-09--name	name	Missing name in Gauquelin file A6
2003	15316	gauquelin-a6-1554-1898-03-07--name	name	Missing name in Gauquelin file A6
2004	15317	gauquelin-a6-1555-1894-01-02--name	name	Missing name in Gauquelin file A6
2005	15318	gauquelin-a6-1556-1892-05-30--name	name	Missing name in Gauquelin file A6
2006	15319	gauquelin-a6-1557-1909-02-25--name	name	Missing name in Gauquelin file A6
2007	15320	gauquelin-a6-1558-1883-03-24--name	name	Missing name in Gauquelin file A6
2008	15321	gauquelin-a6-1559-1897-12-13--name	name	Missing name in Gauquelin file A6
2009	15322	gauquelin-a6-1560-1889-10-26--name	name	Missing name in Gauquelin file A6
2010	15323	gauquelin-a6-1561-1889-10-23--name	name	Missing name in Gauquelin file A6
2011	15324	gauquelin-a6-1562-1894-09-24--name	name	Missing name in Gauquelin file A6
2012	15325	gauquelin-a6-1563-1899-09-28--name	name	Missing name in Gauquelin file A6
2013	15326	gauquelin-a6-1564-1891-03-07--name	name	Missing name in Gauquelin file A6
2014	15327	gauquelin-a6-1565-1905-09-18--name	name	Missing name in Gauquelin file A6
2015	15328	gauquelin-a6-1566-1891-05-22--name	name	Missing name in Gauquelin file A6
2016	15329	gauquelin-a6-1567-1885-01-08--name	name	Missing name in Gauquelin file A6
2017	15331	gauquelin-a6-1569-1895-12-09--name	name	Missing name in Gauquelin file A6
2018	15332	gauquelin-a6-1570-1887-02-27--name	name	Missing name in Gauquelin file A6
2019	15333	gauquelin-a6-1571-1870-06-23--name	name	Missing name in Gauquelin file A6
2020	15334	gauquelin-a6-1572-1884-10-09--name	name	Missing name in Gauquelin file A6
2021	15335	gauquelin-a6-1573-1907-03-28--name	name	Missing name in Gauquelin file A6
2022	15336	gauquelin-a6-1574-1893-08-19--name	name	Missing name in Gauquelin file A6
2023	15337	gauquelin-a6-1575-1908-10-02--name	name	Missing name in Gauquelin file A6
2024	15338	gauquelin-a6-1576-1878-03-05--name	name	Missing name in Gauquelin file A6
2025	15339	gauquelin-a6-1577-1898-06-04--name	name	Missing name in Gauquelin file A6
2026	15341	gauquelin-a6-1579-1882-02-12--name	name	Missing name in Gauquelin file A6
2027	15342	gauquelin-a6-1580-1869-06-06--name	name	Missing name in Gauquelin file A6
2028	15343	gauquelin-a6-1581-1888-03-12--name	name	Missing name in Gauquelin file A6
2029	15344	gauquelin-a6-1582-1902-03-10--name	name	Missing name in Gauquelin file A6
2030	15345	gauquelin-a6-1583-1886-07-11--name	name	Missing name in Gauquelin file A6
2031	15346	gauquelin-a6-1584-1915-03-30--name	name	Missing name in Gauquelin file A6
2032	15347	gauquelin-a6-1585-1878-09-21--name	name	Missing name in Gauquelin file A6
2033	15348	gauquelin-a6-1586-1894-10-20--name	name	Missing name in Gauquelin file A6
2034	15349	gauquelin-a6-1587-1891-12-16--name	name	Missing name in Gauquelin file A6
2035	15350	gauquelin-a6-1588-1882-09-08--name	name	Missing name in Gauquelin file A6
2036	15351	gauquelin-a6-1589-1871-08-22--name	name	Missing name in Gauquelin file A6
2037	15352	gauquelin-a6-1590-1916-01-13--name	name	Missing name in Gauquelin file A6
2038	15353	gauquelin-a6-1591-1886-08-24--name	name	Missing name in Gauquelin file A6
2039	15354	gauquelin-a6-1592-1886-10-31--name	name	Missing name in Gauquelin file A6
2040	15355	gauquelin-a6-1593-1901-07-09--name	name	Missing name in Gauquelin file A6
2041	15356	gauquelin-a6-1594-1900-10-29--name	name	Missing name in Gauquelin file A6
2042	15357	gauquelin-a6-1595-1879-03-15--name	name	Missing name in Gauquelin file A6
2043	15358	gauquelin-a6-1596-1876-09-13--name	name	Missing name in Gauquelin file A6
2044	15359	gauquelin-a6-1597-1884-08-24--name	name	Missing name in Gauquelin file A6
2045	15360	gauquelin-a6-1598-1920-05-23--name	name	Missing name in Gauquelin file A6
2046	15361	gauquelin-a6-1599-1881-08-07--name	name	Missing name in Gauquelin file A6
2047	15362	gauquelin-a6-1600-1867-08-17--name	name	Missing name in Gauquelin file A6
2048	15363	gauquelin-a6-1601-1896-01-01--name	name	Missing name in Gauquelin file A6
2049	15364	gauquelin-a6-1602-1891-03-31--name	name	Missing name in Gauquelin file A6
2050	15365	gauquelin-a6-1603-1896-04-23--name	name	Missing name in Gauquelin file A6
2051	15366	gauquelin-a6-1604-1878-10-30--name	name	Missing name in Gauquelin file A6
2052	15367	gauquelin-a6-1605-1905-08-30--name	name	Missing name in Gauquelin file A6
2053	15368	gauquelin-a6-1606-1900-03-15--name	name	Missing name in Gauquelin file A6
2054	15369	gauquelin-a6-1607-1881-08-31--name	name	Missing name in Gauquelin file A6
2055	15370	gauquelin-a6-1608-1884-06-09--name	name	Missing name in Gauquelin file A6
2056	15371	gauquelin-a6-1609-1903-12-16--name	name	Missing name in Gauquelin file A6
2057	15372	gauquelin-a6-1610-1896-03-28--name	name	Missing name in Gauquelin file A6
2058	15373	gauquelin-a6-1611-1898-11-24--name	name	Missing name in Gauquelin file A6
2059	13966	gauquelin-a6-161-1909-09-28--name	name	Missing name in Gauquelin file A6
2060	15374	gauquelin-a6-1612-1894-02-05--name	name	Missing name in Gauquelin file A6
2061	15375	gauquelin-a6-1613-1872-10-23--name	name	Missing name in Gauquelin file A6
2062	15376	gauquelin-a6-1614-1874-04-25--name	name	Missing name in Gauquelin file A6
2063	15377	gauquelin-a6-1615-1874-03-06--name	name	Missing name in Gauquelin file A6
2064	15378	gauquelin-a6-1616-1902-09-14--name	name	Missing name in Gauquelin file A6
2065	15379	gauquelin-a6-1617-1888-07-24--name	name	Missing name in Gauquelin file A6
2066	15380	gauquelin-a6-1618-1870-05-07--name	name	Missing name in Gauquelin file A6
2067	15381	gauquelin-a6-1619-1879-01-19--name	name	Missing name in Gauquelin file A6
2068	15382	gauquelin-a6-1620-1886-03-06--name	name	Missing name in Gauquelin file A6
2069	15383	gauquelin-a6-1621-1872-07-15--name	name	Missing name in Gauquelin file A6
2070	15384	gauquelin-a6-1622-1900-01-13--name	name	Missing name in Gauquelin file A6
2071	15385	gauquelin-a6-1623-1894-11-07--name	name	Missing name in Gauquelin file A6
2072	15386	gauquelin-a6-1624-1899-06-26--name	name	Missing name in Gauquelin file A6
2073	15387	gauquelin-a6-1625-1887-08-20--name	name	Missing name in Gauquelin file A6
2074	15388	gauquelin-a6-1626-1879-10-18--name	name	Missing name in Gauquelin file A6
2075	15389	gauquelin-a6-1627-1880-09-13--name	name	Missing name in Gauquelin file A6
2076	15390	gauquelin-a6-1628-1901-12-10--name	name	Missing name in Gauquelin file A6
2077	15391	gauquelin-a6-1629-1902-10-15--name	name	Missing name in Gauquelin file A6
2078	15392	gauquelin-a6-1630-1901-02-18--name	name	Missing name in Gauquelin file A6
2079	15393	gauquelin-a6-1631-1887-11-23--name	name	Missing name in Gauquelin file A6
2080	15394	gauquelin-a6-1632-1889-03-14--name	name	Missing name in Gauquelin file A6
2081	15395	gauquelin-a6-1633-1888-12-05--name	name	Missing name in Gauquelin file A6
2082	15396	gauquelin-a6-1634-1885-03-16--name	name	Missing name in Gauquelin file A6
2083	15397	gauquelin-a6-1635-1881-11-02--name	name	Missing name in Gauquelin file A6
2084	15398	gauquelin-a6-1636-1869-10-30--name	name	Missing name in Gauquelin file A6
2085	15399	gauquelin-a6-1637-1889-01-19--name	name	Missing name in Gauquelin file A6
2086	15400	gauquelin-a6-1638-1874-10-15--name	name	Missing name in Gauquelin file A6
2087	15401	gauquelin-a6-1639-1918-05-19--name	name	Missing name in Gauquelin file A6
2088	15402	gauquelin-a6-1640-1921-02-17--name	name	Missing name in Gauquelin file A6
2089	15403	gauquelin-a6-1641-1894-12-13--name	name	Missing name in Gauquelin file A6
2090	15404	gauquelin-a6-1642-1895-04-22--name	name	Missing name in Gauquelin file A6
2091	15405	gauquelin-a6-1643-1899-08-03--name	name	Missing name in Gauquelin file A6
2092	15406	gauquelin-a6-1644-1884-02-01--name	name	Missing name in Gauquelin file A6
2093	15407	gauquelin-a6-1645-1874-06-19--name	name	Missing name in Gauquelin file A6
2094	15408	gauquelin-a6-1646-1901-10-12--name	name	Missing name in Gauquelin file A6
2095	15409	gauquelin-a6-1647-1870-04-24--name	name	Missing name in Gauquelin file A6
2096	15410	gauquelin-a6-1648-1902-11-25--name	name	Missing name in Gauquelin file A6
2097	15411	gauquelin-a6-1649-1884-02-20--name	name	Missing name in Gauquelin file A6
2098	15412	gauquelin-a6-1650-1874-10-19--name	name	Missing name in Gauquelin file A6
2099	15413	gauquelin-a6-1651-1879-08-24--name	name	Missing name in Gauquelin file A6
2100	13970	gauquelin-a6-165-1920-02-15--name	name	Missing name in Gauquelin file A6
2101	15414	gauquelin-a6-1652-1919-12-14--name	name	Missing name in Gauquelin file A6
2102	15415	gauquelin-a6-1653-1867-03-27--name	name	Missing name in Gauquelin file A6
2103	15416	gauquelin-a6-1654-1901-12-02--name	name	Missing name in Gauquelin file A6
2104	15417	gauquelin-a6-1655-1886-11-25--name	name	Missing name in Gauquelin file A6
2105	15418	gauquelin-a6-1656-1878-06-12--name	name	Missing name in Gauquelin file A6
2106	15419	gauquelin-a6-1657-1879-03-31--name	name	Missing name in Gauquelin file A6
2107	15420	gauquelin-a6-1658-1882-12-10--name	name	Missing name in Gauquelin file A6
2108	15421	gauquelin-a6-1659-1882-12-17--name	name	Missing name in Gauquelin file A6
2109	15422	gauquelin-a6-1660-1891-07-15--name	name	Missing name in Gauquelin file A6
2110	15423	gauquelin-a6-1661-1882-07-16--name	name	Missing name in Gauquelin file A6
2111	15424	gauquelin-a6-1662-1868-11-08--name	name	Missing name in Gauquelin file A6
2112	15425	gauquelin-a6-1663-1881-12-19--name	name	Missing name in Gauquelin file A6
2113	15426	gauquelin-a6-1664-1893-01-03--name	name	Missing name in Gauquelin file A6
2114	15427	gauquelin-a6-1665-1860-07-11--name	name	Missing name in Gauquelin file A6
2115	15428	gauquelin-a6-1666-1879-06-03--name	name	Missing name in Gauquelin file A6
2116	15429	gauquelin-a6-1667-1881-09-25--name	name	Missing name in Gauquelin file A6
2117	15430	gauquelin-a6-1668-1892-05-28--name	name	Missing name in Gauquelin file A6
2118	15431	gauquelin-a6-1669-1892-08-09--name	name	Missing name in Gauquelin file A6
2119	15432	gauquelin-a6-1670-1894-10-09--name	name	Missing name in Gauquelin file A6
2120	15433	gauquelin-a6-1671-1867-10-28--name	name	Missing name in Gauquelin file A6
2121	15434	gauquelin-a6-1672-1884-09-15--name	name	Missing name in Gauquelin file A6
2122	15435	gauquelin-a6-1673-1870-08-27--name	name	Missing name in Gauquelin file A6
2123	15436	gauquelin-a6-1674-1885-01-11--name	name	Missing name in Gauquelin file A6
2124	15437	gauquelin-a6-1675-1888-05-19--name	name	Missing name in Gauquelin file A6
2125	15438	gauquelin-a6-1676-1905-06-17--name	name	Missing name in Gauquelin file A6
2126	15439	gauquelin-a6-1677-1911-12-26--name	name	Missing name in Gauquelin file A6
2127	15440	gauquelin-a6-1678-1891-02-08--name	name	Missing name in Gauquelin file A6
2128	15441	gauquelin-a6-1679-1890-05-24--name	name	Missing name in Gauquelin file A6
2129	15442	gauquelin-a6-1680-1886-09-14--name	name	Missing name in Gauquelin file A6
2130	15443	gauquelin-a6-1681-1877-04-13--name	name	Missing name in Gauquelin file A6
2131	15444	gauquelin-a6-1682-1898-09-14--name	name	Missing name in Gauquelin file A6
2132	15445	gauquelin-a6-1683-1899-09-19--name	name	Missing name in Gauquelin file A6
2133	15446	gauquelin-a6-1684-1878-07-26--name	name	Missing name in Gauquelin file A6
2134	15447	gauquelin-a6-1685-1874-11-11--name	name	Missing name in Gauquelin file A6
2135	15448	gauquelin-a6-1686-1879-01-31--name	name	Missing name in Gauquelin file A6
2136	15449	gauquelin-a6-1687-1888-07-08--name	name	Missing name in Gauquelin file A6
2137	15450	gauquelin-a6-1688-1881-05-08--name	name	Missing name in Gauquelin file A6
2138	15451	gauquelin-a6-1689-1900-09-10--name	name	Missing name in Gauquelin file A6
2139	15452	gauquelin-a6-1690-1899-01-01--name	name	Missing name in Gauquelin file A6
2140	15453	gauquelin-a6-1691-1911-06-24--name	name	Missing name in Gauquelin file A6
2141	15454	gauquelin-a6-1692-1896-08-12--name	name	Missing name in Gauquelin file A6
2142	15455	gauquelin-a6-1693-1886-07-24--name	name	Missing name in Gauquelin file A6
2143	15456	gauquelin-a6-1694-1900-05-31--name	name	Missing name in Gauquelin file A6
2144	15457	gauquelin-a6-1695-1888-10-24--name	name	Missing name in Gauquelin file A6
2145	15458	gauquelin-a6-1696-1892-11-04--name	name	Missing name in Gauquelin file A6
2146	15459	gauquelin-a6-1697-1902-08-16--name	name	Missing name in Gauquelin file A6
2147	15460	gauquelin-a6-1698-1884-02-05--name	name	Missing name in Gauquelin file A6
2148	15461	gauquelin-a6-1699-1869-12-24--name	name	Missing name in Gauquelin file A6
2149	15462	gauquelin-a6-1700-1867-01-13--name	name	Missing name in Gauquelin file A6
2150	15463	gauquelin-a6-1701-1865-07-12--name	name	Missing name in Gauquelin file A6
2151	15464	gauquelin-a6-1702-1898-02-06--name	name	Missing name in Gauquelin file A6
2152	15465	gauquelin-a6-1703-1896-09-25--name	name	Missing name in Gauquelin file A6
2153	15466	gauquelin-a6-1704-1905-01-15--name	name	Missing name in Gauquelin file A6
2154	15467	gauquelin-a6-1705-1890-02-03--name	name	Missing name in Gauquelin file A6
2155	15468	gauquelin-a6-1706-1886-04-30--name	name	Missing name in Gauquelin file A6
2156	15469	gauquelin-a6-1707-1886-01-03--name	name	Missing name in Gauquelin file A6
2157	15470	gauquelin-a6-1708-1898-01-09--name	name	Missing name in Gauquelin file A6
2158	15471	gauquelin-a6-1709-1882-07-08--name	name	Missing name in Gauquelin file A6
2159	15472	gauquelin-a6-1710-1918-11-25--name	name	Missing name in Gauquelin file A6
2160	15473	gauquelin-a6-1711-1884-09-06--name	name	Missing name in Gauquelin file A6
2161	15474	gauquelin-a6-1712-1899-02-01--name	name	Missing name in Gauquelin file A6
2162	15475	gauquelin-a6-1713-1916-09-23--name	name	Missing name in Gauquelin file A6
2163	15476	gauquelin-a6-1714-1921-03-31--name	name	Missing name in Gauquelin file A6
2164	15477	gauquelin-a6-1715-1883-08-31--name	name	Missing name in Gauquelin file A6
2165	15478	gauquelin-a6-1716-1886-11-17--name	name	Missing name in Gauquelin file A6
2166	15479	gauquelin-a6-1717-1926-07-07--name	name	Missing name in Gauquelin file A6
2167	15480	gauquelin-a6-1718-1881-10-28--name	name	Missing name in Gauquelin file A6
2168	15481	gauquelin-a6-1719-1890-07-11--name	name	Missing name in Gauquelin file A6
2169	15482	gauquelin-a6-1720-1894-03-01--name	name	Missing name in Gauquelin file A6
2170	15483	gauquelin-a6-1721-1897-01-01--name	name	Missing name in Gauquelin file A6
2171	15484	gauquelin-a6-1722-1892-04-04--name	name	Missing name in Gauquelin file A6
2172	15485	gauquelin-a6-1723-1888-02-28--name	name	Missing name in Gauquelin file A6
2173	15486	gauquelin-a6-1724-1893-12-01--name	name	Missing name in Gauquelin file A6
2174	15487	gauquelin-a6-1725-1906-06-09--name	name	Missing name in Gauquelin file A6
2175	15488	gauquelin-a6-1726-1905-10-21--name	name	Missing name in Gauquelin file A6
2176	15489	gauquelin-a6-1727-1894-12-09--name	name	Missing name in Gauquelin file A6
2177	15490	gauquelin-a6-1728-1881-01-03--name	name	Missing name in Gauquelin file A6
2178	15491	gauquelin-a6-1729-1889-06-18--name	name	Missing name in Gauquelin file A6
2179	15492	gauquelin-a6-1730-1892-12-12--name	name	Missing name in Gauquelin file A6
2180	15493	gauquelin-a6-1731-1867-06-02--name	name	Missing name in Gauquelin file A6
2181	15494	gauquelin-a6-1732-1890-09-12--name	name	Missing name in Gauquelin file A6
2182	15495	gauquelin-a6-1733-1895-08-07--name	name	Missing name in Gauquelin file A6
2183	15496	gauquelin-a6-1734-1875-07-08--name	name	Missing name in Gauquelin file A6
2184	15497	gauquelin-a6-1735-1880-12-03--name	name	Missing name in Gauquelin file A6
2185	15498	gauquelin-a6-1736-1866-10-28--name	name	Missing name in Gauquelin file A6
2186	15499	gauquelin-a6-1737-1890-08-24--name	name	Missing name in Gauquelin file A6
2187	15500	gauquelin-a6-1738-1908-11-03--name	name	Missing name in Gauquelin file A6
2188	15501	gauquelin-a6-1739-1913-07-24--name	name	Missing name in Gauquelin file A6
2189	15502	gauquelin-a6-1740-1885-03-13--name	name	Missing name in Gauquelin file A6
2190	15503	gauquelin-a6-1741-1894-01-24--name	name	Missing name in Gauquelin file A6
2191	15504	gauquelin-a6-1742-1884-03-03--name	name	Missing name in Gauquelin file A6
2192	15505	gauquelin-a6-1743-1915-06-16--name	name	Missing name in Gauquelin file A6
2193	15506	gauquelin-a6-1744-1879-10-03--name	name	Missing name in Gauquelin file A6
2194	15507	gauquelin-a6-1745-1867-07-19--name	name	Missing name in Gauquelin file A6
2195	15508	gauquelin-a6-1746-1901-07-05--name	name	Missing name in Gauquelin file A6
2196	15509	gauquelin-a6-1747-1902-03-19--name	name	Missing name in Gauquelin file A6
2197	15510	gauquelin-a6-1748-1891-03-05--name	name	Missing name in Gauquelin file A6
2198	15511	gauquelin-a6-1749-1903-02-08--name	name	Missing name in Gauquelin file A6
2199	15512	gauquelin-a6-1750-1902-07-11--name	name	Missing name in Gauquelin file A6
2200	15513	gauquelin-a6-1751-1890-10-06--name	name	Missing name in Gauquelin file A6
2201	15514	gauquelin-a6-1752-1870-06-03--name	name	Missing name in Gauquelin file A6
2202	15515	gauquelin-a6-1753-1891-01-13--name	name	Missing name in Gauquelin file A6
2203	15516	gauquelin-a6-1754-1886-02-17--name	name	Missing name in Gauquelin file A6
2204	15517	gauquelin-a6-1755-1894-03-24--name	name	Missing name in Gauquelin file A6
2205	15518	gauquelin-a6-1756-1880-12-10--name	name	Missing name in Gauquelin file A6
2206	15519	gauquelin-a6-1757-1875-06-03--name	name	Missing name in Gauquelin file A6
2207	15520	gauquelin-a6-1758-1894-06-15--name	name	Missing name in Gauquelin file A6
2208	15521	gauquelin-a6-1759-1895-10-30--name	name	Missing name in Gauquelin file A6
2209	15522	gauquelin-a6-1760-1910-07-25--name	name	Missing name in Gauquelin file A6
2210	15523	gauquelin-a6-1761-1913-07-13--name	name	Missing name in Gauquelin file A6
2211	15524	gauquelin-a6-1762-1890-06-29--name	name	Missing name in Gauquelin file A6
2212	15525	gauquelin-a6-1763-1862-01-07--name	name	Missing name in Gauquelin file A6
2213	15526	gauquelin-a6-1764-1906-09-22--name	name	Missing name in Gauquelin file A6
2214	15527	gauquelin-a6-1765-1873-08-07--name	name	Missing name in Gauquelin file A6
2215	15528	gauquelin-a6-1766-1899-12-16--name	name	Missing name in Gauquelin file A6
2216	15529	gauquelin-a6-1767-1886-11-22--name	name	Missing name in Gauquelin file A6
2217	15530	gauquelin-a6-1768-1919-09-11--name	name	Missing name in Gauquelin file A6
2218	15531	gauquelin-a6-1769-1902-08-05--name	name	Missing name in Gauquelin file A6
2219	15532	gauquelin-a6-1770-1905-01-15--name	name	Missing name in Gauquelin file A6
2220	15533	gauquelin-a6-1771-1878-10-15--name	name	Missing name in Gauquelin file A6
2221	15534	gauquelin-a6-1772-1892-02-24--name	name	Missing name in Gauquelin file A6
2222	15535	gauquelin-a6-1773-1910-04-19--name	name	Missing name in Gauquelin file A6
2223	15536	gauquelin-a6-1774-1876-08-26--name	name	Missing name in Gauquelin file A6
2224	15537	gauquelin-a6-1775-1899-10-09--name	name	Missing name in Gauquelin file A6
2225	15538	gauquelin-a6-1776-1890-05-03--name	name	Missing name in Gauquelin file A6
2226	15539	gauquelin-a6-1777-1895-01-11--name	name	Missing name in Gauquelin file A6
2227	15540	gauquelin-a6-1778-1868-11-09--name	name	Missing name in Gauquelin file A6
2228	15541	gauquelin-a6-1779-1887-06-21--name	name	Missing name in Gauquelin file A6
2229	15542	gauquelin-a6-1780-1887-01-08--name	name	Missing name in Gauquelin file A6
2230	15543	gauquelin-a6-1781-1900-11-07--name	name	Missing name in Gauquelin file A6
2231	15544	gauquelin-a6-1782-1903-12-05--name	name	Missing name in Gauquelin file A6
2232	15545	gauquelin-a6-1783-1894-01-14--name	name	Missing name in Gauquelin file A6
2233	15546	gauquelin-a6-1784-1879-07-17--name	name	Missing name in Gauquelin file A6
2234	15547	gauquelin-a6-1785-1874-07-03--name	name	Missing name in Gauquelin file A6
2235	15548	gauquelin-a6-1786-1872-01-14--name	name	Missing name in Gauquelin file A6
2236	15549	gauquelin-a6-1787-1894-05-24--name	name	Missing name in Gauquelin file A6
2237	15550	gauquelin-a6-1788-1875-01-02--name	name	Missing name in Gauquelin file A6
2238	15551	gauquelin-a6-1789-1922-06-26--name	name	Missing name in Gauquelin file A6
2239	15552	gauquelin-a6-1790-1889-05-27--name	name	Missing name in Gauquelin file A6
2240	15553	gauquelin-a6-1791-1902-02-14--name	name	Missing name in Gauquelin file A6
2241	15554	gauquelin-a6-1792-1875-12-03--name	name	Missing name in Gauquelin file A6
2242	15555	gauquelin-a6-1793-1854-01-11--name	name	Missing name in Gauquelin file A6
2243	15556	gauquelin-a6-1794-1900-09-12--name	name	Missing name in Gauquelin file A6
2244	15557	gauquelin-a6-1795-1906-04-27--name	name	Missing name in Gauquelin file A6
2245	15558	gauquelin-a6-1796-1882-01-26--name	name	Missing name in Gauquelin file A6
2246	15559	gauquelin-a6-1797-1885-04-29--name	name	Missing name in Gauquelin file A6
2247	15560	gauquelin-a6-1798-1887-08-12--name	name	Missing name in Gauquelin file A6
2248	15561	gauquelin-a6-1799-1907-02-01--name	name	Missing name in Gauquelin file A6
2249	15562	gauquelin-a6-1800-1914-07-29--name	name	Missing name in Gauquelin file A6
2250	15563	gauquelin-a6-1801-1888-04-12--name	name	Missing name in Gauquelin file A6
2251	15564	gauquelin-a6-1802-1877-08-23--name	name	Missing name in Gauquelin file A6
2252	15565	gauquelin-a6-1803-1896-08-04--name	name	Missing name in Gauquelin file A6
2253	15566	gauquelin-a6-1804-1873-11-01--name	name	Missing name in Gauquelin file A6
2254	15567	gauquelin-a6-1805-1901-10-27--name	name	Missing name in Gauquelin file A6
2255	15568	gauquelin-a6-1806-1903-05-28--name	name	Missing name in Gauquelin file A6
2256	15569	gauquelin-a6-1807-1914-03-06--name	name	Missing name in Gauquelin file A6
2257	15570	gauquelin-a6-1808-1892-01-10--name	name	Missing name in Gauquelin file A6
2258	15571	gauquelin-a6-1809-1895-01-12--name	name	Missing name in Gauquelin file A6
2259	15572	gauquelin-a6-1810-1894-04-21--name	name	Missing name in Gauquelin file A6
2260	15573	gauquelin-a6-1811-1907-04-10--name	name	Missing name in Gauquelin file A6
2261	15574	gauquelin-a6-1812-1881-09-27--name	name	Missing name in Gauquelin file A6
2262	15575	gauquelin-a6-1813-1900-04-14--name	name	Missing name in Gauquelin file A6
2263	15576	gauquelin-a6-1814-1883-03-09--name	name	Missing name in Gauquelin file A6
2264	15577	gauquelin-a6-1815-1900-10-10--name	name	Missing name in Gauquelin file A6
2265	15578	gauquelin-a6-1816-1882-01-29--name	name	Missing name in Gauquelin file A6
2266	15579	gauquelin-a6-1817-1902-09-20--name	name	Missing name in Gauquelin file A6
2267	15580	gauquelin-a6-1818-1892-01-03--name	name	Missing name in Gauquelin file A6
2268	15581	gauquelin-a6-1819-1887-12-19--name	name	Missing name in Gauquelin file A6
2269	15582	gauquelin-a6-1820-1887-07-27--name	name	Missing name in Gauquelin file A6
2270	15583	gauquelin-a6-1821-1870-11-12--name	name	Missing name in Gauquelin file A6
2271	15584	gauquelin-a6-1822-1849-07-06--name	name	Missing name in Gauquelin file A6
2272	15585	gauquelin-a6-1823-1879-02-23--name	name	Missing name in Gauquelin file A6
2273	15586	gauquelin-a6-1824-1873-05-12--name	name	Missing name in Gauquelin file A6
2274	15587	gauquelin-a6-1825-1882-04-08--name	name	Missing name in Gauquelin file A6
2275	15588	gauquelin-a6-1826-1869-10-10--name	name	Missing name in Gauquelin file A6
2276	15589	gauquelin-a6-1827-1898-03-18--name	name	Missing name in Gauquelin file A6
2277	15590	gauquelin-a6-1828-1880-05-23--name	name	Missing name in Gauquelin file A6
2278	15591	gauquelin-a6-1829-1868-10-15--name	name	Missing name in Gauquelin file A6
2279	15592	gauquelin-a6-1830-1878-11-26--name	name	Missing name in Gauquelin file A6
2280	15593	gauquelin-a6-1831-1870-10-28--name	name	Missing name in Gauquelin file A6
2281	15594	gauquelin-a6-1832-1875-02-05--name	name	Missing name in Gauquelin file A6
2282	15595	gauquelin-a6-1833-1866-08-24--name	name	Missing name in Gauquelin file A6
2283	15596	gauquelin-a6-1834-1856-07-26--name	name	Missing name in Gauquelin file A6
2284	15597	gauquelin-a6-1835-1893-10-10--name	name	Missing name in Gauquelin file A6
2285	15598	gauquelin-a6-1836-1853-02-25--name	name	Missing name in Gauquelin file A6
2286	15599	gauquelin-a6-1837-1875-12-28--name	name	Missing name in Gauquelin file A6
2287	15600	gauquelin-a6-1838-1893-06-26--name	name	Missing name in Gauquelin file A6
2288	15601	gauquelin-a6-1839-1821-03-08--name	name	Missing name in Gauquelin file A6
2289	15602	gauquelin-a6-1840-1890-06-10--name	name	Missing name in Gauquelin file A6
2290	15603	gauquelin-a6-1841-1891-10-19--name	name	Missing name in Gauquelin file A6
2291	15604	gauquelin-a6-1843-1870-05-31--name	name	Missing name in Gauquelin file A6
2292	15605	gauquelin-a6-1844-1862-05-01--name	name	Missing name in Gauquelin file A6
2293	15606	gauquelin-a6-1845-1854-11-01--name	name	Missing name in Gauquelin file A6
2294	15607	gauquelin-a6-1846-1902-08-17--name	name	Missing name in Gauquelin file A6
2295	15608	gauquelin-a6-1847-1835-02-01--name	name	Missing name in Gauquelin file A6
2296	15609	gauquelin-a6-1848-1849-03-07--name	name	Missing name in Gauquelin file A6
2297	15610	gauquelin-a6-1849-1901-03-27--name	name	Missing name in Gauquelin file A6
2298	15611	gauquelin-a6-1850-1845-02-01--name	name	Missing name in Gauquelin file A6
2299	15612	gauquelin-a6-1851-1905-01-04--name	name	Missing name in Gauquelin file A6
2300	15613	gauquelin-a6-1852-1892-06-24--name	name	Missing name in Gauquelin file A6
2301	15614	gauquelin-a6-1853-1889-05-23--name	name	Missing name in Gauquelin file A6
2302	15615	gauquelin-a6-1854-1909-12-02--name	name	Missing name in Gauquelin file A6
2303	15616	gauquelin-a6-1855-1910-01-03--name	name	Missing name in Gauquelin file A6
2304	15617	gauquelin-a6-1856-1891-10-07--name	name	Missing name in Gauquelin file A6
2305	15618	gauquelin-a6-1857-1882-01-04--name	name	Missing name in Gauquelin file A6
2306	15619	gauquelin-a6-1858-1810-03-18--name	name	Missing name in Gauquelin file A6
2307	15621	gauquelin-a6-1860-1859-05-19--name	name	Missing name in Gauquelin file A6
2308	15622	gauquelin-a6-1861-1906-08-08--name	name	Missing name in Gauquelin file A6
2309	15623	gauquelin-a6-1862-1902-11-10--name	name	Missing name in Gauquelin file A6
2310	15624	gauquelin-a6-1863-1905-04-16--name	name	Missing name in Gauquelin file A6
2311	15625	gauquelin-a6-1864-1904-09-26--name	name	Missing name in Gauquelin file A6
2312	15626	gauquelin-a6-1865-1873-01-28--name	name	Missing name in Gauquelin file A6
2313	15627	gauquelin-a6-1866-1883-11-27--name	name	Missing name in Gauquelin file A6
2314	15628	gauquelin-a6-1867-1905-01-13--name	name	Missing name in Gauquelin file A6
2315	15629	gauquelin-a6-1868-1883-09-02--name	name	Missing name in Gauquelin file A6
2316	15630	gauquelin-a6-1869-1889-09-30--name	name	Missing name in Gauquelin file A6
2317	15631	gauquelin-a6-1870-1898-09-28--name	name	Missing name in Gauquelin file A6
2318	15632	gauquelin-a6-1871-1875-01-07--name	name	Missing name in Gauquelin file A6
2319	15633	gauquelin-a6-1872-1911-01-07--name	name	Missing name in Gauquelin file A6
2320	15634	gauquelin-a6-1873-1843-12-09--name	name	Missing name in Gauquelin file A6
2321	15635	gauquelin-a6-1874-1882-08-31--name	name	Missing name in Gauquelin file A6
2322	15636	gauquelin-a6-1875-1899-06-03--name	name	Missing name in Gauquelin file A6
2323	15637	gauquelin-a6-1876-1874-06-07--name	name	Missing name in Gauquelin file A6
2324	15638	gauquelin-a6-1877-1895-06-22--name	name	Missing name in Gauquelin file A6
2325	15639	gauquelin-a6-1878-1892-03-19--name	name	Missing name in Gauquelin file A6
2326	15640	gauquelin-a6-1879-1897-02-06--name	name	Missing name in Gauquelin file A6
2327	15641	gauquelin-a6-1880-1896-08-21--name	name	Missing name in Gauquelin file A6
2328	15642	gauquelin-a6-1881-1890-08-26--name	name	Missing name in Gauquelin file A6
2329	15643	gauquelin-a6-1882-1884-06-07--name	name	Missing name in Gauquelin file A6
2330	15644	gauquelin-a6-1883-1894-02-07--name	name	Missing name in Gauquelin file A6
2331	15645	gauquelin-a6-1884-1861-06-14--name	name	Missing name in Gauquelin file A6
2332	15646	gauquelin-a6-1885-1871-05-26--name	name	Missing name in Gauquelin file A6
2333	15647	gauquelin-a6-1886-1888-08-17--name	name	Missing name in Gauquelin file A6
2334	15648	gauquelin-a6-1887-1880-01-14--name	name	Missing name in Gauquelin file A6
2335	15649	gauquelin-a6-1888-1876-07-10--name	name	Missing name in Gauquelin file A6
2336	15650	gauquelin-a6-1889-1905-10-22--name	name	Missing name in Gauquelin file A6
2337	15651	gauquelin-a6-1890-1890-12-19--name	name	Missing name in Gauquelin file A6
2338	15652	gauquelin-a6-1891-1804-01-30--name	name	Missing name in Gauquelin file A6
2339	15653	gauquelin-a6-1892-1885-07-11--name	name	Missing name in Gauquelin file A6
2340	15654	gauquelin-a6-1893-1883-03-25--name	name	Missing name in Gauquelin file A6
2341	15655	gauquelin-a6-1894-1810-05-01--name	name	Missing name in Gauquelin file A6
2342	15656	gauquelin-a6-1895-1877-05-21--name	name	Missing name in Gauquelin file A6
2343	15657	gauquelin-a6-1896-1906-07-26--name	name	Missing name in Gauquelin file A6
2344	15658	gauquelin-a6-1897-1904-10-06--name	name	Missing name in Gauquelin file A6
2345	15659	gauquelin-a6-1898-1862-07-26--name	name	Missing name in Gauquelin file A6
2346	15660	gauquelin-a6-1899-1910-11-27--name	name	Missing name in Gauquelin file A6
2347	15661	gauquelin-a6-1900-1883-01-18--name	name	Missing name in Gauquelin file A6
2348	15662	gauquelin-a6-1901-1860-05-14--name	name	Missing name in Gauquelin file A6
2349	15663	gauquelin-a6-1902-1874-04-15--name	name	Missing name in Gauquelin file A6
2350	15664	gauquelin-a6-1903-1891-10-17--name	name	Missing name in Gauquelin file A6
2351	15665	gauquelin-a6-1904-1900-03-08--name	name	Missing name in Gauquelin file A6
2352	15666	gauquelin-a6-1905-1875-01-18--name	name	Missing name in Gauquelin file A6
2353	15667	gauquelin-a6-1906-1901-08-19--name	name	Missing name in Gauquelin file A6
2354	15668	gauquelin-a6-1907-1901-11-30--name	name	Missing name in Gauquelin file A6
2355	15669	gauquelin-a6-1908-1853-12-20--name	name	Missing name in Gauquelin file A6
2356	15670	gauquelin-a6-1909-1876-01-02--name	name	Missing name in Gauquelin file A6
2357	15671	gauquelin-a6-1910-1879-09-15--name	name	Missing name in Gauquelin file A6
2358	15672	gauquelin-a6-1911-1836-12-15--name	name	Missing name in Gauquelin file A6
2359	15673	gauquelin-a6-1912-1896-11-18--name	name	Missing name in Gauquelin file A6
2360	15674	gauquelin-a6-1913-1863-12-21--name	name	Missing name in Gauquelin file A6
2361	15675	gauquelin-a6-1914-1891-06-06--name	name	Missing name in Gauquelin file A6
2362	15676	gauquelin-a6-1915-1833-01-17--name	name	Missing name in Gauquelin file A6
2363	15677	gauquelin-a6-1916-1902-05-15--name	name	Missing name in Gauquelin file A6
2364	15678	gauquelin-a6-1917-1862-09-19--name	name	Missing name in Gauquelin file A6
2365	15679	gauquelin-a6-1918-1877-06-14--name	name	Missing name in Gauquelin file A6
2366	13830	gauquelin-a6-19-1854-10-20--name	name	Missing name in Gauquelin file A6
2367	15680	gauquelin-a6-1919-1903-04-04--name	name	Missing name in Gauquelin file A6
2368	15681	gauquelin-a6-1920-1875-04-24--name	name	Missing name in Gauquelin file A6
2369	15682	gauquelin-a6-1921-1886-10-29--name	name	Missing name in Gauquelin file A6
2370	15683	gauquelin-a6-1922-1896-10-11--name	name	Missing name in Gauquelin file A6
2371	15684	gauquelin-a6-1923-1831-12-12--name	name	Missing name in Gauquelin file A6
2372	15685	gauquelin-a6-1924-1894-07-25--name	name	Missing name in Gauquelin file A6
2373	15686	gauquelin-a6-1925-1900-11-02--name	name	Missing name in Gauquelin file A6
2374	15687	gauquelin-a6-1926-1902-04-11--name	name	Missing name in Gauquelin file A6
2375	15688	gauquelin-a6-1927-1895-06-24--name	name	Missing name in Gauquelin file A6
2376	15689	gauquelin-a6-1928-1893-01-24--name	name	Missing name in Gauquelin file A6
2377	15690	gauquelin-a6-1929-1889-04-06--name	name	Missing name in Gauquelin file A6
2378	15691	gauquelin-a6-1930-1872-02-14--name	name	Missing name in Gauquelin file A6
2379	15692	gauquelin-a6-1931-1901-12-22--name	name	Missing name in Gauquelin file A6
2380	15693	gauquelin-a6-1932-1892-10-29--name	name	Missing name in Gauquelin file A6
2381	15694	gauquelin-a6-1933-1837-05-10--name	name	Missing name in Gauquelin file A6
2382	15695	gauquelin-a6-1934-1872-02-25--name	name	Missing name in Gauquelin file A6
2383	15696	gauquelin-a6-1935-1889-03-30--name	name	Missing name in Gauquelin file A6
2384	15697	gauquelin-a6-1936-1890-08-12--name	name	Missing name in Gauquelin file A6
2385	15698	gauquelin-a6-1937-1875-11-08--name	name	Missing name in Gauquelin file A6
2386	15699	gauquelin-a6-1938-1901-09-18--name	name	Missing name in Gauquelin file A6
2387	15700	gauquelin-a6-1939-1885-11-09--name	name	Missing name in Gauquelin file A6
2388	15701	gauquelin-a6-1940-1871-08-22--name	name	Missing name in Gauquelin file A6
2389	15702	gauquelin-a6-1941-1897-08-10--name	name	Missing name in Gauquelin file A6
2390	15703	gauquelin-a6-1942-1895-03-08--name	name	Missing name in Gauquelin file A6
2391	15704	gauquelin-a6-1943-1874-10-27--name	name	Missing name in Gauquelin file A6
2392	15705	gauquelin-a6-1944-1844-07-06--name	name	Missing name in Gauquelin file A6
2393	15706	gauquelin-a6-1945-1887-06-22--name	name	Missing name in Gauquelin file A6
2394	15707	gauquelin-a6-1946-1880-06-13--name	name	Missing name in Gauquelin file A6
2395	15708	gauquelin-a6-1947-1884-12-20--name	name	Missing name in Gauquelin file A6
2396	15709	gauquelin-a6-1948-1880-02-12--name	name	Missing name in Gauquelin file A6
2397	15710	gauquelin-a6-1949-1876-09-16--name	name	Missing name in Gauquelin file A6
2398	15711	gauquelin-a6-1950-1877-07-17--name	name	Missing name in Gauquelin file A6
2399	15712	gauquelin-a6-1951-1861-11-01--name	name	Missing name in Gauquelin file A6
2400	15713	gauquelin-a6-1952-1906-05-16--name	name	Missing name in Gauquelin file A6
2401	15714	gauquelin-a6-1953-1903-07-21--name	name	Missing name in Gauquelin file A6
2402	15715	gauquelin-a6-1954-1873-06-26--name	name	Missing name in Gauquelin file A6
2403	15716	gauquelin-a6-1955-1913-10-07--name	name	Missing name in Gauquelin file A6
2404	15717	gauquelin-a6-1956-1880-09-04--name	name	Missing name in Gauquelin file A6
2405	15718	gauquelin-a6-1957-1889-07-03--name	name	Missing name in Gauquelin file A6
2406	15719	gauquelin-a6-1958-1902-04-02--name	name	Missing name in Gauquelin file A6
2407	15720	gauquelin-a6-1959-1871-12-13--name	name	Missing name in Gauquelin file A6
2408	15721	gauquelin-a6-1960-1911-08-14--name	name	Missing name in Gauquelin file A6
2409	15722	gauquelin-a6-1961-1879-02-13--name	name	Missing name in Gauquelin file A6
2410	15723	gauquelin-a6-1962-1884-10-25--name	name	Missing name in Gauquelin file A6
2411	15724	gauquelin-a6-1963-1872-09-05--name	name	Missing name in Gauquelin file A6
2412	15725	gauquelin-a6-1964-1870-08-07--name	name	Missing name in Gauquelin file A6
2413	15726	gauquelin-a6-1965-1874-05-12--name	name	Missing name in Gauquelin file A6
2414	15727	gauquelin-a6-1966-1901-09-06--name	name	Missing name in Gauquelin file A6
2415	15728	gauquelin-a6-1967-1905-12-10--name	name	Missing name in Gauquelin file A6
2416	15729	gauquelin-a6-1968-1831-10-19--name	name	Missing name in Gauquelin file A6
2417	15730	gauquelin-a6-1969-1904-01-25--name	name	Missing name in Gauquelin file A6
2418	15731	gauquelin-a6-1970-1899-03-22--name	name	Missing name in Gauquelin file A6
2419	15732	gauquelin-a6-1971-1813-12-29--name	name	Missing name in Gauquelin file A6
2420	15733	gauquelin-a6-1972-1819-03-01--name	name	Missing name in Gauquelin file A6
2421	15734	gauquelin-a6-1973-1891-07-31--name	name	Missing name in Gauquelin file A6
2422	15735	gauquelin-a6-1974-1847-01-14--name	name	Missing name in Gauquelin file A6
2423	15736	gauquelin-a6-1975-1882-12-04--name	name	Missing name in Gauquelin file A6
2424	15737	gauquelin-a6-1976-1917-12-21--name	name	Missing name in Gauquelin file A6
2425	15738	gauquelin-a6-1977-1889-10-16--name	name	Missing name in Gauquelin file A6
2426	15739	gauquelin-a6-1978-1868-12-15--name	name	Missing name in Gauquelin file A6
2427	15740	gauquelin-a6-1979-1883-05-10--name	name	Missing name in Gauquelin file A6
2428	15741	gauquelin-a6-1980-1897-02-02--name	name	Missing name in Gauquelin file A6
2429	15742	gauquelin-a6-1981-1881-03-09--name	name	Missing name in Gauquelin file A6
2430	15743	gauquelin-a6-1982-1905-05-29--name	name	Missing name in Gauquelin file A6
2431	15744	gauquelin-a6-1983-1911-05-31--name	name	Missing name in Gauquelin file A6
2432	15745	gauquelin-a6-1984-1893-08-02--name	name	Missing name in Gauquelin file A6
2433	15746	gauquelin-a6-1985-1900-05-17--name	name	Missing name in Gauquelin file A6
2434	15747	gauquelin-a6-1986-1861-09-15--name	name	Missing name in Gauquelin file A6
2435	15748	gauquelin-a6-1987-1887-02-23--name	name	Missing name in Gauquelin file A6
2436	15749	gauquelin-a6-1988-1902-02-10--name	name	Missing name in Gauquelin file A6
2437	15750	gauquelin-a6-1989-1883-10-20--name	name	Missing name in Gauquelin file A6
2438	15751	gauquelin-a6-1990-1884-03-09--name	name	Missing name in Gauquelin file A6
2439	15752	gauquelin-a6-1991-1869-09-22--name	name	Missing name in Gauquelin file A6
2440	15753	gauquelin-a6-1992-1885-10-07--name	name	Missing name in Gauquelin file A6
2441	15754	gauquelin-a6-1993-1896-07-05--name	name	Missing name in Gauquelin file A6
2442	15755	gauquelin-a6-1994-1882-06-07--name	name	Missing name in Gauquelin file A6
2443	15756	gauquelin-a6-1995-1895-01-18--name	name	Missing name in Gauquelin file A6
2444	15757	gauquelin-a6-1996-1888-09-13--name	name	Missing name in Gauquelin file A6
2445	15758	gauquelin-a6-1997-1891-05-25--name	name	Missing name in Gauquelin file A6
2446	15759	gauquelin-a6-1998-1910-04-04--name	name	Missing name in Gauquelin file A6
2447	15760	gauquelin-a6-1999-1898-05-29--name	name	Missing name in Gauquelin file A6
2448	15761	gauquelin-a6-2000-1884-11-13--name	name	Missing name in Gauquelin file A6
2449	15762	gauquelin-a6-2001-1881-02-24--name	name	Missing name in Gauquelin file A6
2450	15763	gauquelin-a6-2002-1893-07-31--name	name	Missing name in Gauquelin file A6
2451	15764	gauquelin-a6-2003-1818-05-22--name	name	Missing name in Gauquelin file A6
2452	15765	gauquelin-a6-2004-1892-07-29--name	name	Missing name in Gauquelin file A6
2453	15766	gauquelin-a6-2005-1872-05-09--name	name	Missing name in Gauquelin file A6
2454	15767	gauquelin-a6-2006-1880-05-06--name	name	Missing name in Gauquelin file A6
2455	15768	gauquelin-a6-2007-1906-04-17--name	name	Missing name in Gauquelin file A6
2456	15769	gauquelin-a6-2008-1813-01-26--name	name	Missing name in Gauquelin file A6
2457	15770	gauquelin-a6-2009-1879-02-05--name	name	Missing name in Gauquelin file A6
2458	15771	gauquelin-a6-2010-1892-05-09--name	name	Missing name in Gauquelin file A6
2459	15772	gauquelin-a6-2011-1915-06-24--name	name	Missing name in Gauquelin file A6
2460	15773	gauquelin-a6-2012-1830-10-16--name	name	Missing name in Gauquelin file A6
2461	15774	gauquelin-a6-2013-1881-05-08--name	name	Missing name in Gauquelin file A6
2462	15775	gauquelin-a6-2014-1917-04-27--name	name	Missing name in Gauquelin file A6
2463	15776	gauquelin-a6-2015-1912-02-05--name	name	Missing name in Gauquelin file A6
2464	15777	gauquelin-a6-2016-1901-02-05--name	name	Missing name in Gauquelin file A6
2465	15778	gauquelin-a6-2017-1830-01-08--name	name	Missing name in Gauquelin file A6
2466	15779	gauquelin-a6-2018-1906-12-25--name	name	Missing name in Gauquelin file A6
2467	15780	gauquelin-a6-2019-1833-10-15--name	name	Missing name in Gauquelin file A6
2468	15781	gauquelin-a6-2020-1881-05-22--name	name	Missing name in Gauquelin file A6
2469	15782	gauquelin-a6-2021-1862-11-20--name	name	Missing name in Gauquelin file A6
2470	15783	gauquelin-a6-2022-1881-05-26--name	name	Missing name in Gauquelin file A6
2471	15784	gauquelin-a6-2023-1905-06-08--name	name	Missing name in Gauquelin file A6
2472	15785	gauquelin-a6-2024-1878-06-27--name	name	Missing name in Gauquelin file A6
2473	15786	gauquelin-a6-2025-1898-10-06--name	name	Missing name in Gauquelin file A6
2474	15787	gauquelin-a6-2026-1886-02-27--name	name	Missing name in Gauquelin file A6
2475	15788	gauquelin-a6-2027-1889-08-28--name	name	Missing name in Gauquelin file A6
2476	14011	gauquelin-a6-207-1885-10-07--name	name	Missing name in Gauquelin file A6
2477	14045	gauquelin-a6-243-1875-09-14--name	name	Missing name in Gauquelin file A6
2478	14065	gauquelin-a6-264-1901-07-22--name	name	Missing name in Gauquelin file A6
2479	14068	gauquelin-a6-267-1893-01-03--name	name	Missing name in Gauquelin file A6
2480	14094	gauquelin-a6-296-1879-07-17--name	name	Missing name in Gauquelin file A6
2481	14104	gauquelin-a6-307-1882-08-31--name	name	Missing name in Gauquelin file A6
2482	13842	gauquelin-a6-31-1899-12-21--name	name	Missing name in Gauquelin file A6
2483	13815	gauquelin-a6-3-1899-07-05--name	name	Missing name in Gauquelin file A6
2484	13844	gauquelin-a6-33-1899-07-05--name	name	Missing name in Gauquelin file A6
2485	14141	gauquelin-a6-345-1899-06-03--name	name	Missing name in Gauquelin file A6
2486	14165	gauquelin-a6-370-1895-03-30--name	name	Missing name in Gauquelin file A6
2487	14177	gauquelin-a6-383-1900-09-06--name	name	Missing name in Gauquelin file A6
2488	14182	gauquelin-a6-388-1885-09-05--name	name	Missing name in Gauquelin file A6
2489	13850	gauquelin-a6-39-1913-11-07--name	name	Missing name in Gauquelin file A6
2490	14186	gauquelin-a6-392-1873-12-29--name	name	Missing name in Gauquelin file A6
2491	14200	gauquelin-a6-406-1856-10-27--name	name	Missing name in Gauquelin file A6
2492	14217	gauquelin-a6-424-1901-12-22--name	name	Missing name in Gauquelin file A6
2493	14246	gauquelin-a6-455-1867-07-19--name	name	Missing name in Gauquelin file A6
2494	14255	gauquelin-a6-464-1878-12-06--name	name	Missing name in Gauquelin file A6
2495	14265	gauquelin-a6-474-1842-12-17--name	name	Missing name in Gauquelin file A6
2496	14267	gauquelin-a6-476-1869-11-26--name	name	Missing name in Gauquelin file A6
2497	14276	gauquelin-a6-485-1869-01-16--name	name	Missing name in Gauquelin file A6
2498	14282	gauquelin-a6-491-1890-07-11--name	name	Missing name in Gauquelin file A6
2499	14294	gauquelin-a6-503-1882-07-08--name	name	Missing name in Gauquelin file A6
2500	14305	gauquelin-a6-514-1801-02-01--name	name	Missing name in Gauquelin file A6
2501	13863	gauquelin-a6-52-1879-02-09--name	name	Missing name in Gauquelin file A6
2502	14315	gauquelin-a6-525-1893-01-20--name	name	Missing name in Gauquelin file A6
2503	13867	gauquelin-a6-56-1920-03-25--name	name	Missing name in Gauquelin file A6
2504	14385	gauquelin-a6-596-1906-02-20--name	name	Missing name in Gauquelin file A6
2505	14421	gauquelin-a6-632-1923-03-05--name	name	Missing name in Gauquelin file A6
2506	14444	gauquelin-a6-656-1862-05-01--name	name	Missing name in Gauquelin file A6
2507	14464	gauquelin-a6-677-1858-08-29--name	name	Missing name in Gauquelin file A6
2508	14470	gauquelin-a6-683-1873-12-29--name	name	Missing name in Gauquelin file A6
2509	13879	gauquelin-a6-69-1880-09-10--name	name	Missing name in Gauquelin file A6
2510	13884	gauquelin-a6-74-1837-04-18--name	name	Missing name in Gauquelin file A6
2511	14527	gauquelin-a6-743-1837-04-18--name	name	Missing name in Gauquelin file A6
2512	14533	gauquelin-a6-749-1869-08-21--name	name	Missing name in Gauquelin file A6
2513	13885	gauquelin-a6-75-1883-12-30--name	name	Missing name in Gauquelin file A6
2514	14560	gauquelin-a6-777-1889-03-17--name	name	Missing name in Gauquelin file A6
2515	14567	gauquelin-a6-786-1874-07-03--name	name	Missing name in Gauquelin file A6
2516	14568	gauquelin-a6-787-1907-05-04--name	name	Missing name in Gauquelin file A6
2517	14586	gauquelin-a6-806-1920-02-15--name	name	Missing name in Gauquelin file A6
2518	14589	gauquelin-a6-809-1893-01-25--name	name	Missing name in Gauquelin file A6
2519	13902	gauquelin-a6-93-1900-09-06--name	name	Missing name in Gauquelin file A6
\.


--
-- Data for Name: person; Type: TABLE DATA; Schema: public; Owner: g5
--

COPY public.person (id, slug, ids_in_sources, partial_ids, name, sex, birth, death, occus, trust, acts, history, notes) FROM stdin;
12981	mutter-andre-1901-11-11	{"a5": "1514", "g55": "08-99"}	{"g55": "08-99", "lerrcp": "A5-1514"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Mutter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1901-11-11 18:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "notime": null, "date-ut": "1901-11-11 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Mutter"}, "birth": {"tzo": "+00:09:21", "date": "1901-11-11 18:00", "place": {"c2": "10", "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "date-ut": "1901-11-11 17:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1514"}, "ids-in-sources": {"a5": "1514"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "10", "COU": "F", "DAY": "11", "LAT": "48N18", "LON": "4E 5", "MON": "11", "NUM": "1514", "PRO": "PT", "SEC": "40", "YEA": "1901", "CITY": "TROYES"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-99"}, "ids-in-source": {"g55": "08-99"}}, "raw": {"DAY": "11-11-1901", "HOUR": "18 h.", "NAME": "MUTTER André", "PLACE": "Troyes (Aube)."}, "date": "2023-08-20T14:49:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12983	pebellier-eugene-1897-11-03	{"a5": "1516", "g55": "08-101"}	{"g55": "08-101", "lerrcp": "A5-1516"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Pebellier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1897-11-03 04:00", "note": null, "place": {"c1": null, "c2": "43", "c3": null, "cy": "FR", "lg": 3.88333, "lat": 45.05, "name": "Le Puy", "geoid": 0}, "notime": null, "date-ut": "1897-11-03 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Pebellier"}, "birth": {"tzo": "+00:09:21", "date": "1897-11-03 04:00", "place": {"c2": "43", "cy": "FR", "lg": 3.88333, "lat": 45.05, "name": "Le Puy", "geoid": 0}, "date-ut": "1897-11-03 03:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1516"}, "ids-in-sources": {"a5": "1516"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "43", "COU": "F", "DAY": "3", "LAT": "45N 3", "LON": "3E53", "MON": "11", "NUM": "1516", "PRO": "PT", "SEC": "40", "YEA": "1897", "CITY": "LE PUY"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Le Puy"}}, "partial-ids": {"g55": "08-101"}, "ids-in-source": {"g55": "08-101"}}, "raw": {"DAY": "3-11-1897", "HOUR": "4 h.", "NAME": "PEBELLIER Eugène", "PLACE": "Le Puy (Haute-Loire)."}, "date": "2023-08-20T14:49:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12984	petit-claudius-1907-05-22	{"a5": "1517", "g55": "08-102"}	{"g55": "08-102", "lerrcp": "A5-1517"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claudius", "family": "Petit", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1907-05-22 15:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "notime": null, "date-ut": "1907-05-22 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Claudius", "family": "Petit"}, "birth": {"tzo": "+00:09:21", "date": "1907-05-22 15:00", "place": {"c2": "49", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "date-ut": "1907-05-22 14:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1517"}, "ids-in-sources": {"a5": "1517"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "49", "COU": "F", "DAY": "22", "LAT": "47N28", "LON": "0W32", "MON": "5", "NUM": "1517", "PRO": "PT", "SEC": "40", "YEA": "1907", "CITY": "ANGERS"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-102"}, "ids-in-source": {"g55": "08-102"}}, "raw": {"DAY": "22-5-1907", "HOUR": "15 h.", "NAME": "PETIT Claudius", "PLACE": "Angers (Maine-et-Loire)."}, "date": "2023-08-20T14:49:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
5	balastre-bernard-1937-08-29	{"a1": "5", "3a_sports": "204", "cfepp-final3": "9"}	{"cfepp": "CF-9", "cpara": "CP-22", "ertel": "ES-204", "lerrcp": "A1-5"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Balastre", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1937-08-29 04:30", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1937-08-29 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Balastre"}, "birth": {"tzo": "+01:00", "date": "1937-08-29 04:30", "place": {"c2": "29", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1937-08-29 03:30"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-5"}, "ids-in-sources": {"a1": "5"}}, "raw": {"H": "3", "MN": "30", "TZ": "0", "COD": "29", "COU": "F", "DAY": "29", "LAT": "48N 0", "LON": "4W 6", "MON": "8", "NUM": "5", "PRO": "C", "SEC": "0", "YEA": "1937", "CITY": "BREST"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1937-08-29 04:30"}, "partial-ids": {"ertel": "ES-204"}}, "raw": {"L": "", "MF": "", "NR": "204", "ENG": "", "MA_": "0", "G_NR": "5", "MA12": "8", "MARS": "24", "NAME": "Balastre", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,40", "CSINR": "", "KURTZ": "", "PHAS_": "50,100", "STUND": "4,50", "CFEPNR": "9", "EXTEND": "", "NATION": "FRA", "TAGMON": "29.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "22", "VORNAME": "Bernard", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "29.08.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1937-08-29 04:30", "place": {"c3": ""}, "date-ut": "1937-08-29 03:30"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "9"}}, "raw": {"S": "8", "LT": "04 30", "LV": "F", "TR": "f", "UT": "03 30", "LAT": "+48.39", "SRC": "L", "LONG": "+04.48", "NAME": "BALASTRE Bernard", "SPORT": "Track & Field", "LOC_DATE": "1937 08 29", "UNIV_DATE": "1937 08 29", "BIRTH_PLACE": "BREST", "POSTAL_CODE": "29279 CEDEX"}, "date": "2023-08-20T14:45:54+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
3	arifon-jean-1926-11-16	{"a1": "3", "3a_sports": "132", "cfepp-final3": "8"}	{"cfepp": "CF-8", "cpara": "CP-17", "ertel": "ES-132", "lerrcp": "A1-3"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Arifon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1926-11-16 06:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1926-11-16 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Arifon"}, "birth": {"tzo": "+00:00", "date": "1926-11-16 06:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1926-11-16 06:00"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-3"}, "ids-in-sources": {"a1": "3"}}, "raw": {"H": "6", "MN": "0", "TZ": "0", "COD": "13", "COU": "F", "DAY": "16", "LAT": "43N18", "LON": "5E22", "MON": "11", "NUM": "3", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-11-16 06:00"}, "partial-ids": {"ertel": "ES-132"}}, "raw": {"L": "", "MF": "", "NR": "132", "ENG": "", "MA_": "1", "G_NR": "3", "MA12": "7", "MARS": "20", "NAME": "Arifon", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,700", "CSINR": "", "KURTZ": "", "PHAS_": "82,400", "STUND": "6,00", "CFEPNR": "8", "EXTEND": "", "NATION": "FRA", "TAGMON": "16.11.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "17", "VORNAME": "Jean-Claude", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "16.11.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1926-11-16 06:00", "place": {"c3": ""}, "date-ut": "1926-11-16 06:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "8"}}, "raw": {"S": "7", "LT": "06 00", "LV": "E", "TR": "f", "UT": "06 00", "LAT": "+43.30", "SRC": "AL", "LONG": "-05.38", "NAME": "ARIFON Jean-Claude", "SPORT": "Track & Field", "LOC_DATE": "1926 11 16", "UNIV_DATE": "1926 11 16", "BIRTH_PLACE": "MARSEILLE", "POSTAL_CODE": "13233 CEDEX  01"}, "date": "2023-08-20T14:45:54+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
12985	petit-guy-1905-11-23	{"a5": "1518", "g55": "08-103"}	{"g55": "08-103", "lerrcp": "A5-1518"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Petit", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1905-11-23 15:40", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.55684, "lat": 43.48055, "name": "Biarritz", "geoid": 3032797}, "notime": null, "date-ut": "1905-11-23 15:30:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Petit"}, "birth": {"tzo": "+00:09:21", "date": "1905-11-23 15:40", "place": {"c2": "64", "cy": "FR", "lg": -1.55684, "lat": 43.48055, "name": "Biarritz", "geoid": 3032797}, "date-ut": "1905-11-23 15:30:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1518"}, "ids-in-sources": {"a5": "1518"}}, "raw": {"H": "15", "MN": "30", "TZ": "0", "COD": "64", "COU": "F", "DAY": "23", "LAT": "43N18", "LON": "0W22", "MON": "11", "NUM": "1518", "PRO": "PT", "SEC": "40", "YEA": "1905", "CITY": "BIARRITZ"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-103"}, "ids-in-source": {"g55": "08-103"}}, "raw": {"DAY": "23-11-1905", "HOUR": "15 h. 40", "NAME": "PETIT Guy", "PLACE": "Biarritz (Basses-Pyrénées)."}, "date": "2023-08-20T14:49:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12987	peyroles-germaine-1902-03-22	{"a5": "1520", "g55": "08-104"}	{"g55": "08-104", "lerrcp": "A5-1520"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Germaine", "family": "Peyroles", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1902-03-22 00:30", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.56717, "lat": 46.65912, "name": "Montaigu", "geoid": 2993093}, "notime": null, "date-ut": "1902-03-22 00:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Germaine", "family": "Peyroles"}, "birth": {"tzo": "+00:09:21", "date": "1902-03-22 00:30", "place": {"c2": "39", "cy": "FR", "lg": 5.56717, "lat": 46.65912, "name": "Montaigu", "geoid": 2993093}, "date-ut": "1902-03-22 00:20:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1520"}, "ids-in-sources": {"a5": "1520"}}, "raw": {"H": "0", "MN": "20", "TZ": "0", "COD": "39", "COU": "F", "DAY": "22", "LAT": "46N40", "LON": "5E33", "MON": "3", "NUM": "1520", "PRO": "PT", "SEC": "40", "YEA": "1902", "CITY": "MONTAIGU"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-104"}, "ids-in-source": {"g55": "08-104"}}, "raw": {"DAY": "22-3-1902", "HOUR": "0 h. 30", "NAME": "PEYROLES Germaine", "PLACE": "Montaigu (Jura)."}, "date": "2023-08-20T14:49:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12986	pflimlin-pierre-1907-02-05	{"a5": "1519", "g55": "08-105"}	{"g55": "08-105", "lerrcp": "A5-1519"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Pflimlin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1907-02-05 10:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1907-02-05 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Pflimlin"}, "birth": {"tzo": "+00:09:21", "date": "1907-02-05 10:00", "place": {"c2": "59", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1907-02-05 09:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1519"}, "ids-in-sources": {"a5": "1519"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "59", "COU": "F", "DAY": "5", "LAT": "50N39", "LON": "3E 5", "MON": "2", "NUM": "1519", "PRO": "PT", "SEC": "40", "YEA": "1907", "CITY": "ROUBAIX"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-105"}, "ids-in-source": {"g55": "08-105"}}, "raw": {"DAY": "5-2-1907", "HOUR": "10 h.", "NAME": "PFLIMLIN Pierre", "PLACE": "Roubaix (Nord)."}, "date": "2023-08-20T14:49:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
8	battista-eric-1933-05-14	{"a1": "8", "3a_sports": "280", "cfepp-final3": "11"}	{"cfepp": "CF-11", "cpara": "CP-31", "ertel": "ES-280", "lerrcp": "A1-8"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eric", "family": "Battista", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1933-05-14 11:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "notime": null, "date-ut": "1933-05-14 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Eric", "family": "Battista"}, "birth": {"tzo": "+01:00", "date": "1933-05-14 11:00", "place": {"c2": "34", "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "date-ut": "1933-05-14 10:00"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-8"}, "ids-in-sources": {"a1": "8"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "34", "COU": "F", "DAY": "14", "LAT": "43N37", "LON": "3E53", "MON": "5", "NUM": "8", "PRO": "C", "SEC": "0", "YEA": "1933", "CITY": "SETE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1933-05-14 11:00"}, "partial-ids": {"ertel": "ES-280"}}, "raw": {"L": "", "MF": "", "NR": "280", "ENG": "", "MA_": "0", "G_NR": "8", "MA12": "11", "MARS": "33", "NAME": "Battista", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,000", "CSINR": "", "KURTZ": "", "PHAS_": "77,100", "STUND": "11,00", "CFEPNR": "11", "EXTEND": "", "NATION": "FRA", "TAGMON": "14.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "31", "VORNAME": "Eric", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "14.05.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1933-05-14 11:00", "place": {"c3": ""}, "date-ut": "1933-05-14 10:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "11"}}, "raw": {"S": "11", "LT": "11 00", "LV": "FI", "TR": "f", "UT": "10 00", "LAT": "+43.40", "SRC": "L", "LONG": "-03.69", "NAME": "BATTISTA Eric", "SPORT": "Track & Field", "LOC_DATE": "1933 05 14", "UNIV_DATE": "1933 05 14", "BIRTH_PLACE": "SETE", "POSTAL_CODE": "34207 CEDEX"}, "date": "2023-08-20T14:45:54+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
10	bernard-henri-1900-07-24	{"a1": "10", "g55": "03-3", "3a_sports": "374"}	{"g55": "03-3", "ertel": "ES-374", "lerrcp": "A1-10"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Bernard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1900-07-24 02:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Boulogne-Billancourt", "geoid": 0}, "notime": null, "date-ut": "1900-07-24 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Bernard"}, "birth": {"tzo": "+00:09:21", "date": "1900-07-24 02:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Boulogne-Billanc", "geoid": 0}, "date-ut": "1900-07-24 01:50:40"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-10"}, "ids-in-sources": {"a1": "10"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "92", "COU": "F", "DAY": "24", "LAT": "48N50", "LON": "2E11", "MON": "7", "NUM": "10", "PRO": "C", "SEC": "40", "YEA": "1900", "CITY": "BOULOGNE-BILLANC"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1900-07-24 02:00"}, "partial-ids": {"ertel": "ES-374"}}, "raw": {"L": "", "MF": "", "NR": "374", "ENG": "1", "MA_": "2", "G_NR": "10", "MA12": "1", "MARS": "1", "NAME": "Bernard", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,200", "CSINR": "", "KURTZ": "", "PHAS_": "6,900", "STUND": "2,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "24.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "24.07.1900", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Boulogne-Billancourt"}}, "partial-ids": {"g55": "03-3"}, "ids-in-source": {"g55": "03-3"}}, "raw": {"DAY": "24-7-1900", "HOUR": "2 h.", "NAME": "BERNARD Henri", "PLACE": "Boulogne-Billancourt (Seine)."}, "date": "2023-08-20T14:48:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
12988	pinay-antoine-1891-12-30	{"a5": "1521", "g55": "08-106"}	{"g55": "08-106", "lerrcp": "A5-1521"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Pinay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1891-12-30 11:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Saint-Symphorien-sur-Coise", "geoid": 0}, "notime": null, "date-ut": "1891-12-30 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Pinay"}, "birth": {"tzo": "+00:09:21", "date": "1891-12-30 11:00", "place": {"c2": "69", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Saint-Symphorien-sur", "geoid": 0}, "date-ut": "1891-12-30 10:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1521"}, "ids-in-sources": {"a5": "1521"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "69", "COU": "F", "DAY": "30", "LAT": "45N46", "LON": "4E50", "MON": "12", "NUM": "1521", "PRO": "PT", "SEC": "40", "YEA": "1891", "CITY": "ST-SYMPHORIEN-S"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Symphorien-sur-Coise"}}, "partial-ids": {"g55": "08-106"}, "ids-in-source": {"g55": "08-106"}}, "raw": {"DAY": "30-12-1891", "HOUR": "11 h.", "NAME": "PINAY Antoine", "PLACE": "Saint-Symphorien-sur-Coise (Rhône)."}, "date": "2023-08-20T14:49:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12990	pinvidic-joseph-1900-11-15	{"a5": "1523", "g55": "08-108"}	{"g55": "08-108", "lerrcp": "A5-1523"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Pinvidic", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-11-15 08:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.06906, "lat": 48.50906, "name": "Landivisiau", "geoid": 3007842}, "notime": null, "date-ut": "1900-11-15 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Pinvidic"}, "birth": {"tzo": "+00:09:21", "date": "1900-11-15 08:00", "place": {"c2": "29", "cy": "FR", "lg": -4.06906, "lat": 48.50906, "name": "Landivisiau", "geoid": 3007842}, "date-ut": "1900-11-15 07:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1523"}, "ids-in-sources": {"a5": "1523"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "29", "COU": "F", "DAY": "15", "LAT": "48N 0", "LON": "4W 6", "MON": "11", "NUM": "1523", "PRO": "PT", "SEC": "40", "YEA": "1900", "CITY": "LANDIVISIAU"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-108"}, "ids-in-source": {"g55": "08-108"}}, "raw": {"DAY": "15-11-1900", "HOUR": "8 h.", "NAME": "PINVIDIC Joseph", "PLACE": "Landivisiau (Finistère)."}, "date": "2023-08-20T14:49:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12991	pleven-rene-1901-04-15	{"a5": "1524", "g55": "08-109"}	{"g55": "08-109", "lerrcp": "A5-1524"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Pleven", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1901-04-15 04:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1901-04-15 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "René", "family": "Pleven"}, "birth": {"tzo": "+00:09:21", "date": "1901-04-15 04:00", "place": {"c2": "35", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1901-04-15 03:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1524"}, "ids-in-sources": {"a5": "1524"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "35", "COU": "F", "DAY": "15", "LAT": "48N 7", "LON": "1W40", "MON": "4", "NUM": "1524", "PRO": "PT", "SEC": "40", "YEA": "1901", "CITY": "RENNES"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-109"}, "ids-in-source": {"g55": "08-109"}}, "raw": {"DAY": "15-4-1901", "HOUR": "4 h.", "NAME": "PLEVEN René", "PLACE": "Rennes (Ille-et-Vilaine)."}, "date": "2023-08-20T14:49:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12	bobin-robert-1920-08-02	{"a1": "12", "3a_sports": "482", "cfepp-final3": "18"}	{"cfepp": "CF-18", "cpara": "CP-55", "ertel": "ES-482", "lerrcp": "A1-12"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Bobin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1920-08-02 06:00", "note": null, "place": {"c1": null, "c2": "79", "c3": "", "cy": "FR", "lg": -0.56763, "lat": 46.77937, "name": "Courlay", "geoid": 3023014}, "notime": null, "date-ut": "1920-08-02 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Bobin"}, "birth": {"tzo": "+01:00", "date": "1920-08-02 06:00", "place": {"c2": "79", "cy": "FR", "lg": -0.56763, "lat": 46.77937, "name": "Courlay", "geoid": 3023014}, "date-ut": "1920-08-02 05:00"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-12"}, "ids-in-sources": {"a1": "12"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "79", "COU": "F", "DAY": "2", "LAT": "46N19", "LON": "0W27", "MON": "8", "NUM": "12", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "COURLAY"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-08-02 06:00"}, "partial-ids": {"ertel": "ES-482"}}, "raw": {"L": "", "MF": "", "NR": "482", "ENG": "", "MA_": "1", "G_NR": "12", "MA12": "9", "MARS": "26", "NAME": "Bobin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,900", "CSINR": "", "KURTZ": "", "PHAS_": "95,900", "STUND": "6,00", "CFEPNR": "18", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "55", "VORNAME": "Robert", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "02.08.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:56+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1920-08-02 06:00", "place": {"c3": ""}, "date-ut": "1920-08-02 05:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "18"}}, "raw": {"S": "9", "LT": "06 00", "LV": "FI", "TR": "f", "UT": "05 00", "LAT": "+46.78", "SRC": "AL", "LONG": "+00.57", "NAME": "BOBIN Robert", "SPORT": "Track & Field", "LOC_DATE": "1920 08 02", "UNIV_DATE": "1920 08 02", "BIRTH_PLACE": "COURLAY", "POSTAL_CODE": "79440"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
14	boeckel-paul-1916-03-14	{"a1": "14", "g55": "03-4", "3a_sports": "493", "cfepp-final3": "20"}	{"g55": "03-4", "cfepp": "CF-20", "ertel": "ES-493", "lerrcp": "A1-14"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Boeckel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1916-03-14 16:00", "note": null, "place": {"c1": null, "c2": "26", "c3": "", "cy": "FR", "lg": 5.01517, "lat": 44.72639, "name": "Crest", "geoid": 3022540}, "notime": null, "date-ut": "1916-03-14 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Boeckel"}, "birth": {"tzo": "+00:00", "date": "1916-03-14 05:00", "place": {"c2": "26", "cy": "FR", "lg": 5.01517, "lat": 44.72639, "name": "Crest", "geoid": 3022540}, "date-ut": "1916-03-14 05:00"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-14"}, "ids-in-sources": {"a1": "14"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "26", "COU": "F", "DAY": "14", "LAT": "44N56", "LON": "4E54", "MON": "3", "NUM": "14", "PRO": "C", "SEC": "0", "YEA": "1916", "CITY": "CREST"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1916-03-14 05:00"}, "partial-ids": {"ertel": "ES-493"}}, "raw": {"L": "", "MF": "", "NR": "493", "ENG": "", "MA_": "1", "G_NR": "14", "MA12": "7", "MARS": "20", "NAME": "Boeckel", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,900", "CSINR": "", "KURTZ": "", "PHAS_": "70,500", "STUND": "5,00", "CFEPNR": "20", "EXTEND": "", "NATION": "FRA", "TAGMON": "14.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Paul", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "14.03.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:56+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "boeckel-paul-1916-03-14", "birth": {"date": "1916-03-14 16:00", "place": {"c3": ""}, "date-ut": "1916-03-14 16:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "20"}}, "raw": {"S": "1", "LT": "16 00", "LV": "FI", "TR": "f", "UT": "16 00", "LAT": "+44.73", "SRC": "AG", "LONG": "-05.02", "NAME": "BOECKEL Paul", "SPORT": "Track & Field", "LOC_DATE": "1916 03 14", "UNIV_DATE": "1916 03 14", "BIRTH_PLACE": "CREST", "POSTAL_CODE": "26400"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-4"}, "ids-in-source": {"g55": "03-4"}}, "raw": {"DAY": "14-3-1916", "HOUR": "5 h.", "NAME": "BOECKEL Paul", "PLACE": "Crest (Drôme)."}, "date": "2023-08-20T14:48:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
12992	prelot-marcel-1898-10-30	{"a5": "1525", "g55": "08-110"}	{"g55": "08-110", "lerrcp": "A5-1525"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Prelot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1898-10-30 01:00", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 1.8802, "lat": 48.20284, "name": "Janville", "geoid": 3012502}, "notime": null, "date-ut": "1898-10-30 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Prelot"}, "birth": {"tzo": "+00:09:21", "date": "1898-10-30 01:00", "place": {"c2": "28", "cy": "FR", "lg": 1.8802, "lat": 48.20284, "name": "Janville", "geoid": 3012502}, "date-ut": "1898-10-30 00:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1525"}, "ids-in-sources": {"a5": "1525"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "28", "COU": "F", "DAY": "30", "LAT": "48N27", "LON": "1E30", "MON": "10", "NUM": "1525", "PRO": "PT", "SEC": "40", "YEA": "1898", "CITY": "JANVILLE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-110"}, "ids-in-source": {"g55": "08-110"}}, "raw": {"DAY": "30-10-1898", "HOUR": "1 h.", "NAME": "\\fPRELOT Marcel", "PLACE": "Janville (Eure-et-Loire)."}, "date": "2023-08-20T14:49:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12993	provo-victor-1903-08-30	{"a5": "1526", "g55": "08-111"}	{"g55": "08-111", "lerrcp": "A5-1526"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Provo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1903-08-30 08:30", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.21812, "lat": 50.70118, "name": "Wattrelos", "geoid": 2967421}, "notime": null, "date-ut": "1903-08-30 08:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Provo"}, "birth": {"tzo": "+00:09:21", "date": "1903-08-30 08:30", "place": {"c2": "59", "cy": "FR", "lg": 3.21812, "lat": 50.70118, "name": "Wattrelos", "geoid": 2967421}, "date-ut": "1903-08-30 08:20:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1526"}, "ids-in-sources": {"a5": "1526"}}, "raw": {"H": "8", "MN": "20", "TZ": "0", "COD": "59", "COU": "F", "DAY": "30", "LAT": "50N39", "LON": "3E 5", "MON": "8", "NUM": "1526", "PRO": "PT", "SEC": "40", "YEA": "1903", "CITY": "WATTRELOS"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-111"}, "ids-in-source": {"g55": "08-111"}}, "raw": {"DAY": "30-8-1903", "HOUR": "8 h. 30", "NAME": "PROVO Victor", "PLACE": "Wattrelos (Nord)."}, "date": "2023-08-20T14:49:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12994	queuille-henri-1884-03-31	{"a5": "1527", "g55": "08-112"}	{"g55": "08-112", "lerrcp": "A5-1527"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Queuille", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:04", "date": "1884-03-31 06:00", "note": null, "place": {"c1": null, "c2": "19", "c3": null, "cy": "FR", "lg": 1.76667, "lat": 45.26667, "name": "Neuvic-d’Ussel", "geoid": 0}, "notime": null, "date-ut": "1884-03-31 05:52:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Queuille"}, "birth": {"tzo": "+00:07:04", "date": "1884-03-31 06:00", "place": {"c2": "19", "cy": "FR", "lg": 1.76667, "lat": 45.26667, "name": "Neuvic D Ussel", "geoid": 0}, "date-ut": "1884-03-31 05:52:56"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1527"}, "ids-in-sources": {"a5": "1527"}}, "raw": {"H": "5", "MN": "52", "TZ": "0", "COD": "19", "COU": "F", "DAY": "31", "LAT": "45N16", "LON": "1E46", "MON": "3", "NUM": "1527", "PRO": "PT", "SEC": "56", "YEA": "1884", "CITY": "NEUVIC D USSEL"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Neuvic-d’Ussel"}}, "partial-ids": {"g55": "08-112"}, "ids-in-source": {"g55": "08-112"}}, "raw": {"DAY": "31-3-1884", "HOUR": "6 h.", "NAME": "QUEUILLE Henri", "PLACE": "Neuvic-d’Ussel (Corrèze)."}, "date": "2023-08-20T14:49:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
19	brisson-jean-1918-07-29	{"a1": "19", "g55": "03-7", "3a_sports": "674", "cfepp-final3": "26"}	{"g55": "03-7", "cfepp": "CF-26", "ertel": "ES-674", "lerrcp": "A1-19"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Brisson", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1918-07-29 01:00", "note": null, "place": {"c1": null, "c2": "47", "c3": "", "cy": "FR", "lg": 0.62055, "lat": 44.20199, "name": "Agen", "geoid": 3038634}, "notime": null, "date-ut": "1918-07-29 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Brisson"}, "birth": {"tzo": "+01:00", "date": "1918-07-29 01:00", "place": {"c2": "47", "cy": "FR", "lg": 0.62055, "lat": 44.20199, "name": "Agen", "geoid": 3038634}, "date-ut": "1918-07-29 00:00"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-19"}, "ids-in-sources": {"a1": "19"}}, "raw": {"H": "0", "MN": "0", "TZ": "0", "COD": "47", "COU": "F", "DAY": "29", "LAT": "44N12", "LON": "0E38", "MON": "7", "NUM": "19", "PRO": "C", "SEC": "0", "YEA": "1918", "CITY": "AGEN"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1918-07-29 01:00"}, "partial-ids": {"ertel": "ES-674"}}, "raw": {"L": "", "MF": "", "NR": "674", "ENG": "", "MA_": "1", "G_NR": "19", "MA12": "7", "MARS": "21", "NAME": "Brisson", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,40", "CSINR": "", "KURTZ": "z", "PHAS_": "67,600", "STUND": "1,00", "CFEPNR": "26", "EXTEND": "", "NATION": "FRA", "TAGMON": "29.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean-Francois", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "29.07.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1918-07-29 01:00", "place": {"c3": ""}, "date-ut": "1918-07-29 00:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "26"}}, "raw": {"S": "7", "LT": "01 00", "LV": "FI", "TR": "f", "UT": "00 00", "LAT": "+44.20", "SRC": "ALG", "LONG": "-00.62", "NAME": "BRISSON Jean-Francois", "SPORT": "Track & Field", "LOC_DATE": "1918 07 29", "UNIV_DATE": "1918 07 29", "BIRTH_PLACE": "AGEN", "POSTAL_CODE": "47015 CEDEX"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-7"}, "ids-in-source": {"g55": "03-7"}}, "raw": {"DAY": "29-7-1918", "HOUR": "1 h.", "NAME": "BRISSON Jean-Francois", "PLACE": "Agen (Lot-et-Garonne)."}, "date": "2023-08-20T14:48:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
12995	rabier-maurice-1907-11-12	{"a5": "1528", "g55": "08-113"}	{"g55": "08-113", "lerrcp": "A5-1528"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Rabier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": -0.63588, "lat": 35.69906, "name": "Oran", "geoid": 2485926}, "notime": null, "date-ut": "1907-11-12 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Rabier"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": -0.63588, "lat": 35.69906, "name": "Oran", "geoid": 2485926}, "date-ut": "1907-11-12 22:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1528"}, "ids-in-sources": {"a5": "1528"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "12", "LAT": "35N40", "LON": "0W30", "MON": "11", "NUM": "1528", "PRO": "PT", "SEC": "40", "YEA": "1907", "CITY": "ORAN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-113"}, "ids-in-source": {"g55": "08-113"}}, "raw": {"DAY": "12-11-1907", "HOUR": "23 h.", "NAME": "RABIER Maurice", "PLACE": "Oran (Algérie)."}, "date": "2023-08-20T14:49:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12996	ramarony-jules-1901-09-03	{"a5": "1529", "g55": "08-114"}	{"g55": "08-114", "lerrcp": "A5-1529"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Ramarony", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1901-09-03 01:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1901-09-03 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Ramarony"}, "birth": {"tzo": "+00:09:21", "date": "1901-09-03 01:00", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1901-09-03 00:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1529"}, "ids-in-sources": {"a5": "1529"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "33", "COU": "F", "DAY": "3", "LAT": "44N50", "LON": "0W34", "MON": "9", "NUM": "1529", "PRO": "PT", "SEC": "40", "YEA": "1901", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-114"}, "ids-in-source": {"g55": "08-114"}}, "raw": {"DAY": "3-9-1901", "HOUR": "1 h.", "NAME": "RAMARONY Jules", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:49:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12997	reeb-henri-1907-03-18	{"a5": "1530", "g55": "08-115"}	{"g55": "08-115", "lerrcp": "A5-1530"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Reeb", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Liedrezing", "geoid": 0}, "notime": null, "date-ut": "1907-03-18 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Reeb"}, "birth": {"place": {"c2": "57", "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Liedrezing", "geoid": 0}, "date-ut": "1907-03-18 11:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1530"}, "ids-in-sources": {"a5": "1530"}}, "raw": {"H": "12", "MN": "0", "TZ": "-1", "COD": "57", "COU": "F", "DAY": "18", "LAT": "49N 7", "LON": "6E11", "MON": "3", "NUM": "1530", "PRO": "PT", "SEC": "0", "YEA": "1907", "CITY": "LIEDREZING"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Liedrezing"}}, "partial-ids": {"g55": "08-115"}, "ids-in-source": {"g55": "08-115"}}, "raw": {"DAY": "18-3-1907", "HOUR": "12 h.", "NAME": "REEB Henri", "PLACE": "Liedrezing (Moselle)."}, "date": "2023-08-20T14:49:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
22	clausse-jean-1936-09-04	{"a1": "22", "3a_sports": "1028", "cfepp-final3": "34"}	{"cfepp": "CF-34", "cpara": "CP-120", "ertel": "ES-1028", "lerrcp": "A1-22"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Clausse", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1936-09-04 05:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1936-09-04 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Clausse"}, "birth": {"tzo": "+01:00", "date": "1936-09-04 05:00", "place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1936-09-04 04:00"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-22"}, "ids-in-sources": {"a1": "22"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "54", "COU": "F", "DAY": "4", "LAT": "48N42", "LON": "6E12", "MON": "9", "NUM": "22", "PRO": "C", "SEC": "0", "YEA": "1936", "CITY": "NANCY"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1936-09-04 05:00"}, "partial-ids": {"ertel": "ES-1028"}}, "raw": {"L": "", "MF": "", "NR": "1028", "ENG": "1", "MA_": "2", "G_NR": "22", "MA12": "1", "MARS": "2", "NAME": "Clausse", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,600", "CSINR": "", "KURTZ": "", "PHAS_": "91,100", "STUND": "5,00", "CFEPNR": "34", "EXTEND": "1", "NATION": "FRA", "TAGMON": "04.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "120", "VORNAME": "Jean", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "04.09.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1936-09-04 05:00", "place": {"c3": ""}, "date-ut": "1936-09-04 04:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "34"}}, "raw": {"S": "1", "LT": "05 00", "LV": "F", "TR": "f", "UT": "04 00", "LAT": "+48.69", "SRC": "L", "LONG": "-06.18", "NAME": "CLAUSSE Jean", "SPORT": "Track & Field", "LOC_DATE": "1936 09 04", "UNIV_DATE": "1936 09 04", "BIRTH_PLACE": "NANCY", "POSTAL_CODE": "54035 CEDEX"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24	collardot-christian-1933-07-05	{"a1": "24", "3a_sports": "1056", "cfepp-final3": "35"}	{"cfepp": "CF-35", "cpara": "CP-124", "ertel": "ES-1056", "lerrcp": "A1-24"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Collardot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1933-07-05 19:20", "note": null, "place": {"c1": null, "c2": "28", "c3": "", "cy": "FR", "lg": 1.48925, "lat": 48.44685, "name": "Chartres", "geoid": 3026467}, "notime": null, "date-ut": "1933-07-05 18:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Christian", "family": "Collardot"}, "birth": {"tzo": "+01:00", "date": "1933-07-05 19:20", "place": {"c2": "28", "cy": "FR", "lg": 1.48925, "lat": 48.44685, "name": "Chartres", "geoid": 3026467}, "date-ut": "1933-07-05 18:20"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-24"}, "ids-in-sources": {"a1": "24"}}, "raw": {"H": "18", "MN": "20", "TZ": "0", "COD": "28", "COU": "F", "DAY": "5", "LAT": "48N27", "LON": "1E30", "MON": "7", "NUM": "24", "PRO": "C", "SEC": "0", "YEA": "1933", "CITY": "CHARTRES"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1933-07-05 19:20"}, "partial-ids": {"ertel": "ES-1056"}}, "raw": {"L": "", "MF": "", "NR": "1056", "ENG": "1", "MA_": "2", "G_NR": "24", "MA12": "4", "MARS": "12", "NAME": "Collardot", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,100", "CSINR": "", "KURTZ": "", "PHAS_": "90,700", "STUND": "19,33", "CFEPNR": "35", "EXTEND": "1", "NATION": "FRA", "TAGMON": "05.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "124", "VORNAME": "Christian", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "05.07.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1933-07-05 19:20", "place": {"c3": ""}, "date-ut": "1933-07-05 18:20"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "35"}}, "raw": {"S": "4", "LT": "19 20", "LV": "FI", "TR": "f", "UT": "18 20", "LAT": "+48.45", "SRC": "L", "LONG": "-01.49", "NAME": "COLLARDOT Christian", "SPORT": "Track & Field", "LOC_DATE": "1933 07 05", "UNIV_DATE": "1933 07 05", "BIRTH_PLACE": "CHARTRES", "POSTAL_CODE": "28019 CEDEX"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
12998	reynaud-paul-1878-10-15	{"a5": "1531", "g55": "08-116"}	{"g55": "08-116", "lerrcp": "A5-1531"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Reynaud", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:26:36", "date": "1878-10-15 18:00", "note": null, "place": {"c1": null, "c2": "04", "c3": null, "cy": "FR", "lg": 6.65179, "lat": 44.38691, "name": "Barcelonnette", "geoid": 3034991}, "notime": null, "date-ut": "1878-10-15 17:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1531"}, "birth": {"tzo": "+00:26:36", "date": "1878-10-15 18:00", "place": {"c2": "04", "cy": "FR", "lg": 6.65179, "lat": 44.38691, "name": "Barcelonnette", "geoid": 3034991}, "date-ut": "1878-10-15 17:35"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1531"}, "ids-in-sources": {"a5": "1531"}}, "raw": {"H": "17", "MN": "35", "TZ": "0", "COD": "04", "COU": "F", "DAY": "15", "LAT": "44N 6", "LON": "6E15", "MON": "10", "NUM": "1531", "PRO": "PT", "SEC": "0", "YEA": "1878", "CITY": "BARCELONNETTE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"name": {"given": "Paul", "family": "Reynaud", "nobility": ""}, "slug": "reynaud-paul-1878-10-15", "partial-ids": {"g55": "08-116"}, "ids-in-source": {"g55": "08-116"}}, "raw": {"DAY": "15-10-1878", "HOUR": "18 h.", "NAME": "REYNAUD Paul", "PLACE": "Barcelonnette (Basses-Alpes)."}, "date": "2023-08-20T14:49:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12999	ribeyre-paul-1906-12-11	{"a5": "1532", "g55": "08-117"}	{"g55": "08-117", "lerrcp": "A5-1532"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Ribeyre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1906-12-11 22:30", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.57067, "lat": 43.29276, "name": "Aubagne", "geoid": 3036433}, "notime": null, "date-ut": "1906-12-11 22:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Ribeyre"}, "birth": {"tzo": "+00:09:21", "date": "1906-12-11 22:30", "place": {"c2": "13", "cy": "FR", "lg": 5.57067, "lat": 43.29276, "name": "Aubagne", "geoid": 3036433}, "date-ut": "1906-12-11 22:20:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1532"}, "ids-in-sources": {"a5": "1532"}}, "raw": {"H": "22", "MN": "20", "TZ": "0", "COD": "13", "COU": "F", "DAY": "11", "LAT": "43N18", "LON": "5E22", "MON": "12", "NUM": "1532", "PRO": "PT", "SEC": "40", "YEA": "1906", "CITY": "AUBAGNE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-117"}, "ids-in-source": {"g55": "08-117"}}, "raw": {"DAY": "11-12-1906", "HOUR": "22 h. 30", "NAME": "RIBEYRE Paul", "PLACE": "Aubagne (Bouches-du-Rhône)."}, "date": "2023-08-20T14:49:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
13000	rochet-waldeck-1905-04-05	{"a5": "1533", "g55": "08-118"}	{"g55": "08-118", "lerrcp": "A5-1533"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Waldeck", "family": "Rochet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1905-04-05 01:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 5.24608, "lat": 46.57165, "name": "Sainte-Croix", "geoid": 2980661}, "notime": null, "date-ut": "1905-04-05 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1533"}, "birth": {"tzo": "+00:09:21", "date": "1905-04-05 01:00", "place": {"c2": "71", "cy": "FR", "lg": 5.24608, "lat": 46.57165, "name": "Sainte-Croix", "geoid": 2980661}, "date-ut": "1905-04-05 00:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1533"}, "ids-in-sources": {"a5": "1533"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "71", "COU": "F", "DAY": "5", "LAT": "46N18", "LON": "4E50", "MON": "4", "NUM": "1533", "PRO": "PT", "SEC": "40", "YEA": "1905", "CITY": "STE-CROIX"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"name": {"given": "Waldeck", "family": "Rochet", "nobility": ""}, "slug": "rochet-waldeck-1905-04-05", "partial-ids": {"g55": "08-118"}, "ids-in-source": {"g55": "08-118"}}, "raw": {"DAY": "5-4-1905", "HOUR": "1 h.", "NAME": "ROCHET Waldeck", "PLACE": "Sainte-Croix (Saône-et-Loire)."}, "date": "2023-08-20T14:49:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
13002	rosenblatt-marcel-1908-12-17	{"a5": "1535", "g55": "08-119"}	{"g55": "08-119", "lerrcp": "A5-1535"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Rosenblatt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "notime": null, "date-ut": "1908-12-17 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Rosenblatt"}, "birth": {"place": {"c2": "68", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "date-ut": "1908-12-17 19:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1535"}, "ids-in-sources": {"a5": "1535"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "68", "COU": "F", "DAY": "17", "LAT": "48N 5", "LON": "7E21", "MON": "12", "NUM": "1535", "PRO": "PT", "SEC": "0", "YEA": "1908", "CITY": "MULHOUSE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-119"}, "ids-in-source": {"g55": "08-119"}}, "raw": {"DAY": "17-12-1908", "HOUR": "20 h.", "NAME": "ROSENBLATT Marcel", "PLACE": "Mulhouse (Haut-Rhin)."}, "date": "2023-08-20T14:49:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
28	damitio-georges-1924-05-20	{"a1": "28", "g55": "03-8", "3a_sports": "1204", "cfepp-final3": "41"}	{"g55": "03-8", "cfepp": "CF-41", "cpara": "CP-139", "ertel": "ES-1204", "lerrcp": "A1-28"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Damitio", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1924-05-20 06:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1924-05-20 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Damitio"}, "birth": {"tzo": "+01:00", "date": "1924-05-20 06:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1924-05-20 05:00"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-28"}, "ids-in-sources": {"a1": "28"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "31", "COU": "F", "DAY": "20", "LAT": "43N37", "LON": "1E26", "MON": "5", "NUM": "28", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-05-20 06:00"}, "partial-ids": {"ertel": "ES-1204"}}, "raw": {"L": "", "MF": "", "NR": "1204", "ENG": "0", "MA_": "2", "G_NR": "28", "MA12": "3", "MARS": "9", "NAME": "Damitio", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,800", "CSINR": "", "KURTZ": "", "PHAS_": "98,000", "STUND": "6,00", "CFEPNR": "41", "EXTEND": "1", "NATION": "FRA", "TAGMON": "20.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "139", "VORNAME": "Georges", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "20.05.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:05+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1924-05-20 06:00", "place": {"c3": ""}, "date-ut": "1924-05-20 05:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "41"}}, "raw": {"S": "3", "LT": "06 00", "LV": "FI", "TR": "f", "UT": "05 00", "LAT": "+43.60", "SRC": "ALG", "LONG": "-01.44", "NAME": "DAMITIO Georges", "SPORT": "Track & Field", "LOC_DATE": "1924 05 20", "UNIV_DATE": "1924 05 20", "BIRTH_PLACE": "TOULOUSE", "POSTAL_CODE": "31040 CEDEX"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-8"}, "ids-in-source": {"g55": "03-8"}}, "raw": {"DAY": "20-5-1924", "HOUR": "6 h.", "NAME": "DAMITO Georges", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:48:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
13004	schmittlein-raymond-1904-06-19	{"a5": "1537", "g55": "08-121"}	{"g55": "08-121", "lerrcp": "A5-1537"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Schmittlein", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1904-06-19 05:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1904-06-19 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Schmittlein"}, "birth": {"tzo": "+00:09:21", "date": "1904-06-19 05:00", "place": {"c2": "59", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1904-06-19 04:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1537"}, "ids-in-sources": {"a5": "1537"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "59", "COU": "F", "DAY": "19", "LAT": "50N39", "LON": "3E 5", "MON": "6", "NUM": "1537", "PRO": "PT", "SEC": "40", "YEA": "1904", "CITY": "ROUBAIX"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-121"}, "ids-in-source": {"g55": "08-121"}}, "raw": {"DAY": "19-6-1904", "HOUR": "5 h.", "NAME": "SCHMITTLEIN Raymond", "PLACE": "Roubaix (Nord)."}, "date": "2023-08-20T14:49:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
17859	bourdais-yves-1916-02-29	{"e1": "227"}	{"lerrcp": "E1-227"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Bourdais", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-02-29 18:00", "note": null, "place": {"c1": null, "c2": "22", "c3": "", "cy": "FR", "lg": -2.83178, "lat": 48.65165, "name": "Saint-Quay-Portrieux", "geoid": 2977299}, "notime": null, "date-ut": "1916-02-29 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Bourdais"}, "birth": {"tzo": "+00:00", "date": "1916-02-29 18:00", "place": {"c2": "22", "c3": "", "cy": "FR", "lg": -2.83178, "lat": 48.65165, "name": "Saint-Quay-Portrieux", "geoid": 2977299}, "date-ut": "1916-02-29 18:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "227"}}, "raw": {"H": "18:00", "COD": "22", "DAY": "29", "MON": "02", "NUM": "0227", "PRO": "MI", "YEA": "1916", "CITY": "St Quay-Portrieux", "NAME": "BOURDAIS Yves", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13005	secretain-roger-1902-08-25	{"a5": "1538", "e1": "1908", "g55": "08-122"}	{"g55": "08-122", "lerrcp": "A5-1538"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Secretain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1902-08-25 03:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1902-08-25 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician", "executive"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Secretain"}, "birth": {"tzo": "+00:09:21", "date": "1902-08-25 03:00", "place": {"c2": "45", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1902-08-25 02:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1538"}, "ids-in-sources": {"a5": "1538"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "45", "COU": "F", "DAY": "25", "LAT": "47N54", "LON": "1E54", "MON": "8", "NUM": "1538", "PRO": "PT", "SEC": "40", "YEA": "1902", "CITY": "ORLEANS"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"occus": ["executive"], "ids-in-sources": {"e1": "1908"}}, "raw": {"H": "03:00", "COD": "45", "DAY": "25", "MON": "08", "NUM": "1908", "PRO": "EX", "YEA": "1902", "CITY": "Orléans", "NAME": "SECRETAIN Roger", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"partial-ids": {"g55": "08-122"}, "ids-in-source": {"g55": "08-122"}}, "raw": {"DAY": "25-8-1902", "HOUR": "3 h.", "NAME": "SECRETAIN Roger", "PLACE": "Orléans (Loiret)."}, "date": "2023-08-20T14:49:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
32	dolques-lucien-1905-02-27	{"a1": "32", "3a_sports": "1428"}	{"ertel": "ES-1428", "lerrcp": "A1-32"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Dolques", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1905-02-27 10:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.45031, "lat": 43.56586, "name": "Aspiran", "geoid": 3036544}, "notime": null, "date-ut": "1905-02-27 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Dolques"}, "birth": {"tzo": "+00:09:21", "date": "1905-02-27 10:00", "place": {"c2": "34", "cy": "FR", "lg": 3.45031, "lat": 43.56586, "name": "Aspiran", "geoid": 3036544}, "date-ut": "1905-02-27 09:50:40"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-32"}, "ids-in-sources": {"a1": "32"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "34", "COU": "F", "DAY": "27", "LAT": "43N37", "LON": "3E53", "MON": "2", "NUM": "32", "PRO": "C", "SEC": "40", "YEA": "1905", "CITY": "ASPIRAN"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1905-02-27 10:00"}, "partial-ids": {"ertel": "ES-1428"}}, "raw": {"L": "", "MF": "", "NR": "1428", "ENG": "", "MA_": "1", "G_NR": "32", "MA12": "7", "MARS": "19", "NAME": "Dolques", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,90", "CSINR": "", "KURTZ": "", "PHAS_": "43,800", "STUND": "10,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Lucien", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.02.1905", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
35	duriez-marcel-1940-06-20	{"a1": "35", "3a_sports": "1509", "cfepp-final3": "55"}	{"cfepp": "CF-55", "cpara": "CP-178", "ertel": "ES-1509", "lerrcp": "A1-35"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Duriez", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-06-20 07:45", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.02731, "lat": 50.54873, "name": "Seclin", "geoid": 2975361}, "notime": null, "date-ut": "1940-06-20 05:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Duriez"}, "birth": {"place": {"c2": "59", "cy": "FR", "lg": 3.02731, "lat": 50.54873, "name": "Seclin", "geoid": 2975361}, "date-ut": "1940-06-20 05:45:00"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-35"}, "ids-in-sources": {"a1": "35"}}, "raw": {"H": "5", "MN": "45", "TZ": "0", "COD": "59", "COU": "F", "DAY": "20", "LAT": "50N39", "LON": "3E 5", "MON": "6", "NUM": "35", "PRO": "C", "SEC": "0", "YEA": "1940", "CITY": "SECLIN"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1940-06-20 07:45"}, "partial-ids": {"ertel": "ES-1509"}}, "raw": {"L": "", "MF": "", "NR": "1509", "ENG": "1", "MA_": "2", "G_NR": "35", "MA12": "1", "MARS": "1", "NAME": "Duriez", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,100", "CSINR": "", "KURTZ": "d", "PHAS_": "99,800", "STUND": "7,75", "CFEPNR": "55", "EXTEND": "1", "NATION": "FRA", "TAGMON": "20.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "178", "VORNAME": "Marcel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "20.06.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1940-06-20 07:45", "place": {"c3": ""}, "date-ut": "1940-06-20 05:45"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "55"}}, "raw": {"S": "1", "LT": "07 45", "LV": "FI", "TR": "o", "UT": "05 45", "LAT": "+50.55", "SRC": "L", "LONG": "-03.03", "NAME": "DURIEZ Marcel", "SPORT": "Track & Field", "LOC_DATE": "1940 06 20", "UNIV_DATE": "1940 06 20", "BIRTH_PLACE": "SECLIN", "POSTAL_CODE": "59113"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
13006	simonnet-maurice-rene-1919-10-04	{"a5": "1539", "g55": "08-123"}	{"g55": "08-123", "lerrcp": "A5-1539"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice René", "family": "Simonnet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-10-04 10:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1919-10-04 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1539"}, "birth": {"tzo": "+01:00", "date": "1919-10-04 10:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1919-10-04 09:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1539"}, "ids-in-sources": {"a5": "1539"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "69", "COU": "F", "DAY": "4", "LAT": "45N46", "LON": "4E50", "MON": "10", "NUM": "1539", "PRO": "PT", "SEC": "0", "YEA": "1919", "CITY": "LYON"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"name": {"given": "Maurice René", "family": "Simonnet", "nobility": ""}, "slug": "simonnet-maurice-rene-1919-10-04", "partial-ids": {"g55": "08-123"}, "ids-in-source": {"g55": "08-123"}}, "raw": {"DAY": "4-10-1919", "HOUR": "10 h.", "NAME": "SIMONNET Maurice René", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:49:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
13007	soustelle-jacques-1912-02-03	{"a5": "1540", "g55": "08-124"}	{"g55": "08-124", "lerrcp": "A5-1540"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Soustelle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-02-03 09:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1912-02-03 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Soustelle"}, "birth": {"tzo": "+00:00", "date": "1912-02-03 09:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1912-02-03 09:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1540"}, "ids-in-sources": {"a5": "1540"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "34", "COU": "F", "DAY": "3", "LAT": "43N37", "LON": "3E53", "MON": "2", "NUM": "1540", "PRO": "PT", "SEC": "0", "YEA": "1912", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-124"}, "ids-in-source": {"g55": "08-124"}}, "raw": {"DAY": "3-2-1912", "HOUR": "9 h.", "NAME": "SOUSTELLE Jacques", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:49:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
13008	tanguy-prigent-francois-1909-10-11	{"a5": "1541", "g55": "08-125"}	{"g55": "08-125", "lerrcp": "A5-1541"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Tanguy-Prigent", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1909-10-11 03:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.1, "lat": 48, "name": "St-Jean-du-Doigt", "geoid": 0}, "notime": null, "date-ut": "1909-10-11 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "François", "family": "Tanguy-Prigent"}, "birth": {"tzo": "+00:09:21", "date": "1909-10-11 03:00", "place": {"c2": "29", "cy": "FR", "lg": -4.1, "lat": 48, "name": "Saint-Jean-du-Doig", "geoid": 0}, "date-ut": "1909-10-11 02:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1541"}, "ids-in-sources": {"a5": "1541"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "29", "COU": "F", "DAY": "11", "LAT": "48N 0", "LON": "4W 6", "MON": "10", "NUM": "1541", "PRO": "PT", "SEC": "40", "YEA": "1909", "CITY": "ST-JEAN-DU-DOIG"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "St-Jean-du-Doigt"}}, "partial-ids": {"g55": "08-125"}, "ids-in-source": {"g55": "08-125"}}, "raw": {"DAY": "11-10-1909", "HOUR": "3 h.", "NAME": "TANGUY-PRIGENT Francois", "PLACE": "St-Jean-du-Doigt (Fin.)."}, "date": "2023-08-20T14:49:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
40	guenard-denise-1934-01-13	{"a1": "40", "3a_sports": "2000", "cfepp-final3": "83"}	{"cfepp": "CF-83", "cpara": "CP-219", "ertel": "ES-2000", "lerrcp": "A1-40"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Denise", "family": "Guenard", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:00", "date": "1934-01-13 10:00", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.42716, "lat": 48.82182, "name": "Saint-Maurice", "geoid": 2978170}, "notime": null, "date-ut": "1934-01-13 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Denise", "family": "Guenard"}, "birth": {"tzo": "+00:00", "date": "1934-01-13 10:00", "place": {"c2": "94", "cy": "FR", "lg": 2.42716, "lat": 48.82182, "name": "Saint-Maurice", "geoid": 2978170}, "date-ut": "1934-01-13 10:00"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-40"}, "ids-in-sources": {"a1": "40"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "94", "COU": "F", "DAY": "13", "LAT": "48N47", "LON": "2E29", "MON": "1", "NUM": "40", "PRO": "C", "SEC": "0", "YEA": "1934", "CITY": "ST-MAURICE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "F", "birth": {"date": "1934-01-13 10:00"}, "partial-ids": {"ertel": "ES-2000"}}, "raw": {"L": "", "MF": "F", "NR": "2000", "ENG": "1", "MA_": "2", "G_NR": "40", "MA12": "1", "MARS": "3", "NAME": "Guenard", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,200", "CSINR": "", "KURTZ": "", "PHAS_": "9,900", "STUND": "10,00", "CFEPNR": "83", "EXTEND": "1", "NATION": "FRA", "TAGMON": "13.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "219", "VORNAME": "Denise", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "13.01.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1934-01-13 10:00", "place": {"c3": ""}, "date-ut": "1934-01-13 10:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "83"}}, "raw": {"S": "1", "LT": "10 00", "LV": "FI", "TR": "f", "UT": "10 00", "LAT": "+48.82", "SRC": "L", "LONG": "-02.44", "NAME": "LABORIE Denise", "SPORT": "Track & Field", "LOC_DATE": "1934 01 13", "UNIV_DATE": "1934 01 13", "BIRTH_PLACE": "ST MAURICE", "POSTAL_CODE": "94410"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
38	gaillot-georges-1917-04-27	{"a1": "38", "g55": "03-10", "3a_sports": "1749"}	{"g55": "03-10", "ertel": "ES-1749", "lerrcp": "A1-38"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Gaillot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1917-04-27 15:30", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.33333, "lat": 46.58333, "name": "Châtellerault", "geoid": 0}, "notime": null, "date-ut": "1917-04-27 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Gaillot"}, "birth": {"tzo": "+01:00", "date": "1917-04-27 15:30", "place": {"c2": "86", "cy": "FR", "lg": 0.33333, "lat": 46.58333, "name": "Chattellerault", "geoid": 0}, "date-ut": "1917-04-27 14:30"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-38"}, "ids-in-sources": {"a1": "38"}}, "raw": {"H": "14", "MN": "30", "TZ": "0", "COD": "86", "COU": "F", "DAY": "27", "LAT": "46N35", "LON": "0E20", "MON": "4", "NUM": "38", "PRO": "C", "SEC": "0", "YEA": "1917", "CITY": "CHATTELLERAULT"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1917-04-27 15:30"}, "partial-ids": {"ertel": "ES-1749"}}, "raw": {"L": "", "MF": "", "NR": "1749", "ENG": "", "MA_": "1", "G_NR": "38", "MA12": "5", "MARS": "14", "NAME": "Gaillot", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,500", "CSINR": "", "KURTZ": "", "PHAS_": "29,400", "STUND": "15,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "27.04.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Châtellerault"}}, "partial-ids": {"g55": "03-10"}, "ids-in-source": {"g55": "03-10"}}, "raw": {"DAY": "27-4-1917", "HOUR": "15 h. 30", "NAME": "GAILLOT Georges", "PLACE": "Châtellerault (Vienne)."}, "date": "2023-08-20T14:48:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
13009	teitgen-pierre-1908-05-29	{"a5": "1542", "g55": "08-126"}	{"g55": "08-126", "lerrcp": "A5-1542"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Teitgen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1908-05-29 13:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1908-05-29 12:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Teitgen"}, "birth": {"tzo": "+00:09:21", "date": "1908-05-29 13:00", "place": {"c2": "35", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1908-05-29 12:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1542"}, "ids-in-sources": {"a5": "1542"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "35", "COU": "F", "DAY": "29", "LAT": "48N 7", "LON": "1W40", "MON": "5", "NUM": "1542", "PRO": "PT", "SEC": "40", "YEA": "1908", "CITY": "RENNES"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-126"}, "ids-in-source": {"g55": "08-126"}}, "raw": {"DAY": "29-5-1908", "HOUR": "13 h.", "NAME": "TEITGEN Pierre Henri", "PLACE": "Rennes (Ille-et-Vilaine)."}, "date": "2023-08-20T14:49:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
13010	temple-emmanuel-1895-09-21	{"a5": "1543", "g55": "08-127"}	{"g55": "08-127", "lerrcp": "A5-1543"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emmanuel", "family": "Temple", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-09-21 09:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1895-09-21 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Emmanuel", "family": "Temple"}, "birth": {"tzo": "+00:09:21", "date": "1895-09-21 09:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1895-09-21 08:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1543"}, "ids-in-sources": {"a5": "1543"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "34", "COU": "F", "DAY": "21", "LAT": "43N37", "LON": "3E53", "MON": "9", "NUM": "1543", "PRO": "PT", "SEC": "40", "YEA": "1895", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-127"}, "ids-in-source": {"g55": "08-127"}}, "raw": {"DAY": "21-9-1895", "HOUR": "9 h.", "NAME": "TEMPLE Emmanuel", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
13011	thorez-maurice-1900-04-28	{"a5": "1544", "g55": "08-128"}	{"g55": "08-128", "lerrcp": "A5-1544"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Thorez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-04-28 15:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Noyelles-Godault", "geoid": 0}, "notime": null, "date-ut": "1900-04-28 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Thorez"}, "birth": {"tzo": "+00:09:21", "date": "1900-04-28 15:00", "place": {"c2": "62", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Noyelles-Godaul", "geoid": 0}, "date-ut": "1900-04-28 14:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1544"}, "ids-in-sources": {"a5": "1544"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "62", "COU": "F", "DAY": "28", "LAT": "50N18", "LON": "2E46", "MON": "4", "NUM": "1544", "PRO": "PT", "SEC": "40", "YEA": "1900", "CITY": "NOYELLES-GODAUL"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Noyelles-Godault"}}, "partial-ids": {"g55": "08-128"}, "ids-in-source": {"g55": "08-128"}}, "raw": {"DAY": "28-4-1900", "HOUR": "15 h.", "NAME": "THOREZ Maurice", "PLACE": "Noyelles-Godault (Pas-de-Calais)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
42	haarhoff-pierre-1932-07-09	{"a1": "42", "3a_sports": "2038", "cfepp-final3": "1074"}	{"cfepp": "CF-1074", "cpara": "CP-222", "ertel": "ES-2038", "lerrcp": "A1-42"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Haarhoff", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1932-07-09 16:05", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.75, "lat": 48.58333, "name": "Hagenau", "geoid": 0}, "notime": null, "date-ut": "1932-07-09 15:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Haarhoff"}, "birth": {"tzo": "+01:00", "date": "1932-07-09 16:05", "place": {"c2": "67", "cy": "FR", "lg": 7.75, "lat": 48.58333, "name": "Hagenau", "geoid": 0}, "date-ut": "1932-07-09 15:05"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-42"}, "ids-in-sources": {"a1": "42"}}, "raw": {"H": "15", "MN": "5", "TZ": "0", "COD": "67", "COU": "F", "DAY": "9", "LAT": "48N35", "LON": "7E45", "MON": "7", "NUM": "42", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "HAGENAU"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-07-09 16:05"}, "partial-ids": {"ertel": "ES-2038"}}, "raw": {"L": "", "MF": "", "NR": "2038", "ENG": "", "MA_": "0", "G_NR": "42", "MA12": "6", "MARS": "17", "NAME": "Haarhoff", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,100", "CSINR": "", "KURTZ": "", "PHAS_": "26,900", "STUND": "16,08", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "09.07.", "ZITATE": "DST", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "222", "VORNAME": "Pierre", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "09.07.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1932-07-09 16:05", "place": {"c3": ""}, "date-ut": "1932-07-09 15:05"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "1074"}}, "raw": {"S": "6", "LT": "16 05", "LV": "I", "TR": "f", "UT": "15 05", "LAT": "+48.82", "SRC": "L   F", "LONG": "-07.79", "NAME": "HAARHOFF Pierre", "SPORT": "Track & Field", "LOC_DATE": "1932 07 09", "UNIV_DATE": "1932 07 09", "BIRTH_PLACE": "HAGUENAU", "POSTAL_CODE": "67500"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
44	herice-daniel-1921-09-07	{"a1": "44", "g55": "03-12", "3a_sports": "2111", "cfepp-final3": "71"}	{"g55": "03-12", "cfepp": "CF-71", "ertel": "ES-2111", "lerrcp": "A1-44"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "Herice", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1921-09-07 01:00", "note": null, "place": {"c1": null, "c2": "19", "c3": "", "cy": "FR", "lg": 1.76667, "lat": 45.26667, "name": "Saint-Emilion", "geoid": 0}, "notime": null, "date-ut": "1921-09-07 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Daniel", "family": "Herice"}, "birth": {"tzo": "+01:00", "date": "1921-09-07 01:00", "place": {"c2": "19", "cy": "FR", "lg": 1.76667, "lat": 45.26667, "name": "Saint-Emilion", "geoid": 0}, "date-ut": "1921-09-07 00:00"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-44"}, "ids-in-sources": {"a1": "44"}}, "raw": {"H": "0", "MN": "0", "TZ": "0", "COD": "19", "COU": "F", "DAY": "7", "LAT": "45N16", "LON": "1E46", "MON": "9", "NUM": "44", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "ST-EMILION"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-09-07 01:00"}, "partial-ids": {"ertel": "ES-2111"}}, "raw": {"L": "", "MF": "", "NR": "2111", "ENG": "", "MA_": "1", "G_NR": "44", "MA12": "10", "MARS": "30", "NAME": "Herice", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,200", "CSINR": "", "KURTZ": "", "PHAS_": "28,600", "STUND": "1,00", "CFEPNR": "71", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Daniel", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "07.09.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1921-09-07 01:00", "place": {"c3": ""}, "date-ut": "1921-09-07 00:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "71"}}, "raw": {"S": "10", "LT": "01 00", "LV": "FI", "TR": "f", "UT": "00 00", "LAT": "+44.89", "SRC": "AG", "LONG": "+00.16", "NAME": "HERICE Daniel", "SPORT": "Track & Field", "LOC_DATE": "1921 09 07", "UNIV_DATE": "1921 09 07", "BIRTH_PLACE": "ST EMILION", "POSTAL_CODE": "33330"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Emilion"}}, "partial-ids": {"g55": "03-12"}, "ids-in-source": {"g55": "03-12"}}, "raw": {"DAY": "7-9-1921", "HOUR": "1 h.", "NAME": "HERICE Daniel", "PLACE": "Saint-Emilion (Corrèze)."}, "date": "2023-08-20T14:48:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
13012	tillon-charles-1897-07-03	{"a5": "1545", "g55": "08-129"}	{"g55": "08-129", "lerrcp": "A5-1545"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Tillon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1897-07-03 11:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1897-07-03 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Tillon"}, "birth": {"tzo": "+00:09:21", "date": "1897-07-03 11:00", "place": {"c2": "35", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1897-07-03 10:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1545"}, "ids-in-sources": {"a5": "1545"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "35", "COU": "F", "DAY": "3", "LAT": "48N 7", "LON": "1W40", "MON": "7", "NUM": "1545", "PRO": "PT", "SEC": "40", "YEA": "1897", "CITY": "RENNES"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-129"}, "ids-in-source": {"g55": "08-129"}}, "raw": {"DAY": "3-7-1897", "HOUR": "11 h.", "NAME": "TILLON Charles", "PLACE": "Rennes (Ille-et-Vilaine)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
13013	vallon-louis-1901-08-12	{"a5": "1546", "g55": "08-130"}	{"g55": "08-130", "lerrcp": "A5-1546"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Vallon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1901-08-12 21:00", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 5.01517, "lat": 44.72639, "name": "Crest", "geoid": 3022540}, "notime": null, "date-ut": "1901-08-12 20:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Vallon"}, "birth": {"tzo": "+00:09:21", "date": "1901-08-12 21:00", "place": {"c2": "26", "cy": "FR", "lg": 5.01517, "lat": 44.72639, "name": "Crest", "geoid": 3022540}, "date-ut": "1901-08-12 20:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1546"}, "ids-in-sources": {"a5": "1546"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "26", "COU": "F", "DAY": "12", "LAT": "44N56", "LON": "4E54", "MON": "8", "NUM": "1546", "PRO": "PT", "SEC": "40", "YEA": "1901", "CITY": "CREST"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-130"}, "ids-in-source": {"g55": "08-130"}}, "raw": {"DAY": "12-8-1901", "HOUR": "21 h.", "NAME": "VALLON Louis", "PLACE": "Crest (Drôme)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
48	joye-prudent-1913-12-15	{"a1": "48", "g55": "03-14", "3a_sports": "2238", "cfepp-final3": "81"}	{"g55": "03-14", "cfepp": "CF-81", "cpara": "CP-248", "ertel": "ES-2238", "lerrcp": "A1-48"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Prudent", "family": "Joye", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1913-12-15 21:45", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1913-12-15 21:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Prudent", "family": "Joye"}, "birth": {"tzo": "+00:00", "date": "1913-12-15 21:45", "place": {"c2": "59", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1913-12-15 21:45"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-48"}, "ids-in-sources": {"a1": "48"}}, "raw": {"H": "21", "MN": "45", "TZ": "0", "COD": "59", "COU": "F", "DAY": "15", "LAT": "50N39", "LON": "3E 5", "MON": "12", "NUM": "48", "PRO": "C", "SEC": "0", "YEA": "1913", "CITY": "ROUBAIX"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1913-12-15 21:45"}, "partial-ids": {"ertel": "ES-2238"}}, "raw": {"L": "", "MF": "", "NR": "2238", "ENG": "", "MA_": "1", "G_NR": "48", "MA12": "2", "MARS": "5", "NAME": "Joye", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,000", "CSINR": "", "KURTZ": "", "PHAS_": "97,700", "STUND": "21,75", "CFEPNR": "81", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.12.", "ZITATE": "DST", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "248", "VORNAME": "Prudent", "ZITRANG": "4", "GAUQ1955": "+", "GEBDATUM": "15.12.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1913-12-15 21:45", "place": {"c3": ""}, "date-ut": "1913-12-15 21:45"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "81"}}, "raw": {"S": "2", "LT": "21 45", "LV": "E", "TR": "f", "UT": "21 45", "LAT": "+50.70", "SRC": "ALG", "LONG": "-03.18", "NAME": "JOYE Prudent", "SPORT": "Track & Field", "LOC_DATE": "1913 12 15", "UNIV_DATE": "1913 12 15", "BIRTH_PLACE": "ROUBAIX", "POSTAL_CODE": "59066 CEDEX  1"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-14"}, "ids-in-source": {"g55": "03-14"}}, "raw": {"DAY": "15-12-1913", "HOUR": "21 h. 45", "NAME": "JOYE Prudent", "PLACE": "Roubaix (Nord)."}, "date": "2023-08-20T14:48:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
50	lagorce-guy-1937-01-12	{"a1": "50", "3a_sports": "2331"}	{"cpara": "CP-261", "ertel": "ES-2331", "lerrcp": "A1-50"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Lagorce", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1937-01-12 04:00", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 0.73333, "lat": 45.18333, "name": "Labacheilerie", "geoid": 0}, "notime": null, "date-ut": "1937-01-12 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Lagorce"}, "birth": {"tzo": "+00:00", "date": "1937-01-12 04:00", "place": {"c2": "24", "cy": "FR", "lg": 0.73333, "lat": 45.18333, "name": "Labacheilerie", "geoid": 0}, "date-ut": "1937-01-12 04:00"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-50"}, "ids-in-sources": {"a1": "50"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "24", "COU": "F", "DAY": "12", "LAT": "45N11", "LON": "0E44", "MON": "1", "NUM": "50", "PRO": "C", "SEC": "0", "YEA": "1937", "CITY": "LABACHEILERIE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1937-01-12 04:00"}, "partial-ids": {"ertel": "ES-2331"}}, "raw": {"L": "", "MF": "", "NR": "2331", "ENG": "", "MA_": "1", "G_NR": "50", "MA12": "2", "MARS": "5", "NAME": "Lagorce", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,500", "CSINR": "", "KURTZ": "", "PHAS_": "0,500", "STUND": "4,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "261", "VORNAME": "Guy", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "12.01.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
13014	viatte-charles-1911-03-18	{"a5": "1547", "g55": "08-131"}	{"g55": "08-131", "lerrcp": "A5-1547"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Viatte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-03-18 16:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.78191, "lat": 47.33413, "name": "Liebvillers", "geoid": 2998483}, "notime": null, "date-ut": "1911-03-18 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Viatte"}, "birth": {"tzo": "+00:00", "date": "1911-03-18 16:00", "place": {"c2": "25", "cy": "FR", "lg": 6.78191, "lat": 47.33413, "name": "Liebvillers", "geoid": 2998483}, "date-ut": "1911-03-18 16:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1547"}, "ids-in-sources": {"a5": "1547"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "25", "COU": "F", "DAY": "18", "LAT": "47N15", "LON": "6E 2", "MON": "3", "NUM": "1547", "PRO": "PT", "SEC": "0", "YEA": "1911", "CITY": "LIEBVILLERS"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-131"}, "ids-in-source": {"g55": "08-131"}}, "raw": {"DAY": "18-3-1911", "HOUR": "16 h.", "NAME": "MIATTE Charles", "PLACE": "Liebvillers (Doubs)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
19714	vigier-jean-louis-1914-12-25	{"e1": "2096", "g55": "08-132"}	{"g55": "08-132", "lerrcp": "E1-2096"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Louis", "family": "Vigier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1914-12-25 12:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Corneilla", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive", "politician"]	5	null	[{"new": {"name": {"given": "Jean-Louis", "family": "Vigier"}, "birth": {"tzo": "", "date": "1914-12-25 12:00", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Corneilla del Ver", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2096"}}, "raw": {"H": "12:00", "COD": "66", "DAY": "25", "MON": "12", "NUM": "2096", "PRO": "EX", "YEA": "1914", "CITY": "Corneilla del Ver", "NAME": "VIGIER Jean-Louis", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"birth": {"place": {"name": "Corneilla"}}, "partial-ids": {"g55": "08-132"}, "ids-in-source": {"g55": "08-132"}}, "raw": {"DAY": "25-12-1914", "HOUR": "12 h.", "NAME": "VIGIER Jean-Louis", "PLACE": "Corneilla (Pyrénées-Orientales)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
13016	villon-pierre-1901-08-27	{"a5": "1549", "g55": "08-133"}	{"g55": "08-133", "lerrcp": "A5-1549"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Villon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "Soultz", "geoid": 0}, "notime": null, "date-ut": "1901-08-27 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Villon"}, "birth": {"place": {"c2": "68", "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "Soultz", "geoid": 0}, "date-ut": "1901-08-27 15:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1549"}, "ids-in-sources": {"a5": "1549"}}, "raw": {"H": "16", "MN": "0", "TZ": "-1", "COD": "68", "COU": "F", "DAY": "27", "LAT": "48N 5", "LON": "7E21", "MON": "8", "NUM": "1549", "PRO": "PT", "SEC": "0", "YEA": "1901", "CITY": "SOULTZ"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Soultz"}}, "partial-ids": {"g55": "08-133"}, "ids-in-source": {"g55": "08-133"}}, "raw": {"DAY": "27-8-1901", "HOUR": "16 h.", "NAME": "VILLON Pierre", "PLACE": "Soultz (Haut-Rhin)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
55	lunis-jacques-1923-05-27	{"a1": "55", "g55": "03-19", "3a_sports": "2562", "cfepp-final3": "89"}	{"g55": "03-19", "cfepp": "CF-89", "cpara": "CP-288", "ertel": "ES-2562", "lerrcp": "A1-55"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Lunis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1923-05-27 16:30", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.6608, "lat": 49.89768, "name": "Pierrecourt", "geoid": 2987303}, "notime": null, "date-ut": "1923-05-27 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Lunis"}, "birth": {"tzo": "+01:00", "date": "1923-05-27 16:30", "place": {"c2": "76", "cy": "FR", "lg": 1.6608, "lat": 49.89768, "name": "Pierrecourt", "geoid": 2987303}, "date-ut": "1923-05-27 15:30"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-55"}, "ids-in-sources": {"a1": "55"}}, "raw": {"H": "15", "MN": "30", "TZ": "0", "COD": "76", "COU": "F", "DAY": "27", "LAT": "49N26", "LON": "1E 5", "MON": "5", "NUM": "55", "PRO": "C", "SEC": "0", "YEA": "1923", "CITY": "PIERRECOURT"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1923-05-27 16:30"}, "partial-ids": {"ertel": "ES-2562"}}, "raw": {"L": "", "MF": "", "NR": "2562", "ENG": "1", "MA_": "2", "G_NR": "55", "MA12": "4", "MARS": "12", "NAME": "Lunis", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,300", "CSINR": "", "KURTZ": "", "PHAS_": "85,400", "STUND": "16,50", "CFEPNR": "89", "EXTEND": "1", "NATION": "FRA", "TAGMON": "27.05.", "ZITATE": "DKST", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "288", "VORNAME": "Jacques", "ZITRANG": "5", "GAUQ1955": "+", "GEBDATUM": "27.05.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1923-05-27 16:30", "place": {"c3": ""}, "date-ut": "1923-05-27 15:30"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "89"}}, "raw": {"S": "4", "LT": "16 30", "LV": "FI", "TR": "f", "UT": "15 30", "LAT": "+49.90", "SRC": "ALG", "LONG": "-01.66", "NAME": "LUNIS Jacques", "SPORT": "Track & Field", "LOC_DATE": "1923 05 27", "UNIV_DATE": "1923 05 27", "BIRTH_PLACE": "PIERRECOURT", "POSTAL_CODE": "76340"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-19"}, "ids-in-source": {"g55": "03-19"}}, "raw": {"DAY": "27-5-1923", "HOUR": "16 h. 30", "NAME": "LUNIS Jacques", "PLACE": "Pierrecourt (Seine-Inférieure)."}, "date": "2023-08-20T14:48:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
13017	violette-maurice-1870-09-03	{"a5": "1550", "g55": "08-134"}	{"g55": "08-134", "lerrcp": "A5-1550"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Violette", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:31", "date": "1870-09-03 13:00", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 1.8802, "lat": 48.20284, "name": "Janville", "geoid": 3012502}, "notime": null, "date-ut": "1870-09-03 12:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Violette"}, "birth": {"tzo": "+00:07:31", "date": "1870-09-03 13:00", "place": {"c2": "28", "cy": "FR", "lg": 1.8802, "lat": 48.20284, "name": "Janville", "geoid": 3012502}, "date-ut": "1870-09-03 12:54"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1550"}, "ids-in-sources": {"a5": "1550"}}, "raw": {"H": "12", "MN": "54", "TZ": "0", "COD": "28", "COU": "F", "DAY": "3", "LAT": "48N27", "LON": "1E30", "MON": "9", "NUM": "1550", "PRO": "PT", "SEC": "0", "YEA": "1870", "CITY": "JANVILLE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-134"}, "ids-in-source": {"g55": "08-134"}}, "raw": {"DAY": "3-9-1870", "HOUR": "13 h.", "NAME": "VIOLETTE Maurice", "PLACE": "Janville (Eure-et-Loire)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
13018	wasmer-joseph-1910-09-01	{"a5": "1551", "g55": "08-135"}	{"g55": "08-135", "lerrcp": "A5-1551"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Wasmer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "notime": null, "date-ut": "1910-09-01 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Wasmer"}, "birth": {"place": {"c2": "68", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "date-ut": "1910-09-01 09:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1551"}, "ids-in-sources": {"a5": "1551"}}, "raw": {"H": "10", "MN": "30", "TZ": "-1", "COD": "68", "COU": "F", "DAY": "1", "LAT": "48N 5", "LON": "7E21", "MON": "9", "NUM": "1551", "PRO": "PT", "SEC": "0", "YEA": "1910", "CITY": "MULHOUSE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-135"}, "ids-in-source": {"g55": "08-135"}}, "raw": {"DAY": "1-9-1910", "HOUR": "10 h. 30", "NAME": "WASMER Joseph", "PLACE": "Mulhouse (Haut-Rhin)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
58	marchal-robert-1901-11-10	{"a1": "58", "3a_sports": "2656"}	{"ertel": "ES-2656", "lerrcp": "A1-58"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Marchal", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1901-11-10 01:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Tournanenbrie", "geoid": 0}, "notime": null, "date-ut": "1901-11-10 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Marchal"}, "birth": {"tzo": "+00:09:21", "date": "1901-11-10 01:00", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Tournanenbrie", "geoid": 0}, "date-ut": "1901-11-10 00:50:40"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-58"}, "ids-in-sources": {"a1": "58"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "77", "COU": "F", "DAY": "10", "LAT": "48N33", "LON": "2E40", "MON": "11", "NUM": "58", "PRO": "C", "SEC": "40", "YEA": "1901", "CITY": "TOURNANENBRIE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1901-11-10 01:00"}, "partial-ids": {"ertel": "ES-2656"}}, "raw": {"L": "", "MF": "", "NR": "2656", "ENG": "", "MA_": "1", "G_NR": "58", "MA12": "9", "MARS": "26", "NAME": "Marchal", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,300", "CSINR": "", "KURTZ": "", "PHAS_": "1,500", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.11.", "ZITATE": "O", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "10.11.1901", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
56	macquet-michel-1932-04-03	{"a1": "56", "3a_sports": "2579", "cfepp-final3": "90"}	{"cfepp": "CF-90", "cpara": "CP-289", "ertel": "ES-2579", "lerrcp": "A1-56"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Macquet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1932-04-03 15:00", "note": null, "place": {"c1": null, "c2": "80", "c3": "", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1932-04-03 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Macquet"}, "birth": {"tzo": "+01:00", "date": "1932-04-03 16:00", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1932-04-03 15:00"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-56"}, "ids-in-sources": {"a1": "56"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "80", "COU": "F", "DAY": "3", "LAT": "49N54", "LON": "2E18", "MON": "4", "NUM": "56", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "AMIENS"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-04-03 15:00"}, "partial-ids": {"ertel": "ES-2579"}}, "raw": {"L": "", "MF": "", "NR": "2579", "ENG": "", "MA_": "0", "G_NR": "56", "MA12": "5", "MARS": "15", "NAME": "Macquet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,200", "CSINR": "", "KURTZ": "", "PHAS_": "8,300", "STUND": "15,00", "CFEPNR": "90", "EXTEND": "", "NATION": "FRA", "TAGMON": "03.04.", "ZITATE": "DT", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "289", "VORNAME": "Michel", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "03.04.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1932-04-03 15:00", "place": {"c3": ""}, "date-ut": "1932-04-03 14:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "90"}}, "raw": {"S": "5", "LT": "15 00", "LV": "FI", "TR": "f", "UT": "14 00", "LAT": "+49.90", "SRC": "L", "LONG": "-02.31", "NAME": "MACQUET Michel", "SPORT": "Track & Field", "LOC_DATE": "1932 04 03", "UNIV_DATE": "1932 04 03", "BIRTH_PLACE": "AMIENS", "POSTAL_CODE": "80027 CEDEX"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
19765	abelin-pierre-1909-05-16	{"e3": "2", "g55": "08-136"}	{"g55": "08-136", "lerrcp": "E3-2"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Abelin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-05-16 11:45", "note": null, "place": {"c1": null, "c2": "86", "c3": "", "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "notime": null, "date-ut": "1909-05-16 11:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Abelin"}, "birth": {"tzo": "+00:09", "date": "1909-05-16 11:45", "place": {"c2": "86", "c3": "", "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "date-ut": "1909-05-16 11:36"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "2"}}, "raw": {"H": "11:45", "COD": "86", "DAY": "16", "MON": "05", "NUM": "0002", "PRO": "PO", "YEA": "1909", "CITY": "Poitiers", "NAME": "ABELIN Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"partial-ids": {"g55": "08-136"}, "ids-in-source": {"g55": "08-136"}}, "raw": {"DAY": "16-5-1909", "HOUR": "11 h. 45", "NAME": "ABELIN Pierre", "PLACE": "Poitiers (Vienne)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24647	andre-adrien-1884-05-29	{"g55": "08-137"}	{"g55": "08-137"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrien", "family": "Andre", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1884-05-29 11:00", "note": null, "place": {"c1": "", "c2": "86", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "La Bussiere", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Adrien", "family": "Andre", "nobility": ""}, "birth": {"date": "1884-05-29 11:00", "place": {"c1": "", "c2": "86", "c3": "", "cy": "FR", "name": "La Bussiere"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-137"}}, "raw": {"DAY": "29-5-1884", "HOUR": "11 h.", "NAME": "ANDRE Adrien", "PLACE": "La Bussiere (Vienne)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24648	andre-pierre-1903-10-27	{"g55": "08-138"}	{"g55": "08-138"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Andre", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1903-10-27 05:00", "note": null, "place": {"c1": "", "c2": "54", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Dieulouard", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Andre", "nobility": ""}, "birth": {"date": "1903-10-27 05:00", "place": {"c1": "", "c2": "54", "c3": "", "cy": "FR", "name": "Dieulouard"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-138"}}, "raw": {"DAY": "27-10-1903", "HOUR": "5 h.", "NAME": "ANDRE Pierre", "PLACE": "Dieulouard (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
63	moulines-marcel-1908-12-01	{"a1": "63", "3a_sports": "2977"}	{"ertel": "ES-2977", "lerrcp": "A1-63"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Moulines", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1908-12-01 02:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.31393, "lat": 48.8162, "name": "Montrouge", "geoid": 2992017}, "notime": null, "date-ut": "1908-12-01 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Moulines"}, "birth": {"tzo": "+00:09:21", "date": "1908-12-01 02:00", "place": {"c2": "92", "cy": "FR", "lg": 2.31393, "lat": 48.8162, "name": "Montrouge", "geoid": 2992017}, "date-ut": "1908-12-01 01:50:40"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-63"}, "ids-in-sources": {"a1": "63"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "92", "COU": "F", "DAY": "1", "LAT": "48N50", "LON": "2E11", "MON": "12", "NUM": "63", "PRO": "C", "SEC": "40", "YEA": "1908", "CITY": "MONTROUGE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1908-12-01 02:00"}, "partial-ids": {"ertel": "ES-2977"}}, "raw": {"L": "", "MF": "", "NR": "2977", "ENG": "", "MA_": "0", "G_NR": "63", "MA12": "11", "MARS": "33", "NAME": "Moulines", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,400", "CSINR": "", "KURTZ": "", "PHAS_": "51,200", "STUND": "2,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.12.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
65	paul-robert-1910-04-20	{"a1": "65", "g55": "03-23", "3a_sports": "3170", "cfepp-final3": "113"}	{"g55": "03-23", "cfepp": "CF-113", "cpara": "CP-333", "ertel": "ES-3170", "lerrcp": "A1-65"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Paul", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1910-04-20 21:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Facture-Biganos", "geoid": 0}, "notime": null, "date-ut": "1910-04-20 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Paul"}, "birth": {"tzo": "+00:09:21", "date": "1910-04-22 10:00", "place": {"c2": "33", "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Facturebigan", "geoid": 0}, "date-ut": "1910-04-22 09:50:40"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-65"}, "ids-in-sources": {"a1": "65"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "33", "COU": "F", "DAY": "22", "LAT": "44N50", "LON": "0W34", "MON": "4", "NUM": "65", "PRO": "C", "SEC": "40", "YEA": "1910", "CITY": "FACTUREBIGAN"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1910-04-22 10:00"}, "partial-ids": {"ertel": "ES-3170"}}, "raw": {"L": "", "MF": "", "NR": "3170", "ENG": "1", "MA_": "2", "G_NR": "65", "MA12": "1", "MARS": "3", "NAME": "Paul", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,300", "CSINR": "", "KURTZ": "", "PHAS_": "94,100", "STUND": "10,00", "CFEPNR": "113", "EXTEND": "1", "NATION": "FRA", "TAGMON": "22.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "333", "VORNAME": "Robert", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "22.04.1910", "GQBECORR": "c", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "paul-robert-1910-04-20", "birth": {"date": "1910-04-20 21:00", "place": {"c3": ""}, "date-ut": "1910-04-20 20:51"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "113"}}, "raw": {"S": "5", "LT": "21 00", "LV": "FI", "TR": "f", "UT": "20 51", "LAT": "+44.64", "SRC": "ALG", "LONG": "+00.97", "NAME": "PAUL Robert", "SPORT": "Track & Field", "LOC_DATE": "1910 04 20", "UNIV_DATE": "1910 04 20", "BIRTH_PLACE": "FACTURE", "POSTAL_CODE": "33380"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Facture-Biganos"}}, "partial-ids": {"g55": "03-23"}, "ids-in-source": {"g55": "03-23"}}, "raw": {"DAY": "22-4-1910", "HOUR": "10 h.", "NAME": "PAUL Robert", "PLACE": "Facture-Biganos (Gironde)."}, "date": "2023-08-20T14:48:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
19788	anthonioz-marcel-1911-04-26	{"e3": "25", "g55": "08-139"}	{"g55": "08-139", "lerrcp": "E3-25"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Anthonioz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-04-26 17:00", "note": null, "place": {"c1": null, "c2": "01", "c3": "", "cy": "FR", "lg": 6.13494, "lat": 46.3571, "name": "Divonne-les-Bains", "geoid": 3021296}, "notime": null, "date-ut": "1911-04-26 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Anthonioz"}, "birth": {"tzo": "+00:00", "date": "1911-04-26 17:00", "place": {"c2": "01", "c3": "", "cy": "FR", "lg": 6.13494, "lat": 46.3571, "name": "Divonne-les-Bains", "geoid": 3021296}, "date-ut": "1911-04-26 17:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "25"}}, "raw": {"H": "17:00", "COD": "01", "DAY": "26", "MON": "04", "NUM": "0025", "PRO": "PO", "YEA": "1911", "CITY": "Divonne les Bains", "NAME": "ANTHONIOZ Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"partial-ids": {"g55": "08-139"}, "ids-in-source": {"g55": "08-139"}}, "raw": {"DAY": "26-4-1911", "HOUR": "17 h.", "NAME": "ANTHONIOZ Marcel", "PLACE": "Divonne-les-Bains (Ain)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24649	arbeltier-rene-1897-01-23	{"g55": "08-140"}	{"g55": "08-140"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Arbeltier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1897-01-23 01:00", "note": null, "place": {"c1": "", "c2": "02", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Laon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "René", "family": "Arbeltier", "nobility": ""}, "birth": {"date": "1897-01-23 01:00", "place": {"c1": "", "c2": "02", "c3": "", "cy": "FR", "name": "Laon"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-140"}}, "raw": {"DAY": "23-1-1897", "HOUR": "1 h.", "NAME": "ARBELTIER René", "PLACE": "Laon (Aisne)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
19792	arnal-frank-1898-10-30	{"e3": "29", "g55": "08-141"}	{"g55": "08-141", "lerrcp": "E3-29"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frank", "family": "Arnal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-10-30 11:00", "note": null, "place": {"c1": null, "c2": "48", "c3": "", "cy": "FR", "lg": 3.89569, "lat": 44.33388, "name": "Vialas", "geoid": 2969441}, "notime": null, "date-ut": "1898-10-30 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Frank", "family": "Arnal"}, "birth": {"tzo": "+00:09", "date": "1898-10-30 11:00", "place": {"c2": "48", "c3": "", "cy": "FR", "lg": 3.89569, "lat": 44.33388, "name": "Vialas", "geoid": 2969441}, "date-ut": "1898-10-30 10:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "29"}}, "raw": {"H": "11:00", "COD": "48", "DAY": "30", "MON": "10", "NUM": "0029", "PRO": "PO", "YEA": "1898", "CITY": "Vialas", "NAME": "ARNAL Frank", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"partial-ids": {"g55": "08-141"}, "ids-in-source": {"g55": "08-141"}}, "raw": {"DAY": "30-10-1898", "HOUR": "11 h.", "NAME": "ARNAL Franck", "PLACE": "Vialas (Lozère)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24650	auban-achille-1912-04-14	{"g55": "08-142"}	{"g55": "08-142"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Achille", "family": "Auban", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1912-04-14 23:00", "note": null, "place": {"c1": "", "c2": "31", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Eup", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Achille", "family": "Auban", "nobility": ""}, "birth": {"date": "1912-04-14 23:00", "place": {"c1": "", "c2": "31", "c3": "", "cy": "FR", "name": "Eup"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-142"}}, "raw": {"DAY": "14-4-1912", "HOUR": "23 h.", "NAME": "AUBAN Achille", "PLACE": "Eup (Haute-Garonne)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
68	ramadier-pierre-1902-05-22	{"a1": "68", "g55": "03-24", "3a_sports": "3425", "cfepp-final3": "119"}	{"g55": "03-24", "cfepp": "CF-119", "cpara": "CP-359", "ertel": "ES-3425", "lerrcp": "A1-68"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Ramadier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1902-05-22 23:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 4.13611, "lat": 43.67778, "name": "Lunel", "geoid": 2997116}, "notime": null, "date-ut": "1902-05-22 22:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Ramadier"}, "birth": {"tzo": "+00:09:21", "date": "1902-05-22 23:00", "place": {"c2": "34", "cy": "FR", "lg": 4.13611, "lat": 43.67778, "name": "Lunel", "geoid": 2997116}, "date-ut": "1902-05-22 22:50:40"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-68"}, "ids-in-sources": {"a1": "68"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "34", "COU": "F", "DAY": "22", "LAT": "43N37", "LON": "3E53", "MON": "5", "NUM": "68", "PRO": "C", "SEC": "40", "YEA": "1902", "CITY": "LUNEL"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1902-05-22 23:00"}, "partial-ids": {"ertel": "ES-3425"}}, "raw": {"L": "", "MF": "", "NR": "3425", "ENG": "", "MA_": "1", "G_NR": "68", "MA12": "10", "MARS": "28", "NAME": "Ramadier", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,700", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "23,00", "CFEPNR": "119", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "359", "VORNAME": "Pierre", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "22.05.1902", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1902-05-22 23:00", "place": {"c3": ""}, "date-ut": "1902-05-22 22:51"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "119"}}, "raw": {"S": "10", "LT": "23 00", "LV": "FI", "TR": "f", "UT": "22 51", "LAT": "+43.68", "SRC": "ALG", "LONG": "-04.13", "NAME": "RAMADIER Pierre", "SPORT": "Track & Field", "LOC_DATE": "1902 05 22", "UNIV_DATE": "1902 05 22", "BIRTH_PLACE": "LUNEL", "POSTAL_CODE": "34400"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-24"}, "ids-in-source": {"g55": "03-24"}}, "raw": {"DAY": "22-5-1902", "HOUR": "23 h.", "NAME": "RAMADIER Pierre", "PLACE": "Lunel (Hérault)."}, "date": "2023-08-20T14:48:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24651	aubin-jean-1901-08-15	{"g55": "08-143"}	{"g55": "08-143"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Aubin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1901-08-15 19:00", "note": null, "place": {"c1": "", "c2": "05", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Etienne-le-Laus", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Aubin", "nobility": ""}, "birth": {"date": "1901-08-15 19:00", "place": {"c1": "", "c2": "05", "c3": "", "cy": "FR", "name": "Saint-Etienne-le-Laus"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-143"}}, "raw": {"DAY": "15-8-1901", "HOUR": "19 h.", "NAME": "AUBIN Jean", "PLACE": "Saint-Etienne-le-Laus (Hautes-Alpes)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24652	aubry-paul-1902-02-14	{"g55": "08-144"}	{"g55": "08-144"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Aubry", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1902-02-14 12:00", "note": null, "place": {"c1": "", "c2": "52", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Chaumont", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Aubry", "nobility": ""}, "birth": {"date": "1902-02-14 12:00", "place": {"c1": "", "c2": "52", "c3": "", "cy": "FR", "name": "Chaumont"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-144"}}, "raw": {"DAY": "14-2-1902", "HOUR": "12 h.", "NAME": "AUBRY Paul", "PLACE": "Chaumont (Haute-Marne)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24653	audeguil-fernand-1887-01-16	{"g55": "08-145"}	{"g55": "08-145"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Audeguil", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1887-01-16 09:00", "note": null, "place": {"c1": "", "c2": "47", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Monclar-d’Agenais", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Audeguil", "nobility": ""}, "birth": {"date": "1887-01-16 09:00", "place": {"c1": "", "c2": "47", "c3": "", "cy": "FR", "name": "Monclar-d’Agenais"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-145"}}, "raw": {"DAY": "16-1-1887", "HOUR": "9 h.", "NAME": "AUDEGUIL Fernand", "PLACE": "Monclar-d’Agenais (Lot-et-G.)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24654	ballanger-robert-1912-11-02	{"g55": "08-146"}	{"g55": "08-146"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Ballanger", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1912-11-02 21:00", "note": null, "place": {"c1": "", "c2": "44", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Nantes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Ballanger", "nobility": ""}, "birth": {"date": "1912-11-02 21:00", "place": {"c1": "", "c2": "44", "c3": "", "cy": "FR", "name": "Nantes"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-146"}}, "raw": {"DAY": "2-11-1912", "HOUR": "21 h.", "NAME": "BALLANGER Robert", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
71	sempe-gabriel-1901-04-01	{"a1": "71", "3a_sports": "3786", "cfepp-final3": "127"}	{"cfepp": "CF-127", "cpara": "CP-384", "ertel": "ES-3786", "lerrcp": "A1-71"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Sempe", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1901-04-01 23:45", "note": null, "place": {"c1": null, "c2": "65", "c3": "", "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "notime": null, "date-ut": "1901-04-01 23:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Sempe"}, "birth": {"tzo": "+00:09:21", "date": "1901-04-02 11:45", "place": {"c2": "65", "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "date-ut": "1901-04-02 11:35:40"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-71"}, "ids-in-sources": {"a1": "71"}}, "raw": {"H": "11", "MN": "35", "TZ": "0", "COD": "65", "COU": "F", "DAY": "2", "LAT": "43N14", "LON": "0E 5", "MON": "4", "NUM": "71", "PRO": "C", "SEC": "40", "YEA": "1901", "CITY": "TARBES"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1901-04-02 11:45"}, "partial-ids": {"ertel": "ES-3786"}}, "raw": {"L": "", "MF": "", "NR": "3786", "ENG": "", "MA_": "0", "G_NR": "71", "MA12": "11", "MARS": "32", "NAME": "Sempé", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,500", "CSINR": "", "KURTZ": "", "PHAS_": "96,000", "STUND": "11,75", "CFEPNR": "127", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "384", "VORNAME": "Gabriel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "02.04.1901", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "sempe-gabriel-1901-04-01", "birth": {"date": "1901-04-01 23:45", "place": {"c3": ""}, "date-ut": "1901-04-01 23:36"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "127"}}, "raw": {"S": "5", "LT": "23 45", "LV": "FI", "TR": "f", "UT": "23 36", "LAT": "+43.23", "SRC": "AL", "LONG": "-00.08", "NAME": "SEMPE Gabriel", "SPORT": "Track & Field", "LOC_DATE": "1901 04 01", "UNIV_DATE": "1901 04 01", "BIRTH_PLACE": "TARBES", "POSTAL_CODE": "65013 CEDEX"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
74	thureau-jean-1927-06-22	{"a1": "74", "g55": "03-27", "3a_sports": "4019", "cfepp-final3": "131"}	{"g55": "03-27", "cfepp": "CF-131", "ertel": "ES-4019", "lerrcp": "A1-74"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Thureau", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1927-06-22 17:30", "note": null, "place": {"c1": null, "c2": "18", "c3": "", "cy": "FR", "lg": 2.0684, "lat": 47.22186, "name": "Vierzon", "geoid": 2969257}, "notime": null, "date-ut": "1927-06-22 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Thureau"}, "birth": {"tzo": "+01:00", "date": "1927-06-22 17:30", "place": {"c2": "18", "cy": "FR", "lg": 2.0684, "lat": 47.22186, "name": "Vierzon", "geoid": 2969257}, "date-ut": "1927-06-22 16:30"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-74"}, "ids-in-sources": {"a1": "74"}}, "raw": {"H": "16", "MN": "30", "TZ": "0", "COD": "18", "COU": "F", "DAY": "22", "LAT": "47N 5", "LON": "2E23", "MON": "6", "NUM": "74", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "VIERZON"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-06-22 17:30"}, "partial-ids": {"ertel": "ES-4019"}}, "raw": {"L": "", "MF": "", "NR": "4019", "ENG": "1", "MA_": "2", "G_NR": "74", "MA12": "4", "MARS": "12", "NAME": "Thureau", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,10", "CSINR": "", "KURTZ": "", "PHAS_": "55,200", "STUND": "17,50", "CFEPNR": "131", "EXTEND": "1", "NATION": "FRA", "TAGMON": "22.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "22.06.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1927-06-22 17:30", "place": {"c3": ""}, "date-ut": "1927-06-22 16:30"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "131"}}, "raw": {"S": "4", "LT": "17 30", "LV": "I", "TR": "f", "UT": "16 30", "LAT": "+47.22", "SRC": "AG", "LONG": "-02.06", "NAME": "THUREAU Jean", "SPORT": "Track & Field", "LOC_DATE": "1927 06 22", "UNIV_DATE": "1927 06 22", "BIRTH_PLACE": "VIERZON", "POSTAL_CODE": "18101 CEDEX"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-27"}, "ids-in-source": {"g55": "03-27"}}, "raw": {"DAY": "22-6-1927", "HOUR": "17 h. 30", "NAME": "THUREAU Jean", "PLACE": "Vierzon (Cher)."}, "date": "2023-08-20T14:48:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24655	bapst-philippe-1892-12-28	{"g55": "08-147"}	{"g55": "08-147"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Bapst", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1892-12-28 10:00", "note": null, "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Erstein", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Bapst", "nobility": ""}, "birth": {"date": "1892-12-28 10:00", "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "name": "Erstein"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-147"}}, "raw": {"DAY": "28-12-1892", "HOUR": "10 h.", "NAME": "BAPST Philippe", "PLACE": "Erstein (Bas-Rhin)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24656	barbier-andre-1885-03-03	{"g55": "08-148"}	{"g55": "08-148"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Barbier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1885-03-03 20:00", "note": null, "place": {"c1": "", "c2": "88", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Darney", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Barbier", "nobility": ""}, "birth": {"date": "1885-03-03 20:00", "place": {"c1": "", "c2": "88", "c3": "", "cy": "FR", "name": "Darney"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-148"}}, "raw": {"DAY": "3-3-1885", "HOUR": "20 h.", "NAME": "BARBIER André", "PLACE": "Darney (Vosges)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
19821	bardon-andre-1901-01-10	{"e3": "58", "g55": "08-149"}	{"g55": "08-149", "lerrcp": "E3-58"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Bardon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-01-10 22:00", "note": null, "place": {"c1": null, "c2": "87", "c3": "", "cy": "FR", "lg": 1.37338, "lat": 46.26609, "name": "Arnac-la-Poste", "geoid": 3036879}, "notime": null, "date-ut": "1901-01-10 21:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Bardon"}, "birth": {"tzo": "+00:09", "date": "1901-01-10 22:00", "place": {"c2": "87", "c3": "", "cy": "FR", "lg": 1.37338, "lat": 46.26609, "name": "Arnac-la-Poste", "geoid": 3036879}, "date-ut": "1901-01-10 21:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "58"}}, "raw": {"H": "22:00", "COD": "87", "DAY": "10", "MON": "01", "NUM": "0058", "PRO": "PO", "YEA": "1901", "CITY": "Arnac la Poste", "NAME": "BARDON André", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"partial-ids": {"g55": "08-149"}, "ids-in-source": {"g55": "08-149"}}, "raw": {"DAY": "10-1-1901", "HOUR": "22 h.", "NAME": "BARDON André", "PLACE": "Arnac-la-Poste (Haute-Vienne)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
80	veste-paulette-1928-02-24	{"a1": "80", "g55": "03-440", "3a_sports": "4228", "cfepp-final3": "138"}	{"g55": "03-440", "cfepp": "CF-138", "ertel": "ES-4228", "lerrcp": "A1-80"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paulette", "family": "Veste", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:00", "date": "1928-02-24 20:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.42267, "lat": 50.56263, "name": "Lespesses", "geoid": 3000028}, "notime": null, "date-ut": "1928-02-24 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Paulette", "family": "Veste"}, "birth": {"tzo": "+00:00", "date": "1928-02-24 20:00", "place": {"c2": "62", "cy": "FR", "lg": 2.42267, "lat": 50.56263, "name": "Lespesses", "geoid": 3000028}, "date-ut": "1928-02-24 20:00"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-80"}, "ids-in-sources": {"a1": "80"}}, "raw": {"H": "20", "MN": "0", "TZ": "0", "COD": "62", "COU": "F", "DAY": "24", "LAT": "50N18", "LON": "2E46", "MON": "2", "NUM": "80", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "LESPESSES"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "F", "birth": {"date": "1928-02-24 20:00"}, "partial-ids": {"ertel": "ES-4228"}}, "raw": {"L": "", "MF": "F", "NR": "4228", "ENG": "", "MA_": "1", "G_NR": "80", "MA12": "9", "MARS": "26", "NAME": "Veste", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,500", "CSINR": "", "KURTZ": "", "PHAS_": "9,100", "STUND": "20,00", "CFEPNR": "138", "EXTEND": "", "NATION": "FRA", "TAGMON": "24.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Paulette", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.02.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1928-02-24 20:00", "place": {"c3": ""}, "date-ut": "1928-02-24 20:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "138"}}, "raw": {"S": "9", "LT": "20 00", "LV": "FI", "TR": "f", "UT": "20 00", "LAT": "+50.56", "SRC": "AG", "LONG": "-02.43", "NAME": "VESTE Paulette", "SPORT": "Track & Field", "LOC_DATE": "1928 02 24", "UNIV_DATE": "1928 02 24", "BIRTH_PLACE": "LESPESSES", "POSTAL_CODE": "62190"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-440"}, "ids-in-source": {"g55": "03-440"}}, "raw": {"DAY": "24-2-1928", "HOUR": "20 h.", "NAME": "VESTE Paulette", "PLACE": "Lespesse (Pas-de-Calais)."}, "date": "2023-08-20T14:48:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
19828	barres-philippe-1896-07-08	{"e3": "66", "g55": "08-150"}	{"g55": "08-150", "lerrcp": "E3-66"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Barres", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1896-07-08 11:30", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1896-07-08 11:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist", "politician"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Barres"}, "birth": {"tzo": "+00:09", "date": "1896-07-08 11:30", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1896-07-08 11:21"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "66"}}, "raw": {"H": "11:30", "COD": "92", "DAY": "08", "MON": "07", "NUM": "0066", "PRO": "JO", "YEA": "1896", "CITY": "Neuilly sur Seine", "NAME": "BARRES Philippe", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"partial-ids": {"g55": "08-150"}, "ids-in-source": {"g55": "08-150"}}, "raw": {"DAY": "8-7-1896", "HOUR": "11 h. 30", "NAME": "BARRES Philippe", "PLACE": "Neuilly-sur-Seine (Seine)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
78	vernier-jacques-1923-07-21	{"a1": "78", "g55": "03-30", "3a_sports": "4211", "cfepp-final3": "136"}	{"g55": "03-30", "cfepp": "CF-136", "ertel": "ES-4211", "lerrcp": "A1-78"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Vernier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1923-07-21 07:30", "note": null, "place": {"c1": null, "c2": "25", "c3": "", "cy": "FR", "lg": 6.03333, "lat": 47.25, "name": "Grand-Chamont", "geoid": 0}, "notime": null, "date-ut": "1923-07-21 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Vernier"}, "birth": {"tzo": "+01:00", "date": "1923-07-21 07:30", "place": {"c2": "25", "cy": "FR", "lg": 6.03333, "lat": 47.25, "name": "Grandchamont", "geoid": 0}, "date-ut": "1923-07-21 06:30"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-78"}, "ids-in-sources": {"a1": "78"}}, "raw": {"H": "6", "MN": "30", "TZ": "0", "COD": "25", "COU": "F", "DAY": "21", "LAT": "47N15", "LON": "6E 2", "MON": "7", "NUM": "78", "PRO": "C", "SEC": "0", "YEA": "1923", "CITY": "GRANDCHAMONT"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1923-07-21 07:30"}, "partial-ids": {"ertel": "ES-4211"}}, "raw": {"L": "", "MF": "", "NR": "4211", "ENG": "1", "MA_": "2", "G_NR": "78", "MA12": "1", "MARS": "3", "NAME": "Vernier", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,400", "CSINR": "", "KURTZ": "", "PHAS_": "49,400", "STUND": "7,50", "CFEPNR": "136", "EXTEND": "1", "NATION": "FRA", "TAGMON": "21.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "21.07.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1923-07-21 07:30", "place": {"c3": ""}, "date-ut": "1923-07-21 06:30"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "136"}}, "raw": {"S": "1", "LT": "07 30", "LV": "FI", "TR": "f", "UT": "06 30", "LAT": "+47.53", "SRC": "ALG", "LONG": "-06.82", "NAME": "VERNIER Jacques", "SPORT": "Track & Field", "LOC_DATE": "1923 07 21", "UNIV_DATE": "1923 07 21", "BIRTH_PLACE": "GRAND CHARMONT", "POSTAL_CODE": "25200"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Grand-Chamont"}}, "partial-ids": {"g55": "03-30"}, "ids-in-source": {"g55": "03-30"}}, "raw": {"DAY": "21-7-1923", "HOUR": "7 h. 30", "NAME": "VERNIER Jacques", "PLACE": "Grand-Chamont (Doubs)."}, "date": "2023-08-20T14:48:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24657	barrier-robert-1907-12-29	{"g55": "08-151"}	{"g55": "08-151"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Barrier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1907-12-29 04:00", "note": null, "place": {"c1": "", "c2": "01", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Bellegarde", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Barrier", "nobility": ""}, "birth": {"date": "1907-12-29 04:00", "place": {"c1": "", "c2": "01", "c3": "", "cy": "FR", "name": "Bellegarde"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-151"}}, "raw": {"DAY": "29-12-1907", "HOUR": "4 h.", "NAME": "BARRIER Robert", "PLACE": "Bellegarde (Ain)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24658	barthelemy-andre-1897-06-17	{"g55": "08-152"}	{"g55": "08-152"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Barthelemy", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1897-06-17 08:30", "note": null, "place": {"c1": "", "c2": "39", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Dôle", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Barthelemy", "nobility": ""}, "birth": {"date": "1897-06-17 08:30", "place": {"c1": "", "c2": "39", "c3": "", "cy": "FR", "name": "Dôle"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-152"}}, "raw": {"DAY": "17-6-1897", "HOUR": "8 h. 30", "NAME": "BARTHELEMY André", "PLACE": "Dôle (Jura)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24659	bartolini-jean-1899-01-10	{"g55": "08-153"}	{"g55": "08-153"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bartolini", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1899-01-10 07:00", "note": null, "place": {"c1": "", "c2": "83", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Toulon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bartolini", "nobility": ""}, "birth": {"date": "1899-01-10 07:00", "place": {"c1": "", "c2": "83", "c3": "", "cy": "FR", "name": "Toulon"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-153"}}, "raw": {"DAY": "10-1-1899", "HOUR": "7 h.", "NAME": "BARTOLINI Jean", "PLACE": "Toulon (Var)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
84	roelants-gaston-1937-02-05	{"a1": "84", "3a_sports": "3540"}	{"ertel": "ES-3540", "lerrcp": "A1-84"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Roelants", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1937-02-05 02:00", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "OPVELP", "geoid": 0}, "notime": null, "date-ut": "1937-02-05 02:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Roelants"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "OPVELP", "geoid": 0}, "date-ut": "1937-02-05 02:00:00"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-84"}, "ids-in-sources": {"a1": "84"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "5", "LAT": "50N51", "LON": "4E15", "MON": "2", "NUM": "84", "PRO": "C", "SEC": "0", "YEA": "1937", "CITY": "OPVELP"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1937-02-05 02:00"}, "partial-ids": {"ertel": "ES-3540"}}, "raw": {"L": "", "MF": "", "NR": "3540", "ENG": "1", "MA_": "2", "G_NR": "84", "MA12": "1", "MARS": "2", "NAME": "Roelants", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,300", "CSINR": "", "KURTZ": "", "PHAS_": "36,200", "STUND": "2,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "05.02.", "ZITATE": "DKSTO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gaston", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "05.02.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:36+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24660	bastide-denise-1916-12-23	{"g55": "08-154"}	{"g55": "08-154"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Denise", "family": "Bastide", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1916-12-23 08:00", "note": null, "place": {"c1": "", "c2": "15", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Aurillac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Denise", "family": "Bastide", "nobility": ""}, "birth": {"date": "1916-12-23 08:00", "place": {"c1": "", "c2": "15", "c3": "", "cy": "FR", "name": "Aurillac"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-154"}}, "raw": {"DAY": "23-12-1916", "HOUR": "8 h.", "NAME": "BASTIDE Denise", "PLACE": "Aurillac (Cantal)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
81	winter-paul-1906-02-06	{"a1": "81", "g55": "03-32", "3a_sports": "4335", "cfepp-final3": "140"}	{"g55": "03-32", "cfepp": "CF-140", "cpara": "CP-427", "ertel": "ES-4335", "lerrcp": "A1-81"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Winter", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1906-02-06 14:00", "note": null, "place": {"c1": null, "c2": "68", "c3": "", "cy": "FR", "lg": 7.31938, "lat": 48.1951, "name": "Ribeauvillé", "geoid": 2983705}, "notime": null, "date-ut": "1906-02-06 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Winter"}, "birth": {"place": {"c2": "68", "cy": "FR", "lg": 7.31938, "lat": 48.1951, "name": "Ribeauvillé", "geoid": 2983705}, "date-ut": "1906-02-06 13:00"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-81"}, "ids-in-sources": {"a1": "81"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "68", "COU": "F", "DAY": "6", "LAT": "48N 5", "LON": "7E21", "MON": "2", "NUM": "81", "PRO": "C", "SEC": "0", "YEA": "1906", "CITY": "RIBEAUVILLE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1906-02-06 14:00"}, "partial-ids": {"ertel": "ES-4335"}}, "raw": {"L": "", "MF": "", "NR": "4335", "ENG": "", "MA_": "0", "G_NR": "81", "MA12": "3", "MARS": "7", "NAME": "Winter", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,100", "CSINR": "", "KURTZ": "", "PHAS_": "88,100", "STUND": "14,00", "CFEPNR": "140", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.02.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "427", "VORNAME": "Paul", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "06.02.1906", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1906-02-06 14:00", "place": {"c3": ""}, "date-ut": "1906-02-06 13:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "140"}}, "raw": {"S": "3", "LT": "14 00", "LV": "O", "TR": "a", "UT": "13 00", "LAT": "+48.19", "SRC": "ALG", "LONG": "-07.32", "NAME": "WINTER Paul", "SPORT": "Track & Field", "LOC_DATE": "1906 02 06", "UNIV_DATE": "1906 02 06", "BIRTH_PLACE": "RIBEAUVILLE", "POSTAL_CODE": "68150"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-32"}, "ids-in-source": {"g55": "03-32"}}, "raw": {"DAY": "6-2-1906", "HOUR": "14 h.", "NAME": "WINTER Paul", "PLACE": "Ribeauvillé (Haut-Rhin)."}, "date": "2023-08-20T14:48:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24661	baurens-alexandre-1900-02-20	{"g55": "08-155"}	{"g55": "08-155"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Baurens", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1900-02-20 02:00", "note": null, "place": {"c1": "", "c2": "32", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Valence-sur-Baise", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Baurens", "nobility": ""}, "birth": {"date": "1900-02-20 02:00", "place": {"c1": "", "c2": "32", "c3": "", "cy": "FR", "name": "Valence-sur-Baise"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-155"}}, "raw": {"DAY": "20-2-1900", "HOUR": "2 h.", "NAME": "BAURENS Alexandre", "PLACE": "Valence-sur-Baise (Gers)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24662	baylet-jean-1904-04-06	{"g55": "08-156"}	{"g55": "08-156"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Baylet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1904-04-06 20:00", "note": null, "place": {"c1": "", "c2": "82", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Valence-d’Agen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Baylet", "nobility": ""}, "birth": {"date": "1904-04-06 20:00", "place": {"c1": "", "c2": "82", "c3": "", "cy": "FR", "name": "Valence-d’Agen"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-156"}}, "raw": {"DAY": "6-4-1904", "HOUR": "20 h.", "NAME": "BAYLET Jean", "PLACE": "Valence-d’Agen (Tarn-et-Garonne)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
17732	bayrou-maurice-1905-03-02	{"e1": "97", "e3": "74", "g55": "08-157"}	{"g55": "08-157", "lerrcp": "E1-97"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Bayrou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-03-02 08:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.6545, "lat": 43.56076, "name": "Lanta", "geoid": 3007535}, "notime": null, "date-ut": "1905-03-02 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Bayrou"}, "birth": {"tzo": "+00:09", "date": "1905-03-02 08:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.6545, "lat": 43.56076, "name": "Lanta", "geoid": 3007535}, "date-ut": "1905-03-02 07:51"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "97"}}, "raw": {"H": "08:00", "COD": "31", "DAY": "02", "MON": "03", "NUM": "0097", "PRO": "MI", "YEA": "1905", "CITY": "Lanta", "NAME": "BAYROU Maurice", "NOTE": "L"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"occus": ["politician"], "ids-in-sources": {"e3": "74"}}, "raw": {"H": "08:00", "COD": "31", "DAY": "02", "MON": "03", "NUM": "0074", "PRO": "PO", "YEA": "1905", "CITY": "Lanta", "NAME": "BAYROU Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"partial-ids": {"g55": "08-157"}, "ids-in-source": {"g55": "08-157"}}, "raw": {"DAY": "2-3-1905", "HOUR": "8 h.", "NAME": "BAYROU Maurice", "PLACE": "Lanta (Haute-Garonne)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[null]
86	eysker-gerrit-1901-07-19	{"a1": "86", "3a_sports": "1564"}	{"ertel": "ES-1564", "lerrcp": "A1-86"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gerrit", "family": "Eysker", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1901-07-19 13:00", "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "WORMERVEER", "geoid": 0}, "notime": null, "date-ut": "1901-07-19 12:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Gerrit", "family": "Eysker"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "WORMERVEER", "geoid": 0}, "date-ut": "1901-07-19 12:41:28"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-86"}, "ids-in-sources": {"a1": "86"}}, "raw": {"H": "12", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "19", "LAT": "52N22", "LON": "4E38", "MON": "7", "NUM": "86", "PRO": "C", "SEC": "28", "YEA": "1901", "CITY": "WORMERVEER"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1901-07-19 13:00"}, "partial-ids": {"ertel": "ES-1564"}}, "raw": {"L": "", "MF": "", "NR": "1564", "ENG": "", "MA_": "1", "G_NR": "86", "MA12": "2", "MARS": "4", "NAME": "Eysker", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,700", "CSINR": "", "KURTZ": "", "PHAS_": "11,000", "STUND": "13,00", "CFEPNR": "", "EXTEND": "", "NATION": "NET", "TAGMON": "19.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gerrit", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.07.1901", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
88	chiron-louis-1899-08-03	{"a1": "88", "g55": "03-34", "3a_sports": "1001"}	{"g55": "03-34", "ertel": "ES-1001", "lerrcp": "A1-88"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Chiron", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1899-08-03 18:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26667, "lat": 43.7, "name": "Monte-Carlo", "geoid": 0}, "notime": null, "date-ut": "1899-08-03 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Chiron"}, "birth": {"tzo": "+00:09:21", "date": "1899-08-03 18:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26667, "lat": 43.7, "name": "Montecarlo", "geoid": 0}, "date-ut": "1899-08-03 17:50:40"}, "occus": ["motor-sports-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-88"}, "ids-in-sources": {"a1": "88"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "06", "COU": "F", "DAY": "3", "LAT": "43N42", "LON": "7E16", "MON": "8", "NUM": "88", "PRO": "C", "SEC": "40", "YEA": "1899", "CITY": "MONTECARLO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1899-08-03 18:00"}, "partial-ids": {"ertel": "ES-1001"}}, "raw": {"L": "", "MF": "", "NR": "1001", "ENG": "", "MA_": "1", "G_NR": "88", "MA12": "5", "MARS": "14", "NAME": "Chiron", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,800", "CSINR": "", "KURTZ": "", "PHAS_": "10,700", "STUND": "18,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "03.08.", "ZITATE": "CDS", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Louis", "ZITRANG": "4", "GAUQ1955": "+", "GEBDATUM": "03.08.1899", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Monte-Carlo"}}, "partial-ids": {"g55": "03-34"}, "ids-in-source": {"g55": "03-34"}}, "raw": {"DAY": "3-8-1899", "HOUR": "18 h.", "NAME": "CHIRON Louis", "PLACE": "Monte-Carlo (Alpes-Maritimes)."}, "date": "2023-08-20T14:48:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24663	beaumont-guerin-1896-08-29	{"g55": "08-158"}	{"g55": "08-158"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guérin", "family": "Beaumont", "spouse": [], "nobility": "de", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1896-08-29 04:05", "note": null, "place": {"c1": "", "c2": "50", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Airel", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Guérin", "family": "Beaumont", "nobility": "de"}, "birth": {"date": "1896-08-29 04:05", "place": {"c1": "", "c2": "50", "c3": "", "cy": "FR", "name": "Airel"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-158"}}, "raw": {"DAY": "29-8-1896", "HOUR": "4 h. 05", "NAME": "BEAUMONT (de) Guérin", "PLACE": "Airel (Manche)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
19841	bechard-paul-1899-12-25	{"e3": "80", "g55": "08-159"}	{"g55": "08-159", "lerrcp": "E3-80"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Bechard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-12-25 01:00", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": 4.08082, "lat": 44.12489, "name": "Alès", "geoid": 3038224}, "notime": null, "date-ut": "1899-12-25 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Bechard"}, "birth": {"tzo": "+00:09", "date": "1899-12-25 01:00", "place": {"c2": "30", "c3": "", "cy": "FR", "lg": 4.08082, "lat": 44.12489, "name": "Alès", "geoid": 3038224}, "date-ut": "1899-12-25 00:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "80"}}, "raw": {"H": "01:00", "COD": "30", "DAY": "25", "MON": "12", "NUM": "0080", "PRO": "PO", "YEA": "1899", "CITY": "Alès", "NAME": "BECHARD Paul", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"partial-ids": {"g55": "08-159"}, "ids-in-source": {"g55": "08-159"}}, "raw": {"DAY": "25-12-1899", "HOUR": "1 h.", "NAME": "BECHARD Paul", "PLACE": "Ales (Gard)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24664	beche-emile-1898-01-20	{"g55": "08-160"}	{"g55": "08-160"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Beche", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1898-01-20 13:00", "note": null, "place": {"c1": "", "c2": "71", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Germain-du-Bois", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Beche", "nobility": ""}, "birth": {"date": "1898-01-20 13:00", "place": {"c1": "", "c2": "71", "c3": "", "cy": "FR", "name": "Saint-Germain-du-Bois"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-160"}}, "raw": {"DAY": "20-1-1898", "HOUR": "13 h.", "NAME": "BECHE Emile", "PLACE": "Saint-Germain-du-Bois (Saône-et-L.)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24665	becquet-raoul-1887-12-04	{"g55": "08-161"}	{"g55": "08-161"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raoul", "family": "Becquet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1887-12-04 07:00", "note": null, "place": {"c1": "", "c2": "76", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Biville-sur-Mer", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Raoul", "family": "Becquet", "nobility": ""}, "birth": {"date": "1887-12-04 07:00", "place": {"c1": "", "c2": "76", "c3": "", "cy": "FR", "name": "Biville-sur-Mer"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-161"}}, "raw": {"DAY": "4-12-1887", "HOUR": "7 h.", "NAME": "BECQUET Raoul", "PLACE": "Biville-sur-Mer (Seine-Inférieure)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
95	rosier-louis-1905-11-05	{"a1": "95", "3a_sports": "3576", "cfepp-final3": "155"}	{"cfepp": "CF-155", "ertel": "ES-3576", "lerrcp": "A1-95"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Rosier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1905-11-05 03:00", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 3.08333, "lat": 45.78333, "name": "Chapdesbeau", "geoid": 0}, "notime": null, "date-ut": "1905-11-05 02:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Rosier"}, "birth": {"tzo": "+00:09:21", "date": "1905-11-05 03:00", "place": {"c2": "63", "cy": "FR", "lg": 3.08333, "lat": 45.78333, "name": "Chapdesbeau", "geoid": 0}, "date-ut": "1905-11-05 02:50:40"}, "occus": ["motor-sports-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-95"}, "ids-in-sources": {"a1": "95"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "63", "COU": "F", "DAY": "5", "LAT": "45N47", "LON": "3E 5", "MON": "11", "NUM": "95", "PRO": "C", "SEC": "40", "YEA": "1905", "CITY": "CHAPDESBEAU"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1905-11-05 03:00"}, "partial-ids": {"ertel": "ES-3576"}}, "raw": {"L": "", "MF": "", "NR": "3576", "ENG": "", "MA_": "1", "G_NR": "95", "MA12": "9", "MARS": "26", "NAME": "Rosier", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,100", "CSINR": "", "KURTZ": "", "PHAS_": "59,500", "STUND": "3,00", "CFEPNR": "155", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.11.", "ZITATE": "DC", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Louis", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "05.11.1905", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1905-11-05 03:00", "place": {"c3": ""}, "date-ut": "1905-11-05 02:51"}, "occus": ["motor-sports-competitor"], "ids-in-sources": {"cfepp-final3": "155"}}, "raw": {"S": "9", "LT": "03 00", "LV": "FI", "TR": "f", "UT": "02 51", "LAT": "+45.89", "SRC": "AL", "LONG": "-02.86", "NAME": "ROSIER Louis", "SPORT": "Auto Racing", "LOC_DATE": "1905 11 05", "UNIV_DATE": "1905 11 05", "BIRTH_PLACE": "CHAPDES BEAUFORT", "POSTAL_CODE": "63230"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
93	morel-andre-1884-08-03	{"a1": "93", "3a_sports": "2943", "cfepp-final3": "154"}	{"cfepp": "CF-154", "cpara": "CP-319", "ertel": "ES-2943", "lerrcp": "A1-93"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Morel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:16:20", "date": "1884-08-03 11:00", "note": null, "place": {"c1": null, "c2": "10", "c3": "", "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "notime": null, "date-ut": "1884-08-03 10:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "André", "family": "Morel"}, "birth": {"tzo": "+00:16:20", "date": "1884-08-03 05:00", "place": {"c2": "10", "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "date-ut": "1884-08-03 04:43:40"}, "occus": ["motor-sports-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-93"}, "ids-in-sources": {"a1": "93"}}, "raw": {"H": "4", "MN": "43", "TZ": "0", "COD": "10", "COU": "F", "DAY": "3", "LAT": "48N18", "LON": "4E 5", "MON": "8", "NUM": "93", "PRO": "C", "SEC": "40", "YEA": "1884", "CITY": "TROYES"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1884-08-03 05:00"}, "partial-ids": {"ertel": "ES-2943"}}, "raw": {"L": "", "MF": "", "NR": "2943", "ENG": "", "MA_": "1", "G_NR": "93", "MA12": "10", "MARS": "30", "NAME": "Morel", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,400", "CSINR": "", "KURTZ": "", "PHAS_": "85,100", "STUND": "5,00", "CFEPNR": "154", "EXTEND": "", "NATION": "FRA", "TAGMON": "03.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "319", "VORNAME": "André", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "03.08.1884", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "morel-andre-1884-08-03", "birth": {"date": "1884-08-03 11:00", "place": {"c3": ""}, "date-ut": "1884-08-03 10:44"}, "occus": ["motor-sports-competitor"], "ids-in-sources": {"cfepp-final3": "154"}}, "raw": {"S": "1", "LT": "11 00", "LV": "FI", "TR": "f", "UT": "10 44", "LAT": "+48.30", "SRC": "AL", "LONG": "-04.07", "NAME": "MOREL Andre", "SPORT": "Auto Racing", "LOC_DATE": "1884 08 03", "UNIV_DATE": "1884 08 03", "BIRTH_PLACE": "TROYES", "POSTAL_CODE": "10026 CEDEX"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
19846	begouin-lucien-1908-04-17	{"e3": "85", "g55": "08-162"}	{"g55": "08-162", "lerrcp": "E3-85"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Bégouin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-04-17 05:00", "note": null, "place": {"c1": null, "c2": "16", "c3": "", "cy": "FR", "lg": 0.15345, "lat": 45.64997, "name": "Angoulême", "geoid": 3037598}, "notime": null, "date-ut": "1908-04-17 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Bégouin"}, "birth": {"tzo": "+00:09", "date": "1908-04-17 05:00", "place": {"c2": "16", "c3": "", "cy": "FR", "lg": 0.15345, "lat": 45.64997, "name": "Angoulême", "geoid": 3037598}, "date-ut": "1908-04-17 04:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "85"}}, "raw": {"H": "05:00", "COD": "16", "DAY": "17", "MON": "04", "NUM": "0085", "PRO": "PO", "YEA": "1908", "CITY": "Angoulème", "NAME": "BÉGOUIN Lucien", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"partial-ids": {"g55": "08-162"}, "ids-in-source": {"g55": "08-162"}}, "raw": {"DAY": "17-4-1908", "HOUR": "5 h.", "NAME": "BEGOUIN Lucien", "PLACE": "Angoulême (Charente)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24666	benbahamed-mostapha-1899-01-12	{"g55": "08-163"}	{"g55": "08-163"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mostapha", "family": "Benbahamed", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1899-01-12 01:00", "note": null, "place": {"c1": "18", "c2": "", "c3": "", "cy": "DZ", "lg": null, "lat": null, "name": "Bône", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Mostapha", "family": "Benbahamed", "nobility": ""}, "birth": {"date": "1899-01-12 01:00", "place": {"c1": "18", "c2": "", "c3": "", "cy": "DZ", "name": "Bône"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-163"}}, "raw": {"DAY": "12-1-1899", "HOUR": "1 h.", "NAME": "BENBAHAMED Mostapha", "PLACE": "Bône (Constantine)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24667	bendjelloul-mohamed-1893-12-08	{"g55": "08-164"}	{"g55": "08-164"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mohamed", "family": "Bendjelloul", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1893-12-08 13:00", "note": null, "place": {"c1": "04", "c2": "", "c3": "", "cy": "DZ", "lg": null, "lat": null, "name": "Constantine", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Mohamed", "family": "Bendjelloul", "nobility": ""}, "birth": {"date": "1893-12-08 13:00", "place": {"c1": "04", "c2": "", "c3": "", "cy": "DZ", "name": "Constantine"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-164"}}, "raw": {"DAY": "8-12-1893", "HOUR": "13 h.", "NAME": "BENDJELLOUL Mohamed", "PLACE": "Constantine (Algérie)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
99	ascari-antonio-1888-09-15	{"a1": "99", "3a_sports": "147"}	{"ertel": "ES-147", "lerrcp": "A1-99"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Ascari", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1888-09-15 01:00", "note": null, "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 10.97989, "lat": 45.21328, "name": "Sorgà", "geoid": 6535578}, "notime": null, "date-ut": "1888-09-15 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Ascari"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 10.97989, "lat": 45.21328, "name": "Sorgà", "geoid": 6535578}, "date-ut": "1888-09-15 00:10:04"}, "occus": ["motor-sports-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-99"}, "ids-in-sources": {"a1": "99"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "15", "LAT": "45N24", "LON": "11E 0", "MON": "9", "NUM": "99", "PRO": "C", "SEC": "4", "YEA": "1888", "CITY": "SORGA"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1888-09-15 01:00"}, "partial-ids": {"ertel": "ES-147"}}, "raw": {"L": "", "MF": "", "NR": "147", "ENG": "", "MA_": "0", "G_NR": "99", "MA12": "8", "MARS": "23", "NAME": "Ascari", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,400", "CSINR": "", "KURTZ": "", "PHAS_": "72,600", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "15.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Antonio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.09.1888", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
96	sommer-raymond-1906-08-31	{"a1": "96", "3a_sports": "3861", "cfepp-final3": "157"}	{"cfepp": "CF-157", "cpara": "CP-390", "ertel": "ES-3861", "lerrcp": "A1-96"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Sommer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1906-08-31 23:00", "note": null, "place": {"c1": null, "c2": "08", "c3": "", "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Mouzen", "geoid": 0}, "notime": null, "date-ut": "1906-08-31 22:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Sommer"}, "birth": {"tzo": "+00:09:21", "date": "1906-08-31 23:00", "place": {"c2": "08", "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Mouzen", "geoid": 0}, "date-ut": "1906-08-31 22:50:40"}, "occus": ["motor-sports-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-96"}, "ids-in-sources": {"a1": "96"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "08", "COU": "F", "DAY": "31", "LAT": "49N46", "LON": "4E44", "MON": "8", "NUM": "96", "PRO": "C", "SEC": "40", "YEA": "1906", "CITY": "MOUZEN"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1906-08-31 23:00"}, "partial-ids": {"ertel": "ES-3861"}}, "raw": {"L": "", "MF": "", "NR": "3861", "ENG": "", "MA_": "1", "G_NR": "96", "MA12": "10", "MARS": "28", "NAME": "Sommer", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,900", "CSINR": "", "KURTZ": "", "PHAS_": "89,500", "STUND": "23,00", "CFEPNR": "157", "EXTEND": "", "NATION": "FRA", "TAGMON": "31.08.", "ZITATE": "DC", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "390", "VORNAME": "Raymond", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "31.08.1906", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1906-08-31 23:00", "place": {"c3": ""}, "date-ut": "1906-08-31 22:51"}, "occus": ["motor-sports-competitor"], "ids-in-sources": {"cfepp-final3": "157"}}, "raw": {"S": "10", "LT": "23 00", "LV": "F", "TR": "f", "UT": "22 51", "LAT": "+49.61", "SRC": "AL", "LONG": "-05.08", "NAME": "SOMMER Raymond", "SPORT": "Auto Racing", "LOC_DATE": "1906 08 31", "UNIV_DATE": "1906 08 31", "BIRTH_PLACE": "MOUZON", "POSTAL_CODE": "08210"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24668	bene-maurice-1884-08-24	{"g55": "08-165"}	{"g55": "08-165"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Bene", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1884-08-24 19:00", "note": null, "place": {"c1": "", "c2": "92", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Sèvres", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Bene", "nobility": ""}, "birth": {"date": "1884-08-24 19:00", "place": {"c1": "", "c2": "92", "c3": "", "cy": "FR", "name": "Sèvres"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-165"}}, "raw": {"DAY": "24-8-1884", "HOUR": "19 h.", "NAME": "BENE Maurice", "PLACE": "Sèvres (Seine-et-Oise)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24669	bengana-mohamed-1914-12-21	{"g55": "08-166"}	{"g55": "08-166"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mohamed", "family": "Bengana", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1914-12-21 08:00", "note": null, "place": {"c1": "19", "c2": "", "c3": "", "cy": "DZ", "lg": null, "lat": null, "name": "Biskra", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Mohamed", "family": "Bengana", "nobility": ""}, "birth": {"date": "1914-12-21 08:00", "place": {"c1": "19", "c2": "", "c3": "", "cy": "DZ", "name": "Biskra"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-166"}}, "raw": {"DAY": "21-12-1914", "HOUR": "8 h.", "NAME": "BENGANA Mohamed", "PLACE": "Biskra (Constantine)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24670	benoit-alcide-1899-06-15	{"g55": "08-167"}	{"g55": "08-167"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alcide", "family": "Benoit", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1899-06-15 01:00", "note": null, "place": {"c1": "", "c2": "51", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Verzenay", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Alcide", "family": "Benoit", "nobility": ""}, "birth": {"date": "1899-06-15 01:00", "place": {"c1": "", "c2": "51", "c3": "", "cy": "FR", "name": "Verzenay"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-167"}}, "raw": {"DAY": "15-6-1899", "HOUR": "1 h.", "NAME": "BENOIT Alcide", "PLACE": "Verzenay (Marne)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
103	bordoni-franco-1913-01-10	{"a1": "103", "3a_sports": "568"}	{"ertel": "ES-568", "lerrcp": "A1-103"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franco", "family": "Bordoni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-01-10 18:40", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1913-01-10 17:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Franco", "family": "Bordoni"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1913-01-10 17:40"}, "occus": ["motor-sports-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-103"}, "ids-in-sources": {"a1": "103"}}, "raw": {"H": "18", "MN": "40", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "10", "LAT": "45N30", "LON": "9E15", "MON": "1", "NUM": "103", "PRO": "C", "SEC": "0", "YEA": "1913", "CITY": "MILANO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1913-01-10 18:40"}, "partial-ids": {"ertel": "ES-568"}}, "raw": {"L": "", "MF": "", "NR": "568", "ENG": "", "MA_": "0", "G_NR": "103", "MA12": "8", "MARS": "22", "NAME": "Bordino", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,700", "CSINR": "", "KURTZ": "", "PHAS_": "6,100", "STUND": "18,67", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "10.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Franco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.01.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
104	borzacchini-baconico-1898-09-28	{"a1": "104", "3a_sports": "580"}	{"ertel": "ES-580", "lerrcp": "A1-104"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Baconico", "family": "Borzacchini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1898-09-28 02:15", "note": null, "place": {"c1": null, "c2": "TR", "c3": null, "cy": "IT", "lg": 12.64987, "lat": 42.56713, "name": "Terni", "geoid": 3165771}, "notime": null, "date-ut": "1898-09-28 01:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Baconico", "family": "Borzacchini"}, "birth": {"place": {"c2": "TR", "cy": "IT", "lg": 12.64987, "lat": 42.56713, "name": "Terni", "geoid": 3165771}, "date-ut": "1898-09-28 01:15"}, "occus": ["motor-sports-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-104"}, "ids-in-sources": {"a1": "104"}}, "raw": {"H": "2", "MN": "15", "TZ": "-1", "COD": "TR", "COU": "I", "DAY": "28", "LAT": "42N30", "LON": "13E 0", "MON": "9", "NUM": "104", "PRO": "C", "SEC": "0", "YEA": "1898", "CITY": "TERNI"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1898-09-28 02:15"}, "partial-ids": {"ertel": "ES-580"}}, "raw": {"L": "", "MF": "", "NR": "580", "ENG": "", "MA_": "1", "G_NR": "104", "MA12": "2", "MARS": "4", "NAME": "Borzacchini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,100", "CSINR": "", "KURTZ": "", "PHAS_": "95,100", "STUND": "2,25", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "28.09.", "ZITATE": "C", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Baconico", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "28.09.1898", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24671	bernard-michel-1921-07-23	{"g55": "08-168"}	{"g55": "08-168"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Bernard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1921-07-23 09:00", "note": null, "place": {"c1": "", "c2": "27", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Evreux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Bernard", "nobility": ""}, "birth": {"date": "1921-07-23 09:00", "place": {"c1": "", "c2": "27", "c3": "", "cy": "FR", "name": "Evreux"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-168"}}, "raw": {"DAY": "23-7-1921", "HOUR": "9 h.", "NAME": "\\fBERNARD Michel", "PLACE": "Evreux (Eure)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24672	berthet-alix-1907-08-15	{"g55": "08-169"}	{"g55": "08-169"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alix", "family": "Berthet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1907-08-15 15:00", "note": null, "place": {"c1": "", "c2": "38", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Villard-Reculas", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Alix", "family": "Berthet", "nobility": ""}, "birth": {"date": "1907-08-15 15:00", "place": {"c1": "", "c2": "38", "c3": "", "cy": "FR", "name": "Villard-Reculas"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-169"}}, "raw": {"DAY": "15-8-1907", "HOUR": "15 h.", "NAME": "BERTHET Alix", "PLACE": "Villard-Reculas (Isère)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24673	bessac-abel-1911-01-26	{"g55": "08-170"}	{"g55": "08-170"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Abel", "family": "Bessac", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1911-01-26 21:00", "note": null, "place": {"c1": "", "c2": "46", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Martin-Labouval", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Abel", "family": "Bessac", "nobility": ""}, "birth": {"date": "1911-01-26 21:00", "place": {"c1": "", "c2": "46", "c3": "", "cy": "FR", "name": "Saint-Martin-Labouval"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-170"}}, "raw": {"DAY": "26-1-1911", "HOUR": "21 h.", "NAME": "BESSAC Abel", "PLACE": "Saint-Martin-Labouval (Lot)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
107	castellotti-eugenio-1930-10-10	{"a1": "107", "3a_sports": "893"}	{"ertel": "ES-893", "lerrcp": "A1-107"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugenio", "family": "Castellotti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-10-10 19:25", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1930-10-10 18:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Eugenio", "family": "Castellotti"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1930-10-10 18:25"}, "occus": ["motor-sports-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-107"}, "ids-in-sources": {"a1": "107"}}, "raw": {"H": "19", "MN": "25", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "10", "LAT": "45N30", "LON": "9E15", "MON": "10", "NUM": "107", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "MILANO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-10-10 19:25"}, "partial-ids": {"ertel": "ES-893"}}, "raw": {"L": "", "MF": "", "NR": "893", "ENG": "", "MA_": "1", "G_NR": "107", "MA12": "10", "MARS": "28", "NAME": "Castellotti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,500", "CSINR": "", "KURTZ": "", "PHAS_": "95,100", "STUND": "19,42", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "10.10.", "ZITATE": "C", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Eugenio", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "10.10.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
109	cortese-franco-1903-02-09	{"a1": "109", "3a_sports": "1120"}	{"ertel": "ES-1120", "lerrcp": "A1-109"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franco", "family": "Cortese", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1903-02-09 15:00", "note": null, "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 9, "lat": 45.5, "name": "OGGEBBIO", "geoid": 0}, "notime": null, "date-ut": "1903-02-09 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Franco", "family": "Cortese"}, "birth": {"place": {"c2": "NO", "cy": "IT", "lg": 9, "lat": 45.5, "name": "OGGEBBIO", "geoid": 0}, "date-ut": "1903-02-09 14:00"}, "occus": ["motor-sports-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-109"}, "ids-in-sources": {"a1": "109"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "NO", "COU": "I", "DAY": "9", "LAT": "45N30", "LON": "9E 0", "MON": "2", "NUM": "109", "PRO": "C", "SEC": "0", "YEA": "1903", "CITY": "OGGEBBIO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1903-02-09 15:00"}, "partial-ids": {"ertel": "ES-1120"}}, "raw": {"L": "", "MF": "", "NR": "1120", "ENG": "", "MA_": "1", "G_NR": "109", "MA12": "9", "MARS": "26", "NAME": "Cortese", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,000", "CSINR": "", "KURTZ": "", "PHAS_": "86,800", "STUND": "15,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "09.02.", "ZITATE": "C", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Franco", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "09.02.1903", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24674	besset-pierre-1907-02-18	{"g55": "08-171"}	{"g55": "08-171"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Besset", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1907-02-18 18:00", "note": null, "place": {"c1": "", "c2": "42", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "La Ricamarie", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Besset", "nobility": ""}, "birth": {"date": "1907-02-18 18:00", "place": {"c1": "", "c2": "42", "c3": "", "cy": "FR", "name": "La Ricamarie"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-171"}}, "raw": {"DAY": "18-2-1907", "HOUR": "18 h.", "NAME": "BESSET Pierre", "PLACE": "La Ricamarie (Loire)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
19884	bichet-robert-1903-10-03	{"e3": "124", "g55": "08-172"}	{"g55": "08-172", "lerrcp": "E3-124"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Bichet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-10-03 02:00", "note": null, "place": {"c1": null, "c2": "25", "c3": "", "cy": "FR", "lg": 6.35574, "lat": 47.48211, "name": "Rougemont", "geoid": 2982593}, "notime": null, "date-ut": "1903-10-03 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Bichet"}, "birth": {"tzo": "+00:09", "date": "1903-10-03 02:00", "place": {"c2": "25", "c3": "", "cy": "FR", "lg": 6.35574, "lat": 47.48211, "name": "Rougemont", "geoid": 2982593}, "date-ut": "1903-10-03 01:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "124"}}, "raw": {"H": "02:00", "COD": "25", "DAY": "03", "MON": "10", "NUM": "0124", "PRO": "PO", "YEA": "1903", "CITY": "Rougemont", "NAME": "BICHET Robert", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"partial-ids": {"g55": "08-172"}, "ids-in-source": {"g55": "08-172"}}, "raw": {"DAY": "3-10-1903", "HOUR": "2 h.", "NAME": "BICHET Robert", "PLACE": "Rougemont (Doubs)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
112	lurani-cernuschi-giovanni-1905-12-19	{"a1": "112", "3a_sports": "2563"}	{"ertel": "ES-2563", "lerrcp": "A1-112"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Lurani Cernuschi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1905-12-19 20:22", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.8, "name": "CERNUSCOMONT", "geoid": 0}, "notime": null, "date-ut": "1905-12-19 19:22"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Lurani Cernuschi"}, "birth": {"place": {"c2": "CO", "cy": "IT", "lg": 9.25, "lat": 45.8, "name": "CERNUSCOMONT", "geoid": 0}, "date-ut": "1905-12-19 19:22"}, "occus": ["motor-sports-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-112"}, "ids-in-sources": {"a1": "112"}}, "raw": {"H": "20", "MN": "22", "TZ": "-1", "COD": "CO", "COU": "I", "DAY": "19", "LAT": "45N48", "LON": "9E15", "MON": "12", "NUM": "112", "PRO": "C", "SEC": "0", "YEA": "1905", "CITY": "CERNUSCOMONT"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1905-12-19 20:22"}, "partial-ids": {"ertel": "ES-2563"}}, "raw": {"L": "", "MF": "", "NR": "2563", "ENG": "", "MA_": "0", "G_NR": "112", "MA12": "6", "MARS": "17", "NAME": "Lurani Cernuschi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,60", "CSINR": "", "KURTZ": "", "PHAS_": "55,800", "STUND": "20,37", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "19.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giovanni", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.12.1905", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
114	mantovani-sergio-1929-05-22	{"a1": "114", "3a_sports": "2645"}	{"ertel": "ES-2645", "lerrcp": "A1-114"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sergio", "family": "Mantovani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-05-22 20:30", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18344, "lat": 45.55307, "name": "Cusano Milanino", "geoid": 3177664}, "notime": null, "date-ut": "1929-05-22 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Sergio", "family": "Mantovani"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18344, "lat": 45.55307, "name": "Cusano Milanino", "geoid": 3177664}, "date-ut": "1929-05-22 19:30"}, "occus": ["motor-sports-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-114"}, "ids-in-sources": {"a1": "114"}}, "raw": {"H": "20", "MN": "30", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "22", "LAT": "45N30", "LON": "9E15", "MON": "5", "NUM": "114", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "CUSANO MILANINO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-05-22 20:30"}, "partial-ids": {"ertel": "ES-2645"}}, "raw": {"L": "", "MF": "", "NR": "2645", "ENG": "", "MA_": "1", "G_NR": "114", "MA12": "5", "MARS": "14", "NAME": "Mantovani", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,800", "CSINR": "", "KURTZ": "", "PHAS_": "97,800", "STUND": "20,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "22.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Sergio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.05.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24675	bignon-albert-1910-02-28	{"g55": "08-173"}	{"g55": "08-173"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Bignon", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1910-02-28 11:00", "note": null, "place": {"c1": "", "c2": "56", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Groix", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Bignon", "nobility": ""}, "birth": {"date": "1910-02-28 11:00", "place": {"c1": "", "c2": "56", "c3": "", "cy": "FR", "name": "Groix"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-173"}}, "raw": {"DAY": "28-2-1910", "HOUR": "11 h.", "NAME": "BIGNON Albert", "PLACE": "Groix (Morbihan)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
19886	billeres-rene-1910-08-29	{"e3": "126", "g55": "08-174"}	{"g55": "08-174", "lerrcp": "E3-126"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Billeres", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1910-08-29 13:45", "note": null, "place": {"c1": null, "c2": "65", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Ger-prés-Lourdes", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "René", "family": "Billeres"}, "birth": {"tzo": "", "date": "1910-08-29 13:45", "place": {"c2": "65", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Ger près Lourdes", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "126"}}, "raw": {"H": "13:45", "COD": "65", "DAY": "29", "MON": "08", "NUM": "0126", "PRO": "PO", "YEA": "1910", "CITY": "Ger près Lourdes", "NAME": "BILLERES René", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"birth": {"place": {"name": "Ger-prés-Lourdes"}}, "partial-ids": {"g55": "08-174"}, "ids-in-source": {"g55": "08-174"}}, "raw": {"DAY": "29-8-1910", "HOUR": "13 h. 45", "NAME": "BILLIERES René", "PLACE": "Ger-prés-Lourdes (Hautes-Pyr.)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
117	spotorno-franco-1901-12-30	{"a1": "117", "3a_sports": "3877"}	{"ertel": "ES-3877", "lerrcp": "A1-117"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franco", "family": "Spotorno", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1901-12-30 03:00", "note": null, "place": {"c1": null, "c2": "SV", "c3": null, "cy": "IT", "lg": 8.54685, "lat": 44.34509, "name": "Celle Ligure", "geoid": 3179204}, "notime": null, "date-ut": "1901-12-30 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Franco", "family": "Spotorno"}, "birth": {"place": {"c2": "SV", "cy": "IT", "lg": 8.54685, "lat": 44.34509, "name": "Celle Ligure", "geoid": 3179204}, "date-ut": "1901-12-30 02:00"}, "occus": ["motor-sports-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-117"}, "ids-in-sources": {"a1": "117"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "SV", "COU": "I", "DAY": "30", "LAT": "44N18", "LON": "8E45", "MON": "12", "NUM": "117", "PRO": "C", "SEC": "0", "YEA": "1901", "CITY": "CELLE-LIGURE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1901-12-30 03:00"}, "partial-ids": {"ertel": "ES-3877"}}, "raw": {"L": "", "MF": "", "NR": "3877", "ENG": "", "MA_": "1", "G_NR": "117", "MA12": "10", "MARS": "29", "NAME": "Sportono", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,500", "CSINR": "", "KURTZ": "", "PHAS_": "75,800", "STUND": "3,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "30.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Franco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.12.1901", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AUTO", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
119	storero-luigi-1868-10-18	{"a1": "119", "3a_sports": "3917"}	{"ertel": "ES-3917", "lerrcp": "A1-119"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Storero", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1868-10-18 20:00", "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1868-10-18 19:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Storero"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1868-10-18 19:10:04"}, "occus": ["motor-sports-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-119"}, "ids-in-sources": {"a1": "119"}}, "raw": {"H": "20", "MN": "10", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "18", "LAT": "45N 0", "LON": "8E 0", "MON": "10", "NUM": "119", "PRO": "C", "SEC": "4", "YEA": "1868", "CITY": "TORINO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1868-10-18 20:00"}, "partial-ids": {"ertel": "ES-3917"}}, "raw": {"L": "", "MF": "", "NR": "3917", "ENG": "", "MA_": "1", "G_NR": "119", "MA12": "10", "MARS": "29", "NAME": "Storero", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,900", "CSINR": "", "KURTZ": "", "PHAS_": "5,500", "STUND": "20,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "18.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.10.1868", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24676	binot-jean-1911-08-02	{"g55": "08-175"}	{"g55": "08-175"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Binot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1911-08-02 05:00", "note": null, "place": {"c1": "", "c2": "27", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Fleury-sur-Andelle", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Binot", "nobility": ""}, "birth": {"date": "1911-08-02 05:00", "place": {"c1": "", "c2": "27", "c3": "", "cy": "FR", "name": "Fleury-sur-Andelle"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-175"}}, "raw": {"DAY": "2-8-1911", "HOUR": "5 h.", "NAME": "BINOT Jean", "PLACE": "Fleury-sur-Andelle (Eure)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24677	blachette-georges-1900-09-27	{"g55": "08-176"}	{"g55": "08-176"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Blachette", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1900-09-27 23:00", "note": null, "place": {"c1": "01", "c2": "", "c3": "", "cy": "DZ", "lg": null, "lat": null, "name": "Alger", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Blachette", "nobility": ""}, "birth": {"date": "1900-09-27 23:00", "place": {"c1": "01", "c2": "", "c3": "", "cy": "DZ", "name": "Alger"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-176"}}, "raw": {"DAY": "27-9-1900", "HOUR": "23 h.", "NAME": "BLACHETTE Georges", "PLACE": "Alger (Algérie)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
124	allemand-andre-1916-07-25	{"a1": "124", "3a_sports": "65"}	{"ertel": "ES-65", "lerrcp": "A1-124"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Allemand", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1916-07-25 06:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1916-07-25 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "André", "family": "Allemand"}, "birth": {"tzo": "+01:00", "date": "1916-07-25 06:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1916-07-25 05:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-124"}, "ids-in-sources": {"a1": "124"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "38", "COU": "F", "DAY": "25", "LAT": "45N11", "LON": "5E43", "MON": "7", "NUM": "124", "PRO": "C", "SEC": "0", "YEA": "1916", "CITY": "GRENOBLE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1916-07-25 06:00"}, "partial-ids": {"ertel": "ES-65"}}, "raw": {"L": "", "MF": "", "NR": "65", "ENG": "", "MA_": "1", "G_NR": "124", "MA12": "10", "MARS": "30", "NAME": "Allemand", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,500", "CSINR": "", "KURTZ": "", "PHAS_": "21,800", "STUND": "6,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "25.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.07.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
121	valenzano-piero-1925-04-16	{"a1": "121", "3a_sports": "4106"}	{"ertel": "ES-4106", "lerrcp": "A1-121"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Piero", "family": "Valenzano", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-04-16 03:40", "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1925-04-16 02:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Piero", "family": "Valenzano"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1925-04-16 02:40"}, "occus": ["motor-sports-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-121"}, "ids-in-sources": {"a1": "121"}}, "raw": {"H": "3", "MN": "40", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "16", "LAT": "45N 0", "LON": "8E 0", "MON": "4", "NUM": "121", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "TORINO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-04-16 03:40"}, "partial-ids": {"ertel": "ES-4106"}}, "raw": {"L": "", "MF": "", "NR": "4106", "ENG": "", "MA_": "1", "G_NR": "121", "MA12": "9", "MARS": "27", "NAME": "Valenzano", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,30", "CSINR": "", "KURTZ": "", "PHAS_": "50,000", "STUND": "3,67", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "16.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Piero", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.04.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
19929	boscary-monsservin-roland-1904-05-12	{"e3": "171", "g55": "08-177"}	{"g55": "08-177", "lerrcp": "E3-171"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roland", "family": "Boscary-Monsservin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-05-12 19:00", "note": null, "place": {"c1": null, "c2": "12", "c3": "", "cy": "FR", "lg": 2.57338, "lat": 44.35258, "name": "Rodez", "geoid": 2983154}, "notime": null, "date-ut": "1904-05-12 18:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Roland", "family": "Boscary-Monsservin"}, "birth": {"tzo": "+00:09", "date": "1904-05-12 19:00", "place": {"c2": "12", "c3": "", "cy": "FR", "lg": 2.57338, "lat": 44.35258, "name": "Rodez", "geoid": 2983154}, "date-ut": "1904-05-12 18:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "171"}}, "raw": {"H": "19:00", "COD": "12", "DAY": "12", "MON": "05", "NUM": "0171", "PRO": "PO", "YEA": "1904", "CITY": "Rodez", "NAME": "BOSCARY-MONSSERVIN Roland", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"partial-ids": {"g55": "08-177"}, "ids-in-source": {"g55": "08-177"}}, "raw": {"DAY": "12-5-1904", "HOUR": "19 h.", "NAME": "BOSCARY-MONSSERVIN Roland", "PLACE": "Rodez (Aveyron)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24678	bouhey-jean-1898-10-23	{"g55": "08-178"}	{"g55": "08-178"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bouhey", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1898-10-23 02:00", "note": null, "place": {"c1": "", "c2": "21", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Villers-la-Faye", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bouhey", "nobility": ""}, "birth": {"date": "1898-10-23 02:00", "place": {"c1": "", "c2": "21", "c3": "", "cy": "FR", "name": "Villers-la-Faye"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-178"}}, "raw": {"DAY": "23-10-1898", "HOUR": "2 h.", "NAME": "BOUHEY Jean", "PLACE": "Villers-la-Faye (Côte-d’Or)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24679	bourdelles-pierre-1908-04-23	{"g55": "08-179"}	{"g55": "08-179"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Bourdelles", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1908-04-23 02:00", "note": null, "place": {"c1": "", "c2": "22", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Louannec", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Bourdelles", "nobility": ""}, "birth": {"date": "1908-04-23 02:00", "place": {"c1": "", "c2": "22", "c3": "", "cy": "FR", "name": "Louannec"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-179"}}, "raw": {"DAY": "23-4-1908", "HOUR": "2 h.", "NAME": "BOURDELLES Pierre", "PLACE": "Louannec (Côtes-du-Nord)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
130	bague-edouard-1879-05-19	{"a1": "130", "3a_sports": "194"}	{"ertel": "ES-194", "lerrcp": "A1-130"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Bague", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1879-05-19 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "1", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1879-05-19 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Bague"}, "birth": {"tzo": "+00:09:24", "date": "1879-05-19 06:00", "place": {"c2": "75", "c3": "1", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1879-05-19 05:50:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-130"}, "ids-in-sources": {"a1": "130"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "19", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "130", "PRO": "C", "SEC": "40", "YEA": "1879", "CITY": "PARIS 1ER"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1879-05-19 06:00"}, "partial-ids": {"ertel": "ES-194"}}, "raw": {"L": "", "MF": "", "NR": "194", "ENG": "", "MA_": "0", "G_NR": "130", "MA12": "3", "MARS": "7", "NAME": "Bague", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,800", "CSINR": "", "KURTZ": "", "PHAS_": "4,700", "STUND": "6,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "19.05.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Edouard", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "19.05.1879", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
127	assollant-jean-1905-09-26	{"a1": "127", "g55": "03-39", "3a_sports": "151"}	{"g55": "03-39", "ertel": "ES-151", "lerrcp": "A1-127"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Assollant", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1905-09-26 22:45", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1905-09-26 22:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Assollant"}, "birth": {"tzo": "+00:09:21", "date": "1905-09-26 22:45", "place": {"c2": "78", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1905-09-26 22:35:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-127"}, "ids-in-sources": {"a1": "127"}}, "raw": {"H": "22", "MN": "35", "TZ": "0", "COD": "78", "COU": "F", "DAY": "26", "LAT": "48N50", "LON": "2E 8", "MON": "9", "NUM": "127", "PRO": "C", "SEC": "40", "YEA": "1905", "CITY": "VERSAILLES"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1905-09-26 22:45"}, "partial-ids": {"ertel": "ES-151"}}, "raw": {"L": "", "MF": "", "NR": "151", "ENG": "", "MA_": "1", "G_NR": "127", "MA12": "7", "MARS": "20", "NAME": "Assollant", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,200", "CSINR": "", "KURTZ": "d", "PHAS_": "11,800", "STUND": "22,75", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "26.09.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "26.09.1905", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-39"}, "ids-in-source": {"g55": "03-39"}}, "raw": {"DAY": "26-9-1905", "HOUR": "22 h. 45", "NAME": "ASSOLANT Jean", "PLACE": "Versailles (Seine-et-Oise)."}, "date": "2023-08-20T14:48:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24680	bouret-henri-1916-05-14	{"g55": "08-180"}	{"g55": "08-180"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Bouret", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1916-05-14 15:00", "note": null, "place": {"c1": "", "c2": "22", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lanvollon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Bouret", "nobility": ""}, "birth": {"date": "1916-05-14 15:00", "place": {"c1": "", "c2": "22", "c3": "", "cy": "FR", "name": "Lanvollon"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-180"}}, "raw": {"DAY": "14-5-1916", "HOUR": "15 h.", "NAME": "BOURET Henri", "PLACE": "Lanvollon (Côtes-du-Nord)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24681	bourgeois-georges-1913-04-20	{"g55": "08-181"}	{"g55": "08-181"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Bourgeois", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1913-04-20 11:45", "note": null, "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Mulhouse", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Bourgeois", "nobility": ""}, "birth": {"date": "1913-04-20 11:45", "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "name": "Mulhouse"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-181"}}, "raw": {"DAY": "20-4-1913", "HOUR": "11 h. 45", "NAME": "BOURGEOIS Georges", "PLACE": "Mulhouse (Haut-Rhin)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24682	boutavant-remy-1911-02-26	{"g55": "08-182"}	{"g55": "08-182"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rémy", "family": "Boutavant", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1911-02-26 11:00", "note": null, "place": {"c1": "", "c2": "71", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Vallier", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Rémy", "family": "Boutavant", "nobility": ""}, "birth": {"date": "1911-02-26 11:00", "place": {"c1": "", "c2": "71", "c3": "", "cy": "FR", "name": "Saint-Vallier"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-182"}}, "raw": {"DAY": "26-2-1911", "HOUR": "11 h.", "NAME": "BOUTAVANT Rémy", "PLACE": "Saint-Vallier (Saône-et-Loire)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
132	bastie-maryse-1898-02-27	{"a1": "132", "3a_sports": "275"}	{"ertel": "ES-275", "lerrcp": "A1-132"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maryse", "family": "Bastie", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:09:21", "date": "1898-02-27 19:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1898-02-27 18:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Maryse", "family": "Bastie"}, "birth": {"tzo": "+00:09:21", "date": "1898-02-27 19:00", "place": {"c2": "87", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1898-02-27 18:50:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-132"}, "ids-in-sources": {"a1": "132"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "87", "COU": "F", "DAY": "27", "LAT": "45N50", "LON": "1E15", "MON": "2", "NUM": "132", "PRO": "C", "SEC": "40", "YEA": "1898", "CITY": "LIMOGES"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "F", "birth": {"date": "1898-02-27 19:00"}, "partial-ids": {"ertel": "ES-275"}}, "raw": {"L": "", "MF": "F", "NR": "275", "ENG": "", "MA_": "0", "G_NR": "132", "MA12": "8", "MARS": "23", "NAME": "Bastie", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,000", "CSINR": "", "KURTZ": "", "PHAS_": "36,300", "STUND": "19,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.02.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Maryse", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "27.02.1898", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
134	bellonte-maurice-1896-10-25	{"a1": "134", "g55": "03-40", "3a_sports": "329"}	{"g55": "03-40", "ertel": "ES-329", "lerrcp": "A1-134"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Bellonte", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1896-10-25 07:00", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 49.23333, "name": "Méru", "geoid": 2994306}, "notime": null, "date-ut": "1896-10-25 06:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Bellonte"}, "birth": {"tzo": "+00:09:21", "date": "1896-10-25 07:00", "place": {"c2": "60", "cy": "FR", "lg": 2.13333, "lat": 49.23333, "name": "Méru", "geoid": 2994306}, "date-ut": "1896-10-25 06:50:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-134"}, "ids-in-sources": {"a1": "134"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "60", "COU": "F", "DAY": "25", "LAT": "49N26", "LON": "2E 5", "MON": "10", "NUM": "134", "PRO": "C", "SEC": "40", "YEA": "1896", "CITY": "MERU"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1896-10-25 07:00"}, "partial-ids": {"ertel": "ES-329"}}, "raw": {"L": "", "MF": "", "NR": "329", "ENG": "", "MA_": "1", "G_NR": "134", "MA12": "5", "MARS": "13", "NAME": "Bellonte", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,900", "CSINR": "", "KURTZ": "", "PHAS_": "90,100", "STUND": "7,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "25.10.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Maurice", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "25.10.1896", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-40"}, "ids-in-source": {"g55": "03-40"}}, "raw": {"DAY": "25-10-1896", "HOUR": "7 h.", "NAME": "BELLONTE Maurice", "PLACE": "Méru (Oise)."}, "date": "2023-08-20T14:48:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24683	cottereau-jean-mar-1896-12-07	{"g55": "08-183"}	{"g55": "08-183"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Mar.", "family": "Cottereau", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1896-12-07 20:30", "note": null, "place": {"c1": "", "c2": "53", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Laval", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean-Mar.", "family": "Cottereau", "nobility": ""}, "birth": {"date": "1896-12-07 20:30", "place": {"c1": "", "c2": "53", "c3": "", "cy": "FR", "name": "Laval"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-183"}}, "raw": {"DAY": "7-12-1896", "HOUR": "20 h. 30", "NAME": "BOUVIER-O’COTTEREAU Jean-Mar.", "PLACE": "Laval (May.)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24684	brault-amand-1888-10-25	{"g55": "08-184"}	{"g55": "08-184"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amand", "family": "Brault", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1888-10-25 02:00", "note": null, "place": {"c1": "", "c2": "60", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Hermes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Amand", "family": "Brault", "nobility": ""}, "birth": {"date": "1888-10-25 02:00", "place": {"c1": "", "c2": "60", "c3": "", "cy": "FR", "name": "Hermes"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-184"}}, "raw": {"DAY": "25-10-1888", "HOUR": "2 h.", "NAME": "BRAULT Amand", "PLACE": "Hermes (Oise)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24685	bricout-edmond-1904-10-08	{"g55": "08-185"}	{"g55": "08-185"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Bricout", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1904-10-08 15:00", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Walincourt", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Bricout", "nobility": ""}, "birth": {"date": "1904-10-08 15:00", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Walincourt"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-185"}}, "raw": {"DAY": "8-10-1904", "HOUR": "15 h.", "NAME": "BRICOUT Edmond", "PLACE": "Walincourt (Nord)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
137	bossoutrot-lucien-1890-05-16	{"a1": "137", "3a_sports": "588"}	{"ertel": "ES-588", "lerrcp": "A1-137"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Bossoutrot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:07:05", "date": "1890-05-16 07:00", "note": null, "place": {"c1": null, "c2": "19", "c3": null, "cy": "FR", "lg": 1.77233, "lat": 45.26582, "name": "Tulle", "geoid": 2971482}, "notime": null, "date-ut": "1890-05-16 06:52:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Bossoutrot"}, "birth": {"tzo": "+00:07:05", "date": "1890-05-16 07:00", "place": {"c2": "19", "cy": "FR", "lg": 1.77233, "lat": 45.26582, "name": "Tulle", "geoid": 2971482}, "date-ut": "1890-05-16 06:52:56"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-137"}, "ids-in-sources": {"a1": "137"}}, "raw": {"H": "6", "MN": "52", "TZ": "0", "COD": "19", "COU": "F", "DAY": "16", "LAT": "45N16", "LON": "1E46", "MON": "5", "NUM": "137", "PRO": "C", "SEC": "56", "YEA": "1890", "CITY": "TULLE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1890-05-16 07:00"}, "partial-ids": {"ertel": "ES-588"}}, "raw": {"L": "", "MF": "", "NR": "588", "ENG": "", "MA_": "1", "G_NR": "137", "MA12": "7", "MARS": "20", "NAME": "Bossoutrot", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,100", "CSINR": "", "KURTZ": "", "PHAS_": "9,000", "STUND": "7,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "16.05.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Lucien", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "16.05.1890", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
139	bourjade-jean-1889-05-25	{"a1": "139", "3a_sports": "615"}	{"ertel": "ES-615", "lerrcp": "A1-139"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bourjade", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:05:25", "date": "1889-05-25 12:00", "note": null, "place": {"c1": null, "c2": "82", "c3": null, "cy": "FR", "lg": 1.3542, "lat": 44.01759, "name": "Montauban", "geoid": 2993002}, "notime": null, "date-ut": "1889-05-25 11:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bourjade"}, "birth": {"tzo": "+00:05:25", "date": "1889-05-25 12:00", "place": {"c2": "82", "cy": "FR", "lg": 1.3542, "lat": 44.01759, "name": "Montauban", "geoid": 2993002}, "date-ut": "1889-05-25 11:54:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-139"}, "ids-in-sources": {"a1": "139"}}, "raw": {"H": "11", "MN": "54", "TZ": "0", "COD": "82", "COU": "F", "DAY": "25", "LAT": "44N 1", "LON": "1E20", "MON": "5", "NUM": "139", "PRO": "C", "SEC": "40", "YEA": "1889", "CITY": "MONTAUBAN"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1889-05-25 12:00"}, "partial-ids": {"ertel": "ES-615"}}, "raw": {"L": "", "MF": "", "NR": "615", "ENG": "0", "MA_": "2", "G_NR": "139", "MA12": "3", "MARS": "9", "NAME": "Bourjade", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,700", "CSINR": "", "KURTZ": "", "PHAS_": "20,000", "STUND": "12,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "25.05.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "25.05.1889", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24686	briffod-henri-1913-12-20	{"g55": "08-186"}	{"g55": "08-186"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Briffod", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1913-12-20 10:00", "note": null, "place": {"c1": "", "c2": "74", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Bonneville", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Briffod", "nobility": ""}, "birth": {"date": "1913-12-20 10:00", "place": {"c1": "", "c2": "74", "c3": "", "cy": "FR", "name": "Bonneville"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-186"}}, "raw": {"DAY": "20-12-1913", "HOUR": "10 h.", "NAME": "BRIFFOD Henri", "PLACE": "Bonneville (Haute-Savoie)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24687	briot-louis-1905-02-15	{"g55": "08-187"}	{"g55": "08-187"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Briot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1905-02-15 08:30", "note": null, "place": {"c1": "", "c2": "89", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Thury", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Briot", "nobility": ""}, "birth": {"date": "1905-02-15 08:30", "place": {"c1": "", "c2": "89", "c3": "", "cy": "FR", "name": "Thury"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-187"}}, "raw": {"DAY": "15-2-1905", "HOUR": "8 h. 30", "NAME": "BRIOT Louis", "PLACE": "Thury (Yonne)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24688	brusset-max-1909-11-25	{"g55": "08-188"}	{"g55": "08-188"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Brusset", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1909-11-25 00:40", "note": null, "place": {"c1": "", "c2": "88", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Neufchateau", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Max", "family": "Brusset", "nobility": ""}, "birth": {"date": "1909-11-25 00:40", "place": {"c1": "", "c2": "88", "c3": "", "cy": "FR", "name": "Neufchateau"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-188"}}, "raw": {"DAY": "25-11-1909", "HOUR": "0 h. 40", "NAME": "BRUSSET Max", "PLACE": "Neufchateau (Vosges)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
143	brunet-felix-1913-01-01	{"a1": "143", "3a_sports": "696"}	{"ertel": "ES-696", "lerrcp": "A1-143"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Brunet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1913-01-01 04:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.01874, "lat": 50.60982, "name": "Loos", "geoid": 2997620}, "notime": null, "date-ut": "1913-01-01 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Brunet"}, "birth": {"tzo": "+00:00", "date": "1913-01-01 04:00", "place": {"c2": "59", "cy": "FR", "lg": 3.01874, "lat": 50.60982, "name": "Loos", "geoid": 2997620}, "date-ut": "1913-01-01 04:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-143"}, "ids-in-sources": {"a1": "143"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "59", "COU": "F", "DAY": "1", "LAT": "50N39", "LON": "3E 5", "MON": "1", "NUM": "143", "PRO": "C", "SEC": "0", "YEA": "1913", "CITY": "LOOS"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1913-01-01 04:00"}, "partial-ids": {"ertel": "ES-696"}}, "raw": {"L": "", "MF": "", "NR": "696", "ENG": "", "MA_": "0", "G_NR": "143", "MA12": "12", "MARS": "34", "NAME": "Brunet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,80", "CSINR": "", "KURTZ": "", "PHAS_": "37,600", "STUND": "4,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Félix", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.01.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
145	casale-jean-1893-09-23	{"a1": "145", "3a_sports": "872"}	{"ertel": "ES-872", "lerrcp": "A1-145"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Casale", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1893-09-23 04:00", "note": null, "place": {"c1": null, "c2": "20", "c3": null, "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Olmetadituda", "geoid": 0}, "notime": null, "date-ut": "1893-09-23 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Casale"}, "birth": {"tzo": "+00:09:21", "date": "1893-09-23 04:00", "place": {"c2": "20", "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Olmetadituda", "geoid": 0}, "date-ut": "1893-09-23 03:50:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-145"}, "ids-in-sources": {"a1": "145"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "20", "COU": "F", "DAY": "23", "LAT": "41N55", "LON": "8E45", "MON": "9", "NUM": "145", "PRO": "C", "SEC": "40", "YEA": "1893", "CITY": "OLMETADITUDA"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1893-09-23 04:00"}, "partial-ids": {"ertel": "ES-872"}}, "raw": {"L": "", "MF": "", "NR": "872", "ENG": "", "MA_": "1", "G_NR": "145", "MA12": "12", "MARS": "35", "NAME": "Casale de Monfer.", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,800", "CSINR": "", "KURTZ": "", "PHAS_": "90,700", "STUND": "4,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.09.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "23.09.1893", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
19989	bruyneel-robert-1905-06-25	{"e3": "234", "g55": "08-189"}	{"g55": "08-189", "lerrcp": "E3-234"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Bruyneel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-06-25 00:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1905-06-25 00:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Bruyneel"}, "birth": {"tzo": "+00:09", "date": "1905-06-25 00:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1905-06-25 00:21"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "234"}}, "raw": {"H": "00:30", "COD": "59", "DAY": "25", "MON": "06", "NUM": "0234", "PRO": "PO", "YEA": "1905", "CITY": "Lille", "NAME": "BRUYNEEL Robert", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"partial-ids": {"g55": "08-189"}, "ids-in-source": {"g55": "08-189"}}, "raw": {"DAY": "25-6-1905", "HOUR": "0 h. 30", "NAME": "BRUYNEEL Robert", "PLACE": "Lille (Nord)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24689	burlot-andre-1897-08-06	{"g55": "08-190"}	{"g55": "08-190"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Burlot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1897-08-06 09:00", "note": null, "place": {"c1": "", "c2": "22", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Brieuc", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Burlot", "nobility": ""}, "birth": {"date": "1897-08-06 09:00", "place": {"c1": "", "c2": "22", "c3": "", "cy": "FR", "name": "Saint-Brieuc"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-190"}}, "raw": {"DAY": "6-8-1897", "HOUR": "9 h.", "NAME": "BURLOT André", "PLACE": "Saint-Brieuc (Côtes-du-Nord)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
147	caudron-rene-1884-07-01	{"a1": "147", "3a_sports": "908"}	{"ertel": "ES-908", "lerrcp": "A1-147"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Caudron", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:06:39", "date": "1884-07-01 21:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 1.66377, "lat": 50.23802, "name": "Favières", "geoid": 3018878}, "notime": null, "date-ut": "1884-07-01 20:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "René", "family": "Caudron"}, "birth": {"tzo": "+00:06:39", "date": "1884-07-01 21:00", "place": {"c2": "80", "cy": "FR", "lg": 1.66377, "lat": 50.23802, "name": "Favières", "geoid": 3018878}, "date-ut": "1884-07-01 20:50:48"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-147"}, "ids-in-sources": {"a1": "147"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "1", "LAT": "49N54", "LON": "2E18", "MON": "7", "NUM": "147", "PRO": "C", "SEC": "48", "YEA": "1884", "CITY": "FAVIERES"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1884-07-01 21:00"}, "partial-ids": {"ertel": "ES-908"}}, "raw": {"L": "", "MF": "", "NR": "908", "ENG": "", "MA_": "0", "G_NR": "147", "MA12": "6", "MARS": "16", "NAME": "Caudron", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,900", "CSINR": "", "KURTZ": "", "PHAS_": "57,400", "STUND": "21,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.07.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "01.07.1884", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
149	chassin-lionel-1902-04-26	{"a1": "149", "3a_sports": "971"}	{"ertel": "ES-971", "lerrcp": "A1-149"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lionel", "family": "Chassin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1902-04-26 16:30", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1902-04-26 16:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Lionel", "family": "Chassin"}, "birth": {"tzo": "+00:09:21", "date": "1902-04-26 16:30", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1902-04-26 16:20:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-149"}, "ids-in-sources": {"a1": "149"}}, "raw": {"H": "16", "MN": "20", "TZ": "0", "COD": "33", "COU": "F", "DAY": "26", "LAT": "44N50", "LON": "0W34", "MON": "4", "NUM": "149", "PRO": "C", "SEC": "40", "YEA": "1902", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1902-04-26 16:30"}, "partial-ids": {"ertel": "ES-971"}}, "raw": {"L": "", "MF": "", "NR": "971", "ENG": "", "MA_": "0", "G_NR": "149", "MA12": "6", "MARS": "16", "NAME": "Chassin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,700", "CSINR": "", "KURTZ": "", "PHAS_": "90,800", "STUND": "16,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "26.04.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Lionel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "26.04.1902", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24690	cagne-jean-1907-08-24	{"g55": "08-191"}	{"g55": "08-191"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Cagne", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1907-08-24 17:00", "note": null, "place": {"c1": "", "c2": "21", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Beaune", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Cagne", "nobility": ""}, "birth": {"date": "1907-08-24 17:00", "place": {"c1": "", "c2": "21", "c3": "", "cy": "FR", "name": "Beaune"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-191"}}, "raw": {"DAY": "24-8-1907", "HOUR": "17 h.", "NAME": "CAGNE Jean", "PLACE": "Beaune (Côte-d’Or)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
17860	bourdial-jean-1905-03-07	{"e1": "228"}	{"lerrcp": "E1-228"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bourdial", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-03-07 23:00", "note": null, "place": {"c1": null, "c2": "19", "c3": "", "cy": "FR", "lg": 1.4755, "lat": 45.2584, "name": "Allassac", "geoid": 3038160}, "notime": null, "date-ut": "1905-03-07 22:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bourdial"}, "birth": {"tzo": "+00:09", "date": "1905-03-07 23:00", "place": {"c2": "19", "c3": "", "cy": "FR", "lg": 1.4755, "lat": 45.2584, "name": "Allassac", "geoid": 3038160}, "date-ut": "1905-03-07 22:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "228"}}, "raw": {"H": "23:00", "COD": "19", "DAY": "07", "MON": "03", "NUM": "0228", "PRO": "PH", "YEA": "1905", "CITY": "Allassac", "NAME": "BOURDIAL Jean", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
24691	caillet-francis-1910-05-05	{"g55": "08-192"}	{"g55": "08-192"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Caillet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1910-05-05 21:00", "note": null, "place": {"c1": "", "c2": "03", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Franchesse", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Francis", "family": "Caillet", "nobility": ""}, "birth": {"date": "1910-05-05 21:00", "place": {"c1": "", "c2": "03", "c3": "", "cy": "FR", "name": "Franchesse"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-192"}}, "raw": {"DAY": "5-5-1910", "HOUR": "21 h.", "NAME": "CAILLET Francis", "PLACE": "Franchesse (Allier)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
152	comet-paul-1904-03-18	{"a1": "152", "3a_sports": "1071"}	{"ertel": "ES-1071", "lerrcp": "A1-152"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Comet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1904-03-18 02:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 0.72318, "lat": 43.10813, "name": "Saint-Gaudens", "geoid": 2980045}, "notime": null, "date-ut": "1904-03-18 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Comet"}, "birth": {"tzo": "+00:09:21", "date": "1904-03-18 02:00", "place": {"c2": "31", "cy": "FR", "lg": 0.72318, "lat": 43.10813, "name": "Saint-Gaudens", "geoid": 2980045}, "date-ut": "1904-03-18 01:50:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-152"}, "ids-in-sources": {"a1": "152"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "31", "COU": "F", "DAY": "18", "LAT": "43N37", "LON": "1E26", "MON": "3", "NUM": "152", "PRO": "C", "SEC": "40", "YEA": "1904", "CITY": "ST-GAUDENS"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1904-03-18 02:00"}, "partial-ids": {"ertel": "ES-1071"}}, "raw": {"L": "", "MF": "", "NR": "1071", "ENG": "", "MA_": "1", "G_NR": "152", "MA12": "10", "MARS": "29", "NAME": "Comet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,400", "CSINR": "", "KURTZ": "", "PHAS_": "0,500", "STUND": "2,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.03.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Paul", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "18.03.1904", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
155	coupet-lucien-1888-10-04	{"a1": "155", "3a_sports": "1141"}	{"ertel": "ES-1141", "lerrcp": "A1-155"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Coupet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:07:58", "date": "1888-10-04 03:20", "note": null, "place": {"c1": null, "c2": "36", "c3": null, "cy": "FR", "lg": 1.99362, "lat": 46.94848, "name": "Issoudun", "geoid": 3012655}, "notime": null, "date-ut": "1888-10-04 03:13:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Coupet"}, "birth": {"tzo": "+00:07:58", "date": "1888-10-04 03:20", "place": {"c2": "36", "cy": "FR", "lg": 1.99362, "lat": 46.94848, "name": "Issoudun", "geoid": 3012655}, "date-ut": "1888-10-04 03:13:16"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-155"}, "ids-in-sources": {"a1": "155"}}, "raw": {"H": "3", "MN": "13", "TZ": "0", "COD": "36", "COU": "F", "DAY": "4", "LAT": "46N49", "LON": "1E41", "MON": "10", "NUM": "155", "PRO": "C", "SEC": "16", "YEA": "1888", "CITY": "ISSOUDUN"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1888-10-04 03:20"}, "partial-ids": {"ertel": "ES-1141"}}, "raw": {"L": "", "MF": "", "NR": "1141", "ENG": "", "MA_": "1", "G_NR": "155", "MA12": "9", "MARS": "27", "NAME": "Coupet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,400", "CSINR": "", "KURTZ": "", "PHAS_": "3,700", "STUND": "3,33", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Lucien", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.10.1888", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24692	calliot-olivier-1894-02-21	{"g55": "08-193"}	{"g55": "08-193"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Olivier", "family": "Calliot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1894-02-21 07:00", "note": null, "place": {"c1": "", "c2": "40", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Soustons", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Olivier", "family": "Calliot", "nobility": ""}, "birth": {"date": "1894-02-21 07:00", "place": {"c1": "", "c2": "40", "c3": "", "cy": "FR", "name": "Soustons"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-193"}}, "raw": {"DAY": "21-2-1894", "HOUR": "7 h.", "NAME": "CALLIOT Olivier", "PLACE": "Soustons (Landes)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24693	camphin-rene-paul-1913-02-21	{"g55": "08-194"}	{"g55": "08-194"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René Paul", "family": "Camphin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1913-02-21 02:00", "note": null, "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Nicolas", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "René Paul", "family": "Camphin", "nobility": ""}, "birth": {"date": "1913-02-21 02:00", "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "name": "Saint-Nicolas"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-194"}}, "raw": {"DAY": "21-2-1913", "HOUR": "2 h.", "NAME": "CAMPHIN René Paul", "PLACE": "Saint-Nicolas (Pas-de-Calais)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24694	capdeville-jean-1912-11-08	{"g55": "08-195"}	{"g55": "08-195"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Capdeville", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1912-11-08 05:00", "note": null, "place": {"c1": "", "c2": "32", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Estang", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Capdeville", "nobility": ""}, "birth": {"date": "1912-11-08 05:00", "place": {"c1": "", "c2": "32", "c3": "", "cy": "FR", "name": "Estang"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-195"}}, "raw": {"DAY": "8-11-1912", "HOUR": "5 h.", "NAME": "CAPDEVILLE Jean", "PLACE": "Estang (Gers)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
157	cuffaut-leon-1911-11-20	{"a1": "157", "3a_sports": "1170"}	{"ertel": "ES-1170", "lerrcp": "A1-157"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Cuffaut", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1911-11-20 01:30", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Charenton", "geoid": 0}, "notime": null, "date-ut": "1911-11-20 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Cuffaut"}, "birth": {"tzo": "+00:00", "date": "1911-11-20 01:30", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Charenton", "geoid": 0}, "date-ut": "1911-11-20 01:30"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-157"}, "ids-in-sources": {"a1": "157"}}, "raw": {"H": "1", "MN": "30", "TZ": "0", "COD": "94", "COU": "F", "DAY": "20", "LAT": "48N47", "LON": "2E29", "MON": "11", "NUM": "157", "PRO": "C", "SEC": "0", "YEA": "1911", "CITY": "CHARENTON"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1911-11-20 01:30"}, "partial-ids": {"ertel": "ES-1170"}}, "raw": {"L": "", "MF": "", "NR": "1170", "ENG": "1", "MA_": "2", "G_NR": "157", "MA12": "4", "MARS": "11", "NAME": "Cuffaut", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,700", "CSINR": "", "KURTZ": "", "PHAS_": "0,700", "STUND": "1,50", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "20.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Léon", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.11.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
159	dabry-jean-1901-12-08	{"a1": "159", "3a_sports": "1187"}	{"ertel": "ES-1187", "lerrcp": "A1-159"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Dabry", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1901-12-08 05:30", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1901-12-08 05:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Dabry"}, "birth": {"tzo": "+00:09:21", "date": "1901-12-08 05:30", "place": {"c2": "84", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1901-12-08 05:20:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-159"}, "ids-in-sources": {"a1": "159"}}, "raw": {"H": "5", "MN": "20", "TZ": "0", "COD": "84", "COU": "F", "DAY": "8", "LAT": "43N57", "LON": "4E50", "MON": "12", "NUM": "159", "PRO": "C", "SEC": "40", "YEA": "1901", "CITY": "AVIGNON"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1901-12-08 05:30"}, "partial-ids": {"ertel": "ES-1187"}}, "raw": {"L": "", "MF": "", "NR": "1187", "ENG": "", "MA_": "0", "G_NR": "159", "MA12": "11", "MARS": "32", "NAME": "Dabry", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,900", "CSINR": "", "KURTZ": "", "PHAS_": "8,500", "STUND": "5,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.12.1901", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:05+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24695	carlini-michel-1889-07-31	{"g55": "08-196"}	{"g55": "08-196"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Carlini", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1889-07-31 02:00", "note": null, "place": {"c1": "", "c2": "13", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Marseille", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Carlini", "nobility": ""}, "birth": {"date": "1889-07-31 02:00", "place": {"c1": "", "c2": "13", "c3": "", "cy": "FR", "name": "Marseille"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-196"}}, "raw": {"DAY": "31-7-1889", "HOUR": "2 h.", "NAME": "CARLINI Michel", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24696	cartier-gilbert-1912-11-25	{"g55": "08-197"}	{"g55": "08-197"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilbert", "family": "Cartier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1912-11-25 06:00", "note": null, "place": {"c1": "", "c2": "94", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Thiais", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Gilbert", "family": "Cartier", "nobility": ""}, "birth": {"date": "1912-11-25 06:00", "place": {"c1": "", "c2": "94", "c3": "", "cy": "FR", "name": "Thiais"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-197"}}, "raw": {"DAY": "25-11-1912", "HOUR": "6 h.", "NAME": "CARTIER Gilbert", "PLACE": "Thiais (Seine)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24697	cartier-marcel-1895-08-24	{"g55": "08-198"}	{"g55": "08-198"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Cartier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1895-08-24 15:00", "note": null, "place": {"c1": "", "c2": "36", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Ardentes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Cartier", "nobility": ""}, "birth": {"date": "1895-08-24 15:00", "place": {"c1": "", "c2": "36", "c3": "", "cy": "FR", "name": "Ardentes"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-198"}}, "raw": {"DAY": "24-8-1895", "HOUR": "15 h.", "NAME": "CARTIER Marcel", "PLACE": "Ardentes (Indre)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24698	cassagne-rene-1898-07-16	{"g55": "08-199"}	{"g55": "08-199"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Cassagne", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1898-07-16 01:00", "note": null, "place": {"c1": "", "c2": "64", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Nay", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "René", "family": "Cassagne", "nobility": ""}, "birth": {"date": "1898-07-16 01:00", "place": {"c1": "", "c2": "64", "c3": "", "cy": "FR", "name": "Nay"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-199"}}, "raw": {"DAY": "16-7-1898", "HOUR": "1 h.", "NAME": "CASSAGNE René", "PLACE": "Nay (Basses-Pyrénées)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
165	dubourg-jean-1930-09-04	{"a1": "165", "3a_sports": "1469"}	{"ertel": "ES-1469", "lerrcp": "A1-165"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Dubourg", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1930-09-04 06:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Saint-Maur-des-Fos", "geoid": 0}, "notime": null, "date-ut": "1930-09-04 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Dubourg"}, "birth": {"tzo": "+01:00", "date": "1930-09-04 06:00", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Saint-Maur-des-Fos", "geoid": 0}, "date-ut": "1930-09-04 05:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-165"}, "ids-in-sources": {"a1": "165"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "94", "COU": "F", "DAY": "4", "LAT": "48N47", "LON": "2E29", "MON": "9", "NUM": "165", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "ST-MAUR-DES-FOS"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-09-04 06:00"}, "partial-ids": {"ertel": "ES-1469"}}, "raw": {"L": "", "MF": "", "NR": "1469", "ENG": "", "MA_": "0", "G_NR": "165", "MA12": "3", "MARS": "7", "NAME": "Dubourg", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,300", "CSINR": "", "KURTZ": "", "PHAS_": "85,300", "STUND": "6,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean-Jacques", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.09.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24699	castera-edmond-1907-11-20	{"g55": "08-200"}	{"g55": "08-200"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Castera", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1907-11-20 12:00", "note": null, "place": {"c1": "", "c2": "32", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Larroque-Engalin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Castera", "nobility": ""}, "birth": {"date": "1907-11-20 12:00", "place": {"c1": "", "c2": "32", "c3": "", "cy": "FR", "name": "Larroque-Engalin"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-200"}}, "raw": {"DAY": "20-11-1907", "HOUR": "12 h.", "NAME": "CASTERA Edmond", "PLACE": "Larroque-Engalin (Gers)."}, "date": "2023-08-20T14:49:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
20031	catoire-jules-1899-01-31	{"e3": "276", "g55": "08-201"}	{"g55": "08-201", "lerrcp": "E3-276"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Catoire", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1899-01-31 10:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Beaurains", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Catoire"}, "birth": {"tzo": "", "date": "1899-01-31 10:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Beaurains les Arras", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "276"}}, "raw": {"H": "10:00", "COD": "62", "DAY": "31", "MON": "01", "NUM": "0276", "PRO": "PO", "YEA": "1899", "CITY": "Beaurains les Arras", "NAME": "CATOIRE Jules", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"birth": {"place": {"name": "Beaurains"}}, "partial-ids": {"g55": "08-201"}, "ids-in-source": {"g55": "08-201"}}, "raw": {"DAY": "31-1-1899", "HOUR": "10 h.", "NAME": "CATOIRE Jules", "PLACE": "Beaurains (Pas-de-Calais)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24700	catrice-jean-1903-08-27	{"g55": "08-202"}	{"g55": "08-202"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Catrice", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1903-08-27 20:00", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lys", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Catrice", "nobility": ""}, "birth": {"date": "1903-08-27 20:00", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Lys"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-202"}}, "raw": {"DAY": "27-8-1903", "HOUR": "20 h.", "NAME": "CATRICE Jean", "PLACE": "Lys (Nord)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
166	fequant-philippe-1883-06-09	{"a1": "166", "3a_sports": "1605"}	{"ertel": "ES-1605", "lerrcp": "A1-166"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Fequant", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:22", "date": "1883-06-09 01:00", "note": null, "place": {"c1": null, "c2": "95", "c3": null, "cy": "FR", "lg": 2.3434, "lat": 48.98826, "name": "Montmorency", "geoid": 2992229}, "notime": null, "date-ut": "1883-06-09 00:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Fequant"}, "birth": {"tzo": "+00:09:22", "date": "1883-06-09 01:00", "place": {"c2": "95", "cy": "FR", "lg": 2.3434, "lat": 48.98826, "name": "Montmorency", "geoid": 2992229}, "date-ut": "1883-06-09 00:52"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-166"}, "ids-in-sources": {"a1": "166"}}, "raw": {"H": "0", "MN": "52", "TZ": "0", "COD": "95", "COU": "F", "DAY": "9", "LAT": "49N 0", "LON": "2E 0", "MON": "6", "NUM": "166", "PRO": "C", "SEC": "0", "YEA": "1883", "CITY": "MONTMORENCY"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1883-06-09 01:00"}, "partial-ids": {"ertel": "ES-1605"}}, "raw": {"L": "", "MF": "", "NR": "1605", "ENG": "", "MA_": "1", "G_NR": "166", "MA12": "12", "MARS": "35", "NAME": "Fequant", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,200", "CSINR": "", "KURTZ": "", "PHAS_": "16,900", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "09.06.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Philippe", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "09.06.1883", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
168	fonck-rene-1894-03-26	{"a1": "168", "g55": "04-381", "3a_sports": "1666"}	{"g55": "04-381", "ertel": "ES-1666", "lerrcp": "A1-168"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Fonck", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1894-03-26 20:30", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "Saulcy-sur-Meurthe", "geoid": 0}, "notime": null, "date-ut": "1894-03-26 20:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot", "military-personnel"]	5	null	[{"new": {"name": {"given": "René", "family": "Fonck"}, "birth": {"place": {"c2": "88", "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "Saulcysmeurthe", "geoid": 0}, "date-ut": "1894-03-26 20:20:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-168"}, "ids-in-sources": {"a1": "168"}}, "raw": {"H": "20", "MN": "20", "TZ": "0", "COD": "88", "COU": "F", "DAY": "26", "LAT": "48N10", "LON": "6E28", "MON": "3", "NUM": "168", "PRO": "C", "SEC": "40", "YEA": "1894", "CITY": "SAULCYSMEURTHE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1894-03-26 20:30"}, "partial-ids": {"ertel": "ES-1666"}}, "raw": {"L": "", "MF": "", "NR": "1666", "ENG": "", "MA_": "1", "G_NR": "168", "MA12": "10", "MARS": "29", "NAME": "Fonck", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,400", "CSINR": "", "KURTZ": "", "PHAS_": "80,100", "STUND": "20,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "26.03.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "26.03.1894", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Saulcy-sur-Meurthe"}}, "partial-ids": {"g55": "04-381"}, "ids-in-source": {"g55": "04-381"}}, "raw": {"DAY": "26-3-1894", "HOUR": "20 h. 30", "NAME": "FONCK René", "PLACE": "Saulcy-sur-Meurthe (Vosges)."}, "date": "2023-08-20T14:48:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
24701	cavelier-andre-1894-02-19	{"g55": "08-203"}	{"g55": "08-203"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Cavelier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1894-02-19 23:00", "note": null, "place": {"c1": "", "c2": "27", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "La Chapelle-Bayvel", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Cavelier", "nobility": ""}, "birth": {"date": "1894-02-19 23:00", "place": {"c1": "", "c2": "27", "c3": "", "cy": "FR", "name": "La Chapelle-Bayvel"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-203"}}, "raw": {"DAY": "19-2-1894", "HOUR": "23 h.", "NAME": "CAVELIER André", "PLACE": "La Chapelle-Bayvel (Eure)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24702	cayeux-jean-1910-04-07	{"g55": "08-204"}	{"g55": "08-204"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Cayeux", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1910-04-07 22:35", "note": null, "place": {"c1": "", "c2": "80", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Abbeville", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Cayeux", "nobility": ""}, "birth": {"date": "1910-04-07 22:35", "place": {"c1": "", "c2": "80", "c3": "", "cy": "FR", "name": "Abbeville"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-204"}}, "raw": {"DAY": "7-4-1910", "HOUR": "22 h. 35", "NAME": "CAYEUX Jean", "PLACE": "Abbeville (Somme)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24703	cermolacce-paul-1912-07-02	{"g55": "08-205"}	{"g55": "08-205"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Cermolacce", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1912-07-02 03:00", "note": null, "place": {"c1": "", "c2": "13", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Marseille", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Cermolacce", "nobility": ""}, "birth": {"date": "1912-07-02 03:00", "place": {"c1": "", "c2": "13", "c3": "", "cy": "FR", "name": "Marseille"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-205"}}, "raw": {"DAY": "2-7-1912", "HOUR": "3 h.", "NAME": "CERMOLACCE Paul", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
173	guilbaud-rene-1890-10-08	{"a1": "173", "3a_sports": "2014"}	{"ertel": "ES-2014", "lerrcp": "A1-173"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Guilbaud", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-00:04:15", "date": "1890-10-08 16:00", "note": null, "place": {"c1": null, "c2": "85", "c3": null, "cy": "FR", "lg": -1.06281, "lat": 46.7808, "name": "Mouchamps", "geoid": 2991575}, "notime": null, "date-ut": "1890-10-08 16:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "René", "family": "Guilbaud"}, "birth": {"tzo": "-00:04:15", "date": "1890-10-08 16:00", "place": {"c2": "85", "cy": "FR", "lg": -1.06281, "lat": 46.7808, "name": "Mouchamps", "geoid": 2991575}, "date-ut": "1890-10-08 16:05:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-173"}, "ids-in-sources": {"a1": "173"}}, "raw": {"H": "16", "MN": "5", "TZ": "0", "COD": "85", "COU": "F", "DAY": "8", "LAT": "46N40", "LON": "1W25", "MON": "10", "NUM": "173", "PRO": "C", "SEC": "40", "YEA": "1890", "CITY": "MOUCHAMPS"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1890-10-08 16:00"}, "partial-ids": {"ertel": "ES-2014"}}, "raw": {"L": "", "MF": "", "NR": "2014", "ENG": "", "MA_": "1", "G_NR": "173", "MA12": "2", "MARS": "6", "NAME": "Guilbaud", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,900", "CSINR": "", "KURTZ": "", "PHAS_": "30,300", "STUND": "16,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.10.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "08.10.1890", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
175	guynemer-georges-1894-12-24	{"a1": "175", "3a_sports": "2030"}	{"ertel": "ES-2030", "lerrcp": "A1-175"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Guynemer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1894-12-24 10:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "16", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1894-12-24 10:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Guynemer"}, "birth": {"tzo": "+00:09:21", "date": "1894-12-24 10:30", "place": {"c2": "75", "c3": "16", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1894-12-24 10:20:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-175"}, "ids-in-sources": {"a1": "175"}}, "raw": {"H": "10", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "24", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "175", "PRO": "C", "SEC": "40", "YEA": "1894", "CITY": "PARIS 16E"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1894-12-24 10:30"}, "partial-ids": {"ertel": "ES-2030"}}, "raw": {"L": "", "MF": "", "NR": "2030", "ENG": "", "MA_": "0", "G_NR": "175", "MA12": "11", "MARS": "33", "NAME": "Guynemer", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,700", "CSINR": "", "KURTZ": "", "PHAS_": "9,300", "STUND": "10,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "24.12.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "24.12.1894", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24704	chabenat-andre-1887-08-08	{"g55": "08-206"}	{"g55": "08-206"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Chabenat", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1887-08-08 18:00", "note": null, "place": {"c1": "", "c2": "36", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "La Chatre", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Chabenat", "nobility": ""}, "birth": {"date": "1887-08-08 18:00", "place": {"c1": "", "c2": "36", "c3": "", "cy": "FR", "name": "La Chatre"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-206"}}, "raw": {"DAY": "8-8-1887", "HOUR": "18 h.", "NAME": "CHABENAT André", "PLACE": "La Chatre (Indre)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24705	charlot-jean-1901-01-26	{"g55": "08-208"}	{"g55": "08-208"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Charlot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1901-01-26 13:00", "note": null, "place": {"c1": "", "c2": "78", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Mantes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Charlot", "nobility": ""}, "birth": {"date": "1901-01-26 13:00", "place": {"c1": "", "c2": "78", "c3": "", "cy": "FR", "name": "Mantes"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-208"}}, "raw": {"DAY": "26-1-1901", "HOUR": "13 h.", "NAME": "CHARLOT Jean", "PLACE": "Mantes (Seine-et-Oise)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24706	charret-edouard-1905-07-12	{"g55": "08-209"}	{"g55": "08-209"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Charret", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1905-07-12 04:15", "note": null, "place": {"c1": "", "c2": "69", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Tarare", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Charret", "nobility": ""}, "birth": {"date": "1905-07-12 04:15", "place": {"c1": "", "c2": "69", "c3": "", "cy": "FR", "name": "Tarare"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-209"}}, "raw": {"DAY": "12-7-1905", "HOUR": "4 h. 15", "NAME": "CHARRET Edouard", "PLACE": "Tarare (Rhône)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
178	happe-maurice-1882-04-15	{"a1": "178", "3a_sports": "2057"}	{"ertel": "ES-2057", "lerrcp": "A1-178"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Happe", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:08:32", "date": "1882-04-15 09:30", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Saint-Germain", "geoid": 0}, "notime": null, "date-ut": "1882-04-15 09:21:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Happe"}, "birth": {"tzo": "+00:08:32", "date": "1882-04-15 09:30", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Saint-Germain", "geoid": 0}, "date-ut": "1882-04-15 09:21:28"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-178"}, "ids-in-sources": {"a1": "178"}}, "raw": {"H": "9", "MN": "21", "TZ": "0", "COD": "78", "COU": "F", "DAY": "15", "LAT": "48N50", "LON": "2E 8", "MON": "4", "NUM": "178", "PRO": "C", "SEC": "28", "YEA": "1882", "CITY": "ST-GERMAIN"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1882-04-15 09:30"}, "partial-ids": {"ertel": "ES-2057"}}, "raw": {"L": "", "MF": "", "NR": "2057", "ENG": "0", "MA_": "2", "G_NR": "178", "MA12": "12", "MARS": "36", "NAME": "Happe", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,700", "CSINR": "", "KURTZ": "", "PHAS_": "11,900", "STUND": "9,50", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "15.04.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Maurice", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "15.04.1882", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
180	hilsz-marie-1901-03-07	{"a1": "180", "3a_sports": "2127"}	{"ertel": "ES-2127", "lerrcp": "A1-180"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Hilsz", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:09:21", "date": "1901-03-07 18:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.28864, "lat": 48.89389, "name": "Levallois-Perret", "geoid": 2998975}, "notime": null, "date-ut": "1901-03-07 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Hilsz"}, "birth": {"tzo": "+00:09:21", "date": "1901-03-07 18:00", "place": {"c2": "92", "cy": "FR", "lg": 2.28864, "lat": 48.89389, "name": "Levallois-Perret", "geoid": 2998975}, "date-ut": "1901-03-07 17:50:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-180"}, "ids-in-sources": {"a1": "180"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "92", "COU": "F", "DAY": "7", "LAT": "48N50", "LON": "2E11", "MON": "3", "NUM": "180", "PRO": "C", "SEC": "40", "YEA": "1901", "CITY": "LEVALLOIS-PERRET"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "F", "birth": {"date": "1901-03-07 18:00"}, "partial-ids": {"ertel": "ES-2127"}}, "raw": {"L": "", "MF": "F", "NR": "2127", "ENG": "1", "MA_": "2", "G_NR": "180", "MA12": "1", "MARS": "3", "NAME": "Hilsz", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,100", "CSINR": "", "KURTZ": "", "PHAS_": "97,300", "STUND": "18,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "07.03.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marie-Antoinette", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "07.03.1901", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24707	chassaing-eugene-1876-07-07	{"g55": "08-210"}	{"g55": "08-210"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Chassaing", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1876-07-07 11:00", "note": null, "place": {"c1": "", "c2": "63", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Brousse", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Chassaing", "nobility": ""}, "birth": {"date": "1876-07-07 11:00", "place": {"c1": "", "c2": "63", "c3": "", "cy": "FR", "name": "Brousse"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-210"}}, "raw": {"DAY": "7-7-1876", "HOUR": "11 h.", "NAME": "CHASSAING Eugène", "PLACE": "Brousse (Puy-de-Dôme)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24708	chatenay-victor-1886-04-03	{"g55": "08-211"}	{"g55": "08-211"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Chatenay", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1886-04-03 04:00", "note": null, "place": {"c1": "", "c2": "49", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Doué-la-Fontaine", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Chatenay", "nobility": ""}, "birth": {"date": "1886-04-03 04:00", "place": {"c1": "", "c2": "49", "c3": "", "cy": "FR", "name": "Doué-la-Fontaine"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-211"}}, "raw": {"DAY": "3-4-1886", "HOUR": "4 h.", "NAME": "CHATENAY Victor", "PLACE": "Doué-la-Fontaine (Maine-et-Loire)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24709	chausson-clement-1887-11-25	{"g55": "08-212"}	{"g55": "08-212"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clément", "family": "Chausson", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1887-11-25 20:00", "note": null, "place": {"c1": "", "c2": "19", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Hilaire-Foissac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Clément", "family": "Chausson", "nobility": ""}, "birth": {"date": "1887-11-25 20:00", "place": {"c1": "", "c2": "19", "c3": "", "cy": "FR", "name": "Saint-Hilaire-Foissac"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-212"}}, "raw": {"DAY": "25-11-1887", "HOUR": "20 h.", "NAME": "CHAUSSON Clément", "PLACE": "Saint-Hilaire-Foissac (Corrèze)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
181	hurel-maurice-1896-04-29	{"a1": "181", "3a_sports": "2165"}	{"ertel": "ES-2165", "lerrcp": "A1-181"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Hurel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1896-04-29 11:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Cherbourg", "geoid": 0}, "notime": null, "date-ut": "1896-04-29 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Hurel"}, "birth": {"tzo": "+00:09:21", "date": "1896-04-29 11:00", "place": {"c2": "50", "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Cherbourg", "geoid": 0}, "date-ut": "1896-04-29 10:50:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-181"}, "ids-in-sources": {"a1": "181"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "50", "COU": "F", "DAY": "29", "LAT": "49N 7", "LON": "1W 5", "MON": "4", "NUM": "181", "PRO": "C", "SEC": "40", "YEA": "1896", "CITY": "CHERBOURG"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1896-04-29 11:00"}, "partial-ids": {"ertel": "ES-2165"}}, "raw": {"L": "", "MF": "", "NR": "2165", "ENG": "", "MA_": "1", "G_NR": "181", "MA12": "5", "MARS": "13", "NAME": "Hurel", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,700", "CSINR": "", "KURTZ": "", "PHAS_": "96,900", "STUND": "11,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "29.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Maurice", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.04.1896", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
184	lard-pierre-1924-06-07	{"a1": "184", "3a_sports": "2364"}	{"ertel": "ES-2364", "lerrcp": "A1-184"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Lard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1924-06-07 01:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1924-06-07 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Lard"}, "birth": {"tzo": "+01:00", "date": "1924-06-07 01:00", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1924-06-07 00:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-184"}, "ids-in-sources": {"a1": "184"}}, "raw": {"H": "0", "MN": "0", "TZ": "0", "COD": "33", "COU": "F", "DAY": "7", "LAT": "44N50", "LON": "0W34", "MON": "6", "NUM": "184", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-06-07 01:00"}, "partial-ids": {"ertel": "ES-2364"}}, "raw": {"L": "", "MF": "", "NR": "2364", "ENG": "1", "MA_": "2", "G_NR": "184", "MA12": "1", "MARS": "1", "NAME": "Lard", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,600", "CSINR": "", "KURTZ": "", "PHAS_": "16,900", "STUND": "1,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "07.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.06.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24710	cherrier-marcel-1901-11-03	{"g55": "08-213"}	{"g55": "08-213"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Cherrier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1901-11-03 15:00", "note": null, "place": {"c1": "", "c2": "18", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Bourges", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Cherrier", "nobility": ""}, "birth": {"date": "1901-11-03 15:00", "place": {"c1": "", "c2": "18", "c3": "", "cy": "FR", "name": "Bourges"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-213"}}, "raw": {"DAY": "3-11-1901", "HOUR": "15 h.", "NAME": "CHERRIER Marcel", "PLACE": "Bourges (Cher)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24711	chevallier-jacques-1911-11-15	{"g55": "08-214"}	{"g55": "08-214"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Chevallier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1911-11-15 10:00", "note": null, "place": {"c1": "", "c2": "33", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Bordeaux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Chevallier", "nobility": ""}, "birth": {"date": "1911-11-15 10:00", "place": {"c1": "", "c2": "33", "c3": "", "cy": "FR", "name": "Bordeaux"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-214"}}, "raw": {"DAY": "15-11-1911", "HOUR": "10 h.", "NAME": "CHEVALLIER Jacques", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24712	chupin-alfred-1916-08-13	{"g55": "08-215"}	{"g55": "08-215"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Chupin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1916-08-13 23:00", "note": null, "place": {"c1": "", "c2": "29", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Brest", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Chupin", "nobility": ""}, "birth": {"date": "1916-08-13 23:00", "place": {"c1": "", "c2": "29", "c3": "", "cy": "FR", "name": "Brest"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-215"}}, "raw": {"DAY": "13-8-1916", "HOUR": "23 h.", "NAME": "CHUPIN Alfred", "PLACE": "Brest (Finistère)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
188	lefevre-rene-1903-11-12	{"a1": "188", "3a_sports": "2433"}	{"ertel": "ES-2433", "lerrcp": "A1-188"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Lefevre", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1903-11-12 18:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.39321, "lat": 49.36583, "name": "Venizel", "geoid": 2970071}, "notime": null, "date-ut": "1903-11-12 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "René", "family": "Lefevre"}, "birth": {"tzo": "+00:09:21", "date": "1903-11-12 18:00", "place": {"c2": "02", "cy": "FR", "lg": 3.39321, "lat": 49.36583, "name": "Venizel", "geoid": 2970071}, "date-ut": "1903-11-12 17:50:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-188"}, "ids-in-sources": {"a1": "188"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "02", "COU": "F", "DAY": "12", "LAT": "49N34", "LON": "3E37", "MON": "11", "NUM": "188", "PRO": "C", "SEC": "40", "YEA": "1903", "CITY": "VENIZEL"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1903-11-12 18:00"}, "partial-ids": {"ertel": "ES-2433"}}, "raw": {"L": "", "MF": "", "NR": "2433", "ENG": "", "MA_": "0", "G_NR": "188", "MA12": "6", "MARS": "16", "NAME": "Lefevre", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,40", "CSINR": "", "KURTZ": "", "PHAS_": "51,400", "STUND": "18,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.11.1903", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
190	lemercier-andre-1888-09-13	{"a1": "190", "3a_sports": "2453"}	{"ertel": "ES-2453", "lerrcp": "A1-190"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Lemercier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00:20", "date": "1888-09-13 04:00", "note": null, "place": {"c1": null, "c2": "61", "c3": null, "cy": "FR", "lg": 0.08333, "lat": 48.43333, "name": "Glos-la-Ferr", "geoid": 0}, "notime": null, "date-ut": "1888-09-13 03:59:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "André", "family": "Lemercier"}, "birth": {"tzo": "+00:00:20", "date": "1888-09-13 04:00", "place": {"c2": "61", "cy": "FR", "lg": 0.08333, "lat": 48.43333, "name": "Glos-la-Ferr", "geoid": 0}, "date-ut": "1888-09-13 03:59:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-190"}, "ids-in-sources": {"a1": "190"}}, "raw": {"H": "3", "MN": "59", "TZ": "0", "COD": "61", "COU": "F", "DAY": "13", "LAT": "48N26", "LON": "0E 5", "MON": "9", "NUM": "190", "PRO": "C", "SEC": "40", "YEA": "1888", "CITY": "GLOS-LA-FERR"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1888-09-13 04:00"}, "partial-ids": {"ertel": "ES-2453"}}, "raw": {"L": "", "MF": "", "NR": "2453", "ENG": "", "MA_": "1", "G_NR": "190", "MA12": "9", "MARS": "27", "NAME": "Lemercier", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,400", "CSINR": "", "KURTZ": "", "PHAS_": "51,100", "STUND": "4,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.09.1888", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24713	cochart-napoleon-1912-05-13	{"g55": "08-216"}	{"g55": "08-216"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Napoléon", "family": "Cochart", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1912-05-13 15:00", "note": null, "place": {"c1": "", "c2": "55", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Arrancy-sur-Crusnes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Napoléon", "family": "Cochart", "nobility": ""}, "birth": {"date": "1912-05-13 15:00", "place": {"c1": "", "c2": "55", "c3": "", "cy": "FR", "name": "Arrancy-sur-Crusnes"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-216"}}, "raw": {"DAY": "13-5-1912", "HOUR": "15 h.", "NAME": "COCHART Napoléon", "PLACE": "Arrancy-sur-Crusnes (Meuse)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24714	coffin-lucien-1900-12-29	{"g55": "08-217"}	{"g55": "08-217"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Coffin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1900-12-29 15:00", "note": null, "place": {"c1": "", "c2": "18", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Amand", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Coffin", "nobility": ""}, "birth": {"date": "1900-12-29 15:00", "place": {"c1": "", "c2": "18", "c3": "", "cy": "FR", "name": "Saint-Amand"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-217"}}, "raw": {"DAY": "29-12-1900", "HOUR": "15 h.", "NAME": "COFFIN Lucien", "PLACE": "Saint-Amand (Cher)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24715	colin-yves-1894-03-10	{"g55": "08-219"}	{"g55": "08-219"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Colin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1894-03-10 04:30", "note": null, "place": {"c1": "", "c2": "29", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Guipavas", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Colin", "nobility": ""}, "birth": {"date": "1894-03-10 04:30", "place": {"c1": "", "c2": "29", "c3": "", "cy": "FR", "name": "Guipavas"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-219"}}, "raw": {"DAY": "10-3-1894", "HOUR": "4 h. 30", "NAME": "COLIN Yves", "PLACE": "Guipavas (Finistère)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
193	lorin-rene-1877-05-24	{"a1": "193", "3a_sports": "2528"}	{"ertel": "ES-2528", "lerrcp": "A1-193"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Lorin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1877-05-24 18:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "4", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1877-05-24 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "René", "family": "Lorin"}, "birth": {"tzo": "+00:09:24", "date": "1877-05-24 18:00", "place": {"c2": "75", "c3": "4", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1877-05-24 17:50:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-193"}, "ids-in-sources": {"a1": "193"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "24", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "193", "PRO": "C", "SEC": "40", "YEA": "1877", "CITY": "PARIS 4E"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1877-05-24 18:00"}, "partial-ids": {"ertel": "ES-2528"}}, "raw": {"L": "", "MF": "", "NR": "2528", "ENG": "", "MA_": "1", "G_NR": "193", "MA12": "10", "MARS": "28", "NAME": "Lorin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,800", "CSINR": "", "KURTZ": "", "PHAS_": "88,800", "STUND": "18,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "24.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.05.1877", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
195	marconnet-charles-1869-06-02	{"a1": "195", "3a_sports": "2672"}	{"ertel": "ES-2672", "lerrcp": "A1-195"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Marconnet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:27:12", "date": "1869-06-02 06:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.79823, "lat": 47.50957, "name": "Montbéliard", "geoid": 2992938}, "notime": null, "date-ut": "1869-06-02 05:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Marconnet"}, "birth": {"tzo": "+00:27:12", "date": "1869-06-02 06:03:04", "place": {"c2": "25", "cy": "FR", "lg": 6.79823, "lat": 47.50957, "name": "Montbéliard", "geoid": 2992938}, "date-ut": "1869-06-02 05:35:52"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-195"}, "ids-in-sources": {"a1": "195"}}, "raw": {"H": "5", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "2", "LAT": "47N15", "LON": "6E 2", "MON": "6", "NUM": "195", "PRO": "C", "SEC": "52", "YEA": "1869", "CITY": "MONTBELIARD"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1869-06-02 06:00"}, "partial-ids": {"ertel": "ES-2672"}}, "raw": {"L": "", "MF": "", "NR": "2672", "ENG": "", "MA_": "1", "G_NR": "195", "MA12": "10", "MARS": "28", "NAME": "Marconnet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "53,000", "STUND": "6,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.06.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Charles", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "02.06.1869", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24716	colonne-d-istria-paulin-1905-07-27	{"g55": "08-220"}	{"g55": "08-220"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paulin", "family": "Colonne D'istria", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1905-07-27 21:00", "note": null, "place": {"c1": "", "c2": "20", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Petreto", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paulin", "family": "Colonne D'istria", "nobility": ""}, "birth": {"date": "1905-07-27 21:00", "place": {"c1": "", "c2": "20", "c3": "", "cy": "FR", "name": "Petreto"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-220"}}, "raw": {"DAY": "27-7-1905", "HOUR": "21 h.", "NAME": "COLONNE D'ISTRIA Paulin", "PLACE": "Petreto (Corse)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
18518	commentry-andre-1891-07-25	{"e1": "889", "g55": "08-221"}	{"g55": "08-221", "lerrcp": "E1-889"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Commentry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1891-07-25 14:00", "note": null, "place": {"c1": null, "c2": "49", "c3": "", "cy": "FR", "lg": -0.07808, "lat": 47.25931, "name": "Saumur", "geoid": 2975758}, "notime": null, "date-ut": "1891-07-25 13:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Commentry"}, "birth": {"tzo": "+00:09", "date": "1891-07-25 14:00", "place": {"c2": "49", "c3": "", "cy": "FR", "lg": -0.07808, "lat": 47.25931, "name": "Saumur", "geoid": 2975758}, "date-ut": "1891-07-25 13:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "889"}}, "raw": {"H": "14:00", "COD": "49", "DAY": "25", "MON": "07", "NUM": "0889", "PRO": "MI", "YEA": "1891", "CITY": "Saumur", "NAME": "COMMENTRY André", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"partial-ids": {"g55": "08-221"}, "ids-in-source": {"g55": "08-221"}}, "raw": {"DAY": "25-7-1891", "HOUR": "14 h.", "NAME": "COMMENTRY André", "PLACE": "Saumur (Maine-et-Loire)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
198	marvingt-marie-1875-02-20	{"a1": "198", "3a_sports": "2719"}	{"ertel": "ES-2719", "lerrcp": "A1-198"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Marvingt", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:09:46", "date": "1875-02-20 18:30", "note": null, "place": {"c1": null, "c2": "15", "c3": null, "cy": "FR", "lg": 2.43983, "lat": 44.92539, "name": "Aurillac", "geoid": 3036016}, "notime": null, "date-ut": "1875-02-20 18:20:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Marvingt"}, "birth": {"tzo": "+00:09:46", "date": "1875-02-20 18:30", "place": {"c2": "15", "cy": "FR", "lg": 2.43983, "lat": 44.92539, "name": "Aurillac", "geoid": 3036016}, "date-ut": "1875-02-20 18:20:16"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-198"}, "ids-in-sources": {"a1": "198"}}, "raw": {"H": "18", "MN": "20", "TZ": "0", "COD": "15", "COU": "F", "DAY": "20", "LAT": "44N56", "LON": "2E26", "MON": "2", "NUM": "198", "PRO": "C", "SEC": "16", "YEA": "1875", "CITY": "AURILLAC"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "F", "birth": {"date": "1875-02-20 18:30"}, "partial-ids": {"ertel": "ES-2719"}}, "raw": {"L": "", "MF": "F", "NR": "2719", "ENG": "", "MA_": "1", "G_NR": "198", "MA12": "10", "MARS": "28", "NAME": "Marvingt", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,900", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "18,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.02.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marie", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "20.02.1875", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
200	mezergues-albert-1886-11-05	{"a1": "200", "3a_sports": "2844"}	{"ertel": "ES-2844", "lerrcp": "A1-200"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Mezergues", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:17:07", "date": "1886-11-05 10:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.27838, "lat": 43.97165, "name": "Saint-Chaptes", "geoid": 2981204}, "notime": null, "date-ut": "1886-11-05 09:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Mezergues"}, "birth": {"tzo": "+00:17:07", "date": "1886-11-05 10:00", "place": {"c2": "30", "cy": "FR", "lg": 4.27838, "lat": 43.97165, "name": "Saint-Chaptes", "geoid": 2981204}, "date-ut": "1886-11-05 09:42:36"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-200"}, "ids-in-sources": {"a1": "200"}}, "raw": {"H": "9", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "5", "LAT": "43N51", "LON": "4E21", "MON": "11", "NUM": "200", "PRO": "C", "SEC": "36", "YEA": "1886", "CITY": "ST CHAPTES"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1886-11-05 10:00"}, "partial-ids": {"ertel": "ES-2844"}}, "raw": {"L": "", "MF": "", "NR": "2844", "ENG": "0", "MA_": "2", "G_NR": "200", "MA12": "12", "MARS": "36", "NAME": "Mezergues", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,300", "CSINR": "", "KURTZ": "", "PHAS_": "62,200", "STUND": "10,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "05.11.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Albert", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "05.11.1886", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
20130	conte-arthur-1920-03-31	{"e3": "379", "g55": "08-222"}	{"g55": "08-222", "lerrcp": "E3-379"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Conte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1920-03-31 13:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Salses", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Conte"}, "birth": {"tzo": "", "date": "1920-03-31 13:00", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Salses", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "379"}}, "raw": {"H": "13:00", "COD": "66", "DAY": "31", "MON": "03", "NUM": "0379", "PRO": "PO", "YEA": "1920", "CITY": "Salses", "NAME": "CONTE Arthur", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"birth": {"place": {"name": "Salses"}}, "partial-ids": {"g55": "08-222"}, "ids-in-source": {"g55": "08-222"}}, "raw": {"DAY": "31-3-1920", "HOUR": "13 h.", "NAME": "CONTE Arthur", "PLACE": "Salses (Pyrénées-Orientales)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24717	cordonnier-denis-1893-09-10	{"g55": "08-223"}	{"g55": "08-223"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Denis", "family": "Cordonnier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1893-09-10 12:00", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Amand-les-Eaux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Denis", "family": "Cordonnier", "nobility": ""}, "birth": {"date": "1893-09-10 12:00", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Saint-Amand-les-Eaux"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-223"}}, "raw": {"DAY": "10-9-1893", "HOUR": "12 h.", "NAME": "CORDONNIER Denis", "PLACE": "Saint-Amand-les-Eaux (Nord)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
203	morane-robert-1886-03-10	{"a1": "203", "3a_sports": "2940"}	{"ertel": "ES-2940", "lerrcp": "A1-203"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Morane", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1886-03-10 18:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "13", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1886-03-10 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Morane"}, "birth": {"tzo": "+00:09:24", "date": "1886-03-10 18:00", "place": {"c2": "75", "c3": "13", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1886-03-10 17:50:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-203"}, "ids-in-sources": {"a1": "203"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "10", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "203", "PRO": "C", "SEC": "40", "YEA": "1886", "CITY": "PARIS 13E"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1886-03-10 18:00"}, "partial-ids": {"ertel": "ES-2940"}}, "raw": {"L": "", "MF": "", "NR": "2940", "ENG": "1", "MA_": "2", "G_NR": "203", "MA12": "1", "MARS": "1", "NAME": "Morane", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,700", "CSINR": "", "KURTZ": "", "PHAS_": "15,700", "STUND": "18,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "10.03.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "10.03.1886", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
205	mouchotte-rene-1914-08-21	{"a1": "205", "3a_sports": "2975"}	{"ertel": "ES-2975", "lerrcp": "A1-205"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Mouchotte", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1914-08-21 10:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.41579, "lat": 48.83864, "name": "Saint-Mandé", "geoid": 2978621}, "notime": null, "date-ut": "1914-08-21 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "René", "family": "Mouchotte"}, "birth": {"tzo": "+00:00", "date": "1914-08-21 10:00", "place": {"c2": "94", "cy": "FR", "lg": 2.41579, "lat": 48.83864, "name": "Saint-Mandé", "geoid": 2978621}, "date-ut": "1914-08-21 10:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-205"}, "ids-in-sources": {"a1": "205"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "94", "COU": "F", "DAY": "21", "LAT": "48N47", "LON": "2E29", "MON": "8", "NUM": "205", "PRO": "C", "SEC": "0", "YEA": "1914", "CITY": "ST-MANDE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1914-08-21 10:00"}, "partial-ids": {"ertel": "ES-2975"}}, "raw": {"L": "", "MF": "", "NR": "2975", "ENG": "1", "MA_": "2", "G_NR": "205", "MA12": "1", "MARS": "3", "NAME": "Mouchotte", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,600", "CSINR": "", "KURTZ": "", "PHAS_": "0,400", "STUND": "10,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "21.08.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "21.08.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24718	costes-alfred-1888-02-24	{"g55": "08-224"}	{"g55": "08-224"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Costes", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1888-02-24 03:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Juéry", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Costes", "nobility": ""}, "birth": {"date": "1888-02-24 03:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Saint-Juéry"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-224"}}, "raw": {"DAY": "24-2-1888", "HOUR": "3 h.", "NAME": "COSTES Alfred", "PLACE": "Saint-Juéry (Tarn)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24719	coudert-lucien-1887-07-28	{"g55": "08-225"}	{"g55": "08-225"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Coudert", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1887-07-28 22:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Castres", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Coudert", "nobility": ""}, "birth": {"date": "1887-07-28 22:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Castres"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-225"}}, "raw": {"DAY": "28-7-1887", "HOUR": "22 h.", "NAME": "COUDERT Lucien", "PLACE": "Castres (Tarn)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24720	couinaud-pierre-1891-10-28	{"g55": "08-226"}	{"g55": "08-226"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Couinaud", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1891-10-28 07:00", "note": null, "place": {"c1": "", "c2": "58", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Nevers", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Couinaud", "nobility": ""}, "birth": {"date": "1891-10-28 07:00", "place": {"c1": "", "c2": "58", "c3": "", "cy": "FR", "name": "Nevers"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-226"}}, "raw": {"DAY": "28-10-1891", "HOUR": "7 h.", "NAME": "COUINAUD Pierre", "PLACE": "Nevers (Nièvre)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
207	navarre-jean-1895-08-08	{"a1": "207", "3a_sports": "3011"}	{"ertel": "ES-3011", "lerrcp": "A1-207"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Navarre", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1895-08-08 07:30", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Jouysmorin", "geoid": 0}, "notime": null, "date-ut": "1895-08-08 07:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Navarre"}, "birth": {"tzo": "+00:09:21", "date": "1895-08-08 07:30", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Jouysmorin", "geoid": 0}, "date-ut": "1895-08-08 07:20:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-207"}, "ids-in-sources": {"a1": "207"}}, "raw": {"H": "7", "MN": "20", "TZ": "0", "COD": "77", "COU": "F", "DAY": "8", "LAT": "48N33", "LON": "2E40", "MON": "8", "NUM": "207", "PRO": "C", "SEC": "40", "YEA": "1895", "CITY": "JOUYSMORIN"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1895-08-08 07:30"}, "partial-ids": {"ertel": "ES-3011"}}, "raw": {"L": "", "MF": "", "NR": "3011", "ENG": "1", "MA_": "2", "G_NR": "207", "MA12": "1", "MARS": "2", "NAME": "Navarre", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,400", "CSINR": "", "KURTZ": "", "PHAS_": "94,800", "STUND": "7,50", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "08.08.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean Marie", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "08.08.1895", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
209	nogues-maurice-1889-10-31	{"a1": "209", "3a_sports": "3043"}	{"ertel": "ES-3043", "lerrcp": "A1-209"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Nogues", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-00:06:42", "date": "1889-10-31 17:30", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1889-10-31 17:36:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Nogues"}, "birth": {"tzo": "-00:06:42", "date": "1889-10-31 17:30", "place": {"c2": "35", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1889-10-31 17:36:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-209"}, "ids-in-sources": {"a1": "209"}}, "raw": {"H": "17", "MN": "36", "TZ": "0", "COD": "35", "COU": "F", "DAY": "31", "LAT": "48N 7", "LON": "1W40", "MON": "10", "NUM": "209", "PRO": "C", "SEC": "40", "YEA": "1889", "CITY": "RENNES"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1889-10-31 17:30"}, "partial-ids": {"ertel": "ES-3043"}}, "raw": {"L": "", "MF": "", "NR": "3043", "ENG": "", "MA_": "0", "G_NR": "209", "MA12": "8", "MARS": "22", "NAME": "Nogues", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,200", "CSINR": "", "KURTZ": "", "PHAS_": "46,100", "STUND": "17,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "31.10.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Maurice", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "31.10.1889", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24721	couston-paul-1903-10-12	{"g55": "08-227"}	{"g55": "08-227"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Couston", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1903-10-12 17:00", "note": null, "place": {"c1": "", "c2": "84", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Avignon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Couston", "nobility": ""}, "birth": {"date": "1903-10-12 17:00", "place": {"c1": "", "c2": "84", "c3": "", "cy": "FR", "name": "Avignon"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-227"}}, "raw": {"DAY": "12-10-1903", "HOUR": "17 h.", "NAME": "COUSTON Paul", "PLACE": "Avignon (Vaucluse)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24722	coutant-robert-1908-01-14	{"g55": "08-228"}	{"g55": "08-228"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Coutant", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1908-01-14 03:00", "note": null, "place": {"c1": "", "c2": "94", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Ivry-sur-Seine", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Coutant", "nobility": ""}, "birth": {"date": "1908-01-14 03:00", "place": {"c1": "", "c2": "94", "c3": "", "cy": "FR", "name": "Ivry-sur-Seine"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-228"}}, "raw": {"DAY": "14-1-1908", "HOUR": "3 h.", "NAME": "\\fCOUTANT Robert", "PLACE": "Ivry-sur-Seine (Seine)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24723	crouzier-jean-1899-11-02	{"g55": "08-229"}	{"g55": "08-229"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Crouzier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1899-11-02 21:00", "note": null, "place": {"c1": "", "c2": "88", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Raon-l'Etape", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Crouzier", "nobility": ""}, "birth": {"date": "1899-11-02 21:00", "place": {"c1": "", "c2": "88", "c3": "", "cy": "FR", "name": "Raon-l'Etape"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-229"}}, "raw": {"DAY": "2-11-1899", "HOUR": "21 h.", "NAME": "CROUZIER Jean", "PLACE": "Raon-l'Etape (Vosges)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
213	pegoud-adolphe-1889-06-13	{"a1": "213", "g55": "03-46", "3a_sports": "3187"}	{"g55": "03-46", "ertel": "ES-3187", "lerrcp": "A1-213"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Pegoud", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:22:22", "date": "1889-06-13 06:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.5902, "lat": 45.48481, "name": "Montferrat", "geoid": 2992605}, "notime": null, "date-ut": "1889-06-13 05:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot", "military-personnel"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Pegoud"}, "birth": {"tzo": "+00:22:22", "date": "1889-06-13 06:00", "place": {"c2": "38", "cy": "FR", "lg": 5.5902, "lat": 45.48481, "name": "Montferrat", "geoid": 2992605}, "date-ut": "1889-06-13 05:37:08"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-213"}, "ids-in-sources": {"a1": "213"}}, "raw": {"H": "5", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "13", "LAT": "45N11", "LON": "5E43", "MON": "6", "NUM": "213", "PRO": "C", "SEC": "8", "YEA": "1889", "CITY": "MONTFERRAT"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1889-06-13 06:00"}, "partial-ids": {"ertel": "ES-3187"}}, "raw": {"L": "", "MF": "", "NR": "3187", "ENG": "1", "MA_": "2", "G_NR": "213", "MA12": "1", "MARS": "2", "NAME": "Pegoud", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,300", "CSINR": "", "KURTZ": "", "PHAS_": "99,400", "STUND": "6,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "13.06.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Adolphe", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "13.06.1889", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-46"}, "ids-in-source": {"g55": "03-46"}}, "raw": {"DAY": "13-6-1889", "HOUR": "6 h.", "NAME": "PEGOUD Adolphe", "PLACE": "Montferrat (Isère)."}, "date": "2023-08-20T14:48:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}, {"new": [], "raw": {"DAY": "13-6-1889", "HOUR": "6 h.", "NAME": "PEGOUD Adolphe", "PLACE": "Montferrat (Isère)."}, "date": "2023-08-20T14:48:31+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
215	pequet-henri-1888-01-01	{"a1": "215", "3a_sports": "3213"}	{"ertel": "ES-3213", "lerrcp": "A1-215"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Pequet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:04:35", "date": "1888-01-01 21:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.14523, "lat": 49.93973, "name": "Bracquemont", "geoid": 3030622}, "notime": null, "date-ut": "1888-01-01 20:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Pequet"}, "birth": {"tzo": "+00:04:35", "date": "1888-01-01 21:00", "place": {"c2": "76", "cy": "FR", "lg": 1.14523, "lat": 49.93973, "name": "Bracquemont", "geoid": 3030622}, "date-ut": "1888-01-01 20:55:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-215"}, "ids-in-sources": {"a1": "215"}}, "raw": {"H": "20", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "1", "LAT": "49N26", "LON": "1E 5", "MON": "1", "NUM": "215", "PRO": "C", "SEC": "40", "YEA": "1888", "CITY": "BRACQUEMONT"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1888-01-01 21:00"}, "partial-ids": {"ertel": "ES-3213"}}, "raw": {"L": "", "MF": "", "NR": "3213", "ENG": "", "MA_": "0", "G_NR": "215", "MA12": "11", "MARS": "32", "NAME": "Pequet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,500", "CSINR": "", "KURTZ": "", "PHAS_": "97,000", "STUND": "21,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.01.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "01.01.1888", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24724	dagain-leon-1896-07-11	{"g55": "08-230"}	{"g55": "08-230"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Dagain", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1896-07-11 23:00", "note": null, "place": {"c1": "", "c2": "71", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Loup de la Salle", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Dagain", "nobility": ""}, "birth": {"date": "1896-07-11 23:00", "place": {"c1": "", "c2": "71", "c3": "", "cy": "FR", "name": "Saint-Loup de la Salle"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-230"}}, "raw": {"DAY": "11-7-1896", "HOUR": "23 h.", "NAME": "DAGAIN Léon", "PLACE": "Saint-Loup de la Salle (Saône-et-L.)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24725	damette-auguste-1903-09-08	{"g55": "08-231"}	{"g55": "08-231"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Damette", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1903-09-08 07:30", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Hazebrouck", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Damette", "nobility": ""}, "birth": {"date": "1903-09-08 07:30", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Hazebrouck"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-231"}}, "raw": {"DAY": "8-9-1903", "HOUR": "7 h. 30", "NAME": "DAMETTE Auguste", "PLACE": "Hazebrouck (Nord)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24726	darou-marcel-1896-08-13	{"g55": "08-232"}	{"g55": "08-232"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Darou", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1896-08-13 22:15", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Hazebrouck", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Darou", "nobility": ""}, "birth": {"date": "1896-08-13 22:15", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Hazebrouck"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-232"}}, "raw": {"DAY": "13-8-1896", "HOUR": "22 h. 15", "NAME": "DAROU Marcel", "PLACE": "Hazebrouck (Nord)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24727	david-marcel-1895-04-06	{"g55": "08-233"}	{"g55": "08-233"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "David", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1895-04-06 22:00", "note": null, "place": {"c1": "", "c2": "51", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Meix-Saint-Epoing", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "David", "nobility": ""}, "birth": {"date": "1895-04-06 22:00", "place": {"c1": "", "c2": "51", "c3": "", "cy": "FR", "name": "Meix-Saint-Epoing"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-233"}}, "raw": {"DAY": "6-4-1895", "HOUR": "22 h.", "NAME": "DAVID Marcel", "PLACE": "Meix-Saint-Epoing (Marne)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
218	pouyade-pierre-1911-07-25	{"a1": "218", "3a_sports": "3356"}	{"ertel": "ES-3356", "lerrcp": "A1-218"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Pouyade", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1911-07-25 10:30", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.4851, "lat": 48.13339, "name": "Cerisiers", "geoid": 3027873}, "notime": null, "date-ut": "1911-07-25 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Pouyade"}, "birth": {"tzo": "+00:00", "date": "1911-07-25 10:30", "place": {"c2": "89", "cy": "FR", "lg": 3.4851, "lat": 48.13339, "name": "Cerisiers", "geoid": 3027873}, "date-ut": "1911-07-25 10:30"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-218"}, "ids-in-sources": {"a1": "218"}}, "raw": {"H": "10", "MN": "30", "TZ": "0", "COD": "89", "COU": "F", "DAY": "25", "LAT": "47N48", "LON": "3E35", "MON": "7", "NUM": "218", "PRO": "C", "SEC": "0", "YEA": "1911", "CITY": "CERISIERS"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1911-07-25 10:30"}, "partial-ids": {"ertel": "ES-3356"}}, "raw": {"L": "", "MF": "", "NR": "3356", "ENG": "", "MA_": "0", "G_NR": "218", "MA12": "5", "MARS": "15", "NAME": "Pouyade", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,000", "CSINR": "", "KURTZ": "", "PHAS_": "1,200", "STUND": "10,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "25.07.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "25.07.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
220	reine-marcel-1901-12-01	{"a1": "220", "3a_sports": "3467"}	{"ertel": "ES-3467", "lerrcp": "A1-220"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Reine", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1901-12-01 11:00", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.38333, "lat": 48.91667, "name": "Aubervilliers", "geoid": 3036386}, "notime": null, "date-ut": "1901-12-01 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Reine"}, "birth": {"tzo": "+00:09:21", "date": "1901-12-01 11:00", "place": {"c2": "93", "cy": "FR", "lg": 2.38333, "lat": 48.91667, "name": "Aubervilliers", "geoid": 3036386}, "date-ut": "1901-12-01 10:50:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-220"}, "ids-in-sources": {"a1": "220"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "93", "COU": "F", "DAY": "1", "LAT": "48N55", "LON": "2E30", "MON": "12", "NUM": "220", "PRO": "C", "SEC": "40", "YEA": "1901", "CITY": "AUBERVILLIERS"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1901-12-01 11:00"}, "partial-ids": {"ertel": "ES-3467"}}, "raw": {"L": "", "MF": "", "NR": "3467", "ENG": "1", "MA_": "2", "G_NR": "220", "MA12": "1", "MARS": "3", "NAME": "Reine", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,600", "CSINR": "", "KURTZ": "", "PHAS_": "69,600", "STUND": "11,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "01.12.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "01.12.1901", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24728	deboudt-lucien-1884-03-21	{"g55": "08-234"}	{"g55": "08-234"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Deboudt", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1884-03-21 04:00", "note": null, "place": {"c1": "", "c2": "80", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Oisemont", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Deboudt", "nobility": ""}, "birth": {"date": "1884-03-21 04:00", "place": {"c1": "", "c2": "80", "c3": "", "cy": "FR", "name": "Oisemont"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-234"}}, "raw": {"DAY": "21-3-1884", "HOUR": "4 h.", "NAME": "DEBOUDT Lucien", "PLACE": "Oisemont (Somme)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24729	defos-du-rau-joseph-1884-04-08	{"g55": "08-235"}	{"g55": "08-235"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "du RAU Joseph", "family": "Defos", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1884-04-08 10:00", "note": null, "place": {"c1": "", "c2": "40", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Dax", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "du RAU Joseph", "family": "Defos", "nobility": ""}, "birth": {"date": "1884-04-08 10:00", "place": {"c1": "", "c2": "40", "c3": "", "cy": "FR", "name": "Dax"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-235"}}, "raw": {"DAY": "8-4-1884", "HOUR": "10 h.", "NAME": "DEFOS du RAU Joseph", "PLACE": "Dax (Landes)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
17861	bourdos-yves-1908-09-09	{"e1": "229"}	{"lerrcp": "E1-229"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Bourdos", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-09-09 08:00", "note": null, "place": {"c1": null, "c2": "47", "c3": "", "cy": "FR", "lg": 0.16546, "lat": 44.50361, "name": "Marmande", "geoid": 2995642}, "notime": null, "date-ut": "1908-09-09 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Bourdos"}, "birth": {"tzo": "+00:09", "date": "1908-09-09 08:00", "place": {"c2": "47", "c3": "", "cy": "FR", "lg": 0.16546, "lat": 44.50361, "name": "Marmande", "geoid": 2995642}, "date-ut": "1908-09-09 07:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "229"}}, "raw": {"H": "08:00", "COD": "47", "DAY": "09", "MON": "09", "NUM": "0229", "PRO": "EX", "YEA": "1908", "CITY": "Marmande", "NAME": "BOURDOS Yves", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
221	renaux-eugene-1877-01-27	{"a1": "221", "3a_sports": "3473"}	{"ertel": "ES-3473", "lerrcp": "A1-221"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Renaux", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1877-01-27 07:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "20", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1877-01-27 06:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Renaux"}, "birth": {"tzo": "+00:09:24", "date": "1877-01-27 07:00", "place": {"c2": "75", "c3": "20", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1877-01-27 06:50:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-221"}, "ids-in-sources": {"a1": "221"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "27", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "221", "PRO": "C", "SEC": "40", "YEA": "1877", "CITY": "PARIS 20E"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1877-01-27 07:00"}, "partial-ids": {"ertel": "ES-3473"}}, "raw": {"L": "", "MF": "", "NR": "3473", "ENG": "", "MA_": "0", "G_NR": "221", "MA12": "3", "MARS": "7", "NAME": "Renaux", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,700", "CSINR": "", "KURTZ": "", "PHAS_": "91,600", "STUND": "7,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.01.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Eugene", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "27.01.1877", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
225	santini-alexis-1914-10-31	{"a1": "225", "3a_sports": "3678"}	{"ertel": "ES-3678", "lerrcp": "A1-225"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexis", "family": "Santini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1914-10-31 12:00", "note": null, "place": {"c1": null, "c2": "20", "c3": null, "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Ota", "geoid": 0}, "notime": null, "date-ut": "1914-10-31 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Alexis", "family": "Santini"}, "birth": {"tzo": "+00:00", "date": "1914-10-31 12:00", "place": {"c2": "20", "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Ota", "geoid": 0}, "date-ut": "1914-10-31 12:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-225"}, "ids-in-sources": {"a1": "225"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "20", "COU": "F", "DAY": "31", "LAT": "41N55", "LON": "8E45", "MON": "10", "NUM": "225", "PRO": "C", "SEC": "0", "YEA": "1914", "CITY": "OTA"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1914-10-31 12:00"}, "partial-ids": {"ertel": "ES-3678"}}, "raw": {"L": "", "MF": "", "NR": "3678", "ENG": "0", "MA_": "2", "G_NR": "225", "MA12": "3", "MARS": "9", "NAME": "Santini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,800", "CSINR": "", "KURTZ": "", "PHAS_": "92,100", "STUND": "12,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "31.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alexis", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "31.10.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24730	degoutte-lucien-1907-07-19	{"g55": "08-236"}	{"g55": "08-236"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Degoutte", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1907-07-19 06:30", "note": null, "place": {"c1": "", "c2": "69", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Blacé", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Degoutte", "nobility": ""}, "birth": {"date": "1907-07-19 06:30", "place": {"c1": "", "c2": "69", "c3": "", "cy": "FR", "name": "Blacé"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-236"}}, "raw": {"DAY": "19-7-1907", "HOUR": "6 h. 30", "NAME": "DEGOUTTE Lucien", "PLACE": "Blacé (Rhône)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24731	degrond-celine-1894-06-03	{"g55": "08-237"}	{"g55": "08-237"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Céline", "family": "Degrond", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1894-06-03 06:30", "note": null, "place": {"c1": "", "c2": "78", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Vernouillet", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Céline", "family": "Degrond", "nobility": ""}, "birth": {"date": "1894-06-03 06:30", "place": {"c1": "", "c2": "78", "c3": "", "cy": "FR", "name": "Vernouillet"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-237"}}, "raw": {"DAY": "3-6-1894", "HOUR": "6 h. 30", "NAME": "DEGROND Céline", "PLACE": "Vernouillet (Seine-et-Oise)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24732	delabre-camille-1906-07-19	{"g55": "08-238"}	{"g55": "08-238"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Delabre", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1906-07-19 02:00", "note": null, "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Courriéres", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Delabre", "nobility": ""}, "birth": {"date": "1906-07-19 02:00", "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "name": "Courriéres"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-238"}}, "raw": {"DAY": "19-7-1906", "HOUR": "2 h.", "NAME": "DELABRE Camille", "PLACE": "Courriéres (Pas-de-Calais)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
227	satre-pierre-1909-05-04	{"a1": "227", "3a_sports": "3692"}	{"ertel": "ES-3692", "lerrcp": "A1-227"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Satre", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1909-05-04 18:30", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1909-05-04 18:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Satre"}, "birth": {"tzo": "+00:09:21", "date": "1909-05-04 18:30", "place": {"c2": "38", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1909-05-04 18:20:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-227"}, "ids-in-sources": {"a1": "227"}}, "raw": {"H": "18", "MN": "20", "TZ": "0", "COD": "38", "COU": "F", "DAY": "4", "LAT": "45N11", "LON": "5E43", "MON": "5", "NUM": "227", "PRO": "C", "SEC": "40", "YEA": "1909", "CITY": "GRENOBLE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1909-05-04 18:30"}, "partial-ids": {"ertel": "ES-3692"}}, "raw": {"L": "", "MF": "", "NR": "3692", "ENG": "", "MA_": "1", "G_NR": "227", "MA12": "10", "MARS": "28", "NAME": "Satre", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,700", "CSINR": "", "KURTZ": "", "PHAS_": "97,700", "STUND": "18,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.05.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
229	stehlin-paul-1907-08-11	{"a1": "229", "3a_sports": "3897"}	{"ertel": "ES-3897", "lerrcp": "A1-229"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Stehlin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1907-08-11 16:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.56769, "lat": 48.75738, "name": "Hochfelden", "geoid": 3013249}, "notime": null, "date-ut": "1907-08-11 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Stehlin"}, "birth": {"place": {"c2": "67", "cy": "FR", "lg": 7.56769, "lat": 48.75738, "name": "Hochfelden", "geoid": 3013249}, "date-ut": "1907-08-11 15:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-229"}, "ids-in-sources": {"a1": "229"}}, "raw": {"H": "16", "MN": "0", "TZ": "-1", "COD": "67", "COU": "F", "DAY": "11", "LAT": "48N35", "LON": "7E45", "MON": "8", "NUM": "229", "PRO": "C", "SEC": "0", "YEA": "1907", "CITY": "HOCHFELDEN"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1907-08-11 16:00"}, "partial-ids": {"ertel": "ES-3897"}}, "raw": {"L": "", "MF": "", "NR": "3897", "ENG": "", "MA_": "1", "G_NR": "229", "MA12": "12", "MARS": "35", "NAME": "Stehlin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,300", "CSINR": "", "KURTZ": "", "PHAS_": "2,900", "STUND": "16,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "11.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Paul", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.08.1907", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24733	delachenal-joseph-1881-08-12	{"g55": "08-239"}	{"g55": "08-239"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Delachenal", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1881-08-12 21:30", "note": null, "place": {"c1": "", "c2": "73", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Chambéry", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Delachenal", "nobility": ""}, "birth": {"date": "1881-08-12 21:30", "place": {"c1": "", "c2": "73", "c3": "", "cy": "FR", "name": "Chambéry"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-239"}}, "raw": {"DAY": "12-8-1881", "HOUR": "21 h. 30", "NAME": "DELACHENAL Joseph", "PLACE": "Chambéry (Savoie)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24734	delbez-louis-1895-12-18	{"g55": "08-240"}	{"g55": "08-240"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Delbez", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1895-12-18 04:00", "note": null, "place": {"c1": "", "c2": "34", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Montpellier", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Delbez", "nobility": ""}, "birth": {"date": "1895-12-18 04:00", "place": {"c1": "", "c2": "34", "c3": "", "cy": "FR", "name": "Montpellier"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-240"}}, "raw": {"DAY": "18-12-1895", "HOUR": "4 h.", "NAME": "DELBEZ Louis", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
232	thoret-joseph-1892-01-05	{"a1": "232", "3a_sports": "4017"}	{"ertel": "ES-4017", "lerrcp": "A1-232"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Thoret", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1892-01-05 14:30", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.48966, "lat": 47.09225, "name": "Dole", "geoid": 3021263}, "notime": null, "date-ut": "1892-01-05 14:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Thoret"}, "birth": {"tzo": "+00:09:21", "date": "1892-01-05 14:30", "place": {"c2": "39", "cy": "FR", "lg": 5.48966, "lat": 47.09225, "name": "Dole", "geoid": 3021263}, "date-ut": "1892-01-05 14:20:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-232"}, "ids-in-sources": {"a1": "232"}}, "raw": {"H": "14", "MN": "20", "TZ": "0", "COD": "39", "COU": "F", "DAY": "5", "LAT": "46N40", "LON": "5E33", "MON": "1", "NUM": "232", "PRO": "C", "SEC": "40", "YEA": "1892", "CITY": "DOLE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1892-01-05 14:30"}, "partial-ids": {"ertel": "ES-4017"}}, "raw": {"L": "", "MF": "", "NR": "4017", "ENG": "", "MA_": "1", "G_NR": "232", "MA12": "7", "MARS": "21", "NAME": "Thoret", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,500", "CSINR": "", "KURTZ": "", "PHAS_": "27,500", "STUND": "14,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Joseph", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.01.1892", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
234	vachet-paul-1897-01-30	{"a1": "234", "3a_sports": "4099"}	{"ertel": "ES-4099", "lerrcp": "A1-234"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Vachet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1897-01-30 05:30", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 46.3, "name": "Chalonssaone", "geoid": 0}, "notime": null, "date-ut": "1897-01-30 05:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Vachet"}, "birth": {"tzo": "+00:09:21", "date": "1897-01-30 05:30", "place": {"c2": "71", "cy": "FR", "lg": 4.83333, "lat": 46.3, "name": "Chalonssaone", "geoid": 0}, "date-ut": "1897-01-30 05:20:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-234"}, "ids-in-sources": {"a1": "234"}}, "raw": {"H": "5", "MN": "20", "TZ": "0", "COD": "71", "COU": "F", "DAY": "30", "LAT": "46N18", "LON": "4E50", "MON": "1", "NUM": "234", "PRO": "C", "SEC": "40", "YEA": "1897", "CITY": "CHALONSSAONE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1897-01-30 05:30"}, "partial-ids": {"ertel": "ES-4099"}}, "raw": {"L": "", "MF": "", "NR": "4099", "ENG": "", "MA_": "0", "G_NR": "234", "MA12": "8", "MARS": "22", "NAME": "Vachet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,600", "CSINR": "", "KURTZ": "", "PHAS_": "9,500", "STUND": "5,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "30.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Paul", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.01.1897", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
20211	delcos-francois-1881-03-25	{"e3": "462", "g55": "08-241"}	{"g55": "08-241", "lerrcp": "E3-462"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francois", "family": "Delcos", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12", "date": "1881-03-25 11:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "notime": null, "date-ut": "1881-03-25 10:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Francois", "family": "Delcos"}, "birth": {"tzo": "+00:12", "date": "1881-03-25 11:00", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "date-ut": "1881-03-25 10:48"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "462"}}, "raw": {"H": "11:00", "COD": "66", "DAY": "25", "MON": "03", "NUM": "0462", "PRO": "PO", "YEA": "1881", "CITY": "Perpignan", "NAME": "DELCOS Francois", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"partial-ids": {"g55": "08-241"}, "ids-in-source": {"g55": "08-241"}}, "raw": {"DAY": "25-3-1881", "HOUR": "11 h.", "NAME": "DELCOS Francois", "PLACE": "Perpignan (Pyrénées-Orientales)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24735	deliaune-gerard-1906-08-13	{"g55": "08-242"}	{"g55": "08-242"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Deliaune", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1906-08-13 14:00", "note": null, "place": {"c1": "", "c2": "33", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Caudéran", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Gérard", "family": "Deliaune", "nobility": ""}, "birth": {"date": "1906-08-13 14:00", "place": {"c1": "", "c2": "33", "c3": "", "cy": "FR", "name": "Caudéran"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-242"}}, "raw": {"DAY": "13-8-1906", "HOUR": "14 h.", "NAME": "DELIAUNE Gérard", "PLACE": "Caudéran (Gironde)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
240	agello-francesco-1902-12-27	{"a1": "240", "3a_sports": "23"}	{"ertel": "ES-23", "lerrcp": "A1-240"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Agello", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1902-12-27 19:00", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "CASALPURLENGO", "geoid": 0}, "notime": null, "date-ut": "1902-12-27 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Agello"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "CASALPURLENGO", "geoid": 0}, "date-ut": "1902-12-27 18:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-240"}, "ids-in-sources": {"a1": "240"}}, "raw": {"H": "19", "MN": "0", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "27", "LAT": "45N30", "LON": "9E15", "MON": "12", "NUM": "240", "PRO": "C", "SEC": "0", "YEA": "1902", "CITY": "CASALPURLENGO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1902-12-27 19:00"}, "partial-ids": {"ertel": "ES-23"}}, "raw": {"L": "", "MF": "", "NR": "23", "ENG": "", "MA_": "1", "G_NR": "240", "MA12": "10", "MARS": "29", "NAME": "Agello", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,700", "CSINR": "", "KURTZ": "", "PHAS_": "7,400", "STUND": "19,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "27.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Francesco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.12.1902", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
237	voisin-gabriel-1880-02-05	{"a1": "237", "3a_sports": "4276"}	{"ertel": "ES-4276", "lerrcp": "A1-237"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Voisin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:19:20", "date": "1880-02-05 19:45", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Bellevillesaone", "geoid": 0}, "notime": null, "date-ut": "1880-02-05 19:25:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Voisin"}, "birth": {"tzo": "+00:19:20", "date": "1880-02-05 19:45", "place": {"c2": "69", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Bellevillesaone", "geoid": 0}, "date-ut": "1880-02-05 19:25:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-237"}, "ids-in-sources": {"a1": "237"}}, "raw": {"H": "19", "MN": "25", "TZ": "0", "COD": "69", "COU": "F", "DAY": "5", "LAT": "45N46", "LON": "4E50", "MON": "2", "NUM": "237", "PRO": "C", "SEC": "40", "YEA": "1880", "CITY": "BELLEVILLESAONE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1880-02-05 19:45"}, "partial-ids": {"ertel": "ES-4276"}}, "raw": {"L": "", "MF": "", "NR": "4276", "ENG": "1", "MA_": "2", "G_NR": "237", "MA12": "4", "MARS": "11", "NAME": "Voisin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,30", "CSINR": "", "KURTZ": "", "PHAS_": "34,900", "STUND": "19,75", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "05.02.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gabriel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "05.02.1880", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24736	delmotte-paul-1903-04-29	{"g55": "08-243"}	{"g55": "08-243"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Delmotte", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1903-04-29 02:00", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Linselles", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Delmotte", "nobility": ""}, "birth": {"date": "1903-04-29 02:00", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Linselles"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-243"}}, "raw": {"DAY": "29-4-1903", "HOUR": "2 h.", "NAME": "DELMOTTE Paul", "PLACE": "Linselles (Nord)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24737	demusois-antoine-1895-08-04	{"g55": "08-244"}	{"g55": "08-244"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Demusois", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1895-08-04 05:00", "note": null, "place": {"c1": "", "c2": "71", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Creusot", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Demusois", "nobility": ""}, "birth": {"date": "1895-08-04 05:00", "place": {"c1": "", "c2": "71", "c3": "", "cy": "FR", "name": "Creusot"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-244"}}, "raw": {"DAY": "4-8-1895", "HOUR": "5 h.", "NAME": "DEMUSOIS Antoine", "PLACE": "Creusot (Saône-et-Loire)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24738	denis-alphonse-1906-03-05	{"g55": "08-245"}	{"g55": "08-245"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Denis", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1906-03-05 08:00", "note": null, "place": {"c1": "", "c2": "89", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Limoges", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Denis", "nobility": ""}, "birth": {"date": "1906-03-05 08:00", "place": {"c1": "", "c2": "89", "c3": "", "cy": "FR", "name": "Limoges"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-245"}}, "raw": {"DAY": "5-3-1906", "HOUR": "8 h.", "NAME": "DENIS Alphonse", "PLACE": "Limoges (Haute-Vienne)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
242	agostoni-umberto-1877-03-01	{"a1": "242", "3a_sports": "30"}	{"ertel": "ES-30", "lerrcp": "A1-242"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Umberto", "family": "Agostoni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1877-03-01 01:30", "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1877-03-01 00:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Umberto", "family": "Agostoni"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1877-03-01 00:40:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-242"}, "ids-in-sources": {"a1": "242"}}, "raw": {"H": "1", "MN": "40", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "1", "LAT": "41N54", "LON": "12E30", "MON": "3", "NUM": "242", "PRO": "C", "SEC": "4", "YEA": "1877", "CITY": "ROMA"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1877-03-01 01:30"}, "partial-ids": {"ertel": "ES-30"}}, "raw": {"L": "", "MF": "", "NR": "30", "ENG": "", "MA_": "1", "G_NR": "242", "MA12": "12", "MARS": "35", "NAME": "Agostini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,000", "CSINR": "", "KURTZ": "", "PHAS_": "97,900", "STUND": "1,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Umberto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.03.1877", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
244	ajmone-cat-mario-1894-02-05	{"a1": "244", "3a_sports": "38"}	{"ertel": "ES-38", "lerrcp": "A1-244"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Ajmone-Cat", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1894-02-05 14:00", "note": null, "place": {"c1": null, "c2": "SA", "c3": null, "cy": "IT", "lg": 14.74577, "lat": 40.67802, "name": "Salerno", "geoid": 3168673}, "notime": null, "date-ut": "1894-02-05 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Ajmone-Cat"}, "birth": {"place": {"c2": "SA", "cy": "IT", "lg": 14.74577, "lat": 40.67802, "name": "Salerno", "geoid": 3168673}, "date-ut": "1894-02-05 13:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-244"}, "ids-in-sources": {"a1": "244"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "SA", "COU": "I", "DAY": "5", "LAT": "40N42", "LON": "15E15", "MON": "2", "NUM": "244", "PRO": "C", "SEC": "0", "YEA": "1894", "CITY": "SALERNO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1894-02-05 14:00"}, "partial-ids": {"ertel": "ES-38"}}, "raw": {"L": "", "MF": "", "NR": "38", "ENG": "", "MA_": "1", "G_NR": "244", "MA12": "7", "MARS": "20", "NAME": "Ajmone-Cat", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,700", "CSINR": "", "KURTZ": "", "PHAS_": "0,900", "STUND": "14,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "05.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.02.1894", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24739	desgranges-pierre-1898-01-13	{"g55": "08-246"}	{"g55": "08-246"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Desgranges", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1898-01-13 11:00", "note": null, "place": {"c1": "", "c2": "69", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lyon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Desgranges", "nobility": ""}, "birth": {"date": "1898-01-13 11:00", "place": {"c1": "", "c2": "69", "c3": "", "cy": "FR", "name": "Lyon"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-246"}}, "raw": {"DAY": "13-1-1898", "HOUR": "11 h.", "NAME": "DESGRANGES Pierre", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24740	deshors-jean-1901-10-26	{"g55": "08-247"}	{"g55": "08-247"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Deshors", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1901-10-26 09:00", "note": null, "place": {"c1": "", "c2": "43", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Blanzac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Deshors", "nobility": ""}, "birth": {"date": "1901-10-26 09:00", "place": {"c1": "", "c2": "43", "c3": "", "cy": "FR", "name": "Blanzac"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-247"}}, "raw": {"DAY": "26-10-1901", "HOUR": "9 h.", "NAME": "DESHORS Jean", "PLACE": "Blanzac (Haute-Loire)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
248	ambrosini-angelo-1891-05-05	{"a1": "248", "3a_sports": "76"}	{"ertel": "ES-76", "lerrcp": "A1-248"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Ambrosini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1891-05-05 15:30", "note": null, "place": {"c1": null, "c2": "BG", "c3": null, "cy": "IT", "lg": 9.79636, "lat": 45.76378, "name": "Albino", "geoid": 3183316}, "notime": null, "date-ut": "1891-05-05 14:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Angelo", "family": "Ambrosini"}, "birth": {"place": {"c2": "BG", "cy": "IT", "lg": 9.79636, "lat": 45.76378, "name": "Albino", "geoid": 3183316}, "date-ut": "1891-05-05 14:40:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-248"}, "ids-in-sources": {"a1": "248"}}, "raw": {"H": "15", "MN": "40", "TZ": "-1", "COD": "BG", "COU": "I", "DAY": "5", "LAT": "45N36", "LON": "9E45", "MON": "5", "NUM": "248", "PRO": "C", "SEC": "4", "YEA": "1891", "CITY": "ALBINO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1891-05-05 15:30"}, "partial-ids": {"ertel": "ES-76"}}, "raw": {"L": "", "MF": "", "NR": "76", "ENG": "1", "MA_": "2", "G_NR": "248", "MA12": "4", "MARS": "11", "NAME": "Ambrosini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,200", "CSINR": "", "KURTZ": "", "PHAS_": "14,300", "STUND": "15,50", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "05.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Angelo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.05.1891", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
249	amerigo-stefano-1885-09-04	{"a1": "249", "3a_sports": "79"}	{"ertel": "ES-79", "lerrcp": "A1-249"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stefano", "family": "Amerigo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1885-09-04 04:10", "note": null, "place": {"c1": null, "c2": "IM", "c3": null, "cy": "IT", "lg": 7.93144, "lat": 43.85205, "name": "Cipressa", "geoid": 3178658}, "notime": null, "date-ut": "1885-09-04 03:20:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Stefano", "family": "Amerigo"}, "birth": {"place": {"c2": "IM", "cy": "IT", "lg": 7.93144, "lat": 43.85205, "name": "Cipressa", "geoid": 3178658}, "date-ut": "1885-09-04 03:20:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-249"}, "ids-in-sources": {"a1": "249"}}, "raw": {"H": "4", "MN": "20", "TZ": "-1", "COD": "IM", "COU": "I", "DAY": "4", "LAT": "43N42", "LON": "8E 0", "MON": "9", "NUM": "249", "PRO": "C", "SEC": "4", "YEA": "1885", "CITY": "CIPRESSA"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1885-09-04 04:10"}, "partial-ids": {"ertel": "ES-79"}}, "raw": {"L": "", "MF": "", "NR": "79", "ENG": "", "MA_": "1", "G_NR": "249", "MA12": "2", "MARS": "4", "NAME": "Amerigo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,10", "CSINR": "", "KURTZ": "", "PHAS_": "30,200", "STUND": "4,17", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "04.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Stefano", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.09.1885", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
20243	desson-guy-1909-04-07	{"e3": "495", "g55": "08-248"}	{"g55": "08-248", "lerrcp": "E3-495"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Desson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-04-07 10:45", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": 2.59295, "lat": 48.88109, "name": "Chelles", "geoid": 3025622}, "notime": null, "date-ut": "1909-04-07 10:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist", "politician"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Desson"}, "birth": {"tzo": "+00:09", "date": "1909-04-07 10:45", "place": {"c2": "77", "c3": "", "cy": "FR", "lg": 2.59295, "lat": 48.88109, "name": "Chelles", "geoid": 3025622}, "date-ut": "1909-04-07 10:36"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "495"}}, "raw": {"H": "10:45", "COD": "77", "DAY": "07", "MON": "04", "NUM": "0495", "PRO": "JO", "YEA": "1909", "CITY": "Chelles", "NAME": "DESSON Guy", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"partial-ids": {"g55": "08-248"}, "ids-in-source": {"g55": "08-248"}}, "raw": {"DAY": "7-4-1909", "HOUR": "10 h. 45", "NAME": "DESSON Guy", "PLACE": "Chelles (Seine-et-Marne)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24741	detceuf-pierre-1890-11-20	{"g55": "08-249"}	{"g55": "08-249"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Detceuf", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1890-11-20 03:00", "note": null, "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lens", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Detceuf", "nobility": ""}, "birth": {"date": "1890-11-20 03:00", "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "name": "Lens"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-249"}}, "raw": {"DAY": "20-11-1890", "HOUR": "3 h.", "NAME": "DETCEUF Pierre", "PLACE": "Lens (Pas-de-Calais)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
252	andreini-michele-1890-09-22	{"a1": "252", "3a_sports": "91"}	{"ertel": "ES-91", "lerrcp": "A1-252"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michele", "family": "Andreini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1890-09-22 19:00", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "VIAREGGIO", "geoid": 0}, "notime": null, "date-ut": "1890-09-22 18:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Michele", "family": "Andreini"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "VIAREGGIO", "geoid": 0}, "date-ut": "1890-09-22 18:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-252"}, "ids-in-sources": {"a1": "252"}}, "raw": {"H": "19", "MN": "10", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "22", "LAT": "45N30", "LON": "9E15", "MON": "9", "NUM": "252", "PRO": "C", "SEC": "4", "YEA": "1890", "CITY": "VIAREGGIO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1890-09-22 19:00"}, "partial-ids": {"ertel": "ES-91"}}, "raw": {"L": "", "MF": "", "NR": "91", "ENG": "1", "MA_": "2", "G_NR": "252", "MA12": "4", "MARS": "12", "NAME": "Andreini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,900", "CSINR": "", "KURTZ": "", "PHAS_": "51,000", "STUND": "19,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "22.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Michele", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.09.1890", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
254	armani-armando-1879-02-19	{"a1": "254", "3a_sports": "133"}	{"ertel": "ES-133", "lerrcp": "A1-254"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armando", "family": "Armani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1879-03-01 13:45", "note": null, "place": {"c1": null, "c2": "AN", "c3": null, "cy": "IT", "lg": 13.21667, "lat": 43.70926, "name": "Senigallia", "geoid": 3166740}, "notime": null, "date-ut": "1879-02-19 12:55:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Armando", "family": "Armani"}, "birth": {"place": {"c2": "AN", "cy": "IT", "lg": 13.21667, "lat": 43.70926, "name": "Senigallia", "geoid": 3166740}, "date-ut": "1879-02-19 12:55:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-254"}, "ids-in-sources": {"a1": "254"}}, "raw": {"H": "13", "MN": "55", "TZ": "-1", "COD": "AN", "COU": "I", "DAY": "19", "LAT": "43N42", "LON": "13E45", "MON": "2", "NUM": "254", "PRO": "C", "SEC": "4", "YEA": "1879", "CITY": "SENIGALLIA"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1879-03-01 13:45"}, "partial-ids": {"ertel": "ES-133"}}, "raw": {"L": "", "MF": "", "NR": "133", "ENG": "", "MA_": "1", "G_NR": "254", "MA12": "7", "MARS": "19", "NAME": "Armani", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "46,900", "STUND": "13,75", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Armando", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.03.1879", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24742	devemy-roger-1910-07-28	{"g55": "08-250"}	{"g55": "08-250"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Devemy", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1910-07-28 12:00", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Thiant", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Devemy", "nobility": ""}, "birth": {"date": "1910-07-28 12:00", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Thiant"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-250"}}, "raw": {"DAY": "28-7-1910", "HOUR": "12 h.", "NAME": "DEVEMY Roger", "PLACE": "Thiant (Nord)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24743	dixmier-joseph-1894-09-04	{"g55": "08-251"}	{"g55": "08-251"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Dixmier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1894-09-04 22:00", "note": null, "place": {"c1": "", "c2": "63", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Varennes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Dixmier", "nobility": ""}, "birth": {"date": "1894-09-04 22:00", "place": {"c1": "", "c2": "63", "c3": "", "cy": "FR", "name": "Varennes"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-251"}}, "raw": {"DAY": "4-9-1894", "HOUR": "22 h.", "NAME": "DIXMIER Joseph", "PLACE": "Varennes (Puy-de-Dôme)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
17862	bourgeois-adrien-1874-03-01	{"e1": "230"}	{"lerrcp": "E1-230"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrien", "family": "Bourgeois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11", "date": "1874-03-01 07:00", "note": null, "place": {"c1": null, "c2": "60", "c3": "", "cy": "FR", "lg": 2.79226, "lat": 49.10749, "name": "Silly-le-Long", "geoid": 2974534}, "notime": null, "date-ut": "1874-03-01 06:49"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adrien", "family": "Bourgeois"}, "birth": {"tzo": "+00:11", "date": "1874-03-01 07:00", "place": {"c2": "60", "c3": "", "cy": "FR", "lg": 2.79226, "lat": 49.10749, "name": "Silly-le-Long", "geoid": 2974534}, "date-ut": "1874-03-01 06:49"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "230"}}, "raw": {"H": "07:00", "COD": "60", "DAY": "01", "MON": "03", "NUM": "0230", "PRO": "MI", "YEA": "1874", "CITY": "Silly le Long", "NAME": "BOURGEOIS Adrien", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
24744	dommergue-alphonse-1873-11-01	{"g55": "08-252"}	{"g55": "08-252"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Dommergue", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1873-11-01 05:00", "note": null, "place": {"c1": "", "c2": "15", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Clavieres", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Dommergue", "nobility": ""}, "birth": {"date": "1873-11-01 05:00", "place": {"c1": "", "c2": "15", "c3": "", "cy": "FR", "name": "Clavieres"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-252"}}, "raw": {"DAY": "1-11-1873", "HOUR": "5 h.", "NAME": "DOMMERGUE Alphonse", "PLACE": "Clavieres (Cantal)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
259	bailo-luigi-1882-08-31	{"a1": "259", "3a_sports": "198"}	{"ertel": "ES-198", "lerrcp": "A1-259"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Bailo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1882-08-31 01:00", "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "IT", "lg": 9.22796, "lat": 44.3496, "name": "Rapallo", "geoid": 3169602}, "notime": null, "date-ut": "1882-08-31 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Bailo"}, "birth": {"place": {"c2": "GE", "cy": "IT", "lg": 9.22796, "lat": 44.3496, "name": "Rapallo", "geoid": 3169602}, "date-ut": "1882-08-31 00:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-259"}, "ids-in-sources": {"a1": "259"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "GE", "COU": "I", "DAY": "31", "LAT": "44N24", "LON": "9E 0", "MON": "8", "NUM": "259", "PRO": "C", "SEC": "4", "YEA": "1882", "CITY": "RAPALLO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1882-08-31 01:00"}, "partial-ids": {"ertel": "ES-198"}}, "raw": {"L": "", "MF": "", "NR": "198", "ENG": "", "MA_": "1", "G_NR": "259", "MA12": "9", "MARS": "26", "NAME": "Bailo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,700", "CSINR": "", "KURTZ": "", "PHAS_": "93,200", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "31.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "31.08.1882", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24745	dorey-henri-1907-02-12	{"g55": "08-253"}	{"g55": "08-253"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Dorey", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1907-02-12 14:00", "note": null, "place": {"c1": "", "c2": "71", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Terrans", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Dorey", "nobility": ""}, "birth": {"date": "1907-02-12 14:00", "place": {"c1": "", "c2": "71", "c3": "", "cy": "FR", "name": "Terrans"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-253"}}, "raw": {"DAY": "12-2-1907", "HOUR": "14 h.", "NAME": "DOREY Henri", "PLACE": "Terrans (Saône-et-Loire)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24746	doutrellot-pierre-1902-09-24	{"g55": "08-254"}	{"g55": "08-254"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Doutrellot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1902-09-24 01:20", "note": null, "place": {"c1": "", "c2": "80", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Amiens", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Doutrellot", "nobility": ""}, "birth": {"date": "1902-09-24 01:20", "place": {"c1": "", "c2": "80", "c3": "", "cy": "FR", "name": "Amiens"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-254"}}, "raw": {"DAY": "24-9-1902", "HOUR": "1 h. 20", "NAME": "DOUTRELLOT Pierre", "PLACE": "Amiens (Somme)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24747	draveny-lucien-1896-06-19	{"g55": "08-255"}	{"g55": "08-255"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Draveny", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1896-06-19 19:30", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lille", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Draveny", "nobility": ""}, "birth": {"date": "1896-06-19 19:30", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Lille"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-255"}}, "raw": {"DAY": "19-6-1896", "HOUR": "19 h. 30", "NAME": "DRAVENY Lucien", "PLACE": "Lille (Nord)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
262	baracca-francesco-1888-05-09	{"a1": "262", "3a_sports": "230"}	{"ertel": "ES-230", "lerrcp": "A1-262"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Baracca", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1888-05-09 16:30", "note": null, "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 12.25, "lat": 44.4, "name": "LUGODIROMAGNA", "geoid": 0}, "notime": null, "date-ut": "1888-05-09 15:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Baracca"}, "birth": {"place": {"c2": "RA", "cy": "IT", "lg": 12.25, "lat": 44.4, "name": "LUGODIROMAGNA", "geoid": 0}, "date-ut": "1888-05-09 15:40:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-262"}, "ids-in-sources": {"a1": "262"}}, "raw": {"H": "16", "MN": "40", "TZ": "-1", "COD": "RA", "COU": "I", "DAY": "9", "LAT": "44N24", "LON": "12E15", "MON": "5", "NUM": "262", "PRO": "C", "SEC": "4", "YEA": "1888", "CITY": "LUGODIROMAGNA"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1888-05-09 16:30"}, "partial-ids": {"ertel": "ES-230"}}, "raw": {"L": "", "MF": "", "NR": "230", "ENG": "1", "MA_": "2", "G_NR": "262", "MA12": "1", "MARS": "1", "NAME": "Baracca", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,400", "CSINR": "", "KURTZ": "", "PHAS_": "4,000", "STUND": "16,50", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "09.05.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Francesco", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "09.05.1888", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
264	barnaba-pier-1891-02-25	{"a1": "264", "3a_sports": "248"}	{"ertel": "ES-248", "lerrcp": "A1-264"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pier", "family": "Barnaba", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1891-02-25 11:00", "note": null, "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.11582, "lat": 46.20662, "name": "Buja", "geoid": 6534635}, "notime": null, "date-ut": "1891-02-25 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Pier", "family": "Barnaba"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.11582, "lat": 46.20662, "name": "Buja", "geoid": 6534635}, "date-ut": "1891-02-25 10:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-264"}, "ids-in-sources": {"a1": "264"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "25", "LAT": "46N 0", "LON": "13E30", "MON": "2", "NUM": "264", "PRO": "C", "SEC": "4", "YEA": "1891", "CITY": "BUJA"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1891-02-25 11:00"}, "partial-ids": {"ertel": "ES-248"}}, "raw": {"L": "", "MF": "", "NR": "248", "ENG": "", "MA_": "1", "G_NR": "264", "MA12": "2", "MARS": "4", "NAME": "Barnaba", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,300", "CSINR": "", "KURTZ": "", "PHAS_": "98,500", "STUND": "11,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "25.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pier", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.02.1891", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24748	dubois-emile-1913-08-09	{"g55": "08-257"}	{"g55": "08-257"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Dubois", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1913-08-09 04:45", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lille", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Dubois", "nobility": ""}, "birth": {"date": "1913-08-09 04:45", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Lille"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-257"}}, "raw": {"DAY": "9-8-1913", "HOUR": "4 h. 45", "NAME": "DUBOIS Emile", "PLACE": "Lille (Nord)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24749	dumas-joseph-1904-05-10	{"g55": "08-259"}	{"g55": "08-259"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Dumas", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1904-05-10 07:00", "note": null, "place": {"c1": "", "c2": "56", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Gérand", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Dumas", "nobility": ""}, "birth": {"date": "1904-05-10 07:00", "place": {"c1": "", "c2": "56", "c3": "", "cy": "FR", "name": "Saint-Gérand"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-259"}}, "raw": {"DAY": "10-5-1904", "HOUR": "7 h.", "NAME": "DUMAS Joseph", "PLACE": "Saint-Gérand (Morbihan)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24750	dupuy-marc-1889-12-15	{"g55": "08-260"}	{"g55": "08-260"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marc", "family": "Dupuy", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1889-12-15 02:00", "note": null, "place": {"c1": "", "c2": "33", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Denis", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Marc", "family": "Dupuy", "nobility": ""}, "birth": {"date": "1889-12-15 02:00", "place": {"c1": "", "c2": "33", "c3": "", "cy": "FR", "name": "Saint-Denis"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-260"}}, "raw": {"DAY": "15-12-1889", "HOUR": "2 h.", "NAME": "DUPUY Marc", "PLACE": "Saint-Denis (Gironde)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
266	bellanca-giuseppe-1886-01-19	{"a1": "266", "3a_sports": "323"}	{"ertel": "ES-323", "lerrcp": "A1-266"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Bellanca", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1886-01-19 13:00", "note": null, "place": {"c1": null, "c2": "AG", "c3": null, "cy": "IT", "lg": 13.08399, "lat": 37.50693, "name": "Sciacca", "geoid": 2523194}, "notime": null, "date-ut": "1886-01-19 12:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Bellanca"}, "birth": {"place": {"c2": "AG", "cy": "IT", "lg": 13.08399, "lat": 37.50693, "name": "Sciacca", "geoid": 2523194}, "date-ut": "1886-01-19 12:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-266"}, "ids-in-sources": {"a1": "266"}}, "raw": {"H": "13", "MN": "10", "TZ": "-1", "COD": "AG", "COU": "I", "DAY": "19", "LAT": "37N12", "LON": "13E30", "MON": "1", "NUM": "266", "PRO": "C", "SEC": "4", "YEA": "1886", "CITY": "SCIACCA"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1886-01-19 13:00"}, "partial-ids": {"ertel": "ES-323"}}, "raw": {"L": "", "MF": "", "NR": "323", "ENG": "", "MA_": "0", "G_NR": "266", "MA12": "8", "MARS": "23", "NAME": "Bellanca", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,300", "CSINR": "", "KURTZ": "", "PHAS_": "97,200", "STUND": "13,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "19.01.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Guiseppe", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "19.01.1886", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
269	berardi-angelo-1887-06-08	{"a1": "269", "3a_sports": "352"}	{"ertel": "ES-352", "lerrcp": "A1-269"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Berardi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1887-06-08 08:05", "note": null, "place": {"c1": null, "c2": "TA", "c3": null, "cy": "IT", "lg": 17.22972, "lat": 40.47611, "name": "Taranto", "geoid": 3165926}, "notime": null, "date-ut": "1887-06-08 07:15:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Angelo", "family": "Berardi"}, "birth": {"place": {"c2": "TA", "cy": "IT", "lg": 17.22972, "lat": 40.47611, "name": "Taranto", "geoid": 3165926}, "date-ut": "1887-06-08 07:15:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-269"}, "ids-in-sources": {"a1": "269"}}, "raw": {"H": "8", "MN": "15", "TZ": "-1", "COD": "TA", "COU": "I", "DAY": "8", "LAT": "40N30", "LON": "17E30", "MON": "6", "NUM": "269", "PRO": "C", "SEC": "4", "YEA": "1887", "CITY": "TARANTO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1887-06-08 08:05"}, "partial-ids": {"ertel": "ES-352"}}, "raw": {"L": "", "MF": "", "NR": "352", "ENG": "", "MA_": "1", "G_NR": "269", "MA12": "2", "MARS": "6", "NAME": "Berardi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,700", "CSINR": "", "KURTZ": "", "PHAS_": "94,800", "STUND": "8,08", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "08.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Angelo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.06.1887", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24751	duquesne-jules-1910-02-06	{"g55": "08-261"}	{"g55": "08-261"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Duquesne", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1910-02-06 08:00", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Roubaix", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Duquesne", "nobility": ""}, "birth": {"date": "1910-02-06 08:00", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Roubaix"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-261"}}, "raw": {"DAY": "6-2-1910", "HOUR": "8 h.", "NAME": "DUQUESNE Jules", "PLACE": "Roubaix (Nord)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24752	durbet-marius-1904-02-28	{"g55": "08-262"}	{"g55": "08-262"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marius", "family": "Durbet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1904-02-28 11:00", "note": null, "place": {"c1": "", "c2": "73", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Arbin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Marius", "family": "Durbet", "nobility": ""}, "birth": {"date": "1904-02-28 11:00", "place": {"c1": "", "c2": "73", "c3": "", "cy": "FR", "name": "Arbin"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-262"}}, "raw": {"DAY": "28-2-1904", "HOUR": "11 h.", "NAME": "DURBET Marius", "PLACE": "Arbin (Savoie)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24753	durroux-jean-1910-07-06	{"g55": "08-263"}	{"g55": "08-263"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Durroux", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1910-07-06 06:00", "note": null, "place": {"c1": "", "c2": "09", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Betchat", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Durroux", "nobility": ""}, "birth": {"date": "1910-07-06 06:00", "place": {"c1": "", "c2": "09", "c3": "", "cy": "FR", "name": "Betchat"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-263"}}, "raw": {"DAY": "6-7-1910", "HOUR": "6 h.", "NAME": "DURROUX Jean", "PLACE": "Betchat (Ariège)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
272	bernasconi-mario-1892-07-07	{"a1": "272", "3a_sports": "380"}	{"ertel": "ES-380", "lerrcp": "A1-272"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Bernasconi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1892-07-07 16:30", "note": null, "place": {"c1": null, "c2": "CN", "c3": null, "cy": "IT", "lg": 7.54453, "lat": 44.39733, "name": "Cuneo", "geoid": 3177700}, "notime": null, "date-ut": "1892-07-07 15:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Bernasconi"}, "birth": {"place": {"c2": "CN", "cy": "IT", "lg": 7.54453, "lat": 44.39733, "name": "Cuneo", "geoid": 3177700}, "date-ut": "1892-07-07 15:40:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-272"}, "ids-in-sources": {"a1": "272"}}, "raw": {"H": "16", "MN": "40", "TZ": "-1", "COD": "CN", "COU": "I", "DAY": "7", "LAT": "44N24", "LON": "7E15", "MON": "7", "NUM": "272", "PRO": "C", "SEC": "4", "YEA": "1892", "CITY": "CUNEO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1892-07-07 16:30"}, "partial-ids": {"ertel": "ES-380"}}, "raw": {"L": "", "MF": "", "NR": "380", "ENG": "", "MA_": "1", "G_NR": "272", "MA12": "10", "MARS": "30", "NAME": "Bernasconi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,400", "CSINR": "", "KURTZ": "", "PHAS_": "90,400", "STUND": "16,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "07.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.07.1892", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
274	bevilacqua-igino-1893-06-06	{"a1": "274", "3a_sports": "420"}	{"ertel": "ES-420", "lerrcp": "A1-274"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Igino", "family": "Bevilacqua", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1893-06-06 16:10", "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 17, "lat": 41.2, "name": "TRANI", "geoid": 0}, "notime": null, "date-ut": "1893-06-06 15:20:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Igino", "family": "Bevilacqua"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 17, "lat": 41.2, "name": "TRANI", "geoid": 0}, "date-ut": "1893-06-06 15:20:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-274"}, "ids-in-sources": {"a1": "274"}}, "raw": {"H": "16", "MN": "20", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "6", "LAT": "41N12", "LON": "17E 0", "MON": "6", "NUM": "274", "PRO": "C", "SEC": "4", "YEA": "1893", "CITY": "TRANI"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1893-06-06 16:10"}, "partial-ids": {"ertel": "ES-420"}}, "raw": {"L": "", "MF": "", "NR": "420", "ENG": "1", "MA_": "2", "G_NR": "274", "MA12": "4", "MARS": "12", "NAME": "Bevilacqua", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,200", "CSINR": "", "KURTZ": "", "PHAS_": "66,200", "STUND": "16,17", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "06.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Igino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.06.1893", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24754	elain-pierre-1913-03-12	{"g55": "08-264"}	{"g55": "08-264"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Elain", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1913-03-12 06:00", "note": null, "place": {"c1": "", "c2": "56", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Férel", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Elain", "nobility": ""}, "birth": {"date": "1913-03-12 06:00", "place": {"c1": "", "c2": "56", "c3": "", "cy": "FR", "name": "Férel"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-264"}}, "raw": {"DAY": "12-3-1913", "HOUR": "6 h.", "NAME": "ELAIN Pierre", "PLACE": "Férel (Morbihan)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24755	estachy-yvonne-1907-04-06	{"g55": "08-265"}	{"g55": "08-265"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yvonne", "family": "Estachy", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1907-04-06 01:00", "note": null, "place": {"c1": "", "c2": "20", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Bastia", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Yvonne", "family": "Estachy", "nobility": ""}, "birth": {"date": "1907-04-06 01:00", "place": {"c1": "", "c2": "20", "c3": "", "cy": "FR", "name": "Bastia"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-265"}}, "raw": {"DAY": "6-4-1907", "HOUR": "1 h.", "NAME": "ESTACHY Yvonne", "PLACE": "Bastia (Corse)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24756	estradere-pierre-1911-06-20	{"g55": "08-266"}	{"g55": "08-266"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Estradere", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1911-06-20 04:00", "note": null, "place": {"c1": "", "c2": "92", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Boulogne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Estradere", "nobility": ""}, "birth": {"date": "1911-06-20 04:00", "place": {"c1": "", "c2": "92", "c3": "", "cy": "FR", "name": "Boulogne"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-266"}}, "raw": {"DAY": "20-6-1911", "HOUR": "4 h.", "NAME": "ESTRADERE Pierre", "PLACE": "Boulogne (Seine)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
277	bocchese-aldo-1894-12-23	{"a1": "277", "3a_sports": "485"}	{"ertel": "ES-485", "lerrcp": "A1-277"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Bocchese", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1894-12-23 10:15", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1894-12-23 09:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Aldo", "family": "Bocchese"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1894-12-23 09:15"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-277"}, "ids-in-sources": {"a1": "277"}}, "raw": {"H": "10", "MN": "15", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "23", "LAT": "45N30", "LON": "9E15", "MON": "12", "NUM": "277", "PRO": "C", "SEC": "0", "YEA": "1894", "CITY": "MILANO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1894-12-23 10:15"}, "partial-ids": {"ertel": "ES-485"}}, "raw": {"L": "", "MF": "", "NR": "485", "ENG": "", "MA_": "0", "G_NR": "277", "MA12": "11", "MARS": "32", "NAME": "Bocchese", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,200", "CSINR": "", "KURTZ": "", "PHAS_": "16,000", "STUND": "10,25", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "23.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Aldo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.12.1894", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:56+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
279	bonazzi-fernando-1886-03-04	{"a1": "279", "3a_sports": "523"}	{"ertel": "ES-523", "lerrcp": "A1-279"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernando", "family": "Bonazzi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1886-03-04 19:00", "note": null, "place": {"c1": null, "c2": "RE", "c3": null, "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "REGGIO EMILIA", "geoid": 0}, "notime": null, "date-ut": "1886-03-04 18:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Fernando", "family": "Bonazzi"}, "birth": {"place": {"c2": "RE", "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "REGGIO EMILIA", "geoid": 0}, "date-ut": "1886-03-04 18:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-279"}, "ids-in-sources": {"a1": "279"}}, "raw": {"H": "19", "MN": "10", "TZ": "-1", "COD": "RE", "COU": "I", "DAY": "4", "LAT": "44N36", "LON": "10E45", "MON": "3", "NUM": "279", "PRO": "C", "SEC": "4", "YEA": "1886", "CITY": "REGGIO EMILIA"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1886-03-04 19:00"}, "partial-ids": {"ertel": "ES-523"}}, "raw": {"L": "", "MF": "", "NR": "523", "ENG": "1", "MA_": "2", "G_NR": "279", "MA12": "1", "MARS": "2", "NAME": "Bonazzi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,200", "CSINR": "", "KURTZ": "", "PHAS_": "3,400", "STUND": "19,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "04.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Fernando", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.03.1886", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:56+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24757	evrard-just-1898-05-31	{"g55": "08-267"}	{"g55": "08-267"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Just", "family": "Evrard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1898-05-31 02:00", "note": null, "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lens", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Just", "family": "Evrard", "nobility": ""}, "birth": {"date": "1898-05-31 02:00", "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "name": "Lens"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-267"}}, "raw": {"DAY": "31-5-1898", "HOUR": "2 h.", "NAME": "EVRARD Just", "PLACE": "Lens (Pas-de-Calais)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
17863	bourgois-christian-1933-09-21	{"e1": "231"}	{"lerrcp": "E1-231"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Bourgois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1933-09-21 04:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.10831, "lat": 43.58579, "name": "Antibes", "geoid": 3037456}, "notime": null, "date-ut": "1933-09-21 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Christian", "family": "Bourgois"}, "birth": {"tzo": "+01:00", "date": "1933-09-21 04:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.10831, "lat": 43.58579, "name": "Antibes", "geoid": 3037456}, "date-ut": "1933-09-21 03:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "231"}}, "raw": {"H": "04:00", "COD": "06", "DAY": "21", "MON": "09", "NUM": "0231", "PRO": "EX", "YEA": "1933", "CITY": "Antibes", "NAME": "BOURGOIS Christian", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
24758	fabre-alexis-1907-04-07	{"g55": "08-268"}	{"g55": "08-268"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexis", "family": "Fabre", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1907-04-07 22:00", "note": null, "place": {"c1": "", "c2": "34", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Le Cres", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Alexis", "family": "Fabre", "nobility": ""}, "birth": {"date": "1907-04-07 22:00", "place": {"c1": "", "c2": "34", "c3": "", "cy": "FR", "name": "Le Cres"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-268"}}, "raw": {"DAY": "7-4-1907", "HOUR": "22 h.", "NAME": "FABRE Alexis", "PLACE": "Le Cres (Hérault)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
283	bonzi-leonardo-1902-12-22	{"a1": "283", "3a_sports": "562"}	{"ertel": "ES-562", "lerrcp": "A1-283"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leonardo", "family": "Bonzi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1902-12-22 16:45", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1902-12-22 15:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Leonardo", "family": "Bonzi"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1902-12-22 15:45"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-283"}, "ids-in-sources": {"a1": "283"}}, "raw": {"H": "16", "MN": "45", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "22", "LAT": "45N30", "LON": "9E15", "MON": "12", "NUM": "283", "PRO": "C", "SEC": "0", "YEA": "1902", "CITY": "MILANO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1902-12-22 16:45"}, "partial-ids": {"ertel": "ES-562"}}, "raw": {"L": "", "MF": "", "NR": "562", "ENG": "", "MA_": "0", "G_NR": "283", "MA12": "9", "MARS": "25", "NAME": "Bonzi (Conte)", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,60", "CSINR": "", "KURTZ": "", "PHAS_": "48,400", "STUND": "16,75", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "22.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Leonardo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.12.1902", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
285	bosio-camillo-1883-06-03	{"a1": "285", "3a_sports": "585"}	{"ertel": "ES-585", "lerrcp": "A1-285"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camillo", "family": "Bosio", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1883-06-03 23:15", "note": null, "place": {"c1": null, "c2": "CN", "c3": null, "cy": "IT", "lg": 7.72013, "lat": 44.54894, "name": "Fossano", "geoid": 3176639}, "notime": null, "date-ut": "1883-06-03 22:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Camillo", "family": "Bosio"}, "birth": {"place": {"c2": "CN", "cy": "IT", "lg": 7.72013, "lat": 44.54894, "name": "Fossano", "geoid": 3176639}, "date-ut": "1883-06-03 22:25:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-285"}, "ids-in-sources": {"a1": "285"}}, "raw": {"H": "23", "MN": "25", "TZ": "-1", "COD": "CN", "COU": "I", "DAY": "3", "LAT": "44N24", "LON": "7E15", "MON": "6", "NUM": "285", "PRO": "C", "SEC": "4", "YEA": "1883", "CITY": "FOSSANO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1883-06-03 23:15"}, "partial-ids": {"ertel": "ES-585"}}, "raw": {"L": "", "MF": "", "NR": "585", "ENG": "", "MA_": "1", "G_NR": "285", "MA12": "10", "MARS": "30", "NAME": "Bosio", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,400", "CSINR": "", "KURTZ": "", "PHAS_": "7,100", "STUND": "23,25", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "03.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Camillo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.06.1883", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
20353	faglianelli-jacques-1901-11-18	{"e3": "607", "g55": "08-269"}	{"g55": "08-269", "lerrcp": "E3-607"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Faglianelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1901-11-18 08:00", "note": null, "place": {"c1": null, "c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bastia", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Faglianelli"}, "birth": {"tzo": "", "date": "1901-11-18 08:00", "place": {"c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bastia", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "607"}}, "raw": {"H": "08:00", "COD": "20", "DAY": "18", "MON": "11", "NUM": "0607", "PRO": "PO", "YEA": "1901", "CITY": "Bastia", "NAME": "FAGLIANELLI Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"birth": {"place": {"name": "Bastia"}}, "partial-ids": {"g55": "08-269"}, "ids-in-source": {"g55": "08-269"}}, "raw": {"DAY": "18-11-1901", "HOUR": "8 h.", "NAME": "FAGGIANELLI Jacques", "PLACE": "Bastia (Corse)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24759	faraud-roger-1903-05-07	{"g55": "08-270"}	{"g55": "08-270"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Faraud", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1903-05-07 22:00", "note": null, "place": {"c1": "", "c2": "17", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Le Pin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Faraud", "nobility": ""}, "birth": {"date": "1903-05-07 22:00", "place": {"c1": "", "c2": "17", "c3": "", "cy": "FR", "name": "Le Pin"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-270"}}, "raw": {"DAY": "7-5-1903", "HOUR": "22 h.", "NAME": "FARAUD Roger", "PLACE": "Le Pin (Charente-Maritime)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
287	buzio-alessandro-1893-01-13	{"a1": "287", "3a_sports": "760"}	{"ertel": "ES-760", "lerrcp": "A1-287"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alessandro", "family": "Buzio", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1893-01-13 10:15", "note": null, "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 9.16145, "lat": 45.18446, "name": "Pavia", "geoid": 3171366}, "notime": null, "date-ut": "1893-01-13 09:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Alessandro", "family": "Buzio"}, "birth": {"place": {"c2": "PV", "cy": "IT", "lg": 9.16145, "lat": 45.18446, "name": "Pavia", "geoid": 3171366}, "date-ut": "1893-01-13 09:25:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-287"}, "ids-in-sources": {"a1": "287"}}, "raw": {"H": "10", "MN": "25", "TZ": "-1", "COD": "PV", "COU": "I", "DAY": "13", "LAT": "45N12", "LON": "9E 0", "MON": "1", "NUM": "287", "PRO": "C", "SEC": "4", "YEA": "1893", "CITY": "PAVIA"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1893-01-13 10:15"}, "partial-ids": {"ertel": "ES-760"}}, "raw": {"L": "", "MF": "", "NR": "760", "ENG": "", "MA_": "1", "G_NR": "287", "MA12": "12", "MARS": "35", "NAME": "Buzio", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,300", "CSINR": "", "KURTZ": "", "PHAS_": "22,800", "STUND": "10,25", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "13.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alessandro", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.01.1893", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
289	cagna-stefano-1901-12-24	{"a1": "289", "3a_sports": "774"}	{"ertel": "ES-774", "lerrcp": "A1-289"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stefano", "family": "Cagna", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1901-12-25 00:30", "note": null, "place": {"c1": null, "c2": "CN", "c3": null, "cy": "IT", "lg": 7.92444, "lat": 44.15573, "name": "Ormea", "geoid": 3171942}, "notime": null, "date-ut": "1901-12-24 23:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Stefano", "family": "Cagna"}, "birth": {"place": {"c2": "CN", "cy": "IT", "lg": 7.92444, "lat": 44.15573, "name": "Ormea", "geoid": 3171942}, "date-ut": "1901-12-24 23:30"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-289"}, "ids-in-sources": {"a1": "289"}}, "raw": {"H": "0", "MN": "30", "TZ": "-1", "COD": "CN", "COU": "I", "DAY": "25", "LAT": "44N24", "LON": "7E15", "MON": "12", "NUM": "289", "PRO": "C", "SEC": "0", "YEA": "1901", "CITY": "ORMEA"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1901-12-25 00:30"}, "partial-ids": {"ertel": "ES-774"}}, "raw": {"L": "", "MF": "", "NR": "774", "ENG": "", "MA_": "1", "G_NR": "289", "MA12": "9", "MARS": "26", "NAME": "Cagna", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,900", "CSINR": "", "KURTZ": "", "PHAS_": "99,500", "STUND": "0,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "25.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Stefano", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.12.1901", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24760	fayet-pierre-1887-02-12	{"g55": "08-272"}	{"g55": "08-272"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Fayet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1887-02-12 03:00", "note": null, "place": {"c1": "", "c2": "30", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Beaucaire", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Fayet", "nobility": ""}, "birth": {"date": "1887-02-12 03:00", "place": {"c1": "", "c2": "30", "c3": "", "cy": "FR", "name": "Beaucaire"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-272"}}, "raw": {"DAY": "12-2-1887", "HOUR": "3 h.", "NAME": "FAYET Pierre", "PLACE": "Beaucaire (Gard)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24761	febvay-jean-1908-11-10	{"g55": "08-273"}	{"g55": "08-273"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Febvay", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1908-11-10 19:25", "note": null, "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Boulogne-sur-Mer", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Febvay", "nobility": ""}, "birth": {"date": "1908-11-10 19:25", "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "name": "Boulogne-sur-Mer"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-273"}}, "raw": {"DAY": "10-11-1908", "HOUR": "19 h. 25", "NAME": "FEBVAY Jean", "PLACE": "Boulogne-sur-Mer (Pas-de-Calais)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
17864	bourgund-gabriel-1898-05-17	{"e1": "232"}	{"lerrcp": "E1-232"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Bourgund", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-05-17 14:00", "note": null, "place": {"c1": null, "c2": "52", "c3": "", "cy": "FR", "lg": 5.33308, "lat": 47.86263, "name": "Langres", "geoid": 3007680}, "notime": null, "date-ut": "1898-05-17 13:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Bourgund"}, "birth": {"tzo": "+00:09", "date": "1898-05-17 14:00", "place": {"c2": "52", "c3": "", "cy": "FR", "lg": 5.33308, "lat": 47.86263, "name": "Langres", "geoid": 3007680}, "date-ut": "1898-05-17 13:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "232"}}, "raw": {"H": "14:00", "COD": "52", "DAY": "17", "MON": "05", "NUM": "0232", "PRO": "MI", "YEA": "1898", "CITY": "Langres", "NAME": "BOURGUND Gabriel", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
292	calderara-mario-1879-10-10	{"a1": "292", "3a_sports": "780"}	{"ertel": "ES-780", "lerrcp": "A1-292"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Calderara", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1879-10-10 13:40", "note": null, "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "notime": null, "date-ut": "1879-10-10 12:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Calderara"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "date-ut": "1879-10-10 12:50:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-292"}, "ids-in-sources": {"a1": "292"}}, "raw": {"H": "13", "MN": "50", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "10", "LAT": "45N24", "LON": "11E 0", "MON": "10", "NUM": "292", "PRO": "C", "SEC": "4", "YEA": "1879", "CITY": "VERONA"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1879-10-10 13:40"}, "partial-ids": {"ertel": "ES-780"}}, "raw": {"L": "", "MF": "", "NR": "780", "ENG": "", "MA_": "1", "G_NR": "292", "MA12": "9", "MARS": "26", "NAME": "Calderara", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,900", "CSINR": "", "KURTZ": "", "PHAS_": "36,000", "STUND": "13,67", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "10.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.10.1879", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
295	carafa-d-andria-fiammetta-1892-07-06	{"a1": "295", "3a_sports": "834"}	{"ertel": "ES-834", "lerrcp": "A1-295"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fiammetta", "family": "Carafa d'Andria", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1892-07-06 09:10", "note": null, "place": {"c1": null, "c2": "AN", "c3": null, "cy": "IT", "lg": 13.48748, "lat": 43.48276, "name": "Osimo", "geoid": 3171848}, "notime": null, "date-ut": "1892-07-06 08:20:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Fiammetta", "family": "Carafa d'Andria"}, "birth": {"place": {"c2": "AN", "cy": "IT", "lg": 13.48748, "lat": 43.48276, "name": "Osimo", "geoid": 3171848}, "date-ut": "1892-07-06 08:20:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-295"}, "ids-in-sources": {"a1": "295"}}, "raw": {"H": "9", "MN": "20", "TZ": "-1", "COD": "AN", "COU": "I", "DAY": "6", "LAT": "43N42", "LON": "13E45", "MON": "7", "NUM": "295", "PRO": "C", "SEC": "4", "YEA": "1892", "CITY": "OSIMO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "F", "birth": {"date": "1892-07-06 09:10"}, "partial-ids": {"ertel": "ES-834"}}, "raw": {"L": "", "MF": "F", "NR": "834", "ENG": "", "MA_": "1", "G_NR": "295", "MA12": "7", "MARS": "21", "NAME": "Carafa D'Andria", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,700", "CSINR": "", "KURTZ": "", "PHAS_": "84,000", "STUND": "9,17", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "06.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Fiametta", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.07.1892", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
20371	felice-pierre-de-1896-12-13	{"e3": "625", "g55": "08-274"}	{"g55": "08-274", "lerrcp": "E3-625"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre de", "family": "Felice", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1896-12-13 09:30", "note": null, "place": {"c1": null, "c2": "95", "c3": "", "cy": "FR", "lg": 2.31667, "lat": 48.96667, "name": "Enghien-les-Bains", "geoid": 3020188}, "notime": null, "date-ut": "1896-12-13 09:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre de", "family": "Felice"}, "birth": {"tzo": "+00:09", "date": "1896-12-13 09:30", "place": {"c2": "95", "c3": "", "cy": "FR", "lg": 2.31667, "lat": 48.96667, "name": "Enghien-les-Bains", "geoid": 3020188}, "date-ut": "1896-12-13 09:21"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "625"}}, "raw": {"H": "09:30", "COD": "95", "DAY": "13", "MON": "12", "NUM": "0625", "PRO": "PO", "YEA": "1896", "CITY": "Enghien les Bains", "NAME": "FELICE Pierre de", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"partial-ids": {"g55": "08-274"}, "ids-in-source": {"g55": "08-274"}}, "raw": {"DAY": "13-12-1896", "HOUR": "9 h. 30", "NAME": "FELICE (de) Pierre", "PLACE": "Enghien-les-Bains (Seine-et-O.)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24762	florand-anselme-1902-10-08	{"g55": "08-275"}	{"g55": "08-275"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anselme", "family": "Florand", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1902-10-08 04:00", "note": null, "place": {"c1": "", "c2": "23", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Clairavaux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Anselme", "family": "Florand", "nobility": ""}, "birth": {"date": "1902-10-08 04:00", "place": {"c1": "", "c2": "23", "c3": "", "cy": "FR", "name": "Clairavaux"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-275"}}, "raw": {"DAY": "8-10-1902", "HOUR": "4 h.", "NAME": "FLORAND Anselme", "PLACE": "Clairavaux (Creuse)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
297	carta-egidio-1877-08-04	{"a1": "297", "3a_sports": "869"}	{"ertel": "ES-869", "lerrcp": "A1-297"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Egidio", "family": "Carta", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1877-08-04 16:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "IT", "lg": 9.13462, "lat": 39.20738, "name": "Cagliari", "geoid": 2525473}, "notime": null, "date-ut": "1877-08-04 15:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Egidio", "family": "Carta"}, "birth": {"place": {"c2": "CA", "cy": "IT", "lg": 9.13462, "lat": 39.20738, "name": "Cagliari", "geoid": 2525473}, "date-ut": "1877-08-04 15:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-297"}, "ids-in-sources": {"a1": "297"}}, "raw": {"H": "16", "MN": "10", "TZ": "-1", "COD": "CA", "COU": "I", "DAY": "4", "LAT": "39N24", "LON": "9E 0", "MON": "8", "NUM": "297", "PRO": "C", "SEC": "4", "YEA": "1877", "CITY": "CAGLIARI"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1877-08-04 16:00"}, "partial-ids": {"ertel": "ES-869"}}, "raw": {"L": "", "MF": "", "NR": "869", "ENG": "", "MA_": "1", "G_NR": "297", "MA12": "10", "MARS": "29", "NAME": "Carta", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,40", "CSINR": "", "KURTZ": "", "PHAS_": "33,800", "STUND": "16,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "04.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Egidio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.08.1877", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
299	casartelli-cesare-1890-05-19	{"a1": "299", "3a_sports": "875"}	{"ertel": "ES-875", "lerrcp": "A1-299"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cesare", "family": "Casartelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1890-05-19 04:30", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.8, "name": "TAVERNERIODICOM", "geoid": 0}, "notime": null, "date-ut": "1890-05-19 03:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Cesare", "family": "Casartelli"}, "birth": {"place": {"c2": "CO", "cy": "IT", "lg": 9.25, "lat": 45.8, "name": "TAVERNERIODICOM", "geoid": 0}, "date-ut": "1890-05-19 03:40:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-299"}, "ids-in-sources": {"a1": "299"}}, "raw": {"H": "4", "MN": "40", "TZ": "-1", "COD": "CO", "COU": "I", "DAY": "19", "LAT": "45N48", "LON": "9E15", "MON": "5", "NUM": "299", "PRO": "C", "SEC": "4", "YEA": "1890", "CITY": "TAVERNERIODICOM"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1890-05-19 04:30"}, "partial-ids": {"ertel": "ES-875"}}, "raw": {"L": "", "MF": "", "NR": "875", "ENG": "", "MA_": "0", "G_NR": "299", "MA12": "6", "MARS": "17", "NAME": "Casartelli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,700", "CSINR": "", "KURTZ": "", "PHAS_": "0,100", "STUND": "4,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "19.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Cesare", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.05.1890", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24763	forcinal-albert-1887-05-11	{"g55": "08-276"}	{"g55": "08-276"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Forcinal", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1887-05-11 15:30", "note": null, "place": {"c1": "", "c2": "27", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Gisors", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Forcinal", "nobility": ""}, "birth": {"date": "1887-05-11 15:30", "place": {"c1": "", "c2": "27", "c3": "", "cy": "FR", "name": "Gisors"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-276"}}, "raw": {"DAY": "11-5-1887", "HOUR": "15 h. 30", "NAME": "FORCINAL Albert", "PLACE": "Gisors (Eure)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24764	fourvel-eugene-1906-02-09	{"g55": "08-277"}	{"g55": "08-277"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Fourvel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1906-02-09 03:00", "note": null, "place": {"c1": "", "c2": "63", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Vertaizon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Fourvel", "nobility": ""}, "birth": {"date": "1906-02-09 03:00", "place": {"c1": "", "c2": "63", "c3": "", "cy": "FR", "name": "Vertaizon"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-277"}}, "raw": {"DAY": "9-2-1906", "HOUR": "3 h.", "NAME": "FOURVEL Eugène", "PLACE": "Vertaizon (Puy-de-Dôme)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24765	fouyet-emmanuel-1899-03-02	{"g55": "08-278"}	{"g55": "08-278"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emmanuel", "family": "Fouyet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1899-03-02 12:00", "note": null, "place": {"c1": "", "c2": "29", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Brest", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Emmanuel", "family": "Fouyet", "nobility": ""}, "birth": {"date": "1899-03-02 12:00", "place": {"c1": "", "c2": "29", "c3": "", "cy": "FR", "name": "Brest"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-278"}}, "raw": {"DAY": "2-3-1899", "HOUR": "12 h.", "NAME": "FOUYET Emmanuel", "PLACE": "Brest (Finistère)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
302	castacane-castruccio-1878-11-21	{"a1": "302", "3a_sports": "888"}	{"ertel": "ES-888", "lerrcp": "A1-302"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Castruccio", "family": "Castacane", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1878-11-21 14:15", "note": null, "place": {"c1": null, "c2": "PS", "c3": null, "cy": "IT", "lg": 13, "lat": 44, "name": "FANO", "geoid": 0}, "notime": null, "date-ut": "1878-11-21 13:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Castruccio", "family": "Castacane"}, "birth": {"place": {"c2": "PS", "cy": "IT", "lg": 13, "lat": 44, "name": "FANO", "geoid": 0}, "date-ut": "1878-11-21 13:25:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-302"}, "ids-in-sources": {"a1": "302"}}, "raw": {"H": "14", "MN": "25", "TZ": "-1", "COD": "PS", "COU": "I", "DAY": "21", "LAT": "44N 0", "LON": "13E 0", "MON": "11", "NUM": "302", "PRO": "C", "SEC": "4", "YEA": "1878", "CITY": "FANO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1878-11-21 14:15"}, "partial-ids": {"ertel": "ES-888"}}, "raw": {"L": "", "MF": "", "NR": "888", "ENG": "", "MA_": "0", "G_NR": "302", "MA12": "6", "MARS": "17", "NAME": "Castacane/Antelmin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,600", "CSINR": "", "KURTZ": "", "PHAS_": "16,000", "STUND": "14,25", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "21.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Castruccio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.11.1878", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
304	castiglioni-angelo-1894-03-20	{"a1": "304", "3a_sports": "897"}	{"ertel": "ES-897", "lerrcp": "A1-304"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Castiglioni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1894-03-20 02:30", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1894-03-20 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Angelo", "family": "Castiglioni"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1894-03-20 01:30"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-304"}, "ids-in-sources": {"a1": "304"}}, "raw": {"H": "2", "MN": "30", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "20", "LAT": "45N30", "LON": "9E15", "MON": "3", "NUM": "304", "PRO": "C", "SEC": "0", "YEA": "1894", "CITY": "MILANO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1894-03-20 02:30"}, "partial-ids": {"ertel": "ES-897"}}, "raw": {"L": "", "MF": "", "NR": "897", "ENG": "", "MA_": "1", "G_NR": "304", "MA12": "12", "MARS": "35", "NAME": "Castiglioni", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,300", "CSINR": "", "KURTZ": "", "PHAS_": "96,800", "STUND": "2,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "20.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Angelo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.03.1894", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24766	francois-germaine-1908-11-11	{"g55": "08-279"}	{"g55": "08-279"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Germaine", "family": "Francois", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1908-11-11 14:45", "note": null, "place": {"c1": "", "c2": "76", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Le Havre", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Germaine", "family": "Francois", "nobility": ""}, "birth": {"date": "1908-11-11 14:45", "place": {"c1": "", "c2": "76", "c3": "", "cy": "FR", "name": "Le Havre"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-279"}}, "raw": {"DAY": "11-11-1908", "HOUR": "14 h. 45", "NAME": "FRANCOIS Germaine", "PLACE": "Le Havre (Seine-Infér.)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
18412	fredet-maurice-1899-02-09	{"e1": "783", "g55": "08-280"}	{"g55": "08-280", "lerrcp": "E1-783"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Fredet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-02-09 21:00", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1899-02-09 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician", "politician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Fredet"}, "birth": {"tzo": "+00:09", "date": "1899-02-09 21:00", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1899-02-09 20:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "783"}}, "raw": {"H": "21:00", "COD": "44", "DAY": "09", "MON": "02", "NUM": "0783", "PRO": "PH", "YEA": "1899", "CITY": "Nantes", "NAME": "FREDET Maurice", "NOTE": "-"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"partial-ids": {"g55": "08-280"}, "ids-in-source": {"g55": "08-280"}}, "raw": {"DAY": "9-2-1899", "HOUR": "21 h.", "NAME": "FREDET Maurice", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[null]
307	cavadini-piero-1887-08-13	{"a1": "307", "3a_sports": "911"}	{"ertel": "ES-911", "lerrcp": "A1-307"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Piero", "family": "Cavadini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1887-08-13 12:00", "note": null, "place": {"c1": null, "c2": "BG", "c3": null, "cy": "IT", "lg": 9.79926, "lat": 45.62028, "name": "Calcinate", "geoid": 3181224}, "notime": null, "date-ut": "1887-08-13 11:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Piero", "family": "Cavadini"}, "birth": {"place": {"c2": "BG", "cy": "IT", "lg": 9.79926, "lat": 45.62028, "name": "Calcinate", "geoid": 3181224}, "date-ut": "1887-08-13 11:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-307"}, "ids-in-sources": {"a1": "307"}}, "raw": {"H": "12", "MN": "10", "TZ": "-1", "COD": "BG", "COU": "I", "DAY": "13", "LAT": "45N36", "LON": "9E45", "MON": "8", "NUM": "307", "PRO": "C", "SEC": "4", "YEA": "1887", "CITY": "CALCINATE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1887-08-13 12:00"}, "partial-ids": {"ertel": "ES-911"}}, "raw": {"L": "", "MF": "", "NR": "911", "ENG": "1", "MA_": "2", "G_NR": "307", "MA12": "4", "MARS": "12", "NAME": "Cavadini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,800", "CSINR": "", "KURTZ": "", "PHAS_": "40,200", "STUND": "12,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "13.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Piero", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.08.1887", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
309	cecconi-fausto-1904-09-13	{"a1": "309", "3a_sports": "929"}	{"ertel": "ES-929", "lerrcp": "A1-309"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fausto", "family": "Cecconi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1904-09-13 18:10", "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.61868, "lat": 42.05252, "name": "Monterotondo", "geoid": 3172768}, "notime": null, "date-ut": "1904-09-13 17:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Fausto", "family": "Cecconi"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.61868, "lat": 42.05252, "name": "Monterotondo", "geoid": 3172768}, "date-ut": "1904-09-13 17:10"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-309"}, "ids-in-sources": {"a1": "309"}}, "raw": {"H": "18", "MN": "10", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "13", "LAT": "41N54", "LON": "12E30", "MON": "9", "NUM": "309", "PRO": "C", "SEC": "0", "YEA": "1904", "CITY": "MONTEROTONDO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1904-09-13 18:10"}, "partial-ids": {"ertel": "ES-929"}}, "raw": {"L": "", "MF": "", "NR": "929", "ENG": "", "MA_": "1", "G_NR": "309", "MA12": "7", "MARS": "20", "NAME": "Cecconi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,300", "CSINR": "", "KURTZ": "", "PHAS_": "14,100", "STUND": "18,17", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "13.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Fausto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.09.1904", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
18421	frugier-jean-1902-08-25	{"e1": "792", "g55": "08-281"}	{"g55": "08-281", "lerrcp": "E1-792"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Frugier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1902-08-25 05:30", "note": null, "place": {"c1": null, "c2": "87", "c3": "", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1902-08-25 05:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician", "politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Frugier"}, "birth": {"tzo": "+00:09", "date": "1902-08-25 05:30", "place": {"c2": "87", "c3": "", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1902-08-25 05:21"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "792"}}, "raw": {"H": "05:30", "COD": "87", "DAY": "25", "MON": "08", "NUM": "0792", "PRO": "PH", "YEA": "1902", "CITY": "Limoges", "NAME": "FRUGIER Jean", "NOTE": "-"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"partial-ids": {"g55": "08-281"}, "ids-in-source": {"g55": "08-281"}}, "raw": {"DAY": "25-8-1902", "HOUR": "5 h. 30", "NAME": "FRUGIER Jean Raymond", "PLACE": "Limoges (Haute-Vienne)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[null]
24767	furaud-jacques-1899-02-26	{"g55": "08-282"}	{"g55": "08-282"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Furaud", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1899-02-26 03:00", "note": null, "place": {"c1": "", "c2": "16", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Angoulême", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Furaud", "nobility": ""}, "birth": {"date": "1899-02-26 03:00", "place": {"c1": "", "c2": "16", "c3": "", "cy": "FR", "name": "Angoulême"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-282"}}, "raw": {"DAY": "26-2-1899", "HOUR": "3 h.", "NAME": "FURAUD Jacques", "PLACE": "Angoulême (Charente)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
312	ceruti-marziale-1895-03-10	{"a1": "312", "3a_sports": "948"}	{"ertel": "ES-948", "lerrcp": "A1-312"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marziale", "family": "Ceruti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1895-03-10 05:10", "note": null, "place": {"c1": null, "c2": "BS", "c3": null, "cy": "IT", "lg": 10.22727, "lat": 45.52478, "name": "Brescia", "geoid": 3181554}, "notime": null, "date-ut": "1895-03-10 04:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Marziale", "family": "Ceruti"}, "birth": {"place": {"c2": "BS", "cy": "IT", "lg": 10.22727, "lat": 45.52478, "name": "Brescia", "geoid": 3181554}, "date-ut": "1895-03-10 04:10"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-312"}, "ids-in-sources": {"a1": "312"}}, "raw": {"H": "5", "MN": "10", "TZ": "-1", "COD": "BS", "COU": "I", "DAY": "10", "LAT": "45N30", "LON": "11E 0", "MON": "3", "NUM": "312", "PRO": "C", "SEC": "0", "YEA": "1895", "CITY": "BRESCIA"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1895-03-10 05:10"}, "partial-ids": {"ertel": "ES-948"}}, "raw": {"L": "", "MF": "", "NR": "948", "ENG": "", "MA_": "1", "G_NR": "312", "MA12": "9", "MARS": "27", "NAME": "Ceruti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,800", "CSINR": "", "KURTZ": "", "PHAS_": "98,000", "STUND": "5,17", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "10.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marziale", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.03.1895", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
314	cianetti-ettore-1878-03-31	{"a1": "314", "3a_sports": "1012"}	{"ertel": "ES-1012", "lerrcp": "A1-314"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ettore", "family": "Cianetti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1878-03-31 05:15", "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1878-03-31 04:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Ettore", "family": "Cianetti"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1878-03-31 04:25:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-314"}, "ids-in-sources": {"a1": "314"}}, "raw": {"H": "5", "MN": "25", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "31", "LAT": "41N54", "LON": "12E30", "MON": "3", "NUM": "314", "PRO": "C", "SEC": "4", "YEA": "1878", "CITY": "ROMA"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1878-03-31 05:15"}, "partial-ids": {"ertel": "ES-1012"}}, "raw": {"L": "", "MF": "", "NR": "1012", "ENG": "", "MA_": "1", "G_NR": "314", "MA12": "10", "MARS": "30", "NAME": "Cianetti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,700", "CSINR": "", "KURTZ": "", "PHAS_": "7,300", "STUND": "5,25", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "31.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ettore", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "31.03.1878", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24768	gabelle-pierre-1908-05-02	{"g55": "08-283"}	{"g55": "08-283"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Gabelle", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1908-05-02 01:00", "note": null, "place": {"c1": "", "c2": "41", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Cour-Cheverny", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Gabelle", "nobility": ""}, "birth": {"date": "1908-05-02 01:00", "place": {"c1": "", "c2": "41", "c3": "", "cy": "FR", "name": "Cour-Cheverny"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-283"}}, "raw": {"DAY": "2-5-1908", "HOUR": "1 h.", "NAME": "GABELLE Pierre", "PLACE": "Cour-Cheverny (Loir-et-Cher)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24769	gaborit-roger-1903-12-12	{"g55": "08-284"}	{"g55": "08-284"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Gaborit", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1903-12-12 08:00", "note": null, "place": {"c1": "", "c2": "85", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lucon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Gaborit", "nobility": ""}, "birth": {"date": "1903-12-12 08:00", "place": {"c1": "", "c2": "85", "c3": "", "cy": "FR", "name": "Lucon"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-284"}}, "raw": {"DAY": "12-12-1903", "HOUR": "8 h.", "NAME": "GABORIT Roger", "PLACE": "Lucon (Vendée)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24770	gaillemin-georges-1919-12-09	{"g55": "08-285"}	{"g55": "08-285"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Gaillemin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1919-12-09 02:30", "note": null, "place": {"c1": "", "c2": "88", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Cornimont", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Gaillemin", "nobility": ""}, "birth": {"date": "1919-12-09 02:30", "place": {"c1": "", "c2": "88", "c3": "", "cy": "FR", "name": "Cornimont"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-285"}}, "raw": {"DAY": "9-12-1919", "HOUR": "2 h. 30", "NAME": "GAILLEMIN Georges", "PLACE": "Cornimont (Vosges)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
317	cobianchi-mario-1885-04-08	{"a1": "317", "3a_sports": "1041"}	{"ertel": "ES-1041", "lerrcp": "A1-317"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Cobianchi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1885-04-08 22:00", "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1885-04-08 21:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Cobianchi"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1885-04-08 21:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-317"}, "ids-in-sources": {"a1": "317"}}, "raw": {"H": "22", "MN": "10", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "8", "LAT": "44N30", "LON": "11E 0", "MON": "4", "NUM": "317", "PRO": "C", "SEC": "4", "YEA": "1885", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1885-04-08 22:00"}, "partial-ids": {"ertel": "ES-1041"}}, "raw": {"L": "", "MF": "", "NR": "1041", "ENG": "", "MA_": "1", "G_NR": "317", "MA12": "9", "MARS": "26", "NAME": "Cobianchi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "46,500", "STUND": "22,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "08.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.04.1885", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
319	contini-amerigo-1894-08-10	{"a1": "319", "3a_sports": "1088"}	{"ertel": "ES-1088", "lerrcp": "A1-319"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amerigo", "family": "Contini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1894-08-10 04:00", "note": null, "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 12.33655, "lat": 43.30555, "name": "Umbertide", "geoid": 3165052}, "notime": null, "date-ut": "1894-08-10 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Amerigo", "family": "Contini"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 12.33655, "lat": 43.30555, "name": "Umbertide", "geoid": 3165052}, "date-ut": "1894-08-10 03:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-319"}, "ids-in-sources": {"a1": "319"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "10", "LAT": "43N 0", "LON": "13E 0", "MON": "8", "NUM": "319", "PRO": "C", "SEC": "0", "YEA": "1894", "CITY": "UMBERTIDE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1894-08-10 04:00"}, "partial-ids": {"ertel": "ES-1088"}}, "raw": {"L": "", "MF": "", "NR": "1088", "ENG": "0", "MA_": "2", "G_NR": "319", "MA12": "3", "MARS": "9", "NAME": "Contini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,600", "CSINR": "", "KURTZ": "", "PHAS_": "65,500", "STUND": "4,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "10.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Amerigo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.08.1894", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24771	galicier-emilienne-1911-06-11	{"g55": "08-286"}	{"g55": "08-286"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emilienne", "family": "Galicier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1911-06-11 20:00", "note": null, "place": {"c1": "", "c2": "89", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Villeneuve", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Emilienne", "family": "Galicier", "nobility": ""}, "birth": {"date": "1911-06-11 20:00", "place": {"c1": "", "c2": "89", "c3": "", "cy": "FR", "name": "Villeneuve"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-286"}}, "raw": {"DAY": "11-6-1911", "HOUR": "20 h.", "NAME": "GALICIER Emilienne", "PLACE": "Villeneuve (Yonne)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24772	garavel-joseph-1892-03-04	{"g55": "08-287"}	{"g55": "08-287"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Garavel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1892-03-04 19:00", "note": null, "place": {"c1": "", "c2": "38", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Morette", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Garavel", "nobility": ""}, "birth": {"date": "1892-03-04 19:00", "place": {"c1": "", "c2": "38", "c3": "", "cy": "FR", "name": "Morette"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-287"}}, "raw": {"DAY": "4-3-1892", "HOUR": "19 h.", "NAME": "GARAVEL Joseph", "PLACE": "Morette (Isère)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24773	garnier-andre-1910-03-25	{"g55": "08-289"}	{"g55": "08-289"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Garnier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1910-03-25 15:30", "note": null, "place": {"c1": "", "c2": "88", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Viviers-le-Gras", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Garnier", "nobility": ""}, "birth": {"date": "1910-03-25 15:30", "place": {"c1": "", "c2": "88", "c3": "", "cy": "FR", "name": "Viviers-le-Gras"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-289"}}, "raw": {"DAY": "25-3-1910", "HOUR": "15 h. 30", "NAME": "GARNIER André", "PLACE": "Viviers-le-Gras (Vosges)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
322	cornaggia-medici-alfonso-1888-02-11	{"a1": "322", "3a_sports": "1107"}	{"ertel": "ES-1107", "lerrcp": "A1-322"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfonso", "family": "Cornaggia Medici", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1888-02-11 18:30", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1888-02-11 17:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Alfonso", "family": "Cornaggia Medici"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1888-02-11 17:40:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-322"}, "ids-in-sources": {"a1": "322"}}, "raw": {"H": "18", "MN": "40", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "11", "LAT": "45N30", "LON": "9E15", "MON": "2", "NUM": "322", "PRO": "C", "SEC": "4", "YEA": "1888", "CITY": "MILANO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1888-02-11 18:30"}, "partial-ids": {"ertel": "ES-1107"}}, "raw": {"L": "", "MF": "", "NR": "1107", "ENG": "", "MA_": "1", "G_NR": "322", "MA12": "10", "MARS": "30", "NAME": "Cornaggia Medici", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,200", "CSINR": "", "KURTZ": "", "PHAS_": "1,100", "STUND": "18,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "11.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alfonso (Marchese)", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.02.1888", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
324	crosio-tullio-1889-07-21	{"a1": "324", "3a_sports": "1165"}	{"ertel": "ES-1165", "lerrcp": "A1-324"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tullio", "family": "Crosio", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1889-07-21 23:05", "note": null, "place": {"c1": null, "c2": "IM", "c3": null, "cy": "IT", "lg": 8.04337, "lat": 43.89035, "name": "Oneglia", "geoid": 3172014}, "notime": null, "date-ut": "1889-07-21 22:15:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Tullio", "family": "Crosio"}, "birth": {"place": {"c2": "IM", "cy": "IT", "lg": 8.04337, "lat": 43.89035, "name": "Oneglia", "geoid": 3172014}, "date-ut": "1889-07-21 22:15:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-324"}, "ids-in-sources": {"a1": "324"}}, "raw": {"H": "23", "MN": "15", "TZ": "-1", "COD": "IM", "COU": "I", "DAY": "21", "LAT": "43N42", "LON": "8E 0", "MON": "7", "NUM": "324", "PRO": "C", "SEC": "4", "YEA": "1889", "CITY": "ONEGLIA"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1889-07-21 23:05"}, "partial-ids": {"ertel": "ES-1165"}}, "raw": {"L": "", "MF": "", "NR": "1165", "ENG": "", "MA_": "1", "G_NR": "324", "MA12": "9", "MARS": "26", "NAME": "Crosio", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,700", "CSINR": "", "KURTZ": "", "PHAS_": "38,600", "STUND": "23,08", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "21.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Tullio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.07.1889", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24774	gaubert-andre-1911-12-05	{"g55": "08-290"}	{"g55": "08-290"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Gaubert", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1911-12-05 17:00", "note": null, "place": {"c1": "", "c2": "13", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Marseille", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Gaubert", "nobility": ""}, "birth": {"date": "1911-12-05 17:00", "place": {"c1": "", "c2": "13", "c3": "", "cy": "FR", "name": "Marseille"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-290"}}, "raw": {"DAY": "5-12-1911", "HOUR": "17 h.", "NAME": "GAUBERT André", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24775	gautier-andre-1908-04-26	{"g55": "08-291"}	{"g55": "08-291"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Gautier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1908-04-26 22:00", "note": null, "place": {"c1": "", "c2": "79", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Breloux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Gautier", "nobility": ""}, "birth": {"date": "1908-04-26 22:00", "place": {"c1": "", "c2": "79", "c3": "", "cy": "FR", "name": "Breloux"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-291"}}, "raw": {"DAY": "26-4-1908", "HOUR": "22 h.", "NAME": "GAUTIER André", "PLACE": "Breloux (Deux-Sévres)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24776	genton-jacques-1918-09-22	{"g55": "08-292"}	{"g55": "08-292"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Genton", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1918-09-22 01:00", "note": null, "place": {"c1": "", "c2": "18", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": ". Bourges", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Genton", "nobility": ""}, "birth": {"date": "1918-09-22 01:00", "place": {"c1": "", "c2": "18", "c3": "", "cy": "FR", "name": ". Bourges"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-292"}}, "raw": {"DAY": "22-9-1918", "HOUR": "1 h.", "NAME": "GENTON Jacques", "PLACE": ". Bourges (Cher)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
327	dal-mistro-achille-1892-08-08	{"a1": "327", "3a_sports": "1194"}	{"ertel": "ES-1194", "lerrcp": "A1-327"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Achille", "family": "Dal Mistro", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1892-08-08 08:00", "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "notime": null, "date-ut": "1892-08-08 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Achille", "family": "Dal Mistro"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "date-ut": "1892-08-08 07:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-327"}, "ids-in-sources": {"a1": "327"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "8", "LAT": "45N30", "LON": "12E30", "MON": "8", "NUM": "327", "PRO": "C", "SEC": "4", "YEA": "1892", "CITY": "VENEZIA"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1892-08-08 08:00"}, "partial-ids": {"ertel": "ES-1194"}}, "raw": {"L": "", "MF": "", "NR": "1194", "ENG": "", "MA_": "0", "G_NR": "327", "MA12": "8", "MARS": "23", "NAME": "DalMistro", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,400", "CSINR": "", "KURTZ": "", "PHAS_": "99,500", "STUND": "8,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "08.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Achille", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.08.1892", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:05+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
329	de-angeli-piero-1902-06-12	{"a1": "329", "3a_sports": "1251"}	{"ertel": "ES-1251", "lerrcp": "A1-329"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Piero", "family": "De Angeli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1902-06-12 01:00", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1902-06-12 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Piero", "family": "De Angeli"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1902-06-12 00:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-329"}, "ids-in-sources": {"a1": "329"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "12", "LAT": "45N30", "LON": "9E15", "MON": "6", "NUM": "329", "PRO": "C", "SEC": "0", "YEA": "1902", "CITY": "MILANO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1902-06-12 01:00"}, "partial-ids": {"ertel": "ES-1251"}}, "raw": {"L": "", "MF": "", "NR": "1251", "ENG": "", "MA_": "1", "G_NR": "329", "MA12": "11", "MARS": "31", "NAME": "DeAngeli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,400", "CSINR": "", "KURTZ": "", "PHAS_": "39,700", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "12.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Piero", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.06.1902", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:06+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24777	georges-maurice-1899-09-15	{"g55": "08-293"}	{"g55": "08-293"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Georges", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1899-09-15 06:00", "note": null, "place": {"c1": "", "c2": "90", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Giromagny", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Georges", "nobility": ""}, "birth": {"date": "1899-09-15 06:00", "place": {"c1": "", "c2": "90", "c3": "", "cy": "FR", "name": "Giromagny"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-293"}}, "raw": {"DAY": "15-9-1899", "HOUR": "6 h.", "NAME": "GEORGES Maurice", "PLACE": "Giromagny (Belfort)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
20445	gernez-raymond-1906-11-27	{"e3": "701", "g55": "08-294"}	{"g55": "08-294", "lerrcp": "E3-701"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Gernez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-11-27 11:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.38333, "lat": 50.2, "name": "Avesnes-les-Aubert", "geoid": 3035701}, "notime": null, "date-ut": "1906-11-27 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist", "politician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Gernez"}, "birth": {"tzo": "+00:09", "date": "1906-11-27 11:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.38333, "lat": 50.2, "name": "Avesnes-les-Aubert", "geoid": 3035701}, "date-ut": "1906-11-27 10:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "701"}}, "raw": {"H": "11:00", "COD": "59", "DAY": "27", "MON": "11", "NUM": "0701", "PRO": "JO", "YEA": "1906", "CITY": "Avesnes les Aubert", "NAME": "GERNEZ Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"partial-ids": {"g55": "08-294"}, "ids-in-source": {"g55": "08-294"}}, "raw": {"DAY": "27-11-1906", "HOUR": "11 h.", "NAME": "GERNEZ Raymond", "PLACE": "Avesnes (Nord)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
18494	gilliot-jean-1890-06-06	{"e1": "865", "g55": "08-295"}	{"g55": "08-295", "lerrcp": "E1-865"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Gilliot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02", "date": "1890-06-06 05:00", "note": null, "place": {"c1": null, "c2": "40", "c3": "", "cy": "FR", "lg": -0.59172, "lat": 43.65893, "name": "Hagetmau", "geoid": 3014084}, "notime": null, "date-ut": "1890-06-06 05:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Gilliot"}, "birth": {"tzo": "-00:02", "date": "1890-06-06 05:00", "place": {"c2": "40", "c3": "", "cy": "FR", "lg": -0.59172, "lat": 43.65893, "name": "Hagetmau", "geoid": 3014084}, "date-ut": "1890-06-06 05:02"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "865"}}, "raw": {"H": "05:00", "COD": "40", "DAY": "06", "MON": "06", "NUM": "0865", "PRO": "MI", "YEA": "1890", "CITY": "Hagetmau", "NAME": "GILLIOT Jean", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"partial-ids": {"g55": "08-295"}, "ids-in-source": {"g55": "08-295"}}, "raw": {"DAY": "6-6-1890", "HOUR": "5 h.", "NAME": "GILLIOT Jean", "PLACE": "Hagetmau (Landes)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24778	giovoni-arthur-1909-10-06	{"g55": "08-296"}	{"g55": "08-296"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Giovoni", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1909-10-06 07:00", "note": null, "place": {"c1": "", "c2": "20", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Moca-Croce", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Giovoni", "nobility": ""}, "birth": {"date": "1909-10-06 07:00", "place": {"c1": "", "c2": "20", "c3": "", "cy": "FR", "name": "Moca-Croce"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-296"}}, "raw": {"DAY": "6-10-1909", "HOUR": "7 h.", "NAME": "GIOVONI Arthur", "PLACE": "Moca-Croce (Corse)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24779	golvan-victor-leon-1902-04-06	{"g55": "08-297"}	{"g55": "08-297"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor Léon", "family": "Golvan", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1902-04-06 21:00", "note": null, "place": {"c1": "", "c2": "56", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Baugaires-en-Gavres", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Victor Léon", "family": "Golvan", "nobility": ""}, "birth": {"date": "1902-04-06 21:00", "place": {"c1": "", "c2": "56", "c3": "", "cy": "FR", "name": "Baugaires-en-Gavres"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-297"}}, "raw": {"DAY": "6-4-1902", "HOUR": "21 h.", "NAME": "GOLVAN Victor Léon", "PLACE": "Baugaires-en-Gavres (Morbihan)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
20468	gosnat-georges-1914-12-03	{"e3": "726", "g55": "08-298"}	{"g55": "08-298", "lerrcp": "E3-726"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Gosnat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-12-03 16:00", "note": null, "place": {"c1": null, "c2": "18", "c3": "", "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "notime": null, "date-ut": "1914-12-03 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Gosnat"}, "birth": {"tzo": "+00:00", "date": "1914-12-03 16:00", "place": {"c2": "18", "c3": "", "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "date-ut": "1914-12-03 16:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "726"}}, "raw": {"H": "16:00", "COD": "18", "DAY": "03", "MON": "12", "NUM": "0726", "PRO": "PO", "YEA": "1914", "CITY": "Bourges", "NAME": "GOSNAT Georges", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"partial-ids": {"g55": "08-298"}, "ids-in-source": {"g55": "08-298"}}, "raw": {"DAY": "3-12-1914", "HOUR": "16 h.", "NAME": "GOSNAT Georges", "PLACE": "Bourges (Cher)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24780	gosset-paul-1907-06-19	{"g55": "08-299"}	{"g55": "08-299"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Gosset", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1907-06-19 19:30", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Valenciennes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Gosset", "nobility": ""}, "birth": {"date": "1907-06-19 19:30", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Valenciennes"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-299"}}, "raw": {"DAY": "19-6-1907", "HOUR": "19 h. 30", "NAME": "GOSSET Paul", "PLACE": "Valenciennes (Nord)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
338	donati-renato-1894-01-17	{"a1": "338", "3a_sports": "1438"}	{"ertel": "ES-1438", "lerrcp": "A1-338"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renato", "family": "Donati", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1894-01-17 16:30", "note": null, "place": {"c1": null, "c2": "FO", "c3": null, "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "FORLI", "geoid": 0}, "notime": null, "date-ut": "1894-01-17 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Renato", "family": "Donati"}, "birth": {"place": {"c2": "FO", "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "FORLI", "geoid": 0}, "date-ut": "1894-01-17 15:30"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-338"}, "ids-in-sources": {"a1": "338"}}, "raw": {"H": "16", "MN": "30", "TZ": "-1", "COD": "FO", "COU": "I", "DAY": "17", "LAT": "44N12", "LON": "12E30", "MON": "1", "NUM": "338", "PRO": "C", "SEC": "0", "YEA": "1894", "CITY": "FORLI"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1894-01-17 16:30"}, "partial-ids": {"ertel": "ES-1438"}}, "raw": {"L": "", "MF": "", "NR": "1438", "ENG": "", "MA_": "0", "G_NR": "338", "MA12": "8", "MARS": "22", "NAME": "Donati", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,700", "CSINR": "", "KURTZ": "", "PHAS_": "71,600", "STUND": "16,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "17.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Renato", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.01.1894", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
340	ferrari-cristofori-1880-07-25	{"a1": "340", "3a_sports": "1613"}	{"ertel": "ES-1613", "lerrcp": "A1-340"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cristofori", "family": "Ferrari", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1880-07-25 14:40", "note": null, "place": {"c1": null, "c2": "SP", "c3": null, "cy": "IT", "lg": 10.25, "lat": 44, "name": "MONTEROSSOALMAR", "geoid": 0}, "notime": null, "date-ut": "1880-07-25 13:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Cristofori", "family": "Ferrari"}, "birth": {"place": {"c2": "SP", "cy": "IT", "lg": 10.25, "lat": 44, "name": "MONTEROSSOALMAR", "geoid": 0}, "date-ut": "1880-07-25 13:50:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-340"}, "ids-in-sources": {"a1": "340"}}, "raw": {"H": "14", "MN": "50", "TZ": "-1", "COD": "SP", "COU": "I", "DAY": "25", "LAT": "44N 0", "LON": "10E15", "MON": "7", "NUM": "340", "PRO": "C", "SEC": "4", "YEA": "1880", "CITY": "MONTEROSSOALMAR"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1880-07-25 14:40"}, "partial-ids": {"ertel": "ES-1613"}}, "raw": {"L": "", "MF": "", "NR": "1613", "ENG": "1", "MA_": "2", "G_NR": "340", "MA12": "4", "MARS": "10", "NAME": "Ferrari", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,600", "CSINR": "", "KURTZ": "", "PHAS_": "87,100", "STUND": "14,67", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "25.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Cristoforo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.07.1880", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24781	goudoux-jean-1910-07-23	{"g55": "08-300"}	{"g55": "08-300"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Goudoux", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1910-07-23 13:00", "note": null, "place": {"c1": "", "c2": "19", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Monceaux-sur-Dordogne.", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Goudoux", "nobility": ""}, "birth": {"date": "1910-07-23 13:00", "place": {"c1": "", "c2": "19", "c3": "", "cy": "FR", "name": "Monceaux-sur-Dordogne."}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-300"}}, "raw": {"DAY": "23-7-1910", "HOUR": "13 h.", "NAME": "GOUDOUX Jean", "PLACE": "Monceaux-sur-Dordogne. (Corrèze)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24782	gourdon-robert-1914-02-22	{"g55": "08-301"}	{"g55": "08-301"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Gourdon", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1914-02-22 22:00", "note": null, "place": {"c1": "", "c2": "30", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Vauvert", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Gourdon", "nobility": ""}, "birth": {"date": "1914-02-22 22:00", "place": {"c1": "", "c2": "30", "c3": "", "cy": "FR", "name": "Vauvert"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-301"}}, "raw": {"DAY": "22-2-1914", "HOUR": "22 h.", "NAME": "GOURDON Robert", "PLACE": "Vauvert (Gard)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24783	gozard-gilles-1910-04-24	{"g55": "08-302"}	{"g55": "08-302"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilles", "family": "Gozard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1910-04-24 02:00", "note": null, "place": {"c1": "", "c2": "03", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Moulins", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Gilles", "family": "Gozard", "nobility": ""}, "birth": {"date": "1910-04-24 02:00", "place": {"c1": "", "c2": "03", "c3": "", "cy": "FR", "name": "Moulins"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-302"}}, "raw": {"DAY": "24-4-1910", "HOUR": "2 h.", "NAME": "GOZARD Gilles", "PLACE": "Moulins (Allier)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
342	ferrarin-francesco-1896-12-17	{"a1": "342", "3a_sports": "1618"}	{"ertel": "ES-1618", "lerrcp": "A1-342"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Ferrarin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1896-12-17 02:00", "note": null, "place": {"c1": null, "c2": "VI", "c3": null, "cy": "IT", "lg": 11.47959, "lat": 45.7088, "name": "Thiene", "geoid": 3165698}, "notime": null, "date-ut": "1896-12-17 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Ferrarin"}, "birth": {"place": {"c2": "VI", "cy": "IT", "lg": 11.47959, "lat": 45.7088, "name": "Thiene", "geoid": 3165698}, "date-ut": "1896-12-17 01:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-342"}, "ids-in-sources": {"a1": "342"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "VI", "COU": "I", "DAY": "17", "LAT": "45N30", "LON": "12E 0", "MON": "12", "NUM": "342", "PRO": "C", "SEC": "0", "YEA": "1896", "CITY": "THIENE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1896-12-17 02:00"}, "partial-ids": {"ertel": "ES-1618"}}, "raw": {"L": "", "MF": "", "NR": "1618", "ENG": "1", "MA_": "2", "G_NR": "342", "MA12": "4", "MARS": "12", "NAME": "Ferrarin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,300", "CSINR": "", "KURTZ": "", "PHAS_": "90,500", "STUND": "2,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "17.12.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Francesco", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "17.12.1896", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
344	ferretti-di-c-piero-1896-02-13	{"a1": "344", "3a_sports": "1625"}	{"ertel": "ES-1625", "lerrcp": "A1-344"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Piero", "family": "Ferretti di C.", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1896-02-13 21:20", "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "notime": null, "date-ut": "1896-02-13 20:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Piero", "family": "Ferretti di C."}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "date-ut": "1896-02-13 20:20"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-344"}, "ids-in-sources": {"a1": "344"}}, "raw": {"H": "21", "MN": "20", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "13", "LAT": "44N48", "LON": "10E45", "MON": "2", "NUM": "344", "PRO": "C", "SEC": "0", "YEA": "1896", "CITY": "PARMA"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1896-02-13 21:20"}, "partial-ids": {"ertel": "ES-1625"}}, "raw": {"L": "", "MF": "", "NR": "1625", "ENG": "", "MA_": "1", "G_NR": "344", "MA12": "9", "MARS": "27", "NAME": "Ferretti di Castel", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,300", "CSINR": "", "KURTZ": "", "PHAS_": "0,400", "STUND": "21,33", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "13.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Piero", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.02.1896", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24784	gracia-lucien-1896-06-25	{"g55": "08-303"}	{"g55": "08-303"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Gracia", "spouse": [], "nobility": "de", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1896-06-25 08:00", "note": null, "place": {"c1": "", "c2": "33", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Arcachon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Gracia", "nobility": "de"}, "birth": {"date": "1896-06-25 08:00", "place": {"c1": "", "c2": "33", "c3": "", "cy": "FR", "name": "Arcachon"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-303"}}, "raw": {"DAY": "25-6-1896", "HOUR": "8 h.", "NAME": "GRACIA (de) Lucien", "PLACE": "Arcachon (Gironde)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24785	gravoille-gilles-1914-11-13	{"g55": "08-304"}	{"g55": "08-304"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilles", "family": "Gravoille", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1914-11-13 06:30", "note": null, "place": {"c1": "", "c2": "44", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Nantes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Gilles", "family": "Gravoille", "nobility": ""}, "birth": {"date": "1914-11-13 06:30", "place": {"c1": "", "c2": "44", "c3": "", "cy": "FR", "name": "Nantes"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-304"}}, "raw": {"DAY": "13-11-1914", "HOUR": "6 h. 30", "NAME": "GRAVOILLE Gilles", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24786	grenier-fernand-1901-07-09	{"g55": "08-305"}	{"g55": "08-305"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Grenier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1901-07-09 13:00", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Tourcoing", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Grenier", "nobility": ""}, "birth": {"date": "1901-07-09 13:00", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Tourcoing"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-305"}}, "raw": {"DAY": "9-7-1901", "HOUR": "13 h.", "NAME": "GRENIER Fernand", "PLACE": "Tourcoing (Nord)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
347	folz-amedeo-1903-12-29	{"a1": "347", "3a_sports": "1665"}	{"ertel": "ES-1665", "lerrcp": "A1-347"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amedeo", "family": "Folz", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1903-12-29 14:30", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1903-12-29 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Amedeo", "family": "Folz"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1903-12-29 13:30"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-347"}, "ids-in-sources": {"a1": "347"}}, "raw": {"H": "14", "MN": "30", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "29", "LAT": "45N30", "LON": "9E15", "MON": "12", "NUM": "347", "PRO": "C", "SEC": "0", "YEA": "1903", "CITY": "MILANO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1903-12-29 14:30"}, "partial-ids": {"ertel": "ES-1665"}}, "raw": {"L": "", "MF": "", "NR": "1665", "ENG": "0", "MA_": "2", "G_NR": "347", "MA12": "3", "MARS": "9", "NAME": "Folz", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,700", "CSINR": "", "KURTZ": "", "PHAS_": "68,700", "STUND": "14,50", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "29.12.", "ZITATE": "O", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Amedeo", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "29.12.1903", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
349	frassinetti-romeo-1854-08-04	{"a1": "349", "3a_sports": "1712"}	{"ertel": "ES-1712", "lerrcp": "A1-349"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Romeo", "family": "Frassinetti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1854-08-04 17:15", "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "notime": null, "date-ut": "1854-08-04 16:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Romeo", "family": "Frassinetti"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "date-ut": "1854-08-04 16:32"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-349"}, "ids-in-sources": {"a1": "349"}}, "raw": {"H": "17", "MN": "32", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "4", "LAT": "44N48", "LON": "10E45", "MON": "8", "NUM": "349", "PRO": "C", "SEC": "0", "YEA": "1854", "CITY": "PARMA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1854-08-04 17:15"}, "partial-ids": {"ertel": "ES-1712"}}, "raw": {"L": "", "MF": "", "NR": "1712", "ENG": "1", "MA_": "2", "G_NR": "349", "MA12": "4", "MARS": "11", "NAME": "Frassinetti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,700", "CSINR": "", "KURTZ": "", "PHAS_": "72,500", "STUND": "17,25", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "04.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Romeo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.08.1854", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24787	grimaud-henri-louis-1901-03-22	{"g55": "08-306"}	{"g55": "08-306"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri Louis", "family": "Grimaud", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1901-03-22 18:00", "note": null, "place": {"c1": "", "c2": "38", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Grenoble", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Henri Louis", "family": "Grimaud", "nobility": ""}, "birth": {"date": "1901-03-22 18:00", "place": {"c1": "", "c2": "38", "c3": "", "cy": "FR", "name": "Grenoble"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-306"}}, "raw": {"DAY": "22-3-1901", "HOUR": "18 h.", "NAME": "GRIMAUD Henri Louis", "PLACE": "Grenoble (Isère)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24788	grimaud-maurice-1902-08-08	{"g55": "08-307"}	{"g55": "08-307"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Grimaud", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1902-08-08 01:00", "note": null, "place": {"c1": "", "c2": "44", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Nantes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Grimaud", "nobility": ""}, "birth": {"date": "1902-08-08 01:00", "place": {"c1": "", "c2": "44", "c3": "", "cy": "FR", "name": "Nantes"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-307"}}, "raw": {"DAY": "8-8-1902", "HOUR": "1 h.", "NAME": "GRIMAUD Maurice", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24789	grousseaud-jean-1908-10-30	{"g55": "08-308"}	{"g55": "08-308"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Grousseaud", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1908-10-30 03:00", "note": null, "place": {"c1": "", "c2": "76", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Puys-Bracquemont", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Grousseaud", "nobility": ""}, "birth": {"date": "1908-10-30 03:00", "place": {"c1": "", "c2": "76", "c3": "", "cy": "FR", "name": "Puys-Bracquemont"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-308"}}, "raw": {"DAY": "30-10-1908", "HOUR": "3 h.", "NAME": "GROUSSEAUD Jean", "PLACE": "Puys-Bracquemont (Seine-Inf.)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
352	fucini-mario-1891-02-01	{"a1": "352", "3a_sports": "1729"}	{"ertel": "ES-1729", "lerrcp": "A1-352"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Fucini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1891-02-01 13:00", "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1891-02-01 12:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Fucini"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1891-02-01 12:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-352"}, "ids-in-sources": {"a1": "352"}}, "raw": {"H": "13", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "1", "LAT": "43N42", "LON": "11E30", "MON": "2", "NUM": "352", "PRO": "C", "SEC": "4", "YEA": "1891", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1891-02-01 13:00"}, "partial-ids": {"ertel": "ES-1729"}}, "raw": {"L": "", "MF": "", "NR": "1729", "ENG": "", "MA_": "1", "G_NR": "352", "MA12": "2", "MARS": "6", "NAME": "Fucini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,100", "CSINR": "", "KURTZ": "", "PHAS_": "61,900", "STUND": "13,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.02.1891", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
355	gallo-luigi-1901-06-15	{"a1": "355", "3a_sports": "1764"}	{"ertel": "ES-1764", "lerrcp": "A1-355"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Gallo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1901-06-15 20:00", "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1901-06-15 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Gallo"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1901-06-15 19:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-355"}, "ids-in-sources": {"a1": "355"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "15", "LAT": "40N54", "LON": "14E 0", "MON": "6", "NUM": "355", "PRO": "C", "SEC": "0", "YEA": "1901", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1901-06-15 20:00"}, "partial-ids": {"ertel": "ES-1764"}}, "raw": {"L": "", "MF": "", "NR": "1764", "ENG": "", "MA_": "1", "G_NR": "355", "MA12": "5", "MARS": "13", "NAME": "Gallo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,700", "CSINR": "", "KURTZ": "", "PHAS_": "3,500", "STUND": "20,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "15.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.06.1901", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24790	guerin-rose-1915-02-04	{"g55": "08-309"}	{"g55": "08-309"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rose", "family": "Guerin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1915-02-04 16:00", "note": null, "place": {"c1": "", "c2": "78", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Issou", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Rose", "family": "Guerin", "nobility": ""}, "birth": {"date": "1915-02-04 16:00", "place": {"c1": "", "c2": "78", "c3": "", "cy": "FR", "name": "Issou"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-309"}}, "raw": {"DAY": "4-2-1915", "HOUR": "16 h.", "NAME": "GUERIN Rose", "PLACE": "Issou (Seine-et-Oise)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24791	guichard-victor-1905-02-15	{"g55": "08-310"}	{"g55": "08-310"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Guichard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1905-02-15 18:00", "note": null, "place": {"c1": "", "c2": "89", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Blacy", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Guichard", "nobility": ""}, "birth": {"date": "1905-02-15 18:00", "place": {"c1": "", "c2": "89", "c3": "", "cy": "FR", "name": "Blacy"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-310"}}, "raw": {"DAY": "15-2-1905", "HOUR": "18 h.", "NAME": "GUICHARD Victor", "PLACE": "Blacy (Yonne)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24792	guiguen-louis-1910-06-23	{"g55": "08-311"}	{"g55": "08-311"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Guiguen", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1910-06-23 05:00", "note": null, "place": {"c1": "", "c2": "56", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lorient", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Guiguen", "nobility": ""}, "birth": {"date": "1910-06-23 05:00", "place": {"c1": "", "c2": "56", "c3": "", "cy": "FR", "name": "Lorient"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-311"}}, "raw": {"DAY": "23-6-1910", "HOUR": "5 h.", "NAME": "GUIGUEN Louis", "PLACE": "Lorient (Morbihan)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
357	gallotti-carlo-1887-05-04	{"a1": "357", "3a_sports": "1766"}	{"ertel": "ES-1766", "lerrcp": "A1-357"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Gallotti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1887-05-04 14:00", "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1887-05-04 13:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Gallotti"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1887-05-04 13:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-357"}, "ids-in-sources": {"a1": "357"}}, "raw": {"H": "14", "MN": "10", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "4", "LAT": "40N54", "LON": "14E 0", "MON": "5", "NUM": "357", "PRO": "C", "SEC": "4", "YEA": "1887", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1887-05-04 14:00"}, "partial-ids": {"ertel": "ES-1766"}}, "raw": {"L": "", "MF": "", "NR": "1766", "ENG": "1", "MA_": "2", "G_NR": "357", "MA12": "4", "MARS": "12", "NAME": "Gallotti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,800", "CSINR": "", "KURTZ": "", "PHAS_": "82,400", "STUND": "14,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "04.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Carlo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.05.1887", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
359	garino-guido-1889-05-22	{"a1": "359", "3a_sports": "1790"}	{"ertel": "ES-1790", "lerrcp": "A1-359"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guido", "family": "Garino", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1889-05-22 06:00", "note": null, "place": {"c1": null, "c2": "VC", "c3": null, "cy": "IT", "lg": 8.5, "lat": 45.4, "name": "COSSATO DINOVARA", "geoid": 0}, "notime": null, "date-ut": "1889-05-22 05:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Guido", "family": "Garino"}, "birth": {"place": {"c2": "VC", "cy": "IT", "lg": 8.5, "lat": 45.4, "name": "COSSATO DINOVARA", "geoid": 0}, "date-ut": "1889-05-22 05:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-359"}, "ids-in-sources": {"a1": "359"}}, "raw": {"H": "6", "MN": "10", "TZ": "-1", "COD": "VC", "COU": "I", "DAY": "22", "LAT": "45N24", "LON": "8E30", "MON": "5", "NUM": "359", "PRO": "C", "SEC": "4", "YEA": "1889", "CITY": "COSSATO DINOVARA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1889-05-22 06:00"}, "partial-ids": {"ertel": "ES-1790"}}, "raw": {"L": "", "MF": "", "NR": "1790", "ENG": "1", "MA_": "2", "G_NR": "359", "MA12": "1", "MARS": "2", "NAME": "Garino", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,90", "CSINR": "", "KURTZ": "", "PHAS_": "49,200", "STUND": "6,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "22.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Guiso", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.05.1889", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
20497	guille-georges-1909-07-20	{"e3": "756", "g55": "08-312"}	{"g55": "08-312", "lerrcp": "E3-756"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Guille", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-07-20 20:00", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": 2.50843, "lat": 43.21904, "name": "Badens", "geoid": 3035458}, "notime": null, "date-ut": "1909-07-20 19:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Guille"}, "birth": {"tzo": "+00:09", "date": "1909-07-20 20:00", "place": {"c2": "11", "c3": "", "cy": "FR", "lg": 2.50843, "lat": 43.21904, "name": "Badens", "geoid": 3035458}, "date-ut": "1909-07-20 19:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "756"}}, "raw": {"H": "20:00", "COD": "11", "DAY": "20", "MON": "07", "NUM": "0756", "PRO": "PO", "YEA": "1909", "CITY": "Badens", "NAME": "GUILLE Georges", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"partial-ids": {"g55": "08-312"}, "ids-in-source": {"g55": "08-312"}}, "raw": {"DAY": "20-7-1909", "HOUR": "20 h.", "NAME": "GUILLE Georges", "PLACE": "Badens (Aude)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24793	guitton-antoine-1901-02-07	{"g55": "08-313"}	{"g55": "08-313"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Guitton", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1901-02-07 19:00", "note": null, "place": {"c1": "", "c2": "85", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "La Verrie", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Guitton", "nobility": ""}, "birth": {"date": "1901-02-07 19:00", "place": {"c1": "", "c2": "85", "c3": "", "cy": "FR", "name": "La Verrie"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-313"}}, "raw": {"DAY": "7-2-1901", "HOUR": "19 h.", "NAME": "GUITTON Antoine", "PLACE": "La Verrie (Vendée)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
362	gelmetti-umberto-1893-10-31	{"a1": "362", "3a_sports": "1816"}	{"ertel": "ES-1816", "lerrcp": "A1-362"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Umberto", "family": "Gelmetti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1893-10-31 12:00", "note": null, "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 11, "lat": 45.4, "name": "BARDOLINODIVERO", "geoid": 0}, "notime": null, "date-ut": "1893-10-31 11:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Umberto", "family": "Gelmetti"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 11, "lat": 45.4, "name": "BARDOLINODIVERO", "geoid": 0}, "date-ut": "1893-10-31 11:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-362"}, "ids-in-sources": {"a1": "362"}}, "raw": {"H": "12", "MN": "10", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "31", "LAT": "45N24", "LON": "11E 0", "MON": "10", "NUM": "362", "PRO": "C", "SEC": "4", "YEA": "1893", "CITY": "BARDOLINODIVERO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1893-10-31 12:00"}, "partial-ids": {"ertel": "ES-1816"}}, "raw": {"L": "", "MF": "", "NR": "1816", "ENG": "1", "MA_": "2", "G_NR": "362", "MA12": "4", "MARS": "12", "NAME": "Gelmetti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,90", "CSINR": "", "KURTZ": "", "PHAS_": "60,700", "STUND": "12,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "31.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Umberto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "31.10.1893", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
364	giordano-gennaro-1899-05-15	{"a1": "364", "3a_sports": "1869"}	{"ertel": "ES-1869", "lerrcp": "A1-364"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gennaro", "family": "Giordano", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1899-05-15 13:00", "note": null, "place": {"c1": null, "c2": "CZ", "c3": null, "cy": "IT", "lg": 17.5, "lat": 39, "name": "ISOLACAPORICCIN", "geoid": 0}, "notime": null, "date-ut": "1899-05-15 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Gennaro", "family": "Giordano"}, "birth": {"place": {"c2": "CZ", "cy": "IT", "lg": 17.5, "lat": 39, "name": "ISOLACAPORICCIN", "geoid": 0}, "date-ut": "1899-05-15 12:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-364"}, "ids-in-sources": {"a1": "364"}}, "raw": {"H": "13", "MN": "0", "TZ": "-1", "COD": "CZ", "COU": "I", "DAY": "15", "LAT": "39N 0", "LON": "17E30", "MON": "5", "NUM": "364", "PRO": "C", "SEC": "0", "YEA": "1899", "CITY": "ISOLACAPORICCIN"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1899-05-15 13:00"}, "partial-ids": {"ertel": "ES-1869"}}, "raw": {"L": "", "MF": "", "NR": "1869", "ENG": "", "MA_": "1", "G_NR": "364", "MA12": "2", "MARS": "4", "NAME": "Giordano", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,900", "CSINR": "", "KURTZ": "", "PHAS_": "25,400", "STUND": "13,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "15.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gennaro", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.05.1899", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24794	guitton-jean-1906-09-20	{"g55": "08-314"}	{"g55": "08-314"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Guitton", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1906-09-20 15:00", "note": null, "place": {"c1": "", "c2": "44", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Guenrouét", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Guitton", "nobility": ""}, "birth": {"date": "1906-09-20 15:00", "place": {"c1": "", "c2": "44", "c3": "", "cy": "FR", "name": "Guenrouét"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-314"}}, "raw": {"DAY": "20-9-1906", "HOUR": "15 h.", "NAME": "GUITTON Jean", "PLACE": "Guenrouét (Loire-Inférieure)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24795	guthmuller-charles-1897-08-20	{"g55": "08-315"}	{"g55": "08-315"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Guthmuller", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1897-08-20 13:00", "note": null, "place": {"c1": "", "c2": "69", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Tassin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Guthmuller", "nobility": ""}, "birth": {"date": "1897-08-20 13:00", "place": {"c1": "", "c2": "69", "c3": "", "cy": "FR", "name": "Tassin"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-315"}}, "raw": {"DAY": "20-8-1897", "HOUR": "13 h.", "NAME": "GUTHMULLER Charles", "PLACE": "Tassin (Rhône)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24796	guyot-raymond-1903-11-17	{"g55": "08-316"}	{"g55": "08-316"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Guyot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1903-11-17 03:00", "note": null, "place": {"c1": "", "c2": "89", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Auxerre", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Guyot", "nobility": ""}, "birth": {"date": "1903-11-17 03:00", "place": {"c1": "", "c2": "89", "c3": "", "cy": "FR", "name": "Auxerre"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-316"}}, "raw": {"DAY": "17-11-1903", "HOUR": "3 h.", "NAME": "GUYOT Raymond", "PLACE": "Auxerre (Yonne)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
367	gordesco-mario-1884-12-12	{"a1": "367", "3a_sports": "1904"}	{"ertel": "ES-1904", "lerrcp": "A1-367"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Gordesco", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1884-12-12 21:00", "note": null, "place": {"c1": null, "c2": "SP", "c3": null, "cy": "IT", "lg": 9.91269, "lat": 44.11854, "name": "Arcola", "geoid": 3182908}, "notime": null, "date-ut": "1884-12-12 20:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Gordesco"}, "birth": {"place": {"c2": "SP", "cy": "IT", "lg": 9.91269, "lat": 44.11854, "name": "Arcola", "geoid": 3182908}, "date-ut": "1884-12-12 20:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-367"}, "ids-in-sources": {"a1": "367"}}, "raw": {"H": "21", "MN": "10", "TZ": "-1", "COD": "SP", "COU": "I", "DAY": "12", "LAT": "44N 0", "LON": "10E15", "MON": "12", "NUM": "367", "PRO": "C", "SEC": "4", "YEA": "1884", "CITY": "ARCOLA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1884-12-12 21:00"}, "partial-ids": {"ertel": "ES-1904"}}, "raw": {"L": "", "MF": "", "NR": "1904", "ENG": "", "MA_": "0", "G_NR": "367", "MA12": "8", "MARS": "23", "NAME": "Gordesco", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,100", "CSINR": "", "KURTZ": "", "PHAS_": "25,700", "STUND": "21,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "12.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.12.1884", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
369	grani-umberto-1897-05-08	{"a1": "369", "3a_sports": "1934"}	{"ertel": "ES-1934", "lerrcp": "A1-369"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Umberto", "family": "Grani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1897-05-08 15:30", "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1897-05-08 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Umberto", "family": "Grani"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1897-05-08 14:30"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-369"}, "ids-in-sources": {"a1": "369"}}, "raw": {"H": "15", "MN": "30", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "8", "LAT": "41N54", "LON": "12E30", "MON": "5", "NUM": "369", "PRO": "C", "SEC": "0", "YEA": "1897", "CITY": "ROMA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1897-05-08 15:30"}, "partial-ids": {"ertel": "ES-1934"}}, "raw": {"L": "", "MF": "", "NR": "1934", "ENG": "", "MA_": "0", "G_NR": "369", "MA12": "3", "MARS": "8", "NAME": "Grani", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,700", "CSINR": "", "KURTZ": "", "PHAS_": "31,100", "STUND": "15,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "08.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Umberto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.05.1897", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24797	halbout-emile-1905-02-15	{"g55": "08-317"}	{"g55": "08-317"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Halbout", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1905-02-15 19:00", "note": null, "place": {"c1": "", "c2": "61", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "La Lande-Patry", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Halbout", "nobility": ""}, "birth": {"date": "1905-02-15 19:00", "place": {"c1": "", "c2": "61", "c3": "", "cy": "FR", "name": "La Lande-Patry"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-317"}}, "raw": {"DAY": "15-2-1905", "HOUR": "19 h.", "NAME": "HALBOUT Emile", "PLACE": "La Lande-Patry (Orne)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24798	halleguen-joseph-1916-07-02	{"g55": "08-318"}	{"g55": "08-318"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Halleguen", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1916-07-02 21:00", "note": null, "place": {"c1": "", "c2": "29", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Quimper", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Halleguen", "nobility": ""}, "birth": {"date": "1916-07-02 21:00", "place": {"c1": "", "c2": "29", "c3": "", "cy": "FR", "name": "Quimper"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-318"}}, "raw": {"DAY": "2-7-1916", "HOUR": "21 h.", "NAME": "HALLEGUEN Joseph", "PLACE": "Quimper (Finistère)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24799	haumesser-leon-1903-08-12	{"g55": "08-319"}	{"g55": "08-319"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Haumesser", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1903-08-12 08:30", "note": null, "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Sélestat", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Haumesser", "nobility": ""}, "birth": {"date": "1903-08-12 08:30", "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "name": "Sélestat"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-319"}}, "raw": {"DAY": "12-8-1903", "HOUR": "8 h. 30", "NAME": "HAUMESSER Léon", "PLACE": "Sélestat (Bas-Rhin)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
372	gravina-manfredi-1883-04-14	{"a1": "372", "3a_sports": "1945"}	{"ertel": "ES-1945", "lerrcp": "A1-372"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Manfredi", "family": "Gravina", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1883-04-14 06:00", "note": null, "place": {"c1": null, "c2": "PA", "c3": null, "cy": "IT", "lg": 13.35976, "lat": 38.11582, "name": "Palermo", "geoid": 2523920}, "notime": null, "date-ut": "1883-04-14 05:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Manfredi", "family": "Gravina"}, "birth": {"place": {"c2": "PA", "cy": "IT", "lg": 13.35976, "lat": 38.11582, "name": "Palermo", "geoid": 2523920}, "date-ut": "1883-04-14 05:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-372"}, "ids-in-sources": {"a1": "372"}}, "raw": {"H": "6", "MN": "10", "TZ": "-1", "COD": "PA", "COU": "I", "DAY": "14", "LAT": "38N 0", "LON": "13E30", "MON": "4", "NUM": "372", "PRO": "C", "SEC": "4", "YEA": "1883", "CITY": "PALERMO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1883-04-14 06:00"}, "partial-ids": {"ertel": "ES-1945"}}, "raw": {"L": "", "MF": "", "NR": "1945", "ENG": "1", "MA_": "2", "G_NR": "372", "MA12": "1", "MARS": "3", "NAME": "Gravina", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,400", "CSINR": "", "KURTZ": "", "PHAS_": "46,300", "STUND": "6,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "14.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Manfredi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.04.1883", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
374	gregorini-pietro-1887-08-11	{"a1": "374", "3a_sports": "1953"}	{"ertel": "ES-1953", "lerrcp": "A1-374"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Gregorini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1887-08-11 03:00", "note": null, "place": {"c1": null, "c2": "CZ", "c3": null, "cy": "IT", "lg": 16.5987, "lat": 38.89079, "name": "Catanzaro", "geoid": 2525059}, "notime": null, "date-ut": "1887-08-11 02:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Pietro", "family": "Gregorini"}, "birth": {"place": {"c2": "CZ", "cy": "IT", "lg": 16.5987, "lat": 38.89079, "name": "Catanzaro", "geoid": 2525059}, "date-ut": "1887-08-11 02:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-374"}, "ids-in-sources": {"a1": "374"}}, "raw": {"H": "3", "MN": "10", "TZ": "-1", "COD": "CZ", "COU": "I", "DAY": "11", "LAT": "39N 0", "LON": "17E30", "MON": "8", "NUM": "374", "PRO": "C", "SEC": "4", "YEA": "1887", "CITY": "CATANZARO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1887-08-11 03:00"}, "partial-ids": {"ertel": "ES-1953"}}, "raw": {"L": "", "MF": "", "NR": "1953", "ENG": "1", "MA_": "2", "G_NR": "374", "MA12": "1", "MARS": "1", "NAME": "Gregorini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,100", "CSINR": "", "KURTZ": "", "PHAS_": "59,600", "STUND": "3,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "11.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pietro", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.08.1887", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24800	henneguelle-henri-1908-06-11	{"g55": "08-320"}	{"g55": "08-320"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Henneguelle", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1908-06-11 04:00", "note": null, "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Fruges", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Henneguelle", "nobility": ""}, "birth": {"date": "1908-06-11 04:00", "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "name": "Fruges"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-320"}}, "raw": {"DAY": "11-6-1908", "HOUR": "4 h.", "NAME": "HENNEGUELLE Henri", "PLACE": "Fruges (Pas-de-Calais)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24801	heuillard-georges-1899-08-05	{"g55": "08-321"}	{"g55": "08-321"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Heuillard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1899-08-05 12:30", "note": null, "place": {"c1": "", "c2": "91", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Magny-en-Vexin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Heuillard", "nobility": ""}, "birth": {"date": "1899-08-05 12:30", "place": {"c1": "", "c2": "91", "c3": "", "cy": "FR", "name": "Magny-en-Vexin"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-321"}}, "raw": {"DAY": "5-8-1899", "HOUR": "12 h. 30", "NAME": "HEUILLARD Georges", "PLACE": "Magny-en-Vexin (S.-et-O.)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24802	huel-robert-1907-04-23	{"g55": "08-322"}	{"g55": "08-322"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Huel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1907-04-23 07:00", "note": null, "place": {"c1": "", "c2": "54", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Baccarat", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Huel", "nobility": ""}, "birth": {"date": "1907-04-23 07:00", "place": {"c1": "", "c2": "54", "c3": "", "cy": "FR", "name": "Baccarat"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-322"}}, "raw": {"DAY": "23-4-1907", "HOUR": "7 h.", "NAME": "HUEL Robert", "PLACE": "Baccarat (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
377	jacometti-ernesto-1880-09-06	{"a1": "377", "3a_sports": "2190"}	{"ertel": "ES-2190", "lerrcp": "A1-377"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernesto", "family": "Jacometti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1880-09-06 21:00", "note": null, "place": {"c1": null, "c2": "PI", "c3": null, "cy": "IT", "lg": 10.63794, "lat": 43.6643, "name": "Pontedera", "geoid": 3170272}, "notime": null, "date-ut": "1880-09-06 20:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Ernesto", "family": "Jacometti"}, "birth": {"place": {"c2": "PI", "cy": "IT", "lg": 10.63794, "lat": 43.6643, "name": "Pontedera", "geoid": 3170272}, "date-ut": "1880-09-06 20:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-377"}, "ids-in-sources": {"a1": "377"}}, "raw": {"H": "21", "MN": "10", "TZ": "-1", "COD": "PI", "COU": "I", "DAY": "6", "LAT": "43N42", "LON": "10E30", "MON": "9", "NUM": "377", "PRO": "C", "SEC": "4", "YEA": "1880", "CITY": "PONTEDERA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1880-09-06 21:00"}, "partial-ids": {"ertel": "ES-2190"}}, "raw": {"L": "", "MF": "", "NR": "2190", "ENG": "", "MA_": "1", "G_NR": "377", "MA12": "7", "MARS": "21", "NAME": "Jacometti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,800", "CSINR": "", "KURTZ": "", "PHAS_": "2,100", "STUND": "21,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "06.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ernesto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.09.1880", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
379	kerbaker-ernesto-1882-11-21	{"a1": "379", "3a_sports": "2255"}	{"ertel": "ES-2255", "lerrcp": "A1-379"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernesto", "family": "Kerbaker", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1882-11-21 09:00", "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1882-11-21 08:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Ernesto", "family": "Kerbaker"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1882-11-21 08:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-379"}, "ids-in-sources": {"a1": "379"}}, "raw": {"H": "9", "MN": "10", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "21", "LAT": "40N54", "LON": "14E 0", "MON": "11", "NUM": "379", "PRO": "C", "SEC": "4", "YEA": "1882", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1882-11-21 09:00"}, "partial-ids": {"ertel": "ES-2255"}}, "raw": {"L": "", "MF": "", "NR": "2255", "ENG": "", "MA_": "1", "G_NR": "379", "MA12": "2", "MARS": "4", "NAME": "Kerbaker", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,200", "CSINR": "", "KURTZ": "", "PHAS_": "78,700", "STUND": "9,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "21.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ernesto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.11.1882", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24803	hulin-henri-1912-06-10	{"g55": "08-323"}	{"g55": "08-323"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Hulin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1912-06-10 10:00", "note": null, "place": {"c1": "", "c2": "02", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Origny", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Hulin", "nobility": ""}, "birth": {"date": "1912-06-10 10:00", "place": {"c1": "", "c2": "02", "c3": "", "cy": "FR", "name": "Origny"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-323"}}, "raw": {"DAY": "10-6-1912", "HOUR": "10 h.", "NAME": "HULIN Henri", "PLACE": "Origny (Aisne)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24804	hutin-desgrees-paul-1888-10-24	{"g55": "08-324"}	{"g55": "08-324"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Hutin-desgrees", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1888-10-24 07:30", "note": null, "place": {"c1": "", "c2": "55", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Bovée-sur-Barboure", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Hutin-desgrees", "nobility": ""}, "birth": {"date": "1888-10-24 07:30", "place": {"c1": "", "c2": "55", "c3": "", "cy": "FR", "name": "Bovée-sur-Barboure"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-324"}}, "raw": {"DAY": "24-10-1888", "HOUR": "7 h. 30", "NAME": "HUTIN-DESGREES Paul", "PLACE": "Bovée-sur-Barboure (Meuse)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24805	ihuel-paul-1903-11-02	{"g55": "08-325"}	{"g55": "08-325"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Ihuel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1903-11-02 15:00", "note": null, "place": {"c1": "", "c2": "56", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Pontivy", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Ihuel", "nobility": ""}, "birth": {"date": "1903-11-02 15:00", "place": {"c1": "", "c2": "56", "c3": "", "cy": "FR", "name": "Pontivy"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-325"}}, "raw": {"DAY": "2-11-1903", "HOUR": "15 h.", "NAME": "IHUEL Paul", "PLACE": "Pontivy (Morbihan)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
381	landini-achille-1890-05-22	{"a1": "381", "3a_sports": "2350"}	{"ertel": "ES-2350", "lerrcp": "A1-381"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Achille", "family": "Landini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1890-05-22 05:00", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1890-05-22 04:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Achille", "family": "Landini"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1890-05-22 04:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-381"}, "ids-in-sources": {"a1": "381"}}, "raw": {"H": "5", "MN": "10", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "22", "LAT": "45N30", "LON": "9E15", "MON": "5", "NUM": "381", "PRO": "C", "SEC": "4", "YEA": "1890", "CITY": "MILANO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1890-05-22 05:00"}, "partial-ids": {"ertel": "ES-2350"}}, "raw": {"L": "", "MF": "", "NR": "2350", "ENG": "", "MA_": "1", "G_NR": "381", "MA12": "6", "MARS": "18", "NAME": "Landini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,000", "CSINR": "", "KURTZ": "", "PHAS_": "9,600", "STUND": "5,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "22.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Achille", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.05.1890", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
384	leone-domenico-1888-10-09	{"a1": "384", "3a_sports": "2464"}	{"ertel": "ES-2464", "lerrcp": "A1-384"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Domenico", "family": "Leone", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1888-10-09 09:00", "note": null, "place": {"c1": null, "c2": "SP", "c3": null, "cy": "IT", "lg": 9.95859, "lat": 44.11145, "name": "Sarzana", "geoid": 3167104}, "notime": null, "date-ut": "1888-10-09 08:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Domenico", "family": "Leone"}, "birth": {"place": {"c2": "SP", "cy": "IT", "lg": 9.95859, "lat": 44.11145, "name": "Sarzana", "geoid": 3167104}, "date-ut": "1888-10-09 08:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-384"}, "ids-in-sources": {"a1": "384"}}, "raw": {"H": "9", "MN": "10", "TZ": "-1", "COD": "SP", "COU": "I", "DAY": "9", "LAT": "44N 0", "LON": "10E15", "MON": "10", "NUM": "384", "PRO": "C", "SEC": "4", "YEA": "1888", "CITY": "SARZANA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1888-10-09 09:00"}, "partial-ids": {"ertel": "ES-2464"}}, "raw": {"L": "", "MF": "", "NR": "2464", "ENG": "", "MA_": "0", "G_NR": "384", "MA12": "11", "MARS": "33", "NAME": "Leone", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,800", "CSINR": "", "KURTZ": "", "PHAS_": "16,200", "STUND": "9,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "09.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Domenico", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.10.1888", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24806	jacquet-michel-1907-02-16	{"g55": "08-326"}	{"g55": "08-326"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Jacquet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1907-02-16 23:00", "note": null, "place": {"c1": "", "c2": "42", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Etienne-le-M.", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Jacquet", "nobility": ""}, "birth": {"date": "1907-02-16 23:00", "place": {"c1": "", "c2": "42", "c3": "", "cy": "FR", "name": "Saint-Etienne-le-M."}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-326"}}, "raw": {"DAY": "16-2-1907", "HOUR": "23 h.", "NAME": "JACQUET Michel", "PLACE": "Saint-Etienne-le-M. (Loire)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
20557	jaquet-gerard-1916-01-12	{"e3": "820", "g55": "08-327"}	{"g55": "08-327", "lerrcp": "E3-820"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Jaquet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-01-12 16:30", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.29998, "lat": 48.81999, "name": "Malakoff", "geoid": 2996514}, "notime": null, "date-ut": "1916-01-12 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Gérard", "family": "Jaquet"}, "birth": {"tzo": "+00:00", "date": "1916-01-12 16:30", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.29998, "lat": 48.81999, "name": "Malakoff", "geoid": 2996514}, "date-ut": "1916-01-12 16:30"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "820"}}, "raw": {"H": "16:30", "COD": "92", "DAY": "12", "MON": "01", "NUM": "0820", "PRO": "PO", "YEA": "1916", "CITY": "Malakoff", "NAME": "JAQUET Gérard", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"partial-ids": {"g55": "08-327"}, "ids-in-source": {"g55": "08-327"}}, "raw": {"DAY": "12-1-1916", "HOUR": "16 h. 30", "NAME": "JAQUET Gérard", "PLACE": "Malakoff (Seine)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
387	locatelli-antonio-1895-04-19	{"a1": "387", "3a_sports": "2503"}	{"ertel": "ES-2503", "lerrcp": "A1-387"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Locatelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1895-04-19 08:00", "note": null, "place": {"c1": null, "c2": "BG", "c3": null, "cy": "IT", "lg": 9.66895, "lat": 45.69798, "name": "Bergamo", "geoid": 3182164}, "notime": null, "date-ut": "1895-04-19 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Locatelli"}, "birth": {"place": {"c2": "BG", "cy": "IT", "lg": 9.66895, "lat": 45.69798, "name": "Bergamo", "geoid": 3182164}, "date-ut": "1895-04-19 07:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-387"}, "ids-in-sources": {"a1": "387"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "BG", "COU": "I", "DAY": "19", "LAT": "45N36", "LON": "9E45", "MON": "4", "NUM": "387", "PRO": "C", "SEC": "0", "YEA": "1895", "CITY": "BERGAMO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1895-04-19 08:00"}, "partial-ids": {"ertel": "ES-2503"}}, "raw": {"L": "", "MF": "", "NR": "2503", "ENG": "", "MA_": "1", "G_NR": "387", "MA12": "12", "MARS": "35", "NAME": "Locatelli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,000", "CSINR": "", "KURTZ": "", "PHAS_": "31,400", "STUND": "8,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "19.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Antonio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.04.1895", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
389	longo-ulisse-1894-01-04	{"a1": "389", "3a_sports": "2516"}	{"ertel": "ES-2516", "lerrcp": "A1-389"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ulisse", "family": "Longo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1894-01-04 20:30", "note": null, "place": {"c1": null, "c2": "BS", "c3": null, "cy": "IT", "lg": 10.22727, "lat": 45.52478, "name": "Brescia", "geoid": 3181554}, "notime": null, "date-ut": "1894-01-04 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Ulisse", "family": "Longo"}, "birth": {"place": {"c2": "BS", "cy": "IT", "lg": 10.22727, "lat": 45.52478, "name": "Brescia", "geoid": 3181554}, "date-ut": "1894-01-04 19:30"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-389"}, "ids-in-sources": {"a1": "389"}}, "raw": {"H": "20", "MN": "30", "TZ": "-1", "COD": "BS", "COU": "I", "DAY": "4", "LAT": "45N30", "LON": "11E 0", "MON": "1", "NUM": "389", "PRO": "C", "SEC": "0", "YEA": "1894", "CITY": "BRESCIA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1894-01-04 20:30"}, "partial-ids": {"ertel": "ES-2516"}}, "raw": {"L": "", "MF": "", "NR": "2516", "ENG": "", "MA_": "1", "G_NR": "389", "MA12": "9", "MARS": "27", "NAME": "Longo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,900", "CSINR": "", "KURTZ": "", "PHAS_": "8,700", "STUND": "20,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "04.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ulisse", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.01.1894", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24807	jarosson-guy-1911-03-09	{"g55": "08-328"}	{"g55": "08-328"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Jarosson", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1911-03-09 18:00", "note": null, "place": {"c1": "", "c2": "69", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lyon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Jarosson", "nobility": ""}, "birth": {"date": "1911-03-09 18:00", "place": {"c1": "", "c2": "69", "c3": "", "cy": "FR", "name": "Lyon"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-328"}}, "raw": {"DAY": "9-3-1911", "HOUR": "18 h.", "NAME": "JAROSSON Guy", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24808	jean-leon-1901-01-25	{"g55": "08-329"}	{"g55": "08-329"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Jean", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1901-01-25 17:00", "note": null, "place": {"c1": "", "c2": "34", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lunel-Viel", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Jean", "nobility": ""}, "birth": {"date": "1901-01-25 17:00", "place": {"c1": "", "c2": "34", "c3": "", "cy": "FR", "name": "Lunel-Viel"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-329"}}, "raw": {"DAY": "25-1-1901", "HOUR": "17 h.", "NAME": "JEAN Léon", "PLACE": "Lunel-Viel (Hérault)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24809	joubert-auguste-1903-04-07	{"g55": "08-330"}	{"g55": "08-330"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Joubert", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1903-04-07 01:00", "note": null, "place": {"c1": "", "c2": "25", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Fournet-Blancheroche", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Joubert", "nobility": ""}, "birth": {"date": "1903-04-07 01:00", "place": {"c1": "", "c2": "25", "c3": "", "cy": "FR", "name": "Fournet-Blancheroche"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-330"}}, "raw": {"DAY": "7-4-1903", "HOUR": "1 h.", "NAME": "JOUBERT Auguste", "PLACE": "Fournet-Blancheroche (Doubs)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
392	maceratini-giuseppe-1894-01-05	{"a1": "392", "3a_sports": "2574"}	{"ertel": "ES-2574", "lerrcp": "A1-392"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Maceratini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1894-01-05 12:00", "note": null, "place": {"c1": null, "c2": "PS", "c3": null, "cy": "IT", "lg": 13, "lat": 44, "name": "FANO", "geoid": 0}, "notime": null, "date-ut": "1894-01-05 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Maceratini"}, "birth": {"place": {"c2": "PS", "cy": "IT", "lg": 13, "lat": 44, "name": "FANO", "geoid": 0}, "date-ut": "1894-01-05 11:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-392"}, "ids-in-sources": {"a1": "392"}}, "raw": {"H": "12", "MN": "0", "TZ": "-1", "COD": "PS", "COU": "I", "DAY": "5", "LAT": "44N 0", "LON": "13E 0", "MON": "1", "NUM": "392", "PRO": "C", "SEC": "0", "YEA": "1894", "CITY": "FANO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1894-01-05 12:00"}, "partial-ids": {"ertel": "ES-2574"}}, "raw": {"L": "", "MF": "", "NR": "2574", "ENG": "", "MA_": "0", "G_NR": "392", "MA12": "5", "MARS": "15", "NAME": "Maceratini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,500", "CSINR": "", "KURTZ": "", "PHAS_": "4,200", "STUND": "12,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "05.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giuseppe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.01.1894", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
394	maffeis-carlo-1883-01-11	{"a1": "394", "3a_sports": "2589"}	{"ertel": "ES-2589", "lerrcp": "A1-394"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Maffeis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1883-01-11 15:00", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1883-01-11 14:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Maffeis"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1883-01-11 14:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-394"}, "ids-in-sources": {"a1": "394"}}, "raw": {"H": "15", "MN": "10", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "11", "LAT": "45N30", "LON": "9E15", "MON": "1", "NUM": "394", "PRO": "C", "SEC": "4", "YEA": "1883", "CITY": "MILANO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1883-01-11 15:00"}, "partial-ids": {"ertel": "ES-2589"}}, "raw": {"L": "", "MF": "", "NR": "2589", "ENG": "", "MA_": "0", "G_NR": "394", "MA12": "6", "MARS": "16", "NAME": "Maffeis", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,300", "CSINR": "", "KURTZ": "", "PHAS_": "4,200", "STUND": "15,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "11.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Carlo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.01.1883", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
20575	juglas-jean-jacques-1904-06-10	{"e3": "840", "g55": "08-331"}	{"g55": "08-331", "lerrcp": "E3-840"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Jacques", "family": "Juglas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-06-10 19:00", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": 0.48171, "lat": 44.85157, "name": "Bergerac", "geoid": 3033391}, "notime": null, "date-ut": "1904-06-10 18:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean-Jacques", "family": "Juglas"}, "birth": {"tzo": "+00:09", "date": "1904-06-10 19:00", "place": {"c2": "24", "c3": "", "cy": "FR", "lg": 0.48171, "lat": 44.85157, "name": "Bergerac", "geoid": 3033391}, "date-ut": "1904-06-10 18:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "840"}}, "raw": {"H": "19:00", "COD": "24", "DAY": "10", "MON": "06", "NUM": "0840", "PRO": "PO", "YEA": "1904", "CITY": "Bergerac", "NAME": "JUGLAS Jean-Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"partial-ids": {"g55": "08-331"}, "ids-in-source": {"g55": "08-331"}}, "raw": {"DAY": "10-6-1904", "HOUR": "19 h.", "NAME": "JUGLAS Jean-Jacques", "PLACE": "Bergerac (Dordogne)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24810	kadi-abd-el-kader-1904-01-25	{"g55": "08-332"}	{"g55": "08-332"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Abd-el-Kader", "family": "Kadi", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1904-01-25 05:00", "note": null, "place": {"c1": "03", "c2": "", "c3": "", "cy": "DZ", "lg": null, "lat": null, "name": "Batna", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Abd-el-Kader", "family": "Kadi", "nobility": ""}, "birth": {"date": "1904-01-25 05:00", "place": {"c1": "03", "c2": "", "c3": "", "cy": "DZ", "name": "Batna"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-332"}}, "raw": {"DAY": "25-1-1904", "HOUR": "5 h.", "NAME": "KADI Abd-el-Kader", "PLACE": "Batna (Constantine)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
397	malingher-arturo-1869-01-02	{"a1": "397", "3a_sports": "2619"}	{"ertel": "ES-2619", "lerrcp": "A1-397"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arturo", "family": "Malingher", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1869-01-02 15:00", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1869-01-02 14:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Arturo", "family": "Malingher"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1869-01-02 14:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-397"}, "ids-in-sources": {"a1": "397"}}, "raw": {"H": "15", "MN": "10", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "2", "LAT": "45N30", "LON": "9E15", "MON": "1", "NUM": "397", "PRO": "C", "SEC": "4", "YEA": "1869", "CITY": "MILANO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1869-01-02 15:00"}, "partial-ids": {"ertel": "ES-2619"}}, "raw": {"L": "", "MF": "", "NR": "2619", "ENG": "", "MA_": "1", "G_NR": "397", "MA12": "9", "MARS": "26", "NAME": "Malingher", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,600", "CSINR": "", "KURTZ": "", "PHAS_": "84,300", "STUND": "15,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "02.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Arturo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.01.1869", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
399	manissero-romolo-1881-03-10	{"a1": "399", "3a_sports": "2634"}	{"ertel": "ES-2634", "lerrcp": "A1-399"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Romolo", "family": "Manissero", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1881-03-10 02:00", "note": null, "place": {"c1": null, "c2": "CN", "c3": null, "cy": "IT", "lg": 7.88293, "lat": 44.71524, "name": "Pocapaglia", "geoid": 6534848}, "notime": null, "date-ut": "1881-03-10 01:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Romolo", "family": "Manissero"}, "birth": {"place": {"c2": "CN", "cy": "IT", "lg": 7.88293, "lat": 44.71524, "name": "Pocapaglia", "geoid": 6534848}, "date-ut": "1881-03-10 01:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-399"}, "ids-in-sources": {"a1": "399"}}, "raw": {"H": "2", "MN": "10", "TZ": "-1", "COD": "CN", "COU": "I", "DAY": "10", "LAT": "44N24", "LON": "7E15", "MON": "3", "NUM": "399", "PRO": "C", "SEC": "4", "YEA": "1881", "CITY": "POCAPAGLIA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1881-03-10 02:00"}, "partial-ids": {"ertel": "ES-2634"}}, "raw": {"L": "", "MF": "", "NR": "2634", "ENG": "", "MA_": "0", "G_NR": "399", "MA12": "11", "MARS": "32", "NAME": "Manissero", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,900", "CSINR": "", "KURTZ": "", "PHAS_": "70,000", "STUND": "2,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "10.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Romolo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.03.1881", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24811	kauffmann-michel-1914-09-22	{"g55": "08-333"}	{"g55": "08-333"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Kauffmann", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1914-09-22 14:15", "note": null, "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Strasbourg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Kauffmann", "nobility": ""}, "birth": {"date": "1914-09-22 14:15", "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "name": "Strasbourg"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-333"}}, "raw": {"DAY": "22-9-1914", "HOUR": "14 h. 15", "NAME": "KAUFFMANN Michel", "PLACE": "Strasbourg (Bas-Rhin)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24812	klock-joseph-1908-02-04	{"g55": "08-334"}	{"g55": "08-334"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Klock", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1908-02-04 01:30", "note": null, "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Brouderdorff", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Klock", "nobility": ""}, "birth": {"date": "1908-02-04 01:30", "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "name": "Brouderdorff"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-334"}}, "raw": {"DAY": "4-2-1908", "HOUR": "1 h. 30", "NAME": "KLOCK Joseph", "PLACE": "Brouderdorff (Moselle)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24813	krieger-alfred-1903-03-05	{"g55": "08-335"}	{"g55": "08-335"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Krieger", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1903-03-05 11:00", "note": null, "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Pfaffenhoffen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Krieger", "nobility": ""}, "birth": {"date": "1903-03-05 11:00", "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "name": "Pfaffenhoffen"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-335"}}, "raw": {"DAY": "5-3-1903", "HOUR": "11 h.", "NAME": "KRIEGER Alfred", "PLACE": "Pfaffenhoffen (Bas-Rhin)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
402	marazzi-ettore-1878-07-16	{"a1": "402", "3a_sports": "2651"}	{"ertel": "ES-2651", "lerrcp": "A1-402"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ettore", "family": "Marazzi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1878-07-16 12:00", "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "notime": null, "date-ut": "1878-07-16 11:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Ettore", "family": "Marazzi"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "date-ut": "1878-07-16 11:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-402"}, "ids-in-sources": {"a1": "402"}}, "raw": {"H": "12", "MN": "10", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "16", "LAT": "44N48", "LON": "10E45", "MON": "7", "NUM": "402", "PRO": "C", "SEC": "4", "YEA": "1878", "CITY": "PARMA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1878-07-16 12:00"}, "partial-ids": {"ertel": "ES-2651"}}, "raw": {"L": "", "MF": "", "NR": "2651", "ENG": "", "MA_": "0", "G_NR": "402", "MA12": "3", "MARS": "7", "NAME": "Marazzi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,100", "CSINR": "", "KURTZ": "", "PHAS_": "97,600", "STUND": "12,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "16.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ettore", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.07.1878", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
404	marchesini-piero-1895-09-05	{"a1": "404", "3a_sports": "2660"}	{"ertel": "ES-2660", "lerrcp": "A1-404"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Piero", "family": "Marchesini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1895-09-05 17:00", "note": null, "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.24222, "lat": 46.06194, "name": "Udine", "geoid": 3165072}, "notime": null, "date-ut": "1895-09-05 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Piero", "family": "Marchesini"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.24222, "lat": 46.06194, "name": "Udine", "geoid": 3165072}, "date-ut": "1895-09-05 16:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-404"}, "ids-in-sources": {"a1": "404"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "5", "LAT": "46N 0", "LON": "13E30", "MON": "9", "NUM": "404", "PRO": "C", "SEC": "0", "YEA": "1895", "CITY": "UDINE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1895-09-05 17:00"}, "partial-ids": {"ertel": "ES-2660"}}, "raw": {"L": "", "MF": "", "NR": "2660", "ENG": "", "MA_": "0", "G_NR": "404", "MA12": "6", "MARS": "16", "NAME": "Marchesini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,400", "CSINR": "", "KURTZ": "", "PHAS_": "99,500", "STUND": "17,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "05.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Piero", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.09.1895", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24814	kuehn-rene-1910-01-08	{"g55": "08-336"}	{"g55": "08-336"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Kuehn", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1910-01-08 14:30", "note": null, "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Ammerschwihr", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "René", "family": "Kuehn", "nobility": ""}, "birth": {"date": "1910-01-08 14:30", "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "name": "Ammerschwihr"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-336"}}, "raw": {"DAY": "8-1-1910", "HOUR": "14 h. 30", "NAME": "KUEHN René", "PLACE": "Ammerschwihr (Haut-Rhin)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24815	laborde-jean-1911-10-08	{"g55": "08-337"}	{"g55": "08-337"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Laborde", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1911-10-08 01:00", "note": null, "place": {"c1": "", "c2": "69", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lyon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Laborde", "nobility": ""}, "birth": {"date": "1911-10-08 01:00", "place": {"c1": "", "c2": "69", "c3": "", "cy": "FR", "name": "Lyon"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-337"}}, "raw": {"DAY": "8-10-1911", "HOUR": "1 h.", "NAME": "LABORDE Jean", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24816	labrousse-louis-1899-01-10	{"g55": "08-338"}	{"g55": "08-338"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Labrousse", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1899-01-10 13:00", "note": null, "place": {"c1": "", "c2": "16", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Fouras", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Labrousse", "nobility": ""}, "birth": {"date": "1899-01-10 13:00", "place": {"c1": "", "c2": "16", "c3": "", "cy": "FR", "name": "Fouras"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-338"}}, "raw": {"DAY": "10-1-1899", "HOUR": "13 h.", "NAME": "LABROUSSE Louis", "PLACE": "Fouras (Charente)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
407	masiero-guido-1895-08-24	{"a1": "407", "3a_sports": "2729"}	{"ertel": "ES-2729", "lerrcp": "A1-407"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guido", "family": "Masiero", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1895-08-24 17:00", "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "notime": null, "date-ut": "1895-08-24 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Guido", "family": "Masiero"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "date-ut": "1895-08-24 16:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-407"}, "ids-in-sources": {"a1": "407"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "24", "LAT": "45N24", "LON": "12E15", "MON": "8", "NUM": "407", "PRO": "C", "SEC": "0", "YEA": "1895", "CITY": "PADOVA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1895-08-24 17:00"}, "partial-ids": {"ertel": "ES-2729"}}, "raw": {"L": "", "MF": "", "NR": "2729", "ENG": "", "MA_": "0", "G_NR": "407", "MA12": "5", "MARS": "15", "NAME": "Masiero", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,900", "CSINR": "", "KURTZ": "", "PHAS_": "16,900", "STUND": "17,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "24.08.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Guido", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "24.08.1895", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
409	mattioli-nob-1877-11-22	{"a1": "409", "3a_sports": "2755"}	{"ertel": "ES-2755", "lerrcp": "A1-409"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nob", "family": "Mattioli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1877-11-22 10:00", "note": null, "place": {"c1": null, "c2": "MC", "c3": null, "cy": "IT", "lg": 13.20247, "lat": 43.37326, "name": "Cingoli", "geoid": 3178673}, "notime": null, "date-ut": "1877-11-22 09:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Nob", "family": "Mattioli"}, "birth": {"place": {"c2": "MC", "cy": "IT", "lg": 13.20247, "lat": 43.37326, "name": "Cingoli", "geoid": 3178673}, "date-ut": "1877-11-22 09:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-409"}, "ids-in-sources": {"a1": "409"}}, "raw": {"H": "10", "MN": "10", "TZ": "-1", "COD": "MC", "COU": "I", "DAY": "22", "LAT": "43N24", "LON": "13E15", "MON": "11", "NUM": "409", "PRO": "C", "SEC": "4", "YEA": "1877", "CITY": "CINGOLI"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1877-11-22 10:00"}, "partial-ids": {"ertel": "ES-2755"}}, "raw": {"L": "", "MF": "", "NR": "2755", "ENG": "", "MA_": "1", "G_NR": "409", "MA12": "11", "MARS": "31", "NAME": "Mattioli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,300", "CSINR": "", "KURTZ": "", "PHAS_": "98,500", "STUND": "10,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "22.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Nob. Filippe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.11.1877", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24817	lacaze-henri-1908-02-09	{"g55": "08-339"}	{"g55": "08-339"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Lacaze", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1908-02-09 06:00", "note": null, "place": {"c1": "", "c2": "31", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Toulouse", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Lacaze", "nobility": ""}, "birth": {"date": "1908-02-09 06:00", "place": {"c1": "", "c2": "31", "c3": "", "cy": "FR", "name": "Toulouse"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-339"}}, "raw": {"DAY": "9-2-1908", "HOUR": "6 h.", "NAME": "LACAZE Henri", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
412	mazzucco-renato-1891-02-10	{"a1": "412", "3a_sports": "2779"}	{"ertel": "ES-2779", "lerrcp": "A1-412"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renato", "family": "Mazzucco", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1891-02-10 08:30", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.7847, "lat": 44.55086, "name": "Sassuolo", "geoid": 3167053}, "notime": null, "date-ut": "1891-02-10 07:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Renato", "family": "Mazzucco"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.7847, "lat": 44.55086, "name": "Sassuolo", "geoid": 3167053}, "date-ut": "1891-02-10 07:40:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-412"}, "ids-in-sources": {"a1": "412"}}, "raw": {"H": "8", "MN": "40", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "10", "LAT": "44N36", "LON": "11E15", "MON": "2", "NUM": "412", "PRO": "C", "SEC": "4", "YEA": "1891", "CITY": "SASSUOLO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1891-02-10 08:30"}, "partial-ids": {"ertel": "ES-2779"}}, "raw": {"L": "", "MF": "", "NR": "2779", "ENG": "0", "MA_": "2", "G_NR": "412", "MA12": "12", "MARS": "36", "NAME": "Mazzucco", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,300", "CSINR": "", "KURTZ": "", "PHAS_": "1,500", "STUND": "8,50", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "10.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Renato", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.02.1891", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
413	mecozzi-amedeo-1892-01-17	{"a1": "413", "3a_sports": "2793"}	{"ertel": "ES-2793", "lerrcp": "A1-413"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amedeo", "family": "Mecozzi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1892-01-17 15:00", "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1892-01-17 14:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Amedeo", "family": "Mecozzi"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1892-01-17 14:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-413"}, "ids-in-sources": {"a1": "413"}}, "raw": {"H": "15", "MN": "10", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "17", "LAT": "41N54", "LON": "12E30", "MON": "1", "NUM": "413", "PRO": "C", "SEC": "4", "YEA": "1892", "CITY": "ROMA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1892-01-17 15:00"}, "partial-ids": {"ertel": "ES-2793"}}, "raw": {"L": "", "MF": "", "NR": "2793", "ENG": "", "MA_": "1", "G_NR": "413", "MA12": "7", "MARS": "21", "NAME": "Mecozzi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,600", "CSINR": "", "KURTZ": "", "PHAS_": "91,600", "STUND": "15,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "17.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Amedeo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.01.1892", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
415	menghi-viero-1895-01-19	{"a1": "415", "3a_sports": "2808"}	{"ertel": "ES-2808", "lerrcp": "A1-415"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Viero", "family": "Menghi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1895-01-19 01:00", "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1895-01-19 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Viero", "family": "Menghi"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1895-01-19 00:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-415"}, "ids-in-sources": {"a1": "415"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "19", "LAT": "41N54", "LON": "12E30", "MON": "1", "NUM": "415", "PRO": "C", "SEC": "0", "YEA": "1895", "CITY": "ROMA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1895-01-19 01:00"}, "partial-ids": {"ertel": "ES-2808"}}, "raw": {"L": "", "MF": "", "NR": "2808", "ENG": "", "MA_": "1", "G_NR": "415", "MA12": "6", "MARS": "18", "NAME": "Menghi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,40", "CSINR": "", "KURTZ": "", "PHAS_": "39,200", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "19.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Viero", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.01.1895", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24818	lacombe-henri-1904-05-14	{"g55": "08-340"}	{"g55": "08-340"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Lacombe", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1904-05-14 09:00", "note": null, "place": {"c1": "", "c2": "69", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lyon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Lacombe", "nobility": ""}, "birth": {"date": "1904-05-14 09:00", "place": {"c1": "", "c2": "69", "c3": "", "cy": "FR", "name": "Lyon"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-340"}}, "raw": {"DAY": "14-5-1904", "HOUR": "9 h.", "NAME": "LACOMBE Henri", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24819	lalle-albert-1905-05-24	{"g55": "08-341"}	{"g55": "08-341"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Lalle", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1905-05-24 11:00", "note": null, "place": {"c1": "", "c2": "21", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Villy-le-Moutier", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Lalle", "nobility": ""}, "birth": {"date": "1905-05-24 11:00", "place": {"c1": "", "c2": "21", "c3": "", "cy": "FR", "name": "Villy-le-Moutier"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-341"}}, "raw": {"DAY": "24-5-1905", "HOUR": "11 h.", "NAME": "LALLE Albert", "PLACE": "Villy-le-Moutier (Côte-d’Or)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24820	lamarque-cando-charles-1901-01-12	{"g55": "08-342"}	{"g55": "08-342"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Lamarque-cando", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1901-01-12 16:00", "note": null, "place": {"c1": "", "c2": "40", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Onard", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Lamarque-cando", "nobility": ""}, "birth": {"date": "1901-01-12 16:00", "place": {"c1": "", "c2": "40", "c3": "", "cy": "FR", "name": "Onard"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-342"}}, "raw": {"DAY": "12-1-1901", "HOUR": "16 h.", "NAME": "LAMARQUE-CANDO Charles", "PLACE": "Onard (Landes)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
417	michetti-giorgio-1888-05-29	{"a1": "417", "3a_sports": "2856"}	{"ertel": "ES-2856", "lerrcp": "A1-417"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giorgio", "family": "Michetti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1888-05-29 07:00", "note": null, "place": {"c1": null, "c2": "CH", "c3": null, "cy": "IT", "lg": 14.25, "lat": 42.3, "name": "FRANCAVILLAALMA", "geoid": 0}, "notime": null, "date-ut": "1888-05-29 06:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Giorgio", "family": "Michetti"}, "birth": {"place": {"c2": "CH", "cy": "IT", "lg": 14.25, "lat": 42.3, "name": "FRANCAVILLAALMA", "geoid": 0}, "date-ut": "1888-05-29 06:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-417"}, "ids-in-sources": {"a1": "417"}}, "raw": {"H": "7", "MN": "10", "TZ": "-1", "COD": "CH", "COU": "I", "DAY": "29", "LAT": "42N18", "LON": "14E15", "MON": "5", "NUM": "417", "PRO": "C", "SEC": "4", "YEA": "1888", "CITY": "FRANCAVILLAALMA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1888-05-29 07:00"}, "partial-ids": {"ertel": "ES-2856"}}, "raw": {"L": "", "MF": "", "NR": "2856", "ENG": "", "MA_": "1", "G_NR": "417", "MA12": "9", "MARS": "26", "NAME": "Michetti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,400", "CSINR": "", "KURTZ": "", "PHAS_": "84,200", "STUND": "7,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "29.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giorgio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.05.1888", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
419	moizo-riccardo-1877-08-27	{"a1": "419", "3a_sports": "2897"}	{"ertel": "ES-2897", "lerrcp": "A1-419"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Riccardo", "family": "Moizo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1877-08-27 01:15", "note": null, "place": {"c1": null, "c2": "CN", "c3": null, "cy": "IT", "lg": 7.25, "lat": 44.4, "name": "SALICETODIMONDO", "geoid": 0}, "notime": null, "date-ut": "1877-08-27 00:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Riccardo", "family": "Moizo"}, "birth": {"place": {"c2": "CN", "cy": "IT", "lg": 7.25, "lat": 44.4, "name": "SALICETODIMONDO", "geoid": 0}, "date-ut": "1877-08-27 00:25:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-419"}, "ids-in-sources": {"a1": "419"}}, "raw": {"H": "1", "MN": "25", "TZ": "-1", "COD": "CN", "COU": "I", "DAY": "27", "LAT": "44N24", "LON": "7E15", "MON": "8", "NUM": "419", "PRO": "C", "SEC": "4", "YEA": "1877", "CITY": "SALICETODIMONDO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1877-08-27 01:15"}, "partial-ids": {"ertel": "ES-2897"}}, "raw": {"L": "", "MF": "", "NR": "2897", "ENG": "1", "MA_": "2", "G_NR": "419", "MA12": "4", "MARS": "10", "NAME": "Moizo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,500", "CSINR": "", "KURTZ": "", "PHAS_": "91,800", "STUND": "1,25", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "27.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Riccardo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.08.1877", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24821	lambert-lucien-1905-01-08	{"g55": "08-343"}	{"g55": "08-343"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Lambert", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1905-01-08 01:00", "note": null, "place": {"c1": "", "c2": "84", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Cavaillon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Lambert", "nobility": ""}, "birth": {"date": "1905-01-08 01:00", "place": {"c1": "", "c2": "84", "c3": "", "cy": "FR", "name": "Cavaillon"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-343"}}, "raw": {"DAY": "8-1-1905", "HOUR": "1 h.", "NAME": "LAMBERT Lucien", "PLACE": "Cavaillon (Vaucluse)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24822	lamps-rene-1915-11-05	{"g55": "08-344"}	{"g55": "08-344"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Lamps", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1915-11-05 07:45", "note": null, "place": {"c1": "", "c2": "80", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Amiens", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "René", "family": "Lamps", "nobility": ""}, "birth": {"date": "1915-11-05 07:45", "place": {"c1": "", "c2": "80", "c3": "", "cy": "FR", "name": "Amiens"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-344"}}, "raw": {"DAY": "5-11-1915", "HOUR": "7 h. 45", "NAME": "LAMPS René", "PLACE": "Amiens (Somme)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24823	la-noe-bidard-de-r-1887-12-23	{"g55": "08-345"}	{"g55": "08-345"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Bidard de) R.", "family": "La Noe", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1887-12-23 18:00", "note": null, "place": {"c1": "", "c2": "35", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Rennes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "(Bidard de) R.", "family": "La Noe", "nobility": ""}, "birth": {"date": "1887-12-23 18:00", "place": {"c1": "", "c2": "35", "c3": "", "cy": "FR", "name": "Rennes"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-345"}}, "raw": {"DAY": "23-12-1887", "HOUR": "18 h.", "NAME": "LA NOE (Bidard de) R.", "PLACE": "Rennes (Ille-et-Vilaine)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
422	moore-raul-1895-03-31	{"a1": "422", "3a_sports": "2936"}	{"ertel": "ES-2936", "lerrcp": "A1-422"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raul", "family": "Moore", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1895-03-31 18:00", "note": null, "place": {"c1": null, "c2": "BS", "c3": null, "cy": "IT", "lg": 11, "lat": 45.5, "name": "DESENZANODELGAR", "geoid": 0}, "notime": null, "date-ut": "1895-03-31 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Raul", "family": "Moore"}, "birth": {"place": {"c2": "BS", "cy": "IT", "lg": 11, "lat": 45.5, "name": "DESENZANODELGAR", "geoid": 0}, "date-ut": "1895-03-31 17:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-422"}, "ids-in-sources": {"a1": "422"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "BS", "COU": "I", "DAY": "31", "LAT": "45N30", "LON": "11E 0", "MON": "3", "NUM": "422", "PRO": "C", "SEC": "0", "YEA": "1895", "CITY": "DESENZANODELGAR"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1895-03-31 18:00"}, "partial-ids": {"ertel": "ES-2936"}}, "raw": {"L": "", "MF": "", "NR": "2936", "ENG": "1", "MA_": "2", "G_NR": "422", "MA12": "4", "MARS": "11", "NAME": "Moore", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,800", "CSINR": "", "KURTZ": "", "PHAS_": "20,500", "STUND": "18,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "31.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Raul", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "31.03.1895", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
424	mosca-francesco-1887-06-16	{"a1": "424", "3a_sports": "2966"}	{"ertel": "ES-2966", "lerrcp": "A1-424"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Mosca", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1887-06-16 07:00", "note": null, "place": {"c1": null, "c2": "RI", "c3": null, "cy": "IT", "lg": 12.85918, "lat": 42.40723, "name": "Rieti", "geoid": 3169412}, "notime": null, "date-ut": "1887-06-16 06:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Mosca"}, "birth": {"place": {"c2": "RI", "cy": "IT", "lg": 12.85918, "lat": 42.40723, "name": "Rieti", "geoid": 3169412}, "date-ut": "1887-06-16 06:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-424"}, "ids-in-sources": {"a1": "424"}}, "raw": {"H": "7", "MN": "10", "TZ": "-1", "COD": "RI", "COU": "I", "DAY": "16", "LAT": "42N24", "LON": "13E15", "MON": "6", "NUM": "424", "PRO": "C", "SEC": "4", "YEA": "1887", "CITY": "RIETI"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1887-06-16 07:00"}, "partial-ids": {"ertel": "ES-2966"}}, "raw": {"L": "", "MF": "", "NR": "2966", "ENG": "", "MA_": "1", "G_NR": "424", "MA12": "2", "MARS": "4", "NAME": "Mosca", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,900", "CSINR": "", "KURTZ": "", "PHAS_": "27,800", "STUND": "7,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "16.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Francesco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.06.1887", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24824	laplace-adrien-1909-09-18	{"g55": "08-346"}	{"g55": "08-346"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrien", "family": "Laplace", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1909-09-18 02:00", "note": null, "place": {"c1": "", "c2": "82", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Montauban", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Adrien", "family": "Laplace", "nobility": ""}, "birth": {"date": "1909-09-18 02:00", "place": {"c1": "", "c2": "82", "c3": "", "cy": "FR", "name": "Montauban"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-346"}}, "raw": {"DAY": "18-9-1909", "HOUR": "2 h.", "NAME": "LAPLACE Adrien", "PLACE": "Montauban (Tarn-et-Garonne)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24825	le-bail-jean-1904-02-26	{"g55": "08-347"}	{"g55": "08-347"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Le Bail", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1904-02-26 08:30", "note": null, "place": {"c1": "", "c2": "35", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Redon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Le Bail", "nobility": ""}, "birth": {"date": "1904-02-26 08:30", "place": {"c1": "", "c2": "35", "c3": "", "cy": "FR", "name": "Redon"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-347"}}, "raw": {"DAY": "26-2-1904", "HOUR": "8 h. 30", "NAME": "\\fLE BAIL Jean", "PLACE": "Redon (Ille-et-Vilaine)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24826	le-coutaller-jean-1905-07-11	{"g55": "08-348"}	{"g55": "08-348"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Le Coutaller", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1905-07-11 17:00", "note": null, "place": {"c1": "", "c2": "56", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Neuillac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Le Coutaller", "nobility": ""}, "birth": {"date": "1905-07-11 17:00", "place": {"c1": "", "c2": "56", "c3": "", "cy": "FR", "name": "Neuillac"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-348"}}, "raw": {"DAY": "11-7-1905", "HOUR": "17 h.", "NAME": "LE COUTALLER Jean", "PLACE": "Neuillac (Morbihan)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
427	negrone-cambiaso-carina-1911-06-04	{"a1": "427", "3a_sports": "3015"}	{"ertel": "ES-3015", "lerrcp": "A1-427"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carina", "family": "Negrone Cambiaso", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1911-06-04 18:00", "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "IT", "lg": 9.06796, "lat": 44.37904, "name": "Bogliasco", "geoid": 3181943}, "notime": null, "date-ut": "1911-06-04 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Carina", "family": "Negrone Cambiaso"}, "birth": {"place": {"c2": "GE", "cy": "IT", "lg": 9.06796, "lat": 44.37904, "name": "Bogliasco", "geoid": 3181943}, "date-ut": "1911-06-04 17:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-427"}, "ids-in-sources": {"a1": "427"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "GE", "COU": "I", "DAY": "4", "LAT": "44N24", "LON": "9E 0", "MON": "6", "NUM": "427", "PRO": "C", "SEC": "0", "YEA": "1911", "CITY": "BOGLIASCO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1911-06-04 18:00"}, "partial-ids": {"ertel": "ES-3015"}}, "raw": {"L": "", "MF": "", "NR": "3015", "ENG": "", "MA_": "0", "G_NR": "427", "MA12": "9", "MARS": "25", "NAME": "Negrone di(March.)", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,800", "CSINR": "", "KURTZ": "", "PHAS_": "51,000", "STUND": "18,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "04.06.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Cambiaso Carina", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "04.06.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
429	niclot-furio-1908-04-24	{"a1": "429", "3a_sports": "3029"}	{"ertel": "ES-3029", "lerrcp": "A1-429"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Furio", "family": "Niclot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1908-04-24 22:00", "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1908-04-24 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Furio", "family": "Niclot"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1908-04-24 21:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-429"}, "ids-in-sources": {"a1": "429"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "24", "LAT": "45N 0", "LON": "8E 0", "MON": "4", "NUM": "429", "PRO": "C", "SEC": "0", "YEA": "1908", "CITY": "TORINO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1908-04-24 22:00"}, "partial-ids": {"ertel": "ES-3029"}}, "raw": {"L": "", "MF": "", "NR": "3029", "ENG": "", "MA_": "1", "G_NR": "429", "MA12": "6", "MARS": "18", "NAME": "Niclot", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,40", "CSINR": "", "KURTZ": "", "PHAS_": "47,800", "STUND": "22,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "24.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Furio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.04.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24827	le-cozannet-yves-1898-01-28	{"g55": "08-349"}	{"g55": "08-349"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Le Cozannet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1898-01-28 13:00", "note": null, "place": {"c1": "", "c2": "22", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Penvénan", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Le Cozannet", "nobility": ""}, "birth": {"date": "1898-01-28 13:00", "place": {"c1": "", "c2": "22", "c3": "", "cy": "FR", "name": "Penvénan"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-349"}}, "raw": {"DAY": "28-1-1898", "HOUR": "13 h.", "NAME": "LE COZANNET Yves", "PLACE": "Penvénan (Côtes-du-Nord)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
18876	leenhardt-francis-1908-04-24	{"e1": "1247", "g55": "08-350"}	{"g55": "08-350", "lerrcp": "E1-1247"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Leenhardt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-04-24 11:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1908-04-24 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive", "politician"]	5	null	[{"new": {"name": {"given": "Francis", "family": "Leenhardt"}, "birth": {"tzo": "+00:09", "date": "1908-04-24 11:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1908-04-24 10:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1247"}}, "raw": {"H": "11:00", "COD": "13", "DAY": "24", "MON": "04", "NUM": "1247", "PRO": "EX", "YEA": "1908", "CITY": "Marseille", "NAME": "LEENHARDT Francis", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"partial-ids": {"g55": "08-350"}, "ids-in-source": {"g55": "08-350"}}, "raw": {"DAY": "24-4-1908", "HOUR": "11 h.", "NAME": "LEENHARDT Francis", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
432	novellis-coarazze-alberto-1877-08-06	{"a1": "432", "3a_sports": "3055"}	{"ertel": "ES-3055", "lerrcp": "A1-432"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberto", "family": "Novellis Coarazze", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1877-08-06 14:15", "note": null, "place": {"c1": null, "c2": "AO", "c3": null, "cy": "IT", "lg": 7.74491, "lat": 45.60936, "name": "Bard", "geoid": 3182369}, "notime": null, "date-ut": "1877-08-06 13:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Alberto", "family": "Novellis Coarazze"}, "birth": {"place": {"c2": "AO", "cy": "IT", "lg": 7.74491, "lat": 45.60936, "name": "Bard", "geoid": 3182369}, "date-ut": "1877-08-06 13:25:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-432"}, "ids-in-sources": {"a1": "432"}}, "raw": {"H": "14", "MN": "25", "TZ": "-1", "COD": "AO", "COU": "I", "DAY": "6", "LAT": "45N48", "LON": "8E 0", "MON": "8", "NUM": "432", "PRO": "C", "SEC": "4", "YEA": "1877", "CITY": "BARD"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1877-08-06 14:15"}, "partial-ids": {"ertel": "ES-3055"}}, "raw": {"L": "", "MF": "", "NR": "3055", "ENG": "", "MA_": "1", "G_NR": "432", "MA12": "9", "MARS": "27", "NAME": "Novellis di Coaraz", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,000", "CSINR": "", "KURTZ": "", "PHAS_": "14,800", "STUND": "14,25", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "06.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alberto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.08.1877", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
434	oppizzi-pietro-1882-03-21	{"a1": "434", "3a_sports": "3090"}	{"ertel": "ES-3090", "lerrcp": "A1-434"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Oppizzi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1882-03-21 13:30", "note": null, "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 9.16145, "lat": 45.18446, "name": "Pavia", "geoid": 3171366}, "notime": null, "date-ut": "1882-03-21 12:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Pietro", "family": "Oppizzi"}, "birth": {"place": {"c2": "PV", "cy": "IT", "lg": 9.16145, "lat": 45.18446, "name": "Pavia", "geoid": 3171366}, "date-ut": "1882-03-21 12:40:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-434"}, "ids-in-sources": {"a1": "434"}}, "raw": {"H": "13", "MN": "40", "TZ": "-1", "COD": "PV", "COU": "I", "DAY": "21", "LAT": "45N12", "LON": "9E 0", "MON": "3", "NUM": "434", "PRO": "C", "SEC": "4", "YEA": "1882", "CITY": "PAVIA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1882-03-21 13:30"}, "partial-ids": {"ertel": "ES-3090"}}, "raw": {"L": "", "MF": "", "NR": "3090", "ENG": "1", "MA_": "2", "G_NR": "434", "MA12": "1", "MARS": "3", "NAME": "Oppizzi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,800", "CSINR": "", "KURTZ": "", "PHAS_": "3,300", "STUND": "13,50", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "21.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pietro", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.03.1882", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24828	lefevre-raymond-1894-04-02	{"g55": "08-351"}	{"g55": "08-351"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Lefevre", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1894-04-02 17:00", "note": null, "place": {"c1": "", "c2": "08", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "La Sabotterie", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Lefevre", "nobility": ""}, "birth": {"date": "1894-04-02 17:00", "place": {"c1": "", "c2": "08", "c3": "", "cy": "FR", "name": "La Sabotterie"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-351"}}, "raw": {"DAY": "2-4-1894", "HOUR": "17 h.", "NAME": "LEFEVRE Raymond", "PLACE": "La Sabotterie (Ardennes)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24829	lefranc-jean-1898-03-21	{"g55": "08-352"}	{"g55": "08-352"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lefranc", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1898-03-21 20:00", "note": null, "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Pol-sur-Terrenoise", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lefranc", "nobility": ""}, "birth": {"date": "1898-03-21 20:00", "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "name": "Saint-Pol-sur-Terrenoise"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-352"}}, "raw": {"DAY": "21-3-1898", "HOUR": "20 h.", "NAME": "LEFRANC Jean", "PLACE": "Saint-Pol-sur-Terrenoise (Pas-de-Cal.)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24830	lenormand-andre-1913-09-01	{"g55": "08-353"}	{"g55": "08-353"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Lenormand", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1913-09-01 11:00", "note": null, "place": {"c1": "", "c2": "14", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Cabourg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Lenormand", "nobility": ""}, "birth": {"date": "1913-09-01 11:00", "place": {"c1": "", "c2": "14", "c3": "", "cy": "FR", "name": "Cabourg"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-353"}}, "raw": {"DAY": "1-9-1913", "HOUR": "11 h.", "NAME": "LENORMAND André", "PLACE": "Cabourg (Calvados)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
437	pallavicino-cesare-1893-04-21	{"a1": "437", "3a_sports": "3125"}	{"ertel": "ES-3125", "lerrcp": "A1-437"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cesare", "family": "Pallavicino", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1893-04-21 17:30", "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1893-04-21 16:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Cesare", "family": "Pallavicino"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1893-04-21 16:40:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-437"}, "ids-in-sources": {"a1": "437"}}, "raw": {"H": "17", "MN": "40", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "21", "LAT": "41N54", "LON": "12E30", "MON": "4", "NUM": "437", "PRO": "C", "SEC": "4", "YEA": "1893", "CITY": "ROMA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1893-04-21 17:30"}, "partial-ids": {"ertel": "ES-3125"}}, "raw": {"L": "", "MF": "", "NR": "3125", "ENG": "", "MA_": "1", "G_NR": "437", "MA12": "5", "MARS": "13", "NAME": "Pallavicino", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,700", "CSINR": "", "KURTZ": "", "PHAS_": "25,900", "STUND": "17,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "21.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Cesare (Marchese)", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.04.1893", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
439	pasta-alberto-1891-03-03	{"a1": "439", "3a_sports": "3160"}	{"ertel": "ES-3160", "lerrcp": "A1-439"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberto", "family": "Pasta", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1891-03-03 16:40", "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1891-03-03 15:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Alberto", "family": "Pasta"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1891-03-03 15:50:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-439"}, "ids-in-sources": {"a1": "439"}}, "raw": {"H": "16", "MN": "50", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "3", "LAT": "44N30", "LON": "11E 0", "MON": "3", "NUM": "439", "PRO": "C", "SEC": "4", "YEA": "1891", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1891-03-03 16:40"}, "partial-ids": {"ertel": "ES-3160"}}, "raw": {"L": "", "MF": "", "NR": "3160", "ENG": "1", "MA_": "2", "G_NR": "439", "MA12": "4", "MARS": "12", "NAME": "Pasta", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,800", "CSINR": "", "KURTZ": "", "PHAS_": "58,600", "STUND": "16,67", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "03.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alberto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.03.1891", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24831	lenormand-maurice-1913-01-15	{"g55": "08-354"}	{"g55": "08-354"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Lenormand", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1913-01-15 02:00", "note": null, "place": {"c1": "", "c2": "71", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Macon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Lenormand", "nobility": ""}, "birth": {"date": "1913-01-15 02:00", "place": {"c1": "", "c2": "71", "c3": "", "cy": "FR", "name": "Macon"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-354"}}, "raw": {"DAY": "15-1-1913", "HOUR": "2 h.", "NAME": "LENORMAND Maurice", "PLACE": "Macon (Saône-et-Loire)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24832	le-sciellour-joseph-1907-10-13	{"g55": "08-356"}	{"g55": "08-356"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Le Sciellour", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1907-10-13 05:00", "note": null, "place": {"c1": "", "c2": "49", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Trélazé", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Le Sciellour", "nobility": ""}, "birth": {"date": "1907-10-13 05:00", "place": {"c1": "", "c2": "49", "c3": "", "cy": "FR", "name": "Trélazé"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-356"}}, "raw": {"DAY": "13-10-1907", "HOUR": "5 h.", "NAME": "LE SCIELLOUR Joseph", "PLACE": "Trélazé (Maine-et-Loire)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24833	le-senechal-louis-1910-10-02	{"g55": "08-357"}	{"g55": "08-357"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Le Senechal", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1910-10-02 13:00", "note": null, "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Berck-sur-Mer", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Le Senechal", "nobility": ""}, "birth": {"date": "1910-10-02 13:00", "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "name": "Berck-sur-Mer"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-357"}}, "raw": {"DAY": "2-10-1910", "HOUR": "13 h.", "NAME": "LE SENECHAL Louis", "PLACE": "Berck-sur-Mer (Pas-de-Calais)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
442	pensuti-emilio-1890-08-26	{"a1": "442", "3a_sports": "3205"}	{"ertel": "ES-3205", "lerrcp": "A1-442"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emilio", "family": "Pensuti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1890-08-26 19:30", "note": null, "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 12.38878, "lat": 43.1122, "name": "Perugia", "geoid": 3171180}, "notime": null, "date-ut": "1890-08-26 18:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Emilio", "family": "Pensuti"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 12.38878, "lat": 43.1122, "name": "Perugia", "geoid": 3171180}, "date-ut": "1890-08-26 18:40:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-442"}, "ids-in-sources": {"a1": "442"}}, "raw": {"H": "19", "MN": "40", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "26", "LAT": "43N 0", "LON": "13E 0", "MON": "8", "NUM": "442", "PRO": "C", "SEC": "4", "YEA": "1890", "CITY": "PERUGIA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1890-08-26 19:30"}, "partial-ids": {"ertel": "ES-3205"}}, "raw": {"L": "", "MF": "", "NR": "3205", "ENG": "1", "MA_": "2", "G_NR": "442", "MA12": "4", "MARS": "12", "NAME": "Pensuti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,300", "CSINR": "", "KURTZ": "", "PHAS_": "76,100", "STUND": "19,50", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "26.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Emilio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.08.1890", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
443	peretti-ugo-1896-10-20	{"a1": "443", "3a_sports": "3216"}	{"ertel": "ES-3216", "lerrcp": "A1-443"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ugo", "family": "Peretti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1896-10-20 04:30", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1896-10-20 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Ugo", "family": "Peretti"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1896-10-20 03:30"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-443"}, "ids-in-sources": {"a1": "443"}}, "raw": {"H": "4", "MN": "30", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "20", "LAT": "45N30", "LON": "9E15", "MON": "10", "NUM": "443", "PRO": "C", "SEC": "0", "YEA": "1896", "CITY": "MILANO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1896-10-20 04:30"}, "partial-ids": {"ertel": "ES-3216"}}, "raw": {"L": "", "MF": "", "NR": "3216", "ENG": "1", "MA_": "2", "G_NR": "443", "MA12": "4", "MARS": "10", "NAME": "Peretti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,700", "CSINR": "", "KURTZ": "", "PHAS_": "97,400", "STUND": "4,50", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "20.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ugo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.10.1896", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24834	levacher-francois-1915-08-24	{"g55": "08-358"}	{"g55": "08-358"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francois", "family": "Levacher", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1915-08-24 23:30", "note": null, "place": {"c1": "", "c2": "28", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Berchères-les-P.", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Francois", "family": "Levacher", "nobility": ""}, "birth": {"date": "1915-08-24 23:30", "place": {"c1": "", "c2": "28", "c3": "", "cy": "FR", "name": "Berchères-les-P."}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-358"}}, "raw": {"DAY": "24-8-1915", "HOUR": "23 h. 30", "NAME": "LEVACHER Francois", "PLACE": "Berchères-les-P. (Eure-et-L.)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24835	levindrey-marcel-1897-09-28	{"g55": "08-359"}	{"g55": "08-359"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Levindrey", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1897-09-28 10:45", "note": null, "place": {"c1": "", "c2": "35", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Chateaubourg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Levindrey", "nobility": ""}, "birth": {"date": "1897-09-28 10:45", "place": {"c1": "", "c2": "35", "c3": "", "cy": "FR", "name": "Chateaubourg"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-359"}}, "raw": {"DAY": "28-9-1897", "HOUR": "10 h. 45", "NAME": "LEVINDREY Marcel", "PLACE": "Chateaubourg (Ille-et-Vilaine)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
447	piacenza-guido-1881-02-02	{"a1": "447", "3a_sports": "3265"}	{"ertel": "ES-3265", "lerrcp": "A1-447"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guido", "family": "Piacenza", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1881-02-02 17:30", "note": null, "place": {"c1": null, "c2": "VC", "c3": null, "cy": "IT", "lg": 8.5, "lat": 45.4, "name": "POLLONE DI BIEL", "geoid": 0}, "notime": null, "date-ut": "1881-02-02 16:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Guido", "family": "Piacenza"}, "birth": {"place": {"c2": "VC", "cy": "IT", "lg": 8.5, "lat": 45.4, "name": "POLLONE DI BIEL", "geoid": 0}, "date-ut": "1881-02-02 16:40:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-447"}, "ids-in-sources": {"a1": "447"}}, "raw": {"H": "17", "MN": "40", "TZ": "-1", "COD": "VC", "COU": "I", "DAY": "2", "LAT": "45N24", "LON": "8E30", "MON": "2", "NUM": "447", "PRO": "C", "SEC": "4", "YEA": "1881", "CITY": "POLLONE DI BIEL"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1881-02-02 17:30"}, "partial-ids": {"ertel": "ES-3265"}}, "raw": {"L": "", "MF": "", "NR": "3265", "ENG": "", "MA_": "0", "G_NR": "447", "MA12": "8", "MARS": "22", "NAME": "Piacenza", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,500", "CSINR": "", "KURTZ": "", "PHAS_": "12,300", "STUND": "17,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "02.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Guido", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.02.1881", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
449	piccio-pier-1880-09-27	{"a1": "449", "3a_sports": "3276"}	{"ertel": "ES-3276", "lerrcp": "A1-449"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pier", "family": "Piccio", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1880-09-27 05:00", "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1880-09-27 04:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Pier", "family": "Piccio"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1880-09-27 04:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-449"}, "ids-in-sources": {"a1": "449"}}, "raw": {"H": "5", "MN": "10", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "27", "LAT": "41N54", "LON": "12E30", "MON": "9", "NUM": "449", "PRO": "C", "SEC": "4", "YEA": "1880", "CITY": "ROMA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1880-09-27 05:00"}, "partial-ids": {"ertel": "ES-3276"}}, "raw": {"L": "", "MF": "", "NR": "3276", "ENG": "", "MA_": "0", "G_NR": "449", "MA12": "12", "MARS": "34", "NAME": "Piccio", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "45,100", "STUND": "5,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "27.09.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pier", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "27.09.1880", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
20689	liautey-andre-1896-03-09	{"e3": "956", "g55": "08-360"}	{"g55": "08-360", "lerrcp": "E3-956"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Liautey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1896-03-09 19:30", "note": null, "place": {"c1": null, "c2": "70", "c3": "", "cy": "FR", "lg": 6.05011, "lat": 47.68774, "name": "Port-sur-Saône", "geoid": 2985929}, "notime": null, "date-ut": "1896-03-09 19:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Liautey"}, "birth": {"tzo": "+00:09", "date": "1896-03-09 19:30", "place": {"c2": "70", "c3": "", "cy": "FR", "lg": 6.05011, "lat": 47.68774, "name": "Port-sur-Saône", "geoid": 2985929}, "date-ut": "1896-03-09 19:21"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "956"}}, "raw": {"H": "19:30", "COD": "70", "DAY": "09", "MON": "03", "NUM": "0956", "PRO": "PO", "YEA": "1896", "CITY": "Port sur Saône", "NAME": "LIAUTEY André", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"partial-ids": {"g55": "08-360"}, "ids-in-source": {"g55": "08-360"}}, "raw": {"DAY": "9-3-1896", "HOUR": "19 h. 30", "NAME": "LIAUTEY André", "PLACE": "Port-sur-Sadne (Haute-Saône)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24836	linet-roger-1914-03-07	{"g55": "08-361"}	{"g55": "08-361"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Linet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1914-03-07 04:00", "note": null, "place": {"c1": "", "c2": "18", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Cours-les-Barres", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Linet", "nobility": ""}, "birth": {"date": "1914-03-07 04:00", "place": {"c1": "", "c2": "18", "c3": "", "cy": "FR", "name": "Cours-les-Barres"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-361"}}, "raw": {"DAY": "7-3-1914", "HOUR": "4 h.", "NAME": "LINET Roger", "PLACE": "Cours-les-Barres (Cher)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
452	pini-egidio-1898-02-08	{"a1": "452", "3a_sports": "3299"}	{"ertel": "ES-3299", "lerrcp": "A1-452"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Egidio", "family": "Pini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1898-02-08 11:00", "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.75, "lat": 44.8, "name": "TIZZANO VAL PAR", "geoid": 0}, "notime": null, "date-ut": "1898-02-08 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Egidio", "family": "Pini"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.75, "lat": 44.8, "name": "TIZZANO VAL PAR", "geoid": 0}, "date-ut": "1898-02-08 10:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-452"}, "ids-in-sources": {"a1": "452"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "8", "LAT": "44N48", "LON": "10E45", "MON": "2", "NUM": "452", "PRO": "C", "SEC": "0", "YEA": "1898", "CITY": "TIZZANO VAL PAR"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1898-02-08 11:00"}, "partial-ids": {"ertel": "ES-3299"}}, "raw": {"L": "", "MF": "", "NR": "3299", "ENG": "0", "MA_": "2", "G_NR": "452", "MA12": "3", "MARS": "9", "NAME": "Pini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,600", "CSINR": "", "KURTZ": "", "PHAS_": "98,300", "STUND": "11,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "08.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Egidio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.02.1898", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
454	polpacelli-antonio-1888-03-28	{"a1": "454", "3a_sports": "3340"}	{"ertel": "ES-3340", "lerrcp": "A1-454"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Polpacelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1888-03-28 15:00", "note": null, "place": {"c1": null, "c2": "MC", "c3": null, "cy": "IT", "lg": 13.20247, "lat": 43.37326, "name": "Cingoli", "geoid": 3178673}, "notime": null, "date-ut": "1888-03-28 14:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Polpacelli"}, "birth": {"place": {"c2": "MC", "cy": "IT", "lg": 13.20247, "lat": 43.37326, "name": "Cingoli", "geoid": 3178673}, "date-ut": "1888-03-28 14:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-454"}, "ids-in-sources": {"a1": "454"}}, "raw": {"H": "15", "MN": "10", "TZ": "-1", "COD": "MC", "COU": "I", "DAY": "28", "LAT": "43N24", "LON": "13E15", "MON": "3", "NUM": "454", "PRO": "C", "SEC": "4", "YEA": "1888", "CITY": "CINGOLI"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1888-03-28 15:00"}, "partial-ids": {"ertel": "ES-3340"}}, "raw": {"L": "", "MF": "", "NR": "3340", "ENG": "", "MA_": "1", "G_NR": "454", "MA12": "10", "MARS": "30", "NAME": "Polpacelli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,200", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "15,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "28.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Antonio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.03.1888", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24837	liquard-emile-1905-02-04	{"g55": "08-362"}	{"g55": "08-362"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Liquard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1905-02-04 23:30", "note": null, "place": {"c1": "", "c2": "33", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Germain-d’Esteuil", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Liquard", "nobility": ""}, "birth": {"date": "1905-02-04 23:30", "place": {"c1": "", "c2": "33", "c3": "", "cy": "FR", "name": "Saint-Germain-d’Esteuil"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-362"}}, "raw": {"DAY": "4-2-1905", "HOUR": "23 h. 30", "NAME": "LIQUARD Emile", "PLACE": "Saint-Germain-d’Esteuil (Gironde)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
17865	bourlaud-jacques-1919-12-23	{"e1": "233"}	{"lerrcp": "E1-233"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Bourlaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1919-12-23 06:00", "note": null, "place": {"c1": null, "c2": "86", "c3": "", "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "notime": null, "date-ut": "1919-12-23 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Bourlaud"}, "birth": {"tzo": "+00:00", "date": "1919-12-23 06:00", "place": {"c2": "86", "c3": "", "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "date-ut": "1919-12-23 06:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "233"}}, "raw": {"H": "06:00", "COD": "86", "DAY": "23", "MON": "12", "NUM": "0233", "PRO": "MI", "YEA": "1919", "CITY": "Poitiers", "NAME": "BOURLAUD Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
457	pozzi-emilio-1884-03-13	{"a1": "457", "3a_sports": "3360"}	{"ertel": "ES-3360", "lerrcp": "A1-457"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emilio", "family": "Pozzi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1884-03-13 11:00", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1884-03-13 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Emilio", "family": "Pozzi"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1884-03-13 10:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-457"}, "ids-in-sources": {"a1": "457"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "13", "LAT": "45N30", "LON": "9E15", "MON": "3", "NUM": "457", "PRO": "C", "SEC": "4", "YEA": "1884", "CITY": "MILANO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1884-03-13 11:00"}, "partial-ids": {"ertel": "ES-3360"}}, "raw": {"L": "", "MF": "", "NR": "3360", "ENG": "", "MA_": "1", "G_NR": "457", "MA12": "11", "MARS": "31", "NAME": "Pozzi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,300", "CSINR": "", "KURTZ": "", "PHAS_": "98,600", "STUND": "11,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "13.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Emilio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.03.1884", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
460	puglieschi-ubaldo-1874-08-14	{"a1": "460", "3a_sports": "3400"}	{"ertel": "ES-3400", "lerrcp": "A1-460"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ubaldo", "family": "Puglieschi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1874-08-14 06:00", "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1874-08-14 05:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Ubaldo", "family": "Puglieschi"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1874-08-14 05:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-460"}, "ids-in-sources": {"a1": "460"}}, "raw": {"H": "6", "MN": "10", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "14", "LAT": "41N54", "LON": "12E30", "MON": "8", "NUM": "460", "PRO": "C", "SEC": "4", "YEA": "1874", "CITY": "ROMA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1874-08-14 06:00"}, "partial-ids": {"ertel": "ES-3400"}}, "raw": {"L": "", "MF": "", "NR": "3400", "ENG": "1", "MA_": "2", "G_NR": "460", "MA12": "1", "MARS": "3", "NAME": "Puglieschi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,600", "CSINR": "", "KURTZ": "", "PHAS_": "3,500", "STUND": "6,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "14.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ubaldo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.08.1874", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
20705	loustau-kleber-1915-02-05	{"e3": "973", "g55": "08-363"}	{"g55": "08-363", "lerrcp": "E3-973"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kléber", "family": "Loustau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1915-02-05 19:00", "note": null, "place": {"c1": null, "c2": "41", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Romorantin", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Kléber", "family": "Loustau"}, "birth": {"tzo": "", "date": "1915-02-05 19:00", "place": {"c2": "41", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Romorantin", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "973"}}, "raw": {"H": "19:00", "COD": "41", "DAY": "05", "MON": "02", "NUM": "0973", "PRO": "PO", "YEA": "1915", "CITY": "Romorantin", "NAME": "LOUSTAU Kléber", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"birth": {"place": {"name": "Romorantin"}}, "partial-ids": {"g55": "08-363"}, "ids-in-source": {"g55": "08-363"}}, "raw": {"DAY": "5-2-1915", "HOUR": "19 h.", "NAME": "LOUSTAU Kléber", "PLACE": "Romorantin (Loir-et-Cher)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24838	lucas-maurice-1896-10-09	{"g55": "08-364"}	{"g55": "08-364"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Lucas", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1896-10-09 07:00", "note": null, "place": {"c1": "", "c2": "50", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Cherbourg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Lucas", "nobility": ""}, "birth": {"date": "1896-10-09 07:00", "place": {"c1": "", "c2": "50", "c3": "", "cy": "FR", "name": "Cherbourg"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-364"}}, "raw": {"DAY": "9-10-1896", "HOUR": "7 h.", "NAME": "LUCAS Maurice", "PLACE": "Cherbourg (Manche)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
462	ranza-attilio-1879-10-30	{"a1": "462", "3a_sports": "3436"}	{"ertel": "ES-3436", "lerrcp": "A1-462"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Attilio", "family": "Ranza", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1879-10-30 20:00", "note": null, "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 8.61684, "lat": 45.44056, "name": "Novara", "geoid": 3172189}, "notime": null, "date-ut": "1879-10-30 19:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Attilio", "family": "Ranza"}, "birth": {"place": {"c2": "NO", "cy": "IT", "lg": 8.61684, "lat": 45.44056, "name": "Novara", "geoid": 3172189}, "date-ut": "1879-10-30 19:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-462"}, "ids-in-sources": {"a1": "462"}}, "raw": {"H": "20", "MN": "10", "TZ": "-1", "COD": "NO", "COU": "I", "DAY": "30", "LAT": "45N30", "LON": "9E 0", "MON": "10", "NUM": "462", "PRO": "C", "SEC": "4", "YEA": "1879", "CITY": "NOVARA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1879-10-30 20:00"}, "partial-ids": {"ertel": "ES-3436"}}, "raw": {"L": "", "MF": "", "NR": "3436", "ENG": "1", "MA_": "2", "G_NR": "462", "MA12": "1", "MARS": "3", "NAME": "Ranza", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,100", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "20,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "30.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Attilio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.10.1879", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
464	rapini-napoleone-1891-11-07	{"a1": "464", "3a_sports": "3438"}	{"ertel": "ES-3438", "lerrcp": "A1-464"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Napoleone", "family": "Rapini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1891-11-07 11:00", "note": null, "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 13, "lat": 43, "name": "CITTA DI CASTEL", "geoid": 0}, "notime": null, "date-ut": "1891-11-07 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Napoleone", "family": "Rapini"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 13, "lat": 43, "name": "CITTA DI CASTEL", "geoid": 0}, "date-ut": "1891-11-07 10:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-464"}, "ids-in-sources": {"a1": "464"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "7", "LAT": "43N 0", "LON": "13E 0", "MON": "11", "NUM": "464", "PRO": "C", "SEC": "4", "YEA": "1891", "CITY": "CITTA DI CASTEL"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1891-11-07 11:00"}, "partial-ids": {"ertel": "ES-3438"}}, "raw": {"L": "", "MF": "", "NR": "3438", "ENG": "1", "MA_": "2", "G_NR": "464", "MA12": "4", "MARS": "12", "NAME": "Rapini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,600", "CSINR": "", "KURTZ": "", "PHAS_": "25,500", "STUND": "11,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "07.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Napoleone", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.11.1891", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24839	mabrut-adrien-1901-02-04	{"g55": "08-365"}	{"g55": "08-365"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrien", "family": "Mabrut", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1901-02-04 08:00", "note": null, "place": {"c1": "", "c2": "63", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Pontgibaud", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Adrien", "family": "Mabrut", "nobility": ""}, "birth": {"date": "1901-02-04 08:00", "place": {"c1": "", "c2": "63", "c3": "", "cy": "FR", "name": "Pontgibaud"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-365"}}, "raw": {"DAY": "4-2-1901", "HOUR": "8 h.", "NAME": "MABRUT Adrien", "PLACE": "Pontgibaud (Puy-de-Dôme)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24840	magendie-edmond-1912-01-24	{"g55": "08-366"}	{"g55": "08-366"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Magendie", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1912-01-24 04:00", "note": null, "place": {"c1": "", "c2": "83", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Toulon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Magendie", "nobility": ""}, "birth": {"date": "1912-01-24 04:00", "place": {"c1": "", "c2": "83", "c3": "", "cy": "FR", "name": "Toulon"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-366"}}, "raw": {"DAY": "24-1-1912", "HOUR": "4 h.", "NAME": "MAGENDIE Edmond", "PLACE": "Toulon (Var)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24841	mailhe-pierre-1909-10-22	{"g55": "08-367"}	{"g55": "08-367"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Mailhe", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1909-10-22 00:30", "note": null, "place": {"c1": "", "c2": "65", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Mascaras", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Mailhe", "nobility": ""}, "birth": {"date": "1909-10-22 00:30", "place": {"c1": "", "c2": "65", "c3": "", "cy": "FR", "name": "Mascaras"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-367"}}, "raw": {"DAY": "22-10-1909", "HOUR": "0 h. 30", "NAME": "MAILHE Pierre", "PLACE": "Mascaras (Hautes-Pyrénées)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
467	resch-alessandro-1892-11-19	{"a1": "467", "3a_sports": "3477"}	{"ertel": "ES-3477", "lerrcp": "A1-467"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alessandro", "family": "Resch", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1892-11-19 02:30", "note": null, "place": {"c1": null, "c2": "AQ", "c3": null, "cy": "IT", "lg": 13.4388, "lat": 42.04023, "name": "Avezzano", "geoid": 3182636}, "notime": null, "date-ut": "1892-11-19 01:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Alessandro", "family": "Resch"}, "birth": {"place": {"c2": "AQ", "cy": "IT", "lg": 13.4388, "lat": 42.04023, "name": "Avezzano", "geoid": 3182636}, "date-ut": "1892-11-19 01:40:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-467"}, "ids-in-sources": {"a1": "467"}}, "raw": {"H": "2", "MN": "40", "TZ": "-1", "COD": "AQ", "COU": "I", "DAY": "19", "LAT": "42N24", "LON": "13E30", "MON": "11", "NUM": "467", "PRO": "C", "SEC": "4", "YEA": "1892", "CITY": "AVEZZANO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1892-11-19 02:30"}, "partial-ids": {"ertel": "ES-3477"}}, "raw": {"L": "", "MF": "", "NR": "3477", "ENG": "", "MA_": "0", "G_NR": "467", "MA12": "8", "MARS": "22", "NAME": "Resch", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,800", "CSINR": "", "KURTZ": "", "PHAS_": "0,300", "STUND": "2,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "19.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alessandro", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.11.1892", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
469	ridolfi-luigi-1894-04-12	{"a1": "469", "3a_sports": "3501"}	{"ertel": "ES-3501", "lerrcp": "A1-469"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Ridolfi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1894-04-12 15:00", "note": null, "place": {"c1": null, "c2": "FO", "c3": null, "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "FORLI", "geoid": 0}, "notime": null, "date-ut": "1894-04-12 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Ridolfi"}, "birth": {"place": {"c2": "FO", "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "FORLI", "geoid": 0}, "date-ut": "1894-04-12 14:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-469"}, "ids-in-sources": {"a1": "469"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "FO", "COU": "I", "DAY": "12", "LAT": "44N12", "LON": "12E30", "MON": "4", "NUM": "469", "PRO": "C", "SEC": "0", "YEA": "1894", "CITY": "FORLI"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1894-04-12 15:00"}, "partial-ids": {"ertel": "ES-3501"}}, "raw": {"L": "", "MF": "", "NR": "3501", "ENG": "", "MA_": "0", "G_NR": "469", "MA12": "8", "MARS": "22", "NAME": "Ridolfi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,800", "CSINR": "", "KURTZ": "", "PHAS_": "38,400", "STUND": "15,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "12.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.04.1894", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24842	malbrant-rene-1903-03-09	{"g55": "08-368"}	{"g55": "08-368"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Malbrant", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1903-03-09 18:00", "note": null, "place": {"c1": "", "c2": "86", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Daugé", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "René", "family": "Malbrant", "nobility": ""}, "birth": {"date": "1903-03-09 18:00", "place": {"c1": "", "c2": "86", "c3": "", "cy": "FR", "name": "Daugé"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-368"}}, "raw": {"DAY": "9-3-1903", "HOUR": "18 h.", "NAME": "MALBRANT René", "PLACE": "Daugé (Vienne)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24843	mallez-henri-1892-06-13	{"g55": "08-369"}	{"g55": "08-369"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Mallez", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1892-06-13 22:30", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Carniéres", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Mallez", "nobility": ""}, "birth": {"date": "1892-06-13 22:30", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Carniéres"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-369"}}, "raw": {"DAY": "13-6-1892", "HOUR": "22 h. 30", "NAME": "MALLEZ Henri", "PLACE": "Carniéres (Nord)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24844	manceau-bernard-1908-04-10	{"g55": "08-370"}	{"g55": "08-370"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Manceau", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1908-04-10 04:00", "note": null, "place": {"c1": "", "c2": "49", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Cholet", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Manceau", "nobility": ""}, "birth": {"date": "1908-04-10 04:00", "place": {"c1": "", "c2": "49", "c3": "", "cy": "FR", "name": "Cholet"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-370"}}, "raw": {"DAY": "10-4-1908", "HOUR": "4 h.", "NAME": "MANCEAU Bernard", "PLACE": "Cholet (Maine-et-Loire)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
472	rovida-carlo-1904-08-01	{"a1": "472", "3a_sports": "3611"}	{"ertel": "ES-3611", "lerrcp": "A1-472"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Rovida", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1904-08-01 22:00", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1904-08-01 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Rovida"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1904-08-01 21:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-472"}, "ids-in-sources": {"a1": "472"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "1", "LAT": "45N30", "LON": "9E15", "MON": "8", "NUM": "472", "PRO": "C", "SEC": "0", "YEA": "1904", "CITY": "MILANO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1904-08-01 22:00"}, "partial-ids": {"ertel": "ES-3611"}}, "raw": {"L": "", "MF": "", "NR": "3611", "ENG": "", "MA_": "0", "G_NR": "472", "MA12": "9", "MARS": "25", "NAME": "Rovida", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,600", "CSINR": "", "KURTZ": "", "PHAS_": "82,100", "STUND": "22,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Carlo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.08.1904", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
474	sabelli-cesare-1896-11-20	{"a1": "474", "3a_sports": "3639"}	{"ertel": "ES-3639", "lerrcp": "A1-474"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cesare", "family": "Sabelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1896-11-20 20:30", "note": null, "place": {"c1": null, "c2": "SI", "c3": null, "cy": "IT", "lg": 11.78684, "lat": 43.10174, "name": "Montepulciano", "geoid": 3172794}, "notime": null, "date-ut": "1896-11-20 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Cesare", "family": "Sabelli"}, "birth": {"place": {"c2": "SI", "cy": "IT", "lg": 11.78684, "lat": 43.10174, "name": "Montepulciano", "geoid": 3172794}, "date-ut": "1896-11-20 19:30"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-474"}, "ids-in-sources": {"a1": "474"}}, "raw": {"H": "20", "MN": "30", "TZ": "-1", "COD": "SI", "COU": "I", "DAY": "20", "LAT": "43N18", "LON": "11E45", "MON": "11", "NUM": "474", "PRO": "C", "SEC": "0", "YEA": "1896", "CITY": "MONTEPULCIANO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1896-11-20 20:30"}, "partial-ids": {"ertel": "ES-3639"}}, "raw": {"L": "", "MF": "", "NR": "3639", "ENG": "1", "MA_": "2", "G_NR": "474", "MA12": "1", "MARS": "3", "NAME": "Sabelli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,700", "CSINR": "", "KURTZ": "", "PHAS_": "99,600", "STUND": "20,50", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "20.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Cesare", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.11.1896", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24845	manceau-robert-1913-02-12	{"g55": "08-371"}	{"g55": "08-371"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Manceau", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1913-02-12 02:00", "note": null, "place": {"c1": "", "c2": "72", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Jamme-sur-Sarthe", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Manceau", "nobility": ""}, "birth": {"date": "1913-02-12 02:00", "place": {"c1": "", "c2": "72", "c3": "", "cy": "FR", "name": "Saint-Jamme-sur-Sarthe"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-371"}}, "raw": {"DAY": "12-2-1913", "HOUR": "2 h.", "NAME": "MANCEAU Robert", "PLACE": "Saint-Jamme-sur-Sarthe (Sarthe)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
20726	marcellin-raymond-1914-08-19	{"e3": "995", "g55": "08-372"}	{"g55": "08-372", "lerrcp": "E3-995"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Marcellin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-08-19 14:00", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 3.72339, "lat": 48.72047, "name": "Sézanne", "geoid": 2974640}, "notime": null, "date-ut": "1914-08-19 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Marcellin"}, "birth": {"tzo": "+00:00", "date": "1914-08-19 14:00", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": 3.72339, "lat": 48.72047, "name": "Sézanne", "geoid": 2974640}, "date-ut": "1914-08-19 14:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "995"}}, "raw": {"H": "14:00", "COD": "51", "DAY": "19", "MON": "08", "NUM": "0995", "PRO": "PO", "YEA": "1914", "CITY": "Sézanne", "NAME": "MARCELLIN Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"partial-ids": {"g55": "08-372"}, "ids-in-source": {"g55": "08-372"}}, "raw": {"DAY": "19-8-1914", "HOUR": "14 h.", "NAME": "MARCELLIN Raymond", "PLACE": "Sézanne (Marne)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
477	savoia-umberto-1884-02-04	{"a1": "477", "3a_sports": "3703"}	{"ertel": "ES-3703", "lerrcp": "A1-477"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Umberto", "family": "Savoia", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1884-02-04 05:30", "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1884-02-04 04:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Umberto", "family": "Savoia"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1884-02-04 04:40:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-477"}, "ids-in-sources": {"a1": "477"}}, "raw": {"H": "5", "MN": "40", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "4", "LAT": "45N 0", "LON": "8E 0", "MON": "2", "NUM": "477", "PRO": "C", "SEC": "4", "YEA": "1884", "CITY": "TORINO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1884-02-04 05:30"}, "partial-ids": {"ertel": "ES-3703"}}, "raw": {"L": "", "MF": "", "NR": "3703", "ENG": "", "MA_": "0", "G_NR": "477", "MA12": "6", "MARS": "16", "NAME": "Savoia", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,200", "CSINR": "", "KURTZ": "", "PHAS_": "47,300", "STUND": "5,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "04.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Umberto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.02.1884", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
479	scaroni-silvio-1893-05-12	{"a1": "479", "3a_sports": "3713"}	{"ertel": "ES-3713", "lerrcp": "A1-479"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Silvio", "family": "Scaroni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1893-05-12 20:00", "note": null, "place": {"c1": null, "c2": "BS", "c3": null, "cy": "IT", "lg": 10.22727, "lat": 45.52478, "name": "Brescia", "geoid": 3181554}, "notime": null, "date-ut": "1893-05-12 19:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Silvio", "family": "Scaroni"}, "birth": {"place": {"c2": "BS", "cy": "IT", "lg": 10.22727, "lat": 45.52478, "name": "Brescia", "geoid": 3181554}, "date-ut": "1893-05-12 19:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-479"}, "ids-in-sources": {"a1": "479"}}, "raw": {"H": "20", "MN": "10", "TZ": "-1", "COD": "BS", "COU": "I", "DAY": "12", "LAT": "45N30", "LON": "11E 0", "MON": "5", "NUM": "479", "PRO": "C", "SEC": "4", "YEA": "1893", "CITY": "BRESCIA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1893-05-12 20:00"}, "partial-ids": {"ertel": "ES-3713"}}, "raw": {"L": "", "MF": "", "NR": "3713", "ENG": "", "MA_": "0", "G_NR": "479", "MA12": "6", "MARS": "16", "NAME": "Scaroni", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,700", "CSINR": "", "KURTZ": "", "PHAS_": "20,900", "STUND": "20,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "12.05.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Silvio", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "12.05.1893", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24846	mancey-andre-1913-06-17	{"g55": "08-373"}	{"g55": "08-373"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Mancey", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1913-06-17 17:00", "note": null, "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Camblain-Chatelain", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Mancey", "nobility": ""}, "birth": {"date": "1913-06-17 17:00", "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "name": "Camblain-Chatelain"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-373"}}, "raw": {"DAY": "17-6-1913", "HOUR": "17 h.", "NAME": "MANCEY André", "PLACE": "Camblain-Chatelain (Pas-de-Calais)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24847	martel-henri-1898-08-03	{"g55": "08-374"}	{"g55": "08-374"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Martel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1898-08-03 03:00", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Bruay-sur-Escaut", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Martel", "nobility": ""}, "birth": {"date": "1898-08-03 03:00", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Bruay-sur-Escaut"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-374"}}, "raw": {"DAY": "3-8-1898", "HOUR": "3 h.", "NAME": "MARTEL Henri", "PLACE": "Bruay-sur-Escaut (Nord)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24848	marzin-madeleine-1908-07-21	{"g55": "08-375"}	{"g55": "08-375"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Madeleine", "family": "Marzin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1908-07-21 03:00", "note": null, "place": {"c1": "", "c2": "22", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Loudéac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Madeleine", "family": "Marzin", "nobility": ""}, "birth": {"date": "1908-07-21 03:00", "place": {"c1": "", "c2": "22", "c3": "", "cy": "FR", "name": "Loudéac"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-375"}}, "raw": {"DAY": "21-7-1908", "HOUR": "3 h.", "NAME": "MARZIN Madeleine", "PLACE": "Loudéac (Côtes-du-Nord)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
482	sibilla-massiera-giulio-1893-10-20	{"a1": "482", "3a_sports": "3815"}	{"ertel": "ES-3815", "lerrcp": "A1-482"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giulio", "family": "Sibilla Massiera", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1893-10-20 13:30", "note": null, "place": {"c1": null, "c2": "PS", "c3": null, "cy": "IT", "lg": 13, "lat": 44, "name": "PESARO", "geoid": 0}, "notime": null, "date-ut": "1893-10-20 12:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Giulio", "family": "Sibilla Massiera"}, "birth": {"place": {"c2": "PS", "cy": "IT", "lg": 13, "lat": 44, "name": "PESARO", "geoid": 0}, "date-ut": "1893-10-20 12:40:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-482"}, "ids-in-sources": {"a1": "482"}}, "raw": {"H": "13", "MN": "40", "TZ": "-1", "COD": "PS", "COU": "I", "DAY": "20", "LAT": "44N 0", "LON": "13E 0", "MON": "10", "NUM": "482", "PRO": "C", "SEC": "4", "YEA": "1893", "CITY": "PESARO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1893-10-20 13:30"}, "partial-ids": {"ertel": "ES-3815"}}, "raw": {"L": "", "MF": "", "NR": "3815", "ENG": "", "MA_": "1", "G_NR": "482", "MA12": "5", "MARS": "14", "NAME": "Sibilla Massiera", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "69,500", "STUND": "13,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "20.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giulio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.10.1893", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
484	signorini-tito-1872-04-16	{"a1": "484", "3a_sports": "3819"}	{"ertel": "ES-3819", "lerrcp": "A1-484"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tito", "family": "Signorini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1872-04-16 13:00", "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1872-04-16 12:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Tito", "family": "Signorini"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1872-04-16 12:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-484"}, "ids-in-sources": {"a1": "484"}}, "raw": {"H": "13", "MN": "10", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "16", "LAT": "41N54", "LON": "12E30", "MON": "4", "NUM": "484", "PRO": "C", "SEC": "4", "YEA": "1872", "CITY": "ROMA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1872-04-16 13:00"}, "partial-ids": {"ertel": "ES-3819"}}, "raw": {"L": "", "MF": "", "NR": "3819", "ENG": "1", "MA_": "2", "G_NR": "484", "MA12": "4", "MARS": "10", "NAME": "Sigorini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "50,800", "STUND": "13,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "16.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Tito", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.04.1872", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24849	masson-jean-1907-09-08	{"g55": "08-376"}	{"g55": "08-376"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Masson", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1907-09-08 14:00", "note": null, "place": {"c1": "", "c2": "54", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Bayon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Masson", "nobility": ""}, "birth": {"date": "1907-09-08 14:00", "place": {"c1": "", "c2": "54", "c3": "", "cy": "FR", "name": "Bayon"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-376"}}, "raw": {"DAY": "8-9-1907", "HOUR": "14 h.", "NAME": "MASSON Jean", "PLACE": "Bayon (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24850	massot-marcel-1899-04-07	{"g55": "08-377"}	{"g55": "08-377"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Massot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1899-04-07 04:00", "note": null, "place": {"c1": "", "c2": "04", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "La Motte-du-Caire", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Massot", "nobility": ""}, "birth": {"date": "1899-04-07 04:00", "place": {"c1": "", "c2": "04", "c3": "", "cy": "FR", "name": "La Motte-du-Caire"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-377"}}, "raw": {"DAY": "7-4-1899", "HOUR": "4 h.", "NAME": "MASSOT Marcel", "PLACE": "La Motte-du-Caire (Basses-Alpes)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24851	maton-albert-1916-01-03	{"g55": "08-378"}	{"g55": "08-378"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Maton", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1916-01-03 07:30", "note": null, "place": {"c1": "", "c2": "78", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Freneuse", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Maton", "nobility": ""}, "birth": {"date": "1916-01-03 07:30", "place": {"c1": "", "c2": "78", "c3": "", "cy": "FR", "name": "Freneuse"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-378"}}, "raw": {"DAY": "3-1-1916", "HOUR": "7 h. 30", "NAME": "MATON Albert", "PLACE": "Freneuse (Seine-et-Oise)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
487	stanzani-mario-1888-05-10	{"a1": "487", "3a_sports": "3887"}	{"ertel": "ES-3887", "lerrcp": "A1-487"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Stanzani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1888-05-10 06:45", "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11, "lat": 44.5, "name": "CASTEL SANPIETR", "geoid": 0}, "notime": null, "date-ut": "1888-05-10 05:55:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Stanzani"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11, "lat": 44.5, "name": "CASTEL SANPIETR", "geoid": 0}, "date-ut": "1888-05-10 05:55:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-487"}, "ids-in-sources": {"a1": "487"}}, "raw": {"H": "6", "MN": "55", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "10", "LAT": "44N30", "LON": "11E 0", "MON": "5", "NUM": "487", "PRO": "C", "SEC": "4", "YEA": "1888", "CITY": "CASTEL SANPIETR"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1888-05-10 06:45"}, "partial-ids": {"ertel": "ES-3887"}}, "raw": {"L": "", "MF": "", "NR": "3887", "ENG": "", "MA_": "0", "G_NR": "487", "MA12": "8", "MARS": "23", "NAME": "Stanzani", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,800", "CSINR": "", "KURTZ": "", "PHAS_": "1,200", "STUND": "6,75", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "10.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.05.1888", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
489	surdi-tommaso-1882-03-01	{"a1": "489", "3a_sports": "3936"}	{"ertel": "ES-3936", "lerrcp": "A1-489"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tommaso", "family": "Surdi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1882-03-01 16:30", "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1882-03-01 15:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Tommaso", "family": "Surdi"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1882-03-01 15:40:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-489"}, "ids-in-sources": {"a1": "489"}}, "raw": {"H": "16", "MN": "40", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "1", "LAT": "41N54", "LON": "12E30", "MON": "3", "NUM": "489", "PRO": "C", "SEC": "4", "YEA": "1882", "CITY": "ROMA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1882-03-01 16:30"}, "partial-ids": {"ertel": "ES-3936"}}, "raw": {"L": "", "MF": "", "NR": "3936", "ENG": "", "MA_": "1", "G_NR": "489", "MA12": "2", "MARS": "6", "NAME": "Surdi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,100", "CSINR": "", "KURTZ": "", "PHAS_": "86,000", "STUND": "16,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Tommaso", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.03.1882", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24852	maurellet-augustin-1888-12-21	{"g55": "08-379"}	{"g55": "08-379"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Augustin", "family": "Maurellet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1888-12-21 09:00", "note": null, "place": {"c1": "", "c2": "16", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Ecuras", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Augustin", "family": "Maurellet", "nobility": ""}, "birth": {"date": "1888-12-21 09:00", "place": {"c1": "", "c2": "16", "c3": "", "cy": "FR", "name": "Ecuras"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-379"}}, "raw": {"DAY": "21-12-1888", "HOUR": "9 h.", "NAME": "MAURELLET Augustin", "PLACE": "Ecuras (Charente)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24853	mazier-antoine-1908-10-11	{"g55": "08-380"}	{"g55": "08-380"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Mazier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1908-10-11 01:00", "note": null, "place": {"c1": "", "c2": "15", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Etienne-Cantalés", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Mazier", "nobility": ""}, "birth": {"date": "1908-10-11 01:00", "place": {"c1": "", "c2": "15", "c3": "", "cy": "FR", "name": "Saint-Etienne-Cantalés"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-380"}}, "raw": {"DAY": "11-10-1908", "HOUR": "1 h.", "NAME": "MAZIER Antoine", "PLACE": "Saint-Etienne-Cantalés (Cantal)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24854	mazuez-fernand-1904-01-16	{"g55": "08-381"}	{"g55": "08-381"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Mazuez", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1904-01-16 07:00", "note": null, "place": {"c1": "", "c2": "71", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Epinac-les-Mines", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Mazuez", "nobility": ""}, "birth": {"date": "1904-01-16 07:00", "place": {"c1": "", "c2": "71", "c3": "", "cy": "FR", "name": "Epinac-les-Mines"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-381"}}, "raw": {"DAY": "16-1-1904", "HOUR": "7 h.", "NAME": "MAZUEZ Fernand", "PLACE": "Epinac-les-Mines (Saône-et-Loire)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
492	tagliasacchi-luigi-1888-07-19	{"a1": "492", "3a_sports": "3957"}	{"ertel": "ES-3957", "lerrcp": "A1-492"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Tagliasacchi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1888-07-19 15:40", "note": null, "place": {"c1": null, "c2": "SV", "c3": null, "cy": "IT", "lg": 8.47715, "lat": 44.30905, "name": "Savona", "geoid": 3167022}, "notime": null, "date-ut": "1888-07-19 14:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Tagliasacchi"}, "birth": {"place": {"c2": "SV", "cy": "IT", "lg": 8.47715, "lat": 44.30905, "name": "Savona", "geoid": 3167022}, "date-ut": "1888-07-19 14:50:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-492"}, "ids-in-sources": {"a1": "492"}}, "raw": {"H": "15", "MN": "50", "TZ": "-1", "COD": "SV", "COU": "I", "DAY": "19", "LAT": "44N18", "LON": "8E45", "MON": "7", "NUM": "492", "PRO": "C", "SEC": "4", "YEA": "1888", "CITY": "SAVONA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1888-07-19 15:40"}, "partial-ids": {"ertel": "ES-3957"}}, "raw": {"L": "", "MF": "", "NR": "3957", "ENG": "", "MA_": "1", "G_NR": "492", "MA12": "2", "MARS": "5", "NAME": "Tagliasacchi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,500", "CSINR": "", "KURTZ": "", "PHAS_": "77,500", "STUND": "15,67", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "19.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.07.1888", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
494	trevisan-spartaco-1894-05-24	{"a1": "494", "3a_sports": "4063"}	{"ertel": "ES-4063", "lerrcp": "A1-494"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Spartaco", "family": "Trevisan", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1894-05-24 06:00", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1894-05-24 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Spartaco", "family": "Trevisan"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1894-05-24 05:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-494"}, "ids-in-sources": {"a1": "494"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "24", "LAT": "45N30", "LON": "9E15", "MON": "5", "NUM": "494", "PRO": "C", "SEC": "0", "YEA": "1894", "CITY": "MILANO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1894-05-24 06:00"}, "partial-ids": {"ertel": "ES-4063"}}, "raw": {"L": "", "MF": "", "NR": "4063", "ENG": "", "MA_": "0", "G_NR": "494", "MA12": "3", "MARS": "8", "NAME": "Trevisan", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,400", "CSINR": "", "KURTZ": "", "PHAS_": "83,500", "STUND": "6,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "24.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Spartaco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.05.1894", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24855	meck-henri-1897-07-31	{"g55": "08-382"}	{"g55": "08-382"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Meck", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1897-07-31 04:00", "note": null, "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saverne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Meck", "nobility": ""}, "birth": {"date": "1897-07-31 04:00", "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "name": "Saverne"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-382"}}, "raw": {"DAY": "31-7-1897", "HOUR": "4 h.", "NAME": "MECK Henri", "PLACE": "Saverne (Bas-Rhin)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24856	mehaignerie-alexis-1899-10-11	{"g55": "08-383"}	{"g55": "08-383"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexis", "family": "Mehaignerie", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1899-10-11 14:00", "note": null, "place": {"c1": "", "c2": "35", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Balazé", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Alexis", "family": "Mehaignerie", "nobility": ""}, "birth": {"date": "1899-10-11 14:00", "place": {"c1": "", "c2": "35", "c3": "", "cy": "FR", "name": "Balazé"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-383"}}, "raw": {"DAY": "11-10-1899", "HOUR": "14 h.", "NAME": "MEHAIGNERIE Alexis", "PLACE": "Balazé (Ille-et-Vilaine)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24857	mekki-bezzeghoud-1883-05-29	{"g55": "08-384"}	{"g55": "08-384"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bezzeghoud", "family": "Mekki", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1883-05-29 23:00", "note": null, "place": {"c1": "15", "c2": "", "c3": "", "cy": "DZ", "lg": null, "lat": null, "name": "Nemours", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Bezzeghoud", "family": "Mekki", "nobility": ""}, "birth": {"date": "1883-05-29 23:00", "place": {"c1": "15", "c2": "", "c3": "", "cy": "DZ", "name": "Nemours"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-384"}}, "raw": {"DAY": "29-5-1883", "HOUR": "23 h.", "NAME": "MEKKI Bezzeghoud", "PLACE": "Nemours (Oran)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
497	vagliasindi-pietro-1889-09-21	{"a1": "497", "3a_sports": "4101"}	{"ertel": "ES-4101", "lerrcp": "A1-497"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Vagliasindi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1889-09-21 01:00", "note": null, "place": {"c1": null, "c2": "BG", "c3": null, "cy": "IT", "lg": 9.66895, "lat": 45.69798, "name": "Bergamo", "geoid": 3182164}, "notime": null, "date-ut": "1889-09-21 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Pietro", "family": "Vagliasindi"}, "birth": {"place": {"c2": "BG", "cy": "IT", "lg": 9.66895, "lat": 45.69798, "name": "Bergamo", "geoid": 3182164}, "date-ut": "1889-09-21 00:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-497"}, "ids-in-sources": {"a1": "497"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "BG", "COU": "I", "DAY": "21", "LAT": "45N36", "LON": "9E45", "MON": "9", "NUM": "497", "PRO": "C", "SEC": "4", "YEA": "1889", "CITY": "BERGAMO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1889-09-21 01:00"}, "partial-ids": {"ertel": "ES-4101"}}, "raw": {"L": "", "MF": "", "NR": "4101", "ENG": "", "MA_": "0", "G_NR": "497", "MA12": "11", "MARS": "32", "NAME": "Vagliasindi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,800", "CSINR": "", "KURTZ": "", "PHAS_": "17,000", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "21.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pietro Paolo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.09.1889", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
499	vece-francesco-1885-02-20	{"a1": "499", "3a_sports": "4182"}	{"ertel": "ES-4182", "lerrcp": "A1-499"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Vece", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1885-02-20 07:00", "note": null, "place": {"c1": null, "c2": "SR", "c3": null, "cy": "IT", "lg": 15.273, "lat": 37.08515, "name": "Siracusa", "geoid": 2523083}, "notime": null, "date-ut": "1885-02-20 06:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Vece"}, "birth": {"place": {"c2": "SR", "cy": "IT", "lg": 15.273, "lat": 37.08515, "name": "Siracusa", "geoid": 2523083}, "date-ut": "1885-02-20 06:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-499"}, "ids-in-sources": {"a1": "499"}}, "raw": {"H": "7", "MN": "10", "TZ": "-1", "COD": "SR", "COU": "I", "DAY": "20", "LAT": "37N 0", "LON": "15E30", "MON": "2", "NUM": "499", "PRO": "C", "SEC": "4", "YEA": "1885", "CITY": "SIRACUSA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1885-02-20 07:00"}, "partial-ids": {"ertel": "ES-4182"}}, "raw": {"L": "", "MF": "", "NR": "4182", "ENG": "1", "MA_": "2", "G_NR": "499", "MA12": "1", "MARS": "1", "NAME": "Vece", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,600", "CSINR": "", "KURTZ": "", "PHAS_": "24,200", "STUND": "7,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "20.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Francesco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.02.1885", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24858	mercier-andre-1916-09-08	{"g55": "08-385"}	{"g55": "08-385"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Mercier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1916-09-08 22:45", "note": null, "place": {"c1": "", "c2": "94", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Villeneuve-Saint-Georges", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Mercier", "nobility": ""}, "birth": {"date": "1916-09-08 22:45", "place": {"c1": "", "c2": "94", "c3": "", "cy": "FR", "name": "Villeneuve-Saint-Georges"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-385"}}, "raw": {"DAY": "8-9-1916", "HOUR": "22 h. 45", "NAME": "MERCIER André", "PLACE": "Villeneuve-Saint-Georges (S.-O.)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24859	mercier-michel-1906-12-14	{"g55": "08-386"}	{"g55": "08-386"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Mercier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1906-12-14 05:00", "note": null, "place": {"c1": "", "c2": "85", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Fontenay-le-Comte", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Mercier", "nobility": ""}, "birth": {"date": "1906-12-14 05:00", "place": {"c1": "", "c2": "85", "c3": "", "cy": "FR", "name": "Fontenay-le-Comte"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-386"}}, "raw": {"DAY": "14-12-1906", "HOUR": "5 h.", "NAME": "MERCIER Michel", "PLACE": "Fontenay-le-Comte (Vendée)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
502	viazzo-giovanni-1903-07-30	{"a1": "502", "3a_sports": "4231"}	{"ertel": "ES-4231", "lerrcp": "A1-502"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Viazzo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1903-07-30 05:00", "note": null, "place": {"c1": null, "c2": "VC", "c3": null, "cy": "IT", "lg": 8.41533, "lat": 45.32306, "name": "Vercelli", "geoid": 3164565}, "notime": null, "date-ut": "1903-07-30 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Viazzo"}, "birth": {"place": {"c2": "VC", "cy": "IT", "lg": 8.41533, "lat": 45.32306, "name": "Vercelli", "geoid": 3164565}, "date-ut": "1903-07-30 04:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-502"}, "ids-in-sources": {"a1": "502"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "VC", "COU": "I", "DAY": "30", "LAT": "45N24", "LON": "8E30", "MON": "7", "NUM": "502", "PRO": "C", "SEC": "0", "YEA": "1903", "CITY": "VERCELLI"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1903-07-30 05:00"}, "partial-ids": {"ertel": "ES-4231"}}, "raw": {"L": "", "MF": "", "NR": "4231", "ENG": "", "MA_": "1", "G_NR": "502", "MA12": "9", "MARS": "27", "NAME": "Viazzo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,200", "CSINR": "", "KURTZ": "", "PHAS_": "36,500", "STUND": "5,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "30.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giovanni", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.07.1903", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
504	viotti-dialma-1881-03-24	{"a1": "504", "3a_sports": "4253"}	{"ertel": "ES-4253", "lerrcp": "A1-504"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dialma", "family": "Viotti", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1881-03-24 05:10", "note": null, "place": {"c1": null, "c2": "LU", "c3": null, "cy": "IT", "lg": 10.2558, "lat": 43.87354, "name": "Viareggio", "geoid": 3164433}, "notime": null, "date-ut": "1881-03-24 04:20:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Dialma", "family": "Viotti"}, "birth": {"place": {"c2": "LU", "cy": "IT", "lg": 10.2558, "lat": 43.87354, "name": "Viareggio", "geoid": 3164433}, "date-ut": "1881-03-24 04:20:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-504"}, "ids-in-sources": {"a1": "504"}}, "raw": {"H": "5", "MN": "20", "TZ": "-1", "COD": "LU", "COU": "I", "DAY": "24", "LAT": "43N42", "LON": "11E 0", "MON": "3", "NUM": "504", "PRO": "C", "SEC": "4", "YEA": "1881", "CITY": "VIAREGGIO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "F", "birth": {"date": "1881-03-24 05:10"}, "partial-ids": {"ertel": "ES-4253"}}, "raw": {"L": "", "MF": "F", "NR": "4253", "ENG": "1", "MA_": "2", "G_NR": "504", "MA12": "1", "MARS": "3", "NAME": "Viotti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,40", "CSINR": "", "KURTZ": "", "PHAS_": "40,400", "STUND": "5,17", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "24.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Dialma", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.03.1881", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
19079	meunier-jean-1906-05-19	{"e1": "1452", "g55": "08-387"}	{"g55": "08-387", "lerrcp": "E1-1452"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Meunier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-05-19 08:00", "note": null, "place": {"c1": null, "c2": "18", "c3": "", "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "notime": null, "date-ut": "1906-05-19 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive", "politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Meunier"}, "birth": {"tzo": "+00:09", "date": "1906-05-19 08:00", "place": {"c2": "18", "c3": "", "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "date-ut": "1906-05-19 07:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1452"}}, "raw": {"H": "08:00", "COD": "18", "DAY": "19", "MON": "05", "NUM": "1452", "PRO": "EX", "YEA": "1906", "CITY": "Bourges", "NAME": "MEUNIER Jean", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"partial-ids": {"g55": "08-387"}, "ids-in-source": {"g55": "08-387"}}, "raw": {"DAY": "19-5-1906", "HOUR": "8 h.", "NAME": "MEUNIER Jean", "PLACE": ": Bourges (Cher)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24860	meunier-pierre-1908-08-15	{"g55": "08-388"}	{"g55": "08-388"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Meunier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1908-08-15 18:00", "note": null, "place": {"c1": "", "c2": "21", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Dijon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Meunier", "nobility": ""}, "birth": {"date": "1908-08-15 18:00", "place": {"c1": "", "c2": "21", "c3": "", "cy": "FR", "name": "Dijon"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-388"}}, "raw": {"DAY": "15-8-1908", "HOUR": "18 h.", "NAME": "MEUNIER Pierre", "PLACE": "Dijon (Côte-d’Or)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
508	meulemeester-andre-1894-12-28	{"a1": "508", "3a_sports": "2835"}	{"ertel": "ES-2835", "lerrcp": "A1-508"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Meulemeester", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1894-12-28 22:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "notime": null, "date-ut": "1894-12-28 22:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "André", "family": "Meulemeester"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "date-ut": "1894-12-28 22:00:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-508"}, "ids-in-sources": {"a1": "508"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "28", "LAT": "51N13", "LON": "3E15", "MON": "12", "NUM": "508", "PRO": "C", "SEC": "0", "YEA": "1894", "CITY": "BRUGES"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1894-12-28 22:00"}, "partial-ids": {"ertel": "ES-2835"}}, "raw": {"L": "", "MF": "", "NR": "2835", "ENG": "", "MA_": "1", "G_NR": "508", "MA12": "5", "MARS": "13", "NAME": "Meulemeester", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,700", "CSINR": "", "KURTZ": "", "PHAS_": "0,900", "STUND": "22,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "28.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "André (de)", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.12.1894", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
510	olieslagers-jan-1883-05-14	{"a1": "510", "3a_sports": "3076"}	{"ertel": "ES-3076", "lerrcp": "A1-510"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Olieslagers", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1883-05-14 06:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1883-05-14 05:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Olieslagers"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1883-05-14 05:42:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-510"}, "ids-in-sources": {"a1": "510"}}, "raw": {"H": "5", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "14", "LAT": "51N14", "LON": "4E30", "MON": "5", "NUM": "510", "PRO": "C", "SEC": "0", "YEA": "1883", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1883-05-14 06:00"}, "partial-ids": {"ertel": "ES-3076"}}, "raw": {"L": "", "MF": "", "NR": "3076", "ENG": "", "MA_": "1", "G_NR": "510", "MA12": "2", "MARS": "4", "NAME": "Olieslagers", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,000", "CSINR": "", "KURTZ": "", "PHAS_": "50,600", "STUND": "6,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "14.05.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jan", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "14.05.1883", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24861	michaud-louis-1912-10-08	{"g55": "08-389"}	{"g55": "08-389"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Michaud", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1912-10-08 19:00", "note": null, "place": {"c1": "", "c2": "92", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Puteaux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Michaud", "nobility": ""}, "birth": {"date": "1912-10-08 19:00", "place": {"c1": "", "c2": "92", "c3": "", "cy": "FR", "name": "Puteaux"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-389"}}, "raw": {"DAY": "8-10-1912", "HOUR": "19 h.", "NAME": "MICHAUD Louis", "PLACE": "Puteaux (Seine)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
17866	bourret-paul-1918-06-23	{"e1": "234"}	{"lerrcp": "E1-234"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Bourret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-06-23 22:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1918-06-23 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Bourret"}, "birth": {"tzo": "+01:00", "date": "1918-06-23 22:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1918-06-23 21:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "234"}}, "raw": {"H": "22:00", "COD": "06", "DAY": "23", "MON": "06", "NUM": "0234", "PRO": "PH", "YEA": "1918", "CITY": "Nice", "NAME": "BOURRET Paul", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
24862	midol-lucien-1883-09-24	{"g55": "08-390"}	{"g55": "08-390"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Midol", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1883-09-24 06:00", "note": null, "place": {"c1": "", "c2": "39", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Chateau-Chalon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Midol", "nobility": ""}, "birth": {"date": "1883-09-24 06:00", "place": {"c1": "", "c2": "39", "c3": "", "cy": "FR", "name": "Chateau-Chalon"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-390"}}, "raw": {"DAY": "24-9-1883", "HOUR": "6 h.", "NAME": "MIDOL Lucien", "PLACE": "Chateau-Chalon (Jura)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
511	stampe-jean-1889-04-17	{"a1": "511", "3a_sports": "3885"}	{"ertel": "ES-3885", "lerrcp": "A1-511"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Stampe", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1889-04-17 21:00", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MOLENBEEK ST JE", "geoid": 0}, "notime": null, "date-ut": "1889-04-17 20:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Stampe"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MOLENBEEK ST JE", "geoid": 0}, "date-ut": "1889-04-17 20:43:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-511"}, "ids-in-sources": {"a1": "511"}}, "raw": {"H": "20", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "17", "LAT": "50N51", "LON": "4E15", "MON": "4", "NUM": "511", "PRO": "C", "SEC": "0", "YEA": "1889", "CITY": "MOLENBEEK ST JE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1889-04-17 21:00"}, "partial-ids": {"ertel": "ES-3885"}}, "raw": {"L": "", "MF": "", "NR": "3885", "ENG": "", "MA_": "1", "G_NR": "511", "MA12": "7", "MARS": "20", "NAME": "Stampe", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,600", "CSINR": "", "KURTZ": "", "PHAS_": "98,200", "STUND": "21,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "17.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.04.1889", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
514	van-lierde-remy-1915-08-14	{"a1": "514", "3a_sports": "4137"}	{"ertel": "ES-4137", "lerrcp": "A1-514"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rémy", "family": "Van Lierde", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1915-08-14 02:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "OVERBOELARE", "geoid": 0}, "notime": null, "date-ut": "1915-08-14 01:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Rémy", "family": "Van Lierde"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "OVERBOELARE", "geoid": 0}, "date-ut": "1915-08-14 01:00:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-514"}, "ids-in-sources": {"a1": "514"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "14", "LAT": "51N 5", "LON": "3E45", "MON": "8", "NUM": "514", "PRO": "C", "SEC": "0", "YEA": "1915", "CITY": "OVERBOELARE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1915-08-14 02:00"}, "partial-ids": {"ertel": "ES-4137"}}, "raw": {"L": "", "MF": "", "NR": "4137", "ENG": "1", "MA_": "2", "G_NR": "514", "MA12": "1", "MARS": "3", "NAME": "VanLierde", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,600", "CSINR": "", "KURTZ": "", "PHAS_": "10,200", "STUND": "2,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "14.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Rémy", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.08.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24863	molinatti-georges-1888-04-24	{"g55": "08-391"}	{"g55": "08-391"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Molinatti", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1888-04-24 11:00", "note": null, "place": {"c1": "", "c2": "38", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Grenoble", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Molinatti", "nobility": ""}, "birth": {"date": "1888-04-24 11:00", "place": {"c1": "", "c2": "38", "c3": "", "cy": "FR", "name": "Grenoble"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-391"}}, "raw": {"DAY": "24-4-1888", "HOUR": "11 h.", "NAME": "MOLINATTI Georges", "PLACE": "Grenoble (Isère)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24864	monin-philippe-1906-04-13	{"g55": "08-392"}	{"g55": "08-392"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Monin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1906-04-13 05:00", "note": null, "place": {"c1": "", "c2": "89", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Joigny", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Monin", "nobility": ""}, "birth": {"date": "1906-04-13 05:00", "place": {"c1": "", "c2": "89", "c3": "", "cy": "FR", "name": "Joigny"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-392"}}, "raw": {"DAY": "13-4-1906", "HOUR": "5 h.", "NAME": "MONIN Philippe", "PLACE": "Joigny (Yonne)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24865	montel-eugene-1885-06-05	{"g55": "08-393"}	{"g55": "08-393"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Montel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1885-06-05 05:00", "note": null, "place": {"c1": "", "c2": "34", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Montbazin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Montel", "nobility": ""}, "birth": {"date": "1885-06-05 05:00", "place": {"c1": "", "c2": "34", "c3": "", "cy": "FR", "name": "Montbazin"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-393"}}, "raw": {"DAY": "5-6-1885", "HOUR": "5 h.", "NAME": "MONTEL Eugène", "PLACE": "Montbazin (Hérault)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24866	montillot-robert-1882-07-03	{"g55": "08-394"}	{"g55": "08-394"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Montillot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1882-07-03 07:00", "note": null, "place": {"c1": "", "c2": "93", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Le Raincy", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Montillot", "nobility": ""}, "birth": {"date": "1882-07-03 07:00", "place": {"c1": "", "c2": "93", "c3": "", "cy": "FR", "name": "Le Raincy"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-394"}}, "raw": {"DAY": "3-7-1882", "HOUR": "7 h.", "NAME": "MONTILLOT Robert", "PLACE": "Le Raincy (Seine-et-Oise)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
519	monnereau-bernard-1935-09-18	{"a1": "519", "3a_sports": "2917"}	{"cpara": "CP-317", "ertel": "ES-2917", "lerrcp": "A1-519"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Monnereau", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1935-09-18 13:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.04649, "lat": 49.68091, "name": "Tôtes", "geoid": 2972381}, "notime": null, "date-ut": "1935-09-18 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rower"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Monnereau"}, "birth": {"tzo": "+01:00", "date": "1935-09-18 13:00", "place": {"c2": "76", "cy": "FR", "lg": 1.04649, "lat": 49.68091, "name": "Tôtes", "geoid": 2972381}, "date-ut": "1935-09-18 12:00"}, "occus": ["rower"], "trust": 5, "partial_ids": {"lerrcp": "A1-519"}, "ids-in-sources": {"a1": "519"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "76", "COU": "F", "DAY": "18", "LAT": "49N26", "LON": "1E 5", "MON": "9", "NUM": "519", "PRO": "C", "SEC": "0", "YEA": "1935", "CITY": "TOTES"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1935-09-18 13:00"}, "partial-ids": {"ertel": "ES-2917"}}, "raw": {"L": "", "MF": "", "NR": "2917", "ENG": "1", "MA_": "2", "G_NR": "519", "MA12": "1", "MARS": "1", "NAME": "Monnereau", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,900", "CSINR": "", "KURTZ": "", "PHAS_": "66,800", "STUND": "13,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "18.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "317", "VORNAME": "Bernard", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "18.09.1935", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "ROWI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
517	lebranchu-roger-1922-07-22	{"a1": "517", "g55": "03-48", "3a_sports": "2415", "cfepp-final3": "1079"}	{"g55": "03-48", "cfepp": "CF-1079", "ertel": "ES-2415", "lerrcp": "A1-517"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Lebranchu", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1922-07-22 22:45", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1922-07-22 21:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rower"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Lebranchu"}, "birth": {"tzo": "+01:00", "date": "1922-07-22 22:45", "place": {"c2": "92", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1922-07-22 21:45"}, "occus": ["rower"], "trust": 5, "partial_ids": {"lerrcp": "A1-517"}, "ids-in-sources": {"a1": "517"}}, "raw": {"H": "21", "MN": "45", "TZ": "0", "COD": "92", "COU": "F", "DAY": "22", "LAT": "48N50", "LON": "2E11", "MON": "7", "NUM": "517", "PRO": "C", "SEC": "0", "YEA": "1922", "CITY": "NEUILLY S-SEINE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1922-07-22 22:45"}, "partial-ids": {"ertel": "ES-2415"}}, "raw": {"L": "", "MF": "", "NR": "2415", "ENG": "1", "MA_": "2", "G_NR": "517", "MA12": "4", "MARS": "12", "NAME": "Lebranchu", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,000", "CSINR": "", "KURTZ": "", "PHAS_": "8,500", "STUND": "22,75", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "22.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "22.07.1922", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "ROWI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1922-07-22 22:45", "place": {"c3": ""}, "date-ut": "1922-07-22 21:45"}, "occus": ["rower"], "ids-in-sources": {"cfepp-final3": "1079"}}, "raw": {"S": "5", "LT": "22 45", "LV": "", "TR": "f", "UT": "21 45", "LAT": "+48.89", "SRC": "AG  I", "LONG": "-02.27", "NAME": "LEBRANCHU Roger", "SPORT": "Rowing", "LOC_DATE": "1922 07 22", "UNIV_DATE": "1922 07 22", "BIRTH_PLACE": "NEUILLY SUR SEINE", "POSTAL_CODE": "92200"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-48"}, "ids-in-source": {"g55": "03-48"}}, "raw": {"DAY": "22-7-1922", "HOUR": "22 h. 45", "NAME": "LEBRANCHU Roger", "PLACE": "Neuilly-sur-Seine (Seine)."}, "date": "2023-08-20T14:48:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24867	montjou-gerard-1903-02-05	{"g55": "08-395"}	{"g55": "08-395"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Montjou", "spouse": [], "nobility": "de", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1903-02-05 13:00", "note": null, "place": {"c1": "", "c2": "86", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Poitiers", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Gérard", "family": "Montjou", "nobility": "de"}, "birth": {"date": "1903-02-05 13:00", "place": {"c1": "", "c2": "86", "c3": "", "cy": "FR", "name": "Poitiers"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-395"}}, "raw": {"DAY": "5-2-1903", "HOUR": "13 h.", "NAME": "MONTJOU (de) Gérard", "PLACE": "Poitiers (Vienne)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24868	mora-albert-1896-04-04	{"g55": "08-396"}	{"g55": "08-396"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Mora", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1896-04-04 15:00", "note": null, "place": {"c1": "", "c2": "64", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Bayonne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Mora", "nobility": ""}, "birth": {"date": "1896-04-04 15:00", "place": {"c1": "", "c2": "64", "c3": "", "cy": "FR", "name": "Bayonne"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-396"}}, "raw": {"DAY": "4-4-1896", "HOUR": "15 h.", "NAME": "MORA Albert", "PLACE": "Bayonne (Basses-Pyrénées)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24869	moreve-roger-1897-06-07	{"g55": "08-397"}	{"g55": "08-397"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Moreve", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1897-06-07 14:30", "note": null, "place": {"c1": "", "c2": "36", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Méziéres-en-Brenne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Moreve", "nobility": ""}, "birth": {"date": "1897-06-07 14:30", "place": {"c1": "", "c2": "36", "c3": "", "cy": "FR", "name": "Méziéres-en-Brenne"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-397"}}, "raw": {"DAY": "7-6-1897", "HOUR": "14 h. 30", "NAME": "MOREVE Roger", "PLACE": "Méziéres-en-Brenne (Indre)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24870	mouchet-pierre-1916-03-26	{"g55": "08-398"}	{"g55": "08-398"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Mouchet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1916-03-26 15:00", "note": null, "place": {"c1": "", "c2": "70", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-André-sur-Boëge", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Mouchet", "nobility": ""}, "birth": {"date": "1916-03-26 15:00", "place": {"c1": "", "c2": "70", "c3": "", "cy": "FR", "name": "Saint-André-sur-Boëge"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-398"}}, "raw": {"DAY": "26-3-1916", "HOUR": "15 h.", "NAME": "MOUCHET Pierre", "PLACE": "Saint-André-sur-Boëge (Hte-Saône)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24871	muller-pierre-1901-03-04	{"g55": "08-399"}	{"g55": "08-399"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Muller", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1901-03-04 07:30", "note": null, "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Dalem", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Muller", "nobility": ""}, "birth": {"date": "1901-03-04 07:30", "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "name": "Dalem"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-399"}}, "raw": {"DAY": "4-3-1901", "HOUR": "7 h. 30", "NAME": "MULLER Pierre", "PLACE": "Dalem (Moselle)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
522	vandernotte-marcel-1909-07-29	{"a1": "522", "g55": "03-52", "3a_sports": "4163", "cfepp-final3": "182"}	{"g55": "03-52", "cfepp": "CF-182", "ertel": "ES-4163", "lerrcp": "A1-522"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Vandernotte", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1909-07-29 19:00", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1909-07-29 18:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rower"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Vandernotte"}, "birth": {"tzo": "+00:09:21", "date": "1909-07-29 19:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1909-07-29 18:50:40"}, "occus": ["rower"], "trust": 5, "partial_ids": {"lerrcp": "A1-522"}, "ids-in-sources": {"a1": "522"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "44", "COU": "F", "DAY": "29", "LAT": "47N13", "LON": "1W35", "MON": "7", "NUM": "522", "PRO": "C", "SEC": "40", "YEA": "1909", "CITY": "NANTES"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1909-07-29 19:00"}, "partial-ids": {"ertel": "ES-4163"}}, "raw": {"L": "", "MF": "", "NR": "4163", "ENG": "", "MA_": "0", "G_NR": "522", "MA12": "11", "MARS": "32", "NAME": "Vandernotte", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,500", "CSINR": "", "KURTZ": "", "PHAS_": "82,300", "STUND": "19,00", "CFEPNR": "182", "EXTEND": "", "NATION": "FRA", "TAGMON": "29.07.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "29.07.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "ROWI", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1909-07-29 19:00", "place": {"c3": ""}, "date-ut": "1909-07-29 18:51"}, "occus": ["rower"], "ids-in-sources": {"cfepp-final3": "182"}}, "raw": {"S": "11", "LT": "19 00", "LV": "I", "TR": "f", "UT": "18 51", "LAT": "+47.21", "SRC": "AG", "LONG": "+01.55", "NAME": "VANDERNOTTE Marcel", "SPORT": "Rowing", "LOC_DATE": "1909 07 29", "UNIV_DATE": "1909 07 29", "BIRTH_PLACE": "NANTES", "POSTAL_CODE": "44036 CEDEX"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-52"}, "ids-in-source": {"g55": "03-52"}}, "raw": {"DAY": "29-7-1909", "HOUR": "19 h.", "NAME": "VANDERNOTTE Marcel", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:48:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24872	musmeaux-arthur-1888-06-24	{"g55": "08-400"}	{"g55": "08-400"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Musmeaux", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1888-06-24 09:00", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Anor", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Musmeaux", "nobility": ""}, "birth": {"date": "1888-06-24 09:00", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Anor"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-400"}}, "raw": {"DAY": "24-6-1888", "HOUR": "9 h.", "NAME": "MUSMEAUX Arthur", "PLACE": "Anor (Nord)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24873	nenon-jean-1906-04-25	{"g55": "08-401"}	{"g55": "08-401"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Nenon", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1906-04-25 14:00", "note": null, "place": {"c1": "", "c2": "55", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Thierville", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Nenon", "nobility": ""}, "birth": {"date": "1906-04-25 14:00", "place": {"c1": "", "c2": "55", "c3": "", "cy": "FR", "name": "Thierville"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-401"}}, "raw": {"DAY": "25-4-1906", "HOUR": "14 h.", "NAME": "NENON Jean", "PLACE": "Thierville (Meuse)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24874	nisse-robert-1900-07-28	{"g55": "08-402"}	{"g55": "08-402"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Nisse", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1900-07-28 20:00", "note": null, "place": {"c1": "", "c2": "72", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Chateau-du-Loir", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Nisse", "nobility": ""}, "birth": {"date": "1900-07-28 20:00", "place": {"c1": "", "c2": "72", "c3": "", "cy": "FR", "name": "Chateau-du-Loir"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-402"}}, "raw": {"DAY": "28-7-1900", "HOUR": "20 h.", "NAME": "NISSE Robert", "PLACE": "Chateau-du-Loir (Sarthe)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24875	noel-marcel-1901-02-06	{"g55": "08-403"}	{"g55": "08-403"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Noel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1901-02-06 05:00", "note": null, "place": {"c1": "", "c2": "10", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Mussy-sur-Seine", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Noel", "nobility": ""}, "birth": {"date": "1901-02-06 05:00", "place": {"c1": "", "c2": "10", "c3": "", "cy": "FR", "name": "Mussy-sur-Seine"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-403"}}, "raw": {"DAY": "6-2-1901", "HOUR": "5 h.", "NAME": "NOEL Marcel", "PLACE": "Mussy-sur-Seine (Aube)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
529	buffiere-andre-1922-11-12	{"a1": "529", "3a_sports": "717", "cfepp-final3": "188"}	{"cfepp": "CF-188", "cpara": "CP-88", "ertel": "ES-717", "lerrcp": "A1-529"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Buffiere", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1922-11-12 21:00", "note": null, "place": {"c1": null, "c2": "07", "c3": "", "cy": "FR", "lg": 4.80676, "lat": 45.11032, "name": "Vion", "geoid": 2967998}, "notime": null, "date-ut": "1922-11-12 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "André", "family": "Buffiere"}, "birth": {"tzo": "+00:00", "date": "1922-11-12 21:00", "place": {"c2": "07", "cy": "FR", "lg": 4.80676, "lat": 45.11032, "name": "Vion", "geoid": 2967998}, "date-ut": "1922-11-12 21:00"}, "occus": ["basketball-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-529"}, "ids-in-sources": {"a1": "529"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "07", "COU": "F", "DAY": "12", "LAT": "44N44", "LON": "4E36", "MON": "11", "NUM": "529", "PRO": "C", "SEC": "0", "YEA": "1922", "CITY": "VION"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1922-11-12 21:00"}, "partial-ids": {"ertel": "ES-717"}}, "raw": {"L": "", "MF": "", "NR": "717", "ENG": "", "MA_": "0", "G_NR": "529", "MA12": "6", "MARS": "17", "NAME": "Buffire", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,70", "CSINR": "", "KURTZ": "", "PHAS_": "53,800", "STUND": "21,00", "CFEPNR": "188", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.11.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "88", "VORNAME": "André", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "12.11.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1922-11-12 21:00", "place": {"c3": ""}, "date-ut": "1922-11-12 21:00"}, "occus": ["basketball-player"], "ids-in-sources": {"cfepp-final3": "188"}}, "raw": {"S": "6", "LT": "21 00", "LV": "I96", "TR": "f", "UT": "21 00", "LAT": "+45.11", "SRC": "AL", "LONG": "-04.81", "NAME": "BUFFIERE Andre", "SPORT": "Basketball", "LOC_DATE": "1922 11 12", "UNIV_DATE": "1922 11 12", "BIRTH_PLACE": "VION", "POSTAL_CODE": "07610"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
527	boel-pierre-1911-07-04	{"a1": "527", "g55": "03-54", "3a_sports": "496", "cfepp-final3": "186"}	{"g55": "03-54", "cfepp": "CF-186", "cpara": "CP-57", "ertel": "ES-496", "lerrcp": "A1-527"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Boel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1911-07-04 18:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.1493, "lat": 50.67846, "name": "Croix", "geoid": 3022376}, "notime": null, "date-ut": "1911-07-04 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Boel"}, "birth": {"tzo": "+00:00", "date": "1911-07-04 18:00", "place": {"c2": "59", "cy": "FR", "lg": 3.1493, "lat": 50.67846, "name": "Croix", "geoid": 3022376}, "date-ut": "1911-07-04 18:00"}, "occus": ["basketball-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-527"}, "ids-in-sources": {"a1": "527"}}, "raw": {"H": "18", "MN": "0", "TZ": "0", "COD": "59", "COU": "F", "DAY": "4", "LAT": "50N39", "LON": "3E 5", "MON": "7", "NUM": "527", "PRO": "C", "SEC": "0", "YEA": "1911", "CITY": "CROIX"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1911-07-04 18:00"}, "partial-ids": {"ertel": "ES-496"}}, "raw": {"L": "", "MF": "", "NR": "496", "ENG": "", "MA_": "1", "G_NR": "527", "MA12": "9", "MARS": "27", "NAME": "Boel", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,200", "CSINR": "", "KURTZ": "", "PHAS_": "56,300", "STUND": "18,00", "CFEPNR": "186", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "57", "VORNAME": "Pierre", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "04.07.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:56+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1911-07-04 18:00", "place": {"c3": ""}, "date-ut": "1911-07-04 18:00"}, "occus": ["basketball-player"], "ids-in-sources": {"cfepp-final3": "186"}}, "raw": {"S": "9", "LT": "18 00", "LV": "I19", "TR": "f", "UT": "18 00", "LAT": "+50.68", "SRC": "ALG", "LONG": "-03.15", "NAME": "BOEL Pierre", "SPORT": "Basketball", "LOC_DATE": "1911 07 04", "UNIV_DATE": "1911 07 04", "BIRTH_PLACE": "CROIX", "POSTAL_CODE": "59170"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-54"}, "ids-in-source": {"g55": "03-54"}}, "raw": {"DAY": "4-7-1911", "HOUR": "18 h.", "NAME": "BOEL Pierre", "PLACE": "Croix (Nord)."}, "date": "2023-08-20T14:48:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24876	notebart-arthur-1914-07-12	{"g55": "08-404"}	{"g55": "08-404"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Notebart", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1914-07-12 12:00", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lomme", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Notebart", "nobility": ""}, "birth": {"date": "1914-07-12 12:00", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Lomme"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-404"}}, "raw": {"DAY": "12-7-1914", "HOUR": "12 h.", "NAME": "NOTEBART Arthur", "PLACE": "Lomme (Nord)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24877	olmi-philippe-1891-08-04	{"g55": "08-405"}	{"g55": "08-405"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Olmi", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1891-08-04 11:00", "note": null, "place": {"c1": "", "c2": "06", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Nice", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Olmi", "nobility": ""}, "birth": {"date": "1891-08-04 11:00", "place": {"c1": "", "c2": "06", "c3": "", "cy": "FR", "name": "Nice"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-405"}}, "raw": {"DAY": "4-8-1891", "HOUR": "11 h.", "NAME": "OLMI Philippe", "PLACE": "Nice (Alpes-Maritimes)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24878	paternot-marcel-1912-01-28	{"g55": "08-406"}	{"g55": "08-406"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Paternot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1912-01-28 23:00", "note": null, "place": {"c1": "14", "c2": "", "c3": "", "cy": "DZ", "lg": null, "lat": null, "name": "Mirabeau", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Paternot", "nobility": ""}, "birth": {"date": "1912-01-28 23:00", "place": {"c1": "14", "c2": "", "c3": "", "cy": "DZ", "name": "Mirabeau"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-406"}}, "raw": {"DAY": "28-1-1912", "HOUR": "23 h.", "NAME": "PATERNOT Marcel", "PLACE": "Mirabeau (Algérie)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24879	patria-pierre-1904-11-05	{"g55": "08-407"}	{"g55": "08-407"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Patria", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1904-11-05 23:00", "note": null, "place": {"c1": "", "c2": "60", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Fontaine-Chaalis", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Patria", "nobility": ""}, "birth": {"date": "1904-11-05 23:00", "place": {"c1": "", "c2": "60", "c3": "", "cy": "FR", "name": "Fontaine-Chaalis"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-407"}}, "raw": {"DAY": "5-11-1904", "HOUR": "23 h.", "NAME": "\\fPATRIA Pierre", "PLACE": "Fontaine-Chaalis (Oise)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
533	christ-jerome-1938-04-04	{"a1": "533", "3a_sports": "1007", "cfepp-final3": "192"}	{"cfepp": "CF-192", "cpara": "CP-117", "ertel": "ES-1007", "lerrcp": "A1-533"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jerome", "family": "Christ", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1938-04-04 07:00", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.75, "lat": 48.58333, "name": "Graffenstaden", "geoid": 0}, "notime": null, "date-ut": "1938-04-04 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Jerome", "family": "Christ"}, "birth": {"tzo": "+01:00", "date": "1938-04-04 07:00", "place": {"c2": "67", "cy": "FR", "lg": 7.75, "lat": 48.58333, "name": "Graffenstaden", "geoid": 0}, "date-ut": "1938-04-04 06:00"}, "occus": ["basketball-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-533"}, "ids-in-sources": {"a1": "533"}}, "raw": {"H": "6", "MN": "0", "TZ": "0", "COD": "67", "COU": "F", "DAY": "4", "LAT": "48N35", "LON": "7E45", "MON": "4", "NUM": "533", "PRO": "C", "SEC": "0", "YEA": "1938", "CITY": "GRAFFENSTADEN"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1938-04-04 07:00"}, "partial-ids": {"ertel": "ES-1007"}}, "raw": {"L": "", "MF": "", "NR": "1007", "ENG": "0", "MA_": "2", "G_NR": "533", "MA12": "12", "MARS": "36", "NAME": "Christ", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,700", "CSINR": "", "KURTZ": "", "PHAS_": "12,900", "STUND": "7,00", "CFEPNR": "192", "EXTEND": "1", "NATION": "FRA", "TAGMON": "04.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "117", "VORNAME": "Jéróme", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "04.04.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1938-04-04 07:00", "place": {"c3": ""}, "date-ut": "1938-04-04 06:00"}, "occus": ["basketball-player"], "ids-in-sources": {"cfepp-final3": "192"}}, "raw": {"S": "12", "LT": "07 00", "LV": "I50", "TR": "f", "UT": "06 00", "LAT": "+48.53", "SRC": "L", "LONG": "-07.71", "NAME": "CHRIST Jerome", "SPORT": "Basketball", "LOC_DATE": "1938 04 04", "UNIV_DATE": "1938 04 04", "BIRTH_PLACE": "ILLKIRCH GRAFFENSTADEN", "POSTAL_CODE": "67400"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
535	derency-rene-1925-05-27	{"a1": "535", "g55": "03-57", "3a_sports": "1364", "cfepp-final3": "194"}	{"g55": "03-57", "cfepp": "CF-194", "cpara": "CP-154", "ertel": "ES-1364", "lerrcp": "A1-535"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Derency", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1925-05-27 17:00", "note": null, "place": {"c1": null, "c2": "25", "c3": "", "cy": "FR", "lg": 6.82748, "lat": 47.50808, "name": "Sochaux", "geoid": 2974413}, "notime": null, "date-ut": "1925-05-27 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "René", "family": "Derency"}, "birth": {"tzo": "+01:00", "date": "1925-05-27 17:00", "place": {"c2": "25", "cy": "FR", "lg": 6.82748, "lat": 47.50808, "name": "Sochaux", "geoid": 2974413}, "date-ut": "1925-05-27 16:00"}, "occus": ["basketball-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-535"}, "ids-in-sources": {"a1": "535"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "25", "COU": "F", "DAY": "27", "LAT": "47N15", "LON": "6E 2", "MON": "5", "NUM": "535", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "SOCHAUX"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-05-27 17:00"}, "partial-ids": {"ertel": "ES-1364"}}, "raw": {"L": "", "MF": "", "NR": "1364", "ENG": "1", "MA_": "2", "G_NR": "535", "MA12": "4", "MARS": "12", "NAME": "Derency", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,400", "CSINR": "", "KURTZ": "", "PHAS_": "16,600", "STUND": "17,00", "CFEPNR": "194", "EXTEND": "1", "NATION": "FRA", "TAGMON": "27.05.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "154", "VORNAME": "René", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "27.05.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:09+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1925-05-27 17:00", "place": {"c3": ""}, "date-ut": "1925-05-27 16:00"}, "occus": ["basketball-player"], "ids-in-sources": {"cfepp-final3": "194"}}, "raw": {"S": "4", "LT": "17 00", "LV": "I15", "TR": "f", "UT": "16 00", "LAT": "+47.51", "SRC": "ALG", "LONG": "-06.84", "NAME": "DERENCY Rene", "SPORT": "Basketball", "LOC_DATE": "1925 05 27", "UNIV_DATE": "1925 05 27", "BIRTH_PLACE": "SOCHAUX", "POSTAL_CODE": "25600"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-57"}, "ids-in-source": {"g55": "03-57"}}, "raw": {"DAY": "27-5-1925", "HOUR": "17 h.", "NAME": "DERENCY René", "PLACE": "Sochaux (Doubs)."}, "date": "2023-08-20T14:48:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24880	paul-gabriel-1918-01-27	{"g55": "08-408"}	{"g55": "08-408"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Paul", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1918-01-27 00:30", "note": null, "place": {"c1": "", "c2": "29", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Brest", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Paul", "nobility": ""}, "birth": {"date": "1918-01-27 00:30", "place": {"c1": "", "c2": "29", "c3": "", "cy": "FR", "name": "Brest"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-408"}}, "raw": {"DAY": "27-1-1918", "HOUR": "0 h. 30", "NAME": "PAUL Gabriel", "PLACE": "Brest (Finistère)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24881	pebellier-eugene-1886-01-15	{"g55": "08-409"}	{"g55": "08-409"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Pebellier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1886-01-15 19:00", "note": null, "place": {"c1": "", "c2": "43", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Le Puy", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Pebellier", "nobility": ""}, "birth": {"date": "1886-01-15 19:00", "place": {"c1": "", "c2": "43", "c3": "", "cy": "FR", "name": "Le Puy"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-409"}}, "raw": {"DAY": "15-1-1886", "HOUR": "19 h.", "NAME": "‘PEBELLIER Eugène", "PLACE": "Le Puy (Haute-Loire)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24882	pelleray-paul-1895-07-12	{"g55": "08-410"}	{"g55": "08-410"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Pelleray", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1895-07-12 10:00", "note": null, "place": {"c1": "", "c2": "61", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Condé-sur-Huisne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Pelleray", "nobility": ""}, "birth": {"date": "1895-07-12 10:00", "place": {"c1": "", "c2": "61", "c3": "", "cy": "FR", "name": "Condé-sur-Huisne"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-410"}}, "raw": {"DAY": "12-7-1895", "HOUR": "10 h.", "NAME": "PELLERAY Paul", "PLACE": "Condé-sur-Huisne (Orne)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
540	flouret-jacques-1907-09-08	{"a1": "540", "g55": "03-62", "3a_sports": "1658"}	{"g55": "03-62", "ertel": "ES-1658", "lerrcp": "A1-540"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Flouret", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1907-09-08 01:30", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Saint-Maur-des-Fossés", "geoid": 0}, "notime": null, "date-ut": "1907-09-08 01:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Flouret"}, "birth": {"tzo": "+00:09:21", "date": "1907-09-08 01:30", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Saint-Maur-des-Fos", "geoid": 0}, "date-ut": "1907-09-08 01:20:40"}, "occus": ["basketball-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-540"}, "ids-in-sources": {"a1": "540"}}, "raw": {"H": "1", "MN": "20", "TZ": "0", "COD": "94", "COU": "F", "DAY": "8", "LAT": "48N47", "LON": "2E29", "MON": "9", "NUM": "540", "PRO": "C", "SEC": "40", "YEA": "1907", "CITY": "ST-MAUR-DES-FOS"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1907-09-08 01:30"}, "partial-ids": {"ertel": "ES-1658"}}, "raw": {"L": "", "MF": "", "NR": "1658", "ENG": "", "MA_": "1", "G_NR": "540", "MA12": "7", "MARS": "20", "NAME": "Flouret", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,800", "CSINR": "", "KURTZ": "", "PHAS_": "0,100", "STUND": "1,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "08.09.1907", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Maur-des-Fossés"}}, "partial-ids": {"g55": "03-62"}, "ids-in-source": {"g55": "03-62"}}, "raw": {"DAY": "8-9-1907", "HOUR": "1 h. 30", "NAME": "FLOURET Jacques", "PLACE": "Saint-Maur-des-Fossés (Seine)."}, "date": "2023-08-20T14:48:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24883	peltre-rene-1908-11-05	{"g55": "08-411"}	{"g55": "08-411"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Peltre", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1908-11-05 19:15", "note": null, "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Dieuze", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "René", "family": "Peltre", "nobility": ""}, "birth": {"date": "1908-11-05 19:15", "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "name": "Dieuze"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-411"}}, "raw": {"DAY": "5-11-1908", "HOUR": "19 h. 15", "NAME": "PELTRE René", "PLACE": "Dieuze (Moselle)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
538	etienne-roland-1912-08-31	{"a1": "538", "g55": "03-60", "3a_sports": "1560", "cfepp-final3": "200"}	{"g55": "03-60", "cfepp": "CF-200", "cpara": "CP-182", "ertel": "ES-1560", "lerrcp": "A1-538"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roland", "family": "Etienne", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1912-08-31 14:00", "note": null, "place": {"c1": null, "c2": "80", "c3": "", "cy": "FR", "lg": 1.67163, "lat": 50.2715, "name": "Rue", "geoid": 2982261}, "notime": null, "date-ut": "1912-08-31 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Roland", "family": "Etienne"}, "birth": {"tzo": "+00:00", "date": "1912-08-31 14:00", "place": {"c2": "80", "cy": "FR", "lg": 1.67163, "lat": 50.2715, "name": "Rue", "geoid": 2982261}, "date-ut": "1912-08-31 14:00"}, "occus": ["basketball-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-538"}, "ids-in-sources": {"a1": "538"}}, "raw": {"H": "14", "MN": "0", "TZ": "0", "COD": "80", "COU": "F", "DAY": "31", "LAT": "49N54", "LON": "2E18", "MON": "8", "NUM": "538", "PRO": "C", "SEC": "0", "YEA": "1912", "CITY": "RUE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1912-08-31 14:00"}, "partial-ids": {"ertel": "ES-1560"}}, "raw": {"L": "", "MF": "", "NR": "1560", "ENG": "1", "MA_": "2", "G_NR": "538", "MA12": "4", "MARS": "11", "NAME": "Etienne", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,900", "CSINR": "", "KURTZ": "", "PHAS_": "90,800", "STUND": "14,00", "CFEPNR": "200", "EXTEND": "1", "NATION": "FRA", "TAGMON": "31.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "182", "VORNAME": "Roland", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "31.08.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BASK", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1912-08-31 14:00", "place": {"c3": ""}, "date-ut": "1912-08-31 14:00"}, "occus": ["basketball-player"], "ids-in-sources": {"cfepp-final3": "200"}}, "raw": {"S": "4", "LT": "14 00", "LV": "I40", "TR": "f", "UT": "14 00", "LAT": "+50.27", "SRC": "ALG", "LONG": "-01.67", "NAME": "ETIENNE Roland", "SPORT": "Basketball", "LOC_DATE": "1912 08 31", "UNIV_DATE": "1912 08 31", "BIRTH_PLACE": "RUE", "POSTAL_CODE": "80120"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-60"}, "ids-in-source": {"g55": "03-60"}}, "raw": {"DAY": "31-8-1912", "HOUR": "14 h.", "NAME": "ETIENNE Roland", "PLACE": "Rue (Somme)."}, "date": "2023-08-20T14:48:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24884	penoy-rene-1912-06-16	{"g55": "08-412"}	{"g55": "08-412"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Penoy", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1912-06-16 16:15", "note": null, "place": {"c1": "", "c2": "55", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Stenay", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "René", "family": "Penoy", "nobility": ""}, "birth": {"date": "1912-06-16 16:15", "place": {"c1": "", "c2": "55", "c3": "", "cy": "FR", "name": "Stenay"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-412"}}, "raw": {"DAY": "16-6-1912", "HOUR": "16 h. 15", "NAME": "PENOY René", "PLACE": "Stenay (Meuse)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24885	pierrard-andre-1916-10-03	{"g55": "08-413"}	{"g55": "08-413"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Pierrard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1916-10-03 19:00", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Cousolre", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Pierrard", "nobility": ""}, "birth": {"date": "1916-10-03 19:00", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Cousolre"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-413"}}, "raw": {"DAY": "3-10-1916", "HOUR": "19 h.", "NAME": "PIERRARD André", "PLACE": "Cousolre (Nord)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24886	plantevin-victor-1900-09-07	{"g55": "08-414"}	{"g55": "08-414"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Plantevin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1900-09-07 13:00", "note": null, "place": {"c1": "", "c2": "07", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Burzet", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Plantevin", "nobility": ""}, "birth": {"date": "1900-09-07 13:00", "place": {"c1": "", "c2": "07", "c3": "", "cy": "FR", "name": "Burzet"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-414"}}, "raw": {"DAY": "7-9-1900", "HOUR": "13 h.", "NAME": "PLANTEVIN Victor", "PLACE": "Burzet (Ardèche)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
542	frezot-emile-1916-11-11	{"a1": "542", "g55": "03-64", "3a_sports": "1719", "cfepp-final3": "1080"}	{"g55": "03-64", "cfepp": "CF-1080", "cpara": "CP-192", "ertel": "ES-1719", "lerrcp": "A1-542"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Frezot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1916-11-11 05:00", "note": null, "place": {"c1": null, "c2": "18", "c3": "", "cy": "FR", "lg": 2.38333, "lat": 47.08333, "name": "Argent-sur-Sauldre", "geoid": 0}, "notime": null, "date-ut": "1916-11-11 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Frezot"}, "birth": {"tzo": "+00:00", "date": "1916-11-11 05:00", "place": {"c2": "18", "cy": "FR", "lg": 2.38333, "lat": 47.08333, "name": "Argent-sur-Sauldr", "geoid": 0}, "date-ut": "1916-11-11 05:00"}, "occus": ["basketball-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-542"}, "ids-in-sources": {"a1": "542"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "18", "COU": "F", "DAY": "11", "LAT": "47N 5", "LON": "2E23", "MON": "11", "NUM": "542", "PRO": "C", "SEC": "0", "YEA": "1916", "CITY": "ARGENT S/SAULDR"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1916-11-11 05:00"}, "partial-ids": {"ertel": "ES-1719"}}, "raw": {"L": "", "MF": "", "NR": "1719", "ENG": "", "MA_": "0", "G_NR": "542", "MA12": "11", "MARS": "32", "NAME": "Frezot", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,300", "CSINR": "", "KURTZ": "", "PHAS_": "98,500", "STUND": "5,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "11.11.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "192", "VORNAME": "Emile", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "11.11.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1916-11-11 05:00", "place": {"c3": ""}, "date-ut": "1916-11-11 05:00"}, "occus": ["basketball-player"], "ids-in-sources": {"cfepp-final3": "1080"}}, "raw": {"S": "11", "LT": "05 00", "LV": "24", "TR": "f", "UT": "05 00", "LAT": "+47.56", "SRC": "ALG I", "LONG": "-02.44", "NAME": "FREZOT Emile", "SPORT": "Basketball", "LOC_DATE": "1916 11 11", "UNIV_DATE": "1916 11 11", "BIRTH_PLACE": "ARGENT SUR SAULDRE", "POSTAL_CODE": "18410"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Argent-sur-Sauldre"}}, "partial-ids": {"g55": "03-64"}, "ids-in-source": {"g55": "03-64"}}, "raw": {"DAY": "11-11-1916", "HOUR": "5 h.", "NAME": "FREZOT Emile", "PLACE": "Argent-sur-Sauldre (Cher)."}, "date": "2023-08-20T14:48:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
544	guillou-fernand-1926-01-06	{"a1": "544", "g55": "03-65", "3a_sports": "2021"}	{"g55": "03-65", "cpara": "CP-221", "ertel": "ES-2021", "lerrcp": "A1-544"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Guillou", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1926-01-06 04:00", "note": null, "place": {"c1": null, "c2": "41", "c3": null, "cy": "FR", "lg": 1.33333, "lat": 47.58333, "name": "Montoire", "geoid": 0}, "notime": null, "date-ut": "1926-01-06 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Guillou"}, "birth": {"tzo": "+00:00", "date": "1926-01-06 04:00", "place": {"c2": "41", "cy": "FR", "lg": 1.33333, "lat": 47.58333, "name": "Montoire", "geoid": 0}, "date-ut": "1926-01-06 04:00"}, "occus": ["basketball-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-544"}, "ids-in-sources": {"a1": "544"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "41", "COU": "F", "DAY": "6", "LAT": "47N35", "LON": "1E20", "MON": "1", "NUM": "544", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "MONTOIRE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-01-06 04:00"}, "partial-ids": {"ertel": "ES-2021"}}, "raw": {"L": "", "MF": "", "NR": "2021", "ENG": "", "MA_": "1", "G_NR": "544", "MA12": "12", "MARS": "35", "NAME": "Guillou", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,000", "CSINR": "", "KURTZ": "d", "PHAS_": "62,800", "STUND": "4,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.01.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "221", "VORNAME": "Fernand", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "06.01.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASK", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Montoire"}}, "partial-ids": {"g55": "03-65"}, "ids-in-source": {"g55": "03-65"}}, "raw": {"DAY": "6-1-1926", "HOUR": "4 h.", "NAME": "GUILLOU Fernand", "PLACE": "Montoire (Loir-et-Cher)."}, "date": "2023-08-20T14:48:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24887	pluchet-bernard-1903-01-01	{"g55": "08-415"}	{"g55": "08-415"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Pluchet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1903-01-01 23:00", "note": null, "place": {"c1": "", "c2": "91", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Coudray-Montceaux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Pluchet", "nobility": ""}, "birth": {"date": "1903-01-01 23:00", "place": {"c1": "", "c2": "91", "c3": "", "cy": "FR", "name": "Coudray-Montceaux"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-415"}}, "raw": {"DAY": "1-1-1903", "HOUR": "23 h.", "NAME": "PLUCHET Bernard", "PLACE": "Coudray-Montceaux (Seine-et-O.)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24888	prache-louis-1899-07-14	{"g55": "08-416"}	{"g55": "08-416"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Prache", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1899-07-14 07:00", "note": null, "place": {"c1": "", "c2": "80", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Amiens", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Prache", "nobility": ""}, "birth": {"date": "1899-07-14 07:00", "place": {"c1": "", "c2": "80", "c3": "", "cy": "FR", "name": "Amiens"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-416"}}, "raw": {"DAY": "14-7-1899", "HOUR": "7 h.", "NAME": "PRACHE Louis", "PLACE": "Amiens (Somme)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24889	pradeau-andre-1898-05-09	{"g55": "08-417"}	{"g55": "08-417"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Pradeau", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1898-05-09 10:30", "note": null, "place": {"c1": "", "c2": "24", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Villetoureix", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Pradeau", "nobility": ""}, "birth": {"date": "1898-05-09 10:30", "place": {"c1": "", "c2": "24", "c3": "", "cy": "FR", "name": "Villetoureix"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-417"}}, "raw": {"DAY": "9-5-1898", "HOUR": "10 h. 30", "NAME": "PRADEAU André", "PLACE": "Villetoureix (Dordogne)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24890	prin-jeannette-1907-06-08	{"g55": "08-418"}	{"g55": "08-418"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jeannette", "family": "Prin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1907-06-08 01:00", "note": null, "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Auchy-les-Mines", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jeannette", "family": "Prin", "nobility": ""}, "birth": {"date": "1907-06-08 01:00", "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "name": "Auchy-les-Mines"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-418"}}, "raw": {"DAY": "8-6-1907", "HOUR": "1 h.", "NAME": "PRIN Jeannette", "PLACE": "Auchy-les-Mines (Pas-de-Calais)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24891	priou-victor-1908-10-01	{"g55": "08-419"}	{"g55": "08-419"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Priou", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1908-10-01 03:45", "note": null, "place": {"c1": "", "c2": "53", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Quelaines", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Priou", "nobility": ""}, "birth": {"date": "1908-10-01 03:45", "place": {"c1": "", "c2": "53", "c3": "", "cy": "FR", "name": "Quelaines"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-419"}}, "raw": {"DAY": "1-10-1908", "HOUR": "3 h. 45", "NAME": "PRIOU Victor", "PLACE": "Quelaines (Mayenne)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
547	monclar-robert-1930-08-13	{"a1": "547", "3a_sports": "2910", "cfepp-final3": "212"}	{"cfepp": "CF-212", "cpara": "CP-316", "ertel": "ES-2910", "lerrcp": "A1-547"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Monclar", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1930-08-13 15:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.30177, "lat": 43.42721, "name": "Servian", "geoid": 2974775}, "notime": null, "date-ut": "1930-08-13 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Monclar"}, "birth": {"tzo": "+01:00", "date": "1930-08-13 15:00", "place": {"c2": "34", "cy": "FR", "lg": 3.30177, "lat": 43.42721, "name": "Servian", "geoid": 2974775}, "date-ut": "1930-08-13 14:00"}, "occus": ["basketball-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-547"}, "ids-in-sources": {"a1": "547"}}, "raw": {"H": "14", "MN": "0", "TZ": "0", "COD": "34", "COU": "F", "DAY": "13", "LAT": "43N37", "LON": "3E53", "MON": "8", "NUM": "547", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "SERVIAN"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-08-13 15:00"}, "partial-ids": {"ertel": "ES-2910"}}, "raw": {"L": "", "MF": "", "NR": "2910", "ENG": "", "MA_": "0", "G_NR": "547", "MA12": "6", "MARS": "17", "NAME": "Monclar", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,200", "CSINR": "", "KURTZ": "", "PHAS_": "89,000", "STUND": "15,00", "CFEPNR": "212", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "316", "VORNAME": "Robert", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "13.08.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1930-08-13 15:00", "place": {"c3": ""}, "date-ut": "1930-08-13 14:00"}, "occus": ["basketball-player"], "ids-in-sources": {"cfepp-final3": "212"}}, "raw": {"S": "6", "LT": "15 00", "LV": "I154", "TR": "f", "UT": "14 00", "LAT": "+43.43", "SRC": "AL", "LONG": "-03.30", "NAME": "MONCLAR Robert", "SPORT": "Basketball", "LOC_DATE": "1930 08 13", "UNIV_DATE": "1930 08 13", "BIRTH_PLACE": "SERVIAN", "POSTAL_CODE": "34290"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
549	perrier-jacques-1924-11-22	{"a1": "549", "g55": "03-68", "3a_sports": "3226", "cfepp-final3": "215"}	{"g55": "03-68", "cfepp": "CF-215", "ertel": "ES-3226", "lerrcp": "A1-549"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Perrier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1924-11-22 06:00", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": 2.41667, "lat": 48.86667, "name": "Bagnolet", "geoid": 3035403}, "notime": null, "date-ut": "1924-11-22 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Perrier"}, "birth": {"tzo": "+00:00", "date": "1924-10-12 07:00", "place": {"c2": "93", "cy": "FR", "lg": 2.41667, "lat": 48.86667, "name": "Bagnolet", "geoid": 3035403}, "date-ut": "1924-10-12 07:00"}, "occus": ["basketball-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-549"}, "ids-in-sources": {"a1": "549"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "93", "COU": "F", "DAY": "12", "LAT": "48N55", "LON": "2E30", "MON": "10", "NUM": "549", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "BAGNOLET"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-10-12 07:00"}, "partial-ids": {"ertel": "ES-3226"}}, "raw": {"L": "", "MF": "", "NR": "3226", "ENG": "", "MA_": "1", "G_NR": "549", "MA12": "9", "MARS": "26", "NAME": "Perrier", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,800", "CSINR": "", "KURTZ": "", "PHAS_": "99,100", "STUND": "7,00", "CFEPNR": "215", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.10.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "12.10.1924", "GQBECORR": "c", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "perrier-jacques-1924-11-22", "birth": {"date": "1924-11-22 06:00", "place": {"c3": ""}, "date-ut": "1924-11-22 06:00"}, "occus": ["basketball-player"], "ids-in-sources": {"cfepp-final3": "215"}}, "raw": {"S": "9", "LT": "06 00", "LV": "I50", "TR": "f", "UT": "06 00", "LAT": "+48.86", "SRC": "ALG", "LONG": "-02.34", "NAME": "PERRIER Jacques", "SPORT": "Basketball", "LOC_DATE": "1924 11 22", "UNIV_DATE": "1924 11 22", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75000"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-68"}, "ids-in-source": {"g55": "03-68"}}, "raw": {"DAY": "12-10-1924", "HOUR": "7 h.", "NAME": "PERRIER Jacques", "PLACE": "Bagnolet (Seine)."}, "date": "2023-08-20T14:48:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24892	prot-louis-1889-06-28	{"g55": "08-420"}	{"g55": "08-420"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Prot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1889-06-28 10:00", "note": null, "place": {"c1": "", "c2": "89", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Tonnerre", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Prot", "nobility": ""}, "birth": {"date": "1889-06-28 10:00", "place": {"c1": "", "c2": "89", "c3": "", "cy": "FR", "name": "Tonnerre"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-420"}}, "raw": {"DAY": "28-6-1889", "HOUR": "10 h.", "NAME": "PROT Louis", "PLACE": "Tonnerre (Yonne)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24893	pupat-jean-1901-09-23	{"g55": "08-421"}	{"g55": "08-421"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Pupat", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1901-09-23 05:00", "note": null, "place": {"c1": "", "c2": "42", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Paul", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Pupat", "nobility": ""}, "birth": {"date": "1901-09-23 05:00", "place": {"c1": "", "c2": "42", "c3": "", "cy": "FR", "name": "Saint-Paul"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-421"}}, "raw": {"DAY": "23-9-1901", "HOUR": "5 h.", "NAME": "PUPAT Jean", "PLACE": "Saint-Paul (Loire)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24894	puy-louis-1911-12-23	{"g55": "08-422"}	{"g55": "08-422"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Puy", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1911-12-23 16:30", "note": null, "place": {"c1": "", "c2": "84", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Avignon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Puy", "nobility": ""}, "birth": {"date": "1911-12-23 16:30", "place": {"c1": "", "c2": "84", "c3": "", "cy": "FR", "name": "Avignon"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-422"}}, "raw": {"DAY": "23-12-1911", "HOUR": "16 h. 30", "NAME": "PUY Louis", "PLACE": "Avignon (Vaucluse)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24895	quenard-andre-1909-01-07	{"g55": "08-423"}	{"g55": "08-423"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Quenard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1909-01-07 01:00", "note": null, "place": {"c1": "", "c2": "41", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "La Ferté-Imbault", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Quenard", "nobility": ""}, "birth": {"date": "1909-01-07 01:00", "place": {"c1": "", "c2": "41", "c3": "", "cy": "FR", "name": "La Ferté-Imbault"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-423"}}, "raw": {"DAY": "7-1-1909", "HOUR": "1 h.", "NAME": "QUENARD André", "PLACE": "La Ferté-Imbault (Loir-et-Cher)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
554	szwidzinski-jean-1925-03-14	{"a1": "554", "g55": "03-71", "3a_sports": "3948", "cfepp-final3": "220"}	{"g55": "03-71", "cfepp": "CF-220", "ertel": "ES-3948", "lerrcp": "A1-554"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Szwidzinski", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1925-03-14 04:00", "note": null, "place": {"c1": null, "c2": "37", "c3": "", "cy": "FR", "lg": 0.7, "lat": 47.4, "name": "Saint-Pierre-des-Corps", "geoid": 0}, "notime": null, "date-ut": "1925-03-14 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Szwidzinski"}, "birth": {"tzo": "+00:00", "date": "1925-03-14 04:00", "place": {"c2": "37", "cy": "FR", "lg": 0.7, "lat": 47.4, "name": "Saint-Pierre-des-C", "geoid": 0}, "date-ut": "1925-03-14 04:00"}, "occus": ["basketball-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-554"}, "ids-in-sources": {"a1": "554"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "37", "COU": "F", "DAY": "14", "LAT": "47N24", "LON": "0E42", "MON": "3", "NUM": "554", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "ST-PIERRE-DES-C"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-03-14 04:00"}, "partial-ids": {"ertel": "ES-3948"}}, "raw": {"L": "", "MF": "", "NR": "3948", "ENG": "", "MA_": "1", "G_NR": "554", "MA12": "10", "MARS": "28", "NAME": "Szwidzinski", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,300", "CSINR": "", "KURTZ": "", "PHAS_": "87,200", "STUND": "4,00", "CFEPNR": "220", "EXTEND": "", "NATION": "FRA", "TAGMON": "14.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "14.03.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1925-03-14 04:00", "place": {"c3": ""}, "date-ut": "1925-03-14 04:00"}, "occus": ["basketball-player"], "ids-in-sources": {"cfepp-final3": "220"}}, "raw": {"S": "10", "LT": "04 00", "LV": "I19", "TR": "f", "UT": "04 00", "LAT": "+47.40", "SRC": "AG", "LONG": "-00.74", "NAME": "SZWINDZINSKI Jean", "SPORT": "Basketball", "LOC_DATE": "1925 03 14", "UNIV_DATE": "1925 03 14", "BIRTH_PLACE": "ST PIERRE DES CORPS", "POSTAL_CODE": "37700"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Pierre-des-Corps"}}, "partial-ids": {"g55": "03-71"}, "ids-in-source": {"g55": "03-71"}}, "raw": {"DAY": "14-3-1925", "HOUR": "4 h.", "NAME": "SZWIDZINKI Jean", "PLACE": "Saint-Pierre-des-Corps (Indre-et-L.)."}, "date": "2023-08-20T14:48:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
552	rudler-antoine-1910-05-07	{"a1": "552", "g55": "03-72", "3a_sports": "3619", "cfepp-final3": "218"}	{"g55": "03-72", "cfepp": "CF-218", "ertel": "ES-3619", "lerrcp": "A1-552"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Rudler", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1910-05-07 15:30", "note": null, "place": {"c1": null, "c2": "68", "c3": "", "cy": "FR", "lg": 7.12067, "lat": 47.804, "name": "Vieux-Thann", "geoid": 2969176}, "notime": null, "date-ut": "1910-05-07 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Rudler"}, "birth": {"place": {"c2": "68", "cy": "FR", "lg": 7.12067, "lat": 47.804, "name": "Vieux-Thann", "geoid": 2969176}, "date-ut": "1905-05-21 02:00"}, "occus": ["basketball-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-552"}, "ids-in-sources": {"a1": "552"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "68", "COU": "F", "DAY": "21", "LAT": "48N 5", "LON": "7E21", "MON": "5", "NUM": "552", "PRO": "C", "SEC": "0", "YEA": "1905", "CITY": "VIEUX-THANN"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1905-05-21 03:00"}, "partial-ids": {"ertel": "ES-3619"}}, "raw": {"L": "", "MF": "", "NR": "3619", "ENG": "", "MA_": "0", "G_NR": "552", "MA12": "6", "MARS": "16", "NAME": "Rudler", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,200", "CSINR": "", "KURTZ": "", "PHAS_": "93,900", "STUND": "3,00", "CFEPNR": "218", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Antoine", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "21.05.1905", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "rudler-antoine-1910-05-07", "birth": {"date": "1910-05-07 15:30", "place": {"c3": ""}, "date-ut": "1910-05-07 14:30"}, "occus": ["basketball-player"], "ids-in-sources": {"cfepp-final3": "218"}}, "raw": {"S": "3", "LT": "15 30", "LV": "I13", "TR": "a", "UT": "14 30", "LAT": "+47.81", "SRC": "A", "LONG": "-07.12", "NAME": "RUDLER Francis", "SPORT": "Basketball", "LOC_DATE": "1910 05 07", "UNIV_DATE": "1910 05 07", "BIRTH_PLACE": "VIEUX THANN", "POSTAL_CODE": "68800"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-72"}, "ids-in-source": {"g55": "03-72"}}, "raw": {"DAY": "21-5-1905", "HOUR": "3 h.", "NAME": "RUDLER Antoine", "PLACE": "Vieux-Thann (Haut-Rhin)."}, "date": "2023-08-20T14:48:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
20995	quilici-francois-1905-11-17	{"e3": "1282", "g55": "08-424"}	{"g55": "08-424", "lerrcp": "E3-1282"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Quilici", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1905-11-17 03:00", "note": null, "place": {"c1": null, "c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Ajaccio", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist", "politician"]	5	null	[{"new": {"name": {"given": "François", "family": "Quilici"}, "birth": {"tzo": "", "date": "1905-11-17 03:00", "place": {"c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Ajaccio", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1282"}}, "raw": {"H": "03:00", "COD": "20", "DAY": "17", "MON": "11", "NUM": "1282", "PRO": "JO", "YEA": "1905", "CITY": "Ajaccio", "NAME": "QUILICI François", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"birth": {"place": {"name": "Ajaccio"}}, "partial-ids": {"g55": "08-424"}, "ids-in-source": {"g55": "08-424"}}, "raw": {"DAY": "17-11-1905", "HOUR": "3 h.", "NAME": "QUILICI Francois", "PLACE": "Ajaccio (Corse)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24896	quinson-antoine-1904-06-12	{"g55": "08-425"}	{"g55": "08-425"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Quinson", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1904-06-12 16:00", "note": null, "place": {"c1": "", "c2": "34", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Béziers", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Quinson", "nobility": ""}, "birth": {"date": "1904-06-12 16:00", "place": {"c1": "", "c2": "34", "c3": "", "cy": "FR", "name": "Béziers"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-425"}}, "raw": {"DAY": "12-6-1904", "HOUR": "16 h.", "NAME": "QUINSON Antoine", "PLACE": "Béziers (Hérault)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24897	rabate-marie-1900-07-03	{"g55": "08-426"}	{"g55": "08-426"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Rabate", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1900-07-03 19:00", "note": null, "place": {"c1": "", "c2": "86", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Moncontour", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Rabate", "nobility": ""}, "birth": {"date": "1900-07-03 19:00", "place": {"c1": "", "c2": "86", "c3": "", "cy": "FR", "name": "Moncontour"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-426"}}, "raw": {"DAY": "3-7-1900", "HOUR": "19 h.", "NAME": "RABATE Marie", "PLACE": "Moncontour (Vienne)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
557	conti-roger-1901-02-08	{"a1": "557", "g55": "03-75", "3a_sports": "1084"}	{"g55": "03-75", "ertel": "ES-1084", "lerrcp": "A1-557"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Conti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1901-02-08 02:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.36667, "lat": 43.3, "name": "Pards", "geoid": 0}, "notime": null, "date-ut": "1901-02-08 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["billard-player"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Conti"}, "birth": {"tzo": "+00:09:21", "date": "1901-02-08 02:00", "place": {"c2": "64", "cy": "FR", "lg": -0.36667, "lat": 43.3, "name": "Pards", "geoid": 0}, "date-ut": "1901-02-08 01:50:40"}, "occus": ["billard-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-557"}, "ids-in-sources": {"a1": "557"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "64", "COU": "F", "DAY": "8", "LAT": "43N18", "LON": "0W22", "MON": "2", "NUM": "557", "PRO": "C", "SEC": "40", "YEA": "1901", "CITY": "PARDS"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1901-02-08 02:00"}, "partial-ids": {"ertel": "ES-1084"}}, "raw": {"L": "", "MF": "", "NR": "1084", "ENG": "1", "MA_": "2", "G_NR": "557", "MA12": "4", "MARS": "10", "NAME": "Conti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,600", "CSINR": "", "KURTZ": "", "PHAS_": "82,600", "STUND": "2,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "08.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "R.", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "08.02.1901", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BILL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Pards"}}, "partial-ids": {"g55": "03-75"}, "ids-in-source": {"g55": "03-75"}}, "raw": {"DAY": "8-2-1901", "HOUR": "2 h.", "NAME": "CONTI Roger", "PLACE": "Pards (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
559	fouquet-leon-1869-01-21	{"a1": "559", "g55": "03-76", "3a_sports": "1694"}	{"g55": "03-76", "ertel": "ES-1694", "lerrcp": "A1-559"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Fouquet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:16:20", "date": "1869-01-21 03:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "Clairvaux", "geoid": 0}, "notime": null, "date-ut": "1869-01-21 02:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["billard-player"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Fouquet"}, "birth": {"tzo": "+00:16:20", "date": "1869-01-21 03:00", "place": {"c2": "10", "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "Clairvaux", "geoid": 0}, "date-ut": "1869-01-21 02:43:40"}, "occus": ["billard-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-559"}, "ids-in-sources": {"a1": "559"}}, "raw": {"H": "2", "MN": "43", "TZ": "0", "COD": "10", "COU": "F", "DAY": "21", "LAT": "48N18", "LON": "4E 5", "MON": "1", "NUM": "559", "PRO": "C", "SEC": "40", "YEA": "1869", "CITY": "CLAIRVAUX"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1869-01-21 03:00"}, "partial-ids": {"ertel": "ES-1694"}}, "raw": {"L": "", "MF": "", "NR": "1694", "ENG": "1", "MA_": "2", "G_NR": "559", "MA12": "4", "MARS": "10", "NAME": "Fouquet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,700", "CSINR": "", "KURTZ": "", "PHAS_": "49,900", "STUND": "3,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "21.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Léon", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "21.01.1869", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BILL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Clairvaux"}}, "partial-ids": {"g55": "03-76"}, "ids-in-source": {"g55": "03-76"}}, "raw": {"DAY": "21-1-1869", "HOUR": "3 h.", "NAME": "FOUQUET Léon", "PLACE": "Clairvaux (Aube)."}, "date": "2023-08-20T14:48:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
20997	raffarin-jean-1914-03-23	{"e3": "1284", "g55": "08-427"}	{"g55": "08-427", "lerrcp": "E3-1284"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Raffarin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-03-23 11:00", "note": null, "place": {"c1": null, "c2": "86", "c3": "", "cy": "FR", "lg": 0.09522, "lat": 46.70869, "name": "Vouzailles", "geoid": 2967607}, "notime": null, "date-ut": "1914-03-23 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Raffarin"}, "birth": {"tzo": "+00:00", "date": "1914-03-23 11:00", "place": {"c2": "86", "c3": "", "cy": "FR", "lg": 0.09522, "lat": 46.70869, "name": "Vouzailles", "geoid": 2967607}, "date-ut": "1914-03-23 11:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1284"}}, "raw": {"H": "11:00", "COD": "86", "DAY": "23", "MON": "03", "NUM": "1284", "PRO": "PO", "YEA": "1914", "CITY": "Vouzailles", "NAME": "RAFFARIN Jean", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"partial-ids": {"g55": "08-427"}, "ids-in-source": {"g55": "08-427"}}, "raw": {"DAY": "23-3-1914", "HOUR": "11 h.", "NAME": "RAFFARIN Jean", "PLACE": "Vouzailles (Vienne)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24898	raingeard-michel-1919-06-20	{"g55": "08-428"}	{"g55": "08-428"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Raingeard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1919-06-20 22:30", "note": null, "place": {"c1": "", "c2": "44", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Nantes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Raingeard", "nobility": ""}, "birth": {"date": "1919-06-20 22:30", "place": {"c1": "", "c2": "44", "c3": "", "cy": "FR", "name": "Nantes"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-428"}}, "raw": {"DAY": "20-6-1919", "HOUR": "22 h. 30", "NAME": "RAINGEARD Michel", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24899	rastel-georges-1910-10-28	{"g55": "08-429"}	{"g55": "08-429"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Rastel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1910-10-28 23:00", "note": null, "place": {"c1": "", "c2": "91", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Montgeron", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Rastel", "nobility": ""}, "birth": {"date": "1910-10-28 23:00", "place": {"c1": "", "c2": "91", "c3": "", "cy": "FR", "name": "Montgeron"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-429"}}, "raw": {"DAY": "28-10-1910", "HOUR": "23 h.", "NAME": "RASTEL Georges", "PLACE": "Montgeron (Seine-et-Oise)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
561	grange-felix-1893-10-20	{"a1": "561", "g55": "03-77", "3a_sports": "1930"}	{"g55": "03-77", "ertel": "ES-1930", "lerrcp": "A1-561"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Grange", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1893-10-20 16:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.38333, "lat": 45.43333, "name": "Saint-Martin-de-Lestra", "geoid": 0}, "notime": null, "date-ut": "1893-10-20 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["billard-player"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Grange"}, "birth": {"tzo": "+00:09:21", "date": "1893-10-20 16:00", "place": {"c2": "42", "cy": "FR", "lg": 4.38333, "lat": 45.43333, "name": "Saint-Martin-de-le", "geoid": 0}, "date-ut": "1893-10-20 15:50:40"}, "occus": ["billard-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-561"}, "ids-in-sources": {"a1": "561"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "42", "COU": "F", "DAY": "20", "LAT": "45N26", "LON": "4E23", "MON": "10", "NUM": "561", "PRO": "C", "SEC": "40", "YEA": "1893", "CITY": "ST-MARTIN-DE-LE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1893-10-20 16:00"}, "partial-ids": {"ertel": "ES-1930"}}, "raw": {"L": "", "MF": "", "NR": "1930", "ENG": "", "MA_": "1", "G_NR": "561", "MA12": "6", "MARS": "18", "NAME": "Grange", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "69,500", "STUND": "16,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Félix", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "20.10.1893", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BILL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Martin-de-Lestra"}}, "partial-ids": {"g55": "03-77"}, "ids-in-source": {"g55": "03-77"}}, "raw": {"DAY": "20-10-1893", "HOUR": "16 h.", "NAME": "GRANGE Felix", "PLACE": "Saint-Martin-de-Lestra (Loire)."}, "date": "2023-08-20T14:48:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
563	marty-jean-1925-12-01	{"a1": "563", "g55": "03-79", "3a_sports": "2717"}	{"g55": "03-79", "ertel": "ES-2717", "lerrcp": "A1-563"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Marty", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1925-12-01 04:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "notime": null, "date-ut": "1925-12-01 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["billard-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Marty"}, "birth": {"tzo": "+00:00", "date": "1925-12-01 04:00", "place": {"c2": "66", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "date-ut": "1925-12-01 04:00"}, "occus": ["billard-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-563"}, "ids-in-sources": {"a1": "563"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "66", "COU": "F", "DAY": "1", "LAT": "42N42", "LON": "2E55", "MON": "12", "NUM": "563", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "PERPIGNAN"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-12-01 04:00"}, "partial-ids": {"ertel": "ES-2717"}}, "raw": {"L": "", "MF": "", "NR": "2717", "ENG": "", "MA_": "1", "G_NR": "563", "MA12": "12", "MARS": "35", "NAME": "Marty", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,300", "CSINR": "", "KURTZ": "", "PHAS_": "99,500", "STUND": "4,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "01.12.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BILL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-79"}, "ids-in-source": {"g55": "03-79"}}, "raw": {"DAY": "1-12-1925", "HOUR": "4 h.", "NAME": "MARTY Jean", "PLACE": "Perpignan (Pyrénées-Orientales)."}, "date": "2023-08-20T14:48:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24900	raymond-laurent-jean-1890-07-20	{"g55": "08-430"}	{"g55": "08-430"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Raymond-laurent", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1890-07-20 09:00", "note": null, "place": {"c1": "", "c2": "30", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Nimes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Raymond-laurent", "nobility": ""}, "birth": {"date": "1890-07-20 09:00", "place": {"c1": "", "c2": "30", "c3": "", "cy": "FR", "name": "Nimes"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-430"}}, "raw": {"DAY": "20-7-1890", "HOUR": "9 h.", "NAME": "RAYMOND-LAURENT Jean", "PLACE": "Nimes (Gard)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24901	regaudie-rene-1908-04-14	{"g55": "08-431"}	{"g55": "08-431"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Regaudie", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1908-04-14 12:00", "note": null, "place": {"c1": "", "c2": "87", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "La Croisille-sur-Briance", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "René", "family": "Regaudie", "nobility": ""}, "birth": {"date": "1908-04-14 12:00", "place": {"c1": "", "c2": "87", "c3": "", "cy": "FR", "name": "La Croisille-sur-Briance"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-431"}}, "raw": {"DAY": "14-4-1908", "HOUR": "12 h.", "NAME": "REGAUDIE René", "PLACE": "La Croisille-sur-Briance (Hte-V.)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24902	reille-soult-d-francois-x-1891-09-11	{"g55": "08-432"}	{"g55": "08-432"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "REILLE-SOULT-D. Francois-X.", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1891-09-11 02:00", "note": null, "place": {"c1": "", "c2": "78", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Versailles", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "REILLE-SOULT-D. Francois-X.", "nobility": ""}, "birth": {"date": "1891-09-11 02:00", "place": {"c1": "", "c2": "78", "c3": "", "cy": "FR", "name": "Versailles"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-432"}}, "raw": {"DAY": "11-9-1891", "HOUR": "2 h.", "NAME": "REILLE-SOULT-D. Francois-X.", "PLACE": "Versailles (Seine-et-O.)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
567	archambault-jean-1926-09-20	{"a1": "567", "g55": "03-473", "3a_sports": "128"}	{"g55": "03-473", "ertel": "ES-128", "lerrcp": "A1-567"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Archambault", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1926-09-20 16:00", "note": null, "place": {"c1": null, "c2": "18", "c3": null, "cy": "FR", "lg": 2.91367, "lat": 47.15386, "name": "Sancergues", "geoid": 2976252}, "notime": null, "date-ut": "1926-09-20 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Archambault"}, "birth": {"tzo": "+01:00", "date": "1926-09-20 16:00", "place": {"c2": "18", "cy": "FR", "lg": 2.91367, "lat": 47.15386, "name": "Sancergues", "geoid": 2976252}, "date-ut": "1926-09-20 15:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-567"}, "ids-in-sources": {"a1": "567"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "18", "COU": "F", "DAY": "20", "LAT": "47N 5", "LON": "2E23", "MON": "9", "NUM": "567", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "SANCERGUES"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-09-20 16:00"}, "partial-ids": {"ertel": "ES-128"}}, "raw": {"L": "", "MF": "", "NR": "128", "ENG": "", "MA_": "1", "G_NR": "567", "MA12": "9", "MARS": "27", "NAME": "Archambault", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,600", "CSINR": "", "KURTZ": "", "PHAS_": "94,700", "STUND": "16,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "20.09.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-473"}, "ids-in-source": {"g55": "03-473"}}, "raw": {"DAY": "20-9-1926", "HOUR": "16 h.", "NAME": "ARCHAMBAULT Jean", "PLACE": "Sancergues (Cher)."}, "date": "2023-08-20T14:48:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
569	auclair-marcel-1927-10-14	{"a1": "569", "g55": "03-475", "3a_sports": "159"}	{"g55": "03-475", "ertel": "ES-159", "lerrcp": "A1-569"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Auclair", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1927-10-14 07:30", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.06802, "lat": 46.03624, "name": "Roanne", "geoid": 2983362}, "notime": null, "date-ut": "1927-10-14 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Auclair"}, "birth": {"tzo": "+00:00", "date": "1927-10-14 07:30", "place": {"c2": "42", "cy": "FR", "lg": 4.06802, "lat": 46.03624, "name": "Roanne", "geoid": 2983362}, "date-ut": "1927-10-14 07:30"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-569"}, "ids-in-sources": {"a1": "569"}}, "raw": {"H": "7", "MN": "30", "TZ": "0", "COD": "42", "COU": "F", "DAY": "14", "LAT": "45N26", "LON": "4E23", "MON": "10", "NUM": "569", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "ROANNE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-10-14 07:30"}, "partial-ids": {"ertel": "ES-159"}}, "raw": {"L": "", "MF": "", "NR": "159", "ENG": "1", "MA_": "2", "G_NR": "569", "MA12": "1", "MARS": "3", "NAME": "Auclair", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,100", "CSINR": "", "KURTZ": "", "PHAS_": "86,100", "STUND": "7,50", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "14.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "14.10.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-475"}, "ids-in-source": {"g55": "03-475"}}, "raw": {"DAY": "*14-10-1927", "HOUR": "7 h. 30", "NAME": "AUCLAIR Marcel", "PLACE": "Roanne (Loire)."}, "date": "2023-08-20T14:48:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24903	renard-adrien-1905-08-07	{"g55": "08-433"}	{"g55": "08-433"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrien", "family": "Renard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1905-08-07 18:00", "note": null, "place": {"c1": "", "c2": "42", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Roanne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Adrien", "family": "Renard", "nobility": ""}, "birth": {"date": "1905-08-07 18:00", "place": {"c1": "", "c2": "42", "c3": "", "cy": "FR", "name": "Roanne"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-433"}}, "raw": {"DAY": "7-8-1905", "HOUR": "18 h.", "NAME": "RENARD Adrien", "PLACE": "Roanne (Loire)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24904	renaud-joseph-1906-03-31	{"g55": "08-434"}	{"g55": "08-434"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Renaud", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1906-03-31 18:00", "note": null, "place": {"c1": "", "c2": "71", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Sully", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Renaud", "nobility": ""}, "birth": {"date": "1906-03-31 18:00", "place": {"c1": "", "c2": "71", "c3": "", "cy": "FR", "name": "Sully"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-434"}}, "raw": {"DAY": "31-3-1906", "HOUR": "18 h.", "NAME": "RENAUD Joseph", "PLACE": "Sully (Saône-et-Loire)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24905	rey-andre-1905-05-23	{"g55": "08-435"}	{"g55": "08-435"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Rey", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1905-05-23 22:00", "note": null, "place": {"c1": "", "c2": "31", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Fronton", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Rey", "nobility": ""}, "birth": {"date": "1905-05-23 22:00", "place": {"c1": "", "c2": "31", "c3": "", "cy": "FR", "name": "Fronton"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-435"}}, "raw": {"DAY": "23-5-1905", "HOUR": "22 h.", "NAME": "REY André", "PLACE": "Fronton (Haute-Garonne)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24906	ribere-marcel-1900-03-16	{"g55": "08-436"}	{"g55": "08-436"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Ribere", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1900-03-16 03:00", "note": null, "place": {"c1": "52", "c2": "", "c3": "", "cy": "DZ", "lg": null, "lat": null, "name": "Souk-Ahras", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Ribere", "nobility": ""}, "birth": {"date": "1900-03-16 03:00", "place": {"c1": "52", "c2": "", "c3": "", "cy": "DZ", "name": "Souk-Ahras"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-436"}}, "raw": {"DAY": "16-3-1900", "HOUR": "3 h.", "NAME": "RIBERE Marcel", "PLACE": "Souk-Ahras (Constantine)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
572	bataille-jacques-1929-09-20	{"a1": "572", "g55": "03-82", "3a_sports": "278"}	{"g55": "03-82", "ertel": "ES-278", "lerrcp": "A1-572"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Bataille", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1929-09-20 19:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1929-09-20 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Bataille"}, "birth": {"tzo": "+01:00", "date": "1929-09-20 19:00", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1929-09-20 18:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-572"}, "ids-in-sources": {"a1": "572"}}, "raw": {"H": "18", "MN": "0", "TZ": "0", "COD": "80", "COU": "F", "DAY": "20", "LAT": "49N54", "LON": "2E18", "MON": "9", "NUM": "572", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "AMIENS"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-09-20 19:00"}, "partial-ids": {"ertel": "ES-278"}}, "raw": {"L": "", "MF": "", "NR": "278", "ENG": "", "MA_": "1", "G_NR": "572", "MA12": "6", "MARS": "18", "NAME": "Bataille", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,100", "CSINR": "", "KURTZ": "", "PHAS_": "98,800", "STUND": "19,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "20.09.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-82"}, "ids-in-source": {"g55": "03-82"}}, "raw": {"DAY": "20-9-1929", "HOUR": "19 h.", "NAME": "BATAILLE Jacques", "PLACE": "Amiens (Somme)."}, "date": "2023-08-20T14:48:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
574	benedetto-valere-1926-11-26	{"a1": "574", "g55": "03-478", "3a_sports": "340"}	{"g55": "03-478", "ertel": "ES-340", "lerrcp": "A1-574"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Valère", "family": "Benedetto", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1926-11-26", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "notime": null, "date-ut": "1926-11-26 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Valère", "family": "Benedetto"}, "birth": {"tzo": "+00:00", "date": "1926-11-26 16:00", "place": {"c2": "13", "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "date-ut": "1926-11-26 16:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-574"}, "ids-in-sources": {"a1": "574"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "13", "COU": "F", "DAY": "26", "LAT": "43N18", "LON": "5E22", "MON": "11", "NUM": "574", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "AIX-EN-PROVENCE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-11-26"}, "partial-ids": {"ertel": "ES-340"}}, "raw": {"L": "", "MF": "", "NR": "340", "ENG": "1", "MA_": "2", "G_NR": "574", "MA12": "1", "MARS": "2", "NAME": "Benedetto", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,100", "CSINR": "", "KURTZ": "", "PHAS_": "62,400", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "26.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Valere", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "26.11.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-478"}, "ids-in-source": {"g55": "03-478"}}, "raw": {"DAY": "26-11-1926", "HOUR": "16 h.", "NAME": "BENEDETTO Valére", "PLACE": "Aix-en-Provence (B.-du-Rh.)."}, "date": "2023-08-20T14:48:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24907	rincent-germain-1899-10-30	{"g55": "08-437"}	{"g55": "08-437"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Germain", "family": "Rincent", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1899-10-30 06:00", "note": null, "place": {"c1": "", "c2": "10", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Phal", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Germain", "family": "Rincent", "nobility": ""}, "birth": {"date": "1899-10-30 06:00", "place": {"c1": "", "c2": "10", "c3": "", "cy": "FR", "name": "Saint-Phal"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-437"}}, "raw": {"DAY": "30-10-1899", "HOUR": "6 h.", "NAME": "RINCENT Germain", "PLACE": "Saint-Phal (Aube)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24908	ritzenthaler-eugene-1906-03-10	{"g55": "08-438"}	{"g55": "08-438"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Ritzenthaler", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1906-03-10 01:00", "note": null, "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Holtzwihr", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Ritzenthaler", "nobility": ""}, "birth": {"date": "1906-03-10 01:00", "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "name": "Holtzwihr"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-438"}}, "raw": {"DAY": "10-3-1906", "HOUR": "1 h.", "NAME": "RITZENTHALER Eugène", "PLACE": "Holtzwihr (Haut-Rhin)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24909	roca-gilberte-1911-02-18	{"g55": "08-439"}	{"g55": "08-439"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilberte", "family": "Roca", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1911-02-18 23:00", "note": null, "place": {"c1": "", "c2": "11", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Cailhau", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Gilberte", "family": "Roca", "nobility": ""}, "birth": {"date": "1911-02-18 23:00", "place": {"c1": "", "c2": "11", "c3": "", "cy": "FR", "name": "Cailhau"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-439"}}, "raw": {"DAY": "18-2-1911", "HOUR": "23 h.", "NAME": "ROCA Gilberte", "PLACE": "Cailhau (Aude)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24910	rolland-georges-1906-03-05	{"g55": "08-440"}	{"g55": "08-440"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Rolland", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1906-03-05 04:00", "note": null, "place": {"c1": "", "c2": "15", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Bonnet", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Rolland", "nobility": ""}, "birth": {"date": "1906-03-05 04:00", "place": {"c1": "", "c2": "15", "c3": "", "cy": "FR", "name": "Saint-Bonnet"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-440"}}, "raw": {"DAY": "5-3-1906", "HOUR": "4 h.", "NAME": "ROLLAND Georges", "PLACE": "Saint-Bonnet (Cantal)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
577	bouquet-jules-1929-03-05	{"a1": "577", "g55": "03-481", "3a_sports": "605"}	{"g55": "03-481", "ertel": "ES-605", "lerrcp": "A1-577"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Bouquet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1929-03-05 19:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Heénin-Liétard", "geoid": 0}, "notime": null, "date-ut": "1929-03-05 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Bouquet"}, "birth": {"tzo": "+00:00", "date": "1929-03-05 19:00", "place": {"c2": "62", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Henin-Lietard", "geoid": 0}, "date-ut": "1929-03-05 19:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-577"}, "ids-in-sources": {"a1": "577"}}, "raw": {"H": "19", "MN": "0", "TZ": "0", "COD": "62", "COU": "F", "DAY": "5", "LAT": "50N18", "LON": "2E46", "MON": "3", "NUM": "577", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "HENIN-LIETARD"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-03-05 19:00"}, "partial-ids": {"ertel": "ES-605"}}, "raw": {"L": "", "MF": "", "NR": "605", "ENG": "1", "MA_": "2", "G_NR": "577", "MA12": "4", "MARS": "10", "NAME": "Bouquet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,200", "CSINR": "", "KURTZ": "", "PHAS_": "35,900", "STUND": "19,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "05.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jules", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "05.03.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Heénin-Liétard"}}, "partial-ids": {"g55": "03-481"}, "ids-in-source": {"g55": "03-481"}}, "raw": {"DAY": "5-3-1929", "HOUR": "19 h.", "NAME": "BOUQUET Jules", "PLACE": "Heénin-Liétard (Pas-de-Calais)."}, "date": "2023-08-20T14:48:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
579	bro-jacques-1926-11-13	{"a1": "579", "g55": "03-483", "3a_sports": "676"}	{"g55": "03-483", "ertel": "ES-676", "lerrcp": "A1-579"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Bro", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1926-11-13 06:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1926-11-13 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Bro"}, "birth": {"tzo": "+00:00", "date": "1926-11-13 06:00", "place": {"c2": "87", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1926-11-13 06:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-579"}, "ids-in-sources": {"a1": "579"}}, "raw": {"H": "6", "MN": "0", "TZ": "0", "COD": "87", "COU": "F", "DAY": "13", "LAT": "45N50", "LON": "1E15", "MON": "11", "NUM": "579", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "LIMOGES"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-11-13 06:00"}, "partial-ids": {"ertel": "ES-676"}}, "raw": {"L": "", "MF": "", "NR": "676", "ENG": "", "MA_": "1", "G_NR": "579", "MA12": "7", "MARS": "19", "NAME": "Bro", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,200", "CSINR": "", "KURTZ": "", "PHAS_": "50,600", "STUND": "6,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "13.11.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-483"}, "ids-in-source": {"g55": "03-483"}}, "raw": {"DAY": "13-11-1926", "HOUR": "6 h.", "NAME": "BRO Jacques", "PLACE": "Limoges (Haute-Vienne)."}, "date": "2023-08-20T14:48:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
13001	rollin-louis-1879-03-27	{"a5": "1534", "g55": "08-441"}	{"g55": "08-441", "lerrcp": "A5-1534"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Rollin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:15", "date": "1879-03-27 20:00", "note": null, "place": {"c1": null, "c2": "19", "c3": null, "cy": "FR", "lg": 1.56341, "lat": 45.42462, "name": "Uzerche", "geoid": 2971259}, "notime": null, "date-ut": "1879-03-27 19:52:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Rollin"}, "birth": {"tzo": "+00:06:15", "date": "1879-03-27 20:00", "place": {"c2": "19", "cy": "FR", "lg": 1.56341, "lat": 45.42462, "name": "Uzerche", "geoid": 2971259}, "date-ut": "1879-03-27 19:52:56"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1534"}, "ids-in-sources": {"a5": "1534"}}, "raw": {"H": "19", "MN": "52", "TZ": "0", "COD": "19", "COU": "F", "DAY": "27", "LAT": "45N16", "LON": "1E46", "MON": "3", "NUM": "1534", "PRO": "PT", "SEC": "56", "YEA": "1879", "CITY": "UZERCHE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-441"}, "ids-in-source": {"g55": "08-441"}}, "raw": {"DAY": "27-3-1879", "HOUR": "20 h.", "NAME": "ROLLIN Louis", "PLACE": "Uzerche (Corrèze)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24911	roucaute-gabriel-1904-04-24	{"g55": "08-442"}	{"g55": "08-442"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Roucaute", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1904-04-24 21:00", "note": null, "place": {"c1": "", "c2": "30", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Alés", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Roucaute", "nobility": ""}, "birth": {"date": "1904-04-24 21:00", "place": {"c1": "", "c2": "30", "c3": "", "cy": "FR", "name": "Alés"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-442"}}, "raw": {"DAY": "24-4-1904", "HOUR": "21 h.", "NAME": "ROUCAUTE Gabriel", "PLACE": "Alés (Gard)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
582	caulet-auguste-1926-10-15	{"a1": "582", "g55": "03-485", "3a_sports": "910"}	{"g55": "03-485", "ertel": "ES-910", "lerrcp": "A1-582"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Caulet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1926-10-15 03:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1926-10-15 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Caulet"}, "birth": {"tzo": "+00:00", "date": "1926-10-15 03:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1926-10-15 03:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-582"}, "ids-in-sources": {"a1": "582"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "34", "COU": "F", "DAY": "15", "LAT": "43N37", "LON": "3E53", "MON": "10", "NUM": "582", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-10-15 03:00"}, "partial-ids": {"ertel": "ES-910"}}, "raw": {"L": "", "MF": "", "NR": "910", "ENG": "1", "MA_": "2", "G_NR": "582", "MA12": "4", "MARS": "12", "NAME": "Caulet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,000", "CSINR": "", "KURTZ": "", "PHAS_": "54,500", "STUND": "3,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "15.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Auguste", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "15.10.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-485"}, "ids-in-source": {"g55": "03-485"}}, "raw": {"DAY": "15-10-1926", "HOUR": "3 h.", "NAME": "CAULET Auguste", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:48:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
584	cerdan-marcel-1916-07-22	{"a1": "584", "g55": "03-83", "3a_sports": "941"}	{"g55": "03-83", "cpara": "CP-105", "ertel": "ES-941", "lerrcp": "A1-584"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Cerdan", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1916-07-22 21:00", "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": -0.63085, "lat": 35.18994, "name": "Sidi Bel Abbès", "geoid": 2481007}, "notime": null, "date-ut": "1916-07-22 21:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Cerdan"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": -0.63085, "lat": 35.18994, "name": "Sidi Bel Abbès", "geoid": 2481007}, "date-ut": "1916-07-22 21:00:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-584"}, "ids-in-sources": {"a1": "584"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "22", "LAT": "35N20", "LON": "0W45", "MON": "7", "NUM": "584", "PRO": "C", "SEC": "0", "YEA": "1916", "CITY": "SIDI-BEL-ABBES"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1916-07-22 21:00"}, "partial-ids": {"ertel": "ES-941"}}, "raw": {"L": "", "MF": "", "NR": "941", "ENG": "", "MA_": "0", "G_NR": "584", "MA12": "6", "MARS": "16", "NAME": "Cerdan", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,50", "CSINR": "", "KURTZ": "", "PHAS_": "49,900", "STUND": "21,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.07.", "ZITATE": "DRF", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "105", "VORNAME": "Marcel", "ZITRANG": "4", "GAUQ1955": "+", "GEBDATUM": "22.07.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-83"}, "ids-in-source": {"g55": "03-83"}}, "raw": {"DAY": "22-7-1916", "HOUR": "21 h.", "NAME": "CERDAN Marcel", "PLACE": "Sidi-Bel-Abbès (Algérie)."}, "date": "2023-08-20T14:48:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
19457	rougier-jean-1885-07-02	{"e1": "1835", "g55": "08-443"}	{"g55": "08-443", "lerrcp": "E1-1835"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Rougier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06", "date": "1885-07-02 10:00", "note": null, "place": {"c1": null, "c2": "46", "c3": "", "cy": "FR", "lg": 1.43663, "lat": 44.4491, "name": "Cahors", "geoid": 3029213}, "notime": null, "date-ut": "1885-07-02 09:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician", "politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Rougier"}, "birth": {"tzo": "+00:06", "date": "1885-07-02 10:00", "place": {"c2": "46", "c3": "", "cy": "FR", "lg": 1.43663, "lat": 44.4491, "name": "Cahors", "geoid": 3029213}, "date-ut": "1885-07-02 09:54"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1835"}}, "raw": {"H": "10:00", "COD": "46", "DAY": "02", "MON": "07", "NUM": "1835", "PRO": "PH", "YEA": "1885", "CITY": "Cahors", "NAME": "ROUGIER Jean", "NOTE": "-"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"partial-ids": {"g55": "08-443"}, "ids-in-source": {"g55": "08-443"}}, "raw": {"DAY": "2-7-1885", "HOUR": "10 h.", "NAME": "ROUGIER Jean-Pierre", "PLACE": "Cahors (Lot)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[null]
24912	rousseau-charles-1884-01-18	{"g55": "08-444"}	{"g55": "08-444"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Rousseau", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1884-01-18 17:15", "note": null, "place": {"c1": "", "c2": "85", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Sables-d’Olonne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Rousseau", "nobility": ""}, "birth": {"date": "1884-01-18 17:15", "place": {"c1": "", "c2": "85", "c3": "", "cy": "FR", "name": "Sables-d’Olonne"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-444"}}, "raw": {"DAY": "18-1-1884", "HOUR": "17 h. 15", "NAME": "ROUSSEAU Charles", "PLACE": "Sables-d’Olonne (Vendée)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
587	chemama-emile-1926-03-04	{"a1": "587", "g55": "03-488", "3a_sports": "984"}	{"g55": "03-488", "ertel": "ES-984", "lerrcp": "A1-587"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Chemama", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-03-04 16:10", "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 7.75, "lat": 37, "name": "Bône", "geoid": 0}, "notime": null, "date-ut": "1926-03-04 16:10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Chemama"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 7.75, "lat": 37, "name": "BONE", "geoid": 0}, "date-ut": "1926-03-04 16:10:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-587"}, "ids-in-sources": {"a1": "587"}}, "raw": {"H": "16", "MN": "10", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "4", "LAT": "37N 0", "LON": "7E45", "MON": "3", "NUM": "587", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "BONE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-03-04 16:10"}, "partial-ids": {"ertel": "ES-984"}}, "raw": {"L": "", "MF": "", "NR": "984", "ENG": "", "MA_": "0", "G_NR": "587", "MA12": "8", "MARS": "23", "NAME": "Chemama", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,700", "CSINR": "", "KURTZ": "", "PHAS_": "83,300", "STUND": "16,17", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Emile", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "04.03.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Bône"}}, "partial-ids": {"g55": "03-488"}, "ids-in-source": {"g55": "03-488"}}, "raw": {"DAY": "4-3-1926", "HOUR": "16 h. 10", "NAME": "CHEMAMA Emile", "PLACE": "Bône (Algérie)."}, "date": "2023-08-20T14:48:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
589	clavel-michel-1931-03-12	{"a1": "589", "g55": "03-490", "3a_sports": "1030"}	{"g55": "03-490", "ertel": "ES-1030", "lerrcp": "A1-589"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Clavel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1931-03-12 24:00", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.38333, "lat": 48.91667, "name": "Aubervilliers", "geoid": 3036386}, "notime": null, "date-ut": "1931-03-12 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Clavel"}, "birth": {"tzo": "+00:00", "date": "1931-03-12 00:00", "place": {"c2": "93", "cy": "FR", "lg": 2.38333, "lat": 48.91667, "name": "Aubervilliers", "geoid": 3036386}, "date-ut": "1931-03-12 00:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-589"}, "ids-in-sources": {"a1": "589"}}, "raw": {"H": "0", "MN": "0", "TZ": "0", "COD": "93", "COU": "F", "DAY": "13", "LAT": "48N55", "LON": "2E30", "MON": "3", "NUM": "589", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "AUBERVILLIERS"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-03-12 24:00"}, "partial-ids": {"ertel": "ES-1030"}}, "raw": {"L": "", "MF": "", "NR": "1030", "ENG": "", "MA_": "1", "G_NR": "589", "MA12": "5", "MARS": "13", "NAME": "Clavel", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,20", "CSINR": "", "KURTZ": "", "PHAS_": "42,200", "STUND": "24,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "12.03.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-490"}, "ids-in-source": {"g55": "03-490"}}, "raw": {"DAY": "12-3-1931", "HOUR": "0 h.", "NAME": "CLAVEL Michel", "PLACE": "Aubervilliers (Seine)."}, "date": "2023-08-20T14:48:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24913	rousselot-rene-1899-12-05	{"g55": "08-445"}	{"g55": "08-445"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Rousselot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1899-12-05 05:00", "note": null, "place": {"c1": "", "c2": "55", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Nicey-sur-Aire", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "René", "family": "Rousselot", "nobility": ""}, "birth": {"date": "1899-12-05 05:00", "place": {"c1": "", "c2": "55", "c3": "", "cy": "FR", "name": "Nicey-sur-Aire"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-445"}}, "raw": {"DAY": "5-12-1899", "HOUR": "5 h.", "NAME": "ROUSSELOT René", "PLACE": "Nicey-sur-Aire (Meuse)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24914	saint-cyr-jean-1899-03-07	{"g55": "08-446"}	{"g55": "08-446"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Saint-cyr", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1899-03-07 03:00", "note": null, "place": {"c1": "", "c2": "01", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Ambérieux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Saint-cyr", "nobility": ""}, "birth": {"date": "1899-03-07 03:00", "place": {"c1": "", "c2": "01", "c3": "", "cy": "FR", "name": "Ambérieux"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-446"}}, "raw": {"DAY": "7-3-1899", "HOUR": "3 h.", "NAME": "SAINT-CYR Jean", "PLACE": "Ambérieux (Ain)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24915	salliard-du-rivault-jean-1893-08-29	{"g55": "08-447"}	{"g55": "08-447"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "du RIVAULT Jean", "family": "Salliard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1893-08-29 23:00", "note": null, "place": {"c1": "", "c2": "86", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Gaudent", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "du RIVAULT Jean", "family": "Salliard", "nobility": ""}, "birth": {"date": "1893-08-29 23:00", "place": {"c1": "", "c2": "86", "c3": "", "cy": "FR", "name": "Saint-Gaudent"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-447"}}, "raw": {"DAY": "29-8-1893", "HOUR": "23 h.", "NAME": "SALLIARD du RIVAULT Jean", "PLACE": "Saint-Gaudent (Vienne)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
594	criqui-eugene-1893-08-15	{"a1": "594", "3a_sports": "1159"}	{"ertel": "ES-1159", "lerrcp": "A1-594"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Criqui", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1893-08-15 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "4", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1893-08-15 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Criqui"}, "birth": {"tzo": "+00:09:21", "date": "1893-08-15 06:00", "place": {"c2": "75", "c3": "4", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1893-08-15 05:50:40"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-594"}, "ids-in-sources": {"a1": "594"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "15", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "594", "PRO": "C", "SEC": "40", "YEA": "1893", "CITY": "PARIS 4E"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1893-08-15 06:00"}, "partial-ids": {"ertel": "ES-1159"}}, "raw": {"L": "", "MF": "", "NR": "1159", "ENG": "1", "MA_": "2", "G_NR": "594", "MA12": "1", "MARS": "1", "NAME": "Criqui", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,900", "CSINR": "", "KURTZ": "", "PHAS_": "11,600", "STUND": "6,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "15.08.", "ZITATE": "DR", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Eugene", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "15.08.1893", "GQBECORR": "a2", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
592	colin-charles-1929-01-07	{"a1": "592", "g55": "03-493", "3a_sports": "1055"}	{"g55": "03-493", "ertel": "ES-1055", "lerrcp": "A1-592"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Colin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1929-01-07 23:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -2.20133, "lat": 47.38234, "name": "Saint-Joachim", "geoid": 2979179}, "notime": null, "date-ut": "1929-01-07 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Colin"}, "birth": {"tzo": "+00:00", "date": "1929-01-07 23:00", "place": {"c2": "44", "cy": "FR", "lg": -2.20133, "lat": 47.38234, "name": "Saint-Joachim", "geoid": 2979179}, "date-ut": "1929-01-07 23:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-592"}, "ids-in-sources": {"a1": "592"}}, "raw": {"H": "23", "MN": "0", "TZ": "0", "COD": "44", "COU": "F", "DAY": "7", "LAT": "47N13", "LON": "1W35", "MON": "1", "NUM": "592", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "ST-JOACHIM"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-01-07 23:00"}, "partial-ids": {"ertel": "ES-1055"}}, "raw": {"L": "", "MF": "", "NR": "1055", "ENG": "1", "MA_": "2", "G_NR": "592", "MA12": "4", "MARS": "10", "NAME": "Colin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,100", "CSINR": "", "KURTZ": "", "PHAS_": "13,900", "STUND": "23,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "07.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Charles", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "07.01.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-493"}, "ids-in-source": {"g55": "03-493"}}, "raw": {"DAY": "7-1-1929", "HOUR": "23 h.", "NAME": "COLIN Charles", "PLACE": "Saint-Joachim (Loire-Inférieure)."}, "date": "2023-08-20T14:48:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24916	sauer-raoul-1898-03-19	{"g55": "08-448"}	{"g55": "08-448"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raoul", "family": "Sauer", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1898-03-19 16:00", "note": null, "place": {"c1": "", "c2": "08", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Autrecourt", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Raoul", "family": "Sauer", "nobility": ""}, "birth": {"date": "1898-03-19 16:00", "place": {"c1": "", "c2": "08", "c3": "", "cy": "FR", "name": "Autrecourt"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-448"}}, "raw": {"DAY": "19-3-1898", "HOUR": "16 h.", "NAME": "SAUER Raoul", "PLACE": "Autrecourt (Ardennes)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24917	sauvage-jean-1909-10-03	{"g55": "08-449"}	{"g55": "08-449"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Sauvage", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1909-10-03 08:00", "note": null, "place": {"c1": "", "c2": "49", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Angers", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Sauvage", "nobility": ""}, "birth": {"date": "1909-10-03 08:00", "place": {"c1": "", "c2": "49", "c3": "", "cy": "FR", "name": "Angers"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-449"}}, "raw": {"DAY": "3-10-1909", "HOUR": "8 h.", "NAME": "SAUVAGE Jean", "PLACE": "Angers (Maine-et-Loire)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24918	sauvajon-charles-1908-06-14	{"g55": "08-450"}	{"g55": "08-450"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Sauvajon", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1908-06-14 11:00", "note": null, "place": {"c1": "", "c2": "07", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Le Pouzin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Sauvajon", "nobility": ""}, "birth": {"date": "1908-06-14 11:00", "place": {"c1": "", "c2": "07", "c3": "", "cy": "FR", "name": "Le Pouzin"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-450"}}, "raw": {"DAY": "14-6-1908", "HOUR": "11 h.", "NAME": "SAUVAJON Charles", "PLACE": "Le Pouzin (Ardèche)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
597	dauthuille-laurent-1924-02-20	{"a1": "597", "g55": "03-86", "3a_sports": "1227", "cfepp-final3": "234"}	{"g55": "03-86", "cfepp": "CF-234", "cpara": "CP-143", "ertel": "ES-1227", "lerrcp": "A1-597"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Laurent", "family": "Dauthuille", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1924-02-20 12:00", "note": null, "place": {"c1": null, "c2": "02", "c3": "", "cy": "FR", "lg": 3.21857, "lat": 49.61514, "name": "Chauny", "geoid": 3025860}, "notime": null, "date-ut": "1924-02-20 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Laurent", "family": "Dauthuille"}, "birth": {"tzo": "+00:00", "date": "1924-02-20 12:00", "place": {"c2": "02", "cy": "FR", "lg": 3.21857, "lat": 49.61514, "name": "Chauny", "geoid": 3025860}, "date-ut": "1924-02-20 12:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-597"}, "ids-in-sources": {"a1": "597"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "02", "COU": "F", "DAY": "20", "LAT": "49N34", "LON": "3E37", "MON": "2", "NUM": "597", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "CHAUNY"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-02-20 12:00"}, "partial-ids": {"ertel": "ES-1227"}}, "raw": {"L": "", "MF": "", "NR": "1227", "ENG": "", "MA_": "1", "G_NR": "597", "MA12": "7", "MARS": "20", "NAME": "Dauthuille", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,700", "CSINR": "", "KURTZ": "p", "PHAS_": "99,500", "STUND": "12,00", "CFEPNR": "234", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "143", "VORNAME": "Laurent", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "20.02.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:05+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1924-02-20 12:00", "place": {"c3": ""}, "date-ut": "1924-02-20 12:00"}, "occus": ["boxer"], "ids-in-sources": {"cfepp-final3": "234"}}, "raw": {"S": "7", "LT": "12 00", "LV": "F", "TR": "f", "UT": "12 00", "LAT": "+49.63", "SRC": "ALG", "LONG": "-03.24", "NAME": "DAUTHUILLE Laurent", "SPORT": "Boxing", "LOC_DATE": "1924 02 20", "UNIV_DATE": "1924 02 20", "BIRTH_PLACE": "VIRY NOUREUIL", "POSTAL_CODE": "02300"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-86"}, "ids-in-source": {"g55": "03-86"}}, "raw": {"DAY": "20-2-1924", "HOUR": "12 h.", "NAME": "DAUTHUILLE Laurent", "PLACE": "Chauny (Aisne)."}, "date": "2023-08-20T14:48:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
600	dogniaux-paul-1913-09-11	{"a1": "600", "g55": "03-87", "3a_sports": "1426", "cfepp-final3": "235"}	{"g55": "03-87", "cfepp": "CF-235", "ertel": "ES-1426", "lerrcp": "A1-600"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Dogniaux", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1913-09-11 22:00", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Velizy", "geoid": 0}, "notime": null, "date-ut": "1913-09-11 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Dogniaux"}, "birth": {"tzo": "+00:00", "date": "1913-09-11 22:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Velizy", "geoid": 0}, "date-ut": "1913-09-11 22:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-600"}, "ids-in-sources": {"a1": "600"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "78", "COU": "F", "DAY": "11", "LAT": "48N50", "LON": "2E 8", "MON": "9", "NUM": "600", "PRO": "C", "SEC": "0", "YEA": "1913", "CITY": "VELIZY"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1913-09-11 22:00"}, "partial-ids": {"ertel": "ES-1426"}}, "raw": {"L": "", "MF": "", "NR": "1426", "ENG": "0", "MA_": "2", "G_NR": "600", "MA12": "12", "MARS": "36", "NAME": "Dogniaux", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,000", "CSINR": "", "KURTZ": "", "PHAS_": "82,300", "STUND": "22,00", "CFEPNR": "235", "EXTEND": "1", "NATION": "FRA", "TAGMON": "11.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Paul", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "11.09.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1913-09-11 22:00", "place": {"c3": ""}, "date-ut": "1913-09-11 22:00"}, "occus": ["boxer"], "ids-in-sources": {"cfepp-final3": "235"}}, "raw": {"S": "12", "LT": "22 00", "LV": "F", "TR": "f", "UT": "22 00", "LAT": "+48.79", "SRC": "AG", "LONG": "-02.19", "NAME": "DOGNIAUX Paul", "SPORT": "Boxing", "LOC_DATE": "1913 09 11", "UNIV_DATE": "1913 09 11", "BIRTH_PLACE": "VELIZY VILLACOUBLAY", "POSTAL_CODE": "78140"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Velizy"}}, "partial-ids": {"g55": "03-87"}, "ids-in-source": {"g55": "03-87"}}, "raw": {"DAY": "11-9-1913", "HOUR": "22 h.", "NAME": "DOGNIAUX Paul", "PLACE": "Velizy (Seine-et-Oise)."}, "date": "2023-08-20T14:48:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24919	savale-henri-1896-01-21	{"g55": "08-451"}	{"g55": "08-451"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Savale", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1896-01-21 17:15", "note": null, "place": {"c1": "", "c2": "76", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Darnétal", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Savale", "nobility": ""}, "birth": {"date": "1896-01-21 17:15", "place": {"c1": "", "c2": "76", "c3": "", "cy": "FR", "name": "Darnétal"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-451"}}, "raw": {"DAY": "21-1-1896", "HOUR": "17 h. 15", "NAME": "SAVALE Henri", "PLACE": "Darnétal (Seine-Inférieure)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
21088	savary-alain-1918-04-25	{"e3": "1376", "g55": "08-452"}	{"g55": "08-452", "lerrcp": "E3-1376"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Savary", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-04-25 00:30", "note": null, "place": {"c1": null, "c2": "", "c3": "", "cy": "DZ", "lg": 3.08746, "lat": 36.73225, "name": "Alger", "geoid": 2507480}, "notime": null, "date-ut": "1918-04-24 23:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Alain", "family": "Savary"}, "birth": {"tzo": "+01:00", "date": "1918-04-25 00:30", "place": {"c2": "", "c3": "", "cy": "DZ", "lg": 3.08746, "lat": 36.73225, "name": "Alger", "geoid": 2507480}, "date-ut": "1918-04-24 23:30"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1376"}}, "raw": {"H": "00:30", "COD": "ALG", "DAY": "25", "MON": "04", "NUM": "1376", "PRO": "PO", "YEA": "1918", "CITY": "Alger - Algérie", "NAME": "SAVARY Alain", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"partial-ids": {"g55": "08-452"}, "ids-in-source": {"g55": "08-452"}}, "raw": {"DAY": "25-4-1918", "HOUR": "0 h. 30", "NAME": "SAVARY Francois", "PLACE": "Alger (Algérie)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24920	schaff-joseph-1906-11-09	{"g55": "08-453"}	{"g55": "08-453"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Schaff", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1906-11-09 09:00", "note": null, "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Sarreguemines", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Schaff", "nobility": ""}, "birth": {"date": "1906-11-09 09:00", "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "name": "Sarreguemines"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-453"}}, "raw": {"DAY": "9-11-1906", "HOUR": "9 h.", "NAME": "SCHAFF Joseph", "PLACE": "Sarreguemines (Moselle)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
604	escudie-aime-1927-05-28	{"a1": "604", "g55": "03-88", "3a_sports": "1552"}	{"g55": "03-88", "ertel": "ES-1552", "lerrcp": "A1-604"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aimé", "family": "Escudie", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1927-05-28 23:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "notime": null, "date-ut": "1927-05-28 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Aimé", "family": "Escudie"}, "birth": {"tzo": "+01:00", "date": "1927-05-28 23:00", "place": {"c2": "34", "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "date-ut": "1927-05-28 22:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-604"}, "ids-in-sources": {"a1": "604"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "34", "COU": "F", "DAY": "28", "LAT": "43N37", "LON": "3E53", "MON": "5", "NUM": "604", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "BEZIERS"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-05-28 23:00"}, "partial-ids": {"ertel": "ES-1552"}}, "raw": {"L": "", "MF": "", "NR": "1552", "ENG": "", "MA_": "1", "G_NR": "604", "MA12": "6", "MARS": "18", "NAME": "Escudié", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,600", "CSINR": "", "KURTZ": "", "PHAS_": "11,500", "STUND": "23,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Aimé", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "28.05.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-88"}, "ids-in-source": {"g55": "03-88"}}, "raw": {"DAY": "28-5-1927", "HOUR": "23 h.", "NAME": "ESCUDIE Aimé", "PLACE": "Béziers (Hérault)."}, "date": "2023-08-20T14:48:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
602	dupre-marcel-1930-09-16	{"a1": "602", "g55": "03-498", "3a_sports": "1500"}	{"g55": "03-498", "ertel": "ES-1500", "lerrcp": "A1-602"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Dupre", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1930-09-16 12:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.29668, "lat": 48.75329, "name": "Antony", "geoid": 3037423}, "notime": null, "date-ut": "1930-09-16 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Dupre"}, "birth": {"tzo": "+01:00", "date": "1930-09-16 12:00", "place": {"c2": "92", "cy": "FR", "lg": 2.29668, "lat": 48.75329, "name": "Antony", "geoid": 3037423}, "date-ut": "1930-09-16 11:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-602"}, "ids-in-sources": {"a1": "602"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "92", "COU": "F", "DAY": "16", "LAT": "48N50", "LON": "2E11", "MON": "9", "NUM": "602", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "ANTONY"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-09-16 12:00"}, "partial-ids": {"ertel": "ES-1500"}}, "raw": {"L": "", "MF": "", "NR": "1500", "ENG": "", "MA_": "1", "G_NR": "602", "MA12": "5", "MARS": "14", "NAME": "Dupre", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,80", "CSINR": "", "KURTZ": "", "PHAS_": "48,900", "STUND": "12,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "16.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "16.09.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-498"}, "ids-in-source": {"g55": "03-498"}}, "raw": {"DAY": "16-9-1930", "HOUR": "12 h.", "NAME": "DUPRE Marcel", "PLACE": "Antony (Seine)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24921	schmitt-albert-1900-05-31	{"g55": "08-454"}	{"g55": "08-454"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Schmitt", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1900-05-31 03:30", "note": null, "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Bischheim", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Schmitt", "nobility": ""}, "birth": {"date": "1900-05-31 03:30", "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "name": "Bischheim"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-454"}}, "raw": {"DAY": "31-5-1900", "HOUR": "3 h. 30", "NAME": "SCHMITT Albert", "PLACE": "Bischheim (Bas-Rhin)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24922	schmitt-rene-1907-03-17	{"g55": "08-455"}	{"g55": "08-455"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Schmitt", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1907-03-17 22:00", "note": null, "place": {"c1": "", "c2": "27", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Cormeilles", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "René", "family": "Schmitt", "nobility": ""}, "birth": {"date": "1907-03-17 22:00", "place": {"c1": "", "c2": "27", "c3": "", "cy": "FR", "name": "Cormeilles"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-455"}}, "raw": {"DAY": "17-3-1907", "HOUR": "22 h.", "NAME": "SCHMITT René", "PLACE": "Cormeilles (Eure)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
21093	schneiter-pierre-1905-05-13	{"e3": "1381", "g55": "08-456"}	{"g55": "08-456", "lerrcp": "E3-1381"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Schneiter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-05-13 04:00", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "notime": null, "date-ut": "1905-05-13 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Schneiter"}, "birth": {"tzo": "+00:09", "date": "1905-05-13 04:00", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "date-ut": "1905-05-13 03:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1381"}}, "raw": {"H": "04:00", "COD": "51", "DAY": "13", "MON": "05", "NUM": "1381", "PRO": "PO", "YEA": "1905", "CITY": "Reims", "NAME": "SCHNEITER Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"partial-ids": {"g55": "08-456"}, "ids-in-source": {"g55": "08-456"}}, "raw": {"DAY": "13-5-1905", "HOUR": "4 h.", "NAME": "SCHNEUER Pierre", "PLACE": "Reims (Marne)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24923	segelle-pierre-1899-09-11	{"g55": "08-457"}	{"g55": "08-457"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Segelle", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1899-09-11 05:15", "note": null, "place": {"c1": "06", "c2": "", "c3": "", "cy": "DZ", "lg": null, "lat": null, "name": "Médéa", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Segelle", "nobility": ""}, "birth": {"date": "1899-09-11 05:15", "place": {"c1": "06", "c2": "", "c3": "", "cy": "DZ", "name": "Médéa"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-457"}}, "raw": {"DAY": "11-9-1899", "HOUR": "5 h. 15", "NAME": "SEGELLE Pierre", "PLACE": "Médéa (Alger)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24924	serafini-antoine-1900-11-10	{"g55": "08-458"}	{"g55": "08-458"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Serafini", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1900-11-10 19:00", "note": null, "place": {"c1": "", "c2": "20", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Ajaccio", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Serafini", "nobility": ""}, "birth": {"date": "1900-11-10 19:00", "place": {"c1": "", "c2": "20", "c3": "", "cy": "FR", "name": "Ajaccio"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-458"}}, "raw": {"DAY": "10-11-1900", "HOUR": "19 h.", "NAME": "SERAFINI Antoine", "PLACE": "Ajaccio (Corse)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
607	famechon-raymond-1924-11-08	{"a1": "607", "g55": "03-91", "3a_sports": "1582", "cfepp-final3": "237"}	{"g55": "03-91", "cfepp": "CF-237", "cpara": "CP-183", "ertel": "ES-1582", "lerrcp": "A1-607"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Famechon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1924-11-08 18:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.97267, "lat": 50.27875, "name": "Maubeuge", "geoid": 2995150}, "notime": null, "date-ut": "1924-11-08 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Famechon"}, "birth": {"tzo": "+00:00", "date": "1924-11-08 18:30", "place": {"c2": "59", "cy": "FR", "lg": 3.97267, "lat": 50.27875, "name": "Maubeuge", "geoid": 2995150}, "date-ut": "1924-11-08 18:30"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-607"}, "ids-in-sources": {"a1": "607"}}, "raw": {"H": "18", "MN": "30", "TZ": "0", "COD": "59", "COU": "F", "DAY": "8", "LAT": "50N39", "LON": "3E 5", "MON": "11", "NUM": "607", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "MAUBEUGE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-11-08 18:30"}, "partial-ids": {"ertel": "ES-1582"}}, "raw": {"L": "", "MF": "", "NR": "1582", "ENG": "", "MA_": "0", "G_NR": "607", "MA12": "3", "MARS": "8", "NAME": "Famechon", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,400", "CSINR": "", "KURTZ": "", "PHAS_": "88,100", "STUND": "18,50", "CFEPNR": "237", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.11.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "183", "VORNAME": "Raymond", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "08.11.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1924-11-08 18:30", "place": {"c3": ""}, "date-ut": "1924-11-08 18:30"}, "occus": ["boxer"], "ids-in-sources": {"cfepp-final3": "237"}}, "raw": {"S": "3", "LT": "18 30", "LV": "E", "TR": "f", "UT": "18 30", "LAT": "+50.28", "SRC": "ALG", "LONG": "-03.97", "NAME": "FAMECHON Raymond", "SPORT": "Boxing", "LOC_DATE": "1924 11 08", "UNIV_DATE": "1924 11 08", "BIRTH_PLACE": "MAUBEUGE", "POSTAL_CODE": "59607 CEDEX"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-91"}, "ids-in-source": {"g55": "03-91"}}, "raw": {"DAY": "8-11-1924", "HOUR": "18 h. 30", "NAME": "FAMECHON Raymond", "PLACE": "Maubeuge (Nord)."}, "date": "2023-08-20T14:48:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24925	sesmaisons-olivier-1894-05-21	{"g55": "08-459"}	{"g55": "08-459"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Olivier", "family": "Sesmaisons", "spouse": [], "nobility": "de", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1894-05-21 13:00", "note": null, "place": {"c1": "", "c2": "49", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saumur", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Olivier", "family": "Sesmaisons", "nobility": "de"}, "birth": {"date": "1894-05-21 13:00", "place": {"c1": "", "c2": "49", "c3": "", "cy": "FR", "name": "Saumur"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-459"}}, "raw": {"DAY": "21-5-1894", "HOUR": "13 h.", "NAME": "SESMAISONS Olivier (de)", "PLACE": "Saumur (Maine-et-Loire)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24926	seynat-gabriel-1901-03-26	{"g55": "08-460"}	{"g55": "08-460"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Seynat", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1901-03-26 10:00", "note": null, "place": {"c1": "", "c2": "33", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Guitres", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Seynat", "nobility": ""}, "birth": {"date": "1901-03-26 10:00", "place": {"c1": "", "c2": "33", "c3": "", "cy": "FR", "name": "Guitres"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-460"}}, "raw": {"DAY": "26-3-1901", "HOUR": "10 h.", "NAME": "SEYNAT Gabriel", "PLACE": "Guitres (Gironde)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24927	sibue-louis-1902-10-31	{"g55": "08-461"}	{"g55": "08-461"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Sibue", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1902-10-31 08:00", "note": null, "place": {"c1": "", "c2": "73", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Jean-de-Maurienne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Sibue", "nobility": ""}, "birth": {"date": "1902-10-31 08:00", "place": {"c1": "", "c2": "73", "c3": "", "cy": "FR", "name": "Saint-Jean-de-Maurienne"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-461"}}, "raw": {"DAY": "31-10-1902", "HOUR": "8 h.", "NAME": "SIBUE Louis", "PLACE": "Saint-Jean-de-Maurienne (Savoie)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
612	gracia-guy-1929-04-10	{"a1": "612", "g55": "03-504", "3a_sports": "1919"}	{"g55": "03-504", "ertel": "ES-1919", "lerrcp": "A1-612"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Gracia", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1929-04-10 08:00", "note": null, "place": {"c1": null, "c2": "65", "c3": null, "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "notime": null, "date-ut": "1929-04-10 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Gracia"}, "birth": {"tzo": "+00:00", "date": "1929-04-10 08:00", "place": {"c2": "65", "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "date-ut": "1929-04-10 08:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-612"}, "ids-in-sources": {"a1": "612"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "65", "COU": "F", "DAY": "10", "LAT": "43N14", "LON": "0E 5", "MON": "4", "NUM": "612", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "TARBES"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-04-10 08:00"}, "partial-ids": {"ertel": "ES-1919"}}, "raw": {"L": "", "MF": "", "NR": "1919", "ENG": "", "MA_": "0", "G_NR": "612", "MA12": "11", "MARS": "32", "NAME": "Gracia", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,900", "CSINR": "", "KURTZ": "", "PHAS_": "0,100", "STUND": "8,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Guy", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "10.04.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-504"}, "ids-in-source": {"g55": "03-504"}}, "raw": {"DAY": "10-4-1929", "HOUR": "8 h.", "NAME": "GRACIA Guy", "PLACE": "Tarbes (Hautes-Pyrénées)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
614	grassi-raymond-1930-05-04	{"a1": "614", "g55": "03-506", "3a_sports": "1936"}	{"g55": "03-506", "ertel": "ES-1936", "lerrcp": "A1-614"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Grassi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1930-05-04 05:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1930-05-04 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Grassi"}, "birth": {"tzo": "+01:00", "date": "1930-05-04 05:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1930-05-04 04:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-614"}, "ids-in-sources": {"a1": "614"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "13", "COU": "F", "DAY": "4", "LAT": "43N18", "LON": "5E22", "MON": "5", "NUM": "614", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-05-04 05:00"}, "partial-ids": {"ertel": "ES-1936"}}, "raw": {"L": "", "MF": "", "NR": "1936", "ENG": "1", "MA_": "2", "G_NR": "614", "MA12": "1", "MARS": "2", "NAME": "Grassi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,100", "CSINR": "", "KURTZ": "", "PHAS_": "31,000", "STUND": "5,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "04.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Raymond", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "04.05.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-506"}, "ids-in-source": {"g55": "03-506"}}, "raw": {"DAY": "4-5-1930", "HOUR": "5 h.", "NAME": "GRASSI Raymond", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24928	sid-cara-cherif-1902-11-26	{"g55": "08-462"}	{"g55": "08-462"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Chérif", "family": "Sid-cara", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1902-11-26 13:00", "note": null, "place": {"c1": "48", "c2": "", "c3": "", "cy": "DZ", "lg": null, "lat": null, "name": "Mila", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Chérif", "family": "Sid-cara", "nobility": ""}, "birth": {"date": "1902-11-26 13:00", "place": {"c1": "48", "c2": "", "c3": "", "cy": "DZ", "name": "Mila"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-462"}}, "raw": {"DAY": "26-11-1902", "HOUR": "13 h.", "NAME": "SID-CARA Chérif", "PLACE": "Mila (Constantine)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24929	siefridt-louis-1893-02-27	{"g55": "08-463"}	{"g55": "08-463"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Siefridt", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1893-02-27 02:00", "note": null, "place": {"c1": "", "c2": "76", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Le Havre", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Siefridt", "nobility": ""}, "birth": {"date": "1893-02-27 02:00", "place": {"c1": "", "c2": "76", "c3": "", "cy": "FR", "name": "Le Havre"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-463"}}, "raw": {"DAY": "27-2-1893", "HOUR": "2 h.", "NAME": "SIEFRIDT Louis", "PLACE": "Le Havre (Seine-Inférieure)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24930	signor-alain-1905-09-28	{"g55": "08-464"}	{"g55": "08-464"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Signor", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1905-09-28 17:00", "note": null, "place": {"c1": "", "c2": "29", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Pont-l’Abbé", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Alain", "family": "Signor", "nobility": ""}, "birth": {"date": "1905-09-28 17:00", "place": {"c1": "", "c2": "29", "c3": "", "cy": "FR", "name": "Pont-l’Abbé"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-464"}}, "raw": {"DAY": "28-9-1905", "HOUR": "17 h.", "NAME": "SIGNOR Alain", "PLACE": "Pont-l’Abbé (Finistère)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24931	sion-paul-1886-03-14	{"g55": "08-465"}	{"g55": "08-465"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Sion", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1886-03-14 20:00", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Marquillias", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Sion", "nobility": ""}, "birth": {"date": "1886-03-14 20:00", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Marquillias"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-465"}}, "raw": {"DAY": "14-3-1886", "HOUR": "20 h.", "NAME": "SION Paul", "PLACE": "Marquillias (Nord)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
617	guivarch-robert-1928-03-07	{"a1": "617", "g55": "03-509", "3a_sports": "2027"}	{"g55": "03-509", "ertel": "ES-2027", "lerrcp": "A1-617"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Guivarch", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1928-03-07 18:20", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.15082, "lat": 49.02414, "name": "Évreux", "geoid": 3019265}, "notime": null, "date-ut": "1928-03-07 18:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Guivarch"}, "birth": {"tzo": "+00:00", "date": "1928-03-07 18:20", "place": {"c2": "27", "cy": "FR", "lg": 1.15082, "lat": 49.02414, "name": "Évreux", "geoid": 3019265}, "date-ut": "1928-03-07 18:20"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-617"}, "ids-in-sources": {"a1": "617"}}, "raw": {"H": "18", "MN": "20", "TZ": "0", "COD": "27", "COU": "F", "DAY": "7", "LAT": "49N 1", "LON": "1E11", "MON": "3", "NUM": "617", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "EVREUX"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-03-07 18:20"}, "partial-ids": {"ertel": "ES-2027"}}, "raw": {"L": "", "MF": "", "NR": "2027", "ENG": "", "MA_": "0", "G_NR": "617", "MA12": "8", "MARS": "24", "NAME": "Guivarch", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,100", "CSINR": "", "KURTZ": "", "PHAS_": "99,500", "STUND": "18,33", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "07.03.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-509"}, "ids-in-source": {"g55": "03-509"}}, "raw": {"DAY": "7-3-1928", "HOUR": "18 h. 20", "NAME": "GUIVARCH Robert", "PLACE": "Evreux (Eure)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
619	haira-bedian-agop-1926-11-07	{"a1": "619", "g55": "03-510", "3a_sports": "2045"}	{"g55": "03-510", "ertel": "ES-2045", "lerrcp": "A1-619"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Agop", "family": "Haira-Bedian", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1926-11-07 20:30", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.96725, "lat": 44.49898, "name": "Fumel", "geoid": 3016903}, "notime": null, "date-ut": "1926-11-07 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Agop", "family": "Haira-Bedian"}, "birth": {"tzo": "+00:00", "date": "1926-11-07 20:30", "place": {"c2": "47", "cy": "FR", "lg": 0.96725, "lat": 44.49898, "name": "Fumel", "geoid": 3016903}, "date-ut": "1926-11-07 20:30"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-619"}, "ids-in-sources": {"a1": "619"}}, "raw": {"H": "20", "MN": "30", "TZ": "0", "COD": "47", "COU": "F", "DAY": "7", "LAT": "44N12", "LON": "0E38", "MON": "11", "NUM": "619", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "FUMEL"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-11-07 20:30"}, "partial-ids": {"ertel": "ES-2045"}}, "raw": {"L": "", "MF": "", "NR": "2045", "ENG": "", "MA_": "1", "G_NR": "619", "MA12": "2", "MARS": "6", "NAME": "Haira-Bedian", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,800", "CSINR": "", "KURTZ": "", "PHAS_": "2,100", "STUND": "20,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Agop", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "07.11.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-510"}, "ids-in-source": {"g55": "03-510"}}, "raw": {"DAY": "7-11-1926", "HOUR": "20 h. 30", "NAME": "HAIRABEDIAN Jacques (Agop)", "PLACE": "Fumel (Lot-et-G.)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24932	smail-omar-1901-04-22	{"g55": "08-466"}	{"g55": "08-466"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Omar", "family": "Smail", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1901-04-22 12:00", "note": null, "place": {"c1": "14", "c2": "", "c3": "", "cy": "DZ", "lg": null, "lat": null, "name": "Mirabeau", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Omar", "family": "Smail", "nobility": ""}, "birth": {"date": "1901-04-22 12:00", "place": {"c1": "14", "c2": "", "c3": "", "cy": "DZ", "name": "Mirabeau"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-466"}}, "raw": {"DAY": "22-4-1901", "HOUR": "12 h.", "NAME": "SMAIL Omar", "PLACE": "Mirabeau (Algérie)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24933	solinhac-jean-1914-03-24	{"g55": "08-467"}	{"g55": "08-467"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Solinhac", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1914-03-24 15:00", "note": null, "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Espalion", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Solinhac", "nobility": ""}, "birth": {"date": "1914-03-24 15:00", "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "name": "Espalion"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-467"}}, "raw": {"DAY": "24-3-1914", "HOUR": "15 h.", "NAME": "\\fSOLINHAC Jean", "PLACE": "Espalion (Aveyron)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24934	sourbet-jean-1900-11-01	{"g55": "08-468"}	{"g55": "08-468"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Sourbet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1900-11-01 23:00", "note": null, "place": {"c1": "", "c2": "33", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Morizés", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Sourbet", "nobility": ""}, "birth": {"date": "1900-11-01 23:00", "place": {"c1": "", "c2": "33", "c3": "", "cy": "FR", "name": "Morizés"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-468"}}, "raw": {"DAY": "1-11-1900", "HOUR": "23 h.", "NAME": "SOURBET Jean", "PLACE": "Morizés (Gironde)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24935	sportisse-alice-1909-07-09	{"g55": "08-469"}	{"g55": "08-469"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alice", "family": "Sportisse", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1909-07-09 02:00", "note": null, "place": {"c1": "35", "c2": "", "c3": "", "cy": "DZ", "lg": null, "lat": null, "name": "Lavarande", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Alice", "family": "Sportisse", "nobility": ""}, "birth": {"date": "1909-07-09 02:00", "place": {"c1": "35", "c2": "", "c3": "", "cy": "DZ", "name": "Lavarande"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-469"}}, "raw": {"DAY": "9-7-1909", "HOUR": "2 h.", "NAME": "SPORTISSE Alice", "PLACE": "Lavarande (Alger)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
622	holzer-maurice-1906-01-21	{"a1": "622", "g55": "03-93", "3a_sports": "2140", "cfepp-final3": "239"}	{"g55": "03-93", "cfepp": "CF-239", "cpara": "CP-231", "ertel": "ES-2140", "lerrcp": "A1-622"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Holzer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1906-01-21 17:30", "note": null, "place": {"c1": null, "c2": "10", "c3": "", "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "notime": null, "date-ut": "1906-01-21 17:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Holzer"}, "birth": {"tzo": "+00:09:21", "date": "1906-01-21 17:30", "place": {"c2": "10", "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "date-ut": "1906-01-21 17:20:40"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-622"}, "ids-in-sources": {"a1": "622"}}, "raw": {"H": "17", "MN": "20", "TZ": "0", "COD": "10", "COU": "F", "DAY": "21", "LAT": "48N18", "LON": "4E 5", "MON": "1", "NUM": "622", "PRO": "C", "SEC": "40", "YEA": "1906", "CITY": "TROYES"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1906-01-21 17:30"}, "partial-ids": {"ertel": "ES-2140"}}, "raw": {"L": "", "MF": "", "NR": "2140", "ENG": "", "MA_": "1", "G_NR": "622", "MA12": "5", "MARS": "13", "NAME": "Holzer", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,600", "CSINR": "", "KURTZ": "", "PHAS_": "17,000", "STUND": "17,50", "CFEPNR": "239", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "231", "VORNAME": "Maurice", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "21.01.1906", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1906-01-21 17:30", "place": {"c3": ""}, "date-ut": "1906-01-21 17:21"}, "occus": ["boxer"], "ids-in-sources": {"cfepp-final3": "239"}}, "raw": {"S": "5", "LT": "17 30", "LV": "E", "TR": "f", "UT": "17 21", "LAT": "+48.30", "SRC": "ALG", "LONG": "-04.07", "NAME": "HOLTZER Maurice", "SPORT": "Boxing", "LOC_DATE": "1906 01 21", "UNIV_DATE": "1906 01 21", "BIRTH_PLACE": "TROYES", "POSTAL_CODE": "10026 CEDEX"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-93"}, "ids-in-source": {"g55": "03-93"}}, "raw": {"DAY": "21-1-1906", "HOUR": "17 h. 30", "NAME": "HOLZER Maurice", "PLACE": "Troyes (Aube)."}, "date": "2023-08-20T14:48:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
624	humery-gustave-1908-12-17	{"a1": "624", "g55": "03-95", "3a_sports": "2162", "cfepp-final3": "240"}	{"g55": "03-95", "cfepp": "CF-240", "ertel": "ES-2162", "lerrcp": "A1-624"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Humery", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1908-12-17 17:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.52506, "lat": 50.35909, "name": "Valenciennes", "geoid": 2971041}, "notime": null, "date-ut": "1908-12-17 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Humery"}, "birth": {"tzo": "+00:09:21", "date": "1908-12-17 17:00", "place": {"c2": "59", "cy": "FR", "lg": 3.52506, "lat": 50.35909, "name": "Valenciennes", "geoid": 2971041}, "date-ut": "1908-12-17 16:50:40"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-624"}, "ids-in-sources": {"a1": "624"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "59", "COU": "F", "DAY": "17", "LAT": "50N39", "LON": "3E 5", "MON": "12", "NUM": "624", "PRO": "C", "SEC": "40", "YEA": "1908", "CITY": "VALENCIENNES"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1908-12-17 17:00"}, "partial-ids": {"ertel": "ES-2162"}}, "raw": {"L": "", "MF": "", "NR": "2162", "ENG": "", "MA_": "0", "G_NR": "624", "MA12": "8", "MARS": "23", "NAME": "Humery", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "39,600", "STUND": "17,00", "CFEPNR": "240", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gustave", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "17.12.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1908-12-17 17:00", "place": {"c3": ""}, "date-ut": "1908-12-17 16:51"}, "occus": ["boxer"], "ids-in-sources": {"cfepp-final3": "240"}}, "raw": {"S": "8", "LT": "17 00", "LV": "E", "TR": "f", "UT": "16 51", "LAT": "+50.36", "SRC": "AG", "LONG": "-03.52", "NAME": "HUMERY Gustave", "SPORT": "Boxing", "LOC_DATE": "1908 12 17", "UNIV_DATE": "1908 12 17", "BIRTH_PLACE": "VALENCIENNES", "POSTAL_CODE": "59304 CEDEX"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-95"}, "ids-in-source": {"g55": "03-95"}}, "raw": {"DAY": "17-12-1908", "HOUR": "17 h.", "NAME": "HUMERY Gustave", "PLACE": "Valenciennes (Nord)."}, "date": "2023-08-20T14:48:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24936	taillade-clement-1909-04-11	{"g55": "08-470"}	{"g55": "08-470"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clément", "family": "Taillade", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1909-04-11 08:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Blaye-les-Mines", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Clément", "family": "Taillade", "nobility": ""}, "birth": {"date": "1909-04-11 08:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Blaye-les-Mines"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-470"}}, "raw": {"DAY": "11-4-1909", "HOUR": "8 h.", "NAME": "TAILLADE Clément", "PLACE": "Blaye-les-Mines (Tarn)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24937	thamier-henri-1916-02-10	{"g55": "08-471"}	{"g55": "08-471"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Thamier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1916-02-10 04:00", "note": null, "place": {"c1": "", "c2": "34", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Montpellier", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Thamier", "nobility": ""}, "birth": {"date": "1916-02-10 04:00", "place": {"c1": "", "c2": "34", "c3": "", "cy": "FR", "name": "Montpellier"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-471"}}, "raw": {"DAY": "10-2-1916", "HOUR": "4 h.", "NAME": "THAMIER Henri", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
627	khalfi-hocine-1928-01-07	{"a1": "627", "g55": "03-515", "3a_sports": "2262"}	{"g55": "03-515", "ertel": "ES-2262", "lerrcp": "A1-627"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hocine", "family": "Khalfi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-01-07 21:00", "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": -0.63588, "lat": 35.69906, "name": "Oran", "geoid": 2485926}, "notime": null, "date-ut": "1928-01-07 21:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Hocine", "family": "Khalfi"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": -0.63588, "lat": 35.69906, "name": "Oran", "geoid": 2485926}, "date-ut": "1928-01-07 21:00:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-627"}, "ids-in-sources": {"a1": "627"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "7", "LAT": "35N40", "LON": "0W30", "MON": "1", "NUM": "627", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "ORAN"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-01-07 21:00"}, "partial-ids": {"ertel": "ES-2262"}}, "raw": {"L": "", "MF": "", "NR": "2262", "ENG": "", "MA_": "1", "G_NR": "627", "MA12": "9", "MARS": "26", "NAME": "Khalfi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,000", "CSINR": "", "KURTZ": "", "PHAS_": "99,900", "STUND": "21,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Hocine", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "07.01.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-515"}, "ids-in-source": {"g55": "03-515"}}, "raw": {"DAY": "7-1-1928", "HOUR": "21 h.", "NAME": "KHALFI Hocine", "PLACE": "Oran (Algérie)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
629	lalounis-jean-1926-03-16	{"a1": "629", "g55": "03-517", "3a_sports": "2335"}	{"g55": "03-517", "ertel": "ES-2335", "lerrcp": "A1-629"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lalounis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1926-03-16 14:30", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "notime": null, "date-ut": "1926-03-16 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lalounis"}, "birth": {"tzo": "+00:00", "date": "1926-03-16 14:30", "place": {"c2": "64", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "date-ut": "1926-03-16 14:30"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-629"}, "ids-in-sources": {"a1": "629"}}, "raw": {"H": "14", "MN": "30", "TZ": "0", "COD": "64", "COU": "F", "DAY": "16", "LAT": "43N18", "LON": "0W22", "MON": "3", "NUM": "629", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "PAU"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-03-16 14:30"}, "partial-ids": {"ertel": "ES-2335"}}, "raw": {"L": "", "MF": "", "NR": "2335", "ENG": "", "MA_": "1", "G_NR": "629", "MA12": "7", "MARS": "21", "NAME": "Lalaounis", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,800", "CSINR": "", "KURTZ": "", "PHAS_": "5,100", "STUND": "14,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "16.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "16.03.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-517"}, "ids-in-source": {"g55": "03-517"}}, "raw": {"DAY": "16-3-1926", "HOUR": "14 h. 30", "NAME": "LALAOUNIS Jean", "PLACE": "Pau (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
21168	thibault-edouard-1912-09-27	{"e3": "1458", "g55": "08-472"}	{"g55": "08-472", "lerrcp": "E3-1458"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Thibault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1912-09-27 19:35", "note": null, "place": {"c1": null, "c2": "72", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Sable", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Thibault"}, "birth": {"tzo": "", "date": "1912-09-27 19:35", "place": {"c2": "72", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Sablé", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1458"}}, "raw": {"H": "19:35", "COD": "72", "DAY": "27", "MON": "09", "NUM": "1458", "PRO": "PO", "YEA": "1912", "CITY": "Sablé", "NAME": "THIBAULT Edouard", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"birth": {"place": {"name": "Sable"}}, "partial-ids": {"g55": "08-472"}, "ids-in-source": {"g55": "08-472"}}, "raw": {"DAY": "27-9-1912", "HOUR": "19 h. 35", "NAME": "THIBAULT Edouard", "PLACE": "Sable (Sarthe)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24938	thiriet-jules-1906-03-30	{"g55": "08-473"}	{"g55": "08-473"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Thiriet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1906-03-30 00:30", "note": null, "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Obreck", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Thiriet", "nobility": ""}, "birth": {"date": "1906-03-30 00:30", "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "name": "Obreck"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-473"}}, "raw": {"DAY": "30-3-1906", "HOUR": "0 h. 30", "NAME": "THIRIET Jules", "PLACE": "Obreck (Moselle)."}, "date": "2023-08-20T14:49:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24939	thomas-alexandre-1913-01-02	{"g55": "08-474"}	{"g55": "08-474"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Thomas", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1913-01-02 10:00", "note": null, "place": {"c1": "", "c2": "22", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Louargat", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Thomas", "nobility": ""}, "birth": {"date": "1913-01-02 10:00", "place": {"c1": "", "c2": "22", "c3": "", "cy": "FR", "name": "Louargat"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-474"}}, "raw": {"DAY": "2-1-1913", "HOUR": "10 h.", "NAME": "THOMAS Alexandre", "PLACE": "Louargat (Côtes-du-Nord)."}, "date": "2023-08-20T14:49:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24940	thomas-eugene-1903-07-23	{"g55": "08-475"}	{"g55": "08-475"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Thomas", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1903-07-23 20:00", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Vieux-Condé", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Thomas", "nobility": ""}, "birth": {"date": "1903-07-23 20:00", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Vieux-Condé"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-475"}}, "raw": {"DAY": "23-7-1903", "HOUR": "20 h.", "NAME": "THOMAS Eugène", "PLACE": "Vieux-Condé (Nord)."}, "date": "2023-08-20T14:49:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
632	langlois-pierre-1925-03-31	{"a1": "632", "g55": "03-519", "3a_sports": "2355", "cfepp-final3": "244"}	{"g55": "03-519", "cfepp": "CF-244", "cpara": "CP-266", "ertel": "ES-2355", "lerrcp": "A1-632"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Langlois", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1925-03-31 11:00", "note": null, "place": {"c1": null, "c2": "27", "c3": "", "cy": "FR", "lg": 0.51667, "lat": 49.35, "name": "Pont-Audemer", "geoid": 2986294}, "notime": null, "date-ut": "1925-03-31 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Langlois"}, "birth": {"tzo": "+00:00", "date": "1925-03-31 01:00", "place": {"c2": "27", "cy": "FR", "lg": 0.51667, "lat": 49.35, "name": "Pont-Audemer", "geoid": 2986294}, "date-ut": "1925-03-31 01:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-632"}, "ids-in-sources": {"a1": "632"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "27", "COU": "F", "DAY": "31", "LAT": "49N 1", "LON": "1E11", "MON": "3", "NUM": "632", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "PONT-AUDEMER"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-03-31 01:00"}, "partial-ids": {"ertel": "ES-2355"}}, "raw": {"L": "", "MF": "", "NR": "2355", "ENG": "", "MA_": "0", "G_NR": "632", "MA12": "8", "MARS": "22", "NAME": "Langlois", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,000", "CSINR": "", "KURTZ": "", "PHAS_": "37,600", "STUND": "1,00", "CFEPNR": "244", "EXTEND": "", "NATION": "FRA", "TAGMON": "31.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "266", "VORNAME": "Pierre", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "31.03.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "langlois-pierre-1925-03-31", "birth": {"date": "1925-03-31 11:00", "place": {"c3": ""}, "date-ut": "1925-03-31 11:00"}, "occus": ["boxer"], "ids-in-sources": {"cfepp-final3": "244"}}, "raw": {"S": "2", "LT": "11 00", "LV": "I", "TR": "f", "UT": "11 00", "LAT": "+49.35", "SRC": "ALG", "LONG": "-00.52", "NAME": "LANGLOIS Pierre", "SPORT": "Boxing", "LOC_DATE": "1925 03 31", "UNIV_DATE": "1925 03 31", "BIRTH_PLACE": "PONT AUDEMER", "POSTAL_CODE": "27500"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-519"}, "ids-in-source": {"g55": "03-519"}}, "raw": {"DAY": "31-3-1925", "HOUR": "14 h.", "NAME": "LANGLOIS Pierre", "PLACE": "Pont-Audemer (Eure)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
634	lapourielle-michel-1927-08-26	{"a1": "634", "g55": "03-521", "3a_sports": "2363"}	{"g55": "03-521", "ertel": "ES-2363", "lerrcp": "A1-634"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Lapourielle", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1927-08-26 12:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 3.95922, "lat": 49.04, "name": "Épernay", "geoid": 3020062}, "notime": null, "date-ut": "1927-08-26 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Lapourielle"}, "birth": {"tzo": "+01:00", "date": "1927-08-26 12:00", "place": {"c2": "51", "cy": "FR", "lg": 3.95922, "lat": 49.04, "name": "Épernay", "geoid": 3020062}, "date-ut": "1927-08-26 11:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-634"}, "ids-in-sources": {"a1": "634"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "51", "COU": "F", "DAY": "26", "LAT": "48N57", "LON": "4E22", "MON": "8", "NUM": "634", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "EPERNAY"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-08-26 12:00"}, "partial-ids": {"ertel": "ES-2363"}}, "raw": {"L": "", "MF": "", "NR": "2363", "ENG": "", "MA_": "0", "G_NR": "634", "MA12": "3", "MARS": "7", "NAME": "Lapourielle", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,500", "CSINR": "", "KURTZ": "", "PHAS_": "1,800", "STUND": "12,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "26.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "26.08.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-521"}, "ids-in-source": {"g55": "03-521"}}, "raw": {"DAY": "26-8-1927", "HOUR": "12 h.", "NAME": "\\fLAPOURIELLE Michel", "PLACE": "Epernay (Marne)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24941	titeux-camille-1910-03-05	{"g55": "08-476"}	{"g55": "08-476"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Titeux", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1910-03-05 08:00", "note": null, "place": {"c1": "", "c2": "08", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Gespunsart", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Titeux", "nobility": ""}, "birth": {"date": "1910-03-05 08:00", "place": {"c1": "", "c2": "08", "c3": "", "cy": "FR", "name": "Gespunsart"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-476"}}, "raw": {"DAY": "5-3-1910", "HOUR": "8 h.", "NAME": "TITEUX Camille", "PLACE": "Gespunsart (Ardennes)."}, "date": "2023-08-20T14:49:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24942	toublanc-etienne-1897-12-09	{"g55": "08-477"}	{"g55": "08-477"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Toublanc", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1897-12-09 10:00", "note": null, "place": {"c1": "", "c2": "44", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Le Cellier", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Toublanc", "nobility": ""}, "birth": {"date": "1897-12-09 10:00", "place": {"c1": "", "c2": "44", "c3": "", "cy": "FR", "name": "Le Cellier"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-477"}}, "raw": {"DAY": "9-12-1897", "HOUR": "10 h.", "NAME": "TOUBLANC Etienne", "PLACE": "Le Cellier (Loire-Inférieure)."}, "date": "2023-08-20T14:49:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24943	tourne-andre-1915-08-09	{"g55": "08-478"}	{"g55": "08-478"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Tourne", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1915-08-09 20:00", "note": null, "place": {"c1": "", "c2": "66", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Villelongue", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Tourne", "nobility": ""}, "birth": {"date": "1915-08-09 20:00", "place": {"c1": "", "c2": "66", "c3": "", "cy": "FR", "name": "Villelongue"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-478"}}, "raw": {"DAY": "9-8-1915", "HOUR": "20 h.", "NAME": "TOURNE André", "PLACE": "Villelongue (Pyrénées-Orientales)."}, "date": "2023-08-20T14:49:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24944	tracol-raoul-1900-01-29	{"g55": "08-479"}	{"g55": "08-479"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raoul", "family": "Tracol", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1900-01-29 04:00", "note": null, "place": {"c1": "", "c2": "07", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Satillieu", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Raoul", "family": "Tracol", "nobility": ""}, "birth": {"date": "1900-01-29 04:00", "place": {"c1": "", "c2": "07", "c3": "", "cy": "FR", "name": "Satillieu"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-479"}}, "raw": {"DAY": "29-1-1900", "HOUR": "4 h.", "NAME": "TRACOL Raoul", "PLACE": "Satillieu (Ardèche)."}, "date": "2023-08-20T14:49:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24945	tremouilhe-raphael-1891-01-27	{"g55": "08-480"}	{"g55": "08-480"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raphaél", "family": "Tremouilhe", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1891-01-27 15:00", "note": null, "place": {"c1": "", "c2": "47", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Allemans", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Raphaél", "family": "Tremouilhe", "nobility": ""}, "birth": {"date": "1891-01-27 15:00", "place": {"c1": "", "c2": "47", "c3": "", "cy": "FR", "name": "Allemans"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-480"}}, "raw": {"DAY": "27-1-1891", "HOUR": "15 h.", "NAME": "TREMOUILHE Raphaél", "PLACE": "Allemans (Lot-et-Garonne)."}, "date": "2023-08-20T14:49:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
639	ledoux-charles-1892-10-27	{"a1": "639", "g55": "03-96", "3a_sports": "2426", "cfepp-final3": "246"}	{"g55": "03-96", "cfepp": "CF-246", "cpara": "CP-275", "ertel": "ES-2426", "lerrcp": "A1-639"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Ledoux", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1892-10-27 03:00", "note": null, "place": {"c1": null, "c2": "58", "c3": "", "cy": "FR", "lg": 3.1015, "lat": 47.07518, "name": "Pougues-les-Eaux", "geoid": 2985865}, "notime": null, "date-ut": "1892-10-27 02:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Ledoux"}, "birth": {"tzo": "+00:09:21", "date": "1892-10-27 03:00", "place": {"c2": "58", "cy": "FR", "lg": 3.1015, "lat": 47.07518, "name": "Pougues-les-Eaux", "geoid": 2985865}, "date-ut": "1892-10-27 02:50:40"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-639"}, "ids-in-sources": {"a1": "639"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "58", "COU": "F", "DAY": "27", "LAT": "46N59", "LON": "3E 9", "MON": "10", "NUM": "639", "PRO": "C", "SEC": "40", "YEA": "1892", "CITY": "POUGUES-LES-EAUX"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1892-10-27 03:00"}, "partial-ids": {"ertel": "ES-2426"}}, "raw": {"L": "", "MF": "", "NR": "2426", "ENG": "", "MA_": "0", "G_NR": "639", "MA12": "8", "MARS": "22", "NAME": "Ledoux", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,700", "CSINR": "", "KURTZ": "d", "PHAS_": "31,500", "STUND": "3,00", "CFEPNR": "246", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.10.", "ZITATE": "DR", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "275", "VORNAME": "Charles", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "27.10.1892", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1892-10-27 03:00", "place": {"c3": ""}, "date-ut": "1892-10-27 02:51"}, "occus": ["boxer"], "ids-in-sources": {"cfepp-final3": "246"}}, "raw": {"S": "8", "LT": "03 00", "LV": "E", "TR": "f", "UT": "02 51", "LAT": "+47.07", "SRC": "ALG", "LONG": "-03.10", "NAME": "LEDOUX Charles", "SPORT": "Boxing", "LOC_DATE": "1892 10 27", "UNIV_DATE": "1892 10 27", "BIRTH_PLACE": "POUGUES LES EAUX", "POSTAL_CODE": "58320"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-96"}, "ids-in-source": {"g55": "03-96"}}, "raw": {"DAY": "27-10-1892", "HOUR": "3 h.", "NAME": "LEDOUX Charles", "PLACE": "Pougues-les-Eaux (Nièvre)."}, "date": "2023-08-20T14:48:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24946	tricart-jean-1915-09-30	{"g55": "08-481"}	{"g55": "08-481"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Tricart", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1915-09-30 08:00", "note": null, "place": {"c1": "", "c2": "89", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Ambazac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Tricart", "nobility": ""}, "birth": {"date": "1915-09-30 08:00", "place": {"c1": "", "c2": "89", "c3": "", "cy": "FR", "name": "Ambazac"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-481"}}, "raw": {"DAY": "30-9-1915", "HOUR": "8 h.", "NAME": "TRICART Jean", "PLACE": "Ambazac (Haute-Vienne)."}, "date": "2023-08-20T14:49:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24947	turines-georges-1895-01-26	{"g55": "08-482"}	{"g55": "08-482"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Turines", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1895-01-26 20:00", "note": null, "place": {"c1": "", "c2": "31", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lautignac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Turines", "nobility": ""}, "birth": {"date": "1895-01-26 20:00", "place": {"c1": "", "c2": "31", "c3": "", "cy": "FR", "name": "Lautignac"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-482"}}, "raw": {"DAY": "26-1-1895", "HOUR": "20 h.", "NAME": "TURINES Georges", "PLACE": "Lautignac (Haute-Garonne)."}, "date": "2023-08-20T14:49:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24948	valabregue-raymond-1899-09-25	{"g55": "08-483"}	{"g55": "08-483"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Valabregue", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1899-09-25 09:00", "note": null, "place": {"c1": "", "c2": "13", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Marseille", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Valabregue", "nobility": ""}, "birth": {"date": "1899-09-25 09:00", "place": {"c1": "", "c2": "13", "c3": "", "cy": "FR", "name": "Marseille"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-483"}}, "raw": {"DAY": "25-9-1899", "HOUR": "9 h.", "NAME": "VALABREGUE Raymond", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:49:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24949	valle-jules-1894-04-25	{"g55": "08-484"}	{"g55": "08-484"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Valle", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1894-04-25 01:00", "note": null, "place": {"c1": "14", "c2": "", "c3": "", "cy": "DZ", "lg": null, "lat": null, "name": "Tizi-Ouzou", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Valle", "nobility": ""}, "birth": {"date": "1894-04-25 01:00", "place": {"c1": "14", "c2": "", "c3": "", "cy": "DZ", "name": "Tizi-Ouzou"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-484"}}, "raw": {"DAY": "25-4-1894", "HOUR": "1 h.", "NAME": "VALLE Jules", "PLACE": "Tizi-Ouzou (Alger)."}, "date": "2023-08-20T14:49:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
642	louis-pierre-1911-01-26	{"a1": "642", "g55": "03-97", "3a_sports": "2537", "cfepp-final3": "247"}	{"g55": "03-97", "cfepp": "CF-247", "ertel": "ES-2537", "lerrcp": "A1-642"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Louis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1911-01-26 11:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1911-01-26 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Louis"}, "birth": {"tzo": "+00:09:21", "date": "1911-01-26 11:00", "place": {"c2": "42", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1911-01-26 10:50:40"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-642"}, "ids-in-sources": {"a1": "642"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "42", "COU": "F", "DAY": "26", "LAT": "45N26", "LON": "4E23", "MON": "1", "NUM": "642", "PRO": "C", "SEC": "40", "YEA": "1911", "CITY": "ST-ETIENNE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1911-01-26 11:00"}, "partial-ids": {"ertel": "ES-2537"}}, "raw": {"L": "", "MF": "", "NR": "2537", "ENG": "", "MA_": "1", "G_NR": "642", "MA12": "5", "MARS": "13", "NAME": "Louis", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,700", "CSINR": "", "KURTZ": "", "PHAS_": "17,700", "STUND": "11,00", "CFEPNR": "247", "EXTEND": "", "NATION": "FRA", "TAGMON": "26.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "26.01.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1911-01-26 11:00", "place": {"c3": ""}, "date-ut": "1911-01-26 10:51"}, "occus": ["boxer"], "ids-in-sources": {"cfepp-final3": "247"}}, "raw": {"S": "5", "LT": "11 00", "LV": "F", "TR": "f", "UT": "10 51", "LAT": "+45.43", "SRC": "AG", "LONG": "-04.39", "NAME": "LOUIS Pierre", "SPORT": "Boxing", "LOC_DATE": "1911 01 26", "UNIV_DATE": "1911 01 26", "BIRTH_PLACE": "ST ETIENNE", "POSTAL_CODE": "42007 CEDEX"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-97"}, "ids-in-source": {"g55": "03-97"}}, "raw": {"DAY": "26-1-1911", "HOUR": "11 h.", "NAME": "LOUIS Pierre", "PLACE": "Saint-Etienne (Loire)."}, "date": "2023-08-20T14:48:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
644	maddi-yayia-1928-11-07	{"a1": "644", "g55": "03-529", "3a_sports": "2581"}	{"g55": "03-529", "ertel": "ES-2581", "lerrcp": "A1-644"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yayia", "family": "Maddi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-11-07 16:00", "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "Alger", "geoid": 0}, "notime": null, "date-ut": "1928-11-07 16:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Yayia", "family": "Maddi"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "ALGER", "geoid": 0}, "date-ut": "1928-11-07 16:00:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-644"}, "ids-in-sources": {"a1": "644"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "7", "LAT": "36N47", "LON": "3E 0", "MON": "11", "NUM": "644", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "ALGER"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-11-07 16:00"}, "partial-ids": {"ertel": "ES-2581"}}, "raw": {"L": "", "MF": "", "NR": "2581", "ENG": "", "MA_": "1", "G_NR": "644", "MA12": "10", "MARS": "28", "NAME": "Maddi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "25,700", "STUND": "16,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Yayia", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "07.11.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Alger"}}, "partial-ids": {"g55": "03-529"}, "ids-in-source": {"g55": "03-529"}}, "raw": {"DAY": "7-11-1928", "HOUR": "16 h.", "NAME": "MADDI Yayia", "PLACE": "Alger (Algérie)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24950	vals-francis-1910-01-09	{"g55": "08-485"}	{"g55": "08-485"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Vals", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1910-01-09 07:00", "note": null, "place": {"c1": "", "c2": "11", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Leucate", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Francis", "family": "Vals", "nobility": ""}, "birth": {"date": "1910-01-09 07:00", "place": {"c1": "", "c2": "11", "c3": "", "cy": "FR", "name": "Leucate"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-485"}}, "raw": {"DAY": "9-1-1910", "HOUR": "7 h.", "NAME": "VALS Francis", "PLACE": "Leucate (Aude)."}, "date": "2023-08-20T14:49:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24951	vassor-jacques-1903-07-01	{"g55": "08-486"}	{"g55": "08-486"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Vassor", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1903-07-01 22:00", "note": null, "place": {"c1": "", "c2": "37", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Tours", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Vassor", "nobility": ""}, "birth": {"date": "1903-07-01 22:00", "place": {"c1": "", "c2": "37", "c3": "", "cy": "FR", "name": "Tours"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-486"}}, "raw": {"DAY": "1-7-1903", "HOUR": "22 h.", "NAME": "VASSOR Jacques", "PLACE": "Tours (Indre-et-Loire)."}, "date": "2023-08-20T14:49:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24952	vedrines-henri-1911-11-19	{"g55": "08-487"}	{"g55": "08-487"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Vedrines", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1911-11-19 10:00", "note": null, "place": {"c1": "", "c2": "92", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Neuilly-sur-Seine", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Vedrines", "nobility": ""}, "birth": {"date": "1911-11-19 10:00", "place": {"c1": "", "c2": "92", "c3": "", "cy": "FR", "name": "Neuilly-sur-Seine"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-487"}}, "raw": {"DAY": "19-11-1911", "HOUR": "10 h.", "NAME": "VEDRINES Henri", "PLACE": "Neuilly-sur-Seine (Seine)."}, "date": "2023-08-20T14:49:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
647	masson-michel-1930-06-15	{"a1": "647", "g55": "03-531", "3a_sports": "2737"}	{"g55": "03-531", "ertel": "ES-2737", "lerrcp": "A1-647"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Masson", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1930-06-15 01:40", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "notime": null, "date-ut": "1930-06-15 00:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Masson"}, "birth": {"tzo": "+01:00", "date": "1930-06-15 01:40", "place": {"c2": "62", "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "date-ut": "1930-06-15 00:40"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-647"}, "ids-in-sources": {"a1": "647"}}, "raw": {"H": "0", "MN": "40", "TZ": "0", "COD": "62", "COU": "F", "DAY": "15", "LAT": "50N18", "LON": "2E46", "MON": "6", "NUM": "647", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "BOULOGNE-S/MER"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-06-15 01:40"}, "partial-ids": {"ertel": "ES-2737"}}, "raw": {"L": "", "MF": "", "NR": "2737", "ENG": "", "MA_": "1", "G_NR": "647", "MA12": "12", "MARS": "35", "NAME": "Masson", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,600", "CSINR": "", "KURTZ": "", "PHAS_": "87,100", "STUND": "1,67", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "15.06.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-531"}, "ids-in-source": {"g55": "03-531"}}, "raw": {"DAY": "15-6-1930", "HOUR": "4 h. 40", "NAME": "MASSON Michel", "PLACE": "Boulogne-sur-Mer (Pas-de-Calais)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
649	mauguin-andre-1928-03-15	{"a1": "649", "g55": "03-533", "3a_sports": "2760"}	{"g55": "03-533", "ertel": "ES-2760", "lerrcp": "A1-649"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Mauguin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1928-03-15 01:00", "note": null, "place": {"c1": null, "c2": "41", "c3": null, "cy": "FR", "lg": 1.33333, "lat": 47.58333, "name": "Mont-près-Chambord", "geoid": 0}, "notime": null, "date-ut": "1928-03-15 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "André", "family": "Mauguin"}, "birth": {"tzo": "+00:00", "date": "1928-03-15 01:00", "place": {"c2": "41", "cy": "FR", "lg": 1.33333, "lat": 47.58333, "name": "Mont", "geoid": 0}, "date-ut": "1928-03-15 01:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-649"}, "ids-in-sources": {"a1": "649"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "41", "COU": "F", "DAY": "15", "LAT": "47N35", "LON": "1E20", "MON": "3", "NUM": "649", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "MONT"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-03-15 01:00"}, "partial-ids": {"ertel": "ES-2760"}}, "raw": {"L": "", "MF": "", "NR": "2760", "ENG": "", "MA_": "0", "G_NR": "649", "MA12": "11", "MARS": "32", "NAME": "Mauguin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,700", "CSINR": "", "KURTZ": "", "PHAS_": "46,600", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "15.03.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Mont-près-Chambord"}}, "partial-ids": {"g55": "03-533"}, "ids-in-source": {"g55": "03-533"}}, "raw": {"DAY": "15-3-1928", "HOUR": "1 h.", "NAME": "MAUGUIN André", "PLACE": "Mont-près-Chambord (L.-et-C.)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24953	vendroux-jacques-1897-07-28	{"g55": "08-488"}	{"g55": "08-488"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Vendroux", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1897-07-28 05:30", "note": null, "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Calais", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Vendroux", "nobility": ""}, "birth": {"date": "1897-07-28 05:30", "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "name": "Calais"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-488"}}, "raw": {"DAY": "28-7-1897", "HOUR": "5 h. 30", "NAME": "VENDROUX Jacques", "PLACE": "Calais (Pas-de-Calais)."}, "date": "2023-08-20T14:49:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24954	verdier-robert-1910-11-28	{"g55": "08-489"}	{"g55": "08-489"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Verdier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1910-11-28 10:00", "note": null, "place": {"c1": "", "c2": "09", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Girons", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Verdier", "nobility": ""}, "birth": {"date": "1910-11-28 10:00", "place": {"c1": "", "c2": "09", "c3": "", "cy": "FR", "name": "Saint-Girons"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-489"}}, "raw": {"DAY": "28-11-1910", "HOUR": "10 h.", "NAME": "VERDIER Robert", "PLACE": "Saint-Girons (Ariège)."}, "date": "2023-08-20T14:49:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24955	verneuil-jacques-1899-09-29	{"g55": "08-490"}	{"g55": "08-490"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Verneuil", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1899-09-29 16:45", "note": null, "place": {"c1": "", "c2": "17", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Cozes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Verneuil", "nobility": ""}, "birth": {"date": "1899-09-29 16:45", "place": {"c1": "", "c2": "17", "c3": "", "cy": "FR", "name": "Cozes"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-490"}}, "raw": {"DAY": "29-9-1899", "HOUR": "16 h. 45", "NAME": "VERNEUIL Jacques", "PLACE": "Cozes (Charente-Maritime)."}, "date": "2023-08-20T14:49:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
652	meraint-lucien-1928-05-08	{"a1": "652", "g55": "03-535", "3a_sports": "2812"}	{"g55": "03-535", "ertel": "ES-2812", "lerrcp": "A1-652"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Meraint", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1928-05-08 07:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "notime": null, "date-ut": "1928-05-08 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Meraint"}, "birth": {"tzo": "+01:00", "date": "1928-05-08 07:00", "place": {"c2": "51", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "date-ut": "1928-05-08 06:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-652"}, "ids-in-sources": {"a1": "652"}}, "raw": {"H": "6", "MN": "0", "TZ": "0", "COD": "51", "COU": "F", "DAY": "8", "LAT": "48N57", "LON": "4E22", "MON": "5", "NUM": "652", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "REIMS"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-05-08 07:00"}, "partial-ids": {"ertel": "ES-2812"}}, "raw": {"L": "", "MF": "", "NR": "2812", "ENG": "", "MA_": "1", "G_NR": "652", "MA12": "2", "MARS": "6", "NAME": "Meraint", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,600", "CSINR": "", "KURTZ": "", "PHAS_": "91,300", "STUND": "7,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Lucien", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "08.05.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-535"}, "ids-in-source": {"g55": "03-535"}}, "raw": {"DAY": "8-5-1928", "HOUR": "7 h.", "NAME": "MERAINT Lucien", "PLACE": "Reims (Marne)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
654	meunier-robert-1929-06-08	{"a1": "654", "g55": "03-537", "3a_sports": "2839"}	{"g55": "03-537", "ertel": "ES-2839", "lerrcp": "A1-654"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Meunier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1929-06-08 10:30", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 3.95922, "lat": 49.04, "name": "Épernay", "geoid": 3020062}, "notime": null, "date-ut": "1929-06-08 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Meunier"}, "birth": {"tzo": "+01:00", "date": "1929-06-08 10:30", "place": {"c2": "51", "cy": "FR", "lg": 3.95922, "lat": 49.04, "name": "Épernay", "geoid": 3020062}, "date-ut": "1929-06-08 09:30"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-654"}, "ids-in-sources": {"a1": "654"}}, "raw": {"H": "9", "MN": "30", "TZ": "0", "COD": "51", "COU": "F", "DAY": "8", "LAT": "48N57", "LON": "4E22", "MON": "6", "NUM": "654", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "EPERNAY"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-06-08 10:30"}, "partial-ids": {"ertel": "ES-2839"}}, "raw": {"L": "", "MF": "", "NR": "2839", "ENG": "1", "MA_": "2", "G_NR": "654", "MA12": "1", "MARS": "2", "NAME": "Meunier", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,200", "CSINR": "", "KURTZ": "", "PHAS_": "0,300", "STUND": "10,50", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "08.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "08.06.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-537"}, "ids-in-source": {"g55": "03-537"}}, "raw": {"DAY": "8-6-1929", "HOUR": "10 h. 30", "NAME": "MEUNIER Robert", "PLACE": "Epernay (Marne)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24956	villard-jean-1907-02-24	{"g55": "08-491"}	{"g55": "08-491"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Villard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1907-02-24 19:00", "note": null, "place": {"c1": "", "c2": "69", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Souzy", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Villard", "nobility": ""}, "birth": {"date": "1907-02-24 19:00", "place": {"c1": "", "c2": "69", "c3": "", "cy": "FR", "name": "Souzy"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-491"}}, "raw": {"DAY": "24-2-1907", "HOUR": "19 h.", "NAME": "VILLARD Jean", "PLACE": "Souzy (Rhône)."}, "date": "2023-08-20T14:49:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24957	wagner-jean-1894-03-06	{"g55": "08-492"}	{"g55": "08-492"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Wagner", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1894-03-06 07:30", "note": null, "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Colmar", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Wagner", "nobility": ""}, "birth": {"date": "1894-03-06 07:30", "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "name": "Colmar"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-492"}}, "raw": {"DAY": "6-3-1894", "HOUR": "7 h. 30", "NAME": "WAGNER Jean", "PLACE": "Colmar (Haut-Rhin)."}, "date": "2023-08-20T14:49:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
24958	wolff-camille-charles-1908-01-31	{"g55": "08-493"}	{"g55": "08-493"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille Charles", "family": "Wolff", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1908-01-31 02:30", "note": null, "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Schiltigheim", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Camille Charles", "family": "Wolff", "nobility": ""}, "birth": {"date": "1908-01-31 02:30", "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "name": "Schiltigheim"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-493"}}, "raw": {"DAY": "31-1-1908", "HOUR": "2 h. 30", "NAME": "WOLFF Camille Charles", "PLACE": "Schiltigheim (Bas-Rhin)."}, "date": "2023-08-20T14:49:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
657	montane-pierre-1919-12-01	{"a1": "657", "g55": "03-100", "3a_sports": "2927"}	{"g55": "03-100", "ertel": "ES-2927", "lerrcp": "A1-657"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Montane", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1919-12-01 10:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1919-12-01 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Montane"}, "birth": {"tzo": "+00:00", "date": "1919-12-01 10:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1919-12-01 10:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-657"}, "ids-in-sources": {"a1": "657"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "31", "COU": "F", "DAY": "1", "LAT": "43N37", "LON": "1E26", "MON": "12", "NUM": "657", "PRO": "C", "SEC": "0", "YEA": "1919", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1919-12-01 10:00"}, "partial-ids": {"ertel": "ES-2927"}}, "raw": {"L": "", "MF": "", "NR": "2927", "ENG": "", "MA_": "1", "G_NR": "657", "MA12": "5", "MARS": "14", "NAME": "Montane", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,400", "CSINR": "", "KURTZ": "", "PHAS_": "53,300", "STUND": "10,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "01.12.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-100"}, "ids-in-source": {"g55": "03-100"}}, "raw": {"DAY": "1-12-1919", "HOUR": "10 h.", "NAME": "MONTANE Pierre", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:48:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
659	omari-mohamed-1931-03-04	{"a1": "659", "g55": "03-541", "3a_sports": "3087"}	{"g55": "03-541", "ertel": "ES-3087", "lerrcp": "A1-659"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mohamed", "family": "Omari", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-03-04 19:00", "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "Alger", "geoid": 0}, "notime": null, "date-ut": "1931-03-04 19:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Mohamed", "family": "Omari"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "ALGER", "geoid": 0}, "date-ut": "1931-03-04 19:00:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-659"}, "ids-in-sources": {"a1": "659"}}, "raw": {"H": "19", "MN": "0", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "4", "LAT": "36N47", "LON": "3E 0", "MON": "3", "NUM": "659", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "ALGER"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-03-04 19:00"}, "partial-ids": {"ertel": "ES-3087"}}, "raw": {"L": "", "MF": "", "NR": "3087", "ENG": "", "MA_": "0", "G_NR": "659", "MA12": "3", "MARS": "7", "NAME": "Omari", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,900", "CSINR": "", "KURTZ": "", "PHAS_": "99,600", "STUND": "19,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Mohamed", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "04.03.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Alger"}}, "partial-ids": {"g55": "03-541"}, "ids-in-source": {"g55": "03-541"}}, "raw": {"DAY": "4-3-1931", "HOUR": "19 h.", "NAME": "OMARI Mohamed", "PLACE": "Alger (Algérie)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24959	zunino-michel-jean-1889-06-12	{"g55": "08-494"}	{"g55": "08-494"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel Jean", "family": "Zunino", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1889-06-12 10:00", "note": null, "place": {"c1": "", "c2": "83", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Toulon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Michel Jean", "family": "Zunino", "nobility": ""}, "birth": {"date": "1889-06-12 10:00", "place": {"c1": "", "c2": "83", "c3": "", "cy": "FR", "name": "Toulon"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"g55": "08-494"}}, "raw": {"DAY": "12-6-1889", "HOUR": "10 h.", "NAME": "ZUNINO Michel Jean", "PLACE": "Toulon (Var)."}, "date": "2023-08-20T14:49:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
4642	auclair-noel-1869-12-22	{"a2": "2556", "g55": "09-1"}	{"g55": "09-1", "lerrcp": "A2-2556"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Noël", "family": "Auclair", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:16", "date": "1869-12-22 09:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.06802, "lat": 46.03624, "name": "Roanne", "geoid": 2983362}, "notime": null, "date-ut": "1869-12-22 08:42:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Noël", "family": "Auclair"}, "birth": {"tzo": "+00:16:16", "date": "1869-12-22 09:00", "place": {"c2": "42", "cy": "FR", "lg": 4.06802, "lat": 46.03624, "name": "Roanne", "geoid": 2983362}, "date-ut": "1869-12-22 08:42:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2556"}, "ids-in-sources": {"a2": "2556"}}, "raw": {"H": "8", "MN": "42", "TZ": "0", "COD": "42", "COU": "F", "DAY": "22", "LAT": "45N26", "LON": "4E23", "MON": "12", "NUM": "2556", "PRO": "S", "SEC": "28", "YEA": "1869", "CITY": "ROANNE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-1"}, "ids-in-source": {"g55": "09-1"}}, "raw": {"DAY": "22-12-1869", "HOUR": "9 h.", "NAME": "AUCLAIR Noél", "PLACE": "Roanne (Loire)."}, "date": "2023-08-20T14:49:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
662	perrigault-louis-1928-08-25	{"a1": "662", "g55": "03-544", "3a_sports": "3227"}	{"g55": "03-544", "ertel": "ES-3227", "lerrcp": "A1-662"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Perrigault", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1928-08-25 10:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -2.76838, "lat": 48.51513, "name": "Saint-Brieuc", "geoid": 2981280}, "notime": null, "date-ut": "1928-08-25 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Perrigault"}, "birth": {"tzo": "+01:00", "date": "1928-08-25 10:00", "place": {"c2": "22", "cy": "FR", "lg": -2.76838, "lat": 48.51513, "name": "Saint-Brieuc", "geoid": 2981280}, "date-ut": "1928-08-25 09:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-662"}, "ids-in-sources": {"a1": "662"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "22", "COU": "F", "DAY": "25", "LAT": "48N31", "LON": "2W45", "MON": "8", "NUM": "662", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "SAINT-BRIEUC"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-08-25 10:00"}, "partial-ids": {"ertel": "ES-3227"}}, "raw": {"L": "", "MF": "", "NR": "3227", "ENG": "1", "MA_": "2", "G_NR": "662", "MA12": "4", "MARS": "12", "NAME": "Perrigault", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,200", "CSINR": "", "KURTZ": "", "PHAS_": "65,500", "STUND": "10,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "25.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Louis", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "25.08.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-544"}, "ids-in-source": {"g55": "03-544"}}, "raw": {"DAY": "25-8-1928", "HOUR": "10 h.", "NAME": "PERRIGAULT Louis", "PLACE": "Saint-Brieuc (Côtes-du-Nord)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
664	pierluigi-celestin-1926-10-16	{"a1": "664", "g55": "03-546", "3a_sports": "3284"}	{"g55": "03-546", "ertel": "ES-3284", "lerrcp": "A1-664"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Célestin", "family": "Pierluigi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1926-10-16 15:40", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.35542, "lat": 46.90347, "name": "Pontarlier", "geoid": 2986302}, "notime": null, "date-ut": "1926-10-16 15:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Célestin", "family": "Pierluigi"}, "birth": {"tzo": "+00:00", "date": "1926-10-16 15:40", "place": {"c2": "25", "cy": "FR", "lg": 6.35542, "lat": 46.90347, "name": "Pontarlier", "geoid": 2986302}, "date-ut": "1926-10-16 15:40"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-664"}, "ids-in-sources": {"a1": "664"}}, "raw": {"H": "15", "MN": "40", "TZ": "0", "COD": "25", "COU": "F", "DAY": "16", "LAT": "47N15", "LON": "6E 2", "MON": "10", "NUM": "664", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "PONTARLIER"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-10-16 15:40"}, "partial-ids": {"ertel": "ES-3284"}}, "raw": {"L": "", "MF": "", "NR": "3284", "ENG": "", "MA_": "0", "G_NR": "664", "MA12": "11", "MARS": "33", "NAME": "Pierluigi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,100", "CSINR": "", "KURTZ": "", "PHAS_": "65,600", "STUND": "15,67", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "16.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Celestin", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "16.10.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-546"}, "ids-in-source": {"g55": "03-546"}}, "raw": {"DAY": "16-10-1926", "HOUR": "15 h. 40", "NAME": "PIERLUIGI Célestin", "PLACE": "Pontarlier (Doubs)."}, "date": "2023-08-20T14:48:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24960	bailland-edouard-1848-02-14	{"g55": "09-3"}	{"g55": "09-3"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Bailland", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1848-02-14 22:00", "note": null, "place": {"c1": "", "c2": "71", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Chalon-sur-Sadne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Bailland", "nobility": ""}, "birth": {"date": "1848-02-14 22:00", "place": {"c1": "", "c2": "71", "c3": "", "cy": "FR", "name": "Chalon-sur-Sadne"}}, "occus": ["scientist"], "trust": 5, "ids-in-sources": {"g55": "09-3"}}, "raw": {"DAY": "14-2-1848", "HOUR": "22 h.", "NAME": "BAILLAND Edouard", "PLACE": "Chalon-sur-Sadne (Saône-et-Loire)."}, "date": "2023-08-20T14:49:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4644	balard-antoine-1802-09-30	{"a2": "2558", "g55": "09-4", "afd5": "42"}	{"g55": "09-4", "lerrcp": "A2-2558", "muller": "M5-42"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Antoine", "family": "Balard", "spouse": [], "official": {"given": "Antoine Jérôme", "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1802-09-30 01:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1802-09-30 00:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist", "physician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Balard"}, "birth": {"tzo": "+00:15:30", "date": "1802-09-30 01:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1802-09-30 00:44:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2558"}, "ids-in-sources": {"a2": "2558"}}, "raw": {"H": "0", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "30", "LAT": "43N37", "LON": "3E53", "MON": "9", "NUM": "2558", "PRO": "S", "SEC": "28", "YEA": "1802", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Balard", "official": {"given": "Antoine Jérôme"}}, "birth": {"date": "1802-09-30 01:00", "place": {"name": "Montpellier"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "42"}}, "raw": {"NR": "42", "GNR": "SA2255", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1802", "KORR": "", "MARS": "4", "MODE": "LMT", "MOND": "26", "NAME": "BALARD (ANTOINE JÉROME).", "AUFAB": "4.70", "PHAS_": "8.600", "SONNE": "29", "VENUS": "25", "BREITE": "43 N 37", "GEBORT": "Montpellier (Hérault)", "LAENGE": "003 E 53", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "32", "GEBZEIT": "01.00", "JUPITER": "31", "ELECTAGE": "31,7", "ELECTDAT": "17.06.1834", "GEBDATUM": "30.09.1802", "STBDATUM": "20.03.1876"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "09-4"}, "ids-in-source": {"g55": "09-4"}}, "raw": {"DAY": "30-9-1802", "HOUR": "1 h.", "NAME": "BALARD Antoine", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:49:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4646	barillon-emile-1879-04-01	{"a2": "2560", "g55": "09-6"}	{"g55": "09-6", "lerrcp": "A2-2560"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Barillon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:56", "date": "1879-04-01 13:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Méziéres", "geoid": 0}, "notime": null, "date-ut": "1879-04-01 12:41:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Barillon"}, "birth": {"tzo": "+00:18:56", "date": "1879-04-01 13:00", "place": {"c2": "08", "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Mezieres", "geoid": 0}, "date-ut": "1879-04-01 12:41:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2560"}, "ids-in-sources": {"a2": "2560"}}, "raw": {"H": "12", "MN": "41", "TZ": "0", "COD": "08", "COU": "F", "DAY": "1", "LAT": "49N46", "LON": "4E44", "MON": "4", "NUM": "2560", "PRO": "S", "SEC": "4", "YEA": "1879", "CITY": "MEZIERES"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Méziéres"}}, "partial-ids": {"g55": "09-6"}, "ids-in-source": {"g55": "09-6"}}, "raw": {"DAY": "1-4-1879", "HOUR": "13 h.", "NAME": "BARILLON Emile", "PLACE": "Méziéres (Ardennes)."}, "date": "2023-08-20T14:49:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
667	pratesi-hilaire-1931-03-28	{"a1": "667", "g55": "03-547", "3a_sports": "3366"}	{"g55": "03-547", "ertel": "ES-3366", "lerrcp": "A1-667"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hilaire", "family": "Pratesi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1931-03-28 03:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1931-03-28 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Hilaire", "family": "Pratesi"}, "birth": {"tzo": "+00:00", "date": "1931-03-28 03:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1931-03-28 03:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-667"}, "ids-in-sources": {"a1": "667"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "13", "COU": "F", "DAY": "28", "LAT": "43N18", "LON": "5E22", "MON": "3", "NUM": "667", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-03-28 03:00"}, "partial-ids": {"ertel": "ES-3366"}}, "raw": {"L": "", "MF": "", "NR": "3366", "ENG": "", "MA_": "1", "G_NR": "667", "MA12": "7", "MARS": "19", "NAME": "Pratesi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,900", "CSINR": "", "KURTZ": "", "PHAS_": "58,700", "STUND": "3,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Hilaire", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "28.03.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-547"}, "ids-in-source": {"g55": "03-547"}}, "raw": {"DAY": "28-3-1931", "HOUR": "3 h.", "NAME": "PRATESI Hilaire", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:48:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
669	prigent-guy-1929-05-31	{"a1": "669", "g55": "03-548", "3a_sports": "3376"}	{"g55": "03-548", "ertel": "ES-3376", "lerrcp": "A1-669"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Prigent", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1929-05-31 01:25", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.3, "lat": 48.93333, "name": "Gennevilliers", "geoid": 3016321}, "notime": null, "date-ut": "1929-05-31 00:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Prigent"}, "birth": {"tzo": "+01:00", "date": "1929-05-31 01:25", "place": {"c2": "92", "cy": "FR", "lg": 2.3, "lat": 48.93333, "name": "Gennevilliers", "geoid": 3016321}, "date-ut": "1929-05-31 00:25"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-669"}, "ids-in-sources": {"a1": "669"}}, "raw": {"H": "0", "MN": "25", "TZ": "0", "COD": "92", "COU": "F", "DAY": "31", "LAT": "48N50", "LON": "2E11", "MON": "5", "NUM": "669", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "GENNEVILLIERS"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-05-31 01:25"}, "partial-ids": {"ertel": "ES-3376"}}, "raw": {"L": "", "MF": "", "NR": "3376", "ENG": "", "MA_": "1", "G_NR": "669", "MA12": "7", "MARS": "20", "NAME": "Prigent", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,600", "CSINR": "", "KURTZ": "", "PHAS_": "56,900", "STUND": "1,42", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "31.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Guy", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "31.05.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-548"}, "ids-in-source": {"g55": "03-548"}}, "raw": {"DAY": "31-5-1929", "HOUR": "14 h. 25", "NAME": "PRIGENT Guy", "PLACE": "Gennevilliers (Seine)."}, "date": "2023-08-20T14:48:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
4647	barrois-charles-1851-04-21	{"a2": "2561", "g55": "09-7"}	{"g55": "09-7", "lerrcp": "A2-2561"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Barrois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1851-04-21 07:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1851-04-21 06:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Barrois"}, "birth": {"tzo": "+00:12:14", "date": "1851-04-21 07:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1851-04-21 06:47:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2561"}, "ids-in-sources": {"a2": "2561"}}, "raw": {"H": "6", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "21", "LAT": "50N39", "LON": "3E 5", "MON": "4", "NUM": "2561", "PRO": "S", "SEC": "40", "YEA": "1851", "CITY": "LILLE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-7"}, "ids-in-source": {"g55": "09-7"}}, "raw": {"DAY": "21-4-1851", "HOUR": "7 h.", "NAME": "BARROIS Charles", "PLACE": "Lille (Nord)."}, "date": "2023-08-20T14:49:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4649	bassot-jean-1841-04-06	{"a2": "2563", "g55": "04-110"}	{"g55": "04-110", "lerrcp": "A2-2563"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bassot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:37", "date": "1841-04-06 21:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.40609, "lat": 47.40391, "name": "Renève", "geoid": 2984003}, "notime": null, "date-ut": "1841-04-06 20:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist", "military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bassot"}, "birth": {"tzo": "+00:21:37", "date": "1841-04-06 21:00", "place": {"c2": "21", "cy": "FR", "lg": 5.40609, "lat": 47.40391, "name": "Renève", "geoid": 2984003}, "date-ut": "1841-04-06 20:39:52"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2563"}, "ids-in-sources": {"a2": "2563"}}, "raw": {"H": "20", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "6", "LAT": "47N19", "LON": "5E 2", "MON": "4", "NUM": "2563", "PRO": "S", "SEC": "52", "YEA": "1841", "CITY": "RENEVE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "04-110"}, "ids-in-source": {"g55": "04-110"}}, "raw": {"DAY": "6-4-1841", "HOUR": "21 h.", "NAME": "BASSOT Léon Pierre", "PLACE": "Renéve (Côte-d’Or)."}, "date": "2023-08-20T14:48:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}, {"new": [], "raw": {"DAY": "6-4-1841", "HOUR": "21 h.", "NAME": "BASSOT Jean", "PLACE": "Renave (Côte-d’Or)."}, "date": "2023-08-20T14:49:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
672	raffaeli-aime-1905-02-05	{"a1": "672", "3a_sports": "3421"}	{"cpara": "CP-362", "ertel": "ES-3421", "lerrcp": "A1-672"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aimé", "family": "Raffaeli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1905-02-05 07:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1905-02-05 06:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Aimé", "family": "Raffaeli"}, "birth": {"tzo": "+00:09:21", "date": "1905-02-05 07:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1905-02-05 06:50:40"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-672"}, "ids-in-sources": {"a1": "672"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "13", "COU": "F", "DAY": "5", "LAT": "43N18", "LON": "5E22", "MON": "2", "NUM": "672", "PRO": "C", "SEC": "40", "YEA": "1905", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1905-02-05 07:00"}, "partial-ids": {"ertel": "ES-3421"}}, "raw": {"L": "", "MF": "", "NR": "3421", "ENG": "1", "MA_": "2", "G_NR": "672", "MA12": "4", "MARS": "12", "NAME": "Raffaeli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,000", "CSINR": "", "KURTZ": "", "PHAS_": "0,300", "STUND": "7,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "05.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "362", "VORNAME": "Aimé", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.02.1905", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
674	richaud-pierre-1927-12-09	{"a1": "674", "g55": "03-552", "3a_sports": "3499"}	{"g55": "03-552", "ertel": "ES-3499", "lerrcp": "A1-674"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Richaud", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-12-09 10:00", "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": -0.63588, "lat": 35.69906, "name": "Oran", "geoid": 2485926}, "notime": null, "date-ut": "1927-12-09 10:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Richaud"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": -0.63588, "lat": 35.69906, "name": "Oran", "geoid": 2485926}, "date-ut": "1927-12-09 10:00:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-674"}, "ids-in-sources": {"a1": "674"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "9", "LAT": "35N40", "LON": "0W30", "MON": "12", "NUM": "674", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "ORAN"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-12-09 10:00"}, "partial-ids": {"ertel": "ES-3499"}}, "raw": {"L": "", "MF": "", "NR": "3499", "ENG": "", "MA_": "0", "G_NR": "674", "MA12": "3", "MARS": "8", "NAME": "Richaud", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,700", "CSINR": "", "KURTZ": "", "PHAS_": "99,900", "STUND": "10,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "09.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "09.12.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-552"}, "ids-in-source": {"g55": "03-552"}}, "raw": {"DAY": "9-12-1927", "HOUR": "10 h.", "NAME": "RICHAUD Pierre", "PLACE": "Oran (Algérie)."}, "date": "2023-08-20T14:48:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
4650	bataillon-jean-1864-10-22	{"a2": "2564", "g55": "09-9"}	{"g55": "09-9", "lerrcp": "A2-2564"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bataillon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:06", "date": "1864-10-22 11:00", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.27684, "lat": 46.9571, "name": "Annoire", "geoid": 3037519}, "notime": null, "date-ut": "1864-10-22 10:37:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bataillon"}, "birth": {"tzo": "+00:21:06", "date": "1864-10-22 11:00", "place": {"c2": "39", "cy": "FR", "lg": 5.27684, "lat": 46.9571, "name": "Annoire", "geoid": 3037519}, "date-ut": "1864-10-22 10:37:48"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2564"}, "ids-in-sources": {"a2": "2564"}}, "raw": {"H": "10", "MN": "37", "TZ": "0", "COD": "39", "COU": "F", "DAY": "22", "LAT": "46N40", "LON": "5E33", "MON": "10", "NUM": "2564", "PRO": "S", "SEC": "48", "YEA": "1864", "CITY": "ANNOIRE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-9"}, "ids-in-source": {"g55": "09-9"}}, "raw": {"DAY": "22-10-1864", "HOUR": "11 h.", "NAME": "BATAILLON Jean", "PLACE": "Annoire (Jura)."}, "date": "2023-08-20T14:49:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4651	battandier-jules-1848-01-08	{"a2": "2565", "g55": "09-10"}	{"g55": "09-10", "lerrcp": "A2-2565"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Battandier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:41", "date": "1848-01-08 23:00", "note": null, "place": {"c1": null, "c2": "07", "c3": null, "cy": "FR", "lg": 4.6707, "lat": 45.23992, "name": "Annonay", "geoid": 3037514}, "notime": null, "date-ut": "1848-01-08 22:41:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Battandier"}, "birth": {"tzo": "+00:18:41", "date": "1848-01-08 23:00", "place": {"c2": "07", "cy": "FR", "lg": 4.6707, "lat": 45.23992, "name": "Annonay", "geoid": 3037514}, "date-ut": "1848-01-08 22:41:36"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2565"}, "ids-in-sources": {"a2": "2565"}}, "raw": {"H": "22", "MN": "41", "TZ": "0", "COD": "07", "COU": "F", "DAY": "8", "LAT": "44N44", "LON": "4E36", "MON": "1", "NUM": "2565", "PRO": "S", "SEC": "36", "YEA": "1848", "CITY": "ANNONAY"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-10"}, "ids-in-source": {"g55": "09-10"}}, "raw": {"DAY": "8-1-1848", "HOUR": "23 h.", "NAME": "BATTANDIER Jules", "PLACE": "Annonay (Ardèche)."}, "date": "2023-08-20T14:49:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
677	santabien-jean-1929-12-12	{"a1": "677", "g55": "03-554", "3a_sports": "3674"}	{"g55": "03-554", "ertel": "ES-3674", "lerrcp": "A1-677"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Santabien", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1929-12-12 05:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 3.95922, "lat": 49.04, "name": "Épernay", "geoid": 3020062}, "notime": null, "date-ut": "1929-12-12 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Santabien"}, "birth": {"tzo": "+00:00", "date": "1929-12-12 05:00", "place": {"c2": "51", "cy": "FR", "lg": 3.95922, "lat": 49.04, "name": "Épernay", "geoid": 3020062}, "date-ut": "1929-12-12 05:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-677"}, "ids-in-sources": {"a1": "677"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "51", "COU": "F", "DAY": "12", "LAT": "48N57", "LON": "4E22", "MON": "12", "NUM": "677", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "EPERNAY"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-12-12 05:00"}, "partial-ids": {"ertel": "ES-3674"}}, "raw": {"L": "", "MF": "", "NR": "3674", "ENG": "", "MA_": "0", "G_NR": "677", "MA12": "12", "MARS": "34", "NAME": "Santanbien", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,600", "CSINR": "", "KURTZ": "", "PHAS_": "75,500", "STUND": "5,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "12.12.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-554"}, "ids-in-source": {"g55": "03-554"}}, "raw": {"DAY": "12-12-1929", "HOUR": "5 h.", "NAME": "SANTANBIEN Jean", "PLACE": "Epernay (Marne)."}, "date": "2023-08-20T14:48:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
679	sneyers-jean-1927-08-11	{"a1": "679", "g55": "03-555", "3a_sports": "3851"}	{"g55": "03-555", "ertel": "ES-3851", "lerrcp": "A1-679"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Sneyers", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1927-08-11 03:15", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "notime": null, "date-ut": "1927-08-11 02:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Sneyers"}, "birth": {"tzo": "+01:00", "date": "1927-08-11 03:15", "place": {"c2": "68", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "date-ut": "1927-08-11 02:15"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-679"}, "ids-in-sources": {"a1": "679"}}, "raw": {"H": "2", "MN": "15", "TZ": "0", "COD": "68", "COU": "F", "DAY": "11", "LAT": "48N 5", "LON": "7E21", "MON": "8", "NUM": "679", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "MULHOUSE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-08-11 03:15"}, "partial-ids": {"ertel": "ES-3851"}}, "raw": {"L": "", "MF": "", "NR": "3851", "ENG": "", "MA_": "1", "G_NR": "679", "MA12": "10", "MARS": "29", "NAME": "Sneyers", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,200", "CSINR": "", "KURTZ": "", "PHAS_": "93,900", "STUND": "3,25", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "11.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "11.08.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-555"}, "ids-in-source": {"g55": "03-555"}}, "raw": {"DAY": "11-8-1927", "HOUR": "3 h. 15", "NAME": "SNEYERS Jean", "PLACE": "Mulhouse (Haut-Rhin)."}, "date": "2023-08-20T14:48:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
4653	bazin-henri-1829-10-20	{"a2": "2567", "g55": "09-11"}	{"g55": "09-11", "lerrcp": "A2-2567"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Bazin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1829-10-20 21:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1829-10-20 20:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Bazin"}, "birth": {"tzo": "+00:24:44", "date": "1829-10-20 21:00", "place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1829-10-20 20:35:12"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2567"}, "ids-in-sources": {"a2": "2567"}}, "raw": {"H": "20", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "20", "LAT": "48N42", "LON": "6E12", "MON": "10", "NUM": "2567", "PRO": "S", "SEC": "12", "YEA": "1829", "CITY": "NANCY"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-11"}, "ids-in-source": {"g55": "09-11"}}, "raw": {"DAY": "20-10-1829", "HOUR": "21 h.", "NAME": "BAZIN Henri", "PLACE": "Nancy (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:49:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4657	belgrand-marie-1810-04-23	{"a2": "2571", "g55": "09-12"}	{"g55": "09-12", "lerrcp": "A2-2571"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Belgrand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:20", "date": "1810-04-23 16:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "Ervy", "geoid": 0}, "notime": null, "date-ut": "1810-04-23 15:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Belgrand"}, "birth": {"tzo": "+00:16:20", "date": "1810-04-23 16:00", "place": {"c2": "10", "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "Ervy", "geoid": 0}, "date-ut": "1810-04-23 15:43:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2571"}, "ids-in-sources": {"a2": "2571"}}, "raw": {"H": "15", "MN": "43", "TZ": "0", "COD": "10", "COU": "F", "DAY": "23", "LAT": "48N18", "LON": "4E 5", "MON": "4", "NUM": "2571", "PRO": "S", "SEC": "40", "YEA": "1810", "CITY": "ERVY"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Ervy"}}, "partial-ids": {"g55": "09-12"}, "ids-in-source": {"g55": "09-12"}}, "raw": {"DAY": "23-4-1810", "HOUR": "16 h.", "NAME": "BELGRAND Marie", "PLACE": "Ervy (Aube)."}, "date": "2023-08-20T14:49:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4658	benoit-justin-1844-11-29	{"a2": "2572", "g55": "09-13"}	{"g55": "09-13", "lerrcp": "A2-2572"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Justin", "family": "Benoit", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1844-11-29 08:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1844-11-29 07:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Justin", "family": "Benoit"}, "birth": {"tzo": "+00:15:30", "date": "1844-11-29 08:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1844-11-29 07:44:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2572"}, "ids-in-sources": {"a2": "2572"}}, "raw": {"H": "7", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "29", "LAT": "43N37", "LON": "3E53", "MON": "11", "NUM": "2572", "PRO": "S", "SEC": "28", "YEA": "1844", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-13"}, "ids-in-source": {"g55": "09-13"}}, "raw": {"DAY": "29-11-1844", "HOUR": "8 h.", "NAME": "BENOIT Justin", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:49:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
682	stock-jean-1923-03-12	{"a1": "682", "g55": "03-104", "3a_sports": "3909", "cfepp-final3": "260"}	{"g55": "03-104", "cfepp": "CF-260", "cpara": "CP-393", "ertel": "ES-3909", "lerrcp": "A1-682"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Stock", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1923-03-12 11:00", "note": null, "place": {"c1": null, "c2": "89", "c3": "", "cy": "FR", "lg": 3.58333, "lat": 47.8, "name": "Saint-Martin-du-Tertre", "geoid": 0}, "notime": null, "date-ut": "1923-03-12 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Stock"}, "birth": {"tzo": "+00:00", "date": "1923-02-12 11:00", "place": {"c2": "89", "cy": "FR", "lg": 3.58333, "lat": 47.8, "name": "Saint-Martin-du-Te", "geoid": 0}, "date-ut": "1923-02-12 11:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-682"}, "ids-in-sources": {"a1": "682"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "89", "COU": "F", "DAY": "12", "LAT": "47N48", "LON": "3E35", "MON": "2", "NUM": "682", "PRO": "C", "SEC": "0", "YEA": "1923", "CITY": "ST-MARTIN-DU-TE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1923-02-12 11:00"}, "partial-ids": {"ertel": "ES-3909"}}, "raw": {"L": "", "MF": "", "NR": "3909", "ENG": "1", "MA_": "2", "G_NR": "682", "MA12": "1", "MARS": "3", "NAME": "Stock", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,300", "CSINR": "", "KURTZ": "", "PHAS_": "14,600", "STUND": "11,00", "CFEPNR": "260", "EXTEND": "1", "NATION": "FRA", "TAGMON": "12.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "393", "VORNAME": "Jean", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "12.02.1923", "GQBECORR": "c", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "stock-jean-1923-03-12", "birth": {"date": "1923-03-12 11:00", "place": {"c3": ""}, "date-ut": "1923-03-12 11:00"}, "occus": ["boxer"], "ids-in-sources": {"cfepp-final3": "260"}}, "raw": {"S": "2", "LT": "11 00", "LV": "F", "TR": "f", "UT": "11 00", "LAT": "+48.21", "SRC": "ALG", "LONG": "-03.26", "NAME": "STOCK Jean", "SPORT": "Boxing", "LOC_DATE": "1923 03 12", "UNIV_DATE": "1923 03 12", "BIRTH_PLACE": "ST MARTIN DU TERTRE", "POSTAL_CODE": "89100"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Martin-du-Tertre"}}, "partial-ids": {"g55": "03-104"}, "ids-in-source": {"g55": "03-104"}}, "raw": {"DAY": "12-2-1923", "HOUR": "11 h.", "NAME": "STOCK Jean", "PLACE": "Saint-Martin-du-Tertre (Yonne)."}, "date": "2023-08-20T14:48:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
4660	bertin-louis-1840-03-23	{"a2": "2574", "g55": "09-14"}	{"g55": "09-14", "lerrcp": "A2-2574"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Bertin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1840-03-23 02:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1840-03-23 01:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Bertin"}, "birth": {"tzo": "+00:24:44", "date": "1840-03-23 02:00", "place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1840-03-23 01:35:12"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2574"}, "ids-in-sources": {"a2": "2574"}}, "raw": {"H": "1", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "23", "LAT": "48N42", "LON": "6E12", "MON": "3", "NUM": "2574", "PRO": "S", "SEC": "12", "YEA": "1840", "CITY": "NANCY"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-14"}, "ids-in-source": {"g55": "09-14"}}, "raw": {"DAY": "23-3-1840", "HOUR": "2 h.", "NAME": "BERTIN Louis", "PLACE": "Nancy (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:49:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4662	bichat-ernest-1845-09-17	{"a2": "2576", "g55": "09-15"}	{"g55": "09-15", "lerrcp": "A2-2576"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Bichat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:59", "date": "1845-09-17 19:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.49383, "lat": 48.59273, "name": "Lunéville", "geoid": 2997110}, "notime": null, "date-ut": "1845-09-17 18:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Bichat"}, "birth": {"tzo": "+00:25:59", "date": "1845-09-17 19:00", "place": {"c2": "54", "cy": "FR", "lg": 6.49383, "lat": 48.59273, "name": "Lunéville", "geoid": 2997110}, "date-ut": "1845-09-17 18:35:12"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2576"}, "ids-in-sources": {"a2": "2576"}}, "raw": {"H": "18", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "17", "LAT": "48N42", "LON": "6E12", "MON": "9", "NUM": "2576", "PRO": "S", "SEC": "12", "YEA": "1845", "CITY": "LUNEVILLE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-15"}, "ids-in-source": {"g55": "09-15"}}, "raw": {"DAY": "17-9-1845", "HOUR": "19 h.", "NAME": "BICHAT Ernest", "PLACE": "Lunéville (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:49:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
687	thieulin-william-1927-02-13	{"a1": "687", "g55": "03-562", "3a_sports": "4006"}	{"g55": "03-562", "ertel": "ES-4006", "lerrcp": "A1-687"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Thieulin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1927-02-13 12:30", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.00288, "lat": 49.28669, "name": "Elbeuf", "geoid": 3020307}, "notime": null, "date-ut": "1927-02-13 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "William", "family": "Thieulin"}, "birth": {"tzo": "+00:00", "date": "1927-02-13 12:30", "place": {"c2": "76", "cy": "FR", "lg": 1.00288, "lat": 49.28669, "name": "Elbeuf", "geoid": 3020307}, "date-ut": "1927-02-13 12:30"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-687"}, "ids-in-sources": {"a1": "687"}}, "raw": {"H": "12", "MN": "30", "TZ": "0", "COD": "76", "COU": "F", "DAY": "13", "LAT": "49N26", "LON": "1E 5", "MON": "2", "NUM": "687", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "ELBEUF"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-02-13 12:30"}, "partial-ids": {"ertel": "ES-4006"}}, "raw": {"L": "", "MF": "", "NR": "4006", "ENG": "1", "MA_": "2", "G_NR": "687", "MA12": "1", "MARS": "3", "NAME": "Thieulin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,500", "CSINR": "", "KURTZ": "", "PHAS_": "87,500", "STUND": "12,50", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "13.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "William", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "13.02.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-562"}, "ids-in-source": {"g55": "03-562"}}, "raw": {"DAY": "13-2-1927", "HOUR": "12 h. 30", "NAME": "THIEULIN William", "PLACE": "Elbeuf (Seine-Inférieure)."}, "date": "2023-08-20T14:48:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
689	thomann-eugene-1929-03-23	{"a1": "689", "g55": "03-563", "3a_sports": "4012"}	{"g55": "03-563", "ertel": "ES-4012", "lerrcp": "A1-689"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Thomann", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1929-03-23 05:45", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.75, "lat": 48.58333, "name": "Schiltigheim", "geoid": 0}, "notime": null, "date-ut": "1929-03-23 05:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Thomann"}, "birth": {"tzo": "+00:00", "date": "1929-03-23 05:45", "place": {"c2": "67", "cy": "FR", "lg": 7.75, "lat": 48.58333, "name": "Schillingheim", "geoid": 0}, "date-ut": "1929-03-23 05:45"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-689"}, "ids-in-sources": {"a1": "689"}}, "raw": {"H": "5", "MN": "45", "TZ": "0", "COD": "67", "COU": "F", "DAY": "23", "LAT": "48N35", "LON": "7E45", "MON": "3", "NUM": "689", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "SCHILLINGHEIM"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-03-23 05:45"}, "partial-ids": {"ertel": "ES-4012"}}, "raw": {"L": "", "MF": "", "NR": "4012", "ENG": "", "MA_": "1", "G_NR": "689", "MA12": "9", "MARS": "27", "NAME": "Thomann", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,500", "CSINR": "", "KURTZ": "", "PHAS_": "93,600", "STUND": "5,75", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Eugene", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "23.03.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Schiltigheim"}}, "partial-ids": {"g55": "03-563"}, "ids-in-source": {"g55": "03-563"}}, "raw": {"DAY": "23-3-1929", "HOUR": "5 h. 45", "NAME": "THOMANN Eugène", "PLACE": "Schiltigheim (Bas-Rhin)."}, "date": "2023-08-20T14:48:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
4664	bigourdin-guillaume-1851-04-06	{"a2": "2578", "g55": "09-16"}	{"g55": "09-16", "lerrcp": "A2-2578"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guillaume", "family": "Bigourdin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:03:08", "date": "1851-04-06 22:00", "note": null, "place": {"c1": null, "c2": "82", "c3": null, "cy": "FR", "lg": 0.78357, "lat": 44.06035, "name": "Sistels", "geoid": 2974447}, "notime": null, "date-ut": "1851-04-06 21:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Guillaume", "family": "Bigourdin"}, "birth": {"tzo": "+00:03:08", "date": "1851-04-06 22:00", "place": {"c2": "82", "cy": "FR", "lg": 0.78357, "lat": 44.06035, "name": "Sistels", "geoid": 2974447}, "date-ut": "1851-04-06 21:54:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2578"}, "ids-in-sources": {"a2": "2578"}}, "raw": {"H": "21", "MN": "54", "TZ": "0", "COD": "82", "COU": "F", "DAY": "6", "LAT": "44N 1", "LON": "1E20", "MON": "4", "NUM": "2578", "PRO": "S", "SEC": "40", "YEA": "1851", "CITY": "SISTELS"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-16"}, "ids-in-source": {"g55": "09-16"}}, "raw": {"DAY": "6-4-1851", "HOUR": "22 h.", "NAME": "BIGOURDAN Guillaume", "PLACE": "Sistels (Tarn-et-Garonne)."}, "date": "2023-08-20T14:49:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4665	billet-felix-1808-09-15	{"a2": "2579", "g55": "09-17"}	{"g55": "09-17", "lerrcp": "A2-2579"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Billet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:45", "date": "1808-09-15 23:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 3.68607, "lat": 49.30773, "name": "Fismes", "geoid": 3018453}, "notime": null, "date-ut": "1808-09-15 22:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Billet"}, "birth": {"tzo": "+00:14:45", "date": "1808-09-15 23:00", "place": {"c2": "51", "cy": "FR", "lg": 3.68607, "lat": 49.30773, "name": "Fismes", "geoid": 3018453}, "date-ut": "1808-09-15 22:42:32"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2579"}, "ids-in-sources": {"a2": "2579"}}, "raw": {"H": "22", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "15", "LAT": "48N57", "LON": "4E22", "MON": "9", "NUM": "2579", "PRO": "S", "SEC": "32", "YEA": "1808", "CITY": "FISMES"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-17"}, "ids-in-source": {"g55": "09-17"}}, "raw": {"DAY": "15-9-1808", "HOUR": "23 h.", "NAME": "BILLET Félix", "PLACE": "Fismes (Marne)."}, "date": "2023-08-20T14:49:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
694	weissmann-rene-1930-01-02	{"a1": "694", "g55": "03-567", "3a_sports": "4314"}	{"g55": "03-567", "ertel": "ES-4314", "lerrcp": "A1-694"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Weissmann", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1930-01-02 19:25", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1930-01-02 19:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "René", "family": "Weissmann"}, "birth": {"tzo": "+00:00", "date": "1930-01-02 19:25", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1930-01-02 19:25"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-694"}, "ids-in-sources": {"a1": "694"}}, "raw": {"H": "19", "MN": "25", "TZ": "0", "COD": "67", "COU": "F", "DAY": "2", "LAT": "48N35", "LON": "7E45", "MON": "1", "NUM": "694", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-01-02 19:25"}, "partial-ids": {"ertel": "ES-4314"}}, "raw": {"L": "", "MF": "", "NR": "4314", "ENG": "", "MA_": "0", "G_NR": "694", "MA12": "8", "MARS": "24", "NAME": "Weissmann", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,700", "CSINR": "", "KURTZ": "", "PHAS_": "3,800", "STUND": "19,42", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "02.01.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-567"}, "ids-in-source": {"g55": "03-567"}}, "raw": {"DAY": "2-1-1930", "HOUR": "19 h. 25", "NAME": "WEISSMANN René", "PLACE": "Strasbourg (Bas-Rhin)."}, "date": "2023-08-20T14:48:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
692	walzack-jean-1924-10-21	{"a1": "692", "g55": "03-106", "3a_sports": "4299"}	{"g55": "03-106", "cpara": "CP-425", "ertel": "ES-4299", "lerrcp": "A1-692"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Walzack", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1924-10-21 15:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 50.48333, "name": "Nœux-les-Mines", "geoid": 2990287}, "notime": null, "date-ut": "1924-10-21 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Walzack"}, "birth": {"tzo": "+00:00", "date": "1924-10-21 15:00", "place": {"c2": "62", "cy": "FR", "lg": 2.66667, "lat": 50.48333, "name": "Nœux-les-Mines", "geoid": 2990287}, "date-ut": "1924-10-21 15:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-692"}, "ids-in-sources": {"a1": "692"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "62", "COU": "F", "DAY": "21", "LAT": "50N18", "LON": "2E46", "MON": "10", "NUM": "692", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "NOEUX-LES-MINES"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-10-21 15:00"}, "partial-ids": {"ertel": "ES-4299"}}, "raw": {"L": "", "MF": "", "NR": "4299", "ENG": "1", "MA_": "2", "G_NR": "692", "MA12": "1", "MARS": "1", "NAME": "Walzack", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "49,700", "STUND": "15,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "21.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "425", "VORNAME": "Jean", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "21.10.1924", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-106"}, "ids-in-source": {"g55": "03-106"}}, "raw": {"DAY": "21-10-1924", "HOUR": "15 h.", "NAME": "WALZACK Jean", "PLACE": "Noeux-les-Mines (Pas-de-Calais)."}, "date": "2023-08-20T14:48:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
4666	binger-louis-1856-10-14	{"a2": "2580", "a3": "231", "g55": "04-197"}	{"g55": "04-197", "lerrcp": "A2-2580"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Binger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1856-10-14 01:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1856-10-14 00:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist", "military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Binger"}, "birth": {"tzo": "+00:30:59", "date": "1856-10-14 01:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1856-10-14 00:29"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2580"}, "ids-in-sources": {"a2": "2580"}}, "raw": {"H": "0", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "14", "LAT": "48N35", "LON": "7E45", "MON": "10", "NUM": "2580", "PRO": "S", "SEC": "0", "YEA": "1856", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["military-personnel"], "sources": "a3", "ids-in-sources": {"a3": "231"}}, "raw": {"H": "0", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "14", "LAT": "48N35", "LON": "7E45", "MON": "10", "NUM": "231", "PRO": "M", "SEC": "0", "YEA": "1856", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-197"}, "ids-in-source": {"g55": "04-197"}}, "raw": {"DAY": "14-10-1856", "HOUR": "1 h.", "NAME": "BINGER Louis Gustave", "PLACE": "Strasbourg (Bas-Rhin)."}, "date": "2023-08-20T14:48:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}, {"new": [], "raw": {"DAY": "14-10-1856", "HOUR": "1 h.", "NAME": "BINGER Louis", "PLACE": "Strasbourg (Bas-Rhin)."}, "date": "2023-08-20T14:49:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4667	blaringhem-louis-1878-02-01	{"a2": "2581", "g55": "09-19"}	{"g55": "09-19", "lerrcp": "A2-2581"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Blaringhem", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:40", "date": "1878-02-01 01:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.66629, "lat": 50.57029, "name": "Locon", "geoid": 2997956}, "notime": null, "date-ut": "1878-02-01 00:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Blaringhem"}, "birth": {"tzo": "+00:10:40", "date": "1878-02-01 01:00", "place": {"c2": "62", "cy": "FR", "lg": 2.66629, "lat": 50.57029, "name": "Locon", "geoid": 2997956}, "date-ut": "1878-02-01 00:48:56"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2581"}, "ids-in-sources": {"a2": "2581"}}, "raw": {"H": "0", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "1", "LAT": "50N18", "LON": "2E46", "MON": "2", "NUM": "2581", "PRO": "S", "SEC": "56", "YEA": "1878", "CITY": "LOCON"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-19"}, "ids-in-source": {"g55": "09-19"}}, "raw": {"DAY": "1-2-1878", "HOUR": "1 h.", "NAME": "BLARINGHEM Louis", "PLACE": "Locon (Pas-de-Calais)."}, "date": "2023-08-20T14:49:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
698	buonvino-gino-1922-10-05	{"a1": "698", "3a_sports": "725"}	{"ertel": "ES-725", "lerrcp": "A1-698"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gino", "family": "Buonvino", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-10-05 18:00", "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 16.85118, "lat": 41.11773, "name": "Bari", "geoid": 3182351}, "notime": null, "date-ut": "1922-10-05 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Gino", "family": "Buonvino"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 16.85118, "lat": 41.11773, "name": "Bari", "geoid": 3182351}, "date-ut": "1922-10-05 17:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-698"}, "ids-in-sources": {"a1": "698"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "5", "LAT": "41N12", "LON": "17E 0", "MON": "10", "NUM": "698", "PRO": "C", "SEC": "0", "YEA": "1922", "CITY": "BARI"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1922-10-05 18:00"}, "partial-ids": {"ertel": "ES-725"}}, "raw": {"L": "", "MF": "", "NR": "725", "ENG": "1", "MA_": "2", "G_NR": "698", "MA12": "4", "MARS": "10", "NAME": "Buonvino", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,700", "CSINR": "", "KURTZ": "", "PHAS_": "99,000", "STUND": "18,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "05.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.10.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
700	caprari-sergio-1932-07-10	{"a1": "700", "3a_sports": "826"}	{"ertel": "ES-826", "lerrcp": "A1-700"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sergio", "family": "Caprari", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-07-11 00:30", "note": null, "place": {"c1": null, "c2": "VT", "c3": null, "cy": "IT", "lg": 12, "lat": 42.4, "name": "CIVITA CASTELLA", "geoid": 0}, "notime": null, "date-ut": "1932-07-10 23:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Sergio", "family": "Caprari"}, "birth": {"place": {"c2": "VT", "cy": "IT", "lg": 12, "lat": 42.4, "name": "CIVITA CASTELLA", "geoid": 0}, "date-ut": "1932-07-10 23:30"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-700"}, "ids-in-sources": {"a1": "700"}}, "raw": {"H": "0", "MN": "30", "TZ": "-1", "COD": "VT", "COU": "I", "DAY": "11", "LAT": "42N24", "LON": "12E 0", "MON": "7", "NUM": "700", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "CIVITA CASTELLA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-07-11 00:30"}, "partial-ids": {"ertel": "ES-826"}}, "raw": {"L": "", "MF": "", "NR": "826", "ENG": "", "MA_": "0", "G_NR": "700", "MA12": "11", "MARS": "33", "NAME": "Caprari", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,200", "CSINR": "", "KURTZ": "", "PHAS_": "48,600", "STUND": "0,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "11.07.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Sergio", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "11.07.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4668	blondel-andre-1863-08-28	{"a2": "2582", "g55": "09-20"}	{"g55": "09-20", "lerrcp": "A2-2582"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Blondel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:34", "date": "1863-08-28 08:00", "note": null, "place": {"c1": null, "c2": "52", "c3": null, "cy": "FR", "lg": 5.14134, "lat": 48.11121, "name": "Chaumont", "geoid": 3025892}, "notime": null, "date-ut": "1863-08-28 07:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "André", "family": "Blondel"}, "birth": {"tzo": "+00:20:34", "date": "1863-08-28 08:00", "place": {"c2": "52", "cy": "FR", "lg": 5.14134, "lat": 48.11121, "name": "Chaumont", "geoid": 3025892}, "date-ut": "1863-08-28 07:39:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2582"}, "ids-in-sources": {"a2": "2582"}}, "raw": {"H": "7", "MN": "39", "TZ": "0", "COD": "52", "COU": "F", "DAY": "28", "LAT": "48N 7", "LON": "5E 8", "MON": "8", "NUM": "2582", "PRO": "S", "SEC": "28", "YEA": "1863", "CITY": "CHAUMONT"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-20"}, "ids-in-source": {"g55": "09-20"}}, "raw": {"DAY": "28-8-1863", "HOUR": "8 h.", "NAME": "BLONDEL André", "PLACE": "Chaumont (Haute-Marne)."}, "date": "2023-08-20T14:49:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
702	carrara-luigi-1929-11-20	{"a1": "702", "3a_sports": "860"}	{"ertel": "ES-860", "lerrcp": "A1-702"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Carrara", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-11-20 10:20", "note": null, "place": {"c1": null, "c2": "BG", "c3": null, "cy": "IT", "lg": 9.79636, "lat": 45.76378, "name": "Albino", "geoid": 3183316}, "notime": null, "date-ut": "1929-11-20 09:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Carrara"}, "birth": {"place": {"c2": "BG", "cy": "IT", "lg": 9.79636, "lat": 45.76378, "name": "Albino", "geoid": 3183316}, "date-ut": "1929-11-20 09:20"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-702"}, "ids-in-sources": {"a1": "702"}}, "raw": {"H": "10", "MN": "20", "TZ": "-1", "COD": "BG", "COU": "I", "DAY": "20", "LAT": "45N36", "LON": "9E45", "MON": "11", "NUM": "702", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "ALBINO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-11-20 10:20"}, "partial-ids": {"ertel": "ES-860"}}, "raw": {"L": "", "MF": "", "NR": "860", "ENG": "", "MA_": "1", "G_NR": "702", "MA12": "2", "MARS": "6", "NAME": "Carrara", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,600", "CSINR": "", "KURTZ": "", "PHAS_": "87,800", "STUND": "10,33", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "20.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Louis", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.11.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
703	cavicchi-francesco-1928-05-12	{"a1": "703", "3a_sports": "919"}	{"ertel": "ES-919", "lerrcp": "A1-703"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Cavicchi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-05-12 01:00", "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.30761, "lat": 44.71227, "name": "Pieve di Cento", "geoid": 3170752}, "notime": null, "date-ut": "1928-05-12 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Cavicchi"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.30761, "lat": 44.71227, "name": "Pieve di Cento", "geoid": 3170752}, "date-ut": "1928-05-12 00:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-703"}, "ids-in-sources": {"a1": "703"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "12", "LAT": "44N30", "LON": "11E 0", "MON": "5", "NUM": "703", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "PIEVE DI CENTO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-05-12 01:00"}, "partial-ids": {"ertel": "ES-919"}}, "raw": {"L": "", "MF": "", "NR": "919", "ENG": "", "MA_": "0", "G_NR": "703", "MA12": "12", "MARS": "34", "NAME": "Cavicchi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,700", "CSINR": "", "KURTZ": "", "PHAS_": "59,200", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "12.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Francesco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.05.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
705	coluzzi-luigi-1930-02-09	{"a1": "705", "3a_sports": "1065"}	{"ertel": "ES-1065", "lerrcp": "A1-705"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Coluzzi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-02-09 18:00", "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1930-02-09 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Coluzzi"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1930-02-09 17:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-705"}, "ids-in-sources": {"a1": "705"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "9", "LAT": "41N54", "LON": "12E30", "MON": "2", "NUM": "705", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "ROMA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-02-09 18:00"}, "partial-ids": {"ertel": "ES-1065"}}, "raw": {"L": "", "MF": "", "NR": "1065", "ENG": "", "MA_": "1", "G_NR": "705", "MA12": "7", "MARS": "21", "NAME": "Coluzzi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,400", "CSINR": "", "KURTZ": "", "PHAS_": "74,300", "STUND": "18,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "09.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.02.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4669	blondlot-rene-1849-07-03	{"a2": "2583", "g55": "09-21"}	{"g55": "09-21", "lerrcp": "A2-2583"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Blondlot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1849-07-03 19:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1849-07-03 18:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "René", "family": "Blondlot"}, "birth": {"tzo": "+00:24:44", "date": "1849-07-03 19:00", "place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1849-07-03 18:35:12"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2583"}, "ids-in-sources": {"a2": "2583"}}, "raw": {"H": "18", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "3", "LAT": "48N42", "LON": "6E12", "MON": "7", "NUM": "2583", "PRO": "S", "SEC": "12", "YEA": "1849", "CITY": "NANCY"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-21"}, "ids-in-source": {"g55": "09-21"}}, "raw": {"DAY": "3-7-1849", "HOUR": "19 h.", "NAME": "BLONDLOT René", "PLACE": "Nancy (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:49:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
707	d-agata-mario-1926-05-29	{"a1": "707", "3a_sports": "1521"}	{"ertel": "ES-1521", "lerrcp": "A1-707"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "D'Agata", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-05-29 17:00", "note": null, "place": {"c1": null, "c2": "AR", "c3": null, "cy": "IT", "lg": 11.88261, "lat": 43.46734, "name": "Arezzo", "geoid": 3182884}, "notime": null, "date-ut": "1926-05-29 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Mario", "family": "D'Agata"}, "birth": {"place": {"c2": "AR", "cy": "IT", "lg": 11.88261, "lat": 43.46734, "name": "Arezzo", "geoid": 3182884}, "date-ut": "1926-05-29 16:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-707"}, "ids-in-sources": {"a1": "707"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "AR", "COU": "I", "DAY": "29", "LAT": "43N30", "LON": "12E 0", "MON": "5", "NUM": "707", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "AREZZO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-05-29 17:00"}, "partial-ids": {"ertel": "ES-1521"}}, "raw": {"L": "", "MF": "", "NR": "1521", "ENG": "", "MA_": "0", "G_NR": "707", "MA12": "9", "MARS": "25", "NAME": "D'Agata", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,400", "CSINR": "", "KURTZ": "", "PHAS_": "97,200", "STUND": "17,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "29.05.", "ZITATE": "R", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "29.05.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
708	d-ottavio-alessandro-1927-08-26	{"a1": "708", "3a_sports": "1523"}	{"ertel": "ES-1523", "lerrcp": "A1-708"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alessandro", "family": "D'Ottavio", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-08-26 07:00", "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1927-08-26 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Alessandro", "family": "D'Ottavio"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1927-08-26 06:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-708"}, "ids-in-sources": {"a1": "708"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "26", "LAT": "41N54", "LON": "12E30", "MON": "8", "NUM": "708", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "ROMA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-08-26 07:00"}, "partial-ids": {"ertel": "ES-1523"}}, "raw": {"L": "", "MF": "", "NR": "1523", "ENG": "0", "MA_": "2", "G_NR": "708", "MA12": "12", "MARS": "36", "NAME": "D'Ottavio", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,500", "CSINR": "", "KURTZ": "", "PHAS_": "1,800", "STUND": "7,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "26.08.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alessandro", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "26.08.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
710	festucci-franco-1931-05-12	{"a1": "710", "3a_sports": "1630"}	{"ertel": "ES-1630", "lerrcp": "A1-710"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franco", "family": "Festucci", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-05-12 04:00", "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1931-05-12 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Franco", "family": "Festucci"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1931-05-12 03:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-710"}, "ids-in-sources": {"a1": "710"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "12", "LAT": "41N54", "LON": "12E30", "MON": "5", "NUM": "710", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "ROMA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-05-12 04:00"}, "partial-ids": {"ertel": "ES-1630"}}, "raw": {"L": "", "MF": "", "NR": "1630", "ENG": "", "MA_": "0", "G_NR": "710", "MA12": "8", "MARS": "24", "NAME": "Festucci", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,800", "CSINR": "", "KURTZ": "", "PHAS_": "27,500", "STUND": "4,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "12.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Franco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.05.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4671	bonnet-pierre-1819-12-22	{"a2": "2585", "g55": "09-23"}	{"g55": "09-23", "lerrcp": "A2-2585"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Bonnet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1819-12-22 13:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1819-12-22 12:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Bonnet"}, "birth": {"tzo": "+00:15:30", "date": "1819-12-22 13:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1819-12-22 12:44:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2585"}, "ids-in-sources": {"a2": "2585"}}, "raw": {"H": "12", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "22", "LAT": "43N37", "LON": "3E53", "MON": "12", "NUM": "2585", "PRO": "S", "SEC": "28", "YEA": "1819", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-23"}, "ids-in-source": {"g55": "09-23"}}, "raw": {"DAY": "22-12-1819", "HOUR": "13 h.", "NAME": "BONNET Pierre", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:49:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
711	fontana-ivano-1926-11-02	{"a1": "711", "3a_sports": "1673"}	{"ertel": "ES-1673", "lerrcp": "A1-711"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ivano", "family": "Fontana", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-11-02 09:00", "note": null, "place": {"c1": null, "c2": "LU", "c3": null, "cy": "IT", "lg": 10.50585, "lat": 43.84357, "name": "Lucca", "geoid": 3174530}, "notime": null, "date-ut": "1926-11-02 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Ivano", "family": "Fontana"}, "birth": {"place": {"c2": "LU", "cy": "IT", "lg": 10.50585, "lat": 43.84357, "name": "Lucca", "geoid": 3174530}, "date-ut": "1926-11-02 08:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-711"}, "ids-in-sources": {"a1": "711"}}, "raw": {"H": "9", "MN": "0", "TZ": "-1", "COD": "LU", "COU": "I", "DAY": "2", "LAT": "43N42", "LON": "11E 0", "MON": "11", "NUM": "711", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "LUCCA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-11-02 09:00"}, "partial-ids": {"ertel": "ES-1673"}}, "raw": {"L": "", "MF": "", "NR": "1673", "ENG": "", "MA_": "0", "G_NR": "711", "MA12": "8", "MARS": "22", "NAME": "Fontana", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,800", "CSINR": "", "KURTZ": "", "PHAS_": "12,200", "STUND": "9,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "02.11.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ivano", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "02.11.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
713	gaviano-hilaire-1930-01-13	{"a1": "713", "3a_sports": "1807"}	{"ertel": "ES-1807", "lerrcp": "A1-713"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hilaire", "family": "Gaviano", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-01-13 08:00", "note": null, "place": {"c1": null, "c2": "NU", "c3": null, "cy": "IT", "lg": 10, "lat": 40.3, "name": "SEUI", "geoid": 0}, "notime": null, "date-ut": "1930-01-13 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Hilaire", "family": "Gaviano"}, "birth": {"place": {"c2": "NU", "cy": "IT", "lg": 10, "lat": 40.3, "name": "SEUI", "geoid": 0}, "date-ut": "1930-01-13 07:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-713"}, "ids-in-sources": {"a1": "713"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "NU", "COU": "I", "DAY": "13", "LAT": "40N18", "LON": "10E 0", "MON": "1", "NUM": "713", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "SEUI"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-01-13 08:00"}, "partial-ids": {"ertel": "ES-1807"}}, "raw": {"L": "", "MF": "", "NR": "1807", "ENG": "1", "MA_": "2", "G_NR": "713", "MA12": "1", "MARS": "2", "NAME": "Gaviano", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,700", "CSINR": "", "KURTZ": "", "PHAS_": "94,300", "STUND": "8,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "13.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Hilaire", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.01.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
715	loi-duilio-1929-04-19	{"a1": "715", "3a_sports": "2506"}	{"ertel": "ES-2506", "lerrcp": "A1-715"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Duilio", "family": "Loi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-04-19 16:40", "note": null, "place": {"c1": null, "c2": "TS", "c3": null, "cy": "IT", "lg": 13.78, "lat": 45.64861, "name": "Trieste", "geoid": 3165185}, "notime": null, "date-ut": "1929-04-19 15:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Duilio", "family": "Loi"}, "birth": {"place": {"c2": "TS", "cy": "IT", "lg": 13.78, "lat": 45.64861, "name": "Trieste", "geoid": 3165185}, "date-ut": "1929-04-19 15:40"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-715"}, "ids-in-sources": {"a1": "715"}}, "raw": {"H": "16", "MN": "40", "TZ": "-1", "COD": "TS", "COU": "I", "DAY": "19", "LAT": "45N36", "LON": "14E 0", "MON": "4", "NUM": "715", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "TRIESTE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-04-19 16:40"}, "partial-ids": {"ertel": "ES-2506"}}, "raw": {"L": "", "MF": "", "NR": "2506", "ENG": "", "MA_": "0", "G_NR": "715", "MA12": "3", "MARS": "8", "NAME": "Loi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,000", "CSINR": "", "KURTZ": "", "PHAS_": "75,700", "STUND": "16,67", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "19.04.", "ZITATE": "R", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Duilio", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "19.04.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
717	marconi-emilio-1927-01-11	{"a1": "717", "3a_sports": "2670"}	{"ertel": "ES-2670", "lerrcp": "A1-717"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emilio", "family": "Marconi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-01-11 18:00", "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "IT", "lg": 11.10794, "lat": 42.77142, "name": "Grosseto", "geoid": 3175786}, "notime": null, "date-ut": "1927-01-11 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Emilio", "family": "Marconi"}, "birth": {"place": {"c2": "GR", "cy": "IT", "lg": 11.10794, "lat": 42.77142, "name": "Grosseto", "geoid": 3175786}, "date-ut": "1927-01-11 17:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-717"}, "ids-in-sources": {"a1": "717"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "GR", "COU": "I", "DAY": "11", "LAT": "42N42", "LON": "11E30", "MON": "1", "NUM": "717", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "GROSSETO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-01-11 18:00"}, "partial-ids": {"ertel": "ES-2670"}}, "raw": {"L": "", "MF": "", "NR": "2670", "ENG": "", "MA_": "0", "G_NR": "717", "MA12": "3", "MARS": "8", "NAME": "Marconi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,400", "CSINR": "", "KURTZ": "", "PHAS_": "54,500", "STUND": "18,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "11.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Emilio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.01.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
718	martin-giovanni-1921-01-28	{"a1": "718", "3a_sports": "2701"}	{"ertel": "ES-2701", "lerrcp": "A1-718"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Martin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-01-28 17:30", "note": null, "place": {"c1": null, "c2": "TV", "c3": null, "cy": "IT", "lg": 12.48806, "lat": 45.78, "name": "Oderzo", "geoid": 3172116}, "notime": null, "date-ut": "1921-01-28 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Martin"}, "birth": {"place": {"c2": "TV", "cy": "IT", "lg": 12.48806, "lat": 45.78, "name": "Oderzo", "geoid": 3172116}, "date-ut": "1921-01-28 16:30"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-718"}, "ids-in-sources": {"a1": "718"}}, "raw": {"H": "17", "MN": "30", "TZ": "-1", "COD": "TV", "COU": "I", "DAY": "28", "LAT": "45N36", "LON": "12E45", "MON": "1", "NUM": "718", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "ODERZO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-01-28 17:30"}, "partial-ids": {"ertel": "ES-2701"}}, "raw": {"L": "", "MF": "", "NR": "2701", "ENG": "", "MA_": "1", "G_NR": "718", "MA12": "5", "MARS": "14", "NAME": "Martin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,500", "CSINR": "", "KURTZ": "", "PHAS_": "78,400", "STUND": "17,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "28.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giovanni", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.01.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
720	milan-sergio-1928-04-02	{"a1": "720", "3a_sports": "2865"}	{"ertel": "ES-2865", "lerrcp": "A1-720"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sergio", "family": "Milan", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-04-02 10:00", "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "notime": null, "date-ut": "1928-04-02 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Sergio", "family": "Milan"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "date-ut": "1928-04-02 09:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-720"}, "ids-in-sources": {"a1": "720"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "2", "LAT": "45N30", "LON": "12E30", "MON": "4", "NUM": "720", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "VENEZIA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-04-02 10:00"}, "partial-ids": {"ertel": "ES-2865"}}, "raw": {"L": "", "MF": "", "NR": "2865", "ENG": "1", "MA_": "2", "G_NR": "720", "MA12": "4", "MARS": "11", "NAME": "Milan", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,700", "CSINR": "", "KURTZ": "", "PHAS_": "90,500", "STUND": "10,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "02.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Sergio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.04.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4674	bornet-edouard-1828-09-02	{"a2": "2588", "g55": "09-25"}	{"g55": "09-25", "lerrcp": "A2-2588"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Bornet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:48", "date": "1828-09-02 17:00", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.20182, "lat": 47.08703, "name": "Guérigny", "geoid": 3014377}, "notime": null, "date-ut": "1828-09-02 16:47:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Bornet"}, "birth": {"tzo": "+00:12:48", "date": "1828-09-02 17:00", "place": {"c2": "58", "cy": "FR", "lg": 3.20182, "lat": 47.08703, "name": "Guérigny", "geoid": 3014377}, "date-ut": "1828-09-02 16:47:24"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2588"}, "ids-in-sources": {"a2": "2588"}}, "raw": {"H": "16", "MN": "47", "TZ": "0", "COD": "58", "COU": "F", "DAY": "2", "LAT": "46N59", "LON": "3E 9", "MON": "9", "NUM": "2588", "PRO": "S", "SEC": "24", "YEA": "1828", "CITY": "GUERIGNY"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-25"}, "ids-in-source": {"g55": "09-25"}}, "raw": {"DAY": "2-9-1828", "HOUR": "17 h.", "NAME": "BORNET Edouard", "PLACE": "Guérigny (Nièvre)."}, "date": "2023-08-20T14:49:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
722	mitri-tiberio-1926-07-12	{"a1": "722", "3a_sports": "2886"}	{"ertel": "ES-2886", "lerrcp": "A1-722"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tiberio", "family": "Mitri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-07-12 23:45", "note": null, "place": {"c1": null, "c2": "TS", "c3": null, "cy": "IT", "lg": 13.78, "lat": 45.64861, "name": "Trieste", "geoid": 3165185}, "notime": null, "date-ut": "1926-07-12 22:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Tiberio", "family": "Mitri"}, "birth": {"place": {"c2": "TS", "cy": "IT", "lg": 13.78, "lat": 45.64861, "name": "Trieste", "geoid": 3165185}, "date-ut": "1926-07-12 22:45"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-722"}, "ids-in-sources": {"a1": "722"}}, "raw": {"H": "23", "MN": "45", "TZ": "-1", "COD": "TS", "COU": "I", "DAY": "12", "LAT": "45N36", "LON": "14E 0", "MON": "7", "NUM": "722", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "TRIESTE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-07-12 23:45"}, "partial-ids": {"ertel": "ES-2886"}}, "raw": {"L": "", "MF": "", "NR": "2886", "ENG": "1", "MA_": "2", "G_NR": "722", "MA12": "1", "MARS": "1", "NAME": "Mitri", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,900", "CSINR": "", "KURTZ": "", "PHAS_": "3,900", "STUND": "23,75", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "12.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Tiberio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.07.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
723	mondino-pierre-1931-03-24	{"a1": "723", "3a_sports": "2912"}	{"ertel": "ES-2912", "lerrcp": "A1-723"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Mondino", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-03-24 07:30", "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1931-03-24 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Mondino"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1931-03-24 06:30"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-723"}, "ids-in-sources": {"a1": "723"}}, "raw": {"H": "7", "MN": "30", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "24", "LAT": "45N 0", "LON": "8E 0", "MON": "3", "NUM": "723", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "TORINO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-03-24 07:30"}, "partial-ids": {"ertel": "ES-2912"}}, "raw": {"L": "", "MF": "", "NR": "2912", "ENG": "", "MA_": "1", "G_NR": "723", "MA12": "9", "MARS": "26", "NAME": "Mondino", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,200", "CSINR": "", "KURTZ": "", "PHAS_": "19,200", "STUND": "7,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "24.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.03.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
725	pacini-bernardo-1926-10-12	{"a1": "725", "3a_sports": "3115"}	{"ertel": "ES-3115", "lerrcp": "A1-725"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernardo", "family": "Pacini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-10-12 02:30", "note": null, "place": {"c1": null, "c2": "LU", "c3": null, "cy": "IT", "lg": 10.5728, "lat": 43.87474, "name": "Capannori", "geoid": 3180733}, "notime": null, "date-ut": "1926-10-12 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Bernardo", "family": "Pacini"}, "birth": {"place": {"c2": "LU", "cy": "IT", "lg": 10.5728, "lat": 43.87474, "name": "Capannori", "geoid": 3180733}, "date-ut": "1926-10-12 01:30"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-725"}, "ids-in-sources": {"a1": "725"}}, "raw": {"H": "2", "MN": "30", "TZ": "-1", "COD": "LU", "COU": "I", "DAY": "12", "LAT": "43N42", "LON": "11E 0", "MON": "10", "NUM": "725", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "CAPANNORI"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-10-12 02:30"}, "partial-ids": {"ertel": "ES-3115"}}, "raw": {"L": "", "MF": "", "NR": "3115", "ENG": "1", "MA_": "2", "G_NR": "725", "MA12": "4", "MARS": "10", "NAME": "Pacini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,100", "CSINR": "", "KURTZ": "", "PHAS_": "23,700", "STUND": "2,50", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "12.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Bernardo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.10.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4675	bosler-jean-1878-03-24	{"a2": "2589", "g55": "09-26"}	{"g55": "09-26", "lerrcp": "A2-2589"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bosler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:12", "date": "1878-03-24 23:30", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "notime": null, "date-ut": "1878-03-24 23:32:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bosler"}, "birth": {"tzo": "-00:02:12", "date": "1878-03-24 23:30", "place": {"c2": "49", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "date-ut": "1878-03-24 23:32:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2589"}, "ids-in-sources": {"a2": "2589"}}, "raw": {"H": "23", "MN": "32", "TZ": "0", "COD": "49", "COU": "F", "DAY": "24", "LAT": "47N28", "LON": "0W32", "MON": "3", "NUM": "2589", "PRO": "S", "SEC": "8", "YEA": "1878", "CITY": "ANGERS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-26"}, "ids-in-source": {"g55": "09-26"}}, "raw": {"DAY": "24-3-1878", "HOUR": "23 h. 30", "NAME": "BOSLER Jean", "PLACE": "Angers (Maine-et-Loire)."}, "date": "2023-08-20T14:49:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
727	polidori-altidoro-1929-08-10	{"a1": "727", "3a_sports": "3335"}	{"ertel": "ES-3335", "lerrcp": "A1-727"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Altidoro", "family": "Polidori", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-08-10 22:00", "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "IT", "lg": 11.10794, "lat": 42.77142, "name": "Grosseto", "geoid": 3175786}, "notime": null, "date-ut": "1929-08-10 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Altidoro", "family": "Polidori"}, "birth": {"place": {"c2": "GR", "cy": "IT", "lg": 11.10794, "lat": 42.77142, "name": "Grosseto", "geoid": 3175786}, "date-ut": "1929-08-10 21:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-727"}, "ids-in-sources": {"a1": "727"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "GR", "COU": "I", "DAY": "10", "LAT": "42N42", "LON": "11E30", "MON": "8", "NUM": "727", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "GROSSETO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-08-10 22:00"}, "partial-ids": {"ertel": "ES-3335"}}, "raw": {"L": "", "MF": "", "NR": "3335", "ENG": "", "MA_": "1", "G_NR": "727", "MA12": "7", "MARS": "20", "NAME": "Polidori", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,000", "CSINR": "", "KURTZ": "", "PHAS_": "28,000", "STUND": "22,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "10.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Altidoro", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.08.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
728	pozzali-aristide-1931-10-12	{"a1": "728", "3a_sports": "3358"}	{"ertel": "ES-3358", "lerrcp": "A1-728"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aristide", "family": "Pozzali", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-10-12 05:00", "note": null, "place": {"c1": null, "c2": "CR", "c3": null, "cy": "IT", "lg": 10.02797, "lat": 45.13617, "name": "Cremona", "geoid": 3177838}, "notime": null, "date-ut": "1931-10-12 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Aristide", "family": "Pozzali"}, "birth": {"place": {"c2": "CR", "cy": "IT", "lg": 10.02797, "lat": 45.13617, "name": "Cremona", "geoid": 3177838}, "date-ut": "1931-10-12 04:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-728"}, "ids-in-sources": {"a1": "728"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "CR", "COU": "I", "DAY": "12", "LAT": "45N12", "LON": "11E 0", "MON": "10", "NUM": "728", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "CREMONA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-10-12 05:00"}, "partial-ids": {"ertel": "ES-3358"}}, "raw": {"L": "", "MF": "", "NR": "3358", "ENG": "", "MA_": "1", "G_NR": "728", "MA12": "11", "MARS": "31", "NAME": "Pozzali", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,200", "CSINR": "", "KURTZ": "", "PHAS_": "0,300", "STUND": "5,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "12.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Aristide", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.10.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
730	rollo-piero-1927-02-09	{"a1": "730", "3a_sports": "3551"}	{"ertel": "ES-3551", "lerrcp": "A1-730"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Piero", "family": "Rollo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-02-09 18:45", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "IT", "lg": 9.13462, "lat": 39.20738, "name": "Cagliari", "geoid": 2525473}, "notime": null, "date-ut": "1927-02-09 17:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Piero", "family": "Rollo"}, "birth": {"place": {"c2": "CA", "cy": "IT", "lg": 9.13462, "lat": 39.20738, "name": "Cagliari", "geoid": 2525473}, "date-ut": "1927-02-09 17:45"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-730"}, "ids-in-sources": {"a1": "730"}}, "raw": {"H": "18", "MN": "45", "TZ": "-1", "COD": "CA", "COU": "I", "DAY": "9", "LAT": "39N24", "LON": "9E 0", "MON": "2", "NUM": "730", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "CAGLIARI"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-02-09 18:45"}, "partial-ids": {"ertel": "ES-3551"}}, "raw": {"L": "", "MF": "", "NR": "3551", "ENG": "1", "MA_": "2", "G_NR": "730", "MA12": "4", "MARS": "10", "NAME": "Rollo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,200", "CSINR": "", "KURTZ": "", "PHAS_": "50,200", "STUND": "18,75", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "09.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Piero", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.02.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:36+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24961	boulignand-georges-1889-10-13	{"g55": "09-27"}	{"g55": "09-27"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Boulignand", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1889-10-13 11:30", "note": null, "place": {"c1": "", "c2": "56", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lorient", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Boulignand", "nobility": ""}, "birth": {"date": "1889-10-13 11:30", "place": {"c1": "", "c2": "56", "c3": "", "cy": "FR", "name": "Lorient"}}, "occus": ["scientist"], "trust": 5, "ids-in-sources": {"g55": "09-27"}}, "raw": {"DAY": "13-10-1889", "HOUR": "11 h. 30", "NAME": "BOULIGNAND Georges", "PLACE": "Lorient (Morbihan)."}, "date": "2023-08-20T14:49:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
732	spina-roberto-1932-03-16	{"a1": "732", "3a_sports": "3874"}	{"ertel": "ES-3874", "lerrcp": "A1-732"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roberto", "family": "Spina", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-03-16 19:15", "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1932-03-16 18:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Roberto", "family": "Spina"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1932-03-16 18:15"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-732"}, "ids-in-sources": {"a1": "732"}}, "raw": {"H": "19", "MN": "15", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "16", "LAT": "41N54", "LON": "12E30", "MON": "3", "NUM": "732", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "ROMA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-03-16 19:15"}, "partial-ids": {"ertel": "ES-3874"}}, "raw": {"L": "", "MF": "", "NR": "3874", "ENG": "", "MA_": "1", "G_NR": "732", "MA12": "7", "MARS": "21", "NAME": "Spina", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,000", "CSINR": "", "KURTZ": "", "PHAS_": "54,900", "STUND": "19,25", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "16.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Roberto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.03.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
733	ussin-gilbert-1924-11-22	{"a1": "733", "3a_sports": "4093"}	{"ertel": "ES-4093", "lerrcp": "A1-733"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilbert", "family": "Ussin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-11-22 23:10", "note": null, "place": {"c1": null, "c2": "AO", "c3": null, "cy": "IT", "lg": 7.61667, "lat": 45.88333, "name": "Valtournanche", "geoid": 3164748}, "notime": null, "date-ut": "1924-11-22 22:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Gilbert", "family": "Ussin"}, "birth": {"place": {"c2": "AO", "cy": "IT", "lg": 7.61667, "lat": 45.88333, "name": "Valtournanche", "geoid": 3164748}, "date-ut": "1924-11-22 22:10"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-733"}, "ids-in-sources": {"a1": "733"}}, "raw": {"H": "23", "MN": "10", "TZ": "-1", "COD": "AO", "COU": "I", "DAY": "22", "LAT": "45N48", "LON": "8E 0", "MON": "11", "NUM": "733", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "VALTOURNANCHE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-11-22 23:10"}, "partial-ids": {"ertel": "ES-4093"}}, "raw": {"L": "", "MF": "", "NR": "4093", "ENG": "", "MA_": "0", "G_NR": "733", "MA12": "6", "MARS": "16", "NAME": "Ussin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,900", "CSINR": "", "KURTZ": "", "PHAS_": "27,600", "STUND": "23,17", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "22.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gilbert", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.11.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
735	vescovi-franco-1930-01-28	{"a1": "735", "3a_sports": "4227"}	{"ertel": "ES-4227", "lerrcp": "A1-735"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franco", "family": "Vescovi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-01-28 03:30", "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.48854, "lat": 41.90803, "name": "Colonna", "geoid": 6545153}, "notime": null, "date-ut": "1930-01-28 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Franco", "family": "Vescovi"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.48854, "lat": 41.90803, "name": "Colonna", "geoid": 6545153}, "date-ut": "1930-01-28 02:30"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-735"}, "ids-in-sources": {"a1": "735"}}, "raw": {"H": "3", "MN": "30", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "28", "LAT": "41N54", "LON": "12E30", "MON": "1", "NUM": "735", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "COLONNA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-01-28 03:30"}, "partial-ids": {"ertel": "ES-4227"}}, "raw": {"L": "", "MF": "", "NR": "4227", "ENG": "", "MA_": "0", "G_NR": "735", "MA12": "11", "MARS": "32", "NAME": "Vescovi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,000", "CSINR": "", "KURTZ": "", "PHAS_": "3,000", "STUND": "3,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "28.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Franco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.01.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4678	bouquet-grye-anatole-1827-05-29	{"a2": "2592", "g55": "09-28"}	{"g55": "09-28", "lerrcp": "A2-2592"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Bouquet Grye Anatole", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:11", "date": "1827-05-29 05:00", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.54758, "lat": 45.85654, "name": "Thiers", "geoid": 2972857}, "notime": null, "date-ut": "1827-05-29 04:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "", "family": "Bouquet Grye Anatole"}, "birth": {"tzo": "+00:14:11", "date": "1827-05-29 05:00", "place": {"c2": "63", "cy": "FR", "lg": 3.54758, "lat": 45.85654, "name": "Thiers", "geoid": 2972857}, "date-ut": "1827-05-29 04:47:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2592"}, "ids-in-sources": {"a2": "2592"}}, "raw": {"H": "4", "MN": "47", "TZ": "0", "COD": "63", "COU": "F", "DAY": "29", "LAT": "45N47", "LON": "3E 5", "MON": "5", "NUM": "2592", "PRO": "S", "SEC": "40", "YEA": "1827", "CITY": "THIERS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-28"}, "ids-in-source": {"g55": "09-28"}}, "raw": {"DAY": "29-5-1827", "HOUR": "5 h.", "NAME": "BOUQUET de La GRYE Anat.", "PLACE": "Thiers (Puy-de-Dôme)."}, "date": "2023-08-20T14:49:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
739	cabo-louis-1928-07-27	{"a1": "739", "3a_sports": "765"}	{"ertel": "ES-765", "lerrcp": "A1-739"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Cabo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-07-27 02:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "notime": null, "date-ut": "1928-07-27 01:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Cabo"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "date-ut": "1928-07-27 01:00:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-739"}, "ids-in-sources": {"a1": "739"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "27", "LAT": "51N13", "LON": "3E15", "MON": "7", "NUM": "739", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "BRUGES"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-07-27 02:00"}, "partial-ids": {"ertel": "ES-765"}}, "raw": {"L": "", "MF": "", "NR": "765", "ENG": "1", "MA_": "2", "G_NR": "739", "MA12": "1", "MARS": "3", "NAME": "Cabo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,800", "CSINR": "", "KURTZ": "", "PHAS_": "72,000", "STUND": "2,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "27.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Louis", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.07.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
740	charles-pierre-1903-03-20	{"a1": "740", "3a_sports": "963"}	{"ertel": "ES-963", "lerrcp": "A1-740"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Charles", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1903-03-20 01:00", "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "AGIMONT", "geoid": 0}, "notime": null, "date-ut": "1903-03-20 01:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Charles"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "AGIMONT", "geoid": 0}, "date-ut": "1903-03-20 01:00:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-740"}, "ids-in-sources": {"a1": "740"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "20", "LAT": "50N20", "LON": "4E30", "MON": "3", "NUM": "740", "PRO": "C", "SEC": "0", "YEA": "1903", "CITY": "AGIMONT"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1903-03-20 01:00"}, "partial-ids": {"ertel": "ES-963"}}, "raw": {"L": "", "MF": "", "NR": "963", "ENG": "1", "MA_": "2", "G_NR": "740", "MA12": "4", "MARS": "10", "NAME": "Charles", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,200", "CSINR": "", "KURTZ": "", "PHAS_": "60,500", "STUND": "1,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "20.03.", "ZITATE": "F", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "20.03.1903", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
737	zuddas-gian-1928-03-01	{"a1": "737", "3a_sports": "4387"}	{"ertel": "ES-4387", "lerrcp": "A1-737"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gian", "family": "Zuddas", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-03-01 10:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "IT", "lg": 9.13462, "lat": 39.20738, "name": "Cagliari", "geoid": 2525473}, "notime": null, "date-ut": "1928-03-01 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Gian", "family": "Zuddas"}, "birth": {"place": {"c2": "CA", "cy": "IT", "lg": 9.13462, "lat": 39.20738, "name": "Cagliari", "geoid": 2525473}, "date-ut": "1928-03-01 09:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-737"}, "ids-in-sources": {"a1": "737"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "CA", "COU": "I", "DAY": "1", "LAT": "39N24", "LON": "9E 0", "MON": "3", "NUM": "737", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "CAGLIARI"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-03-01 10:00"}, "partial-ids": {"ertel": "ES-4387"}}, "raw": {"L": "", "MF": "", "NR": "4387", "ENG": "0", "MA_": "2", "G_NR": "737", "MA12": "3", "MARS": "9", "NAME": "Zuddas", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,500", "CSINR": "", "KURTZ": "", "PHAS_": "70,200", "STUND": "10,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "01.03.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gian", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "01.03.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4681	bouty-edmond-1846-01-12	{"a2": "2595", "g55": "09-30"}	{"g55": "09-30", "lerrcp": "A2-2595"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Bouty", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:12", "date": "1846-01-12 17:00", "note": null, "place": {"c1": null, "c2": "12", "c3": null, "cy": "FR", "lg": 3.30123, "lat": 44.02248, "name": "Nant", "geoid": 2990983}, "notime": null, "date-ut": "1846-01-12 16:49:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Bouty"}, "birth": {"tzo": "+00:13:12", "date": "1846-01-12 17:00", "place": {"c2": "12", "cy": "FR", "lg": 3.30123, "lat": 44.02248, "name": "Nant", "geoid": 2990983}, "date-ut": "1846-01-12 16:49:44"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2595"}, "ids-in-sources": {"a2": "2595"}}, "raw": {"H": "16", "MN": "49", "TZ": "0", "COD": "12", "COU": "F", "DAY": "12", "LAT": "44N21", "LON": "2E34", "MON": "1", "NUM": "2595", "PRO": "S", "SEC": "44", "YEA": "1846", "CITY": "NANT"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-30"}, "ids-in-source": {"g55": "09-30"}}, "raw": {"DAY": "12-1-1846", "HOUR": "17 h.", "NAME": "\\fBOUTY Edmond", "PLACE": "Nant (Aveyron)."}, "date": "2023-08-20T14:49:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
742	colpin-charles-1924-12-29	{"a1": "742", "3a_sports": "1064"}	{"ertel": "ES-1064", "lerrcp": "A1-742"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Colpin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-12-29 21:00", "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "QUAREGNON", "geoid": 0}, "notime": null, "date-ut": "1924-12-29 21:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Colpin"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "QUAREGNON", "geoid": 0}, "date-ut": "1924-12-29 21:00:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-742"}, "ids-in-sources": {"a1": "742"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "29", "LAT": "50N23", "LON": "4E30", "MON": "12", "NUM": "742", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "QUAREGNON"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-12-29 21:00"}, "partial-ids": {"ertel": "ES-1064"}}, "raw": {"L": "", "MF": "", "NR": "1064", "ENG": "", "MA_": "0", "G_NR": "742", "MA12": "5", "MARS": "15", "NAME": "Colpin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,500", "CSINR": "", "KURTZ": "", "PHAS_": "11,600", "STUND": "21,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "29.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Charles", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.12.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
743	cornelis-joe-1917-11-17	{"a1": "743", "3a_sports": "1110"}	{"ertel": "ES-1110", "lerrcp": "A1-743"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joe", "family": "Cornelis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1917-11-17 06:00", "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1917-11-17 05:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Joe", "family": "Cornelis"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1917-11-17 05:00:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-743"}, "ids-in-sources": {"a1": "743"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "17", "LAT": "50N39", "LON": "5E30", "MON": "11", "NUM": "743", "PRO": "C", "SEC": "0", "YEA": "1917", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1917-11-17 06:00"}, "partial-ids": {"ertel": "ES-1110"}}, "raw": {"L": "", "MF": "", "NR": "1110", "ENG": "", "MA_": "0", "G_NR": "743", "MA12": "3", "MARS": "8", "NAME": "Cornelis", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,800", "CSINR": "", "KURTZ": "", "PHAS_": "5,500", "STUND": "6,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "17.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Joe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.11.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
745	degand-emile-1908-07-19	{"a1": "745", "3a_sports": "1302"}	{"ertel": "ES-1302", "lerrcp": "A1-745"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Degand", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1908-07-19 09:00", "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CUESMES", "geoid": 0}, "notime": null, "date-ut": "1908-07-19 09:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Degand"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CUESMES", "geoid": 0}, "date-ut": "1908-07-19 09:00:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-745"}, "ids-in-sources": {"a1": "745"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "19", "LAT": "50N23", "LON": "4E30", "MON": "7", "NUM": "745", "PRO": "C", "SEC": "0", "YEA": "1908", "CITY": "CUESMES"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1908-07-19 09:00"}, "partial-ids": {"ertel": "ES-1302"}}, "raw": {"L": "", "MF": "", "NR": "1302", "ENG": "", "MA_": "1", "G_NR": "745", "MA12": "2", "MARS": "5", "NAME": "Degand", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,50", "CSINR": "", "KURTZ": "", "PHAS_": "66,600", "STUND": "9,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "19.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Emile", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.07.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:07+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4682	bouvier-louis-1856-04-09	{"a2": "2596", "g55": "09-31"}	{"g55": "09-31", "lerrcp": "A2-2596"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Bouvier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:12", "date": "1856-04-09 06:00", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.55, "lat": 46.66667, "name": "Saint-Laurent-Granvaux", "geoid": 0}, "notime": null, "date-ut": "1856-04-09 05:37:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Bouvier"}, "birth": {"tzo": "+00:22:12", "date": "1856-04-09 06:00", "place": {"c2": "39", "cy": "FR", "lg": 5.55, "lat": 46.66667, "name": "Saint-Laurent Gran", "geoid": 0}, "date-ut": "1856-04-09 05:37:48"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2596"}, "ids-in-sources": {"a2": "2596"}}, "raw": {"H": "5", "MN": "37", "TZ": "0", "COD": "39", "COU": "F", "DAY": "9", "LAT": "46N40", "LON": "5E33", "MON": "4", "NUM": "2596", "PRO": "S", "SEC": "48", "YEA": "1856", "CITY": "ST LAURENT GRAN"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Laurent-Granvaux"}}, "partial-ids": {"g55": "09-31"}, "ids-in-source": {"g55": "09-31"}}, "raw": {"DAY": "9-4-1856", "HOUR": "6 h.", "NAME": "BOUVIER Louis", "PLACE": "Saint-Laurent-Granvaux (Jura)."}, "date": "2023-08-20T14:49:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4683	branly-edouard-1844-10-23	{"a2": "2597", "g55": "09-32"}	{"g55": "09-32", "lerrcp": "A2-2597"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Branly", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:12", "date": "1844-10-23 10:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1844-10-23 09:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Branly"}, "birth": {"tzo": "+00:09:12", "date": "1844-10-23 10:00", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1844-10-23 09:50:48"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2597"}, "ids-in-sources": {"a2": "2597"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "23", "LAT": "49N54", "LON": "2E18", "MON": "10", "NUM": "2597", "PRO": "S", "SEC": "48", "YEA": "1844", "CITY": "AMIENS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-32"}, "ids-in-source": {"g55": "09-32"}}, "raw": {"DAY": "23-10-1844", "HOUR": "10 h.", "NAME": "BRANLY Edouard", "PLACE": "Amiens (Somme)."}, "date": "2023-08-20T14:49:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
749	devos-rene-1902-05-24	{"a1": "749", "3a_sports": "1393"}	{"ertel": "ES-1393", "lerrcp": "A1-749"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Devos", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1902-05-24 01:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1902-05-24 01:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "René", "family": "Devos"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1902-05-24 01:00:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-749"}, "ids-in-sources": {"a1": "749"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "24", "LAT": "51N14", "LON": "4E30", "MON": "5", "NUM": "749", "PRO": "C", "SEC": "0", "YEA": "1902", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1902-05-24 01:00"}, "partial-ids": {"ertel": "ES-1393"}}, "raw": {"L": "", "MF": "", "NR": "1393", "ENG": "", "MA_": "0", "G_NR": "749", "MA12": "11", "MARS": "32", "NAME": "Devos", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,900", "CSINR": "", "KURTZ": "", "PHAS_": "97,800", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "24.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.05.1902", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:09+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
750	d-haes-victor-1926-04-24	{"a1": "750", "3a_sports": "1522"}	{"ertel": "ES-1522", "lerrcp": "A1-750"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "D'Haes", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-04-24 04:30", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "notime": null, "date-ut": "1926-04-24 03:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Victor", "family": "D'Haes"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "date-ut": "1926-04-24 03:30:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-750"}, "ids-in-sources": {"a1": "750"}}, "raw": {"H": "3", "MN": "30", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "24", "LAT": "50N51", "LON": "4E15", "MON": "4", "NUM": "750", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "SCHAERBEEK"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-04-24 04:30"}, "partial-ids": {"ertel": "ES-1522"}}, "raw": {"L": "", "MF": "", "NR": "1522", "ENG": "1", "MA_": "2", "G_NR": "750", "MA12": "1", "MARS": "2", "NAME": "D'Haes", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,400", "CSINR": "", "KURTZ": "", "PHAS_": "84,600", "STUND": "4,50", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "24.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Victor", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.04.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4686	bresse-jacques-1822-10-09	{"a2": "2600", "g55": "09-34"}	{"g55": "09-34", "lerrcp": "A2-2600"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Bresse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:30", "date": "1822-10-09 21:56:38", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 4.87484, "lat": 45.52569, "name": "Vienne", "geoid": 2969284}, "notime": null, "date-ut": "1822-10-09 21:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Bresse"}, "birth": {"tzo": "+00:19:30", "date": "1822-10-09 21:56:38", "place": {"c2": "38", "cy": "FR", "lg": 4.87484, "lat": 45.52569, "name": "Vienne", "geoid": 2969284}, "date-ut": "1822-10-09 21:37:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2600"}, "ids-in-sources": {"a2": "2600"}}, "raw": {"H": "21", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "9", "LAT": "45N11", "LON": "5E43", "MON": "10", "NUM": "2600", "PRO": "S", "SEC": "8", "YEA": "1822", "CITY": "VIENNE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-34"}, "ids-in-source": {"g55": "09-34"}}, "raw": {"DAY": "9-10-1822", "HOUR": "22 h.", "NAME": "BRESSE Jacques", "PLACE": "Vienne (Isère)."}, "date": "2023-08-20T14:49:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
752	dussart-kid-1921-04-11	{"a1": "752", "3a_sports": "1512"}	{"ertel": "ES-1512", "lerrcp": "A1-752"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kid", "family": "Dussart", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-04-11 02:00", "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1921-04-11 01:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Kid", "family": "Dussart"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1921-04-11 01:00:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-752"}, "ids-in-sources": {"a1": "752"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "11", "LAT": "50N39", "LON": "5E30", "MON": "4", "NUM": "752", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-04-11 02:00"}, "partial-ids": {"ertel": "ES-1512"}}, "raw": {"L": "", "MF": "", "NR": "1512", "ENG": "", "MA_": "1", "G_NR": "752", "MA12": "9", "MARS": "27", "NAME": "Dussart", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,900", "CSINR": "", "KURTZ": "", "PHAS_": "7,900", "STUND": "2,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "11.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Kid", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.04.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
753	elandon-eli-1928-10-17	{"a1": "753", "3a_sports": "1532"}	{"ertel": "ES-1532", "lerrcp": "A1-753"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eli", "family": "Elandon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-10-17 23:00", "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONT-SUR-MARCHI", "geoid": 0}, "notime": null, "date-ut": "1928-10-17 23:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Eli", "family": "Elandon"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONT-SUR-MARCHI", "geoid": 0}, "date-ut": "1928-10-17 23:00:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-753"}, "ids-in-sources": {"a1": "753"}}, "raw": {"H": "23", "MN": "0", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "17", "LAT": "50N23", "LON": "4E30", "MON": "10", "NUM": "753", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "MONT-SUR-MARCHI"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-10-17 23:00"}, "partial-ids": {"ertel": "ES-1532"}}, "raw": {"L": "", "MF": "", "NR": "1532", "ENG": "1", "MA_": "2", "G_NR": "753", "MA12": "1", "MARS": "3", "NAME": "Elandon", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,900", "CSINR": "", "KURTZ": "", "PHAS_": "10,000", "STUND": "23,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "17.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Eli", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.10.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
755	limage-marcel-1929-07-21	{"a1": "755", "3a_sports": "2488"}	{"ertel": "ES-2488", "lerrcp": "A1-755"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Limage", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-07-21 08:00", "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "QUAREGNON", "geoid": 0}, "notime": null, "date-ut": "1929-07-21 07:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Limage"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "QUAREGNON", "geoid": 0}, "date-ut": "1929-07-21 07:00:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-755"}, "ids-in-sources": {"a1": "755"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "21", "LAT": "50N23", "LON": "4E30", "MON": "7", "NUM": "755", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "QUAREGNON"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-07-21 08:00"}, "partial-ids": {"ertel": "ES-2488"}}, "raw": {"L": "", "MF": "", "NR": "2488", "ENG": "", "MA_": "1", "G_NR": "755", "MA12": "12", "MARS": "35", "NAME": "Limage", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,300", "CSINR": "", "KURTZ": "", "PHAS_": "99,300", "STUND": "8,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "21.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.07.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4687	breton-jules-1872-04-01	{"a2": "2601", "e3": "211", "g55": "09-35"}	{"g55": "09-35", "lerrcp": "A2-2601"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Breton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:47", "date": "1872-04-01 01:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.94725, "lat": 50.45701, "name": "Courrières", "geoid": 3022969}, "notime": null, "date-ut": "1872-04-01 00:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist", "politician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Breton"}, "birth": {"tzo": "+00:11:47", "date": "1872-04-01 01:00", "place": {"c2": "62", "cy": "FR", "lg": 2.94725, "lat": 50.45701, "name": "Courrières", "geoid": 3022969}, "date-ut": "1872-04-01 00:48:56"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2601"}, "ids-in-sources": {"a2": "2601"}}, "raw": {"H": "0", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "1", "LAT": "50N18", "LON": "2E46", "MON": "4", "NUM": "2601", "PRO": "S", "SEC": "56", "YEA": "1872", "CITY": "COURRIERES"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["politician"], "ids-in-sources": {"e3": "211"}}, "raw": {"H": "01:00", "COD": "62", "DAY": "01", "MON": "04", "NUM": "0211", "PRO": "PO", "YEA": "1872", "CITY": "Courrières", "NAME": "BRETON Jules", "NOTE": "*"}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"partial-ids": {"g55": "09-35"}, "ids-in-source": {"g55": "09-35"}}, "raw": {"DAY": "1-4-1872", "HOUR": "1 h.", "NAME": "BRETON Jules", "PLACE": "Courrleres (Pas-de-Calais)."}, "date": "2023-08-20T14:49:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
757	sinnaeve-alex-1925-11-21	{"a1": "757", "3a_sports": "3832"}	{"ertel": "ES-3832", "lerrcp": "A1-757"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alex", "family": "Sinnaeve", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-11-21 20:30", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "JABBEKE", "geoid": 0}, "notime": null, "date-ut": "1925-11-21 20:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Alex", "family": "Sinnaeve"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "JABBEKE", "geoid": 0}, "date-ut": "1925-11-21 20:30:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-757"}, "ids-in-sources": {"a1": "757"}}, "raw": {"H": "20", "MN": "30", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "21", "LAT": "51N13", "LON": "3E15", "MON": "11", "NUM": "757", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "JABBEKE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-11-21 20:30"}, "partial-ids": {"ertel": "ES-3832"}}, "raw": {"L": "", "MF": "", "NR": "3832", "ENG": "", "MA_": "1", "G_NR": "757", "MA12": "9", "MARS": "26", "NAME": "Sinnaeve", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,600", "CSINR": "", "KURTZ": "", "PHAS_": "27,000", "STUND": "20,50", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "21.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alex", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.11.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
758	steyaert-leonard-1910-03-11	{"a1": "758", "3a_sports": "3905"}	{"ertel": "ES-3905", "lerrcp": "A1-758"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leonard", "family": "Steyaert", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1910-03-11 09:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1910-03-11 09:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Leonard", "family": "Steyaert"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1910-03-11 09:00:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-758"}, "ids-in-sources": {"a1": "758"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "11", "LAT": "51N14", "LON": "4E30", "MON": "3", "NUM": "758", "PRO": "C", "SEC": "0", "YEA": "1910", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1910-03-11 09:00"}, "partial-ids": {"ertel": "ES-3905"}}, "raw": {"L": "", "MF": "", "NR": "3905", "ENG": "1", "MA_": "2", "G_NR": "758", "MA12": "1", "MARS": "1", "NAME": "Steyaert", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,800", "CSINR": "", "KURTZ": "", "PHAS_": "0,600", "STUND": "9,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "11.03.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Leonard", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "11.03.1910", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
760	sys-karel-1914-02-14	{"a1": "760", "3a_sports": "3947"}	{"ertel": "ES-3947", "lerrcp": "A1-760"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karel", "family": "Sys", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-02-14 21:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OSTENDE", "geoid": 0}, "notime": null, "date-ut": "1914-02-14 21:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Karel", "family": "Sys"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OSTENDE", "geoid": 0}, "date-ut": "1914-02-14 21:00:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-760"}, "ids-in-sources": {"a1": "760"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "14", "LAT": "51N13", "LON": "3E15", "MON": "2", "NUM": "760", "PRO": "C", "SEC": "0", "YEA": "1914", "CITY": "OSTENDE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1914-02-14 21:00"}, "partial-ids": {"ertel": "ES-3947"}}, "raw": {"L": "", "MF": "", "NR": "3947", "ENG": "1", "MA_": "2", "G_NR": "760", "MA12": "4", "MARS": "10", "NAME": "Sys", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,400", "CSINR": "", "KURTZ": "", "PHAS_": "85,400", "STUND": "21,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "14.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Karel", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.02.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4690	broglie-louis-1892-08-15	{"a2": "2604", "g55": "09-37", "afd2": "82"}	{"g55": "09-37", "lerrcp": "A2-2604", "muller": "M2-82"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Broglie", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1892-08-15 01:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.07772, "lat": 49.9216, "name": "Dieppe", "geoid": 3021411}, "notime": null, "date-ut": "1892-08-15 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Broglie"}, "birth": {"tzo": "+00:09:21", "date": "1892-08-15 01:00", "place": {"c2": "76", "cy": "FR", "lg": 1.07772, "lat": 49.9216, "name": "Dieppe", "geoid": 3021411}, "date-ut": "1892-08-15 00:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2604"}, "ids-in-sources": {"a2": "2604"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "76", "COU": "F", "DAY": "15", "LAT": "49N26", "LON": "1E 5", "MON": "8", "NUM": "2604", "PRO": "S", "SEC": "40", "YEA": "1892", "CITY": "DIEPPE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"sex": "M", "occus": ["scientist"], "ids-in-sources": {"afd2": "82"}}, "raw": {"CY": "F", "GQ": "G", "LG": "001 E 05", "LAT": "49 N 56", "TZO": "-0.16", "DATE": "15.08.1892", "MUID": "82", "NAME": "Broglie, Louis-Victor Duc de", "OCCU": "SC 02", "TIME": "01.00", "BOOKS": "56", "PLACE": "Dieppe", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"partial-ids": {"g55": "09-37"}, "ids-in-source": {"g55": "09-37"}}, "raw": {"DAY": "15-8-1892", "HOUR": "1 h.", "NAME": "BROGLIE (de) Louis", "PLACE": "Dieppe (Seine-Inférieure)."}, "date": "2023-08-20T14:49:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
765	roos-job-1922-12-24	{"a1": "765", "3a_sports": "3562"}	{"ertel": "ES-3562", "lerrcp": "A1-765"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Job", "family": "Roos", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-12-24 08:00", "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1922-12-24 07:40:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Job", "family": "Roos"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1922-12-24 07:40:28"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-765"}, "ids-in-sources": {"a1": "765"}}, "raw": {"H": "7", "MN": "40", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "24", "LAT": "52N 5", "LON": "4E28", "MON": "12", "NUM": "765", "PRO": "C", "SEC": "28", "YEA": "1922", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1922-12-24 08:00"}, "partial-ids": {"ertel": "ES-3562"}}, "raw": {"L": "", "MF": "", "NR": "3562", "ENG": "", "MA_": "0", "G_NR": "765", "MA12": "11", "MARS": "32", "NAME": "Roos", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,400", "CSINR": "", "KURTZ": "", "PHAS_": "29,400", "STUND": "8,00", "CFEPNR": "", "EXTEND": "", "NATION": "NET", "TAGMON": "24.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Job", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.12.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:36+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
763	van-dam-lucas-1920-10-23	{"a1": "763", "3a_sports": "4124"}	{"ertel": "ES-4124", "lerrcp": "A1-763"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucas", "family": "Van Dam", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-10-23 22:00", "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1920-10-23 21:40:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Lucas", "family": "Van Dam"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1920-10-23 21:40:28"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-763"}, "ids-in-sources": {"a1": "763"}}, "raw": {"H": "21", "MN": "40", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "23", "LAT": "52N 5", "LON": "4E28", "MON": "10", "NUM": "763", "PRO": "C", "SEC": "28", "YEA": "1920", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-10-23 22:00"}, "partial-ids": {"ertel": "ES-4124"}}, "raw": {"L": "", "MF": "", "NR": "4124", "ENG": "", "MA_": "1", "G_NR": "763", "MA12": "7", "MARS": "21", "NAME": "VanDam", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,800", "CSINR": "", "KURTZ": "", "PHAS_": "77,500", "STUND": "22,00", "CFEPNR": "", "EXTEND": "", "NATION": "NET", "TAGMON": "23.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Lucas", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.10.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
762	wilde-meersch-piet-1923-01-01	{"a1": "762", "3a_sports": "4323"}	{"ertel": "ES-4323", "lerrcp": "A1-762"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Piet", "family": "Wilde-Meersch", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1923-01-01 03:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "notime": null, "date-ut": "1923-01-01 03:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Piet", "family": "Wilde-Meersch"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "date-ut": "1923-01-01 03:00:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-762"}, "ids-in-sources": {"a1": "762"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "1", "LAT": "51N13", "LON": "3E15", "MON": "1", "NUM": "762", "PRO": "C", "SEC": "0", "YEA": "1923", "CITY": "BRUGES"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1923-01-01 03:00"}, "partial-ids": {"ertel": "ES-4323"}}, "raw": {"L": "", "MF": "", "NR": "4323", "ENG": "", "MA_": "1", "G_NR": "762", "MA12": "9", "MARS": "26", "NAME": "Wilde-Meersch", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,300", "CSINR": "", "KURTZ": "", "PHAS_": "94,900", "STUND": "3,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "01.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Piet", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.01.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4692	bussy-louis-1822-03-22	{"a2": "2606", "g55": "09-38"}	{"g55": "09-38", "lerrcp": "A2-2606"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Bussy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1822-03-22 22:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1822-03-22 22:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Bussy"}, "birth": {"tzo": "-00:06:13", "date": "1822-03-22 22:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1822-03-22 22:06:20"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2606"}, "ids-in-sources": {"a2": "2606"}}, "raw": {"H": "22", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "22", "LAT": "47N13", "LON": "1W35", "MON": "3", "NUM": "2606", "PRO": "S", "SEC": "20", "YEA": "1822", "CITY": "NANTES"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-38"}, "ids-in-source": {"g55": "09-38"}}, "raw": {"DAY": "22-3-1822", "HOUR": "22 h.", "NAME": "BUSSY (de) M. Louis", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:49:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
769	boutigny-robert-1927-07-24	{"a1": "769", "g55": "03-108", "3a_sports": "624", "cfepp-final3": "264"}	{"g55": "03-108", "cfepp": "CF-264", "ertel": "ES-624", "lerrcp": "A1-769"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Boutigny", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1927-07-24 10:00", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Villeneuve-le-Roi", "geoid": 0}, "notime": null, "date-ut": "1927-07-24 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["canoeist"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Boutigny"}, "birth": {"tzo": "+01:00", "date": "1927-07-24 10:00", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Villeneuve-le-R", "geoid": 0}, "date-ut": "1927-07-24 09:00"}, "occus": ["canoeist"], "trust": 5, "partial_ids": {"lerrcp": "A1-769"}, "ids-in-sources": {"a1": "769"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "94", "COU": "F", "DAY": "24", "LAT": "48N47", "LON": "2E29", "MON": "7", "NUM": "769", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "VILLENEUVE-LE-R"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-07-24 10:00"}, "partial-ids": {"ertel": "ES-624"}}, "raw": {"L": "", "MF": "", "NR": "624", "ENG": "1", "MA_": "2", "G_NR": "769", "MA12": "1", "MARS": "3", "NAME": "Boutigny", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,30", "CSINR": "", "KURTZ": "", "PHAS_": "24,200", "STUND": "10,00", "CFEPNR": "264", "EXTEND": "1", "NATION": "FRA", "TAGMON": "24.07.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "24.07.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CANO", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1927-07-24 10:00", "place": {"c3": ""}, "date-ut": "1927-07-24 09:00"}, "occus": ["canoeist"], "ids-in-sources": {"cfepp-final3": "264"}}, "raw": {"S": "1", "LT": "10 00", "LV": "M", "TR": "f", "UT": "09 00", "LAT": "+48.73", "SRC": "AG", "LONG": "-02.42", "NAME": "BOUTIGNY Robert", "SPORT": "Canoe-kayak", "LOC_DATE": "1927 07 24", "UNIV_DATE": "1927 07 24", "BIRTH_PLACE": "VILLENEUVE LE ROI", "POSTAL_CODE": "94290"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Villeneuve-le-Roi"}}, "partial-ids": {"g55": "03-108"}, "ids-in-source": {"g55": "03-108"}}, "raw": {"DAY": "24-7-1927", "HOUR": "10 h.", "NAME": "BOUTIGNY Robert", "PLACE": "Villeneuve-le-Roi (Seine-et-Oise)."}, "date": "2023-08-20T14:48:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
766	hopner-willi-1929-02-21	{"a1": "766", "3a_sports": "2133"}	{"ertel": "ES-2133", "lerrcp": "A1-766"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willi", "family": "Höpner", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-02-21 14:00", "note": null, "place": {"c1": null, "c2": "SC-H", "c3": null, "cy": "DE", "lg": 9.98333, "lat": 54.06667, "name": "NEU MUNSTER", "geoid": 0}, "notime": null, "date-ut": "1929-02-21 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Willi", "family": "Höpner"}, "birth": {"place": {"c2": "SC-H", "cy": "DE", "lg": 9.98333, "lat": 54.06667, "name": "NEU MUNSTER", "geoid": 0}, "date-ut": "1929-02-21 13:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-766"}, "ids-in-sources": {"a1": "766"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "SC-H", "COU": "G", "DAY": "21", "LAT": "54N 4", "LON": "9E59", "MON": "2", "NUM": "766", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "NEU MUNSTER"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-02-21 14:00"}, "partial-ids": {"ertel": "ES-2133"}}, "raw": {"L": "", "MF": "", "NR": "2133", "ENG": "1", "MA_": "2", "G_NR": "766", "MA12": "1", "MARS": "3", "NAME": "Höpner", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,000", "CSINR": "", "KURTZ": "", "PHAS_": "89,800", "STUND": "14,00", "CFEPNR": "", "EXTEND": "1", "NATION": "GER", "TAGMON": "21.02.", "ZITATE": "SF", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Willi", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "21.02.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
768	starosch-leo-1922-07-12	{"a1": "768", "3a_sports": "3889"}	{"ertel": "ES-3889", "lerrcp": "A1-768"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leo", "family": "Starosch", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-07-12 07:00", "note": null, "place": {"c1": null, "c2": "NORD", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "notime": null, "date-ut": "1922-07-12 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Leo", "family": "Starosch"}, "birth": {"place": {"c2": "NORD", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "date-ut": "1922-07-12 06:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-768"}, "ids-in-sources": {"a1": "768"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "NORD", "COU": "G", "DAY": "12", "LAT": "51N30", "LON": "7E30", "MON": "7", "NUM": "768", "PRO": "C", "SEC": "0", "YEA": "1922", "CITY": "ESSEN"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1922-07-12 07:00"}, "partial-ids": {"ertel": "ES-3889"}}, "raw": {"L": "", "MF": "", "NR": "3889", "ENG": "", "MA_": "0", "G_NR": "768", "MA12": "8", "MARS": "24", "NAME": "Starosch", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,500", "CSINR": "", "KURTZ": "", "PHAS_": "91,900", "STUND": "7,00", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "12.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Leo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.07.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4694	cailletet-louis-1832-09-21	{"a2": "2608", "g55": "09-40"}	{"g55": "09-40", "lerrcp": "A2-2608"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Cailletet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:08", "date": "1832-09-21 11:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Chatillon-sur-Seine", "geoid": 0}, "notime": null, "date-ut": "1832-09-21 10:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Cailletet"}, "birth": {"tzo": "+00:20:08", "date": "1832-09-21 11:00", "place": {"c2": "21", "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Chatillon-sur-Sein", "geoid": 0}, "date-ut": "1832-09-21 10:39:52"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2608"}, "ids-in-sources": {"a2": "2608"}}, "raw": {"H": "10", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "21", "LAT": "47N19", "LON": "5E 2", "MON": "9", "NUM": "2608", "PRO": "S", "SEC": "52", "YEA": "1832", "CITY": "CHATILLON S-SEIN"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Chatillon-sur-Seine"}}, "partial-ids": {"g55": "09-40"}, "ids-in-source": {"g55": "09-40"}}, "raw": {"DAY": "21-9-1832", "HOUR": "11 h.", "NAME": "CAILLETET Louis", "PLACE": "Chatillon-sur-Seine (Côte-d’Or)."}, "date": "2023-08-20T14:49:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4695	caligny-anatole-1811-05-31	{"a2": "2609", "g55": "09-41"}	{"g55": "09-41", "lerrcp": "A2-2609"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anatole", "family": "Caligny", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:53", "date": "1811-05-31 06:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.47047, "lat": 49.50881, "name": "Valognes", "geoid": 2970860}, "notime": null, "date-ut": "1811-05-31 06:04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Anatole", "family": "Caligny"}, "birth": {"tzo": "-00:05:53", "date": "1811-05-31 06:00", "place": {"c2": "50", "cy": "FR", "lg": -1.47047, "lat": 49.50881, "name": "Valognes", "geoid": 2970860}, "date-ut": "1811-05-31 06:04:20"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2609"}, "ids-in-sources": {"a2": "2609"}}, "raw": {"H": "6", "MN": "4", "TZ": "0", "COD": "50", "COU": "F", "DAY": "31", "LAT": "49N 7", "LON": "1W 5", "MON": "5", "NUM": "2609", "PRO": "S", "SEC": "20", "YEA": "1811", "CITY": "VALOGNES"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-41"}, "ids-in-source": {"g55": "09-41"}}, "raw": {"DAY": "31-5-1811", "HOUR": "6 h.", "NAME": "CALIGNY (Hie de) Anatole", "PLACE": "Valognes (Manche)."}, "date": "2023-08-20T14:49:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
771	alavoine-jean-1888-04-01	{"a1": "771", "3a_sports": "41"}	{"ertel": "ES-41", "lerrcp": "A1-771"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Alavoine", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:12:42", "date": "1888-04-01 07:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1888-04-01 06:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Alavoine"}, "birth": {"tzo": "+00:12:42", "date": "1888-04-01 07:00", "place": {"c2": "59", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1888-04-01 06:47:40"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-771"}, "ids-in-sources": {"a1": "771"}}, "raw": {"H": "6", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "1", "LAT": "50N39", "LON": "3E 5", "MON": "4", "NUM": "771", "PRO": "C", "SEC": "40", "YEA": "1888", "CITY": "ROUBAIX"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1888-04-01 07:00"}, "partial-ids": {"ertel": "ES-41"}}, "raw": {"L": "", "MF": "", "NR": "41", "ENG": "", "MA_": "1", "G_NR": "771", "MA12": "7", "MARS": "20", "NAME": "Alavoine", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,100", "CSINR": "", "KURTZ": "", "PHAS_": "77,100", "STUND": "7,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.04.", "ZITATE": "GF", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "01.04.1888", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
774	archambaud-maurice-1908-08-30	{"a1": "774", "3a_sports": "127", "cfepp-final3": "271"}	{"cfepp": "CF-271", "cpara": "CP-16", "ertel": "ES-127", "lerrcp": "A1-774"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Archambaud", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1908-08-30 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "14", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1908-08-30 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Archambaud"}, "birth": {"tzo": "+00:09:21", "date": "1908-08-30 05:00", "place": {"c2": "75", "c3": "14", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1908-08-30 04:50:40"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-774"}, "ids-in-sources": {"a1": "774"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "30", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "774", "PRO": "C", "SEC": "40", "YEA": "1908", "CITY": "PARIS 14E"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1908-08-30 05:00"}, "partial-ids": {"ertel": "ES-127"}}, "raw": {"L": "", "MF": "", "NR": "127", "ENG": "0", "MA_": "2", "G_NR": "774", "MA12": "12", "MARS": "36", "NAME": "Archambaud", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,500", "CSINR": "", "KURTZ": "i", "PHAS_": "8,500", "STUND": "5,00", "CFEPNR": "271", "EXTEND": "1", "NATION": "FRA", "TAGMON": "30.08.", "ZITATE": "DGHFO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "16", "VORNAME": "Maurice", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "30.08.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1908-08-30 05:00", "place": {"c3": "14"}, "date-ut": "1908-08-30 04:51"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "271"}}, "raw": {"S": "1", "LT": "05 00", "LV": "M", "TR": "f", "UT": "04 51", "LAT": "+48.86", "SRC": "AL", "LONG": "-02.34", "NAME": "ARCHAMBAUD Maurice", "SPORT": "Cycling", "LOC_DATE": "1908 08 30", "UNIV_DATE": "1908 08 30", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75014"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
4696	callandreau-pierre-1852-09-20	{"a2": "2610", "g55": "09-42"}	{"g55": "09-42", "lerrcp": "A2-2610"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Callandreau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:37", "date": "1852-09-20 15:00", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": 0.15345, "lat": 45.64997, "name": "Angoulême", "geoid": 3037598}, "notime": null, "date-ut": "1852-09-20 14:59:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Callandreau"}, "birth": {"tzo": "+00:00:37", "date": "1852-09-20 15:00", "place": {"c2": "16", "cy": "FR", "lg": 0.15345, "lat": 45.64997, "name": "Angoulême", "geoid": 3037598}, "date-ut": "1852-09-20 14:59:20"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2610"}, "ids-in-sources": {"a2": "2610"}}, "raw": {"H": "14", "MN": "59", "TZ": "0", "COD": "16", "COU": "F", "DAY": "20", "LAT": "45N39", "LON": "0E10", "MON": "9", "NUM": "2610", "PRO": "S", "SEC": "20", "YEA": "1852", "CITY": "ANGOULEME"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-42"}, "ids-in-source": {"g55": "09-42"}}, "raw": {"DAY": "20-9-1852", "HOUR": "15 h.", "NAME": "CALLANDREAU Pierre", "PLACE": "Angoulême (Charente)."}, "date": "2023-08-20T14:49:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4698	caquot-albert-1881-07-01	{"a2": "2612", "g55": "09-44"}	{"g55": "09-44", "lerrcp": "A2-2612"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Caquot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:48", "date": "1881-07-01 14:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.7012, "lat": 49.39791, "name": "Vouziers", "geoid": 2967603}, "notime": null, "date-ut": "1881-07-01 13:41:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Caquot"}, "birth": {"tzo": "+00:18:48", "date": "1881-07-01 14:00", "place": {"c2": "08", "cy": "FR", "lg": 4.7012, "lat": 49.39791, "name": "Vouziers", "geoid": 2967603}, "date-ut": "1881-07-01 13:41:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2612"}, "ids-in-sources": {"a2": "2612"}}, "raw": {"H": "13", "MN": "41", "TZ": "0", "COD": "08", "COU": "F", "DAY": "1", "LAT": "49N46", "LON": "4E44", "MON": "7", "NUM": "2612", "PRO": "S", "SEC": "4", "YEA": "1881", "CITY": "VOUZIERS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-44"}, "ids-in-source": {"g55": "09-44"}}, "raw": {"DAY": "1-7-1881", "HOUR": "14 h.", "NAME": "CAQUOT Albert", "PLACE": "Vouziers (Ardennes)."}, "date": "2023-08-20T14:49:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
777	bellanger-jacques-1927-12-25	{"a1": "777", "g55": "03-111", "3a_sports": "324", "cfepp-final3": "273"}	{"g55": "03-111", "cfepp": "CF-273", "ertel": "ES-324", "lerrcp": "A1-777"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Bellanger", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1927-12-25 07:30", "note": null, "place": {"c1": null, "c2": "80", "c3": "", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1927-12-25 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Bellanger"}, "birth": {"tzo": "+00:00", "date": "1927-12-25 07:30", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1927-12-25 07:30"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-777"}, "ids-in-sources": {"a1": "777"}}, "raw": {"H": "7", "MN": "30", "TZ": "0", "COD": "80", "COU": "F", "DAY": "25", "LAT": "49N54", "LON": "2E18", "MON": "12", "NUM": "777", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "AMIENS"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-12-25 07:30"}, "partial-ids": {"ertel": "ES-324"}}, "raw": {"L": "", "MF": "", "NR": "324", "ENG": "1", "MA_": "2", "G_NR": "777", "MA12": "1", "MARS": "3", "NAME": "Bellenger", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,700", "CSINR": "", "KURTZ": "", "PHAS_": "0,700", "STUND": "7,50", "CFEPNR": "273", "EXTEND": "1", "NATION": "FRA", "TAGMON": "25.12.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "25.12.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1927-12-25 07:30", "place": {"c3": ""}, "date-ut": "1927-12-25 07:30"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "273"}}, "raw": {"S": "1", "LT": "07 30", "LV": "FI", "TR": "f", "UT": "07 30", "LAT": "+49.90", "SRC": "ALG", "LONG": "-02.31", "NAME": "BELLANGER Jacques", "SPORT": "Cycling", "LOC_DATE": "1927 12 25", "UNIV_DATE": "1927 12 25", "BIRTH_PLACE": "AMIENS", "POSTAL_CODE": "80027 CEDEX"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-111"}, "ids-in-source": {"g55": "03-111"}}, "raw": {"DAY": "21-12-1927", "HOUR": "7 h. 30", "NAME": "BELLANGER Jacques", "PLACE": "Amiens (Somme)."}, "date": "2023-08-20T14:48:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
780	berton-rene-1924-10-14	{"a1": "780", "g55": "03-113", "3a_sports": "398"}	{"g55": "03-113", "ertel": "ES-398", "lerrcp": "A1-780"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Berton", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1924-10-14 13:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.64512, "lat": 44.84247, "name": "Mérignac", "geoid": 2994393}, "notime": null, "date-ut": "1924-10-14 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "René", "family": "Berton"}, "birth": {"tzo": "+00:00", "date": "1924-10-14 13:00", "place": {"c2": "33", "cy": "FR", "lg": -0.64512, "lat": 44.84247, "name": "Mérignac", "geoid": 2994393}, "date-ut": "1924-10-14 13:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-780"}, "ids-in-sources": {"a1": "780"}}, "raw": {"H": "13", "MN": "0", "TZ": "0", "COD": "33", "COU": "F", "DAY": "14", "LAT": "44N50", "LON": "0W34", "MON": "10", "NUM": "780", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "MERIGNAC"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-10-14 13:00"}, "partial-ids": {"ertel": "ES-398"}}, "raw": {"L": "", "MF": "", "NR": "398", "ENG": "", "MA_": "0", "G_NR": "780", "MA12": "11", "MARS": "33", "NAME": "Berton", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,300", "CSINR": "", "KURTZ": "", "PHAS_": "98,500", "STUND": "13,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "14.10.", "ZITATE": "O", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "14.10.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-113"}, "ids-in-source": {"g55": "03-113"}}, "raw": {"DAY": "14-10-1924", "HOUR": "13 h.", "NAME": "BERTON René", "PLACE": "Mérignac (Gironde)."}, "date": "2023-08-20T14:48:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
4702	caullery-maurice-1868-09-05	{"a2": "2616", "g55": "09-45"}	{"g55": "09-45", "lerrcp": "A2-2616"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Caullery", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:44", "date": "1868-09-05 10:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 2.43242, "lat": 50.96882, "name": "Bergues", "geoid": 3033363}, "notime": null, "date-ut": "1868-09-05 09:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Caullery"}, "birth": {"tzo": "+00:09:44", "date": "1868-09-05 10:00", "place": {"c2": "59", "cy": "FR", "lg": 2.43242, "lat": 50.96882, "name": "Bergues", "geoid": 3033363}, "date-ut": "1868-09-05 09:47:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2616"}, "ids-in-sources": {"a2": "2616"}}, "raw": {"H": "9", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "5", "LAT": "50N39", "LON": "3E 5", "MON": "9", "NUM": "2616", "PRO": "S", "SEC": "40", "YEA": "1868", "CITY": "BERGUES"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-45"}, "ids-in-source": {"g55": "09-45"}}, "raw": {"DAY": "5-9-1868", "HOUR": "10 h.", "NAME": "CAULLERY Maurice", "PLACE": "Bergues (Nord)."}, "date": "2023-08-20T14:49:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4703	chancel-gustave-1822-01-18	{"a2": "2617", "g55": "09-46"}	{"g55": "09-46", "lerrcp": "A2-2617"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Chancel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:36", "date": "1822-01-18 06:00", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 4.9, "lat": 44.93333, "name": "Loriol", "geoid": 0}, "notime": null, "date-ut": "1822-01-18 05:40:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Chancel"}, "birth": {"tzo": "+00:19:36", "date": "1822-01-18 06:00", "place": {"c2": "26", "cy": "FR", "lg": 4.9, "lat": 44.93333, "name": "Loriol", "geoid": 0}, "date-ut": "1822-01-18 05:40:24"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2617"}, "ids-in-sources": {"a2": "2617"}}, "raw": {"H": "5", "MN": "40", "TZ": "0", "COD": "26", "COU": "F", "DAY": "18", "LAT": "44N56", "LON": "4E54", "MON": "1", "NUM": "2617", "PRO": "S", "SEC": "24", "YEA": "1822", "CITY": "LORIOL"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Loriol"}}, "partial-ids": {"g55": "09-46"}, "ids-in-source": {"g55": "09-46"}}, "raw": {"DAY": "18-1-1822", "HOUR": "6 h.", "NAME": "CHANCEL Gustave", "PLACE": "Loriol (Drôme)."}, "date": "2023-08-20T14:49:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
782	bisseron-roger-1905-08-27	{"a1": "782", "3a_sports": "456"}	{"ertel": "ES-456", "lerrcp": "A1-782"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Bisseron", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1905-08-27 21:30", "note": null, "place": {"c1": null, "c2": "52", "c3": null, "cy": "FR", "lg": 5.13333, "lat": 48.11667, "name": "Hallegnicourt", "geoid": 0}, "notime": null, "date-ut": "1905-08-27 21:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Bisseron"}, "birth": {"tzo": "+00:09:21", "date": "1905-08-27 21:30", "place": {"c2": "52", "cy": "FR", "lg": 5.13333, "lat": 48.11667, "name": "Hallegnicourt", "geoid": 0}, "date-ut": "1905-08-27 21:20:40"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-782"}, "ids-in-sources": {"a1": "782"}}, "raw": {"H": "21", "MN": "20", "TZ": "0", "COD": "52", "COU": "F", "DAY": "27", "LAT": "48N 7", "LON": "5E 8", "MON": "8", "NUM": "782", "PRO": "C", "SEC": "40", "YEA": "1905", "CITY": "HALLEGNICOURT"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1905-08-27 21:30"}, "partial-ids": {"ertel": "ES-456"}}, "raw": {"L": "", "MF": "", "NR": "456", "ENG": "", "MA_": "1", "G_NR": "782", "MA12": "6", "MARS": "18", "NAME": "Bisseron", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,400", "CSINR": "", "KURTZ": "", "PHAS_": "15,600", "STUND": "21,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.08.", "ZITATE": "O", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "27.08.1905", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
784	blanchonnet-armand-1903-12-23	{"a1": "784", "g55": "03-116", "3a_sports": "467"}	{"g55": "03-116", "cpara": "CP-53", "ertel": "ES-467", "lerrcp": "A1-784"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Blanchonnet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1903-12-23 12:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.33333, "lat": 46.56667, "name": "Gripey", "geoid": 0}, "notime": null, "date-ut": "1903-12-23 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Blanchonnet"}, "birth": {"tzo": "+00:09:21", "date": "1903-12-23 12:00", "place": {"c2": "03", "cy": "FR", "lg": 3.33333, "lat": 46.56667, "name": "Gripey", "geoid": 0}, "date-ut": "1903-12-23 11:50:40"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-784"}, "ids-in-sources": {"a1": "784"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "03", "COU": "F", "DAY": "23", "LAT": "46N34", "LON": "3E20", "MON": "12", "NUM": "784", "PRO": "C", "SEC": "40", "YEA": "1903", "CITY": "GRIPEY"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1903-12-23 12:00"}, "partial-ids": {"ertel": "ES-467"}}, "raw": {"L": "", "MF": "", "NR": "467", "ENG": "", "MA_": "1", "G_NR": "784", "MA12": "2", "MARS": "4", "NAME": "Blanchonnet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,100", "CSINR": "", "KURTZ": "", "PHAS_": "15,100", "STUND": "12,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.12.", "ZITATE": "DGKSO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "53", "VORNAME": "Armand", "ZITRANG": "6", "GAUQ1955": "+", "GEBDATUM": "23.12.1903", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:44:56+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Gripey"}}, "partial-ids": {"g55": "03-116"}, "ids-in-source": {"g55": "03-116"}}, "raw": {"DAY": "23-12-1903", "HOUR": "12 h.", "NAME": "BLANCHONNET Armand", "PLACE": "Gripey (Allier)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
4705	charpy-augustin-1865-09-01	{"a2": "2619", "g55": "09-48"}	{"g55": "09-48", "lerrcp": "A2-2619"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Augustin", "family": "Charpy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:14", "date": "1865-09-01 18:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.80755, "lat": 45.71404, "name": "Oullins", "geoid": 2988998}, "notime": null, "date-ut": "1865-09-01 17:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Augustin", "family": "Charpy"}, "birth": {"tzo": "+00:19:14", "date": "1865-09-01 18:00", "place": {"c2": "69", "cy": "FR", "lg": 4.80755, "lat": 45.71404, "name": "Oullins", "geoid": 2988998}, "date-ut": "1865-09-01 17:40:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2619"}, "ids-in-sources": {"a2": "2619"}}, "raw": {"H": "17", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "1", "LAT": "45N46", "LON": "4E50", "MON": "9", "NUM": "2619", "PRO": "S", "SEC": "40", "YEA": "1865", "CITY": "OULLINS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-48"}, "ids-in-source": {"g55": "09-48"}}, "raw": {"DAY": "1-9-1865", "HOUR": "18 h.", "NAME": "CHARPY Augustin", "PLACE": "Oullins (Rhône)."}, "date": "2023-08-20T14:49:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4706	chazallon-antoine-1802-01-07	{"a2": "2620", "g55": "09-49"}	{"g55": "09-49", "lerrcp": "A2-2620"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Chazallon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:04", "date": "1802-01-07 01:00", "note": null, "place": {"c1": null, "c2": "07", "c3": null, "cy": "FR", "lg": 4.51695, "lat": 44.99466, "name": "Désaignes", "geoid": 3021550}, "notime": null, "date-ut": "1802-01-07 00:41:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Chazallon"}, "birth": {"tzo": "+00:18:04", "date": "1802-01-07 01:00", "place": {"c2": "07", "cy": "FR", "lg": 4.51695, "lat": 44.99466, "name": "Désaignes", "geoid": 3021550}, "date-ut": "1802-01-07 00:41:36"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2620"}, "ids-in-sources": {"a2": "2620"}}, "raw": {"H": "0", "MN": "41", "TZ": "0", "COD": "07", "COU": "F", "DAY": "7", "LAT": "44N44", "LON": "4E36", "MON": "1", "NUM": "2620", "PRO": "S", "SEC": "36", "YEA": "1802", "CITY": "DESAIGNES"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-49"}, "ids-in-source": {"g55": "09-49"}}, "raw": {"DAY": "7-1-1802", "HOUR": "1 h.", "NAME": "CHAZALLON Antoine", "PLACE": "Desaignes (Ardèche)."}, "date": "2023-08-20T14:49:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4708	chevalier-auguste-1873-06-23	{"a2": "2622", "g55": "09-51"}	{"g55": "09-51", "lerrcp": "A2-2622"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Chevalier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:35", "date": "1873-06-23 13:00", "note": null, "place": {"c1": null, "c2": "61", "c3": null, "cy": "FR", "lg": -0.64588, "lat": 48.59208, "name": "Domfront", "geoid": 3021193}, "notime": null, "date-ut": "1873-06-23 12:59:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Chevalier"}, "birth": {"tzo": "-00:02:35", "date": "1873-06-23 13:00", "place": {"c2": "61", "cy": "FR", "lg": -0.64588, "lat": 48.59208, "name": "Domfront", "geoid": 3021193}, "date-ut": "1873-06-23 12:59:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2622"}, "ids-in-sources": {"a2": "2622"}}, "raw": {"H": "12", "MN": "59", "TZ": "0", "COD": "61", "COU": "F", "DAY": "23", "LAT": "48N26", "LON": "0E 5", "MON": "6", "NUM": "2622", "PRO": "S", "SEC": "40", "YEA": "1873", "CITY": "DOMFRONT"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-51"}, "ids-in-source": {"g55": "09-51"}}, "raw": {"DAY": "23-6-1873", "HOUR": "13 h.", "NAME": "CHEVALIER Auguste", "PLACE": "Domfront (Orne)."}, "date": "2023-08-20T14:49:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
788	bourillon-paul-1877-01-14	{"a1": "788", "g55": "03-120", "3a_sports": "613", "cfepp-final3": "281"}	{"g55": "03-120", "cfepp": "CF-281", "cpara": "CP-75", "ertel": "ES-613", "lerrcp": "A1-788"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Bourillon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00:40", "date": "1877-01-14 04:00", "note": null, "place": {"c1": null, "c2": "47", "c3": "", "cy": "FR", "lg": 0.16546, "lat": 44.50361, "name": "Marmande", "geoid": 2995642}, "notime": null, "date-ut": "1877-01-14 03:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Bourillon"}, "birth": {"tzo": "+00:00:40", "date": "1877-01-14 04:00", "place": {"c2": "47", "cy": "FR", "lg": 0.16546, "lat": 44.50361, "name": "Marmande", "geoid": 2995642}, "date-ut": "1877-01-14 03:57:28"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-788"}, "ids-in-sources": {"a1": "788"}}, "raw": {"H": "3", "MN": "57", "TZ": "0", "COD": "47", "COU": "F", "DAY": "14", "LAT": "44N12", "LON": "0E38", "MON": "1", "NUM": "788", "PRO": "C", "SEC": "28", "YEA": "1877", "CITY": "MARMANDE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1877-01-14 04:00"}, "partial-ids": {"ertel": "ES-613"}}, "raw": {"L": "", "MF": "", "NR": "613", "ENG": "1", "MA_": "2", "G_NR": "788", "MA12": "1", "MARS": "1", "NAME": "Bourillon", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,900", "CSINR": "", "KURTZ": "", "PHAS_": "0,400", "STUND": "4,00", "CFEPNR": "281", "EXTEND": "1", "NATION": "FRA", "TAGMON": "14.01.", "ZITATE": "DGHO", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "75", "VORNAME": "Paul", "ZITRANG": "5", "GAUQ1955": "+", "GEBDATUM": "14.01.1877", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1877-01-14 04:00", "place": {"c3": ""}, "date-ut": "1877-01-14 03:59"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "281"}}, "raw": {"S": "1", "LT": "04 00", "LV": "M", "TR": "f", "UT": "03 59", "LAT": "+44.50", "SRC": "ALG", "LONG": "-00.16", "NAME": "BOURRILLON Paul", "SPORT": "Cycling", "LOC_DATE": "1877 01 14", "UNIV_DATE": "1877 01 14", "BIRTH_PLACE": "MARMANDE", "POSTAL_CODE": "47207 CEDEX"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-120"}, "ids-in-source": {"g55": "03-120"}}, "raw": {"DAY": "14-1-1877", "HOUR": "4 h.", "NAME": "BOURILLON Paul", "PLACE": "Marmande (Lot-et-Garonne)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
790	caput-louis-1921-01-23	{"a1": "790", "g55": "03-122", "3a_sports": "831", "cfepp-final3": "282"}	{"g55": "03-122", "cfepp": "CF-282", "ertel": "ES-831", "lerrcp": "A1-790"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Caput", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1921-01-23 22:00", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Saint-Maur-des-Fossés", "geoid": 0}, "notime": null, "date-ut": "1921-01-23 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Caput"}, "birth": {"tzo": "+00:00", "date": "1921-01-23 22:00", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Saint-Maur", "geoid": 0}, "date-ut": "1921-01-23 22:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-790"}, "ids-in-sources": {"a1": "790"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "94", "COU": "F", "DAY": "23", "LAT": "48N47", "LON": "2E29", "MON": "1", "NUM": "790", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "SAINT-MAUR"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-01-23 22:00"}, "partial-ids": {"ertel": "ES-831"}}, "raw": {"L": "", "MF": "", "NR": "831", "ENG": "", "MA_": "1", "G_NR": "790", "MA12": "7", "MARS": "21", "NAME": "Caput", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,400", "CSINR": "", "KURTZ": "", "PHAS_": "98,400", "STUND": "22,00", "CFEPNR": "282", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.01.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Louis", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "23.01.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1921-01-23 22:00", "place": {"c3": ""}, "date-ut": "1921-01-23 22:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "282"}}, "raw": {"S": "7", "LT": "22 00", "LV": "F", "TR": "f", "UT": "22 00", "LAT": "+48.81", "SRC": "ALG", "LONG": "-02.50", "NAME": "CAPUT Louis", "SPORT": "Cycling", "LOC_DATE": "1921 01 23", "UNIV_DATE": "1921 01 23", "BIRTH_PLACE": "ST MAUR DES FOSSES", "POSTAL_CODE": "94100"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Maur-des-Fossés"}}, "partial-ids": {"g55": "03-122"}, "ids-in-source": {"g55": "03-122"}}, "raw": {"DAY": "23-1-1921", "HOUR": "22 h.", "NAME": "CAPUT Louis", "PLACE": "Saint-Maur-des-Fossés (Seine)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
4712	clos-dominique-1821-05-25	{"a2": "2626", "g55": "09-53"}	{"g55": "09-53", "lerrcp": "A2-2626"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dominique", "family": "Clos", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:16", "date": "1821-05-25 18:00", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 2.06683, "lat": 43.45292, "name": "Sorèze", "geoid": 2974195}, "notime": null, "date-ut": "1821-05-25 17:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Dominique", "family": "Clos"}, "birth": {"tzo": "+00:08:16", "date": "1821-05-25 18:00", "place": {"c2": "81", "cy": "FR", "lg": 2.06683, "lat": 43.45292, "name": "Sorèze", "geoid": 2974195}, "date-ut": "1821-05-25 17:51:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2626"}, "ids-in-sources": {"a2": "2626"}}, "raw": {"H": "17", "MN": "51", "TZ": "0", "COD": "81", "COU": "F", "DAY": "25", "LAT": "43N55", "LON": "2E 8", "MON": "5", "NUM": "2626", "PRO": "S", "SEC": "28", "YEA": "1821", "CITY": "SOREZE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-53"}, "ids-in-source": {"g55": "09-53"}}, "raw": {"DAY": "25-5-1821", "HOUR": "18 h.", "NAME": "CLOS Dominique", "PLACE": "Soréze (Tarn)."}, "date": "2023-08-20T14:49:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
795	chocque-paul-1910-07-14	{"a1": "795", "g55": "03-126", "3a_sports": "1005"}	{"g55": "03-126", "ertel": "ES-1005", "lerrcp": "A1-795"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Chocque", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1910-07-14 22:30", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.235, "lat": 48.81381, "name": "Meudon", "geoid": 2994144}, "notime": null, "date-ut": "1910-07-14 22:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Chocque"}, "birth": {"tzo": "+00:09:21", "date": "1910-07-14 22:30", "place": {"c2": "92", "cy": "FR", "lg": 2.235, "lat": 48.81381, "name": "Meudon", "geoid": 2994144}, "date-ut": "1910-07-14 22:20:40"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-795"}, "ids-in-sources": {"a1": "795"}}, "raw": {"H": "22", "MN": "20", "TZ": "0", "COD": "92", "COU": "F", "DAY": "14", "LAT": "48N50", "LON": "2E11", "MON": "7", "NUM": "795", "PRO": "C", "SEC": "40", "YEA": "1910", "CITY": "MEUDON"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1910-07-14 22:30"}, "partial-ids": {"ertel": "ES-1005"}}, "raw": {"L": "", "MF": "", "NR": "1005", "ENG": "", "MA_": "1", "G_NR": "795", "MA12": "7", "MARS": "21", "NAME": "Chocque", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,600", "CSINR": "", "KURTZ": "", "PHAS_": "46,800", "STUND": "22,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "14.07.", "ZITATE": "GKO", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Paul", "ZITRANG": "4", "GAUQ1955": "+", "GEBDATUM": "14.07.1910", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-126"}, "ids-in-source": {"g55": "03-126"}}, "raw": {"DAY": "14-7-1910", "HOUR": "22 h. 30", "NAME": "CHOCQUE Paul", "PLACE": "Meudon (Seine-et-Oise)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
793	chaillot-louis-1914-03-02	{"a1": "793", "g55": "03-124", "3a_sports": "958", "cfepp-final3": "285"}	{"g55": "03-124", "cfepp": "CF-285", "cpara": "CP-106", "ertel": "ES-958", "lerrcp": "A1-793"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Chaillot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1914-03-02 10:00", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Chaumont-sur-Marne", "geoid": 0}, "notime": null, "date-ut": "1914-03-02 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Chaillot"}, "birth": {"tzo": "+00:00", "date": "1914-03-02 10:00", "place": {"c2": "51", "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Chaumont-sur-Marn", "geoid": 0}, "date-ut": "1914-03-02 10:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-793"}, "ids-in-sources": {"a1": "793"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "51", "COU": "F", "DAY": "2", "LAT": "48N57", "LON": "4E22", "MON": "3", "NUM": "793", "PRO": "C", "SEC": "0", "YEA": "1914", "CITY": "CHAUMONT-S/MARN"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1914-03-02 10:00"}, "partial-ids": {"ertel": "ES-958"}}, "raw": {"L": "", "MF": "", "NR": "958", "ENG": "", "MA_": "0", "G_NR": "793", "MA12": "11", "MARS": "33", "NAME": "Chaillot", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,200", "CSINR": "", "KURTZ": "", "PHAS_": "21,000", "STUND": "10,00", "CFEPNR": "285", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.03.", "ZITATE": "DGKSO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "106", "VORNAME": "Louis", "ZITRANG": "6", "GAUQ1955": "+", "GEBDATUM": "02.03.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1914-03-02 10:00", "place": {"c3": ""}, "date-ut": "1914-03-02 10:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "285"}}, "raw": {"S": "11", "LT": "10 00", "LV": "O", "TR": "f", "UT": "10 00", "LAT": "+48.11", "SRC": "ALG", "LONG": "-05.14", "NAME": "CHAILLOT Louis", "SPORT": "Cycling", "LOC_DATE": "1914 03 02", "UNIV_DATE": "1914 03 02", "BIRTH_PLACE": "CHAUMONT", "POSTAL_CODE": "52012 CEDEX"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Chaumont-sur-Marne"}}, "partial-ids": {"g55": "03-124"}, "ids-in-source": {"g55": "03-124"}}, "raw": {"DAY": "2-3-1914", "HOUR": "10 h.", "NAME": "CHAILLOT Louis", "PLACE": "Chaumont-sur-Marne (Hte-Marne)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
4715	combes-charles-1802-12-26	{"a2": "2629", "g55": "09-56"}	{"g55": "09-56", "lerrcp": "A2-2629"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Combes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:45", "date": "1802-12-26 22:00", "note": null, "place": {"c1": null, "c2": "46", "c3": null, "cy": "FR", "lg": 1.43663, "lat": 44.4491, "name": "Cahors", "geoid": 3029213}, "notime": null, "date-ut": "1802-12-26 21:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Combes"}, "birth": {"tzo": "+00:05:45", "date": "1802-12-26 22:00", "place": {"c2": "46", "cy": "FR", "lg": 1.43663, "lat": 44.4491, "name": "Cahors", "geoid": 3029213}, "date-ut": "1802-12-26 21:54:16"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2629"}, "ids-in-sources": {"a2": "2629"}}, "raw": {"H": "21", "MN": "54", "TZ": "0", "COD": "46", "COU": "F", "DAY": "26", "LAT": "44N27", "LON": "1E26", "MON": "12", "NUM": "2629", "PRO": "S", "SEC": "16", "YEA": "1802", "CITY": "CAHORS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-56"}, "ids-in-source": {"g55": "09-56"}}, "raw": {"DAY": "26-12-1802", "HOUR": "22 h.", "NAME": "COMBES Charles", "PLACE": "Cahors (Lot)."}, "date": "2023-08-20T14:49:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4716	considere-armand-1841-06-08	{"a2": "2630", "g55": "09-57"}	{"g55": "09-57", "lerrcp": "A2-2630"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Considere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:12", "date": "1841-06-08 22:00", "note": null, "place": {"c1": null, "c2": "70", "c3": null, "cy": "FR", "lg": 6.05011, "lat": 47.68774, "name": "Port-sur-Saône", "geoid": 2985929}, "notime": null, "date-ut": "1841-06-08 21:35:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Considere"}, "birth": {"tzo": "+00:24:12", "date": "1841-06-08 22:00", "place": {"c2": "70", "cy": "FR", "lg": 6.05011, "lat": 47.68774, "name": "Port-sur-Saône", "geoid": 2985929}, "date-ut": "1841-06-08 21:35:24"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2630"}, "ids-in-sources": {"a2": "2630"}}, "raw": {"H": "21", "MN": "35", "TZ": "0", "COD": "70", "COU": "F", "DAY": "8", "LAT": "47N37", "LON": "6E 9", "MON": "6", "NUM": "2630", "PRO": "S", "SEC": "24", "YEA": "1841", "CITY": "PORT S/SAONE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-57"}, "ids-in-source": {"g55": "09-57"}}, "raw": {"DAY": "8-6-1841", "HOUR": "22 h.", "NAME": "CONSIDERE Armand", "PLACE": "Port-sur-Saône (Haute-Saône)."}, "date": "2023-08-20T14:49:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
797	claverie-gabriel-1915-09-27	{"a1": "797", "g55": "03-127", "3a_sports": "1031", "cfepp-final3": "289"}	{"g55": "03-127", "cfepp": "CF-289", "ertel": "ES-1031", "lerrcp": "A1-797"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Claverie", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1915-09-27 05:00", "note": null, "place": {"c1": null, "c2": "40", "c3": "", "cy": "FR", "lg": -0.92062, "lat": 44.21297, "name": "Labouheyre", "geoid": 3010908}, "notime": null, "date-ut": "1915-09-27 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Claverie"}, "birth": {"tzo": "+00:00", "date": "1915-09-27 05:00", "place": {"c2": "40", "cy": "FR", "lg": -0.92062, "lat": 44.21297, "name": "Labouheyre", "geoid": 3010908}, "date-ut": "1915-09-27 05:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-797"}, "ids-in-sources": {"a1": "797"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "40", "COU": "F", "DAY": "27", "LAT": "43N54", "LON": "0W30", "MON": "9", "NUM": "797", "PRO": "C", "SEC": "0", "YEA": "1915", "CITY": "LABOUHEYRE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1915-09-27 05:00"}, "partial-ids": {"ertel": "ES-1031"}}, "raw": {"L": "", "MF": "", "NR": "1031", "ENG": "", "MA_": "0", "G_NR": "797", "MA12": "3", "MARS": "7", "NAME": "Claverie", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,800", "CSINR": "", "KURTZ": "", "PHAS_": "87,200", "STUND": "5,00", "CFEPNR": "289", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.09.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gabriel", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "27.09.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1915-09-27 05:00", "place": {"c3": ""}, "date-ut": "1915-09-27 05:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "289"}}, "raw": {"S": "3", "LT": "05 00", "LV": "M", "TR": "f", "UT": "05 00", "LAT": "+44.22", "SRC": "ALG", "LONG": "+00.92", "NAME": "CLAVERIE Michel", "SPORT": "Cycling", "LOC_DATE": "1915 09 27", "UNIV_DATE": "1915 09 27", "BIRTH_PLACE": "LABOUHEYRE", "POSTAL_CODE": "40210"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-127"}, "ids-in-source": {"g55": "03-127"}}, "raw": {"DAY": "27-9-1915", "HOUR": "5 h.", "NAME": "CLAVERIE Gabriel", "PLACE": "Labouheyre (Landes)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
799	cosson-victor-1915-10-11	{"a1": "799", "g55": "03-129", "3a_sports": "1126"}	{"g55": "03-129", "ertel": "ES-1126", "lerrcp": "A1-799"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Cosson", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1915-10-11 14:00", "note": null, "place": {"c1": null, "c2": "41", "c3": null, "cy": "FR", "lg": 1.49861, "lat": 47.82479, "name": "Lorges", "geoid": 2997584}, "notime": null, "date-ut": "1915-10-11 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Cosson"}, "birth": {"tzo": "+00:00", "date": "1915-10-11 14:00", "place": {"c2": "41", "cy": "FR", "lg": 1.49861, "lat": 47.82479, "name": "Lorges", "geoid": 2997584}, "date-ut": "1915-10-11 14:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-799"}, "ids-in-sources": {"a1": "799"}}, "raw": {"H": "14", "MN": "0", "TZ": "0", "COD": "41", "COU": "F", "DAY": "11", "LAT": "47N35", "LON": "1E20", "MON": "10", "NUM": "799", "PRO": "C", "SEC": "0", "YEA": "1915", "CITY": "LORGES"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1915-10-11 14:00"}, "partial-ids": {"ertel": "ES-1126"}}, "raw": {"L": "", "MF": "", "NR": "1126", "ENG": "", "MA_": "1", "G_NR": "799", "MA12": "6", "MARS": "18", "NAME": "Cosson", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,500", "CSINR": "", "KURTZ": "", "PHAS_": "6,300", "STUND": "14,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "11.10.", "ZITATE": "O", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Victor", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "11.10.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-129"}, "ids-in-source": {"g55": "03-129"}}, "raw": {"DAY": "11-10-1915", "HOUR": "14 h.", "NAME": "\\fCOSSON Victor", "PLACE": "Lorges (Loir-et-Cher)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
4718	cosserat-eugene-1866-03-04	{"a2": "2632", "g55": "09-59"}	{"g55": "09-59", "lerrcp": "A2-2632"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Cosserat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:12", "date": "1866-03-04 07:30", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1866-03-04 07:20:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Cosserat"}, "birth": {"tzo": "+00:09:12", "date": "1866-03-04 07:30", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1866-03-04 07:20:48"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2632"}, "ids-in-sources": {"a2": "2632"}}, "raw": {"H": "7", "MN": "20", "TZ": "0", "COD": "80", "COU": "F", "DAY": "4", "LAT": "49N54", "LON": "2E18", "MON": "3", "NUM": "2632", "PRO": "S", "SEC": "48", "YEA": "1866", "CITY": "AMIENS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-59"}, "ids-in-source": {"g55": "09-59"}}, "raw": {"DAY": "4-3-1866", "HOUR": "7 h. 30", "NAME": "COSSERAT Eugène", "PLACE": "Amiens (Somme)."}, "date": "2023-08-20T14:49:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4720	cotton-aime-1869-10-09	{"a2": "2634", "g55": "09-60"}	{"g55": "09-60", "lerrcp": "A2-2634"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aimé", "family": "Cotton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:54", "date": "1869-10-09 09:20", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 5.2258, "lat": 46.20574, "name": "Bourg-en-Bresse", "geoid": 3031009}, "notime": null, "date-ut": "1869-10-09 08:56:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Aimé", "family": "Cotton"}, "birth": {"tzo": "+00:20:54", "date": "1869-10-09 09:20", "place": {"c2": "01", "cy": "FR", "lg": 5.2258, "lat": 46.20574, "name": "Bourg-en-Bresse", "geoid": 3031009}, "date-ut": "1869-10-09 08:56:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2634"}, "ids-in-sources": {"a2": "2634"}}, "raw": {"H": "8", "MN": "56", "TZ": "0", "COD": "01", "COU": "F", "DAY": "9", "LAT": "46N12", "LON": "5E13", "MON": "10", "NUM": "2634", "PRO": "S", "SEC": "8", "YEA": "1869", "CITY": "BOURG-EN-BRESSE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-60"}, "ids-in-source": {"g55": "09-60"}}, "raw": {"DAY": "9-10-1869", "HOUR": "9 h. 17", "NAME": "COTTON Aime", "PLACE": "Bourg (Ain)."}, "date": "2023-08-20T14:49:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4721	cotton-emile-1872-02-05	{"a2": "2635", "g55": "09-61"}	{"g55": "09-61", "lerrcp": "A2-2635"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Cotton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:54", "date": "1872-02-05 04:00", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 5.2258, "lat": 46.20574, "name": "Bourg-en-Bresse", "geoid": 3031009}, "notime": null, "date-ut": "1872-02-05 03:39:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Cotton"}, "birth": {"tzo": "+00:20:54", "date": "1872-02-05 04:00", "place": {"c2": "01", "cy": "FR", "lg": 5.2258, "lat": 46.20574, "name": "Bourg-en-Bresse", "geoid": 3031009}, "date-ut": "1872-02-05 03:39:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2635"}, "ids-in-sources": {"a2": "2635"}}, "raw": {"H": "3", "MN": "39", "TZ": "0", "COD": "01", "COU": "F", "DAY": "5", "LAT": "46N12", "LON": "5E13", "MON": "2", "NUM": "2635", "PRO": "S", "SEC": "8", "YEA": "1872", "CITY": "BOURG-EN-BRESSE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-61"}, "ids-in-source": {"g55": "09-61"}}, "raw": {"DAY": "5-2-1872", "HOUR": "4 h.", "NAME": "COTTON Emile", "PLACE": "Bourg (Ain)."}, "date": "2023-08-20T14:49:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4725	daniel-lucien-1856-11-01	{"a2": "2639", "g55": "09-63"}	{"g55": "09-63", "lerrcp": "A2-2639"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Daniel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:03:52", "date": "1856-11-01 04:00", "note": null, "place": {"c1": null, "c2": "53", "c3": null, "cy": "FR", "lg": -0.96588, "lat": 48.44877, "name": "La Dorée", "geoid": 3009634}, "notime": null, "date-ut": "1856-11-01 04:03"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Daniel"}, "birth": {"tzo": "-00:03:52", "date": "1856-11-01 04:00", "place": {"c2": "53", "cy": "FR", "lg": -0.96588, "lat": 48.44877, "name": "La Dorée", "geoid": 3009634}, "date-ut": "1856-11-01 04:03"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2639"}, "ids-in-sources": {"a2": "2639"}}, "raw": {"H": "4", "MN": "3", "TZ": "0", "COD": "53", "COU": "F", "DAY": "1", "LAT": "48N 4", "LON": "0W45", "MON": "11", "NUM": "2639", "PRO": "S", "SEC": "0", "YEA": "1856", "CITY": "LA DOREE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-63"}, "ids-in-source": {"g55": "09-63"}}, "raw": {"DAY": "1-11-1856", "HOUR": "4 h.", "NAME": "DANIEL Lucien", "PLACE": "La Dorée (Mayenne)."}, "date": "2023-08-20T14:49:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4732	daubree-gabriel-1814-06-25	{"a2": "2646", "g55": "09-65"}	{"g55": "09-65", "lerrcp": "A2-2646"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Daubree", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:41", "date": "1814-06-25 09:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1814-06-25 08:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Daubree"}, "birth": {"tzo": "+00:24:41", "date": "1814-06-25 09:00", "place": {"c2": "57", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1814-06-25 08:35:16"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2646"}, "ids-in-sources": {"a2": "2646"}}, "raw": {"H": "8", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "25", "LAT": "49N 7", "LON": "6E11", "MON": "6", "NUM": "2646", "PRO": "S", "SEC": "16", "YEA": "1814", "CITY": "METZ"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-65"}, "ids-in-source": {"g55": "09-65"}}, "raw": {"DAY": "25-6-1814", "HOUR": "9 h.", "NAME": "DAUBREE Gabriel", "PLACE": "Metz (Moselle)."}, "date": "2023-08-20T14:49:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4733	dausse-marie-1801-01-08	{"a2": "2647", "g55": "09-66"}	{"g55": "09-66", "lerrcp": "A2-2647"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Dausse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:52", "date": "1801-01-08 16:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1801-01-08 15:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Dausse"}, "birth": {"tzo": "+00:22:52", "date": "1801-01-08 16:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1801-01-08 15:37:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2647"}, "ids-in-sources": {"a2": "2647"}}, "raw": {"H": "15", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "8", "LAT": "45N11", "LON": "5E43", "MON": "1", "NUM": "2647", "PRO": "S", "SEC": "8", "YEA": "1801", "CITY": "GRENOBLE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-66"}, "ids-in-source": {"g55": "09-66"}}, "raw": {"DAY": "8-1-1801", "HOUR": "16 h.", "NAME": "DAUSSE M.-Francois", "PLACE": "Grenoble (Isère)."}, "date": "2023-08-20T14:49:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
809	dotto-jean-1928-03-27	{"a1": "809", "3a_sports": "1450"}	{"cpara": "CP-163", "ertel": "ES-1450", "lerrcp": "A1-809"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Dotto", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1928-03-27 10:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -2.2179, "lat": 47.27506, "name": "Saint-Nazaire", "geoid": 2977921}, "notime": null, "date-ut": "1928-03-27 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Dotto"}, "birth": {"tzo": "+00:00", "date": "1928-03-27 10:00", "place": {"c2": "44", "cy": "FR", "lg": -2.2179, "lat": 47.27506, "name": "Saint-Nazaire", "geoid": 2977921}, "date-ut": "1928-03-27 10:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-809"}, "ids-in-sources": {"a1": "809"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "44", "COU": "F", "DAY": "27", "LAT": "47N13", "LON": "1W35", "MON": "3", "NUM": "809", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "SAINT-NAZAIRE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-03-27 10:00"}, "partial-ids": {"ertel": "ES-1450"}}, "raw": {"L": "", "MF": "", "NR": "1450", "ENG": "1", "MA_": "2", "G_NR": "809", "MA12": "4", "MARS": "11", "NAME": "Dotto", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,500", "CSINR": "", "KURTZ": "", "PHAS_": "33,600", "STUND": "10,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "27.03.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "163", "VORNAME": "Jean", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "27.03.1928", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
807	diot-emile-1912-07-03	{"a1": "807", "g55": "03-134", "3a_sports": "1417"}	{"g55": "03-134", "ertel": "ES-1417", "lerrcp": "A1-807"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Diot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1912-07-03 15:00", "note": null, "place": {"c1": null, "c2": "18", "c3": null, "cy": "FR", "lg": 2.65621, "lat": 46.9354, "name": "Osmery", "geoid": 2989138}, "notime": null, "date-ut": "1912-07-03 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Diot"}, "birth": {"tzo": "+00:00", "date": "1912-07-03 15:00", "place": {"c2": "18", "cy": "FR", "lg": 2.65621, "lat": 46.9354, "name": "Osmery", "geoid": 2989138}, "date-ut": "1912-07-03 15:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-807"}, "ids-in-sources": {"a1": "807"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "18", "COU": "F", "DAY": "3", "LAT": "47N 5", "LON": "2E23", "MON": "7", "NUM": "807", "PRO": "C", "SEC": "0", "YEA": "1912", "CITY": "OSMERY"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1912-07-03 15:00"}, "partial-ids": {"ertel": "ES-1417"}}, "raw": {"L": "", "MF": "", "NR": "1417", "ENG": "1", "MA_": "2", "G_NR": "807", "MA12": "4", "MARS": "10", "NAME": "Diot", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,000", "CSINR": "", "KURTZ": "", "PHAS_": "89,500", "STUND": "15,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "03.07.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Emile", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "03.07.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:09+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-134"}, "ids-in-source": {"g55": "03-134"}}, "raw": {"DAY": "3-7-1912", "HOUR": "15 h.", "NAME": "DIOT Emile", "PLACE": "Osmery (Cher)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
4735	debray-henri-1827-07-26	{"a2": "2649", "g55": "09-68"}	{"g55": "09-68", "lerrcp": "A2-2649"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Debray", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:12", "date": "1827-07-26 15:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1827-07-26 14:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Debray"}, "birth": {"tzo": "+00:09:12", "date": "1827-07-26 15:00", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1827-07-26 14:50:48"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2649"}, "ids-in-sources": {"a2": "2649"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "26", "LAT": "49N54", "LON": "2E18", "MON": "7", "NUM": "2649", "PRO": "S", "SEC": "48", "YEA": "1827", "CITY": "AMIENS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-68"}, "ids-in-source": {"g55": "09-68"}}, "raw": {"DAY": "26-7-1827", "HOUR": "15 h.", "NAME": "DEBRAY Henri", "PLACE": "Amiens (Somme)."}, "date": "2023-08-20T14:49:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
812	dussault-marcel-1926-05-14	{"a1": "812", "g55": "03-138", "3a_sports": "1513"}	{"g55": "03-138", "ertel": "ES-1513", "lerrcp": "A1-812"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Dussault", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1926-05-14 03:30", "note": null, "place": {"c1": null, "c2": "36", "c3": null, "cy": "FR", "lg": 1.98734, "lat": 46.58228, "name": "La Châtre", "geoid": 3010154}, "notime": null, "date-ut": "1926-05-14 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Dussault"}, "birth": {"tzo": "+01:00", "date": "1926-05-14 03:30", "place": {"c2": "36", "cy": "FR", "lg": 1.98734, "lat": 46.58228, "name": "La Châtre", "geoid": 3010154}, "date-ut": "1926-05-14 02:30"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-812"}, "ids-in-sources": {"a1": "812"}}, "raw": {"H": "2", "MN": "30", "TZ": "0", "COD": "36", "COU": "F", "DAY": "14", "LAT": "46N49", "LON": "1E41", "MON": "5", "NUM": "812", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "LA CHATRE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-05-14 03:30"}, "partial-ids": {"ertel": "ES-1513"}}, "raw": {"L": "", "MF": "", "NR": "1513", "ENG": "1", "MA_": "2", "G_NR": "812", "MA12": "1", "MARS": "2", "NAME": "Dussault", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,500", "CSINR": "", "KURTZ": "", "PHAS_": "4,900", "STUND": "3,50", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "14.05.", "ZITATE": "O", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "14.05.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-138"}, "ids-in-source": {"g55": "03-138"}}, "raw": {"DAY": "14-5-1926", "HOUR": "3 h. 30", "NAME": "DUSSAULT Marcel", "PLACE": "La Chatre (Indre)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
814	ferrand-jean-1922-04-03	{"a1": "814", "g55": "03-140", "3a_sports": "1611"}	{"g55": "03-140", "ertel": "ES-1611", "lerrcp": "A1-814"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Ferrand", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1922-04-03 01:00", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.33339, "lat": 48.90654, "name": "Saint-Ouen", "geoid": 2977824}, "notime": null, "date-ut": "1922-04-03 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Ferrand"}, "birth": {"tzo": "+01:00", "date": "1922-04-03 01:00", "place": {"c2": "93", "cy": "FR", "lg": 2.33339, "lat": 48.90654, "name": "Saint-Ouen", "geoid": 2977824}, "date-ut": "1922-04-03 00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-814"}, "ids-in-sources": {"a1": "814"}}, "raw": {"H": "0", "MN": "0", "TZ": "0", "COD": "93", "COU": "F", "DAY": "3", "LAT": "48N55", "LON": "2E30", "MON": "4", "NUM": "814", "PRO": "C", "SEC": "0", "YEA": "1922", "CITY": "ST-OUEN"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1922-04-03 01:00"}, "partial-ids": {"ertel": "ES-1611"}}, "raw": {"L": "", "MF": "", "NR": "1611", "ENG": "0", "MA_": "2", "G_NR": "814", "MA12": "12", "MARS": "36", "NAME": "Ferrand", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,600", "CSINR": "", "KURTZ": "", "PHAS_": "26,900", "STUND": "1,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "03.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "03.04.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-140"}, "ids-in-source": {"g55": "03-140"}}, "raw": {"DAY": "3-4-1922", "HOUR": "1 h.", "NAME": "FERRAND Jean", "PLACE": "Saint-Ouen (Seine)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
4738	delesse-achille-1817-02-03	{"a2": "2653", "g55": "09-71"}	{"g55": "09-71", "lerrcp": "A2-2653"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Achille", "family": "Delesse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:41", "date": "1817-02-03 17:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1817-02-03 16:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Achille", "family": "Delesse"}, "birth": {"tzo": "+00:24:41", "date": "1817-02-03 17:00", "place": {"c2": "57", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1817-02-03 16:35:16"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2653"}, "ids-in-sources": {"a2": "2653"}}, "raw": {"H": "16", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "3", "LAT": "49N 7", "LON": "6E11", "MON": "2", "NUM": "2653", "PRO": "S", "SEC": "16", "YEA": "1817", "CITY": "METZ"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-71"}, "ids-in-source": {"g55": "09-71"}}, "raw": {"DAY": "3-2-1817", "HOUR": "17 h.", "NAME": "DELESSE Achille", "PLACE": "Metz (Moselle)."}, "date": "2023-08-20T14:49:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4740	deperet-charles-1854-06-25	{"a2": "2655", "g55": "09-72"}	{"g55": "09-72", "lerrcp": "A2-2655"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Deperet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:35", "date": "1854-06-25 16:30", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "notime": null, "date-ut": "1854-06-25 16:18:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Deperet"}, "birth": {"tzo": "+00:11:35", "date": "1854-06-25 16:30", "place": {"c2": "66", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "date-ut": "1854-06-25 16:18:20"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2655"}, "ids-in-sources": {"a2": "2655"}}, "raw": {"H": "16", "MN": "18", "TZ": "0", "COD": "66", "COU": "F", "DAY": "25", "LAT": "42N42", "LON": "2E55", "MON": "6", "NUM": "2655", "PRO": "S", "SEC": "20", "YEA": "1854", "CITY": "PERPIGNAN"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-72"}, "ids-in-source": {"g55": "09-72"}}, "raw": {"DAY": "25-6-1854", "HOUR": "16 h. 30", "NAME": "DEPERET Charles", "PLACE": "Perpignan (Pyrénées-Orientales)."}, "date": "2023-08-20T14:49:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
819	gauthier-bernard-1924-09-22	{"a1": "819", "g55": "03-145", "3a_sports": "1803", "cfepp-final3": "305"}	{"g55": "03-145", "cfepp": "CF-305", "cpara": "CP-200", "ertel": "ES-1803", "lerrcp": "A1-819"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Gauthier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1924-09-22 18:00", "note": null, "place": {"c1": null, "c2": "26", "c3": "", "cy": "FR", "lg": 4.9, "lat": 44.93333, "name": "Beaumoni-Monteux", "geoid": 0}, "notime": null, "date-ut": "1924-09-22 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Gauthier"}, "birth": {"tzo": "+01:00", "date": "1924-09-22 18:00", "place": {"c2": "26", "cy": "FR", "lg": 4.9, "lat": 44.93333, "name": "Beaumont-Monteu", "geoid": 0}, "date-ut": "1924-09-22 17:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-819"}, "ids-in-sources": {"a1": "819"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "26", "COU": "F", "DAY": "22", "LAT": "44N56", "LON": "4E54", "MON": "9", "NUM": "819", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "BEAUMONT-MONTEU"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-09-22 18:00"}, "partial-ids": {"ertel": "ES-1803"}}, "raw": {"L": "", "MF": "", "NR": "1803", "ENG": "1", "MA_": "2", "G_NR": "819", "MA12": "1", "MARS": "2", "NAME": "Gauthier", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "42,100", "STUND": "18,00", "CFEPNR": "305", "EXTEND": "1", "NATION": "FRA", "TAGMON": "22.09.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "200", "VORNAME": "Bernard", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "22.09.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1924-09-22 18:00", "place": {"c3": ""}, "date-ut": "1924-09-22 17:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "305"}}, "raw": {"S": "1", "LT": "18 00", "LV": "FI", "TR": "f", "UT": "17 00", "LAT": "+45.02", "SRC": "ALG", "LONG": "-04.91", "NAME": "GAUTHIER Bernard", "SPORT": "Cycling", "LOC_DATE": "1924 09 22", "UNIV_DATE": "1924 09 22", "BIRTH_PLACE": "BEAUMONT MONTEUX", "POSTAL_CODE": "26600"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Beaumoni-Monteux"}}, "partial-ids": {"g55": "03-145"}, "ids-in-source": {"g55": "03-145"}}, "raw": {"DAY": "22-9-1924", "HOUR": "18 h.", "NAME": "GAUTHIER Bernard", "PLACE": "Beaumoni-Monteux (Drôme)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
817	galateau-fabien-1913-07-23	{"a1": "817", "g55": "03-143", "3a_sports": "1751"}	{"g55": "03-143", "ertel": "ES-1751", "lerrcp": "A1-817"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fabien", "family": "Galateau", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1913-07-23 13:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Nanteuil-la-Fosse", "geoid": 0}, "notime": null, "date-ut": "1913-07-23 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Fabien", "family": "Galateau"}, "birth": {"tzo": "+00:00", "date": "1913-07-23 13:00", "place": {"c2": "51", "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Nanteuil-la-Fos", "geoid": 0}, "date-ut": "1913-07-23 13:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-817"}, "ids-in-sources": {"a1": "817"}}, "raw": {"H": "13", "MN": "0", "TZ": "0", "COD": "51", "COU": "F", "DAY": "23", "LAT": "48N57", "LON": "4E22", "MON": "7", "NUM": "817", "PRO": "C", "SEC": "0", "YEA": "1913", "CITY": "NANTEUIL-LA-FOS"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1913-07-23 13:00"}, "partial-ids": {"ertel": "ES-1751"}}, "raw": {"L": "", "MF": "", "NR": "1751", "ENG": "", "MA_": "0", "G_NR": "817", "MA12": "6", "MARS": "16", "NAME": "Galateau", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,900", "CSINR": "", "KURTZ": "", "PHAS_": "80,500", "STUND": "13,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Fabien", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "23.07.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Nanteuil-la-Fosse"}}, "partial-ids": {"g55": "03-143"}, "ids-in-source": {"g55": "03-143"}}, "raw": {"DAY": "23-7-1913", "HOUR": "13 h.", "NAME": "GALATEAU Fabien", "PLACE": "Nanteuil-la-Fosse (Marne)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
4741	deprez-marcel-1843-12-29	{"a2": "2656", "g55": "09-73"}	{"g55": "09-73", "lerrcp": "A2-2656"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Deprez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:36", "date": "1843-12-29 13:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.9, "lat": 47.9, "name": "Aillant-sur-Mouilleron", "geoid": 0}, "notime": null, "date-ut": "1843-12-29 12:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Deprez"}, "birth": {"tzo": "+00:07:36", "date": "1843-12-29 13:00", "place": {"c2": "45", "cy": "FR", "lg": 1.9, "lat": 47.9, "name": "Aillant-sur-Mouil", "geoid": 0}, "date-ut": "1843-12-29 12:52:24"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2656"}, "ids-in-sources": {"a2": "2656"}}, "raw": {"H": "12", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "29", "LAT": "47N54", "LON": "1E54", "MON": "12", "NUM": "2656", "PRO": "S", "SEC": "24", "YEA": "1843", "CITY": "AILLANT S/MOUIL"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Aillant-sur-Mouilleron"}}, "partial-ids": {"g55": "09-73"}, "ids-in-source": {"g55": "09-73"}}, "raw": {"DAY": "31-12-1843", "HOUR": "15 h.", "NAME": "DEPREZ Marcel", "PLACE": "Aillant-sur-Mouilleron (Loiret)."}, "date": "2023-08-20T14:49:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4745	deveaux-henri-1862-07-06	{"a2": "2660", "g55": "09-75"}	{"g55": "09-75", "lerrcp": "A2-2660"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Deveaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:24", "date": "1862-07-06 18:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -1.0988, "lat": 45.73209, "name": "Étaules", "geoid": 3019436}, "notime": null, "date-ut": "1862-07-06 18:04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Deveaux"}, "birth": {"tzo": "-00:04:24", "date": "1862-07-06 18:00", "place": {"c2": "17", "cy": "FR", "lg": -1.0988, "lat": 45.73209, "name": "Étaules", "geoid": 3019436}, "date-ut": "1862-07-06 18:04:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2660"}, "ids-in-sources": {"a2": "2660"}}, "raw": {"H": "18", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "6", "LAT": "46N 9", "LON": "1W10", "MON": "7", "NUM": "2660", "PRO": "S", "SEC": "40", "YEA": "1862", "CITY": "ETAULES"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-75"}, "ids-in-source": {"g55": "09-75"}}, "raw": {"DAY": "6-7-1862", "HOUR": "18 h.", "NAME": "DEVEAUX Henri", "PLACE": "Etaules (Charente-Maritime)."}, "date": "2023-08-20T14:49:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
822	georget-emile-1881-11-21	{"a1": "822", "g55": "03-148", "3a_sports": "1825", "cfepp-final3": "1084"}	{"g55": "03-148", "cfepp": "CF-1084", "ertel": "ES-1825", "lerrcp": "A1-822"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Georget", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:03:51", "date": "1881-11-21 06:00", "note": null, "place": {"c1": null, "c2": "37", "c3": "", "cy": "FR", "lg": 0.96162, "lat": 46.83177, "name": "Bossay-sur-Claise", "geoid": 3031452}, "notime": null, "date-ut": "1881-11-21 05:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Georget"}, "birth": {"tzo": "+00:03:51", "date": "1881-11-21 06:00", "place": {"c2": "37", "cy": "FR", "lg": 0.96162, "lat": 46.83177, "name": "Bossay-sur-Claise", "geoid": 3031452}, "date-ut": "1881-11-21 05:57:12"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-822"}, "ids-in-sources": {"a1": "822"}}, "raw": {"H": "5", "MN": "57", "TZ": "0", "COD": "37", "COU": "F", "DAY": "21", "LAT": "47N24", "LON": "0E42", "MON": "11", "NUM": "822", "PRO": "C", "SEC": "12", "YEA": "1881", "CITY": "BOSSAY-S/CLAISE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1881-11-21 06:00"}, "partial-ids": {"ertel": "ES-1825"}}, "raw": {"L": "", "MF": "", "NR": "1825", "ENG": "", "MA_": "1", "G_NR": "822", "MA12": "5", "MARS": "13", "NAME": "Georget", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,800", "CSINR": "", "KURTZ": "", "PHAS_": "0,600", "STUND": "6,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.11.", "ZITATE": "DGO", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Emile", "ZITRANG": "4", "GAUQ1955": "+", "GEBDATUM": "21.11.1881", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1881-11-21 06:00", "place": {"c3": ""}, "date-ut": "1881-11-21 05:56"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "1084"}}, "raw": {"S": "5", "LT": "06 00", "LV": "I", "TR": "f", "UT": "05 56", "LAT": "+46.83", "SRC": "ALG F", "LONG": "-00.96", "NAME": "GEORGET Emile", "SPORT": "Cycling", "LOC_DATE": "1881 11 21", "UNIV_DATE": "1881 11 21", "BIRTH_PLACE": "BOSSAY SUR CLAISE", "POSTAL_CODE": "37290"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-148"}, "ids-in-source": {"g55": "03-148"}}, "raw": {"DAY": "21-11-1881", "HOUR": "6 h.", "NAME": "GEORGET Emile", "PLACE": "Bossay-sur-Claise (Indre-et-Loire)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
824	goasmat-jean-1913-03-28	{"a1": "824", "g55": "03-150", "3a_sports": "1885"}	{"g55": "03-150", "ertel": "ES-1885", "lerrcp": "A1-824"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Goasmat", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1913-03-28 19:00", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -2.73333, "lat": 47.66667, "name": "Kerdonio", "geoid": 0}, "notime": null, "date-ut": "1913-03-28 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Goasmat"}, "birth": {"tzo": "+00:00", "date": "1913-03-28 19:00", "place": {"c2": "56", "cy": "FR", "lg": -2.73333, "lat": 47.66667, "name": "Kerdonio", "geoid": 0}, "date-ut": "1913-03-28 19:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-824"}, "ids-in-sources": {"a1": "824"}}, "raw": {"H": "19", "MN": "0", "TZ": "0", "COD": "56", "COU": "F", "DAY": "28", "LAT": "47N40", "LON": "2W44", "MON": "3", "NUM": "824", "PRO": "C", "SEC": "0", "YEA": "1913", "CITY": "KERDONIO"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1913-03-28 19:00"}, "partial-ids": {"ertel": "ES-1885"}}, "raw": {"L": "", "MF": "", "NR": "1885", "ENG": "", "MA_": "0", "G_NR": "824", "MA12": "8", "MARS": "24", "NAME": "Goasmat", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,600", "CSINR": "", "KURTZ": "", "PHAS_": "65,500", "STUND": "19,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.03.", "ZITATE": "O", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean Marie", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "28.03.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Kerdonio"}}, "partial-ids": {"g55": "03-150"}, "ids-in-source": {"g55": "03-150"}}, "raw": {"DAY": "28-3-1913", "HOUR": "19 h.", "NAME": "GOASMAT Jean-Marie", "PLACE": "Kerdonio (Morbihan)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
4746	ditte-alfred-1843-10-20	{"a2": "2661", "g55": "09-76"}	{"g55": "09-76", "lerrcp": "A2-2661"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Ditte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:42", "date": "1843-10-20 07:44:58", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1843-10-20 07:51:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Ditte"}, "birth": {"tzo": "-00:06:42", "date": "1843-10-20 07:44:58", "place": {"c2": "35", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1843-10-20 07:51:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2661"}, "ids-in-sources": {"a2": "2661"}}, "raw": {"H": "7", "MN": "51", "TZ": "0", "COD": "35", "COU": "F", "DAY": "20", "LAT": "48N 7", "LON": "1W40", "MON": "10", "NUM": "2661", "PRO": "S", "SEC": "40", "YEA": "1843", "CITY": "RENNES"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-76"}, "ids-in-source": {"g55": "09-76"}}, "raw": {"DAY": "20-10-1843", "HOUR": "7 h. 45", "NAME": "DITTE Alfred", "PLACE": "Rennes (Ille-et-Vilaine)."}, "date": "2023-08-20T14:49:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4748	douville-henri-1846-06-15	{"a2": "2663", "g55": "09-78"}	{"g55": "09-78", "lerrcp": "A2-2663"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Douville", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1846-06-15 03:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1846-06-15 02:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Douville"}, "birth": {"tzo": "+00:05:46", "date": "1846-06-15 03:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1846-06-15 02:54:16"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2663"}, "ids-in-sources": {"a2": "2663"}}, "raw": {"H": "2", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "15", "LAT": "43N37", "LON": "1E26", "MON": "6", "NUM": "2663", "PRO": "S", "SEC": "16", "YEA": "1846", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-78"}, "ids-in-source": {"g55": "09-78"}}, "raw": {"DAY": "15-6-1846", "HOUR": "3 h.", "NAME": "DOUVILLE Henri", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:49:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
830	guimbretiere-marcel-1909-12-04	{"a1": "830", "g55": "03-153", "3a_sports": "2023"}	{"g55": "03-153", "ertel": "ES-2023", "lerrcp": "A1-830"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Guimbretiere", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1909-12-04 08:00", "note": null, "place": {"c1": null, "c2": "85", "c3": null, "cy": "FR", "lg": -1.41667, "lat": 46.66667, "name": "Sables-d’Olonne", "geoid": 0}, "notime": null, "date-ut": "1909-12-04 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Guimbretiere"}, "birth": {"tzo": "+00:09:21", "date": "1909-12-04 08:00", "place": {"c2": "85", "cy": "FR", "lg": -1.41667, "lat": 46.66667, "name": "Sables D'Olonne", "geoid": 0}, "date-ut": "1909-12-04 07:50:40"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-830"}, "ids-in-sources": {"a1": "830"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "85", "COU": "F", "DAY": "4", "LAT": "46N40", "LON": "1W25", "MON": "12", "NUM": "830", "PRO": "C", "SEC": "40", "YEA": "1909", "CITY": "SABLES D'OLONNE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1909-12-04 08:00"}, "partial-ids": {"ertel": "ES-2023"}}, "raw": {"L": "", "MF": "", "NR": "2023", "ENG": "", "MA_": "1", "G_NR": "830", "MA12": "10", "MARS": "28", "NAME": "Guimbretire", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,600", "CSINR": "", "KURTZ": "", "PHAS_": "56,700", "STUND": "8,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.12.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "04.12.1909", "GQBECORR": "a2", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Sables-d’Olonne"}}, "partial-ids": {"g55": "03-153"}, "ids-in-source": {"g55": "03-153"}}, "raw": {"DAY": "4-12-1909", "HOUR": "8 h.", "NAME": "GUIMBRETIERE Marcel", "PLACE": "Sables-d’Olonne (Vendée)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
828	guegan-raymond-1921-12-07	{"a1": "828", "g55": "03-152", "3a_sports": "1997"}	{"g55": "03-152", "ertel": "ES-1997", "lerrcp": "A1-828"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Guegan", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1921-12-07 02:30", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.62714, "lat": 49.5631, "name": "Laon", "geoid": 3007477}, "notime": null, "date-ut": "1921-12-07 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Guegan"}, "birth": {"tzo": "+00:00", "date": "1921-12-07 02:30", "place": {"c2": "02", "cy": "FR", "lg": 3.62714, "lat": 49.5631, "name": "Laon", "geoid": 3007477}, "date-ut": "1921-12-07 02:30"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-828"}, "ids-in-sources": {"a1": "828"}}, "raw": {"H": "2", "MN": "30", "TZ": "0", "COD": "02", "COU": "F", "DAY": "7", "LAT": "49N34", "LON": "3E37", "MON": "12", "NUM": "828", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "LAON"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-12-07 02:30"}, "partial-ids": {"ertel": "ES-1997"}}, "raw": {"L": "", "MF": "", "NR": "1997", "ENG": "1", "MA_": "2", "G_NR": "828", "MA12": "1", "MARS": "1", "NAME": "Guegan", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,200", "CSINR": "", "KURTZ": "", "PHAS_": "44,900", "STUND": "2,50", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "07.12.", "ZITATE": "O", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Raymond", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "07.12.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-152"}, "ids-in-source": {"g55": "03-152"}}, "raw": {"DAY": "7-12-1921", "HOUR": "2 h. 30", "NAME": "GUEGAN Raymond", "PLACE": "Laon (Aisne)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
4750	duchartre-pierre-1811-10-27	{"a2": "2665", "g55": "09-80"}	{"g55": "09-80", "lerrcp": "A2-2665"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Duchartre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:20", "date": "1811-10-27 21:30", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.33523, "lat": 43.30467, "name": "Portiragnes", "geoid": 2985972}, "notime": null, "date-ut": "1811-10-27 21:14:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Duchartre"}, "birth": {"tzo": "+00:13:20", "date": "1811-10-27 21:30", "place": {"c2": "34", "cy": "FR", "lg": 3.33523, "lat": 43.30467, "name": "Portiragnes", "geoid": 2985972}, "date-ut": "1811-10-27 21:14:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2665"}, "ids-in-sources": {"a2": "2665"}}, "raw": {"H": "21", "MN": "14", "TZ": "0", "COD": "34", "COU": "F", "DAY": "27", "LAT": "43N37", "LON": "3E53", "MON": "10", "NUM": "2665", "PRO": "S", "SEC": "28", "YEA": "1811", "CITY": "PORTIRAGNES"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-80"}, "ids-in-source": {"g55": "09-80"}}, "raw": {"DAY": "27-10-1811", "HOUR": "21 h. 30", "NAME": "DUCHARTRE Pierre", "PLACE": "Portiragues (Hérault)."}, "date": "2023-08-20T14:49:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4756	dupuy-lome-henri-1816-10-15	{"a2": "2671", "g55": "09-82"}	{"g55": "09-82", "lerrcp": "A2-2671"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Dupuy Lome Henri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:13:43", "date": "1816-10-15 05:00", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -3.42952, "lat": 47.73512, "name": "Ploemeur", "geoid": 2986732}, "notime": null, "date-ut": "1816-10-15 05:10:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "", "family": "Dupuy Lome Henri"}, "birth": {"tzo": "-00:13:43", "date": "1816-10-15 05:00", "place": {"c2": "56", "cy": "FR", "lg": -3.42952, "lat": 47.73512, "name": "Ploemeur", "geoid": 2986732}, "date-ut": "1816-10-15 05:10:56"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2671"}, "ids-in-sources": {"a2": "2671"}}, "raw": {"H": "5", "MN": "10", "TZ": "0", "COD": "56", "COU": "F", "DAY": "15", "LAT": "47N40", "LON": "2W44", "MON": "10", "NUM": "2671", "PRO": "S", "SEC": "56", "YEA": "1816", "CITY": "PLOEMEUR"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-82"}, "ids-in-source": {"g55": "09-82"}}, "raw": {"DAY": "15-10-1816", "HOUR": "5 h.", "NAME": "DUPUY de LOME Henry", "PLACE": "Ploemeur (Morbihan)."}, "date": "2023-08-20T14:49:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4757	durand-vieil-georges-1875-03-11	{"a2": "2672", "g55": "09-83"}	{"g55": "09-83", "lerrcp": "A2-2672"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Durand-Vieil", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:26", "date": "1875-03-11 20:26:06", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1875-03-11 20:25:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Durand-Vieil"}, "birth": {"tzo": "+00:00:26", "date": "1875-03-11 20:26:06", "place": {"c2": "76", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1875-03-11 20:25:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2672"}, "ids-in-sources": {"a2": "2672"}}, "raw": {"H": "20", "MN": "25", "TZ": "0", "COD": "76", "COU": "F", "DAY": "11", "LAT": "49N26", "LON": "1E 5", "MON": "3", "NUM": "2672", "PRO": "S", "SEC": "40", "YEA": "1875", "CITY": "LE HAVRE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-83"}, "ids-in-source": {"g55": "09-83"}}, "raw": {"DAY": "11-3-1875", "HOUR": "20 h. 30", "NAME": "DURAND-VIEIL Georges", "PLACE": "Le Havre (Seine-Infér.)."}, "date": "2023-08-20T14:49:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
834	jacquelin-edmond-1875-03-31	{"a1": "834", "g55": "03-157", "3a_sports": "2193", "cfepp-final3": "318"}	{"g55": "03-157", "cfepp": "CF-318", "cpara": "CP-239", "ertel": "ES-2193", "lerrcp": "A1-834"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Jacquelin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:18:47", "date": "1875-03-31 10:00", "note": null, "place": {"c1": null, "c2": "21", "c3": "", "cy": "FR", "lg": 4.69672, "lat": 46.91292, "name": "Santenay", "geoid": 2976114}, "notime": null, "date-ut": "1875-03-31 09:41"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Jacquelin"}, "birth": {"tzo": "+00:18:47", "date": "1875-03-31 10:00", "place": {"c2": "21", "cy": "FR", "lg": 4.69672, "lat": 46.91292, "name": "Santenay", "geoid": 2976114}, "date-ut": "1875-03-31 09:39:52"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-834"}, "ids-in-sources": {"a1": "834"}}, "raw": {"H": "9", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "31", "LAT": "47N19", "LON": "5E 2", "MON": "3", "NUM": "834", "PRO": "C", "SEC": "52", "YEA": "1875", "CITY": "SANTENAY"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1875-03-31 10:00"}, "partial-ids": {"ertel": "ES-2193"}}, "raw": {"L": "", "MF": "", "NR": "2193", "ENG": "", "MA_": "1", "G_NR": "834", "MA12": "7", "MARS": "20", "NAME": "Jacquelin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,900", "CSINR": "", "KURTZ": "d", "PHAS_": "42,000", "STUND": "10,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "31.03.", "ZITATE": "DGHO", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "239", "VORNAME": "Edmond", "ZITRANG": "5", "GAUQ1955": "+", "GEBDATUM": "31.03.1875", "GQBECORR": "c", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1875-03-31 10:00", "place": {"c3": ""}, "date-ut": "1875-03-31 09:41"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "318"}}, "raw": {"S": "7", "LT": "10 00", "LV": "M", "TR": "f", "UT": "09 41", "LAT": "+46.91", "SRC": "ALG", "LONG": "-04.70", "NAME": "JACQUELIN Edmond", "SPORT": "Cycling", "LOC_DATE": "1875 03 31", "UNIV_DATE": "1875 03 31", "BIRTH_PLACE": "SANTENAY", "POSTAL_CODE": "21590"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-157"}, "ids-in-source": {"g55": "03-157"}}, "raw": {"DAY": "31-3-1875", "HOUR": "10 h.", "NAME": "JACQUELIN Edmond", "PLACE": "Santenay (Côte-d’Or)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
832	idee-emile-1920-07-19	{"a1": "832", "g55": "03-156", "3a_sports": "2174", "cfepp-final3": "317"}	{"g55": "03-156", "cfepp": "CF-317", "cpara": "CP-238", "ertel": "ES-2174", "lerrcp": "A1-832"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Idee", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1920-07-19 02:00", "note": null, "place": {"c1": null, "c2": "02", "c3": "", "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Nouvion-le-Comte", "geoid": 0}, "notime": null, "date-ut": "1920-07-19 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Idee"}, "birth": {"tzo": "+01:00", "date": "1920-07-19 02:00", "place": {"c2": "02", "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Nouvion-le-Comt", "geoid": 0}, "date-ut": "1920-07-19 01:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-832"}, "ids-in-sources": {"a1": "832"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "02", "COU": "F", "DAY": "19", "LAT": "49N34", "LON": "3E37", "MON": "7", "NUM": "832", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "NOUVION-LE-COMT"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-07-19 02:00"}, "partial-ids": {"ertel": "ES-2174"}}, "raw": {"L": "", "MF": "", "NR": "2174", "ENG": "", "MA_": "1", "G_NR": "832", "MA12": "7", "MARS": "21", "NAME": "Idée", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,900", "CSINR": "", "KURTZ": "", "PHAS_": "13,800", "STUND": "2,00", "CFEPNR": "317", "EXTEND": "", "NATION": "FRA", "TAGMON": "19.07.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "238", "VORNAME": "Emile", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "19.07.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1920-07-19 02:00", "place": {"c3": ""}, "date-ut": "1920-07-19 01:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "317"}}, "raw": {"S": "7", "LT": "02 00", "LV": "F", "TR": "f", "UT": "01 00", "LAT": "+49.70", "SRC": "ALG", "LONG": "-03.46", "NAME": "IDEE Emile", "SPORT": "Cycling", "LOC_DATE": "1920 07 19", "UNIV_DATE": "1920 07 19", "BIRTH_PLACE": "NOUVION LE COMTE", "POSTAL_CODE": "02800"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Nouvion-le-Comte"}}, "partial-ids": {"g55": "03-156"}, "ids-in-source": {"g55": "03-156"}}, "raw": {"DAY": "19-7-1920", "HOUR": "2 h.", "NAME": "IDEE Emile", "PLACE": "Nouvion-le-Comte (Aisne)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
4759	esclangon-ernest-1876-03-17	{"a2": "2674", "g55": "09-85"}	{"g55": "09-85", "lerrcp": "A2-2674"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Esclangon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:22", "date": "1876-03-17 20:00", "note": null, "place": {"c1": null, "c2": "04", "c3": null, "cy": "FR", "lg": 5.84025, "lat": 44.26459, "name": "Mison", "geoid": 2993697}, "notime": null, "date-ut": "1876-03-17 19:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Esclangon"}, "birth": {"tzo": "+00:23:22", "date": "1876-03-17 20:00", "place": {"c2": "04", "cy": "FR", "lg": 5.84025, "lat": 44.26459, "name": "Mison", "geoid": 2993697}, "date-ut": "1876-03-17 19:35"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2674"}, "ids-in-sources": {"a2": "2674"}}, "raw": {"H": "19", "MN": "35", "TZ": "0", "COD": "04", "COU": "F", "DAY": "17", "LAT": "44N 6", "LON": "6E15", "MON": "3", "NUM": "2674", "PRO": "S", "SEC": "0", "YEA": "1876", "CITY": "MISON"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-85"}, "ids-in-source": {"g55": "09-85"}}, "raw": {"DAY": "17-3-1876", "HOUR": "20 h.", "NAME": "ESCLANGON Ernest", "PLACE": "Mison (Basses-Alpes)."}, "date": "2023-08-20T14:49:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4761	fabre-jean-1823-12-21	{"a2": "2676", "g55": "09-86"}	{"g55": "09-86", "lerrcp": "A2-2676"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Fabre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:57", "date": "1823-12-21 16:00", "note": null, "place": {"c1": null, "c2": "12", "c3": null, "cy": "FR", "lg": 2.98648, "lat": 44.21581, "name": "Saint-Léons", "geoid": 2978777}, "notime": null, "date-ut": "1823-12-21 15:49:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Fabre"}, "birth": {"tzo": "+00:11:57", "date": "1823-12-21 16:00", "place": {"c2": "12", "cy": "FR", "lg": 2.98648, "lat": 44.21581, "name": "Saint-Léons", "geoid": 2978777}, "date-ut": "1823-12-21 15:49:44"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2676"}, "ids-in-sources": {"a2": "2676"}}, "raw": {"H": "15", "MN": "49", "TZ": "0", "COD": "12", "COU": "F", "DAY": "21", "LAT": "44N21", "LON": "2E34", "MON": "12", "NUM": "2676", "PRO": "S", "SEC": "44", "YEA": "1823", "CITY": "ST LEONS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-86"}, "ids-in-source": {"g55": "09-86"}}, "raw": {"DAY": "21-12-1823", "HOUR": "16 h.", "NAME": "FABRE Henri", "PLACE": "Saint-Léons (Aveyron)."}, "date": "2023-08-20T14:49:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4763	fabry-eugene-1856-10-16	{"a2": "2678", "g55": "09-87"}	{"g55": "09-87", "lerrcp": "A2-2678"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Fabry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1856-10-16 21:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1856-10-16 20:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Fabry"}, "birth": {"tzo": "+00:21:31", "date": "1856-10-16 21:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1856-10-16 20:38:32"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2678"}, "ids-in-sources": {"a2": "2678"}}, "raw": {"H": "20", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "16", "LAT": "43N18", "LON": "5E22", "MON": "10", "NUM": "2678", "PRO": "S", "SEC": "32", "YEA": "1856", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-87"}, "ids-in-source": {"g55": "09-87"}}, "raw": {"DAY": "16-10-1854", "HOUR": "21 h.", "NAME": "FABRY Eugène", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:49:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
839	lapebie-roger-1911-01-16	{"a1": "839", "g55": "03-160", "3a_sports": "2360", "cfepp-final3": "323"}	{"g55": "03-160", "cfepp": "CF-323", "cpara": "CP-267", "ertel": "ES-2360", "lerrcp": "A1-839"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Lapebie", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1911-01-16 21:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "notime": null, "date-ut": "1911-01-16 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Lapebie"}, "birth": {"tzo": "+00:09:21", "date": "1911-01-16 21:00", "place": {"c2": "64", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "date-ut": "1911-01-16 20:50:40"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-839"}, "ids-in-sources": {"a1": "839"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "64", "COU": "F", "DAY": "16", "LAT": "43N18", "LON": "0W22", "MON": "1", "NUM": "839", "PRO": "C", "SEC": "40", "YEA": "1911", "CITY": "BAYONNE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1911-01-16 21:00"}, "partial-ids": {"ertel": "ES-2360"}}, "raw": {"L": "", "MF": "", "NR": "2360", "ENG": "", "MA_": "1", "G_NR": "839", "MA12": "9", "MARS": "27", "NAME": "Lapébie", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,500", "CSINR": "", "KURTZ": "", "PHAS_": "98,300", "STUND": "21,00", "CFEPNR": "323", "EXTEND": "", "NATION": "FRA", "TAGMON": "16.01.", "ZITATE": "DSFO", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "267", "VORNAME": "Roger", "ZITRANG": "5", "GAUQ1955": "+", "GEBDATUM": "16.01.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1911-01-16 21:00", "place": {"c3": ""}, "date-ut": "1911-01-16 20:51"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "323"}}, "raw": {"S": "9", "LT": "21 00", "LV": "FI", "TR": "f", "UT": "20 51", "LAT": "+43.49", "SRC": "ALG", "LONG": "+01.48", "NAME": "LAPEBIE Henri", "SPORT": "Cycling", "LOC_DATE": "1911 01 16", "UNIV_DATE": "1911 01 16", "BIRTH_PLACE": "BAYONNE", "POSTAL_CODE": "64109 CEDEX"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-160"}, "ids-in-source": {"g55": "03-160"}}, "raw": {"DAY": "16-1-1911", "HOUR": "21 h.", "NAME": "LAPEBIE Roger", "PLACE": "Bayonne (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
837	lamboley-jean-1920-09-10	{"a1": "837", "g55": "03-158", "3a_sports": "2339", "cfepp-final3": "321"}	{"g55": "03-158", "cfepp": "CF-321", "cpara": "CP-264", "ertel": "ES-2339", "lerrcp": "A1-837"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lamboley", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1920-09-10 23:00", "note": null, "place": {"c1": null, "c2": "70", "c3": "", "cy": "FR", "lg": 6.76139, "lat": 47.57305, "name": "Héricourt", "geoid": 3013456}, "notime": null, "date-ut": "1920-09-10 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lamboley"}, "birth": {"tzo": "+01:00", "date": "1920-09-10 23:00", "place": {"c2": "70", "cy": "FR", "lg": 6.76139, "lat": 47.57305, "name": "Héricourt", "geoid": 3013456}, "date-ut": "1920-09-10 22:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-837"}, "ids-in-sources": {"a1": "837"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "70", "COU": "F", "DAY": "10", "LAT": "47N37", "LON": "6E 9", "MON": "9", "NUM": "837", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "HERICOURT"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-09-10 23:00"}, "partial-ids": {"ertel": "ES-2339"}}, "raw": {"L": "", "MF": "", "NR": "2339", "ENG": "", "MA_": "1", "G_NR": "837", "MA12": "7", "MARS": "20", "NAME": "Lamboley", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,600", "CSINR": "", "KURTZ": "", "PHAS_": "8,600", "STUND": "23,00", "CFEPNR": "321", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.09.", "ZITATE": "DHO", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "264", "VORNAME": "Jean Jacques", "ZITRANG": "4", "GAUQ1955": "+", "GEBDATUM": "10.09.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1920-09-10 23:00", "place": {"c3": ""}, "date-ut": "1920-09-10 22:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "321"}}, "raw": {"S": "7", "LT": "23 00", "LV": "M", "TR": "f", "UT": "22 00", "LAT": "+47.58", "SRC": "ALG", "LONG": "-06.76", "NAME": "LAMBOLEY Jean", "SPORT": "Cycling", "LOC_DATE": "1920 09 10", "UNIV_DATE": "1920 09 10", "BIRTH_PLACE": "HERICOURT", "POSTAL_CODE": "70400"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-158"}, "ids-in-source": {"g55": "03-158"}}, "raw": {"DAY": "10-9-1920", "HOUR": "23 h.", "NAME": "LAMBOLEY Jean-Jacques", "PLACE": "Heéricourt (Haute-Saône)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
4762	fabry-charles-1867-06-11	{"a2": "2677", "g55": "09-89"}	{"g55": "09-89", "lerrcp": "A2-2677"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Fabry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1867-06-11 01:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1867-06-11 00:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Fabry"}, "birth": {"tzo": "+00:21:31", "date": "1867-06-11 01:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1867-06-11 00:38:32"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2677"}, "ids-in-sources": {"a2": "2677"}}, "raw": {"H": "0", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "11", "LAT": "43N18", "LON": "5E22", "MON": "6", "NUM": "2677", "PRO": "S", "SEC": "32", "YEA": "1867", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-89"}, "ids-in-source": {"g55": "09-89"}}, "raw": {"DAY": "11-6-1867", "HOUR": "1 h.", "NAME": "FABRY Charles", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:49:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4769	ferrie-gustave-1868-11-19	{"a2": "2685", "a3": "534", "g55": "04-377"}	{"g55": "04-377", "lerrcp": "A2-2685"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Ferrie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:40", "date": "1868-11-19 08:00", "note": null, "place": {"c1": null, "c2": "73", "c3": null, "cy": "FR", "lg": 5.91667, "lat": 45.56667, "name": "Saint-Michel-de-Maurienne", "geoid": 0}, "notime": null, "date-ut": "1868-11-19 07:36:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist", "military-personnel"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Ferrie"}, "birth": {"tzo": "+00:23:40", "date": "1868-11-19 08:00", "place": {"c2": "73", "cy": "FR", "lg": 5.91667, "lat": 45.56667, "name": "Saint-Michel de Ma", "geoid": 0}, "date-ut": "1868-11-19 07:36:20"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2685"}, "ids-in-sources": {"a2": "2685"}}, "raw": {"H": "7", "MN": "36", "TZ": "0", "COD": "73", "COU": "F", "DAY": "19", "LAT": "45N34", "LON": "5E55", "MON": "11", "NUM": "2685", "PRO": "S", "SEC": "20", "YEA": "1868", "CITY": "ST MICHEL DE MA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["military-personnel"], "sources": "a3", "ids-in-sources": {"a3": "534"}}, "raw": {"H": "7", "MN": "36", "TZ": "0", "COD": "73", "COU": "F", "DAY": "19", "LAT": "45N34", "LON": "5E55", "MON": "11", "NUM": "534", "PRO": "M", "SEC": "20", "YEA": "1868", "CITY": "ST-MICHEL-DE-MA"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Michel"}}, "partial-ids": {"g55": "04-377"}, "ids-in-source": {"g55": "04-377"}}, "raw": {"DAY": "19-11-1868", "HOUR": "8 h.", "NAME": "FERRIE Gustave Auguste", "PLACE": "Saint-Michel (Savoie)."}, "date": "2023-08-20T14:48:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}, {"new": {"birth": {"place": {"name": "Saint-Michel-de-Maurienne"}}}, "raw": {"DAY": "19-11-1868", "HOUR": "8 h.", "NAME": "FERRIE Gustave", "PLACE": "Saint-Michel-de-Maurienne (Savoie)."}, "date": "2023-08-20T14:49:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4771	flahault-charles-1852-10-03	{"a2": "2687", "g55": "09-94"}	{"g55": "09-94", "lerrcp": "A2-2687"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Flahault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1852-10-03 02:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Bailleuil", "geoid": 0}, "notime": null, "date-ut": "1852-10-03 01:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Flahault"}, "birth": {"tzo": "+00:12:20", "date": "1852-10-03 02:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Bailleuil", "geoid": 0}, "date-ut": "1852-10-03 01:47:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2687"}, "ids-in-sources": {"a2": "2687"}}, "raw": {"H": "1", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "3", "LAT": "50N39", "LON": "3E 5", "MON": "10", "NUM": "2687", "PRO": "S", "SEC": "40", "YEA": "1852", "CITY": "BAILLEUIL"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Bailleuil"}}, "partial-ids": {"g55": "09-94"}, "ids-in-source": {"g55": "09-94"}}, "raw": {"DAY": "3-10-1852", "HOUR": "2 h.", "NAME": "FLAHAULT Charles", "PLACE": "Bailleuil (Nord)."}, "date": "2023-08-20T14:49:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
845	lemoine-henri-1909-06-17	{"a1": "845", "g55": "03-165", "3a_sports": "2455", "cfepp-final3": "332"}	{"g55": "03-165", "cfepp": "CF-332", "ertel": "ES-2455", "lerrcp": "A1-845"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Lemoine", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1909-06-17 21:00", "note": null, "place": {"c1": null, "c2": "91", "c3": "", "cy": "FR", "lg": 2.33333, "lat": 48.6, "name": "Massy-Palaiseau", "geoid": 0}, "notime": null, "date-ut": "1909-06-17 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Lemoine"}, "birth": {"tzo": "+00:09:21", "date": "1909-06-17 21:00", "place": {"c2": "91", "cy": "FR", "lg": 2.33333, "lat": 48.6, "name": "Massy-Palaiseau", "geoid": 0}, "date-ut": "1909-06-17 20:50:40"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-845"}, "ids-in-sources": {"a1": "845"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "91", "COU": "F", "DAY": "17", "LAT": "48N36", "LON": "2E20", "MON": "6", "NUM": "845", "PRO": "C", "SEC": "40", "YEA": "1909", "CITY": "MASSY-PALAISEAU"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1909-06-17 21:00"}, "partial-ids": {"ertel": "ES-2455"}}, "raw": {"L": "", "MF": "", "NR": "2455", "ENG": "", "MA_": "0", "G_NR": "845", "MA12": "11", "MARS": "33", "NAME": "Lemoine", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,600", "CSINR": "", "KURTZ": "", "PHAS_": "1,200", "STUND": "21,00", "CFEPNR": "332", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.06.", "ZITATE": "O", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "17.06.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1909-06-17 21:00", "place": {"c3": ""}, "date-ut": "1909-06-17 20:51"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "332"}}, "raw": {"S": "11", "LT": "21 00", "LV": "M", "TR": "f", "UT": "20 51", "LAT": "+48.73", "SRC": "AG", "LONG": "-02.28", "NAME": "LEMOINE Henri", "SPORT": "Cycling", "LOC_DATE": "1909 06 17", "UNIV_DATE": "1909 06 17", "BIRTH_PLACE": "MASSY", "POSTAL_CODE": "91305 CEDEX"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Massy-Palaiseau"}}, "partial-ids": {"g55": "03-165"}, "ids-in-source": {"g55": "03-165"}}, "raw": {"DAY": "17-6-1909", "HOUR": "21 h.", "NAME": "LEMOINE Henri", "PLACE": "Massy-Palaiseau (Seine-et-Oise)."}, "date": "2023-08-20T14:48:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
843	le-drogo-ferdinand-1903-10-10	{"a1": "843", "g55": "03-164", "3a_sports": "2403", "cfepp-final3": "327"}	{"g55": "03-164", "cfepp": "CF-327", "ertel": "ES-2403", "lerrcp": "A1-843"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Le Drogo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1903-10-10 07:00", "note": null, "place": {"c1": null, "c2": "56", "c3": "", "cy": "FR", "lg": -2.96645, "lat": 48.06835, "name": "Pontivy", "geoid": 2986160}, "notime": null, "date-ut": "1903-10-10 06:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Le Drogo"}, "birth": {"tzo": "+00:09:21", "date": "1903-10-10 07:00", "place": {"c2": "56", "cy": "FR", "lg": -2.96645, "lat": 48.06835, "name": "Pontivy", "geoid": 2986160}, "date-ut": "1903-10-10 06:50:40"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-843"}, "ids-in-sources": {"a1": "843"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "56", "COU": "F", "DAY": "10", "LAT": "47N40", "LON": "2W44", "MON": "10", "NUM": "843", "PRO": "C", "SEC": "40", "YEA": "1903", "CITY": "PONTIVY"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1903-10-10 07:00"}, "partial-ids": {"ertel": "ES-2403"}}, "raw": {"L": "", "MF": "", "NR": "2403", "ENG": "", "MA_": "1", "G_NR": "843", "MA12": "11", "MARS": "31", "NAME": "LeDrogo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,100", "CSINR": "", "KURTZ": "", "PHAS_": "87,900", "STUND": "7,00", "CFEPNR": "327", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.10.", "ZITATE": "GO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ferdinand", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "10.10.1903", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1903-10-10 07:00", "place": {"c3": ""}, "date-ut": "1903-10-10 06:51"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "327"}}, "raw": {"S": "11", "LT": "07 00", "LV": "FI", "TR": "f", "UT": "06 51", "LAT": "+48.07", "SRC": "AG", "LONG": "+02.97", "NAME": "LE DROGO Ferdinand", "SPORT": "Cycling", "LOC_DATE": "1903 10 10", "UNIV_DATE": "1903 10 10", "BIRTH_PLACE": "PONTIVY", "POSTAL_CODE": "56300"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-164"}, "ids-in-source": {"g55": "03-164"}}, "raw": {"DAY": "10-10-1903", "HOUR": "7 h.", "NAME": "LE DROGO Ferdinand", "PLACE": "Pontivy (Morbihan)."}, "date": "2023-08-20T14:48:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
4773	foch-ferdinand-1851-10-02	{"a2": "2689", "a3": "539", "g55": "04-380", "afd2": "194"}	{"g55": "04-380", "lerrcp": "A2-2689", "muller": "M2-194"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Foch", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00:17", "date": "1851-10-02 22:00", "note": "LMT", "place": {"c1": null, "c2": "65", "c3": null, "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "notime": null, "date-ut": "1851-10-02 21:59:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist", "military-personnel"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Foch"}, "birth": {"tzo": "+00:00:17", "date": "1851-10-02 22:00", "place": {"c2": "65", "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "date-ut": "1851-10-02 21:59:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2689"}, "ids-in-sources": {"a2": "2689"}}, "raw": {"H": "21", "MN": "59", "TZ": "0", "COD": "65", "COU": "F", "DAY": "2", "LAT": "43N14", "LON": "0E 5", "MON": "10", "NUM": "2689", "PRO": "S", "SEC": "40", "YEA": "1851", "CITY": "TARBES"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["military-personnel"], "sources": "a3", "ids-in-sources": {"a3": "539"}}, "raw": {"H": "21", "MN": "59", "TZ": "0", "COD": "65", "COU": "F", "DAY": "2", "LAT": "43N14", "LON": "0E 5", "MON": "10", "NUM": "539", "PRO": "M", "SEC": "40", "YEA": "1851", "CITY": "TARBES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["military-personnel"], "ids-in-sources": {"afd2": "194"}}, "raw": {"CY": "F", "GQ": "G", "LG": "000 E 05", "LAT": "43 N 14", "TZO": "", "DATE": "02.10.1851", "MUID": "194", "NAME": "Foch, Ferdinand", "OCCU": "MA 07", "TIME": "22.00", "BOOKS": "56", "PLACE": "Tarbes", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"partial-ids": {"g55": "04-380"}, "ids-in-source": {"g55": "04-380"}}, "raw": {"DAY": "2-10-1851", "HOUR": "22 h.", "NAME": "FOCH Ferdinand", "PLACE": "Tarbes (Hautes-Pyrénées)."}, "date": "2023-08-20T14:48:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}, {"new": [], "raw": {"DAY": "2-10-1851", "HOUR": "22 h.", "NAME": "FOCH Ferdinand", "PLACE": "Tarbes (Hautes-Pyrénées)."}, "date": "2023-08-20T14:49:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4774	fosse-richard-1870-07-16	{"a2": "2690", "g55": "09-97"}	{"g55": "09-97", "lerrcp": "A2-2690"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Fosse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:58", "date": "1870-07-16 17:00", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 2.24088, "lat": 43.60527, "name": "Castres", "geoid": 3028263}, "notime": null, "date-ut": "1870-07-16 16:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Fosse"}, "birth": {"tzo": "+00:08:58", "date": "1870-07-16 17:00", "place": {"c2": "81", "cy": "FR", "lg": 2.24088, "lat": 43.60527, "name": "Castres", "geoid": 3028263}, "date-ut": "1870-07-16 16:51:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2690"}, "ids-in-sources": {"a2": "2690"}}, "raw": {"H": "16", "MN": "51", "TZ": "0", "COD": "81", "COU": "F", "DAY": "16", "LAT": "43N55", "LON": "2E 8", "MON": "7", "NUM": "2690", "PRO": "S", "SEC": "28", "YEA": "1870", "CITY": "CASTRES"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-97"}, "ids-in-source": {"g55": "09-97"}}, "raw": {"DAY": "16-7-1870", "HOUR": "17 h.", "NAME": "FOSSE Richard", "PLACE": "Castres (Tarn)."}, "date": "2023-08-20T14:49:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4775	fouque-ferdinand-1828-06-21	{"a2": "2691", "g55": "09-98"}	{"g55": "09-98", "lerrcp": "A2-2691"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Fouque", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:03:46", "date": "1828-06-21 15:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -0.94055, "lat": 48.64782, "name": "Mortain", "geoid": 2991699}, "notime": null, "date-ut": "1828-06-21 15:04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Fouque"}, "birth": {"tzo": "-00:03:46", "date": "1828-06-21 15:00", "place": {"c2": "50", "cy": "FR", "lg": -0.94055, "lat": 48.64782, "name": "Mortain", "geoid": 2991699}, "date-ut": "1828-06-21 15:04:20"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2691"}, "ids-in-sources": {"a2": "2691"}}, "raw": {"H": "15", "MN": "4", "TZ": "0", "COD": "50", "COU": "F", "DAY": "21", "LAT": "49N 7", "LON": "1W 5", "MON": "6", "NUM": "2691", "PRO": "S", "SEC": "20", "YEA": "1828", "CITY": "MORTAIN"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-98"}, "ids-in-source": {"g55": "09-98"}}, "raw": {"DAY": "21-6-1828", "HOUR": "15 h.", "NAME": "FOUQUE Ferdinand", "PLACE": "Mortain (Manche)."}, "date": "2023-08-20T14:49:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
847	lesueur-raoul-1912-04-29	{"a1": "847", "g55": "03-167", "3a_sports": "2472", "cfepp-final3": "333"}	{"g55": "03-167", "cfepp": "CF-333", "cpara": "CP-283", "ertel": "ES-2472", "lerrcp": "A1-847"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raoul", "family": "Lesueur", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1912-04-29 11:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1912-04-29 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Raoul", "family": "Lesueur"}, "birth": {"tzo": "+00:00", "date": "1912-04-29 11:00", "place": {"c2": "76", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1912-04-29 11:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-847"}, "ids-in-sources": {"a1": "847"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "76", "COU": "F", "DAY": "29", "LAT": "49N26", "LON": "1E 5", "MON": "4", "NUM": "847", "PRO": "C", "SEC": "0", "YEA": "1912", "CITY": "LE HAVRE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1912-04-29 11:00"}, "partial-ids": {"ertel": "ES-2472"}}, "raw": {"L": "", "MF": "", "NR": "2472", "ENG": "1", "MA_": "2", "G_NR": "847", "MA12": "1", "MARS": "3", "NAME": "Lesueur", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,500", "CSINR": "", "KURTZ": "", "PHAS_": "93,300", "STUND": "11,00", "CFEPNR": "333", "EXTEND": "1", "NATION": "FRA", "TAGMON": "29.04.", "ZITATE": "DHO", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "283", "VORNAME": "Raoul", "ZITRANG": "4", "GAUQ1955": "+", "GEBDATUM": "29.04.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1912-04-29 11:00", "place": {"c3": ""}, "date-ut": "1912-04-29 11:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "333"}}, "raw": {"S": "1", "LT": "11 00", "LV": "M", "TR": "f", "UT": "11 00", "LAT": "+49.49", "SRC": "ALG", "LONG": "-00.12", "NAME": "LESUEUR Raoul", "SPORT": "Cycling", "LOC_DATE": "1912 04 29", "UNIV_DATE": "1912 04 29", "BIRTH_PLACE": "LE HAVRE", "POSTAL_CODE": "76084 CEDEX"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-167"}, "ids-in-source": {"g55": "03-167"}}, "raw": {"DAY": "29-4-1912", "HOUR": "11 h.", "NAME": "LESUEUR Raoul", "PLACE": "Le Havre (Seine-Inférieure)."}, "date": "2023-08-20T14:48:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
849	letourneur-alfred-1907-07-25	{"a1": "849", "g55": "03-168", "3a_sports": "2476", "cfepp-final3": "335"}	{"g55": "03-168", "cfepp": "CF-335", "ertel": "ES-2476", "lerrcp": "A1-849"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Letourneur", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1907-07-25 13:00", "note": null, "place": {"c1": null, "c2": "80", "c3": "", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1907-07-25 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Letourneur"}, "birth": {"tzo": "+00:09:21", "date": "1907-07-25 13:00", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1907-07-25 12:50:40"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-849"}, "ids-in-sources": {"a1": "849"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "25", "LAT": "49N54", "LON": "2E18", "MON": "7", "NUM": "849", "PRO": "C", "SEC": "40", "YEA": "1907", "CITY": "AMIENS"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1907-07-25 13:00"}, "partial-ids": {"ertel": "ES-2476"}}, "raw": {"L": "", "MF": "", "NR": "2476", "ENG": "", "MA_": "1", "G_NR": "849", "MA12": "10", "MARS": "30", "NAME": "Letourneur", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,000", "CSINR": "", "KURTZ": "", "PHAS_": "99,900", "STUND": "13,00", "CFEPNR": "335", "EXTEND": "", "NATION": "FRA", "TAGMON": "25.07.", "ZITATE": "EO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alfred", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "25.07.1907", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1907-07-25 13:00", "place": {"c3": ""}, "date-ut": "1907-07-25 12:51"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "335"}}, "raw": {"S": "10", "LT": "13 00", "LV": "M", "TR": "f", "UT": "12 51", "LAT": "+49.90", "SRC": "AG", "LONG": "-02.31", "NAME": "LETOURNEUR Alfred", "SPORT": "Cycling", "LOC_DATE": "1907 07 25", "UNIV_DATE": "1907 07 25", "BIRTH_PLACE": "AMIENS", "POSTAL_CODE": "80027 CEDEX"}, "date": "2023-08-20T14:46:01+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-168"}, "ids-in-source": {"g55": "03-168"}}, "raw": {"DAY": "25-7-1907", "HOUR": "13 h.", "NAME": "LETOURNEUR Alfred", "PLACE": "Amiens (Somme)."}, "date": "2023-08-20T14:48:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
4777	fournier-ernest-1842-05-23	{"a2": "2693", "g55": "09-100"}	{"g55": "09-100", "lerrcp": "A2-2693"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Fournier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1842-05-23 04:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1842-05-23 03:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Fournier"}, "birth": {"tzo": "+00:05:46", "date": "1842-05-23 04:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1842-05-23 03:54:16"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2693"}, "ids-in-sources": {"a2": "2693"}}, "raw": {"H": "3", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "23", "LAT": "43N37", "LON": "1E26", "MON": "5", "NUM": "2693", "PRO": "S", "SEC": "16", "YEA": "1842", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-100"}, "ids-in-source": {"g55": "09-100"}}, "raw": {"DAY": "23-5-1842", "HOUR": "4 h.", "NAME": "FOURNIER Ernest", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:49:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4779	friedel-charles-1832-03-12	{"a2": "2695", "g55": "09-102"}	{"g55": "09-102", "lerrcp": "A2-2695"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Friedel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1832-03-12 02:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1832-03-12 01:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Friedel"}, "birth": {"tzo": "+00:30:59", "date": "1832-03-12 02:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1832-03-12 01:29"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2695"}, "ids-in-sources": {"a2": "2695"}}, "raw": {"H": "1", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "12", "LAT": "48N35", "LON": "7E45", "MON": "3", "NUM": "2695", "PRO": "S", "SEC": "0", "YEA": "1832", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-102"}, "ids-in-source": {"g55": "09-102"}}, "raw": {"DAY": "12-3-1832", "HOUR": "2 h.", "NAME": "FRIEDEL Charles", "PLACE": "Strasbourg (Bas-Rhin)."}, "date": "2023-08-20T14:49:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
852	mallet-auguste-1913-05-03	{"a1": "852", "g55": "03-170", "3a_sports": "2622"}	{"g55": "03-170", "ertel": "ES-2622", "lerrcp": "A1-852"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Mallet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1913-05-03 16:30", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.49385, "lat": 49.71976, "name": "Thiergeville", "geoid": 2972860}, "notime": null, "date-ut": "1913-05-03 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Mallet"}, "birth": {"tzo": "+00:00", "date": "1913-05-03 16:30", "place": {"c2": "76", "cy": "FR", "lg": 0.49385, "lat": 49.71976, "name": "Thiergeville", "geoid": 2972860}, "date-ut": "1913-05-03 16:30"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-852"}, "ids-in-sources": {"a1": "852"}}, "raw": {"H": "16", "MN": "30", "TZ": "0", "COD": "76", "COU": "F", "DAY": "3", "LAT": "49N26", "LON": "1E 5", "MON": "5", "NUM": "852", "PRO": "C", "SEC": "0", "YEA": "1913", "CITY": "THIERGEVILLE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1913-05-03 16:30"}, "partial-ids": {"ertel": "ES-2622"}}, "raw": {"L": "", "MF": "", "NR": "2622", "ENG": "", "MA_": "1", "G_NR": "852", "MA12": "7", "MARS": "21", "NAME": "Mallet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,600", "CSINR": "", "KURTZ": "", "PHAS_": "10,800", "STUND": "16,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "03.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "August", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "03.05.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-170"}, "ids-in-source": {"g55": "03-170"}}, "raw": {"DAY": "3-5-1913", "HOUR": "16 h. 30", "NAME": "MALLET Auguste", "PLACE": "Thiergeville (Seine-Inférieure)."}, "date": "2023-08-20T14:48:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
854	marechal-jean-1910-02-27	{"a1": "854", "g55": "03-173", "3a_sports": "2673"}	{"g55": "03-173", "ertel": "ES-2673", "lerrcp": "A1-854"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Marechal", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1910-02-27 23:30", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1910-02-27 23:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Marechal"}, "birth": {"tzo": "+00:09:21", "date": "1910-02-27 23:30", "place": {"c2": "45", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1910-02-27 23:20:40"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-854"}, "ids-in-sources": {"a1": "854"}}, "raw": {"H": "23", "MN": "20", "TZ": "0", "COD": "45", "COU": "F", "DAY": "27", "LAT": "47N54", "LON": "1E54", "MON": "2", "NUM": "854", "PRO": "C", "SEC": "40", "YEA": "1910", "CITY": "ORLEANS"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1910-02-27 23:30"}, "partial-ids": {"ertel": "ES-2673"}}, "raw": {"L": "", "MF": "", "NR": "2673", "ENG": "", "MA_": "1", "G_NR": "854", "MA12": "6", "MARS": "18", "NAME": "Marechal", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,300", "CSINR": "", "KURTZ": "", "PHAS_": "92,300", "STUND": "23,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.02.", "ZITATE": "O", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "27.02.1910", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-173"}, "ids-in-source": {"g55": "03-173"}}, "raw": {"DAY": "27-2-1910", "HOUR": "23 h. 30", "NAME": "MARECHAL Jean", "PLACE": "Orléans (Loiret)."}, "date": "2023-08-20T14:48:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
4780	friedel-georges-1865-07-19	{"a2": "2696", "g55": "09-103"}	{"g55": "09-103", "lerrcp": "A2-2696"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Friedel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:19", "date": "1865-07-19 11:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "notime": null, "date-ut": "1865-07-19 10:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Friedel"}, "birth": {"tzo": "+00:29:19", "date": "1865-07-19 11:00", "place": {"c2": "68", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "date-ut": "1865-07-19 10:30:36"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2696"}, "ids-in-sources": {"a2": "2696"}}, "raw": {"H": "10", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "19", "LAT": "48N 5", "LON": "7E21", "MON": "7", "NUM": "2696", "PRO": "S", "SEC": "36", "YEA": "1865", "CITY": "MULHOUSE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-103"}, "ids-in-source": {"g55": "09-103"}}, "raw": {"DAY": "19-7-1865", "HOUR": "11 h.", "NAME": "FRIEDEL Georges", "PLACE": "Mulhouse (Haut-Rhin)."}, "date": "2023-08-20T14:49:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4781	gallieni-joseph-1849-04-24	{"a2": "2697", "a3": "560", "g55": "04-390"}	{"g55": "04-390", "lerrcp": "A2-2697"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Gallieni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:46", "date": "1849-04-24 05:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 0.69254, "lat": 42.91434, "name": "Saint-Béat", "geoid": 2981428}, "notime": null, "date-ut": "1849-04-24 04:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist", "military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Gallieni"}, "birth": {"tzo": "+00:02:46", "date": "1849-04-24 05:00", "place": {"c2": "31", "cy": "FR", "lg": 0.69254, "lat": 42.91434, "name": "Saint-Béat", "geoid": 2981428}, "date-ut": "1849-04-24 04:54:16"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2697"}, "ids-in-sources": {"a2": "2697"}}, "raw": {"H": "4", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "24", "LAT": "43N37", "LON": "1E26", "MON": "4", "NUM": "2697", "PRO": "S", "SEC": "16", "YEA": "1849", "CITY": "ST BEAT"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["military-personnel"], "sources": "a3", "ids-in-sources": {"a3": "560"}}, "raw": {"H": "4", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "24", "LAT": "43N37", "LON": "1E26", "MON": "4", "NUM": "560", "PRO": "M", "SEC": "16", "YEA": "1849", "CITY": "ST-BEAT"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-390"}, "ids-in-source": {"g55": "04-390"}}, "raw": {"DAY": "24-4-1849", "HOUR": "5 h.", "NAME": "GALLIENI Joseph Simon", "PLACE": "Saint-Béat (Haute-Garonne)."}, "date": "2023-08-20T14:48:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}, {"new": [], "raw": {"DAY": "24-4-1849", "HOUR": "5 h.", "NAME": "GALLIENI Joseph", "PLACE": "Saint-Béat (Haute-Garonne)."}, "date": "2023-08-20T14:49:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4784	gasparin-paul-1812-02-13	{"a2": "2700", "g55": "09-106"}	{"g55": "09-106", "lerrcp": "A2-2700"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Gasparin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:14", "date": "1812-02-13 13:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.81025, "lat": 44.13806, "name": "Orange", "geoid": 2989460}, "notime": null, "date-ut": "1812-02-13 12:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Gasparin"}, "birth": {"tzo": "+00:19:14", "date": "1812-02-13 13:00", "place": {"c2": "84", "cy": "FR", "lg": 4.81025, "lat": 44.13806, "name": "Orange", "geoid": 2989460}, "date-ut": "1812-02-13 12:40:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2700"}, "ids-in-sources": {"a2": "2700"}}, "raw": {"H": "12", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "13", "LAT": "43N57", "LON": "4E50", "MON": "2", "NUM": "2700", "PRO": "S", "SEC": "40", "YEA": "1812", "CITY": "ORANGE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-106"}, "ids-in-source": {"g55": "09-106"}}, "raw": {"DAY": "13-2-1812", "HOUR": "13 h.", "NAME": "GASPARIN (de) Paul", "PLACE": "Orange (Vaucluse)."}, "date": "2023-08-20T14:49:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
860	moineau-julien-1903-11-27	{"a1": "860", "g55": "03-179", "3a_sports": "2896", "cfepp-final3": "347"}	{"g55": "03-179", "cfepp": "CF-347", "ertel": "ES-2896", "lerrcp": "A1-860"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julien", "family": "Moineau", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1903-11-27 10:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.30952, "lat": 48.90018, "name": "Clichy", "geoid": 3024597}, "notime": null, "date-ut": "1903-11-27 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Julien", "family": "Moineau"}, "birth": {"tzo": "+00:09:21", "date": "1903-11-27 10:00", "place": {"c2": "92", "cy": "FR", "lg": 2.30952, "lat": 48.90018, "name": "Clichy", "geoid": 3024597}, "date-ut": "1903-11-27 09:50:40"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-860"}, "ids-in-sources": {"a1": "860"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "92", "COU": "F", "DAY": "27", "LAT": "48N50", "LON": "2E11", "MON": "11", "NUM": "860", "PRO": "C", "SEC": "40", "YEA": "1903", "CITY": "CLICHY"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1903-11-27 10:00"}, "partial-ids": {"ertel": "ES-2896"}}, "raw": {"L": "", "MF": "", "NR": "2896", "ENG": "0", "MA_": "2", "G_NR": "860", "MA12": "12", "MARS": "36", "NAME": "Moineau", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,300", "CSINR": "", "KURTZ": "", "PHAS_": "47,900", "STUND": "10,00", "CFEPNR": "347", "EXTEND": "1", "NATION": "FRA", "TAGMON": "27.11.", "ZITATE": "O", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Julien", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "27.11.1903", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1903-11-27 10:00", "place": {"c3": ""}, "date-ut": "1903-11-27 09:51"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "347"}}, "raw": {"S": "12", "LT": "10 00", "LV": "I", "TR": "f", "UT": "09 51", "LAT": "+48.91", "SRC": "AG", "LONG": "-02.32", "NAME": "MOINEAU Julien", "SPORT": "Cycling", "LOC_DATE": "1903 11 27", "UNIV_DATE": "1903 11 27", "BIRTH_PLACE": "CLICHY", "POSTAL_CODE": "92112 CEDEX"}, "date": "2023-08-20T14:46:01+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-179"}, "ids-in-source": {"g55": "03-179"}}, "raw": {"DAY": "27-11-1903", "HOUR": "10 h.", "NAME": "MOINEAU Julien", "PLACE": "Clichy (Seine)."}, "date": "2023-08-20T14:48:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
858	minardi-louis-1908-06-19	{"a1": "858", "g55": "03-177", "3a_sports": "2876", "cfepp-final3": "344"}	{"g55": "03-177", "cfepp": "CF-344", "ertel": "ES-2876", "lerrcp": "A1-858"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Minardi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1908-06-19 10:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1908-06-19 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Minardi"}, "birth": {"tzo": "+00:09:21", "date": "1908-06-19 15:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1908-06-19 14:50:40"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-858"}, "ids-in-sources": {"a1": "858"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "06", "COU": "F", "DAY": "19", "LAT": "43N42", "LON": "7E16", "MON": "6", "NUM": "858", "PRO": "C", "SEC": "40", "YEA": "1908", "CITY": "NICE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1908-06-19 15:00"}, "partial-ids": {"ertel": "ES-2876"}}, "raw": {"L": "", "MF": "", "NR": "2876", "ENG": "1", "MA_": "2", "G_NR": "858", "MA12": "4", "MARS": "12", "NAME": "Minardi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,600", "CSINR": "", "KURTZ": "", "PHAS_": "74,700", "STUND": "15,00", "CFEPNR": "344", "EXTEND": "1", "NATION": "FRA", "TAGMON": "19.06.", "ZITATE": "O", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Louis", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "19.06.1908", "GQBECORR": "c", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "minardi-louis-1908-06-19", "birth": {"date": "1908-06-19 10:00", "place": {"c3": ""}, "date-ut": "1908-06-19 09:51"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "344"}}, "raw": {"S": "2", "LT": "10 00", "LV": "F", "TR": "f", "UT": "09 51", "LAT": "+43.70", "SRC": "AG", "LONG": "-07.26", "NAME": "MINARDI Louis", "SPORT": "Cycling", "LOC_DATE": "1908 06 19", "UNIV_DATE": "1908 06 19", "BIRTH_PLACE": "NICE", "POSTAL_CODE": "06074 CEDEX"}, "date": "2023-08-20T14:46:01+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-177"}, "ids-in-source": {"g55": "03-177"}}, "raw": {"DAY": "19-6-1908", "HOUR": "15 h.", "NAME": "MINARDI Louis", "PLACE": "Nice (Alpes-Maritimes)."}, "date": "2023-08-20T14:48:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
4786	gayon-ulysse-1845-05-08	{"a2": "2702", "g55": "09-107"}	{"g55": "09-107", "lerrcp": "A2-2702"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ulysse", "family": "Gayon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01:16", "date": "1845-05-08 07:00", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": 0.31861, "lat": 45.61604, "name": "Bouëx", "geoid": 3031298}, "notime": null, "date-ut": "1845-05-08 06:59:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Ulysse", "family": "Gayon"}, "birth": {"tzo": "+00:01:16", "date": "1845-05-08 07:00", "place": {"c2": "16", "cy": "FR", "lg": 0.31861, "lat": 45.61604, "name": "Bouëx", "geoid": 3031298}, "date-ut": "1845-05-08 06:59:20"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2702"}, "ids-in-sources": {"a2": "2702"}}, "raw": {"H": "6", "MN": "59", "TZ": "0", "COD": "16", "COU": "F", "DAY": "8", "LAT": "45N39", "LON": "0E10", "MON": "5", "NUM": "2702", "PRO": "S", "SEC": "20", "YEA": "1845", "CITY": "BOUEX"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-107"}, "ids-in-source": {"g55": "09-107"}}, "raw": {"DAY": "8-5-1845", "HOUR": "7 h.", "NAME": "GAYON Ulysse", "PLACE": "Bouex (Charente)."}, "date": "2023-08-20T14:49:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4787	gerhardt-charles-1816-08-21	{"a2": "2703", "g55": "09-108"}	{"g55": "09-108", "lerrcp": "A2-2703"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Gerhardt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1816-08-21 07:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1816-08-21 06:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Gerhardt"}, "birth": {"tzo": "+00:30:59", "date": "1816-08-21 07:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1816-08-21 06:29"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2703"}, "ids-in-sources": {"a2": "2703"}}, "raw": {"H": "6", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "21", "LAT": "48N35", "LON": "7E45", "MON": "8", "NUM": "2703", "PRO": "S", "SEC": "0", "YEA": "1816", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-108"}, "ids-in-source": {"g55": "09-108"}}, "raw": {"DAY": "21-8-1816", "HOUR": "7 h.", "NAME": "GERHARDT Charles", "PLACE": "Strasbourg (Bas-Rhin)."}, "date": "2023-08-20T14:49:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4791	giraud-georges-1889-07-22	{"a2": "2707", "g55": "09-110"}	{"g55": "09-110", "lerrcp": "A2-2707"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Giraud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:34", "date": "1889-07-22 07:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1889-07-22 06:42:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Giraud"}, "birth": {"tzo": "+00:17:34", "date": "1889-07-22 07:00", "place": {"c2": "42", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1889-07-22 06:42:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2707"}, "ids-in-sources": {"a2": "2707"}}, "raw": {"H": "6", "MN": "42", "TZ": "0", "COD": "42", "COU": "F", "DAY": "22", "LAT": "45N26", "LON": "4E23", "MON": "7", "NUM": "2707", "PRO": "S", "SEC": "28", "YEA": "1889", "CITY": "ST ETIENNE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-110"}, "ids-in-source": {"g55": "09-110"}}, "raw": {"DAY": "22-7-1889", "HOUR": "7 h.", "NAME": "GIRAUD Georges", "PLACE": "Saint-Etienne (Loire)."}, "date": "2023-08-20T14:49:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
863	paillard-georges-1904-02-12	{"a1": "863", "g55": "03-182", "3a_sports": "3123", "cfepp-final3": "352"}	{"g55": "03-182", "cfepp": "CF-352", "cpara": "CP-331", "ertel": "ES-3123", "lerrcp": "A1-863"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Paillard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1904-02-12 23:00", "note": null, "place": {"c1": null, "c2": "49", "c3": "", "cy": "FR", "lg": -0.53333, "lat": 47.46667, "name": "Saintes-Gemmes", "geoid": 0}, "notime": null, "date-ut": "1904-02-12 22:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Paillard"}, "birth": {"tzo": "+00:09:21", "date": "1904-02-12 23:00", "place": {"c2": "49", "cy": "FR", "lg": -0.53333, "lat": 47.46667, "name": "Sainte-Gemmes-D'An", "geoid": 0}, "date-ut": "1904-02-12 22:50:40"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-863"}, "ids-in-sources": {"a1": "863"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "49", "COU": "F", "DAY": "12", "LAT": "47N28", "LON": "0W32", "MON": "2", "NUM": "863", "PRO": "C", "SEC": "40", "YEA": "1904", "CITY": "STE-GEMMES-D'AN"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1904-02-12 23:00"}, "partial-ids": {"ertel": "ES-3123"}}, "raw": {"L": "", "MF": "", "NR": "3123", "ENG": "", "MA_": "0", "G_NR": "863", "MA12": "8", "MARS": "23", "NAME": "Paillard", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,900", "CSINR": "", "KURTZ": "", "PHAS_": "17,200", "STUND": "23,00", "CFEPNR": "352", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.02.", "ZITATE": "DGHO", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "331", "VORNAME": "Georges", "ZITRANG": "5", "GAUQ1955": "+", "GEBDATUM": "12.02.1904", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1904-02-12 23:00", "place": {"c3": ""}, "date-ut": "1904-02-12 22:51"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "352"}}, "raw": {"S": "8", "LT": "23 00", "LV": "M", "TR": "f", "UT": "22 51", "LAT": "+47.68", "SRC": "ALG", "LONG": "+00.88", "NAME": "PAILLARD Georges", "SPORT": "Cycling", "LOC_DATE": "1904 02 12", "UNIV_DATE": "1904 02 12", "BIRTH_PLACE": "STE GEMMES D'ANDIGNE", "POSTAL_CODE": "49500"}, "date": "2023-08-20T14:46:01+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Saintes-Gemmes"}}, "partial-ids": {"g55": "03-182"}, "ids-in-source": {"g55": "03-182"}}, "raw": {"DAY": "12-2-1904", "HOUR": "23 h.", "NAME": "PAILLARD. Georges", "PLACE": "Saintes-Gemmes (Maine-et-Loire)."}, "date": "2023-08-20T14:48:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
4792	glangeaud-philippe-1866-10-08	{"a2": "2708", "g55": "09-111"}	{"g55": "09-111", "lerrcp": "A2-2708"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Glangeaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:28", "date": "1866-10-08 09:00", "note": null, "place": {"c1": null, "c2": "23", "c3": null, "cy": "FR", "lg": 1.86667, "lat": 46.28333, "name": "Saint-Diziers", "geoid": 0}, "notime": null, "date-ut": "1866-10-08 08:52:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Glangeaud"}, "birth": {"tzo": "+00:07:28", "date": "1866-10-08 09:00", "place": {"c2": "23", "cy": "FR", "lg": 1.86667, "lat": 46.28333, "name": "Saint-Diziers", "geoid": 0}, "date-ut": "1866-10-08 08:52:32"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2708"}, "ids-in-sources": {"a2": "2708"}}, "raw": {"H": "8", "MN": "52", "TZ": "0", "COD": "23", "COU": "F", "DAY": "8", "LAT": "46N17", "LON": "1E52", "MON": "10", "NUM": "2708", "PRO": "S", "SEC": "32", "YEA": "1866", "CITY": "ST DIZIERS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Diziers"}}, "partial-ids": {"g55": "09-111"}, "ids-in-source": {"g55": "09-111"}}, "raw": {"DAY": "8-10-1866", "HOUR": "9 h.", "NAME": "GLANGEAUD Philippe", "PLACE": "Saint-Diziers (Creuse)."}, "date": "2023-08-20T14:49:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4794	godron-alexandre-1807-03-25	{"a2": "2710", "g55": "09-113"}	{"g55": "09-113", "lerrcp": "A2-2710"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Godron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:15", "date": "1807-03-25 05:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.06278, "lat": 49.32881, "name": "Hayange", "geoid": 3013627}, "notime": null, "date-ut": "1807-03-25 04:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Godron"}, "birth": {"tzo": "+00:24:15", "date": "1807-03-25 05:00", "place": {"c2": "57", "cy": "FR", "lg": 6.06278, "lat": 49.32881, "name": "Hayange", "geoid": 3013627}, "date-ut": "1807-03-25 04:35:16"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2710"}, "ids-in-sources": {"a2": "2710"}}, "raw": {"H": "4", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "25", "LAT": "49N 7", "LON": "6E11", "MON": "3", "NUM": "2710", "PRO": "S", "SEC": "16", "YEA": "1807", "CITY": "HAYANGE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-113"}, "ids-in-source": {"g55": "09-113"}}, "raw": {"DAY": "25-3-1807", "HOUR": "5 h.", "NAME": "GODRON Alexandre", "PLACE": "Ayange (Moselle)."}, "date": "2023-08-20T14:49:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
867	pingeon-roger-1940-08-28	{"a1": "867", "3a_sports": "3298"}	{"ertel": "ES-3298", "lerrcp": "A1-867"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Pingeon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-08-28 05:00", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 5.21667, "lat": 46.2, "name": "Hauteville-Lomp", "geoid": 0}, "notime": null, "date-ut": "1940-08-28 04:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Pingeon"}, "birth": {"place": {"c2": "01", "cy": "FR", "lg": 5.21667, "lat": 46.2, "name": "Hauteville-Lomp", "geoid": 0}, "date-ut": "1940-08-28 04:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-867"}, "ids-in-sources": {"a1": "867"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "01", "COU": "F", "DAY": "28", "LAT": "46N12", "LON": "5E13", "MON": "8", "NUM": "867", "PRO": "C", "SEC": "0", "YEA": "1940", "CITY": "HAUTEVILLE-LOMP"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1940-08-28 05:00"}, "partial-ids": {"ertel": "ES-3298"}}, "raw": {"L": "", "MF": "", "NR": "3298", "ENG": "", "MA_": "1", "G_NR": "867", "MA12": "12", "MARS": "35", "NAME": "Pingeon", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,900", "CSINR": "", "KURTZ": "", "PHAS_": "31,700", "STUND": "5,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.08.", "ZITATE": "DSO", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "28.08.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
869	poulidor-raymond-1936-04-15	{"a1": "869", "3a_sports": "3353", "cfepp-final3": "358"}	{"cfepp": "CF-358", "cpara": "CP-352", "ertel": "ES-3353", "lerrcp": "A1-869"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Poulidor", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1936-04-15 01:00", "note": null, "place": {"c1": null, "c2": "23", "c3": "", "cy": "FR", "lg": 1.86667, "lat": 46.28333, "name": "Masbaraud-Merig", "geoid": 0}, "notime": null, "date-ut": "1936-04-15 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Poulidor"}, "birth": {"tzo": "+00:00", "date": "1936-04-15 01:00", "place": {"c2": "23", "cy": "FR", "lg": 1.86667, "lat": 46.28333, "name": "Masbaraud-Merig", "geoid": 0}, "date-ut": "1936-04-15 01:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-869"}, "ids-in-sources": {"a1": "869"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "23", "COU": "F", "DAY": "15", "LAT": "46N17", "LON": "1E52", "MON": "4", "NUM": "869", "PRO": "C", "SEC": "0", "YEA": "1936", "CITY": "MASBARAUD-MERIG"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1936-04-15 01:00"}, "partial-ids": {"ertel": "ES-3353"}}, "raw": {"L": "", "MF": "", "NR": "3353", "ENG": "", "MA_": "1", "G_NR": "869", "MA12": "10", "MARS": "28", "NAME": "Poulidor", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,50", "CSINR": "", "KURTZ": "", "PHAS_": "49,000", "STUND": "1,00", "CFEPNR": "358", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.04.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "352", "VORNAME": "Raymond", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "15.04.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1936-04-15 01:00", "place": {"c3": ""}, "date-ut": "1936-04-15 01:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "358"}}, "raw": {"S": "10", "LT": "01 00", "LV": "FI", "TR": "f", "UT": "01 00", "LAT": "+45.98", "SRC": "L", "LONG": "-01.75", "NAME": "POULIDOR Raymond", "SPORT": "Cycling", "LOC_DATE": "1936 04 15", "UNIV_DATE": "1936 04 15", "BIRTH_PLACE": "MASBARAUD MERIGNAT", "POSTAL_CODE": "23400"}, "date": "2023-08-20T14:46:01+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
4795	gonnesiat-francois-1856-05-23	{"a2": "2711", "g55": "09-114"}	{"g55": "09-114", "lerrcp": "A2-2711"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Gonnesiat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:04", "date": "1856-05-23 18:00", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 5.51707, "lat": 46.19338, "name": "Mornay", "geoid": 2991738}, "notime": null, "date-ut": "1856-05-23 17:39:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "François", "family": "Gonnesiat"}, "birth": {"tzo": "+00:22:04", "date": "1856-05-23 18:00", "place": {"c2": "01", "cy": "FR", "lg": 5.51707, "lat": 46.19338, "name": "Mornay", "geoid": 2991738}, "date-ut": "1856-05-23 17:39:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2711"}, "ids-in-sources": {"a2": "2711"}}, "raw": {"H": "17", "MN": "39", "TZ": "0", "COD": "01", "COU": "F", "DAY": "23", "LAT": "46N12", "LON": "5E13", "MON": "5", "NUM": "2711", "PRO": "S", "SEC": "8", "YEA": "1856", "CITY": "MORNAY"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-114"}, "ids-in-source": {"g55": "09-114"}}, "raw": {"DAY": "23-5-1856", "HOUR": "18 h.", "NAME": "GONNESSIAT Francois", "PLACE": "Mornay (Ain)."}, "date": "2023-08-20T14:49:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
24963	eury-cyrille-1839-03-09	{"g55": "09-117"}	{"g55": "09-117"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cyrille", "family": "Eury", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1839-03-09 00:00", "note": null, "place": {"c1": "", "c2": "54", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Oudreville", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Cyrille", "family": "Eury", "nobility": ""}, "birth": {"date": "1839-03-09 00:00", "place": {"c1": "", "c2": "54", "c3": "", "cy": "FR", "name": "Oudreville"}}, "occus": ["scientist"], "trust": 5, "ids-in-sources": {"g55": "09-117"}}, "raw": {"DAY": "9-3-1839", "HOUR": "0 h.", "NAME": "GRAND’EURY Cyrille", "PLACE": "Oudreville (Meurthe)."}, "date": "2023-08-20T14:49:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4801	gravier-charles-1865-03-04	{"a2": "2717", "g55": "09-118"}	{"g55": "09-118", "lerrcp": "A2-2717"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Gravier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:37", "date": "1865-03-04 10:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1865-03-04 09:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Gravier"}, "birth": {"tzo": "+00:07:37", "date": "1865-03-04 10:00", "place": {"c2": "45", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1865-03-04 09:52:24"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2717"}, "ids-in-sources": {"a2": "2717"}}, "raw": {"H": "9", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "4", "LAT": "47N54", "LON": "1E54", "MON": "3", "NUM": "2717", "PRO": "S", "SEC": "24", "YEA": "1865", "CITY": "ORLEANS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-118"}, "ids-in-source": {"g55": "09-118"}}, "raw": {"DAY": "4-3-1865", "HOUR": "10 h.", "NAME": "GRAVIER Charles", "PLACE": "Orléans (Loiret)."}, "date": "2023-08-20T14:49:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
874	rioland-roger-1924-10-20	{"a1": "874", "g55": "03-187", "3a_sports": "3511", "cfepp-final3": "363"}	{"g55": "03-187", "cfepp": "CF-363", "cpara": "CP-370", "ertel": "ES-3511", "lerrcp": "A1-874"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Rioland", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1924-10-20 08:30", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.40332, "lat": 48.78716, "name": "Vitry-sur-Seine", "geoid": 2967849}, "notime": null, "date-ut": "1924-10-20 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Rioland"}, "birth": {"tzo": "+00:00", "date": "1924-10-20 08:30", "place": {"c2": "94", "cy": "FR", "lg": 2.40332, "lat": 48.78716, "name": "Vitry-sur-Seine", "geoid": 2967849}, "date-ut": "1924-10-20 08:30"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-874"}, "ids-in-sources": {"a1": "874"}}, "raw": {"H": "8", "MN": "30", "TZ": "0", "COD": "94", "COU": "F", "DAY": "20", "LAT": "48N47", "LON": "2E29", "MON": "10", "NUM": "874", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "VITRY-S-SEINE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-10-20 08:30"}, "partial-ids": {"ertel": "ES-3511"}}, "raw": {"L": "", "MF": "", "NR": "3511", "ENG": "", "MA_": "1", "G_NR": "874", "MA12": "10", "MARS": "28", "NAME": "Rioland", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,000", "CSINR": "", "KURTZ": "", "PHAS_": "59,200", "STUND": "8,50", "CFEPNR": "363", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.10.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "370", "VORNAME": "Roger", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "20.10.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:36+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1924-10-20 08:30", "place": {"c3": ""}, "date-ut": "1924-10-20 08:30"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "363"}}, "raw": {"S": "10", "LT": "08 30", "LV": "M", "TR": "f", "UT": "08 30", "LAT": "+48.79", "SRC": "ALG", "LONG": "-02.40", "NAME": "RIOLAND Roger", "SPORT": "Cycling", "LOC_DATE": "1924 10 20", "UNIV_DATE": "1924 10 20", "BIRTH_PLACE": "VITRY SUR SEINE", "POSTAL_CODE": "94400"}, "date": "2023-08-20T14:46:01+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-187"}, "ids-in-source": {"g55": "03-187"}}, "raw": {"DAY": "20-10-1924", "HOUR": "8 h. 30", "NAME": "RIOLAND Roger", "PLACE": "Vitry-sur-Seine (Seine)."}, "date": "2023-08-20T14:48:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
4802	grignard-victor-1871-05-06	{"a2": "2718", "g55": "09-119"}	{"g55": "09-119", "lerrcp": "A2-2718"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Grignard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:20", "date": "1871-05-06 23:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Cherbourg", "geoid": 0}, "notime": null, "date-ut": "1871-05-06 23:04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Grignard"}, "birth": {"tzo": "-00:04:20", "date": "1871-05-06 23:00", "place": {"c2": "50", "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Cherbourg", "geoid": 0}, "date-ut": "1871-05-06 23:04:20"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2718"}, "ids-in-sources": {"a2": "2718"}}, "raw": {"H": "23", "MN": "4", "TZ": "0", "COD": "50", "COU": "F", "DAY": "6", "LAT": "49N 7", "LON": "1W 5", "MON": "5", "NUM": "2718", "PRO": "S", "SEC": "20", "YEA": "1871", "CITY": "CHERBOURG"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Cherbourg"}}, "partial-ids": {"g55": "09-119"}, "ids-in-source": {"g55": "09-119"}}, "raw": {"DAY": "6-5-1871", "HOUR": "23 h.", "NAME": "GRIGNARD Victor", "PLACE": "Cherbourg (Manche)."}, "date": "2023-08-20T14:49:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4804	grossouvre-a-1849-08-23	{"a2": "2720", "g55": "09-121"}	{"g55": "09-121", "lerrcp": "A2-2720"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "A", "family": "Grossouvre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:36", "date": "1849-08-23 12:00", "note": null, "place": {"c1": null, "c2": "18", "c3": null, "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "notime": null, "date-ut": "1849-08-23 11:50:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "A", "family": "Grossouvre"}, "birth": {"tzo": "+00:09:36", "date": "1849-08-23 12:00", "place": {"c2": "18", "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "date-ut": "1849-08-23 11:50:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2720"}, "ids-in-sources": {"a2": "2720"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "18", "COU": "F", "DAY": "23", "LAT": "47N 5", "LON": "2E23", "MON": "8", "NUM": "2720", "PRO": "S", "SEC": "28", "YEA": "1849", "CITY": "BOURGES"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-121"}, "ids-in-source": {"g55": "09-121"}}, "raw": {"DAY": "23-8-1849", "HOUR": "12 h.", "NAME": "GROSSOUVRE D. (de) Albert", "PLACE": "Bourges (Cher)."}, "date": "2023-08-20T14:49:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
877	robic-jean-1921-06-10	{"a1": "877", "g55": "03-191", "3a_sports": "3527"}	{"g55": "03-191", "cpara": "CP-371", "ertel": "ES-3527", "lerrcp": "A1-877"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Robic", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1921-06-10 02:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Condé-sur-Vouziers", "geoid": 0}, "notime": null, "date-ut": "1921-06-10 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Robic"}, "birth": {"tzo": "+01:00", "date": "1921-06-10 02:00", "place": {"c2": "08", "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Conde-sur-Vouzier", "geoid": 0}, "date-ut": "1921-06-10 01:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-877"}, "ids-in-sources": {"a1": "877"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "08", "COU": "F", "DAY": "10", "LAT": "49N46", "LON": "4E44", "MON": "6", "NUM": "877", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "CONDE-S/VOUZIER"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-06-10 02:00"}, "partial-ids": {"ertel": "ES-3527"}}, "raw": {"L": "", "MF": "", "NR": "3527", "ENG": "", "MA_": "1", "G_NR": "877", "MA12": "10", "MARS": "30", "NAME": "Robic", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,500", "CSINR": "", "KURTZ": "", "PHAS_": "19,200", "STUND": "2,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.06.", "ZITATE": "DSFO", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "371", "VORNAME": "Jean", "ZITRANG": "5", "GAUQ1955": "+", "GEBDATUM": "10.06.1921", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:36+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Condé-sur-Vouziers"}}, "partial-ids": {"g55": "03-191"}, "ids-in-source": {"g55": "03-191"}}, "raw": {"DAY": "10-6-1921", "HOUR": "2 h.", "NAME": "ROBIC Jean", "PLACE": "Condé-sur-Vouziers (Ardennes)."}, "date": "2023-08-20T14:48:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
879	rondeaux-roger-1920-04-15	{"a1": "879", "g55": "03-193", "3a_sports": "3559", "cfepp-final3": "1087"}	{"g55": "03-193", "cfepp": "CF-1087", "cpara": "CP-374", "ertel": "ES-3559", "lerrcp": "A1-879"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Rondeaux", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1920-04-15 14:00", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 3.76011, "lat": 49.08179, "name": "Mareuil-le-Port", "geoid": 2995829}, "notime": null, "date-ut": "1920-04-15 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Rondeaux"}, "birth": {"tzo": "+01:00", "date": "1920-04-15 14:00", "place": {"c2": "51", "cy": "FR", "lg": 3.76011, "lat": 49.08179, "name": "Mareuil-le-Port", "geoid": 2995829}, "date-ut": "1920-04-15 13:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-879"}, "ids-in-sources": {"a1": "879"}}, "raw": {"H": "13", "MN": "0", "TZ": "0", "COD": "51", "COU": "F", "DAY": "15", "LAT": "48N57", "LON": "4E22", "MON": "4", "NUM": "879", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "MAREUIL-LE-PORT"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-04-15 14:00"}, "partial-ids": {"ertel": "ES-3559"}}, "raw": {"L": "", "MF": "", "NR": "3559", "ENG": "", "MA_": "1", "G_NR": "879", "MA12": "10", "MARS": "29", "NAME": "Rondeaux", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,600", "CSINR": "", "KURTZ": "", "PHAS_": "18,300", "STUND": "14,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.04.", "ZITATE": "DFO", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "374", "VORNAME": "Roger", "ZITRANG": "4", "GAUQ1955": "+", "GEBDATUM": "15.04.1920", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:36+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1920-04-15 14:00", "place": {"c3": ""}, "date-ut": "1920-04-15 13:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "1087"}}, "raw": {"S": "10", "LT": "14 00", "LV": "", "TR": "f", "UT": "13 00", "LAT": "+49.08", "SRC": "ALG M", "LONG": "-03.76", "NAME": "RONDEAUX Roger", "SPORT": "Cycling", "LOC_DATE": "1920 04 15", "UNIV_DATE": "1920 04 15", "BIRTH_PLACE": "MAREUIL LE PORT", "POSTAL_CODE": "51700"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-193"}, "ids-in-source": {"g55": "03-193"}}, "raw": {"DAY": "15-4-1920", "HOUR": "14 h.", "NAME": "RONDEAUX Roger", "PLACE": "Mareuil-le-Port (Marne)."}, "date": "2023-08-20T14:48:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
4805	guichard-claude-1861-12-27	{"a2": "2721", "g55": "09-122"}	{"g55": "09-122", "lerrcp": "A2-2721"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Guichard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:03", "date": "1861-12-27 08:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.76147, "lat": 46.43149, "name": "Azé", "geoid": 3035544}, "notime": null, "date-ut": "1861-12-27 07:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Guichard"}, "birth": {"tzo": "+00:19:03", "date": "1861-12-27 08:00", "place": {"c2": "71", "cy": "FR", "lg": 4.76147, "lat": 46.43149, "name": "Azé", "geoid": 3035544}, "date-ut": "1861-12-27 07:40:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2721"}, "ids-in-sources": {"a2": "2721"}}, "raw": {"H": "7", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "27", "LAT": "46N18", "LON": "4E50", "MON": "12", "NUM": "2721", "PRO": "S", "SEC": "40", "YEA": "1861", "CITY": "AZE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-122"}, "ids-in-source": {"g55": "09-122"}}, "raw": {"DAY": "27-12-1861", "HOUR": "8 h.", "NAME": "GUICHARD Claude", "PLACE": "Azé (Saône-et-Loire)."}, "date": "2023-08-20T14:49:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4807	guyenot-emile-1885-06-09	{"a2": "2723", "g55": "09-124"}	{"g55": "09-124", "lerrcp": "A2-2723"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Guyenot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:13", "date": "1885-06-09 16:00", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.55575, "lat": 46.67535, "name": "Lons-le-Saunier", "geoid": 2997626}, "notime": null, "date-ut": "1885-06-09 15:37:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Guyenot"}, "birth": {"tzo": "+00:22:13", "date": "1885-06-09 16:00", "place": {"c2": "39", "cy": "FR", "lg": 5.55575, "lat": 46.67535, "name": "Lons-le-Saunier", "geoid": 2997626}, "date-ut": "1885-06-09 15:37:48"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2723"}, "ids-in-sources": {"a2": "2723"}}, "raw": {"H": "15", "MN": "37", "TZ": "0", "COD": "39", "COU": "F", "DAY": "9", "LAT": "46N40", "LON": "5E33", "MON": "6", "NUM": "2723", "PRO": "S", "SEC": "48", "YEA": "1885", "CITY": "LONS LE SAUNIER"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-124"}, "ids-in-source": {"g55": "09-124"}}, "raw": {"DAY": "9-6-1885", "HOUR": "16 h.", "NAME": "GUYENOT Emile", "PLACE": "Lons-le-Saunier (Jura)."}, "date": "2023-08-20T14:49:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4809	haag-jules-1882-08-19	{"a2": "2725", "g55": "09-126"}	{"g55": "09-126", "lerrcp": "A2-2725"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Haag", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 5.84613, "lat": 48.87552, "name": "Flirey", "geoid": 3018253}, "notime": null, "date-ut": "1882-08-19 14:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Haag"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 5.84613, "lat": 48.87552, "name": "Flirey", "geoid": 3018253}, "date-ut": "1882-08-19 14:35:12"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2725"}, "ids-in-sources": {"a2": "2725"}}, "raw": {"H": "14", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "19", "LAT": "48N42", "LON": "6E12", "MON": "8", "NUM": "2725", "PRO": "S", "SEC": "12", "YEA": "1882", "CITY": "FLIREY"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-126"}, "ids-in-source": {"g55": "09-126"}}, "raw": {"DAY": "19-8-1882", "HOUR": "15 h.", "NAME": "HAAG Jules", "PLACE": "Flirey (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:49:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
884	stablinski-jean-1932-05-21	{"a1": "884", "3a_sports": "3879", "cfepp-final3": "374"}	{"cfepp": "CF-374", "cpara": "CP-392", "ertel": "ES-3879", "lerrcp": "A1-884"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Stablinski", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1932-05-21 23:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.45115, "lat": 50.47276, "name": "Thun-Saint-Amand", "geoid": 2972655}, "notime": null, "date-ut": "1932-05-21 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Stablinski"}, "birth": {"tzo": "+01:00", "date": "1932-05-21 23:30", "place": {"c2": "59", "cy": "FR", "lg": 3.45115, "lat": 50.47276, "name": "Thun-Saint-Amand", "geoid": 2972655}, "date-ut": "1932-05-21 22:30"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-884"}, "ids-in-sources": {"a1": "884"}}, "raw": {"H": "22", "MN": "30", "TZ": "0", "COD": "59", "COU": "F", "DAY": "21", "LAT": "50N39", "LON": "3E 5", "MON": "5", "NUM": "884", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "THUN-ST-AMAND"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-05-21 23:30"}, "partial-ids": {"ertel": "ES-3879"}}, "raw": {"L": "", "MF": "", "NR": "3879", "ENG": "", "MA_": "1", "G_NR": "884", "MA12": "10", "MARS": "28", "NAME": "Stablinski", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,900", "CSINR": "", "KURTZ": "", "PHAS_": "98,900", "STUND": "23,50", "CFEPNR": "374", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.05.", "ZITATE": "DHSFO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "392", "VORNAME": "Jean", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "21.05.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1932-05-21 23:30", "place": {"c3": ""}, "date-ut": "1932-05-21 22:30"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "374"}}, "raw": {"S": "10", "LT": "23 30", "LV": "M", "TR": "f", "UT": "22 30", "LAT": "+50.48", "SRC": "L", "LONG": "-03.46", "NAME": "STABLINSKI Jean", "SPORT": "Cycling", "LOC_DATE": "1932 05 21", "UNIV_DATE": "1932 05 21", "BIRTH_PLACE": "THUN ST AMAND", "POSTAL_CODE": "59158"}, "date": "2023-08-20T14:46:01+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
882	seres-arthur-1913-12-28	{"a1": "882", "g55": "03-195", "3a_sports": "3799", "cfepp-final3": "369"}	{"g55": "03-195", "cfepp": "CF-369", "cpara": "CP-386", "ertel": "ES-3799", "lerrcp": "A1-882"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Seres", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1913-12-28 19:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.28864, "lat": 48.89389, "name": "Levallois-Perret", "geoid": 2998975}, "notime": null, "date-ut": "1913-12-28 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Seres"}, "birth": {"tzo": "+00:00", "date": "1913-12-28 19:00", "place": {"c2": "92", "cy": "FR", "lg": 2.28864, "lat": 48.89389, "name": "Levallois-Perret", "geoid": 2998975}, "date-ut": "1913-12-28 19:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-882"}, "ids-in-sources": {"a1": "882"}}, "raw": {"H": "19", "MN": "0", "TZ": "0", "COD": "92", "COU": "F", "DAY": "28", "LAT": "48N50", "LON": "2E11", "MON": "12", "NUM": "882", "PRO": "C", "SEC": "0", "YEA": "1913", "CITY": "LEVALLOIS-PERRET"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1913-12-28 19:00"}, "partial-ids": {"ertel": "ES-3799"}}, "raw": {"L": "", "MF": "", "NR": "3799", "ENG": "1", "MA_": "2", "G_NR": "882", "MA12": "1", "MARS": "3", "NAME": "Seres", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,400", "CSINR": "", "KURTZ": "", "PHAS_": "0,300", "STUND": "19,00", "CFEPNR": "369", "EXTEND": "1", "NATION": "FRA", "TAGMON": "28.12.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "386", "VORNAME": "Arthur", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "28.12.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1913-12-28 19:00", "place": {"c3": ""}, "date-ut": "1913-12-28 19:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "369"}}, "raw": {"S": "1", "LT": "19 00", "LV": "M", "TR": "f", "UT": "19 00", "LAT": "+48.90", "SRC": "ALG", "LONG": "-02.29", "NAME": "SERES Arthur", "SPORT": "Cycling", "LOC_DATE": "1913 12 28", "UNIV_DATE": "1913 12 28", "BIRTH_PLACE": "LEVALLOIS PERRET", "POSTAL_CODE": "92309 CEDEX"}, "date": "2023-08-20T14:46:01+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-195"}, "ids-in-source": {"g55": "03-195"}}, "raw": {"DAY": "28-12-1913", "HOUR": "19 h.", "NAME": "SERES Arthur", "PLACE": "Levallois-Perret (Seine)."}, "date": "2023-08-20T14:48:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
4811	halphen-georges-1844-10-30	{"a2": "2727", "g55": "09-128"}	{"g55": "09-128", "lerrcp": "A2-2727"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Halphen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:24", "date": "1844-10-30 05:30", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1844-10-30 05:25:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Halphen"}, "birth": {"tzo": "+00:04:24", "date": "1844-10-30 05:30", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1844-10-30 05:25:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2727"}, "ids-in-sources": {"a2": "2727"}}, "raw": {"H": "5", "MN": "25", "TZ": "0", "COD": "76", "COU": "F", "DAY": "30", "LAT": "49N26", "LON": "1E 5", "MON": "10", "NUM": "2727", "PRO": "S", "SEC": "40", "YEA": "1844", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-128"}, "ids-in-source": {"g55": "09-128"}}, "raw": {"DAY": "30-10-1844", "HOUR": "5 h. 30", "NAME": "HALPHEN Georges", "PLACE": "Rouen (Seine-Inférieure)."}, "date": "2023-08-20T14:49:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
887	terreau-ernest-1908-03-31	{"a1": "887", "g55": "03-199", "3a_sports": "3990", "cfepp-final3": "376"}	{"g55": "03-199", "cfepp": "CF-376", "ertel": "ES-3990", "lerrcp": "A1-887"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Terreau", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1908-03-31 17:00", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 4.4044, "lat": 46.9494, "name": "Auxy", "geoid": 3035824}, "notime": null, "date-ut": "1908-03-31 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Terreau"}, "birth": {"tzo": "+00:09:21", "date": "1908-05-31 20:00", "place": {"c2": "71", "cy": "FR", "lg": 4.4044, "lat": 46.9494, "name": "Auxy", "geoid": 3035824}, "date-ut": "1908-05-31 19:50:40"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-887"}, "ids-in-sources": {"a1": "887"}}, "raw": {"H": "19", "MN": "50", "TZ": "0", "COD": "71", "COU": "F", "DAY": "31", "LAT": "46N18", "LON": "4E50", "MON": "5", "NUM": "887", "PRO": "C", "SEC": "40", "YEA": "1908", "CITY": "AUXY"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1908-05-31 20:00"}, "partial-ids": {"ertel": "ES-3990"}}, "raw": {"L": "", "MF": "", "NR": "3990", "ENG": "", "MA_": "0", "G_NR": "887", "MA12": "6", "MARS": "17", "NAME": "Terreau", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,700", "CSINR": "", "KURTZ": "", "PHAS_": "0,800", "STUND": "20,00", "CFEPNR": "376", "EXTEND": "", "NATION": "FRA", "TAGMON": "31.05.", "ZITATE": "O", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ernest", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "31.05.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "terreau-ernest-1908-03-31", "birth": {"date": "1908-03-31 17:00", "place": {"c3": ""}, "date-ut": "1908-03-31 16:51"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "376"}}, "raw": {"S": "4", "LT": "17 00", "LV": "FI", "TR": "f", "UT": "16 51", "LAT": "+46.95", "SRC": "AG", "LONG": "-04.40", "NAME": "TERREAU Ernest", "SPORT": "Cycling", "LOC_DATE": "1908 03 31", "UNIV_DATE": "1908 03 31", "BIRTH_PLACE": "AUXY", "POSTAL_CODE": "71400"}, "date": "2023-08-20T14:46:01+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-199"}, "ids-in-source": {"g55": "03-199"}}, "raw": {"DAY": "31-5-1908", "HOUR": "20 h.", "NAME": "TERREAU Ernest", "PLACE": "Auxy (Saône-et-Loire)."}, "date": "2023-08-20T14:48:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
889	vaast-charles-1907-05-20	{"a1": "889", "g55": "03-201", "3a_sports": "4097"}	{"g55": "03-201", "ertel": "ES-4097", "lerrcp": "A1-889"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Vaast", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1907-05-20 04:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.83053, "lat": 50.41038, "name": "Avion", "geoid": 3035667}, "notime": null, "date-ut": "1907-05-20 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Vaast"}, "birth": {"tzo": "+00:09:21", "date": "1907-05-20 04:00", "place": {"c2": "62", "cy": "FR", "lg": 2.83053, "lat": 50.41038, "name": "Avion", "geoid": 3035667}, "date-ut": "1907-05-20 03:50:40"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-889"}, "ids-in-sources": {"a1": "889"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "62", "COU": "F", "DAY": "20", "LAT": "50N18", "LON": "2E46", "MON": "5", "NUM": "889", "PRO": "C", "SEC": "40", "YEA": "1907", "CITY": "AVION"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1907-05-20 04:00"}, "partial-ids": {"ertel": "ES-4097"}}, "raw": {"L": "", "MF": "", "NR": "4097", "ENG": "1", "MA_": "2", "G_NR": "889", "MA12": "4", "MARS": "11", "NAME": "Vaast", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "44,600", "STUND": "4,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "20.05.", "ZITATE": "O", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Charles", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "20.05.1907", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-201"}, "ids-in-source": {"g55": "03-201"}}, "raw": {"DAY": "20-5-1907", "HOUR": "4 h.", "NAME": "VAAST Charles", "PLACE": "Avion (Pas-de-Calais)."}, "date": "2023-08-20T14:48:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
4813	haton-goupilliere-julien-1833-07-28	{"a2": "2729", "g55": "09-130"}	{"g55": "09-130", "lerrcp": "A2-2729"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Haton Goupilliere Julien", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:36", "date": "1833-07-28 07:00", "note": null, "place": {"c1": null, "c2": "18", "c3": null, "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "notime": null, "date-ut": "1833-07-28 06:50:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "", "family": "Haton Goupilliere Julien"}, "birth": {"tzo": "+00:09:36", "date": "1833-07-28 07:00", "place": {"c2": "18", "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "date-ut": "1833-07-28 06:50:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2729"}, "ids-in-sources": {"a2": "2729"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "18", "COU": "F", "DAY": "28", "LAT": "47N 5", "LON": "2E23", "MON": "7", "NUM": "2729", "PRO": "S", "SEC": "28", "YEA": "1833", "CITY": "BOURGES"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-130"}, "ids-in-source": {"g55": "09-130"}}, "raw": {"DAY": "28-7-1833", "HOUR": "7 h.", "NAME": "HATON de La GOUP. Julien", "PLACE": "Bourges (Cher)."}, "date": "2023-08-20T14:49:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4815	haug-emile-1861-06-19	{"a2": "2731", "g55": "09-132"}	{"g55": "09-132", "lerrcp": "A2-2731"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Haug", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:31:49", "date": "1861-06-19 12:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.95326, "lat": 48.76207, "name": "Drusenheim", "geoid": 3020736}, "notime": null, "date-ut": "1861-06-19 11:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Haug"}, "birth": {"tzo": "+00:31:49", "date": "1861-06-19 12:00", "place": {"c2": "67", "cy": "FR", "lg": 7.95326, "lat": 48.76207, "name": "Drusenheim", "geoid": 3020736}, "date-ut": "1861-06-19 11:29"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2731"}, "ids-in-sources": {"a2": "2731"}}, "raw": {"H": "11", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "19", "LAT": "48N35", "LON": "7E45", "MON": "6", "NUM": "2731", "PRO": "S", "SEC": "0", "YEA": "1861", "CITY": "DRUSENHEIM"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-132"}, "ids-in-source": {"g55": "09-132"}}, "raw": {"DAY": "19-6-1861", "HOUR": "12 h.", "NAME": "HAUG Emile", "PLACE": "Drusenheim (Bas-Rhin)."}, "date": "2023-08-20T14:49:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
892	vermeulin-michel-1934-09-06	{"a1": "892", "3a_sports": "4206"}	{"cpara": "CP-416", "ertel": "ES-4206", "lerrcp": "A1-892"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Vermeulin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1934-09-06 23:00", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.5, "lat": 48.91667, "name": "Montreuil-sur-B", "geoid": 0}, "notime": null, "date-ut": "1934-09-06 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Vermeulin"}, "birth": {"tzo": "+01:00", "date": "1934-09-06 23:00", "place": {"c2": "93", "cy": "FR", "lg": 2.5, "lat": 48.91667, "name": "Montreuil-sur-B", "geoid": 0}, "date-ut": "1934-09-06 22:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-892"}, "ids-in-sources": {"a1": "892"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "93", "COU": "F", "DAY": "6", "LAT": "48N55", "LON": "2E30", "MON": "9", "NUM": "892", "PRO": "C", "SEC": "0", "YEA": "1934", "CITY": "MONTREUIL-S/B"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1934-09-06 23:00"}, "partial-ids": {"ertel": "ES-4206"}}, "raw": {"L": "", "MF": "", "NR": "4206", "ENG": "", "MA_": "1", "G_NR": "892", "MA12": "10", "MARS": "29", "NAME": "Vermeulin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,900", "CSINR": "", "KURTZ": "", "PHAS_": "8,200", "STUND": "23,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.09.", "ZITATE": "DKSO", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "416", "VORNAME": "Michel", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "06.09.1934", "GQBECORR": "a2", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
894	walkowiak-roger-1927-03-02	{"a1": "894", "3a_sports": "4293", "cfepp-final3": "382"}	{"cfepp": "CF-382", "cpara": "CP-424", "ertel": "ES-4293", "lerrcp": "A1-894"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Walkowiak", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1927-03-02 22:00", "note": null, "place": {"c1": null, "c2": "03", "c3": "", "cy": "FR", "lg": 2.60254, "lat": 46.34015, "name": "Montluçon", "geoid": 2992292}, "notime": null, "date-ut": "1927-03-02 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Walkowiak"}, "birth": {"tzo": "+00:00", "date": "1927-03-02 22:00", "place": {"c2": "03", "cy": "FR", "lg": 2.60254, "lat": 46.34015, "name": "Montluçon", "geoid": 2992292}, "date-ut": "1927-03-02 22:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-894"}, "ids-in-sources": {"a1": "894"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "03", "COU": "F", "DAY": "2", "LAT": "46N34", "LON": "3E20", "MON": "3", "NUM": "894", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "MONTLUCON"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-03-02 22:00"}, "partial-ids": {"ertel": "ES-4293"}}, "raw": {"L": "", "MF": "", "NR": "4293", "ENG": "", "MA_": "0", "G_NR": "894", "MA12": "5", "MARS": "15", "NAME": "Walkowiak", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,300", "CSINR": "", "KURTZ": "", "PHAS_": "4,900", "STUND": "22,00", "CFEPNR": "382", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.03.", "ZITATE": "DHO", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "424", "VORNAME": "Roger", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "02.03.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1927-03-02 22:00", "place": {"c3": ""}, "date-ut": "1927-03-02 22:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "382"}}, "raw": {"S": "5", "LT": "22 00", "LV": "F", "TR": "f", "UT": "22 00", "LAT": "+46.34", "SRC": "L", "LONG": "-02.61", "NAME": "WALKOWIAK Roger", "SPORT": "Cycling", "LOC_DATE": "1927 03 02", "UNIV_DATE": "1927 03 02", "BIRTH_PLACE": "MONTLUCON", "POSTAL_CODE": "03109 CEDEX"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
4816	hautefeuille-paul-1836-12-02	{"a2": "2732", "g55": "09-133"}	{"g55": "09-133", "lerrcp": "A2-2732"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Hautefeuille", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:39", "date": "1836-12-02 18:00", "note": null, "place": {"c1": null, "c2": "91", "c3": null, "cy": "FR", "lg": 2.16233, "lat": 48.43507, "name": "Étampes", "geoid": 3019459}, "notime": null, "date-ut": "1836-12-02 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Hautefeuille"}, "birth": {"tzo": "+00:08:39", "date": "1836-12-02 18:00", "place": {"c2": "91", "cy": "FR", "lg": 2.16233, "lat": 48.43507, "name": "Étampes", "geoid": 3019459}, "date-ut": "1836-12-02 17:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2732"}, "ids-in-sources": {"a2": "2732"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "91", "COU": "F", "DAY": "2", "LAT": "48N36", "LON": "2E20", "MON": "12", "NUM": "2732", "PRO": "S", "SEC": "40", "YEA": "1836", "CITY": "ETAMPES"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-133"}, "ids-in-source": {"g55": "09-133"}}, "raw": {"DAY": "2-12-1836", "HOUR": "18 h.", "NAME": "HAUTEFEUILLE Paul", "PLACE": "Etampes (Seine-et-Oise)."}, "date": "2023-08-20T14:49:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
897	astrua-giancarlo-1927-08-11	{"a1": "897", "3a_sports": "154"}	{"ertel": "ES-154", "lerrcp": "A1-897"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giancarlo", "family": "Astrua", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-08-11 21:00", "note": null, "place": {"c1": null, "c2": "VC", "c3": null, "cy": "IT", "lg": 8.5, "lat": 45.4, "name": "GRAGLIA", "geoid": 0}, "notime": null, "date-ut": "1927-08-11 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Giancarlo", "family": "Astrua"}, "birth": {"place": {"c2": "VC", "cy": "IT", "lg": 8.5, "lat": 45.4, "name": "GRAGLIA", "geoid": 0}, "date-ut": "1927-08-11 20:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-897"}, "ids-in-sources": {"a1": "897"}}, "raw": {"H": "21", "MN": "0", "TZ": "-1", "COD": "VC", "COU": "I", "DAY": "11", "LAT": "45N24", "LON": "8E30", "MON": "8", "NUM": "897", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "GRAGLIA"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-08-11 21:00"}, "partial-ids": {"ertel": "ES-154"}}, "raw": {"L": "", "MF": "", "NR": "154", "ENG": "", "MA_": "1", "G_NR": "897", "MA12": "7", "MARS": "19", "NAME": "Astrua", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,200", "CSINR": "", "KURTZ": "", "PHAS_": "93,900", "STUND": "21,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "11.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giancarlo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.08.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
898	aureggi-franco-1928-03-09	{"a1": "898", "3a_sports": "163"}	{"ertel": "ES-163", "lerrcp": "A1-898"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franco", "family": "Aureggi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-03-09 11:00", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "IT", "lg": 9.11064, "lat": 45.70298, "name": "Carimate", "geoid": 3180510}, "notime": null, "date-ut": "1928-03-09 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Franco", "family": "Aureggi"}, "birth": {"place": {"c2": "CO", "cy": "IT", "lg": 9.11064, "lat": 45.70298, "name": "Carimate", "geoid": 3180510}, "date-ut": "1928-03-09 10:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-898"}, "ids-in-sources": {"a1": "898"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "CO", "COU": "I", "DAY": "9", "LAT": "45N48", "LON": "9E15", "MON": "3", "NUM": "898", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "CARIMATE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-03-09 11:00"}, "partial-ids": {"ertel": "ES-163"}}, "raw": {"L": "", "MF": "", "NR": "163", "ENG": "1", "MA_": "2", "G_NR": "898", "MA12": "4", "MARS": "12", "NAME": "Aureggi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,800", "CSINR": "", "KURTZ": "", "PHAS_": "93,800", "STUND": "11,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "09.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Franco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.03.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
900	baldini-ercole-1933-01-26	{"a1": "900", "3a_sports": "208"}	{"ertel": "ES-208", "lerrcp": "A1-900"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ercole", "family": "Baldini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-01-26 06:30", "note": null, "place": {"c1": null, "c2": "FO", "c3": null, "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "VILLANOVA", "geoid": 0}, "notime": null, "date-ut": "1933-01-26 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Ercole", "family": "Baldini"}, "birth": {"place": {"c2": "FO", "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "VILLANOVA", "geoid": 0}, "date-ut": "1933-01-26 05:30"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-900"}, "ids-in-sources": {"a1": "900"}}, "raw": {"H": "6", "MN": "30", "TZ": "-1", "COD": "FO", "COU": "I", "DAY": "26", "LAT": "44N12", "LON": "12E30", "MON": "1", "NUM": "900", "PRO": "C", "SEC": "0", "YEA": "1933", "CITY": "VILLANOVA"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1933-01-26 06:30"}, "partial-ids": {"ertel": "ES-208"}}, "raw": {"L": "", "MF": "", "NR": "208", "ENG": "", "MA_": "1", "G_NR": "900", "MA12": "5", "MARS": "14", "NAME": "Baldini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,300", "CSINR": "", "KURTZ": "", "PHAS_": "0,100", "STUND": "6,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "26.01.", "ZITATE": "DHKSF", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ercole", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "26.01.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4819	helbronner-paul-1871-04-24	{"a2": "2735", "g55": "09-135"}	{"g55": "09-135", "lerrcp": "A2-2735"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Helbronner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:18", "date": "1871-04-24 21:40", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.82606, "lat": 49.41794, "name": "Compiègne", "geoid": 3024066}, "notime": null, "date-ut": "1871-04-24 21:31:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Helbronner"}, "birth": {"tzo": "+00:11:18", "date": "1871-04-24 21:40", "place": {"c2": "60", "cy": "FR", "lg": 2.82606, "lat": 49.41794, "name": "Compiègne", "geoid": 3024066}, "date-ut": "1871-04-24 21:31:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2735"}, "ids-in-sources": {"a2": "2735"}}, "raw": {"H": "21", "MN": "31", "TZ": "0", "COD": "60", "COU": "F", "DAY": "24", "LAT": "49N26", "LON": "2E 5", "MON": "4", "NUM": "2735", "PRO": "S", "SEC": "40", "YEA": "1871", "CITY": "COMPIEGNE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-135"}, "ids-in-source": {"g55": "09-135"}}, "raw": {"DAY": "24-4-1871", "HOUR": "21 h. 40", "NAME": "HELBRONNER Paul", "PLACE": "Compiègne (Oise)."}, "date": "2023-08-20T14:49:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4821	hirn-gustave-1815-08-21	{"a2": "2737", "g55": "09-136"}	{"g55": "09-136", "lerrcp": "A2-2737"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Hirn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:16", "date": "1815-08-21 05:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.31762, "lat": 48.08542, "name": "Logelbach", "geoid": 2997918}, "notime": null, "date-ut": "1815-08-21 04:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Hirn"}, "birth": {"tzo": "+00:29:16", "date": "1815-08-21 05:00", "place": {"c2": "68", "cy": "FR", "lg": 7.31762, "lat": 48.08542, "name": "Logelbach", "geoid": 2997918}, "date-ut": "1815-08-21 04:30:36"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2737"}, "ids-in-sources": {"a2": "2737"}}, "raw": {"H": "4", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "21", "LAT": "48N 5", "LON": "7E21", "MON": "8", "NUM": "2737", "PRO": "S", "SEC": "36", "YEA": "1815", "CITY": "LOGELBACH"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-136"}, "ids-in-source": {"g55": "09-136"}}, "raw": {"DAY": "21-8-1815", "HOUR": "5 h.", "NAME": "HIRN Gustave", "PLACE": "Logelbach (Haut-Rhin)."}, "date": "2023-08-20T14:49:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
902	bartali-gino-1914-07-18	{"a1": "902", "3a_sports": "260"}	{"ertel": "ES-260", "lerrcp": "A1-902"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gino", "family": "Bartali", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-07-18 11:00", "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.32252, "lat": 43.75115, "name": "Bagno a Ripoli", "geoid": 3182522}, "notime": null, "date-ut": "1914-07-18 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Gino", "family": "Bartali"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.32252, "lat": 43.75115, "name": "Bagno a Ripoli", "geoid": 3182522}, "date-ut": "1914-07-18 10:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-902"}, "ids-in-sources": {"a1": "902"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "18", "LAT": "43N42", "LON": "11E30", "MON": "7", "NUM": "902", "PRO": "C", "SEC": "0", "YEA": "1914", "CITY": "BAGNO A RIPOLI"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1914-07-18 11:00"}, "partial-ids": {"ertel": "ES-260"}}, "raw": {"L": "", "MF": "", "NR": "260", "ENG": "1", "MA_": "2", "G_NR": "902", "MA12": "1", "MARS": "3", "NAME": "Bartali", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,800", "CSINR": "", "KURTZ": "dp", "PHAS_": "25,600", "STUND": "11,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "18.07.", "ZITATE": "DHKSFO", "ZITSUM": "6", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gino", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "18.07.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "5"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
904	benedetti-rino-1927-01-18	{"a1": "904", "3a_sports": "339"}	{"ertel": "ES-339", "lerrcp": "A1-904"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rino", "family": "Benedetti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-01-18 03:30", "note": null, "place": {"c1": null, "c2": "PT", "c3": null, "cy": "IT", "lg": 11.25, "lat": 44, "name": "PONTE BUGGIANES", "geoid": 0}, "notime": null, "date-ut": "1927-01-18 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Rino", "family": "Benedetti"}, "birth": {"place": {"c2": "PT", "cy": "IT", "lg": 11.25, "lat": 44, "name": "PONTE BUGGIANES", "geoid": 0}, "date-ut": "1927-01-18 02:30"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-904"}, "ids-in-sources": {"a1": "904"}}, "raw": {"H": "3", "MN": "30", "TZ": "-1", "COD": "PT", "COU": "I", "DAY": "18", "LAT": "44N 0", "LON": "11E15", "MON": "1", "NUM": "904", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "PONTE BUGGIANES"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-01-18 03:30"}, "partial-ids": {"ertel": "ES-339"}}, "raw": {"L": "", "MF": "", "NR": "339", "ENG": "", "MA_": "1", "G_NR": "904", "MA12": "7", "MARS": "21", "NAME": "Benedetti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,900", "CSINR": "", "KURTZ": "", "PHAS_": "100,00", "STUND": "3,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "18.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Rino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.01.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4823	houzeau-auguste-1829-03-23	{"a2": "2739", "g55": "09-138"}	{"g55": "09-138", "lerrcp": "A2-2739"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Houzeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:01", "date": "1829-03-23 04:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.00288, "lat": 49.28669, "name": "Elbeuf", "geoid": 3020307}, "notime": null, "date-ut": "1829-03-23 03:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Houzeau"}, "birth": {"tzo": "+00:04:01", "date": "1829-03-23 04:00", "place": {"c2": "76", "cy": "FR", "lg": 1.00288, "lat": 49.28669, "name": "Elbeuf", "geoid": 3020307}, "date-ut": "1829-03-23 03:55:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2739"}, "ids-in-sources": {"a2": "2739"}}, "raw": {"H": "3", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "23", "LAT": "49N26", "LON": "1E 5", "MON": "3", "NUM": "2739", "PRO": "S", "SEC": "40", "YEA": "1829", "CITY": "ELBEUF"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-138"}, "ids-in-source": {"g55": "09-138"}}, "raw": {"DAY": "23-3-1829", "HOUR": "4 h.", "NAME": "HOUZEAU Auguste", "PLACE": "Elbeuf (Seine-Inférieure)."}, "date": "2023-08-20T14:49:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
907	biagioni-serafino-1920-03-12	{"a1": "907", "3a_sports": "425"}	{"ertel": "ES-425", "lerrcp": "A1-907"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Serafino", "family": "Biagioni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-03-12 21:00", "note": null, "place": {"c1": null, "c2": "PT", "c3": null, "cy": "IT", "lg": 10.92361, "lat": 43.92125, "name": "Pistoia", "geoid": 3170621}, "notime": null, "date-ut": "1920-03-12 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Serafino", "family": "Biagioni"}, "birth": {"place": {"c2": "PT", "cy": "IT", "lg": 10.92361, "lat": 43.92125, "name": "Pistoia", "geoid": 3170621}, "date-ut": "1920-03-12 20:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-907"}, "ids-in-sources": {"a1": "907"}}, "raw": {"H": "21", "MN": "0", "TZ": "-1", "COD": "PT", "COU": "I", "DAY": "12", "LAT": "44N 0", "LON": "11E15", "MON": "3", "NUM": "907", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "PISTOIA"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-03-12 21:00"}, "partial-ids": {"ertel": "ES-425"}}, "raw": {"L": "", "MF": "", "NR": "425", "ENG": "", "MA_": "1", "G_NR": "907", "MA12": "12", "MARS": "35", "NAME": "Biagioni", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,100", "CSINR": "", "KURTZ": "", "PHAS_": "57,200", "STUND": "21,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "12.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Serafino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.03.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
908	bianchi-mario-1905-11-26	{"a1": "908", "3a_sports": "428"}	{"ertel": "ES-428", "lerrcp": "A1-908"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Bianchi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1905-11-26 20:30", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "IT", "lg": 9.00424, "lat": 45.65727, "name": "Turate", "geoid": 6535757}, "notime": null, "date-ut": "1905-11-26 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Bianchi"}, "birth": {"place": {"c2": "CO", "cy": "IT", "lg": 9.00424, "lat": 45.65727, "name": "Turate", "geoid": 6535757}, "date-ut": "1905-11-26 19:30"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-908"}, "ids-in-sources": {"a1": "908"}}, "raw": {"H": "20", "MN": "30", "TZ": "-1", "COD": "CO", "COU": "I", "DAY": "26", "LAT": "45N48", "LON": "9E15", "MON": "11", "NUM": "908", "PRO": "C", "SEC": "0", "YEA": "1905", "CITY": "TURATE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1905-11-26 20:30"}, "partial-ids": {"ertel": "ES-428"}}, "raw": {"L": "", "MF": "", "NR": "428", "ENG": "", "MA_": "0", "G_NR": "908", "MA12": "6", "MARS": "17", "NAME": "Bianchi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,600", "CSINR": "", "KURTZ": "", "PHAS_": "0,900", "STUND": "20,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "26.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.11.1905", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
910	boni-guido-1933-04-14	{"a1": "910", "3a_sports": "531"}	{"ertel": "ES-531", "lerrcp": "A1-910"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guido", "family": "Boni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-04-14 07:00", "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.46682, "lat": 43.93371, "name": "Vicchio", "geoid": 3164422}, "notime": null, "date-ut": "1933-04-14 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Guido", "family": "Boni"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.46682, "lat": 43.93371, "name": "Vicchio", "geoid": 3164422}, "date-ut": "1933-04-14 06:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-910"}, "ids-in-sources": {"a1": "910"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "14", "LAT": "43N42", "LON": "11E30", "MON": "4", "NUM": "910", "PRO": "C", "SEC": "0", "YEA": "1933", "CITY": "VICCHIO"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1933-04-14 07:00"}, "partial-ids": {"ertel": "ES-531"}}, "raw": {"L": "", "MF": "", "NR": "531", "ENG": "", "MA_": "0", "G_NR": "910", "MA12": "8", "MARS": "24", "NAME": "Boni", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,800", "CSINR": "", "KURTZ": "", "PHAS_": "83,700", "STUND": "7,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "14.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Guido", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.04.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:56+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4825	imbeaux-edouard-1861-12-01	{"a2": "2741", "g55": "09-139"}	{"g55": "09-139", "lerrcp": "A2-2741"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Imbeaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:25", "date": "1861-12-01 07:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.35281, "lat": 48.48925, "name": "Brémoncourt", "geoid": 3030371}, "notime": null, "date-ut": "1861-12-01 06:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Imbeaux"}, "birth": {"tzo": "+00:25:25", "date": "1861-12-01 07:00", "place": {"c2": "54", "cy": "FR", "lg": 6.35281, "lat": 48.48925, "name": "Brémoncourt", "geoid": 3030371}, "date-ut": "1861-12-01 06:35:12"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2741"}, "ids-in-sources": {"a2": "2741"}}, "raw": {"H": "6", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "1", "LAT": "48N42", "LON": "6E12", "MON": "12", "NUM": "2741", "PRO": "S", "SEC": "12", "YEA": "1861", "CITY": "BREMONCOURT"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-139"}, "ids-in-source": {"g55": "09-139"}}, "raw": {"DAY": "1-12-1861", "HOUR": "7 h.", "NAME": "IMBEAUX Edouard", "PLACE": "Brémoncourt (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:49:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4828	javillier-maurice-1875-02-05	{"a2": "2744", "g55": "09-141", "afd5": "506"}	{"g55": "09-141", "lerrcp": "A2-2744", "muller": "M5-506"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Maurice", "family": "Javillier", "spouse": [], "official": {"given": "Jean Maurice", "family": null}}	\N	{"lmt": null, "tzo": "+00:12:38", "date": "1875-02-05 16:30", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.159, "lat": 46.98956, "name": "Nevers", "geoid": 2990474}, "notime": null, "date-ut": "1875-02-05 16:17:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist", "physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Javillier"}, "birth": {"tzo": "+00:12:38", "date": "1875-02-05 16:30", "place": {"c2": "58", "cy": "FR", "lg": 3.159, "lat": 46.98956, "name": "Nevers", "geoid": 2990474}, "date-ut": "1875-02-05 16:17:24"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2744"}, "ids-in-sources": {"a2": "2744"}}, "raw": {"H": "16", "MN": "17", "TZ": "0", "COD": "58", "COU": "F", "DAY": "5", "LAT": "46N59", "LON": "3E 9", "MON": "2", "NUM": "2744", "PRO": "S", "SEC": "24", "YEA": "1875", "CITY": "NEVERS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Javillier", "official": {"given": "Jean Maurice"}}, "birth": {"date": "1875-02-05 16:30", "place": {"name": "Nevers"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "506"}}, "raw": {"NR": "506", "GNR": "SA2274", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1875", "KORR": "", "MARS": "25", "MODE": "LMT", "MOND": "19", "NAME": "JAVILLIER (JEAN MAURICE).", "AUFAB": "-4.00", "PHAS_": "2.300", "SONNE": "17", "VENUS": "22", "BREITE": "46 N 59", "GEBORT": "Nevers (Nièvre)", "LAENGE": "003 E 09", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "18", "GEBZEIT": "16.30", "JUPITER": "27", "ELECTAGE": "74,9", "ELECTDAT": "08.12.1949", "GEBDATUM": "05.02.1875", "STBDATUM": "15.06.1955"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "09-141"}, "ids-in-source": {"g55": "09-141"}}, "raw": {"DAY": "5-2-1875", "HOUR": "16 h. 30", "NAME": "JAVILLIER Maurice", "PLACE": "Nevers (Nièvre)."}, "date": "2023-08-20T14:49:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
912	brasola-annibale-1925-06-16	{"a1": "912", "3a_sports": "652"}	{"ertel": "ES-652", "lerrcp": "A1-912"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Annibale", "family": "Brasola", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-06-16 17:30", "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45.4, "name": "GALZIGNANO", "geoid": 0}, "notime": null, "date-ut": "1925-06-16 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Annibale", "family": "Brasola"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 12.25, "lat": 45.4, "name": "GALZIGNANO", "geoid": 0}, "date-ut": "1925-06-16 16:30"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-912"}, "ids-in-sources": {"a1": "912"}}, "raw": {"H": "17", "MN": "30", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "16", "LAT": "45N24", "LON": "12E15", "MON": "6", "NUM": "912", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "GALZIGNANO"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-06-16 17:30"}, "partial-ids": {"ertel": "ES-652"}}, "raw": {"L": "", "MF": "", "NR": "652", "ENG": "", "MA_": "1", "G_NR": "912", "MA12": "5", "MARS": "13", "NAME": "Brasola", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,600", "CSINR": "", "KURTZ": "", "PHAS_": "25,000", "STUND": "17,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "16.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Annibale", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.06.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
914	burati-giuseppe-1929-11-03	{"a1": "914", "3a_sports": "726"}	{"ertel": "ES-726", "lerrcp": "A1-914"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Burati", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-11-03 19:15", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 8.99445, "lat": 45.28906, "name": "Motta Visconti", "geoid": 3172502}, "notime": null, "date-ut": "1929-11-03 18:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Burati"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 8.99445, "lat": 45.28906, "name": "Motta Visconti", "geoid": 3172502}, "date-ut": "1929-11-03 18:15"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-914"}, "ids-in-sources": {"a1": "914"}}, "raw": {"H": "19", "MN": "15", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "3", "LAT": "45N30", "LON": "9E15", "MON": "11", "NUM": "914", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "MOTTA VISCONTI"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-11-03 19:15"}, "partial-ids": {"ertel": "ES-726"}}, "raw": {"L": "", "MF": "", "NR": "726", "ENG": "", "MA_": "1", "G_NR": "914", "MA12": "7", "MARS": "21", "NAME": "Burati", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,000", "CSINR": "", "KURTZ": "", "PHAS_": "2,300", "STUND": "19,25", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "03.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giuseppe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.11.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4830	joly-nicolas-1812-07-11	{"a2": "2746", "g55": "09-142"}	{"g55": "09-142", "lerrcp": "A2-2746"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicolas", "family": "Joly", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:34", "date": "1812-07-11 21:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 5.89115, "lat": 48.68075, "name": "Toul", "geoid": 2972350}, "notime": null, "date-ut": "1812-07-11 20:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Nicolas", "family": "Joly"}, "birth": {"tzo": "+00:23:34", "date": "1812-07-11 21:00", "place": {"c2": "54", "cy": "FR", "lg": 5.89115, "lat": 48.68075, "name": "Toul", "geoid": 2972350}, "date-ut": "1812-07-11 20:35:12"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2746"}, "ids-in-sources": {"a2": "2746"}}, "raw": {"H": "20", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "11", "LAT": "48N42", "LON": "6E12", "MON": "7", "NUM": "2746", "PRO": "S", "SEC": "12", "YEA": "1812", "CITY": "TOUL"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-142"}, "ids-in-source": {"g55": "09-142"}}, "raw": {"DAY": "11-7-1812", "HOUR": "21 h.", "NAME": "JOLY Nicolas", "PLACE": "Toul (Meurthe)."}, "date": "2023-08-20T14:49:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4831	jonquieres-ernest-1820-07-03	{"a2": "2747", "a3": "645", "g55": "04-370"}	{"g55": "04-370", "lerrcp": "A2-2747"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Jonquieres", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:12", "date": "1820-07-03 03:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 5.04813, "lat": 44.05507, "name": "Carpentras", "geoid": 3028542}, "notime": null, "date-ut": "1820-07-03 02:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist", "military-personnel"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Jonquieres"}, "birth": {"tzo": "+00:20:12", "date": "1820-07-03 03:00", "place": {"c2": "84", "cy": "FR", "lg": 5.04813, "lat": 44.05507, "name": "Carpentras", "geoid": 3028542}, "date-ut": "1820-07-03 02:40:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2747"}, "ids-in-sources": {"a2": "2747"}}, "raw": {"H": "2", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "3", "LAT": "43N57", "LON": "4E50", "MON": "7", "NUM": "2747", "PRO": "S", "SEC": "40", "YEA": "1820", "CITY": "CARPENTRAS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["military-personnel"], "sources": "a3", "ids-in-sources": {"a3": "645"}}, "raw": {"H": "2", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "3", "LAT": "43N57", "LON": "4E50", "MON": "7", "NUM": "645", "PRO": "M", "SEC": "40", "YEA": "1820", "CITY": "CARPENTRAS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-370"}, "ids-in-source": {"g55": "04-370"}}, "raw": {"DAY": "3-7-1820", "HOUR": "3 h.", "NAME": "FAUQUE de JONQUIERES (de) Jean", "PLACE": "Carpentras (Vau.)."}, "date": "2023-08-20T14:48:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}, {"new": [], "raw": {"DAY": "3-7-1820", "HOUR": "3 h.", "NAME": "JONQUIERES (Fauque de) Ernest", "PLACE": "Carpentras (Vaucluse)."}, "date": "2023-08-20T14:49:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
917	casola-luigi-1921-07-11	{"a1": "917", "3a_sports": "880"}	{"ertel": "ES-880", "lerrcp": "A1-917"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Casola", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-07-11 02:00", "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "IT", "lg": 8.84914, "lat": 45.61128, "name": "Busto Arsizio", "geoid": 3181355}, "notime": null, "date-ut": "1921-07-11 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Casola"}, "birth": {"place": {"c2": "VA", "cy": "IT", "lg": 8.84914, "lat": 45.61128, "name": "Busto Arsizio", "geoid": 3181355}, "date-ut": "1921-07-11 01:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-917"}, "ids-in-sources": {"a1": "917"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "VA", "COU": "I", "DAY": "11", "LAT": "45N48", "LON": "9E 0", "MON": "7", "NUM": "917", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "BUSTO ARSIZIO"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-07-11 02:00"}, "partial-ids": {"ertel": "ES-880"}}, "raw": {"L": "", "MF": "", "NR": "880", "ENG": "", "MA_": "1", "G_NR": "917", "MA12": "11", "MARS": "31", "NAME": "Casola", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,600", "CSINR": "", "KURTZ": "", "PHAS_": "37,200", "STUND": "2,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "11.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.07.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
919	chiarlone-valerio-1931-07-20	{"a1": "919", "3a_sports": "998"}	{"ertel": "ES-998", "lerrcp": "A1-919"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Valerio", "family": "Chiarlone", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-07-20 10:00", "note": null, "place": {"c1": null, "c2": "SV", "c3": null, "cy": "IT", "lg": 8.30805, "lat": 44.48504, "name": "Piana Crixia", "geoid": 3171027}, "notime": null, "date-ut": "1931-07-20 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Valerio", "family": "Chiarlone"}, "birth": {"place": {"c2": "SV", "cy": "IT", "lg": 8.30805, "lat": 44.48504, "name": "Piana Crixia", "geoid": 3171027}, "date-ut": "1931-07-20 09:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-919"}, "ids-in-sources": {"a1": "919"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "SV", "COU": "I", "DAY": "20", "LAT": "44N18", "LON": "8E45", "MON": "7", "NUM": "919", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "PIANA CRIXIA"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-07-20 10:00"}, "partial-ids": {"ertel": "ES-998"}}, "raw": {"L": "", "MF": "", "NR": "998", "ENG": "1", "MA_": "2", "G_NR": "919", "MA12": "1", "MARS": "1", "NAME": "Chiarlone", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,500", "CSINR": "", "KURTZ": "", "PHAS_": "25,600", "STUND": "10,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "20.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Valerio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.07.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4833	joubin-louis-1861-02-27	{"a2": "2749", "g55": "09-145"}	{"g55": "09-145", "lerrcp": "A2-2749"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Joubin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:49", "date": "1861-02-27 05:00", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.45304, "lat": 48.18324, "name": "Épinal", "geoid": 3020035}, "notime": null, "date-ut": "1861-02-27 04:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Joubin"}, "birth": {"tzo": "+00:25:49", "date": "1861-02-27 05:00", "place": {"c2": "88", "cy": "FR", "lg": 6.45304, "lat": 48.18324, "name": "Épinal", "geoid": 3020035}, "date-ut": "1861-02-27 04:34:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2749"}, "ids-in-sources": {"a2": "2749"}}, "raw": {"H": "4", "MN": "34", "TZ": "0", "COD": "88", "COU": "F", "DAY": "27", "LAT": "48N10", "LON": "6E28", "MON": "2", "NUM": "2749", "PRO": "S", "SEC": "8", "YEA": "1861", "CITY": "EPINAL"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-145"}, "ids-in-source": {"g55": "09-145"}}, "raw": {"DAY": "27-2-1861", "HOUR": "5 h.", "NAME": "JOUBIN Louis", "PLACE": "Epinal (Vosges)."}, "date": "2023-08-20T14:49:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
921	cipriani-mario-1909-05-29	{"a1": "921", "3a_sports": "1020"}	{"ertel": "ES-1020", "lerrcp": "A1-921"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Cipriani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1909-05-29 06:00", "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.5, "lat": 43.7, "name": "PRATO DI TOSCAN", "geoid": 0}, "notime": null, "date-ut": "1909-05-29 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Cipriani"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.5, "lat": 43.7, "name": "PRATO DI TOSCAN", "geoid": 0}, "date-ut": "1909-05-29 05:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-921"}, "ids-in-sources": {"a1": "921"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "29", "LAT": "43N42", "LON": "11E30", "MON": "5", "NUM": "921", "PRO": "C", "SEC": "0", "YEA": "1909", "CITY": "PRATO DI TOSCAN"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1909-05-29 06:00"}, "partial-ids": {"ertel": "ES-1020"}}, "raw": {"L": "", "MF": "", "NR": "1020", "ENG": "0", "MA_": "2", "G_NR": "921", "MA12": "3", "MARS": "9", "NAME": "Cipriani", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,100", "CSINR": "", "KURTZ": "", "PHAS_": "68,100", "STUND": "6,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "29.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.05.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
922	coletto-agostino-1927-08-14	{"a1": "922", "3a_sports": "1054"}	{"ertel": "ES-1054", "lerrcp": "A1-922"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Agostino", "family": "Coletto", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-08-14 07:40", "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 7.39862, "lat": 45.07714, "name": "Avigliana", "geoid": 3182634}, "notime": null, "date-ut": "1927-08-14 06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Agostino", "family": "Coletto"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 7.39862, "lat": 45.07714, "name": "Avigliana", "geoid": 3182634}, "date-ut": "1927-08-14 06:40"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-922"}, "ids-in-sources": {"a1": "922"}}, "raw": {"H": "7", "MN": "40", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "14", "LAT": "45N 0", "LON": "8E 0", "MON": "8", "NUM": "922", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "AVIGLIANA"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-08-14 07:40"}, "partial-ids": {"ertel": "ES-1054"}}, "raw": {"L": "", "MF": "", "NR": "1054", "ENG": "1", "MA_": "2", "G_NR": "922", "MA12": "1", "MARS": "1", "NAME": "Coletto", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,900", "CSINR": "", "KURTZ": "", "PHAS_": "98,900", "STUND": "7,67", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "14.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Agostino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.08.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
925	corrieri-giovanni-1920-02-07	{"a1": "925", "3a_sports": "1117"}	{"ertel": "ES-1117", "lerrcp": "A1-925"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Corrieri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-02-07 20:00", "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "notime": null, "date-ut": "1920-02-07 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Corrieri"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "date-ut": "1920-02-07 19:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-925"}, "ids-in-sources": {"a1": "925"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "7", "LAT": "38N 0", "LON": "15E30", "MON": "2", "NUM": "925", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "MESSINA"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-02-07 20:00"}, "partial-ids": {"ertel": "ES-1117"}}, "raw": {"L": "", "MF": "", "NR": "1117", "ENG": "", "MA_": "0", "G_NR": "925", "MA12": "11", "MARS": "32", "NAME": "Corrieri", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,100", "CSINR": "", "KURTZ": "", "PHAS_": "91,300", "STUND": "20,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "07.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giovanni", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.02.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4835	jumelle-henri-1866-11-26	{"a2": "2751", "g55": "09-147"}	{"g55": "09-147", "lerrcp": "A2-2751"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Jumelle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:28", "date": "1866-11-26 00:14:28", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 1.36566, "lat": 48.73649, "name": "Dreux", "geoid": 3020810}, "notime": null, "date-ut": "1866-11-26 00:09"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Jumelle"}, "birth": {"tzo": "+00:05:28", "date": "1866-11-26 00:14:28", "place": {"c2": "28", "cy": "FR", "lg": 1.36566, "lat": 48.73649, "name": "Dreux", "geoid": 3020810}, "date-ut": "1866-11-26 00:09"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2751"}, "ids-in-sources": {"a2": "2751"}}, "raw": {"H": "0", "MN": "9", "TZ": "0", "COD": "28", "COU": "F", "DAY": "26", "LAT": "48N27", "LON": "1E30", "MON": "11", "NUM": "2751", "PRO": "S", "SEC": "0", "YEA": "1866", "CITY": "DREUX"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-147"}, "ids-in-source": {"g55": "09-147"}}, "raw": {"DAY": "25-11-1866", "HOUR": "0 h. 15", "NAME": "JUMELLE Henri", "PLACE": "Dreux (Eure-et-Loir)."}, "date": "2023-08-20T14:49:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
928	di-paco-raffaele-1908-06-07	{"a1": "928", "3a_sports": "1409"}	{"ertel": "ES-1409", "lerrcp": "A1-928"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raffaele", "family": "Di Paco", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1908-06-07 04:00", "note": null, "place": {"c1": null, "c2": "PI", "c3": null, "cy": "IT", "lg": 10.51441, "lat": 43.57064, "name": "Fauglia", "geoid": 3177150}, "notime": null, "date-ut": "1908-06-07 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Raffaele", "family": "Di Paco"}, "birth": {"place": {"c2": "PI", "cy": "IT", "lg": 10.51441, "lat": 43.57064, "name": "Fauglia", "geoid": 3177150}, "date-ut": "1908-06-07 03:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-928"}, "ids-in-sources": {"a1": "928"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "PI", "COU": "I", "DAY": "7", "LAT": "43N42", "LON": "10E30", "MON": "6", "NUM": "928", "PRO": "C", "SEC": "0", "YEA": "1908", "CITY": "FAUGLIA"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1908-06-07 04:00"}, "partial-ids": {"ertel": "ES-1409"}}, "raw": {"L": "", "MF": "", "NR": "1409", "ENG": "", "MA_": "1", "G_NR": "928", "MA12": "11", "MARS": "31", "NAME": "DiPaco", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "48,100", "STUND": "4,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "07.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Raffaele", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.06.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:09+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
929	fabbri-nello-1934-03-15	{"a1": "929", "3a_sports": "1568"}	{"ertel": "ES-1568", "lerrcp": "A1-929"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nello", "family": "Fabbri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-03-15 08:00", "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1934-03-15 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Nello", "family": "Fabbri"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1934-03-15 07:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-929"}, "ids-in-sources": {"a1": "929"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "15", "LAT": "41N54", "LON": "12E30", "MON": "3", "NUM": "929", "PRO": "C", "SEC": "0", "YEA": "1934", "CITY": "ROMA"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1934-03-15 08:00"}, "partial-ids": {"ertel": "ES-1568"}}, "raw": {"L": "", "MF": "", "NR": "1568", "ENG": "1", "MA_": "2", "G_NR": "929", "MA12": "1", "MARS": "2", "NAME": "Fabbri", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,600", "CSINR": "", "KURTZ": "", "PHAS_": "0,400", "STUND": "8,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "15.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Nello", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.03.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
930	faggin-leandro-1933-07-18	{"a1": "930", "3a_sports": "1574"}	{"ertel": "ES-1574", "lerrcp": "A1-930"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leandro", "family": "Faggin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-07-18 09:40", "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "notime": null, "date-ut": "1933-07-18 08:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Leandro", "family": "Faggin"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "date-ut": "1933-07-18 08:40"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-930"}, "ids-in-sources": {"a1": "930"}}, "raw": {"H": "9", "MN": "40", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "18", "LAT": "45N24", "LON": "12E15", "MON": "7", "NUM": "930", "PRO": "C", "SEC": "0", "YEA": "1933", "CITY": "PADOVA"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1933-07-18 09:40"}, "partial-ids": {"ertel": "ES-1574"}}, "raw": {"L": "", "MF": "", "NR": "1574", "ENG": "", "MA_": "1", "G_NR": "930", "MA12": "12", "MARS": "35", "NAME": "Faggin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,900", "CSINR": "", "KURTZ": "", "PHAS_": "19,000", "STUND": "9,67", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "18.07.", "ZITATE": "DHKSFO", "ZITSUM": "6", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Leandro", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "18.07.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "5"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4838	koenigs-gabriel-1858-01-17	{"a2": "2754", "g55": "09-148"}	{"g55": "09-148", "lerrcp": "A2-2754"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Koenigs", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1858-01-17 01:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1858-01-17 00:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Koenigs"}, "birth": {"tzo": "+00:05:46", "date": "1858-01-17 01:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1858-01-17 00:54:16"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2754"}, "ids-in-sources": {"a2": "2754"}}, "raw": {"H": "0", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "17", "LAT": "43N37", "LON": "1E26", "MON": "1", "NUM": "2754", "PRO": "S", "SEC": "16", "YEA": "1858", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-148"}, "ids-in-source": {"g55": "09-148"}}, "raw": {"DAY": "17-1-1858", "HOUR": "1 h.", "NAME": "KOENIGS Gabriel", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:49:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
932	fantini-alessandro-1932-01-01	{"a1": "932", "3a_sports": "1584"}	{"ertel": "ES-1584", "lerrcp": "A1-932"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alessandro", "family": "Fantini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-01-01 03:00", "note": null, "place": {"c1": null, "c2": "CH", "c3": null, "cy": "IT", "lg": 14.47962, "lat": 42.23564, "name": "Fossacesia", "geoid": 3176652}, "notime": null, "date-ut": "1932-01-01 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Alessandro", "family": "Fantini"}, "birth": {"place": {"c2": "CH", "cy": "IT", "lg": 14.47962, "lat": 42.23564, "name": "Fossacesia", "geoid": 3176652}, "date-ut": "1932-01-01 02:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-932"}, "ids-in-sources": {"a1": "932"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "CH", "COU": "I", "DAY": "1", "LAT": "42N18", "LON": "14E15", "MON": "1", "NUM": "932", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "FOSSACESIA"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-01-01 03:00"}, "partial-ids": {"ertel": "ES-1584"}}, "raw": {"L": "", "MF": "", "NR": "1584", "ENG": "", "MA_": "1", "G_NR": "932", "MA12": "10", "MARS": "30", "NAME": "Fantini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,20", "CSINR": "", "KURTZ": "", "PHAS_": "50,800", "STUND": "3,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alessandro", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.01.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
933	filippi-riccardo-1931-01-25	{"a1": "933", "3a_sports": "1636"}	{"ertel": "ES-1636", "lerrcp": "A1-933"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Riccardo", "family": "Filippi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-01-25 19:00", "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 7.87617, "lat": 45.46723, "name": "Ivrea", "geoid": 3175384}, "notime": null, "date-ut": "1931-01-25 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Riccardo", "family": "Filippi"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 7.87617, "lat": 45.46723, "name": "Ivrea", "geoid": 3175384}, "date-ut": "1931-01-25 18:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-933"}, "ids-in-sources": {"a1": "933"}}, "raw": {"H": "19", "MN": "0", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "25", "LAT": "45N 0", "LON": "8E 0", "MON": "1", "NUM": "933", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "IVREA"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-01-25 19:00"}, "partial-ids": {"ertel": "ES-1636"}}, "raw": {"L": "", "MF": "", "NR": "1636", "ENG": "1", "MA_": "2", "G_NR": "933", "MA12": "1", "MARS": "2", "NAME": "Filippi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,300", "CSINR": "", "KURTZ": "", "PHAS_": "31,200", "STUND": "19,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "25.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Riccardo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.01.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
935	ghella-mario-1929-06-23	{"a1": "935", "3a_sports": "1841"}	{"ertel": "ES-1841", "lerrcp": "A1-935"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Ghella", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-06-23 20:00", "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 7.82233, "lat": 45.01395, "name": "Chieri", "geoid": 3178818}, "notime": null, "date-ut": "1929-06-23 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Ghella"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 7.82233, "lat": 45.01395, "name": "Chieri", "geoid": 3178818}, "date-ut": "1929-06-23 19:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-935"}, "ids-in-sources": {"a1": "935"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "23", "LAT": "45N 0", "LON": "8E 0", "MON": "6", "NUM": "935", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "CHIERI"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-06-23 20:00"}, "partial-ids": {"ertel": "ES-1841"}}, "raw": {"L": "", "MF": "", "NR": "1841", "ENG": "", "MA_": "0", "G_NR": "935", "MA12": "5", "MARS": "15", "NAME": "Ghella", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,600", "CSINR": "", "KURTZ": "", "PHAS_": "99,300", "STUND": "20,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "23.06.", "ZITATE": "KS", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "23.06.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4840	lacroix-alfred-1863-02-04	{"a2": "2756", "g55": "09-150"}	{"g55": "09-150", "lerrcp": "A2-2756"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Lacroix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:19", "date": "1863-02-04 03:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.82823, "lat": 46.31407, "name": "Mâcon", "geoid": 2996882}, "notime": null, "date-ut": "1863-02-04 02:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Lacroix"}, "birth": {"tzo": "+00:19:19", "date": "1863-02-04 03:00", "place": {"c2": "71", "cy": "FR", "lg": 4.82823, "lat": 46.31407, "name": "Mâcon", "geoid": 2996882}, "date-ut": "1863-02-04 02:40:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2756"}, "ids-in-sources": {"a2": "2756"}}, "raw": {"H": "2", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "4", "LAT": "46N18", "LON": "4E50", "MON": "2", "NUM": "2756", "PRO": "S", "SEC": "40", "YEA": "1863", "CITY": "MACON"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-150"}, "ids-in-source": {"g55": "09-150"}}, "raw": {"DAY": "4-2-1863", "HOUR": "3 h.", "NAME": "LACROIX Alfred", "PLACE": "Macon (Saône-et-Loire)."}, "date": "2023-08-20T14:49:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4841	lagatu-henri-1862-06-11	{"a2": "2757", "g55": "09-151"}	{"g55": "09-151", "lerrcp": "A2-2757"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Lagatu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:16:24", "date": "1862-06-11 14:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.1, "lat": 48, "name": "Ponthou", "geoid": 0}, "notime": null, "date-ut": "1862-06-11 14:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Lagatu"}, "birth": {"tzo": "-00:16:24", "date": "1862-06-11 14:00", "place": {"c2": "29", "cy": "FR", "lg": -4.1, "lat": 48, "name": "Ponthou", "geoid": 0}, "date-ut": "1862-06-11 14:16:24"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2757"}, "ids-in-sources": {"a2": "2757"}}, "raw": {"H": "14", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "11", "LAT": "48N 0", "LON": "4W 6", "MON": "6", "NUM": "2757", "PRO": "S", "SEC": "24", "YEA": "1862", "CITY": "PONTHOU"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Ponthou"}}, "partial-ids": {"g55": "09-151"}, "ids-in-source": {"g55": "09-151"}}, "raw": {"DAY": "11-6-1862", "HOUR": "14 h.", "NAME": "LAGATU Henri", "PLACE": "Ponthou (Finistère)."}, "date": "2023-08-20T14:49:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
937	gianneschi-mauro-1921-08-03	{"a1": "937", "3a_sports": "1851"}	{"ertel": "ES-1851", "lerrcp": "A1-937"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mauro", "family": "Gianneschi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-08-03 10:15", "note": null, "place": {"c1": null, "c2": "PI", "c3": null, "cy": "IT", "lg": 10.5, "lat": 43.7, "name": "CASTELFRANCO DI", "geoid": 0}, "notime": null, "date-ut": "1921-08-03 09:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Mauro", "family": "Gianneschi"}, "birth": {"place": {"c2": "PI", "cy": "IT", "lg": 10.5, "lat": 43.7, "name": "CASTELFRANCO DI", "geoid": 0}, "date-ut": "1921-08-03 09:15"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-937"}, "ids-in-sources": {"a1": "937"}}, "raw": {"H": "10", "MN": "15", "TZ": "-1", "COD": "PI", "COU": "I", "DAY": "3", "LAT": "43N42", "LON": "10E30", "MON": "8", "NUM": "937", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "CASTELFRANCO DI"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-08-03 10:15"}, "partial-ids": {"ertel": "ES-1851"}}, "raw": {"L": "", "MF": "", "NR": "1851", "ENG": "", "MA_": "0", "G_NR": "937", "MA12": "3", "MARS": "8", "NAME": "Gianneschi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,100", "CSINR": "", "KURTZ": "", "PHAS_": "1,300", "STUND": "10,25", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "03.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Mauro", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.08.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
939	gismondi-michele-1931-06-11	{"a1": "939", "3a_sports": "1878"}	{"ertel": "ES-1878", "lerrcp": "A1-939"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michele", "family": "Gismondi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-06-11 10:30", "note": null, "place": {"c1": null, "c2": "AP", "c3": null, "cy": "IT", "lg": 13.75, "lat": 43, "name": "MONTEGRANARO", "geoid": 0}, "notime": null, "date-ut": "1931-06-11 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Michele", "family": "Gismondi"}, "birth": {"place": {"c2": "AP", "cy": "IT", "lg": 13.75, "lat": 43, "name": "MONTEGRANARO", "geoid": 0}, "date-ut": "1931-06-11 09:30"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-939"}, "ids-in-sources": {"a1": "939"}}, "raw": {"H": "10", "MN": "30", "TZ": "-1", "COD": "AP", "COU": "I", "DAY": "11", "LAT": "43N 0", "LON": "13E45", "MON": "6", "NUM": "939", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "MONTEGRANARO"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-06-11 10:30"}, "partial-ids": {"ertel": "ES-1878"}}, "raw": {"L": "", "MF": "", "NR": "1878", "ENG": "1", "MA_": "2", "G_NR": "939", "MA12": "1", "MARS": "1", "NAME": "Gismondi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,700", "CSINR": "", "KURTZ": "", "PHAS_": "25,200", "STUND": "10,50", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "11.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Michele", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.06.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4843	laguerre-edmond-1834-04-09	{"a2": "2759", "g55": "09-153"}	{"g55": "09-153", "lerrcp": "A2-2759"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Laguerre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:39", "date": "1834-04-09 01:00", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.16108, "lat": 48.77275, "name": "Bar-le-Duc", "geoid": 3034911}, "notime": null, "date-ut": "1834-04-09 00:39:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Laguerre"}, "birth": {"tzo": "+00:20:39", "date": "1834-04-09 01:00", "place": {"c2": "55", "cy": "FR", "lg": 5.16108, "lat": 48.77275, "name": "Bar-le-Duc", "geoid": 3034911}, "date-ut": "1834-04-09 00:39:20"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2759"}, "ids-in-sources": {"a2": "2759"}}, "raw": {"H": "0", "MN": "39", "TZ": "0", "COD": "55", "COU": "F", "DAY": "9", "LAT": "48N46", "LON": "5E10", "MON": "4", "NUM": "2759", "PRO": "S", "SEC": "20", "YEA": "1834", "CITY": "BAR-LE-DUC"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-153"}, "ids-in-source": {"g55": "09-153"}}, "raw": {"DAY": "9-4-1834", "HOUR": "1 h.", "NAME": "LAGUERRE Edmond", "PLACE": "Bar-le-Duc (Meuse)."}, "date": "2023-08-20T14:49:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
942	grandi-allegro-1907-01-19	{"a1": "942", "3a_sports": "1928"}	{"ertel": "ES-1928", "lerrcp": "A1-942"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Allegro", "family": "Grandi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1907-01-19 17:00", "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11, "lat": 44.5, "name": "S. PIETRO IN CA", "geoid": 0}, "notime": null, "date-ut": "1907-01-19 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Allegro", "family": "Grandi"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11, "lat": 44.5, "name": "S. PIETRO IN CA", "geoid": 0}, "date-ut": "1907-01-19 16:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-942"}, "ids-in-sources": {"a1": "942"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "19", "LAT": "44N30", "LON": "11E 0", "MON": "1", "NUM": "942", "PRO": "C", "SEC": "0", "YEA": "1907", "CITY": "S. PIETRO IN CA"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1907-01-19 17:00"}, "partial-ids": {"ertel": "ES-1928"}}, "raw": {"L": "", "MF": "", "NR": "1928", "ENG": "", "MA_": "0", "G_NR": "942", "MA12": "9", "MARS": "25", "NAME": "Grandi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,000", "CSINR": "", "KURTZ": "", "PHAS_": "27,000", "STUND": "17,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "19.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Allegro", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.01.1907", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
943	grassi-lino-1931-09-23	{"a1": "943", "3a_sports": "1935"}	{"ertel": "ES-1935", "lerrcp": "A1-943"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lino", "family": "Grassi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-09-23 05:00", "note": null, "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 12.34812, "lat": 44.26204, "name": "Cervia", "geoid": 3178998}, "notime": null, "date-ut": "1931-09-23 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Lino", "family": "Grassi"}, "birth": {"place": {"c2": "RA", "cy": "IT", "lg": 12.34812, "lat": 44.26204, "name": "Cervia", "geoid": 3178998}, "date-ut": "1931-09-23 04:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-943"}, "ids-in-sources": {"a1": "943"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "RA", "COU": "I", "DAY": "23", "LAT": "44N24", "LON": "12E15", "MON": "9", "NUM": "943", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "CERVIA"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-09-23 05:00"}, "partial-ids": {"ertel": "ES-1935"}}, "raw": {"L": "", "MF": "", "NR": "1935", "ENG": "", "MA_": "1", "G_NR": "943", "MA12": "11", "MARS": "31", "NAME": "Grassi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,200", "CSINR": "", "KURTZ": "", "PHAS_": "87,200", "STUND": "5,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "23.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Lino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.09.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
945	isotti-livio-1927-07-29	{"a1": "945", "3a_sports": "2186"}	{"ertel": "ES-2186", "lerrcp": "A1-945"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Livio", "family": "Isotti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-07-29 17:00", "note": null, "place": {"c1": null, "c2": "PS", "c3": null, "cy": "IT", "lg": 13, "lat": 44, "name": "PESARO", "geoid": 0}, "notime": null, "date-ut": "1927-07-29 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Livio", "family": "Isotti"}, "birth": {"place": {"c2": "PS", "cy": "IT", "lg": 13, "lat": 44, "name": "PESARO", "geoid": 0}, "date-ut": "1927-07-29 16:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-945"}, "ids-in-sources": {"a1": "945"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "PS", "COU": "I", "DAY": "29", "LAT": "44N 0", "LON": "13E 0", "MON": "7", "NUM": "945", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "PESARO"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-07-29 17:00"}, "partial-ids": {"ertel": "ES-2186"}}, "raw": {"L": "", "MF": "", "NR": "2186", "ENG": "", "MA_": "1", "G_NR": "945", "MA12": "5", "MARS": "13", "NAME": "Isotti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,400", "CSINR": "", "KURTZ": "", "PHAS_": "0,200", "STUND": "17,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "29.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Livio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.07.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4845	lallemand-charles-1857-03-07	{"a2": "2761", "g55": "09-155"}	{"g55": "09-155", "lerrcp": "A2-2761"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Lallemand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:46", "date": "1857-03-07 19:00", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.44305, "lat": 48.70657, "name": "Saint-Aubin-sur-Aire", "geoid": 2981540}, "notime": null, "date-ut": "1857-03-07 18:39:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Lallemand"}, "birth": {"tzo": "+00:21:46", "date": "1857-03-07 19:00", "place": {"c2": "55", "cy": "FR", "lg": 5.44305, "lat": 48.70657, "name": "Saint-Aubin-sur-Aire", "geoid": 2981540}, "date-ut": "1857-03-07 18:39:20"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2761"}, "ids-in-sources": {"a2": "2761"}}, "raw": {"H": "18", "MN": "39", "TZ": "0", "COD": "55", "COU": "F", "DAY": "7", "LAT": "48N46", "LON": "5E10", "MON": "3", "NUM": "2761", "PRO": "S", "SEC": "20", "YEA": "1857", "CITY": "ST AUBIN S/AIRE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-155"}, "ids-in-source": {"g55": "09-155"}}, "raw": {"DAY": "7-3-1857", "HOUR": "19 h.", "NAME": "LALLEMAND Charles", "PLACE": "Saint-Aubin-sur-Aire (Meuse)."}, "date": "2023-08-20T14:49:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
947	linari-pietro-1896-10-15	{"a1": "947", "3a_sports": "2489"}	{"ertel": "ES-2489", "lerrcp": "A1-947"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Linari", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1896-10-15 02:00", "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1896-10-15 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Pietro", "family": "Linari"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1896-10-15 01:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-947"}, "ids-in-sources": {"a1": "947"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "15", "LAT": "43N42", "LON": "11E30", "MON": "10", "NUM": "947", "PRO": "C", "SEC": "0", "YEA": "1896", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1896-10-15 02:00"}, "partial-ids": {"ertel": "ES-2489"}}, "raw": {"L": "", "MF": "", "NR": "2489", "ENG": "", "MA_": "0", "G_NR": "947", "MA12": "3", "MARS": "7", "NAME": "Linardi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,100", "CSINR": "", "KURTZ": "", "PHAS_": "64,200", "STUND": "2,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "15.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pietro", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.10.1896", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
948	magni-fiorenzo-1920-12-07	{"a1": "948", "3a_sports": "2599"}	{"ertel": "ES-2599", "lerrcp": "A1-948"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fiorenzo", "family": "Magni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-12-07 01:00", "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.5, "lat": 43.7, "name": "VAIANO", "geoid": 0}, "notime": null, "date-ut": "1920-12-07 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Fiorenzo", "family": "Magni"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.5, "lat": 43.7, "name": "VAIANO", "geoid": 0}, "date-ut": "1920-12-07 00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-948"}, "ids-in-sources": {"a1": "948"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "7", "LAT": "43N42", "LON": "11E30", "MON": "12", "NUM": "948", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "VAIANO"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-12-07 01:00"}, "partial-ids": {"ertel": "ES-2599"}}, "raw": {"L": "", "MF": "", "NR": "2599", "ENG": "", "MA_": "0", "G_NR": "948", "MA12": "8", "MARS": "24", "NAME": "Magni", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,000", "CSINR": "", "KURTZ": "", "PHAS_": "10,800", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "07.12.", "ZITATE": "DFO", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Fiorenzo", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "07.12.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
950	martano-giuseppe-1910-05-12	{"a1": "950", "3a_sports": "2694"}	{"ertel": "ES-2694", "lerrcp": "A1-950"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Martano", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1910-05-12 17:30", "note": null, "place": {"c1": null, "c2": "SV", "c3": null, "cy": "IT", "lg": 8.47715, "lat": 44.30905, "name": "Savona", "geoid": 3167022}, "notime": null, "date-ut": "1910-05-12 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Martano"}, "birth": {"place": {"c2": "SV", "cy": "IT", "lg": 8.47715, "lat": 44.30905, "name": "Savona", "geoid": 3167022}, "date-ut": "1910-05-12 16:30"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-950"}, "ids-in-sources": {"a1": "950"}}, "raw": {"H": "17", "MN": "30", "TZ": "-1", "COD": "SV", "COU": "I", "DAY": "12", "LAT": "44N18", "LON": "8E45", "MON": "5", "NUM": "950", "PRO": "C", "SEC": "0", "YEA": "1910", "CITY": "SAVONA"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1910-05-12 17:30"}, "partial-ids": {"ertel": "ES-2694"}}, "raw": {"L": "", "MF": "", "NR": "2694", "ENG": "1", "MA_": "2", "G_NR": "950", "MA12": "4", "MARS": "12", "NAME": "Martano", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,300", "CSINR": "", "KURTZ": "", "PHAS_": "11,000", "STUND": "17,50", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "12.05.", "ZITATE": "G", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giuseppe", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "12.05.1910", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4850	laussedat-aime-1819-04-15	{"a2": "2766", "a3": "693", "g55": "04-435"}	{"g55": "04-435", "lerrcp": "A2-2766"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aimé", "family": "Laussedat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:20", "date": "1819-04-15 08:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.33243, "lat": 46.56459, "name": "Moulins", "geoid": 2991481}, "notime": null, "date-ut": "1819-04-15 07:46:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist", "military-personnel"]	5	null	[{"new": {"name": {"given": "Aimé", "family": "Laussedat"}, "birth": {"tzo": "+00:13:20", "date": "1819-04-15 08:00", "place": {"c2": "03", "cy": "FR", "lg": 3.33243, "lat": 46.56459, "name": "Moulins", "geoid": 2991481}, "date-ut": "1819-04-15 07:46:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2766"}, "ids-in-sources": {"a2": "2766"}}, "raw": {"H": "7", "MN": "46", "TZ": "0", "COD": "03", "COU": "F", "DAY": "15", "LAT": "46N34", "LON": "3E20", "MON": "4", "NUM": "2766", "PRO": "S", "SEC": "40", "YEA": "1819", "CITY": "MOULINS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["military-personnel"], "sources": "a3", "ids-in-sources": {"a3": "693"}}, "raw": {"H": "7", "MN": "46", "TZ": "0", "COD": "03", "COU": "F", "DAY": "15", "LAT": "46N34", "LON": "3E20", "MON": "4", "NUM": "693", "PRO": "M", "SEC": "40", "YEA": "1819", "CITY": "MOULINS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-435"}, "ids-in-source": {"g55": "04-435"}}, "raw": {"DAY": "15-4-1819", "HOUR": "8 h.", "NAME": "LAUSSEDAT Aimé", "PLACE": "Moulins (Allier)."}, "date": "2023-08-20T14:48:30+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}, {"new": [], "raw": {"DAY": "15-4-1819", "HOUR": "8 h.", "NAME": "LAUSSEDAT Aimé", "PLACE": "Moulins (Allier). ("}, "date": "2023-08-20T14:49:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
952	martino-giuliano-1931-02-16	{"a1": "952", "3a_sports": "2715"}	{"ertel": "ES-2715", "lerrcp": "A1-952"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuliano", "family": "Martino", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-02-16 08:10", "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 9, "lat": 45, "name": "ALICE BELCOLLE", "geoid": 0}, "notime": null, "date-ut": "1931-02-16 07:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Giuliano", "family": "Martino"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 9, "lat": 45, "name": "ALICE BELCOLLE", "geoid": 0}, "date-ut": "1931-02-16 07:10"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-952"}, "ids-in-sources": {"a1": "952"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "16", "LAT": "45N 0", "LON": "9E 0", "MON": "2", "NUM": "952", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "ALICE BELCOLLE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-02-16 08:10"}, "partial-ids": {"ertel": "ES-2715"}}, "raw": {"L": "", "MF": "", "NR": "2715", "ENG": "", "MA_": "0", "G_NR": "952", "MA12": "8", "MARS": "22", "NAME": "Martino", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,700", "CSINR": "", "KURTZ": "", "PHAS_": "2,300", "STUND": "8,17", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "16.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giuliano", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.02.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
953	maule-cleto-1931-03-14	{"a1": "953", "3a_sports": "2761"}	{"ertel": "ES-2761", "lerrcp": "A1-953"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cleto", "family": "Maule", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-03-14 01:00", "note": null, "place": {"c1": null, "c2": "VI", "c3": null, "cy": "IT", "lg": 11.3401, "lat": 45.45979, "name": "Gambellara", "geoid": 6535581}, "notime": null, "date-ut": "1931-03-14 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Cleto", "family": "Maule"}, "birth": {"place": {"c2": "VI", "cy": "IT", "lg": 11.3401, "lat": 45.45979, "name": "Gambellara", "geoid": 6535581}, "date-ut": "1931-03-14 00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-953"}, "ids-in-sources": {"a1": "953"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "VI", "COU": "I", "DAY": "14", "LAT": "45N30", "LON": "12E 0", "MON": "3", "NUM": "953", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "GAMBELLARA"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-03-14 01:00"}, "partial-ids": {"ertel": "ES-2761"}}, "raw": {"L": "", "MF": "", "NR": "2761", "ENG": "", "MA_": "0", "G_NR": "953", "MA12": "5", "MARS": "15", "NAME": "Maule", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,800", "CSINR": "", "KURTZ": "", "PHAS_": "23,700", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "14.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Cleto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.03.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
955	michelon-giuliano-1930-03-18	{"a1": "955", "3a_sports": "2855"}	{"ertel": "ES-2855", "lerrcp": "A1-955"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuliano", "family": "Michelon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-03-18 20:20", "note": null, "place": {"c1": null, "c2": "VC", "c3": null, "cy": "IT", "lg": 8.5, "lat": 45.4, "name": "TRIVERO", "geoid": 0}, "notime": null, "date-ut": "1930-03-18 19:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Giuliano", "family": "Michelon"}, "birth": {"place": {"c2": "VC", "cy": "IT", "lg": 8.5, "lat": 45.4, "name": "TRIVERO", "geoid": 0}, "date-ut": "1930-03-18 19:20"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-955"}, "ids-in-sources": {"a1": "955"}}, "raw": {"H": "20", "MN": "20", "TZ": "-1", "COD": "VC", "COU": "I", "DAY": "18", "LAT": "45N24", "LON": "8E30", "MON": "3", "NUM": "955", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "TRIVERO"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-03-18 20:20"}, "partial-ids": {"ertel": "ES-2855"}}, "raw": {"L": "", "MF": "", "NR": "2855", "ENG": "", "MA_": "0", "G_NR": "955", "MA12": "8", "MARS": "24", "NAME": "Michelon", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,300", "CSINR": "", "KURTZ": "", "PHAS_": "87,300", "STUND": "20,33", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "18.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giuliano", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.03.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4852	lebeau-paul-1868-12-19	{"a2": "2768", "g55": "09-159"}	{"g55": "09-159", "lerrcp": "A2-2768"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Lebeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:32", "date": "1868-12-19 08:16:56", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 2.38333, "lat": 48.03576, "name": "Boiscommun", "geoid": 3032069}, "notime": null, "date-ut": "1868-12-19 08:07:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Lebeau"}, "birth": {"tzo": "+00:09:32", "date": "1868-12-19 08:16:56", "place": {"c2": "45", "cy": "FR", "lg": 2.38333, "lat": 48.03576, "name": "Boiscommun", "geoid": 3032069}, "date-ut": "1868-12-19 08:07:24"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2768"}, "ids-in-sources": {"a2": "2768"}}, "raw": {"H": "8", "MN": "7", "TZ": "0", "COD": "45", "COU": "F", "DAY": "19", "LAT": "47N54", "LON": "1E54", "MON": "12", "NUM": "2768", "PRO": "S", "SEC": "24", "YEA": "1868", "CITY": "BOISCOMMUN"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-159"}, "ids-in-source": {"g55": "09-159"}}, "raw": {"DAY": "19-12-1868", "HOUR": "8 h. 15", "NAME": "LEBEAU Paul", "PLACE": "Boiscommun (Loiret)."}, "date": "2023-08-20T14:49:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4853	le-bel-achille-1847-01-21	{"a2": "2769", "g55": "09-160"}	{"g55": "09-160", "lerrcp": "A2-2769"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Achille", "family": "Le Bel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:31:18", "date": "1847-01-21 23:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.82625, "lat": 48.93943, "name": "Pechelbronn", "geoid": 2988247}, "notime": null, "date-ut": "1847-01-21 22:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Achille", "family": "Le Bel"}, "birth": {"tzo": "+00:31:18", "date": "1847-01-21 23:00", "place": {"c2": "67", "cy": "FR", "lg": 7.82625, "lat": 48.93943, "name": "Pechelbronn", "geoid": 2988247}, "date-ut": "1847-01-21 22:29"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2769"}, "ids-in-sources": {"a2": "2769"}}, "raw": {"H": "22", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "21", "LAT": "48N35", "LON": "7E45", "MON": "1", "NUM": "2769", "PRO": "S", "SEC": "0", "YEA": "1847", "CITY": "PECHELBRONN"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-160"}, "ids-in-source": {"g55": "09-160"}}, "raw": {"DAY": "21-1-1847", "HOUR": "23 h.", "NAME": "LEBEL Achille", "PLACE": "Pechelbronn (Bas-Rhin)."}, "date": "2023-08-20T14:49:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
957	minardi-giuseppe-1928-03-18	{"a1": "957", "3a_sports": "2875"}	{"ertel": "ES-2875", "lerrcp": "A1-957"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Minardi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-03-18 20:00", "note": null, "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 11.84452, "lat": 44.36037, "name": "Solarolo", "geoid": 3166446}, "notime": null, "date-ut": "1928-03-18 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Minardi"}, "birth": {"place": {"c2": "RA", "cy": "IT", "lg": 11.84452, "lat": 44.36037, "name": "Solarolo", "geoid": 3166446}, "date-ut": "1928-03-18 19:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-957"}, "ids-in-sources": {"a1": "957"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "RA", "COU": "I", "DAY": "18", "LAT": "44N24", "LON": "12E15", "MON": "3", "NUM": "957", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "SOLAROLO"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-03-18 20:00"}, "partial-ids": {"ertel": "ES-2875"}}, "raw": {"L": "", "MF": "", "NR": "2875", "ENG": "", "MA_": "0", "G_NR": "957", "MA12": "9", "MARS": "25", "NAME": "Minardi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,800", "CSINR": "", "KURTZ": "", "PHAS_": "18,600", "STUND": "20,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "18.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giuseppe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.03.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
959	monti-mario-1930-06-12	{"a1": "959", "3a_sports": "2933"}	{"ertel": "ES-2933", "lerrcp": "A1-959"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Monti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-06-12 04:00", "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.6608, "lat": 41.72873, "name": "Albano Laziale", "geoid": 3183356}, "notime": null, "date-ut": "1930-06-12 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Monti"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.6608, "lat": 41.72873, "name": "Albano Laziale", "geoid": 3183356}, "date-ut": "1930-06-12 03:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-959"}, "ids-in-sources": {"a1": "959"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "12", "LAT": "41N54", "LON": "12E30", "MON": "6", "NUM": "959", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "ALBANO LAZIALE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-06-12 04:00"}, "partial-ids": {"ertel": "ES-2933"}}, "raw": {"L": "", "MF": "", "NR": "2933", "ENG": "1", "MA_": "2", "G_NR": "959", "MA12": "1", "MARS": "3", "NAME": "Monti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,500", "CSINR": "", "KURTZ": "", "PHAS_": "99,300", "STUND": "4,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "12.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.06.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4855	lebeuf-auguste-1859-01-14	{"a2": "2771", "g55": "09-162"}	{"g55": "09-162", "lerrcp": "A2-2771"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Lebeuf", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:59", "date": "1859-01-14 18:00", "note": null, "place": {"c1": null, "c2": "52", "c3": null, "cy": "FR", "lg": 4.99616, "lat": 48.17293, "name": "Blaisy", "geoid": 3032438}, "notime": null, "date-ut": "1859-01-14 17:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Lebeuf"}, "birth": {"tzo": "+00:19:59", "date": "1859-01-14 18:00", "place": {"c2": "52", "cy": "FR", "lg": 4.99616, "lat": 48.17293, "name": "Blaisy", "geoid": 3032438}, "date-ut": "1859-01-14 17:39:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2771"}, "ids-in-sources": {"a2": "2771"}}, "raw": {"H": "17", "MN": "39", "TZ": "0", "COD": "52", "COU": "F", "DAY": "14", "LAT": "48N 7", "LON": "5E 8", "MON": "1", "NUM": "2771", "PRO": "S", "SEC": "28", "YEA": "1859", "CITY": "BLAISY"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-162"}, "ids-in-source": {"g55": "09-162"}}, "raw": {"DAY": "14-1-1859", "HOUR": "18 h.", "NAME": "LEBEUF Auguste", "PLACE": "Blaisy (Haute-Marne)."}, "date": "2023-08-20T14:49:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
962	moser-aldo-1934-02-07	{"a1": "962", "3a_sports": "2969"}	{"ertel": "ES-2969", "lerrcp": "A1-962"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Moser", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-02-07 17:00", "note": null, "place": {"c1": null, "c2": "TN", "c3": null, "cy": "IT", "lg": 11.15278, "lat": 46.15581, "name": "Giovo", "geoid": 6534575}, "notime": null, "date-ut": "1934-02-07 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Aldo", "family": "Moser"}, "birth": {"place": {"c2": "TN", "cy": "IT", "lg": 11.15278, "lat": 46.15581, "name": "Giovo", "geoid": 6534575}, "date-ut": "1934-02-07 16:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-962"}, "ids-in-sources": {"a1": "962"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "TN", "COU": "I", "DAY": "7", "LAT": "46N 0", "LON": "12E 0", "MON": "2", "NUM": "962", "PRO": "C", "SEC": "0", "YEA": "1934", "CITY": "GIOVO"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1934-02-07 17:00"}, "partial-ids": {"ertel": "ES-2969"}}, "raw": {"L": "", "MF": "", "NR": "2969", "ENG": "", "MA_": "0", "G_NR": "962", "MA12": "6", "MARS": "16", "NAME": "Moser", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,60", "CSINR": "", "KURTZ": "", "PHAS_": "54,400", "STUND": "17,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "07.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Aldo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.02.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
963	mutti-luigi-1911-02-17	{"a1": "963", "3a_sports": "2999"}	{"ertel": "ES-2999", "lerrcp": "A1-963"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Mutti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1911-02-17 02:10", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "IT", "lg": 10.41358, "lat": 45.22108, "name": "Asola", "geoid": 3182734}, "notime": null, "date-ut": "1911-02-17 01:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Mutti"}, "birth": {"place": {"c2": "MN", "cy": "IT", "lg": 10.41358, "lat": 45.22108, "name": "Asola", "geoid": 3182734}, "date-ut": "1911-02-17 01:10"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-963"}, "ids-in-sources": {"a1": "963"}}, "raw": {"H": "2", "MN": "10", "TZ": "-1", "COD": "MN", "COU": "I", "DAY": "17", "LAT": "45N12", "LON": "11E 0", "MON": "2", "NUM": "963", "PRO": "C", "SEC": "0", "YEA": "1911", "CITY": "ASOLA"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1911-02-17 02:10"}, "partial-ids": {"ertel": "ES-2999"}}, "raw": {"L": "", "MF": "", "NR": "2999", "ENG": "", "MA_": "0", "G_NR": "963", "MA12": "11", "MARS": "33", "NAME": "Mutti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,300", "CSINR": "", "KURTZ": "", "PHAS_": "86,100", "STUND": "2,17", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "17.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.02.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
965	olmo-giuseppe-1911-11-22	{"a1": "965", "3a_sports": "3085"}	{"ertel": "ES-3085", "lerrcp": "A1-965"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Olmo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1911-11-22 04:00", "note": null, "place": {"c1": null, "c2": "SV", "c3": null, "cy": "IT", "lg": 8.54685, "lat": 44.34509, "name": "Celle Ligure", "geoid": 3179204}, "notime": null, "date-ut": "1911-11-22 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Olmo"}, "birth": {"place": {"c2": "SV", "cy": "IT", "lg": 8.54685, "lat": 44.34509, "name": "Celle Ligure", "geoid": 3179204}, "date-ut": "1911-11-22 03:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-965"}, "ids-in-sources": {"a1": "965"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "SV", "COU": "I", "DAY": "22", "LAT": "44N18", "LON": "8E45", "MON": "11", "NUM": "965", "PRO": "C", "SEC": "0", "YEA": "1911", "CITY": "CELLE-LIGURE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1911-11-22 04:00"}, "partial-ids": {"ertel": "ES-3085"}}, "raw": {"L": "", "MF": "", "NR": "3085", "ENG": "", "MA_": "1", "G_NR": "965", "MA12": "5", "MARS": "14", "NAME": "Olmo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,200", "CSINR": "", "KURTZ": "", "PHAS_": "1,300", "STUND": "4,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "22.11.", "ZITATE": "GHKS", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giuseppe", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "22.11.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4859	leclainche-emmanuel-1861-08-29	{"a2": "2775", "g55": "09-163"}	{"g55": "09-163", "lerrcp": "A2-2775"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emmanuel", "family": "Leclainche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:20", "date": "1861-08-29 06:01", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.33325, "lat": 48.36366, "name": "Piney", "geoid": 2987094}, "notime": null, "date-ut": "1861-08-29 05:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Emmanuel", "family": "Leclainche"}, "birth": {"tzo": "+00:17:20", "date": "1861-08-29 06:01", "place": {"c2": "10", "cy": "FR", "lg": 4.33325, "lat": 48.36366, "name": "Piney", "geoid": 2987094}, "date-ut": "1861-08-29 05:43:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2775"}, "ids-in-sources": {"a2": "2775"}}, "raw": {"H": "5", "MN": "43", "TZ": "0", "COD": "10", "COU": "F", "DAY": "29", "LAT": "48N18", "LON": "4E 5", "MON": "8", "NUM": "2775", "PRO": "S", "SEC": "40", "YEA": "1861", "CITY": "PINEY"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-163"}, "ids-in-source": {"g55": "09-163"}}, "raw": {"DAY": "29-8-1861", "HOUR": "6 h.", "NAME": "LECLAINCHE Emmanuel", "PLACE": "Piney (Aube)."}, "date": "2023-08-20T14:49:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
967	pedroni-silvio-1918-01-25	{"a1": "967", "3a_sports": "3184"}	{"ertel": "ES-3184", "lerrcp": "A1-967"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Silvio", "family": "Pedroni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-01-25 03:00", "note": null, "place": {"c1": null, "c2": "CR", "c3": null, "cy": "IT", "lg": 9.99557, "lat": 45.18877, "name": "Castelverde", "geoid": 3179452}, "notime": null, "date-ut": "1918-01-25 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Silvio", "family": "Pedroni"}, "birth": {"place": {"c2": "CR", "cy": "IT", "lg": 9.99557, "lat": 45.18877, "name": "Castelverde", "geoid": 3179452}, "date-ut": "1918-01-25 02:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-967"}, "ids-in-sources": {"a1": "967"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "CR", "COU": "I", "DAY": "25", "LAT": "45N12", "LON": "11E 0", "MON": "1", "NUM": "967", "PRO": "C", "SEC": "0", "YEA": "1918", "CITY": "CASTELVERDE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1918-01-25 03:00"}, "partial-ids": {"ertel": "ES-3184"}}, "raw": {"L": "", "MF": "", "NR": "3184", "ENG": "", "MA_": "0", "G_NR": "967", "MA12": "3", "MARS": "8", "NAME": "Pedroni", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,100", "CSINR": "", "KURTZ": "", "PHAS_": "95,600", "STUND": "3,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "25.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Silvio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.01.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
968	pesenti-antonio-1908-01-17	{"a1": "968", "3a_sports": "3241"}	{"ertel": "ES-3241", "lerrcp": "A1-968"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Pesenti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1908-01-17 22:30", "note": null, "place": {"c1": null, "c2": "BG", "c3": null, "cy": "IT", "lg": 9.65615, "lat": 45.79188, "name": "Zogno", "geoid": 3163854}, "notime": null, "date-ut": "1908-01-17 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Pesenti"}, "birth": {"place": {"c2": "BG", "cy": "IT", "lg": 9.65615, "lat": 45.79188, "name": "Zogno", "geoid": 3163854}, "date-ut": "1908-01-17 21:30"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-968"}, "ids-in-sources": {"a1": "968"}}, "raw": {"H": "22", "MN": "30", "TZ": "-1", "COD": "BG", "COU": "I", "DAY": "17", "LAT": "45N36", "LON": "9E45", "MON": "1", "NUM": "968", "PRO": "C", "SEC": "0", "YEA": "1908", "CITY": "ZOGNO"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1908-01-17 22:30"}, "partial-ids": {"ertel": "ES-3241"}}, "raw": {"L": "", "MF": "", "NR": "3241", "ENG": "", "MA_": "1", "G_NR": "968", "MA12": "6", "MARS": "18", "NAME": "Pesenti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,600", "CSINR": "", "KURTZ": "", "PHAS_": "97,800", "STUND": "22,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "17.01.", "ZITATE": "H", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Antonio", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "17.01.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
970	pettinati-giovanni-1926-03-06	{"a1": "970", "3a_sports": "3254"}	{"ertel": "ES-3254", "lerrcp": "A1-970"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Pettinati", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-03-06 03:04", "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.42065, "lat": 44.59024, "name": "Cartosio", "geoid": 6535535}, "notime": null, "date-ut": "1926-03-06 02:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Pettinati"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.42065, "lat": 44.59024, "name": "Cartosio", "geoid": 6535535}, "date-ut": "1926-03-06 02:04"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-970"}, "ids-in-sources": {"a1": "970"}}, "raw": {"H": "3", "MN": "4", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "6", "LAT": "45N 0", "LON": "9E 0", "MON": "3", "NUM": "970", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "CARTOSIO"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-03-06 03:04"}, "partial-ids": {"ertel": "ES-3254"}}, "raw": {"L": "", "MF": "", "NR": "3254", "ENG": "", "MA_": "1", "G_NR": "970", "MA12": "12", "MARS": "35", "NAME": "Pettinati", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "65,800", "STUND": "3,07", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "06.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giovanni", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.03.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4860	leclerc-sablon-mathieu-1859-03-25	{"a2": "2776", "g55": "09-164"}	{"g55": "09-164", "lerrcp": "A2-2776"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Leclerc Sablon Mathieu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:29", "date": "1859-03-25 02:30", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.61974, "lat": 44.16259, "name": "Bagnols-sur-Cèze", "geoid": 3035396}, "notime": null, "date-ut": "1859-03-25 02:12:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "", "family": "Leclerc Sablon Mathieu"}, "birth": {"tzo": "+00:18:29", "date": "1859-03-25 02:30", "place": {"c2": "30", "cy": "FR", "lg": 4.61974, "lat": 44.16259, "name": "Bagnols-sur-Cèze", "geoid": 3035396}, "date-ut": "1859-03-25 02:12:36"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2776"}, "ids-in-sources": {"a2": "2776"}}, "raw": {"H": "2", "MN": "12", "TZ": "0", "COD": "30", "COU": "F", "DAY": "25", "LAT": "43N51", "LON": "4E21", "MON": "3", "NUM": "2776", "PRO": "S", "SEC": "36", "YEA": "1859", "CITY": "BAGNOLS S/CEZE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-164"}, "ids-in-source": {"g55": "09-164"}}, "raw": {"DAY": "25-3-1859", "HOUR": "2 h. 30", "NAME": "LECLERC du SABLON Mathieu", "PLACE": "Bagnols (Gard)."}, "date": "2023-08-20T14:49:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
972	piani-orlando-1893-03-24	{"a1": "972", "3a_sports": "3268"}	{"ertel": "ES-3268", "lerrcp": "A1-972"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Orlando", "family": "Piani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1893-03-24 16:30", "note": null, "place": {"c1": null, "c2": "FO", "c3": null, "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "MODIGLIANA", "geoid": 0}, "notime": null, "date-ut": "1893-03-24 15:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Orlando", "family": "Piani"}, "birth": {"place": {"c2": "FO", "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "MODIGLIANA", "geoid": 0}, "date-ut": "1893-03-24 15:40:04"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-972"}, "ids-in-sources": {"a1": "972"}}, "raw": {"H": "16", "MN": "40", "TZ": "-1", "COD": "FO", "COU": "I", "DAY": "24", "LAT": "44N12", "LON": "12E30", "MON": "3", "NUM": "972", "PRO": "C", "SEC": "4", "YEA": "1893", "CITY": "MODIGLIANA"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1893-03-24 16:30"}, "partial-ids": {"ertel": "ES-3268"}}, "raw": {"L": "", "MF": "", "NR": "3268", "ENG": "1", "MA_": "2", "G_NR": "972", "MA12": "4", "MARS": "11", "NAME": "Piani", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,000", "CSINR": "", "KURTZ": "", "PHAS_": "40,000", "STUND": "16,50", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "24.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Orlando", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.03.1893", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
973	piazza-donato-1930-01-02	{"a1": "973", "3a_sports": "3271"}	{"ertel": "ES-3271", "lerrcp": "A1-973"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Donato", "family": "Piazza", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-01-02 13:30", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "VILLASANTA", "geoid": 0}, "notime": null, "date-ut": "1930-01-02 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Donato", "family": "Piazza"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "VILLASANTA", "geoid": 0}, "date-ut": "1930-01-02 12:30"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-973"}, "ids-in-sources": {"a1": "973"}}, "raw": {"H": "13", "MN": "30", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "2", "LAT": "45N30", "LON": "9E15", "MON": "1", "NUM": "973", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "VILLASANTA"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-01-02 13:30"}, "partial-ids": {"ertel": "ES-3271"}}, "raw": {"L": "", "MF": "", "NR": "3271", "ENG": "", "MA_": "1", "G_NR": "973", "MA12": "5", "MARS": "13", "NAME": "Piazza", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,700", "CSINR": "", "KURTZ": "", "PHAS_": "3,800", "STUND": "13,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "02.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Donato", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.01.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
975	pinarello-cesare-1932-10-05	{"a1": "975", "3a_sports": "3295"}	{"ertel": "ES-3295", "lerrcp": "A1-975"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cesare", "family": "Pinarello", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-10-05 03:30", "note": null, "place": {"c1": null, "c2": "TV", "c3": null, "cy": "IT", "lg": 12.245, "lat": 45.66667, "name": "Treviso", "geoid": 3165201}, "notime": null, "date-ut": "1932-10-05 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Cesare", "family": "Pinarello"}, "birth": {"place": {"c2": "TV", "cy": "IT", "lg": 12.245, "lat": 45.66667, "name": "Treviso", "geoid": 3165201}, "date-ut": "1932-10-05 02:30"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-975"}, "ids-in-sources": {"a1": "975"}}, "raw": {"H": "3", "MN": "30", "TZ": "-1", "COD": "TV", "COU": "I", "DAY": "5", "LAT": "45N36", "LON": "12E45", "MON": "10", "NUM": "975", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "TREVISO"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-10-05 03:30"}, "partial-ids": {"ertel": "ES-3295"}}, "raw": {"L": "", "MF": "", "NR": "3295", "ENG": "1", "MA_": "2", "G_NR": "975", "MA12": "1", "MARS": "2", "NAME": "Pinarello", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,200", "CSINR": "", "KURTZ": "", "PHAS_": "29,900", "STUND": "3,50", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "05.10.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Cesare", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "05.10.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4861	lecomte-henri-1856-01-07	{"a2": "2777", "g55": "09-165"}	{"g55": "09-165", "lerrcp": "A2-2777"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Lecomte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:26:20", "date": "1856-01-07 16:00", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.58248, "lat": 48.05171, "name": "Saint-Nabord", "geoid": 2977929}, "notime": null, "date-ut": "1856-01-07 15:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Lecomte"}, "birth": {"tzo": "+00:26:20", "date": "1856-01-07 16:00", "place": {"c2": "88", "cy": "FR", "lg": 6.58248, "lat": 48.05171, "name": "Saint-Nabord", "geoid": 2977929}, "date-ut": "1856-01-07 15:34:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2777"}, "ids-in-sources": {"a2": "2777"}}, "raw": {"H": "15", "MN": "34", "TZ": "0", "COD": "88", "COU": "F", "DAY": "7", "LAT": "48N10", "LON": "6E28", "MON": "1", "NUM": "2777", "PRO": "S", "SEC": "8", "YEA": "1856", "CITY": "ST NABORD"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-165"}, "ids-in-source": {"g55": "09-165"}}, "raw": {"DAY": "7-1-1856", "HOUR": "16 h.", "NAME": "LECOMTE Henri", "PLACE": "Saint-Nabord (Vosges)."}, "date": "2023-08-20T14:49:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
977	ponzini-renato-1932-09-12	{"a1": "977", "3a_sports": "3345"}	{"ertel": "ES-3345", "lerrcp": "A1-977"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renato", "family": "Ponzini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-09-13 00:30", "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 9.66208, "lat": 44.49605, "name": "Compiano", "geoid": 3178225}, "notime": null, "date-ut": "1932-09-12 23:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Renato", "family": "Ponzini"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 9.66208, "lat": 44.49605, "name": "Compiano", "geoid": 3178225}, "date-ut": "1932-09-12 23:30"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-977"}, "ids-in-sources": {"a1": "977"}}, "raw": {"H": "0", "MN": "30", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "13", "LAT": "44N48", "LON": "10E45", "MON": "9", "NUM": "977", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "COMPIANO"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-09-13 00:30"}, "partial-ids": {"ertel": "ES-3345"}}, "raw": {"L": "", "MF": "", "NR": "3345", "ENG": "", "MA_": "1", "G_NR": "977", "MA12": "12", "MARS": "35", "NAME": "Ponzini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,900", "CSINR": "", "KURTZ": "", "PHAS_": "96,400", "STUND": "0,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "13.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Renato", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.09.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
978	rossello-vincenzo-1923-02-16	{"a1": "978", "3a_sports": "3583"}	{"ertel": "ES-3583", "lerrcp": "A1-978"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincenzo", "family": "Rossello", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1923-02-16 11:00", "note": null, "place": {"c1": null, "c2": "SV", "c3": null, "cy": "IT", "lg": 8.49795, "lat": 44.39344, "name": "Stella", "geoid": 6534716}, "notime": null, "date-ut": "1923-02-16 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Vincenzo", "family": "Rossello"}, "birth": {"place": {"c2": "SV", "cy": "IT", "lg": 8.49795, "lat": 44.39344, "name": "Stella", "geoid": 6534716}, "date-ut": "1923-02-16 10:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-978"}, "ids-in-sources": {"a1": "978"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "SV", "COU": "I", "DAY": "16", "LAT": "44N18", "LON": "8E45", "MON": "2", "NUM": "978", "PRO": "C", "SEC": "0", "YEA": "1923", "CITY": "STELLA"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1923-02-16 11:00"}, "partial-ids": {"ertel": "ES-3583"}}, "raw": {"L": "", "MF": "", "NR": "3583", "ENG": "1", "MA_": "2", "G_NR": "978", "MA12": "1", "MARS": "3", "NAME": "Rossello", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,600", "CSINR": "", "KURTZ": "", "PHAS_": "0,100", "STUND": "11,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "16.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Vincenzo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.02.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
980	serena-walter-1928-04-03	{"a1": "980", "3a_sports": "3798"}	{"ertel": "ES-3798", "lerrcp": "A1-980"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Serena", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-04-03 11:30", "note": null, "place": {"c1": null, "c2": "BS", "c3": null, "cy": "IT", "lg": 11, "lat": 45.5, "name": "S. ZENO NAVIGLI", "geoid": 0}, "notime": null, "date-ut": "1928-04-03 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Serena"}, "birth": {"place": {"c2": "BS", "cy": "IT", "lg": 11, "lat": 45.5, "name": "S. ZENO NAVIGLI", "geoid": 0}, "date-ut": "1928-04-03 10:30"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-980"}, "ids-in-sources": {"a1": "980"}}, "raw": {"H": "11", "MN": "30", "TZ": "-1", "COD": "BS", "COU": "I", "DAY": "3", "LAT": "45N30", "LON": "11E 0", "MON": "4", "NUM": "980", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "S. ZENO NAVIGLI"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-04-03 11:30"}, "partial-ids": {"ertel": "ES-3798"}}, "raw": {"L": "", "MF": "", "NR": "3798", "ENG": "", "MA_": "1", "G_NR": "980", "MA12": "5", "MARS": "13", "NAME": "Serena", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,000", "CSINR": "", "KURTZ": "", "PHAS_": "95,500", "STUND": "11,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "03.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Walter", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.04.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4863	lecoq-bois-baudran-francois-1838-04-18	{"a2": "2779", "g55": "09-167"}	{"g55": "09-167", "lerrcp": "A2-2779"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Lecoq Bois Baudran Francois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:19", "date": "1838-04-18 20:58", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": -0.32867, "lat": 45.69581, "name": "Cognac", "geoid": 3024440}, "notime": null, "date-ut": "1838-04-18 20:59:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "", "family": "Lecoq Bois Baudran Francois"}, "birth": {"tzo": "-00:01:19", "date": "1838-04-18 20:58", "place": {"c2": "16", "cy": "FR", "lg": -0.32867, "lat": 45.69581, "name": "Cognac", "geoid": 3024440}, "date-ut": "1838-04-18 20:59:20"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2779"}, "ids-in-sources": {"a2": "2779"}}, "raw": {"H": "20", "MN": "59", "TZ": "0", "COD": "16", "COU": "F", "DAY": "18", "LAT": "45N39", "LON": "0E10", "MON": "4", "NUM": "2779", "PRO": "S", "SEC": "20", "YEA": "1838", "CITY": "COGNAC"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-167"}, "ids-in-source": {"g55": "09-167"}}, "raw": {"DAY": "18-4-1838", "HOUR": "21 h.", "NAME": "LECOQ de BOIS. Francois", "PLACE": "Cognac (Charente)."}, "date": "2023-08-20T14:49:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4865	leger-louis-1866-09-07	{"a2": "2781", "g55": "09-169"}	{"g55": "09-169", "lerrcp": "A2-2781"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Leger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:03:59", "date": "1866-09-07 02:00", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": 0.99522, "lat": 47.12858, "name": "Loches", "geoid": 2997996}, "notime": null, "date-ut": "1866-09-07 01:57:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Leger"}, "birth": {"tzo": "+00:03:59", "date": "1866-09-07 02:00", "place": {"c2": "37", "cy": "FR", "lg": 0.99522, "lat": 47.12858, "name": "Loches", "geoid": 2997996}, "date-ut": "1866-09-07 01:57:12"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2781"}, "ids-in-sources": {"a2": "2781"}}, "raw": {"H": "1", "MN": "57", "TZ": "0", "COD": "37", "COU": "F", "DAY": "7", "LAT": "47N24", "LON": "0E42", "MON": "9", "NUM": "2781", "PRO": "S", "SEC": "12", "YEA": "1866", "CITY": "LOCHES"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-169"}, "ids-in-source": {"g55": "09-169"}}, "raw": {"DAY": "7-9-1866", "HOUR": "2 h.", "NAME": "LEGER Louis", "PLACE": "Loches (Indre-et-Loire)."}, "date": "2023-08-20T14:49:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
982	terruzzi-ferdinando-1924-02-17	{"a1": "982", "3a_sports": "3992"}	{"ertel": "ES-3992", "lerrcp": "A1-982"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinando", "family": "Terruzzi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-02-17 17:30", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "SESTO S. GIOVAN", "geoid": 0}, "notime": null, "date-ut": "1924-02-17 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Ferdinando", "family": "Terruzzi"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "SESTO S. GIOVAN", "geoid": 0}, "date-ut": "1924-02-17 16:30"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-982"}, "ids-in-sources": {"a1": "982"}}, "raw": {"H": "17", "MN": "30", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "17", "LAT": "45N30", "LON": "9E15", "MON": "2", "NUM": "982", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "SESTO S. GIOVAN"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-02-17 17:30"}, "partial-ids": {"ertel": "ES-3992"}}, "raw": {"L": "", "MF": "", "NR": "3992", "ENG": "", "MA_": "0", "G_NR": "982", "MA12": "9", "MARS": "25", "NAME": "Terruzzi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,500", "CSINR": "", "KURTZ": "", "PHAS_": "85,900", "STUND": "17,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "17.02.", "ZITATE": "KS", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ferdinando", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "17.02.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
984	uliana-antonio-1931-07-16	{"a1": "984", "3a_sports": "4087"}	{"ertel": "ES-4087", "lerrcp": "A1-984"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Uliana", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-07-16 13:30", "note": null, "place": {"c1": null, "c2": "TV", "c3": null, "cy": "IT", "lg": 12.30333, "lat": 45.97667, "name": "Vittorio Veneto", "geoid": 3164028}, "notime": null, "date-ut": "1931-07-16 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Uliana"}, "birth": {"place": {"c2": "TV", "cy": "IT", "lg": 12.30333, "lat": 45.97667, "name": "Vittorio Veneto", "geoid": 3164028}, "date-ut": "1931-07-16 12:30"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-984"}, "ids-in-sources": {"a1": "984"}}, "raw": {"H": "13", "MN": "30", "TZ": "-1", "COD": "TV", "COU": "I", "DAY": "16", "LAT": "45N36", "LON": "12E45", "MON": "7", "NUM": "984", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "VITTORIO VENETO"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-07-16 13:30"}, "partial-ids": {"ertel": "ES-4087"}}, "raw": {"L": "", "MF": "", "NR": "4087", "ENG": "", "MA_": "1", "G_NR": "984", "MA12": "2", "MARS": "6", "NAME": "Uliana", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,000", "CSINR": "", "KURTZ": "", "PHAS_": "0,500", "STUND": "13,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "16.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Antonio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.07.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4866	lejay-pierre-1898-06-11	{"a2": "2782", "g55": "09-170"}	{"g55": "09-170", "lerrcp": "A2-2782"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Lejay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1898-06-11 11:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 6.46667, "lat": 43.53333, "name": "La Seyne", "geoid": 0}, "notime": null, "date-ut": "1898-06-11 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Lejay"}, "birth": {"tzo": "+00:09:21", "date": "1898-06-11 11:00", "place": {"c2": "83", "cy": "FR", "lg": 6.46667, "lat": 43.53333, "name": "La Seyne", "geoid": 0}, "date-ut": "1898-06-11 10:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2782"}, "ids-in-sources": {"a2": "2782"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "83", "COU": "F", "DAY": "11", "LAT": "43N32", "LON": "6E28", "MON": "6", "NUM": "2782", "PRO": "S", "SEC": "40", "YEA": "1898", "CITY": "LA SEYNE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "La Seyne"}}, "partial-ids": {"g55": "09-170"}, "ids-in-source": {"g55": "09-170"}}, "raw": {"DAY": "11-6-1898", "HOUR": "11 h.", "NAME": "LEJAY Pierre", "PLACE": "La Seyne (Var)."}, "date": "2023-08-20T14:49:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
987	varetto-angelo-1910-07-06	{"a1": "987", "3a_sports": "4175"}	{"ertel": "ES-4175", "lerrcp": "A1-987"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Varetto", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1910-07-06 02:00", "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1910-07-06 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Angelo", "family": "Varetto"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1910-07-06 01:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-987"}, "ids-in-sources": {"a1": "987"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "6", "LAT": "45N 0", "LON": "8E 0", "MON": "7", "NUM": "987", "PRO": "C", "SEC": "0", "YEA": "1910", "CITY": "TORINO"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1910-07-06 02:00"}, "partial-ids": {"ertel": "ES-4175"}}, "raw": {"L": "", "MF": "", "NR": "4175", "ENG": "", "MA_": "1", "G_NR": "987", "MA12": "9", "MARS": "27", "NAME": "Varetto", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,800", "CSINR": "", "KURTZ": "", "PHAS_": "1,100", "STUND": "2,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "06.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Angelo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.07.1910", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
988	zampieri-giacomo-1924-09-29	{"a1": "988", "3a_sports": "4355"}	{"ertel": "ES-4355", "lerrcp": "A1-988"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giacomo", "family": "Zampieri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-09-29 20:30", "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 11.95651, "lat": 45.16859, "name": "Agna", "geoid": 3183434}, "notime": null, "date-ut": "1924-09-29 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Giacomo", "family": "Zampieri"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 11.95651, "lat": 45.16859, "name": "Agna", "geoid": 3183434}, "date-ut": "1924-09-29 19:30"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-988"}, "ids-in-sources": {"a1": "988"}}, "raw": {"H": "20", "MN": "30", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "29", "LAT": "45N24", "LON": "12E15", "MON": "9", "NUM": "988", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "AGNA"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-09-29 20:30"}, "partial-ids": {"ertel": "ES-4355"}}, "raw": {"L": "", "MF": "", "NR": "4355", "ENG": "", "MA_": "0", "G_NR": "988", "MA12": "3", "MARS": "8", "NAME": "Zampieri", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,800", "CSINR": "", "KURTZ": "", "PHAS_": "0,100", "STUND": "20,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "29.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giacomo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.09.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
990	zanaga-adriano-1896-01-14	{"a1": "990", "3a_sports": "4357"}	{"ertel": "ES-4357", "lerrcp": "A1-990"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adriano", "family": "Zanaga", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1896-01-14 09:15", "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "notime": null, "date-ut": "1896-01-14 08:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Adriano", "family": "Zanaga"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "date-ut": "1896-01-14 08:15"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-990"}, "ids-in-sources": {"a1": "990"}}, "raw": {"H": "9", "MN": "15", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "14", "LAT": "45N24", "LON": "12E15", "MON": "1", "NUM": "990", "PRO": "C", "SEC": "0", "YEA": "1896", "CITY": "PADOVA"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1896-01-14 09:15"}, "partial-ids": {"ertel": "ES-4357"}}, "raw": {"L": "", "MF": "", "NR": "4357", "ENG": "", "MA_": "0", "G_NR": "990", "MA12": "12", "MARS": "34", "NAME": "Zanaga", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,100", "CSINR": "", "KURTZ": "", "PHAS_": "1,000", "STUND": "9,25", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "14.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Adriano", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.01.1896", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4870	leriche-maurice-1875-09-21	{"a2": "2786", "g55": "09-172"}	{"g55": "09-172", "lerrcp": "A2-2786"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Leriche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:40", "date": "1875-09-21 01:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.41808, "lat": 50.0453, "name": "Maretz", "geoid": 2995840}, "notime": null, "date-ut": "1875-09-21 00:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Leriche"}, "birth": {"tzo": "+00:13:40", "date": "1875-09-21 01:00", "place": {"c2": "59", "cy": "FR", "lg": 3.41808, "lat": 50.0453, "name": "Maretz", "geoid": 2995840}, "date-ut": "1875-09-21 00:47:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2786"}, "ids-in-sources": {"a2": "2786"}}, "raw": {"H": "0", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "21", "LAT": "50N39", "LON": "3E 5", "MON": "9", "NUM": "2786", "PRO": "S", "SEC": "40", "YEA": "1875", "CITY": "MARETZ"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-172"}, "ids-in-source": {"g55": "09-172"}}, "raw": {"DAY": "21-9-1875", "HOUR": "1 h.", "NAME": "LERICHE Maurice", "PLACE": "Maretz (Nord)."}, "date": "2023-08-20T14:49:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
993	aerts-jan-1907-09-08	{"a1": "993", "3a_sports": "22"}	{"ertel": "ES-22", "lerrcp": "A1-993"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Aerts", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1907-09-08 23:00", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LAEKEN", "geoid": 0}, "notime": null, "date-ut": "1907-09-08 23:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Aerts"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LAEKEN", "geoid": 0}, "date-ut": "1907-09-08 23:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-993"}, "ids-in-sources": {"a1": "993"}}, "raw": {"H": "23", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "8", "LAT": "50N51", "LON": "4E15", "MON": "9", "NUM": "993", "PRO": "C", "SEC": "0", "YEA": "1907", "CITY": "LAEKEN"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1907-09-08 23:00"}, "partial-ids": {"ertel": "ES-22"}}, "raw": {"L": "", "MF": "", "NR": "22", "ENG": "", "MA_": "1", "G_NR": "993", "MA12": "2", "MARS": "5", "NAME": "Aerts", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,800", "CSINR": "", "KURTZ": "", "PHAS_": "0,100", "STUND": "23,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "08.09.", "ZITATE": "GHF", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jan", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "08.09.1907", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:44:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
994	baens-roger-1933-08-18	{"a1": "994", "3a_sports": "186"}	{"ertel": "ES-186", "lerrcp": "A1-994"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Baens", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-08-18 03:00", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MOLENSTEDE", "geoid": 0}, "notime": null, "date-ut": "1933-08-18 02:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Baens"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MOLENSTEDE", "geoid": 0}, "date-ut": "1933-08-18 02:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-994"}, "ids-in-sources": {"a1": "994"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "18", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "994", "PRO": "C", "SEC": "0", "YEA": "1933", "CITY": "MOLENSTEDE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1933-08-18 03:00"}, "partial-ids": {"ertel": "ES-186"}}, "raw": {"L": "", "MF": "", "NR": "186", "ENG": "", "MA_": "1", "G_NR": "994", "MA12": "6", "MARS": "18", "NAME": "Baens", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,600", "CSINR": "", "KURTZ": "", "PHAS_": "10,100", "STUND": "3,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "18.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.08.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
991	zuconnelli-vincenzo-1931-06-03	{"a1": "991", "3a_sports": "4386"}	{"ertel": "ES-4386", "lerrcp": "A1-991"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincenzo", "family": "Zuconnelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-06-03 16:00", "note": null, "place": {"c1": null, "c2": "FE", "c3": null, "cy": "IT", "lg": 11.97852, "lat": 44.97718, "name": "Berra", "geoid": 3182146}, "notime": null, "date-ut": "1931-06-03 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Vincenzo", "family": "Zuconnelli"}, "birth": {"place": {"c2": "FE", "cy": "IT", "lg": 11.97852, "lat": 44.97718, "name": "Berra", "geoid": 3182146}, "date-ut": "1931-06-03 15:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-991"}, "ids-in-sources": {"a1": "991"}}, "raw": {"H": "16", "MN": "0", "TZ": "-1", "COD": "FE", "COU": "I", "DAY": "3", "LAT": "44N42", "LON": "12E30", "MON": "6", "NUM": "991", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "BERRA"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-06-03 16:00"}, "partial-ids": {"ertel": "ES-4386"}}, "raw": {"L": "", "MF": "", "NR": "4386", "ENG": "", "MA_": "0", "G_NR": "991", "MA12": "3", "MARS": "8", "NAME": "Zucconelli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,400", "CSINR": "", "KURTZ": "", "PHAS_": "93,100", "STUND": "16,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "03.06.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Vincenzo", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "03.06.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4871	lesseps-ferdinand-1805-11-21	{"a2": "2787", "g55": "09-173", "afd2": "336"}	{"g55": "09-173", "lerrcp": "A2-2787", "muller": "M2-336"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Lesseps", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:08:32", "date": "1805-11-21 15:30", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1805-11-21 15:21:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist", "miscelaneous"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Lesseps"}, "birth": {"tzo": "+00:08:32", "date": "1805-11-21 15:30", "place": {"c2": "78", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1805-11-21 15:21:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2787"}, "ids-in-sources": {"a2": "2787"}}, "raw": {"H": "15", "MN": "21", "TZ": "0", "COD": "78", "COU": "F", "DAY": "21", "LAT": "48N50", "LON": "2E 8", "MON": "11", "NUM": "2787", "PRO": "S", "SEC": "28", "YEA": "1805", "CITY": "VERSAILLES"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"sex": "M", "occus": ["miscelaneous"], "ids-in-sources": {"afd2": "336"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 08", "LAT": "48 N 48", "TZO": "-0.38", "DATE": "21.11.1805", "MUID": "336", "NAME": "Lesseps, Ferdinand de", "OCCU": "MA 01", "TIME": "15.30", "BOOKS": "4567", "PLACE": "Versailles", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"partial-ids": {"g55": "09-173"}, "ids-in-source": {"g55": "09-173"}}, "raw": {"DAY": "21-11-1805", "HOUR": "15 h. 30", "NAME": "LESSEPS (de) Ferdinand", "PLACE": "Versailles (Seine-et-Oise)."}, "date": "2023-08-20T14:49:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
997	billiet-albert-1907-10-10	{"a1": "997", "3a_sports": "445"}	{"ertel": "ES-445", "lerrcp": "A1-997"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Billiet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1907-10-10 05:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1907-10-10 05:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Billiet"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1907-10-10 05:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-997"}, "ids-in-sources": {"a1": "997"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "10", "LAT": "51N 5", "LON": "3E45", "MON": "10", "NUM": "997", "PRO": "C", "SEC": "0", "YEA": "1907", "CITY": "GAND"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1907-10-10 05:00"}, "partial-ids": {"ertel": "ES-445"}}, "raw": {"L": "", "MF": "", "NR": "445", "ENG": "", "MA_": "0", "G_NR": "997", "MA12": "8", "MARS": "22", "NAME": "Billiet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,900", "CSINR": "", "KURTZ": "", "PHAS_": "8,000", "STUND": "5,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "10.10.", "ZITATE": "G", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Albert", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "10.10.1907", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
999	blomme-maurice-1926-10-29	{"a1": "999", "3a_sports": "471"}	{"ertel": "ES-471", "lerrcp": "A1-999"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Blomme", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-10-29 22:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OOSTNIEUWKERKE", "geoid": 0}, "notime": null, "date-ut": "1926-10-29 22:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Blomme"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OOSTNIEUWKERKE", "geoid": 0}, "date-ut": "1926-10-29 22:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-999"}, "ids-in-sources": {"a1": "999"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "29", "LAT": "51N13", "LON": "3E15", "MON": "10", "NUM": "999", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "OOSTNIEUWKERKE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-10-29 22:00"}, "partial-ids": {"ertel": "ES-471"}}, "raw": {"L": "", "MF": "", "NR": "471", "ENG": "0", "MA_": "2", "G_NR": "999", "MA12": "12", "MARS": "36", "NAME": "Blomme", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,700", "CSINR": "", "KURTZ": "", "PHAS_": "44,900", "STUND": "22,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "29.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Maurice", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.10.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:56+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4875	lissajous-jules-1822-03-04	{"a2": "2791", "g55": "09-176"}	{"g55": "09-176", "lerrcp": "A2-2791"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Lissajous", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1822-03-04 18:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1822-03-04 17:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Lissajous"}, "birth": {"tzo": "+00:08:32", "date": "1822-03-04 18:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1822-03-04 17:51:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2791"}, "ids-in-sources": {"a2": "2791"}}, "raw": {"H": "17", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "4", "LAT": "48N50", "LON": "2E 8", "MON": "3", "NUM": "2791", "PRO": "S", "SEC": "28", "YEA": "1822", "CITY": "VERSAILLES"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-176"}, "ids-in-source": {"g55": "09-176"}}, "raw": {"DAY": "4-3-1822", "HOUR": "18 h.", "NAME": "LISSAJOUS Jules", "PLACE": "Versailles (Seine-et-Oise)."}, "date": "2023-08-20T14:49:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4878	lugeon-maurice-1870-07-10	{"a2": "2794", "g55": "09-178"}	{"g55": "09-178", "lerrcp": "A2-2794"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Lugeon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:12", "date": "1870-07-10 14:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.04952, "lat": 48.92902, "name": "Poissy", "geoid": 2986501}, "notime": null, "date-ut": "1870-07-10 13:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Lugeon"}, "birth": {"tzo": "+00:08:12", "date": "1870-07-10 14:00", "place": {"c2": "78", "cy": "FR", "lg": 2.04952, "lat": 48.92902, "name": "Poissy", "geoid": 2986501}, "date-ut": "1870-07-10 13:51:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2794"}, "ids-in-sources": {"a2": "2794"}}, "raw": {"H": "13", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "10", "LAT": "48N50", "LON": "2E 8", "MON": "7", "NUM": "2794", "PRO": "S", "SEC": "28", "YEA": "1870", "CITY": "POISSY"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-178"}, "ids-in-source": {"g55": "09-178"}}, "raw": {"DAY": "10-7-1870", "HOUR": "14 h.", "NAME": "LUGEON Maurice", "PLACE": "Poissy (Seine-et-Oise)."}, "date": "2023-08-20T14:49:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
1002	boucquet-walter-1941-05-11	{"a1": "1002", "3a_sports": "595"}	{"ertel": "ES-595", "lerrcp": "A1-1002"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Boucquet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-05-11 03:30", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "MEULEBEKE", "geoid": 0}, "notime": null, "date-ut": "1941-05-11 02:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Boucquet"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "MEULEBEKE", "geoid": 0}, "date-ut": "1941-05-11 02:30:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1002"}, "ids-in-sources": {"a1": "1002"}}, "raw": {"H": "2", "MN": "30", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "11", "LAT": "51N13", "LON": "3E15", "MON": "5", "NUM": "1002", "PRO": "C", "SEC": "0", "YEA": "1941", "CITY": "MEULEBEKE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1941-05-11 03:30"}, "partial-ids": {"ertel": "ES-595"}}, "raw": {"L": "", "MF": "", "NR": "595", "ENG": "1", "MA_": "2", "G_NR": "1002", "MA12": "1", "MARS": "1", "NAME": "Boucquet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,100", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "3,50", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "11.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Walter", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.05.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1004	braeckeveldt-adolphus-1912-10-12	{"a1": "1004", "3a_sports": "640"}	{"ertel": "ES-640", "lerrcp": "A1-1004"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphus", "family": "Braeckeveldt", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1912-10-12 20:30", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ST-DENYS-WESTRE", "geoid": 0}, "notime": null, "date-ut": "1912-10-12 20:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Adolphus", "family": "Braeckeveldt"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ST-DENYS-WESTRE", "geoid": 0}, "date-ut": "1912-10-12 20:30:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1004"}, "ids-in-sources": {"a1": "1004"}}, "raw": {"H": "20", "MN": "30", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "12", "LAT": "51N 5", "LON": "3E45", "MON": "10", "NUM": "1004", "PRO": "C", "SEC": "0", "YEA": "1912", "CITY": "ST-DENYS-WESTRE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1912-10-12 20:30"}, "partial-ids": {"ertel": "ES-640"}}, "raw": {"L": "", "MF": "", "NR": "640", "ENG": "", "MA_": "0", "G_NR": "1004", "MA12": "8", "MARS": "23", "NAME": "Braeckeveldt", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,400", "CSINR": "", "KURTZ": "", "PHAS_": "2,700", "STUND": "20,50", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "12.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Adolphus", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.10.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4882	maige-albert-1872-11-26	{"a2": "2798", "g55": "09-180"}	{"g55": "09-180", "lerrcp": "A2-2798"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Maige", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:33", "date": "1872-11-26 21:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.38726, "lat": 47.19255, "name": "Auxonne", "geoid": 3035828}, "notime": null, "date-ut": "1872-11-26 20:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Maige"}, "birth": {"tzo": "+00:21:33", "date": "1872-11-26 21:00", "place": {"c2": "21", "cy": "FR", "lg": 5.38726, "lat": 47.19255, "name": "Auxonne", "geoid": 3035828}, "date-ut": "1872-11-26 20:39:52"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2798"}, "ids-in-sources": {"a2": "2798"}}, "raw": {"H": "20", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "26", "LAT": "47N19", "LON": "5E 2", "MON": "11", "NUM": "2798", "PRO": "S", "SEC": "52", "YEA": "1872", "CITY": "AUXONNE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-180"}, "ids-in-source": {"g55": "09-180"}}, "raw": {"DAY": "26-11-1872", "HOUR": "21 h.", "NAME": "MAIGE Albert", "PLACE": "Auxonne (Côte-d’Or)."}, "date": "2023-08-20T14:49:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
1007	buysse-achiel-1918-12-20	{"a1": "1007", "3a_sports": "756"}	{"ertel": "ES-756", "lerrcp": "A1-1007"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Achiel", "family": "Buysse", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-12-20 17:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "LOCHRISTI", "geoid": 0}, "notime": null, "date-ut": "1918-12-20 17:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Achiel", "family": "Buysse"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "LOCHRISTI", "geoid": 0}, "date-ut": "1918-12-20 17:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1007"}, "ids-in-sources": {"a1": "1007"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "20", "LAT": "51N 5", "LON": "3E45", "MON": "12", "NUM": "1007", "PRO": "C", "SEC": "0", "YEA": "1918", "CITY": "LOCHRISTI"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1918-12-20 17:00"}, "partial-ids": {"ertel": "ES-756"}}, "raw": {"L": "", "MF": "", "NR": "756", "ENG": "", "MA_": "0", "G_NR": "1007", "MA12": "6", "MARS": "16", "NAME": "Buysse", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,200", "CSINR": "", "KURTZ": "", "PHAS_": "93,900", "STUND": "17,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "20.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Achiel", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.12.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1008	buysse-albert-1911-11-30	{"a1": "1008", "3a_sports": "757"}	{"ertel": "ES-757", "lerrcp": "A1-1008"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Buysse", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1911-11-30 18:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "EEKLOO", "geoid": 0}, "notime": null, "date-ut": "1911-11-30 18:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Buysse"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "EEKLOO", "geoid": 0}, "date-ut": "1911-11-30 18:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1008"}, "ids-in-sources": {"a1": "1008"}}, "raw": {"H": "18", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "30", "LAT": "51N 5", "LON": "3E45", "MON": "11", "NUM": "1008", "PRO": "C", "SEC": "0", "YEA": "1911", "CITY": "EEKLOO"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1911-11-30 18:00"}, "partial-ids": {"ertel": "ES-757"}}, "raw": {"L": "", "MF": "", "NR": "757", "ENG": "", "MA_": "1", "G_NR": "1008", "MA12": "2", "MARS": "4", "NAME": "Buysse", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,000", "CSINR": "", "KURTZ": "", "PHAS_": "59,400", "STUND": "18,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "30.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Albert", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.11.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1010	buyst-leo-1932-07-09	{"a1": "1010", "3a_sports": "759"}	{"ertel": "ES-759", "lerrcp": "A1-1010"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léo", "family": "Buyst", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-07-09 19:30", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "BERLAAR", "geoid": 0}, "notime": null, "date-ut": "1932-07-09 18:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Léo", "family": "Buyst"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "BERLAAR", "geoid": 0}, "date-ut": "1932-07-09 18:30:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1010"}, "ids-in-sources": {"a1": "1010"}}, "raw": {"H": "18", "MN": "30", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "9", "LAT": "51N14", "LON": "4E30", "MON": "7", "NUM": "1010", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "BERLAAR"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-07-09 19:30"}, "partial-ids": {"ertel": "ES-759"}}, "raw": {"L": "", "MF": "", "NR": "759", "ENG": "", "MA_": "1", "G_NR": "1010", "MA12": "7", "MARS": "21", "NAME": "Buyst", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,100", "CSINR": "", "KURTZ": "", "PHAS_": "26,900", "STUND": "19,50", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "09.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Léo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.07.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4883	maire-rene-1878-05-29	{"a2": "2799", "g55": "09-181"}	{"g55": "09-181", "lerrcp": "A2-2799"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Maire", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:13", "date": "1878-05-29 17:15", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.55575, "lat": 46.67535, "name": "Lons-le-Saunier", "geoid": 2997626}, "notime": null, "date-ut": "1878-05-29 16:52:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "René", "family": "Maire"}, "birth": {"tzo": "+00:22:13", "date": "1878-05-29 17:15", "place": {"c2": "39", "cy": "FR", "lg": 5.55575, "lat": 46.67535, "name": "Lons-le-Saunier", "geoid": 2997626}, "date-ut": "1878-05-29 16:52:48"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2799"}, "ids-in-sources": {"a2": "2799"}}, "raw": {"H": "16", "MN": "52", "TZ": "0", "COD": "39", "COU": "F", "DAY": "29", "LAT": "46N40", "LON": "5E33", "MON": "5", "NUM": "2799", "PRO": "S", "SEC": "48", "YEA": "1878", "CITY": "LONS LE SAUNIER"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-181"}, "ids-in-source": {"g55": "09-181"}}, "raw": {"DAY": "29-5-1878", "HOUR": "17 h. 15", "NAME": "MAIRE René", "PLACE": "Lons-le-Saunier (Jura)."}, "date": "2023-08-20T14:49:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4885	manen-leopold-1829-07-30	{"a2": "2801", "g55": "09-183"}	{"g55": "09-183", "lerrcp": "A2-2801"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leopold", "family": "Manen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1829-07-30 15:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1829-07-30 14:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Leopold", "family": "Manen"}, "birth": {"tzo": "+00:05:46", "date": "1829-07-30 15:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1829-07-30 14:54:16"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2801"}, "ids-in-sources": {"a2": "2801"}}, "raw": {"H": "14", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "30", "LAT": "43N37", "LON": "1E26", "MON": "7", "NUM": "2801", "PRO": "S", "SEC": "16", "YEA": "1829", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-183"}, "ids-in-source": {"g55": "09-183"}}, "raw": {"DAY": "30-7-1829", "HOUR": "15 h.", "NAME": "MANEN Léopold", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:49:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
1012	charlier-adolf-1907-02-11	{"a1": "1012", "3a_sports": "966"}	{"ertel": "ES-966", "lerrcp": "A1-1012"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolf", "family": "Charlier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1907-02-11 08:30", "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "SERAING-LES-LIE", "geoid": 0}, "notime": null, "date-ut": "1907-02-11 08:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Adolf", "family": "Charlier"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "SERAING-LES-LIE", "geoid": 0}, "date-ut": "1907-02-11 08:30:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1012"}, "ids-in-sources": {"a1": "1012"}}, "raw": {"H": "8", "MN": "30", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "11", "LAT": "50N39", "LON": "5E30", "MON": "2", "NUM": "1012", "PRO": "C", "SEC": "0", "YEA": "1907", "CITY": "SERAING-LES-LIE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1907-02-11 08:30"}, "partial-ids": {"ertel": "ES-966"}}, "raw": {"L": "", "MF": "", "NR": "966", "ENG": "", "MA_": "1", "G_NR": "1012", "MA12": "5", "MARS": "14", "NAME": "Charlier", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,000", "CSINR": "", "KURTZ": "", "PHAS_": "4,200", "STUND": "8,50", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "11.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Adolf", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.02.1907", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1014	close-alexandre-1921-11-26	{"a1": "1014", "3a_sports": "1040"}	{"ertel": "ES-1040", "lerrcp": "A1-1014"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Close", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-11-26 18:00", "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "MOIGNELEE", "geoid": 0}, "notime": null, "date-ut": "1921-11-26 18:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Close"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "MOIGNELEE", "geoid": 0}, "date-ut": "1921-11-26 18:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1014"}, "ids-in-sources": {"a1": "1014"}}, "raw": {"H": "18", "MN": "0", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "26", "LAT": "50N20", "LON": "4E30", "MON": "11", "NUM": "1014", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "MOIGNELEE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-11-26 18:00"}, "partial-ids": {"ertel": "ES-1040"}}, "raw": {"L": "", "MF": "", "NR": "1040", "ENG": "", "MA_": "0", "G_NR": "1014", "MA12": "9", "MARS": "25", "NAME": "Close", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,700", "CSINR": "", "KURTZ": "", "PHAS_": "14,400", "STUND": "18,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "26.11.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alexandre", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "26.11.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4890	mares-henri-1820-01-18	{"a2": "2806", "g55": "09-184"}	{"g55": "09-184", "lerrcp": "A2-2806"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Mares", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:25", "date": "1820-01-18 21:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.85372, "lat": 46.78112, "name": "Chalon-sur-Saône", "geoid": 3027484}, "notime": null, "date-ut": "1820-01-18 20:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Mares"}, "birth": {"tzo": "+00:19:25", "date": "1820-01-18 21:00", "place": {"c2": "71", "cy": "FR", "lg": 4.85372, "lat": 46.78112, "name": "Chalon-sur-Saône", "geoid": 3027484}, "date-ut": "1820-01-18 20:40:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2806"}, "ids-in-sources": {"a2": "2806"}}, "raw": {"H": "20", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "18", "LAT": "46N18", "LON": "4E50", "MON": "1", "NUM": "2806", "PRO": "S", "SEC": "40", "YEA": "1820", "CITY": "CHALON S-SAONE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-184"}, "ids-in-source": {"g55": "09-184"}}, "raw": {"DAY": "18-1-1820", "HOUR": "21 h.", "NAME": "MARES Henri", "PLACE": "Chalon-sur-Saône (Saône-et-Loire)."}, "date": "2023-08-20T14:49:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4892	marion-fortune-1846-10-10	{"a2": "2808", "g55": "09-186"}	{"g55": "09-186", "lerrcp": "A2-2808"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fortune", "family": "Marion", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:28", "date": "1846-10-10 10:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Aix-en-Provence", "geoid": 0}, "notime": null, "date-ut": "1846-10-10 09:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Fortune", "family": "Marion"}, "birth": {"tzo": "+00:21:28", "date": "1846-10-10 10:00", "place": {"c2": "13", "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Aix en Frovence", "geoid": 0}, "date-ut": "1846-10-10 09:38:32"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2808"}, "ids-in-sources": {"a2": "2808"}}, "raw": {"H": "9", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "10", "LAT": "43N18", "LON": "5E22", "MON": "10", "NUM": "2808", "PRO": "S", "SEC": "32", "YEA": "1846", "CITY": "AIX EN FROVENCE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Aix-en-Provence"}}, "partial-ids": {"g55": "09-186"}, "ids-in-source": {"g55": "09-186"}}, "raw": {"DAY": "10-10-1846", "HOUR": "10 h.", "NAME": "MARION Fortuné", "PLACE": "Aix-en-Provence (B.-du-Rhône)."}, "date": "2023-08-20T14:49:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4895	matheron-philippe-1807-10-18	{"a2": "2811", "g55": "09-187"}	{"g55": "09-187", "lerrcp": "A2-2811"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Matheron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1807-10-18 17:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1807-10-18 16:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Matheron"}, "birth": {"tzo": "+00:21:31", "date": "1807-10-18 17:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1807-10-18 16:38:32"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2811"}, "ids-in-sources": {"a2": "2811"}}, "raw": {"H": "16", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "18", "LAT": "43N18", "LON": "5E22", "MON": "10", "NUM": "2811", "PRO": "S", "SEC": "32", "YEA": "1807", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-187"}, "ids-in-source": {"g55": "09-187"}}, "raw": {"DAY": "18-10-1807", "HOUR": "17 h.", "NAME": "MATHERON Philippe", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:49:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4896	matignon-camille-1867-01-03	{"a2": "2812", "g55": "09-188"}	{"g55": "09-188", "lerrcp": "A2-2812"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Matignon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:20", "date": "1867-01-03 06:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.58333, "lat": 47.8, "name": "Saint-Maurice-aux-R.", "geoid": 0}, "notime": null, "date-ut": "1867-01-03 05:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Matignon"}, "birth": {"tzo": "+00:14:20", "date": "1867-01-03 06:00", "place": {"c2": "89", "cy": "FR", "lg": 3.58333, "lat": 47.8, "name": "Saint-Maurice Aux", "geoid": 0}, "date-ut": "1867-01-03 05:45:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2812"}, "ids-in-sources": {"a2": "2812"}}, "raw": {"H": "5", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "3", "LAT": "47N48", "LON": "3E35", "MON": "1", "NUM": "2812", "PRO": "S", "SEC": "40", "YEA": "1867", "CITY": "ST MAURICE AUX"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Maurice-aux-R."}}, "partial-ids": {"g55": "09-188"}, "ids-in-source": {"g55": "09-188"}}, "raw": {"DAY": "3-1-1867", "HOUR": "6 h.", "NAME": "MATIGNON Camille", "PLACE": "Saint-Maurice-aux-R. (Yonne)."}, "date": "2023-08-20T14:49:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4898	maupas-emile-1842-07-02	{"a2": "2814", "g55": "09-190"}	{"g55": "09-190", "lerrcp": "A2-2814"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Maupas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:03:25", "date": "1842-07-02 07:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.85309, "lat": 48.8413, "name": "Vaudry", "geoid": 2970495}, "notime": null, "date-ut": "1842-07-02 07:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Maupas"}, "birth": {"tzo": "-00:03:25", "date": "1842-07-02 07:00", "place": {"c2": "14", "cy": "FR", "lg": -0.85309, "lat": 48.8413, "name": "Vaudry", "geoid": 2970495}, "date-ut": "1842-07-02 07:01:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2814"}, "ids-in-sources": {"a2": "2814"}}, "raw": {"H": "7", "MN": "1", "TZ": "0", "COD": "14", "COU": "F", "DAY": "2", "LAT": "49N11", "LON": "0W22", "MON": "7", "NUM": "2814", "PRO": "S", "SEC": "28", "YEA": "1842", "CITY": "VAUDRY"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-190"}, "ids-in-source": {"g55": "09-190"}}, "raw": {"DAY": "2-7-1842", "HOUR": "7 h.", "NAME": "MAUPAS Emile", "PLACE": "Vaudry (Calvados)."}, "date": "2023-08-20T14:49:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4900	mauvais-victor-1809-03-07	{"a2": "2816", "g55": "09-192"}	{"g55": "09-192", "lerrcp": "A2-2816"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Mauvais", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:27:13", "date": "1809-03-07 02:03:05", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.80309, "lat": 47.2516, "name": "Maîche", "geoid": 2996727}, "notime": null, "date-ut": "1809-03-07 01:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Mauvais"}, "birth": {"tzo": "+00:27:13", "date": "1809-03-07 02:03:05", "place": {"c2": "25", "cy": "FR", "lg": 6.80309, "lat": 47.2516, "name": "Maîche", "geoid": 2996727}, "date-ut": "1809-03-07 01:35:52"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2816"}, "ids-in-sources": {"a2": "2816"}}, "raw": {"H": "1", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "7", "LAT": "47N15", "LON": "6E 2", "MON": "3", "NUM": "2816", "PRO": "S", "SEC": "52", "YEA": "1809", "CITY": "MAICHE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-192"}, "ids-in-source": {"g55": "09-192"}}, "raw": {"DAY": "7-3-1809", "HOUR": "2 h.", "NAME": "MAUVAIS Victor", "PLACE": "Maiche (Doubs)."}, "date": "2023-08-20T14:49:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4901	menabrea-louis-1809-09-04	{"a2": "2817", "a3": "777", "g55": "04-478"}	{"g55": "04-478", "lerrcp": "A2-2817"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Menabrea", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:41", "date": "1809-09-04 04:00", "note": null, "place": {"c1": null, "c2": "73", "c3": null, "cy": "FR", "lg": 5.92079, "lat": 45.56628, "name": "Chambéry", "geoid": 3027422}, "notime": null, "date-ut": "1809-09-04 03:36:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist", "military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Menabrea"}, "birth": {"tzo": "+00:23:41", "date": "1809-09-04 04:00", "place": {"c2": "73", "cy": "FR", "lg": 5.92079, "lat": 45.56628, "name": "Chambéry", "geoid": 3027422}, "date-ut": "1809-09-04 03:36:20"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2817"}, "ids-in-sources": {"a2": "2817"}}, "raw": {"H": "3", "MN": "36", "TZ": "0", "COD": "73", "COU": "F", "DAY": "4", "LAT": "45N34", "LON": "5E55", "MON": "9", "NUM": "2817", "PRO": "S", "SEC": "20", "YEA": "1809", "CITY": "CHAMBERY"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["military-personnel"], "sources": "a3", "ids-in-sources": {"a3": "777"}}, "raw": {"H": "3", "MN": "36", "TZ": "0", "COD": "73", "COU": "F", "DAY": "4", "LAT": "45N34", "LON": "5E55", "MON": "9", "NUM": "777", "PRO": "M", "SEC": "20", "YEA": "1809", "CITY": "CHAMBERY"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-478"}, "ids-in-source": {"g55": "04-478"}}, "raw": {"DAY": "4-9-1809", "HOUR": "4 h.", "NAME": "MENABREA Louis Frédéric", "PLACE": "Chambéry (Savoie)."}, "date": "2023-08-20T14:48:30+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}, {"new": [], "raw": {"DAY": "4-9-1809", "HOUR": "4 h.", "NAME": "MENABREA Luigi", "PLACE": "Chambéry (Savoie)."}, "date": "2023-08-20T14:49:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4904	molliard-marin-1866-06-08	{"a2": "2820", "g55": "09-195"}	{"g55": "09-195", "lerrcp": "A2-2820"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marin", "family": "Molliard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:36", "date": "1866-06-08 15:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.9, "lat": 47.9, "name": "Chatillon-sur-Loing", "geoid": 0}, "notime": null, "date-ut": "1866-06-08 14:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Marin", "family": "Molliard"}, "birth": {"tzo": "+00:07:36", "date": "1866-06-08 15:00", "place": {"c2": "45", "cy": "FR", "lg": 1.9, "lat": 47.9, "name": "Chatillon-sur-Loi", "geoid": 0}, "date-ut": "1866-06-08 14:52:24"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2820"}, "ids-in-sources": {"a2": "2820"}}, "raw": {"H": "14", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "8", "LAT": "47N54", "LON": "1E54", "MON": "6", "NUM": "2820", "PRO": "S", "SEC": "24", "YEA": "1866", "CITY": "CHATILLON S/LOI"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Chatillon-sur-Loing"}}, "partial-ids": {"g55": "09-195"}, "ids-in-source": {"g55": "09-195"}}, "raw": {"DAY": "8-6-1866", "HOUR": "15 h.", "NAME": "MOLLIARD Marin", "PLACE": "Chatillon-sur-Loing (Loiret)."}, "date": "2023-08-20T14:49:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4906	montel-paul-1876-04-29	{"a2": "2822", "g55": "09-196"}	{"g55": "09-196", "lerrcp": "A2-2822"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Montel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:04", "date": "1876-04-29 00:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1876-04-28 23:30:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Montel"}, "birth": {"tzo": "+00:29:04", "date": "1876-04-29 00:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1876-04-28 23:30:56"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2822"}, "ids-in-sources": {"a2": "2822"}}, "raw": {"H": "23", "MN": "30", "TZ": "0", "COD": "06", "COU": "F", "DAY": "28", "LAT": "43N42", "LON": "7E16", "MON": "4", "NUM": "2822", "PRO": "S", "SEC": "56", "YEA": "1876", "CITY": "NICE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-196"}, "ids-in-source": {"g55": "09-196"}}, "raw": {"DAY": "29-4-1876", "HOUR": "0 h.", "NAME": "MONTEL Paul", "PLACE": "Nice (Alpes-Maritimes)."}, "date": "2023-08-20T14:49:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4907	moussu-gustave-1864-01-01	{"a2": "2823", "g55": "09-197"}	{"g55": "09-197", "lerrcp": "A2-2823"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Moussu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:48", "date": "1864-01-01 09:00", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": 0.7, "lat": 47.4, "name": "Saint-Laurent-en-Gâtines", "geoid": 0}, "notime": null, "date-ut": "1864-01-01 08:57:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Moussu"}, "birth": {"tzo": "+00:02:48", "date": "1864-01-01 09:00", "place": {"c2": "37", "cy": "FR", "lg": 0.7, "lat": 47.4, "name": "Saint-Laurent en G", "geoid": 0}, "date-ut": "1864-01-01 08:57:12"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2823"}, "ids-in-sources": {"a2": "2823"}}, "raw": {"H": "8", "MN": "57", "TZ": "0", "COD": "37", "COU": "F", "DAY": "1", "LAT": "47N24", "LON": "0E42", "MON": "1", "NUM": "2823", "PRO": "S", "SEC": "12", "YEA": "1864", "CITY": "ST LAURENT EN G"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Laurent-en-Gâtines"}}, "partial-ids": {"g55": "09-197"}, "ids-in-source": {"g55": "09-197"}}, "raw": {"DAY": "1-1-1864", "HOUR": "9 h.", "NAME": "MOUSSU Gustave", "PLACE": "Saint-Laurent-en-Gâtines (Ind.-et-L.)."}, "date": "2023-08-20T14:49:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4909	muntz-achille-1846-08-10	{"a2": "2825", "g55": "09-199"}	{"g55": "09-199", "lerrcp": "A2-2825"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Achille", "family": "Müntz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:31", "date": "1846-08-10 14:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.75, "lat": 48.58333, "name": "Soultz-sous-Forets", "geoid": 0}, "notime": null, "date-ut": "1846-08-10 13:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Achille", "family": "Müntz"}, "birth": {"tzo": "+00:31", "date": "1846-08-10 14:00", "place": {"c2": "67", "cy": "FR", "lg": 7.75, "lat": 48.58333, "name": "Soultz-sur-S Fore", "geoid": 0}, "date-ut": "1846-08-10 13:29"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2825"}, "ids-in-sources": {"a2": "2825"}}, "raw": {"H": "13", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "10", "LAT": "48N35", "LON": "7E45", "MON": "8", "NUM": "2825", "PRO": "S", "SEC": "0", "YEA": "1846", "CITY": "SOULTZ S/S FORE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Soultz-sous-Forets"}}, "partial-ids": {"g55": "09-199"}, "ids-in-source": {"g55": "09-199"}}, "raw": {"DAY": "10-8-1846", "HOUR": "14 h.", "NAME": "MUNTZ Achille", "PLACE": "Soultz-sous-Forets (Bas-Rhin)."}, "date": "2023-08-20T14:49:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4911	normand-augustin-1839-10-04	{"a2": "2827", "g55": "09-201"}	{"g55": "09-201", "lerrcp": "A2-2827"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Augustin", "family": "Normand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:26", "date": "1839-10-04 06:56:06", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1839-10-04 06:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Augustin", "family": "Normand"}, "birth": {"tzo": "+00:00:26", "date": "1839-10-04 06:56:06", "place": {"c2": "76", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1839-10-04 06:55:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2827"}, "ids-in-sources": {"a2": "2827"}}, "raw": {"H": "6", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "4", "LAT": "49N26", "LON": "1E 5", "MON": "10", "NUM": "2827", "PRO": "S", "SEC": "40", "YEA": "1839", "CITY": "LE HAVRE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-201"}, "ids-in-source": {"g55": "09-201"}}, "raw": {"DAY": "4-10-1839", "HOUR": "7 h.", "NAME": "NORMAND Augustin", "PLACE": "Le Havre (Seine-Inférieure)."}, "date": "2023-08-20T14:49:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4913	pagnoul-aime-1822-05-19	{"a2": "2829", "g55": "09-203"}	{"g55": "09-203", "lerrcp": "A2-2829"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aimé", "family": "Pagnoul", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:04", "date": "1822-05-19 03:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Estrée-Cauchy", "geoid": 0}, "notime": null, "date-ut": "1822-05-19 02:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Aimé", "family": "Pagnoul"}, "birth": {"tzo": "+00:11:04", "date": "1822-05-19 03:00", "place": {"c2": "62", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Estree Couchy", "geoid": 0}, "date-ut": "1822-05-19 02:48:56"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2829"}, "ids-in-sources": {"a2": "2829"}}, "raw": {"H": "2", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "19", "LAT": "50N18", "LON": "2E46", "MON": "5", "NUM": "2829", "PRO": "S", "SEC": "56", "YEA": "1822", "CITY": "ESTREE COUCHY"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Estrée-Cauchy"}}, "partial-ids": {"g55": "09-203"}, "ids-in-source": {"g55": "09-203"}}, "raw": {"DAY": "19-5-1822", "HOUR": "3 h.", "NAME": "PAGNOUL Aimé", "PLACE": "Estrée-Cauchy (Pas-de-Calais)."}, "date": "2023-08-20T14:49:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4915	parade-adolphe-1802-02-11	{"a2": "2831", "g55": "09-204"}	{"g55": "09-204", "lerrcp": "A2-2831"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Parade", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:17", "date": "1802-02-11 23:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.31938, "lat": 48.1951, "name": "Ribeauvillé", "geoid": 2983705}, "notime": null, "date-ut": "1802-02-11 22:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Parade"}, "birth": {"tzo": "+00:29:17", "date": "1802-02-11 23:00", "place": {"c2": "68", "cy": "FR", "lg": 7.31938, "lat": 48.1951, "name": "Ribeauvillé", "geoid": 2983705}, "date-ut": "1802-02-11 22:30:36"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2831"}, "ids-in-sources": {"a2": "2831"}}, "raw": {"H": "22", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "11", "LAT": "48N 5", "LON": "7E21", "MON": "2", "NUM": "2831", "PRO": "S", "SEC": "36", "YEA": "1802", "CITY": "RIBEAUVILLE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-204"}, "ids-in-source": {"g55": "09-204"}}, "raw": {"DAY": "11-2-1802", "HOUR": "23 h.", "NAME": "PARADE Adolphe", "PLACE": "Ribeauvillé (Haut-Rhin)."}, "date": "2023-08-20T14:49:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4918	pascal-paul-1880-07-04	{"a2": "2834", "g55": "09-206"}	{"g55": "09-206", "lerrcp": "A2-2834"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Pascal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:04", "date": "1880-07-04 18:15", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Saint-Pol", "geoid": 0}, "notime": null, "date-ut": "1880-07-04 18:03:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Pascal"}, "birth": {"tzo": "+00:11:04", "date": "1880-07-04 18:15", "place": {"c2": "62", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Saint-Pol", "geoid": 0}, "date-ut": "1880-07-04 18:03:56"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2834"}, "ids-in-sources": {"a2": "2834"}}, "raw": {"H": "18", "MN": "3", "TZ": "0", "COD": "62", "COU": "F", "DAY": "4", "LAT": "50N18", "LON": "2E46", "MON": "7", "NUM": "2834", "PRO": "S", "SEC": "56", "YEA": "1880", "CITY": "ST POL"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Pol"}}, "partial-ids": {"g55": "09-206"}, "ids-in-source": {"g55": "09-206"}}, "raw": {"DAY": "4-7-1880", "HOUR": "18 h. 15", "NAME": "PASCAL Paul", "PLACE": "Saint-Pol (Pas-de-Calais)."}, "date": "2023-08-20T14:49:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4923	perez-jean-1833-12-06	{"a2": "2839", "g55": "09-208"}	{"g55": "09-208", "lerrcp": "A2-2839"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Perez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:17", "date": "1833-12-06 13:00", "note": null, "place": {"c1": null, "c2": "65", "c3": null, "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "notime": null, "date-ut": "1833-12-06 12:59:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Perez"}, "birth": {"tzo": "+00:00:17", "date": "1833-12-06 13:00", "place": {"c2": "65", "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "date-ut": "1833-12-06 12:59:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2839"}, "ids-in-sources": {"a2": "2839"}}, "raw": {"H": "12", "MN": "59", "TZ": "0", "COD": "65", "COU": "F", "DAY": "6", "LAT": "43N14", "LON": "0E 5", "MON": "12", "NUM": "2839", "PRO": "S", "SEC": "40", "YEA": "1833", "CITY": "TARBES"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-208"}, "ids-in-source": {"g55": "09-208"}}, "raw": {"DAY": "6-12-1833", "HOUR": "13 h.", "NAME": "PEREZ Jean", "PLACE": "Tarbes (Hautes-Pyrénées)."}, "date": "2023-08-20T14:49:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4922	perez-charles-1873-05-19	{"a2": "2838", "g55": "09-209"}	{"g55": "09-209", "lerrcp": "A2-2838"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Perez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1873-05-19 00:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1873-05-19 00:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Perez"}, "birth": {"tzo": "-00:02:19", "date": "1873-05-19 00:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1873-05-19 00:57:36"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2838"}, "ids-in-sources": {"a2": "2838"}}, "raw": {"H": "0", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "19", "LAT": "44N50", "LON": "0W34", "MON": "5", "NUM": "2838", "PRO": "S", "SEC": "36", "YEA": "1873", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-209"}, "ids-in-source": {"g55": "09-209"}}, "raw": {"DAY": "19-5-1873", "HOUR": "1 h.", "NAME": "PEREZ Charles", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:49:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4926	perrier-bathie-henri-1873-08-11	{"a2": "2842", "g55": "09-213"}	{"g55": "09-213", "lerrcp": "A2-2842"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Perrier Bathie Henri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:41", "date": "1873-08-11 02:00", "note": null, "place": {"c1": null, "c2": "73", "c3": null, "cy": "FR", "lg": 5.92079, "lat": 45.56628, "name": "Chambéry", "geoid": 3027422}, "notime": null, "date-ut": "1873-08-11 01:36:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "", "family": "Perrier Bathie Henri"}, "birth": {"tzo": "+00:23:41", "date": "1873-08-11 02:00", "place": {"c2": "73", "cy": "FR", "lg": 5.92079, "lat": 45.56628, "name": "Chambéry", "geoid": 3027422}, "date-ut": "1873-08-11 01:36:20"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2842"}, "ids-in-sources": {"a2": "2842"}}, "raw": {"H": "1", "MN": "36", "TZ": "0", "COD": "73", "COU": "F", "DAY": "11", "LAT": "45N34", "LON": "5E55", "MON": "8", "NUM": "2842", "PRO": "S", "SEC": "20", "YEA": "1873", "CITY": "CHAMBERY"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-213"}, "ids-in-source": {"g55": "09-213"}}, "raw": {"DAY": "11-8-1873", "HOUR": "2 h.", "NAME": "PERRIER de La BATHIE Hen.", "PLACE": "Chambéry (Savoie)."}, "date": "2023-08-20T14:49:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4933	picard-alfred-1844-12-21	{"a2": "2849", "e3": "1225", "g55": "09-217"}	{"g55": "09-217", "lerrcp": "A2-2849"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Picard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1844-12-21 14:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1844-12-21 13:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist", "politician"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Picard"}, "birth": {"tzo": "+00:30:59", "date": "1844-12-21 14:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1844-12-21 13:29"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2849"}, "ids-in-sources": {"a2": "2849"}}, "raw": {"H": "13", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "21", "LAT": "48N35", "LON": "7E45", "MON": "12", "NUM": "2849", "PRO": "S", "SEC": "0", "YEA": "1844", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["politician"], "ids-in-sources": {"e3": "1225"}}, "raw": {"H": "02:00", "COD": "67", "DAY": "21", "MON": "12", "NUM": "1225", "PRO": "PO", "YEA": "1844", "CITY": "Strasbourg", "NAME": "PICARD Alfred", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"partial-ids": {"g55": "09-217"}, "ids-in-source": {"g55": "09-217"}}, "raw": {"DAY": "21-12-1844", "HOUR": "14 h.", "NAME": "PICARD. Alfred", "PLACE": "Strasbourg (Bas-Rhin)."}, "date": "2023-08-20T14:49:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4934	picart-luc-1867-07-04	{"a2": "2850", "g55": "09-218"}	{"g55": "09-218", "lerrcp": "A2-2850"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luc", "family": "Picart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:54", "date": "1867-07-04 17:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.22486, "lat": 49.67871, "name": "La Hardoye", "geoid": 3008794}, "notime": null, "date-ut": "1867-07-04 16:41:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Luc", "family": "Picart"}, "birth": {"tzo": "+00:16:54", "date": "1867-07-04 17:00", "place": {"c2": "08", "cy": "FR", "lg": 4.22486, "lat": 49.67871, "name": "La Hardoye", "geoid": 3008794}, "date-ut": "1867-07-04 16:41:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2850"}, "ids-in-sources": {"a2": "2850"}}, "raw": {"H": "16", "MN": "41", "TZ": "0", "COD": "08", "COU": "F", "DAY": "4", "LAT": "49N46", "LON": "4E44", "MON": "7", "NUM": "2850", "PRO": "S", "SEC": "4", "YEA": "1867", "CITY": "LA HARDOYE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-218"}, "ids-in-source": {"g55": "09-218"}}, "raw": {"DAY": "4-7-1867", "HOUR": "17 h.", "NAME": "PICART Luc", "PLACE": "La Hardoy (Ardennes)."}, "date": "2023-08-20T14:49:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4936	pissis-aime-1812-05-17	{"a2": "2852", "g55": "09-219"}	{"g55": "09-219", "lerrcp": "A2-2852"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aimé", "family": "Pissis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:32", "date": "1812-05-17 13:58", "note": null, "place": {"c1": null, "c2": "43", "c3": null, "cy": "FR", "lg": 3.38423, "lat": 45.29419, "name": "Brioude", "geoid": 3029995}, "notime": null, "date-ut": "1812-05-17 13:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Aimé", "family": "Pissis"}, "birth": {"tzo": "+00:13:32", "date": "1812-05-17 13:58", "place": {"c2": "43", "cy": "FR", "lg": 3.38423, "lat": 45.29419, "name": "Brioude", "geoid": 3029995}, "date-ut": "1812-05-17 13:44:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2852"}, "ids-in-sources": {"a2": "2852"}}, "raw": {"H": "13", "MN": "44", "TZ": "0", "COD": "43", "COU": "F", "DAY": "17", "LAT": "45N 3", "LON": "3E53", "MON": "5", "NUM": "2852", "PRO": "S", "SEC": "28", "YEA": "1812", "CITY": "BRIOUDE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-219"}, "ids-in-source": {"g55": "09-219"}}, "raw": {"DAY": "17-5-1872", "HOUR": "14 h.", "NAME": "PISSIS Aimé", "PLACE": "Brioude (Haute-Loire)."}, "date": "2023-08-20T14:49:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
1042	deolet-aime-1906-03-11	{"a1": "1042", "3a_sports": "1397"}	{"ertel": "ES-1397", "lerrcp": "A1-1042"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aimé", "family": "Deolet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1906-03-11 04:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "POESELE", "geoid": 0}, "notime": null, "date-ut": "1906-03-11 04:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Aimé", "family": "Deolet"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "POESELE", "geoid": 0}, "date-ut": "1906-03-11 04:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1042"}, "ids-in-sources": {"a1": "1042"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "11", "LAT": "51N 5", "LON": "3E45", "MON": "3", "NUM": "1042", "PRO": "C", "SEC": "0", "YEA": "1906", "CITY": "POESELE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1906-03-11 04:00"}, "partial-ids": {"ertel": "ES-1397"}}, "raw": {"L": "", "MF": "", "NR": "1397", "ENG": "", "MA_": "1", "G_NR": "1042", "MA12": "11", "MARS": "31", "NAME": "Déolet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,900", "CSINR": "", "KURTZ": "", "PHAS_": "99,900", "STUND": "4,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "11.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Aimé", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.03.1906", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:09+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4938	poisson-charles-1882-10-07	{"a2": "2854", "g55": "09-221"}	{"g55": "09-221", "lerrcp": "A2-2854"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Poisson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02", "date": "1882-10-07 12:00", "note": null, "place": {"c1": null, "c2": "40", "c3": null, "cy": "FR", "lg": -0.5, "lat": 43.9, "name": "Riom-des-Landes", "geoid": 0}, "notime": null, "date-ut": "1882-10-07 12:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Poisson"}, "birth": {"tzo": "-00:02", "date": "1882-10-07 12:00", "place": {"c2": "40", "cy": "FR", "lg": -0.5, "lat": 43.9, "name": "Riom des Landes", "geoid": 0}, "date-ut": "1882-10-07 12:02"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2854"}, "ids-in-sources": {"a2": "2854"}}, "raw": {"H": "12", "MN": "2", "TZ": "0", "COD": "40", "COU": "F", "DAY": "7", "LAT": "43N54", "LON": "0W30", "MON": "10", "NUM": "2854", "PRO": "S", "SEC": "0", "YEA": "1882", "CITY": "RIOM DES LANDES"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Riom-des-Landes"}}, "partial-ids": {"g55": "09-221"}, "ids-in-source": {"g55": "09-221"}}, "raw": {"DAY": "7-10-1882", "HOUR": "12 h.", "NAME": "POISSON Charles", "PLACE": "Riom-des-Landes (Landes)."}, "date": "2023-08-20T14:49:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4940	pomel-auguste-1821-09-20	{"a2": "2856", "g55": "09-222"}	{"g55": "09-222", "lerrcp": "A2-2856"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Pomel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:60", "date": "1821-09-20 12:50", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.24901, "lat": 45.54422, "name": "Issoire", "geoid": 3012664}, "notime": null, "date-ut": "1821-09-20 12:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Pomel"}, "birth": {"tzo": "+00:12:60", "date": "1821-09-20 12:50", "place": {"c2": "63", "cy": "FR", "lg": 3.24901, "lat": 45.54422, "name": "Issoire", "geoid": 3012664}, "date-ut": "1821-09-20 12:47:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2856"}, "ids-in-sources": {"a2": "2856"}}, "raw": {"H": "12", "MN": "47", "TZ": "0", "COD": "63", "COU": "F", "DAY": "20", "LAT": "45N47", "LON": "3E 5", "MON": "9", "NUM": "2856", "PRO": "S", "SEC": "40", "YEA": "1821", "CITY": "ISSOIRE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-222"}, "ids-in-source": {"g55": "09-222"}}, "raw": {"DAY": "20-9-1821", "HOUR": "13 h.", "NAME": "POMEL Auguste", "PLACE": "Issoire (Puy-de-Dôme)."}, "date": "2023-08-20T14:49:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4942	porcher-charles-1872-01-20	{"a2": "2858", "g55": "09-223"}	{"g55": "09-223", "lerrcp": "A2-2858"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Porcher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1872-01-20 07:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1872-01-20 07:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Porcher"}, "birth": {"tzo": "-00:06:13", "date": "1872-01-20 07:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1872-01-20 07:06:20"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2858"}, "ids-in-sources": {"a2": "2858"}}, "raw": {"H": "7", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "20", "LAT": "47N13", "LON": "1W35", "MON": "1", "NUM": "2858", "PRO": "S", "SEC": "20", "YEA": "1872", "CITY": "NANTES"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-223"}, "ids-in-source": {"g55": "09-223"}}, "raw": {"DAY": "20-1-1872", "HOUR": "7 h.", "NAME": "PORCHER Charles", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:49:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
1049	deurloo-louis-1910-07-07	{"a1": "1049", "3a_sports": "1387"}	{"ertel": "ES-1387", "lerrcp": "A1-1049"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Deurloo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1910-07-07 15:30", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ESSCHEN", "geoid": 0}, "notime": null, "date-ut": "1910-07-07 15:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Deurloo"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ESSCHEN", "geoid": 0}, "date-ut": "1910-07-07 15:30:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1049"}, "ids-in-sources": {"a1": "1049"}}, "raw": {"H": "15", "MN": "30", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "7", "LAT": "51N14", "LON": "4E30", "MON": "7", "NUM": "1049", "PRO": "C", "SEC": "0", "YEA": "1910", "CITY": "ESSCHEN"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1910-07-07 15:30"}, "partial-ids": {"ertel": "ES-1387"}}, "raw": {"L": "", "MF": "", "NR": "1387", "ENG": "1", "MA_": "2", "G_NR": "1049", "MA12": "4", "MARS": "12", "NAME": "Deurloo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,000", "CSINR": "", "KURTZ": "", "PHAS_": "0,100", "STUND": "15,50", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "07.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Louis", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.07.1910", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:09+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4947	puiseux-victor-1820-04-16	{"a2": "2863", "g55": "09-225"}	{"g55": "09-225", "lerrcp": "A2-2863"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Puiseux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:59", "date": "1820-04-16 11:00", "note": null, "place": {"c1": null, "c2": "95", "c3": null, "cy": "FR", "lg": 2.24744, "lat": 48.94788, "name": "Argenteuil", "geoid": 3037044}, "notime": null, "date-ut": "1820-04-16 10:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Puiseux"}, "birth": {"tzo": "+00:08:59", "date": "1820-04-16 11:00", "place": {"c2": "95", "cy": "FR", "lg": 2.24744, "lat": 48.94788, "name": "Argenteuil", "geoid": 3037044}, "date-ut": "1820-04-16 10:52"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2863"}, "ids-in-sources": {"a2": "2863"}}, "raw": {"H": "10", "MN": "52", "TZ": "0", "COD": "95", "COU": "F", "DAY": "16", "LAT": "49N 0", "LON": "2E 0", "MON": "4", "NUM": "2863", "PRO": "S", "SEC": "0", "YEA": "1820", "CITY": "ARGENTEUIL"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-225"}, "ids-in-source": {"g55": "09-225"}}, "raw": {"DAY": "16-4-1820", "HOUR": "11 h.", "NAME": "PUISEUX Victor", "PLACE": "Argenteuil (Seine-et-Oise)."}, "date": "2023-08-20T14:49:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4949	raoult-francois-1830-05-10	{"a2": "2865", "g55": "09-226"}	{"g55": "09-226", "lerrcp": "A2-2865"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Raoult", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1830-05-10 09:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Fournes", "geoid": 0}, "notime": null, "date-ut": "1830-05-10 08:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "François", "family": "Raoult"}, "birth": {"tzo": "+00:12:20", "date": "1830-05-10 09:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Fournes", "geoid": 0}, "date-ut": "1830-05-10 08:47:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2865"}, "ids-in-sources": {"a2": "2865"}}, "raw": {"H": "8", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "10", "LAT": "50N39", "LON": "3E 5", "MON": "5", "NUM": "2865", "PRO": "S", "SEC": "40", "YEA": "1830", "CITY": "FOURNES"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Fournes"}}, "partial-ids": {"g55": "09-226"}, "ids-in-source": {"g55": "09-226"}}, "raw": {"DAY": "10-5-1830", "HOUR": "9 h.", "NAME": "RAOULT Francois", "PLACE": "Fournes (Nord)."}, "date": "2023-08-20T14:49:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
1052	disseaux-albertin-1914-11-17	{"a1": "1052", "3a_sports": "1421"}	{"ertel": "ES-1421", "lerrcp": "A1-1052"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albertin", "family": "Disseaux", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-11-17 22:00", "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "BOUSSU-BOIS", "geoid": 0}, "notime": null, "date-ut": "1914-11-17 21:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Albertin", "family": "Disseaux"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "BOUSSU-BOIS", "geoid": 0}, "date-ut": "1914-11-17 21:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1052"}, "ids-in-sources": {"a1": "1052"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "17", "LAT": "50N23", "LON": "4E30", "MON": "11", "NUM": "1052", "PRO": "C", "SEC": "0", "YEA": "1914", "CITY": "BOUSSU-BOIS"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1914-11-17 22:00"}, "partial-ids": {"ertel": "ES-1421"}}, "raw": {"L": "", "MF": "", "NR": "1421", "ENG": "", "MA_": "0", "G_NR": "1052", "MA12": "8", "MARS": "24", "NAME": "Disseaux", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,500", "CSINR": "", "KURTZ": "", "PHAS_": "0,900", "STUND": "22,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "17.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Albertin", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.11.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1054	dupont-albert-1884-01-25	{"a1": "1054", "3a_sports": "1495"}	{"ertel": "ES-1495", "lerrcp": "A1-1054"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Dupont", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1884-01-25 01:00", "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ESTAIMPUIS", "geoid": 0}, "notime": null, "date-ut": "1884-01-25 00:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Dupont"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ESTAIMPUIS", "geoid": 0}, "date-ut": "1884-01-25 00:42:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1054"}, "ids-in-sources": {"a1": "1054"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "25", "LAT": "50N23", "LON": "4E30", "MON": "1", "NUM": "1054", "PRO": "C", "SEC": "0", "YEA": "1884", "CITY": "ESTAIMPUIS"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1884-01-25 01:00"}, "partial-ids": {"ertel": "ES-1495"}}, "raw": {"L": "", "MF": "", "NR": "1495", "ENG": "1", "MA_": "2", "G_NR": "1054", "MA12": "4", "MARS": "10", "NAME": "Dupont", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,700", "CSINR": "", "KURTZ": "", "PHAS_": "10,700", "STUND": "1,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "25.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Albert", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.01.1884", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4950	ravaz-louis-1863-05-10	{"a2": "2866", "g55": "09-227"}	{"g55": "09-227", "lerrcp": "A2-2866"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Ravaz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:52", "date": "1863-05-10 10:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Saint-Romain-de-Jalionas", "geoid": 0}, "notime": null, "date-ut": "1863-05-10 09:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Ravaz"}, "birth": {"tzo": "+00:22:52", "date": "1863-05-10 10:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Saint-Romain de Ja", "geoid": 0}, "date-ut": "1863-05-10 09:37:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2866"}, "ids-in-sources": {"a2": "2866"}}, "raw": {"H": "9", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "10", "LAT": "45N11", "LON": "5E43", "MON": "5", "NUM": "2866", "PRO": "S", "SEC": "8", "YEA": "1863", "CITY": "ST ROMAIN DE JA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Romain-de-Jalionas"}}, "partial-ids": {"g55": "09-227"}, "ids-in-source": {"g55": "09-227"}}, "raw": {"DAY": "10-5-1863", "HOUR": "10 h.", "NAME": "RAVAZ Louis", "PLACE": "Saint-Romain-de-Jalionas (Isère)."}, "date": "2023-08-20T14:49:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
1057	frantz-niklaas-1899-11-04	{"a1": "1057", "3a_sports": "1708"}	{"ertel": "ES-1708", "lerrcp": "A1-1057"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Niklaas", "family": "Frantz", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1899-11-04 15:00", "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 6.15, "lat": 49.6, "name": "MAMER", "geoid": 0}, "notime": null, "date-ut": "1899-11-04 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Niklaas", "family": "Frantz"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 6.15, "lat": 49.6, "name": "MAMER", "geoid": 0}, "date-ut": "1899-11-04 14:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1057"}, "ids-in-sources": {"a1": "1057"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "LUX", "COU": "B", "DAY": "4", "LAT": "49N36", "LON": "6E 9", "MON": "11", "NUM": "1057", "PRO": "C", "SEC": "0", "YEA": "1899", "CITY": "MAMER"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1899-11-04 15:00"}, "partial-ids": {"ertel": "ES-1708"}}, "raw": {"L": "", "MF": "", "NR": "1708", "ENG": "1", "MA_": "2", "G_NR": "1057", "MA12": "4", "MARS": "12", "NAME": "Frantz", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,100", "CSINR": "", "KURTZ": "", "PHAS_": "0,400", "STUND": "15,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "04.11.", "ZITATE": "DGSFO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Niklaas", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "04.11.1899", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1058	gardier-frans-1903-03-27	{"a1": "1058", "3a_sports": "1786"}	{"ertel": "ES-1786", "lerrcp": "A1-1058"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frans", "family": "Gardier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1903-03-27 09:00", "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "AYENEUX", "geoid": 0}, "notime": null, "date-ut": "1903-03-27 09:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Frans", "family": "Gardier"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "AYENEUX", "geoid": 0}, "date-ut": "1903-03-27 09:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1058"}, "ids-in-sources": {"a1": "1058"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "27", "LAT": "50N39", "LON": "5E30", "MON": "3", "NUM": "1058", "PRO": "C", "SEC": "0", "YEA": "1903", "CITY": "AYENEUX"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1903-03-27 09:00"}, "partial-ids": {"ertel": "ES-1786"}}, "raw": {"L": "", "MF": "", "NR": "1786", "ENG": "", "MA_": "0", "G_NR": "1058", "MA12": "8", "MARS": "23", "NAME": "Gardier", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,000", "CSINR": "", "KURTZ": "", "PHAS_": "4,600", "STUND": "9,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "27.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Frans", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.03.1903", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1060	ghijsels-leandre-1899-11-11	{"a1": "1060", "3a_sports": "1843"}	{"ertel": "ES-1843", "lerrcp": "A1-1060"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leandre", "family": "Ghijsels", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1899-11-11 22:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "HUISE", "geoid": 0}, "notime": null, "date-ut": "1899-11-11 22:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Leandre", "family": "Ghijsels"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "HUISE", "geoid": 0}, "date-ut": "1899-11-11 22:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1060"}, "ids-in-sources": {"a1": "1060"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "11", "LAT": "51N 5", "LON": "3E45", "MON": "11", "NUM": "1060", "PRO": "C", "SEC": "0", "YEA": "1899", "CITY": "HUISE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1899-11-11 22:00"}, "partial-ids": {"ertel": "ES-1843"}}, "raw": {"L": "", "MF": "", "NR": "1843", "ENG": "", "MA_": "0", "G_NR": "1060", "MA12": "9", "MARS": "25", "NAME": "Ghijsels", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,400", "CSINR": "", "KURTZ": "", "PHAS_": "55,100", "STUND": "22,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "11.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Léandre", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.11.1899", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4952	reboul-edmond-1829-02-13	{"a2": "2868", "g55": "09-229"}	{"g55": "09-229", "lerrcp": "A2-2868"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Reboul", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1829-02-13 16:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1829-02-13 15:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Reboul"}, "birth": {"tzo": "+00:15:30", "date": "1829-02-13 16:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1829-02-13 15:44:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2868"}, "ids-in-sources": {"a2": "2868"}}, "raw": {"H": "15", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "13", "LAT": "43N37", "LON": "3E53", "MON": "2", "NUM": "2868", "PRO": "S", "SEC": "28", "YEA": "1829", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-229"}, "ids-in-source": {"g55": "09-229"}}, "raw": {"DAY": "13-2-1829", "HOUR": "16 h.", "NAME": "REBOUL Edmond", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:49:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
1062	godefroot-walter-1943-07-02	{"a1": "1062", "3a_sports": "1889"}	{"ertel": "ES-1889", "lerrcp": "A1-1062"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Godefroot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-07-02 04:30", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1943-07-02 02:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Godefroot"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1943-07-02 02:30:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1062"}, "ids-in-sources": {"a1": "1062"}}, "raw": {"H": "2", "MN": "30", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "2", "LAT": "51N 5", "LON": "3E45", "MON": "7", "NUM": "1062", "PRO": "C", "SEC": "0", "YEA": "1943", "CITY": "GAND"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1943-07-02 04:30"}, "partial-ids": {"ertel": "ES-1889"}}, "raw": {"L": "", "MF": "", "NR": "1889", "ENG": "", "MA_": "1", "G_NR": "1062", "MA12": "2", "MARS": "4", "NAME": "Godefroot", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,900", "CSINR": "", "KURTZ": "", "PHAS_": "0,400", "STUND": "4,50", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "02.07.", "ZITATE": "DKO", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Walter", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "02.07.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1063	goosens-pier-1899-10-30	{"a1": "1063", "3a_sports": "1903"}	{"ertel": "ES-1903", "lerrcp": "A1-1063"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pier", "family": "Goosens", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1899-10-30 20:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "BAASRODE", "geoid": 0}, "notime": null, "date-ut": "1899-10-30 20:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Pier", "family": "Goosens"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "BAASRODE", "geoid": 0}, "date-ut": "1899-10-30 20:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1063"}, "ids-in-sources": {"a1": "1063"}}, "raw": {"H": "20", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "30", "LAT": "51N 5", "LON": "3E45", "MON": "10", "NUM": "1063", "PRO": "C", "SEC": "0", "YEA": "1899", "CITY": "BAASRODE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1899-10-30 20:00"}, "partial-ids": {"ertel": "ES-1903"}}, "raw": {"L": "", "MF": "", "NR": "1903", "ENG": "", "MA_": "0", "G_NR": "1063", "MA12": "8", "MARS": "22", "NAME": "Goosens", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,900", "CSINR": "", "KURTZ": "", "PHAS_": "18,600", "STUND": "20,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "30.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pier", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.10.1899", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1065	grysolle-sylvain-1915-12-12	{"a1": "1065", "3a_sports": "1991"}	{"ertel": "ES-1991", "lerrcp": "A1-1065"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sylvain", "family": "Grysolle", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1915-12-12 21:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "WICHELEN", "geoid": 0}, "notime": null, "date-ut": "1915-12-12 20:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Sylvain", "family": "Grysolle"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "WICHELEN", "geoid": 0}, "date-ut": "1915-12-12 20:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1065"}, "ids-in-sources": {"a1": "1065"}}, "raw": {"H": "20", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "12", "LAT": "51N 5", "LON": "3E45", "MON": "12", "NUM": "1065", "PRO": "C", "SEC": "0", "YEA": "1915", "CITY": "WICHELEN"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1915-12-12 21:00"}, "partial-ids": {"ertel": "ES-1991"}}, "raw": {"L": "", "MF": "", "NR": "1991", "ENG": "", "MA_": "0", "G_NR": "1065", "MA12": "12", "MARS": "34", "NAME": "Grysolle", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,200", "CSINR": "", "KURTZ": "", "PHAS_": "34,400", "STUND": "21,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "12.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Sylvain", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.12.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4954	resal-henri-1828-01-27	{"a2": "2870", "g55": "09-231"}	{"g55": "09-231", "lerrcp": "A2-2870"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Resal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:52", "date": "1828-01-27 17:00", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "Plombiéres", "geoid": 0}, "notime": null, "date-ut": "1828-01-27 16:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Resal"}, "birth": {"tzo": "+00:25:52", "date": "1828-01-27 17:00", "place": {"c2": "88", "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "Plombieres", "geoid": 0}, "date-ut": "1828-01-27 16:34:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2870"}, "ids-in-sources": {"a2": "2870"}}, "raw": {"H": "16", "MN": "34", "TZ": "0", "COD": "88", "COU": "F", "DAY": "27", "LAT": "48N10", "LON": "6E28", "MON": "1", "NUM": "2870", "PRO": "S", "SEC": "8", "YEA": "1828", "CITY": "PLOMBIERES"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Plombiéres"}}, "partial-ids": {"g55": "09-231"}, "ids-in-source": {"g55": "09-231"}}, "raw": {"DAY": "27-1-1828", "HOUR": "17 h.", "NAME": "RESAL Henri", "PLACE": "Plombiéres (Vosges)."}, "date": "2023-08-20T14:49:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4955	richard-jules-1863-11-18	{"a2": "2871", "g55": "09-232"}	{"g55": "09-232", "lerrcp": "A2-2871"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Richard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:30", "date": "1863-11-18 02:00", "note": null, "place": {"c1": null, "c2": "43", "c3": null, "cy": "FR", "lg": 4.12372, "lat": 45.14282, "name": "Yssingeaux", "geoid": 2967203}, "notime": null, "date-ut": "1863-11-18 01:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Richard"}, "birth": {"tzo": "+00:16:30", "date": "1863-11-18 02:00", "place": {"c2": "43", "cy": "FR", "lg": 4.12372, "lat": 45.14282, "name": "Yssingeaux", "geoid": 2967203}, "date-ut": "1863-11-18 01:44:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2871"}, "ids-in-sources": {"a2": "2871"}}, "raw": {"H": "1", "MN": "44", "TZ": "0", "COD": "43", "COU": "F", "DAY": "18", "LAT": "45N 3", "LON": "3E53", "MON": "11", "NUM": "2871", "PRO": "S", "SEC": "28", "YEA": "1863", "CITY": "YSSINGEAUX"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-232"}, "ids-in-source": {"g55": "09-232"}}, "raw": {"DAY": "18-11-1863", "HOUR": "2 h.", "NAME": "RICHARD Jules", "PLACE": "Yssingeaux (Haute-Loire)."}, "date": "2023-08-20T14:49:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
1067	haeck-kamiel-1884-03-14	{"a1": "1067", "3a_sports": "2040"}	{"ertel": "ES-2040", "lerrcp": "A1-1067"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kamiel", "family": "Haeck", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1884-03-14 11:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "AALTER", "geoid": 0}, "notime": null, "date-ut": "1884-03-14 10:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Kamiel", "family": "Haeck"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "AALTER", "geoid": 0}, "date-ut": "1884-03-14 10:45:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1067"}, "ids-in-sources": {"a1": "1067"}}, "raw": {"H": "10", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "14", "LAT": "51N 5", "LON": "3E45", "MON": "3", "NUM": "1067", "PRO": "C", "SEC": "0", "YEA": "1884", "CITY": "AALTER"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1884-03-14 11:00"}, "partial-ids": {"ertel": "ES-2040"}}, "raw": {"L": "", "MF": "", "NR": "2040", "ENG": "", "MA_": "0", "G_NR": "1067", "MA12": "11", "MARS": "32", "NAME": "Haeck", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,200", "CSINR": "", "KURTZ": "", "PHAS_": "95,400", "STUND": "11,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "14.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Kamiel", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.03.1884", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1069	hardiquest-louis-1910-12-15	{"a1": "1069", "3a_sports": "2061"}	{"ertel": "ES-2061", "lerrcp": "A1-1069"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Hardiquest", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1910-12-15 05:00", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "HOLGAARDEN", "geoid": 0}, "notime": null, "date-ut": "1910-12-15 05:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Hardiquest"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "HOLGAARDEN", "geoid": 0}, "date-ut": "1910-12-15 05:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1069"}, "ids-in-sources": {"a1": "1069"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "15", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "1069", "PRO": "C", "SEC": "0", "YEA": "1910", "CITY": "HOLGAARDEN"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1910-12-15 05:00"}, "partial-ids": {"ertel": "ES-2061"}}, "raw": {"L": "", "MF": "", "NR": "2061", "ENG": "0", "MA_": "2", "G_NR": "1069", "MA12": "12", "MARS": "36", "NAME": "Hardiquest", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,600", "CSINR": "", "KURTZ": "", "PHAS_": "96,800", "STUND": "5,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "15.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Louis", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.12.1910", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4956	riggenbach-nicolas-1817-05-21	{"a2": "2872", "g55": "09-233"}	{"g55": "09-233", "lerrcp": "A2-2872"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicolas", "family": "Riggenbach", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:28:48", "date": "1817-05-21 17:30", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.2, "lat": 47.91667, "name": "Guebwiller", "geoid": 3014433}, "notime": null, "date-ut": "1817-05-21 17:00:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Nicolas", "family": "Riggenbach"}, "birth": {"tzo": "+00:28:48", "date": "1817-05-21 17:30", "place": {"c2": "68", "cy": "FR", "lg": 7.2, "lat": 47.91667, "name": "Guebwiller", "geoid": 3014433}, "date-ut": "1817-05-21 17:00:36"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2872"}, "ids-in-sources": {"a2": "2872"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "68", "COU": "F", "DAY": "21", "LAT": "48N 5", "LON": "7E21", "MON": "5", "NUM": "2872", "PRO": "S", "SEC": "36", "YEA": "1817", "CITY": "GUEBWILLER"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-233"}, "ids-in-source": {"g55": "09-233"}}, "raw": {"DAY": "21-5-1817", "HOUR": "17 h. 30", "NAME": "RIGGENBACH Nicolas", "PLACE": "Guebwiller (Haut-Rhin)."}, "date": "2023-08-20T14:49:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4958	roche-edouard-1820-10-17	{"a2": "2874", "g55": "09-235"}	{"g55": "09-235", "lerrcp": "A2-2874"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Roche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1820-10-17 15:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1820-10-17 14:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Roche"}, "birth": {"tzo": "+00:15:30", "date": "1820-10-17 15:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1820-10-17 14:44:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2874"}, "ids-in-sources": {"a2": "2874"}}, "raw": {"H": "14", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "17", "LAT": "43N37", "LON": "3E53", "MON": "10", "NUM": "2874", "PRO": "S", "SEC": "28", "YEA": "1820", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-235"}, "ids-in-source": {"g55": "09-235"}}, "raw": {"DAY": "17-10-1820", "HOUR": "15 h.", "NAME": "ROCHE Edouard", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:49:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
1072	impanis-raymond-1925-10-19	{"a1": "1072", "3a_sports": "2178"}	{"ertel": "ES-2178", "lerrcp": "A1-1072"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Impanis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-10-19 02:30", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BERG", "geoid": 0}, "notime": null, "date-ut": "1925-10-19 02:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Impanis"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BERG", "geoid": 0}, "date-ut": "1925-10-19 02:30:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1072"}, "ids-in-sources": {"a1": "1072"}}, "raw": {"H": "2", "MN": "30", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "19", "LAT": "50N51", "LON": "4E15", "MON": "10", "NUM": "1072", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "BERG"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-10-19 02:30"}, "partial-ids": {"ertel": "ES-2178"}}, "raw": {"L": "", "MF": "", "NR": "2178", "ENG": "", "MA_": "0", "G_NR": "1072", "MA12": "11", "MARS": "33", "NAME": "Impanis", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,700", "CSINR": "", "KURTZ": "", "PHAS_": "2,000", "STUND": "2,50", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "19.10.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Raymond", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "19.10.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1074	jochums-henri-1927-07-05	{"a1": "1074", "3a_sports": "2218"}	{"ertel": "ES-2218", "lerrcp": "A1-1074"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Jochums", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-07-05 21:30", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ST-LENAERTS", "geoid": 0}, "notime": null, "date-ut": "1927-07-05 20:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Jochums"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ST-LENAERTS", "geoid": 0}, "date-ut": "1927-07-05 20:30:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1074"}, "ids-in-sources": {"a1": "1074"}}, "raw": {"H": "20", "MN": "30", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "5", "LAT": "51N14", "LON": "4E30", "MON": "7", "NUM": "1074", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "ST-LENAERTS"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-07-05 21:30"}, "partial-ids": {"ertel": "ES-2218"}}, "raw": {"L": "", "MF": "", "NR": "2218", "ENG": "", "MA_": "0", "G_NR": "1074", "MA12": "6", "MARS": "17", "NAME": "Jochums", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,600", "CSINR": "", "KURTZ": "", "PHAS_": "31,100", "STUND": "21,50", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "05.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.07.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4960	rouche-eugene-1832-08-18	{"a2": "2876", "g55": "09-237"}	{"g55": "09-237", "lerrcp": "A2-2876"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Rouche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:22", "date": "1832-08-18 01:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.09, "lat": 43.78457, "name": "Sommières", "geoid": 2974273}, "notime": null, "date-ut": "1832-08-18 00:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Rouche"}, "birth": {"tzo": "+00:16:22", "date": "1832-08-18 01:00", "place": {"c2": "30", "cy": "FR", "lg": 4.09, "lat": 43.78457, "name": "Sommières", "geoid": 2974273}, "date-ut": "1832-08-18 00:42:36"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2876"}, "ids-in-sources": {"a2": "2876"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "18", "LAT": "43N51", "LON": "4E21", "MON": "8", "NUM": "2876", "PRO": "S", "SEC": "36", "YEA": "1832", "CITY": "SOMMIERES"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-237"}, "ids-in-source": {"g55": "09-237"}}, "raw": {"DAY": "18-8-1832", "HOUR": "1 h.", "NAME": "ROUCHE Eugène", "PLACE": "Sommieres (Gard)."}, "date": "2023-08-20T14:49:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
1077	keteleer-desire-1920-06-13	{"a1": "1077", "3a_sports": "2260"}	{"ertel": "ES-2260", "lerrcp": "A1-1077"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Désiré", "family": "Keteleer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-06-13 09:00", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ANDERLECHT", "geoid": 0}, "notime": null, "date-ut": "1920-06-13 08:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Désiré", "family": "Keteleer"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ANDERLECHT", "geoid": 0}, "date-ut": "1920-06-13 08:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1077"}, "ids-in-sources": {"a1": "1077"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "13", "LAT": "50N51", "LON": "4E15", "MON": "6", "NUM": "1077", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "ANDERLECHT"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-06-13 09:00"}, "partial-ids": {"ertel": "ES-2260"}}, "raw": {"L": "", "MF": "", "NR": "2260", "ENG": "", "MA_": "1", "G_NR": "1077", "MA12": "10", "MARS": "28", "NAME": "Keteleer", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "17,700", "STUND": "9,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "13.06.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Désiré", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "13.06.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1078	kint-marcel-1914-09-20	{"a1": "1078", "3a_sports": "2270"}	{"ertel": "ES-2270", "lerrcp": "A1-1078"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Kint", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-09-20 08:30", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "ZWEVEGEM", "geoid": 0}, "notime": null, "date-ut": "1914-09-20 07:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Kint"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "ZWEVEGEM", "geoid": 0}, "date-ut": "1914-09-20 07:30:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1078"}, "ids-in-sources": {"a1": "1078"}}, "raw": {"H": "7", "MN": "30", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "20", "LAT": "51N13", "LON": "3E15", "MON": "9", "NUM": "1078", "PRO": "C", "SEC": "0", "YEA": "1914", "CITY": "ZWEVEGEM"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1914-09-20 08:30"}, "partial-ids": {"ertel": "ES-2270"}}, "raw": {"L": "", "MF": "", "NR": "2270", "ENG": "0", "MA_": "2", "G_NR": "1078", "MA12": "12", "MARS": "36", "NAME": "Kint", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,200", "CSINR": "", "KURTZ": "", "PHAS_": "0,000", "STUND": "8,50", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "20.09.", "ZITATE": "DHFO", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "20.09.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1080	linart-victor-1889-05-26	{"a1": "1080", "3a_sports": "2490"}	{"ertel": "ES-2490", "lerrcp": "A1-1080"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Linart", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1889-05-26 13:00", "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "FLOREFFE", "geoid": 0}, "notime": null, "date-ut": "1889-05-26 12:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Linart"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "FLOREFFE", "geoid": 0}, "date-ut": "1889-05-26 12:42:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1080"}, "ids-in-sources": {"a1": "1080"}}, "raw": {"H": "12", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "26", "LAT": "50N20", "LON": "4E30", "MON": "5", "NUM": "1080", "PRO": "C", "SEC": "0", "YEA": "1889", "CITY": "FLOREFFE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1889-05-26 13:00"}, "partial-ids": {"ertel": "ES-2490"}}, "raw": {"L": "", "MF": "", "NR": "2490", "ENG": "1", "MA_": "2", "G_NR": "1080", "MA12": "4", "MARS": "10", "NAME": "Linart", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,300", "CSINR": "", "KURTZ": "", "PHAS_": "12,700", "STUND": "13,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "26.05.", "ZITATE": "DGHFO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Victor", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "26.05.1889", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4961	roy-maurice-1899-11-07	{"a2": "2877", "g55": "09-238"}	{"g55": "09-238", "lerrcp": "A2-2877"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Roy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-11-07 18:15", "note": null, "place": {"c1": null, "c2": "18", "c3": null, "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "notime": null, "date-ut": "1899-11-07 18:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Roy"}, "birth": {"tzo": "+00:09:21", "date": "1899-11-07 18:15", "place": {"c2": "18", "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "date-ut": "1899-11-07 18:05:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2877"}, "ids-in-sources": {"a2": "2877"}}, "raw": {"H": "18", "MN": "5", "TZ": "0", "COD": "18", "COU": "F", "DAY": "7", "LAT": "47N 5", "LON": "2E23", "MON": "11", "NUM": "2877", "PRO": "S", "SEC": "40", "YEA": "1899", "CITY": "BOURGES"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-238"}, "ids-in-source": {"g55": "09-238"}}, "raw": {"DAY": "7-11-1899", "HOUR": "18 h. 15", "NAME": "ROY Maurice", "PLACE": "Bourges (Cher)."}, "date": "2023-08-20T14:49:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
1082	lowie-jules-1913-10-06	{"a1": "1082", "3a_sports": "2544"}	{"ertel": "ES-2544", "lerrcp": "A1-1082"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Lowie", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-10-06 23:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "NOKERE", "geoid": 0}, "notime": null, "date-ut": "1913-10-06 23:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Lowie"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "NOKERE", "geoid": 0}, "date-ut": "1913-10-06 23:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1082"}, "ids-in-sources": {"a1": "1082"}}, "raw": {"H": "23", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "6", "LAT": "51N 5", "LON": "3E45", "MON": "10", "NUM": "1082", "PRO": "C", "SEC": "0", "YEA": "1913", "CITY": "NOKERE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1913-10-06 23:00"}, "partial-ids": {"ertel": "ES-2544"}}, "raw": {"L": "", "MF": "", "NR": "2544", "ENG": "1", "MA_": "2", "G_NR": "1082", "MA12": "1", "MARS": "2", "NAME": "Lowie", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,100", "CSINR": "", "KURTZ": "", "PHAS_": "39,100", "STUND": "23,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "06.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jules", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.10.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1083	lowie-remi-1930-11-07	{"a1": "1083", "3a_sports": "2545"}	{"ertel": "ES-2545", "lerrcp": "A1-1083"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rémi", "family": "Lowie", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-11-07 03:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "NOKERE", "geoid": 0}, "notime": null, "date-ut": "1930-11-07 03:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Rémi", "family": "Lowie"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "NOKERE", "geoid": 0}, "date-ut": "1930-11-07 03:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1083"}, "ids-in-sources": {"a1": "1083"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "7", "LAT": "51N 5", "LON": "3E45", "MON": "11", "NUM": "1083", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "NOKERE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-11-07 03:00"}, "partial-ids": {"ertel": "ES-2545"}}, "raw": {"L": "", "MF": "", "NR": "2545", "ENG": "", "MA_": "0", "G_NR": "1083", "MA12": "3", "MARS": "7", "NAME": "Lowie", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,200", "CSINR": "", "KURTZ": "", "PHAS_": "99,600", "STUND": "3,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "07.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Remi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.11.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1085	machiels-pierre-1931-03-25	{"a1": "1085", "3a_sports": "2575"}	{"ertel": "ES-2575", "lerrcp": "A1-1085"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Machiels", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-03-25 05:00", "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "SAIVE", "geoid": 0}, "notime": null, "date-ut": "1931-03-25 05:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Machiels"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "SAIVE", "geoid": 0}, "date-ut": "1931-03-25 05:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1085"}, "ids-in-sources": {"a1": "1085"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "25", "LAT": "50N39", "LON": "5E30", "MON": "3", "NUM": "1085", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "SAIVE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-03-25 05:00"}, "partial-ids": {"ertel": "ES-2575"}}, "raw": {"L": "", "MF": "", "NR": "2575", "ENG": "", "MA_": "0", "G_NR": "1085", "MA12": "8", "MARS": "22", "NAME": "Machiels", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,500", "CSINR": "", "KURTZ": "", "PHAS_": "27,700", "STUND": "5,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "25.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.03.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4963	sabatier-paul-1854-11-05	{"a2": "2879", "g55": "09-240"}	{"g55": "09-240", "lerrcp": "A2-2879"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Sabatier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1854-11-05 17:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "notime": null, "date-ut": "1854-11-05 16:50:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Sabatier"}, "birth": {"tzo": "+00:09:24", "date": "1854-11-05 17:00", "place": {"c2": "11", "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "date-ut": "1854-11-05 16:50:36"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2879"}, "ids-in-sources": {"a2": "2879"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "5", "LAT": "43N12", "LON": "2E21", "MON": "11", "NUM": "2879", "PRO": "S", "SEC": "36", "YEA": "1854", "CITY": "CARCASSONNE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-240"}, "ids-in-source": {"g55": "09-240"}}, "raw": {"DAY": "5-11-1854", "HOUR": "17 h.", "NAME": "SABATIER Paul", "PLACE": "Carcassonne (Aude)."}, "date": "2023-08-20T14:49:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
1087	maes-romain-1912-08-10	{"a1": "1087", "3a_sports": "2586"}	{"ertel": "ES-2586", "lerrcp": "A1-1087"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Romain", "family": "Maes", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1912-08-10 08:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "ZERKEGEM", "geoid": 0}, "notime": null, "date-ut": "1912-08-10 08:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Romain", "family": "Maes"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "ZERKEGEM", "geoid": 0}, "date-ut": "1912-08-10 08:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1087"}, "ids-in-sources": {"a1": "1087"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "10", "LAT": "51N13", "LON": "3E15", "MON": "8", "NUM": "1087", "PRO": "C", "SEC": "0", "YEA": "1912", "CITY": "ZERKEGEM"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1912-08-10 08:00"}, "partial-ids": {"ertel": "ES-2586"}}, "raw": {"L": "", "MF": "", "NR": "2586", "ENG": "1", "MA_": "2", "G_NR": "1087", "MA12": "1", "MARS": "2", "NAME": "Maes", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,700", "CSINR": "", "KURTZ": "", "PHAS_": "12,000", "STUND": "8,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "10.08.", "ZITATE": "DGHSO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Romain", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "10.08.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1088	maes-silveer-1909-08-27	{"a1": "1088", "3a_sports": "2587"}	{"ertel": "ES-2587", "lerrcp": "A1-1088"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Silveer", "family": "Maes", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1909-08-27 15:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "ZEVEKOTE", "geoid": 0}, "notime": null, "date-ut": "1909-08-27 15:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Silveer", "family": "Maes"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "ZEVEKOTE", "geoid": 0}, "date-ut": "1909-08-27 15:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1088"}, "ids-in-sources": {"a1": "1088"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "27", "LAT": "51N13", "LON": "3E15", "MON": "8", "NUM": "1088", "PRO": "C", "SEC": "0", "YEA": "1909", "CITY": "ZEVEKOTE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1909-08-27 15:00"}, "partial-ids": {"ertel": "ES-2587"}}, "raw": {"L": "", "MF": "", "NR": "2587", "ENG": "", "MA_": "1", "G_NR": "1088", "MA12": "10", "MARS": "29", "NAME": "Maes", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "77,700", "STUND": "15,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "27.08.", "ZITATE": "DGSFO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Silveer", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "27.08.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1090	martin-hector-1898-12-26	{"a1": "1090", "3a_sports": "2702"}	{"ertel": "ES-2702", "lerrcp": "A1-1090"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hector", "family": "Martin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1898-12-26 01:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "ROESELARE", "geoid": 0}, "notime": null, "date-ut": "1898-12-26 01:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Hector", "family": "Martin"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "ROESELARE", "geoid": 0}, "date-ut": "1898-12-26 01:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1090"}, "ids-in-sources": {"a1": "1090"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "26", "LAT": "51N13", "LON": "3E15", "MON": "12", "NUM": "1090", "PRO": "C", "SEC": "0", "YEA": "1898", "CITY": "ROESELARE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1898-12-26 01:00"}, "partial-ids": {"ertel": "ES-2702"}}, "raw": {"L": "", "MF": "", "NR": "2702", "ENG": "", "MA_": "0", "G_NR": "1090", "MA12": "3", "MARS": "8", "NAME": "Martin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,400", "CSINR": "", "KURTZ": "", "PHAS_": "96,400", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "26.12.", "ZITATE": "G", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Hector", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "26.12.1898", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4965	sarrau-emile-1837-06-24	{"a2": "2881", "g55": "09-242"}	{"g55": "09-242", "lerrcp": "A2-2881"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Sarrau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:35", "date": "1837-06-24 19:30", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "notime": null, "date-ut": "1837-06-24 19:18:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Sarrau"}, "birth": {"tzo": "+00:11:35", "date": "1837-06-24 19:30", "place": {"c2": "66", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "date-ut": "1837-06-24 19:18:20"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2881"}, "ids-in-sources": {"a2": "2881"}}, "raw": {"H": "19", "MN": "18", "TZ": "0", "COD": "66", "COU": "F", "DAY": "24", "LAT": "42N42", "LON": "2E55", "MON": "6", "NUM": "2881", "PRO": "S", "SEC": "20", "YEA": "1837", "CITY": "PERPIGNAN"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-242"}, "ids-in-source": {"g55": "09-242"}}, "raw": {"DAY": "24-6-1837", "HOUR": "19 h. 30", "NAME": "SARRAU Emile", "PLACE": "Perpignan (Pyrénées-Orientales)."}, "date": "2023-08-20T14:49:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4966	sauvageau-camille-1861-05-12	{"a2": "2882", "g55": "09-243"}	{"g55": "09-243", "lerrcp": "A2-2882"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Sauvageau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:12", "date": "1861-05-12 18:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "notime": null, "date-ut": "1861-05-12 18:02:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Sauvageau"}, "birth": {"tzo": "-00:02:12", "date": "1861-05-12 18:00", "place": {"c2": "49", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "date-ut": "1861-05-12 18:02:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2882"}, "ids-in-sources": {"a2": "2882"}}, "raw": {"H": "18", "MN": "2", "TZ": "0", "COD": "49", "COU": "F", "DAY": "12", "LAT": "47N28", "LON": "0W32", "MON": "5", "NUM": "2882", "PRO": "S", "SEC": "8", "YEA": "1861", "CITY": "ANGERS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-243"}, "ids-in-source": {"g55": "09-243"}}, "raw": {"DAY": "12-5-1861", "HOUR": "18 h.", "NAME": "SAUVAGEAU Camille", "PLACE": "Angers (Maine-et-Loire)."}, "date": "2023-08-20T14:49:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
1092	masson-emile-1915-10-01	{"a1": "1092", "3a_sports": "2736"}	{"ertel": "ES-2736", "lerrcp": "A1-1092"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Masson", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1915-10-01 20:00", "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "BIERSET-AWANS", "geoid": 0}, "notime": null, "date-ut": "1915-10-01 19:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Masson"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "BIERSET-AWANS", "geoid": 0}, "date-ut": "1915-10-01 19:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1092"}, "ids-in-sources": {"a1": "1092"}}, "raw": {"H": "19", "MN": "0", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "1", "LAT": "50N39", "LON": "5E30", "MON": "10", "NUM": "1092", "PRO": "C", "SEC": "0", "YEA": "1915", "CITY": "BIERSET-AWANS"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1915-10-01 20:00"}, "partial-ids": {"ertel": "ES-2736"}}, "raw": {"L": "", "MF": "", "NR": "2736", "ENG": "", "MA_": "1", "G_NR": "1092", "MA12": "10", "MARS": "28", "NAME": "Masson", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,300", "CSINR": "", "KURTZ": "", "PHAS_": "54,000", "STUND": "20,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "01.10.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Emile", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "01.10.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1094	matton-jules-1897-10-10	{"a1": "1094", "3a_sports": "2758"}	{"ertel": "ES-2758", "lerrcp": "A1-1094"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Matton", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1897-10-10 05:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "HARELBEKE", "geoid": 0}, "notime": null, "date-ut": "1897-10-10 05:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Matton"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "HARELBEKE", "geoid": 0}, "date-ut": "1897-10-10 05:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1094"}, "ids-in-sources": {"a1": "1094"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "10", "LAT": "51N13", "LON": "3E15", "MON": "10", "NUM": "1094", "PRO": "C", "SEC": "0", "YEA": "1897", "CITY": "HARELBEKE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1897-10-10 05:00"}, "partial-ids": {"ertel": "ES-2758"}}, "raw": {"L": "", "MF": "", "NR": "2758", "ENG": "", "MA_": "0", "G_NR": "1094", "MA12": "12", "MARS": "34", "NAME": "Matton", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,400", "CSINR": "", "KURTZ": "", "PHAS_": "99,400", "STUND": "5,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "10.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jules", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.10.1897", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1097	mertens-rene-1922-03-03	{"a1": "1097", "3a_sports": "2826"}	{"ertel": "ES-2826", "lerrcp": "A1-1097"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Mertens", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-03-03 13:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ARENDONCK", "geoid": 0}, "notime": null, "date-ut": "1922-03-03 13:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "René", "family": "Mertens"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ARENDONCK", "geoid": 0}, "date-ut": "1922-03-03 13:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1097"}, "ids-in-sources": {"a1": "1097"}}, "raw": {"H": "13", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "3", "LAT": "51N14", "LON": "4E30", "MON": "3", "NUM": "1097", "PRO": "C", "SEC": "0", "YEA": "1922", "CITY": "ARENDONCK"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1922-03-03 13:00"}, "partial-ids": {"ertel": "ES-2826"}}, "raw": {"L": "", "MF": "", "NR": "2826", "ENG": "", "MA_": "0", "G_NR": "1097", "MA12": "8", "MARS": "23", "NAME": "Mertens", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,300", "CSINR": "", "KURTZ": "", "PHAS_": "15,300", "STUND": "13,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "03.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.03.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1098	messelis-jules-1886-11-19	{"a1": "1098", "3a_sports": "2828"}	{"ertel": "ES-2828", "lerrcp": "A1-1098"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Messelis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1886-11-19 17:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "LEDEGEM", "geoid": 0}, "notime": null, "date-ut": "1886-11-19 16:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Messelis"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "LEDEGEM", "geoid": 0}, "date-ut": "1886-11-19 16:47:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1098"}, "ids-in-sources": {"a1": "1098"}}, "raw": {"H": "16", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "19", "LAT": "51N13", "LON": "3E15", "MON": "11", "NUM": "1098", "PRO": "C", "SEC": "0", "YEA": "1886", "CITY": "LEDEGEM"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1886-11-19 17:00"}, "partial-ids": {"ertel": "ES-2828"}}, "raw": {"L": "", "MF": "", "NR": "2828", "ENG": "", "MA_": "0", "G_NR": "1098", "MA12": "6", "MARS": "16", "NAME": "Messelis", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,30", "CSINR": "", "KURTZ": "", "PHAS_": "49,500", "STUND": "17,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "19.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jules", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.11.1886", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1100	meulenbergh-eloi-1912-09-22	{"a1": "1100", "3a_sports": "2836"}	{"ertel": "ES-2836", "lerrcp": "A1-1100"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eloi", "family": "Meulenbergh", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1912-09-22 05:00", "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "JUMET", "geoid": 0}, "notime": null, "date-ut": "1912-09-22 05:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Eloi", "family": "Meulenbergh"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "JUMET", "geoid": 0}, "date-ut": "1912-09-22 05:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1100"}, "ids-in-sources": {"a1": "1100"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "22", "LAT": "50N23", "LON": "4E30", "MON": "9", "NUM": "1100", "PRO": "C", "SEC": "0", "YEA": "1912", "CITY": "JUMET"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1912-09-22 05:00"}, "partial-ids": {"ertel": "ES-2836"}}, "raw": {"L": "", "MF": "", "NR": "2836", "ENG": "", "MA_": "0", "G_NR": "1100", "MA12": "12", "MARS": "34", "NAME": "Meulenbergh", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,700", "CSINR": "", "KURTZ": "", "PHAS_": "82,300", "STUND": "5,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "22.09.", "ZITATE": "DHFO", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Eloi", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "22.09.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4971	seguier-armand-1803-07-03	{"a2": "2887", "g55": "09-246"}	{"g55": "09-246", "lerrcp": "A2-2887"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Seguier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1803-07-03 05:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1803-07-03 04:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Seguier"}, "birth": {"tzo": "+00:15:30", "date": "1803-07-03 05:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1803-07-03 04:44:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2887"}, "ids-in-sources": {"a2": "2887"}}, "raw": {"H": "4", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "3", "LAT": "43N37", "LON": "3E53", "MON": "7", "NUM": "2887", "PRO": "S", "SEC": "28", "YEA": "1803", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-246"}, "ids-in-source": {"g55": "09-246"}}, "raw": {"DAY": "3-7-1803", "HOUR": "5 h.", "NAME": "SEGUIER Armand", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:49:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
1102	mortier-gerard-1911-10-16	{"a1": "1102", "3a_sports": "2964"}	{"ertel": "ES-2964", "lerrcp": "A1-1102"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Mortier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1911-10-16 21:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "EEKE", "geoid": 0}, "notime": null, "date-ut": "1911-10-16 21:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Gérard", "family": "Mortier"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "EEKE", "geoid": 0}, "date-ut": "1911-10-16 21:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1102"}, "ids-in-sources": {"a1": "1102"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "16", "LAT": "51N 5", "LON": "3E45", "MON": "10", "NUM": "1102", "PRO": "C", "SEC": "0", "YEA": "1911", "CITY": "EEKE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1911-10-16 21:00"}, "partial-ids": {"ertel": "ES-2964"}}, "raw": {"L": "", "MF": "", "NR": "2964", "ENG": "1", "MA_": "2", "G_NR": "1102", "MA12": "1", "MARS": "3", "NAME": "Mortier", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,30", "CSINR": "", "KURTZ": "", "PHAS_": "38,700", "STUND": "21,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "16.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gérard", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.10.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1103	mottiat-louis-1888-07-07	{"a1": "1103", "3a_sports": "2973"}	{"ertel": "ES-2973", "lerrcp": "A1-1103"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Mottiat", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1888-07-08 00:00", "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "WAALSCHE PAR BO", "geoid": 0}, "notime": null, "date-ut": "1888-07-07 23:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Mottiat"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "WAALSCHE PAR BO", "geoid": 0}, "date-ut": "1888-07-07 23:42:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1103"}, "ids-in-sources": {"a1": "1103"}}, "raw": {"H": "23", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "7", "LAT": "50N23", "LON": "4E30", "MON": "7", "NUM": "1103", "PRO": "C", "SEC": "0", "YEA": "1888", "CITY": "WAALSCHE PAR BO"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1888-07-08 00:00"}, "partial-ids": {"ertel": "ES-2973"}}, "raw": {"L": "", "MF": "", "NR": "2973", "ENG": "", "MA_": "1", "G_NR": "1103", "MA12": "7", "MARS": "19", "NAME": "Mottiat", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,500", "CSINR": "", "KURTZ": "", "PHAS_": "1,600", "STUND": "0,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "08.07.", "ZITATE": "G", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Louis", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "08.07.1888", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1105	noyelle-andre-1931-11-29	{"a1": "1105", "3a_sports": "3060"}	{"ertel": "ES-3060", "lerrcp": "A1-1105"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Noyelle", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-11-29 07:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "YPRES", "geoid": 0}, "notime": null, "date-ut": "1931-11-29 07:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "André", "family": "Noyelle"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "YPRES", "geoid": 0}, "date-ut": "1931-11-29 07:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1105"}, "ids-in-sources": {"a1": "1105"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "29", "LAT": "51N13", "LON": "3E15", "MON": "11", "NUM": "1105", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "YPRES"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-11-29 07:00"}, "partial-ids": {"ertel": "ES-3060"}}, "raw": {"L": "", "MF": "", "NR": "3060", "ENG": "", "MA_": "1", "G_NR": "1105", "MA12": "12", "MARS": "35", "NAME": "Noyelle", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,400", "CSINR": "", "KURTZ": "", "PHAS_": "86,100", "STUND": "7,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "29.11.", "ZITATE": "KS", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "29.11.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4973	senarmont-henri-1808-09-06	{"a2": "2889", "g55": "09-248"}	{"g55": "09-248", "lerrcp": "A2-2889"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Senarmont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:06", "date": "1808-09-06 03:00", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 1.52347, "lat": 48.74871, "name": "Broué", "geoid": 3029888}, "notime": null, "date-ut": "1808-09-06 02:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Senarmont"}, "birth": {"tzo": "+00:06:06", "date": "1808-09-06 03:00", "place": {"c2": "28", "cy": "FR", "lg": 1.52347, "lat": 48.74871, "name": "Broué", "geoid": 3029888}, "date-ut": "1808-09-06 02:54"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2889"}, "ids-in-sources": {"a2": "2889"}}, "raw": {"H": "2", "MN": "54", "TZ": "0", "COD": "28", "COU": "F", "DAY": "6", "LAT": "48N27", "LON": "1E30", "MON": "9", "NUM": "2889", "PRO": "S", "SEC": "0", "YEA": "1808", "CITY": "BROUE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-248"}, "ids-in-source": {"g55": "09-248"}}, "raw": {"DAY": "6-9-1808", "HOUR": "3 h.", "NAME": "SENARMONT (de) Henri", "PLACE": "Broué (Eure-et-Loir)."}, "date": "2023-08-20T14:49:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
1107	peeters-edward-1920-10-27	{"a1": "1107", "3a_sports": "3186"}	{"ertel": "ES-3186", "lerrcp": "A1-1107"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edward", "family": "Peeters", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-10-27 18:00", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "KORBEEK LOO", "geoid": 0}, "notime": null, "date-ut": "1920-10-27 18:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Edward", "family": "Peeters"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "KORBEEK LOO", "geoid": 0}, "date-ut": "1920-10-27 18:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1107"}, "ids-in-sources": {"a1": "1107"}}, "raw": {"H": "18", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "27", "LAT": "50N51", "LON": "4E15", "MON": "10", "NUM": "1107", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "KORBEEK LOO"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-10-27 18:00"}, "partial-ids": {"ertel": "ES-3186"}}, "raw": {"L": "", "MF": "", "NR": "3186", "ENG": "", "MA_": "1", "G_NR": "1107", "MA12": "5", "MARS": "14", "NAME": "Peeters", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,700", "CSINR": "", "KURTZ": "", "PHAS_": "99,500", "STUND": "18,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "27.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Edward", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.10.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1108	persyn-alois-1888-08-03	{"a1": "1108", "3a_sports": "3237"}	{"ertel": "ES-3237", "lerrcp": "A1-1108"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alois", "family": "Persyn", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1888-08-03 04:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "NAZARETH", "geoid": 0}, "notime": null, "date-ut": "1888-08-03 03:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Alois", "family": "Persyn"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "NAZARETH", "geoid": 0}, "date-ut": "1888-08-03 03:45:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1108"}, "ids-in-sources": {"a1": "1108"}}, "raw": {"H": "3", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "3", "LAT": "51N 5", "LON": "3E45", "MON": "8", "NUM": "1108", "PRO": "C", "SEC": "0", "YEA": "1888", "CITY": "NAZARETH"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1888-08-03 04:00"}, "partial-ids": {"ertel": "ES-3237"}}, "raw": {"L": "", "MF": "", "NR": "3237", "ENG": "", "MA_": "1", "G_NR": "1108", "MA12": "9", "MARS": "26", "NAME": "Persyn", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,500", "CSINR": "", "KURTZ": "", "PHAS_": "21,800", "STUND": "4,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "03.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alois", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.08.1888", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1110	pirmez-theo-1915-06-13	{"a1": "1110", "3a_sports": "3307"}	{"ertel": "ES-3307", "lerrcp": "A1-1110"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Théo", "family": "Pirmez", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1915-06-13 03:00", "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "METTET", "geoid": 0}, "notime": null, "date-ut": "1915-06-13 02:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Théo", "family": "Pirmez"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "METTET", "geoid": 0}, "date-ut": "1915-06-13 02:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1110"}, "ids-in-sources": {"a1": "1110"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "13", "LAT": "50N20", "LON": "4E30", "MON": "6", "NUM": "1110", "PRO": "C", "SEC": "0", "YEA": "1915", "CITY": "METTET"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1915-06-13 03:00"}, "partial-ids": {"ertel": "ES-3307"}}, "raw": {"L": "", "MF": "", "NR": "3307", "ENG": "1", "MA_": "2", "G_NR": "1110", "MA12": "1", "MARS": "1", "NAME": "Pirmez", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,500", "CSINR": "", "KURTZ": "", "PHAS_": "0,200", "STUND": "3,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "13.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Théo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.06.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4977	sire-georges-1826-06-04	{"a2": "2893", "g55": "09-250"}	{"g55": "09-250", "lerrcp": "A2-2893"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Sire", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:04", "date": "1826-06-04 18:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1826-06-04 17:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Sire"}, "birth": {"tzo": "+00:24:04", "date": "1826-06-04 18:00", "place": {"c2": "25", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1826-06-04 17:35:52"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2893"}, "ids-in-sources": {"a2": "2893"}}, "raw": {"H": "17", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "4", "LAT": "47N15", "LON": "6E 2", "MON": "6", "NUM": "2893", "PRO": "S", "SEC": "52", "YEA": "1826", "CITY": "BESANCON"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-250"}, "ids-in-source": {"g55": "09-250"}}, "raw": {"DAY": "4-6-1826", "HOUR": "18 h.", "NAME": "SIRE Georges", "PLACE": "Besançon (Doubs)."}, "date": "2023-08-20T14:49:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4978	sirodot-simon-1825-01-10	{"a2": "2894", "g55": "09-251"}	{"g55": "09-251", "lerrcp": "A2-2894"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Simon", "family": "Sirodot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:32", "date": "1825-01-10 08:00", "note": null, "place": {"c1": null, "c2": "52", "c3": null, "cy": "FR", "lg": 5.13333, "lat": 48.11667, "name": "Longeau", "geoid": 0}, "notime": null, "date-ut": "1825-01-10 07:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Simon", "family": "Sirodot"}, "birth": {"tzo": "+00:20:32", "date": "1825-01-10 08:00", "place": {"c2": "52", "cy": "FR", "lg": 5.13333, "lat": 48.11667, "name": "Longeau", "geoid": 0}, "date-ut": "1825-01-10 07:39:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2894"}, "ids-in-sources": {"a2": "2894"}}, "raw": {"H": "7", "MN": "39", "TZ": "0", "COD": "52", "COU": "F", "DAY": "10", "LAT": "48N 7", "LON": "5E 8", "MON": "1", "NUM": "2894", "PRO": "S", "SEC": "28", "YEA": "1825", "CITY": "LONGEAU"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Longeau"}}, "partial-ids": {"g55": "09-251"}, "ids-in-source": {"g55": "09-251"}}, "raw": {"DAY": "10-1-1825", "HOUR": "8 h.", "NAME": "SIRODOT Simon", "PLACE": "Longeau (Haute-Marne)."}, "date": "2023-08-20T14:49:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
1112	planckaert-willy-1944-04-05	{"a1": "1112", "3a_sports": "3319"}	{"ertel": "ES-3319", "lerrcp": "A1-1112"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willy", "family": "Planckaert", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1944-04-05 16:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "NEVELE", "geoid": 0}, "notime": null, "date-ut": "1944-04-05 14:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Willy", "family": "Planckaert"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "NEVELE", "geoid": 0}, "date-ut": "1944-04-05 14:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1112"}, "ids-in-sources": {"a1": "1112"}}, "raw": {"H": "14", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "5", "LAT": "51N 5", "LON": "3E45", "MON": "4", "NUM": "1112", "PRO": "C", "SEC": "0", "YEA": "1944", "CITY": "NEVELE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1944-04-05 16:00"}, "partial-ids": {"ertel": "ES-3319"}}, "raw": {"L": "", "MF": "", "NR": "3319", "ENG": "", "MA_": "1", "G_NR": "1112", "MA12": "2", "MARS": "6", "NAME": "Planckaert", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,800", "CSINR": "", "KURTZ": "", "PHAS_": "87,700", "STUND": "16,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "05.04.", "ZITATE": "DFO", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Willy", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "05.04.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1114	protin-robert-1872-12-01	{"a1": "1114", "3a_sports": "3388"}	{"ertel": "ES-3388", "lerrcp": "A1-1114"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Protin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1872-12-01 04:00", "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1872-12-01 03:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Protin"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1872-12-01 03:38:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1114"}, "ids-in-sources": {"a1": "1114"}}, "raw": {"H": "3", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "1", "LAT": "50N39", "LON": "5E30", "MON": "12", "NUM": "1114", "PRO": "C", "SEC": "0", "YEA": "1872", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1872-12-01 04:00"}, "partial-ids": {"ertel": "ES-3388"}}, "raw": {"L": "", "MF": "", "NR": "3388", "ENG": "", "MA_": "1", "G_NR": "1114", "MA12": "2", "MARS": "4", "NAME": "Protin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,700", "CSINR": "", "KURTZ": "", "PHAS_": "0,100", "STUND": "4,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "01.12.", "ZITATE": "GH", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "01.12.1872", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4980	stephan-edouard-1837-08-31	{"a2": "2896", "g55": "09-253"}	{"g55": "09-253", "lerrcp": "A2-2896"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Stephan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:48", "date": "1837-08-31 22:30", "note": null, "place": {"c1": null, "c2": "79", "c3": null, "cy": "FR", "lg": -0.45, "lat": 46.31667, "name": "Saint-Pezenne", "geoid": 0}, "notime": null, "date-ut": "1837-08-31 22:31:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Stephan"}, "birth": {"tzo": "-00:01:48", "date": "1837-08-31 22:30", "place": {"c2": "79", "cy": "FR", "lg": -0.45, "lat": 46.31667, "name": "Saint-Pezenne", "geoid": 0}, "date-ut": "1837-08-31 22:31:48"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2896"}, "ids-in-sources": {"a2": "2896"}}, "raw": {"H": "22", "MN": "31", "TZ": "0", "COD": "79", "COU": "F", "DAY": "31", "LAT": "46N19", "LON": "0W27", "MON": "8", "NUM": "2896", "PRO": "S", "SEC": "48", "YEA": "1837", "CITY": "ST PEZENNE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Pezenne"}}, "partial-ids": {"g55": "09-253"}, "ids-in-source": {"g55": "09-253"}}, "raw": {"DAY": "31-8-1837", "HOUR": "22 h. 30", "NAME": "STEPHAN Edouard", "PLACE": "Saint-Pezenne (Deux-Sèvres)."}, "date": "2023-08-20T14:49:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
1117	rebrouck-guido-1941-12-25	{"a1": "1117", "3a_sports": "3486"}	{"ertel": "ES-3486", "lerrcp": "A1-1117"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guido", "family": "Rebrouck", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-12-25 08:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "notime": null, "date-ut": "1941-12-25 06:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Guido", "family": "Rebrouck"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "date-ut": "1941-12-25 06:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1117"}, "ids-in-sources": {"a1": "1117"}}, "raw": {"H": "6", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "25", "LAT": "51N13", "LON": "3E15", "MON": "12", "NUM": "1117", "PRO": "C", "SEC": "0", "YEA": "1941", "CITY": "BRUGES"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1941-12-25 08:00"}, "partial-ids": {"ertel": "ES-3486"}}, "raw": {"L": "", "MF": "", "NR": "3486", "ENG": "", "MA_": "1", "G_NR": "1117", "MA12": "9", "MARS": "26", "NAME": "Reybrouck", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,000", "CSINR": "", "KURTZ": "", "PHAS_": "45,700", "STUND": "8,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "25.12.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Guido", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "25.12.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1118	roels-louis-1912-08-18	{"a1": "1118", "3a_sports": "3541"}	{"ertel": "ES-3541", "lerrcp": "A1-1118"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Roels", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1912-08-18 21:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "HAMME", "geoid": 0}, "notime": null, "date-ut": "1912-08-18 21:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Roels"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "HAMME", "geoid": 0}, "date-ut": "1912-08-18 21:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1118"}, "ids-in-sources": {"a1": "1118"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "18", "LAT": "51N 5", "LON": "3E45", "MON": "8", "NUM": "1118", "PRO": "C", "SEC": "0", "YEA": "1912", "CITY": "HAMME"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1912-08-18 21:00"}, "partial-ids": {"ertel": "ES-3541"}}, "raw": {"L": "", "MF": "", "NR": "3541", "ENG": "", "MA_": "1", "G_NR": "1118", "MA12": "7", "MARS": "21", "NAME": "Roels", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,800", "CSINR": "", "KURTZ": "", "PHAS_": "32,600", "STUND": "21,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "18.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Louis", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.08.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:36+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1120	rosseel-albert-1914-10-08	{"a1": "1120", "3a_sports": "3580"}	{"ertel": "ES-3580", "lerrcp": "A1-1120"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Rosseel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-10-08 04:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "LAUWE", "geoid": 0}, "notime": null, "date-ut": "1914-10-08 03:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Rosseel"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "LAUWE", "geoid": 0}, "date-ut": "1914-10-08 03:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1120"}, "ids-in-sources": {"a1": "1120"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "8", "LAT": "51N13", "LON": "3E15", "MON": "10", "NUM": "1120", "PRO": "C", "SEC": "0", "YEA": "1914", "CITY": "LAUWE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1914-10-08 04:00"}, "partial-ids": {"ertel": "ES-3580"}}, "raw": {"L": "", "MF": "", "NR": "3580", "ENG": "", "MA_": "1", "G_NR": "1120", "MA12": "10", "MARS": "30", "NAME": "Rosseel", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,500", "CSINR": "", "KURTZ": "", "PHAS_": "87,700", "STUND": "4,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "08.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Albert", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.10.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4984	terquem-alfred-1831-01-30	{"a2": "2900", "g55": "09-256"}	{"g55": "09-256", "lerrcp": "A2-2900"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Terquem", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:41", "date": "1831-01-30 09:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1831-01-30 08:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Terquem"}, "birth": {"tzo": "+00:24:41", "date": "1831-01-30 09:00", "place": {"c2": "57", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1831-01-30 08:35:16"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2900"}, "ids-in-sources": {"a2": "2900"}}, "raw": {"H": "8", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "30", "LAT": "49N 7", "LON": "6E11", "MON": "1", "NUM": "2900", "PRO": "S", "SEC": "16", "YEA": "1831", "CITY": "METZ"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-256"}, "ids-in-source": {"g55": "09-256"}}, "raw": {"DAY": "30-1-1831", "HOUR": "9 h.", "NAME": "TERQUEM Alfred", "PLACE": "Metz (Moselle)."}, "date": "2023-08-20T14:49:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
1122	rosselle-roger-1934-02-27	{"a1": "1122", "3a_sports": "3582"}	{"ertel": "ES-3582", "lerrcp": "A1-1122"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Rosselle", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-02-27 06:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BEVEREN-ROULERS", "geoid": 0}, "notime": null, "date-ut": "1934-02-27 06:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Rosselle"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BEVEREN-ROULERS", "geoid": 0}, "date-ut": "1934-02-27 06:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1122"}, "ids-in-sources": {"a1": "1122"}}, "raw": {"H": "6", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "27", "LAT": "51N13", "LON": "3E15", "MON": "2", "NUM": "1122", "PRO": "C", "SEC": "0", "YEA": "1934", "CITY": "BEVEREN-ROULERS"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1934-02-27 06:00"}, "partial-ids": {"ertel": "ES-3582"}}, "raw": {"L": "", "MF": "", "NR": "3582", "ENG": "", "MA_": "1", "G_NR": "1122", "MA12": "12", "MARS": "35", "NAME": "Rosselle", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,100", "CSINR": "", "KURTZ": "", "PHAS_": "94,400", "STUND": "6,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "27.02.", "ZITATE": "O", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "27.02.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1124	ruyter-ch-1890-01-27	{"a1": "1124", "3a_sports": "3634"}	{"ertel": "ES-3634", "lerrcp": "A1-1124"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ch", "family": "Ruyter", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:12:52", "date": "1890-01-17 04:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.21812, "lat": 50.70118, "name": "Wattrelos", "geoid": 2967421}, "notime": null, "date-ut": "1890-01-27 03:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Ch", "family": "Ruyter"}, "birth": {"tzo": "+00:12:52", "date": "1890-01-27 04:00", "place": {"c2": "59", "cy": "FR", "lg": 3.21812, "lat": 50.70118, "name": "Wattrelos", "geoid": 2967421}, "date-ut": "1890-01-27 03:47:40"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1124"}, "ids-in-sources": {"a1": "1124"}}, "raw": {"H": "3", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "27", "LAT": "50N39", "LON": "3E 5", "MON": "1", "NUM": "1124", "PRO": "C", "SEC": "40", "YEA": "1890", "CITY": "WATTRELOS"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1890-01-17 04:00"}, "partial-ids": {"ertel": "ES-3634"}}, "raw": {"L": "", "MF": "", "NR": "3634", "ENG": "", "MA_": "1", "G_NR": "1124", "MA12": "2", "MARS": "5", "NAME": "Ruyter", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,00", "CSINR": "", "KURTZ": "", "PHAS_": "21,800", "STUND": "4,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "17.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ch.de", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.01.1890", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4986	thiry-rene-1886-06-26	{"a2": "2902", "g55": "09-257"}	{"g55": "09-257", "lerrcp": "A2-2902"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Thiry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:20", "date": "1886-06-26 14:00", "note": null, "place": {"c1": null, "c2": "52", "c3": null, "cy": "FR", "lg": 5.33308, "lat": 47.86263, "name": "Langres", "geoid": 3007680}, "notime": null, "date-ut": "1886-06-26 13:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "René", "family": "Thiry"}, "birth": {"tzo": "+00:21:20", "date": "1886-06-26 14:00", "place": {"c2": "52", "cy": "FR", "lg": 5.33308, "lat": 47.86263, "name": "Langres", "geoid": 3007680}, "date-ut": "1886-06-26 13:39:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2902"}, "ids-in-sources": {"a2": "2902"}}, "raw": {"H": "13", "MN": "39", "TZ": "0", "COD": "52", "COU": "F", "DAY": "26", "LAT": "48N 7", "LON": "5E 8", "MON": "6", "NUM": "2902", "PRO": "S", "SEC": "28", "YEA": "1886", "CITY": "LANGRES"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-257"}, "ids-in-source": {"g55": "09-257"}}, "raw": {"DAY": "26-6-1886", "HOUR": "14 h.", "NAME": "THIRY René", "PLACE": "Langres (Haute-Marne)."}, "date": "2023-08-20T14:49:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4988	tilho-jean-1875-05-01	{"a2": "2904", "a3": "979", "g55": "04-564"}	{"g55": "04-564", "lerrcp": "A2-2904"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Tilho", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:52", "date": "1875-05-01 02:00", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 1.21459, "lat": 44.80218, "name": "Domme", "geoid": 3021156}, "notime": null, "date-ut": "1875-05-01 01:57:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist", "military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Tilho"}, "birth": {"tzo": "+00:04:52", "date": "1875-05-01 02:00", "place": {"c2": "24", "cy": "FR", "lg": 1.21459, "lat": 44.80218, "name": "Domme", "geoid": 3021156}, "date-ut": "1875-05-01 01:57:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2904"}, "ids-in-sources": {"a2": "2904"}}, "raw": {"H": "1", "MN": "57", "TZ": "0", "COD": "24", "COU": "F", "DAY": "1", "LAT": "45N11", "LON": "0E44", "MON": "5", "NUM": "2904", "PRO": "S", "SEC": "4", "YEA": "1875", "CITY": "DOMME"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["military-personnel"], "sources": "a3", "ids-in-sources": {"a3": "979"}}, "raw": {"H": "1", "MN": "57", "TZ": "0", "COD": "24", "COU": "F", "DAY": "1", "LAT": "45N11", "LON": "0E44", "MON": "5", "NUM": "979", "PRO": "M", "SEC": "4", "YEA": "1875", "CITY": "DOMME"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-564"}, "ids-in-source": {"g55": "04-564"}}, "raw": {"DAY": "1-5-1875", "HOUR": "2 h.", "NAME": "TILHO Jean Auguste", "PLACE": "Domme (Dordogne)."}, "date": "2023-08-20T14:48:33+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}, {"new": [], "raw": {"DAY": "1-5-1875", "HOUR": "2 h.", "NAME": "TILHO Jean", "PLACE": "Domme (Dordogne)."}, "date": "2023-08-20T14:49:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
1127	schepens-julien-1935-12-19	{"a1": "1127", "3a_sports": "3722"}	{"ertel": "ES-3722", "lerrcp": "A1-1127"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julien", "family": "Schepens", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1935-12-19 10:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "ANZEGEM", "geoid": 0}, "notime": null, "date-ut": "1935-12-19 10:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Julien", "family": "Schepens"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "ANZEGEM", "geoid": 0}, "date-ut": "1935-12-19 10:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1127"}, "ids-in-sources": {"a1": "1127"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "19", "LAT": "51N13", "LON": "3E15", "MON": "12", "NUM": "1127", "PRO": "C", "SEC": "0", "YEA": "1935", "CITY": "ANZEGEM"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1935-12-19 10:00"}, "partial-ids": {"ertel": "ES-3722"}}, "raw": {"L": "", "MF": "", "NR": "3722", "ENG": "0", "MA_": "2", "G_NR": "1127", "MA12": "12", "MARS": "36", "NAME": "Schepens", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,300", "CSINR": "", "KURTZ": "", "PHAS_": "40,000", "STUND": "10,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "19.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Julien", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.12.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1129	schils-eduar-1931-09-04	{"a1": "1129", "3a_sports": "3730"}	{"ertel": "ES-3730", "lerrcp": "A1-1129"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eduar", "family": "Schils", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-09-04 20:00", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "KERBEEK-MISKOM", "geoid": 0}, "notime": null, "date-ut": "1931-09-04 19:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Eduar", "family": "Schils"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "KERBEEK-MISKOM", "geoid": 0}, "date-ut": "1931-09-04 19:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1129"}, "ids-in-sources": {"a1": "1129"}}, "raw": {"H": "19", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "4", "LAT": "50N51", "LON": "4E15", "MON": "9", "NUM": "1129", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "KERBEEK-MISKOM"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-09-04 20:00"}, "partial-ids": {"ertel": "ES-3730"}}, "raw": {"L": "", "MF": "", "NR": "3730", "ENG": "", "MA_": "1", "G_NR": "1129", "MA12": "6", "MARS": "18", "NAME": "Schils", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,100", "CSINR": "", "KURTZ": "", "PHAS_": "63,000", "STUND": "20,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "04.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Eduar", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.09.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4989	tisserand-eugene-1830-05-26	{"a2": "2905", "g55": "09-259"}	{"g55": "09-259", "lerrcp": "A2-2905"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Tisserand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:48", "date": "1830-05-26 14:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.2, "lat": 48.7, "name": "Flavigny-sur-Moselle", "geoid": 0}, "notime": null, "date-ut": "1830-05-26 13:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Tisserand"}, "birth": {"tzo": "+00:24:48", "date": "1830-05-26 14:00", "place": {"c2": "54", "cy": "FR", "lg": 6.2, "lat": 48.7, "name": "Flavigny-sur-Mose", "geoid": 0}, "date-ut": "1830-05-26 13:35:12"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2905"}, "ids-in-sources": {"a2": "2905"}}, "raw": {"H": "13", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "26", "LAT": "48N42", "LON": "6E12", "MON": "5", "NUM": "2905", "PRO": "S", "SEC": "12", "YEA": "1830", "CITY": "FLAVIGNY S/MOSE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Flavigny-sur-Moselle"}}, "partial-ids": {"g55": "09-259"}, "ids-in-source": {"g55": "09-259"}}, "raw": {"DAY": "26-5-1830", "HOUR": "14 h.", "NAME": "TISSERAND Eugène", "PLACE": "Flavigny-sur-Moselle (Meurthe)."}, "date": "2023-08-20T14:49:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4990	tisserand-felix-1845-01-13	{"a2": "2906", "g55": "09-260"}	{"g55": "09-260", "lerrcp": "A2-2906"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Tisserand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:08", "date": "1845-01-13 05:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Nuits", "geoid": 0}, "notime": null, "date-ut": "1845-01-13 04:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Tisserand"}, "birth": {"tzo": "+00:20:08", "date": "1845-01-13 05:00", "place": {"c2": "21", "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Nuits", "geoid": 0}, "date-ut": "1845-01-13 04:39:52"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2906"}, "ids-in-sources": {"a2": "2906"}}, "raw": {"H": "4", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "13", "LAT": "47N19", "LON": "5E 2", "MON": "1", "NUM": "2906", "PRO": "S", "SEC": "52", "YEA": "1845", "CITY": "NUITS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Nuits"}}, "partial-ids": {"g55": "09-260"}, "ids-in-source": {"g55": "09-260"}}, "raw": {"DAY": "13-1-1845", "HOUR": "5 h.", "NAME": "TISSERAND Félix", "PLACE": "Nuits (Côte-d’Or)."}, "date": "2023-08-20T14:49:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
1131	schoubben-jacques-1931-05-09	{"a1": "1131", "3a_sports": "3749"}	{"ertel": "ES-3749", "lerrcp": "A1-1131"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Schoubben", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-05-09 14:00", "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "TONGRES", "geoid": 0}, "notime": null, "date-ut": "1931-05-09 13:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Schoubben"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "TONGRES", "geoid": 0}, "date-ut": "1931-05-09 13:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1131"}, "ids-in-sources": {"a1": "1131"}}, "raw": {"H": "13", "MN": "0", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "9", "LAT": "50N47", "LON": "5E30", "MON": "5", "NUM": "1131", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "TONGRES"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-05-09 14:00"}, "partial-ids": {"ertel": "ES-3749"}}, "raw": {"L": "", "MF": "", "NR": "3749", "ENG": "", "MA_": "1", "G_NR": "1131", "MA12": "2", "MARS": "4", "NAME": "Schoubben", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,600", "CSINR": "", "KURTZ": "", "PHAS_": "55,300", "STUND": "14,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "09.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.05.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1134	scieux-leon-1888-03-19	{"a1": "1134", "3a_sports": "3761"}	{"ertel": "ES-3761", "lerrcp": "A1-1134"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Scieux", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1888-03-19 06:00", "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "FLORENNES", "geoid": 0}, "notime": null, "date-ut": "1888-03-19 05:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Scieux"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "FLORENNES", "geoid": 0}, "date-ut": "1888-03-19 05:42:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1134"}, "ids-in-sources": {"a1": "1134"}}, "raw": {"H": "5", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "19", "LAT": "50N20", "LON": "4E30", "MON": "3", "NUM": "1134", "PRO": "C", "SEC": "0", "YEA": "1888", "CITY": "FLORENNES"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1888-03-19 06:00"}, "partial-ids": {"ertel": "ES-3761"}}, "raw": {"L": "", "MF": "", "NR": "3761", "ENG": "", "MA_": "0", "G_NR": "1134", "MA12": "6", "MARS": "17", "NAME": "Scieux", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,600", "CSINR": "", "KURTZ": "", "PHAS_": "32,500", "STUND": "6,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "19.03.", "ZITATE": "HS", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Leon", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "19.03.1888", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4991	trabut-louis-1853-07-12	{"a2": "2907", "g55": "09-261"}	{"g55": "09-261", "lerrcp": "A2-2907"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Trabut", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:41", "date": "1853-07-12 01:00", "note": null, "place": {"c1": null, "c2": "73", "c3": null, "cy": "FR", "lg": 5.92079, "lat": 45.56628, "name": "Chambéry", "geoid": 3027422}, "notime": null, "date-ut": "1853-07-12 00:36:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Trabut"}, "birth": {"tzo": "+00:23:41", "date": "1853-07-12 01:00", "place": {"c2": "73", "cy": "FR", "lg": 5.92079, "lat": 45.56628, "name": "Chambéry", "geoid": 3027422}, "date-ut": "1853-07-12 00:36:20"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2907"}, "ids-in-sources": {"a2": "2907"}}, "raw": {"H": "0", "MN": "36", "TZ": "0", "COD": "73", "COU": "F", "DAY": "12", "LAT": "45N34", "LON": "5E55", "MON": "7", "NUM": "2907", "PRO": "S", "SEC": "20", "YEA": "1853", "CITY": "CHAMBERY"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-261"}, "ids-in-source": {"g55": "09-261"}}, "raw": {"DAY": "12-7-1853", "HOUR": "1 h.", "NAME": "TRABUT Louis", "PLACE": "Chambéry (Savoie)."}, "date": "2023-08-20T14:49:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
1137	sercu-berten-1918-01-26	{"a1": "1137", "3a_sports": "3796"}	{"ertel": "ES-3796", "lerrcp": "A1-1137"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Berten", "family": "Sercu", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-01-26 21:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "BORNEM", "geoid": 0}, "notime": null, "date-ut": "1918-01-26 20:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Berten", "family": "Sercu"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "BORNEM", "geoid": 0}, "date-ut": "1918-01-26 20:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1137"}, "ids-in-sources": {"a1": "1137"}}, "raw": {"H": "20", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "26", "LAT": "51N14", "LON": "4E30", "MON": "1", "NUM": "1137", "PRO": "C", "SEC": "0", "YEA": "1918", "CITY": "BORNEM"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1918-01-26 21:00"}, "partial-ids": {"ertel": "ES-3796"}}, "raw": {"L": "", "MF": "", "NR": "3796", "ENG": "", "MA_": "0", "G_NR": "1137", "MA12": "12", "MARS": "34", "NAME": "Sercu", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,100", "CSINR": "", "KURTZ": "", "PHAS_": "98,700", "STUND": "21,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "26.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Berten", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "26.01.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1138	sercu-patrick-1944-06-27	{"a1": "1138", "3a_sports": "3797"}	{"ertel": "ES-3797", "lerrcp": "A1-1138"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Patrick", "family": "Sercu", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1944-06-27 18:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "ROESELARE", "geoid": 0}, "notime": null, "date-ut": "1944-06-27 16:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Patrick", "family": "Sercu"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "ROESELARE", "geoid": 0}, "date-ut": "1944-06-27 16:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1138"}, "ids-in-sources": {"a1": "1138"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "27", "LAT": "51N13", "LON": "3E15", "MON": "6", "NUM": "1138", "PRO": "C", "SEC": "0", "YEA": "1944", "CITY": "ROESELARE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1944-06-27 18:00"}, "partial-ids": {"ertel": "ES-3797"}}, "raw": {"L": "", "MF": "", "NR": "3797", "ENG": "1", "MA_": "2", "G_NR": "1138", "MA12": "4", "MARS": "11", "NAME": "Sercu", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,700", "CSINR": "", "KURTZ": "", "PHAS_": "34,000", "STUND": "18,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "27.06.", "ZITATE": "DKSFO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Patrick", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "27.06.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1140	seynaeve-mauritz-1907-01-30	{"a1": "1140", "3a_sports": "3809"}	{"ertel": "ES-3809", "lerrcp": "A1-1140"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mauritz", "family": "Seynaeve", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1907-01-30 07:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "HEULE", "geoid": 0}, "notime": null, "date-ut": "1907-01-30 07:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Mauritz", "family": "Seynaeve"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "HEULE", "geoid": 0}, "date-ut": "1907-01-30 07:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1140"}, "ids-in-sources": {"a1": "1140"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "30", "LAT": "51N13", "LON": "3E15", "MON": "1", "NUM": "1140", "PRO": "C", "SEC": "0", "YEA": "1907", "CITY": "HEULE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1907-01-30 07:00"}, "partial-ids": {"ertel": "ES-3809"}}, "raw": {"L": "", "MF": "", "NR": "3809", "ENG": "1", "MA_": "2", "G_NR": "1140", "MA12": "4", "MARS": "10", "NAME": "Seynaeve", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,100", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "7,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "30.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Mauritz", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.01.1907", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4994	tresca-henri-1814-10-12	{"a2": "2910", "g55": "09-263"}	{"g55": "09-263", "lerrcp": "A2-2910"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Tresca", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:30", "date": "1814-10-12 16:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 2.37681, "lat": 51.0344, "name": "Dunkerque", "geoid": 3020686}, "notime": null, "date-ut": "1814-10-12 15:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Tresca"}, "birth": {"tzo": "+00:09:30", "date": "1814-10-12 16:00", "place": {"c2": "59", "cy": "FR", "lg": 2.37681, "lat": 51.0344, "name": "Dunkerque", "geoid": 3020686}, "date-ut": "1814-10-12 15:47:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2910"}, "ids-in-sources": {"a2": "2910"}}, "raw": {"H": "15", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "12", "LAT": "50N39", "LON": "3E 5", "MON": "10", "NUM": "2910", "PRO": "S", "SEC": "40", "YEA": "1814", "CITY": "DUNKERQUE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-263"}, "ids-in-source": {"g55": "09-263"}}, "raw": {"DAY": "12-10-1814", "HOUR": "16 h.", "NAME": "TRESCA Henri", "PLACE": "Dunkerque (Nord)."}, "date": "2023-08-20T14:49:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4996	tulasne-louis-1815-09-12	{"a2": "2912", "g55": "09-264"}	{"g55": "09-264", "lerrcp": "A2-2912"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Tulasne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01:53", "date": "1815-09-12 20:00", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": 0.47132, "lat": 47.26405, "name": "Azay-le-Rideau", "geoid": 3035548}, "notime": null, "date-ut": "1815-09-12 19:57:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Tulasne"}, "birth": {"tzo": "+00:01:53", "date": "1815-09-12 20:00", "place": {"c2": "37", "cy": "FR", "lg": 0.47132, "lat": 47.26405, "name": "Azay-le-Rideau", "geoid": 3035548}, "date-ut": "1815-09-12 19:57:12"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2912"}, "ids-in-sources": {"a2": "2912"}}, "raw": {"H": "19", "MN": "57", "TZ": "0", "COD": "37", "COU": "F", "DAY": "12", "LAT": "47N24", "LON": "0E42", "MON": "9", "NUM": "2912", "PRO": "S", "SEC": "12", "YEA": "1815", "CITY": "AZAY LE RIDEAU"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-264"}, "ids-in-source": {"g55": "09-264"}}, "raw": {"DAY": "12-9-1815", "HOUR": "20 h.", "NAME": "TULASNE Louis", "PLACE": "Azay-le-Rideau (Indre-et-Loire)."}, "date": "2023-08-20T14:49:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
1142	sorgeloos-edgard-1930-12-14	{"a1": "1142", "3a_sports": "3863"}	{"ertel": "ES-3863", "lerrcp": "A1-1142"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edgard", "family": "Sorgeloos", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-12-14 18:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "DENDERHOUTEM", "geoid": 0}, "notime": null, "date-ut": "1930-12-14 18:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Edgard", "family": "Sorgeloos"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "DENDERHOUTEM", "geoid": 0}, "date-ut": "1930-12-14 18:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1142"}, "ids-in-sources": {"a1": "1142"}}, "raw": {"H": "18", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "14", "LAT": "51N 5", "LON": "3E45", "MON": "12", "NUM": "1142", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "DENDERHOUTEM"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-12-14 18:00"}, "partial-ids": {"ertel": "ES-3863"}}, "raw": {"L": "", "MF": "", "NR": "3863", "ENG": "", "MA_": "0", "G_NR": "1142", "MA12": "11", "MARS": "32", "NAME": "Sorgeloos", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,20", "CSINR": "", "KURTZ": "", "PHAS_": "37,100", "STUND": "18,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "14.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Edgard", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.12.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1144	sterckx-ernest-1922-12-01	{"a1": "1144", "3a_sports": "3903"}	{"ertel": "ES-3903", "lerrcp": "A1-1144"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Sterckx", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-12-01 22:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "WESTERLO", "geoid": 0}, "notime": null, "date-ut": "1922-12-01 22:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Sterckx"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "WESTERLO", "geoid": 0}, "date-ut": "1922-12-01 22:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1144"}, "ids-in-sources": {"a1": "1144"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "1", "LAT": "51N14", "LON": "4E30", "MON": "12", "NUM": "1144", "PRO": "C", "SEC": "0", "YEA": "1922", "CITY": "WESTERLO"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1922-12-01 22:00"}, "partial-ids": {"ertel": "ES-3903"}}, "raw": {"L": "", "MF": "", "NR": "3903", "ENG": "", "MA_": "1", "G_NR": "1144", "MA12": "7", "MARS": "19", "NAME": "Sterckx", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,700", "CSINR": "", "KURTZ": "", "PHAS_": "88,600", "STUND": "22,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "01.12.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ernest", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "01.12.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
4999	vallier-emmanuel-1849-12-25	{"a2": "2915", "g55": "09-265"}	{"g55": "09-265", "lerrcp": "A2-2915"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emmanuel", "family": "Vallier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1849-12-25 17:30", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1849-12-25 17:21:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Emmanuel", "family": "Vallier"}, "birth": {"tzo": "+00:08:32", "date": "1849-12-25 17:30", "place": {"c2": "78", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1849-12-25 17:21:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2915"}, "ids-in-sources": {"a2": "2915"}}, "raw": {"H": "17", "MN": "21", "TZ": "0", "COD": "78", "COU": "F", "DAY": "25", "LAT": "48N50", "LON": "2E 8", "MON": "12", "NUM": "2915", "PRO": "S", "SEC": "28", "YEA": "1849", "CITY": "VERSAILLES"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-265"}, "ids-in-source": {"g55": "09-265"}}, "raw": {"DAY": "25-12-1849", "HOUR": "17 h. 30", "NAME": "VALLIER Emmanuel", "PLACE": "Versailles (Seine-et-Oise)."}, "date": "2023-08-20T14:49:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
5000	van-thieghem-philippe-1839-04-19	{"a2": "2916", "g55": "09-266"}	{"g55": "09-266", "lerrcp": "A2-2916"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Van Thieghem", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:57", "date": "1839-04-19 08:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 2.73594, "lat": 50.73592, "name": "Bailleul", "geoid": 3035359}, "notime": null, "date-ut": "1839-04-19 07:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Van Thieghem"}, "birth": {"tzo": "+00:10:57", "date": "1839-04-19 08:00", "place": {"c2": "59", "cy": "FR", "lg": 2.73594, "lat": 50.73592, "name": "Bailleul", "geoid": 3035359}, "date-ut": "1839-04-19 07:47:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2916"}, "ids-in-sources": {"a2": "2916"}}, "raw": {"H": "7", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "19", "LAT": "50N39", "LON": "3E 5", "MON": "4", "NUM": "2916", "PRO": "S", "SEC": "40", "YEA": "1839", "CITY": "BAILLEUL"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-266"}, "ids-in-source": {"g55": "09-266"}}, "raw": {"DAY": "19-4-1839", "HOUR": "8 h.", "NAME": "VAN TIEGHEM Philippe", "PLACE": "Bailleuil (Nord)."}, "date": "2023-08-20T14:49:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
1147	thollembeek-emil-1895-01-31	{"a1": "1147", "3a_sports": "4010"}	{"ertel": "ES-4010", "lerrcp": "A1-1147"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emil", "family": "Thollembeek", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1895-01-31 17:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "DENDERWINDEKE", "geoid": 0}, "notime": null, "date-ut": "1895-01-31 17:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Emil", "family": "Thollembeek"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "DENDERWINDEKE", "geoid": 0}, "date-ut": "1895-01-31 17:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1147"}, "ids-in-sources": {"a1": "1147"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "31", "LAT": "51N 5", "LON": "3E45", "MON": "1", "NUM": "1147", "PRO": "C", "SEC": "0", "YEA": "1895", "CITY": "DENDERWINDEKE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1895-01-31 17:00"}, "partial-ids": {"ertel": "ES-4010"}}, "raw": {"L": "", "MF": "", "NR": "4010", "ENG": "0", "MA_": "2", "G_NR": "1147", "MA12": "3", "MARS": "9", "NAME": "Thollembeek", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,300", "CSINR": "", "KURTZ": "", "PHAS_": "21,700", "STUND": "17,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "31.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Emil", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "31.01.1895", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1149	van-bael-joseph-1930-05-30	{"a1": "1149", "3a_sports": "4120"}	{"ertel": "ES-4120", "lerrcp": "A1-1149"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Van Bael", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-05-30 10:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "HEMIKSEM", "geoid": 0}, "notime": null, "date-ut": "1930-05-30 09:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Van Bael"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "HEMIKSEM", "geoid": 0}, "date-ut": "1930-05-30 09:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1149"}, "ids-in-sources": {"a1": "1149"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "30", "LAT": "51N14", "LON": "4E30", "MON": "5", "NUM": "1149", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "HEMIKSEM"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-05-30 10:00"}, "partial-ids": {"ertel": "ES-4120"}}, "raw": {"L": "", "MF": "", "NR": "4120", "ENG": "1", "MA_": "2", "G_NR": "1149", "MA12": "4", "MARS": "10", "NAME": "VanBael", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,500", "CSINR": "", "KURTZ": "", "PHAS_": "4,400", "STUND": "10,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "30.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Joseph", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.05.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
5002	vayssiere-albert-1854-07-08	{"a2": "2918", "g55": "09-267"}	{"g55": "09-267", "lerrcp": "A2-2918"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Vayssiere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:14", "date": "1854-07-08 07:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1854-07-08 06:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Vayssiere"}, "birth": {"tzo": "+00:19:14", "date": "1854-07-08 07:00", "place": {"c2": "84", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1854-07-08 06:40:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2918"}, "ids-in-sources": {"a2": "2918"}}, "raw": {"H": "6", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "8", "LAT": "43N57", "LON": "4E50", "MON": "7", "NUM": "2918", "PRO": "S", "SEC": "40", "YEA": "1854", "CITY": "AVIGNON"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-267"}, "ids-in-source": {"g55": "09-267"}}, "raw": {"DAY": "8-7-1854", "HOUR": "7 h.", "NAME": "VAYSSIERE Albert", "PLACE": "Avignon (Vaucluse)."}, "date": "2023-08-20T14:49:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
5005	viala-pierre-1859-09-24	{"a2": "2921", "g55": "09-269"}	{"g55": "09-269", "lerrcp": "A2-2921"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Viala", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:13", "date": "1859-09-24 09:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.80611, "lat": 43.58639, "name": "Lavérune", "geoid": 3005632}, "notime": null, "date-ut": "1859-09-24 08:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Viala"}, "birth": {"tzo": "+00:15:13", "date": "1859-09-24 09:00", "place": {"c2": "34", "cy": "FR", "lg": 3.80611, "lat": 43.58639, "name": "Lavérune", "geoid": 3005632}, "date-ut": "1859-09-24 08:44:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2921"}, "ids-in-sources": {"a2": "2921"}}, "raw": {"H": "8", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "24", "LAT": "43N37", "LON": "3E53", "MON": "9", "NUM": "2921", "PRO": "S", "SEC": "28", "YEA": "1859", "CITY": "LAVERUNE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-269"}, "ids-in-source": {"g55": "09-269"}}, "raw": {"DAY": "24-9-1859", "HOUR": "9 h.", "NAME": "VIALA Pierre", "PLACE": "Laverune (Hérault)."}, "date": "2023-08-20T14:49:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
1152	van-den-berghe-rene-1887-03-05	{"a1": "1152", "3a_sports": "4154"}	{"ertel": "ES-4154", "lerrcp": "A1-1152"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Van Den Berghe", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1887-03-05 19:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "PITTEM", "geoid": 0}, "notime": null, "date-ut": "1887-03-05 18:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "René", "family": "Van Den Berghe"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "PITTEM", "geoid": 0}, "date-ut": "1887-03-05 18:47:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1152"}, "ids-in-sources": {"a1": "1152"}}, "raw": {"H": "18", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "5", "LAT": "51N13", "LON": "3E15", "MON": "3", "NUM": "1152", "PRO": "C", "SEC": "0", "YEA": "1887", "CITY": "PITTEM"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1887-03-05 19:00"}, "partial-ids": {"ertel": "ES-4154"}}, "raw": {"L": "", "MF": "", "NR": "4154", "ENG": "", "MA_": "1", "G_NR": "1152", "MA12": "7", "MARS": "19", "NAME": "VandenBerghe", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,300", "CSINR": "", "KURTZ": "", "PHAS_": "70,300", "STUND": "19,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "05.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.03.1887", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1154	vandenbrande-alfons-1928-02-15	{"a1": "1155", "3a_sports": "4157"}	{"ertel": "ES-4157", "lerrcp": "A1-1155"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfons", "family": "Vandenbrande", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-02-15 16:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "KESSEL", "geoid": 0}, "notime": null, "date-ut": "1928-02-15 16:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Alfons", "family": "Vandenbrande"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "KESSEL", "geoid": 0}, "date-ut": "1928-02-15 16:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1155"}, "ids-in-sources": {"a1": "1155"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "15", "LAT": "51N14", "LON": "4E30", "MON": "2", "NUM": "1155", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "KESSEL"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-02-15 16:00"}, "partial-ids": {"ertel": "ES-4157"}}, "raw": {"L": "", "MF": "", "NR": "4157", "ENG": "", "MA_": "1", "G_NR": "1155", "MA12": "7", "MARS": "21", "NAME": "Vandenbrande", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "38,800", "STUND": "16,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "15.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alfons", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.02.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
5006	viguier-camille-1850-03-16	{"a2": "2922", "g55": "09-270"}	{"g55": "09-270", "lerrcp": "A2-2922"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Viguier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:30", "date": "1850-03-16 08:56:38", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 4.87484, "lat": 45.52569, "name": "Vienne", "geoid": 2969284}, "notime": null, "date-ut": "1850-03-16 08:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Viguier"}, "birth": {"tzo": "+00:19:30", "date": "1850-03-16 08:56:38", "place": {"c2": "38", "cy": "FR", "lg": 4.87484, "lat": 45.52569, "name": "Vienne", "geoid": 2969284}, "date-ut": "1850-03-16 08:37:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2922"}, "ids-in-sources": {"a2": "2922"}}, "raw": {"H": "8", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "16", "LAT": "45N11", "LON": "5E43", "MON": "3", "NUM": "2922", "PRO": "S", "SEC": "8", "YEA": "1850", "CITY": "VIENNE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-270"}, "ids-in-source": {"g55": "09-270"}}, "raw": {"DAY": "16-3-1850", "HOUR": "9 h.", "NAME": "VIGUIER Camille", "PLACE": "Vienne (Isère)."}, "date": "2023-08-20T14:49:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
5010	vuillemin-paul-1861-02-13	{"a2": "2926", "g55": "09-272"}	{"g55": "09-272", "lerrcp": "A2-2926"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Vuillemin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:26:27", "date": "1861-02-13 01:00", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.61289, "lat": 48.14475, "name": "Docelles", "geoid": 3021288}, "notime": null, "date-ut": "1861-02-13 00:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Vuillemin"}, "birth": {"tzo": "+00:26:27", "date": "1861-02-13 01:00", "place": {"c2": "88", "cy": "FR", "lg": 6.61289, "lat": 48.14475, "name": "Docelles", "geoid": 3021288}, "date-ut": "1861-02-13 00:34:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2926"}, "ids-in-sources": {"a2": "2926"}}, "raw": {"H": "0", "MN": "34", "TZ": "0", "COD": "88", "COU": "F", "DAY": "13", "LAT": "48N10", "LON": "6E28", "MON": "2", "NUM": "2926", "PRO": "S", "SEC": "8", "YEA": "1861", "CITY": "DOCELLES"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-272"}, "ids-in-source": {"g55": "09-272"}}, "raw": {"DAY": "13-2-1861", "HOUR": "1 h.", "NAME": "VUILLEMIN Paul", "PLACE": "Docelles (Vosges)."}, "date": "2023-08-20T14:49:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
1158	van-geneugden-martin-1932-01-22	{"a1": "1159", "3a_sports": "4128"}	{"ertel": "ES-4128", "lerrcp": "A1-1159"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Martin", "family": "Van Geneugden", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-01-22 14:00", "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "ZUTENDAEL", "geoid": 0}, "notime": null, "date-ut": "1932-01-22 14:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Martin", "family": "Van Geneugden"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "ZUTENDAEL", "geoid": 0}, "date-ut": "1932-01-22 14:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1159"}, "ids-in-sources": {"a1": "1159"}}, "raw": {"H": "14", "MN": "0", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "22", "LAT": "50N47", "LON": "5E30", "MON": "1", "NUM": "1159", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "ZUTENDAEL"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-01-22 14:00"}, "partial-ids": {"ertel": "ES-4128"}}, "raw": {"L": "", "MF": "", "NR": "4128", "ENG": "", "MA_": "1", "G_NR": "1159", "MA12": "5", "MARS": "14", "NAME": "VanGeneugden", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,700", "CSINR": "", "KURTZ": "", "PHAS_": "96,900", "STUND": "14,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "22.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Martin", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.01.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1160	vanhevel-jules-1895-03-10	{"a1": "1161", "3a_sports": "4132"}	{"ertel": "ES-4132", "lerrcp": "A1-1161"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "VanHevel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1895-03-10 01:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "KOEKELARE", "geoid": 0}, "notime": null, "date-ut": "1895-03-10 01:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Jules", "family": "VanHevel"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "KOEKELARE", "geoid": 0}, "date-ut": "1895-03-10 01:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1161"}, "ids-in-sources": {"a1": "1161"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "10", "LAT": "51N13", "LON": "3E15", "MON": "3", "NUM": "1161", "PRO": "C", "SEC": "0", "YEA": "1895", "CITY": "KOEKELARE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1895-03-10 01:00"}, "partial-ids": {"ertel": "ES-4132"}}, "raw": {"L": "", "MF": "", "NR": "4132", "ENG": "", "MA_": "1", "G_NR": "1161", "MA12": "7", "MARS": "19", "NAME": "VanHevel", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,800", "CSINR": "", "KURTZ": "", "PHAS_": "98,000", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "10.03.", "ZITATE": "G", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jules", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "10.03.1895", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
5011	wallerant-frederic-1858-07-25	{"a2": "2927", "g55": "09-273"}	{"g55": "09-273", "lerrcp": "A2-2927"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Wallerant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:56", "date": "1858-07-25 17:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.48333, "lat": 50.31667, "name": "Trith-Saint-Léger", "geoid": 2971651}, "notime": null, "date-ut": "1858-07-25 16:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Wallerant"}, "birth": {"tzo": "+00:13:56", "date": "1858-07-25 17:00", "place": {"c2": "59", "cy": "FR", "lg": 3.48333, "lat": 50.31667, "name": "Trith-Saint-Léger", "geoid": 2971651}, "date-ut": "1858-07-25 16:47:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2927"}, "ids-in-sources": {"a2": "2927"}}, "raw": {"H": "16", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "25", "LAT": "50N39", "LON": "3E 5", "MON": "7", "NUM": "2927", "PRO": "S", "SEC": "40", "YEA": "1858", "CITY": "TRITH ST LEGER"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-273"}, "ids-in-source": {"g55": "09-273"}}, "raw": {"DAY": "25-7-1858", "HOUR": "17 h.", "NAME": "WALLERANT Frédéric", "PLACE": "Trith-Saint-Léger (Nord)."}, "date": "2023-08-20T14:49:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
5013	wintrebert-paul-1867-07-28	{"a2": "2929", "g55": "09-275"}	{"g55": "09-275", "lerrcp": "A2-2929"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Wintrebert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1867-07-28 07:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1867-07-28 06:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Wintrebert"}, "birth": {"tzo": "+00:12:14", "date": "1867-07-28 07:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1867-07-28 06:47:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2929"}, "ids-in-sources": {"a2": "2929"}}, "raw": {"H": "6", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "28", "LAT": "50N39", "LON": "3E 5", "MON": "7", "NUM": "2929", "PRO": "S", "SEC": "40", "YEA": "1867", "CITY": "LILLE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-275"}, "ids-in-source": {"g55": "09-275"}}, "raw": {"DAY": "28-7-1867", "HOUR": "7 h.", "NAME": "WINTREBERT Paul", "PLACE": "Lille (Nord)."}, "date": "2023-08-20T14:49:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
1162	van-looy-henri-1933-12-20	{"a1": "1163", "3a_sports": "4139"}	{"ertel": "ES-4139", "lerrcp": "A1-1163"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Van Looy", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-12-20 02:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "GROBBENDONCK", "geoid": 0}, "notime": null, "date-ut": "1933-12-20 02:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Van Looy"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "GROBBENDONCK", "geoid": 0}, "date-ut": "1933-12-20 02:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1163"}, "ids-in-sources": {"a1": "1163"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "20", "LAT": "51N14", "LON": "4E30", "MON": "12", "NUM": "1163", "PRO": "C", "SEC": "0", "YEA": "1933", "CITY": "GROBBENDONCK"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1933-12-20 02:00"}, "partial-ids": {"ertel": "ES-4139"}}, "raw": {"L": "", "MF": "", "NR": "4139", "ENG": "", "MA_": "1", "G_NR": "1163", "MA12": "10", "MARS": "28", "NAME": "VanLooy", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,700", "CSINR": "", "KURTZ": "", "PHAS_": "12,100", "STUND": "2,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "20.12.", "ZITATE": "DHO", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Henri (\\"Rick)", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "20.12.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1164	van-overberghe-cyriel-1912-05-04	{"a1": "1165", "3a_sports": "4142"}	{"ertel": "ES-4142", "lerrcp": "A1-1165"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cyriel", "family": "Van Overberghe", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1912-05-04 16:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "ST-DENIJS-BIJ-H", "geoid": 0}, "notime": null, "date-ut": "1912-05-04 16:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Cyriel", "family": "Van Overberghe"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "ST-DENIJS-BIJ-H", "geoid": 0}, "date-ut": "1912-05-04 16:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1165"}, "ids-in-sources": {"a1": "1165"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "4", "LAT": "51N13", "LON": "3E15", "MON": "5", "NUM": "1165", "PRO": "C", "SEC": "0", "YEA": "1912", "CITY": "ST-DENIJS-BIJ-H"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1912-05-04 16:00"}, "partial-ids": {"ertel": "ES-4142"}}, "raw": {"L": "", "MF": "", "NR": "4142", "ENG": "0", "MA_": "2", "G_NR": "1165", "MA12": "3", "MARS": "9", "NAME": "VanOverberghe", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,100", "CSINR": "", "KURTZ": "", "PHAS_": "93,200", "STUND": "16,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "04.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Cyriel", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.05.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
5015	wolf-charles-1827-11-09	{"a2": "2931", "g55": "09-277"}	{"g55": "09-277", "lerrcp": "A2-2931"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Wolf", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:37", "date": "1827-11-09 14:30", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.65393, "lat": 49.51869, "name": "Vorges", "geoid": 2967692}, "notime": null, "date-ut": "1827-11-09 14:15:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Wolf"}, "birth": {"tzo": "+00:14:37", "date": "1827-11-09 14:30", "place": {"c2": "02", "cy": "FR", "lg": 3.65393, "lat": 49.51869, "name": "Vorges", "geoid": 2967692}, "date-ut": "1827-11-09 14:15:32"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2931"}, "ids-in-sources": {"a2": "2931"}}, "raw": {"H": "14", "MN": "15", "TZ": "0", "COD": "02", "COU": "F", "DAY": "9", "LAT": "49N34", "LON": "3E37", "MON": "11", "NUM": "2931", "PRO": "S", "SEC": "32", "YEA": "1827", "CITY": "VORGES"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-277"}, "ids-in-source": {"g55": "09-277"}}, "raw": {"DAY": "9-11-1827", "HOUR": "14 h. 30", "NAME": "WOLF Charles", "PLACE": "Vorges (Aisne)."}, "date": "2023-08-20T14:49:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
5017	zeiller-rene-1847-01-14	{"a2": "2933", "g55": "09-279"}	{"g55": "09-279", "lerrcp": "A2-2933"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Zeiller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1847-01-14 02:30", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1847-01-14 02:05:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "René", "family": "Zeiller"}, "birth": {"tzo": "+00:24:44", "date": "1847-01-14 02:30", "place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1847-01-14 02:05:12"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2933"}, "ids-in-sources": {"a2": "2933"}}, "raw": {"H": "2", "MN": "5", "TZ": "0", "COD": "54", "COU": "F", "DAY": "14", "LAT": "48N42", "LON": "6E12", "MON": "1", "NUM": "2933", "PRO": "S", "SEC": "12", "YEA": "1847", "CITY": "NANCY"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-279"}, "ids-in-source": {"g55": "09-279"}}, "raw": {"DAY": "14-1-1847", "HOUR": "2 h. 30", "NAME": "ZEILLER René", "PLACE": "Nancy (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:49:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
1167	van-springel-herman-1943-08-14	{"a1": "1168", "3a_sports": "4146"}	{"ertel": "ES-4146", "lerrcp": "A1-1168"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Herman", "family": "Van Springel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-08-14 22:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "RANST", "geoid": 0}, "notime": null, "date-ut": "1943-08-14 20:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Herman", "family": "Van Springel"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "RANST", "geoid": 0}, "date-ut": "1943-08-14 20:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1168"}, "ids-in-sources": {"a1": "1168"}}, "raw": {"H": "20", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "14", "LAT": "51N14", "LON": "4E30", "MON": "8", "NUM": "1168", "PRO": "C", "SEC": "0", "YEA": "1943", "CITY": "RANST"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1943-08-14 22:00"}, "partial-ids": {"ertel": "ES-4146"}}, "raw": {"L": "", "MF": "", "NR": "4146", "ENG": "", "MA_": "0", "G_NR": "1168", "MA12": "11", "MARS": "32", "NAME": "VanSpringel", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,500", "CSINR": "", "KURTZ": "", "PHAS_": "95,000", "STUND": "22,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "14.08.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Herman", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "14.08.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1168	vansteenbergen-henri-1924-09-09	{"a1": "1169", "3a_sports": "4171"}	{"ertel": "ES-4171", "lerrcp": "A1-1169"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Vansteenbergen", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-09-09 06:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ARENDONCK", "geoid": 0}, "notime": null, "date-ut": "1924-09-09 05:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Vansteenbergen"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ARENDONCK", "geoid": 0}, "date-ut": "1924-09-09 05:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1169"}, "ids-in-sources": {"a1": "1169"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "9", "LAT": "51N14", "LON": "4E30", "MON": "9", "NUM": "1169", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "ARENDONCK"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-09-09 06:00"}, "partial-ids": {"ertel": "ES-4171"}}, "raw": {"L": "", "MF": "", "NR": "4171", "ENG": "", "MA_": "1", "G_NR": "1169", "MA12": "7", "MARS": "21", "NAME": "Vansteenbergen", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,100", "CSINR": "", "KURTZ": "", "PHAS_": "78,600", "STUND": "6,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "09.09.", "ZITATE": "DHSO", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "09.09.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24964	alary-louis-1884-10-09	{"g55": "10-1"}	{"g55": "10-1"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Alary", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1884-10-09 02:00", "note": null, "place": {"c1": "", "c2": "34", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Cers", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Alary", "nobility": ""}, "birth": {"date": "1884-10-09 02:00", "place": {"c1": "", "c2": "34", "c3": "", "cy": "FR", "name": "Cers"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-1"}}, "raw": {"DAY": "9-10-1884", "HOUR": "2 h.", "NAME": "ALARY Louis", "PLACE": "Cers (Hérault)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
24965	alaux-gedeon-1920-03-03	{"g55": "10-2"}	{"g55": "10-2"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gédéon", "family": "Alaux", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1920-03-03 23:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Monestiés", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Gédéon", "family": "Alaux", "nobility": ""}, "birth": {"date": "1920-03-03 23:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Monestiés"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-2"}}, "raw": {"DAY": "3-3-1920", "HOUR": "23 h.", "NAME": "ALAUX Gédéon", "PLACE": "Monestiés (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
24966	alberge-edmond-1912-12-26	{"g55": "10-3"}	{"g55": "10-3"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Alberge", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1912-12-26 05:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Rayssac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Alberge", "nobility": ""}, "birth": {"date": "1912-12-26 05:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Rayssac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-3"}}, "raw": {"DAY": "26-12-1912", "HOUR": "5 h.", "NAME": "ALBERGE Edmond", "PLACE": "Rayssac (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1172	verkeyn-karel-1897-02-20	{"a1": "1173", "3a_sports": "4204"}	{"ertel": "ES-4204", "lerrcp": "A1-1173"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karel", "family": "Verkeyn", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1897-02-20 18:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BREEDENE PAR OO", "geoid": 0}, "notime": null, "date-ut": "1897-02-20 18:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Karel", "family": "Verkeyn"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BREEDENE PAR OO", "geoid": 0}, "date-ut": "1897-02-20 18:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1173"}, "ids-in-sources": {"a1": "1173"}}, "raw": {"H": "18", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "20", "LAT": "51N13", "LON": "3E15", "MON": "2", "NUM": "1173", "PRO": "C", "SEC": "0", "YEA": "1897", "CITY": "BREEDENE PAR OO"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1897-02-20 18:00"}, "partial-ids": {"ertel": "ES-4204"}}, "raw": {"L": "", "MF": "", "NR": "4204", "ENG": "0", "MA_": "2", "G_NR": "1173", "MA12": "3", "MARS": "9", "NAME": "Verkeyn", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,500", "CSINR": "", "KURTZ": "", "PHAS_": "91,200", "STUND": "18,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "20.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Karel", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.02.1897", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1174	verschelden-jules-1898-12-21	{"a1": "1175", "3a_sports": "4219"}	{"ertel": "ES-4219", "lerrcp": "A1-1175"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Verschelden", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1898-12-21 15:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "NAZARETH", "geoid": 0}, "notime": null, "date-ut": "1898-12-21 15:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Verschelden"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "NAZARETH", "geoid": 0}, "date-ut": "1898-12-21 15:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1175"}, "ids-in-sources": {"a1": "1175"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "21", "LAT": "51N 5", "LON": "3E45", "MON": "12", "NUM": "1175", "PRO": "C", "SEC": "0", "YEA": "1898", "CITY": "NAZARETH"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1898-12-21 15:00"}, "partial-ids": {"ertel": "ES-4219"}}, "raw": {"L": "", "MF": "", "NR": "4219", "ENG": "", "MA_": "1", "G_NR": "1175", "MA12": "10", "MARS": "29", "NAME": "Verschelden", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,700", "CSINR": "", "KURTZ": "", "PHAS_": "59,300", "STUND": "15,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "21.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jules", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.12.1898", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24967	albert-alphonse-1875-03-25	{"g55": "10-4"}	{"g55": "10-4"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Albert", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1875-03-25 16:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Mazamet", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Albert", "nobility": ""}, "birth": {"date": "1875-03-25 16:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Mazamet"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-4"}}, "raw": {"DAY": "25-3-1875", "HOUR": "16 h.", "NAME": "ALBERT Alphonse", "PLACE": "Mazamet (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
24968	albert-joseph-1920-11-21	{"g55": "10-5"}	{"g55": "10-5"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Albert", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1920-11-21 21:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lacrouzette", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Albert", "nobility": ""}, "birth": {"date": "1920-11-21 21:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Lacrouzette"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-5"}}, "raw": {"DAY": "21-11-1920", "HOUR": "21 h.", "NAME": "ALBERT Joseph", "PLACE": "Lacrouzette (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
24969	albouy-antoine-1881-02-05	{"g55": "10-6"}	{"g55": "10-6"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Albouy", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1881-02-05 19:30", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lavaur", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Albouy", "nobility": ""}, "birth": {"date": "1881-02-05 19:30", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Lavaur"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-6"}}, "raw": {"DAY": "5-2-1881", "HOUR": "19 h. 30", "NAME": "ALBOUY Antoine", "PLACE": "Lavaur (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1177	verschueren-denis-1897-02-10	{"a1": "1178", "3a_sports": "4222"}	{"ertel": "ES-4222", "lerrcp": "A1-1178"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Denis", "family": "Verschueren", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1897-02-10 23:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "BERLAAR", "geoid": 0}, "notime": null, "date-ut": "1897-02-10 23:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Denis", "family": "Verschueren"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "BERLAAR", "geoid": 0}, "date-ut": "1897-02-10 23:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1178"}, "ids-in-sources": {"a1": "1178"}}, "raw": {"H": "23", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "10", "LAT": "51N14", "LON": "4E30", "MON": "2", "NUM": "1178", "PRO": "C", "SEC": "0", "YEA": "1897", "CITY": "BERLAAR"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1897-02-10 23:00"}, "partial-ids": {"ertel": "ES-4222"}}, "raw": {"L": "", "MF": "", "NR": "4222", "ENG": "", "MA_": "1", "G_NR": "1178", "MA12": "5", "MARS": "14", "NAME": "Verschueren", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "51,900", "STUND": "23,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "10.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Denis", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.02.1897", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1179	vervaecke-julien-1899-11-03	{"a1": "1180", "3a_sports": "4225"}	{"ertel": "ES-4225", "lerrcp": "A1-1180"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julien", "family": "Vervaecke", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1899-11-03 10:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "DADIZELE", "geoid": 0}, "notime": null, "date-ut": "1899-11-03 10:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Julien", "family": "Vervaecke"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "DADIZELE", "geoid": 0}, "date-ut": "1899-11-03 10:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1180"}, "ids-in-sources": {"a1": "1180"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "3", "LAT": "51N13", "LON": "3E15", "MON": "11", "NUM": "1180", "PRO": "C", "SEC": "0", "YEA": "1899", "CITY": "DADIZELE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1899-11-03 10:00"}, "partial-ids": {"ertel": "ES-4225"}}, "raw": {"L": "", "MF": "", "NR": "4225", "ENG": "1", "MA_": "2", "G_NR": "1180", "MA12": "1", "MARS": "3", "NAME": "Vervaecke", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,000", "CSINR": "", "KURTZ": "", "PHAS_": "0,300", "STUND": "10,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "03.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Julien", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.11.1899", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24970	alibert-justin-1874-01-31	{"g55": "10-7"}	{"g55": "10-7"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Justin", "family": "Alibert", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1874-01-31 02:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Notre-Dame de Tournadoux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Justin", "family": "Alibert", "nobility": ""}, "birth": {"date": "1874-01-31 02:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Notre-Dame de Tournadoux"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-7"}}, "raw": {"DAY": "31-1-1874", "HOUR": "2 h.", "NAME": "ALIBERT Justin", "PLACE": "Notre-Dame de Tournadoux (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1182	vlayen-andre-1931-03-17	{"a1": "1183", "3a_sports": "4271"}	{"ertel": "ES-4271", "lerrcp": "A1-1183"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Vlayen", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-03-17 16:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "HERSELT", "geoid": 0}, "notime": null, "date-ut": "1931-03-17 16:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "André", "family": "Vlayen"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "HERSELT", "geoid": 0}, "date-ut": "1931-03-17 16:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1183"}, "ids-in-sources": {"a1": "1183"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "17", "LAT": "51N14", "LON": "4E30", "MON": "3", "NUM": "1183", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "HERSELT"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-03-17 16:00"}, "partial-ids": {"ertel": "ES-4271"}}, "raw": {"L": "", "MF": "", "NR": "4271", "ENG": "", "MA_": "1", "G_NR": "1183", "MA12": "2", "MARS": "5", "NAME": "Vlayen", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,800", "CSINR": "", "KURTZ": "", "PHAS_": "4,900", "STUND": "16,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "17.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.03.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1183	vliegen-jean-1929-03-05	{"a1": "1184", "3a_sports": "4272"}	{"ertel": "ES-4272", "lerrcp": "A1-1184"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Vliegen", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-03-05 13:00", "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "GENOESELDEREN", "geoid": 0}, "notime": null, "date-ut": "1929-03-05 13:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Vliegen"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "GENOESELDEREN", "geoid": 0}, "date-ut": "1929-03-05 13:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1184"}, "ids-in-sources": {"a1": "1184"}}, "raw": {"H": "13", "MN": "0", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "5", "LAT": "50N47", "LON": "5E30", "MON": "3", "NUM": "1184", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "GENOESELDEREN"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-03-05 13:00"}, "partial-ids": {"ertel": "ES-4272"}}, "raw": {"L": "", "MF": "", "NR": "4272", "ENG": "1", "MA_": "2", "G_NR": "1184", "MA12": "1", "MARS": "3", "NAME": "Vliegen", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,200", "CSINR": "", "KURTZ": "", "PHAS_": "35,900", "STUND": "13,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "05.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.03.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1185	wartel-victor-1931-08-18	{"a1": "1186", "3a_sports": "4307"}	{"ertel": "ES-4307", "lerrcp": "A1-1186"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Wartel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-08-18 12:00", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ZELLIK", "geoid": 0}, "notime": null, "date-ut": "1931-08-18 11:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Wartel"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ZELLIK", "geoid": 0}, "date-ut": "1931-08-18 11:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1186"}, "ids-in-sources": {"a1": "1186"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "18", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "1186", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "ZELLIK"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-08-18 12:00"}, "partial-ids": {"ertel": "ES-4307"}}, "raw": {"L": "", "MF": "", "NR": "4307", "ENG": "", "MA_": "1", "G_NR": "1186", "MA12": "2", "MARS": "4", "NAME": "Wartel", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,200", "CSINR": "", "KURTZ": "", "PHAS_": "23,200", "STUND": "12,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "18.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Victor", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.08.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24971	alibert-louis-1909-08-25	{"g55": "10-8"}	{"g55": "10-8"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Alibert", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1909-08-25 01:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Villefranche", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Alibert", "nobility": ""}, "birth": {"date": "1909-08-25 01:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Villefranche"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-8"}}, "raw": {"DAY": "25-8-1909", "HOUR": "1 h.", "NAME": "ALIBERT Louis", "PLACE": "Villefranche (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
24972	alies-jules-1878-06-23	{"g55": "10-9"}	{"g55": "10-9"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Alies", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1878-06-23 12:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Arthés", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Alies", "nobility": ""}, "birth": {"date": "1878-06-23 12:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Arthés"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-9"}}, "raw": {"DAY": "23-6-1878", "HOUR": "12 h.", "NAME": "ALIES Jules", "PLACE": "Arthés (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1190	boeyen-gerrit-1917-10-17	{"a1": "1191", "3a_sports": "499"}	{"ertel": "ES-499", "lerrcp": "A1-1191"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gerrit", "family": "Boeyen", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1917-10-17 20:30", "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "OSS", "geoid": 0}, "notime": null, "date-ut": "1917-10-17 20:10:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Gerrit", "family": "Boeyen"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "OSS", "geoid": 0}, "date-ut": "1917-10-17 20:10:28"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1191"}, "ids-in-sources": {"a1": "1191"}}, "raw": {"H": "20", "MN": "10", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "17", "LAT": "51N42", "LON": "5E19", "MON": "10", "NUM": "1191", "PRO": "C", "SEC": "28", "YEA": "1917", "CITY": "OSS"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1917-10-17 20:30"}, "partial-ids": {"ertel": "ES-499"}}, "raw": {"L": "", "MF": "", "NR": "499", "ENG": "", "MA_": "1", "G_NR": "1191", "MA12": "10", "MARS": "29", "NAME": "Boeyen", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,700", "CSINR": "", "KURTZ": "", "PHAS_": "0,900", "STUND": "20,50", "CFEPNR": "", "EXTEND": "", "NATION": "NET", "TAGMON": "17.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gerrit", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.10.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:56+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1186	wauters-jef-1906-02-19	{"a1": "1187", "3a_sports": "4310"}	{"ertel": "ES-4310", "lerrcp": "A1-1187"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jef", "family": "Wauters", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1906-02-19 05:00", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "HUYZINGEN", "geoid": 0}, "notime": null, "date-ut": "1906-02-19 05:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Jef", "family": "Wauters"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "HUYZINGEN", "geoid": 0}, "date-ut": "1906-02-19 05:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1187"}, "ids-in-sources": {"a1": "1187"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "19", "LAT": "50N51", "LON": "4E15", "MON": "2", "NUM": "1187", "PRO": "C", "SEC": "0", "YEA": "1906", "CITY": "HUYZINGEN"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1906-02-19 05:00"}, "partial-ids": {"ertel": "ES-4310"}}, "raw": {"L": "", "MF": "", "NR": "4310", "ENG": "", "MA_": "1", "G_NR": "1187", "MA12": "11", "MARS": "31", "NAME": "Wauters", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,700", "CSINR": "", "KURTZ": "", "PHAS_": "20,300", "STUND": "5,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "19.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jef", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.02.1906", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1188	zagers-jean-1931-03-20	{"a1": "1189", "3a_sports": "4351"}	{"ertel": "ES-4351", "lerrcp": "A1-1189"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Zagers", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-03-20 14:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MEER", "geoid": 0}, "notime": null, "date-ut": "1931-03-20 14:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Zagers"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MEER", "geoid": 0}, "date-ut": "1931-03-20 14:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1189"}, "ids-in-sources": {"a1": "1189"}}, "raw": {"H": "14", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "20", "LAT": "51N14", "LON": "4E30", "MON": "3", "NUM": "1189", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "MEER"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-03-20 14:00"}, "partial-ids": {"ertel": "ES-4351"}}, "raw": {"L": "", "MF": "", "NR": "4351", "ENG": "1", "MA_": "2", "G_NR": "1189", "MA12": "1", "MARS": "3", "NAME": "Zagers", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,300", "CSINR": "", "KURTZ": "", "PHAS_": "0,400", "STUND": "14,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "20.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.03.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24973	amalvy-marie-1881-02-07	{"g55": "10-10"}	{"g55": "10-10"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Amalvy", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1881-02-07 11:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Aussillon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Amalvy", "nobility": ""}, "birth": {"date": "1881-02-07 11:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Aussillon"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-10"}}, "raw": {"DAY": "7-2-1881", "HOUR": "11 h.", "NAME": "AMALVY Marie", "PLACE": "Aussillon (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
24974	amen-denis-1919-04-21	{"g55": "10-11"}	{"g55": "10-11"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Denis", "family": "Amen", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1919-04-21 03:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Le Rialet", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Denis", "family": "Amen", "nobility": ""}, "birth": {"date": "1919-04-21 03:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Le Rialet"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-11"}}, "raw": {"DAY": "21-4-1919", "HOUR": "3 h.", "NAME": "AMEN Denis", "PLACE": "Le Rialet (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
24975	amen-paul-1883-07-06	{"g55": "10-12"}	{"g55": "10-12"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Amen", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1883-07-06 11:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Albi", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Amen", "nobility": ""}, "birth": {"date": "1883-07-06 11:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Albi"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-12"}}, "raw": {"DAY": "6-7-1883", "HOUR": "11 h.", "NAME": "AMEN Paul", "PLACE": "Albi (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1192	damen-petrus-1934-07-20	{"a1": "1193", "3a_sports": "1203"}	{"ertel": "ES-1203", "lerrcp": "A1-1193"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Petrus", "family": "Damen", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-07-20 10:00", "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "LIESHOUT", "geoid": 0}, "notime": null, "date-ut": "1934-07-20 08:40:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Petrus", "family": "Damen"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "LIESHOUT", "geoid": 0}, "date-ut": "1934-07-20 08:40:28"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1193"}, "ids-in-sources": {"a1": "1193"}}, "raw": {"H": "8", "MN": "40", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "20", "LAT": "51N42", "LON": "5E19", "MON": "7", "NUM": "1193", "PRO": "C", "SEC": "28", "YEA": "1934", "CITY": "LIESHOUT"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1934-07-20 10:00"}, "partial-ids": {"ertel": "ES-1203"}}, "raw": {"L": "", "MF": "", "NR": "1203", "ENG": "", "MA_": "0", "G_NR": "1193", "MA12": "3", "MARS": "8", "NAME": "Damen", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,400", "CSINR": "", "KURTZ": "", "PHAS_": "52,400", "STUND": "10,00", "CFEPNR": "", "EXTEND": "", "NATION": "NET", "TAGMON": "20.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Petrus", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.07.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:05+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1195	eden-jacobus-1873-10-19	{"a1": "1196", "3a_sports": "1527"}	{"ertel": "ES-1527", "lerrcp": "A1-1196"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacobus", "family": "Eden", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1873-10-19 10:00", "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "notime": null, "date-ut": "1873-10-19 09:33:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Jacobus", "family": "Eden"}, "birth": {"place": {"c2": "GR", "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "date-ut": "1873-10-19 09:33:44"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1196"}, "ids-in-sources": {"a1": "1196"}}, "raw": {"H": "9", "MN": "33", "TZ": "0", "COD": "GR", "COU": "N", "DAY": "19", "LAT": "53N13", "LON": "6E34", "MON": "10", "NUM": "1196", "PRO": "C", "SEC": "44", "YEA": "1873", "CITY": "GRONINGEN"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1873-10-19 10:00"}, "partial-ids": {"ertel": "ES-1527"}}, "raw": {"L": "", "MF": "", "NR": "1527", "ENG": "", "MA_": "0", "G_NR": "1196", "MA12": "12", "MARS": "34", "NAME": "Eden", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,100", "CSINR": "", "KURTZ": "", "PHAS_": "5,600", "STUND": "10,00", "CFEPNR": "", "EXTEND": "", "NATION": "NET", "TAGMON": "19.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jacobus", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.10.1873", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24976	amiel-henri-1913-04-04	{"g55": "10-13"}	{"g55": "10-13"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Amiel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1913-04-04 15:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Villefranche d’Albigeois", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Amiel", "nobility": ""}, "birth": {"date": "1913-04-04 15:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Villefranche d’Albigeois"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-13"}}, "raw": {"DAY": "4-4-1913", "HOUR": "15 h.", "NAME": "AMIEL Henri", "PLACE": "Villefranche d’Albigeois (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1197	kersten-johan-1934-11-10	{"a1": "1198", "3a_sports": "2258"}	{"ertel": "ES-2258", "lerrcp": "A1-1198"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johan", "family": "Kersten", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-11-10 23:30", "note": null, "place": {"c1": null, "c2": "L", "c3": null, "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "SIEBENGEWALD PA", "geoid": 0}, "notime": null, "date-ut": "1934-11-10 23:10:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Johan", "family": "Kersten"}, "birth": {"place": {"c2": "L", "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "SIEBENGEWALD PA", "geoid": 0}, "date-ut": "1934-11-10 23:10:28"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1198"}, "ids-in-sources": {"a1": "1198"}}, "raw": {"H": "23", "MN": "10", "TZ": "0", "COD": "L", "COU": "N", "DAY": "10", "LAT": "50N51", "LON": "5E40", "MON": "11", "NUM": "1198", "PRO": "C", "SEC": "28", "YEA": "1934", "CITY": "SIEBENGEWALD PA"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1934-11-10 23:30"}, "partial-ids": {"ertel": "ES-2258"}}, "raw": {"L": "", "MF": "", "NR": "2258", "ENG": "", "MA_": "0", "G_NR": "1198", "MA12": "12", "MARS": "34", "NAME": "Kersten", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,600", "CSINR": "", "KURTZ": "", "PHAS_": "9,700", "STUND": "23,50", "CFEPNR": "", "EXTEND": "", "NATION": "NET", "TAGMON": "10.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "J.", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.11.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1198	koch-norbert-1932-03-22	{"a1": "1199", "3a_sports": "2278"}	{"ertel": "ES-2278", "lerrcp": "A1-1199"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Norbert", "family": "Koch", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-03-22 09:30", "note": null, "place": {"c1": null, "c2": "UT", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "notime": null, "date-ut": "1932-03-22 09:10:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Norbert", "family": "Koch"}, "birth": {"place": {"c2": "UT", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "date-ut": "1932-03-22 09:10:28"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1199"}, "ids-in-sources": {"a1": "1199"}}, "raw": {"H": "9", "MN": "10", "TZ": "0", "COD": "UT", "COU": "N", "DAY": "22", "LAT": "52N 6", "LON": "5E 8", "MON": "3", "NUM": "1199", "PRO": "C", "SEC": "28", "YEA": "1932", "CITY": "UTRECHT"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-03-22 09:30"}, "partial-ids": {"ertel": "ES-2278"}}, "raw": {"L": "", "MF": "", "NR": "2278", "ENG": "", "MA_": "0", "G_NR": "1199", "MA12": "3", "MARS": "7", "NAME": "Koch", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,000", "CSINR": "", "KURTZ": "", "PHAS_": "99,600", "STUND": "9,50", "CFEPNR": "", "EXTEND": "", "NATION": "NET", "TAGMON": "22.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Norbert", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.03.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1200	meijers-henri-1879-12-02	{"a1": "1201", "3a_sports": "2802"}	{"ertel": "ES-2802", "lerrcp": "A1-1201"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Meijers", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1879-12-02 10:30", "note": null, "place": {"c1": null, "c2": "L", "c3": null, "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "MAASTRICHT", "geoid": 0}, "notime": null, "date-ut": "1879-12-02 10:07:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Meijers"}, "birth": {"place": {"c2": "L", "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "MAASTRICHT", "geoid": 0}, "date-ut": "1879-12-02 10:07:20"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1201"}, "ids-in-sources": {"a1": "1201"}}, "raw": {"H": "10", "MN": "7", "TZ": "0", "COD": "L", "COU": "N", "DAY": "2", "LAT": "50N51", "LON": "5E40", "MON": "12", "NUM": "1201", "PRO": "C", "SEC": "20", "YEA": "1879", "CITY": "MAASTRICHT"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1879-12-02 10:30"}, "partial-ids": {"ertel": "ES-2802"}}, "raw": {"L": "", "MF": "", "NR": "2802", "ENG": "", "MA_": "1", "G_NR": "1201", "MA12": "10", "MARS": "28", "NAME": "Meijers", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,600", "CSINR": "", "KURTZ": "", "PHAS_": "91,400", "STUND": "10,50", "CFEPNR": "", "EXTEND": "", "NATION": "NET", "TAGMON": "02.12.", "ZITATE": "G", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "02.12.1879", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24977	andrieu-albert-1870-03-24	{"g55": "10-14"}	{"g55": "10-14"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Andrieu", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1870-03-24 01:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Castres", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Andrieu", "nobility": ""}, "birth": {"date": "1870-03-24 01:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Castres"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-14"}}, "raw": {"DAY": "24-3-1870", "HOUR": "1 h.", "NAME": "ANDRIEU Albert", "PLACE": "Castres (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
24978	anglade-gerard-1920-05-21	{"g55": "10-15"}	{"g55": "10-15"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Anglade", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1920-05-21 15:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Villereglan", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Gérard", "family": "Anglade", "nobility": ""}, "birth": {"date": "1920-05-21 15:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Villereglan"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-15"}}, "raw": {"DAY": "21-5-1920", "HOUR": "15 h.", "NAME": "ANGLADE Gérard", "PLACE": "Villereglan (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
24979	angles-pierre-1874-02-26	{"g55": "10-16"}	{"g55": "10-16"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Angles", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1874-02-26 10:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Grégoire", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Angles", "nobility": ""}, "birth": {"date": "1874-02-26 10:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Saint-Grégoire"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-16"}}, "raw": {"DAY": "26-2-1874", "HOUR": "10 h.", "NAME": "ANGLES Pierre", "PLACE": "Saint-Grégoire (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1202	moeskops-peter-1893-11-14	{"a1": "1203", "3a_sports": "2891"}	{"ertel": "ES-2891", "lerrcp": "A1-1203"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Peter", "family": "Moeskops", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1893-11-14 05:00", "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "LOOSDUINEN", "geoid": 0}, "notime": null, "date-ut": "1893-11-14 04:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Peter", "family": "Moeskops"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "LOOSDUINEN", "geoid": 0}, "date-ut": "1893-11-14 04:42:08"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1203"}, "ids-in-sources": {"a1": "1203"}}, "raw": {"H": "4", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "14", "LAT": "52N 5", "LON": "4E28", "MON": "11", "NUM": "1203", "PRO": "C", "SEC": "8", "YEA": "1893", "CITY": "LOOSDUINEN"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1893-11-14 05:00"}, "partial-ids": {"ertel": "ES-2891"}}, "raw": {"L": "", "MF": "", "NR": "2891", "ENG": "0", "MA_": "2", "G_NR": "1203", "MA12": "12", "MARS": "36", "NAME": "Moeskops", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,700", "CSINR": "", "KURTZ": "", "PHAS_": "24,900", "STUND": "5,00", "CFEPNR": "", "EXTEND": "1", "NATION": "NET", "TAGMON": "14.11.", "ZITATE": "DHO", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Peter", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "14.11.1893", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1204	peters-gerrit-1920-07-31	{"a1": "1205", "3a_sports": "3244"}	{"ertel": "ES-3244", "lerrcp": "A1-1205"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gerrit", "family": "Peters", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-07-31 11:00", "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "notime": null, "date-ut": "1920-07-31 09:40:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Gerrit", "family": "Peters"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "date-ut": "1920-07-31 09:40:28"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1205"}, "ids-in-sources": {"a1": "1205"}}, "raw": {"H": "9", "MN": "40", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "31", "LAT": "52N22", "LON": "4E38", "MON": "7", "NUM": "1205", "PRO": "C", "SEC": "28", "YEA": "1920", "CITY": "HAARLEM"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-07-31 11:00"}, "partial-ids": {"ertel": "ES-3244"}}, "raw": {"L": "", "MF": "", "NR": "3244", "ENG": "", "MA_": "0", "G_NR": "1205", "MA12": "11", "MARS": "32", "NAME": "Peters", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,900", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "11,00", "CFEPNR": "", "EXTEND": "", "NATION": "NET", "TAGMON": "31.07.", "ZITATE": "DHFO", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gerrit", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "31.07.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24980	arberet-joseph-1897-01-26	{"g55": "10-17"}	{"g55": "10-17"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Arberet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1897-01-26 15:00", "note": null, "place": {"c1": "", "c2": "65", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Juillan", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Arberet", "nobility": ""}, "birth": {"date": "1897-01-26 15:00", "place": {"c1": "", "c2": "65", "c3": "", "cy": "FR", "name": "Juillan"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-17"}}, "raw": {"DAY": "26-1-1897", "HOUR": "15 h.", "NAME": "ARBERET Joseph", "PLACE": "Juillan (Hautes-Pyrénées)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
24981	aribaud-aime-1881-06-04	{"g55": "10-18"}	{"g55": "10-18"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aimé", "family": "Aribaud", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1881-06-04 05:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Aiguefonde", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Aimé", "family": "Aribaud", "nobility": ""}, "birth": {"date": "1881-06-04 05:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Aiguefonde"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-18"}}, "raw": {"DAY": "4-6-1881", "HOUR": "5 h.", "NAME": "ARIBAUD Aimé", "PLACE": "Aiguefonde (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
24982	aribaud-emilien-1901-05-11	{"g55": "10-19"}	{"g55": "10-19"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emilien", "family": "Aribaud", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1901-05-11 02:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Aiguefonde", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Emilien", "family": "Aribaud", "nobility": ""}, "birth": {"date": "1901-05-11 02:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Aiguefonde"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-19"}}, "raw": {"DAY": "11-5-1901", "HOUR": "2 h.", "NAME": "ARIBAUD Emilien", "PLACE": "Aiguefonde (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1207	schilling-guus-1876-02-08	{"a1": "1208", "3a_sports": "3729"}	{"ertel": "ES-3729", "lerrcp": "A1-1208"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guus", "family": "Schilling", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1876-02-08 18:00", "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A'DAM", "geoid": 0}, "notime": null, "date-ut": "1876-02-08 17:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Guus", "family": "Schilling"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A'DAM", "geoid": 0}, "date-ut": "1876-02-08 17:41:28"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1208"}, "ids-in-sources": {"a1": "1208"}}, "raw": {"H": "17", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "8", "LAT": "52N22", "LON": "4E38", "MON": "2", "NUM": "1208", "PRO": "C", "SEC": "28", "YEA": "1876", "CITY": "A'DAM"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1876-02-08 18:00"}, "partial-ids": {"ertel": "ES-3729"}}, "raw": {"L": "", "MF": "", "NR": "3729", "ENG": "", "MA_": "1", "G_NR": "1208", "MA12": "5", "MARS": "13", "NAME": "Schilling", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,100", "CSINR": "", "KURTZ": "", "PHAS_": "95,700", "STUND": "18,00", "CFEPNR": "", "EXTEND": "", "NATION": "NET", "TAGMON": "08.02.", "ZITATE": "G", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Guus", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "08.02.1876", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1209	slaats-laurentius-1912-06-11	{"a1": "1210", "3a_sports": "3839"}	{"ertel": "ES-3839", "lerrcp": "A1-1210"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Laurentius", "family": "Slaats", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1912-06-11 07:00", "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "WAALWIJK", "geoid": 0}, "notime": null, "date-ut": "1912-06-11 06:40:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Laurentius", "family": "Slaats"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "WAALWIJK", "geoid": 0}, "date-ut": "1912-06-11 06:40:28"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1210"}, "ids-in-sources": {"a1": "1210"}}, "raw": {"H": "6", "MN": "40", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "11", "LAT": "51N42", "LON": "5E19", "MON": "6", "NUM": "1210", "PRO": "C", "SEC": "28", "YEA": "1912", "CITY": "WAALWIJK"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1912-06-11 07:00"}, "partial-ids": {"ertel": "ES-3839"}}, "raw": {"L": "", "MF": "", "NR": "3839", "ENG": "", "MA_": "1", "G_NR": "1210", "MA12": "12", "MARS": "35", "NAME": "Slaats", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,300", "CSINR": "", "KURTZ": "", "PHAS_": "22,300", "STUND": "7,00", "CFEPNR": "", "EXTEND": "", "NATION": "NET", "TAGMON": "11.06.", "ZITATE": "G", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Laurentius", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "11.06.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24983	armengaud-auguste-1871-08-13	{"g55": "10-20"}	{"g55": "10-20"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Armengaud", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1871-08-13 15:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Benoît de Carmaux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Armengaud", "nobility": ""}, "birth": {"date": "1871-08-13 15:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Saint-Benoît de Carmaux"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-20"}}, "raw": {"DAY": "13-8-1871", "HOUR": "15 h.", "NAME": "ARMENGAUD Auguste", "PLACE": "Saint-Benoît de Carmaux (T.)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
24984	assie-emile-1912-03-30	{"g55": "10-21"}	{"g55": "10-21"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Assie", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1912-03-30 18:00", "note": null, "place": {"c1": "", "c2": "34", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Béziers", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Assie", "nobility": ""}, "birth": {"date": "1912-03-30 18:00", "place": {"c1": "", "c2": "34", "c3": "", "cy": "FR", "name": "Béziers"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-21"}}, "raw": {"DAY": "30-3-1912", "HOUR": "18 h.", "NAME": "ASSIE Emile", "PLACE": "Béziers (Hérault)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
24985	assie-fernand-1911-11-25	{"g55": "10-22"}	{"g55": "10-22"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Assie", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1911-11-25 15:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Frejairrolles", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Assie", "nobility": ""}, "birth": {"date": "1911-11-25 15:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Frejairrolles"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-22"}}, "raw": {"DAY": "25-11-1911", "HOUR": "15 h.", "NAME": "ASSIE Fernand", "PLACE": "Frejairrolles (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1213	van-est-wim-1923-03-25	{"a1": "1214", "3a_sports": "4127"}	{"ertel": "ES-4127", "lerrcp": "A1-1214"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wim", "family": "Van Est", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1923-03-25 15:30", "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "FIJNAART", "geoid": 0}, "notime": null, "date-ut": "1923-03-25 15:10:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Wim", "family": "Van Est"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "FIJNAART", "geoid": 0}, "date-ut": "1923-03-25 15:10:28"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1214"}, "ids-in-sources": {"a1": "1214"}}, "raw": {"H": "15", "MN": "10", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "25", "LAT": "51N42", "LON": "5E19", "MON": "3", "NUM": "1214", "PRO": "C", "SEC": "28", "YEA": "1923", "CITY": "FIJNAART"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1923-03-25 15:30"}, "partial-ids": {"ertel": "ES-4127"}}, "raw": {"L": "", "MF": "", "NR": "4127", "ENG": "1", "MA_": "2", "G_NR": "1214", "MA12": "4", "MARS": "11", "NAME": "VanEst", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,600", "CSINR": "", "KURTZ": "", "PHAS_": "43,100", "STUND": "15,50", "CFEPNR": "", "EXTEND": "1", "NATION": "NET", "TAGMON": "25.03.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Wim", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "25.03.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1215	van-nek-klaas-1899-03-01	{"a1": "1216", "3a_sports": "4140"}	{"ertel": "ES-4140", "lerrcp": "A1-1216"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Klaas", "family": "Van Nek", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1899-03-01 16:00", "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1899-03-01 15:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Klaas", "family": "Van Nek"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1899-03-01 15:41:28"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1216"}, "ids-in-sources": {"a1": "1216"}}, "raw": {"H": "15", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "1", "LAT": "52N22", "LON": "4E38", "MON": "3", "NUM": "1216", "PRO": "C", "SEC": "28", "YEA": "1899", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1899-03-01 16:00"}, "partial-ids": {"ertel": "ES-4140"}}, "raw": {"L": "", "MF": "", "NR": "4140", "ENG": "", "MA_": "1", "G_NR": "1216", "MA12": "2", "MARS": "4", "NAME": "VanNek", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,500", "CSINR": "", "KURTZ": "", "PHAS_": "88,800", "STUND": "16,00", "CFEPNR": "", "EXTEND": "", "NATION": "NET", "TAGMON": "01.03.", "ZITATE": "G", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Klaas", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "01.03.1899", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24986	assie-jean-1908-05-17	{"g55": "10-23"}	{"g55": "10-23"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Assie", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1908-05-17 02:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Mazamet", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Assie", "nobility": ""}, "birth": {"date": "1908-05-17 02:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Mazamet"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-23"}}, "raw": {"DAY": "17-5-1908", "HOUR": "2 h.", "NAME": "ASSIE Jean", "PLACE": "Mazamet (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
24987	assie-leon-1873-02-04	{"g55": "10-24"}	{"g55": "10-24"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Assie", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1873-02-04 19:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Bellegarde", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Assie", "nobility": ""}, "birth": {"date": "1873-02-04 19:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Bellegarde"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-24"}}, "raw": {"DAY": "4-2-1873", "HOUR": "19 h.", "NAME": "ASSIE Léon", "PLACE": "Bellegarde (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
24988	assie-marcellin-1913-10-10	{"g55": "10-25"}	{"g55": "10-25"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcellin", "family": "Assie", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1913-10-10 05:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Moularés", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Marcellin", "family": "Assie", "nobility": ""}, "birth": {"date": "1913-10-10 05:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Moularés"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-25"}}, "raw": {"DAY": "10-10-1913", "HOUR": "5 h.", "NAME": "ASSIE Marcellin", "PLACE": "Moularés (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1217	voorting-a-1932-02-15	{"a1": "1218", "3a_sports": "4280"}	{"ertel": "ES-4280", "lerrcp": "A1-1218"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "A", "family": "Voorting", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-02-15 16:00", "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "VELSEN", "geoid": 0}, "notime": null, "date-ut": "1932-02-15 15:40:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "A", "family": "Voorting"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "VELSEN", "geoid": 0}, "date-ut": "1932-02-15 15:40:28"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1218"}, "ids-in-sources": {"a1": "1218"}}, "raw": {"H": "15", "MN": "40", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "15", "LAT": "52N22", "LON": "4E38", "MON": "2", "NUM": "1218", "PRO": "C", "SEC": "28", "YEA": "1932", "CITY": "VELSEN"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-02-15 16:00"}, "partial-ids": {"ertel": "ES-4280"}}, "raw": {"L": "", "MF": "", "NR": "4280", "ENG": "1", "MA_": "2", "G_NR": "1218", "MA12": "1", "MARS": "2", "NAME": "Voorting", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,500", "CSINR": "", "KURTZ": "", "PHAS_": "52,400", "STUND": "16,00", "CFEPNR": "", "EXTEND": "1", "NATION": "NET", "TAGMON": "15.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "A.", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.02.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1219	vreeswijk-wilhelmus-1930-11-12	{"a1": "1220", "3a_sports": "4285"}	{"ertel": "ES-4285", "lerrcp": "A1-1220"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelmus", "family": "Vreeswijk", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-11-12 09:00", "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ALPHEN A/D RIJN", "geoid": 0}, "notime": null, "date-ut": "1930-11-12 08:40:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Wilhelmus", "family": "Vreeswijk"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ALPHEN A/D RIJN", "geoid": 0}, "date-ut": "1930-11-12 08:40:28"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1220"}, "ids-in-sources": {"a1": "1220"}}, "raw": {"H": "8", "MN": "40", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "12", "LAT": "52N 5", "LON": "4E28", "MON": "11", "NUM": "1220", "PRO": "C", "SEC": "28", "YEA": "1930", "CITY": "ALPHEN A/D RIJN"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-11-12 09:00"}, "partial-ids": {"ertel": "ES-4285"}}, "raw": {"L": "", "MF": "", "NR": "4285", "ENG": "", "MA_": "1", "G_NR": "1220", "MA12": "5", "MARS": "14", "NAME": "Vreeswijk", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,10", "CSINR": "", "KURTZ": "", "PHAS_": "67,100", "STUND": "9,00", "CFEPNR": "", "EXTEND": "", "NATION": "NET", "TAGMON": "12.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Wilhelmus", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.11.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24989	assie-pierre-1912-03-06	{"g55": "10-26"}	{"g55": "10-26"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Assie", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1912-03-06 03:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Mazamet", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Assie", "nobility": ""}, "birth": {"date": "1912-03-06 03:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Mazamet"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-26"}}, "raw": {"DAY": "6-3-1912", "HOUR": "3 h.", "NAME": "ASSIE Pierre", "PLACE": "Mazamet (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1222	lohmann-walter-1911-07-29	{"a1": "1223", "3a_sports": "2505"}	{"ertel": "ES-2505", "lerrcp": "A1-1223"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Lohmann", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1911-07-29 06:30", "note": null, "place": {"c1": null, "c2": "NORD", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BOCHUM", "geoid": 0}, "notime": null, "date-ut": "1911-07-29 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Lohmann"}, "birth": {"place": {"c2": "NORD", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BOCHUM", "geoid": 0}, "date-ut": "1911-07-29 05:30"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1223"}, "ids-in-sources": {"a1": "1223"}}, "raw": {"H": "6", "MN": "30", "TZ": "-1", "COD": "NORD", "COU": "G", "DAY": "29", "LAT": "51N30", "LON": "7E30", "MON": "7", "NUM": "1223", "PRO": "C", "SEC": "0", "YEA": "1911", "CITY": "BOCHUM"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1911-07-29 06:30"}, "partial-ids": {"ertel": "ES-2505"}}, "raw": {"L": "", "MF": "", "NR": "2505", "ENG": "0", "MA_": "2", "G_NR": "1223", "MA12": "3", "MARS": "9", "NAME": "Lohmann", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,700", "CSINR": "", "KURTZ": "", "PHAS_": "13,300", "STUND": "6,50", "CFEPNR": "", "EXTEND": "1", "NATION": "GER", "TAGMON": "29.07.", "ZITATE": "GHS", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Walter", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "29.07.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1223	meyer-otto-1882-11-04	{"a1": "1224", "3a_sports": "2841"}	{"ertel": "ES-2841", "lerrcp": "A1-1224"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Meyer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1882-11-04 15:00", "note": null, "place": {"c1": null, "c2": "HOHE", "c3": null, "cy": "DE", "lg": 8.96667, "lat": 48.31667, "name": "LUDWIGSHAFEN", "geoid": 0}, "notime": null, "date-ut": "1882-11-04 14:24:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Meyer"}, "birth": {"place": {"c2": "HOHE", "cy": "DE", "lg": 8.96667, "lat": 48.31667, "name": "LUDWIGSHAFEN", "geoid": 0}, "date-ut": "1882-11-04 14:24:08"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1224"}, "ids-in-sources": {"a1": "1224"}}, "raw": {"H": "15", "MN": "24", "TZ": "-1", "COD": "HOHE", "COU": "G", "DAY": "4", "LAT": "48N19", "LON": "8E58", "MON": "11", "NUM": "1224", "PRO": "C", "SEC": "8", "YEA": "1882", "CITY": "LUDWIGSHAFEN"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1882-11-04 15:00"}, "partial-ids": {"ertel": "ES-2841"}}, "raw": {"L": "", "MF": "", "NR": "2841", "ENG": "", "MA_": "0", "G_NR": "1224", "MA12": "5", "MARS": "15", "NAME": "Meyer", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "38,600", "STUND": "15,00", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "04.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Otto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.11.1882", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1225	stein-louis-1864-05-13	{"a1": "1226", "3a_sports": "3898"}	{"ertel": "ES-3898", "lerrcp": "A1-1226"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Stein", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1864-05-13 14:00", "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT/MAIN", "geoid": 0}, "notime": null, "date-ut": "1864-05-13 13:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Stein"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT/MAIN", "geoid": 0}, "date-ut": "1864-05-13 13:23"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1226"}, "ids-in-sources": {"a1": "1226"}}, "raw": {"H": "14", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "13", "LAT": "50N30", "LON": "9E15", "MON": "5", "NUM": "1226", "PRO": "C", "SEC": "0", "YEA": "1864", "CITY": "FRANKFURT/MAIN"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1864-05-13 14:00"}, "partial-ids": {"ertel": "ES-3898"}}, "raw": {"L": "", "MF": "", "NR": "3898", "ENG": "", "MA_": "1", "G_NR": "1226", "MA12": "7", "MARS": "19", "NAME": "Stein", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,300", "CSINR": "", "KURTZ": "", "PHAS_": "42,900", "STUND": "14,00", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "13.05.", "ZITATE": "G", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Louis", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "13.05.1864", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24990	assie-yvon-1915-08-03	{"g55": "10-27"}	{"g55": "10-27"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yvon", "family": "Assie", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1915-08-03 22:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Frejairrolles", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Yvon", "family": "Assie", "nobility": ""}, "birth": {"date": "1915-08-03 22:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Frejairrolles"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-27"}}, "raw": {"DAY": "3-8-1915", "HOUR": "22 h.", "NAME": "ASSIE Yvon", "PLACE": "Frejairrolles (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
24991	assier-pierre-1902-01-22	{"g55": "10-28"}	{"g55": "10-28"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Assier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1902-01-22 03:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Villefranche", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Assier", "nobility": ""}, "birth": {"date": "1902-01-22 03:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Villefranche"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-28"}}, "raw": {"DAY": "22-1-1902", "HOUR": "3 h.", "NAME": "ASSIER Pierre", "PLACE": "Villefranche (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
24992	assemat-elie-1882-05-14	{"g55": "10-29"}	{"g55": "10-29"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elie", "family": "Assemat", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1882-05-14 01:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Labruguiére", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Elie", "family": "Assemat", "nobility": ""}, "birth": {"date": "1882-05-14 01:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Labruguiére"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-29"}}, "raw": {"DAY": "14-5-1882", "HOUR": "1 h.", "NAME": "ASSEMAT Elie", "PLACE": "Labruguiére (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1229	buhan-jean-1912-04-05	{"a1": "1230", "g55": "03-207", "3a_sports": "720", "cfepp-final3": "391"}	{"g55": "03-207", "cfepp": "CF-391", "cpara": "CP-89", "ertel": "ES-720", "lerrcp": "A1-1230"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Buhan", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1912-04-05 04:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1912-04-05 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Buhan"}, "birth": {"tzo": "+00:00", "date": "1912-04-05 04:00", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1912-04-05 04:00"}, "occus": ["fencer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1230"}, "ids-in-sources": {"a1": "1230"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "33", "COU": "F", "DAY": "5", "LAT": "44N50", "LON": "0W34", "MON": "4", "NUM": "1230", "PRO": "C", "SEC": "0", "YEA": "1912", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1912-04-05 04:00"}, "partial-ids": {"ertel": "ES-720"}}, "raw": {"L": "", "MF": "", "NR": "720", "ENG": "", "MA_": "0", "G_NR": "1230", "MA12": "9", "MARS": "25", "NAME": "Buhan", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,500", "CSINR": "", "KURTZ": "", "PHAS_": "89,500", "STUND": "4,00", "CFEPNR": "391", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.04.", "ZITATE": "DHK", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "89", "VORNAME": "Jean", "ZITRANG": "4", "GAUQ1955": "+", "GEBDATUM": "05.04.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FENC", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1912-04-05 04:00", "place": {"c3": ""}, "date-ut": "1912-04-05 04:00"}, "occus": ["fencer"], "ids-in-sources": {"cfepp-final3": "391"}}, "raw": {"S": "9", "LT": "04 00", "LV": "O", "TR": "f", "UT": "04 00", "LAT": "+44.84", "SRC": "ALG", "LONG": "+00.57", "NAME": "BUHAN Jehan", "SPORT": "Fencing", "LOC_DATE": "1912 04 05", "UNIV_DATE": "1912 04 05", "BIRTH_PLACE": "BORDEAUX", "POSTAL_CODE": "33077 CEDEX"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-207"}, "ids-in-source": {"g55": "03-207"}}, "raw": {"DAY": "5-4-1912", "HOUR": "4 h.", "NAME": "BUHAN Jean", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:48:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24993	at-justin-1874-11-22	{"g55": "10-30"}	{"g55": "10-30"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Justin", "family": "At", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1874-11-22 04:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Michel-Labadié", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Justin", "family": "At", "nobility": ""}, "birth": {"date": "1874-11-22 04:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Saint-Michel-Labadié"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-30"}}, "raw": {"DAY": "22-11-1874", "HOUR": "4 h.", "NAME": "AT Justin", "PLACE": "Saint-Michel-Labadié (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1227	bougnol-rene-1911-01-07	{"a1": "1228", "g55": "03-205", "3a_sports": "597", "cfepp-final3": "387"}	{"g55": "03-205", "cfepp": "CF-387", "cpara": "CP-70", "ertel": "ES-597", "lerrcp": "A1-1228"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Bougnol", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1911-01-07 16:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1911-01-07 15:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"name": {"given": "René", "family": "Bougnol"}, "birth": {"tzo": "+00:09:21", "date": "1911-01-07 16:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1911-01-07 15:50:40"}, "occus": ["fencer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1228"}, "ids-in-sources": {"a1": "1228"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "34", "COU": "F", "DAY": "7", "LAT": "43N37", "LON": "3E53", "MON": "1", "NUM": "1228", "PRO": "C", "SEC": "40", "YEA": "1911", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1911-01-07 16:00"}, "partial-ids": {"ertel": "ES-597"}}, "raw": {"L": "", "MF": "", "NR": "597", "ENG": "", "MA_": "1", "G_NR": "1228", "MA12": "7", "MARS": "21", "NAME": "Bougnol", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,900", "CSINR": "", "KURTZ": "", "PHAS_": "36,500", "STUND": "16,00", "CFEPNR": "387", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.01.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "70", "VORNAME": "René", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "07.01.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FENC", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1911-01-07 16:00", "place": {"c3": ""}, "date-ut": "1911-01-07 15:51"}, "occus": ["fencer"], "ids-in-sources": {"cfepp-final3": "387"}}, "raw": {"S": "7", "LT": "16 00", "LV": "I", "TR": "f", "UT": "15 51", "LAT": "+43.61", "SRC": "ALG", "LONG": "-03.88", "NAME": "BOUGNOL Rene", "SPORT": "Fencing", "LOC_DATE": "1911 01 07", "UNIV_DATE": "1911 01 07", "BIRTH_PLACE": "MONTPELLIER", "POSTAL_CODE": "34064 CEDEX"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-205"}, "ids-in-source": {"g55": "03-205"}}, "raw": {"DAY": "7-1-1911", "HOUR": "16 h.", "NAME": "BOUGNOL René", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:48:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24994	at-leon-1872-03-27	{"g55": "10-31"}	{"g55": "10-31"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "At", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1872-03-27 11:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Le Dourn", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Léon", "family": "At", "nobility": ""}, "birth": {"date": "1872-03-27 11:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Le Dourn"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-31"}}, "raw": {"DAY": "27-3-1872", "HOUR": "11 h.", "NAME": "AT Léon", "PLACE": "Le Dourn (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
24995	audourengq-jean-1878-09-28	{"g55": "10-32"}	{"g55": "10-32"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Audourengq", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1878-09-28 14:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Martin-de-Lespinasse", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Audourengq", "nobility": ""}, "birth": {"date": "1878-09-28 14:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Saint-Martin-de-Lespinasse"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-32"}}, "raw": {"DAY": "28-9-1878", "HOUR": "14 h.", "NAME": "AUDOURENGQ Jean", "PLACE": "Saint-Martin-de-Lespinasse (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
24996	auque-louis-1879-09-13	{"g55": "10-33"}	{"g55": "10-33"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Auque", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1879-09-13 01:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Villefranche", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Auque", "nobility": ""}, "birth": {"date": "1879-09-13 01:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Villefranche"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-33"}}, "raw": {"DAY": "13-9-1879", "HOUR": "1 h.", "NAME": "AUQUE Louis", "PLACE": "Villefranche (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
24997	aurel-marcelin-1879-09-15	{"g55": "10-34"}	{"g55": "10-34"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcelin", "family": "Aurel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1879-09-15 20:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Villeneuve-sur-Vére", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Marcelin", "family": "Aurel", "nobility": ""}, "birth": {"date": "1879-09-15 20:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Villeneuve-sur-Vére"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-34"}}, "raw": {"DAY": "15-9-1879", "HOUR": "20 h.", "NAME": "AUREL Marcelin", "PLACE": "Villeneuve-sur-Vére (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1232	devineux-raymond-1911-10-24	{"a1": "1233", "3a_sports": "1391", "cfepp-final3": "395"}	{"cfepp": "CF-395", "ertel": "ES-1391", "lerrcp": "A1-1233"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Devineux", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1911-10-24 03:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1911-10-24 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Devineux"}, "birth": {"tzo": "+00:00", "date": "1911-10-24 03:00", "place": {"c2": "29", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1911-10-24 03:00"}, "occus": ["fencer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1233"}, "ids-in-sources": {"a1": "1233"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "29", "COU": "F", "DAY": "24", "LAT": "48N 0", "LON": "4W 6", "MON": "10", "NUM": "1233", "PRO": "C", "SEC": "0", "YEA": "1911", "CITY": "BREST"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1911-10-24 03:00"}, "partial-ids": {"ertel": "ES-1391"}}, "raw": {"L": "", "MF": "", "NR": "1391", "ENG": "1", "MA_": "2", "G_NR": "1233", "MA12": "4", "MARS": "10", "NAME": "Devineux", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,700", "CSINR": "", "KURTZ": "", "PHAS_": "3,400", "STUND": "3,00", "CFEPNR": "395", "EXTEND": "1", "NATION": "FRA", "TAGMON": "24.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Raymond", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.10.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FENC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:09+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1911-10-24 03:00", "place": {"c3": ""}, "date-ut": "1911-10-24 03:00"}, "occus": ["fencer"], "ids-in-sources": {"cfepp-final3": "395"}}, "raw": {"S": "4", "LT": "03 00", "LV": "F", "TR": "f", "UT": "03 00", "LAT": "+48.39", "SRC": "A", "LONG": "+04.48", "NAME": "DEVINEUX Raymond", "SPORT": "Fencing", "LOC_DATE": "1911 10 24", "UNIV_DATE": "1911 10 24", "BIRTH_PLACE": "BREST", "POSTAL_CODE": "29279 CEDEX"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1234	gardere-edward-1909-02-25	{"a1": "1235", "g55": "03-210", "3a_sports": "1788", "cfepp-final3": "400"}	{"g55": "03-210", "cfepp": "CF-400", "cpara": "CP-196", "ertel": "ES-1788", "lerrcp": "A1-1235"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edward", "family": "Gardere", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1909-02-25 08:30", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 6.87787, "lat": 48.07346, "name": "Gérardmer", "geoid": 3016274}, "notime": null, "date-ut": "1909-02-25 08:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"name": {"given": "Edward", "family": "Gardere"}, "birth": {"place": {"c2": "88", "cy": "FR", "lg": 6.87787, "lat": 48.07346, "name": "Gérardmer", "geoid": 3016274}, "date-ut": "1909-02-25 08:20:40"}, "occus": ["fencer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1235"}, "ids-in-sources": {"a1": "1235"}}, "raw": {"H": "8", "MN": "20", "TZ": "0", "COD": "88", "COU": "F", "DAY": "25", "LAT": "48N10", "LON": "6E28", "MON": "2", "NUM": "1235", "PRO": "C", "SEC": "40", "YEA": "1909", "CITY": "GERARDMER"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1909-02-25 08:30"}, "partial-ids": {"ertel": "ES-1788"}}, "raw": {"L": "", "MF": "", "NR": "1788", "ENG": "1", "MA_": "2", "G_NR": "1235", "MA12": "4", "MARS": "12", "NAME": "Gardre", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,700", "CSINR": "", "KURTZ": "", "PHAS_": "27,700", "STUND": "8,50", "CFEPNR": "400", "EXTEND": "1", "NATION": "FRA", "TAGMON": "25.02.", "ZITATE": "KD", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "196", "VORNAME": "Edward", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "25.02.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FENC", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1909-02-25 08:30", "place": {"c3": ""}, "date-ut": "1909-02-25 08:21"}, "occus": ["fencer"], "ids-in-sources": {"cfepp-final3": "400"}}, "raw": {"S": "4", "LT": "08 30", "LV": "O", "TR": "f", "UT": "08 21", "LAT": "+48.07", "SRC": "ALG", "LONG": "-06.88", "NAME": "GARDERE Edward", "SPORT": "Fencing", "LOC_DATE": "1909 02 25", "UNIV_DATE": "1909 02 25", "BIRTH_PLACE": "GERARDMER", "POSTAL_CODE": "88400"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-210"}, "ids-in-source": {"g55": "03-210"}}, "raw": {"DAY": "25-2-1909", "HOUR": "8 h. 30", "NAME": "GARDERE Edmond", "PLACE": "Gérardmer (Vosges)."}, "date": "2023-08-20T14:48:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24998	auriol-gaston-1892-02-01	{"g55": "10-35"}	{"g55": "10-35"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Auriol", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1892-02-01 10:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Paul-Cap de Joux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Auriol", "nobility": ""}, "birth": {"date": "1892-02-01 10:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Saint-Paul-Cap de Joux"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-35"}}, "raw": {"DAY": "1-2-1892", "HOUR": "10 h.", "NAME": "AURIOL Gaston", "PLACE": "Saint-Paul-Cap de Joux (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
24999	aussenac-jean-1902-04-05	{"g55": "10-36"}	{"g55": "10-36"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Aussenac", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1902-04-05 03:00", "note": null, "place": {"c1": "", "c2": "11", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Rieux-Minervois", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Aussenac", "nobility": ""}, "birth": {"date": "1902-04-05 03:00", "place": {"c1": "", "c2": "11", "c3": "", "cy": "FR", "name": "Rieux-Minervois"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-36"}}, "raw": {"DAY": "5-4-1902", "HOUR": "3 h.", "NAME": "AUSSENAC Jean", "PLACE": "Rieux-Minervois (Aude)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25000	averous-philippe-1877-11-21	{"g55": "10-37"}	{"g55": "10-37"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Averous", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1877-11-21 06:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Brousse", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Averous", "nobility": ""}, "birth": {"date": "1877-11-21 06:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Brousse"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-37"}}, "raw": {"DAY": "21-11-1877", "HOUR": "6 h.", "NAME": "AVEROUS Philippe", "PLACE": "Brousse (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1239	oriola-christian-1928-10-03	{"a1": "1240", "g55": "03-213", "3a_sports": "3096", "cfepp-final3": "394"}	{"g55": "03-213", "cfepp": "CF-394", "cpara": "CP-327", "ertel": "ES-3096", "lerrcp": "A1-1240"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Oriola", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1928-10-03 21:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "notime": null, "date-ut": "1928-10-03 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"name": {"given": "Christian", "family": "Oriola"}, "birth": {"tzo": "+01:00", "date": "1928-10-03 21:00", "place": {"c2": "66", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "date-ut": "1928-10-03 20:00"}, "occus": ["fencer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1240"}, "ids-in-sources": {"a1": "1240"}}, "raw": {"H": "20", "MN": "0", "TZ": "0", "COD": "66", "COU": "F", "DAY": "3", "LAT": "42N42", "LON": "2E55", "MON": "10", "NUM": "1240", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "PERPIGNAN"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-10-03 21:00"}, "partial-ids": {"ertel": "ES-3096"}}, "raw": {"L": "", "MF": "", "NR": "3096", "ENG": "", "MA_": "0", "G_NR": "1240", "MA12": "12", "MARS": "34", "NAME": "Oriola(d')", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,600", "CSINR": "", "KURTZ": "", "PHAS_": "84,000", "STUND": "21,00", "CFEPNR": "394", "EXTEND": "", "NATION": "FRA", "TAGMON": "03.10.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "327", "VORNAME": "Christian", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "03.10.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FENC", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1928-10-03 21:00", "place": {"c3": ""}, "date-ut": "1928-10-03 20:00"}, "occus": ["fencer"], "ids-in-sources": {"cfepp-final3": "394"}}, "raw": {"S": "12", "LT": "21 00", "LV": "M", "TR": "f", "UT": "20 00", "LAT": "+42.70", "SRC": "ALG", "LONG": "-02.89", "NAME": "D'ORIOLA Christian", "SPORT": "Fencing", "LOC_DATE": "1928 10 03", "UNIV_DATE": "1928 10 03", "BIRTH_PLACE": "PERPIGNAN", "POSTAL_CODE": "66020 CEDEX"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-213"}, "ids-in-source": {"g55": "03-213"}}, "raw": {"DAY": "3-10-1928", "HOUR": "21 h.", "NAME": "ORIOLA (d’) Christian", "PLACE": "Perpignan (Pyrénées-Orient.)."}, "date": "2023-08-20T14:48:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25001	aymes-henri-1878-04-09	{"g55": "10-38"}	{"g55": "10-38"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Aymes", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1878-04-09 02:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Aussillon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Aymes", "nobility": ""}, "birth": {"date": "1878-04-09 02:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Aussillon"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-38"}}, "raw": {"DAY": "9-4-1878", "HOUR": "2 h.", "NAME": "AYMES Henri", "PLACE": "Aussillon (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1237	lataste-jacques-1922-06-07	{"a1": "1238", "g55": "03-212", "3a_sports": "2377", "cfepp-final3": "407"}	{"g55": "03-212", "cfepp": "CF-407", "cpara": "CP-272", "ertel": "ES-2377", "lerrcp": "A1-1238"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Lataste", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1922-06-07 11:00", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": 4.03001, "lat": 44.2116, "name": "La Grand-Combe", "geoid": 3009017}, "notime": null, "date-ut": "1922-06-07 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Lataste"}, "birth": {"tzo": "+01:00", "date": "1922-06-07 11:00", "place": {"c2": "30", "cy": "FR", "lg": 4.03001, "lat": 44.2116, "name": "La Grand-Combe", "geoid": 3009017}, "date-ut": "1922-06-07 10:00"}, "occus": ["fencer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1238"}, "ids-in-sources": {"a1": "1238"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "30", "COU": "F", "DAY": "7", "LAT": "43N51", "LON": "4E21", "MON": "6", "NUM": "1238", "PRO": "C", "SEC": "0", "YEA": "1922", "CITY": "LA GRAND' COMBE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1922-06-07 11:00"}, "partial-ids": {"ertel": "ES-2377"}}, "raw": {"L": "", "MF": "", "NR": "2377", "ENG": "", "MA_": "0", "G_NR": "1238", "MA12": "9", "MARS": "25", "NAME": "Lataste", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,400", "CSINR": "", "KURTZ": "", "PHAS_": "91,400", "STUND": "11,00", "CFEPNR": "407", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.06.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "272", "VORNAME": "Jacques", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "07.06.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FENC", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1922-06-07 11:00", "place": {"c3": ""}, "date-ut": "1922-06-07 10:00"}, "occus": ["fencer"], "ids-in-sources": {"cfepp-final3": "407"}}, "raw": {"S": "9", "LT": "11 00", "LV": "I", "TR": "f", "UT": "10 00", "LAT": "+44.21", "SRC": "ALG", "LONG": "-04.03", "NAME": "LATASTE Jacques", "SPORT": "Fencing", "LOC_DATE": "1922 06 07", "UNIV_DATE": "1922 06 07", "BIRTH_PLACE": "LA GRAND COMBE", "POSTAL_CODE": "30110"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-212"}, "ids-in-source": {"g55": "03-212"}}, "raw": {"DAY": "7-6-1922", "HOUR": "11 h.", "NAME": "LATASTE Jacques", "PLACE": "La Grand’Combe (Gard)."}, "date": "2023-08-20T14:48:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25002	azais-jean-1880-02-20	{"g55": "10-39"}	{"g55": "10-39"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Azais", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1880-02-20 01:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Cambounes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Azais", "nobility": ""}, "birth": {"date": "1880-02-20 01:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Cambounes"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-39"}}, "raw": {"DAY": "20-2-1880", "HOUR": "1 h.", "NAME": "AZAIS Jean", "PLACE": "Cambounes (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25003	azema-henri-1877-09-02	{"g55": "10-40"}	{"g55": "10-40"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Azema", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1877-09-02 12:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Gijounet", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Azema", "nobility": ""}, "birth": {"date": "1877-09-02 12:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Gijounet"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-40"}}, "raw": {"DAY": "2-9-1877", "HOUR": "12 h.", "NAME": "AZEMA Henri", "PLACE": "Gijounet (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25004	azema-pierre-1877-06-19	{"g55": "10-41"}	{"g55": "10-41"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Azema", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1877-06-19 11:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Roquecourbe", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Azema", "nobility": ""}, "birth": {"date": "1877-06-19 11:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Roquecourbe"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-41"}}, "raw": {"DAY": "19-6-1877", "HOUR": "11 h.", "NAME": "AZEMA Pierre", "PLACE": "Roquecourbe (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25005	azema-roger-1898-05-20	{"g55": "10-42"}	{"g55": "10-42"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Azema", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1898-05-20 04:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Castres", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Azema", "nobility": ""}, "birth": {"date": "1898-05-20 04:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Castres"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-42"}}, "raw": {"DAY": "20-5-1898", "HOUR": "4 h.", "NAME": "AZEMA Roger", "PLACE": "Castres (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1243	abderrhamane-bonnedienne-1920-11-26	{"a1": "1244", "g55": "03-216", "3a_sports": "7"}	{"g55": "03-216", "ertel": "ES-7", "lerrcp": "A1-1244"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bonnedienne", "family": "Abderrhamane", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-11-26 02:00", "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 0.08918, "lat": 35.93115, "name": "Mostaganem", "geoid": 2487134}, "notime": null, "date-ut": "1920-11-26 02:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Bonnedienne", "family": "Abderrhamane"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 0.08918, "lat": 35.93115, "name": "Mostaganem", "geoid": 2487134}, "date-ut": "1920-11-26 02:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1244"}, "ids-in-sources": {"a1": "1244"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "26", "LAT": "35N50", "LON": "0W 0", "MON": "11", "NUM": "1244", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "MOSTAGANEM"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-11-26 02:00"}, "partial-ids": {"ertel": "ES-7"}}, "raw": {"L": "", "MF": "", "NR": "7", "ENG": "", "MA_": "1", "G_NR": "1244", "MA12": "9", "MARS": "26", "NAME": "Abderrhamane", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,600", "CSINR": "", "KURTZ": "", "PHAS_": "100,00", "STUND": "2,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "26.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bonnedience", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "26.11.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-216"}, "ids-in-source": {"g55": "03-216"}}, "raw": {"DAY": "26-11-1920", "HOUR": "2 h.", "NAME": "ABDERRHAMANE Bonnedienne", "PLACE": "Mostaganem (Algérie)."}, "date": "2023-08-20T14:48:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1245	alpsteg-rene-1920-12-03	{"a1": "1246", "g55": "03-218", "3a_sports": "69", "cfepp-final3": "423"}	{"g55": "03-218", "cfepp": "CF-423", "cpara": "CP-6", "ertel": "ES-69", "lerrcp": "A1-1246"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Alpsteg", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1920-12-03 10:00", "note": null, "place": {"c1": null, "c2": "70", "c3": "", "cy": "FR", "lg": 6.15, "lat": 47.61667, "name": "Bonneville", "geoid": 0}, "notime": null, "date-ut": "1920-12-03 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "René", "family": "Alpsteg"}, "birth": {"tzo": "+00:00", "date": "1920-12-03 10:00", "place": {"c2": "70", "cy": "FR", "lg": 6.15, "lat": 47.61667, "name": "Bonneville", "geoid": 0}, "date-ut": "1920-12-03 10:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1246"}, "ids-in-sources": {"a1": "1246"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "70", "COU": "F", "DAY": "3", "LAT": "47N37", "LON": "6E 9", "MON": "12", "NUM": "1246", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "BONNEVILLE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-12-03 10:00"}, "partial-ids": {"ertel": "ES-69"}}, "raw": {"L": "", "MF": "", "NR": "69", "ENG": "0", "MA_": "2", "G_NR": "1246", "MA12": "12", "MARS": "36", "NAME": "Alpsteg", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,00", "CSINR": "", "KURTZ": "", "PHAS_": "46,700", "STUND": "10,00", "CFEPNR": "423", "EXTEND": "1", "NATION": "FRA", "TAGMON": "03.12.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "6", "VORNAME": "René", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "03.12.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1920-12-03 10:00", "place": {"c3": ""}, "date-ut": "1920-12-03 10:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "423"}}, "raw": {"S": "12", "LT": "10 00", "LV": "I11", "TR": "f", "UT": "10 00", "LAT": "+46.08", "SRC": "LG", "LONG": "-06.41", "NAME": "ALPSTEG Rene", "SPORT": "Soccer", "LOC_DATE": "1920 12 03", "UNIV_DATE": "1920 12 03", "BIRTH_PLACE": "BONNEVILLE", "POSTAL_CODE": "74130"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Bonneville"}}, "partial-ids": {"g55": "03-218"}, "ids-in-source": {"g55": "03-218"}}, "raw": {"DAY": "3-12-1920", "HOUR": "10 h.", "NAME": "ALPSTEG René", "PLACE": "Bonneville (Haute-Savoie)."}, "date": "2023-08-20T14:48:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25006	azemar-antonin-1871-11-15	{"g55": "10-43"}	{"g55": "10-43"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonin", "family": "Azemar", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1871-11-15 23:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Le Verdier", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Antonin", "family": "Azemar", "nobility": ""}, "birth": {"date": "1871-11-15 23:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Le Verdier"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-43"}}, "raw": {"DAY": "15-11-1871", "HOUR": "23 h.", "NAME": "AZEMAR Antonin", "PLACE": "Le Verdier (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25007	baisse-ernest-1878-01-03	{"g55": "10-44"}	{"g55": "10-44"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Baisse", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1878-01-03 12:00", "note": null, "place": {"c1": "", "c2": "34", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Nézignan-L’Evaque", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Baisse", "nobility": ""}, "birth": {"date": "1878-01-03 12:00", "place": {"c1": "", "c2": "34", "c3": "", "cy": "FR", "name": "Nézignan-L’Evaque"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-44"}}, "raw": {"DAY": "3-1-1878", "HOUR": "12 h.", "NAME": "BAISSE Ernest", "PLACE": "Nézignan-L’Evaque (Hérault)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25008	balssa-emile-1870-06-10	{"g55": "10-45"}	{"g55": "10-45"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Balssa", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1870-06-10 04:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Monestier", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Balssa", "nobility": ""}, "birth": {"date": "1870-06-10 04:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Monestier"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-45"}}, "raw": {"DAY": "10-6-1870", "HOUR": "4 h.", "NAME": "\\fBALSSA Emile", "PLACE": "Monestier (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1249	aznar-emmanuel-1915-11-23	{"a1": "1250", "g55": "03-221", "3a_sports": "174"}	{"g55": "03-221", "cpara": "CP-19", "ertel": "ES-174", "lerrcp": "A1-1250"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emmanuel", "family": "Aznar", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1915-11-23 04:00", "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": -0.63085, "lat": 35.18994, "name": "Sidi Bel Abbès", "geoid": 2481007}, "notime": null, "date-ut": "1915-11-23 04:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Emmanuel", "family": "Aznar"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": -0.63085, "lat": 35.18994, "name": "Sidi Bel Abbès", "geoid": 2481007}, "date-ut": "1915-11-23 04:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1250"}, "ids-in-sources": {"a1": "1250"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "23", "LAT": "35N20", "LON": "0W45", "MON": "11", "NUM": "1250", "PRO": "C", "SEC": "0", "YEA": "1915", "CITY": "SIDI-BEL-ABBES"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1915-11-23 04:00"}, "partial-ids": {"ertel": "ES-174"}}, "raw": {"L": "", "MF": "", "NR": "174", "ENG": "", "MA_": "0", "G_NR": "1250", "MA12": "3", "MARS": "7", "NAME": "Aznar", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,400", "CSINR": "", "KURTZ": "d", "PHAS_": "98,400", "STUND": "4,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.11.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "19", "VORNAME": "Emmanuel", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "23.11.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-221"}, "ids-in-source": {"g55": "03-221"}}, "raw": {"DAY": "23-11-1915", "HOUR": "4 h.", "NAME": "AZNAR Emmanuel", "PLACE": "Sidi-Bel-Abbès (Algérie)."}, "date": "2023-08-20T14:48:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1247	arnaudeau-henri-1922-04-23	{"a1": "1248", "g55": "03-219", "3a_sports": "137"}	{"g55": "03-219", "ertel": "ES-137", "lerrcp": "A1-1248"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Arnaudeau", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1922-04-23 10:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1922-04-23 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Arnaudeau"}, "birth": {"tzo": "+01:00", "date": "1922-04-23 10:00", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1922-04-23 09:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1248"}, "ids-in-sources": {"a1": "1248"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "33", "COU": "F", "DAY": "23", "LAT": "44N50", "LON": "0W34", "MON": "4", "NUM": "1248", "PRO": "C", "SEC": "0", "YEA": "1922", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1922-04-23 10:00"}, "partial-ids": {"ertel": "ES-137"}}, "raw": {"L": "", "MF": "", "NR": "137", "ENG": "", "MA_": "1", "G_NR": "1248", "MA12": "7", "MARS": "20", "NAME": "Arnaudeau", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,500", "CSINR": "", "KURTZ": "z?", "PHAS_": "15,800", "STUND": "10,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "23.04.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-219"}, "ids-in-source": {"g55": "03-219"}}, "raw": {"DAY": "23-4-1922", "HOUR": "10 h.", "NAME": "ARNAUDEAU Henri", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:48:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25009	balssa-yves-1913-04-11	{"g55": "10-46"}	{"g55": "10-46"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Balssa", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1913-04-11 13:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Cagnac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Balssa", "nobility": ""}, "birth": {"date": "1913-04-11 13:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Cagnac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-46"}}, "raw": {"DAY": "11-4-1913", "HOUR": "13 h.", "NAME": "BALSSA Yves", "PLACE": "Cagnac (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25010	baraille-jean-1889-10-30	{"g55": "10-47"}	{"g55": "10-47"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Baraille", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1889-10-30 21:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Rovairoux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Baraille", "nobility": ""}, "birth": {"date": "1889-10-30 21:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Rovairoux"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-47"}}, "raw": {"DAY": "30-10-1889", "HOUR": "21 h.", "NAME": "BARAILLE Jean", "PLACE": "Rovairoux (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25011	bardou-pierre-1871-01-09	{"g55": "10-48"}	{"g55": "10-48"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Bardou", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1871-01-09 23:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": ". Tastavi", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Bardou", "nobility": ""}, "birth": {"date": "1871-01-09 23:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": ". Tastavi"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-48"}}, "raw": {"DAY": "9-1-1871", "HOUR": "23 h.", "NAME": "BARDOU Pierre", "PLACE": ". Tastavi (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25012	bardi-henri-1875-07-12	{"g55": "10-49"}	{"g55": "10-49"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Bardi", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1875-07-12 02:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Le Masnav", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Bardi", "nobility": ""}, "birth": {"date": "1875-07-12 02:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Le Masnav"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-49"}}, "raw": {"DAY": "12-7-1875", "HOUR": "2 h.", "NAME": "BARDI Henri", "PLACE": "Le Masnav (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25013	bardy-pierre-1878-12-29	{"g55": "10-50"}	{"g55": "10-50"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Bardy", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1878-12-29 01:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Ambialet", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Bardy", "nobility": ""}, "birth": {"date": "1878-12-29 01:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Ambialet"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-50"}}, "raw": {"DAY": "29-12-1878", "HOUR": "1 h.", "NAME": "BARDY Pierre", "PLACE": "Ambialet (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1254	bayrou-georges-1883-12-21	{"a1": "1255", "3a_sports": "294", "cfepp-final3": "433"}	{"cfepp": "CF-433", "cpara": "CP-34", "ertel": "ES-294", "lerrcp": "A1-1255"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Bayrou", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:14:46", "date": "1883-12-21 01:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "notime": null, "date-ut": "1883-12-21 00:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Bayrou"}, "birth": {"tzo": "+00:14:46", "date": "1883-12-21 13:00", "place": {"c2": "34", "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "date-ut": "1883-12-21 12:44:28"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1255"}, "ids-in-sources": {"a1": "1255"}}, "raw": {"H": "12", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "21", "LAT": "43N37", "LON": "3E53", "MON": "12", "NUM": "1255", "PRO": "C", "SEC": "28", "YEA": "1883", "CITY": "SETE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1883-12-21 13:00"}, "partial-ids": {"ertel": "ES-294"}}, "raw": {"L": "", "MF": "", "NR": "294", "ENG": "", "MA_": "0", "G_NR": "1255", "MA12": "8", "MARS": "23", "NAME": "Bayroux", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,800", "CSINR": "", "KURTZ": "", "PHAS_": "53,400", "STUND": "13,00", "CFEPNR": "433", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "34", "VORNAME": "Georges", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "21.12.1883", "GQBECORR": "c", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "bayrou-georges-1883-12-21", "birth": {"date": "1883-12-21 01:00", "place": {"c3": ""}, "date-ut": "1883-12-21 00:45"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "433"}}, "raw": {"S": "2", "LT": "01 00", "LV": "I1", "TR": "f", "UT": "00 45", "LAT": "+43.40", "SRC": "L", "LONG": "-03.69", "NAME": "BAYROU Georges", "SPORT": "Soccer", "LOC_DATE": "1883 12 21", "UNIV_DATE": "1883 12 21", "BIRTH_PLACE": "SETE", "POSTAL_CODE": "34207 CEDEX"}, "date": "2023-08-20T14:46:03+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
25014	barrau-arthur-1880-11-07	{"g55": "10-51"}	{"g55": "10-51"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Barrau", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1880-11-07 06:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Sémalens", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Barrau", "nobility": ""}, "birth": {"date": "1880-11-07 06:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Sémalens"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-51"}}, "raw": {"DAY": "7-11-1880", "HOUR": "6 h.", "NAME": "BARRAU Arthur", "PLACE": "Sémalens (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25015	barrau-fernand-1900-12-14	{"g55": "10-52"}	{"g55": "10-52"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Barrau", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1900-12-14 16:00", "note": null, "place": {"c1": "", "c2": "34", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Nissan", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Barrau", "nobility": ""}, "birth": {"date": "1900-12-14 16:00", "place": {"c1": "", "c2": "34", "c3": "", "cy": "FR", "name": "Nissan"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-52"}}, "raw": {"DAY": "14-12-1900", "HOUR": "16 h.", "NAME": "BARRAU Fernand", "PLACE": "Nissan (Hérault)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25016	barrau-louis-1874-01-06	{"g55": "10-53"}	{"g55": "10-53"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Barrau", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1874-01-06 10:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Teillet", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Barrau", "nobility": ""}, "birth": {"date": "1874-01-06 10:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Teillet"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-53"}}, "raw": {"DAY": "6-1-1874", "HOUR": "10 h.", "NAME": "BARRAU Louis", "PLACE": "Teillet (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25017	barraud-pierre-1867-06-05	{"g55": "10-54"}	{"g55": "10-54"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Barraud", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1867-06-05 07:00", "note": null, "place": {"c1": "", "c2": "16", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Barbezieux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Barraud", "nobility": ""}, "birth": {"date": "1867-06-05 07:00", "place": {"c1": "", "c2": "16", "c3": "", "cy": "FR", "name": "Barbezieux"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-54"}}, "raw": {"DAY": "5-6-1867", "HOUR": "7 h.", "NAME": "BARRAUD Pierre", "PLACE": "Barbezieux (Charente)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25018	barthe-fernand-1883-08-03	{"g55": "10-55"}	{"g55": "10-55"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Barthe", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1883-08-03 02:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Técou", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Barthe", "nobility": ""}, "birth": {"date": "1883-08-03 02:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Técou"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-55"}}, "raw": {"DAY": "3-8-1883", "HOUR": "2 h.", "NAME": "BARTHE Fernand", "PLACE": "Técou (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1259	bienganski-guillaume-1932-11-03	{"a1": "1260", "3a_sports": "436", "cfepp-final3": "437"}	{"cfepp": "CF-437", "cpara": "CP-498", "ertel": "ES-436", "lerrcp": "A1-1260"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guillaume", "family": "Bienganski", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1932-11-03 03:30", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 3.01584, "lat": 50.48322, "name": "Libercourt", "geoid": 2998520}, "notime": null, "date-ut": "1932-11-03 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Guillaume", "family": "Bienganski"}, "birth": {"tzo": "+00:00", "date": "1932-11-03 03:30", "place": {"c2": "62", "cy": "FR", "lg": 3.01584, "lat": 50.48322, "name": "Libercourt", "geoid": 2998520}, "date-ut": "1932-11-03 03:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1260"}, "ids-in-sources": {"a1": "1260"}}, "raw": {"H": "3", "MN": "30", "TZ": "0", "COD": "62", "COU": "F", "DAY": "3", "LAT": "50N18", "LON": "2E46", "MON": "11", "NUM": "1260", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "LIBERCOURT"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-11-03 03:30"}, "partial-ids": {"ertel": "ES-436"}}, "raw": {"L": "", "MF": "", "NR": "436", "ENG": "", "MA_": "1", "G_NR": "1260", "MA12": "2", "MARS": "5", "NAME": "Bieganski", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,500", "CSINR": "", "KURTZ": "", "PHAS_": "26,000", "STUND": "3,50", "CFEPNR": "437", "EXTEND": "", "NATION": "FRA", "TAGMON": "03.11.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "498", "VORNAME": "Guillaume", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "03.11.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1932-11-03 03:30", "place": {"c3": ""}, "date-ut": "1932-11-03 03:30"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "437"}}, "raw": {"S": "2", "LT": "03 30", "LV": "I8", "TR": "f", "UT": "03 30", "LAT": "+50.49", "SRC": "L", "LONG": "-03.01", "NAME": "BIEGANSKI Guillaume", "SPORT": "Soccer", "LOC_DATE": "1932 11 03", "UNIV_DATE": "1932 11 03", "BIRTH_PLACE": "LIBERCOURT", "POSTAL_CODE": "62820"}, "date": "2023-08-20T14:46:03+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
25019	barthe-gilles-1906-06-04	{"g55": "10-56"}	{"g55": "10-56"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilles", "family": "Barthe", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1906-06-04 16:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Briatexte", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Gilles", "family": "Barthe", "nobility": ""}, "birth": {"date": "1906-06-04 16:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Briatexte"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-56"}}, "raw": {"DAY": "4-6-1906", "HOUR": "16 h.", "NAME": "BARTHE Gilles", "PLACE": "Briatexte (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25020	barthe-joseph-1920-01-16	{"g55": "10-57"}	{"g55": "10-57"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Barthe", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1920-01-16 04:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Jean de Premiac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Barthe", "nobility": ""}, "birth": {"date": "1920-01-16 04:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Saint-Jean de Premiac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-57"}}, "raw": {"DAY": "16-1-1920", "HOUR": "4 h.", "NAME": "BARTHE Joseph", "PLACE": "Saint-Jean de Premiac (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25021	barthes-edmond-1886-02-24	{"g55": "10-58"}	{"g55": "10-58"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Barthes", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1886-02-24 24:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Amand-Soult", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Barthes", "nobility": ""}, "birth": {"date": "1886-02-24 24:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Saint-Amand-Soult"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-58"}}, "raw": {"DAY": "24-2-1886", "HOUR": "24 h.", "NAME": "BARTHES Edmond", "PLACE": "Saint-Amand-Soult (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25022	barthes-joseph-1894-11-28	{"g55": "10-59"}	{"g55": "10-59"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Barthes", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1894-11-28 05:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Labruguiére", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Barthes", "nobility": ""}, "birth": {"date": "1894-11-28 05:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Labruguiére"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-59"}}, "raw": {"DAY": "28-11-1894", "HOUR": "5 h.", "NAME": "BARTHES Joseph", "PLACE": "Labruguiére (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25023	bastide-pierre-1877-06-28	{"g55": "10-60"}	{"g55": "10-60"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Bastide", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1877-06-28 17:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Chamaux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Bastide", "nobility": ""}, "birth": {"date": "1877-06-28 17:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Saint-Chamaux"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-60"}}, "raw": {"DAY": "28-6-1877", "HOUR": "17 h.", "NAME": "BASTIDE Pierre", "PLACE": "Saint-Chamaux (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1263	bongiorni-emile-1921-03-19	{"a1": "1264", "g55": "03-230", "3a_sports": "530", "cfepp-final3": "441"}	{"g55": "03-230", "cfepp": "CF-441", "cpara": "CP-60", "ertel": "ES-530", "lerrcp": "A1-1264"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Bongiorni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1921-03-19 04:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Boulogne-Billancourt", "geoid": 0}, "notime": null, "date-ut": "1921-03-19 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Bongiorni"}, "birth": {"tzo": "+01:00", "date": "1921-03-19 04:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Boulogne-Billanc", "geoid": 0}, "date-ut": "1921-03-19 03:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1264"}, "ids-in-sources": {"a1": "1264"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "92", "COU": "F", "DAY": "19", "LAT": "48N50", "LON": "2E11", "MON": "3", "NUM": "1264", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "BOULOGNE-BILLANC"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-03-19 04:00"}, "partial-ids": {"ertel": "ES-530"}}, "raw": {"L": "", "MF": "", "NR": "530", "ENG": "", "MA_": "1", "G_NR": "1264", "MA12": "10", "MARS": "30", "NAME": "Bongiorni", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,000", "CSINR": "", "KURTZ": "p", "PHAS_": "70,700", "STUND": "4,00", "CFEPNR": "441", "EXTEND": "", "NATION": "FRA", "TAGMON": "19.03.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "60", "VORNAME": "Emile", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "19.03.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:56+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1921-03-19 04:00", "place": {"c3": ""}, "date-ut": "1921-03-19 03:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "441"}}, "raw": {"S": "10", "LT": "04 00", "LV": "I5", "TR": "f", "UT": "03 00", "LAT": "+48.84", "SRC": "LG", "LONG": "-02.24", "NAME": "BONGIORNI Emile", "SPORT": "Soccer", "LOC_DATE": "1921 03 19", "UNIV_DATE": "1921 03 19", "BIRTH_PLACE": "BOULOGNE BILLANCOURT", "POSTAL_CODE": "92104 CEDEX"}, "date": "2023-08-20T14:46:03+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Boulogne-Billancourt"}}, "partial-ids": {"g55": "03-230"}, "ids-in-source": {"g55": "03-230"}}, "raw": {"DAY": "19-3-1921", "HOUR": "4 h.", "NAME": "BONGIORNI Emile", "PLACE": "Boulogne-Billancourt (Seine)."}, "date": "2023-08-20T14:48:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25024	batut-cesar-1869-02-19	{"g55": "10-61"}	{"g55": "10-61"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "César", "family": "Batut", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1869-02-19 10:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Viviers-les-Montagnes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "César", "family": "Batut", "nobility": ""}, "birth": {"date": "1869-02-19 10:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Viviers-les-Montagnes"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-61"}}, "raw": {"DAY": "19-2-1869", "HOUR": "10 h.", "NAME": "BATUT César", "PLACE": "Viviers-les-Montagnes (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25025	baudounet-andre-1888-11-19	{"g55": "10-62"}	{"g55": "10-62"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Andre", "family": "Baudounet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1888-11-19 09:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Rabasiens", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Andre", "family": "Baudounet", "nobility": ""}, "birth": {"date": "1888-11-19 09:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Rabasiens"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-62"}}, "raw": {"DAY": "19-11-1888", "HOUR": "9 h.", "NAME": "BAUDOUNET Andre", "PLACE": "Rabasiens (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25026	baute-jean-1914-09-05	{"g55": "10-63"}	{"g55": "10-63"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Baute", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1914-09-05 10:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Castres", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Baute", "nobility": ""}, "birth": {"date": "1914-09-05 10:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Castres"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-63"}}, "raw": {"DAY": "5-9-1914", "HOUR": "10 h.", "NAME": "BAUTE Jean", "PLACE": "Castres (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25027	bayourthe-jean-baptisie-1865-03-27	{"g55": "10-64"}	{"g55": "10-64"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Baptisie", "family": "Bayourthe", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1865-03-27 23:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Burlats", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean-Baptisie", "family": "Bayourthe", "nobility": ""}, "birth": {"date": "1865-03-27 23:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Burlats"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-64"}}, "raw": {"DAY": "27-3-1865", "HOUR": "23 h.", "NAME": "BAYOURTHE Jean-Baptisie", "PLACE": "Burlats (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1268	boury-roger-1925-12-30	{"a1": "1269", "3a_sports": "619"}	{"cpara": "CP-497", "ertel": "ES-619", "lerrcp": "A1-1269"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Boury", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1925-12-30 23:30", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Isbergues", "geoid": 0}, "notime": null, "date-ut": "1925-12-30 23:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Boury"}, "birth": {"tzo": "+00:00", "date": "1925-12-30 23:30", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Isbergues", "geoid": 0}, "date-ut": "1925-12-30 23:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1269"}, "ids-in-sources": {"a1": "1269"}}, "raw": {"H": "23", "MN": "30", "TZ": "0", "COD": "59", "COU": "F", "DAY": "30", "LAT": "50N39", "LON": "3E 5", "MON": "12", "NUM": "1269", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "ISBERGUES"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-12-30 23:30"}, "partial-ids": {"ertel": "ES-619"}}, "raw": {"L": "", "MF": "", "NR": "619", "ENG": "", "MA_": "1", "G_NR": "1269", "MA12": "10", "MARS": "30", "NAME": "Boury", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,200", "CSINR": "", "KURTZ": "", "PHAS_": "100,00", "STUND": "23,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "30.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "497", "VORNAME": "Roger", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.12.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25028	bautes-gilbert-1910-08-19	{"g55": "10-65"}	{"g55": "10-65"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilbert", "family": "Bautes", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1910-08-19 06:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Tauriac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Gilbert", "family": "Bautes", "nobility": ""}, "birth": {"date": "1910-08-19 06:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Tauriac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-65"}}, "raw": {"DAY": "19-8-1910", "HOUR": "6 h.", "NAME": "BAUTES Gilbert", "PLACE": "Tauriac (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25029	bec-charles-1911-09-22	{"g55": "10-66"}	{"g55": "10-66"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Bec", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1911-09-22 19:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Miolles", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Bec", "nobility": ""}, "birth": {"date": "1911-09-22 19:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Miolles"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-66"}}, "raw": {"DAY": "22-9-1911", "HOUR": "19 h.", "NAME": "BEC Charles", "PLACE": "Miolles (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25030	becamel-marcel-1905-03-18	{"g55": "10-67"}	{"g55": "10-67"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Becamel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1905-03-18 03:00", "note": null, "place": {"c1": "", "c2": "48", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Chasseradés", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Becamel", "nobility": ""}, "birth": {"date": "1905-03-18 03:00", "place": {"c1": "", "c2": "48", "c3": "", "cy": "FR", "name": "Chasseradés"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-67"}}, "raw": {"DAY": "18-3-1905", "HOUR": "3 h.", "NAME": "BECAMEL Marcel", "PLACE": "Chasseradés (Lozère)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25031	bennes-francois-1912-08-01	{"g55": "10-68"}	{"g55": "10-68"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Bennes", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1912-08-01 07:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Paul-Barbetogne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "François", "family": "Bennes", "nobility": ""}, "birth": {"date": "1912-08-01 07:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Saint-Paul-Barbetogne"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-68"}}, "raw": {"DAY": "1-8-1912", "HOUR": "7 h.", "NAME": "BENNES François", "PLACE": "Saint-Paul-Barbetogne (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1275	chayrigues-pierre-1892-05-02	{"a1": "1276", "3a_sports": "981", "cfepp-final3": "457"}	{"cfepp": "CF-457", "cpara": "CP-111", "ertel": "ES-981", "lerrcp": "A1-1276"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Chayrigues", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1892-05-02 02:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "16", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1892-05-02 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Chayrigues"}, "birth": {"tzo": "+00:09:21", "date": "1892-05-02 02:00", "place": {"c2": "75", "c3": "16", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1892-05-02 01:50:40"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1276"}, "ids-in-sources": {"a1": "1276"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "1276", "PRO": "C", "SEC": "40", "YEA": "1892", "CITY": "PARIS 16E"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1892-05-02 02:00"}, "partial-ids": {"ertel": "ES-981"}}, "raw": {"L": "", "MF": "", "NR": "981", "ENG": "1", "MA_": "2", "G_NR": "1276", "MA12": "1", "MARS": "3", "NAME": "Chayrigues", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,700", "CSINR": "", "KURTZ": "d", "PHAS_": "31,700", "STUND": "2,00", "CFEPNR": "457", "EXTEND": "1", "NATION": "FRA", "TAGMON": "02.05.", "ZITATE": "DFO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "111", "VORNAME": "Pierre", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "02.05.1892", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1892-05-02 02:00", "place": {"c3": "16"}, "date-ut": "1892-05-02 01:51"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "457"}}, "raw": {"S": "1", "LT": "02 00", "LV": "I21", "TR": "f", "UT": "01 51", "LAT": "+48.86", "SRC": "AL", "LONG": "-02.34", "NAME": "CHAYRIGUES Pierre", "SPORT": "Soccer", "LOC_DATE": "1892 05 02", "UNIV_DATE": "1892 05 02", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75016"}, "date": "2023-08-20T14:46:03+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
25032	bermond-frederic-1873-11-06	{"g55": "10-69"}	{"g55": "10-69"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Bermond", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1873-11-06 13:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-André", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Bermond", "nobility": ""}, "birth": {"date": "1873-11-06 13:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Saint-André"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-69"}}, "raw": {"DAY": "6-11-1873", "HOUR": "13 h.", "NAME": "BERMOND Frédéric", "PLACE": "Saint-André (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25033	bernadou-henri-1899-07-11	{"g55": "10-70"}	{"g55": "10-70"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Bernadou", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1899-07-11 18:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Labessonnié", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Bernadou", "nobility": ""}, "birth": {"date": "1899-07-11 18:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Labessonnié"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-70"}}, "raw": {"DAY": "11-7-1899", "HOUR": "18 h.", "NAME": "BERNADOU Henri", "PLACE": "Labessonnié (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25034	bertrand-rene-1909-07-23	{"g55": "10-71"}	{"g55": "10-71"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Bertrand", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1909-07-23 05:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Viane", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "René", "family": "Bertrand", "nobility": ""}, "birth": {"date": "1909-07-23 05:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Viane"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-71"}}, "raw": {"DAY": "23-7-1909", "HOUR": "5 h.", "NAME": "BERTRAND René", "PLACE": "Viane (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25035	bertrou-aime-1897-10-26	{"g55": "10-72"}	{"g55": "10-72"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aimé", "family": "Bertrou", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1897-10-26 08:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Anglés", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Aimé", "family": "Bertrou", "nobility": ""}, "birth": {"date": "1897-10-26 08:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Anglés"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-72"}}, "raw": {"DAY": "26-10-1897", "HOUR": "8 h.", "NAME": "BERTROU Aimé", "PLACE": "Anglés (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1280	colonna-dominique-1928-09-04	{"a1": "1281", "3a_sports": "1063"}	{"cpara": "CP-126", "ertel": "ES-1063", "lerrcp": "A1-1281"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dominique", "family": "Colonna", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1928-09-04 04:00", "note": null, "place": {"c1": null, "c2": "20", "c3": null, "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Corte", "geoid": 0}, "notime": null, "date-ut": "1928-09-04 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Dominique", "family": "Colonna"}, "birth": {"tzo": "+01:00", "date": "1928-09-04 04:00", "place": {"c2": "20", "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Corte", "geoid": 0}, "date-ut": "1928-09-04 03:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1281"}, "ids-in-sources": {"a1": "1281"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "20", "COU": "F", "DAY": "4", "LAT": "41N55", "LON": "8E45", "MON": "9", "NUM": "1281", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "CORTE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-09-04 04:00"}, "partial-ids": {"ertel": "ES-1063"}}, "raw": {"L": "", "MF": "", "NR": "1063", "ENG": "", "MA_": "0", "G_NR": "1281", "MA12": "3", "MARS": "7", "NAME": "Colonna", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,100", "CSINR": "", "KURTZ": "", "PHAS_": "81,400", "STUND": "4,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.09.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "126", "VORNAME": "Dominique", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "04.09.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1278	cicci-raymond-1929-08-11	{"a1": "1279", "3a_sports": "1015"}	{"cpara": "CP-499", "ertel": "ES-1015", "lerrcp": "A1-1279"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Cicci", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1929-08-11 10:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 5.9555, "lat": 49.47217, "name": "Audun-le-Tiche", "geoid": 3036226}, "notime": null, "date-ut": "1929-08-11 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Cicci"}, "birth": {"tzo": "+01:00", "date": "1929-08-11 10:00", "place": {"c2": "57", "cy": "FR", "lg": 5.9555, "lat": 49.47217, "name": "Audun-le-Tiche", "geoid": 3036226}, "date-ut": "1929-08-11 09:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1279"}, "ids-in-sources": {"a1": "1279"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "57", "COU": "F", "DAY": "11", "LAT": "49N 7", "LON": "6E11", "MON": "8", "NUM": "1279", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "AUDUN-LE-TICHE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-08-11 10:00"}, "partial-ids": {"ertel": "ES-1015"}}, "raw": {"L": "", "MF": "", "NR": "1015", "ENG": "1", "MA_": "2", "G_NR": "1279", "MA12": "1", "MARS": "2", "NAME": "Cicci", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,700", "CSINR": "", "KURTZ": "", "PHAS_": "37,700", "STUND": "10,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "11.08.", "ZITATE": "DF", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "499", "VORNAME": "Raymond", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "11.08.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25036	bertrou-joseph-1880-10-16	{"g55": "10-73"}	{"g55": "10-73"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Bertrou", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1880-10-16 07:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Anglés", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Bertrou", "nobility": ""}, "birth": {"date": "1880-10-16 07:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Anglés"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-73"}}, "raw": {"DAY": "16-10-1880", "HOUR": "7 h.", "NAME": "BERTROU Joseph", "PLACE": "Anglés (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25037	bezard-louis-1903-11-26	{"g55": "10-74"}	{"g55": "10-74"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Bezard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1903-11-26 07:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Puylaurens", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Bezard", "nobility": ""}, "birth": {"date": "1903-11-26 07:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Puylaurens"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-74"}}, "raw": {"DAY": "26-11-1903", "HOUR": "7 h.", "NAME": "BEZARD Louis", "PLACE": "Puylaurens (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25038	beziat-auguste-1912-02-04	{"g55": "10-75"}	{"g55": "10-75"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Beziat", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1912-02-04 07:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Anglés", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Beziat", "nobility": ""}, "birth": {"date": "1912-02-04 07:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Anglés"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-75"}}, "raw": {"DAY": "4-2-1912", "HOUR": "7 h.", "NAME": "BEZIAT Auguste", "PLACE": "Anglés (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25039	beziat-emile-1879-01-31	{"g55": "10-76"}	{"g55": "10-76"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Beziat", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1879-01-31 14:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Boissezon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Beziat", "nobility": ""}, "birth": {"date": "1879-01-31 14:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Boissezon"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-76"}}, "raw": {"DAY": "31-1-1879", "HOUR": "14 h.", "NAME": "BEZIAT Emile", "PLACE": "Boissezon (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25040	birbes-hugue-1881-12-15	{"g55": "10-77"}	{"g55": "10-77"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hugue", "family": "Birbes", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1881-12-15 19:45", "note": null, "place": {"c1": "", "c2": "76", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Saëns", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Hugue", "family": "Birbes", "nobility": ""}, "birth": {"date": "1881-12-15 19:45", "place": {"c1": "", "c2": "76", "c3": "", "cy": "FR", "name": "Saint-Saëns"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-77"}}, "raw": {"DAY": "15-12-1881", "HOUR": "19 h. 45", "NAME": "BIRBES Hugue", "PLACE": "Saint-Saëns (Seine-Inférieure)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1283	cuissard-antoine-1924-07-19	{"a1": "1284", "g55": "03-238", "3a_sports": "1172", "cfepp-final3": "459"}	{"g55": "03-238", "cfepp": "CF-459", "cpara": "CP-138", "ertel": "ES-1172", "lerrcp": "A1-1284"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Cuissard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1924-07-19 04:00", "note": null, "place": {"c1": null, "c2": "43", "c3": "", "cy": "FR", "lg": 3.88333, "lat": 45.05, "name": "Saint-Etienne", "geoid": 0}, "notime": null, "date-ut": "1924-07-19 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Cuissard"}, "birth": {"tzo": "+01:00", "date": "1924-07-19 04:00", "place": {"c2": "43", "cy": "FR", "lg": 3.88333, "lat": 45.05, "name": "Saint-Etienne", "geoid": 0}, "date-ut": "1924-07-19 03:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1284"}, "ids-in-sources": {"a1": "1284"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "43", "COU": "F", "DAY": "19", "LAT": "45N 3", "LON": "3E53", "MON": "7", "NUM": "1284", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "SAINT-ETIENNE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-07-19 04:00"}, "partial-ids": {"ertel": "ES-1172"}}, "raw": {"L": "", "MF": "", "NR": "1172", "ENG": "1", "MA_": "2", "G_NR": "1284", "MA12": "4", "MARS": "11", "NAME": "Cuissard", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,200", "CSINR": "", "KURTZ": "", "PHAS_": "91,600", "STUND": "4,00", "CFEPNR": "459", "EXTEND": "1", "NATION": "FRA", "TAGMON": "19.07.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "138", "VORNAME": "Antoine", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "19.07.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1924-07-19 04:00", "place": {"c3": ""}, "date-ut": "1924-07-19 03:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "459"}}, "raw": {"S": "4", "LT": "04 00", "LV": "I27", "TR": "f", "UT": "03 00", "LAT": "+45.43", "SRC": "ALG", "LONG": "-04.39", "NAME": "CUISSARD Antoine", "SPORT": "Soccer", "LOC_DATE": "1924 07 19", "UNIV_DATE": "1924 07 19", "BIRTH_PLACE": "ST ETIENNE", "POSTAL_CODE": "42007 CEDEX"}, "date": "2023-08-20T14:46:03+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Etienne"}}, "partial-ids": {"g55": "03-238"}, "ids-in-source": {"g55": "03-238"}}, "raw": {"DAY": "19-7-1924", "HOUR": "4 h.", "NAME": "CUISSARD Antoine", "PLACE": "Saint-Etienne (Loire)."}, "date": "2023-08-20T14:48:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25041	birbes-paul-1873-03-30	{"g55": "10-78"}	{"g55": "10-78"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Birbes", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1873-03-30 08:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Sulpice", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Birbes", "nobility": ""}, "birth": {"date": "1873-03-30 08:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Saint-Sulpice"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-78"}}, "raw": {"DAY": "30-3-1873", "HOUR": "8 h.", "NAME": "BIRBES Paul", "PLACE": "Saint-Sulpice (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25042	blanc-jules-1881-10-05	{"g55": "10-79"}	{"g55": "10-79"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Blanc", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1881-10-05 05:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Languet", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Blanc", "nobility": ""}, "birth": {"date": "1881-10-05 05:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Languet"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-79"}}, "raw": {"DAY": "5-10-1881", "HOUR": "5 h.", "NAME": "BLANC Jules", "PLACE": "Languet (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25043	blanquet-philippe-1866-06-25	{"g55": "10-80"}	{"g55": "10-80"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Blanquet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1866-06-25 03:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Jouqueviel", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Blanquet", "nobility": ""}, "birth": {"date": "1866-06-25 03:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Jouqueviel"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-80"}}, "raw": {"DAY": "25-6-1866", "HOUR": "3 h.", "NAME": "BLANQUET Philippe", "PLACE": "Jouqueviel (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25044	bonhoure-jean-p-1876-06-27	{"g55": "10-81"}	{"g55": "10-81"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-P.", "family": "Bonhoure", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1876-06-27 15:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Puylaurens", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean-P.", "family": "Bonhoure", "nobility": ""}, "birth": {"date": "1876-06-27 15:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Puylaurens"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-81"}}, "raw": {"DAY": "27-6-1876", "HOUR": "15 h.", "NAME": "BONHOURE Jean-P.", "PLACE": "Puylaurens (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25045	bonnafe-germain-1873-06-14	{"g55": "10-82"}	{"g55": "10-82"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Germain", "family": "Bonnafe", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1873-06-14 04:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Massals", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Germain", "family": "Bonnafe", "nobility": ""}, "birth": {"date": "1873-06-14 04:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Massals"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-82"}}, "raw": {"DAY": "14-6-1873", "HOUR": "4 h.", "NAME": "BONNAFE Germain", "PLACE": "Massals (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25046	bonnevialle-louis-1880-04-18	{"g55": "10-83"}	{"g55": "10-83"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Bonnevialle", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1880-04-18 07:00", "note": null, "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Sernin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Bonnevialle", "nobility": ""}, "birth": {"date": "1880-04-18 07:00", "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "name": "Saint-Sernin"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-83"}}, "raw": {"DAY": "18-4-1880", "HOUR": "7 h.", "NAME": "BONNEVIALLE Louis", "PLACE": "Saint-Sernin (Aveyron)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25047	bordes-jean-1912-10-15	{"g55": "10-84"}	{"g55": "10-84"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bordes", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1912-10-15 13:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Tauriac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bordes", "nobility": ""}, "birth": {"date": "1912-10-15 13:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Tauriac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-84"}}, "raw": {"DAY": "15-10-1912", "HOUR": "13 h.", "NAME": "BORDES Jean", "PLACE": "Tauriac (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25048	bordes-paul-1872-01-12	{"g55": "10-85"}	{"g55": "10-85"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Bordes", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1872-01-12 08:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Aiguefonde", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Bordes", "nobility": ""}, "birth": {"date": "1872-01-12 08:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Aiguefonde"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-85"}}, "raw": {"DAY": "12-1-1872", "HOUR": "8 h.", "NAME": "BORDES Paul", "PLACE": "Aiguefonde (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25049	bories-marcel-1913-12-08	{"g55": "10-86"}	{"g55": "10-86"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Bories", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1913-12-08 02:00", "note": null, "place": {"c1": "", "c2": "34", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Montagnac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Bories", "nobility": ""}, "birth": {"date": "1913-12-08 02:00", "place": {"c1": "", "c2": "34", "c3": "", "cy": "FR", "name": "Montagnac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-86"}}, "raw": {"DAY": "8-12-1913", "HOUR": "2 h.", "NAME": "BORIES Marcel", "PLACE": "Montagnac (Hérault)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1294	devaquez-jules-1899-03-09	{"a1": "1295", "3a_sports": "1388"}	{"ertel": "ES-1388", "lerrcp": "A1-1295"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Devaquez", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1899-03-09 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "9", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1899-03-09 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Devaquez"}, "birth": {"tzo": "+00:09:21", "date": "1899-03-09 06:00", "place": {"c2": "75", "c3": "9", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1899-03-09 05:50:40"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1295"}, "ids-in-sources": {"a1": "1295"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "9", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "1295", "PRO": "C", "SEC": "40", "YEA": "1899", "CITY": "PARIS 9E"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1899-03-09 06:00"}, "partial-ids": {"ertel": "ES-1388"}}, "raw": {"L": "", "MF": "", "NR": "1388", "ENG": "", "MA_": "0", "G_NR": "1295", "MA12": "8", "MARS": "22", "NAME": "Devaquez", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,500", "CSINR": "", "KURTZ": "", "PHAS_": "11,300", "STUND": "6,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "09.03.", "ZITATE": "OD", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jules", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "09.03.1899", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:09+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25050	bosc-louis-1872-12-22	{"g55": "10-87"}	{"g55": "10-87"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Bosc", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1872-12-22 10:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lacaune", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Bosc", "nobility": ""}, "birth": {"date": "1872-12-22 10:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Lacaune"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-87"}}, "raw": {"DAY": "22-12-1872", "HOUR": "10h.", "NAME": "BOSC Louis", "PLACE": "Lacaune (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1295	di-lorto-laurent-1909-01-01	{"a1": "1296", "g55": "03-245", "3a_sports": "1407", "cfepp-final3": "466"}	{"g55": "03-245", "cfepp": "CF-466", "cpara": "CP-157", "ertel": "ES-1407", "lerrcp": "A1-1296"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Laurent", "family": "Di Lorto", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1909-01-01 10:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.05526, "lat": 43.40735, "name": "Martigues", "geoid": 2995387}, "notime": null, "date-ut": "1909-01-01 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Laurent", "family": "Di Lorto"}, "birth": {"tzo": "+00:09:21", "date": "1909-01-01 10:00", "place": {"c2": "13", "cy": "FR", "lg": 5.05526, "lat": 43.40735, "name": "Martigues", "geoid": 2995387}, "date-ut": "1909-01-01 09:50:40"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1296"}, "ids-in-sources": {"a1": "1296"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "13", "COU": "F", "DAY": "1", "LAT": "43N18", "LON": "5E22", "MON": "1", "NUM": "1296", "PRO": "C", "SEC": "40", "YEA": "1909", "CITY": "MARTIGUES"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1909-01-01 10:00"}, "partial-ids": {"ertel": "ES-1407"}}, "raw": {"L": "", "MF": "", "NR": "1407", "ENG": "1", "MA_": "2", "G_NR": "1296", "MA12": "4", "MARS": "12", "NAME": "DiLorto", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,600", "CSINR": "", "KURTZ": "", "PHAS_": "69,300", "STUND": "10,00", "CFEPNR": "466", "EXTEND": "1", "NATION": "FRA", "TAGMON": "01.01.", "ZITATE": "DWO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "157", "VORNAME": "Laurent", "ZITRANG": "4", "GAUQ1955": "+", "GEBDATUM": "01.01.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:09+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1909-01-01 10:00", "place": {"c3": ""}, "date-ut": "1909-01-01 09:51"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "466"}}, "raw": {"S": "4", "LT": "10 00", "LV": "I11", "TR": "f", "UT": "09 51", "LAT": "+43.41", "SRC": "ALG", "LONG": "-05.05", "NAME": "DI LORTO Laurent", "SPORT": "Soccer", "LOC_DATE": "1909 01 01", "UNIV_DATE": "1909 01 01", "BIRTH_PLACE": "MARTIGUES", "POSTAL_CODE": "13694 CEDEX"}, "date": "2023-08-20T14:46:03+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-245"}, "ids-in-source": {"g55": "03-245"}}, "raw": {"DAY": "1-1-1909", "HOUR": "10 h.", "NAME": "DI LORTO Laurent", "PLACE": "Martigues (Bouches-du-Rhône)."}, "date": "2023-08-20T14:48:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25051	bosse-felix-1891-12-15	{"g55": "10-88"}	{"g55": "10-88"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Bosse", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1891-12-15 20:00", "note": null, "place": {"c1": "", "c2": "48", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Chély d’Apcher", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Bosse", "nobility": ""}, "birth": {"date": "1891-12-15 20:00", "place": {"c1": "", "c2": "48", "c3": "", "cy": "FR", "name": "Saint-Chély d’Apcher"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-88"}}, "raw": {"DAY": "15-12-1891", "HOUR": "20 h.", "NAME": "BOSSE Félix", "PLACE": "Saint-Chély d’Apcher (Lozère)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25052	boudon-pierre-1885-07-21	{"g55": "10-89"}	{"g55": "10-89"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Boudon", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1885-07-21 08:00", "note": null, "place": {"c1": "", "c2": "48", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Chély d’Apcher", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Boudon", "nobility": ""}, "birth": {"date": "1885-07-21 08:00", "place": {"c1": "", "c2": "48", "c3": "", "cy": "FR", "name": "Saint-Chély d’Apcher"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-89"}}, "raw": {"DAY": "21-7-1885", "HOUR": "8 h.", "NAME": "BOUDON Pierre", "PLACE": "Saint-Chély d’Apcher (Lozère)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25053	bourlanges-fernand-1910-02-18	{"g55": "10-90"}	{"g55": "10-90"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Bourlanges", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1910-02-18 13:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Castres", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Bourlanges", "nobility": ""}, "birth": {"date": "1910-02-18 13:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Castres"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-90"}}, "raw": {"DAY": "18-2-1910", "HOUR": "13 h.", "NAME": "BOURLANGES Fernand", "PLACE": "Castres (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25054	bousquet-aime-1896-09-12	{"g55": "10-91"}	{"g55": "10-91"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aimé", "family": "Bousquet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1896-09-12 12:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Massals", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Aimé", "family": "Bousquet", "nobility": ""}, "birth": {"date": "1896-09-12 12:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Massals"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-91"}}, "raw": {"DAY": "12-9-1896", "HOUR": "12 h.", "NAME": "BOUSQUET Aimé", "PLACE": "Massals (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25055	bousquet-fernand-1882-03-13	{"g55": "10-92"}	{"g55": "10-92"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Bousquet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1882-03-13 01:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Labessonnié", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Bousquet", "nobility": ""}, "birth": {"date": "1882-03-13 01:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Labessonnié"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-92"}}, "raw": {"DAY": "13-3-1882", "HOUR": "1 h.", "NAME": "BOUSQUET Fernand", "PLACE": "Labessonnié (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1300	dubly-raymond-1893-11-05	{"a1": "1301", "g55": "03-247", "3a_sports": "1465", "cfepp-final3": "472"}	{"g55": "03-247", "cfepp": "CF-472", "cpara": "CP-166", "ertel": "ES-1465", "lerrcp": "A1-1301"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Dubly", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1893-11-05 19:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1893-11-05 18:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Dubly"}, "birth": {"tzo": "+00:09:21", "date": "1893-11-05 19:00", "place": {"c2": "59", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1893-11-05 18:50:40"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1301"}, "ids-in-sources": {"a1": "1301"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "59", "COU": "F", "DAY": "5", "LAT": "50N39", "LON": "3E 5", "MON": "11", "NUM": "1301", "PRO": "C", "SEC": "40", "YEA": "1893", "CITY": "ROUBAIX"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1893-11-05 19:00"}, "partial-ids": {"ertel": "ES-1465"}}, "raw": {"L": "", "MF": "", "NR": "1465", "ENG": "", "MA_": "0", "G_NR": "1301", "MA12": "8", "MARS": "23", "NAME": "Dubly", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,500", "CSINR": "", "KURTZ": "", "PHAS_": "11,900", "STUND": "19,00", "CFEPNR": "472", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.11.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "166", "VORNAME": "Raymond", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "05.11.1893", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1893-11-05 19:00", "place": {"c3": ""}, "date-ut": "1893-11-05 18:51"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "472"}}, "raw": {"S": "8", "LT": "19 00", "LV": "I31", "TR": "f", "UT": "18 51", "LAT": "+50.70", "SRC": "ALG", "LONG": "-03.18", "NAME": "DUBLY Raymond", "SPORT": "Soccer", "LOC_DATE": "1893 11 05", "UNIV_DATE": "1893 11 05", "BIRTH_PLACE": "ROUBAIX", "POSTAL_CODE": "59066 CEDEX  1"}, "date": "2023-08-20T14:46:04+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-247"}, "ids-in-source": {"g55": "03-247"}}, "raw": {"DAY": "5-11-1893", "HOUR": "19 h.", "NAME": "\\fDUBLY Raymond", "PLACE": "Roubaix (Nord)."}, "date": "2023-08-20T14:48:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25056	bousquet-victor-1879-10-07	{"g55": "10-93"}	{"g55": "10-93"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Bousquet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1879-10-07 19:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Mazamet", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Bousquet", "nobility": ""}, "birth": {"date": "1879-10-07 19:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Mazamet"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-93"}}, "raw": {"DAY": "7-10-1879", "HOUR": "19 h.", "NAME": "BOUSQUET Victor", "PLACE": "Mazamet (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25057	bousquie-claude-1897-05-14	{"g55": "10-94"}	{"g55": "10-94"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Bousquie", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1897-05-14 15:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Cordes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Bousquie", "nobility": ""}, "birth": {"date": "1897-05-14 15:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Cordes"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-94"}}, "raw": {"DAY": "14-5-1897", "HOUR": "15 h.", "NAME": "BOUSQUIE Claude", "PLACE": "Cordes (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25058	boutes-louis-1870-06-18	{"g55": "10-95"}	{"g55": "10-95"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Boutes", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1870-06-18 15:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Cug-les-Vielmur", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Boutes", "nobility": ""}, "birth": {"date": "1870-06-18 15:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Cug-les-Vielmur"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-95"}}, "raw": {"DAY": "18-6-1870", "HOUR": "15 h.", "NAME": "BOUTES Louis", "PLACE": "Cug-les-Vielmur (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25059	boutibonnes-victor-1870-10-02	{"g55": "10-96"}	{"g55": "10-96"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Boutibonnes", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1870-10-02 16:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Paul-Cap de Joux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Boutibonnes", "nobility": ""}, "birth": {"date": "1870-10-02 16:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Saint-Paul-Cap de Joux"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-96"}}, "raw": {"DAY": "2-10-1870", "HOUR": "16 h.", "NAME": "BOUTIBONNES Victor", "PLACE": "Saint-Paul-Cap de Joux (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1302	dupuis-maurice-1914-02-04	{"a1": "1303", "g55": "03-248", "3a_sports": "1502", "cfepp-final3": "473"}	{"g55": "03-248", "cfepp": "CF-473", "ertel": "ES-1502", "lerrcp": "A1-1303"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Dupuis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1914-02-04 09:00", "note": null, "place": {"c1": null, "c2": "95", "c3": "", "cy": "FR", "lg": 2, "lat": 49, "name": "Franconville-la-Garenne", "geoid": 0}, "notime": null, "date-ut": "1914-02-04 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Dupuis"}, "birth": {"tzo": "+00:00", "date": "1914-02-04 09:00", "place": {"c2": "95", "cy": "FR", "lg": 2, "lat": 49, "name": "Franconville-la", "geoid": 0}, "date-ut": "1914-02-04 09:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1303"}, "ids-in-sources": {"a1": "1303"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "95", "COU": "F", "DAY": "4", "LAT": "49N 0", "LON": "2E 0", "MON": "2", "NUM": "1303", "PRO": "C", "SEC": "0", "YEA": "1914", "CITY": "FRANCONVILLE-LA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1914-02-04 09:00"}, "partial-ids": {"ertel": "ES-1502"}}, "raw": {"L": "", "MF": "", "NR": "1502", "ENG": "", "MA_": "1", "G_NR": "1303", "MA12": "9", "MARS": "27", "NAME": "Dupuis", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,600", "CSINR": "", "KURTZ": "", "PHAS_": "55,500", "STUND": "9,00", "CFEPNR": "473", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.02.", "ZITATE": "O", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Maurice", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "04.02.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1914-02-04 09:00", "place": {"c3": ""}, "date-ut": "1914-02-04 09:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "473"}}, "raw": {"S": "9", "LT": "09 00", "LV": "I7", "TR": "f", "UT": "09 00", "LAT": "+48.99", "SRC": "AG", "LONG": "-02.23", "NAME": "DUPUIS Maurice", "SPORT": "Soccer", "LOC_DATE": "1914 02 04", "UNIV_DATE": "1914 02 04", "BIRTH_PLACE": "FRANCONVILLE LA GARENNE", "POSTAL_CODE": "95130"}, "date": "2023-08-20T14:46:04+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Franconville-la-Garenne"}}, "partial-ids": {"g55": "03-248"}, "ids-in-source": {"g55": "03-248"}}, "raw": {"DAY": "4-2-1914", "HOUR": "9 h.", "NAME": "DUPUIS Maurice", "PLACE": "Franconville-la-Garenne (Seine-et-O.)."}, "date": "2023-08-20T14:48:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1304	finot-louis-1909-07-08	{"a1": "1305", "g55": "03-250", "3a_sports": "1638", "cfepp-final3": "476"}	{"g55": "03-250", "cfepp": "CF-476", "ertel": "ES-1638", "lerrcp": "A1-1305"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Finot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1909-07-08 04:00", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Saint-Maur-des-Fossés", "geoid": 0}, "notime": null, "date-ut": "1909-07-08 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Finot"}, "birth": {"tzo": "+00:09:21", "date": "1909-07-08 08:00", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Saint-Maur-des-Fos", "geoid": 0}, "date-ut": "1909-07-08 07:50:40"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1305"}, "ids-in-sources": {"a1": "1305"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "8", "LAT": "48N47", "LON": "2E29", "MON": "7", "NUM": "1305", "PRO": "C", "SEC": "40", "YEA": "1909", "CITY": "ST-MAUR-DES-FOS"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1909-07-08 08:00"}, "partial-ids": {"ertel": "ES-1638"}}, "raw": {"L": "", "MF": "", "NR": "1638", "ENG": "", "MA_": "0", "G_NR": "1305", "MA12": "5", "MARS": "15", "NAME": "Finot", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,300", "CSINR": "", "KURTZ": "", "PHAS_": "75,400", "STUND": "8,00", "CFEPNR": "476", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.07.", "ZITATE": "O", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Louis", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "08.07.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "finot-louis-1909-07-08", "birth": {"date": "1909-07-08 04:00", "place": {"c3": ""}, "date-ut": "1909-07-08 03:51"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "476"}}, "raw": {"S": "3", "LT": "04 00", "LV": "I7", "TR": "f", "UT": "03 51", "LAT": "+48.81", "SRC": "AG", "LONG": "-02.50", "NAME": "FINOT Louis", "SPORT": "Soccer", "LOC_DATE": "1909 07 08", "UNIV_DATE": "1909 07 08", "BIRTH_PLACE": "ST MAUR DES FOSSES", "POSTAL_CODE": "94100"}, "date": "2023-08-20T14:46:04+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Maur-des-Fossés"}}, "partial-ids": {"g55": "03-250"}, "ids-in-source": {"g55": "03-250"}}, "raw": {"DAY": "8-7-1909", "HOUR": "8 h.", "NAME": "FINOT Louis", "PLACE": "Saint-Maur-des-Fossés (Seine)."}, "date": "2023-08-20T14:48:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25060	boyer-germain-1875-07-18	{"g55": "10-97"}	{"g55": "10-97"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Germain", "family": "Boyer", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1875-07-18 02:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Tanus", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Germain", "family": "Boyer", "nobility": ""}, "birth": {"date": "1875-07-18 02:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Tanus"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-97"}}, "raw": {"DAY": "18-7-1875", "HOUR": "2 h.", "NAME": "BOYER Germain", "PLACE": "Tanus (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25061	briols-francois-1898-12-22	{"g55": "10-98"}	{"g55": "10-98"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Briols", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1898-12-22 12:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Guitalens", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "François", "family": "Briols", "nobility": ""}, "birth": {"date": "1898-12-22 12:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Guitalens"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-98"}}, "raw": {"DAY": "22-12-1898", "HOUR": "12 h.", "NAME": "BRIOLS François", "PLACE": "Guitalens (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25062	bru-gaston-1877-09-23	{"g55": "10-99"}	{"g55": "10-99"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Bru", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1877-09-23 01:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Michel-de-Vax", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Bru", "nobility": ""}, "birth": {"date": "1877-09-23 01:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Saint-Michel-de-Vax"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-99"}}, "raw": {"DAY": "23-9-1877", "HOUR": "1 h.", "NAME": "BRU Gaston", "PLACE": "Saint-Michel-de-Vax (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1308	galey-marcel-1905-09-02	{"a1": "1309", "g55": "03-252", "3a_sports": "1754", "cfepp-final3": "481"}	{"g55": "03-252", "cfepp": "CF-481", "ertel": "ES-1754", "lerrcp": "A1-1309"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Galey", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1905-09-02 23:30", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.30952, "lat": 48.90018, "name": "Clichy", "geoid": 3024597}, "notime": null, "date-ut": "1905-09-02 23:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Galey"}, "birth": {"tzo": "+00:09:21", "date": "1905-09-02 23:30", "place": {"c2": "92", "cy": "FR", "lg": 2.30952, "lat": 48.90018, "name": "Clichy", "geoid": 3024597}, "date-ut": "1905-09-02 23:20:40"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1309"}, "ids-in-sources": {"a1": "1309"}}, "raw": {"H": "23", "MN": "20", "TZ": "0", "COD": "92", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E11", "MON": "9", "NUM": "1309", "PRO": "C", "SEC": "40", "YEA": "1905", "CITY": "CLICHY"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1905-09-02 23:30"}, "partial-ids": {"ertel": "ES-1754"}}, "raw": {"L": "", "MF": "", "NR": "1754", "ENG": "", "MA_": "1", "G_NR": "1309", "MA12": "7", "MARS": "20", "NAME": "Galey", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,500", "CSINR": "", "KURTZ": "", "PHAS_": "8,600", "STUND": "23,50", "CFEPNR": "481", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "02.09.1905", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1905-09-02 23:30", "place": {"c3": ""}, "date-ut": "1905-09-02 23:21"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "481"}}, "raw": {"S": "7", "LT": "23 30", "LV": "I3", "TR": "f", "UT": "23 21", "LAT": "+48.91", "SRC": "AG", "LONG": "-02.32", "NAME": "GALEY Marcel", "SPORT": "Soccer", "LOC_DATE": "1905 09 02", "UNIV_DATE": "1905 09 02", "BIRTH_PLACE": "CLICHY", "POSTAL_CODE": "92112 CEDEX"}, "date": "2023-08-20T14:46:04+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-252"}, "ids-in-source": {"g55": "03-252"}}, "raw": {"DAY": "2-9-1905", "HOUR": "23 h. 30", "NAME": "GALEY Marcel", "PLACE": "Clichy (Seine)."}, "date": "2023-08-20T14:48:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1310	gamblin-lucien-1890-07-22	{"a1": "1311", "g55": "03-253", "3a_sports": "1773", "cfepp-final3": "482"}	{"g55": "03-253", "cfepp": "CF-482", "cpara": "CP-194", "ertel": "ES-1773", "lerrcp": "A1-1311"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Gamblin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:32", "date": "1890-07-22 02:00", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.38487, "lat": 48.81568, "name": "Ivry-sur-Seine", "geoid": 3012621}, "notime": null, "date-ut": "1890-07-22 01:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Gamblin"}, "birth": {"tzo": "+00:09:32", "date": "1890-07-22 02:00", "place": {"c2": "94", "cy": "FR", "lg": 2.38487, "lat": 48.81568, "name": "Ivry-sur-Seine", "geoid": 3012621}, "date-ut": "1890-07-22 01:50:04"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1311"}, "ids-in-sources": {"a1": "1311"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "22", "LAT": "48N47", "LON": "2E29", "MON": "7", "NUM": "1311", "PRO": "C", "SEC": "4", "YEA": "1890", "CITY": "IVRY-S/SEINE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1890-07-22 02:00"}, "partial-ids": {"ertel": "ES-1773"}}, "raw": {"L": "", "MF": "", "NR": "1773", "ENG": "", "MA_": "1", "G_NR": "1311", "MA12": "7", "MARS": "21", "NAME": "Gamblin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,200", "CSINR": "", "KURTZ": "", "PHAS_": "21,000", "STUND": "2,00", "CFEPNR": "482", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.07.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "194", "VORNAME": "Lucien", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "22.07.1890", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1890-07-22 02:00", "place": {"c3": ""}, "date-ut": "1890-07-22 01:50"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "482"}}, "raw": {"S": "7", "LT": "02 00", "LV": "I17", "TR": "f", "UT": "01 50", "LAT": "+48.82", "SRC": "ALG", "LONG": "-02.38", "NAME": "GAMBLIN Lucien", "SPORT": "Soccer", "LOC_DATE": "1890 07 22", "UNIV_DATE": "1890 07 22", "BIRTH_PLACE": "IVRY SUR SEINE", "POSTAL_CODE": "94205 CEDEX"}, "date": "2023-08-20T14:46:04+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-253"}, "ids-in-source": {"g55": "03-253"}}, "raw": {"DAY": "22-7-1890", "HOUR": "2 h.", "NAME": "GAMBLIN Lucien", "PLACE": "Ivry-sur-Seine (Seine)."}, "date": "2023-08-20T14:48:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25063	bru-henri-1907-04-16	{"g55": "10-100"}	{"g55": "10-100"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Bru", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1907-04-16 03:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Espérausses", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Bru", "nobility": ""}, "birth": {"date": "1907-04-16 03:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Espérausses"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-100"}}, "raw": {"DAY": "16-4-1907", "HOUR": "3 h.", "NAME": "BRU Henri", "PLACE": "Espérausses (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25064	bruniquel-joseph-1915-06-09	{"g55": "10-101"}	{"g55": "10-101"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Bruniquel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1915-06-09 12:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Rayssac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Bruniquel", "nobility": ""}, "birth": {"date": "1915-06-09 12:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Rayssac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-101"}}, "raw": {"DAY": "9-6-1915", "HOUR": "12 h.", "NAME": "BRUNIQUEL Joseph", "PLACE": "Rayssac (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25065	cabal-henri-1880-05-28	{"g55": "10-102"}	{"g55": "10-102"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Cabal", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1880-05-28 04:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Antonin-de-Lacalm", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Cabal", "nobility": ""}, "birth": {"date": "1880-05-28 04:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Saint-Antonin-de-Lacalm"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-102"}}, "raw": {"DAY": "28-5-1880", "HOUR": "4 h.", "NAME": "CABAL Henri", "PLACE": "Saint-Antonin-de-Lacalm (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25066	cabrol-albert-1909-09-08	{"g55": "10-103"}	{"g55": "10-103"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Cabrol", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1909-09-08 04:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Moularés", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Cabrol", "nobility": ""}, "birth": {"date": "1909-09-08 04:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Moularés"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-103"}}, "raw": {"DAY": "8-9-1909", "HOUR": "4 h.", "NAME": "CABROL Albert", "PLACE": "Moularés (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1315	gregoire-jean-1922-07-20	{"a1": "1316", "g55": "03-255", "3a_sports": "1951", "cfepp-final3": "489"}	{"g55": "03-255", "cfepp": "CF-489", "ertel": "ES-1951", "lerrcp": "A1-1316"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Gregoire", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1922-07-20 16:30", "note": null, "place": {"c1": null, "c2": "26", "c3": "", "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "notime": null, "date-ut": "1922-07-20 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Gregoire"}, "birth": {"tzo": "+01:00", "date": "1922-07-20 16:30", "place": {"c2": "26", "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "date-ut": "1922-07-20 15:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1316"}, "ids-in-sources": {"a1": "1316"}}, "raw": {"H": "15", "MN": "30", "TZ": "0", "COD": "26", "COU": "F", "DAY": "20", "LAT": "44N56", "LON": "4E54", "MON": "7", "NUM": "1316", "PRO": "C", "SEC": "0", "YEA": "1922", "CITY": "VALENCE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1922-07-20 16:30"}, "partial-ids": {"ertel": "ES-1951"}}, "raw": {"L": "", "MF": "", "NR": "1951", "ENG": "0", "MA_": "2", "G_NR": "1316", "MA12": "12", "MARS": "36", "NAME": "Gregoire", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,200", "CSINR": "", "KURTZ": "", "PHAS_": "23,800", "STUND": "16,50", "CFEPNR": "489", "EXTEND": "1", "NATION": "FRA", "TAGMON": "20.07.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "20.07.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1922-07-20 16:30", "place": {"c3": ""}, "date-ut": "1922-07-20 15:30"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "489"}}, "raw": {"S": "12", "LT": "16 30", "LV": "I10", "TR": "f", "UT": "15 30", "LAT": "+44.93", "SRC": "ALG", "LONG": "-04.90", "NAME": "GREGOIRE Jean", "SPORT": "Soccer", "LOC_DATE": "1922 07 20", "UNIV_DATE": "1922 07 20", "BIRTH_PLACE": "VALENCE", "POSTAL_CODE": "26021 CEDEX"}, "date": "2023-08-20T14:46:04+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-255"}, "ids-in-source": {"g55": "03-255"}}, "raw": {"DAY": "20-7-1922", "HOUR": "16 h. 30", "NAME": "GREGOIRE Jean", "PLACE": "Valence (Drôme)."}, "date": "2023-08-20T14:48:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25067	cabrol-jean-1904-07-08	{"g55": "10-104"}	{"g55": "10-104"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Cabrol", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1904-07-08 11:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Labruguiére", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Cabrol", "nobility": ""}, "birth": {"date": "1904-07-08 11:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Labruguiére"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-104"}}, "raw": {"DAY": "8-7-1904", "HOUR": "11 h.", "NAME": "\\fCABROL Jean", "PLACE": "Labruguiére (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1313	glowacki-leon-1928-02-19	{"a1": "1314", "3a_sports": "1884", "cfepp-final3": "485"}	{"cfepp": "CF-485", "cpara": "CP-207", "ertel": "ES-1884", "lerrcp": "A1-1314"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Glowacki", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1928-02-19 06:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 3.01584, "lat": 50.48322, "name": "Libercourt", "geoid": 2998520}, "notime": null, "date-ut": "1928-02-19 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Glowacki"}, "birth": {"tzo": "+00:00", "date": "1928-02-19 06:00", "place": {"c2": "62", "cy": "FR", "lg": 3.01584, "lat": 50.48322, "name": "Libercourt", "geoid": 2998520}, "date-ut": "1928-02-19 06:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1314"}, "ids-in-sources": {"a1": "1314"}}, "raw": {"H": "6", "MN": "0", "TZ": "0", "COD": "62", "COU": "F", "DAY": "19", "LAT": "50N18", "LON": "2E46", "MON": "2", "NUM": "1314", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "LIBERCOURT"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-02-19 06:00"}, "partial-ids": {"ertel": "ES-1884"}}, "raw": {"L": "", "MF": "", "NR": "1884", "ENG": "1", "MA_": "2", "G_NR": "1314", "MA12": "1", "MARS": "2", "NAME": "Glowacki", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,300", "CSINR": "", "KURTZ": "", "PHAS_": "7,100", "STUND": "6,00", "CFEPNR": "485", "EXTEND": "1", "NATION": "FRA", "TAGMON": "19.02.", "ZITATE": "DWO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "207", "VORNAME": "Léon", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "19.02.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1928-02-19 06:00", "place": {"c3": ""}, "date-ut": "1928-02-19 06:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "485"}}, "raw": {"S": "1", "LT": "06 00", "LV": "I12", "TR": "f", "UT": "06 00", "LAT": "+50.49", "SRC": "L", "LONG": "-03.01", "NAME": "GLOVACKI Leon", "SPORT": "Soccer", "LOC_DATE": "1928 02 19", "UNIV_DATE": "1928 02 19", "BIRTH_PLACE": "LIBERCOURT", "POSTAL_CODE": "62820"}, "date": "2023-08-20T14:46:04+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
25068	cabrol-louis-1889-12-03	{"g55": "10-105"}	{"g55": "10-105"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Cabrol", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1889-12-03 07:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Carmaux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Cabrol", "nobility": ""}, "birth": {"date": "1889-12-03 07:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Carmaux"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-105"}}, "raw": {"DAY": "3-12-1889", "HOUR": "7 h.", "NAME": "CABROL Louis", "PLACE": "Carmaux (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25069	cabrol-maurice-1914-01-02	{"g55": "10-106"}	{"g55": "10-106"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Cabrol", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1914-01-02 07:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Labruguiére", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Cabrol", "nobility": ""}, "birth": {"date": "1914-01-02 07:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Labruguiére"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-106"}}, "raw": {"DAY": "2-1-1914", "HOUR": "7 h.", "NAME": "CABROL Maurice", "PLACE": "Labruguiére (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25070	calmettes-adrien-1861-04-07	{"g55": "10-107"}	{"g55": "10-107"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrien", "family": "Calmettes", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1861-04-07 08:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Graulhet", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Adrien", "family": "Calmettes", "nobility": ""}, "birth": {"date": "1861-04-07 08:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Graulhet"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-107"}}, "raw": {"DAY": "7-4-1861", "HOUR": "8 h.", "NAME": "CALMETTES Adrien", "PLACE": "Graulhet (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1318	guillas-roland-1936-09-23	{"a1": "1319", "3a_sports": "2015", "cfepp-final3": "493"}	{"cfepp": "CF-493", "cpara": "CP-511", "ertel": "ES-2015", "lerrcp": "A1-1319"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roland", "family": "Guillas", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1936-09-23 22:30", "note": null, "place": {"c1": null, "c2": "56", "c3": "", "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "notime": null, "date-ut": "1936-09-23 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Roland", "family": "Guillas"}, "birth": {"tzo": "+01:00", "date": "1936-09-23 22:30", "place": {"c2": "56", "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "date-ut": "1936-09-23 21:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1319"}, "ids-in-sources": {"a1": "1319"}}, "raw": {"H": "21", "MN": "30", "TZ": "0", "COD": "56", "COU": "F", "DAY": "23", "LAT": "47N40", "LON": "2W44", "MON": "9", "NUM": "1319", "PRO": "C", "SEC": "0", "YEA": "1936", "CITY": "LORIENT"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1936-09-23 22:30"}, "partial-ids": {"ertel": "ES-2015"}}, "raw": {"L": "", "MF": "", "NR": "2015", "ENG": "", "MA_": "1", "G_NR": "1319", "MA12": "9", "MARS": "26", "NAME": "Guillas", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,200", "CSINR": "", "KURTZ": "", "PHAS_": "41,000", "STUND": "22,50", "CFEPNR": "493", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.09.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "511", "VORNAME": "Roland", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "23.09.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1936-09-23 22:30", "place": {"c3": ""}, "date-ut": "1936-09-23 21:30"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "493"}}, "raw": {"S": "9", "LT": "22 30", "LV": "I9", "TR": "f", "UT": "21 30", "LAT": "+47.75", "SRC": "L", "LONG": "+03.37", "NAME": "GUILLAS Roland", "SPORT": "Soccer", "LOC_DATE": "1936 09 23", "UNIV_DATE": "1936 09 23", "BIRTH_PLACE": "LORIENT", "POSTAL_CODE": "56321 CEDEX"}, "date": "2023-08-20T14:46:04+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
25071	calmettes-ernest-1873-02-20	{"g55": "10-108"}	{"g55": "10-108"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Calmettes", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1873-02-20 05:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Montirat", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Calmettes", "nobility": ""}, "birth": {"date": "1873-02-20 05:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Montirat"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-108"}}, "raw": {"DAY": "20-2-1873", "HOUR": "5 h.", "NAME": "CALMETTES Ernest", "PLACE": "Montirat (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1320	hediart-jean-1931-01-29	{"a1": "1321", "3a_sports": "2084"}	{"cpara": "CP-512", "ertel": "ES-2084", "lerrcp": "A1-1321"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Hediart", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1931-01-29 17:50", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.62714, "lat": 49.5631, "name": "Laon", "geoid": 3007477}, "notime": null, "date-ut": "1931-01-29 17:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Hediart"}, "birth": {"tzo": "+00:00", "date": "1931-01-29 17:50", "place": {"c2": "02", "cy": "FR", "lg": 3.62714, "lat": 49.5631, "name": "Laon", "geoid": 3007477}, "date-ut": "1931-01-29 17:50"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1321"}, "ids-in-sources": {"a1": "1321"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "02", "COU": "F", "DAY": "29", "LAT": "49N34", "LON": "3E37", "MON": "1", "NUM": "1321", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "LAON"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-01-29 17:50"}, "partial-ids": {"ertel": "ES-2084"}}, "raw": {"L": "", "MF": "", "NR": "2084", "ENG": "1", "MA_": "2", "G_NR": "1321", "MA12": "1", "MARS": "2", "NAME": "Hediart", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,900", "CSINR": "", "KURTZ": "", "PHAS_": "69,900", "STUND": "17,83", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "29.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "512", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.01.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25072	cals-armand-1870-10-16	{"g55": "10-109"}	{"g55": "10-109"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Cals", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1870-10-16 09:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Vabre", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Cals", "nobility": ""}, "birth": {"date": "1870-10-16 09:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Vabre"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-109"}}, "raw": {"DAY": "16-10-1870", "HOUR": "9 h.", "NAME": "CALS Armand", "PLACE": "Vabre (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25073	calvignac-eloi-1911-04-11	{"g55": "10-110"}	{"g55": "10-110"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eloi", "family": "Calvignac", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1911-04-11 03:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Carmaux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Eloi", "family": "Calvignac", "nobility": ""}, "birth": {"date": "1911-04-11 03:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Carmaux"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-110"}}, "raw": {"DAY": "11-4-1911", "HOUR": "3 h.", "NAME": "CALVIGNAC Eloi", "PLACE": "Carmaux (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25074	cantie-pierre-1893-10-29	{"g55": "10-111"}	{"g55": "10-111"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Cantie", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1893-10-29 05:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Pierre de Trivisy", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Cantie", "nobility": ""}, "birth": {"date": "1893-10-29 05:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Saint-Pierre de Trivisy"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-111"}}, "raw": {"DAY": "29-10-1893", "HOUR": "5 h.", "NAME": "CANTIE Pierre", "PLACE": "Saint-Pierre de Trivisy (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25075	carayon-louis-1859-09-25	{"g55": "10-112"}	{"g55": "10-112"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Carayon", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1859-09-25 00:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Miolles", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Carayon", "nobility": ""}, "birth": {"date": "1859-09-25 00:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Miolles"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-112"}}, "raw": {"DAY": "25-9-1859", "HOUR": "0 h.", "NAME": "CARAYON Louis", "PLACE": "Miolles (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1323	hugues-francois-1896-08-13	{"a1": "1324", "3a_sports": "2158", "cfepp-final3": "500"}	{"cfepp": "CF-500", "cpara": "CP-234", "ertel": "ES-2158", "lerrcp": "A1-1324"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Hugues", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1896-08-13 09:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "14", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1896-08-13 09:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "François", "family": "Hugues"}, "birth": {"tzo": "+00:09:21", "date": "1896-08-13 09:30", "place": {"c2": "75", "c3": "14", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1896-08-13 09:20:40"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1324"}, "ids-in-sources": {"a1": "1324"}}, "raw": {"H": "9", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "13", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "1324", "PRO": "C", "SEC": "40", "YEA": "1896", "CITY": "PARIS 14E"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1896-08-13 09:30"}, "partial-ids": {"ertel": "ES-2158"}}, "raw": {"L": "", "MF": "", "NR": "2158", "ENG": "", "MA_": "1", "G_NR": "1324", "MA12": "5", "MARS": "13", "NAME": "Hugues", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,500", "CSINR": "", "KURTZ": "d", "PHAS_": "19,100", "STUND": "9,50", "CFEPNR": "500", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.08.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "234", "VORNAME": "Francois", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "13.08.1896", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1896-08-13 09:30", "place": {"c3": "14"}, "date-ut": "1896-08-13 09:21"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "500"}}, "raw": {"S": "5", "LT": "09 30", "LV": "I24", "TR": "f", "UT": "09 21", "LAT": "+48.86", "SRC": "AL", "LONG": "-02.34", "NAME": "HUGUES Francois", "SPORT": "Soccer", "LOC_DATE": "1896 08 13", "UNIV_DATE": "1896 08 13", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75014"}, "date": "2023-08-20T14:46:04+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
25076	carayon-pierre-1873-03-07	{"g55": "10-113"}	{"g55": "10-113"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Carayon", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1873-03-07 02:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Trébas", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Carayon", "nobility": ""}, "birth": {"date": "1873-03-07 02:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Trébas"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-113"}}, "raw": {"DAY": "7-3-1873", "HOUR": "2 h.", "NAME": "CARAYON Pierre", "PLACE": "Trébas (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25077	carcasses-hippolyte-1874-11-15	{"g55": "10-114"}	{"g55": "10-114"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hippolyte", "family": "Carcasses", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1874-11-15 19:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Puylaurens", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Hippolyte", "family": "Carcasses", "nobility": ""}, "birth": {"date": "1874-11-15 19:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Puylaurens"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-114"}}, "raw": {"DAY": "15-11-1874", "HOUR": "19 h.", "NAME": "CARCASSES Hippolyte", "PLACE": "Puylaurens (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25078	carel-germain-1885-10-18	{"g55": "10-115"}	{"g55": "10-115"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Germain", "family": "Carel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1885-10-18 04:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Tanus", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Germain", "family": "Carel", "nobility": ""}, "birth": {"date": "1885-10-18 04:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Tanus"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-115"}}, "raw": {"DAY": "18-10-1885", "HOUR": "4 h.", "NAME": "CAREL Germain", "PLACE": "Tanus (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25079	carivenc-edmond-1908-02-14	{"g55": "10-116"}	{"g55": "10-116"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Carivenc", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1908-02-14 05:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Castres", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Carivenc", "nobility": ""}, "birth": {"date": "1908-02-14 05:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Castres"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-116"}}, "raw": {"DAY": "14-2-1908", "HOUR": "5 h.", "NAME": "CARIVENC Edmond", "PLACE": "Castres (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1330	kopa-raymond-1931-10-13	{"a1": "1331", "3a_sports": "2286"}	{"cpara": "CP-251", "ertel": "ES-2286", "lerrcp": "A1-1331"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Kopa", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1931-10-13 09:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 50.48333, "name": "Nœux-les-Mines", "geoid": 2990287}, "notime": null, "date-ut": "1931-10-13 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Kopa"}, "birth": {"tzo": "+00:00", "date": "1931-10-13 09:00", "place": {"c2": "62", "cy": "FR", "lg": 2.66667, "lat": 50.48333, "name": "Nœux-les-Mines", "geoid": 2990287}, "date-ut": "1931-10-13 09:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1331"}, "ids-in-sources": {"a1": "1331"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "62", "COU": "F", "DAY": "13", "LAT": "50N18", "LON": "2E46", "MON": "10", "NUM": "1331", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "NOEUX-LES-MINES"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-10-13 09:00"}, "partial-ids": {"ertel": "ES-2286"}}, "raw": {"L": "", "MF": "", "NR": "2286", "ENG": "1", "MA_": "2", "G_NR": "1331", "MA12": "1", "MARS": "1", "NAME": "Kopa", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,000", "CSINR": "", "KURTZ": "e", "PHAS_": "3,300", "STUND": "9,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "13.10.", "ZITATE": "DSWFO", "ZITSUM": "5", "INDGRUP": "G", "PARA_NR": "251", "VORNAME": "Raymond", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "13.10.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1328	kaelbel-raymond-1932-01-31	{"a1": "1329", "3a_sports": "2243"}	{"cpara": "CP-250", "ertel": "ES-2243", "lerrcp": "A1-1329"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Kaelbel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1932-01-31 13:05", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.35584, "lat": 48.08078, "name": "Colmar", "geoid": 3024297}, "notime": null, "date-ut": "1932-01-31 13:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Kaelbel"}, "birth": {"tzo": "+00:00", "date": "1932-01-31 13:05", "place": {"c2": "68", "cy": "FR", "lg": 7.35584, "lat": 48.08078, "name": "Colmar", "geoid": 3024297}, "date-ut": "1932-01-31 13:05"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1329"}, "ids-in-sources": {"a1": "1329"}}, "raw": {"H": "13", "MN": "5", "TZ": "0", "COD": "68", "COU": "F", "DAY": "31", "LAT": "48N 5", "LON": "7E21", "MON": "1", "NUM": "1329", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "COLMAR"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-01-31 13:05"}, "partial-ids": {"ertel": "ES-2243"}}, "raw": {"L": "", "MF": "", "NR": "2243", "ENG": "1", "MA_": "2", "G_NR": "1329", "MA12": "4", "MARS": "12", "NAME": "Kaelbel", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,40", "CSINR": "", "KURTZ": "", "PHAS_": "43,300", "STUND": "13,08", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "31.01.", "ZITATE": "DWO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "250", "VORNAME": "Raymond", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "31.01.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25080	carne-achille-1877-07-01	{"g55": "10-117"}	{"g55": "10-117"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Achille", "family": "Carne", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1877-07-01 23:00", "note": null, "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Salvetat-Peyralés", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Achille", "family": "Carne", "nobility": ""}, "birth": {"date": "1877-07-01 23:00", "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "name": "Saint-Salvetat-Peyralés"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-117"}}, "raw": {"DAY": "1-7-1877", "HOUR": "23 h.", "NAME": "CARNE Achille", "PLACE": "Saint-Salvetat-Peyralés (Aveyron)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25081	carpentier-henri-1904-11-07	{"g55": "10-118"}	{"g55": "10-118"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Carpentier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1904-11-07 08:30", "note": null, "place": {"c1": "", "c2": "02", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Quentin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Carpentier", "nobility": ""}, "birth": {"date": "1904-11-07 08:30", "place": {"c1": "", "c2": "02", "c3": "", "cy": "FR", "name": "Saint-Quentin"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-118"}}, "raw": {"DAY": "7-11-1904", "HOUR": "8 h. 30", "NAME": "CARPENTIER Henri", "PLACE": "Saint-Quentin (Aisne)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25082	carrie-hippolyte-1885-11-14	{"g55": "10-119"}	{"g55": "10-119"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hippolyte", "family": "Carrie", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1885-11-14 20:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Benoît-de-Carmaux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Hippolyte", "family": "Carrie", "nobility": ""}, "birth": {"date": "1885-11-14 20:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Saint-Benoît-de-Carmaux"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-119"}}, "raw": {"DAY": "14-11-1885", "HOUR": "20 h.", "NAME": "CARRIE Hippolyte", "PLACE": "Saint-Benoît-de-Carmaux (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25083	cassagnes-jean-baptiste-1872-06-24	{"g55": "10-120"}	{"g55": "10-120"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Baptiste", "family": "Cassagnes", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1872-06-24 16:30", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Carlus", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean-Baptiste", "family": "Cassagnes", "nobility": ""}, "birth": {"date": "1872-06-24 16:30", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Carlus"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-120"}}, "raw": {"DAY": "24-6-1872", "HOUR": "16 h. 30", "NAME": "CASSAGNES Jean-Baptiste", "PLACE": "Carlus (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1333	laurent-jean-1906-12-30	{"a1": "1334", "g55": "03-263", "3a_sports": "2380", "cfepp-final3": "509"}	{"g55": "03-263", "cfepp": "CF-509", "ertel": "ES-2380", "lerrcp": "A1-1334"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Laurent", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1906-12-30 10:00", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.43945, "lat": 48.81171, "name": "Maisons-Alfort", "geoid": 2996568}, "notime": null, "date-ut": "1906-12-30 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Laurent"}, "birth": {"tzo": "+00:09:21", "date": "1906-12-30 10:00", "place": {"c2": "94", "cy": "FR", "lg": 2.43945, "lat": 48.81171, "name": "Maisons-Alfort", "geoid": 2996568}, "date-ut": "1906-12-30 09:50:40"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1334"}, "ids-in-sources": {"a1": "1334"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "30", "LAT": "48N47", "LON": "2E29", "MON": "12", "NUM": "1334", "PRO": "C", "SEC": "40", "YEA": "1906", "CITY": "MAISONS-ALFORT"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1906-12-30 10:00"}, "partial-ids": {"ertel": "ES-2380"}}, "raw": {"L": "", "MF": "", "NR": "2380", "ENG": "", "MA_": "1", "G_NR": "1334", "MA12": "5", "MARS": "13", "NAME": "Laurent", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,300", "CSINR": "", "KURTZ": "d", "PHAS_": "99,400", "STUND": "10,00", "CFEPNR": "509", "EXTEND": "", "NATION": "FRA", "TAGMON": "30.12.", "ZITATE": "O", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "30.12.1906", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1906-12-30 10:00", "place": {"c3": ""}, "date-ut": "1906-12-30 09:51"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "509"}}, "raw": {"S": "5", "LT": "10 00", "LV": "I9", "TR": "f", "UT": "09 51", "LAT": "+48.81", "SRC": "AG", "LONG": "-02.45", "NAME": "LAURENT Jean", "SPORT": "Soccer", "LOC_DATE": "1906 12 30", "UNIV_DATE": "1906 12 30", "BIRTH_PLACE": "MAISONS ALFORT", "POSTAL_CODE": "94701 CEDEX"}, "date": "2023-08-20T14:46:04+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-263"}, "ids-in-source": {"g55": "03-263"}}, "raw": {"DAY": "30-12-1906", "HOUR": "10 h.", "NAME": "LAURENT Jean", "PLACE": "Maisons-Alfort (Seine)."}, "date": "2023-08-20T14:48:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25084	cassan-paul-1915-07-04	{"g55": "10-121"}	{"g55": "10-121"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Cassan", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1915-07-04 22:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Victor", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Cassan", "nobility": ""}, "birth": {"date": "1915-07-04 22:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Saint-Victor"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-121"}}, "raw": {"DAY": "4-7-1915", "HOUR": "22 h.", "NAME": "CASSAN Paul", "PLACE": "Saint-Victor (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25085	castagne-pierre-1896-05-14	{"g55": "10-122"}	{"g55": "10-122"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Castagne", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1896-05-14 09:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Mazamet", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Castagne", "nobility": ""}, "birth": {"date": "1896-05-14 09:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Mazamet"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-122"}}, "raw": {"DAY": "14-5-1896", "HOUR": "9 h.", "NAME": "CASTAGNE Pierre", "PLACE": "Mazamet (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25086	castamagne-louis-1872-08-26	{"g55": "10-123"}	{"g55": "10-123"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Castamagne", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1872-08-26 07:00", "note": null, "place": {"c1": "", "c2": "30", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Gilles", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Castamagne", "nobility": ""}, "birth": {"date": "1872-08-26 07:00", "place": {"c1": "", "c2": "30", "c3": "", "cy": "FR", "name": "Saint-Gilles"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-123"}}, "raw": {"DAY": "26-8-1872", "HOUR": "7 h.", "NAME": "CASTAMAGNE Louis", "PLACE": "Saint-Gilles (Gard)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25087	cathala-louis-1867-07-26	{"g55": "10-124"}	{"g55": "10-124"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Cathala", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1867-07-26 08:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Gaillac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Cathala", "nobility": ""}, "birth": {"date": "1867-07-26 08:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Gaillac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-124"}}, "raw": {"DAY": "26-7-1867", "HOUR": "8 h.", "NAME": "CATHALA Louis", "PLACE": "Gaillac (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1339	liberati-ernest-1908-03-22	{"a1": "1340", "g55": "03-266", "3a_sports": "2485"}	{"g55": "03-266", "cpara": "CP-285", "ertel": "ES-2485", "lerrcp": "A1-1340"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Liberati", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1908-03-22 05:30", "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": -0.63588, "lat": 35.69906, "name": "Oran", "geoid": 2485926}, "notime": null, "date-ut": "1908-03-22 05:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Liberati"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": -0.63588, "lat": 35.69906, "name": "Oran", "geoid": 2485926}, "date-ut": "1908-03-22 05:20:40"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1340"}, "ids-in-sources": {"a1": "1340"}}, "raw": {"H": "5", "MN": "20", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "22", "LAT": "35N40", "LON": "0W30", "MON": "3", "NUM": "1340", "PRO": "C", "SEC": "40", "YEA": "1908", "CITY": "ORAN"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1908-03-22 05:30"}, "partial-ids": {"ertel": "ES-2485"}}, "raw": {"L": "", "MF": "", "NR": "2485", "ENG": "", "MA_": "0", "G_NR": "1340", "MA12": "11", "MARS": "32", "NAME": "Liberati", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,600", "CSINR": "", "KURTZ": "", "PHAS_": "84,800", "STUND": "5,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.03.", "ZITATE": "DWO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "285", "VORNAME": "Ernest", "ZITRANG": "4", "GAUQ1955": "+", "GEBDATUM": "22.03.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-266"}, "ids-in-source": {"g55": "03-266"}}, "raw": {"DAY": "22-3-1908", "HOUR": "5 h. 30", "NAME": "LIBERATI Ernest", "PLACE": "Oran (Algérie)."}, "date": "2023-08-20T14:48:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1337	leenaert-jacques-1921-01-22	{"a1": "1338", "g55": "03-265", "3a_sports": "2430"}	{"g55": "03-265", "ertel": "ES-2430", "lerrcp": "A1-1338"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Leenaert", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1921-01-22 15:30", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1921-01-22 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Leenaert"}, "birth": {"tzo": "+00:00", "date": "1921-01-22 15:30", "place": {"c2": "59", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1921-01-22 15:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1338"}, "ids-in-sources": {"a1": "1338"}}, "raw": {"H": "15", "MN": "30", "TZ": "0", "COD": "59", "COU": "F", "DAY": "22", "LAT": "50N39", "LON": "3E 5", "MON": "1", "NUM": "1338", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "ROUBAIX"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-01-22 15:30"}, "partial-ids": {"ertel": "ES-2430"}}, "raw": {"L": "", "MF": "", "NR": "2430", "ENG": "1", "MA_": "2", "G_NR": "1338", "MA12": "4", "MARS": "11", "NAME": "Leenaert", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,800", "CSINR": "", "KURTZ": "", "PHAS_": "94,000", "STUND": "15,50", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "22.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "22.01.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-265"}, "ids-in-source": {"g55": "03-265"}}, "raw": {"DAY": "22-1-1921", "HOUR": "15 h. 30", "NAME": "LEENAERT Jacques", "PLACE": "Roubaix (Nord)."}, "date": "2023-08-20T14:48:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25088	cavailles-albert-1885-08-23	{"g55": "10-125"}	{"g55": "10-125"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Cavailles", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1885-08-23 19:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Castres", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Cavailles", "nobility": ""}, "birth": {"date": "1885-08-23 19:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Castres"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-125"}}, "raw": {"DAY": "23-8-1885", "HOUR": "19 h.", "NAME": "CAVAILLES Albert", "PLACE": "Castres (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25089	cavailles-edouard-1874-05-14	{"g55": "10-126"}	{"g55": "10-126"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Cavailles", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1874-05-14 04:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Roquecourbe", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Cavailles", "nobility": ""}, "birth": {"date": "1874-05-14 04:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Roquecourbe"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-126"}}, "raw": {"DAY": "14-5-1874", "HOUR": "4 h.", "NAME": "CAVAILLES Edouard", "PLACE": "Roquecourbe (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25090	chabbal-leon-1880-03-31	{"g55": "10-127"}	{"g55": "10-127"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Chabbal", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1880-03-31 05:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Martin-de-Calmés", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Chabbal", "nobility": ""}, "birth": {"date": "1880-03-31 05:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Saint-Martin-de-Calmés"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-127"}}, "raw": {"DAY": "31-3-1880", "HOUR": "5 h.", "NAME": "CHABBAL Léon", "PLACE": "Saint-Martin-de-Calmés (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1342	ludo-francois-1930-03-04	{"a1": "1343", "3a_sports": "2556"}	{"cpara": "CP-515", "ertel": "ES-2556", "lerrcp": "A1-1343"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Ludo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1930-03-04 12:25", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.90396, "lat": 50.39247, "name": "Rouvroy", "geoid": 2982383}, "notime": null, "date-ut": "1930-03-04 12:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "François", "family": "Ludo"}, "birth": {"tzo": "+00:00", "date": "1930-03-04 12:25", "place": {"c2": "62", "cy": "FR", "lg": 2.90396, "lat": 50.39247, "name": "Rouvroy", "geoid": 2982383}, "date-ut": "1930-03-04 12:25"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1343"}, "ids-in-sources": {"a1": "1343"}}, "raw": {"H": "12", "MN": "25", "TZ": "0", "COD": "62", "COU": "F", "DAY": "4", "LAT": "50N18", "LON": "2E46", "MON": "3", "NUM": "1343", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "ROUVROY"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-03-04 12:25"}, "partial-ids": {"ertel": "ES-2556"}}, "raw": {"L": "", "MF": "", "NR": "2556", "ENG": "", "MA_": "1", "G_NR": "1343", "MA12": "5", "MARS": "13", "NAME": "Ludo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,600", "CSINR": "", "KURTZ": "", "PHAS_": "11,300", "STUND": "12,42", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "515", "VORNAME": "Francois", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.03.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1344	mahi-khennane-1936-10-21	{"a1": "1345", "3a_sports": "2606"}	{"cpara": "CP-516", "ertel": "ES-2606", "lerrcp": "A1-1345"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Khennane", "family": "Mahi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1936-10-21 23:00", "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 0, "lat": 35.83333, "name": "MASCARA MOSTAG", "geoid": 0}, "notime": null, "date-ut": "1936-10-21 23:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Khennane", "family": "Mahi"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 0, "lat": 35.83333, "name": "MASCARA MOSTAG", "geoid": 0}, "date-ut": "1936-10-21 23:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1345"}, "ids-in-sources": {"a1": "1345"}}, "raw": {"H": "23", "MN": "0", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "21", "LAT": "35N50", "LON": "0W 0", "MON": "10", "NUM": "1345", "PRO": "C", "SEC": "0", "YEA": "1936", "CITY": "MASCARA MOSTAG"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1936-10-21 23:00"}, "partial-ids": {"ertel": "ES-2606"}}, "raw": {"L": "", "MF": "", "NR": "2606", "ENG": "", "MA_": "1", "G_NR": "1345", "MA12": "10", "MARS": "30", "NAME": "Mahi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,000", "CSINR": "", "KURTZ": "", "PHAS_": "25,700", "STUND": "23,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "516", "VORNAME": "Khennane", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "21.10.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25091	chamayou-amedee-1872-12-28	{"g55": "10-128"}	{"g55": "10-128"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amédée", "family": "Chamayou", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1872-12-28 02:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Espérausse", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Amédée", "family": "Chamayou", "nobility": ""}, "birth": {"date": "1872-12-28 02:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Espérausse"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-128"}}, "raw": {"DAY": "28-12-1872", "HOUR": "2 h.", "NAME": "CHAMAYOU Amédée", "PLACE": "Espérausse (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25092	chamayou-roger-1867-09-14	{"g55": "10-129"}	{"g55": "10-129"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Chamayou", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1867-09-14 01:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Espérausse", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Chamayou", "nobility": ""}, "birth": {"date": "1867-09-14 01:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Espérausse"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-129"}}, "raw": {"DAY": "14-9-1867", "HOUR": "1 h.", "NAME": "CHAMAYOU Roger", "PLACE": "Espérausse (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25093	chansou-maurice-1911-03-16	{"g55": "10-130"}	{"g55": "10-130"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Chansou", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1911-03-16 15:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Briatexte", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Chansou", "nobility": ""}, "birth": {"date": "1911-03-16 15:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Briatexte"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-130"}}, "raw": {"DAY": "16-3-1911", "HOUR": "15 h.", "NAME": "CHANSOU Maurice", "PLACE": "Briatexte (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25094	chanteperdrix-mathieu-1876-11-26	{"g55": "10-131"}	{"g55": "10-131"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mathieu", "family": "Chanteperdrix", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1876-11-26 08:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Miolles", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Mathieu", "family": "Chanteperdrix", "nobility": ""}, "birth": {"date": "1876-11-26 08:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Miolles"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-131"}}, "raw": {"DAY": "26-11-1876", "HOUR": "8 h.", "NAME": "CHANTEPERDRIX Mathieu", "PLACE": "Miolles (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1350	nicolas-jean-1913-06-09	{"a1": "1351", "3a_sports": "3031"}	{"ertel": "ES-3031", "lerrcp": "A1-1351"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Nicolas", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1913-06-09 07:30", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.20675, "lat": 48.89198, "name": "Nanterre", "geoid": 2990970}, "notime": null, "date-ut": "1913-06-09 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Nicolas"}, "birth": {"tzo": "+00:00", "date": "1913-06-09 07:30", "place": {"c2": "92", "cy": "FR", "lg": 2.20675, "lat": 48.89198, "name": "Nanterre", "geoid": 2990970}, "date-ut": "1913-06-09 07:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1351"}, "ids-in-sources": {"a1": "1351"}}, "raw": {"H": "7", "MN": "30", "TZ": "0", "COD": "92", "COU": "F", "DAY": "9", "LAT": "48N50", "LON": "2E11", "MON": "6", "NUM": "1351", "PRO": "C", "SEC": "0", "YEA": "1913", "CITY": "NANTERRE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1913-06-09 07:30"}, "partial-ids": {"ertel": "ES-3031"}}, "raw": {"L": "", "MF": "", "NR": "3031", "ENG": "0", "MA_": "2", "G_NR": "1351", "MA12": "3", "MARS": "9", "NAME": "Nicolas", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,500", "CSINR": "", "KURTZ": "", "PHAS_": "21,000", "STUND": "7,50", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "09.06.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "09.06.1913", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1348	moreel-georges-1924-07-22	{"a1": "1349", "g55": "03-270", "3a_sports": "2942", "cfepp-final3": "528"}	{"g55": "03-270", "cfepp": "CF-528", "ertel": "ES-2942", "lerrcp": "A1-1349"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Moreel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1924-07-22 11:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.3, "lat": 48.93333, "name": "Gennevilliers", "geoid": 3016321}, "notime": null, "date-ut": "1924-07-22 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Moreel"}, "birth": {"tzo": "+01:00", "date": "1924-07-22 11:00", "place": {"c2": "92", "cy": "FR", "lg": 2.3, "lat": 48.93333, "name": "Gennevilliers", "geoid": 3016321}, "date-ut": "1924-07-22 10:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1349"}, "ids-in-sources": {"a1": "1349"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "92", "COU": "F", "DAY": "22", "LAT": "48N50", "LON": "2E11", "MON": "7", "NUM": "1349", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "GENNEVILLIERS"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-07-22 11:00"}, "partial-ids": {"ertel": "ES-2942"}}, "raw": {"L": "", "MF": "", "NR": "2942", "ENG": "", "MA_": "0", "G_NR": "1349", "MA12": "8", "MARS": "22", "NAME": "Moreel", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,300", "CSINR": "", "KURTZ": "", "PHAS_": "66,700", "STUND": "11,00", "CFEPNR": "528", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "22.07.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1924-07-22 11:00", "place": {"c3": ""}, "date-ut": "1924-07-22 10:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "528"}}, "raw": {"S": "8", "LT": "11 00", "LV": "I", "TR": "f", "UT": "10 00", "LAT": "+48.95", "SRC": "AG", "LONG": "-02.26", "NAME": "MOREEL Georges", "SPORT": "Soccer", "LOC_DATE": "1924 07 22", "UNIV_DATE": "1924 07 22", "BIRTH_PLACE": "GENNEVILLIERS", "POSTAL_CODE": "92237 CEDEX"}, "date": "2023-08-20T14:46:05+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-270"}, "ids-in-source": {"g55": "03-270"}}, "raw": {"DAY": "22-7-1924", "HOUR": "11 h.", "NAME": "MOREEL Georges", "PLACE": "Gennevilliers (Seine)."}, "date": "2023-08-20T14:48:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25095	chauvont-paul-1888-08-14	{"g55": "10-132"}	{"g55": "10-132"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Chauvont", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1888-08-14 09:00", "note": null, "place": {"c1": "", "c2": "11", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Narbonne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Chauvont", "nobility": ""}, "birth": {"date": "1888-08-14 09:00", "place": {"c1": "", "c2": "11", "c3": "", "cy": "FR", "name": "Narbonne"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-132"}}, "raw": {"DAY": "14-8-1888", "HOUR": "9 h.", "NAME": "CHAUVONT Paul", "PLACE": "Narbonne (Aude)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25096	chayrigues-louis-1906-05-19	{"g55": "10-133"}	{"g55": "10-133"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Chayrigues", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1906-05-19 12:00", "note": null, "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "St-Saturnin-de-Lenne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Chayrigues", "nobility": ""}, "birth": {"date": "1906-05-19 12:00", "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "name": "St-Saturnin-de-Lenne"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-133"}}, "raw": {"DAY": "19-5-1906", "HOUR": "12 h.", "NAME": "CHAYRIGUES Louis", "PLACE": "St-Saturnin-de-Lenne (Aveyron)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25097	choulet-henri-1873-08-20	{"g55": "10-134"}	{"g55": "10-134"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Choulet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1873-08-20 10:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Mémi", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Choulet", "nobility": ""}, "birth": {"date": "1873-08-20 10:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Saint-Mémi"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-134"}}, "raw": {"DAY": "20-8-1873", "HOUR": "10 h.", "NAME": "CHOULET Henri", "PLACE": "Saint-Mémi (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25098	cire-lucien-1902-10-18	{"g55": "10-135"}	{"g55": "10-135"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Cire", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1902-10-18 15:00", "note": null, "place": {"c1": "", "c2": "54", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Gondrecourt-Aix", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Cire", "nobility": ""}, "birth": {"date": "1902-10-18 15:00", "place": {"c1": "", "c2": "54", "c3": "", "cy": "FR", "name": "Gondrecourt-Aix"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-135"}}, "raw": {"DAY": "18-10-1902", "HOUR": "15 h.", "NAME": "CIRE Lucien", "PLACE": "Gondrecourt-Aix (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1355	penverne-armand-1926-11-26	{"a1": "1356", "3a_sports": "3207", "cfepp-final3": "532"}	{"cfepp": "CF-532", "cpara": "CP-339", "ertel": "ES-3207", "lerrcp": "A1-1356"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Penverne", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1926-11-26 16:00", "note": null, "place": {"c1": null, "c2": "56", "c3": "", "cy": "FR", "lg": -3.40338, "lat": 47.83425, "name": "Pont-Scorff", "geoid": 2986102}, "notime": null, "date-ut": "1926-11-26 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Penverne"}, "birth": {"tzo": "+00:00", "date": "1926-11-26 16:00", "place": {"c2": "56", "cy": "FR", "lg": -3.40338, "lat": 47.83425, "name": "Pont-Scorff", "geoid": 2986102}, "date-ut": "1926-11-26 16:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1356"}, "ids-in-sources": {"a1": "1356"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "56", "COU": "F", "DAY": "26", "LAT": "47N40", "LON": "2W44", "MON": "11", "NUM": "1356", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "PONT SCORFF"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-11-26 16:00"}, "partial-ids": {"ertel": "ES-3207"}}, "raw": {"L": "", "MF": "", "NR": "3207", "ENG": "1", "MA_": "2", "G_NR": "1356", "MA12": "1", "MARS": "2", "NAME": "Penverne", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,100", "CSINR": "", "KURTZ": "", "PHAS_": "62,400", "STUND": "16,00", "CFEPNR": "532", "EXTEND": "1", "NATION": "FRA", "TAGMON": "26.11.", "ZITATE": "DWO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "339", "VORNAME": "Armand", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "26.11.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1926-11-26 16:00", "place": {"c3": ""}, "date-ut": "1926-11-26 16:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "532"}}, "raw": {"S": "1", "LT": "16 00", "LV": "I39", "TR": "f", "UT": "16 00", "LAT": "+47.84", "SRC": "AL", "LONG": "+03.40", "NAME": "PENVERNE Armand", "SPORT": "Soccer", "LOC_DATE": "1926 11 26", "UNIV_DATE": "1926 11 26", "BIRTH_PLACE": "PONT SCORFF", "POSTAL_CODE": "56620"}, "date": "2023-08-20T14:46:05+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1353	ourdoullie-marcel-1913-12-18	{"a1": "1354", "g55": "03-272", "3a_sports": "3110"}	{"g55": "03-272", "ertel": "ES-3110", "lerrcp": "A1-1354"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Ourdoullie", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1913-12-18 15:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.45902, "lat": 50.62328, "name": "Isbergues", "geoid": 3012725}, "notime": null, "date-ut": "1913-12-18 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Ourdoullie"}, "birth": {"tzo": "+00:00", "date": "1913-12-18 15:00", "place": {"c2": "62", "cy": "FR", "lg": 2.45902, "lat": 50.62328, "name": "Isbergues", "geoid": 3012725}, "date-ut": "1913-12-18 15:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1354"}, "ids-in-sources": {"a1": "1354"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "62", "COU": "F", "DAY": "18", "LAT": "50N18", "LON": "2E46", "MON": "12", "NUM": "1354", "PRO": "C", "SEC": "0", "YEA": "1913", "CITY": "ISBERGUES"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1913-12-18 15:00"}, "partial-ids": {"ertel": "ES-3110"}}, "raw": {"L": "", "MF": "", "NR": "3110", "ENG": "", "MA_": "0", "G_NR": "1354", "MA12": "11", "MARS": "32", "NAME": "Ourdouillé", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,300", "CSINR": "", "KURTZ": "", "PHAS_": "78,600", "STUND": "15,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "18.12.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-272"}, "ids-in-source": {"g55": "03-272"}}, "raw": {"DAY": "18-12-1913", "HOUR": "15 h.", "NAME": "OURDOUILLIE Marcel", "PLACE": "Isberques (Pas-de-Calais)."}, "date": "2023-08-20T14:48:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25099	clergue-jean-1882-04-26	{"g55": "10-136"}	{"g55": "10-136"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Clergue", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1882-04-26 14:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Albi", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Clergue", "nobility": ""}, "birth": {"date": "1882-04-26 14:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Albi"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-136"}}, "raw": {"DAY": "26-4-1882", "HOUR": "14 h.", "NAME": "CLERGUE Jean", "PLACE": "Albi (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25100	cloup-marty-1873-10-17	{"g55": "10-137"}	{"g55": "10-137"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marty", "family": "Cloup", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1873-10-17 16:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Roquevidal", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Marty", "family": "Cloup", "nobility": ""}, "birth": {"date": "1873-10-17 16:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Roquevidal"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-137"}}, "raw": {"DAY": "17-10-1873", "HOUR": "16 h.", "NAME": "CLOUP Marty", "PLACE": "Roquevidal (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25101	cols-antonin-1879-09-12	{"g55": "10-138"}	{"g55": "10-138"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonin", "family": "Cols", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1879-09-12 18:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Técou", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Antonin", "family": "Cols", "nobility": ""}, "birth": {"date": "1879-09-12 18:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Técou"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-138"}}, "raw": {"DAY": "12-9-1879", "HOUR": "18 h.", "NAME": "COLS Antonin", "PLACE": "Técou (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1360	pleimelding-rene-1925-02-13	{"a1": "1361", "3a_sports": "3325", "cfepp-final3": "537"}	{"cfepp": "CF-537", "cpara": "CP-518", "ertel": "ES-3325", "lerrcp": "A1-1361"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Pleimelding", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1925-02-13 12:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 5.77903, "lat": 49.29145, "name": "Joudreville", "geoid": 3012227}, "notime": null, "date-ut": "1925-02-13 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "René", "family": "Pleimelding"}, "birth": {"tzo": "+00:00", "date": "1925-02-13 12:00", "place": {"c2": "54", "cy": "FR", "lg": 5.77903, "lat": 49.29145, "name": "Joudreville", "geoid": 3012227}, "date-ut": "1925-02-13 12:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1361"}, "ids-in-sources": {"a1": "1361"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "54", "COU": "F", "DAY": "13", "LAT": "48N42", "LON": "6E12", "MON": "2", "NUM": "1361", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "JOUDREVILLE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-02-13 12:00"}, "partial-ids": {"ertel": "ES-3325"}}, "raw": {"L": "", "MF": "", "NR": "3325", "ENG": "", "MA_": "1", "G_NR": "1361", "MA12": "2", "MARS": "4", "NAME": "Pleimelding", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,800", "CSINR": "", "KURTZ": "", "PHAS_": "83,800", "STUND": "12,00", "CFEPNR": "537", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "518", "VORNAME": "René", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "13.02.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1925-02-13 12:00", "place": {"c3": ""}, "date-ut": "1925-02-13 12:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "537"}}, "raw": {"S": "2", "LT": "12 00", "LV": "I1", "TR": "f", "UT": "12 00", "LAT": "+49.28", "SRC": "L", "LONG": "-05.78", "NAME": "PLEIMELDING Rene", "SPORT": "Soccer", "LOC_DATE": "1925 02 13", "UNIV_DATE": "1925 02 13", "BIRTH_PLACE": "JOUDREVILLE", "POSTAL_CODE": "54490"}, "date": "2023-08-20T14:46:05+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
25102	combes-albert-1881-06-24	{"g55": "10-139"}	{"g55": "10-139"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Combes", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1881-06-24 17:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Rayssac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Combes", "nobility": ""}, "birth": {"date": "1881-06-24 17:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Rayssac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-139"}}, "raw": {"DAY": "24-6-1881", "HOUR": "17 h.", "NAME": "COMBES Albert", "PLACE": "Rayssac (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1358	piantoni-roger-1931-12-26	{"a1": "1359", "3a_sports": "3269", "cfepp-final3": "535"}	{"cfepp": "CF-535", "cpara": "CP-342", "ertel": "ES-3269", "lerrcp": "A1-1359"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Piantoni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1931-12-26 14:00", "note": null, "place": {"c1": null, "c2": "55", "c3": "", "cy": "FR", "lg": 5.64022, "lat": 49.21259, "name": "Étain", "geoid": 3019474}, "notime": null, "date-ut": "1931-12-26 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Piantoni"}, "birth": {"tzo": "+00:00", "date": "1931-12-26 14:00", "place": {"c2": "55", "cy": "FR", "lg": 5.64022, "lat": 49.21259, "name": "Étain", "geoid": 3019474}, "date-ut": "1931-12-26 14:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1359"}, "ids-in-sources": {"a1": "1359"}}, "raw": {"H": "14", "MN": "0", "TZ": "0", "COD": "55", "COU": "F", "DAY": "26", "LAT": "48N46", "LON": "5E10", "MON": "12", "NUM": "1359", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "ETAIN"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-12-26 14:00"}, "partial-ids": {"ertel": "ES-3269"}}, "raw": {"L": "", "MF": "", "NR": "3269", "ENG": "", "MA_": "1", "G_NR": "1359", "MA12": "5", "MARS": "13", "NAME": "Piantoni", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,200", "CSINR": "", "KURTZ": "", "PHAS_": "98,600", "STUND": "14,00", "CFEPNR": "535", "EXTEND": "", "NATION": "FRA", "TAGMON": "26.12.", "ZITATE": "DWO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "342", "VORNAME": "Roger", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "26.12.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1931-12-26 14:00", "place": {"c3": ""}, "date-ut": "1931-12-26 14:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "535"}}, "raw": {"S": "5", "LT": "14 00", "LV": "I36", "TR": "f", "UT": "14 00", "LAT": "+49.22", "SRC": "L", "LONG": "-05.64", "NAME": "PIANTONI Roger", "SPORT": "Soccer", "LOC_DATE": "1931 12 26", "UNIV_DATE": "1931 12 26", "BIRTH_PLACE": "ETAIN", "POSTAL_CODE": "55400"}, "date": "2023-08-20T14:46:05+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
25103	combes-francois-1877-10-03	{"g55": "10-140"}	{"g55": "10-140"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Combes", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1877-10-03 14:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Escoussens", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "François", "family": "Combes", "nobility": ""}, "birth": {"date": "1877-10-03 14:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Escoussens"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-140"}}, "raw": {"DAY": "3-10-1877", "HOUR": "14 h.", "NAME": "COMBES François", "PLACE": "Escoussens (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25104	combes-leon-1887-10-07	{"g55": "10-141"}	{"g55": "10-141"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Combes", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1887-10-07 04:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Le Masnau", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Combes", "nobility": ""}, "birth": {"date": "1887-10-07 04:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Le Masnau"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-141"}}, "raw": {"DAY": "7-10-1887", "HOUR": "4 h.", "NAME": "COMBES Léon", "PLACE": "Le Masnau (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25105	combes-rene-1908-05-22	{"g55": "10-142"}	{"g55": "10-142"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Combes", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1908-05-22 23:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Montroc", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "René", "family": "Combes", "nobility": ""}, "birth": {"date": "1908-05-22 23:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Montroc"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-142"}}, "raw": {"DAY": "22-5-1908", "HOUR": "23 h.", "NAME": "COMBES René", "PLACE": "Montroc (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25106	cornus-leon-1876-05-23	{"g55": "10-143"}	{"g55": "10-143"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Cornus", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1876-05-23 21:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Labastide-Lévis", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Cornus", "nobility": ""}, "birth": {"date": "1876-05-23 21:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Labastide-Lévis"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-143"}}, "raw": {"DAY": "23-5-1876", "HOUR": "21 h.", "NAME": "CORNUS Léon", "PLACE": "Labastide-Lévis (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1364	quenolle-roger-1925-07-19	{"a1": "1365", "3a_sports": "3414", "cfepp-final3": "540"}	{"cfepp": "CF-540", "cpara": "CP-519", "ertel": "ES-3414", "lerrcp": "A1-1365"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Quenolle", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1925-07-19 00:15", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 2.13308, "lat": 48.89281, "name": "Le Vésinet", "geoid": 2998854}, "notime": null, "date-ut": "1925-07-18 23:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Quenolle"}, "birth": {"tzo": "+01:00", "date": "1925-07-19 00:15", "place": {"c2": "78", "cy": "FR", "lg": 2.13308, "lat": 48.89281, "name": "Le Vésinet", "geoid": 2998854}, "date-ut": "1925-07-18 23:15"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1365"}, "ids-in-sources": {"a1": "1365"}}, "raw": {"H": "23", "MN": "15", "TZ": "0", "COD": "78", "COU": "F", "DAY": "18", "LAT": "48N50", "LON": "2E 8", "MON": "7", "NUM": "1365", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "LE VESINET"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-07-19 00:15"}, "partial-ids": {"ertel": "ES-3414"}}, "raw": {"L": "", "MF": "", "NR": "3414", "ENG": "", "MA_": "0", "G_NR": "1365", "MA12": "8", "MARS": "24", "NAME": "Quenolle", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,200", "CSINR": "", "KURTZ": "", "PHAS_": "3,300", "STUND": "0,25", "CFEPNR": "540", "EXTEND": "", "NATION": "FRA", "TAGMON": "19.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "519", "VORNAME": "Roger", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.07.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1925-07-19 00:15", "place": {"c3": ""}, "date-ut": "1925-07-18 23:15"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "540"}}, "raw": {"S": "8", "LT": "00 15", "LV": "I", "TR": "f", "UT": "23 15", "LAT": "+48.90", "SRC": "A", "LONG": "-02.14", "NAME": "QUENOLLE Roger", "SPORT": "Soccer", "LOC_DATE": "1925 07 19", "UNIV_DATE": "1925 07 18", "BIRTH_PLACE": "LE VESINET", "POSTAL_CODE": "78110"}, "date": "2023-08-20T14:46:05+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1362	prevost-jean-1918-09-30	{"a1": "1363", "g55": "03-278", "3a_sports": "3374"}	{"g55": "03-278", "ertel": "ES-3374", "lerrcp": "A1-1363"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Prevost", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1919-09-30 23:30", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -0.87304, "lat": 48.53758, "name": "Le Teilleul", "geoid": 2999251}, "notime": null, "date-ut": "1918-09-30 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Prevost"}, "birth": {"tzo": "+01:00", "date": "1918-09-30 23:30", "place": {"c2": "50", "cy": "FR", "lg": -0.87304, "lat": 48.53758, "name": "Le Teilleul", "geoid": 2999251}, "date-ut": "1918-09-30 22:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1363"}, "ids-in-sources": {"a1": "1363"}}, "raw": {"H": "22", "MN": "30", "TZ": "0", "COD": "50", "COU": "F", "DAY": "30", "LAT": "49N 7", "LON": "1W 5", "MON": "9", "NUM": "1363", "PRO": "C", "SEC": "0", "YEA": "1918", "CITY": "LE TEILLEUL"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1919-09-30 23:30"}, "partial-ids": {"ertel": "ES-3374"}}, "raw": {"L": "", "MF": "", "NR": "3374", "ENG": "", "MA_": "0", "G_NR": "1363", "MA12": "8", "MARS": "22", "NAME": "Prevost", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,100", "CSINR": "", "KURTZ": "", "PHAS_": "28,400", "STUND": "23,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "30.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean Marie", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "30.09.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-278"}, "ids-in-source": {"g55": "03-278"}}, "raw": {"DAY": "30-9-1918", "HOUR": "23 h. 30", "NAME": "PREVOST Jean-M.", "PLACE": "Le Teillei! (Manche)."}, "date": "2023-08-20T14:48:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25107	coulon-andre-1883-06-22	{"g55": "10-144"}	{"g55": "10-144"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Coulon", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1883-06-22 04:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Viane", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "André", "family": "Coulon", "nobility": ""}, "birth": {"date": "1883-06-22 04:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Viane"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-144"}}, "raw": {"DAY": "22-6-1883", "HOUR": "4 h.", "NAME": "COULON André", "PLACE": "Viane (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25108	coustet-jacques-1898-11-16	{"g55": "10-145"}	{"g55": "10-145"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Coustet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1898-11-16 13:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lautrec", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Coustet", "nobility": ""}, "birth": {"date": "1898-11-16 13:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Lautrec"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-145"}}, "raw": {"DAY": "16-11-1898", "HOUR": "13 h.", "NAME": "COUSTET Jacques", "PLACE": "Lautrec (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25109	couthouly-pierre-1882-04-17	{"g55": "10-146"}	{"g55": "10-146"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Couthouly", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1882-04-17 23:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Padiés", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Couthouly", "nobility": ""}, "birth": {"date": "1882-04-17 23:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Padiés"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-146"}}, "raw": {"DAY": "17-4-1882", "HOUR": "23 h.", "NAME": "COUTHOULY Pierre", "PLACE": "Padiés (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1368	rimet-jules-1873-10-24	{"a1": "1369", "3a_sports": "3509"}	{"ertel": "ES-3509", "lerrcp": "A1-1369"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Rimet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:24:36", "date": "1873-10-24 11:00", "note": null, "place": {"c1": null, "c2": "70", "c3": null, "cy": "FR", "lg": 6.15, "lat": 47.61667, "name": "Theuley-les-Lav", "geoid": 0}, "notime": null, "date-ut": "1873-10-24 10:35:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Rimet"}, "birth": {"tzo": "+00:24:36", "date": "1873-10-24 11:00", "place": {"c2": "70", "cy": "FR", "lg": 6.15, "lat": 47.61667, "name": "Theuley-les-Lav", "geoid": 0}, "date-ut": "1873-10-24 10:35:24"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1369"}, "ids-in-sources": {"a1": "1369"}}, "raw": {"H": "10", "MN": "35", "TZ": "0", "COD": "70", "COU": "F", "DAY": "24", "LAT": "47N37", "LON": "6E 9", "MON": "10", "NUM": "1369", "PRO": "C", "SEC": "24", "YEA": "1873", "CITY": "THEULEY-LES-LAV"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1873-10-24 11:00"}, "partial-ids": {"ertel": "ES-3509"}}, "raw": {"L": "", "MF": "", "NR": "3509", "ENG": "", "MA_": "1", "G_NR": "1369", "MA12": "12", "MARS": "35", "NAME": "Rimet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,000", "CSINR": "", "KURTZ": "", "PHAS_": "6,300", "STUND": "11,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "24.10.", "ZITATE": "F", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jules", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "24.10.1873", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25110	crayol-joseph-1871-03-09	{"g55": "10-147"}	{"g55": "10-147"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Crayol", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1871-03-09 20:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lavaur", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Crayol", "nobility": ""}, "birth": {"date": "1871-03-09 20:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Lavaur"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-147"}}, "raw": {"DAY": "9-3-1871", "HOUR": "20 h.", "NAME": "CRAYOL Joseph", "PLACE": "Lavaur (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1370	robin-jean-1921-07-25	{"a1": "1371", "g55": "03-282", "3a_sports": "3529", "cfepp-final3": "547"}	{"g55": "03-282", "cfepp": "CF-547", "ertel": "ES-3529", "lerrcp": "A1-1371"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Robin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1921-07-25 02:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1921-07-25 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Robin"}, "birth": {"tzo": "+01:00", "date": "1921-07-25 02:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1921-07-25 01:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1371"}, "ids-in-sources": {"a1": "1371"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "13", "COU": "F", "DAY": "25", "LAT": "43N18", "LON": "5E22", "MON": "7", "NUM": "1371", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-07-25 02:00"}, "partial-ids": {"ertel": "ES-3529"}}, "raw": {"L": "", "MF": "", "NR": "3529", "ENG": "", "MA_": "1", "G_NR": "1371", "MA12": "11", "MARS": "31", "NAME": "Robin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,200", "CSINR": "", "KURTZ": "", "PHAS_": "79,000", "STUND": "2,00", "CFEPNR": "547", "EXTEND": "", "NATION": "FRA", "TAGMON": "25.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "25.07.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:36+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1921-07-25 02:00", "place": {"c3": ""}, "date-ut": "1921-07-25 01:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "547"}}, "raw": {"S": "11", "LT": "02 00", "LV": "I", "TR": "f", "UT": "01 00", "LAT": "+43.30", "SRC": "AG", "LONG": "-05.38", "NAME": "ROBIN Jean", "SPORT": "Soccer", "LOC_DATE": "1921 07 25", "UNIV_DATE": "1921 07 25", "BIRTH_PLACE": "MARSEILLE", "POSTAL_CODE": "13233 CEDEX  01"}, "date": "2023-08-20T14:46:05+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-282"}, "ids-in-source": {"g55": "03-282"}}, "raw": {"DAY": "25-7-1921", "HOUR": "2 h.", "NAME": "ROBIN Jean", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:48:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25111	cros-jules-1873-11-11	{"g55": "10-148"}	{"g55": "10-148"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Cros", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1873-11-11 17:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Labruguiére", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Cros", "nobility": ""}, "birth": {"date": "1873-11-11 17:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Labruguiére"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-148"}}, "raw": {"DAY": "11-11-1873", "HOUR": "17 h.", "NAME": "CROS Jules", "PLACE": "Labruguiére (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25112	cugnasse-gilbert-1913-06-19	{"g55": "10-149"}	{"g55": "10-149"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilbert", "family": "Cugnasse", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1913-06-19 15:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Pierre-des-Plots", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Gilbert", "family": "Cugnasse", "nobility": ""}, "birth": {"date": "1913-06-19 15:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Saint-Pierre-des-Plots"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-149"}}, "raw": {"DAY": "19-6-1913", "HOUR": "15 h.", "NAME": "CUGNASSE Gilbert", "PLACE": "Saint-Pierre-des-Plots (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25113	dardier-joseph-1870-07-29	{"g55": "10-150"}	{"g55": "10-150"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Dardier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1870-07-29 11:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Carmaux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Dardier", "nobility": ""}, "birth": {"date": "1870-07-29 11:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Carmaux"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-150"}}, "raw": {"DAY": "29-7-1870", "HOUR": "11 h.", "NAME": "DARDIER Joseph", "PLACE": "Carmaux (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1375	schalbar-auguste-1889-11-07	{"a1": "1376", "g55": "03-285", "3a_sports": "3717"}	{"g55": "03-285", "ertel": "ES-3717", "lerrcp": "A1-1376"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Schalbar", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:09", "date": "1889-11-07 11:30", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.28864, "lat": 48.89389, "name": "Levallois-Perret", "geoid": 2998975}, "notime": null, "date-ut": "1889-11-07 11:21:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Schalbar"}, "birth": {"tzo": "+00:09:09", "date": "1889-11-07 11:30", "place": {"c2": "92", "cy": "FR", "lg": 2.28864, "lat": 48.89389, "name": "Levallois-Perret", "geoid": 2998975}, "date-ut": "1889-11-07 11:21:16"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1376"}, "ids-in-sources": {"a1": "1376"}}, "raw": {"H": "11", "MN": "21", "TZ": "0", "COD": "92", "COU": "F", "DAY": "7", "LAT": "48N50", "LON": "2E11", "MON": "11", "NUM": "1376", "PRO": "C", "SEC": "16", "YEA": "1889", "CITY": "LEVALLOIS-PERRET"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1889-11-07 11:30"}, "partial-ids": {"ertel": "ES-3717"}}, "raw": {"L": "", "MF": "", "NR": "3717", "ENG": "", "MA_": "1", "G_NR": "1376", "MA12": "5", "MARS": "14", "NAME": "Schalbar", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,400", "CSINR": "", "KURTZ": "", "PHAS_": "99,400", "STUND": "11,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Auguste", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "07.11.1889", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-285"}, "ids-in-source": {"g55": "03-285"}}, "raw": {"DAY": "7-11-1889", "HOUR": "11 h. 30", "NAME": "SCHCALBAR Auguste", "PLACE": "Levallois-Perret (Seine)."}, "date": "2023-08-20T14:48:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25114	darles-marius-1878-11-11	{"g55": "10-151"}	{"g55": "10-151"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marius", "family": "Darles", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1878-11-11 23:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lavaur", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Marius", "family": "Darles", "nobility": ""}, "birth": {"date": "1878-11-11 23:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Lavaur"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-151"}}, "raw": {"DAY": "11-11-1878", "HOUR": "23 h.", "NAME": "DARLES Marius", "PLACE": "Lavaur (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1373	roy-serge-1932-11-09	{"a1": "1374", "3a_sports": "3613"}	{"cpara": "CP-521", "ertel": "ES-3613", "lerrcp": "A1-1374"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Serge", "family": "Roy", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1932-11-09 04:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 4.83887, "lat": 47.02413, "name": "Beaune", "geoid": 3034126}, "notime": null, "date-ut": "1932-11-09 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Serge", "family": "Roy"}, "birth": {"tzo": "+00:00", "date": "1932-11-09 04:00", "place": {"c2": "21", "cy": "FR", "lg": 4.83887, "lat": 47.02413, "name": "Beaune", "geoid": 3034126}, "date-ut": "1932-11-09 04:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1374"}, "ids-in-sources": {"a1": "1374"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "21", "COU": "F", "DAY": "9", "LAT": "47N19", "LON": "5E 2", "MON": "11", "NUM": "1374", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "BEAUNE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-11-09 04:00"}, "partial-ids": {"ertel": "ES-3613"}}, "raw": {"L": "", "MF": "", "NR": "3613", "ENG": "", "MA_": "1", "G_NR": "1374", "MA12": "2", "MARS": "6", "NAME": "Roy", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,700", "CSINR": "", "KURTZ": "", "PHAS_": "84,100", "STUND": "4,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "09.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "521", "VORNAME": "Serge", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.11.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25115	darnal-jean-1878-05-09	{"g55": "10-152"}	{"g55": "10-152"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Darnal", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1878-05-09 14:30", "note": null, "place": {"c1": "", "c2": "17", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Angoulême", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Darnal", "nobility": ""}, "birth": {"date": "1878-05-09 14:30", "place": {"c1": "", "c2": "17", "c3": "", "cy": "FR", "name": "Angoulême"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-152"}}, "raw": {"DAY": "9-5-1878", "HOUR": "14 h. 30", "NAME": "DARNAL Jean", "PLACE": "Angoulême (Charente-Maritime)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25116	dejean-justin-1909-06-29	{"g55": "10-153"}	{"g55": "10-153"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Justin", "family": "Dejean", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1909-06-29 08:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Sérénac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Justin", "family": "Dejean", "nobility": ""}, "birth": {"date": "1909-06-29 08:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Sérénac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-153"}}, "raw": {"DAY": "29-6-1909", "HOUR": "8 h.", "NAME": "DEJEAN Justin", "PLACE": "Sérénac (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25117	delichere-paul-1865-11-01	{"g55": "10-154"}	{"g55": "10-154"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Delichere", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1865-11-01 11:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Gaillac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Delichere", "nobility": ""}, "birth": {"date": "1865-11-01 11:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Gaillac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-154"}}, "raw": {"DAY": "1-11-1865", "HOUR": "11 h.", "NAME": "DELICHERE Paul", "PLACE": "Gaillac (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1380	sinibaldi-paul-1921-12-03	{"a1": "1381", "3a_sports": "3830"}	{"cpara": "CP-523", "ertel": "ES-3830", "lerrcp": "A1-1381"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Sinibaldi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1921-12-03 14:00", "note": null, "place": {"c1": null, "c2": "20", "c3": null, "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Montemaggiore", "geoid": 0}, "notime": null, "date-ut": "1921-12-03 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Sinibaldi"}, "birth": {"tzo": "+00:00", "date": "1921-12-03 14:00", "place": {"c2": "20", "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Montemaggiore", "geoid": 0}, "date-ut": "1921-12-03 14:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1381"}, "ids-in-sources": {"a1": "1381"}}, "raw": {"H": "14", "MN": "0", "TZ": "0", "COD": "20", "COU": "F", "DAY": "3", "LAT": "41N55", "LON": "8E45", "MON": "12", "NUM": "1381", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "MONTEMAGGIORE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-12-03 14:00"}, "partial-ids": {"ertel": "ES-3830"}}, "raw": {"L": "", "MF": "", "NR": "3830", "ENG": "", "MA_": "1", "G_NR": "1381", "MA12": "7", "MARS": "20", "NAME": "Sinibaldi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,600", "CSINR": "", "KURTZ": "", "PHAS_": "12,000", "STUND": "14,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "03.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "523", "VORNAME": "Paul", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.12.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1378	senac-guy-1933-03-19	{"a1": "1379", "3a_sports": "3787"}	{"cpara": "CP-528", "ertel": "ES-3787", "lerrcp": "A1-1379"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Senac", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1933-03-19 14:00", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.34167, "lat": 48.95833, "name": "Villetaneuse", "geoid": 2968275}, "notime": null, "date-ut": "1933-03-19 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Senac"}, "birth": {"tzo": "+00:00", "date": "1933-03-19 14:00", "place": {"c2": "93", "cy": "FR", "lg": 2.34167, "lat": 48.95833, "name": "Villetaneuse", "geoid": 2968275}, "date-ut": "1933-03-19 14:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1379"}, "ids-in-sources": {"a1": "1379"}}, "raw": {"H": "14", "MN": "0", "TZ": "0", "COD": "93", "COU": "F", "DAY": "19", "LAT": "48N55", "LON": "2E30", "MON": "3", "NUM": "1379", "PRO": "C", "SEC": "0", "YEA": "1933", "CITY": "VILLETANEUSE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1933-03-19 14:00"}, "partial-ids": {"ertel": "ES-3787"}}, "raw": {"L": "", "MF": "", "NR": "3787", "ENG": "", "MA_": "0", "G_NR": "1379", "MA12": "12", "MARS": "34", "NAME": "Senac", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,40", "CSINR": "", "KURTZ": "", "PHAS_": "48,700", "STUND": "14,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "19.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "528", "VORNAME": "Guy", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.03.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25118	delmas-joseph-1884-03-13	{"g55": "10-155"}	{"g55": "10-155"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Delmas", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1884-03-13 10:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Puylaurens", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Delmas", "nobility": ""}, "birth": {"date": "1884-03-13 10:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Puylaurens"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-155"}}, "raw": {"DAY": "13-3-1884", "HOUR": "10 h.", "NAME": "DELMAS Joseph", "PLACE": "Puylaurens (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25119	delpon-jean-1874-11-22	{"g55": "10-156"}	{"g55": "10-156"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Delpon", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1874-11-22 11:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Cambounés", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Delpon", "nobility": ""}, "birth": {"date": "1874-11-22 11:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Cambounés"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-156"}}, "raw": {"DAY": "22-11-1874", "HOUR": "11 h.", "NAME": "DELPON Jean", "PLACE": "Cambounés (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25120	delpoux-auguste-1914-09-16	{"g55": "10-157"}	{"g55": "10-157"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Delpoux", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1914-09-16 19:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Cirgue", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Delpoux", "nobility": ""}, "birth": {"date": "1914-09-16 19:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Saint-Cirgue"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-157"}}, "raw": {"DAY": "16-9-1914", "HOUR": "19 h.", "NAME": "DELPOUX Auguste", "PLACE": "Saint-Cirgue (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1385	strappe-andre-1928-02-23	{"a1": "1386", "3a_sports": "3920", "cfepp-final3": "557"}	{"cfepp": "CF-557", "cpara": "CP-394", "ertel": "ES-3920", "lerrcp": "A1-1386"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Strappe", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1928-02-23 03:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.72703, "lat": 50.4438, "name": "Bully-les-Mines", "geoid": 3029566}, "notime": null, "date-ut": "1928-02-23 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "André", "family": "Strappe"}, "birth": {"tzo": "+00:00", "date": "1928-02-23 03:00", "place": {"c2": "62", "cy": "FR", "lg": 2.72703, "lat": 50.4438, "name": "Bully-les-Mines", "geoid": 3029566}, "date-ut": "1928-02-23 03:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1386"}, "ids-in-sources": {"a1": "1386"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "62", "COU": "F", "DAY": "23", "LAT": "50N18", "LON": "2E46", "MON": "2", "NUM": "1386", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "BULLY-LES-MINES"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-02-23 03:00"}, "partial-ids": {"ertel": "ES-3920"}}, "raw": {"L": "", "MF": "", "NR": "3920", "ENG": "", "MA_": "0", "G_NR": "1386", "MA12": "12", "MARS": "34", "NAME": "Strappe", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,900", "CSINR": "", "KURTZ": "", "PHAS_": "3,600", "STUND": "3,00", "CFEPNR": "557", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.02.", "ZITATE": "DWO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "394", "VORNAME": "André", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "23.02.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1928-02-23 03:00", "place": {"c3": ""}, "date-ut": "1928-02-23 03:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "557"}}, "raw": {"S": "12", "LT": "03 00", "LV": "I23", "TR": "f", "UT": "03 00", "LAT": "+50.44", "SRC": "AL", "LONG": "-02.72", "NAME": "STRAPPE Andre", "SPORT": "Soccer", "LOC_DATE": "1928 02 23", "UNIV_DATE": "1928 02 23", "BIRTH_PLACE": "BULLY LES MINES", "POSTAL_CODE": "62160"}, "date": "2023-08-20T14:46:06+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
25121	decrozailles-gabriel-1903-08-15	{"g55": "10-158"}	{"g55": "10-158"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Decrozailles", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1903-08-15 02:00", "note": null, "place": {"c1": "", "c2": "48", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Mende", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Decrozailles", "nobility": ""}, "birth": {"date": "1903-08-15 02:00", "place": {"c1": "", "c2": "48", "c3": "", "cy": "FR", "name": "Mende"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-158"}}, "raw": {"DAY": "15-8-1903", "HOUR": "2 h.", "NAME": "DECROZAILLES Gabriel", "PLACE": "Mende (Lozère)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1383	stachowicz-edouard-1934-01-11	{"a1": "1384", "3a_sports": "3880", "cfepp-final3": "556"}	{"cfepp": "CF-556", "cpara": "CP-526", "ertel": "ES-3880", "lerrcp": "A1-1384"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Stachowicz", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1934-01-11 07:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.3443, "lat": 50.33315, "name": "Escaudain", "geoid": 3019827}, "notime": null, "date-ut": "1934-01-11 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Stachowicz"}, "birth": {"tzo": "+00:00", "date": "1934-01-11 07:00", "place": {"c2": "59", "cy": "FR", "lg": 3.3443, "lat": 50.33315, "name": "Escaudain", "geoid": 3019827}, "date-ut": "1934-01-11 07:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1384"}, "ids-in-sources": {"a1": "1384"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "59", "COU": "F", "DAY": "11", "LAT": "50N39", "LON": "3E 5", "MON": "1", "NUM": "1384", "PRO": "C", "SEC": "0", "YEA": "1934", "CITY": "ESCAUDAIN"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1934-01-11 07:00"}, "partial-ids": {"ertel": "ES-3880"}}, "raw": {"L": "", "MF": "", "NR": "3880", "ENG": "", "MA_": "0", "G_NR": "1384", "MA12": "12", "MARS": "34", "NAME": "Stachowicz", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,60", "CSINR": "", "KURTZ": "", "PHAS_": "27,800", "STUND": "7,00", "CFEPNR": "556", "EXTEND": "", "NATION": "FRA", "TAGMON": "11.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "526", "VORNAME": "Edouard", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "11.01.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1934-01-11 07:00", "place": {"c3": ""}, "date-ut": "1934-01-11 07:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "556"}}, "raw": {"S": "12", "LT": "07 00", "LV": "I3", "TR": "f", "UT": "07 00", "LAT": "+50.34", "SRC": "L", "LONG": "-03.35", "NAME": "STAKO Edouard", "SPORT": "Soccer", "LOC_DATE": "1934 01 11", "UNIV_DATE": "1934 01 11", "BIRTH_PLACE": "ESCAUDAIN", "POSTAL_CODE": "59124"}, "date": "2023-08-20T14:46:06+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
25122	deveze-marius-1889-12-25	{"g55": "10-159"}	{"g55": "10-159"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marius", "family": "Deveze", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1889-12-25 22:00", "note": null, "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Nant", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Marius", "family": "Deveze", "nobility": ""}, "birth": {"date": "1889-12-25 22:00", "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "name": "Nant"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-159"}}, "raw": {"DAY": "25-12-1889", "HOUR": "22 h.", "NAME": "DEVEZE Marius", "PLACE": "Nant (Aveyron)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25123	douzals-gustave-1905-10-05	{"g55": "10-160"}	{"g55": "10-160"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Douzals", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1905-10-05 09:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Sainte-Gemme", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Douzals", "nobility": ""}, "birth": {"date": "1905-10-05 09:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Sainte-Gemme"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-160"}}, "raw": {"DAY": "5-10-1905", "HOUR": "9 h.", "NAME": "DOUZALS Gustave", "PLACE": "Sainte-Gemme (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25124	dulau-pierre-1889-06-29	{"g55": "10-161"}	{"g55": "10-161"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Dulau", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1889-06-29 03:00", "note": null, "place": {"c1": "", "c2": "40", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Tartas", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Dulau", "nobility": ""}, "birth": {"date": "1889-06-29 03:00", "place": {"c1": "", "c2": "40", "c3": "", "cy": "FR", "name": "Tartas"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-161"}}, "raw": {"DAY": "29-6-1889", "HOUR": "3 h.", "NAME": "DULAU Pierre", "PLACE": "Tartas (Landes)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25125	durand-henri-1864-09-21	{"g55": "10-162"}	{"g55": "10-162"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Durand", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1864-09-21 12:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Bourgnounac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Durand", "nobility": ""}, "birth": {"date": "1864-09-21 12:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Bourgnounac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-162"}}, "raw": {"DAY": "21-9-1864", "HOUR": "12 h.", "NAME": "DURAND Henri", "PLACE": "Bourgnounac (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1388	taillandier-jean-1938-01-22	{"a1": "1389", "3a_sports": "3959", "cfepp-final3": "561"}	{"cfepp": "CF-561", "cpara": "CP-531", "ertel": "ES-3959", "lerrcp": "A1-1389"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Taillandier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1938-01-22 23:30", "note": null, "place": {"c1": null, "c2": "23", "c3": "", "cy": "FR", "lg": 2.50073, "lat": 46.02859, "name": "Auzances", "geoid": 3035816}, "notime": null, "date-ut": "1938-01-22 23:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Taillandier"}, "birth": {"tzo": "+00:00", "date": "1938-01-22 23:30", "place": {"c2": "23", "cy": "FR", "lg": 2.50073, "lat": 46.02859, "name": "Auzances", "geoid": 3035816}, "date-ut": "1938-01-22 23:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1389"}, "ids-in-sources": {"a1": "1389"}}, "raw": {"H": "23", "MN": "30", "TZ": "0", "COD": "23", "COU": "F", "DAY": "22", "LAT": "46N17", "LON": "1E52", "MON": "1", "NUM": "1389", "PRO": "C", "SEC": "0", "YEA": "1938", "CITY": "AUZANCES"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1938-01-22 23:30"}, "partial-ids": {"ertel": "ES-3959"}}, "raw": {"L": "", "MF": "", "NR": "3959", "ENG": "", "MA_": "0", "G_NR": "1389", "MA12": "8", "MARS": "22", "NAME": "Taillandier", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,600", "CSINR": "", "KURTZ": "", "PHAS_": "63,300", "STUND": "23,50", "CFEPNR": "561", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "531", "VORNAME": "Jean", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "22.01.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1938-01-22 23:30", "place": {"c3": ""}, "date-ut": "1938-01-22 23:30"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "561"}}, "raw": {"S": "8", "LT": "23 30", "LV": "I3", "TR": "f", "UT": "23 30", "LAT": "+46.03", "SRC": "L", "LONG": "-02.50", "NAME": "TAILLANDIER Jean", "SPORT": "Soccer", "LOC_DATE": "1938 01 22", "UNIV_DATE": "1938 01 22", "BIRTH_PLACE": "AUZANCES", "POSTAL_CODE": "23700"}, "date": "2023-08-20T14:46:06+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1390	tessier-henri-1918-09-29	{"a1": "1391", "g55": "03-289", "3a_sports": "3994"}	{"g55": "03-289", "ertel": "ES-3994", "lerrcp": "A1-1391"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Tessier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1918-09-29 22:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Asnières", "geoid": 0}, "notime": null, "date-ut": "1918-09-29 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Tessier"}, "birth": {"tzo": "+01:00", "date": "1918-09-29 22:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Asnieres", "geoid": 0}, "date-ut": "1918-09-29 21:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1391"}, "ids-in-sources": {"a1": "1391"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "92", "COU": "F", "DAY": "29", "LAT": "48N50", "LON": "2E11", "MON": "9", "NUM": "1391", "PRO": "C", "SEC": "0", "YEA": "1918", "CITY": "ASNIERES"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1918-09-29 22:00"}, "partial-ids": {"ertel": "ES-3994"}}, "raw": {"L": "", "MF": "", "NR": "3994", "ENG": "", "MA_": "1", "G_NR": "1391", "MA12": "7", "MARS": "20", "NAME": "Tessier", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,00", "CSINR": "", "KURTZ": "", "PHAS_": "31,700", "STUND": "22,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "29.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "29.09.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Asnières"}}, "partial-ids": {"g55": "03-289"}, "ids-in-source": {"g55": "03-289"}}, "raw": {"DAY": "29-9-1918", "HOUR": "22 h.", "NAME": "TESSIER Henri", "PLACE": "Asnières (Seine)."}, "date": "2023-08-20T14:48:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25126	durand-jacques-1870-07-23	{"g55": "10-163"}	{"g55": "10-163"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Durand", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1870-07-23 21:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lasgraisses", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Durand", "nobility": ""}, "birth": {"date": "1870-07-23 21:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Lasgraisses"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-163"}}, "raw": {"DAY": "23-7-1870", "HOUR": "21 h.", "NAME": "DURAND Jacques", "PLACE": "Lasgraisses (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25127	durand-louis-1899-09-16	{"g55": "10-164"}	{"g55": "10-164"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Durand", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1899-09-16 13:30", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lavaur", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Durand", "nobility": ""}, "birth": {"date": "1899-09-16 13:30", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Lavaur"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-164"}}, "raw": {"DAY": "16-9-1899", "HOUR": "13 h. 30", "NAME": "\\fDURAND Louis", "PLACE": "Lavaur (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25128	durand-prosper-1872-08-29	{"g55": "10-165"}	{"g55": "10-165"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Prosper", "family": "Durand", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1872-08-29 19:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Réalmont", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Prosper", "family": "Durand", "nobility": ""}, "birth": {"date": "1872-08-29 19:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Réalmont"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-165"}}, "raw": {"DAY": "29-8-1872", "HOUR": "19 h.", "NAME": "DURAND Prosper", "PLACE": "Réalmont (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25129	enjalbal-gaston-1908-06-19	{"g55": "10-166"}	{"g55": "10-166"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Enjalbal", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1908-06-19 21:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Albi", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Enjalbal", "nobility": ""}, "birth": {"date": "1908-06-19 21:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Albi"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-166"}}, "raw": {"DAY": "19-6-1908", "HOUR": "21 h.", "NAME": "ENJALBAL Gaston", "PLACE": "Albi (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1393	vandooren-jules-1908-12-30	{"a1": "1394", "g55": "03-291", "3a_sports": "4165", "cfepp-final3": "564"}	{"g55": "03-291", "cfepp": "CF-564", "cpara": "CP-410", "ertel": "ES-4165", "lerrcp": "A1-1394"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Vandooren", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1908-12-30 21:15", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 2.88214, "lat": 50.68568, "name": "Armentières", "geoid": 3036903}, "notime": null, "date-ut": "1908-12-30 21:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Vandooren"}, "birth": {"tzo": "+00:09:21", "date": "1908-12-30 21:15", "place": {"c2": "59", "cy": "FR", "lg": 2.88214, "lat": 50.68568, "name": "Armentières", "geoid": 3036903}, "date-ut": "1908-12-30 21:05:40"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1394"}, "ids-in-sources": {"a1": "1394"}}, "raw": {"H": "21", "MN": "5", "TZ": "0", "COD": "59", "COU": "F", "DAY": "30", "LAT": "50N39", "LON": "3E 5", "MON": "12", "NUM": "1394", "PRO": "C", "SEC": "40", "YEA": "1908", "CITY": "ARMENTIERES"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1908-12-30 21:15"}, "partial-ids": {"ertel": "ES-4165"}}, "raw": {"L": "", "MF": "", "NR": "4165", "ENG": "", "MA_": "1", "G_NR": "1394", "MA12": "10", "MARS": "28", "NAME": "Vandooren", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,200", "CSINR": "", "KURTZ": "", "PHAS_": "47,400", "STUND": "21,25", "CFEPNR": "564", "EXTEND": "", "NATION": "FRA", "TAGMON": "30.12.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "410", "VORNAME": "Jules", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "30.12.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1908-12-30 21:15", "place": {"c3": ""}, "date-ut": "1908-12-30 21:06"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "564"}}, "raw": {"S": "10", "LT": "21 15", "LV": "I22", "TR": "f", "UT": "21 06", "LAT": "+50.69", "SRC": "ALG", "LONG": "-02.88", "NAME": "VANDOOREN Jules", "SPORT": "Soccer", "LOC_DATE": "1908 12 30", "UNIV_DATE": "1908 12 30", "BIRTH_PLACE": "ARMENTIERES", "POSTAL_CODE": "59280"}, "date": "2023-08-20T14:46:06+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-291"}, "ids-in-source": {"g55": "03-291"}}, "raw": {"DAY": "30-12-1908", "HOUR": "21 h. 15", "NAME": "VANDOOREN Jules", "PLACE": "Armentiéres (Nord)."}, "date": "2023-08-20T14:48:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1395	veinante-emile-1907-06-12	{"a1": "1396", "g55": "03-292", "3a_sports": "4184", "cfepp-final3": "566"}	{"g55": "03-292", "cfepp": "CF-566", "cpara": "CP-413", "ertel": "ES-4184", "lerrcp": "A1-1396"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Veinante", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1907-06-12 02:30", "note": null, "place": {"c1": null, "c2": "57", "c3": "", "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Sablon", "geoid": 0}, "notime": null, "date-ut": "1907-06-12 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Veinante"}, "birth": {"place": {"c2": "57", "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Sablon", "geoid": 0}, "date-ut": "1907-06-12 01:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1396"}, "ids-in-sources": {"a1": "1396"}}, "raw": {"H": "2", "MN": "30", "TZ": "-1", "COD": "57", "COU": "F", "DAY": "12", "LAT": "49N 7", "LON": "6E11", "MON": "6", "NUM": "1396", "PRO": "C", "SEC": "0", "YEA": "1907", "CITY": "SABLON"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1907-06-12 02:30"}, "partial-ids": {"ertel": "ES-4184"}}, "raw": {"L": "", "MF": "", "NR": "4184", "ENG": "0", "MA_": "2", "G_NR": "1396", "MA12": "3", "MARS": "9", "NAME": "Veinante", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,800", "CSINR": "", "KURTZ": "", "PHAS_": "0,900", "STUND": "2,50", "CFEPNR": "566", "EXTEND": "1", "NATION": "FRA", "TAGMON": "12.06.", "ZITATE": "DWO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "413", "VORNAME": "Emile", "ZITRANG": "4", "GAUQ1955": "+", "GEBDATUM": "12.06.1907", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1907-06-12 02:30", "place": {"c3": ""}, "date-ut": "1907-06-12 01:30"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "566"}}, "raw": {"S": "3", "LT": "02 30", "LV": "I23", "TR": "a", "UT": "01 30", "LAT": "+49.12", "SRC": "ALG", "LONG": "-06.17", "NAME": "VEINANTE Emile", "SPORT": "Soccer", "LOC_DATE": "1907 06 12", "UNIV_DATE": "1907 06 12", "BIRTH_PLACE": "METZ", "POSTAL_CODE": "57036 CEDEX"}, "date": "2023-08-20T14:46:06+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Sablon"}}, "partial-ids": {"g55": "03-292"}, "ids-in-source": {"g55": "03-292"}}, "raw": {"DAY": "12-6-1907", "HOUR": "2 h. 30", "NAME": "VEINANTE Emile", "PLACE": "Sablon (Moselle)."}, "date": "2023-08-20T14:48:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25130	etchepare-felix-1905-05-18	{"g55": "10-167"}	{"g55": "10-167"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Etchepare", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1905-05-18 11:00", "note": null, "place": {"c1": "", "c2": "64", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Ossés", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Etchepare", "nobility": ""}, "birth": {"date": "1905-05-18 11:00", "place": {"c1": "", "c2": "64", "c3": "", "cy": "FR", "name": "Ossés"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-167"}}, "raw": {"DAY": "18-5-1905", "HOUR": "11 h.", "NAME": "ETCHEPARE Félix", "PLACE": "Ossés (Basses-Pyrénées)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25131	fabre-andre-1900-11-01	{"g55": "10-168"}	{"g55": "10-168"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Fabre", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1900-11-01 09:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Brens", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "André", "family": "Fabre", "nobility": ""}, "birth": {"date": "1900-11-01 09:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Brens"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-168"}}, "raw": {"DAY": "1-11-1900", "HOUR": "9 h.", "NAME": "FABRE André", "PLACE": "Brens (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25132	fabre-jules-1871-12-29	{"g55": "10-169"}	{"g55": "10-169"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Fabre", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1871-12-29 12:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Marsal", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Fabre", "nobility": ""}, "birth": {"date": "1871-12-29 12:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Marsal"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-169"}}, "raw": {"DAY": "29-12-1871", "HOUR": "12 h.", "NAME": "FABRE Jules", "PLACE": "Marsal (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25133	fabre-henri-1899-04-08	{"g55": "10-170"}	{"g55": "10-170"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Fabre", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1899-04-08 13:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Grégoire", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Fabre", "nobility": ""}, "birth": {"date": "1899-04-08 13:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Saint-Grégoire"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-170"}}, "raw": {"DAY": "8-4-1899", "HOUR": "13 h.", "NAME": "FABRE Henri", "PLACE": "Saint-Grégoire (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1400	walter-marius-1927-05-05	{"a1": "1401", "3a_sports": "4297", "cfepp-final3": "571"}	{"cfepp": "CF-571", "cpara": "CP-533", "ertel": "ES-4297", "lerrcp": "A1-1401"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marius", "family": "Walter", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1927-05-05 03:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.95815, "lat": 50.49235, "name": "Carvin", "geoid": 3028486}, "notime": null, "date-ut": "1927-05-05 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Marius", "family": "Walter"}, "birth": {"tzo": "+01:00", "date": "1927-05-05 03:00", "place": {"c2": "62", "cy": "FR", "lg": 2.95815, "lat": 50.49235, "name": "Carvin", "geoid": 3028486}, "date-ut": "1927-05-05 02:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1401"}, "ids-in-sources": {"a1": "1401"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "62", "COU": "F", "DAY": "5", "LAT": "50N18", "LON": "2E46", "MON": "5", "NUM": "1401", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "CARVIN"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-05-05 03:00"}, "partial-ids": {"ertel": "ES-4297"}}, "raw": {"L": "", "MF": "", "NR": "4297", "ENG": "", "MA_": "0", "G_NR": "1401", "MA12": "8", "MARS": "24", "NAME": "Walter", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,300", "CSINR": "", "KURTZ": "", "PHAS_": "15,700", "STUND": "3,00", "CFEPNR": "571", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "533", "VORNAME": "Marius", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.05.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1927-05-05 03:00", "place": {"c3": ""}, "date-ut": "1927-05-05 02:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "571"}}, "raw": {"S": "8", "LT": "03 00", "LV": "I2", "TR": "f", "UT": "02 00", "LAT": "+50.49", "SRC": "A", "LONG": "-02.96", "NAME": "WALTER Marius", "SPORT": "Soccer", "LOC_DATE": "1927 05 05", "UNIV_DATE": "1927 05 05", "BIRTH_PLACE": "CARVIN", "POSTAL_CODE": "62220"}, "date": "2023-08-20T14:46:06+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1398	vincent-jean-1930-09-29	{"a1": "1399", "3a_sports": "4248", "cfepp-final3": "570"}	{"cfepp": "CF-570", "cpara": "CP-422", "ertel": "ES-4248", "lerrcp": "A1-1399"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Vincent", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1930-09-29 18:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.56268, "lat": 50.51915, "name": "Labeuvrière", "geoid": 3011045}, "notime": null, "date-ut": "1930-09-29 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Vincent"}, "birth": {"tzo": "+00:00", "date": "1930-11-29 18:00", "place": {"c2": "62", "cy": "FR", "lg": 2.56268, "lat": 50.51915, "name": "Labeuvrière", "geoid": 3011045}, "date-ut": "1930-11-29 18:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1399"}, "ids-in-sources": {"a1": "1399"}}, "raw": {"H": "18", "MN": "0", "TZ": "0", "COD": "62", "COU": "F", "DAY": "29", "LAT": "50N18", "LON": "2E46", "MON": "11", "NUM": "1399", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "LABEUVRIERE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-11-29 18:00"}, "partial-ids": {"ertel": "ES-4248"}}, "raw": {"L": "", "MF": "", "NR": "4248", "ENG": "", "MA_": "1", "G_NR": "1399", "MA12": "10", "MARS": "30", "NAME": "Vincent", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "57,100", "STUND": "18,00", "CFEPNR": "570", "EXTEND": "", "NATION": "FRA", "TAGMON": "29.11.", "ZITATE": "DW", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "422", "VORNAME": "Jean", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "29.11.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "vincent-jean-1930-09-29", "birth": {"date": "1930-09-29 18:00", "place": {"c3": ""}, "date-ut": "1930-09-29 17:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "570"}}, "raw": {"S": "8", "LT": "18 00", "LV": "I45", "TR": "f", "UT": "17 00", "LAT": "+50.52", "SRC": "L", "LONG": "-02.57", "NAME": "VINCENT Jean", "SPORT": "Soccer", "LOC_DATE": "1930 09 29", "UNIV_DATE": "1930 09 29", "BIRTH_PLACE": "LABEUVRIERE", "POSTAL_CODE": "62122"}, "date": "2023-08-20T14:46:06+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
25134	fabre-hippolyte-1866-04-09	{"g55": "10-171"}	{"g55": "10-171"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hippolyte", "family": "Fabre", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1866-04-09 06:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Courris", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Hippolyte", "family": "Fabre", "nobility": ""}, "birth": {"date": "1866-04-09 06:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Courris"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-171"}}, "raw": {"DAY": "9-4-1866", "HOUR": "6 h.", "NAME": "FABRE Hippolyte", "PLACE": "Courris (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25135	fabre-pierre-1904-08-01	{"g55": "10-172"}	{"g55": "10-172"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Fabre", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1904-08-01 05:00", "note": null, "place": {"c1": "", "c2": "66", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Perpignan", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Fabre", "nobility": ""}, "birth": {"date": "1904-08-01 05:00", "place": {"c1": "", "c2": "66", "c3": "", "cy": "FR", "name": "Perpignan"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-172"}}, "raw": {"DAY": "1-8-1904", "HOUR": "5 h.", "NAME": "FABRE Pierre", "PLACE": "Perpignan (Pyrénées-Orientales)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25136	fabre-pierre-1864-05-15	{"g55": "10-173"}	{"g55": "10-173"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Fabre", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1864-05-15 19:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Gijounet", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Fabre", "nobility": ""}, "birth": {"date": "1864-05-15 19:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Gijounet"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-173"}}, "raw": {"DAY": "15-5-1864", "HOUR": "19 h.", "NAME": "FABRE Pierre", "PLACE": "Gijounet (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25137	farenc-georges-1918-08-24	{"g55": "10-174"}	{"g55": "10-174"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Farenc", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1918-08-24 20:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Réalmont", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Farenc", "nobility": ""}, "birth": {"date": "1918-08-24 20:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Réalmont"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-174"}}, "raw": {"DAY": "24-8-1918", "HOUR": "20 h.", "NAME": "FARENC Georges", "PLACE": "Réalmont (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1404	zimny-simon-1927-05-18	{"a1": "1405", "3a_sports": "4372"}	{"cpara": "CP-535", "ertel": "ES-4372", "lerrcp": "A1-1405"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Simon", "family": "Zimny", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1927-05-18 18:30", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.50546, "lat": 50.47169, "name": "Divion", "geoid": 3021298}, "notime": null, "date-ut": "1927-05-18 17:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Simon", "family": "Zimny"}, "birth": {"tzo": "+01:00", "date": "1927-05-18 18:30", "place": {"c2": "62", "cy": "FR", "lg": 2.50546, "lat": 50.47169, "name": "Divion", "geoid": 3021298}, "date-ut": "1927-05-18 17:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1405"}, "ids-in-sources": {"a1": "1405"}}, "raw": {"H": "17", "MN": "30", "TZ": "0", "COD": "62", "COU": "F", "DAY": "18", "LAT": "50N18", "LON": "2E46", "MON": "5", "NUM": "1405", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "DIVION"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-05-18 18:30"}, "partial-ids": {"ertel": "ES-4372"}}, "raw": {"L": "", "MF": "", "NR": "4372", "ENG": "1", "MA_": "2", "G_NR": "1405", "MA12": "4", "MARS": "12", "NAME": "Zimny", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,400", "CSINR": "", "KURTZ": "", "PHAS_": "98,500", "STUND": "18,50", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "18.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "535", "VORNAME": "Simon", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.05.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1402	wisniewski-maryan-1937-02-01	{"a1": "1403", "3a_sports": "4337", "cfepp-final3": "574"}	{"cfepp": "CF-574", "cpara": "CP-428", "ertel": "ES-4337", "lerrcp": "A1-1403"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maryan", "family": "Wisniewski", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:00", "date": "1937-02-01 10:15", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Calonne-Ricouar", "geoid": 0}, "notime": null, "date-ut": "1937-02-01 10:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Maryan", "family": "Wisniewski"}, "birth": {"tzo": "+00:00", "date": "1937-02-01 10:15", "place": {"c2": "62", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Calonne-Ricouar", "geoid": 0}, "date-ut": "1937-02-01 10:15"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1403"}, "ids-in-sources": {"a1": "1403"}}, "raw": {"H": "10", "MN": "15", "TZ": "0", "COD": "62", "COU": "F", "DAY": "1", "LAT": "50N18", "LON": "2E46", "MON": "2", "NUM": "1403", "PRO": "C", "SEC": "0", "YEA": "1937", "CITY": "CALONNE-RICOUAR"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "F", "birth": {"date": "1937-02-01 10:15"}, "partial-ids": {"ertel": "ES-4337"}}, "raw": {"L": "", "MF": "F", "NR": "4337", "ENG": "", "MA_": "1", "G_NR": "1403", "MA12": "6", "MARS": "18", "NAME": "Wisniewski", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,100", "CSINR": "", "KURTZ": "", "PHAS_": "73,000", "STUND": "10,25", "CFEPNR": "574", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.02.", "ZITATE": "DWO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "428", "VORNAME": "Maryan", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "01.02.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1937-02-01 10:15", "place": {"c3": ""}, "date-ut": "1937-02-01 10:15"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "574"}}, "raw": {"S": "6", "LT": "10 15", "LV": "I33", "TR": "f", "UT": "10 15", "LAT": "+50.49", "SRC": "L", "LONG": "-02.48", "NAME": "WISNIESKI Maryan", "SPORT": "Soccer", "LOC_DATE": "1937 02 01", "UNIV_DATE": "1937 02 01", "BIRTH_PLACE": "CALONNE RICOUART", "POSTAL_CODE": "62470"}, "date": "2023-08-20T14:46:06+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
25138	farenc-gustave-1878-03-07	{"g55": "10-175"}	{"g55": "10-175"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Farenc", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1878-03-07 18:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Boissezon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Farenc", "nobility": ""}, "birth": {"date": "1878-03-07 18:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Boissezon"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-175"}}, "raw": {"DAY": "7-3-1878", "HOUR": "18 h.", "NAME": "FARENC Gustave", "PLACE": "Boissezon (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25139	farenq-paul-1870-02-13	{"g55": "10-176"}	{"g55": "10-176"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Farenq", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1870-02-13 23:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Murat", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Farenq", "nobility": ""}, "birth": {"date": "1870-02-13 23:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Murat"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-176"}}, "raw": {"DAY": "13-2-1870", "HOUR": "23 h.", "NAME": "FARENQ Paul", "PLACE": "Murat (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25140	fedou-francois-1903-09-26	{"g55": "10-177"}	{"g55": "10-177"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Fedou", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1903-09-26 11:00", "note": null, "place": {"c1": "", "c2": "31", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Cabanial", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "François", "family": "Fedou", "nobility": ""}, "birth": {"date": "1903-09-26 11:00", "place": {"c1": "", "c2": "31", "c3": "", "cy": "FR", "name": "Cabanial"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-177"}}, "raw": {"DAY": "26-9-1903", "HOUR": "11 h.", "NAME": "FEDOU François", "PLACE": "Cabanial (Haute-Garonne)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1407	allasio-federico-1914-05-30	{"a1": "1408", "3a_sports": "62"}	{"ertel": "ES-62", "lerrcp": "A1-1408"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Federico", "family": "Allasio", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-05-30 06:00", "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1914-05-30 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Federico", "family": "Allasio"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1914-05-30 05:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1408"}, "ids-in-sources": {"a1": "1408"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "30", "LAT": "45N 0", "LON": "8E 0", "MON": "5", "NUM": "1408", "PRO": "C", "SEC": "0", "YEA": "1914", "CITY": "TORINO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1914-05-30 06:00"}, "partial-ids": {"ertel": "ES-62"}}, "raw": {"L": "", "MF": "", "NR": "62", "ENG": "", "MA_": "1", "G_NR": "1408", "MA12": "10", "MARS": "29", "NAME": "Allasio", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,300", "CSINR": "", "KURTZ": "", "PHAS_": "23,300", "STUND": "6,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "30.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Federico", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.05.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1409	andreoli-sergio-1922-05-03	{"a1": "1410", "3a_sports": "92"}	{"ertel": "ES-92", "lerrcp": "A1-1410"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sergio", "family": "Andreoli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-05-03 07:00", "note": null, "place": {"c1": null, "c2": "VT", "c3": null, "cy": "IT", "lg": 12.17207, "lat": 42.25872, "name": "Capranica", "geoid": 3180644}, "notime": null, "date-ut": "1922-05-03 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Sergio", "family": "Andreoli"}, "birth": {"place": {"c2": "VT", "cy": "IT", "lg": 12.17207, "lat": 42.25872, "name": "Capranica", "geoid": 3180644}, "date-ut": "1922-05-03 06:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1410"}, "ids-in-sources": {"a1": "1410"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "VT", "COU": "I", "DAY": "3", "LAT": "42N24", "LON": "12E 0", "MON": "5", "NUM": "1410", "PRO": "C", "SEC": "0", "YEA": "1922", "CITY": "CAPRANICA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1922-05-03 07:00"}, "partial-ids": {"ertel": "ES-92"}}, "raw": {"L": "", "MF": "", "NR": "92", "ENG": "", "MA_": "1", "G_NR": "1410", "MA12": "6", "MARS": "18", "NAME": "Andreoli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,900", "CSINR": "", "KURTZ": "", "PHAS_": "33,200", "STUND": "7,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "03.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Dergio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.05.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25141	feral-jules-1862-12-31	{"g55": "10-178"}	{"g55": "10-178"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Feral", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1862-12-31 02:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Michel de Labadié", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Feral", "nobility": ""}, "birth": {"date": "1862-12-31 02:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Saint-Michel de Labadié"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-178"}}, "raw": {"DAY": "31-12-1862", "HOUR": "2 h.", "NAME": "FERAL Jules", "PLACE": "Saint-Michel de Labadié (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25142	figuieres-rene-1914-03-24	{"g55": "10-179"}	{"g55": "10-179"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Figuieres", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1914-03-24 04:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Albi", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "René", "family": "Figuieres", "nobility": ""}, "birth": {"date": "1914-03-24 04:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Albi"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-179"}}, "raw": {"DAY": "24-3-1914", "HOUR": "4 h.", "NAME": "FIGUIERES René", "PLACE": "Albi (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25143	floutard-aime-1884-05-18	{"g55": "10-180"}	{"g55": "10-180"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aimé", "family": "Floutard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1884-05-18 16:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Assac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Aimé", "family": "Floutard", "nobility": ""}, "birth": {"date": "1884-05-18 16:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Assac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-180"}}, "raw": {"DAY": "18-5-1884", "HOUR": "16 h.", "NAME": "FLOUTARD Aimé", "PLACE": "Assac (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1412	antoniotti-lelio-1928-01-17	{"a1": "1413", "3a_sports": "118"}	{"ertel": "ES-118", "lerrcp": "A1-1413"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lelio", "family": "Antoniotti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-01-17 10:10", "note": null, "place": {"c1": null, "c2": "AO", "c3": null, "cy": "IT", "lg": 8, "lat": 45.8, "name": "HONE BARD", "geoid": 0}, "notime": null, "date-ut": "1928-01-17 09:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Lelio", "family": "Antoniotti"}, "birth": {"place": {"c2": "AO", "cy": "IT", "lg": 8, "lat": 45.8, "name": "HONE BARD", "geoid": 0}, "date-ut": "1928-01-17 09:10"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1413"}, "ids-in-sources": {"a1": "1413"}}, "raw": {"H": "10", "MN": "10", "TZ": "-1", "COD": "AO", "COU": "I", "DAY": "17", "LAT": "45N48", "LON": "8E 0", "MON": "1", "NUM": "1413", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "HONE BARD"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-01-17 10:10"}, "partial-ids": {"ertel": "ES-118"}}, "raw": {"L": "", "MF": "", "NR": "118", "ENG": "", "MA_": "0", "G_NR": "1413", "MA12": "3", "MARS": "8", "NAME": "Antoniotti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,000", "CSINR": "", "KURTZ": "", "PHAS_": "30,700", "STUND": "10,17", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "17.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Lelio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.01.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1414	armano-gino-1927-10-25	{"a1": "1415", "3a_sports": "135"}	{"ertel": "ES-135", "lerrcp": "A1-1415"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gino", "family": "Armano", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-10-25 23:30", "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 9, "lat": 45, "name": "CASSINAGROSSA D", "geoid": 0}, "notime": null, "date-ut": "1927-10-25 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Gino", "family": "Armano"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 9, "lat": 45, "name": "CASSINAGROSSA D", "geoid": 0}, "date-ut": "1927-10-25 22:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1415"}, "ids-in-sources": {"a1": "1415"}}, "raw": {"H": "23", "MN": "30", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "25", "LAT": "45N 0", "LON": "9E 0", "MON": "10", "NUM": "1415", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "CASSINAGROSSA D"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-10-25 23:30"}, "partial-ids": {"ertel": "ES-135"}}, "raw": {"L": "", "MF": "", "NR": "135", "ENG": "", "MA_": "1", "G_NR": "1415", "MA12": "9", "MARS": "27", "NAME": "Armano", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,100", "CSINR": "", "KURTZ": "", "PHAS_": "0,500", "STUND": "23,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "25.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.10.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25144	floutard-elie-1879-02-21	{"g55": "10-181"}	{"g55": "10-181"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elie", "family": "Floutard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1879-02-21 07:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Courris", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Elie", "family": "Floutard", "nobility": ""}, "birth": {"date": "1879-02-21 07:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Courris"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-181"}}, "raw": {"DAY": "21-2-1879", "HOUR": "7 h.", "NAME": "FLOUTARD Elie", "PLACE": "Courris (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25145	fontvieille-alphonse-1873-02-17	{"g55": "10-182"}	{"g55": "10-182"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Fontvieille", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1873-02-17 04:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Albi", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Fontvieille", "nobility": ""}, "birth": {"date": "1873-02-17 04:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Albi"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-182"}}, "raw": {"DAY": "17-2-1873", "HOUR": "4 h.", "NAME": "FONTVIEILLE Alphonse", "PLACE": "Albi (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25146	fonvieille-leon-1882-02-22	{"g55": "10-183"}	{"g55": "10-183"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Fonvieille", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1882-02-22 23:30.", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Brousse", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Fonvieille", "nobility": ""}, "birth": {"date": "1882-02-22 23:30.", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Brousse"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-183"}}, "raw": {"DAY": "22-2-1882", "HOUR": "23 h. 30.", "NAME": "FONVIEILLE Léon", "PLACE": "Brousse (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1417	bacigalupo-manlio-1907-09-05	{"a1": "1418", "3a_sports": "181"}	{"ertel": "ES-181", "lerrcp": "A1-1418"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Manlio", "family": "Bacigalupo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1907-09-05 07:30", "note": null, "place": {"c1": null, "c2": "SV", "c3": null, "cy": "IT", "lg": 8.43375, "lat": 44.26914, "name": "Vado Ligure", "geoid": 3164988}, "notime": null, "date-ut": "1907-09-05 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Manlio", "family": "Bacigalupo"}, "birth": {"place": {"c2": "SV", "cy": "IT", "lg": 8.43375, "lat": 44.26914, "name": "Vado Ligure", "geoid": 3164988}, "date-ut": "1907-09-05 06:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1418"}, "ids-in-sources": {"a1": "1418"}}, "raw": {"H": "7", "MN": "30", "TZ": "-1", "COD": "SV", "COU": "I", "DAY": "5", "LAT": "44N18", "LON": "8E45", "MON": "9", "NUM": "1418", "PRO": "C", "SEC": "0", "YEA": "1907", "CITY": "VADO LIGURE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1907-09-05 07:30"}, "partial-ids": {"ertel": "ES-181"}}, "raw": {"L": "", "MF": "", "NR": "181", "ENG": "", "MA_": "1", "G_NR": "1418", "MA12": "9", "MARS": "26", "NAME": "Bacigalupo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,900", "CSINR": "", "KURTZ": "", "PHAS_": "7,900", "STUND": "7,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "05.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Manlio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.09.1907", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1419	baldini-giuseppe-1922-03-11	{"a1": "1420", "3a_sports": "209"}	{"ertel": "ES-209", "lerrcp": "A1-1420"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Baldini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-03-11 13:00", "note": null, "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 12.03222, "lat": 44.3725, "name": "Russi", "geoid": 3168784}, "notime": null, "date-ut": "1922-03-11 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Baldini"}, "birth": {"place": {"c2": "RA", "cy": "IT", "lg": 12.03222, "lat": 44.3725, "name": "Russi", "geoid": 3168784}, "date-ut": "1922-03-11 12:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1420"}, "ids-in-sources": {"a1": "1420"}}, "raw": {"H": "13", "MN": "0", "TZ": "-1", "COD": "RA", "COU": "I", "DAY": "11", "LAT": "44N24", "LON": "12E15", "MON": "3", "NUM": "1420", "PRO": "C", "SEC": "0", "YEA": "1922", "CITY": "RUSSI"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1922-03-11 13:00"}, "partial-ids": {"ertel": "ES-209"}}, "raw": {"L": "", "MF": "", "NR": "209", "ENG": "", "MA_": "0", "G_NR": "1420", "MA12": "8", "MARS": "22", "NAME": "Baldini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,000", "CSINR": "", "KURTZ": "", "PHAS_": "90,900", "STUND": "13,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "11.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giuseppe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.03.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25147	foulcher-pierre-1879-09-08	{"g55": "10-184"}	{"g55": "10-184"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Foulcher", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1879-09-08 12:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Teillet", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Foulcher", "nobility": ""}, "birth": {"date": "1879-09-08 12:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Teillet"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-184"}}, "raw": {"DAY": "8-9-1879", "HOUR": "12 h.", "NAME": "FOULCHER Pierre", "PLACE": "Teillet (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25148	fournie-angely-1907-09-24	{"g55": "10-185"}	{"g55": "10-185"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angély", "family": "Fournie", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1907-09-24 18:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Energues", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Angély", "family": "Fournie", "nobility": ""}, "birth": {"date": "1907-09-24 18:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Energues"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-185"}}, "raw": {"DAY": "24-9-1907", "HOUR": "18 h.", "NAME": "FOURNIE Angély", "PLACE": "Energues (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25149	fournie-marius-1884-12-22	{"g55": "10-186"}	{"g55": "10-186"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marius", "family": "Fournie", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1884-12-22 02:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Energues", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Marius", "family": "Fournie", "nobility": ""}, "birth": {"date": "1884-12-22 02:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Energues"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-186"}}, "raw": {"DAY": "22-12-1884", "HOUR": "2 h.", "NAME": "FOURNIE Marius", "PLACE": "Energues (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1422	ballarin-aldo-1922-01-10	{"a1": "1423", "3a_sports": "215"}	{"ertel": "ES-215", "lerrcp": "A1-1423"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Ballarin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-01-10 07:00", "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.27774, "lat": 45.21857, "name": "Chioggia", "geoid": 3178784}, "notime": null, "date-ut": "1922-01-10 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Aldo", "family": "Ballarin"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.27774, "lat": 45.21857, "name": "Chioggia", "geoid": 3178784}, "date-ut": "1922-01-10 06:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1423"}, "ids-in-sources": {"a1": "1423"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "10", "LAT": "45N30", "LON": "12E30", "MON": "1", "NUM": "1423", "PRO": "C", "SEC": "0", "YEA": "1922", "CITY": "CHIOGGIA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1922-01-10 07:00"}, "partial-ids": {"ertel": "ES-215"}}, "raw": {"L": "", "MF": "", "NR": "215", "ENG": "0", "MA_": "2", "G_NR": "1423", "MA12": "3", "MARS": "9", "NAME": "Ballarin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,600", "CSINR": "", "KURTZ": "", "PHAS_": "83,400", "STUND": "7,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "10.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Aldo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.01.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1424	baloncieri-adolfo-1897-07-27	{"a1": "1425", "3a_sports": "222"}	{"ertel": "ES-222", "lerrcp": "A1-1425"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolfo", "family": "Baloncieri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1897-07-27 08:00", "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.61894, "lat": 44.91245, "name": "Alessandria", "geoid": 3183299}, "notime": null, "date-ut": "1897-07-27 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Adolfo", "family": "Baloncieri"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.61894, "lat": 44.91245, "name": "Alessandria", "geoid": 3183299}, "date-ut": "1897-07-27 07:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1425"}, "ids-in-sources": {"a1": "1425"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "27", "LAT": "45N 0", "LON": "9E 0", "MON": "7", "NUM": "1425", "PRO": "C", "SEC": "0", "YEA": "1897", "CITY": "ALESSANDRIA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1897-07-27 08:00"}, "partial-ids": {"ertel": "ES-222"}}, "raw": {"L": "", "MF": "", "NR": "222", "ENG": "0", "MA_": "2", "G_NR": "1425", "MA12": "12", "MARS": "36", "NAME": "Baloncieri", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,800", "CSINR": "", "KURTZ": "", "PHAS_": "7,200", "STUND": "8,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "27.07.", "ZITATE": "KO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Adolfo", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "27.07.1897", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25150	fressac-jean-1911-01-29	{"g55": "10-187"}	{"g55": "10-187"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Fressac", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1911-01-29 12:00", "note": null, "place": {"c1": "", "c2": "34", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Wendargues", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Fressac", "nobility": ""}, "birth": {"date": "1911-01-29 12:00", "place": {"c1": "", "c2": "34", "c3": "", "cy": "FR", "name": "Wendargues"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-187"}}, "raw": {"DAY": "29-1-1911", "HOUR": "12 h.", "NAME": "FRESSAC Jean", "PLACE": "Wendargues (Hérault)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25151	freyssinet-emmanuel-1880-04-07	{"g55": "10-188"}	{"g55": "10-188"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emmanuel", "family": "Freyssinet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1880-04-07 06:00", "note": null, "place": {"c1": "", "c2": "19", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Estivaux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Emmanuel", "family": "Freyssinet", "nobility": ""}, "birth": {"date": "1880-04-07 06:00", "place": {"c1": "", "c2": "19", "c3": "", "cy": "FR", "name": "Estivaux"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-188"}}, "raw": {"DAY": "7-4-1880", "HOUR": "6 h.", "NAME": "FREYSSINET Emmanuel", "PLACE": "Estivaux (Corrèze)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25152	frezouls-edmond-1907-07-23	{"g55": "10-189"}	{"g55": "10-189"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Frezouls", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1907-07-23 09:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Montdragon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Frezouls", "nobility": ""}, "birth": {"date": "1907-07-23 09:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Montdragon"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-189"}}, "raw": {"DAY": "23-7-1907", "HOUR": "9 h.", "NAME": "FREZOULS Edmond", "PLACE": "Montdragon (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1427	bearzot-enzo-1927-09-26	{"a1": "1428", "3a_sports": "297"}	{"ertel": "ES-297", "lerrcp": "A1-1428"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enzo", "family": "Bearzot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-09-26 10:00", "note": null, "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.5, "lat": 46, "name": "AJELLO DEL FRIU", "geoid": 0}, "notime": null, "date-ut": "1927-09-26 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Enzo", "family": "Bearzot"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.5, "lat": 46, "name": "AJELLO DEL FRIU", "geoid": 0}, "date-ut": "1927-09-26 09:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1428"}, "ids-in-sources": {"a1": "1428"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "26", "LAT": "46N 0", "LON": "13E30", "MON": "9", "NUM": "1428", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "AJELLO DEL FRIU"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-09-26 10:00"}, "partial-ids": {"ertel": "ES-297"}}, "raw": {"L": "", "MF": "", "NR": "297", "ENG": "", "MA_": "1", "G_NR": "1428", "MA12": "2", "MARS": "6", "NAME": "Bearzot", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,800", "CSINR": "", "KURTZ": "", "PHAS_": "0,200", "STUND": "10,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "26.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Enzo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.09.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1430	berdardin-giorgio-1928-04-24	{"a1": "1431", "3a_sports": "355"}	{"ertel": "ES-355", "lerrcp": "A1-1431"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giorgio", "family": "Berdardin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-04-24 20:30", "note": null, "place": {"c1": null, "c2": "SP", "c3": null, "cy": "IT", "lg": 9.58248, "lat": 44.18474, "name": "Bonassola", "geoid": 3181897}, "notime": null, "date-ut": "1928-04-24 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Giorgio", "family": "Berdardin"}, "birth": {"place": {"c2": "SP", "cy": "IT", "lg": 9.58248, "lat": 44.18474, "name": "Bonassola", "geoid": 3181897}, "date-ut": "1928-04-24 19:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1431"}, "ids-in-sources": {"a1": "1431"}}, "raw": {"H": "20", "MN": "30", "TZ": "-1", "COD": "SP", "COU": "I", "DAY": "24", "LAT": "44N 0", "LON": "10E15", "MON": "4", "NUM": "1431", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "BONASSOLA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-04-24 20:30"}, "partial-ids": {"ertel": "ES-355"}}, "raw": {"L": "", "MF": "", "NR": "355", "ENG": "", "MA_": "1", "G_NR": "1431", "MA12": "9", "MARS": "27", "NAME": "Berdardin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,600", "CSINR": "", "KURTZ": "", "PHAS_": "19,800", "STUND": "20,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "24.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giorgio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.04.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25153	frezouls-maurice-1901-07-24	{"g55": "10-190"}	{"g55": "10-190"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Frezouls", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1901-07-24 06:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lombers", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Frezouls", "nobility": ""}, "birth": {"date": "1901-07-24 06:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Lombers"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-190"}}, "raw": {"DAY": "24-7-1901", "HOUR": "6 h.", "NAME": "FREZOULS Maurice", "PLACE": "Lombers (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25154	gaben-lucien-1911-12-13	{"g55": "10-191"}	{"g55": "10-191"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Gaben", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1911-12-13 12:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Albi", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Gaben", "nobility": ""}, "birth": {"date": "1911-12-13 12:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Albi"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-191"}}, "raw": {"DAY": "13-12-1911", "HOUR": "12 h.", "NAME": "GABEN Lucien", "PLACE": "Albi (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25155	gairard-firmin-1878-02-21	{"g55": "10-192"}	{"g55": "10-192"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Firmin", "family": "Gairard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1878-02-21 18:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Almayrac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Firmin", "family": "Gairard", "nobility": ""}, "birth": {"date": "1878-02-21 18:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Almayrac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-192"}}, "raw": {"DAY": "21-2-1878", "HOUR": "18 h.", "NAME": "GAIRARD Firmin", "PLACE": "Almayrac (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1432	bernasconi-gaudenzio-1932-08-09	{"a1": "1433", "3a_sports": "379"}	{"ertel": "ES-379", "lerrcp": "A1-1433"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaudenzio", "family": "Bernasconi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-08-09 05:30", "note": null, "place": {"c1": null, "c2": "BG", "c3": null, "cy": "IT", "lg": 9.75, "lat": 45.6, "name": "PONTE S. PIETRO", "geoid": 0}, "notime": null, "date-ut": "1932-08-09 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Gaudenzio", "family": "Bernasconi"}, "birth": {"place": {"c2": "BG", "cy": "IT", "lg": 9.75, "lat": 45.6, "name": "PONTE S. PIETRO", "geoid": 0}, "date-ut": "1932-08-09 04:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1433"}, "ids-in-sources": {"a1": "1433"}}, "raw": {"H": "5", "MN": "30", "TZ": "-1", "COD": "BG", "COU": "I", "DAY": "9", "LAT": "45N36", "LON": "9E45", "MON": "8", "NUM": "1433", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "PONTE S. PIETRO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-08-09 05:30"}, "partial-ids": {"ertel": "ES-379"}}, "raw": {"L": "", "MF": "", "NR": "379", "ENG": "", "MA_": "1", "G_NR": "1433", "MA12": "2", "MARS": "5", "NAME": "Bernasconi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,300", "CSINR": "", "KURTZ": "", "PHAS_": "46,400", "STUND": "5,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "09.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gaudenzio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.08.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1434	bertuccelli-alberto-1924-01-14	{"a1": "1435", "3a_sports": "406"}	{"ertel": "ES-406", "lerrcp": "A1-1435"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberto", "family": "Bertuccelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-01-14 14:00", "note": null, "place": {"c1": null, "c2": "LU", "c3": null, "cy": "IT", "lg": 10.2558, "lat": 43.87354, "name": "Viareggio", "geoid": 3164433}, "notime": null, "date-ut": "1924-01-14 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Alberto", "family": "Bertuccelli"}, "birth": {"place": {"c2": "LU", "cy": "IT", "lg": 10.2558, "lat": 43.87354, "name": "Viareggio", "geoid": 3164433}, "date-ut": "1924-01-14 13:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1435"}, "ids-in-sources": {"a1": "1435"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "LU", "COU": "I", "DAY": "14", "LAT": "43N42", "LON": "11E 0", "MON": "1", "NUM": "1435", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "VIAREGGIO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-01-14 14:00"}, "partial-ids": {"ertel": "ES-406"}}, "raw": {"L": "", "MF": "", "NR": "406", "ENG": "", "MA_": "1", "G_NR": "1435", "MA12": "7", "MARS": "20", "NAME": "Bertuccelli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,600", "CSINR": "", "KURTZ": "", "PHAS_": "50,600", "STUND": "14,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "14.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Alberto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.01.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25156	galau-henri-1892-03-10	{"g55": "10-193"}	{"g55": "10-193"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Galau", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1892-03-10 14:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Cadoul", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Galau", "nobility": ""}, "birth": {"date": "1892-03-10 14:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Cadoul"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-193"}}, "raw": {"DAY": "10-3-1892", "HOUR": "14 h.", "NAME": "GALAU Henri", "PLACE": "Cadoul (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25157	galinier-joseph-1900-03-02	{"g55": "10-194"}	{"g55": "10-194"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Galinier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1900-03-02 03:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Notre-Dame-de-Guyer", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Galinier", "nobility": ""}, "birth": {"date": "1900-03-02 03:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Notre-Dame-de-Guyer"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-194"}}, "raw": {"DAY": "2-3-1900", "HOUR": "3 h.", "NAME": "GALINIER Joseph", "PLACE": "Notre-Dame-de-Guyer (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25158	gargaros-c-e-g-1888-07-24	{"g55": "10-195"}	{"g55": "10-195"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "C. E. G.", "family": "Gargaros", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1888-07-24 22:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-André", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "C. E. G.", "family": "Gargaros", "nobility": ""}, "birth": {"date": "1888-07-24 22:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Saint-André"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-195"}}, "raw": {"DAY": "24-7-1888", "HOUR": "22 h.", "NAME": "GARGAROS C. E. G.", "PLACE": "Saint-André (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1437	biavati-amedeo-1915-04-04	{"a1": "1438", "3a_sports": "431"}	{"ertel": "ES-431", "lerrcp": "A1-1438"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amedeo", "family": "Biavati", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1915-04-04 02:45", "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1915-04-04 01:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Amedeo", "family": "Biavati"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1915-04-04 01:45"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1438"}, "ids-in-sources": {"a1": "1438"}}, "raw": {"H": "2", "MN": "45", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "4", "LAT": "44N30", "LON": "11E 0", "MON": "4", "NUM": "1438", "PRO": "C", "SEC": "0", "YEA": "1915", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1915-04-04 02:45"}, "partial-ids": {"ertel": "ES-431"}}, "raw": {"L": "", "MF": "", "NR": "431", "ENG": "", "MA_": "0", "G_NR": "1438", "MA12": "11", "MARS": "33", "NAME": "Biavati", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,500", "CSINR": "", "KURTZ": "", "PHAS_": "80,500", "STUND": "2,75", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "04.04.", "ZITATE": "SW", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Amedeo", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "04.04.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1439	bisigato-antonio-1911-07-26	{"a1": "1440", "3a_sports": "455"}	{"ertel": "ES-455", "lerrcp": "A1-1440"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Bisigato", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1911-07-26 15:00", "note": null, "place": {"c1": null, "c2": "TV", "c3": null, "cy": "IT", "lg": 12.245, "lat": 45.66667, "name": "Treviso", "geoid": 3165201}, "notime": null, "date-ut": "1911-07-26 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Bisigato"}, "birth": {"place": {"c2": "TV", "cy": "IT", "lg": 12.245, "lat": 45.66667, "name": "Treviso", "geoid": 3165201}, "date-ut": "1911-07-26 14:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1440"}, "ids-in-sources": {"a1": "1440"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "TV", "COU": "I", "DAY": "26", "LAT": "45N36", "LON": "12E45", "MON": "7", "NUM": "1440", "PRO": "C", "SEC": "0", "YEA": "1911", "CITY": "TREVISO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1911-07-26 15:00"}, "partial-ids": {"ertel": "ES-455"}}, "raw": {"L": "", "MF": "", "NR": "455", "ENG": "", "MA_": "0", "G_NR": "1440", "MA12": "8", "MARS": "22", "NAME": "Bisigato", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,000", "CSINR": "", "KURTZ": "", "PHAS_": "0,200", "STUND": "15,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "26.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Antonio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.07.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25159	gargaros-louis-1903-09-13	{"g55": "10-196"}	{"g55": "10-196"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Gargaros", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1903-09-13 05:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Blaye-les-Mines", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Gargaros", "nobility": ""}, "birth": {"date": "1903-09-13 05:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Blaye-les-Mines"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-196"}}, "raw": {"DAY": "13-9-1903", "HOUR": "5 h.", "NAME": "GARGAROS Louis", "PLACE": "Blaye-les-Mines (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25160	gastou-louis-1892-10-21	{"g55": "10-197"}	{"g55": "10-197"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Gastou", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1892-10-21 21:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Arfons", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Gastou", "nobility": ""}, "birth": {"date": "1892-10-21 21:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Arfons"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-197"}}, "raw": {"DAY": "21-10-1892", "HOUR": "21 h.", "NAME": "GASTOU Louis", "PLACE": "Arfons (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25161	gau-joseph-1872-03-31	{"g55": "10-198"}	{"g55": "10-198"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Gau", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1872-03-31 04:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Amans-de-Négrins", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Gau", "nobility": ""}, "birth": {"date": "1872-03-31 04:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Saint-Amans-de-Négrins"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-198"}}, "raw": {"DAY": "31-3-1872", "HOUR": "4 h.", "NAME": "GAU Joseph", "PLACE": "Saint-Amans-de-Négrins (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1442	boffi-aldo-1915-01-26	{"a1": "1443", "3a_sports": "501"}	{"ertel": "ES-501", "lerrcp": "A1-1443"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Boffi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1915-01-26 18:00", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "GIUSSANO", "geoid": 0}, "notime": null, "date-ut": "1915-01-26 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Aldo", "family": "Boffi"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "GIUSSANO", "geoid": 0}, "date-ut": "1915-01-26 17:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1443"}, "ids-in-sources": {"a1": "1443"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "26", "LAT": "45N30", "LON": "9E15", "MON": "1", "NUM": "1443", "PRO": "C", "SEC": "0", "YEA": "1915", "CITY": "GIUSSANO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1915-01-26 18:00"}, "partial-ids": {"ertel": "ES-501"}}, "raw": {"L": "", "MF": "", "NR": "501", "ENG": "", "MA_": "1", "G_NR": "1443", "MA12": "7", "MARS": "20", "NAME": "Boffi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,600", "CSINR": "", "KURTZ": "", "PHAS_": "75,100", "STUND": "18,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "26.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Aldo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.01.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:56+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1444	bonizzoni-giuseppe-1908-04-22	{"a1": "1445", "3a_sports": "542"}	{"ertel": "ES-542", "lerrcp": "A1-1445"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Bonizzoni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1908-04-22 16:30", "note": null, "place": {"c1": null, "c2": "CR", "c3": null, "cy": "IT", "lg": 9.87726, "lat": 45.33257, "name": "Genivolta", "geoid": 3176226}, "notime": null, "date-ut": "1908-04-22 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Bonizzoni"}, "birth": {"place": {"c2": "CR", "cy": "IT", "lg": 9.87726, "lat": 45.33257, "name": "Genivolta", "geoid": 3176226}, "date-ut": "1908-04-22 15:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1445"}, "ids-in-sources": {"a1": "1445"}}, "raw": {"H": "16", "MN": "30", "TZ": "-1", "COD": "CR", "COU": "I", "DAY": "22", "LAT": "45N12", "LON": "11E 0", "MON": "4", "NUM": "1445", "PRO": "C", "SEC": "0", "YEA": "1908", "CITY": "GENIVOLTA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1908-04-22 16:30"}, "partial-ids": {"ertel": "ES-542"}}, "raw": {"L": "", "MF": "", "NR": "542", "ENG": "1", "MA_": "2", "G_NR": "1445", "MA12": "4", "MARS": "11", "NAME": "Bonizzoni", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,700", "CSINR": "", "KURTZ": "", "PHAS_": "70,000", "STUND": "16,50", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "22.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giuseppe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.04.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:56+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25162	gil-charles-1881-09-25	{"g55": "10-199"}	{"g55": "10-199"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Gil", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1881-09-25 06:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Le Ségur", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Gil", "nobility": ""}, "birth": {"date": "1881-09-25 06:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Le Ségur"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-199"}}, "raw": {"DAY": "25-9-1881", "HOUR": "6 h.", "NAME": "GIL Charles", "PLACE": "Le Ségur (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25163	gil-paul-1874-09-02	{"g55": "10-200"}	{"g55": "10-200"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Gil", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1874-09-02 06:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Julien-Gauléne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Gil", "nobility": ""}, "birth": {"date": "1874-09-02 06:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Saint-Julien-Gauléne"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-200"}}, "raw": {"DAY": "2-9-1874", "HOUR": "6 h.", "NAME": "GIL Paul", "PLACE": "Saint-Julien-Gauléne (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25164	gisclard-emile-1876-04-16	{"g55": "10-201"}	{"g55": "10-201"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Gisclard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1876-04-16 03:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Curvalle", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Gisclard", "nobility": ""}, "birth": {"date": "1876-04-16 03:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Curvalle"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-201"}}, "raw": {"DAY": "16-4-1876", "HOUR": "3 h.", "NAME": "GISCLARD Emile", "PLACE": "Curvalle (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1447	bortoletto-raoul-1925-05-09	{"a1": "1448", "3a_sports": "579"}	{"ertel": "ES-579", "lerrcp": "A1-1448"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raoul", "family": "Bortoletto", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-05-09 11:00", "note": null, "place": {"c1": null, "c2": "TV", "c3": null, "cy": "IT", "lg": 12.245, "lat": 45.66667, "name": "Treviso", "geoid": 3165201}, "notime": null, "date-ut": "1925-05-09 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Raoul", "family": "Bortoletto"}, "birth": {"place": {"c2": "TV", "cy": "IT", "lg": 12.245, "lat": 45.66667, "name": "Treviso", "geoid": 3165201}, "date-ut": "1925-05-09 10:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1448"}, "ids-in-sources": {"a1": "1448"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "TV", "COU": "I", "DAY": "9", "LAT": "45N36", "LON": "12E45", "MON": "5", "NUM": "1448", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "TREVISO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-05-09 11:00"}, "partial-ids": {"ertel": "ES-579"}}, "raw": {"L": "", "MF": "", "NR": "579", "ENG": "", "MA_": "1", "G_NR": "1448", "MA12": "2", "MARS": "5", "NAME": "Bortoletto", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,200", "CSINR": "", "KURTZ": "", "PHAS_": "99,600", "STUND": "11,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "09.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Raoul", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.05.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1449	brighenti-sergio-1932-09-23	{"a1": "1450", "3a_sports": "670"}	{"ertel": "ES-670", "lerrcp": "A1-1450"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sergio", "family": "Brighenti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-09-23 06:00", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "notime": null, "date-ut": "1932-09-23 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Sergio", "family": "Brighenti"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "date-ut": "1932-09-23 05:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1450"}, "ids-in-sources": {"a1": "1450"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "23", "LAT": "44N36", "LON": "11E15", "MON": "9", "NUM": "1450", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "MODENA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-09-23 06:00"}, "partial-ids": {"ertel": "ES-670"}}, "raw": {"L": "", "MF": "", "NR": "670", "ENG": "", "MA_": "0", "G_NR": "1450", "MA12": "3", "MARS": "7", "NAME": "Brighenti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,600", "CSINR": "", "KURTZ": "", "PHAS_": "50,500", "STUND": "6,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "23.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Sergio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.09.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25165	goffre-aime-1909-08-19	{"g55": "10-202"}	{"g55": "10-202"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aimé", "family": "Goffre", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1909-08-19 11:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Montdragon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Aimé", "family": "Goffre", "nobility": ""}, "birth": {"date": "1909-08-19 11:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Montdragon"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-202"}}, "raw": {"DAY": "19-8-1909", "HOUR": "11 h.", "NAME": "GOFFRE Aimé", "PLACE": "Montdragon (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25166	gombaud-louis-1879-08-25	{"g55": "10-203"}	{"g55": "10-203"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Gombaud", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1879-08-25 21:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Rabastens", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Gombaud", "nobility": ""}, "birth": {"date": "1879-08-25 21:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Rabastens"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-203"}}, "raw": {"DAY": "25-8-1879", "HOUR": "21 h.", "NAME": "GOMBAUD Louis", "PLACE": "Rabastens (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25167	gontier-alphonse-1894-09-01	{"g55": "10-204"}	{"g55": "10-204"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Gontier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1894-09-01 08:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Martin-de-Damiatte", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Gontier", "nobility": ""}, "birth": {"date": "1894-09-01 08:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Saint-Martin-de-Damiatte"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-204"}}, "raw": {"DAY": "1-9-1894", "HOUR": "8 h.", "NAME": "GONTIER Alphonse", "PLACE": "Saint-Martin-de-Damiatte (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1452	buffon-lorenzo-1929-12-19	{"a1": "1453", "3a_sports": "718"}	{"ertel": "ES-718", "lerrcp": "A1-1453"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lorenzo", "family": "Buffon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-12-19 05:20", "note": null, "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.07444, "lat": 46.18667, "name": "Maiano", "geoid": 3174229}, "notime": null, "date-ut": "1929-12-19 04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Lorenzo", "family": "Buffon"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.07444, "lat": 46.18667, "name": "Maiano", "geoid": 3174229}, "date-ut": "1929-12-19 04:20"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1453"}, "ids-in-sources": {"a1": "1453"}}, "raw": {"H": "5", "MN": "20", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "19", "LAT": "46N 0", "LON": "13E30", "MON": "12", "NUM": "1453", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "MAIANO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-12-19 05:20"}, "partial-ids": {"ertel": "ES-718"}}, "raw": {"L": "", "MF": "", "NR": "718", "ENG": "", "MA_": "0", "G_NR": "1453", "MA12": "12", "MARS": "34", "NAME": "Buffon", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,800", "CSINR": "", "KURTZ": "", "PHAS_": "90,600", "STUND": "5,33", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "19.12.", "ZITATE": "DSW", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Lorenze", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "19.12.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1454	buonocuore-carmelo-1912-02-23	{"a1": "1455", "3a_sports": "722"}	{"ertel": "ES-722", "lerrcp": "A1-1455"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carmelo", "family": "Buonocuore", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1912-02-23 10:00", "note": null, "place": {"c1": null, "c2": "CE", "c3": null, "cy": "IT", "lg": 14.2133, "lat": 41.11082, "name": "Capua", "geoid": 3180601}, "notime": null, "date-ut": "1912-02-23 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Carmelo", "family": "Buonocuore"}, "birth": {"place": {"c2": "CE", "cy": "IT", "lg": 14.2133, "lat": 41.11082, "name": "Capua", "geoid": 3180601}, "date-ut": "1912-02-23 09:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1455"}, "ids-in-sources": {"a1": "1455"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "CE", "COU": "I", "DAY": "23", "LAT": "41N 6", "LON": "14E30", "MON": "2", "NUM": "1455", "PRO": "C", "SEC": "0", "YEA": "1912", "CITY": "CAPUA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1912-02-23 10:00"}, "partial-ids": {"ertel": "ES-722"}}, "raw": {"L": "", "MF": "", "NR": "722", "ENG": "", "MA_": "1", "G_NR": "1455", "MA12": "12", "MARS": "35", "NAME": "Buonocuore", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,900", "CSINR": "", "KURTZ": "", "PHAS_": "21,500", "STUND": "10,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "23.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Carmelo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.02.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25168	granier-florian-1869-04-13	{"g55": "10-205"}	{"g55": "10-205"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Florian", "family": "Granier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1869-04-13 01:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Andillac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Florian", "family": "Granier", "nobility": ""}, "birth": {"date": "1869-04-13 01:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Andillac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-205"}}, "raw": {"DAY": "13-4-1869", "HOUR": "1 h.", "NAME": "GRANIER Florian", "PLACE": "Andillac (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25169	granier-louis-1869-04-23	{"g55": "10-206"}	{"g55": "10-206"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Granier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1869-04-23 16:00", "note": null, "place": {"c1": "", "c2": "26", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Valence", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Granier", "nobility": ""}, "birth": {"date": "1869-04-23 16:00", "place": {"c1": "", "c2": "26", "c3": "", "cy": "FR", "name": "Valence"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-206"}}, "raw": {"DAY": "23-4-1869", "HOUR": "16 h.", "NAME": "GRANIER Louis", "PLACE": "Valence (Drôme)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25170	gros-jean-1870-06-02	{"g55": "10-207"}	{"g55": "10-207"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Gros", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1870-06-02 09:30", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Vabre", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Gros", "nobility": ""}, "birth": {"date": "1870-06-02 09:30", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Vabre"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-207"}}, "raw": {"DAY": "2-6-1870", "HOUR": "9 h. 30", "NAME": "GROS Jean", "PLACE": "Vabre (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1457	buscaglia-carlo-1909-02-09	{"a1": "1458", "3a_sports": "742"}	{"ertel": "ES-742", "lerrcp": "A1-1458"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Buscaglia", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1909-02-09 19:00", "note": null, "place": {"c1": null, "c2": "VC", "c3": null, "cy": "IT", "lg": 8.28013, "lat": 45.45526, "name": "Balocco", "geoid": 3182444}, "notime": null, "date-ut": "1909-02-09 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Buscaglia"}, "birth": {"place": {"c2": "VC", "cy": "IT", "lg": 8.28013, "lat": 45.45526, "name": "Balocco", "geoid": 3182444}, "date-ut": "1909-02-09 18:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1458"}, "ids-in-sources": {"a1": "1458"}}, "raw": {"H": "19", "MN": "0", "TZ": "-1", "COD": "VC", "COU": "I", "DAY": "9", "LAT": "45N24", "LON": "8E30", "MON": "2", "NUM": "1458", "PRO": "C", "SEC": "0", "YEA": "1909", "CITY": "BALOCCO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1909-02-09 19:00"}, "partial-ids": {"ertel": "ES-742"}}, "raw": {"L": "", "MF": "", "NR": "742", "ENG": "", "MA_": "1", "G_NR": "1458", "MA12": "9", "MARS": "26", "NAME": "Buscaglia", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,300", "CSINR": "", "KURTZ": "", "PHAS_": "88,300", "STUND": "19,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "09.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Carlo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.02.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1459	cade-giancarlo-1930-02-27	{"a1": "1460", "3a_sports": "772"}	{"ertel": "ES-772", "lerrcp": "A1-1460"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giancarlo", "family": "Cade", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-02-27 17:30", "note": null, "place": {"c1": null, "c2": "BG", "c3": null, "cy": "IT", "lg": 9.68566, "lat": 45.64088, "name": "Zanica", "geoid": 3163911}, "notime": null, "date-ut": "1930-02-27 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Giancarlo", "family": "Cade"}, "birth": {"place": {"c2": "BG", "cy": "IT", "lg": 9.68566, "lat": 45.64088, "name": "Zanica", "geoid": 3163911}, "date-ut": "1930-02-27 16:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1460"}, "ids-in-sources": {"a1": "1460"}}, "raw": {"H": "17", "MN": "30", "TZ": "-1", "COD": "BG", "COU": "I", "DAY": "27", "LAT": "45N36", "LON": "9E45", "MON": "2", "NUM": "1460", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "ZANICA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-02-27 17:30"}, "partial-ids": {"ertel": "ES-772"}}, "raw": {"L": "", "MF": "", "NR": "772", "ENG": "", "MA_": "1", "G_NR": "1460", "MA12": "7", "MARS": "20", "NAME": "Cade'", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,800", "CSINR": "", "KURTZ": "", "PHAS_": "2,400", "STUND": "17,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "27.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giancarlo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.02.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25171	heral-auguste-1882-11-18	{"g55": "10-208"}	{"g55": "10-208"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Heral", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1882-11-18 16:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Jean-de-Marcel", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Heral", "nobility": ""}, "birth": {"date": "1882-11-18 16:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Saint-Jean-de-Marcel"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-208"}}, "raw": {"DAY": "18-11-1882", "HOUR": "16 h.", "NAME": "HERAL Auguste", "PLACE": "Saint-Jean-de-Marcel (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25172	heral-henri-1912-04-23	{"g55": "10-209"}	{"g55": "10-209"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Heral", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1912-04-23 16:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Réalmont", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Heral", "nobility": ""}, "birth": {"date": "1912-04-23 16:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Réalmont"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-209"}}, "raw": {"DAY": "23-4-1912", "HOUR": "16 h.", "NAME": "HERAL Henri", "PLACE": "Réalmont (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25173	hibert-antonin-1874-08-30	{"g55": "10-210"}	{"g55": "10-210"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonin", "family": "Hibert", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1874-08-30 02:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Cazelles", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Antonin", "family": "Hibert", "nobility": ""}, "birth": {"date": "1874-08-30 02:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Cazelles"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-210"}}, "raw": {"DAY": "30-8-1874", "HOUR": "2 h.", "NAME": "HIBERT Antonin", "PLACE": "Cazelles (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1462	cappello-gino-1920-06-01	{"a1": "1463", "3a_sports": "824"}	{"ertel": "ES-824", "lerrcp": "A1-1463"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gino", "family": "Cappello", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-06-02 01:00", "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "notime": null, "date-ut": "1920-06-01 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Gino", "family": "Cappello"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "date-ut": "1920-06-01 23:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1463"}, "ids-in-sources": {"a1": "1463"}}, "raw": {"H": "0", "MN": "0", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "2", "LAT": "45N24", "LON": "12E15", "MON": "6", "NUM": "1463", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "PADOVA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-06-02 01:00"}, "partial-ids": {"ertel": "ES-824"}}, "raw": {"L": "", "MF": "", "NR": "824", "ENG": "", "MA_": "0", "G_NR": "1463", "MA12": "5", "MARS": "15", "NAME": "Cappello", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,400", "CSINR": "", "KURTZ": "", "PHAS_": "99,900", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "02.06.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gino", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "02.06.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1464	cardarelli-amos-1930-03-06	{"a1": "1465", "3a_sports": "839"}	{"ertel": "ES-839", "lerrcp": "A1-1465"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amos", "family": "Cardarelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-03-06 08:30", "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.61868, "lat": 42.05252, "name": "Monterotondo", "geoid": 3172768}, "notime": null, "date-ut": "1930-03-06 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Amos", "family": "Cardarelli"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.61868, "lat": 42.05252, "name": "Monterotondo", "geoid": 3172768}, "date-ut": "1930-03-06 07:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1465"}, "ids-in-sources": {"a1": "1465"}}, "raw": {"H": "8", "MN": "30", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "6", "LAT": "41N54", "LON": "12E30", "MON": "3", "NUM": "1465", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "MONTEROTONDO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-03-06 08:30"}, "partial-ids": {"ertel": "ES-839"}}, "raw": {"L": "", "MF": "", "NR": "839", "ENG": "", "MA_": "1", "G_NR": "1465", "MA12": "2", "MARS": "5", "NAME": "Cardarelli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,800", "CSINR": "", "KURTZ": "", "PHAS_": "27,400", "STUND": "8,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "06.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Amos", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.03.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25174	izard-elie-1908-10-11	{"g55": "10-211"}	{"g55": "10-211"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elie", "family": "Izard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1908-10-11 03:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Fiac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Elie", "family": "Izard", "nobility": ""}, "birth": {"date": "1908-10-11 03:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Fiac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-211"}}, "raw": {"DAY": "11-10-1908", "HOUR": "3 h.", "NAME": "IZARD Elie", "PLACE": "Fiac (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25175	izarn-anselme-1882-02-27	{"g55": "10-212"}	{"g55": "10-212"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anselme", "family": "Izarn", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1882-02-27 17:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Frejairrolles", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Anselme", "family": "Izarn", "nobility": ""}, "birth": {"date": "1882-02-27 17:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Frejairrolles"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-212"}}, "raw": {"DAY": "27-2-1882", "HOUR": "17 h.", "NAME": "IZARN Anselme", "PLACE": "Frejairrolles (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25176	jalby-ernest-1904-02-22	{"g55": "10-213"}	{"g55": "10-213"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Jalby", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1904-02-22 09:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Albi", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Jalby", "nobility": ""}, "birth": {"date": "1904-02-22 09:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Albi"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-213"}}, "raw": {"DAY": "22-2-1904", "HOUR": "9 h.", "NAME": "JALBY Ernest", "PLACE": "Albi (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1467	castelli-giulio-1925-05-31	{"a1": "1468", "3a_sports": "891"}	{"ertel": "ES-891", "lerrcp": "A1-1468"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giulio", "family": "Castelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-05-31 12:00", "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1925-05-31 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Giulio", "family": "Castelli"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1925-05-31 11:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1468"}, "ids-in-sources": {"a1": "1468"}}, "raw": {"H": "12", "MN": "0", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "31", "LAT": "45N 0", "LON": "8E 0", "MON": "5", "NUM": "1468", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "TORINO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-05-31 12:00"}, "partial-ids": {"ertel": "ES-891"}}, "raw": {"L": "", "MF": "", "NR": "891", "ENG": "", "MA_": "1", "G_NR": "1468", "MA12": "2", "MARS": "6", "NAME": "Castelli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,700", "CSINR": "", "KURTZ": "", "PHAS_": "51,700", "STUND": "12,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "31.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giulio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "31.05.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1469	cavigioli-emilio-1925-07-03	{"a1": "1470", "3a_sports": "920"}	{"ertel": "ES-920", "lerrcp": "A1-1470"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emilio", "family": "Cavigioli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-07-03 10:30", "note": null, "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 9, "lat": 45.5, "name": "OMEGNA", "geoid": 0}, "notime": null, "date-ut": "1925-07-03 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Emilio", "family": "Cavigioli"}, "birth": {"place": {"c2": "NO", "cy": "IT", "lg": 9, "lat": 45.5, "name": "OMEGNA", "geoid": 0}, "date-ut": "1925-07-03 09:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1470"}, "ids-in-sources": {"a1": "1470"}}, "raw": {"H": "10", "MN": "30", "TZ": "-1", "COD": "NO", "COU": "I", "DAY": "3", "LAT": "45N30", "LON": "9E 0", "MON": "7", "NUM": "1470", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "OMEGNA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-07-03 10:30"}, "partial-ids": {"ertel": "ES-920"}}, "raw": {"L": "", "MF": "", "NR": "920", "ENG": "", "MA_": "1", "G_NR": "1470", "MA12": "2", "MARS": "5", "NAME": "Cavigioli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,900", "CSINR": "", "KURTZ": "", "PHAS_": "85,500", "STUND": "10,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "03.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Emilio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.07.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25177	jammes-prosper-1876-04-06	{"g55": "10-214"}	{"g55": "10-214"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Prosper", "family": "Jammes", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1876-04-06 12:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Técou", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Prosper", "family": "Jammes", "nobility": ""}, "birth": {"date": "1876-04-06 12:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Técou"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-214"}}, "raw": {"DAY": "6-4-1876", "HOUR": "12 h.", "NAME": "JAMMES Prosper", "PLACE": "Técou (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25178	jarlan-theodore-1884-05-02	{"g55": "10-215"}	{"g55": "10-215"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Théodore", "family": "Jarlan", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1884-05-02 09:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Puylaurens", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Théodore", "family": "Jarlan", "nobility": ""}, "birth": {"date": "1884-05-02 09:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Puylaurens"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-215"}}, "raw": {"DAY": "2-5-1884", "HOUR": "9 h.", "NAME": "JARLAN Théodore", "PLACE": "Puylaurens (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25179	jougla-pierre-1880-08-22	{"g55": "10-216"}	{"g55": "10-216"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Jougla", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1880-08-22 15:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Anglés", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Jougla", "nobility": ""}, "birth": {"date": "1880-08-22 15:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Anglés"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-216"}}, "raw": {"DAY": "22-8-1880", "HOUR": "15 h.", "NAME": "JOUGLA Pierre", "PLACE": "Anglés (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1472	ceresoli-carlo-1910-06-14	{"a1": "1473", "3a_sports": "944"}	{"ertel": "ES-944", "lerrcp": "A1-1473"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Ceresoli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1910-06-14 02:00", "note": null, "place": {"c1": null, "c2": "BG", "c3": null, "cy": "IT", "lg": 9.66895, "lat": 45.69798, "name": "Bergamo", "geoid": 3182164}, "notime": null, "date-ut": "1910-06-14 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Ceresoli"}, "birth": {"place": {"c2": "BG", "cy": "IT", "lg": 9.66895, "lat": 45.69798, "name": "Bergamo", "geoid": 3182164}, "date-ut": "1910-06-14 01:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1473"}, "ids-in-sources": {"a1": "1473"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "BG", "COU": "I", "DAY": "14", "LAT": "45N36", "LON": "9E45", "MON": "6", "NUM": "1473", "PRO": "C", "SEC": "0", "YEA": "1910", "CITY": "BERGAMO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1910-06-14 02:00"}, "partial-ids": {"ertel": "ES-944"}}, "raw": {"L": "", "MF": "", "NR": "944", "ENG": "", "MA_": "1", "G_NR": "1473", "MA12": "9", "MARS": "26", "NAME": "Ceresoli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,900", "CSINR": "", "KURTZ": "", "PHAS_": "43,400", "STUND": "2,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "14.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Carlo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.06.1910", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1474	cervellati-cesarino-1930-02-15	{"a1": "1475", "3a_sports": "950"}	{"ertel": "ES-950", "lerrcp": "A1-1475"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cesarino", "family": "Cervellati", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-02-15 06:00", "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.53451, "lat": 44.64667, "name": "Baricella", "geoid": 3182348}, "notime": null, "date-ut": "1930-02-15 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Cesarino", "family": "Cervellati"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.53451, "lat": 44.64667, "name": "Baricella", "geoid": 3182348}, "date-ut": "1930-02-15 05:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1475"}, "ids-in-sources": {"a1": "1475"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "15", "LAT": "44N30", "LON": "11E 0", "MON": "2", "NUM": "1475", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "BARICELLA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-02-15 06:00"}, "partial-ids": {"ertel": "ES-950"}}, "raw": {"L": "", "MF": "", "NR": "950", "ENG": "0", "MA_": "2", "G_NR": "1475", "MA12": "12", "MARS": "36", "NAME": "Cervellati", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,200", "CSINR": "", "KURTZ": "", "PHAS_": "96,000", "STUND": "6,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "15.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Cesarino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.02.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25180	jourde-francois-1875-07-04	{"g55": "10-217"}	{"g55": "10-217"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Jourde", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1875-07-04 04:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Bellegarde", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "François", "family": "Jourde", "nobility": ""}, "birth": {"date": "1875-07-04 04:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Bellegarde"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-217"}}, "raw": {"DAY": "4-7-1875", "HOUR": "4h.", "NAME": "JOURDE François", "PLACE": "Bellegarde (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25181	julien-hippolyte-1875-12-03	{"g55": "10-218"}	{"g55": "10-218"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hippolyte", "family": "Julien", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1875-12-03 24:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Cambounés", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Hippolyte", "family": "Julien", "nobility": ""}, "birth": {"date": "1875-12-03 24:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Cambounés"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-218"}}, "raw": {"DAY": "3-12-1875", "HOUR": "24 h.", "NAME": "JULIEN Hippolyte", "PLACE": "Cambounés (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25182	lacam-germain-1872-10-26	{"g55": "10-219"}	{"g55": "10-219"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Germain", "family": "Lacam", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1872-10-26 04:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Martin-de-Laguépie", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Germain", "family": "Lacam", "nobility": ""}, "birth": {"date": "1872-10-26 04:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Saint-Martin-de-Laguépie"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-219"}}, "raw": {"DAY": "26-10-1872", "HOUR": "4 h.", "NAME": "LACAM Germain", "PLACE": "Saint-Martin-de-Laguépie (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1477	ciccarelli-giovanni-1927-01-29	{"a1": "1478", "3a_sports": "1013"}	{"ertel": "ES-1013", "lerrcp": "A1-1478"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Ciccarelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-01-29 01:00", "note": null, "place": {"c1": null, "c2": "MC", "c3": null, "cy": "IT", "lg": 13.25, "lat": 43.4, "name": "CIVITANOVA MARC", "geoid": 0}, "notime": null, "date-ut": "1927-01-29 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Ciccarelli"}, "birth": {"place": {"c2": "MC", "cy": "IT", "lg": 13.25, "lat": 43.4, "name": "CIVITANOVA MARC", "geoid": 0}, "date-ut": "1927-01-29 00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1478"}, "ids-in-sources": {"a1": "1478"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "MC", "COU": "I", "DAY": "29", "LAT": "43N24", "LON": "13E15", "MON": "1", "NUM": "1478", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "CIVITANOVA MARC"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-01-29 01:00"}, "partial-ids": {"ertel": "ES-1013"}}, "raw": {"L": "", "MF": "", "NR": "1013", "ENG": "", "MA_": "1", "G_NR": "1478", "MA12": "6", "MARS": "18", "NAME": "Ciccarelli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,200", "CSINR": "", "KURTZ": "", "PHAS_": "22,500", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "29.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giovanni", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.01.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1479	comaschi-luciano-1931-07-03	{"a1": "1480", "3a_sports": "1066"}	{"ertel": "ES-1066", "lerrcp": "A1-1480"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luciano", "family": "Comaschi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-07-03 17:00", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.42525, "lat": 45.50127, "name": "Melzo", "geoid": 3173599}, "notime": null, "date-ut": "1931-07-03 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Luciano", "family": "Comaschi"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.42525, "lat": 45.50127, "name": "Melzo", "geoid": 3173599}, "date-ut": "1931-07-03 16:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1480"}, "ids-in-sources": {"a1": "1480"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "3", "LAT": "45N30", "LON": "9E15", "MON": "7", "NUM": "1480", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "MELZO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-07-03 17:00"}, "partial-ids": {"ertel": "ES-1066"}}, "raw": {"L": "", "MF": "", "NR": "1066", "ENG": "1", "MA_": "2", "G_NR": "1480", "MA12": "4", "MARS": "10", "NAME": "Comaschi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,800", "CSINR": "", "KURTZ": "", "PHAS_": "90,900", "STUND": "17,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "03.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Luciano", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.07.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25183	laclau-pierre-1913-06-13	{"g55": "10-220"}	{"g55": "10-220"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Laclau", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1913-06-13 18:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Villefranche", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Laclau", "nobility": ""}, "birth": {"date": "1913-06-13 18:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Villefranche"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-220"}}, "raw": {"DAY": "13-6-1913", "HOUR": "18 h.", "NAME": "LACLAU Pierre", "PLACE": "Villefranche (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25184	ladger-francois-1875-11-30	{"g55": "10-221"}	{"g55": "10-221"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Ladger", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1875-11-30 13:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Villeneuve-las-Lavaur", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "François", "family": "Ladger", "nobility": ""}, "birth": {"date": "1875-11-30 13:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Villeneuve-las-Lavaur"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-221"}}, "raw": {"DAY": "30-11-1875", "HOUR": "13 h.", "NAME": "LADGER François", "PLACE": "Villeneuve-las-Lavaur (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25185	lacroux-jules-1871-03-03	{"g55": "10-222"}	{"g55": "10-222"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Lacroux", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1871-03-03 05:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Valdériés", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Lacroux", "nobility": ""}, "birth": {"date": "1871-03-03 05:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Valdériés"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-222"}}, "raw": {"DAY": "3-3-1871", "HOUR": "5 h.", "NAME": "LACROUX Jules", "PLACE": "Valdériés (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1482	corbelli-guido-1913-03-16	{"a1": "1483", "3a_sports": "1101"}	{"ertel": "ES-1101", "lerrcp": "A1-1483"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guido", "family": "Corbelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-03-16 01:00", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.7847, "lat": 44.55086, "name": "Sassuolo", "geoid": 3167053}, "notime": null, "date-ut": "1913-03-16 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Guido", "family": "Corbelli"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.7847, "lat": 44.55086, "name": "Sassuolo", "geoid": 3167053}, "date-ut": "1913-03-16 00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1483"}, "ids-in-sources": {"a1": "1483"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "16", "LAT": "44N36", "LON": "11E15", "MON": "3", "NUM": "1483", "PRO": "C", "SEC": "0", "YEA": "1913", "CITY": "SASSUOLO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1913-03-16 01:00"}, "partial-ids": {"ertel": "ES-1101"}}, "raw": {"L": "", "MF": "", "NR": "1101", "ENG": "", "MA_": "1", "G_NR": "1483", "MA12": "11", "MARS": "31", "NAME": "Corbelli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,700", "CSINR": "", "KURTZ": "", "PHAS_": "51,500", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "16.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Guido", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.03.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1484	corsi-giordano-1908-01-09	{"a1": "1485", "3a_sports": "1118"}	{"ertel": "ES-1118", "lerrcp": "A1-1485"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giordano", "family": "Corsi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1908-01-09 15:00", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "IT", "lg": 10.82089, "lat": 44.94977, "name": "Gonzaga", "geoid": 3176002}, "notime": null, "date-ut": "1908-01-09 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Giordano", "family": "Corsi"}, "birth": {"place": {"c2": "MN", "cy": "IT", "lg": 10.82089, "lat": 44.94977, "name": "Gonzaga", "geoid": 3176002}, "date-ut": "1908-01-09 14:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1485"}, "ids-in-sources": {"a1": "1485"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "MN", "COU": "I", "DAY": "9", "LAT": "45N12", "LON": "11E 0", "MON": "1", "NUM": "1485", "PRO": "C", "SEC": "0", "YEA": "1908", "CITY": "GONZAGA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1908-01-09 15:00"}, "partial-ids": {"ertel": "ES-1118"}}, "raw": {"L": "", "MF": "", "NR": "1118", "ENG": "", "MA_": "1", "G_NR": "1485", "MA12": "2", "MARS": "6", "NAME": "Corsi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,300", "CSINR": "", "KURTZ": "", "PHAS_": "33,200", "STUND": "15,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "09.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giordano", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.01.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25186	lagreze-marcel-1920-11-26	{"g55": "10-223"}	{"g55": "10-223"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Lagreze", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1920-11-26 13:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Cordes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Lagreze", "nobility": ""}, "birth": {"date": "1920-11-26 13:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Cordes"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-223"}}, "raw": {"DAY": "26-11-1920", "HOUR": "13 h.", "NAME": "LAGREZE Marcel", "PLACE": "Cordes (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25187	laporte-jean-1888-01-28	{"g55": "10-224"}	{"g55": "10-224"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Laporte", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1888-01-28 04:00", "note": null, "place": {"c1": "", "c2": "47", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Pierre-d’Agenais", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Laporte", "nobility": ""}, "birth": {"date": "1888-01-28 04:00", "place": {"c1": "", "c2": "47", "c3": "", "cy": "FR", "name": "Pierre-d’Agenais"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-224"}}, "raw": {"DAY": "28-1-1888", "HOUR": "4 h.", "NAME": "\\fLAPORTE Jean", "PLACE": "Pierre-d’Agenais (Lot-et-Garonne)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25188	laroque-elie-1867-03-18	{"g55": "10-225"}	{"g55": "10-225"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elie", "family": "Laroque", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1867-03-18 02:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Alos", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Elie", "family": "Laroque", "nobility": ""}, "birth": {"date": "1867-03-18 02:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Alos"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-225"}}, "raw": {"DAY": "18-3-1867", "HOUR": "2 h.", "NAME": "LAROQUE Elie", "PLACE": "Alos (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25189	latger-sylvain-1886-03-23	{"g55": "10-226"}	{"g55": "10-226"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sylvain", "family": "Latger", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1886-03-23 09:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Roquecourbe", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Sylvain", "family": "Latger", "nobility": ""}, "birth": {"date": "1886-03-23 09:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Roquecourbe"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-226"}}, "raw": {"DAY": "23-3-1886", "HOUR": "9 h.", "NAME": "LATGER Sylvain", "PLACE": "Roquecourbe (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1489	de-santis-pietro-1927-07-01	{"a1": "1490", "3a_sports": "1275"}	{"ertel": "ES-1275", "lerrcp": "A1-1490"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "De Santis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-07-01 05:00", "note": null, "place": {"c1": null, "c2": "LE", "c3": null, "cy": "IT", "lg": 18.17202, "lat": 40.35703, "name": "Lecce", "geoid": 3174953}, "notime": null, "date-ut": "1927-07-01 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Pietro", "family": "De Santis"}, "birth": {"place": {"c2": "LE", "cy": "IT", "lg": 18.17202, "lat": 40.35703, "name": "Lecce", "geoid": 3174953}, "date-ut": "1927-07-01 04:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1490"}, "ids-in-sources": {"a1": "1490"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "LE", "COU": "I", "DAY": "1", "LAT": "40N24", "LON": "18E45", "MON": "7", "NUM": "1490", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "LECCE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-07-01 05:00"}, "partial-ids": {"ertel": "ES-1275"}}, "raw": {"L": "", "MF": "", "NR": "1275", "ENG": "", "MA_": "0", "G_NR": "1490", "MA12": "11", "MARS": "32", "NAME": "DeSantis", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,800", "CSINR": "", "KURTZ": "", "PHAS_": "3,500", "STUND": "5,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Pietro", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.07.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:06+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25190	liffraud-gabriel-1902-05-07	{"g55": "10-227"}	{"g55": "10-227"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Liffraud", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1902-05-07 07:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lacrouzette", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Liffraud", "nobility": ""}, "birth": {"date": "1902-05-07 07:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Lacrouzette"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-227"}}, "raw": {"DAY": "7-5-1902", "HOUR": "7 h.", "NAME": "LIFFRAUD Gabriel", "PLACE": "Lacrouzette (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25191	loubet-louis-1906-03-04	{"g55": "10-228"}	{"g55": "10-228"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Loubet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1906-03-04 10:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Antonin-de-Lacalm", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Loubet", "nobility": ""}, "birth": {"date": "1906-03-04 10:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Saint-Antonin-de-Lacalm"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-228"}}, "raw": {"DAY": "4-3-1906", "HOUR": "10 h.", "NAME": "LOUBET Louis", "PLACE": "Saint-Antonin-de-Lacalm (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25192	maffre-sylvain-1888-02-07	{"g55": "10-229"}	{"g55": "10-229"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sylvain", "family": "Maffre", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1888-02-07 11:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Roquecourbe", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Sylvain", "family": "Maffre", "nobility": ""}, "birth": {"date": "1888-02-07 11:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Roquecourbe"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-229"}}, "raw": {"DAY": "7-2-1888", "HOUR": "11 h.", "NAME": "MAFFRE Sylvain", "PLACE": "Roquecourbe (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1492	dugoni-bruno-1905-03-30	{"a1": "1493", "3a_sports": "1484"}	{"ertel": "ES-1484", "lerrcp": "A1-1493"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Dugoni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1905-03-30 02:25", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "notime": null, "date-ut": "1905-03-30 01:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Bruno", "family": "Dugoni"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "date-ut": "1905-03-30 01:25"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1493"}, "ids-in-sources": {"a1": "1493"}}, "raw": {"H": "2", "MN": "25", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "30", "LAT": "44N36", "LON": "11E15", "MON": "3", "NUM": "1493", "PRO": "C", "SEC": "0", "YEA": "1905", "CITY": "MODENA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1905-03-30 02:25"}, "partial-ids": {"ertel": "ES-1484"}}, "raw": {"L": "", "MF": "", "NR": "1484", "ENG": "", "MA_": "0", "G_NR": "1493", "MA12": "3", "MARS": "8", "NAME": "Dugoni", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "29,300", "STUND": "2,42", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "30.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bruno", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.03.1905", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1494	farina-giuseppe-1927-07-04	{"a1": "1495", "3a_sports": "1586"}	{"ertel": "ES-1586", "lerrcp": "A1-1495"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Farina", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-07-04 21:30", "note": null, "place": {"c1": null, "c2": "MC", "c3": null, "cy": "IT", "lg": 13.55978, "lat": 43.40386, "name": "Recanati", "geoid": 3169540}, "notime": null, "date-ut": "1927-07-04 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Farina"}, "birth": {"place": {"c2": "MC", "cy": "IT", "lg": 13.55978, "lat": 43.40386, "name": "Recanati", "geoid": 3169540}, "date-ut": "1927-07-04 20:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1495"}, "ids-in-sources": {"a1": "1495"}}, "raw": {"H": "21", "MN": "30", "TZ": "-1", "COD": "MC", "COU": "I", "DAY": "4", "LAT": "43N24", "LON": "13E15", "MON": "7", "NUM": "1495", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "RECANATI"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-07-04 21:30"}, "partial-ids": {"ertel": "ES-1586"}}, "raw": {"L": "", "MF": "", "NR": "1586", "ENG": "", "MA_": "1", "G_NR": "1495", "MA12": "6", "MARS": "18", "NAME": "Farina", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,700", "CSINR": "", "KURTZ": "", "PHAS_": "22,500", "STUND": "21,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "04.07.", "ZITATE": "DF", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giuseppe", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "04.07.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25193	manen-auguste-1871-03-30	{"g55": "10-230"}	{"g55": "10-230"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Manen", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1871-03-30 04:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Graulhet", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Manen", "nobility": ""}, "birth": {"date": "1871-03-30 04:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Graulhet"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-230"}}, "raw": {"DAY": "30-3-1871", "HOUR": "4 h.", "NAME": "MANEN Auguste", "PLACE": "Graulhet (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25194	mantoy-jacques-1906-12-19	{"g55": "10-231"}	{"g55": "10-231"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Mantoy", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1906-12-19 16:30", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Roubaix", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Mantoy", "nobility": ""}, "birth": {"date": "1906-12-19 16:30", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Roubaix"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-231"}}, "raw": {"DAY": "19-12-1906", "HOUR": "16 h. 30", "NAME": "MANTOY Jacques", "PLACE": "Roubaix (Nord)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25195	maraval-edmond-1876-09-19	{"g55": "10-232"}	{"g55": "10-232"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Maraval", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1876-09-19 21:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Boissezon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Maraval", "nobility": ""}, "birth": {"date": "1876-09-19 21:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Boissezon"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-232"}}, "raw": {"DAY": "19-9-1876", "HOUR": "21 h.", "NAME": "MARAVAL Edmond", "PLACE": "Boissezon (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1497	ferrario-rino-1926-12-07	{"a1": "1498", "3a_sports": "1619"}	{"ertel": "ES-1619", "lerrcp": "A1-1498"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rino", "family": "Ferrario", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-12-07 11:00", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "ALBIATE BRIANZA", "geoid": 0}, "notime": null, "date-ut": "1926-12-07 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Rino", "family": "Ferrario"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "ALBIATE BRIANZA", "geoid": 0}, "date-ut": "1926-12-07 10:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1498"}, "ids-in-sources": {"a1": "1498"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "7", "LAT": "45N30", "LON": "9E15", "MON": "12", "NUM": "1498", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "ALBIATE BRIANZA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-12-07 11:00"}, "partial-ids": {"ertel": "ES-1619"}}, "raw": {"L": "", "MF": "", "NR": "1619", "ENG": "", "MA_": "1", "G_NR": "1498", "MA12": "10", "MARS": "30", "NAME": "Ferrario", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,900", "CSINR": "", "KURTZ": "", "PHAS_": "3,500", "STUND": "11,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "07.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Rino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.12.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1499	fiorini-dino-1915-07-15	{"a1": "1500", "3a_sports": "1642"}	{"ertel": "ES-1642", "lerrcp": "A1-1500"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dino", "family": "Fiorini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1915-07-15 15:15", "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11, "lat": 44.5, "name": "S. GIORGIO DI P", "geoid": 0}, "notime": null, "date-ut": "1915-07-15 14:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Dino", "family": "Fiorini"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11, "lat": 44.5, "name": "S. GIORGIO DI P", "geoid": 0}, "date-ut": "1915-07-15 14:15"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1500"}, "ids-in-sources": {"a1": "1500"}}, "raw": {"H": "15", "MN": "15", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "15", "LAT": "44N30", "LON": "11E 0", "MON": "7", "NUM": "1500", "PRO": "C", "SEC": "0", "YEA": "1915", "CITY": "S. GIORGIO DI P"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1915-07-15 15:15"}, "partial-ids": {"ertel": "ES-1642"}}, "raw": {"L": "", "MF": "", "NR": "1642", "ENG": "", "MA_": "0", "G_NR": "1500", "MA12": "6", "MARS": "17", "NAME": "Fiorini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,200", "CSINR": "", "KURTZ": "", "PHAS_": "6,700", "STUND": "15,25", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "15.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Dino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.07.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25196	marc-louis-1897-03-19	{"g55": "10-233"}	{"g55": "10-233"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Marc", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1897-03-19 17:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Jean-del-Frech", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Marc", "nobility": ""}, "birth": {"date": "1897-03-19 17:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Saint-Jean-del-Frech"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-233"}}, "raw": {"DAY": "19-3-1897", "HOUR": "17 h.", "NAME": "MARC Louis", "PLACE": "Saint-Jean-del-Frech (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25197	marques-jean-1901-11-14	{"g55": "10-234"}	{"g55": "10-234"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Marques", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1901-11-14 21:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Gaillac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Marques", "nobility": ""}, "birth": {"date": "1901-11-14 21:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Gaillac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-234"}}, "raw": {"DAY": "14-11-1901", "HOUR": "21 h.", "NAME": "MARQUES Jean", "PLACE": "Gaillac (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25198	marty-hippolyte-1871-06-30	{"g55": "10-235"}	{"g55": "10-235"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hippolyte", "family": "Marty", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1871-06-30 08:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Escroux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Hippolyte", "family": "Marty", "nobility": ""}, "birth": {"date": "1871-06-30 08:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Escroux"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-235"}}, "raw": {"DAY": "30-6-1871", "HOUR": "8 h.", "NAME": "MARTY Hippolyte", "PLACE": "Escroux (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1502	franzosi-angelo-1921-11-07	{"a1": "1503", "3a_sports": "1709"}	{"ertel": "ES-1709", "lerrcp": "A1-1503"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Franzosi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-11-07 11:45", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1921-11-07 10:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Angelo", "family": "Franzosi"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1921-11-07 10:45"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1503"}, "ids-in-sources": {"a1": "1503"}}, "raw": {"H": "11", "MN": "45", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "7", "LAT": "45N30", "LON": "9E15", "MON": "11", "NUM": "1503", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "MILANO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-11-07 11:45"}, "partial-ids": {"ertel": "ES-1709"}}, "raw": {"L": "", "MF": "", "NR": "1709", "ENG": "", "MA_": "1", "G_NR": "1503", "MA12": "5", "MARS": "13", "NAME": "Franzosi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "43,900", "STUND": "11,75", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "07.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Angelo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.11.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1504	furiassi-zeffiro-1923-01-19	{"a1": "1505", "3a_sports": "1735"}	{"ertel": "ES-1735", "lerrcp": "A1-1505"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Zeffiro", "family": "Furiassi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1923-01-19 22:30", "note": null, "place": {"c1": null, "c2": "PS", "c3": null, "cy": "IT", "lg": 13, "lat": 44, "name": "PESARO", "geoid": 0}, "notime": null, "date-ut": "1923-01-19 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Zeffiro", "family": "Furiassi"}, "birth": {"place": {"c2": "PS", "cy": "IT", "lg": 13, "lat": 44, "name": "PESARO", "geoid": 0}, "date-ut": "1923-01-19 21:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1505"}, "ids-in-sources": {"a1": "1505"}}, "raw": {"H": "22", "MN": "30", "TZ": "-1", "COD": "PS", "COU": "I", "DAY": "19", "LAT": "44N 0", "LON": "13E 0", "MON": "1", "NUM": "1505", "PRO": "C", "SEC": "0", "YEA": "1923", "CITY": "PESARO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1923-01-19 22:30"}, "partial-ids": {"ertel": "ES-1735"}}, "raw": {"L": "", "MF": "", "NR": "1735", "ENG": "", "MA_": "1", "G_NR": "1505", "MA12": "7", "MARS": "19", "NAME": "Furiassi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,800", "CSINR": "", "KURTZ": "", "PHAS_": "3,800", "STUND": "22,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "19.01.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Zeffiro", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "19.01.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25199	marty-jean-1880-11-24	{"g55": "10-236"}	{"g55": "10-236"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Marty", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1880-11-24 04:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Albi", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Marty", "nobility": ""}, "birth": {"date": "1880-11-24 04:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Albi"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-236"}}, "raw": {"DAY": "24-11-1880", "HOUR": "4 h.", "NAME": "MARTY Jean", "PLACE": "Albi (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1507	galimberti-edoardi-1915-07-22	{"a1": "1508", "3a_sports": "1756"}	{"ertel": "ES-1756", "lerrcp": "A1-1508"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edoardi", "family": "Galimberti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1915-07-22 05:00", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "IT", "lg": 9.08744, "lat": 45.80998, "name": "Como", "geoid": 3178229}, "notime": null, "date-ut": "1915-07-22 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Edoardi", "family": "Galimberti"}, "birth": {"place": {"c2": "CO", "cy": "IT", "lg": 9.08744, "lat": 45.80998, "name": "Como", "geoid": 3178229}, "date-ut": "1915-07-22 04:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1508"}, "ids-in-sources": {"a1": "1508"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "CO", "COU": "I", "DAY": "22", "LAT": "45N48", "LON": "9E15", "MON": "7", "NUM": "1508", "PRO": "C", "SEC": "0", "YEA": "1915", "CITY": "COMO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1915-07-22 05:00"}, "partial-ids": {"ertel": "ES-1756"}}, "raw": {"L": "", "MF": "", "NR": "1756", "ENG": "", "MA_": "1", "G_NR": "1508", "MA12": "2", "MARS": "5", "NAME": "Galimberti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,800", "CSINR": "", "KURTZ": "", "PHAS_": "73,600", "STUND": "5,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "22.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Edoardo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.07.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1508	gallea-cesare-1917-09-23	{"a1": "1509", "3a_sports": "1757"}	{"ertel": "ES-1757", "lerrcp": "A1-1509"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cesare", "family": "Gallea", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1917-09-23 08:00", "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1917-09-23 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Cesare", "family": "Gallea"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1917-09-23 06:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1509"}, "ids-in-sources": {"a1": "1509"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "23", "LAT": "45N 0", "LON": "8E 0", "MON": "9", "NUM": "1509", "PRO": "C", "SEC": "0", "YEA": "1917", "CITY": "TORINO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1917-09-23 08:00"}, "partial-ids": {"ertel": "ES-1757"}}, "raw": {"L": "", "MF": "", "NR": "1757", "ENG": "", "MA_": "0", "G_NR": "1509", "MA12": "3", "MARS": "7", "NAME": "Gallea", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,600", "CSINR": "", "KURTZ": "", "PHAS_": "37,000", "STUND": "8,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "23.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Cesare", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.09.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1510	gei-renato-1921-02-08	{"a1": "1511", "3a_sports": "1811"}	{"ertel": "ES-1811", "lerrcp": "A1-1511"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renato", "family": "Gei", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-02-08 20:00", "note": null, "place": {"c1": null, "c2": "BS", "c3": null, "cy": "IT", "lg": 10.22727, "lat": 45.52478, "name": "Brescia", "geoid": 3181554}, "notime": null, "date-ut": "1921-02-08 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Renato", "family": "Gei"}, "birth": {"place": {"c2": "BS", "cy": "IT", "lg": 10.22727, "lat": 45.52478, "name": "Brescia", "geoid": 3181554}, "date-ut": "1921-02-08 19:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1511"}, "ids-in-sources": {"a1": "1511"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "BS", "COU": "I", "DAY": "8", "LAT": "45N30", "LON": "11E 0", "MON": "2", "NUM": "1511", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "BRESCIA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-02-08 20:00"}, "partial-ids": {"ertel": "ES-1811"}}, "raw": {"L": "", "MF": "", "NR": "1811", "ENG": "", "MA_": "0", "G_NR": "1511", "MA12": "6", "MARS": "17", "NAME": "Gei", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,900", "CSINR": "", "KURTZ": "", "PHAS_": "0,200", "STUND": "20,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "08.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Renato", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.02.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25200	marty-joseph-1864-04-10	{"g55": "10-237"}	{"g55": "10-237"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Marty", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1864-04-10 19:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Maziéres", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Marty", "nobility": ""}, "birth": {"date": "1864-04-10 19:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Maziéres"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-237"}}, "raw": {"DAY": "10-4-1864", "HOUR": "19 h.", "NAME": "MARTY Joseph", "PLACE": "Maziéres (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25201	marty-paul-1877-04-24	{"g55": "10-238"}	{"g55": "10-238"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Marty", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1877-04-24 16:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lacaune", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Marty", "nobility": ""}, "birth": {"date": "1877-04-24 16:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Lacaune"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-238"}}, "raw": {"DAY": "24-4-1877", "HOUR": "16 h.", "NAME": "MARTY Paul", "PLACE": "Lacaune (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25202	massol-justin-1913-06-22	{"g55": "10-239"}	{"g55": "10-239"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Justin", "family": "Massol", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1913-06-22 05:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Le Dourn", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Justin", "family": "Massol", "nobility": ""}, "birth": {"date": "1913-06-22 05:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Le Dourn"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-239"}}, "raw": {"DAY": "22-6-1913", "HOUR": "5 h.", "NAME": "MASSOL Justin", "PLACE": "Le Dourn (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1512	ghezzi-giorgio-1930-07-11	{"a1": "1513", "3a_sports": "1842"}	{"ertel": "ES-1842", "lerrcp": "A1-1513"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giorgio", "family": "Ghezzi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-07-11 18:00", "note": null, "place": {"c1": null, "c2": "FO", "c3": null, "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "CESENATICO", "geoid": 0}, "notime": null, "date-ut": "1930-07-11 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Giorgio", "family": "Ghezzi"}, "birth": {"place": {"c2": "FO", "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "CESENATICO", "geoid": 0}, "date-ut": "1930-07-11 17:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1513"}, "ids-in-sources": {"a1": "1513"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "FO", "COU": "I", "DAY": "11", "LAT": "44N12", "LON": "12E30", "MON": "7", "NUM": "1513", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "CESENATICO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-07-11 18:00"}, "partial-ids": {"ertel": "ES-1842"}}, "raw": {"L": "", "MF": "", "NR": "1842", "ENG": "", "MA_": "0", "G_NR": "1513", "MA12": "8", "MARS": "22", "NAME": "Ghezzi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,600", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "18,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "11.07.", "ZITATE": "SW", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giorgio", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "11.07.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1514	giovannini-guglielmo-1925-12-17	{"a1": "1515", "3a_sports": "1872"}	{"ertel": "ES-1872", "lerrcp": "A1-1515"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guglielmo", "family": "Giovannini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-12-17 04:00", "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11, "lat": 44.5, "name": "CASTELLO D'ARGI", "geoid": 0}, "notime": null, "date-ut": "1925-12-17 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Guglielmo", "family": "Giovannini"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11, "lat": 44.5, "name": "CASTELLO D'ARGI", "geoid": 0}, "date-ut": "1925-12-17 03:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1515"}, "ids-in-sources": {"a1": "1515"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "17", "LAT": "44N30", "LON": "11E 0", "MON": "12", "NUM": "1515", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "CASTELLO D'ARGI"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-12-17 04:00"}, "partial-ids": {"ertel": "ES-1872"}}, "raw": {"L": "", "MF": "", "NR": "1872", "ENG": "", "MA_": "1", "G_NR": "1515", "MA12": "12", "MARS": "35", "NAME": "Giovannini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,000", "CSINR": "", "KURTZ": "", "PHAS_": "2,100", "STUND": "4,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "17.12.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Guglielmo", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "17.12.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25203	massoutie-paul-1907-06-23	{"g55": "10-240"}	{"g55": "10-240"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Massoutie", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1907-06-23 15:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Ambres", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Massoutie", "nobility": ""}, "birth": {"date": "1907-06-23 15:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Ambres"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-240"}}, "raw": {"DAY": "23-6-1907", "HOUR": "15 h.", "NAME": "MASSOUTIE Paul", "PLACE": "Ambres (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25204	mathieu-albert-1883-02-09	{"g55": "10-241"}	{"g55": "10-241"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Mathieu", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1883-02-09 18:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Cunac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Mathieu", "nobility": ""}, "birth": {"date": "1883-02-09 18:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Cunac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-241"}}, "raw": {"DAY": "9-2-1883", "HOUR": "18 h.", "NAME": "MATHIEU Albert", "PLACE": "Cunac (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25205	mathieu-alphonse-1872-09-07	{"g55": "10-242"}	{"g55": "10-242"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Mathieu", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1872-09-07 17:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Sérénac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Mathieu", "nobility": ""}, "birth": {"date": "1872-09-07 17:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Sérénac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-242"}}, "raw": {"DAY": "7-9-1872", "HOUR": "17 h.", "NAME": "MATHIEU Alphonse", "PLACE": "Sérénac (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1517	grava-lino-1927-03-06	{"a1": "1518", "3a_sports": "1942"}	{"ertel": "ES-1942", "lerrcp": "A1-1518"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lino", "family": "Grava", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-03-06 23:00", "note": null, "place": {"c1": null, "c2": "TV", "c3": null, "cy": "IT", "lg": 12.30333, "lat": 45.97667, "name": "Vittorio Veneto", "geoid": 3164028}, "notime": null, "date-ut": "1927-03-06 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Lino", "family": "Grava"}, "birth": {"place": {"c2": "TV", "cy": "IT", "lg": 12.30333, "lat": 45.97667, "name": "Vittorio Veneto", "geoid": 3164028}, "date-ut": "1927-03-06 22:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1518"}, "ids-in-sources": {"a1": "1518"}}, "raw": {"H": "23", "MN": "0", "TZ": "-1", "COD": "TV", "COU": "I", "DAY": "6", "LAT": "45N36", "LON": "12E45", "MON": "3", "NUM": "1518", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "VITTORIO VENETO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-03-06 23:00"}, "partial-ids": {"ertel": "ES-1942"}}, "raw": {"L": "", "MF": "", "NR": "1942", "ENG": "", "MA_": "0", "G_NR": "1518", "MA12": "6", "MARS": "16", "NAME": "Grava", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,000", "CSINR": "", "KURTZ": "", "PHAS_": "7,400", "STUND": "23,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "06.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Lino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.03.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1519	grosso-piero-1923-12-22	{"a1": "1520", "3a_sports": "1983"}	{"ertel": "ES-1983", "lerrcp": "A1-1520"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Piero", "family": "Grosso", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1923-12-22 13:00", "note": null, "place": {"c1": null, "c2": "TV", "c3": null, "cy": "IT", "lg": 12.37417, "lat": 45.63, "name": "Roncade", "geoid": 3169029}, "notime": null, "date-ut": "1923-12-22 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Piero", "family": "Grosso"}, "birth": {"place": {"c2": "TV", "cy": "IT", "lg": 12.37417, "lat": 45.63, "name": "Roncade", "geoid": 3169029}, "date-ut": "1923-12-22 12:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1520"}, "ids-in-sources": {"a1": "1520"}}, "raw": {"H": "13", "MN": "0", "TZ": "-1", "COD": "TV", "COU": "I", "DAY": "22", "LAT": "45N36", "LON": "12E45", "MON": "12", "NUM": "1520", "PRO": "C", "SEC": "0", "YEA": "1923", "CITY": "RONCADE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1923-12-22 13:00"}, "partial-ids": {"ertel": "ES-1983"}}, "raw": {"L": "", "MF": "", "NR": "1983", "ENG": "", "MA_": "0", "G_NR": "1520", "MA12": "6", "MARS": "17", "NAME": "Grosso", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,300", "CSINR": "", "KURTZ": "", "PHAS_": "98,200", "STUND": "13,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "22.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Piero", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.12.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25206	mauran-henri-1902-10-22	{"g55": "10-243"}	{"g55": "10-243"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Mauran", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1902-10-22 08:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Fauche", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Mauran", "nobility": ""}, "birth": {"date": "1902-10-22 08:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Fauche"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-243"}}, "raw": {"DAY": "22-10-1902", "HOUR": "8 h.", "NAME": "MAURAN Henri", "PLACE": "Fauche (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25207	maurand-albert-1883-04-20	{"g55": "10-244"}	{"g55": "10-244"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Maurand", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1883-04-20 02:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Courris", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Maurand", "nobility": ""}, "birth": {"date": "1883-04-20 02:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Courris"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-244"}}, "raw": {"DAY": "20-4-1883", "HOUR": "2 h.", "NAME": "MAURAND Albert", "PLACE": "Courris (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25208	maurand-celestin-1876-10-24	{"g55": "10-245"}	{"g55": "10-245"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Célestin", "family": "Maurand", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1876-10-24 11:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Courris", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Célestin", "family": "Maurand", "nobility": ""}, "birth": {"date": "1876-10-24 11:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Courris"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-245"}}, "raw": {"DAY": "24-10-1876", "HOUR": "11 h.", "NAME": "MAURAND Célestin", "PLACE": "Courris (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1522	la-rosa-francesco-1926-12-09	{"a1": "1523", "3a_sports": "2300"}	{"ertel": "ES-2300", "lerrcp": "A1-1523"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "La Rosa", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-12-09 18:00", "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "notime": null, "date-ut": "1926-12-09 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "La Rosa"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "date-ut": "1926-12-09 17:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1523"}, "ids-in-sources": {"a1": "1523"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "9", "LAT": "38N 0", "LON": "15E30", "MON": "12", "NUM": "1523", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "MESSINA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-12-09 18:00"}, "partial-ids": {"ertel": "ES-2300"}}, "raw": {"L": "", "MF": "", "NR": "2300", "ENG": "", "MA_": "1", "G_NR": "1523", "MA12": "2", "MARS": "6", "NAME": "LaRosa", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,400", "CSINR": "", "KURTZ": "", "PHAS_": "16,100", "STUND": "18,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "09.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Francesco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.12.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1524	loschi-elio-1909-08-08	{"a1": "1525", "3a_sports": "2531"}	{"ertel": "ES-2531", "lerrcp": "A1-1525"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elio", "family": "Loschi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1909-08-08 05:00", "note": null, "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.24222, "lat": 46.06194, "name": "Udine", "geoid": 3165072}, "notime": null, "date-ut": "1909-08-08 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Elio", "family": "Loschi"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.24222, "lat": 46.06194, "name": "Udine", "geoid": 3165072}, "date-ut": "1909-08-08 04:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1525"}, "ids-in-sources": {"a1": "1525"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "8", "LAT": "46N 0", "LON": "13E30", "MON": "8", "NUM": "1525", "PRO": "C", "SEC": "0", "YEA": "1909", "CITY": "UDINE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1909-08-08 05:00"}, "partial-ids": {"ertel": "ES-2531"}}, "raw": {"L": "", "MF": "", "NR": "2531", "ENG": "1", "MA_": "2", "G_NR": "1525", "MA12": "4", "MARS": "12", "NAME": "Loschi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,10", "CSINR": "", "KURTZ": "", "PHAS_": "55,900", "STUND": "5,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "08.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Elio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.08.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25209	maurand-jean-1868-01-29	{"g55": "10-246"}	{"g55": "10-246"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Maurand", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1868-01-29 10:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Courris", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Maurand", "nobility": ""}, "birth": {"date": "1868-01-29 10:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Courris"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-246"}}, "raw": {"DAY": "29-1-1868", "HOUR": "10 h.", "NAME": "MAURAND Jean", "PLACE": "Courris (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25210	maurand-louis-1885-07-07	{"g55": "10-247"}	{"g55": "10-247"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Maurand", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1885-07-07 07:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Courris", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Maurand", "nobility": ""}, "birth": {"date": "1885-07-07 07:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Courris"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-247"}}, "raw": {"DAY": "7-7-1885", "HOUR": "7 h.", "NAME": "MAURAND Louis", "PLACE": "Courris (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25211	maurel-ernest-1886-03-06	{"g55": "10-248"}	{"g55": "10-248"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Maurel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1886-03-06 05:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Albi", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Maurel", "nobility": ""}, "birth": {"date": "1886-03-06 05:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Albi"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-248"}}, "raw": {"DAY": "6-3-1886", "HOUR": "5 h.", "NAME": "MAUREL Ernest", "PLACE": "Albi (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1527	maestrelli-tommaso-1922-10-07	{"a1": "1528", "3a_sports": "2588"}	{"ertel": "ES-2588", "lerrcp": "A1-1528"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tommaso", "family": "Maestrelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-10-07 06:00", "note": null, "place": {"c1": null, "c2": "PI", "c3": null, "cy": "IT", "lg": 10.39659, "lat": 43.71553, "name": "Pisa", "geoid": 3170647}, "notime": null, "date-ut": "1922-10-07 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Tommaso", "family": "Maestrelli"}, "birth": {"place": {"c2": "PI", "cy": "IT", "lg": 10.39659, "lat": 43.71553, "name": "Pisa", "geoid": 3170647}, "date-ut": "1922-10-07 05:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1528"}, "ids-in-sources": {"a1": "1528"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "PI", "COU": "I", "DAY": "7", "LAT": "43N42", "LON": "10E30", "MON": "10", "NUM": "1528", "PRO": "C", "SEC": "0", "YEA": "1922", "CITY": "PISA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1922-10-07 06:00"}, "partial-ids": {"ertel": "ES-2588"}}, "raw": {"L": "", "MF": "", "NR": "2588", "ENG": "", "MA_": "1", "G_NR": "1528", "MA12": "9", "MARS": "27", "NAME": "Maestrelli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,900", "CSINR": "", "KURTZ": "", "PHAS_": "99,100", "STUND": "6,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "07.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Tommaso", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.10.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1529	magnini-ardico-1928-10-21	{"a1": "1530", "3a_sports": "2601"}	{"ertel": "ES-2601", "lerrcp": "A1-1530"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ardico", "family": "Magnini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-10-21 09:00", "note": null, "place": {"c1": null, "c2": "PT", "c3": null, "cy": "IT", "lg": 10.92361, "lat": 43.92125, "name": "Pistoia", "geoid": 3170621}, "notime": null, "date-ut": "1928-10-21 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Ardico", "family": "Magnini"}, "birth": {"place": {"c2": "PT", "cy": "IT", "lg": 10.92361, "lat": 43.92125, "name": "Pistoia", "geoid": 3170621}, "date-ut": "1928-10-21 08:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1530"}, "ids-in-sources": {"a1": "1530"}}, "raw": {"H": "9", "MN": "0", "TZ": "-1", "COD": "PT", "COU": "I", "DAY": "21", "LAT": "44N 0", "LON": "11E15", "MON": "10", "NUM": "1530", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "PISTOIA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-10-21 09:00"}, "partial-ids": {"ertel": "ES-2601"}}, "raw": {"L": "", "MF": "", "NR": "2601", "ENG": "", "MA_": "1", "G_NR": "1530", "MA12": "5", "MARS": "14", "NAME": "Magnini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,300", "CSINR": "", "KURTZ": "", "PHAS_": "41,600", "STUND": "9,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "21.10.", "ZITATE": "SW", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ardico", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "21.10.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25212	maurel-paul-1882-05-15	{"g55": "10-249"}	{"g55": "10-249"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Maurel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1882-05-15 15:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Assac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Maurel", "nobility": ""}, "birth": {"date": "1882-05-15 15:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Assac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-249"}}, "raw": {"DAY": "15-5-1882", "HOUR": "15 h.", "NAME": "MAUREL Paul", "PLACE": "Assac (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25213	mauries-clement-1879-07-01	{"g55": "10-250"}	{"g55": "10-250"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clément", "family": "Mauries", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1879-07-01 06:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Cadalen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Clément", "family": "Mauries", "nobility": ""}, "birth": {"date": "1879-07-01 06:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Cadalen"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-250"}}, "raw": {"DAY": "1-7-1879", "HOUR": "6 h.", "NAME": "MAURIES Clément", "PLACE": "Cadalen (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25214	mazel-eugene-1870-07-20	{"g55": "10-251"}	{"g55": "10-251"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Mazel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1870-07-20 03:00", "note": null, "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Cassagnes-Bégonhés", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Mazel", "nobility": ""}, "birth": {"date": "1870-07-20 03:00", "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "name": "Cassagnes-Bégonhés"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-251"}}, "raw": {"DAY": "20-7-1870", "HOUR": "3 h.", "NAME": "MAZEL Eugène", "PLACE": "Cassagnes-Bégonhés (Aveyron)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1532	malinverni-ermando-1919-10-30	{"a1": "1533", "3a_sports": "2620"}	{"ertel": "ES-2620", "lerrcp": "A1-1533"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ermando", "family": "Malinverni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-10-30 04:00", "note": null, "place": {"c1": null, "c2": "VC", "c3": null, "cy": "IT", "lg": 8.41533, "lat": 45.32306, "name": "Vercelli", "geoid": 3164565}, "notime": null, "date-ut": "1919-10-30 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Ermando", "family": "Malinverni"}, "birth": {"place": {"c2": "VC", "cy": "IT", "lg": 8.41533, "lat": 45.32306, "name": "Vercelli", "geoid": 3164565}, "date-ut": "1919-10-30 03:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1533"}, "ids-in-sources": {"a1": "1533"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "VC", "COU": "I", "DAY": "30", "LAT": "45N24", "LON": "8E30", "MON": "10", "NUM": "1533", "PRO": "C", "SEC": "0", "YEA": "1919", "CITY": "VERCELLI"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1919-10-30 04:00"}, "partial-ids": {"ertel": "ES-2620"}}, "raw": {"L": "", "MF": "", "NR": "2620", "ENG": "1", "MA_": "2", "G_NR": "1533", "MA12": "1", "MARS": "3", "NAME": "Malinverni", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,400", "CSINR": "", "KURTZ": "", "PHAS_": "30,300", "STUND": "4,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "30.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ermando", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.10.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1534	marchi-sergio-1920-05-22	{"a1": "1535", "3a_sports": "2663"}	{"ertel": "ES-2663", "lerrcp": "A1-1535"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sergio", "family": "Marchi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-05-22 14:00", "note": null, "place": {"c1": null, "c2": "PI", "c3": null, "cy": "IT", "lg": 10.39659, "lat": 43.71553, "name": "Pisa", "geoid": 3170647}, "notime": null, "date-ut": "1920-05-22 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Sergio", "family": "Marchi"}, "birth": {"place": {"c2": "PI", "cy": "IT", "lg": 10.39659, "lat": 43.71553, "name": "Pisa", "geoid": 3170647}, "date-ut": "1920-05-22 12:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1535"}, "ids-in-sources": {"a1": "1535"}}, "raw": {"H": "13", "MN": "0", "TZ": "-1", "COD": "PI", "COU": "I", "DAY": "22", "LAT": "43N42", "LON": "10E30", "MON": "5", "NUM": "1535", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "PISA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-05-22 14:00"}, "partial-ids": {"ertel": "ES-2663"}}, "raw": {"L": "", "MF": "", "NR": "2663", "ENG": "", "MA_": "0", "G_NR": "1535", "MA12": "11", "MARS": "32", "NAME": "Marchi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,600", "CSINR": "", "KURTZ": "", "PHAS_": "19,600", "STUND": "14,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "22.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Sergio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.05.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25215	medalle-henri-1916-06-27	{"g55": "10-252"}	{"g55": "10-252"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Medalle", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1916-06-27 04:00", "note": null, "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Valdeéries", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Medalle", "nobility": ""}, "birth": {"date": "1916-06-27 04:00", "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "name": "Valdeéries"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-252"}}, "raw": {"DAY": "27-6-1916", "HOUR": "4 h.", "NAME": "MEDALLE Henri", "PLACE": "Valdeéries (Aveyron)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25216	metche-eugene-1908-12-27	{"g55": "10-253"}	{"g55": "10-253"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Metche", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1908-12-27 23:00", "note": null, "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Juéry", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Metche", "nobility": ""}, "birth": {"date": "1908-12-27 23:00", "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "name": "Saint-Juéry"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-253"}}, "raw": {"DAY": "27-12-1908", "HOUR": "23 h.", "NAME": "METCHE Eugène", "PLACE": "Saint-Juéry (Aveyron)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25217	millet-noel-1911-12-23	{"g55": "10-254"}	{"g55": "10-254"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Noél", "family": "Millet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1911-12-23 02:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Martin-de-Brametourte", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Noél", "family": "Millet", "nobility": ""}, "birth": {"date": "1911-12-23 02:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Saint-Martin-de-Brametourte"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-254"}}, "raw": {"DAY": "23-12-1911", "HOUR": "2 h.", "NAME": "MILLET Noél", "PLACE": "Saint-Martin-de-Brametourte (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1537	maroso-virgilio-1925-06-26	{"a1": "1538", "3a_sports": "2687"}	{"ertel": "ES-2687", "lerrcp": "A1-1538"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Virgilio", "family": "Maroso", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-06-26 01:00", "note": null, "place": {"c1": null, "c2": "VI", "c3": null, "cy": "IT", "lg": 11.6579, "lat": 45.7468, "name": "Marostica", "geoid": 3173878}, "notime": null, "date-ut": "1925-06-26 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Virgilio", "family": "Maroso"}, "birth": {"place": {"c2": "VI", "cy": "IT", "lg": 11.6579, "lat": 45.7468, "name": "Marostica", "geoid": 3173878}, "date-ut": "1925-06-26 00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1538"}, "ids-in-sources": {"a1": "1538"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "VI", "COU": "I", "DAY": "26", "LAT": "45N30", "LON": "12E 0", "MON": "6", "NUM": "1538", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "MAROSTICA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-06-26 01:00"}, "partial-ids": {"ertel": "ES-2687"}}, "raw": {"L": "", "MF": "", "NR": "2687", "ENG": "", "MA_": "0", "G_NR": "1538", "MA12": "9", "MARS": "25", "NAME": "Maroso", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,900", "CSINR": "", "KURTZ": "", "PHAS_": "19,000", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "26.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Virgilio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.06.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1539	masci-vittorio-1925-07-07	{"a1": "1540", "3a_sports": "2725"}	{"ertel": "ES-2725", "lerrcp": "A1-1540"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vittorio", "family": "Masci", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-07-07 10:45", "note": null, "place": {"c1": null, "c2": "AQ", "c3": null, "cy": "IT", "lg": 13.7354, "lat": 42.14903, "name": "Molina Aterno", "geoid": 3173283}, "notime": null, "date-ut": "1925-07-07 09:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Vittorio", "family": "Masci"}, "birth": {"place": {"c2": "AQ", "cy": "IT", "lg": 13.7354, "lat": 42.14903, "name": "Molina Aterno", "geoid": 3173283}, "date-ut": "1925-07-07 09:45"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1540"}, "ids-in-sources": {"a1": "1540"}}, "raw": {"H": "10", "MN": "45", "TZ": "-1", "COD": "AQ", "COU": "I", "DAY": "7", "LAT": "42N24", "LON": "13E30", "MON": "7", "NUM": "1540", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "MOLINA ATERNO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-07-07 10:45"}, "partial-ids": {"ertel": "ES-2725"}}, "raw": {"L": "", "MF": "", "NR": "2725", "ENG": "", "MA_": "1", "G_NR": "1540", "MA12": "2", "MARS": "6", "NAME": "Masci", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,900", "CSINR": "", "KURTZ": "", "PHAS_": "99,000", "STUND": "10,75", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "07.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Vittorio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.07.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25218	molinier-armand-1886-05-11	{"g55": "10-255"}	{"g55": "10-255"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Molinier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1886-05-11 15:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Boissezon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Molinier", "nobility": ""}, "birth": {"date": "1886-05-11 15:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Boissezon"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-255"}}, "raw": {"DAY": "11-5-1886", "HOUR": "15 h.", "NAME": "MOLINIER Armand", "PLACE": "Boissezon (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25219	molinier-louis-1915-02-06	{"g55": "10-256"}	{"g55": "10-256"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Molinier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1915-02-06 11:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Boissezon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Molinier", "nobility": ""}, "birth": {"date": "1915-02-06 11:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Boissezon"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-256"}}, "raw": {"DAY": "6-2-1915", "HOUR": "11 h.", "NAME": "MOLINIER Louis", "PLACE": "Boissezon (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25220	monsarrat-emile-1898-07-15	{"g55": "10-257"}	{"g55": "10-257"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Monsarrat", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1898-07-15 10:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Réalmont", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Monsarrat", "nobility": ""}, "birth": {"date": "1898-07-15 10:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Réalmont"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-257"}}, "raw": {"DAY": "15-7-1898", "HOUR": "10 h.", "NAME": "MONSARRAT Emile", "PLACE": "Réalmont (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1542	mazzola-valentino-1919-01-26	{"a1": "1543", "3a_sports": "2776"}	{"ertel": "ES-2776", "lerrcp": "A1-1543"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Valentino", "family": "Mazzola", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-01-26 23:00", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.51395, "lat": 45.52358, "name": "Cassano d'Adda", "geoid": 3179795}, "notime": null, "date-ut": "1919-01-26 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Valentino", "family": "Mazzola"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.51395, "lat": 45.52358, "name": "Cassano d'Adda", "geoid": 3179795}, "date-ut": "1919-01-26 22:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1543"}, "ids-in-sources": {"a1": "1543"}}, "raw": {"H": "23", "MN": "0", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "26", "LAT": "45N30", "LON": "9E15", "MON": "1", "NUM": "1543", "PRO": "C", "SEC": "0", "YEA": "1919", "CITY": "CASSANO D'ADDA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1919-01-26 23:00"}, "partial-ids": {"ertel": "ES-2776"}}, "raw": {"L": "", "MF": "", "NR": "2776", "ENG": "", "MA_": "0", "G_NR": "1543", "MA12": "8", "MARS": "23", "NAME": "Mazzola", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,200", "CSINR": "", "KURTZ": "", "PHAS_": "33,300", "STUND": "23,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "26.01.", "ZITATE": "WO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Valentino", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "26.01.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1544	menegotti-enzo-1925-07-13	{"a1": "1545", "3a_sports": "2806"}	{"ertel": "ES-2806", "lerrcp": "A1-1545"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enzo", "family": "Menegotti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-07-13 15:30", "note": null, "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "notime": null, "date-ut": "1925-07-13 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Enzo", "family": "Menegotti"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "date-ut": "1925-07-13 14:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1545"}, "ids-in-sources": {"a1": "1545"}}, "raw": {"H": "15", "MN": "30", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "13", "LAT": "45N24", "LON": "11E 0", "MON": "7", "NUM": "1545", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "VERONA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-07-13 15:30"}, "partial-ids": {"ertel": "ES-2806"}}, "raw": {"L": "", "MF": "", "NR": "2806", "ENG": "1", "MA_": "2", "G_NR": "1545", "MA12": "4", "MARS": "12", "NAME": "Menegotti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,60", "CSINR": "", "KURTZ": "", "PHAS_": "49,100", "STUND": "15,50", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "13.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Enzo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.07.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25221	mottes-louis-1883-09-07	{"g55": "10-258"}	{"g55": "10-258"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Mottes", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1883-09-07 07:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lombers", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Mottes", "nobility": ""}, "birth": {"date": "1883-09-07 07:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Lombers"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-258"}}, "raw": {"DAY": "7-9-1883", "HOUR": "7 h.", "NAME": "MOTTES Louis", "PLACE": "Lombers (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25222	negre-ernest-1907-10-11	{"g55": "10-259"}	{"g55": "10-259"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Negre", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1907-10-11 16:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Gauléne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Negre", "nobility": ""}, "birth": {"date": "1907-10-11 16:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Gauléne"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-259"}}, "raw": {"DAY": "11-10-1907", "HOUR": "16 h.", "NAME": "NEGRE Ernest", "PLACE": "Gauléne (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25223	nouvel-aime-1918-07-30	{"g55": "10-260"}	{"g55": "10-260"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aimé", "family": "Nouvel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1918-07-30 07:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Carmaux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Aimé", "family": "Nouvel", "nobility": ""}, "birth": {"date": "1918-07-30 07:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Carmaux"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-260"}}, "raw": {"DAY": "30-7-1918", "HOUR": "7 h.", "NAME": "NOUVEL Aimé", "PLACE": "Carmaux (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1547	mian-germano-1912-09-07	{"a1": "1548", "3a_sports": "2847"}	{"ertel": "ES-2847", "lerrcp": "A1-1548"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Germano", "family": "Mian", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1912-09-07 13:30", "note": null, "place": {"c1": null, "c2": "GO", "c3": null, "cy": "IT", "lg": 13.47222, "lat": 45.96056, "name": "Cormons", "geoid": 3178085}, "notime": null, "date-ut": "1912-09-07 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Germano", "family": "Mian"}, "birth": {"place": {"c2": "GO", "cy": "IT", "lg": 13.47222, "lat": 45.96056, "name": "Cormons", "geoid": 3178085}, "date-ut": "1912-09-07 12:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1548"}, "ids-in-sources": {"a1": "1548"}}, "raw": {"H": "13", "MN": "30", "TZ": "-1", "COD": "GO", "COU": "I", "DAY": "7", "LAT": "46N 0", "LON": "13E30", "MON": "9", "NUM": "1548", "PRO": "C", "SEC": "0", "YEA": "1912", "CITY": "CORMONS"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1912-09-07 13:30"}, "partial-ids": {"ertel": "ES-2847"}}, "raw": {"L": "", "MF": "", "NR": "2847", "ENG": "1", "MA_": "2", "G_NR": "1548", "MA12": "4", "MARS": "10", "NAME": "Mian", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,60", "CSINR": "", "KURTZ": "", "PHAS_": "23,600", "STUND": "13,50", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "07.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Germano", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.09.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1549	miglioli-renato-1921-10-03	{"a1": "1550", "3a_sports": "2860"}	{"ertel": "ES-2860", "lerrcp": "A1-1550"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renato", "family": "Miglioli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-10-03 03:00", "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "IT", "lg": 9, "lat": 45.8, "name": "CARONNO VARESIN", "geoid": 0}, "notime": null, "date-ut": "1921-10-03 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Renato", "family": "Miglioli"}, "birth": {"place": {"c2": "VA", "cy": "IT", "lg": 9, "lat": 45.8, "name": "CARONNO VARESIN", "geoid": 0}, "date-ut": "1921-10-03 02:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1550"}, "ids-in-sources": {"a1": "1550"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "VA", "COU": "I", "DAY": "3", "LAT": "45N48", "LON": "9E 0", "MON": "10", "NUM": "1550", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "CARONNO VARESIN"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-10-03 03:00"}, "partial-ids": {"ertel": "ES-2860"}}, "raw": {"L": "", "MF": "", "NR": "2860", "ENG": "", "MA_": "1", "G_NR": "1550", "MA12": "12", "MARS": "35", "NAME": "Miglioli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,700", "CSINR": "", "KURTZ": "", "PHAS_": "3,000", "STUND": "3,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "03.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Renato", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.10.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25224	oules-louis-1877-11-05	{"g55": "10-261"}	{"g55": "10-261"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Oules", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1877-11-05 00:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Castelnau", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Oules", "nobility": ""}, "birth": {"date": "1877-11-05 00:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Castelnau"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-261"}}, "raw": {"DAY": "5-11-1877", "HOUR": "0 h.", "NAME": "OULES Louis", "PLACE": "Castelnau (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25225	pages-charles-1917-11-13	{"g55": "10-262"}	{"g55": "10-262"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Pages", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1917-11-13 14:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Couffouleux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Pages", "nobility": ""}, "birth": {"date": "1917-11-13 14:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Couffouleux"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-262"}}, "raw": {"DAY": "13-11-1917", "HOUR": "14 h.", "NAME": "PAGES Charles", "PLACE": "Couffouleux (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25226	pages-maurice-1919-09-17	{"g55": "10-263"}	{"g55": "10-263"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Pages", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1919-09-17 10:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lacrouzette", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Pages", "nobility": ""}, "birth": {"date": "1919-09-17 10:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Lacrouzette"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-263"}}, "raw": {"DAY": "17-9-1919", "HOUR": "10 h.", "NAME": "PAGES Maurice", "PLACE": "Lacrouzette (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1552	montesanto-mario-1909-08-11	{"a1": "1553", "3a_sports": "2929"}	{"ertel": "ES-2929", "lerrcp": "A1-1553"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Montesanto", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1909-08-11 17:00", "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "notime": null, "date-ut": "1909-08-11 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Montesanto"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "date-ut": "1909-08-11 16:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1553"}, "ids-in-sources": {"a1": "1553"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "11", "LAT": "45N30", "LON": "12E30", "MON": "8", "NUM": "1553", "PRO": "C", "SEC": "0", "YEA": "1909", "CITY": "VENEZIA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1909-08-11 17:00"}, "partial-ids": {"ertel": "ES-2929"}}, "raw": {"L": "", "MF": "", "NR": "2929", "ENG": "", "MA_": "1", "G_NR": "1553", "MA12": "10", "MARS": "30", "NAME": "Montesanto", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,800", "CSINR": "", "KURTZ": "", "PHAS_": "24,100", "STUND": "17,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "11.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.08.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1554	monza-alfredo-1911-08-12	{"a1": "1555", "3a_sports": "2935"}	{"ertel": "ES-2935", "lerrcp": "A1-1555"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfredo", "family": "Monza", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1911-08-12 02:30", "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "IT", "lg": 8.84914, "lat": 45.61128, "name": "Busto Arsizio", "geoid": 3181355}, "notime": null, "date-ut": "1911-08-12 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Alfredo", "family": "Monza"}, "birth": {"place": {"c2": "VA", "cy": "IT", "lg": 8.84914, "lat": 45.61128, "name": "Busto Arsizio", "geoid": 3181355}, "date-ut": "1911-08-12 01:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1555"}, "ids-in-sources": {"a1": "1555"}}, "raw": {"H": "2", "MN": "30", "TZ": "-1", "COD": "VA", "COU": "I", "DAY": "12", "LAT": "45N48", "LON": "9E 0", "MON": "8", "NUM": "1555", "PRO": "C", "SEC": "0", "YEA": "1911", "CITY": "BUSTO ARSIZIO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1911-08-12 02:30"}, "partial-ids": {"ertel": "ES-2935"}}, "raw": {"L": "", "MF": "", "NR": "2935", "ENG": "", "MA_": "1", "G_NR": "1555", "MA12": "2", "MARS": "5", "NAME": "Monza", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,800", "CSINR": "", "KURTZ": "", "PHAS_": "96,300", "STUND": "2,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "12.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Alfredo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.08.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25227	pailhas-maurice-1917-10-07	{"g55": "10-264"}	{"g55": "10-264"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Pailhas", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1917-10-07 19:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Albi", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Pailhas", "nobility": ""}, "birth": {"date": "1917-10-07 19:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Albi"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-264"}}, "raw": {"DAY": "7-10-1917", "HOUR": "19 h.", "NAME": "PAILHAS Maurice", "PLACE": "Albi (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25228	pailhe-henri-1878-02-16	{"g55": "10-265"}	{"g55": "10-265"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Pailhe", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1878-02-16 08:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Payrin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Pailhe", "nobility": ""}, "birth": {"date": "1878-02-16 08:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Payrin"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-265"}}, "raw": {"DAY": "16-2-1878", "HOUR": "8 h.", "NAME": "PAILHE Henri", "PLACE": "Payrin (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1557	nay-cesare-1925-10-22	{"a1": "1558", "3a_sports": "3012"}	{"ertel": "ES-3012", "lerrcp": "A1-1558"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cesare", "family": "Nay", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-10-22 02:00", "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1925-10-22 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Cesare", "family": "Nay"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1925-10-22 01:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1558"}, "ids-in-sources": {"a1": "1558"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "22", "LAT": "45N 0", "LON": "8E 0", "MON": "10", "NUM": "1558", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "TORINO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-10-22 02:00"}, "partial-ids": {"ertel": "ES-3012"}}, "raw": {"L": "", "MF": "", "NR": "3012", "ENG": "", "MA_": "1", "G_NR": "1558", "MA12": "11", "MARS": "31", "NAME": "Nay", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,300", "CSINR": "", "KURTZ": "", "PHAS_": "20,600", "STUND": "2,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "22.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Cesare", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.10.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1558	neri-bruno-1910-09-12	{"a1": "1559", "3a_sports": "3018"}	{"ertel": "ES-3018", "lerrcp": "A1-1559"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Neri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1910-09-12 20:35", "note": null, "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 11.88334, "lat": 44.2857, "name": "Faenza", "geoid": 3177300}, "notime": null, "date-ut": "1910-09-12 19:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Bruno", "family": "Neri"}, "birth": {"place": {"c2": "RA", "cy": "IT", "lg": 11.88334, "lat": 44.2857, "name": "Faenza", "geoid": 3177300}, "date-ut": "1910-09-12 19:35"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1559"}, "ids-in-sources": {"a1": "1559"}}, "raw": {"H": "20", "MN": "35", "TZ": "-1", "COD": "RA", "COU": "I", "DAY": "12", "LAT": "44N24", "LON": "12E15", "MON": "9", "NUM": "1559", "PRO": "C", "SEC": "0", "YEA": "1910", "CITY": "FAENZA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1910-09-12 20:35"}, "partial-ids": {"ertel": "ES-3018"}}, "raw": {"L": "", "MF": "", "NR": "3018", "ENG": "", "MA_": "0", "G_NR": "1559", "MA12": "8", "MARS": "22", "NAME": "Neri", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,600", "CSINR": "", "KURTZ": "", "PHAS_": "51,700", "STUND": "20,58", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "12.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bruno", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.09.1910", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1560	neri-mairo-1924-06-30	{"a1": "1561", "3a_sports": "3021"}	{"ertel": "ES-3021", "lerrcp": "A1-1561"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mairo", "family": "Neri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-06-30 17:00", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.8777, "lat": 44.78237, "name": "Carpi", "geoid": 3180445}, "notime": null, "date-ut": "1924-06-30 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Mairo", "family": "Neri"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.8777, "lat": 44.78237, "name": "Carpi", "geoid": 3180445}, "date-ut": "1924-06-30 16:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1561"}, "ids-in-sources": {"a1": "1561"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "30", "LAT": "44N36", "LON": "11E15", "MON": "6", "NUM": "1561", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "CARPI"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-06-30 17:00"}, "partial-ids": {"ertel": "ES-3021"}}, "raw": {"L": "", "MF": "", "NR": "3021", "ENG": "", "MA_": "1", "G_NR": "1561", "MA12": "10", "MARS": "29", "NAME": "Neri", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,800", "CSINR": "", "KURTZ": "", "PHAS_": "4,700", "STUND": "17,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "30.06.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Mairo", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "30.06.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25229	pailhe-omer-1912-09-08	{"g55": "10-266"}	{"g55": "10-266"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Omer", "family": "Pailhe", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1912-09-08 20:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Payrin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Omer", "family": "Pailhe", "nobility": ""}, "birth": {"date": "1912-09-08 20:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Payrin"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-266"}}, "raw": {"DAY": "8-9-1912", "HOUR": "20 h.", "NAME": "PAILHE Omer", "PLACE": "Payrin (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25230	pardes-g-g-1897-12-22	{"g55": "10-267"}	{"g55": "10-267"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "G. G.", "family": "Pardes", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1897-12-22 15:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Sarlat", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "G. G.", "family": "Pardes", "nobility": ""}, "birth": {"date": "1897-12-22 15:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Sarlat"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-267"}}, "raw": {"DAY": "22-12-1897", "HOUR": "15 h.", "NAME": "PARDES G. G.", "PLACE": "Sarlat (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25231	partenet-pascal-1866-04-25	{"g55": "10-268"}	{"g55": "10-268"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pascal", "family": "Partenet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1866-04-25 00:30", "note": null, "place": {"c1": "", "c2": "34", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Frontignan", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pascal", "family": "Partenet", "nobility": ""}, "birth": {"date": "1866-04-25 00:30", "place": {"c1": "", "c2": "34", "c3": "", "cy": "FR", "name": "Frontignan"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-268"}}, "raw": {"DAY": "25-4-1866", "HOUR": "0 h. 30", "NAME": "PARTENET Pascal", "PLACE": "Frontignan (Hérault)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1562	olivieri-aldo-1910-10-02	{"a1": "1563", "3a_sports": "3080"}	{"ertel": "ES-3080", "lerrcp": "A1-1563"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Olivieri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1910-10-02 11:30", "note": null, "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "notime": null, "date-ut": "1910-10-02 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Aldo", "family": "Olivieri"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "date-ut": "1910-10-02 10:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1563"}, "ids-in-sources": {"a1": "1563"}}, "raw": {"H": "11", "MN": "30", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "2", "LAT": "45N24", "LON": "11E 0", "MON": "10", "NUM": "1563", "PRO": "C", "SEC": "0", "YEA": "1910", "CITY": "VERONA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1910-10-02 11:30"}, "partial-ids": {"ertel": "ES-3080"}}, "raw": {"L": "", "MF": "", "NR": "3080", "ENG": "0", "MA_": "2", "G_NR": "1563", "MA12": "3", "MARS": "9", "NAME": "Olivieri", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,700", "CSINR": "", "KURTZ": "", "PHAS_": "1,900", "STUND": "11,50", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "02.10.", "ZITATE": "SWF", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Aldo", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "02.10.1910", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1564	olmi-renato-1914-07-12	{"a1": "1565", "3a_sports": "3084"}	{"ertel": "ES-3084", "lerrcp": "A1-1565"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renato", "family": "Olmi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-07-12 10:00", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "TREZZO SULL'ADD", "geoid": 0}, "notime": null, "date-ut": "1914-07-12 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Renato", "family": "Olmi"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "TREZZO SULL'ADD", "geoid": 0}, "date-ut": "1914-07-12 09:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1565"}, "ids-in-sources": {"a1": "1565"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "12", "LAT": "45N30", "LON": "9E15", "MON": "7", "NUM": "1565", "PRO": "C", "SEC": "0", "YEA": "1914", "CITY": "TREZZO SULL'ADD"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1914-07-12 10:00"}, "partial-ids": {"ertel": "ES-3084"}}, "raw": {"L": "", "MF": "", "NR": "3084", "ENG": "1", "MA_": "2", "G_NR": "1565", "MA12": "1", "MARS": "1", "NAME": "Olmi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,400", "CSINR": "", "KURTZ": "", "PHAS_": "79,900", "STUND": "10,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "12.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Renato", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.07.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25232	pautal-gaston-1882-03-10	{"g55": "10-269"}	{"g55": "10-269"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Pautal", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1882-03-10 06:00", "note": null, "place": {"c1": "", "c2": "82", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Fénayrols", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Pautal", "nobility": ""}, "birth": {"date": "1882-03-10 06:00", "place": {"c1": "", "c2": "82", "c3": "", "cy": "FR", "name": "Fénayrols"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-269"}}, "raw": {"DAY": "10-3-1882", "HOUR": "6 h.", "NAME": "PAUTAL Gaston", "PLACE": "Fénayrols (Tarn-et-Garonne)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25233	payrastre-jean-m-1909-03-26	{"g55": "10-270"}	{"g55": "10-270"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-M.", "family": "Payrastre", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1909-03-26 08:00", "note": null, "place": {"c1": "", "c2": "82", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Le Travet", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean-M.", "family": "Payrastre", "nobility": ""}, "birth": {"date": "1909-03-26 08:00", "place": {"c1": "", "c2": "82", "c3": "", "cy": "FR", "name": "Le Travet"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-270"}}, "raw": {"DAY": "26-3-1909", "HOUR": "8 h.", "NAME": "PAYRASTRE Jean-M.", "PLACE": "Le Travet (Tarn-et-Garonne)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25234	payrastre-marcel-1920-07-07	{"g55": "10-271"}	{"g55": "10-271"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Payrastre", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1920-07-07 03:00", "note": null, "place": {"c1": "", "c2": "82", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Le Travet", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Payrastre", "nobility": ""}, "birth": {"date": "1920-07-07 03:00", "place": {"c1": "", "c2": "82", "c3": "", "cy": "FR", "name": "Le Travet"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-271"}}, "raw": {"DAY": "7-7-1920", "HOUR": "3 h.", "NAME": "PAYRASTRE Marcel", "PLACE": "Le Travet (Tarn-et-Garonne)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1567	pagotto-mario-1911-12-14	{"a1": "1568", "3a_sports": "3122"}	{"ertel": "ES-3122", "lerrcp": "A1-1568"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Pagotto", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1911-12-14 21:00", "note": null, "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.5, "lat": 46, "name": "FONTANAFREDDA", "geoid": 0}, "notime": null, "date-ut": "1911-12-14 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Pagotto"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.5, "lat": 46, "name": "FONTANAFREDDA", "geoid": 0}, "date-ut": "1911-12-14 20:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1568"}, "ids-in-sources": {"a1": "1568"}}, "raw": {"H": "21", "MN": "0", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "14", "LAT": "46N 0", "LON": "13E30", "MON": "12", "NUM": "1568", "PRO": "C", "SEC": "0", "YEA": "1911", "CITY": "FONTANAFREDDA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1911-12-14 21:00"}, "partial-ids": {"ertel": "ES-3122"}}, "raw": {"L": "", "MF": "", "NR": "3122", "ENG": "", "MA_": "0", "G_NR": "1568", "MA12": "3", "MARS": "8", "NAME": "Pagotto", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,40", "CSINR": "", "KURTZ": "", "PHAS_": "36,900", "STUND": "21,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "14.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.12.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1569	parola-carlo-1921-09-20	{"a1": "1570", "3a_sports": "3151"}	{"ertel": "ES-3151", "lerrcp": "A1-1570"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Parola", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-09-20 15:45", "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1921-09-20 14:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Parola"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1921-09-20 14:45"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1570"}, "ids-in-sources": {"a1": "1570"}}, "raw": {"H": "15", "MN": "45", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "20", "LAT": "45N 0", "LON": "8E 0", "MON": "9", "NUM": "1570", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "TORINO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-09-20 15:45"}, "partial-ids": {"ertel": "ES-3151"}}, "raw": {"L": "", "MF": "", "NR": "3151", "ENG": "", "MA_": "0", "G_NR": "1570", "MA12": "6", "MARS": "16", "NAME": "Parola", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,200", "CSINR": "", "KURTZ": "", "PHAS_": "93,100", "STUND": "15,75", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "20.09.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Carlo", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "20.09.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25235	pech-paul-1872-05-15	{"g55": "10-272"}	{"g55": "10-272"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Pech", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1872-05-15 00:15", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Soréze", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Pech", "nobility": ""}, "birth": {"date": "1872-05-15 00:15", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Soréze"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-272"}}, "raw": {"DAY": "15-5-1872", "HOUR": "0 h. 15", "NAME": "PECH Paul", "PLACE": "Soréze (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25236	pechamat-charles-1864-08-11	{"g55": "10-273"}	{"g55": "10-273"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Pechamat", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1864-08-11 08:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Sainte-Cécile d’Avés", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Pechamat", "nobility": ""}, "birth": {"date": "1864-08-11 08:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Sainte-Cécile d’Avés"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-273"}}, "raw": {"DAY": "11-8-1864", "HOUR": "8 h.", "NAME": "PECHAMAT Charles", "PLACE": "Sainte-Cécile d’Avés (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25237	peyre-casimir-1874-04-28	{"g55": "10-274"}	{"g55": "10-274"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Casimir", "family": "Peyre", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1874-04-28 03:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Florentin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Casimir", "family": "Peyre", "nobility": ""}, "birth": {"date": "1874-04-28 03:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Florentin"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-274"}}, "raw": {"DAY": "28-4-1874", "HOUR": "3 h.", "NAME": "PEYRE Casimir", "PLACE": "Florentin (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1572	pedroni-franco-1926-09-13	{"a1": "1573", "3a_sports": "3183"}	{"ertel": "ES-3183", "lerrcp": "A1-1573"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franco", "family": "Pedroni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-09-13 21:10", "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "IT", "lg": 8.70873, "lat": 45.68297, "name": "Somma Lombardo", "geoid": 3166409}, "notime": null, "date-ut": "1926-09-13 20:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Franco", "family": "Pedroni"}, "birth": {"place": {"c2": "VA", "cy": "IT", "lg": 8.70873, "lat": 45.68297, "name": "Somma Lombardo", "geoid": 3166409}, "date-ut": "1926-09-13 20:10"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1573"}, "ids-in-sources": {"a1": "1573"}}, "raw": {"H": "21", "MN": "10", "TZ": "-1", "COD": "VA", "COU": "I", "DAY": "13", "LAT": "45N48", "LON": "9E 0", "MON": "9", "NUM": "1573", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "SOMMA LOMBARDO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-09-13 21:10"}, "partial-ids": {"ertel": "ES-3183"}}, "raw": {"L": "", "MF": "", "NR": "3183", "ENG": "1", "MA_": "2", "G_NR": "1573", "MA12": "1", "MARS": "1", "NAME": "Pedroni", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,500", "CSINR": "", "KURTZ": "", "PHAS_": "28,300", "STUND": "21,17", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "13.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Franco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.09.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1574	pernigo-francesco-1918-06-10	{"a1": "1575", "3a_sports": "3223"}	{"ertel": "ES-3223", "lerrcp": "A1-1575"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Pernigo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-06-10 04:00", "note": null, "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "notime": null, "date-ut": "1918-06-10 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Pernigo"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "date-ut": "1918-06-10 02:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1575"}, "ids-in-sources": {"a1": "1575"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "10", "LAT": "45N24", "LON": "11E 0", "MON": "6", "NUM": "1575", "PRO": "C", "SEC": "0", "YEA": "1918", "CITY": "VERONA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1918-06-10 04:00"}, "partial-ids": {"ertel": "ES-3223"}}, "raw": {"L": "", "MF": "", "NR": "3223", "ENG": "", "MA_": "0", "G_NR": "1575", "MA12": "8", "MARS": "22", "NAME": "Pernigo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,500", "CSINR": "", "KURTZ": "", "PHAS_": "1,500", "STUND": "4,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "10.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Francesco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.06.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25238	phalippou-jean-1885-10-14	{"g55": "10-275"}	{"g55": "10-275"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Phalippou", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1885-10-14 13:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Rouairoux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Phalippou", "nobility": ""}, "birth": {"date": "1885-10-14 13:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Rouairoux"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-275"}}, "raw": {"DAY": "14-10-1885", "HOUR": "13 h.", "NAME": "PHALIPPOU Jean", "PLACE": "Rouairoux (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25239	pierre-charles-1914-12-29	{"g55": "10-276"}	{"g55": "10-276"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Pierre", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1914-12-29 16:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Puylaurens", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Pierre", "nobility": ""}, "birth": {"date": "1914-12-29 16:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Puylaurens"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-276"}}, "raw": {"DAY": "29-12-1914", "HOUR": "16 h.", "NAME": "PIERRE Charles", "PLACE": "Puylaurens (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25240	pigasse-jean-1910-09-03	{"g55": "10-277"}	{"g55": "10-277"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Pigasse", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1910-09-03 08:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Déses", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Pigasse", "nobility": ""}, "birth": {"date": "1910-09-03 08:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Déses"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-277"}}, "raw": {"DAY": "3-9-1910", "HOUR": "8 h.", "NAME": "PIGASSE Jean", "PLACE": "Déses (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1577	piacentini-sergio-1920-07-21	{"a1": "1578", "3a_sports": "3264"}	{"ertel": "ES-3264", "lerrcp": "A1-1578"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sergio", "family": "Piacentini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-07-21 03:00", "note": null, "place": {"c1": null, "c2": "LI", "c3": null, "cy": "IT", "lg": 10.52212, "lat": 42.93482, "name": "Piombino", "geoid": 3170674}, "notime": null, "date-ut": "1920-07-21 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Sergio", "family": "Piacentini"}, "birth": {"place": {"c2": "LI", "cy": "IT", "lg": 10.52212, "lat": 42.93482, "name": "Piombino", "geoid": 3170674}, "date-ut": "1920-07-21 01:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1578"}, "ids-in-sources": {"a1": "1578"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "LI", "COU": "I", "DAY": "21", "LAT": "43N36", "LON": "9E30", "MON": "7", "NUM": "1578", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "PIOMBINO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-07-21 03:00"}, "partial-ids": {"ertel": "ES-3264"}}, "raw": {"L": "", "MF": "", "NR": "3264", "ENG": "", "MA_": "1", "G_NR": "1578", "MA12": "7", "MARS": "21", "NAME": "Piacentini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,600", "CSINR": "", "KURTZ": "", "PHAS_": "32,000", "STUND": "3,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "21.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Sergio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.07.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1579	piola-silvio-1913-09-22	{"a1": "1580", "3a_sports": "3302"}	{"ertel": "ES-3302", "lerrcp": "A1-1580"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Silvio", "family": "Piola", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-09-22 22:30", "note": null, "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 8.59114, "lat": 45.29056, "name": "Robbio", "geoid": 3169212}, "notime": null, "date-ut": "1913-09-22 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Silvio", "family": "Piola"}, "birth": {"place": {"c2": "PV", "cy": "IT", "lg": 8.59114, "lat": 45.29056, "name": "Robbio", "geoid": 3169212}, "date-ut": "1913-09-22 21:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1580"}, "ids-in-sources": {"a1": "1580"}}, "raw": {"H": "22", "MN": "30", "TZ": "-1", "COD": "PV", "COU": "I", "DAY": "22", "LAT": "45N12", "LON": "9E 0", "MON": "9", "NUM": "1580", "PRO": "C", "SEC": "0", "YEA": "1913", "CITY": "ROBBIO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1913-09-22 22:30"}, "partial-ids": {"ertel": "ES-3302"}}, "raw": {"L": "", "MF": "", "NR": "3302", "ENG": "0", "MA_": "2", "G_NR": "1580", "MA12": "12", "MARS": "36", "NAME": "Piola", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,100", "CSINR": "", "KURTZ": "", "PHAS_": "65,700", "STUND": "22,50", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "22.09.", "ZITATE": "SWFO", "ZITSUM": "4", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Silvio", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "22.09.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25241	piques-raymond-1912-11-23	{"g55": "10-278"}	{"g55": "10-278"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Piques", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1912-11-23 23:00", "note": null, "place": {"c1": "", "c2": "82", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Ginals", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Piques", "nobility": ""}, "birth": {"date": "1912-11-23 23:00", "place": {"c1": "", "c2": "82", "c3": "", "cy": "FR", "name": "Ginals"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-278"}}, "raw": {"DAY": "23-11-1912", "HOUR": "23 h.", "NAME": "PIQUES Raymond", "PLACE": "Ginals (Tarn-et-Garonne)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1582	pozzan-ugo-1929-12-29	{"a1": "1583", "3a_sports": "3359"}	{"ertel": "ES-3359", "lerrcp": "A1-1583"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ugo", "family": "Pozzan", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-12-29 08:20", "note": null, "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 11, "lat": 45.4, "name": "S. MARTINO BUON", "geoid": 0}, "notime": null, "date-ut": "1929-12-29 07:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Ugo", "family": "Pozzan"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 11, "lat": 45.4, "name": "S. MARTINO BUON", "geoid": 0}, "date-ut": "1929-12-29 07:20"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1583"}, "ids-in-sources": {"a1": "1583"}}, "raw": {"H": "8", "MN": "20", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "29", "LAT": "45N24", "LON": "11E 0", "MON": "12", "NUM": "1583", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "S. MARTINO BUON"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-12-29 08:20"}, "partial-ids": {"ertel": "ES-3359"}}, "raw": {"L": "", "MF": "", "NR": "3359", "ENG": "1", "MA_": "2", "G_NR": "1583", "MA12": "1", "MARS": "2", "NAME": "Pozzan", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,500", "CSINR": "", "KURTZ": "", "PHAS_": "3,600", "STUND": "8,33", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "29.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ugo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.12.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1583	prato-filippo-1910-02-11	{"a1": "1584", "3a_sports": "3369"}	{"ertel": "ES-3369", "lerrcp": "A1-1584"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Filippo", "family": "Prato", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1910-02-11 12:00", "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1910-02-11 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Filippo", "family": "Prato"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1910-02-11 11:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1584"}, "ids-in-sources": {"a1": "1584"}}, "raw": {"H": "12", "MN": "0", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "11", "LAT": "45N 0", "LON": "8E 0", "MON": "2", "NUM": "1584", "PRO": "C", "SEC": "0", "YEA": "1910", "CITY": "TORINO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1910-02-11 12:00"}, "partial-ids": {"ertel": "ES-3369"}}, "raw": {"L": "", "MF": "", "NR": "3369", "ENG": "1", "MA_": "2", "G_NR": "1584", "MA12": "1", "MARS": "2", "NAME": "Prato", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,200", "CSINR": "", "KURTZ": "", "PHAS_": "1,400", "STUND": "12,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "11.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Filippo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.02.1910", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1585	ramella-luciano-1914-04-10	{"a1": "1586", "3a_sports": "3426"}	{"ertel": "ES-3426", "lerrcp": "A1-1586"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luciano", "family": "Ramella", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-04-10 03:00", "note": null, "place": {"c1": null, "c2": "VC", "c3": null, "cy": "IT", "lg": 8.5, "lat": 45.4, "name": "POLLONE", "geoid": 0}, "notime": null, "date-ut": "1914-04-10 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Luciano", "family": "Ramella"}, "birth": {"place": {"c2": "VC", "cy": "IT", "lg": 8.5, "lat": 45.4, "name": "POLLONE", "geoid": 0}, "date-ut": "1914-04-10 02:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1586"}, "ids-in-sources": {"a1": "1586"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "VC", "COU": "I", "DAY": "10", "LAT": "45N24", "LON": "8E30", "MON": "4", "NUM": "1586", "PRO": "C", "SEC": "0", "YEA": "1914", "CITY": "POLLONE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1914-04-10 03:00"}, "partial-ids": {"ertel": "ES-3426"}}, "raw": {"L": "", "MF": "", "NR": "3426", "ENG": "", "MA_": "1", "G_NR": "1586", "MA12": "7", "MARS": "20", "NAME": "Ramella", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,200", "CSINR": "", "KURTZ": "", "PHAS_": "99,500", "STUND": "3,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "10.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Luciano", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.04.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25242	pittie-eugene-1881-06-06	{"g55": "10-279"}	{"g55": "10-279"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Pittie", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1881-06-06 07:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Aiguefonde", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Pittie", "nobility": ""}, "birth": {"date": "1881-06-06 07:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Aiguefonde"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-279"}}, "raw": {"DAY": "6-6-1881", "HOUR": "7 h.", "NAME": "PITTIE Eugène", "PLACE": "Aiguefonde (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25243	plantade-jean-1917-03-03	{"g55": "10-280"}	{"g55": "10-280"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Plantade", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1917-03-03 15:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Puylaurens", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Plantade", "nobility": ""}, "birth": {"date": "1917-03-03 15:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Puylaurens"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-280"}}, "raw": {"DAY": "3-3-1917", "HOUR": "15 h.", "NAME": "PLANTADE Jean", "PLACE": "Puylaurens (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25244	pomier-emilien-1909-01-06	{"g55": "10-281"}	{"g55": "10-281"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emilien", "family": "Pomier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1909-01-06 14:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Bellegarde", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Emilien", "family": "Pomier", "nobility": ""}, "birth": {"date": "1909-01-06 14:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Bellegarde"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-281"}}, "raw": {"DAY": "6-1-1909", "HOUR": "14 h.", "NAME": "POMIER Emilien", "PLACE": "Bellegarde (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1587	reguzzoni-carlo-1908-06-05	{"a1": "1588", "3a_sports": "3462"}	{"ertel": "ES-3462", "lerrcp": "A1-1588"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Reguzzoni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1908-06-05 01:00", "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "IT", "lg": 8.84914, "lat": 45.61128, "name": "Busto Arsizio", "geoid": 3181355}, "notime": null, "date-ut": "1908-06-05 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Reguzzoni"}, "birth": {"place": {"c2": "VA", "cy": "IT", "lg": 8.84914, "lat": 45.61128, "name": "Busto Arsizio", "geoid": 3181355}, "date-ut": "1908-06-05 00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1588"}, "ids-in-sources": {"a1": "1588"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "VA", "COU": "I", "DAY": "5", "LAT": "45N48", "LON": "9E 0", "MON": "6", "NUM": "1588", "PRO": "C", "SEC": "0", "YEA": "1908", "CITY": "BUSTO ARSIZIO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1908-06-05 01:00"}, "partial-ids": {"ertel": "ES-3462"}}, "raw": {"L": "", "MF": "", "NR": "3462", "ENG": "", "MA_": "0", "G_NR": "1588", "MA12": "9", "MARS": "25", "NAME": "Reguzzoni", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,300", "CSINR": "", "KURTZ": "", "PHAS_": "29,700", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "05.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Carlo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.06.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1589	renosto-mario-1929-06-15	{"a1": "1590", "3a_sports": "3475"}	{"ertel": "ES-3475", "lerrcp": "A1-1590"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Renosto", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-06-15 23:00", "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "notime": null, "date-ut": "1929-06-15 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Renosto"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "date-ut": "1929-06-15 22:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1590"}, "ids-in-sources": {"a1": "1590"}}, "raw": {"H": "23", "MN": "0", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "15", "LAT": "45N30", "LON": "12E30", "MON": "6", "NUM": "1590", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "VENEZIA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-06-15 23:00"}, "partial-ids": {"ertel": "ES-3475"}}, "raw": {"L": "", "MF": "", "NR": "3475", "ENG": "", "MA_": "1", "G_NR": "1590", "MA12": "6", "MARS": "18", "NAME": "Renosto", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,500", "CSINR": "", "KURTZ": "", "PHAS_": "58,300", "STUND": "23,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "15.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.06.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25245	portes-fortune-1884-05-29	{"g55": "10-282"}	{"g55": "10-282"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fortuné", "family": "Portes", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1884-05-29 12:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Mouzieys-Panens", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Fortuné", "family": "Portes", "nobility": ""}, "birth": {"date": "1884-05-29 12:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Mouzieys-Panens"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-282"}}, "raw": {"DAY": "29-5-1884", "HOUR": "12 h.", "NAME": "PORTES Fortuné", "PLACE": "Mouzieys-Panens (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25246	pradelles-roger-1903-07-26	{"g55": "10-283"}	{"g55": "10-283"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Pradelles", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1903-07-26 23:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Germain-des-Prés", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Pradelles", "nobility": ""}, "birth": {"date": "1903-07-26 23:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Saint-Germain-des-Prés"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-283"}}, "raw": {"DAY": "26-7-1903", "HOUR": "23 h.", "NAME": "PRADELLES Roger", "PLACE": "Saint-Germain-des-Prés (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25247	prat-francois-1878-03-28	{"g55": "10-284"}	{"g55": "10-284"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Prat", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1878-03-28 16:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Mouziers-Panens", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "François", "family": "Prat", "nobility": ""}, "birth": {"date": "1878-03-28 16:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Mouziers-Panens"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-284"}}, "raw": {"DAY": "28-3-1878", "HOUR": "16 h.", "NAME": "\\fPRAT François", "PLACE": "Mouziers-Panens (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1592	ronzon-pierluigi-1934-03-07	{"a1": "1593", "3a_sports": "3561"}	{"ertel": "ES-3561", "lerrcp": "A1-1593"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierluigi", "family": "Ronzon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-03-07 20:50", "note": null, "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.5, "lat": 46, "name": "GEMONA DEL FRIU", "geoid": 0}, "notime": null, "date-ut": "1934-03-07 19:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Pierluigi", "family": "Ronzon"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.5, "lat": 46, "name": "GEMONA DEL FRIU", "geoid": 0}, "date-ut": "1934-03-07 19:50"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1593"}, "ids-in-sources": {"a1": "1593"}}, "raw": {"H": "20", "MN": "50", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "7", "LAT": "46N 0", "LON": "13E30", "MON": "3", "NUM": "1593", "PRO": "C", "SEC": "0", "YEA": "1934", "CITY": "GEMONA DEL FRIU"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1934-03-07 20:50"}, "partial-ids": {"ertel": "ES-3561"}}, "raw": {"L": "", "MF": "", "NR": "3561", "ENG": "", "MA_": "0", "G_NR": "1593", "MA12": "8", "MARS": "22", "NAME": "Ronzon", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "69,300", "STUND": "20,83", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "07.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Pierluigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.03.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:36+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1594	rosetta-francesco-1922-10-09	{"a1": "1595", "3a_sports": "3573"}	{"ertel": "ES-3573", "lerrcp": "A1-1595"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Rosetta", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-10-09 03:00", "note": null, "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 8.46243, "lat": 45.45266, "name": "Biandrate", "geoid": 3182070}, "notime": null, "date-ut": "1922-10-09 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Rosetta"}, "birth": {"place": {"c2": "NO", "cy": "IT", "lg": 8.46243, "lat": 45.45266, "name": "Biandrate", "geoid": 3182070}, "date-ut": "1922-10-09 02:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1595"}, "ids-in-sources": {"a1": "1595"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "NO", "COU": "I", "DAY": "9", "LAT": "45N30", "LON": "9E 0", "MON": "10", "NUM": "1595", "PRO": "C", "SEC": "0", "YEA": "1922", "CITY": "BIANDRATE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1922-10-09 03:00"}, "partial-ids": {"ertel": "ES-3573"}}, "raw": {"L": "", "MF": "", "NR": "3573", "ENG": "", "MA_": "0", "G_NR": "1595", "MA12": "8", "MARS": "24", "NAME": "Rosetta", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,400", "CSINR": "", "KURTZ": "", "PHAS_": "92,100", "STUND": "3,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "09.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Francesco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.10.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:36+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25248	prat-jean-1913-12-19	{"g55": "10-285"}	{"g55": "10-285"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Prat", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1913-12-19 05:30", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Réalmont", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Prat", "nobility": ""}, "birth": {"date": "1913-12-19 05:30", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Réalmont"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-285"}}, "raw": {"DAY": "19-12-1913", "HOUR": "5 h. 30", "NAME": "PRAT Jean", "PLACE": "Réalmont (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25249	prat-j-f-h-1863-11-24	{"g55": "10-286"}	{"g55": "10-286"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "J. F. H.", "family": "Prat", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1863-11-24 13:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Cazelles", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "J. F. H.", "family": "Prat", "nobility": ""}, "birth": {"date": "1863-11-24 13:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Cazelles"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-286"}}, "raw": {"DAY": "24-11-1863", "HOUR": "13 h.", "NAME": "PRAT J. F. H.", "PLACE": "Cazelles (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25250	priou-elie-1881-06-04	{"g55": "10-287"}	{"g55": "10-287"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elie", "family": "Priou", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1881-06-04 09:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Sémalens", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Elie", "family": "Priou", "nobility": ""}, "birth": {"date": "1881-06-04 09:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Sémalens"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-287"}}, "raw": {"DAY": "4-6-1881", "HOUR": "9 h.", "NAME": "PRIOU Elie", "PLACE": "Sémalens (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1597	sardelli-vittorio-1918-06-10	{"a1": "1598", "3a_sports": "3683"}	{"ertel": "ES-3683", "lerrcp": "A1-1598"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vittorio", "family": "Sardelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-06-10 20:10", "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.75, "lat": 44.8, "name": "BORGO VAL DI TA", "geoid": 0}, "notime": null, "date-ut": "1918-06-10 18:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Vittorio", "family": "Sardelli"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.75, "lat": 44.8, "name": "BORGO VAL DI TA", "geoid": 0}, "date-ut": "1918-06-10 18:10"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1598"}, "ids-in-sources": {"a1": "1598"}}, "raw": {"H": "19", "MN": "10", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "10", "LAT": "44N48", "LON": "10E45", "MON": "6", "NUM": "1598", "PRO": "C", "SEC": "0", "YEA": "1918", "CITY": "BORGO VAL DI TA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1918-06-10 20:10"}, "partial-ids": {"ertel": "ES-3683"}}, "raw": {"L": "", "MF": "", "NR": "3683", "ENG": "1", "MA_": "2", "G_NR": "1598", "MA12": "4", "MARS": "10", "NAME": "Sardelli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,500", "CSINR": "", "KURTZ": "", "PHAS_": "1,500", "STUND": "20,17", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "10.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Vittorio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.06.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1599	scarabello-luigi-1916-06-17	{"a1": "1600", "3a_sports": "3711"}	{"ertel": "ES-3711", "lerrcp": "A1-1600"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Scarabello", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1916-06-17 08:00", "note": null, "place": {"c1": null, "c2": "MS", "c3": null, "cy": "IT", "lg": 9.96779, "lat": 44.21455, "name": "Aulla", "geoid": 3182686}, "notime": null, "date-ut": "1916-06-17 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Scarabello"}, "birth": {"place": {"c2": "MS", "cy": "IT", "lg": 9.96779, "lat": 44.21455, "name": "Aulla", "geoid": 3182686}, "date-ut": "1916-06-17 06:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1600"}, "ids-in-sources": {"a1": "1600"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "MS", "COU": "I", "DAY": "17", "LAT": "44N 0", "LON": "10E30", "MON": "6", "NUM": "1600", "PRO": "C", "SEC": "0", "YEA": "1916", "CITY": "AULLA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1916-06-17 08:00"}, "partial-ids": {"ertel": "ES-3711"}}, "raw": {"L": "", "MF": "", "NR": "3711", "ENG": "", "MA_": "1", "G_NR": "1600", "MA12": "10", "MARS": "30", "NAME": "Scarabello", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,700", "CSINR": "", "KURTZ": "", "PHAS_": "98,200", "STUND": "8,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "17.06.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Luigo", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "17.06.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25251	puel-celestin-1882-10-10	{"g55": "10-288"}	{"g55": "10-288"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Célestin", "family": "Puel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1882-10-10 07:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Carmaux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Célestin", "family": "Puel", "nobility": ""}, "birth": {"date": "1882-10-10 07:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Carmaux"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-288"}}, "raw": {"DAY": "10-10-1882", "HOUR": "7 h.", "NAME": "PUEL Célestin", "PLACE": "Carmaux (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25252	pujol-auguste-1886-03-15	{"g55": "10-289"}	{"g55": "10-289"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Pujol", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1886-03-15 16:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lacaune", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Pujol", "nobility": ""}, "birth": {"date": "1886-03-15 16:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Lacaune"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-289"}}, "raw": {"DAY": "15-3-1886", "HOUR": "16 h.", "NAME": "PUJOL Auguste", "PLACE": "Lacaune (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25253	raffel-louis-1872-04-07	{"g55": "10-290"}	{"g55": "10-290"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Raffel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1872-04-07 17:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Monestiés", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Raffel", "nobility": ""}, "birth": {"date": "1872-04-07 17:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Monestiés"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-290"}}, "raw": {"DAY": "7-4-1872", "HOUR": "17 h.", "NAME": "RAFFEL Louis", "PLACE": "Monestiés (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1602	sentimenti-primo-1926-12-28	{"a1": "1603", "3a_sports": "3792"}	{"ertel": "ES-3792", "lerrcp": "A1-1603"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Primo", "family": "Sentimenti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-12-28 15:30", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 11.0384, "lat": 44.72977, "name": "Bomporto", "geoid": 3181903}, "notime": null, "date-ut": "1926-12-28 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Primo", "family": "Sentimenti"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 11.0384, "lat": 44.72977, "name": "Bomporto", "geoid": 3181903}, "date-ut": "1926-12-28 14:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1603"}, "ids-in-sources": {"a1": "1603"}}, "raw": {"H": "15", "MN": "30", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "28", "LAT": "44N36", "LON": "11E15", "MON": "12", "NUM": "1603", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "BOMPORTO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-12-28 15:30"}, "partial-ids": {"ertel": "ES-3792"}}, "raw": {"L": "", "MF": "", "NR": "3792", "ENG": "1", "MA_": "2", "G_NR": "1603", "MA12": "1", "MARS": "3", "NAME": "Sentimenti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "42,600", "STUND": "15,50", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "28.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Primo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.12.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1604	silvestri-arturo-1921-06-14	{"a1": "1605", "3a_sports": "3823"}	{"ertel": "ES-3823", "lerrcp": "A1-1605"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arturo", "family": "Silvestri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-06-14 13:30", "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.5, "lat": 45.5, "name": "FOSSALTA DI PIA", "geoid": 0}, "notime": null, "date-ut": "1921-06-14 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Arturo", "family": "Silvestri"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.5, "lat": 45.5, "name": "FOSSALTA DI PIA", "geoid": 0}, "date-ut": "1921-06-14 12:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1605"}, "ids-in-sources": {"a1": "1605"}}, "raw": {"H": "13", "MN": "30", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "14", "LAT": "45N30", "LON": "12E30", "MON": "6", "NUM": "1605", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "FOSSALTA DI PIA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-06-14 13:30"}, "partial-ids": {"ertel": "ES-3823"}}, "raw": {"L": "", "MF": "", "NR": "3823", "ENG": "1", "MA_": "2", "G_NR": "1605", "MA12": "4", "MARS": "11", "NAME": "Silvestri", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,000", "CSINR": "", "KURTZ": "", "PHAS_": "62,500", "STUND": "13,50", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "14.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Arturo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.06.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25254	ramade-pierre-1899-03-19	{"g55": "10-291"}	{"g55": "10-291"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Ramade", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1899-03-19 19:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Labessonnié", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Ramade", "nobility": ""}, "birth": {"date": "1899-03-19 19:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Labessonnié"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-291"}}, "raw": {"DAY": "19-3-1899", "HOUR": "19 h.", "NAME": "RAMADE Pierre", "PLACE": "Labessonnié (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25255	raucoules-antoine-1899-04-13	{"g55": "10-292"}	{"g55": "10-292"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Raucoules", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1899-04-13 17:00", "note": null, "place": {"c1": "", "c2": "31", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Revel", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Raucoules", "nobility": ""}, "birth": {"date": "1899-04-13 17:00", "place": {"c1": "", "c2": "31", "c3": "", "cy": "FR", "name": "Revel"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-292"}}, "raw": {"DAY": "13-4-1899", "HOUR": "17 h.", "NAME": "RAUCOULES Antoine", "PLACE": "Revel (Haute-Garonne)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25256	raucoules-louis-1909-06-05	{"g55": "10-293"}	{"g55": "10-293"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Raucoules", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1909-06-05 11:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Albi", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Raucoules", "nobility": ""}, "birth": {"date": "1909-06-05 11:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Albi"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-293"}}, "raw": {"DAY": "5-6-1909", "HOUR": "11 h.", "NAME": "RAUCOULES Louis", "PLACE": "Albi (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1607	todeschini-paolo-1920-09-22	{"a1": "1608", "3a_sports": "4032"}	{"ertel": "ES-4032", "lerrcp": "A1-1608"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paolo", "family": "Todeschini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-09-22 01:15", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1920-09-22 00:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Paolo", "family": "Todeschini"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1920-09-22 00:15"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1608"}, "ids-in-sources": {"a1": "1608"}}, "raw": {"H": "1", "MN": "15", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "22", "LAT": "45N30", "LON": "9E15", "MON": "9", "NUM": "1608", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "MILANO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-09-22 01:15"}, "partial-ids": {"ertel": "ES-4032"}}, "raw": {"L": "", "MF": "", "NR": "4032", "ENG": "", "MA_": "0", "G_NR": "1608", "MA12": "8", "MARS": "22", "NAME": "Todeschini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,200", "CSINR": "", "KURTZ": "", "PHAS_": "66,800", "STUND": "1,25", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "22.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Paolo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.09.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1609	toppan-gianni-1920-11-08	{"a1": "1610", "3a_sports": "4039"}	{"ertel": "ES-4039", "lerrcp": "A1-1610"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gianni", "family": "Toppan", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-11-08 01:00", "note": null, "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.5, "lat": 46, "name": "SEQUALS", "geoid": 0}, "notime": null, "date-ut": "1920-11-08 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Gianni", "family": "Toppan"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.5, "lat": 46, "name": "SEQUALS", "geoid": 0}, "date-ut": "1920-11-08 00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1610"}, "ids-in-sources": {"a1": "1610"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "8", "LAT": "46N 0", "LON": "13E30", "MON": "11", "NUM": "1610", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "SEQUALS"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-11-08 01:00"}, "partial-ids": {"ertel": "ES-4039"}}, "raw": {"L": "", "MF": "", "NR": "4039", "ENG": "", "MA_": "0", "G_NR": "1610", "MA12": "8", "MARS": "24", "NAME": "Toppan", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,500", "CSINR": "", "KURTZ": "", "PHAS_": "7,300", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "08.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gianni", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.11.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25257	ravaille-elie-1909-01-16	{"g55": "10-294"}	{"g55": "10-294"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elie", "family": "Ravaille", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1909-01-16 17:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Tels", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Elie", "family": "Ravaille", "nobility": ""}, "birth": {"date": "1909-01-16 17:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Tels"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-294"}}, "raw": {"DAY": "16-1-1909", "HOUR": "17 h.", "NAME": "RAVAILLE Elie", "PLACE": "Tels (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25258	ravaille-jean-1880-03-24	{"g55": "10-295"}	{"g55": "10-295"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Ravaille", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1880-03-24 16:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Padiés", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Ravaille", "nobility": ""}, "birth": {"date": "1880-03-24 16:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Padiés"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-295"}}, "raw": {"DAY": "24-3-1880", "HOUR": "16 h.", "NAME": "RAVAILLE Jean", "PLACE": "Padiés (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25259	raynal-jean-1876-02-19	{"g55": "10-296"}	{"g55": "10-296"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Raynal", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1876-02-19 05:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Ligot", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Raynal", "nobility": ""}, "birth": {"date": "1876-02-19 05:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Ligot"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-296"}}, "raw": {"DAY": "19-2-1876", "HOUR": "5 h.", "NAME": "RAYNAL Jean", "PLACE": "Ligot (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1612	turconi-angelo-1923-07-05	{"a1": "1613", "3a_sports": "4077"}	{"ertel": "ES-4077", "lerrcp": "A1-1613"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Turconi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1923-07-05 15:00", "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "IT", "lg": 8.88534, "lat": 45.65147, "name": "Solbiate Olona", "geoid": 3166439}, "notime": null, "date-ut": "1923-07-05 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Angelo", "family": "Turconi"}, "birth": {"place": {"c2": "VA", "cy": "IT", "lg": 8.88534, "lat": 45.65147, "name": "Solbiate Olona", "geoid": 3166439}, "date-ut": "1923-07-05 14:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1613"}, "ids-in-sources": {"a1": "1613"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "VA", "COU": "I", "DAY": "5", "LAT": "45N48", "LON": "9E 0", "MON": "7", "NUM": "1613", "PRO": "C", "SEC": "0", "YEA": "1923", "CITY": "SOLBIATE OLONA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1923-07-05 15:00"}, "partial-ids": {"ertel": "ES-4077"}}, "raw": {"L": "", "MF": "", "NR": "4077", "ENG": "1", "MA_": "2", "G_NR": "1613", "MA12": "4", "MARS": "12", "NAME": "Turconi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,300", "CSINR": "", "KURTZ": "", "PHAS_": "60,400", "STUND": "15,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "05.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Angelo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.07.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1614	vicariotto-albano-1931-01-25	{"a1": "1615", "3a_sports": "4232"}	{"ertel": "ES-4232", "lerrcp": "A1-1615"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albano", "family": "Vicariotto", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-01-25 21:30", "note": null, "place": {"c1": null, "c2": "VI", "c3": null, "cy": "IT", "lg": 12, "lat": 45.5, "name": "ALTAVILLA", "geoid": 0}, "notime": null, "date-ut": "1931-01-25 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Albano", "family": "Vicariotto"}, "birth": {"place": {"c2": "VI", "cy": "IT", "lg": 12, "lat": 45.5, "name": "ALTAVILLA", "geoid": 0}, "date-ut": "1931-01-25 20:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1615"}, "ids-in-sources": {"a1": "1615"}}, "raw": {"H": "21", "MN": "30", "TZ": "-1", "COD": "VI", "COU": "I", "DAY": "25", "LAT": "45N30", "LON": "12E 0", "MON": "1", "NUM": "1615", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "ALTAVILLA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-01-25 21:30"}, "partial-ids": {"ertel": "ES-4232"}}, "raw": {"L": "", "MF": "", "NR": "4232", "ENG": "", "MA_": "1", "G_NR": "1615", "MA12": "2", "MARS": "6", "NAME": "Vicariotto", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,300", "CSINR": "", "KURTZ": "", "PHAS_": "31,200", "STUND": "21,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "25.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Albano", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.01.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25260	raysseguier-andre-1914-09-23	{"g55": "10-297"}	{"g55": "10-297"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Raysseguier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1914-09-23 23:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Jean de Prémiac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "André", "family": "Raysseguier", "nobility": ""}, "birth": {"date": "1914-09-23 23:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Saint-Jean de Prémiac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-297"}}, "raw": {"DAY": "23-9-1914", "HOUR": "23 h.", "NAME": "RAYSSEGUIER André", "PLACE": "Saint-Jean de Prémiac (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25261	rech-louis-1912-08-04	{"g55": "10-298"}	{"g55": "10-298"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Rech", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1912-08-04 07:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Carmaux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Rech", "nobility": ""}, "birth": {"date": "1912-08-04 07:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Carmaux"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-298"}}, "raw": {"DAY": "4-8-1912", "HOUR": "7 h.", "NAME": "RECH Louis", "PLACE": "Carmaux (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25262	regy-ernest-1873-10-07	{"g55": "10-299"}	{"g55": "10-299"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Regy", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1873-10-07 12:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Teillet", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Regy", "nobility": ""}, "birth": {"date": "1873-10-07 12:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Teillet"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-299"}}, "raw": {"DAY": "7-10-1873", "HOUR": "12 h.", "NAME": "REGY Ernest", "PLACE": "Teillet (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1617	vitali-giancarlo-1926-07-21	{"a1": "1618", "3a_sports": "4262"}	{"ertel": "ES-4262", "lerrcp": "A1-1618"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giancarlo", "family": "Vitali", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-07-21 05:00", "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.13978, "lat": 44.75756, "name": "Medesano", "geoid": 3173664}, "notime": null, "date-ut": "1926-07-21 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Giancarlo", "family": "Vitali"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.13978, "lat": 44.75756, "name": "Medesano", "geoid": 3173664}, "date-ut": "1926-07-21 04:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1618"}, "ids-in-sources": {"a1": "1618"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "21", "LAT": "44N48", "LON": "10E45", "MON": "7", "NUM": "1618", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "MEDESANO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-07-21 05:00"}, "partial-ids": {"ertel": "ES-4262"}}, "raw": {"L": "", "MF": "", "NR": "4262", "ENG": "", "MA_": "0", "G_NR": "1618", "MA12": "3", "MARS": "8", "NAME": "Vitali", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,200", "CSINR": "", "KURTZ": "", "PHAS_": "17,200", "STUND": "5,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "21.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giancarlo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.07.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1619	zagatti-francesco-1932-04-18	{"a1": "1620", "3a_sports": "4350"}	{"ertel": "ES-4350", "lerrcp": "A1-1620"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Zagatti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-04-18 03:00", "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "VENARIA", "geoid": 0}, "notime": null, "date-ut": "1932-04-18 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Zagatti"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "VENARIA", "geoid": 0}, "date-ut": "1932-04-18 02:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1620"}, "ids-in-sources": {"a1": "1620"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "18", "LAT": "45N 0", "LON": "8E 0", "MON": "4", "NUM": "1620", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "VENARIA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-04-18 03:00"}, "partial-ids": {"ertel": "ES-4350"}}, "raw": {"L": "", "MF": "", "NR": "4350", "ENG": "", "MA_": "0", "G_NR": "1620", "MA12": "11", "MARS": "33", "NAME": "Zagatti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,600", "CSINR": "", "KURTZ": "", "PHAS_": "88,000", "STUND": "3,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "18.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Francesco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.04.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25263	uregy-joseph-1867-03-12	{"g55": "10-300"}	{"g55": "10-300"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Uregy", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1867-03-12 11:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Paul de Barbetogne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Uregy", "nobility": ""}, "birth": {"date": "1867-03-12 11:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Saint-Paul de Barbetogne"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-300"}}, "raw": {"DAY": "12-3-1867", "HOUR": "11 h.", "NAME": "UREGY Joseph", "PLACE": "Saint-Paul de Barbetogne (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25264	resplandy-joseph-1865-09-02	{"g55": "10-301"}	{"g55": "10-301"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Resplandy", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1865-09-02 18:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Assac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Resplandy", "nobility": ""}, "birth": {"date": "1865-09-02 18:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Assac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-301"}}, "raw": {"DAY": "2-9-1865", "HOUR": "18 h.", "NAME": "RESPLANDY Joseph", "PLACE": "Assac (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25265	revial-francois-1920-08-11	{"g55": "10-302"}	{"g55": "10-302"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Revial", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1920-08-11 01:00", "note": null, "place": {"c1": "", "c2": "73", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Tignes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "François", "family": "Revial", "nobility": ""}, "birth": {"date": "1920-08-11 01:00", "place": {"c1": "", "c2": "73", "c3": "", "cy": "FR", "name": "Tignes"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-302"}}, "raw": {"DAY": "11-8-1920", "HOUR": "1 h.", "NAME": "REVIAL François", "PLACE": "Tignes (Savoie)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1622	andrieu-emile-1881-02-01	{"a1": "1623", "3a_sports": "96"}	{"cpara": "CP-491", "ertel": "ES-96", "lerrcp": "A1-1623"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Andrieu", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1881-02-01 02:00", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-GILLES", "geoid": 0}, "notime": null, "date-ut": "1881-02-01 01:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Andrieu"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-GILLES", "geoid": 0}, "date-ut": "1881-02-01 01:43:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1623"}, "ids-in-sources": {"a1": "1623"}}, "raw": {"H": "1", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "1", "LAT": "50N51", "LON": "4E15", "MON": "2", "NUM": "1623", "PRO": "C", "SEC": "0", "YEA": "1881", "CITY": "ST-GILLES"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1881-02-01 02:00"}, "partial-ids": {"ertel": "ES-96"}}, "raw": {"L": "", "MF": "", "NR": "96", "ENG": "", "MA_": "0", "G_NR": "1623", "MA12": "11", "MARS": "32", "NAME": "Andrieu", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,300", "CSINR": "", "KURTZ": "", "PHAS_": "5,800", "STUND": "2,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "01.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "491", "VORNAME": "Emile", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.02.1881", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1624	badjou-arnold-1909-06-25	{"a1": "1625", "3a_sports": "184"}	{"cpara": "CP-453", "ertel": "ES-184", "lerrcp": "A1-1625"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arnold", "family": "Badjou", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1909-06-25 06:30", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LAEKEN", "geoid": 0}, "notime": null, "date-ut": "1909-06-25 06:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Arnold", "family": "Badjou"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LAEKEN", "geoid": 0}, "date-ut": "1909-06-25 06:30:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1625"}, "ids-in-sources": {"a1": "1625"}}, "raw": {"H": "6", "MN": "30", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "25", "LAT": "50N51", "LON": "4E15", "MON": "6", "NUM": "1625", "PRO": "C", "SEC": "0", "YEA": "1909", "CITY": "LAEKEN"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1909-06-25 06:30"}, "partial-ids": {"ertel": "ES-184"}}, "raw": {"L": "", "MF": "", "NR": "184", "ENG": "1", "MA_": "2", "G_NR": "1625", "MA12": "4", "MARS": "12", "NAME": "Badjou", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,200", "CSINR": "", "KURTZ": "", "PHAS_": "42,700", "STUND": "6,50", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "25.06.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "453", "VORNAME": "Arnold", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "25.06.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25266	rieunaud-pierre-1873-11-11	{"g55": "10-303"}	{"g55": "10-303"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Rieunaud", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1873-11-11 09:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Tels", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Rieunaud", "nobility": ""}, "birth": {"date": "1873-11-11 09:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Tels"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-303"}}, "raw": {"DAY": "11-11-1873", "HOUR": "9 h.", "NAME": "RIEUNAUD Pierre", "PLACE": "Tels (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25267	rieunaud-rene-1896-02-25	{"g55": "10-304"}	{"g55": "10-304"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Rieunaud", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1896-02-25 17:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Valdérias", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "René", "family": "Rieunaud", "nobility": ""}, "birth": {"date": "1896-02-25 17:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Valdérias"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-304"}}, "raw": {"DAY": "25-2-1896", "HOUR": "17 h.", "NAME": "RIEUNAUD René", "PLACE": "Valdérias (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25268	rigobert-marius-1908-02-05	{"g55": "10-305"}	{"g55": "10-305"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marius", "family": "Rigobert", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1908-02-05 06:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Montroc", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Marius", "family": "Rigobert", "nobility": ""}, "birth": {"date": "1908-02-05 06:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Montroc"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-305"}}, "raw": {"DAY": "5-2-1908", "HOUR": "6 h.", "NAME": "RIGOBERT Marius", "PLACE": "Montroc (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1627	bie-jean-1892-05-09	{"a1": "1628", "3a_sports": "434"}	{"cpara": "CP-448", "ertel": "ES-434", "lerrcp": "A1-1628"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bie", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1892-05-09 17:00", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MOLENBEEK ST-JE", "geoid": 0}, "notime": null, "date-ut": "1892-05-09 17:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bie"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MOLENBEEK ST-JE", "geoid": 0}, "date-ut": "1892-05-09 17:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1628"}, "ids-in-sources": {"a1": "1628"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "9", "LAT": "50N51", "LON": "4E15", "MON": "5", "NUM": "1628", "PRO": "C", "SEC": "0", "YEA": "1892", "CITY": "MOLENBEEK ST-JE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1892-05-09 17:00"}, "partial-ids": {"ertel": "ES-434"}}, "raw": {"L": "", "MF": "", "NR": "434", "ENG": "", "MA_": "1", "G_NR": "1628", "MA12": "10", "MARS": "28", "NAME": "Bie", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,800", "CSINR": "", "KURTZ": "", "PHAS_": "92,300", "STUND": "17,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "09.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "448", "VORNAME": "Jean (de)", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.05.1892", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1629	braine-pierre-1900-10-26	{"a1": "1630", "3a_sports": "646"}	{"cpara": "CP-440", "ertel": "ES-646", "lerrcp": "A1-1630"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Braine", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1900-10-26 06:00", "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "LEOPOLDSBURG", "geoid": 0}, "notime": null, "date-ut": "1900-10-26 06:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Braine"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "LEOPOLDSBURG", "geoid": 0}, "date-ut": "1900-10-26 06:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1630"}, "ids-in-sources": {"a1": "1630"}}, "raw": {"H": "6", "MN": "0", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "26", "LAT": "50N47", "LON": "5E30", "MON": "10", "NUM": "1630", "PRO": "C", "SEC": "0", "YEA": "1900", "CITY": "LEOPOLDSBURG"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1900-10-26 06:00"}, "partial-ids": {"ertel": "ES-646"}}, "raw": {"L": "", "MF": "", "NR": "646", "ENG": "0", "MA_": "2", "G_NR": "1630", "MA12": "3", "MARS": "9", "NAME": "Braine", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,600", "CSINR": "", "KURTZ": "", "PHAS_": "5,500", "STUND": "6,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "26.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "440", "VORNAME": "Pierre", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.10.1900", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25269	rivayran-albert-1891-11-25	{"g55": "10-306"}	{"g55": "10-306"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Rivayran", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1891-11-25 17:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Affrique", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Rivayran", "nobility": ""}, "birth": {"date": "1891-11-25 17:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Saint-Affrique"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-306"}}, "raw": {"DAY": "25-11-1891", "HOUR": "17 h.", "NAME": "RIVAYRAN Albert", "PLACE": "Saint-Affrique (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25270	rives-exupere-1880-06-22	{"g55": "10-307"}	{"g55": "10-307"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Exupére", "family": "Rives", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1880-06-22 02:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lavaur", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Exupére", "family": "Rives", "nobility": ""}, "birth": {"date": "1880-06-22 02:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Lavaur"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-307"}}, "raw": {"DAY": "22-6-1880", "HOUR": "2 h.", "NAME": "RIVES Exupére", "PLACE": "Lavaur (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25271	riviere-andre-1905-04-15	{"g55": "10-308"}	{"g55": "10-308"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Riviere", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1905-04-15 18:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Blaye-les-Mines", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "André", "family": "Riviere", "nobility": ""}, "birth": {"date": "1905-04-15 18:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Blaye-les-Mines"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-308"}}, "raw": {"DAY": "15-4-1905", "HOUR": "18 h.", "NAME": "RIVIERE André", "PLACE": "Blaye-les-Mines (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1632	capelle-jean-1913-10-26	{"a1": "1633", "3a_sports": "818"}	{"cpara": "CP-451", "ertel": "ES-818", "lerrcp": "A1-1633"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Capelle", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-10-26 01:00", "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "OUGREE", "geoid": 0}, "notime": null, "date-ut": "1913-10-26 01:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Capelle"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "OUGREE", "geoid": 0}, "date-ut": "1913-10-26 01:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1633"}, "ids-in-sources": {"a1": "1633"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "26", "LAT": "50N39", "LON": "5E30", "MON": "10", "NUM": "1633", "PRO": "C", "SEC": "0", "YEA": "1913", "CITY": "OUGREE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1913-10-26 01:00"}, "partial-ids": {"ertel": "ES-818"}}, "raw": {"L": "", "MF": "", "NR": "818", "ENG": "", "MA_": "1", "G_NR": "1633", "MA12": "2", "MARS": "5", "NAME": "Capelle", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,900", "CSINR": "", "KURTZ": "", "PHAS_": "17,900", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "26.10.", "ZITATE": "WO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "451", "VORNAME": "Jean", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "26.10.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1634	caudron-jean-1899-11-15	{"a1": "1635", "3a_sports": "907"}	{"cpara": "CP-486", "ertel": "ES-907", "lerrcp": "A1-1635"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Caudron", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1899-11-15 22:00", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ANDERLECHT", "geoid": 0}, "notime": null, "date-ut": "1899-11-15 22:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Caudron"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ANDERLECHT", "geoid": 0}, "date-ut": "1899-11-15 22:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1635"}, "ids-in-sources": {"a1": "1635"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "15", "LAT": "50N51", "LON": "4E15", "MON": "11", "NUM": "1635", "PRO": "C", "SEC": "0", "YEA": "1899", "CITY": "ANDERLECHT"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1899-11-15 22:00"}, "partial-ids": {"ertel": "ES-907"}}, "raw": {"L": "", "MF": "", "NR": "907", "ENG": "", "MA_": "0", "G_NR": "1635", "MA12": "9", "MARS": "25", "NAME": "Caudron", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,000", "CSINR": "", "KURTZ": "", "PHAS_": "92,600", "STUND": "22,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "15.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "486", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.11.1899", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25272	riviere-joseph-1878-11-12	{"g55": "10-309"}	{"g55": "10-309"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Riviere", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1878-11-12 09:00", "note": null, "place": {"c1": "", "c2": "11", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Carcassonne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Riviere", "nobility": ""}, "birth": {"date": "1878-11-12 09:00", "place": {"c1": "", "c2": "11", "c3": "", "cy": "FR", "name": "Carcassonne"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-309"}}, "raw": {"DAY": "12-11-1878", "HOUR": "9 h.", "NAME": "RIVIERE Joseph", "PLACE": "Carcassonne (Aude)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25273	rivieres-francois-1909-08-24	{"g55": "10-310"}	{"g55": "10-310"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Rivieres", "spouse": [], "nobility": "de", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1909-08-24 21:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Riviares", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "François", "family": "Rivieres", "nobility": "de"}, "birth": {"date": "1909-08-24 21:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Riviares"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-310"}}, "raw": {"DAY": "24-8-1909", "HOUR": "21 h.", "NAME": "RIVIERES (de) François", "PLACE": "Riviares (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25274	robert-louis-1882-11-04	{"g55": "10-311"}	{"g55": "10-311"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Robert", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1882-11-04 20:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Florentin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Robert", "nobility": ""}, "birth": {"date": "1882-11-04 20:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Florentin"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-311"}}, "raw": {"DAY": "4-11-1882", "HOUR": "20 h.", "NAME": "ROBERT Louis", "PLACE": "Florentin (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25275	rolland-leopold-1887-07-09	{"g55": "10-312"}	{"g55": "10-312"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léopold", "family": "Rolland", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1887-07-09 07:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Labessiere-Candeil", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Léopold", "family": "Rolland", "nobility": ""}, "birth": {"date": "1887-07-09 07:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Labessiere-Candeil"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-312"}}, "raw": {"DAY": "9-7-1887", "HOUR": "7 h.", "NAME": "ROLLAND Léopold", "PLACE": "Labessiere-Candeil (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1638	coppens-rik-1930-04-29	{"a1": "1639", "3a_sports": "1092"}	{"cpara": "CP-439", "ertel": "ES-1092", "lerrcp": "A1-1639"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rik", "family": "Coppens", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-04-29 12:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1930-04-29 11:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Rik", "family": "Coppens"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1930-04-29 11:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1639"}, "ids-in-sources": {"a1": "1639"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "29", "LAT": "51N14", "LON": "4E30", "MON": "4", "NUM": "1639", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-04-29 12:00"}, "partial-ids": {"ertel": "ES-1092"}}, "raw": {"L": "", "MF": "", "NR": "1092", "ENG": "1", "MA_": "2", "G_NR": "1639", "MA12": "4", "MARS": "12", "NAME": "Coppens", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,600", "CSINR": "", "KURTZ": "", "PHAS_": "0,100", "STUND": "12,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "29.04.", "ZITATE": "DW", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "439", "VORNAME": "Rik", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "29.04.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25276	rolland-louis-1911-04-25	{"g55": "10-313"}	{"g55": "10-313"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Rolland", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1911-04-25 16:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Salvi de Carcavé", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Rolland", "nobility": ""}, "birth": {"date": "1911-04-25 16:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Saint-Salvi de Carcavé"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-313"}}, "raw": {"DAY": "25-4-1911", "HOUR": "16 h.", "NAME": "ROLLAND Louis", "PLACE": "Saint-Salvi de Carcavé (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25277	rolland-norbert-1899-08-08	{"g55": "10-314"}	{"g55": "10-314"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Norbert", "family": "Rolland", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1899-08-08 08:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Antonin de Lacalm", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Norbert", "family": "Rolland", "nobility": ""}, "birth": {"date": "1899-08-08 08:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Saint-Antonin de Lacalm"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-314"}}, "raw": {"DAY": "8-8-1899", "HOUR": "8 h.", "NAME": "ROLLAND Norbert", "PLACE": "Saint-Antonin de Lacalm (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25278	rols-henri-1884-07-12	{"g55": "10-315"}	{"g55": "10-315"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Rols", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1884-07-12 15:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lacaune", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Rols", "nobility": ""}, "birth": {"date": "1884-07-12 15:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Lacaune"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-315"}}, "raw": {"DAY": "12-7-1884", "HOUR": "15 h.", "NAME": "ROLS Henri", "PLACE": "Lacaune (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1642	diddens-jean-1906-09-14	{"a1": "1643", "3a_sports": "1412"}	{"cpara": "CP-471", "ertel": "ES-1412", "lerrcp": "A1-1643"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Diddens", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1906-09-14 02:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "notime": null, "date-ut": "1906-09-14 02:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Diddens"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "date-ut": "1906-09-14 02:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1643"}, "ids-in-sources": {"a1": "1643"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "14", "LAT": "51N14", "LON": "4E30", "MON": "9", "NUM": "1643", "PRO": "C", "SEC": "0", "YEA": "1906", "CITY": "MALINES"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1906-09-14 02:00"}, "partial-ids": {"ertel": "ES-1412"}}, "raw": {"L": "", "MF": "", "NR": "1412", "ENG": "", "MA_": "0", "G_NR": "1643", "MA12": "12", "MARS": "34", "NAME": "Diddens", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,600", "CSINR": "", "KURTZ": "", "PHAS_": "21,600", "STUND": "2,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "14.09.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "471", "VORNAME": "Jean", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "14.09.1906", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:09+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1644	dries-marcel-1929-09-19	{"a1": "1645", "3a_sports": "1457"}	{"cpara": "CP-455", "ertel": "ES-1457", "lerrcp": "A1-1645"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Dries", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-09-19 12:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "BERCHEM", "geoid": 0}, "notime": null, "date-ut": "1929-09-19 11:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Dries"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "BERCHEM", "geoid": 0}, "date-ut": "1929-09-19 11:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1645"}, "ids-in-sources": {"a1": "1645"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "19", "LAT": "51N14", "LON": "4E30", "MON": "9", "NUM": "1645", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "BERCHEM"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-09-19 12:00"}, "partial-ids": {"ertel": "ES-1457"}}, "raw": {"L": "", "MF": "", "NR": "1457", "ENG": "", "MA_": "1", "G_NR": "1645", "MA12": "2", "MARS": "6", "NAME": "Dries", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,000", "CSINR": "", "KURTZ": "", "PHAS_": "99,900", "STUND": "12,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "19.09.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "455", "VORNAME": "Marcel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "19.09.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25279	roques-henri-1882-11-10	{"g55": "10-316"}	{"g55": "10-316"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Roques", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1882-11-10 22:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lacaune", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Roques", "nobility": ""}, "birth": {"date": "1882-11-10 22:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Lacaune"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-316"}}, "raw": {"DAY": "10-11-1882", "HOUR": "22 h.", "NAME": "ROQUES Henri", "PLACE": "Lacaune (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25280	rouanet-leon-1877-09-02	{"g55": "10-317"}	{"g55": "10-317"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Rouanet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1877-09-02 20:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Boissezon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Rouanet", "nobility": ""}, "birth": {"date": "1877-09-02 20:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Boissezon"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-317"}}, "raw": {"DAY": "2-9-1877", "HOUR": "20 h.", "NAME": "ROUANET Léon", "PLACE": "Boissezon (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25281	rouquier-marie-1881-02-27	{"g55": "10-318"}	{"g55": "10-318"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Rouquier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1881-02-27 02:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Castelnau de Brassac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Rouquier", "nobility": ""}, "birth": {"date": "1881-02-27 02:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Castelnau de Brassac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-318"}}, "raw": {"DAY": "27-2-1881", "HOUR": "2 h.", "NAME": "ROUQUIER Marie", "PLACE": "Castelnau de Brassac (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1647	hanon-pierre-1936-12-29	{"a1": "1648", "3a_sports": "2052"}	{"cpara": "CP-443", "ertel": "ES-2052", "lerrcp": "A1-1648"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Hanon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1936-12-29 02:30", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ANDERLECHT", "geoid": 0}, "notime": null, "date-ut": "1936-12-29 02:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Hanon"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ANDERLECHT", "geoid": 0}, "date-ut": "1936-12-29 02:30:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1648"}, "ids-in-sources": {"a1": "1648"}}, "raw": {"H": "2", "MN": "30", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "29", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "1648", "PRO": "C", "SEC": "0", "YEA": "1936", "CITY": "ANDERLECHT"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1936-12-29 02:30"}, "partial-ids": {"ertel": "ES-2052"}}, "raw": {"L": "", "MF": "", "NR": "2052", "ENG": "1", "MA_": "2", "G_NR": "1648", "MA12": "1", "MARS": "2", "NAME": "Hanon", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,000", "CSINR": "", "KURTZ": "", "PHAS_": "99,000", "STUND": "2,50", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "29.12.", "ZITATE": "DS", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "443", "VORNAME": "Pierre", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "29.12.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1649	heylens-george-1941-08-08	{"a1": "1650", "3a_sports": "2123"}	{"cpara": "CP-459", "ertel": "ES-2123", "lerrcp": "A1-1650"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "George", "family": "Heylens", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-08-08 23:15", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ETTERBEEK", "geoid": 0}, "notime": null, "date-ut": "1941-08-08 21:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "George", "family": "Heylens"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ETTERBEEK", "geoid": 0}, "date-ut": "1941-08-08 21:15:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1650"}, "ids-in-sources": {"a1": "1650"}}, "raw": {"H": "21", "MN": "15", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "8", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "1650", "PRO": "C", "SEC": "0", "YEA": "1941", "CITY": "ETTERBEEK"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1941-08-08 23:15"}, "partial-ids": {"ertel": "ES-2123"}}, "raw": {"L": "", "MF": "", "NR": "2123", "ENG": "1", "MA_": "2", "G_NR": "1650", "MA12": "1", "MARS": "1", "NAME": "Heylens", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,500", "CSINR": "", "KURTZ": "", "PHAS_": "99,300", "STUND": "23,25", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "08.08.", "ZITATE": "DSW", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "459", "VORNAME": "Georges", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "08.08.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25282	ruffel-gaston-1906-02-18	{"g55": "10-319"}	{"g55": "10-319"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Ruffel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1906-02-18 05:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Pierre des Plots", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Ruffel", "nobility": ""}, "birth": {"date": "1906-02-18 05:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Saint-Pierre des Plots"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-319"}}, "raw": {"DAY": "18-2-1906", "HOUR": "5 h.", "NAME": "RUFFEL Gaston", "PLACE": "Saint-Pierre des Plots (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25283	sable-abel-1915-01-06	{"g55": "10-320"}	{"g55": "10-320"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Abel", "family": "Sable", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1915-01-06 03:00", "note": null, "place": {"c1": "", "c2": "09", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Liers", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Abel", "family": "Sable", "nobility": ""}, "birth": {"date": "1915-01-06 03:00", "place": {"c1": "", "c2": "09", "c3": "", "cy": "FR", "name": "Liers"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-320"}}, "raw": {"DAY": "6-1-1915", "HOUR": "3 h.", "NAME": "SABLE Abel", "PLACE": "Liers (Ariège)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25284	sabrie-louis-1885-05-16	{"g55": "10-321"}	{"g55": "10-321"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Sabrie", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1885-05-16 20:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Faussergues", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Sabrie", "nobility": ""}, "birth": {"date": "1885-05-16 20:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Faussergues"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-321"}}, "raw": {"DAY": "16-5-1885", "HOUR": "20 h.", "NAME": "SABRIE Louis", "PLACE": "Faussergues (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1652	jurion-jozef-1937-02-24	{"a1": "1653", "3a_sports": "2241"}	{"cpara": "CP-432", "ertel": "ES-2241", "lerrcp": "A1-1653"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jozef", "family": "Jurion", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1937-02-24 17:00", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "RUISBROEK", "geoid": 0}, "notime": null, "date-ut": "1937-02-24 17:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jozef", "family": "Jurion"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "RUISBROEK", "geoid": 0}, "date-ut": "1937-02-24 17:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1653"}, "ids-in-sources": {"a1": "1653"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "24", "LAT": "50N51", "LON": "4E15", "MON": "2", "NUM": "1653", "PRO": "C", "SEC": "0", "YEA": "1937", "CITY": "RUISBROEK"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1937-02-24 17:00"}, "partial-ids": {"ertel": "ES-2241"}}, "raw": {"L": "", "MF": "", "NR": "2241", "ENG": "", "MA_": "1", "G_NR": "1653", "MA12": "10", "MARS": "28", "NAME": "Jurion", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,900", "CSINR": "", "KURTZ": "", "PHAS_": "97,900", "STUND": "17,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "24.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "432", "VORNAME": "Jozef", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "24.02.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1654	lemberechts-victor-1924-05-18	{"a1": "1655", "3a_sports": "2452"}	{"cpara": "CP-441", "ertel": "ES-2452", "lerrcp": "A1-1655"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Lemberechts", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-05-18 02:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "notime": null, "date-ut": "1924-05-18 01:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Lemberechts"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "date-ut": "1924-05-18 01:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1655"}, "ids-in-sources": {"a1": "1655"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "18", "LAT": "51N14", "LON": "4E30", "MON": "5", "NUM": "1655", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "MALINES"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-05-18 02:00"}, "partial-ids": {"ertel": "ES-2452"}}, "raw": {"L": "", "MF": "", "NR": "2452", "ENG": "1", "MA_": "2", "G_NR": "1655", "MA12": "1", "MARS": "1", "NAME": "Lemberechts", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,100", "CSINR": "", "KURTZ": "", "PHAS_": "98,500", "STUND": "2,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "18.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "441", "VORNAME": "Victor", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.05.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25285	saint-hilaire-p-l-1870-08-31	{"g55": "10-322"}	{"g55": "10-322"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "P. L.", "family": "Saint-hilaire", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1870-08-31 15:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Laparrouquial", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "P. L.", "family": "Saint-hilaire", "nobility": ""}, "birth": {"date": "1870-08-31 15:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Laparrouquial"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-322"}}, "raw": {"DAY": "31-8-1870", "HOUR": "15 h.", "NAME": "SAINT-HILAIRE P. L.", "PLACE": "Laparrouquial (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25286	salle-jean-baptiste-1878-02-26	{"g55": "10-323"}	{"g55": "10-323"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Baptiste", "family": "Salle", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1878-02-26 23:00", "note": null, "place": {"c1": "", "c2": "48", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Buisson", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean-Baptiste", "family": "Salle", "nobility": ""}, "birth": {"date": "1878-02-26 23:00", "place": {"c1": "", "c2": "48", "c3": "", "cy": "FR", "name": "Buisson"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-323"}}, "raw": {"DAY": "26-2-1878", "HOUR": "23 h.", "NAME": "SALLE Jean-Baptiste", "PLACE": "Buisson (Lozère)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25287	salles-julien-1916-08-02	{"g55": "10-324"}	{"g55": "10-324"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julien", "family": "Salles", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1916-08-02 05:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Vielmur", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Julien", "family": "Salles", "nobility": ""}, "birth": {"date": "1916-08-02 05:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Vielmur"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-324"}}, "raw": {"DAY": "2-8-1916", "HOUR": "5 h.", "NAME": "SALLES Julien", "PLACE": "Vielmur (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1657	mees-vic-1927-01-26	{"a1": "1658", "3a_sports": "2797"}	{"cpara": "CP-431", "ertel": "ES-2797", "lerrcp": "A1-1658"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vic", "family": "Mees", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-01-26 08:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "SCHOTEN", "geoid": 0}, "notime": null, "date-ut": "1927-01-26 08:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Vic", "family": "Mees"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "SCHOTEN", "geoid": 0}, "date-ut": "1927-01-26 08:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1658"}, "ids-in-sources": {"a1": "1658"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "26", "LAT": "51N14", "LON": "4E30", "MON": "1", "NUM": "1658", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "SCHOTEN"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-01-26 08:00"}, "partial-ids": {"ertel": "ES-2797"}}, "raw": {"L": "", "MF": "", "NR": "2797", "ENG": "", "MA_": "1", "G_NR": "1658", "MA12": "11", "MARS": "31", "NAME": "Mees", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "51,000", "STUND": "8,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "26.01.", "ZITATE": "WO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "431", "VORNAME": "Vic", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "26.01.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1659	moeschal-jacques-1900-03-09	{"a1": "1660", "3a_sports": "2890"}	{"cpara": "CP-473", "ertel": "ES-2890", "lerrcp": "A1-1660"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Moeschal", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1900-03-09 17:30", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "UCCLE", "geoid": 0}, "notime": null, "date-ut": "1900-03-09 17:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Moeschal"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "UCCLE", "geoid": 0}, "date-ut": "1900-03-09 17:30:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1660"}, "ids-in-sources": {"a1": "1660"}}, "raw": {"H": "17", "MN": "30", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "9", "LAT": "50N51", "LON": "4E15", "MON": "3", "NUM": "1660", "PRO": "C", "SEC": "0", "YEA": "1900", "CITY": "UCCLE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1900-03-09 17:30"}, "partial-ids": {"ertel": "ES-2890"}}, "raw": {"L": "", "MF": "", "NR": "2890", "ENG": "", "MA_": "1", "G_NR": "1660", "MA12": "7", "MARS": "20", "NAME": "Moeschal", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,200", "CSINR": "", "KURTZ": "", "PHAS_": "57,900", "STUND": "17,50", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "09.03.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "473", "VORNAME": "Jacques", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "09.03.1900", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25288	salomon-gabriel-1899-02-25	{"g55": "10-325"}	{"g55": "10-325"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Salomon", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1899-02-25 06:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lacaune", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Salomon", "nobility": ""}, "birth": {"date": "1899-02-25 06:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Lacaune"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-325"}}, "raw": {"DAY": "25-2-1899", "HOUR": "6 h.", "NAME": "SALOMON Gabriel", "PLACE": "Lacaune (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25289	salvage-casimir-1875-03-21	{"g55": "10-326"}	{"g55": "10-326"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": ". Casimir", "family": "Salvage", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1875-03-21 05:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Caucaliéres", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": ". Casimir", "family": "Salvage", "nobility": ""}, "birth": {"date": "1875-03-21 05:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Caucaliéres"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-326"}}, "raw": {"DAY": "21-3-1875", "HOUR": "5 h.", "NAME": "SALVAGE . Casimir", "PLACE": "Caucaliéres (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25290	salvayre-gaston-1882-12-05	{"g55": "10-327"}	{"g55": "10-327"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Salvayre", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1882-12-05 06:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Valdériés", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Salvayre", "nobility": ""}, "birth": {"date": "1882-12-05 06:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Valdériés"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-327"}}, "raw": {"DAY": "5-12-1882", "HOUR": "6 h.", "NAME": "SALVAYRE Gaston", "PLACE": "Valdériés (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1662	orlans-richard-1931-10-06	{"a1": "1663", "3a_sports": "3099"}	{"cpara": "CP-481", "ertel": "ES-3099", "lerrcp": "A1-1663"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Orlans", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-10-06 21:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1931-10-06 21:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Orlans"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1931-10-06 21:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1663"}, "ids-in-sources": {"a1": "1663"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "6", "LAT": "51N 5", "LON": "3E45", "MON": "10", "NUM": "1663", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "GAND"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-10-06 21:00"}, "partial-ids": {"ertel": "ES-3099"}}, "raw": {"L": "", "MF": "", "NR": "3099", "ENG": "", "MA_": "0", "G_NR": "1663", "MA12": "8", "MARS": "22", "NAME": "Orlans", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,70", "CSINR": "", "KURTZ": "", "PHAS_": "37,800", "STUND": "21,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "06.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "481", "VORNAME": "Richard", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.10.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1664	piters-andre-1931-01-18	{"a1": "1665", "3a_sports": "3311"}	{"cpara": "CP-475", "ertel": "ES-3311", "lerrcp": "A1-1665"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Piters", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-01-18 09:00", "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "HERVE", "geoid": 0}, "notime": null, "date-ut": "1931-01-18 09:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "André", "family": "Piters"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "HERVE", "geoid": 0}, "date-ut": "1931-01-18 09:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1665"}, "ids-in-sources": {"a1": "1665"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "18", "LAT": "50N39", "LON": "5E30", "MON": "1", "NUM": "1665", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "HERVE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-01-18 09:00"}, "partial-ids": {"ertel": "ES-3311"}}, "raw": {"L": "", "MF": "", "NR": "3311", "ENG": "", "MA_": "1", "G_NR": "1665", "MA12": "7", "MARS": "20", "NAME": "Piters", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,500", "CSINR": "", "KURTZ": "", "PHAS_": "0,800", "STUND": "9,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "18.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "475", "VORNAME": "André", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.01.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25291	salvignol-pierre-1872-08-05	{"g55": "10-328"}	{"g55": "10-328"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Salvignol", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1872-08-05 15:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lavaur", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Salvignol", "nobility": ""}, "birth": {"date": "1872-08-05 15:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Lavaur"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-328"}}, "raw": {"DAY": "5-8-1872", "HOUR": "15 h.", "NAME": "SALVIGNOL Pierre", "PLACE": "Lavaur (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25292	saussol-adrien-1870-08-06	{"g55": "10-329"}	{"g55": "10-329"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrien", "family": "Saussol", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1870-08-06 14:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Trébas", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Adrien", "family": "Saussol", "nobility": ""}, "birth": {"date": "1870-08-06 14:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Trébas"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-329"}}, "raw": {"DAY": "6-8-1870", "HOUR": "14 h.", "NAME": "SAUSSOL Adrien", "PLACE": "Trébas (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25293	sauvot-jean-1918-01-11	{"g55": "10-330"}	{"g55": "10-330"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Sauvot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1918-01-11 22:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Albi", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Sauvot", "nobility": ""}, "birth": {"date": "1918-01-11 22:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Albi"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-330"}}, "raw": {"DAY": "11-1-1918", "HOUR": "22 h.", "NAME": "SAUVOT Jean", "PLACE": "Albi (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1667	raskin-guillaume-1937-03-16	{"a1": "1668", "3a_sports": "3439"}	{"cpara": "CP-484", "ertel": "ES-3439", "lerrcp": "A1-1668"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guillaume", "family": "Raskin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1937-03-16 17:30", "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "TONGRES", "geoid": 0}, "notime": null, "date-ut": "1937-03-16 17:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Guillaume", "family": "Raskin"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "TONGRES", "geoid": 0}, "date-ut": "1937-03-16 17:30:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1668"}, "ids-in-sources": {"a1": "1668"}}, "raw": {"H": "17", "MN": "30", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "16", "LAT": "50N47", "LON": "5E30", "MON": "3", "NUM": "1668", "PRO": "C", "SEC": "0", "YEA": "1937", "CITY": "TONGRES"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1937-03-16 17:30"}, "partial-ids": {"ertel": "ES-3439"}}, "raw": {"L": "", "MF": "", "NR": "3439", "ENG": "", "MA_": "1", "G_NR": "1668", "MA12": "10", "MARS": "29", "NAME": "Raskin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,100", "CSINR": "", "KURTZ": "", "PHAS_": "13,900", "STUND": "17,50", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "16.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "484", "VORNAME": "Guillaume", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.03.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1669	smellinckx-philibert-1911-01-17	{"a1": "1670", "3a_sports": "3841"}	{"cpara": "CP-489", "ertel": "ES-3841", "lerrcp": "A1-1670"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philibert", "family": "Smellinckx", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1911-01-17 14:30", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-GILLIS / BRUX", "geoid": 0}, "notime": null, "date-ut": "1911-01-17 14:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Philibert", "family": "Smellinckx"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-GILLIS / BRUX", "geoid": 0}, "date-ut": "1911-01-17 14:30:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1670"}, "ids-in-sources": {"a1": "1670"}}, "raw": {"H": "14", "MN": "30", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "17", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "1670", "PRO": "C", "SEC": "0", "YEA": "1911", "CITY": "ST-GILLIS / BRUX"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1911-01-17 14:30"}, "partial-ids": {"ertel": "ES-3841"}}, "raw": {"L": "", "MF": "", "NR": "3841", "ENG": "", "MA_": "1", "G_NR": "1670", "MA12": "7", "MARS": "20", "NAME": "Smellinckx", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,100", "CSINR": "", "KURTZ": "", "PHAS_": "94,200", "STUND": "14,50", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "17.01.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "489", "VORNAME": "Philibert", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "17.01.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25294	savy-germain-1903-07-29	{"g55": "10-331"}	{"g55": "10-331"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Germain", "family": "Savy", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1903-07-29 19:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Trébas", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Germain", "family": "Savy", "nobility": ""}, "birth": {"date": "1903-07-29 19:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Trébas"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-331"}}, "raw": {"DAY": "29-7-1903", "HOUR": "19 h.", "NAME": "SAVY Germain", "PLACE": "Trébas (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25295	segur-aime-1884-02-16	{"g55": "10-332"}	{"g55": "10-332"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aimé", "family": "Segur", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1884-02-16 05:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Damiatte", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Aimé", "family": "Segur", "nobility": ""}, "birth": {"date": "1884-02-16 05:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Damiatte"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-332"}}, "raw": {"DAY": "16-2-1884", "HOUR": "5 h.", "NAME": "SEGUR Aimé", "PLACE": "Damiatte (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25296	segur-paul-1913-06-22	{"g55": "10-333"}	{"g55": "10-333"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Segur", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1913-06-22 08:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Martin de Damiatte", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Segur", "nobility": ""}, "birth": {"date": "1913-06-22 08:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Saint-Martin de Damiatte"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-333"}}, "raw": {"DAY": "22-6-1913", "HOUR": "8 h.", "NAME": "SEGUR Paul", "PLACE": "Saint-Martin de Damiatte (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1672	swartenbroeks-armand-1892-06-30	{"a1": "1673", "3a_sports": "3940"}	{"cpara": "CP-437", "ertel": "ES-3940", "lerrcp": "A1-1673"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Swartenbroeks", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1892-06-30 14:00", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LAEKEN", "geoid": 0}, "notime": null, "date-ut": "1892-06-30 14:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Swartenbroeks"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LAEKEN", "geoid": 0}, "date-ut": "1892-06-30 14:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1673"}, "ids-in-sources": {"a1": "1673"}}, "raw": {"H": "14", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "30", "LAT": "50N51", "LON": "4E15", "MON": "6", "NUM": "1673", "PRO": "C", "SEC": "0", "YEA": "1892", "CITY": "LAEKEN"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1892-06-30 14:00"}, "partial-ids": {"ertel": "ES-3940"}}, "raw": {"L": "", "MF": "", "NR": "3940", "ENG": "", "MA_": "1", "G_NR": "1673", "MA12": "9", "MARS": "27", "NAME": "Swartenbroeks", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,800", "CSINR": "", "KURTZ": "", "PHAS_": "30,400", "STUND": "14,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "30.06.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "437", "VORNAME": "Armand", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "30.06.1892", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1674	thys-ivan-1897-04-29	{"a1": "1675", "3a_sports": "4022"}	{"cpara": "CP-485", "ertel": "ES-4022", "lerrcp": "A1-1675"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ivan", "family": "Thys", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1897-04-29 12:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1897-04-29 12:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Ivan", "family": "Thys"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1897-04-29 12:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1675"}, "ids-in-sources": {"a1": "1675"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "29", "LAT": "51N14", "LON": "4E30", "MON": "4", "NUM": "1675", "PRO": "C", "SEC": "0", "YEA": "1897", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1897-04-29 12:00"}, "partial-ids": {"ertel": "ES-4022"}}, "raw": {"L": "", "MF": "", "NR": "4022", "ENG": "", "MA_": "1", "G_NR": "1675", "MA12": "2", "MARS": "4", "NAME": "Thys", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,800", "CSINR": "", "KURTZ": "", "PHAS_": "7,500", "STUND": "12,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "29.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "485", "VORNAME": "Ivan", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.04.1897", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25297	serres-edouard-1885-09-14	{"g55": "10-334"}	{"g55": "10-334"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Serres", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1885-09-14 05:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Labessigre-Candeil", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Serres", "nobility": ""}, "birth": {"date": "1885-09-14 05:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Labessigre-Candeil"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-334"}}, "raw": {"DAY": "14-9-1885", "HOUR": "5 h.", "NAME": "SERRES Edouard", "PLACE": "Labessigre-Candeil (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25298	serres-francois-1866-07-22	{"g55": "10-335"}	{"g55": "10-335"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Serres", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1866-07-22 11:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Maurice de Peyrole", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "François", "family": "Serres", "nobility": ""}, "birth": {"date": "1866-07-22 11:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Saint-Maurice de Peyrole"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-335"}}, "raw": {"DAY": "22-7-1866", "HOUR": "11 h.", "NAME": "SERRES François", "PLACE": "Saint-Maurice de Peyrole (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25299	severac-adrien-1876-03-16	{"g55": "10-336"}	{"g55": "10-336"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrien", "family": "Severac", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1876-03-16 10:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lacaze", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Adrien", "family": "Severac", "nobility": ""}, "birth": {"date": "1876-03-16 10:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Lacaze"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-336"}}, "raw": {"DAY": "16-3-1876", "HOUR": "10 h.", "NAME": "SEVERAC Adrien", "PLACE": "Lacaze (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1679	van-halme-florimond-1895-03-21	{"a1": "1680", "3a_sports": "4130"}	{"cpara": "CP-445", "ertel": "ES-4130", "lerrcp": "A1-1680"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Florimond", "family": "Van Halme", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1895-03-21 16:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "notime": null, "date-ut": "1895-03-21 16:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Florimond", "family": "Van Halme"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "date-ut": "1895-03-21 16:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1680"}, "ids-in-sources": {"a1": "1680"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "21", "LAT": "51N13", "LON": "3E15", "MON": "3", "NUM": "1680", "PRO": "C", "SEC": "0", "YEA": "1895", "CITY": "BRUGES"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1895-03-21 16:00"}, "partial-ids": {"ertel": "ES-4130"}}, "raw": {"L": "", "MF": "", "NR": "4130", "ENG": "0", "MA_": "2", "G_NR": "1680", "MA12": "3", "MARS": "9", "NAME": "VanHalme", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,600", "CSINR": "", "KURTZ": "", "PHAS_": "24,700", "STUND": "16,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "21.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "445", "VORNAME": "Florimond", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.03.1895", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1676	van-den-berg-paul-1936-10-11	{"a1": "1677", "3a_sports": "4153"}	{"cpara": "CP-447", "ertel": "ES-4153", "lerrcp": "A1-1677"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Van Den Berg", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1936-10-11 12:30", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-GILLIS", "geoid": 0}, "notime": null, "date-ut": "1936-10-11 12:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Van Den Berg"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-GILLIS", "geoid": 0}, "date-ut": "1936-10-11 12:30:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1677"}, "ids-in-sources": {"a1": "1677"}}, "raw": {"H": "12", "MN": "30", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "11", "LAT": "50N51", "LON": "4E15", "MON": "10", "NUM": "1677", "PRO": "C", "SEC": "0", "YEA": "1936", "CITY": "ST-GILLIS"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1936-10-11 12:30"}, "partial-ids": {"ertel": "ES-4153"}}, "raw": {"L": "", "MF": "", "NR": "4153", "ENG": "", "MA_": "1", "G_NR": "1677", "MA12": "5", "MARS": "14", "NAME": "VandenBerg", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,100", "CSINR": "", "KURTZ": "", "PHAS_": "17,400", "STUND": "12,50", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "11.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "447", "VORNAME": "Paul", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.10.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25300	siguier-jean-1904-08-25	{"g55": "10-337"}	{"g55": "10-337"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Siguier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1904-08-25 11:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Payrin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Siguier", "nobility": ""}, "birth": {"date": "1904-08-25 11:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Payrin"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-337"}}, "raw": {"DAY": "25-8-1904", "HOUR": "11 h.", "NAME": "SIGUIER Jean", "PLACE": "Payrin (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25301	siguier-sylvain-1880-06-13	{"g55": "10-338"}	{"g55": "10-338"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sylvain", "family": "Siguier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1880-06-13 10:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Roquecourbe", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Sylvain", "family": "Siguier", "nobility": ""}, "birth": {"date": "1880-06-13 10:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Roquecourbe"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-338"}}, "raw": {"DAY": "13-6-1880", "HOUR": "10 h.", "NAME": "SIGUIER Sylvain", "PLACE": "Roquecourbe (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25302	sirgue-aime-1913-11-15	{"g55": "10-339"}	{"g55": "10-339"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aimé", "family": "Sirgue", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1913-11-15 09:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Le Truel", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Aimé", "family": "Sirgue", "nobility": ""}, "birth": {"date": "1913-11-15 09:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Le Truel"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-339"}}, "raw": {"DAY": "15-11-1913", "HOUR": "9 h.", "NAME": "SIRGUE Aimé", "PLACE": "Le Truel (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1682	verbeek-oscar-1891-06-06	{"a1": "1683", "3a_sports": "4191"}	{"cpara": "CP-463", "ertel": "ES-4191", "lerrcp": "A1-1683"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oscar", "family": "Verbeek", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1891-06-06 06:00", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-JOSSE-TEN-NO", "geoid": 0}, "notime": null, "date-ut": "1891-06-06 05:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Oscar", "family": "Verbeek"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-JOSSE-TEN-NO", "geoid": 0}, "date-ut": "1891-06-06 05:43:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1683"}, "ids-in-sources": {"a1": "1683"}}, "raw": {"H": "5", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "6", "LAT": "50N51", "LON": "4E15", "MON": "6", "NUM": "1683", "PRO": "C", "SEC": "0", "YEA": "1891", "CITY": "ST-JOSSE-TEN-NO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1891-06-06 06:00"}, "partial-ids": {"ertel": "ES-4191"}}, "raw": {"L": "", "MF": "", "NR": "4191", "ENG": "1", "MA_": "2", "G_NR": "1683", "MA12": "1", "MARS": "2", "NAME": "Verbeeck", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,800", "CSINR": "", "KURTZ": "", "PHAS_": "0,600", "STUND": "6,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "06.06.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "463", "VORNAME": "Oskar", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "06.06.1891", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1684	versijp-louis-1908-12-05	{"a1": "1685", "3a_sports": "4223"}	{"cpara": "CP-452", "ertel": "ES-4223", "lerrcp": "A1-1685"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Versijp", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1908-12-05 01:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "ST-ANDRIES", "geoid": 0}, "notime": null, "date-ut": "1908-12-05 01:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Versijp"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "ST-ANDRIES", "geoid": 0}, "date-ut": "1908-12-05 01:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1685"}, "ids-in-sources": {"a1": "1685"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "5", "LAT": "51N13", "LON": "3E15", "MON": "12", "NUM": "1685", "PRO": "C", "SEC": "0", "YEA": "1908", "CITY": "ST-ANDRIES"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1908-12-05 01:00"}, "partial-ids": {"ertel": "ES-4223"}}, "raw": {"L": "", "MF": "", "NR": "4223", "ENG": "", "MA_": "0", "G_NR": "1685", "MA12": "11", "MARS": "32", "NAME": "Versijp", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,700", "CSINR": "", "KURTZ": "", "PHAS_": "90,200", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "05.12.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "452", "VORNAME": "Louis", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "05.12.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25303	solages-bernard-1900-02-07	{"g55": "10-340"}	{"g55": "10-340"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Solages", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1900-02-07 06:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Mézens", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Solages", "nobility": ""}, "birth": {"date": "1900-02-07 06:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Mézens"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-340"}}, "raw": {"DAY": "7-2-1900", "HOUR": "6 h.", "NAME": "SOLAGES Bernard", "PLACE": "Mézens (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25304	solages-bruno-1895-08-08	{"g55": "10-341"}	{"g55": "10-341"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Solages", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1895-08-08 21:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Mézens", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Bruno", "family": "Solages", "nobility": ""}, "birth": {"date": "1895-08-08 21:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Mézens"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-341"}}, "raw": {"DAY": "8-8-1895", "HOUR": "21 h.", "NAME": "SOLAGES Bruno", "PLACE": "Mézens (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25305	solages-francois-1898-07-27	{"g55": "10-342"}	{"g55": "10-342"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Solages", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1898-07-27 23:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Mézens", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "François", "family": "Solages", "nobility": ""}, "birth": {"date": "1898-07-27 23:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Mézens"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-342"}}, "raw": {"DAY": "27-7-1898", "HOUR": "23 h.", "NAME": "SOLAGES François", "PLACE": "Mézens (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1687	de-harder-bertus-1920-01-14	{"a1": "1688", "3a_sports": "1264"}	{"ertel": "ES-1264", "lerrcp": "A1-1688"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bertus", "family": "De Harder", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-01-14 02:30", "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DEN HAAG", "geoid": 0}, "notime": null, "date-ut": "1920-01-14 02:10:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Bertus", "family": "De Harder"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DEN HAAG", "geoid": 0}, "date-ut": "1920-01-14 02:10:28"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1688"}, "ids-in-sources": {"a1": "1688"}}, "raw": {"H": "2", "MN": "10", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "14", "LAT": "52N 5", "LON": "4E28", "MON": "1", "NUM": "1688", "PRO": "C", "SEC": "28", "YEA": "1920", "CITY": "DEN HAAG"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-01-14 02:30"}, "partial-ids": {"ertel": "ES-1264"}}, "raw": {"L": "", "MF": "", "NR": "1264", "ENG": "", "MA_": "1", "G_NR": "1688", "MA12": "2", "MARS": "4", "NAME": "DeHarder", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,600", "CSINR": "", "KURTZ": "", "PHAS_": "40,600", "STUND": "2,50", "CFEPNR": "", "EXTEND": "", "NATION": "NET", "TAGMON": "14.01.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bertus", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "14.01.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:06+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1689	van-rhijn-petrus-1931-03-22	{"a1": "1690", "3a_sports": "4144"}	{"ertel": "ES-4144", "lerrcp": "A1-1690"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Petrus", "family": "Van Rhijn", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-03-22 17:45", "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "WASSENAAR", "geoid": 0}, "notime": null, "date-ut": "1931-03-22 17:25:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Petrus", "family": "Van Rhijn"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "WASSENAAR", "geoid": 0}, "date-ut": "1931-03-22 17:25:28"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1690"}, "ids-in-sources": {"a1": "1690"}}, "raw": {"H": "17", "MN": "25", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "22", "LAT": "52N 5", "LON": "4E28", "MON": "3", "NUM": "1690", "PRO": "C", "SEC": "28", "YEA": "1931", "CITY": "WASSENAAR"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-03-22 17:45"}, "partial-ids": {"ertel": "ES-4144"}}, "raw": {"L": "", "MF": "", "NR": "4144", "ENG": "", "MA_": "0", "G_NR": "1690", "MA12": "3", "MARS": "7", "NAME": "VanRhijn", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,900", "CSINR": "", "KURTZ": "", "PHAS_": "6,400", "STUND": "17,75", "CFEPNR": "", "EXTEND": "", "NATION": "NET", "TAGMON": "22.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Petrus", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.03.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25306	sompayrac-louis-1880-09-17	{"g55": "10-343"}	{"g55": "10-343"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Sompayrac", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1880-09-17 03:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Rayssac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Sompayrac", "nobility": ""}, "birth": {"date": "1880-09-17 03:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Rayssac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-343"}}, "raw": {"DAY": "17-9-1880", "HOUR": "3 h.", "NAME": "SOMPAYRAC Louis", "PLACE": "Rayssac (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25307	souquieres-firmin-1913-12-01	{"g55": "10-344"}	{"g55": "10-344"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Firmin", "family": "Souquieres", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1913-12-01 01:00", "note": null, "place": {"c1": "", "c2": "19", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Jugeols", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Firmin", "family": "Souquieres", "nobility": ""}, "birth": {"date": "1913-12-01 01:00", "place": {"c1": "", "c2": "19", "c3": "", "cy": "FR", "name": "Jugeols"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-344"}}, "raw": {"DAY": "1-12-1913", "HOUR": "1 h.", "NAME": "\\fSOUQUIERES Firmin", "PLACE": "Jugeols (Corrèze)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25308	suc-dominique-1868-07-12	{"g55": "10-345"}	{"g55": "10-345"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dominique", "family": "Suc", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1868-07-12 08:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Villefranche", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Dominique", "family": "Suc", "nobility": ""}, "birth": {"date": "1868-07-12 08:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Villefranche"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-345"}}, "raw": {"DAY": "12-7-1868", "HOUR": "8 h.", "NAME": "SUC Dominique", "PLACE": "Villefranche (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1694	lamaze-henri-1918-08-02	{"a1": "1695", "g55": "03-300", "3a_sports": "2337", "cfepp-final3": "578"}	{"g55": "03-300", "cfepp": "CF-578", "cpara": "CP-263", "ertel": "ES-2337", "lerrcp": "A1-1695"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Lamaze", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1918-08-02 05:00", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": 0.78256, "lat": 45.19619, "name": "Trélissac", "geoid": 2971890}, "notime": null, "date-ut": "1918-08-02 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["golfer"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Lamaze"}, "birth": {"tzo": "+01:00", "date": "1918-08-02 05:00", "place": {"c2": "24", "cy": "FR", "lg": 0.78256, "lat": 45.19619, "name": "Trélissac", "geoid": 2971890}, "date-ut": "1918-08-02 04:00"}, "occus": ["golfer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1695"}, "ids-in-sources": {"a1": "1695"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "24", "COU": "F", "DAY": "2", "LAT": "45N11", "LON": "0E44", "MON": "8", "NUM": "1695", "PRO": "C", "SEC": "0", "YEA": "1918", "CITY": "TRELISSAC"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1918-08-02 05:00"}, "partial-ids": {"ertel": "ES-2337"}}, "raw": {"L": "", "MF": "", "NR": "2337", "ENG": "", "MA_": "1", "G_NR": "1695", "MA12": "9", "MARS": "27", "NAME": "Lamaze", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,10", "CSINR": "", "KURTZ": "", "PHAS_": "24,000", "STUND": "5,00", "CFEPNR": "578", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "263", "VORNAME": "Henri (de)", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "02.08.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "GOLF", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1918-08-02 05:00", "place": {"c3": ""}, "date-ut": "1918-08-02 04:00"}, "occus": ["golfer"], "ids-in-sources": {"cfepp-final3": "578"}}, "raw": {"S": "9", "LT": "05 00", "LV": "FI", "TR": "f", "UT": "04 00", "LAT": "+45.20", "SRC": "ALG", "LONG": "-00.78", "NAME": "DE LAMAZE Henri", "SPORT": "Golf", "LOC_DATE": "1918 08 02", "UNIV_DATE": "1918 08 02", "BIRTH_PLACE": "TRELISSAC", "POSTAL_CODE": "24000"}, "date": "2023-08-20T14:46:07+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-300"}, "ids-in-source": {"g55": "03-300"}}, "raw": {"DAY": "2-8-1918", "HOUR": "5 h.", "NAME": "DE LAMAZE Henri", "PLACE": "Trélissac (Dordogne)."}, "date": "2023-08-20T14:48:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25309	sudre-albert-1872-04-29	{"g55": "10-346"}	{"g55": "10-346"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Sudre", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1872-04-29 00:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Grayssac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Sudre", "nobility": ""}, "birth": {"date": "1872-04-29 00:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Grayssac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-346"}}, "raw": {"DAY": "29-4-1872", "HOUR": "0 h.", "NAME": "SUDRE Albert", "PLACE": "Grayssac (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1692	bourin-jean-1903-12-21	{"a1": "1693", "g55": "03-297", "3a_sports": "614"}	{"g55": "03-297", "ertel": "ES-614", "lerrcp": "A1-1693"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bourin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1903-12-21 02:00", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "notime": null, "date-ut": "1903-12-21 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["golfer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bourin"}, "birth": {"tzo": "+00:09:21", "date": "1903-12-21 02:00", "place": {"c2": "37", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "date-ut": "1903-12-21 01:50:40"}, "occus": ["golfer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1693"}, "ids-in-sources": {"a1": "1693"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "37", "COU": "F", "DAY": "21", "LAT": "47N24", "LON": "0E42", "MON": "12", "NUM": "1693", "PRO": "C", "SEC": "40", "YEA": "1903", "CITY": "TOURS"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1903-12-21 02:00"}, "partial-ids": {"ertel": "ES-614"}}, "raw": {"L": "", "MF": "", "NR": "614", "ENG": "", "MA_": "1", "G_NR": "1693", "MA12": "9", "MARS": "27", "NAME": "Bourin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,000", "CSINR": "", "KURTZ": "", "PHAS_": "4,400", "STUND": "2,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "21.12.1903", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "GOLF", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-297"}, "ids-in-source": {"g55": "03-297"}}, "raw": {"DAY": "21-12-1903", "HOUR": "2 h.", "NAME": "BOURIN Jean", "PLACE": "Tours (Indre-et-Loire)."}, "date": "2023-08-20T14:48:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25310	tailhade-paul-1902-11-28	{"g55": "10-347"}	{"g55": "10-347"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Tailhade", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1902-11-28 08:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Anglés", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Tailhade", "nobility": ""}, "birth": {"date": "1902-11-28 08:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Anglés"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-347"}}, "raw": {"DAY": "28-11-1902", "HOUR": "8 h.", "NAME": "TAILHADE Paul", "PLACE": "Anglés (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25311	taurines-auguste-1861-06-19	{"g55": "10-348"}	{"g55": "10-348"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Taurines", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1861-06-19 02:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Valence", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Taurines", "nobility": ""}, "birth": {"date": "1861-06-19 02:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Valence"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-348"}}, "raw": {"DAY": "19-6-1861", "HOUR": "2 h.", "NAME": "TAURINES Auguste", "PLACE": "Valence (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25312	taurines-camille-1873-02-01	{"g55": "10-349"}	{"g55": "10-349"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Taurines", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1873-02-01 03:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Valence", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Taurines", "nobility": ""}, "birth": {"date": "1873-02-01 03:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Valence"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-349"}}, "raw": {"DAY": "1-2-1873", "HOUR": "3 h.", "NAME": "TAURINES Camille", "PLACE": "Valence (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1699	dot-raymond-1926-12-20	{"a1": "1700", "g55": "03-304", "3a_sports": "1449", "cfepp-final3": "591"}	{"g55": "03-304", "cfepp": "CF-591", "cpara": "CP-162", "ertel": "ES-1449", "lerrcp": "A1-1700"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Dot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1926-12-20 08:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.23894, "lat": 48.88341, "name": "Puteaux", "geoid": 2985034}, "notime": null, "date-ut": "1926-12-20 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["gymnast"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Dot"}, "birth": {"tzo": "+00:00", "date": "1926-12-20 08:00", "place": {"c2": "92", "cy": "FR", "lg": 2.23894, "lat": 48.88341, "name": "Puteaux", "geoid": 2985034}, "date-ut": "1926-12-20 08:00"}, "occus": ["gymnast"], "trust": 5, "partial_ids": {"lerrcp": "A1-1700"}, "ids-in-sources": {"a1": "1700"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "92", "COU": "F", "DAY": "20", "LAT": "48N50", "LON": "2E11", "MON": "12", "NUM": "1700", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "PUTEAUX"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-12-20 08:00"}, "partial-ids": {"ertel": "ES-1449"}}, "raw": {"L": "", "MF": "", "NR": "1449", "ENG": "", "MA_": "1", "G_NR": "1700", "MA12": "9", "MARS": "27", "NAME": "Dot", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,500", "CSINR": "", "KURTZ": "", "PHAS_": "99,400", "STUND": "8,00", "CFEPNR": "591", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "162", "VORNAME": "Raymond", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "20.12.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "GYMN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1926-12-20 08:00", "place": {"c3": ""}, "date-ut": "1926-12-20 08:00"}, "occus": ["gymnast"], "ids-in-sources": {"cfepp-final3": "591"}}, "raw": {"S": "9", "LT": "08 00", "LV": "F", "TR": "f", "UT": "08 00", "LAT": "+48.88", "SRC": "ALG", "LONG": "-02.23", "NAME": "DOT Raymond", "SPORT": "Gymnastics", "LOC_DATE": "1926 12 20", "UNIV_DATE": "1926 12 20", "BIRTH_PLACE": "PUTEAUX", "POSTAL_CODE": "92801 CEDEX"}, "date": "2023-08-20T14:46:07+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-304"}, "ids-in-source": {"g55": "03-304"}}, "raw": {"DAY": "20-12-1926", "HOUR": "8 h.", "NAME": "DOT Raymond", "PLACE": "Puteaux (Seine)."}, "date": "2023-08-20T14:48:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25313	terral-gabriel-1910-09-03	{"g55": "10-350"}	{"g55": "10-350"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Terral", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1910-09-03 12:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Roquecourbe", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Terral", "nobility": ""}, "birth": {"date": "1910-09-03 12:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Roquecourbe"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-350"}}, "raw": {"DAY": "3-9-1910", "HOUR": "12 h.", "NAME": "TERRAL Gabriel", "PLACE": "Roquecourbe (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1696	massy-arnaud-1877-07-06	{"a1": "1697", "g55": "03-302", "3a_sports": "2738", "cfepp-final3": "580"}	{"g55": "03-302", "cfepp": "CF-580", "cpara": "CP-301", "ertel": "ES-2738", "lerrcp": "A1-1697"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arnaud", "family": "Massy", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-00:06:14", "date": "1877-07-06 12:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -1.55684, "lat": 43.48055, "name": "Biarritz", "geoid": 3032797}, "notime": null, "date-ut": "1877-07-06 12:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["golfer"]	5	null	[{"new": {"name": {"given": "Arnaud", "family": "Massy"}, "birth": {"tzo": "-00:06:14", "date": "1877-07-06 11:55:14", "place": {"c2": "64", "cy": "FR", "lg": -1.55684, "lat": 43.48055, "name": "Biarritz", "geoid": 3032797}, "date-ut": "1877-07-06 12:01:28"}, "occus": ["golfer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1697"}, "ids-in-sources": {"a1": "1697"}}, "raw": {"H": "12", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "6", "LAT": "43N18", "LON": "0W22", "MON": "7", "NUM": "1697", "PRO": "C", "SEC": "28", "YEA": "1877", "CITY": "BIARRITZ"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1877-07-06"}, "partial-ids": {"ertel": "ES-2738"}}, "raw": {"L": "", "MF": "", "NR": "2738", "ENG": "", "MA_": "0", "G_NR": "1697", "MA12": "8", "MARS": "22", "NAME": "Massy", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,800", "CSINR": "", "KURTZ": "", "PHAS_": "29,100", "STUND": "", "CFEPNR": "580", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "301", "VORNAME": "Arnaud", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "06.07.1877", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "GOLF", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1877-07-06 12:00", "place": {"c3": ""}, "date-ut": "1877-07-06 12:06"}, "occus": ["golfer"], "ids-in-sources": {"cfepp-final3": "580"}}, "raw": {"S": "8", "LT": "12 00", "LV": "FI", "TR": "f", "UT": "12 06", "LAT": "+43.48", "SRC": "ALG", "LONG": "+01.56", "NAME": "MASSY Arnaud", "SPORT": "Golf", "LOC_DATE": "1877 07 06", "UNIV_DATE": "1877 07 06", "BIRTH_PLACE": "BIARRITZ", "POSTAL_CODE": "64200"}, "date": "2023-08-20T14:46:07+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-302"}, "ids-in-source": {"g55": "03-302"}}, "raw": {"DAY": "6-7-1877", "HOUR": "12 h.", "NAME": "MASSY Arnaud", "PLACE": "Biarritz (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25314	testas-prosper-1878-07-31	{"g55": "10-351"}	{"g55": "10-351"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Prosper", "family": "Testas", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1878-07-31 17:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Arzac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Prosper", "family": "Testas", "nobility": ""}, "birth": {"date": "1878-07-31 17:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Arzac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-351"}}, "raw": {"DAY": "31-7-1878", "HOUR": "17 h.", "NAME": "TESTAS Prosper", "PLACE": "Arzac (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25315	teste-benjamin-1863-01-16	{"g55": "10-352"}	{"g55": "10-352"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benjamin", "family": "Teste", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1863-01-16 22:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Soual", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Benjamin", "family": "Teste", "nobility": ""}, "birth": {"date": "1863-01-16 22:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Soual"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-352"}}, "raw": {"DAY": "16-1-1863", "HOUR": "22 h.", "NAME": "TESTE Benjamin", "PLACE": "Soual (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25316	thomieres-barthelemy-1870-05-02	{"g55": "10-353"}	{"g55": "10-353"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Barthélemy", "family": "Thomieres", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1870-05-02 14:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Rabastens", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Barthélemy", "family": "Thomieres", "nobility": ""}, "birth": {"date": "1870-05-02 14:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Rabastens"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-353"}}, "raw": {"DAY": "2-5-1870", "HOUR": "14 h.", "NAME": "THOMIERES Barthélemy", "PLACE": "Rabastens (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1704	sandras-gustave-1872-02-24	{"a1": "1705", "g55": "03-309", "3a_sports": "3665"}	{"g55": "03-309", "cpara": "CP-381", "ertel": "ES-3665", "lerrcp": "A1-1705"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Sandras", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:12:36", "date": "1872-02-24 03:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.1493, "lat": 50.67846, "name": "Croix", "geoid": 3022376}, "notime": null, "date-ut": "1872-02-24 02:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["gymnast"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Sandras"}, "birth": {"tzo": "+00:12:36", "date": "1872-02-24 03:00", "place": {"c2": "59", "cy": "FR", "lg": 3.1493, "lat": 50.67846, "name": "Croix", "geoid": 3022376}, "date-ut": "1872-02-24 02:47:40"}, "occus": ["gymnast"], "trust": 5, "partial_ids": {"lerrcp": "A1-1705"}, "ids-in-sources": {"a1": "1705"}}, "raw": {"H": "2", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "24", "LAT": "50N39", "LON": "3E 5", "MON": "2", "NUM": "1705", "PRO": "C", "SEC": "40", "YEA": "1872", "CITY": "CROIX"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1872-02-24 03:00"}, "partial-ids": {"ertel": "ES-3665"}}, "raw": {"L": "", "MF": "", "NR": "3665", "ENG": "", "MA_": "1", "G_NR": "1705", "MA12": "10", "MARS": "30", "NAME": "Sandras", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,800", "CSINR": "", "KURTZ": "", "PHAS_": "99,600", "STUND": "3,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "24.02.", "ZITATE": "DKS", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "381", "VORNAME": "Gustave", "ZITRANG": "4", "GAUQ1955": "+", "GEBDATUM": "24.02.1872", "GQBECORR": "a2", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "GYMN", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-309"}, "ids-in-source": {"g55": "03-309"}}, "raw": {"DAY": "24-2-1872", "HOUR": "3 h.", "NAME": "SANDRAS Gustave", "PLACE": "Croix (Nord)."}, "date": "2023-08-20T14:48:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25317	tiburce-armand-1879-12-22	{"g55": "10-354"}	{"g55": "10-354"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Tiburce", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1879-12-22 19:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lautrec", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Tiburce", "nobility": ""}, "birth": {"date": "1879-12-22 19:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Lautrec"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-354"}}, "raw": {"DAY": "22-12-1879", "HOUR": "19 h.", "NAME": "TIBURCE Armand", "PLACE": "Lautrec (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1702	lalu-marcel-1882-03-24	{"a1": "1703", "g55": "03-307", "3a_sports": "2336"}	{"g55": "03-307", "ertel": "ES-2336", "lerrcp": "A1-1703"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Lalu", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:01:20", "date": "1882-03-24 18:00", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.33333, "lat": 46.58333, "name": "Limoges", "geoid": 0}, "notime": null, "date-ut": "1882-03-24 17:58:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["gymnast"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Lalu"}, "birth": {"tzo": "+00:01:20", "date": "1882-03-24 18:00", "place": {"c2": "86", "cy": "FR", "lg": 0.33333, "lat": 46.58333, "name": "Limoges", "geoid": 0}, "date-ut": "1882-03-24 17:58:40"}, "occus": ["gymnast"], "trust": 5, "partial_ids": {"lerrcp": "A1-1703"}, "ids-in-sources": {"a1": "1703"}}, "raw": {"H": "17", "MN": "58", "TZ": "0", "COD": "86", "COU": "F", "DAY": "24", "LAT": "46N35", "LON": "0E20", "MON": "3", "NUM": "1703", "PRO": "C", "SEC": "40", "YEA": "1882", "CITY": "LIMOGES"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1882-03-24 18:00"}, "partial-ids": {"ertel": "ES-2336"}}, "raw": {"L": "", "MF": "", "NR": "2336", "ENG": "0", "MA_": "2", "G_NR": "1703", "MA12": "3", "MARS": "9", "NAME": "Lalu", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,800", "CSINR": "", "KURTZ": "", "PHAS_": "24,900", "STUND": "18,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "24.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "24.03.1882", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "GYMN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Limoges"}}, "partial-ids": {"g55": "03-307"}, "ids-in-source": {"g55": "03-307"}}, "raw": {"DAY": "24-3-1882", "HOUR": "18 h.", "NAME": "LALU Marcel", "PLACE": "Limoges (Haute-Vienne)."}, "date": "2023-08-20T14:48:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25318	tillot-francois-1911-02-22	{"g55": "10-355"}	{"g55": "10-355"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Tillot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1911-02-22 09:30", "note": null, "place": {"c1": "", "c2": "33", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Pineuilh", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "François", "family": "Tillot", "nobility": ""}, "birth": {"date": "1911-02-22 09:30", "place": {"c1": "", "c2": "33", "c3": "", "cy": "FR", "name": "Pineuilh"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-355"}}, "raw": {"DAY": "22-2-1911", "HOUR": "9 h. 30", "NAME": "TILLOT François", "PLACE": "Pineuilh (Gironde)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25319	tourret-henri-1872-09-22	{"g55": "10-356"}	{"g55": "10-356"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Tourret", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1872-09-22 22:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lavaur", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Tourret", "nobility": ""}, "birth": {"date": "1872-09-22 22:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Lavaur"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-356"}}, "raw": {"DAY": "22-9-1872", "HOUR": "22 h.", "NAME": "TOURRET Henri", "PLACE": "Lavaur (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25320	tressieres-emile-1883-10-29	{"g55": "10-357"}	{"g55": "10-357"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Tressieres", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1883-10-29 18:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Trévien", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Tressieres", "nobility": ""}, "birth": {"date": "1883-10-29 18:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Trévien"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-357"}}, "raw": {"DAY": "29-10-1883", "HOUR": "18 h.", "NAME": "TRESSIERES Emile", "PLACE": "Trévien (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25321	trouche-jean-1872-02-18	{"g55": "10-358"}	{"g55": "10-358"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Trouche", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1872-02-18 09:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Padiés", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Trouche", "nobility": ""}, "birth": {"date": "1872-02-18 09:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Padiés"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-358"}}, "raw": {"DAY": "18-2-1872", "HOUR": "9 h.", "NAME": "TROUCHE Jean", "PLACE": "Padiés (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1708	touchard-marcel-1917-01-13	{"a1": "1709", "3a_sports": "4051", "cfepp-final3": "601"}	{"cfepp": "CF-601", "ertel": "ES-4051", "lerrcp": "A1-1709"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Touchard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1917-01-13 02:00", "note": null, "place": {"c1": null, "c2": "28", "c3": "", "cy": "FR", "lg": 1.33783, "lat": 48.07086, "name": "Châteaudun", "geoid": 3026285}, "notime": null, "date-ut": "1917-01-13 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["gymnast"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Touchard"}, "birth": {"tzo": "+00:00", "date": "1917-01-13 02:00", "place": {"c2": "28", "cy": "FR", "lg": 1.33783, "lat": 48.07086, "name": "Châteaudun", "geoid": 3026285}, "date-ut": "1917-01-13 02:00"}, "occus": ["gymnast"], "trust": 5, "partial_ids": {"lerrcp": "A1-1709"}, "ids-in-sources": {"a1": "1709"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "28", "COU": "F", "DAY": "13", "LAT": "48N27", "LON": "1E30", "MON": "1", "NUM": "1709", "PRO": "C", "SEC": "0", "YEA": "1917", "CITY": "CHATEAUDUN"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1917-01-13 02:00"}, "partial-ids": {"ertel": "ES-4051"}}, "raw": {"L": "", "MF": "", "NR": "4051", "ENG": "", "MA_": "1", "G_NR": "1709", "MA12": "10", "MARS": "29", "NAME": "Touchard", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,700", "CSINR": "", "KURTZ": "", "PHAS_": "81,700", "STUND": "2,00", "CFEPNR": "601", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.01.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "GYMN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1917-01-13 02:00", "place": {"c3": ""}, "date-ut": "1917-01-13 02:00"}, "occus": ["gymnast"], "ids-in-sources": {"cfepp-final3": "601"}}, "raw": {"S": "10", "LT": "02 00", "LV": "I", "TR": "f", "UT": "02 00", "LAT": "+48.07", "SRC": "A", "LONG": "-01.33", "NAME": "TOUCHARD Marcel", "SPORT": "Gymnastics", "LOC_DATE": "1917 01 13", "UNIV_DATE": "1917 01 13", "BIRTH_PLACE": "CHATEAUDUN", "POSTAL_CODE": "28200"}, "date": "2023-08-20T14:46:07+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1706	solbach-armand-1904-05-10	{"a1": "1707", "g55": "03-311", "3a_sports": "3854", "cfepp-final3": "1092"}	{"g55": "03-311", "cfepp": "CF-1092", "ertel": "ES-3854", "lerrcp": "A1-1707"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Solbach", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1904-05-10 21:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly-sur-Seine", "geoid": 0}, "notime": null, "date-ut": "1904-05-10 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["gymnast"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Solbach"}, "birth": {"tzo": "+00:09:21", "date": "1904-05-10 21:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly", "geoid": 0}, "date-ut": "1904-05-10 20:50:40"}, "occus": ["gymnast"], "trust": 5, "partial_ids": {"lerrcp": "A1-1707"}, "ids-in-sources": {"a1": "1707"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "92", "COU": "F", "DAY": "10", "LAT": "48N50", "LON": "2E11", "MON": "5", "NUM": "1707", "PRO": "C", "SEC": "40", "YEA": "1904", "CITY": "NEUILLY"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1904-05-10 21:00"}, "partial-ids": {"ertel": "ES-3854"}}, "raw": {"L": "", "MF": "", "NR": "3854", "ENG": "", "MA_": "1", "G_NR": "1707", "MA12": "7", "MARS": "21", "NAME": "Solbach", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,800", "CSINR": "", "KURTZ": "", "PHAS_": "27,200", "STUND": "21,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Armand", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "10.05.1904", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "GYMN", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1904-05-10 21:00", "place": {"c3": ""}, "date-ut": "1904-05-10 20:51"}, "occus": ["gymnast"], "ids-in-sources": {"cfepp-final3": "1092"}}, "raw": {"S": "7", "LT": "21 00", "LV": "I", "TR": "f", "UT": "20 51", "LAT": "+48.89", "SRC": "AG  F", "LONG": "-02.27", "NAME": "SOLBACH Armand", "SPORT": "Gymnastics", "LOC_DATE": "1904 05 10", "UNIV_DATE": "1904 05 10", "BIRTH_PLACE": "NEUILLY SUR SEINE", "POSTAL_CODE": "92200"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Neuilly-sur-Seine"}}, "partial-ids": {"g55": "03-311"}, "ids-in-source": {"g55": "03-311"}}, "raw": {"DAY": "10-5-1904", "HOUR": "21 h.", "NAME": "SOLBACH Armand", "PLACE": "Neuilly-sur-Seine (Seine)."}, "date": "2023-08-20T14:48:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25322	vaissiere-louis-1902-01-15	{"g55": "10-359"}	{"g55": "10-359"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Vaissiere", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1902-01-15 11:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Soréze", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Vaissiere", "nobility": ""}, "birth": {"date": "1902-01-15 11:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Soréze"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-359"}}, "raw": {"DAY": "15-1-1902", "HOUR": "11 h.", "NAME": "VAISSIERE Louis", "PLACE": "Soréze (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25323	vedel-angely-1908-06-12	{"g55": "10-360"}	{"g55": "10-360"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angély", "family": "Vedel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1908-06-12 13:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Les Fournials de Tanus", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Angély", "family": "Vedel", "nobility": ""}, "birth": {"date": "1908-06-12 13:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Les Fournials de Tanus"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-360"}}, "raw": {"DAY": "12-6-1908", "HOUR": "13 h.", "NAME": "VEDEL Angély", "PLACE": "Les Fournials de Tanus (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25324	verdeil-joseph-1901-07-22	{"g55": "10-361"}	{"g55": "10-361"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Verdeil", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1901-07-22 17:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Fraissé", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Verdeil", "nobility": ""}, "birth": {"date": "1901-07-22 17:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Fraissé"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-361"}}, "raw": {"DAY": "22-7-1901", "HOUR": "17 h.", "NAME": "VERDEIL Joseph", "PLACE": "Fraissé (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1715	firmin-georges-1924-03-15	{"a1": "1716", "g55": "03-358", "3a_sports": "1645", "cfepp-final3": "610"}	{"g55": "03-358", "cfepp": "CF-610", "ertel": "ES-1645", "lerrcp": "A1-1716"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Firmin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1924-03-15 10:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1924-03-15 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["weightlifter"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Firmin"}, "birth": {"tzo": "+00:00", "date": "1924-03-15 10:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1924-03-15 10:00"}, "occus": ["weightlifter"], "trust": 5, "partial_ids": {"lerrcp": "A1-1716"}, "ids-in-sources": {"a1": "1716"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "34", "COU": "F", "DAY": "15", "LAT": "43N37", "LON": "3E53", "MON": "3", "NUM": "1716", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-03-15 10:00"}, "partial-ids": {"ertel": "ES-1645"}}, "raw": {"L": "", "MF": "", "NR": "1645", "ENG": "", "MA_": "0", "G_NR": "1716", "MA12": "6", "MARS": "17", "NAME": "Firmin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,500", "CSINR": "", "KURTZ": "", "PHAS_": "62,500", "STUND": "10,00", "CFEPNR": "610", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "15.03.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "WEIG", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1924-03-15 10:00", "place": {"c3": ""}, "date-ut": "1924-03-15 10:00"}, "occus": ["weightlifter"], "ids-in-sources": {"cfepp-final3": "610"}}, "raw": {"S": "6", "LT": "10 00", "LV": "FI", "TR": "f", "UT": "10 00", "LAT": "+43.61", "SRC": "AG", "LONG": "-03.88", "NAME": "FIRMIN Georges", "SPORT": "Weightlifting", "LOC_DATE": "1924 03 15", "UNIV_DATE": "1924 03 15", "BIRTH_PLACE": "MONTPELLIER", "POSTAL_CODE": "34064 CEDEX"}, "date": "2023-08-20T14:46:08+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-358"}, "ids-in-source": {"g55": "03-358"}}, "raw": {"DAY": "15-3-1924", "HOUR": "10 h.", "NAME": "FIRMIN Georges", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25325	verdeil-paul-1911-04-13	{"g55": "10-362"}	{"g55": "10-362"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Verdeil", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1911-04-13 10:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Fraissé", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Verdeil", "nobility": ""}, "birth": {"date": "1911-04-13 10:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Fraissé"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-362"}}, "raw": {"DAY": "13-4-1911", "HOUR": "10 h.", "NAME": "VERDEIL Paul", "PLACE": "Fraissé (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1713	debuf-jean-1924-05-31	{"a1": "1714", "3a_sports": "1285", "cfepp-final3": "607"}	{"cfepp": "CF-607", "cpara": "CP-144", "ertel": "ES-1285", "lerrcp": "A1-1714"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Debuf", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1924-05-31 18:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.08459, "lat": 50.77123, "name": "Bousbecque", "geoid": 3030847}, "notime": null, "date-ut": "1924-05-31 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["weightlifter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Debuf"}, "birth": {"tzo": "+01:00", "date": "1924-05-31 18:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08459, "lat": 50.77123, "name": "Bousbecque", "geoid": 3030847}, "date-ut": "1924-05-31 17:00"}, "occus": ["weightlifter"], "trust": 5, "partial_ids": {"lerrcp": "A1-1714"}, "ids-in-sources": {"a1": "1714"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "59", "COU": "F", "DAY": "31", "LAT": "50N39", "LON": "3E 5", "MON": "5", "NUM": "1714", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "BOUSBECQUE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-05-31 18:00"}, "partial-ids": {"ertel": "ES-1285"}}, "raw": {"L": "", "MF": "", "NR": "1285", "ENG": "", "MA_": "1", "G_NR": "1714", "MA12": "10", "MARS": "28", "NAME": "Debuf", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,400", "CSINR": "", "KURTZ": "", "PHAS_": "6,200", "STUND": "18,00", "CFEPNR": "607", "EXTEND": "", "NATION": "FRA", "TAGMON": "31.05.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "144", "VORNAME": "Jean", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "31.05.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "WEIG", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:07+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1924-05-31 18:00", "place": {"c3": ""}, "date-ut": "1924-05-31 17:00"}, "occus": ["weightlifter"], "ids-in-sources": {"cfepp-final3": "607"}}, "raw": {"S": "10", "LT": "18 00", "LV": "O", "TR": "f", "UT": "17 00", "LAT": "+50.77", "SRC": "AL", "LONG": "-03.08", "NAME": "DEBUF Jean", "SPORT": "Weightlifting", "LOC_DATE": "1924 05 31", "UNIV_DATE": "1924 05 31", "BIRTH_PLACE": "BOUSBECQUE", "POSTAL_CODE": "59166"}, "date": "2023-08-20T14:46:08+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
25326	verdier-louis-1872-11-14	{"g55": "10-363"}	{"g55": "10-363"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Verdier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1872-11-14 01:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Venés", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Verdier", "nobility": ""}, "birth": {"date": "1872-11-14 01:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Venés"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-363"}}, "raw": {"DAY": "14-11-1872", "HOUR": "1 h.", "NAME": "VERDIER Louis", "PLACE": "Venés (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25327	vialas-romain-1872-11-01	{"g55": "10-364"}	{"g55": "10-364"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Romain", "family": "Vialas", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1872-11-01 17:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Dourgne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Romain", "family": "Vialas", "nobility": ""}, "birth": {"date": "1872-11-01 17:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Dourgne"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-364"}}, "raw": {"DAY": "1-11-1872", "HOUR": "17 h.", "NAME": "VIALAS Romain", "PLACE": "Dourgne (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25328	vialelle-edouvard-1874-01-14	{"g55": "10-365"}	{"g55": "10-365"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouvard", "family": "Vialelle", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1874-01-14 05:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lacroisille", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Edouvard", "family": "Vialelle", "nobility": ""}, "birth": {"date": "1874-01-14 05:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Lacroisille"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-365"}}, "raw": {"DAY": "14-1-1874", "HOUR": "5 h.", "NAME": "VIALELLE Edouvard", "PLACE": "Lacroisille (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25329	vidal-casimir-1872-10-18	{"g55": "10-366"}	{"g55": "10-366"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Casimir", "family": "Vidal", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1872-10-18 18:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Montgey", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Casimir", "family": "Vidal", "nobility": ""}, "birth": {"date": "1872-10-18 18:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Montgey"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-366"}}, "raw": {"DAY": "18-10-1872", "HOUR": "18 h.", "NAME": "VIDAL Casimir", "PLACE": "Montgey (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1720	le-guillerm-andre-1924-09-05	{"a1": "1721", "3a_sports": "2405", "cfepp-final3": "1093"}	{"cfepp": "CF-1093", "ertel": "ES-2405", "lerrcp": "A1-1721"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Le Guillerm", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1924-09-05 02:00", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": 2.43482, "lat": 48.8854, "name": "Romainville", "geoid": 2983026}, "notime": null, "date-ut": "1924-09-05 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["weightlifter"]	5	null	[{"new": {"name": {"given": "André", "family": "Le Guillerm"}, "birth": {"tzo": "+01:00", "date": "1924-09-05 02:00", "place": {"c2": "93", "cy": "FR", "lg": 2.43482, "lat": 48.8854, "name": "Romainville", "geoid": 2983026}, "date-ut": "1924-09-05 01:00"}, "occus": ["weightlifter"], "trust": 5, "partial_ids": {"lerrcp": "A1-1721"}, "ids-in-sources": {"a1": "1721"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "93", "COU": "F", "DAY": "5", "LAT": "48N55", "LON": "2E30", "MON": "9", "NUM": "1721", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "ROMAINVILLE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-09-05 02:00"}, "partial-ids": {"ertel": "ES-2405"}}, "raw": {"L": "", "MF": "", "NR": "2405", "ENG": "", "MA_": "1", "G_NR": "1721", "MA12": "5", "MARS": "13", "NAME": "LeGuillerm", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,400", "CSINR": "", "KURTZ": "", "PHAS_": "34,700", "STUND": "2,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.09.1924", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "WEIG", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1924-09-05 02:00", "place": {"c3": ""}, "date-ut": "1924-09-05 01:00"}, "occus": ["weightlifter"], "ids-in-sources": {"cfepp-final3": "1093"}}, "raw": {"S": "5", "LT": "02 00", "LV": "I", "TR": "f", "UT": "01 00", "LAT": "+48.89", "SRC": "A   F", "LONG": "-02.44", "NAME": "LE GUILLERM Andre", "SPORT": "Weightlifting", "LOC_DATE": "1924 09 05", "UNIV_DATE": "1924 09 05", "BIRTH_PLACE": "ROMAINVILLE", "POSTAL_CODE": "93230"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1718	heral-max-1926-09-22	{"a1": "1719", "g55": "03-360", "3a_sports": "2104", "cfepp-final3": "614"}	{"g55": "03-360", "cfepp": "CF-614", "ertel": "ES-2104", "lerrcp": "A1-1719"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Heral", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1926-09-22 21:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1926-09-22 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["weightlifter"]	5	null	[{"new": {"name": {"given": "Max", "family": "Heral"}, "birth": {"tzo": "+01:00", "date": "1926-09-22 21:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1926-09-22 20:00"}, "occus": ["weightlifter"], "trust": 5, "partial_ids": {"lerrcp": "A1-1719"}, "ids-in-sources": {"a1": "1719"}}, "raw": {"H": "20", "MN": "0", "TZ": "0", "COD": "34", "COU": "F", "DAY": "22", "LAT": "43N37", "LON": "3E53", "MON": "9", "NUM": "1719", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-09-22 21:00"}, "partial-ids": {"ertel": "ES-2104"}}, "raw": {"L": "", "MF": "", "NR": "2104", "ENG": "1", "MA_": "2", "G_NR": "1719", "MA12": "1", "MARS": "1", "NAME": "Heral", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,100", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "21,00", "CFEPNR": "614", "EXTEND": "1", "NATION": "FRA", "TAGMON": "22.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Max", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "22.09.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "WEIG", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1926-09-22 21:00", "place": {"c3": ""}, "date-ut": "1926-09-22 20:00"}, "occus": ["weightlifter"], "ids-in-sources": {"cfepp-final3": "614"}}, "raw": {"S": "1", "LT": "21 00", "LV": "FI", "TR": "f", "UT": "20 00", "LAT": "+43.61", "SRC": "AG", "LONG": "-03.88", "NAME": "HERAL Max", "SPORT": "Weightlifting", "LOC_DATE": "1926 09 22", "UNIV_DATE": "1926 09 22", "BIRTH_PLACE": "MONTPELLIER", "POSTAL_CODE": "34064 CEDEX"}, "date": "2023-08-20T14:46:08+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-360"}, "ids-in-source": {"g55": "03-360"}}, "raw": {"DAY": "22-9-1926", "HOUR": "21 h.", "NAME": "HERAL Max", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25330	vidal-jean-1874-10-20	{"g55": "10-367"}	{"g55": "10-367"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Vidal", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1874-10-20 08:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Aussillon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Vidal", "nobility": ""}, "birth": {"date": "1874-10-20 08:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Aussillon"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-367"}}, "raw": {"DAY": "20-10-1874", "HOUR": "8 h.", "NAME": "VIDAL Jean", "PLACE": "Aussillon (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25331	viguier-elisee-1899-12-06	{"g55": "10-368"}	{"g55": "10-368"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elisée", "family": "Viguier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1899-12-06 06:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Poudis", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Elisée", "family": "Viguier", "nobility": ""}, "birth": {"date": "1899-12-06 06:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Poudis"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-368"}}, "raw": {"DAY": "6-12-1899", "HOUR": "6 h.", "NAME": "VIGUIER Elisée", "PLACE": "Poudis (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25332	vincent-leopold-1885-01-26	{"g55": "10-369"}	{"g55": "10-369"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léopold", "family": "Vincent", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1885-01-26 09:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Assac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Léopold", "family": "Vincent", "nobility": ""}, "birth": {"date": "1885-01-26 09:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Assac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-369"}}, "raw": {"DAY": "26-1-1885", "HOUR": "9 h.", "NAME": "VINCENT Léopold", "PLACE": "Assac (Tarn)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1725	vincent-francois-1936-04-10	{"a1": "1726", "3a_sports": "4247", "cfepp-final3": "620"}	{"cfepp": "CF-620", "cpara": "CP-421", "ertel": "ES-4247", "lerrcp": "A1-1726"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Vincent", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1936-04-10 05:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1936-04-10 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["weightlifter"]	5	null	[{"new": {"name": {"given": "François", "family": "Vincent"}, "birth": {"tzo": "+00:00", "date": "1936-04-10 05:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1936-04-10 05:00"}, "occus": ["weightlifter"], "trust": 5, "partial_ids": {"lerrcp": "A1-1726"}, "ids-in-sources": {"a1": "1726"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "34", "COU": "F", "DAY": "10", "LAT": "43N37", "LON": "3E53", "MON": "4", "NUM": "1726", "PRO": "C", "SEC": "0", "YEA": "1936", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1936-04-10 05:00"}, "partial-ids": {"ertel": "ES-4247"}}, "raw": {"L": "", "MF": "", "NR": "4247", "ENG": "", "MA_": "1", "G_NR": "1726", "MA12": "12", "MARS": "35", "NAME": "Vincent", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,400", "CSINR": "", "KURTZ": "", "PHAS_": "91,700", "STUND": "5,00", "CFEPNR": "620", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "421", "VORNAME": "Francois", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "10.04.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "WEIG", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1936-04-10 05:00", "place": {"c3": ""}, "date-ut": "1936-04-10 05:00"}, "occus": ["weightlifter"], "ids-in-sources": {"cfepp-final3": "620"}}, "raw": {"S": "12", "LT": "05 00", "LV": "FI", "TR": "f", "UT": "05 00", "LAT": "+43.61", "SRC": "L", "LONG": "-03.88", "NAME": "VINCENT Francois", "SPORT": "Weightlifting", "LOC_DATE": "1936 04 10", "UNIV_DATE": "1936 04 10", "BIRTH_PLACE": "MONTPELLIER", "POSTAL_CODE": "34064 CEDEX"}, "date": "2023-08-20T14:46:08+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1723	rigoulot-charles-1903-11-03	{"a1": "1724", "g55": "03-363", "3a_sports": "3507", "cfepp-final3": "618"}	{"g55": "03-363", "cfepp": "CF-618", "cpara": "CP-368", "ertel": "ES-3507", "lerrcp": "A1-1724"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Rigoulot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1903-11-03 17:00", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 2.13308, "lat": 48.89281, "name": "Le Vésinet", "geoid": 2998854}, "notime": null, "date-ut": "1903-11-03 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["weightlifter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Rigoulot"}, "birth": {"tzo": "+00:09:21", "date": "1903-11-03 17:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13308, "lat": 48.89281, "name": "Le Vésinet", "geoid": 2998854}, "date-ut": "1903-11-03 16:50:40"}, "occus": ["weightlifter"], "trust": 5, "partial_ids": {"lerrcp": "A1-1724"}, "ids-in-sources": {"a1": "1724"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "78", "COU": "F", "DAY": "3", "LAT": "48N50", "LON": "2E 8", "MON": "11", "NUM": "1724", "PRO": "C", "SEC": "40", "YEA": "1903", "CITY": "LE VESINET"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1903-11-03 17:00"}, "partial-ids": {"ertel": "ES-3507"}}, "raw": {"L": "", "MF": "", "NR": "3507", "ENG": "", "MA_": "1", "G_NR": "1724", "MA12": "5", "MARS": "13", "NAME": "Rigoulot", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,400", "CSINR": "", "KURTZ": "", "PHAS_": "94,500", "STUND": "17,00", "CFEPNR": "618", "EXTEND": "", "NATION": "FRA", "TAGMON": "03.11.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "368", "VORNAME": "Charles", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "03.11.1903", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "WEIG", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1903-11-03 17:00", "place": {"c3": ""}, "date-ut": "1903-11-03 16:51"}, "occus": ["weightlifter"], "ids-in-sources": {"cfepp-final3": "618"}}, "raw": {"S": "5", "LT": "17 00", "LV": "M", "TR": "f", "UT": "16 51", "LAT": "+48.90", "SRC": "ALG", "LONG": "-02.14", "NAME": "RIGOULOT Charles", "SPORT": "Weightlifting", "LOC_DATE": "1903 11 03", "UNIV_DATE": "1903 11 03", "BIRTH_PLACE": "LE VESINET", "POSTAL_CODE": "78110"}, "date": "2023-08-20T14:46:08+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-363"}, "ids-in-source": {"g55": "03-363"}}, "raw": {"DAY": "3-11-1903", "HOUR": "17 h.", "NAME": "RIGOULOT Charles", "PLACE": "Le Vésinet (Seine-et-Oise)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25333	ablin-paul-1857-07-03	{"g55": "10-370"}	{"g55": "10-370"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Ablin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1857-07-03 19:30", "note": null, "place": {"c1": "", "c2": "76", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Rouen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Ablin", "nobility": ""}, "birth": {"date": "1857-07-03 19:30", "place": {"c1": "", "c2": "76", "c3": "", "cy": "FR", "name": "Rouen"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-370"}}, "raw": {"DAY": "3-7-1857", "HOUR": "19 h. 30", "NAME": "ABLIN Paul", "PLACE": "Rouen (Seine-Inférieure)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25334	ackermann-joseph-1846-10-01	{"g55": "10-371"}	{"g55": "10-371"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Ackermann", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1846-10-01 09:00", "note": null, "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Soultz", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Ackermann", "nobility": ""}, "birth": {"date": "1846-10-01 09:00", "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "name": "Soultz"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-371"}}, "raw": {"DAY": "1-10-1846", "HOUR": "9 h.", "NAME": "ACKERMANN Joseph", "PLACE": "Soultz (Haut-Rhin)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25335	adam-jean-1856-12-19	{"g55": "10-372"}	{"g55": "10-372"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Adam", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1856-12-19 02:00", "note": null, "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Strasbourg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Adam", "nobility": ""}, "birth": {"date": "1856-12-19 02:00", "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "name": "Strasbourg"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-372"}}, "raw": {"DAY": "19-12-1856", "HOUR": "2 h.", "NAME": "ADAM Jean", "PLACE": "Strasbourg (Bas-Rhin)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25336	aigouy-jean-1867-03-06	{"g55": "10-373"}	{"g55": "10-373"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Aigouy", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1867-03-06 21:00", "note": null, "place": {"c1": "", "c2": "48", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Marvejols", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Aigouy", "nobility": ""}, "birth": {"date": "1867-03-06 21:00", "place": {"c1": "", "c2": "48", "c3": "", "cy": "FR", "name": "Marvejols"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-373"}}, "raw": {"DAY": "6-3-1867", "HOUR": "21 h.", "NAME": "AIGOUY Jean", "PLACE": "Marvejols (Lozère)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25337	aigouy-pierre-1861-10-11	{"g55": "10-374"}	{"g55": "10-374"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Aigouy", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1861-10-11 12:00", "note": null, "place": {"c1": "", "c2": "48", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Marvejols", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Aigouy", "nobility": ""}, "birth": {"date": "1861-10-11 12:00", "place": {"c1": "", "c2": "48", "c3": "", "cy": "FR", "name": "Marvejols"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-374"}}, "raw": {"DAY": "11-10-1861", "HOUR": "12 h.", "NAME": "AIGOUY Pierre", "PLACE": "Marvejols (Lozère)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1727	ferignac-jean-1936-09-27	{"a1": "1728", "3a_sports": "1607", "cfepp-final3": "623"}	{"cfepp": "CF-623", "cpara": "CP-184", "ertel": "ES-1607", "lerrcp": "A1-1728"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Ferignac", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1936-09-27 19:00", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": 0.353, "lat": 45.43704, "name": "Fontaine", "geoid": 3018013}, "notime": null, "date-ut": "1936-09-27 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["handball-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Ferignac"}, "birth": {"tzo": "+01:00", "date": "1936-09-27 19:00", "place": {"c2": "24", "cy": "FR", "lg": 0.353, "lat": 45.43704, "name": "Fontaine", "geoid": 3018013}, "date-ut": "1936-09-27 18:00"}, "occus": ["handball-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1728"}, "ids-in-sources": {"a1": "1728"}}, "raw": {"H": "18", "MN": "0", "TZ": "0", "COD": "24", "COU": "F", "DAY": "27", "LAT": "45N11", "LON": "0E44", "MON": "9", "NUM": "1728", "PRO": "C", "SEC": "0", "YEA": "1936", "CITY": "FONTAINE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1936-09-27 19:00"}, "partial-ids": {"ertel": "ES-1607"}}, "raw": {"L": "", "MF": "", "NR": "1607", "ENG": "", "MA_": "1", "G_NR": "1728", "MA12": "7", "MARS": "21", "NAME": "Ferignac", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,300", "CSINR": "", "KURTZ": "", "PHAS_": "80,200", "STUND": "19,00", "CFEPNR": "623", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "184", "VORNAME": "Jean", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "27.09.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "HAND", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1936-09-27 19:00", "place": {"c3": ""}, "date-ut": "1936-09-27 18:00"}, "occus": ["handball-player"], "ids-in-sources": {"cfepp-final3": "623"}}, "raw": {"S": "7", "LT": "19 00", "LV": "I103", "TR": "f", "UT": "18 00", "LAT": "+45.42", "SRC": "L", "LONG": "-00.32", "NAME": "FERIGNAC Jean", "SPORT": "Handball", "LOC_DATE": "1936 09 27", "UNIV_DATE": "1936 09 27", "BIRTH_PLACE": "CHAMPAGNE ET FONTAINE", "POSTAL_CODE": "24320"}, "date": "2023-08-20T14:46:08+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1729	specker-justy-1919-08-18	{"a1": "1730", "g55": "03-313", "3a_sports": "3871"}	{"g55": "03-313", "ertel": "ES-3871", "lerrcp": "A1-1730"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Justy", "family": "Specker", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1919-08-18 06:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.31372, "lat": 47.49436, "name": "Ferrette", "geoid": 3018659}, "notime": null, "date-ut": "1919-08-18 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["handball-player"]	5	null	[{"new": {"name": {"given": "Justy", "family": "Specker"}, "birth": {"tzo": "+01:00", "date": "1919-08-18 06:00", "place": {"c2": "68", "cy": "FR", "lg": 7.31372, "lat": 47.49436, "name": "Ferrette", "geoid": 3018659}, "date-ut": "1919-08-18 05:00"}, "occus": ["handball-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1730"}, "ids-in-sources": {"a1": "1730"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "68", "COU": "F", "DAY": "18", "LAT": "48N 5", "LON": "7E21", "MON": "8", "NUM": "1730", "PRO": "C", "SEC": "0", "YEA": "1919", "CITY": "FERRETTE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1919-08-18 06:00"}, "partial-ids": {"ertel": "ES-3871"}}, "raw": {"L": "", "MF": "", "NR": "3871", "ENG": "", "MA_": "1", "G_NR": "1730", "MA12": "2", "MARS": "4", "NAME": "Specker", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,10", "CSINR": "", "KURTZ": "", "PHAS_": "57,700", "STUND": "6,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Justy", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "18.08.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "HAND", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-313"}, "ids-in-source": {"g55": "03-313"}}, "raw": {"DAY": "18-8-1919", "HOUR": "6 h.", "NAME": "SPECKER Justy", "PLACE": "Ferrette (Haut-Rhin)."}, "date": "2023-08-20T14:48:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25338	aigouy-xavier-1868-04-05	{"g55": "10-375"}	{"g55": "10-375"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Xavier", "family": "Aigouy", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1868-04-05 09:00", "note": null, "place": {"c1": "", "c2": "48", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Marvejols", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Xavier", "family": "Aigouy", "nobility": ""}, "birth": {"date": "1868-04-05 09:00", "place": {"c1": "", "c2": "48", "c3": "", "cy": "FR", "name": "Marvejols"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-375"}}, "raw": {"DAY": "5-4-1868", "HOUR": "9 h.", "NAME": "AIGOUY Xavier", "PLACE": "Marvejols (Lozère)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25339	allez-claude-1866-08-01	{"g55": "10-376"}	{"g55": "10-376"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Allez", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1866-08-01 19:00", "note": null, "place": {"c1": "", "c2": "30", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Bouillargue", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Allez", "nobility": ""}, "birth": {"date": "1866-08-01 19:00", "place": {"c1": "", "c2": "30", "c3": "", "cy": "FR", "name": "Bouillargue"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-376"}}, "raw": {"DAY": "1-8-1866", "HOUR": "19 h.", "NAME": "ALLEZ Claude", "PLACE": "Bouillargue (Gard)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25340	amiot-sebastien-1872-01-18	{"g55": "10-377"}	{"g55": "10-377"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sébastien", "family": "Amiot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1872-01-18 16:00", "note": null, "place": {"c1": "", "c2": "44", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Boussay", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Sébastien", "family": "Amiot", "nobility": ""}, "birth": {"date": "1872-01-18 16:00", "place": {"c1": "", "c2": "44", "c3": "", "cy": "FR", "name": "Boussay"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-377"}}, "raw": {"DAY": "18-1-1872", "HOUR": "16 h.", "NAME": "AMIOT Sébastien", "PLACE": "Boussay (Loire-Inférieure)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1733	faure-beaulieu-suzanne-1905-08-29	{"a1": "1734", "g55": "03-436", "3a_sports": "1593", "cfepp-final3": "1096"}	{"g55": "03-436", "cfepp": "CF-1096", "ertel": "ES-1593", "lerrcp": "A1-1734"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Suzanne", "family": "Faure-Beaulieu", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:09:21", "date": "1905-08-29 03:00", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Dammarie-les-Lys", "geoid": 0}, "notime": null, "date-ut": "1905-08-29 02:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["field-hockey-player"]	5	null	[{"new": {"name": {"given": "Suzanne", "family": "Faure-Beaulieu"}, "birth": {"tzo": "+00:09:21", "date": "1905-08-29 15:00", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Dammarie-les-Ly", "geoid": 0}, "date-ut": "1905-08-29 14:50:40"}, "occus": ["field-hockey-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1734"}, "ids-in-sources": {"a1": "1734"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "77", "COU": "F", "DAY": "29", "LAT": "48N33", "LON": "2E40", "MON": "8", "NUM": "1734", "PRO": "C", "SEC": "40", "YEA": "1905", "CITY": "DAMMARIE-LES-LY"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "F", "birth": {"date": "1905-08-29 15:00"}, "partial-ids": {"ertel": "ES-1593"}}, "raw": {"L": "", "MF": "F", "NR": "1593", "ENG": "", "MA_": "1", "G_NR": "1734", "MA12": "2", "MARS": "4", "NAME": "Faure-Beaulieu", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,200", "CSINR": "", "KURTZ": "", "PHAS_": "3,300", "STUND": "15,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "29.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Suzanne", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.08.1905", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "HOCK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "faure-beaulieu-suzanne-1905-08-29", "birth": {"date": "1905-08-29 03:00", "place": {"c3": ""}, "date-ut": "1905-08-29 02:51"}, "occus": ["field-hockey-player"], "ids-in-sources": {"cfepp-final3": "1096"}}, "raw": {"S": "8", "LT": "03 00", "LV": "I", "TR": "f", "UT": "02 51", "LAT": "+48.51", "SRC": "AG  F", "LONG": "-02.64", "NAME": "FAURE-BEAULIEU Suzanne", "SPORT": "Field Hockey", "LOC_DATE": "1905 08 29", "UNIV_DATE": "1905 08 29", "BIRTH_PLACE": "DAMMARIE LES LYS", "POSTAL_CODE": "77190"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Dammarie-les-Lys"}}, "partial-ids": {"g55": "03-436"}, "ids-in-source": {"g55": "03-436"}}, "raw": {"DAY": "29-8-1905", "HOUR": "15 h.", "NAME": "FAURE-BEAULIEU Suzanne", "PLACE": "Dammarie-les-Lys (S.-M.)."}, "date": "2023-08-20T14:48:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25341	amiran-eugene-1852-12-19	{"g55": "10-378"}	{"g55": "10-378"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Amiran", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1852-12-19 05:00", "note": null, "place": {"c1": "", "c2": "35", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Briac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Amiran", "nobility": ""}, "birth": {"date": "1852-12-19 05:00", "place": {"c1": "", "c2": "35", "c3": "", "cy": "FR", "name": "Saint-Briac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-378"}}, "raw": {"DAY": "19-12-1852", "HOUR": "5 h.", "NAME": "AMIRAN Eugène", "PLACE": "Saint-Briac (Ille-et-Vilaine)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1735	lacroix-michel-1921-11-10	{"a1": "1736", "g55": "03-317", "3a_sports": "2319", "cfepp-final3": "643"}	{"g55": "03-317", "cfepp": "CF-643", "ertel": "ES-2319", "lerrcp": "A1-1736"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Lacroix", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1921-11-10 04:30", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 1.9779, "lat": 48.92162, "name": "Orgeval", "geoid": 2989372}, "notime": null, "date-ut": "1921-11-10 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["field-hockey-player"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Lacroix"}, "birth": {"tzo": "+00:00", "date": "1921-11-10 04:30", "place": {"c2": "78", "cy": "FR", "lg": 1.9779, "lat": 48.92162, "name": "Orgeval", "geoid": 2989372}, "date-ut": "1921-11-10 04:30"}, "occus": ["field-hockey-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1736"}, "ids-in-sources": {"a1": "1736"}}, "raw": {"H": "4", "MN": "30", "TZ": "0", "COD": "78", "COU": "F", "DAY": "10", "LAT": "48N50", "LON": "2E 8", "MON": "11", "NUM": "1736", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "ORGEVAL"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-11-10 04:30"}, "partial-ids": {"ertel": "ES-2319"}}, "raw": {"L": "", "MF": "", "NR": "2319", "ENG": "1", "MA_": "2", "G_NR": "1736", "MA12": "1", "MARS": "3", "NAME": "Lacroix", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,900", "CSINR": "", "KURTZ": "", "PHAS_": "71,500", "STUND": "4,50", "CFEPNR": "643", "EXTEND": "1", "NATION": "FRA", "TAGMON": "10.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "10.11.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "HOCK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1921-11-10 04:30", "place": {"c3": ""}, "date-ut": "1921-11-10 04:30"}, "occus": ["field-hockey-player"], "ids-in-sources": {"cfepp-final3": "643"}}, "raw": {"S": "1", "LT": "04 30", "LV": "I32", "TR": "f", "UT": "04 30", "LAT": "+48.92", "SRC": "AG", "LONG": "-01.98", "NAME": "LACROIX Michel", "SPORT": "Field Hockey", "LOC_DATE": "1921 11 10", "UNIV_DATE": "1921 11 10", "BIRTH_PLACE": "ORGEVAL", "POSTAL_CODE": "78630"}, "date": "2023-08-20T14:46:09+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-317"}, "ids-in-source": {"g55": "03-317"}}, "raw": {"DAY": "10-11-1921", "HOUR": "4 h. 30", "NAME": "LACROIX Michel", "PLACE": "Orgeval (Seine-et-Oise)."}, "date": "2023-08-20T14:48:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25342	andre-jean-m-1858-09-01	{"g55": "10-379"}	{"g55": "10-379"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-M.", "family": "Andre", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1858-09-01 02:00", "note": null, "place": {"c1": "", "c2": "83", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Laurent-Canet-d’Olt", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean-M.", "family": "Andre", "nobility": ""}, "birth": {"date": "1858-09-01 02:00", "place": {"c1": "", "c2": "83", "c3": "", "cy": "FR", "name": "Saint-Laurent-Canet-d’Olt"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-379"}}, "raw": {"DAY": "1-9-1858", "HOUR": "2 h.", "NAME": "ANDRE Jean-M.", "PLACE": "Saint-Laurent-Canet-d’Olt (Var)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25343	anglade-jean-1830-02-21	{"g55": "10-380"}	{"g55": "10-380"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Anglade", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1830-02-21 13:00", "note": null, "place": {"c1": "", "c2": "15", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Oradour.", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Anglade", "nobility": ""}, "birth": {"date": "1830-02-21 13:00", "place": {"c1": "", "c2": "15", "c3": "", "cy": "FR", "name": "Oradour."}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-380"}}, "raw": {"DAY": "21-2-1830", "HOUR": "13 h.", "NAME": "ANGLADE Jean", "PLACE": "Oradour. (Cantal)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25344	aniezan-jean-1853-01-06	{"g55": "10-381"}	{"g55": "10-381"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Aniezan", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1853-01-06 01:00", "note": null, "place": {"c1": "", "c2": "45", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Artenay", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Aniezan", "nobility": ""}, "birth": {"date": "1853-01-06 01:00", "place": {"c1": "", "c2": "45", "c3": "", "cy": "FR", "name": "Artenay"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-381"}}, "raw": {"DAY": "6-1-1853", "HOUR": "1 h.", "NAME": "ANIEZAN Jean", "PLACE": "Artenay (Loiret)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25345	antzenberger-pierre-1858-01-09	{"g55": "10-382"}	{"g55": "10-382"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Antzenberger", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1858-01-09 08:00", "note": null, "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Fouchy", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Antzenberger", "nobility": ""}, "birth": {"date": "1858-01-09 08:00", "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "name": "Fouchy"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-382"}}, "raw": {"DAY": "9-1-1858", "HOUR": "8 h.", "NAME": "ANTZENBERGER Pierre", "PLACE": "Fouchy (Bas-Rhin)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1740	vandame-pierre-1913-10-15	{"a1": "1741", "3a_sports": "4151", "cfepp-final3": "650"}	{"cfepp": "CF-650", "ertel": "ES-4151", "lerrcp": "A1-1741"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Vandame", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1913-10-15 17:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1913-10-15 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["field-hockey-player"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Vandame"}, "birth": {"tzo": "+00:00", "date": "1913-06-17 11:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1913-06-17 11:00"}, "occus": ["field-hockey-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1741"}, "ids-in-sources": {"a1": "1741"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "59", "COU": "F", "DAY": "17", "LAT": "50N39", "LON": "3E 5", "MON": "6", "NUM": "1741", "PRO": "C", "SEC": "0", "YEA": "1913", "CITY": "LILLE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1913-06-17 11:00"}, "partial-ids": {"ertel": "ES-4151"}}, "raw": {"L": "", "MF": "", "NR": "4151", "ENG": "", "MA_": "1", "G_NR": "1741", "MA12": "5", "MARS": "13", "NAME": "Vandame", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,100", "CSINR": "", "KURTZ": "", "PHAS_": "96,400", "STUND": "11,00", "CFEPNR": "650", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "17.06.1913", "GQBECORR": "c", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "HOCK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "vandame-pierre-1913-10-15", "birth": {"date": "1913-10-15 17:00", "place": {"c3": ""}, "date-ut": "1913-10-15 17:00"}, "occus": ["field-hockey-player"], "ids-in-sources": {"cfepp-final3": "650"}}, "raw": {"S": "9", "LT": "17 00", "LV": "I25", "TR": "f", "UT": "17 00", "LAT": "+50.63", "SRC": "AG", "LONG": "-03.06", "NAME": "VANDAMME Pierre", "SPORT": "Field Hockey", "LOC_DATE": "1913 10 15", "UNIV_DATE": "1913 10 15", "BIRTH_PLACE": "LILLE", "POSTAL_CODE": "59033 CEDEX"}, "date": "2023-08-20T14:46:09+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1738	salarnier-robert-1890-07-20	{"a1": "1739", "g55": "03-319", "3a_sports": "3655", "cfepp-final3": "647"}	{"g55": "03-319", "cfepp": "CF-647", "ertel": "ES-3655", "lerrcp": "A1-1739"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Salarnier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:40", "date": "1890-07-20 01:30", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.41579, "lat": 48.83864, "name": "Saint-Mandé", "geoid": 2978621}, "notime": null, "date-ut": "1890-07-20 01:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["field-hockey-player"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Salarnier"}, "birth": {"tzo": "+00:09:40", "date": "1890-07-20 01:30", "place": {"c2": "94", "cy": "FR", "lg": 2.41579, "lat": 48.83864, "name": "Saint-Mandé", "geoid": 2978621}, "date-ut": "1890-07-20 01:20:04"}, "occus": ["field-hockey-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1739"}, "ids-in-sources": {"a1": "1739"}}, "raw": {"H": "1", "MN": "20", "TZ": "0", "COD": "94", "COU": "F", "DAY": "20", "LAT": "48N47", "LON": "2E29", "MON": "7", "NUM": "1739", "PRO": "C", "SEC": "4", "YEA": "1890", "CITY": "ST-MANDE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1890-07-20 01:30"}, "partial-ids": {"ertel": "ES-3655"}}, "raw": {"L": "", "MF": "", "NR": "3655", "ENG": "", "MA_": "1", "G_NR": "1739", "MA12": "7", "MARS": "20", "NAME": "Salarnier", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,300", "CSINR": "", "KURTZ": "", "PHAS_": "7,900", "STUND": "1,50", "CFEPNR": "647", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "20.07.1890", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "HOCK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1890-07-20 01:30", "place": {"c3": ""}, "date-ut": "1890-07-20 01:20"}, "occus": ["field-hockey-player"], "ids-in-sources": {"cfepp-final3": "647"}}, "raw": {"S": "7", "LT": "01 30", "LV": "I", "TR": "f", "UT": "01 20", "LAT": "+48.84", "SRC": "A", "LONG": "-02.42", "NAME": "SALARNIER Robert", "SPORT": "Field Hockey", "LOC_DATE": "1890 07 20", "UNIV_DATE": "1890 07 20", "BIRTH_PLACE": "ST MANDE", "POSTAL_CODE": "94160"}, "date": "2023-08-20T14:46:09+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-319"}, "ids-in-source": {"g55": "03-319"}}, "raw": {"DAY": "20-7-1890", "HOUR": "1 h. 30", "NAME": "SALARNIER Robert", "PLACE": "Saint-Mandé (Seine)."}, "date": "2023-08-20T14:48:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25346	archimbaud-francois-1879-07-19	{"g55": "10-383"}	{"g55": "10-383"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Archimbaud", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1879-07-19 05:00", "note": null, "place": {"c1": "", "c2": "63", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Vollores-Montagne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "François", "family": "Archimbaud", "nobility": ""}, "birth": {"date": "1879-07-19 05:00", "place": {"c1": "", "c2": "63", "c3": "", "cy": "FR", "name": "Vollores-Montagne"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-383"}}, "raw": {"DAY": "19-7-1879", "HOUR": "5 h.", "NAME": "ARCHIMBAUD François", "PLACE": "Vollores-Montagne (P.-de-D.)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25347	arnal-auguste-1848-10-21	{"g55": "10-384"}	{"g55": "10-384"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Arnal", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1848-10-21 13:00", "note": null, "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Camarés", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Arnal", "nobility": ""}, "birth": {"date": "1848-10-21 13:00", "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "name": "Camarés"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-384"}}, "raw": {"DAY": "21-10-1848", "HOUR": "13 h.", "NAME": "ARNAL Auguste", "PLACE": "Camarés (Aveyron)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25348	arnal-jean-1859-11-06	{"g55": "10-385"}	{"g55": "10-385"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Arnal", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1859-11-06 22:00", "note": null, "place": {"c1": "", "c2": "15", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Anglards-de-Salers", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Arnal", "nobility": ""}, "birth": {"date": "1859-11-06 22:00", "place": {"c1": "", "c2": "15", "c3": "", "cy": "FR", "name": "Anglards-de-Salers"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-385"}}, "raw": {"DAY": "6-11-1859", "HOUR": "22 h.", "NAME": "ARNAL Jean", "PLACE": "Anglards-de-Salers (Cantal)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25349	aubry-raymond-1864-09-04	{"g55": "10-386"}	{"g55": "10-386"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Aubry", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1864-09-04 21:00", "note": null, "place": {"c1": "", "c2": "52", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Montigny-le-Roi", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Aubry", "nobility": ""}, "birth": {"date": "1864-09-04 21:00", "place": {"c1": "", "c2": "52", "c3": "", "cy": "FR", "name": "Montigny-le-Roi"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-386"}}, "raw": {"DAY": "4-9-1864", "HOUR": "21 h.", "NAME": "AUBRY Raymond", "PLACE": "Montigny-le-Roi (Haute-Marne)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1744	deglane-henri-1902-06-22	{"a1": "1745", "3a_sports": "1305"}	{"ertel": "ES-1305", "lerrcp": "A1-1745"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Deglane", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1902-06-22 09:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1902-06-22 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["wrestler"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Deglane"}, "birth": {"tzo": "+00:09:21", "date": "1902-06-22 09:00", "place": {"c2": "87", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1902-06-22 08:50:40"}, "occus": ["wrestler"], "trust": 5, "partial_ids": {"lerrcp": "A1-1745"}, "ids-in-sources": {"a1": "1745"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "87", "COU": "F", "DAY": "22", "LAT": "45N50", "LON": "1E15", "MON": "6", "NUM": "1745", "PRO": "C", "SEC": "40", "YEA": "1902", "CITY": "LIMOGES"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1902-06-22 09:00"}, "partial-ids": {"ertel": "ES-1305"}}, "raw": {"L": "", "MF": "", "NR": "1305", "ENG": "", "MA_": "0", "G_NR": "1745", "MA12": "3", "MARS": "8", "NAME": "Deglane", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,800", "CSINR": "", "KURTZ": "p", "PHAS_": "99,100", "STUND": "9,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.06.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "22.06.1902", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "WRES", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:07+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1742	brunaud-andre-1915-02-09	{"a1": "1743", "g55": "03-323", "3a_sports": "694", "cfepp-final3": "1098"}	{"g55": "03-323", "cfepp": "CF-1098", "ertel": "ES-694", "lerrcp": "A1-1743"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Brunaud", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1915-02-09 08:00", "note": null, "place": {"c1": null, "c2": "36", "c3": "", "cy": "FR", "lg": 1.51324, "lat": 46.60193, "name": "Saint-Marcel", "geoid": 2978590}, "notime": null, "date-ut": "1915-02-09 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["wrestler"]	5	null	[{"new": {"name": {"given": "André", "family": "Brunaud"}, "birth": {"tzo": "+00:00", "date": "1915-02-09 08:00", "place": {"c2": "36", "cy": "FR", "lg": 1.51324, "lat": 46.60193, "name": "Saint-Marcel", "geoid": 2978590}, "date-ut": "1915-02-09 08:00"}, "occus": ["wrestler"], "trust": 5, "partial_ids": {"lerrcp": "A1-1743"}, "ids-in-sources": {"a1": "1743"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "36", "COU": "F", "DAY": "9", "LAT": "46N49", "LON": "1E41", "MON": "2", "NUM": "1743", "PRO": "C", "SEC": "0", "YEA": "1915", "CITY": "ST-MARCEL"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1915-02-09 08:00"}, "partial-ids": {"ertel": "ES-694"}}, "raw": {"L": "", "MF": "", "NR": "694", "ENG": "1", "MA_": "2", "G_NR": "1743", "MA12": "1", "MARS": "3", "NAME": "Brunaud", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,00", "CSINR": "", "KURTZ": "", "PHAS_": "30,200", "STUND": "8,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "09.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "09.02.1915", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "WRES", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1915-02-09 08:00", "place": {"c3": ""}, "date-ut": "1915-02-09 08:00"}, "occus": ["wrestler"], "ids-in-sources": {"cfepp-final3": "1098"}}, "raw": {"S": "1", "LT": "08 00", "LV": "I", "TR": "f", "UT": "08 00", "LAT": "+46.60", "SRC": "AG  F", "LONG": "-01.51", "NAME": "BRUNAUD Andre", "SPORT": "Wrestling", "LOC_DATE": "1915 02 09", "UNIV_DATE": "1915 02 09", "BIRTH_PLACE": "ST MARCEL", "POSTAL_CODE": "36200"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-323"}, "ids-in-source": {"g55": "03-323"}}, "raw": {"DAY": "9-2-1915", "HOUR": "8 h.", "NAME": "BRUNAUD André", "PLACE": "Saint-Marcel (Indre)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25350	aubry-jean-baptiste-1850-02-24	{"g55": "10-387"}	{"g55": "10-387"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Baptiste", "family": "Aubry", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1850-02-24 21:00", "note": null, "place": {"c1": "", "c2": "54", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Thuilley", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean-Baptiste", "family": "Aubry", "nobility": ""}, "birth": {"date": "1850-02-24 21:00", "place": {"c1": "", "c2": "54", "c3": "", "cy": "FR", "name": "Thuilley"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-387"}}, "raw": {"DAY": "24-2-1850", "HOUR": "21 h.", "NAME": "AUBRY Jean-Baptiste", "PLACE": "Thuilley (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25351	audigier-pierre-1838-11-07	{"g55": "10-388"}	{"g55": "10-388"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Audigier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1838-11-07 02:00", "note": null, "place": {"c1": "", "c2": "07", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Burzet", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Audigier", "nobility": ""}, "birth": {"date": "1838-11-07 02:00", "place": {"c1": "", "c2": "07", "c3": "", "cy": "FR", "name": "Burzet"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-388"}}, "raw": {"DAY": "7-11-1838", "HOUR": "2 h.", "NAME": "AUDIGIER Pierre", "PLACE": "Burzet (Ardèche)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25352	aulagne-joseph-1862-04-06	{"g55": "10-389"}	{"g55": "10-389"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Aulagne", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1862-04-06 02:00", "note": null, "place": {"c1": "", "c2": "43", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Langeac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Aulagne", "nobility": ""}, "birth": {"date": "1862-04-06 02:00", "place": {"c1": "", "c2": "43", "c3": "", "cy": "FR", "name": "Langeac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-389"}}, "raw": {"DAY": "6-4-1862", "HOUR": "2 h.", "NAME": "AULAGNE Joseph", "PLACE": "Langeac (Haute-Loire)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1749	pacome-charles-1902-11-05	{"a1": "1750", "g55": "03-329", "3a_sports": "3116"}	{"g55": "03-329", "cpara": "CP-329", "ertel": "ES-3116", "lerrcp": "A1-1750"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Pacome", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1902-11-05 03:30", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 2.43242, "lat": 50.96882, "name": "Bergues", "geoid": 3033363}, "notime": null, "date-ut": "1902-11-05 03:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["wrestler"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Pacome"}, "birth": {"tzo": "+00:09:21", "date": "1902-11-05 03:30", "place": {"c2": "59", "cy": "FR", "lg": 2.43242, "lat": 50.96882, "name": "Bergues", "geoid": 3033363}, "date-ut": "1902-11-05 03:20:40"}, "occus": ["wrestler"], "trust": 5, "partial_ids": {"lerrcp": "A1-1750"}, "ids-in-sources": {"a1": "1750"}}, "raw": {"H": "3", "MN": "20", "TZ": "0", "COD": "59", "COU": "F", "DAY": "5", "LAT": "50N39", "LON": "3E 5", "MON": "11", "NUM": "1750", "PRO": "C", "SEC": "40", "YEA": "1902", "CITY": "BERGUES"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1902-11-05 03:30"}, "partial-ids": {"ertel": "ES-3116"}}, "raw": {"L": "", "MF": "", "NR": "3116", "ENG": "", "MA_": "1", "G_NR": "1750", "MA12": "2", "MARS": "4", "NAME": "Pacome", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,800", "CSINR": "", "KURTZ": "", "PHAS_": "19,000", "STUND": "3,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.11.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "329", "VORNAME": "Charles", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "05.11.1902", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "WRES", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-329"}, "ids-in-source": {"g55": "03-329"}}, "raw": {"DAY": "5-11-1902", "HOUR": "3 h. 30", "NAME": "PACOME Charles", "PLACE": "Bergues (Nord)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25353	auvray-georges-1871-03-08	{"g55": "10-390"}	{"g55": "10-390"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Auvray", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1871-03-08 10:00", "note": null, "place": {"c1": "", "c2": "45", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Auxy", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Auvray", "nobility": ""}, "birth": {"date": "1871-03-08 10:00", "place": {"c1": "", "c2": "45", "c3": "", "cy": "FR", "name": "Auxy"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-390"}}, "raw": {"DAY": "8-3-1871", "HOUR": "10 h.", "NAME": "AUVRAY Georges", "PLACE": "Auxy (Loiret)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1747	jourlin-jean-1909-06-25	{"a1": "1748", "g55": "03-327", "3a_sports": "2234", "cfepp-final3": "662"}	{"g55": "03-327", "cfepp": "CF-662", "ertel": "ES-2234", "lerrcp": "A1-1748"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Jourlin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1909-06-25 17:15", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": 4.433, "lat": 45.89614, "name": "Tarare", "geoid": 2973394}, "notime": null, "date-ut": "1909-06-25 17:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["wrestler"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Jourlin"}, "birth": {"tzo": "+00:09:21", "date": "1909-06-25 17:15", "place": {"c2": "69", "cy": "FR", "lg": 4.433, "lat": 45.89614, "name": "Tarare", "geoid": 2973394}, "date-ut": "1909-06-25 17:05:40"}, "occus": ["wrestler"], "trust": 5, "partial_ids": {"lerrcp": "A1-1748"}, "ids-in-sources": {"a1": "1748"}}, "raw": {"H": "17", "MN": "5", "TZ": "0", "COD": "69", "COU": "F", "DAY": "25", "LAT": "45N46", "LON": "4E50", "MON": "6", "NUM": "1748", "PRO": "C", "SEC": "40", "YEA": "1909", "CITY": "TARARE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1909-06-25 17:15"}, "partial-ids": {"ertel": "ES-2234"}}, "raw": {"L": "", "MF": "", "NR": "2234", "ENG": "", "MA_": "1", "G_NR": "1748", "MA12": "10", "MARS": "28", "NAME": "Jourlin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,200", "CSINR": "", "KURTZ": "", "PHAS_": "42,700", "STUND": "17,25", "CFEPNR": "662", "EXTEND": "", "NATION": "FRA", "TAGMON": "25.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "25.06.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "WRES", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1909-06-25 17:15", "place": {"c3": ""}, "date-ut": "1909-06-25 17:06"}, "occus": ["wrestler"], "ids-in-sources": {"cfepp-final3": "662"}}, "raw": {"S": "10", "LT": "17 15", "LV": "E", "TR": "f", "UT": "17 06", "LAT": "+45.89", "SRC": "AG", "LONG": "-04.44", "NAME": "JOURLIN Jean", "SPORT": "Wrestling", "LOC_DATE": "1909 06 25", "UNIV_DATE": "1909 06 25", "BIRTH_PLACE": "TARARE", "POSTAL_CODE": "69170"}, "date": "2023-08-20T14:46:09+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-327"}, "ids-in-source": {"g55": "03-327"}}, "raw": {"DAY": "25-6-1909", "HOUR": "17 h. 15", "NAME": "JOURLIN Jean", "PLACE": "Tarare (Rhône)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25354	avrial-alban-1853-05-07	{"g55": "10-391"}	{"g55": "10-391"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alban", "family": "Avrial", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1853-05-07 03:00", "note": null, "place": {"c1": "", "c2": "11", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Thézon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Alban", "family": "Avrial", "nobility": ""}, "birth": {"date": "1853-05-07 03:00", "place": {"c1": "", "c2": "11", "c3": "", "cy": "FR", "name": "Thézon"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-391"}}, "raw": {"DAY": "7-5-1853", "HOUR": "3 h.", "NAME": "AVRIAL Alban", "PLACE": "Thézon (Aude)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25355	bachelin-louis-1866-07-28	{"g55": "10-392"}	{"g55": "10-392"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Bachelin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1866-07-28 04:00", "note": null, "place": {"c1": "", "c2": "23", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Bonnat", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Bachelin", "nobility": ""}, "birth": {"date": "1866-07-28 04:00", "place": {"c1": "", "c2": "23", "c3": "", "cy": "FR", "name": "Bonnat"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-392"}}, "raw": {"DAY": "28-7-1866", "HOUR": "4 h.", "NAME": "BACHELIN Louis", "PLACE": "Bonnat (Creuse)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25356	baloche-constant-1856-05-09	{"g55": "10-393"}	{"g55": "10-393"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Constant", "family": "Baloche", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1856-05-09 07:00", "note": null, "place": {"c1": "", "c2": "61", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Flers", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Constant", "family": "Baloche", "nobility": ""}, "birth": {"date": "1856-05-09 07:00", "place": {"c1": "", "c2": "61", "c3": "", "cy": "FR", "name": "Flers"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-393"}}, "raw": {"DAY": "9-5-1856", "HOUR": "7 h.", "NAME": "BALOCHE Constant", "PLACE": "Flers (Orne)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25357	barascud-frederic-1874-12-24	{"g55": "10-394"}	{"g55": "10-394"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Barascud", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1874-12-24 18:00", "note": null, "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Millau", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Barascud", "nobility": ""}, "birth": {"date": "1874-12-24 18:00", "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "name": "Millau"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-394"}}, "raw": {"DAY": "24-12-1874", "HOUR": "18 h.", "NAME": "BARASCUD Frédéric", "PLACE": "Millau (Aveyron)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1754	delerue-henri-1939-11-14	{"a1": "1755", "3a_sports": "1328", "cfepp-final3": "46"}	{"cfepp": "CF-46", "cpara": "CP-151", "ertel": "ES-1328", "lerrcp": "A1-1755"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Delerue", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1939-11-14 17:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.68541, "lat": 50.51674, "name": "Beuvry", "geoid": 3032903}, "notime": null, "date-ut": "1939-11-14 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["race-walker", "athletics-competitor"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Delerue"}, "birth": {"tzo": "+01:00", "date": "1939-11-14 17:00", "place": {"c2": "62", "cy": "FR", "lg": 2.68541, "lat": 50.51674, "name": "Beuvry", "geoid": 3032903}, "date-ut": "1939-11-14 16:00"}, "occus": ["race-walker"], "trust": 5, "partial_ids": {"lerrcp": "A1-1755"}, "ids-in-sources": {"a1": "1755"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "62", "COU": "F", "DAY": "14", "LAT": "50N18", "LON": "2E46", "MON": "11", "NUM": "1755", "PRO": "C", "SEC": "0", "YEA": "1939", "CITY": "BEUVRY"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1939-11-14 17:00"}, "partial-ids": {"ertel": "ES-1328"}}, "raw": {"L": "", "MF": "", "NR": "1328", "ENG": "", "MA_": "1", "G_NR": "1755", "MA12": "2", "MARS": "5", "NAME": "Delerue", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,900", "CSINR": "", "KURTZ": "", "PHAS_": "8,400", "STUND": "17,00", "CFEPNR": "46", "EXTEND": "", "NATION": "FRA", "TAGMON": "14.11.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "151", "VORNAME": "Henri", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "14.11.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "WALK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:08+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1939-11-14 17:00", "place": {"c3": ""}, "date-ut": "1939-11-14 16:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "46"}}, "raw": {"S": "2", "LT": "17 00", "LV": "FI", "TR": "f", "UT": "16 00", "LAT": "+50.52", "SRC": "L", "LONG": "-02.68", "NAME": "DELERUE Henri", "SPORT": "Track & Field", "LOC_DATE": "1939 11 14", "UNIV_DATE": "1939 11 14", "BIRTH_PLACE": "BEUVRY", "POSTAL_CODE": "62660"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1752	cornet-florimond-1911-07-21	{"a1": "1753", "g55": "03-331", "3a_sports": "1111", "cfepp-final3": "37"}	{"g55": "03-331", "cfepp": "CF-37", "cpara": "CP-130", "ertel": "ES-1111", "lerrcp": "A1-1753"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Florimond", "family": "Cornet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1911-07-21 16:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 1.83478, "lat": 50.66884, "name": "Desvres", "geoid": 3021524}, "notime": null, "date-ut": "1911-07-21 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["race-walker", "athletics-competitor"]	5	null	[{"new": {"name": {"given": "Florimond", "family": "Cornet"}, "birth": {"tzo": "+00:00", "date": "1912-07-21 09:30", "place": {"c2": "62", "cy": "FR", "lg": 1.83478, "lat": 50.66884, "name": "Desvres", "geoid": 3021524}, "date-ut": "1912-07-21 09:30"}, "occus": ["race-walker"], "trust": 5, "partial_ids": {"lerrcp": "A1-1753"}, "ids-in-sources": {"a1": "1753"}}, "raw": {"H": "9", "MN": "30", "TZ": "0", "COD": "62", "COU": "F", "DAY": "21", "LAT": "50N18", "LON": "2E46", "MON": "7", "NUM": "1753", "PRO": "C", "SEC": "0", "YEA": "1912", "CITY": "DESVRES"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1912-07-21 09:30"}, "partial-ids": {"ertel": "ES-1111"}}, "raw": {"L": "", "MF": "", "NR": "1111", "ENG": "1", "MA_": "2", "G_NR": "1753", "MA12": "1", "MARS": "3", "NAME": "Cornet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,800", "CSINR": "", "KURTZ": "d", "PHAS_": "47,800", "STUND": "9,50", "CFEPNR": "37", "EXTEND": "1", "NATION": "FRA", "TAGMON": "21.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "130", "VORNAME": "Florimond", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "21.07.1912", "GQBECORR": "c", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "WALK", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "cornet-florimond-1911-07-21", "birth": {"date": "1911-07-21 16:00", "place": {"c3": ""}, "date-ut": "1911-07-21 16:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "37"}}, "raw": {"S": "8", "LT": "16 00", "LV": "M", "TR": "f", "UT": "16 00", "LAT": "+50.67", "SRC": "ALG", "LONG": "-01.84", "NAME": "CORNET Florimond", "SPORT": "Track & Field", "LOC_DATE": "1911 07 21", "UNIV_DATE": "1911 07 21", "BIRTH_PLACE": "DESVRES", "POSTAL_CODE": "62240"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-331"}, "ids-in-source": {"g55": "03-331"}}, "raw": {"DAY": "21-7-1912", "HOUR": "9 h. 30", "NAME": "CORNET Florimond", "PLACE": "Desvres (Pas-de-Calais)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25358	barbry-pierre-1915-02-08	{"g55": "10-395"}	{"g55": "10-395"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Barbry", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1915-02-08 02:00", "note": null, "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Portel", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Barbry", "nobility": ""}, "birth": {"date": "1915-02-08 02:00", "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "name": "Portel"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-395"}}, "raw": {"DAY": "8-2-1915", "HOUR": "2 h.", "NAME": "BARBRY Pierre", "PLACE": "Portel (Pas-de-Calais)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25359	baros-jean-1856-06-24	{"g55": "10-396"}	{"g55": "10-396"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Baros", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1856-06-24 04:00", "note": null, "place": {"c1": "", "c2": "38", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Grenoble", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Baros", "nobility": ""}, "birth": {"date": "1856-06-24 04:00", "place": {"c1": "", "c2": "38", "c3": "", "cy": "FR", "name": "Grenoble"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-396"}}, "raw": {"DAY": "24-6-1856", "HOUR": "4 h.", "NAME": "BAROS Jean", "PLACE": "Grenoble (Isère)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25360	barthelemy-clement-1854-10-18	{"g55": "10-397"}	{"g55": "10-397"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clément", "family": "Barthelemy", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1854-10-18 04:00", "note": null, "place": {"c1": "", "c2": "43", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Goudet", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Clément", "family": "Barthelemy", "nobility": ""}, "birth": {"date": "1854-10-18 04:00", "place": {"c1": "", "c2": "43", "c3": "", "cy": "FR", "name": "Goudet"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-397"}}, "raw": {"DAY": "18-10-1854", "HOUR": "4 h.", "NAME": "BARTHELEMY Clément", "PLACE": "Goudet (Haute-Loire)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25361	baruteil-pierre-1843-08-26	{"g55": "10-398"}	{"g55": "10-398"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Baruteil", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1843-08-26 08:00", "note": null, "place": {"c1": "", "c2": "66", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Bayxas", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Baruteil", "nobility": ""}, "birth": {"date": "1843-08-26 08:00", "place": {"c1": "", "c2": "66", "c3": "", "cy": "FR", "name": "Bayxas"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-398"}}, "raw": {"DAY": "26-8-1843", "HOUR": "8 h.", "NAME": "BARUTEIL Pierre", "PLACE": "Bayxas (Pyrénées-Orientales)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1759	cartonnet-ulysse-1911-10-13	{"a1": "1760", "3a_sports": "1121"}	{"cpara": "CP-101", "ertel": "ES-1121", "lerrcp": "A1-1760"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ulysse", "family": "Cartonnet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1911-10-13 21:45", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "notime": null, "date-ut": "1911-10-13 21:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "Ulysse", "family": "Cartonnet"}, "birth": {"tzo": "+00:00", "date": "1911-10-13 21:45", "place": {"c2": "62", "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "date-ut": "1911-10-13 21:45"}, "occus": ["swimmer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1760"}, "ids-in-sources": {"a1": "1760"}}, "raw": {"H": "21", "MN": "45", "TZ": "0", "COD": "62", "COU": "F", "DAY": "13", "LAT": "50N18", "LON": "2E46", "MON": "10", "NUM": "1760", "PRO": "C", "SEC": "0", "YEA": "1911", "CITY": "BOULOGNE-S/MER"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1911-10-13 21:45"}, "partial-ids": {"ertel": "ES-1121"}}, "raw": {"L": "", "MF": "", "NR": "1121", "ENG": "1", "MA_": "2", "G_NR": "1760", "MA12": "1", "MARS": "3", "NAME": "Cortonnet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,700", "CSINR": "", "KURTZ": "", "PHAS_": "72,300", "STUND": "21,75", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "13.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "101", "VORNAME": "Ulysse (Jacques)", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "13.10.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SWIM", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1758	bozon-gilbert-1935-03-19	{"a1": "1759", "3a_sports": "633", "cfepp-final3": "679"}	{"cfepp": "CF-679", "cpara": "CP-81", "ertel": "ES-633", "lerrcp": "A1-1759"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilbert", "family": "Bozon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1935-03-19 15:30", "note": null, "place": {"c1": null, "c2": "10", "c3": "", "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "notime": null, "date-ut": "1935-03-19 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "Gilbert", "family": "Bozon"}, "birth": {"tzo": "+00:00", "date": "1935-03-19 15:30", "place": {"c2": "10", "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "date-ut": "1935-03-19 15:30"}, "occus": ["swimmer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1759"}, "ids-in-sources": {"a1": "1759"}}, "raw": {"H": "15", "MN": "30", "TZ": "0", "COD": "10", "COU": "F", "DAY": "19", "LAT": "48N18", "LON": "4E 5", "MON": "3", "NUM": "1759", "PRO": "C", "SEC": "0", "YEA": "1935", "CITY": "TROYES"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1935-03-19 15:30"}, "partial-ids": {"ertel": "ES-633"}}, "raw": {"L": "", "MF": "", "NR": "633", "ENG": "", "MA_": "1", "G_NR": "1759", "MA12": "10", "MARS": "30", "NAME": "Bozon", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,000", "CSINR": "", "KURTZ": "", "PHAS_": "98,500", "STUND": "15,50", "CFEPNR": "679", "EXTEND": "", "NATION": "FRA", "TAGMON": "19.03.", "ZITATE": "DKS", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "81", "VORNAME": "Gilbert", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "19.03.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SWIM", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1935-03-19 15:30", "place": {"c3": ""}, "date-ut": "1935-03-19 15:30"}, "occus": ["swimmer"], "ids-in-sources": {"cfepp-final3": "679"}}, "raw": {"S": "10", "LT": "15 30", "LV": "M", "TR": "f", "UT": "15 30", "LAT": "+48.30", "SRC": "L", "LONG": "-04.07", "NAME": "BOZON Gilbert", "SPORT": "Swimming", "LOC_DATE": "1935 03 19", "UNIV_DATE": "1935 03 19", "BIRTH_PLACE": "TROYES", "POSTAL_CODE": "10026 CEDEX"}, "date": "2023-08-20T14:46:10+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
25362	batiffol-pierre-1861-01-27	{"g55": "10-399"}	{"g55": "10-399"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Batiffol", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1861-01-27 02:00", "note": null, "place": {"c1": "", "c2": "31", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Toulouse", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Batiffol", "nobility": ""}, "birth": {"date": "1861-01-27 02:00", "place": {"c1": "", "c2": "31", "c3": "", "cy": "FR", "name": "Toulouse"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-399"}}, "raw": {"DAY": "27-1-1861", "HOUR": "2 h.", "NAME": "BATIFFOL Pierre", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25363	batisse-emile-1873-02-09	{"g55": "10-400"}	{"g55": "10-400"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Batisse", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1873-02-09 10:00", "note": null, "place": {"c1": "", "c2": "71", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Vallier", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Batisse", "nobility": ""}, "birth": {"date": "1873-02-09 10:00", "place": {"c1": "", "c2": "71", "c3": "", "cy": "FR", "name": "Saint-Vallier"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-400"}}, "raw": {"DAY": "9-2-1873", "HOUR": "10 h.", "NAME": "BATISSE Emile", "PLACE": "Saint-Vallier (Saône-et-Loire)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25364	batissier-leon-1860-08-13	{"g55": "10-401"}	{"g55": "10-401"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Batissier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1860-08-13 04:30", "note": null, "place": {"c1": "", "c2": "03", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Bourbon-L’Archambault", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Batissier", "nobility": ""}, "birth": {"date": "1860-08-13 04:30", "place": {"c1": "", "c2": "03", "c3": "", "cy": "FR", "name": "Bourbon-L’Archambault"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-401"}}, "raw": {"DAY": "13-8-1860", "HOUR": "4 h. 30", "NAME": "BATISSIER Léon", "PLACE": "Bourbon-L’Archambault (Allier)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1764	godard-yvonne-1908-03-03	{"a1": "1765", "3a_sports": "1888"}	{"ertel": "ES-1888", "lerrcp": "A1-1765"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yvonne", "family": "Godard", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:09:21", "date": "1908-03-03 05:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "notime": null, "date-ut": "1908-03-03 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "Yvonne", "family": "Godard"}, "birth": {"tzo": "+00:09:21", "date": "1908-03-03 05:00", "place": {"c2": "59", "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "date-ut": "1908-03-03 04:50:40"}, "occus": ["swimmer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1765"}, "ids-in-sources": {"a1": "1765"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "59", "COU": "F", "DAY": "3", "LAT": "50N39", "LON": "3E 5", "MON": "3", "NUM": "1765", "PRO": "C", "SEC": "40", "YEA": "1908", "CITY": "DOUAI"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "F", "birth": {"date": "1908-03-03 05:00"}, "partial-ids": {"ertel": "ES-1888"}}, "raw": {"L": "", "MF": "F", "NR": "1888", "ENG": "", "MA_": "1", "G_NR": "1765", "MA12": "10", "MARS": "30", "NAME": "Godard", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,800", "CSINR": "", "KURTZ": "e", "PHAS_": "0,200", "STUND": "5,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "03.03.", "ZITATE": "DS", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Yvonne", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "03.03.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SWIM", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1762	drigny-emile-1883-07-03	{"a1": "1763", "g55": "03-334", "3a_sports": "1458"}	{"g55": "03-334", "ertel": "ES-1458", "lerrcp": "A1-1763"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Drigny", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:10:37", "date": "1883-07-03 21:30", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.65356, "lat": 48.5457, "name": "Melun", "geoid": 2994651}, "notime": null, "date-ut": "1883-07-03 21:19:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Drigny"}, "birth": {"tzo": "+00:10:37", "date": "1883-07-03 21:30", "place": {"c2": "77", "cy": "FR", "lg": 2.65356, "lat": 48.5457, "name": "Melun", "geoid": 2994651}, "date-ut": "1883-07-03 21:19:20"}, "occus": ["swimmer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1763"}, "ids-in-sources": {"a1": "1763"}}, "raw": {"H": "21", "MN": "19", "TZ": "0", "COD": "77", "COU": "F", "DAY": "3", "LAT": "48N33", "LON": "2E40", "MON": "7", "NUM": "1763", "PRO": "C", "SEC": "20", "YEA": "1883", "CITY": "MELUN"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1883-07-03 21:30"}, "partial-ids": {"ertel": "ES-1458"}}, "raw": {"L": "", "MF": "", "NR": "1458", "ENG": "", "MA_": "1", "G_NR": "1763", "MA12": "10", "MARS": "29", "NAME": "Drigny", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,300", "CSINR": "", "KURTZ": "", "PHAS_": "3,500", "STUND": "21,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "03.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Emile", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "03.07.1883", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SWIM", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-334"}, "ids-in-source": {"g55": "03-334"}}, "raw": {"DAY": "3-7-1883", "HOUR": "21 h. 30", "NAME": "DRIGNY Emile G.", "PLACE": "Melun (Seine-et-Marne)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25365	baudan-maurice-1860-07-21	{"g55": "10-402"}	{"g55": "10-402"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Baudan", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1860-07-21 15:00", "note": null, "place": {"c1": "", "c2": "16", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Christophe-de-Chalais", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Baudan", "nobility": ""}, "birth": {"date": "1860-07-21 15:00", "place": {"c1": "", "c2": "16", "c3": "", "cy": "FR", "name": "Saint-Christophe-de-Chalais"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-402"}}, "raw": {"DAY": "21-7-1860", "HOUR": "15 h.", "NAME": "BAUDAN Maurice", "PLACE": "Saint-Christophe-de-Chalais (Ch.)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25366	bayol-adrien-1878-12-28	{"g55": "10-403"}	{"g55": "10-403"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrien", "family": "Bayol", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1878-12-28 04:00", "note": null, "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Castanet", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Adrien", "family": "Bayol", "nobility": ""}, "birth": {"date": "1878-12-28 04:00", "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "name": "Castanet"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-403"}}, "raw": {"DAY": "28-12-1878", "HOUR": "4 h.", "NAME": "\\fBAYOL Adrien", "PLACE": "Castanet (Aveyron)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25367	baziere-alfred-1865-12-01	{"g55": "10-404"}	{"g55": "10-404"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Baziere", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1865-12-01 21:00", "note": null, "place": {"c1": "", "c2": "14", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Condé-sur-Noireau", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Baziere", "nobility": ""}, "birth": {"date": "1865-12-01 21:00", "place": {"c1": "", "c2": "14", "c3": "", "cy": "FR", "name": "Condé-sur-Noireau"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-404"}}, "raw": {"DAY": "1-12-1865", "HOUR": "21 h.", "NAME": "BAZIERE Alfred", "PLACE": "Condé-sur-Noireau (Calvados)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25368	beaudemon-etienne-1840-11-23	{"g55": "10-405"}	{"g55": "10-405"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Beaudemon", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1840-11-23 11:00", "note": null, "place": {"c1": "", "c2": "19", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Tulle", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Beaudemon", "nobility": ""}, "birth": {"date": "1840-11-23 11:00", "place": {"c1": "", "c2": "19", "c3": "", "cy": "FR", "name": "Tulle"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-405"}}, "raw": {"DAY": "23-11-1840", "HOUR": "11 h.", "NAME": "BEAUDEMON Etienne", "PLACE": "Tulle (Corrèze)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1767	jany-ginette-1932-01-12	{"a1": "1768", "3a_sports": "2203", "cfepp-final3": "689"}	{"cfepp": "CF-689", "ertel": "ES-2203", "lerrcp": "A1-1768"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ginette", "family": "Jany", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:00", "date": "1932-01-12 23:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1932-01-12 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "Ginette", "family": "Jany"}, "birth": {"tzo": "+00:00", "date": "1932-01-12 23:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1932-01-12 23:00"}, "occus": ["swimmer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1768"}, "ids-in-sources": {"a1": "1768"}}, "raw": {"H": "23", "MN": "0", "TZ": "0", "COD": "31", "COU": "F", "DAY": "12", "LAT": "43N37", "LON": "1E26", "MON": "1", "NUM": "1768", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "F", "birth": {"date": "1932-01-12 23:00"}, "partial-ids": {"ertel": "ES-2203"}}, "raw": {"L": "", "MF": "F", "NR": "2203", "ENG": "", "MA_": "1", "G_NR": "1768", "MA12": "9", "MARS": "26", "NAME": "Jany", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,700", "CSINR": "", "KURTZ": "", "PHAS_": "16,500", "STUND": "23,00", "CFEPNR": "689", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ginette", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "12.01.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SWIM", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1932-01-12 23:00", "place": {"c3": ""}, "date-ut": "1932-01-12 23:00"}, "occus": ["swimmer"], "ids-in-sources": {"cfepp-final3": "689"}}, "raw": {"S": "9", "LT": "23 00", "LV": "FI", "TR": "f", "UT": "23 00", "LAT": "+43.60", "SRC": "AL", "LONG": "-01.44", "NAME": "JANY Ginette", "SPORT": "Swimming", "LOC_DATE": "1932 01 12", "UNIV_DATE": "1932 01 12", "BIRTH_PLACE": "TOULOUSE", "POSTAL_CODE": "31040 CEDEX"}, "date": "2023-08-20T14:46:10+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1769	laurent-robert-1928-03-29	{"a1": "1770", "g55": "03-335", "3a_sports": "2384", "cfepp-final3": "691"}	{"g55": "03-335", "cfepp": "CF-691", "ertel": "ES-2384", "lerrcp": "A1-1770"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Laurent", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1928-03-29 22:00", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": 2.5, "lat": 48.91667, "name": "Neuilly-Plaisance", "geoid": 0}, "notime": null, "date-ut": "1928-03-29 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Laurent"}, "birth": {"tzo": "+00:00", "date": "1928-03-29 22:00", "place": {"c2": "93", "cy": "FR", "lg": 2.5, "lat": 48.91667, "name": "Neuilly-Plaisan", "geoid": 0}, "date-ut": "1928-03-29 22:00"}, "occus": ["swimmer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1770"}, "ids-in-sources": {"a1": "1770"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "93", "COU": "F", "DAY": "29", "LAT": "48N55", "LON": "2E30", "MON": "3", "NUM": "1770", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "NEUILLY-PLAISAN"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-03-29 22:00"}, "partial-ids": {"ertel": "ES-2384"}}, "raw": {"L": "", "MF": "", "NR": "2384", "ENG": "", "MA_": "1", "G_NR": "1770", "MA12": "10", "MARS": "29", "NAME": "Laurent", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,000", "CSINR": "", "KURTZ": "", "PHAS_": "55,600", "STUND": "22,00", "CFEPNR": "691", "EXTEND": "", "NATION": "FRA", "TAGMON": "29.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "29.03.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SWIM", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1928-03-29 22:00", "place": {"c3": ""}, "date-ut": "1928-03-29 22:00"}, "occus": ["swimmer"], "ids-in-sources": {"cfepp-final3": "691"}}, "raw": {"S": "10", "LT": "22 00", "LV": "FI", "TR": "f", "UT": "22 00", "LAT": "+48.87", "SRC": "AG", "LONG": "-02.51", "NAME": "LAURENT Robert", "SPORT": "Swimming", "LOC_DATE": "1928 03 29", "UNIV_DATE": "1928 03 29", "BIRTH_PLACE": "NEUILLY PLAISANCE", "POSTAL_CODE": "93360"}, "date": "2023-08-20T14:46:10+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Neuilly-Plaisance"}}, "partial-ids": {"g55": "03-335"}, "ids-in-source": {"g55": "03-335"}}, "raw": {"DAY": "29-3-1928", "HOUR": "22 h.", "NAME": "LAURENT Robert", "PLACE": "Neuilly-Plaisance (Seine-et-Oise)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25369	beauregard-emile-1880-12-29	{"g55": "10-406"}	{"g55": "10-406"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Beauregard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1880-12-29 10:30", "note": null, "place": {"c1": "", "c2": "35", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Braic", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Beauregard", "nobility": ""}, "birth": {"date": "1880-12-29 10:30", "place": {"c1": "", "c2": "35", "c3": "", "cy": "FR", "name": "Saint-Braic"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-406"}}, "raw": {"DAY": "29-12-1880", "HOUR": "10 h. 30", "NAME": "BEAUREGARD Emile", "PLACE": "Saint-Braic (Ille-et-Vilaine)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25370	bellon-edmond-1854-11-01	{"g55": "10-407"}	{"g55": "10-407"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Bellon", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1854-11-01 12:00", "note": null, "place": {"c1": "", "c2": "04", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Digne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Bellon", "nobility": ""}, "birth": {"date": "1854-11-01 12:00", "place": {"c1": "", "c2": "04", "c3": "", "cy": "FR", "name": "Digne"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-407"}}, "raw": {"DAY": "1-11-1854", "HOUR": "12 h.", "NAME": "BELLON Edmond", "PLACE": "Digne (Basses-Alpes)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25371	belsceur-desire-1874-04-05	{"g55": "10-408"}	{"g55": "10-408"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Désiré", "family": "Belsceur", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1874-04-05 11:00", "note": null, "place": {"c1": "", "c2": "56", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Fougerets", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Désiré", "family": "Belsceur", "nobility": ""}, "birth": {"date": "1874-04-05 11:00", "place": {"c1": "", "c2": "56", "c3": "", "cy": "FR", "name": "Fougerets"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-408"}}, "raw": {"DAY": "5-4-1874", "HOUR": "11 h.", "NAME": "BELSCEUR Désiré", "PLACE": "Fougerets (Morbihan)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25372	benezet-louis-1877-04-26	{"g55": "10-409"}	{"g55": "10-409"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Benezet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1877-04-26 17:00", "note": null, "place": {"c1": "", "c2": "48", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Berc", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Benezet", "nobility": ""}, "birth": {"date": "1877-04-26 17:00", "place": {"c1": "", "c2": "48", "c3": "", "cy": "FR", "name": "Berc"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-409"}}, "raw": {"DAY": "26-4-1877", "HOUR": "17 h.", "NAME": "BENEZET Louis", "PLACE": "Berc (Lozère)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1772	padou-henri-1898-05-15	{"a1": "1773", "3a_sports": "3117"}	{"cpara": "CP-330", "ertel": "ES-3117", "lerrcp": "A1-1773"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Padou", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1898-05-15 01:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1898-05-15 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Padou"}, "birth": {"tzo": "+00:09:21", "date": "1898-05-15 01:00", "place": {"c2": "59", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1898-05-15 00:50:40"}, "occus": ["swimmer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1773"}, "ids-in-sources": {"a1": "1773"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "59", "COU": "F", "DAY": "15", "LAT": "50N39", "LON": "3E 5", "MON": "5", "NUM": "1773", "PRO": "C", "SEC": "40", "YEA": "1898", "CITY": "ROUBAIX"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1898-05-15 01:00"}, "partial-ids": {"ertel": "ES-3117"}}, "raw": {"L": "", "MF": "", "NR": "3117", "ENG": "", "MA_": "0", "G_NR": "1773", "MA12": "12", "MARS": "34", "NAME": "Padou", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,00", "CSINR": "", "KURTZ": "", "PHAS_": "28,200", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.05.", "ZITATE": "DKS", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "330", "VORNAME": "Henri", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "15.05.1898", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SWIM", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1774	raffy-claude-1945-01-02	{"a1": "1775", "3a_sports": "3422", "cfepp-final3": "696"}	{"cfepp": "CF-696", "cpara": "CP-358", "ertel": "ES-3422", "lerrcp": "A1-1775"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Raffy", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1945-01-02 03:30", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1945-01-02 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Raffy"}, "birth": {"place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1945-01-02 02:00:00"}, "occus": ["swimmer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1775"}, "ids-in-sources": {"a1": "1775"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "13", "COU": "F", "DAY": "2", "LAT": "43N18", "LON": "5E22", "MON": "1", "NUM": "1775", "PRO": "C", "SEC": "0", "YEA": "1945", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1945-01-02 03:00"}, "partial-ids": {"ertel": "ES-3422"}}, "raw": {"L": "", "MF": "", "NR": "3422", "ENG": "", "MA_": "0", "G_NR": "1775", "MA12": "11", "MARS": "32", "NAME": "Raffy", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,700", "CSINR": "", "KURTZ": "", "PHAS_": "88,200", "STUND": "3,00", "CFEPNR": "696", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "358", "VORNAME": "Claude", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "02.01.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SWIM", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "raffy-claude-1945-01-02", "birth": {"date": "1945-01-02 03:30", "place": {"c3": ""}, "date-ut": "1945-01-02 02:30"}, "occus": ["swimmer"], "ids-in-sources": {"cfepp-final3": "696"}}, "raw": {"S": "11", "LT": "03 30", "LV": "FI", "TR": "f", "UT": "02 30", "LAT": "+43.30", "SRC": "L", "LONG": "-05.38", "NAME": "RAFFY Claude", "SPORT": "Swimming", "LOC_DATE": "1945 01 02", "UNIV_DATE": "1945 01 02", "BIRTH_PLACE": "MARSEILLE", "POSTAL_CODE": "13233 CEDEX  01"}, "date": "2023-08-20T14:46:10+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
25373	bercier-georges-1860-05-27	{"g55": "10-410"}	{"g55": "10-410"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Bercier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1860-05-27 17:00", "note": null, "place": {"c1": "", "c2": "89", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Egleny", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Bercier", "nobility": ""}, "birth": {"date": "1860-05-27 17:00", "place": {"c1": "", "c2": "89", "c3": "", "cy": "FR", "name": "Egleny"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-410"}}, "raw": {"DAY": "27-5-1860", "HOUR": "17 h.", "NAME": "BERCIER Georges", "PLACE": "Egleny (Yonne)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25374	bergeret-jean-1835-09-11	{"g55": "10-411"}	{"g55": "10-411"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bergeret", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1835-09-11 04:00", "note": null, "place": {"c1": "", "c2": "65", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Pé-de-Bigorre", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bergeret", "nobility": ""}, "birth": {"date": "1835-09-11 04:00", "place": {"c1": "", "c2": "65", "c3": "", "cy": "FR", "name": "Saint-Pé-de-Bigorre"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-411"}}, "raw": {"DAY": "11-9-1835", "HOUR": "4 h.", "NAME": "BERGERET Jean", "PLACE": "Saint-Pé-de-Bigorre (Tarbes)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25375	berlioz-jean-1870-09-25	{"g55": "10-412"}	{"g55": "10-412"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Berlioz", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1870-09-25 12:30", "note": null, "place": {"c1": "", "c2": "38", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Morestel", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Berlioz", "nobility": ""}, "birth": {"date": "1870-09-25 12:30", "place": {"c1": "", "c2": "38", "c3": "", "cy": "FR", "name": "Morestel"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-412"}}, "raw": {"DAY": "25-9-1870", "HOUR": "12 h. 30", "NAME": "BERLIOZ Jean", "PLACE": "Morestel (Isere)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25376	bernard-joseph-1873-02-12	{"g55": "10-413"}	{"g55": "10-413"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Bernard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1873-02-12 16:00", "note": null, "place": {"c1": "", "c2": "44", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Nazaire", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Bernard", "nobility": ""}, "birth": {"date": "1873-02-12 16:00", "place": {"c1": "", "c2": "44", "c3": "", "cy": "FR", "name": "Saint-Nazaire"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-413"}}, "raw": {"DAY": "12-2-1873", "HOUR": "16 h.", "NAME": "BERNARD Joseph", "PLACE": "Saint-Nazaire (Loire-Inférieure)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1776	vallerey-georges-1927-10-21	{"a1": "1777", "3a_sports": "4112", "cfepp-final3": "701"}	{"cfepp": "CF-701", "cpara": "CP-407", "ertel": "ES-4112", "lerrcp": "A1-1777"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Vallerey", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1927-10-21 03:30", "note": null, "place": {"c1": null, "c2": "80", "c3": "", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1927-10-21 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Vallerey"}, "birth": {"tzo": "+00:00", "date": "1927-10-21 03:30", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1927-10-21 03:30"}, "occus": ["swimmer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1777"}, "ids-in-sources": {"a1": "1777"}}, "raw": {"H": "3", "MN": "30", "TZ": "0", "COD": "80", "COU": "F", "DAY": "21", "LAT": "49N54", "LON": "2E18", "MON": "10", "NUM": "1777", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "AMIENS"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-10-21 03:30"}, "partial-ids": {"ertel": "ES-4112"}}, "raw": {"L": "", "MF": "", "NR": "4112", "ENG": "", "MA_": "0", "G_NR": "1777", "MA12": "11", "MARS": "33", "NAME": "Vallerey", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,200", "CSINR": "", "KURTZ": "", "PHAS_": "18,600", "STUND": "3,50", "CFEPNR": "701", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.10.", "ZITATE": "DKS", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "407", "VORNAME": "Georges", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "21.10.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SWIM", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1927-10-21 03:30", "place": {"c3": ""}, "date-ut": "1927-10-21 03:30"}, "occus": ["swimmer"], "ids-in-sources": {"cfepp-final3": "701"}}, "raw": {"S": "11", "LT": "03 30", "LV": "O", "TR": "f", "UT": "03 30", "LAT": "+49.90", "SRC": "AL", "LONG": "-02.31", "NAME": "VALLEREY Georges", "SPORT": "Swimming", "LOC_DATE": "1927 10 21", "UNIV_DATE": "1927 10 21", "BIRTH_PLACE": "AMIENS", "POSTAL_CODE": "80027 CEDEX"}, "date": "2023-08-20T14:46:10+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1778	vasseur-paul-1884-10-10	{"a1": "1779", "3a_sports": "4179", "cfepp-final3": "703"}	{"cfepp": "CF-703", "cpara": "CP-412", "ertel": "ES-4179", "lerrcp": "A1-1779"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Vasseur", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:12:14", "date": "1884-10-10 19:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1884-10-10 18:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Vasseur"}, "birth": {"tzo": "+00:12:14", "date": "1884-10-10 19:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1884-10-10 18:47:40"}, "occus": ["swimmer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1779"}, "ids-in-sources": {"a1": "1779"}}, "raw": {"H": "18", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "10", "LAT": "50N39", "LON": "3E 5", "MON": "10", "NUM": "1779", "PRO": "C", "SEC": "40", "YEA": "1884", "CITY": "LILLE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1884-10-10 19:00"}, "partial-ids": {"ertel": "ES-4179"}}, "raw": {"L": "", "MF": "", "NR": "4179", "ENG": "", "MA_": "1", "G_NR": "1779", "MA12": "7", "MARS": "19", "NAME": "Vasseur", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,40", "CSINR": "", "KURTZ": "", "PHAS_": "68,100", "STUND": "19,00", "CFEPNR": "703", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.10.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "412", "VORNAME": "Paul", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "10.10.1884", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SWIM", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1884-10-10 19:00", "place": {"c3": ""}, "date-ut": "1884-10-10 18:48"}, "occus": ["swimmer"], "ids-in-sources": {"cfepp-final3": "703"}}, "raw": {"S": "7", "LT": "19 00", "LV": "FI", "TR": "f", "UT": "18 48", "LAT": "+50.63", "SRC": "AL", "LONG": "-03.06", "NAME": "VASSEUR Paul", "SPORT": "Swimming", "LOC_DATE": "1884 10 10", "UNIV_DATE": "1884 10 10", "BIRTH_PLACE": "LILLE", "POSTAL_CODE": "59033 CEDEX"}, "date": "2023-08-20T14:46:10+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
25377	berthet-clement-1871-11-25	{"g55": "10-414"}	{"g55": "10-414"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clément", "family": "Berthet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1871-11-25 01:00", "note": null, "place": {"c1": "", "c2": "31", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Cheus", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Clément", "family": "Berthet", "nobility": ""}, "birth": {"date": "1871-11-25 01:00", "place": {"c1": "", "c2": "31", "c3": "", "cy": "FR", "name": "Cheus"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-414"}}, "raw": {"DAY": "25-11-1871", "HOUR": "1 h.", "NAME": "BERTHET Clément", "PLACE": "Cheus (Haute-Garonne)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25378	berthet-jean-1868-01-13	{"g55": "10-415"}	{"g55": "10-415"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Berthet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1868-01-13 10:00", "note": null, "place": {"c1": "", "c2": "18", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Menton-Salon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Berthet", "nobility": ""}, "birth": {"date": "1868-01-13 10:00", "place": {"c1": "", "c2": "18", "c3": "", "cy": "FR", "name": "Menton-Salon"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-415"}}, "raw": {"DAY": "13-1-1868", "HOUR": "10 h.", "NAME": "BERTHET Jean", "PLACE": "Menton-Salon (Cher)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25379	bertrin-georges-1851-07-07	{"g55": "10-416"}	{"g55": "10-416"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Bertrin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1851-07-07 10:00", "note": null, "place": {"c1": "", "c2": "47", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Sainte-Bazeille", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Bertrin", "nobility": ""}, "birth": {"date": "1851-07-07 10:00", "place": {"c1": "", "c2": "47", "c3": "", "cy": "FR", "name": "Sainte-Bazeille"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-416"}}, "raw": {"DAY": "7-7-1851", "HOUR": "10 h.", "NAME": "BERTRIN Georges", "PLACE": "Sainte-Bazeille (Lot-et-Garonne)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1781	deconninck-henri-1905-03-25	{"a1": "1782", "3a_sports": "1290"}	{"ertel": "ES-1290", "lerrcp": "A1-1782"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Deconninck", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1905-03-25 16:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "notime": null, "date-ut": "1905-03-25 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Deconninck"}, "birth": {"tzo": "+00:09:21", "date": "1905-03-25 16:00", "place": {"c2": "59", "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "date-ut": "1905-03-25 15:50:40"}, "occus": ["swimmer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1782"}, "ids-in-sources": {"a1": "1782"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "59", "COU": "F", "DAY": "25", "LAT": "50N39", "LON": "3E 5", "MON": "3", "NUM": "1782", "PRO": "C", "SEC": "40", "YEA": "1905", "CITY": "TOURCOING"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1905-03-25 16:00"}, "partial-ids": {"ertel": "ES-1290"}}, "raw": {"L": "", "MF": "", "NR": "1290", "ENG": "", "MA_": "1", "G_NR": "1782", "MA12": "10", "MARS": "28", "NAME": "Deconninck", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,500", "CSINR": "", "KURTZ": "", "PHAS_": "80,000", "STUND": "16,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "25.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.03.1905", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "ROLL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:07+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1783	robert-raoul-1912-01-06	{"a1": "1784", "g55": "03-338", "3a_sports": "3523"}	{"g55": "03-338", "ertel": "ES-3523", "lerrcp": "A1-1784"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raoul", "family": "Robert", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1912-01-06 03:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.6324, "lat": 44.80565, "name": "Pessac", "geoid": 2987805}, "notime": null, "date-ut": "1912-01-06 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "Raoul", "family": "Robert"}, "birth": {"tzo": "+00:00", "date": "1912-01-06 03:00", "place": {"c2": "33", "cy": "FR", "lg": -0.6324, "lat": 44.80565, "name": "Pessac", "geoid": 2987805}, "date-ut": "1912-01-06 03:00"}, "occus": ["swimmer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1784"}, "ids-in-sources": {"a1": "1784"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "33", "COU": "F", "DAY": "6", "LAT": "44N50", "LON": "0W34", "MON": "1", "NUM": "1784", "PRO": "C", "SEC": "0", "YEA": "1912", "CITY": "PESSAC"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1912-01-06 03:00"}, "partial-ids": {"ertel": "ES-3523"}}, "raw": {"L": "", "MF": "", "NR": "3523", "ENG": "", "MA_": "0", "G_NR": "1784", "MA12": "6", "MARS": "17", "NAME": "Robert", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,900", "CSINR": "", "KURTZ": "", "PHAS_": "96,600", "STUND": "3,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Raoul", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "06.01.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "ROLL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:36+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-338"}, "ids-in-source": {"g55": "03-338"}}, "raw": {"DAY": "6-1-1912", "HOUR": "3 h.", "NAME": "ROBERT Raoul", "PLACE": "Pessac (Gironde)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25380	besse-frederic-1837-11-25	{"g55": "10-417"}	{"g55": "10-417"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Besse", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1837-11-25 03:00", "note": null, "place": {"c1": "", "c2": "43", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Bains", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Besse", "nobility": ""}, "birth": {"date": "1837-11-25 03:00", "place": {"c1": "", "c2": "43", "c3": "", "cy": "FR", "name": "Bains"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-417"}}, "raw": {"DAY": "25-11-1837", "HOUR": "3 h.", "NAME": "BESSE Frédéric", "PLACE": "Bains (Haute-Loire)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25381	beziel-marcel-1862-02-14	{"g55": "10-418"}	{"g55": "10-418"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Beziel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1862-02-14 21:00", "note": null, "place": {"c1": "", "c2": "35", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Combourg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Beziel", "nobility": ""}, "birth": {"date": "1862-02-14 21:00", "place": {"c1": "", "c2": "35", "c3": "", "cy": "FR", "name": "Combourg"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-418"}}, "raw": {"DAY": "14-2-1862", "HOUR": "21 h.", "NAME": "BEZIEL Marcel", "PLACE": "Combourg (Ille-et-Vilaine)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25382	bidet-emile-1867-10-03	{"g55": "10-419"}	{"g55": "10-419"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Bidet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1867-10-03 23:00", "note": null, "place": {"c1": "", "c2": "42", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Etienne-de-Montluc", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Bidet", "nobility": ""}, "birth": {"date": "1867-10-03 23:00", "place": {"c1": "", "c2": "42", "c3": "", "cy": "FR", "name": "Saint-Etienne-de-Montluc"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-419"}}, "raw": {"DAY": "3-10-1867", "HOUR": "23 h.", "NAME": "BIDET Emile", "PLACE": "Saint-Etienne-de-Montluc (Loire)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25383	blanc-alphonse-1852-02-23	{"g55": "10-420"}	{"g55": "10-420"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Blanc", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1852-02-23 22:00", "note": null, "place": {"c1": "", "c2": "73", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Bourg-Saint-Maurice", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Blanc", "nobility": ""}, "birth": {"date": "1852-02-23 22:00", "place": {"c1": "", "c2": "73", "c3": "", "cy": "FR", "name": "Bourg-Saint-Maurice"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-420"}}, "raw": {"DAY": "23-2-1852", "HOUR": "22 h.", "NAME": "BLANC Alphonse", "PLACE": "Bourg-Saint-Maurice (Savoie)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1790	dongaitz-frederic-1913-09-09	{"a1": "1791", "g55": "03-345", "3a_sports": "1440"}	{"g55": "03-345", "ertel": "ES-1440", "lerrcp": "A1-1791"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Dongaitz", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1913-09-09 09:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.70019, "lat": 43.36243, "name": "Urrugne", "geoid": 2971336}, "notime": null, "date-ut": "1913-09-09 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basque-pelota-player"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Dongaitz"}, "birth": {"tzo": "+00:00", "date": "1913-09-09 09:00", "place": {"c2": "64", "cy": "FR", "lg": -1.70019, "lat": 43.36243, "name": "Urrugne", "geoid": 2971336}, "date-ut": "1913-09-09 09:00"}, "occus": ["basque-pelota-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1791"}, "ids-in-sources": {"a1": "1791"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "9", "LAT": "43N18", "LON": "0W22", "MON": "9", "NUM": "1791", "PRO": "C", "SEC": "0", "YEA": "1913", "CITY": "URRUGNE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1913-09-09 09:00"}, "partial-ids": {"ertel": "ES-1440"}}, "raw": {"L": "", "MF": "", "NR": "1440", "ENG": "1", "MA_": "2", "G_NR": "1791", "MA12": "4", "MARS": "12", "NAME": "Dongaitz", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,100", "CSINR": "", "KURTZ": "", "PHAS_": "65,000", "STUND": "9,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "09.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Frédéric", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "09.09.1913", "GQBECORR": "a2B", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "PELOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-345"}, "ids-in-source": {"g55": "03-345"}}, "raw": {"DAY": "9-9-1913", "HOUR": "9 h.", "NAME": "DONGAITZ Frédéric", "PLACE": "Urruque (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25384	blancher-francois-1858-10-27	{"g55": "10-421"}	{"g55": "10-421"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Blancher", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1858-10-27 12:00", "note": null, "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Chély-d’Aubac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "François", "family": "Blancher", "nobility": ""}, "birth": {"date": "1858-10-27 12:00", "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "name": "Saint-Chély-d’Aubac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-421"}}, "raw": {"DAY": "27-10-1858", "HOUR": "12 h.", "NAME": "BLANCHER François", "PLACE": "Saint-Chély-d’Aubac (Aveyr.)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25385	blauvac-bernard-1849-12-14	{"g55": "10-422"}	{"g55": "10-422"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Blauvac", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1849-12-14 06:00", "note": null, "place": {"c1": "", "c2": "71", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Chalon-sur-Saône", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Blauvac", "nobility": ""}, "birth": {"date": "1849-12-14 06:00", "place": {"c1": "", "c2": "71", "c3": "", "cy": "FR", "name": "Chalon-sur-Saône"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-422"}}, "raw": {"DAY": "14-12-1849", "HOUR": "6 h.", "NAME": "BLAUVAC Bernard", "PLACE": "Chalon-sur-Saône (Saône-et-L.)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25386	boehrer-joseph-1856-09-04	{"g55": "10-423"}	{"g55": "10-423"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Boehrer", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1856-09-04 02:00", "note": null, "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Schlestadt", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Boehrer", "nobility": ""}, "birth": {"date": "1856-09-04 02:00", "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "name": "Schlestadt"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-423"}}, "raw": {"DAY": "4-9-1856", "HOUR": "2 h.", "NAME": "BOEHRER Joseph", "PLACE": "Schlestadt (Alsace)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25387	boesch-edouard-1851-02-26	{"g55": "10-424"}	{"g55": "10-424"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Boesch", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1851-02-26 15:00", "note": null, "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Soultzmatt", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Boesch", "nobility": ""}, "birth": {"date": "1851-02-26 15:00", "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "name": "Soultzmatt"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-424"}}, "raw": {"DAY": "26-2-1851", "HOUR": "15 h.", "NAME": "BOESCH Edouard", "PLACE": "Soultzmatt (Haut-Rhin)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25388	bohly-joseph-1864-03-04	{"g55": "10-425"}	{"g55": "10-425"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Bohly", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1864-03-04 08:00", "note": null, "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Grussenheim", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Bohly", "nobility": ""}, "birth": {"date": "1864-03-04 08:00", "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "name": "Grussenheim"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-425"}}, "raw": {"DAY": "4-3-1864", "HOUR": "8 h.", "NAME": "BOHLY Joseph", "PLACE": "Grussenheim (Haut-Rhin)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1793	harambillet-jean-1917-01-07	{"a1": "1794", "g55": "03-348", "3a_sports": "2058"}	{"g55": "03-348", "ertel": "ES-2058", "lerrcp": "A1-1794"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Harambillet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1917-01-07 06:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.44798, "lat": 43.34052, "name": "Espelette", "geoid": 3019699}, "notime": null, "date-ut": "1917-01-07 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basque-pelota-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Harambillet"}, "birth": {"tzo": "+00:00", "date": "1917-01-07 06:00", "place": {"c2": "64", "cy": "FR", "lg": -1.44798, "lat": 43.34052, "name": "Espelette", "geoid": 3019699}, "date-ut": "1917-01-07 06:00"}, "occus": ["basque-pelota-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1794"}, "ids-in-sources": {"a1": "1794"}}, "raw": {"H": "6", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "7", "LAT": "43N18", "LON": "0W22", "MON": "1", "NUM": "1794", "PRO": "C", "SEC": "0", "YEA": "1917", "CITY": "ESPELETTE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1917-01-07 06:00"}, "partial-ids": {"ertel": "ES-2058"}}, "raw": {"L": "", "MF": "", "NR": "2058", "ENG": "", "MA_": "0", "G_NR": "1794", "MA12": "12", "MARS": "34", "NAME": "Harambillet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,300", "CSINR": "", "KURTZ": "", "PHAS_": "98,400", "STUND": "6,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean-Baptiste", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "07.01.1917", "GQBECORR": "a2B", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "PELOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-348"}, "ids-in-source": {"g55": "03-348"}}, "raw": {"DAY": "7-1-1917", "HOUR": "6 h.", "NAME": "HARAMBILLET Jean-Bapt.", "PLACE": "Espeletie (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1795	hourcade-francois-1909-06-19	{"a1": "1796", "g55": "03-350", "3a_sports": "2146"}	{"g55": "03-350", "ertel": "ES-2146", "lerrcp": "A1-1796"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Hourcade", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1909-06-19 18:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.03397, "lat": 43.32828, "name": "Saint-Palais", "geoid": 2977772}, "notime": null, "date-ut": "1909-06-19 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basque-pelota-player"]	5	null	[{"new": {"name": {"given": "François", "family": "Hourcade"}, "birth": {"tzo": "+00:09:21", "date": "1909-06-19 18:00", "place": {"c2": "64", "cy": "FR", "lg": -1.03397, "lat": 43.32828, "name": "Saint-Palais", "geoid": 2977772}, "date-ut": "1909-06-19 17:50:40"}, "occus": ["basque-pelota-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1796"}, "ids-in-sources": {"a1": "1796"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "64", "COU": "F", "DAY": "19", "LAT": "43N18", "LON": "0W22", "MON": "6", "NUM": "1796", "PRO": "C", "SEC": "40", "YEA": "1909", "CITY": "ST-PALAIS"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1909-06-19 18:00"}, "partial-ids": {"ertel": "ES-2146"}}, "raw": {"L": "", "MF": "", "NR": "2146", "ENG": "", "MA_": "1", "G_NR": "1796", "MA12": "10", "MARS": "28", "NAME": "Hourcade", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,300", "CSINR": "", "KURTZ": "", "PHAS_": "1,300", "STUND": "18,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "19.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Francois", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "19.06.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "PELOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-350"}, "ids-in-source": {"g55": "03-350"}}, "raw": {"DAY": "19-6-1909", "HOUR": "18 h.", "NAME": "HOURCADE Francois", "PLACE": "Saint-Palais (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25389	boileau-stanislas-1842-03-15	{"g55": "10-426"}	{"g55": "10-426"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stanislas", "family": "Boileau", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1842-03-15 01:00", "note": null, "place": {"c1": "", "c2": "72", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Jasney", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Stanislas", "family": "Boileau", "nobility": ""}, "birth": {"date": "1842-03-15 01:00", "place": {"c1": "", "c2": "72", "c3": "", "cy": "FR", "name": "Jasney"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-426"}}, "raw": {"DAY": "15-3-1842", "HOUR": "1 h.", "NAME": "BOILEAU Stanislas", "PLACE": "Jasney (Haute-Saône)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25390	boitard-francois-1849-10-11	{"g55": "10-427"}	{"g55": "10-427"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Boitard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1849-10-11 06:00", "note": null, "place": {"c1": "", "c2": "22", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Montcontour", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "François", "family": "Boitard", "nobility": ""}, "birth": {"date": "1849-10-11 06:00", "place": {"c1": "", "c2": "22", "c3": "", "cy": "FR", "name": "Montcontour"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-427"}}, "raw": {"DAY": "11-10-1849", "HOUR": "6 h.", "NAME": "BOITARD François", "PLACE": "Montcontour (Bretagne)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25391	bomel-leger-1854-07-01	{"g55": "10-428"}	{"g55": "10-428"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léger", "family": "Bomel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1854-07-01 03:00", "note": null, "place": {"c1": "", "c2": "63", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Aigueperse", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Léger", "family": "Bomel", "nobility": ""}, "birth": {"date": "1854-07-01 03:00", "place": {"c1": "", "c2": "63", "c3": "", "cy": "FR", "name": "Aigueperse"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-428"}}, "raw": {"DAY": "1-7-1854", "HOUR": "3 h.", "NAME": "BOMEL Léger", "PLACE": "Aigueperse (Puy-de-Dôme)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1798	magescas-armand-1905-08-06	{"a1": "1799", "3a_sports": "2592"}	{"ertel": "ES-2592", "lerrcp": "A1-1799"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Magescas", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1905-08-06 21:30", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "notime": null, "date-ut": "1905-08-06 21:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basque-pelota-player"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Magescas"}, "birth": {"tzo": "+00:09:21", "date": "1905-08-06 21:30", "place": {"c2": "64", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "date-ut": "1905-08-06 21:20:40"}, "occus": ["basque-pelota-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1799"}, "ids-in-sources": {"a1": "1799"}}, "raw": {"H": "21", "MN": "20", "TZ": "0", "COD": "64", "COU": "F", "DAY": "6", "LAT": "43N18", "LON": "0W22", "MON": "8", "NUM": "1799", "PRO": "C", "SEC": "40", "YEA": "1905", "CITY": "PAU"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1905-08-06 21:30"}, "partial-ids": {"ertel": "ES-2592"}}, "raw": {"L": "", "MF": "", "NR": "2592", "ENG": "", "MA_": "0", "G_NR": "1799", "MA12": "5", "MARS": "15", "NAME": "Magescas", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,900", "CSINR": "", "KURTZ": "", "PHAS_": "28,500", "STUND": "21,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Armand", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.08.1905", "GQBECORR": "a2B", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "PELOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1800	urruty-jean-1912-10-22	{"a1": "1801", "g55": "03-354", "3a_sports": "4091"}	{"g55": "03-354", "cpara": "CP-405", "ertel": "ES-4091", "lerrcp": "A1-1801"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Urruty", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1912-10-22 02:30", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.03397, "lat": 43.32828, "name": "Saint-Palais", "geoid": 2977772}, "notime": null, "date-ut": "1912-10-22 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basque-pelota-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Urruty"}, "birth": {"tzo": "+00:00", "date": "1912-10-22 02:30", "place": {"c2": "64", "cy": "FR", "lg": -1.03397, "lat": 43.32828, "name": "Saint-Palais", "geoid": 2977772}, "date-ut": "1912-10-22 02:30"}, "occus": ["basque-pelota-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1801"}, "ids-in-sources": {"a1": "1801"}}, "raw": {"H": "2", "MN": "30", "TZ": "0", "COD": "64", "COU": "F", "DAY": "22", "LAT": "43N18", "LON": "0W22", "MON": "10", "NUM": "1801", "PRO": "C", "SEC": "0", "YEA": "1912", "CITY": "ST-PALAIS"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1912-10-22 02:30"}, "partial-ids": {"ertel": "ES-4091"}}, "raw": {"L": "", "MF": "", "NR": "4091", "ENG": "", "MA_": "1", "G_NR": "1801", "MA12": "11", "MARS": "31", "NAME": "Urruty", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,600", "CSINR": "", "KURTZ": "", "PHAS_": "83,900", "STUND": "2,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "405", "VORNAME": "Jean", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "22.10.1912", "GQBECORR": "a2B", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "PELOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-354"}, "ids-in-source": {"g55": "03-354"}}, "raw": {"DAY": "22-10-1912", "HOUR": "2 h. 30", "NAME": "URRUTY Jean", "PLACE": "Saint-Palais (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25392	bonnafous-andre-1866-08-31	{"g55": "10-429"}	{"g55": "10-429"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Bonnafous", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1866-08-31 15:00", "note": null, "place": {"c1": "", "c2": "11", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Limoux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "André", "family": "Bonnafous", "nobility": ""}, "birth": {"date": "1866-08-31 15:00", "place": {"c1": "", "c2": "11", "c3": "", "cy": "FR", "name": "Limoux"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-429"}}, "raw": {"DAY": "31-8-1866", "HOUR": "15 h.", "NAME": "BONNAFOUS André", "PLACE": "Limoux (Aude)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25393	bonnery-paul-1862-05-28	{"g55": "10-430"}	{"g55": "10-430"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Bonnery", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1862-05-28 10:00", "note": null, "place": {"c1": "", "c2": "11", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "La Cassaigne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Bonnery", "nobility": ""}, "birth": {"date": "1862-05-28 10:00", "place": {"c1": "", "c2": "11", "c3": "", "cy": "FR", "name": "La Cassaigne"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-430"}}, "raw": {"DAY": "28-5-1862", "HOUR": "10 h.", "NAME": "BONNERY Paul", "PLACE": "La Cassaigne (Aude)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25394	bonnevie-jean-1865-09-29	{"g55": "10-431"}	{"g55": "10-431"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bonnevie", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1865-09-29 13:00", "note": null, "place": {"c1": "", "c2": "73", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Val-d’Isére", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bonnevie", "nobility": ""}, "birth": {"date": "1865-09-29 13:00", "place": {"c1": "", "c2": "73", "c3": "", "cy": "FR", "name": "Val-d’Isére"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-431"}}, "raw": {"DAY": "29-9-1865", "HOUR": "13 h.", "NAME": "BONNEVIE Jean", "PLACE": "Val-d’Isére (Savoie)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25395	bontoux-gustave-1862-10-10	{"g55": "10-432"}	{"g55": "10-432"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Bontoux", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1862-10-10 18:00", "note": null, "place": {"c1": "", "c2": "26", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Motte-Chalancon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Bontoux", "nobility": ""}, "birth": {"date": "1862-10-10 18:00", "place": {"c1": "", "c2": "26", "c3": "", "cy": "FR", "name": "Motte-Chalancon"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-432"}}, "raw": {"DAY": "10-10-1862", "HOUR": "18 h.", "NAME": "BONTOUX Gustave", "PLACE": "Motte-Chalancon (Drôme)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25396	bossu-leon-1868-07-11	{"g55": "10-433"}	{"g55": "10-433"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Bossu", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1868-07-11 01:30", "note": null, "place": {"c1": "", "c2": "20", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Corte", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Bossu", "nobility": ""}, "birth": {"date": "1868-07-11 01:30", "place": {"c1": "", "c2": "20", "c3": "", "cy": "FR", "name": "Corte"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-433"}}, "raw": {"DAY": "11-7-1868", "HOUR": "1 h. 30", "NAME": "BOSSU Léon", "PLACE": "Corte (Corse)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1801	vivier-pierre-1924-11-24	{"a1": "1802", "3a_sports": "4267"}	{"ertel": "ES-4267", "lerrcp": "A1-1802"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Vivier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1924-11-24 02:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.45289, "lat": 43.43742, "name": "Villefranque", "geoid": 2968744}, "notime": null, "date-ut": "1924-11-24 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basque-pelota-player"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Vivier"}, "birth": {"tzo": "+00:00", "date": "1924-11-24 02:00", "place": {"c2": "64", "cy": "FR", "lg": -1.45289, "lat": 43.43742, "name": "Villefranque", "geoid": 2968744}, "date-ut": "1924-11-24 02:00"}, "occus": ["basque-pelota-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1802"}, "ids-in-sources": {"a1": "1802"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "24", "LAT": "43N18", "LON": "0W22", "MON": "11", "NUM": "1802", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "VILLEFRANQUE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-11-24 02:00"}, "partial-ids": {"ertel": "ES-4267"}}, "raw": {"L": "", "MF": "", "NR": "4267", "ENG": "", "MA_": "1", "G_NR": "1802", "MA12": "7", "MARS": "20", "NAME": "Vivier", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,900", "CSINR": "", "KURTZ": "", "PHAS_": "10,600", "STUND": "2,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "24.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.11.1924", "GQBECORR": "a2B", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "PELOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1804	albaladejo-pierre-1933-12-14	{"a1": "1805", "3a_sports": "42", "cfepp-final3": "792"}	{"cfepp": "CF-792", "cpara": "CP-4", "ertel": "ES-42", "lerrcp": "A1-1805"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Albaladejo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1933-12-14 06:30", "note": null, "place": {"c1": null, "c2": "40", "c3": "", "cy": "FR", "lg": -1.05366, "lat": 43.71032, "name": "Dax", "geoid": 3021670}, "notime": null, "date-ut": "1933-12-14 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Albaladejo"}, "birth": {"tzo": "+00:00", "date": "1933-12-14 06:30", "place": {"c2": "40", "cy": "FR", "lg": -1.05366, "lat": 43.71032, "name": "Dax", "geoid": 3021670}, "date-ut": "1933-12-14 06:30"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1805"}, "ids-in-sources": {"a1": "1805"}}, "raw": {"H": "6", "MN": "30", "TZ": "0", "COD": "40", "COU": "F", "DAY": "14", "LAT": "43N54", "LON": "0W30", "MON": "12", "NUM": "1805", "PRO": "C", "SEC": "0", "YEA": "1933", "CITY": "DAX"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1933-12-14 06:30"}, "partial-ids": {"ertel": "ES-42"}}, "raw": {"L": "", "MF": "", "NR": "42", "ENG": "", "MA_": "0", "G_NR": "1805", "MA12": "11", "MARS": "33", "NAME": "Albaladejo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,800", "CSINR": "", "KURTZ": "d", "PHAS_": "13,900", "STUND": "6,50", "CFEPNR": "793", "EXTEND": "", "NATION": "FRA", "TAGMON": "14.12.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "4", "VORNAME": "Pierre", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "14.12.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1933-12-14 06:30", "place": {"c3": ""}, "date-ut": "1933-12-14 06:30"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "792"}}, "raw": {"S": "11", "LT": "06 30", "LV": "I30", "TR": "f", "UT": "06 30", "LAT": "+43.71", "SRC": "L", "LONG": "+01.05", "NAME": "ALBALADEJO Pierre", "SPORT": "Rugby Union", "LOC_DATE": "1933 12 14", "UNIV_DATE": "1933 12 14", "BIRTH_PLACE": "DAX", "POSTAL_CODE": "40106 CEDEX"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
25397	boucher-andre-1879-08-29	{"g55": "10-434"}	{"g55": "10-434"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Boucher", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1879-08-29 10:00", "note": null, "place": {"c1": "", "c2": "18", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Dun-sur-Auron", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "André", "family": "Boucher", "nobility": ""}, "birth": {"date": "1879-08-29 10:00", "place": {"c1": "", "c2": "18", "c3": "", "cy": "FR", "name": "Dun-sur-Auron"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-434"}}, "raw": {"DAY": "29-8-1879", "HOUR": "10 h.", "NAME": "BOUCHER André", "PLACE": "Dun-sur-Auron (Cher)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25398	bouchet-louis-1871-11-13	{"g55": "10-435"}	{"g55": "10-435"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Bouchet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1871-11-13 22:00", "note": null, "place": {"c1": "", "c2": "01", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Meximieux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Bouchet", "nobility": ""}, "birth": {"date": "1871-11-13 22:00", "place": {"c1": "", "c2": "01", "c3": "", "cy": "FR", "name": "Meximieux"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-435"}}, "raw": {"DAY": "13-11-1871", "HOUR": "22 h.", "NAME": "BOUCHET Louis", "PLACE": "Meximieux (Ain)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25399	boudinhon-auguste-1858-03-28	{"g55": "10-436"}	{"g55": "10-436"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Boudinhon", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1858-03-28 01:00", "note": null, "place": {"c1": "", "c2": "43", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Le Puy.", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Boudinhon", "nobility": ""}, "birth": {"date": "1858-03-28 01:00", "place": {"c1": "", "c2": "43", "c3": "", "cy": "FR", "name": "Le Puy."}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-436"}}, "raw": {"DAY": "28-3-1858", "HOUR": "1 h.", "NAME": "BOUDINHON Auguste", "PLACE": "Le Puy. (Haute-Loire)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25400	bouet-louis-1888-05-22	{"g55": "10-437"}	{"g55": "10-437"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Bouet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1888-05-22 17:00", "note": null, "place": {"c1": "", "c2": "49", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Puiset-Doré", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Bouet", "nobility": ""}, "birth": {"date": "1888-05-22 17:00", "place": {"c1": "", "c2": "49", "c3": "", "cy": "FR", "name": "Puiset-Doré"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-437"}}, "raw": {"DAY": "22-5-1888", "HOUR": "17 h.", "NAME": "BOUET Louis", "PLACE": "Puiset-Doré (Maine-et-Loire)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1808	arcalis-roger-1927-06-01	{"a1": "1809", "3a_sports": "123", "cfepp-final3": "796"}	{"cfepp": "CF-796", "ertel": "ES-123", "lerrcp": "A1-1809"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Arcalis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1927-06-01 09:00", "note": null, "place": {"c1": null, "c2": "65", "c3": "", "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "notime": null, "date-ut": "1927-06-01 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Arcalis"}, "birth": {"tzo": "+01:00", "date": "1927-06-01 09:00", "place": {"c2": "65", "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "date-ut": "1927-06-01 08:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1809"}, "ids-in-sources": {"a1": "1809"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "65", "COU": "F", "DAY": "1", "LAT": "43N14", "LON": "0E 5", "MON": "6", "NUM": "1809", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "TARBES"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-06-01 09:00"}, "partial-ids": {"ertel": "ES-123"}}, "raw": {"L": "", "MF": "", "NR": "123", "ENG": "1", "MA_": "2", "G_NR": "1809", "MA12": "1", "MARS": "1", "NAME": "Arcalis", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,700", "CSINR": "", "KURTZ": "", "PHAS_": "1,700", "STUND": "9,00", "CFEPNR": "797", "EXTEND": "1", "NATION": "FRA", "TAGMON": "01.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.06.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1927-06-01 09:00", "place": {"c3": ""}, "date-ut": "1927-06-01 08:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "796"}}, "raw": {"S": "1", "LT": "09 00", "LV": "I", "TR": "f", "UT": "08 00", "LAT": "+43.23", "SRC": "A", "LONG": "-00.08", "NAME": "ARCALIS Roger", "SPORT": "Rugby Union", "LOC_DATE": "1927 06 01", "UNIV_DATE": "1927 06 01", "BIRTH_PLACE": "TARBES", "POSTAL_CODE": "65013 CEDEX"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1810	baladie-georges-1917-05-20	{"a1": "1811", "g55": "03-366", "3a_sports": "203"}	{"g55": "03-366", "ertel": "ES-203", "lerrcp": "A1-1811"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Baladie", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1917-05-20 07:30", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.19311, "lat": 48.82358, "name": "Ville-d'Avray", "geoid": 2968819}, "notime": null, "date-ut": "1917-05-20 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Baladie"}, "birth": {"tzo": "+01:00", "date": "1917-05-20 07:30", "place": {"c2": "92", "cy": "FR", "lg": 2.19311, "lat": 48.82358, "name": "Ville-d'Avray", "geoid": 2968819}, "date-ut": "1917-05-20 06:30"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1811"}, "ids-in-sources": {"a1": "1811"}}, "raw": {"H": "6", "MN": "30", "TZ": "0", "COD": "92", "COU": "F", "DAY": "20", "LAT": "48N50", "LON": "2E11", "MON": "5", "NUM": "1811", "PRO": "C", "SEC": "0", "YEA": "1917", "CITY": "VILLE D'AVRAY"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1917-05-20 07:30"}, "partial-ids": {"ertel": "ES-203"}}, "raw": {"L": "", "MF": "", "NR": "203", "ENG": "", "MA_": "1", "G_NR": "1811", "MA12": "2", "MARS": "4", "NAME": "Baladié", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,700", "CSINR": "", "KURTZ": "", "PHAS_": "1,400", "STUND": "7,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "20.05.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-366"}, "ids-in-source": {"g55": "03-366"}}, "raw": {"DAY": "20-5-1917", "HOUR": "7 h. 30", "NAME": "BALADIE Georges", "PLACE": "Ville-d’Avray (Seine-et-Oise)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25401	boulet-leopold-1882-12-12	{"g55": "10-438"}	{"g55": "10-438"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léopold", "family": "Boulet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1882-12-12 09:00", "note": null, "place": {"c1": "", "c2": "48", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Brenoux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Léopold", "family": "Boulet", "nobility": ""}, "birth": {"date": "1882-12-12 09:00", "place": {"c1": "", "c2": "48", "c3": "", "cy": "FR", "name": "Brenoux"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-438"}}, "raw": {"DAY": "12-12-1882", "HOUR": "9 h.", "NAME": "BOULET Léopold", "PLACE": "Brenoux (Lozère)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25402	boulve-leon-1859-12-21	{"g55": "10-439"}	{"g55": "10-439"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Boulve", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1859-12-21 01:00", "note": null, "place": {"c1": "", "c2": "82", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Pierre-Miramont", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Boulve", "nobility": ""}, "birth": {"date": "1859-12-21 01:00", "place": {"c1": "", "c2": "82", "c3": "", "cy": "FR", "name": "Saint-Pierre-Miramont"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-439"}}, "raw": {"DAY": "21-12-1859", "HOUR": "1 h.", "NAME": "BOULVE Léon", "PLACE": "Saint-Pierre-Miramont (Tarn-et-Gar.)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25403	bouquerel-esther-l-1855-03-23	{"g55": "10-440"}	{"g55": "10-440"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Esther L.", "family": "Bouquerel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1855-03-23 15:00", "note": null, "place": {"c1": "", "c2": "61", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "La Sauvagére", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Esther L.", "family": "Bouquerel", "nobility": ""}, "birth": {"date": "1855-03-23 15:00", "place": {"c1": "", "c2": "61", "c3": "", "cy": "FR", "name": "La Sauvagére"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-440"}}, "raw": {"DAY": "23-3-1855", "HOUR": "15 h.", "NAME": "BOUQUEREL Esther L.", "PLACE": "La Sauvagére (Orne)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25404	bourgeois-louis-1859-10-24	{"g55": "10-441"}	{"g55": "10-441"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Bourgeois", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1859-10-24 16:00", "note": null, "place": {"c1": "", "c2": "02", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Espieds", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Bourgeois", "nobility": ""}, "birth": {"date": "1859-10-24 16:00", "place": {"c1": "", "c2": "02", "c3": "", "cy": "FR", "name": "Espieds"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-441"}}, "raw": {"DAY": "24-10-1859", "HOUR": "16 h.", "NAME": "BOURGEOIS Louis", "PLACE": "Espieds (Aisne)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1812	barthe-jean-1932-07-22	{"a1": "1813", "3a_sports": "261", "cfepp-final3": "723"}	{"cfepp": "CF-723", "cpara": "CP-27", "ertel": "ES-261", "lerrcp": "A1-1813"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Barthe", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1932-07-22 05:00", "note": null, "place": {"c1": null, "c2": "65", "c3": "", "cy": "FR", "lg": -0.04611, "lat": 43.09461, "name": "Lourdes", "geoid": 2997395}, "notime": null, "date-ut": "1932-07-22 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Barthe"}, "birth": {"tzo": "+01:00", "date": "1932-07-22 05:00", "place": {"c2": "65", "cy": "FR", "lg": -0.04611, "lat": 43.09461, "name": "Lourdes", "geoid": 2997395}, "date-ut": "1932-07-22 04:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1813"}, "ids-in-sources": {"a1": "1813"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "65", "COU": "F", "DAY": "22", "LAT": "43N14", "LON": "0E 5", "MON": "7", "NUM": "1813", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "LOURDES"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-07-22 05:00"}, "partial-ids": {"ertel": "ES-261"}}, "raw": {"L": "", "MF": "", "NR": "261", "ENG": "1", "MA_": "2", "G_NR": "1813", "MA12": "1", "MARS": "3", "NAME": "Barthe", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,100", "CSINR": "", "KURTZ": "", "PHAS_": "82,000", "STUND": "5,00", "CFEPNR": "723", "EXTEND": "1", "NATION": "FRA", "TAGMON": "22.07.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "27", "VORNAME": "Jean", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "22.07.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1932-07-22 05:00", "place": {"c3": ""}, "date-ut": "1932-07-22 04:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "723"}}, "raw": {"S": "1", "LT": "05 00", "LV": "I44", "TR": "f", "UT": "04 00", "LAT": "+43.10", "SRC": "L", "LONG": "+00.04", "NAME": "BARTHE Jean", "SPORT": "Rugby League", "LOC_DATE": "1932 07 22", "UNIV_DATE": "1932 07 22", "BIRTH_PLACE": "LOURDES", "POSTAL_CODE": "65100"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1814	basquet-guy-1921-07-13	{"a1": "1815", "3a_sports": "271", "cfepp-final3": "802"}	{"cfepp": "CF-802", "cpara": "CP-28", "ertel": "ES-271", "lerrcp": "A1-1815"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Basquet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1921-07-13 21:30", "note": null, "place": {"c1": null, "c2": "47", "c3": "", "cy": "FR", "lg": 0.66026, "lat": 44.13353, "name": "Layrac", "geoid": 3005401}, "notime": null, "date-ut": "1921-07-13 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Basquet"}, "birth": {"tzo": "+01:00", "date": "1921-07-13 21:30", "place": {"c2": "47", "cy": "FR", "lg": 0.66026, "lat": 44.13353, "name": "Layrac", "geoid": 3005401}, "date-ut": "1921-07-13 20:30"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1815"}, "ids-in-sources": {"a1": "1815"}}, "raw": {"H": "20", "MN": "30", "TZ": "0", "COD": "47", "COU": "F", "DAY": "13", "LAT": "44N12", "LON": "0E38", "MON": "7", "NUM": "1815", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "LAYRAC"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-07-13 21:30"}, "partial-ids": {"ertel": "ES-271"}}, "raw": {"L": "", "MF": "", "NR": "271", "ENG": "", "MA_": "1", "G_NR": "1815", "MA12": "7", "MARS": "21", "NAME": "Basquet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,700", "CSINR": "", "KURTZ": "", "PHAS_": "58,900", "STUND": "21,50", "CFEPNR": "803", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.07.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "28", "VORNAME": "Guy", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "13.07.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1921-07-13 21:30", "place": {"c3": ""}, "date-ut": "1921-07-13 20:30"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "802"}}, "raw": {"S": "7", "LT": "21 30", "LV": "I33", "TR": "f", "UT": "20 30", "LAT": "+44.13", "SRC": "AL", "LONG": "-00.66", "NAME": "BASQUET Guy", "SPORT": "Rugby Union", "LOC_DATE": "1921 07 13", "UNIV_DATE": "1921 07 13", "BIRTH_PLACE": "LAYRAC", "POSTAL_CODE": "47390"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
25405	bouthors-paul-1866-05-23	{"g55": "10-442"}	{"g55": "10-442"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Bouthors", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1866-05-23 21:00", "note": null, "place": {"c1": "", "c2": "91", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Magny-en-Vexin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Bouthors", "nobility": ""}, "birth": {"date": "1866-05-23 21:00", "place": {"c1": "", "c2": "91", "c3": "", "cy": "FR", "name": "Magny-en-Vexin"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-442"}}, "raw": {"DAY": "23-5-1866", "HOUR": "21 h.", "NAME": "BOUTHORS Paul", "PLACE": "Magny-en-Vexin (Seine-et-Oise)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25406	bouvier-eugene-1856-08-03	{"g55": "10-443"}	{"g55": "10-443"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Bouvier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1856-08-03 11:00", "note": null, "place": {"c1": "", "c2": "69", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lyon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Bouvier", "nobility": ""}, "birth": {"date": "1856-08-03 11:00", "place": {"c1": "", "c2": "69", "c3": "", "cy": "FR", "name": "Lyon"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-443"}}, "raw": {"DAY": "3-8-1856", "HOUR": "11 h.", "NAME": "BOUVIER Eugène", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25407	boxler-antoine-1861-04-27	{"g55": "10-444"}	{"g55": "10-444"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Boxler", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1861-04-27 21:00", "note": null, "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Katzenthal", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Boxler", "nobility": ""}, "birth": {"date": "1861-04-27 21:00", "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "name": "Katzenthal"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-444"}}, "raw": {"DAY": "27-4-1861", "HOUR": "21 h.", "NAME": "BOXLER Antoine", "PLACE": "Katzenthal (Haut-Rhin)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25408	boyer-auguste-1852-07-07	{"g55": "10-445"}	{"g55": "10-445"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Boyer", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1852-07-07 07:00", "note": null, "place": {"c1": "", "c2": "11", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Carcassonne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Boyer", "nobility": ""}, "birth": {"date": "1852-07-07 07:00", "place": {"c1": "", "c2": "11", "c3": "", "cy": "FR", "name": "Carcassonne"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-445"}}, "raw": {"DAY": "7-7-1852", "HOUR": "7 h.", "NAME": "BOYER Auguste", "PLACE": "Carcassonne (Aude)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1820	belivaud-gerard-1935-12-21	{"a1": "1821", "3a_sports": "321"}	{"ertel": "ES-321", "lerrcp": "A1-1821"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Belivaud", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1935-12-21 13:25", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.06802, "lat": 46.03624, "name": "Roanne", "geoid": 2983362}, "notime": null, "date-ut": "1935-12-21 13:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Gérard", "family": "Belivaud"}, "birth": {"tzo": "+00:00", "date": "1935-12-21 13:25", "place": {"c2": "42", "cy": "FR", "lg": 4.06802, "lat": 46.03624, "name": "Roanne", "geoid": 2983362}, "date-ut": "1935-12-21 13:25"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1821"}, "ids-in-sources": {"a1": "1821"}}, "raw": {"H": "13", "MN": "25", "TZ": "0", "COD": "42", "COU": "F", "DAY": "21", "LAT": "45N26", "LON": "4E23", "MON": "12", "NUM": "1821", "PRO": "C", "SEC": "0", "YEA": "1935", "CITY": "ROANNE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1935-12-21 13:25"}, "partial-ids": {"ertel": "ES-321"}}, "raw": {"L": "", "MF": "", "NR": "321", "ENG": "", "MA_": "0", "G_NR": "1821", "MA12": "3", "MARS": "7", "NAME": "Belivaud", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,500", "CSINR": "", "KURTZ": "", "PHAS_": "22,400", "STUND": "13,42", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gérard", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.12.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1818	behoteguy-andre-1900-10-19	{"a1": "1819", "3a_sports": "316", "cfepp-final3": "808"}	{"cfepp": "CF-808", "cpara": "CP-36", "ertel": "ES-316", "lerrcp": "A1-1819"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Behoteguy", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1900-10-19 21:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "notime": null, "date-ut": "1900-10-19 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "André", "family": "Behoteguy"}, "birth": {"tzo": "+00:09:21", "date": "1900-10-19 21:00", "place": {"c2": "64", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "date-ut": "1900-10-19 20:50:40"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1819"}, "ids-in-sources": {"a1": "1819"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "64", "COU": "F", "DAY": "19", "LAT": "43N18", "LON": "0W22", "MON": "10", "NUM": "1819", "PRO": "C", "SEC": "40", "YEA": "1900", "CITY": "BAYONNE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1900-10-19 21:00"}, "partial-ids": {"ertel": "ES-316"}}, "raw": {"L": "", "MF": "", "NR": "316", "ENG": "", "MA_": "1", "G_NR": "1819", "MA12": "10", "MARS": "30", "NAME": "Behoteguy", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,900", "CSINR": "", "KURTZ": "", "PHAS_": "17,800", "STUND": "21,00", "CFEPNR": "809", "EXTEND": "", "NATION": "FRA", "TAGMON": "19.10.", "ZITATE": "DKO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "36", "VORNAME": "André", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "19.10.1900", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1900-10-19 21:00", "place": {"c3": ""}, "date-ut": "1900-10-19 20:51"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "808"}}, "raw": {"S": "10", "LT": "21 00", "LV": "I19", "TR": "f", "UT": "20 51", "LAT": "+43.49", "SRC": "AL", "LONG": "+01.48", "NAME": "BEHOTEGUY Andre", "SPORT": "Rugby Union", "LOC_DATE": "1900 10 19", "UNIV_DATE": "1900 10 19", "BIRTH_PLACE": "BAYONNE", "POSTAL_CODE": "64109 CEDEX"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
25409	boyer-jean-1854-12-09	{"g55": "10-446"}	{"g55": "10-446"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Boyer", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1854-12-09 02:00", "note": null, "place": {"c1": "", "c2": "33", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Bordeaux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Boyer", "nobility": ""}, "birth": {"date": "1854-12-09 02:00", "place": {"c1": "", "c2": "33", "c3": "", "cy": "FR", "name": "Bordeaux"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-446"}}, "raw": {"DAY": "9-12-1854", "HOUR": "2 h.", "NAME": "BOYER Jean", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25410	boyer-jean-1878-06-23	{"g55": "10-447"}	{"g55": "10-447"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Boyer", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1878-06-23 23:00", "note": null, "place": {"c1": "", "c2": "55", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Bar-le-Duc", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Boyer", "nobility": ""}, "birth": {"date": "1878-06-23 23:00", "place": {"c1": "", "c2": "55", "c3": "", "cy": "FR", "name": "Bar-le-Duc"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-447"}}, "raw": {"DAY": "23-6-1878", "HOUR": "23 h.", "NAME": "BOYER Jean", "PLACE": "Bar-le-Duc (Meuse)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25411	boyreau-emmanuel-1859-10-03	{"g55": "10-448"}	{"g55": "10-448"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emmanuel", "family": "Boyreau", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1859-10-03 09:00", "note": null, "place": {"c1": "", "c2": "93", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Pantin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Emmanuel", "family": "Boyreau", "nobility": ""}, "birth": {"date": "1859-10-03 09:00", "place": {"c1": "", "c2": "93", "c3": "", "cy": "FR", "name": "Pantin"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-448"}}, "raw": {"DAY": "3-10-1859", "HOUR": "9 h.", "NAME": "BOYREAU Emmanuel", "PLACE": "Pantin (Seine)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1822	benausse-rene-1929-09-23	{"a1": "1823", "3a_sports": "338"}	{"ertel": "ES-338", "lerrcp": "A1-1823"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Benausse", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1929-09-23 23:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "notime": null, "date-ut": "1929-09-23 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "René", "family": "Benausse"}, "birth": {"tzo": "+01:00", "date": "1929-09-23 23:00", "place": {"c2": "11", "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "date-ut": "1929-09-23 22:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1823"}, "ids-in-sources": {"a1": "1823"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "11", "COU": "F", "DAY": "23", "LAT": "43N12", "LON": "2E21", "MON": "9", "NUM": "1823", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "CARCASSONNE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-09-23 23:00"}, "partial-ids": {"ertel": "ES-338"}}, "raw": {"L": "", "MF": "", "NR": "338", "ENG": "", "MA_": "0", "G_NR": "1823", "MA12": "8", "MARS": "23", "NAME": "Benausse", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,500", "CSINR": "", "KURTZ": "", "PHAS_": "82,300", "STUND": "23,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "23.09.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25412	brach-joseph-1853-03-23	{"g55": "10-449"}	{"g55": "10-449"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Brach", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1853-03-23 22:00", "note": null, "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Zellwiller", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Brach", "nobility": ""}, "birth": {"date": "1853-03-23 22:00", "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "name": "Zellwiller"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-449"}}, "raw": {"DAY": "23-3-1853", "HOUR": "22 h.", "NAME": "BRACH Joseph", "PLACE": "Zellwiller (Bas-Rhin)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1824	bergese-felix-1914-01-11	{"a1": "1825", "g55": "03-370", "3a_sports": "365", "cfepp-final3": "727"}	{"g55": "03-370", "cfepp": "CF-727", "ertel": "ES-365", "lerrcp": "A1-1825"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Bergese", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1914-01-11 10:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -1.46556, "lat": 43.5277, "name": "Boucau", "geoid": 3031389}, "notime": null, "date-ut": "1914-01-11 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Bergese"}, "birth": {"tzo": "+00:00", "date": "1914-01-11 10:00", "place": {"c2": "64", "cy": "FR", "lg": -1.46556, "lat": 43.5277, "name": "Boucau", "geoid": 3031389}, "date-ut": "1914-01-11 10:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1825"}, "ids-in-sources": {"a1": "1825"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "11", "LAT": "43N18", "LON": "0W22", "MON": "1", "NUM": "1825", "PRO": "C", "SEC": "0", "YEA": "1914", "CITY": "BOUCAU"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1914-01-11 10:00"}, "partial-ids": {"ertel": "ES-365"}}, "raw": {"L": "", "MF": "", "NR": "365", "ENG": "", "MA_": "0", "G_NR": "1825", "MA12": "8", "MARS": "24", "NAME": "Bergese", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,000", "CSINR": "", "KURTZ": "", "PHAS_": "98,000", "STUND": "10,00", "CFEPNR": "727", "EXTEND": "", "NATION": "FRA", "TAGMON": "11.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Félix", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "11.01.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1914-01-11 10:00", "place": {"c3": ""}, "date-ut": "1914-01-11 10:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "727"}}, "raw": {"S": "8", "LT": "10 00", "LV": "I7", "TR": "f", "UT": "10 00", "LAT": "+43.53", "SRC": "AG", "LONG": "+01.49", "NAME": "BERGESE Felix", "SPORT": "Rugby League", "LOC_DATE": "1914 01 11", "UNIV_DATE": "1914 01 11", "BIRTH_PLACE": "BOUCAU", "POSTAL_CODE": "64340"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-370"}, "ids-in-source": {"g55": "03-370"}}, "raw": {"DAY": "11-1-1914", "HOUR": "10 h.", "NAME": "BERGES Felix", "PLACE": "Boucau (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25413	braconnier-francois-1853-03-21	{"g55": "10-450"}	{"g55": "10-450"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Braconnier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1853-03-21 22:00", "note": null, "place": {"c1": "", "c2": "72", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Faverney", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "François", "family": "Braconnier", "nobility": ""}, "birth": {"date": "1853-03-21 22:00", "place": {"c1": "", "c2": "72", "c3": "", "cy": "FR", "name": "Faverney"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-450"}}, "raw": {"DAY": "21-3-1853", "HOUR": "22 h.", "NAME": "BRACONNIER François", "PLACE": "Faverney (Haute-Saône)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25414	braun-francois-1877-07-08	{"g55": "10-451"}	{"g55": "10-451"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Braun", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1877-07-08 23:30", "note": null, "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Thann", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "François", "family": "Braun", "nobility": ""}, "birth": {"date": "1877-07-08 23:30", "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "name": "Thann"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-451"}}, "raw": {"DAY": "8-7-1877", "HOUR": "23 h. 30", "NAME": "BRAUN François", "PLACE": "Thann (Haut-Rhin)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25415	breant-gabriel-1864-04-15	{"g55": "10-452"}	{"g55": "10-452"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Breant", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1864-04-15 17:00", "note": null, "place": {"c1": "", "c2": "28", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Gallardon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Breant", "nobility": ""}, "birth": {"date": "1864-04-15 17:00", "place": {"c1": "", "c2": "28", "c3": "", "cy": "FR", "name": "Gallardon"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-452"}}, "raw": {"DAY": "15-4-1864", "HOUR": "17 h.", "NAME": "BREANT Gabriel", "PLACE": "Gallardon (Eure-et-Loire)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1828	bidart-laurent-1930-01-11	{"a1": "1829", "3a_sports": "433"}	{"ertel": "ES-433", "lerrcp": "A1-1829"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Laurent", "family": "Bidart", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1930-01-11 01:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.46556, "lat": 43.5277, "name": "Boucau", "geoid": 3031389}, "notime": null, "date-ut": "1930-01-11 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Laurent", "family": "Bidart"}, "birth": {"tzo": "+00:00", "date": "1930-01-11 01:00", "place": {"c2": "64", "cy": "FR", "lg": -1.46556, "lat": 43.5277, "name": "Boucau", "geoid": 3031389}, "date-ut": "1930-01-11 01:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1829"}, "ids-in-sources": {"a1": "1829"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "11", "LAT": "43N18", "LON": "0W22", "MON": "1", "NUM": "1829", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "BOUCAU"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-01-11 01:00"}, "partial-ids": {"ertel": "ES-433"}}, "raw": {"L": "", "MF": "", "NR": "433", "ENG": "", "MA_": "1", "G_NR": "1829", "MA12": "10", "MARS": "29", "NAME": "Bidart", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,700", "CSINR": "", "KURTZ": "", "PHAS_": "79,100", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "11.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Laurent", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.01.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1830	bioussa-alexandre-1901-03-17	{"a1": "1831", "g55": "03-373", "3a_sports": "451"}	{"g55": "03-373", "cpara": "CP-51", "ertel": "ES-451", "lerrcp": "A1-1831"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Bioussa", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1901-03-17 11:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1901-03-17 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Bioussa"}, "birth": {"tzo": "+00:09:21", "date": "1901-03-17 11:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1901-03-17 10:50:40"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1831"}, "ids-in-sources": {"a1": "1831"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "31", "COU": "F", "DAY": "17", "LAT": "43N37", "LON": "1E26", "MON": "3", "NUM": "1831", "PRO": "C", "SEC": "40", "YEA": "1901", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1901-03-17 11:00"}, "partial-ids": {"ertel": "ES-451"}}, "raw": {"L": "", "MF": "", "NR": "451", "ENG": "", "MA_": "1", "G_NR": "1831", "MA12": "10", "MARS": "29", "NAME": "Bioussa", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,900", "CSINR": "", "KURTZ": "d", "PHAS_": "16,900", "STUND": "11,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.03.", "ZITATE": "DKO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "51", "VORNAME": "Alexandre", "ZITRANG": "4", "GAUQ1955": "+", "GEBDATUM": "17.03.1901", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-373"}, "ids-in-source": {"g55": "03-373"}}, "raw": {"DAY": "17-3-1901", "HOUR": "11 h.", "NAME": "BIOUSSA Alexandre", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:48:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25416	breffy-georges-1859-10-21	{"g55": "10-453"}	{"g55": "10-453"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Breffy", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1859-10-21 05:00", "note": null, "place": {"c1": "", "c2": "86", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Bonneuil-Matours", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Breffy", "nobility": ""}, "birth": {"date": "1859-10-21 05:00", "place": {"c1": "", "c2": "86", "c3": "", "cy": "FR", "name": "Bonneuil-Matours"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-453"}}, "raw": {"DAY": "21-10-1859", "HOUR": "5 h.", "NAME": "BREFFY Georges", "PLACE": "Bonneuil-Matours (Vienne)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25417	breme-francois-1860-06-12	{"g55": "10-454"}	{"g55": "10-454"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Breme", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1860-06-12 08:00", "note": null, "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Berwillers", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "François", "family": "Breme", "nobility": ""}, "birth": {"date": "1860-06-12 08:00", "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "name": "Berwillers"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-454"}}, "raw": {"DAY": "12-6-1860", "HOUR": "8 h.", "NAME": "BREME François", "PLACE": "Berwillers (Moselle)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25418	bresard-marie-1851-09-12	{"g55": "10-455"}	{"g55": "10-455"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Bresard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1851-09-12 18:00", "note": null, "place": {"c1": "", "c2": "72", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Gray", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Bresard", "nobility": ""}, "birth": {"date": "1851-09-12 18:00", "place": {"c1": "", "c2": "72", "c3": "", "cy": "FR", "name": "Gray"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-455"}}, "raw": {"DAY": "12-9-1851", "HOUR": "18 h.", "NAME": "BRESARD Marie", "PLACE": "Gray (Haute-Saône)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25419	bressange-paul-1866-09-04	{"g55": "10-456"}	{"g55": "10-456"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Bressange", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1866-09-04 02:00", "note": null, "place": {"c1": "", "c2": "15", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Murat", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Bressange", "nobility": ""}, "birth": {"date": "1866-09-04 02:00", "place": {"c1": "", "c2": "15", "c3": "", "cy": "FR", "name": "Murat"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-456"}}, "raw": {"DAY": "4-9-1866", "HOUR": "2 h.", "NAME": "BRESSANGE Paul", "PLACE": "Murat (Cantal)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1835	borde-francois-1899-12-08	{"a1": "1836", "3a_sports": "567", "cfepp-final3": "821"}	{"cfepp": "CF-821", "cpara": "CP-67", "ertel": "ES-567", "lerrcp": "A1-1836"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Borde", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1899-12-08 11:00", "note": null, "place": {"c1": null, "c2": "65", "c3": "", "cy": "FR", "lg": -0.04611, "lat": 43.09461, "name": "Lourdes", "geoid": 2997395}, "notime": null, "date-ut": "1899-12-08 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "François", "family": "Borde"}, "birth": {"tzo": "+00:09:21", "date": "1899-12-08 11:00", "place": {"c2": "65", "cy": "FR", "lg": -0.04611, "lat": 43.09461, "name": "Lourdes", "geoid": 2997395}, "date-ut": "1899-12-08 10:50:40"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1836"}, "ids-in-sources": {"a1": "1836"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "65", "COU": "F", "DAY": "8", "LAT": "43N14", "LON": "0E 5", "MON": "12", "NUM": "1836", "PRO": "C", "SEC": "40", "YEA": "1899", "CITY": "LOURDES"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1899-12-08 11:00"}, "partial-ids": {"ertel": "ES-567"}}, "raw": {"L": "", "MF": "", "NR": "567", "ENG": "", "MA_": "1", "G_NR": "1836", "MA12": "2", "MARS": "6", "NAME": "Borde", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,900", "CSINR": "", "KURTZ": "", "PHAS_": "29,200", "STUND": "11,00", "CFEPNR": "822", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.12.", "ZITATE": "DKO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "67", "VORNAME": "Francois", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "08.12.1899", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1899-12-08 11:00", "place": {"c3": ""}, "date-ut": "1899-12-08 10:51"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "821"}}, "raw": {"S": "2", "LT": "11 00", "LV": "I12", "TR": "f", "UT": "10 51", "LAT": "+43.10", "SRC": "AL", "LONG": "+00.04", "NAME": "BORDE Francois", "SPORT": "Rugby Union", "LOC_DATE": "1899 12 08", "UNIV_DATE": "1899 12 08", "BIRTH_PLACE": "LOURDES", "POSTAL_CODE": "65100"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
25420	bricout-pierre-1867-11-06	{"g55": "10-457"}	{"g55": "10-457"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Bricout", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1867-11-06 12:00", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Boussiéres", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Bricout", "nobility": ""}, "birth": {"date": "1867-11-06 12:00", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Boussiéres"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-457"}}, "raw": {"DAY": "6-11-1867", "HOUR": "12 h.", "NAME": "BRICOUT Pierre", "PLACE": "Boussiéres (Nord)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1833	boniface-andre-1934-08-14	{"a1": "1834", "3a_sports": "532", "cfepp-final3": "817"}	{"cfepp": "CF-817", "cpara": "CP-61", "ertel": "ES-532", "lerrcp": "A1-1834"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Boniface", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1934-08-14 21:00", "note": null, "place": {"c1": null, "c2": "40", "c3": "", "cy": "FR", "lg": -0.5, "lat": 43.9, "name": "Montfort-en-Cha", "geoid": 0}, "notime": null, "date-ut": "1934-08-14 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "André", "family": "Boniface"}, "birth": {"tzo": "+01:00", "date": "1934-08-14 21:00", "place": {"c2": "40", "cy": "FR", "lg": -0.5, "lat": 43.9, "name": "Montfort-en-Cha", "geoid": 0}, "date-ut": "1934-08-14 20:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1834"}, "ids-in-sources": {"a1": "1834"}}, "raw": {"H": "20", "MN": "0", "TZ": "0", "COD": "40", "COU": "F", "DAY": "14", "LAT": "43N54", "LON": "0W30", "MON": "8", "NUM": "1834", "PRO": "C", "SEC": "0", "YEA": "1934", "CITY": "MONTFORT-EN-CHA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1934-08-14 21:00"}, "partial-ids": {"ertel": "ES-532"}}, "raw": {"L": "", "MF": "", "NR": "532", "ENG": "", "MA_": "0", "G_NR": "1834", "MA12": "8", "MARS": "23", "NAME": "Boniface", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,600", "CSINR": "", "KURTZ": "", "PHAS_": "12,000", "STUND": "21,00", "CFEPNR": "818", "EXTEND": "", "NATION": "FRA", "TAGMON": "14.08.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "61", "VORNAME": "André", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "14.08.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:56+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1934-08-14 21:00", "place": {"c3": ""}, "date-ut": "1934-08-14 20:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "817"}}, "raw": {"S": "8", "LT": "21 00", "LV": "I47", "TR": "f", "UT": "20 00", "LAT": "+43.71", "SRC": "L", "LONG": "+00.84", "NAME": "BONIFACE Andre", "SPORT": "Rugby Union", "LOC_DATE": "1934 08 14", "UNIV_DATE": "1934 08 14", "BIRTH_PLACE": "MONTFORT EN CHALOSSE", "POSTAL_CODE": "40380"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
25421	briffon-jean-1859-09-26	{"g55": "10-458"}	{"g55": "10-458"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Briffon", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1859-09-26 13:00", "note": null, "place": {"c1": "", "c2": "31", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Grenade", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Briffon", "nobility": ""}, "birth": {"date": "1859-09-26 13:00", "place": {"c1": "", "c2": "31", "c3": "", "cy": "FR", "name": "Grenade"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-458"}}, "raw": {"DAY": "26-9-1859", "HOUR": "13 h.", "NAME": "BRIFFON Jean", "PLACE": "Grenade (Haute-Garonne)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25422	brossard-emile-1880-03-27	{"g55": "10-459"}	{"g55": "10-459"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Brossard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1880-03-27 05:00", "note": null, "place": {"c1": "", "c2": "21", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lantenay", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Brossard", "nobility": ""}, "birth": {"date": "1880-03-27 05:00", "place": {"c1": "", "c2": "21", "c3": "", "cy": "FR", "name": "Lantenay"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-459"}}, "raw": {"DAY": "27-3-1880", "HOUR": "5 h.", "NAME": "BROSSARD Emile", "PLACE": "Lantenay (Côte-d’Or)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25423	broussolle-jacques-1861-12-31	{"g55": "10-460"}	{"g55": "10-460"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Broussolle", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1861-12-31 06:00", "note": null, "place": {"c1": "", "c2": "21", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Dijon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Broussolle", "nobility": ""}, "birth": {"date": "1861-12-31 06:00", "place": {"c1": "", "c2": "21", "c3": "", "cy": "FR", "name": "Dijon"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-460"}}, "raw": {"DAY": "31-12-1861", "HOUR": "6 h.", "NAME": "BROUSSOLLE Jacques", "PLACE": "Dijon (Côte-d’Or)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25424	brun-francois-1878-01-12	{"g55": "10-461"}	{"g55": "10-461"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Brun", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1878-01-12 20:00", "note": null, "place": {"c1": "", "c2": "63", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Combronde", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "François", "family": "Brun", "nobility": ""}, "birth": {"date": "1878-01-12 20:00", "place": {"c1": "", "c2": "63", "c3": "", "cy": "FR", "name": "Combronde"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-461"}}, "raw": {"DAY": "12-1-1878", "HOUR": "20 h.", "NAME": "BRUN François", "PLACE": "Combronde (Puy-de-Dôme)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1839	bousquet-adolphe-1899-08-14	{"a1": "1840", "3a_sports": "620"}	{"cpara": "CP-76", "ertel": "ES-620", "lerrcp": "A1-1840"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Bousquet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1899-08-14 10:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.15777, "lat": 43.36686, "name": "Maraussan", "geoid": 2996089}, "notime": null, "date-ut": "1899-08-14 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Bousquet"}, "birth": {"tzo": "+00:09:21", "date": "1899-08-14 10:00", "place": {"c2": "34", "cy": "FR", "lg": 3.15777, "lat": 43.36686, "name": "Maraussan", "geoid": 2996089}, "date-ut": "1899-08-14 09:50:40"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1840"}, "ids-in-sources": {"a1": "1840"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "34", "COU": "F", "DAY": "14", "LAT": "43N37", "LON": "3E53", "MON": "8", "NUM": "1840", "PRO": "C", "SEC": "40", "YEA": "1899", "CITY": "MARAUSSAN"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1899-08-14 10:00"}, "partial-ids": {"ertel": "ES-620"}}, "raw": {"L": "", "MF": "", "NR": "620", "ENG": "1", "MA_": "2", "G_NR": "1840", "MA12": "1", "MARS": "2", "NAME": "Bousquet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,100", "CSINR": "", "KURTZ": "p", "PHAS_": "45,000", "STUND": "10,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "14.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "76", "VORNAME": "Adolphe", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "14.08.1899", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1837	bouquet-jacques-1933-07-03	{"a1": "1838", "3a_sports": "604", "cfepp-final3": "824"}	{"cfepp": "CF-824", "cpara": "CP-72", "ertel": "ES-604", "lerrcp": "A1-1838"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Bouquet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1933-07-03 21:30", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Tulluns", "geoid": 0}, "notime": null, "date-ut": "1933-07-03 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Bouquet"}, "birth": {"tzo": "+01:00", "date": "1933-07-03 21:30", "place": {"c2": "38", "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Tulluns", "geoid": 0}, "date-ut": "1933-07-03 20:30"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1838"}, "ids-in-sources": {"a1": "1838"}}, "raw": {"H": "20", "MN": "30", "TZ": "0", "COD": "38", "COU": "F", "DAY": "3", "LAT": "45N11", "LON": "5E43", "MON": "7", "NUM": "1838", "PRO": "C", "SEC": "0", "YEA": "1933", "CITY": "TULLUNS"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1933-07-03 21:30"}, "partial-ids": {"ertel": "ES-604"}}, "raw": {"L": "", "MF": "", "NR": "604", "ENG": "", "MA_": "0", "G_NR": "1838", "MA12": "5", "MARS": "15", "NAME": "Bouquet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,700", "CSINR": "", "KURTZ": "", "PHAS_": "72,800", "STUND": "21,50", "CFEPNR": "825", "EXTEND": "", "NATION": "FRA", "TAGMON": "03.07.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "72", "VORNAME": "Jacques", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "03.07.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1933-07-03 21:30", "place": {"c3": ""}, "date-ut": "1933-07-03 20:30"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "824"}}, "raw": {"S": "5", "LT": "21 30", "LV": "I35", "TR": "f", "UT": "20 30", "LAT": "+45.30", "SRC": "L", "LONG": "-05.48", "NAME": "BOUQUET Jacques", "SPORT": "Rugby Union", "LOC_DATE": "1933 07 03", "UNIV_DATE": "1933 07 03", "BIRTH_PLACE": "TULLINS", "POSTAL_CODE": "38210"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
25425	bruneau-benjamin-1871-02-09	{"g55": "10-462"}	{"g55": "10-462"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benjamin", "family": "Bruneau", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1871-02-09 02:00", "note": null, "place": {"c1": "", "c2": "18", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Mareuil-sur-Arnon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Benjamin", "family": "Bruneau", "nobility": ""}, "birth": {"date": "1871-02-09 02:00", "place": {"c1": "", "c2": "18", "c3": "", "cy": "FR", "name": "Mareuil-sur-Arnon"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-462"}}, "raw": {"DAY": "9-2-1871", "HOUR": "2 h.", "NAME": "BRUNEAU Benjamin", "PLACE": "Mareuil-sur-Arnon (Cher)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25426	brunet-pierre-1867-09-20	{"g55": "10-463"}	{"g55": "10-463"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Brunet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1867-09-20 01:00", "note": null, "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Marcillac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Brunet", "nobility": ""}, "birth": {"date": "1867-09-20 01:00", "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "name": "Marcillac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-463"}}, "raw": {"DAY": "20-9-1867", "HOUR": "1 h.", "NAME": "\\fBRUNET Pierre", "PLACE": "Marcillac (Aveyron)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25427	buffiere-francois-1861-09-12	{"g55": "10-464"}	{"g55": "10-464"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Buffiere", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1861-09-12 01:00", "note": null, "place": {"c1": "", "c2": "03", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Commentry", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "François", "family": "Buffiere", "nobility": ""}, "birth": {"date": "1861-09-12 01:00", "place": {"c1": "", "c2": "03", "c3": "", "cy": "FR", "name": "Commentry"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-464"}}, "raw": {"DAY": "12-9-1861", "HOUR": "1 h.", "NAME": "BUFFIERE François", "PLACE": "Commentry (Allier)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1842	brethes-roger-1936-01-31	{"a1": "1843", "3a_sports": "667"}	{"ertel": "ES-667", "lerrcp": "A1-1843"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Brethes", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1936-01-31 05:00", "note": null, "place": {"c1": null, "c2": "40", "c3": null, "cy": "FR", "lg": -0.57181, "lat": 43.75726, "name": "Saint-Sever", "geoid": 2976942}, "notime": null, "date-ut": "1936-01-31 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Brethes"}, "birth": {"tzo": "+00:00", "date": "1936-01-31 05:00", "place": {"c2": "40", "cy": "FR", "lg": -0.57181, "lat": 43.75726, "name": "Saint-Sever", "geoid": 2976942}, "date-ut": "1936-01-31 05:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1843"}, "ids-in-sources": {"a1": "1843"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "40", "COU": "F", "DAY": "31", "LAT": "43N54", "LON": "0W30", "MON": "1", "NUM": "1843", "PRO": "C", "SEC": "0", "YEA": "1936", "CITY": "ST-SEVER"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1936-01-31 05:00"}, "partial-ids": {"ertel": "ES-667"}}, "raw": {"L": "", "MF": "", "NR": "667", "ENG": "", "MA_": "1", "G_NR": "1843", "MA12": "11", "MARS": "31", "NAME": "Brethes", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,300", "CSINR": "", "KURTZ": "", "PHAS_": "50,300", "STUND": "5,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "31.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "31.01.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25428	butet-henri-1865-10-19	{"g55": "10-465"}	{"g55": "10-465"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Butet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1865-10-19 10:00", "note": null, "place": {"c1": "", "c2": "45", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Rouvres", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Butet", "nobility": ""}, "birth": {"date": "1865-10-19 10:00", "place": {"c1": "", "c2": "45", "c3": "", "cy": "FR", "name": "Rouvres"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-465"}}, "raw": {"DAY": "19-10-1865", "HOUR": "10 h.", "NAME": "BUTET Henri", "PLACE": "Rouvres (Loiret)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1844	brun-georges-1922-12-23	{"a1": "1845", "3a_sports": "693", "cfepp-final3": "828"}	{"cfepp": "CF-828", "cpara": "CP-85", "ertel": "ES-693", "lerrcp": "A1-1845"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Brun", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1922-12-23 08:30", "note": null, "place": {"c1": null, "c2": "73", "c3": "", "cy": "FR", "lg": 5.90863, "lat": 45.69173, "name": "Aix-les-Bains", "geoid": 3038350}, "notime": null, "date-ut": "1922-12-23 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Brun"}, "birth": {"tzo": "+00:00", "date": "1922-12-23 08:30", "place": {"c2": "73", "cy": "FR", "lg": 5.90863, "lat": 45.69173, "name": "Aix-les-Bains", "geoid": 3038350}, "date-ut": "1922-12-23 08:30"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1845"}, "ids-in-sources": {"a1": "1845"}}, "raw": {"H": "8", "MN": "30", "TZ": "0", "COD": "73", "COU": "F", "DAY": "23", "LAT": "45N34", "LON": "5E55", "MON": "12", "NUM": "1845", "PRO": "C", "SEC": "0", "YEA": "1922", "CITY": "AIX-LES-BAINS"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1922-12-23 08:30"}, "partial-ids": {"ertel": "ES-693"}}, "raw": {"L": "", "MF": "", "NR": "693", "ENG": "", "MA_": "0", "G_NR": "1845", "MA12": "11", "MARS": "33", "NAME": "Brun", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,500", "CSINR": "", "KURTZ": "", "PHAS_": "21,000", "STUND": "8,50", "CFEPNR": "829", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.12.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "85", "VORNAME": "Georges", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "23.12.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1922-12-23 08:30", "place": {"c3": ""}, "date-ut": "1922-12-23 08:30"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "828"}}, "raw": {"S": "11", "LT": "08 30", "LV": "I14", "TR": "f", "UT": "08 30", "LAT": "+45.69", "SRC": "AL", "LONG": "-05.91", "NAME": "BRUN Georges", "SPORT": "Rugby Union", "LOC_DATE": "1922 12 23", "UNIV_DATE": "1922 12 23", "BIRTH_PLACE": "AIX LES BAINS", "POSTAL_CODE": "73105 CEDEX"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
25429	cabanel-firmin-1877-01-08	{"g55": "10-466"}	{"g55": "10-466"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Firmin", "family": "Cabanel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1877-01-08 16:00", "note": null, "place": {"c1": "", "c2": "46", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Salviac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Firmin", "family": "Cabanel", "nobility": ""}, "birth": {"date": "1877-01-08 16:00", "place": {"c1": "", "c2": "46", "c3": "", "cy": "FR", "name": "Salviac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-466"}}, "raw": {"DAY": "8-1-1877", "HOUR": "16 h.", "NAME": "CABANEL Firmin", "PLACE": "Salviac (Lot)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25430	cadic-francois-1864-09-29	{"g55": "10-467"}	{"g55": "10-467"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Cadic", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1864-09-29 07:00", "note": null, "place": {"c1": "", "c2": "56", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Royal-Pontivy", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "François", "family": "Cadic", "nobility": ""}, "birth": {"date": "1864-09-29 07:00", "place": {"c1": "", "c2": "56", "c3": "", "cy": "FR", "name": "Royal-Pontivy"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-467"}}, "raw": {"DAY": "29-9-1864", "HOUR": "7 h.", "NAME": "CADIC François", "PLACE": "Royal-Pontivy (Morbihan)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25431	camus-de-la-g-emile-1833-03-02	{"g55": "10-468"}	{"g55": "10-468"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "de La G. Emile", "family": "Camus", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1833-03-02 13:00", "note": null, "place": {"c1": "", "c2": "44", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "La Guibourgére", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "de La G. Emile", "family": "Camus", "nobility": ""}, "birth": {"date": "1833-03-02 13:00", "place": {"c1": "", "c2": "44", "c3": "", "cy": "FR", "name": "La Guibourgére"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-468"}}, "raw": {"DAY": "2-3-1833", "HOUR": "13 h.", "NAME": "CAMUS de La G. Emile", "PLACE": "La Guibourgére (Loire-Inf.)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1849	calixte-gaston-1923-06-07	{"a1": "1850", "g55": "03-378", "3a_sports": "782", "cfepp-final3": "739"}	{"g55": "03-378", "cfepp": "CF-739", "cpara": "CP-93", "ertel": "ES-782", "lerrcp": "A1-1850"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Calixte", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1923-06-07 21:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.88333, "lat": 43.61667, "name": "Nissan", "geoid": 0}, "notime": null, "date-ut": "1923-06-07 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Calixte"}, "birth": {"tzo": "+01:00", "date": "1923-06-07 21:00", "place": {"c2": "34", "cy": "FR", "lg": 3.88333, "lat": 43.61667, "name": "Nissan-les-Ense", "geoid": 0}, "date-ut": "1923-06-07 20:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1850"}, "ids-in-sources": {"a1": "1850"}}, "raw": {"H": "20", "MN": "0", "TZ": "0", "COD": "34", "COU": "F", "DAY": "7", "LAT": "43N37", "LON": "3E53", "MON": "6", "NUM": "1850", "PRO": "C", "SEC": "0", "YEA": "1923", "CITY": "NISSAN-LES-ENSE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1923-06-07 21:00"}, "partial-ids": {"ertel": "ES-782"}}, "raw": {"L": "", "MF": "", "NR": "782", "ENG": "", "MA_": "1", "G_NR": "1850", "MA12": "6", "MARS": "18", "NAME": "Calixte", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,700", "CSINR": "", "KURTZ": "", "PHAS_": "44,200", "STUND": "21,00", "CFEPNR": "739", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "93", "VORNAME": "Gaston", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "07.06.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1923-06-07 21:00", "place": {"c3": ""}, "date-ut": "1923-06-07 20:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "739"}}, "raw": {"S": "6", "LT": "21 00", "LV": "I15", "TR": "f", "UT": "20 00", "LAT": "+43.29", "SRC": "ALG", "LONG": "-03.13", "NAME": "CALIXTE Gaston", "SPORT": "Rugby League", "LOC_DATE": "1923 06 07", "UNIV_DATE": "1923 06 07", "BIRTH_PLACE": "NISSAN LEZ ENSERUNE", "POSTAL_CODE": "34440"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Nissan"}}, "partial-ids": {"g55": "03-378"}, "ids-in-source": {"g55": "03-378"}}, "raw": {"DAY": "7-6-1923", "HOUR": "21 h.", "NAME": "CALIXTE Gaston", "PLACE": "Nissan (Hérault)."}, "date": "2023-08-20T14:48:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25432	cance-jean-1866-02-16	{"g55": "10-469"}	{"g55": "10-469"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Cance", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1866-02-16 10:00", "note": null, "place": {"c1": "", "c2": "46", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Tronquiére", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Cance", "nobility": ""}, "birth": {"date": "1866-02-16 10:00", "place": {"c1": "", "c2": "46", "c3": "", "cy": "FR", "name": "Tronquiére"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-469"}}, "raw": {"DAY": "16-2-1866", "HOUR": "10 h.", "NAME": "CANCE Jean", "PLACE": "Tronquiére (Lot)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1847	cadenat-jules-1885-09-18	{"a1": "1848", "g55": "03-376", "3a_sports": "771", "cfepp-final3": "1107"}	{"g55": "03-376", "cfepp": "CF-1107", "cpara": "CP-91", "ertel": "ES-771", "lerrcp": "A1-1848"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Cadenat", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:12:51", "date": "1885-09-18 22:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "notime": null, "date-ut": "1885-09-18 21:47"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Cadenat"}, "birth": {"tzo": "+00:12:51", "date": "1885-09-18 22:00", "place": {"c2": "34", "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "date-ut": "1885-09-18 21:44:28"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1848"}, "ids-in-sources": {"a1": "1848"}}, "raw": {"H": "21", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "18", "LAT": "43N37", "LON": "3E53", "MON": "9", "NUM": "1848", "PRO": "C", "SEC": "28", "YEA": "1885", "CITY": "BEZIERS"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1885-09-18 22:00"}, "partial-ids": {"ertel": "ES-771"}}, "raw": {"L": "", "MF": "", "NR": "771", "ENG": "", "MA_": "1", "G_NR": "1848", "MA12": "11", "MARS": "31", "NAME": "Cadenat", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,200", "CSINR": "", "KURTZ": "", "PHAS_": "66,400", "STUND": "22,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.09.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "91", "VORNAME": "Jules", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "18.09.1885", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1885-09-18 22:00", "place": {"c3": ""}, "date-ut": "1885-09-18 21:47"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "1107"}}, "raw": {"S": "11", "LT": "22 00", "LV": "7", "TR": "f", "UT": "21 47", "LAT": "+43.34", "SRC": "ALG I", "LONG": "-03.22", "NAME": "CADENAT Jules", "SPORT": "Rugby Union", "LOC_DATE": "1885 09 18", "UNIV_DATE": "1885 09 18", "BIRTH_PLACE": "BEZIERS", "POSTAL_CODE": "34500"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-376"}, "ids-in-source": {"g55": "03-376"}}, "raw": {"DAY": "18-9-1885", "HOUR": "22 h.", "NAME": "CADENAT Jules", "PLACE": "Béziers (Hérault)."}, "date": "2023-08-20T14:48:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25433	candeze-antoine-1847-09-11	{"g55": "10-470"}	{"g55": "10-470"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Candeze", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1847-09-11 10:00", "note": null, "place": {"c1": "", "c2": "15", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lascelle", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Candeze", "nobility": ""}, "birth": {"date": "1847-09-11 10:00", "place": {"c1": "", "c2": "15", "c3": "", "cy": "FR", "name": "Lascelle"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-470"}}, "raw": {"DAY": "11-9-1847", "HOUR": "10 h.", "NAME": "CANDEZE Antoine", "PLACE": "Lascelle (Cantal)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25434	cantenot-jean-1846-03-21	{"g55": "10-471"}	{"g55": "10-471"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Cantenot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1846-03-21 11:00", "note": null, "place": {"c1": "", "c2": "39", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Augerans", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Cantenot", "nobility": ""}, "birth": {"date": "1846-03-21 11:00", "place": {"c1": "", "c2": "39", "c3": "", "cy": "FR", "name": "Augerans"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-471"}}, "raw": {"DAY": "21-3-1846", "HOUR": "11 h.", "NAME": "CANTENOT Jean", "PLACE": "Augerans (Jura)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25435	capdaze-jean-1866-02-02	{"g55": "10-472"}	{"g55": "10-472"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Capdaze", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1866-02-02 17:00", "note": null, "place": {"c1": "", "c2": "82", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lomagne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Capdaze", "nobility": ""}, "birth": {"date": "1866-02-02 17:00", "place": {"c1": "", "c2": "82", "c3": "", "cy": "FR", "name": "Lomagne"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-472"}}, "raw": {"DAY": "2-2-1866", "HOUR": "17 h.", "NAME": "CAPDAZE Jean", "PLACE": "Lomagne (Tarn-et-Garonne)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1852	camel-andre-1905-02-09	{"a1": "1853", "g55": "03-379", "3a_sports": "794"}	{"g55": "03-379", "cpara": "CP-94", "ertel": "ES-794", "lerrcp": "A1-1853"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Camel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1905-02-09 04:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1905-02-09 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "André", "family": "Camel"}, "birth": {"tzo": "+00:09:21", "date": "1905-02-09 04:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1905-02-09 03:50:40"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1853"}, "ids-in-sources": {"a1": "1853"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "31", "COU": "F", "DAY": "9", "LAT": "43N37", "LON": "1E26", "MON": "2", "NUM": "1853", "PRO": "C", "SEC": "40", "YEA": "1905", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1905-02-09 04:00"}, "partial-ids": {"ertel": "ES-794"}}, "raw": {"L": "", "MF": "", "NR": "794", "ENG": "", "MA_": "0", "G_NR": "1853", "MA12": "3", "MARS": "7", "NAME": "Camel", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,600", "CSINR": "", "KURTZ": "d", "PHAS_": "17,800", "STUND": "4,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "09.02.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "94", "VORNAME": "André", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "09.02.1905", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-379"}, "ids-in-source": {"g55": "03-379"}}, "raw": {"DAY": "9-2-1905", "HOUR": "4 h.", "NAME": "CAMEL André", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:48:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1854	cantoni-vincent-1927-03-10	{"a1": "1855", "g55": "03-380", "3a_sports": "814", "cfepp-final3": "1103"}	{"g55": "03-380", "cfepp": "CF-1103", "cpara": "CP-97", "ertel": "ES-814", "lerrcp": "A1-1855"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincent", "family": "Cantoni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1927-03-10 23:00", "note": null, "place": {"c1": null, "c2": "12", "c3": "", "cy": "FR", "lg": 2.56667, "lat": 44.35, "name": "Montpey", "geoid": 0}, "notime": null, "date-ut": "1927-03-10 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Vincent", "family": "Cantoni"}, "birth": {"tzo": "+00:00", "date": "1927-03-10 23:00", "place": {"c2": "12", "cy": "FR", "lg": 2.56667, "lat": 44.35, "name": "Montpey", "geoid": 0}, "date-ut": "1927-03-10 23:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1855"}, "ids-in-sources": {"a1": "1855"}}, "raw": {"H": "23", "MN": "0", "TZ": "0", "COD": "12", "COU": "F", "DAY": "10", "LAT": "44N21", "LON": "2E34", "MON": "3", "NUM": "1855", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "MONTPEY"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-03-10 23:00"}, "partial-ids": {"ertel": "ES-814"}}, "raw": {"L": "", "MF": "", "NR": "814", "ENG": "", "MA_": "0", "G_NR": "1855", "MA12": "6", "MARS": "17", "NAME": "Cantoni", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,800", "CSINR": "", "KURTZ": "", "PHAS_": "45,200", "STUND": "23,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "97", "VORNAME": "Vincent", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "10.03.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1927-03-10 23:00", "place": {"c3": ""}, "date-ut": "1927-03-10 23:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "1103"}}, "raw": {"S": "6", "LT": "23 00", "LV": "24", "TR": "f", "UT": "23 00", "LAT": "+44.64", "SRC": "ALG I", "LONG": "-02.83", "NAME": "CANTONI Vincent", "SPORT": "Rugby League", "LOC_DATE": "1927 03 10", "UNIV_DATE": "1927 03 10", "BIRTH_PLACE": "MONTPEYROUX", "POSTAL_CODE": "12210"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Montpey"}}, "partial-ids": {"g55": "03-380"}, "ids-in-source": {"g55": "03-380"}}, "raw": {"DAY": "10-3-1927", "HOUR": "23 h.", "NAME": "CANTONI Vincent", "PLACE": "Montpey (Aveyron)."}, "date": "2023-08-20T14:48:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25436	caron-emile-1866-01-18	{"g55": "10-473"}	{"g55": "10-473"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Caron", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1866-01-18 04:00", "note": null, "place": {"c1": "", "c2": "80", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Chuignes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Caron", "nobility": ""}, "birth": {"date": "1866-01-18 04:00", "place": {"c1": "", "c2": "80", "c3": "", "cy": "FR", "name": "Chuignes"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-473"}}, "raw": {"DAY": "18-1-1866", "HOUR": "4 h.", "NAME": "CARON Emile", "PLACE": "Chuignes (Somme)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25437	carre-etienne-1852-11-02	{"g55": "10-474"}	{"g55": "10-474"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Carre", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1852-11-02 10:00", "note": null, "place": {"c1": "", "c2": "36", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Buzangais", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Carre", "nobility": ""}, "birth": {"date": "1852-11-02 10:00", "place": {"c1": "", "c2": "36", "c3": "", "cy": "FR", "name": "Buzangais"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-474"}}, "raw": {"DAY": "2-11-1852", "HOUR": "10 h.", "NAME": "CARRE Etienne", "PLACE": "Buzangais (Indre)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25438	carreau-benjamin-1846-12-13	{"g55": "10-475"}	{"g55": "10-475"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benjamin", "family": "Carreau", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1846-12-13 05:00", "note": null, "place": {"c1": "", "c2": "71", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Epinac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Benjamin", "family": "Carreau", "nobility": ""}, "birth": {"date": "1846-12-13 05:00", "place": {"c1": "", "c2": "71", "c3": "", "cy": "FR", "name": "Epinac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-475"}}, "raw": {"DAY": "13-12-1846", "HOUR": "5 h.", "NAME": "CARREAU Benjamin", "PLACE": "Epinac (Saône-et-Loire)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1857	casas-andre-1934-09-17	{"a1": "1858", "3a_sports": "876"}	{"ertel": "ES-876", "lerrcp": "A1-1858"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Casas", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1934-09-17 07:30", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.84152, "lat": 42.7131, "name": "Saint-Estève", "geoid": 2980313}, "notime": null, "date-ut": "1934-09-17 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "André", "family": "Casas"}, "birth": {"tzo": "+01:00", "date": "1934-09-17 07:30", "place": {"c2": "66", "cy": "FR", "lg": 2.84152, "lat": 42.7131, "name": "Saint-Estève", "geoid": 2980313}, "date-ut": "1934-09-17 06:30"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1858"}, "ids-in-sources": {"a1": "1858"}}, "raw": {"H": "6", "MN": "30", "TZ": "0", "COD": "66", "COU": "F", "DAY": "17", "LAT": "42N42", "LON": "2E55", "MON": "9", "NUM": "1858", "PRO": "C", "SEC": "0", "YEA": "1934", "CITY": "ST-ESTEVE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1934-09-17 07:30"}, "partial-ids": {"ertel": "ES-876"}}, "raw": {"L": "", "MF": "", "NR": "876", "ENG": "", "MA_": "1", "G_NR": "1858", "MA12": "2", "MARS": "6", "NAME": "Casas", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,100", "CSINR": "", "KURTZ": "", "PHAS_": "55,500", "STUND": "7,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.09.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1859	cassagne-paul-1931-01-22	{"a1": "1860", "3a_sports": "884"}	{"ertel": "ES-884", "lerrcp": "A1-1860"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Cassagne", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1931-01-22 06:30", "note": null, "place": {"c1": null, "c2": "65", "c3": null, "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "notime": null, "date-ut": "1931-01-22 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Cassagne"}, "birth": {"tzo": "+00:00", "date": "1931-01-22 06:30", "place": {"c2": "65", "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "date-ut": "1931-01-22 06:30"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1860"}, "ids-in-sources": {"a1": "1860"}}, "raw": {"H": "6", "MN": "30", "TZ": "0", "COD": "65", "COU": "F", "DAY": "22", "LAT": "43N14", "LON": "0E 5", "MON": "1", "NUM": "1860", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "TARBES"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-01-22 06:30"}, "partial-ids": {"ertel": "ES-884"}}, "raw": {"L": "", "MF": "", "NR": "884", "ENG": "", "MA_": "0", "G_NR": "1860", "MA12": "6", "MARS": "17", "NAME": "Cassagne", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,700", "CSINR": "", "KURTZ": "", "PHAS_": "9,400", "STUND": "6,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Paul", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.01.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25439	cassagnes-marie-1867-01-12	{"g55": "10-476"}	{"g55": "10-476"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Cassagnes", "spouse": [], "nobility": "de", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1867-01-12 22:00", "note": null, "place": {"c1": "", "c2": "72", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Bazougues-sur-Loire", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Cassagnes", "nobility": "de"}, "birth": {"date": "1867-01-12 22:00", "place": {"c1": "", "c2": "72", "c3": "", "cy": "FR", "name": "Bazougues-sur-Loire"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-476"}}, "raw": {"DAY": "12-1-1867", "HOUR": "22 h.", "NAME": "CASSAGNES (de) Marie", "PLACE": "Bazougues-sur-Loire (Sarthe)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25440	catesson-benoit-1858-08-22	{"g55": "10-477"}	{"g55": "10-477"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benoit", "family": "Catesson", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1858-08-22 23:00", "note": null, "place": {"c1": "", "c2": "63", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Anthene", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Benoit", "family": "Catesson", "nobility": ""}, "birth": {"date": "1858-08-22 23:00", "place": {"c1": "", "c2": "63", "c3": "", "cy": "FR", "name": "Saint-Anthene"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-477"}}, "raw": {"DAY": "22-8-1858", "HOUR": "23 h.", "NAME": "CATESSON Benoit", "PLACE": "Saint-Anthene (Puy-de-Dôme)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25441	chabert-jules-1855-10-17	{"g55": "10-478"}	{"g55": "10-478"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Chabert", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1855-10-17 05:00", "note": null, "place": {"c1": "", "c2": "07", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Aubenas", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Chabert", "nobility": ""}, "birth": {"date": "1855-10-17 05:00", "place": {"c1": "", "c2": "07", "c3": "", "cy": "FR", "name": "Aubenas"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-478"}}, "raw": {"DAY": "17-10-1855", "HOUR": "5 h.", "NAME": "CHABERT Jules", "PLACE": "Aubenas (Ardèche)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25442	chabin-louis-1860-02-29	{"g55": "10-479"}	{"g55": "10-479"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Chabin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1860-02-29 05:00", "note": null, "place": {"c1": "", "c2": "18", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Crézancy", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Chabin", "nobility": ""}, "birth": {"date": "1860-02-29 05:00", "place": {"c1": "", "c2": "18", "c3": "", "cy": "FR", "name": "Crézancy"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-479"}}, "raw": {"DAY": "29-2-1860", "HOUR": "5 h.", "NAME": "CHABIN Louis", "PLACE": "Crézancy (Cher)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1864	cognet-lucien-1909-05-22	{"a1": "1865", "3a_sports": "1046"}	{"cpara": "CP-122", "ertel": "ES-1046", "lerrcp": "A1-1865"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Cognet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1909-05-22 19:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.42577, "lat": 46.12709, "name": "Vichy", "geoid": 2969392}, "notime": null, "date-ut": "1909-05-22 18:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Cognet"}, "birth": {"tzo": "+00:09:21", "date": "1909-05-22 19:00", "place": {"c2": "03", "cy": "FR", "lg": 3.42577, "lat": 46.12709, "name": "Vichy", "geoid": 2969392}, "date-ut": "1909-05-22 18:50:40"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1865"}, "ids-in-sources": {"a1": "1865"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "03", "COU": "F", "DAY": "22", "LAT": "46N34", "LON": "3E20", "MON": "5", "NUM": "1865", "PRO": "C", "SEC": "40", "YEA": "1909", "CITY": "VICHY"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1909-05-22 19:00"}, "partial-ids": {"ertel": "ES-1046"}}, "raw": {"L": "", "MF": "", "NR": "1046", "ENG": "", "MA_": "1", "G_NR": "1865", "MA12": "10", "MARS": "29", "NAME": "Cognet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,700", "CSINR": "", "KURTZ": "p", "PHAS_": "7,300", "STUND": "19,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.05.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "122", "VORNAME": "Lucien", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "22.05.1909", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1862	celaya-michel-1930-07-04	{"a1": "1863", "3a_sports": "933", "cfepp-final3": "844"}	{"cfepp": "CF-844", "cpara": "CP-104", "ertel": "ES-933", "lerrcp": "A1-1863"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Celaya", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1930-07-04 08:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -1.55684, "lat": 43.48055, "name": "Biarritz", "geoid": 3032797}, "notime": null, "date-ut": "1930-07-04 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Celaya"}, "birth": {"tzo": "+01:00", "date": "1930-07-04 08:00", "place": {"c2": "64", "cy": "FR", "lg": -1.55684, "lat": 43.48055, "name": "Biarritz", "geoid": 3032797}, "date-ut": "1930-07-04 07:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1863"}, "ids-in-sources": {"a1": "1863"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "4", "LAT": "43N18", "LON": "0W22", "MON": "7", "NUM": "1863", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "BIARRITZ"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-07-04 08:00"}, "partial-ids": {"ertel": "ES-933"}}, "raw": {"L": "", "MF": "", "NR": "933", "ENG": "", "MA_": "0", "G_NR": "1863", "MA12": "3", "MARS": "8", "NAME": "Celaya", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,000", "CSINR": "", "KURTZ": "d", "PHAS_": "59,200", "STUND": "8,00", "CFEPNR": "845", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.07.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "104", "VORNAME": "Michel", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "04.07.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1930-07-04 08:00", "place": {"c3": ""}, "date-ut": "1930-07-04 07:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "844"}}, "raw": {"S": "3", "LT": "08 00", "LV": "I49", "TR": "f", "UT": "07 00", "LAT": "+43.48", "SRC": "L", "LONG": "+01.56", "NAME": "CELAYA Michel", "SPORT": "Rugby Union", "LOC_DATE": "1930 07 04", "UNIV_DATE": "1930 07 04", "BIRTH_PLACE": "BIARRITZ", "POSTAL_CODE": "64200"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
25443	chambodut-pierre-1858-04-08	{"g55": "10-480"}	{"g55": "10-480"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Chambodut", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1858-04-08 10:00", "note": null, "place": {"c1": "", "c2": "42", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Just-en-Chevalet", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Chambodut", "nobility": ""}, "birth": {"date": "1858-04-08 10:00", "place": {"c1": "", "c2": "42", "c3": "", "cy": "FR", "name": "Saint-Just-en-Chevalet"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-480"}}, "raw": {"DAY": "8-4-1858", "HOUR": "10 h.", "NAME": "CHAMBODUT Pierre", "PLACE": "Saint-Just-en-Chevalet (Loire)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25444	chambon-antoine-1848-07-27	{"g55": "10-481"}	{"g55": "10-481"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Chambon", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1848-07-27 04:00", "note": null, "place": {"c1": "", "c2": "23", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Boussac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Chambon", "nobility": ""}, "birth": {"date": "1848-07-27 04:00", "place": {"c1": "", "c2": "23", "c3": "", "cy": "FR", "name": "Boussac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-481"}}, "raw": {"DAY": "27-7-1848", "HOUR": "4 h.", "NAME": "CHAMBON Antoine", "PLACE": "Boussac (Creuse)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25445	chapdelaine-auguste-1871-07-11	{"g55": "10-482"}	{"g55": "10-482"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Chapdelaine", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1871-07-11 20:00", "note": null, "place": {"c1": "", "c2": "50", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "La Rochelle", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Chapdelaine", "nobility": ""}, "birth": {"date": "1871-07-11 20:00", "place": {"c1": "", "c2": "50", "c3": "", "cy": "FR", "name": "La Rochelle"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-482"}}, "raw": {"DAY": "11-7-1871", "HOUR": "20 h.", "NAME": "CHAPDELAINE Auguste", "PLACE": "La Rochelle (Manche)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1867	conti-honore-1936-09-24	{"a1": "1868", "3a_sports": "1082"}	{"ertel": "ES-1082", "lerrcp": "A1-1868"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Honoré", "family": "Conti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1936-09-24 07:00", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 2.148, "lat": 43.9298, "name": "Albi", "geoid": 3038261}, "notime": null, "date-ut": "1936-09-24 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Honoré", "family": "Conti"}, "birth": {"tzo": "+01:00", "date": "1936-09-24 07:00", "place": {"c2": "81", "cy": "FR", "lg": 2.148, "lat": 43.9298, "name": "Albi", "geoid": 3038261}, "date-ut": "1936-09-24 06:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1868"}, "ids-in-sources": {"a1": "1868"}}, "raw": {"H": "6", "MN": "0", "TZ": "0", "COD": "81", "COU": "F", "DAY": "24", "LAT": "43N55", "LON": "2E 8", "MON": "9", "NUM": "1868", "PRO": "C", "SEC": "0", "YEA": "1936", "CITY": "ALBI"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1936-09-24 07:00"}, "partial-ids": {"ertel": "ES-1082"}}, "raw": {"L": "", "MF": "", "NR": "1082", "ENG": "", "MA_": "1", "G_NR": "1868", "MA12": "2", "MARS": "4", "NAME": "Conti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,900", "CSINR": "", "KURTZ": "", "PHAS_": "50,900", "STUND": "7,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "24.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Honoré", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.09.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25446	chausselle-henri-1890-01-19	{"g55": "10-483"}	{"g55": "10-483"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Chausselle", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1890-01-19 17:00", "note": null, "place": {"c1": "", "c2": "42", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saintweticnne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Chausselle", "nobility": ""}, "birth": {"date": "1890-01-19 17:00", "place": {"c1": "", "c2": "42", "c3": "", "cy": "FR", "name": "Saintweticnne"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-483"}}, "raw": {"DAY": "19-1-1890", "HOUR": "17 h.", "NAME": "CHAUSSELLE Henri", "PLACE": "Saintweticnne (Loire)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1869	crabos-rene-1899-02-07	{"a1": "1870", "g55": "03-381", "3a_sports": "1151", "cfepp-final3": "847"}	{"g55": "03-381", "cfepp": "CF-847", "cpara": "CP-134", "ertel": "ES-1151", "lerrcp": "A1-1870"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Crabos", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1899-02-07 15:00", "note": null, "place": {"c1": null, "c2": "40", "c3": "", "cy": "FR", "lg": -0.57181, "lat": 43.75726, "name": "Saint-Sever", "geoid": 2976942}, "notime": null, "date-ut": "1899-02-07 14:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "René", "family": "Crabos"}, "birth": {"tzo": "+00:09:21", "date": "1899-02-07 15:00", "place": {"c2": "40", "cy": "FR", "lg": -0.57181, "lat": 43.75726, "name": "Saint-Sever", "geoid": 2976942}, "date-ut": "1899-02-07 14:50:40"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1870"}, "ids-in-sources": {"a1": "1870"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "40", "COU": "F", "DAY": "7", "LAT": "43N54", "LON": "0W30", "MON": "2", "NUM": "1870", "PRO": "C", "SEC": "40", "YEA": "1899", "CITY": "ST-SEVER"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1899-02-07 15:00"}, "partial-ids": {"ertel": "ES-1151"}}, "raw": {"L": "", "MF": "", "NR": "1151", "ENG": "0", "MA_": "2", "G_NR": "1870", "MA12": "12", "MARS": "36", "NAME": "Crabos", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "16,300", "STUND": "15,00", "CFEPNR": "848", "EXTEND": "1", "NATION": "FRA", "TAGMON": "07.02.", "ZITATE": "DKO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "134", "VORNAME": "René", "ZITRANG": "4", "GAUQ1955": "+", "GEBDATUM": "07.02.1899", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1899-02-07 15:00", "place": {"c3": ""}, "date-ut": "1899-02-07 14:51"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "847"}}, "raw": {"S": "1", "LT": "15 00", "LV": "I17", "TR": "f", "UT": "14 51", "LAT": "+43.76", "SRC": "ALG", "LONG": "+00.57", "NAME": "CRABOS Rene", "SPORT": "Rugby Union", "LOC_DATE": "1899 02 07", "UNIV_DATE": "1899 02 07", "BIRTH_PLACE": "ST SEVER", "POSTAL_CODE": "40500"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-381"}, "ids-in-source": {"g55": "03-381"}}, "raw": {"DAY": "7-2-1899", "HOUR": "15 h.", "NAME": "CRABOS René", "PLACE": "Saint-Sever (Landes)."}, "date": "2023-08-20T14:48:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25447	chausson-ferdinand-1854-12-30	{"g55": "10-484"}	{"g55": "10-484"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Chausson", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1854-12-30 02:00", "note": null, "place": {"c1": "", "c2": "94", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Gentilly", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Chausson", "nobility": ""}, "birth": {"date": "1854-12-30 02:00", "place": {"c1": "", "c2": "94", "c3": "", "cy": "FR", "name": "Gentilly"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-484"}}, "raw": {"DAY": "30-12-1854", "HOUR": "2 h.", "NAME": "CHAUSSON Ferdinand", "PLACE": "Gentilly (Seine)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25448	chauvin-amedee-1852-02-10	{"g55": "10-485"}	{"g55": "10-485"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amédée", "family": "Chauvin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1852-02-10 15:00", "note": null, "place": {"c1": "", "c2": "50", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Hudemesnil", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Amédée", "family": "Chauvin", "nobility": ""}, "birth": {"date": "1852-02-10 15:00", "place": {"c1": "", "c2": "50", "c3": "", "cy": "FR", "name": "Hudemesnil"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-485"}}, "raw": {"DAY": "10-2-1852", "HOUR": "15 h.", "NAME": "CHAUVIN Amédée", "PLACE": "Hudemesnil (Manche)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25449	chazal-auguste-1849-03-05	{"g55": "10-486"}	{"g55": "10-486"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Chazal", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1849-03-05 20:00", "note": null, "place": {"c1": "", "c2": "43", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Thoras", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Chazal", "nobility": ""}, "birth": {"date": "1849-03-05 20:00", "place": {"c1": "", "c2": "43", "c3": "", "cy": "FR", "name": "Thoras"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-486"}}, "raw": {"DAY": "5-3-1849", "HOUR": "20 h.", "NAME": "CHAZAL Auguste", "PLACE": "Thoras (Haute-Loire)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25450	chefeur-auguste-1856-12-05	{"g55": "10-487"}	{"g55": "10-487"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Chefeur", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1856-12-05 15:00", "note": null, "place": {"c1": "", "c2": "88", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Clézentaines", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Chefeur", "nobility": ""}, "birth": {"date": "1856-12-05 15:00", "place": {"c1": "", "c2": "88", "c3": "", "cy": "FR", "name": "Clézentaines"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-487"}}, "raw": {"DAY": "5-12-1856", "HOUR": "15 h.", "NAME": "CHEFEUR Auguste", "PLACE": "Clézentaines (Vosges)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1872	crespo-joseph-1925-01-01	{"a1": "1873", "g55": "03-384", "3a_sports": "1158"}	{"g55": "03-384", "cpara": "CP-136", "ertel": "ES-1158", "lerrcp": "A1-1873"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Crespo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1925-01-01 07:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.97176, "lat": 42.60432, "name": "Elne", "geoid": 3020281}, "notime": null, "date-ut": "1925-01-01 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Crespo"}, "birth": {"tzo": "+00:00", "date": "1925-01-01 07:00", "place": {"c2": "66", "cy": "FR", "lg": 2.97176, "lat": 42.60432, "name": "Elne", "geoid": 3020281}, "date-ut": "1925-01-01 07:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1873"}, "ids-in-sources": {"a1": "1873"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "66", "COU": "F", "DAY": "1", "LAT": "42N42", "LON": "2E55", "MON": "1", "NUM": "1873", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "ELNE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-01-01 07:00"}, "partial-ids": {"ertel": "ES-1158"}}, "raw": {"L": "", "MF": "", "NR": "1158", "ENG": "", "MA_": "1", "G_NR": "1873", "MA12": "10", "MARS": "30", "NAME": "Crespo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,300", "CSINR": "", "KURTZ": "d", "PHAS_": "40,000", "STUND": "7,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "136", "VORNAME": "Joseph", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "01.01.1925", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-384"}, "ids-in-source": {"g55": "03-384"}}, "raw": {"DAY": "1-1-1925", "HOUR": "7 h.", "NAME": "CRESPO Joseph", "PLACE": "Elne (Pyrénées-Orientales)."}, "date": "2023-08-20T14:48:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25451	chevallier-hector-1871-06-11	{"g55": "10-488"}	{"g55": "10-488"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hector", "family": "Chevallier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1871-06-11 21:00", "note": null, "place": {"c1": "", "c2": "92", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Boulogne-sur-Seine", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Hector", "family": "Chevallier", "nobility": ""}, "birth": {"date": "1871-06-11 21:00", "place": {"c1": "", "c2": "92", "c3": "", "cy": "FR", "name": "Boulogne-sur-Seine"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-488"}}, "raw": {"DAY": "11-6-1871", "HOUR": "21 h.", "NAME": "CHEVALLIER Hector", "PLACE": "Boulogne-sur-Seine (Seine)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25452	chiron-louis-1863-10-18	{"g55": "10-489"}	{"g55": "10-489"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Chiron", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1863-10-18 21:00", "note": null, "place": {"c1": "", "c2": "07", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Marcel-d’Ardeche", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Chiron", "nobility": ""}, "birth": {"date": "1863-10-18 21:00", "place": {"c1": "", "c2": "07", "c3": "", "cy": "FR", "name": "Saint-Marcel-d’Ardeche"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-489"}}, "raw": {"DAY": "18-10-1863", "HOUR": "21 h.", "NAME": "CHIRON Louis", "PLACE": "Saint-Marcel-d’Ardeche (Ardèche)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25453	clair-pierre-1854-01-06	{"g55": "10-490"}	{"g55": "10-490"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Clair", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1854-01-06 08:30", "note": null, "place": {"c1": "", "c2": "21", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Créancey", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Clair", "nobility": ""}, "birth": {"date": "1854-01-06 08:30", "place": {"c1": "", "c2": "21", "c3": "", "cy": "FR", "name": "Créancey"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-490"}}, "raw": {"DAY": "6-1-1854", "HOUR": "8 h. 30", "NAME": "CLAIR Pierre", "PLACE": "Créancey (Côte-d’Or)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25454	clave-marcel-1872-09-22	{"g55": "10-491"}	{"g55": "10-491"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Clave", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1872-09-22 09:00", "note": null, "place": {"c1": "", "c2": "40", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Cauna", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Clave", "nobility": ""}, "birth": {"date": "1872-09-22 09:00", "place": {"c1": "", "c2": "40", "c3": "", "cy": "FR", "name": "Cauna"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-491"}}, "raw": {"DAY": "22-9-1872", "HOUR": "9 h.", "NAME": "CLAVE Marcel", "PLACE": "Cauna (Landes)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25455	clement-raymond-1841-10-05	{"g55": "10-492"}	{"g55": "10-492"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Clement", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1841-10-05 21:00", "note": null, "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Albestroff", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Clement", "nobility": ""}, "birth": {"date": "1841-10-05 21:00", "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "name": "Albestroff"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-492"}}, "raw": {"DAY": "5-10-1841", "HOUR": "21 h.", "NAME": "CLEMENT Raymond", "PLACE": "Albestroff (Moselle)."}, "date": "2023-08-20T14:49:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
4714	colin-henri-1880-11-01	{"a2": "2628", "g55": "09-55"}	{"g55": "09-55", "lerrcp": "A2-2628"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Colin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.26492, "lat": 48.00113, "name": "Bains-les-Bains", "geoid": 3035317}, "notime": null, "date-ut": "1880-11-01 06:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist", "catholic-priest"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Colin"}, "birth": {"place": {"c2": "88", "cy": "FR", "lg": 6.26492, "lat": 48.00113, "name": "Bains-les-Bains", "geoid": 3035317}, "date-ut": "1880-11-01 06:34:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2628"}, "ids-in-sources": {"a2": "2628"}}, "raw": {"H": "6", "MN": "34", "TZ": "0", "COD": "88", "COU": "F", "DAY": "1", "LAT": "48N10", "LON": "6E28", "MON": "11", "NUM": "2628", "PRO": "S", "SEC": "8", "YEA": "1880", "CITY": "BAINS LES BAINS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-55"}, "ids-in-source": {"g55": "09-55"}}, "raw": {"DAY": "1-11-1880", "HOUR": "7 h.", "NAME": "COLIN Henri", "PLACE": "Bains-les-Bains (Vosges)."}, "date": "2023-08-20T14:49:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}, {"new": [], "raw": {"DAY": "1-11-1880", "HOUR": "7 h.", "NAME": "COLIN Henri", "PLACE": "Bains-les-Bains (Vosges)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25456	collignon-theodore-1853-03-29	{"g55": "10-494"}	{"g55": "10-494"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Théodore", "family": "Collignon", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1853-03-29 12:00", "note": null, "place": {"c1": "", "c2": "55", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Bar-le-Duc", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Théodore", "family": "Collignon", "nobility": ""}, "birth": {"date": "1853-03-29 12:00", "place": {"c1": "", "c2": "55", "c3": "", "cy": "FR", "name": "Bar-le-Duc"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-494"}}, "raw": {"DAY": "29-3-1853", "HOUR": "12 h.", "NAME": "COLLIGNON Théodore", "PLACE": "Bar-le-Duc (Meuse)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25457	colombel-albert-1864-08-22	{"g55": "10-495"}	{"g55": "10-495"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Colombel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1864-08-22 02:00", "note": null, "place": {"c1": "", "c2": "95", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Andilly", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Colombel", "nobility": ""}, "birth": {"date": "1864-08-22 02:00", "place": {"c1": "", "c2": "95", "c3": "", "cy": "FR", "name": "Andilly"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-495"}}, "raw": {"DAY": "22-8-1864", "HOUR": "2 h.", "NAME": "COLOMBEL Albert", "PLACE": "Andilly (Seine-et-Oise)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25458	conteville-henri-1857-07-21	{"g55": "10-496"}	{"g55": "10-496"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Conteville", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1857-07-21 15:00", "note": null, "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Galametz", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Conteville", "nobility": ""}, "birth": {"date": "1857-07-21 15:00", "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "name": "Galametz"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-496"}}, "raw": {"DAY": "21-7-1857", "HOUR": "15 h.", "NAME": "CONTEVILLE Henri", "PLACE": "Galametz (Pas-de-Calais)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1884	domenech-amedee-1933-05-03	{"a1": "1885", "3a_sports": "1431", "cfepp-final3": "860"}	{"cfepp": "CF-860", "cpara": "CP-160", "ertel": "ES-1431", "lerrcp": "A1-1885"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amédée", "family": "Domenech", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1933-05-03 08:00", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": 3.00141, "lat": 43.18396, "name": "Narbonne", "geoid": 2990919}, "notime": null, "date-ut": "1933-05-03 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Amédée", "family": "Domenech"}, "birth": {"tzo": "+01:00", "date": "1933-05-03 08:00", "place": {"c2": "11", "cy": "FR", "lg": 3.00141, "lat": 43.18396, "name": "Narbonne", "geoid": 2990919}, "date-ut": "1933-05-03 07:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1885"}, "ids-in-sources": {"a1": "1885"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "11", "COU": "F", "DAY": "3", "LAT": "43N12", "LON": "2E21", "MON": "5", "NUM": "1885", "PRO": "C", "SEC": "0", "YEA": "1933", "CITY": "NARBONNE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1933-05-03 08:00"}, "partial-ids": {"ertel": "ES-1431"}}, "raw": {"L": "", "MF": "", "NR": "1431", "ENG": "", "MA_": "1", "G_NR": "1885", "MA12": "9", "MARS": "27", "NAME": "Domenech", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,800", "CSINR": "", "KURTZ": "", "PHAS_": "50,700", "STUND": "8,00", "CFEPNR": "861", "EXTEND": "", "NATION": "FRA", "TAGMON": "03.05.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "160", "VORNAME": "Amédée", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "03.05.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1933-05-03 08:00", "place": {"c3": ""}, "date-ut": "1933-05-03 07:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "860"}}, "raw": {"S": "9", "LT": "08 00", "LV": "I50", "TR": "f", "UT": "07 00", "LAT": "+43.18", "SRC": "L", "LONG": "-03.00", "NAME": "DOMENECH Amedee", "SPORT": "Rugby Union", "LOC_DATE": "1933 05 03", "UNIV_DATE": "1933 05 03", "BIRTH_PLACE": "NARBONNE", "POSTAL_CODE": "11108 CEDEX"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1882	dizabo-pierre-1929-10-04	{"a1": "1883", "g55": "03-386", "3a_sports": "1422", "cfepp-final3": "858"}	{"g55": "03-386", "cfepp": "CF-858", "cpara": "CP-158", "ertel": "ES-1422", "lerrcp": "A1-1883"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Dizabo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1929-10-04 01:20", "note": null, "place": {"c1": null, "c2": "40", "c3": "", "cy": "FR", "lg": -0.5, "lat": 43.9, "name": "Saint-Vincent-de-Tyrosse", "geoid": 0}, "notime": null, "date-ut": "1929-10-04 00:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Dizabo"}, "birth": {"tzo": "+01:00", "date": "1929-10-04 01:20", "place": {"c2": "40", "cy": "FR", "lg": -0.5, "lat": 43.9, "name": "Saint-Vincent-de-T", "geoid": 0}, "date-ut": "1929-10-04 00:20"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1883"}, "ids-in-sources": {"a1": "1883"}}, "raw": {"H": "0", "MN": "20", "TZ": "0", "COD": "40", "COU": "F", "DAY": "4", "LAT": "43N54", "LON": "0W30", "MON": "10", "NUM": "1883", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "ST-VINCENT-DE-T"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-10-04 01:20"}, "partial-ids": {"ertel": "ES-1422"}}, "raw": {"L": "", "MF": "", "NR": "1422", "ENG": "", "MA_": "1", "G_NR": "1883", "MA12": "9", "MARS": "27", "NAME": "Dizabo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,300", "CSINR": "", "KURTZ": "", "PHAS_": "1,400", "STUND": "1,33", "CFEPNR": "859", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.10.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "158", "VORNAME": "Pierre", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "04.10.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1929-10-04 01:20", "place": {"c3": ""}, "date-ut": "1929-10-04 00:20"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "858"}}, "raw": {"S": "9", "LT": "01 20", "LV": "I10", "TR": "f", "UT": "00 20", "LAT": "+43.66", "SRC": "ALG", "LONG": "+01.30", "NAME": "DIZABO Pierre", "SPORT": "Rugby Union", "LOC_DATE": "1929 10 04", "UNIV_DATE": "1929 10 04", "BIRTH_PLACE": "ST VINCENT DE TYROSSE", "POSTAL_CODE": "40230"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Vincent-de-Tyrosse"}}, "partial-ids": {"g55": "03-386"}, "ids-in-source": {"g55": "03-386"}}, "raw": {"DAY": "4-10-1929", "HOUR": "1 h. 20", "NAME": "DIZABO Pierre", "PLACE": "Saint-Vincent-de-Tyrosse (Landes)."}, "date": "2023-08-20T14:48:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25459	corbille-francois-1866-07-29	{"g55": "10-497"}	{"g55": "10-497"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Corbille", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1866-07-29 09:00", "note": null, "place": {"c1": "", "c2": "44", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Crassac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "François", "family": "Corbille", "nobility": ""}, "birth": {"date": "1866-07-29 09:00", "place": {"c1": "", "c2": "44", "c3": "", "cy": "FR", "name": "Crassac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-497"}}, "raw": {"DAY": "29-7-1866", "HOUR": "9 h.", "NAME": "CORBILLE François", "PLACE": "Crassac (Loire-Inférieure)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25460	coriton-leonce-1860-06-03	{"g55": "10-498"}	{"g55": "10-498"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léonce", "family": "Coriton", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1860-06-03 06:00", "note": null, "place": {"c1": "", "c2": "35", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Aubin-du-Cormier", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Léonce", "family": "Coriton", "nobility": ""}, "birth": {"date": "1860-06-03 06:00", "place": {"c1": "", "c2": "35", "c3": "", "cy": "FR", "name": "Saint-Aubin-du-Cormier"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-498"}}, "raw": {"DAY": "3-6-1860", "HOUR": "6 h.", "NAME": "CORITON Léonce", "PLACE": "Saint-Aubin-du-Cormier (Ille-et-Vil.)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25461	cornette-anjoine-1860-11-08	{"g55": "10-499"}	{"g55": "10-499"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anjoine", "family": "Cornette", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1860-11-08 22:00", "note": null, "place": {"c1": "", "c2": "03", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Pierrefitte-sur-Loire", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Anjoine", "family": "Cornette", "nobility": ""}, "birth": {"date": "1860-11-08 22:00", "place": {"c1": "", "c2": "03", "c3": "", "cy": "FR", "name": "Pierrefitte-sur-Loire"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-499"}}, "raw": {"DAY": "8-11-1860", "HOUR": "22 h.", "NAME": "CORNETTE Anjoine", "PLACE": "Pierrefitte-sur-Loire (Allier)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1887	ducousso-jean-1933-07-08	{"a1": "1888", "3a_sports": "1474"}	{"ertel": "ES-1474", "lerrcp": "A1-1888"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Ducousso", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1933-07-08 18:00", "note": null, "place": {"c1": null, "c2": "32", "c3": null, "cy": "FR", "lg": 0.14814, "lat": 43.95946, "name": "Labarrère", "geoid": 6619531}, "notime": null, "date-ut": "1933-07-08 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Ducousso"}, "birth": {"tzo": "+01:00", "date": "1933-07-08 18:00", "place": {"c2": "32", "cy": "FR", "lg": 0.14814, "lat": 43.95946, "name": "Labarrère", "geoid": 6619531}, "date-ut": "1933-07-08 17:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1888"}, "ids-in-sources": {"a1": "1888"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "32", "COU": "F", "DAY": "8", "LAT": "43N40", "LON": "0E36", "MON": "7", "NUM": "1888", "PRO": "C", "SEC": "0", "YEA": "1933", "CITY": "LABARRERE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1933-07-08 18:00"}, "partial-ids": {"ertel": "ES-1474"}}, "raw": {"L": "", "MF": "", "NR": "1474", "ENG": "1", "MA_": "2", "G_NR": "1888", "MA12": "4", "MARS": "10", "NAME": "Ducousso", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,000", "CSINR": "", "KURTZ": "", "PHAS_": "99,500", "STUND": "18,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "08.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.07.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25462	coste-jean-1865-01-14	{"g55": "10-500"}	{"g55": "10-500"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Coste", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1865-01-14 09:00", "note": null, "place": {"c1": "", "c2": "07", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Noziére", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Coste", "nobility": ""}, "birth": {"date": "1865-01-14 09:00", "place": {"c1": "", "c2": "07", "c3": "", "cy": "FR", "name": "Noziére"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-500"}}, "raw": {"DAY": "14-1-1865", "HOUR": "9 h.", "NAME": "COSTE Jean", "PLACE": "Noziére (Ardèche)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1889	dufourcq-jacques-1881-08-19	{"a1": "1890", "3a_sports": "1479", "cfepp-final3": "863"}	{"cfepp": "CF-863", "cpara": "CP-168", "ertel": "ES-1479", "lerrcp": "A1-1890"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Dufourcq", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-00:03:42", "date": "1881-08-19 18:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -0.92448, "lat": 43.47422, "name": "Salies-de-Béarn", "geoid": 2976444}, "notime": null, "date-ut": "1881-08-19 18:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Dufourcq"}, "birth": {"tzo": "-00:03:42", "date": "1881-08-19 18:00", "place": {"c2": "64", "cy": "FR", "lg": -0.92448, "lat": 43.47422, "name": "Salies-de-Béarn", "geoid": 2976444}, "date-ut": "1881-08-19 18:01:28"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1890"}, "ids-in-sources": {"a1": "1890"}}, "raw": {"H": "18", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "19", "LAT": "43N18", "LON": "0W22", "MON": "8", "NUM": "1890", "PRO": "C", "SEC": "28", "YEA": "1881", "CITY": "SALIES-DE-BEARN"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1881-08-19 18:00"}, "partial-ids": {"ertel": "ES-1479"}}, "raw": {"L": "", "MF": "", "NR": "1479", "ENG": "", "MA_": "1", "G_NR": "1890", "MA12": "9", "MARS": "26", "NAME": "Dufourcq", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,100", "CSINR": "", "KURTZ": "", "PHAS_": "28,200", "STUND": "18,00", "CFEPNR": "864", "EXTEND": "", "NATION": "FRA", "TAGMON": "19.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "168", "VORNAME": "Jacques", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "19.08.1881", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1881-08-19 18:00", "place": {"c3": ""}, "date-ut": "1881-08-19 18:04"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "863"}}, "raw": {"S": "9", "LT": "18 00", "LV": "I5", "TR": "f", "UT": "18 04", "LAT": "+43.47", "SRC": "L", "LONG": "+00.93", "NAME": "DUFFOURCQ Jacques", "SPORT": "Rugby Union", "LOC_DATE": "1881 08 19", "UNIV_DATE": "1881 08 19", "BIRTH_PLACE": "SALIES DE BEARN", "POSTAL_CODE": "64270"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
25463	coste-pierre-1873-02-03	{"g55": "10-501"}	{"g55": "10-501"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Coste", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1873-02-03 05:00", "note": null, "place": {"c1": "", "c2": "40", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Tartas", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Coste", "nobility": ""}, "birth": {"date": "1873-02-03 05:00", "place": {"c1": "", "c2": "40", "c3": "", "cy": "FR", "name": "Tartas"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-501"}}, "raw": {"DAY": "3-2-1873", "HOUR": "5 h.", "NAME": "COSTE Pierre", "PLACE": "Tartas (Landes)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25464	cougouluenhes-jean-1878-10-30	{"g55": "10-502"}	{"g55": "10-502"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Cougouluenhes", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1878-10-30 18:00", "note": null, "place": {"c1": "", "c2": "48", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Mazel-ies-Lambrés", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Cougouluenhes", "nobility": ""}, "birth": {"date": "1878-10-30 18:00", "place": {"c1": "", "c2": "48", "c3": "", "cy": "FR", "name": "Mazel-ies-Lambrés"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-502"}}, "raw": {"DAY": "30-10-1878", "HOUR": "18 h.", "NAME": "COUGOULUENHES Jean", "PLACE": "Mazel-ies-Lambrés (Loz.)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25465	courage-emile-1845-01-01	{"g55": "10-503"}	{"g55": "10-503"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Courage", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1845-01-01 20:00", "note": null, "place": {"c1": "", "c2": "76", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Elbeuf", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Courage", "nobility": ""}, "birth": {"date": "1845-01-01 20:00", "place": {"c1": "", "c2": "76", "c3": "", "cy": "FR", "name": "Elbeuf"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-503"}}, "raw": {"DAY": "1-1-1845", "HOUR": "20 h.", "NAME": "COURAGE Emile", "PLACE": "Elbeuf (Seine-Inférieure)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25466	courras-marie-1860-09-30	{"g55": "10-504"}	{"g55": "10-504"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Courras", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1860-09-30 23:30", "note": null, "place": {"c1": "", "c2": "42", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Etienne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Courras", "nobility": ""}, "birth": {"date": "1860-09-30 23:30", "place": {"c1": "", "c2": "42", "c3": "", "cy": "FR", "name": "Saint-Etienne"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-504"}}, "raw": {"DAY": "30-9-1860", "HOUR": "23 h. 30", "NAME": "COURRAS Marie", "PLACE": "Saint-Etienne (Loire)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1895	echave-louis-1934-06-18	{"a1": "1896", "3a_sports": "1526"}	{"ertel": "ES-1526", "lerrcp": "A1-1896"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Echave", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1934-06-18 20:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.66817, "lat": 43.38488, "name": "Ciboure", "geoid": 3024979}, "notime": null, "date-ut": "1934-06-18 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Echave"}, "birth": {"tzo": "+01:00", "date": "1934-06-18 20:00", "place": {"c2": "64", "cy": "FR", "lg": -1.66817, "lat": 43.38488, "name": "Ciboure", "geoid": 3024979}, "date-ut": "1934-06-18 19:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1896"}, "ids-in-sources": {"a1": "1896"}}, "raw": {"H": "19", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "18", "LAT": "43N18", "LON": "0W22", "MON": "6", "NUM": "1896", "PRO": "C", "SEC": "0", "YEA": "1934", "CITY": "CIBOURE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1934-06-18 20:00"}, "partial-ids": {"ertel": "ES-1526"}}, "raw": {"L": "", "MF": "", "NR": "1526", "ENG": "", "MA_": "1", "G_NR": "1896", "MA12": "7", "MARS": "20", "NAME": "Echavé", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,200", "CSINR": "", "KURTZ": "", "PHAS_": "28,600", "STUND": "20,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Louis", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.06.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1893	dupuy-jean-1934-05-25	{"a1": "1894", "3a_sports": "1504", "cfepp-final3": "867"}	{"cfepp": "CF-867", "cpara": "CP-177", "ertel": "ES-1504", "lerrcp": "A1-1894"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Dupuy", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1934-05-25 11:30", "note": null, "place": {"c1": null, "c2": "65", "c3": "", "cy": "FR", "lg": 0.08333, "lat": 43.23333, "name": "Vic-Bigorre", "geoid": 0}, "notime": null, "date-ut": "1934-05-25 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Dupuy"}, "birth": {"tzo": "+01:00", "date": "1934-05-25 11:30", "place": {"c2": "65", "cy": "FR", "lg": 0.08333, "lat": 43.23333, "name": "Vic-Bigorre", "geoid": 0}, "date-ut": "1934-05-25 10:30"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1894"}, "ids-in-sources": {"a1": "1894"}}, "raw": {"H": "10", "MN": "30", "TZ": "0", "COD": "65", "COU": "F", "DAY": "25", "LAT": "43N14", "LON": "0E 5", "MON": "5", "NUM": "1894", "PRO": "C", "SEC": "0", "YEA": "1934", "CITY": "VIC-BIGORRE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1934-05-25 11:30"}, "partial-ids": {"ertel": "ES-1504"}}, "raw": {"L": "", "MF": "", "NR": "1504", "ENG": "0", "MA_": "2", "G_NR": "1894", "MA12": "3", "MARS": "9", "NAME": "Dupuy", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,700", "CSINR": "", "KURTZ": "", "PHAS_": "81,400", "STUND": "11,50", "CFEPNR": "868", "EXTEND": "1", "NATION": "FRA", "TAGMON": "25.05.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "177", "VORNAME": "Jean", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "25.05.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1934-05-25 11:30", "place": {"c3": ""}, "date-ut": "1934-05-25 10:30"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "867"}}, "raw": {"S": "3", "LT": "11 30", "LV": "I40", "TR": "f", "UT": "10 30", "LAT": "+43.39", "SRC": "L", "LONG": "-00.05", "NAME": "DUPUY Jean", "SPORT": "Rugby Union", "LOC_DATE": "1934 05 25", "UNIV_DATE": "1934 05 25", "BIRTH_PLACE": "VIC EN BIGORRE", "POSTAL_CODE": "65500"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
25467	courrege-louis-1841-01-28	{"g55": "10-505"}	{"g55": "10-505"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Courrege", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1841-01-28 06:00", "note": null, "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Vimenet", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Courrege", "nobility": ""}, "birth": {"date": "1841-01-28 06:00", "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "name": "Vimenet"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-505"}}, "raw": {"DAY": "28-1-1841", "HOUR": "6 h.", "NAME": "COURREGE Louis", "PLACE": "Vimenet (Aveyron)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25468	court-gustave-1872-08-14	{"g55": "10-506"}	{"g55": "10-506"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Court", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1872-08-14 01:00", "note": null, "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lutzelhausen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Court", "nobility": ""}, "birth": {"date": "1872-08-14 01:00", "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "name": "Lutzelhausen"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-506"}}, "raw": {"DAY": "14-8-1872", "HOUR": "1 h.", "NAME": "COURT Gustave", "PLACE": "Lutzelhausen (Bas-Rhin)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25469	courtial-pierre-1870-02-25	{"g55": "10-507"}	{"g55": "10-507"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Courtial", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1870-02-25 15:00", "note": null, "place": {"c1": "", "c2": "33", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Louis-de-Montferrand", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Courtial", "nobility": ""}, "birth": {"date": "1870-02-25 15:00", "place": {"c1": "", "c2": "33", "c3": "", "cy": "FR", "name": "Saint-Louis-de-Montferrand"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-507"}}, "raw": {"DAY": "25-2-1870", "HOUR": "15 h.", "NAME": "COURTIAL Pierre", "PLACE": "Saint-Louis-de-Montferrand (Gir.)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1898	estiau-serge-1937-05-04	{"a1": "1900", "3a_sports": "1555"}	{"ertel": "ES-1555", "lerrcp": "A1-1900"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Serge", "family": "Estiau", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1937-05-04 03:30", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1937-05-04 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Serge", "family": "Estiau"}, "birth": {"tzo": "+01:00", "date": "1937-05-04 03:30", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1937-05-04 02:30"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1900"}, "ids-in-sources": {"a1": "1900"}}, "raw": {"H": "2", "MN": "30", "TZ": "0", "COD": "44", "COU": "F", "DAY": "4", "LAT": "47N13", "LON": "1W35", "MON": "5", "NUM": "1900", "PRO": "C", "SEC": "0", "YEA": "1937", "CITY": "NANTES"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1937-05-04 03:30"}, "partial-ids": {"ertel": "ES-1555"}}, "raw": {"L": "", "MF": "", "NR": "1555", "ENG": "1", "MA_": "2", "G_NR": "1900", "MA12": "4", "MARS": "12", "NAME": "Estiau", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,20", "CSINR": "", "KURTZ": "", "PHAS_": "47,800", "STUND": "3,50", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "04.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Serge", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.05.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25470	coutadeur-pierre-1831-02-26	{"g55": "10-508"}	{"g55": "10-508"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Coutadeur", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1831-02-26 10:00", "note": null, "place": {"c1": "", "c2": "45", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Orléans", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Coutadeur", "nobility": ""}, "birth": {"date": "1831-02-26 10:00", "place": {"c1": "", "c2": "45", "c3": "", "cy": "FR", "name": "Orléans"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-508"}}, "raw": {"DAY": "26-2-1831", "HOUR": "10 h.", "NAME": "COUTADEUR Pierre", "PLACE": "Orléans (Loiret)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1900	fabre-bernard-1935-09-07	{"a1": "1902", "3a_sports": "1569", "cfepp-final3": "750"}	{"cfepp": "CF-750", "ertel": "ES-1569", "lerrcp": "A1-1902"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Fabre", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1935-09-07 18:00", "note": null, "place": {"c1": null, "c2": "81", "c3": "", "cy": "FR", "lg": 2.148, "lat": 43.9298, "name": "Albi", "geoid": 3038261}, "notime": null, "date-ut": "1935-09-07 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Fabre"}, "birth": {"tzo": "+01:00", "date": "1935-09-07 18:00", "place": {"c2": "81", "cy": "FR", "lg": 2.148, "lat": 43.9298, "name": "Albi", "geoid": 3038261}, "date-ut": "1935-09-07 17:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1902"}, "ids-in-sources": {"a1": "1902"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "81", "COU": "F", "DAY": "7", "LAT": "43N55", "LON": "2E 8", "MON": "9", "NUM": "1902", "PRO": "C", "SEC": "0", "YEA": "1935", "CITY": "ALBI"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1935-09-07 18:00"}, "partial-ids": {"ertel": "ES-1569"}}, "raw": {"L": "", "MF": "", "NR": "1569", "ENG": "1", "MA_": "2", "G_NR": "1902", "MA12": "4", "MARS": "11", "NAME": "Fabre", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,500", "CSINR": "", "KURTZ": "", "PHAS_": "59,600", "STUND": "18,00", "CFEPNR": "750", "EXTEND": "1", "NATION": "FRA", "TAGMON": "07.09.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bernard", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "07.09.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1935-09-07 18:00", "place": {"c3": ""}, "date-ut": "1935-09-07 17:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "750"}}, "raw": {"S": "4", "LT": "18 00", "LV": "I23", "TR": "f", "UT": "17 00", "LAT": "+43.93", "SRC": "L", "LONG": "-02.15", "NAME": "FABRE Bernard", "SPORT": "Rugby League", "LOC_DATE": "1935 09 07", "UNIV_DATE": "1935 09 07", "BIRTH_PLACE": "ALBI", "POSTAL_CODE": "81010 CEDEX"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
25471	couvrat-desver-guy-1878-03-01	{"g55": "10-509"}	{"g55": "10-509"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Couvrat-desver", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1878-03-01 19:00", "note": null, "place": {"c1": "", "c2": "32", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Condom", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Couvrat-desver", "nobility": ""}, "birth": {"date": "1878-03-01 19:00", "place": {"c1": "", "c2": "32", "c3": "", "cy": "FR", "name": "Condom"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-509"}}, "raw": {"DAY": "1-3-1878", "HOUR": "19 h.", "NAME": "COUVRAT-DESVER Guy", "PLACE": "Condom (Gers)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25472	crestey-andre-1871-01-10	{"g55": "10-510"}	{"g55": "10-510"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Crestey", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1871-01-10 10:00", "note": null, "place": {"c1": "", "c2": "14", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Trouville", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "André", "family": "Crestey", "nobility": ""}, "birth": {"date": "1871-01-10 10:00", "place": {"c1": "", "c2": "14", "c3": "", "cy": "FR", "name": "Trouville"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-510"}}, "raw": {"DAY": "10-1-1871", "HOUR": "10 h.", "NAME": "CRESTEY André", "PLACE": "Trouville (Calvados)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25473	croizier-paul-1878-06-20	{"g55": "10-511"}	{"g55": "10-511"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Croizier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1878-06-20 00:15", "note": null, "place": {"c1": "", "c2": "71", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Autun", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Croizier", "nobility": ""}, "birth": {"date": "1878-06-20 00:15", "place": {"c1": "", "c2": "71", "c3": "", "cy": "FR", "name": "Autun"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-511"}}, "raw": {"DAY": "20-6-1878", "HOUR": "0 h. 15", "NAME": "CROIZIER Paul", "PLACE": "Autun (Saône-et-Loire)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25474	crombette-jean-baptiste-1857-08-02	{"g55": "10-512"}	{"g55": "10-512"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Baptiste", "family": "Crombette", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1857-08-02 22:00", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Loos-lés-Lille", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean-Baptiste", "family": "Crombette", "nobility": ""}, "birth": {"date": "1857-08-02 22:00", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Loos-lés-Lille"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-512"}}, "raw": {"DAY": "2-8-1857", "HOUR": "22 h.", "NAME": "CROMBETTE Jean-Baptiste", "PLACE": "Loos-lés-Lille (Nord)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1904	gachassin-jean-1941-12-23	{"a1": "1906", "3a_sports": "1744", "cfepp-final3": "876"}	{"cfepp": "CF-876", "ertel": "ES-1744", "lerrcp": "A1-1906"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Gachassin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-12-23 09:00", "note": null, "place": {"c1": null, "c2": "65", "c3": "", "cy": "FR", "lg": 0.08333, "lat": 43.23333, "name": "Bagneres-de-Big", "geoid": 0}, "notime": null, "date-ut": "1941-12-23 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Gachassin"}, "birth": {"place": {"c2": "65", "cy": "FR", "lg": 0.08333, "lat": 43.23333, "name": "Bagneres-de-Big", "geoid": 0}, "date-ut": "1941-12-23 08:00:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1906"}, "ids-in-sources": {"a1": "1906"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "65", "COU": "F", "DAY": "23", "LAT": "43N14", "LON": "0E 5", "MON": "12", "NUM": "1906", "PRO": "C", "SEC": "0", "YEA": "1941", "CITY": "BAGNERES-DE-BIG"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1941-12-23 09:00"}, "partial-ids": {"ertel": "ES-1744"}}, "raw": {"L": "", "MF": "", "NR": "1744", "ENG": "", "MA_": "1", "G_NR": "1906", "MA12": "10", "MARS": "29", "NAME": "Gachassin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,000", "CSINR": "", "KURTZ": "", "PHAS_": "26,000", "STUND": "9,00", "CFEPNR": "877", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.12.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "23.12.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1941-12-23 09:00", "place": {"c3": ""}, "date-ut": "1941-12-23 08:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "876"}}, "raw": {"S": "10", "LT": "09 00", "LV": "I32", "TR": "f", "UT": "08 00", "LAT": "+43.07", "SRC": "L", "LONG": "-00.15", "NAME": "GACHASSIN Jean", "SPORT": "Rugby Union", "LOC_DATE": "1941 12 23", "UNIV_DATE": "1941 12 23", "BIRTH_PLACE": "BAGNERES DE BIGORRE", "POSTAL_CODE": "65200"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1902	forgues-fernand-1884-11-30	{"a1": "1904", "g55": "03-391", "3a_sports": "1681"}	{"g55": "03-391", "cpara": "CP-188", "ertel": "ES-1681", "lerrcp": "A1-1904"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Forgues", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-00:01:25", "date": "1884-11-30 04:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "notime": null, "date-ut": "1884-11-30 04:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Forgues"}, "birth": {"tzo": "-00:01:25", "date": "1884-11-30 04:00", "place": {"c2": "64", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "date-ut": "1884-11-30 04:01:28"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1904"}, "ids-in-sources": {"a1": "1904"}}, "raw": {"H": "4", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "30", "LAT": "43N18", "LON": "0W22", "MON": "11", "NUM": "1904", "PRO": "C", "SEC": "28", "YEA": "1884", "CITY": "PAU"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1884-11-30 04:00"}, "partial-ids": {"ertel": "ES-1681"}}, "raw": {"L": "", "MF": "", "NR": "1681", "ENG": "", "MA_": "1", "G_NR": "1904", "MA12": "11", "MARS": "31", "NAME": "Forgues", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,200", "CSINR": "", "KURTZ": "", "PHAS_": "88,900", "STUND": "4,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "30.11.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "188", "VORNAME": "Fernand", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "30.11.1884", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-391"}, "ids-in-source": {"g55": "03-391"}}, "raw": {"DAY": "30-11-1884", "HOUR": "4 h.", "NAME": "FORGUES Fernand", "PLACE": "Pau (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25475	crosnier-paul-1892-11-14	{"g55": "10-513"}	{"g55": "10-513"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Crosnier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1892-11-14 02:00", "note": null, "place": {"c1": "", "c2": "94", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Créteil", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Crosnier", "nobility": ""}, "birth": {"date": "1892-11-14 02:00", "place": {"c1": "", "c2": "94", "c3": "", "cy": "FR", "name": "Créteil"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-513"}}, "raw": {"DAY": "14-11-1892", "HOUR": "2 h.", "NAME": "CROSNIER Paul", "PLACE": "Créteil (Seine)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25476	dadon-romain-1852-08-06	{"g55": "10-514"}	{"g55": "10-514"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Romain", "family": "Dadon", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1852-08-06 01:00", "note": null, "place": {"c1": "", "c2": "18", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Bourges", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Romain", "family": "Dadon", "nobility": ""}, "birth": {"date": "1852-08-06 01:00", "place": {"c1": "", "c2": "18", "c3": "", "cy": "FR", "name": "Bourges"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-514"}}, "raw": {"DAY": "6-8-1852", "HOUR": "1 h.", "NAME": "DADON Romain", "PLACE": "Bourges (Cher)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25477	dardans-julien-1862-05-06	{"g55": "10-515"}	{"g55": "10-515"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julien", "family": "Dardans", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1862-05-06 22:00", "note": null, "place": {"c1": "", "c2": "64", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Ustaritz", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Julien", "family": "Dardans", "nobility": ""}, "birth": {"date": "1862-05-06 22:00", "place": {"c1": "", "c2": "64", "c3": "", "cy": "FR", "name": "Ustaritz"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-515"}}, "raw": {"DAY": "6-5-1862", "HOUR": "22 h.", "NAME": "DARDANS Julien", "PLACE": "Ustaritz (Basses-Pyrénées)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25478	dastarac-louis-1849-09-06	{"g55": "10-516"}	{"g55": "10-516"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Dastarac", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1849-09-06 13:00", "note": null, "place": {"c1": "", "c2": "31", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Cadours", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Dastarac", "nobility": ""}, "birth": {"date": "1849-09-06 13:00", "place": {"c1": "", "c2": "31", "c3": "", "cy": "FR", "name": "Cadours"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-516"}}, "raw": {"DAY": "6-9-1849", "HOUR": "13 h.", "NAME": "DASTARAC Louis", "PLACE": "Cadours (Haute-Garonne)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1908	got-raoul-1900-10-11	{"a1": "1910", "g55": "03-394", "3a_sports": "1907", "cfepp-final3": "881"}	{"g55": "03-394", "cfepp": "CF-881", "cpara": "CP-211", "ertel": "ES-1907", "lerrcp": "A1-1910"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raoul", "family": "Got", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1900-10-11 06:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "notime": null, "date-ut": "1900-10-11 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Raoul", "family": "Got"}, "birth": {"tzo": "+00:09:21", "date": "1900-10-11 06:00", "place": {"c2": "66", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "date-ut": "1900-10-11 05:50:40"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1910"}, "ids-in-sources": {"a1": "1910"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "66", "COU": "F", "DAY": "11", "LAT": "42N42", "LON": "2E55", "MON": "10", "NUM": "1910", "PRO": "C", "SEC": "40", "YEA": "1900", "CITY": "PERPIGNAN"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1900-10-11 06:00"}, "partial-ids": {"ertel": "ES-1907"}}, "raw": {"L": "", "MF": "", "NR": "1907", "ENG": "", "MA_": "0", "G_NR": "1910", "MA12": "3", "MARS": "8", "NAME": "Got", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,500", "CSINR": "", "KURTZ": "", "PHAS_": "91,300", "STUND": "6,00", "CFEPNR": "882", "EXTEND": "", "NATION": "FRA", "TAGMON": "11.10.", "ZITATE": "DKO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "211", "VORNAME": "Raoul", "ZITRANG": "4", "GAUQ1955": "+", "GEBDATUM": "11.10.1900", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1900-10-11 06:00", "place": {"c3": ""}, "date-ut": "1900-10-11 05:51"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "881"}}, "raw": {"S": "3", "LT": "06 00", "LV": "I13", "TR": "f", "UT": "05 51", "LAT": "+42.70", "SRC": "ALG", "LONG": "-02.89", "NAME": "GOT Raoul", "SPORT": "Rugby Union", "LOC_DATE": "1900 10 11", "UNIV_DATE": "1900 10 11", "BIRTH_PLACE": "PERPIGNAN", "POSTAL_CODE": "66020 CEDEX"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-394"}, "ids-in-source": {"g55": "03-394"}}, "raw": {"DAY": "11-10-1900", "HOUR": "6 h.", "NAME": "GOT Raoul", "PLACE": "Perpignan (Pyrénées-Orientales)."}, "date": "2023-08-20T14:48:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1910	graule-vincent-1904-01-22	{"a1": "1912", "g55": "03-395", "3a_sports": "1941", "cfepp-final3": "882"}	{"g55": "03-395", "cfepp": "CF-882", "cpara": "CP-213", "ertel": "ES-1941", "lerrcp": "A1-1912"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincent", "family": "Graule", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1904-01-22 10:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "notime": null, "date-ut": "1904-01-22 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Vincent", "family": "Graule"}, "birth": {"tzo": "+00:09:21", "date": "1904-01-22 10:00", "place": {"c2": "66", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "date-ut": "1904-01-22 09:50:40"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1912"}, "ids-in-sources": {"a1": "1912"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "66", "COU": "F", "DAY": "22", "LAT": "42N42", "LON": "2E55", "MON": "1", "NUM": "1912", "PRO": "C", "SEC": "40", "YEA": "1904", "CITY": "PERPIGNAN"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1904-01-22 10:00"}, "partial-ids": {"ertel": "ES-1941"}}, "raw": {"L": "", "MF": "", "NR": "1941", "ENG": "1", "MA_": "2", "G_NR": "1912", "MA12": "1", "MARS": "2", "NAME": "Graule", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,300", "CSINR": "", "KURTZ": "", "PHAS_": "16,000", "STUND": "10,00", "CFEPNR": "883", "EXTEND": "1", "NATION": "FRA", "TAGMON": "22.01.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "213", "VORNAME": "Vincent", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "22.01.1904", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1904-01-22 10:00", "place": {"c3": ""}, "date-ut": "1904-01-22 09:51"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "882"}}, "raw": {"S": "1", "LT": "10 00", "LV": "I16", "TR": "f", "UT": "09 51", "LAT": "+42.70", "SRC": "ALG", "LONG": "-02.89", "NAME": "GRAULE Vincent", "SPORT": "Rugby Union", "LOC_DATE": "1904 01 22", "UNIV_DATE": "1904 01 22", "BIRTH_PLACE": "PERPIGNAN", "POSTAL_CODE": "66020 CEDEX"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-395"}, "ids-in-source": {"g55": "03-395"}}, "raw": {"DAY": "22-1-1904", "HOUR": "10 h.", "NAME": "GRAULE Vincent", "PLACE": "Perpignan (Pyrénées-Orientales)."}, "date": "2023-08-20T14:48:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25479	datin-francois-1880-01-20	{"g55": "10-517"}	{"g55": "10-517"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Datin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1880-01-20 12:00", "note": null, "place": {"c1": "", "c2": "35", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Fougères", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "François", "family": "Datin", "nobility": ""}, "birth": {"date": "1880-01-20 12:00", "place": {"c1": "", "c2": "35", "c3": "", "cy": "FR", "name": "Fougères"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-517"}}, "raw": {"DAY": "20-1-1880", "HOUR": "12 h.", "NAME": "DATIN François", "PLACE": "Fougères (Ille-et-Vilaine)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25480	dauby-gustave-1847-11-09	{"g55": "10-518"}	{"g55": "10-518"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Dauby", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1847-11-09 21:00", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Castillon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Dauby", "nobility": ""}, "birth": {"date": "1847-11-09 21:00", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Castillon"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-518"}}, "raw": {"DAY": "9-11-1847", "HOUR": "21 h.", "NAME": "DAUBY Gustave", "PLACE": "Castillon (Nord)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25481	debout-henri-1857-08-22	{"g55": "10-519"}	{"g55": "10-519"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Debout", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1857-08-22 09:00", "note": null, "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Arras", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Debout", "nobility": ""}, "birth": {"date": "1857-08-22 09:00", "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "name": "Arras"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-519"}}, "raw": {"DAY": "22-8-1857", "HOUR": "9 h.", "NAME": "DEBOUT Henri", "PLACE": "Arras (Pas-de-Calais)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25482	declomesnil-leon-1866-05-30	{"g55": "10-520"}	{"g55": "10-520"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Declomesnil", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1866-05-30 05:00", "note": null, "place": {"c1": "", "c2": "14", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Caen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Declomesnil", "nobility": ""}, "birth": {"date": "1866-05-30 05:00", "place": {"c1": "", "c2": "14", "c3": "", "cy": "FR", "name": "Caen"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-520"}}, "raw": {"DAY": "30-5-1866", "HOUR": "5 h.", "NAME": "DECLOMESNIL Léon", "PLACE": "Caen (Calvados)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25483	deffieux-jean-1863-05-06	{"g55": "10-521"}	{"g55": "10-521"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Deffieux", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1863-05-06 15:00", "note": null, "place": {"c1": "", "c2": "32", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Gondrin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Deffieux", "nobility": ""}, "birth": {"date": "1863-05-06 15:00", "place": {"c1": "", "c2": "32", "c3": "", "cy": "FR", "name": "Gondrin"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-521"}}, "raw": {"DAY": "6-5-1863", "HOUR": "15 h.", "NAME": "DEFFIEUX Jean", "PLACE": "Gondrin (Gers)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1915	jaureguy-adolphe-1898-02-18	{"a1": "1917", "g55": "03-397", "3a_sports": "2207", "cfepp-final3": "890"}	{"g55": "03-397", "cfepp": "CF-890", "cpara": "CP-241", "ertel": "ES-2207", "lerrcp": "A1-1917"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Jaureguy", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1898-02-18 15:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -1.07091, "lat": 43.25585, "name": "Ostabat", "geoid": 2989104}, "notime": null, "date-ut": "1898-02-18 14:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Jaureguy"}, "birth": {"tzo": "+00:09:21", "date": "1898-02-18 15:00", "place": {"c2": "64", "cy": "FR", "lg": -1.07091, "lat": 43.25585, "name": "Ostabat", "geoid": 2989104}, "date-ut": "1898-02-18 14:50:40"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1917"}, "ids-in-sources": {"a1": "1917"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "64", "COU": "F", "DAY": "18", "LAT": "43N18", "LON": "0W22", "MON": "2", "NUM": "1917", "PRO": "C", "SEC": "40", "YEA": "1898", "CITY": "OSTABAT"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1898-02-18 15:00"}, "partial-ids": {"ertel": "ES-2207"}}, "raw": {"L": "", "MF": "", "NR": "2207", "ENG": "", "MA_": "0", "G_NR": "1917", "MA12": "6", "MARS": "17", "NAME": "Jauréguy", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,200", "CSINR": "", "KURTZ": "", "PHAS_": "10,200", "STUND": "15,00", "CFEPNR": "891", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.02.", "ZITATE": "DKO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "241", "VORNAME": "Adolphe", "ZITRANG": "4", "GAUQ1955": "+", "GEBDATUM": "18.02.1898", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1898-02-18 15:00", "place": {"c3": ""}, "date-ut": "1898-02-18 14:51"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "890"}}, "raw": {"S": "6", "LT": "15 00", "LV": "I31", "TR": "f", "UT": "14 51", "LAT": "+43.26", "SRC": "ALG", "LONG": "+01.07", "NAME": "JAUREGUY Adolphe", "SPORT": "Rugby Union", "LOC_DATE": "1898 02 18", "UNIV_DATE": "1898 02 18", "BIRTH_PLACE": "OSTABAT ASME", "POSTAL_CODE": "64120"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-397"}, "ids-in-source": {"g55": "03-397"}}, "raw": {"DAY": "18-2-1898", "HOUR": "15 h.", "NAME": "JAUREGUY Adolphe", "PLACE": "Ostabat (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25484	delabar-charles-1867-04-06	{"g55": "10-522"}	{"g55": "10-522"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Delabar", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1867-04-06 04:00", "note": null, "place": {"c1": "", "c2": "55", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Ornes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Delabar", "nobility": ""}, "birth": {"date": "1867-04-06 04:00", "place": {"c1": "", "c2": "55", "c3": "", "cy": "FR", "name": "Ornes"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-522"}}, "raw": {"DAY": "6-4-1867", "HOUR": "4 h.", "NAME": "DELABAR Charles", "PLACE": "Ornes (Meuse)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25485	delaunay-jules-1847-01-30	{"g55": "10-523"}	{"g55": "10-523"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Delaunay", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1847-01-30 03:30", "note": null, "place": {"c1": "", "c2": "50", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Avranches", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Delaunay", "nobility": ""}, "birth": {"date": "1847-01-30 03:30", "place": {"c1": "", "c2": "50", "c3": "", "cy": "FR", "name": "Avranches"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-523"}}, "raw": {"DAY": "30-1-1847", "HOUR": "3 h. 30", "NAME": "\\fDELAUNAY Jules", "PLACE": "Avranches (Manche)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25486	delbos-charles-1871-07-16	{"g55": "10-524"}	{"g55": "10-524"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Delbos", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1871-07-16 07:00", "note": null, "place": {"c1": "", "c2": "91", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Germain-les-Corbeil", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Delbos", "nobility": ""}, "birth": {"date": "1871-07-16 07:00", "place": {"c1": "", "c2": "91", "c3": "", "cy": "FR", "name": "Saint-Germain-les-Corbeil"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-524"}}, "raw": {"DAY": "16-7-1871", "HOUR": "7 h.", "NAME": "DELBOS Charles", "PLACE": "Saint-Germain-les-Corbeil (S.-et-O.)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25487	delerue-felix-1871-04-28	{"g55": "10-525"}	{"g55": "10-525"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Delerue", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1871-04-28 20:00", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Roubaix", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Delerue", "nobility": ""}, "birth": {"date": "1871-04-28 20:00", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Roubaix"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-525"}}, "raw": {"DAY": "28-4-1871", "HOUR": "20 h.", "NAME": "DELERUE Félix", "PLACE": "Roubaix (Nord)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25488	deleuze-jean-1857-01-18	{"g55": "10-526"}	{"g55": "10-526"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Deleuze", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1857-01-18 07:00", "note": null, "place": {"c1": "", "c2": "33", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Bordeaux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Deleuze", "nobility": ""}, "birth": {"date": "1857-01-18 07:00", "place": {"c1": "", "c2": "33", "c3": "", "cy": "FR", "name": "Bordeaux"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-526"}}, "raw": {"DAY": "18-1-1857", "HOUR": "7 h.", "NAME": "DELEUZE Jean", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1917	jimenez-antoine-1929-05-09	{"a1": "1919", "3a_sports": "2214", "cfepp-final3": "761"}	{"cfepp": "CF-761", "cpara": "CP-243", "ertel": "ES-2214", "lerrcp": "A1-1919"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Jimenez", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1929-05-09 18:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -0.36667, "lat": 43.3, "name": "Mauleon", "geoid": 0}, "notime": null, "date-ut": "1929-05-09 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Jimenez"}, "birth": {"tzo": "+01:00", "date": "1929-05-09 18:00", "place": {"c2": "64", "cy": "FR", "lg": -0.36667, "lat": 43.3, "name": "Mauleon", "geoid": 0}, "date-ut": "1929-05-09 17:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1919"}, "ids-in-sources": {"a1": "1919"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "9", "LAT": "43N18", "LON": "0W22", "MON": "5", "NUM": "1919", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "MAULEON"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-05-09 18:00"}, "partial-ids": {"ertel": "ES-2214"}}, "raw": {"L": "", "MF": "", "NR": "2214", "ENG": "1", "MA_": "2", "G_NR": "1919", "MA12": "4", "MARS": "10", "NAME": "Jimenez", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,100", "CSINR": "", "KURTZ": "", "PHAS_": "0,100", "STUND": "18,00", "CFEPNR": "761", "EXTEND": "1", "NATION": "FRA", "TAGMON": "09.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "243", "VORNAME": "Antoine", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "09.05.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1929-05-09 18:00", "place": {"c3": ""}, "date-ut": "1929-05-09 17:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "761"}}, "raw": {"S": "4", "LT": "18 00", "LV": "I33", "TR": "f", "UT": "17 00", "LAT": "+43.22", "SRC": "L", "LONG": "+00.89", "NAME": "JIMENEZ Antoine", "SPORT": "Rugby League", "LOC_DATE": "1929 05 09", "UNIV_DATE": "1929 05 09", "BIRTH_PLACE": "MAULEON LICHARRE", "POSTAL_CODE": "64130"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
25489	delteil-pierre-1846-03-11	{"g55": "10-527"}	{"g55": "10-527"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Delteil", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1846-03-11 12:00", "note": null, "place": {"c1": "", "c2": "15", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Moussages", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Delteil", "nobility": ""}, "birth": {"date": "1846-03-11 12:00", "place": {"c1": "", "c2": "15", "c3": "", "cy": "FR", "name": "Moussages"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-527"}}, "raw": {"DAY": "11-3-1846", "HOUR": "12 h.", "NAME": "DELTEIL Pierre", "PLACE": "Moussages (Cantal)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25490	demargne-jean-m-1904-02-24	{"g55": "10-528"}	{"g55": "10-528"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-M.", "family": "Demargne", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1904-02-24 23:00", "note": null, "place": {"c1": "", "c2": "13", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Aix-en-Provence", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean-M.", "family": "Demargne", "nobility": ""}, "birth": {"date": "1904-02-24 23:00", "place": {"c1": "", "c2": "13", "c3": "", "cy": "FR", "name": "Aix-en-Provence"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-528"}}, "raw": {"DAY": "24-2-1904", "HOUR": "23 h.", "NAME": "DEMARGNE Jean-M.", "PLACE": "Aix-en-Provence (B.-du-Rh.)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25491	demay-jules-1861-06-06	{"g55": "10-529"}	{"g55": "10-529"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Demay", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1861-06-06 23:00", "note": null, "place": {"c1": "", "c2": "61", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Tessé-Fronlay", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Demay", "nobility": ""}, "birth": {"date": "1861-06-06 23:00", "place": {"c1": "", "c2": "61", "c3": "", "cy": "FR", "name": "Tessé-Fronlay"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-529"}}, "raw": {"DAY": "6-6-1861", "HOUR": "23 h.", "NAME": "DEMAY Jules", "PLACE": "Tessé-Fronlay (Orne)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1922	lacaus-roger-1931-04-07	{"a1": "1924", "3a_sports": "2307"}	{"ertel": "ES-2307", "lerrcp": "A1-1924"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Lacaus", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1931-04-07 10:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 2.35, "lat": 43.2, "name": "Lezignan-C", "geoid": 0}, "notime": null, "date-ut": "1931-04-07 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Lacaus"}, "birth": {"tzo": "+00:00", "date": "1931-04-07 10:00", "place": {"c2": "11", "cy": "FR", "lg": 2.35, "lat": 43.2, "name": "Lezignan-C", "geoid": 0}, "date-ut": "1931-04-07 10:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1924"}, "ids-in-sources": {"a1": "1924"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "11", "COU": "F", "DAY": "7", "LAT": "43N12", "LON": "2E21", "MON": "4", "NUM": "1924", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "LEZIGNAN-C"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-04-07 10:00"}, "partial-ids": {"ertel": "ES-2307"}}, "raw": {"L": "", "MF": "", "NR": "2307", "ENG": "", "MA_": "0", "G_NR": "1924", "MA12": "11", "MARS": "33", "NAME": "Lacaus", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,500", "CSINR": "", "KURTZ": "", "PHAS_": "78,000", "STUND": "10,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "07.04.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25492	denaut-oscar-1845-05-15	{"g55": "10-530"}	{"g55": "10-530"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oscar", "family": "Denaut", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1845-05-15 18:00", "note": null, "place": {"c1": "", "c2": "80", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lanenville", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Oscar", "family": "Denaut", "nobility": ""}, "birth": {"date": "1845-05-15 18:00", "place": {"c1": "", "c2": "80", "c3": "", "cy": "FR", "name": "Lanenville"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-530"}}, "raw": {"DAY": "15-5-1845", "HOUR": "18 h.", "NAME": "DENAUT Oscar", "PLACE": "Lanenville (Somme)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1924	lacaze-claude-1940-03-05	{"a1": "1926", "3a_sports": "2309", "cfepp-final3": "896"}	{"cfepp": "CF-896", "cpara": "CP-256", "ertel": "ES-2309", "lerrcp": "A1-1926"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Lacaze", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-03-05 06:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -0.11463, "lat": 43.18564, "name": "Pontacq", "geoid": 2986313}, "notime": null, "date-ut": "1940-03-05 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Lacaze"}, "birth": {"place": {"c2": "64", "cy": "FR", "lg": -0.11463, "lat": 43.18564, "name": "Pontacq", "geoid": 2986313}, "date-ut": "1940-03-05 05:00:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1926"}, "ids-in-sources": {"a1": "1926"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "5", "LAT": "43N18", "LON": "0W22", "MON": "3", "NUM": "1926", "PRO": "C", "SEC": "0", "YEA": "1940", "CITY": "PONTACQ"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1940-03-05 06:00"}, "partial-ids": {"ertel": "ES-2309"}}, "raw": {"L": "", "MF": "", "NR": "2309", "ENG": "", "MA_": "1", "G_NR": "1926", "MA12": "10", "MARS": "30", "NAME": "Lacaze", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,500", "CSINR": "", "KURTZ": "", "PHAS_": "14,800", "STUND": "6,00", "CFEPNR": "897", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.03.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "256", "VORNAME": "Claude", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "05.03.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1940-03-05 06:00", "place": {"c3": ""}, "date-ut": "1940-03-05 05:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "896"}}, "raw": {"S": "10", "LT": "06 00", "LV": "I33", "TR": "f", "UT": "05 00", "LAT": "+43.19", "SRC": "L", "LONG": "+00.12", "NAME": "LACAZE Claude", "SPORT": "Rugby Union", "LOC_DATE": "1940 03 05", "UNIV_DATE": "1940 03 05", "BIRTH_PLACE": "PONTACQ", "POSTAL_CODE": "64530"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
25493	denille-ernest-1866-11-06	{"g55": "10-531"}	{"g55": "10-531"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Denille", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1866-11-06 19:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Puylaurens", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Denille", "nobility": ""}, "birth": {"date": "1866-11-06 19:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Puylaurens"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-531"}}, "raw": {"DAY": "6-11-1866", "HOUR": "19 h.", "NAME": "DENILLE Ernest", "PLACE": "Puylaurens (Tarn)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25494	dequene-leon-1851-10-09	{"g55": "10-532"}	{"g55": "10-532"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Dequene", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1851-10-09 07:00", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Sars-Poteries", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Dequene", "nobility": ""}, "birth": {"date": "1851-10-09 07:00", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Sars-Poteries"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-532"}}, "raw": {"DAY": "9-10-1851", "HOUR": "7 h.", "NAME": "DEQUENE Léon", "PLACE": "Sars-Poteries (Nord)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25495	desers-leon-1851-12-22	{"g55": "10-533"}	{"g55": "10-533"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Desers", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1851-12-22 11:00", "note": null, "place": {"c1": "", "c2": "37", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Tours", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Desers", "nobility": ""}, "birth": {"date": "1851-12-22 11:00", "place": {"c1": "", "c2": "37", "c3": "", "cy": "FR", "name": "Tours"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-533"}}, "raw": {"DAY": "22-12-1851", "HOUR": "11 h.", "NAME": "DESERS Léon", "PLACE": "Tours (Indre-et-Loire)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1929	lassegue-jean-1924-02-15	{"a1": "1931", "g55": "03-400", "3a_sports": "2373", "cfepp-final3": "899"}	{"g55": "03-400", "cfepp": "CF-899", "cpara": "CP-270", "ertel": "ES-2373", "lerrcp": "A1-1931"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lassegue", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1924-02-15 17:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.11763, "lat": 43.41231, "name": "Rieumes", "geoid": 2983606}, "notime": null, "date-ut": "1924-02-15 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lassegue"}, "birth": {"tzo": "+00:00", "date": "1924-02-15 05:00", "place": {"c2": "31", "cy": "FR", "lg": 1.11763, "lat": 43.41231, "name": "Rieumes", "geoid": 2983606}, "date-ut": "1924-02-15 05:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1931"}, "ids-in-sources": {"a1": "1931"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "31", "COU": "F", "DAY": "15", "LAT": "43N37", "LON": "1E26", "MON": "2", "NUM": "1931", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "RIEUMES"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-02-15 05:00"}, "partial-ids": {"ertel": "ES-2373"}}, "raw": {"L": "", "MF": "", "NR": "2373", "ENG": "", "MA_": "1", "G_NR": "1931", "MA12": "2", "MARS": "5", "NAME": "Lassegue", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,000", "CSINR": "", "KURTZ": "", "PHAS_": "70,000", "STUND": "5,00", "CFEPNR": "900", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.02.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "270", "VORNAME": "Jean", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "15.02.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "lassegue-jean-1924-02-15", "birth": {"date": "1924-02-15 17:00", "place": {"c3": ""}, "date-ut": "1924-02-15 17:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "899"}}, "raw": {"S": "9", "LT": "17 00", "LV": "I9", "TR": "f", "UT": "17 00", "LAT": "+43.41", "SRC": "ALG", "LONG": "-01.12", "NAME": "LASSEGUE Jean", "SPORT": "Rugby Union", "LOC_DATE": "1924 02 15", "UNIV_DATE": "1924 02 15", "BIRTH_PLACE": "RIEUMES", "POSTAL_CODE": "31370"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-400"}, "ids-in-source": {"g55": "03-400"}}, "raw": {"DAY": "15-2-1924", "HOUR": "5 h.", "NAME": "LASSEGUE Jean", "PLACE": "Rieumes (Haute-Garonne)."}, "date": "2023-08-20T14:48:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25496	deshayes-marie-j-1858-06-24	{"g55": "10-534"}	{"g55": "10-534"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie-J.", "family": "Deshayes", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1858-06-24 05:00", "note": null, "place": {"c1": "", "c2": "72", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Calais", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Marie-J.", "family": "Deshayes", "nobility": ""}, "birth": {"date": "1858-06-24 05:00", "place": {"c1": "", "c2": "72", "c3": "", "cy": "FR", "name": "Saint-Calais"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-534"}}, "raw": {"DAY": "24-6-1858", "HOUR": "5 h.", "NAME": "DESHAYES Marie-J.", "PLACE": "Saint-Calais (Sarthe)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1927	lane-gaston-1883-01-23	{"a1": "1929", "3a_sports": "2352"}	{"cpara": "CP-265", "ertel": "ES-2352", "lerrcp": "A1-1929"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Lane", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1883-01-23 03:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1883-01-23 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Lane"}, "birth": {"tzo": "+00:09:24", "date": "1883-01-23 03:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1883-01-23 02:50:40"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1929"}, "ids-in-sources": {"a1": "1929"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "23", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "1929", "PRO": "C", "SEC": "40", "YEA": "1883", "CITY": "PARIS"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1883-01-23 03:00"}, "partial-ids": {"ertel": "ES-2352"}}, "raw": {"L": "", "MF": "", "NR": "2352", "ENG": "", "MA_": "0", "G_NR": "1929", "MA12": "11", "MARS": "32", "NAME": "Lane", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,600", "CSINR": "", "KURTZ": "", "PHAS_": "99,700", "STUND": "3,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.01.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "265", "VORNAME": "Gaston", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "23.01.1883", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25497	devuyst-charles-1881-05-10	{"g55": "10-535"}	{"g55": "10-535"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Devuyst", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1881-05-10 04:00", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lille", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Devuyst", "nobility": ""}, "birth": {"date": "1881-05-10 04:00", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Lille"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-535"}}, "raw": {"DAY": "10-5-1881", "HOUR": "4 h.", "NAME": "DEVUYST Charles", "PLACE": "Lille (Nord)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25498	dieu-albert-1869-05-24	{"g55": "10-536"}	{"g55": "10-536"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Dieu", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1869-05-24 12:00", "note": null, "place": {"c1": "", "c2": "94", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Joinville-le-Pont", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Dieu", "nobility": ""}, "birth": {"date": "1869-05-24 12:00", "place": {"c1": "", "c2": "94", "c3": "", "cy": "FR", "name": "Joinville-le-Pont"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-536"}}, "raw": {"DAY": "24-5-1869", "HOUR": "12 h.", "NAME": "DIEU Albert", "PLACE": "Joinville-le-Pont (Seine)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25499	dinet-louis-1847-07-09	{"g55": "10-537"}	{"g55": "10-537"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Dinet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1847-07-09 19:00", "note": null, "place": {"c1": "", "c2": "16", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Nanteuil-en-Vallée", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Dinet", "nobility": ""}, "birth": {"date": "1847-07-09 19:00", "place": {"c1": "", "c2": "16", "c3": "", "cy": "FR", "name": "Nanteuil-en-Vallée"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-537"}}, "raw": {"DAY": "9-7-1847", "HOUR": "19 h.", "NAME": "DINET Louis", "PLACE": "Nanteuil-en-Vallée (Charente)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1934	levy-francois-1930-11-06	{"a1": "1936", "3a_sports": "2482"}	{"ertel": "ES-2482", "lerrcp": "A1-1936"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Levy", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1930-11-06 03:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.52784, "lat": 42.64456, "name": "Vinça", "geoid": 2968062}, "notime": null, "date-ut": "1930-11-06 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "François", "family": "Levy"}, "birth": {"tzo": "+00:00", "date": "1930-11-06 03:00", "place": {"c2": "66", "cy": "FR", "lg": 2.52784, "lat": 42.64456, "name": "Vinça", "geoid": 2968062}, "date-ut": "1930-11-06 03:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1936"}, "ids-in-sources": {"a1": "1936"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "66", "COU": "F", "DAY": "6", "LAT": "42N42", "LON": "2E55", "MON": "11", "NUM": "1936", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "VINCA"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-11-06 03:00"}, "partial-ids": {"ertel": "ES-2482"}}, "raw": {"L": "", "MF": "", "NR": "2482", "ENG": "", "MA_": "1", "G_NR": "1936", "MA12": "2", "MARS": "6", "NAME": "Levy", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,000", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "3,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.11.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Francois", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "06.11.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1932	lerou-roger-1890-04-22	{"a1": "1934", "g55": "03-402", "3a_sports": "2466"}	{"g55": "03-402", "cpara": "CP-280", "ertel": "ES-2466", "lerrcp": "A1-1934"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Lerou", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-00:04:41", "date": "1890-04-22 23:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -1.17255, "lat": 44.66126, "name": "Arcachon", "geoid": 3037253}, "notime": null, "date-ut": "1890-04-22 22:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Lerou"}, "birth": {"tzo": "-00:04:41", "date": "1890-04-22 22:50", "place": {"c2": "33", "cy": "FR", "lg": -1.17255, "lat": 44.66126, "name": "Arcachon", "geoid": 3037253}, "date-ut": "1890-04-22 22:57:36"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1934"}, "ids-in-sources": {"a1": "1934"}}, "raw": {"H": "22", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "22", "LAT": "44N50", "LON": "0W34", "MON": "4", "NUM": "1934", "PRO": "C", "SEC": "36", "YEA": "1890", "CITY": "ARCACHON"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1890-04-22 23:00"}, "partial-ids": {"ertel": "ES-2466"}}, "raw": {"L": "", "MF": "", "NR": "2466", "ENG": "1", "MA_": "2", "G_NR": "1934", "MA12": "1", "MARS": "2", "NAME": "Lerou", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,600", "CSINR": "", "KURTZ": "", "PHAS_": "7,800", "STUND": "23,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "22.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "280", "VORNAME": "Roger", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "22.04.1890", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-402"}, "ids-in-source": {"g55": "03-402"}}, "raw": {"DAY": "22-4-1890", "HOUR": "23 h.", "NAME": "LEROU Roger", "PLACE": "Arcachon (Gironde)."}, "date": "2023-08-20T14:48:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25500	ditiere-marie-a-1877-02-02	{"g55": "10-538"}	{"g55": "10-538"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie-A.", "family": "Ditiere", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1877-02-02 02:00", "note": null, "place": {"c1": "", "c2": "37", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Tours", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Marie-A.", "family": "Ditiere", "nobility": ""}, "birth": {"date": "1877-02-02 02:00", "place": {"c1": "", "c2": "37", "c3": "", "cy": "FR", "name": "Tours"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-538"}}, "raw": {"DAY": "2-2-1877", "HOUR": "2 h.", "NAME": "DITIERE Marie-A.", "PLACE": "Tours (Indre-et-Loire)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25501	divoir-charles-1852-01-23	{"g55": "10-539"}	{"g55": "10-539"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Divoir", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1852-01-23 03:00", "note": null, "place": {"c1": "", "c2": "51", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Beaumont-sur-Vesle", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Divoir", "nobility": ""}, "birth": {"date": "1852-01-23 03:00", "place": {"c1": "", "c2": "51", "c3": "", "cy": "FR", "name": "Beaumont-sur-Vesle"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-539"}}, "raw": {"DAY": "23-1-1852", "HOUR": "3 h.", "NAME": "DIVOIR Charles", "PLACE": "Beaumont-sur-Vesle (Marne)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25502	divol-aime-1856-08-17	{"g55": "10-540"}	{"g55": "10-540"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aimé", "family": "Divol", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1856-08-17 14:00", "note": null, "place": {"c1": "", "c2": "30", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Roquemaure", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Aimé", "family": "Divol", "nobility": ""}, "birth": {"date": "1856-08-17 14:00", "place": {"c1": "", "c2": "30", "c3": "", "cy": "FR", "name": "Roquemaure"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-540"}}, "raw": {"DAY": "17-8-1856", "HOUR": "14 h.", "NAME": "DIVOL Aimé", "PLACE": "Roquemaure (Gard)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1937	lucia-guy-1934-03-27	{"a1": "1939", "3a_sports": "2554"}	{"ertel": "ES-2554", "lerrcp": "A1-1939"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Lucia", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1934-03-27 00:30", "note": null, "place": {"c1": null, "c2": "82", "c3": null, "cy": "FR", "lg": 1.3542, "lat": 44.01759, "name": "Montauban", "geoid": 2993002}, "notime": null, "date-ut": "1934-03-27 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Lucia"}, "birth": {"tzo": "+00:00", "date": "1934-03-27 00:30", "place": {"c2": "82", "cy": "FR", "lg": 1.3542, "lat": 44.01759, "name": "Montauban", "geoid": 2993002}, "date-ut": "1934-03-27 00:30"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1939"}, "ids-in-sources": {"a1": "1939"}}, "raw": {"H": "0", "MN": "30", "TZ": "0", "COD": "82", "COU": "F", "DAY": "27", "LAT": "44N 1", "LON": "1E20", "MON": "3", "NUM": "1939", "PRO": "C", "SEC": "0", "YEA": "1934", "CITY": "MONTAUBAN"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1934-03-27 00:30"}, "partial-ids": {"ertel": "ES-2554"}}, "raw": {"L": "", "MF": "", "NR": "2554", "ENG": "", "MA_": "1", "G_NR": "1939", "MA12": "10", "MARS": "28", "NAME": "Lucia", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,600", "CSINR": "", "KURTZ": "", "PHAS_": "84,000", "STUND": "0,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Guy", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.03.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25503	dommergue-alphonse-1848-04-12	{"g55": "10-541"}	{"g55": "10-541"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Dommergue", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1848-04-12 15:00", "note": null, "place": {"c1": "", "c2": "15", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Chaudes-Aigues", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Dommergue", "nobility": ""}, "birth": {"date": "1848-04-12 15:00", "place": {"c1": "", "c2": "15", "c3": "", "cy": "FR", "name": "Chaudes-Aigues"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-541"}}, "raw": {"DAY": "12-4-1848", "HOUR": "15 h.", "NAME": "DOMMERGUE Alphonse", "PLACE": "Chaudes-Aigues (Cantal)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1939	manoir-yves-1904-08-11	{"a1": "1941", "g55": "03-404", "3a_sports": "2641"}	{"g55": "03-404", "cpara": "CP-291", "ertel": "ES-2641", "lerrcp": "A1-1941"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Manoir", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1904-08-11 03:15", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.15652, "lat": 48.84078, "name": "Vaucresson", "geoid": 2970540}, "notime": null, "date-ut": "1904-08-11 03:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Manoir"}, "birth": {"tzo": "+00:09:21", "date": "1904-08-11 03:15", "place": {"c2": "92", "cy": "FR", "lg": 2.15652, "lat": 48.84078, "name": "Vaucresson", "geoid": 2970540}, "date-ut": "1904-08-11 03:05:40"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1941"}, "ids-in-sources": {"a1": "1941"}}, "raw": {"H": "3", "MN": "5", "TZ": "0", "COD": "92", "COU": "F", "DAY": "11", "LAT": "48N50", "LON": "2E11", "MON": "8", "NUM": "1941", "PRO": "C", "SEC": "40", "YEA": "1904", "CITY": "VAUCRESSON"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1904-08-11 03:15"}, "partial-ids": {"ertel": "ES-2641"}}, "raw": {"L": "", "MF": "", "NR": "2641", "ENG": "1", "MA_": "2", "G_NR": "1941", "MA12": "1", "MARS": "1", "NAME": "Manoir", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,100", "CSINR": "", "KURTZ": "", "PHAS_": "0,500", "STUND": "3,25", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "11.08.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "291", "VORNAME": "Yves (du)", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "11.08.1904", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-404"}, "ids-in-source": {"g55": "03-404"}}, "raw": {"DAY": "11-8-1904", "HOUR": "3 h. 15", "NAME": "MANOIR (du) Yves", "PLACE": "Vaucresson (Seine-et-Oise)."}, "date": "2023-08-20T14:48:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25504	drouot-pierre-1864-10-06	{"g55": "10-542"}	{"g55": "10-542"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Drouot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1864-10-06 10:00", "note": null, "place": {"c1": "", "c2": "52", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Maatz", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Drouot", "nobility": ""}, "birth": {"date": "1864-10-06 10:00", "place": {"c1": "", "c2": "52", "c3": "", "cy": "FR", "name": "Maatz"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-542"}}, "raw": {"DAY": "6-10-1864", "HOUR": "10 h.", "NAME": "DROUOT Pierre", "PLACE": "Maatz (Haute-Marne)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25505	dubois-louis-1856-09-01	{"g55": "10-543"}	{"g55": "10-543"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Dubois", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1856-09-01 23:00", "note": null, "place": {"c1": "", "c2": "72", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Calais", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Dubois", "nobility": ""}, "birth": {"date": "1856-09-01 23:00", "place": {"c1": "", "c2": "72", "c3": "", "cy": "FR", "name": "Saint-Calais"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-543"}}, "raw": {"DAY": "1-9-1856", "HOUR": "23 h.", "NAME": "DUBOIS Louis", "PLACE": "Saint-Calais (Sarthe)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25506	dubord-jean-1849-07-08	{"g55": "10-544"}	{"g55": "10-544"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Dubord", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1849-07-08 20:00", "note": null, "place": {"c1": "", "c2": "23", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "La Courtine", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Dubord", "nobility": ""}, "birth": {"date": "1849-07-08 20:00", "place": {"c1": "", "c2": "23", "c3": "", "cy": "FR", "name": "La Courtine"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-544"}}, "raw": {"DAY": "8-7-1849", "HOUR": "20 h.", "NAME": "DUBORD Jean", "PLACE": "La Courtine (Creuse)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25507	duc-michel-1849-03-28	{"g55": "10-545"}	{"g55": "10-545"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Duc", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1849-03-28 01:00", "note": null, "place": {"c1": "", "c2": "73", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Granier", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Duc", "nobility": ""}, "birth": {"date": "1849-03-28 01:00", "place": {"c1": "", "c2": "73", "c3": "", "cy": "FR", "name": "Granier"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-545"}}, "raw": {"DAY": "28-3-1849", "HOUR": "1 h.", "NAME": "DUC Michel", "PLACE": "Granier (Savoie)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1942	marquesuzaa-arnaud-1934-06-14	{"a1": "1944", "3a_sports": "2691", "cfepp-final3": "912"}	{"cfepp": "CF-912", "cpara": "CP-297", "ertel": "ES-2691", "lerrcp": "A1-1944"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arnaud", "family": "Marquesuzaa", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1934-06-14 20:30", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -1.03397, "lat": 43.32828, "name": "Saint-Palais", "geoid": 2977772}, "notime": null, "date-ut": "1934-06-14 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Arnaud", "family": "Marquesuzaa"}, "birth": {"tzo": "+01:00", "date": "1934-06-14 20:30", "place": {"c2": "64", "cy": "FR", "lg": -1.03397, "lat": 43.32828, "name": "Saint-Palais", "geoid": 2977772}, "date-ut": "1934-06-14 19:30"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1944"}, "ids-in-sources": {"a1": "1944"}}, "raw": {"H": "19", "MN": "30", "TZ": "0", "COD": "64", "COU": "F", "DAY": "14", "LAT": "43N18", "LON": "0W22", "MON": "6", "NUM": "1944", "PRO": "C", "SEC": "0", "YEA": "1934", "CITY": "ST-PALAIS"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1934-06-14 20:30"}, "partial-ids": {"ertel": "ES-2691"}}, "raw": {"L": "", "MF": "", "NR": "2691", "ENG": "", "MA_": "1", "G_NR": "1944", "MA12": "7", "MARS": "21", "NAME": "Marquesuzaa", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,500", "CSINR": "", "KURTZ": "", "PHAS_": "3,400", "STUND": "20,50", "CFEPNR": "912", "EXTEND": "", "NATION": "FRA", "TAGMON": "14.06.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "297", "VORNAME": "Arnaud", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "14.06.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1934-06-14 20:30", "place": {"c3": ""}, "date-ut": "1934-06-14 19:30"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "912"}}, "raw": {"S": "7", "LT": "20 30", "LV": "I9", "TR": "f", "UT": "19 30", "LAT": "+43.33", "SRC": "L", "LONG": "+01.03", "NAME": "MARQUESUZAA Arnaud", "SPORT": "Rugby Union", "LOC_DATE": "1934 06 14", "UNIV_DATE": "1934 06 14", "BIRTH_PLACE": "ST PALAIS", "POSTAL_CODE": "64120"}, "date": "2023-08-20T14:46:15+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1944	martin-lucien-1920-09-28	{"a1": "1946", "g55": "03-405", "3a_sports": "2704"}	{"g55": "03-405", "ertel": "ES-2704", "lerrcp": "A1-1946"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Martin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1920-09-28 13:30", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "notime": null, "date-ut": "1920-09-28 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Martin"}, "birth": {"tzo": "+01:00", "date": "1920-09-28 13:30", "place": {"c2": "64", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "date-ut": "1920-09-28 12:30"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1946"}, "ids-in-sources": {"a1": "1946"}}, "raw": {"H": "12", "MN": "30", "TZ": "0", "COD": "64", "COU": "F", "DAY": "28", "LAT": "43N18", "LON": "0W22", "MON": "9", "NUM": "1946", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "PAU"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-09-28 13:30"}, "partial-ids": {"ertel": "ES-2704"}}, "raw": {"L": "", "MF": "", "NR": "2704", "ENG": "1", "MA_": "2", "G_NR": "1946", "MA12": "1", "MARS": "1", "NAME": "Martin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,300", "CSINR": "", "KURTZ": "", "PHAS_": "99,900", "STUND": "13,50", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "28.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Lucien", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "28.09.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-405"}, "ids-in-source": {"g55": "03-405"}}, "raw": {"DAY": "28-9-1920", "HOUR": "13 h. 30", "NAME": "MARTIN Lucien", "PLACE": "Pau (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25508	ducher-joseph-1869-08-09	{"g55": "10-546"}	{"g55": "10-546"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Ducher", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1869-08-09 22:00", "note": null, "place": {"c1": "", "c2": "63", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Ravel", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Ducher", "nobility": ""}, "birth": {"date": "1869-08-09 22:00", "place": {"c1": "", "c2": "63", "c3": "", "cy": "FR", "name": "Ravel"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-546"}}, "raw": {"DAY": "9-8-1869", "HOUR": "22 h.", "NAME": "DUCHER Joseph", "PLACE": "Ravel (Puy-de-Dôme)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25509	dufour-jules-1864-07-03	{"g55": "10-547"}	{"g55": "10-547"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Dufour", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1864-07-03 01:00", "note": null, "place": {"c1": "", "c2": "74", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Massongy", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Dufour", "nobility": ""}, "birth": {"date": "1864-07-03 01:00", "place": {"c1": "", "c2": "74", "c3": "", "cy": "FR", "name": "Massongy"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-547"}}, "raw": {"DAY": "3-7-1864", "HOUR": "1 h.", "NAME": "DUFOUR Jules", "PLACE": "Massongy (Haute-Savoie)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25510	dufour-marie-1866-11-09	{"g55": "10-548"}	{"g55": "10-548"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Dufour", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1866-11-09 23:00", "note": null, "place": {"c1": "", "c2": "03", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Montlucon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Dufour", "nobility": ""}, "birth": {"date": "1866-11-09 23:00", "place": {"c1": "", "c2": "03", "c3": "", "cy": "FR", "name": "Montlucon"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-548"}}, "raw": {"DAY": "9-11-1866", "HOUR": "23 h.", "NAME": "DUFOUR Marie", "PLACE": "Montlucon (Allier)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1949	mazon-louis-1921-07-07	{"a1": "1951", "g55": "03-408", "3a_sports": "2772", "cfepp-final3": "772"}	{"g55": "03-408", "cfepp": "CF-772", "cpara": "CP-307", "ertel": "ES-2772", "lerrcp": "A1-1951"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Mazon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1921-07-07 07:15", "note": null, "place": {"c1": null, "c2": "01", "c3": "", "cy": "FR", "lg": 5.0578, "lat": 45.8519, "name": "Montluel", "geoid": 2992290}, "notime": null, "date-ut": "1921-07-07 06:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Mazon"}, "birth": {"tzo": "+01:00", "date": "1921-07-07 07:15", "place": {"c2": "01", "cy": "FR", "lg": 5.0578, "lat": 45.8519, "name": "Montluel", "geoid": 2992290}, "date-ut": "1921-07-07 06:15"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1951"}, "ids-in-sources": {"a1": "1951"}}, "raw": {"H": "6", "MN": "15", "TZ": "0", "COD": "01", "COU": "F", "DAY": "7", "LAT": "46N12", "LON": "5E13", "MON": "7", "NUM": "1951", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "MONTLUEL"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-07-07 07:15"}, "partial-ids": {"ertel": "ES-2772"}}, "raw": {"L": "", "MF": "", "NR": "2772", "ENG": "1", "MA_": "2", "G_NR": "1951", "MA12": "1", "MARS": "3", "NAME": "Mazon", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,800", "CSINR": "", "KURTZ": "", "PHAS_": "3,300", "STUND": "7,25", "CFEPNR": "773", "EXTEND": "1", "NATION": "FRA", "TAGMON": "07.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "307", "VORNAME": "Louis", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "07.07.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1921-07-07 07:15", "place": {"c3": ""}, "date-ut": "1921-07-07 06:15"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "772"}}, "raw": {"S": "1", "LT": "07 15", "LV": "I14", "TR": "f", "UT": "06 15", "LAT": "+45.85", "SRC": "ALG", "LONG": "-05.06", "NAME": "MAZON Louis", "SPORT": "Rugby League", "LOC_DATE": "1921 07 07", "UNIV_DATE": "1921 07 07", "BIRTH_PLACE": "MONTLUEL", "POSTAL_CODE": "01120"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-408"}, "ids-in-source": {"g55": "03-408"}}, "raw": {"DAY": "7-7-1921", "HOUR": "7 h. 15", "NAME": "MAZON", "PLACE": "Montluel (Ain)."}, "date": "2023-08-20T14:48:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25511	duhamel-g-joseph-1874-11-10	{"g55": "10-549"}	{"g55": "10-549"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "G. Joseph", "family": "Duhamel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1874-11-10 18:30", "note": null, "place": {"c1": "", "c2": "52", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Langres", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "G. Joseph", "family": "Duhamel", "nobility": ""}, "birth": {"date": "1874-11-10 18:30", "place": {"c1": "", "c2": "52", "c3": "", "cy": "FR", "name": "Langres"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-549"}}, "raw": {"DAY": "10-11-1874", "HOUR": "18 h. 30", "NAME": "DUHAMEL G. Joseph", "PLACE": "Langres (Haute-Marne)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1947	matheu-jean-1920-06-23	{"a1": "1949", "g55": "03-406", "3a_sports": "2741", "cfepp-final3": "916"}	{"g55": "03-406", "cfepp": "CF-916", "cpara": "CP-302", "ertel": "ES-2741", "lerrcp": "A1-1949"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Matheu", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1920-06-23 05:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -0.36667, "lat": 43.3, "name": "Gelos", "geoid": 0}, "notime": null, "date-ut": "1920-06-23 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Matheu"}, "birth": {"tzo": "+01:00", "date": "1920-06-23 05:00", "place": {"c2": "64", "cy": "FR", "lg": -0.36667, "lat": 43.3, "name": "Geles", "geoid": 0}, "date-ut": "1920-06-23 04:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1949"}, "ids-in-sources": {"a1": "1949"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "23", "LAT": "43N18", "LON": "0W22", "MON": "6", "NUM": "1949", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "GELES"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-06-23 05:00"}, "partial-ids": {"ertel": "ES-2741"}}, "raw": {"L": "", "MF": "", "NR": "2741", "ENG": "", "MA_": "0", "G_NR": "1949", "MA12": "8", "MARS": "23", "NAME": "Matheu", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,500", "CSINR": "", "KURTZ": "", "PHAS_": "47,100", "STUND": "5,00", "CFEPNR": "916", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.06.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "302", "VORNAME": "Jean", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "23.06.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1920-06-23 05:00", "place": {"c3": ""}, "date-ut": "1920-06-23 04:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "916"}}, "raw": {"S": "8", "LT": "05 00", "LV": "I24", "TR": "f", "UT": "04 00", "LAT": "+43.29", "SRC": "ALG", "LONG": "+00.38", "NAME": "MATHEU Jean", "SPORT": "Rugby Union", "LOC_DATE": "1920 06 23", "UNIV_DATE": "1920 06 23", "BIRTH_PLACE": "GELOS", "POSTAL_CODE": "64110"}, "date": "2023-08-20T14:46:15+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Gelos"}}, "partial-ids": {"g55": "03-406"}, "ids-in-source": {"g55": "03-406"}}, "raw": {"DAY": "23-6-1920", "HOUR": "5 h.", "NAME": "MATHEU Jean", "PLACE": "Gelos (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25512	duhamel-etienne-1865-04-21	{"g55": "10-550"}	{"g55": "10-550"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Duhamel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1865-04-21 08:30", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Linselles", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Duhamel", "nobility": ""}, "birth": {"date": "1865-04-21 08:30", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Linselles"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-550"}}, "raw": {"DAY": "21-4-1865", "HOUR": "8 h. 30", "NAME": "DUHAMEL Etienne", "PLACE": "Linselles (Nord)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25513	duhamel-joseph-1871-03-15	{"g55": "10-551"}	{"g55": "10-551"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Duhamel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1871-03-15 10:00", "note": null, "place": {"c1": "", "c2": "35", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Mordelle", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Duhamel", "nobility": ""}, "birth": {"date": "1871-03-15 10:00", "place": {"c1": "", "c2": "35", "c3": "", "cy": "FR", "name": "Mordelle"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-551"}}, "raw": {"DAY": "15-3-1871", "HOUR": "10 h.", "NAME": "DUHAMEL Joseph", "PLACE": "Mordelle (Ille-et-Vilaine)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25514	dumaine-paul-1870-06-24	{"g55": "10-552"}	{"g55": "10-552"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Dumaine", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1870-06-24 16:15", "note": null, "place": {"c1": "", "c2": "14", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Troarn", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Dumaine", "nobility": ""}, "birth": {"date": "1870-06-24 16:15", "place": {"c1": "", "c2": "14", "c3": "", "cy": "FR", "name": "Troarn"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-552"}}, "raw": {"DAY": "24-6-1870", "HOUR": "16 h. 15", "NAME": "DUMAINE Paul", "PLACE": "Troarn (Calvados)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25515	dumont-joseph-1873-01-13	{"g55": "10-553"}	{"g55": "10-553"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Dumont", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1873-01-13 06:00", "note": null, "place": {"c1": "", "c2": "19", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Dampriat", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Dumont", "nobility": ""}, "birth": {"date": "1873-01-13 06:00", "place": {"c1": "", "c2": "19", "c3": "", "cy": "FR", "name": "Dampriat"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-553"}}, "raw": {"DAY": "13-1-1873", "HOUR": "6 h.", "NAME": "DUMONT Joseph", "PLACE": "Dampriat (Corrèze)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25516	duval-eugene-1858-08-28	{"g55": "10-554"}	{"g55": "10-554"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Duval", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1858-08-28 14:00", "note": null, "place": {"c1": "", "c2": "30", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Aigues-Mortes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Duval", "nobility": ""}, "birth": {"date": "1858-08-28 14:00", "place": {"c1": "", "c2": "30", "c3": "", "cy": "FR", "name": "Aigues-Mortes"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-554"}}, "raw": {"DAY": "28-8-1858", "HOUR": "14 h.", "NAME": "DUVAL Eugène", "PLACE": "Aigues-Mortes (Gard)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1951	mericq-serge-1937-06-16	{"a1": "1953", "3a_sports": "2819", "cfepp-final3": "918"}	{"cfepp": "CF-918", "ertel": "ES-2819", "lerrcp": "A1-1953"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Serge", "family": "Mericq", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1937-06-16 05:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.03857, "lat": 44.58239, "name": "La Réole", "geoid": 3006979}, "notime": null, "date-ut": "1937-06-16 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Serge", "family": "Mericq"}, "birth": {"tzo": "+01:00", "date": "1937-06-16 05:00", "place": {"c2": "33", "cy": "FR", "lg": -0.03857, "lat": 44.58239, "name": "La Réole", "geoid": 3006979}, "date-ut": "1937-06-16 04:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1953"}, "ids-in-sources": {"a1": "1953"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "33", "COU": "F", "DAY": "16", "LAT": "44N50", "LON": "0W34", "MON": "6", "NUM": "1953", "PRO": "C", "SEC": "0", "YEA": "1937", "CITY": "LA REOLE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1937-06-16 05:00"}, "partial-ids": {"ertel": "ES-2819"}}, "raw": {"L": "", "MF": "", "NR": "2819", "ENG": "", "MA_": "1", "G_NR": "1953", "MA12": "7", "MARS": "21", "NAME": "Mericq", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,200", "CSINR": "", "KURTZ": "", "PHAS_": "52,200", "STUND": "5,00", "CFEPNR": "918", "EXTEND": "", "NATION": "FRA", "TAGMON": "16.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Serge", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "16.06.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1937-06-16 05:00", "place": {"c3": ""}, "date-ut": "1937-06-16 04:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "918"}}, "raw": {"S": "7", "LT": "05 00", "LV": "I5", "TR": "f", "UT": "04 00", "LAT": "+44.58", "SRC": "L", "LONG": "+00.04", "NAME": "MERICQ Serge", "SPORT": "Rugby Union", "LOC_DATE": "1937 06 16", "UNIV_DATE": "1937 06 16", "BIRTH_PLACE": "LA REOLE", "POSTAL_CODE": "33190"}, "date": "2023-08-20T14:46:15+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
25517	dyversais-paul-1846-07-07	{"g55": "10-555"}	{"g55": "10-555"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Dyversais", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1846-07-07 14:00", "note": null, "place": {"c1": "", "c2": "86", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Yversais", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Dyversais", "nobility": ""}, "birth": {"date": "1846-07-07 14:00", "place": {"c1": "", "c2": "86", "c3": "", "cy": "FR", "name": "Yversais"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-555"}}, "raw": {"DAY": "7-7-1846", "HOUR": "14 h.", "NAME": "DYVERSAIS Paul", "PLACE": "Yversais (Vienne)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25518	ehrhardt-frederic-1877-05-27	{"g55": "10-556"}	{"g55": "10-556"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Ehrhardt", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1877-05-27 04:00", "note": null, "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Strasbourg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Ehrhardt", "nobility": ""}, "birth": {"date": "1877-05-27 04:00", "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "name": "Strasbourg"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-556"}}, "raw": {"DAY": "27-5-1877", "HOUR": "4 h.", "NAME": "EHRHARDT Frédéric", "PLACE": "Strasbourg (Bas-Rhin)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25519	eisenmenger-jacques-1879-03-20	{"g55": "10-557"}	{"g55": "10-557"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Eisenmenger", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1879-03-20 16:00", "note": null, "place": {"c1": "", "c2": "78", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Limay", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Eisenmenger", "nobility": ""}, "birth": {"date": "1879-03-20 16:00", "place": {"c1": "", "c2": "78", "c3": "", "cy": "FR", "name": "Limay"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-557"}}, "raw": {"DAY": "20-3-1879", "HOUR": "16 h.", "NAME": "EISENMENGER Jacques", "PLACE": "Limay (Seine-et-Oise)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1957	moulinas-robert-1937-03-07	{"a1": "1959", "3a_sports": "2976"}	{"ertel": "ES-2976", "lerrcp": "A1-1959"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Moulinas", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1937-03-07 20:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 43.95, "name": "Caument-sur-D", "geoid": 0}, "notime": null, "date-ut": "1937-03-07 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Moulinas"}, "birth": {"tzo": "+00:00", "date": "1937-03-07 20:00", "place": {"c2": "84", "cy": "FR", "lg": 4.83333, "lat": 43.95, "name": "Caument-sur-D", "geoid": 0}, "date-ut": "1937-03-07 20:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1959"}, "ids-in-sources": {"a1": "1959"}}, "raw": {"H": "20", "MN": "0", "TZ": "0", "COD": "84", "COU": "F", "DAY": "7", "LAT": "43N57", "LON": "4E50", "MON": "3", "NUM": "1959", "PRO": "C", "SEC": "0", "YEA": "1937", "CITY": "CAUMENT-S/D"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1937-03-07 20:00"}, "partial-ids": {"ertel": "ES-2976"}}, "raw": {"L": "", "MF": "", "NR": "2976", "ENG": "", "MA_": "0", "G_NR": "1959", "MA12": "11", "MARS": "32", "NAME": "Moulinas", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "34,800", "STUND": "20,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.03.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25520	evrard-francois-1873-09-01	{"g55": "10-558"}	{"g55": "10-558"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Evrard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1873-09-01 01:00", "note": null, "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Hayange", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "François", "family": "Evrard", "nobility": ""}, "birth": {"date": "1873-09-01 01:00", "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "name": "Hayange"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-558"}}, "raw": {"DAY": "1-9-1873", "HOUR": "1 h.", "NAME": "EVRARD François", "PLACE": "Hayange (Moselle)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1959	mounicq-paul-1887-02-09	{"a1": "1961", "3a_sports": "2980", "cfepp-final3": "922"}	{"cfepp": "CF-922", "cpara": "CP-320", "ertel": "ES-2980", "lerrcp": "A1-1961"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Mounicq", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00:20", "date": "1887-02-09 13:00", "note": null, "place": {"c1": null, "c2": "65", "c3": "", "cy": "FR", "lg": 0.08333, "lat": 43.23333, "name": "Luz-Saint-Sauv", "geoid": 0}, "notime": null, "date-ut": "1887-02-09 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Mounicq"}, "birth": {"tzo": "+00:00:20", "date": "1887-02-09 13:00", "place": {"c2": "65", "cy": "FR", "lg": 0.08333, "lat": 43.23333, "name": "Luz-Saint-Sauv", "geoid": 0}, "date-ut": "1887-02-09 12:59:40"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1961"}, "ids-in-sources": {"a1": "1961"}}, "raw": {"H": "12", "MN": "59", "TZ": "0", "COD": "65", "COU": "F", "DAY": "9", "LAT": "43N14", "LON": "0E 5", "MON": "2", "NUM": "1961", "PRO": "C", "SEC": "40", "YEA": "1887", "CITY": "LUZ-ST-SAUV"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1887-02-09 13:00"}, "partial-ids": {"ertel": "ES-2980"}}, "raw": {"L": "", "MF": "", "NR": "2980", "ENG": "0", "MA_": "2", "G_NR": "1961", "MA12": "3", "MARS": "9", "NAME": "Mounicq", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,200", "CSINR": "", "KURTZ": "", "PHAS_": "99,500", "STUND": "13,00", "CFEPNR": "922", "EXTEND": "1", "NATION": "FRA", "TAGMON": "09.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "320", "VORNAME": "Paul", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "09.02.1887", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1887-02-09 13:00", "place": {"c3": ""}, "date-ut": "1887-02-09 13:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "922"}}, "raw": {"S": "3", "LT": "13 00", "LV": "I9", "TR": "f", "UT": "13 00", "LAT": "+42.87", "SRC": "AL", "LONG": "+00.00", "NAME": "MOUNICQ Paul", "SPORT": "Rugby Union", "LOC_DATE": "1887 02 09", "UNIV_DATE": "1887 02 09", "BIRTH_PLACE": "LUZ ST SAUVEUR", "POSTAL_CODE": "65120"}, "date": "2023-08-20T14:46:15+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
25521	fabry-dominique-1873-12-31	{"g55": "10-559"}	{"g55": "10-559"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dominique", "family": "Fabry", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1873-12-31 05:00", "note": null, "place": {"c1": "", "c2": "54", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Custines", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Dominique", "family": "Fabry", "nobility": ""}, "birth": {"date": "1873-12-31 05:00", "place": {"c1": "", "c2": "54", "c3": "", "cy": "FR", "name": "Custines"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-559"}}, "raw": {"DAY": "31-12-1873", "HOUR": "5 h.", "NAME": "FABRY Dominique", "PLACE": "Custines (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25522	fages-philippe-1843-07-23	{"g55": "10-560"}	{"g55": "10-560"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Fages", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1843-07-23 12:00", "note": null, "place": {"c1": "", "c2": "48", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "La Carrourgue", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Fages", "nobility": ""}, "birth": {"date": "1843-07-23 12:00", "place": {"c1": "", "c2": "48", "c3": "", "cy": "FR", "name": "La Carrourgue"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-560"}}, "raw": {"DAY": "23-7-1843", "HOUR": "12 h.", "NAME": "FAGES Philippe", "PLACE": "La Carrourgue (Lozère)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25523	fages-denis-1878-11-25	{"g55": "10-561"}	{"g55": "10-561"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Denis", "family": "Fages", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1878-11-25 02:00", "note": null, "place": {"c1": "", "c2": "48", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "La Carrourgue", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Denis", "family": "Fages", "nobility": ""}, "birth": {"date": "1878-11-25 02:00", "place": {"c1": "", "c2": "48", "c3": "", "cy": "FR", "name": "La Carrourgue"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-561"}}, "raw": {"DAY": "25-11-1878", "HOUR": "2 h.", "NAME": "FAGES Denis", "PLACE": "La Carrourgue (Lozère)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1963	pauthe-guy-1932-10-24	{"a1": "1965", "3a_sports": "3172"}	{"ertel": "ES-3172", "lerrcp": "A1-1965"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Pauthe", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1932-10-24 00:15", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 1.98938, "lat": 43.76688, "name": "Graulhet", "geoid": 3014828}, "notime": null, "date-ut": "1932-10-24 00:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Pauthe"}, "birth": {"tzo": "+00:00", "date": "1932-10-24 00:15", "place": {"c2": "81", "cy": "FR", "lg": 1.98938, "lat": 43.76688, "name": "Graulhet", "geoid": 3014828}, "date-ut": "1932-10-24 00:15"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1965"}, "ids-in-sources": {"a1": "1965"}}, "raw": {"H": "0", "MN": "15", "TZ": "0", "COD": "81", "COU": "F", "DAY": "24", "LAT": "43N55", "LON": "2E 8", "MON": "10", "NUM": "1965", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "GRAULHET"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-10-24 00:15"}, "partial-ids": {"ertel": "ES-3172"}}, "raw": {"L": "", "MF": "", "NR": "3172", "ENG": "1", "MA_": "2", "G_NR": "1965", "MA12": "1", "MARS": "1", "NAME": "Pauthe", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,20", "CSINR": "", "KURTZ": "", "PHAS_": "37,100", "STUND": "0,25", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "24.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Guy", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.10.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1965	piquiral-etienne-1901-06-15	{"a1": "1967", "3a_sports": "3305"}	{"cpara": "CP-346", "ertel": "ES-3305", "lerrcp": "A1-1967"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Piquiral", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1901-06-15 13:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "notime": null, "date-ut": "1901-06-15 12:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Piquiral"}, "birth": {"tzo": "+00:09:21", "date": "1901-06-15 13:00", "place": {"c2": "66", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "date-ut": "1901-06-15 12:50:40"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1967"}, "ids-in-sources": {"a1": "1967"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "66", "COU": "F", "DAY": "15", "LAT": "42N42", "LON": "2E55", "MON": "6", "NUM": "1967", "PRO": "C", "SEC": "40", "YEA": "1901", "CITY": "PERPIGNAN"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1901-06-15 13:00"}, "partial-ids": {"ertel": "ES-3305"}}, "raw": {"L": "", "MF": "", "NR": "3305", "ENG": "1", "MA_": "2", "G_NR": "1967", "MA12": "1", "MARS": "3", "NAME": "Piquiral", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,700", "CSINR": "", "KURTZ": "", "PHAS_": "3,500", "STUND": "13,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "15.06.", "ZITATE": "DKO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "346", "VORNAME": "Etienne", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "15.06.1901", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25524	faget-jean-1867-10-31	{"g55": "10-562"}	{"g55": "10-562"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Faget", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1867-10-31 14:00", "note": null, "place": {"c1": "", "c2": "47", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Mérac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Faget", "nobility": ""}, "birth": {"date": "1867-10-31 14:00", "place": {"c1": "", "c2": "47", "c3": "", "cy": "FR", "name": "Mérac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-562"}}, "raw": {"DAY": "31-10-1867", "HOUR": "14 h.", "NAME": "FAGET Jean", "PLACE": "Mérac (Lot-et-Garonne)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25525	faralicq-adrien-1842-08-16	{"g55": "10-563"}	{"g55": "10-563"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrien", "family": "Faralicq", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1842-08-16 11:30", "note": null, "place": {"c1": "", "c2": "28", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Chartres", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Adrien", "family": "Faralicq", "nobility": ""}, "birth": {"date": "1842-08-16 11:30", "place": {"c1": "", "c2": "28", "c3": "", "cy": "FR", "name": "Chartres"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-563"}}, "raw": {"DAY": "16-8-1842", "HOUR": "11 h. 30", "NAME": "FARALICQ Adrien", "PLACE": "Chartres (Eure-et-Loire)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25526	fayollat-jules-1882-07-03	{"g55": "10-564"}	{"g55": "10-564"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Fayollat", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1882-07-03 13:30", "note": null, "place": {"c1": "", "c2": "38", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lans", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Fayollat", "nobility": ""}, "birth": {"date": "1882-07-03 13:30", "place": {"c1": "", "c2": "38", "c3": "", "cy": "FR", "name": "Lans"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-564"}}, "raw": {"DAY": "3-7-1882", "HOUR": "13 h. 30", "NAME": "FAYOLLAT Jules", "PLACE": "Lans (Isère)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25527	feneon-raoul-1862-03-02	{"g55": "10-565"}	{"g55": "10-565"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raoul", "family": "Feneon", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1862-03-02 07:00", "note": null, "place": {"c1": "", "c2": "51", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Epernay", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Raoul", "family": "Feneon", "nobility": ""}, "birth": {"date": "1862-03-02 07:00", "place": {"c1": "", "c2": "51", "c3": "", "cy": "FR", "name": "Epernay"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-565"}}, "raw": {"DAY": "2-3-1862", "HOUR": "7 h.", "NAME": "FENEON Raoul", "PLACE": "Epernay (Marne)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1966	piteu-roger-1899-05-14	{"a1": "1968", "3a_sports": "3312", "cfepp-final3": "928"}	{"cfepp": "CF-928", "cpara": "CP-348", "ertel": "ES-3312", "lerrcp": "A1-1968"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Piteu", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1899-05-14 10:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "notime": null, "date-ut": "1899-05-14 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Piteu"}, "birth": {"tzo": "+00:09:21", "date": "1899-05-14 07:00", "place": {"c2": "64", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "date-ut": "1899-05-14 06:50:40"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1968"}, "ids-in-sources": {"a1": "1968"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "64", "COU": "F", "DAY": "14", "LAT": "43N18", "LON": "0W22", "MON": "5", "NUM": "1968", "PRO": "C", "SEC": "40", "YEA": "1899", "CITY": "PAU"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1899-05-14 07:00"}, "partial-ids": {"ertel": "ES-3312"}}, "raw": {"L": "", "MF": "", "NR": "3312", "ENG": "", "MA_": "1", "G_NR": "1968", "MA12": "10", "MARS": "30", "NAME": "Piteu", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,700", "CSINR": "", "KURTZ": "", "PHAS_": "17,500", "STUND": "7,00", "CFEPNR": "928", "EXTEND": "", "NATION": "FRA", "TAGMON": "14.05.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "348", "VORNAME": "Roger", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "14.05.1899", "GQBECORR": "c", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "piteu-roger-1899-05-14", "birth": {"date": "1899-05-14 10:00", "place": {"c3": ""}, "date-ut": "1899-05-14 09:51"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "928"}}, "raw": {"S": "12", "LT": "10 00", "LV": "I15", "TR": "f", "UT": "09 51", "LAT": "+43.30", "SRC": "L", "LONG": "+00.37", "NAME": "PITEU Roger", "SPORT": "Rugby Union", "LOC_DATE": "1899 05 14", "UNIV_DATE": "1899 05 14", "BIRTH_PLACE": "PAU", "POSTAL_CODE": "64015 CEDEX"}, "date": "2023-08-20T14:46:15+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1969	prat-jean-1923-08-01	{"a1": "1971", "g55": "03-410", "3a_sports": "3364", "cfepp-final3": "930"}	{"g55": "03-410", "cfepp": "CF-930", "cpara": "CP-353", "ertel": "ES-3364", "lerrcp": "A1-1971"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Prat", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1923-08-01 09:00", "note": null, "place": {"c1": null, "c2": "65", "c3": "", "cy": "FR", "lg": -0.04611, "lat": 43.09461, "name": "Lourdes", "geoid": 2997395}, "notime": null, "date-ut": "1923-08-01 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Prat"}, "birth": {"tzo": "+01:00", "date": "1923-08-01 09:00", "place": {"c2": "65", "cy": "FR", "lg": -0.04611, "lat": 43.09461, "name": "Lourdes", "geoid": 2997395}, "date-ut": "1923-08-01 08:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1971"}, "ids-in-sources": {"a1": "1971"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "65", "COU": "F", "DAY": "1", "LAT": "43N14", "LON": "0E 5", "MON": "8", "NUM": "1971", "PRO": "C", "SEC": "0", "YEA": "1923", "CITY": "LOURDES"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1923-08-01 09:00"}, "partial-ids": {"ertel": "ES-3364"}}, "raw": {"L": "", "MF": "", "NR": "3364", "ENG": "", "MA_": "1", "G_NR": "1971", "MA12": "2", "MARS": "4", "NAME": "Prat", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,700", "CSINR": "", "KURTZ": "", "PHAS_": "83,400", "STUND": "9,00", "CFEPNR": "930", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.08.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "353", "VORNAME": "Jean", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "01.08.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1923-08-01 09:00", "place": {"c3": ""}, "date-ut": "1923-08-01 08:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "930"}}, "raw": {"S": "2", "LT": "09 00", "LV": "I51", "TR": "f", "UT": "08 00", "LAT": "+43.10", "SRC": "ALG", "LONG": "+00.04", "NAME": "PRAT Jean", "SPORT": "Rugby Union", "LOC_DATE": "1923 08 01", "UNIV_DATE": "1923 08 01", "BIRTH_PLACE": "LOURDES", "POSTAL_CODE": "65100"}, "date": "2023-08-20T14:46:15+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-410"}, "ids-in-source": {"g55": "03-410"}}, "raw": {"DAY": "1-8-1923", "HOUR": "9 h.", "NAME": "PRAT Jean", "PLACE": "Lourdes (Hautes-Pyrénées)."}, "date": "2023-08-20T14:48:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25528	ferraud-pierre-1847-11-01	{"g55": "10-566"}	{"g55": "10-566"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Ferraud", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1847-11-01 08:00", "note": null, "place": {"c1": "", "c2": "48", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lannejols", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Ferraud", "nobility": ""}, "birth": {"date": "1847-11-01 08:00", "place": {"c1": "", "c2": "48", "c3": "", "cy": "FR", "name": "Lannejols"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-566"}}, "raw": {"DAY": "1-11-1847", "HOUR": "8 h.", "NAME": "FERRAUD Pierre", "PLACE": "Lannejols (Lozère)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25529	fiamma-jean-1857-06-12	{"g55": "10-567"}	{"g55": "10-567"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Fiamma", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1857-06-12 09:00", "note": null, "place": {"c1": "", "c2": "20", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Zivaco", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Fiamma", "nobility": ""}, "birth": {"date": "1857-06-12 09:00", "place": {"c1": "", "c2": "20", "c3": "", "cy": "FR", "name": "Zivaco"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-567"}}, "raw": {"DAY": "12-6-1857", "HOUR": "9 h.", "NAME": "FIAMMA Jean", "PLACE": "Zivaco (Corse)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25530	fichot-pierre-1876-09-03	{"g55": "10-568"}	{"g55": "10-568"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Fichot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1876-09-03 00:00", "note": null, "place": {"c1": "", "c2": "38", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Jallieu", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Fichot", "nobility": ""}, "birth": {"date": "1876-09-03 00:00", "place": {"c1": "", "c2": "38", "c3": "", "cy": "FR", "name": "Jallieu"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-568"}}, "raw": {"DAY": "3-9-1876", "HOUR": "0 h.", "NAME": "FICHOT Pierre", "PLACE": "Jallieu (Isère)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25531	fillion-l-cl-1843-06-25	{"g55": "10-569"}	{"g55": "10-569"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "L. Cl.", "family": "Fillion", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1843-06-25 02:00", "note": null, "place": {"c1": "", "c2": "71", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Bonnet-de-Joux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "L. Cl.", "family": "Fillion", "nobility": ""}, "birth": {"date": "1843-06-25 02:00", "place": {"c1": "", "c2": "71", "c3": "", "cy": "FR", "name": "Saint-Bonnet-de-Joux"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-569"}}, "raw": {"DAY": "25-6-1843", "HOUR": "2 h.", "NAME": "FILLION L. Cl.", "PLACE": "Saint-Bonnet-de-Joux (Saône-et-Loire)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1972	puech-louis-1894-12-04	{"a1": "1974", "g55": "03-411", "3a_sports": "3397", "cfepp-final3": "933"}	{"g55": "03-411", "cfepp": "CF-933", "ertel": "ES-3397", "lerrcp": "A1-1974"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Puech", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1894-12-04 21:00", "note": null, "place": {"c1": null, "c2": "46", "c3": "", "cy": "FR", "lg": 2.02474, "lat": 44.79432, "name": "Gorses", "geoid": 3015640}, "notime": null, "date-ut": "1894-12-04 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Puech"}, "birth": {"tzo": "+00:09:21", "date": "1894-12-04 21:00", "place": {"c2": "46", "cy": "FR", "lg": 2.02474, "lat": 44.79432, "name": "Gorses", "geoid": 3015640}, "date-ut": "1894-12-04 20:50:40"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1974"}, "ids-in-sources": {"a1": "1974"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "46", "COU": "F", "DAY": "4", "LAT": "44N27", "LON": "1E26", "MON": "12", "NUM": "1974", "PRO": "C", "SEC": "40", "YEA": "1894", "CITY": "GORSES"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1894-12-04 21:00"}, "partial-ids": {"ertel": "ES-3397"}}, "raw": {"L": "", "MF": "", "NR": "3397", "ENG": "1", "MA_": "2", "G_NR": "1974", "MA12": "4", "MARS": "10", "NAME": "Puech", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,700", "CSINR": "", "KURTZ": "", "PHAS_": "36,000", "STUND": "21,00", "CFEPNR": "933", "EXTEND": "1", "NATION": "FRA", "TAGMON": "04.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Louis", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "04.12.1894", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1894-12-04 21:00", "place": {"c3": ""}, "date-ut": "1894-12-04 20:51"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "933"}}, "raw": {"S": "4", "LT": "21 00", "LV": "I5", "TR": "f", "UT": "20 51", "LAT": "+44.79", "SRC": "AG", "LONG": "-02.03", "NAME": "PUECH Louis", "SPORT": "Rugby Union", "LOC_DATE": "1894 12 04", "UNIV_DATE": "1894 12 04", "BIRTH_PLACE": "GORSES", "POSTAL_CODE": "46210"}, "date": "2023-08-20T14:46:15+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-411"}, "ids-in-source": {"g55": "03-411"}}, "raw": {"DAY": "4-12-1894", "HOUR": "21 h.", "NAME": "PUECH Louis", "PLACE": "Gorse (Lot)."}, "date": "2023-08-20T14:48:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1974	puig-aubert-henri-1924-03-24	{"a1": "1976", "g55": "03-412", "3a_sports": "3402"}	{"g55": "03-412", "ertel": "ES-3402", "lerrcp": "A1-1976"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Puig-Aubert", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-03-24 01:30", "note": null, "place": {"c1": null, "c2": "GERM", "c3": null, "cy": "DE", "lg": 7.4, "lat": 50.43333, "name": "Andernach", "geoid": 0}, "notime": null, "date-ut": "1924-03-24 01:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Puig-Aubert"}, "birth": {"place": {"c2": "GERM", "cy": "DE", "lg": 7.4, "lat": 50.43333, "name": "ANDERNACH", "geoid": 0}, "date-ut": "1924-03-24 01:30:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1976"}, "ids-in-sources": {"a1": "1976"}}, "raw": {"H": "1", "MN": "30", "TZ": "0", "COD": "GERM", "COU": "G", "DAY": "24", "LAT": "50N26", "LON": "7E24", "MON": "3", "NUM": "1976", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "ANDERNACH"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-03-24 01:30"}, "partial-ids": {"ertel": "ES-3402"}}, "raw": {"L": "", "MF": "", "NR": "3402", "ENG": "", "MA_": "0", "G_NR": "1976", "MA12": "8", "MARS": "22", "NAME": "Puig-Aubert", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,700", "CSINR": "", "KURTZ": "", "PHAS_": "0,500", "STUND": "1,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "24.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "24.03.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Andernach"}}, "partial-ids": {"g55": "03-412"}, "ids-in-source": {"g55": "03-412"}}, "raw": {"DAY": "24-3-1925", "HOUR": "1 h. 30", "NAME": "\\fPUIG-AUBERT Henri", "PLACE": "Andernach (Allemagne)."}, "date": "2023-08-20T14:48:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25532	fillon-louis-1877-08-01	{"g55": "10-570"}	{"g55": "10-570"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Fillon", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1877-08-01 06:00", "note": null, "place": {"c1": "", "c2": "36", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Vineuil", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Fillon", "nobility": ""}, "birth": {"date": "1877-08-01 06:00", "place": {"c1": "", "c2": "36", "c3": "", "cy": "FR", "name": "Vineuil"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-570"}}, "raw": {"DAY": "1-8-1877", "HOUR": "6 h.", "NAME": "FILLON Louis", "PLACE": "Vineuil (Indre)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25533	fonssagrives-joseph-1860-06-02	{"g55": "10-571"}	{"g55": "10-571"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Fonssagrives", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1860-06-02 04:00", "note": null, "place": {"c1": "", "c2": "29", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Brest", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Fonssagrives", "nobility": ""}, "birth": {"date": "1860-06-02 04:00", "place": {"c1": "", "c2": "29", "c3": "", "cy": "FR", "name": "Brest"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-571"}}, "raw": {"DAY": "2-6-1860", "HOUR": "4 h.", "NAME": "FONSSAGRIVES Joseph", "PLACE": "Brest (Finistère)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25534	fontaine-maurice-1863-07-26	{"g55": "10-572"}	{"g55": "10-572"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Fontaine", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1863-07-26 22:00", "note": null, "place": {"c1": "", "c2": "95", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Taverny", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Fontaine", "nobility": ""}, "birth": {"date": "1863-07-26 22:00", "place": {"c1": "", "c2": "95", "c3": "", "cy": "FR", "name": "Taverny"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-572"}}, "raw": {"DAY": "26-7-1863", "HOUR": "22 h.", "NAME": "FONTAINE Maurice", "PLACE": "Taverny (Seine-et-Oise)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25535	fontaine-joseph-1861-09-03	{"g55": "10-573"}	{"g55": "10-573"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Fontaine", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1861-09-03 05:00", "note": null, "place": {"c1": "", "c2": "41", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Verdes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Fontaine", "nobility": ""}, "birth": {"date": "1861-09-03 05:00", "place": {"c1": "", "c2": "41", "c3": "", "cy": "FR", "name": "Verdes"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-573"}}, "raw": {"DAY": "3-9-1861", "HOUR": "5 h.", "NAME": "FONTAINE Joseph", "PLACE": "Verdes (Loir-et-Cher)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1978	rancoule-henri-1933-02-06	{"a1": "1980", "3a_sports": "3433", "cfepp-final3": "937"}	{"cfepp": "CF-937", "cpara": "CP-361", "ertel": "ES-3433", "lerrcp": "A1-1980"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Rancoule", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1933-02-06 14:00", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": 2.11341, "lat": 43.24376, "name": "Bram", "geoid": 3030589}, "notime": null, "date-ut": "1933-02-06 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Rancoule"}, "birth": {"tzo": "+00:00", "date": "1933-02-06 14:00", "place": {"c2": "11", "cy": "FR", "lg": 2.11341, "lat": 43.24376, "name": "Bram", "geoid": 3030589}, "date-ut": "1933-02-06 14:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1980"}, "ids-in-sources": {"a1": "1980"}}, "raw": {"H": "14", "MN": "0", "TZ": "0", "COD": "11", "COU": "F", "DAY": "6", "LAT": "43N12", "LON": "2E21", "MON": "2", "NUM": "1980", "PRO": "C", "SEC": "0", "YEA": "1933", "CITY": "BRAM"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1933-02-06 14:00"}, "partial-ids": {"ertel": "ES-3433"}}, "raw": {"L": "", "MF": "", "NR": "3433", "ENG": "", "MA_": "1", "G_NR": "1980", "MA12": "9", "MARS": "27", "NAME": "Rancoule", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,000", "CSINR": "", "KURTZ": "", "PHAS_": "80,400", "STUND": "14,00", "CFEPNR": "937", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.02.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "361", "VORNAME": "Henri", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "06.02.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1933-02-06 14:00", "place": {"c3": ""}, "date-ut": "1933-02-06 14:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "937"}}, "raw": {"S": "9", "LT": "14 00", "LV": "I26", "TR": "f", "UT": "14 00", "LAT": "+43.24", "SRC": "L", "LONG": "-02.11", "NAME": "RANCOULE Henri", "SPORT": "Rugby Union", "LOC_DATE": "1933 02 06", "UNIV_DATE": "1933 02 06", "BIRTH_PLACE": "BRAM", "POSTAL_CODE": "11150"}, "date": "2023-08-20T14:46:15+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1980	ribere-eugene-1902-06-14	{"a1": "1982", "3a_sports": "3487", "cfepp-final3": "939"}	{"cfepp": "CF-939", "cpara": "CP-366", "ertel": "ES-3487", "lerrcp": "A1-1982"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Ribere", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1902-06-14 05:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 2.75577, "lat": 42.6322, "name": "Thuir", "geoid": 2972665}, "notime": null, "date-ut": "1902-06-14 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Ribere"}, "birth": {"tzo": "+00:09:21", "date": "1902-06-14 05:00", "place": {"c2": "66", "cy": "FR", "lg": 2.75577, "lat": 42.6322, "name": "Thuir", "geoid": 2972665}, "date-ut": "1902-06-14 04:50:40"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1982"}, "ids-in-sources": {"a1": "1982"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "66", "COU": "F", "DAY": "14", "LAT": "42N42", "LON": "2E55", "MON": "6", "NUM": "1982", "PRO": "C", "SEC": "40", "YEA": "1902", "CITY": "THUIR"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1902-06-14 05:00"}, "partial-ids": {"ertel": "ES-3487"}}, "raw": {"L": "", "MF": "", "NR": "3487", "ENG": "1", "MA_": "2", "G_NR": "1982", "MA12": "1", "MARS": "3", "NAME": "Ribere", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,100", "CSINR": "", "KURTZ": "", "PHAS_": "60,300", "STUND": "5,00", "CFEPNR": "939", "EXTEND": "1", "NATION": "FRA", "TAGMON": "14.06.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "366", "VORNAME": "Eugene", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "14.06.1902", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1902-06-14 05:00", "place": {"c3": ""}, "date-ut": "1902-06-14 04:51"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "939"}}, "raw": {"S": "1", "LT": "05 00", "LV": "I34", "TR": "f", "UT": "04 51", "LAT": "+42.63", "SRC": "AL", "LONG": "-02.76", "NAME": "RIBERE Eugene", "SPORT": "Rugby Union", "LOC_DATE": "1902 06 14", "UNIV_DATE": "1902 06 14", "BIRTH_PLACE": "THUIR", "POSTAL_CODE": "66300"}, "date": "2023-08-20T14:46:15+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
25536	fontaine-marie-dan-1862-03-01	{"g55": "10-574"}	{"g55": "10-574"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie Dan.", "family": "Fontaine", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1862-03-01 16:00", "note": null, "place": {"c1": "", "c2": "95", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Leu", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Marie Dan.", "family": "Fontaine", "nobility": ""}, "birth": {"date": "1862-03-01 16:00", "place": {"c1": "", "c2": "95", "c3": "", "cy": "FR", "name": "Saint-Leu"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-574"}}, "raw": {"DAY": "1-3-1862", "HOUR": "16 h.", "NAME": "FONTAINE Marie Dan.", "PLACE": "Saint-Leu (Seine-et-Oise)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25537	forestier-leon-1823-11-09	{"g55": "10-575"}	{"g55": "10-575"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Forestier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1823-11-09 01:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Albi", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Forestier", "nobility": ""}, "birth": {"date": "1823-11-09 01:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Albi"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-575"}}, "raw": {"DAY": "9-11-1823", "HOUR": "1 h.", "NAME": "FORESTIER Léon", "PLACE": "Albi (Tarn)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25538	fourneret-pierre-1868-09-11	{"g55": "10-576"}	{"g55": "10-576"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Fourneret", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1868-09-11 09:00", "note": null, "place": {"c1": "", "c2": "52", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Dizier", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Fourneret", "nobility": ""}, "birth": {"date": "1868-09-11 09:00", "place": {"c1": "", "c2": "52", "c3": "", "cy": "FR", "name": "Saint-Dizier"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-576"}}, "raw": {"DAY": "11-9-1868", "HOUR": "9 h.", "NAME": "FOURNERET Pierre", "PLACE": "Saint-Dizier (Haute-Marne)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25539	frisch-henri-1851-05-28	{"g55": "10-577"}	{"g55": "10-577"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Frisch", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1851-05-28 09:00", "note": null, "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Freistroff", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Frisch", "nobility": ""}, "birth": {"date": "1851-05-28 09:00", "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "name": "Freistroff"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-577"}}, "raw": {"DAY": "28-5-1851", "HOUR": "9 h.", "NAME": "FRISCH Henri", "PLACE": "Freistroff (Moselle)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1984	roucaries-gerard-1932-08-13	{"a1": "1986", "3a_sports": "3598"}	{"ertel": "ES-3598", "lerrcp": "A1-1986"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Roucaries", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1932-08-13 04:30", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.87378, "lat": 42.76929, "name": "Rivesaltes", "geoid": 2983393}, "notime": null, "date-ut": "1932-08-13 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Gérard", "family": "Roucaries"}, "birth": {"tzo": "+01:00", "date": "1932-08-13 04:30", "place": {"c2": "66", "cy": "FR", "lg": 2.87378, "lat": 42.76929, "name": "Rivesaltes", "geoid": 2983393}, "date-ut": "1932-08-13 03:30"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1986"}, "ids-in-sources": {"a1": "1986"}}, "raw": {"H": "3", "MN": "30", "TZ": "0", "COD": "66", "COU": "F", "DAY": "13", "LAT": "42N42", "LON": "2E55", "MON": "8", "NUM": "1986", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "RIVESALTES"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-08-13 04:30"}, "partial-ids": {"ertel": "ES-3598"}}, "raw": {"L": "", "MF": "", "NR": "3598", "ENG": "1", "MA_": "2", "G_NR": "1986", "MA12": "1", "MARS": "3", "NAME": "Roucaries", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,400", "CSINR": "", "KURTZ": "", "PHAS_": "87,300", "STUND": "4,50", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "13.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gérard", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.08.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1982	roques-alfred-1925-02-17	{"a1": "1984", "3a_sports": "3564", "cfepp-final3": "943"}	{"cfepp": "CF-943", "cpara": "CP-375", "ertel": "ES-3564", "lerrcp": "A1-1984"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Roques", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1925-02-17 02:00", "note": null, "place": {"c1": null, "c2": "82", "c3": "", "cy": "FR", "lg": 1.33333, "lat": 44.01667, "name": "Cazes-Mond", "geoid": 0}, "notime": null, "date-ut": "1925-02-17 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Roques"}, "birth": {"tzo": "+00:00", "date": "1925-02-17 02:00", "place": {"c2": "82", "cy": "FR", "lg": 1.33333, "lat": 44.01667, "name": "Cazes-Mond", "geoid": 0}, "date-ut": "1925-02-17 02:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1984"}, "ids-in-sources": {"a1": "1984"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "82", "COU": "F", "DAY": "17", "LAT": "44N 1", "LON": "1E20", "MON": "2", "NUM": "1984", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "CAZES-MOND"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-02-17 02:00"}, "partial-ids": {"ertel": "ES-3564"}}, "raw": {"L": "", "MF": "", "NR": "3564", "ENG": "", "MA_": "0", "G_NR": "1984", "MA12": "8", "MARS": "23", "NAME": "Roques", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,20", "CSINR": "", "KURTZ": "", "PHAS_": "43,400", "STUND": "2,00", "CFEPNR": "943", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.02.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "375", "VORNAME": "Alfred", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "17.02.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:36+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1925-02-17 02:00", "place": {"c3": ""}, "date-ut": "1925-02-17 02:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "943"}}, "raw": {"S": "8", "LT": "02 00", "LV": "I28", "TR": "f", "UT": "02 00", "LAT": "+44.23", "SRC": "L", "LONG": "-01.20", "NAME": "ROQUES Alfred", "SPORT": "Rugby Union", "LOC_DATE": "1925 02 17", "UNIV_DATE": "1925 02 17", "BIRTH_PLACE": "CAZES MONDENARD", "POSTAL_CODE": "82110"}, "date": "2023-08-20T14:46:15+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
25540	frobert-marie-1876-01-21	{"g55": "10-578"}	{"g55": "10-578"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Frobert", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1876-01-21 11:00", "note": null, "place": {"c1": "", "c2": "03", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Moulins", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Frobert", "nobility": ""}, "birth": {"date": "1876-01-21 11:00", "place": {"c1": "", "c2": "03", "c3": "", "cy": "FR", "name": "Moulins"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-578"}}, "raw": {"DAY": "21-1-1876", "HOUR": "11 h.", "NAME": "FROBERT Marie", "PLACE": "Moulins (Allier)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25541	fromentin-jean-1883-07-13	{"g55": "10-579"}	{"g55": "10-579"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Fromentin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1883-07-13 01:00", "note": null, "place": {"c1": "", "c2": "22", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Brieuc", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Fromentin", "nobility": ""}, "birth": {"date": "1883-07-13 01:00", "place": {"c1": "", "c2": "22", "c3": "", "cy": "FR", "name": "Saint-Brieuc"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-579"}}, "raw": {"DAY": "13-7-1883", "HOUR": "1 h.", "NAME": "FROMENTIN Jean", "PLACE": "Saint-Brieuc (Côtes-du-Nord)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25542	gailhouste-jean-1886-05-10	{"g55": "10-580"}	{"g55": "10-580"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Gailhouste", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1886-05-10 03:00", "note": null, "place": {"c1": "", "c2": "33", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Bordeaux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Gailhouste", "nobility": ""}, "birth": {"date": "1886-05-10 03:00", "place": {"c1": "", "c2": "33", "c3": "", "cy": "FR", "name": "Bordeaux"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-580"}}, "raw": {"DAY": "10-5-1886", "HOUR": "3 h.", "NAME": "GAILHOUSTE Jean", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25543	le-gall-hyacinthe-1863-02-07	{"g55": "10-581"}	{"g55": "10-581"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hyacinthe", "family": "Le Gall", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1863-02-07 17:00", "note": null, "place": {"c1": "", "c2": "29", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Brest", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Hyacinthe", "family": "Le Gall", "nobility": ""}, "birth": {"date": "1863-02-07 17:00", "place": {"c1": "", "c2": "29", "c3": "", "cy": "FR", "name": "Brest"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-581"}}, "raw": {"DAY": "7-2-1863", "HOUR": "17 h.", "NAME": "LE GALL Hyacinthe", "PLACE": "Brest (Finistère)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1988	sanac-andre-1929-08-04	{"a1": "1990", "3a_sports": "3664"}	{"ertel": "ES-3664", "lerrcp": "A1-1990"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Sanac", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1929-08-04 23:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.80815, "lat": 42.61108, "name": "Trouillas", "geoid": 2971568}, "notime": null, "date-ut": "1929-08-04 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "André", "family": "Sanac"}, "birth": {"tzo": "+01:00", "date": "1929-08-04 23:00", "place": {"c2": "66", "cy": "FR", "lg": 2.80815, "lat": 42.61108, "name": "Trouillas", "geoid": 2971568}, "date-ut": "1929-08-04 22:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1990"}, "ids-in-sources": {"a1": "1990"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "66", "COU": "F", "DAY": "4", "LAT": "42N42", "LON": "2E55", "MON": "8", "NUM": "1990", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "TROUILLAS"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-08-04 23:00"}, "partial-ids": {"ertel": "ES-3664"}}, "raw": {"L": "", "MF": "", "NR": "3664", "ENG": "", "MA_": "1", "G_NR": "1990", "MA12": "7", "MARS": "21", "NAME": "Sanac", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,800", "CSINR": "", "KURTZ": "", "PHAS_": "2,200", "STUND": "23,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.08.", "ZITATE": "O", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "04.08.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1990	sebedio-jean-1890-12-06	{"a1": "1992", "3a_sports": "3773", "cfepp-final3": "950"}	{"cfepp": "CF-950", "cpara": "CP-383", "ertel": "ES-3773", "lerrcp": "A1-1992"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Sebedio", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-00:06:39", "date": "1890-12-06 13:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -1.66267, "lat": 43.38871, "name": "Saint-Jean-de-Luz", "geoid": 2979309}, "notime": null, "date-ut": "1890-12-06 13:07"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Sebedio"}, "birth": {"tzo": "-00:06:39", "date": "1890-12-12 12:54:49", "place": {"c2": "64", "cy": "FR", "lg": -1.66267, "lat": 43.38871, "name": "Saint-Jean-de-Luz", "geoid": 2979309}, "date-ut": "1890-12-12 13:01:28"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1992"}, "ids-in-sources": {"a1": "1992"}}, "raw": {"H": "13", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "12", "LAT": "43N18", "LON": "0W22", "MON": "12", "NUM": "1992", "PRO": "C", "SEC": "28", "YEA": "1890", "CITY": "ST-JEAN-DE-LUZ"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1890-12-12 13:00"}, "partial-ids": {"ertel": "ES-3773"}}, "raw": {"L": "", "MF": "", "NR": "3773", "ENG": "1", "MA_": "2", "G_NR": "1992", "MA12": "1", "MARS": "3", "NAME": "Sebedio", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,600", "CSINR": "", "KURTZ": "", "PHAS_": "0,000", "STUND": "13,00", "CFEPNR": "950", "EXTEND": "1", "NATION": "FRA", "TAGMON": "12.12.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "383", "VORNAME": "Jan", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "12.12.1890", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "sebedio-jean-1890-12-06", "birth": {"date": "1890-12-06 13:00", "place": {"c3": ""}, "date-ut": "1890-12-06 13:07"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "950"}}, "raw": {"S": "1", "LT": "13 00", "LV": "I9", "TR": "f", "UT": "13 07", "LAT": "+43.39", "SRC": "AL", "LONG": "+01.66", "NAME": "SEBEDIO Jean", "SPORT": "Rugby Union", "LOC_DATE": "1890 12 06", "UNIV_DATE": "1890 12 06", "BIRTH_PLACE": "ST JEAN DE LUZ", "POSTAL_CODE": "64500"}, "date": "2023-08-20T14:46:15+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
25544	garilhe-ulysse-1856-10-23	{"g55": "10-582"}	{"g55": "10-582"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ulysse", "family": "Garilhe", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1856-10-23 06:00", "note": null, "place": {"c1": "", "c2": "50", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Gravieres", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Ulysse", "family": "Garilhe", "nobility": ""}, "birth": {"date": "1856-10-23 06:00", "place": {"c1": "", "c2": "50", "c3": "", "cy": "FR", "name": "Gravieres"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-582"}}, "raw": {"DAY": "23-10-1856", "HOUR": "6 h.", "NAME": "GARILHE Ulysse", "PLACE": "Gravieres (Manche)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25545	garriguet-louis-1859-11-13	{"g55": "10-583"}	{"g55": "10-583"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Garriguet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1859-11-13 04:00", "note": null, "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Neyrac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Garriguet", "nobility": ""}, "birth": {"date": "1859-11-13 04:00", "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "name": "Neyrac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-583"}}, "raw": {"DAY": "13-11-1859", "HOUR": "4 h.", "NAME": "\\fGARRIGUET Louis", "PLACE": "Neyrac (Aveyron)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25546	gassion-joseph-1887-07-24	{"g55": "10-584"}	{"g55": "10-584"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Gassion", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1887-07-24 16:00", "note": null, "place": {"c1": "", "c2": "14", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Isigny-sur-Mer", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Gassion", "nobility": ""}, "birth": {"date": "1887-07-24 16:00", "place": {"c1": "", "c2": "14", "c3": "", "cy": "FR", "name": "Isigny-sur-Mer"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-584"}}, "raw": {"DAY": "24-7-1887", "HOUR": "16 h.", "NAME": "GASSION Joseph", "PLACE": "Isigny-sur-Mer (Calvados)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25547	gaston-jean-1875-09-11	{"g55": "10-585"}	{"g55": "10-585"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Gaston", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1875-09-11 03:00", "note": null, "place": {"c1": "", "c2": "15", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Aurillac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Gaston", "nobility": ""}, "birth": {"date": "1875-09-11 03:00", "place": {"c1": "", "c2": "15", "c3": "", "cy": "FR", "name": "Aurillac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-585"}}, "raw": {"DAY": "11-9-1875", "HOUR": "3 h.", "NAME": "GASTON Jean", "PLACE": "Aurillac (Cantal)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25548	gautier-felix-1861-03-26	{"g55": "10-586"}	{"g55": "10-586"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Gautier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1861-03-26 23:00", "note": null, "place": {"c1": "", "c2": "50", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Villedieu", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Gautier", "nobility": ""}, "birth": {"date": "1861-03-26 23:00", "place": {"c1": "", "c2": "50", "c3": "", "cy": "FR", "name": "Villedieu"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-586"}}, "raw": {"DAY": "26-3-1861", "HOUR": "23 h.", "NAME": "GAUTIER Félix", "PLACE": "Villedieu (Manche)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1992	serin-lucien-1902-11-08	{"a1": "1994", "3a_sports": "3804", "cfepp-final3": "951"}	{"cfepp": "CF-951", "cpara": "CP-387", "ertel": "ES-3804", "lerrcp": "A1-1994"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Serin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1902-11-08 08:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.16929, "lat": 43.49924, "name": "Autignac", "geoid": 3035930}, "notime": null, "date-ut": "1902-11-08 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Serin"}, "birth": {"tzo": "+00:09:21", "date": "1902-11-08 08:00", "place": {"c2": "34", "cy": "FR", "lg": 3.16929, "lat": 43.49924, "name": "Autignac", "geoid": 3035930}, "date-ut": "1902-11-08 07:50:40"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1994"}, "ids-in-sources": {"a1": "1994"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "34", "COU": "F", "DAY": "8", "LAT": "43N37", "LON": "3E53", "MON": "11", "NUM": "1994", "PRO": "C", "SEC": "40", "YEA": "1902", "CITY": "AUTIGNAC"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1902-11-08 08:00"}, "partial-ids": {"ertel": "ES-3804"}}, "raw": {"L": "", "MF": "", "NR": "3804", "ENG": "1", "MA_": "2", "G_NR": "1994", "MA12": "4", "MARS": "10", "NAME": "Serin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "45,100", "STUND": "8,00", "CFEPNR": "951", "EXTEND": "1", "NATION": "FRA", "TAGMON": "08.11.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "387", "VORNAME": "Lucien", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "08.11.1902", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1902-11-08 08:00", "place": {"c3": ""}, "date-ut": "1902-11-08 07:51"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "951"}}, "raw": {"S": "4", "LT": "08 00", "LV": "I12", "TR": "f", "UT": "07 51", "LAT": "+43.50", "SRC": "AL", "LONG": "-03.17", "NAME": "SERIN Lucien", "SPORT": "Rugby Union", "LOC_DATE": "1902 11 08", "UNIV_DATE": "1902 11 08", "BIRTH_PLACE": "AUTIGNAC", "POSTAL_CODE": "34480"}, "date": "2023-08-20T14:46:15+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
25549	gazeau-andre-1888-07-28	{"g55": "10-587"}	{"g55": "10-587"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Gazeau", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1888-07-28 11:00", "note": null, "place": {"c1": "", "c2": "85", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Coax", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "André", "family": "Gazeau", "nobility": ""}, "birth": {"date": "1888-07-28 11:00", "place": {"c1": "", "c2": "85", "c3": "", "cy": "FR", "name": "Coax"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-587"}}, "raw": {"DAY": "28-7-1888", "HOUR": "11 h.", "NAME": "GAZEAU André", "PLACE": "Coax (Vendée)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25550	geispitz-charles-1839-07-18	{"g55": "10-588"}	{"g55": "10-588"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Geispitz", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1839-07-18 08:00", "note": null, "place": {"c1": "", "c2": "02", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Guise", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Geispitz", "nobility": ""}, "birth": {"date": "1839-07-18 08:00", "place": {"c1": "", "c2": "02", "c3": "", "cy": "FR", "name": "Guise"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-588"}}, "raw": {"DAY": "18-7-1839", "HOUR": "8 h.", "NAME": "GEISPITZ Charles", "PLACE": "Guise (Aisne)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25551	gendre-jean-baptiste-1863-02-26	{"g55": "10-589"}	{"g55": "10-589"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Baptiste", "family": "Gendre", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1863-02-26 02:00", "note": null, "place": {"c1": "", "c2": "19", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Nonards", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean-Baptiste", "family": "Gendre", "nobility": ""}, "birth": {"date": "1863-02-26 02:00", "place": {"c1": "", "c2": "19", "c3": "", "cy": "FR", "name": "Nonards"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-589"}}, "raw": {"DAY": "26-2-1863", "HOUR": "2 h.", "NAME": "GENDRE Jean-Baptiste", "PLACE": "Nonards (Corrèze)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
1998	thiers-pierre-1914-04-16	{"a1": "2000", "g55": "03-418", "3a_sports": "4004", "cfepp-final3": "960"}	{"g55": "03-418", "cfepp": "CF-960", "cpara": "CP-402", "ertel": "ES-4004", "lerrcp": "A1-2000"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Thiers", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1914-04-16 23:00", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 3.54758, "lat": 45.85654, "name": "Thiers", "geoid": 2972857}, "notime": null, "date-ut": "1914-04-16 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Thiers"}, "birth": {"tzo": "+00:00", "date": "1914-04-16 23:00", "place": {"c2": "63", "cy": "FR", "lg": 3.54758, "lat": 45.85654, "name": "Thiers", "geoid": 2972857}, "date-ut": "1914-04-16 23:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-2000"}, "ids-in-sources": {"a1": "2000"}}, "raw": {"H": "23", "MN": "0", "TZ": "0", "COD": "63", "COU": "F", "DAY": "16", "LAT": "45N47", "LON": "3E 5", "MON": "4", "NUM": "2000", "PRO": "C", "SEC": "0", "YEA": "1914", "CITY": "THIERS"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1914-04-16 23:00"}, "partial-ids": {"ertel": "ES-4004"}}, "raw": {"L": "", "MF": "", "NR": "4004", "ENG": "", "MA_": "0", "G_NR": "2000", "MA12": "6", "MARS": "16", "NAME": "Thiers", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,20", "CSINR": "", "KURTZ": "", "PHAS_": "63,900", "STUND": "23,00", "CFEPNR": "960", "EXTEND": "", "NATION": "FRA", "TAGMON": "16.04.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "402", "VORNAME": "Pierre", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "16.04.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1914-04-16 23:00", "place": {"c3": ""}, "date-ut": "1914-04-16 23:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "960"}}, "raw": {"S": "5", "LT": "23 00", "LV": "I9", "TR": "f", "UT": "23 00", "LAT": "+45.86", "SRC": "LG", "LONG": "-03.55", "NAME": "THIERS Pierre", "SPORT": "Rugby Union", "LOC_DATE": "1914 04 16", "UNIV_DATE": "1914 04 16", "BIRTH_PLACE": "THIERS", "POSTAL_CODE": "63302 CEDEX"}, "date": "2023-08-20T14:46:16+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-418"}, "ids-in-source": {"g55": "03-418"}}, "raw": {"DAY": "16-4-1914", "HOUR": "23 h.", "NAME": "THIERS Pierre", "PLACE": "Thiers (Puy-de-Dôme)."}, "date": "2023-08-20T14:48:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
2000	trescases-frederic-1921-11-20	{"a1": "2002", "g55": "03-419", "3a_sports": "4061", "cfepp-final3": "785"}	{"g55": "03-419", "cfepp": "CF-785", "ertel": "ES-4061", "lerrcp": "A1-2002"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Trescases", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1921-11-20 06:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 3.02253, "lat": 42.54714, "name": "Argeles", "geoid": 3037068}, "notime": null, "date-ut": "1921-11-20 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Trescases"}, "birth": {"tzo": "+00:00", "date": "1921-11-20 06:00", "place": {"c2": "66", "cy": "FR", "lg": 3.02253, "lat": 42.54714, "name": "Argeles", "geoid": 3037068}, "date-ut": "1921-11-20 06:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-2002"}, "ids-in-sources": {"a1": "2002"}}, "raw": {"H": "6", "MN": "0", "TZ": "0", "COD": "66", "COU": "F", "DAY": "20", "LAT": "42N42", "LON": "2E55", "MON": "11", "NUM": "2002", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "ARGELES"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-11-20 06:00"}, "partial-ids": {"ertel": "ES-4061"}}, "raw": {"L": "", "MF": "", "NR": "4061", "ENG": "", "MA_": "1", "G_NR": "2002", "MA12": "2", "MARS": "6", "NAME": "Trescases", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,800", "CSINR": "", "KURTZ": "", "PHAS_": "77,100", "STUND": "6,00", "CFEPNR": "786", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Frédéric", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "20.11.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1921-11-20 06:00", "place": {"c3": ""}, "date-ut": "1921-11-20 06:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "785"}}, "raw": {"S": "2", "LT": "06 00", "LV": "I7", "TR": "f", "UT": "06 00", "LAT": "+42.55", "SRC": "AG", "LONG": "-03.02", "NAME": "TRESCASES Frederic", "SPORT": "Rugby League", "LOC_DATE": "1921 11 20", "UNIV_DATE": "1921 11 20", "BIRTH_PLACE": "ARGELES SUR MER", "POSTAL_CODE": "66700"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-419"}, "ids-in-source": {"g55": "03-419"}}, "raw": {"DAY": "20-11-1921", "HOUR": "6 h.", "NAME": "TRESCASES Frédéric", "PLACE": "Argelès (Pyrénées-Orientales)."}, "date": "2023-08-20T14:48:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25552	genty-constant-1858-03-19	{"g55": "10-590"}	{"g55": "10-590"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Constant", "family": "Genty", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1858-03-19 04:00", "note": null, "place": {"c1": "", "c2": "58", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Donzy", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Constant", "family": "Genty", "nobility": ""}, "birth": {"date": "1858-03-19 04:00", "place": {"c1": "", "c2": "58", "c3": "", "cy": "FR", "name": "Donzy"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-590"}}, "raw": {"DAY": "19-3-1858", "HOUR": "4 h.", "NAME": "GENTY Constant", "PLACE": "Donzy (Nièvre)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25553	gerard-louis-1876-05-20	{"g55": "10-591"}	{"g55": "10-591"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Gerard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1876-05-20 20:00", "note": null, "place": {"c1": "", "c2": "51", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Maurupt-le-Montoy", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Gerard", "nobility": ""}, "birth": {"date": "1876-05-20 20:00", "place": {"c1": "", "c2": "51", "c3": "", "cy": "FR", "name": "Maurupt-le-Montoy"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-591"}}, "raw": {"DAY": "20-5-1876", "HOUR": "20 h.", "NAME": "GERARD Louis", "PLACE": "Maurupt-le-Montoy (Marne)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25554	gerard-charles-1843-08-19	{"g55": "10-592"}	{"g55": "10-592"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Gerard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1843-08-19 08:00", "note": null, "place": {"c1": "", "c2": "72", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Jonvelle", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Gerard", "nobility": ""}, "birth": {"date": "1843-08-19 08:00", "place": {"c1": "", "c2": "72", "c3": "", "cy": "FR", "name": "Jonvelle"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-592"}}, "raw": {"DAY": "19-8-1843", "HOUR": "8 h.", "NAME": "GERARD Charles", "PLACE": "Jonvelle (Haute-Saône)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25555	germond-paul-1870-06-30	{"g55": "10-593"}	{"g55": "10-593"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Germond", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1870-06-30 16:00", "note": null, "place": {"c1": "", "c2": "06", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Etienne-du-Mont", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Germond", "nobility": ""}, "birth": {"date": "1870-06-30 16:00", "place": {"c1": "", "c2": "06", "c3": "", "cy": "FR", "name": "Saint-Etienne-du-Mont"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-593"}}, "raw": {"DAY": "30-6-1870", "HOUR": "16 h.", "NAME": "GERMOND Paul", "PLACE": "Saint-Etienne-du-Mont (Alpes-M.)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2003	verdie-gilbert-1928-06-29	{"a1": "2005", "3a_sports": "4197"}	{"ertel": "ES-4197", "lerrcp": "A1-2005"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilbert", "family": "Verdie", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1928-06-29 14:00", "note": null, "place": {"c1": null, "c2": "12", "c3": null, "cy": "FR", "lg": 2.25091, "lat": 44.56045, "name": "Decazeville", "geoid": 3021664}, "notime": null, "date-ut": "1928-06-29 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Gilbert", "family": "Verdie"}, "birth": {"tzo": "+01:00", "date": "1928-06-29 14:00", "place": {"c2": "12", "cy": "FR", "lg": 2.25091, "lat": 44.56045, "name": "Decazeville", "geoid": 3021664}, "date-ut": "1928-06-29 13:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-2005"}, "ids-in-sources": {"a1": "2005"}}, "raw": {"H": "13", "MN": "0", "TZ": "0", "COD": "12", "COU": "F", "DAY": "29", "LAT": "44N21", "LON": "2E34", "MON": "6", "NUM": "2005", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "DECAZEVILLE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-06-29 14:00"}, "partial-ids": {"ertel": "ES-4197"}}, "raw": {"L": "", "MF": "", "NR": "4197", "ENG": "", "MA_": "0", "G_NR": "2005", "MA12": "6", "MARS": "17", "NAME": "Verdié", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,300", "CSINR": "", "KURTZ": "", "PHAS_": "85,100", "STUND": "14,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "29.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gilbert", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.06.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2005	verges-jean-1934-04-11	{"a1": "2007", "3a_sports": "4203"}	{"ertel": "ES-4203", "lerrcp": "A1-2007"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Verges", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1934-04-11 20:30", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "notime": null, "date-ut": "1934-04-11 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Verges"}, "birth": {"tzo": "+01:00", "date": "1934-04-11 20:30", "place": {"c2": "66", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "date-ut": "1934-04-11 19:30"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-2007"}, "ids-in-sources": {"a1": "2007"}}, "raw": {"H": "19", "MN": "30", "TZ": "0", "COD": "66", "COU": "F", "DAY": "11", "LAT": "42N42", "LON": "2E55", "MON": "4", "NUM": "2007", "PRO": "C", "SEC": "0", "YEA": "1934", "CITY": "PERPIGNAN"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1934-04-11 20:30"}, "partial-ids": {"ertel": "ES-4203"}}, "raw": {"L": "", "MF": "", "NR": "4203", "ENG": "", "MA_": "1", "G_NR": "2007", "MA12": "7", "MARS": "20", "NAME": "Vergs", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,000", "CSINR": "", "KURTZ": "", "PHAS_": "10,700", "STUND": "20,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "11.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.04.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25556	gervais-pierre-1880-02-29	{"g55": "10-594"}	{"g55": "10-594"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Gervais", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1880-02-29 20:00", "note": null, "place": {"c1": "", "c2": "78", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Villepreux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Gervais", "nobility": ""}, "birth": {"date": "1880-02-29 20:00", "place": {"c1": "", "c2": "78", "c3": "", "cy": "FR", "name": "Villepreux"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-594"}}, "raw": {"DAY": "29-2-1880", "HOUR": "20 h.", "NAME": "GERVAIS Pierre", "PLACE": "Villepreux (Seine-et-Oise)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25557	gibert-lafon-jean-1866-01-28	{"g55": "10-595"}	{"g55": "10-595"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Gibert-lafon", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1866-01-28 14:00", "note": null, "place": {"c1": "", "c2": "15", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Mauriac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Gibert-lafon", "nobility": ""}, "birth": {"date": "1866-01-28 14:00", "place": {"c1": "", "c2": "15", "c3": "", "cy": "FR", "name": "Mauriac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-595"}}, "raw": {"DAY": "28-1-1866", "HOUR": "14 h.", "NAME": "GIBERT-LAFON Jean", "PLACE": "Mauriac (Cantal)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25558	giland-albin-1874-02-07	{"g55": "10-596"}	{"g55": "10-596"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albin", "family": "Giland", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1874-02-07 09:00", "note": null, "place": {"c1": "", "c2": "07", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Thines", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Albin", "family": "Giland", "nobility": ""}, "birth": {"date": "1874-02-07 09:00", "place": {"c1": "", "c2": "07", "c3": "", "cy": "FR", "name": "Thines"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-596"}}, "raw": {"DAY": "7-2-1874", "HOUR": "9 h.", "NAME": "GILAND Albin", "PLACE": "Thines (Ardèche)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25559	gilbert-jean-1855-07-17	{"g55": "10-597"}	{"g55": "10-597"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Gilbert", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1855-07-17 18:00", "note": null, "place": {"c1": "", "c2": "35", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Vieux-Vieil", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Gilbert", "nobility": ""}, "birth": {"date": "1855-07-17 18:00", "place": {"c1": "", "c2": "35", "c3": "", "cy": "FR", "name": "Vieux-Vieil"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-597"}}, "raw": {"DAY": "17-7-1855", "HOUR": "18 h.", "NAME": "GILBERT Jean", "PLACE": "Vieux-Vieil (Ille-et-Vilaine)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2006	vidal-claude-1937-04-17	{"a1": "2008", "3a_sports": "4235"}	{"ertel": "ES-4235", "lerrcp": "A1-2008"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Vidal", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1937-04-17 14:30", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "notime": null, "date-ut": "1937-04-17 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Vidal"}, "birth": {"tzo": "+01:00", "date": "1937-04-17 14:30", "place": {"c2": "34", "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "date-ut": "1937-04-17 13:30"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-2008"}, "ids-in-sources": {"a1": "2008"}}, "raw": {"H": "13", "MN": "30", "TZ": "0", "COD": "34", "COU": "F", "DAY": "17", "LAT": "43N37", "LON": "3E53", "MON": "4", "NUM": "2008", "PRO": "C", "SEC": "0", "YEA": "1937", "CITY": "BEZIERS"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1937-04-17 14:30"}, "partial-ids": {"ertel": "ES-4235"}}, "raw": {"L": "", "MF": "", "NR": "4235", "ENG": "", "MA_": "1", "G_NR": "2008", "MA12": "9", "MARS": "27", "NAME": "Vidal", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,800", "CSINR": "", "KURTZ": "", "PHAS_": "40,700", "STUND": "14,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Claude", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.04.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2009	allais-emile-1912-02-25	{"a1": "2011", "3a_sports": "59", "cfepp-final3": "967"}	{"cfepp": "CF-967", "cpara": "CP-5", "ertel": "ES-59", "lerrcp": "A1-2011"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Allais", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1912-02-25 11:00", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": 6.61775, "lat": 45.85687, "name": "Megève", "geoid": 2994768}, "notime": null, "date-ut": "1912-02-25 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Allais"}, "birth": {"tzo": "+00:00", "date": "1912-02-25 11:00", "place": {"c2": "74", "cy": "FR", "lg": 6.61775, "lat": 45.85687, "name": "Megève", "geoid": 2994768}, "date-ut": "1912-02-25 11:00"}, "occus": ["skier"], "trust": 5, "partial_ids": {"lerrcp": "A1-2011"}, "ids-in-sources": {"a1": "2011"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "74", "COU": "F", "DAY": "25", "LAT": "45N54", "LON": "6E 7", "MON": "2", "NUM": "2011", "PRO": "C", "SEC": "0", "YEA": "1912", "CITY": "MEGEVE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1912-02-25 11:00"}, "partial-ids": {"ertel": "ES-59"}}, "raw": {"L": "", "MF": "", "NR": "59", "ENG": "1", "MA_": "2", "G_NR": "2011", "MA12": "1", "MARS": "1", "NAME": "Allais", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,400", "CSINR": "", "KURTZ": "", "PHAS_": "41,200", "STUND": "11,00", "CFEPNR": "967", "EXTEND": "1", "NATION": "FRA", "TAGMON": "25.02.", "ZITATE": "DHKS", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "5", "VORNAME": "Emile", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "25.02.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1912-02-25 11:00", "place": {"c3": ""}, "date-ut": "1912-02-25 11:00"}, "occus": ["skier"], "ids-in-sources": {"cfepp-final3": "967"}}, "raw": {"S": "1", "LT": "11 00", "LV": "M", "TR": "f", "UT": "11 00", "LAT": "+45.86", "SRC": "AL", "LONG": "-06.62", "NAME": "ALLAIS Emile", "SPORT": "Skiing", "LOC_DATE": "1912 02 25", "UNIV_DATE": "1912 02 25", "BIRTH_PLACE": "MEGEVE", "POSTAL_CODE": "74120"}, "date": "2023-08-20T14:46:16+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
25560	giquello-pierre-1860-12-22	{"g55": "10-598"}	{"g55": "10-598"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Giquello", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1860-12-22 21:00", "note": null, "place": {"c1": "", "c2": "56", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Kervignac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Giquello", "nobility": ""}, "birth": {"date": "1860-12-22 21:00", "place": {"c1": "", "c2": "56", "c3": "", "cy": "FR", "name": "Kervignac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-598"}}, "raw": {"DAY": "22-12-1860", "HOUR": "21 h.", "NAME": "GIQUELLO Pierre", "PLACE": "Kervignac (Morbihan)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25561	girouy-hector-1883-11-08	{"g55": "10-599"}	{"g55": "10-599"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hector", "family": "Girouy", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1883-11-08 21:30", "note": null, "place": {"c1": "", "c2": "10", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Vulaines", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Hector", "family": "Girouy", "nobility": ""}, "birth": {"date": "1883-11-08 21:30", "place": {"c1": "", "c2": "10", "c3": "", "cy": "FR", "name": "Vulaines"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-599"}}, "raw": {"DAY": "8-11-1883", "HOUR": "21 h. 30", "NAME": "GIROUY Hector", "PLACE": "Vulaines (Aube)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25562	glandieres-alphonse-1856-08-13	{"g55": "10-600"}	{"g55": "10-600"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Glandieres", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1856-08-13 08:00", "note": null, "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Huparlac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Glandieres", "nobility": ""}, "birth": {"date": "1856-08-13 08:00", "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "name": "Huparlac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-600"}}, "raw": {"DAY": "13-8-1856", "HOUR": "8 h.", "NAME": "GLANDIERES Alphonse", "PLACE": "Huparlac (Aveyron)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25563	gleye-jacques-1874-05-28	{"g55": "10-601"}	{"g55": "10-601"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Gleye", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1874-05-28 21:00", "note": null, "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Millau", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Gleye", "nobility": ""}, "birth": {"date": "1874-05-28 21:00", "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "name": "Millau"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-601"}}, "raw": {"DAY": "28-5-1874", "HOUR": "21 h.", "NAME": "GLEYE Jacques", "PLACE": "Millau (Aveyron)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2014	duvillard-adrien-1934-11-07	{"a1": "2016", "3a_sports": "1517", "cfepp-final3": "977"}	{"cfepp": "CF-977", "cpara": "CP-179", "ertel": "ES-1517", "lerrcp": "A1-2016"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrien", "family": "Duvillard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1934-11-07 11:30", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": 6.61775, "lat": 45.85687, "name": "Megève", "geoid": 2994768}, "notime": null, "date-ut": "1934-11-07 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"name": {"given": "Adrien", "family": "Duvillard"}, "birth": {"tzo": "+00:00", "date": "1934-11-07 11:30", "place": {"c2": "74", "cy": "FR", "lg": 6.61775, "lat": 45.85687, "name": "Megève", "geoid": 2994768}, "date-ut": "1934-11-07 11:30"}, "occus": ["skier"], "trust": 5, "partial_ids": {"lerrcp": "A1-2016"}, "ids-in-sources": {"a1": "2016"}}, "raw": {"H": "11", "MN": "30", "TZ": "0", "COD": "74", "COU": "F", "DAY": "7", "LAT": "45N54", "LON": "6E 7", "MON": "11", "NUM": "2016", "PRO": "C", "SEC": "0", "YEA": "1934", "CITY": "MEGEVE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1934-11-07 11:30"}, "partial-ids": {"ertel": "ES-1517"}}, "raw": {"L": "", "MF": "", "NR": "1517", "ENG": "", "MA_": "0", "G_NR": "2016", "MA12": "5", "MARS": "15", "NAME": "Duvillard", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,700", "CSINR": "", "KURTZ": "", "PHAS_": "0,200", "STUND": "11,50", "CFEPNR": "977", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.11.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "179", "VORNAME": "Adrien", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "07.11.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1934-11-07 11:30", "place": {"c3": ""}, "date-ut": "1934-11-07 11:30"}, "occus": ["skier"], "ids-in-sources": {"cfepp-final3": "977"}}, "raw": {"S": "5", "LT": "11 30", "LV": "I", "TR": "f", "UT": "11 30", "LAT": "+45.86", "SRC": "L", "LONG": "-06.62", "NAME": "DUVILLARD Adrien", "SPORT": "Skiing", "LOC_DATE": "1934 11 07", "UNIV_DATE": "1934 11 07", "BIRTH_PLACE": "MEGEVE", "POSTAL_CODE": "74120"}, "date": "2023-08-20T14:46:16+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
2012	charlest-regis-1920-05-04	{"a1": "2014", "g55": "03-421", "3a_sports": "965", "cfepp-final3": "975"}	{"g55": "03-421", "cfepp": "CF-975", "ertel": "ES-965", "lerrcp": "A1-2014"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Régis", "family": "Charlest", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1920-05-04 05:00", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": 6.11667, "lat": 45.9, "name": "Chamonix", "geoid": 0}, "notime": null, "date-ut": "1920-05-04 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"name": {"given": "Régis", "family": "Charlest"}, "birth": {"tzo": "+01:00", "date": "1920-05-04 05:00", "place": {"c2": "74", "cy": "FR", "lg": 6.11667, "lat": 45.9, "name": "Chamonix", "geoid": 0}, "date-ut": "1920-05-04 04:00"}, "occus": ["skier"], "trust": 5, "partial_ids": {"lerrcp": "A1-2014"}, "ids-in-sources": {"a1": "2014"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "74", "COU": "F", "DAY": "4", "LAT": "45N54", "LON": "6E 7", "MON": "5", "NUM": "2014", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "CHAMONIX"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-05-04 05:00"}, "partial-ids": {"ertel": "ES-965"}}, "raw": {"L": "", "MF": "", "NR": "965", "ENG": "", "MA_": "1", "G_NR": "2014", "MA12": "7", "MARS": "19", "NAME": "Charlet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,800", "CSINR": "", "KURTZ": "", "PHAS_": "99,200", "STUND": "5,00", "CFEPNR": "975", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Régis", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "04.05.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SKII", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1920-05-04 05:00", "place": {"c3": ""}, "date-ut": "1920-05-04 04:00"}, "occus": ["skier"], "ids-in-sources": {"cfepp-final3": "975"}}, "raw": {"S": "7", "LT": "05 00", "LV": "FI", "TR": "f", "UT": "04 00", "LAT": "+45.92", "SRC": "AG", "LONG": "-06.87", "NAME": "CHARLET Regis", "SPORT": "Skiing", "LOC_DATE": "1920 05 04", "UNIV_DATE": "1920 05 04", "BIRTH_PLACE": "CHAMONIX MONT BLANC", "POSTAL_CODE": "74403 CEDEX"}, "date": "2023-08-20T14:46:16+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Chamonix"}}, "partial-ids": {"g55": "03-421"}, "ids-in-source": {"g55": "03-421"}}, "raw": {"DAY": "4-5-1920", "HOUR": "5 h.", "NAME": "CHARLET Régis", "PLACE": "Chamonix (Haute-Savoie)."}, "date": "2023-08-20T14:48:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25564	gobaud-leon-1868-08-04	{"g55": "10-602"}	{"g55": "10-602"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Gobaud", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1868-08-04 00:00", "note": null, "place": {"c1": "", "c2": "16", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Nanteuil-en-Vallée", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Gobaud", "nobility": ""}, "birth": {"date": "1868-08-04 00:00", "place": {"c1": "", "c2": "16", "c3": "", "cy": "FR", "name": "Nanteuil-en-Vallée"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-602"}}, "raw": {"DAY": "4-8-1868", "HOUR": "0 h.", "NAME": "GOBAUD Léon", "PLACE": "Nanteuil-en-Vallée (Charente)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25565	godeau-cyprien-1858-04-06	{"g55": "10-603"}	{"g55": "10-603"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cyprien", "family": "Godeau", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1858-04-06 08:00", "note": null, "place": {"c1": "", "c2": "44", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Nantes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Cyprien", "family": "Godeau", "nobility": ""}, "birth": {"date": "1858-04-06 08:00", "place": {"c1": "", "c2": "44", "c3": "", "cy": "FR", "name": "Nantes"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-603"}}, "raw": {"DAY": "6-4-1858", "HOUR": "8 h.", "NAME": "GODEAU Cyprien", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25566	godin-henri-1906-04-18	{"g55": "10-604"}	{"g55": "10-604"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Godin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1906-04-18 08:00", "note": null, "place": {"c1": "", "c2": "25", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Audeux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Godin", "nobility": ""}, "birth": {"date": "1906-04-18 08:00", "place": {"c1": "", "c2": "25", "c3": "", "cy": "FR", "name": "Audeux"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-604"}}, "raw": {"DAY": "18-4-1906", "HOUR": "8 h.", "NAME": "GODIN Henri", "PLACE": "Audeux (Doubs)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25567	gondre-achille-1856-03-29	{"g55": "10-605"}	{"g55": "10-605"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Achille", "family": "Gondre", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1856-03-29 21:30", "note": null, "place": {"c1": "", "c2": "76", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Rouen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Achille", "family": "Gondre", "nobility": ""}, "birth": {"date": "1856-03-29 21:30", "place": {"c1": "", "c2": "76", "c3": "", "cy": "FR", "name": "Rouen"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-605"}}, "raw": {"DAY": "29-3-1856", "HOUR": "21 h. 30", "NAME": "GONDRE Achille", "PLACE": "Rouen (Seine-Inférieure)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2017	lacroix-desire-1927-12-18	{"a1": "2019", "3a_sports": "2317", "cfepp-final3": "983"}	{"cfepp": "CF-983", "ertel": "ES-2317", "lerrcp": "A1-2019"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Désiré", "family": "Lacroix", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1927-12-18 21:00", "note": null, "place": {"c1": null, "c2": "39", "c3": "", "cy": "FR", "lg": 6.1375, "lat": 46.5328, "name": "Bois-d'Amont", "geoid": 3032067}, "notime": null, "date-ut": "1927-12-18 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"name": {"given": "Désiré", "family": "Lacroix"}, "birth": {"tzo": "+00:00", "date": "1927-12-18 21:00", "place": {"c2": "39", "cy": "FR", "lg": 6.1375, "lat": 46.5328, "name": "Bois-d'Amont", "geoid": 3032067}, "date-ut": "1927-12-18 21:00"}, "occus": ["skier"], "trust": 5, "partial_ids": {"lerrcp": "A1-2019"}, "ids-in-sources": {"a1": "2019"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "39", "COU": "F", "DAY": "18", "LAT": "46N40", "LON": "5E33", "MON": "12", "NUM": "2019", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "BOIS-D'AMONT"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-12-18 21:00"}, "partial-ids": {"ertel": "ES-2317"}}, "raw": {"L": "", "MF": "", "NR": "2317", "ENG": "", "MA_": "1", "G_NR": "2019", "MA12": "9", "MARS": "26", "NAME": "Lacroix", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,000", "CSINR": "", "KURTZ": "", "PHAS_": "31,600", "STUND": "21,00", "CFEPNR": "983", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Désiré", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.12.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1927-12-18 21:00", "place": {"c3": ""}, "date-ut": "1927-12-18 21:00"}, "occus": ["skier"], "ids-in-sources": {"cfepp-final3": "983"}}, "raw": {"S": "9", "LT": "21 00", "LV": "I", "TR": "f", "UT": "21 00", "LAT": "+46.53", "SRC": "A", "LONG": "-06.15", "NAME": "LACROIX Desire", "SPORT": "Skiing", "LOC_DATE": "1927 12 18", "UNIV_DATE": "1927 12 18", "BIRTH_PLACE": "BOIS D'AMONT", "POSTAL_CODE": "39220"}, "date": "2023-08-20T14:46:16+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
2019	panisset-georges-1929-12-30	{"a1": "2021", "3a_sports": "3136", "cfepp-final3": "993"}	{"cfepp": "CF-993", "ertel": "ES-3136", "lerrcp": "A1-2021"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Panisset", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1929-12-30 12:00", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": 6.12565, "lat": 45.90878, "name": "Annecy", "geoid": 3037543}, "notime": null, "date-ut": "1929-12-30 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Panisset"}, "birth": {"tzo": "+00:00", "date": "1929-12-30 12:00", "place": {"c2": "74", "cy": "FR", "lg": 6.12565, "lat": 45.90878, "name": "Annecy", "geoid": 3037543}, "date-ut": "1929-12-30 12:00"}, "occus": ["skier"], "trust": 5, "partial_ids": {"lerrcp": "A1-2021"}, "ids-in-sources": {"a1": "2021"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "74", "COU": "F", "DAY": "30", "LAT": "45N54", "LON": "6E 7", "MON": "12", "NUM": "2021", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "ANNECY"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-12-30 12:00"}, "partial-ids": {"ertel": "ES-3136"}}, "raw": {"L": "", "MF": "", "NR": "3136", "ENG": "1", "MA_": "2", "G_NR": "2021", "MA12": "4", "MARS": "11", "NAME": "Panisset", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,600", "CSINR": "", "KURTZ": "", "PHAS_": "1,000", "STUND": "12,00", "CFEPNR": "993", "EXTEND": "1", "NATION": "FRA", "TAGMON": "30.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.12.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1929-12-30 12:00", "place": {"c3": ""}, "date-ut": "1929-12-30 12:00"}, "occus": ["skier"], "ids-in-sources": {"cfepp-final3": "993"}}, "raw": {"S": "4", "LT": "12 00", "LV": "I", "TR": "f", "UT": "12 00", "LAT": "+45.91", "SRC": "A", "LONG": "-06.12", "NAME": "PANISSET Georges", "SPORT": "Skiing", "LOC_DATE": "1929 12 30", "UNIV_DATE": "1929 12 30", "BIRTH_PLACE": "ANNECY", "POSTAL_CODE": "74011 CEDEX"}, "date": "2023-08-20T14:46:16+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
25568	gontharet-claude-1846-09-18	{"g55": "10-606"}	{"g55": "10-606"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Gontharet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1846-09-18 01:00", "note": null, "place": {"c1": "", "c2": "73", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Peisey", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Gontharet", "nobility": ""}, "birth": {"date": "1846-09-18 01:00", "place": {"c1": "", "c2": "73", "c3": "", "cy": "FR", "name": "Peisey"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-606"}}, "raw": {"DAY": "18-9-1846", "HOUR": "1 h.", "NAME": "GONTHARET Claude", "PLACE": "Peisey (Savoie)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25569	gouault-pierre-1892-08-08	{"g55": "10-607"}	{"g55": "10-607"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Gouault", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1892-08-08 11:00", "note": null, "place": {"c1": "", "c2": "53", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Grez-en-Bouére", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Gouault", "nobility": ""}, "birth": {"date": "1892-08-08 11:00", "place": {"c1": "", "c2": "53", "c3": "", "cy": "FR", "name": "Grez-en-Bouére"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-607"}}, "raw": {"DAY": "8-8-1892", "HOUR": "11 h.", "NAME": "GOUAULT Pierre", "PLACE": "Grez-en-Bouére (Mayenne)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25570	goueslain-arsene-1858-08-18	{"g55": "10-608"}	{"g55": "10-608"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arsène", "family": "Goueslain", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1858-08-18 04:00", "note": null, "place": {"c1": "", "c2": "50", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Quettehou", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Arsène", "family": "Goueslain", "nobility": ""}, "birth": {"date": "1858-08-18 04:00", "place": {"c1": "", "c2": "50", "c3": "", "cy": "FR", "name": "Quettehou"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-608"}}, "raw": {"DAY": "18-8-1858", "HOUR": "4 h.", "NAME": "GOUESLAIN Arsène", "PLACE": "Quettehou (Manche)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25571	gouron-boisvert-ernest-1853-06-06	{"g55": "10-609"}	{"g55": "10-609"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Gouron-boisvert", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1853-06-06 20:00", "note": null, "place": {"c1": "", "c2": "85", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "La Roche-sur-Yon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Gouron-boisvert", "nobility": ""}, "birth": {"date": "1853-06-06 20:00", "place": {"c1": "", "c2": "85", "c3": "", "cy": "FR", "name": "La Roche-sur-Yon"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-609"}}, "raw": {"DAY": "6-6-1853", "HOUR": "20 h.", "NAME": "GOURON-BOISVERT Ernest", "PLACE": "La Roche-sur-Yon (Vend.)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2023	vignole-francois-1914-07-08	{"a1": "2025", "3a_sports": "4240"}	{"ertel": "ES-4240", "lerrcp": "A1-2025"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Vignole", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1914-07-08 22:00", "note": null, "place": {"c1": null, "c2": "65", "c3": null, "cy": "FR", "lg": -0.09161, "lat": 42.99444, "name": "Lau-Balagnas", "geoid": 3006086}, "notime": null, "date-ut": "1914-07-08 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"name": {"given": "François", "family": "Vignole"}, "birth": {"tzo": "+00:00", "date": "1914-07-08 22:00", "place": {"c2": "65", "cy": "FR", "lg": -0.09161, "lat": 42.99444, "name": "Lau-Balagnas", "geoid": 3006086}, "date-ut": "1914-07-08 22:00"}, "occus": ["skier"], "trust": 5, "partial_ids": {"lerrcp": "A1-2025"}, "ids-in-sources": {"a1": "2025"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "65", "COU": "F", "DAY": "8", "LAT": "43N14", "LON": "0E 5", "MON": "7", "NUM": "2025", "PRO": "C", "SEC": "0", "YEA": "1914", "CITY": "LAU-BALAGNAS"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1914-07-08 22:00"}, "partial-ids": {"ertel": "ES-4240"}}, "raw": {"L": "", "MF": "", "NR": "4240", "ENG": "", "MA_": "1", "G_NR": "2025", "MA12": "6", "MARS": "18", "NAME": "Vignole", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,300", "CSINR": "", "KURTZ": "", "PHAS_": "99,700", "STUND": "22,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Francois", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.07.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2021	penz-claude-1924-07-23	{"a1": "2023", "g55": "03-424", "3a_sports": "3209", "cfepp-final3": "995"}	{"g55": "03-424", "cfepp": "CF-995", "ertel": "ES-3209", "lerrcp": "A1-2023"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Penz", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1924-07-23 21:30", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": 6.20693, "lat": 46.1853, "name": "Gaillard", "geoid": 3016817}, "notime": null, "date-ut": "1924-07-23 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Penz"}, "birth": {"tzo": "+01:00", "date": "1924-07-23 21:30", "place": {"c2": "74", "cy": "FR", "lg": 6.20693, "lat": 46.1853, "name": "Gaillard", "geoid": 3016817}, "date-ut": "1924-07-23 20:30"}, "occus": ["skier"], "trust": 5, "partial_ids": {"lerrcp": "A1-2023"}, "ids-in-sources": {"a1": "2023"}}, "raw": {"H": "20", "MN": "30", "TZ": "0", "COD": "74", "COU": "F", "DAY": "23", "LAT": "45N54", "LON": "6E 7", "MON": "7", "NUM": "2023", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "GAILLARD"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-07-23 21:30"}, "partial-ids": {"ertel": "ES-3209"}}, "raw": {"L": "", "MF": "", "NR": "3209", "ENG": "0", "MA_": "2", "G_NR": "2023", "MA12": "12", "MARS": "36", "NAME": "Penz", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,800", "CSINR": "", "KURTZ": "", "PHAS_": "56,900", "STUND": "21,50", "CFEPNR": "995", "EXTEND": "1", "NATION": "FRA", "TAGMON": "23.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Claude", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "23.07.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1924-07-23 21:30", "place": {"c3": ""}, "date-ut": "1924-07-23 20:30"}, "occus": ["skier"], "ids-in-sources": {"cfepp-final3": "995"}}, "raw": {"S": "12", "LT": "21 30", "LV": "FI", "TR": "f", "UT": "20 30", "LAT": "+46.18", "SRC": "AG", "LONG": "-06.21", "NAME": "PENZ Claude", "SPORT": "Skiing", "LOC_DATE": "1924 07 23", "UNIV_DATE": "1924 07 23", "BIRTH_PLACE": "GAILLARD", "POSTAL_CODE": "74240"}, "date": "2023-08-20T14:46:16+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-424"}, "ids-in-source": {"g55": "03-424"}}, "raw": {"DAY": "23-7-1924", "HOUR": "21 h. 30", "NAME": "PENZ Claude", "PLACE": "Gaillard (Haute-Savoie)."}, "date": "2023-08-20T14:48:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25572	graffain-rene-1858-03-22	{"g55": "10-610"}	{"g55": "10-610"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Graffain", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1858-03-22 03:30", "note": null, "place": {"c1": "", "c2": "72", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Pontvallain", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "René", "family": "Graffain", "nobility": ""}, "birth": {"date": "1858-03-22 03:30", "place": {"c1": "", "c2": "72", "c3": "", "cy": "FR", "name": "Pontvallain"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-610"}}, "raw": {"DAY": "22-3-1858", "HOUR": "3 h. 30", "NAME": "GRAFFAIN René", "PLACE": "Pontvallain (Sarthe)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25573	grangeneuve-jean-baptiste-1881-07-27	{"g55": "10-611"}	{"g55": "10-611"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Baptiste", "family": "Grangeneuve", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1881-07-27 03:00", "note": null, "place": {"c1": "", "c2": "33", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Cestas", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean-Baptiste", "family": "Grangeneuve", "nobility": ""}, "birth": {"date": "1881-07-27 03:00", "place": {"c1": "", "c2": "33", "c3": "", "cy": "FR", "name": "Cestas"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-611"}}, "raw": {"DAY": "27-7-1881", "HOUR": "3 h.", "NAME": "GRANGENEUVE Jean-Baptiste", "PLACE": "Cestas (Gironde)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25574	granier-marius-1856-03-17	{"g55": "10-612"}	{"g55": "10-612"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marius", "family": "Granier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1856-03-17 02:00", "note": null, "place": {"c1": "", "c2": "30", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Tavel", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Marius", "family": "Granier", "nobility": ""}, "birth": {"date": "1856-03-17 02:00", "place": {"c1": "", "c2": "30", "c3": "", "cy": "FR", "name": "Tavel"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-612"}}, "raw": {"DAY": "17-3-1856", "HOUR": "2 h.", "NAME": "GRANIER Marius", "PLACE": "Tavel (Gard)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25575	grappin-emile-1882-09-15	{"g55": "10-613"}	{"g55": "10-613"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Grappin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1882-09-15 12:00", "note": null, "place": {"c1": "", "c2": "93", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Ouen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Grappin", "nobility": ""}, "birth": {"date": "1882-09-15 12:00", "place": {"c1": "", "c2": "93", "c3": "", "cy": "FR", "name": "Saint-Ouen"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-613"}}, "raw": {"DAY": "15-9-1882", "HOUR": "12 h.", "NAME": "GRAPPIN Emile", "PLACE": "Saint-Ouen (Seine)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2028	chevallier-bernard-1912-10-04	{"a1": "2030", "3a_sports": "993", "cfepp-final3": "1007"}	{"cfepp": "CF-1007", "cpara": "CP-114", "ertel": "ES-993", "lerrcp": "A1-2030"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Chevallier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1912-10-04 08:20", "note": null, "place": {"c1": null, "c2": "28", "c3": "", "cy": "FR", "lg": 1.48925, "lat": 48.44685, "name": "Chartres", "geoid": 3026467}, "notime": null, "date-ut": "1912-10-04 08:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["equestrian"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Chevallier"}, "birth": {"tzo": "+00:00", "date": "1912-10-04 20:20", "place": {"c2": "28", "cy": "FR", "lg": 1.48925, "lat": 48.44685, "name": "Chartres", "geoid": 3026467}, "date-ut": "1912-10-04 20:20"}, "occus": ["equestrian"], "trust": 5, "partial_ids": {"lerrcp": "A1-2030"}, "ids-in-sources": {"a1": "2030"}}, "raw": {"H": "20", "MN": "20", "TZ": "0", "COD": "28", "COU": "F", "DAY": "4", "LAT": "48N27", "LON": "1E30", "MON": "10", "NUM": "2030", "PRO": "C", "SEC": "0", "YEA": "1912", "CITY": "CHARTRES"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1912-10-04 20:20"}, "partial-ids": {"ertel": "ES-993"}}, "raw": {"L": "", "MF": "", "NR": "993", "ENG": "", "MA_": "0", "G_NR": "2030", "MA12": "8", "MARS": "22", "NAME": "Chevallier", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,20", "CSINR": "", "KURTZ": "", "PHAS_": "48,600", "STUND": "20,33", "CFEPNR": "1007", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.10.", "ZITATE": "DKS", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "114", "VORNAME": "Bernard", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "04.10.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "HORS", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "chevallier-bernard-1912-10-04", "birth": {"date": "1912-10-04 08:20", "place": {"c3": ""}, "date-ut": "1912-10-04 08:20"}, "occus": ["equestrian"], "ids-in-sources": {"cfepp-final3": "1007"}}, "raw": {"S": "1", "LT": "08 20", "LV": "O", "TR": "f", "UT": "08 20", "LAT": "+48.45", "SRC": "AL", "LONG": "-01.49", "NAME": "CHEVALLIER Bernard", "SPORT": "Equestrian Sports", "LOC_DATE": "1912 10 04", "UNIV_DATE": "1912 10 04", "BIRTH_PLACE": "CHARTRES", "POSTAL_CODE": "28019 CEDEX"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
2030	gudin-de-vallerin-maurice-1897-03-15	{"a1": "2032", "g55": "03-429", "3a_sports": "1996"}	{"g55": "03-429", "ertel": "ES-1996", "lerrcp": "A1-2032"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Gudin De Vallerin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1897-03-15 15:30", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.04904, "lat": 49.27818, "name": "Montherlant", "geoid": 2992496}, "notime": null, "date-ut": "1897-03-15 15:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["equestrian"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Gudin De Vallerin"}, "birth": {"tzo": "+00:09:21", "date": "1897-03-15 15:30", "place": {"c2": "60", "cy": "FR", "lg": 2.04904, "lat": 49.27818, "name": "Montherlant", "geoid": 2992496}, "date-ut": "1897-03-15 15:20:40"}, "occus": ["equestrian"], "trust": 5, "partial_ids": {"lerrcp": "A1-2032"}, "ids-in-sources": {"a1": "2032"}}, "raw": {"H": "15", "MN": "20", "TZ": "0", "COD": "60", "COU": "F", "DAY": "15", "LAT": "49N26", "LON": "2E 5", "MON": "3", "NUM": "2032", "PRO": "C", "SEC": "40", "YEA": "1897", "CITY": "MONTHERLANT"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1897-03-15 15:30"}, "partial-ids": {"ertel": "ES-1996"}}, "raw": {"L": "", "MF": "", "NR": "1996", "ENG": "", "MA_": "1", "G_NR": "2032", "MA12": "2", "MARS": "6", "NAME": "Gudin de Vallerin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,700", "CSINR": "", "KURTZ": "", "PHAS_": "81,500", "STUND": "15,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Maurice", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "15.03.1897", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "HORS", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-429"}, "ids-in-source": {"g55": "03-429"}}, "raw": {"DAY": "15-3-1897", "HOUR": "15 h. 30", "NAME": "GUDIN de VALLERIN Maurice", "PLACE": "Montherlant (O.)."}, "date": "2023-08-20T14:48:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25576	gregoire-gaston-1860-12-02	{"g55": "10-614"}	{"g55": "10-614"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Gregoire", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1860-12-02 17:30.", "note": null, "place": {"c1": "", "c2": "55", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Vaucouleurs", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Gregoire", "nobility": ""}, "birth": {"date": "1860-12-02 17:30.", "place": {"c1": "", "c2": "55", "c3": "", "cy": "FR", "name": "Vaucouleurs"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-614"}}, "raw": {"DAY": "2-12-1860", "HOUR": "17 h. 30.", "NAME": "GREGOIRE Gaston", "PLACE": "Vaucouleurs (Meuse)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25577	gressin-francois-1844-02-01	{"g55": "10-615"}	{"g55": "10-615"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Gressin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1844-02-01 23:00", "note": null, "place": {"c1": "", "c2": "18", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Ménétou-Couture", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "François", "family": "Gressin", "nobility": ""}, "birth": {"date": "1844-02-01 23:00", "place": {"c1": "", "c2": "18", "c3": "", "cy": "FR", "name": "Ménétou-Couture"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-615"}}, "raw": {"DAY": "1-2-1844", "HOUR": "23 h.", "NAME": "GRESSIN François", "PLACE": "Ménétou-Couture (Cher)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25578	gros-marie-1878-01-01	{"g55": "10-616"}	{"g55": "10-616"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Gros", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1878-01-01 02:00", "note": null, "place": {"c1": "", "c2": "25", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Besançon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Gros", "nobility": ""}, "birth": {"date": "1878-01-01 02:00", "place": {"c1": "", "c2": "25", "c3": "", "cy": "FR", "name": "Besançon"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-616"}}, "raw": {"DAY": "1-1-1878", "HOUR": "2 h.", "NAME": "GROS Marie", "PLACE": "Besançon (Doubs)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2035	royer-dupre-henry-1876-09-09	{"a1": "2037", "g55": "03-433", "3a_sports": "3614"}	{"g55": "03-433", "ertel": "ES-3614", "lerrcp": "A1-2037"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Royer-Dupre", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:05:57", "date": "1876-09-09 15:30", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 1.48925, "lat": 48.44685, "name": "Chartres", "geoid": 3026467}, "notime": null, "date-ut": "1876-09-09 15:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["equestrian"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Royer-Dupre"}, "birth": {"tzo": "+00:05:57", "date": "1876-09-09 15:30", "place": {"c2": "28", "cy": "FR", "lg": 1.48925, "lat": 48.44685, "name": "Chartres", "geoid": 3026467}, "date-ut": "1876-09-09 15:24"}, "occus": ["equestrian"], "trust": 5, "partial_ids": {"lerrcp": "A1-2037"}, "ids-in-sources": {"a1": "2037"}}, "raw": {"H": "15", "MN": "24", "TZ": "0", "COD": "28", "COU": "F", "DAY": "9", "LAT": "48N27", "LON": "1E30", "MON": "9", "NUM": "2037", "PRO": "C", "SEC": "0", "YEA": "1876", "CITY": "CHARTRES"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1876-09-09 15:30"}, "partial-ids": {"ertel": "ES-3614"}}, "raw": {"L": "", "MF": "", "NR": "3614", "ENG": "", "MA_": "0", "G_NR": "2037", "MA12": "5", "MARS": "15", "NAME": "Royer-Dupré", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,000", "CSINR": "", "KURTZ": "", "PHAS_": "73,600", "STUND": "15,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "09.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Henry", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "09.09.1876", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "HORS", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-433"}, "ids-in-source": {"g55": "03-433"}}, "raw": {"DAY": "9-9-1876", "HOUR": "15 h. 30", "NAME": "ROYER (de) Henri Cl.", "PLACE": "Chartres (Eure-et-Loire)."}, "date": "2023-08-20T14:48:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25579	guenard-theophile-1860-05-09	{"g55": "10-617"}	{"g55": "10-617"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Théophile", "family": "Guenard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1860-05-09 09:00", "note": null, "place": {"c1": "", "c2": "35", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Georges-de-Chesne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Théophile", "family": "Guenard", "nobility": ""}, "birth": {"date": "1860-05-09 09:00", "place": {"c1": "", "c2": "35", "c3": "", "cy": "FR", "name": "Saint-Georges-de-Chesne"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-617"}}, "raw": {"DAY": "9-5-1860", "HOUR": "9 h.", "NAME": "GUENARD Théophile", "PLACE": "Saint-Georges-de-Chesne (I.-et-V.)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2033	lesage-xavier-1885-10-25	{"a1": "2035", "g55": "03-431", "3a_sports": "2467", "cfepp-final3": "1015"}	{"g55": "03-431", "cfepp": "CF-1015", "cpara": "CP-281", "ertel": "ES-2467", "lerrcp": "A1-2035"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Xavier", "family": "Lesage", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:10:40", "date": "1885-10-25 08:30", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Moret", "geoid": 0}, "notime": null, "date-ut": "1885-10-25 08:19"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["equestrian"]	5	null	[{"new": {"name": {"given": "Xavier", "family": "Lesage"}, "birth": {"tzo": "+00:10:40", "date": "1885-10-25 08:30", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Moret", "geoid": 0}, "date-ut": "1885-10-25 08:19:20"}, "occus": ["equestrian"], "trust": 5, "partial_ids": {"lerrcp": "A1-2035"}, "ids-in-sources": {"a1": "2035"}}, "raw": {"H": "8", "MN": "19", "TZ": "0", "COD": "77", "COU": "F", "DAY": "25", "LAT": "48N33", "LON": "2E40", "MON": "10", "NUM": "2035", "PRO": "C", "SEC": "20", "YEA": "1885", "CITY": "MORET"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1885-10-25 08:30"}, "partial-ids": {"ertel": "ES-2467"}}, "raw": {"L": "", "MF": "", "NR": "2467", "ENG": "1", "MA_": "2", "G_NR": "2035", "MA12": "4", "MARS": "11", "NAME": "Lesage", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,500", "CSINR": "", "KURTZ": "", "PHAS_": "98,400", "STUND": "8,50", "CFEPNR": "1015", "EXTEND": "1", "NATION": "FRA", "TAGMON": "25.10.", "ZITATE": "DKS", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "281", "VORNAME": "Xavier", "ZITRANG": "4", "GAUQ1955": "+", "GEBDATUM": "25.10.1885", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "HORS", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1885-10-25 08:30", "place": {"c3": ""}, "date-ut": "1885-10-25 08:19"}, "occus": ["equestrian"], "ids-in-sources": {"cfepp-final3": "1015"}}, "raw": {"S": "4", "LT": "08 30", "LV": "O", "TR": "f", "UT": "08 19", "LAT": "+48.37", "SRC": "LG", "LONG": "-02.82", "NAME": "LESAGE Xavier", "SPORT": "Equestrian Sports", "LOC_DATE": "1885 10 25", "UNIV_DATE": "1885 10 25", "BIRTH_PLACE": "MORET SUR LOING", "POSTAL_CODE": "77250"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Moret"}}, "partial-ids": {"g55": "03-431"}, "ids-in-source": {"g55": "03-431"}}, "raw": {"DAY": "25-10-1885", "HOUR": "8 h. 30", "NAME": "LESAGE Xavier", "PLACE": "Moret (Seine-et-Marne)."}, "date": "2023-08-20T14:48:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25580	guerin-louis-1874-01-20	{"g55": "10-618"}	{"g55": "10-618"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Guerin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1874-01-20 10:00", "note": null, "place": {"c1": "", "c2": "86", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Châtellerault", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Guerin", "nobility": ""}, "birth": {"date": "1874-01-20 10:00", "place": {"c1": "", "c2": "86", "c3": "", "cy": "FR", "name": "Châtellerault"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-618"}}, "raw": {"DAY": "20-1-1874", "HOUR": "10 h.", "NAME": "GUERIN Louis", "PLACE": "Châtellerault (Vienne)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25581	guilbeault-paul-1908-08-23	{"g55": "10-619"}	{"g55": "10-619"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Guilbeault", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1908-08-23 14:00", "note": null, "place": {"c1": "", "c2": "49", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Vandermont", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Guilbeault", "nobility": ""}, "birth": {"date": "1908-08-23 14:00", "place": {"c1": "", "c2": "49", "c3": "", "cy": "FR", "name": "Vandermont"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-619"}}, "raw": {"DAY": "23-8-1908", "HOUR": "14 h.", "NAME": "GUILBEAULT Paul", "PLACE": "Vandermont (Maine-et-Loire)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25582	guillon-georges-1849-05-05	{"g55": "10-620"}	{"g55": "10-620"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Guillon", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1849-05-05 05:00", "note": null, "place": {"c1": "", "c2": "78", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Germain-en-Laye", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Guillon", "nobility": ""}, "birth": {"date": "1849-05-05 05:00", "place": {"c1": "", "c2": "78", "c3": "", "cy": "FR", "name": "Saint-Germain-en-Laye"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-620"}}, "raw": {"DAY": "5-5-1849", "HOUR": "5 h.", "NAME": "GUILLON Georges", "PLACE": "Saint-Germain-en-Laye (S.-et-O.)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25583	halot-arsene-1877-07-29	{"g55": "10-621"}	{"g55": "10-621"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arsène", "family": "Halot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1877-07-29 12:00", "note": null, "place": {"c1": "", "c2": "44", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Nantes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Arsène", "family": "Halot", "nobility": ""}, "birth": {"date": "1877-07-29 12:00", "place": {"c1": "", "c2": "44", "c3": "", "cy": "FR", "name": "Nantes"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-621"}}, "raw": {"DAY": "29-7-1877", "HOUR": "12 h.", "NAME": "HALOT Arsène", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2038	revoyaz-paul-1916-09-19	{"a1": "2040", "3a_sports": "3482"}	{"ertel": "ES-3482", "lerrcp": "A1-2040"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Revoyaz", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1916-09-19 02:00", "note": null, "place": {"c1": null, "c2": "74", "c3": null, "cy": "FR", "lg": 6.11667, "lat": 45.9, "name": "Chamonix", "geoid": 0}, "notime": null, "date-ut": "1916-09-19 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["winter-sports-practitioner"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Revoyaz"}, "birth": {"tzo": "+01:00", "date": "1916-09-19 02:00", "place": {"c2": "74", "cy": "FR", "lg": 6.11667, "lat": 45.9, "name": "Chamonix", "geoid": 0}, "date-ut": "1916-09-19 01:00"}, "occus": ["winter-sports-practitioner"], "trust": 5, "partial_ids": {"lerrcp": "A1-2040"}, "ids-in-sources": {"a1": "2040"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "74", "COU": "F", "DAY": "19", "LAT": "45N54", "LON": "6E 7", "MON": "9", "NUM": "2040", "PRO": "C", "SEC": "0", "YEA": "1916", "CITY": "CHAMONIX"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1916-09-19 02:00"}, "partial-ids": {"ertel": "ES-3482"}}, "raw": {"L": "", "MF": "", "NR": "3482", "ENG": "", "MA_": "1", "G_NR": "2040", "MA12": "9", "MARS": "26", "NAME": "Revoyaz", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "52,400", "STUND": "2,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "19.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Paul", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.09.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "ICES", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2036	giletti-alain-1939-09-11	{"a1": "2038", "3a_sports": "1862", "cfepp-final3": "708"}	{"cfepp": "CF-708", "cpara": "CP-206", "ertel": "ES-1862", "lerrcp": "A1-2038"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Giletti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1939-09-11 07:45", "note": null, "place": {"c1": null, "c2": "01", "c3": "", "cy": "FR", "lg": 5.21667, "lat": 46.2, "name": "Bourg", "geoid": 0}, "notime": null, "date-ut": "1939-09-11 06:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["figure-skater"]	5	null	[{"new": {"name": {"given": "Alain", "family": "Giletti"}, "birth": {"tzo": "+01:00", "date": "1939-11-09 07:45", "place": {"c2": "01", "cy": "FR", "lg": 5.21667, "lat": 46.2, "name": "Bourg", "geoid": 0}, "date-ut": "1939-11-09 06:45"}, "occus": ["winter-sports-practitioner"], "trust": 5, "partial_ids": {"lerrcp": "A1-2038"}, "ids-in-sources": {"a1": "2038"}}, "raw": {"H": "6", "MN": "45", "TZ": "0", "COD": "01", "COU": "F", "DAY": "9", "LAT": "46N12", "LON": "5E13", "MON": "11", "NUM": "2038", "PRO": "C", "SEC": "0", "YEA": "1939", "CITY": "BOURG"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1939-11-09 07:45"}, "partial-ids": {"ertel": "ES-1862"}}, "raw": {"L": "", "MF": "", "NR": "1862", "ENG": "", "MA_": "1", "G_NR": "2038", "MA12": "10", "MARS": "28", "NAME": "Giletti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,100", "CSINR": "", "KURTZ": "", "PHAS_": "7,100", "STUND": "7,75", "CFEPNR": "708", "EXTEND": "", "NATION": "FRA", "TAGMON": "09.11.", "ZITATE": "DHSF", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "206", "VORNAME": "Alain", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "09.11.1939", "GQBECORR": "c", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "ICES", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "giletti-alain-1939-09-11", "birth": {"date": "1939-09-11 07:45", "place": {"c3": ""}, "date-ut": "1939-09-11 06:45"}, "occus": ["figure-skater"], "ids-in-sources": {"cfepp-final3": "708"}}, "raw": {"S": "9", "LT": "07 45", "LV": "M", "TR": "f", "UT": "06 45", "LAT": "+46.20", "SRC": "L", "LONG": "-05.22", "NAME": "GILETTI Alain", "SPORT": "Figure Skating", "LOC_DATE": "1939 09 11", "UNIV_DATE": "1939 09 11", "BIRTH_PLACE": "BOURG EN BRESSE", "POSTAL_CODE": "01012 CEDEX"}, "date": "2023-08-20T14:46:10+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
25584	haubois-marie-j-1866-11-21	{"g55": "10-622"}	{"g55": "10-622"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie-J.", "family": "Haubois", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1866-11-21 19:30", "note": null, "place": {"c1": "", "c2": "02", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Soissons", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Marie-J.", "family": "Haubois", "nobility": ""}, "birth": {"date": "1866-11-21 19:30", "place": {"c1": "", "c2": "02", "c3": "", "cy": "FR", "name": "Soissons"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-622"}}, "raw": {"DAY": "21-11-1866", "HOUR": "19 h. 30", "NAME": "HAUBOIS Marie-J.", "PLACE": "Soissons (Aisne)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25585	herbert-theodore-1859-11-09	{"g55": "10-623"}	{"g55": "10-623"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Théodore", "family": "Herbert", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1859-11-09 00:00", "note": null, "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Haguenau", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Théodore", "family": "Herbert", "nobility": ""}, "birth": {"date": "1859-11-09 00:00", "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "name": "Haguenau"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-623"}}, "raw": {"DAY": "9-11-1859", "HOUR": "0 h.", "NAME": "HERBERT Théodore", "PLACE": "Haguenau (Haut-Rhin)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25586	hermeline-charles-1867-03-27	{"g55": "10-624"}	{"g55": "10-624"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Hermeline", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1867-03-27 02:00", "note": null, "place": {"c1": "", "c2": "28", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Dancy", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Hermeline", "nobility": ""}, "birth": {"date": "1867-03-27 02:00", "place": {"c1": "", "c2": "28", "c3": "", "cy": "FR", "name": "Dancy"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-624"}}, "raw": {"DAY": "27-3-1867", "HOUR": "2 h.", "NAME": "HERMELINE Charles", "PLACE": "Dancy (Eure-et-Loire)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2042	blanchy-francois-1886-12-12	{"a1": "2044", "g55": "03-444", "3a_sports": "468", "cfepp-final3": "1020"}	{"g55": "03-444", "cfepp": "CF-1020", "ertel": "ES-468", "lerrcp": "A1-2044"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Blanchy", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-00:02:19", "date": "1886-12-12 09:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1886-12-12 09:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "François", "family": "Blanchy"}, "birth": {"tzo": "-00:02:19", "date": "1886-12-12 08:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1886-12-12 08:57:36"}, "occus": ["tennis-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-2044"}, "ids-in-sources": {"a1": "2044"}}, "raw": {"H": "8", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "12", "LAT": "44N50", "LON": "0W34", "MON": "12", "NUM": "2044", "PRO": "C", "SEC": "36", "YEA": "1886", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1886-12-12 09:00"}, "partial-ids": {"ertel": "ES-468"}}, "raw": {"L": "", "MF": "", "NR": "468", "ENG": "0", "MA_": "2", "G_NR": "2044", "MA12": "12", "MARS": "36", "NAME": "Blanchy", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,200", "CSINR": "", "KURTZ": "", "PHAS_": "99,400", "STUND": "9,00", "CFEPNR": "1020", "EXTEND": "1", "NATION": "FRA", "TAGMON": "12.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Francois", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "12.12.1886", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:56+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1886-12-12 09:00", "place": {"c3": ""}, "date-ut": "1886-12-12 09:02"}, "occus": ["tennis-player"], "ids-in-sources": {"cfepp-final3": "1020"}}, "raw": {"S": "12", "LT": "09 00", "LV": "FI", "TR": "f", "UT": "09 02", "LAT": "+44.84", "SRC": "AG", "LONG": "+00.57", "NAME": "BLANCHY Francois", "SPORT": "Tennis", "LOC_DATE": "1886 12 12", "UNIV_DATE": "1886 12 12", "BIRTH_PLACE": "BORDEAUX", "POSTAL_CODE": "33077 CEDEX"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-444"}, "ids-in-source": {"g55": "03-444"}}, "raw": {"DAY": "12-12-1886", "HOUR": "9 h.", "NAME": "BLANCHY Francois", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:48:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
2045	boussus-christian-1908-03-05	{"a1": "2047", "g55": "03-447", "3a_sports": "622", "cfepp-final3": "1022"}	{"g55": "03-447", "cfepp": "CF-1022", "cpara": "CP-78", "ertel": "ES-622", "lerrcp": "A1-2047"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Boussus", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1908-03-05 05:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 6.12857, "lat": 43.12038, "name": "Hyères", "geoid": 3012937}, "notime": null, "date-ut": "1908-03-05 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Christian", "family": "Boussus"}, "birth": {"tzo": "+00:09:21", "date": "1908-03-05 05:00", "place": {"c2": "83", "cy": "FR", "lg": 6.12857, "lat": 43.12038, "name": "Hyères", "geoid": 3012937}, "date-ut": "1908-03-05 04:50:40"}, "occus": ["tennis-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-2047"}, "ids-in-sources": {"a1": "2047"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "83", "COU": "F", "DAY": "5", "LAT": "43N32", "LON": "6E28", "MON": "3", "NUM": "2047", "PRO": "C", "SEC": "40", "YEA": "1908", "CITY": "HYERES"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1908-03-05 05:00"}, "partial-ids": {"ertel": "ES-622"}}, "raw": {"L": "", "MF": "", "NR": "622", "ENG": "", "MA_": "1", "G_NR": "2047", "MA12": "11", "MARS": "31", "NAME": "Boussos", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,700", "CSINR": "", "KURTZ": "", "PHAS_": "7,000", "STUND": "5,00", "CFEPNR": "1022", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "78", "VORNAME": "Christian", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "05.03.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1908-03-05 05:00", "place": {"c3": ""}, "date-ut": "1908-03-05 04:51"}, "occus": ["tennis-player"], "ids-in-sources": {"cfepp-final3": "1022"}}, "raw": {"S": "11", "LT": "05 00", "LV": "I", "TR": "f", "UT": "04 51", "LAT": "+43.12", "SRC": "ALG", "LONG": "-06.13", "NAME": "BOUSSUS Christian", "SPORT": "Tennis", "LOC_DATE": "1908 03 05", "UNIV_DATE": "1908 03 05", "BIRTH_PLACE": "HYERES", "POSTAL_CODE": "83412 CEDEX"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-447"}, "ids-in-source": {"g55": "03-447"}}, "raw": {"DAY": "5-3-1908", "HOUR": "5 h.", "NAME": "BOUSSUS Christian", "PLACE": "Hyéres (Var). Ase"}, "date": "2023-08-20T14:48:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25587	herscher-sebastien-1853-10-29	{"g55": "10-625"}	{"g55": "10-625"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sébastien", "family": "Herscher", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1853-10-29 22:00", "note": null, "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Hettenschlag", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Sébastien", "family": "Herscher", "nobility": ""}, "birth": {"date": "1853-10-29 22:00", "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "name": "Hettenschlag"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-625"}}, "raw": {"DAY": "29-10-1853", "HOUR": "22 h.", "NAME": "HERSCHER Sébastien", "PLACE": "Hettenschlag (Haut-Rhin)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25588	houdard-maurice-1896-10-04	{"g55": "10-626"}	{"g55": "10-626"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Houdard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1896-10-04 04:00", "note": null, "place": {"c1": "", "c2": "02", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Crépy-en-Léonnois", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Houdard", "nobility": ""}, "birth": {"date": "1896-10-04 04:00", "place": {"c1": "", "c2": "02", "c3": "", "cy": "FR", "name": "Crépy-en-Léonnois"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-626"}}, "raw": {"DAY": "4-10-1896", "HOUR": "4 h.", "NAME": "HOUDARD Maurice", "PLACE": "Crépy-en-Léonnois (Aisne)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25589	husson-henri-1890-08-17	{"g55": "10-627"}	{"g55": "10-627"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Husson", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1890-08-17 09:30", "note": null, "place": {"c1": "", "c2": "25", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Besançon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Husson", "nobility": ""}, "birth": {"date": "1890-08-17 09:30", "place": {"c1": "", "c2": "25", "c3": "", "cy": "FR", "name": "Besançon"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-627"}}, "raw": {"DAY": "’ 17-8-1890", "HOUR": "9 h. 30", "NAME": "HUSSON Henri", "PLACE": "Besançon (Doubs)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25590	imbert-marie-l-1854-07-09	{"g55": "10-628"}	{"g55": "10-628"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie-L.", "family": "Imbert", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1854-07-09 13:00", "note": null, "place": {"c1": "", "c2": "63", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Clermont-Ferrand", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Marie-L.", "family": "Imbert", "nobility": ""}, "birth": {"date": "1854-07-09 13:00", "place": {"c1": "", "c2": "63", "c3": "", "cy": "FR", "name": "Clermont-Ferrand"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-628"}}, "raw": {"DAY": "9-7-1854", "HOUR": "13 h.", "NAME": "IMBERT Marie-L.", "PLACE": "Clermont-Ferrand (Puy-de-Dôme)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25591	jacquemot-ernest-1859-06-07	{"g55": "10-629"}	{"g55": "10-629"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Jacquemot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1859-06-07 05:00", "note": null, "place": {"c1": "", "c2": "55", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Mouilly", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Jacquemot", "nobility": ""}, "birth": {"date": "1859-06-07 05:00", "place": {"c1": "", "c2": "55", "c3": "", "cy": "FR", "name": "Mouilly"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-629"}}, "raw": {"DAY": "7-6-1859", "HOUR": "5 h.", "NAME": "JACQUEMOT Ernest", "PLACE": "Mouilly (Meuse)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2050	desloges-suzanne-1901-12-14	{"a1": "2052", "3a_sports": "1375", "cfepp-final3": "1114"}	{"cfepp": "CF-1114", "ertel": "ES-1375", "lerrcp": "A1-2052"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Suzanne", "family": "Desloges", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:09:21", "date": "1901-12-14 23:05", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1901-12-14 22:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Suzanne", "family": "Desloges"}, "birth": {"tzo": "+00:09:21", "date": "1901-12-14 23:50", "place": {"c2": "92", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1901-12-14 23:40:40"}, "occus": ["tennis-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-2052"}, "ids-in-sources": {"a1": "2052"}}, "raw": {"H": "23", "MN": "40", "TZ": "0", "COD": "92", "COU": "F", "DAY": "14", "LAT": "48N50", "LON": "2E11", "MON": "12", "NUM": "2052", "PRO": "C", "SEC": "40", "YEA": "1901", "CITY": "NEUILLY-S-SEINE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "F", "birth": {"date": "1901-12-14 23:50"}, "partial-ids": {"ertel": "ES-1375"}}, "raw": {"L": "", "MF": "F", "NR": "1375", "ENG": "", "MA_": "1", "G_NR": "2052", "MA12": "9", "MARS": "26", "NAME": "Desloges", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,400", "CSINR": "", "KURTZ": "", "PHAS_": "7,800", "STUND": "23,83", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "14.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Suzanne", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.12.1901", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:09+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "desloges-suzanne-1901-12-14", "birth": {"date": "1901-12-14 23:05", "place": {"c3": ""}, "date-ut": "1901-12-14 22:56"}, "occus": ["tennis-player"], "ids-in-sources": {"cfepp-final3": "1114"}}, "raw": {"S": "9", "LT": "23 05", "LV": "I", "TR": "f", "UT": "22 56", "LAT": "+48.89", "SRC": "A   F", "LONG": "-02.27", "NAME": "DESLOGE-DEVE Suzanne", "SPORT": "Tennis", "LOC_DATE": "1901 12 14", "UNIV_DATE": "1901 12 14", "BIRTH_PLACE": "NEUILLY SUR SEINE", "POSTAL_CODE": "92200"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
2048	cochet-henri-1901-12-14	{"a1": "2050", "g55": "03-449", "3a_sports": "1043"}	{"g55": "03-449", "cpara": "CP-121", "ertel": "ES-1043", "lerrcp": "A1-2050"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Cochet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1901-12-14 11:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.8795, "lat": 45.76601, "name": "Villeurbanne", "geoid": 2968254}, "notime": null, "date-ut": "1901-12-14 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Cochet"}, "birth": {"tzo": "+00:09:21", "date": "1901-12-14 11:00", "place": {"c2": "69", "cy": "FR", "lg": 4.8795, "lat": 45.76601, "name": "Villeurbanne", "geoid": 2968254}, "date-ut": "1901-12-14 10:50:40"}, "occus": ["tennis-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-2050"}, "ids-in-sources": {"a1": "2050"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "69", "COU": "F", "DAY": "14", "LAT": "45N46", "LON": "4E50", "MON": "12", "NUM": "2050", "PRO": "C", "SEC": "40", "YEA": "1901", "CITY": "VILLEURBANNE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1901-12-14 11:00"}, "partial-ids": {"ertel": "ES-1043"}}, "raw": {"L": "", "MF": "", "NR": "1043", "ENG": "", "MA_": "1", "G_NR": "2050", "MA12": "2", "MARS": "4", "NAME": "Cochet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,400", "CSINR": "", "KURTZ": "p", "PHAS_": "7,800", "STUND": "11,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "14.12.", "ZITATE": "DJKS", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "121", "VORNAME": "Henri", "ZITRANG": "5", "GAUQ1955": "+", "GEBDATUM": "14.12.1901", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-449"}, "ids-in-source": {"g55": "03-449"}}, "raw": {"DAY": "14-12-1901", "HOUR": "11 h.", "NAME": "COCHET Henri", "PLACE": "Villeurbanne (Rhône)."}, "date": "2023-08-20T14:48:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25592	jacques-gustave-1852-07-04	{"g55": "10-630"}	{"g55": "10-630"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Jacques", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1852-07-04 17:30", "note": null, "place": {"c1": "", "c2": "08", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Carignan", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Jacques", "nobility": ""}, "birth": {"date": "1852-07-04 17:30", "place": {"c1": "", "c2": "08", "c3": "", "cy": "FR", "name": "Carignan"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-630"}}, "raw": {"DAY": "4-7-1852", "HOUR": "17 h. 30", "NAME": "JACQUES Gustave", "PLACE": "Carignan (Ardennes)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
17867	bouscat-rene-1891-09-07	{"e1": "235"}	{"lerrcp": "E1-235"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Bouscat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1891-09-07 23:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 2.75577, "lat": 42.6322, "name": "Thuir", "geoid": 2972665}, "notime": null, "date-ut": "1891-09-07 22:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "René", "family": "Bouscat"}, "birth": {"tzo": "+00:09", "date": "1891-09-07 23:00", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": 2.75577, "lat": 42.6322, "name": "Thuir", "geoid": 2972665}, "date-ut": "1891-09-07 22:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "235"}}, "raw": {"H": "23:00", "COD": "66", "DAY": "07", "MON": "09", "NUM": "0235", "PRO": "MI", "YEA": "1891", "CITY": "Thuir", "NAME": "BOUSCAT René", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
25593	jacquet-marie-b-1849-01-26	{"g55": "10-631"}	{"g55": "10-631"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie-B.", "family": "Jacquet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1849-01-26 18:00", "note": null, "place": {"c1": "", "c2": "54", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Frolois", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Marie-B.", "family": "Jacquet", "nobility": ""}, "birth": {"date": "1849-01-26 18:00", "place": {"c1": "", "c2": "54", "c3": "", "cy": "FR", "name": "Frolois"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-631"}}, "raw": {"DAY": "26-1-1849", "HOUR": "18 h.", "NAME": "JACQUET Marie-B.", "PLACE": "Frolois (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2054	gremillet-georges-1921-05-02	{"a1": "2056", "g55": "03-452", "3a_sports": "1958"}	{"g55": "03-452", "ertel": "ES-1958", "lerrcp": "A1-2056"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Gremillet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1921-05-02 18:30", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Sainte-Foy", "geoid": 0}, "notime": null, "date-ut": "1921-05-02 17:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Gremillet"}, "birth": {"tzo": "+01:00", "date": "1921-05-02 18:30", "place": {"c2": "69", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Sainte-Foy", "geoid": 0}, "date-ut": "1921-05-02 17:30"}, "occus": ["tennis-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-2056"}, "ids-in-sources": {"a1": "2056"}}, "raw": {"H": "17", "MN": "30", "TZ": "0", "COD": "69", "COU": "F", "DAY": "2", "LAT": "45N46", "LON": "4E50", "MON": "5", "NUM": "2056", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "STE-FOY"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-05-02 18:30"}, "partial-ids": {"ertel": "ES-1958"}}, "raw": {"L": "", "MF": "", "NR": "1958", "ENG": "", "MA_": "0", "G_NR": "2056", "MA12": "5", "MARS": "15", "NAME": "Gremillet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,300", "CSINR": "", "KURTZ": "", "PHAS_": "33,000", "STUND": "18,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "02.05.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Sainte-Foy"}}, "partial-ids": {"g55": "03-452"}, "ids-in-source": {"g55": "03-452"}}, "raw": {"DAY": "2-5-1921", "HOUR": "18 h. 30", "NAME": "GREMILLET Georges", "PLACE": "Sainte-Foy (Rhône)."}, "date": "2023-08-20T14:48:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25594	jacquet-paul-1859-09-02	{"g55": "10-632"}	{"g55": "10-632"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Jacquet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1859-09-02 21:45", "note": null, "place": {"c1": "", "c2": "94", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Nogent-sur-Marne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Jacquet", "nobility": ""}, "birth": {"date": "1859-09-02 21:45", "place": {"c1": "", "c2": "94", "c3": "", "cy": "FR", "name": "Nogent-sur-Marne"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-632"}}, "raw": {"DAY": "2-9-1859", "HOUR": "21 h. 45", "NAME": "JACQUET Paul", "PLACE": "Nogent-sur-Marne (Seine)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2053	germot-maurice-1882-11-15	{"a1": "2055", "3a_sports": "1836", "cfepp-final3": "1032"}	{"cfepp": "CF-1032", "ertel": "ES-1836", "lerrcp": "A1-2055"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Germot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:13:42", "date": "1882-11-15 17:30", "note": null, "place": {"c1": null, "c2": "03", "c3": "", "cy": "FR", "lg": 3.42577, "lat": 46.12709, "name": "Vichy", "geoid": 2969392}, "notime": null, "date-ut": "1882-11-15 17:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Germot"}, "birth": {"tzo": "+00:13:42", "date": "1882-11-15 17:30", "place": {"c2": "03", "cy": "FR", "lg": 3.42577, "lat": 46.12709, "name": "Vichy", "geoid": 2969392}, "date-ut": "1882-11-15 17:16:40"}, "occus": ["tennis-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-2055"}, "ids-in-sources": {"a1": "2055"}}, "raw": {"H": "17", "MN": "16", "TZ": "0", "COD": "03", "COU": "F", "DAY": "15", "LAT": "46N34", "LON": "3E20", "MON": "11", "NUM": "2055", "PRO": "C", "SEC": "40", "YEA": "1882", "CITY": "VICHY"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1882-11-15 17:30"}, "partial-ids": {"ertel": "ES-1836"}}, "raw": {"L": "", "MF": "", "NR": "1836", "ENG": "", "MA_": "1", "G_NR": "2055", "MA12": "7", "MARS": "19", "NAME": "Germot", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,100", "CSINR": "", "KURTZ": "", "PHAS_": "16,400", "STUND": "17,50", "CFEPNR": "1032", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.11.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Maurice", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "15.11.1882", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TENN", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1882-11-15 17:30", "place": {"c3": ""}, "date-ut": "1882-11-15 17:16"}, "occus": ["tennis-player"], "ids-in-sources": {"cfepp-final3": "1032"}}, "raw": {"S": "7", "LT": "17 30", "LV": "FI", "TR": "f", "UT": "17 16", "LAT": "+46.13", "SRC": "A", "LONG": "-03.43", "NAME": "GERMOT Maurice", "SPORT": "Tennis", "LOC_DATE": "1882 11 15", "UNIV_DATE": "1882 11 15", "BIRTH_PLACE": "VICHY", "POSTAL_CODE": "03201 CEDEX"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
25595	jacquin-joseph-1835-11-21	{"g55": "10-633"}	{"g55": "10-633"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Jacquin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1835-11-21 22:00", "note": null, "place": {"c1": "", "c2": "25", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Broussailles", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Jacquin", "nobility": ""}, "birth": {"date": "1835-11-21 22:00", "place": {"c1": "", "c2": "25", "c3": "", "cy": "FR", "name": "Broussailles"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-633"}}, "raw": {"DAY": "21-11-1835", "HOUR": "22 h.", "NAME": "JACQUIN Joseph", "PLACE": "Broussailles (Doubs)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25596	jaguelin-rene-1875-07-28	{"g55": "10-634"}	{"g55": "10-634"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Jaguelin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1875-07-28 01:00", "note": null, "place": {"c1": "", "c2": "72", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Poillé", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "René", "family": "Jaguelin", "nobility": ""}, "birth": {"date": "1875-07-28 01:00", "place": {"c1": "", "c2": "72", "c3": "", "cy": "FR", "name": "Poillé"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-634"}}, "raw": {"DAY": "28-7-1875", "HOUR": "1 h.", "NAME": "JAGUELIN René", "PLACE": "Poillé (Sarthe)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25597	janeau-francois-1876-08-26	{"g55": "10-635"}	{"g55": "10-635"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Janeau", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1876-08-26 14:00", "note": null, "place": {"c1": "", "c2": "49", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Sorges", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "François", "family": "Janeau", "nobility": ""}, "birth": {"date": "1876-08-26 14:00", "place": {"c1": "", "c2": "49", "c3": "", "cy": "FR", "name": "Sorges"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-635"}}, "raw": {"DAY": "26-8-1876", "HOUR": "14 h.", "NAME": "JANEAU François", "PLACE": "Sorges (Maine-et-Loire)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2056	haillet-robert-1931-09-26	{"a1": "2058", "3a_sports": "2044", "cfepp-final3": "1034"}	{"cfepp": "CF-1034", "cpara": "CP-224", "ertel": "ES-2044", "lerrcp": "A1-2058"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Haillet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1931-09-26 12:30", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "notime": null, "date-ut": "1931-09-26 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Haillet"}, "birth": {"tzo": "+01:00", "date": "1931-09-26 12:30", "place": {"c2": "64", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "date-ut": "1931-09-26 11:30"}, "occus": ["tennis-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-2058"}, "ids-in-sources": {"a1": "2058"}}, "raw": {"H": "11", "MN": "30", "TZ": "0", "COD": "64", "COU": "F", "DAY": "26", "LAT": "43N18", "LON": "0W22", "MON": "9", "NUM": "2058", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "PAU"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-09-26 12:30"}, "partial-ids": {"ertel": "ES-2044"}}, "raw": {"L": "", "MF": "", "NR": "2044", "ENG": "", "MA_": "1", "G_NR": "2058", "MA12": "2", "MARS": "5", "NAME": "Haillet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,400", "CSINR": "", "KURTZ": "", "PHAS_": "99,400", "STUND": "12,50", "CFEPNR": "1034", "EXTEND": "", "NATION": "FRA", "TAGMON": "26.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "224", "VORNAME": "Robert", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "26.09.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1931-09-26 12:30", "place": {"c3": ""}, "date-ut": "1931-09-26 11:30"}, "occus": ["tennis-player"], "ids-in-sources": {"cfepp-final3": "1034"}}, "raw": {"S": "2", "LT": "12 30", "LV": "I", "TR": "f", "UT": "11 30", "LAT": "+43.30", "SRC": "AL", "LONG": "+00.37", "NAME": "HAILLET Robert", "SPORT": "Tennis", "LOC_DATE": "1931 09 26", "UNIV_DATE": "1931 09 26", "BIRTH_PLACE": "PAU", "POSTAL_CODE": "64015 CEDEX"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
2058	jalabert-paul-1928-04-02	{"a1": "2060", "g55": "03-453", "3a_sports": "2197"}	{"g55": "03-453", "ertel": "ES-2197", "lerrcp": "A1-2060"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Jalabert", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-04-02 23:50", "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "Alger", "geoid": 0}, "notime": null, "date-ut": "1928-04-02 23:50:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Jalabert"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "ALGER", "geoid": 0}, "date-ut": "1928-04-02 23:50:00"}, "occus": ["tennis-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-2060"}, "ids-in-sources": {"a1": "2060"}}, "raw": {"H": "23", "MN": "50", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "2", "LAT": "36N47", "LON": "3E 0", "MON": "4", "NUM": "2060", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "ALGER"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-04-02 23:50"}, "partial-ids": {"ertel": "ES-2197"}}, "raw": {"L": "", "MF": "", "NR": "2197", "ENG": "", "MA_": "1", "G_NR": "2060", "MA12": "11", "MARS": "31", "NAME": "Jalabert", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,700", "CSINR": "", "KURTZ": "", "PHAS_": "90,500", "STUND": "23,83", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Paul", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "02.04.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Alger"}}, "partial-ids": {"g55": "03-453"}, "ids-in-source": {"g55": "03-453"}}, "raw": {"DAY": "2-4-1928", "HOUR": "23 h. 50", "NAME": "JALABERT Paul", "PLACE": "Alger (Algérie)."}, "date": "2023-08-20T14:48:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25598	jaud-victor-1851-01-16	{"g55": "10-636"}	{"g55": "10-636"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Jaud", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1851-01-16 14:00", "note": null, "place": {"c1": "", "c2": "85", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Chavagnes-en-Paillers", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Jaud", "nobility": ""}, "birth": {"date": "1851-01-16 14:00", "place": {"c1": "", "c2": "85", "c3": "", "cy": "FR", "name": "Chavagnes-en-Paillers"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-636"}}, "raw": {"DAY": "16-1-1851", "HOUR": "14 h.", "NAME": "JAUD Victor", "PLACE": "Chavagnes-en-Paillers (Vendée)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25599	jehanno-mathurin-1874-09-29	{"g55": "10-637"}	{"g55": "10-637"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mathurin", "family": "Jehanno", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1874-09-29 16:00", "note": null, "place": {"c1": "", "c2": "56", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Limerzel", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Mathurin", "family": "Jehanno", "nobility": ""}, "birth": {"date": "1874-09-29 16:00", "place": {"c1": "", "c2": "56", "c3": "", "cy": "FR", "name": "Limerzel"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-637"}}, "raw": {"DAY": "29-9-1874", "HOUR": "16 h.", "NAME": "JEHANNO Mathurin", "PLACE": "Limerzel (Morbihan)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25600	jobert-camille-1872-06-03	{"g55": "10-638"}	{"g55": "10-638"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Jobert", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1872-06-03 05:00", "note": null, "place": {"c1": "", "c2": "89", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Vermenton", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Jobert", "nobility": ""}, "birth": {"date": "1872-06-03 05:00", "place": {"c1": "", "c2": "89", "c3": "", "cy": "FR", "name": "Vermenton"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-638"}}, "raw": {"DAY": "3-6-1872", "HOUR": "5 h.", "NAME": "JOBERT Camille", "PLACE": "Vermenton (Yonne)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2063	lesueur-jean-1910-06-24	{"a1": "2065", "g55": "03-455", "3a_sports": "2471", "cfepp-final3": "1037"}	{"g55": "03-455", "cfepp": "CF-1037", "ertel": "ES-2471", "lerrcp": "A1-2065"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lesueur", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1910-06-24 05:40", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.07772, "lat": 49.9216, "name": "Dieppe", "geoid": 3021411}, "notime": null, "date-ut": "1910-06-24 05:31"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lesueur"}, "birth": {"tzo": "+00:09:21", "date": "1910-06-24 05:40", "place": {"c2": "76", "cy": "FR", "lg": 1.07772, "lat": 49.9216, "name": "Dieppe", "geoid": 3021411}, "date-ut": "1910-06-24 05:30:40"}, "occus": ["tennis-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-2065"}, "ids-in-sources": {"a1": "2065"}}, "raw": {"H": "5", "MN": "30", "TZ": "0", "COD": "76", "COU": "F", "DAY": "24", "LAT": "49N26", "LON": "1E 5", "MON": "6", "NUM": "2065", "PRO": "C", "SEC": "40", "YEA": "1910", "CITY": "DIEPPE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1910-06-24 05:40"}, "partial-ids": {"ertel": "ES-2471"}}, "raw": {"L": "", "MF": "", "NR": "2471", "ENG": "", "MA_": "0", "G_NR": "2065", "MA12": "12", "MARS": "34", "NAME": "Lesueur", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,400", "CSINR": "", "KURTZ": "", "PHAS_": "98,500", "STUND": "5,67", "CFEPNR": "1037", "EXTEND": "", "NATION": "FRA", "TAGMON": "24.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "24.06.1910", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1910-06-24 05:40", "place": {"c3": ""}, "date-ut": "1910-06-24 05:31"}, "occus": ["tennis-player"], "ids-in-sources": {"cfepp-final3": "1037"}}, "raw": {"S": "12", "LT": "05 40", "LV": "I", "TR": "f", "UT": "05 31", "LAT": "+49.92", "SRC": "AG", "LONG": "-01.08", "NAME": "LESUEUR Jean", "SPORT": "Tennis", "LOC_DATE": "1910 06 24", "UNIV_DATE": "1910 06 24", "BIRTH_PLACE": "DIEPPE", "POSTAL_CODE": "76208 CEDEX"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-455"}, "ids-in-source": {"g55": "03-455"}}, "raw": {"DAY": "24-6-1910", "HOUR": "5 h. 40", "NAME": "LESUEUR Jean", "PLACE": "Dieppe (Seine-Inférieure)."}, "date": "2023-08-20T14:48:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25601	jouffret-jean-1860-06-19	{"g55": "10-639"}	{"g55": "10-639"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Jouffret", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1860-06-19 04:00", "note": null, "place": {"c1": "", "c2": "84", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Avignon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Jouffret", "nobility": ""}, "birth": {"date": "1860-06-19 04:00", "place": {"c1": "", "c2": "84", "c3": "", "cy": "FR", "name": "Avignon"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-639"}}, "raw": {"DAY": "19-6-1860", "HOUR": "4 h.", "NAME": "JOUFFRET Jean", "PLACE": "Avignon (Vaucluse)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2065	molinari-jean-1931-08-21	{"a1": "2067", "3a_sports": "2899"}	{"cpara": "CP-314", "ertel": "ES-2899", "lerrcp": "A1-2067"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Molinari", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1931-08-21 12:45", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1931-08-21 11:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Molinari"}, "birth": {"tzo": "+01:00", "date": "1931-08-21 12:45", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1931-08-21 11:45"}, "occus": ["tennis-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-2067"}, "ids-in-sources": {"a1": "2067"}}, "raw": {"H": "11", "MN": "45", "TZ": "0", "COD": "75", "COU": "F", "DAY": "21", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "2067", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "PARIS"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-08-21 12:45"}, "partial-ids": {"ertel": "ES-2899"}}, "raw": {"L": "", "MF": "", "NR": "2899", "ENG": "", "MA_": "1", "G_NR": "2067", "MA12": "2", "MARS": "5", "NAME": "Molinari", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,100", "CSINR": "", "KURTZ": "pi", "PHAS_": "55,800", "STUND": "12,75", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "314", "VORNAME": "Jean Claude", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "21.08.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
25602	jouin-ernest-1844-12-20	{"g55": "10-640"}	{"g55": "10-640"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Jouin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1844-12-20 07:00", "note": null, "place": {"c1": "", "c2": "49", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Angers", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Jouin", "nobility": ""}, "birth": {"date": "1844-12-20 07:00", "place": {"c1": "", "c2": "49", "c3": "", "cy": "FR", "name": "Angers"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-640"}}, "raw": {"DAY": "20-12-1844", "HOUR": "7 h.", "NAME": "JOUIN Ernest", "PLACE": "Angers (Maine-et-Loire)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25603	jubault-louis-1870-04-27	{"g55": "10-641"}	{"g55": "10-641"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Jubault", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1870-04-27 04:00", "note": null, "place": {"c1": "", "c2": "28", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Chateaudun", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Jubault", "nobility": ""}, "birth": {"date": "1870-04-27 04:00", "place": {"c1": "", "c2": "28", "c3": "", "cy": "FR", "name": "Chateaudun"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-641"}}, "raw": {"DAY": "27-4-1870", "HOUR": "4 h.", "NAME": "JUBAULT Louis", "PLACE": "Chateaudun (Eure-et-Loire)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25604	jung-henri-1846-12-25	{"g55": "10-642"}	{"g55": "10-642"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Jung", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1846-12-25 15:00", "note": null, "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Grosblidestroff", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Jung", "nobility": ""}, "birth": {"date": "1846-12-25 15:00", "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "name": "Grosblidestroff"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-642"}}, "raw": {"DAY": "25-12-1846", "HOUR": "15 h.", "NAME": "JUNG Henri", "PLACE": "Grosblidestroff (Moselle)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25605	karpen-albert-1891-02-06	{"g55": "10-643"}	{"g55": "10-643"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Karpen", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1891-02-06 02:00", "note": null, "place": {"c1": "", "c2": "92", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Neuilly-sur-Seine", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Karpen", "nobility": ""}, "birth": {"date": "1891-02-06 02:00", "place": {"c1": "", "c2": "92", "c3": "", "cy": "FR", "name": "Neuilly-sur-Seine"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-643"}}, "raw": {"DAY": "6-2-1891", "HOUR": "2 h.", "NAME": "\\fKARPEN Albert", "PLACE": "Neuilly-sur-Seine (Seine)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2067	pelizza-pierre-1917-07-10	{"a1": "2069", "g55": "03-456", "3a_sports": "3202", "cfepp-final3": "1040"}	{"g55": "03-456", "cfepp": "CF-1040", "cpara": "CP-338", "ertel": "ES-3202", "lerrcp": "A1-2069"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Pelizza", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1917-07-10 20:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -0.36667, "lat": 43.3, "name": "Lourdes", "geoid": 0}, "notime": null, "date-ut": "1917-07-10 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Pelizza"}, "birth": {"tzo": "+01:00", "date": "1917-07-10 20:00", "place": {"c2": "64", "cy": "FR", "lg": -0.36667, "lat": 43.3, "name": "Lourdes", "geoid": 0}, "date-ut": "1917-07-10 19:00"}, "occus": ["tennis-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-2069"}, "ids-in-sources": {"a1": "2069"}}, "raw": {"H": "19", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "10", "LAT": "43N18", "LON": "0W22", "MON": "7", "NUM": "2069", "PRO": "C", "SEC": "0", "YEA": "1917", "CITY": "LOURDES"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1917-07-10 20:00"}, "partial-ids": {"ertel": "ES-3202"}}, "raw": {"L": "", "MF": "", "NR": "3202", "ENG": "", "MA_": "0", "G_NR": "2069", "MA12": "8", "MARS": "22", "NAME": "Pellizza", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,40", "CSINR": "", "KURTZ": "", "PHAS_": "67,000", "STUND": "20,00", "CFEPNR": "1040", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "338", "VORNAME": "Pierre", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "10.07.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1917-07-10 20:00", "place": {"c3": ""}, "date-ut": "1917-07-10 19:00"}, "occus": ["tennis-player"], "ids-in-sources": {"cfepp-final3": "1040"}}, "raw": {"S": "7", "LT": "20 00", "LV": "FI", "TR": "f", "UT": "19 00", "LAT": "+43.10", "SRC": "ALG", "LONG": "+00.04", "NAME": "PELIZZA Pierre", "SPORT": "Tennis", "LOC_DATE": "1917 07 10", "UNIV_DATE": "1917 07 10", "BIRTH_PLACE": "LOURDES", "POSTAL_CODE": "65100"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Lourdes"}}, "partial-ids": {"g55": "03-456"}, "ids-in-source": {"g55": "03-456"}}, "raw": {"DAY": "10-7-1917", "HOUR": "20 h.", "NAME": "PELLIZZA Pierre", "PLACE": "Lourdes (Hautes-Pyrénées)."}, "date": "2023-08-20T14:48:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
2069	plaa-martin-1901-03-12	{"a1": "2071", "g55": "03-457", "3a_sports": "3316", "cfepp-final3": "1041"}	{"g55": "03-457", "cfepp": "CF-1041", "ertel": "ES-3316", "lerrcp": "A1-2071"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Martin", "family": "Plaa", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1901-03-12 11:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -1.59294, "lat": 43.43698, "name": "Bidart", "geoid": 3032767}, "notime": null, "date-ut": "1901-03-12 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Martin", "family": "Plaa"}, "birth": {"tzo": "+00:09:21", "date": "1901-03-12 11:00", "place": {"c2": "64", "cy": "FR", "lg": -1.59294, "lat": 43.43698, "name": "Bidart", "geoid": 3032767}, "date-ut": "1901-03-12 10:50:40"}, "occus": ["tennis-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-2071"}, "ids-in-sources": {"a1": "2071"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "64", "COU": "F", "DAY": "12", "LAT": "43N18", "LON": "0W22", "MON": "3", "NUM": "2071", "PRO": "C", "SEC": "40", "YEA": "1901", "CITY": "BIDART"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1901-03-12 11:00"}, "partial-ids": {"ertel": "ES-3316"}}, "raw": {"L": "", "MF": "", "NR": "3316", "ENG": "", "MA_": "1", "G_NR": "2071", "MA12": "10", "MARS": "28", "NAME": "Plaa", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,700", "CSINR": "", "KURTZ": "", "PHAS_": "65,000", "STUND": "11,00", "CFEPNR": "1041", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Martin", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "12.03.1901", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1901-03-12 11:00", "place": {"c3": ""}, "date-ut": "1901-03-12 10:51"}, "occus": ["tennis-player"], "ids-in-sources": {"cfepp-final3": "1041"}}, "raw": {"S": "10", "LT": "11 00", "LV": "M", "TR": "f", "UT": "10 51", "LAT": "+43.44", "SRC": "AG", "LONG": "+01.59", "NAME": "PLAA Martin", "SPORT": "Tennis", "LOC_DATE": "1901 03 12", "UNIV_DATE": "1901 03 12", "BIRTH_PLACE": "BIDART", "POSTAL_CODE": "64210"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-457"}, "ids-in-source": {"g55": "03-457"}}, "raw": {"DAY": "12-3-1901", "HOUR": "11 h.", "NAME": "PLAA Martin", "PLACE": "Bidart (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25606	kieffer-joseph-1888-02-07	{"g55": "10-644"}	{"g55": "10-644"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Kieffer", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1888-02-07 20:00", "note": null, "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Limersheim", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Kieffer", "nobility": ""}, "birth": {"date": "1888-02-07 20:00", "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "name": "Limersheim"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-644"}}, "raw": {"DAY": "7-2-1888", "HOUR": "20 h.", "NAME": "KIEFFER Joseph", "PLACE": "Limersheim (Bas-Rhin)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25607	krieger-antoine-1874-11-17	{"g55": "10-645"}	{"g55": "10-645"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Krieger", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1874-11-17 17:30", "note": null, "place": {"c1": "", "c2": "41", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Blois", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Krieger", "nobility": ""}, "birth": {"date": "1874-11-17 17:30", "place": {"c1": "", "c2": "41", "c3": "", "cy": "FR", "name": "Blois"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-645"}}, "raw": {"DAY": "17-11-1874", "HOUR": "17 h. 30", "NAME": "KRIEGER Antoine", "PLACE": "Blois (Loir-et-Cher)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25608	la-barre-andre-1855-08-25	{"g55": "10-646"}	{"g55": "10-646"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "La Barre", "spouse": [], "nobility": "de", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1855-08-25 13:00", "note": null, "place": {"c1": "", "c2": "41", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Temple", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "André", "family": "La Barre", "nobility": "de"}, "birth": {"date": "1855-08-25 13:00", "place": {"c1": "", "c2": "41", "c3": "", "cy": "FR", "name": "Temple"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-646"}}, "raw": {"DAY": "25-8-1855", "HOUR": "13 h.", "NAME": "LA BARRE (de) André", "PLACE": "Temple (Loir-et-Cher)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25609	lacas-albert-1879-03-25	{"g55": "10-647"}	{"g55": "10-647"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Lacas", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1879-03-25 04:00", "note": null, "place": {"c1": "", "c2": "48", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Banassac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Lacas", "nobility": ""}, "birth": {"date": "1879-03-25 04:00", "place": {"c1": "", "c2": "48", "c3": "", "cy": "FR", "name": "Banassac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-647"}}, "raw": {"DAY": "25-3-1879", "HOUR": "4 h.", "NAME": "LACAS Albert", "PLACE": "Banassac (Lozère)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25610	lachapelle-marcel-1867-06-14	{"g55": "10-648"}	{"g55": "10-648"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Lachapelle", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1867-06-14 05:00", "note": null, "place": {"c1": "", "c2": "36", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Chateauroux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Lachapelle", "nobility": ""}, "birth": {"date": "1867-06-14 05:00", "place": {"c1": "", "c2": "36", "c3": "", "cy": "FR", "name": "Chateauroux"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-648"}}, "raw": {"DAY": "14-6-1867", "HOUR": "5 h.", "NAME": "LACHAPELLE Marcel", "PLACE": "Chateauroux (Indre)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2072	thomas-jacques-1922-04-13	{"a1": "2074", "g55": "03-460", "3a_sports": "4014", "cfepp-final3": "1044"}	{"g55": "03-460", "cfepp": "CF-1044", "ertel": "ES-4014", "lerrcp": "A1-2074"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Thomas", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1922-04-13 06:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.10831, "lat": 43.58579, "name": "Antibes", "geoid": 3037456}, "notime": null, "date-ut": "1922-04-13 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Thomas"}, "birth": {"tzo": "+01:00", "date": "1922-04-13 06:00", "place": {"c2": "06", "cy": "FR", "lg": 7.10831, "lat": 43.58579, "name": "Antibes", "geoid": 3037456}, "date-ut": "1922-04-13 05:00"}, "occus": ["tennis-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-2074"}, "ids-in-sources": {"a1": "2074"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "06", "COU": "F", "DAY": "13", "LAT": "43N42", "LON": "7E16", "MON": "4", "NUM": "2074", "PRO": "C", "SEC": "0", "YEA": "1922", "CITY": "ANTIBES"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1922-04-13 06:00"}, "partial-ids": {"ertel": "ES-4014"}}, "raw": {"L": "", "MF": "", "NR": "4014", "ENG": "1", "MA_": "2", "G_NR": "2074", "MA12": "4", "MARS": "12", "NAME": "Thomas", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,900", "CSINR": "", "KURTZ": "", "PHAS_": "98,100", "STUND": "6,00", "CFEPNR": "1044", "EXTEND": "1", "NATION": "FRA", "TAGMON": "13.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "13.04.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1922-04-13 06:00", "place": {"c3": ""}, "date-ut": "1922-04-13 05:00"}, "occus": ["tennis-player"], "ids-in-sources": {"cfepp-final3": "1044"}}, "raw": {"S": "4", "LT": "06 00", "LV": "I", "TR": "f", "UT": "05 00", "LAT": "+43.58", "SRC": "AG", "LONG": "-07.13", "NAME": "THOMAS Jacques", "SPORT": "Tennis", "LOC_DATE": "1922 04 13", "UNIV_DATE": "1922 04 13", "BIRTH_PLACE": "ANTIBES", "POSTAL_CODE": "06604 CEDEX"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-460"}, "ids-in-source": {"g55": "03-460"}}, "raw": {"DAY": "13-4-1922", "HOUR": "6 h.", "NAME": "THOMAS Jacques", "PLACE": "Antibes (Alpes-Maritimes)."}, "date": "2023-08-20T14:48:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25611	laguens-emile-1857-09-14	{"g55": "10-649"}	{"g55": "10-649"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Laguens", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1857-09-14 05:00", "note": null, "place": {"c1": "", "c2": "65", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Campuzan", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Laguens", "nobility": ""}, "birth": {"date": "1857-09-14 05:00", "place": {"c1": "", "c2": "65", "c3": "", "cy": "FR", "name": "Campuzan"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-649"}}, "raw": {"DAY": "14-9-1857", "HOUR": "5 h.", "NAME": "LAGUENS Emile", "PLACE": "Campuzan (Hautes-Pyrénées)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25612	laguens-francois-1847-12-02	{"g55": "10-650"}	{"g55": "10-650"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Laguens", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1847-12-02 22:00", "note": null, "place": {"c1": "", "c2": "65", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Campuzan", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "François", "family": "Laguens", "nobility": ""}, "birth": {"date": "1847-12-02 22:00", "place": {"c1": "", "c2": "65", "c3": "", "cy": "FR", "name": "Campuzan"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-650"}}, "raw": {"DAY": "2-12-1847", "HOUR": "22 h.", "NAME": "LAGUENS François", "PLACE": "Campuzan (Hautes-Pyrénées)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25613	lalignant-pierre-1880-03-29	{"g55": "10-651"}	{"g55": "10-651"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Lalignant", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1880-03-29 15:00", "note": null, "place": {"c1": "", "c2": "39", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lons-le-Saunier", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Lalignant", "nobility": ""}, "birth": {"date": "1880-03-29 15:00", "place": {"c1": "", "c2": "39", "c3": "", "cy": "FR", "name": "Lons-le-Saunier"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-651"}}, "raw": {"DAY": "29-3-1880", "HOUR": "15 h.", "NAME": "LALIGNANT Pierre", "PLACE": "Lons-le-Saunier (Jura)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25614	lancelle-edouard-1859-02-19	{"g55": "10-652"}	{"g55": "10-652"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Lancelle", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1859-02-19 22:00", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Jeumont", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Lancelle", "nobility": ""}, "birth": {"date": "1859-02-19 22:00", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Jeumont"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-652"}}, "raw": {"DAY": "19-2-1859", "HOUR": "22 h.", "NAME": "LANCELLE Edouard", "PLACE": "Jeumont (Nord)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2077	felbaco-pierre-1904-01-23	{"a1": "2079", "g55": "03-464", "3a_sports": "1602", "cfepp-final3": "1057"}	{"g55": "03-464", "cfepp": "CF-1057", "ertel": "ES-1602", "lerrcp": "A1-2079"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Felbaco", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1904-01-23 03:30", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.08333, "lat": 49.43333, "name": "Claye-Souilly", "geoid": 0}, "notime": null, "date-ut": "1904-01-23 03:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["archer"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Felbaco"}, "birth": {"tzo": "+00:09:21", "date": "1906-01-23 03:30", "place": {"c2": "76", "cy": "FR", "lg": 1.08333, "lat": 49.43333, "name": "Claye-Sou", "geoid": 0}, "date-ut": "1906-01-23 03:20:40"}, "occus": ["sport-shooter"], "trust": 5, "partial_ids": {"lerrcp": "A1-2079"}, "ids-in-sources": {"a1": "2079"}}, "raw": {"H": "3", "MN": "20", "TZ": "0", "COD": "76", "COU": "F", "DAY": "23", "LAT": "49N26", "LON": "1E 5", "MON": "1", "NUM": "2079", "PRO": "C", "SEC": "40", "YEA": "1906", "CITY": "CLAYE-SOU"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1906-01-23 03:30"}, "partial-ids": {"ertel": "ES-1602"}}, "raw": {"L": "", "MF": "", "NR": "1602", "ENG": "", "MA_": "1", "G_NR": "2079", "MA12": "10", "MARS": "28", "NAME": "Felbacq", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,500", "CSINR": "", "KURTZ": "", "PHAS_": "3,800", "STUND": "3,50", "CFEPNR": "1057", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "23.01.1906", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SHOO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "felbaco-pierre-1904-01-23", "birth": {"date": "1904-01-23 03:30", "place": {"c3": ""}, "date-ut": "1904-01-23 03:21"}, "occus": ["archer"], "ids-in-sources": {"cfepp-final3": "1057"}}, "raw": {"S": "10", "LT": "03 30", "LV": "FI", "TR": "f", "UT": "03 21", "LAT": "+48.95", "SRC": "AG", "LONG": "-02.69", "NAME": "FELBACQ Pierre", "SPORT": "Archery", "LOC_DATE": "1904 01 23", "UNIV_DATE": "1904 01 23", "BIRTH_PLACE": "CLAYE SOUILLY", "POSTAL_CODE": "77410"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Claye-Souilly"}}, "partial-ids": {"g55": "03-464"}, "ids-in-source": {"g55": "03-464"}}, "raw": {"DAY": "23-1-1906", "HOUR": "3 h. 30", "NAME": "\\fFELBACQ Pierre", "PLACE": "Claye-Souilly (Seine-et-Marne)."}, "date": "2023-08-20T14:48:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
2079	genot-lucien-1901-04-20	{"a1": "2081", "g55": "03-466", "3a_sports": "1839", "cfepp-final3": "1053"}	{"g55": "03-466", "cfepp": "CF-1053", "ertel": "ES-1839", "lerrcp": "A1-2081"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Genot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1901-04-20 17:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.2, "lat": 48.7, "name": "Maidiéres", "geoid": 0}, "notime": null, "date-ut": "1901-04-20 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sport-shooter"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Genot"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.2, "lat": 48.7, "name": "Maidieres-les-Pt", "geoid": 0}, "date-ut": "1901-04-20 16:50:40"}, "occus": ["sport-shooter"], "trust": 5, "partial_ids": {"lerrcp": "A1-2081"}, "ids-in-sources": {"a1": "2081"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "54", "COU": "F", "DAY": "20", "LAT": "48N42", "LON": "6E12", "MON": "4", "NUM": "2081", "PRO": "C", "SEC": "40", "YEA": "1901", "CITY": "MAIDIERES-LES-PT"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1901-04-20 17:00"}, "partial-ids": {"ertel": "ES-1839"}}, "raw": {"L": "", "MF": "", "NR": "1839", "ENG": "", "MA_": "1", "G_NR": "2081", "MA12": "2", "MARS": "6", "NAME": "Génot", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,900", "CSINR": "", "KURTZ": "", "PHAS_": "1,900", "STUND": "17,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Lucien", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "20.04.1901", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SHOO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1901-04-20 17:00", "place": {"c3": ""}, "date-ut": "1901-04-20 16:51"}, "occus": ["sport-shooter"], "ids-in-sources": {"cfepp-final3": "1053"}}, "raw": {"S": "2", "LT": "17 00", "LV": "M", "TR": "f", "UT": "16 51", "LAT": "+48.90", "SRC": "AG", "LONG": "-06.04", "NAME": "GENOT Lucien", "SPORT": "Shooting", "LOC_DATE": "1901 04 20", "UNIV_DATE": "1901 04 20", "BIRTH_PLACE": "MAIDIERES", "POSTAL_CODE": "54700"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Maidiéres"}}, "partial-ids": {"g55": "03-466"}, "ids-in-source": {"g55": "03-466"}}, "raw": {"DAY": "20-4-1901", "HOUR": "17 h.", "NAME": "GENOT Lucien", "PLACE": "Maidiéres (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:48:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25615	lang-jules-1859-06-09	{"g55": "10-653"}	{"g55": "10-653"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Lang", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1859-06-09 21:00", "note": null, "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Decazeville", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Lang", "nobility": ""}, "birth": {"date": "1859-06-09 21:00", "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "name": "Decazeville"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-653"}}, "raw": {"DAY": "9-6-1859", "HOUR": "21 h.", "NAME": "LANG Jules", "PLACE": "Decazeville (Aveyron)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25616	langlois-marcel-1871-04-23	{"g55": "10-654"}	{"g55": "10-654"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Langlois", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1871-04-23 09:00", "note": null, "place": {"c1": "", "c2": "28", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Pierres", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Langlois", "nobility": ""}, "birth": {"date": "1871-04-23 09:00", "place": {"c1": "", "c2": "28", "c3": "", "cy": "FR", "name": "Pierres"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-654"}}, "raw": {"DAY": "23-4-1871", "HOUR": "9 h.", "NAME": "LANGLOIS Marcel", "PLACE": "Pierres (Eure-et-Loire)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25617	lapalme-jules-1861-12-23	{"g55": "10-655"}	{"g55": "10-655"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Lapalme", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1861-12-23 02:00", "note": null, "place": {"c1": "", "c2": "21", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Chatillon-sur-Seine", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Lapalme", "nobility": ""}, "birth": {"date": "1861-12-23 02:00", "place": {"c1": "", "c2": "21", "c3": "", "cy": "FR", "name": "Chatillon-sur-Seine"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-655"}}, "raw": {"DAY": "23-12-1861", "HOUR": "2 h.", "NAME": "LAPALME Jules", "PLACE": "Chatillon-sur-Seine (Côte-d’Or)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25618	lapeyrade-firmin-1847-02-05	{"g55": "10-656"}	{"g55": "10-656"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Firmin", "family": "Lapeyrade", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1847-02-05 23:00", "note": null, "place": {"c1": "", "c2": "65", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Argelés", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Firmin", "family": "Lapeyrade", "nobility": ""}, "birth": {"date": "1847-02-05 23:00", "place": {"c1": "", "c2": "65", "c3": "", "cy": "FR", "name": "Argelés"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-656"}}, "raw": {"DAY": "5-2-1847", "HOUR": "23 h.", "NAME": "LAPEYRADE Firmin", "PLACE": "Argelés (Hautes-Pyrénées)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2081	parmentier-andre-1876-05-29	{"a1": "2083", "g55": "03-468", "3a_sports": "3150"}	{"g55": "03-468", "ertel": "ES-3150", "lerrcp": "A1-2083"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Parmentier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-00:02:16", "date": "1876-05-29 04:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Sauveterre-de-Guyenne", "geoid": 0}, "notime": null, "date-ut": "1876-05-29 03:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sport-shooter"]	5	null	[{"new": {"name": {"given": "André", "family": "Parmentier"}, "birth": {"tzo": "-00:02:16", "date": "1876-05-29 03:55:20", "place": {"c2": "33", "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Sauveterre-D-G", "geoid": 0}, "date-ut": "1876-05-29 03:57:36"}, "occus": ["sport-shooter"], "trust": 5, "partial_ids": {"lerrcp": "A1-2083"}, "ids-in-sources": {"a1": "2083"}}, "raw": {"H": "3", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "29", "LAT": "44N50", "LON": "0W34", "MON": "5", "NUM": "2083", "PRO": "C", "SEC": "36", "YEA": "1876", "CITY": "SAUVETERRE-D-G"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1876-05-29 04:00"}, "partial-ids": {"ertel": "ES-3150"}}, "raw": {"L": "", "MF": "", "NR": "3150", "ENG": "", "MA_": "0", "G_NR": "2083", "MA12": "11", "MARS": "32", "NAME": "Parmentier", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,700", "CSINR": "", "KURTZ": "", "PHAS_": "36,500", "STUND": "4,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "29.05.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "29.05.1876", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SHOO", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Sauveterre-de-Guyenne"}}, "partial-ids": {"g55": "03-468"}, "ids-in-source": {"g55": "03-468"}}, "raw": {"DAY": "29-5-1876", "HOUR": "4 h.", "NAME": "PARMENTIER André", "PLACE": "Sauveterre-de-Guyenne (Gironde)."}, "date": "2023-08-20T14:48:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
2083	touchard-roger-1909-03-21	{"a1": "2085", "g55": "03-470", "3a_sports": "4052", "cfepp-final3": "1118"}	{"g55": "03-470", "cfepp": "CF-1118", "ertel": "ES-4052", "lerrcp": "A1-2085"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Touchard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1909-03-21 15:30", "note": null, "place": {"c1": null, "c2": "27", "c3": "", "cy": "FR", "lg": 1.18333, "lat": 49.01667, "name": "Saint-Cyr-de-Saléne", "geoid": 0}, "notime": null, "date-ut": "1909-03-21 15:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sport-shooter"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Touchard"}, "birth": {"tzo": "+00:09:21", "date": "1909-03-21 15:30", "place": {"c2": "27", "cy": "FR", "lg": 1.18333, "lat": 49.01667, "name": "Saint-Cyr-D-sur", "geoid": 0}, "date-ut": "1909-03-21 15:20:40"}, "occus": ["sport-shooter"], "trust": 5, "partial_ids": {"lerrcp": "A1-2085"}, "ids-in-sources": {"a1": "2085"}}, "raw": {"H": "15", "MN": "20", "TZ": "0", "COD": "27", "COU": "F", "DAY": "21", "LAT": "49N 1", "LON": "1E11", "MON": "3", "NUM": "2085", "PRO": "C", "SEC": "40", "YEA": "1909", "CITY": "ST-CYR-D-S"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1909-03-21 15:30"}, "partial-ids": {"ertel": "ES-4052"}}, "raw": {"L": "", "MF": "", "NR": "4052", "ENG": "", "MA_": "0", "G_NR": "2085", "MA12": "8", "MARS": "23", "NAME": "Touchard", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,100", "CSINR": "", "KURTZ": "", "PHAS_": "1,300", "STUND": "15,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "21.03.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SHOO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1909-03-21 15:30", "place": {"c3": ""}, "date-ut": "1909-03-21 15:21"}, "occus": ["sport-shooter"], "ids-in-sources": {"cfepp-final3": "1118"}}, "raw": {"S": "8", "LT": "15 30", "LV": "", "TR": "f", "UT": "15 21", "LAT": "+49.18", "SRC": "AG  M", "LONG": "-00.66", "NAME": "TOUCHARD Roger", "SPORT": "Shooting", "LOC_DATE": "1909 03 21", "UNIV_DATE": "1909 03 21", "BIRTH_PLACE": "ST CYR DE SALERNE", "POSTAL_CODE": "27800"}, "date": "2023-08-20T14:46:19+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Cyr-de-Saléne"}}, "partial-ids": {"g55": "03-470"}, "ids-in-source": {"g55": "03-470"}}, "raw": {"DAY": "21-3-1909", "HOUR": "15 h. 30", "NAME": "TOUCHARD Roger", "PLACE": "Saint-Cyr-de-Saléne (Eure)."}, "date": "2023-08-20T14:48:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
25619	lapparent-andre-1866-01-14	{"g55": "10-657"}	{"g55": "10-657"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Lapparent", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1866-01-14 22:00", "note": null, "place": {"c1": "", "c2": "18", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Eloi-de-Gy", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "André", "family": "Lapparent", "nobility": ""}, "birth": {"date": "1866-01-14 22:00", "place": {"c1": "", "c2": "18", "c3": "", "cy": "FR", "name": "Saint-Eloi-de-Gy"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-657"}}, "raw": {"DAY": "14-1-1866", "HOUR": "22 h.", "NAME": "LAPPARENT André", "PLACE": "Saint-Eloi-de-Gy (Cher)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25620	largent-gustave-1834-06-26	{"g55": "10-658"}	{"g55": "10-658"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Largent", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1834-06-26 08:00", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Bassée", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Largent", "nobility": ""}, "birth": {"date": "1834-06-26 08:00", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Bassée"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-658"}}, "raw": {"DAY": "26-6-1834", "HOUR": "8 h.", "NAME": "LARGENT Gustave", "PLACE": "Bassée (Nord)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25621	larigaldie-gabriel-1857-10-02	{"g55": "10-659"}	{"g55": "10-659"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Larigaldie", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1857-10-02 01:45", "note": null, "place": {"c1": "", "c2": "15", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Mauriac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Larigaldie", "nobility": ""}, "birth": {"date": "1857-10-02 01:45", "place": {"c1": "", "c2": "15", "c3": "", "cy": "FR", "name": "Mauriac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-659"}}, "raw": {"DAY": "2-10-1857", "HOUR": "1 h. 45", "NAME": "LARIGALDIE Gabriel", "PLACE": "Mauriac (Cantal)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25622	lasserre-pierre-1853-05-03	{"g55": "10-660"}	{"g55": "10-660"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Lasserre", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1853-05-03 17:00", "note": null, "place": {"c1": "", "c2": "65", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Horgues", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Lasserre", "nobility": ""}, "birth": {"date": "1853-05-03 17:00", "place": {"c1": "", "c2": "65", "c3": "", "cy": "FR", "name": "Horgues"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-660"}}, "raw": {"DAY": "3-5-1853", "HOUR": "17 h.", "NAME": "LASSERRE Pierre", "PLACE": "Horgues (Hautes-Pyrénées)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2087	domergue-marcel-1916-08-25	{"a1": "2089", "cfepp-final3": "1119"}	{"cfepp": "CF-1119", "lerrcp": "A1-2089"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Domergue", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1916-08-25 13:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.01275, "lat": 43.55135, "name": "Cannes", "geoid": 3028808}, "notime": null, "date-ut": "1916-08-25 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["volleyball-player"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Domergue"}, "birth": {"tzo": "+01:00", "date": "1916-08-25 13:00", "place": {"c2": "06", "cy": "FR", "lg": 7.01275, "lat": 43.55135, "name": "Cannes", "geoid": 3028808}, "date-ut": "1916-08-25 12:00"}, "occus": ["volleyball-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-2089"}, "ids-in-sources": {"a1": "2089"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "06", "COU": "F", "DAY": "25", "LAT": "43N42", "LON": "7E16", "MON": "8", "NUM": "2089", "PRO": "C", "SEC": "0", "YEA": "1916", "CITY": "CANNES"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"birth": {"date": "1916-08-25 13:00", "place": {"c3": ""}, "date-ut": "1916-08-25 12:00"}, "occus": ["volleyball-player"], "ids-in-sources": {"cfepp-final3": "1119"}}, "raw": {"S": "2", "LT": "13 00", "LV": "", "TR": "f", "UT": "12 00", "LAT": "+43.54", "SRC": "A   I", "LONG": "-07.02", "NAME": "DOMERGUE Marcel", "SPORT": "Volleyball", "LOC_DATE": "1916 08 25", "UNIV_DATE": "1916 08 25", "BIRTH_PLACE": "CANNES", "POSTAL_CODE": "06150"}, "date": "2023-08-20T14:46:19+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
2090	abelous-jacques-1864-03-10	{"a2": "3", "g55": "01-3", "afd5": "4"}	{"g55": "01-3", "lerrcp": "A2-3", "muller": "M5-4"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jacques", "family": "Abelous", "spouse": [], "official": {"given": "Jacques Emile", "family": null}}	\N	{"lmt": null, "tzo": "+00:12:38", "date": "1864-03-10 07:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.15892, "lat": 43.61602, "name": "Bédarieux", "geoid": 3033913}, "notime": null, "date-ut": "1864-03-10 06:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Abelous"}, "birth": {"tzo": "+00:12:38", "date": "1864-03-10 07:00", "place": {"c2": "34", "cy": "FR", "lg": 3.15892, "lat": 43.61602, "name": "Bédarieux", "geoid": 3033913}, "date-ut": "1864-03-10 06:44:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-3"}, "ids-in-sources": {"a2": "3"}}, "raw": {"H": "6", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "10", "LAT": "43N37", "LON": "3E53", "MON": "3", "NUM": "3", "PRO": "S", "SEC": "28", "YEA": "1864", "CITY": "BEDARIEUX"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Abelous", "official": {"given": "Jacques Emile"}}, "birth": {"date": "1864-03-10 07:00", "place": {"name": "Bédarieux"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "4"}}, "raw": {"NR": "4", "GNR": "SA23", "JU_": "1", "MA_": "1", "MO_": "2", "SA_": "1", "SO_": "2", "VE_": "1", "CODE": "3", "JAHR": "1864", "KORR": "", "MARS": "6", "MODE": "LMT", "MOND": "36", "NAME": "ABELOUS (JACQUES EMILE).", "AUFAB": "3.80", "PHAS_": "4.900", "SONNE": "1", "VENUS": "4", "BREITE": "43 N 37", "GEBORT": "Bédarieux (Hérault)", "LAENGE": "003 E 53", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "18", "GEBZEIT": "07.00", "JUPITER": "14", "ELECTAGE": "43,3", "ELECTDAT": "25.06.1907", "GEBDATUM": "10.03.1864", "STBDATUM": "20.11.1940"}, "date": "2023-08-20T14:44:16+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-3"}, "ids-in-source": {"g55": "01-3"}}, "raw": {"DAY": "10-3-1864", "HOUR": "7 h.", "NAME": "ABELOUS Jacques", "PLACE": "Bédarieux (Hérault)."}, "date": "2023-08-20T14:47:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25623	latrasse-marcel-1885-02-09	{"g55": "10-661"}	{"g55": "10-661"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Latrasse", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1885-02-09 06:00", "note": null, "place": {"c1": "", "c2": "58", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Cercy-la-Tour", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Latrasse", "nobility": ""}, "birth": {"date": "1885-02-09 06:00", "place": {"c1": "", "c2": "58", "c3": "", "cy": "FR", "name": "Cercy-la-Tour"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-661"}}, "raw": {"DAY": "9-2-1885", "HOUR": "6 h.", "NAME": "LATRASSE Marcel", "PLACE": "Cercy-la-Tour (Nièvre)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25624	laudet-emile-1872-07-07	{"g55": "10-662"}	{"g55": "10-662"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Laudet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1872-07-07 01:30", "note": null, "place": {"c1": "", "c2": "58", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Moulins-Engilbert", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Laudet", "nobility": ""}, "birth": {"date": "1872-07-07 01:30", "place": {"c1": "", "c2": "58", "c3": "", "cy": "FR", "name": "Moulins-Engilbert"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-662"}}, "raw": {"DAY": "7-7-1872", "HOUR": "1 h. 30", "NAME": "LAUDET Emile", "PLACE": "Moulins-Engilbert (Nièvre)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25625	laumondais-yves-1890-02-26	{"g55": "10-663"}	{"g55": "10-663"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Laumondais", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1890-02-26 05:00", "note": null, "place": {"c1": "", "c2": "49", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saumur", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Laumondais", "nobility": ""}, "birth": {"date": "1890-02-26 05:00", "place": {"c1": "", "c2": "49", "c3": "", "cy": "FR", "name": "Saumur"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-663"}}, "raw": {"DAY": "26-2-1890", "HOUR": "5 h.", "NAME": "LAUMONDAIS Yves", "PLACE": "Saumur (Maine-et-Loire)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2094	alison-joseph-1843-08-28	{"a2": "7", "afd5": "8"}	{"lerrcp": "A2-7", "muller": "M5-8"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Joseph", "family": "Alison", "spouse": [], "official": {"given": "Joseph Mansuy Amédée", "family": null}}	\N	{"lmt": null, "tzo": "+00:27:01", "date": "1843-08-28 06:30", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.75413, "lat": 48.51554, "name": "Vaxainville", "geoid": 2970296}, "notime": null, "date-ut": "1843-08-28 06:05:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Alison"}, "birth": {"tzo": "+00:27:01", "date": "1843-08-28 06:30", "place": {"c2": "54", "cy": "FR", "lg": 6.75413, "lat": 48.51554, "name": "Vaxainville", "geoid": 2970296}, "date-ut": "1843-08-28 06:05:12"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-7"}, "ids-in-sources": {"a2": "7"}}, "raw": {"H": "6", "MN": "5", "TZ": "0", "COD": "54", "COU": "F", "DAY": "28", "LAT": "48N42", "LON": "6E12", "MON": "8", "NUM": "7", "PRO": "S", "SEC": "12", "YEA": "1843", "CITY": "VAXAINVILLE"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Alison", "official": {"given": "Joseph Mansuy Amédée"}}, "birth": {"date": "1843-08-28 06:30", "place": {"name": "Vaxainville"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "8"}}, "raw": {"NR": "8", "GNR": "SA27", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1843", "KORR": "", "MARS": "27", "MODE": "LMT", "MOND": "33", "NAME": "ALISON (JOSEPH MANSUY AMÉDÉE).", "AUFAB": "5.30", "PHAS_": "8.300", "SONNE": "2", "VENUS": "3", "BREITE": "48 N 42", "GEBORT": "Vaxainville (Meurthe-et-Moselle)", "LAENGE": "006 E 12", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "25", "GEBZEIT": "06.30", "JUPITER": "22", "ELECTAGE": "50,5", "ELECTDAT": "20.02.1894", "GEBDATUM": "28.08.1843", "STBDATUM": "02.06.1908"}, "date": "2023-08-20T14:44:16+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2092	alajouanine-theophile-1890-06-12	{"a2": "5", "g55": "02-6", "afd5": "6"}	{"g55": "02-6", "lerrcp": "A2-5", "muller": "M5-6"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Theophile", "family": "Alajouanine", "spouse": [], "official": {"given": "Théophile Antonin Joseph", "family": null}}	\N	{"lmt": null, "tzo": "+00:10:41", "date": "1890-06-12 00:30", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 2.67001, "lat": 46.39701, "name": "Verneix", "geoid": 2969827}, "notime": null, "date-ut": "1890-06-12 10:16:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Theophile", "family": "Alajouanine"}, "birth": {"tzo": "+00:10:41", "date": "1890-06-12 10:30", "place": {"c2": "03", "cy": "FR", "lg": 2.67001, "lat": 46.39701, "name": "Verneix", "geoid": 2969827}, "date-ut": "1890-06-12 10:16:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-5"}, "ids-in-sources": {"a2": "5"}}, "raw": {"H": "10", "MN": "16", "TZ": "0", "COD": "03", "COU": "F", "DAY": "12", "LAT": "46N34", "LON": "3E20", "MON": "6", "NUM": "5", "PRO": "S", "SEC": "40", "YEA": "1890", "CITY": "VERNEIX"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Alajouanine", "official": {"given": "Théophile Antonin Joseph"}}, "birth": {"date": "1890-06-12 00:30", "place": {"name": "Verneix"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "6"}}, "raw": {"NR": "6", "GNR": "SA25", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1890", "KORR": "", "MARS": "27", "MODE": "LMT", "MOND": "13", "NAME": "ALAJOUANINE (THÉOPHILE ANTONIN JOSEPH).", "AUFAB": "-10.20", "PHAS_": "27.900", "SONNE": "8", "VENUS": "5", "BREITE": "46 N 34", "GEBORT": "Verneix (Allier)", "LAENGE": "003 E 20", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "1", "GEBZEIT": "00.30", "JUPITER": "21", "ELECTAGE": "61,5", "ELECTDAT": "13.11.1951", "GEBDATUM": "12.06.1890", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:16+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "02-6"}, "ids-in-source": {"g55": "02-6"}}, "raw": {"DAY": "12-6-1890", "HOUR": "10 h. 30", "NAME": "ALAJOUANINE Th.", "PLACE": "Verneix (Allier)."}, "date": "2023-08-20T14:47:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2095	aloy-francois-1866-08-26	{"a2": "8", "g55": "01-5", "afd5": "9"}	{"g55": "01-5", "lerrcp": "A2-8", "muller": "M5-9"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "François", "family": "Aloy", "spouse": [], "official": {"given": "François Jules", "family": null}}	\N	{"lmt": null, "tzo": "+00:01:55", "date": "1866-08-26 01:00", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.47798, "lat": 44.34089, "name": "Saint-Sardos", "geoid": 2977078}, "notime": null, "date-ut": "1866-08-26 20:57:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "François", "family": "Aloy"}, "birth": {"tzo": "+00:01:55", "date": "1866-08-26 21:00", "place": {"c2": "47", "cy": "FR", "lg": 0.47798, "lat": 44.34089, "name": "Saint-Sardos", "geoid": 2977078}, "date-ut": "1866-08-26 20:57:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-8"}, "ids-in-sources": {"a2": "8"}}, "raw": {"H": "20", "MN": "57", "TZ": "0", "COD": "47", "COU": "F", "DAY": "26", "LAT": "44N12", "LON": "0E38", "MON": "8", "NUM": "8", "PRO": "S", "SEC": "28", "YEA": "1866", "CITY": "ST-SARDOS"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Aloy", "official": {"given": "François Jules"}}, "birth": {"date": "1866-08-26 01:00", "place": {"name": "Saint-Sardos"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "9"}}, "raw": {"NR": "9", "GNR": "SA28", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1866", "KORR": "", "MARS": "31", "MODE": "LMT", "MOND": "4", "NAME": "ALOY (FRANÇOIS JULES).", "AUFAB": "1.60", "PHAS_": "99.900", "SONNE": "22", "VENUS": "19", "BREITE": "44 N 12", "GEBORT": "Saint-Sardos (Lot-et-Garonne)", "LAENGE": "000 E 38", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "18", "GEBZEIT": "01.00", "JUPITER": "9", "ELECTAGE": "56,3", "ELECTDAT": "28.11.1922", "GEBDATUM": "26.08.1866", "STBDATUM": "02.04.1928"}, "date": "2023-08-20T14:44:16+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-5"}, "ids-in-source": {"g55": "01-5"}}, "raw": {"DAY": "26-8-1866", "HOUR": "21 h.", "NAME": "ALOY François", "PLACE": "Saint-Sardos (Lot-et-Garonne)."}, "date": "2023-08-20T14:47:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25626	laurent-marcel-1887-11-17	{"g55": "10-664"}	{"g55": "10-664"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Laurent", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1887-11-17 07:00", "note": null, "place": {"c1": "", "c2": "51", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Reims", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Laurent", "nobility": ""}, "birth": {"date": "1887-11-17 07:00", "place": {"c1": "", "c2": "51", "c3": "", "cy": "FR", "name": "Reims"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-664"}}, "raw": {"DAY": "17-11-1887", "HOUR": "7 h.", "NAME": "LAURENT Marcel", "PLACE": "Reims (Marne)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25627	laurent-marien-1853-11-23	{"g55": "10-665"}	{"g55": "10-665"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marien", "family": "Laurent", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1853-11-23 10:00", "note": null, "place": {"c1": "", "c2": "63", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Gonihiers", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Marien", "family": "Laurent", "nobility": ""}, "birth": {"date": "1853-11-23 10:00", "place": {"c1": "", "c2": "63", "c3": "", "cy": "FR", "name": "Gonihiers"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-665"}}, "raw": {"DAY": "23-11-1853", "HOUR": "10 h.", "NAME": "LAURENT Marien", "PLACE": "Gonihiers (Puy-de-Dôme)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25628	laurent-georges-1888-02-11	{"g55": "10-666"}	{"g55": "10-666"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Laurent", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1888-02-11 22:30", "note": null, "place": {"c1": "", "c2": "54", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lunévilie", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Laurent", "nobility": ""}, "birth": {"date": "1888-02-11 22:30", "place": {"c1": "", "c2": "54", "c3": "", "cy": "FR", "name": "Lunévilie"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-666"}}, "raw": {"DAY": "11-2-1888", "HOUR": "22 h. 30", "NAME": "LAURENT Georges", "PLACE": "Lunévilie (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25629	laurier-jean-1852-01-18	{"g55": "10-667"}	{"g55": "10-667"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Laurier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1852-01-18 05:00", "note": null, "place": {"c1": "", "c2": "48", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Serveretie", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Laurier", "nobility": ""}, "birth": {"date": "1852-01-18 05:00", "place": {"c1": "", "c2": "48", "c3": "", "cy": "FR", "name": "Serveretie"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-667"}}, "raw": {"DAY": "18-1-1852", "HOUR": "5 h.", "NAME": "LAURIER Jean", "PLACE": "Serveretie (Lozère)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25630	leblanc-charles-1846-05-09	{"g55": "10-668"}	{"g55": "10-668"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Leblanc", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1846-05-09 22:00", "note": null, "place": {"c1": "", "c2": "80", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Ligniéres", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Leblanc", "nobility": ""}, "birth": {"date": "1846-05-09 22:00", "place": {"c1": "", "c2": "80", "c3": "", "cy": "FR", "name": "Ligniéres"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-668"}}, "raw": {"DAY": "9-5-1846", "HOUR": "22 h.", "NAME": "LEBLANC Charles", "PLACE": "Ligniéres (Somme)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2097	ancel-paul-1873-09-21	{"a2": "10", "g55": "01-7", "afd5": "12"}	{"g55": "01-7", "lerrcp": "A2-10", "muller": "M5-12"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul", "family": "Ancel", "spouse": [], "official": {"given": "Paul Albert", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1873-09-21 11:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1873-09-21 10:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Ancel"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1873-09-21 10:35:12"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-10"}, "ids-in-sources": {"a2": "10"}}, "raw": {"H": "10", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "21", "LAT": "48N42", "LON": "6E12", "MON": "9", "NUM": "10", "PRO": "S", "SEC": "12", "YEA": "1873", "CITY": "NANCY"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Ancel", "official": {"given": "Paul Albert"}}, "birth": {"date": "1873-09-21 11:00", "place": {"name": "Nancy"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "12"}}, "raw": {"NR": "12", "GNR": "SA210", "JU_": "2", "MA_": "0", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "2", "CODE": "3", "JAHR": "1873", "KORR": "", "MARS": "34", "MODE": "LMT", "MOND": "8", "NAME": "ANCEL (PAUL ALBERT).", "AUFAB": "-2.30", "PHAS_": "0.600", "SONNE": "8", "VENUS": "11", "BREITE": "48 N 42", "GEBORT": "Nancy (Meurthe-et-Moselle)", "LAENGE": "006 E 12", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "31", "GEBZEIT": "11.00", "JUPITER": "9", "ELECTAGE": "65,7", "ELECTDAT": "23.05.1939", "GEBDATUM": "21.09.1873", "STBDATUM": "27.01.1961"}, "date": "2023-08-20T14:44:16+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-7"}, "ids-in-source": {"g55": "01-7"}}, "raw": {"DAY": "21-9-1873", "HOUR": "11 h.", "NAME": "ANCEL Paul", "PLACE": "Nancy (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:47:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2099	argaud-rene-1875-05-19	{"a2": "12", "g55": "01-9", "afd5": "15"}	{"g55": "01-9", "lerrcp": "A2-12", "muller": "M5-15"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "René", "family": "Argaud", "spouse": [], "official": {"given": "René Louis Charles", "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1875-05-19 07:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1875-05-19 06:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Argaud"}, "birth": {"tzo": "+00:05:46", "date": "1875-05-19 07:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1875-05-19 06:54:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-12"}, "ids-in-sources": {"a2": "12"}}, "raw": {"H": "6", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "19", "LAT": "43N37", "LON": "1E26", "MON": "5", "NUM": "12", "PRO": "S", "SEC": "16", "YEA": "1875", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Argaud", "official": {"given": "René Louis Charles"}}, "birth": {"date": "1875-05-19 07:00", "place": {"name": "Toulouse"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "15"}}, "raw": {"NR": "15", "GNR": "SA212", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "2", "SO_": "2", "VE_": "1", "CODE": "3", "JAHR": "1875", "KORR": "", "MARS": "19", "MODE": "LMT", "MOND": "22", "NAME": "ARGAUD (RENÉ LOUIS CHARLES).", "AUFAB": "3.20", "PHAS_": "98.300", "SONNE": "3", "VENUS": "6", "BREITE": "43 N 37", "GEBORT": "Toulouse (Haute-Garonne)", "LAENGE": "001 E 26", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "11", "GEBZEIT": "07.00", "JUPITER": "24", "ELECTAGE": "64,1", "ELECTDAT": "23.05.1939", "GEBDATUM": "19.05.1875", "STBDATUM": "16.02.1950"}, "date": "2023-08-20T14:44:16+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-9"}, "ids-in-source": {"g55": "01-9"}}, "raw": {"DAY": "19-5-1875", "HOUR": "7 h.", "NAME": "ARGAUD René Louis", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:47:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25631	lebreton-joseph-1850-01-10	{"g55": "10-669"}	{"g55": "10-669"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Lebreton", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1850-01-10 18:00", "note": null, "place": {"c1": "", "c2": "69", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lyon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Lebreton", "nobility": ""}, "birth": {"date": "1850-01-10 18:00", "place": {"c1": "", "c2": "69", "c3": "", "cy": "FR", "name": "Lyon"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-669"}}, "raw": {"DAY": "10-1-1850", "HOUR": "18 h.", "NAME": "LEBRETON Joseph", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25632	le-chatelier-pierre-1851-09-30	{"g55": "10-670"}	{"g55": "10-670"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Le Chatelier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1851-09-30 10:00", "note": null, "place": {"c1": "", "c2": "61", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Beauchéne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Le Chatelier", "nobility": ""}, "birth": {"date": "1851-09-30 10:00", "place": {"c1": "", "c2": "61", "c3": "", "cy": "FR", "name": "Beauchéne"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-670"}}, "raw": {"DAY": "30-9-1851", "HOUR": "10 h.", "NAME": "LE CHATELIER Pierre", "PLACE": "Beauchéne (Orne)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25633	lefeuvre-yves-1909-10-01	{"g55": "10-671"}	{"g55": "10-671"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Lefeuvre", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1909-10-01 14:00", "note": null, "place": {"c1": "", "c2": "35", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "La Guerche-de-Bretagne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Lefeuvre", "nobility": ""}, "birth": {"date": "1909-10-01 14:00", "place": {"c1": "", "c2": "35", "c3": "", "cy": "FR", "name": "La Guerche-de-Bretagne"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-671"}}, "raw": {"DAY": "1-10-1909", "HOUR": "14 h.", "NAME": "LEFEUVRE Yves", "PLACE": "La Guerche-de-Bretagne (Ille-et-V.)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25634	legris-rene-1874-09-07	{"g55": "10-672"}	{"g55": "10-672"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Legris", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1874-09-07 12:00", "note": null, "place": {"c1": "", "c2": "80", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Amiens", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "René", "family": "Legris", "nobility": ""}, "birth": {"date": "1874-09-07 12:00", "place": {"c1": "", "c2": "80", "c3": "", "cy": "FR", "name": "Amiens"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-672"}}, "raw": {"DAY": "7-9-1874", "HOUR": "12 h.", "NAME": "LEGRIS René", "PLACE": "Amiens (Somme)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2102	armaingaud-antoine-1842-04-30	{"a2": "15", "g55": "01-12", "afd5": "18"}	{"g55": "01-12", "lerrcp": "A2-15", "muller": "M5-18"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Antoine", "family": "Armaingaud", "spouse": [], "official": {"given": "Antoine Arthur", "family": null}}	\N	{"lmt": null, "tzo": "-00:02:16", "date": "1842-04-30 13:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Saint-Ciers", "geoid": 0}, "notime": null, "date-ut": "1842-04-30 12:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Armaingaud"}, "birth": {"tzo": "-00:02:16", "date": "1842-04-30 12:55:20", "place": {"c2": "33", "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Saint-Ciers", "geoid": 0}, "date-ut": "1842-04-30 12:57:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-15"}, "ids-in-sources": {"a2": "15"}}, "raw": {"H": "12", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "30", "LAT": "44N50", "LON": "0W34", "MON": "4", "NUM": "15", "PRO": "S", "SEC": "36", "YEA": "1842", "CITY": "ST-CIERS"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Armaingaud", "official": {"given": "Antoine Arthur"}}, "birth": {"date": "1842-04-30 13:00", "place": {"name": "Saint-Ciers-sur-Gironde"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "18"}}, "raw": {"NR": "18", "GNR": "SA215", "JU_": "0", "MA_": "2", "MO_": "0", "SA_": "0", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1842", "KORR": "", "MARS": "10", "MODE": "LMT", "MOND": "23", "NAME": "ARMAINGAUD (ANTOINE ARTHUR).", "AUFAB": "-8.40", "PHAS_": "73.600", "SONNE": "11", "VENUS": "10", "BREITE": "44 N 50", "GEBORT": "Saint-Ciers-sur-Gironde (Gironde)", "LAENGE": "000 W 34", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "23", "GEBZEIT": "13.00", "JUPITER": "23", "ELECTAGE": "64,2", "ELECTDAT": "19.06.1906", "GEBDATUM": "30.04.1842", "STBDATUM": "07.03.1935"}, "date": "2023-08-20T14:44:16+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Ciers"}}, "partial-ids": {"g55": "01-12"}, "ids-in-source": {"g55": "01-12"}}, "raw": {"DAY": "30-4-1842", "HOUR": "13 h.", "NAME": "ARMAINGAUD Antoine", "PLACE": "Saint-Ciers (Gironde)."}, "date": "2023-08-20T14:47:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2104	arnould-jules-1830-09-16	{"a2": "17", "g55": "01-13", "afd5": "20"}	{"g55": "01-13", "lerrcp": "A2-17", "muller": "M5-20"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jules", "family": "Arnould", "spouse": [], "official": {"given": "Jules Hippolyte", "family": null}}	\N	{"lmt": null, "tzo": "+00:25:59", "date": "1830-09-16 01:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.49773, "lat": 48.79137, "name": "Salonnes", "geoid": 2976339}, "notime": null, "date-ut": "1830-09-16 00:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Arnould"}, "birth": {"tzo": "+00:25:59", "date": "1830-09-16 01:00", "place": {"c2": "57", "cy": "FR", "lg": 6.49773, "lat": 48.79137, "name": "Salonnes", "geoid": 2976339}, "date-ut": "1830-09-16 00:35:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-17"}, "ids-in-sources": {"a2": "17"}}, "raw": {"H": "0", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "16", "LAT": "49N 7", "LON": "6E11", "MON": "9", "NUM": "17", "PRO": "S", "SEC": "16", "YEA": "1830", "CITY": "SALONNES"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Arnould", "official": {"given": "Jules Hippolyte"}}, "birth": {"date": "1830-09-16 01:00", "place": {"name": "Salonnes"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "20"}}, "raw": {"NR": "20", "GNR": "SA217", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1830", "KORR": "", "MARS": "11", "MODE": "LMT", "MOND": "31", "NAME": "ARNOULD (JULES HIPPOLYTE).", "AUFAB": "-3.10", "PHAS_": "1.200", "SONNE": "29", "VENUS": "32", "BREITE": "49 N 07", "GEBORT": "Salonnes (Moselle)", "LAENGE": "006 E 11", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "33", "GEBZEIT": "01.00", "JUPITER": "21", "ELECTAGE": "55,4", "ELECTDAT": "19.01.1886", "GEBDATUM": "16.09.1830", "STBDATUM": "26.03.1894"}, "date": "2023-08-20T14:44:16+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-13"}, "ids-in-source": {"g55": "01-13"}}, "raw": {"DAY": "16-9-1830", "HOUR": "1 h.", "NAME": "ARNOULD Jules Hippolyte", "PLACE": "Salonnes (Moselle)."}, "date": "2023-08-20T14:47:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2105	arnozan-charles-1852-11-12	{"a2": "18", "g55": "01-14", "afd5": "21"}	{"g55": "01-14", "lerrcp": "A2-18", "muller": "M5-21"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles", "family": "Arnozan", "spouse": [], "official": {"given": "Charles Louis Xavier", "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1852-11-12 14:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1852-11-12 13:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Arnozan"}, "birth": {"tzo": "-00:02:19", "date": "1852-11-12 13:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1852-11-12 13:57:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-18"}, "ids-in-sources": {"a2": "18"}}, "raw": {"H": "13", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "12", "LAT": "44N50", "LON": "0W34", "MON": "11", "NUM": "18", "PRO": "S", "SEC": "36", "YEA": "1852", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Arnozan", "official": {"given": "Charles Louis Xavier"}}, "birth": {"date": "1852-11-12 14:00", "place": {"name": "Bordeaux"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "21"}}, "raw": {"NR": "21", "GNR": "SA218", "JU_": "2", "MA_": "2", "MO_": "2", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1852", "KORR": "", "MARS": "11", "MODE": "LMT", "MOND": "12", "NAME": "ARNOZAN (CHARLES LOUIS XAVIER).", "AUFAB": "-0.70", "PHAS_": "0.200", "SONNE": "14", "VENUS": "17", "BREITE": "44 N 50", "GEBORT": "Bordeaux (Gironde)", "LAENGE": "000 W 34", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "32", "GEBZEIT": "14.00", "JUPITER": "12", "ELECTAGE": "60,3", "ELECTDAT": "11.02.1913", "GEBDATUM": "12.11.1852", "STBDATUM": "05.02.1928"}, "date": "2023-08-20T14:44:16+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-14"}, "ids-in-source": {"g55": "01-14"}}, "raw": {"DAY": "12-11-1852", "HOUR": "14 h.", "NAME": "ARNOZAN Charles", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:47:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25635	la-hir-daniel-1851-12-12	{"g55": "10-673"}	{"g55": "10-673"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "La Hir", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1851-12-12 17:00", "note": null, "place": {"c1": "", "c2": "29", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Morlaix", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Daniel", "family": "La Hir", "nobility": ""}, "birth": {"date": "1851-12-12 17:00", "place": {"c1": "", "c2": "29", "c3": "", "cy": "FR", "name": "Morlaix"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-673"}}, "raw": {"DAY": "12-12-1851", "HOUR": "17 h.", "NAME": "LA HIR Daniel", "PLACE": "Morlaix (Finistère)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25636	leiterer-auguste-1874-09-23	{"g55": "10-674"}	{"g55": "10-674"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Leiterer", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1874-09-23 20:00", "note": null, "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Soultz-les-Bains", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Leiterer", "nobility": ""}, "birth": {"date": "1874-09-23 20:00", "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "name": "Soultz-les-Bains"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-674"}}, "raw": {"DAY": "23-9-1874", "HOUR": "20 h.", "NAME": "LEITERER Auguste", "PLACE": "Soultz-les-Bains (Bas-Rhin)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2110	auvray-maurice-1868-06-01	{"a2": "23", "g55": "01-19", "afd5": "34"}	{"g55": "01-19", "lerrcp": "A2-23", "muller": "M5-34"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Maurice", "family": "Auvray", "spouse": [], "official": {"given": "Maurice", "family": null}}	\N	{"lmt": null, "tzo": "-00:01:42", "date": "1868-06-01 07:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.42299, "lat": 49.33057, "name": "Bernières-sur-Mer", "geoid": 3033272}, "notime": null, "date-ut": "1868-06-01 07:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Auvray"}, "birth": {"tzo": "-00:01:42", "date": "1868-06-01 07:00", "place": {"c2": "14", "cy": "FR", "lg": -0.42299, "lat": 49.33057, "name": "Bernières-sur-Mer", "geoid": 3033272}, "date-ut": "1868-06-01 07:01:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-23"}, "ids-in-sources": {"a2": "23"}}, "raw": {"H": "7", "MN": "1", "TZ": "0", "COD": "14", "COU": "F", "DAY": "1", "LAT": "49N11", "LON": "0W22", "MON": "6", "NUM": "23", "PRO": "S", "SEC": "28", "YEA": "1868", "CITY": "BERNIERES-S-MER"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Auvray", "official": {"given": "Maurice"}}, "birth": {"date": "1868-06-01 07:00", "place": {"name": "Bernières-sur-Mer"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "34"}}, "raw": {"NR": "34", "GNR": "SA223", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "2", "CODE": "3", "JAHR": "1868", "KORR": "", "MARS": "6", "MODE": "LMT", "MOND": "25", "NAME": "AUVRAY (MAURICE).", "AUFAB": "9.20", "PHAS_": "81.000", "SONNE": "4", "VENUS": "1", "BREITE": "49 N 11", "GEBORT": "Bernières-sur-Mer (Calvados)", "LAENGE": "000 W 22", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "22", "GEBZEIT": "07.00", "JUPITER": "8", "ELECTAGE": "58,7", "ELECTDAT": "01.02.1927", "GEBDATUM": "01.06.1868", "STBDATUM": "27.01.1945"}, "date": "2023-08-20T14:44:16+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-19"}, "ids-in-source": {"g55": "01-19"}}, "raw": {"DAY": "1-6-1868", "HOUR": "7 h.", "NAME": "AUVRAY Maurice", "PLACE": "Berniéres-sur-Mer (Calvados)."}, "date": "2023-08-20T14:47:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25637	lejour-jean-marie-1866-11-26	{"g55": "10-675"}	{"g55": "10-675"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Marie", "family": "Lejour", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1866-11-26 01:00", "note": null, "place": {"c1": "", "c2": "52", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Chassigny", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean-Marie", "family": "Lejour", "nobility": ""}, "birth": {"date": "1866-11-26 01:00", "place": {"c1": "", "c2": "52", "c3": "", "cy": "FR", "name": "Chassigny"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-675"}}, "raw": {"DAY": "26-11-1866", "HOUR": "1 h.", "NAME": "LEJOUR Jean-Marie", "PLACE": "Chassigny (Haute-Marne)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25638	lelievre-pierre-1874-10-24	{"g55": "10-676"}	{"g55": "10-676"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Lelievre", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1874-10-24 06:00", "note": null, "place": {"c1": "", "c2": "85", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Treize-Septiers", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Lelievre", "nobility": ""}, "birth": {"date": "1874-10-24 06:00", "place": {"c1": "", "c2": "85", "c3": "", "cy": "FR", "name": "Treize-Septiers"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-676"}}, "raw": {"DAY": "24-10-1874", "HOUR": "6 h.", "NAME": "LELIEVRE Pierre", "PLACE": "Treize-Septiers (Vendée)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2108	astruc-albert-1875-01-29	{"a2": "21", "g55": "01-17", "afd5": "28"}	{"g55": "01-17", "lerrcp": "A2-21", "muller": "M5-28"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Albert", "family": "Astruc", "spouse": [], "official": {"given": "Albert Prosper Jules", "family": null}}	\N	{"lmt": null, "tzo": "+00:10:16", "date": "1875-01-29 08:00", "note": null, "place": {"c1": null, "c2": "12", "c3": null, "cy": "FR", "lg": 2.56667, "lat": 44.35, "name": "Saint-Laurent-d’Olt", "geoid": 0}, "notime": null, "date-ut": "1875-01-29 07:49:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Astruc"}, "birth": {"tzo": "+00:10:16", "date": "1875-01-29 08:00", "place": {"c2": "12", "cy": "FR", "lg": 2.56667, "lat": 44.35, "name": "Saint-Laurent-Dolt", "geoid": 0}, "date-ut": "1875-01-29 07:49:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-21"}, "ids-in-sources": {"a2": "21"}}, "raw": {"H": "7", "MN": "49", "TZ": "0", "COD": "12", "COU": "F", "DAY": "29", "LAT": "44N21", "LON": "2E34", "MON": "1", "NUM": "21", "PRO": "S", "SEC": "44", "YEA": "1875", "CITY": "ST-LAURENT-DOLT"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Astruc", "official": {"given": "Albert Prosper Jules"}}, "birth": {"date": "1875-01-29 08:00", "place": {"name": "Saint-Laurent-d'Olt"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "28"}}, "raw": {"NR": "28", "GNR": "SA221", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "2", "SO_": "2", "VE_": "0", "CODE": "3", "JAHR": "1875", "KORR": "", "MARS": "12", "MODE": "LMT", "MOND": "14", "NAME": "ASTRUC (ALBERT PROSPER JULES).", "AUFAB": "-9.30", "PHAS_": "55.000", "SONNE": "2", "VENUS": "8", "BREITE": "44 N 21", "GEBORT": "Saint-Laurent-d'Olt (Aveyron)", "LAENGE": "002 E 34", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "1", "GEBZEIT": "08.00", "JUPITER": "14", "ELECTAGE": "52,2", "ELECTDAT": "22.03.1927", "GEBDATUM": "29.01.1875", "STBDATUM": "21.04.1956"}, "date": "2023-08-20T14:44:16+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Laurent-d’Olt"}}, "partial-ids": {"g55": "01-17"}, "ids-in-source": {"g55": "01-17"}}, "raw": {"DAY": "29-1-1875", "HOUR": "8 h.", "NAME": "ASTRUC Albert", "PLACE": "Saint-Laurent-d’Olt (Aveyron)."}, "date": "2023-08-20T14:47:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2109	auffret-charles-1838-07-01	{"a2": "22", "g55": "01-18", "afd5": "32"}	{"g55": "01-18", "lerrcp": "A2-22", "muller": "M5-32"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles", "family": "Auffret", "spouse": [], "official": {"given": "Charles Jacques Emile", "family": null}}	\N	{"lmt": null, "tzo": "-00:17:57", "date": "1838-07-01 02:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1838-07-01 02:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Auffret"}, "birth": {"tzo": "-00:17:57", "date": "1838-07-01 02:00", "place": {"c2": "29", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1838-07-01 02:16:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-22"}, "ids-in-sources": {"a2": "22"}}, "raw": {"H": "2", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "1", "LAT": "48N 0", "LON": "4W 6", "MON": "7", "NUM": "22", "PRO": "S", "SEC": "24", "YEA": "1838", "CITY": "BREST"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Auffret", "official": {"given": "Charles Jacques Emile"}}, "birth": {"date": "1838-07-01 02:00", "place": {"name": "Brest"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "32"}}, "raw": {"NR": "32", "GNR": "SA222", "JU_": "0", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "2", "CODE": "4", "JAHR": "1838", "KORR": "", "MARS": "36", "MODE": "LMT", "MOND": "21", "NAME": "AUFFRET (CHARLES JACQUES EMILE).", "AUFAB": "9.50", "PHAS_": "59.100", "SONNE": "32", "VENUS": "1", "BREITE": "48 N 00", "GEBORT": "Brest (Finistère)", "LAENGE": "004 W 06", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "19", "GEBZEIT": "02.00", "JUPITER": "23", "ELECTAGE": "60,8", "ELECTDAT": "21.03.1899", "GEBDATUM": "01.07.1838", "STBDATUM": "26.10.1911"}, "date": "2023-08-20T14:44:16+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-18"}, "ids-in-source": {"g55": "01-18"}}, "raw": {"DAY": "1-7-1838", "HOUR": "2 h.", "NAME": "AUFFRET Charles", "PLACE": "Brest (Finistère)."}, "date": "2023-08-20T14:47:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25639	lemond-charles-1856-10-28	{"g55": "10-677"}	{"g55": "10-677"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Lemond", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1856-10-28 10:00", "note": null, "place": {"c1": "", "c2": "55", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Rouvrois-sur-Meuse", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Lemond", "nobility": ""}, "birth": {"date": "1856-10-28 10:00", "place": {"c1": "", "c2": "55", "c3": "", "cy": "FR", "name": "Rouvrois-sur-Meuse"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-677"}}, "raw": {"DAY": "28-10-1856", "HOUR": "10 h.", "NAME": "LEMOND Charles", "PLACE": "Rouvrois-sur-Meuse (Meuse)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25640	leonetti-dominique-1852-01-13	{"g55": "10-678"}	{"g55": "10-678"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dominique", "family": "Leonetti", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1852-01-13 00:00", "note": null, "place": {"c1": "", "c2": "20", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Ciamannacio", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Dominique", "family": "Leonetti", "nobility": ""}, "birth": {"date": "1852-01-13 00:00", "place": {"c1": "", "c2": "20", "c3": "", "cy": "FR", "name": "Ciamannacio"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-678"}}, "raw": {"DAY": "13-1-1852", "HOUR": "0 h.", "NAME": "LEONETTI Dominique", "PLACE": "Ciamannacio (Corse)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2115	baillet-casimir-1820-09-10	{"a2": "28", "g55": "01-23", "afd5": "39"}	{"g55": "01-23", "lerrcp": "A2-28", "muller": "M5-39"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Casimir", "family": "Baillet", "spouse": [], "official": {"given": "Casimir Célestin", "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1820-09-10 16:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1820-09-10 09:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Casimir", "family": "Baillet"}, "birth": {"tzo": "+00:08:32", "date": "1820-09-10 10:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1820-09-10 09:51:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-28"}, "ids-in-sources": {"a2": "28"}}, "raw": {"H": "9", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "10", "LAT": "48N50", "LON": "2E 8", "MON": "9", "NUM": "28", "PRO": "S", "SEC": "28", "YEA": "1820", "CITY": "VERSAILLES"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Baillet", "official": {"given": "Casimir Célestin"}}, "birth": {"date": "1820-09-10 16:00", "place": {"name": "Versailles"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "39"}}, "raw": {"NR": "39", "GNR": "SA228", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "2", "JAHR": "1820", "KORR": "", "MARS": "13", "MODE": "LMT", "MOND": "13", "NAME": "BAILLET (CASIMIR CÉLESTIN).", "AUFAB": "3.40", "PHAS_": "5.200", "SONNE": "15", "VENUS": "18", "BREITE": "48 N 50", "GEBORT": "Versailles (Seine-et-Oise)", "LAENGE": "002 E 08", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "31", "GEBZEIT": "16.00", "JUPITER": "33", "ELECTAGE": "59,5", "ELECTDAT": "24.02.1880", "GEBDATUM": "10.09.1820", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-23"}, "ids-in-source": {"g55": "01-23"}}, "raw": {"DAY": "10-9-1820", "HOUR": "10 h.", "NAME": "BAILLIET Casimir", "PLACE": "Versailles (Seine-et-Oise)."}, "date": "2023-08-20T14:47:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25641	leroquais-victor-m-1873-08-07	{"g55": "10-679"}	{"g55": "10-679"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor-M.", "family": "Leroquais", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1873-08-07 18:00", "note": null, "place": {"c1": "", "c2": "14", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Germain-de-T.", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Victor-M.", "family": "Leroquais", "nobility": ""}, "birth": {"date": "1873-08-07 18:00", "place": {"c1": "", "c2": "14", "c3": "", "cy": "FR", "name": "Saint-Germain-de-T."}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-679"}}, "raw": {"DAY": "7-8-1873", "HOUR": "18 h.", "NAME": "LEROQUAIS Victor-M.", "PLACE": "Saint-Germain-de-T. (Calvad.)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25642	lesage-louis-1872-01-04	{"g55": "10-680"}	{"g55": "10-680"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Lesage", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1872-01-04 21:00", "note": null, "place": {"c1": "", "c2": "35", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Romillé", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Lesage", "nobility": ""}, "birth": {"date": "1872-01-04 21:00", "place": {"c1": "", "c2": "35", "c3": "", "cy": "FR", "name": "Romillé"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-680"}}, "raw": {"DAY": "4-1-1872", "HOUR": "21 h.", "NAME": "LESAGE Louis", "PLACE": "Romillé (Ille-et-Vilaine)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2113	baillarger-jules-1809-03-25	{"a2": "26", "g55": "01-21", "afd5": "38"}	{"g55": "01-21", "lerrcp": "A2-26", "muller": "M5-38"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jules", "family": "Baillarger", "spouse": [], "official": {"given": "Jules Gabriel François", "family": null}}	\N	{"lmt": null, "tzo": "-00:06:40", "date": "1809-03-25 21:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Montbazon", "geoid": 0}, "notime": null, "date-ut": "1809-03-25 21:06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Baillarger"}, "birth": {"tzo": "-00:06:40", "date": "1809-03-25 21:00", "place": {"c2": "35", "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Montbazon", "geoid": 0}, "date-ut": "1809-03-25 21:06:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-26"}, "ids-in-sources": {"a2": "26"}}, "raw": {"H": "21", "MN": "6", "TZ": "0", "COD": "35", "COU": "F", "DAY": "25", "LAT": "48N 7", "LON": "1W40", "MON": "3", "NUM": "26", "PRO": "S", "SEC": "40", "YEA": "1809", "CITY": "MONTBAZON"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Baillarger", "official": {"given": "Jules Gabriel François"}}, "birth": {"date": "1809-03-25 21:00", "place": {"name": "Montbazon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "38"}}, "raw": {"NR": "38", "GNR": "SA226", "JU_": "0", "MA_": "2", "MO_": "2", "SA_": "0", "SO_": "0", "VE_": "0", "CODE": "2", "JAHR": "1809", "KORR": "", "MARS": "2", "MODE": "LMT", "MOND": "11", "NAME": "BAILLARGER (JULES GABRIEL FRANÇOIS).", "AUFAB": "9.60", "PHAS_": "56.800", "SONNE": "23", "VENUS": "16", "BREITE": "47 N 24", "GEBORT": "Montbazon (Indre-et-Loire)", "LAENGE": "000 E 42", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "33", "GEBZEIT": "21.00", "JUPITER": "23", "ELECTAGE": "38,2", "ELECTDAT": "15.06.1847", "GEBDATUM": "25.03.1809", "STBDATUM": "31.12.1890"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Montbazon"}}, "partial-ids": {"g55": "01-21"}, "ids-in-source": {"g55": "01-21"}}, "raw": {"DAY": "25-3-1809", "HOUR": "21 h.", "NAME": "BAILLARGER Jules", "PLACE": "Montbazon (Indre-et-Loire)."}, "date": "2023-08-20T14:47:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2114	baillet-louis-1834-09-07	{"a2": "27", "g55": "01-22", "afd5": "40"}	{"g55": "01-22", "lerrcp": "A2-27", "muller": "M5-40"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Baillet", "spouse": [], "official": {"given": "Louis René", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:12", "date": "1834-09-07 10:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1834-09-07 09:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Baillet"}, "birth": {"tzo": "+00:09:12", "date": "1834-09-07 10:00", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1834-09-07 09:50:48"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-27"}, "ids-in-sources": {"a2": "27"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "7", "LAT": "49N54", "LON": "2E18", "MON": "9", "NUM": "27", "PRO": "S", "SEC": "48", "YEA": "1834", "CITY": "AMIENS"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Baillet", "official": {"given": "Louis René"}}, "birth": {"date": "1834-09-07 10:00", "place": {"name": "Amiens"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "40"}}, "raw": {"NR": "40", "GNR": "SA227", "JU_": "0", "MA_": "1", "MO_": "2", "SA_": "1", "SO_": "0", "VE_": "2", "CODE": "3", "JAHR": "1834", "KORR": "", "MARS": "13", "MODE": "LMT", "MOND": "36", "NAME": "BAILLET (LOUIS RENÉ).", "AUFAB": "7.80", "PHAS_": "16.300", "SONNE": "7", "VENUS": "1", "BREITE": "49 N 54", "GEBORT": "Amiens (Somme)", "LAENGE": "002 E 18", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "4", "GEBZEIT": "10.00", "JUPITER": "15", "ELECTAGE": "58,7", "ELECTDAT": "18.04.1893", "GEBDATUM": "07.09.1834", "STBDATUM": "04.02.1917"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-22"}, "ids-in-source": {"g55": "01-22"}}, "raw": {"DAY": "7-9-1834", "HOUR": "10 h.", "NAME": "BAILLET Louis René", "PLACE": "Amiens (Somme)."}, "date": "2023-08-20T14:47:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25643	le-tesson-jean-l-1850-01-17	{"g55": "10-681"}	{"g55": "10-681"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-L.", "family": "Le Tesson", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1850-01-17 09:00", "note": null, "place": {"c1": "", "c2": "56", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Plouhinec", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean-L.", "family": "Le Tesson", "nobility": ""}, "birth": {"date": "1850-01-17 09:00", "place": {"c1": "", "c2": "56", "c3": "", "cy": "FR", "name": "Plouhinec"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-681"}}, "raw": {"DAY": "17-1-1850", "HOUR": "9 h.", "NAME": "LE TESSON Jean-L.", "PLACE": "Plouhinec (Morbihan)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25644	le-troadec-toussain-1882-10-30	{"g55": "10-682"}	{"g55": "10-682"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Toussain", "family": "Le Troadec", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1882-10-30 22:00", "note": null, "place": {"c1": "", "c2": "22", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Rospez", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Toussain", "family": "Le Troadec", "nobility": ""}, "birth": {"date": "1882-10-30 22:00", "place": {"c1": "", "c2": "22", "c3": "", "cy": "FR", "name": "Rospez"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-682"}}, "raw": {"DAY": "30-10-1882", "HOUR": "22 h.", "NAME": "LE TROADEC Toussain", "PLACE": "Rospez (Côtes-du-Nord)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25645	leveque-eugene-1855-09-20	{"g55": "10-683"}	{"g55": "10-683"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Leveque", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1855-09-20 11:20", "note": null, "place": {"c1": "", "c2": "49", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Angers", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Leveque", "nobility": ""}, "birth": {"date": "1855-09-20 11:20", "place": {"c1": "", "c2": "49", "c3": "", "cy": "FR", "name": "Angers"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-683"}}, "raw": {"DAY": "20-9-1855", "HOUR": "11 h. 20", "NAME": "LEVEQUE Eugène", "PLACE": "Angers (Maine-et-Loire)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25646	lion-leopold-1855-12-14	{"g55": "10-684"}	{"g55": "10-684"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léopold", "family": "Lion", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1855-12-14 22:00", "note": null, "place": {"c1": "", "c2": "80", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Chépy", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Léopold", "family": "Lion", "nobility": ""}, "birth": {"date": "1855-12-14 22:00", "place": {"c1": "", "c2": "80", "c3": "", "cy": "FR", "name": "Chépy"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-684"}}, "raw": {"DAY": "14-12-1855", "HOUR": "22 h.", "NAME": "LION Léopold", "PLACE": "Chépy (Somme)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2118	ballet-gilbert-1853-03-29	{"a2": "31", "g55": "01-25", "afd5": "44"}	{"g55": "01-25", "lerrcp": "A2-31", "muller": "M5-44"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Gilbert", "family": "Ballet", "spouse": [], "official": {"given": "Gilbert Louis Siméon", "family": null}}	\N	{"lmt": null, "tzo": "+00:05:36", "date": "1853-03-29 05:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.39975, "lat": 45.95733, "name": "Ambazac", "geoid": 3037954}, "notime": null, "date-ut": "1853-03-29 04:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gilbert", "family": "Ballet"}, "birth": {"tzo": "+00:05:36", "date": "1853-03-29 05:00", "place": {"c2": "87", "cy": "FR", "lg": 1.39975, "lat": 45.95733, "name": "Ambazac", "geoid": 3037954}, "date-ut": "1853-03-29 04:55"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-31"}, "ids-in-sources": {"a2": "31"}}, "raw": {"H": "4", "MN": "55", "TZ": "0", "COD": "87", "COU": "F", "DAY": "29", "LAT": "45N50", "LON": "1E15", "MON": "3", "NUM": "31", "PRO": "S", "SEC": "0", "YEA": "1853", "CITY": "AMBAZAC"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Ballet", "official": {"given": "Gilbert Louis Siméon"}}, "birth": {"date": "1853-03-29 05:00", "place": {"name": "Ambazac"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "44"}}, "raw": {"NR": "44", "GNR": "SA231", "JU_": "2", "MA_": "2", "MO_": "2", "SA_": "0", "SO_": "1", "VE_": "2", "CODE": "3", "JAHR": "1853", "KORR": "", "MARS": "36", "MODE": "LMT", "MOND": "12", "NAME": "BALLET (GILBERT LOUIS SIMÉON).", "AUFAB": "-8.30", "PHAS_": "81.100", "SONNE": "35", "VENUS": "36", "BREITE": "45 N 50", "GEBORT": "Ambazac (Haute-Vienne)", "LAENGE": "001 E 15", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "32", "GEBZEIT": "05.00", "JUPITER": "9", "ELECTAGE": "58,9", "ELECTDAT": "30.01.1912", "GEBDATUM": "29.03.1853", "STBDATUM": "17.03.1916"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-25"}, "ids-in-source": {"g55": "01-25"}}, "raw": {"DAY": "29-3-1853", "HOUR": "5 h.", "NAME": "BALLET Gilbert", "PLACE": "Ambazac (Haute-Vienne)."}, "date": "2023-08-20T14:47:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2120	balzer-felix-1849-04-04	{"a2": "33", "g55": "01-26", "afd5": "48"}	{"g55": "01-26", "lerrcp": "A2-33", "muller": "M5-48"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Félix", "family": "Balzer", "spouse": [], "official": {"given": "Félix", "family": null}}	\N	{"lmt": null, "tzo": "-00:06:20", "date": "1849-04-04 23:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.58333, "lat": 47.21667, "name": "Chateaubriand", "geoid": 0}, "notime": null, "date-ut": "1849-04-04 23:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Balzer"}, "birth": {"tzo": "-00:06:20", "date": "1849-04-04 23:00", "place": {"c2": "44", "cy": "FR", "lg": -1.58333, "lat": 47.21667, "name": "Chateaubriand", "geoid": 0}, "date-ut": "1849-04-04 23:06:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-33"}, "ids-in-sources": {"a2": "33"}}, "raw": {"H": "23", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "4", "LAT": "47N13", "LON": "1W35", "MON": "4", "NUM": "33", "PRO": "S", "SEC": "20", "YEA": "1849", "CITY": "CHATEAUBRIAND"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Balzer", "official": {"given": "Félix"}}, "birth": {"date": "1849-04-04 23:00", "place": {"name": "Châteaubriant"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "48"}}, "raw": {"NR": "48", "GNR": "SA233", "JU_": "1", "MA_": "1", "MO_": "2", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1849", "KORR": "", "MARS": "30", "MODE": "LMT", "MOND": "11", "NAME": "BALZER (FÉLIX).", "AUFAB": "8.10", "PHAS_": "86.500", "SONNE": "26", "VENUS": "20", "BREITE": "47 N 13", "GEBORT": "Châteaubriant (Loire-Inférieure)", "LAENGE": "001 W 35", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "27", "GEBZEIT": "23.00", "JUPITER": "13", "ELECTAGE": "59,2", "ELECTDAT": "19.05.1908", "GEBDATUM": "04.04.1849", "STBDATUM": "15.03.1929"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Chateaubriand"}}, "partial-ids": {"g55": "01-26"}, "ids-in-source": {"g55": "01-26"}}, "raw": {"DAY": "4-4-1849", "HOUR": "23 h.", "NAME": "BALZER Félix", "PLACE": "Chateaubriand (Loire-Inférieure)."}, "date": "2023-08-20T14:47:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25647	louarn-pierre-1905-01-06	{"g55": "10-685"}	{"g55": "10-685"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Louarn", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1905-01-06 20:00", "note": null, "place": {"c1": "", "c2": "29", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lennon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Louarn", "nobility": ""}, "birth": {"date": "1905-01-06 20:00", "place": {"c1": "", "c2": "29", "c3": "", "cy": "FR", "name": "Lennon"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-685"}}, "raw": {"DAY": "6-1-1905", "HOUR": "20 h.", "NAME": "LOUARN Pierre", "PLACE": "Lennon (Finistère)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25648	lothon-alphonse-1874-03-01	{"g55": "10-686"}	{"g55": "10-686"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Lothon", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1874-03-01 14:00", "note": null, "place": {"c1": "", "c2": "53", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Laval", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Lothon", "nobility": ""}, "birth": {"date": "1874-03-01 14:00", "place": {"c1": "", "c2": "53", "c3": "", "cy": "FR", "name": "Laval"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-686"}}, "raw": {"DAY": "1-3-1874", "HOUR": "14 h.", "NAME": "LOTHON Alphonse", "PLACE": "Laval (Mayenne)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25649	louis-henri-1865-04-29	{"g55": "10-687"}	{"g55": "10-687"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Louis", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1865-04-29 02:00", "note": null, "place": {"c1": "", "c2": "88", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Dounous", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Louis", "nobility": ""}, "birth": {"date": "1865-04-29 02:00", "place": {"c1": "", "c2": "88", "c3": "", "cy": "FR", "name": "Dounous"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-687"}}, "raw": {"DAY": "29-4-1865", "HOUR": "2 h.", "NAME": "LOUIS Henri", "PLACE": "Dounous (Vosges)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25650	louwick-alfred-1851-01-24	{"g55": "10-688"}	{"g55": "10-688"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Louwick", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1851-01-24 05:00", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Wulvelding", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Louwick", "nobility": ""}, "birth": {"date": "1851-01-24 05:00", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Wulvelding"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-688"}}, "raw": {"DAY": "24-1-1851", "HOUR": "5 h.", "NAME": "LOUWICK Alfred", "PLACE": "Wulvelding (Nord)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2121	barallier-auguste-1814-09-01	{"a2": "34", "g55": "01-27"}	{"g55": "01-27", "lerrcp": "A2-34"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Barallier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:43", "date": "1814-09-01 03:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1814-09-01 02:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Barallier"}, "birth": {"tzo": "+00:23:43", "date": "1814-09-01 03:00", "place": {"c2": "83", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1814-09-01 02:34:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-34"}, "ids-in-sources": {"a2": "34"}}, "raw": {"H": "2", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "1", "LAT": "43N32", "LON": "6E28", "MON": "9", "NUM": "34", "PRO": "S", "SEC": "8", "YEA": "1814", "CITY": "TOULON"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "01-27"}, "ids-in-source": {"g55": "01-27"}}, "raw": {"DAY": "1-9-1814", "HOUR": "3 h.", "NAME": "BARALLIER Auguste Marie", "PLACE": "Toulon (Var)."}, "date": "2023-08-20T14:47:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2124	bardier-emile-1870-03-18	{"a2": "37", "g55": "01-30", "afd5": "51"}	{"g55": "01-30", "lerrcp": "A2-37", "muller": "M5-51"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Emile", "family": "Bardier", "spouse": [], "official": {"given": "Emile Désiré", "family": null}}	\N	{"lmt": null, "tzo": "+00:05:44", "date": "1870-03-18 01:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.43333, "lat": 43.61667, "name": "Isle-en-Dodon", "geoid": 0}, "notime": null, "date-ut": "1870-03-18 00:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Bardier"}, "birth": {"tzo": "+00:05:44", "date": "1870-03-18 01:00", "place": {"c2": "31", "cy": "FR", "lg": 1.43333, "lat": 43.61667, "name": "Isle-en-Dodon", "geoid": 0}, "date-ut": "1870-03-18 00:54:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-37"}, "ids-in-sources": {"a2": "37"}}, "raw": {"H": "0", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "18", "LAT": "43N37", "LON": "1E26", "MON": "3", "NUM": "37", "PRO": "S", "SEC": "16", "YEA": "1870", "CITY": "ISLE-EN-DODON"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Bardier", "official": {"given": "Emile Désiré"}}, "birth": {"date": "1870-03-18 01:00", "place": {"name": "l'Isleen-Dodon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "51"}}, "raw": {"NR": "51", "GNR": "SA237", "JU_": "0", "MA_": "1", "MO_": "2", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1870", "KORR": "", "MARS": "29", "MODE": "LMT", "MOND": "10", "NAME": "BARDIER (EMILE DÉSIRÉ).", "AUFAB": "0.20", "PHAS_": "99.600", "SONNE": "29", "VENUS": "32", "BREITE": "43 N 37", "GEBORT": "l'Isleen-Dodon (Haute-Garonne)", "LAENGE": "001 E 26", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "36", "GEBZEIT": "01.00", "JUPITER": "23", "ELECTAGE": "58,0", "ELECTDAT": "21.02.1928", "GEBDATUM": "18.03.1870", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Isle-en-Dodon"}}, "partial-ids": {"g55": "01-30"}, "ids-in-source": {"g55": "01-30"}}, "raw": {"DAY": "18-3-1870", "HOUR": "1 h.", "NAME": "BARDIER Emile Désiré", "PLACE": "Isle-en-Dodon (Hte-Garonne)."}, "date": "2023-08-20T14:47:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25651	luret-jean-1857-02-20	{"g55": "10-689"}	{"g55": "10-689"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Luret", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1857-02-20 09:00", "note": null, "place": {"c1": "", "c2": "36", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Buverette", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Luret", "nobility": ""}, "birth": {"date": "1857-02-20 09:00", "place": {"c1": "", "c2": "36", "c3": "", "cy": "FR", "name": "Buverette"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-689"}}, "raw": {"DAY": "20-2-1857", "HOUR": "9 h.", "NAME": "LURET Jean", "PLACE": "Buverette (Indre)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25652	mailfert-francois-1838-05-03	{"g55": "10-690"}	{"g55": "10-690"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Mailfert", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1838-05-03 01:00", "note": null, "place": {"c1": "", "c2": "02", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Bruyere-Montberaut", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "François", "family": "Mailfert", "nobility": ""}, "birth": {"date": "1838-05-03 01:00", "place": {"c1": "", "c2": "02", "c3": "", "cy": "FR", "name": "Bruyere-Montberaut"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-690"}}, "raw": {"DAY": "3-5-1838", "HOUR": "1 h.", "NAME": "MAILFERT François", "PLACE": "Bruyere-Montberaut (Aisne)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25653	mailles-auguste-1842-11-25	{"g55": "10-691"}	{"g55": "10-691"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Mailles", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1842-11-25 06:00", "note": null, "place": {"c1": "", "c2": "65", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lacassagne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Mailles", "nobility": ""}, "birth": {"date": "1842-11-25 06:00", "place": {"c1": "", "c2": "65", "c3": "", "cy": "FR", "name": "Lacassagne"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-691"}}, "raw": {"DAY": "25-11-1842", "HOUR": "6 h.", "NAME": "MAILLES Auguste", "PLACE": "Lacassagne (Hautes-Pyrénées)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25654	malijoud-charles-1868-01-12	{"g55": "10-692"}	{"g55": "10-692"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Malijoud", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1868-01-12 18:00", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Douai", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Malijoud", "nobility": ""}, "birth": {"date": "1868-01-12 18:00", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Douai"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-692"}}, "raw": {"DAY": "12-1-1868", "HOUR": "18 h.", "NAME": "MALIJOUD Charles", "PLACE": "Douai (Nord)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2127	barrier-gustave-1853-03-25	{"a2": "40", "g55": "01-32", "afd5": "58"}	{"g55": "01-32", "lerrcp": "A2-40", "muller": "M5-58"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Gustave", "family": "Barrier", "spouse": [], "official": {"given": "Gustave Joseph Victor", "family": null}}	\N	{"lmt": null, "tzo": "+00:25:27", "date": "1853-03-25 02:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.36117, "lat": 47.35295, "name": "Baume-les-Dames", "geoid": 3034535}, "notime": null, "date-ut": "1853-03-25 01:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Barrier"}, "birth": {"tzo": "+00:25:27", "date": "1853-03-25 02:00", "place": {"c2": "25", "cy": "FR", "lg": 6.36117, "lat": 47.35295, "name": "Baume-les-Dames", "geoid": 3034535}, "date-ut": "1853-03-25 01:35:52"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-40"}, "ids-in-sources": {"a2": "40"}}, "raw": {"H": "1", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "25", "LAT": "47N15", "LON": "6E 2", "MON": "3", "NUM": "40", "PRO": "S", "SEC": "52", "YEA": "1853", "CITY": "BAUME-LES-DAMES"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Barrier", "official": {"given": "Gustave Joseph Victor"}}, "birth": {"date": "1853-03-25 02:00", "place": {"name": "Baume-les-Dames"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "58"}}, "raw": {"NR": "58", "GNR": "SA240", "JU_": "2", "MA_": "1", "MO_": "2", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1853", "KORR": "", "MARS": "31", "MODE": "LMT", "MOND": "12", "NAME": "BARRIER (GUSTAVE JOSEPH VICTOR).", "AUFAB": "2.10", "PHAS_": "99.700", "SONNE": "30", "VENUS": "31", "BREITE": "47 N 15", "GEBORT": "Baume-les-Dames (Doubs)", "LAENGE": "006 E 02", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "26", "GEBZEIT": "02.00", "JUPITER": "2", "ELECTAGE": "50,7", "ELECTDAT": "08.12.1903", "GEBDATUM": "25.03.1853", "STBDATUM": "22.01.1945"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-32"}, "ids-in-source": {"g55": "01-32"}}, "raw": {"DAY": "25-3-1853", "HOUR": "2 h.", "NAME": "BARRIER Gustave", "PLACE": "Baumes-les-Dames (Doubs)."}, "date": "2023-08-20T14:47:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2129	barthe-joseph-1857-12-04	{"a2": "42", "g55": "01-34", "afd5": "60"}	{"g55": "01-34", "lerrcp": "A2-42", "muller": "M5-60"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Joseph", "family": "Barthe", "spouse": [], "official": {"given": "Joseph Paul Léonce", "family": null}}	\N	{"lmt": null, "tzo": "+00:01:20", "date": "1857-12-04 18:00", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.33333, "lat": 46.58333, "name": "Couhé-Vérac", "geoid": 0}, "notime": null, "date-ut": "1857-12-04 17:58:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Barthe"}, "birth": {"tzo": "+00:01:20", "date": "1857-12-04 18:00", "place": {"c2": "86", "cy": "FR", "lg": 0.33333, "lat": 46.58333, "name": "Couhe-Verac", "geoid": 0}, "date-ut": "1857-12-04 17:58:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-42"}, "ids-in-sources": {"a2": "42"}}, "raw": {"H": "17", "MN": "58", "TZ": "0", "COD": "86", "COU": "F", "DAY": "4", "LAT": "46N35", "LON": "0E20", "MON": "12", "NUM": "42", "PRO": "S", "SEC": "40", "YEA": "1857", "CITY": "COUHE-VERAC"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Barthe", "official": {"given": "Joseph Paul Léonce"}}, "birth": {"date": "1857-12-04 18:00", "place": {"name": "Couhé-Vérac"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "60"}}, "raw": {"NR": "60", "GNR": "SA242", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1857", "KORR": "", "MARS": "25", "MODE": "LMT", "MOND": "34", "NAME": "BARTHE (JOSEPH PAUL LÉONCE).", "AUFAB": "-5.80", "PHAS_": "90.400", "SONNE": "21", "VENUS": "22", "BREITE": "46 N 35", "GEBORT": "Couhé-Vérac (Vienne)", "LAENGE": "000 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "33", "GEBZEIT": "18.00", "JUPITER": "5", "ELECTAGE": "67,2", "ELECTDAT": "03.02.1925", "GEBDATUM": "04.12.1857", "STBDATUM": "07.03.1941"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Couhé-Vérac"}}, "partial-ids": {"g55": "01-34"}, "ids-in-source": {"g55": "01-34"}}, "raw": {"DAY": "4-12-1857", "HOUR": "18 h.", "NAME": "BARTHE Joseph Paul", "PLACE": "Couhé-Vérac (Vienne)."}, "date": "2023-08-20T14:47:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2130	barthez-antoine-1811-08-06	{"a2": "43", "g55": "01-35", "afd5": "61"}	{"g55": "01-35", "lerrcp": "A2-43", "muller": "M5-61"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "de", "alter": [], "given": "Antoine", "family": "Barthez", "spouse": [], "official": {"given": "Antoine Charles Ernest", "family": null}}	\N	{"lmt": null, "tzo": "+00:12", "date": "1811-08-06 07:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 3.00141, "lat": 43.18396, "name": "Narbonne", "geoid": 2990919}, "notime": null, "date-ut": "1811-08-06 06:50:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Barthez"}, "birth": {"tzo": "+00:12", "date": "1811-08-06 07:00", "place": {"c2": "11", "cy": "FR", "lg": 3.00141, "lat": 43.18396, "name": "Narbonne", "geoid": 2990919}, "date-ut": "1811-08-06 06:50:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-43"}, "ids-in-sources": {"a2": "43"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "6", "LAT": "43N12", "LON": "2E21", "MON": "8", "NUM": "43", "PRO": "S", "SEC": "36", "YEA": "1811", "CITY": "NARBONNE"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "de", "family": "Barthez", "official": {"given": "Antoine Charles Ernest"}}, "birth": {"date": "1811-08-06 07:00", "place": {"name": "Narbonne"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "61"}}, "raw": {"NR": "61", "GNR": "SA243", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "1", "CODE": "3", "JAHR": "1811", "KORR": "", "MARS": "27", "MODE": "LMT", "MOND": "18", "NAME": "BARTHEZ (ANTOINE CHARLES ERNEST DE).", "AUFAB": "-2.60", "PHAS_": "97.100", "SONNE": "3", "VENUS": "5", "BREITE": "43 N 12", "GEBORT": "Narbonne (Aude)", "LAENGE": "002 E 21", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "26", "GEBZEIT": "07.00", "JUPITER": "7", "ELECTAGE": "55,3", "ELECTDAT": "27.11.1866", "GEBDATUM": "06.08.1811", "STBDATUM": "06.12.1891"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-35"}, "ids-in-source": {"g55": "01-35"}}, "raw": {"DAY": "6-8-1811", "HOUR": "7 h.", "NAME": "BARTHEZ Antoine (de)", "PLACE": "Narbonne (Aude)."}, "date": "2023-08-20T14:47:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25655	malley-theodore-1853-11-09	{"g55": "10-693"}	{"g55": "10-693"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Théodore", "family": "Malley", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1853-11-09 05:00", "note": null, "place": {"c1": "", "c2": "03", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Murat", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Théodore", "family": "Malley", "nobility": ""}, "birth": {"date": "1853-11-09 05:00", "place": {"c1": "", "c2": "03", "c3": "", "cy": "FR", "name": "Murat"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-693"}}, "raw": {"DAY": "9-11-1853", "HOUR": "5 h.", "NAME": "MALLEY Théodore", "PLACE": "Murat (Allier)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25656	mallet-emile-1859-01-15	{"g55": "10-694"}	{"g55": "10-694"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Mallet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1859-01-15 16:00", "note": null, "place": {"c1": "", "c2": "02", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Condé-en-Brie", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Mallet", "nobility": ""}, "birth": {"date": "1859-01-15 16:00", "place": {"c1": "", "c2": "02", "c3": "", "cy": "FR", "name": "Condé-en-Brie"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-694"}}, "raw": {"DAY": "15-1-1859", "HOUR": "16 h.", "NAME": "MALLET Emile", "PLACE": "Condé-en-Brie (Aisne)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25657	many-seeraphin-1847-12-30	{"g55": "10-695"}	{"g55": "10-695"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Seéraphin", "family": "Many", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1847-12-30 02:00", "note": null, "place": {"c1": "", "c2": "01", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Gespunsart", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Seéraphin", "family": "Many", "nobility": ""}, "birth": {"date": "1847-12-30 02:00", "place": {"c1": "", "c2": "01", "c3": "", "cy": "FR", "name": "Gespunsart"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-695"}}, "raw": {"DAY": "30-12-1847", "HOUR": "2 h.", "NAME": "MANY Seéraphin", "PLACE": "Gespunsart (Ain)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2131	baudoin-alphonse-1876-09-13	{"a2": "44", "g55": "01-37"}	{"g55": "01-37", "lerrcp": "A2-44"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Baudoin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 7.75, "lat": 37, "name": "Bône", "geoid": 0}, "notime": null, "date-ut": "1876-09-13 05:29:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Baudoin"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 7.75, "lat": 37, "name": "BONE", "geoid": 0}, "date-ut": "1876-09-13 05:29:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-44"}, "ids-in-sources": {"a2": "44"}}, "raw": {"H": "5", "MN": "29", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "13", "LAT": "37N 0", "LON": "7E45", "MON": "9", "NUM": "44", "PRO": "S", "SEC": "0", "YEA": "1876", "CITY": "BONE"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Bône"}}, "partial-ids": {"g55": "01-37"}, "ids-in-source": {"g55": "01-37"}}, "raw": {"DAY": "13-9-1876", "HOUR": "6 h.", "NAME": "BAUDOIN Alphonse", "PLACE": "Bône (Algérie)."}, "date": "2023-08-20T14:47:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2133	baumel-leopold-1854-06-23	{"a2": "46", "g55": "01-39", "afd5": "65"}	{"g55": "01-39", "lerrcp": "A2-46", "muller": "M5-65"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Leopold", "family": "Baumel", "spouse": [], "official": {"given": "Hippolyte Léopold Etienne", "family": null}}	\N	{"lmt": null, "tzo": "+00:13:17", "date": "1854-06-23 01:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.31959, "lat": 43.73178, "name": "Lodève", "geoid": 2997936}, "notime": null, "date-ut": "1854-06-23 00:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Leopold", "family": "Baumel"}, "birth": {"tzo": "+00:13:17", "date": "1854-06-23 01:00", "place": {"c2": "34", "cy": "FR", "lg": 3.31959, "lat": 43.73178, "name": "Lodève", "geoid": 2997936}, "date-ut": "1854-06-23 00:44:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-46"}, "ids-in-sources": {"a2": "46"}}, "raw": {"H": "0", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "23", "LAT": "43N37", "LON": "3E53", "MON": "6", "NUM": "46", "PRO": "S", "SEC": "28", "YEA": "1854", "CITY": "LODEVE"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Baumel", "official": {"given": "Hippolyte Léopold Etienne"}}, "birth": {"date": "1854-06-23 01:00", "place": {"name": "Lodève"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "65"}}, "raw": {"NR": "65", "GNR": "SA246", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1854", "KORR": "", "MARS": "21", "MODE": "LMT", "MOND": "33", "NAME": "BAUMEL (HIPPOLYTE LÉOPOLD ETIENNE).", "AUFAB": "-5.30", "PHAS_": "5.600", "SONNE": "30", "VENUS": "34", "BREITE": "43 N 37", "GEBORT": "Lodève (Hérault)", "LAENGE": "003 E 53", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "32", "GEBZEIT": "01.00", "JUPITER": "8", "ELECTAGE": "53,8", "ELECTDAT": "24.03.1908", "GEBDATUM": "23.06.1854", "STBDATUM": "09.01.1929"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-39"}, "ids-in-source": {"g55": "01-39"}}, "raw": {"DAY": "23-6-1854", "HOUR": "1 h.", "NAME": "BAUMEL Léopold", "PLACE": "Lodaeve (Hérault)."}, "date": "2023-08-20T14:47:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2135	bazy-pierre-1853-03-28	{"a2": "48", "g55": "01-40", "afd5": "67"}	{"g55": "01-40", "lerrcp": "A2-48", "muller": "M5-67"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre", "family": "Bazy", "spouse": [], "official": {"given": "Pierre Jean-Baptiste", "family": null}}	\N	{"lmt": null, "tzo": "+00:06:20", "date": "1853-03-28 02:00", "note": null, "place": {"c1": null, "c2": "09", "c3": null, "cy": "FR", "lg": 1.58333, "lat": 42.96667, "name": "Sainte-Croix", "geoid": 0}, "notime": null, "date-ut": "1853-03-28 01:53:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Bazy"}, "birth": {"tzo": "+00:06:20", "date": "1853-03-28 02:00", "place": {"c2": "09", "cy": "FR", "lg": 1.58333, "lat": 42.96667, "name": "Sainte-Croix", "geoid": 0}, "date-ut": "1853-03-28 01:53:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-48"}, "ids-in-sources": {"a2": "48"}}, "raw": {"H": "1", "MN": "53", "TZ": "0", "COD": "09", "COU": "F", "DAY": "28", "LAT": "42N58", "LON": "1E35", "MON": "3", "NUM": "48", "PRO": "S", "SEC": "40", "YEA": "1853", "CITY": "STE-CROIX"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Bazy", "official": {"given": "Pierre Jean-Baptiste"}}, "birth": {"date": "1853-03-28 02:00", "place": {"name": "Sainte-Croix-de-Volvestre"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "67"}}, "raw": {"NR": "67", "GNR": "SA248", "JU_": "2", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1853", "KORR": "", "MARS": "31", "MODE": "LMT", "MOND": "8", "NAME": "BAZY (PIERRE JEAN-BAPTISTE).", "AUFAB": "-6.20", "PHAS_": "89.400", "SONNE": "30", "VENUS": "31", "BREITE": "42 N 58", "GEBORT": "Sainte-Croix-de-Volvestre (Ariège)", "LAENGE": "001 E 35", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "27", "GEBZEIT": "02.00", "JUPITER": "3", "ELECTAGE": "60,2", "ELECTDAT": "13.05.1913", "GEBDATUM": "28.03.1853", "STBDATUM": "22.01.1934"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Sainte-Croix"}}, "partial-ids": {"g55": "01-40"}, "ids-in-source": {"g55": "01-40"}}, "raw": {"DAY": "28-3-1853", "HOUR": ". 2h.", "NAME": "* BAZY Pierre", "PLACE": "Sainte-Croix (Ariège)."}, "date": "2023-08-20T14:47:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25658	marchand-dominique-1879-10-10	{"g55": "10-696"}	{"g55": "10-696"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dominique", "family": "Marchand", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1879-10-10 05:00", "note": null, "place": {"c1": "", "c2": "78", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Versailles", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Dominique", "family": "Marchand", "nobility": ""}, "birth": {"date": "1879-10-10 05:00", "place": {"c1": "", "c2": "78", "c3": "", "cy": "FR", "name": "Versailles"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-696"}}, "raw": {"DAY": "10-10-1879", "HOUR": "5 h.", "NAME": "MARCHAND Dominique", "PLACE": "Versailles (Seine-et-Oise)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25659	maries-louis-1831-08-19	{"g55": "10-697"}	{"g55": "10-697"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Maries", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1831-08-19 01:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Albi", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Maries", "nobility": ""}, "birth": {"date": "1831-08-19 01:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Albi"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-697"}}, "raw": {"DAY": "19-8-1831", "HOUR": "1 h.", "NAME": "MARIES Louis", "PLACE": "Albi (Tarn)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25660	marre-andre-1906-04-01	{"g55": "10-698"}	{"g55": "10-698"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Marre", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1906-04-01 17:00", "note": null, "place": {"c1": "", "c2": "27", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Evreux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "André", "family": "Marre", "nobility": ""}, "birth": {"date": "1906-04-01 17:00", "place": {"c1": "", "c2": "27", "c3": "", "cy": "FR", "name": "Evreux"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-698"}}, "raw": {"DAY": "1-4-1906", "HOUR": "17 h.", "NAME": "MARRE André", "PLACE": "Evreux (Eure)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2138	bechamp-pierre-1816-10-15	{"a2": "51", "afd5": "70"}	{"lerrcp": "A2-51", "muller": "M5-70"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre", "family": "Béchamp", "spouse": [], "official": {"given": "Pierre Jacques Antoine", "family": null}}	\N	{"lmt": null, "tzo": "+00:27:12", "date": "1816-10-15 07:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.80069, "lat": 48.86905, "name": "Bassing", "geoid": 3034661}, "notime": null, "date-ut": "1816-10-15 06:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Bechamps"}, "birth": {"tzo": "+00:27:12", "date": "1816-10-15 07:00", "place": {"c2": "57", "cy": "FR", "lg": 6.80069, "lat": 48.86905, "name": "Bassing", "geoid": 3034661}, "date-ut": "1816-10-15 06:35:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-51"}, "ids-in-sources": {"a2": "51"}}, "raw": {"H": "6", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "15", "LAT": "49N 7", "LON": "6E11", "MON": "10", "NUM": "51", "PRO": "S", "SEC": "16", "YEA": "1816", "CITY": "BASSING"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Béchamp", "official": {"given": "Pierre Jacques Antoine"}}, "birth": {"date": "1816-10-15 07:00", "place": {"name": "Bassing"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "70"}}, "raw": {"NR": "70", "GNR": "SA251", "JU_": "1", "MA_": "2", "MO_": "2", "SA_": "1", "SO_": "2", "VE_": "1", "CODE": "3", "JAHR": "1816", "KORR": "", "MARS": "2", "MODE": "LMT", "MOND": "10", "NAME": "BÉCHAMP (PIERRE JACQUES ANTOINE).", "AUFAB": "-10.70", "PHAS_": "43.100", "SONNE": "1", "VENUS": "35", "BREITE": "49 N 07", "GEBORT": "Bassing [Moselle]", "LAENGE": "006 E 11", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "27", "GEBZEIT": "07.00", "JUPITER": "35", "ELECTAGE": "50,9", "ELECTDAT": "13.08.1867", "GEBDATUM": "15.10.1816", "STBDATUM": "18.04.1908"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2140	begouin-paul-1867-06-23	{"a2": "53", "g55": "01-43", "afd5": "72"}	{"g55": "01-43", "lerrcp": "A2-53", "muller": "M5-72"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul", "family": "Bégouin", "spouse": [], "official": {"given": "Paul Eloi", "family": null}}	\N	{"lmt": null, "tzo": "-00:01:30", "date": "1867-06-23 06:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -0.37407, "lat": 45.47764, "name": "Réaux", "geoid": 2984288}, "notime": null, "date-ut": "1867-06-23 06:04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Begouin"}, "birth": {"tzo": "-00:01:30", "date": "1867-06-23 06:03:10", "place": {"c2": "17", "cy": "FR", "lg": -0.37407, "lat": 45.47764, "name": "Réaux", "geoid": 2984288}, "date-ut": "1867-06-23 06:04:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-53"}, "ids-in-sources": {"a2": "53"}}, "raw": {"H": "6", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "23", "LAT": "46N 9", "LON": "1W10", "MON": "6", "NUM": "53", "PRO": "S", "SEC": "40", "YEA": "1867", "CITY": "REAUX"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Bégouin", "official": {"given": "Paul Eloi"}}, "birth": {"date": "1867-06-23 06:00", "place": {"name": "Réaux"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "72"}}, "raw": {"NR": "72", "GNR": "SA253", "JU_": "2", "MA_": "1", "MO_": "2", "SA_": "0", "SO_": "2", "VE_": "1", "CODE": "3", "JAHR": "1867", "KORR": "", "MARS": "31", "MODE": "LMT", "MOND": "12", "NAME": "BÉGOUIN (PAUL ELOI).", "AUFAB": "-8.30", "PHAS_": "72.100", "SONNE": "3", "VENUS": "4", "BREITE": "46 N 09", "GEBORT": "Réaux (Charente-Inférieure)", "LAENGE": "001 W 10", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "24", "GEBZEIT": "06.00", "JUPITER": "12", "ELECTAGE": "63,7", "ELECTDAT": "10.02.1931", "GEBDATUM": "23.06.1867", "STBDATUM": "15.11.1942"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-43"}, "ids-in-source": {"g55": "01-43"}}, "raw": {"DAY": "23-6-1867", "HOUR": "6 h.", "NAME": "BEGOUIN Paul", "PLACE": "Réaux (Charente-Maritime)."}, "date": "2023-08-20T14:47:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25661	mathe-jean-1856-02-24	{"g55": "10-699"}	{"g55": "10-699"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Mathe", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1856-02-24 18:00", "note": null, "place": {"c1": "", "c2": "36", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Vigoux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Mathe", "nobility": ""}, "birth": {"date": "1856-02-24 18:00", "place": {"c1": "", "c2": "36", "c3": "", "cy": "FR", "name": "Vigoux"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-699"}}, "raw": {"DAY": "24-2-1856", "HOUR": "18 h.", "NAME": "MATHE Jean", "PLACE": "Vigoux (Indre)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25662	mathieu-joseph-1859-06-20	{"g55": "10-700"}	{"g55": "10-700"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Mathieu", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1859-06-20 01:30", "note": null, "place": {"c1": "", "c2": "71", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Macon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Mathieu", "nobility": ""}, "birth": {"date": "1859-06-20 01:30", "place": {"c1": "", "c2": "71", "c3": "", "cy": "FR", "name": "Macon"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-700"}}, "raw": {"DAY": "20-6-1859", "HOUR": "1 h. 30", "NAME": "MATHIEU Joseph", "PLACE": "Macon (Saône-et-Loire)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25663	martin-benoist-1842-08-18	{"g55": "10-701"}	{"g55": "10-701"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benoist", "family": "Martin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1842-08-18 06:00", "note": null, "place": {"c1": "", "c2": "42", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Etienne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Benoist", "family": "Martin", "nobility": ""}, "birth": {"date": "1842-08-18 06:00", "place": {"c1": "", "c2": "42", "c3": "", "cy": "FR", "name": "Saint-Etienne"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-701"}}, "raw": {"DAY": "18-8-1842", "HOUR": "6 h.", "NAME": "MARTIN Benoist", "PLACE": "Saint-Etienne (Loire)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25664	martin-francois-1873-01-19	{"g55": "10-702"}	{"g55": "10-702"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Martin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1873-01-19 13:00", "note": null, "place": {"c1": "", "c2": "71", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Dracy-sur-Loup", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "François", "family": "Martin", "nobility": ""}, "birth": {"date": "1873-01-19 13:00", "place": {"c1": "", "c2": "71", "c3": "", "cy": "FR", "name": "Dracy-sur-Loup"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-702"}}, "raw": {"DAY": "19-1-1873", "HOUR": "13 h.", "NAME": "MARTIN François", "PLACE": "Dracy-sur-Loup (Saône-et-Loire)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2143	benjamin-henri-1850-02-04	{"a2": "56", "g55": "01-45", "afd5": "76"}	{"g55": "01-45", "lerrcp": "A2-56", "muller": "M5-76"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri", "family": "Benjamin", "spouse": [], "official": {"given": "Henri", "family": null}}	\N	{"lmt": null, "tzo": "+00:16:20", "date": "1850-02-04 09:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "Nogent-sur-Seine", "geoid": 0}, "notime": null, "date-ut": "1850-02-04 08:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Benjamin"}, "birth": {"tzo": "+00:16:20", "date": "1850-02-04 09:00", "place": {"c2": "10", "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "Nogent-sur", "geoid": 0}, "date-ut": "1850-02-04 08:43:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-56"}, "ids-in-sources": {"a2": "56"}}, "raw": {"H": "8", "MN": "43", "TZ": "0", "COD": "10", "COU": "F", "DAY": "4", "LAT": "48N18", "LON": "4E 5", "MON": "2", "NUM": "56", "PRO": "S", "SEC": "40", "YEA": "1850", "CITY": "NOGENT-S"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Benjamin", "official": {"given": "Henri"}}, "birth": {"date": "1850-02-04 09:00", "place": {"name": "Nogent-sur-Seine"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "76"}}, "raw": {"NR": "76", "GNR": "SA256", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "2", "VE_": "1", "CODE": "3", "JAHR": "1850", "KORR": "", "MARS": "29", "MODE": "LMT", "MOND": "14", "NAME": "BENJAMLN (HENRI).", "AUFAB": "-10.00", "PHAS_": "50.700", "SONNE": "3", "VENUS": "4", "BREITE": "48 N 18", "GEBORT": "Nogent-sur-Seine (Aube)", "LAENGE": "004 E 05", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "36", "GEBZEIT": "09.00", "JUPITER": "19", "ELECTAGE": "54,1", "ELECTDAT": "01.03.1904", "GEBDATUM": "04.02.1850", "STBDATUM": "14.05.1919"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Nogent-sur-Seine"}}, "partial-ids": {"g55": "01-45"}, "ids-in-source": {"g55": "01-45"}}, "raw": {"DAY": "4-2-1850", "HOUR": "9 h.", "NAME": "BENJAMIN Henri", "PLACE": "Nogent-sur-Seine (Aube)."}, "date": "2023-08-20T14:47:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2144	berenger-feraud-laurent-1832-05-09	{"a2": "57", "g55": "01-46", "afd5": "79"}	{"g55": "01-46", "lerrcp": "A2-57", "muller": "M5-79"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Laurent", "family": "Bérenger-Féraud", "spouse": [], "official": {"given": "Laurent Jean-Baptiste", "family": null}}	\N	{"lmt": null, "tzo": "+00:29:04", "date": "1832-05-09 20:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26667, "lat": 43.7, "name": "St-Paul-de-Var", "geoid": 0}, "notime": null, "date-ut": "1832-05-09 19:30:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Laurent", "family": "Beranger"}, "birth": {"tzo": "+00:29:04", "date": "1832-05-09 20:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26667, "lat": 43.7, "name": "Saint-Paul-de-Var", "geoid": 0}, "date-ut": "1832-05-09 19:30:56"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-57"}, "ids-in-sources": {"a2": "57"}}, "raw": {"H": "19", "MN": "30", "TZ": "0", "COD": "06", "COU": "F", "DAY": "9", "LAT": "43N42", "LON": "7E16", "MON": "5", "NUM": "57", "PRO": "S", "SEC": "56", "YEA": "1832", "CITY": "ST-PAUL-DE-VAR"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Bérenger-Féraud", "official": {"given": "Laurent Jean-Baptiste"}}, "birth": {"date": "1832-05-09 20:00", "place": {"name": "Saint-Paul-du-Var"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "79"}}, "raw": {"NR": "79", "GNR": "SA257", "JU_": "1", "MA_": "1", "MO_": "2", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1832", "KORR": "", "MARS": "28", "MODE": "LMT", "MOND": "9", "NAME": "BÉRENGER-FÉRAUD (LAURENT JEAN-BAPTISTE).", "AUFAB": "10.60", "PHAS_": "68.200", "SONNE": "20", "VENUS": "23", "BREITE": "43 N 42", "GEBORT": "Saint-Paul-du-Var (Alpes-Maritimes", "LAENGE": "007 E 16", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "10", "GEBZEIT": "20.00", "JUPITER": "27", "ELECTAGE": "43,5", "ELECTDAT": "02.11.1875", "GEBDATUM": "09.05.1832", "STBDATUM": "22.12.1900"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "St-Paul-de-Var"}}, "partial-ids": {"g55": "01-46"}, "ids-in-source": {"g55": "01-46"}}, "raw": {"DAY": "9-5-1832", "HOUR": "20 h.", "NAME": "BERANGER-FERRAUD Laurent", "PLACE": "St-Paul-de-Var (A.-M.)."}, "date": "2023-08-20T14:47:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25665	martin-louis-1861-08-10	{"g55": "10-703"}	{"g55": "10-703"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Martin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1861-08-10 13:00", "note": null, "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Cénomes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Martin", "nobility": ""}, "birth": {"date": "1861-08-10 13:00", "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "name": "Cénomes"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-703"}}, "raw": {"DAY": "10-8-1861", "HOUR": "13 h.", "NAME": "\\fMARTIN Louis", "PLACE": "Cénomes (Aveyron)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25666	martin-victor-1872-05-27	{"g55": "10-704"}	{"g55": "10-704"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Martin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1872-05-27 04:00", "note": null, "place": {"c1": "", "c2": "43", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Présaille", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Martin", "nobility": ""}, "birth": {"date": "1872-05-27 04:00", "place": {"c1": "", "c2": "43", "c3": "", "cy": "FR", "name": "Présaille"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-704"}}, "raw": {"DAY": "27-5-1872", "HOUR": "4 h.", "NAME": "MARTIN Victor", "PLACE": "Présaille (Haute-Loire)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25667	mathis-francois-1860-11-26	{"g55": "10-705"}	{"g55": "10-705"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Mathis", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1860-11-26 14:00", "note": null, "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Bidestroff", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "François", "family": "Mathis", "nobility": ""}, "birth": {"date": "1860-11-26 14:00", "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "name": "Bidestroff"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-705"}}, "raw": {"DAY": "26-11-1860", "HOUR": "14 h.", "NAME": "MATHIS François", "PLACE": "Bidestroff (Moselle)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2150	bernard-leon-1872-05-19	{"a2": "63", "afd5": "84"}	{"lerrcp": "A2-63", "muller": "M5-84"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Léon", "family": "Bernard", "spouse": [], "official": {"given": "Léon", "family": "Bernard"}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1872-05-20 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "2", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1872-05-19 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	2	{"birth": {"slug": "bernard-leon-1872-05-19", "header": {"history": {"0": {"date": "2019-12-18", "actor": "Thierry Graff", "action": "Locate and download the act"}, "1": {"date": "2023-05-07", "actor": "Thierry Graff", "action": "Add to opengauquelin.org"}}}, "source": {"notes": "This document permits to check a birth date collected by Gauquelin that Erno Müller couldn't check.\\n<br>It shows that Gauquelin data was correct.\\n", "civil-registry": {"web": {"url": "archives.paris.fr/arkotheque/visionneuse/visionneuse.php?arko=YTo2OntzOjQ6ImRhdGUiO3M6MTA6IjIwMTktMTItMTgiO3M6MTA6InR5cGVfZm9uZHMiO3M6MTE6ImFya29fc2VyaWVsIjtzOjQ6InJlZjEiO2k6NDtzOjQ6InJlZjIiO2k6MjEyNjY2O3M6MTY6InZpc2lvbm5ldXNlX2h0bWwiO2I6MTtzOjIxOiJ2aXNpb25uZXVzZV9odG1sX21vZGUiO3M6NDoicHJvZCI7fQ==", "page": "3 / 31"}, "name": "1872 , Naissances , 02 V4E 2594", "place": {"c2": "75", "c3": "2", "cy": "FR", "name": "Paris"}}, "document-creation": {"date": "1872-05-21 14:00", "place": "Paris"}}, "opengauquelin": {"projects": {"0": "muller-paris-medics"}, "fix-issues": {"0": "bernard-leon-1872-05-19--date"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Léon", "family": "Bernard"}}, "birth": {"date": "1872-05-20 05:00", "place": {"c2": "75", "c3": "2", "cy": "FR", "name": "Paris"}}}}}	[{"new": {"name": {"given": "Léon", "family": "Bernard"}, "birth": {"tzo": "+00:09:24", "date": "1872-05-19 05:00", "place": {"c2": "75", "c3": "2", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1872-05-19 04:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-63"}, "ids-in-sources": {"a2": "63"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "19", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "63", "PRO": "S", "SEC": "40", "YEA": "1872", "CITY": "PARIS 2E"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Bernard", "official": {"given": "Léon"}}, "birth": {"date": "1872-05-19 05:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "84"}}, "raw": {"NR": "84", "GNR": "SA263", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "2", "SO_": "2", "VE_": "2", "CODE": "4", "JAHR": "1872", "KORR": "", "MARS": "1", "MODE": "LMT", "MOND": "22", "NAME": "BERNARD (LÉON).", "AUFAB": "8.80", "PHAS_": "81.200", "SONNE": "1", "VENUS": "2", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "12", "GEBZEIT": "05.00", "JUPITER": "30", "ELECTAGE": "47,7", "ELECTDAT": "13.01.1920", "GEBDATUM": "19.05.1872", "STBDATUM": "18.08.1934"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"sex": "M", "name": {"official": {"given": "Léon", "family": "Bernard"}}, "birth": {"date": "1872-05-20 05:00", "place": {"c2": "75", "c3": "2", "cy": "FR", "name": "Paris"}}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1872/05/19/bernard-leon-1872-05-19\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add bernard-leon-1872-05-19"}]	[]
2148	bergonie-jean-1857-10-07	{"a2": "61", "g55": "01-50", "afd5": "82"}	{"g55": "01-50", "lerrcp": "A2-61", "muller": "M5-82"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Bergonié", "spouse": [], "official": {"given": "Jean Alban", "family": null}}	\N	{"lmt": null, "tzo": "+00:02:29", "date": "1857-10-07 01:00", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.6214, "lat": 44.44285, "name": "Casseneuil", "geoid": 3028437}, "notime": null, "date-ut": "1857-10-07 00:57:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bergonie"}, "birth": {"tzo": "+00:02:29", "date": "1857-10-07 01:00", "place": {"c2": "47", "cy": "FR", "lg": 0.6214, "lat": 44.44285, "name": "Casseneuil", "geoid": 3028437}, "date-ut": "1857-10-07 00:57:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-61"}, "ids-in-sources": {"a2": "61"}}, "raw": {"H": "0", "MN": "57", "TZ": "0", "COD": "47", "COU": "F", "DAY": "7", "LAT": "44N12", "LON": "0E38", "MON": "10", "NUM": "61", "PRO": "S", "SEC": "28", "YEA": "1857", "CITY": "CASSENEUIL"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Bergonié", "official": {"given": "Jean Alban"}}, "birth": {"date": "1857-10-07 01:00", "place": {"name": "Casseneuil"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "82"}}, "raw": {"NR": "82", "GNR": "SA261", "JU_": "0", "MA_": "0", "MO_": "0", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1857", "KORR": "", "MARS": "33", "MODE": "LMT", "MOND": "7", "NAME": "BERGONIÉ (JEAN ALBAN).", "AUFAB": "-7.70", "PHAS_": "84.200", "SONNE": "29", "VENUS": "33", "BREITE": "44 N 12", "GEBORT": "Casseneuil (Lot-et-Garonne)", "LAENGE": "000 E 38", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "2", "GEBZEIT": "01.00", "JUPITER": "8", "ELECTAGE": "37,4", "ELECTDAT": "26.02.1895", "GEBDATUM": "07.10.1857", "STBDATUM": "02.01.1925"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-50"}, "ids-in-source": {"g55": "01-50"}}, "raw": {"DAY": "7-10-1857", "HOUR": "1 h.", "NAME": "* BERGONIE Jean Alban", "PLACE": "Casseneuil (Lot-et-Gar.)."}, "date": "2023-08-20T14:47:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25668	maugars-charles-1879-02-03	{"g55": "10-706"}	{"g55": "10-706"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Maugars", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1879-02-03 20:00", "note": null, "place": {"c1": "", "c2": "28", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Tillay-le-Perreux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Maugars", "nobility": ""}, "birth": {"date": "1879-02-03 20:00", "place": {"c1": "", "c2": "28", "c3": "", "cy": "FR", "name": "Tillay-le-Perreux"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-706"}}, "raw": {"DAY": "3-2-1879", "HOUR": "20 h.", "NAME": "MAUGARS Charles", "PLACE": "Tillay-le-Perreux (Eure-et-Loire)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25669	maumus-jean-1845-04-04	{"g55": "10-707"}	{"g55": "10-707"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Maumus", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1845-04-04 02:00", "note": null, "place": {"c1": "", "c2": "65", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Aste", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Maumus", "nobility": ""}, "birth": {"date": "1845-04-04 02:00", "place": {"c1": "", "c2": "65", "c3": "", "cy": "FR", "name": "Aste"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-707"}}, "raw": {"DAY": "4-4-1845", "HOUR": "2 h.", "NAME": "MAUMUS Jean", "PLACE": "Aste (Hautes-Pyrénées)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25670	maurel-jean-baptiste-1877-06-13	{"g55": "10-708"}	{"g55": "10-708"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Baptiste", "family": "Maurel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1877-06-13 19:00", "note": null, "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Broquies", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean-Baptiste", "family": "Maurel", "nobility": ""}, "birth": {"date": "1877-06-13 19:00", "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "name": "Broquies"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-708"}}, "raw": {"DAY": "13-6-1877", "HOUR": "19 h.", "NAME": "MAUREL Jean-Baptiste", "PLACE": "Broquies (Aveyron)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2153	bertin-georges-1833-08-27	{"a2": "66", "g55": "01-53", "afd5": "88"}	{"g55": "01-53", "lerrcp": "A2-66", "muller": "M5-88"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Georges", "family": "Bertin", "spouse": [], "official": {"given": "Georges Jean", "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1833-08-27 15:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1833-08-27 15:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Bertin"}, "birth": {"tzo": "-00:06:13", "date": "1833-08-27 15:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1833-08-27 15:06:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-66"}, "ids-in-sources": {"a2": "66"}}, "raw": {"H": "15", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "27", "LAT": "47N13", "LON": "1W35", "MON": "8", "NUM": "66", "PRO": "S", "SEC": "20", "YEA": "1833", "CITY": "NANTES"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Bertin", "official": {"given": "Georges Jean"}}, "birth": {"date": "1833-08-27 15:00", "place": {"name": "Nantes"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "88"}}, "raw": {"NR": "88", "GNR": "SA266", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1833", "KORR": "", "MARS": "12", "MODE": "LMT", "MOND": "33", "NAME": "BERTIN (GEORGES JEAN).", "AUFAB": "6.40", "PHAS_": "90.600", "SONNE": "13", "VENUS": "16", "BREITE": "47 N 13", "GEBORT": "Nantes (Loire-Inférieure)", "LAENGE": "001 W 35", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "12", "GEBZEIT": "15.00", "JUPITER": "26", "ELECTAGE": "64,6", "ELECTDAT": "08.03.1898", "GEBDATUM": "27.08.1833", "STBDATUM": "18.04.1916"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-53"}, "ids-in-source": {"g55": "01-53"}}, "raw": {"DAY": "27-8-1833", "HOUR": "15 h.", "NAME": "BERTIN Georges", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:47:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2155	bertrand-louis-1851-08-04	{"a2": "68", "g55": "01-54", "afd5": "89"}	{"g55": "01-54", "lerrcp": "A2-68", "muller": "M5-89"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Bertrand", "spouse": [], "official": {"given": "Edmond Isidore Louis", "family": null}}	\N	{"lmt": null, "tzo": "+00:18:31", "date": "1851-08-04 17:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 4.63031, "lat": 43.67681, "name": "Arles", "geoid": 3036938}, "notime": null, "date-ut": "1851-08-04 16:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Bertrand"}, "birth": {"tzo": "+00:18:31", "date": "1851-08-04 17:00", "place": {"c2": "13", "cy": "FR", "lg": 4.63031, "lat": 43.67681, "name": "Arles", "geoid": 3036938}, "date-ut": "1851-08-04 16:38:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-68"}, "ids-in-sources": {"a2": "68"}}, "raw": {"H": "16", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "4", "LAT": "43N18", "LON": "5E22", "MON": "8", "NUM": "68", "PRO": "S", "SEC": "32", "YEA": "1851", "CITY": "ARLES"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Bertrand", "official": {"given": "Edmond Isidore Louis"}}, "birth": {"date": "1851-08-04 17:00", "place": {"name": "Arles"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "89"}}, "raw": {"NR": "89", "GNR": "SA268", "JU_": "2", "MA_": "0", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1851", "KORR": "", "MARS": "22", "MODE": "LMT", "MOND": "7", "NAME": "BERTRAND (EDMOND ISIDORE LOUIS).", "AUFAB": "11.10", "PHAS_": "47.700", "SONNE": "16", "VENUS": "17", "BREITE": "43 N 18", "GEBORT": "Arles (Bouches-du-Rhône)", "LAENGE": "005 E 22", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "27", "GEBZEIT": "17.00", "JUPITER": "11", "ELECTAGE": "43,7", "ELECTDAT": "16.04.1895", "GEBDATUM": "04.08.1851", "STBDATUM": "28.02.1919"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-54"}, "ids-in-source": {"g55": "01-54"}}, "raw": {"DAY": "4-8-1851", "HOUR": "17 h.", "NAME": "BERTRAND Louis", "PLACE": "Arles (Bouches-du-Rhône)."}, "date": "2023-08-20T14:47:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25671	maury-jean-1882-10-15	{"g55": "10-709"}	{"g55": "10-709"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Maury", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1882-10-15 18:00", "note": null, "place": {"c1": "", "c2": "09", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Boussenac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Maury", "nobility": ""}, "birth": {"date": "1882-10-15 18:00", "place": {"c1": "", "c2": "09", "c3": "", "cy": "FR", "name": "Boussenac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-709"}}, "raw": {"DAY": "15-10-1882", "HOUR": "18 h.", "NAME": "MAURY Jean", "PLACE": "Boussenac (Ariège)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25672	megrot-auguste-1878-03-19	{"g55": "10-710"}	{"g55": "10-710"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Megrot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1878-03-19 01:30", "note": null, "place": {"c1": "", "c2": "58", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Cosne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Megrot", "nobility": ""}, "birth": {"date": "1878-03-19 01:30", "place": {"c1": "", "c2": "58", "c3": "", "cy": "FR", "name": "Cosne"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-710"}}, "raw": {"DAY": "19-3-1878", "HOUR": "1 h. 30", "NAME": "MEGROT Auguste", "PLACE": "Cosne (Nièvre)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25673	amerg-louis-1862-08-31	{"g55": "10-711"}	{"g55": "10-711"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Amerg", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1862-08-31 10:00", "note": null, "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Schlestadt", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Amerg", "nobility": ""}, "birth": {"date": "1862-08-31 10:00", "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "name": "Schlestadt"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-711"}}, "raw": {"DAY": "31-8-1862", "HOUR": "10 h.", "NAME": "AMERG Louis", "PLACE": "Schlestadt (Bas-Rhin)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25674	merrien-eugene-1855-01-18	{"g55": "10-712"}	{"g55": "10-712"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Merrien", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1855-01-18 03:00", "note": null, "place": {"c1": "", "c2": "24", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Léon-sur-Vezere", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Merrien", "nobility": ""}, "birth": {"date": "1855-01-18 03:00", "place": {"c1": "", "c2": "24", "c3": "", "cy": "FR", "name": "Saint-Léon-sur-Vezere"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-712"}}, "raw": {"DAY": "18-1-1855", "HOUR": "3 h.", "NAME": "MERRIEN Eugène", "PLACE": "Saint-Léon-sur-Vezere (Dordogne)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2160	binet-leon-1891-10-11	{"a2": "73", "afd5": "98"}	{"lerrcp": "A2-73", "muller": "M5-98"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Léon", "family": "Binet", "spouse": [], "official": {"given": "Léon René", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1891-10-11 10:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Saint-Martin-Chenneton", "geoid": 0}, "notime": null, "date-ut": "1891-10-11 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Binet"}, "birth": {"tzo": "+00:09:21", "date": "1891-10-11 10:00", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Saint-Martin-Ch", "geoid": 0}, "date-ut": "1891-10-11 09:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-73"}, "ids-in-sources": {"a2": "73"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "77", "COU": "F", "DAY": "11", "LAT": "48N33", "LON": "2E40", "MON": "10", "NUM": "73", "PRO": "S", "SEC": "40", "YEA": "1891", "CITY": "SAINT-MARTIN-CH"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Binet", "official": {"given": "Léon René"}}, "birth": {"date": "1891-10-11 10:00", "place": {"name": "Saint-Martin-Chenneton"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "98"}}, "raw": {"NR": "98", "GNR": "SA273", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1891", "KORR": "-0.16", "MARS": "9", "MODE": "", "MOND": "31", "NAME": "BINET (LÉON RENÉ).", "AUFAB": "10.60", "PHAS_": "50.600", "SONNE": "7", "VENUS": "6", "BREITE": "48 N 33", "GEBORT": "Saint-Martin-Chenneton (Seine-et-M", "LAENGE": "002 E 40", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "9", "GEBZEIT": "10.00", "JUPITER": "28", "ELECTAGE": "47,6", "ELECTDAT": "09.05.1939", "GEBDATUM": "11.10.1891", "STBDATUM": "10.07.1971"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2158	bierry-henri-1876-07-03	{"a2": "71", "g55": "01-57", "afd5": "95"}	{"g55": "01-57", "lerrcp": "A2-71", "muller": "M5-95"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri", "family": "Bierry", "spouse": [], "official": {"given": "Henri Georges", "family": null}}	\N	{"lmt": null, "tzo": "+00:16:25", "date": "1876-07-03 06:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 4.10462, "lat": 47.4245, "name": "Rouvray", "geoid": 2982415}, "notime": null, "date-ut": "1876-07-03 05:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Bierry"}, "birth": {"tzo": "+00:16:25", "date": "1876-07-03 05:56:17", "place": {"c2": "21", "cy": "FR", "lg": 4.10462, "lat": 47.4245, "name": "Rouvray", "geoid": 2982415}, "date-ut": "1876-07-03 05:39:52"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-71"}, "ids-in-sources": {"a2": "71"}}, "raw": {"H": "5", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "3", "LAT": "47N19", "LON": "5E 2", "MON": "7", "NUM": "71", "PRO": "S", "SEC": "52", "YEA": "1876", "CITY": "ROUVRAY"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Bierry", "official": {"given": "Henri Georges"}}, "birth": {"date": "1876-07-03 06:00", "place": {"name": "Rouvray"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "95"}}, "raw": {"NR": "95", "GNR": "SA271", "JU_": "0", "MA_": "2", "MO_": "0", "SA_": "1", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1876", "KORR": "", "MARS": "1", "MODE": "LMT", "MOND": "24", "NAME": "BIERRY (HENRI GEORGES).", "AUFAB": "6.80", "PHAS_": "88.200", "SONNE": "3", "VENUS": "1", "BREITE": "47 N 19", "GEBORT": "Rouvray (Côte-d'Or)", "LAENGE": "005 E 02", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "13", "GEBZEIT": "06.00", "JUPITER": "24", "ELECTAGE": "52,4", "ELECTDAT": "27.11.1928", "GEBDATUM": "03.07.1876", "STBDATUM": "01.08.1948"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-57"}, "ids-in-source": {"g55": "01-57"}}, "raw": {"DAY": "3-7-1876", "HOUR": "6 h.", "NAME": "BIERRY Henri", "PLACE": "Rouvray (Côte-d’Or)."}, "date": "2023-08-20T14:47:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25675	mewley-alphonse-1842-03-25	{"g55": "10-713"}	{"g55": "10-713"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Mewley", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1842-03-25 01:00", "note": null, "place": {"c1": "", "c2": "10", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Aix-en-Othe", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Mewley", "nobility": ""}, "birth": {"date": "1842-03-25 01:00", "place": {"c1": "", "c2": "10", "c3": "", "cy": "FR", "name": "Aix-en-Othe"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-713"}}, "raw": {"DAY": "25-3-1842", "HOUR": "1 h.", "NAME": "MEWLEY Alphonse", "PLACE": "Aix-en-Othe (Aube)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25676	meuret-joseph-1865-08-05	{"g55": "10-714"}	{"g55": "10-714"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Meuret", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1865-08-05 04:00", "note": null, "place": {"c1": "", "c2": "18", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Bourges", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Meuret", "nobility": ""}, "birth": {"date": "1865-08-05 04:00", "place": {"c1": "", "c2": "18", "c3": "", "cy": "FR", "name": "Bourges"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-714"}}, "raw": {"DAY": "5-8-1865", "HOUR": "4 h.", "NAME": "MEURET Joseph", "PLACE": "Bourges (Cher)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25677	meurisse-charles-1831-03-02	{"g55": "10-715"}	{"g55": "10-715"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Meurisse", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1831-03-02 08:00", "note": null, "place": {"c1": "", "c2": "02", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Guignicourt", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Meurisse", "nobility": ""}, "birth": {"date": "1831-03-02 08:00", "place": {"c1": "", "c2": "02", "c3": "", "cy": "FR", "name": "Guignicourt"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-715"}}, "raw": {"DAY": "2-3-1831", "HOUR": "8 h.", "NAME": "MEURISSE Charles", "PLACE": "Guignicourt (Aisne)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2164	blanche-antoine-1820-10-01	{"a2": "77", "afd5": "104"}	{"lerrcp": "A2-77", "muller": "M5-104"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Antoine", "family": "Blanche", "spouse": [], "official": {"given": "Antoine Emile", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1820-10-01 11:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1820-10-01 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Blanche"}, "birth": {"tzo": "+00:09:24", "date": "1820-10-01 11:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1820-10-01 10:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-77"}, "ids-in-sources": {"a2": "77"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "1", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "77", "PRO": "S", "SEC": "40", "YEA": "1820", "CITY": "PARIS"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Blanche", "official": {"given": "Antoine Emile"}}, "birth": {"date": "1820-10-01 11:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "104"}}, "raw": {"NR": "104", "GNR": "SA277", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "2", "CODE": "4", "JAHR": "1820", "KORR": "", "MARS": "5", "MODE": "LMT", "MOND": "13", "NAME": "BLANCHE (ANTOINE EMILE).", "AUFAB": "-9.50", "PHAS_": "31.800", "SONNE": "8", "VENUS": "12", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "26", "GEBZEIT": "11.00", "JUPITER": "28", "ELECTAGE": "57,8", "ELECTDAT": "16.07.1878", "GEBDATUM": "01.10.1820", "STBDATUM": "15.08.1893"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2163	blanchard-raphael-1857-02-28	{"a2": "76", "g55": "01-60", "afd5": "103"}	{"g55": "01-60", "lerrcp": "A2-76", "muller": "M5-103"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Raphaël", "family": "Blanchard", "spouse": [], "official": {"given": "Raphaël Anatole Emile", "family": null}}	\N	{"lmt": null, "tzo": "-00:06:40", "date": "1857-02-28 07:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Saint-Christophe", "geoid": 0}, "notime": null, "date-ut": "1857-02-28 07:06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Raphaël", "family": "Blanchard"}, "birth": {"tzo": "-00:06:40", "date": "1857-02-28 07:00", "place": {"c2": "35", "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Saint-Christophe", "geoid": 0}, "date-ut": "1857-02-28 07:06:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-76"}, "ids-in-sources": {"a2": "76"}}, "raw": {"H": "7", "MN": "6", "TZ": "0", "COD": "35", "COU": "F", "DAY": "28", "LAT": "48N 7", "LON": "1W40", "MON": "2", "NUM": "76", "PRO": "S", "SEC": "40", "YEA": "1857", "CITY": "ST-CHRISTOPHE"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Blanchard", "official": {"given": "Raphaël Anatole Emile"}}, "birth": {"date": "1857-02-28 07:00", "place": {"name": "Saint-Christophe"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "103"}}, "raw": {"NR": "103", "GNR": "SA276", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "2", "VE_": "0", "CODE": "2", "JAHR": "1857", "KORR": "", "MARS": "35", "MODE": "LMT", "MOND": "34", "NAME": "BLANCHARD (RAPHAEL ANATOLE EMILE).", "AUFAB": "7.80", "PHAS_": "16.400", "SONNE": "1", "VENUS": "34", "BREITE": "47 N 24", "GEBORT": "Saint-Christophe (Indre-et-Loire)", "LAENGE": "000 E 42", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "25", "GEBZEIT": "07.00", "JUPITER": "35", "ELECTAGE": "37,0", "ELECTDAT": "13.02.1894", "GEBDATUM": "28.02.1857", "STBDATUM": "07.02.1919"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Christophe"}}, "partial-ids": {"g55": "01-60"}, "ids-in-source": {"g55": "01-60"}}, "raw": {"DAY": "28-2-1857", "HOUR": "7 h.", "NAME": "BLANCHARD Raphaël", "PLACE": "Saint-Christophe (Indre-et-L.)."}, "date": "2023-08-20T14:47:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2165	blanquinque-paul-1844-12-02	{"a2": "78", "g55": "01-61", "afd5": "105"}	{"g55": "01-61", "lerrcp": "A2-78", "muller": "M5-105"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul", "family": "Blanquinque", "spouse": [], "official": {"given": "Paul Eugène", "family": null}}	\N	{"lmt": null, "tzo": "+00:14:28", "date": "1844-12-02 18:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Marle-sur-Seine", "geoid": 0}, "notime": null, "date-ut": "1844-12-02 17:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Blanquinque"}, "birth": {"tzo": "+00:14:28", "date": "1844-12-02 18:00", "place": {"c2": "02", "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Marle-sur", "geoid": 0}, "date-ut": "1844-12-02 17:45:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-78"}, "ids-in-sources": {"a2": "78"}}, "raw": {"H": "17", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "2", "LAT": "49N34", "LON": "3E37", "MON": "12", "NUM": "78", "PRO": "S", "SEC": "32", "YEA": "1844", "CITY": "MARLE-S"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Blanquinque", "official": {"given": "Paul Eugène"}}, "birth": {"date": "1844-12-02 18:00", "place": {"name": "Marle"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "105"}}, "raw": {"NR": "105", "GNR": "SA278", "JU_": "0", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1844", "KORR": "", "MARS": "23", "MODE": "LMT", "MOND": "28", "NAME": "BLANQUINQUE (PAUL EUGENE).", "AUFAB": "-9.40", "PHAS_": "61.200", "SONNE": "21", "VENUS": "23", "BREITE": "49 N 34", "GEBORT": "Marle (Aisne)", "LAENGE": "003 E 37", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "14", "GEBZEIT": "18.00", "JUPITER": "8", "ELECTAGE": "66,4", "ELECTDAT": "25.04.1911", "GEBDATUM": "02.12.1844", "STBDATUM": "05.08.1927"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Marle-sur-Seine"}}, "partial-ids": {"g55": "01-61"}, "ids-in-source": {"g55": "01-61"}}, "raw": {"DAY": "2-12-1844", "HOUR": "18 h.", "NAME": "BLANQUINQUE Paul", "PLACE": "Marle-sur-Seine (Aisne)."}, "date": "2023-08-20T14:47:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25678	meyer-andre-1842-10-29	{"g55": "10-716"}	{"g55": "10-716"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Meyer", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1842-10-29 01:00", "note": null, "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Hohengift", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "André", "family": "Meyer", "nobility": ""}, "birth": {"date": "1842-10-29 01:00", "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "name": "Hohengift"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-716"}}, "raw": {"DAY": "29-10-1842", "HOUR": "1 h.", "NAME": "MEYER André", "PLACE": "Hohengift (Bas-Rhin)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25679	mignard-camille-1867-05-19	{"g55": "10-717"}	{"g55": "10-717"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Mignard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1867-05-19 11:00", "note": null, "place": {"c1": "", "c2": "89", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Raviéres", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Mignard", "nobility": ""}, "birth": {"date": "1867-05-19 11:00", "place": {"c1": "", "c2": "89", "c3": "", "cy": "FR", "name": "Raviéres"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-717"}}, "raw": {"DAY": "19-5-1867", "HOUR": "11 h.", "NAME": "MIGNARD Camille", "PLACE": "Raviéres (Yonne)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25680	millet-ernest-1861-09-27	{"g55": "10-718"}	{"g55": "10-718"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Millet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1861-09-27 06:00", "note": null, "place": {"c1": "", "c2": "18", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Vailly", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Millet", "nobility": ""}, "birth": {"date": "1861-09-27 06:00", "place": {"c1": "", "c2": "18", "c3": "", "cy": "FR", "name": "Vailly"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-718"}}, "raw": {"DAY": "27-9-1861", "HOUR": "6 h.", "NAME": "MILLET Ernest", "PLACE": "Vailly (Cher)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2168	blot-hyppolite-1822-06-14	{"a2": "81", "afd5": "108"}	{"lerrcp": "A2-81", "muller": "M5-108"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Hyppolite", "family": "Blot", "spouse": [], "official": {"given": "Hyppolyte Claude", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1822-06-14 03:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1822-06-14 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hyppolite", "family": "Blot"}, "birth": {"tzo": "+00:09:24", "date": "1822-06-14 03:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1822-06-14 02:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-81"}, "ids-in-sources": {"a2": "81"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "14", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "81", "PRO": "S", "SEC": "40", "YEA": "1822", "CITY": "PARIS"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Blot", "official": {"given": "Hyppolyte Claude"}}, "birth": {"date": "1822-06-14 03:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "108"}}, "raw": {"NR": "108", "GNR": "SA281", "JU_": "2", "MA_": "0", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "2", "CODE": "4", "JAHR": "1822", "KORR": "", "MARS": "23", "MODE": "LMT", "MOND": "4", "NAME": "BLOT (HYPPOLYTE CLAUDE).", "AUFAB": "-11.00", "PHAS_": "35.600", "SONNE": "34", "VENUS": "2", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "2", "GEBZEIT": "03.00", "JUPITER": "1", "ELECTAGE": "41,2", "ELECTDAT": "11.08.1863", "GEBDATUM": "14.06.1822", "STBDATUM": "15.03.1888"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2170	boivin-andre-1895-04-18	{"a2": "83", "afd5": "111"}	{"lerrcp": "A2-83", "muller": "M5-111"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "André", "family": "Boivin", "spouse": [], "official": {"given": "André Félix", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-04-18 06:30", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.57033, "lat": 47.7996, "name": "Auxerre", "geoid": 3035843}, "notime": null, "date-ut": "1895-04-18 06:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Boivin"}, "birth": {"tzo": "+00:09:21", "date": "1895-04-18 06:30", "place": {"c2": "89", "cy": "FR", "lg": 3.57033, "lat": 47.7996, "name": "Auxerre", "geoid": 3035843}, "date-ut": "1895-04-18 06:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-83"}, "ids-in-sources": {"a2": "83"}}, "raw": {"H": "6", "MN": "20", "TZ": "0", "COD": "89", "COU": "F", "DAY": "18", "LAT": "47N48", "LON": "3E35", "MON": "4", "NUM": "83", "PRO": "S", "SEC": "40", "YEA": "1895", "CITY": "AUXERRE"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Boivin", "official": {"given": "André Félix"}}, "birth": {"date": "1895-04-18 06:30", "place": {"name": "Auxerre"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "111"}}, "raw": {"NR": "111", "GNR": "SA283", "JU_": "0", "MA_": "0", "MO_": "0", "SA_": "1", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1895", "KORR": "-0.16", "MARS": "33", "MODE": "", "MOND": "8", "NAME": "BOIVIN (ANDRÉ FÉLIX).", "AUFAB": "-9.50", "PHAS_": "40.400", "SONNE": "2", "VENUS": "1", "BREITE": "47 N 48", "GEBORT": "Auxerre (Yonne)", "LAENGE": "003 E 35", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "20", "GEBZEIT": "06.30", "JUPITER": "32", "ELECTAGE": "46,1", "ELECTDAT": "06.05.1941", "GEBDATUM": "18.04.1895", "STBDATUM": "08.07.1949"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
25681	milliard-charles-1831-01-06	{"g55": "10-719"}	{"g55": "10-719"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Milliard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1831-01-06 10:00", "note": null, "place": {"c1": "", "c2": "27", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Alisay", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Milliard", "nobility": ""}, "birth": {"date": "1831-01-06 10:00", "place": {"c1": "", "c2": "27", "c3": "", "cy": "FR", "name": "Alisay"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-719"}}, "raw": {"DAY": "6-1-1831", "HOUR": "10 h.", "NAME": "MILLIARD Charles", "PLACE": "Alisay (Eure)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25682	mittelheisser-antoine-1840-10-27	{"g55": "10-720"}	{"g55": "10-720"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Mittelheisser", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1840-10-27 16:00", "note": null, "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Truchtersheim", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Mittelheisser", "nobility": ""}, "birth": {"date": "1840-10-27 16:00", "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "name": "Truchtersheim"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-720"}}, "raw": {"DAY": "27-10-1840", "HOUR": "16 h.", "NAME": "MITTELHEISSER Antoine", "PLACE": "Truchtersheim (Bas-Rhin)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25683	monmarche-rene-1868-06-05	{"g55": "10-721"}	{"g55": "10-721"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Monmarche", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1868-06-05 17:00", "note": null, "place": {"c1": "", "c2": "41", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Onzain", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "René", "family": "Monmarche", "nobility": ""}, "birth": {"date": "1868-06-05 17:00", "place": {"c1": "", "c2": "41", "c3": "", "cy": "FR", "name": "Onzain"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-721"}}, "raw": {"DAY": "5-6-1868", "HOUR": "17 h.", "NAME": "MONMARCHE René", "PLACE": "Onzain (Loir-et-Cher)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25684	monnier-louis-1869-08-28	{"g55": "10-722"}	{"g55": "10-722"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Monnier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1869-08-28 06:00", "note": null, "place": {"c1": "", "c2": "25", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Besançon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Monnier", "nobility": ""}, "birth": {"date": "1869-08-28 06:00", "place": {"c1": "", "c2": "25", "c3": "", "cy": "FR", "name": "Besançon"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-722"}}, "raw": {"DAY": "28-8-1869", "HOUR": "6 h.", "NAME": "MONNIER Louis", "PLACE": "Besançon (Doubs)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2173	bouchacourt-antoine-1812-01-03	{"a2": "86", "g55": "01-66", "afd5": "120"}	{"g55": "01-66", "lerrcp": "A2-86", "muller": "M5-120"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Antoine", "family": "Bouchacourt", "spouse": [], "official": {"given": "Antoine Jean Emmanuel", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1812-01-03 09:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1812-01-03 08:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Bouchacourt"}, "birth": {"tzo": "+00:19:23", "date": "1812-01-03 09:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1812-01-03 08:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-86"}, "ids-in-sources": {"a2": "86"}}, "raw": {"H": "8", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "3", "LAT": "45N46", "LON": "4E50", "MON": "1", "NUM": "86", "PRO": "S", "SEC": "40", "YEA": "1812", "CITY": "LYON"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Bouchacourt", "official": {"given": "Antoine Jean Emmanuel"}}, "birth": {"date": "1812-01-03 09:00", "place": {"name": "Lyon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "120"}}, "raw": {"NR": "120", "GNR": "SA286", "JU_": "0", "MA_": "0", "MO_": "0", "SA_": "1", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1812", "KORR": "", "MARS": "34", "MODE": "LMT", "MOND": "17", "NAME": "BOUCHACOURT (ANTOINE JEAN EMMANUEL).", "AUFAB": "-6.50", "PHAS_": "83.300", "SONNE": "3", "VENUS": "36", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "5", "GEBZEIT": "09.00", "JUPITER": "23", "ELECTAGE": "77,6", "ELECTDAT": "23.07.1889", "GEBDATUM": "03.01.1812", "STBDATUM": "06.10.1898"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-66"}, "ids-in-source": {"g55": "01-66"}}, "raw": {"DAY": "3-1-1812", "HOUR": "9 h.", "NAME": "BOUCHACOURT Antoine", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:47:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2175	bouchard-henri-1833-12-18	{"a2": "88", "g55": "01-68", "afd5": "122"}	{"g55": "01-68", "lerrcp": "A2-88", "muller": "M5-122"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri", "family": "Bouchard", "spouse": [], "official": {"given": "Henri Désiré Abel", "family": null}}	\N	{"lmt": null, "tzo": "+00:29:17", "date": "1833-12-18 08:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.31938, "lat": 48.1951, "name": "Ribeauvillé", "geoid": 2983705}, "notime": null, "date-ut": "1833-12-18 00:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Bouchard"}, "birth": {"tzo": "+00:29:17", "date": "1833-12-18 01:00", "place": {"c2": "68", "cy": "FR", "lg": 7.31938, "lat": 48.1951, "name": "Ribeauvillé", "geoid": 2983705}, "date-ut": "1833-12-18 00:30:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-88"}, "ids-in-sources": {"a2": "88"}}, "raw": {"H": "0", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "18", "LAT": "48N 5", "LON": "7E21", "MON": "12", "NUM": "88", "PRO": "S", "SEC": "36", "YEA": "1833", "CITY": "RIBEAUVILLE"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Bouchard", "official": {"given": "Henri Désiré Abel"}}, "birth": {"date": "1833-12-18 08:00", "place": {"name": "Ribeauvillé"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "122"}}, "raw": {"NR": "122", "GNR": "SA288", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "2", "SO_": "2", "VE_": "1", "CODE": "2", "JAHR": "1833", "KORR": "", "MARS": "3", "MODE": "LMT", "MOND": "31", "NAME": "BOUCHARD (HENRI DÉSIRÉ ABEL).", "AUFAB": "8.90", "PHAS_": "38.600", "SONNE": "1", "VENUS": "4", "BREITE": "48 N 05", "GEBORT": "Ribeauvillé (Haut-Rhin)", "LAENGE": "007 E 21", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "11", "GEBZEIT": "08.00", "JUPITER": "28", "ELECTAGE": "57,3", "ELECTDAT": "07.04.1891", "GEBDATUM": "18.12.1833", "STBDATUM": "03.03.1899"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-68"}, "ids-in-source": {"g55": "01-68"}}, "raw": {"DAY": "18-12-1833", "HOUR": "1 h.", "NAME": "BOUCHARD Henri", "PLACE": "Ribeauvillé (Haut-Rhin)."}, "date": "2023-08-20T14:47:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25685	monsche-georges-1882-10-22	{"g55": "10-723"}	{"g55": "10-723"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Monsche", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1882-10-22 03:30", "note": null, "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Munster", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Monsche", "nobility": ""}, "birth": {"date": "1882-10-22 03:30", "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "name": "Munster"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-723"}}, "raw": {"DAY": "22-10-1882", "HOUR": "3 h. 30", "NAME": "MONSCHE Georges", "PLACE": "Munster (Haut-Rhin)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25686	montagne-jean-baptiste-1864-02-13	{"g55": "10-724"}	{"g55": "10-724"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Baptiste", "family": "Montagne", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1864-02-13 22:00", "note": null, "place": {"c1": "", "c2": "10", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Carcassonne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean-Baptiste", "family": "Montagne", "nobility": ""}, "birth": {"date": "1864-02-13 22:00", "place": {"c1": "", "c2": "10", "c3": "", "cy": "FR", "name": "Carcassonne"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-724"}}, "raw": {"DAY": "13-2-1864", "HOUR": "22 h.", "NAME": "MONTAGNE Jean-Baptiste", "PLACE": "Carcassonne (Aube)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25687	montaguy-barthelemy-1841-08-14	{"g55": "10-725"}	{"g55": "10-725"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Barthélemy", "family": "Montaguy", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1841-08-14 00:00", "note": null, "place": {"c1": "", "c2": "42", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Etienne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Barthélemy", "family": "Montaguy", "nobility": ""}, "birth": {"date": "1841-08-14 00:00", "place": {"c1": "", "c2": "42", "c3": "", "cy": "FR", "name": "Saint-Etienne"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-725"}}, "raw": {"DAY": "14-8-1841", "HOUR": "0 h.", "NAME": "MONTAGUY Barthélemy", "PLACE": "Saint-Etienne (Loire)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2177	bouchardat-gustave-1842-06-04	{"a2": "90", "afd5": "124"}	{"lerrcp": "A2-90", "muller": "M5-124"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Gustave", "family": "Bouchardat", "spouse": [], "official": {"given": "Gustave", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1842-06-04 08:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1842-06-04 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Bouchardat"}, "birth": {"tzo": "+00:09:24", "date": "1842-06-04 08:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1842-06-04 07:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-90"}, "ids-in-sources": {"a2": "90"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "4", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "90", "PRO": "S", "SEC": "40", "YEA": "1842", "CITY": "PARIS"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Bouchardat", "official": {"given": "Gustave"}}, "birth": {"date": "1842-06-04 08:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "124"}}, "raw": {"NR": "124", "GNR": "SA290", "JU_": "1", "MA_": "1", "MO_": "2", "SA_": "1", "SO_": "1", "VE_": "2", "CODE": "4", "JAHR": "1842", "KORR": "", "MARS": "5", "MODE": "LMT", "MOND": "9", "NAME": "BOUCHARDAT (GUSTAVE).", "AUFAB": "-8.90", "PHAS_": "25.100", "SONNE": "5", "VENUS": "3", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "20", "GEBZEIT": "08.00", "JUPITER": "20", "ELECTAGE": "40,6", "ELECTDAT": "12.12.1882", "GEBDATUM": "04.06.1842", "STBDATUM": "22.11.1918"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
25688	montiton-leon-1847-02-27	{"g55": "10-726"}	{"g55": "10-726"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leon", "family": "Montiton", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1847-02-27 04:00", "note": null, "place": {"c1": "", "c2": "50", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Sourdeval", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Leon", "family": "Montiton", "nobility": ""}, "birth": {"date": "1847-02-27 04:00", "place": {"c1": "", "c2": "50", "c3": "", "cy": "FR", "name": "Sourdeval"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-726"}}, "raw": {"DAY": "27-2-1847", "HOUR": "4h.", "NAME": "MONTITON Leon", "PLACE": "Sourdeval (Manche)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2180	bougault-joseph-1870-01-04	{"a2": "93", "g55": "01-72", "afd5": "126"}	{"g55": "01-72", "lerrcp": "A2-93", "muller": "M5-126"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Joseph", "family": "Bougault", "spouse": [], "official": {"given": "Joseph Félix Ernest", "family": null}}	\N	{"lmt": null, "tzo": "-00:05:31", "date": "1870-01-04 16:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.37796, "lat": 47.41148, "name": "Ligné", "geoid": 2998404}, "notime": null, "date-ut": "1870-01-04 16:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Bougault"}, "birth": {"tzo": "-00:05:31", "date": "1870-01-04 16:00", "place": {"c2": "44", "cy": "FR", "lg": -1.37796, "lat": 47.41148, "name": "Ligné", "geoid": 2998404}, "date-ut": "1870-01-04 16:06:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-93"}, "ids-in-sources": {"a2": "93"}}, "raw": {"H": "16", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "4", "LAT": "47N13", "LON": "1W35", "MON": "1", "NUM": "93", "PRO": "S", "SEC": "20", "YEA": "1870", "CITY": "LIGNE"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Bougault", "official": {"given": "Joseph Félix Ernest"}}, "birth": {"date": "1870-01-04 16:00", "place": {"name": "Ligné"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "126"}}, "raw": {"NR": "126", "GNR": "SA293", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "2", "CODE": "3", "JAHR": "1870", "KORR": "", "MARS": "15", "MODE": "LMT", "MOND": "13", "NAME": "BOUGAULT (JOSEPH FÉLIX ERNEST).", "AUFAB": "3.30", "PHAS_": "4.500", "SONNE": "18", "VENUS": "11", "BREITE": "47 N 13", "GEBORT": "Ligné (Loire-Inférieure)", "LAENGE": "001 W 35", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "20", "GEBZEIT": "16.00", "JUPITER": "5", "ELECTAGE": "63,0", "ELECTDAT": "20.12.1932", "GEBDATUM": "04.01.1870", "STBDATUM": "30.10.1955"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-72"}, "ids-in-source": {"g55": "01-72"}}, "raw": {"DAY": "4-1-1870", "HOUR": "16 h.", "NAME": "BOUGAULT Joseph", "PLACE": "Ligné (Loire-Inférieure)."}, "date": "2023-08-20T14:47:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25689	moreau-de-mont-yves-1900-01-30	{"g55": "10-727"}	{"g55": "10-727"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "de MONT. Yves", "family": "Moreau", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1900-01-30 06:00", "note": null, "place": {"c1": "", "c2": "22", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Paimpol", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "de MONT. Yves", "family": "Moreau", "nobility": ""}, "birth": {"date": "1900-01-30 06:00", "place": {"c1": "", "c2": "22", "c3": "", "cy": "FR", "name": "Paimpol"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-727"}}, "raw": {"DAY": "30-1-1900", "HOUR": "6 h.", "NAME": "MOREAU de MONT. Yves", "PLACE": "Paimpol (Côtes-du-Nord)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25690	mortier-robert-1877-07-04	{"g55": "10-728"}	{"g55": "10-728"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Mortier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1877-07-04 22:00", "note": null, "place": {"c1": "", "c2": "72", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Thorigné", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Mortier", "nobility": ""}, "birth": {"date": "1877-07-04 22:00", "place": {"c1": "", "c2": "72", "c3": "", "cy": "FR", "name": "Thorigné"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-728"}}, "raw": {"DAY": "4-7-1877", "HOUR": "22 h.", "NAME": "MORTIER Robert", "PLACE": "Thorigné (Sarthe)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25691	mounet-jacques-1844-01-23	{"g55": "10-729"}	{"g55": "10-729"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Mounet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1844-01-23 20:00", "note": null, "place": {"c1": "", "c2": "73", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Germain", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Mounet", "nobility": ""}, "birth": {"date": "1844-01-23 20:00", "place": {"c1": "", "c2": "73", "c3": "", "cy": "FR", "name": "Saint-Germain"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-729"}}, "raw": {"DAY": "23-1-1844", "HOUR": "20 h.", "NAME": "MOUNET Jacques", "PLACE": "Saint-Germain (Savoie)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25692	mourot-henri-1877-08-13	{"g55": "10-730"}	{"g55": "10-730"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Mourot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1877-08-13 11:30", "note": null, "place": {"c1": "", "c2": "52", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Eureville", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Mourot", "nobility": ""}, "birth": {"date": "1877-08-13 11:30", "place": {"c1": "", "c2": "52", "c3": "", "cy": "FR", "name": "Eureville"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-730"}}, "raw": {"DAY": "13-8-1877", "HOUR": "11 h. 30", "NAME": "MOUROT Henri", "PLACE": "Eureville (Haute-Marne)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2182	bouis-jules-1822-04-02	{"a2": "95", "g55": "01-74", "afd5": "128"}	{"g55": "01-74", "lerrcp": "A2-95", "muller": "M5-128"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jules", "family": "Bouis", "spouse": [], "official": {"given": "François Raymond Dominique Jules", "family": null}}	\N	{"lmt": null, "tzo": "+00:11:35", "date": "1822-04-02 03:30", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "notime": null, "date-ut": "1822-04-02 03:18:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Bouis"}, "birth": {"tzo": "+00:11:35", "date": "1822-04-02 03:30", "place": {"c2": "66", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "date-ut": "1822-04-02 03:18:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-95"}, "ids-in-sources": {"a2": "95"}}, "raw": {"H": "3", "MN": "18", "TZ": "0", "COD": "66", "COU": "F", "DAY": "2", "LAT": "42N42", "LON": "2E55", "MON": "4", "NUM": "95", "PRO": "S", "SEC": "20", "YEA": "1822", "CITY": "PERPIGNAN"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Bouis", "official": {"given": "François Raymond Dominique Jules"}}, "birth": {"date": "1822-04-02 03:30", "place": {"name": "Perpignan"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "128"}}, "raw": {"NR": "128", "GNR": "SA295", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "4", "JAHR": "1822", "KORR": "", "MARS": "18", "MODE": "LMT", "MOND": "18", "NAME": "BOUIS (FRANCOIS RAYMOND DOMINIQUE JULES.", "AUFAB": "8.90", "PHAS_": "80.800", "SONNE": "33", "VENUS": "35", "BREITE": "42 N 42", "GEBORT": "Perpignan (Pyrénées-Orientales)", "LAENGE": "002 E 55", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "31", "GEBZEIT": "03.30", "JUPITER": "31", "ELECTAGE": "56,1", "ELECTDAT": "09.04.1878", "GEBDATUM": "02.04.1822", "STBDATUM": "21.10.1886"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-74"}, "ids-in-source": {"g55": "01-74"}}, "raw": {"DAY": "2-4-1822", "HOUR": "3 h. 30", "NAME": "BOUIS Jules", "PLACE": "Perpignan (Pyrénées-Orientales)."}, "date": "2023-08-20T14:47:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2184	bourgoin-alfred-1836-05-26	{"a2": "97", "g55": "01-76", "afd5": "133"}	{"g55": "01-76", "lerrcp": "A2-97", "muller": "M5-133"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alfred", "family": "Bourgoin", "spouse": [], "official": {"given": "Edme Alfred", "family": null}}	\N	{"lmt": null, "tzo": "+00:14:20", "date": "1836-05-26 07:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.58333, "lat": 47.8, "name": "Saint-Cyr-les-Colons", "geoid": 0}, "notime": null, "date-ut": "1836-05-26 06:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Bourgoin"}, "birth": {"tzo": "+00:14:20", "date": "1836-05-26 07:00", "place": {"c2": "89", "cy": "FR", "lg": 3.58333, "lat": 47.8, "name": "Saint-Cyr-les-Colo", "geoid": 0}, "date-ut": "1836-05-26 06:45:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-97"}, "ids-in-sources": {"a2": "97"}}, "raw": {"H": "6", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "26", "LAT": "47N48", "LON": "3E35", "MON": "5", "NUM": "97", "PRO": "S", "SEC": "40", "YEA": "1836", "CITY": "ST-CYR-LES-COLO"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Bourgoin", "official": {"given": "Edme Alfred"}}, "birth": {"date": "1836-05-26 07:00", "place": {"name": "Saint-Cyr-les-Colons"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "133"}}, "raw": {"NR": "133", "GNR": "SA297", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "2", "CODE": "3", "JAHR": "1836", "KORR": "", "MARS": "6", "MODE": "LMT", "MOND": "26", "NAME": "BOURGOIN (EDME ALFRED).", "AUFAB": "10.00", "PHAS_": "72.900", "SONNE": "4", "VENUS": "36", "BREITE": "47 N 48", "GEBORT": "Saint-Cyr-les-Colons (Yonne)", "LAENGE": "003 E 35", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "24", "GEBZEIT": "07.00", "JUPITER": "36", "ELECTAGE": "42,7", "ELECTDAT": "14.01.1879", "GEBDATUM": "26.05.1836", "STBDATUM": "09.02.1897"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Cyr-les-Colons"}}, "partial-ids": {"g55": "01-76"}, "ids-in-source": {"g55": "01-76"}}, "raw": {"DAY": "26-5-1836", "HOUR": "7 h.", "NAME": "BOURGOIN Alfred", "PLACE": "Saint-Cyr-les-Colons (Yonne)."}, "date": "2023-08-20T14:47:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2185	bourguet-eugene-1816-12-08	{"a2": "98", "g55": "01-77", "afd5": "134"}	{"g55": "01-77", "lerrcp": "A2-98", "muller": "M5-134"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Eugène", "family": "Bourguet", "spouse": [], "official": {"given": "Eugène", "family": null}}	\N	{"lmt": null, "tzo": "+00:11:48", "date": "1816-12-08 05:00", "note": null, "place": {"c1": null, "c2": "12", "c3": null, "cy": "FR", "lg": 2.94976, "lat": 43.76826, "name": "Brusque", "geoid": 3029741}, "notime": null, "date-ut": "1816-12-08 04:49:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Bourguet"}, "birth": {"tzo": "+00:11:48", "date": "1816-12-08 05:00", "place": {"c2": "12", "cy": "FR", "lg": 2.94976, "lat": 43.76826, "name": "Brusque", "geoid": 3029741}, "date-ut": "1816-12-08 04:49:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-98"}, "ids-in-sources": {"a2": "98"}}, "raw": {"H": "4", "MN": "49", "TZ": "0", "COD": "12", "COU": "F", "DAY": "8", "LAT": "44N21", "LON": "2E34", "MON": "12", "NUM": "98", "PRO": "S", "SEC": "44", "YEA": "1816", "CITY": "BRUSQUE"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Bourguet", "official": {"given": "Eugène"}}, "birth": {"date": "1816-12-08 05:00", "place": {"name": "Brusque"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "134"}}, "raw": {"NR": "134", "GNR": "SA298", "JU_": "2", "MA_": "2", "MO_": "2", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "4", "JAHR": "1816", "KORR": "", "MARS": "36", "MODE": "LMT", "MOND": "12", "NAME": "BOURGUET (EUGENE).", "AUFAB": "-5.50", "PHAS_": "89.700", "SONNE": "34", "VENUS": "31", "BREITE": "44 N 21", "GEBORT": "Brusque (Aveyron)", "LAENGE": "002 E 34", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "28", "GEBZEIT": "05.00", "JUPITER": "36", "ELECTAGE": "65,6", "ELECTDAT": "22.06.1882", "GEBDATUM": "08.12.1816", "STBDATUM": "31.03.1891"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-77"}, "ids-in-source": {"g55": "01-77"}}, "raw": {"DAY": "8-12-1816", "HOUR": "5 h.", "NAME": "BOURGUET Eugène", "PLACE": "Brusque (Aveyron)."}, "date": "2023-08-20T14:47:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25693	mourot-joseph-1880-03-01	{"g55": "10-731"}	{"g55": "10-731"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Mourot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1880-03-01 .4:30", "note": null, "place": {"c1": "", "c2": "52", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Eureville", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Mourot", "nobility": ""}, "birth": {"date": "1880-03-01 .4:30", "place": {"c1": "", "c2": "52", "c3": "", "cy": "FR", "name": "Eureville"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-731"}}, "raw": {"DAY": "1-3-1880", "HOUR": ".4 h. 30", "NAME": "MOUROT Joseph", "PLACE": "Eureville (Haute-Marne)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25694	moysen-auguste-1840-12-23	{"g55": "10-732"}	{"g55": "10-732"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Moysen", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1840-12-23 05:00", "note": null, "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Coupiac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Moysen", "nobility": ""}, "birth": {"date": "1840-12-23 05:00", "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "name": "Coupiac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-732"}}, "raw": {"DAY": "23-12-1840", "HOUR": "5 h.", "NAME": "MOYSEN Auguste", "PLACE": "Coupiac (Aveyron)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2189	boutron-charlard-antoine-1796-12-02	{"a2": "102"}	{"lerrcp": "A2-102"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Boutron-Charlard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1796-12-02 08:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1796-12-02 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Boutron-Charlard"}, "birth": {"tzo": "+00:09:24", "date": "1796-12-02 08:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1796-12-02 07:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-102"}, "ids-in-sources": {"a2": "102"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "102", "PRO": "S", "SEC": "40", "YEA": "1796", "CITY": "PARIS"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
25695	mugnier-arthur-1853-11-27	{"g55": "10-733"}	{"g55": "10-733"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Mugnier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1853-11-27 20:00", "note": null, "place": {"c1": "", "c2": "19", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lubersac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Mugnier", "nobility": ""}, "birth": {"date": "1853-11-27 20:00", "place": {"c1": "", "c2": "19", "c3": "", "cy": "FR", "name": "Lubersac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-733"}}, "raw": {"DAY": "27-11-1853", "HOUR": "20 h.", "NAME": "MUGNIER Arthur", "PLACE": "Lubersac (Corrèze)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2187	bousquet-jean-1852-03-13	{"a2": "100", "g55": "01-79", "afd5": "136"}	{"g55": "01-79", "lerrcp": "A2-100", "muller": "M5-136"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Bousquet", "spouse": [], "official": {"given": "Jean Marie Hippolyte", "family": null}}	\N	{"lmt": null, "tzo": "+00:12:60", "date": "1852-03-13 12:00", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.24901, "lat": 45.54422, "name": "Issoire", "geoid": 3012664}, "notime": null, "date-ut": "1852-03-13 11:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bousquet"}, "birth": {"tzo": "+00:12:60", "date": "1852-03-13 11:50", "place": {"c2": "63", "cy": "FR", "lg": 3.24901, "lat": 45.54422, "name": "Issoire", "geoid": 3012664}, "date-ut": "1852-03-13 11:47:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-100"}, "ids-in-sources": {"a2": "100"}}, "raw": {"H": "11", "MN": "47", "TZ": "0", "COD": "63", "COU": "F", "DAY": "13", "LAT": "45N47", "LON": "3E 5", "MON": "3", "NUM": "100", "PRO": "S", "SEC": "40", "YEA": "1852", "CITY": "ISSOIRE"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Bousquet", "official": {"given": "Jean Marie Hippolyte"}}, "birth": {"date": "1852-03-13 12:00", "place": {"name": "Issoire"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "136"}}, "raw": {"NR": "136", "GNR": "SA2100", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "1", "CODE": "3", "JAHR": "1852", "KORR": "", "MARS": "35", "MODE": "LMT", "MOND": "20", "NAME": "BOUSQUET (JEAN MARIE HIPPOLYTE).", "AUFAB": "-10.80", "PHAS_": "48.600", "SONNE": "9", "VENUS": "6", "BREITE": "45 N 47", "GEBORT": "Issoire (Puy-de-Dôme)", "LAENGE": "003 E 05", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "6", "GEBZEIT": "12.00", "JUPITER": "23", "ELECTAGE": "69,4", "ELECTDAT": "12.07.1921", "GEBDATUM": "13.03.1852", "STBDATUM": "19.02.1934"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-79"}, "ids-in-source": {"g55": "01-79"}}, "raw": {"DAY": "13-3-1852", "HOUR": "12 h.", "NAME": "BOUSQUET Jean-Marie", "PLACE": "Issoire (Puy-de-Dôme)."}, "date": "2023-08-20T14:47:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2190	braemer-louis-1858-04-06	{"a2": "103", "g55": "01-81", "afd5": "138"}	{"g55": "01-81", "lerrcp": "A2-103", "muller": "M5-138"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Braemer", "spouse": [], "official": {"given": "Louis Ernest", "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1858-04-06 01:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1858-04-06 00:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Braemer"}, "birth": {"tzo": "+00:30:59", "date": "1858-04-06 01:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1858-04-06 00:29"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-103"}, "ids-in-sources": {"a2": "103"}}, "raw": {"H": "0", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "6", "LAT": "48N35", "LON": "7E45", "MON": "4", "NUM": "103", "PRO": "S", "SEC": "0", "YEA": "1858", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Braemer", "official": {"given": "Louis Ernest"}}, "birth": {"date": "1858-04-06 01:00", "place": {"name": "Strasbourg"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "138"}}, "raw": {"NR": "138", "GNR": "SA2103", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1858", "KORR": "", "MARS": "5", "MODE": "LMT", "MOND": "35", "NAME": "BRAEMER (LOUIS ERNEST).", "AUFAB": "-9.30", "PHAS_": "55.600", "SONNE": "29", "VENUS": "28", "BREITE": "48 N 35", "GEBORT": "Strasbourg (Bas-Rhin)", "LAENGE": "007 E 45", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "17", "GEBZEIT": "01.00", "JUPITER": "25", "ELECTAGE": "63,3", "ELECTDAT": "26.07.1921", "GEBDATUM": "06.04.1858", "STBDATUM": "17.07.1935"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-81"}, "ids-in-source": {"g55": "01-81"}}, "raw": {"DAY": "6-4-1858", "HOUR": "1 h.", "NAME": "BRAEMER Louis", "PLACE": "Strasbourg (Bas-Rhin)."}, "date": "2023-08-20T14:47:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25696	muller-louis-1848-12-06	{"g55": "10-734"}	{"g55": "10-734"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Muller", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1848-12-06 10:00", "note": null, "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Guesting", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Muller", "nobility": ""}, "birth": {"date": "1848-12-06 10:00", "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "name": "Guesting"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-734"}}, "raw": {"DAY": "6-12-1848", "HOUR": "10 h.", "NAME": "MULLER Louis", "PLACE": "Guesting (Moselle)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25697	muller-henri-1884-02-10	{"g55": "10-735"}	{"g55": "10-735"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Muller", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1884-02-10 01:00", "note": null, "place": {"c1": "", "c2": "93", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Pantin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Muller", "nobility": ""}, "birth": {"date": "1884-02-10 01:00", "place": {"c1": "", "c2": "93", "c3": "", "cy": "FR", "name": "Pantin"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-735"}}, "raw": {"DAY": "10-2-1884", "HOUR": "1 h.", "NAME": "MULLER Henri", "PLACE": "Pantin (Seine)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25698	nau-francois-1864-05-13	{"g55": "10-736"}	{"g55": "10-736"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Nau", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1864-05-13 22:00", "note": null, "place": {"c1": "", "c2": "54", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Thil", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "François", "family": "Nau", "nobility": ""}, "birth": {"date": "1864-05-13 22:00", "place": {"c1": "", "c2": "54", "c3": "", "cy": "FR", "name": "Thil"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-736"}}, "raw": {"DAY": "13-5-1864", "HOUR": "22 h.", "NAME": "NAU François", "PLACE": "Thil (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2193	bridou-jules-1869-09-27	{"a2": "106", "g55": "01-83"}	{"g55": "01-83", "lerrcp": "A2-106"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Bridou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:28", "date": "1869-09-27 04:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.36667, "lat": 49.18333, "name": "Bretteville-sur-Laize", "geoid": 0}, "notime": null, "date-ut": "1869-09-27 04:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Bridou"}, "birth": {"tzo": "-00:01:28", "date": "1869-09-27 04:00", "place": {"c2": "14", "cy": "FR", "lg": -0.36667, "lat": 49.18333, "name": "Bretteville-S L", "geoid": 0}, "date-ut": "1869-09-27 04:01:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-106"}, "ids-in-sources": {"a2": "106"}}, "raw": {"H": "4", "MN": "1", "TZ": "0", "COD": "14", "COU": "F", "DAY": "27", "LAT": "49N11", "LON": "0W22", "MON": "9", "NUM": "106", "PRO": "S", "SEC": "28", "YEA": "1869", "CITY": "BRETTEVILLE-S L"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Bretteville-sur-Laize"}}, "partial-ids": {"g55": "01-83"}, "ids-in-source": {"g55": "01-83"}}, "raw": {"DAY": "27-9-1869", "HOUR": "4 h.", "NAME": "BRIDOU Jules", "PLACE": "Bretteville-sur-Laize (Calvados)."}, "date": "2023-08-20T14:47:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2194	brindeau-auguste-1867-05-01	{"a2": "107", "g55": "01-84", "afd5": "143"}	{"g55": "01-84", "lerrcp": "A2-107", "muller": "M5-143"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Auguste", "family": "Brindeau", "spouse": [], "official": {"given": "Auguste Marie Joseph Victor", "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1867-05-01 22:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1867-05-01 22:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Brindeau"}, "birth": {"tzo": "-00:06:13", "date": "1867-05-01 22:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1867-05-01 22:06:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-107"}, "ids-in-sources": {"a2": "107"}}, "raw": {"H": "22", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "1", "LAT": "47N13", "LON": "1W35", "MON": "5", "NUM": "107", "PRO": "S", "SEC": "20", "YEA": "1867", "CITY": "NANTES"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Brindeau", "official": {"given": "Auguste Marie Joseph Victor"}}, "birth": {"date": "1867-05-01 22:00", "place": {"name": "Nantes"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "143"}}, "raw": {"NR": "143", "GNR": "SA2107", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1867", "KORR": "", "MARS": "14", "MODE": "LMT", "MOND": "28", "NAME": "BRINDEAU (AUGUSTE MARIE JOSEPH VICTOR).", "AUFAB": "-8.20", "PHAS_": "14.100", "SONNE": "24", "VENUS": "28", "BREITE": "47 N 13", "GEBORT": "Nantes (Loire-Inférieure)", "LAENGE": "001 W 35", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "4", "GEBZEIT": "22.00", "JUPITER": "31", "ELECTAGE": "67,2", "ELECTDAT": "12.06.1934", "GEBDATUM": "01.05.1867", "STBDATUM": "03.08.1955"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-84"}, "ids-in-source": {"g55": "01-84"}}, "raw": {"DAY": "1-5-1867", "HOUR": "22 h.", "NAME": "BRINDEAU Auguste", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:47:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2195	brissaud-edouard-1852-04-15	{"a2": "108", "g55": "01-85", "afd5": "144"}	{"g55": "01-85", "lerrcp": "A2-108", "muller": "M5-144"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Edouard", "family": "Brissaud", "spouse": [], "official": {"given": "Edouard", "family": null}}	\N	{"lmt": null, "tzo": "+00:24:04", "date": "1852-04-15 13:30", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1852-04-15 13:05:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Brissaud"}, "birth": {"tzo": "+00:24:04", "date": "1852-04-15 13:30", "place": {"c2": "25", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1852-04-15 13:05:52"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-108"}, "ids-in-sources": {"a2": "108"}}, "raw": {"H": "13", "MN": "5", "TZ": "0", "COD": "25", "COU": "F", "DAY": "15", "LAT": "47N15", "LON": "6E 2", "MON": "4", "NUM": "108", "PRO": "S", "SEC": "52", "YEA": "1852", "CITY": "BESANCON"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Brissaud", "official": {"given": "Edouard"}}, "birth": {"date": "1852-04-15 13:30", "place": {"name": "Besançon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "144"}}, "raw": {"NR": "144", "GNR": "SA2108", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "2", "SO_": "2", "VE_": "0", "CODE": "3", "JAHR": "1852", "KORR": "", "MARS": "3", "MODE": "LMT", "MOND": "16", "NAME": "BRISSAUD (EDOUARD).", "AUFAB": "-7.80", "PHAS_": "17.300", "SONNE": "12", "VENUS": "8", "BREITE": "47 N 15", "GEBORT": "Besançon (Doubs)", "LAENGE": "006 E 02", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "11", "GEBZEIT": "13.30", "JUPITER": "27", "ELECTAGE": "57,1", "ELECTDAT": "18.05.1909", "GEBDATUM": "15.04.1852", "STBDATUM": "20.12.1909"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-85"}, "ids-in-source": {"g55": "01-85"}}, "raw": {"DAY": "15-4-1852", "HOUR": "13 h. 30", "NAME": "BRISSAUD Edouard", "PLACE": "Besançon (Doubs)."}, "date": "2023-08-20T14:47:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25699	naviel-henri-1889-04-04	{"g55": "10-737"}	{"g55": "10-737"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Naviel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1889-04-04 07:00", "note": null, "place": {"c1": "", "c2": "35", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Fougères", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Naviel", "nobility": ""}, "birth": {"date": "1889-04-04 07:00", "place": {"c1": "", "c2": "35", "c3": "", "cy": "FR", "name": "Fougères"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-737"}}, "raw": {"DAY": "4-4-1889", "HOUR": "7 h.", "NAME": "NAVIEL Henri", "PLACE": "Fougères (Ille-et-Vilaine)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25700	netzer-henri-1878-11-28	{"g55": "10-738"}	{"g55": "10-738"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Netzer", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1878-11-28 23:00", "note": null, "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Gorze", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Netzer", "nobility": ""}, "birth": {"date": "1878-11-28 23:00", "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "name": "Gorze"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-738"}}, "raw": {"DAY": "28-11-1878", "HOUR": "23 h.", "NAME": "NETZER Henri", "PLACE": "Gorze (Moselle)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25701	nicolle-louis-1851-11-30	{"g55": "10-739"}	{"g55": "10-739"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Nicolle", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1851-11-30 09:00", "note": null, "place": {"c1": "", "c2": "76", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Rouen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Nicolle", "nobility": ""}, "birth": {"date": "1851-11-30 09:00", "place": {"c1": "", "c2": "76", "c3": "", "cy": "FR", "name": "Rouen"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-739"}}, "raw": {"DAY": "30-11-1851", "HOUR": "9 h.", "NAME": "NICOLLE Louis", "PLACE": "Rouen (Seine-Inférieure)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2198	brocq-rousseu-denis-1869-10-17	{"a2": "111", "afd5": "148"}	{"lerrcp": "A2-111", "muller": "M5-148"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Denis", "family": "Brocq-Rousseu", "spouse": [], "official": {"given": "Denis", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1869-10-17 17:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "7", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1869-10-17 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Denis", "family": "Brocq-Rousseu"}, "birth": {"tzo": "+00:09:24", "date": "1869-10-17 17:00", "place": {"c2": "75", "c3": "7", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1869-10-17 16:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-111"}, "ids-in-sources": {"a2": "111"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "17", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "111", "PRO": "S", "SEC": "40", "YEA": "1869", "CITY": "PARIS 7E"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Brocq-Rousseu", "official": {"given": "Denis"}}, "birth": {"date": "1869-10-17 17:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "148"}}, "raw": {"NR": "148", "GNR": "SA2111", "JU_": "0", "MA_": "0", "MO_": "2", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "4", "JAHR": "1869", "KORR": "", "MARS": "16", "MODE": "LMT", "MOND": "1", "NAME": "BROCQ-ROUSSEU (DENIS).", "AUFAB": "6.50", "PHAS_": "88.800", "SONNE": "18", "VENUS": "15", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "14", "GEBZEIT": "17.00", "JUPITER": "34", "ELECTAGE": "61,5", "ELECTDAT": "24.03.1931", "GEBDATUM": "17.10.1869", "STBDATUM": "22.01.1950"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
25702	noel-louis-1856-04-18	{"g55": "10-740"}	{"g55": "10-740"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Noel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1856-04-18 23:00", "note": null, "place": {"c1": "", "c2": "88", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Tendon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Noel", "nobility": ""}, "birth": {"date": "1856-04-18 23:00", "place": {"c1": "", "c2": "88", "c3": "", "cy": "FR", "name": "Tendon"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-740"}}, "raw": {"DAY": "18-4-1856", "HOUR": "23 h.", "NAME": "NOEL Louis", "PLACE": "Tendon (Vosges)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2200	brouardel-paul-1837-02-13	{"a2": "113", "g55": "01-86", "afd5": "150"}	{"g55": "01-86", "lerrcp": "A2-113", "muller": "M5-150"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul", "family": "Brouardel", "spouse": [], "official": {"given": "Paul Camille Hippolyte", "family": null}}	\N	{"lmt": null, "tzo": "+00:13:09", "date": "1837-02-13 16:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "notime": null, "date-ut": "1837-02-13 15:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Brouardel"}, "birth": {"tzo": "+00:13:09", "date": "1837-02-13 16:00", "place": {"c2": "02", "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "date-ut": "1837-02-13 15:45:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-113"}, "ids-in-sources": {"a2": "113"}}, "raw": {"H": "15", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "13", "LAT": "49N34", "LON": "3E37", "MON": "2", "NUM": "113", "PRO": "S", "SEC": "32", "YEA": "1837", "CITY": "ST-QUENTIN"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Brouardel", "official": {"given": "Paul Camille Hippolyte"}}, "birth": {"date": "1837-02-13 16:00", "place": {"name": "Saint-Quentin"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "150"}}, "raw": {"NR": "150", "GNR": "SA2113", "JU_": "2", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1837", "KORR": "", "MARS": "1", "MODE": "LMT", "MOND": "6", "NAME": "BROUARDEL (PAUL CAMILLE HIPPOLYTE).", "AUFAB": "9.90", "PHAS_": "56.000", "SONNE": "16", "VENUS": "20", "BREITE": "49 N 34", "GEBORT": "Saint-Quentin (Aisne)", "LAENGE": "003 E 37", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "26", "GEBZEIT": "16.00", "JUPITER": "1", "ELECTAGE": "43,9", "ELECTDAT": "14.12.1880", "GEBDATUM": "13.02.1837", "STBDATUM": "23.07.1906"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-86"}, "ids-in-source": {"g55": "01-86"}}, "raw": {"DAY": "13-2-1837", "HOUR": "16 h.", "NAME": "* BROUARDEL Paul", "PLACE": "Saint-Quentin (Aisne)."}, "date": "2023-08-20T14:47:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25703	noel-louis-1859-03-23	{"g55": "10-741"}	{"g55": "10-741"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Noel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1859-03-23 06:00", "note": null, "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Méziére", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Noel", "nobility": ""}, "birth": {"date": "1859-03-23 06:00", "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "name": "Méziére"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-741"}}, "raw": {"DAY": "23-3-1859", "HOUR": "6 h.", "NAME": "NOEL Louis", "PLACE": "Méziére (Moselle)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25704	noyer-auguste-1839-02-12	{"g55": "10-742"}	{"g55": "10-742"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Noyer", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1839-02-12 07:00", "note": null, "place": {"c1": "", "c2": "19", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Brives", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Noyer", "nobility": ""}, "birth": {"date": "1839-02-12 07:00", "place": {"c1": "", "c2": "19", "c3": "", "cy": "FR", "name": "Brives"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-742"}}, "raw": {"DAY": "12-2-1839", "HOUR": "7 h.", "NAME": "NOYER Auguste", "PLACE": "Brives (Corrèze)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25705	ollier-marie-1872-05-06	{"g55": "10-743"}	{"g55": "10-743"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Ollier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1872-05-06 10:00", "note": null, "place": {"c1": "", "c2": "43", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Goudet", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Ollier", "nobility": ""}, "birth": {"date": "1872-05-06 10:00", "place": {"c1": "", "c2": "43", "c3": "", "cy": "FR", "name": "Goudet"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-743"}}, "raw": {"DAY": "6-5-1872", "HOUR": "10 h.", "NAME": "OLLIER Marie", "PLACE": "Goudet (Haute-Loire)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25706	ollivier-joseph-1846-01-27	{"g55": "10-744"}	{"g55": "10-744"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Ollivier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1846-01-27 06:00", "note": null, "place": {"c1": "", "c2": "35", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Pleurtuit", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Ollivier", "nobility": ""}, "birth": {"date": "1846-01-27 06:00", "place": {"c1": "", "c2": "35", "c3": "", "cy": "FR", "name": "Pleurtuit"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-744"}}, "raw": {"DAY": "27-1-1846", "HOUR": "6 h.", "NAME": "OLLIVIER Joseph", "PLACE": "Pleurtuit (Ille-et-Vilaine)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2203	bucquoy-jules-1829-08-14	{"a2": "116", "g55": "01-90", "afd5": "154"}	{"g55": "01-90", "lerrcp": "A2-116", "muller": "M5-154"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jules", "family": "Bucquoy", "spouse": [], "official": {"given": "Marie Edme Jules", "family": null}}	\N	{"lmt": null, "tzo": "+00:11:45", "date": "1829-08-14 04:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.9363, "lat": 49.93218, "name": "Péronne", "geoid": 2987928}, "notime": null, "date-ut": "1829-08-14 03:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Bucquoy"}, "birth": {"tzo": "+00:11:45", "date": "1829-08-14 04:00", "place": {"c2": "80", "cy": "FR", "lg": 2.9363, "lat": 49.93218, "name": "Péronne", "geoid": 2987928}, "date-ut": "1829-08-14 03:50:48"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-116"}, "ids-in-sources": {"a2": "116"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "14", "LAT": "49N54", "LON": "2E18", "MON": "8", "NUM": "116", "PRO": "S", "SEC": "48", "YEA": "1829", "CITY": "PERONNE"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Bucquoy", "official": {"given": "Marie Edme Jules"}}, "birth": {"date": "1829-08-14 04:00", "place": {"name": "Péronne"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "154"}}, "raw": {"NR": "154", "GNR": "SA2116", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1829", "KORR": "", "MARS": "35", "MODE": "LMT", "MOND": "18", "NAME": "BUCQUOY (MARIE EDME JULES).", "AUFAB": "4.10", "PHAS_": "98.600", "SONNE": "35", "VENUS": "32", "BREITE": "49 N 54", "GEBORT": "Péronne (Somme)", "LAENGE": "002 E 18", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "1", "GEBZEIT": "04.00", "JUPITER": "24", "ELECTAGE": "52,7", "ELECTDAT": "28.03.1882", "GEBDATUM": "14.08.1829", "STBDATUM": "30.06.1920"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-90"}, "ids-in-source": {"g55": "01-90"}}, "raw": {"DAY": "14-8-1829", "HOUR": "4 h.", "NAME": "BUCQUOY Marie-Jules", "PLACE": "Péronne (Somme)."}, "date": "2023-08-20T14:47:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2205	burdel-simon-1818-01-24	{"a2": "118", "g55": "01-92", "afd5": "158"}	{"g55": "01-92", "lerrcp": "A2-118", "muller": "M5-158"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Simon", "family": "Burdel", "spouse": [], "official": {"given": "Simon Antoine Edouard", "family": null}}	\N	{"lmt": null, "tzo": "+00:08:16", "date": "1818-01-24 09:00", "note": null, "place": {"c1": null, "c2": "18", "c3": null, "cy": "FR", "lg": 2.0684, "lat": 47.22186, "name": "Vierzon", "geoid": 2969257}, "notime": null, "date-ut": "1818-01-24 08:50:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Simon", "family": "Burdel"}, "birth": {"tzo": "+00:08:16", "date": "1818-01-24 09:00", "place": {"c2": "18", "cy": "FR", "lg": 2.0684, "lat": 47.22186, "name": "Vierzon", "geoid": 2969257}, "date-ut": "1818-01-24 08:50:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-118"}, "ids-in-sources": {"a2": "118"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "18", "COU": "F", "DAY": "24", "LAT": "47N 5", "LON": "2E23", "MON": "1", "NUM": "118", "PRO": "S", "SEC": "28", "YEA": "1818", "CITY": "VIERZON"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Burdel", "official": {"given": "Simon Antoine Edouard"}}, "birth": {"date": "1818-01-24 09:00", "place": {"name": "Vierzon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "158"}}, "raw": {"NR": "158", "GNR": "SA2118", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "2", "VE_": "1", "CODE": "3", "JAHR": "1818", "KORR": "", "MARS": "29", "MODE": "LMT", "MOND": "18", "NAME": "BURDEL (SIMON ANTOINE EDOUARD).", "AUFAB": "-2.20", "PHAS_": "97.300", "SONNE": "3", "VENUS": "4", "BREITE": "47 N 05", "GEBORT": "Vierzon (Cher)", "LAENGE": "002 E 23", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "36", "GEBZEIT": "09.00", "JUPITER": "8", "ELECTAGE": "57,4", "ELECTDAT": "22.06.1875", "GEBDATUM": "24.01.1818", "STBDATUM": "08.01.1897"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-92"}, "ids-in-source": {"g55": "01-92"}}, "raw": {"DAY": "24-1-1818", "HOUR": "9 h.", "NAME": "BURDEL Simon", "PLACE": "Vierzon (Cher)."}, "date": "2023-08-20T14:47:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25707	ouchard-alexandre-1842-10-19	{"g55": "10-745"}	{"g55": "10-745"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Ouchard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1842-10-19 14:00", "note": null, "place": {"c1": "", "c2": "54", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lunéville", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Ouchard", "nobility": ""}, "birth": {"date": "1842-10-19 14:00", "place": {"c1": "", "c2": "54", "c3": "", "cy": "FR", "name": "Lunéville"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-745"}}, "raw": {"DAY": "19-10-1842", "HOUR": "14 h.", "NAME": "OUCHARD Alexandre", "PLACE": "Lunéville (Meurthe-et-Mos.)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25708	oudin-francois-1856-04-01	{"g55": "10-746"}	{"g55": "10-746"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Oudin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1856-04-01 09:00", "note": null, "place": {"c1": "", "c2": "42", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Montagny", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "François", "family": "Oudin", "nobility": ""}, "birth": {"date": "1856-04-01 09:00", "place": {"c1": "", "c2": "42", "c3": "", "cy": "FR", "name": "Montagny"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-746"}}, "raw": {"DAY": "1-4-1856", "HOUR": "9 h.", "NAME": "OUDIN François", "PLACE": "Montagny (Loire)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2209	cadiot-pierre-1858-07-13	{"a2": "122", "g55": "01-96", "afd5": "163"}	{"g55": "01-96", "lerrcp": "A2-122", "muller": "M5-163"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre", "family": "Cadiot", "spouse": [], "official": {"given": "Pierre Juste", "family": null}}	\N	{"lmt": null, "tzo": "+00:23:55", "date": "1858-07-13 14:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 5.97943, "lat": 48.44782, "name": "Batigny", "geoid": 3034593}, "notime": null, "date-ut": "1858-07-13 13:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Cadiot"}, "birth": {"tzo": "+00:23:55", "date": "1858-07-13 14:00", "place": {"c2": "54", "cy": "FR", "lg": 5.97943, "lat": 48.44782, "name": "Battigny", "geoid": 3034593}, "date-ut": "1858-07-13 13:35:12"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-122"}, "ids-in-sources": {"a2": "122"}}, "raw": {"H": "13", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "13", "LAT": "48N42", "LON": "6E12", "MON": "7", "NUM": "122", "PRO": "S", "SEC": "12", "YEA": "1858", "CITY": "BATTIGNY"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Cadiot", "official": {"given": "Pierre Juste"}}, "birth": {"date": "1858-07-13 14:00", "place": {"name": "Batigny"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "163"}}, "raw": {"NR": "163", "GNR": "SA2122", "JU_": "0", "MA_": "1", "MO_": "2", "SA_": "2", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1858", "KORR": "", "MARS": "35", "MODE": "LMT", "MOND": "9", "NAME": "CADIOT (PIERRE JUSTE).", "AUFAB": "4.60", "PHAS_": "6.500", "SONNE": "12", "VENUS": "9", "BREITE": "48 N 42", "GEBORT": "Batigny (Meurthe-et-Moselle)", "LAENGE": "006 E 12", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "11", "GEBZEIT": "14.00", "JUPITER": "15", "ELECTAGE": "46,7", "ELECTDAT": "21.03.1905", "GEBDATUM": "13.07.1858", "STBDATUM": "20.10.1934"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-96"}, "ids-in-source": {"g55": "01-96"}}, "raw": {"DAY": "13-7-1858", "HOUR": "14 h.", "NAME": "CADIOT Pierre", "PLACE": "Battigny (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:47:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25709	pagis-francois-1839-07-13	{"g55": "10-747"}	{"g55": "10-747"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Pagis", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1839-07-13 04:00", "note": null, "place": {"c1": "", "c2": "15", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Pléaux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "François", "family": "Pagis", "nobility": ""}, "birth": {"date": "1839-07-13 04:00", "place": {"c1": "", "c2": "15", "c3": "", "cy": "FR", "name": "Pléaux"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-747"}}, "raw": {"DAY": "13-7-1839", "HOUR": "4 h.", "NAME": "PAGIS François", "PLACE": "Pléaux (Cantal)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25710	papillon-louis-1896-06-22	{"g55": "10-748"}	{"g55": "10-748"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Papillon", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1896-06-22 17:00", "note": null, "place": {"c1": "", "c2": "21", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Montbard", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Papillon", "nobility": ""}, "birth": {"date": "1896-06-22 17:00", "place": {"c1": "", "c2": "21", "c3": "", "cy": "FR", "name": "Montbard"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-748"}}, "raw": {"DAY": "22-6-1896", "HOUR": "17 h.", "NAME": "PAPILLON Louis", "PLACE": "Montbard (Côte-d’Or)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2207	burnet-etienne-1873-10-11	{"a2": "120", "g55": "01-94", "afd5": "160"}	{"g55": "01-94", "lerrcp": "A2-120", "muller": "M5-160"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Etienne", "family": "Burnet", "spouse": [], "official": {"given": "Etienne Charles Marie Placide", "family": null}}	\N	{"lmt": null, "tzo": "+00:17:28", "date": "1873-10-11 12:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Maurupt", "geoid": 0}, "notime": null, "date-ut": "1873-10-11 12:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Burnet"}, "birth": {"tzo": "+00:17:28", "date": "1873-10-11 13:00", "place": {"c2": "51", "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Maurupt", "geoid": 0}, "date-ut": "1873-10-11 12:42:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-120"}, "ids-in-sources": {"a2": "120"}}, "raw": {"H": "12", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "11", "LAT": "48N57", "LON": "4E22", "MON": "10", "NUM": "120", "PRO": "S", "SEC": "32", "YEA": "1873", "CITY": "MAURUPT"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Burnet", "official": {"given": "Etienne Charles Marie Placide"}}, "birth": {"date": "1873-10-11 12:00", "place": {"name": "Maurupt"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "160"}}, "raw": {"NR": "160", "GNR": "SA2120", "JU_": "2", "MA_": "2", "MO_": "1", "SA_": "0", "SO_": "2", "VE_": "2", "CODE": "2", "JAHR": "1873", "KORR": "", "MARS": "36", "MODE": "LMT", "MOND": "18", "NAME": "BURNET (ETIENNE CHARLES MARIE PLACIDE).", "AUFAB": "-9.10", "PHAS_": "72.600", "SONNE": "10", "VENUS": "12", "BREITE": "48 N 57", "GEBORT": "Maurupt (Marne)", "LAENGE": "004 E 22", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ-d", "SATURN": "34", "GEBZEIT": "12.00", "JUPITER": "12", "ELECTAGE": "53,2", "ELECTDAT": "21.12.1926", "GEBDATUM": "11.10.1873", "STBDATUM": "20.12.1960"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Maurupt"}}, "partial-ids": {"g55": "01-94"}, "ids-in-source": {"g55": "01-94"}}, "raw": {"DAY": "11-10-1873", "HOUR": "13 h.", "NAME": "BURNET Etienne", "PLACE": "Maurupt (Marne)."}, "date": "2023-08-20T14:47:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2210	calmette-joseph-1863-07-12	{"a2": "123", "g55": "01-97", "afd5": "164"}	{"g55": "01-97", "lerrcp": "A2-123", "muller": "M5-164"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Joseph", "family": "Calmette", "spouse": [], "official": {"given": "Léon Charles Albert", "family": null}}	\N	{"lmt": null, "tzo": "+00:29:04", "date": "1863-07-12 23:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1863-07-12 22:30:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Calmette"}, "birth": {"tzo": "+00:29:04", "date": "1863-07-12 23:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1863-07-12 22:30:56"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-123"}, "ids-in-sources": {"a2": "123"}}, "raw": {"H": "22", "MN": "30", "TZ": "0", "COD": "06", "COU": "F", "DAY": "12", "LAT": "43N42", "LON": "7E16", "MON": "7", "NUM": "123", "PRO": "S", "SEC": "56", "YEA": "1863", "CITY": "NICE"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Calmette", "official": {"given": "Léon Charles Albert"}}, "birth": {"date": "1863-07-12 23:00", "place": {"name": "Nice"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "164"}}, "raw": {"NR": "164", "GNR": "SA2123", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1863", "KORR": "", "MARS": "22", "MODE": "LMT", "MOND": "30", "NAME": "CALMETTE (LÉON CHARLES ALBERT).", "AUFAB": "-7.30", "PHAS_": "13.600", "SONNE": "25", "VENUS": "21", "BREITE": "43 N 42", "GEBORT": "Nice (Alpes-Maritimes)", "LAENGE": "007 E 16", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "19", "GEBZEIT": "23.00", "JUPITER": "18", "ELECTAGE": "39,1", "ELECTDAT": "29.07.1902", "GEBDATUM": "12.07.1863", "STBDATUM": "29.10.1933"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-97"}, "ids-in-source": {"g55": "01-97"}}, "raw": {"DAY": "12-7-1863", "HOUR": "23 h.", "NAME": "* CALMETTE Joseph", "PLACE": "Nice (Alpes-Maritimes)."}, "date": "2023-08-20T14:47:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25711	paquier-jules-1864-01-11	{"g55": "10-749"}	{"g55": "10-749"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Paquier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1864-01-11 10:00", "note": null, "place": {"c1": "", "c2": "44", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Vieillevigne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Paquier", "nobility": ""}, "birth": {"date": "1864-01-11 10:00", "place": {"c1": "", "c2": "44", "c3": "", "cy": "FR", "name": "Vieillevigne"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-749"}}, "raw": {"DAY": "11-1-1864", "HOUR": "10 h.", "NAME": "PAQUIER Jules", "PLACE": "Vieillevigne (Loire-Inférieure)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25712	pardieu-jules-1857-11-30	{"g55": "10-750"}	{"g55": "10-750"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Pardieu", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1857-11-30 12:00", "note": null, "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Salonnes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Pardieu", "nobility": ""}, "birth": {"date": "1857-11-30 12:00", "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "name": "Salonnes"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-750"}}, "raw": {"DAY": "30-11-1857", "HOUR": "12 h.", "NAME": "PARDIEU Jules", "PLACE": "Salonnes (Meurthe)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25713	parot-michel-1860-02-25	{"g55": "10-751"}	{"g55": "10-751"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Parot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1860-02-25 04:00", "note": null, "place": {"c1": "", "c2": "03", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Pourcain", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Parot", "nobility": ""}, "birth": {"date": "1860-02-25 04:00", "place": {"c1": "", "c2": "03", "c3": "", "cy": "FR", "name": "Saint-Pourcain"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-751"}}, "raw": {"DAY": "25-2-1860", "HOUR": "4 h.", "NAME": "PAROT Michel", "PLACE": "Saint-Pourcain (Allier)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2213	capitan-joseph-1854-04-19	{"a2": "126", "afd5": "168"}	{"lerrcp": "A2-126", "muller": "M5-168"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Joseph", "family": "Capitan", "spouse": [], "official": {"given": "Joseph Louis", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1854-04-19 01:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1854-04-19 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Capitan"}, "birth": {"tzo": "+00:09:24", "date": "1854-04-19 01:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1854-04-19 00:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-126"}, "ids-in-sources": {"a2": "126"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "19", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "126", "PRO": "S", "SEC": "40", "YEA": "1854", "CITY": "PARIS"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Capitan", "official": {"given": "Joseph Louis"}}, "birth": {"date": "1854-04-19 01:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "168"}}, "raw": {"NR": "168", "GNR": "SA2126", "JU_": "2", "MA_": "0", "MO_": "2", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "4", "JAHR": "1854", "KORR": "", "MARS": "15", "MODE": "LMT", "MOND": "36", "NAME": "CAPITAN (JOSEPH LOUIS).", "AUFAB": "-10.90", "PHAS_": "61.600", "SONNE": "29", "VENUS": "33", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "25", "GEBZEIT": "01.00", "JUPITER": "36", "ELECTAGE": "55,2", "ELECTDAT": "29.06.1909", "GEBDATUM": "19.04.1854", "STBDATUM": "28.08.1929"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
25714	pascaud-eugene-1862-06-09	{"g55": "10-752"}	{"g55": "10-752"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Pascaud", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1862-06-09 04:00", "note": null, "place": {"c1": "", "c2": "94", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Gentilly", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Pascaud", "nobility": ""}, "birth": {"date": "1862-06-09 04:00", "place": {"c1": "", "c2": "94", "c3": "", "cy": "FR", "name": "Gentilly"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-752"}}, "raw": {"DAY": "9-6-1862", "HOUR": "4 h.", "NAME": "PASCAUD Eugène", "PLACE": "Gentilly (Seine)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2215	carlet-gaston-1845-02-19	{"a2": "128", "g55": "01-101", "afd5": "171"}	{"g55": "01-101", "lerrcp": "A2-128", "muller": "M5-171"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Gaston", "family": "Carlet", "spouse": [], "official": {"given": "Gaston", "family": null}}	\N	{"lmt": null, "tzo": "+00:20:04", "date": "1845-02-19 16:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1845-02-19 15:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Carlet"}, "birth": {"tzo": "+00:20:04", "date": "1845-02-19 16:00", "place": {"c2": "21", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1845-02-19 15:39:52"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-128"}, "ids-in-sources": {"a2": "128"}}, "raw": {"H": "15", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "19", "LAT": "47N19", "LON": "5E 2", "MON": "2", "NUM": "128", "PRO": "S", "SEC": "52", "YEA": "1845", "CITY": "DIJON"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Carlet", "official": {"given": "Gaston"}}, "birth": {"date": "1845-02-19 16:00", "place": {"name": "Dijon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "171"}}, "raw": {"NR": "171", "GNR": "SA2128", "JU_": "2", "MA_": "0", "MO_": "2", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "4", "JAHR": "1845", "KORR": "", "MARS": "24", "MODE": "LMT", "MOND": "2", "NAME": "CARLET (GASTON).", "AUFAB": "6.50", "PHAS_": "89.400", "SONNE": "16", "VENUS": "19", "BREITE": "47 N 19", "GEBORT": "Dijon (Côte-d'Or)", "LAENGE": "005 E 02", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "19", "GEBZEIT": "16.00", "JUPITER": "12", "ELECTAGE": "41,9", "ELECTDAT": "04.01.1887", "GEBDATUM": "19.02.1845", "STBDATUM": "18.05.1892"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-101"}, "ids-in-source": {"g55": "01-101"}}, "raw": {"DAY": "19-2-1845", "HOUR": "16 h.", "NAME": "CARLET Gaston", "PLACE": "Dijon (Côte-d’Or)."}, "date": "2023-08-20T14:47:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25715	passenaud-pierre-1845-11-11	{"g55": "10-753"}	{"g55": "10-753"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Passenaud", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1845-11-11 23:00", "note": null, "place": {"c1": "", "c2": "15", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Claviére-de-Montagne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Passenaud", "nobility": ""}, "birth": {"date": "1845-11-11 23:00", "place": {"c1": "", "c2": "15", "c3": "", "cy": "FR", "name": "Claviére-de-Montagne"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-753"}}, "raw": {"DAY": "11-11-1845", "HOUR": "23 h.", "NAME": "PASSENAUD Pierre", "PLACE": "Claviére-de-Montagne (Cantal)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
17868	bousquet-jacques-1919-02-17	{"e1": "236"}	{"lerrcp": "E1-236"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Bousquet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1919-02-17 01:30", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1919-02-17 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Bousquet"}, "birth": {"tzo": "+00:00", "date": "1919-02-17 01:30", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1919-02-17 01:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "236"}}, "raw": {"H": "01:30", "COD": "92", "DAY": "17", "MON": "02", "NUM": "0236", "PRO": "EX", "YEA": "1919", "CITY": "Neuilly sur Seine", "NAME": "BOUSQUET Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
25716	pastre-jouet-frederic-1876-04-23	{"g55": "10-754"}	{"g55": "10-754"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Pastre-jouet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1876-04-23 05:00", "note": null, "place": {"c1": "", "c2": "84", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Avignon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Pastre-jouet", "nobility": ""}, "birth": {"date": "1876-04-23 05:00", "place": {"c1": "", "c2": "84", "c3": "", "cy": "FR", "name": "Avignon"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-754"}}, "raw": {"DAY": "23-4-1876", "HOUR": "5 h.", "NAME": "PASTRE-JOUET Frédéric", "PLACE": "Avignon (Vaucluse)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2218	castaigne-joseph-1871-02-27	{"a2": "131", "g55": "01-104", "afd5": "175"}	{"g55": "01-104", "lerrcp": "A2-131", "muller": "M5-175"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Joseph", "family": "Castaigne", "spouse": [], "official": {"given": "Philippe Emmanuel Joseph", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:32", "date": "1871-02-27 23:00", "note": null, "place": {"c1": null, "c2": "18", "c3": null, "cy": "FR", "lg": 2.38333, "lat": 47.08333, "name": "Bassac", "geoid": 0}, "notime": null, "date-ut": "1871-02-27 22:50:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Castaigne"}, "birth": {"tzo": "+00:09:32", "date": "1871-02-27 23:00", "place": {"c2": "18", "cy": "FR", "lg": 2.38333, "lat": 47.08333, "name": "Bassac", "geoid": 0}, "date-ut": "1871-02-27 22:50:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-131"}, "ids-in-sources": {"a2": "131"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "18", "COU": "F", "DAY": "27", "LAT": "47N 5", "LON": "2E23", "MON": "2", "NUM": "131", "PRO": "S", "SEC": "28", "YEA": "1871", "CITY": "BASSAC"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Castaigne", "official": {"given": "Philippe Emmanuel Joseph"}}, "birth": {"date": "1871-02-27 23:00", "place": {"name": "Bassac"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "175"}}, "raw": {"NR": "175", "GNR": "SA2131", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "2", "JAHR": "1871", "KORR": "", "MARS": "5", "MODE": "LMT", "MOND": "15", "NAME": "CASTAIGNE (PHILIPPE EMMANUEL JOSEPH).", "AUFAB": "9.30", "PHAS_": "46.000", "SONNE": "26", "VENUS": "24", "BREITE": "45 N 39", "GEBORT": "Bassac (Charente)", "LAENGE": "000 E 10", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "31", "GEBZEIT": "23.00", "JUPITER": "15", "ELECTAGE": "59,0", "ELECTDAT": "11.02.1930", "GEBDATUM": "27.02.1871", "STBDATUM": "21.09.1951"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Bassac"}}, "partial-ids": {"g55": "01-104"}, "ids-in-source": {"g55": "01-104"}}, "raw": {"DAY": "27-2-1871", "HOUR": "23 h.", "NAME": "CASTAIGNE Joseph", "PLACE": "Bassac (Charente)."}, "date": "2023-08-20T14:47:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2219	cathala-louis-1898-05-30	{"a2": "132", "g55": "02-117"}	{"g55": "02-117", "lerrcp": "A2-132"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Cathala", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1898-05-30 06:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1898-05-30 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Cathala"}, "birth": {"tzo": "+00:09:21", "date": "1898-05-30 06:00", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1898-05-30 05:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-132"}, "ids-in-sources": {"a2": "132"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "33", "COU": "F", "DAY": "30", "LAT": "44N50", "LON": "0W34", "MON": "5", "NUM": "132", "PRO": "S", "SEC": "40", "YEA": "1898", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-117"}, "ids-in-source": {"g55": "02-117"}}, "raw": {"DAY": "30-5-1898", "HOUR": "6 h.", "NAME": "CATHALA Louis", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
25717	pataud-marcel-1885-05-21	{"g55": "10-755"}	{"g55": "10-755"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Pataud", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1885-05-21 06:00", "note": null, "place": {"c1": "", "c2": "60", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Giencourt", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Pataud", "nobility": ""}, "birth": {"date": "1885-05-21 06:00", "place": {"c1": "", "c2": "60", "c3": "", "cy": "FR", "name": "Giencourt"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-755"}}, "raw": {"DAY": "21-5-1885", "HOUR": "6 h.", "NAME": "PATAUD Marcel", "PLACE": "Giencourt (Oise)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25718	paternot-andre-1900-10-18	{"g55": "10-756"}	{"g55": "10-756"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Paternot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1900-10-18 20:00", "note": null, "place": {"c1": "", "c2": "92", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Puteaux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "André", "family": "Paternot", "nobility": ""}, "birth": {"date": "1900-10-18 20:00", "place": {"c1": "", "c2": "92", "c3": "", "cy": "FR", "name": "Puteaux"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-756"}}, "raw": {"DAY": "18-10-1900", "HOUR": "20 h.", "NAME": "PATERNOT André", "PLACE": "Puteaux (Seine)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25719	patureau-ernest-1853-09-08	{"g55": "10-757"}	{"g55": "10-757"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Patureau", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1853-09-08 14:00", "note": null, "place": {"c1": "", "c2": "41", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Dié-sur-Loire", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Patureau", "nobility": ""}, "birth": {"date": "1853-09-08 14:00", "place": {"c1": "", "c2": "41", "c3": "", "cy": "FR", "name": "Saint-Dié-sur-Loire"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-757"}}, "raw": {"DAY": "8-9-1853", "HOUR": "14 h.", "NAME": "PATUREAU Ernest", "PLACE": "Saint-Dié-sur-Loire (Loir-et-Cher)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25720	pauc-armand-1883-01-07	{"g55": "10-758"}	{"g55": "10-758"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Pauc", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1883-01-07 09:00", "note": null, "place": {"c1": "", "c2": "48", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Mende", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Pauc", "nobility": ""}, "birth": {"date": "1883-01-07 09:00", "place": {"c1": "", "c2": "48", "c3": "", "cy": "FR", "name": "Mende"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-758"}}, "raw": {"DAY": "7-1-1883", "HOUR": "9 h.", "NAME": "PAUC Armand", "PLACE": "Mende (Lozère)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2223	cazeneuve-paul-1852-01-10	{"a2": "136", "g55": "01-106", "afd5": "182"}	{"g55": "01-106", "lerrcp": "A2-136", "muller": "M5-182"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul", "family": "Cazeneuve", "spouse": [], "official": {"given": "Paul Jean Baptiste", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1852-01-10 19:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1852-01-10 18:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Cazeneuve"}, "birth": {"tzo": "+00:19:23", "date": "1852-01-10 19:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1852-01-10 18:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-136"}, "ids-in-sources": {"a2": "136"}}, "raw": {"H": "18", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "10", "LAT": "45N46", "LON": "4E50", "MON": "1", "NUM": "136", "PRO": "S", "SEC": "40", "YEA": "1852", "CITY": "LYON"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Cazeneuve", "official": {"given": "Paul Jean Baptiste"}}, "birth": {"date": "1852-01-10 19:00", "place": {"name": "Lyon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "182"}}, "raw": {"NR": "182", "GNR": "SA2136", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1852", "KORR": "", "MARS": "2", "MODE": "LMT", "MOND": "34", "NAME": "CAZENEUVE (PAUL JEAN BAPTISTE).", "AUFAB": "-5.70", "PHAS_": "90.400", "SONNE": "21", "VENUS": "19", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "10", "GEBZEIT": "19.00", "JUPITER": "27", "ELECTAGE": "31,9", "ELECTDAT": "11.12.1883", "GEBDATUM": "10.01.1852", "STBDATUM": "30.03.1934"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-106"}, "ids-in-source": {"g55": "01-106"}}, "raw": {"DAY": "10-1-1852", "HOUR": "19 h.", "NAME": "CAZENEUVE Paul", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:47:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2225	cestan-raymond-1872-04-06	{"a2": "138", "g55": "01-108", "afd5": "185"}	{"g55": "01-108", "lerrcp": "A2-138", "muller": "M5-185"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Raymond", "family": "Cestan", "spouse": [], "official": {"given": "Jules Jacques Raymond", "family": null}}	\N	{"lmt": null, "tzo": "+00:07:35", "date": "1872-04-06 02:00", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 1.89686, "lat": 43.9016, "name": "Gaillac", "geoid": 3016824}, "notime": null, "date-ut": "1872-04-06 01:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Cestan"}, "birth": {"tzo": "+00:07:35", "date": "1872-04-06 02:00", "place": {"c2": "81", "cy": "FR", "lg": 1.89686, "lat": 43.9016, "name": "Gaillac", "geoid": 3016824}, "date-ut": "1872-04-06 01:51:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-138"}, "ids-in-sources": {"a2": "138"}}, "raw": {"H": "1", "MN": "51", "TZ": "0", "COD": "81", "COU": "F", "DAY": "6", "LAT": "43N55", "LON": "2E 8", "MON": "4", "NUM": "138", "PRO": "S", "SEC": "28", "YEA": "1872", "CITY": "GAILLAC"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Cestan", "official": {"given": "Jules Jacques Raymond"}}, "birth": {"date": "1872-04-06 02:00", "place": {"name": "Gaillac"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "185"}}, "raw": {"NR": "185", "GNR": "SA2138", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1872", "KORR": "", "MARS": "30", "MODE": "LMT", "MOND": "32", "NAME": "CESTAN (JULES JACQUES RAYMOND).", "AUFAB": "-6.10", "PHAS_": "5.100", "SONNE": "31", "VENUS": "33", "BREITE": "43 N 55", "GEBORT": "Gaillac (Tarn)", "LAENGE": "002 E 08", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "36", "GEBZEIT": "02.00", "JUPITER": "18", "ELECTAGE": "56,3", "ELECTDAT": "26.06.1928", "GEBDATUM": "06.04.1872", "STBDATUM": "01.11.1933"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-108"}, "ids-in-source": {"g55": "01-108"}}, "raw": {"DAY": "6-4-1872", "HOUR": "2 h.", "NAME": "CESTAN Raymond", "PLACE": "Gaillac (Tarn)."}, "date": "2023-08-20T14:47:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25721	peaucellier-constant-1862-06-18	{"g55": "10-759"}	{"g55": "10-759"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Constant", "family": "Peaucellier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1862-06-18 02:00", "note": null, "place": {"c1": "", "c2": "60", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Just-en-Chaussée", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Constant", "family": "Peaucellier", "nobility": ""}, "birth": {"date": "1862-06-18 02:00", "place": {"c1": "", "c2": "60", "c3": "", "cy": "FR", "name": "Saint-Just-en-Chaussée"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-759"}}, "raw": {"DAY": "18-6-1862", "HOUR": "2 h.", "NAME": "PEAUCELLIER Constant", "PLACE": "Saint-Just-en-Chaussée (Oise)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25722	peillaube-emile-1864-07-08	{"g55": "10-760"}	{"g55": "10-760"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Peillaube", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1864-07-08 01:00", "note": null, "place": {"c1": "", "c2": "47", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Calonges", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Peillaube", "nobility": ""}, "birth": {"date": "1864-07-08 01:00", "place": {"c1": "", "c2": "47", "c3": "", "cy": "FR", "name": "Calonges"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-760"}}, "raw": {"DAY": "8-7-1864", "HOUR": "1 h.", "NAME": "PEILLAUBE Emile", "PLACE": "Calonges (Lot-et-Garonne)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2230	chantemesse-andre-1851-10-13	{"a2": "143", "g55": "01-111", "afd5": "192"}	{"g55": "01-111", "lerrcp": "A2-143", "muller": "M5-192"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "André", "family": "Chantemesse", "spouse": [], "official": {"given": "André", "family": null}}	\N	{"lmt": null, "tzo": "+00:15:32", "date": "1851-10-13 03:00", "note": null, "place": {"c1": null, "c2": "43", "c3": null, "cy": "FR", "lg": 3.88333, "lat": 45.05, "name": "Le Puy", "geoid": 0}, "notime": null, "date-ut": "1851-10-13 02:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Chantemesse"}, "birth": {"tzo": "+00:15:32", "date": "1851-10-13 03:00", "place": {"c2": "43", "cy": "FR", "lg": 3.88333, "lat": 45.05, "name": "Le Puy", "geoid": 0}, "date-ut": "1851-10-13 02:44:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-143"}, "ids-in-sources": {"a2": "143"}}, "raw": {"H": "2", "MN": "44", "TZ": "0", "COD": "43", "COU": "F", "DAY": "13", "LAT": "45N 3", "LON": "3E53", "MON": "10", "NUM": "143", "PRO": "S", "SEC": "28", "YEA": "1851", "CITY": "LE PUY"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Chantemesse", "official": {"given": "André"}}, "birth": {"date": "1851-10-13 03:00", "place": {"name": "le Puy"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "192"}}, "raw": {"NR": "192", "GNR": "SA2143", "JU_": "1", "MA_": "1", "MO_": "2", "SA_": "1", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1851", "KORR": "", "MARS": "5", "MODE": "LMT", "MOND": "11", "NAME": "CHANTEMESSE (ANDRÉ).", "AUFAB": "-4.10", "PHAS_": "93.000", "SONNE": "32", "VENUS": "32", "BREITE": "45 N 03", "GEBORT": "le Puy (Haute-Loire)", "LAENGE": "003 E 53", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "13", "GEBZEIT": "03.00", "JUPITER": "31", "ELECTAGE": "49,7", "ELECTDAT": "11.06.1901", "GEBDATUM": "13.10.1851", "STBDATUM": "25.02.1919"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Le Puy"}}, "partial-ids": {"g55": "01-111"}, "ids-in-source": {"g55": "01-111"}}, "raw": {"DAY": "13-10-1851", "HOUR": "3 h.", "NAME": "CHANTEMESSE André", "PLACE": "Le Puy (Haute-Loire)."}, "date": "2023-08-20T14:47:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25723	pellerin-julien-1892-03-18	{"g55": "10-761"}	{"g55": "10-761"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julien", "family": "Pellerin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1892-03-18 16:00", "note": null, "place": {"c1": "", "c2": "56", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "La Chapelle", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Julien", "family": "Pellerin", "nobility": ""}, "birth": {"date": "1892-03-18 16:00", "place": {"c1": "", "c2": "56", "c3": "", "cy": "FR", "name": "La Chapelle"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-761"}}, "raw": {"DAY": "18-3-1892", "HOUR": "16 h.", "NAME": "PELLERIN Julien", "PLACE": "La Chapelle (Morbihan)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25724	pellet-charles-1883-11-11	{"g55": "10-762"}	{"g55": "10-762"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Pellet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1883-11-11 10:30", "note": null, "place": {"c1": "", "c2": "30", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Besseges", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Pellet", "nobility": ""}, "birth": {"date": "1883-11-11 10:30", "place": {"c1": "", "c2": "30", "c3": "", "cy": "FR", "name": "Besseges"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-762"}}, "raw": {"DAY": "11-11-1883", "HOUR": "10 h. 30", "NAME": "PELLET Charles", "PLACE": "Besseges (Gard)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2228	chamberland-charles-1851-03-12	{"a2": "141", "g55": "01-109", "afd5": "189"}	{"g55": "01-109", "lerrcp": "A2-141", "muller": "M5-189"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles", "family": "Chamberland", "spouse": [], "official": {"given": "Charles Edouard", "family": null}}	\N	{"lmt": null, "tzo": "+00:22:12", "date": "1851-03-12 07:00", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.55, "lat": 46.66667, "name": "Chilly-le-Vignoble", "geoid": 0}, "notime": null, "date-ut": "1851-03-12 09:37:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Chamberland"}, "birth": {"tzo": "+00:22:12", "date": "1851-03-12 10:00", "place": {"c2": "39", "cy": "FR", "lg": 5.55, "lat": 46.66667, "name": "Chilly-la-Vigno", "geoid": 0}, "date-ut": "1851-03-12 09:37:48"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-141"}, "ids-in-sources": {"a2": "141"}}, "raw": {"H": "9", "MN": "37", "TZ": "0", "COD": "39", "COU": "F", "DAY": "12", "LAT": "46N40", "LON": "5E33", "MON": "3", "NUM": "141", "PRO": "S", "SEC": "48", "YEA": "1851", "CITY": "CHILLY-LA-VIGNO"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Chamberland", "official": {"given": "Charles Edouard"}}, "birth": {"date": "1851-03-12 07:00", "place": {"name": "Chilly-le-Vignoble"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "189"}}, "raw": {"NR": "189", "GNR": "SA2141", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "2", "SO_": "2", "VE_": "1", "CODE": "2", "JAHR": "1851", "KORR": "", "MARS": "3", "MODE": "LMT", "MOND": "27", "NAME": "CHAMBERLAND (CHARLES EDOUARD).", "AUFAB": "10.90", "PHAS_": "62.000", "SONNE": "1", "VENUS": "5", "BREITE": "46 N 40", "GEBORT": "Chilly-le-Vignoble (Jura)", "LAENGE": "005 E 33", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "36", "GEBZEIT": "07.00", "JUPITER": "18", "ELECTAGE": "53,8", "ELECTDAT": "27.12.1904", "GEBDATUM": "12.03.1851", "STBDATUM": "02.05.1908"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Chilly-le-Vignoble"}}, "partial-ids": {"g55": "01-109"}, "ids-in-source": {"g55": "01-109"}}, "raw": {"DAY": "12-3-1851", "HOUR": "10 h.", "NAME": "CHAMBERLAND Charles", "PLACE": "Chilly-le-Vignoble (Jura)."}, "date": "2023-08-20T14:47:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2229	champy-p-1885-04-18	{"a2": "142", "g55": "01-110", "afd5": "191"}	{"g55": "01-110", "lerrcp": "A2-142", "muller": "M5-191"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "P", "family": "Champy", "spouse": [], "official": {"given": "Paul Emile Christian", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1885-04-18 06:00", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.34443, "lat": 48.08572, "name": "Uzemain", "geoid": 2971262}, "notime": null, "date-ut": "1885-04-18 05:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "P", "family": "Champy"}, "birth": {"place": {"c2": "88", "cy": "FR", "lg": 6.34443, "lat": 48.08572, "name": "Uzemain", "geoid": 2971262}, "date-ut": "1885-04-18 05:34:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-142"}, "ids-in-sources": {"a2": "142"}}, "raw": {"H": "5", "MN": "34", "TZ": "0", "COD": "88", "COU": "F", "DAY": "18", "LAT": "48N10", "LON": "6E28", "MON": "4", "NUM": "142", "PRO": "S", "SEC": "8", "YEA": "1885", "CITY": "UZEMAIN"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Champy", "official": {"given": "Paul Emile Christian"}}, "birth": {"date": "1885-04-18 06:00", "place": {"name": "Uzemain"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "191"}}, "raw": {"NR": "191", "GNR": "SA2142", "JU_": "0", "MA_": "2", "MO_": "0", "SA_": "0", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1885", "KORR": "", "MARS": "2", "MODE": "LMT", "MOND": "34", "NAME": "CHAMPY (PAUL EMILE CHRISTIAN).", "AUFAB": "5.90", "PHAS_": "10.100", "SONNE": "2", "VENUS": "2", "BREITE": "48 N 10", "GEBORT": "Uzemain (Vosges)", "LAENGE": "006 E 28", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "33", "GEBZEIT": "06.00", "JUPITER": "24", "ELECTAGE": "50,9", "ELECTDAT": "18.02.1936", "GEBDATUM": "18.04.1885", "STBDATUM": "29.04.1962"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-110"}, "ids-in-source": {"g55": "01-110"}}, "raw": {"DAY": "18-4-1885", "HOUR": "6 h.", "NAME": "CHAMPY Christian", "PLACE": "Uzemain (Vosges)."}, "date": "2023-08-20T14:47:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25725	perichon-jean-1849-03-20	{"g55": "10-763"}	{"g55": "10-763"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Perichon", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1849-03-20 09:00", "note": null, "place": {"c1": "", "c2": "42", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Roanne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Perichon", "nobility": ""}, "birth": {"date": "1849-03-20 09:00", "place": {"c1": "", "c2": "42", "c3": "", "cy": "FR", "name": "Roanne"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-763"}}, "raw": {"DAY": "20-3-1849", "HOUR": "9 h.", "NAME": "\\fPERICHON Jean", "PLACE": "Roanne (Loire)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25726	perisse-adrien-1860-04-06	{"g55": "10-764"}	{"g55": "10-764"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrien", "family": "Perisse", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1860-04-06 03:00", "note": null, "place": {"c1": "", "c2": "42", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Martin-d’Ertreaux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Adrien", "family": "Perisse", "nobility": ""}, "birth": {"date": "1860-04-06 03:00", "place": {"c1": "", "c2": "42", "c3": "", "cy": "FR", "name": "Saint-Martin-d’Ertreaux"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-764"}}, "raw": {"DAY": "6-4-1860", "HOUR": "3 h.", "NAME": "PERISSE Adrien", "PLACE": "Saint-Martin-d’Ertreaux (Loire)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25727	perisse-benjamin-1846-03-29	{"g55": "10-765"}	{"g55": "10-765"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benjamin", "family": "Perisse", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1846-03-29 04:00", "note": null, "place": {"c1": "", "c2": "40", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Montgaillard", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Benjamin", "family": "Perisse", "nobility": ""}, "birth": {"date": "1846-03-29 04:00", "place": {"c1": "", "c2": "40", "c3": "", "cy": "FR", "name": "Montgaillard"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-765"}}, "raw": {"DAY": "29-3-1846", "HOUR": "4 h.", "NAME": "PERISSE Benjamin", "PLACE": "Montgaillard (Landes)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25728	perrel-beaufin-paul-1886-09-18	{"g55": "10-766"}	{"g55": "10-766"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Perrel-beaufin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1886-09-18 20:45", "note": null, "place": {"c1": "", "c2": "92", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Cloud", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Perrel-beaufin", "nobility": ""}, "birth": {"date": "1886-09-18 20:45", "place": {"c1": "", "c2": "92", "c3": "", "cy": "FR", "name": "Saint-Cloud"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-766"}}, "raw": {"DAY": "18-9-1886", "HOUR": "20 h. 45", "NAME": "PERREL-BEAUFIN Paul", "PLACE": "Saint-Cloud (Seine-et-O.)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2234	charpentier-louis-1836-02-28	{"a2": "147", "afd5": "197"}	{"lerrcp": "A2-147", "muller": "M5-197"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Charpentier", "spouse": [], "official": {"given": "Louis Arthur Alphonse", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1836-02-28 04:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1836-02-28 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Charpentier"}, "birth": {"tzo": "+00:09:24", "date": "1836-02-28 04:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1836-02-28 03:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-147"}, "ids-in-sources": {"a2": "147"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "28", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "147", "PRO": "S", "SEC": "40", "YEA": "1836", "CITY": "PARIS"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Charpentier", "official": {"given": "Louis Arthur Alphonse"}}, "birth": {"date": "1836-02-28 04:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "197"}}, "raw": {"NR": "197", "GNR": "SA2147", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "2", "SO_": "0", "VE_": "1", "CODE": "4", "JAHR": "1836", "KORR": "", "MARS": "34", "MODE": "LMT", "MOND": "17", "NAME": "CHARPENTIER (LOUIS ARTHUR ALPHONSE).", "AUFAB": "8.00", "PHAS_": "80.900", "SONNE": "33", "VENUS": "30", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "10", "GEBZEIT": "04.00", "JUPITER": "19", "ELECTAGE": "48,8", "ELECTDAT": "25.11.1884", "GEBDATUM": "28.02.1836", "STBDATUM": "29.05.1899"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2232	charcot-jean-1867-07-15	{"a2": "145", "g55": "01-113", "afd5": "195"}	{"g55": "01-113", "lerrcp": "A2-145", "muller": "M5-195"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Charcot", "spouse": [], "official": {"given": "Jean-Baptiste Etienne Auguste", "family": null}}	\N	{"lmt": null, "tzo": "+00:08:44", "date": "1867-07-15 10:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly-sur-Seine", "geoid": 0}, "notime": null, "date-ut": "1867-07-15 09:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Charcot"}, "birth": {"tzo": "+00:08:44", "date": "1867-07-15 10:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly", "geoid": 0}, "date-ut": "1867-07-15 09:51:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-145"}, "ids-in-sources": {"a2": "145"}}, "raw": {"H": "9", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "15", "LAT": "48N50", "LON": "2E11", "MON": "7", "NUM": "145", "PRO": "S", "SEC": "16", "YEA": "1867", "CITY": "NEUILLY"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Charcot", "official": {"given": "Jean-Baptiste Etienne Auguste"}}, "birth": {"date": "1867-07-15 10:00", "place": {"name": "Neuilly-sur-Seine"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "195"}}, "raw": {"NR": "195", "GNR": "SA2145", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "2", "CODE": "3", "JAHR": "1867", "KORR": "", "MARS": "2", "MODE": "LMT", "MOND": "26", "NAME": "CHARCOT (JEAN-BAPTISTE ETIENNE AUGUSTE).", "AUFAB": "4.10", "PHAS_": "96.800", "SONNE": "7", "VENUS": "9", "BREITE": "48 N 50", "GEBORT": "Neuilly-sur-Seine (Seine)", "LAENGE": "002 E 11", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "31", "GEBZEIT": "10.00", "JUPITER": "21", "ELECTAGE": "62,6", "ELECTDAT": "04.02.1930", "GEBDATUM": "15.07.1867", "STBDATUM": "16.09.1936"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Neuilly-sur-Seine"}}, "partial-ids": {"g55": "01-113"}, "ids-in-source": {"g55": "01-113"}}, "raw": {"DAY": "15-7-1867", "HOUR": "10 h.", "NAME": "* CHARCOT Jean-Baptiste", "PLACE": "Neuilly-sur-Seine (Seine)."}, "date": "2023-08-20T14:47:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25729	perrin-alphonse-1843-07-14	{"g55": "10-767"}	{"g55": "10-767"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Perrin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1843-07-14 05:00", "note": null, "place": {"c1": "", "c2": "54", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Glonville", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Perrin", "nobility": ""}, "birth": {"date": "1843-07-14 05:00", "place": {"c1": "", "c2": "54", "c3": "", "cy": "FR", "name": "Glonville"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-767"}}, "raw": {"DAY": "14-7-1843", "HOUR": "5 h.", "NAME": "PERRIN Alphonse", "PLACE": "Glonville (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25730	perron-edmond-1850-06-08	{"g55": "10-768"}	{"g55": "10-768"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Perron", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1850-06-08 20:00", "note": null, "place": {"c1": "", "c2": "28", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Boncourt", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Perron", "nobility": ""}, "birth": {"date": "1850-06-08 20:00", "place": {"c1": "", "c2": "28", "c3": "", "cy": "FR", "name": "Boncourt"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-768"}}, "raw": {"DAY": "8-6-1850", "HOUR": "20 h.", "NAME": "PERRON Edmond", "PLACE": "Boncourt (Eure-et-Loire)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25731	petitot-arthur-1868-10-01	{"g55": "10-769"}	{"g55": "10-769"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Petitot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1868-10-01 07:00", "note": null, "place": {"c1": "", "c2": "21", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Auxonnes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Petitot", "nobility": ""}, "birth": {"date": "1868-10-01 07:00", "place": {"c1": "", "c2": "21", "c3": "", "cy": "FR", "name": "Auxonnes"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-769"}}, "raw": {"DAY": "1-10-1868", "HOUR": "7 h.", "NAME": "PETITOT Arthur", "PLACE": "Auxonnes (Côte-d’Or)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2238	chatin-johannes-1847-08-19	{"a2": "151", "afd5": "200"}	{"lerrcp": "A2-151", "muller": "M5-200"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Johannes", "family": "Chatin", "spouse": [], "official": {"given": "Joannes Charles Melchior", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1847-08-19 16:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1847-08-19 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Chatin"}, "birth": {"tzo": "+00:09:24", "date": "1847-08-19 16:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1847-08-19 15:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-151"}, "ids-in-sources": {"a2": "151"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "19", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "151", "PRO": "S", "SEC": "40", "YEA": "1847", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Chatin", "official": {"given": "Joannes Charles Melchior"}}, "birth": {"date": "1847-08-19 16:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "200"}}, "raw": {"NR": "200", "GNR": "SA2151", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "2", "CODE": "4", "JAHR": "1847", "KORR": "", "MARS": "27", "MODE": "LMT", "MOND": "5", "NAME": "CHATIN (JOANNES CHARLES MELCHIOR).", "AUFAB": "9.70", "PHAS_": "48.100", "SONNE": "15", "VENUS": "12", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "31", "GEBZEIT": "16.00", "JUPITER": "17", "ELECTAGE": "38,8", "ELECTDAT": "25.05.1886", "GEBDATUM": "19.08.1847", "STBDATUM": "04.07.1912"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
25732	peuch-justin-1843-01-14	{"g55": "10-770"}	{"g55": "10-770"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Justin", "family": "Peuch", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1843-01-14 02:00", "note": null, "place": {"c1": "", "c2": "19", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Végennes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Justin", "family": "Peuch", "nobility": ""}, "birth": {"date": "1843-01-14 02:00", "place": {"c1": "", "c2": "19", "c3": "", "cy": "FR", "name": "Végennes"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-770"}}, "raw": {"DAY": "14-1-1843", "HOUR": "2 h.", "NAME": "PEUCH Justin", "PLACE": "Végennes (Corrèze)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2240	chauffard-emile-1855-08-22	{"a2": "153", "g55": "01-117", "afd5": "201"}	{"g55": "01-117", "lerrcp": "A2-153", "muller": "M5-201"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Emile", "family": "Chauffard", "spouse": [], "official": {"given": "Anatole Marie Emile", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:14", "date": "1855-08-22 22:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1855-08-22 21:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Chauffard"}, "birth": {"tzo": "+00:19:14", "date": "1855-08-22 22:00", "place": {"c2": "84", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1855-08-22 21:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-153"}, "ids-in-sources": {"a2": "153"}}, "raw": {"H": "21", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "22", "LAT": "43N57", "LON": "4E50", "MON": "8", "NUM": "153", "PRO": "S", "SEC": "40", "YEA": "1855", "CITY": "AVIGNON"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Chauffard", "official": {"given": "Anatole Marie Emile"}}, "birth": {"date": "1855-08-22 22:00", "place": {"name": "Avignon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "201"}}, "raw": {"NR": "201", "GNR": "SA2153", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1855", "KORR": "", "MARS": "28", "MODE": "LMT", "MOND": "15", "NAME": "CHAUFFARD (ANATOLE MARIE EMILE).", "AUFAB": "10.60", "PHAS_": "62.200", "SONNE": "24", "VENUS": "21", "BREITE": "43 N 57", "GEBORT": "Avignon (Vaucluse)", "LAENGE": "004 E 50", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "32", "GEBZEIT": "22.00", "JUPITER": "6", "ELECTAGE": "47,3", "ELECTDAT": "16.12.1902", "GEBDATUM": "22.08.1855", "STBDATUM": "01.11.1932"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-117"}, "ids-in-source": {"g55": "01-117"}}, "raw": {"DAY": "22-8-1855", "HOUR": "22 h.", "NAME": "CHAUFFARD Emile", "PLACE": "Avignon (Vaucluse)."}, "date": "2023-08-20T14:47:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25733	piat-claudius-1854-08-21	{"g55": "10-771"}	{"g55": "10-771"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claudius", "family": "Piat", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1854-08-21 14:00", "note": null, "place": {"c1": "", "c2": "42", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Maurice-sur-Loire", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Claudius", "family": "Piat", "nobility": ""}, "birth": {"date": "1854-08-21 14:00", "place": {"c1": "", "c2": "42", "c3": "", "cy": "FR", "name": "Saint-Maurice-sur-Loire"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-771"}}, "raw": {"DAY": "21-8-1854", "HOUR": "14 h.", "NAME": "PIAT Claudius", "PLACE": "Saint-Maurice-sur-Loire (Loire)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25734	pidot-jules-1854-04-03	{"g55": "10-772"}	{"g55": "10-772"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Pidot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1854-04-03 21:45", "note": null, "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Ensisheim", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Pidot", "nobility": ""}, "birth": {"date": "1854-04-03 21:45", "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "name": "Ensisheim"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-772"}}, "raw": {"DAY": "3-4-1854", "HOUR": "21 h. 45", "NAME": "PIDOT Jules", "PLACE": "Ensisheim (Haut-Rhin)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25735	pierre-jules-1857-07-05	{"g55": "10-773"}	{"g55": "10-773"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Pierre", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1857-07-05 04:00", "note": null, "place": {"c1": "", "c2": "61", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Athis", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Pierre", "nobility": ""}, "birth": {"date": "1857-07-05 04:00", "place": {"c1": "", "c2": "61", "c3": "", "cy": "FR", "name": "Athis"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-773"}}, "raw": {"DAY": "5-7-1857", "HOUR": "4 h.", "NAME": "PIERRE Jules", "PLACE": "Athis (Orne)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25736	pierret-louis-1862-04-29	{"g55": "10-774"}	{"g55": "10-774"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Pierret", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1862-04-29 23:30", "note": null, "place": {"c1": "", "c2": "08", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Vouziers", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Pierret", "nobility": ""}, "birth": {"date": "1862-04-29 23:30", "place": {"c1": "", "c2": "08", "c3": "", "cy": "FR", "name": "Vouziers"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-774"}}, "raw": {"DAY": "29-4-1862", "HOUR": "23 h. 30", "NAME": "PIERRET Louis", "PLACE": "Vouziers (Ardennes)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2243	chauvel-jules-1841-06-09	{"a2": "156", "g55": "01-121", "afd5": "205"}	{"g55": "01-121", "lerrcp": "A2-156", "muller": "M5-205"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jules", "family": "Chauvel", "spouse": [], "official": {"given": "Jules Fidele Marie", "family": null}}	\N	{"lmt": null, "tzo": "-00:11:38", "date": "1841-06-09 20:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -2.91019, "lat": 48.4033, "name": "Quintin", "geoid": 2984649}, "notime": null, "date-ut": "1841-06-09 20:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Chauvel"}, "birth": {"tzo": "-00:11:38", "date": "1841-06-09 20:00", "place": {"c2": "22", "cy": "FR", "lg": -2.91019, "lat": 48.4033, "name": "Quintin", "geoid": 2984649}, "date-ut": "1841-06-09 20:11"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-156"}, "ids-in-sources": {"a2": "156"}}, "raw": {"H": "20", "MN": "11", "TZ": "0", "COD": "22", "COU": "F", "DAY": "9", "LAT": "48N31", "LON": "2W45", "MON": "6", "NUM": "156", "PRO": "S", "SEC": "0", "YEA": "1841", "CITY": "QUINTIN"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Chauvel", "official": {"given": "Jules Fidele Marie"}}, "birth": {"date": "1841-06-09 20:00", "place": {"name": "Quintin"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "205"}}, "raw": {"NR": "205", "GNR": "SA2156", "JU_": "2", "MA_": "2", "MO_": "0", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1841", "KORR": "", "MARS": "10", "MODE": "LMT", "MOND": "32", "NAME": "CHAUVEL (JULES FIDELE MARIE).", "AUFAB": "-7.00", "PHAS_": "80.100", "SONNE": "19", "VENUS": "24", "BREITE": "48 N 31", "GEBORT": "Quintin (Côtes-du-Nord)", "LAENGE": "002 W 45", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "36", "GEBZEIT": "20.00", "JUPITER": "2", "ELECTAGE": "48,8", "ELECTDAT": "18.03.1890", "GEBDATUM": "09.06.1841", "STBDATUM": "18.12.1908"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-121"}, "ids-in-source": {"g55": "01-121"}}, "raw": {"DAY": "9-6-1841", "HOUR": "20 h.", "NAME": "CHAUVEL Jules", "PLACE": "Quintin (Côtes-du-Nord)."}, "date": "2023-08-20T14:47:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2245	chedevergne-antoine-1834-07-27	{"a2": "158", "g55": "01-123", "afd5": "207"}	{"g55": "01-123", "lerrcp": "A2-158", "muller": "M5-207"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Antoine", "family": "Chedevergne", "spouse": [], "official": {"given": "Antoine Samuel", "family": null}}	\N	{"lmt": null, "tzo": "+00:01:20", "date": "1834-07-27 01:00", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.33333, "lat": 46.58333, "name": "Monts-sur-Gueuse", "geoid": 0}, "notime": null, "date-ut": "1834-07-27 01:58:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Chedevergne"}, "birth": {"tzo": "+00:01:20", "date": "1834-07-27 02:00", "place": {"c2": "86", "cy": "FR", "lg": 0.33333, "lat": 46.58333, "name": "Monts-sur-Gueuse", "geoid": 0}, "date-ut": "1834-07-27 01:58:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-158"}, "ids-in-sources": {"a2": "158"}}, "raw": {"H": "1", "MN": "58", "TZ": "0", "COD": "86", "COU": "F", "DAY": "27", "LAT": "46N35", "LON": "0E20", "MON": "7", "NUM": "158", "PRO": "S", "SEC": "40", "YEA": "1834", "CITY": "MONTS-S/GUEUSE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Chedevergne", "official": {"given": "Antoine Samuel"}}, "birth": {"date": "1834-07-27 01:00", "place": {"name": "Monts-sur-Guesnes"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "207"}}, "raw": {"NR": "207", "GNR": "SA2158", "JU_": "2", "MA_": "2", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "2", "JAHR": "1834", "KORR": "", "MARS": "2", "MODE": "LMT", "MOND": "4", "NAME": "CHEDEVERGNE (ANTOINE SAMUEL).", "AUFAB": "-8.50", "PHAS_": "66.900", "SONNE": "29", "VENUS": "25", "BREITE": "46 N 35", "GEBORT": "Monts-sur-Guesnes (Vienne)", "LAENGE": "000 E 20", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "23", "GEBZEIT": "01.00", "JUPITER": "1", "ELECTAGE": "54,0", "ELECTDAT": "03.07.1888", "GEBDATUM": "27.07.1834", "STBDATUM": "09.02.1902"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Monts-sur-Gueuse"}}, "partial-ids": {"g55": "01-123"}, "ids-in-source": {"g55": "01-123"}}, "raw": {"DAY": "27-7-1834", "HOUR": "2 h.", "NAME": "CHEDEVERGNE Antoine", "PLACE": "Monts-sur-Gueuse (Vienne)."}, "date": "2023-08-20T14:47:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25737	pigeon-pierre-1875-05-05	{"g55": "10-775"}	{"g55": "10-775"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Pigeon", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1875-05-05 10:00", "note": null, "place": {"c1": "", "c2": "61", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Theil", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Pigeon", "nobility": ""}, "birth": {"date": "1875-05-05 10:00", "place": {"c1": "", "c2": "61", "c3": "", "cy": "FR", "name": "Theil"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-775"}}, "raw": {"DAY": "5-5-1875", "HOUR": "10 h.", "NAME": "PIGEON Pierre", "PLACE": "Theil (Orne)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25738	pincemin-jean-1879-07-11	{"g55": "10-776"}	{"g55": "10-776"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Pincemin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1879-07-11 14:00", "note": null, "place": {"c1": "", "c2": "22", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "L’Hermitage-Lorges", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Pincemin", "nobility": ""}, "birth": {"date": "1879-07-11 14:00", "place": {"c1": "", "c2": "22", "c3": "", "cy": "FR", "name": "L’Hermitage-Lorges"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-776"}}, "raw": {"DAY": "11-7-1879", "HOUR": "14 h.", "NAME": "PINCEMIN Jean", "PLACE": "L’Hermitage-Lorges (Côtes-du-N.)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25739	piquemal-auguste-1858-06-07	{"g55": "10-777"}	{"g55": "10-777"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Piquemal", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1858-06-07 18:00", "note": null, "place": {"c1": "", "c2": "92", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Courbevoie", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Piquemal", "nobility": ""}, "birth": {"date": "1858-06-07 18:00", "place": {"c1": "", "c2": "92", "c3": "", "cy": "FR", "name": "Courbevoie"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-777"}}, "raw": {"DAY": "7-6-1858", "HOUR": "18 h.", "NAME": "PIQUEMAL Auguste", "PLACE": "Courbevoie (Seine)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25740	pivet-louis-1875-03-06	{"g55": "10-778"}	{"g55": "10-778"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Pivet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1875-03-06 01:00", "note": null, "place": {"c1": "", "c2": "18", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Henrichemont", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Pivet", "nobility": ""}, "birth": {"date": "1875-03-06 01:00", "place": {"c1": "", "c2": "18", "c3": "", "cy": "FR", "name": "Henrichemont"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-778"}}, "raw": {"DAY": "6-3-1875", "HOUR": "1 h.", "NAME": "PIVET Louis", "PLACE": "Henrichemont (Cher)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2250	clerc-antonin-1871-12-18	{"a2": "163", "afd5": "222"}	{"lerrcp": "A2-163", "muller": "M5-222"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Antonin", "family": "Clerc", "spouse": [], "official": {"given": "Antonin Pierre", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1871-12-18 01:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1871-12-18 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Antonin", "family": "Clerc"}, "birth": {"tzo": "+00:09:24", "date": "1871-12-18 01:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1871-12-18 00:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-163"}, "ids-in-sources": {"a2": "163"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "18", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "163", "PRO": "S", "SEC": "40", "YEA": "1871", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Clerc", "official": {"given": "Antonin Pierre"}}, "birth": {"date": "1871-12-18 01:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "222"}}, "raw": {"NR": "222", "GNR": "SA2163", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "4", "JAHR": "1871", "KORR": "", "MARS": "26", "MODE": "LMT", "MOND": "22", "NAME": "CLERC (ANTONIN PIERRE).", "AUFAB": "10.60", "PHAS_": "40.900", "SONNE": "29", "VENUS": "33", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "27", "GEBZEIT": "01.00", "JUPITER": "8", "ELECTAGE": "64,0", "ELECTDAT": "03.12.1935", "GEBDATUM": "18.12.1871", "STBDATUM": "06.09.1954"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2247	chevassu-maurice-1877-10-28	{"a2": "160", "g55": "01-125", "afd5": "212"}	{"g55": "01-125", "lerrcp": "A2-160", "muller": "M5-212"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Maurice", "family": "Chevassu", "spouse": [], "official": {"given": "Maurice", "family": null}}	\N	{"lmt": null, "tzo": "+00:22:13", "date": "1877-10-28 20:00", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.55575, "lat": 46.67535, "name": "Lonsle-Saunier", "geoid": 2997626}, "notime": null, "date-ut": "1877-10-28 19:37:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Chevassu"}, "birth": {"tzo": "+00:22:13", "date": "1877-10-28 20:00", "place": {"c2": "39", "cy": "FR", "lg": 5.55575, "lat": 46.67535, "name": "Lons-le-Saunier", "geoid": 2997626}, "date-ut": "1877-10-28 19:37:48"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-160"}, "ids-in-sources": {"a2": "160"}}, "raw": {"H": "19", "MN": "37", "TZ": "0", "COD": "39", "COU": "F", "DAY": "28", "LAT": "46N40", "LON": "5E33", "MON": "10", "NUM": "160", "PRO": "S", "SEC": "48", "YEA": "1877", "CITY": "LONS-LE-SAUNIER"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Chevassu", "official": {"given": "Maurice"}}, "birth": {"date": "1877-10-28 20:00", "place": {"name": "Lonsle-Saunier"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "212"}}, "raw": {"NR": "212", "GNR": "SA2160", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "2", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1877", "KORR": "", "MARS": "9", "MODE": "LMT", "MOND": "33", "NAME": "CHEVASSU (MAURICE).", "AUFAB": "-9.80", "PHAS_": "67.600", "SONNE": "23", "VENUS": "20", "BREITE": "46 N 40", "GEBORT": "Lonsle-Saunier (Jura)", "LAENGE": "005 E 33", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "9", "GEBZEIT": "20.00", "JUPITER": "19", "ELECTAGE": "60,5", "ELECTDAT": "29.03.1938", "GEBDATUM": "28.10.1877", "STBDATUM": "07.11.1957"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-125"}, "ids-in-source": {"g55": "01-125"}}, "raw": {"DAY": "28-10-1877", "HOUR": "20 h.", "NAME": "CHEVASSU Maurice", "PLACE": "Lons-le-Saunier (Jura)."}, "date": "2023-08-20T14:47:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25741	plantard-pierre-1872-07-19	{"g55": "10-779"}	{"g55": "10-779"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Plantard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1872-07-19 16:00", "note": null, "place": {"c1": "", "c2": "56", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Camoél", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Plantard", "nobility": ""}, "birth": {"date": "1872-07-19 16:00", "place": {"c1": "", "c2": "56", "c3": "", "cy": "FR", "name": "Camoél"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-779"}}, "raw": {"DAY": "19-7-1872", "HOUR": "16 h.", "NAME": "PLANTARD Pierre", "PLACE": "Camoél (Morbihan)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25742	poirier-felix-1872-03-07	{"g55": "10-780"}	{"g55": "10-780"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Poirier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1872-03-07 08:00", "note": null, "place": {"c1": "", "c2": "18", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Thauvenay", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Poirier", "nobility": ""}, "birth": {"date": "1872-03-07 08:00", "place": {"c1": "", "c2": "18", "c3": "", "cy": "FR", "name": "Thauvenay"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-780"}}, "raw": {"DAY": "7-3-1872", "HOUR": "8 h.", "NAME": "POIRIER Félix", "PLACE": "Thauvenay (Cher)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25743	poizat-antoine-1852-02-15	{"g55": "10-781"}	{"g55": "10-781"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Poizat", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1852-02-15 09:00", "note": null, "place": {"c1": "", "c2": "42", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Fourneaux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Poizat", "nobility": ""}, "birth": {"date": "1852-02-15 09:00", "place": {"c1": "", "c2": "42", "c3": "", "cy": "FR", "name": "Fourneaux"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-781"}}, "raw": {"DAY": "15-2-1852", "HOUR": "9 h.", "NAME": "POIZAT Antoine", "PLACE": "Fourneaux (Loire)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25744	poizat-pierre-1852-02-15	{"g55": "10-782"}	{"g55": "10-782"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Poizat", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1852-02-15 09:00", "note": null, "place": {"c1": "", "c2": "42", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Fourneaux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Poizat", "nobility": ""}, "birth": {"date": "1852-02-15 09:00", "place": {"c1": "", "c2": "42", "c3": "", "cy": "FR", "name": "Fourneaux"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-782"}}, "raw": {"DAY": "15-2-1852", "HOUR": "9 h.", "NAME": "POIZAT Pierre", "PLACE": "Fourneaux (Loire)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2253	colin-gabriel-1825-05-12	{"a2": "166", "g55": "01-128", "afd5": "225"}	{"g55": "01-128", "lerrcp": "A2-166", "muller": "M5-225"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Gabriel", "family": "Colin", "spouse": [], "official": {"given": "Gabriel", "family": null}}	\N	{"lmt": null, "tzo": "+00:24:28", "date": "1825-05-12 19:00", "note": null, "place": {"c1": null, "c2": "74", "c3": null, "cy": "FR", "lg": 6.11667, "lat": 45.9, "name": "Mollans", "geoid": 0}, "notime": null, "date-ut": "1825-05-12 18:35:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Colin"}, "birth": {"tzo": "+00:24:28", "date": "1825-05-12 19:00", "place": {"c2": "74", "cy": "FR", "lg": 6.11667, "lat": 45.9, "name": "Mollans", "geoid": 0}, "date-ut": "1825-05-12 18:35:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-166"}, "ids-in-sources": {"a2": "166"}}, "raw": {"H": "18", "MN": "35", "TZ": "0", "COD": "74", "COU": "F", "DAY": "12", "LAT": "45N54", "LON": "6E 7", "MON": "5", "NUM": "166", "PRO": "S", "SEC": "32", "YEA": "1825", "CITY": "MOLLANS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Colin", "official": {"given": "Gabriel"}}, "birth": {"date": "1825-05-12 19:00", "place": {"name": "Mollans"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "225"}}, "raw": {"NR": "225", "GNR": "SA2166", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "2", "JAHR": "1825", "KORR": "", "MARS": "18", "MODE": "LMT", "MOND": "26", "NAME": "COLIN (GABRIEL).", "AUFAB": "-9.00", "PHAS_": "30.500", "SONNE": "18", "VENUS": "17", "BREITE": "47 N 37", "GEBORT": "Mollans (Haute-Saône)", "LAENGE": "006 E 09", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "16", "GEBZEIT": "19.00", "JUPITER": "12", "ELECTAGE": "39,7", "ELECTDAT": "03.01.1865", "GEBDATUM": "12.05.1825", "STBDATUM": "18.06.1896"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Mollans"}}, "partial-ids": {"g55": "01-128"}, "ids-in-source": {"g55": "01-128"}}, "raw": {"DAY": "12-5-1825", "HOUR": "19 h.", "NAME": "COLIN Gabriel", "PLACE": "Mollans (Haute-Savoie)."}, "date": "2023-08-20T14:47:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2255	collignon-rene-1856-02-16	{"a2": "168", "g55": "01-130", "afd5": "227"}	{"g55": "01-130", "lerrcp": "A2-168", "muller": "M5-227"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "René", "family": "Collignon", "spouse": [], "official": {"given": "René", "family": null}}	\N	{"lmt": null, "tzo": "+00:24:41", "date": "1856-02-16 14:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1856-02-16 13:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Collignon"}, "birth": {"tzo": "+00:24:41", "date": "1856-02-16 14:00", "place": {"c2": "57", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1856-02-16 13:35:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-168"}, "ids-in-sources": {"a2": "168"}}, "raw": {"H": "13", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "16", "LAT": "49N 7", "LON": "6E11", "MON": "2", "NUM": "168", "PRO": "S", "SEC": "16", "YEA": "1856", "CITY": "METZ"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Collignon", "official": {"given": "René"}}, "birth": {"date": "1856-02-16 14:00", "place": {"name": "Metz"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "227"}}, "raw": {"NR": "227", "GNR": "SA2168", "JU_": "2", "MA_": "0", "MO_": "2", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1856", "KORR": "", "MARS": "25", "MODE": "LMT", "MOND": "2", "NAME": "COLLIGNON (RENÉ).", "AUFAB": "8.90", "PHAS_": "78.600", "SONNE": "13", "VENUS": "19", "BREITE": "49 N 07", "GEBORT": "Metz (Moselle)", "LAENGE": "006 E 11", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "3", "GEBZEIT": "14.00", "JUPITER": "11", "ELECTAGE": "54,3", "ELECTDAT": "31.05.1910", "GEBDATUM": "16.02.1856", "STBDATUM": "03.03.1932"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-130"}, "ids-in-source": {"g55": "01-130"}}, "raw": {"DAY": "16-2-1856", "HOUR": "14 h.", "NAME": "COLLIGNON René", "PLACE": "Metz (Moselle)."}, "date": "2023-08-20T14:47:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25745	pouchard-jules-1879-02-14	{"g55": "10-783"}	{"g55": "10-783"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Pouchard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1879-02-14 02:00", "note": null, "place": {"c1": "", "c2": "35", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Bais", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Pouchard", "nobility": ""}, "birth": {"date": "1879-02-14 02:00", "place": {"c1": "", "c2": "35", "c3": "", "cy": "FR", "name": "Bais"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-783"}}, "raw": {"DAY": "14-2-1879", "HOUR": "2 h.", "NAME": "POUCHARD Jules", "PLACE": "Bais (Ille-et-Vilaine)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25746	pouget-guillaume-1847-10-14	{"g55": "10-784"}	{"g55": "10-784"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guillaume", "family": "Pouget", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1847-10-14 06:00", "note": null, "place": {"c1": "", "c2": "15", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Maurines", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Guillaume", "family": "Pouget", "nobility": ""}, "birth": {"date": "1847-10-14 06:00", "place": {"c1": "", "c2": "15", "c3": "", "cy": "FR", "name": "Maurines"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-784"}}, "raw": {"DAY": "14-10-1847", "HOUR": "6 h.", "NAME": "POUGET Guillaume", "PLACE": "Maurines (Cantal)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25747	poujol-elie-1881-02-21	{"g55": "10-785"}	{"g55": "10-785"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elie", "family": "Poujol", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1881-02-21 02:00", "note": null, "place": {"c1": "", "c2": "48", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "La Maléne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Elie", "family": "Poujol", "nobility": ""}, "birth": {"date": "1881-02-21 02:00", "place": {"c1": "", "c2": "48", "c3": "", "cy": "FR", "name": "La Maléne"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-785"}}, "raw": {"DAY": "21-2-1881", "HOUR": "2 h.", "NAME": "POUJOL Elie", "PLACE": "La Maléne (Lozère)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25748	poujol-pierre-1846-04-18	{"g55": "10-786"}	{"g55": "10-786"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Poujol", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1846-04-18 21:00", "note": null, "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Broquiéres", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Poujol", "nobility": ""}, "birth": {"date": "1846-04-18 21:00", "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "name": "Broquiéres"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-786"}}, "raw": {"DAY": "18-4-1846", "HOUR": "21 h.", "NAME": "POUJOL Pierre", "PLACE": "Broquiéres (Aveyron)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2257	colombani-jules-1875-04-23	{"a2": "170", "g55": "01-132"}	{"g55": "01-132", "lerrcp": "A2-170"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Colombani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": -0.63588, "lat": 35.69906, "name": "Oran", "geoid": 2485926}, "notime": null, "date-ut": "1875-04-23 06:02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Colombani"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": -0.63588, "lat": 35.69906, "name": "Oran", "geoid": 2485926}, "date-ut": "1875-04-23 06:02:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-170"}, "ids-in-sources": {"a2": "170"}}, "raw": {"H": "6", "MN": "2", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "23", "LAT": "35N40", "LON": "0W30", "MON": "4", "NUM": "170", "PRO": "S", "SEC": "0", "YEA": "1875", "CITY": "ORAN"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "01-132"}, "ids-in-source": {"g55": "01-132"}}, "raw": {"DAY": "23-4-1875", "HOUR": "6 h.", "NAME": "COLOMBANI Jules", "PLACE": "Oran (Algérie)."}, "date": "2023-08-20T14:47:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2259	cornevin-charles-1846-10-04	{"a2": "172", "g55": "01-134", "afd5": "230"}	{"g55": "01-134", "lerrcp": "A2-172", "muller": "M5-230"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles", "family": "Cornevin", "spouse": [], "official": {"given": "Charles", "family": null}}	\N	{"lmt": null, "tzo": "+00:21:47", "date": "1846-10-04 24:00", "note": null, "place": {"c1": null, "c2": "52", "c3": null, "cy": "FR", "lg": 5.44756, "lat": 48.03142, "name": "Is-en-Bassigny", "geoid": 3012718}, "notime": null, "date-ut": "1846-10-04 23:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Cornevin"}, "birth": {"tzo": "+00:21:47", "date": "1846-10-05 00:00", "place": {"c2": "52", "cy": "FR", "lg": 5.44756, "lat": 48.03142, "name": "Is-en-Bassigny", "geoid": 3012718}, "date-ut": "1846-10-04 23:39:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-172"}, "ids-in-sources": {"a2": "172"}}, "raw": {"H": "23", "MN": "39", "TZ": "0", "COD": "52", "COU": "F", "DAY": "4", "LAT": "48N 7", "LON": "5E 8", "MON": "10", "NUM": "172", "PRO": "S", "SEC": "28", "YEA": "1846", "CITY": "IS-EN-BASSIGNY"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Cornevin", "official": {"given": "Charles"}}, "birth": {"date": "1846-10-04 24:00", "place": {"name": "Is-en-Bassigny"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "230"}}, "raw": {"NR": "230", "GNR": "SA2172", "JU_": "1", "MA_": "1", "MO_": "2", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1846", "KORR": "", "MARS": "29", "MODE": "LMT", "MOND": "10", "NAME": "CORNEVIN (CHARLES).", "AUFAB": "4.10", "PHAS_": "98.700", "SONNE": "28", "VENUS": "29", "BREITE": "48 N 07", "GEBORT": "Is-en-Bassigny (Haute-Marne)", "LAENGE": "005 E 08", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "15", "GEBZEIT": "24.00", "JUPITER": "5", "ELECTAGE": "48,7", "ELECTDAT": "21.05.1895", "GEBDATUM": "04.10.1846", "STBDATUM": "24.11.1897"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-134"}, "ids-in-source": {"g55": "01-134"}}, "raw": {"DAY": "4-10-1846", "HOUR": "24 h.", "NAME": "CORNEVIN Charles", "PLACE": "Is-en-Bassigny (Haute-Marne)."}, "date": "2023-08-20T14:47:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25749	protat-celestin-1872-01-11	{"g55": "10-787"}	{"g55": "10-787"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Célestin", "family": "Protat", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1872-01-11 23:00", "note": null, "place": {"c1": "", "c2": "18", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Givardon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Célestin", "family": "Protat", "nobility": ""}, "birth": {"date": "1872-01-11 23:00", "place": {"c1": "", "c2": "18", "c3": "", "cy": "FR", "name": "Givardon"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-787"}}, "raw": {"DAY": "11-1-1872", "HOUR": "23 h.", "NAME": "PROTAT Célestin", "PLACE": "Givardon (Cher)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25750	protois-jean-1851-02-09	{"g55": "10-788"}	{"g55": "10-788"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Protois", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1851-02-09 08:00", "note": null, "place": {"c1": "", "c2": "52", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Colombey-les-Deux-Eglises", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Protois", "nobility": ""}, "birth": {"date": "1851-02-09 08:00", "place": {"c1": "", "c2": "52", "c3": "", "cy": "FR", "name": "Colombey-les-Deux-Eglises"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-788"}}, "raw": {"DAY": "9-2-1851", "HOUR": "8 h.", "NAME": "PROTOIS Jean", "PLACE": "Colombey-les-Deux-Eglises (Haute-M.)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2263	courcoux-alfred-1874-11-18	{"a2": "176", "afd5": "238"}	{"lerrcp": "A2-176", "muller": "M5-238"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alfred", "family": "Courcoux", "spouse": [], "official": {"given": "Alfred François Marie", "family": null}}	\N	{"lmt": null, "tzo": "-00:13:50", "date": "1874-11-18 13:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -3.45657, "lat": 48.73264, "name": "Lannion", "geoid": 3007609}, "notime": null, "date-ut": "1874-11-18 13:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Courcoux"}, "birth": {"tzo": "-00:13:50", "date": "1874-11-18 13:00", "place": {"c2": "22", "cy": "FR", "lg": -3.45657, "lat": 48.73264, "name": "Lannion", "geoid": 3007609}, "date-ut": "1874-11-18 13:11"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-176"}, "ids-in-sources": {"a2": "176"}}, "raw": {"H": "13", "MN": "11", "TZ": "0", "COD": "22", "COU": "F", "DAY": "18", "LAT": "48N31", "LON": "2W45", "MON": "11", "NUM": "176", "PRO": "S", "SEC": "0", "YEA": "1874", "CITY": "LANNION"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Courcoux", "official": {"given": "Alfred François Marie"}}, "birth": {"date": "1874-11-18 13:00", "place": {"name": "Lannion"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "238"}}, "raw": {"NR": "238", "GNR": "SA2176", "JU_": "0", "MA_": "0", "MO_": "1", "SA_": "2", "SO_": "2", "VE_": "0", "CODE": "3", "JAHR": "1874", "KORR": "", "MARS": "16", "MODE": "LMT", "MOND": "35", "NAME": "COURCOUX (ALFRED FRANÇOIS MARIE).", "AUFAB": "10.90", "PHAS_": "60.200", "SONNE": "12", "VENUS": "8", "BREITE": "48 N 31", "GEBORT": "Lannion (Côtes-du-Nord)", "LAENGE": "002 W 45", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "2", "GEBZEIT": "13.00", "JUPITER": "15", "ELECTAGE": "67,1", "ELECTDAT": "25.11.1941", "GEBDATUM": "18.11.1874", "STBDATUM": "04.12.1958"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2265	courmont-paul-1871-11-10	{"a2": "178", "afd5": "240"}	{"lerrcp": "A2-178", "muller": "M5-240"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul", "family": "Courmont", "spouse": [], "official": {"given": "Paul", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1871-11-10 12:30", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1871-11-10 11:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Courmont"}, "birth": {"tzo": "+00:19:23", "date": "1871-11-10 12:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1871-11-10 11:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-178"}, "ids-in-sources": {"a2": "178"}}, "raw": {"H": "11", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "10", "LAT": "45N46", "LON": "4E50", "MON": "11", "NUM": "178", "PRO": "S", "SEC": "40", "YEA": "1871", "CITY": "LYON"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Courmont", "official": {"given": "Paul"}}, "birth": {"date": "1871-11-10 12:30", "place": {"name": "Lyon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "240"}}, "raw": {"NR": "240", "GNR": "SA2178", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "0", "CODE": "3", "JAHR": "1871", "KORR": "", "MARS": "4", "MODE": "LMT", "MOND": "13", "NAME": "COURMONT (PAUL).", "AUFAB": "-7.60", "PHAS_": "10.000", "SONNE": "11", "VENUS": "15", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "4", "GEBZEIT": "12.30", "JUPITER": "19", "ELECTAGE": "47,5", "ELECTDAT": "13.05.1919", "GEBDATUM": "10.11.1871", "STBDATUM": "15.05.1951"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2261	costantini-joseph-1884-04-05	{"a2": "174", "g55": "01-136"}	{"g55": "01-136", "lerrcp": "A2-174"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Costantini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 6.61472, "lat": 36.365, "name": "Constantine", "geoid": 2501152}, "notime": null, "date-ut": "1884-04-05 06:35:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Costantini"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 6.61472, "lat": 36.365, "name": "Constantine", "geoid": 2501152}, "date-ut": "1884-04-05 06:35:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-174"}, "ids-in-sources": {"a2": "174"}}, "raw": {"H": "6", "MN": "35", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "5", "LAT": "36N30", "LON": "6E15", "MON": "4", "NUM": "174", "PRO": "S", "SEC": "0", "YEA": "1884", "CITY": "CONSTANTINE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "01-136"}, "ids-in-source": {"g55": "01-136"}}, "raw": {"DAY": "5-4-1884", "HOUR": "7 h.", "NAME": "COSTANTINI Joseph", "PLACE": "Constantine (Algérie)."}, "date": "2023-08-20T14:47:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25751	prunel-louis-1874-11-11	{"g55": "10-789"}	{"g55": "10-789"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Prunel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1874-11-11 00:00", "note": null, "place": {"c1": "", "c2": "21", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Laignes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Prunel", "nobility": ""}, "birth": {"date": "1874-11-11 00:00", "place": {"c1": "", "c2": "21", "c3": "", "cy": "FR", "name": "Laignes"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-789"}}, "raw": {"DAY": "11-11-1874", "HOUR": "0 h.", "NAME": "PRUNEL Louis", "PLACE": "Laignes (Côte-d’Or)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2268	couvelaire-alexandre-1873-09-02	{"a2": "181", "g55": "01-139", "afd5": "246"}	{"g55": "01-139", "lerrcp": "A2-181", "muller": "M5-246"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alexandre", "family": "Couvelaire", "spouse": [], "official": {"given": "Alexandre Adrien Marie", "family": null}}	\N	{"lmt": null, "tzo": "+00:20:54", "date": "1873-09-02 10:30", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 5.2258, "lat": 46.20574, "name": "Bourg", "geoid": 3031009}, "notime": null, "date-ut": "1873-09-02 10:09:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Couvelaire"}, "birth": {"tzo": "+00:20:54", "date": "1873-09-02 10:30", "place": {"c2": "01", "cy": "FR", "lg": 5.2258, "lat": 46.20574, "name": "Bourg-en-Bresse", "geoid": 3031009}, "date-ut": "1873-09-02 10:09:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-181"}, "ids-in-sources": {"a2": "181"}}, "raw": {"H": "10", "MN": "9", "TZ": "0", "COD": "01", "COU": "F", "DAY": "2", "LAT": "46N12", "LON": "5E13", "MON": "9", "NUM": "181", "PRO": "S", "SEC": "8", "YEA": "1873", "CITY": "BOURG-EN-BRESSE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Couvelaire", "official": {"given": "Alexandre Adrien Marie"}}, "birth": {"date": "1873-09-02 10:30", "place": {"name": "Bourg"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "246"}}, "raw": {"NR": "246", "GNR": "SA2181", "JU_": "0", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "2", "CODE": "3", "JAHR": "1873", "KORR": "", "MARS": "34", "MODE": "LMT", "MOND": "30", "NAME": "COUVELAIRE (ALEXANDRE ADRIEN MARIE).", "AUFAB": "10.40", "PHAS_": "69.400", "SONNE": "7", "VENUS": "11", "BREITE": "46 N 12", "GEBORT": "Bourg (Ain)", "LAENGE": "005 E 13", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "29", "GEBZEIT": "10.30", "JUPITER": "7", "ELECTAGE": "52,6", "ELECTDAT": "23.03.1926", "GEBDATUM": "02.09.1873", "STBDATUM": "14.03.1948"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-139"}, "ids-in-source": {"g55": "01-139"}}, "raw": {"DAY": "2-9-1873", "HOUR": "10 h. 30", "NAME": "COUVELAIRE Alexandre", "PLACE": "Bourg (Ain)."}, "date": "2023-08-20T14:47:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2270	crespin-marie-1868-05-24	{"a2": "183", "g55": "01-141", "afd5": "247"}	{"g55": "01-141", "lerrcp": "A2-183", "muller": "M5-247"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Marie", "family": "Crespin", "spouse": [], "official": {"given": "Marie Louis Joseph", "family": null}}	\N	{"lmt": null, "tzo": "+00:06:46", "date": "1868-05-24 19:00", "note": null, "place": {"c1": null, "c2": "36", "c3": null, "cy": "FR", "lg": 1.69362, "lat": 46.81248, "name": "Châteauroux", "geoid": 3026204}, "notime": null, "date-ut": "1868-05-24 18:53:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Crespin"}, "birth": {"tzo": "+00:06:46", "date": "1868-05-24 19:00", "place": {"c2": "36", "cy": "FR", "lg": 1.69362, "lat": 46.81248, "name": "Châteauroux", "geoid": 3026204}, "date-ut": "1868-05-24 18:53:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-183"}, "ids-in-sources": {"a2": "183"}}, "raw": {"H": "18", "MN": "53", "TZ": "0", "COD": "36", "COU": "F", "DAY": "24", "LAT": "46N49", "LON": "1E41", "MON": "5", "NUM": "183", "PRO": "S", "SEC": "16", "YEA": "1868", "CITY": "CHATEAUROUX"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Crespin", "official": {"given": "Marie Louis Joseph"}}, "birth": {"date": "1868-05-24 19:00", "place": {"name": "Châteauroux"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "247"}}, "raw": {"NR": "247", "GNR": "SA2183", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1868", "KORR": "", "MARS": "22", "MODE": "LMT", "MOND": "15", "NAME": "CRESPIN (MARIE LOUIS JOSEPH).", "AUFAB": "3.30", "PHAS_": "4.200", "SONNE": "18", "VENUS": "14", "BREITE": "46 N 49", "GEBORT": "Châteauroux (Indre)", "LAENGE": "001 E 41", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "36", "GEBZEIT": "19.00", "JUPITER": "26", "ELECTAGE": "51,8", "ELECTDAT": "09.03.1920", "GEBDATUM": "24.05.1868", "STBDATUM": "29.09.1920"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-141"}, "ids-in-source": {"g55": "01-141"}}, "raw": {"DAY": "24-5-1868", "HOUR": "19 h.", "NAME": "CRESPIN Marie-Joseph", "PLACE": "Châteauroux (Indre)."}, "date": "2023-08-20T14:47:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25752	querry-henri-1882-05-13	{"g55": "10-790"}	{"g55": "10-790"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Querry", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1882-05-13 04:00", "note": null, "place": {"c1": "", "c2": "24", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Bergerac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Querry", "nobility": ""}, "birth": {"date": "1882-05-13 04:00", "place": {"c1": "", "c2": "24", "c3": "", "cy": "FR", "name": "Bergerac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-790"}}, "raw": {"DAY": "13-5-1882", "HOUR": "4 h.", "NAME": "QUERRY Henri", "PLACE": "Bergerac (Dordogne)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2267	coutiere-henri-1869-03-04	{"a2": "180", "g55": "01-138", "afd5": "245"}	{"g55": "01-138", "lerrcp": "A2-180", "muller": "M5-245"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri", "family": "Coutiere", "spouse": [], "official": {"given": "Henri François Louis", "family": null}}	\N	{"lmt": null, "tzo": "+00:12:53", "date": "1869-03-04 13:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.2191, "lat": 46.13511, "name": "Saulzet", "geoid": 2975774}, "notime": null, "date-ut": "1869-03-04 12:46:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Coutiere"}, "birth": {"tzo": "+00:12:53", "date": "1869-03-04 13:00", "place": {"c2": "03", "cy": "FR", "lg": 3.2191, "lat": 46.13511, "name": "Saulzet", "geoid": 2975774}, "date-ut": "1869-03-04 12:46:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-180"}, "ids-in-sources": {"a2": "180"}}, "raw": {"H": "12", "MN": "46", "TZ": "0", "COD": "03", "COU": "F", "DAY": "4", "LAT": "46N34", "LON": "3E20", "MON": "3", "NUM": "180", "PRO": "S", "SEC": "40", "YEA": "1869", "CITY": "SAULZET"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Coutiere", "official": {"given": "Henri François Louis"}}, "birth": {"date": "1869-03-04 13:00", "place": {"name": "Saulzet"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "245"}}, "raw": {"NR": "245", "GNR": "SA2180", "JU_": "0", "MA_": "0", "MO_": "0", "SA_": "1", "SO_": "2", "VE_": "1", "CODE": "3", "JAHR": "1869", "KORR": "", "MARS": "32", "MODE": "LMT", "MOND": "22", "NAME": "COUTIERE (HENRI FRANÇOIS LOUIS).", "AUFAB": "-10.30", "PHAS_": "63.100", "SONNE": "11", "VENUS": "13", "BREITE": "46 N 34", "GEBORT": "Saulzet (Allier)", "LAENGE": "003 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "21", "GEBZEIT": "13.00", "JUPITER": "8", "ELECTAGE": "52,2", "ELECTDAT": "26.04.1921", "GEBDATUM": "04.03.1869", "STBDATUM": "23.08.1952"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-138"}, "ids-in-source": {"g55": "01-138"}}, "raw": {"DAY": "4-3-1869", "HOUR": "13 h.", "NAME": "COUTIERE Henri", "PLACE": "Saulzet (Allier)."}, "date": "2023-08-20T14:47:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2269	coyne-paul-1842-09-12	{"a2": "182", "g55": "01-140"}	{"g55": "01-140", "lerrcp": "A2-182"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Coyne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:36", "date": "1842-09-12 20:00", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 4.9, "lat": 44.93333, "name": "Laroche-Chalias", "geoid": 0}, "notime": null, "date-ut": "1842-09-12 19:40:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Coyne"}, "birth": {"tzo": "+00:19:36", "date": "1842-09-12 20:00", "place": {"c2": "26", "cy": "FR", "lg": 4.9, "lat": 44.93333, "name": "Laroche-Chalias", "geoid": 0}, "date-ut": "1842-09-12 19:40:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-182"}, "ids-in-sources": {"a2": "182"}}, "raw": {"H": "19", "MN": "40", "TZ": "0", "COD": "26", "COU": "F", "DAY": "12", "LAT": "44N56", "LON": "4E54", "MON": "9", "NUM": "182", "PRO": "S", "SEC": "24", "YEA": "1842", "CITY": "LAROCHE-CHALIAS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Laroche-Chalias"}}, "partial-ids": {"g55": "01-140"}, "ids-in-source": {"g55": "01-140"}}, "raw": {"DAY": "12-9-1842", "HOUR": "20 h.", "NAME": "COYNE Paul", "PLACE": "Laroche-Chalias (Drôme)."}, "date": "2023-08-20T14:47:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25753	rabeux-jean-1873-01-07	{"g55": "10-791"}	{"g55": "10-791"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Rabeux", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1873-01-07 08:00", "note": null, "place": {"c1": "", "c2": "58", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Laveult-du-Frétoy", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Rabeux", "nobility": ""}, "birth": {"date": "1873-01-07 08:00", "place": {"c1": "", "c2": "58", "c3": "", "cy": "FR", "name": "Laveult-du-Frétoy"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-791"}}, "raw": {"DAY": "7-1-1873", "HOUR": "8 h.", "NAME": "RABEUX Jean", "PLACE": "Laveult-du-Frétoy (Nièvre)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25754	rassat-adolphe-1864-12-16	{"g55": "10-792"}	{"g55": "10-792"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Rassat", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1864-12-16 23:00", "note": null, "place": {"c1": "", "c2": "73", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saini-Osenge-Dessus", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Rassat", "nobility": ""}, "birth": {"date": "1864-12-16 23:00", "place": {"c1": "", "c2": "73", "c3": "", "cy": "FR", "name": "Saini-Osenge-Dessus"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-792"}}, "raw": {"DAY": "16-12-1864", "HOUR": "23 h.", "NAME": "RASSAT Adolphe", "PLACE": "Saini-Osenge-Dessus (Savoie)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25755	rastoul-auguste-1842-08-06	{"g55": "10-793"}	{"g55": "10-793"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Rastoul", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1842-08-06 02:00", "note": null, "place": {"c1": "", "c2": "11", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Labécéde-Lauraguais", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Rastoul", "nobility": ""}, "birth": {"date": "1842-08-06 02:00", "place": {"c1": "", "c2": "11", "c3": "", "cy": "FR", "name": "Labécéde-Lauraguais"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-793"}}, "raw": {"DAY": "6-8-1842", "HOUR": "2 h.", "NAME": "RASTOUL Auguste", "PLACE": "Labécéde-Lauraguais (Aude)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25756	reboul-fred-1856-03-01	{"g55": "10-794"}	{"g55": "10-794"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fréd.", "family": "Reboul", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1856-03-01 12:00", "note": null, "place": {"c1": "", "c2": "34", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lunel", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Fréd.", "family": "Reboul", "nobility": ""}, "birth": {"date": "1856-03-01 12:00", "place": {"c1": "", "c2": "34", "c3": "", "cy": "FR", "name": "Lunel"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-794"}}, "raw": {"DAY": "1-3-1856", "HOUR": "12 h.", "NAME": "REBOUL Fréd.", "PLACE": "Lunel (Hérault)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2273	cuneo-bernard-1873-10-25	{"a2": "186", "g55": "01-143", "afd5": "251"}	{"g55": "01-143", "lerrcp": "A2-186", "muller": "M5-251"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Bernard", "family": "Cunéo", "spouse": [], "official": {"given": "Bernard", "family": null}}	\N	{"lmt": null, "tzo": "+00:23:43", "date": "1873-10-25 18:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1873-10-28 17:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Cuneo"}, "birth": {"tzo": "+00:23:43", "date": "1873-10-28 18:00", "place": {"c2": "83", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1873-10-28 17:34:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-186"}, "ids-in-sources": {"a2": "186"}}, "raw": {"H": "17", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "28", "LAT": "43N32", "LON": "6E28", "MON": "10", "NUM": "186", "PRO": "S", "SEC": "8", "YEA": "1873", "CITY": "TOULON"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Cunéo", "official": {"given": "Bernard"}}, "birth": {"date": "1873-10-25 18:00", "place": {"name": "Toulon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "251"}}, "raw": {"NR": "251", "GNR": "SA2186", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "2", "JAHR": "1873", "KORR": "", "MARS": "13", "MODE": "LMT", "MOND": "16", "NAME": "CUNÉO (BERNARD).", "AUFAB": "5.80", "PHAS_": "12.100", "SONNE": "20", "VENUS": "22", "BREITE": "43 N 32", "GEBORT": "Toulon (Var)", "LAENGE": "006 E 28", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "10", "GEBZEIT": "18.00", "JUPITER": "22", "ELECTAGE": "59,3", "ELECTDAT": "14.02.1933", "GEBDATUM": "25.10.1873", "STBDATUM": "11.11.1944"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-143"}, "ids-in-source": {"g55": "01-143"}}, "raw": {"DAY": "28-10-1873", "HOUR": "18 h.", "NAME": "CUNÉO Bernard", "PLACE": "Toulon (Var)."}, "date": "2023-08-20T14:47:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2275	davaine-casimir-1812-03-19	{"a2": "188", "g55": "01-144", "afd5": "255"}	{"g55": "01-144", "lerrcp": "A2-188", "muller": "M5-255"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Casimir", "family": "Davaine", "spouse": [], "official": {"given": "Casimir Joseph", "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1812-03-19 16:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Saint-Amand-les-Eaux", "geoid": 0}, "notime": null, "date-ut": "1812-03-19 15:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Casimir", "family": "Davaine"}, "birth": {"tzo": "+00:12:20", "date": "1812-03-19 16:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Saint-Amand-les-Ea", "geoid": 0}, "date-ut": "1812-03-19 15:47:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-188"}, "ids-in-sources": {"a2": "188"}}, "raw": {"H": "15", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "19", "LAT": "50N39", "LON": "3E 5", "MON": "3", "NUM": "188", "PRO": "S", "SEC": "40", "YEA": "1812", "CITY": "ST-AMAND-LES-EA"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Davaine", "official": {"given": "Casimir Joseph"}}, "birth": {"date": "1812-03-19 16:00", "place": {"name": "Saint-Amand-les-Eaux"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "255"}}, "raw": {"NR": "255", "GNR": "SA2188", "JU_": "0", "MA_": "2", "MO_": "0", "SA_": "0", "SO_": "0", "VE_": "2", "CODE": "3", "JAHR": "1812", "KORR": "", "MARS": "11", "MODE": "LMT", "MOND": "7", "NAME": "DAVAINE (CASIMIR JOSEPH).", "AUFAB": "10.60", "PHAS_": "39.900", "SONNE": "15", "VENUS": "11", "BREITE": "50 N 39", "GEBORT": "Saint-Amand-les-Eaux (Nord)", "LAENGE": "003 E 05", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "24", "GEBZEIT": "16.00", "JUPITER": "7", "ELECTAGE": "56,0", "ELECTDAT": "18.02.1868", "GEBDATUM": "19.03.1812", "STBDATUM": "14.10.1882"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Amand-les-Eaux"}}, "partial-ids": {"g55": "01-144"}, "ids-in-source": {"g55": "01-144"}}, "raw": {"DAY": "19-3-1812", "HOUR": "16 h.", "NAME": "DAVAINE Casimir", "PLACE": "Saint-Amand-les-Eaux (Nord)."}, "date": "2023-08-20T14:47:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25757	reimeringer-eugene-1861-02-19	{"g55": "10-795"}	{"g55": "10-795"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Reimeringer", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1861-02-19 10:00", "note": null, "place": {"c1": "", "c2": "51", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Epernay", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Reimeringer", "nobility": ""}, "birth": {"date": "1861-02-19 10:00", "place": {"c1": "", "c2": "51", "c3": "", "cy": "FR", "name": "Epernay"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-795"}}, "raw": {"DAY": "19-2-1861", "HOUR": "10 h.", "NAME": "REIMERINGER Eugène", "PLACE": "Epernay (Marne)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25758	retrou-louis-1872-07-09	{"g55": "10-796"}	{"g55": "10-796"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Retrou", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1872-07-09 06:00", "note": null, "place": {"c1": "", "c2": "92", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Gennevilliers", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Retrou", "nobility": ""}, "birth": {"date": "1872-07-09 06:00", "place": {"c1": "", "c2": "92", "c3": "", "cy": "FR", "name": "Gennevilliers"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-796"}}, "raw": {"DAY": "9-7-1872", "HOUR": "6 h.", "NAME": "RETROU Louis", "PLACE": "Gennevilliers (Seine)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25759	rey-octave-1851-07-11	{"g55": "10-797"}	{"g55": "10-797"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Octave", "family": "Rey", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1851-07-11 18:00", "note": null, "place": {"c1": "", "c2": "46", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Ruy-l’Evéque", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Octave", "family": "Rey", "nobility": ""}, "birth": {"date": "1851-07-11 18:00", "place": {"c1": "", "c2": "46", "c3": "", "cy": "FR", "name": "Ruy-l’Evéque"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-797"}}, "raw": {"DAY": "11-7-1851", "HOUR": "18 h.", "NAME": "REY Octave", "PLACE": "Ruy-l’Evéque (Lot)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2277	debove-georges-1845-03-11	{"a2": "190", "afd5": "258"}	{"lerrcp": "A2-190", "muller": "M5-258"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Georges", "family": "Debove", "spouse": [], "official": {"given": "Georges Maurice", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1845-03-11 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1845-03-11 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Debove"}, "birth": {"tzo": "+00:09:24", "date": "1845-03-11 05:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1845-03-11 04:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-190"}, "ids-in-sources": {"a2": "190"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "11", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "190", "PRO": "S", "SEC": "40", "YEA": "1845", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Debove", "official": {"given": "Georges Maurice"}}, "birth": {"date": "1845-03-11 05:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "258"}}, "raw": {"NR": "258", "GNR": "SA2190", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "2", "SO_": "0", "VE_": "1", "CODE": "4", "JAHR": "1845", "KORR": "", "MARS": "5", "MODE": "LMT", "MOND": "32", "NAME": "DEBOVE (GEORGES MAURICE).", "AUFAB": "4.80", "PHAS_": "8.400", "SONNE": "34", "VENUS": "35", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "36", "GEBZEIT": "05.00", "JUPITER": "33", "ELECTAGE": "48,3", "ELECTDAT": "06.06.1893", "GEBDATUM": "11.03.1845", "STBDATUM": "19.11.1920"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
25760	reymann-ernest-1863-12-23	{"g55": "10-798"}	{"g55": "10-798"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Reymann", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1863-12-23 05:00", "note": null, "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Reichshoffen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Reymann", "nobility": ""}, "birth": {"date": "1863-12-23 05:00", "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "name": "Reichshoffen"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-798"}}, "raw": {"DAY": "23-12-1863", "HOUR": "5 h.", "NAME": "REYMANN Ernest", "PLACE": "Reichshoffen (Bas-Rhin)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2279	debrou-toussaint-1813-07-30	{"a2": "192", "g55": "01-147", "afd5": "261"}	{"g55": "01-147", "lerrcp": "A2-192", "muller": "M5-261"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Toussaint", "family": "Debrou", "spouse": [], "official": {"given": "Toussaint", "family": null}}	\N	{"lmt": null, "tzo": "-00:11:52", "date": "1813-07-30 17:00", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -2.96645, "lat": 48.06835, "name": "Pontivy", "geoid": 2986160}, "notime": null, "date-ut": "1813-07-30 17:10:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Toussaint", "family": "Debrou"}, "birth": {"tzo": "-00:11:52", "date": "1813-07-30 17:00", "place": {"c2": "56", "cy": "FR", "lg": -2.96645, "lat": 48.06835, "name": "Pontivy", "geoid": 2986160}, "date-ut": "1813-07-30 17:10:56"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-192"}, "ids-in-sources": {"a2": "192"}}, "raw": {"H": "17", "MN": "10", "TZ": "0", "COD": "56", "COU": "F", "DAY": "30", "LAT": "47N40", "LON": "2W44", "MON": "7", "NUM": "192", "PRO": "S", "SEC": "56", "YEA": "1813", "CITY": "PONTIVY"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Debrou", "official": {"given": "Toussaint"}}, "birth": {"date": "1813-07-30 17:00", "place": {"name": "Pontivy"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "261"}}, "raw": {"NR": "261", "GNR": "SA2192", "JU_": "0", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1813", "KORR": "", "MARS": "33", "MODE": "LMT", "MOND": "13", "NAME": "DEBROU (TOUSSAINT).", "AUFAB": "4.50", "PHAS_": "6.900", "SONNE": "15", "VENUS": "14", "BREITE": "47 N 40", "GEBORT": "Pontivy (Morbihan)", "LAENGE": "002 W 44", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "35", "GEBZEIT": "17.00", "JUPITER": "15", "ELECTAGE": "34,5", "ELECTDAT": "25.01.1848", "GEBDATUM": "30.07.1813", "STBDATUM": "08.07.1897"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-147"}, "ids-in-source": {"g55": "01-147"}}, "raw": {"DAY": "30-7-1813", "HOUR": "17 h.", "NAME": "DEBROU Toussaint", "PLACE": "Pontivy (Morbihan)."}, "date": "2023-08-20T14:47:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25761	reynaud-hyacinthe-1847-07-31	{"g55": "10-799"}	{"g55": "10-799"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hyacinthe", "family": "Reynaud", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1847-07-31 02:30", "note": null, "place": {"c1": "", "c2": "84", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Orange", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Hyacinthe", "family": "Reynaud", "nobility": ""}, "birth": {"date": "1847-07-31 02:30", "place": {"c1": "", "c2": "84", "c3": "", "cy": "FR", "name": "Orange"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-799"}}, "raw": {"DAY": "31-7-1847", "HOUR": "2 h. 30", "NAME": "REYNAUD Hyacinthe", "PLACE": "Orange (Vaucluse)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25762	ribaud-michel-1870-02-18	{"g55": "10-800"}	{"g55": "10-800"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Ribaud", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1870-02-18 12:00", "note": null, "place": {"c1": "", "c2": "74", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Rumilly", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Ribaud", "nobility": ""}, "birth": {"date": "1870-02-18 12:00", "place": {"c1": "", "c2": "74", "c3": "", "cy": "FR", "name": "Rumilly"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-800"}}, "raw": {"DAY": "18-2-1870", "HOUR": "12 h.", "NAME": "RIBAUD Michel", "PLACE": "Rumilly (Haute-Savoie)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25763	richard-aime-1883-12-15	{"g55": "10-801"}	{"g55": "10-801"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aimé", "family": "Richard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1883-12-15 01:30", "note": null, "place": {"c1": "", "c2": "45", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Chatillon-Coligny", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Aimé", "family": "Richard", "nobility": ""}, "birth": {"date": "1883-12-15 01:30", "place": {"c1": "", "c2": "45", "c3": "", "cy": "FR", "name": "Chatillon-Coligny"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-801"}}, "raw": {"DAY": "15-12-1883", "HOUR": "1 h. 30", "NAME": "RICHARD Aimé", "PLACE": "Chatillon-Coligny (Loiret)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
17869	boussac-marcel-1889-04-17	{"e1": "237"}	{"lerrcp": "E1-237"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Boussac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07", "date": "1889-04-17 06:00", "note": null, "place": {"c1": null, "c2": "36", "c3": "", "cy": "FR", "lg": 1.69362, "lat": 46.81248, "name": "Châteauroux", "geoid": 3026204}, "notime": null, "date-ut": "1889-04-17 05:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Boussac"}, "birth": {"tzo": "+00:07", "date": "1889-04-17 06:00", "place": {"c2": "36", "c3": "", "cy": "FR", "lg": 1.69362, "lat": 46.81248, "name": "Châteauroux", "geoid": 3026204}, "date-ut": "1889-04-17 05:53"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "237"}}, "raw": {"H": "06:00", "COD": "36", "DAY": "17", "MON": "04", "NUM": "0237", "PRO": "EX", "YEA": "1889", "CITY": "Châteauroux", "NAME": "BOUSSAC Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
25764	riffet-francois-1850-02-28	{"g55": "10-802"}	{"g55": "10-802"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Riffet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1850-02-28 20:00", "note": null, "place": {"c1": "", "c2": "41", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Selly-sur-Cher", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "François", "family": "Riffet", "nobility": ""}, "birth": {"date": "1850-02-28 20:00", "place": {"c1": "", "c2": "41", "c3": "", "cy": "FR", "name": "Selly-sur-Cher"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-802"}}, "raw": {"DAY": "28-2-1850", "HOUR": "20 h.", "NAME": "RIFFET François", "PLACE": "Selly-sur-Cher (Loir-et-Cher)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2283	delamare-gabriel-1875-01-08	{"a2": "196", "g55": "01-149", "afd5": "269"}	{"g55": "01-149", "lerrcp": "A2-196", "muller": "M5-269"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Gabriel", "family": "Delamare", "spouse": [], "official": {"given": "Gabriel Lucien", "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1875-01-08 03:30", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1875-01-08 03:21:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Delamare"}, "birth": {"tzo": "+00:08:32", "date": "1875-01-08 03:30", "place": {"c2": "78", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1875-01-08 03:21:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-196"}, "ids-in-sources": {"a2": "196"}}, "raw": {"H": "3", "MN": "21", "TZ": "0", "COD": "78", "COU": "F", "DAY": "8", "LAT": "48N50", "LON": "2E 8", "MON": "1", "NUM": "196", "PRO": "S", "SEC": "28", "YEA": "1875", "CITY": "VERSAILLES"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Delamare", "official": {"given": "Gabriel Lucien"}}, "birth": {"date": "1875-01-08 03:30", "place": {"name": "Versailles"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "269"}}, "raw": {"NR": "269", "GNR": "SA2196", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1875", "KORR": "", "MARS": "2", "MODE": "LMT", "MOND": "31", "NAME": "DELAMARE (GABRIEL LUCIEN).", "AUFAB": "-0.40", "PHAS_": "0.300", "SONNE": "31", "VENUS": "35", "BREITE": "48 N 50", "GEBORT": "Versailles (Seine-et-Oise)", "LAENGE": "002 E 08", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "29", "GEBZEIT": "03.30", "JUPITER": "4", "ELECTAGE": "48,0", "ELECTDAT": "09.01.1923", "GEBDATUM": "08.01.1875", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-149"}, "ids-in-source": {"g55": "01-149"}}, "raw": {"DAY": "8-1-1875", "HOUR": "3 h. 30", "NAME": "DELAMARE Gabriel", "PLACE": "Versailles (Seine-et-Oise)."}, "date": "2023-08-20T14:47:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25765	rimbault-arsene-1885-12-26	{"g55": "10-803"}	{"g55": "10-803"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arsene", "family": "Rimbault", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1885-12-26 21:00", "note": null, "place": {"c1": "", "c2": "89", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Sougéres", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Arsene", "family": "Rimbault", "nobility": ""}, "birth": {"date": "1885-12-26 21:00", "place": {"c1": "", "c2": "89", "c3": "", "cy": "FR", "name": "Sougéres"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-803"}}, "raw": {"DAY": "26-12-1885", "HOUR": "21 h.", "NAME": "RIMBAULT Arsene", "PLACE": "Sougéres (Yonne)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25766	rivalin-eugene-1863-09-10	{"g55": "10-804"}	{"g55": "10-804"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Rivalin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1863-09-10 03:00", "note": null, "place": {"c1": "", "c2": "56", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Grand-Champ", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Rivalin", "nobility": ""}, "birth": {"date": "1863-09-10 03:00", "place": {"c1": "", "c2": "56", "c3": "", "cy": "FR", "name": "Grand-Champ"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-804"}}, "raw": {"DAY": "10-9-1863", "HOUR": "3 h.", "NAME": "RIVALIN Eugène", "PLACE": "Grand-Champ (Morbihan)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25767	riviere-albert-1844-01-02	{"g55": "10-805"}	{"g55": "10-805"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Riviere", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1844-01-02 14:00", "note": null, "place": {"c1": "", "c2": "14", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Courseulles-sur-Mer", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Riviere", "nobility": ""}, "birth": {"date": "1844-01-02 14:00", "place": {"c1": "", "c2": "14", "c3": "", "cy": "FR", "name": "Courseulles-sur-Mer"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-805"}}, "raw": {"DAY": "2-1-1844", "HOUR": "14 h.", "NAME": "RIVIERE Albert", "PLACE": "Courseulles-sur-Mer (Calvados)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25768	robert-eugene-1854-01-20	{"g55": "10-806"}	{"g55": "10-806"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Robert", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1854-01-20 13:00", "note": null, "place": {"c1": "", "c2": "55", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Moirey", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Robert", "nobility": ""}, "birth": {"date": "1854-01-20 13:00", "place": {"c1": "", "c2": "55", "c3": "", "cy": "FR", "name": "Moirey"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-806"}}, "raw": {"DAY": "20-1-1854", "HOUR": "13 h.", "NAME": "ROBERT Eugène", "PLACE": "Moirey (Meuse)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2288	delezenne-camille-1868-10-06	{"a2": "201", "g55": "01-152", "afd5": "275"}	{"g55": "01-152", "lerrcp": "A2-201", "muller": "M5-275"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Camille", "family": "Delezenne", "spouse": [], "official": {"given": "Camille", "family": null}}	\N	{"lmt": null, "tzo": "+00:12:52", "date": "1868-10-06 22:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.21651, "lat": 50.53122, "name": "Genech", "geoid": 3016376}, "notime": null, "date-ut": "1868-10-06 21:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Delezenne"}, "birth": {"tzo": "+00:12:52", "date": "1868-10-06 22:00", "place": {"c2": "59", "cy": "FR", "lg": 3.21651, "lat": 50.53122, "name": "Genech", "geoid": 3016376}, "date-ut": "1868-10-06 21:47:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-201"}, "ids-in-sources": {"a2": "201"}}, "raw": {"H": "21", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "6", "LAT": "50N39", "LON": "3E 5", "MON": "10", "NUM": "201", "PRO": "S", "SEC": "40", "YEA": "1868", "CITY": "GENECH"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Delezenne", "official": {"given": "Camille"}}, "birth": {"date": "1868-10-06 22:00", "place": {"name": "Genech"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "275"}}, "raw": {"NR": "275", "GNR": "SA2201", "JU_": "0", "MA_": "0", "MO_": "2", "SA_": "0", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1868", "KORR": "", "MARS": "33", "MODE": "LMT", "MOND": "3", "NAME": "DELEZENNE (CAMILLE).", "AUFAB": "-7.10", "PHAS_": "82.700", "SONNE": "25", "VENUS": "29", "BREITE": "50 N 39", "GEBORT": "Genech (Nord)", "LAENGE": "003 E 05", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "22", "GEBZEIT": "22.00", "JUPITER": "7", "ELECTAGE": "44,2", "ELECTDAT": "03.12.1912", "GEBDATUM": "06.10.1868", "STBDATUM": "06.07.1932"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-152"}, "ids-in-source": {"g55": "01-152"}}, "raw": {"DAY": "6-10-1868", "HOUR": "22 h.", "NAME": "DELEZENNE Camille", "PLACE": "Genech (Nord)."}, "date": "2023-08-20T14:47:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2290	delorme-edmond-1847-08-02	{"a2": "203", "g55": "01-154", "afd5": "279"}	{"g55": "01-154", "lerrcp": "A2-203", "muller": "M5-279"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Edmond", "family": "Delorme", "spouse": [], "official": {"given": "Edmond", "family": null}}	\N	{"lmt": null, "tzo": "+00:25:59", "date": "1847-08-02 05:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.49383, "lat": 48.59273, "name": "Lunéville", "geoid": 2997110}, "notime": null, "date-ut": "1847-08-02 04:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Delorme"}, "birth": {"tzo": "+00:25:59", "date": "1847-08-02 05:00", "place": {"c2": "54", "cy": "FR", "lg": 6.49383, "lat": 48.59273, "name": "Lunéville", "geoid": 2997110}, "date-ut": "1847-08-02 04:35:12"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-203"}, "ids-in-sources": {"a2": "203"}}, "raw": {"H": "4", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "2", "LAT": "48N42", "LON": "6E12", "MON": "8", "NUM": "203", "PRO": "S", "SEC": "12", "YEA": "1847", "CITY": "LUNEVILLE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Delorme", "official": {"given": "Edmond"}}, "birth": {"date": "1847-08-02 05:00", "place": {"name": "Lunéville"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "279"}}, "raw": {"NR": "279", "GNR": "SA2203", "JU_": "1", "MA_": "2", "MO_": "2", "SA_": "1", "SO_": "2", "VE_": "1", "CODE": "4", "JAHR": "1847", "KORR": "", "MARS": "9", "MODE": "LMT", "MOND": "10", "NAME": "DELORME (EDMOND).", "AUFAB": "-10.30", "PHAS_": "67.900", "SONNE": "1", "VENUS": "31", "BREITE": "48 N 42", "GEBORT": "Lunéville (Meurthe-et-Moselle)", "LAENGE": "006 E 12", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "14", "GEBZEIT": "05.00", "JUPITER": "4", "ELECTAGE": "49,5", "ELECTDAT": "19.01.1897", "GEBDATUM": "02.08.1847", "STBDATUM": "25.01.1929"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-154"}, "ids-in-source": {"g55": "01-154"}}, "raw": {"DAY": "2-8-1847", "HOUR": "5 h.", "NAME": "DELORME Edmond", "PLACE": "Lunéville (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:47:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25769	robert-francois-1866-03-27	{"g55": "10-807"}	{"g55": "10-807"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Robert", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1866-03-27 09:00", "note": null, "place": {"c1": "", "c2": "43", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Fix-Saint-Georges", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "François", "family": "Robert", "nobility": ""}, "birth": {"date": "1866-03-27 09:00", "place": {"c1": "", "c2": "43", "c3": "", "cy": "FR", "name": "Fix-Saint-Georges"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-807"}}, "raw": {"DAY": "27-3-1866", "HOUR": "9 h.", "NAME": "ROBERT François", "PLACE": "Fix-Saint-Georges (Haute-Loire)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25770	roquetaillade-rene-1852-03-24	{"g55": "10-808"}	{"g55": "10-808"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Roquetaillade", "spouse": [], "nobility": "de", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1852-03-24 15:00", "note": null, "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Roquetaillade", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "René", "family": "Roquetaillade", "nobility": "de"}, "birth": {"date": "1852-03-24 15:00", "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "name": "Roquetaillade"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-808"}}, "raw": {"DAY": "24-3-1852", "HOUR": "15 h.", "NAME": "ROQUETAILLADE (de) René", "PLACE": "Roquetaillade (Aveyron)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25771	rouault-francois-1874-05-18	{"g55": "10-809"}	{"g55": "10-809"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Rouault", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1874-05-18 04:00", "note": null, "place": {"c1": "", "c2": "22", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Langrolay", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "François", "family": "Rouault", "nobility": ""}, "birth": {"date": "1874-05-18 04:00", "place": {"c1": "", "c2": "22", "c3": "", "cy": "FR", "name": "Langrolay"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-809"}}, "raw": {"DAY": "18-5-1874", "HOUR": "4 h.", "NAME": "ROUAULT François", "PLACE": "Langrolay (Côtes-du-Nord)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2295	denonvilliers-charles-1808-02-04	{"a2": "208", "afd5": "285"}	{"lerrcp": "A2-208", "muller": "M5-285"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles", "family": "Denonvilliers", "spouse": [], "official": {"given": "Charles Pierre", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1808-02-04 08:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1808-02-04 08:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Denonvilliers"}, "birth": {"tzo": "+00:09:24", "date": "1808-02-04 08:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1808-02-04 08:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-208"}, "ids-in-sources": {"a2": "208"}}, "raw": {"H": "8", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "4", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "208", "PRO": "S", "SEC": "40", "YEA": "1808", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Denonvilliers", "official": {"given": "Charles Pierre"}}, "birth": {"date": "1808-02-04 08:30", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "285"}}, "raw": {"NR": "285", "GNR": "SA2208", "JU_": "2", "MA_": "2", "MO_": "0", "SA_": "1", "SO_": "2", "VE_": "0", "CODE": "4", "JAHR": "1808", "KORR": "", "MARS": "1", "MODE": "LMT", "MOND": "33", "NAME": "DENONVILLIERS (CHARLES PIERRE).", "AUFAB": "9.10", "PHAS_": "42.700", "SONNE": "2", "VENUS": "8", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "13", "GEBZEIT": "08.30", "JUPITER": "2", "ELECTAGE": "51,2", "ELECTDAT": "19.04.1859", "GEBDATUM": "04.02.1808", "STBDATUM": "05.07.1872"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2293	demons-jean-1842-09-12	{"a2": "206", "g55": "01-156", "afd5": "283"}	{"g55": "01-156", "lerrcp": "A2-206", "muller": "M5-283"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Demons", "spouse": [], "official": {"given": "Jean Octave Albert", "family": null}}	\N	{"lmt": null, "tzo": "-00:02:16", "date": "1842-09-12 14:15", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Saint-Ciers", "geoid": 0}, "notime": null, "date-ut": "1842-09-12 14:12:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Demons"}, "birth": {"tzo": "-00:02:16", "date": "1842-09-12 14:10", "place": {"c2": "33", "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Saint-Ciers", "geoid": 0}, "date-ut": "1842-09-12 14:12:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-206"}, "ids-in-sources": {"a2": "206"}}, "raw": {"H": "14", "MN": "12", "TZ": "0", "COD": "33", "COU": "F", "DAY": "12", "LAT": "44N50", "LON": "0W34", "MON": "9", "NUM": "206", "PRO": "S", "SEC": "36", "YEA": "1842", "CITY": "ST-CIERS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Demons", "official": {"given": "Jean Octave Albert"}}, "birth": {"date": "1842-09-12 14:15", "place": {"name": "Saint-Ciers-de-Canesse"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "283"}}, "raw": {"NR": "283", "GNR": "SA2206", "JU_": "1", "MA_": "1", "MO_": "2", "SA_": "2", "SO_": "1", "VE_": "2", "CODE": "3", "JAHR": "1842", "KORR": "", "MARS": "14", "MODE": "LMT", "MOND": "36", "NAME": "DEMONS (JEAN OCTAVE ALBERT).", "AUFAB": "10.50", "PHAS_": "53.600", "SONNE": "13", "VENUS": "9", "BREITE": "44 N 50", "GEBORT": "Saint-Ciers-de-Canesse (Gironde)", "LAENGE": "000 W 34", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "36", "GEBZEIT": "14.15", "JUPITER": "35", "ELECTAGE": "49,7", "ELECTDAT": "17.05.1892", "GEBDATUM": "12.09.1842", "STBDATUM": "07.06.1920"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Ciers"}}, "partial-ids": {"g55": "01-156"}, "ids-in-source": {"g55": "01-156"}}, "raw": {"DAY": "12-9-1842", "HOUR": "14 h. 15", "NAME": "DEMONS Jean", "PLACE": "Saint-Ciers (Gironde)."}, "date": "2023-08-20T14:47:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25772	rouede-eugene-1877-01-18	{"g55": "10-810"}	{"g55": "10-810"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Rouede", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1877-01-18 02:00", "note": null, "place": {"c1": "", "c2": "65", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Sarrancolin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Rouede", "nobility": ""}, "birth": {"date": "1877-01-18 02:00", "place": {"c1": "", "c2": "65", "c3": "", "cy": "FR", "name": "Sarrancolin"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-810"}}, "raw": {"DAY": "18-1-1877", "HOUR": "2 h.", "NAME": "ROUEDE Eugène", "PLACE": "Sarrancolin (Hautes-Pyrénées)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25773	rouge-emile-1847-10-28	{"g55": "10-811"}	{"g55": "10-811"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Rouge", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1847-10-28 10:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Salvagnac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Rouge", "nobility": ""}, "birth": {"date": "1847-10-28 10:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Salvagnac"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-811"}}, "raw": {"DAY": "28-10-1847", "HOUR": "10 h.", "NAME": "ROUGE Emile", "PLACE": "Salvagnac (Tarn)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2299	desbouis-guy-1883-08-07	{"a2": "212", "g55": "01-161", "afd5": "291"}	{"g55": "01-161", "lerrcp": "A2-212", "muller": "M5-291"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Guy", "family": "Desbouis", "spouse": [], "official": {"given": "François Marie Jules Guy", "family": null}}	\N	{"lmt": null, "tzo": "+00:14:15", "date": "1883-08-07 06:30", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 3.56159, "lat": 48.73232, "name": "Esternay", "geoid": 3019549}, "notime": null, "date-ut": "1883-08-07 06:12:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Desbouis"}, "birth": {"tzo": "+00:14:15", "date": "1883-08-07 06:26:47", "place": {"c2": "51", "cy": "FR", "lg": 3.56159, "lat": 48.73232, "name": "Esternay", "geoid": 3019549}, "date-ut": "1883-08-07 06:12:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-212"}, "ids-in-sources": {"a2": "212"}}, "raw": {"H": "6", "MN": "12", "TZ": "0", "COD": "51", "COU": "F", "DAY": "7", "LAT": "48N57", "LON": "4E22", "MON": "8", "NUM": "212", "PRO": "S", "SEC": "32", "YEA": "1883", "CITY": "ESTERNAY"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Desbouis", "official": {"given": "François Marie Jules Guy"}}, "birth": {"date": "1883-08-07 06:30", "place": {"name": "Esternay"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "291"}}, "raw": {"NR": "291", "GNR": "SA2212", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "0", "SO_": "2", "VE_": "1", "CODE": "3", "JAHR": "1883", "KORR": "", "MARS": "8", "MODE": "LMT", "MOND": "32", "NAME": "DESBOUIS (FRANÇOIS MARIE JULES GUY).", "AUFAB": "6.30", "PHAS_": "15.200", "SONNE": "3", "VENUS": "4", "BREITE": "48 N 57", "GEBORT": "Esternay (Marne)", "LAENGE": "004 E 22", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "8", "GEBZEIT": "06.30", "JUPITER": "5", "ELECTAGE": "55,9", "ELECTDAT": "20.06.1939", "GEBDATUM": "07.08.1883", "STBDATUM": "09.07.1944"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-161"}, "ids-in-source": {"g55": "01-161"}}, "raw": {"DAY": "7-8-1883", "HOUR": "6 h. 30", "NAME": "DESBOUIS Guy", "PLACE": "Esternay (Marne)."}, "date": "2023-08-20T14:47:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25774	roure-marius-1874-10-22	{"g55": "10-812"}	{"g55": "10-812"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marius", "family": "Roure", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1874-10-22 04:00", "note": null, "place": {"c1": "", "c2": "07", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Montpezat", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Marius", "family": "Roure", "nobility": ""}, "birth": {"date": "1874-10-22 04:00", "place": {"c1": "", "c2": "07", "c3": "", "cy": "FR", "name": "Montpezat"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-812"}}, "raw": {"DAY": "22-10-1874", "HOUR": "4 h.", "NAME": "ROURE Marius", "PLACE": "Montpezat (Ardèche)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25775	rousselot-pierre-1846-10-14	{"g55": "10-813"}	{"g55": "10-813"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Rousselot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1846-10-14 04:00", "note": null, "place": {"c1": "", "c2": "16", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Claude-sur-le-Son", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Rousselot", "nobility": ""}, "birth": {"date": "1846-10-14 04:00", "place": {"c1": "", "c2": "16", "c3": "", "cy": "FR", "name": "Saint-Claude-sur-le-Son"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-813"}}, "raw": {"DAY": "14-10-1846", "HOUR": "4 h.", "NAME": "ROUSSELOT Pierre", "PLACE": "Saint-Claude-sur-le-Son (Char.)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2297	depaul-jean-1811-07-26	{"a2": "210", "g55": "01-159", "afd5": "287"}	{"g55": "01-159", "lerrcp": "A2-210", "muller": "M5-287"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Depaul", "spouse": [], "official": {"given": "Jean Anne Henri", "family": null}}	\N	{"lmt": null, "tzo": "-00:01:03", "date": "1811-07-26 01:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.26266, "lat": 43.34452, "name": "Morlaas", "geoid": 2991775}, "notime": null, "date-ut": "1811-07-26 01:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Depaul"}, "birth": {"tzo": "-00:01:03", "date": "1811-07-26 01:00", "place": {"c2": "64", "cy": "FR", "lg": -0.26266, "lat": 43.34452, "name": "Morlaàs", "geoid": 2991775}, "date-ut": "1811-07-26 01:01:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-210"}, "ids-in-sources": {"a2": "210"}}, "raw": {"H": "1", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "26", "LAT": "43N18", "LON": "0W22", "MON": "7", "NUM": "210", "PRO": "S", "SEC": "28", "YEA": "1811", "CITY": "MORLAAS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Depaul", "official": {"given": "Jean Anne Henri"}}, "birth": {"date": "1811-07-26 01:00", "place": {"name": "Morlaas"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "287"}}, "raw": {"NR": "287", "GNR": "SA2210", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1811", "KORR": "", "MARS": "20", "MODE": "LMT", "MOND": "23", "NAME": "DEPAUL (JEAN ANNE HENRI).", "AUFAB": "7.80", "PHAS_": "25.500", "SONNE": "29", "VENUS": "32", "BREITE": "43 N 18", "GEBORT": "Morlaas (Basses-Pyrénées)", "LAENGE": "000 W 22", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "17", "GEBZEIT": "01.00", "JUPITER": "35", "ELECTAGE": "40,8", "ELECTDAT": "20.04.1852", "GEBDATUM": "26.07.1811", "STBDATUM": "22.10.1883"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-159"}, "ids-in-source": {"g55": "01-159"}}, "raw": {"DAY": "26-7-1811", "HOUR": "1 h.", "NAME": "DEPAUL Jean", "PLACE": "Morlaas (Basses-Pyrénées)."}, "date": "2023-08-20T14:47:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2300	desgranges-antoine-1819-09-16	{"a2": "213", "g55": "01-162", "afd5": "293"}	{"g55": "01-162", "lerrcp": "A2-213", "muller": "M5-293"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Antoine", "family": "Desgranges", "spouse": [], "official": {"given": "Antoine Joseph", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:20", "date": "1819-09-16 23:30", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Loire", "geoid": 0}, "notime": null, "date-ut": "1819-09-16 23:10:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Desgranges"}, "birth": {"tzo": "+00:19:20", "date": "1819-09-16 23:30", "place": {"c2": "69", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Loire", "geoid": 0}, "date-ut": "1819-09-16 23:10:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-213"}, "ids-in-sources": {"a2": "213"}}, "raw": {"H": "23", "MN": "10", "TZ": "0", "COD": "69", "COU": "F", "DAY": "16", "LAT": "45N46", "LON": "4E50", "MON": "9", "NUM": "213", "PRO": "S", "SEC": "40", "YEA": "1819", "CITY": "LOIRE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Desgranges", "official": {"given": "Antoine Joseph"}}, "birth": {"date": "1819-09-16 23:30", "place": {"name": "Loire"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "293"}}, "raw": {"NR": "293", "GNR": "SA2213", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1819", "KORR": "", "MARS": "1", "MODE": "LMT", "MOND": "30", "NAME": "DESGRANGES (ANTOINE JOSEPH).", "AUFAB": "-6.70", "PHAS_": "11.400", "SONNE": "27", "VENUS": "27", "BREITE": "45 N 46", "GEBORT": "Loire (Rhône)", "LAENGE": "004 E 50", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "8", "GEBZEIT": "23.30", "JUPITER": "14", "ELECTAGE": "61,7", "ELECTDAT": "31.05.1881", "GEBDATUM": "16.09.1819", "STBDATUM": "01.08.1896"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Loire"}}, "partial-ids": {"g55": "01-162"}, "ids-in-source": {"g55": "01-162"}}, "raw": {"DAY": "16-9-1819", "HOUR": "23 h. 30", "NAME": "DESGRANGES Antoine", "PLACE": "Loire (Rhône)."}, "date": "2023-08-20T14:47:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25776	roux-albert-1856-07-25	{"g55": "10-814"}	{"g55": "10-814"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Roux", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1856-07-25 05:00", "note": null, "place": {"c1": "", "c2": "17", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Rochefort-sur-Mer", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Roux", "nobility": ""}, "birth": {"date": "1856-07-25 05:00", "place": {"c1": "", "c2": "17", "c3": "", "cy": "FR", "name": "Rochefort-sur-Mer"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-814"}}, "raw": {"DAY": "25-7-1856", "HOUR": "5 h.", "NAME": "ROUX Albert", "PLACE": "Rochefort-sur-Mer (Charente-Maritime)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25777	roy-le-armand-1850-03-05	{"g55": "10-815"}	{"g55": "10-815"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(le) Armand", "family": "Roy", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1850-03-05 21:00", "note": null, "place": {"c1": "", "c2": "14", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Pierre-de-Mailloc", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "(le) Armand", "family": "Roy", "nobility": ""}, "birth": {"date": "1850-03-05 21:00", "place": {"c1": "", "c2": "14", "c3": "", "cy": "FR", "name": "Saint-Pierre-de-Mailloc"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-815"}}, "raw": {"DAY": "5-3-1850", "HOUR": "21 h.", "NAME": "ROY (le) Armand", "PLACE": "Saint-Pierre-de-Mailloc (Calvados)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2304	gauquelin-a2-217-1798-02-15	{"a2": "217"}	{"lerrcp": "A2-217"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A2-217", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1798-02-15 00:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1798-02-14 23:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A2-217"}, "birth": {"tzo": "+00:09:24", "date": "1798-02-15 00:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1798-02-14 23:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-217"}, "ids-in-sources": {"a2": "217"}}, "raw": {"H": "23", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "14", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "217", "PRO": "S", "SEC": "40", "YEA": "1798", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
2305	devilliers-charles-1812-06-22	{"a2": "218"}	{"lerrcp": "A2-218"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Devilliers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1812-06-22 02:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1812-06-22 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Devilliers"}, "birth": {"tzo": "+00:09:24", "date": "1812-06-22 02:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1812-06-22 01:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-218"}, "ids-in-sources": {"a2": "218"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "22", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "218", "PRO": "S", "SEC": "40", "YEA": "1812", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
25778	rue-louis-1884-08-08	{"g55": "10-816"}	{"g55": "10-816"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Rue", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1884-08-08 14:00", "note": null, "place": {"c1": "", "c2": "92", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Montrouge", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Rue", "nobility": ""}, "birth": {"date": "1884-08-08 14:00", "place": {"c1": "", "c2": "92", "c3": "", "cy": "FR", "name": "Montrouge"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-816"}}, "raw": {"DAY": "8-8-1884", "HOUR": "14 h.", "NAME": "RUE Louis", "PLACE": "Montrouge (Seine)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2303	deve-felix-1872-11-10	{"a2": "216", "g55": "01-165", "afd5": "297"}	{"g55": "01-165", "lerrcp": "A2-216", "muller": "M5-297"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Félix", "family": "Devé", "spouse": [], "official": {"given": "Félix Augustin", "family": null}}	\N	{"lmt": null, "tzo": "+00:08:20", "date": "1872-11-10 15:30", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Beauvais", "geoid": 3034006}, "notime": null, "date-ut": "1872-11-10 15:21:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Deve"}, "birth": {"tzo": "+00:08:20", "date": "1872-11-10 15:30", "place": {"c2": "60", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Beauvais", "geoid": 3034006}, "date-ut": "1872-11-10 15:21:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-216"}, "ids-in-sources": {"a2": "216"}}, "raw": {"H": "15", "MN": "21", "TZ": "0", "COD": "60", "COU": "F", "DAY": "10", "LAT": "49N26", "LON": "2E 5", "MON": "11", "NUM": "216", "PRO": "S", "SEC": "40", "YEA": "1872", "CITY": "BEAUVAIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Devé", "official": {"given": "Félix Augustin"}}, "birth": {"date": "1872-11-10 15:30", "place": {"name": "Beauvais"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "297"}}, "raw": {"NR": "297", "GNR": "SA2216", "JU_": "0", "MA_": "1", "MO_": "2", "SA_": "2", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1872", "KORR": "", "MARS": "20", "MODE": "LMT", "MOND": "2", "NAME": "DEVÉ (FÉLIX AUGUSTIN).", "AUFAB": "10.80", "PHAS_": "70.500", "SONNE": "17", "VENUS": "13", "BREITE": "49 N 26", "GEBORT": "Beauvais (Oise)", "LAENGE": "002 E 05", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "9", "GEBZEIT": "15.30", "JUPITER": "22", "ELECTAGE": "47,4", "ELECTDAT": "09.03.1920", "GEBDATUM": "10.11.1872", "STBDATUM": "01.09.1951"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-165"}, "ids-in-source": {"g55": "01-165"}}, "raw": {"DAY": "10-11-1872", "HOUR": "15 h. 30", "NAME": "DEVÉ Félix", "PLACE": "Beauvais (Oise)."}, "date": "2023-08-20T14:47:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25779	runner-eugene-1851-08-05	{"g55": "10-817"}	{"g55": "10-817"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Runner", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1851-08-05 01:00", "note": null, "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Pfaffenheim", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Runner", "nobility": ""}, "birth": {"date": "1851-08-05 01:00", "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "name": "Pfaffenheim"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-817"}}, "raw": {"DAY": "5-8-1851", "HOUR": "1 h.", "NAME": "RUNNER Eugène", "PLACE": "Pfaffenheim (Haut-Rhin)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25780	rustain-antoine-1866-02-13	{"g55": "10-818"}	{"g55": "10-818"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Rustain", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1866-02-13 00:00", "note": null, "place": {"c1": "", "c2": "63", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Arlanc", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Rustain", "nobility": ""}, "birth": {"date": "1866-02-13 00:00", "place": {"c1": "", "c2": "63", "c3": "", "cy": "FR", "name": "Arlanc"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-818"}}, "raw": {"DAY": "13-2-1866", "HOUR": "0 h.", "NAME": "RUSTAIN Antoine", "PLACE": "Arlanc (Puy-de-Dôme)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2310	doleris-amedee-1852-12-22	{"a2": "223", "g55": "01-169", "afd5": "303"}	{"g55": "01-169", "lerrcp": "A2-223", "muller": "M5-303"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Amédée", "family": "Doléris", "spouse": [], "official": {"given": "Jacques Amédée", "family": null}}	\N	{"lmt": null, "tzo": "-00:00:26", "date": "1852-12-22 01:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.1103, "lat": 43.45019, "name": "Lembeye", "geoid": 3003493}, "notime": null, "date-ut": "1852-12-22 01:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Amédée", "family": "Doleris"}, "birth": {"tzo": "-00:00:26", "date": "1852-12-22 01:00", "place": {"c2": "64", "cy": "FR", "lg": -0.1103, "lat": 43.45019, "name": "Lembeye", "geoid": 3003493}, "date-ut": "1852-12-22 01:01:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-223"}, "ids-in-sources": {"a2": "223"}}, "raw": {"H": "1", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "22", "LAT": "43N18", "LON": "0W22", "MON": "12", "NUM": "223", "PRO": "S", "SEC": "28", "YEA": "1852", "CITY": "LEMBEYE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Doléris", "official": {"given": "Jacques Amédée"}}, "birth": {"date": "1852-12-22 01:00", "place": {"name": "Lembeye"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "303"}}, "raw": {"NR": "303", "GNR": "SA2223", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "4", "JAHR": "1852", "KORR": "", "MARS": "28", "MODE": "LMT", "MOND": "15", "NAME": "DOLÉRIS (JACQUES AMÉDÉE).", "AUFAB": "7.80", "PHAS_": "82.000", "SONNE": "29", "VENUS": "32", "BREITE": "43 N 18", "GEBORT": "Lembeye (Basses-Pyrénées)", "LAENGE": "000 W 22", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "15", "GEBZEIT": "01.00", "JUPITER": "31", "ELECTAGE": "53,0", "ELECTDAT": "05.12.1905", "GEBDATUM": "22.12.1852", "STBDATUM": "19.01.1938"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-169"}, "ids-in-source": {"g55": "01-169"}}, "raw": {"DAY": "22-12-1852", "HOUR": "1 h.", "NAME": "DOLERIS Amédée", "PLACE": "Lembeye (Basses-Pyrénées)."}, "date": "2023-08-20T14:47:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25781	sabatier-claude-1847-05-14	{"g55": "10-819"}	{"g55": "10-819"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Sabatier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1847-05-14 21:00", "note": null, "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Rodez", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Sabatier", "nobility": ""}, "birth": {"date": "1847-05-14 21:00", "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "name": "Rodez"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-819"}}, "raw": {"DAY": "14-5-1847", "HOUR": "21 h.", "NAME": "SABATIER Claude", "PLACE": "Rodez (Aveyron)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25782	sagnes-leon-1861-01-05	{"g55": "10-820"}	{"g55": "10-820"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Sagnes", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1861-01-05 01:00", "note": null, "place": {"c1": "", "c2": "46", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Béduer", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Sagnes", "nobility": ""}, "birth": {"date": "1861-01-05 01:00", "place": {"c1": "", "c2": "46", "c3": "", "cy": "FR", "name": "Béduer"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-820"}}, "raw": {"DAY": "5-1-1861", "HOUR": "1 h.", "NAME": "SAGNES Léon", "PLACE": "Béduer (Lot)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2308	diday-paul-1812-01-02	{"a2": "221", "g55": "01-167", "afd5": "300"}	{"g55": "01-167", "lerrcp": "A2-221", "muller": "M5-300"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul", "family": "Diday", "spouse": [], "official": {"given": "Charles Joseph Paul Edouard", "family": null}}	\N	{"lmt": null, "tzo": "+00:20:54", "date": "1812-01-02 17:30", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 5.2258, "lat": 46.20574, "name": "Bourg", "geoid": 3031009}, "notime": null, "date-ut": "1812-01-02 17:09:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Diday"}, "birth": {"tzo": "+00:20:54", "date": "1812-01-02 17:30", "place": {"c2": "01", "cy": "FR", "lg": 5.2258, "lat": 46.20574, "name": "Bourg-en-Bresse", "geoid": 3031009}, "date-ut": "1812-01-02 17:09:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-221"}, "ids-in-sources": {"a2": "221"}}, "raw": {"H": "17", "MN": "9", "TZ": "0", "COD": "01", "COU": "F", "DAY": "2", "LAT": "46N12", "LON": "5E13", "MON": "1", "NUM": "221", "PRO": "S", "SEC": "8", "YEA": "1812", "CITY": "BOURG-EN-BRESSE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Diday", "official": {"given": "Charles Joseph Paul Edouard"}}, "birth": {"date": "1812-01-02 17:30", "place": {"name": "Bourg"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "300"}}, "raw": {"NR": "300", "GNR": "SA2221", "JU_": "2", "MA_": "2", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1812", "KORR": "", "MARS": "12", "MODE": "LMT", "MOND": "32", "NAME": "DIDAY (CHARLES JOSEPH PAUL EDOUARD).", "AUFAB": "-5.20", "PHAS_": "89.800", "SONNE": "20", "VENUS": "18", "BREITE": "46 N 12", "GEBORT": "Bourg (Ain)", "LAENGE": "005 E 13", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "21", "GEBZEIT": "17.30", "JUPITER": "3", "ELECTAGE": "74,5", "ELECTDAT": "15.06.1886", "GEBDATUM": "02.01.1812", "STBDATUM": "08.06.1894"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-167"}, "ids-in-source": {"g55": "01-167"}}, "raw": {"DAY": "2-1-1812", "HOUR": "17 h. 30", "NAME": "DIDAY Paul", "PLACE": "Bourg (Ain)."}, "date": "2023-08-20T14:47:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2309	dieulafoy-georges-1839-11-18	{"a2": "222", "g55": "01-168", "afd5": "301"}	{"g55": "01-168", "lerrcp": "A2-222", "muller": "M5-301"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Georges", "family": "Dieulafoy", "spouse": [], "official": {"given": "Georges", "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1839-11-18 15:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1839-11-18 14:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Dieulafoy"}, "birth": {"tzo": "+00:05:46", "date": "1839-11-18 15:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1839-11-18 14:54:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-222"}, "ids-in-sources": {"a2": "222"}}, "raw": {"H": "14", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "18", "LAT": "43N37", "LON": "1E26", "MON": "11", "NUM": "222", "PRO": "S", "SEC": "16", "YEA": "1839", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Dieulafoy", "official": {"given": "Georges"}}, "birth": {"date": "1839-11-18 15:00", "place": {"name": "Toulouse"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "301"}}, "raw": {"NR": "301", "GNR": "SA2222", "JU_": "0", "MA_": "2", "MO_": "2", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1839", "KORR": "", "MARS": "10", "MODE": "LMT", "MOND": "1", "NAME": "DIEULAFOY (GEORGES).", "AUFAB": "8.90", "PHAS_": "86.200", "SONNE": "16", "VENUS": "19", "BREITE": "43 N 37", "GEBORT": "Toulouse (Haute-Garonne)", "LAENGE": "001 E 26", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "14", "GEBZEIT": "15.00", "JUPITER": "17", "ELECTAGE": "51,1", "ELECTDAT": "09.12.1890", "GEBDATUM": "18.11.1839", "STBDATUM": "16.08.1911"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-168"}, "ids-in-source": {"g55": "01-168"}}, "raw": {"DAY": "18-11-1839", "HOUR": "15 h.", "NAME": "DIEULAFOY Georges", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:47:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25783	saint-jean-victor-1859-11-01	{"g55": "10-821"}	{"g55": "10-821"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Saint-jean", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1859-11-01 01:00", "note": null, "place": {"c1": "", "c2": "48", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Chateauneuf-de-Randon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Saint-jean", "nobility": ""}, "birth": {"date": "1859-11-01 01:00", "place": {"c1": "", "c2": "48", "c3": "", "cy": "FR", "name": "Chateauneuf-de-Randon"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-821"}}, "raw": {"DAY": "1-11-1859", "HOUR": "1 h.", "NAME": "SAINT-JEAN Victor", "PLACE": "Chateauneuf-de-Randon (Lozère)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25784	salat-antoine-1855-10-14	{"g55": "10-822"}	{"g55": "10-822"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Salat", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1855-10-14 14:00", "note": null, "place": {"c1": "", "c2": "15", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Brézons", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Salat", "nobility": ""}, "birth": {"date": "1855-10-14 14:00", "place": {"c1": "", "c2": "15", "c3": "", "cy": "FR", "name": "Brézons"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-822"}}, "raw": {"DAY": "14-10-1855", "HOUR": "14 h.", "NAME": "SALAT Antoine", "PLACE": "Brézons (Cantal)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25785	salivet-de-fouchecourt-fr-1870-04-11	{"g55": "10-823"}	{"g55": "10-823"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "de FOUCHECOURT Fr.", "family": "Salivet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1870-04-11 21:30", "note": null, "place": {"c1": "", "c2": "48", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Mende", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "de FOUCHECOURT Fr.", "family": "Salivet", "nobility": ""}, "birth": {"date": "1870-04-11 21:30", "place": {"c1": "", "c2": "48", "c3": "", "cy": "FR", "name": "Mende"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-823"}}, "raw": {"DAY": "11-4-1870", "HOUR": "21 h. 30", "NAME": "\\fSALIVET de FOUCHECOURT Fr.", "PLACE": "Mende (Lozère)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25786	salmon-francois-1846-06-18	{"g55": "10-824"}	{"g55": "10-824"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Salmon", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1846-06-18 16:00", "note": null, "place": {"c1": "", "c2": "55", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Dieu", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "François", "family": "Salmon", "nobility": ""}, "birth": {"date": "1846-06-18 16:00", "place": {"c1": "", "c2": "55", "c3": "", "cy": "FR", "name": "Dieu"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-824"}}, "raw": {"DAY": "18-6-1846", "HOUR": "16 h.", "NAME": "SALMON François", "PLACE": "Dieu (Meuse)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2313	doumer-jean-1858-06-10	{"a2": "226", "g55": "01-171", "afd5": "309"}	{"g55": "01-171", "lerrcp": "A2-226", "muller": "M5-309"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Doumer", "spouse": [], "official": {"given": "Jean Marie Emmanuel", "family": null}}	\N	{"lmt": null, "tzo": "+00:04:17", "date": "1858-06-10 23:00", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 1.07086, "lat": 45.13739, "name": "Thenon", "geoid": 2972947}, "notime": null, "date-ut": "1858-06-10 21:57:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Doumer"}, "birth": {"tzo": "+00:04:17", "date": "1858-06-10 22:00", "place": {"c2": "24", "cy": "FR", "lg": 1.07086, "lat": 45.13739, "name": "Thenon", "geoid": 2972947}, "date-ut": "1858-06-10 21:57:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-226"}, "ids-in-sources": {"a2": "226"}}, "raw": {"H": "21", "MN": "57", "TZ": "0", "COD": "24", "COU": "F", "DAY": "10", "LAT": "45N11", "LON": "0E44", "MON": "6", "NUM": "226", "PRO": "S", "SEC": "4", "YEA": "1858", "CITY": "THENON"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Doumer", "official": {"given": "Jean Marie Emmanuel"}}, "birth": {"date": "1858-06-10 23:00", "place": {"name": "Thenon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "309"}}, "raw": {"NR": "309", "GNR": "SA2226", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "2", "JAHR": "1858", "KORR": "", "MARS": "12", "MODE": "LMT", "MOND": "27", "NAME": "DOUMER (JEAN MARIE EMMANUEL).", "AUFAB": "-6.00", "PHAS_": "4.200", "SONNE": "25", "VENUS": "21", "BREITE": "45 N 11", "GEBORT": "Thenon (Dordogne)", "LAENGE": "000 E 44", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ-d", "SATURN": "20", "GEBZEIT": "23.00", "JUPITER": "28", "ELECTAGE": "61,4", "ELECTDAT": "21.10.1919", "GEBDATUM": "10.06.1858", "STBDATUM": "03.10.1932"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-171"}, "ids-in-source": {"g55": "01-171"}}, "raw": {"DAY": "10-6-1858", "HOUR": "22 h.", "NAME": "DOUMER Jean", "PLACE": "Thenon (Dordogne)."}, "date": "2023-08-20T14:47:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2315	doyon-maurice-1863-07-28	{"a2": "228", "g55": "01-173", "afd5": "311"}	{"g55": "01-173", "lerrcp": "A2-228", "muller": "M5-311"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Maurice", "family": "Doyon", "spouse": [], "official": {"given": "Frédéric Adolphe Adrien Maurice", "family": null}}	\N	{"lmt": null, "tzo": "+00:22:52", "date": "1863-07-28 21:30", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Uriage", "geoid": 0}, "notime": null, "date-ut": "1863-07-28 13:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Doyon"}, "birth": {"tzo": "+00:22:52", "date": "1863-07-28 14:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Uriage", "geoid": 0}, "date-ut": "1863-07-28 13:37:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-228"}, "ids-in-sources": {"a2": "228"}}, "raw": {"H": "13", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "28", "LAT": "45N11", "LON": "5E43", "MON": "7", "NUM": "228", "PRO": "S", "SEC": "8", "YEA": "1863", "CITY": "URIAGE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Doyon", "official": {"given": "Frédéric Adolphe Adrien Maurice"}}, "birth": {"date": "1863-07-28 21:30", "place": {"name": "Uriage"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "311"}}, "raw": {"NR": "311", "GNR": "SA2228", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "2", "JAHR": "1863", "KORR": "", "MARS": "20", "MODE": "LMT", "MOND": "8", "NAME": "DOYON (FRÉDÉRIC ADOLPHE ADRIEN MAURICE).", "AUFAB": "8.20", "PHAS_": "90.300", "SONNE": "22", "VENUS": "19", "BREITE": "45 N 11", "GEBORT": "Uriage (Isère)", "LAENGE": "005 E 43", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ-d", "SATURN": "18", "GEBZEIT": "21.30", "JUPITER": "17", "ELECTAGE": "61,6", "ELECTDAT": "03.03.1925", "GEBDATUM": "28.07.1863", "STBDATUM": "02.07.1934"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Uriage"}}, "partial-ids": {"g55": "01-173"}, "ids-in-source": {"g55": "01-173"}}, "raw": {"DAY": "28-7-1863", "HOUR": "14 h.", "NAME": "DOYON Maurice", "PLACE": "Uriage (Isère)."}, "date": "2023-08-20T14:47:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25787	sauveplane-jules-1862-02-22	{"g55": "10-825"}	{"g55": "10-825"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Sauveplane", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1862-02-22 11:00", "note": null, "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Nant", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Sauveplane", "nobility": ""}, "birth": {"date": "1862-02-22 11:00", "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "name": "Nant"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-825"}}, "raw": {"DAY": "22-2-1862", "HOUR": "11 h.", "NAME": "SAUVEPLANE Jules", "PLACE": "Nant (Aveyron)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25788	schauffler-aime-1863-11-02	{"g55": "10-826"}	{"g55": "10-826"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aimé", "family": "Schauffler", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1863-11-02 13:00", "note": null, "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Sarrebourg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Aimé", "family": "Schauffler", "nobility": ""}, "birth": {"date": "1863-11-02 13:00", "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "name": "Sarrebourg"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-826"}}, "raw": {"DAY": "2-11-1863", "HOUR": "13 h.", "NAME": "SCHAUFFLER Aimé", "PLACE": "Sarrebourg (Moselle)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25789	schlosser-francois-1837-07-03	{"g55": "10-827"}	{"g55": "10-827"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Schlosser", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1837-07-03 09:00", "note": null, "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Talange", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "François", "family": "Schlosser", "nobility": ""}, "birth": {"date": "1837-07-03 09:00", "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "name": "Talange"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-827"}}, "raw": {"DAY": "3-7-1837", "HOUR": "9 h.", "NAME": "SCHLOSSER François", "PLACE": "Talange (Moselle)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25790	schmitt-jacques-1856-02-09	{"g55": "10-828"}	{"g55": "10-828"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Schmitt", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1856-02-09 06:00", "note": null, "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Oberseebach", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Schmitt", "nobility": ""}, "birth": {"date": "1856-02-09 06:00", "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "name": "Oberseebach"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-828"}}, "raw": {"DAY": "9-2-1856", "HOUR": "6 h.", "NAME": "SCHMITT Jacques", "PLACE": "Oberseebach (Bas-Rhin)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2317	dubar-louis-1851-10-01	{"a2": "230", "g55": "01-175", "afd5": "314"}	{"g55": "01-175", "lerrcp": "A2-230", "muller": "M5-314"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Dubar", "spouse": [], "official": {"given": "Louis Eugène Emile", "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1851-10-01 16:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1851-10-01 15:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Dubar"}, "birth": {"tzo": "+00:12:14", "date": "1851-10-01 16:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1851-10-01 15:47:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-230"}, "ids-in-sources": {"a2": "230"}}, "raw": {"H": "15", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "1", "LAT": "50N39", "LON": "3E 5", "MON": "10", "NUM": "230", "PRO": "S", "SEC": "40", "YEA": "1851", "CITY": "LILLE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Dubar", "official": {"given": "Louis Eugène Emile"}}, "birth": {"date": "1851-10-01 16:00", "place": {"name": "Lille"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "314"}}, "raw": {"NR": "314", "GNR": "SA2230", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1851", "KORR": "", "MARS": "21", "MODE": "LMT", "MOND": "6", "NAME": "DUBAR (LOUIS EUGENE EMILE).", "AUFAB": "10.10", "PHAS_": "38.800", "SONNE": "16", "VENUS": "16", "BREITE": "50 N 39", "GEBORT": "Lille (Nord)", "LAENGE": "003 E 05", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "32", "GEBZEIT": "16.00", "JUPITER": "15", "ELECTAGE": "40,7", "ELECTDAT": "17.05.1892", "GEBDATUM": "01.10.1851", "STBDATUM": "27.07.1928"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-175"}, "ids-in-source": {"g55": "01-175"}}, "raw": {"DAY": "1-10-1851", "HOUR": "16 h.", "NAME": "\\fDUBAR Louis", "PLACE": "Lille (Nord)."}, "date": "2023-08-20T14:47:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2319	dubreuilh-william-1857-05-09	{"a2": "232", "g55": "01-177", "afd5": "317"}	{"g55": "01-177", "lerrcp": "A2-232", "muller": "M5-317"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "William", "family": "Dubreuilh", "spouse": [], "official": {"given": "William Auguste", "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1857-05-09 05:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1857-05-09 04:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "William", "family": "Dubreuilh"}, "birth": {"tzo": "-00:02:19", "date": "1857-05-09 04:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1857-05-09 04:57:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-232"}, "ids-in-sources": {"a2": "232"}}, "raw": {"H": "4", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "9", "LAT": "44N50", "LON": "0W34", "MON": "5", "NUM": "232", "PRO": "S", "SEC": "36", "YEA": "1857", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Dubreuilh", "official": {"given": "William Auguste"}}, "birth": {"date": "1857-05-09 05:00", "place": {"name": "Bordeaux"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "317"}}, "raw": {"NR": "317", "GNR": "SA2232", "JU_": "2", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1857", "KORR": "", "MARS": "36", "MODE": "LMT", "MOND": "19", "NAME": "DUBREUILH (WILLIAM AUGUSTE).", "AUFAB": "1.00", "PHAS_": "99.900", "SONNE": "1", "VENUS": "1", "BREITE": "44 N 50", "GEBORT": "Bordeaux (Gironde)", "LAENGE": "000 W 34", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "30", "GEBZEIT": "05.00", "JUPITER": "2", "ELECTAGE": "63,0", "ELECTDAT": "27.04.1920", "GEBDATUM": "09.05.1857", "STBDATUM": "14.06.1935"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-177"}, "ids-in-source": {"g55": "01-177"}}, "raw": {"DAY": "9-5-1857", "HOUR": "5 h.", "NAME": "DUBREUIL William", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:47:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25791	schoenhentz-jean-1860-11-19	{"g55": "10-829"}	{"g55": "10-829"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Schoenhentz", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1860-11-19 01:00", "note": null, "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Avold", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Schoenhentz", "nobility": ""}, "birth": {"date": "1860-11-19 01:00", "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "name": "Saint-Avold"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-829"}}, "raw": {"DAY": "19-11-1860", "HOUR": "1 h.", "NAME": "SCHOENHENTZ Jean", "PLACE": "Saint-Avold (Moselle)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25792	schoenher-pierre-1862-02-23	{"g55": "10-830"}	{"g55": "10-830"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Schoenher", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1862-02-23 05:00", "note": null, "place": {"c1": "", "c2": "52", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Osne-le-Val", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Schoenher", "nobility": ""}, "birth": {"date": "1862-02-23 05:00", "place": {"c1": "", "c2": "52", "c3": "", "cy": "FR", "name": "Osne-le-Val"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-830"}}, "raw": {"DAY": "23-2-1862", "HOUR": "5 h.", "NAME": "SCHOENHER Pierre", "PLACE": "Osne-le-Val (Haute-Marne)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25793	schoepper-1843-04-22	{"g55": "10-831"}	{"g55": "10-831"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "SCHOEPPER", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1843-04-22 23:00", "note": null, "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Wettolsheim", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "", "family": "SCHOEPPER", "nobility": ""}, "birth": {"date": "1843-04-22 23:00", "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "name": "Wettolsheim"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-831"}}, "raw": {"DAY": "22-4-1843", "HOUR": "23 h.", "NAME": "SCHOEPPER", "PLACE": "Wettolsheim (Haut-Rhin)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25794	schutz-michel-1877-02-21	{"g55": "10-832"}	{"g55": "10-832"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Schutz", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1877-02-21 01:00", "note": null, "place": {"c1": "", "c2": "94", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Yvry-sur-Seine", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Schutz", "nobility": ""}, "birth": {"date": "1877-02-21 01:00", "place": {"c1": "", "c2": "94", "c3": "", "cy": "FR", "name": "Yvry-sur-Seine"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-832"}}, "raw": {"DAY": "21-2-1877", "HOUR": "1 h.", "NAME": "SCHUTZ Michel", "PLACE": "Yvry-sur-Seine (Seine)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2321	du-cazal-leon-1843-02-19	{"a2": "234", "g55": "01-178"}	{"g55": "01-178", "lerrcp": "A2-234"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Du Cazal Leon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:17", "date": "1843-02-19 04:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.56991, "lat": 49.648, "name": "Montdidier", "geoid": 2992760}, "notime": null, "date-ut": "1843-02-19 03:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "Du Cazal Leon"}, "birth": {"tzo": "+00:10:17", "date": "1843-02-19 04:00", "place": {"c2": "80", "cy": "FR", "lg": 2.56991, "lat": 49.648, "name": "Montdidier", "geoid": 2992760}, "date-ut": "1843-02-19 03:50:48"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-234"}, "ids-in-sources": {"a2": "234"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "19", "LAT": "49N54", "LON": "2E18", "MON": "2", "NUM": "234", "PRO": "S", "SEC": "48", "YEA": "1843", "CITY": "MONTDIDIER"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "01-178"}, "ids-in-source": {"g55": "01-178"}}, "raw": {"DAY": "19-2-1843", "HOUR": "4 h.", "NAME": "DU CAZAL Léon", "PLACE": "Montdidier (Somme)."}, "date": "2023-08-20T14:47:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2324	duclos-michel-1822-12-15	{"a2": "237", "g55": "01-182", "afd5": "320"}	{"g55": "01-182", "lerrcp": "A2-237", "muller": "M5-320"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Michel", "family": "Duclos", "spouse": [], "official": {"given": "Michel", "family": null}}	\N	{"lmt": null, "tzo": "+00:02:49", "date": "1822-12-15 20:00", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "notime": null, "date-ut": "1822-12-16 12:57:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Duclos"}, "birth": {"tzo": "+00:02:49", "date": "1822-12-16 13:00", "place": {"c2": "37", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "date-ut": "1822-12-16 12:57:12"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-237"}, "ids-in-sources": {"a2": "237"}}, "raw": {"H": "12", "MN": "57", "TZ": "0", "COD": "37", "COU": "F", "DAY": "16", "LAT": "47N24", "LON": "0E42", "MON": "12", "NUM": "237", "PRO": "S", "SEC": "12", "YEA": "1822", "CITY": "TOURS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Duclos", "official": {"given": "Michel"}}, "birth": {"date": "1822-12-15 20:00", "place": {"name": "Tours"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "320"}}, "raw": {"NR": "320", "GNR": "SA2237", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "0", "CODE": "2", "JAHR": "1822", "KORR": "", "MARS": "21", "MODE": "LMT", "MOND": "21", "NAME": "DUCLOS (MICHEL).", "AUFAB": "1.60", "PHAS_": "1.900", "SONNE": "23", "VENUS": "23", "BREITE": "47 N 24", "GEBORT": "Tours (Indre-et-Loire)", "LAENGE": "000 E 42", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "9", "GEBZEIT": "20.00", "JUPITER": "7", "ELECTAGE": "66,3", "ELECTDAT": "26.03.1889", "GEBDATUM": "15.12.1822", "STBDATUM": "15.12.1900"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-182"}, "ids-in-source": {"g55": "01-182"}}, "raw": {"DAY": "16-12-1822", "HOUR": "13 h.", "NAME": "DUCLOS Michel", "PLACE": "Tours (Indre-et-Loire)."}, "date": "2023-08-20T14:47:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
17870	boussely-guy-1929-03-16	{"e1": "238"}	{"lerrcp": "E1-238"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Boussely", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1929-03-16 17:30", "note": null, "place": {"c1": null, "c2": "87", "c3": "", "cy": "FR", "lg": 1.548, "lat": 45.66542, "name": "Saint-Méard", "geoid": 2978095}, "notime": null, "date-ut": "1929-03-16 17:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Boussely"}, "birth": {"tzo": "+00:00", "date": "1929-03-16 17:30", "place": {"c2": "87", "c3": "", "cy": "FR", "lg": 1.548, "lat": 45.66542, "name": "Saint-Méard", "geoid": 2978095}, "date-ut": "1929-03-16 17:30"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "238"}}, "raw": {"H": "17:30", "COD": "87", "DAY": "16", "MON": "03", "NUM": "0238", "PRO": "PH", "YEA": "1929", "CITY": "St-Méard", "NAME": "BOUSSELY Guy", "NOTE": "-"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
25795	sebert-adolphe-1843-07-15	{"g55": "10-833"}	{"g55": "10-833"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Sebert", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1843-07-15 21:00", "note": null, "place": {"c1": "", "c2": "61", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Aunou-sur-Orne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Sebert", "nobility": ""}, "birth": {"date": "1843-07-15 21:00", "place": {"c1": "", "c2": "61", "c3": "", "cy": "FR", "name": "Aunou-sur-Orne"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-833"}}, "raw": {"DAY": "15-7-1843", "HOUR": "21 h.", "NAME": "SEBERT Adolphe", "PLACE": "Aunou-sur-Orne (Orne)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
17871	boutevilain-robert-1907-03-21	{"e1": "239"}	{"lerrcp": "E1-239"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Boutevilain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-03-21 15:00", "note": null, "place": {"c1": null, "c2": "17", "c3": "", "cy": "FR", "lg": -0.92648, "lat": 45.67239, "name": "Saujon", "geoid": 2975844}, "notime": null, "date-ut": "1907-03-21 14:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Boutevilain"}, "birth": {"tzo": "+00:09", "date": "1907-03-21 15:00", "place": {"c2": "17", "c3": "", "cy": "FR", "lg": -0.92648, "lat": 45.67239, "name": "Saujon", "geoid": 2975844}, "date-ut": "1907-03-21 14:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "239"}}, "raw": {"H": "15:00", "COD": "17", "DAY": "21", "MON": "03", "NUM": "0239", "PRO": "EX", "YEA": "1907", "CITY": "Saujon", "NAME": "BOUTEVILAIN Robert", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
25796	senot-de-la-londe-1861-02-09	{"g55": "10-834"}	{"g55": "10-834"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "de La Londe", "family": "Senot", "spouse": [], "nobility": "de", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1861-02-09 10:00", "note": null, "place": {"c1": "", "c2": "44", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Nantes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "de La Londe", "family": "Senot", "nobility": "de"}, "birth": {"date": "1861-02-09 10:00", "place": {"c1": "", "c2": "44", "c3": "", "cy": "FR", "name": "Nantes"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-834"}}, "raw": {"DAY": "9-2-1861", "HOUR": "10 h.", "NAME": "SENOT de La Londe (de) Yves", "PLACE": "Nantes (Loire-Infér.)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25797	sexer-jean-1868-08-27	{"g55": "10-835"}	{"g55": "10-835"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Sexer", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1868-08-27 15:00", "note": null, "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Flexbourg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Sexer", "nobility": ""}, "birth": {"date": "1868-08-27 15:00", "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "name": "Flexbourg"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-835"}}, "raw": {"DAY": "27-8-1868", "HOUR": "15 h.", "NAME": "SEXER Jean", "PLACE": "Flexbourg (Bas-Rhin)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2329	dumont-pallier-victor-1826-03-08	{"a2": "242", "g55": "01-186", "afd5": "328"}	{"g55": "01-186", "lerrcp": "A2-242", "muller": "M5-328"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Victor", "family": "Dumont-Pallier", "spouse": [], "official": {"given": "Victor Alphonse Amédée", "family": null}}	\N	{"lmt": null, "tzo": "+00:00:56", "date": "1826-03-08 09:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": 0.23294, "lat": 49.41985, "name": "Honfleur", "geoid": 3013173}, "notime": null, "date-ut": "1826-03-08 09:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Dumont-Pallier"}, "birth": {"tzo": "+00:00:56", "date": "1826-03-08 09:00", "place": {"c2": "14", "cy": "FR", "lg": 0.23294, "lat": 49.41985, "name": "Honfleur", "geoid": 3013173}, "date-ut": "1826-03-08 09:01:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-242"}, "ids-in-sources": {"a2": "242"}}, "raw": {"H": "9", "MN": "1", "TZ": "0", "COD": "14", "COU": "F", "DAY": "8", "LAT": "49N11", "LON": "0W22", "MON": "3", "NUM": "242", "PRO": "S", "SEC": "28", "YEA": "1826", "CITY": "HONFLEUR"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Dumont-Pallier", "official": {"given": "Victor Alphonse Amédée"}}, "birth": {"date": "1826-03-08 09:00", "place": {"name": "Honfleur"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "328"}}, "raw": {"NR": "328", "GNR": "SA2242", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1826", "KORR": "", "MARS": "19", "MODE": "LMT", "MOND": "5", "NAME": "DUMONT-PALLIER (VICTOR ALPHONSE AMÉDÉE).", "AUFAB": "-2.30", "PHAS_": "0.700", "SONNE": "4", "VENUS": "4", "BREITE": "49 N 26", "GEBORT": "Honfleur (Seine-Inférieure)", "LAENGE": "001 E 05", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "34", "GEBZEIT": "09.00", "JUPITER": "23", "ELECTAGE": "66,4", "ELECTDAT": "05.07.1892", "GEBDATUM": "08.03.1826", "STBDATUM": "13.01.1899"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-186"}, "ids-in-source": {"g55": "01-186"}}, "raw": {"DAY": "8-3-1826", "HOUR": "9 h.", "NAME": "DUMONT-PALLIER Victor", "PLACE": "Honfleur (Calvados)."}, "date": "2023-08-20T14:47:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25798	sibassie-pierre-1838-06-12	{"g55": "10-836"}	{"g55": "10-836"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Sibassie", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1838-06-12 11:00", "note": null, "place": {"c1": "", "c2": "33", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Blanquefort", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Sibassie", "nobility": ""}, "birth": {"date": "1838-06-12 11:00", "place": {"c1": "", "c2": "33", "c3": "", "cy": "FR", "name": "Blanquefort"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-836"}}, "raw": {"DAY": "12-6-1838", "HOUR": "11 h.", "NAME": "SIBASSIE Pierre", "PLACE": "Blanquefort (Gironde)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25799	sibille-justin-1853-09-05	{"g55": "10-837"}	{"g55": "10-837"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Justin", "family": "Sibille", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1853-09-05 05:00", "note": null, "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Sarreguemines", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Justin", "family": "Sibille", "nobility": ""}, "birth": {"date": "1853-09-05 05:00", "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "name": "Sarreguemines"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-837"}}, "raw": {"DAY": "5-9-1853", "HOUR": "5 h.", "NAME": "SIBILLE Justin", "PLACE": "Sarreguemines (Moselle)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2333	durand-fardel-charles-1815-09-24	{"a2": "246", "afd5": "334"}	{"lerrcp": "A2-246", "muller": "M5-334"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles", "family": "Durand-Fardel", "spouse": [], "official": {"given": "Charles Louis Maxime", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1815-09-24 15:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1815-09-24 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Durand-Fardel"}, "birth": {"tzo": "+00:09:24", "date": "1815-09-24 15:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1815-09-24 14:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-246"}, "ids-in-sources": {"a2": "246"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "24", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "246", "PRO": "S", "SEC": "40", "YEA": "1815", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Durand-Fardel", "official": {"given": "Charles Louis Maxime"}}, "birth": {"date": "1815-09-24 15:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "334"}}, "raw": {"NR": "334", "GNR": "SA2246", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "4", "JAHR": "1815", "KORR": "", "MARS": "30", "MODE": "LMT", "MOND": "25", "NAME": "DURAND-FARDEL (CHARLES LOUIS MAXIME).", "AUFAB": "-8.40", "PHAS_": "74.100", "SONNE": "14", "VENUS": "13", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "35", "GEBZEIT": "15.00", "JUPITER": "13", "ELECTAGE": "30,4", "ELECTDAT": "24.02.1846", "GEBDATUM": "24.09.1815", "STBDATUM": "19.03.1899"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
25800	simon-jean-baptiste-1864-01-23	{"g55": "10-838"}	{"g55": "10-838"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Baptiste", "family": "Simon", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1864-01-23 03:00", "note": null, "place": {"c1": "", "c2": "55", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Remoiville", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean-Baptiste", "family": "Simon", "nobility": ""}, "birth": {"date": "1864-01-23 03:00", "place": {"c1": "", "c2": "55", "c3": "", "cy": "FR", "name": "Remoiville"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-838"}}, "raw": {"DAY": "23-1-1864", "HOUR": "3 h.", "NAME": "SIMON Jean-Baptiste", "PLACE": "Remoiville (Meuse)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25801	simonnet-leon-1863-04-09	{"g55": "10-839"}	{"g55": "10-839"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Simonnet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1863-04-09 17:00", "note": null, "place": {"c1": "", "c2": "35", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Fougères", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Simonnet", "nobility": ""}, "birth": {"date": "1863-04-09 17:00", "place": {"c1": "", "c2": "35", "c3": "", "cy": "FR", "name": "Fougères"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-839"}}, "raw": {"DAY": "9-4-1863", "HOUR": "17 h.", "NAME": "SIMONNET Léon", "PLACE": "Fougères (Ille-et-Vilaine)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2334	duret-henri-1849-07-07	{"a2": "247", "g55": "01-189", "afd5": "335"}	{"g55": "01-189", "lerrcp": "A2-247", "muller": "M5-335"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri", "family": "Duret", "spouse": [], "official": {"given": "Henri", "family": null}}	\N	{"lmt": null, "tzo": "-00:03:33", "date": "1849-07-07 23:30", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.88929, "lat": 48.83849, "name": "Condé-sur-Noireau", "geoid": 2967972}, "notime": null, "date-ut": "1849-07-07 23:31:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Duret"}, "birth": {"tzo": "-00:03:33", "date": "1849-07-07 23:30", "place": {"c2": "14", "cy": "FR", "lg": -0.88929, "lat": 48.83849, "name": "Vire", "geoid": 2967972}, "date-ut": "1849-07-07 23:31:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-247"}, "ids-in-sources": {"a2": "247"}}, "raw": {"H": "23", "MN": "31", "TZ": "0", "COD": "14", "COU": "F", "DAY": "7", "LAT": "49N11", "LON": "0W22", "MON": "7", "NUM": "247", "PRO": "S", "SEC": "28", "YEA": "1849", "CITY": "VIRE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Duret", "official": {"given": "Henri"}}, "birth": {"date": "1849-07-07 23:30", "place": {"name": "Condé-sur-Noireau"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "335"}}, "raw": {"NR": "335", "GNR": "SA2247", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1849", "KORR": "", "MARS": "35", "MODE": "LMT", "MOND": "5", "NAME": "DURET (HENRI).", "AUFAB": "-1.70", "PHAS_": "98.000", "SONNE": "26", "VENUS": "33", "BREITE": "49 N 11", "GEBORT": "Condé-sur-Noireau (Calvados)", "LAENGE": "000 W 22", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "1", "GEBZEIT": "23.30", "JUPITER": "22", "ELECTAGE": "50,9", "ELECTDAT": "22.05.1900", "GEBDATUM": "07.07.1849", "STBDATUM": "07.04.1921"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-189"}, "ids-in-source": {"g55": "01-189"}}, "raw": {"DAY": "7-7-1849", "HOUR": "23 h. 30", "NAME": "DURET Henri", "PLACE": "Vire (Calvados)."}, "date": "2023-08-20T14:47:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2335	duval-mathias-1844-02-07	{"a2": "248", "g55": "01-190", "afd5": "336"}	{"g55": "01-190", "lerrcp": "A2-248", "muller": "M5-336"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Mathias", "family": "Duval", "spouse": [], "official": {"given": "Mathias Marie", "family": null}}	\N	{"lmt": null, "tzo": "+00:27:42", "date": "1844-02-07 18:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 6.92537, "lat": 43.65783, "name": "Grasse", "geoid": 3014856}, "notime": null, "date-ut": "1844-02-07 17:30:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Mathias", "family": "Duval"}, "birth": {"tzo": "+00:27:42", "date": "1844-02-07 18:00", "place": {"c2": "06", "cy": "FR", "lg": 6.92537, "lat": 43.65783, "name": "Grasse", "geoid": 3014856}, "date-ut": "1844-02-07 17:30:56"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-248"}, "ids-in-sources": {"a2": "248"}}, "raw": {"H": "17", "MN": "30", "TZ": "0", "COD": "06", "COU": "F", "DAY": "7", "LAT": "43N42", "LON": "7E16", "MON": "2", "NUM": "248", "PRO": "S", "SEC": "56", "YEA": "1844", "CITY": "GRASSE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Duval", "official": {"given": "Mathias Marie"}}, "birth": {"date": "1844-02-07 18:00", "place": {"name": "Grasse"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "336"}}, "raw": {"NR": "336", "GNR": "SA2248", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1844", "KORR": "", "MARS": "13", "MODE": "LMT", "MOND": "32", "NAME": "DUVAL (MATHIAS MARIE).", "AUFAB": "-5.30", "PHAS_": "91.200", "SONNE": "19", "VENUS": "16", "BREITE": "43 N 42", "GEBORT": "Grasse (Alpes-Maritimes)", "LAENGE": "007 E 16", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "21", "GEBZEIT": "18.00", "JUPITER": "17", "ELECTAGE": "38,3", "ELECTDAT": "23.05.1882", "GEBDATUM": "07.02.1844", "STBDATUM": "01.03.1907"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-190"}, "ids-in-source": {"g55": "01-190"}}, "raw": {"DAY": "7-2-1844", "HOUR": "18 h.", "NAME": "DUVAL Mathias", "PLACE": "Grasse (Alpes-Maritimes)."}, "date": "2023-08-20T14:47:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25802	sivet-adolphe-1862-11-12	{"g55": "10-840"}	{"g55": "10-840"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Sivet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1862-11-12 14:00", "note": null, "place": {"c1": "", "c2": "84", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Avignon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Sivet", "nobility": ""}, "birth": {"date": "1862-11-12 14:00", "place": {"c1": "", "c2": "84", "c3": "", "cy": "FR", "name": "Avignon"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-840"}}, "raw": {"DAY": "12-11-1862", "HOUR": "14 h.", "NAME": "SIVET Adolphe", "PLACE": "Avignon (Vaucluse)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2337	edwards-alphonse-1835-10-13	{"a2": "250"}	{"lerrcp": "A2-250"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Edwards", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1835-10-13 10:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1835-10-13 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Edwards"}, "birth": {"tzo": "+00:09:24", "date": "1835-10-13 10:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1835-10-13 09:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-250"}, "ids-in-sources": {"a2": "250"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "13", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "250", "PRO": "S", "SEC": "40", "YEA": "1835", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
25803	sommerhalter-jean-1886-11-16	{"g55": "10-841"}	{"g55": "10-841"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Sommerhalter", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1886-11-16 07:00", "note": null, "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Mulhouse", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Sommerhalter", "nobility": ""}, "birth": {"date": "1886-11-16 07:00", "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "name": "Mulhouse"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-841"}}, "raw": {"DAY": "16-11-1886", "HOUR": "7 h.", "NAME": "SOMMERHALTER Jean", "PLACE": "Mulhouse (Haut-Rhin)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25804	souchon-jean-1840-10-26	{"g55": "10-842"}	{"g55": "10-842"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Souchon", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1840-10-26 23:00", "note": null, "place": {"c1": "", "c2": "48", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Javols", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Souchon", "nobility": ""}, "birth": {"date": "1840-10-26 23:00", "place": {"c1": "", "c2": "48", "c3": "", "cy": "FR", "name": "Javols"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-842"}}, "raw": {"DAY": "26-10-1840", "HOUR": "23 h.", "NAME": "SOUCHON Jean", "PLACE": "Javols (Lozère)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2339	estor-eugene-1861-06-06	{"a2": "252", "g55": "01-192", "afd5": "339"}	{"g55": "01-192", "lerrcp": "A2-252", "muller": "M5-339"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Eugène", "family": "Estor", "spouse": [], "official": {"given": "Eugène Charles Paul", "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1861-06-06 12:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1861-06-06 11:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Estor"}, "birth": {"tzo": "+00:15:30", "date": "1861-06-06 12:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1861-06-06 11:44:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-252"}, "ids-in-sources": {"a2": "252"}}, "raw": {"H": "11", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "6", "LAT": "43N37", "LON": "3E53", "MON": "6", "NUM": "252", "PRO": "S", "SEC": "28", "YEA": "1861", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Estor", "official": {"given": "Eugène Charles Paul"}}, "birth": {"date": "1861-06-06 12:00", "place": {"name": "Montpellier"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "339"}}, "raw": {"NR": "339", "GNR": "SA2252", "JU_": "1", "MA_": "0", "MO_": "2", "SA_": "2", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1861", "KORR": "", "MARS": "7", "MODE": "LMT", "MOND": "12", "NAME": "ESTOR (EUGENE CHARLES PAUL).", "AUFAB": "-5.40", "PHAS_": "6.400", "SONNE": "10", "VENUS": "9", "BREITE": "43 N 37", "GEBORT": "Montpellier (Hérault)", "LAENGE": "003 E 53", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "2", "GEBZEIT": "12.00", "JUPITER": "4", "ELECTAGE": "60,1", "ELECTDAT": "12.07.1921", "GEBDATUM": "06.06.1861", "STBDATUM": "13.03.1943"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-192"}, "ids-in-source": {"g55": "01-192"}}, "raw": {"DAY": "6-6-1861", "HOUR": "12 h.", "NAME": "ESTOR Eugène", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:47:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2340	etoc-demazy-gustave-1806-07-30	{"a2": "253", "g55": "01-193", "afd5": "340"}	{"g55": "01-193", "lerrcp": "A2-253", "muller": "M5-340"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Gustave", "family": "Etoc-Demazy", "spouse": [], "official": {"given": "Gustave François", "family": null}}	\N	{"lmt": null, "tzo": "+00:00:49", "date": "1806-07-30 11:00", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "le Mans", "geoid": 3003603}, "notime": null, "date-ut": "1806-07-30 10:59:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Etoc-Demazy"}, "birth": {"tzo": "+00:00:49", "date": "1806-07-30 11:00", "place": {"c2": "72", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "date-ut": "1806-07-30 10:59:12"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-253"}, "ids-in-sources": {"a2": "253"}}, "raw": {"H": "10", "MN": "59", "TZ": "0", "COD": "72", "COU": "F", "DAY": "30", "LAT": "48N 1", "LON": "0E12", "MON": "7", "NUM": "253", "PRO": "S", "SEC": "12", "YEA": "1806", "CITY": "LE MANS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Etoc-Demazy", "official": {"given": "Gustave François"}}, "birth": {"date": "1806-07-30 11:00", "place": {"name": "le Mans"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "340"}}, "raw": {"NR": "340", "GNR": "SA2253", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "2", "CODE": "3", "JAHR": "1806", "KORR": "", "MARS": "11", "MODE": "LMT", "MOND": "26", "NAME": "ETOC-DEMAZY (GUSTAVE FRANÇOIS).", "AUFAB": "1.90", "PHAS_": "99.700", "SONNE": "8", "VENUS": "11", "BREITE": "48 N 01", "GEBORT": "le Mans (Sarthe)", "LAENGE": "000 E 12", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "36", "GEBZEIT": "11.00", "JUPITER": "29", "ELECTAGE": "30,4", "ELECTDAT": "31.12.1836", "GEBDATUM": "30.07.1806", "STBDATUM": "12.11.1893"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-193"}, "ids-in-source": {"g55": "01-193"}}, "raw": {"DAY": "30-7-1806", "HOUR": "11 h.", "NAME": "ETOC-DEMAZY Gustave", "PLACE": "Le Mans: (Sarthe)."}, "date": "2023-08-20T14:47:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25805	stephane-emile-1875-11-29	{"g55": "10-843"}	{"g55": "10-843"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Stephane", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1875-11-29 09:00", "note": null, "place": {"c1": "", "c2": "51", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Margerie-Haucourt", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Stephane", "nobility": ""}, "birth": {"date": "1875-11-29 09:00", "place": {"c1": "", "c2": "51", "c3": "", "cy": "FR", "name": "Margerie-Haucourt"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-843"}}, "raw": {"DAY": "29-11-1875", "HOUR": "9 h.", "NAME": "STEPHANE Emile", "PLACE": "Margerie-Haucourt (Marne)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25806	syries-jean-1877-02-02	{"g55": "10-844"}	{"g55": "10-844"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Syries", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1877-02-02 02:00", "note": null, "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Decazeville", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Syries", "nobility": ""}, "birth": {"date": "1877-02-02 02:00", "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "name": "Decazeville"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-844"}}, "raw": {"DAY": "2-2-1877", "HOUR": "2 h.", "NAME": "SYRIES Jean", "PLACE": "Decazeville (Aveyron)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25807	tanquerey-adolphe-1854-05-01	{"g55": "10-845"}	{"g55": "10-845"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Tanquerey", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1854-05-01 09:00", "note": null, "place": {"c1": "", "c2": "50", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Blainville", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Tanquerey", "nobility": ""}, "birth": {"date": "1854-05-01 09:00", "place": {"c1": "", "c2": "50", "c3": "", "cy": "FR", "name": "Blainville"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-845"}}, "raw": {"DAY": "1-5-1854", "HOUR": "9 h.", "NAME": "TANQUEREY Adolphe", "PLACE": "Blainville (Manche)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25808	teulet-philippe-1856-01-22	{"g55": "10-846"}	{"g55": "10-846"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Teulet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1856-01-22 19:00", "note": null, "place": {"c1": "", "c2": "15", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Siran", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Teulet", "nobility": ""}, "birth": {"date": "1856-01-22 19:00", "place": {"c1": "", "c2": "15", "c3": "", "cy": "FR", "name": "Saint-Siran"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-846"}}, "raw": {"DAY": "22-1-1856", "HOUR": "19 h.", "NAME": "TEULET Philippe", "PLACE": "Saint-Siran (Cantal)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2343	fabre-paul-1845-08-08	{"a2": "256", "g55": "01-195", "afd5": "343"}	{"g55": "01-195", "lerrcp": "A2-256", "muller": "M5-343"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul", "family": "Fabre", "spouse": [], "official": {"given": "Paul Pierre Sanson", "family": null}}	\N	{"lmt": null, "tzo": "+00:08:53", "date": "1845-08-08 23:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 2.22173, "lat": 43.05487, "name": "Limoux", "geoid": 2998264}, "notime": null, "date-ut": "1845-08-08 22:50:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Fabre"}, "birth": {"tzo": "+00:08:53", "date": "1845-08-08 23:00", "place": {"c2": "11", "cy": "FR", "lg": 2.22173, "lat": 43.05487, "name": "Limoux", "geoid": 2998264}, "date-ut": "1845-08-08 22:50:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-256"}, "ids-in-sources": {"a2": "256"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "8", "LAT": "43N12", "LON": "2E21", "MON": "8", "NUM": "256", "PRO": "S", "SEC": "36", "YEA": "1845", "CITY": "LIMOUX"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Fabre", "official": {"given": "Paul Pierre Sanson"}}, "birth": {"date": "1845-08-08 23:00", "place": {"name": "Limoux"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "343"}}, "raw": {"NR": "343", "GNR": "SA2256", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1845", "KORR": "", "MARS": "6", "MODE": "LMT", "MOND": "21", "NAME": "FABRE (PAUL PIERRE SANSON).", "AUFAB": "7.60", "PHAS_": "20.600", "SONNE": "26", "VENUS": "23", "BREITE": "43 N 12", "GEBORT": "Limoux (Aude)", "LAENGE": "002 E 21", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "8", "GEBZEIT": "23.00", "JUPITER": "1", "ELECTAGE": "43,7", "ELECTDAT": "26.03.1889", "GEBDATUM": "08.08.1845", "STBDATUM": "11.01.1919"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-195"}, "ids-in-source": {"g55": "01-195"}}, "raw": {"DAY": "8-8-1845", "HOUR": "23 h.", "NAME": "FABRE Paul", "PLACE": "Limoux (Aude)."}, "date": "2023-08-20T14:47:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2345	farabeuf-louis-1841-05-06	{"a2": "258", "g55": "01-196", "afd5": "346"}	{"g55": "01-196", "lerrcp": "A2-258", "muller": "M5-346"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Farabeuf", "spouse": [], "official": {"given": "Louis Hubert", "family": null}}	\N	{"lmt": null, "tzo": "+00:10:40", "date": "1841-05-06 03:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": ". Bannost", "geoid": 0}, "notime": null, "date-ut": "1841-05-06 02:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Faraboeuf"}, "birth": {"tzo": "+00:10:40", "date": "1841-05-06 03:00", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Bannost", "geoid": 0}, "date-ut": "1841-05-06 02:49:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-258"}, "ids-in-sources": {"a2": "258"}}, "raw": {"H": "2", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "6", "LAT": "48N33", "LON": "2E40", "MON": "5", "NUM": "258", "PRO": "S", "SEC": "20", "YEA": "1841", "CITY": "BANNOST"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Farabeuf", "official": {"given": "Louis Hubert"}}, "birth": {"date": "1841-05-06 03:00", "place": {"name": "Bannost"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "346"}}, "raw": {"NR": "346", "GNR": "SA2258", "JU_": "2", "MA_": "0", "MO_": "0", "SA_": "2", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1841", "KORR": "", "MARS": "17", "MODE": "LMT", "MOND": "16", "NAME": "FARABEUF (LOUIS HUBERT).", "AUFAB": "0.20", "PHAS_": "99.600", "SONNE": "33", "VENUS": "33", "BREITE": "48 N 33", "GEBORT": "Bannost (Seine-et-Marne)", "LAENGE": "002 E 40", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "9", "GEBZEIT": "03.00", "JUPITER": "11", "ELECTAGE": "55,8", "ELECTDAT": "26.01.1897", "GEBDATUM": "06.05.1841", "STBDATUM": "16.08.1910"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": ". Bannost"}}, "partial-ids": {"g55": "01-196"}, "ids-in-source": {"g55": "01-196"}}, "raw": {"DAY": "6-5-1841", "HOUR": "3 h.", "NAME": "FARABCEUF Louis", "PLACE": ". Bannost (Seine-et-Marne)."}, "date": "2023-08-20T14:47:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25809	thome-charles-1870-12-28	{"g55": "10-847"}	{"g55": "10-847"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Thome", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1870-12-28 06:00", "note": null, "place": {"c1": "", "c2": "08", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Martey-Notre-Dame", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Thome", "nobility": ""}, "birth": {"date": "1870-12-28 06:00", "place": {"c1": "", "c2": "08", "c3": "", "cy": "FR", "name": "Martey-Notre-Dame"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-847"}}, "raw": {"DAY": "28-12-1870", "HOUR": "6 h.", "NAME": "THOME Charles", "PLACE": "Martey-Notre-Dame (Ardennes)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25810	thoor-albert-1875-11-10	{"g55": "10-848"}	{"g55": "10-848"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Thoor", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1875-11-10 21:00", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Cassel", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Thoor", "nobility": ""}, "birth": {"date": "1875-11-10 21:00", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Cassel"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-848"}}, "raw": {"DAY": "10-11-1875", "HOUR": "21 h.", "NAME": "THOOR Albert", "PLACE": "Cassel (Nord)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25811	thorel-jacques-1878-01-15	{"g55": "10-849"}	{"g55": "10-849"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Thorel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1878-01-15 12:00", "note": null, "place": {"c1": "", "c2": "76", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Fécamp", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Thorel", "nobility": ""}, "birth": {"date": "1878-01-15 12:00", "place": {"c1": "", "c2": "76", "c3": "", "cy": "FR", "name": "Fécamp"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-849"}}, "raw": {"DAY": "15-1-1878", "HOUR": "12 h.", "NAME": "THOREL Jacques", "PLACE": "Fécamp (Seine-Inférieure)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2348	fauvel-sulpice-1813-11-07	{"a2": "261", "afd5": "349"}	{"lerrcp": "A2-261", "muller": "M5-349"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Sulpice", "family": "Fauvel", "spouse": [], "official": {"given": "Sulpice Antoine", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1813-11-07 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1813-11-07 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Sulpice", "family": "Fauvel"}, "birth": {"tzo": "+00:09:24", "date": "1813-11-07 06:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1813-11-07 05:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-261"}, "ids-in-sources": {"a2": "261"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "7", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "261", "PRO": "S", "SEC": "40", "YEA": "1813", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Fauvel", "official": {"given": "Sulpice Antoine"}}, "birth": {"date": "1813-11-07 06:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "349"}}, "raw": {"NR": "349", "GNR": "SA2261", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "4", "JAHR": "1813", "KORR": "", "MARS": "26", "MODE": "LMT", "MOND": "20", "NAME": "FAUVEL (SULPICE ANTOINE).", "AUFAB": "5.30", "PHAS_": "96.800", "SONNE": "35", "VENUS": "31", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "30", "GEBZEIT": "06.00", "JUPITER": "7", "ELECTAGE": "55,5", "ELECTDAT": "15.04.1869", "GEBDATUM": "07.11.1813", "STBDATUM": "05.11.1884"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
25812	tiger-joseph-1868-01-30	{"g55": "10-850"}	{"g55": "10-850"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Tiger", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1868-01-30 01:30", "note": null, "place": {"c1": "", "c2": "72", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Mayet", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Tiger", "nobility": ""}, "birth": {"date": "1868-01-30 01:30", "place": {"c1": "", "c2": "72", "c3": "", "cy": "FR", "name": "Mayet"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-850"}}, "raw": {"DAY": "30-1-1868", "HOUR": "1 h. 30", "NAME": "TIGER Joseph", "PLACE": "Mayet (Sarthe)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2350	favrel-georges-1861-12-13	{"a2": "263", "g55": "01-200", "afd5": "352"}	{"g55": "01-200", "lerrcp": "A2-263", "muller": "M5-352"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Georges", "family": "Favrel", "spouse": [], "official": {"given": "Georges", "family": null}}	\N	{"lmt": null, "tzo": "+00:14:53", "date": "1861-12-13 05:00", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.72143, "lat": 46.81679, "name": "Fours", "geoid": 3017469}, "notime": null, "date-ut": "1861-12-13 04:47:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Favrel"}, "birth": {"tzo": "+00:14:53", "date": "1861-12-13 05:00", "place": {"c2": "58", "cy": "FR", "lg": 3.72143, "lat": 46.81679, "name": "Fours", "geoid": 3017469}, "date-ut": "1861-12-13 04:47:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-263"}, "ids-in-sources": {"a2": "263"}}, "raw": {"H": "4", "MN": "47", "TZ": "0", "COD": "58", "COU": "F", "DAY": "13", "LAT": "46N59", "LON": "3E 9", "MON": "12", "NUM": "263", "PRO": "S", "SEC": "24", "YEA": "1861", "CITY": "FOURS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Favrel", "official": {"given": "Georges"}}, "birth": {"date": "1861-12-13 05:00", "place": {"name": "Fours"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "352"}}, "raw": {"NR": "352", "GNR": "SA2263", "JU_": "0", "MA_": "2", "MO_": "1", "SA_": "0", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1861", "KORR": "", "MARS": "1", "MODE": "LMT", "MOND": "20", "NAME": "FAVREL (GEORGES).", "AUFAB": "7.50", "PHAS_": "83.800", "SONNE": "33", "VENUS": "30", "BREITE": "46 N 59", "GEBORT": "Fours (Nièvre)", "LAENGE": "003 E 09", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "8", "GEBZEIT": "05.00", "JUPITER": "8", "ELECTAGE": "73,0", "ELECTDAT": "20.11.1934", "GEBDATUM": "13.12.1861", "STBDATUM": "12.03.1935"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-200"}, "ids-in-source": {"g55": "01-200"}}, "raw": {"DAY": "13-12-1861", "HOUR": "5 h.", "NAME": "FAVREL Georges", "PLACE": "Fours (Nièvre)."}, "date": "2023-08-20T14:47:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25813	tigier-pierre-1862-06-11	{"g55": "10-851"}	{"g55": "10-851"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Tigier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1862-06-11 17:00", "note": null, "place": {"c1": "", "c2": "56", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Beignon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Tigier", "nobility": ""}, "birth": {"date": "1862-06-11 17:00", "place": {"c1": "", "c2": "56", "c3": "", "cy": "FR", "name": "Beignon"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-851"}}, "raw": {"DAY": "11-6-1862", "HOUR": "17 h.", "NAME": "TIGIER Pierre", "PLACE": "Beignon (Morbihan)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25814	tiriaux-prosper-1863-05-24	{"g55": "10-852"}	{"g55": "10-852"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Prosper", "family": "Tiriaux", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1863-05-24 15:30", "note": null, "place": {"c1": "", "c2": "35", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Piré", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Prosper", "family": "Tiriaux", "nobility": ""}, "birth": {"date": "1863-05-24 15:30", "place": {"c1": "", "c2": "35", "c3": "", "cy": "FR", "name": "Piré"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-852"}}, "raw": {"DAY": "24-5-1863", "HOUR": "15 h. 30", "NAME": "TIRIAUX Prosper", "PLACE": "Piré (Ille-et-Vilaine)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25815	tison-crepinien-1871-06-23	{"g55": "10-853"}	{"g55": "10-853"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Crépinien", "family": "Tison", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1871-06-23 01:00", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Vred", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Crépinien", "family": "Tison", "nobility": ""}, "birth": {"date": "1871-06-23 01:00", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Vred"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-853"}}, "raw": {"DAY": "23-6-1871", "HOUR": "1 h.", "NAME": "TISON Crépinien", "PLACE": "Vred (Nord)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25816	tissot-alexis-1866-02-26	{"g55": "10-854"}	{"g55": "10-854"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexis", "family": "Tissot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1866-02-26 02:00", "note": null, "place": {"c1": "", "c2": "92", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Fontenay-aux-Roses", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Alexis", "family": "Tissot", "nobility": ""}, "birth": {"date": "1866-02-26 02:00", "place": {"c1": "", "c2": "92", "c3": "", "cy": "FR", "name": "Fontenay-aux-Roses"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-854"}}, "raw": {"DAY": "26-2-1866", "HOUR": "2 h.", "NAME": "TISSOT Alexis", "PLACE": "Fontenay-aux-Roses (Seine)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2353	fiessinger-charles-1857-04-05	{"a2": "266", "g55": "01-202", "afd5": "357"}	{"g55": "01-202", "lerrcp": "A2-266", "muller": "M5-357"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles", "family": "Fiessinger", "spouse": [], "official": {"given": "Charles Albert", "family": null}}	\N	{"lmt": null, "tzo": "+00:29:49", "date": "1857-04-05 14:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.45594, "lat": 48.53974, "name": "Mutzig", "geoid": 2991086}, "notime": null, "date-ut": "1857-04-05 13:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Fiessinger"}, "birth": {"tzo": "+00:29:49", "date": "1857-04-05 14:00", "place": {"c2": "67", "cy": "FR", "lg": 7.45594, "lat": 48.53974, "name": "Mutzig", "geoid": 2991086}, "date-ut": "1857-04-05 13:29"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-266"}, "ids-in-sources": {"a2": "266"}}, "raw": {"H": "13", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "5", "LAT": "48N35", "LON": "7E45", "MON": "4", "NUM": "266", "PRO": "S", "SEC": "0", "YEA": "1857", "CITY": "MUTZIG"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Fiessinger", "official": {"given": "Charles Albert"}}, "birth": {"date": "1857-04-05 14:00", "place": {"name": "Mutzig"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "357"}}, "raw": {"NR": "357", "GNR": "SA2266", "JU_": "2", "MA_": "2", "MO_": "2", "SA_": "1", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1857", "KORR": "", "MARS": "11", "MODE": "LMT", "MOND": "36", "NAME": "FIESSINGER (CHARLES ALBERT).", "AUFAB": "8.20", "PHAS_": "82.900", "SONNE": "12", "VENUS": "9", "BREITE": "48 N 35", "GEBORT": "Mutzig (Bas-Rhin)", "LAENGE": "007 E 45", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "5", "GEBZEIT": "14.00", "JUPITER": "12", "ELECTAGE": "38,9", "ELECTDAT": "04.02.1896", "GEBDATUM": "05.04.1857", "STBDATUM": "13.03.1942"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-202"}, "ids-in-source": {"g55": "01-202"}}, "raw": {"DAY": "5-4-1857", "HOUR": "14 h.", "NAME": "FIESSINGER Charles", "PLACE": "Mutzig (Bas-Rhin)."}, "date": "2023-08-20T14:47:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2354	filhol-edouard-1814-10-07	{"a2": "267", "g55": "01-203", "afd5": "360"}	{"g55": "01-203", "lerrcp": "A2-267", "muller": "M5-360"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Edouard", "family": "Filhol", "spouse": [], "official": {"given": "Edouard", "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1814-10-07 04:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1814-10-07 03:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Filhol"}, "birth": {"tzo": "+00:05:46", "date": "1814-10-07 04:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1814-10-07 03:54:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-267"}, "ids-in-sources": {"a2": "267"}}, "raw": {"H": "3", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "7", "LAT": "43N37", "LON": "1E26", "MON": "10", "NUM": "267", "PRO": "S", "SEC": "16", "YEA": "1814", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Filhol", "official": {"given": "Edouard"}}, "birth": {"date": "1814-10-07 04:00", "place": {"name": "Toulouse"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "360"}}, "raw": {"NR": "360", "GNR": "SA2267", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "0", "VE_": "2", "CODE": "3", "JAHR": "1814", "KORR": "", "MARS": "35", "MODE": "LMT", "MOND": "6", "NAME": "FILHOL (EDOUARD).", "AUFAB": "-11.40", "PHAS_": "44.300", "SONNE": "33", "VENUS": "36", "BREITE": "43 N 37", "GEBORT": "Toulouse (Haute-Garonne)", "LAENGE": "001 E 26", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "24", "GEBZEIT": "04.00", "JUPITER": "36", "ELECTAGE": "46,1", "ELECTDAT": "16.10.1860", "GEBDATUM": "07.10.1814", "STBDATUM": "25.06.1883"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-203"}, "ids-in-source": {"g55": "01-203"}}, "raw": {"DAY": "7-10-1814", "HOUR": "4 h.", "NAME": "FILHOL Edouard", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:47:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25817	toulouse-louis-1856-05-27	{"g55": "10-855"}	{"g55": "10-855"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Toulouse", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1856-05-27 12:00", "note": null, "place": {"c1": "", "c2": "31", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Muret", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Toulouse", "nobility": ""}, "birth": {"date": "1856-05-27 12:00", "place": {"c1": "", "c2": "31", "c3": "", "cy": "FR", "name": "Muret"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-855"}}, "raw": {"DAY": "27-5-1856", "HOUR": "12 h.", "NAME": "TOULOUSE Louis", "PLACE": "Muret (Haute-Garonne)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25818	joupin-jean-1855-05-10	{"g55": "10-856"}	{"g55": "10-856"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Joupin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1855-05-10 23:00", "note": null, "place": {"c1": "", "c2": "22", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Quay-Portrieux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Joupin", "nobility": ""}, "birth": {"date": "1855-05-10 23:00", "place": {"c1": "", "c2": "22", "c3": "", "cy": "FR", "name": "Quay-Portrieux"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-856"}}, "raw": {"DAY": "10-5-1855", "HOUR": "23 h.", "NAME": "JOUPIN Jean", "PLACE": "Quay-Portrieux (Côtes-du-Nord)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25819	tourniaire-louis-1867-05-04	{"g55": "10-857"}	{"g55": "10-857"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Tourniaire", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1867-05-04 13:00", "note": null, "place": {"c1": "", "c2": "04", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Mane", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Tourniaire", "nobility": ""}, "birth": {"date": "1867-05-04 13:00", "place": {"c1": "", "c2": "04", "c3": "", "cy": "FR", "name": "Mane"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-857"}}, "raw": {"DAY": "4-5-1867", "HOUR": "13 h.", "NAME": "TOURNIAIRE Louis", "PLACE": "Mane (Basses-Alpes)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25820	touye-joseph-1875-10-06	{"g55": "10-858"}	{"g55": "10-858"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Touye", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1875-10-06 05:00", "note": null, "place": {"c1": "", "c2": "22", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Brieuc", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Touye", "nobility": ""}, "birth": {"date": "1875-10-06 05:00", "place": {"c1": "", "c2": "22", "c3": "", "cy": "FR", "name": "Saint-Brieuc"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-858"}}, "raw": {"DAY": "6-10-1875", "HOUR": "5 h.", "NAME": "TOUYE Joseph", "PLACE": "Saint-Brieuc (Côtes-du-Nord)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2358	florence-albert-1851-04-25	{"a2": "271", "g55": "01-207", "afd5": "366"}	{"g55": "01-207", "lerrcp": "A2-271", "muller": "M5-366"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Albert", "family": "Florence", "spouse": [], "official": {"given": "Albert", "family": null}}	\N	{"lmt": null, "tzo": "+00:28:33", "date": "1851-04-25 00:30", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.13933, "lat": 48.04048, "name": "Munster", "geoid": 2991189}, "notime": null, "date-ut": "1851-04-23 17:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Florence"}, "birth": {"tzo": "+00:28:33", "date": "1851-04-23 18:00", "place": {"c2": "68", "cy": "FR", "lg": 7.13933, "lat": 48.04048, "name": "Munster", "geoid": 2991189}, "date-ut": "1851-04-23 17:30:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-271"}, "ids-in-sources": {"a2": "271"}}, "raw": {"H": "17", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "23", "LAT": "48N 5", "LON": "7E21", "MON": "4", "NUM": "271", "PRO": "S", "SEC": "36", "YEA": "1851", "CITY": "MUNSTER"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Florence", "official": {"given": "Albert"}}, "birth": {"date": "1851-04-25 00:30", "place": {"name": "Munster"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "366"}}, "raw": {"NR": "366", "GNR": "SA2271", "JU_": "2", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "2", "JAHR": "1851", "KORR": "", "MARS": "31", "MODE": "LMT", "MOND": "34", "NAME": "FLORENCE (ALBERT).", "AUFAB": "-9.20", "PHAS_": "34.200", "SONNE": "28", "VENUS": "32", "BREITE": "48 N 05", "GEBORT": "Munster (Haut-Rhin)", "LAENGE": "007 E 21", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "29", "GEBZEIT": "00.30", "JUPITER": "12", "ELECTAGE": "59,2", "ELECTDAT": "14.06.1910", "GEBDATUM": "25.04.1851", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-207"}, "ids-in-source": {"g55": "01-207"}}, "raw": {"DAY": "23-4-1851", "HOUR": "18 h.", "NAME": "FLORENCE Albert", "PLACE": "Munster (Haut-Rhin)."}, "date": "2023-08-20T14:47:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2360	fochier-louis-1845-09-12	{"a2": "273", "g55": "01-209", "afd5": "368"}	{"g55": "01-209", "lerrcp": "A2-273", "muller": "M5-368"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Fochier", "spouse": [], "official": {"given": "Louis Alphonse", "family": null}}	\N	{"lmt": null, "tzo": "+00:21:05", "date": "1845-09-12 10:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.27236, "lat": 45.59889, "name": "Bourgoin", "geoid": 3030960}, "notime": null, "date-ut": "1845-09-12 09:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Fochier"}, "birth": {"tzo": "+00:21:05", "date": "1845-09-12 10:00", "place": {"c2": "38", "cy": "FR", "lg": 5.27236, "lat": 45.59889, "name": "Bourgoin", "geoid": 3030960}, "date-ut": "1845-09-12 09:37:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-273"}, "ids-in-sources": {"a2": "273"}}, "raw": {"H": "9", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "12", "LAT": "45N11", "LON": "5E43", "MON": "9", "NUM": "273", "PRO": "S", "SEC": "8", "YEA": "1845", "CITY": "BOURGOIN"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Fochier", "official": {"given": "Louis Alphonse"}}, "birth": {"date": "1845-09-12 10:00", "place": {"name": "Bourgoin"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "368"}}, "raw": {"NR": "368", "GNR": "SA2273", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "2", "CODE": "3", "JAHR": "1845", "KORR": "", "MARS": "27", "MODE": "LMT", "MOND": "29", "NAME": "FOCHIER (LOUIS ALPHONSE).", "AUFAB": "10.00", "PHAS_": "80.000", "SONNE": "7", "VENUS": "3", "BREITE": "45 N 11", "GEBORT": "Bourgoin (Isère)", "LAENGE": "005 E 43", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "28", "GEBZEIT": "10.00", "JUPITER": "18", "ELECTAGE": "56,8", "ELECTDAT": "10.06.1902", "GEBDATUM": "12.09.1845", "STBDATUM": "02.10.1903"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-209"}, "ids-in-source": {"g55": "01-209"}}, "raw": {"DAY": "12-9-1845", "HOUR": "10 h.", "NAME": "FOCHIER Louis Alph.", "PLACE": "Bourgoin (Isère)."}, "date": "2023-08-20T14:47:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25821	traineau-marie-1865-10-30	{"g55": "10-859"}	{"g55": "10-859"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Traineau", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1865-10-30 23:00", "note": null, "place": {"c1": "", "c2": "15", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Martin-Cantalés", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Traineau", "nobility": ""}, "birth": {"date": "1865-10-30 23:00", "place": {"c1": "", "c2": "15", "c3": "", "cy": "FR", "name": "Saint-Martin-Cantalés"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-859"}}, "raw": {"DAY": "30-10-1865", "HOUR": "23 h.", "NAME": "TRAINEAU Marie", "PLACE": "Saint-Martin-Cantalés (Cantal)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25822	trezieres-theophile-1868-07-01	{"g55": "10-860"}	{"g55": "10-860"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Théophile", "family": "Trezieres", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1868-07-01 19:00", "note": null, "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "La Fouillade", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Théophile", "family": "Trezieres", "nobility": ""}, "birth": {"date": "1868-07-01 19:00", "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "name": "La Fouillade"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-860"}}, "raw": {"DAY": "1-7-1868", "HOUR": "19 h.", "NAME": "TREZIERES Théophile", "PLACE": "La Fouillade (Aveyron)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25823	trillon-de-la-big-charles-1841-07-31	{"g55": "10-861"}	{"g55": "10-861"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "de La BIG. Charles", "family": "Trillon", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1841-07-31 08:00", "note": null, "place": {"c1": "", "c2": "72", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Sainte-Croix", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "de La BIG. Charles", "family": "Trillon", "nobility": ""}, "birth": {"date": "1841-07-31 08:00", "place": {"c1": "", "c2": "72", "c3": "", "cy": "FR", "name": "Sainte-Croix"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-861"}}, "raw": {"DAY": "31-7-1841", "HOUR": "8 h.", "NAME": "TRILLON de La BIG. Charles", "PLACE": "Sainte-Croix (Sarthe)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25824	trocellier-adrien-1885-03-16	{"g55": "10-862"}	{"g55": "10-862"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrien", "family": "Trocellier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1885-03-16 17:00", "note": null, "place": {"c1": "", "c2": "48", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Javols", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Adrien", "family": "Trocellier", "nobility": ""}, "birth": {"date": "1885-03-16 17:00", "place": {"c1": "", "c2": "48", "c3": "", "cy": "FR", "name": "Javols"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-862"}}, "raw": {"DAY": "16-3-1885", "HOUR": "17 h.", "NAME": "TROCELLIER Adrien", "PLACE": "Javols (Lozère)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2362	follin-francois-1823-11-25	{"a2": "275", "g55": "01-211", "afd5": "370"}	{"g55": "01-211", "lerrcp": "A2-275", "muller": "M5-370"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "François", "family": "Follin", "spouse": [], "official": {"given": "François Anthelme Eugène", "family": null}}	\N	{"lmt": null, "tzo": "+00:00:48", "date": "1823-11-25 14:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.19827, "lat": 49.5066, "name": "Harfleur", "geoid": 3013922}, "notime": null, "date-ut": "1823-11-25 15:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "François", "family": "Follin"}, "birth": {"tzo": "+00:00:48", "date": "1823-11-25 15:56:28", "place": {"c2": "76", "cy": "FR", "lg": 0.19827, "lat": 49.5066, "name": "Harfleur", "geoid": 3013922}, "date-ut": "1823-11-25 15:55:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-275"}, "ids-in-sources": {"a2": "275"}}, "raw": {"H": "15", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "25", "LAT": "49N26", "LON": "1E 5", "MON": "11", "NUM": "275", "PRO": "S", "SEC": "40", "YEA": "1823", "CITY": "HARFLEUR"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Follin", "official": {"given": "François Anthelme Eugène"}}, "birth": {"date": "1823-11-25 14:00", "place": {"name": "Harfleur"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "370"}}, "raw": {"NR": "370", "GNR": "SA2275", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "2", "JAHR": "1823", "KORR": "", "MARS": "19", "MODE": "LMT", "MOND": "21", "NAME": "FOLLIN (FRANÇOIS ANTHELME EUGENE).", "AUFAB": "-11.20", "PHAS_": "51.700", "SONNE": "14", "VENUS": "18", "BREITE": "49 N 26", "GEBORT": "Harfleur (Seine-Inférieure)", "LAENGE": "001 E 05", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "33", "GEBZEIT": "14.00", "JUPITER": "26", "ELECTAGE": "45,0", "ELECTDAT": "08.11.1868", "GEBDATUM": "25.11.1823", "STBDATUM": "23.05.1867"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-211"}, "ids-in-source": {"g55": "01-211"}}, "raw": {"DAY": "25-11-1823", "HOUR": "16 h.", "NAME": "FOLLIN François", "PLACE": "Harfleur (Seine-Inférieure)."}, "date": "2023-08-20T14:47:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2364	fontaine-rene-1899-06-05	{"a2": "277", "g55": "02-215", "afd5": "373"}	{"g55": "02-215", "lerrcp": "A2-277", "muller": "M5-373"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "René", "family": "Fontaine", "spouse": [], "official": {"given": "René", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1899-06-05 04:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.75, "lat": 48.58333, "name": "Pistorf", "geoid": 0}, "notime": null, "date-ut": "1899-06-05 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Fontaine"}, "birth": {"place": {"c2": "67", "cy": "FR", "lg": 7.75, "lat": 48.58333, "name": "Pistorf", "geoid": 0}, "date-ut": "1899-06-05 03:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-277"}, "ids-in-sources": {"a2": "277"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "67", "COU": "F", "DAY": "5", "LAT": "48N35", "LON": "7E45", "MON": "6", "NUM": "277", "PRO": "S", "SEC": "0", "YEA": "1899", "CITY": "PISTORF"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Fontaine", "official": {"given": "René"}}, "birth": {"date": "1899-06-05 04:00", "place": {"name": "Pisdorf"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "373"}}, "raw": {"NR": "373", "GNR": "SA2277", "JU_": "1", "MA_": "0", "MO_": "2", "SA_": "0", "SO_": "1", "VE_": "2", "CODE": "3", "JAHR": "1899", "KORR": "-1.00", "MARS": "25", "MODE": "", "MOND": "2", "NAME": "FONTAINE (RENÉ).", "AUFAB": "-7.60", "PHAS_": "11.100", "SONNE": "35", "VENUS": "1", "BREITE": "48 N 35", "GEBORT": "Pisdorf (Alsace-Lorraine) [Bas-Rhi", "LAENGE": "007 E 45", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "16", "GEBZEIT": "04.00", "JUPITER": "20", "ELECTAGE": "53,0", "ELECTDAT": "20.05.1952", "GEBDATUM": "05.06.1899", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Pistorf"}}, "partial-ids": {"g55": "02-215"}, "ids-in-source": {"g55": "02-215"}}, "raw": {"DAY": "5-6-1899", "HOUR": "4 h.", "NAME": "FONTAINE René", "PLACE": "Pistorf (Bas-Rhin)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
25825	truel-pierre-1862-04-23	{"g55": "10-863"}	{"g55": "10-863"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Truel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1862-04-23 02:00", "note": null, "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Belmont", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Truel", "nobility": ""}, "birth": {"date": "1862-04-23 02:00", "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "name": "Belmont"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-863"}}, "raw": {"DAY": "23-4-1862", "HOUR": "2 h.", "NAME": "TRUEL Pierre", "PLACE": "Belmont (Aveyron)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25826	tubeuf-louis-1854-10-06	{"g55": "10-864"}	{"g55": "10-864"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Tubeuf", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1854-10-06 18:00", "note": null, "place": {"c1": "", "c2": "54", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Nancy", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Tubeuf", "nobility": ""}, "birth": {"date": "1854-10-06 18:00", "place": {"c1": "", "c2": "54", "c3": "", "cy": "FR", "name": "Nancy"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-864"}}, "raw": {"DAY": "6-10-1854", "HOUR": "18 h.", "NAME": "TUBEUF Louis", "PLACE": "Nancy (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25827	urbain-charles-1852-10-19	{"g55": "10-865"}	{"g55": "10-865"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Urbain", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1852-10-19 12:00", "note": null, "place": {"c1": "", "c2": "52", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Doulevant-le-Chateau", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Urbain", "nobility": ""}, "birth": {"date": "1852-10-19 12:00", "place": {"c1": "", "c2": "52", "c3": "", "cy": "FR", "name": "Doulevant-le-Chateau"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-865"}}, "raw": {"DAY": "19-10-1852", "HOUR": "12 h.", "NAME": "URBAIN Charles", "PLACE": "Doulevant-le-Chateau (Hte-Marne)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25828	valette-theophile-1868-08-08	{"g55": "10-866"}	{"g55": "10-866"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Théophile", "family": "Valette", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1868-08-08 04:00", "note": null, "place": {"c1": "", "c2": "19", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Laubies", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Théophile", "family": "Valette", "nobility": ""}, "birth": {"date": "1868-08-08 04:00", "place": {"c1": "", "c2": "19", "c3": "", "cy": "FR", "name": "Laubies"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-866"}}, "raw": {"DAY": "8-8-1868", "HOUR": "4 h.", "NAME": "VALETTE Théophile", "PLACE": "Laubies (Corrèze)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2368	fredet-pierre-1870-04-02	{"a2": "281", "g55": "01-215", "afd5": "380"}	{"g55": "01-215", "lerrcp": "A2-281", "muller": "M5-380"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre", "family": "Frédet", "spouse": [], "official": {"given": "Pierre Auguste", "family": null}}	\N	{"lmt": null, "tzo": "+00:12:21", "date": "1870-04-02 19:00", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "notime": null, "date-ut": "1870-04-02 18:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Fredet"}, "birth": {"tzo": "+00:12:21", "date": "1870-04-02 19:00", "place": {"c2": "63", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "date-ut": "1870-04-02 18:47:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-281"}, "ids-in-sources": {"a2": "281"}}, "raw": {"H": "18", "MN": "47", "TZ": "0", "COD": "63", "COU": "F", "DAY": "2", "LAT": "45N47", "LON": "3E 5", "MON": "4", "NUM": "281", "PRO": "S", "SEC": "40", "YEA": "1870", "CITY": "CLERMONT FERRAND"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Frédet", "official": {"given": "Pierre Auguste"}}, "birth": {"date": "1870-04-02 19:00", "place": {"name": "Clermont-Ferrand"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "380"}}, "raw": {"NR": "380", "GNR": "SA2281", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1870", "KORR": "", "MARS": "20", "MODE": "LMT", "MOND": "17", "NAME": "FRÉDET (PIERRE AUGUSTE).", "AUFAB": "0.80", "PHAS_": "1.000", "SONNE": "19", "VENUS": "24", "BREITE": "45 N 47", "GEBORT": "Clermont-Ferrand (Puy-de-Dôme)", "LAENGE": "003 E 05", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "30", "GEBZEIT": "19.00", "JUPITER": "15", "ELECTAGE": "66,0", "ELECTDAT": "03.03.1936", "GEBDATUM": "02.04.1870", "STBDATUM": "29.05.1946"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-215"}, "ids-in-source": {"g55": "01-215"}}, "raw": {"DAY": "2-4-1870", "HOUR": "19 h.", "NAME": "FREDET Pierre", "PLACE": "Clermont-Ferrand (Puy-de-Dôme)."}, "date": "2023-08-20T14:47:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2370	fruhinsholz-albert-1876-01-27	{"a2": "283", "g55": "01-217", "afd5": "382"}	{"g55": "01-217", "lerrcp": "A2-283", "muller": "M5-382"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Albert", "family": "Fruhinsholz", "spouse": [], "official": {"given": "Albert Auguste", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1876-01-27 11:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.31631, "lat": 48.47425, "name": "Bayon", "geoid": 3034476}, "notime": null, "date-ut": "1876-01-27 10:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Furinsholz"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.31631, "lat": 48.47425, "name": "Bayon", "geoid": 3034476}, "date-ut": "1876-01-27 10:35:12"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-283"}, "ids-in-sources": {"a2": "283"}}, "raw": {"H": "10", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "27", "LAT": "48N42", "LON": "6E12", "MON": "1", "NUM": "283", "PRO": "S", "SEC": "12", "YEA": "1876", "CITY": "BAYON"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Fruhinsholz", "official": {"given": "Albert Auguste"}}, "birth": {"date": "1876-01-27 11:00", "place": {"name": "Bayon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "382"}}, "raw": {"NR": "382", "GNR": "SA2283", "JU_": "0", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1876", "KORR": "", "MARS": "2", "MODE": "LMT", "MOND": "6", "NAME": "FRUHINSHOLZ (ALBERT AUGUSTE).", "AUFAB": "-0.20", "PHAS_": "0.300", "SONNE": "7", "VENUS": "4", "BREITE": "48 N 42", "GEBORT": "Bayon (Meurthe-et-Moselle)", "LAENGE": "006 E 12", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "5", "GEBZEIT": "11.00", "JUPITER": "17", "ELECTAGE": "55,1", "ELECTDAT": "10.02.1931", "GEBDATUM": "27.01.1876", "STBDATUM": "02.07.1963"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-217"}, "ids-in-source": {"g55": "01-217"}}, "raw": {"DAY": "27-1-1876", "HOUR": "11 h.", "NAME": "FURINSHOLZ Albert Aug.", "PLACE": "Bayon (Meurthe-et-Mos.)."}, "date": "2023-08-20T14:47:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25829	nallage-paul-1852-11-06	{"g55": "10-867"}	{"g55": "10-867"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Nallage", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1852-11-06 06:00", "note": null, "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Béthune", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Nallage", "nobility": ""}, "birth": {"date": "1852-11-06 06:00", "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "name": "Béthune"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-867"}}, "raw": {"DAY": "6-11-1852", "HOUR": "6 h.", "NAME": "NALLAGE Paul", "PLACE": "Béthune (Pas-de-Calais)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25830	varnier-eugene-1867-06-19	{"g55": "10-868"}	{"g55": "10-868"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Varnier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1867-06-19 11:00", "note": null, "place": {"c1": "", "c2": "76", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Aubin-Epinay", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Varnier", "nobility": ""}, "birth": {"date": "1867-06-19 11:00", "place": {"c1": "", "c2": "76", "c3": "", "cy": "FR", "name": "Saint-Aubin-Epinay"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-868"}}, "raw": {"DAY": "19-6-1867", "HOUR": "11 h.", "NAME": "VARNIER Eugène", "PLACE": "Saint-Aubin-Epinay (Seine-Infér.)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25831	vasselin-pierre-1868-08-28	{"g55": "10-869"}	{"g55": "10-869"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Vasselin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1868-08-28 17:00", "note": null, "place": {"c1": "", "c2": "50", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Besneville", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Vasselin", "nobility": ""}, "birth": {"date": "1868-08-28 17:00", "place": {"c1": "", "c2": "50", "c3": "", "cy": "FR", "name": "Besneville"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-869"}}, "raw": {"DAY": "28-8-1868", "HOUR": "17 h.", "NAME": "VASSELIN Pierre", "PLACE": "Besneville (Manche)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2373	gallavardin-louis-1875-08-20	{"a2": "286", "afd5": "386"}	{"lerrcp": "A2-286", "muller": "M5-386"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Gallavardin", "spouse": [], "official": {"given": "Louis Bénédict", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1875-08-20 22:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1875-08-20 21:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Gallavardin"}, "birth": {"tzo": "+00:19:23", "date": "1875-08-20 22:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1875-08-20 21:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-286"}, "ids-in-sources": {"a2": "286"}}, "raw": {"H": "21", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "20", "LAT": "45N46", "LON": "4E50", "MON": "8", "NUM": "286", "PRO": "S", "SEC": "40", "YEA": "1875", "CITY": "LYON"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Gallavardin", "official": {"given": "Louis Bénédict"}}, "birth": {"date": "1875-08-20 22:00", "place": {"name": "Lyon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "386"}}, "raw": {"NR": "386", "GNR": "SA2286", "JU_": "1", "MA_": "0", "MO_": "2", "SA_": "1", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1875", "KORR": "", "MARS": "15", "MODE": "LMT", "MOND": "2", "NAME": "GALLAVARDIN (LOUIS BÉNÉDICT).", "AUFAB": "-5.50", "PHAS_": "90.100", "SONNE": "24", "VENUS": "25", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "6", "GEBZEIT": "22.00", "JUPITER": "20", "ELECTAGE": "63,5", "ELECTDAT": "07.02.1939", "GEBDATUM": "20.08.1875", "STBDATUM": "02.12.1957"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2375	gariel-charles-1841-08-09	{"a2": "288", "afd5": "389"}	{"lerrcp": "A2-288", "muller": "M5-389"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles", "family": "Gariel", "spouse": [], "official": {"given": "Charles Marie", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1841-08-09 19:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1841-08-09 18:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Gariel"}, "birth": {"tzo": "+00:09:24", "date": "1841-08-09 19:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1841-08-09 18:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-288"}, "ids-in-sources": {"a2": "288"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "9", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "288", "PRO": "S", "SEC": "40", "YEA": "1841", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Gariel", "official": {"given": "Charles Marie"}}, "birth": {"date": "1841-08-09 19:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "389"}}, "raw": {"NR": "389", "GNR": "SA2288", "JU_": "2", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "4", "JAHR": "1841", "KORR": "", "MARS": "12", "MODE": "LMT", "MOND": "31", "NAME": "GARIEL (CHARLES MARIE).", "AUFAB": "-9.70", "PHAS_": "63.400", "SONNE": "18", "VENUS": "23", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "6", "GEBZEIT": "19.00", "JUPITER": "9", "ELECTAGE": "40,9", "ELECTDAT": "11.07.1882", "GEBDATUM": "09.08.1841", "STBDATUM": "31.03.1924"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
25832	veilla-abadie-bernard-1855-04-03	{"g55": "10-870"}	{"g55": "10-870"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Veilla-abadie", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1855-04-03 18:00", "note": null, "place": {"c1": "", "c2": "65", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Gouaux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Veilla-abadie", "nobility": ""}, "birth": {"date": "1855-04-03 18:00", "place": {"c1": "", "c2": "65", "c3": "", "cy": "FR", "name": "Gouaux"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-870"}}, "raw": {"DAY": "3-4-1855", "HOUR": "18 h.", "NAME": "VEILLA-ABADIE Bernard", "PLACE": "Gouaux (Hautes-Pyrénées)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25833	veillat-maria-1872-02-05	{"g55": "10-871"}	{"g55": "10-871"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maria", "family": "Veillat", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1872-02-05 14:00", "note": null, "place": {"c1": "", "c2": "41", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Selles-sur-Cher", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Maria", "family": "Veillat", "nobility": ""}, "birth": {"date": "1872-02-05 14:00", "place": {"c1": "", "c2": "41", "c3": "", "cy": "FR", "name": "Selles-sur-Cher"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-871"}}, "raw": {"DAY": "5-2-1872", "HOUR": "14 h.", "NAME": "VEILLAT Maria", "PLACE": "Selles-sur-Cher (Loir-et-Cher)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25834	vergne-jules-1875-03-19	{"g55": "10-872"}	{"g55": "10-872"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Vergne", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1875-03-19 01:00", "note": null, "place": {"c1": "", "c2": "07", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Victor", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Vergne", "nobility": ""}, "birth": {"date": "1875-03-19 01:00", "place": {"c1": "", "c2": "07", "c3": "", "cy": "FR", "name": "Saint-Victor"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-872"}}, "raw": {"DAY": "19-3-1875", "HOUR": "1 h.", "NAME": "VERGNE Jules", "PLACE": "Saint-Victor (Ardèche)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25835	verich-jules-1856-12-28	{"g55": "10-873"}	{"g55": "10-873"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Verich", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1856-12-28 02:00", "note": null, "place": {"c1": "", "c2": "88", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Raon-L’Etape", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Verich", "nobility": ""}, "birth": {"date": "1856-12-28 02:00", "place": {"c1": "", "c2": "88", "c3": "", "cy": "FR", "name": "Raon-L’Etape"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-873"}}, "raw": {"DAY": "28-12-1856", "HOUR": "2 h.", "NAME": "VERICH Jules", "PLACE": "Raon-L’Etape (Vosges)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2378	gaucher-ernest-1854-07-26	{"a2": "291", "g55": "01-223", "afd5": "396"}	{"g55": "01-223", "lerrcp": "A2-291", "muller": "M5-396"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Ernest", "family": "Gaucher", "spouse": [], "official": {"given": "Philippe Charles Ernest", "family": null}}	\N	{"lmt": null, "tzo": "+00:13:24", "date": "1854-07-26 22:00", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.35048, "lat": 47.28581, "name": "Champlemy", "geoid": 3027090}, "notime": null, "date-ut": "1854-07-26 21:47:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Gaucher"}, "birth": {"tzo": "+00:13:24", "date": "1854-07-26 22:00", "place": {"c2": "58", "cy": "FR", "lg": 3.35048, "lat": 47.28581, "name": "Champlemy", "geoid": 3027090}, "date-ut": "1854-07-26 21:47:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-291"}, "ids-in-sources": {"a2": "291"}}, "raw": {"H": "21", "MN": "47", "TZ": "0", "COD": "58", "COU": "F", "DAY": "26", "LAT": "46N59", "LON": "3E 9", "MON": "7", "NUM": "291", "PRO": "S", "SEC": "24", "YEA": "1854", "CITY": "CHAMPLEMY"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Gaucher", "official": {"given": "Philippe Charles Ernest"}}, "birth": {"date": "1854-07-26 22:00", "place": {"name": "Champlemy"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "396"}}, "raw": {"NR": "396", "GNR": "SA2291", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1854", "KORR": "", "MARS": "18", "MODE": "LMT", "MOND": "21", "NAME": "GAUCHER (PHILIPPE CHARLES ERNEST).", "AUFAB": "0.70", "PHAS_": "0.900", "SONNE": "23", "VENUS": "28", "BREITE": "46 N 59", "GEBORT": "Champlemy (Nièvre)", "LAENGE": "003 E 09", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "31", "GEBZEIT": "22.00", "JUPITER": "7", "ELECTAGE": "55,9", "ELECTDAT": "24.05.1910", "GEBDATUM": "26.07.1854", "STBDATUM": "25.01.1918"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-223"}, "ids-in-source": {"g55": "01-223"}}, "raw": {"DAY": "26-7-1854", "HOUR": "22 h.", "NAME": "GAUCHER Ernest", "PLACE": "Champléemy (Nièvre)."}, "date": "2023-08-20T14:47:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2380	gautier-armand-1837-09-23	{"a2": "293", "g55": "01-225", "afd5": "400"}	{"g55": "01-225", "lerrcp": "A2-293", "muller": "M5-400"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Armand", "family": "Gautier", "spouse": [], "official": {"given": "Emile Justin Armand", "family": null}}	\N	{"lmt": null, "tzo": "+00:12", "date": "1837-09-23 21:30", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 3.00141, "lat": 43.18396, "name": "Narbonne", "geoid": 2990919}, "notime": null, "date-ut": "1837-09-23 21:20:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Gautier"}, "birth": {"tzo": "+00:12", "date": "1837-09-23 21:30", "place": {"c2": "11", "cy": "FR", "lg": 3.00141, "lat": 43.18396, "name": "Narbonne", "geoid": 2990919}, "date-ut": "1837-09-23 21:20:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-293"}, "ids-in-sources": {"a2": "293"}}, "raw": {"H": "21", "MN": "20", "TZ": "0", "COD": "11", "COU": "F", "DAY": "23", "LAT": "43N12", "LON": "2E21", "MON": "9", "NUM": "293", "PRO": "S", "SEC": "36", "YEA": "1837", "CITY": "NARBONNE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Gautier", "official": {"given": "Emile Justin Armand"}}, "birth": {"date": "1837-09-23 21:30", "place": {"name": "Narbonne"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "400"}}, "raw": {"NR": "400", "GNR": "SA2293", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1837", "KORR": "", "MARS": "21", "MODE": "LMT", "MOND": "31", "NAME": "GAUTIER (EMILE JUSTIN ARMAND).", "AUFAB": "-9.50", "PHAS_": "37.300", "SONNE": "24", "VENUS": "22", "BREITE": "43 N 12", "GEBORT": "Narbonne (Aude)", "LAENGE": "002 E 21", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "21", "GEBZEIT": "21.30", "JUPITER": "26", "ELECTAGE": "41,5", "ELECTDAT": "04.03.1879", "GEBDATUM": "23.09.1837", "STBDATUM": "27.07.1920"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-225"}, "ids-in-source": {"g55": "01-225"}}, "raw": {"DAY": "23-9-1837", "HOUR": "21 h. 30", "NAME": "* GAUTIER Armand", "PLACE": "Narbonne (Aude)."}, "date": "2023-08-20T14:47:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25836	vialette-henri-1862-01-27	{"g55": "10-874"}	{"g55": "10-874"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Vialette", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1862-01-27 03:00", "note": null, "place": {"c1": "", "c2": "15", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lavastrie", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Vialette", "nobility": ""}, "birth": {"date": "1862-01-27 03:00", "place": {"c1": "", "c2": "15", "c3": "", "cy": "FR", "name": "Lavastrie"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-874"}}, "raw": {"DAY": "27-1-1862", "HOUR": "3 h.", "NAME": "VIALETTE Henri", "PLACE": "Lavastrie (Cantal)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25837	vidis-charles-1875-05-15	{"g55": "10-875"}	{"g55": "10-875"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Vidis", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1875-05-15 16:00", "note": null, "place": {"c1": "", "c2": "18", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Henrichemont", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Vidis", "nobility": ""}, "birth": {"date": "1875-05-15 16:00", "place": {"c1": "", "c2": "18", "c3": "", "cy": "FR", "name": "Henrichemont"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-875"}}, "raw": {"DAY": "15-5-1875", "HOUR": "16 h.", "NAME": "VIDIS Charles", "PLACE": "Henrichemont (Cher)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25838	viellard-lacharme-marie-1854-12-13	{"g55": "10-876"}	{"g55": "10-876"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Viellard-lacharme", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1854-12-13 16:00", "note": null, "place": {"c1": "", "c2": "58", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Sermanges", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Viellard-lacharme", "nobility": ""}, "birth": {"date": "1854-12-13 16:00", "place": {"c1": "", "c2": "58", "c3": "", "cy": "FR", "name": "Sermanges"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-876"}}, "raw": {"DAY": "13-12-1854", "HOUR": "16 h.", "NAME": "VIELLARD-LACHARME Marie", "PLACE": "Sermanges (Nièvre)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25839	vigourel-adrien-1843-08-25	{"g55": "10-877"}	{"g55": "10-877"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrien", "family": "Vigourel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1843-08-25 04:00", "note": null, "place": {"c1": "", "c2": "34", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lodève", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Adrien", "family": "Vigourel", "nobility": ""}, "birth": {"date": "1843-08-25 04:00", "place": {"c1": "", "c2": "34", "c3": "", "cy": "FR", "name": "Lodève"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-877"}}, "raw": {"DAY": "25-8-1843", "HOUR": "4 h.", "NAME": "VIGOUREL Adrien", "PLACE": "Lodève (Hérault)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2383	gerard-ernest-1863-02-23	{"a2": "296", "g55": "01-228", "afd5": "405"}	{"g55": "01-228", "lerrcp": "A2-296", "muller": "M5-405"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Ernest", "family": "Gérard", "spouse": [], "official": {"given": "Ernest Hippolyte", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:17", "date": "1863-02-23 19:00", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.31954, "lat": 49.31535, "name": "Mouy", "geoid": 2991297}, "notime": null, "date-ut": "1863-02-23 18:51:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Gerard"}, "birth": {"tzo": "+00:09:17", "date": "1863-02-23 19:00", "place": {"c2": "60", "cy": "FR", "lg": 2.31954, "lat": 49.31535, "name": "Mouy", "geoid": 2991297}, "date-ut": "1863-02-23 18:51:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-296"}, "ids-in-sources": {"a2": "296"}}, "raw": {"H": "18", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "23", "LAT": "49N26", "LON": "2E 5", "MON": "2", "NUM": "296", "PRO": "S", "SEC": "40", "YEA": "1863", "CITY": "MOUY"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Gérard", "official": {"given": "Ernest Hippolyte"}}, "birth": {"date": "1863-02-23 19:00", "place": {"name": "Mouy"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "405"}}, "raw": {"NR": "405", "GNR": "SA2296", "JU_": "0", "MA_": "2", "MO_": "2", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "4", "JAHR": "1863", "KORR": "", "MARS": "12", "MODE": "LMT", "MOND": "12", "NAME": "GÉRARD (ERNEST HIPPOLYTE).", "AUFAB": "8.50", "PHAS_": "26.400", "SONNE": "21", "VENUS": "18", "BREITE": "49 N 26", "GEBORT": "Mouy (Oise)", "LAENGE": "002 E 05", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "35", "GEBZEIT": "19.00", "JUPITER": "32", "ELECTAGE": "56,8", "ELECTDAT": "25.11.1919", "GEBDATUM": "23.02.1863", "STBDATUM": "28.09.1935"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-228"}, "ids-in-source": {"g55": "01-228"}}, "raw": {"DAY": "23-2-1863", "HOUR": "19 h.", "NAME": "GERARD Ernest", "PLACE": "Mouy (Oise)."}, "date": "2023-08-20T14:47:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2385	gilbert-augustin-1858-02-15	{"a2": "298", "g55": "01-230", "afd5": "409"}	{"g55": "01-230", "lerrcp": "A2-298", "muller": "M5-409"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Augustin", "family": "Gilbert", "spouse": [], "official": {"given": "Augustin Nicolas", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:49", "date": "1858-02-15 04:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.95585, "lat": 49.42635, "name": "Buzancy", "geoid": 3029343}, "notime": null, "date-ut": "1858-02-15 03:41:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Augustin", "family": "Gilbert"}, "birth": {"tzo": "+00:19:49", "date": "1858-02-15 04:00", "place": {"c2": "08", "cy": "FR", "lg": 4.95585, "lat": 49.42635, "name": "Buzancy", "geoid": 3029343}, "date-ut": "1858-02-15 03:41:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-298"}, "ids-in-sources": {"a2": "298"}}, "raw": {"H": "3", "MN": "41", "TZ": "0", "COD": "08", "COU": "F", "DAY": "15", "LAT": "49N46", "LON": "4E44", "MON": "2", "NUM": "298", "PRO": "S", "SEC": "4", "YEA": "1858", "CITY": "BUZANCY"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Gilbert", "official": {"given": "Augustin Nicolas"}}, "birth": {"date": "1858-02-15 04:00", "place": {"name": "Buzancy"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "409"}}, "raw": {"NR": "409", "GNR": "SA2298", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "0", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1858", "KORR": "", "MARS": "7", "MODE": "LMT", "MOND": "31", "NAME": "GILBERT (AUGUSTIN NICOLAS).", "AUFAB": "1.30", "PHAS_": "1.300", "SONNE": "32", "VENUS": "32", "BREITE": "49 N 46", "GEBORT": "Buzancy (Ardennes)", "LAENGE": "004 E 44", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "16", "GEBZEIT": "04.00", "JUPITER": "26", "ELECTAGE": "47,8", "ELECTDAT": "28.11.1905", "GEBDATUM": "15.02.1858", "STBDATUM": "04.03.1927"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-230"}, "ids-in-source": {"g55": "01-230"}}, "raw": {"DAY": "15-2-1858", "HOUR": "4 h.", "NAME": "GILBERT Augustin", "PLACE": "Buzancy (Ardennes)."}, "date": "2023-08-20T14:47:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25840	vilain-camille-1859-03-11	{"g55": "10-878"}	{"g55": "10-878"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Vilain", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1859-03-11 21:00", "note": null, "place": {"c1": "", "c2": "18", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Ivry-le-Pré", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Vilain", "nobility": ""}, "birth": {"date": "1859-03-11 21:00", "place": {"c1": "", "c2": "18", "c3": "", "cy": "FR", "name": "Ivry-le-Pré"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-878"}}, "raw": {"DAY": "11-3-1859", "HOUR": "21 h.", "NAME": "VILAIN Camille", "PLACE": "Ivry-le-Pré (Cher)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25841	villele-joseph-1858-02-24	{"g55": "10-879"}	{"g55": "10-879"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Villele", "spouse": [], "nobility": "de", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1858-02-24 11:00", "note": null, "place": {"c1": "", "c2": "13", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Chateau-Renard", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Villele", "nobility": "de"}, "birth": {"date": "1858-02-24 11:00", "place": {"c1": "", "c2": "13", "c3": "", "cy": "FR", "name": "Chateau-Renard"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-879"}}, "raw": {"DAY": "24-2-1858", "HOUR": "11 h.", "NAME": "VILLELE (de) Joseph", "PLACE": "Chateau-Renard (Bouches-du-R.)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25842	villien-antoine-1867-12-04	{"g55": "10-880"}	{"g55": "10-880"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Villien", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1867-12-04 15:00", "note": null, "place": {"c1": "", "c2": "73", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Aime", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Villien", "nobility": ""}, "birth": {"date": "1867-12-04 15:00", "place": {"c1": "", "c2": "73", "c3": "", "cy": "FR", "name": "Aime"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-880"}}, "raw": {"DAY": "4-12-1867", "HOUR": "15 h.", "NAME": "VILLIEN Antoine", "PLACE": "Aime (Savoie)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2389	girardin-jean-1803-11-16	{"a2": "302", "afd5": "414"}	{"lerrcp": "A2-302", "muller": "M5-414"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Girardin", "spouse": [], "official": {"given": "Jean Pierre Louis", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1803-11-16 16:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1803-11-16 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Girardin"}, "birth": {"tzo": "+00:09:24", "date": "1803-11-16 16:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1803-11-16 15:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-302"}, "ids-in-sources": {"a2": "302"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "16", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "302", "PRO": "S", "SEC": "40", "YEA": "1803", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Girardin", "official": {"given": "Jean Pierre Louis"}}, "birth": {"date": "1803-11-16 16:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "414"}}, "raw": {"NR": "414", "GNR": "SA2302", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "4", "JAHR": "1803", "KORR": "", "MARS": "17", "MODE": "LMT", "MOND": "16", "NAME": "GIRARDIN (JEAN PIERRE LOUIS).", "AUFAB": "1.90", "PHAS_": "2.400", "SONNE": "18", "VENUS": "17", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "21", "GEBZEIT": "16.00", "JUPITER": "20", "ELECTAGE": "44,3", "ELECTDAT": "24.02.1848", "GEBDATUM": "16.11.1803", "STBDATUM": "30.05.1884"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2387	gilis-jean-1857-01-25	{"a2": "300", "g55": "01-232", "afd5": "411"}	{"g55": "01-232", "lerrcp": "A2-300", "muller": "M5-411"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Gilis", "spouse": [], "official": {"given": "Jean Louis Paul Marie Antoine", "family": null}}	\N	{"lmt": null, "tzo": "+00:05:27", "date": "1857-01-25 07:00", "note": null, "place": {"c1": null, "c2": "82", "c3": null, "cy": "FR", "lg": 1.36364, "lat": 44.19332, "name": "Molières", "geoid": 2993528}, "notime": null, "date-ut": "1857-01-25 06:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Gilis"}, "birth": {"tzo": "+00:05:27", "date": "1857-01-25 07:00", "place": {"c2": "82", "cy": "FR", "lg": 1.36364, "lat": 44.19332, "name": "Molières", "geoid": 2993528}, "date-ut": "1857-01-25 06:54:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-300"}, "ids-in-sources": {"a2": "300"}}, "raw": {"H": "6", "MN": "54", "TZ": "0", "COD": "82", "COU": "F", "DAY": "25", "LAT": "44N 1", "LON": "1E20", "MON": "1", "NUM": "300", "PRO": "S", "SEC": "40", "YEA": "1857", "CITY": "MOLIERES"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Gilis", "official": {"given": "Jean Louis Paul Marie Antoine"}}, "birth": {"date": "1857-01-25 07:00", "place": {"name": "Molières"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "411"}}, "raw": {"NR": "411", "GNR": "SA2300", "JU_": "0", "MA_": "0", "MO_": "2", "SA_": "1", "SO_": "2", "VE_": "0", "CODE": "3", "JAHR": "1857", "KORR": "", "MARS": "34", "MODE": "LMT", "MOND": "36", "NAME": "GILIS (JEAN LOUIS PAUL MARIE ANTOINE).", "AUFAB": "-3.40", "PHAS_": "1.300", "SONNE": "36", "VENUS": "33", "BREITE": "44 N 01", "GEBORT": "Molières (Tarn-et-Garonne)", "LAENGE": "001 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "21", "GEBZEIT": "07.00", "JUPITER": "32", "ELECTAGE": "48,9", "ELECTDAT": "26.12.1905", "GEBDATUM": "25.01.1857", "STBDATUM": "26.10.1929"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-232"}, "ids-in-source": {"g55": "01-232"}}, "raw": {"DAY": "25-1-1857", "HOUR": "7 h.", "NAME": "GILIS Jean Louis", "PLACE": "Moliéres (Tarn-et-Garonne)."}, "date": "2023-08-20T14:47:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2390	giraud-gaston-1888-10-10	{"a2": "303", "g55": "02-239", "afd5": "415"}	{"g55": "02-239", "lerrcp": "A2-303", "muller": "M5-415"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Gaston", "family": "Giraud", "spouse": [], "official": {"given": "Gaston Raoul", "family": null}}	\N	{"lmt": null, "tzo": "+00:18:24", "date": "1888-10-10 06:00", "note": null, "place": {"c1": null, "c2": "07", "c3": null, "cy": "FR", "lg": 4.59918, "lat": 44.735, "name": "Privas", "geoid": 2985290}, "notime": null, "date-ut": "1888-10-10 05:41:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Giraud"}, "birth": {"tzo": "+00:18:24", "date": "1888-10-10 06:00", "place": {"c2": "07", "cy": "FR", "lg": 4.59918, "lat": 44.735, "name": "Privas", "geoid": 2985290}, "date-ut": "1888-10-10 05:41:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-303"}, "ids-in-sources": {"a2": "303"}}, "raw": {"H": "5", "MN": "41", "TZ": "0", "COD": "07", "COU": "F", "DAY": "10", "LAT": "44N44", "LON": "4E36", "MON": "10", "NUM": "303", "PRO": "S", "SEC": "36", "YEA": "1888", "CITY": "PRIVAS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Giraud", "official": {"given": "Gaston Raoul"}}, "birth": {"date": "1888-10-10 06:00", "place": {"name": "Privas"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "415"}}, "raw": {"NR": "415", "GNR": "SA2303", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "2", "VE_": "0", "CODE": "3", "JAHR": "1888", "KORR": "", "MARS": "30", "MODE": "LMT", "MOND": "30", "NAME": "GIRAUD (GASTON RAOUL).", "AUFAB": "9.60", "PHAS_": "25.800", "SONNE": "36", "VENUS": "33", "BREITE": "44 N 44", "GEBORT": "Privas (Ardèche)", "LAENGE": "004 E 36", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "7", "GEBZEIT": "06.00", "JUPITER": "31", "ELECTAGE": "57,7", "ELECTDAT": "11.06.1946", "GEBDATUM": "10.10.1888", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "02-239"}, "ids-in-source": {"g55": "02-239"}}, "raw": {"DAY": "10-10-1888", "HOUR": "6 h.", "NAME": "GIRAUD Gaston", "PLACE": "Privas (Ardèche)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
25843	vuillard-pierre-1888-06-20	{"g55": "10-881"}	{"g55": "10-881"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Vuillard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1888-06-20 03:00", "note": null, "place": {"c1": "", "c2": "39", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Claude", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Vuillard", "nobility": ""}, "birth": {"date": "1888-06-20 03:00", "place": {"c1": "", "c2": "39", "c3": "", "cy": "FR", "name": "Saint-Claude"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-881"}}, "raw": {"DAY": "20-6-1888", "HOUR": "3 h.", "NAME": "VUILLARD Pierre", "PLACE": "Saint-Claude (Jura)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
25844	wintzer-ferdinand-1872-06-08	{"g55": "10-882"}	{"g55": "10-882"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Wintzer", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1872-06-08 05:00", "note": null, "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Ulfholz", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["catholic-priest"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Wintzer", "nobility": ""}, "birth": {"date": "1872-06-08 05:00", "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "name": "Ulfholz"}}, "occus": ["catholic-priest"], "trust": 5, "ids-in-sources": {"g55": "10-882"}}, "raw": {"DAY": "8-6-1872", "HOUR": "5 h.", "NAME": "WINTZER Ferdinand", "PLACE": "Ulfholz (Haut-Rhin)."}, "date": "2023-08-20T14:49:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 10-884-priests"}]	[]
2395	gobley-nicolas-1811-05-11	{"a2": "308", "afd5": "424"}	{"lerrcp": "A2-308", "muller": "M5-424"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Nicolas", "family": "Gobley", "spouse": [], "official": {"given": "Nicolas Théodore", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1811-05-11 04:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1811-05-11 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Nicolas", "family": "Gobley"}, "birth": {"tzo": "+00:09:24", "date": "1811-05-11 04:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1811-05-11 03:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-308"}, "ids-in-sources": {"a2": "308"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "11", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "308", "PRO": "S", "SEC": "40", "YEA": "1811", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Gobley", "official": {"given": "Nicolas Théodore"}}, "birth": {"date": "1811-05-11 04:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "424"}}, "raw": {"NR": "424", "GNR": "SA2308", "JU_": "0", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "2", "CODE": "4", "JAHR": "1811", "KORR": "", "MARS": "16", "MODE": "LMT", "MOND": "13", "NAME": "GOBLEY (NICOLAS THÉODORE).", "AUFAB": "-4.60", "PHAS_": "92.700", "SONNE": "35", "VENUS": "2", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "13", "GEBZEIT": "04.00", "JUPITER": "33", "ELECTAGE": "50,3", "ELECTDAT": "08.08.1861", "GEBDATUM": "11.05.1811", "STBDATUM": "01.09.1878"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2393	glenard-claude-1848-12-23	{"a2": "306", "g55": "01-236", "afd5": "421"}	{"g55": "01-236", "lerrcp": "A2-306", "muller": "M5-421"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Claude", "family": "Glénard", "spouse": [], "official": {"given": "Claude Marie Frantz", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1848-12-23 08:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1848-12-23 07:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Glenard"}, "birth": {"tzo": "+00:19:23", "date": "1848-12-23 08:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1848-12-23 07:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-306"}, "ids-in-sources": {"a2": "306"}}, "raw": {"H": "7", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "23", "LAT": "45N46", "LON": "4E50", "MON": "12", "NUM": "306", "PRO": "S", "SEC": "40", "YEA": "1848", "CITY": "LYON"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Glénard", "official": {"given": "Claude Marie Frantz"}}, "birth": {"date": "1848-12-23 08:00", "place": {"name": "Lyon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "421"}}, "raw": {"NR": "421", "GNR": "SA2306", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "0", "CODE": "3", "JAHR": "1848", "KORR": "", "MARS": "4", "MODE": "LMT", "MOND": "5", "NAME": "GLÉNARD (CLAUDE MARIE FRANTZ).", "AUFAB": "-5.30", "PHAS_": "6.700", "SONNE": "1", "VENUS": "34", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "31", "GEBZEIT": "08.00", "JUPITER": "15", "ELECTAGE": "47,1", "ELECTDAT": "04.02.1896", "GEBDATUM": "23.12.1848", "STBDATUM": "10.05.1920"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-236"}, "ids-in-source": {"g55": "01-236"}}, "raw": {"DAY": "23-12-1848", "HOUR": "8 h.", "NAME": "GLENARD Claude M.", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:47:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25845	weil-andre-1906-05-06	{"wd": "Q323232"}	{"wd": "Q323232"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Weil", "spouse": [], "official": {"given": "André Abraham", "family": "Weil"}}	M	{"lmt": null, "tzo": null, "date": "1906-05-06 19:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "10", "cy": "FR", "lg": null, "lat": null, "name": "Paris", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mathematician"]	2	{"birth": {"slug": "weil-andre-1906-05-06", "extras": {"name": {"given": "André", "family": "Weil"}, "partial-ids": {"wd": "Q323232"}, "ids-in-sources": {"wd": "Q323232"}}, "header": {"history": {"0": {"date": "2023-01-12", "actor": "Thierry Graff", "action": "Addition to the Open Gauquelin Database"}}}, "source": {"notes": "Act n° 1822\\n<br>The search form to find this document is on <a href=\\"https://archives.paris.fr/s/4/etat-civil-actes/?\\">https://archives.paris.fr/s/4/etat-civil-actes/?</a>\\n", "civil-registry": {"web": {"url": "https://archives.paris.fr/arkotheque/visionneuse/visionneuse.php?arko=YTo2OntzOjQ6ImRhdGUiO3M6MTA6IjIwMjMtMDEtMTIiO3M6MTA6InR5cGVfZm9uZHMiO3M6MTE6ImFya29fc2VyaWVsIjtzOjQ6InJlZjEiO2k6NDtzOjQ6InJlZjIiO2k6MjgwNDU2O3M6MTY6InZpc2lvbm5ldXNlX2h0bWwiO2I6MTtzOjIxOiJ2aXNpb25uZXVzZV9odG1sX21vZGUiO3M6NDoicHJvZCI7fQ==", "page": "14 / 31"}, "name": "1906, Naissances, 10 - 10 10N 360", "place": {"c2": "75", "c3": "10", "cy": "FR", "name": "Paris"}}, "document-creation": {"date": "1906-05-09 11:00", "place": "Paris, mairie du 10ème arrondissement"}}, "opengauquelin": {"projects": {"0": "french-math"}}, "transcription": {"sex": "M", "name": {"official": {"given": "André Abraham", "family": "Weil"}}, "birth": {"date": "1906-05-06 19:00", "place": {"c2": "75", "c3": "10", "cy": "FR", "name": "Paris"}}}}}	[{"new": {"sex": "M", "name": {"given": "André", "family": "Weil", "official": {"given": "André Abraham", "family": "Weil"}}, "birth": {"date": "1906-05-06 19:00", "place": {"c2": "75", "c3": "10", "cy": "FR", "name": "Paris"}}, "occus": ["mathematician"], "partial-ids": {"wd": "Q323232"}, "ids-in-sources": {"wd": "Q323232"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1906/05/06/weil-andre-1906-05-06\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:58+02:00", "source": "Birth certificate", "command": "wiki bc add weil-andre-1906-05-06"}]	[]
12096	piaf-edith-1915-12-19	{"a5": "628", "g55": "07-300", "afd3": "174"}	{"g55": "07-300", "lerrcp": "A5-628", "muller": "M3-174"}	{"fame": {"full": null, "given": "Edith", "family": "Piaf"}, "nobl": null, "alter": [], "given": "Edith", "family": "Gassion", "spouse": [], "official": {"given": "Edith Giovanna", "family": "Gassion"}}	F	{"lmt": null, "tzo": "+00:00", "date": "1915-12-19 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "20", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1915-12-19 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor", "singer"]	2	{"birth": {"slug": "piaf-edith-1915-12-19", "extras": {"name": {"fame": {"given": "Edith", "family": "Piaf"}, "given": "Edith"}}, "header": {"history": {"0": {"date": "2023-04-20", "actor": "Thierry Graff", "action": "Locate, download and transcribe the act"}}}, "source": {"notes": "Original name of the image: archives_AD075EC_20N302_0130.JPG\\n<br>Née rue de la Chine, 4\\n", "civil-registry": {"web": {"url": "https://archives.paris.fr/arkotheque/visionneuse/visionneuse.php?arko=YTo2OntzOjQ6ImRhdGUiO3M6MTA6IjIwMjMtMDQtMjAiO3M6MTA6InR5cGVfZm9uZHMiO3M6MTE6ImFya29fc2VyaWVsIjtzOjQ6InJlZjEiO2k6NDtzOjQ6InJlZjIiO2k6MzA1OTQ5O3M6MTY6InZpc2lvbm5ldXNlX2h0bWwiO2I6MTtzOjIxOiJ2aXNpb25uZXVzZV9odG1sX21vZGUiO3M6NDoicHJvZCI7fQ", "page": "10 / 22"}, "name": "1915, Naissances, 20 20N 302", "place": {"c2": "75", "c3": "20", "cy": "FR", "name": "Paris"}}, "document-creation": {"date": null, "place": null}}, "opengauquelin": {"old-slug": "piaf-edith-gassion-1915-12-19"}, "transcription": {"sex": "F", "name": {"official": {"given": "Edith Giovanna", "family": "Gassion"}}, "birth": {"date": "1915-12-19 05:00", "place": {"c2": "75", "c3": "20", "cy": "FR", "name": "Paris"}}}}}	[{"new": {"name": {"given": "", "family": "Piaf Edith (Gassion)"}, "birth": {"tzo": "+00:00", "date": "1915-12-19 05:00", "place": {"c2": "75", "c3": "20", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1915-12-19 05:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-628"}, "ids-in-sources": {"a5": "628"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "75", "COU": "F", "DAY": "19", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "628", "PRO": "A", "SEC": "0", "YEA": "1915", "CITY": "PARIS 20E"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "F", "occus": ["singer"], "sources": "afd3", "ids-in-sources": {"afd3": "174"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 17", "LAT": "48 N 50", "TZO": "0.00", "DATE": "19.12.1915", "MUID": "174", "NAME": "PIAF, Edith (GASSION, E. Giovanna)", "OCCU": "AR 06", "TIME": "05.00", "BOOKS": "235", "PLACE": "Paris", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}, {"new": {"partial-ids": {"g55": "07-300"}, "ids-in-source": {"g55": "07-300"}}, "raw": {"DAY": "19-12-1915", "HOUR": "5 h.", "NAME": "PIAF Edith", "PLACE": "Paris (20°) (Seine)."}, "date": "2023-08-20T14:49:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}, {"new": {"sex": "F", "name": {"fame": {"given": "Edith", "family": "Piaf"}, "given": "Edith", "official": {"given": "Edith Giovanna", "family": "Gassion"}}, "birth": {"date": "1915-12-19 05:00", "place": {"c2": "75", "c3": "20", "cy": "FR", "name": "Paris"}}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1915/12/19/piaf-edith-1915-12-19\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:58+02:00", "source": "Birth certificate", "command": "wiki bc add piaf-edith-1915-12-19"}]	[]
2400	grasset-joseph-1849-03-18	{"a2": "313", "g55": "01-241", "afd5": "434"}	{"g55": "01-241", "lerrcp": "A2-313", "muller": "M5-434"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Joseph", "family": "Grasset", "spouse": [], "official": {"given": "Joseph", "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1849-03-18 19:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1849-03-18 18:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Grasset"}, "birth": {"tzo": "+00:15:30", "date": "1849-03-18 19:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1849-03-18 18:44:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-313"}, "ids-in-sources": {"a2": "313"}}, "raw": {"H": "18", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "18", "LAT": "43N37", "LON": "3E53", "MON": "3", "NUM": "313", "PRO": "S", "SEC": "28", "YEA": "1849", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Grasset", "official": {"given": "Joseph"}}, "birth": {"date": "1849-03-18 19:00", "place": {"name": "Montpellier"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "434"}}, "raw": {"NR": "434", "GNR": "SA2313", "JU_": "0", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1849", "KORR": "", "MARS": "25", "MODE": "LMT", "MOND": "27", "NAME": "GRASSET (JOSEPH).", "AUFAB": "-9.50", "PHAS_": "40.900", "SONNE": "20", "VENUS": "15", "BREITE": "43 N 37", "GEBORT": "Montpellier (Hérault)", "LAENGE": "003 E 53", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "20", "GEBZEIT": "19.00", "JUPITER": "7", "ELECTAGE": "39,4", "ELECTDAT": "20.07.1888", "GEBDATUM": "18.03.1849", "STBDATUM": "07.07.1918"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-241"}, "ids-in-source": {"g55": "01-241"}}, "raw": {"DAY": "18-3-1849", "HOUR": "19 h.", "NAME": "GRASSET Joseph", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:47:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2398	gosset-antonin-1872-01-20	{"a2": "311", "g55": "01-239", "afd5": "429"}	{"g55": "01-239", "lerrcp": "A2-311", "muller": "M5-429"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Antonin", "family": "Gosset", "spouse": [], "official": {"given": "Antonin Louis Charles Sébastien", "family": null}}	\N	{"lmt": null, "tzo": "+00:01:30", "date": "1872-01-20 11:30", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.37457, "lat": 49.75787, "name": "Fécamp", "geoid": 3018794}, "notime": null, "date-ut": "1872-01-21 10:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Antonin", "family": "Gosset"}, "birth": {"tzo": "+00:01:30", "date": "1872-01-21 11:00", "place": {"c2": "76", "cy": "FR", "lg": 0.37457, "lat": 49.75787, "name": "Fécamp", "geoid": 3018794}, "date-ut": "1872-01-21 10:55:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-311"}, "ids-in-sources": {"a2": "311"}}, "raw": {"H": "10", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "21", "LAT": "49N26", "LON": "1E 5", "MON": "1", "NUM": "311", "PRO": "S", "SEC": "40", "YEA": "1872", "CITY": "FECAMP"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Gosset", "official": {"given": "Antonin Louis Charles Sébastien"}}, "birth": {"date": "1872-01-20 11:30", "place": {"name": "Fécamp"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "429"}}, "raw": {"NR": "429", "GNR": "SA2311", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "2", "SO_": "0", "VE_": "1", "CODE": "2", "JAHR": "1872", "KORR": "", "MARS": "5", "MODE": "LMT", "MOND": "34", "NAME": "GOSSET (ANTONIN LOUIS CHARLES SÉBASTIEN).", "AUFAB": "8.90", "PHAS_": "73.600", "SONNE": "8", "VENUS": "14", "BREITE": "49 N 26", "GEBORT": "Fécamp (Seine-Inférieure)", "LAENGE": "001 E 05", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "10", "GEBZEIT": "11.30", "JUPITER": "27", "ELECTAGE": "56,0", "ELECTDAT": "24.01.1928", "GEBDATUM": "20.01.1872", "STBDATUM": "24.10.1944"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-239"}, "ids-in-source": {"g55": "01-239"}}, "raw": {"DAY": "21-1-1872", "HOUR": "11 h.", "NAME": "* GOSSET Antonin", "PLACE": "Fécamp (Seine-Inférieure)."}, "date": "2023-08-20T14:47:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2399	grancher-joseph-1843-09-29	{"a2": "312", "g55": "01-240", "afd5": "433"}	{"g55": "01-240", "lerrcp": "A2-312", "muller": "M5-433"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Joseph", "family": "Grancher", "spouse": [], "official": {"given": "Jacques Joseph", "family": null}}	\N	{"lmt": null, "tzo": "+00:08:42", "date": "1843-09-29 19:00", "note": null, "place": {"c1": null, "c2": "23", "c3": null, "cy": "FR", "lg": 2.17335, "lat": 45.88415, "name": "Felletin", "geoid": 3018747}, "notime": null, "date-ut": "1843-09-29 18:52:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Grancher"}, "birth": {"tzo": "+00:08:42", "date": "1843-09-29 19:00", "place": {"c2": "23", "cy": "FR", "lg": 2.17335, "lat": 45.88415, "name": "Felletin", "geoid": 3018747}, "date-ut": "1843-09-29 18:52:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-312"}, "ids-in-sources": {"a2": "312"}}, "raw": {"H": "18", "MN": "52", "TZ": "0", "COD": "23", "COU": "F", "DAY": "29", "LAT": "46N17", "LON": "1E52", "MON": "9", "NUM": "312", "PRO": "S", "SEC": "32", "YEA": "1843", "CITY": "FELLETIN"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Grancher", "official": {"given": "Jacques Joseph"}}, "birth": {"date": "1843-09-29 19:00", "place": {"name": "Felletin"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "433"}}, "raw": {"NR": "433", "GNR": "SA2312", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1843", "KORR": "", "MARS": "12", "MODE": "LMT", "MOND": "13", "NAME": "GRANCHER (JACQUES JOSEPH).", "AUFAB": "10.30", "PHAS_": "32.900", "SONNE": "20", "VENUS": "20", "BREITE": "46 N 10", "GEBORT": "Felletin (Creuse)", "LAENGE": "001 E 52", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "10", "GEBZEIT": "19.00", "JUPITER": "6", "ELECTAGE": "48,8", "ELECTDAT": "12.07.1892", "GEBDATUM": "29.09.1843", "STBDATUM": "13.07.1907"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-240"}, "ids-in-source": {"g55": "01-240"}}, "raw": {"DAY": "29-9-1843", "HOUR": "19 h.", "NAME": "GRANCHER Joseph", "PLACE": "Felletin (Creuse)."}, "date": "2023-08-20T14:47:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25846	galois-evariste-1811-10-25	{"wd": "Q7091"}	{"wd": "Q7091"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Evariste", "family": "Galois", "spouse": [], "official": {"given": "Evariste", "family": "Galois"}}	M	{"lmt": null, "tzo": null, "date": "1811-10-25 01:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": null, "lat": null, "name": "Bourg-la-Reine", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mathematician"]	2	{"birth": {"slug": "galois-evariste-1811-10-25", "extras": {"name": {"given": "Evariste", "family": "Galois"}, "partial-ids": {"wd": "Q7091"}, "ids-in-sources": {"wd": "Q7091"}}, "header": {"history": {"0": {"date": "2019-12-21", "actor": "Thierry Graff", "action": "Addition to the Open Gauquelin Database"}}}, "source": {"notes": "Feuillet numéro 4", "civil-registry": {"web": {"url": "http://consultation.archives.hauts-de-seine.net/mdr/index.php/docnumViewer/calculHierarchieDocNum/398088/367506:396213:398074:398075:398088/720/1280", "page": "5 / 7"}, "name": "1811 E_NUM_BRG38", "place": {"c2": "92", "cy": "FR", "name": "Bourg-la-Reine"}}, "document-creation": {"date": "1811-10-26 13:00", "place": "Bourg-la-Reine"}}, "opengauquelin": {"projects": {"0": "french-math"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Evariste", "family": "Galois"}}, "birth": {"date": "1811-10-25 01:00", "place": {"c2": "92", "cy": "FR", "name": "Bourg-la-Reine"}}}}}	[{"new": {"sex": "M", "name": {"given": "Evariste", "family": "Galois", "official": {"given": "Evariste", "family": "Galois"}}, "birth": {"date": "1811-10-25 01:00", "place": {"c2": "92", "cy": "FR", "name": "Bourg-la-Reine"}}, "occus": ["mathematician"], "partial-ids": {"wd": "Q7091"}, "ids-in-sources": {"wd": "Q7091"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1811/10/25/galois-evariste-1811-10-25\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add galois-evariste-1811-10-25"}]	[]
2403	grisolle-augustin-1811-02-10	{"a2": "316", "g55": "01-244", "afd5": "438"}	{"g55": "01-244", "lerrcp": "A2-316", "muller": "M5-438"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Augustin", "family": "Grisolle", "spouse": [], "official": {"given": "Augustin", "family": null}}	\N	{"lmt": null, "tzo": "+00:26:57", "date": "1811-02-10 05:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 6.73555, "lat": 43.43325, "name": "Fréjus", "geoid": 3017253}, "notime": null, "date-ut": "1811-02-10 04:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Augustin", "family": "Grisolle"}, "birth": {"tzo": "+00:26:57", "date": "1811-02-10 05:00", "place": {"c2": "83", "cy": "FR", "lg": 6.73555, "lat": 43.43325, "name": "Fréjus", "geoid": 3017253}, "date-ut": "1811-02-10 04:34:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-316"}, "ids-in-sources": {"a2": "316"}}, "raw": {"H": "4", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "10", "LAT": "43N32", "LON": "6E28", "MON": "2", "NUM": "316", "PRO": "S", "SEC": "8", "YEA": "1811", "CITY": "FREJUS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Grisolle", "official": {"given": "Augustin"}}, "birth": {"date": "1811-02-10 05:00", "place": {"name": "Fréjus"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "438"}}, "raw": {"NR": "438", "GNR": "SA2316", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "2", "SO_": "0", "VE_": "2", "CODE": "3", "JAHR": "1811", "KORR": "", "MARS": "8", "MODE": "LMT", "MOND": "15", "NAME": "GRISOLLE (AUGUSTIN).", "AUFAB": "-1.70", "PHAS_": "98.000", "SONNE": "34", "VENUS": "2", "BREITE": "43 N 32", "GEBORT": "Fréjus (Var)", "LAENGE": "006 E 28", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "3", "GEBZEIT": "05.00", "JUPITER": "26", "ELECTAGE": "38,8", "ELECTDAT": "27.11.1849", "GEBDATUM": "10.02.1811", "STBDATUM": "09.02.1869"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-244"}, "ids-in-source": {"g55": "01-244"}}, "raw": {"DAY": "10-2-1811", "HOUR": "5 h.", "NAME": "GRISOLLE Augustin", "PLACE": "Fréjus (Var)."}, "date": "2023-08-20T14:47:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2405	gross-charles-1844-06-05	{"a2": "318", "g55": "01-246", "afd5": "440"}	{"g55": "01-246", "lerrcp": "A2-318", "muller": "M5-440"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles", "family": "Gross", "spouse": [], "official": {"given": "Charles Frédéric", "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1844-06-05 06:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1844-06-05 05:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Gross"}, "birth": {"tzo": "+00:30:59", "date": "1844-06-05 06:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1844-06-05 05:29"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-318"}, "ids-in-sources": {"a2": "318"}}, "raw": {"H": "5", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "5", "LAT": "48N35", "LON": "7E45", "MON": "6", "NUM": "318", "PRO": "S", "SEC": "0", "YEA": "1844", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Gross", "official": {"given": "Charles Frédéric"}}, "birth": {"date": "1844-06-05 06:00", "place": {"name": "Strasbourg"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "440"}}, "raw": {"NR": "440", "GNR": "SA2318", "JU_": "0", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "0", "CODE": "3", "JAHR": "1844", "KORR": "", "MARS": "1", "MODE": "LMT", "MOND": "13", "NAME": "GROSS (CHARLES FRÉDÉRIC).", "AUFAB": "-8.50", "PHAS_": "78.600", "SONNE": "3", "VENUS": "34", "BREITE": "48 N 35", "GEBORT": "Strasbourg (Bas-Rhin)", "LAENGE": "007 E 45", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "14", "GEBZEIT": "06.00", "JUPITER": "8", "ELECTAGE": "51,7", "ELECTDAT": "28.01.1896", "GEBDATUM": "05.06.1844", "STBDATUM": "15.10.1927"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-246"}, "ids-in-source": {"g55": "01-246"}}, "raw": {"DAY": "5-6-1844", "HOUR": "6 h.", "NAME": "GROSS Charles", "PLACE": "Strasbourg (Bas-Rhin)."}, "date": "2023-08-20T14:47:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25847	germain-sophie-1776-04-01	{"wd": "Q7103"}	{"wd": "Q7103"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sophie", "family": "Germain", "spouse": [], "official": {"given": "Marie Sophie", "family": "Germain"}}	F	{"lmt": null, "tzo": null, "date": "1776-04-01", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": null, "lat": null, "name": "Paris", "geoid": null}, "notime": true, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mathematician"]	4	{"birth": {"slug": "germain-sophie-1776-04-01", "extras": {"name": {"given": "Sophie", "family": "Germain"}, "trust": "4", "partial-ids": {"wd": "Q7103"}, "ids-in-sources": {"wd": "Q7103"}}, "header": {"notes": "This document shouldn't be stored in a BC.yml file as it doesn't concern a birth certificate.\\n<br>This will be changed when this case is handled by the Open Gauquelin database.\\n  \\n", "history": {"0": {"date": "2021-05-16", "actor": "Thierry Graff", "action": "Locate and transcibe the act"}, "1": {"date": "2023-01-27", "actor": "Thierry Graff", "action": "Add to opengauquelin.org"}, "2": {"date": "2023-05-01", "actor": "Thierry Graff", "action": "Change trust level to 4 \\"other document\\""}}}, "source": {"notes": "Direct link to the document doesn't seem to work.\\n<br>To find this act, go to \\"<a href=\\"http://archives.paris.fr/s/39/etat-civil-reconstitue-actes/?\\">Archives de Paris, Actes de l'état civil reconstitué (naissances et mariages)</a>\\"\\n<br>In the form : \\"Type d'acte\\" : Naissances ; \\"Date de l'acte\\" : 01/04/1776\\n<br>On the result page, click on document \\"5Mi1 51\\"\\n", "images": {"0": "naissance.jpg", "1": "bapteme1.jpg", "2": "bapteme2.jpg"}, "civil-registry": {"web": {"page": "8, 9, 10 / 51"}, "name": "Actes de l'état civil reconstitué, registre 5Mi1 51", "place": {"c2": "75", "cy": "FR", "name": "Paris"}}}, "opengauquelin": {"projects": {"0": "french-math", "1": "women"}}, "transcription": {"sex": "F", "name": {"official": {"given": "Marie Sophie", "family": "Germain"}}, "birth": {"date": "1776-04-01", "place": {"c2": "75", "cy": "FR", "name": "Paris"}, "notime": true}}}}	[{"new": {"sex": "F", "name": {"given": "Sophie", "family": "Germain", "official": {"given": "Marie Sophie", "family": "Germain"}}, "birth": {"date": "1776-04-01", "place": {"c2": "75", "cy": "FR", "name": "Paris"}, "notime": true}, "occus": ["mathematician"], "trust": "4", "partial-ids": {"wd": "Q7103"}, "ids-in-sources": {"wd": "Q7103"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1776/04/01/germain-sophie-1776-04-01\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add germain-sophie-1776-04-01"}]	[]
2139	beclere-antoine-1856-03-17	{"a2": "52", "afd5": "71"}	{"lerrcp": "A2-52", "muller": "M5-71"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis Antoine Gustave", "family": "Béclère", "spouse": [], "official": {"given": "Louis Antoine Gustave", "family": "Béclère"}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1856-03-17 11:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "6", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1856-03-17 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	4	{"birth": {"slug": "beclere-antoine-1856-03-17", "extras": {"trust": "4"}, "header": {"notes": "This document shouldn't be stored in a BC.yml file as it doesn't concern a birth certificate.\\n<br>This will be changed when this case is handled by the Open Gauquelin database.\\n  \\n", "history": {"0": {"date": "2019-12-18", "actor": "Thierry Graff", "action": "Locate and download the act   - muller-paris-medics"}, "1": {"date": "2023-01-31", "actor": "Thierry Graff", "action": "Addition to opengauquelin.org"}, "2": {"date": "2023-05-01", "actor": "Thierry Graff", "action": "Change trust level to 4 \\"other document\\""}}}, "source": {"notes": "Original name of the image: archives_AD075ER_5MI20727_02261_C.JPG\\n<br>Birth time provided by Gauquelin can't be confirmed by the current act, which is normal for births in Paris at this date:\\npart of the Paris archives were destroyed in 1871 (events known as \\"La commune de Paris\\", some acts and their backups were burnt),\\nand acts prior to 1860 were lost.\\n<br>So we don't know how Gauquelin was able to find the birth hour.\\n<br>If someone knows, please <a href=\\"/contact\\">contact us</a>.\\n", "civil-registry": {"web": {"url": "archives.paris.fr/arkotheque/visionneuse/visionneuse.php?arko=YTo2OntzOjQ6ImRhdGUiO3M6MTA6IjIwMTktMTItMTgiO3M6MTA6InR5cGVfZm9uZHMiO3M6MTE6ImFya29fc2VyaWVsIjtzOjQ6InJlZjEiO2k6NTtzOjQ6InJlZjIiO2k6Nzc0MTc7czoxNjoidmlzaW9ubmV1c2VfaHRtbCI7YjoxO3M6MjE6InZpc2lvbm5ldXNlX2h0bWxfbW9kZSI7czo0OiJwcm9kIjt9", "page": "56 / 102"}, "name": "Naissances V3E/N 135", "place": {"c2": "75", "c3": "6", "cy": "FR", "name": "Paris"}}}, "opengauquelin": {"projects": {"0": "muller-paris-medics"}, "fix-issues": {"0": "beclere-antoine-1856-03-17--date"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Louis Antoine Gustave", "family": "Béclère"}}, "birth": {"date": "1856-03-17", "place": {"c2": "75", "c3": "6", "cy": "FR", "name": "Paris"}}}}}	[{"new": {"name": {"given": "Antoine", "family": "Beclere"}, "birth": {"tzo": "+00:09:24", "date": "1856-03-17 11:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1856-03-17 10:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-52"}, "ids-in-sources": {"a2": "52"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "17", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "52", "PRO": "S", "SEC": "40", "YEA": "1856", "CITY": "PARIS"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Béclere", "official": {"given": "Antoine Louis Gustave"}}, "birth": {"date": "1856-03-17 11:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "71"}}, "raw": {"NR": "71", "GNR": "SA252", "JU_": "0", "MA_": "0", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "2", "CODE": "4", "JAHR": "1856", "KORR": "", "MARS": "24", "MODE": "LMT", "MOND": "31", "NAME": "BÉCLERE (ANTOINE LOUIS GUSTAVE).", "AUFAB": "8.10", "PHAS_": "81.400", "SONNE": "8", "VENUS": "11", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "2", "GEBZEIT": "11.00", "JUPITER": "8", "ELECTAGE": "51,9", "ELECTDAT": "04.02.1908", "GEBDATUM": "17.03.1856", "STBDATUM": "24.02.1939"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"sex": "M", "name": {"official": {"given": "Louis Antoine Gustave", "family": "Béclère"}}, "birth": {"date": "1856-03-17", "place": {"c2": "75", "c3": "6", "cy": "FR", "name": "Paris"}}, "trust": "4"}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1856/03/17/beclere-antoine-1856-03-17\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add beclere-antoine-1856-03-17"}]	[]
4810	hadamard-jacques-1865-12-08	{"a2": "2726", "wd": "Q164425", "g55": "09-127"}	{"wd": "Q164425", "g55": "09-127", "lerrcp": "A2-2726"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Hadamard", "spouse": [], "official": {"given": "Jacques Salomon", "family": "Hadamard"}}	M	{"lmt": null, "tzo": "+00:08:32", "date": "1865-12-08 22:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1865-12-08 21:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mathematician"]	2	{"birth": {"slug": "hadamard-jacques-1865-12-08", "extras": {"name": {"given": "Jacques"}, "partial-ids": {"wd": "Q164425"}, "ids-in-sources": {"wd": "Q164425"}}, "header": {"history": {"0": {"date": "2023-01-28", "actor": "Thierry Graff", "action": "Locate and download act"}, "1": {"date": "2023-01-28", "actor": "Thierry Graff", "action": "Add to opengauquelin"}}}, "source": {"civil-registry": {"web": {"url": "https://archives.yvelines.fr/ark:36937/s0053d37da93a430/53d37da93f3c0.fiche=arko_fiche_6195168693b56.moteur=arko_default_618914e3ee7e4", "page": "188 / 196"}, "name": "4E 3967 - 5MI 340 [1115770/1]", "place": {"c2": "78", "cy": "FR", "name": "Versailles"}}, "document-creation": {"date": "1865-12-11 10:00", "place": "Versailles"}}, "opengauquelin": {"projects": {"0": "french-math"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Jacques Salomon", "family": "Hadamard"}}, "birth": {"date": "1865-12-08 22:00", "place": {"c2": "78", "cy": "FR", "name": "Versailles"}}}}}	[{"new": {"name": {"given": "Jacques", "family": "Hadamard"}, "birth": {"tzo": "+00:08:32", "date": "1865-12-08 22:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1865-12-08 21:51:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2726"}, "ids-in-sources": {"a2": "2726"}}, "raw": {"H": "21", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "8", "LAT": "48N50", "LON": "2E 8", "MON": "12", "NUM": "2726", "PRO": "S", "SEC": "28", "YEA": "1865", "CITY": "VERSAILLES"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-127"}, "ids-in-source": {"g55": "09-127"}}, "raw": {"DAY": "8-12-1865", "HOUR": "22 h.", "NAME": "HADAMARD Jacques", "PLACE": "Versailles (Seine-et-Oise)."}, "date": "2023-08-20T14:49:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}, {"new": {"sex": "M", "name": {"given": "Jacques", "official": {"given": "Jacques Salomon", "family": "Hadamard"}}, "birth": {"date": "1865-12-08 22:00", "place": {"c2": "78", "cy": "FR", "name": "Versailles"}}, "occus": ["mathematician"], "partial-ids": {"wd": "Q164425"}, "ids-in-sources": {"wd": "Q164425"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1865/12/08/hadamard-jacques-1865-12-08\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add hadamard-jacques-1865-12-08"}]	[]
4701	cartan-elie-1869-04-09	{"a2": "2615", "wd": "Q274639"}	{"wd": "Q274639", "lerrcp": "A2-2615"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elie", "family": "Cartan", "spouse": [], "official": {"given": "Elie Joseph", "family": "Cartan"}}	M	{"lmt": null, "tzo": "+00:21:57", "date": "1869-04-09 16:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.48571, "lat": 45.6054, "name": "Dolomieu", "geoid": 3021247}, "notime": null, "date-ut": "1869-04-09 15:37:08"}	{"tz": null, "lmt": null, "date": "1951-05-06", "note": null, "place": {"c1": null, "c2": "75", "c3": "14", "cy": "FR", "lg": null, "lat": null, "name": "Paris", "geoid": null}, "date-ut": null}	["mathematician"]	2	{"birth": {"slug": "cartan-elie-1869-04-09", "extras": {"name": {"given": "Elie"}, "death": {"date": "1951-05-06", "place": {"c2": "75", "c3": "14", "cy": "FR", "name": "Paris"}}, "partial-ids": {"wd": "Q274639"}, "ids-in-sources": {"wd": "Q274639"}}, "header": {"history": {"0": {"date": "2023-01-15", "actor": "Thierry Graff", "action": "Locate and download the act"}, "1": {"date": "2023-01-28", "actor": "Thierry Graff", "action": "Add to opengauquelin.org"}}}, "source": {"notes": null, "civil-registry": {"web": {"url": "http://archivesenligne.archives-isere.fr/mdr/index.php/docnumViewer/calculHierarchieDocNum/557149/484590:538690:541481:557149/1080/1920", "page": "89 / 143"}, "name": "9NUM2/5E149/13 Dolomieu naissances 1863-1872 Collection départementale", "place": {"c2": "38", "cy": "FR", "name": "Dolomieu"}}, "document-creation": {"date": "1869-04-10 07:00", "place": "Dolomieu"}}, "opengauquelin": {"projects": {"0": "french-math"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Elie Joseph", "family": "Cartan"}}, "birth": {"date": "1869-04-09 16:00", "place": {"c2": "38", "cy": "FR", "name": "Dolomieu"}}}}}	[{"new": {"name": {"given": "Elie", "family": "Cartan"}, "birth": {"tzo": "+00:21:57", "date": "1869-04-09 16:00", "place": {"c2": "38", "cy": "FR", "lg": 5.48571, "lat": 45.6054, "name": "Dolomieu", "geoid": 3021247}, "date-ut": "1869-04-09 15:37:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2615"}, "ids-in-sources": {"a2": "2615"}}, "raw": {"H": "15", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "9", "LAT": "45N11", "LON": "5E43", "MON": "4", "NUM": "2615", "PRO": "S", "SEC": "8", "YEA": "1869", "CITY": "DOLOMIEU"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"sex": "M", "name": {"given": "Elie", "official": {"given": "Elie Joseph", "family": "Cartan"}}, "birth": {"date": "1869-04-09 16:00", "place": {"c2": "38", "cy": "FR", "name": "Dolomieu"}}, "death": {"date": "1951-05-06", "place": {"c2": "75", "c3": "14", "cy": "FR", "name": "Paris"}}, "occus": ["mathematician"], "partial-ids": {"wd": "Q274639"}, "ids-in-sources": {"wd": "Q274639"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1869/04/09/cartan-elie-1869-04-09\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add cartan-elie-1869-04-09"}]	[]
2408	gueniot-alexandre-1832-11-08	{"a2": "321", "g55": "01-249", "afd5": "444"}	{"g55": "01-249", "lerrcp": "A2-321", "muller": "M5-444"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alexandre", "family": "Guéniot", "spouse": [], "official": {"given": "Alexandre", "family": null}}	\N	{"lmt": null, "tzo": "+00:23:34", "date": "1832-11-08 22:00", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 5.89273, "lat": 48.04273, "name": "Tignécourt", "geoid": 2972608}, "notime": null, "date-ut": "1832-11-08 21:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Gueniot"}, "birth": {"tzo": "+00:23:34", "date": "1832-11-08 22:00", "place": {"c2": "88", "cy": "FR", "lg": 5.89273, "lat": 48.04273, "name": "Tignécourt", "geoid": 2972608}, "date-ut": "1832-11-08 21:34:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-321"}, "ids-in-sources": {"a2": "321"}}, "raw": {"H": "21", "MN": "34", "TZ": "0", "COD": "88", "COU": "F", "DAY": "8", "LAT": "48N10", "LON": "6E28", "MON": "11", "NUM": "321", "PRO": "S", "SEC": "8", "YEA": "1832", "CITY": "TIGNECOURT"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Guéniot", "official": {"given": "Alexandre"}}, "birth": {"date": "1832-11-08 22:00", "place": {"name": "Tignécourt"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "444"}}, "raw": {"NR": "444", "GNR": "SA2321", "JU_": "2", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1832", "KORR": "", "MARS": "6", "MODE": "LMT", "MOND": "7", "NAME": "GUÉNIOT (ALEXANDRE).", "AUFAB": "2.10", "PHAS_": "99.700", "SONNE": "25", "VENUS": "23", "BREITE": "48 N 10", "GEBORT": "Tignécourt (Vosges)", "LAENGE": "006 E 28", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "30", "GEBZEIT": "22.00", "JUPITER": "12", "ELECTAGE": "47,3", "ELECTDAT": "02.03.1880", "GEBDATUM": "08.11.1832", "STBDATUM": "15.07.1935"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-249"}, "ids-in-source": {"g55": "01-249"}}, "raw": {"DAY": "8-11-1832", "HOUR": "22 h.", "NAME": "GUENIOT Alexandre", "PLACE": "Tignécourt (Vosges)."}, "date": "2023-08-20T14:47:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2410	guerin-camille-1872-12-22	{"a2": "323", "g55": "01-251", "afd5": "446"}	{"g55": "01-251", "lerrcp": "A2-323", "muller": "M5-446"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Camille", "family": "Guérin", "spouse": [], "official": {"given": "Jean Marie Camille", "family": null}}	\N	{"lmt": null, "tzo": "+00:01:22", "date": "1872-12-22 22:00", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "notime": null, "date-ut": "1872-12-22 21:58:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Guerin"}, "birth": {"tzo": "+00:01:22", "date": "1872-12-22 22:00", "place": {"c2": "86", "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "date-ut": "1872-12-22 21:58:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-323"}, "ids-in-sources": {"a2": "323"}}, "raw": {"H": "21", "MN": "58", "TZ": "0", "COD": "86", "COU": "F", "DAY": "22", "LAT": "46N35", "LON": "0E20", "MON": "12", "NUM": "323", "PRO": "S", "SEC": "40", "YEA": "1872", "CITY": "POITIERS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Guérin", "official": {"given": "Jean Marie Camille"}}, "birth": {"date": "1872-12-22 22:00", "place": {"name": "Poitiers"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "446"}}, "raw": {"NR": "446", "GNR": "SA2323", "JU_": "2", "MA_": "0", "MO_": "0", "SA_": "0", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1872", "KORR": "", "MARS": "32", "MODE": "LMT", "MOND": "34", "NAME": "GUÉRIN (JEAN MARIE CAMILLE).", "AUFAB": "-9.00", "PHAS_": "60.600", "SONNE": "25", "VENUS": "22", "BREITE": "46 N 35", "GEBORT": "Poitiers (Vienne)", "LAENGE": "000 E 20", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "23", "GEBZEIT": "22.00", "JUPITER": "1", "ELECTAGE": "62,2", "ELECTDAT": "12.02.1935", "GEBDATUM": "22.12.1872", "STBDATUM": "09.06.1961"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-251"}, "ids-in-source": {"g55": "01-251"}}, "raw": {"DAY": "22-12-1872", "HOUR": "22 h.", "NAME": "GUERIN Camille", "PLACE": "Poitiers (Vienne)."}, "date": "2023-08-20T14:47:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
4673	borel-emile-1871-01-07	{"a2": "2587", "e3": "164", "wd": "Q154356", "g55": "09-24"}	{"wd": "Q154356", "g55": "09-24", "lerrcp": "A2-2587"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Borel", "spouse": [], "official": {"given": "Félix Edouard Justin Emile", "family": "Borel"}}	M	{"lmt": null, "tzo": "+00:11:33", "date": "1871-01-09 04:00", "note": null, "place": {"c1": null, "c2": "12", "c3": null, "cy": "FR", "lg": 2.88915, "lat": 43.95575, "name": "Saint-Affrique", "geoid": 2981925}, "notime": null, "date-ut": "1871-01-07 03:49:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician", "mathematician"]	2	{"birth": {"slug": "borel-emile-1871-01-07", "extras": {"name": {"given": "Emile"}, "partial-ids": {"wd": "Q154356"}, "ids-in-sources": {"wd": "Q154356"}}, "header": {"history": {"0": {"date": "2014-11-19", "actor": "Thierry Graff", "action": "Locate and transcribe the act"}}}, "source": {"notes": "Acte N° 11, feuillet N° 4", "civil-registry": {"web": {"url": "http://archives.aveyron.fr/ark:/11971/vta52df831877e0c/daogrp/0#id:1722182262", "page": "6 / 40"}, "name": "4E216-33 Naissance État civil 02/01/1871 - 08/04/1871", "place": {"c2": "12", "cy": "FR", "name": "Saint-Affrique"}}, "document-creation": {"date": "1871-01-09 15:00", "place": "Saint-Affrique"}}, "opengauquelin": {"projects": {"0": "french-math"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Félix Edouard Justin Emile", "family": "Borel"}}, "birth": {"date": "1871-01-09 04:00", "place": {"c2": "12", "cy": "FR", "name": "Saint-Affrique"}}}}}	[{"new": {"name": {"given": "Emile", "family": "Borel"}, "birth": {"tzo": "+00:11:33", "date": "1871-01-07 04:00", "place": {"c2": "12", "cy": "FR", "lg": 2.88915, "lat": 43.95575, "name": "Saint-Affrique", "geoid": 2981925}, "date-ut": "1871-01-07 03:49:44"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2587"}, "ids-in-sources": {"a2": "2587"}}, "raw": {"H": "3", "MN": "49", "TZ": "0", "COD": "12", "COU": "F", "DAY": "7", "LAT": "44N21", "LON": "2E34", "MON": "1", "NUM": "2587", "PRO": "S", "SEC": "44", "YEA": "1871", "CITY": "ST AFFRIQUE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["politician"], "ids-in-sources": {"e3": "164"}}, "raw": {"H": "04:00", "COD": "12", "DAY": "07", "MON": "01", "NUM": "0164", "PRO": "PO", "YEA": "1871", "CITY": "St Affrique", "NAME": "BOREL Emile", "NOTE": "*"}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"partial-ids": {"g55": "09-24"}, "ids-in-source": {"g55": "09-24"}}, "raw": {"DAY": "7-1-1871", "HOUR": "4 h.", "NAME": "BOREL Emile", "PLACE": "Saint-Affrique (Aveyron)."}, "date": "2023-08-20T14:49:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}, {"new": {"sex": "M", "name": {"given": "Emile", "official": {"given": "Félix Edouard Justin Emile", "family": "Borel"}}, "birth": {"date": "1871-01-09 04:00", "place": {"c2": "12", "cy": "FR", "name": "Saint-Affrique"}}, "occus": ["mathematician"], "partial-ids": {"wd": "Q154356"}, "ids-in-sources": {"wd": "Q154356"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1871/01/07/borel-emile-1871-01-07\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add borel-emile-1871-01-07"}]	[]
25848	lebesgue-henri-1875-06-28	{"wd": "Q206005"}	{"wd": "Q206005"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Lebesgue", "spouse": [], "official": {"given": "Léon Henri", "family": "Lebesgue"}}	M	{"lmt": null, "tzo": null, "date": "1875-06-28 07:00", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": null, "lat": null, "name": "Beauvais", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mathematician"]	2	{"birth": {"slug": "lebesgue-henri-1875-06-28", "extras": {"name": {"given": "Henri", "family": "Lebesgue"}, "partial-ids": {"wd": "Q206005"}, "ids-in-sources": {"wd": "Q206005"}}, "header": {"history": {"0": {"date": "2021-01-21", "actor": "Thierry Graff", "action": "Locate and download the act"}, "1": {"date": "2023-01-25", "actor": "Thierry Graff", "action": "Transcribe the act and add to opengauquelin.org"}}}, "source": {"notes": "Search form to find the registry : <a href=\\"http://archives.oise.fr/archives-en-ligne/etat-civil/\\">http://archives.oise.fr/archives-en-ligne/etat-civil/</a>\\n<br>Act n° 437\\n", "images": {"0": "BC1.jpg", "1": "BC2.jpg"}, "civil-registry": {"web": {"url": "http://ressources.archives.oise.fr/ark:/44803/g679f81a247cf3231092937ecc40a15dc/bdd315f670376f383cebe2f64e41c13d/379/YWQ2MF8ybWllY2IwNTdyOV8wMzgxX2UuanBn", "page": "381 / 760"}, "name": "2MI/ECA 057 R9 BEAUVAIS NMD 1874, septembre-1875", "place": {"c2": "60", "cy": "FR", "name": "Beauvais"}}, "document-creation": {"date": "1875-06-29 11:00", "place": "Beauvais"}}, "opengauquelin": {"projects": {"0": "french-math"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Léon Henri", "family": "Lebesgue"}}, "birth": {"date": "1875-06-28 07:00", "place": {"c2": "60", "cy": "FR", "name": "Beauvais"}}}}}	[{"new": {"sex": "M", "name": {"given": "Henri", "family": "Lebesgue", "official": {"given": "Léon Henri", "family": "Lebesgue"}}, "birth": {"date": "1875-06-28 07:00", "place": {"c2": "60", "cy": "FR", "name": "Beauvais"}}, "occus": ["mathematician"], "partial-ids": {"wd": "Q206005"}, "ids-in-sources": {"wd": "Q206005"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1875/06/28/lebesgue-henri-1875-06-28\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add lebesgue-henri-1875-06-28"}]	[]
2412	guignard-leon-1852-04-13	{"a2": "325", "g55": "01-253", "afd5": "448"}	{"g55": "01-253", "lerrcp": "A2-325", "muller": "M5-448"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Léon", "family": "Guignard", "spouse": [], "official": {"given": "Jean Louis Léon", "family": null}}	\N	{"lmt": null, "tzo": "+00:22:12", "date": "1852-04-13 19:00", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.55, "lat": 46.66667, "name": "Mt-sous-Vaudrey", "geoid": 0}, "notime": null, "date-ut": "1852-04-13 18:37:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Guinard"}, "birth": {"tzo": "+00:22:12", "date": "1852-04-13 19:00", "place": {"c2": "39", "cy": "FR", "lg": 5.55, "lat": 46.66667, "name": "Mont-sur-S-Vaudre", "geoid": 0}, "date-ut": "1852-04-13 18:37:48"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-325"}, "ids-in-sources": {"a2": "325"}}, "raw": {"H": "18", "MN": "37", "TZ": "0", "COD": "39", "COU": "F", "DAY": "13", "LAT": "46N40", "LON": "5E33", "MON": "4", "NUM": "325", "PRO": "S", "SEC": "48", "YEA": "1852", "CITY": "MONT-S/S-VAUDRE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Guignard", "official": {"given": "Jean Louis Léon"}}, "birth": {"date": "1852-04-13 19:00", "place": {"name": "Mont-sous-Vaudrey"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "448"}}, "raw": {"NR": "448", "GNR": "SA2325", "JU_": "0", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1852", "KORR": "", "MARS": "10", "MODE": "LMT", "MOND": "26", "NAME": "GUIGNARD (JEAN LOUIS LÉON).", "AUFAB": "-9.80", "PHAS_": "34.000", "SONNE": "19", "VENUS": "14", "BREITE": "46 N 40", "GEBORT": "Mont-sous-Vaudrey (Jura)", "LAENGE": "005 E 33", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "18", "GEBZEIT": "19.00", "JUPITER": "34", "ELECTAGE": "44,8", "ELECTDAT": "12.01.1897", "GEBDATUM": "13.04.1852", "STBDATUM": "07.03.1928"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Mt-sous-Vaudrey"}}, "partial-ids": {"g55": "01-253"}, "ids-in-source": {"g55": "01-253"}}, "raw": {"DAY": "13-4-1852", "HOUR": "19 h.", "NAME": "* GUIGNARD Léon", "PLACE": "Mt-sous-Vaudrey (Jura)."}, "date": "2023-08-20T14:47:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2414	guillain-georges-1876-03-03	{"a2": "327", "g55": "01-255", "afd5": "450"}	{"g55": "01-255", "lerrcp": "A2-327", "muller": "M5-450"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Georges", "family": "Guillain", "spouse": [], "official": {"given": "Georges Charles", "family": null}}	\N	{"lmt": null, "tzo": "+00:04:24", "date": "1876-03-03 04:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1876-03-03 03:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Guillain"}, "birth": {"tzo": "+00:04:24", "date": "1876-03-03 04:00", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1876-03-03 03:55:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-327"}, "ids-in-sources": {"a2": "327"}}, "raw": {"H": "3", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "3", "LAT": "49N26", "LON": "1E 5", "MON": "3", "NUM": "327", "PRO": "S", "SEC": "40", "YEA": "1876", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Guillain", "official": {"given": "Georges Charles"}}, "birth": {"date": "1876-03-03 04:00", "place": {"name": "Rouen"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "450"}}, "raw": {"NR": "450", "GNR": "SA2327", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1876", "KORR": "", "MARS": "29", "MODE": "LMT", "MOND": "23", "NAME": "GUILLAIN (GEORGES CHARLES).", "AUFAB": "11.10", "PHAS_": "45.500", "SONNE": "33", "VENUS": "30", "BREITE": "49 N 26", "GEBORT": "Rouen (Seine-", "LAENGE": "001 E 05", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "33", "GEBZEIT": "04.00", "JUPITER": "7", "ELECTAGE": "44,0", "ELECTDAT": "02.03.1920", "GEBDATUM": "03.03.1876", "STBDATUM": "29.06.1961"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-255"}, "ids-in-source": {"g55": "01-255"}}, "raw": {"DAY": "3-3-1876", "HOUR": "15 h. 15", "NAME": "GUILLAIN Georges", "PLACE": "Rouen (Seine-Inférieure)."}, "date": "2023-08-20T14:47:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2415	guilloz-theodore-1868-05-18	{"a2": "328", "g55": "01-256", "afd5": "453"}	{"g55": "01-256", "lerrcp": "A2-328", "muller": "M5-453"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Theodore", "family": "Guilloz", "spouse": [], "official": {"given": "Théodore", "family": null}}	\N	{"lmt": null, "tzo": "+00:25:25", "date": "1868-05-18 15:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.35574, "lat": 47.48211, "name": "Rougemont", "geoid": 2982593}, "notime": null, "date-ut": "1868-05-18 14:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Theodore", "family": "Guilloz"}, "birth": {"tzo": "+00:25:25", "date": "1868-05-18 15:00", "place": {"c2": "25", "cy": "FR", "lg": 6.35574, "lat": 47.48211, "name": "Rougemont", "geoid": 2982593}, "date-ut": "1868-05-18 14:35:52"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-328"}, "ids-in-sources": {"a2": "328"}}, "raw": {"H": "14", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "18", "LAT": "47N15", "LON": "6E 2", "MON": "5", "NUM": "328", "PRO": "S", "SEC": "52", "YEA": "1868", "CITY": "ROUGEMONT"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Guilloz", "official": {"given": "Théodore"}}, "birth": {"date": "1868-05-18 15:00", "place": {"name": "Rougemont"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "453"}}, "raw": {"NR": "453", "GNR": "SA2328", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "2", "CODE": "3", "JAHR": "1868", "KORR": "", "MARS": "16", "MODE": "LMT", "MOND": "18", "NAME": "GUILLOZ (THÉODORE).", "AUFAB": "-8.60", "PHAS_": "20.200", "SONNE": "13", "VENUS": "9", "BREITE": "47 N 15", "GEBORT": "Rougemont (Doubs)", "LAENGE": "006 E 02", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "31", "GEBZEIT": "15.00", "JUPITER": "19", "ELECTAGE": "42,1", "ELECTDAT": "14.06.1910", "GEBDATUM": "18.05.1868", "STBDATUM": "26.03.1916"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-256"}, "ids-in-source": {"g55": "01-256"}}, "raw": {"DAY": "18-5-1868", "HOUR": "15 h.", "NAME": "GUILLOZ Théodore", "PLACE": "Rougemont (Doubs)."}, "date": "2023-08-20T14:47:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25849	delsarte-jean-1903-10-19	{"wd": "Q726390"}	{"wd": "Q726390"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Delsarte", "spouse": [], "official": {"given": "Jean Frédéric Auguste", "family": "Delsarte"}}	M	{"lmt": null, "tzo": null, "date": "1903-10-19 08:30", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": null, "lat": null, "name": "Fourmies", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mathematician"]	2	{"birth": {"slug": "delsarte-jean-1903-10-19", "extras": {"name": {"given": "Jean", "family": "Delsarte"}, "partial-ids": {"wd": "Q726390"}, "ids-in-sources": {"wd": "Q726390"}}, "header": {"history": {"0": {"date": "2023-01-26", "actor": "Thierry Graff", "action": "Locate and transcribe the act"}, "1": {"date": "2023-05-01", "actor": "Thierry Graff", "action": "Locate and transcribe the act"}}}, "source": {"notes": null, "civil-registry": {"web": {"url": "https://archivesdepartementales.lenord.fr/ark:/33518/8bxrfl9n7tpg/b27ed239-a9b3-4d2f-9671-1793b4bf6aec", "page": "75 / 209"}, "name": "FOURMIES / N [1903 - 1904]", "place": {"c2": "59", "cy": "FR", "name": "Fourmies"}}, "document-creation": {"date": "1903-10-21 08:30", "place": "Fourmies"}}, "opengauquelin": {"projects": {"0": "french-math"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Jean Frédéric Auguste", "family": "Delsarte"}}, "birth": {"date": "1903-10-19 08:30", "place": {"c2": "59", "cy": "FR", "name": "Fourmies"}}}}}	[{"new": {"sex": "M", "name": {"given": "Jean", "family": "Delsarte", "official": {"given": "Jean Frédéric Auguste", "family": "Delsarte"}}, "birth": {"date": "1903-10-19 08:30", "place": {"c2": "59", "cy": "FR", "name": "Fourmies"}}, "occus": ["mathematician"], "partial-ids": {"wd": "Q726390"}, "ids-in-sources": {"wd": "Q726390"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1903/10/19/delsarte-jean-1903-10-19\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add delsarte-jean-1903-10-19"}]	[]
25850	dieudonne-jean-1906-07-01	{"wd": "Q371957"}	{"wd": "Q371957"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Dieudonné", "spouse": [], "official": {"given": "Jean Alexandre Eugène", "family": "Dieudonné"}}	M	{"lmt": null, "tzo": null, "date": "1906-07-01 13:10", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": null, "lat": null, "name": "Lille", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mathematician"]	2	{"birth": {"slug": "dieudonne-jean-1906-07-01", "extras": {"name": {"given": "Jean", "family": "Dieudonné"}, "partial-ids": {"wd": "Q371957"}, "ids-in-sources": {"wd": "Q371957"}}, "header": {"history": {"0": {"date": "2023-01-26", "actor": "Thierry Graff", "action": "Locate and transcribe the act"}, "1": {"date": "2023-01-28", "actor": "Thierry Graff", "action": "Add to opengauquelin.org"}}}, "source": {"civil-registry": {"web": {"url": "https://archivesdepartementales.lenord.fr/ark:/33518/0rl8h5ctg46s/9caaba3f-67b0-4b9d-89cd-317e5bb21168", "page": "252 / 297"}, "name": "LILLE / N [1906-05-06 - 1906-07-10] - 3 E 15064", "place": {"c2": "59", "cy": "FR", "name": "Lille"}}, "document-creation": {"date": "1906-07-02 10:00", "place": "Lille"}}, "opengauquelin": {"projects": {"0": "french-math"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Jean Alexandre Eugène", "family": "Dieudonné"}}, "birth": {"date": "1906-07-01 13:10", "place": {"c2": "59", "cy": "FR", "name": "Lille"}}}}}	[{"new": {"sex": "M", "name": {"given": "Jean", "family": "Dieudonné", "official": {"given": "Jean Alexandre Eugène", "family": "Dieudonné"}}, "birth": {"date": "1906-07-01 13:10", "place": {"c2": "59", "cy": "FR", "name": "Lille"}}, "occus": ["mathematician"], "partial-ids": {"wd": "Q371957"}, "ids-in-sources": {"wd": "Q371957"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1906/07/01/dieudonne-jean-1906-07-01\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add dieudonne-jean-1906-07-01"}]	[]
2420	hallopeau-francois-1842-01-17	{"a2": "333", "afd5": "460"}	{"lerrcp": "A2-333", "muller": "M5-460"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "François", "family": "Hallopeau", "spouse": [], "official": {"given": "François Henri", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1842-01-17 21:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1842-01-17 20:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "François", "family": "Hallopeau"}, "birth": {"tzo": "+00:09:24", "date": "1842-01-17 21:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1842-01-17 20:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-333"}, "ids-in-sources": {"a2": "333"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "17", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "333", "PRO": "S", "SEC": "40", "YEA": "1842", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Hallopeau", "official": {"given": "François Henri"}}, "birth": {"date": "1842-01-17 21:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "460"}}, "raw": {"NR": "460", "GNR": "SA2333", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "0", "VE_": "0", "CODE": "4", "JAHR": "1842", "KORR": "", "MARS": "20", "MODE": "LMT", "MOND": "16", "NAME": "HALLOPEAU (FRANCOIS HENRI).", "AUFAB": "7.60", "PHAS_": "23.400", "SONNE": "24", "VENUS": "25", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "25", "GEBZEIT": "21.00", "JUPITER": "26", "ELECTAGE": "51,5", "ELECTDAT": "11.07.1893", "GEBDATUM": "17.01.1842", "STBDATUM": "20.03.1919"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2418	haller-albin-1849-03-07	{"a2": "331", "g55": "01-258", "afd5": "458"}	{"g55": "01-258", "lerrcp": "A2-331", "muller": "M5-458"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Albin", "family": "Haller", "spouse": [], "official": {"given": "Albin", "family": null}}	\N	{"lmt": null, "tzo": "+00:29:24", "date": "1849-03-07 15:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "Felleringen", "geoid": 0}, "notime": null, "date-ut": "1849-03-07 14:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Albin", "family": "Haller"}, "birth": {"tzo": "+00:29:24", "date": "1849-03-07 15:00", "place": {"c2": "68", "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "Felleringen", "geoid": 0}, "date-ut": "1849-03-07 14:30:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-331"}, "ids-in-sources": {"a2": "331"}}, "raw": {"H": "14", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "7", "LAT": "48N 5", "LON": "7E21", "MON": "3", "NUM": "331", "PRO": "S", "SEC": "36", "YEA": "1849", "CITY": "FELLERINGEN"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Haller", "official": {"given": "Albin"}}, "birth": {"date": "1849-03-07 15:00", "place": {"name": "Felleringen"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "458"}}, "raw": {"NR": "458", "GNR": "SA2331", "JU_": "2", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "2", "CODE": "3", "JAHR": "1849", "KORR": "", "MARS": "20", "MODE": "LMT", "MOND": "34", "NAME": "HALLER (ALBIN).", "AUFAB": "5.80", "PHAS_": "95.200", "SONNE": "14", "VENUS": "10", "BREITE": "48 N 05", "GEBORT": "Felleringen (Haut-Rhin)", "LAENGE": "007 E 21", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "13", "GEBZEIT": "15.00", "JUPITER": "1", "ELECTAGE": "42,0", "ELECTDAT": "03.03.1891", "GEBDATUM": "07.03.1849", "STBDATUM": "29.04.1925"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Felleringen"}}, "partial-ids": {"g55": "01-258"}, "ids-in-source": {"g55": "01-258"}}, "raw": {"DAY": "7-3-1849", "HOUR": "15 h.", "NAME": "* HALLER Albin", "PLACE": "Felleringen (Haut-Rhin)."}, "date": "2023-08-20T14:47:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
4970	sebert-hippolyte-1839-01-30	{"a2": "2886", "a3": "950", "g55": "04-548"}	{"g55": "04-548", "lerrcp": "A2-2886"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hyppolite", "family": "Sebert", "spouse": [], "official": {"given": "Hyppolite", "family": "Sebert"}}	M	{"lmt": null, "tzo": "+00:10:56", "date": "1839-01-30 15:00", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.7321, "lat": 49.31115, "name": "Verberie", "geoid": 2970018}, "notime": null, "date-ut": "1839-01-30 14:49:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist", "military-personnel"]	2	{"birth": {"slug": "sebert-hippolyte-1839-01-30", "header": {"history": {"0": {"date": "2021-12-18", "actor": "Thierry Graff", "action": "Locate and download the act"}, "1": {"date": "2023-05-05", "actor": "Thierry Graff", "action": "Transcribe the act and add to opengauquelin"}}}, "source": {"notes": "This birth certificate permits to solve a question: Gauquelin 1955 and <a href=\\"/group/a2\\">file A2</a> have different birth times.\\n<br>The document shows that file A2 was correct.\\n", "civil-registry": {"web": {"url": "https://ressources.archives.oise.fr/ark:/44803/g624c24a38e6874b6ef3d0c8687c787e3/ee93b59105acee2795243580e223a817/218/YWQ2MF8xbWllY2I2NjdyOF8wMjIwX2UuanBn", "page": "218 / 681"}, "name": "1MI/ECA 667 R8 - VERBERIE - NMD - 1833-1852", "place": {"c2": "60", "cy": "FR", "name": "Verberie"}}, "document-creation": {"date": "1839-01-31 12:00", "place": "Verberie"}}, "opengauquelin": {"projects": {"0": "fix-date"}, "fix-issues": {"0": "sebert-hippolyte-1839-01-30--date-g55"}}, "transcription": {"sex": "M", "name": {"nobl": null, "official": {"given": "Hyppolite", "family": "Sebert"}}, "birth": {"date": "1839-01-30 15:00", "place": {"c2": "60", "cy": "FR", "name": "Verberie"}}}}}	[{"new": {"name": {"given": "Hippolyte", "family": "Sebert"}, "birth": {"tzo": "+00:10:56", "date": "1839-01-30 15:00", "place": {"c2": "60", "cy": "FR", "lg": 2.7321, "lat": 49.31115, "name": "Verberie", "geoid": 2970018}, "date-ut": "1839-01-30 14:49:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2886"}, "ids-in-sources": {"a2": "2886"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "31", "LAT": "49N54", "LON": "2E18", "MON": "1", "NUM": "2886", "PRO": "S", "SEC": "48", "YEA": "1839", "CITY": "VERBERIE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["military-personnel"], "sources": "a3", "ids-in-sources": {"a3": "950"}}, "raw": {"H": "11", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "31", "LAT": "49N26", "LON": "2E 5", "MON": "1", "NUM": "950", "PRO": "M", "SEC": "40", "YEA": "1839", "CITY": "VERBERIE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-548"}, "ids-in-source": {"g55": "04-548"}}, "raw": {"DAY": "31-1-1839", "HOUR": "12 h.", "NAME": "SEBERT Hippolyte", "PLACE": "Verberie (Oise)."}, "date": "2023-08-20T14:48:32+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}, {"new": [], "raw": {"DAY": "31-1-1839", "HOUR": "12 h.", "NAME": "SEBERT Hippolyte", "PLACE": "Verberie (Oise)."}, "date": "2023-08-20T14:49:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}, {"new": {"sex": "M", "name": {"nobl": null, "official": {"given": "Hyppolite", "family": "Sebert"}}, "birth": {"date": "1839-01-30 15:00", "place": {"c2": "60", "cy": "FR", "name": "Verberie"}}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1839/01/30/sebert-hippolyte-1839-01-30\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add sebert-hippolyte-1839-01-30"}]	[]
2112	babinski-joseph-1857-11-17	{"a2": "25", "afd5": "36"}	{"lerrcp": "A2-25", "muller": "M5-36"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Joseph", "family": "Babinski", "spouse": [], "official": {"given": "Joseph François Félix", "family": "Babinski"}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1857-11-17 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": true, "date-ut": "1857-11-17 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	4	{"birth": {"slug": "babinski-joseph-1857-11-17", "extras": {"name": {"given": "Joseph"}, "trust": "4"}, "header": {"history": {"0": {"date": "2019-12-18", "actor": "Thierry Graff", "action": "Locate and download the act"}, "1": {"date": "2023-05-06", "actor": "Thierry Graff", "action": "Add to opengauquelin.org"}}}, "source": {"notes": "<br>Birth time provided by Gauquelin can't be confirmed by the current act, which is normal for births in Paris at this date:\\npart of the Paris archives were destroyed in 1871 (events known as \\"La commune de Paris\\", some acts and their backups were burnt),\\nand acts prior to 1860 were lost.\\n<br>So we don't know how Gauquelin was able to find the birth hour.\\n<br>If someone knows, please <a href=\\"/contact\\">contact us</a>.\\n", "images": {"0": "naissance.jpg"}, "civil-registry": {"web": {"url": "archives.paris.fr/arkotheque/visionneuse/visionneuse.php?arko=YTo2OntzOjQ6ImRhdGUiO3M6MTA6IjIwMTktMTItMTgiO3M6MTA6InR5cGVfZm9uZHMiO3M6MTE6ImFya29fc2VyaWVsIjtzOjQ6InJlZjEiO2k6NTtzOjQ6InJlZjIiO2k6MTI2NTU7czoxNjoidmlzaW9ubmV1c2VfaHRtbCI7YjoxO3M6MjE6InZpc2lvbm5ldXNlX2h0bWxfbW9kZSI7czo0OiJwcm9kIjt9", "page": "46 / 101"}, "name": "Naissances V3E/N 68", "place": {"c2": "75", "cy": "FR", "name": "Paris"}}}, "opengauquelin": {"projects": {"0": "muller-paris-medics"}, "fix-issues": {"0": "babinski-joseph-1857-11-17--date"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Joseph François Félix", "family": "Babinski"}}, "birth": {"date": "1857-11-17", "place": {"c2": "75", "cy": "FR", "name": "Paris"}, "notime": true}}}}	[{"new": {"name": {"given": "Joseph", "family": "Babinski"}, "birth": {"tzo": "+00:09:24", "date": "1857-11-17 05:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1857-11-17 04:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-25"}, "ids-in-sources": {"a2": "25"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "17", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "25", "PRO": "S", "SEC": "40", "YEA": "1857", "CITY": "PARIS"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Babinski", "official": {"given": "Joseph François Félix"}}, "birth": {"date": "1857-11-17 05:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "36"}}, "raw": {"NR": "36", "GNR": "SA225", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "2", "SO_": "0", "VE_": "2", "CODE": "4", "JAHR": "1857", "KORR": "", "MARS": "5", "MODE": "LMT", "MOND": "33", "NAME": "BABINSKI (JOSEPH FRANCOIS FÉLIX).", "AUFAB": "-0.20", "PHAS_": "0.300", "SONNE": "34", "VENUS": "1", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "10", "GEBZEIT": "05.00", "JUPITER": "18", "ELECTAGE": "56,2", "ELECTDAT": "03.02.1914", "GEBDATUM": "17.11.1857", "STBDATUM": "29.10.1932"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"sex": "M", "name": {"given": "Joseph", "official": {"given": "Joseph François Félix", "family": "Babinski"}}, "birth": {"date": "1857-11-17", "place": {"c2": "75", "cy": "FR", "name": "Paris"}, "notime": true}, "trust": "4"}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1857/11/17/babinski-joseph-1857-11-17\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add babinski-joseph-1857-11-17"}]	[]
2422	hartmann-henri-1860-06-16	{"a2": "335", "afd5": "465"}	{"lerrcp": "A2-335", "muller": "M5-465"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri", "family": "Hartmann", "spouse": [], "official": {"given": "Henri Albert Charles Antoine", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1860-06-16 10:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1860-06-16 10:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Hartmann"}, "birth": {"tzo": "+00:09:24", "date": "1860-06-16 10:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1860-06-16 10:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-335"}, "ids-in-sources": {"a2": "335"}}, "raw": {"H": "10", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "16", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "335", "PRO": "S", "SEC": "40", "YEA": "1860", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Hartmann", "official": {"given": "Henri Albert Charles Antoine"}}, "birth": {"date": "1860-06-16 10:30", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "465"}}, "raw": {"NR": "465", "GNR": "SA2335", "JU_": "1", "MA_": "0", "MO_": "2", "SA_": "2", "SO_": "0", "VE_": "1", "CODE": "4", "JAHR": "1860", "KORR": "", "MARS": "23", "MODE": "LMT", "MOND": "11", "NAME": "HARTMANN (HENRI ALBERT CHARLES ANTOINE).", "AUFAB": "-7.30", "PHAS_": "11.800", "SONNE": "8", "VENUS": "5", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "3", "GEBZEIT": "10.30", "JUPITER": "5", "ELECTAGE": "58,0", "ELECTDAT": "18.06.1918", "GEBDATUM": "16.06.1860", "STBDATUM": "01.01.1952"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2154	bertrand-gabriel-1867-05-17	{"a2": "67", "afd5": "90"}	{"lerrcp": "A2-67", "muller": "M5-90"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Gabriel", "family": "Bertrand", "spouse": [], "official": {"given": "Gabriel Emile", "family": "Bertrand"}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1867-05-17 10:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "5", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1867-05-17 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	2	{"birth": {"slug": "bertrand-gabriel-1867-05-17", "extras": {"name": {"given": "Gabriel"}}, "header": {"history": {"0": {"date": "2019-12-18", "actor": "Thierry Graff", "action": "Locate and download the act"}, "1": {"date": "2023-05-07", "actor": "Thierry Graff", "action": "Add to opengauquelin.org"}}}, "source": {"notes": "This document permits to check a birth date collected by Gauquelin that Erno Müller couldn't check.\\n<br>It shows that Gauquelin data was correct.\\n<br>Born 146 rue Saint-Jacques\\n", "civil-registry": {"web": {"url": "archives.paris.fr/arkotheque/visionneuse/visionneuse.php?arko=YTo2OntzOjQ6ImRhdGUiO3M6MTA6IjIwMTktMTItMTgiO3M6MTA6InR5cGVfZm9uZHMiO3M6MTE6ImFya29fc2VyaWVsIjtzOjQ6InJlZjEiO2k6NDtzOjQ6InJlZjIiO2k6MjAxODYyO3M6MTY6InZpc2lvbm5ldXNlX2h0bWwiO2I6MTtzOjIxOiJ2aXNpb25uZXVzZV9odG1sX21vZGUiO3M6NDoicHJvZCI7fQ==", "page": "16 / 21"}, "name": "1867 , Naissances , 05 V4E 579", "place": {"c2": "75", "c3": "5", "cy": "FR", "name": "Paris"}}, "document-creation": {"date": "1867-05-17 12:00", "place": "Mairie du cinquième arrondissement"}}, "opengauquelin": {"projects": {"0": "muller-paris-medics"}, "fix-issues": {"0": "bertrand-gabriel-1867-05-17--date"}}, "transcription": {"sex": null, "name": {"official": {"given": "Gabriel Emile", "family": "Bertrand"}}, "birth": {"date": "1867-05-17 10:00", "place": {"c2": "75", "c3": "5", "cy": "FR", "name": "Paris"}}}}}	[{"new": {"name": {"given": "Gabriel", "family": "Bertrand"}, "birth": {"tzo": "+00:09:24", "date": "1867-05-17 10:00", "place": {"c2": "75", "c3": "5", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1867-05-17 09:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-67"}, "ids-in-sources": {"a2": "67"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "17", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "67", "PRO": "S", "SEC": "40", "YEA": "1867", "CITY": "PARIS 5E"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Bertrand", "official": {"given": "Gabriel Emile"}}, "birth": {"date": "1867-05-17 10:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "90"}}, "raw": {"NR": "90", "GNR": "SA267", "JU_": "0", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "2", "CODE": "4", "JAHR": "1867", "KORR": "", "MARS": "1", "MODE": "LMT", "MOND": "26", "NAME": "BERTRAND (GABRIEL EMILE).", "AUFAB": "3.90", "PHAS_": "97.600", "SONNE": "7", "VENUS": "10", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "26", "GEBZEIT": "10.00", "JUPITER": "15", "ELECTAGE": "64,6", "ELECTDAT": "01.12.1931", "GEBDATUM": "17.05.1867", "STBDATUM": "20.06.1962"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"sex": null, "name": {"given": "Gabriel", "official": {"given": "Gabriel Emile", "family": "Bertrand"}}, "birth": {"date": "1867-05-17 10:00", "place": {"c2": "75", "c3": "5", "cy": "FR", "name": "Paris"}}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1867/05/17/bertrand-gabriel-1867-05-17\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add bertrand-gabriel-1867-05-17"}]	[]
2425	henneguy-louis-1850-03-18	{"a2": "338", "afd5": "473"}	{"lerrcp": "A2-338", "muller": "M5-473"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Henneguy", "spouse": [], "official": {"given": "Louis Félix", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1850-03-18 16:45", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1850-03-18 16:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Henneguy"}, "birth": {"tzo": "+00:09:24", "date": "1850-03-18 16:45:04", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1850-03-18 16:35:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-338"}, "ids-in-sources": {"a2": "338"}}, "raw": {"H": "16", "MN": "35", "TZ": "0", "COD": "75", "COU": "F", "DAY": "18", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "338", "PRO": "S", "SEC": "40", "YEA": "1850", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Henneguy", "official": {"given": "Louis Félix"}}, "birth": {"date": "1850-03-18 16:45", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "473"}}, "raw": {"NR": "473", "GNR": "SA2338", "JU_": "2", "MA_": "0", "MO_": "2", "SA_": "0", "SO_": "0", "VE_": "0", "CODE": "4", "JAHR": "1850", "KORR": "", "MARS": "8", "MODE": "LMT", "MOND": "11", "NAME": "HENNEGUY (LOUIS FÉLIX).", "AUFAB": "7.40", "PHAS_": "17.500", "SONNE": "16", "VENUS": "16", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "15", "GEBZEIT": "16.45", "JUPITER": "36", "ELECTAGE": "57,7", "ELECTDAT": "26.11.1907", "GEBDATUM": "18.03.1850", "STBDATUM": "26.01.1928"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2424	hedon-edouard-1863-04-30	{"a2": "337", "g55": "01-261", "afd5": "471"}	{"g55": "01-261", "lerrcp": "A2-337", "muller": "M5-471"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Edouard", "family": "Hédon", "spouse": [], "official": {"given": "Charles Edouard Emmanuel", "family": null}}	\N	{"lmt": null, "tzo": "-00:01:41", "date": "1863-04-30 17:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -0.42289, "lat": 45.77273, "name": "Burie", "geoid": 3029505}, "notime": null, "date-ut": "1863-04-30 17:04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Hedon"}, "birth": {"tzo": "-00:01:41", "date": "1863-04-30 17:00", "place": {"c2": "17", "cy": "FR", "lg": -0.42289, "lat": 45.77273, "name": "Burie", "geoid": 3029505}, "date-ut": "1863-04-30 17:04:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-337"}, "ids-in-sources": {"a2": "337"}}, "raw": {"H": "17", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "30", "LAT": "46N 9", "LON": "1W10", "MON": "4", "NUM": "337", "PRO": "S", "SEC": "40", "YEA": "1863", "CITY": "BURIE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Hédon", "official": {"given": "Charles Edouard Emmanuel"}}, "birth": {"date": "1863-04-30 17:00", "place": {"name": "Burie"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "471"}}, "raw": {"NR": "471", "GNR": "SA2337", "JU_": "2", "MA_": "2", "MO_": "2", "SA_": "2", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1863", "KORR": "", "MARS": "11", "MODE": "LMT", "MOND": "2", "NAME": "HÉDON (CHARLES EDOUARD EMMANUEL).", "AUFAB": "8.10", "PHAS_": "84.600", "SONNE": "16", "VENUS": "13", "BREITE": "46 N 09", "GEBORT": "Burie (Charente-Inférieure)", "LAENGE": "001 W 10", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "3", "GEBZEIT": "17.00", "JUPITER": "36", "ELECTAGE": "51,1", "ELECTDAT": "19.05.1914", "GEBDATUM": "30.04.1863", "STBDATUM": "08.03.1933"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-261"}, "ids-in-source": {"g55": "01-261"}}, "raw": {"DAY": "30-4-1863", "HOUR": "17 h.", "NAME": "HEDON Edouard", "PLACE": "Burie (Charente-Maritime)."}, "date": "2023-08-20T14:47:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2091	achard-emile-1860-07-24	{"a2": "4", "afd5": "5"}	{"lerrcp": "A2-4", "muller": "M5-5"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Emile", "family": "Achard", "spouse": [], "official": {"given": "Emile Charles", "family": "Achard"}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1860-07-24 09:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "9", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1860-07-24 09:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	2	{"birth": {"slug": "achard-emile-1860-07-24", "extras": {"name": {"given": "Emile"}}, "header": {"history": {"0": {"date": "2019-12-18", "actor": "Thierry Graff", "action": "Locate and download birth certificate"}, "1": {"date": "2023-01-29", "actor": "Thierry Graff", "action": "Addition to opengauquelin.org"}}}, "source": {"notes": "This person is part of physicians born in Paris that Arno Müller couldn't check in 1994 (see details on <a href=\\"https://tig12.github.io/g5/muller5-1083-medics.html#fix-paris\\">tig12.github.io/g5</a>).\\n<br>Comparison with birth certificate shows that Gauquelin birth time was correct.\\n<br>Original name of the image: archives_AD075EC_V4E_00955_0097.JPG\\n", "civil-registry": {"web": {"url": "archives.paris.fr/arkotheque/visionneuse/visionneuse.php?arko=YTo2OntzOjQ6ImRhdGUiO3M6MTA6IjIwMTktMTItMTgiO3M6MTA6InR5cGVfZm9uZHMiO3M6MTE6ImFya29fc2VyaWVsIjtzOjQ6InJlZjEiO2k6NDtzOjQ6InJlZjIiO2k6MjAzODk2O3M6MTY6InZpc2lvbm5ldXNlX2h0bWwiO2I6MTtzOjIxOiJ2aXNpb25uZXVzZV9odG1sX21vZGUiO3M6NDoicHJvZCI7fQ==", "page": "4 / 31"}, "name": "1860 , Naissances , 09 V4E 955", "place": {"c2": "75", "c3": "9", "cy": "FR", "name": "Paris"}}, "document-creation": {"date": "1860-07-25 11:00", "place": "Paris"}}, "opengauquelin": {"projects": {"0": "muller-paris-medics"}, "fix-issues": {"0": "achard-emile-1860-07-24--date"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Emile Charles", "family": "Achard"}}, "birth": {"date": "1860-07-24 09:30", "place": {"c2": "75", "c3": "9", "cy": "FR", "name": "Paris"}}}}}	[{"new": {"name": {"given": "Emile", "family": "Achard"}, "birth": {"tzo": "+00:09:24", "date": "1860-07-24 09:30", "place": {"c2": "75", "c3": "9", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1860-07-24 09:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-4"}, "ids-in-sources": {"a2": "4"}}, "raw": {"H": "9", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "24", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "4", "PRO": "S", "SEC": "40", "YEA": "1860", "CITY": "PARIS 9E"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Achard", "official": {"given": "Emile Charles"}}, "birth": {"date": "1860-07-24 09:30", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "5"}}, "raw": {"NR": "5", "GNR": "SA24", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "4", "JAHR": "1860", "KORR": "", "MARS": "25", "MODE": "LMT", "MOND": "33", "NAME": "ACHARD (EMILE CHARLES).", "AUFAB": "10.80", "PHAS_": "36.200", "SONNE": "6", "VENUS": "7", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "4", "GEBZEIT": "09.30", "JUPITER": "6", "ELECTAGE": "50,8", "ELECTDAT": "09.05.1911", "GEBDATUM": "24.07.1860", "STBDATUM": "08.08.1944"}, "date": "2023-08-20T14:44:16+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"sex": "M", "name": {"given": "Emile", "official": {"given": "Emile Charles", "family": "Achard"}}, "birth": {"date": "1860-07-24 09:30", "place": {"c2": "75", "c3": "9", "cy": "FR", "name": "Paris"}}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1860/07/24/achard-emile-1860-07-24\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add achard-emile-1860-07-24"}]	[]
2427	henry-etienne-1798-11-27	{"a2": "340"}	{"lerrcp": "A2-340"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Henry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1798-11-27 08:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1798-11-27 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Henry"}, "birth": {"tzo": "+00:09:24", "date": "1798-11-27 08:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1798-11-27 07:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-340"}, "ids-in-sources": {"a2": "340"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "27", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "340", "PRO": "S", "SEC": "40", "YEA": "1798", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
25851	choquet-gustave-1915-03-01	{"wd": "Q476198"}	{"wd": "Q476198"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Choquet", "spouse": [], "official": {"given": "Gustave Alfred Arthur", "family": "Choquet"}}	M	{"lmt": null, "tzo": null, "date": "1915-03-01 05:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": null, "lat": null, "name": "Solesmes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mathematician"]	2	{"birth": {"slug": "choquet-gustave-1915-03-01", "extras": {"name": {"given": "Gustave"}, "partial-ids": {"wd": "Q476198"}, "ids-in-sources": {"wd": "Q476198"}}, "header": {"history": {"0": {"date": "2023-05-07", "actor": "Thierry Graff", "action": "Locate the act and add to opengauquelin.org"}}}, "source": {"notes": "Name of the original image: c59f228d-f7c5-4938-9d10-db497c6879f1.jpg\\n", "civil-registry": {"web": {"url": "https://archivesdepartementales.lenord.fr/ark:/33518/d850f7gqw3hx/c59f228d-f7c5-4938-9d10-db497c6879f1", "page": "10 / 49"}, "name": "Archives départementales du Nord SOLESMES / NMD [1915 - 1915]3 E 7101", "place": {"c2": "59", "cy": "FR", "name": "Solesmes"}}, "document-creation": {"date": "1915-03-01 11:15"}}, "opengauquelin": {"projects": {"0": "french-math"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Gustave Alfred Arthur", "family": "Choquet"}}, "birth": {"date": "1915-03-01 05:00", "place": {"c2": "59", "cy": "FR", "name": "Solesmes"}}}}}	[{"new": {"sex": "M", "name": {"given": "Gustave", "official": {"given": "Gustave Alfred Arthur", "family": "Choquet"}}, "birth": {"date": "1915-03-01 05:00", "place": {"c2": "59", "cy": "FR", "name": "Solesmes"}}, "occus": ["mathematician"], "partial-ids": {"wd": "Q476198"}, "ids-in-sources": {"wd": "Q476198"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1915/03/01/choquet-gustave-1915-03-01\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add choquet-gustave-1915-03-01"}]	[]
25852	bruhat-georges-1887-12-21	{}	{}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Bruhat", "spouse": [], "official": {"given": "Georges Antoine Marie Louis", "family": "Bruhat"}}	M	{"lmt": null, "tzo": null, "date": "1887-12-21 10:30", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": null, "lat": null, "name": "Besançon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physicist"]	2	{"birth": {"slug": "bruhat-georges-1887-12-21", "extras": {"name": {"given": "Georges"}}, "header": {"history": {"0": {"date": "2023-05-07", "actor": "Thierry Graff", "action": "Locate the act and add to opengauquelin.org"}}}, "source": {"notes": "Né 18 rue Ronchaux\\n<br>Original name of the image: 43aaea0e-f3a9-4b1f-82be-f5a6b435be33.jpg\\n", "civil-registry": {"web": {"url": "https://memoirevive.besancon.fr/ark:/48565/v213qgl90fbz/43aaea0e-f3a9-4b1f-82be-f5a6b435be33", "page": "375 / 404"}, "name": "Registre des naissances, 18871E832 Mémoire Vive patrimoine numérisé de Besançon", "place": {"c2": "26", "cy": "FR", "name": "Besançon"}}, "document-creation": {"date": "1887-12-21 16:00", "place": "Besançon"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Georges Antoine Marie Louis", "family": "Bruhat"}}, "birth": {"date": "1887-12-21 10:30", "place": {"c2": "26", "cy": "FR", "name": "Besançon"}}}}}	[{"new": {"sex": "M", "name": {"given": "Georges", "official": {"given": "Georges Antoine Marie Louis", "family": "Bruhat"}}, "birth": {"date": "1887-12-21 10:30", "place": {"c2": "26", "cy": "FR", "name": "Besançon"}}, "occus": ["physicist"]}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1887/12/21/bruhat-georges-1887-12-21\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add bruhat-georges-1887-12-21"}]	[]
2429	herissey-eugene-1873-05-13	{"a2": "342", "g55": "01-264", "afd5": "477"}	{"g55": "01-264", "lerrcp": "A2-342", "muller": "M5-477"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Eugène", "family": "Hérissey", "spouse": [], "official": {"given": "Eugène Henri", "family": null}}	\N	{"lmt": null, "tzo": "+00:04:36", "date": "1873-05-13 20:00", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.15082, "lat": 49.02414, "name": "Evreux", "geoid": 3019265}, "notime": null, "date-ut": "1873-05-13 19:55:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Herissey"}, "birth": {"tzo": "+00:04:36", "date": "1873-05-13 20:00", "place": {"c2": "27", "cy": "FR", "lg": 1.15082, "lat": 49.02414, "name": "Évreux", "geoid": 3019265}, "date-ut": "1873-05-13 19:55:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-342"}, "ids-in-sources": {"a2": "342"}}, "raw": {"H": "19", "MN": "55", "TZ": "0", "COD": "27", "COU": "F", "DAY": "13", "LAT": "49N 1", "LON": "1E11", "MON": "5", "NUM": "342", "PRO": "S", "SEC": "16", "YEA": "1873", "CITY": "EVREUX"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Hérissey", "official": {"given": "Eugène Henri"}}, "birth": {"date": "1873-05-13 20:00", "place": {"name": "Evreux"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "477"}}, "raw": {"NR": "477", "GNR": "SA2342", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1873", "KORR": "", "MARS": "5", "MODE": "LMT", "MOND": "35", "NAME": "HÉRISSEY (EUGENE HENRI).", "AUFAB": "0.00", "PHAS_": "99.700", "SONNE": "20", "VENUS": "22", "BREITE": "49 N 01", "GEBORT": "Evreux (Eure)", "LAENGE": "001 E 11", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "31", "GEBZEIT": "20.00", "JUPITER": "12", "ELECTAGE": "66,0", "ELECTDAT": "02.05.1939", "GEBDATUM": "13.05.1873", "STBDATUM": "28.01.1959"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-264"}, "ids-in-source": {"g55": "01-264"}}, "raw": {"DAY": "13-5-1873", "HOUR": "20 h.", "NAME": "HERISSEY Eugène H.", "PLACE": "Evreux (Eure)."}, "date": "2023-08-20T14:47:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25853	ehresmann-charles-1905-04-19	{"wd": "Q304712"}	{"wd": "Q304712"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Ehresmann", "spouse": [], "official": {"given": "Karl", "family": "Ehresmann"}}	M	{"lmt": null, "tzo": null, "date": "1905-04-19 17:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": null, "lat": null, "name": "Strasbourg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mathematician"]	2	{"birth": {"slug": "ehresmann-charles-1905-04-19", "extras": {"name": {"given": "Charles"}, "partial-ids": {"wd": "Q304712"}, "ids-in-sources": {"wd": "Q304712"}}, "header": {"history": {"0": {"date": "2023-05-02", "actor": "Thierry Graff", "action": "Locate and download the act"}, "1": {"date": "2023-05-08", "actor": "Thierry Graff", "action": "Add to opengauquelin.org"}}}, "source": {"notes": "Birth time needs to be confirmed by someone able to read German.\\n", "civil-registry": {"web": {"url": "https://archives.strasbourg.eu/ark:/39332/vta05bc6b161c336296/daogrp/0/layout:table/idsearch:RECH_6fb5164e848b6ad5e3972a1a417b8324#id:1462899278?gallery=true&brightness=100.00&contrast=100.00&center=2784.944,-755.405&zoom=10&rotation=0.000&print=true", "page": "376 / 493"}, "name": "1 E 329 - Naissances : actes n° 761 à 1740 (23/02/1905 au 11/05/1905). - 1905", "place": {"c2": "67", "cy": "FR", "name": "Strasbourg"}}}, "opengauquelin": {"projects": {"0": "french-math"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Karl", "family": "Ehresmann"}}, "birth": {"date": "1905-04-19 17:00", "place": {"c2": "67", "cy": "FR", "name": "Strasbourg"}}}}}	[{"new": {"sex": "M", "name": {"given": "Charles", "official": {"given": "Karl", "family": "Ehresmann"}}, "birth": {"date": "1905-04-19 17:00", "place": {"c2": "67", "cy": "FR", "name": "Strasbourg"}}, "occus": ["mathematician"], "partial-ids": {"wd": "Q304712"}, "ids-in-sources": {"wd": "Q304712"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1905/04/19/ehresmann-charles-1905-04-19\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add ehresmann-charles-1905-04-19"}]	[]
14455	rachilde-1860-02-11	{"a6": "668", "wd": "Q2366473", "afd3": "177"}	{"wd": "Q2366473", "lerrcp": "A6-668", "muller": "M3-177"}	{"fame": {"full": "Rachilde", "given": null, "family": null}, "nobl": null, "alter": ["Jean de Childra", "Jean de Chibra"], "given": "Marguerite", "family": "Eymery", "spouse": ["Valette"], "official": {"given": "Marie Marguerite", "family": "Eymery"}}	F	{"lmt": true, "tzo": "+00:02:45", "date": "1860-02-11 06:00", "note": "Precise place: \\"Le Cros\\"", "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": 0.68562, "lat": 45.24564, "name": "Château-l'Evêque", "geoid": 3026263}, "notime": null, "date-ut": "1860-02-11 05:57:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "fictional-writer"]	2	{"birth": {"slug": "rachilde-1860-02-11", "extras": {"name": {"fame": {"full": "Rachilde"}, "alter": {"0": "Jean de Childra", "1": "Jean de Chibra"}, "given": "Marguerite", "spouse": {"0": "Valette"}}, "partial-ids": {"wd": "Q2366473"}, "ids-in-sources": {"wd": "Q2366473"}}, "header": {"history": {"0": {"date": "2021-07-10", "actor": "Thierry Graff", "action": "Locate and transcribe the act"}}}, "source": {"notes": "Act n° 6, Feuillet n° 4\\n", "civil-registry": {"web": {"url": "https://archives.dordogne.fr/ark:/43778/s005a2e7dad46666/5a327d022d39b", "page": "2 / 13"}, "name": "Château-l'Evêque (Dordogne, France) Naissances 5 E 114/15", "place": {"c2": "29", "cy": "FR", "name": "Château-l'Évêque"}}, "document-creation": {"date": "1860-02-12 13:00", "place": "Château-l'Évêque"}}, "opengauquelin": {"old-slug": "rachilde-marguerite-1860-02-11", "projects": {"0": "women"}}, "transcription": {"sex": "F", "name": {"official": {"given": "Marie Marguerite", "family": "Eymery"}}, "birth": {"date": "1860-02-11 06:00", "note": "Precise place: \\"Le Cros\\"", "place": {"c2": "29", "cy": "FR", "name": "Château-l'Evêque"}}}}}	[{"new": {"name": {"given": "Marguerite", "family": "Rachilde"}, "birth": {"tzo": "+00:02:45", "date": "1860-02-11 06:00", "place": {"c2": "24", "cy": "FR", "lg": 0.68562, "lat": 45.24564, "name": "Château-l'Évêque", "geoid": 3026263}, "date-ut": "1860-02-11 05:57:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-668"}, "ids-in-sources": {"a6": "668"}}, "raw": {"H": "5", "MN": "57", "TZ": "0", "COD": "24", "COU": "F", "DAY": "11", "LAT": "45N11", "LON": "0E44", "MON": "2", "NUM": "668", "PRO": "W", "SEC": "4", "YEA": "1860", "CITY": "CHATEAU-L'EVEQUE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "F", "birth": {"lmt": true}, "occus": ["fictional-writer"], "sources": "afd3", "ids-in-sources": {"afd3": "177"}}, "raw": {"CY": "F", "GQ": "G", "LG": "000 E 44", "LAT": "45 N 11", "TZO": "", "DATE": "12.02.1860", "MUID": "177", "NAME": "RACHILDE *EYMERY, Marguerite Vallette", "OCCU": "AR 01", "TIME": "01.00", "BOOKS": "123", "PLACE": "Chateau-l'Evéque (Dordogne)", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}, {"new": {"sex": "F", "name": {"fame": {"full": "Rachilde"}, "alter": ["Jean de Childra", "Jean de Chibra"], "given": "Marguerite", "spouse": ["Valette"], "official": {"given": "Marie Marguerite", "family": "Eymery"}}, "birth": {"date": "1860-02-11 06:00", "note": "Precise place: \\"Le Cros\\"", "place": {"c2": "29", "cy": "FR", "name": "Château-l'Evêque"}}, "partial-ids": {"wd": "Q2366473"}, "ids-in-sources": {"wd": "Q2366473"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1860/02/11/rachilde-1860-02-11\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add rachilde-1860-02-11"}]	[]
2433	heurtaux-alfred-1832-03-27	{"a2": "346", "g55": "01-268", "afd5": "483"}	{"g55": "01-268", "lerrcp": "A2-346", "muller": "M5-483"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alfred", "family": "Heurtaux", "spouse": [], "official": {"given": "Alfred Aimé", "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1832-03-27 15:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1832-03-27 15:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Heurtaux"}, "birth": {"tzo": "-00:06:13", "date": "1832-03-27 15:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1832-03-27 15:06:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-346"}, "ids-in-sources": {"a2": "346"}}, "raw": {"H": "15", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "27", "LAT": "47N13", "LON": "1W35", "MON": "3", "NUM": "346", "PRO": "S", "SEC": "20", "YEA": "1832", "CITY": "NANTES"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Heurtaux", "official": {"given": "Alfred Aimé"}}, "birth": {"date": "1832-03-27 15:00", "place": {"name": "Nantes"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "483"}}, "raw": {"NR": "483", "GNR": "SA2346", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1832", "KORR": "", "MARS": "21", "MODE": "LMT", "MOND": "21", "NAME": "HEURTAUX (ALFRED AIMÉ).", "AUFAB": "-8.80", "PHAS_": "26.100", "SONNE": "14", "VENUS": "18", "BREITE": "47 N 13", "GEBORT": "Nantes (Loire-Inférieure)", "LAENGE": "001 W 35", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "35", "GEBZEIT": "15.00", "JUPITER": "17", "ELECTAGE": "54,0", "ELECTDAT": "30.03.1886", "GEBDATUM": "27.03.1832", "STBDATUM": "01.10.1909"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-268"}, "ids-in-source": {"g55": "01-268"}}, "raw": {"DAY": "27-3-1832", "HOUR": "15 h.", "NAME": "HEURTAUX Alfred", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:47:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2435	hirtz-mathieu-1809-12-01	{"a2": "348", "g55": "01-269", "afd5": "486"}	{"g55": "01-269", "lerrcp": "A2-348", "muller": "M5-486"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Mathieu", "family": "Hirtz", "spouse": [], "official": {"given": "Mathieu Marc", "family": null}}	\N	{"lmt": null, "tzo": "+00:31", "date": "1809-12-01 16:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.75, "lat": 48.58333, "name": "Wurtzenheim", "geoid": 0}, "notime": null, "date-ut": "1809-12-01 15:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Mathieu", "family": "Hirtz"}, "birth": {"tzo": "+00:31", "date": "1809-12-01 16:00", "place": {"c2": "67", "cy": "FR", "lg": 7.75, "lat": 48.58333, "name": "Wurtzenheim", "geoid": 0}, "date-ut": "1809-12-01 15:29"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-348"}, "ids-in-sources": {"a2": "348"}}, "raw": {"H": "15", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "1", "LAT": "48N35", "LON": "7E45", "MON": "12", "NUM": "348", "PRO": "S", "SEC": "0", "YEA": "1809", "CITY": "WURTZENHEIM"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Hirtz", "official": {"given": "Mathieu Marc"}}, "birth": {"date": "1809-12-01 16:00", "place": {"name": "Wintzenheim"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "486"}}, "raw": {"NR": "486", "GNR": "SA2348", "JU_": "2", "MA_": "2", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1809", "KORR": "", "MARS": "11", "MODE": "LMT", "MOND": "23", "NAME": "HIRTZ (MATHIEU MARC).", "AUFAB": "-10.10", "PHAS_": "43.000", "SONNE": "18", "VENUS": "20", "BREITE": "48 N 35", "GEBORT": "Wintzenheim (Bas-Rhin),", "LAENGE": "007 E 45", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "18", "GEBZEIT": "16.00", "JUPITER": "3", "ELECTAGE": "63,7", "ELECTDAT": "12.08.1873", "GEBDATUM": "01.12.1809", "STBDATUM": "27.01.1878"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Wurtzenheim"}}, "partial-ids": {"g55": "01-269"}, "ids-in-source": {"g55": "01-269"}}, "raw": {"DAY": "1-12-1809", "HOUR": "16 h.", "NAME": "HIRTZ Mathieu", "PLACE": "Wurtzenheim (Bas-Rhin)."}, "date": "2023-08-20T14:47:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
24247	charlet-armand-1900-02-09	{"wd": "Q2861804", "cfepp-final3": "1068"}	{"wd": "Q2861804", "cfepp": "CF-1068"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Charlet", "spouse": [], "official": {"given": "Jules Armand", "family": "Charlet"}}	M	{"lmt": null, "tzo": null, "date": "1900-02-09 17:00", "note": null, "place": {"c1": null, "c2": "74", "c3": null, "cy": "FR", "lg": 6.92677, "lat": 45.98255, "name": "Chamonix-Mont-Blanc", "geoid": 3037042}, "notime": null, "date-ut": "1900-02-09 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mountaineer"]	2	{"birth": {"slug": "charlet-armand-1900-02-09", "extras": {"name": {"given": "Armand"}, "partial-ids": {"wd": "Q2861804"}, "ids-in-sources": {"wd": "Q2861804"}}, "header": {"history": {"0": {"date": "2022-03-08", "actor": "Thierry Graff", "action": "Locate and download the act"}, "1": {"date": "2023-05-10", "actor": "Thierry Graff", "action": "Add to opengauquelin.org"}}}, "source": {"notes": "Born at home in Argentières (Argentières is a village located on the commune of Chamonix-Mont-Blanc)\\n<br>Acte numéro 1\\n<br>Feuillet numéro 1\\n", "civil-registry": {"web": {"url": "https://archives.hautesavoie.fr/ark:/67033/a011484207670csg5cO/daogrp/0/92", "page": "92 / 340"}, "name": "Chamonix-Mont-Blanc (Haute-Savoie, France) Naissances 1891-1919 4 E 4157", "place": {"c2": "74", "cy": "FR", "name": "Chamonix-Mont-Blanc"}}, "document-creation": {"date": "1900-02-10 10:00", "place": "Argentières, commune de Chamonix-Mont-Blanc"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Jules Armand", "family": "Charlet"}}, "birth": {"date": "1900-02-09 17:00", "place": {"c2": "74", "cy": "FR", "lg": 6.92677, "lat": 45.98255, "name": "Chamonix-Mont-Blanc", "geoid": 3037042}}}}}	[{"new": {"name": {"given": "Armand", "family": "CHARLET"}, "birth": {"date": "1900-02-09 17:00", "place": {"c2": "74", "cy": "FR", "lg": -6.92, "lat": 45.97, "name": "ARGENTIERE"}, "date-ut": "1900-02-09 16:51"}, "occus": ["mountaineer"], "trust": 5, "ids-in-sources": {"cfepp-final3": "1068"}}, "raw": {"S": "7", "LT": "17 00", "LV": "", "TR": "f", "UT": "16 51", "LAT": "+45.97", "SRC": "AL", "LONG": "-06.92", "NAME": "CHARLET Armand", "SPORT": "Mountain Climbing", "LOC_DATE": "1900 02 09", "UNIV_DATE": "1900 02 09", "BIRTH_PLACE": "ARGENTIERE", "POSTAL_CODE": "74400"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"sex": "M", "name": {"given": "Armand", "official": {"given": "Jules Armand", "family": "Charlet"}}, "birth": {"date": "1900-02-09 17:00", "place": {"c2": "74", "cy": "FR", "lg": 6.92677, "lat": 45.98255, "name": "Chamonix-Mont-Blanc", "geoid": 3037042}}, "partial-ids": {"wd": "Q2861804"}, "ids-in-sources": {"wd": "Q2861804"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1900/02/09/charlet-armand-1900-02-09\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add charlet-armand-1900-02-09"}]	[]
25854	calve-emma-1858-08-15	{"wd": "Q452065"}	{"wd": "Q452065"}	{"fame": {"full": null, "given": "Emma", "family": "Calvé"}, "nobl": null, "alter": [], "given": "Rosa Noémie Emma", "family": "Calvet", "spouse": [], "official": {"given": "Rosa Noémie Emma", "family": "Calvet"}}	\N	{"lmt": null, "tzo": null, "date": "1858-08-15 11:00", "note": null, "place": {"c1": null, "c2": "12", "c3": null, "cy": "FR", "lg": null, "lat": null, "name": "Decazeville", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["opera-singer"]	2	{"birth": {"slug": "calve-emma-1858-08-15", "extras": {"name": {"fame": {"given": "Emma", "family": "Calvé"}}, "partial-ids": {"wd": "Q452065"}, "ids-in-sources": {"wd": "Q452065"}}, "header": {"history": {"0": {"date": "2023-05-13", "actor": "Thierry Graff", "action": "Locate the act and add to opengauquelin.org"}}}, "source": {"notes": "Act number 263\\n", "civil-registry": {"web": {"url": "https://archives.aveyron.fr/ark:/11971/vta52de4523efc7b/daogrp/0#id:641412723", "page": "29 / 40"}, "name": "4E77-6 - 4E77-6 DECAZEVILLE N 1858/1858 - (23/05/1858 - 20/09/1858)", "place": {"c2": "12", "cy": "FR", "name": "Decazeville"}}, "document-creation": {"date": "1858-08-16 09:00"}}, "opengauquelin": {"projects": {"0": "women"}}, "transcription": {"sex": null, "name": {"official": {"given": "Rosa Noémie Emma", "family": "Calvet"}}, "birth": {"date": "1858-08-15 11:00", "place": {"c2": "12", "cy": "FR", "name": "Decazeville"}}}}}	[{"new": {"sex": null, "name": {"fame": {"given": "Emma", "family": "Calvé"}, "official": {"given": "Rosa Noémie Emma", "family": "Calvet"}}, "birth": {"date": "1858-08-15 11:00", "place": {"c2": "12", "cy": "FR", "name": "Decazeville"}}, "occus": ["opera-singer"], "partial-ids": {"wd": "Q452065"}, "ids-in-sources": {"wd": "Q452065"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1858/08/15/calve-emma-1858-08-15\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add calve-emma-1858-08-15"}]	[]
2437	hugounenq-louis-1860-02-21	{"a2": "350", "g55": "01-271", "afd5": "491"}	{"g55": "01-271", "lerrcp": "A2-350", "muller": "M5-491"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Hugounenq", "spouse": [], "official": {"given": "Louis Marie Joseph", "family": null}}	\N	{"lmt": null, "tzo": "+00:13:17", "date": "1860-02-21 21:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.31959, "lat": 43.73178, "name": "Lodève", "geoid": 2997936}, "notime": null, "date-ut": "1860-02-21 20:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Hugounenq"}, "birth": {"tzo": "+00:13:17", "date": "1860-02-21 21:00", "place": {"c2": "34", "cy": "FR", "lg": 3.31959, "lat": 43.73178, "name": "Lodève", "geoid": 2997936}, "date-ut": "1860-02-21 20:44:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-350"}, "ids-in-sources": {"a2": "350"}}, "raw": {"H": "20", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "21", "LAT": "43N37", "LON": "3E53", "MON": "2", "NUM": "350", "PRO": "S", "SEC": "28", "YEA": "1860", "CITY": "LODEVE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Hugounenq", "official": {"given": "Louis Marie Joseph"}}, "birth": {"date": "1860-02-21 21:00", "place": {"name": "Lodève"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "491"}}, "raw": {"NR": "491", "GNR": "SA2350", "JU_": "2", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1860", "KORR": "", "MARS": "30", "MODE": "LMT", "MOND": "23", "NAME": "HUGOUNENQ (LOUIS MARIE JOSEPH).", "AUFAB": "-2.30", "PHAS_": "0.600", "SONNE": "23", "VENUS": "19", "BREITE": "43 N 37", "GEBORT": "Lodève (Hérault)", "LAENGE": "003 E 53", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "6", "GEBZEIT": "21.00", "JUPITER": "9", "ELECTAGE": "35,0", "ELECTDAT": "26.02.1895", "GEBDATUM": "21.02.1860", "STBDATUM": "11.11.1942"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-271"}, "ids-in-source": {"g55": "01-271"}}, "raw": {"DAY": "21-2-1860", "HOUR": "21 h.", "NAME": "HUGOUNENQ Louis", "PLACE": "Lodève (Hérault)."}, "date": "2023-08-20T14:47:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2439	hutinel-victor-1849-04-15	{"a2": "352", "g55": "01-273", "afd5": "494"}	{"g55": "01-273", "lerrcp": "A2-352", "muller": "M5-494"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Victor", "family": "Hutinel", "spouse": [], "official": {"given": "Victor Henri", "family": null}}	\N	{"lmt": null, "tzo": "+00:20:08", "date": "1849-04-15 16:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Chatillon-sur-Seine", "geoid": 0}, "notime": null, "date-ut": "1849-04-15 15:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Hutinel"}, "birth": {"tzo": "+00:20:08", "date": "1849-04-15 16:00", "place": {"c2": "21", "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Chatillon-sur-Sein", "geoid": 0}, "date-ut": "1849-04-15 15:39:52"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-352"}, "ids-in-sources": {"a2": "352"}}, "raw": {"H": "15", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "15", "LAT": "47N19", "LON": "5E 2", "MON": "4", "NUM": "352", "PRO": "S", "SEC": "52", "YEA": "1849", "CITY": "CHATILLON S-SEIN"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Hutinel", "official": {"given": "Victor Henri"}}, "birth": {"date": "1849-04-15 16:00", "place": {"name": "Châtillon-sur-Seine"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "494"}}, "raw": {"NR": "494", "GNR": "SA2352", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "2", "CODE": "4", "JAHR": "1849", "KORR": "", "MARS": "21", "MODE": "LMT", "MOND": "25", "NAME": "HUTINEL (VICTOR HENRI).", "AUFAB": "-9.20", "PHAS_": "57.800", "SONNE": "15", "VENUS": "12", "BREITE": "47 N 19", "GEBORT": "Châtillon-sur-Seine (Côte-d'Or)", "LAENGE": "005 E 02", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "18", "GEBZEIT": "16.00", "JUPITER": "5", "ELECTAGE": "50,2", "ELECTDAT": "27.06.1899", "GEBDATUM": "15.04.1849", "STBDATUM": "21.03.1933"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Chatillon-sur-Seine"}}, "partial-ids": {"g55": "01-273"}, "ids-in-source": {"g55": "01-273"}}, "raw": {"DAY": "15-4-1849", "HOUR": "16 h.", "NAME": "HUTINEL Victor", "PLACE": "Chatillon-sur-Seine (Côte-d’Or)."}, "date": "2023-08-20T14:47:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2440	imbert-jacques-1868-08-08	{"a2": "353", "g55": "01-274", "afd5": "495"}	{"g55": "01-274", "lerrcp": "A2-353", "muller": "M5-495"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jacques", "family": "Imbert", "spouse": [], "official": {"given": "Jacques Armand Léon", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:14", "date": "1868-08-08 15:30", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.81025, "lat": 44.13806, "name": "Orange", "geoid": 2989460}, "notime": null, "date-ut": "1868-08-08 15:10:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Imbert"}, "birth": {"tzo": "+00:19:14", "date": "1868-08-08 15:30", "place": {"c2": "84", "cy": "FR", "lg": 4.81025, "lat": 44.13806, "name": "Orange", "geoid": 2989460}, "date-ut": "1868-08-08 15:10:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-353"}, "ids-in-sources": {"a2": "353"}}, "raw": {"H": "15", "MN": "10", "TZ": "0", "COD": "84", "COU": "F", "DAY": "8", "LAT": "43N57", "LON": "4E50", "MON": "8", "NUM": "353", "PRO": "S", "SEC": "40", "YEA": "1868", "CITY": "ORANGE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Imbert", "official": {"given": "Jacques Armand Léon"}}, "birth": {"date": "1868-08-08 15:30", "place": {"name": "Orange"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "495"}}, "raw": {"NR": "495", "GNR": "SA2353", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1868", "KORR": "", "MARS": "18", "MODE": "LMT", "MOND": "27", "NAME": "IMBERT (JACQUES ARMAND LÉON).", "AUFAB": "-6.70", "PHAS_": "82.700", "SONNE": "14", "VENUS": "17", "BREITE": "43 N 57", "GEBORT": "Orange (Vaucluse)", "LAENGE": "004 E 50", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "4", "GEBZEIT": "15.30", "JUPITER": "27", "ELECTAGE": "51,6", "ELECTDAT": "16.03.1920", "GEBDATUM": "08.08.1868", "STBDATUM": "13.10.1955"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-274"}, "ids-in-source": {"g55": "01-274"}}, "raw": {"DAY": "8-8-1868", "HOUR": "15 h. 30", "NAME": "IMBERT Jacques", "PLACE": "Orange (Vaucluse)."}, "date": "2023-08-20T14:47:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
4834	julia-gaston-1893-02-03	{"a2": "2750", "wd": "Q323238", "g55": "09-146"}	{"wd": "Q323238", "g55": "09-146", "lerrcp": "A2-2750"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Julia", "spouse": [], "official": {"given": "Gaston Maurice", "family": "Julia"}}	M	{"lmt": null, "tzo": null, "date": "1893-02-03 03:00", "note": null, "place": {"c1": "30", "c2": "", "c3": null, "cy": "DZ", "lg": -0.63085, "lat": 35.18994, "name": "Sidi Bel Abbes", "geoid": 2481007}, "notime": null, "date-ut": "1893-02-03 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mathematician"]	2	{"birth": {"slug": "julia-gaston-1893-02-03", "extras": {"name": {"given": "Gaston"}, "partial-ids": {"wd": "Q323238"}, "ids-in-sources": {"wd": "Q323238"}}, "header": {"history": {"0": {"date": "2023-05-14", "actor": "Thierry Graff", "action": "Locate the act and add to opengauquelin.org"}}}, "source": {"notes": "", "civil-registry": {"web": {"url": "http://anom.archivesnationales.culture.gouv.fr/caomec2/osd.php?territoire=ALGERIE&registre=29216", "page": "34 / 276"}, "name": "Algérie SIDI BEL ABBES 1893", "place": {"c1": "30", "cy": "DZ", "name": "Sidi Bel Abbes"}}, "document-creation": {"date": "1893-02-04 11:00"}}, "opengauquelin": {"projects": {"0": "french-math"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Gaston Maurice", "family": "Julia"}}, "birth": {"date": "1893-02-03 03:00", "place": {"c1": "30", "cy": "DZ", "name": "Sidi Bel Abbes"}}}}}	[{"new": {"name": {"given": "Gaston", "family": "Julia"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": -0.63085, "lat": 35.18994, "name": "Sidi Bel Abbès", "geoid": 2481007}, "date-ut": "1893-02-03 02:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2750"}, "ids-in-sources": {"a2": "2750"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "3", "LAT": "35N20", "LON": "0W45", "MON": "2", "NUM": "2750", "PRO": "S", "SEC": "40", "YEA": "1893", "CITY": "SIDI BEL ABBES"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-146"}, "ids-in-source": {"g55": "09-146"}}, "raw": {"DAY": "3-2-1893", "HOUR": "3 h.", "NAME": "JULIA Gaston", "PLACE": "Sidi-Bel-Abbès (Algérie)."}, "date": "2023-08-20T14:49:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}, {"new": {"sex": "M", "name": {"given": "Gaston", "official": {"given": "Gaston Maurice", "family": "Julia"}}, "birth": {"date": "1893-02-03 03:00", "place": {"c1": "30", "cy": "DZ", "name": "Sidi Bel Abbes"}}, "occus": ["mathematician"], "partial-ids": {"wd": "Q323238"}, "ids-in-sources": {"wd": "Q323238"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1893/02/03/julia-gaston-1893-02-03\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add julia-gaston-1893-02-03"}]	[]
25855	picard-emile-1856-07-24	{"wd": "Q286375"}	{"wd": "Q286375"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Picard", "spouse": [], "official": {"given": "Charles Emile", "family": "Picard"}}	M	{"lmt": null, "tzo": null, "date": "1856-07-24 20:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": null, "lat": null, "name": "Paris", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mathematician"]	2	{"birth": {"slug": "picard-emile-1856-07-24", "extras": {"name": {"given": "Emile"}, "partial-ids": {"wd": "Q286375"}, "ids-in-sources": {"wd": "Q286375"}}, "header": {"history": {"0": {"date": "2023-05-14", "actor": "Thierry Graff", "action": "Locate the act and add to opengauquelin.org"}}}, "source": {"notes": "Original name of the image: archives_FRAD075AR_5Mi1_0906_00179.JPG\\n", "civil-registry": {"web": {"url": "https://archives.paris.fr/arkotheque/visionneuse/visionneuse.php?arko=YTo2OntzOjQ6ImRhdGUiO3M6MTA6IjIwMjMtMDUtMTQiO3M6MTA6InR5cGVfZm9uZHMiO3M6MTE6ImFya29fc2VyaWVsIjtzOjQ6InJlZjEiO2k6Mzk7czo0OiJyZWYyIjtpOjMzOTg5MDtzOjE2OiJ2aXNpb25uZXVzZV9odG1sIjtiOjE7czoyMToidmlzaW9ubmV1c2VfaHRtbF9tb2RlIjtzOjQ6InByb2QiO30=", "page": "27 / 51"}, "name": "Archives de Paris, Actes de l'état civil reconstitué, Naissances 5Mi1 906", "place": {"c2": "75", "cy": "FR", "name": "Paris"}}, "document-creation": {"date": "1856-07-26 12:00"}}, "opengauquelin": {"projects": {"0": "french-math"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Charles Emile", "family": "Picard"}}, "birth": {"date": "1856-07-24 20:00", "place": {"c2": "75", "cy": "FR", "name": "Paris"}}}}}	[{"new": {"sex": "M", "name": {"given": "Emile", "official": {"given": "Charles Emile", "family": "Picard"}}, "birth": {"date": "1856-07-24 20:00", "place": {"c2": "75", "cy": "FR", "name": "Paris"}}, "occus": ["mathematician"], "partial-ids": {"wd": "Q286375"}, "ids-in-sources": {"wd": "Q286375"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1856/07/24/picard-emile-1856-07-24\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add picard-emile-1856-07-24"}]	[]
2444	jacquemin-eugene-1828-01-22	{"a2": "357", "g55": "01-277", "afd5": "500"}	{"g55": "01-277", "lerrcp": "A2-357", "muller": "M5-500"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Eugène", "family": "Jacquemin", "spouse": [], "official": {"given": "Eugène Théodore", "family": null}}	\N	{"lmt": null, "tzo": "+00:28:53", "date": "1828-01-22 22:30", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.22004, "lat": 48.48313, "name": "Schirmeck", "geoid": 2975445}, "notime": null, "date-ut": "1828-01-23 08:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Jacquemin"}, "birth": {"tzo": "+00:28:53", "date": "1828-01-23 09:00", "place": {"c2": "67", "cy": "FR", "lg": 7.22004, "lat": 48.48313, "name": "Schirmeck", "geoid": 2975445}, "date-ut": "1828-01-23 08:29"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-357"}, "ids-in-sources": {"a2": "357"}}, "raw": {"H": "8", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "23", "LAT": "48N35", "LON": "7E45", "MON": "1", "NUM": "357", "PRO": "S", "SEC": "0", "YEA": "1828", "CITY": "SCHIRMECK"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Jacquemin", "official": {"given": "Eugène Théodore"}}, "birth": {"date": "1828-01-22 22:30", "place": {"name": "Schirmeck"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "500"}}, "raw": {"NR": "500", "GNR": "SA2357", "JU_": "0", "MA_": "0", "MO_": "0", "SA_": "2", "SO_": "0", "VE_": "0", "CODE": "2", "JAHR": "1828", "KORR": "", "MARS": "32", "MODE": "LMT", "MOND": "17", "NAME": "JACQUEMIN (EUGENE THÉODORE).", "AUFAB": "9.70", "PHAS_": "31.000", "SONNE": "25", "VENUS": "23", "BREITE": "48 N 35", "GEBORT": "Schirmeck (Bas-Rhin)", "LAENGE": "007 E 45", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "9", "GEBZEIT": "22.30", "JUPITER": "32", "ELECTAGE": "47,6", "ELECTDAT": "24.08.1875", "GEBDATUM": "22.01.1828", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-277"}, "ids-in-source": {"g55": "01-277"}}, "raw": {"DAY": "23-1-1828", "HOUR": "9 h.", "NAME": "JACQUEMIN Eugène", "PLACE": "Schirmeck (Bas-Rhin)."}, "date": "2023-08-20T14:47:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2443	jacquemier-jean-1806-01-14	{"a2": "356", "g55": "01-278", "afd5": "499"}	{"g55": "01-278", "lerrcp": "A2-356", "muller": "M5-499"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Jacquemier", "spouse": [], "official": {"given": "Jean Marie", "family": null}}	\N	{"lmt": null, "tzo": "+00:24:18", "date": "1806-01-14 10:00", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 6.07477, "lat": 46.32032, "name": "Tutegny", "geoid": 3027765}, "notime": null, "date-ut": "1806-01-16 12:39:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Jacquemier"}, "birth": {"tzo": "+00:24:18", "date": "1806-01-16 13:03:26", "place": {"c2": "01", "cy": "FR", "lg": 6.07477, "lat": 46.32032, "name": "Cessy", "geoid": 3027765}, "date-ut": "1806-01-16 12:39:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-356"}, "ids-in-sources": {"a2": "356"}}, "raw": {"H": "12", "MN": "39", "TZ": "0", "COD": "01", "COU": "F", "DAY": "16", "LAT": "46N12", "LON": "5E13", "MON": "1", "NUM": "356", "PRO": "S", "SEC": "8", "YEA": "1806", "CITY": "CESSY"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Jacquemier", "official": {"given": "Jean Marie"}}, "birth": {"date": "1806-01-14 10:00", "place": {"name": "Tutegny"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "499"}}, "raw": {"NR": "499", "GNR": "SA2356", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "2", "CODE": "2", "JAHR": "1806", "KORR": "", "MARS": "4", "MODE": "LMT", "MOND": "14", "NAME": "JACQUEMIER (JEAN MARIE).", "AUFAB": "-9.30", "PHAS_": "27.900", "SONNE": "5", "VENUS": "1", "BREITE": "46 N 12", "GEBORT": "Tutegny (Ain)", "LAENGE": "005 E 13", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ-d", "SATURN": "16", "GEBZEIT": "10.00", "JUPITER": "9", "ELECTAGE": "54,9", "ELECTDAT": "04.12.1860", "GEBDATUM": "14.01.1806", "STBDATUM": "14.06.1879"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-278"}, "ids-in-source": {"g55": "01-278"}}, "raw": {"DAY": "16-1-1806", "HOUR": "13 h.", "NAME": "JACQUEMIER Jean-Marie", "PLACE": "Cessy (Ain)."}, "date": "2023-08-20T14:47:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2445	jalaguier-adolphe-1853-03-24	{"a2": "358", "g55": "01-279", "afd5": "501"}	{"g55": "01-279", "lerrcp": "A2-358", "muller": "M5-501"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Adolphe", "family": "Jalaguier", "spouse": [], "official": {"given": "Jean Adolphe Prosper", "family": null}}	\N	{"lmt": null, "tzo": "+00:05:25", "date": "1853-03-24 01:00", "note": null, "place": {"c1": null, "c2": "82", "c3": null, "cy": "FR", "lg": 1.3542, "lat": 44.01759, "name": "Montauban", "geoid": 2993002}, "notime": null, "date-ut": "1853-03-24 00:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Jalaguier"}, "birth": {"tzo": "+00:05:25", "date": "1853-03-24 01:00", "place": {"c2": "82", "cy": "FR", "lg": 1.3542, "lat": 44.01759, "name": "Montauban", "geoid": 2993002}, "date-ut": "1853-03-24 00:54:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-358"}, "ids-in-sources": {"a2": "358"}}, "raw": {"H": "0", "MN": "54", "TZ": "0", "COD": "82", "COU": "F", "DAY": "24", "LAT": "44N 1", "LON": "1E20", "MON": "3", "NUM": "358", "PRO": "S", "SEC": "40", "YEA": "1853", "CITY": "MONTAUBAN"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Jalaguier", "official": {"given": "Jean Adolphe Prosper"}}, "birth": {"date": "1853-03-24 01:00", "place": {"name": "Montauban"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "501"}}, "raw": {"NR": "501", "GNR": "SA2358", "JU_": "2", "MA_": "1", "MO_": "2", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1853", "KORR": "", "MARS": "30", "MODE": "LMT", "MOND": "12", "NAME": "JALAGUIER (JEAN ADOLPHE PROSPER).", "AUFAB": "4.60", "PHAS_": "97.600", "SONNE": "29", "VENUS": "30", "BREITE": "44 N 01", "GEBORT": "Montauban (Tarn-et-Garonne)", "LAENGE": "001 E 20", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "24", "GEBZEIT": "01.00", "JUPITER": "36", "ELECTAGE": "59,2", "ELECTDAT": "14.05.1912", "GEBDATUM": "24.03.1853", "STBDATUM": "08.07.1924"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-279"}, "ids-in-source": {"g55": "01-279"}}, "raw": {"DAY": "24-3-1853", "HOUR": "1 h.", "NAME": "JALAGUIER Adolphe", "PLACE": "Montauban (Tarn-et-Garonne)."}, "date": "2023-08-20T14:47:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25856	schwartz-laurent-1915-03-05	{"wd": "Q212081"}	{"wd": "Q212081"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Laurent", "family": "Schwartz", "spouse": [], "official": {"given": "Laurent Moïse", "family": "Schwartz"}}	M	{"lmt": null, "tzo": null, "date": "1915-03-05 14:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "16", "cy": "FR", "lg": null, "lat": null, "name": "Paris", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mathematician"]	2	{"birth": {"slug": "schwartz-laurent-1915-03-05", "extras": {"name": {"given": "Laurent"}, "partial-ids": {"wd": "Q212081"}, "ids-in-sources": {"wd": "Q212081"}}, "header": {"history": {"0": {"date": "2023-05-14", "actor": "Thierry Graff", "action": "Locate the act and add to opengauquelin.org"}}}, "source": {"notes": "Original name of the image: archives_AD075EC_16N113_0097.JPG\\n", "civil-registry": {"web": {"url": "https://archives.paris.fr/arkotheque/visionneuse/visionneuse.php?arko=YTo2OntzOjQ6ImRhdGUiO3M6MTA6IjIwMjMtMDUtMTQiO3M6MTA6InR5cGVfZm9uZHMiO3M6MTE6ImFya29fc2VyaWVsIjtzOjQ6InJlZjEiO2k6NDtzOjQ6InJlZjIiO2k6MzA1MTU3O3M6MTY6InZpc2lvbm5ldXNlX2h0bWwiO2I6MTtzOjIxOiJ2aXNpb25uZXVzZV9odG1sX21vZGUiO3M6NDoicHJvZCI7fQ==", "page": "8 / 11"}, "name": "Archives de Paris, 1915 , Naissances , 16 16N 113", "place": {"c2": "75", "c3": "16", "cy": "FR", "name": "Paris"}}, "document-creation": {"date": "1915-03-08 15:15"}}, "opengauquelin": {"projects": {"0": "french-math"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Laurent Moïse", "family": "Schwartz"}}, "birth": {"date": "1915-03-05 14:00", "place": {"c2": "75", "c3": "16", "cy": "FR", "name": "Paris"}}}}}	[{"new": {"sex": "M", "name": {"given": "Laurent", "official": {"given": "Laurent Moïse", "family": "Schwartz"}}, "birth": {"date": "1915-03-05 14:00", "place": {"c2": "75", "c3": "16", "cy": "FR", "name": "Paris"}}, "occus": ["mathematician"], "partial-ids": {"wd": "Q212081"}, "ids-in-sources": {"wd": "Q212081"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1915/03/05/schwartz-laurent-1915-03-05\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add schwartz-laurent-1915-03-05"}]	[]
4937	poincare-henri-1854-04-29	{"a2": "2853", "a6": "642", "wd": "Q81082", "g55": "09-220", "afd2": "446"}	{"wd": "Q81082", "g55": "09-220", "lerrcp": "A2-2853", "muller": "M2-446"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Poincaré", "spouse": [], "official": {"given": "Jules Henri", "family": "Poincaré"}}	M	{"lmt": null, "tzo": "+00:24:44", "date": "1854-04-29 01:00", "note": "LMT", "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1854-04-29 00:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer", "mathematician", "astronomer", "philosopher-of-science", "physicist", "engineer"]	2	{"birth": {"slug": "poincare-henri-1854-04-29", "extras": {"name": {"given": "Henri"}, "partial-ids": {"wd": "Q81082"}, "ids-in-sources": {"wd": "Q81082"}}, "header": {"history": {"0": {"date": "2023-05-14", "actor": "Thierry Graff", "action": "Locate the act and add to opengauquelin.org"}}}, "source": {"notes": "Original name of the image: depot-etat-civil-image-traitement-frad054-5mi394-r151-frad054-5mi394-r151-0139.jpg\\n", "civil-registry": {"web": {"url": "https://archivesenligne.archives.cg54.fr/ark:33175/s0054ad10ec057d9/54ae3b618bf33.fiche=arko_fiche_62bc4dd2d197d.moteur=arko_default_62bc67565d099", "page": "139 / 671"}, "name": "Nancy-1854 - 1855-5 Mi 394/R 151", "place": {"c2": "54", "cy": "FR", "name": "Nancy"}}, "document-creation": {"date": "1854-05-01 11:00"}}, "opengauquelin": {"projects": {"0": "french-math"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Jules Henri", "family": "Poincaré"}}, "birth": {"date": "1854-04-29 01:00", "place": {"c2": "54", "cy": "FR", "name": "Nancy"}}}}}	[{"new": {"name": {"given": "Henri", "family": "Poincare"}, "birth": {"tzo": "+00:24:44", "date": "1854-04-29 01:00", "place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1854-04-29 00:35:12"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2853"}, "ids-in-sources": {"a2": "2853"}}, "raw": {"H": "0", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "29", "LAT": "48N42", "LON": "6E12", "MON": "4", "NUM": "2853", "PRO": "S", "SEC": "12", "YEA": "1854", "CITY": "NANCY"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "642"}}, "raw": {"H": "0", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "29", "LAT": "48N42", "LON": "6E12", "MON": "4", "NUM": "642", "PRO": "W", "SEC": "12", "YEA": "1854", "CITY": "NANCY"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["mathematician"], "ids-in-sources": {"afd2": "446"}}, "raw": {"CY": "F", "GQ": "G", "LG": "006 E 12", "LAT": "48 N 42", "TZO": "", "DATE": "29.04.1854", "MUID": "446", "NAME": "Poincaré, Henri", "OCCU": "SC 01", "TIME": "01.00", "BOOKS": "467", "PLACE": "Nancy", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"partial-ids": {"g55": "09-220"}, "ids-in-source": {"g55": "09-220"}}, "raw": {"DAY": "29-4-1854", "HOUR": "1 h.", "NAME": "POINCARE Henri", "PLACE": "Nancy (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:49:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}, {"new": {"sex": "M", "name": {"given": "Henri", "official": {"given": "Jules Henri", "family": "Poincaré"}}, "birth": {"date": "1854-04-29 01:00", "place": {"c2": "54", "cy": "FR", "name": "Nancy"}}, "occus": ["astronomer", "mathematician", "philosopher-of-science", "physicist", "engineer"], "partial-ids": {"wd": "Q81082"}, "ids-in-sources": {"wd": "Q81082"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1854/04/29/poincare-henri-1854-04-29\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add poincare-henri-1854-04-29"}]	[]
2450	jobert-antoine-1802-12-17	{"a2": "363", "afd5": "510"}	{"lerrcp": "A2-363", "muller": "M5-510"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Antoine", "family": "Jobert", "spouse": [], "official": {"given": "Antoine Joseph", "family": null}}	\N	{"lmt": null, "tzo": "-00:09:10", "date": "1802-12-17 15:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -2.29168, "lat": 48.59628, "name": "Matignon", "geoid": 2995175}, "notime": null, "date-ut": "1802-12-17 13:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Jobert"}, "birth": {"tzo": "-00:09:10", "date": "1802-12-17 13:00", "place": {"c2": "22", "cy": "FR", "lg": -2.29168, "lat": 48.59628, "name": "Matignon", "geoid": 2995175}, "date-ut": "1802-12-17 13:11"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-363"}, "ids-in-sources": {"a2": "363"}}, "raw": {"H": "13", "MN": "11", "TZ": "0", "COD": "22", "COU": "F", "DAY": "17", "LAT": "48N31", "LON": "2W45", "MON": "12", "NUM": "363", "PRO": "S", "SEC": "0", "YEA": "1802", "CITY": "MATIGNON"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Jobert", "official": {"given": "Antoine Joseph"}}, "birth": {"date": "1802-12-17 15:00", "place": {"name": "Matignon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "510"}}, "raw": {"NR": "510", "GNR": "SA2363", "JU_": "0", "MA_": "0", "MO_": "0", "SA_": "0", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1802", "KORR": "", "MARS": "33", "MODE": "LMT", "MOND": "23", "NAME": "JOBERT (ANTOINE JOSEPH, DIT J. DE LAMB.", "AUFAB": "-9.30", "PHAS_": "52.300", "SONNE": "16", "VENUS": "13", "BREITE": "48 N 31", "GEBORT": "Matignon (Côtes-du-Nord)", "LAENGE": "002 W 45", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "23", "GEBZEIT": "15.00", "JUPITER": "22", "ELECTAGE": "37,9", "ELECTDAT": "17.11.1840", "GEBDATUM": "17.12.1802", "STBDATUM": "19.04.1867"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2448	jeannel-francois-1850-02-01	{"a2": "361", "g55": "01-281", "afd5": "508"}	{"g55": "01-281", "lerrcp": "A2-361", "muller": "M5-508"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "François", "family": "Jeannel", "spouse": [], "official": {"given": "François Louis Maurice", "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1850-02-01 19:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1850-02-01 18:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "François", "family": "Jeannel"}, "birth": {"tzo": "-00:02:19", "date": "1850-02-01 18:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1850-02-01 18:57:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-361"}, "ids-in-sources": {"a2": "361"}}, "raw": {"H": "18", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "1", "LAT": "44N50", "LON": "0W34", "MON": "2", "NUM": "361", "PRO": "S", "SEC": "36", "YEA": "1850", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Jeannel", "official": {"given": "François Louis Maurice"}}, "birth": {"date": "1850-02-01 19:00", "place": {"name": "Bordeaux"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "508"}}, "raw": {"NR": "508", "GNR": "SA2361", "JU_": "0", "MA_": "0", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1850", "KORR": "", "MARS": "8", "MODE": "LMT", "MOND": "31", "NAME": "JEANNEL (FRANÇOIS LOUIS MAURICE).", "AUFAB": "-8.10", "PHAS_": "79.900", "SONNE": "21", "VENUS": "22", "BREITE": "44 N 50", "GEBORT": "Bordeaux (Gironde)", "LAENGE": "000 W 34", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "15", "GEBZEIT": "19.00", "JUPITER": "34", "ELECTAGE": "54,2", "ELECTDAT": "22.03.1904", "GEBDATUM": "01.02.1850", "STBDATUM": "13.09.1918"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-281"}, "ids-in-source": {"g55": "01-281"}}, "raw": {"DAY": "1-2-1850", "HOUR": "19 h.", "NAME": "JEANNEL François", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:47:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2449	jeannin-cyrille-1874-01-20	{"a2": "362", "g55": "01-282", "afd5": "509"}	{"g55": "01-282", "lerrcp": "A2-362", "muller": "M5-509"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Cyrille", "family": "Jeannin", "spouse": [], "official": {"given": "Cyrille Augustin", "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1874-01-20 01:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1874-01-20 01:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Cyrille", "family": "Jeannin"}, "birth": {"tzo": "-00:06:13", "date": "1874-01-20 01:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1874-01-20 01:06:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-362"}, "ids-in-sources": {"a2": "362"}}, "raw": {"H": "1", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "20", "LAT": "47N13", "LON": "1W35", "MON": "1", "NUM": "362", "PRO": "S", "SEC": "20", "YEA": "1874", "CITY": "NANTES"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Jeannin", "official": {"given": "Cyrille Augustin"}}, "birth": {"date": "1874-01-20 01:00", "place": {"name": "Nantes"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "509"}}, "raw": {"NR": "509", "GNR": "SA2362", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1874", "KORR": "", "MARS": "25", "MODE": "LMT", "MOND": "26", "NAME": "JEANNIN (CYRILLE AUGUSTIN).", "AUFAB": "3.20", "PHAS_": "4.000", "SONNE": "28", "VENUS": "29", "BREITE": "47 N 13", "GEBORT": "Nantes (Loire-Inférieure)", "LAENGE": "001 W 35", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "28", "GEBZEIT": "01.00", "JUPITER": "5", "ELECTAGE": "61,4", "ELECTDAT": "11.06.1935", "GEBDATUM": "20.01.1874", "STBDATUM": "25.12.1947"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-282"}, "ids-in-source": {"g55": "01-282"}}, "raw": {"DAY": "20-1-1874", "HOUR": "1 h.", "NAME": "JEANNIN Cyrille", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:47:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25857	levy-paul-1886-09-15	{"wd": "Q441127"}	{"wd": "Q441127"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Lévy", "spouse": [], "official": {"given": "Paul Pierre", "family": "Lévy"}}	M	{"lmt": null, "tzo": null, "date": "1886-09-15 10:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "5", "cy": "FR", "lg": null, "lat": null, "name": "Paris", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mathematician"]	2	{"birth": {"slug": "levy-paul-1886-09-15", "extras": {"name": {"given": "Paul"}, "partial-ids": {"wd": "Q441127"}, "ids-in-sources": {"wd": "Q441127"}}, "header": {"history": {"0": {"date": "2023-05-14", "actor": "Thierry Graff", "action": "Locate the act and add to opengauquelin.org"}}}, "source": {"notes": "Original name of the image: archives_AD075EC_V4E_05737_0120.JPG\\n", "civil-registry": {"web": {"url": "https://archives.paris.fr/arkotheque/visionneuse/visionneuse.php?arko=YTo2OntzOjQ6ImRhdGUiO3M6MTA6IjIwMjMtMDUtMTQiO3M6MTA6InR5cGVfZm9uZHMiO3M6MTE6ImFya29fc2VyaWVsIjtzOjQ6InJlZjEiO2k6NDtzOjQ6InJlZjIiO2k6MjI5NTU0O3M6MTY6InZpc2lvbm5ldXNlX2h0bWwiO2I6MTtzOjIxOiJ2aXNpb25uZXVzZV9odG1sX21vZGUiO3M6NDoicHJvZCI7fQ==", "page": "27 / 31"}, "name": "Archives de Paris 1886 , Naissances , 05 V4E 5737", "place": {"c2": "75", "c3": "5", "cy": "FR", "name": "Paris"}}, "document-creation": {"date": "1886-09-17 15:00"}}, "opengauquelin": {"projects": {"0": "french-math"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Paul Pierre", "family": "Lévy"}}, "birth": {"date": "1886-09-15 10:00", "place": {"c2": "75", "c3": "5", "cy": "FR", "name": "Paris"}}}}}	[{"new": {"sex": "M", "name": {"given": "Paul", "official": {"given": "Paul Pierre", "family": "Lévy"}}, "birth": {"date": "1886-09-15 10:00", "place": {"c2": "75", "c3": "5", "cy": "FR", "name": "Paris"}}, "occus": ["mathematician"], "partial-ids": {"wd": "Q441127"}, "ids-in-sources": {"wd": "Q441127"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1886/09/15/levy-paul-1886-09-15\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add levy-paul-1886-09-15"}]	[]
2453	jolyet-felix-1841-01-04	{"a2": "366", "g55": "01-285", "afd5": "513"}	{"g55": "01-285", "lerrcp": "A2-366", "muller": "M5-513"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Félix", "family": "Jolyet", "spouse": [], "official": {"given": "Jean-Baptiste Henri Félix Pierre", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:20", "date": "1841-01-04 14:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 46.3, "name": "Pierre-en-Brosse", "geoid": 0}, "notime": null, "date-ut": "1841-01-10 11:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Jolyet"}, "birth": {"tzo": "+00:19:20", "date": "1841-01-10 12:00", "place": {"c2": "71", "cy": "FR", "lg": 4.83333, "lat": 46.3, "name": "Pierre-en-Bross", "geoid": 0}, "date-ut": "1841-01-10 11:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-366"}, "ids-in-sources": {"a2": "366"}}, "raw": {"H": "11", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "10", "LAT": "46N18", "LON": "4E50", "MON": "1", "NUM": "366", "PRO": "S", "SEC": "40", "YEA": "1841", "CITY": "PIERRE-EN-BROSS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Jolyet", "official": {"given": "Jean-Baptiste Henri Félix Pierre"}}, "birth": {"date": "1841-01-04 14:00", "place": {"name": "Pierre-en-Bresse"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "513"}}, "raw": {"NR": "513", "GNR": "SA2366", "JU_": "1", "MA_": "0", "MO_": "2", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "2", "JAHR": "1841", "KORR": "", "MARS": "22", "MODE": "LMT", "MOND": "2", "NAME": "JOLYET (JEAN-BAPTISTE HENRI FÉLIX PIERRE).", "AUFAB": "9.70", "PHAS_": "81.500", "SONNE": "14", "VENUS": "8", "BREITE": "46 N 18", "GEBORT": "Pierre-en-Bresse (Saône-et-Loire)", "LAENGE": "004 E 50", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "16", "GEBZEIT": "14.00", "JUPITER": "19", "ELECTAGE": "64,2", "ELECTDAT": "28.02.1905", "GEBDATUM": "04.01.1841", "STBDATUM": "04.11.1922"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Pierre-en-Brosse"}}, "partial-ids": {"g55": "01-285"}, "ids-in-source": {"g55": "01-285"}}, "raw": {"DAY": "10-1-1841", "HOUR": "12 h.", "NAME": "JOLYET Félix", "PLACE": "Pierre-en-Brosse (Saône-et-Loire)."}, "date": "2023-08-20T14:47:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2454	jouon-francois-1836-11-06	{"a2": "367", "g55": "01-286", "afd5": "514"}	{"g55": "01-286", "lerrcp": "A2-367", "muller": "M5-514"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "François", "family": "Jouon", "spouse": [], "official": {"given": "François", "family": null}}	\N	{"lmt": null, "tzo": "-00:17:57", "date": "1836-11-06 01:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1836-11-06 01:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "François", "family": "Jouon"}, "birth": {"tzo": "-00:17:57", "date": "1836-11-06 01:00", "place": {"c2": "29", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1836-11-06 01:16:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-367"}, "ids-in-sources": {"a2": "367"}}, "raw": {"H": "1", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "6", "LAT": "48N 0", "LON": "4W 6", "MON": "11", "NUM": "367", "PRO": "S", "SEC": "24", "YEA": "1836", "CITY": "BREST"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Jouon", "official": {"given": "François"}}, "birth": {"date": "1836-11-06 01:00", "place": {"name": "Brest"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "514"}}, "raw": {"NR": "514", "GNR": "SA2367", "JU_": "2", "MA_": "2", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "4", "JAHR": "1836", "KORR": "", "MARS": "3", "MODE": "LMT", "MOND": "33", "NAME": "JOUON (FRANCOIS).", "AUFAB": "-7.50", "PHAS_": "11.500", "SONNE": "29", "VENUS": "34", "BREITE": "48 N 00", "GEBORT": "Brest (Finistère)", "LAENGE": "004 W 06", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "30", "GEBZEIT": "01.00", "JUPITER": "3", "ELECTAGE": "51,4", "ELECTDAT": "06.03.1888", "GEBDATUM": "06.11.1836", "STBDATUM": "13.04.1904"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-286"}, "ids-in-source": {"g55": "01-286"}}, "raw": {"DAY": "6-11-1836", "HOUR": "1 h.", "NAME": "JOUON François", "PLACE": "Brest (Finistère)."}, "date": "2023-08-20T14:47:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2455	juillet-armand-1882-08-02	{"a2": "368", "g55": "01-287"}	{"g55": "01-287", "lerrcp": "A2-368"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Juillet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:35", "date": "1882-08-02 17:00", "note": null, "place": {"c1": null, "c2": "20", "c3": null, "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Cervione", "geoid": 0}, "notime": null, "date-ut": "1882-08-02 16:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Juillet"}, "birth": {"tzo": "+00:35", "date": "1882-08-02 17:00", "place": {"c2": "20", "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Cervione", "geoid": 0}, "date-ut": "1882-08-02 16:25"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-368"}, "ids-in-sources": {"a2": "368"}}, "raw": {"H": "16", "MN": "25", "TZ": "0", "COD": "20", "COU": "F", "DAY": "2", "LAT": "41N55", "LON": "8E45", "MON": "8", "NUM": "368", "PRO": "S", "SEC": "0", "YEA": "1882", "CITY": "CERVIONE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Cervione"}}, "partial-ids": {"g55": "01-287"}, "ids-in-source": {"g55": "01-287"}}, "raw": {"DAY": "2-8-1882", "HOUR": "17 h.", "NAME": "JUILLET Armand", "PLACE": "Cervione (Corse)."}, "date": "2023-08-20T14:47:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
4874	liouville-joseph-1809-03-24	{"a2": "2790", "wd": "Q214549", "g55": "09-175"}	{"wd": "Q214549", "g55": "09-175", "lerrcp": "A2-2790"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Liouville", "spouse": [], "official": {"given": "Joseph", "family": "Liouville"}}	M	{"lmt": null, "tzo": "+00:09:03", "date": "1809-03-24 08:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "notime": null, "date-ut": "1809-03-24 07:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mathematician"]	2	{"birth": {"slug": "liouville-joseph-1809-03-24", "extras": {"partial-ids": {"wd": "Q214549"}, "ids-in-sources": {"wd": "Q214549"}}, "header": {"history": {"0": {"date": "2023-05-14", "actor": "Thierry Graff", "action": "Locate the act and add to opengauquelin.org"}}}, "source": {"notes": "", "images": {"0": "BC1.jpg", "1": "BC2.jpg"}, "civil-registry": {"web": {"url": "https://archivesenligne.pasdecalais.fr/v2/ad62/visualiseur/etat_civil.html?id=348351788", "page": "866 / 1640"}, "name": "Saint-Omer 1805-1812 5 MIR 765/35", "place": {"c2": "62", "cy": "FR", "name": "Saint-Omer"}, "organism": null}, "document-creation": {"date": "1809-03-25 09:00"}}, "opengauquelin": {"projects": {"0": "french-math"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Joseph", "family": "Liouville"}}, "birth": {"date": "1809-03-24 08:00", "place": {"c2": "62", "cy": "FR", "name": "Saint-Omer"}}}}}	[{"new": {"name": {"given": "Joseph", "family": "Liouville"}, "birth": {"tzo": "+00:09:03", "date": "1809-03-24 08:00", "place": {"c2": "62", "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "date-ut": "1809-03-24 07:48:56"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2790"}, "ids-in-sources": {"a2": "2790"}}, "raw": {"H": "7", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "24", "LAT": "50N18", "LON": "2E46", "MON": "3", "NUM": "2790", "PRO": "S", "SEC": "56", "YEA": "1809", "CITY": "ST OMER"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-175"}, "ids-in-source": {"g55": "09-175"}}, "raw": {"DAY": "24-3-1809", "HOUR": "8 h.", "NAME": "LIOUVILLE Joseph", "PLACE": "Saint-Omer (Pas-de-Calais)."}, "date": "2023-08-20T14:49:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}, {"new": {"sex": "M", "name": {"official": {"given": "Joseph", "family": "Liouville"}}, "birth": {"date": "1809-03-24 08:00", "place": {"c2": "62", "cy": "FR", "name": "Saint-Omer"}}, "occus": ["mathematician"], "partial-ids": {"wd": "Q214549"}, "ids-in-sources": {"wd": "Q214549"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1809/03/24/liouville-joseph-1809-03-24\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add liouville-joseph-1809-03-24"}]	[]
25858	cartan-henri-1904-07-08	{"wd": "Q164405"}	{"wd": "Q164405"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Cartan", "spouse": [], "official": {"given": "Henri Paul", "family": "Cartan"}}	\N	{"lmt": null, "tzo": null, "date": "1904-07-08 22:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": null, "lat": null, "name": "Nancy", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mathematician"]	2	{"birth": {"slug": "cartan-henri-1904-07-08", "extras": {"name": {"given": "Henri"}, "partial-ids": {"wd": "Q164405"}, "ids-in-sources": {"wd": "Q164405"}}, "header": {"history": {"0": {"date": "2023-05-15", "actor": "Thierry Graff", "action": "Locate the act and add to opengauquelin.org"}}}, "source": {"civil-registry": {"web": {"url": "https://recherche-archives.nancy.fr/viewer/series/2_E/2_E_293", "page": "179 / 203"}, "name": "1904, 12 avril-21 juillet. Cote:2 E 293", "place": {"c2": "54", "cy": "FR", "name": "Nancy"}, "organism": "Ville de Nancy, archives municipales"}, "document-creation": {"date": "1904-07-09 15:00"}}, "opengauquelin": {"projects": {"0": "french-math"}}, "transcription": {"sex": null, "name": {"official": {"given": "Henri Paul", "family": "Cartan"}}, "birth": {"date": "1904-07-08 22:00", "place": {"c2": "54", "cy": "FR", "name": "Nancy"}}}}}	[{"new": {"sex": null, "name": {"given": "Henri", "official": {"given": "Henri Paul", "family": "Cartan"}}, "birth": {"date": "1904-07-08 22:00", "place": {"c2": "54", "cy": "FR", "name": "Nancy"}}, "occus": ["mathematician"], "partial-ids": {"wd": "Q164405"}, "ids-in-sources": {"wd": "Q164405"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1904/07/08/cartan-henri-1904-07-08\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add cartan-henri-1904-07-08"}]	[]
24962	delaunay-charles-1816-04-09	{"wd": "Q375351", "g55": "09-70"}	{"wd": "Q375351", "g55": "09-70"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Delaunay", "spouse": [], "nobility": "", "official": {"given": "Charles Eugène", "family": "Delaunay"}}	\N	{"lmt": null, "tzo": null, "date": "1816-04-09 23:00", "note": null, "place": {"c1": "", "c2": "10", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lusigny-sur-Barse", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mathematician", "astronomer"]	2	{"birth": {"slug": "delaunay-charles-1816-04-09", "extras": {"name": {"given": "Charles"}, "partial-ids": {"wd": "Q375351"}, "ids-in-sources": {"wd": "Q375351"}}, "header": {"notes": "", "history": {"0": {"date": "2023-05-14", "actor": "Thierry Graff", "action": "Locate the act and add to opengauquelin.org"}}}, "source": {"notes": "This birth certificate shows that birth day is erroneous in Gauquelin 1955.\\n<br>Original name of the image: depot-images2-etatcivil-lot02-ed-4e-c-4-e-0209-000009-c-4-e-0209-000009-0017-c.jpg\\n", "images": {"0": "BC1.jpg", "1": "BC2.jpg"}, "civil-registry": {"web": {"url": "https://www.archives-aube.fr/ark:42751/1ed23d34eff268da8ed20050568bc001.fiche=arko_fiche_61d5b147b4aeb.moteur=arko_default_6228a5627b9b1", "page": "17 / 231"}, "name": "Lusigny-sur-Barse, 1815 - 1834, 4E20909", "place": {"c2": "10", "cy": "FR", "name": "Lusigny-sur-Barse"}, "organism": "Archives départementales de l'Aube"}, "document-creation": {"date": "1816-04-10 12:00"}}, "opengauquelin": {"old-slug": "delaunay-charles-1816-04-10", "projects": {"0": "french-math"}}, "transcription": {"sex": null, "name": {"nobl": null, "official": {"given": "Charles Eugène", "family": "Delaunay"}}, "birth": {"date": "1816-04-09 23:00", "place": {"c2": "10", "cy": "FR", "name": "Lusigny-sur-Barse"}}}}}	[{"new": {"name": {"given": "Charles", "family": "Delaunay", "nobility": ""}, "birth": {"date": "1816-04-10 23:00", "place": {"c1": "", "c2": "10", "c3": "", "cy": "FR", "name": "Lusigny"}}, "occus": ["scientist"], "trust": 5, "ids-in-sources": {"g55": "09-70"}}, "raw": {"DAY": "10-4-1816", "HOUR": "23 h.", "NAME": "DELAUNAY Charles", "PLACE": "Lusigny (Aube)."}, "date": "2023-08-20T14:49:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}, {"new": {"sex": null, "name": {"nobl": null, "given": "Charles", "official": {"given": "Charles Eugène", "family": "Delaunay"}}, "birth": {"date": "1816-04-09 23:00", "place": {"c2": "10", "cy": "FR", "name": "Lusigny-sur-Barse"}}, "occus": ["mathematician", "astronomer"], "partial-ids": {"wd": "Q375351"}, "ids-in-sources": {"wd": "Q375351"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1816/04/09/delaunay-charles-1816-04-09\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add delaunay-charles-1816-04-09"}]	[]
2458	kelsch-louis-1841-01-26	{"a2": "371", "g55": "01-289", "afd5": "521"}	{"g55": "01-289", "lerrcp": "A2-371", "muller": "M5-521"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Kelsch", "spouse": [], "official": {"given": "Louis Félix Achille", "family": null}}	\N	{"lmt": null, "tzo": "+00:30:60", "date": "1841-01-26 21:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74931, "lat": 48.60749, "name": "Schiltigheim", "geoid": 2975446}, "notime": null, "date-ut": "1841-01-26 20:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Kelch"}, "birth": {"tzo": "+00:30:60", "date": "1841-01-26 20:29", "place": {"c2": "67", "cy": "FR", "lg": 7.74931, "lat": 48.60749, "name": "Schiltigheim", "geoid": 2975446}, "date-ut": "1841-01-26 20:29"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-371"}, "ids-in-sources": {"a2": "371"}}, "raw": {"H": "20", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "26", "LAT": "48N35", "LON": "7E45", "MON": "1", "NUM": "371", "PRO": "S", "SEC": "0", "YEA": "1841", "CITY": "SCHILTIGHEIM"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Kelsch", "official": {"given": "Louis Félix Achille"}}, "birth": {"date": "1841-01-26 21:00", "place": {"name": "Schiltigheim"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "521"}}, "raw": {"NR": "521", "GNR": "SA2371", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1841", "KORR": "", "MARS": "33", "MODE": "LMT", "MOND": "18", "NAME": "KELSCH (LOUIS FÉLIX ACHILLE).", "AUFAB": "5.10", "PHAS_": "9.900", "SONNE": "24", "VENUS": "19", "BREITE": "48 N 35", "GEBORT": "Schiltigheim (Bas-Rhin)", "LAENGE": "007 E 45", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "27", "GEBZEIT": "21.00", "JUPITER": "28", "ELECTAGE": "52,1", "ELECTDAT": "28.02.1893", "GEBDATUM": "26.01.1841", "STBDATUM": "05.02.1911"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-289"}, "ids-in-source": {"g55": "01-289"}}, "raw": {"DAY": "26-1-1841", "HOUR": "21 h.", "NAME": "KELCH Louis", "PLACE": "Schiltigheim (Bas-Rhin)."}, "date": "2023-08-20T14:47:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2460	labat-jean-1851-04-27	{"a2": "373", "g55": "01-291", "afd5": "526"}	{"g55": "01-291", "lerrcp": "A2-373", "muller": "M5-526"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Labat", "spouse": [], "official": {"given": "Jean Léopold Alfred", "family": null}}	\N	{"lmt": null, "tzo": "-00:03:05", "date": "1851-04-27 13:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.77266, "lat": 43.48834, "name": "Orthez", "geoid": 2989187}, "notime": null, "date-ut": "1851-04-27 13:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Labat"}, "birth": {"tzo": "-00:03:05", "date": "1851-04-27 13:00", "place": {"c2": "64", "cy": "FR", "lg": -0.77266, "lat": 43.48834, "name": "Orthez", "geoid": 2989187}, "date-ut": "1851-04-27 13:01:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-373"}, "ids-in-sources": {"a2": "373"}}, "raw": {"H": "13", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "27", "LAT": "43N18", "LON": "0W22", "MON": "4", "NUM": "373", "PRO": "S", "SEC": "28", "YEA": "1851", "CITY": "ORTHEZ"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Labat", "official": {"given": "Jean Léopold Alfred"}}, "birth": {"date": "1851-04-27 13:00", "place": {"name": "Orthez"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "526"}}, "raw": {"NR": "526", "GNR": "SA2373", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "2", "SO_": "2", "VE_": "0", "CODE": "3", "JAHR": "1851", "KORR": "", "MARS": "14", "MODE": "LMT", "MOND": "15", "NAME": "LABAT (JEAN LÉOPOLD ALFRED).", "AUFAB": "-7.80", "PHAS_": "17.800", "SONNE": "11", "VENUS": "15", "BREITE": "43 N 18", "GEBORT": "Orthez (Basses-Pyrénées)", "LAENGE": "000 W 22", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "12", "GEBZEIT": "13.00", "JUPITER": "31", "ELECTAGE": "56,8", "ELECTDAT": "21.01.1908", "GEBDATUM": "27.04.1851", "STBDATUM": "26.12.1931"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-291"}, "ids-in-source": {"g55": "01-291"}}, "raw": {"DAY": "27-4-1851", "HOUR": "13 h.", "NAME": "LABAT Jean", "PLACE": "Orthez (Basses-Pyrénées)."}, "date": "2023-08-20T14:47:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2192	breteau-pierre-1872-06-26	{"a2": "105", "wd": "Q109811310", "afd5": "141"}	{"wd": "Q109811310", "lerrcp": "A2-105", "muller": "M5-141"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre", "family": "Breteau", "spouse": [], "official": {"given": "Pierre Joseph", "family": "Breteau"}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1872-06-26 04:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "8", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1872-06-26 04:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	2	{"birth": {"slug": "breteau-pierre-1872-06-26", "extras": {"name": {"given": "Pierre"}, "partial-ids": {"wd": "Q109811310"}, "ids-in-sources": {"wd": "Q109811310"}}, "header": {"history": {"0": {"date": "2023-05-11", "actor": "Thierry Graff", "action": "Locate the act and add to opengauquelin"}}}, "source": {"notes": "Act number 896 ; Pierre Breteau had a twin (François Désiré, act 897) born at 5:00\\n<br>Original name of the image: archives_AD075EC_V4E_03375_0124.JPG\\n<br>This person is part of physicians born in Paris that Arno Müller couldn't check in 1994 (see details on <a href=\\"https://tig12.github.io/g5/muller5-1083-medics.html#fix-paris\\">tig12.github.io/g5</a>).\\n<br>Comparison with birth certificate shows that Gauquelin birth time was correct.\\n", "civil-registry": {"web": {"url": "https://archives.paris.fr/arkotheque/visionneuse/visionneuse.php?arko=YTo2OntzOjQ6ImRhdGUiO3M6MTA6IjIwMjMtMDUtMTEiO3M6MTA6InR5cGVfZm9uZHMiO3M6MTE6ImFya29fc2VyaWVsIjtzOjQ6InJlZjEiO2k6NDtzOjQ6InJlZjIiO2k6MjE2Nzk3O3M6MTY6InZpc2lvbm5ldXNlX2h0bWwiO2I6MTtzOjIxOiJ2aXNpb25uZXVzZV9odG1sX21vZGUiO3M6NDoicHJvZCI7fQ==", "page": "31 / 31"}, "name": "1872 , Naissances , 08 V4E 3375", "place": {"c2": "75", "c3": "8", "cy": "FR", "name": "Paris"}}, "document-creation": {"date": "1872-06-27 14:00"}}, "opengauquelin": {"projects": {"0": "muller-paris-medics"}, "fix-issues": {"0": "breteau-pierre-1872-06-26--date"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Pierre Joseph", "family": "Breteau"}}, "birth": {"date": "1872-06-26 04:30", "place": {"c2": "75", "c3": "8", "cy": "FR", "name": "Paris"}}}}}	[{"new": {"name": {"given": "Pierre", "family": "Breteau"}, "birth": {"tzo": "+00:09:24", "date": "1872-06-26 04:30", "place": {"c2": "75", "c3": "8", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1872-06-26 04:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-105"}, "ids-in-sources": {"a2": "105"}}, "raw": {"H": "4", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "26", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "105", "PRO": "S", "SEC": "40", "YEA": "1872", "CITY": "PARIS 8E"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Breteau", "official": {"given": "Pierre"}}, "birth": {"date": "1872-06-26 04:30", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "141"}}, "raw": {"NR": "141", "GNR": "SA2105", "JU_": "0", "MA_": "2", "MO_": "2", "SA_": "0", "SO_": "2", "VE_": "2", "CODE": "4", "JAHR": "1872", "KORR": "", "MARS": "2", "MODE": "LMT", "MOND": "9", "NAME": "BRETEAU (PIERRE).", "AUFAB": "-10.00", "PHAS_": "70.700", "SONNE": "1", "VENUS": "1", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "17", "GEBZEIT": "04.30", "JUPITER": "33", "ELECTAGE": "57,4", "ELECTDAT": "05.11.1929", "GEBDATUM": "26.06.1872", "STBDATUM": "11.05.1932"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"sex": "M", "name": {"given": "Pierre", "official": {"given": "Pierre Joseph", "family": "Breteau"}}, "birth": {"date": "1872-06-26 04:30", "place": {"c2": "75", "c3": "8", "cy": "FR", "name": "Paris"}}, "partial-ids": {"wd": "Q109811310"}, "ids-in-sources": {"wd": "Q109811310"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1872/06/26/breteau-pierre-1872-06-26\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add breteau-pierre-1872-06-26"}]	[]
4846	langevin-paul-1872-01-23	{"a2": "2762", "wd": "Q25320"}	{"wd": "Q25320", "lerrcp": "A2-2762"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Langevin", "spouse": [], "official": {"given": "Paul", "family": "Langevin"}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1872-01-23 21:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "18", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1872-01-23 20:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physicist", "pedagogue", "politician"]	2	{"birth": {"slug": "langevin-paul-1872-01-23", "extras": {"partial-ids": {"wd": "Q25320"}, "ids-in-sources": {"wd": "Q25320"}}, "header": {"history": {"0": {"date": "2023-05-21", "actor": "Thierry Graff", "action": "Locate the act and add to opengauquelin.org"}}}, "source": {"notes": "Original name of the image: archives_AD075EC_V4E_04883_0043.JPG\\n", "civil-registry": {"web": {"url": "https://archives.paris.fr/arkotheque/visionneuse/visionneuse.php?arko=YTo2OntzOjQ6ImRhdGUiO3M6MTA6IjIwMjMtMDUtMjEiO3M6MTA6InR5cGVfZm9uZHMiO3M6MTE6ImFya29fc2VyaWVsIjtzOjQ6InJlZjEiO2k6NDtzOjQ6InJlZjIiO2k6MjI0OTgxO3M6MTY6InZpc2lvbm5ldXNlX2h0bWwiO2I6MTtzOjIxOiJ2aXNpb25uZXVzZV9odG1sX21vZGUiO3M6NDoicHJvZCI7fQ==", "page": "10 / 31"}, "name": "1872, Naissances, 18 V4E 4883", "place": {"c2": "75", "c3": "18", "cy": "FR", "name": "Paris"}, "organism": "Archives de Paris"}, "document-creation": {"date": "1872-01-27 12:00"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Paul", "family": "Langevin"}}, "birth": {"date": "1872-01-23 21:00", "place": {"c2": "75", "c3": "18", "cy": "FR", "name": "Paris"}}}}}	[{"new": {"name": {"given": "Paul", "family": "Langevin"}, "birth": {"tzo": "+00:09:24", "date": "1872-01-23 21:00", "place": {"c2": "75", "c3": "18", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1872-01-23 20:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2762"}, "ids-in-sources": {"a2": "2762"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "23", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "2762", "PRO": "S", "SEC": "40", "YEA": "1872", "CITY": "PARIS 18E"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"sex": "M", "name": {"official": {"given": "Paul", "family": "Langevin"}}, "birth": {"date": "1872-01-23 21:00", "place": {"c2": "75", "c3": "18", "cy": "FR", "name": "Paris"}}, "occus": ["physicist", "pedagogue", "politician"], "partial-ids": {"wd": "Q25320"}, "ids-in-sources": {"wd": "Q25320"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1872/01/23/langevin-paul-1872-01-23\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add langevin-paul-1872-01-23"}]	[]
9844	valadon-suzanne-1865-09-23	{"a4": "1092", "wd": "Q156889", "afd3": "217"}	{"wd": "Q156889", "lerrcp": "A4-1092", "muller": "M3-217"}	{"fame": {"full": null, "given": "Suzanne", "family": null}, "nobl": null, "alter": [], "given": "Marie Clémentine", "family": "Valadon", "spouse": [], "official": {"given": "Marie Clémentine", "family": "Valadon"}}	F	{"lmt": true, "tzo": "+00:05", "date": "1865-09-23 06:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.25, "lat": 45.83333, "name": "Bessines-sur-Gartempe", "geoid": 0}, "notime": null, "date-ut": "1865-09-23 05:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	2	{"birth": {"slug": "valadon-suzanne-1865-09-23", "extras": {"name": {"fame": {"given": "Suzanne"}}, "partial-ids": {"wd": "Q156889"}, "ids-in-sources": {"wd": "Q156889"}}, "header": {"history": {"0": {"date": "2023-05-28", "actor": "Thierry Graff", "action": "Add to opengauquelin.org"}}}, "source": {"notes": "", "civil-registry": {"web": {"url": "https://archives.haute-vienne.fr/ark:52328/s0054ffebfea2f32/5592dc95575c3.fiche=arko_fiche_602b7f37e2316.moteur=arko_default_603517b8650b3", "page": "37 / 122"}, "name": null, "place": {"c2": "87", "cy": "FR", "name": "Bessines-sur-Gartempe"}}, "document-creation": {"date": "1865-09-23 16:00"}}, "opengauquelin": {"old-slug": "valadon-marie-1865-09-23", "projects": {"0": "women"}}, "transcription": {"sex": "F", "name": {"official": {"given": "Marie Clémentine", "family": "Valadon"}}, "birth": {"date": "1865-09-23 06:00", "place": {"c2": "87", "cy": "FR", "name": "Bessines-sur-Gartempe"}}}}}	[{"new": {"name": {"given": "Marie", "family": "Valadon"}, "birth": {"tzo": "+00:05", "date": "1865-09-23 06:00", "place": {"c2": "87", "cy": "FR", "lg": 1.25, "lat": 45.83333, "name": "Bessines", "geoid": 0}, "date-ut": "1865-09-23 05:55"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1092"}, "ids-in-sources": {"a4": "1092"}}, "raw": {"H": "5", "MN": "55", "TZ": "0", "COD": "87", "COU": "F", "DAY": "23", "LAT": "45N50", "LON": "1E15", "MON": "9", "NUM": "1092", "PRO": "P", "SEC": "0", "YEA": "1865", "CITY": "BESSINES"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"sex": "F", "birth": {"lmt": true}, "sources": "afd3", "ids-in-sources": {"afd3": "217"}}, "raw": {"CY": "F", "GQ": "G", "LG": "001 E 22", "LAT": "46 N 06", "TZO": "", "DATE": "23.09.1865", "MUID": "217", "NAME": "VALADON, Suzanne (Marie Valentine)", "OCCU": "AR 08", "TIME": "06.00", "BOOKS": "12348", "PLACE": "Bessines (Limoges, Haute Vienn", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}, {"new": {"name": {"official": {"given": "Marie-Clémentine"}}, "occus": ["painter"], "partial-ids": {"wd": "Q156889"}, "ids-in-sources": {"wd": "Q156889", "afd3": "217"}}, "raw": {"occus.0": "painter", "partial-ids.wd": "Q156889", "ids-in-sources.wd": "Q156889", "ids-in-sources.afd3": "217", "name.official.given": "Marie-Clémentine"}, "date": "2023-08-20T14:44:44+02:00", "source": "muller-234-women.yml", "command": "db init tweaks muller-234-women.yml"}, {"new": {"sex": "F", "name": {"fame": {"given": "Suzanne"}, "official": {"given": "Marie Clémentine", "family": "Valadon"}}, "birth": {"date": "1865-09-23 06:00", "place": {"c2": "87", "cy": "FR", "name": "Bessines-sur-Gartempe"}}, "partial-ids": {"wd": "Q156889"}, "ids-in-sources": {"wd": "Q156889"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1865/09/23/valadon-suzanne-1865-09-23\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add valadon-suzanne-1865-09-23"}]	[]
2465	lacassagne-antoine-marcelin-bernard-1884-08-29	{"a2": "378", "afd5": "531"}	{"lerrcp": "A2-378", "muller": "M5-531"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Antoine Marcelin Bernard", "family": "Lacassagne", "spouse": [], "official": {"given": "Antoine Marcelin Bernard", "family": null}}	\N	{"lmt": null, "tzo": "+00:16:08", "date": "1884-08-29 01:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.03463, "lat": 45.99539, "name": "Villerest", "geoid": 2968456}, "notime": null, "date-ut": "1884-08-29 00:42:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A2-378"}, "birth": {"tzo": "+00:16:08", "date": "1884-08-29 01:00", "place": {"c2": "42", "cy": "FR", "lg": 4.03463, "lat": 45.99539, "name": "Villerest", "geoid": 2968456}, "date-ut": "1884-08-29 00:42:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-378"}, "ids-in-sources": {"a2": "378"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "42", "COU": "F", "DAY": "29", "LAT": "45N26", "LON": "4E23", "MON": "8", "NUM": "378", "PRO": "S", "SEC": "28", "YEA": "1884", "CITY": "VILLEREST"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "given": "Antoine Marcelin Bernard", "family": "Lacassagne", "official": {"given": "Antoine Marcelin Bernard"}}, "birth": {"date": "1884-08-29 01:00", "place": {"name": "Villerest"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "531"}}, "raw": {"NR": "531", "GNR": "SA2378", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1884", "KORR": "", "MARS": "25", "MODE": "LMT", "MOND": "21", "NAME": "LACASSAGNE (ANTOINE MARCELIN BERNARD).", "AUFAB": "9.50", "PHAS_": "53.400", "SONNE": "29", "VENUS": "35", "BREITE": "45 N 26", "GEBORT": "Villerest (Loire)", "LAENGE": "004 E 23", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "2", "GEBZEIT": "01.00", "JUPITER": "31", "ELECTAGE": "63,5", "ELECTDAT": "24.02.1948", "GEBDATUM": "29.08.1884", "STBDATUM": "16.12.1971"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2463	laborde-jean-1830-12-04	{"a2": "376", "g55": "01-293", "afd5": "529"}	{"g55": "01-293", "lerrcp": "A2-376", "muller": "M5-529"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Laborde", "spouse": [], "official": {"given": "Jean-Baptiste Vincent", "family": null}}	\N	{"lmt": null, "tzo": "+00:02:32", "date": "1830-12-04 11:00", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.63333, "lat": 44.2, "name": "Buzet", "geoid": 0}, "notime": null, "date-ut": "1830-12-04 10:57:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Laborde"}, "birth": {"tzo": "+00:02:32", "date": "1830-12-04 11:00", "place": {"c2": "47", "cy": "FR", "lg": 0.63333, "lat": 44.2, "name": "Buzet", "geoid": 0}, "date-ut": "1830-12-04 10:57:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-376"}, "ids-in-sources": {"a2": "376"}}, "raw": {"H": "10", "MN": "57", "TZ": "0", "COD": "47", "COU": "F", "DAY": "4", "LAT": "44N12", "LON": "0E38", "MON": "12", "NUM": "376", "PRO": "S", "SEC": "28", "YEA": "1830", "CITY": "BUZET"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Laborde", "official": {"given": "Jean-Baptiste Vincent"}}, "birth": {"date": "1830-12-04 11:00", "place": {"name": "Buzet"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "529"}}, "raw": {"NR": "529", "GNR": "SA2376", "JU_": "2", "MA_": "0", "MO_": "1", "SA_": "0", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1830", "KORR": "", "MARS": "33", "MODE": "LMT", "MOND": "18", "NAME": "LABORDE (JEAN-BAPTISTE VINCENT).", "AUFAB": "-8.10", "PHAS_": "80.400", "SONNE": "8", "VENUS": "8", "BREITE": "44 N 12", "GEBORT": "Buzet (Lot-et-Garonne)", "LAENGE": "000 E 38", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "17", "GEBZEIT": "11.00", "JUPITER": "2", "ELECTAGE": "56,6", "ELECTDAT": "12.07.1887", "GEBDATUM": "04.12.1830", "STBDATUM": "05.04.1903"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Buzet"}}, "partial-ids": {"g55": "01-293"}, "ids-in-source": {"g55": "01-293"}}, "raw": {"DAY": "4-12-1830", "HOUR": "11 h.", "NAME": "LABORDE Jean-Baptiste", "PLACE": "Buzet (Lot-et-Garonne)."}, "date": "2023-08-20T14:47:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2464	laboulbene-alexandre-1825-08-23	{"a2": "377", "g55": "01-294", "afd5": "530"}	{"g55": "01-294", "lerrcp": "A2-377", "muller": "M5-530"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alexandre", "family": "Laboulbéne", "spouse": [], "official": {"given": "Jean Joseph Alexandre", "family": null}}	\N	{"lmt": null, "tzo": "+00:02:29", "date": "1825-08-23 03:00", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.62055, "lat": 44.20199, "name": "Agen", "geoid": 3038634}, "notime": null, "date-ut": "1825-08-24 02:57:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Laboulbene"}, "birth": {"tzo": "+00:02:29", "date": "1825-08-24 03:00", "place": {"c2": "47", "cy": "FR", "lg": 0.62055, "lat": 44.20199, "name": "Agen", "geoid": 3038634}, "date-ut": "1825-08-24 02:57:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-377"}, "ids-in-sources": {"a2": "377"}}, "raw": {"H": "2", "MN": "57", "TZ": "0", "COD": "47", "COU": "F", "DAY": "24", "LAT": "44N12", "LON": "0E38", "MON": "8", "NUM": "377", "PRO": "S", "SEC": "28", "YEA": "1825", "CITY": "AGEN"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Laboulbéne", "official": {"given": "Jean Joseph Alexandre"}}, "birth": {"date": "1825-08-23 03:00", "place": {"name": "Agen"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "530"}}, "raw": {"NR": "530", "GNR": "SA2377", "JU_": "0", "MA_": "2", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "2", "CODE": "2", "JAHR": "1825", "KORR": "", "MARS": "36", "MODE": "LMT", "MOND": "22", "NAME": "LABOULBÉNE (JEAN JOSEPH ALEXANDRE).", "AUFAB": "10.00", "PHAS_": "72.100", "SONNE": "32", "VENUS": "2", "BREITE": "44 N 12", "GEBORT": "Agen (Lot-et-Garonne)", "LAENGE": "000 E 38", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ-d", "SATURN": "4", "GEBZEIT": "03.00", "JUPITER": "33", "ELECTAGE": "48,3", "ELECTDAT": "02.12.1873", "GEBDATUM": "23.08.1825", "STBDATUM": "07.12.1898"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-294"}, "ids-in-source": {"g55": "01-294"}}, "raw": {"DAY": "24-8-1825", "HOUR": "3 h.", "NAME": "LABOULBENE Alexandre", "PLACE": "Agen (Lot-et-Garonne)."}, "date": "2023-08-20T14:47:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21683	baccari-carlo-1878-10-21	{"wd": "Q3659032", "afd1-100": "24"}	{"wd": "Q3659032", "muller": "M1-100-24"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Baccari", "spouse": [], "official": {"given": "Carlo", "family": "Baccari"}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1878-10-21", "note": "", "place": {"c1": "07", "c2": "FR", "c3": "060019", "cy": "IT", "lg": 13.25, "lat": 41.6, "name": "Cassino", "geoid": 3179781}, "notime": true, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist", "poet"]	4	{"birth": {"slug": "baccari-carlo-1878-10-21", "extras": {"trust": "4", "partial-ids": {"wd": "Q3659032"}, "ids-in-sources": {"wd": "Q3659032"}}, "header": {"notes": "", "history": {"0": {"date": "2023-06-10", "actor": "Thierry Graff", "action": "Locate and download the act"}}}, "source": {"notes": "URL of the registry: <a href=\\"https://antenati.cultura.gov.it/ark:/12657/an_ua36010496/w9V6EOx\\">antenati.cultura.gov.it/ark:/12657/an_ua36010496/w9V6EOx</a>\\n", "civil-registry": {"web": {"url": "https://antenati.cultura.gov.it/ark:/12657/an_ua36010496/wRg87X3", "page": "32 / 46"}, "name": "Archivio di Stato di Frosinone - Cassino - 64", "place": {"c1": "07", "c2": "FR", "c3": "060019", "cy": "IT", "name": "Cassino", "geoid": 3179781}}}, "opengauquelin": {"old-slug": "baccari-carlo-1878-10-22", "projects": {"0": "italian-writers"}, "fix-issues": {"0": "baccari-carlo-1878-10-22--date"}}, "transcription": {"sex": null, "name": {"nobl": null, "official": {"given": "Carlo", "family": "Baccari"}}, "birth": {"date": "1878-10-21", "place": {"c1": "07", "c2": "FR", "c3": "060019", "cy": "IT", "name": "Cassino", "geoid": 3179781}, "notime": true}}}}	[{"new": {"sex": "M", "name": {"given": "Carlo", "family": "Baccari"}, "birth": {"tzo": "+00:50", "date": "1878-10-22", "note": "", "place": {"c2": "FR", "cy": "IT", "lg": 13.25, "lat": 41.6, "name": "Cassino"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "24"}}, "raw": {"C2": "FR", "LG": "013 E 15", "LAT": "41 N 36", "LEN": "02", "SEX": "M", "TZO": "-0.83", "DATE": "1878-10-22", "MUID": "24", "OCCU": "2", "OPUS": "6", "FNAME": "Baccari", "GNAME": "Carlo", "PLACE": "Cassino"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}, {"new": {"sex": null, "name": {"nobl": null, "official": {"given": "Carlo", "family": "Baccari"}}, "birth": {"date": "1878-10-21", "place": {"c1": "07", "c2": "FR", "c3": "060019", "cy": "IT", "name": "Cassino", "geoid": 3179781}, "notime": true}, "occus": ["journalist", "poet"], "trust": "4", "partial-ids": {"wd": "Q3659032"}, "ids-in-sources": {"wd": "Q3659032"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1878/10/21/baccari-carlo-1878-10-21\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add baccari-carlo-1878-10-21"}]	[]
25859	brocq-rousseu-1869-10-17	{"wd": "Q30303584"}	{"wd": "Q30303584"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Denis", "family": "Brocq-Rousseu", "spouse": [], "official": {"given": "Denis", "family": "Brocq-Rousseu"}}	M	{"lmt": null, "tzo": null, "date": "1869-10-17 17:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "7", "cy": "FR", "lg": null, "lat": null, "name": "Paris", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": "1950-01-22", "note": null, "place": {"c1": null, "c2": "75", "c3": "14", "cy": "FR", "lg": null, "lat": null, "name": "Paris", "geoid": null}, "date-ut": null}	[]	2	{"birth": {"slug": "brocq-rousseu-1869-10-17", "extras": {"partial-ids": {"wd": "Q30303584"}, "ids-in-sources": {"wd": "Q30303584"}}, "header": {"notes": "", "history": {"0": {"date": "2023-07-01", "actor": "Thierry Graff", "action": "Locate the act and add to opengauquelin.org"}}}, "source": {"notes": "This person is part of physicians born in Paris that Arno Müller couldn't check in 1994 (see details on <a href=\\"https://tig12.github.io/g5/muller5-1083-medics.html#fix-paris\\">tig12.github.io/g5</a>).\\n<br>Comparison with birth certificate shows that Gauquelin birth time was correct.\\n<br>Born 74 rue de Sèvre\\n<br>Original name of the image: archives_AD075EC_V4E_00847_0088.JPG\\n", "civil-registry": {"web": {"url": "https://archives.paris.fr/arkotheque/visionneuse/visionneuse.php?arko=YTo2OntzOjQ6ImRhdGUiO3M6MTA6IjIwMjMtMDctMDEiO3M6MTA6InR5cGVfZm9uZHMiO3M6MTE6ImFya29fc2VyaWVsIjtzOjQ6InJlZjEiO2k6NDtzOjQ6InJlZjIiO2k6MjAzMzI2O3M6MTY6InZpc2lvbm5ldXNlX2h0bWwiO2I6MTtzOjIxOiJ2aXNpb25uZXVzZV9odG1sX21vZGUiO3M6NDoicHJvZCI7fQ==", "page": "25 / 31"}, "name": "1869 , Naissances , 07 V4E 847", "place": {"c2": "75", "c3": "7", "cy": "FR", "name": "Paris"}}, "document-creation": {"date": "1869-10-18 15:00", "place": "Paris"}}, "opengauquelin": {"projects": {"0": "muller-paris-medics"}, "fix-issues": {"0": "brocq-rousseu-denis-1869-10-17--date"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Denis", "family": "Brocq-Rousseu"}}, "birth": {"date": "1869-10-17 17:00", "place": {"c2": "75", "c3": "7", "cy": "FR", "name": "Paris"}}, "death": {"date": "1950-01-22", "place": {"c2": "75", "c3": "14", "cy": "FR", "name": "Paris"}}}}}	[{"new": {"sex": "M", "name": {"official": {"given": "Denis", "family": "Brocq-Rousseu"}}, "birth": {"date": "1869-10-17 17:00", "place": {"c2": "75", "c3": "7", "cy": "FR", "name": "Paris"}}, "death": {"date": "1950-01-22", "place": {"c2": "75", "c3": "14", "cy": "FR", "name": "Paris"}}, "partial-ids": {"wd": "Q30303584"}, "ids-in-sources": {"wd": "Q30303584"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1869/10/17/brocq-rousseu-1869-10-17\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add brocq-rousseu-1869-10-17"}]	[]
2469	lagneau-gustave-1827-08-18	{"a2": "382", "afd5": "540"}	{"lerrcp": "A2-382", "muller": "M5-540"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Gustave", "family": "Lagneau", "spouse": [], "official": {"given": "Gustave Simon", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1827-08-18 10:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1827-08-18 10:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Lagneau"}, "birth": {"tzo": "+00:09:24", "date": "1827-08-18 10:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1827-08-18 10:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-382"}, "ids-in-sources": {"a2": "382"}}, "raw": {"H": "10", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "18", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "382", "PRO": "S", "SEC": "40", "YEA": "1827", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lagneau", "official": {"given": "Gustave Simon"}}, "birth": {"date": "1827-08-18 10:30", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "540"}}, "raw": {"NR": "540", "GNR": "SA2382", "JU_": "2", "MA_": "2", "MO_": "2", "SA_": "2", "SO_": "0", "VE_": "2", "CODE": "4", "JAHR": "1827", "KORR": "", "MARS": "9", "MODE": "LMT", "MOND": "12", "NAME": "LAGNEAU (GUSTAVE SIMON).", "AUFAB": "-8.00", "PHAS_": "19.200", "SONNE": "8", "VENUS": "9", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "11", "GEBZEIT": "10.30", "JUPITER": "2", "ELECTAGE": "51,5", "ELECTDAT": "18.02.1879", "GEBDATUM": "18.08.1827", "STBDATUM": "25.08.1896"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2468	laennec-theophile-1830-03-12	{"a2": "381", "g55": "01-297", "afd5": "536"}	{"g55": "01-297", "lerrcp": "A2-381", "muller": "M5-536"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Theophile", "family": "Laennec", "spouse": [], "official": {"given": "Théophile Ambroise", "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1830-03-12 09:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1830-03-12 12:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Theophile", "family": "Laennec"}, "birth": {"tzo": "-00:06:13", "date": "1830-03-12 12:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1830-03-12 12:06:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-381"}, "ids-in-sources": {"a2": "381"}}, "raw": {"H": "12", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "12", "LAT": "47N13", "LON": "1W35", "MON": "3", "NUM": "381", "PRO": "S", "SEC": "20", "YEA": "1830", "CITY": "NANTES"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Laennec", "official": {"given": "Théophile Ambroise"}}, "birth": {"date": "1830-03-12 09:00", "place": {"name": "Nantes"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "536"}}, "raw": {"NR": "536", "GNR": "SA2381", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "2", "JAHR": "1830", "KORR": "", "MARS": "13", "MODE": "LMT", "MOND": "20", "NAME": "LAENNEC (THÉOPHILE AMBROISE).", "AUFAB": "-3.40", "PHAS_": "94.800", "SONNE": "5", "VENUS": "6", "BREITE": "47 N 13", "GEBORT": "Nantes (Loire-Inférieure)", "LAENGE": "001 W 35", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "26", "GEBZEIT": "09.00", "JUPITER": "12", "ELECTAGE": "62,4", "ELECTDAT": "26.07.1892", "GEBDATUM": "12.03.1830", "STBDATUM": "14.02.1896"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-297"}, "ids-in-source": {"g55": "01-297"}}, "raw": {"DAY": "12-3-1830", "HOUR": "12 h.", "NAME": "LAENNEC Théophile", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:47:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2470	lagrange-felix-1857-01-22	{"a2": "383", "g55": "01-298", "afd5": "541"}	{"g55": "01-298", "lerrcp": "A2-383", "muller": "M5-541"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Félix", "family": "Lagrange", "spouse": [], "official": {"given": "Pierre Félix", "family": null}}	\N	{"lmt": null, "tzo": "+00:01:18", "date": "1857-01-22 18:00", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.32689, "lat": 44.69001, "name": "Soumensac", "geoid": 2973979}, "notime": null, "date-ut": "1857-01-22 17:57:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Lagrange"}, "birth": {"tzo": "+00:01:18", "date": "1857-01-22 18:00", "place": {"c2": "47", "cy": "FR", "lg": 0.32689, "lat": 44.69001, "name": "Soumensac", "geoid": 2973979}, "date-ut": "1857-01-22 17:57:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-383"}, "ids-in-sources": {"a2": "383"}}, "raw": {"H": "17", "MN": "57", "TZ": "0", "COD": "47", "COU": "F", "DAY": "22", "LAT": "44N12", "LON": "0E38", "MON": "1", "NUM": "383", "PRO": "S", "SEC": "28", "YEA": "1857", "CITY": "SOUMENSAC"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lagrange", "official": {"given": "Pierre Félix"}}, "birth": {"date": "1857-01-22 18:00", "place": {"name": "Soumensac"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "541"}}, "raw": {"NR": "541", "GNR": "SA2383", "JU_": "2", "MA_": "0", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1857", "KORR": "", "MARS": "15", "MODE": "LMT", "MOND": "24", "NAME": "LAGRANGE (PIERRE FÉLIX).", "AUFAB": "-8.00", "PHAS_": "16.800", "SONNE": "20", "VENUS": "14", "BREITE": "44 N 12", "GEBORT": "Soumensac (Lot-et-Garonne)", "LAENGE": "000 E 38", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "4", "GEBZEIT": "18.00", "JUPITER": "12", "ELECTAGE": "51,2", "ELECTDAT": "17.03.1908", "GEBDATUM": "22.01.1857", "STBDATUM": "22.04.1928"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-298"}, "ids-in-source": {"g55": "01-298"}}, "raw": {"DAY": "22-1-1857", "HOUR": "18 h.", "NAME": "* LAGRANGE Felix", "PLACE": "Soumensac (Lot-et-Garonne)."}, "date": "2023-08-20T14:47:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
4869	leray-jean-1906-11-07	{"a2": "2785", "wd": "Q441143"}	{"wd": "Q441143", "lerrcp": "A2-2785"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Leray", "spouse": [], "official": {"given": "Jean", "family": "Leray"}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1906-11-07 14:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.58333, "lat": 47.21667, "name": "Chantenay-sur-Loire", "geoid": 0}, "notime": null, "date-ut": "1906-11-07 13:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mathematician"]	2	{"birth": {"slug": "leray-jean-1906-11-07", "extras": {"partial-ids": {"wd": "Q441143"}, "ids-in-sources": {"wd": "Q441143"}}, "header": {"history": {"0": {"date": "2023-07-24", "actor": "Thierry Graff", "action": "Locate the act and add to opengauquelin.org"}}}, "source": {"civil-registry": {"web": {"url": "https://archives-numerisees.nantes.fr/v2/am441/visualiseur/etatcivil.html?id=451014129", "page": "124 / 144"}, "name": "2Z 241 - Chantenay sur Loire Naissances 1906", "place": {"c2": "44", "cy": "FR", "name": "Nantes"}}, "document-creation": {"date": "1906-11-08 15:30", "place": "Nantes"}}, "opengauquelin": {"projects": {"0": "french-math"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Jean", "family": "Leray"}}, "birth": {"date": "1906-11-07 14:00", "place": {"c2": "44", "cy": "FR", "name": "Chantenay-sur-Loire"}}}}}	[{"new": {"name": {"given": "Jean", "family": "Leray"}, "birth": {"tzo": "+00:09:21", "date": "1906-11-07 14:00", "place": {"c2": "44", "cy": "FR", "lg": -1.58333, "lat": 47.21667, "name": "Chantenay", "geoid": 0}, "date-ut": "1906-11-07 13:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2785"}, "ids-in-sources": {"a2": "2785"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "44", "COU": "F", "DAY": "7", "LAT": "47N13", "LON": "1W35", "MON": "11", "NUM": "2785", "PRO": "S", "SEC": "40", "YEA": "1906", "CITY": "CHANTENAY"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"sex": "M", "name": {"official": {"given": "Jean", "family": "Leray"}}, "birth": {"date": "1906-11-07 14:00", "place": {"c2": "44", "cy": "FR", "name": "Chantenay-sur-Loire"}}, "occus": ["mathematician"], "partial-ids": {"wd": "Q441143"}, "ids-in-sources": {"wd": "Q441143"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1906/11/07/leray-jean-1906-11-07\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add leray-jean-1906-11-07"}]	[]
5008	villat-henri-1879-12-24	{"a2": "2924", "wd": "Q5715746"}	{"wd": "Q5715746", "lerrcp": "A2-2924"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Villat", "spouse": [], "official": {"given": "Henri René Pierre", "family": "Villat"}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1879-12-24 23:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "4", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1879-12-24 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mathematician"]	2	{"birth": {"slug": "villat-henri-1879-12-24", "extras": {"name": {"given": "Henri"}, "partial-ids": {"wd": "Q5715746"}, "ids-in-sources": {"wd": "Q5715746"}}, "header": {"history": {"0": {"date": "2023-07-24", "actor": "Thierry Graff", "action": "Locate the act and add to opengauquelin.org"}}}, "source": {"notes": "Original name of the image: archives_AD075EC_V4E_02918_0115.JPG\\n", "civil-registry": {"web": {"url": "https://archives.paris.fr/arkotheque/visionneuse/visionneuse.php?arko=YTo2OntzOjQ6ImRhdGUiO3M6MTA6IjIwMjMtMDctMjQiO3M6MTA6InR5cGVfZm9uZHMiO3M6MTE6ImFya29fc2VyaWVsIjtzOjQ6InJlZjEiO2k6NDtzOjQ6InJlZjIiO2k6MjE0MzM2O3M6MTY6InZpc2lvbm5ldXNlX2h0bWwiO2I6MTtzOjIxOiJ2aXNpb25uZXVzZV9odG1sX21vZGUiO3M6NDoicHJvZCI7fQ==", "page": "23 / 31"}, "name": "Archives de Paris, 1879 , Naissances , 04 V4E 2918", "place": {"c2": "75", "c3": "4", "cy": "FR", "name": "Paris"}}, "document-creation": {"date": "1879-12-27 10:15", "place": "Paris"}}, "opengauquelin": {"projects": {"0": "french-math"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Henri René Pierre", "family": "Villat"}}, "birth": {"date": "1879-12-24 23:00", "place": {"c2": "75", "c3": "4", "cy": "FR", "name": "Paris"}}}}}	[{"new": {"name": {"given": "Henri", "family": "Villat"}, "birth": {"tzo": "+00:09:24", "date": "1879-12-24 23:00", "place": {"c2": "75", "c3": "4", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1879-12-24 22:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2924"}, "ids-in-sources": {"a2": "2924"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "24", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "2924", "PRO": "S", "SEC": "40", "YEA": "1879", "CITY": "PARIS 4E"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"sex": "M", "name": {"given": "Henri", "official": {"given": "Henri René Pierre", "family": "Villat"}}, "birth": {"date": "1879-12-24 23:00", "place": {"c2": "75", "c3": "4", "cy": "FR", "name": "Paris"}}, "occus": ["mathematician"], "partial-ids": {"wd": "Q5715746"}, "ids-in-sources": {"wd": "Q5715746"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1879/12/24/villat-henri-1879-12-24\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add villat-henri-1879-12-24"}]	[]
4688	brillouin-marcel-1854-12-19	{"a2": "2602", "wd": "Q983395", "g55": "09-36"}	{"wd": "Q983395", "g55": "09-36", "lerrcp": "A2-2602"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Brillouin", "spouse": [], "official": {"given": "Louis Marcel", "family": "Brillouin"}}	M	{"lmt": null, "tzo": "-00:01:48", "date": "1854-12-19 03:00", "note": null, "place": {"c1": null, "c2": "79", "c3": null, "cy": "FR", "lg": -0.45, "lat": 46.31667, "name": "Saint-Martin-lès-Melle", "geoid": 0}, "notime": null, "date-ut": "1854-12-19 03:01:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mathematician", "physicist"]	2	{"birth": {"slug": "brillouin-marcel-1854-12-19", "extras": {"name": {"given": "Marcel"}, "partial-ids": {"wd": "Q983395"}, "ids-in-sources": {"wd": "Q983395"}}, "header": {"history": {"0": {"date": "2023-07-24", "actor": "Thierry Graff", "action": "Locate the act and add to opengauquelin.org"}}}, "source": {"notes": "Original name of the image: FRAD079_4E_0286_00002_0091.jpg\\n", "civil-registry": {"web": {"url": "https://archives-deux-sevres-vienne.fr/ark:/58825/vta18c47cc4049c253a/daogrp/0/91", "page": "91 / 133"}, "name": "Saint-Martin-lès-Melle - Naissances - (1833-1862) - 4 E 286/2", "place": {"c2": "79", "cy": "FR", "name": "Saint-Martin-lès-Melle"}}, "document-creation": {"date": "1854-12-19 16:00", "place": "Saint-Martin-lès-Melle"}}, "opengauquelin": {"projects": {"0": "french-math"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Louis Marcel", "family": "Brillouin"}}, "birth": {"date": "1854-12-19 03:00", "place": {"c2": "79", "cy": "FR", "name": "Saint-Martin-lès-Melle"}}}}}	[{"new": {"name": {"given": "Marcel", "family": "Brillouin"}, "birth": {"tzo": "-00:01:48", "date": "1854-12-19 03:00", "place": {"c2": "79", "cy": "FR", "lg": -0.45, "lat": 46.31667, "name": "Saint-Martin les M", "geoid": 0}, "date-ut": "1854-12-19 03:01:48"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2602"}, "ids-in-sources": {"a2": "2602"}}, "raw": {"H": "3", "MN": "1", "TZ": "0", "COD": "79", "COU": "F", "DAY": "19", "LAT": "46N19", "LON": "0W27", "MON": "12", "NUM": "2602", "PRO": "S", "SEC": "48", "YEA": "1854", "CITY": "ST MARTIN LES M"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Martin-les-Melle"}}, "partial-ids": {"g55": "09-36"}, "ids-in-source": {"g55": "09-36"}}, "raw": {"DAY": "19-12-1854", "HOUR": "3 h.", "NAME": "BRILLOUIN Louis", "PLACE": "Saint-Martin-les-Melle (Deux-Sev.)."}, "date": "2023-08-20T14:49:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}, {"new": {"sex": "M", "name": {"given": "Marcel", "official": {"given": "Louis Marcel", "family": "Brillouin"}}, "birth": {"date": "1854-12-19 03:00", "place": {"c2": "79", "cy": "FR", "name": "Saint-Martin-lès-Melle"}}, "occus": ["mathematician", "physicist"], "partial-ids": {"wd": "Q983395"}, "ids-in-sources": {"wd": "Q983395"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1854/12/19/brillouin-marcel-1854-12-19\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add brillouin-marcel-1854-12-19"}]	[]
2473	lajoux-henri-1849-01-15	{"a2": "386", "afd5": "544"}	{"lerrcp": "A2-386", "muller": "M5-544"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri", "family": "Lajoux", "spouse": [], "official": {"given": "Henri Jean François Maurice", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1849-01-15 20:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1849-01-15 20:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Lajoux"}, "birth": {"tzo": "+00:09:24", "date": "1849-01-15 20:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1849-01-15 20:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-386"}, "ids-in-sources": {"a2": "386"}}, "raw": {"H": "20", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "15", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "386", "PRO": "S", "SEC": "40", "YEA": "1849", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lajoux", "official": {"given": "Henri Jean François Maurice"}}, "birth": {"date": "1849-01-15 20:30", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "544"}}, "raw": {"NR": "544", "GNR": "SA2386", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "0", "VE_": "1", "CODE": "4", "JAHR": "1849", "KORR": "", "MARS": "26", "MODE": "LMT", "MOND": "31", "NAME": "LAJOUX (HENRI JEAN FRANCOIS MAURICE).", "AUFAB": "-9.40", "PHAS_": "62.500", "SONNE": "23", "VENUS": "19", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)e)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "17", "GEBZEIT": "20.30", "JUPITER": "3", "ELECTAGE": "64,5", "ELECTDAT": "17.06.1913", "GEBDATUM": "15.01.1849", "STBDATUM": "22.07.1921"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2472	laignel-lavastine-max-1875-09-12	{"a2": "385", "g55": "01-300", "afd5": "543"}	{"g55": "01-300", "lerrcp": "A2-385", "muller": "M5-543"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Max", "family": "Laignel-Lavastine", "spouse": [], "official": {"given": "Paul Marie Maxime", "family": null}}	\N	{"lmt": null, "tzo": "+00:04:36", "date": "1875-09-12 23:00", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.15082, "lat": 49.02414, "name": "Evreux", "geoid": 3019265}, "notime": null, "date-ut": "1875-09-12 22:55:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Max", "family": "Laignel-Lavastine"}, "birth": {"tzo": "+00:04:36", "date": "1875-09-12 23:00", "place": {"c2": "27", "cy": "FR", "lg": 1.15082, "lat": 49.02414, "name": "Évreux", "geoid": 3019265}, "date-ut": "1875-09-12 22:55:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-385"}, "ids-in-sources": {"a2": "385"}}, "raw": {"H": "22", "MN": "55", "TZ": "0", "COD": "27", "COU": "F", "DAY": "12", "LAT": "49N 1", "LON": "1E11", "MON": "9", "NUM": "385", "PRO": "S", "SEC": "16", "YEA": "1875", "CITY": "EVREUX"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Laignel-Lavastine", "official": {"given": "Paul Marie Maxime"}}, "birth": {"date": "1875-09-12 23:00", "place": {"name": "Evreux"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "543"}}, "raw": {"NR": "543", "GNR": "SA2385", "JU_": "0", "MA_": "1", "MO_": "2", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1875", "KORR": "", "MARS": "19", "MODE": "LMT", "MOND": "12", "NAME": "LAIGNEL-LAVASTINE (PAUL MARIE MAXIME).", "AUFAB": "7.70", "PHAS_": "86.000", "SONNE": "26", "VENUS": "26", "BREITE": "49 N 01", "GEBORT": "Evreux (Eure)", "LAENGE": "001 E 11", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "11", "GEBZEIT": "23.00", "JUPITER": "23", "ELECTAGE": "60,8", "ELECTDAT": "16.06.1936", "GEBDATUM": "12.09.1875", "STBDATUM": "05.09.1953"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-300"}, "ids-in-source": {"g55": "01-300"}}, "raw": {"DAY": "12-9-1875", "HOUR": "23 h.", "NAME": "LAIGNEL-LAVASTINE Paul", "PLACE": "Evreux (Eure)."}, "date": "2023-08-20T14:47:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2474	lalesque-fernand-1853-03-30	{"a2": "387", "g55": "01-301", "afd5": "545"}	{"g55": "01-301", "lerrcp": "A2-387", "muller": "M5-545"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Fernand", "family": "Lalesque", "spouse": [], "official": {"given": "Fernand Jean Jules", "family": null}}	\N	{"lmt": null, "tzo": "-00:02:16", "date": "1853-03-30 19:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "La Teste de Buch", "geoid": 0}, "notime": null, "date-ut": "1853-03-30 18:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Lalesque"}, "birth": {"tzo": "-00:02:16", "date": "1853-03-30 18:55:20", "place": {"c2": "33", "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "La Teste-de-Buc", "geoid": 0}, "date-ut": "1853-03-30 18:57:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-387"}, "ids-in-sources": {"a2": "387"}}, "raw": {"H": "18", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "30", "LAT": "44N50", "LON": "0W34", "MON": "3", "NUM": "387", "PRO": "S", "SEC": "36", "YEA": "1853", "CITY": "LA TESTE-DE-BUC"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lalesque", "official": {"given": "Fernand Jean Jules"}}, "birth": {"date": "1853-03-30 19:00", "place": {"name": "La Teste-de-Buch"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "545"}}, "raw": {"NR": "545", "GNR": "SA2387", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1853", "KORR": "", "MARS": "21", "MODE": "LMT", "MOND": "30", "NAME": "LALESQUE (FERNAND JEAN JULES).", "AUFAB": "-10.00", "PHAS_": "71.100", "SONNE": "20", "VENUS": "21", "BREITE": "44 N 50", "GEBORT": "La Teste-de-Buch (Gironde)", "LAENGE": "000 W 34", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "15", "GEBZEIT": "19.00", "JUPITER": "30", "ELECTAGE": "47,3", "ELECTDAT": "03.07.1900", "GEBDATUM": "30.03.1853", "STBDATUM": "15.11.1937"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "La Teste de Buch"}}, "partial-ids": {"g55": "01-301"}, "ids-in-source": {"g55": "01-301"}}, "raw": {"DAY": "30-3-1853", "HOUR": "19 h.", "NAME": "LALESQUE Fernand", "PLACE": "La Teste de Buch (Gironde)."}, "date": "2023-08-20T14:47:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
4928	perrin-jean-1870-09-30	{"a2": "2844", "e3": "1210", "wd": "Q134085", "g55": "09-214"}	{"wd": "Q134085", "g55": "09-214", "lerrcp": "A2-2844"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Perrin", "spouse": [], "official": {"given": "Jean Baptiste", "family": "Perrin"}}	M	{"lmt": null, "tzo": "+00:12:14", "date": "1870-09-30 19:30", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1870-09-30 19:17:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician", "physicist", "chemist"]	2	{"birth": {"slug": "perrin-jean-1870-09-30", "extras": {"name": {"given": "Jean"}, "partial-ids": {"wd": "Q134085"}, "ids-in-sources": {"wd": "Q134085"}}, "header": {"history": {"0": {"date": "2023-07-25", "actor": "Thierry Graff", "action": "Locate the act and add to opengauquelin.org"}}}, "source": {"notes": "Original name of the image: FRAM059350_7E_0212/FRAM059350_7E_0212_0181.jpg\\n", "civil-registry": {"web": {"url": "https://archives.lille.fr/ark:/74900/a011422463141eAiDCh/bcf6335573", "page": "180 / 252"}, "name": "Lille, registres des naissances - 7E/212 - du 14 août au 19 octobre 1870", "place": {"c2": "59", "cy": "FR", "name": "Lille"}}, "document-creation": {"date": "1870-10-01 10:00", "place": "Lille"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Jean Baptiste", "family": "Perrin"}}, "birth": {"date": "1870-09-30 19:30", "place": {"c2": "59", "cy": "FR", "name": "Lille"}}}}}	[{"new": {"name": {"given": "Jean", "family": "Perrin"}, "birth": {"tzo": "+00:12:14", "date": "1870-09-30 19:30", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1870-09-30 19:17:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2844"}, "ids-in-sources": {"a2": "2844"}}, "raw": {"H": "19", "MN": "17", "TZ": "0", "COD": "59", "COU": "F", "DAY": "30", "LAT": "50N39", "LON": "3E 5", "MON": "9", "NUM": "2844", "PRO": "S", "SEC": "40", "YEA": "1870", "CITY": "LILLE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["politician"], "ids-in-sources": {"e3": "1210"}}, "raw": {"H": "19:30", "COD": "59", "DAY": "30", "MON": "09", "NUM": "1210", "PRO": "PO", "YEA": "1870", "CITY": "Lille", "NAME": "PERRIN Jean", "NOTE": "*"}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"partial-ids": {"g55": "09-214"}, "ids-in-source": {"g55": "09-214"}}, "raw": {"DAY": "30-9-1870", "HOUR": "19 h. 30", "NAME": "PERRIN Jean-Bapt.", "PLACE": "Lille (Nord)."}, "date": "2023-08-20T14:49:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}, {"new": {"sex": "M", "name": {"given": "Jean", "official": {"given": "Jean Baptiste", "family": "Perrin"}}, "birth": {"date": "1870-09-30 19:30", "place": {"c2": "59", "cy": "FR", "name": "Lille"}}, "occus": ["physicist", "chemist"], "partial-ids": {"wd": "Q134085"}, "ids-in-sources": {"wd": "Q134085"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1870/09/30/perrin-jean-1870-09-30\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add perrin-jean-1870-09-30"}]	[]
4914	painleve-paul-1863-12-05	{"a2": "2830", "e3": "1162", "wd": "Q315434"}	{"wd": "Q315434", "lerrcp": "A2-2830"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Painlevé", "spouse": [], "official": {"given": "Paul", "family": "Painlevé"}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1863-12-05 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "15", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1863-12-05 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician", "mathematician"]	2	{"birth": {"slug": "painleve-paul-1863-12-05", "extras": {"partial-ids": {"wd": "Q315434"}, "ids-in-sources": {"wd": "Q315434"}}, "header": {"history": {"0": {"date": "2023-07-25", "actor": "Thierry Graff", "action": "Locate the act and add to opengauquelin.org"}}}, "source": {"notes": "Original name of the image: archives_AD075EC_V4E_01834_0011.JPG\\n", "civil-registry": {"web": {"url": "https://archives.paris.fr/arkotheque/visionneuse/visionneuse.php?arko=YTo2OntzOjQ6ImRhdGUiO3M6MTA6IjIwMjMtMDctMjUiO3M6MTA6InR5cGVfZm9uZHMiO3M6MTE6ImFya29fc2VyaWVsIjtzOjQ6InJlZjEiO2k6NDtzOjQ6InJlZjIiO2k6MjA4NzM0O3M6MTY6InZpc2lvbm5ldXNlX2h0bWwiO2I6MTtzOjIxOiJ2aXNpb25uZXVzZV9odG1sX21vZGUiO3M6NDoicHJvZCI7fQ==", "page": "8 / 26"}, "name": "Archives de Paris, 1863, Naissances, 15 V4E 1834", "place": {"c2": "75", "c3": "15", "cy": "FR", "name": "Paris"}}, "document-creation": {"date": "1870-12-06 11:30", "place": null}}, "opengauquelin": {"projects": {"0": "french-math"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Paul", "family": "Painlevé"}}, "birth": {"date": "1863-12-05 05:00", "place": {"c2": "75", "c3": "15", "cy": "FR", "name": "Paris"}}}}}	[{"new": {"name": {"given": "Paul", "family": "Painleve"}, "birth": {"tzo": "+00:09:24", "date": "1863-12-05 05:00", "place": {"c2": "75", "c3": "15", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1863-12-05 04:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2830"}, "ids-in-sources": {"a2": "2830"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "5", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "2830", "PRO": "S", "SEC": "40", "YEA": "1863", "CITY": "PARIS 15E"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["politician"], "ids-in-sources": {"e3": "1162"}}, "raw": {"H": "05:00", "COD": "75", "DAY": "05", "MON": "12", "NUM": "1162", "PRO": "PO", "YEA": "1863", "CITY": "Paris 15ème", "NAME": "PAINLEVE Paul", "NOTE": "*"}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"sex": "M", "name": {"official": {"given": "Paul", "family": "Painlevé"}}, "birth": {"date": "1863-12-05 05:00", "place": {"c2": "75", "c3": "15", "cy": "FR", "name": "Paris"}}, "occus": ["mathematician"], "partial-ids": {"wd": "Q315434"}, "ids-in-sources": {"wd": "Q315434"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1863/12/05/painleve-paul-1863-12-05\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add painleve-paul-1863-12-05"}]	[]
2477	landouzy-louis-1845-03-27	{"a2": "390", "g55": "01-311", "afd5": "552"}	{"g55": "01-311", "lerrcp": "A2-390", "muller": "M5-552"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Landouzy", "spouse": [], "official": {"given": "Louis Théophile Joseph", "family": null}}	\N	{"lmt": null, "tzo": "+00:16:07", "date": "1845-03-27 12:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "notime": null, "date-ut": "1845-03-27 11:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Landouzy"}, "birth": {"tzo": "+00:16:07", "date": "1845-03-27 12:00", "place": {"c2": "51", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "date-ut": "1845-03-27 11:42:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-390"}, "ids-in-sources": {"a2": "390"}}, "raw": {"H": "11", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "27", "LAT": "48N57", "LON": "4E22", "MON": "3", "NUM": "390", "PRO": "S", "SEC": "32", "YEA": "1845", "CITY": "REIMS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Landouzy", "official": {"given": "Louis Théophile Joseph"}}, "birth": {"date": "1845-03-27 12:00", "place": {"name": "Reims"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "552"}}, "raw": {"NR": "552", "GNR": "SA2390", "JU_": "2", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1845", "KORR": "", "MARS": "20", "MODE": "LMT", "MOND": "24", "NAME": "LANDOUZY (LOUIS THÉOPHILE JOSEPH).", "AUFAB": "-6.40", "PHAS_": "87.800", "SONNE": "9", "VENUS": "11", "BREITE": "48 N 57", "GEBORT": "Reims (Marne)", "LAENGE": "004 E 22", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "15", "GEBZEIT": "12.00", "JUPITER": "9", "ELECTAGE": "48,9", "ELECTDAT": "23.01.1894", "GEBDATUM": "27.03.1845", "STBDATUM": "10.05.1917"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-311"}, "ids-in-source": {"g55": "01-311"}}, "raw": {"DAY": "27-3-1845", "HOUR": "12 h.", "NAME": "* LANDOUZY Louis", "PLACE": "Reims (Marne)."}, "date": "2023-08-20T14:47:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2480	langlois-jean-1862-08-02	{"a2": "393", "afd5": "557"}	{"lerrcp": "A2-393", "muller": "M5-557"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Langlois", "spouse": [], "official": {"given": "Jean Paul", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1862-08-02 04:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1862-08-02 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Langlois"}, "birth": {"tzo": "+00:09:24", "date": "1862-08-02 04:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1862-08-02 03:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-393"}, "ids-in-sources": {"a2": "393"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "393", "PRO": "S", "SEC": "40", "YEA": "1862", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Langlois", "official": {"given": "Jean Paul"}}, "birth": {"date": "1862-08-02 04:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "557"}}, "raw": {"NR": "557", "GNR": "SA2393", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "2", "CODE": "4", "JAHR": "1862", "KORR": "", "MARS": "9", "MODE": "LMT", "MOND": "26", "NAME": "LANGLOIS (JEAN PAUL).", "AUFAB": "10.20", "PHAS_": "36.700", "SONNE": "35", "VENUS": "3", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "30", "GEBZEIT": "04.00", "JUPITER": "29", "ELECTAGE": "55,9", "ELECTDAT": "28.05.1918", "GEBDATUM": "02.08.1862", "STBDATUM": "17.06.1923"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2479	lanelongue-jean-1839-08-01	{"a2": "392", "g55": "01-304", "afd5": "554"}	{"g55": "01-304", "lerrcp": "A2-392", "muller": "M5-554"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Lanelongue", "spouse": [], "official": {"given": "Jean Baptiste Pierre Martia", "family": null}}	\N	{"lmt": null, "tzo": "-00:00:27", "date": "1839-08-01 12:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.11444, "lat": 44.58559, "name": "Casseuil", "geoid": 3028435}, "notime": null, "date-ut": "1839-08-01 11:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lanelongue"}, "birth": {"tzo": "-00:00:27", "date": "1839-08-01 12:00", "place": {"c2": "33", "cy": "FR", "lg": -0.11444, "lat": 44.58559, "name": "Casseuil", "geoid": 3028435}, "date-ut": "1839-08-01 11:57:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-392"}, "ids-in-sources": {"a2": "392"}}, "raw": {"H": "11", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "1", "LAT": "44N50", "LON": "0W34", "MON": "8", "NUM": "392", "PRO": "S", "SEC": "36", "YEA": "1839", "CITY": "CASSEUIL"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lanelongue", "official": {"given": "Jean Baptiste Pierre Martia"}}, "birth": {"date": "1839-08-01 12:00", "place": {"name": "Casseuil"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "554"}}, "raw": {"NR": "554", "GNR": "SA2392", "JU_": "2", "MA_": "2", "MO_": "1", "SA_": "0", "SO_": "2", "VE_": "1", "CODE": "3", "JAHR": "1839", "KORR": "", "MARS": "2", "MODE": "LMT", "MOND": "19", "NAME": "LANELONGUE (JEAN BAPTISTE PIERRE MARTIA.", "AUFAB": "-10.40", "PHAS_": "66.100", "SONNE": "9", "VENUS": "5", "BREITE": "44 N 50", "GEBORT": "Casseuil (Gironde)", "LAENGE": "000 W 34", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "33", "GEBZEIT": "12.00", "JUPITER": "3", "ELECTAGE": "50,9", "ELECTDAT": "10.06.1890", "GEBDATUM": "01.08.1839", "STBDATUM": "30.05.1930"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-304"}, "ids-in-source": {"g55": "01-304"}}, "raw": {"DAY": "1-8-1839", "HOUR": "12 h.", "NAME": "LANELONGUE Jean-Baptiste", "PLACE": "Cassevil (Gironde)."}, "date": "2023-08-20T14:47:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
4981	tannery-jules-1848-03-24	{"a2": "2897", "wd": "Q3073406", "g55": "09-254"}	{"wd": "Q3073406", "g55": "09-254", "lerrcp": "A2-2897"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Tannery", "spouse": [], "official": {"given": "Jules", "family": "Tannery"}}	M	{"lmt": null, "tzo": "+00:08:32", "date": "1848-03-24 10:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Mantes-sur-Seine", "geoid": 0}, "notime": null, "date-ut": "1848-03-24 09:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mathematician"]	2	{"birth": {"slug": "tannery-jules-1848-03-24", "extras": {"partial-ids": {"wd": "Q3073406"}, "ids-in-sources": {"wd": "Q3073406"}}, "header": {"history": {"0": {"date": "2023-07-25", "actor": "Thierry Graff", "action": "Locate the act and add to opengauquelin.org"}}}, "source": {"notes": "Current name of Mantes-sur-Seine is Mantes-la-Jolie\\n<br>Original name of the image: depot-fonds-imagesec-78-yvelines-mantes-la-jolie-5mi-274bis-02-5mi274bis-02-0181.jpg\\n", "civil-registry": {"web": {"url": "https://archives.yvelines.fr/ark:36937/s0053d2a43c4dd41/53d2a43d27858.fiche=arko_fiche_61950f5d1ff46.moteur=arko_default_618914e3ee7e4", "page": "181 / 296"}, "name": "4E 1507 5MI 274 BIS [1114871/2] - Mantes-la-Jolie Naissances 1842 - 1851", "place": {"c2": "78", "cy": "FR", "name": "Mantes-sur-Seine"}}, "document-creation": {"date": "1848-03-24 12:00", "place": "Mantes-sur-Seine"}}, "opengauquelin": {"projects": {"0": "french-math"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Jules", "family": "Tannery"}}, "birth": {"date": "1848-03-24 10:00", "place": {"c2": "78", "cy": "FR", "name": "Mantes-sur-Seine"}}}}}	[{"new": {"name": {"given": "Jules", "family": "Tannery"}, "birth": {"tzo": "+00:08:32", "date": "1848-03-24 10:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Mantes-sur-Seine", "geoid": 0}, "date-ut": "1848-03-24 09:51:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2897"}, "ids-in-sources": {"a2": "2897"}}, "raw": {"H": "9", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "24", "LAT": "48N50", "LON": "2E 8", "MON": "3", "NUM": "2897", "PRO": "S", "SEC": "28", "YEA": "1848", "CITY": "MANTES S/SEINE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Mantes-sur-Seine"}}, "partial-ids": {"g55": "09-254"}, "ids-in-source": {"g55": "09-254"}}, "raw": {"DAY": "24-3-1848", "HOUR": "10 h.", "NAME": "TANNERY Jules", "PLACE": "Mantes-sur-Seine (Seine-et-Oise)."}, "date": "2023-08-20T14:49:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}, {"new": {"sex": "M", "name": {"official": {"given": "Jules", "family": "Tannery"}}, "birth": {"date": "1848-03-24 10:00", "place": {"c2": "78", "cy": "FR", "name": "Mantes-sur-Seine"}}, "occus": ["mathematician"], "partial-ids": {"wd": "Q3073406"}, "ids-in-sources": {"wd": "Q3073406"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1848/03/24/tannery-jules-1848-03-24\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add tannery-jules-1848-03-24"}]	[]
4641	appell-paul-1855-09-27	{"a2": "2555", "wd": "Q715906", "g55": "09-2"}	{"wd": "Q715906", "g55": "09-2", "lerrcp": "A2-2555"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Appell", "spouse": [], "official": {"given": "Paul Emile", "family": "Appell"}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1855-09-27 07:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1855-09-27 06:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mathematician"]	2	{"birth": {"slug": "appell-paul-1855-09-27", "extras": {"name": {"given": "Paul"}, "partial-ids": {"wd": "Q715906"}, "ids-in-sources": {"wd": "Q715906"}}, "header": {"history": {"0": {"date": "2023-07-25", "actor": "Thierry Graff", "action": "Locate the act and add to opengauquelin.org"}}}, "source": {"civil-registry": {"web": {"url": "https://archives.bas-rhin.fr/detail-document/ETAT-CIVIL-C478-P1-R293242#visio/page:ETAT-CIVIL-C478-P1-R293242-3436377", "page": "37 / 79"}, "name": "Strasbourg - Etat civil - Registre de naissances 1855", "place": {"c2": "67", "cy": "FR", "name": "Strasbourg"}}, "document-creation": {"date": "1855-09-27 10:00", "place": "Strasbourg"}}, "opengauquelin": {"old-slug": "appeil-paul-1855-09-27", "projects": {"0": "french-math"}}, "transcription": {"sex": null, "name": {"official": {"given": "Paul Emile", "family": "Appell"}}, "birth": {"date": "1855-09-27 07:00", "place": {"c2": "67", "cy": "FR", "name": "Strasbourg"}}}}}	[{"new": {"name": {"given": "Paul", "family": "Appeil"}, "birth": {"tzo": "+00:30:59", "date": "1855-09-27 07:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1855-09-27 06:29"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2555"}, "ids-in-sources": {"a2": "2555"}}, "raw": {"H": "6", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "27", "LAT": "48N35", "LON": "7E45", "MON": "9", "NUM": "2555", "PRO": "S", "SEC": "0", "YEA": "1855", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-2"}, "ids-in-source": {"g55": "09-2"}}, "raw": {"DAY": "27-9-1855", "HOUR": "7 h.", "NAME": "APPELL Paul", "PLACE": "Strasbourg (Bas-Rhin)."}, "date": "2023-08-20T14:49:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}, {"new": {"sex": null, "name": {"given": "Paul", "official": {"given": "Paul Emile", "family": "Appell"}}, "birth": {"date": "1855-09-27 07:00", "place": {"c2": "67", "cy": "FR", "name": "Strasbourg"}}, "occus": ["mathematician"], "partial-ids": {"wd": "Q715906"}, "ids-in-sources": {"wd": "Q715906"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1855/09/27/appell-paul-1855-09-27\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add appell-paul-1855-09-27"}]	[]
18188	delaunay-albert-1910-10-17	{"e1": "558", "wd": "Q55239089"}	{"wd": "Q55239089", "lerrcp": "E1-558"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Delaunay", "spouse": [], "official": {"given": "Albert Félicien Marie", "family": "Delaunay"}}	M	{"lmt": null, "tzo": "", "date": "1910-10-17 21:15", "note": null, "place": {"c1": null, "c2": "85", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Mortagne-sur-Sèvre", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	2	{"birth": {"slug": "delaunay-albert-1910-10-17", "extras": {"name": {"given": "Albert"}, "partial-ids": {"wd": "Q55239089"}, "ids-in-sources": {"wd": "Q55239089"}}, "header": {"history": {"0": {"date": "2023-07-25", "actor": "Thierry Graff", "action": "Locate the act and add to opengauquelin.org"}}}, "source": {"notes": "Original name of the image: archives_151n4_1910_0010.jpg\\n", "civil-registry": {"web": {"url": "https://etatcivil-archives.vendee.fr/ark:/22574/s005dfa2d8f1b816/5e21689435c15", "page": "10 / 14"}, "name": "Mortagne-sur-Sèvre Naissances 1910 AC151", "place": {"c2": "85", "cy": "FR", "name": "Mortagne-sur-Sèvre"}}, "document-creation": {"date": "1910-10-18 08:00", "place": "Mortagne-sur-Sèvre"}}, "opengauquelin": {"old-slug": "delaunay-albsrt-1910-10-17"}, "transcription": {"sex": "M", "name": {"official": {"given": "Albert Félicien Marie", "family": "Delaunay"}}, "birth": {"date": "1910-10-17 21:15", "place": {"c2": "85", "cy": "FR", "name": "Mortagne-sur-Sèvre"}}}}}	[{"new": {"name": {"given": "Albsrt", "family": "Delaunay"}, "birth": {"tzo": "", "date": "1910-10-17 21:15", "place": {"c2": "85", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Mortagne sur Sévres", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "558"}}, "raw": {"H": "21:15", "COD": "85", "DAY": "17", "MON": "10", "NUM": "0558", "PRO": "PH", "YEA": "1910", "CITY": "Mortagne/Sévres", "NAME": "DELAUNAY Albsrt", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"sex": "M", "name": {"given": "Albert", "official": {"given": "Albert Félicien Marie", "family": "Delaunay"}}, "birth": {"date": "1910-10-17 21:15", "place": {"c2": "85", "cy": "FR", "name": "Mortagne-sur-Sèvre"}}, "partial-ids": {"wd": "Q55239089"}, "ids-in-sources": {"wd": "Q55239089"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1910/10/17/delaunay-albert-1910-10-17\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add delaunay-albert-1910-10-17"}]	[]
2485	larrey-felix-1808-09-18	{"a2": "398", "afd5": "564"}	{"lerrcp": "A2-398", "muller": "M5-564"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Félix", "family": "Larrey", "spouse": [], "official": {"given": "Baron Félix Hippolyte", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1808-09-18 08:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1808-09-18 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Larrey"}, "birth": {"tzo": "+00:09:24", "date": "1808-09-18 08:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1808-09-18 07:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-398"}, "ids-in-sources": {"a2": "398"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "18", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "398", "PRO": "S", "SEC": "40", "YEA": "1808", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Larrey", "official": {"given": "Baron Félix Hippolyte"}}, "birth": {"date": "1808-09-18 08:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "564"}}, "raw": {"NR": "564", "GNR": "SA2398", "JU_": "0", "MA_": "0", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "2", "CODE": "4", "JAHR": "1808", "KORR": "", "MARS": "8", "MODE": "LMT", "MOND": "7", "NAME": "LARREY (BARON FÉLIX HIPPOLYTE).", "AUFAB": "-6.80", "PHAS_": "7.400", "SONNE": "4", "VENUS": "2", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "33", "GEBZEIT": "08.00", "JUPITER": "23", "ELECTAGE": "41,9", "ELECTDAT": "23.07.1850", "GEBDATUM": "18.09.1808", "STBDATUM": "08.10.1895"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2483	lapicque-louis-1866-08-01	{"a2": "396", "g55": "01-307", "afd5": "562"}	{"g55": "01-307", "lerrcp": "A2-396", "muller": "M5-562"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Lapicque", "spouse": [], "official": {"given": "Louis Edouard", "family": null}}	\N	{"lmt": null, "tzo": "+00:25:49", "date": "1866-08-01 14:00", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.45304, "lat": 48.18324, "name": "Epinal", "geoid": 3020035}, "notime": null, "date-ut": "1866-08-01 13:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Lapicque"}, "birth": {"tzo": "+00:25:49", "date": "1866-08-01 14:00", "place": {"c2": "88", "cy": "FR", "lg": 6.45304, "lat": 48.18324, "name": "Épinal", "geoid": 3020035}, "date-ut": "1866-08-01 13:34:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-396"}, "ids-in-sources": {"a2": "396"}}, "raw": {"H": "13", "MN": "34", "TZ": "0", "COD": "88", "COU": "F", "DAY": "1", "LAT": "48N10", "LON": "6E28", "MON": "8", "NUM": "396", "PRO": "S", "SEC": "8", "YEA": "1866", "CITY": "EPINAL"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lapicque", "official": {"given": "Louis Edouard"}}, "birth": {"date": "1866-08-01 14:00", "place": {"name": "Epinal"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "562"}}, "raw": {"NR": "562", "GNR": "SA2396", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "2", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1866", "KORR": "", "MARS": "17", "MODE": "LMT", "MOND": "24", "NAME": "LAPICQUE (LOUIS EDOUARD).", "AUFAB": "-8.00", "PHAS_": "79.800", "SONNE": "12", "VENUS": "9", "BREITE": "48 N 10", "GEBORT": "Epinal (Vosges)", "LAENGE": "006 E 28", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "3", "GEBZEIT": "14.00", "JUPITER": "31", "ELECTAGE": "58,8", "ELECTDAT": "12.05.1925", "GEBDATUM": "01.08.1866", "STBDATUM": "08.12.1952"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-307"}, "ids-in-source": {"g55": "01-307"}}, "raw": {"DAY": "1-8-1866", "HOUR": "14 h.", "NAME": "* LAPICQUE Louis", "PLACE": "Epinal (Vosges)."}, "date": "2023-08-20T14:47:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25860	coulomb-jean-1904-11-07	{"wd": "Q3171450"}	{"wd": "Q3171450"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Coulomb", "spouse": [], "official": {"given": "Jean Marie François Joseph", "family": "Coulomb"}}	M	{"lmt": null, "tzo": null, "date": "1904-11-07 23:50", "note": null, "place": {"c1": "20", "c2": null, "c3": null, "cy": "DZ", "lg": null, "lat": null, "name": "Blida", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mathematician", "geophysicist"]	2	{"birth": {"slug": "coulomb-jean-1904-11-07", "extras": {"name": {"given": "Jean"}, "partial-ids": {"wd": "Q3171450"}, "ids-in-sources": {"wd": "Q3171450"}}, "header": {"history": {"0": {"date": "2023-07-25", "actor": "Thierry Graff", "action": "Locate the act and add to opengauquelin.org"}}}, "source": {"civil-registry": {"web": {"url": "http://anom.archivesnationales.culture.gouv.fr/caomec2/osd.php?territoire=ALGERIE&registre=5209", "page": "59 / 67"}, "name": "ANOM BLIDA 1904 Naissances", "place": {"c1": "20", "cy": "DZ", "name": "Blida"}}, "document-creation": {"date": "1904-11-09 16:15"}}, "opengauquelin": {"projects": {"0": "french-math"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Jean Marie François Joseph", "family": "Coulomb"}}, "birth": {"date": "1904-11-07 23:50", "place": {"c1": "20", "cy": "DZ", "name": "Blida"}}}}}	[{"new": {"sex": "M", "name": {"given": "Jean", "official": {"given": "Jean Marie François Joseph", "family": "Coulomb"}}, "birth": {"date": "1904-11-07 23:50", "place": {"c1": "20", "cy": "DZ", "name": "Blida"}}, "occus": ["mathematician", "geophysicist"], "partial-ids": {"wd": "Q3171450"}, "ids-in-sources": {"wd": "Q3171450"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1904/11/07/coulomb-jean-1904-11-07\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add coulomb-jean-1904-11-07"}]	[]
4796	goursat-edouard-1858-05-21	{"a2": "2712", "wd": "Q274322", "g55": "09-115"}	{"wd": "Q274322", "g55": "09-115", "lerrcp": "A2-2712"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Goursat", "spouse": [], "official": {"given": "Edouard Baptiste", "family": "Goursat"}}	M	{"lmt": null, "tzo": "+00:05:56", "date": "1858-05-21 19:00", "note": null, "place": {"c1": null, "c2": "46", "c3": null, "cy": "FR", "lg": 1.48303, "lat": 44.87413, "name": "Lanzac", "geoid": 3007478}, "notime": null, "date-ut": "1858-05-21 18:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mathematician"]	2	{"birth": {"slug": "goursat-edouard-1858-05-21", "extras": {"name": {"given": "Edouard"}, "partial-ids": {"wd": "Q274322"}, "ids-in-sources": {"wd": "Q274322"}}, "header": {"history": {"0": {"date": "2023-07-26", "actor": "Thierry Graff", "action": "Locate the act and add to opengauquelin.org"}}}, "source": {"notes": "Original name of the image: archives_FRAD46_4E2741_0136.jpg\\n", "civil-registry": {"web": {"url": "https://archives.lot.fr/ark:/77978/s005b927fc1c6f30/5b927fc1cbb2b", "page": "3 / 6"}, "name": "Lanzac 1858 (naissances) 4 E 2741", "place": {"c2": "46", "cy": "FR", "name": "Lanzac"}}, "document-creation": {"date": "1858-05-22 12:00"}}, "opengauquelin": {"projects": {"0": "french-math"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Edouard Baptiste", "family": "Goursat"}}, "birth": {"date": "1858-05-21 19:00", "place": {"c2": "46", "cy": "FR", "name": "Lanzac"}}}}}	[{"new": {"name": {"given": "Edouard", "family": "Goursat"}, "birth": {"tzo": "+00:05:56", "date": "1858-05-21 19:00", "place": {"c2": "46", "cy": "FR", "lg": 1.48303, "lat": 44.87413, "name": "Lanzac", "geoid": 3007478}, "date-ut": "1858-05-21 18:54:16"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2712"}, "ids-in-sources": {"a2": "2712"}}, "raw": {"H": "18", "MN": "54", "TZ": "0", "COD": "46", "COU": "F", "DAY": "21", "LAT": "44N27", "LON": "1E26", "MON": "5", "NUM": "2712", "PRO": "S", "SEC": "16", "YEA": "1858", "CITY": "LANZAC"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-115"}, "ids-in-source": {"g55": "09-115"}}, "raw": {"DAY": "21-5-1858", "HOUR": "19 h.", "NAME": "GOURSAT Edouard", "PLACE": "Lanzac (Lot)."}, "date": "2023-08-20T14:49:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}, {"new": {"sex": "M", "name": {"given": "Edouard", "official": {"given": "Edouard Baptiste", "family": "Goursat"}}, "birth": {"date": "1858-05-21 19:00", "place": {"c2": "46", "cy": "FR", "name": "Lanzac"}}, "occus": ["mathematician"], "partial-ids": {"wd": "Q274322"}, "ids-in-sources": {"wd": "Q274322"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1858/05/21/goursat-edouard-1858-05-21\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add goursat-edouard-1858-05-21"}]	[]
2488	lassaigne-jean-1800-09-22	{"a2": "401", "afd5": "567"}	{"lerrcp": "A2-401", "muller": "M5-567"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Lassaigne", "spouse": [], "official": {"given": "Jean Louis", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1800-09-22 14:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1800-09-22 13:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lassaigue"}, "birth": {"tzo": "+00:09:24", "date": "1800-09-22 14:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1800-09-22 13:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-401"}, "ids-in-sources": {"a2": "401"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "22", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "401", "PRO": "S", "SEC": "40", "YEA": "1800", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lassaigne", "official": {"given": "Jean Louis"}}, "birth": {"date": "1800-09-22 14:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "567"}}, "raw": {"NR": "567", "GNR": "SA2401", "JU_": "0", "MA_": "0", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "2", "CODE": "4", "JAHR": "1800", "KORR": "", "MARS": "25", "MODE": "LMT", "MOND": "8", "NAME": "LASSAIGNE (JEAN LOUIS).", "AUFAB": "6.50", "PHAS_": "12.000", "SONNE": "13", "VENUS": "12", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "15", "GEBZEIT": "14.00", "JUPITER": "16", "ELECTAGE": "39,8", "ELECTDAT": "23.06.1840", "GEBDATUM": "22.09.1800", "STBDATUM": "18.03.1859"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2490	latour-amedee-1805-06-12	{"a2": "403", "g55": "01-309", "afd5": "569"}	{"g55": "01-309", "lerrcp": "A2-403", "muller": "M5-569"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Amédée", "family": "Latour", "spouse": [], "official": {"given": "Jean Raimond Jacques Amédée", "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1805-06-12 06:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1805-06-12 05:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Amédée", "family": "Latour"}, "birth": {"tzo": "+00:05:46", "date": "1805-06-12 06:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1805-06-12 05:54:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-403"}, "ids-in-sources": {"a2": "403"}}, "raw": {"H": "5", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "12", "LAT": "43N37", "LON": "1E26", "MON": "6", "NUM": "403", "PRO": "S", "SEC": "16", "YEA": "1805", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Latour", "official": {"given": "Jean Raimond Jacques Amédée"}}, "birth": {"date": "1805-06-12 06:00", "place": {"name": "Toulouse"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "569"}}, "raw": {"NR": "569", "GNR": "SA2403", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1805", "KORR": "", "MARS": "29", "MODE": "LMT", "MOND": "21", "NAME": "LATOUR (JEAN RAIMOND JACQUES AMÉDÉE).", "AUFAB": "1.40", "PHAS_": "99.900", "SONNE": "2", "VENUS": "2", "BREITE": "43 N 37", "GEBORT": "Toulouse (Haute-Garonne)", "LAENGE": "001 E 26", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "26", "GEBZEIT": "06.00", "JUPITER": "22", "ELECTAGE": "64,8", "ELECTDAT": "15.03.1870", "GEBDATUM": "12.06.1805", "STBDATUM": "28.06.1882"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-309"}, "ids-in-source": {"g55": "01-309"}}, "raw": {"DAY": "12-6-1805", "HOUR": "6 h.", "NAME": "LATOUR Amédée", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:47:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25861	pisot-charles-1910-03-02	{"wd": "Q451763"}	{"wd": "Q451763"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Pisot", "spouse": [], "official": {"given": "Karl Johann", "family": "Pisot"}}	M	{"lmt": null, "tzo": null, "date": "1910-03-02", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": null, "lat": null, "name": "Obernai", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mathematician"]	4	{"birth": {"slug": "pisot-charles-1910-03-02", "extras": {"name": {"given": "Charles"}, "trust": "4", "partial-ids": {"wd": "Q451763"}, "ids-in-sources": {"wd": "Q451763"}}, "header": {"history": {"0": {"date": "2023-07-26", "actor": "Thierry Graff", "action": "Locate the act and add to opengauquelin.org"}}}, "source": {"notes": "Birth hour needs to be transcribed by someone able to read German.\\n", "civil-registry": {"web": {"url": "https://archives.bas-rhin.fr/detail-document/ETAT-CIVIL-C345-P1-R301238#visio/page:ETAT-CIVIL-C345-P1-R301238-3869032", "page": "7 / 51"}, "name": "Obernai - Etat civil - Registre de naissances 1910 - 4 E 348/55", "place": {"c2": "67", "cy": "FR", "name": "Obernai"}}}, "opengauquelin": {"projects": {"0": "french-math"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Karl Johann", "family": "Pisot"}}, "birth": {"date": "1910-03-02", "place": {"c2": "67", "cy": "FR", "name": "Obernai"}}}}}	[{"new": {"sex": "M", "name": {"given": "Charles", "official": {"given": "Karl Johann", "family": "Pisot"}}, "birth": {"date": "1910-03-02", "place": {"c2": "67", "cy": "FR", "name": "Obernai"}}, "occus": ["mathematician"], "trust": "4", "partial-ids": {"wd": "Q451763"}, "ids-in-sources": {"wd": "Q451763"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1910/03/02/pisot-charles-1910-03-02\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add pisot-charles-1910-03-02"}]	[]
2493	laveran-charles-1845-06-18	{"a2": "406", "afd5": "574"}	{"lerrcp": "A2-406", "muller": "M5-574"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles", "family": "Laveran", "spouse": [], "official": {"given": "Charles Louis Alphonse", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1845-06-18 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1845-06-18 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Laveran"}, "birth": {"tzo": "+00:09:24", "date": "1845-06-18 06:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1845-06-18 05:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-406"}, "ids-in-sources": {"a2": "406"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "18", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "406", "PRO": "S", "SEC": "40", "YEA": "1845", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Laveran", "official": {"given": "Charles Louis Alphonse"}}, "birth": {"date": "1845-06-18 06:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "574"}}, "raw": {"NR": "574", "GNR": "SA2406", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "2", "VE_": "2", "CODE": "4", "JAHR": "1845", "KORR": "", "MARS": "13", "MODE": "LMT", "MOND": "22", "NAME": "LAVERAN (CHARLES LOUIS ALPHONSE).", "AUFAB": "6.70", "PHAS_": "94.200", "SONNE": "3", "VENUS": "2", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "14", "GEBZEIT": "06.00", "JUPITER": "6", "ELECTAGE": "48,6", "ELECTDAT": "28.12.1893", "GEBDATUM": "18.06.1845", "STBDATUM": "18.05.1922"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
25862	chabauty-claude-1910-05-04	{"wd": "Q1096561"}	{"wd": "Q1096561"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Chabauty", "spouse": [], "official": {"given": "Claude Gilbert", "family": "Chabauty"}}	M	{"lmt": null, "tzo": null, "date": "1910-05-04 18:00", "note": null, "place": {"c1": "09", "c2": null, "c3": null, "cy": "DZ", "lg": null, "lat": null, "name": "Oran", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mathematician"]	2	{"birth": {"slug": "chabauty-claude-1910-05-04", "extras": {"name": {"given": "Claude"}, "partial-ids": {"wd": "Q1096561"}, "ids-in-sources": {"wd": "Q1096561"}}, "header": {"history": {"0": {"date": "2023-07-27", "actor": "Thierry Graff", "action": "Locate the act and add to opengauquelin.org"}}}, "source": {"civil-registry": {"web": {"url": "http://anom.archivesnationales.culture.gouv.fr/caomec2/osd.php?territoire=ALGERIE&registre=39006", "page": "361 / 927"}, "name": "ANOM Algérie ORAN 1910", "place": {"c1": "09", "cy": "DZ", "name": "Oran"}}, "document-creation": {"date": "1910-05-07 15:30"}}, "opengauquelin": {"projects": {"0": "french-math"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Claude Gilbert", "family": "Chabauty"}}, "birth": {"date": "1910-05-04 18:00", "place": {"c1": "09", "cy": "DZ", "name": "Oran"}}}}}	[{"new": {"sex": "M", "name": {"given": "Claude", "official": {"given": "Claude Gilbert", "family": "Chabauty"}}, "birth": {"date": "1910-05-04 18:00", "place": {"c1": "09", "cy": "DZ", "name": "Oran"}}, "occus": ["mathematician"], "partial-ids": {"wd": "Q1096561"}, "ids-in-sources": {"wd": "Q1096561"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1910/05/04/chabauty-claude-1910-05-04\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add chabauty-claude-1910-05-04"}]	[]
2495	lecadre-adolphe-1803-05-15	{"a2": "408", "g55": "01-316", "afd5": "590"}	{"g55": "01-316", "lerrcp": "A2-408", "muller": "M5-590"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Adolphe", "family": "Lecadre", "spouse": [], "official": {"given": "Adolphe Aimé", "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1803-05-15 20:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1803-05-15 20:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Lecadre"}, "birth": {"tzo": "-00:06:13", "date": "1803-05-15 20:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1803-05-15 20:06:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-408"}, "ids-in-sources": {"a2": "408"}}, "raw": {"H": "20", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "15", "LAT": "47N13", "LON": "1W35", "MON": "5", "NUM": "408", "PRO": "S", "SEC": "20", "YEA": "1803", "CITY": "NANTES"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lecadre", "official": {"given": "Adolphe Aimé"}}, "birth": {"date": "1803-05-15 20:00", "place": {"name": "Nantes"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "590"}}, "raw": {"NR": "590", "GNR": "SA2408", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1803", "KORR": "", "MARS": "13", "MODE": "LMT", "MOND": "28", "NAME": "LECADRE (ADOLPHE AIMÉ).", "AUFAB": "-11.30", "PHAS_": "42.700", "SONNE": "20", "VENUS": "25", "BREITE": "47 N 13", "GEBORT": "Nantes (Loire-Inférieure)", "LAENGE": "001 W 35", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "10", "GEBZEIT": "20.00", "JUPITER": "9", "ELECTAGE": "64,1", "ELECTDAT": "11.06.1867", "GEBDATUM": "15.05.1803", "STBDATUM": "20.11.1883"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-316"}, "ids-in-source": {"g55": "01-316"}}, "raw": {"DAY": "15-5-1803", "HOUR": "20 h.", "NAME": "LECADRE Adolphe", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:47:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25863	samuel-pierre-1921-09-12	{"wd": "Q1384888"}	{"wd": "Q1384888"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Samuel", "spouse": [], "official": {"given": "Pierre", "family": "Samuel"}}	M	{"lmt": null, "tzo": null, "date": "1921-09-12 21:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "16", "cy": "FR", "lg": null, "lat": null, "name": "Paris", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mathematician"]	2	{"birth": {"slug": "samuel-pierre-1921-09-12", "extras": {"partial-ids": {"wd": "Q1384888"}, "ids-in-sources": {"wd": "Q1384888"}}, "header": {"history": {"0": {"date": "2023-07-27", "actor": "Thierry Graff", "action": "Locate the act and add to opengauquelin.org"}}}, "source": {"civil-registry": {"web": {"url": "https://archives.paris.fr/arkotheque/visionneuse/visionneuse.php?arko=YTo2OntzOjQ6ImRhdGUiO3M6MTA6IjIwMjMtMDctMjciO3M6MTA6InR5cGVfZm9uZHMiO3M6MTE6ImFya29fc2VyaWVsIjtzOjQ6InJlZjEiO2k6NDtzOjQ6InJlZjIiO2k6MzA1MjYxO3M6MTY6InZpc2lvbm5ldXNlX2h0bWwiO2I6MTtzOjIxOiJ2aXNpb25uZXVzZV9odG1sX21vZGUiO3M6NDoicHJvZCI7fQ==", "page": "17 / 31"}, "name": "Archives de Paris 16 Naissances 16N 127_2", "place": {"c2": "75", "c3": "16", "cy": "FR", "name": "Paris"}}, "document-creation": {"date": "1921-09-15 11:55"}}, "opengauquelin": {"projects": {"0": "french-math"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Pierre", "family": "Samuel"}}, "birth": {"date": "1921-09-12 21:00", "place": {"c2": "75", "c3": "16", "cy": "FR", "name": "Paris"}}}}}	[{"new": {"sex": "M", "name": {"official": {"given": "Pierre", "family": "Samuel"}}, "birth": {"date": "1921-09-12 21:00", "place": {"c2": "75", "c3": "16", "cy": "FR", "name": "Paris"}}, "occus": ["mathematician"], "partial-ids": {"wd": "Q1384888"}, "ids-in-sources": {"wd": "Q1384888"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1921/09/12/samuel-pierre-1921-09-12\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add samuel-pierre-1921-09-12"}]	[]
25864	godement-roger-1921-10-01	{"wd": "Q930720"}	{"wd": "Q930720"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Godement", "spouse": [], "official": {"given": "Roger Jean Henri", "family": "Godement"}}	M	{"lmt": null, "tzo": null, "date": "1921-10-01 00:30", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": null, "lat": null, "name": "Le Havre", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mathematician"]	2	{"birth": {"slug": "godement-roger-1921-10-01", "extras": {"name": {"given": "Roger"}, "partial-ids": {"wd": "Q930720"}, "ids-in-sources": {"wd": "Q930720"}}, "header": {"history": {"0": {"date": "2023-07-28", "actor": "Thierry Graff", "action": "Locate the act and add to opengauquelin.org"}}}, "source": {"civil-registry": {"web": {"url": "https://www.archivesdepartementales76.net/ark:/50278/d6394c2e130f003b5a0ed17d32969ba5/dao/0/265", "page": "265 / 279"}, "name": "Le Havre Naissances 4 E 20041", "place": {"c2": "76", "cy": "FR", "name": "Le Havre"}}, "document-creation": {"date": "1921-10-02 11:00"}}, "opengauquelin": {"projects": {"0": "french-math"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Roger Jean Henri", "family": "Godement"}}, "birth": {"date": "1921-10-01 00:30", "place": {"c2": "76", "cy": "FR", "name": "Le Havre"}}}}}	[{"new": {"sex": "M", "name": {"given": "Roger", "official": {"given": "Roger Jean Henri", "family": "Godement"}}, "birth": {"date": "1921-10-01 00:30", "place": {"c2": "76", "cy": "FR", "name": "Le Havre"}}, "occus": ["mathematician"], "partial-ids": {"wd": "Q930720"}, "ids-in-sources": {"wd": "Q930720"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1921/10/01/godement-roger-1921-10-01\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add godement-roger-1921-10-01"}]	[]
2498	lefort-jules-1819-07-25	{"a2": "411", "g55": "01-319", "afd5": "596"}	{"g55": "01-319", "lerrcp": "A2-411", "muller": "M5-596"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jules", "family": "Lefort", "spouse": [], "official": {"given": "Jules", "family": null}}	\N	{"lmt": null, "tzo": "+00:13:20", "date": "1819-07-25 07:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.33333, "lat": 46.56667, "name": "Bourbon-l’Archambault", "geoid": 0}, "notime": null, "date-ut": "1819-07-25 06:46:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Lefort"}, "birth": {"tzo": "+00:13:20", "date": "1819-07-25 07:00", "place": {"c2": "03", "cy": "FR", "lg": 3.33333, "lat": 46.56667, "name": "Bourbon-Larcham", "geoid": 0}, "date-ut": "1819-07-25 06:46:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-411"}, "ids-in-sources": {"a2": "411"}}, "raw": {"H": "6", "MN": "46", "TZ": "0", "COD": "03", "COU": "F", "DAY": "25", "LAT": "46N34", "LON": "3E20", "MON": "7", "NUM": "411", "PRO": "S", "SEC": "40", "YEA": "1819", "CITY": "BOURBON-LARCHAM"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lefort", "official": {"given": "Jules"}}, "birth": {"date": "1819-07-25 07:00", "place": {"name": "Bourbon-l'Archambault"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "596"}}, "raw": {"NR": "596", "GNR": "SA2411", "JU_": "1", "MA_": "0", "MO_": "2", "SA_": "1", "SO_": "2", "VE_": "1", "CODE": "3", "JAHR": "1819", "KORR": "", "MARS": "8", "MODE": "LMT", "MOND": "36", "NAME": "LEFORT (JULES).", "AUFAB": "3.90", "PHAS_": "6.800", "SONNE": "3", "VENUS": "5", "BREITE": "46 N 34", "GEBORT": "Bourbon-l'Archambault (Allier)", "LAENGE": "003 E 20", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "14", "GEBZEIT": "07.00", "JUPITER": "20", "ELECTAGE": "52,6", "ELECTDAT": "27.02.1872", "GEBDATUM": "25.07.1819", "STBDATUM": "06.04.1896"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Bourbon-l’Archambault"}}, "partial-ids": {"g55": "01-319"}, "ids-in-source": {"g55": "01-319"}}, "raw": {"DAY": "25-7-1819", "HOUR": "7 h.", "NAME": "LEFORT Jules", "PLACE": "Bourbon-l’Archambault (Allier)."}, "date": "2023-08-20T14:47:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2500	le-fort-rene-1869-03-30	{"a2": "413", "g55": "01-321", "afd5": "582"}	{"g55": "01-321", "lerrcp": "A2-413", "muller": "M5-582"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "René", "family": "Le Fort", "spouse": [], "official": {"given": "René Léon", "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1869-03-30 19:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1869-03-30 18:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Lefort"}, "birth": {"tzo": "+00:12:14", "date": "1869-03-30 19:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1869-03-30 18:47:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-413"}, "ids-in-sources": {"a2": "413"}}, "raw": {"H": "18", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "30", "LAT": "50N39", "LON": "3E 5", "MON": "3", "NUM": "413", "PRO": "S", "SEC": "40", "YEA": "1869", "CITY": "LILLE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Le Fort", "official": {"given": "René Léon"}}, "birth": {"date": "1869-03-30 19:00", "place": {"name": "Lille"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "582"}}, "raw": {"NR": "582", "GNR": "SA2413", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1869", "KORR": "", "MARS": "7", "MODE": "LMT", "MOND": "33", "NAME": "LE FORT (RENÉ LÉON).", "AUFAB": "-4.50", "PHAS_": "93.500", "SONNE": "19", "VENUS": "21", "BREITE": "50 N 39", "GEBORT": "Lille (Nord)", "LAENGE": "003 E 05", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "30", "GEBZEIT": "19.00", "JUPITER": "18", "ELECTAGE": "52,3", "ELECTDAT": "12.07.1921", "GEBDATUM": "30.03.1869", "STBDATUM": "30.03.1951"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-321"}, "ids-in-source": {"g55": "01-321"}}, "raw": {"DAY": "30-3-1869", "HOUR": "19 h.", "NAME": "LEFORT. René", "PLACE": "‘Lille (Nord). ."}, "date": "2023-08-20T14:47:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25865	apery-roger-1916-11-14	{"wd": "Q965545"}	{"wd": "Q965545"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Apery", "spouse": [], "official": {"given": "Roger Georges Denys", "family": "Apery"}}	M	{"lmt": null, "tzo": null, "date": "1916-11-14 06:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": null, "lat": null, "name": "Rouen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mathematician"]	2	{"birth": {"slug": "apery-roger-1916-11-14", "extras": {"name": {"given": "Roger"}, "partial-ids": {"wd": "Q965545"}, "ids-in-sources": {"wd": "Q965545"}}, "header": {"history": {"0": {"date": "2023-07-29", "actor": "Thierry Graff", "action": "Locate the act and add to opengauquelin.org"}}}, "source": {"civil-registry": {"web": {"url": "https://www.archivesdepartementales76.net/ark:/50278/e4aa5d062cec131b344cc52623b7a61e/dao/0/298", "page": "298 / 441"}, "name": "Rouen - Naissances 01/01/1914-31/12/1917 - hdepot3 / Q241", "place": {"c2": "76", "cy": "FR", "name": "Rouen"}}}, "opengauquelin": {"projects": {"0": "french-math"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Roger Georges Denys", "family": "Apery"}}, "birth": {"date": "1916-11-14 06:00", "place": {"c2": "76", "cy": "FR", "name": "Rouen"}}}}}	[{"new": {"sex": "M", "name": {"given": "Roger", "official": {"given": "Roger Georges Denys", "family": "Apery"}}, "birth": {"date": "1916-11-14 06:00", "place": {"c2": "76", "cy": "FR", "name": "Rouen"}}, "occus": ["mathematician"], "partial-ids": {"wd": "Q965545"}, "ids-in-sources": {"wd": "Q965545"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1916/11/14/apery-roger-1916-11-14\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add apery-roger-1916-11-14"}]	[]
2504	legry-theophile-1858-02-28	{"a2": "417", "afd5": "599"}	{"lerrcp": "A2-417", "muller": "M5-599"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Theophile", "family": "Legry", "spouse": [], "official": {"given": "Théophile Jules", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1858-02-28 02:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1858-02-28 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Theophile", "family": "Legry"}, "birth": {"tzo": "+00:09:24", "date": "1858-02-28 02:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1858-02-28 01:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-417"}, "ids-in-sources": {"a2": "417"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "28", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "417", "PRO": "S", "SEC": "40", "YEA": "1858", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Legry", "official": {"given": "Théophile Jules"}}, "birth": {"date": "1858-02-28 02:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "599"}}, "raw": {"NR": "599", "GNR": "SA2417", "JU_": "0", "MA_": "1", "MO_": "2", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "4", "JAHR": "1858", "KORR": "", "MARS": "4", "MODE": "LMT", "MOND": "12", "NAME": "LEGRY (THÉOPHILE JULES).", "AUFAB": "1.10", "PHAS_": "100.00", "SONNE": "30", "VENUS": "30", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "15", "GEBZEIT": "02.00", "JUPITER": "24", "ELECTAGE": "64,3", "ELECTDAT": "20.06.1922", "GEBDATUM": "28.02.1858", "STBDATUM": "17.03.1936"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
25866	schutzenberger-marcel-paul-1920-10-24	{"wd": "Q1384896"}	{"wd": "Q1384896"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel-Paul", "family": "Schützenberger", "spouse": [], "official": {"given": "Marcel-Paul", "family": "Schützenberger"}}	M	{"lmt": null, "tzo": null, "date": "1920-10-24 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "7", "cy": "FR", "lg": null, "lat": null, "name": "Paris", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["computer-scientist", "statistician", "physician"]	2	{"birth": {"slug": "schutzenberger-marcel-paul-1920-10-24", "extras": {"name": {"given": "Marcel-Paul", "family": "Schützenberger"}, "trust": null, "partial-ids": {"wd": "Q1384896"}, "ids-in-sources": {"wd": "Q1384896"}}, "header": {"history": {"0": {"date": "2023-07-29", "actor": "Thierry Graff", "action": "Locate the act and add to opengauquelin.org"}}}, "source": {"notes": "Birth hour is only written as \\"six heures\\" (PM or AM is not indicated).\\n<br>The second given name \\"Paul\\" is not clearly readable.\\n", "civil-registry": {"web": {"url": "https://archives.paris.fr/arkotheque/visionneuse/visionneuse.php?arko=YTo2OntzOjQ6ImRhdGUiO3M6MTA6IjIwMjMtMDctMjkiO3M6MTA6InR5cGVfZm9uZHMiO3M6MTE6ImFya29fc2VyaWVsIjtzOjQ6InJlZjEiO2k6NDtzOjQ6InJlZjIiO2k6MzAyMjk4O3M6MTY6InZpc2lvbm5ldXNlX2h0bWwiO2I6MTtzOjIxOiJ2aXNpb25uZXVzZV9odG1sX21vZGUiO3M6NDoicHJvZCI7fQ==", "page": "10 / 31"}, "name": "Archives de Paris, Naissances 7e - 7N 139", "place": {"c2": "75", "c3": "7", "cy": "FR", "name": "Paris"}}}, "opengauquelin": {"projects": {"0": "french-math"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Marcel-Paul", "family": "Schützenberger"}}, "birth": {"date": "1920-10-24 06:00", "place": {"c2": "75", "c3": "7", "cy": "FR", "name": "Paris"}}}}}	[{"new": {"sex": "M", "name": {"given": "Marcel-Paul", "family": "Schützenberger", "official": {"given": "Marcel-Paul", "family": "Schützenberger"}}, "birth": {"date": "1920-10-24 06:00", "place": {"c2": "75", "c3": "7", "cy": "FR", "name": "Paris"}}, "occus": ["computer-scientist", "statistician", "physician"], "trust": null, "partial-ids": {"wd": "Q1384896"}, "ids-in-sources": {"wd": "Q1384896"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1920/10/24/schutzenberger-marcel-paul-1920-10-24\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add schutzenberger-marcel-paul-1920-10-24"}]	[]
2503	legrand-hermann-1861-05-07	{"a2": "416", "g55": "01-323", "afd5": "598"}	{"g55": "01-323", "lerrcp": "A2-416", "muller": "M5-598"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Hermann", "family": "Legrand", "spouse": [], "official": {"given": "Hermann Charles Joseph", "family": null}}	\N	{"lmt": null, "tzo": "-00:01:26", "date": "1861-05-07 19:30", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.35912, "lat": 49.18585, "name": "Caen", "geoid": 3029241}, "notime": null, "date-ut": "1861-05-07 19:31:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Legrand"}, "birth": {"tzo": "-00:01:26", "date": "1861-05-07 19:30", "place": {"c2": "14", "cy": "FR", "lg": -0.35912, "lat": 49.18585, "name": "Caen", "geoid": 3029241}, "date-ut": "1861-05-07 19:31:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-416"}, "ids-in-sources": {"a2": "416"}}, "raw": {"H": "19", "MN": "31", "TZ": "0", "COD": "14", "COU": "F", "DAY": "7", "LAT": "49N11", "LON": "0W22", "MON": "5", "NUM": "416", "PRO": "S", "SEC": "28", "YEA": "1861", "CITY": "CAEN"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Legrand", "official": {"given": "Hermann Charles Joseph"}}, "birth": {"date": "1861-05-07 19:30", "place": {"name": "Caen"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "598"}}, "raw": {"NR": "598", "GNR": "SA2416", "JU_": "2", "MA_": "0", "MO_": "0", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1861", "KORR": "", "MARS": "15", "MODE": "LMT", "MOND": "22", "NAME": "LEGRAND (HERMANN CHARLES JOSEPH).", "AUFAB": "-5.80", "PHAS_": "8.000", "SONNE": "19", "VENUS": "19", "BREITE": "49 N 11", "GEBORT": "Caen (Calvados)", "LAENGE": "000 W 22", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "10", "GEBZEIT": "19.30", "JUPITER": "11", "ELECTAGE": "59,6", "ELECTDAT": "30.11.1920", "GEBDATUM": "07.05.1861", "STBDATUM": "03.08.1921"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-323"}, "ids-in-source": {"g55": "01-323"}}, "raw": {"DAY": "7-5-1861", "HOUR": "19 h. 30", "NAME": "LEGRAND Hermann", "PLACE": "' Caen (Calvados)."}, "date": "2023-08-20T14:47:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2505	legueu-felix-1863-08-12	{"a2": "418", "g55": "01-324", "afd5": "600"}	{"g55": "01-324", "lerrcp": "A2-418", "muller": "M5-600"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Félix", "family": "Legueu", "spouse": [], "official": {"given": "Félix", "family": null}}	\N	{"lmt": null, "tzo": "-00:02:12", "date": "1863-08-12 12:30", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "notime": null, "date-ut": "1863-08-12 12:32:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Legueu"}, "birth": {"tzo": "-00:02:12", "date": "1863-08-12 12:30", "place": {"c2": "49", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "date-ut": "1863-08-12 12:32:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-418"}, "ids-in-sources": {"a2": "418"}}, "raw": {"H": "12", "MN": "32", "TZ": "0", "COD": "49", "COU": "F", "DAY": "12", "LAT": "47N28", "LON": "0W32", "MON": "8", "NUM": "418", "PRO": "S", "SEC": "8", "YEA": "1863", "CITY": "ANGERS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Legueu", "official": {"given": "Félix"}}, "birth": {"date": "1863-08-12 12:30", "place": {"name": "Angers"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "600"}}, "raw": {"NR": "600", "GNR": "SA2418", "JU_": "1", "MA_": "2", "MO_": "2", "SA_": "1", "SO_": "2", "VE_": "1", "CODE": "3", "JAHR": "1863", "KORR": "", "MARS": "9", "MODE": "LMT", "MOND": "12", "NAME": "LEGUEU (FÉLIX).", "AUFAB": "-5.20", "PHAS_": "6.100", "SONNE": "10", "VENUS": "6", "BREITE": "47 N 28", "GEBORT": "Angers (Maine-et-Loire)", "LAENGE": "000 W 32", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "6", "GEBZEIT": "12.30", "JUPITER": "4", "ELECTAGE": "61,3", "ELECTDAT": "18.11.1924", "GEBDATUM": "12.08.1863", "STBDATUM": "02.10.1939"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-324"}, "ids-in-source": {"g55": "01-324"}}, "raw": {"DAY": "12-8-1863", "HOUR": "12 h. 30", "NAME": "LEGUEU Felix", "PLACE": "Angers (Maine-et-Loire)."}, "date": "2023-08-20T14:47:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25867	bachelier-louis-1870-03-11	{"wd": "Q560823"}	{"wd": "Q560823"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Bachelier", "spouse": [], "official": {"given": "Louis Jean-Baptiste Alphonse", "family": "Bachelier"}}	M	{"lmt": null, "tzo": null, "date": "1870-03-11 04:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": null, "lat": null, "name": "Le Havre", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mathematician"]	2	{"birth": {"slug": "bachelier-louis-1870-03-11", "extras": {"name": {"given": "Louis"}, "partial-ids": {"wd": "Q560823"}, "ids-in-sources": {"wd": "Q560823"}}, "header": {"history": {"0": {"date": "2023-07-30", "actor": "Thierry Graff", "action": "Locate the act and add to opengauquelin.org"}}}, "source": {"civil-registry": {"web": {"url": "https://www.archivesdepartementales76.net/ark:/50278/7c59edf074ec7250f43017ff46e39464/dao/0/139", "page": "139 / 385"}, "name": "Le Havre, Naissances 01/01/1870-30/06/1870, 4 E 8828", "place": {"c2": "76", "cy": "FR", "name": "Le Havre"}}, "document-creation": {"date": "1870-03-11 14:45"}}, "opengauquelin": {"projects": {"0": "french-math"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Louis Jean-Baptiste Alphonse", "family": "Bachelier"}}, "birth": {"date": "1870-03-11 04:00", "place": {"c2": "76", "cy": "FR", "name": "Le Havre"}}}}}	[{"new": {"sex": "M", "name": {"given": "Louis", "official": {"given": "Louis Jean-Baptiste Alphonse", "family": "Bachelier"}}, "birth": {"date": "1870-03-11 04:00", "place": {"c2": "76", "cy": "FR", "name": "Le Havre"}}, "occus": ["mathematician"], "partial-ids": {"wd": "Q560823"}, "ids-in-sources": {"wd": "Q560823"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1870/03/11/bachelier-louis-1870-03-11\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add bachelier-louis-1870-03-11"}]	[]
8890	bonheur-rosa-1822-03-16	{"a4": "137", "wd": "Q241732", "g55": "05-28", "afd3": "30"}	{"wd": "Q241732", "g55": "05-28", "lerrcp": "A4-137", "muller": "M3-30"}	{"fame": {"full": null, "given": "Rosa", "family": null}, "nobl": null, "alter": [], "given": "Rosalie", "family": "Bonheur", "spouse": [], "official": {"given": "Rosalie", "family": "Bonheur"}}	F	{"lmt": true, "tzo": "-00:02:19", "date": "1822-03-16 20:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1822-03-16 19:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter", "sculptor"]	2	{"birth": {"slug": "bonheur-rosa-1822-03-16", "extras": {"name": {"fame": {"given": "Rosa"}}, "partial-ids": {"wd": "Q241732"}, "ids-in-sources": {"wd": "Q241732"}}, "header": {"history": {"0": {"date": "2023-08-10", "actor": "Thierry Graff", "action": "Locate the act and add to opengauquelin.org"}}}, "source": {"civil-registry": {"web": {"url": "https://archives.gironde.fr/ark:/25651/vtac291070cf141b3e5/daogrp/0/43", "page": "43 / 199"}, "name": "Bordeaux - Registres d'état civil - section 1 - Naissances 1822 - 4 E 999", "place": {"c2": "33", "cy": "FR", "name": "Bordeaux"}}, "document-creation": {"date": "1822-03-18 12:00"}}, "opengauquelin": {"old-slug": "bonheur-marie-1822-03-16", "projects": {"0": "women"}, "fix-issues": {"0": "bonheur-marie-1822-03-16--date-g55"}}, "transcription": {"sex": "F", "name": {"official": {"given": "Rosalie", "family": "Bonheur"}}, "birth": {"date": "1822-03-16 20:00", "place": {"c2": "33", "cy": "FR", "name": "Bordeaux"}}}}}	[{"new": {"name": {"given": "Marie", "family": "Bonheur"}, "birth": {"tzo": "-00:02:19", "date": "1822-03-16 19:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1822-03-16 19:57:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-137"}, "ids-in-sources": {"a4": "137"}}, "raw": {"H": "19", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "16", "LAT": "44N50", "LON": "0W34", "MON": "3", "NUM": "137", "PRO": "P", "SEC": "36", "YEA": "1822", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"sex": "F", "birth": {"lmt": true}, "sources": "afd3", "ids-in-sources": {"afd3": "30"}}, "raw": {"CY": "F", "GQ": "G", "LG": "000 W 35", "LAT": "44 N 51", "TZO": "", "DATE": "16.03.1822", "MUID": "030", "NAME": "BONHEUR, Rosa (Marie Rosalie)", "OCCU": "AR 08", "TIME": "20.00", "BOOKS": "12348", "PLACE": "Bordeaux", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:42+02:00", "source": "afd3", "command": "muller m3women tmp2db"}, {"new": {"occus": ["painter", "sculptor"], "official": {"given": "Marie-Rosalie"}, "partial-ids": {"wd": "Q241732"}, "ids-in-sources": {"wd": "Q241732", "afd3": "30"}}, "raw": {"occus.0": "painter", "occus.1": "sculptor", "official.given": "Marie-Rosalie", "partial-ids.wd": "Q241732", "ids-in-sources.wd": "Q241732", "ids-in-sources.afd3": "30"}, "date": "2023-08-20T14:44:44+02:00", "source": "muller-234-women.yml", "command": "db init tweaks muller-234-women.yml"}, {"new": {"partial-ids": {"g55": "05-28"}, "ids-in-source": {"g55": "05-28"}}, "raw": {"DAY": "16-3-1822", "HOUR": "20 h.", "NAME": "BONHEUR Marie Rosalie", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:48:36+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}, {"new": {"sex": "F", "name": {"fame": {"given": "Rosa"}, "official": {"given": "Rosalie", "family": "Bonheur"}}, "birth": {"date": "1822-03-16 20:00", "place": {"c2": "33", "cy": "FR", "name": "Bordeaux"}}, "partial-ids": {"wd": "Q241732"}, "ids-in-sources": {"wd": "Q241732"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1822/03/16/bonheur-rosa-1822-03-16\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add bonheur-rosa-1822-03-16"}]	[]
2508	lelut-louis-1804-04-15	{"a2": "421", "afd5": "604"}	{"lerrcp": "A2-421", "muller": "M5-604"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Lélut", "spouse": [], "official": {"given": "Louis Francisque", "family": null}}	\N	{"lmt": null, "tzo": "+00:23:15", "date": "1804-04-15 02:00", "note": null, "place": {"c1": null, "c2": "70", "c3": null, "cy": "FR", "lg": 5.81226, "lat": 47.40588, "name": "Gy", "geoid": 3014128}, "notime": null, "date-ut": "1804-04-15 01:35:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Lelut"}, "birth": {"tzo": "+00:23:15", "date": "1804-04-15 02:00", "place": {"c2": "70", "cy": "FR", "lg": 5.81226, "lat": 47.40588, "name": "Gy", "geoid": 3014128}, "date-ut": "1804-04-15 01:35:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-421"}, "ids-in-sources": {"a2": "421"}}, "raw": {"H": "1", "MN": "35", "TZ": "0", "COD": "70", "COU": "F", "DAY": "15", "LAT": "47N37", "LON": "6E 9", "MON": "4", "NUM": "421", "PRO": "S", "SEC": "24", "YEA": "1804", "CITY": "GY"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lélut", "official": {"given": "Louis Francisque"}}, "birth": {"date": "1804-04-15 02:00", "place": {"name": "Gy"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "604"}}, "raw": {"NR": "604", "GNR": "SA2421", "JU_": "2", "MA_": "0", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1804", "KORR": "", "MARS": "33", "MODE": "LMT", "MOND": "22", "NAME": "LÉLUT (LOUIS FRANCISQUE).", "AUFAB": "9.90", "PHAS_": "28.900", "SONNE": "31", "VENUS": "26", "BREITE": "47 N 37", "GEBORT": "Gy (Haute-Saône)", "LAENGE": "006 E 09", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "15", "GEBZEIT": "02.00", "JUPITER": "12", "ELECTAGE": "58,9", "ELECTDAT": "03.03.1863", "GEBDATUM": "15.04.1804", "STBDATUM": "25.01.1877"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2510	lemaitre-fernand-1880-04-14	{"a2": "423", "g55": "01-328", "afd5": "607"}	{"g55": "01-328", "lerrcp": "A2-423", "muller": "M5-607"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Fernand", "family": "Lemaitre", "spouse": [], "official": {"given": "Fernand Jules Maurice", "family": null}}	\N	{"lmt": null, "tzo": "+00:02:24", "date": "1880-04-14 15:00", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 0.59858, "lat": 49.08888, "name": "Bernay", "geoid": 3033308}, "notime": null, "date-ut": "1880-04-14 14:55:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Lemaitre"}, "birth": {"tzo": "+00:02:24", "date": "1880-04-14 15:00", "place": {"c2": "27", "cy": "FR", "lg": 0.59858, "lat": 49.08888, "name": "Bernay", "geoid": 3033308}, "date-ut": "1880-04-14 14:55:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-423"}, "ids-in-sources": {"a2": "423"}}, "raw": {"H": "14", "MN": "55", "TZ": "0", "COD": "27", "COU": "F", "DAY": "14", "LAT": "49N 1", "LON": "1E11", "MON": "4", "NUM": "423", "PRO": "S", "SEC": "16", "YEA": "1880", "CITY": "BERNAY"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lemaitre", "official": {"given": "Fernand Jules Maurice"}}, "birth": {"date": "1880-04-14 15:00", "place": {"name": "Bernay"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "607"}}, "raw": {"NR": "607", "GNR": "SA2423", "JU_": "0", "MA_": "0", "MO_": "2", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1880", "KORR": "", "MARS": "8", "MODE": "LMT", "MOND": "9", "NAME": "LEMAITRE (FERNAND JULES MAURICE).", "AUFAB": "6.50", "PHAS_": "17.000", "SONNE": "13", "VENUS": "16", "BREITE": "49 N 01", "GEBORT": "Bernay (Eure)", "LAENGE": "001 E 11", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "14", "GEBZEIT": "15.00", "JUPITER": "16", "ELECTAGE": "55,7", "ELECTDAT": "26.11.1935", "GEBDATUM": "14.04.1880", "STBDATUM": "07.12.1958"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-328"}, "ids-in-source": {"g55": "01-328"}}, "raw": {"DAY": "14-4-1880", "HOUR": "15 h.", "NAME": "LEMAITRE Fernand", "PLACE": "Bernay (Eure)."}, "date": "2023-08-20T14:47:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
25868	bonheur-lili-1893-08-21	{"wd": "Q230412"}	{"wd": "Q230412"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lili", "family": "Boulanger", "spouse": [], "official": {"given": "Marie Juliette", "family": "Boulanger"}}	F	{"lmt": null, "tzo": null, "date": "1893-08-21 15:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "9", "cy": "FR", "lg": null, "lat": null, "name": "Paris", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	2	{"birth": {"slug": "bonheur-lili-1893-08-21", "extras": {"name": {"given": "Lili"}, "partial-ids": {"wd": "Q230412"}, "ids-in-sources": {"wd": "Q230412"}}, "header": {"history": {"0": {"date": "2023-08-11", "actor": "Thierry Graff", "action": "Locate the act and add to opengauquelin.org"}}}, "source": {"civil-registry": {"web": {"url": "https://archives.paris.fr/arkotheque/visionneuse/visionneuse.php?arko=YTo2OntzOjQ6ImRhdGUiO3M6MTA6IjIwMjMtMDgtMTEiO3M6MTA6InR5cGVfZm9uZHMiO3M6MTE6ImFya29fc2VyaWVsIjtzOjQ6InJlZjEiO2k6NDtzOjQ6InJlZjIiO2k6MjQ2MzAyO3M6MTY6InZpc2lvbm5ldXNlX2h0bWwiO2I6MTtzOjIxOiJ2aXNpb25uZXVzZV9odG1sX21vZGUiO3M6NDoicHJvZCI7fQ==", "page": "8 / 31"}, "name": "Archives de Paris, 1893, Naissances, 09 V4E 8794", "place": {"c2": "75", "c3": "9", "cy": "FR", "name": "Paris"}}, "document-creation": {"date": "1893-08-24 10:30"}}, "opengauquelin": {"projects": {"0": "women"}}, "transcription": {"sex": "F", "name": {"official": {"given": "Marie Juliette", "family": "Boulanger"}}, "birth": {"date": "1893-08-21 15:00", "place": {"c2": "75", "c3": "9", "cy": "FR", "name": "Paris"}}}}}	[{"new": {"sex": "F", "name": {"given": "Lili", "official": {"given": "Marie Juliette", "family": "Boulanger"}}, "birth": {"date": "1893-08-21 15:00", "place": {"c2": "75", "c3": "9", "cy": "FR", "name": "Paris"}}, "occus": ["composer"], "partial-ids": {"wd": "Q230412"}, "ids-in-sources": {"wd": "Q230412"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1893/08/21/bonheur-lili-1893-08-21\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add bonheur-lili-1893-08-21"}]	[]
19984	de-la-bruchollerie-monique-1915-04-20	{"e3": "228", "wd": "Q446145", "afd3": "35"}	{"wd": "Q446145", "lerrcp": "E3-228", "muller": "M3-35"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Monique", "family": "de la Brucholerie", "spouse": [], "official": {"given": "Monique Adrienne Marie", "family": "Yver de la Bruchollerie"}}	F	{"lmt": null, "tzo": "+00:00", "date": "1915-04-20 06:35", "note": null, "place": {"c1": null, "c2": "75", "c3": "8", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1915-04-20 06:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["pianist"]	2	{"birth": {"slug": "de-la-bruchollerie-monique-1915-04-20", "extras": {"name": {"given": "Monique", "family": "de la Brucholerie"}, "partial-ids": {"wd": "Q446145"}, "ids-in-sources": {"wd": "Q446145"}}, "header": {"history": {"0": {"date": "2023-08-11", "actor": "Thierry Graff", "action": "Locate the act and add to opengauquelin.org"}}}, "source": {"civil-registry": {"web": {"url": "https://archives.paris.fr/arkotheque/visionneuse/visionneuse.php?arko=YTo2OntzOjQ6ImRhdGUiO3M6MTA6IjIwMjMtMDgtMTEiO3M6MTA6InR5cGVfZm9uZHMiO3M6MTE6ImFya29fc2VyaWVsIjtzOjQ6InJlZjEiO2k6NDtzOjQ6InJlZjIiO2k6MzAyMzYzO3M6MTY6InZpc2lvbm5ldXNlX2h0bWwiO2I6MTtzOjIxOiJ2aXNpb25uZXVzZV9odG1sX21vZGUiO3M6NDoicHJvZCI7fQ==", "page": "25 / 31"}, "name": "Archives de Paris 1915, Naissances, 08 8N 169", "place": {"c2": "75", "c3": "8", "cy": "FR", "name": "Paris"}}, "document-creation": {"date": "1915-04-23 14:30"}}, "opengauquelin": {"old-slug": "bruchollerie-monique-de-la-1915-04-20", "projects": {"0": "women"}}, "transcription": {"sex": "F", "name": {"official": {"given": "Monique Adrienne Marie", "family": "Yver de la Bruchollerie"}}, "birth": {"date": "1915-04-20 06:35", "place": {"c2": "75", "c3": "8", "cy": "FR", "name": "Paris"}}}}}	[{"new": {"name": {"given": "Monique de la", "family": "Bruchollerie"}, "birth": {"tzo": "+00:00", "date": "1915-04-20 06:35", "place": {"c2": "75", "c3": "8", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1915-04-20 06:35"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "228"}}, "raw": {"H": "06:35", "COD": "75", "DAY": "20", "MON": "04", "NUM": "0228", "PRO": "MUS", "YEA": "1915", "CITY": "Paris 8ème", "NAME": "BRUCHOLLERIE Monique de la", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"sex": "F", "occus": ["musician"], "sources": "afd3", "ids-in-sources": {"afd3": "35"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 17", "LAT": "48 N 50", "TZO": "0.00", "DATE": "20.04.1915", "MUID": "035", "NAME": "BRUCHOLLERIE, Monique DE LA", "OCCU": "AR 07", "TIME": "06.35", "BOOKS": "237", "PLACE": "Paris", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:42+02:00", "source": "afd3", "command": "muller m3women tmp2db"}, {"new": {"sex": "F", "name": {"given": "Monique", "family": "de la Brucholerie", "official": {"given": "Monique Adrienne Marie", "family": "Yver de la Bruchollerie"}}, "birth": {"date": "1915-04-20 06:35", "place": {"c2": "75", "c3": "8", "cy": "FR", "name": "Paris"}}, "occus": ["pianist"], "partial-ids": {"wd": "Q446145"}, "ids-in-sources": {"wd": "Q446145"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1915/04/20/de-la-bruchollerie-monique-1915-04-20\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add de-la-bruchollerie-monique-1915-04-20"}]	[]
25869	michel-louise-1830-05-29	{"wd": "Q216092"}	{"wd": "Q216092"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": ["Enjolras"], "given": "Louise", "family": "Michel", "spouse": [], "official": {"given": "Louise", "family": "Michel"}}	F	{"lmt": null, "tzo": null, "date": "1830-05-29 17:00", "note": null, "place": {"c1": null, "c2": "52", "c3": null, "cy": "FR", "lg": null, "lat": null, "name": "Vroncourt-la-Côte", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer", "schoolteacher", "feminist", "revolutionary"]	2	{"birth": {"slug": "michel-louise-1830-05-29", "extras": {"name": {"alter": {"0": "Enjolras"}}, "partial-ids": {"wd": "Q216092"}, "ids-in-sources": {"wd": "Q216092"}}, "header": {"notes": "", "history": {"0": {"date": "2023-08-20", "actor": "Thierry Graff", "action": "Locate the cat and add to opengauquelin.org"}}}, "source": {"notes": "Direct link to the birth certificate: <a href=\\"https://archives.haute-marne.fr/viewer/series/AD52_Edepot15789_01//?img=AD52_Edepot15789_01_0051.jpg\\">AD52_Edepot15789_01_0051.jpg</a>\\n", "civil-registry": {"web": {"url": "https://archives.haute-marne.fr/viewer/series/AD52_Edepot15789_01", "page": "51 / 70"}, "name": "Registres paroissiaux et d'état civil - collection communale VRONCOURT-LA-CÔTE Naissances, mariages, décès 1823-18321", "place": {"c2": "52", "cy": "FR", "name": "Vroncourt-la-Côte"}}, "document-creation": {"date": "1830-05-29 18:00"}}, "opengauquelin": {"projects": {"0": "women"}}, "transcription": {"sex": "F", "name": {"official": {"given": "Louise", "family": "Michel"}}, "birth": {"date": "1830-05-29 17:00", "place": {"c2": "52", "cy": "FR", "name": "Vroncourt-la-Côte"}}}}}	[{"new": {"sex": "F", "name": {"alter": ["Enjolras"], "official": {"given": "Louise", "family": "Michel"}}, "birth": {"date": "1830-05-29 17:00", "place": {"c2": "52", "cy": "FR", "name": "Vroncourt-la-Côte"}}, "occus": ["writer", "schoolteacher", "feminist", "revolutionary"], "partial-ids": {"wd": "Q216092"}, "ids-in-sources": {"wd": "Q216092"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1830/05/29/michel-louise-1830-05-29\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add michel-louise-1830-05-29"}]	[]
2512	lemoine-georges-1856-08-27	{"a2": "425", "g55": "01-326", "afd5": "609"}	{"g55": "01-326", "lerrcp": "A2-425", "muller": "M5-609"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Georges", "family": "Lemoine", "spouse": [], "official": {"given": "Georges A H", "family": null}}	\N	{"lmt": null, "tzo": "+00:04:16", "date": "1856-08-27 02:00", "note": null, "place": {"c1": null, "c2": "41", "c3": null, "cy": "FR", "lg": 1.06556, "lat": 47.79292, "name": "Vendôme", "geoid": 2970110}, "notime": null, "date-ut": "1856-08-27 01:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Lemoine"}, "birth": {"tzo": "+00:04:16", "date": "1856-08-27 02:00", "place": {"c2": "41", "cy": "FR", "lg": 1.06556, "lat": 47.79292, "name": "Vendôme", "geoid": 2970110}, "date-ut": "1856-08-27 01:54:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-425"}, "ids-in-sources": {"a2": "425"}}, "raw": {"H": "1", "MN": "54", "TZ": "0", "COD": "41", "COU": "F", "DAY": "27", "LAT": "47N35", "LON": "1E20", "MON": "8", "NUM": "425", "PRO": "S", "SEC": "40", "YEA": "1856", "CITY": "VENDOME"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lemoine", "official": {"given": "Georges A H"}}, "birth": {"date": "1856-08-27 02:00", "place": {"name": "Vendôme"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "609"}}, "raw": {"NR": "609", "GNR": "SA2425", "JU_": "2", "MA_": "0", "MO_": "2", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1856", "KORR": "", "MARS": "24", "MODE": "LMT", "MOND": "1", "NAME": "LEMOINE (GEORGES A... H...).", "AUFAB": "-7.30", "PHAS_": "11.700", "SONNE": "31", "VENUS": "30", "BREITE": "47 N 35", "GEBORT": "Vendôme (Loir-et-Cher)", "LAENGE": "001 E 20", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "2", "GEBZEIT": "02.00", "JUPITER": "9", "ELECTAGE": "62,7", "ELECTDAT": "13.05.1919", "GEBDATUM": "27.08.1856", "STBDATUM": "28.06.1942"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-326"}, "ids-in-source": {"g55": "01-326"}}, "raw": {"DAY": "27-8-1856", "HOUR": "2 h.", "NAME": "LEMOINE Georges", "PLACE": "Vendéme (Loir-et-Cher)."}, "date": "2023-08-20T14:47:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2515	lepine-jacques-1840-07-06	{"a2": "428", "g55": "01-330", "afd5": "614"}	{"g55": "01-330", "lerrcp": "A2-428", "muller": "M5-614"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jacques", "family": "Lépine", "spouse": [], "official": {"given": "Jacques Raphaël", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1840-07-06 22:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1840-07-06 21:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Lepine"}, "birth": {"tzo": "+00:19:23", "date": "1840-07-06 22:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1840-07-06 21:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-428"}, "ids-in-sources": {"a2": "428"}}, "raw": {"H": "21", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "6", "LAT": "45N46", "LON": "4E50", "MON": "7", "NUM": "428", "PRO": "S", "SEC": "40", "YEA": "1840", "CITY": "LYON"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lépine", "official": {"given": "Jacques Raphaël"}}, "birth": {"date": "1840-07-06 22:00", "place": {"name": "Lyon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "614"}}, "raw": {"NR": "614", "GNR": "SA2428", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "2", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1840", "KORR": "", "MARS": "26", "MODE": "LMT", "MOND": "16", "NAME": "LÉPINE (JACQUES RAPHAÉL).", "AUFAB": "10.00", "PHAS_": "44.200", "SONNE": "23", "VENUS": "24", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "9", "GEBZEIT": "22.00", "JUPITER": "14", "ELECTAGE": "47,7", "ELECTDAT": "20.03.1888", "GEBDATUM": "06.07.1840", "STBDATUM": "17.11.1919"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-330"}, "ids-in-source": {"g55": "01-330"}}, "raw": {"DAY": "6-7-1840", "HOUR": "22 h.", "NAME": "* LEPINE Jacques", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:47:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2516	lepine-jean-1876-12-05	{"a2": "429", "afd5": "615"}	{"lerrcp": "A2-429", "muller": "M5-615"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Lépine", "spouse": [], "official": {"given": "Jean Camille Raphaël", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1876-12-05 13:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1876-12-05 12:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lepine"}, "birth": {"tzo": "+00:09:24", "date": "1876-12-05 13:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1876-12-05 12:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-429"}, "ids-in-sources": {"a2": "429"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "5", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "429", "PRO": "S", "SEC": "40", "YEA": "1876", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lépine", "official": {"given": "Jean Camille Raphaël"}}, "birth": {"date": "1876-12-05 13:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "615"}}, "raw": {"NR": "615", "GNR": "SA2429", "JU_": "2", "MA_": "0", "MO_": "1", "SA_": "2", "SO_": "2", "VE_": "0", "CODE": "4", "JAHR": "1876", "KORR": "", "MARS": "16", "MODE": "LMT", "MOND": "21", "NAME": "LÉPINE (JEAN CAMILLE RAPHAEL).", "AUFAB": "-8.00", "PHAS_": "82.700", "SONNE": "12", "VENUS": "16", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "2", "GEBZEIT": "13.00", "JUPITER": "12", "ELECTAGE": "43,5", "ELECTDAT": "08.06.1920", "GEBDATUM": "05.12.1876", "STBDATUM": "13.06.1967"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2518	lermoyez-marcel-1858-07-24	{"a2": "431", "g55": "01-332", "afd5": "620"}	{"g55": "01-332", "lerrcp": "A2-431", "muller": "M5-620"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Marcel", "family": "Lermoyez", "spouse": [], "official": {"given": "Marcel Emile Joseph", "family": null}}	\N	{"lmt": null, "tzo": "+00:12:56", "date": "1858-07-24 02:15", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.23472, "lat": 50.17596, "name": "Cambrai", "geoid": 3029030}, "notime": null, "date-ut": "1858-07-24 02:02:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Lermoyez"}, "birth": {"tzo": "+00:12:56", "date": "1858-07-24 02:15:36", "place": {"c2": "59", "cy": "FR", "lg": 3.23472, "lat": 50.17596, "name": "Cambrai", "geoid": 3029030}, "date-ut": "1858-07-24 02:02:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-431"}, "ids-in-sources": {"a2": "431"}}, "raw": {"H": "2", "MN": "2", "TZ": "0", "COD": "59", "COU": "F", "DAY": "24", "LAT": "50N39", "LON": "3E 5", "MON": "7", "NUM": "431", "PRO": "S", "SEC": "40", "YEA": "1858", "CITY": "CAMBRAI"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lermoyez", "official": {"given": "Marcel Emile Joseph"}}, "birth": {"date": "1858-07-24 02:15", "place": {"name": "Cambrai"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "620"}}, "raw": {"NR": "620", "GNR": "SA2431", "JU_": "2", "MA_": "0", "MO_": "1", "SA_": "0", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1858", "KORR": "", "MARS": "22", "MODE": "LMT", "MOND": "19", "NAME": "LERMOYEZ (MARCEL EMILE JOSEPH).", "AUFAB": "4.40", "PHAS_": "96.200", "SONNE": "32", "VENUS": "27", "BREITE": "50 N 39", "GEBORT": "Cambrai (Nord)", "LAENGE": "003 E 05", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "32", "GEBZEIT": "02.15", "JUPITER": "2", "ELECTAGE": "52,9", "ELECTDAT": "30.05.1911", "GEBDATUM": "24.07.1858", "STBDATUM": "01.02.1929"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-332"}, "ids-in-source": {"g55": "01-332"}}, "raw": {"DAY": "24-7-1858", "HOUR": "2 h. 15", "NAME": "LERMOYEZ Marcel", "PLACE": "Cambrai (Nord)."}, "date": "2023-08-20T14:47:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2523	letulle-maurice-1853-03-19	{"a2": "436", "g55": "01-335", "afd5": "628"}	{"g55": "01-335", "lerrcp": "A2-436", "muller": "M5-628"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Maurice", "family": "Letulle", "spouse": [], "official": {"given": "Maurice Eléonor Joseph Lucien", "family": null}}	\N	{"lmt": null, "tzo": "+00:00:20", "date": "1853-03-19 09:00", "note": null, "place": {"c1": null, "c2": "61", "c3": null, "cy": "FR", "lg": 0.08333, "lat": 48.43333, "name": "Mortagne", "geoid": 0}, "notime": null, "date-ut": "1853-03-19 08:59:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Letulle"}, "birth": {"tzo": "+00:00:20", "date": "1853-03-19 09:00", "place": {"c2": "61", "cy": "FR", "lg": 0.08333, "lat": 48.43333, "name": "Mortagne", "geoid": 0}, "date-ut": "1853-03-19 08:59:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-436"}, "ids-in-sources": {"a2": "436"}}, "raw": {"H": "8", "MN": "59", "TZ": "0", "COD": "61", "COU": "F", "DAY": "19", "LAT": "48N26", "LON": "0E 5", "MON": "3", "NUM": "436", "PRO": "S", "SEC": "40", "YEA": "1853", "CITY": "MORTAGNE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Letulle", "official": {"given": "Maurice Eléonor Joseph Lucien"}}, "birth": {"date": "1853-03-19 09:00", "place": {"name": "Mortagne"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "628"}}, "raw": {"NR": "628", "GNR": "SA2436", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "4", "JAHR": "1853", "KORR": "", "MARS": "5", "MODE": "LMT", "MOND": "31", "NAME": "LETULLE (MAURICE ELÉONOR JOSEPH LUCIEN).", "AUFAB": "9.70", "PHAS_": "60.000", "SONNE": "5", "VENUS": "6", "BREITE": "48 N 26", "GEBORT": "Mortagne (Orne)", "LAENGE": "000 E 05", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "2", "GEBZEIT": "09.00", "JUPITER": "17", "ELECTAGE": "55,7", "ELECTDAT": "01.12.1908", "GEBDATUM": "19.03.1853", "STBDATUM": "01.01.1929"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Mortagne"}}, "partial-ids": {"g55": "01-335"}, "ids-in-source": {"g55": "01-335"}}, "raw": {"DAY": "19-3-1853", "HOUR": "9 h.", "NAME": "LETULLE Maurice", "PLACE": "Mortagne (Orne)."}, "date": "2023-08-20T14:47:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2524	leudet-theodore-1825-03-14	{"a2": "437", "g55": "01-336", "afd5": "629"}	{"g55": "01-336", "lerrcp": "A2-437", "muller": "M5-629"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Theodore", "family": "Leudet", "spouse": [], "official": {"given": "Théodore Emile", "family": null}}	\N	{"lmt": null, "tzo": "+00:04:24", "date": "1825-03-14 10:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1825-03-14 09:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Theodore", "family": "Leudet"}, "birth": {"tzo": "+00:04:24", "date": "1825-03-14 10:00", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1825-03-14 09:55:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-437"}, "ids-in-sources": {"a2": "437"}}, "raw": {"H": "9", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "14", "LAT": "49N26", "LON": "1E 5", "MON": "3", "NUM": "437", "PRO": "S", "SEC": "40", "YEA": "1825", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Leudet", "official": {"given": "Théodore Emile"}}, "birth": {"date": "1825-03-14 10:00", "place": {"name": "Rouen"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "629"}}, "raw": {"NR": "629", "GNR": "SA2437", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "2", "CODE": "3", "JAHR": "1825", "KORR": "", "MARS": "5", "MODE": "LMT", "MOND": "13", "NAME": "LEUDET (THÉODORE EMILE).", "AUFAB": "-9.20", "PHAS_": "26.900", "SONNE": "6", "VENUS": "3", "BREITE": "49 N 26", "GEBORT": "Rouen (Seine-Inférieure)", "LAENGE": "001 E 05", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "2", "GEBZEIT": "10.00", "JUPITER": "30", "ELECTAGE": "36,1", "ELECTDAT": "26.03.1861", "GEBDATUM": "14.03.1825", "STBDATUM": "05.03.1887"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-336"}, "ids-in-source": {"g55": "01-336"}}, "raw": {"DAY": "14-3-1825", "HOUR": "10 h.", "NAME": "* LEUDET Théodore", "PLACE": "Rouen (Seine-Inférieure)."}, "date": "2023-08-20T14:47:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2525	levieux-jean-1818-02-23	{"a2": "438", "g55": "01-337", "afd5": "631"}	{"g55": "01-337", "lerrcp": "A2-438", "muller": "M5-631"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Levieux", "spouse": [], "official": {"given": "Jean-Baptiste Charles", "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1818-02-23 12:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1818-11-23 11:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Levieux"}, "birth": {"tzo": "-00:02:19", "date": "1818-11-23 11:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1818-11-23 11:57:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-438"}, "ids-in-sources": {"a2": "438"}}, "raw": {"H": "11", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "23", "LAT": "44N50", "LON": "0W34", "MON": "11", "NUM": "438", "PRO": "S", "SEC": "36", "YEA": "1818", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Levieux", "official": {"given": "Jean-Baptiste Charles"}}, "birth": {"date": "1818-02-23 12:00", "place": {"name": "Bordeaux"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "631"}}, "raw": {"NR": "631", "GNR": "SA2438", "JU_": "0", "MA_": "2", "MO_": "0", "SA_": "2", "SO_": "2", "VE_": "2", "CODE": "2", "JAHR": "1818", "KORR": "", "MARS": "2", "MODE": "LMT", "MOND": "24", "NAME": "LEVIEUX (JEAN-BAPTISTE CHARLES).", "AUFAB": "-3.30", "PHAS_": "95.500", "SONNE": "9", "VENUS": "10", "BREITE": "44 N 50", "GEBORT": "Bordeaux (Gironde)", "LAENGE": "000 W 34", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ-d", "SATURN": "9", "GEBZEIT": "12.00", "JUPITER": "17", "ELECTAGE": "61,0", "ELECTDAT": "28.01.1879", "GEBDATUM": "23.02.1818", "STBDATUM": "09.06.1898"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-337"}, "ids-in-source": {"g55": "01-337"}}, "raw": {"DAY": "23-11-1818", "HOUR": "12 h.", "NAME": "LEVIEUX Jean", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:47:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2530	lignieres-joseph-1868-07-26	{"a2": "443", "g55": "01-340", "afd5": "637"}	{"g55": "01-340", "lerrcp": "A2-443", "muller": "M5-637"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Joseph", "family": "Lignieres", "spouse": [], "official": {"given": "Joseph Léon Marcel", "family": null}}	\N	{"lmt": null, "tzo": "+00:22:12", "date": "1868-07-26 19:00", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.55099, "lat": 48.88746, "name": "Saint-Mihiel", "geoid": 2977948}, "notime": null, "date-ut": "1868-07-26 18:39:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Lignieres"}, "birth": {"tzo": "+00:22:12", "date": "1868-07-26 19:00", "place": {"c2": "55", "cy": "FR", "lg": 5.55099, "lat": 48.88746, "name": "Saint-Mihiel", "geoid": 2977948}, "date-ut": "1868-07-26 18:39:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-443"}, "ids-in-sources": {"a2": "443"}}, "raw": {"H": "18", "MN": "39", "TZ": "0", "COD": "55", "COU": "F", "DAY": "26", "LAT": "48N46", "LON": "5E10", "MON": "7", "NUM": "443", "PRO": "S", "SEC": "20", "YEA": "1868", "CITY": "ST-MIHIEL"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lignieres", "official": {"given": "Joseph Léon Marcel"}}, "birth": {"date": "1868-07-26 19:00", "place": {"name": "Saint-Mihiel"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "637"}}, "raw": {"NR": "637", "GNR": "SA2443", "JU_": "1", "MA_": "0", "MO_": "2", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1868", "KORR": "", "MARS": "24", "MODE": "LMT", "MOND": "11", "NAME": "LIGNIERES (JOSEPH LÉON MARCEL).", "AUFAB": "10.80", "PHAS_": "43.900", "SONNE": "18", "VENUS": "20", "BREITE": "48 N 46", "GEBORT": "Saint-Mihiel (Meuse)", "LAENGE": "005 E 10", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "8", "GEBZEIT": "19.00", "JUPITER": "31", "ELECTAGE": "51,5", "ELECTDAT": "27.01.1920", "GEBDATUM": "26.07.1868", "STBDATUM": "19.10.1933"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-340"}, "ids-in-source": {"g55": "01-340"}}, "raw": {"DAY": "26-7-1868", "HOUR": "19 h.", "NAME": "LIGNIERES Joseph", "PLACE": "Saint-Mihiel (Meuse)."}, "date": "2023-08-20T14:47:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2528	liegeois-charles-1854-08-21	{"a2": "441", "g55": "01-338", "afd5": "635"}	{"g55": "01-338", "lerrcp": "A2-441", "muller": "M5-635"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles", "family": "Liégeois", "spouse": [], "official": {"given": "Charles Auguste", "family": null}}	\N	{"lmt": null, "tzo": "+00:25:52", "date": "1854-08-21 11:00", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "Bainville-aux-Saules", "geoid": 0}, "notime": null, "date-ut": "1854-08-21 10:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Liegeois"}, "birth": {"tzo": "+00:25:52", "date": "1854-08-21 11:00", "place": {"c2": "88", "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "Bainville-Aux-sur", "geoid": 0}, "date-ut": "1854-08-21 10:34:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-441"}, "ids-in-sources": {"a2": "441"}}, "raw": {"H": "10", "MN": "34", "TZ": "0", "COD": "88", "COU": "F", "DAY": "21", "LAT": "48N10", "LON": "6E28", "MON": "8", "NUM": "441", "PRO": "S", "SEC": "8", "YEA": "1854", "CITY": "BAINVILLE-AUX-S"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Liégeois", "official": {"given": "Charles Auguste"}}, "birth": {"date": "1854-08-21 11:00", "place": {"name": "Bainville-aux-Saules"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "635"}}, "raw": {"NR": "635", "GNR": "SA2441", "JU_": "1", "MA_": "2", "MO_": "2", "SA_": "1", "SO_": "0", "VE_": "2", "CODE": "3", "JAHR": "1854", "KORR": "", "MARS": "2", "MODE": "LMT", "MOND": "10", "NAME": "LIÉGEOIS (CHARLES AUGUSTE).", "AUFAB": "-5.60", "PHAS_": "7.100", "SONNE": "8", "VENUS": "11", "BREITE": "48 N 10", "GEBORT": "Bainville-aux-Saules (Vosges)", "LAENGE": "006 E 28", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "14", "GEBZEIT": "11.00", "JUPITER": "29", "ELECTAGE": "40,5", "ELECTDAT": "05.02.1895", "GEBDATUM": "21.08.1854", "STBDATUM": "21.08.1925"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Bainville-aux-Saules"}}, "partial-ids": {"g55": "01-338"}, "ids-in-source": {"g55": "01-338"}}, "raw": {"DAY": "21-8-1854", "HOUR": "11 h.", "NAME": "LIEGEOIS. Charles", "PLACE": "Bainville-aux-Saules (Vosges)."}, "date": "2023-08-20T14:47:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2529	lietard-alexandre-1833-04-04	{"a2": "442", "g55": "01-339", "afd5": "636"}	{"g55": "01-339", "lerrcp": "A2-442", "muller": "M5-636"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alexandre", "family": "Liétard", "spouse": [], "official": {"given": "Alexandre Gustave", "family": null}}	\N	{"lmt": null, "tzo": "+00:25:52", "date": "1833-04-04 15:00", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "Domrémy", "geoid": 0}, "notime": null, "date-ut": "1833-04-04 14:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Lietard"}, "birth": {"tzo": "+00:25:52", "date": "1833-04-04 15:00", "place": {"c2": "88", "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "Domremy", "geoid": 0}, "date-ut": "1833-04-04 14:34:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-442"}, "ids-in-sources": {"a2": "442"}}, "raw": {"H": "14", "MN": "34", "TZ": "0", "COD": "88", "COU": "F", "DAY": "4", "LAT": "48N10", "LON": "6E28", "MON": "4", "NUM": "442", "PRO": "S", "SEC": "8", "YEA": "1833", "CITY": "DOMREMY"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Liétard", "official": {"given": "Alexandre Gustave"}}, "birth": {"date": "1833-04-04 15:00", "place": {"name": "Domrémy"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "636"}}, "raw": {"NR": "636", "GNR": "SA2442", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "2", "CODE": "3", "JAHR": "1833", "KORR": "", "MARS": "7", "MODE": "LMT", "MOND": "32", "NAME": "LIÉTARD (ALEXANDRE GUSTAVE).", "AUFAB": "3.10", "PHAS_": "99.300", "SONNE": "14", "VENUS": "10", "BREITE": "48 N 10", "GEBORT": "Domrémy (Vosges)", "LAENGE": "006 E 28", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "34", "GEBZEIT": "15.00", "JUPITER": "14", "ELECTAGE": "60,0", "ELECTDAT": "14.03.1893", "GEBDATUM": "04.04.1833", "STBDATUM": "08.02.1904"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Domrémy"}}, "partial-ids": {"g55": "01-339"}, "ids-in-source": {"g55": "01-339"}}, "raw": {"DAY": "4-4-1833", "HOUR": "15 h.", "NAME": "LIETARD Alexandre", "PLACE": "Domrémy (Vosges)."}, "date": "2023-08-20T14:47:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2535	loeper-maurice-1875-12-27	{"a2": "448", "afd5": "643"}	{"lerrcp": "A2-448", "muller": "M5-643"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Maurice", "family": "Loeper", "spouse": [], "official": {"given": "Maurice René Marie", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1875-12-27 23:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1875-12-27 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Loeper"}, "birth": {"tzo": "+00:09:24", "date": "1875-12-27 23:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1875-12-27 22:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-448"}, "ids-in-sources": {"a2": "448"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "27", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "448", "PRO": "S", "SEC": "40", "YEA": "1875", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Loeper", "official": {"given": "Maurice René Marie"}}, "birth": {"date": "1875-12-27 23:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "643"}}, "raw": {"NR": "643", "GNR": "SA2448", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "4", "JAHR": "1875", "KORR": "", "MARS": "20", "MODE": "LMT", "MOND": "26", "NAME": "LOEPER (MAURICE RENÉ MARIE).", "AUFAB": "-2.20", "PHAS_": "0.800", "SONNE": "26", "VENUS": "24", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "22", "GEBZEIT": "23.00", "JUPITER": "30", "ELECTAGE": "57,5", "ELECTDAT": "30.05.1933", "GEBDATUM": "27.12.1875", "STBDATUM": "26.04.1961"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2533	livon-charles-1850-05-19	{"a2": "446", "g55": "01-341", "afd5": "641"}	{"g55": "01-341", "lerrcp": "A2-446", "muller": "M5-641"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles", "family": "Livon", "spouse": [], "official": {"given": "Charles Marie", "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1850-05-19 11:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1850-05-19 10:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Livon"}, "birth": {"tzo": "+00:21:31", "date": "1850-05-19 11:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1850-05-19 10:38:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-446"}, "ids-in-sources": {"a2": "446"}}, "raw": {"H": "10", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "19", "LAT": "43N18", "LON": "5E22", "MON": "5", "NUM": "446", "PRO": "S", "SEC": "32", "YEA": "1850", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Livon", "official": {"given": "Charles Marie"}}, "birth": {"date": "1850-05-19 11:00", "place": {"name": "Marseille"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "641"}}, "raw": {"NR": "641", "GNR": "SA2446", "JU_": "0", "MA_": "2", "MO_": "0", "SA_": "2", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1850", "KORR": "", "MARS": "3", "MODE": "LMT", "MOND": "34", "NAME": "LIVON (CHARLES MARIE).", "AUFAB": "11.30", "PHAS_": "53.900", "SONNE": "8", "VENUS": "7", "BREITE": "43 N 18", "GEBORT": "Marseille (Bouches-du-Rhône)", "LAENGE": "005 E 22", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "12", "GEBZEIT": "11.00", "JUPITER": "34", "ELECTAGE": "51,1", "ELECTDAT": "25.06.1901", "GEBDATUM": "19.05.1850", "STBDATUM": "16.08.1917"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-341"}, "ids-in-source": {"g55": "01-341"}}, "raw": {"DAY": "19-5-1850", "HOUR": "11 h.", "NAME": "LIVON Charles", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:47:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2540	lucas-championniere-just-1843-08-15	{"a2": "453", "afd5": "650"}	{"lerrcp": "A2-453", "muller": "M5-650"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Just", "family": "Lucas-Championniere", "spouse": [], "official": {"given": "Just Marie Marcelin", "family": null}}	\N	{"lmt": null, "tzo": "+00:08:20", "date": "1843-08-15 05:00", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Saint-Léonard", "geoid": 0}, "notime": null, "date-ut": "1843-08-15 04:51:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Just", "family": "Lucas-Championniere"}, "birth": {"tzo": "+00:08:20", "date": "1843-08-15 05:00", "place": {"c2": "60", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Saint-Leonard", "geoid": 0}, "date-ut": "1843-08-15 04:51:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-453"}, "ids-in-sources": {"a2": "453"}}, "raw": {"H": "4", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "15", "LAT": "49N26", "LON": "2E 5", "MON": "8", "NUM": "453", "PRO": "S", "SEC": "40", "YEA": "1843", "CITY": "ST-LEONARD"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lucas-Championniere", "official": {"given": "Just Marie Marcelin"}}, "birth": {"date": "1843-08-15 05:00", "place": {"name": "Saint-Léonard"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "650"}}, "raw": {"NR": "650", "GNR": "SA2453", "JU_": "1", "MA_": "0", "MO_": "2", "SA_": "0", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1843", "KORR": "", "MARS": "25", "MODE": "LMT", "MOND": "12", "NAME": "LUCAS-CHAMPIONNIERE (JUST MARIE MARCELIN).", "AUFAB": "-7.10", "PHAS_": "79.300", "SONNE": "1", "VENUS": "2", "BREITE": "49 N 26", "GEBORT": "Saint-Léonard (Oise)", "LAENGE": "002 E 05", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "22", "GEBZEIT": "05.00", "JUPITER": "19", "ELECTAGE": "51,3", "ELECTDAT": "20.11.1894", "GEBDATUM": "15.08.1843", "STBDATUM": "22.10.1913"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2538	longet-francois-1811-05-25	{"a2": "451", "g55": "01-343", "afd5": "646"}	{"g55": "01-343", "lerrcp": "A2-451", "muller": "M5-646"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "François", "family": "Longet", "spouse": [], "official": {"given": "François Achille", "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1811-05-25 11:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Saint-Germain-en-Laye", "geoid": 0}, "notime": null, "date-ut": "1811-05-25 10:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "François", "family": "Longet"}, "birth": {"tzo": "+00:08:32", "date": "1811-05-25 11:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Saint-Germain-en-L", "geoid": 0}, "date-ut": "1811-05-25 10:51:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-451"}, "ids-in-sources": {"a2": "451"}}, "raw": {"H": "10", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "25", "LAT": "48N50", "LON": "2E 8", "MON": "5", "NUM": "451", "PRO": "S", "SEC": "28", "YEA": "1811", "CITY": "ST-GERMAIN-EN-L"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Longet", "official": {"given": "François Achille"}}, "birth": {"date": "1811-05-25 11:00", "place": {"name": "Saint-Germain-en-Laye"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "646"}}, "raw": {"NR": "646", "GNR": "SA2451", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "0", "VE_": "2", "CODE": "3", "JAHR": "1811", "KORR": "", "MARS": "26", "MODE": "LMT", "MOND": "5", "NAME": "LONGET (FRANÇOIS ACHILLE).", "AUFAB": "4.40", "PHAS_": "7.300", "SONNE": "8", "VENUS": "11", "BREITE": "48 N 50", "GEBORT": "Saint-Germain-en-Laye (Seine-et-Oi", "LAENGE": "002 E 08", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "25", "GEBZEIT": "11.00", "JUPITER": "8", "ELECTAGE": "34,0", "ELECTDAT": "06.05.1845", "GEBDATUM": "25.05.1811", "STBDATUM": "20.04.1871"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Germain-en-Laye"}}, "partial-ids": {"g55": "01-343"}, "ids-in-source": {"g55": "01-343"}}, "raw": {"DAY": "25-5-1811", "HOUR": "11 h.", "NAME": "* LONGET François", "PLACE": "Saint-Germain-en-Laye (S.-O.)."}, "date": "2023-08-20T14:47:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2544	luys-jules-1828-08-17	{"a2": "457", "afd5": "655"}	{"lerrcp": "A2-457", "muller": "M5-655"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jules", "family": "Luys", "spouse": [], "official": {"given": "Jules Bernard", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1828-08-17 16:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1828-08-17 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Luys"}, "birth": {"tzo": "+00:09:24", "date": "1828-08-17 16:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1828-08-17 15:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-457"}, "ids-in-sources": {"a2": "457"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "17", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "457", "PRO": "S", "SEC": "40", "YEA": "1828", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Luys", "official": {"given": "Jules Bernard"}}, "birth": {"date": "1828-08-17 16:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "655"}}, "raw": {"NR": "655", "GNR": "SA2457", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "0", "VE_": "0", "CODE": "4", "JAHR": "1828", "KORR": "", "MARS": "35", "MODE": "LMT", "MOND": "8", "NAME": "LUYS (JULES BERNARD).", "AUFAB": "9.20", "PHAS_": "33.400", "SONNE": "15", "VENUS": "17", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "16", "GEBZEIT": "16.00", "JUPITER": "8", "ELECTAGE": "48,5", "ELECTDAT": "11.02.1877", "GEBDATUM": "17.08.1828", "STBDATUM": "21.08.1897"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2545	magitot-emile-1833-12-14	{"a2": "458", "afd5": "657"}	{"lerrcp": "A2-458", "muller": "M5-657"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Emile", "family": "Magitot", "spouse": [], "official": {"given": "Emile Félix", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1833-12-14 08:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1833-12-14 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Magitot"}, "birth": {"tzo": "+00:09:24", "date": "1833-12-14 08:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1833-12-14 07:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-458"}, "ids-in-sources": {"a2": "458"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "14", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "458", "PRO": "S", "SEC": "40", "YEA": "1833", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Magitot", "official": {"given": "Emile Félix"}}, "birth": {"date": "1833-12-14 08:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "657"}}, "raw": {"NR": "657", "GNR": "SA2458", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "2", "SO_": "2", "VE_": "1", "CODE": "4", "JAHR": "1833", "KORR": "", "MARS": "3", "MODE": "LMT", "MOND": "34", "NAME": "MAGITOT (EMILE FÉLIX).", "AUFAB": "4.60", "PHAS_": "7.800", "SONNE": "1", "VENUS": "4", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "11", "GEBZEIT": "08.00", "JUPITER": "27", "ELECTAGE": "54,5", "ELECTDAT": "29.05.1888", "GEBDATUM": "14.12.1833", "STBDATUM": "23.04.1897"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2542	lumiere-auguste-1862-10-19	{"a2": "455", "g55": "01-346", "afd5": "653"}	{"g55": "01-346", "lerrcp": "A2-455", "muller": "M5-653"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Auguste", "family": "Lumiere", "spouse": [], "official": {"given": "Auguste Marie Louis Nicolas", "family": null}}	\N	{"lmt": null, "tzo": "+00:24:04", "date": "1862-10-19 15:30", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1862-10-19 09:05:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Lumiere"}, "birth": {"tzo": "+00:24:04", "date": "1862-10-19 09:30", "place": {"c2": "25", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1862-10-19 09:05:52"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-455"}, "ids-in-sources": {"a2": "455"}}, "raw": {"H": "9", "MN": "5", "TZ": "0", "COD": "25", "COU": "F", "DAY": "19", "LAT": "47N15", "LON": "6E 2", "MON": "10", "NUM": "455", "PRO": "S", "SEC": "52", "YEA": "1862", "CITY": "BESANCON"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lumiere", "official": {"given": "Auguste Marie Louis Nicolas"}}, "birth": {"date": "1862-10-19 15:30", "place": {"name": "Besançon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "653"}}, "raw": {"NR": "653", "GNR": "SA2455", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "0", "VE_": "0", "CODE": "2", "JAHR": "1862", "KORR": "", "MARS": "35", "MODE": "LMT", "MOND": "19", "NAME": "LUMIERE (AUGUSTE MARIE LOUIS NICOLAS).", "AUFAB": "-9.00", "PHAS_": "21.900", "SONNE": "16", "VENUS": "17", "BREITE": "47 N 15", "GEBORT": "Besançon (Doubs)", "LAENGE": "006 E 02", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "17", "GEBZEIT": "15.30", "JUPITER": "17", "ELECTAGE": "57,1", "ELECTDAT": "25.11.1919", "GEBDATUM": "19.10.1862", "STBDATUM": "10.04.1954"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-346"}, "ids-in-source": {"g55": "01-346"}}, "raw": {"DAY": "19-10-1862", "HOUR": "9 h. 30", "NAME": "* LUMIERE Auguste", "PLACE": "Besançon (Doubs)."}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2547	magne-jean-1804-07-15	{"a2": "460", "g55": "01-349", "afd5": "659"}	{"g55": "01-349", "lerrcp": "A2-460", "muller": "M5-659"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Magne", "spouse": [], "official": {"given": "Jean Henry", "family": null}}	\N	{"lmt": null, "tzo": "+00:10:16", "date": "1804-07-15 15:00", "note": null, "place": {"c1": null, "c2": "12", "c3": null, "cy": "FR", "lg": 2.56667, "lat": 44.35, "name": "Sauveterre", "geoid": 0}, "notime": null, "date-ut": "1804-07-15 14:49:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Magne"}, "birth": {"tzo": "+00:10:16", "date": "1804-07-15 15:00", "place": {"c2": "12", "cy": "FR", "lg": 2.56667, "lat": 44.35, "name": "Sauveterre", "geoid": 0}, "date-ut": "1804-07-15 14:49:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-460"}, "ids-in-sources": {"a2": "460"}}, "raw": {"H": "14", "MN": "49", "TZ": "0", "COD": "12", "COU": "F", "DAY": "15", "LAT": "44N21", "LON": "2E34", "MON": "7", "NUM": "460", "PRO": "S", "SEC": "44", "YEA": "1804", "CITY": "SAUVETERRE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Magne", "official": {"given": "Jean Henry"}}, "birth": {"date": "1804-07-15 15:00", "place": {"name": "Sauveterre"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "659"}}, "raw": {"NR": "659", "GNR": "SA2460", "JU_": "1", "MA_": "0", "MO_": "2", "SA_": "0", "SO_": "1", "VE_": "2", "CODE": "3", "JAHR": "1804", "KORR": "", "MARS": "17", "MODE": "LMT", "MOND": "3", "NAME": "MAGNE (JEAN HENRY).", "AUFAB": "9.60", "PHAS_": "53.100", "SONNE": "13", "VENUS": "11", "BREITE": "44 N 21", "GEBORT": "Sauveterre (Aveyron)", "LAENGE": "002 E 34", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "7", "GEBZEIT": "15.00", "JUPITER": "4", "ELECTAGE": "59,1", "ELECTDAT": "21.07.1863", "GEBDATUM": "15.07.1804", "STBDATUM": "27.08.1885"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Sauveterre"}}, "partial-ids": {"g55": "01-349"}, "ids-in-source": {"g55": "01-349"}}, "raw": {"DAY": "15-7-1804", "HOUR": "15 h.", "NAME": "MAGNE Jean", "PLACE": "Sauveterre (Aveyron)."}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2549	maillard-louis-1878-02-04	{"a2": "462", "g55": "01-351", "afd5": "661"}	{"g55": "01-351", "lerrcp": "A2-462", "muller": "M5-661"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Maillard", "spouse": [], "official": {"given": "Louis Camille", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1878-02-04 04:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.05635, "lat": 48.90702, "name": "Pont-à-Mousson", "geoid": 2986306}, "notime": null, "date-ut": "1878-02-04 03:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Maillard"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.05635, "lat": 48.90702, "name": "Pont-à-Mousson", "geoid": 2986306}, "date-ut": "1878-02-04 03:35:12"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-462"}, "ids-in-sources": {"a2": "462"}}, "raw": {"H": "3", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "4", "LAT": "48N42", "LON": "6E12", "MON": "2", "NUM": "462", "PRO": "S", "SEC": "12", "YEA": "1878", "CITY": "PONT-A-MOUSSON"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Maillard", "official": {"given": "Louis Camille"}}, "birth": {"date": "1878-02-04 04:00", "place": {"name": "Pont-à-Mousson"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "661"}}, "raw": {"NR": "661", "GNR": "SA2462", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1878", "KORR": "", "MARS": "26", "MODE": "LMT", "MOND": "31", "NAME": "MAILLARD (LOUIS CAMILLE).", "AUFAB": "2.10", "PHAS_": "2.500", "SONNE": "32", "VENUS": "31", "BREITE": "48 N 42", "GEBORT": "Pont-à-Mousson (Meurthe-et-Moselle", "LAENGE": "006 E 12", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "30", "GEBZEIT": "04.00", "JUPITER": "34", "ELECTAGE": "41,8", "ELECTDAT": "25.11.1919", "GEBDATUM": "04.02.1878", "STBDATUM": "12.05.1936"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-351"}, "ids-in-source": {"g55": "01-351"}}, "raw": {"DAY": "4-2-1878", "HOUR": "4 h.", "NAME": "MAILLARD Louis", "PLACE": "Pont+a-Mousson (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2553	mallat-antonin-1857-01-01	{"a2": "466", "g55": "01-354", "afd5": "666"}	{"g55": "01-354", "lerrcp": "A2-466", "muller": "M5-666"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Antonin", "family": "Mallat", "spouse": [], "official": {"given": "Antonin Jérôme", "family": null}}	\N	{"lmt": null, "tzo": "+00:13:42", "date": "1857-01-01 12:30", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.42577, "lat": 46.12709, "name": "Vichy", "geoid": 2969392}, "notime": null, "date-ut": "1857-01-01 12:16:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Antonin", "family": "Mallat"}, "birth": {"tzo": "+00:13:42", "date": "1857-01-01 12:30", "place": {"c2": "03", "cy": "FR", "lg": 3.42577, "lat": 46.12709, "name": "Vichy", "geoid": 2969392}, "date-ut": "1857-01-01 12:16:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-466"}, "ids-in-sources": {"a2": "466"}}, "raw": {"H": "12", "MN": "16", "TZ": "0", "COD": "03", "COU": "F", "DAY": "1", "LAT": "46N34", "LON": "3E20", "MON": "1", "NUM": "466", "PRO": "S", "SEC": "40", "YEA": "1857", "CITY": "VICHY"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Mallat", "official": {"given": "Antonin Jérôme"}}, "birth": {"date": "1857-01-01 12:30", "place": {"name": "Vichy"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "666"}}, "raw": {"NR": "666", "GNR": "SA2466", "JU_": "2", "MA_": "1", "MO_": "2", "SA_": "1", "SO_": "2", "VE_": "1", "CODE": "3", "JAHR": "1857", "KORR": "", "MARS": "5", "MODE": "LMT", "MOND": "3", "NAME": "MALLAT (ANTONIN JÉROME).", "AUFAB": "8.60", "PHAS_": "23.300", "SONNE": "10", "VENUS": "5", "BREITE": "46 N 34", "GEBORT": "Vichy (Allier)", "LAENGE": "003 E 20", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "28", "GEBZEIT": "12.30", "JUPITER": "2", "ELECTAGE": "65,9", "ELECTDAT": "28.11.1922", "GEBDATUM": "01.01.1857", "STBDATUM": "10.07.1928"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-354"}, "ids-in-source": {"g55": "01-354"}}, "raw": {"DAY": "1-1-1857", "HOUR": "12 h. 30", "NAME": "MALLAT Antonin", "PLACE": "Vichy (Allier)."}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2555	manouvriez-anatole-1848-06-05	{"a2": "468", "g55": "01-356", "afd5": "670"}	{"g55": "01-356", "lerrcp": "A2-468", "muller": "M5-670"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Anatole", "family": "Manouvriez", "spouse": [], "official": {"given": "Anatole Hippolyte Alphée", "family": null}}	\N	{"lmt": null, "tzo": "+00:14:06", "date": "1848-06-05 23:45", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.52506, "lat": 50.35909, "name": "Valenciennes", "geoid": 2971041}, "notime": null, "date-ut": "1848-06-05 23:32:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Anatole", "family": "Manouvriez"}, "birth": {"tzo": "+00:14:06", "date": "1848-06-05 23:46:46", "place": {"c2": "59", "cy": "FR", "lg": 3.52506, "lat": 50.35909, "name": "Valenciennes", "geoid": 2971041}, "date-ut": "1848-06-05 23:32:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-468"}, "ids-in-sources": {"a2": "468"}}, "raw": {"H": "23", "MN": "32", "TZ": "0", "COD": "59", "COU": "F", "DAY": "5", "LAT": "50N39", "LON": "3E 5", "MON": "6", "NUM": "468", "PRO": "S", "SEC": "40", "YEA": "1848", "CITY": "VALENCIENNES"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Manouvriez", "official": {"given": "Anatole Hippolyte Alphée"}}, "birth": {"date": "1848-06-05 23:45", "place": {"name": "Valenciennes"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "670"}}, "raw": {"NR": "670", "GNR": "SA2468", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1848", "KORR": "", "MARS": "20", "MODE": "LMT", "MOND": "20", "NAME": "MANOUVRIEZ (ANATOLE HIPPOLYTE ALPHÉE).", "AUFAB": "7.10", "PHAS_": "15.200", "SONNE": "27", "VENUS": "29", "BREITE": "50 N 39", "GEBORT": "Valenciennes (Nord)", "LAENGE": "003 E 05", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "35", "GEBZEIT": "23.45", "JUPITER": "21", "ELECTAGE": "37,2", "ELECTDAT": "11.08.1885", "GEBDATUM": "05.06.1848", "STBDATUM": "08.08.1917"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-356"}, "ids-in-source": {"g55": "01-356"}}, "raw": {"DAY": "5-6-1848", "HOUR": "23 h. 45", "NAME": "MANOUVRIEZ Anatole", "PLACE": "Valenciennes (Nord)."}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2558	marchoux-francois-1862-03-24	{"a2": "471", "g55": "01-359", "afd5": "675"}	{"g55": "01-359", "lerrcp": "A2-471", "muller": "M5-675"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "François", "family": "Marchoux", "spouse": [], "official": {"given": "François Emile Gabriel", "family": null}}	\N	{"lmt": null, "tzo": "+00:00:40", "date": "1862-03-24 19:00", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": 0.16667, "lat": 45.65, "name": "Saint-Amant de Boixe", "geoid": 0}, "notime": null, "date-ut": "1862-03-24 18:59:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "François", "family": "Marchoux"}, "birth": {"tzo": "+00:00:40", "date": "1862-03-24 19:00", "place": {"c2": "16", "cy": "FR", "lg": 0.16667, "lat": 45.65, "name": "Saint-Amant-de-Boi", "geoid": 0}, "date-ut": "1862-03-24 18:59:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-471"}, "ids-in-sources": {"a2": "471"}}, "raw": {"H": "18", "MN": "59", "TZ": "0", "COD": "16", "COU": "F", "DAY": "24", "LAT": "45N39", "LON": "0E10", "MON": "3", "NUM": "471", "PRO": "S", "SEC": "20", "YEA": "1862", "CITY": "ST-AMANT-DE-BOI"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Marchoux", "official": {"given": "François Emile Gabriel"}}, "birth": {"date": "1862-03-24 19:00", "place": {"name": "Saint-Amant-de-Boixe"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "675"}}, "raw": {"NR": "675", "GNR": "SA2471", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1862", "KORR": "", "MARS": "27", "MODE": "LMT", "MOND": "26", "NAME": "MARCHOUX (FRANÇOIS EMILE GABRIEL).", "AUFAB": "-11.00", "PHAS_": "38.100", "SONNE": "20", "VENUS": "23", "BREITE": "45 N 39", "GEBORT": "Saint-Amant-de-Boixe (Charente)", "LAENGE": "000 E 10", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "4", "GEBZEIT": "19.00", "JUPITER": "3", "ELECTAGE": "63,8", "ELECTDAT": "22.12.1925", "GEBDATUM": "24.03.1862", "STBDATUM": "19.08.1943"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Amant de Boixe"}}, "partial-ids": {"g55": "01-359"}, "ids-in-source": {"g55": "01-359"}}, "raw": {"DAY": "24-3-1862", "HOUR": "19 h.", "NAME": "MARCHOUX François", "PLACE": "Saint-Amant de Boixe (Char.)."}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2560	marfan-jean-1858-06-23	{"a2": "473", "g55": "01-361", "afd5": "677"}	{"g55": "01-361", "lerrcp": "A2-473", "muller": "M5-677"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Marfan", "spouse": [], "official": {"given": "Antonin Bernard Jean", "family": null}}	\N	{"lmt": null, "tzo": "+00:07:49", "date": "1858-06-23 02:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 1.95339, "lat": 43.31814, "name": "Castelnaudary", "geoid": 3028351}, "notime": null, "date-ut": "1858-06-23 01:50:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Marfan"}, "birth": {"tzo": "+00:07:49", "date": "1858-06-23 02:00", "place": {"c2": "11", "cy": "FR", "lg": 1.95339, "lat": 43.31814, "name": "Castelnaudary", "geoid": 3028351}, "date-ut": "1858-06-23 01:50:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-473"}, "ids-in-sources": {"a2": "473"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "23", "LAT": "43N12", "LON": "2E21", "MON": "6", "NUM": "473", "PRO": "S", "SEC": "36", "YEA": "1858", "CITY": "CASTELNAUDARY"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Marfan", "official": {"given": "Antonin Bernard Jean"}}, "birth": {"date": "1858-06-23 02:00", "place": {"name": "Castelnaudary"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "677"}}, "raw": {"NR": "677", "GNR": "SA2473", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1858", "KORR": "", "MARS": "19", "MODE": "LMT", "MOND": "19", "NAME": "MARFAN (ANTONIN BERNARD JEAN).", "AUFAB": "6.40", "PHAS_": "89.800", "SONNE": "32", "VENUS": "27", "BREITE": "43 N 12", "GEBORT": "Castelnaudary (Aude)", "LAENGE": "002 E 21", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "28", "GEBZEIT": "02.00", "JUPITER": "35", "ELECTAGE": "56,1", "ELECTDAT": "30.06.1914", "GEBDATUM": "23.06.1858", "STBDATUM": "11.02.1942"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-361"}, "ids-in-source": {"g55": "01-361"}}, "raw": {"DAY": "23-6-1858", "HOUR": "2 h.", "NAME": "MARFAN Jean", "PLACE": "Castelnaudary (Aude)."}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2562	marion-jean-1869-06-01	{"a2": "475", "g55": "01-362", "afd5": "681"}	{"g55": "01-362", "lerrcp": "A2-475", "muller": "M5-681"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Marion", "spouse": [], "official": {"given": "Georges Jean-Baptiste Camille", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:54", "date": "1869-06-01 12:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 4.97327, "lat": 47.2451, "name": "Fixin", "geoid": 3018441}, "notime": null, "date-ut": "1869-06-01 11:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Marion"}, "birth": {"tzo": "+00:19:54", "date": "1869-06-01 12:00", "place": {"c2": "21", "cy": "FR", "lg": 4.97327, "lat": 47.2451, "name": "Fixin", "geoid": 3018441}, "date-ut": "1869-06-01 11:39:52"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-475"}, "ids-in-sources": {"a2": "475"}}, "raw": {"H": "11", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "1", "LAT": "47N19", "LON": "5E 2", "MON": "6", "NUM": "475", "PRO": "S", "SEC": "52", "YEA": "1869", "CITY": "FIXIN"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Marion", "official": {"given": "Georges Jean-Baptiste Camille"}}, "birth": {"date": "1869-06-01 12:00", "place": {"name": "Fixin"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "681"}}, "raw": {"NR": "681", "GNR": "SA2475", "JU_": "2", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1869", "KORR": "", "MARS": "2", "MODE": "LMT", "MOND": "20", "NAME": "MARION (GEORGES JEAN-BAPTISTE CAMILLE).", "AUFAB": "-9.10", "PHAS_": "62.400", "SONNE": "10", "VENUS": "9", "BREITE": "47 N 19", "GEBORT": "Fixin (Côte-d'Or)", "LAENGE": "005 E 02", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "27", "GEBZEIT": "12.00", "JUPITER": "12", "ELECTAGE": "65,0", "ELECTDAT": "29.05.1934", "GEBDATUM": "01.06.1869", "STBDATUM": "17.10.1960"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-362"}, "ids-in-source": {"g55": "01-362"}}, "raw": {"DAY": "1-6-1869", "HOUR": "12 h.", "NAME": "MARION Jean", "PLACE": "Fixin (Côte-d’Or)."}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2564	marquez-pierre-1822-09-08	{"a2": "477", "g55": "01-364", "afd5": "683"}	{"g55": "01-364", "lerrcp": "A2-477", "muller": "M5-683"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre", "family": "Marquez", "spouse": [], "official": {"given": "Pierre Nicolas Marie Omer", "family": null}}	\N	{"lmt": null, "tzo": "+00:30:07", "date": "1822-09-08 19:30", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.52795, "lat": 48.01783, "name": "Neuf-Brisach", "geoid": 2990683}, "notime": null, "date-ut": "1822-09-08 19:00:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Marquez"}, "birth": {"tzo": "+00:30:07", "date": "1822-09-08 19:30", "place": {"c2": "68", "cy": "FR", "lg": 7.52795, "lat": 48.01783, "name": "Neuf-Brisach", "geoid": 2990683}, "date-ut": "1822-09-08 19:00:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-477"}, "ids-in-sources": {"a2": "477"}}, "raw": {"H": "19", "MN": "0", "TZ": "0", "COD": "68", "COU": "F", "DAY": "8", "LAT": "48N 5", "LON": "7E21", "MON": "9", "NUM": "477", "PRO": "S", "SEC": "36", "YEA": "1822", "CITY": "NEUF-BRISACH"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Marquez", "official": {"given": "Pierre Nicolas Marie Omer"}}, "birth": {"date": "1822-09-08 19:30", "place": {"name": "Neuf-Brisach"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "683"}}, "raw": {"NR": "683", "GNR": "SA2477", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1822", "KORR": "", "MARS": "18", "MODE": "LMT", "MOND": "31", "NAME": "MARQUEZ (PIERRE NICOLAS MARIE OMER).", "AUFAB": "-11.30", "PHAS_": "54.600", "SONNE": "20", "VENUS": "22", "BREITE": "48 N 05", "GEBORT": "Neuf-Brisach (Haut-Rhin)", "LAENGE": "007 E 21", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "35", "GEBZEIT": "19.30", "JUPITER": "32", "ELECTAGE": "64,7", "ELECTDAT": "10.05.1887", "GEBDATUM": "08.09.1822", "STBDATUM": "04.03.1915"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-364"}, "ids-in-source": {"g55": "01-364"}}, "raw": {"DAY": "8-9-1822", "HOUR": "19 h. 30", "NAME": "MARQUEZ Pierre", "PLACE": ". Neufbrisach (Haut-Rhin)."}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2568	martin-louis-1864-09-20	{"a2": "481", "g55": "01-368", "afd5": "689"}	{"g55": "01-368", "lerrcp": "A2-481", "muller": "M5-689"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Martin", "spouse": [], "official": {"given": "Louis", "family": null}}	\N	{"lmt": null, "tzo": "+00:15:32", "date": "1864-09-20 05:00", "note": null, "place": {"c1": null, "c2": "43", "c3": null, "cy": "FR", "lg": 3.88333, "lat": 45.05, "name": "Le Puy", "geoid": 0}, "notime": null, "date-ut": "1864-09-20 04:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Martin"}, "birth": {"tzo": "+00:15:32", "date": "1864-09-20 05:00", "place": {"c2": "43", "cy": "FR", "lg": 3.88333, "lat": 45.05, "name": "Le Puy", "geoid": 0}, "date-ut": "1864-09-20 04:44:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-481"}, "ids-in-sources": {"a2": "481"}}, "raw": {"H": "4", "MN": "44", "TZ": "0", "COD": "43", "COU": "F", "DAY": "20", "LAT": "45N 3", "LON": "3E53", "MON": "9", "NUM": "481", "PRO": "S", "SEC": "28", "YEA": "1864", "CITY": "LE PUY"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Martin", "official": {"given": "Louis"}}, "birth": {"date": "1864-09-20 05:00", "place": {"name": "le Puy"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "689"}}, "raw": {"NR": "689", "GNR": "SA2481", "JU_": "1", "MA_": "2", "MO_": "2", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1864", "KORR": "", "MARS": "10", "MODE": "LMT", "MOND": "11", "NAME": "MARTIN (LOUIS).", "AUFAB": "-8.60", "PHAS_": "77.900", "SONNE": "35", "VENUS": "33", "BREITE": "45 N 03", "GEBORT": "le Puy (Haute-Loire)", "LAENGE": "003 E 53", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "33", "GEBZEIT": "05.00", "JUPITER": "29", "ELECTAGE": "54,5", "ELECTDAT": "25.02.1919", "GEBDATUM": "20.09.1864", "STBDATUM": "13.06.1946"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Le Puy"}}, "partial-ids": {"g55": "01-368"}, "ids-in-source": {"g55": "01-368"}}, "raw": {"DAY": "20-9-1864", "HOUR": "5 h.", "NAME": "* MARTIN Louis", "PLACE": "Le Puy (Haute-Loire)."}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2570	marvaud-angel-1844-05-21	{"a2": "483", "g55": "01-369", "afd5": "691"}	{"g55": "01-369", "lerrcp": "A2-483", "muller": "M5-691"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Angel", "family": "Marvaud", "spouse": [], "official": {"given": "Angel Joseph Louis", "family": null}}	\N	{"lmt": null, "tzo": "-00:02:05", "date": "1844-05-21 01:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -0.52133, "lat": 45.94408, "name": "Saint-Jean-d'Angély", "geoid": 2979363}, "notime": null, "date-ut": "1844-05-21 01:04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Angel", "family": "Marvaud"}, "birth": {"tzo": "-00:02:05", "date": "1844-05-21 01:00", "place": {"c2": "17", "cy": "FR", "lg": -0.52133, "lat": 45.94408, "name": "Saint-Jean-d'Angély", "geoid": 2979363}, "date-ut": "1844-05-21 01:04:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-483"}, "ids-in-sources": {"a2": "483"}}, "raw": {"H": "1", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "21", "LAT": "46N 9", "LON": "1W10", "MON": "5", "NUM": "483", "PRO": "S", "SEC": "40", "YEA": "1844", "CITY": "ST-JEAN-D'ANGELY"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Marvaud", "official": {"given": "Angel Joseph Louis"}}, "birth": {"date": "1844-05-21 01:00", "place": {"name": "Saint-Jean-d'Angély"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "691"}}, "raw": {"NR": "691", "GNR": "SA2483", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1844", "KORR": "", "MARS": "26", "MODE": "LMT", "MOND": "24", "NAME": "MARVAUD (ANGEL JOSEPH LOUIS).", "AUFAB": "5.40", "PHAS_": "11.600", "SONNE": "30", "VENUS": "23", "BREITE": "46 N 09", "GEBORT": "Saint-Jean-d'Angély (Charente-Inf.", "LAENGE": "001 W 10", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "2", "GEBZEIT": "01.00", "JUPITER": "35", "ELECTAGE": "54,1", "ELECTDAT": "07.06.1898", "GEBDATUM": "21.05.1844", "STBDATUM": "04.11.1902"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-369"}, "ids-in-source": {"g55": "01-369"}}, "raw": {"DAY": "21-5-1844", "HOUR": "1 h.", "NAME": "MARVAUD Angel", "PLACE": "Saint-Jean-d’Angely (Ch.-Maritime)."}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2573	mathis-constant-1871-09-19	{"a2": "486", "g55": "01-372", "afd5": "696"}	{"g55": "01-372", "lerrcp": "A2-486", "muller": "M5-696"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Constant", "family": "Mathis", "spouse": [], "official": {"given": "Constant Jean", "family": null}}	\N	{"lmt": null, "tzo": "+00:23:23", "date": "1871-09-19 13:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.84766, "lat": 43.1399, "name": "Ollioules", "geoid": 2989590}, "notime": null, "date-ut": "1871-09-19 12:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Constant", "family": "Mathis"}, "birth": {"tzo": "+00:23:23", "date": "1871-09-19 13:00", "place": {"c2": "83", "cy": "FR", "lg": 5.84766, "lat": 43.1399, "name": "Ollioules", "geoid": 2989590}, "date-ut": "1871-09-19 12:34:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-486"}, "ids-in-sources": {"a2": "486"}}, "raw": {"H": "12", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "19", "LAT": "43N32", "LON": "6E28", "MON": "9", "NUM": "486", "PRO": "S", "SEC": "8", "YEA": "1871", "CITY": "OLLIOULES"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Mathis", "official": {"given": "Constant Jean"}}, "birth": {"date": "1871-09-19 13:00", "place": {"name": "Ollioules"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "696"}}, "raw": {"NR": "696", "GNR": "SA2486", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1871", "KORR": "", "MARS": "4", "MODE": "LMT", "MOND": "4", "NAME": "MATHIS (CONSTANT JEAN).", "AUFAB": "8.40", "PHAS_": "20.900", "SONNE": "11", "VENUS": "11", "BREITE": "43 N 32", "GEBORT": "Ollioules (Var)", "LAENGE": "006 E 28", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "35", "GEBZEIT": "13.00", "JUPITER": "16", "ELECTAGE": "57,2", "ELECTDAT": "27.11.1928", "GEBDATUM": "19.09.1871", "STBDATUM": "18.01.1956"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-372"}, "ids-in-source": {"g55": "01-372"}}, "raw": {"DAY": "19-9-1871", "HOUR": "13 h.", "NAME": "MATHIS Constant Jean", "PLACE": "Ollioules (Var)."}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2575	maunoury-victor-1850-10-05	{"a2": "488", "g55": "01-373", "afd5": "698"}	{"g55": "01-373", "lerrcp": "A2-488", "muller": "M5-698"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Victor", "family": "Maunoury", "spouse": [], "official": {"given": "Victor Gabriel", "family": null}}	\N	{"lmt": null, "tzo": "+00:05:57", "date": "1850-10-05 03:00", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 1.48925, "lat": 48.44685, "name": "Chartres", "geoid": 3026467}, "notime": null, "date-ut": "1850-10-05 02:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Maunoury"}, "birth": {"tzo": "+00:05:57", "date": "1850-10-05 03:00", "place": {"c2": "28", "cy": "FR", "lg": 1.48925, "lat": 48.44685, "name": "Chartres", "geoid": 3026467}, "date-ut": "1850-10-05 02:54"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-488"}, "ids-in-sources": {"a2": "488"}}, "raw": {"H": "2", "MN": "54", "TZ": "0", "COD": "28", "COU": "F", "DAY": "5", "LAT": "48N27", "LON": "1E30", "MON": "10", "NUM": "488", "PRO": "S", "SEC": "0", "YEA": "1850", "CITY": "CHARTRES"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Maunoury", "official": {"given": "Victor Gabriel"}}, "birth": {"date": "1850-10-05 03:00", "place": {"name": "Chartres"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "698"}}, "raw": {"NR": "698", "GNR": "SA2488", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "4", "JAHR": "1850", "KORR": "", "MARS": "30", "MODE": "LMT", "MOND": "33", "NAME": "MAUNOURY (VICTOR GABRIEL).", "AUFAB": "-3.10", "PHAS_": "0.600", "SONNE": "32", "VENUS": "28", "BREITE": "48 N 27", "GEBORT": "Chartres (Eure-et-Loir)", "LAENGE": "001 E 30", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "13", "GEBZEIT": "03.00", "JUPITER": "33", "ELECTAGE": "53,5", "ELECTDAT": "22.03.1904", "GEBDATUM": "05.10.1850", "STBDATUM": "05.01.1926"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-373"}, "ids-in-source": {"g55": "01-373"}}, "raw": {"DAY": "5-10-1850", "HOUR": "3 h.", "NAME": "MAUNOURY Victor Gabriel", "PLACE": "Charires (Eure-et-Loire)."}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2580	megnin-jean-1828-01-16	{"a2": "493", "afd5": "704"}	{"lerrcp": "A2-493", "muller": "M5-704"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Mégnin", "spouse": [], "official": {"given": "Jean Pierre", "family": null}}	\N	{"lmt": null, "tzo": "+00:27:32", "date": "1828-01-16 09:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.88242, "lat": 47.44284, "name": "Hérimoncourt", "geoid": 3013448}, "notime": null, "date-ut": "1828-01-16 08:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Megnin"}, "birth": {"tzo": "+00:27:32", "date": "1828-01-16 09:03:24", "place": {"c2": "25", "cy": "FR", "lg": 6.88242, "lat": 47.44284, "name": "Hérimoncourt", "geoid": 3013448}, "date-ut": "1828-01-16 08:35:52"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-493"}, "ids-in-sources": {"a2": "493"}}, "raw": {"H": "8", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "16", "LAT": "47N15", "LON": "6E 2", "MON": "1", "NUM": "493", "PRO": "S", "SEC": "52", "YEA": "1828", "CITY": "HERIMONCOURT"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Mégnin", "official": {"given": "Jean Pierre"}}, "birth": {"date": "1828-01-16 09:00", "place": {"name": "Hérimoncourt"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "704"}}, "raw": {"NR": "704", "GNR": "SA2493", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1828", "KORR": "", "MARS": "13", "MODE": "LMT", "MOND": "5", "NAME": "MÉGNIN (JEAN PIERRE).", "AUFAB": "-4.50", "PHAS_": "1.800", "SONNE": "3", "VENUS": "36", "BREITE": "47 N 15", "GEBORT": "Hérimoncourt (Doubs)", "LAENGE": "006 E 02", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "22", "GEBZEIT": "09.00", "JUPITER": "13", "ELECTAGE": "65,9", "ELECTDAT": "05.12.1893", "GEBDATUM": "16.01.1828", "STBDATUM": "30.12.1905"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2578	mauricet-alphonse-1833-01-07	{"a2": "491", "g55": "01-376", "afd5": "701"}	{"g55": "01-376", "lerrcp": "A2-491", "muller": "M5-701"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alphonse", "family": "Mauricet", "spouse": [], "official": {"given": "Alphonse", "family": null}}	\N	{"lmt": null, "tzo": "-00:11:03", "date": "1833-01-07 01:00", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -2.76205, "lat": 47.65688, "name": "Vannes", "geoid": 2970777}, "notime": null, "date-ut": "1833-01-07 01:10:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Mauricet"}, "birth": {"tzo": "-00:11:03", "date": "1833-01-07 01:00", "place": {"c2": "56", "cy": "FR", "lg": -2.76205, "lat": 47.65688, "name": "Vannes", "geoid": 2970777}, "date-ut": "1833-01-07 01:10:56"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-491"}, "ids-in-sources": {"a2": "491"}}, "raw": {"H": "1", "MN": "10", "TZ": "0", "COD": "56", "COU": "F", "DAY": "7", "LAT": "47N40", "LON": "2W44", "MON": "1", "NUM": "491", "PRO": "S", "SEC": "56", "YEA": "1833", "CITY": "VANNES"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Mauricet", "official": {"given": "Alphonse"}}, "birth": {"date": "1833-01-07 01:00", "place": {"name": "Vannes"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "701"}}, "raw": {"NR": "701", "GNR": "SA2491", "JU_": "0", "MA_": "0", "MO_": "2", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1833", "KORR": "", "MARS": "15", "MODE": "LMT", "MOND": "10", "NAME": "MAURICET (ALPHONSE).", "AUFAB": "-0.50", "PHAS_": "99.300", "SONNE": "29", "VENUS": "25", "BREITE": "47 N 40", "GEBORT": "Vannes (Morbihan)", "LAENGE": "002 W 44", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "4", "GEBZEIT": "01.00", "JUPITER": "22", "ELECTAGE": "54,4", "ELECTDAT": "31.05.1887", "GEBDATUM": "07.01.1833", "STBDATUM": "03.08.1899"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-376"}, "ids-in-source": {"g55": "01-376"}}, "raw": {"DAY": "7-1-1833", "HOUR": "1 h.", "NAME": "MAURICET Alphonse", "PLACE": "Vannes (Morbihan)."}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2585	merget-antoine-1819-08-16	{"a2": "498", "afd5": "712"}	{"lerrcp": "A2-498", "muller": "M5-712"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Antoine", "family": "Merget", "spouse": [], "official": {"given": "Antoine Eugène", "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1819-08-16 08:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1819-08-16 07:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Merget"}, "birth": {"tzo": "-00:02:19", "date": "1819-08-16 07:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1819-08-16 07:57:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-498"}, "ids-in-sources": {"a2": "498"}}, "raw": {"H": "7", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "16", "LAT": "44N50", "LON": "0W34", "MON": "8", "NUM": "498", "PRO": "S", "SEC": "36", "YEA": "1819", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Merget", "official": {"given": "Antoine Eugène"}}, "birth": {"date": "1819-08-16 08:00", "place": {"name": "Bordeaux"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "712"}}, "raw": {"NR": "712", "GNR": "SA2498", "JU_": "0", "MA_": "2", "MO_": "2", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1819", "KORR": "", "MARS": "10", "MODE": "LMT", "MOND": "9", "NAME": "MERGET (ANTOINE EUGENE).", "AUFAB": "-8.20", "PHAS_": "20.400", "SONNE": "4", "VENUS": "6", "BREITE": "44 N 50", "GEBORT": "Bordeaux (Gironde)", "LAENGE": "000 W 34", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "18", "GEBZEIT": "08.00", "JUPITER": "23", "ELECTAGE": "71,6", "ELECTDAT": "03.03.1891", "GEBDATUM": "16.08.1819", "STBDATUM": "21.12.1893"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2582	meillere-gedeon-1860-01-10	{"a2": "495", "g55": "01-378", "afd5": "706"}	{"g55": "01-378", "lerrcp": "A2-495", "muller": "M5-706"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Gedeon", "family": "Meillere", "spouse": [], "official": {"given": "Jean Pierre Gédéon", "family": null}}	\N	{"lmt": null, "tzo": "+00:27:25", "date": "1860-01-10 02:30", "note": null, "place": {"c1": null, "c2": "90", "c3": null, "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "notime": null, "date-ut": "1860-01-10 02:02:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gedeon", "family": "Meillere"}, "birth": {"tzo": "+00:27:25", "date": "1860-01-10 02:30", "place": {"c2": "90", "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "date-ut": "1860-01-10 02:02:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-495"}, "ids-in-sources": {"a2": "495"}}, "raw": {"H": "2", "MN": "2", "TZ": "0", "COD": "90", "COU": "F", "DAY": "10", "LAT": "47N38", "LON": "6E52", "MON": "1", "NUM": "495", "PRO": "S", "SEC": "32", "YEA": "1860", "CITY": "BELFORT"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Meillere", "official": {"given": "Jean Pierre Gédéon"}}, "birth": {"date": "1860-01-10 02:30", "place": {"name": "Belfort"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "706"}}, "raw": {"NR": "706", "GNR": "SA2495", "JU_": "2", "MA_": "2", "MO_": "2", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1860", "KORR": "", "MARS": "36", "MODE": "LMT", "MOND": "11", "NAME": "MEILLERE (JEAN PIERRE GÉDÉON).", "AUFAB": "-2.50", "PHAS_": "97.300", "SONNE": "30", "VENUS": "28", "BREITE": "47 N 38", "GEBORT": "Belfort (Haut-Rhin) [Territoire-de", "LAENGE": "006 E 52", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "9", "GEBZEIT": "02.30", "JUPITER": "12", "ELECTAGE": "49,1", "ELECTDAT": "16.02.1909", "GEBDATUM": "10.01.1860", "STBDATUM": "07.10.1934"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-378"}, "ids-in-source": {"g55": "01-378"}}, "raw": {"DAY": "10-1-1860", "HOUR": "2 h. 30", "NAME": "MEILLERE Gedéon", "PLACE": "Belfort (Territoire de Belfort)."}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2584	mercier-raoul-1871-01-04	{"a2": "497", "g55": "01-381", "afd5": "710"}	{"g55": "01-381", "lerrcp": "A2-497", "muller": "M5-710"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Raoul", "family": "Mercier", "spouse": [], "official": {"given": "Raoul Gabriel", "family": null}}	\N	{"lmt": null, "tzo": "-00:02:08", "date": "1871-01-04 18:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.53333, "lat": 47.46667, "name": "Vernoille-Fourrier", "geoid": 0}, "notime": null, "date-ut": "1871-01-04 18:02:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Raoul", "family": "Mercier"}, "birth": {"tzo": "-00:02:08", "date": "1871-01-04 18:00", "place": {"c2": "49", "cy": "FR", "lg": -0.53333, "lat": 47.46667, "name": "Vernoille-Fourr", "geoid": 0}, "date-ut": "1871-01-04 18:02:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-497"}, "ids-in-sources": {"a2": "497"}}, "raw": {"H": "18", "MN": "2", "TZ": "0", "COD": "49", "COU": "F", "DAY": "4", "LAT": "47N28", "LON": "0W32", "MON": "1", "NUM": "497", "PRO": "S", "SEC": "8", "YEA": "1871", "CITY": "VERNOILLE-FOURR"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Mercier", "official": {"given": "Raoul Gabriel"}}, "birth": {"date": "1871-01-04 18:00", "place": {"name": "Vernoil-le-Fourrier"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "710"}}, "raw": {"NR": "710", "GNR": "SA2497", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1871", "KORR": "", "MARS": "29", "MODE": "LMT", "MOND": "4", "NAME": "MERCIER (RAOUL GABRIEL).", "AUFAB": "5.70", "PHAS_": "92.300", "SONNE": "20", "VENUS": "20", "BREITE": "47 N 28", "GEBORT": "Vernoil-le-Fourrier (Maine-et-Loir", "LAENGE": "000 W 32", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "21", "GEBZEIT": "18.00", "JUPITER": "5", "ELECTAGE": "49,3", "ELECTDAT": "27.04.1920", "GEBDATUM": "04.01.1871", "STBDATUM": "26.09.1958"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Vernoille-Fourrier"}}, "partial-ids": {"g55": "01-381"}, "ids-in-source": {"g55": "01-381"}}, "raw": {"DAY": "4-1-1871", "HOUR": "18 h.", "NAME": "MERCIER Raoul", "PLACE": "Vernoille-Fourrier (Maine-et-Loire)."}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2587	mery-charles-1862-10-17	{"a2": "500", "g55": "01-384", "afd5": "717"}	{"g55": "01-384", "lerrcp": "A2-500", "muller": "M5-717"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles", "family": "Méry", "spouse": [], "official": {"given": "Charles Henry", "family": null}}	\N	{"lmt": null, "tzo": "+00:05:57", "date": "1862-10-17 17:30", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 1.48925, "lat": 48.44685, "name": "Chartres", "geoid": 3026467}, "notime": null, "date-ut": "1862-10-17 17:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Mery"}, "birth": {"tzo": "+00:05:57", "date": "1862-10-17 17:30", "place": {"c2": "28", "cy": "FR", "lg": 1.48925, "lat": 48.44685, "name": "Chartres", "geoid": 3026467}, "date-ut": "1862-10-17 17:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-500"}, "ids-in-sources": {"a2": "500"}}, "raw": {"H": "17", "MN": "24", "TZ": "0", "COD": "28", "COU": "F", "DAY": "17", "LAT": "48N27", "LON": "1E30", "MON": "10", "NUM": "500", "PRO": "S", "SEC": "0", "YEA": "1862", "CITY": "CHARTRES"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Méry", "official": {"given": "Charles Henry"}}, "birth": {"date": "1862-10-17 17:30", "place": {"name": "Chartres"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "717"}}, "raw": {"NR": "717", "GNR": "SA2500", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "4", "JAHR": "1862", "KORR": "", "MARS": "1", "MODE": "LMT", "MOND": "24", "NAME": "MÉRY (CHARLES HENRY).", "AUFAB": "-9.60", "PHAS_": "40.400", "SONNE": "19", "VENUS": "20", "BREITE": "48 N 27", "GEBORT": "Chartres (Eure-et-Loir)", "LAENGE": "001 E 30", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "20", "GEBZEIT": "17.30", "JUPITER": "20", "ELECTAGE": "59,2", "ELECTDAT": "06.12.1921", "GEBDATUM": "17.10.1862", "STBDATUM": "11.07.1927"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-384"}, "ids-in-source": {"g55": "01-384"}}, "raw": {"DAY": "17-10-1862", "HOUR": "17 h. 30", "NAME": "MERY Charles", "PLACE": "Chartres (Eure-et-Loire)."}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2589	mesnil-felix-1868-12-12	{"a2": "502", "g55": "01-386", "afd5": "719"}	{"g55": "01-386", "lerrcp": "A2-502", "muller": "M5-719"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Félix", "family": "Mesnil", "spouse": [], "official": {"given": "Félix Etienne Pierre", "family": null}}	\N	{"lmt": null, "tzo": "-00:04:20", "date": "1868-12-12 23:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Omonville-la-Petite", "geoid": 0}, "notime": null, "date-ut": "1868-12-12 23:04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Mesnil"}, "birth": {"tzo": "-00:04:20", "date": "1868-12-12 23:00", "place": {"c2": "50", "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Omonville-la-Pe", "geoid": 0}, "date-ut": "1868-12-12 23:04:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-502"}, "ids-in-sources": {"a2": "502"}}, "raw": {"H": "23", "MN": "4", "TZ": "0", "COD": "50", "COU": "F", "DAY": "12", "LAT": "49N 7", "LON": "1W 5", "MON": "12", "NUM": "502", "PRO": "S", "SEC": "20", "YEA": "1868", "CITY": "OMONVILLE-LA-PE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Mesnil", "official": {"given": "Félix Etienne Pierre"}}, "birth": {"date": "1868-12-12 23:00", "place": {"name": "Omonville-la-Petite"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "719"}}, "raw": {"NR": "719", "GNR": "SA2502", "JU_": "0", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1868", "KORR": "", "MARS": "2", "MODE": "LMT", "MOND": "27", "NAME": "MESNIL (FÉLIX ETIENNE PIERRE).", "AUFAB": "-5.60", "PHAS_": "4.900", "SONNE": "26", "VENUS": "29", "BREITE": "49 N 07", "GEBORT": "Omonville-la-Petite (Manche)", "LAENGE": "001 W 05", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "27", "GEBZEIT": "23.00", "JUPITER": "16", "ELECTAGE": "62,6", "ELECTDAT": "30.06.1931", "GEBDATUM": "12.12.1868", "STBDATUM": "15.02.1938"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Omonville-la-Petite"}}, "partial-ids": {"g55": "01-386"}, "ids-in-source": {"g55": "01-386"}}, "raw": {"DAY": "12-12-1868", "HOUR": "23 h.", "NAME": "* MESNIL Félix", "PLACE": "Omonville-la-Petite (Manche)."}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2595	mondor-henri-1885-05-20	{"a2": "508", "g55": "02-364", "afd5": "730"}	{"g55": "02-364", "lerrcp": "A2-508", "muller": "M5-730"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri", "family": "Mondor", "spouse": [], "official": {"given": "Henri Jean", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:44", "date": "1885-05-20 05:00", "note": null, "place": {"c1": null, "c2": "15", "c3": null, "cy": "FR", "lg": 2.43333, "lat": 44.93333, "name": "Cernin", "geoid": 0}, "notime": null, "date-ut": "1885-05-20 04:50:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Mondor"}, "birth": {"tzo": "+00:09:44", "date": "1885-05-20 05:00", "place": {"c2": "15", "cy": "FR", "lg": 2.43333, "lat": 44.93333, "name": "Cernin", "geoid": 0}, "date-ut": "1885-05-20 04:50:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-508"}, "ids-in-sources": {"a2": "508"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "15", "COU": "F", "DAY": "20", "LAT": "44N56", "LON": "2E26", "MON": "5", "NUM": "508", "PRO": "S", "SEC": "16", "YEA": "1885", "CITY": "CERNIN"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Mondor", "official": {"given": "Henri Jean"}}, "birth": {"date": "1885-05-20 05:00", "place": {"name": "Saint-Cernin"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "730"}}, "raw": {"NR": "730", "GNR": "SA2508", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "0", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1885", "KORR": "", "MARS": "2", "MODE": "LMT", "MOND": "27", "NAME": "MONDOR (HENRI JEAN).", "AUFAB": "10.80", "PHAS_": "36.300", "SONNE": "1", "VENUS": "1", "BREITE": "44 N 56", "GEBORT": "Saint-Cernin (Cantal)", "LAENGE": "002 E 26", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "34", "GEBZEIT": "05.00", "JUPITER": "26", "ELECTAGE": "60,0", "ELECTDAT": "15.05.1945", "GEBDATUM": "20.05.1885", "STBDATUM": "06.04.1962"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Cernin"}}, "partial-ids": {"g55": "02-364"}, "ids-in-source": {"g55": "02-364"}}, "raw": {"DAY": "20-5-1885", "HOUR": "5 h.", "NAME": "MONDOR Henri", "PLACE": "Cernin (Cantal)."}, "date": "2023-08-20T14:48:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2593	mignot-antoine-1823-08-31	{"a2": "506", "g55": "01-390", "afd5": "726"}	{"g55": "01-390", "lerrcp": "A2-506", "muller": "M5-726"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Antoine", "family": "Mignot", "spouse": [], "official": {"given": "Antoine Anne René", "family": null}}	\N	{"lmt": null, "tzo": "+00:12:37", "date": "1823-08-31 19:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.15318, "lat": 46.23806, "name": "Chantelle", "geoid": 3026887}, "notime": null, "date-ut": "1823-08-30 23:46:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Mignot"}, "birth": {"tzo": "+00:12:37", "date": "1823-08-31 00:00", "place": {"c2": "03", "cy": "FR", "lg": 3.15318, "lat": 46.23806, "name": "Chantelle", "geoid": 3026887}, "date-ut": "1823-08-30 23:46:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-506"}, "ids-in-sources": {"a2": "506"}}, "raw": {"H": "23", "MN": "46", "TZ": "0", "COD": "03", "COU": "F", "DAY": "30", "LAT": "46N34", "LON": "3E20", "MON": "8", "NUM": "506", "PRO": "S", "SEC": "40", "YEA": "1823", "CITY": "CHANTELLE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Mignot", "official": {"given": "Antoine Anne René"}}, "birth": {"date": "1823-08-31 19:00", "place": {"name": "Chantelle"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "726"}}, "raw": {"NR": "726", "GNR": "SA2506", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "2", "JAHR": "1823", "KORR": "", "MARS": "23", "MODE": "LMT", "MOND": "25", "NAME": "MIGNOT (ANTOINE ANNE RENÉ).", "AUFAB": "-11.00", "PHAS_": "30.800", "SONNE": "19", "VENUS": "17", "BREITE": "46 N 34", "GEBORT": "Chantelle (Allier)", "LAENGE": "003 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "32", "GEBZEIT": "19.00", "JUPITER": "26", "ELECTAGE": "60,7", "ELECTDAT": "28.04.1884", "GEBDATUM": "31.08.1823", "STBDATUM": "19.02.1908"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-390"}, "ids-in-source": {"g55": "01-390"}}, "raw": {"DAY": "31-8-1823", "HOUR": "0 h.", "NAME": "MIGNOT Anioine", "PLACE": "Chantelle (Allier)."}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2594	mirallie-charles-1866-02-21	{"a2": "507", "g55": "01-391", "afd5": "727"}	{"g55": "01-391", "lerrcp": "A2-507", "muller": "M5-727"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles", "family": "Mirallié", "spouse": [], "official": {"given": "Charles Jean Joseph", "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1866-02-21 15:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1866-02-21 15:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Mirallie"}, "birth": {"tzo": "-00:06:13", "date": "1866-02-21 15:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1866-02-21 15:06:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-507"}, "ids-in-sources": {"a2": "507"}}, "raw": {"H": "15", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "21", "LAT": "47N13", "LON": "1W35", "MON": "2", "NUM": "507", "PRO": "S", "SEC": "20", "YEA": "1866", "CITY": "NANTES"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Mirallié", "official": {"given": "Charles Jean Joseph"}}, "birth": {"date": "1866-02-21 15:00", "place": {"name": "Nantes"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "727"}}, "raw": {"NR": "727", "GNR": "SA2507", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1866", "KORR": "", "MARS": "19", "MODE": "LMT", "MOND": "6", "NAME": "MIRALLIÉ (CHARLES JEAN JOSEPH).", "AUFAB": "10.70", "PHAS_": "36.600", "SONNE": "14", "VENUS": "14", "BREITE": "47 N 13", "GEBORT": "Nantes (Loire-Inférieure)", "LAENGE": "001 W 35", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "25", "GEBZEIT": "15.00", "JUPITER": "20", "ELECTAGE": "54,1", "ELECTDAT": "09.03.1920", "GEBDATUM": "21.02.1866", "STBDATUM": "18.10.1932"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-391"}, "ids-in-source": {"g55": "01-391"}}, "raw": {"DAY": "21-2-1866", "HOUR": "15 h.", "NAME": "MIRALLIE Charles", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:47:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2598	monod-henri-1843-05-18	{"a2": "511", "afd5": "734"}	{"lerrcp": "A2-511", "muller": "M5-734"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri", "family": "Monod", "spouse": [], "official": {"given": "Henri Charles", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1843-05-18 08:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1843-05-18 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Monod"}, "birth": {"tzo": "+00:09:24", "date": "1843-05-18 08:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1843-05-18 07:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-511"}, "ids-in-sources": {"a2": "511"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "18", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "511", "PRO": "S", "SEC": "40", "YEA": "1843", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Monod", "official": {"given": "Henri Charles"}}, "birth": {"date": "1843-05-18 08:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "734"}}, "raw": {"NR": "734", "GNR": "SA2511", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "4", "JAHR": "1843", "KORR": "", "MARS": "21", "MODE": "LMT", "MOND": "18", "NAME": "MONOD (HENRI CHARLES).", "AUFAB": "-7.90", "PHAS_": "80.100", "SONNE": "5", "VENUS": "7", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "18", "GEBZEIT": "08.00", "JUPITER": "13", "ELECTAGE": "49,1", "ELECTDAT": "21.06.1892", "GEBDATUM": "18.05.1843", "STBDATUM": "05.11.1911"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2599	monprofit-jacques-1857-10-07	{"a2": "512", "afd5": "736"}	{"lerrcp": "A2-512", "muller": "M5-736"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jacques", "family": "Monprofit", "spouse": [], "official": {"given": "Jacques Ambroise", "family": null}}	\N	{"lmt": null, "tzo": "-00:02:08", "date": "1857-10-07 07:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.53333, "lat": 47.46667, "name": "Saint-Georges-sur-Loire", "geoid": 0}, "notime": null, "date-ut": "1857-10-07 07:02:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Montprofit"}, "birth": {"tzo": "-00:02:08", "date": "1857-10-07 07:00", "place": {"c2": "49", "cy": "FR", "lg": -0.53333, "lat": 47.46667, "name": "Saint-Georges-sur-Lo", "geoid": 0}, "date-ut": "1857-10-07 07:02:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-512"}, "ids-in-sources": {"a2": "512"}}, "raw": {"H": "7", "MN": "2", "TZ": "0", "COD": "49", "COU": "F", "DAY": "7", "LAT": "47N28", "LON": "0W32", "MON": "10", "NUM": "512", "PRO": "S", "SEC": "8", "YEA": "1857", "CITY": "ST-GEORGES-S/LO"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Monprofit", "official": {"given": "Jacques Ambroise"}}, "birth": {"date": "1857-10-07 07:00", "place": {"name": "Saint-Georges-sur-Loire"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "736"}}, "raw": {"NR": "736", "GNR": "SA2512", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "2", "VE_": "1", "CODE": "3", "JAHR": "1857", "KORR": "", "MARS": "6", "MODE": "LMT", "MOND": "14", "NAME": "MONPROFIT (JACQUES AMBROISE).", "AUFAB": "-7.70", "PHAS_": "84.200", "SONNE": "2", "VENUS": "6", "BREITE": "47 N 28", "GEBORT": "Saint-Georges-sur-Loire (Maine-et-", "LAENGE": "000 W 32", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "10", "GEBZEIT": "07.00", "JUPITER": "16", "ELECTAGE": "52,5", "ELECTDAT": "22.03.1910", "GEBDATUM": "07.10.1857", "STBDATUM": "30.01.1922"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2600	moquin-tandon-christian-1804-05-07	{"a2": "513", "g55": "01-394", "afd5": "737"}	{"g55": "01-394", "lerrcp": "A2-513", "muller": "M5-737"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Christian", "family": "Moquin-Tandon", "spouse": [], "official": {"given": "Christian Horace Bénédict", "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1804-05-07 15:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1804-05-07 14:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Christian", "family": "Moquin-Tandon"}, "birth": {"tzo": "+00:15:30", "date": "1804-05-07 15:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1804-05-07 14:44:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-513"}, "ids-in-sources": {"a2": "513"}}, "raw": {"H": "14", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "7", "LAT": "43N37", "LON": "3E53", "MON": "5", "NUM": "513", "PRO": "S", "SEC": "28", "YEA": "1804", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Moquin-Tandon", "official": {"given": "Christian Horace Bénédict"}}, "birth": {"date": "1804-05-07 15:00", "place": {"name": "Montpellier"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "737"}}, "raw": {"NR": "737", "GNR": "SA2513", "JU_": "0", "MA_": "0", "MO_": "0", "SA_": "2", "SO_": "1", "VE_": "2", "CODE": "3", "JAHR": "1804", "KORR": "", "MARS": "17", "MODE": "LMT", "MOND": "16", "NAME": "MOQUIN-TANDON (CHRISTIAN HORACE BÉNÉDICT).", "AUFAB": "-8.30", "PHAS_": "10.700", "SONNE": "13", "VENUS": "9", "BREITE": "43 N 37", "GEBORT": "Montpellier (Hérault)", "LAENGE": "003 E 53", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "1", "GEBZEIT": "15.00", "JUPITER": "33", "ELECTAGE": "53,3", "ELECTDAT": "11.08.1857", "GEBDATUM": "07.05.1804", "STBDATUM": "15.04.1863"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-394"}, "ids-in-source": {"g55": "01-394"}}, "raw": {"DAY": "7-5-1804", "HOUR": "15 h.", "NAME": "* MOQUIN-TANDON Christian", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:47:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2603	mordret-ambroise-1822-10-28	{"a2": "516", "g55": "01-397", "afd5": "740"}	{"g55": "01-397", "lerrcp": "A2-516", "muller": "M5-740"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Ambroise", "family": "Mordret", "spouse": [], "official": {"given": "Ambroise Eusèbe", "family": null}}	\N	{"lmt": null, "tzo": "+00:00:49", "date": "1822-10-28 11:00", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "le Mans", "geoid": 3003603}, "notime": null, "date-ut": "1822-10-28 10:59:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ambroise", "family": "Mordret"}, "birth": {"tzo": "+00:00:49", "date": "1822-10-28 11:00", "place": {"c2": "72", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "date-ut": "1822-10-28 10:59:12"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-516"}, "ids-in-sources": {"a2": "516"}}, "raw": {"H": "10", "MN": "59", "TZ": "0", "COD": "72", "COU": "F", "DAY": "28", "LAT": "48N 1", "LON": "0E12", "MON": "10", "NUM": "516", "PRO": "S", "SEC": "12", "YEA": "1822", "CITY": "LE MANS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Mordret", "official": {"given": "Ambroise Eusèbe"}}, "birth": {"date": "1822-10-28 11:00", "place": {"name": "le Mans"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "740"}}, "raw": {"NR": "740", "GNR": "SA2516", "JU_": "0", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "2", "CODE": "3", "JAHR": "1822", "KORR": "", "MARS": "3", "MODE": "LMT", "MOND": "29", "NAME": "MORDRET (AMBROISE EUSEBE).", "AUFAB": "7.00", "PHAS_": "92.100", "SONNE": "8", "VENUS": "10", "BREITE": "48 N 01", "GEBORT": "le Mans (Sarthe)", "LAENGE": "000 E 12", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "26", "GEBZEIT": "11.00", "JUPITER": "22", "ELECTAGE": "65,6", "ELECTDAT": "08.05.1888", "GEBDATUM": "28.10.1822", "STBDATUM": "11.06.1904"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-397"}, "ids-in-source": {"g55": "01-397"}}, "raw": {"DAY": "28-10-1822", "HOUR": "11 h.", "NAME": "MORDRET Ambroise", "PLACE": "Le Mans (Sarthe)."}, "date": "2023-08-20T14:47:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2605	morvan-augustin-1819-02-07	{"a2": "518", "g55": "01-398", "afd5": "745"}	{"g55": "01-398", "lerrcp": "A2-518", "muller": "M5-745"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Augustin", "family": "Morvan", "spouse": [], "official": {"given": "Augustin Marie", "family": null}}	\N	{"lmt": null, "tzo": "-00:16:24", "date": "1819-02-07 11:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.1, "lat": 48, "name": "Lanilis", "geoid": 0}, "notime": null, "date-ut": "1819-02-07 11:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Augustin", "family": "Morvan"}, "birth": {"tzo": "-00:16:24", "date": "1819-02-07 11:00", "place": {"c2": "29", "cy": "FR", "lg": -4.1, "lat": 48, "name": "Lanilis", "geoid": 0}, "date-ut": "1819-02-07 11:16:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-518"}, "ids-in-sources": {"a2": "518"}}, "raw": {"H": "11", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "7", "LAT": "48N 0", "LON": "4W 6", "MON": "2", "NUM": "518", "PRO": "S", "SEC": "24", "YEA": "1819", "CITY": "LANILIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Morvan", "official": {"given": "Augustin Marie"}}, "birth": {"date": "1819-02-07 11:00", "place": {"name": "Lanilis"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "745"}}, "raw": {"NR": "745", "GNR": "SA2518", "JU_": "2", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "4", "JAHR": "1819", "KORR": "", "MARS": "10", "MODE": "LMT", "MOND": "30", "NAME": "MORVAN (AUGUSTIN MARIE).", "AUFAB": "6.20", "PHAS_": "90.400", "SONNE": "7", "VENUS": "13", "BREITE": "48 N 00", "GEBORT": "Lanilis (Finistère)", "LAENGE": "004 W 06", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "4", "GEBZEIT": "11.00", "JUPITER": "9", "ELECTAGE": "72,2", "ELECTDAT": "07.04.1891", "GEBDATUM": "07.02.1819", "STBDATUM": "20.03.1897"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Lanilis"}}, "partial-ids": {"g55": "01-398"}, "ids-in-source": {"g55": "01-398"}}, "raw": {"DAY": "7-2-1819", "HOUR": "11 h.", "NAME": "MORVAN Auaustin", "PLACE": "Lanilis (Finistère)."}, "date": "2023-08-20T14:47:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2610	mouisset-frederic-1860-09-14	{"a2": "523", "afd5": "751"}	{"lerrcp": "A2-523", "muller": "M5-751"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Frédéric", "family": "Mouisset", "spouse": [], "official": {"given": "Frédéric Marie Joseph", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1860-09-14 19:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "1", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1860-09-14 18:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Moisset"}, "birth": {"tzo": "+00:19:23", "date": "1860-09-14 19:00", "place": {"c2": "69", "c3": "1", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1860-09-14 18:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-523"}, "ids-in-sources": {"a2": "523"}}, "raw": {"H": "18", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "14", "LAT": "45N46", "LON": "4E50", "MON": "9", "NUM": "523", "PRO": "S", "SEC": "40", "YEA": "1860", "CITY": "LYON 1ER"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Mouisset", "official": {"given": "Frédéric Marie Joseph"}}, "birth": {"date": "1860-09-14 19:00", "place": {"name": "Lyon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "751"}}, "raw": {"NR": "751", "GNR": "SA2523", "JU_": "0", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1860", "KORR": "", "MARS": "7", "MODE": "LMT", "MOND": "21", "NAME": "MOUISSET (FRÉDÉRIC MARIE JOSEPH).", "AUFAB": "-5.10", "PHAS_": "2.500", "SONNE": "20", "VENUS": "24", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "21", "GEBZEIT": "19.00", "JUPITER": "22", "ELECTAGE": "71,5", "ELECTDAT": "01.03.1932", "GEBDATUM": "14.09.1860", "STBDATUM": "15.05.1938"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2607	motais-ernest-1846-03-10	{"a2": "520", "g55": "01-400", "afd5": "748"}	{"g55": "01-400", "lerrcp": "A2-520", "muller": "M5-748"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Ernest", "family": "Motais", "spouse": [], "official": {"given": "Ernest Alfred Léon", "family": null}}	\N	{"lmt": null, "tzo": "-00:06:40", "date": "1846-03-10 19:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Montfort", "geoid": 0}, "notime": null, "date-ut": "1846-03-10 19:06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Motais"}, "birth": {"tzo": "-00:06:40", "date": "1846-03-10 19:00", "place": {"c2": "35", "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Montfort", "geoid": 0}, "date-ut": "1846-03-10 19:06:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-520"}, "ids-in-sources": {"a2": "520"}}, "raw": {"H": "19", "MN": "6", "TZ": "0", "COD": "35", "COU": "F", "DAY": "10", "LAT": "48N 7", "LON": "1W40", "MON": "3", "NUM": "520", "PRO": "S", "SEC": "40", "YEA": "1846", "CITY": "MONTFORT"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Motais", "official": {"given": "Ernest Alfred Léon"}}, "birth": {"date": "1846-03-10 19:00", "place": {"name": "Montfort-sur-Meu"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "748"}}, "raw": {"NR": "748", "GNR": "SA2520", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "4", "JAHR": "1846", "KORR": "", "MARS": "13", "MODE": "LMT", "MOND": "5", "NAME": "MOTAIS (ERNEST ALFRED LÉON).", "AUFAB": "6.10", "PHAS_": "91.000", "SONNE": "20", "VENUS": "21", "BREITE": "48 N 07", "GEBORT": "Montfort-sur-Meu (Ille-et-Vilaine)", "LAENGE": "001 W 40", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "23", "GEBZEIT": "19.00", "JUPITER": "14", "ELECTAGE": "55,3", "ELECTDAT": "25.06.1901", "GEBDATUM": "10.03.1846", "STBDATUM": "30.06.1913"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Montfort"}}, "partial-ids": {"g55": "01-400"}, "ids-in-source": {"g55": "01-400"}}, "raw": {"DAY": "10-3-1846", "HOUR": "19 h.", "NAME": "MOTAIS Ernest", "PLACE": "Montfort (Ille-et-Vilaine)."}, "date": "2023-08-20T14:47:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2609	mouchet-alphonse-1842-08-26	{"a2": "522", "g55": "01-402", "afd5": "750"}	{"g55": "01-402", "lerrcp": "A2-522", "muller": "M5-750"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alphonse", "family": "Mouchet", "spouse": [], "official": {"given": "Alphonse", "family": null}}	\N	{"lmt": null, "tzo": "+00:07:23", "date": "1842-08-26 11:00", "note": null, "place": {"c1": null, "c2": "18", "c3": null, "cy": "FR", "lg": 1.84733, "lat": 47.14371, "name": "Graçay", "geoid": 3015423}, "notime": null, "date-ut": "1842-08-26 10:50:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Mouchet"}, "birth": {"tzo": "+00:07:23", "date": "1842-08-26 11:00", "place": {"c2": "18", "cy": "FR", "lg": 1.84733, "lat": 47.14371, "name": "Graçay", "geoid": 3015423}, "date-ut": "1842-08-26 10:50:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-522"}, "ids-in-sources": {"a2": "522"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "18", "COU": "F", "DAY": "26", "LAT": "47N 5", "LON": "2E23", "MON": "8", "NUM": "522", "PRO": "S", "SEC": "28", "YEA": "1842", "CITY": "GRACAY"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Mouchet", "official": {"given": "Alphonse"}}, "birth": {"date": "1842-08-26 11:00", "place": {"name": "Graçay"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "750"}}, "raw": {"NR": "750", "GNR": "SA2522", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1842", "KORR": "", "MARS": "10", "MODE": "LMT", "MOND": "19", "NAME": "MOUCHET (ALPHONSE).", "AUFAB": "-7.10", "PHAS_": "79.600", "SONNE": "8", "VENUS": "4", "BREITE": "47 N 05", "GEBORT": "Graçay (Cher)", "LAENGE": "002 E 23", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "31", "GEBZEIT": "11.00", "JUPITER": "30", "ELECTAGE": "59,8", "ELECTDAT": "10.06.1902", "GEBDATUM": "26.08.1842", "STBDATUM": "24.08.1929"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-402"}, "ids-in-source": {"g55": "01-402"}}, "raw": {"DAY": "26-8-1842", "HOUR": "11 h.", "NAME": "MOUCHET Alphonse", "PLACE": "Gracay (Cher)."}, "date": "2023-08-20T14:47:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2615	moutard-martin-eugene-1821-01-18	{"a2": "528", "afd5": "758"}	{"lerrcp": "A2-528", "muller": "M5-758"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Eugène", "family": "Moutard-Martin", "spouse": [], "official": {"given": "Eugène", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1821-01-18 11:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1821-01-18 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Moutard-Martin"}, "birth": {"tzo": "+00:09:24", "date": "1821-01-18 11:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1821-01-18 10:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-528"}, "ids-in-sources": {"a2": "528"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "18", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "528", "PRO": "S", "SEC": "40", "YEA": "1821", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Moutard-Martin", "official": {"given": "Eugène"}}, "birth": {"date": "1821-01-18 11:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "758"}}, "raw": {"NR": "758", "GNR": "SA2528", "JU_": "2", "MA_": "0", "MO_": "0", "SA_": "2", "SO_": "0", "VE_": "2", "CODE": "4", "JAHR": "1821", "KORR": "", "MARS": "7", "MODE": "LMT", "MOND": "24", "NAME": "MOUTARD-MARTIN (Eugène).", "AUFAB": "1.80", "PHAS_": "99.800", "SONNE": "7", "VENUS": "12", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "1", "GEBZEIT": "11.00", "JUPITER": "2", "ELECTAGE": "52,1", "ELECTDAT": "11.02.1873", "GEBDATUM": "18.01.1821", "STBDATUM": "24.12.1891"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2612	moureu-charles-1863-04-19	{"a2": "525", "g55": "01-404", "afd5": "755"}	{"g55": "01-404", "lerrcp": "A2-525", "muller": "M5-755"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles", "family": "Moureu", "spouse": [], "official": {"given": "Charles Léon François", "family": null}}	\N	{"lmt": null, "tzo": "-00:02:31", "date": "1863-04-19 03:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.62986, "lat": 43.3703, "name": "Mourenx", "geoid": 2991431}, "notime": null, "date-ut": "1863-04-19 03:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Moureux"}, "birth": {"tzo": "-00:02:31", "date": "1863-04-19 03:00", "place": {"c2": "64", "cy": "FR", "lg": -0.62986, "lat": 43.3703, "name": "Mourenx", "geoid": 2991431}, "date-ut": "1863-04-19 03:01:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-525"}, "ids-in-sources": {"a2": "525"}}, "raw": {"H": "3", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "19", "LAT": "43N18", "LON": "0W22", "MON": "4", "NUM": "525", "PRO": "S", "SEC": "28", "YEA": "1863", "CITY": "MOURENX"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Moureu", "official": {"given": "Charles Léon François"}}, "birth": {"date": "1863-04-19 03:00", "place": {"name": "Mourenx"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "755"}}, "raw": {"NR": "755", "GNR": "SA2525", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1863", "KORR": "", "MARS": "26", "MODE": "LMT", "MOND": "32", "NAME": "MOUREU (CHARLES LÉON FRANÇOIS).", "AUFAB": "0.80", "PHAS_": "0.900", "SONNE": "33", "VENUS": "29", "BREITE": "43 N 18", "GEBORT": "Mourenx (Basses-Pyrénées)", "LAENGE": "000 W 22", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "16", "GEBZEIT": "03.00", "JUPITER": "15", "ELECTAGE": "44,6", "ELECTDAT": "19.11.1907", "GEBDATUM": "19.04.1863", "STBDATUM": "13.06.1929"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-404"}, "ids-in-source": {"g55": "01-404"}}, "raw": {"DAY": "19-4-1863", "HOUR": "3 h.", "NAME": "* MOUREU Charles", "PLACE": "Mourenx (Basses-Pyrénées)."}, "date": "2023-08-20T14:47:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2614	mouriquand-georges-1880-06-18	{"a2": "527", "g55": "01-406", "afd5": "757"}	{"g55": "01-406", "lerrcp": "A2-527", "muller": "M5-757"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Georges", "family": "Mouriquand", "spouse": [], "official": {"given": "Georges Emile Jean Achille P", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:36", "date": "1880-06-18 01:00", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 4.9, "lat": 44.93333, "name": "Beaufort-sur-Gervanne", "geoid": 0}, "notime": null, "date-ut": "1880-06-18 00:40:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Mouriquand"}, "birth": {"tzo": "+00:19:36", "date": "1880-06-18 01:00", "place": {"c2": "26", "cy": "FR", "lg": 4.9, "lat": 44.93333, "name": "Beaufort-sur-Gerv", "geoid": 0}, "date-ut": "1880-06-18 00:40:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-527"}, "ids-in-sources": {"a2": "527"}}, "raw": {"H": "0", "MN": "40", "TZ": "0", "COD": "26", "COU": "F", "DAY": "18", "LAT": "44N56", "LON": "4E54", "MON": "6", "NUM": "527", "PRO": "S", "SEC": "24", "YEA": "1880", "CITY": "BEAUFORT-S-GERV"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Mouriquand", "official": {"given": "Georges Emile Jean Achille P"}}, "birth": {"date": "1880-06-18 01:00", "place": {"name": "Beaufort-sur-Gervanne"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "757"}}, "raw": {"NR": "757", "GNR": "SA2527", "JU_": "2", "MA_": "0", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1880", "KORR": "", "MARS": "24", "MODE": "LMT", "MOND": "19", "NAME": "MOURIQUAND (GEORGES EMILE JEAN ACHILLE P.).", "AUFAB": "10.50", "PHAS_": "72.300", "SONNE": "30", "VENUS": "31", "BREITE": "44 N 56", "GEBORT": "Beaufort-sur-Gervanne (Drôme)", "LAENGE": "004 E 54", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "36", "GEBZEIT": "01.00", "JUPITER": "1", "ELECTAGE": "53,7", "ELECTDAT": "30.01.1934", "GEBDATUM": "18.06.1880", "STBDATUM": "23.09.1966"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Beaufort-sur-Gervanne"}}, "partial-ids": {"g55": "01-406"}, "ids-in-source": {"g55": "01-406"}}, "raw": {"DAY": "18-6-1880", "HOUR": "1 h.", "NAME": "MOURIQUAND Georges", "PLACE": "Beaufort-sur-Gervanne (Dr.)."}, "date": "2023-08-20T14:47:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2618	neumann-louis-1846-10-22	{"a2": "531", "afd5": "763"}	{"lerrcp": "A2-531", "muller": "M5-763"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Neumann", "spouse": [], "official": {"given": "Louis Georges", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1846-10-22 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1846-10-22 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Neumann"}, "birth": {"tzo": "+00:09:24", "date": "1846-10-22 06:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1846-10-22 05:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-531"}, "ids-in-sources": {"a2": "531"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "22", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "531", "PRO": "S", "SEC": "40", "YEA": "1846", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Neumann", "official": {"given": "Louis Georges"}}, "birth": {"date": "1846-10-22 06:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "763"}}, "raw": {"NR": "763", "GNR": "SA2531", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "0", "SO_": "2", "VE_": "2", "CODE": "4", "JAHR": "1846", "KORR": "", "MARS": "2", "MODE": "LMT", "MOND": "33", "NAME": "NEUMANN (LOUIS GEORGES).", "AUFAB": "2.40", "PHAS_": "2.900", "SONNE": "36", "VENUS": "2", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "25", "GEBZEIT": "06.00", "JUPITER": "13", "ELECTAGE": "67,8", "ELECTDAT": "21.07.1914", "GEBDATUM": "22.10.1846", "STBDATUM": "28.06.1930"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2620	nicloux-maurice-1873-09-19	{"a2": "533", "afd5": "766"}	{"lerrcp": "A2-533", "muller": "M5-766"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Maurice", "family": "Nicloux", "spouse": [], "official": {"given": "Maurice", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1873-09-19 03:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1873-09-19 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Nicloux"}, "birth": {"tzo": "+00:09:24", "date": "1873-09-19 03:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1873-09-19 02:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-533"}, "ids-in-sources": {"a2": "533"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "19", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "533", "PRO": "S", "SEC": "40", "YEA": "1873", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Nicloux", "official": {"given": "Maurice"}}, "birth": {"date": "1873-09-19 03:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "766"}}, "raw": {"NR": "766", "GNR": "SA2533", "JU_": "0", "MA_": "0", "MO_": "2", "SA_": "0", "SO_": "0", "VE_": "2", "CODE": "4", "JAHR": "1873", "KORR": "", "MARS": "25", "MODE": "LMT", "MOND": "1", "NAME": "NICLOUX (MAURICE).", "AUFAB": "-5.50", "PHAS_": "6.800", "SONNE": "32", "VENUS": "1", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "22", "GEBZEIT": "03.00", "JUPITER": "34", "ELECTAGE": "47,9", "ELECTDAT": "26.07.1921", "GEBDATUM": "19.09.1873", "STBDATUM": "05.01.1945"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2619	nicaise-jules-1838-05-10	{"a2": "532", "g55": "01-409", "afd5": "765"}	{"g55": "01-409", "lerrcp": "A2-532", "muller": "M5-765"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jules", "family": "Nicaise", "spouse": [], "official": {"given": "Jules Edouard", "family": null}}	\N	{"lmt": null, "tzo": "+00:15:02", "date": "1838-05-10 14:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 3.76011, "lat": 49.08179, "name": "Port-à-Binson", "geoid": 2995829}, "notime": null, "date-ut": "1838-05-10 17:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Nicaise"}, "birth": {"tzo": "+00:15:02", "date": "1838-05-10 18:00", "place": {"c2": "51", "cy": "FR", "lg": 3.76011, "lat": 49.08179, "name": "Mareuil-le-Port", "geoid": 2995829}, "date-ut": "1838-05-10 17:42:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-532"}, "ids-in-sources": {"a2": "532"}}, "raw": {"H": "17", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "10", "LAT": "48N57", "LON": "4E22", "MON": "5", "NUM": "532", "PRO": "S", "SEC": "32", "YEA": "1838", "CITY": "MAREUIL-LE-PORT"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Nicaise", "official": {"given": "Jules Edouard"}}, "birth": {"date": "1838-05-10 14:00", "place": {"name": "Port-à-Binson"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "765"}}, "raw": {"NR": "765", "GNR": "SA2532", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "0", "CODE": "2", "JAHR": "1838", "KORR": "", "MARS": "14", "MODE": "LMT", "MOND": "29", "NAME": "NICAISE (JULES EDOUARD).", "AUFAB": "0.40", "PHAS_": "99.800", "SONNE": "12", "VENUS": "17", "BREITE": "48 N 57", "GEBORT": "Port-à-Binson (Marne)", "LAENGE": "004 E 22", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "29", "GEBZEIT": "14.00", "JUPITER": "2", "ELECTAGE": "55,9", "ELECTDAT": "20.03.1894", "GEBDATUM": "10.05.1838", "STBDATUM": "31.07.1896"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-409"}, "ids-in-source": {"g55": "01-409"}}, "raw": {"DAY": "10-5-1838", "HOUR": "18 h.", "NAME": "NICAISE Jules", "PLACE": "Mareuil-le-Port (Marne)."}, "date": "2023-08-20T14:47:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2625	nobecourt-pierre-1871-12-28	{"a2": "538", "afd5": "772"}	{"lerrcp": "A2-538", "muller": "M5-772"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre", "family": "Nobécourt", "spouse": [], "official": {"given": "Pierre André Alexandre", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1871-12-28 11:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1871-12-28 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Nobecourt"}, "birth": {"tzo": "+00:09:24", "date": "1871-12-28 11:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1871-12-28 10:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-538"}, "ids-in-sources": {"a2": "538"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "28", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "538", "PRO": "S", "SEC": "40", "YEA": "1871", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Nobécourt", "official": {"given": "Pierre André Alexandre"}}, "birth": {"date": "1871-12-28 11:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "772"}}, "raw": {"NR": "772", "GNR": "SA2538", "JU_": "0", "MA_": "2", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "4", "JAHR": "1871", "KORR": "", "MARS": "3", "MODE": "LMT", "MOND": "22", "NAME": "NOBÉCOURT (PIERRE ANDRÉ ALEXANDRE).", "AUFAB": "-1.10", "PHAS_": "98.900", "SONNE": "7", "VENUS": "14", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "6", "GEBZEIT": "11.00", "JUPITER": "22", "ELECTAGE": "51,1", "ELECTDAT": "16.01.1923", "GEBDATUM": "28.12.1871", "STBDATUM": "19.11.1943"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2623	nicolle-charles-1866-09-21	{"a2": "536", "g55": "01-411", "afd5": "770"}	{"g55": "01-411", "lerrcp": "A2-536", "muller": "M5-770"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles", "family": "Nicolle", "spouse": [], "official": {"given": "Charles Jules Henri", "family": null}}	\N	{"lmt": null, "tzo": "+00:04:24", "date": "1866-09-21 05:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1866-09-21 04:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Nicolle"}, "birth": {"tzo": "+00:04:24", "date": "1866-09-21 05:00", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1866-09-21 04:55:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-536"}, "ids-in-sources": {"a2": "536"}}, "raw": {"H": "4", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "21", "LAT": "49N26", "LON": "1E 5", "MON": "9", "NUM": "536", "PRO": "S", "SEC": "40", "YEA": "1866", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Nicolle", "official": {"given": "Charles Jules Henri"}}, "birth": {"date": "1866-09-21 05:00", "place": {"name": "Rouen"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "770"}}, "raw": {"NR": "770", "GNR": "SA2536", "JU_": "0", "MA_": "0", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1866", "KORR": "", "MARS": "8", "MODE": "LMT", "MOND": "22", "NAME": "NICOLLE (CHARLES JULES HENRI).", "AUFAB": "8.10", "PHAS_": "84.900", "SONNE": "35", "VENUS": "30", "BREITE": "49 N 26", "GEBORT": "Rouen (Seine-Inférieure)", "LAENGE": "001 E 05", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "31", "GEBZEIT": "05.00", "JUPITER": "24", "ELECTAGE": "47,7", "ELECTDAT": "19.05.1914", "GEBDATUM": "21.09.1866", "STBDATUM": "28.02.1936"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-411"}, "ids-in-source": {"g55": "01-411"}}, "raw": {"DAY": "21-9-1866", "HOUR": "10 h. 15", "NAME": "* NICOLLE Charles", "PLACE": "Rouen (Seine-Inférieure)."}, "date": "2023-08-20T14:47:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2628	oddo-pierre-1860-06-06	{"a2": "541", "g55": "01-415", "afd5": "777"}	{"g55": "01-415", "lerrcp": "A2-541", "muller": "M5-777"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre", "family": "Oddo", "spouse": [], "official": {"given": "Paul Marie Constantin", "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1860-06-06 08:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1860-06-06 07:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Oddo"}, "birth": {"tzo": "+00:21:31", "date": "1860-06-06 08:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1860-06-06 07:38:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-541"}, "ids-in-sources": {"a2": "541"}}, "raw": {"H": "7", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "6", "LAT": "43N18", "LON": "5E22", "MON": "6", "NUM": "541", "PRO": "S", "SEC": "32", "YEA": "1860", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Oddo", "official": {"given": "Paul Marie Constantin"}}, "birth": {"date": "1860-06-06 08:00", "place": {"name": "Marseille"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "777"}}, "raw": {"NR": "777", "GNR": "SA2541", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "2", "CODE": "3", "JAHR": "1860", "KORR": "", "MARS": "19", "MODE": "LMT", "MOND": "20", "NAME": "ODDO (PAUL MARIE CONSTANTIN).", "AUFAB": "-3.90", "PHAS_": "94.100", "SONNE": "5", "VENUS": "1", "BREITE": "43 N 18", "GEBORT": "Marseille (Bouches-du-Rhône)", "LAENGE": "005 E 22", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "34", "GEBZEIT": "08.00", "JUPITER": "1", "ELECTAGE": "48,8", "ELECTDAT": "30.03.1909", "GEBDATUM": "06.06.1860", "STBDATUM": "20.06.1926"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-415"}, "ids-in-source": {"g55": "01-415"}}, "raw": {"DAY": "6-6-1860", "HOUR": "8 h.", "NAME": "\\fODDO Constantin", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:47:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2629	ollier-leopold-1830-12-02	{"a2": "542", "g55": "01-416", "afd5": "779"}	{"g55": "01-416", "lerrcp": "A2-542", "muller": "M5-779"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Leopold", "family": "Ollier", "spouse": [], "official": {"given": "Léopold Louis Xavier Edouard", "family": null}}	\N	{"lmt": null, "tzo": "+00:18:24", "date": "1830-12-02 22:00", "note": null, "place": {"c1": null, "c2": "07", "c3": null, "cy": "FR", "lg": 4.6, "lat": 44.73333, "name": "Vans", "geoid": 0}, "notime": null, "date-ut": "1830-12-03 21:41:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Leopold", "family": "Ollier"}, "birth": {"tzo": "+00:18:24", "date": "1830-12-03 22:00", "place": {"c2": "07", "cy": "FR", "lg": 4.6, "lat": 44.73333, "name": "Vans", "geoid": 0}, "date-ut": "1830-12-03 21:41:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-542"}, "ids-in-sources": {"a2": "542"}}, "raw": {"H": "21", "MN": "41", "TZ": "0", "COD": "07", "COU": "F", "DAY": "3", "LAT": "44N44", "LON": "4E36", "MON": "12", "NUM": "542", "PRO": "S", "SEC": "36", "YEA": "1830", "CITY": "VANS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Ollier", "official": {"given": "Léopold Louis Xavier Edouard"}}, "birth": {"date": "1830-12-02 22:00", "place": {"name": "les Vans"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "779"}}, "raw": {"NR": "779", "GNR": "SA2542", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "2", "JAHR": "1830", "KORR": "", "MARS": "13", "MODE": "LMT", "MOND": "4", "NAME": "OLLIER (LÉOPOLD LOUIS XAVIER EDOUARD).", "AUFAB": "-3.90", "PHAS_": "94.800", "SONNE": "25", "VENUS": "26", "BREITE": "44 N 44", "GEBORT": "les Vans (Ardèche)", "LAENGE": "004 E 36", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "35", "GEBZEIT": "22.00", "JUPITER": "22", "ELECTAGE": "43,9", "ELECTDAT": "27.10.1874", "GEBDATUM": "02.12.1830", "STBDATUM": "02.11.1900"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Vans"}}, "partial-ids": {"g55": "01-416"}, "ids-in-source": {"g55": "01-416"}}, "raw": {"DAY": "3-12-1830", "HOUR": "22 h.", "NAME": "* OLLIER Léopold", "PLACE": "Vans (Ardèche)."}, "date": "2023-08-20T14:47:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2633	ore-pierre-1828-02-15	{"a2": "546", "g55": "01-419", "afd5": "785"}	{"g55": "01-419", "lerrcp": "A2-546", "muller": "M5-785"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre", "family": "Oré", "spouse": [], "official": {"given": "Pierre Cyprien", "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1828-02-15 11:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1828-02-15 10:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Ore"}, "birth": {"tzo": "-00:02:19", "date": "1828-02-15 10:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1828-02-15 10:57:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-546"}, "ids-in-sources": {"a2": "546"}}, "raw": {"H": "10", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "15", "LAT": "44N50", "LON": "0W34", "MON": "2", "NUM": "546", "PRO": "S", "SEC": "36", "YEA": "1828", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Oré", "official": {"given": "Pierre Cyprien"}}, "birth": {"date": "1828-02-15 11:00", "place": {"name": "Bordeaux"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "785"}}, "raw": {"NR": "785", "GNR": "SA2546", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1828", "KORR": "", "MARS": "18", "MODE": "LMT", "MOND": "8", "NAME": "ORÉ (PIERRE CYPRIEN).", "AUFAB": "-2.90", "PHAS_": "0.500", "SONNE": "7", "VENUS": "5", "BREITE": "44 N 50", "GEBORT": "Bordeaux (Gironde)", "LAENGE": "000 W 34", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "31", "GEBZEIT": "11.00", "JUPITER": "20", "ELECTAGE": "57,2", "ELECTDAT": "07.04.1885", "GEBDATUM": "15.02.1828", "STBDATUM": "04.09.1889"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-419"}, "ids-in-source": {"g55": "01-419"}}, "raw": {"DAY": "15-2-1828", "HOUR": "11 h.", "NAME": "ORE Pierre", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:47:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2635	oulmont-nathan-1815-03-29	{"a2": "548", "g55": "01-421", "afd5": "788"}	{"g55": "01-421", "lerrcp": "A2-548", "muller": "M5-788"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Nathan", "family": "Oulmont", "spouse": [], "official": {"given": "Nathan", "family": null}}	\N	{"lmt": null, "tzo": "+00:25:49", "date": "1815-03-29 00:30", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.45304, "lat": 48.18324, "name": "Epinal", "geoid": 3020035}, "notime": null, "date-ut": "1815-03-29 08:04:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Nathan", "family": "Oulmont"}, "birth": {"tzo": "+00:25:49", "date": "1815-03-29 08:30", "place": {"c2": "88", "cy": "FR", "lg": 6.45304, "lat": 48.18324, "name": "Épinal", "geoid": 3020035}, "date-ut": "1815-03-29 08:04:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-548"}, "ids-in-sources": {"a2": "548"}}, "raw": {"H": "8", "MN": "4", "TZ": "0", "COD": "88", "COU": "F", "DAY": "29", "LAT": "48N10", "LON": "6E28", "MON": "3", "NUM": "548", "PRO": "S", "SEC": "8", "YEA": "1815", "CITY": "EPINAL"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Oulmont", "official": {"given": "Nathan"}}, "birth": {"date": "1815-03-29 00:30", "place": {"name": "Epinal"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "788"}}, "raw": {"NR": "788", "GNR": "SA2548", "JU_": "2", "MA_": "0", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "2", "JAHR": "1815", "KORR": "", "MARS": "33", "MODE": "LMT", "MOND": "4", "NAME": "OULMONT (NATHAN).", "AUFAB": "-7.00", "PHAS_": "83.700", "SONNE": "28", "VENUS": "26", "BREITE": "48 N 10", "GEBORT": "Epinal (Vosges)", "LAENGE": "006 E 28", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "32", "GEBZEIT": "00.30", "JUPITER": "10", "ELECTAGE": "61,1", "ELECTDAT": "18.04.1876", "GEBDATUM": "29.03.1815", "STBDATUM": "18.09.1884"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-421"}, "ids-in-source": {"g55": "01-421"}}, "raw": {"DAY": "29-3-1815", "HOUR": "8 h. 30", "NAME": "OULMONT Nathan", "PLACE": "Epinal (Vosges)."}, "date": "2023-08-20T14:47:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2638	parise-jean-1815-08-28	{"a2": "551", "g55": "01-424"}	{"g55": "01-424", "lerrcp": "A2-551"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Parise", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:58", "date": "1815-08-28 10:56:50", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 4.23976, "lat": 47.44322, "name": "Beauregard", "geoid": 3034082}, "notime": null, "date-ut": "1815-08-28 10:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Parise"}, "birth": {"tzo": "+00:16:58", "date": "1815-08-28 10:56:50", "place": {"c2": "21", "cy": "FR", "lg": 4.23976, "lat": 47.44322, "name": "Beauregard", "geoid": 3034082}, "date-ut": "1815-08-28 10:39:52"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-551"}, "ids-in-sources": {"a2": "551"}}, "raw": {"H": "10", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "28", "LAT": "47N19", "LON": "5E 2", "MON": "8", "NUM": "551", "PRO": "S", "SEC": "52", "YEA": "1815", "CITY": "BEAUREGARD"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "01-424"}, "ids-in-source": {"g55": "01-424"}}, "raw": {"DAY": "28-8-1815", "HOUR": "11 h.", "NAME": "PARISE Jean", "PLACE": "Beauregard (Côte-d’Or)."}, "date": "2023-08-20T14:47:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2639	parisot-jacques-1882-06-15	{"a2": "552", "g55": "01-425", "afd5": "793"}	{"g55": "01-425", "lerrcp": "A2-552", "muller": "M5-793"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jacques", "family": "Parisot", "spouse": [], "official": {"given": "Jacques", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1882-06-15 18:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1882-06-15 17:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Parisot"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1882-06-15 17:35:12"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-552"}, "ids-in-sources": {"a2": "552"}}, "raw": {"H": "17", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "15", "LAT": "48N42", "LON": "6E12", "MON": "6", "NUM": "552", "PRO": "S", "SEC": "12", "YEA": "1882", "CITY": "NANCY"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Parisot", "official": {"given": "Jacques"}}, "birth": {"date": "1882-06-15 18:00", "place": {"name": "Nancy"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "793"}}, "raw": {"NR": "793", "GNR": "SA2552", "JU_": "0", "MA_": "2", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1882", "KORR": "", "MARS": "12", "MODE": "LMT", "MOND": "17", "NAME": "PARISOT (JACQUES).", "AUFAB": "-2.90", "PHAS_": "0.700", "SONNE": "16", "VENUS": "14", "BREITE": "48 N 42", "GEBORT": "Nancy (Meurthe-et-Moselle)", "LAENGE": "006 E 12", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "21", "GEBZEIT": "18.00", "JUPITER": "17", "ELECTAGE": "54,0", "ELECTDAT": "19.05.1936", "GEBDATUM": "15.06.1882", "STBDATUM": "07.10.1967"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-425"}, "ids-in-source": {"g55": "01-425"}}, "raw": {"DAY": "15-6-1882", "HOUR": "18 h.", "NAME": "PARISOT Jacques", "PLACE": "Nancy (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:47:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2645	paul-charles-1833-07-02	{"a2": "558", "afd5": "801"}	{"lerrcp": "A2-558", "muller": "M5-801"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles", "family": "Paul", "spouse": [], "official": {"given": "Charles Théodore Constantin", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1833-07-02 10:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1833-07-02 10:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Paul"}, "birth": {"tzo": "+00:09:24", "date": "1833-07-02 10:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1833-07-02 10:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-558"}, "ids-in-sources": {"a2": "558"}}, "raw": {"H": "10", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "558", "PRO": "S", "SEC": "40", "YEA": "1833", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Paul", "official": {"given": "Charles Théodore Constantin"}}, "birth": {"date": "1833-07-02 10:30", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "801"}}, "raw": {"NR": "801", "GNR": "SA2558", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "2", "SO_": "0", "VE_": "2", "CODE": "4", "JAHR": "1833", "KORR": "", "MARS": "4", "MODE": "LMT", "MOND": "25", "NAME": "PAUL (CHARLES THÉODORE CONSTANTIN).", "AUFAB": "1.10", "PHAS_": "100.00", "SONNE": "8", "VENUS": "11", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "36", "GEBZEIT": "10.30", "JUPITER": "14", "ELECTAGE": "46,7", "ELECTDAT": "09.03.1880", "GEBDATUM": "02.07.1833", "STBDATUM": "12.04.1896"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2643	patein-gustave-1857-02-04	{"a2": "556", "g55": "01-429", "afd5": "797"}	{"g55": "01-429", "lerrcp": "A2-556", "muller": "M5-797"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Gustave", "family": "Patein", "spouse": [], "official": {"given": "Gustave Constant", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:45", "date": "1857-02-04 10:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.43769, "lat": 48.8486, "name": "Vincennes", "geoid": 2968054}, "notime": null, "date-ut": "1857-02-04 09:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Patein"}, "birth": {"tzo": "+00:09:45", "date": "1857-02-04 10:00", "place": {"c2": "94", "cy": "FR", "lg": 2.43769, "lat": 48.8486, "name": "Vincennes", "geoid": 2968054}, "date-ut": "1857-02-04 09:50:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-556"}, "ids-in-sources": {"a2": "556"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "4", "LAT": "48N47", "LON": "2E29", "MON": "2", "NUM": "556", "PRO": "S", "SEC": "4", "YEA": "1857", "CITY": "VINCENNES"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Patein", "official": {"given": "Gustave Constant"}}, "birth": {"date": "1857-02-04 10:00", "place": {"name": "Vincennes"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "797"}}, "raw": {"NR": "797", "GNR": "SA2556", "JU_": "2", "MA_": "2", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "2", "CODE": "3", "JAHR": "1857", "KORR": "", "MARS": "3", "MODE": "LMT", "MOND": "32", "NAME": "PATEIN (GUSTAVE CONSTANT).", "AUFAB": "10.40", "PHAS_": "73.400", "SONNE": "5", "VENUS": "2", "BREITE": "48 N 47", "GEBORT": "Vincennes (Seine)", "LAENGE": "002 E 29", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "28", "GEBZEIT": "10.00", "JUPITER": "1", "ELECTAGE": "61,3", "ELECTDAT": "14.05.1918", "GEBDATUM": "04.02.1857", "STBDATUM": "12.01.1928"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-429"}, "ids-in-source": {"g55": "01-429"}}, "raw": {"DAY": "4-2-1857", "HOUR": "10 h.", "NAME": "PATEIN Gustave", "PLACE": "Vincennes (Seine)."}, "date": "2023-08-20T14:47:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2648	paviot-jean-1866-11-14	{"a2": "561", "afd5": "804"}	{"lerrcp": "A2-561", "muller": "M5-804"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Paviot", "spouse": [], "official": {"given": "Jean Marie", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1866-11-14 12:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "1", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1866-11-14 11:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Paviot"}, "birth": {"tzo": "+00:19:23", "date": "1866-11-14 12:00", "place": {"c2": "69", "c3": "1", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1866-11-14 11:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-561"}, "ids-in-sources": {"a2": "561"}}, "raw": {"H": "11", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "14", "LAT": "45N46", "LON": "4E50", "MON": "11", "NUM": "561", "PRO": "S", "SEC": "40", "YEA": "1866", "CITY": "LYON 1ER"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Paviot", "official": {"given": "Jean Marie"}}, "birth": {"date": "1866-11-14 12:00", "place": {"name": "Lyon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "804"}}, "raw": {"NR": "804", "GNR": "SA2561", "JU_": "2", "MA_": "1", "MO_": "2", "SA_": "2", "SO_": "2", "VE_": "1", "CODE": "3", "JAHR": "1866", "KORR": "", "MARS": "18", "MODE": "LMT", "MOND": "36", "NAME": "PAVIOT (JEAN MARIE).", "AUFAB": "8.80", "PHAS_": "34.500", "SONNE": "10", "VENUS": "4", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "11", "GEBZEIT": "12.00", "JUPITER": "1", "ELECTAGE": "67,4", "ELECTDAT": "06.03.1934", "GEBDATUM": "14.11.1866", "STBDATUM": "13.12.1944"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2650	pehu-maurice-1874-01-30	{"a2": "563", "afd5": "807"}	{"lerrcp": "A2-563", "muller": "M5-807"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Maurice", "family": "Péhu", "spouse": [], "official": {"given": "Maurice", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1874-01-30 06:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "1", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1874-01-30 05:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Pehu"}, "birth": {"tzo": "+00:19:23", "date": "1874-01-30 06:00", "place": {"c2": "69", "c3": "1", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1874-01-30 05:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-563"}, "ids-in-sources": {"a2": "563"}}, "raw": {"H": "5", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "30", "LAT": "45N46", "LON": "4E50", "MON": "1", "NUM": "563", "PRO": "S", "SEC": "40", "YEA": "1874", "CITY": "LYON 1ER"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Péhu", "official": {"given": "Maurice"}}, "birth": {"date": "1874-01-30 06:00", "place": {"name": "Lyon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "807"}}, "raw": {"NR": "807", "GNR": "SA2563", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1874", "KORR": "", "MARS": "32", "MODE": "LMT", "MOND": "18", "NAME": "PÉHU (MAURICE).", "AUFAB": "5.80", "PHAS_": "93.700", "SONNE": "35", "VENUS": "35", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "35", "GEBZEIT": "06.00", "JUPITER": "13", "ELECTAGE": "64,2", "ELECTDAT": "22.03.1938", "GEBDATUM": "30.01.1874", "STBDATUM": "27.02.1945"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2653	perier-jean-1835-09-23	{"a2": "566", "g55": "01-433", "afd5": "812"}	{"g55": "01-433", "lerrcp": "A2-566", "muller": "M5-812"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Périer", "spouse": [], "official": {"given": "Jean Pierre Léon", "family": null}}	\N	{"lmt": null, "tzo": "-00:02:60", "date": "1835-09-23 10:30", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.74876, "lat": 45.20023, "name": "Pauillac", "geoid": 2988350}, "notime": null, "date-ut": "1835-09-23 10:27:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Perier"}, "birth": {"tzo": "-00:02:60", "date": "1835-09-23 10:30", "place": {"c2": "33", "cy": "FR", "lg": -0.74876, "lat": 45.20023, "name": "Pauillac", "geoid": 2988350}, "date-ut": "1835-09-23 10:27:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-566"}, "ids-in-sources": {"a2": "566"}}, "raw": {"H": "10", "MN": "27", "TZ": "0", "COD": "33", "COU": "F", "DAY": "23", "LAT": "44N50", "LON": "0W34", "MON": "9", "NUM": "566", "PRO": "S", "SEC": "36", "YEA": "1835", "CITY": "PAUILLAC"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Périer", "official": {"given": "Jean Pierre Léon"}}, "birth": {"date": "1835-09-23 10:30", "place": {"name": "Pauillac"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "812"}}, "raw": {"NR": "812", "GNR": "SA2566", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1835", "KORR": "", "MARS": "5", "MODE": "LMT", "MOND": "6", "NAME": "PÉRIER (JEAN PIERRE LÉON).", "AUFAB": "-0.30", "PHAS_": "0.400", "SONNE": "7", "VENUS": "8", "BREITE": "44 N 50", "GEBORT": "Pauillac (Gironde)", "LAENGE": "000 W 34", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "5", "GEBZEIT": "10.30", "JUPITER": "14", "ELECTAGE": "48,8", "ELECTDAT": "08.07.1884", "GEBDATUM": "23.09.1835", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-433"}, "ids-in-source": {"g55": "01-433"}}, "raw": {"DAY": "23-9-1835", "HOUR": "10 h. 30", "NAME": "PERIER Jean", "PLACE": "Pauillac (Gironde)."}, "date": "2023-08-20T14:47:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2655	perrin-joseph-1853-04-18	{"a2": "568", "g55": "01-435", "afd5": "814"}	{"g55": "01-435", "lerrcp": "A2-568", "muller": "M5-814"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Joseph", "family": "Perrin", "spouse": [], "official": {"given": "Joseph Marius Léon", "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1853-04-18 16:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1853-04-18 15:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Perrin"}, "birth": {"tzo": "+00:21:31", "date": "1853-04-18 16:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1853-04-18 15:38:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-568"}, "ids-in-sources": {"a2": "568"}}, "raw": {"H": "15", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "18", "LAT": "43N18", "LON": "5E22", "MON": "4", "NUM": "568", "PRO": "S", "SEC": "32", "YEA": "1853", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Perrin", "official": {"given": "Joseph Marius Léon"}}, "birth": {"date": "1853-04-18 16:00", "place": {"name": "Marseille"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "814"}}, "raw": {"NR": "814", "GNR": "SA2568", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1853", "KORR": "", "MARS": "17", "MODE": "LMT", "MOND": "5", "NAME": "PERRIN (JOSEPH MARIUS LÉON).", "AUFAB": "10.10", "PHAS_": "63.300", "SONNE": "15", "VENUS": "16", "BREITE": "43 N 18", "GEBORT": "Marseille (Bouches-du-Rhône)", "LAENGE": "005 E 22", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "13", "GEBZEIT": "16.00", "JUPITER": "28", "ELECTAGE": "49,3", "ELECTDAT": "29.07.1902", "GEBDATUM": "18.04.1853", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-435"}, "ids-in-source": {"g55": "01-435"}}, "raw": {"DAY": "18-4-1853", "HOUR": "16 h.", "NAME": "PERRIN Joseph", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:47:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2658	personne-jacques-1816-10-17	{"a2": "571", "g55": "01-438", "afd5": "818"}	{"g55": "01-438", "lerrcp": "A2-571", "muller": "M5-818"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jacques", "family": "Personne", "spouse": [], "official": {"given": "Jacques", "family": null}}	\N	{"lmt": null, "tzo": "+00:16:55", "date": "1816-10-17 20:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 4.22857, "lat": 47.28023, "name": "Saulieu", "geoid": 2975819}, "notime": null, "date-ut": "1816-10-17 19:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Personne"}, "birth": {"tzo": "+00:16:55", "date": "1816-10-17 19:56:47", "place": {"c2": "21", "cy": "FR", "lg": 4.22857, "lat": 47.28023, "name": "Saulieu", "geoid": 2975819}, "date-ut": "1816-10-17 19:39:52"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-571"}, "ids-in-sources": {"a2": "571"}}, "raw": {"H": "19", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "17", "LAT": "47N19", "LON": "5E 2", "MON": "10", "NUM": "571", "PRO": "S", "SEC": "52", "YEA": "1816", "CITY": "SAULIEU"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Personne", "official": {"given": "Jacques"}}, "birth": {"date": "1816-10-17 20:00", "place": {"name": "Saulieu"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "818"}}, "raw": {"NR": "818", "GNR": "SA2571", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "2", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1816", "KORR": "", "MARS": "23", "MODE": "LMT", "MOND": "25", "NAME": "PERSONNE (JACQUES).", "AUFAB": "-10.20", "PHAS_": "22.200", "SONNE": "22", "VENUS": "21", "BREITE": "47 N 19", "GEBORT": "Saulieu (Côte-d'Or)", "LAENGE": "005 E 02", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "10", "GEBZEIT": "20.00", "JUPITER": "21", "ELECTAGE": "58,4", "ELECTDAT": "09.03.1875", "GEBDATUM": "17.10.1816", "STBDATUM": "11.12.1880"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-438"}, "ids-in-source": {"g55": "01-438"}}, "raw": {"DAY": "17-10-1816", "HOUR": "20 h.", "NAME": "PERSONNE Jacques", "PLACE": "Saulieu (Côte-d’Or)."}, "date": "2023-08-20T14:47:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2660	petit-gabriel-1870-02-21	{"a2": "573", "g55": "01-439", "afd5": "821"}	{"g55": "01-439", "lerrcp": "A2-573", "muller": "M5-821"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Gabriel", "family": "Petit", "spouse": [], "official": {"given": "Gabriel", "family": null}}	\N	{"lmt": null, "tzo": "+00:01:22", "date": "1870-02-21 13:00", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "notime": null, "date-ut": "1870-02-21 12:58:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Petit"}, "birth": {"tzo": "+00:01:22", "date": "1870-02-21 13:00", "place": {"c2": "86", "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "date-ut": "1870-02-21 12:58:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-573"}, "ids-in-sources": {"a2": "573"}}, "raw": {"H": "12", "MN": "58", "TZ": "0", "COD": "86", "COU": "F", "DAY": "21", "LAT": "46N35", "LON": "0E20", "MON": "2", "NUM": "573", "PRO": "S", "SEC": "40", "YEA": "1870", "CITY": "POITIERS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Petit", "official": {"given": "Gabriel"}}, "birth": {"date": "1870-02-21 13:00", "place": {"name": "Poitiers"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "821"}}, "raw": {"NR": "821", "GNR": "SA2573", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "1", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1870", "KORR": "", "MARS": "10", "MODE": "LMT", "MOND": "22", "NAME": "PETIT (GABRIEL).", "AUFAB": "-10.10", "PHAS_": "69.900", "SONNE": "11", "VENUS": "11", "BREITE": "46 N 35", "GEBORT": "Poitiers (Vienne)", "LAENGE": "000 E 20", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "20", "GEBZEIT": "13.00", "JUPITER": "5", "ELECTAGE": "49,8", "ELECTDAT": "25.11.1919", "GEBDATUM": "21.02.1870", "STBDATUM": "15.04.1945"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-439"}, "ids-in-source": {"g55": "01-439"}}, "raw": {"DAY": "21-2-1870", "HOUR": "13 h.", "NAME": "RETIT Gabriel", "PLACE": "Poitiers (Vienne)."}, "date": "2023-08-20T14:47:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2664	pic-adrien-1863-10-03	{"a2": "577", "g55": "01-442"}	{"g55": "01-442", "lerrcp": "A2-577"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrien", "family": "Pic", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 2.94444, "lat": 36.67, "name": "Douera", "geoid": 2499193}, "notime": null, "date-ut": "1863-10-03 08:48:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Adrien", "family": "Pic"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 2.94444, "lat": 36.67, "name": "Douera", "geoid": 2499193}, "date-ut": "1863-10-03 08:48:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-577"}, "ids-in-sources": {"a2": "577"}}, "raw": {"H": "8", "MN": "48", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "3", "LAT": "36N47", "LON": "3E 0", "MON": "10", "NUM": "577", "PRO": "S", "SEC": "0", "YEA": "1863", "CITY": "DOUERA"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "01-442"}, "ids-in-source": {"g55": "01-442"}}, "raw": {"DAY": "3-10-1863", "HOUR": "9 h.", "NAME": "PIC Adrien", "PLACE": "Douera (Algérie)."}, "date": "2023-08-20T14:47:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2662	peyrot-jean-1843-11-19	{"a2": "575", "g55": "01-440", "afd5": "823"}	{"g55": "01-440", "lerrcp": "A2-575", "muller": "M5-823"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Peyrot", "spouse": [], "official": {"given": "Jean Joseph", "family": null}}	\N	{"lmt": null, "tzo": "+00:02:51", "date": "1843-11-19 12:00", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "notime": null, "date-ut": "1843-11-19 11:57:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Peyrot"}, "birth": {"tzo": "+00:02:51", "date": "1843-11-19 12:00", "place": {"c2": "24", "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "date-ut": "1843-11-19 11:57:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-575"}, "ids-in-sources": {"a2": "575"}}, "raw": {"H": "11", "MN": "57", "TZ": "0", "COD": "24", "COU": "F", "DAY": "19", "LAT": "45N11", "LON": "0E44", "MON": "11", "NUM": "575", "PRO": "S", "SEC": "4", "YEA": "1843", "CITY": "PERIGUEUX"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Peyrot", "official": {"given": "Jean Joseph"}}, "birth": {"date": "1843-11-19 12:00", "place": {"name": "Périgueux"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "823"}}, "raw": {"NR": "823", "GNR": "SA2575", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "2", "SO_": "2", "VE_": "0", "CODE": "3", "JAHR": "1843", "KORR": "", "MARS": "36", "MODE": "LMT", "MOND": "14", "NAME": "PEYROT (JEAN JOSEPH).", "AUFAB": "-8.60", "PHAS_": "11.000", "SONNE": "10", "VENUS": "8", "BREITE": "45 N 11", "GEBORT": "Périgueux (Dordogne)", "LAENGE": "000 E 44", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "2", "GEBZEIT": "12.00", "JUPITER": "35", "ELECTAGE": "54,7", "ELECTDAT": "05.07.1898", "GEBDATUM": "19.11.1843", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-440"}, "ids-in-source": {"g55": "01-440"}}, "raw": {"DAY": "19-11-1843", "HOUR": "12 h.", "NAME": "PEYROT Jean", "PLACE": "Périgueux (Dordogne)."}, "date": "2023-08-20T14:47:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2665	picot-jean-1839-10-29	{"a2": "578", "g55": "01-443", "afd5": "825"}	{"g55": "01-443", "lerrcp": "A2-578", "muller": "M5-825"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Picot", "spouse": [], "official": {"given": "Jean Joseph", "family": null}}	\N	{"lmt": null, "tzo": "+00:24:48", "date": "1839-10-29 17:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.2, "lat": 48.7, "name": "Saint-Nicolas-du-Port", "geoid": 0}, "notime": null, "date-ut": "1839-10-29 16:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Picot"}, "birth": {"tzo": "+00:24:48", "date": "1839-10-29 17:00", "place": {"c2": "54", "cy": "FR", "lg": 6.2, "lat": 48.7, "name": "Saint-Nicolas-du-P", "geoid": 0}, "date-ut": "1839-10-29 16:35:12"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-578"}, "ids-in-sources": {"a2": "578"}}, "raw": {"H": "16", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "29", "LAT": "48N42", "LON": "6E12", "MON": "10", "NUM": "578", "PRO": "S", "SEC": "12", "YEA": "1839", "CITY": "ST-NICOLAS-DU-P"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Picot", "official": {"given": "Jean Joseph"}}, "birth": {"date": "1839-10-29 17:00", "place": {"name": "Saint-Nicolas-du-Port"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "825"}}, "raw": {"NR": "825", "GNR": "SA2578", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1839", "KORR": "", "MARS": "15", "MODE": "LMT", "MOND": "25", "NAME": "PICOT (JEAN JOSEPH).", "AUFAB": "-10.70", "PHAS_": "53.700", "SONNE": "19", "VENUS": "21", "BREITE": "48 N 42", "GEBORT": "Saint-Nicolas-du-Port (Meurthe)", "LAENGE": "006 E 12", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "16", "GEBZEIT": "17.00", "JUPITER": "19", "ELECTAGE": "47,4", "ELECTDAT": "01.03.1887", "GEBDATUM": "29.10.1839", "STBDATUM": "26.09.1916"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Nicolas-du-Port"}}, "partial-ids": {"g55": "01-443"}, "ids-in-source": {"g55": "01-443"}}, "raw": {"DAY": "29-10-1839", "HOUR": "17 h.", "NAME": "PICOT Jean", "PLACE": "Saint-Nicolas-du-Port (Meurthe-et-M.)."}, "date": "2023-08-20T14:47:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2667	piedelievre-rene-1891-05-07	{"a2": "580", "afd5": "827"}	{"lerrcp": "A2-580", "muller": "M5-827"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "René", "family": "Piédelievre", "spouse": [], "official": {"given": "René Valentin Paul", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1891-05-07 04:15", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1891-05-07 04:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Piedelievre"}, "birth": {"tzo": "+00:09:21", "date": "1891-05-07 04:15", "place": {"c2": "35", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1891-05-07 04:05:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-580"}, "ids-in-sources": {"a2": "580"}}, "raw": {"H": "4", "MN": "5", "TZ": "0", "COD": "35", "COU": "F", "DAY": "7", "LAT": "48N 7", "LON": "1W40", "MON": "5", "NUM": "580", "PRO": "S", "SEC": "40", "YEA": "1891", "CITY": "RENNES"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Piédelievre", "official": {"given": "René Valentin Paul"}}, "birth": {"date": "1891-05-07 04:15", "place": {"name": "Rennes"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "827"}}, "raw": {"NR": "827", "GNR": "SA2580", "JU_": "2", "MA_": "0", "MO_": "2", "SA_": "1", "SO_": "1", "VE_": "2", "CODE": "3", "JAHR": "1891", "KORR": "-0.16", "MARS": "33", "MODE": "", "MOND": "36", "NAME": "PIÉDELIEVRE (RENÉ VALENTIN PAUL).", "AUFAB": "-4.80", "PHAS_": "2.200", "SONNE": "35", "VENUS": "1", "BREITE": "48 N 07", "GEBORT": "Rennes (Ille-et-Vilaine)", "LAENGE": "001 W 40", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "21", "GEBZEIT": "04.15", "JUPITER": "3", "ELECTAGE": "58,8", "ELECTDAT": "31.01.1950", "GEBDATUM": "07.05.1891", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2670	pinard-adolphe-1844-02-04	{"a2": "583", "g55": "01-446", "afd5": "834"}	{"g55": "01-446", "lerrcp": "A2-583", "muller": "M5-834"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Adolphe", "family": "Pinard", "spouse": [], "official": {"given": "Adolphe", "family": null}}	\N	{"lmt": null, "tzo": "+00:15:34", "date": "1844-02-04 18:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 3.89129, "lat": 48.50937, "name": "Méry-sur-Seine", "geoid": 2994282}, "notime": null, "date-ut": "1844-02-04 17:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Pinard"}, "birth": {"tzo": "+00:15:34", "date": "1844-02-04 18:00", "place": {"c2": "10", "cy": "FR", "lg": 3.89129, "lat": 48.50937, "name": "Méry-sur-Seine", "geoid": 2994282}, "date-ut": "1844-02-04 17:43:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-583"}, "ids-in-sources": {"a2": "583"}}, "raw": {"H": "17", "MN": "43", "TZ": "0", "COD": "10", "COU": "F", "DAY": "4", "LAT": "48N18", "LON": "4E 5", "MON": "2", "NUM": "583", "PRO": "S", "SEC": "40", "YEA": "1844", "CITY": "MERY-S-SEINE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Pinard", "official": {"given": "Adolphe"}}, "birth": {"date": "1844-02-04 18:00", "place": {"name": "Méry-sur-Seine"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "834"}}, "raw": {"NR": "834", "GNR": "SA2583", "JU_": "0", "MA_": "1", "MO_": "2", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1844", "KORR": "", "MARS": "13", "MODE": "LMT", "MOND": "1", "NAME": "PINARD (ADOLPHE).", "AUFAB": "1.90", "PHAS_": "99.700", "SONNE": "20", "VENUS": "16", "BREITE": "48 N 18", "GEBORT": "Méry-sur-Seine (Aube)", "LAENGE": "004 E 05", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "21", "GEBZEIT": "18.00", "JUPITER": "17", "ELECTAGE": "48,4", "ELECTDAT": "14.06.1892", "GEBDATUM": "04.02.1844", "STBDATUM": "01.03.1934"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-446"}, "ids-in-source": {"g55": "01-446"}}, "raw": {"DAY": "4-2-1844", "HOUR": "18 h.", "NAME": "PINARD Adolphe", "PLACE": "Méry-sur-Seine (Aube)."}, "date": "2023-08-20T14:47:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2669	pilat-eugene-1816-01-28	{"a2": "582", "g55": "01-445", "afd5": "832"}	{"g55": "01-445", "lerrcp": "A2-582", "muller": "M5-832"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Eugène", "family": "Pilat", "spouse": [], "official": {"given": "Charlemagne Eugène Joseph", "family": null}}	\N	{"lmt": null, "tzo": "+00:12:04", "date": "1816-01-28 17:30", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 3.01667, "lat": 50.33333, "name": "Brebières", "geoid": 3030446}, "notime": null, "date-ut": "1816-01-28 17:18:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Pilat"}, "birth": {"tzo": "+00:12:04", "date": "1816-01-28 17:31", "place": {"c2": "62", "cy": "FR", "lg": 3.01667, "lat": 50.33333, "name": "Brebières", "geoid": 3030446}, "date-ut": "1816-01-28 17:18:56"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-582"}, "ids-in-sources": {"a2": "582"}}, "raw": {"H": "17", "MN": "18", "TZ": "0", "COD": "62", "COU": "F", "DAY": "28", "LAT": "50N18", "LON": "2E46", "MON": "1", "NUM": "582", "PRO": "S", "SEC": "56", "YEA": "1816", "CITY": "BREBIERES"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Pilat", "official": {"given": "Charlemagne Eugène Joseph"}}, "birth": {"date": "1816-01-28 17:30", "place": {"name": "Brebières"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "832"}}, "raw": {"NR": "832", "GNR": "SA2582", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1816", "KORR": "", "MARS": "9", "MODE": "LMT", "MOND": "20", "NAME": "PILAT (CHARLEMAGNE EUGENE JOSEPH).", "AUFAB": "-3.50", "PHAS_": "1.800", "SONNE": "20", "VENUS": "23", "BREITE": "50 N 18", "GEBORT": "Brebières (Pas-de-Calais)", "LAENGE": "002 E 46", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "19", "GEBZEIT": "17.30", "JUPITER": "27", "ELECTAGE": "75,5", "ELECTDAT": "07.07.1891", "GEBDATUM": "28.01.1816", "STBDATUM": "09.08.1892"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-445"}, "ids-in-source": {"g55": "01-445"}}, "raw": {"DAY": "28-1-1816", "HOUR": "17 h. 30", "NAME": "PILAT Eugène", "PLACE": "Brébiéres (Pas-de-Calais)."}, "date": "2023-08-20T14:47:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2673	pitres-albert-1848-08-26	{"a2": "586", "g55": "01-448", "afd5": "837"}	{"g55": "01-448", "lerrcp": "A2-586", "muller": "M5-837"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Albert", "family": "Pitres", "spouse": [], "official": {"given": "Albert Jean Marie Marcel", "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1848-08-26 06:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1848-08-26 05:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Pitres"}, "birth": {"tzo": "-00:02:19", "date": "1848-08-26 05:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1848-08-26 05:57:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-586"}, "ids-in-sources": {"a2": "586"}}, "raw": {"H": "5", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "26", "LAT": "44N50", "LON": "0W34", "MON": "8", "NUM": "586", "PRO": "S", "SEC": "36", "YEA": "1848", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Pitres", "official": {"given": "Albert Jean Marie Marcel"}}, "birth": {"date": "1848-08-26 06:00", "place": {"name": "Bordeaux"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "837"}}, "raw": {"NR": "837", "GNR": "SA2586", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1848", "KORR": "", "MARS": "35", "MODE": "LMT", "MOND": "5", "NAME": "PITRES (ALBERT JEAN MARIE MARCEL).", "AUFAB": "-7.20", "PHAS_": "8.700", "SONNE": "1", "VENUS": "36", "BREITE": "44 N 50", "GEBORT": "Bordeaux (Gironde)", "LAENGE": "000 W 34", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "17", "GEBZEIT": "06.00", "JUPITER": "4", "ELECTAGE": "39,5", "ELECTDAT": "07.02.1888", "GEBDATUM": "26.08.1848", "STBDATUM": "25.03.1928"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-448"}, "ids-in-source": {"g55": "01-448"}}, "raw": {"DAY": "26-8-1848", "HOUR": "6 h.", "NAME": "PITRES Albert", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:47:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2675	planchon-jules-1823-03-21	{"a2": "588", "g55": "01-450", "afd5": "840"}	{"g55": "01-450", "lerrcp": "A2-588", "muller": "M5-840"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jules", "family": "Planchon", "spouse": [], "official": {"given": "Jules Emile", "family": null}}	\N	{"lmt": null, "tzo": "+00:14:50", "date": "1823-03-21 14:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.70797, "lat": 43.93419, "name": "Ganges", "geoid": 3016714}, "notime": null, "date-ut": "1823-03-21 13:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Planchon"}, "birth": {"tzo": "+00:14:50", "date": "1823-03-21 14:00", "place": {"c2": "34", "cy": "FR", "lg": 3.70797, "lat": 43.93419, "name": "Ganges", "geoid": 3016714}, "date-ut": "1823-03-21 13:44:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-588"}, "ids-in-sources": {"a2": "588"}}, "raw": {"H": "13", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "21", "LAT": "43N37", "LON": "3E53", "MON": "3", "NUM": "588", "PRO": "S", "SEC": "28", "YEA": "1823", "CITY": "GANGES"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Planchon", "official": {"given": "Jules Emile"}}, "birth": {"date": "1823-03-21 14:00", "place": {"name": "Ganges"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "840"}}, "raw": {"NR": "840", "GNR": "SA2588", "JU_": "0", "MA_": "2", "MO_": "2", "SA_": "2", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1823", "KORR": "", "MARS": "12", "MODE": "LMT", "MOND": "3", "NAME": "PLANCHON (JULES EMILE).", "AUFAB": "11.20", "PHAS_": "64.000", "SONNE": "12", "VENUS": "10", "BREITE": "43 N 37", "GEBORT": "Ganges (Hérault)", "LAENGE": "003 E 53", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "9", "GEBZEIT": "14.00", "JUPITER": "7", "ELECTAGE": "51,4", "ELECTDAT": "04.08.1874", "GEBDATUM": "21.03.1823", "STBDATUM": "01.04.1888"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-450"}, "ids-in-source": {"g55": "01-450"}}, "raw": {"DAY": "21-3-1823", "HOUR": "14 h.", "NAME": "* PLANCHON Jules", "PLACE": "Ganges (Hérault)."}, "date": "2023-08-20T14:47:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2678	poiseuille-jean-1797-04-22	{"a2": "591"}	{"lerrcp": "A2-591"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Poiseuille", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1797-04-22 09:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1797-04-22 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Poiseuille"}, "birth": {"tzo": "+00:09:24", "date": "1797-04-22 09:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1797-04-22 08:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-591"}, "ids-in-sources": {"a2": "591"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "22", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "591", "PRO": "S", "SEC": "40", "YEA": "1797", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
2680	policard-albert-1881-01-15	{"a2": "593", "afd5": "844"}	{"lerrcp": "A2-593", "muller": "M5-844"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Albert", "family": "Policard", "spouse": [], "official": {"given": "Albert", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1881-01-15 01:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1881-01-15 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Policard"}, "birth": {"tzo": "+00:09:24", "date": "1881-01-15 01:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1881-01-15 00:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-593"}, "ids-in-sources": {"a2": "593"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "15", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "593", "PRO": "S", "SEC": "40", "YEA": "1881", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Policard", "official": {"given": "Albert"}}, "birth": {"date": "1881-01-15 01:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "844"}}, "raw": {"NR": "844", "GNR": "SA2593", "JU_": "1", "MA_": "1", "MO_": "2", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "4", "JAHR": "1881", "KORR": "", "MARS": "30", "MODE": "LMT", "MOND": "11", "NAME": "POLICARD (ALBERT).", "AUFAB": "1.70", "PHAS_": "99.800", "SONNE": "28", "VENUS": "25", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "20", "GEBZEIT": "01.00", "JUPITER": "21", "ELECTAGE": "47,5", "ELECTDAT": "10.07.1928", "GEBDATUM": "15.01.1881", "STBDATUM": "02.03.1972"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2679	polaillon-joseph-1836-02-17	{"a2": "592", "g55": "01-453", "afd5": "843"}	{"g55": "01-453", "lerrcp": "A2-592", "muller": "M5-843"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Joseph", "family": "Polaillon", "spouse": [], "official": {"given": "Joseph François Benjamin", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1836-02-17 05:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1836-02-17 04:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Polaillon"}, "birth": {"tzo": "+00:19:23", "date": "1836-02-17 05:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1836-02-17 04:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-592"}, "ids-in-sources": {"a2": "592"}}, "raw": {"H": "4", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "17", "LAT": "45N46", "LON": "4E50", "MON": "2", "NUM": "592", "PRO": "S", "SEC": "40", "YEA": "1836", "CITY": "LYON"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Polaillon", "official": {"given": "Joseph François Benjamin"}}, "birth": {"date": "1836-02-17 05:00", "place": {"name": "Lyon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "843"}}, "raw": {"NR": "843", "GNR": "SA2592", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "2", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1836", "KORR": "", "MARS": "35", "MODE": "LMT", "MOND": "33", "NAME": "POLAILLON (JOSEPH FRANCOIS BENJAMIN).", "AUFAB": "-0.90", "PHAS_": "0.200", "SONNE": "34", "VENUS": "32", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "10", "GEBZEIT": "05.00", "JUPITER": "20", "ELECTAGE": "44,4", "ELECTDAT": "13.07.1880", "GEBDATUM": "17.02.1836", "STBDATUM": "24.05.1902"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-453"}, "ids-in-source": {"g55": "01-453"}}, "raw": {"DAY": "17-2-1836", "HOUR": "5 h.", "NAME": "POLAILLON Joseph", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:47:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2683	porak-charles-1845-05-09	{"a2": "596", "afd5": "848"}	{"lerrcp": "A2-596", "muller": "M5-848"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles", "family": "Porak", "spouse": [], "official": {"given": "Charles Auguste", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1845-05-09 01:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1845-05-09 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Porak"}, "birth": {"tzo": "+00:09:24", "date": "1845-05-09 01:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1845-05-09 00:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-596"}, "ids-in-sources": {"a2": "596"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "9", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "596", "PRO": "S", "SEC": "40", "YEA": "1845", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Porak", "official": {"given": "Charles Auguste"}}, "birth": {"date": "1845-05-09 01:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "848"}}, "raw": {"NR": "848", "GNR": "SA2596", "JU_": "0", "MA_": "2", "MO_": "0", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "4", "JAHR": "1845", "KORR": "", "MARS": "36", "MODE": "LMT", "MOND": "25", "NAME": "PORAK (CHARLES AUGUSTE).", "AUFAB": "3.80", "PHAS_": "6.200", "SONNE": "30", "VENUS": "30", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "36", "GEBZEIT": "01.00", "JUPITER": "32", "ELECTAGE": "48,9", "ELECTDAT": "06.03.1894", "GEBDATUM": "09.05.1845", "STBDATUM": "27.05.1921"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2685	pouchet-gabriel-1851-08-11	{"a2": "598", "afd5": "853"}	{"lerrcp": "A2-598", "muller": "M5-853"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Gabriel", "family": "Pouchet", "spouse": [], "official": {"given": "Anne Gabriel", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1851-08-11 21:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1851-08-11 20:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Pouchet"}, "birth": {"tzo": "+00:09:24", "date": "1851-08-11 21:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1851-08-11 20:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-598"}, "ids-in-sources": {"a2": "598"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "11", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "598", "PRO": "S", "SEC": "40", "YEA": "1851", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Pouchet", "official": {"given": "Anne Gabriel"}}, "birth": {"date": "1851-08-11 21:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "853"}}, "raw": {"NR": "853", "GNR": "SA2598", "JU_": "1", "MA_": "1", "MO_": "2", "SA_": "1", "SO_": "0", "VE_": "0", "CODE": "4", "JAHR": "1851", "KORR": "", "MARS": "30", "MODE": "LMT", "MOND": "3", "NAME": "POUCHET (ANNE GABRIEL).", "AUFAB": "2.60", "PHAS_": "99.200", "SONNE": "22", "VENUS": "23", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "35", "GEBZEIT": "21.00", "JUPITER": "18", "ELECTAGE": "46,4", "ELECTDAT": "07.12.1897", "GEBDATUM": "11.08.1851", "STBDATUM": "03.06.1938"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2688	prenant-louis-1861-11-05	{"a2": "601", "g55": "01-458", "afd5": "857"}	{"g55": "01-458", "lerrcp": "A2-601", "muller": "M5-857"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Prenant", "spouse": [], "official": {"given": "Louis César Auguste", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1861-11-05 06:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1861-11-05 05:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Prenant"}, "birth": {"tzo": "+00:19:23", "date": "1861-11-05 06:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1861-11-05 05:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-601"}, "ids-in-sources": {"a2": "601"}}, "raw": {"H": "5", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "5", "LAT": "45N46", "LON": "4E50", "MON": "11", "NUM": "601", "PRO": "S", "SEC": "40", "YEA": "1861", "CITY": "LYON"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Prenant", "official": {"given": "Louis César Auguste"}}, "birth": {"date": "1861-11-05 06:00", "place": {"name": "Lyon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "857"}}, "raw": {"NR": "857", "GNR": "SA2601", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1861", "KORR": "", "MARS": "3", "MODE": "LMT", "MOND": "32", "NAME": "PRENANT (LOUIS CÉSAR AUGUSTE).", "AUFAB": "5.30", "PHAS_": "8.100", "SONNE": "35", "VENUS": "31", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "6", "GEBZEIT": "06.00", "JUPITER": "6", "ELECTAGE": "49,4", "ELECTDAT": "07.03.1911", "GEBDATUM": "05.11.1861", "STBDATUM": "28.09.1927"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-458"}, "ids-in-source": {"g55": "01-458"}}, "raw": {"DAY": "5-11-1861", "HOUR": "6 h.", "NAME": "PRENANT Louis", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:47:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2690	prunier-leon-1841-08-26	{"a2": "603", "g55": "01-460", "afd5": "861"}	{"g55": "01-460", "lerrcp": "A2-603", "muller": "M5-861"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Léon", "family": "Prunier", "spouse": [], "official": {"given": "Léon", "family": null}}	\N	{"lmt": null, "tzo": "+00:11:08", "date": "1841-08-26 20:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "notime": null, "date-ut": "1841-08-26 19:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Prunier"}, "birth": {"tzo": "+00:11:08", "date": "1841-08-26 20:00", "place": {"c2": "62", "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "date-ut": "1841-08-26 19:48:56"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-603"}, "ids-in-sources": {"a2": "603"}}, "raw": {"H": "19", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "26", "LAT": "50N18", "LON": "2E46", "MON": "8", "NUM": "603", "PRO": "S", "SEC": "56", "YEA": "1841", "CITY": "ARRAS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Prunier", "official": {"given": "Léon"}}, "birth": {"date": "1841-08-26 20:00", "place": {"name": "Arras"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "861"}}, "raw": {"NR": "861", "GNR": "SA2603", "JU_": "1", "MA_": "0", "MO_": "2", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1841", "KORR": "", "MARS": "16", "MODE": "LMT", "MOND": "9", "NAME": "PRUNIER (LÉON).", "AUFAB": "9.20", "PHAS_": "70.200", "SONNE": "20", "VENUS": "25", "BREITE": "50 N 18", "GEBORT": "Arras (Pas-de-Calais)", "LAENGE": "002 E 46", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "11", "GEBZEIT": "20.00", "JUPITER": "13", "ELECTAGE": "45,5", "ELECTDAT": "01.02.1887", "GEBDATUM": "26.08.1841", "STBDATUM": "12.08.1906"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-460"}, "ids-in-source": {"g55": "01-460"}}, "raw": {"DAY": "26-8-1841", "HOUR": "20 h.", "NAME": "PRUNIER Léon", "PLACE": "Arras (Pas-de-Calais)."}, "date": "2023-08-20T14:47:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
17872	bouvard-michel-1905-06-15	{"e1": "240"}	{"lerrcp": "E1-240"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Bouvard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-06-15 05:00", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": -1.28524, "lat": 47.2775, "name": "Barbechat", "geoid": 3035040}, "notime": null, "date-ut": "1905-06-15 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Bouvard"}, "birth": {"tzo": "+00:09", "date": "1905-06-15 05:00", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": -1.28524, "lat": 47.2775, "name": "Barbechat", "geoid": 3035040}, "date-ut": "1905-06-15 04:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "240"}}, "raw": {"H": "05:00", "COD": "44", "DAY": "15", "MON": "06", "NUM": "0240", "PRO": "MI", "YEA": "1905", "CITY": "Barbechat", "NAME": "BOUVARD Michel", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
2695	quinquaud-charles-1841-12-26	{"a2": "608", "g55": "01-463", "afd5": "866"}	{"g55": "01-463", "lerrcp": "A2-608", "muller": "M5-866"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles", "family": "Quinquaud", "spouse": [], "official": {"given": "Charles Eugène", "family": null}}	\N	{"lmt": null, "tzo": "+00:06:27", "date": "1841-12-26 18:00", "note": null, "place": {"c1": null, "c2": "23", "c3": null, "cy": "FR", "lg": 1.61278, "lat": 46.33469, "name": "Lafat", "geoid": 3009564}, "notime": null, "date-ut": "1841-12-26 21:52:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Quinquaud"}, "birth": {"tzo": "+00:06:27", "date": "1841-12-26 22:00", "place": {"c2": "23", "cy": "FR", "lg": 1.61278, "lat": 46.33469, "name": "Lafat", "geoid": 3009564}, "date-ut": "1841-12-26 21:52:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-608"}, "ids-in-sources": {"a2": "608"}}, "raw": {"H": "21", "MN": "52", "TZ": "0", "COD": "23", "COU": "F", "DAY": "26", "LAT": "46N17", "LON": "1E52", "MON": "12", "NUM": "608", "PRO": "S", "SEC": "32", "YEA": "1841", "CITY": "LAFAT"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Quinquaud", "official": {"given": "Charles Eugène"}}, "birth": {"date": "1841-12-26 18:00", "place": {"name": "Lafat"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "866"}}, "raw": {"NR": "866", "GNR": "SA2608", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "2", "JAHR": "1841", "KORR": "", "MARS": "14", "MODE": "LMT", "MOND": "5", "NAME": "QUINQUAUD (CHARLES EUGENE).", "AUFAB": "6.80", "PHAS_": "92.800", "SONNE": "21", "VENUS": "22", "BREITE": "46 N 10", "GEBORT": "Lafat (Creuse)", "LAENGE": "001 E 52", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "20", "GEBZEIT": "18.00", "JUPITER": "21", "ELECTAGE": "49,2", "ELECTDAT": "10.02.1891", "GEBDATUM": "26.12.1841", "STBDATUM": "09.01.1894"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-463"}, "ids-in-source": {"g55": "01-463"}}, "raw": {"DAY": "26-12-1841", "HOUR": "22 h.", "NAME": "QUINQUAUD Charles", "PLACE": "Lafat (Creuse)."}, "date": "2023-08-20T14:47:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2694	quenu-jean-1889-07-13	{"a2": "607", "afd5": "865"}	{"lerrcp": "A2-607", "muller": "M5-865"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Quénu", "spouse": [], "official": {"given": "Jean Augustin Edouard Eugène", "family": null}}	\N	{"lmt": null, "tzo": "+00:11:04", "date": "1889-07-13 23:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Berck-sur-Mer", "geoid": 0}, "notime": null, "date-ut": "1889-07-13 22:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Quenu"}, "birth": {"tzo": "+00:11:04", "date": "1889-07-13 23:00", "place": {"c2": "62", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Berck-sur-Mer", "geoid": 0}, "date-ut": "1889-07-13 22:48:56"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-607"}, "ids-in-sources": {"a2": "607"}}, "raw": {"H": "22", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "13", "LAT": "50N18", "LON": "2E46", "MON": "7", "NUM": "607", "PRO": "S", "SEC": "56", "YEA": "1889", "CITY": "BERCK-S-MER"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Quénu", "official": {"given": "Jean Augustin Edouard Eugène"}}, "birth": {"date": "1889-07-13 23:00", "place": {"name": "Berck-sur-Mer"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "865"}}, "raw": {"NR": "865", "GNR": "SA2607", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1889", "KORR": "", "MARS": "26", "MODE": "LMT", "MOND": "5", "NAME": "QUÉNU (JEAN AUGUSTIN EDOUARD EUGENE).", "AUFAB": "1.20", "PHAS_": "100.00", "SONNE": "25", "VENUS": "32", "BREITE": "50 N 18", "GEBORT": "Berck-sur-Mer (Pas-de-Calais)", "LAENGE": "002 E 46", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "22", "GEBZEIT": "23.00", "JUPITER": "10", "ELECTAGE": "62,7", "ELECTDAT": "18.03.1952", "GEBDATUM": "13.07.1889", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2693	quenu-edouard-1852-07-21	{"a2": "606", "g55": "01-462", "afd5": "864"}	{"g55": "01-462", "lerrcp": "A2-606", "muller": "M5-864"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Edouard", "family": "Quénu", "spouse": [], "official": {"given": "Edouard André Victor Alfred", "family": null}}	\N	{"lmt": null, "tzo": "+00:06:50", "date": "1852-07-21 04:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 1.70786, "lat": 50.81294, "name": "Marquise", "geoid": 2995532}, "notime": null, "date-ut": "1852-07-21 03:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Quenu"}, "birth": {"tzo": "+00:06:50", "date": "1852-07-21 03:55:46", "place": {"c2": "62", "cy": "FR", "lg": 1.70786, "lat": 50.81294, "name": "Marquise", "geoid": 2995532}, "date-ut": "1852-07-21 03:48:56"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-606"}, "ids-in-sources": {"a2": "606"}}, "raw": {"H": "3", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "21", "LAT": "50N18", "LON": "2E46", "MON": "7", "NUM": "606", "PRO": "S", "SEC": "56", "YEA": "1852", "CITY": "MARQUISE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Quénu", "official": {"given": "Edouard André Victor Alfred"}}, "birth": {"date": "1852-07-21 04:00", "place": {"name": "Marquise"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "864"}}, "raw": {"NR": "864", "GNR": "SA2606", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "1", "CODE": "3", "JAHR": "1852", "KORR": "", "MARS": "28", "MODE": "LMT", "MOND": "28", "NAME": "QUÉNU (EDOUARD ANDRÉ VICTOR ALFRED).", "AUFAB": "7.80", "PHAS_": "17.700", "SONNE": "36", "VENUS": "35", "BREITE": "50 N 18", "GEBORT": "Marquise (Pas-de-Calais)", "LAENGE": "002 E 46", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "6", "GEBZEIT": "04.00", "JUPITER": "24", "ELECTAGE": "56,4", "ELECTDAT": "17.11.1908", "GEBDATUM": "21.07.1852", "STBDATUM": "28.07.1933"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-462"}, "ids-in-source": {"g55": "01-462"}}, "raw": {"DAY": "21-7-1852", "HOUR": "4 h.", "NAME": "* QUENU Edouard", "PLACE": "Marquise (Pas-de-Calais)."}, "date": "2023-08-20T14:47:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2698	ramon-gaston-1886-09-30	{"a2": "611", "g55": "01-466", "afd5": "870"}	{"g55": "01-466", "lerrcp": "A2-611", "muller": "M5-870"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Gaston", "family": "Ramon", "spouse": [], "official": {"given": "Gaston Léon", "family": null}}	\N	{"lmt": null, "tzo": "+00:14:26", "date": "1886-09-30 08:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.60815, "lat": 48.04268, "name": "Bellechaume", "geoid": 3033732}, "notime": null, "date-ut": "1886-09-30 07:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Ramon"}, "birth": {"tzo": "+00:14:26", "date": "1886-09-30 08:00", "place": {"c2": "89", "cy": "FR", "lg": 3.60815, "lat": 48.04268, "name": "Bellechaume", "geoid": 3033732}, "date-ut": "1886-09-30 07:45:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-611"}, "ids-in-sources": {"a2": "611"}}, "raw": {"H": "7", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "30", "LAT": "47N48", "LON": "3E35", "MON": "9", "NUM": "611", "PRO": "S", "SEC": "40", "YEA": "1886", "CITY": "BELLECHAUME"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Ramon", "official": {"given": "Gaston Léon"}}, "birth": {"date": "1886-09-30 08:00", "place": {"name": "Bellechaume"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "870"}}, "raw": {"NR": "870", "GNR": "SA2611", "JU_": "2", "MA_": "0", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1886", "KORR": "", "MARS": "33", "MODE": "LMT", "MOND": "35", "NAME": "RAMON (GASTON LÉON).", "AUFAB": "4.50", "PHAS_": "6.400", "SONNE": "4", "VENUS": "5", "BREITE": "47 N 48", "GEBORT": "Bellechaume (Yonne)", "LAENGE": "003 E 35", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "11", "GEBZEIT": "08.00", "JUPITER": "3", "ELECTAGE": "47,5", "ELECTDAT": "13.03.1934", "GEBDATUM": "30.09.1886", "STBDATUM": "08.06.1963"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-466"}, "ids-in-source": {"g55": "01-466"}}, "raw": {"DAY": "30-9-1886", "HOUR": "8 h.", "NAME": "RAMON Gaston", "PLACE": "Bellechaume (Yonne)."}, "date": "2023-08-20T14:47:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2700	ranvier-louis-1835-10-02	{"a2": "613", "g55": "01-468", "afd5": "873"}	{"g55": "01-468", "lerrcp": "A2-613", "muller": "M5-873"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Ranvier", "spouse": [], "official": {"given": "Louis Antoine", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1835-10-02 04:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1835-10-02 03:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Ranvier"}, "birth": {"tzo": "+00:19:23", "date": "1835-10-02 04:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1835-10-02 03:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-613"}, "ids-in-sources": {"a2": "613"}}, "raw": {"H": "3", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "2", "LAT": "45N46", "LON": "4E50", "MON": "10", "NUM": "613", "PRO": "S", "SEC": "40", "YEA": "1835", "CITY": "LYON"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Ranvier", "official": {"given": "Louis Antoine"}}, "birth": {"date": "1835-10-02 04:00", "place": {"name": "Lyon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "873"}}, "raw": {"NR": "873", "GNR": "SA2613", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1835", "KORR": "", "MARS": "31", "MODE": "LMT", "MOND": "22", "NAME": "RANVIER (LOUIS ANTOINE).", "AUFAB": "9.60", "PHAS_": "78.100", "SONNE": "34", "VENUS": "34", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "32", "GEBZEIT": "04.00", "JUPITER": "7", "ELECTAGE": "50,6", "ELECTDAT": "20.04.1886", "GEBDATUM": "02.10.1835", "STBDATUM": "22.03.1922"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-468"}, "ids-in-source": {"g55": "01-468"}}, "raw": {"DAY": "2-10-1835", "HOUR": "4 h.", "NAME": "* RANVIER Louis", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:47:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2705	raynaud-maurice-1834-07-05	{"a2": "618"}	{"lerrcp": "A2-618"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Raynaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1834-07-05 08:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1834-07-05 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Raynaud"}, "birth": {"tzo": "+00:09:24", "date": "1834-07-05 08:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1834-07-05 07:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-618"}, "ids-in-sources": {"a2": "618"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "5", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "618", "PRO": "S", "SEC": "40", "YEA": "1834", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
2703	raymond-fulgence-1844-09-29	{"a2": "616", "g55": "01-470", "afd5": "877"}	{"g55": "01-470", "lerrcp": "A2-616", "muller": "M5-877"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Fulgence", "family": "Raymond", "spouse": [], "official": {"given": "Fulgence", "family": null}}	\N	{"lmt": null, "tzo": "-00:06:40", "date": "1844-09-29 04:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Saint-Christophe", "geoid": 0}, "notime": null, "date-ut": "1844-09-29 04:06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Fulgence", "family": "Raymond"}, "birth": {"tzo": "-00:06:40", "date": "1844-09-29 04:00", "place": {"c2": "35", "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Saint-Christophe", "geoid": 0}, "date-ut": "1844-09-29 04:06:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-616"}, "ids-in-sources": {"a2": "616"}}, "raw": {"H": "4", "MN": "6", "TZ": "0", "COD": "35", "COU": "F", "DAY": "29", "LAT": "48N 7", "LON": "1W40", "MON": "9", "NUM": "616", "PRO": "S", "SEC": "40", "YEA": "1844", "CITY": "ST-CHRISTOPHE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Raymond", "official": {"given": "Fulgence"}}, "birth": {"date": "1844-09-29 04:00", "place": {"name": "Saint-Christophe"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "877"}}, "raw": {"NR": "877", "GNR": "SA2616", "JU_": "0", "MA_": "2", "MO_": "2", "SA_": "0", "SO_": "0", "VE_": "2", "CODE": "2", "JAHR": "1844", "KORR": "", "MARS": "36", "MODE": "LMT", "MOND": "12", "NAME": "RAYMOND (FULGENCE).", "AUFAB": "-3.70", "PHAS_": "94.100", "SONNE": "33", "VENUS": "3", "BREITE": "47 N 24", "GEBORT": "Saint-Christophe (Indre-et-Loire)", "LAENGE": "000 E 42", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ-d", "SATURN": "23", "GEBZEIT": "04.00", "JUPITER": "16", "ELECTAGE": "54,7", "ELECTDAT": "13.06.1899", "GEBDATUM": "29.09.1844", "STBDATUM": "28.09.1910"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Christophe"}}, "partial-ids": {"g55": "01-470"}, "ids-in-source": {"g55": "01-470"}}, "raw": {"DAY": "29-9-1844", "HOUR": "4 h.", "NAME": "RAYMOND Fulgence", "PLACE": "Saint-Christophe (Indre-et-Loire)."}, "date": "2023-08-20T14:47:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2704	raynaud-lucien-1866-11-02	{"a2": "617", "g55": "01-471", "afd5": "878"}	{"g55": "01-471", "lerrcp": "A2-617", "muller": "M5-878"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Lucien", "family": "Raynaud", "spouse": [], "official": {"given": "Pierre Lucien Georges Victor M", "family": null}}	\N	{"lmt": null, "tzo": "+00:24:54", "date": "1866-11-02 19:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 6.2265, "lat": 43.30071, "name": "Pignans", "geoid": 2987179}, "notime": null, "date-ut": "1866-11-02 18:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Raynaud"}, "birth": {"tzo": "+00:24:54", "date": "1866-11-02 19:00", "place": {"c2": "83", "cy": "FR", "lg": 6.2265, "lat": 43.30071, "name": "Pignans", "geoid": 2987179}, "date-ut": "1866-11-02 18:34:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-617"}, "ids-in-sources": {"a2": "617"}}, "raw": {"H": "18", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "2", "LAT": "43N32", "LON": "6E28", "MON": "11", "NUM": "617", "PRO": "S", "SEC": "8", "YEA": "1866", "CITY": "PIGNANS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Raynaud", "official": {"given": "Pierre Lucien Georges Victor M"}}, "birth": {"date": "1866-11-02 19:00", "place": {"name": "Pignans"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "878"}}, "raw": {"NR": "878", "GNR": "SA2617", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1866", "KORR": "", "MARS": "31", "MODE": "LMT", "MOND": "25", "NAME": "RAYNAUD (PIERRE LUCIEN GEORGES VICTOR M.).", "AUFAB": "-9.60", "PHAS_": "25.900", "SONNE": "21", "VENUS": "19", "BREITE": "43 N 32", "GEBORT": "Pignans (Var)", "LAENGE": "006 E 28", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "21", "GEBZEIT": "19.00", "JUPITER": "13", "ELECTAGE": "64,7", "ELECTDAT": "07.07.1931", "GEBDATUM": "02.11.1866", "STBDATUM": "04.09.1931"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-471"}, "ids-in-source": {"g55": "01-471"}}, "raw": {"DAY": "2-11-1866", "HOUR": "19 h.", "NAME": "RAYNAUD Lucien", "PLACE": "Pignans (Var)."}, "date": "2023-08-20T14:47:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2708	regnard-paul-1850-11-07	{"a2": "621", "g55": "01-474", "afd5": "884"}	{"g55": "01-474", "lerrcp": "A2-621", "muller": "M5-884"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul", "family": "Regnard", "spouse": [], "official": {"given": "Paul Marie Léon", "family": null}}	\N	{"lmt": null, "tzo": "+00:20:08", "date": "1850-11-07 12:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Chatillon-sur-Seine", "geoid": 0}, "notime": null, "date-ut": "1850-11-07 11:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Regnard"}, "birth": {"tzo": "+00:20:08", "date": "1850-11-07 12:00", "place": {"c2": "21", "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Chatillon-sur-Sein", "geoid": 0}, "date-ut": "1850-11-07 11:39:52"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-621"}, "ids-in-sources": {"a2": "621"}}, "raw": {"H": "11", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "7", "LAT": "47N19", "LON": "5E 2", "MON": "11", "NUM": "621", "PRO": "S", "SEC": "52", "YEA": "1850", "CITY": "CHATILLON S-SEIN"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Regnard", "official": {"given": "Paul Marie Léon"}}, "birth": {"date": "1850-11-07 12:00", "place": {"name": "Châtillon-sur-Seine"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "884"}}, "raw": {"NR": "884", "GNR": "SA2621", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "2", "CODE": "4", "JAHR": "1850", "KORR": "", "MARS": "9", "MODE": "LMT", "MOND": "4", "NAME": "REGNARD (PAUL MARIE LÉON).", "AUFAB": "5.00", "PHAS_": "9.200", "SONNE": "10", "VENUS": "3", "BREITE": "47 N 19", "GEBORT": "Châtillon-sur-Seine (Côte-d'Or)", "LAENGE": "005 E 02", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "31", "GEBZEIT": "12.00", "JUPITER": "13", "ELECTAGE": "44,7", "ELECTDAT": "25.06.1895", "GEBDATUM": "07.11.1850", "STBDATUM": "18.04.1927"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Chatillon-sur-Seine"}}, "partial-ids": {"g55": "01-474"}, "ids-in-source": {"g55": "01-474"}}, "raw": {"DAY": "7-11-1850", "HOUR": "12 h.", "NAME": "REGNARD Paul", "PLACE": "Chatillon-sur-Seine (Côte-d’Or)."}, "date": "2023-08-20T14:47:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2710	remlinger-paul-1871-12-29	{"a2": "623", "g55": "01-475", "afd5": "887"}	{"g55": "01-475", "lerrcp": "A2-623", "muller": "M5-887"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul", "family": "Remlinger", "spouse": [], "official": {"given": "Paul Ambroise", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1871-12-29 19:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.19208, "lat": 49.31368, "name": "Bertrange", "geoid": 3033163}, "notime": null, "date-ut": "1871-12-29 18:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Remlinger"}, "birth": {"place": {"c2": "57", "cy": "FR", "lg": 6.19208, "lat": 49.31368, "name": "Bertrange", "geoid": 3033163}, "date-ut": "1871-12-29 18:35:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-623"}, "ids-in-sources": {"a2": "623"}}, "raw": {"H": "19", "MN": "35", "TZ": "-1", "COD": "57", "COU": "F", "DAY": "29", "LAT": "49N 7", "LON": "6E11", "MON": "12", "NUM": "623", "PRO": "S", "SEC": "16", "YEA": "1871", "CITY": "BERTRANGE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Remlinger", "official": {"given": "Paul Ambroise"}}, "birth": {"date": "1871-12-29 19:00", "place": {"name": "Bertrange"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "887"}}, "raw": {"NR": "887", "GNR": "SA2623", "JU_": "2", "MA_": "1", "MO_": "2", "SA_": "1", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1871", "KORR": "", "MARS": "19", "MODE": "LMT", "MOND": "1", "NAME": "REMLINGER (PAUL AMBROISE).", "AUFAB": "-2.80", "PHAS_": "96.100", "SONNE": "22", "VENUS": "25", "BREITE": "49 N 07", "GEBORT": "Bertrange (Alsace-Lorraine) [Mosel", "LAENGE": "006 E 11", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "21", "GEBZEIT": "19.00", "JUPITER": "2", "ELECTAGE": "47,4", "ELECTDAT": "13.05.1919", "GEBDATUM": "29.12.1871", "STBDATUM": "09.03.1964"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-475"}, "ids-in-source": {"g55": "01-475"}}, "raw": {"DAY": "29-12-1871", "HOUR": "19 h.", "NAME": "\\fREMLINGER Paul", "PLACE": "Bertrange (Moselle)."}, "date": "2023-08-20T14:47:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2715	renon-louis-1863-10-22	{"a2": "628", "afd5": "893"}	{"lerrcp": "A2-628", "muller": "M5-893"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Renon", "spouse": [], "official": {"given": "Louis Pierre", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1863-10-22 12:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1863-10-22 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Renon"}, "birth": {"tzo": "+00:09:24", "date": "1863-10-22 12:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1863-10-22 11:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-628"}, "ids-in-sources": {"a2": "628"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "22", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "628", "PRO": "S", "SEC": "40", "YEA": "1863", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Renon", "official": {"given": "Louis Pierre"}}, "birth": {"date": "1863-10-22 12:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "893"}}, "raw": {"NR": "893", "GNR": "SA2628", "JU_": "2", "MA_": "2", "MO_": "0", "SA_": "2", "SO_": "2", "VE_": "1", "CODE": "4", "JAHR": "1863", "KORR": "", "MARS": "11", "MODE": "LMT", "MOND": "33", "NAME": "RENON (LOUIS PIERRE).", "AUFAB": "10.60", "PHAS_": "73.900", "SONNE": "10", "VENUS": "13", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "11", "GEBZEIT": "12.00", "JUPITER": "9", "ELECTAGE": "57,4", "ELECTDAT": "15.03.1921", "GEBDATUM": "22.10.1863", "STBDATUM": "13.10.1922"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2713	renaut-joseph-1844-12-07	{"a2": "626", "g55": "01-478", "afd5": "891"}	{"g55": "01-478", "lerrcp": "A2-626", "muller": "M5-891"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Joseph", "family": "Renaut", "spouse": [], "official": {"given": "Joseph Louis", "family": null}}	\N	{"lmt": null, "tzo": "-00:06:40", "date": "1844-12-07 01:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "La Haye-Descartes", "geoid": 0}, "notime": null, "date-ut": "1844-12-07 01:06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Renaut"}, "birth": {"tzo": "-00:06:40", "date": "1844-12-07 01:00", "place": {"c2": "35", "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "La Haye-Descart", "geoid": 0}, "date-ut": "1844-12-07 01:06:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-626"}, "ids-in-sources": {"a2": "626"}}, "raw": {"H": "1", "MN": "6", "TZ": "0", "COD": "35", "COU": "F", "DAY": "7", "LAT": "48N 7", "LON": "1W40", "MON": "12", "NUM": "626", "PRO": "S", "SEC": "40", "YEA": "1844", "CITY": "LA HAYE-DESCART"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Renaut", "official": {"given": "Joseph Louis"}}, "birth": {"date": "1844-12-07 01:00", "place": {"name": "la Haye-Descartes"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "891"}}, "raw": {"NR": "891", "GNR": "SA2626", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "2", "JAHR": "1844", "KORR": "", "MARS": "33", "MODE": "LMT", "MOND": "32", "NAME": "RENAUT (JOSEPH LOUIS).", "AUFAB": "-8.60", "PHAS_": "11.700", "SONNE": "29", "VENUS": "32", "BREITE": "47 N 24", "GEBORT": "la Haye-Descartes (Indre-et-Loire)", "LAENGE": "000 E 42", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "25", "GEBZEIT": "01.00", "JUPITER": "19", "ELECTAGE": "43,0", "ELECTDAT": "15.11.1887", "GEBDATUM": "07.12.1844", "STBDATUM": "26.12.1917"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "La Haye-Descartes"}}, "partial-ids": {"g55": "01-478"}, "ids-in-source": {"g55": "01-478"}}, "raw": {"DAY": "7-12-1844", "HOUR": "1 h.", "NAME": "* RENAUT Joseph", "PLACE": "La Haye-Descartes (Indre-et-Loire)."}, "date": "2023-08-20T14:47:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2718	reynal-jean-1816-10-31	{"a2": "631", "g55": "01-481", "afd5": "896"}	{"g55": "01-481", "lerrcp": "A2-631", "muller": "M5-896"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Reynal", "spouse": [], "official": {"given": "Jean", "family": null}}	\N	{"lmt": null, "tzo": "+00:01:13", "date": "1816-10-31 06:00", "note": null, "place": {"c1": null, "c2": "32", "c3": null, "cy": "FR", "lg": 0.30319, "lat": 43.75873, "name": "Vic-Fezensac", "geoid": 2969400}, "notime": null, "date-ut": "1816-10-31 06:02:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Reynal"}, "birth": {"tzo": "+00:01:13", "date": "1816-10-31 06:03:29", "place": {"c2": "32", "cy": "FR", "lg": 0.30319, "lat": 43.75873, "name": "Vic-Fezensac", "geoid": 2969400}, "date-ut": "1816-10-31 06:02:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-631"}, "ids-in-sources": {"a2": "631"}}, "raw": {"H": "6", "MN": "2", "TZ": "0", "COD": "32", "COU": "F", "DAY": "31", "LAT": "43N40", "LON": "0E36", "MON": "10", "NUM": "631", "PRO": "S", "SEC": "16", "YEA": "1816", "CITY": "VIC-FEZENSAC"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Reynal", "official": {"given": "Jean"}}, "birth": {"date": "1816-10-31 06:00", "place": {"name": "Vic-Fezensac"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "896"}}, "raw": {"NR": "896", "GNR": "SA2631", "JU_": "0", "MA_": "2", "MO_": "0", "SA_": "1", "SO_": "2", "VE_": "0", "CODE": "3", "JAHR": "1816", "KORR": "", "MARS": "36", "MODE": "LMT", "MOND": "24", "NAME": "REYNAL (JEAN).", "AUFAB": "8.30", "PHAS_": "78.000", "SONNE": "36", "VENUS": "33", "BREITE": "43 N 40", "GEBORT": "Vic-Fezensac (Gers)", "LAENGE": "000 E 36", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "26", "GEBZEIT": "06.00", "JUPITER": "34", "ELECTAGE": "44,5", "ELECTDAT": "30.04.1861", "GEBDATUM": "31.10.1816", "STBDATUM": "31.03.1893"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-481"}, "ids-in-source": {"g55": "01-481"}}, "raw": {"DAY": "31-10-1816", "HOUR": "6 h.", "NAME": "REYNAL Jean", "PLACE": "Vic-Fizensac (Gers)."}, "date": "2023-08-20T14:47:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2720	riche-alfred-1829-02-03	{"a2": "633", "g55": "01-482", "afd5": "899"}	{"g55": "01-482", "lerrcp": "A2-633", "muller": "M5-899"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alfred", "family": "Riche", "spouse": [], "official": {"given": "J B L Alfred", "family": null}}	\N	{"lmt": null, "tzo": "+00:24:36", "date": "1829-02-03 04:00", "note": null, "place": {"c1": null, "c2": "70", "c3": null, "cy": "FR", "lg": 6.15, "lat": 47.61667, "name": "Roche", "geoid": 0}, "notime": null, "date-ut": "1829-02-03 03:35:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Riche"}, "birth": {"tzo": "+00:24:36", "date": "1829-02-03 04:00", "place": {"c2": "70", "cy": "FR", "lg": 6.15, "lat": 47.61667, "name": "Roche", "geoid": 0}, "date-ut": "1829-02-03 03:35:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-633"}, "ids-in-sources": {"a2": "633"}}, "raw": {"H": "3", "MN": "35", "TZ": "0", "COD": "70", "COU": "F", "DAY": "3", "LAT": "47N37", "LON": "6E 9", "MON": "2", "NUM": "633", "PRO": "S", "SEC": "24", "YEA": "1829", "CITY": "ROCHE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Riche", "official": {"given": "J B L Alfred"}}, "birth": {"date": "1829-02-03 04:00", "place": {"name": "Roche"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "899"}}, "raw": {"NR": "899", "GNR": "SA2633", "JU_": "2", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1829", "KORR": "", "MARS": "27", "MODE": "LMT", "MOND": "33", "NAME": "RICHE (J... B... L... ALFRED).", "AUFAB": "-4.70", "PHAS_": "2.100", "SONNE": "32", "VENUS": "34", "BREITE": "47 N 37", "GEBORT": "Roche (Haute-Saône)", "LAENGE": "006 E 09", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "15", "GEBZEIT": "04.00", "JUPITER": "2", "ELECTAGE": "48,8", "ELECTDAT": "27.11.1877", "GEBDATUM": "03.02.1829", "STBDATUM": "24.04.1908"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Roche"}}, "partial-ids": {"g55": "01-482"}, "ids-in-source": {"g55": "01-482"}}, "raw": {"DAY": "3-2-1829", "HOUR": "4 h.", "NAME": "RICHE Alfred", "PLACE": "Roche (Haute-Saône)."}, "date": "2023-08-20T14:47:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2722	richer-paul-1849-01-17	{"a2": "635", "g55": "01-483", "afd5": "901"}	{"g55": "01-483", "lerrcp": "A2-635", "muller": "M5-901"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul", "family": "Richer", "spouse": [], "official": {"given": "Paul Marie Louis Pierre", "family": null}}	\N	{"lmt": null, "tzo": "+00:05:57", "date": "1849-01-17 01:00", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 1.48925, "lat": 48.44685, "name": "Chartres", "geoid": 3026467}, "notime": null, "date-ut": "1849-01-17 00:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Richer"}, "birth": {"tzo": "+00:05:57", "date": "1849-01-17 01:00", "place": {"c2": "28", "cy": "FR", "lg": 1.48925, "lat": 48.44685, "name": "Chartres", "geoid": 3026467}, "date-ut": "1849-01-17 00:54"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-635"}, "ids-in-sources": {"a2": "635"}}, "raw": {"H": "0", "MN": "54", "TZ": "0", "COD": "28", "COU": "F", "DAY": "17", "LAT": "48N27", "LON": "1E30", "MON": "1", "NUM": "635", "PRO": "S", "SEC": "0", "YEA": "1849", "CITY": "CHARTRES"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Richer", "official": {"given": "Paul Marie Louis Pierre"}}, "birth": {"date": "1849-01-17 01:00", "place": {"name": "Chartres"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "901"}}, "raw": {"NR": "901", "GNR": "SA2635", "JU_": "2", "MA_": "1", "MO_": "2", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "4", "JAHR": "1849", "KORR": "", "MARS": "31", "MODE": "LMT", "MOND": "36", "NAME": "RICHER (PAUL MARIE LOUIS PIERRE).", "AUFAB": "-9.50", "PHAS_": "43.400", "SONNE": "28", "VENUS": "25", "BREITE": "48 N 27", "GEBORT": "Chartres (Eure-et-Loir)", "LAENGE": "001 E 30", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "24", "GEBZEIT": "01.00", "JUPITER": "9", "ELECTAGE": "49,5", "ELECTDAT": "21.06.1898", "GEBDATUM": "17.01.1849", "STBDATUM": "17.12.1933"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-483"}, "ids-in-source": {"g55": "01-483"}}, "raw": {"DAY": "17-1-1849", "HOUR": "1 h.", "NAME": "RICHER Paul", "PLACE": "Chartres (Eure-et-Loire)."}, "date": "2023-08-20T14:47:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2723	richet-alfred-1816-03-16	{"a2": "636", "g55": "01-484", "afd5": "903"}	{"g55": "01-484", "lerrcp": "A2-636", "muller": "M5-903"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alfred", "family": "Richet", "spouse": [], "official": {"given": "Didier Dominique Alfred", "family": null}}	\N	{"lmt": null, "tzo": "+00:20:04", "date": "1816-03-16 03:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1816-03-16 02:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Richet"}, "birth": {"tzo": "+00:20:04", "date": "1816-03-16 03:00", "place": {"c2": "21", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1816-03-16 02:39:52"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-636"}, "ids-in-sources": {"a2": "636"}}, "raw": {"H": "2", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "16", "LAT": "47N19", "LON": "5E 2", "MON": "3", "NUM": "636", "PRO": "S", "SEC": "52", "YEA": "1816", "CITY": "DIJON"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Richet", "official": {"given": "Didier Dominique Alfred"}}, "birth": {"date": "1816-03-16 03:00", "place": {"name": "Dijon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "903"}}, "raw": {"NR": "903", "GNR": "SA2636", "JU_": "2", "MA_": "0", "MO_": "2", "SA_": "0", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1816", "KORR": "", "MARS": "24", "MODE": "LMT", "MOND": "11", "NAME": "RICHET (DIDIER DOMINIQUE ALFRED).", "AUFAB": "-4.60", "PHAS_": "93.400", "SONNE": "32", "VENUS": "34", "BREITE": "47 N 19", "GEBORT": "Dijon (Côte-d'Or)", "LAENGE": "005 E 02", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "34", "GEBZEIT": "03.00", "JUPITER": "10", "ELECTAGE": "50,1", "ELECTDAT": "27.03.1866", "GEBDATUM": "16.03.1816", "STBDATUM": "30.12.1891"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-484"}, "ids-in-source": {"g55": "01-484"}}, "raw": {"DAY": "16-3-1816", "HOUR": "3 h.", "NAME": "* RICHET Alfred", "PLACE": "Dijon (Côte-d’Or)."}, "date": "2023-08-20T14:47:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2725	riembault-alfred-1827-11-25	{"a2": "638", "g55": "01-486", "afd5": "904"}	{"g55": "01-486", "lerrcp": "A2-638", "muller": "M5-904"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alfred", "family": "Riembault", "spouse": [], "official": {"given": "Alfred", "family": null}}	\N	{"lmt": null, "tzo": "+00:20:08", "date": "1827-11-25 21:45", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Chatillon-sur-Seine", "geoid": 0}, "notime": null, "date-ut": "1827-11-25 21:24:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Riembault"}, "birth": {"tzo": "+00:20:08", "date": "1827-11-25 21:45", "place": {"c2": "21", "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Chatillon-sur-Sein", "geoid": 0}, "date-ut": "1827-11-25 21:24:52"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-638"}, "ids-in-sources": {"a2": "638"}}, "raw": {"H": "21", "MN": "24", "TZ": "0", "COD": "21", "COU": "F", "DAY": "25", "LAT": "47N19", "LON": "5E 2", "MON": "11", "NUM": "638", "PRO": "S", "SEC": "52", "YEA": "1827", "CITY": "CHATILLON S-SEIN"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Riembault", "official": {"given": "Alfred"}}, "birth": {"date": "1827-11-25 21:45", "place": {"name": "Châtillon-sur-Seine"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "904"}}, "raw": {"NR": "904", "GNR": "SA2638", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "2", "SO_": "0", "VE_": "0", "CODE": "4", "JAHR": "1827", "KORR": "", "MARS": "29", "MODE": "LMT", "MOND": "15", "NAME": "RIEMBAULT (ALFRED).", "AUFAB": "11.00", "PHAS_": "41.700", "SONNE": "25", "VENUS": "24", "BREITE": "47 N 19", "GEBORT": "Châtillon-sur-Seine (Côte-d'Or)", "LAENGE": "005 E 02", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "3", "GEBZEIT": "21.45", "JUPITER": "27", "ELECTAGE": "59,6", "ELECTDAT": "28.06.1887", "GEBDATUM": "25.11.1827", "STBDATUM": "03.11.1887"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Chatillon-sur-Seine"}}, "partial-ids": {"g55": "01-486"}, "ids-in-source": {"g55": "01-486"}}, "raw": {"DAY": "25-11-1827", "HOUR": "21 h. 45", "NAME": "RIEMBAULT Alfred", "PLACE": "Chatillon-sur-Seine (C.-d’Or)."}, "date": "2023-08-20T14:47:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2730	robinet-stephane-1796-12-06	{"a2": "643"}	{"lerrcp": "A2-643"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stéphane", "family": "Robinet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1796-12-06 12:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1796-12-06 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Stéphane", "family": "Robinet"}, "birth": {"tzo": "+00:09:24", "date": "1796-12-06 12:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1796-12-06 11:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-643"}, "ids-in-sources": {"a2": "643"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "6", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "643", "PRO": "S", "SEC": "40", "YEA": "1796", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
2728	robin-albert-1847-09-19	{"a2": "641", "g55": "01-489", "afd5": "909"}	{"g55": "01-489", "lerrcp": "A2-641", "muller": "M5-909"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Albert", "family": "Robin", "spouse": [], "official": {"given": "Charles Edouard Albert", "family": null}}	\N	{"lmt": null, "tzo": "+00:20:04", "date": "1847-09-19 05:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1847-09-19 04:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Robin"}, "birth": {"tzo": "+00:20:04", "date": "1847-09-19 05:00", "place": {"c2": "21", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1847-09-19 04:39:52"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-641"}, "ids-in-sources": {"a2": "641"}}, "raw": {"H": "4", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "19", "LAT": "47N19", "LON": "5E 2", "MON": "9", "NUM": "641", "PRO": "S", "SEC": "52", "YEA": "1847", "CITY": "DIJON"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Robin", "official": {"given": "Charles Edouard Albert"}}, "birth": {"date": "1847-09-19 05:00", "place": {"name": "Dijon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "909"}}, "raw": {"NR": "909", "GNR": "SA2641", "JU_": "0", "MA_": "2", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1847", "KORR": "", "MARS": "12", "MODE": "LMT", "MOND": "25", "NAME": "ROBIN (CHARLES EDOUARD ALBERT).", "AUFAB": "10.40", "PHAS_": "62.500", "SONNE": "35", "VENUS": "33", "BREITE": "47 N 19", "GEBORT": "Dijon (Côte-d'Or)", "LAENGE": "005 E 02", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "20", "GEBZEIT": "05.00", "JUPITER": "7", "ELECTAGE": "39,7", "ELECTDAT": "07.06.1887", "GEBDATUM": "19.09.1847", "STBDATUM": "24.09.1928"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-489"}, "ids-in-source": {"g55": "01-489"}}, "raw": {"DAY": "19-9-1847", "HOUR": "5 h.", "NAME": "ROBIN Albert", "PLACE": "Dijon (Côte-d'Or)."}, "date": "2023-08-20T14:47:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2733	roger-henri-1860-06-04	{"a2": "646", "afd5": "916"}	{"lerrcp": "A2-646", "muller": "M5-916"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri", "family": "Roger", "spouse": [], "official": {"given": "Georges Eugène Henri", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1860-06-04 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1860-06-04 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Roger"}, "birth": {"tzo": "+00:09:24", "date": "1860-06-04 05:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1860-06-04 04:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-646"}, "ids-in-sources": {"a2": "646"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "4", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "646", "PRO": "S", "SEC": "40", "YEA": "1860", "CITY": "PARIS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Roger", "official": {"given": "Georges Eugène Henri"}}, "birth": {"date": "1860-06-04 05:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "916"}}, "raw": {"NR": "916", "GNR": "SA2646", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "0", "CODE": "4", "JAHR": "1860", "KORR": "", "MARS": "13", "MODE": "LMT", "MOND": "20", "NAME": "ROGER (GEORGES EUGENE HENRI).", "AUFAB": "0.50", "PHAS_": "99.800", "SONNE": "2", "VENUS": "32", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "28", "GEBZEIT": "05.00", "JUPITER": "32", "ELECTAGE": "50,1", "ELECTDAT": "28.06.1910", "GEBDATUM": "04.06.1860", "STBDATUM": "19.04.1946"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2735	rollet-joseph-1824-11-12	{"a2": "648", "g55": "01-493", "afd5": "920"}	{"g55": "01-493", "lerrcp": "A2-648", "muller": "M5-920"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Joseph", "family": "Rollet", "spouse": [], "official": {"given": "Martin Pierre Joseph", "family": null}}	\N	{"lmt": null, "tzo": "+00:21:23", "date": "1824-11-12 19:00", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 5.34399, "lat": 45.90237, "name": "Lagnieu", "geoid": 3009073}, "notime": null, "date-ut": "1824-11-12 18:39:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Rollet"}, "birth": {"tzo": "+00:21:23", "date": "1824-11-12 19:00", "place": {"c2": "01", "cy": "FR", "lg": 5.34399, "lat": 45.90237, "name": "Lagnieu", "geoid": 3009073}, "date-ut": "1824-11-12 18:39:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-648"}, "ids-in-sources": {"a2": "648"}}, "raw": {"H": "18", "MN": "39", "TZ": "0", "COD": "01", "COU": "F", "DAY": "12", "LAT": "46N12", "LON": "5E13", "MON": "11", "NUM": "648", "PRO": "S", "SEC": "8", "YEA": "1824", "CITY": "LAGNIEU"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Rollet", "official": {"given": "Martin Pierre Joseph"}}, "birth": {"date": "1824-11-12 19:00", "place": {"name": "Lagnieu"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "920"}}, "raw": {"NR": "920", "GNR": "SA2648", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1824", "KORR": "", "MARS": "18", "MODE": "LMT", "MOND": "31", "NAME": "ROLLET (MARTIN PIERRE JOSEPH).", "AUFAB": "-9.30", "PHAS_": "72.000", "SONNE": "22", "VENUS": "20", "BREITE": "46 N 12", "GEBORT": "Lagnieu (Ain)", "LAENGE": "005 E 13", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "2", "GEBZEIT": "19.00", "JUPITER": "30", "ELECTAGE": "60,5", "ELECTDAT": "12.05.1885", "GEBDATUM": "12.11.1824", "STBDATUM": "02.08.1894"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-493"}, "ids-in-source": {"g55": "01-493"}}, "raw": {"DAY": "12-11-1824", "HOUR": "19 h.", "NAME": "* ROLLET Joseph", "PLACE": "Lagnieu (Ain)."}, "date": "2023-08-20T14:47:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2739	rouviere-henri-1875-12-23	{"a2": "652", "g55": "01-497", "afd5": "926"}	{"g55": "01-497", "lerrcp": "A2-652", "muller": "M5-926"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri", "family": "Rouviere", "spouse": [], "official": {"given": "Henri Marie Léon Joseph", "family": null}}	\N	{"lmt": null, "tzo": "+00:14", "date": "1875-12-23 05:00", "note": null, "place": {"c1": null, "c2": "48", "c3": null, "cy": "FR", "lg": 3.5, "lat": 44.51667, "name": "Bleymard", "geoid": 0}, "notime": null, "date-ut": "1875-12-23 04:46"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Rouviere"}, "birth": {"tzo": "+00:14", "date": "1875-12-23 05:00", "place": {"c2": "48", "cy": "FR", "lg": 3.5, "lat": 44.51667, "name": "Bleymard", "geoid": 0}, "date-ut": "1875-12-23 04:46"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-652"}, "ids-in-sources": {"a2": "652"}}, "raw": {"H": "4", "MN": "46", "TZ": "0", "COD": "48", "COU": "F", "DAY": "23", "LAT": "44N31", "LON": "3E30", "MON": "12", "NUM": "652", "PRO": "S", "SEC": "0", "YEA": "1875", "CITY": "BLEYMARD"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Rouviere", "official": {"given": "Henri Marie Léon Joseph"}}, "birth": {"date": "1875-12-23 05:00", "place": {"name": "le Bleymard"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "926"}}, "raw": {"NR": "926", "GNR": "SA2652", "JU_": "2", "MA_": "1", "MO_": "2", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1875", "KORR": "", "MARS": "28", "MODE": "LMT", "MOND": "3", "NAME": "ROUVIERE (HENRI MARIE LÉON JOSEPH).", "AUFAB": "-8.00", "PHAS_": "19.400", "SONNE": "33", "VENUS": "31", "BREITE": "44 N 31", "GEBORT": "le Bleymard (Lozère)", "LAENGE": "003 E 30", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "29", "GEBZEIT": "05.00", "JUPITER": "2", "ELECTAGE": "55,2", "ELECTDAT": "03.02.1931", "GEBDATUM": "23.12.1875", "STBDATUM": "26.10.1952"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Bleymard"}}, "partial-ids": {"g55": "01-497"}, "ids-in-source": {"g55": "01-497"}}, "raw": {"DAY": "23-12-1875", "HOUR": "5 h.", "NAME": "ROUVIERE Henri", "PLACE": "Bleymard (Lozère)."}, "date": "2023-08-20T14:47:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2737	roussel-theophile-1816-07-28	{"a2": "650", "g55": "01-495", "afd5": "924"}	{"g55": "01-495", "lerrcp": "A2-650", "muller": "M5-924"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Theophile", "family": "Roussel", "spouse": [], "official": {"given": "Jean Baptiste Victor Théophile", "family": null}}	\N	{"lmt": null, "tzo": "+00:14", "date": "1816-07-28 02:00", "note": null, "place": {"c1": null, "c2": "48", "c3": null, "cy": "FR", "lg": 3.5, "lat": 44.51667, "name": "Orfeuillettes", "geoid": 0}, "notime": null, "date-ut": "1816-07-28 01:46"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Theophile", "family": "Roussel"}, "birth": {"tzo": "+00:14", "date": "1816-07-28 02:00", "place": {"c2": "48", "cy": "FR", "lg": 3.5, "lat": 44.51667, "name": "Orfeuillettes", "geoid": 0}, "date-ut": "1816-07-28 01:46"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-650"}, "ids-in-sources": {"a2": "650"}}, "raw": {"H": "1", "MN": "46", "TZ": "0", "COD": "48", "COU": "F", "DAY": "28", "LAT": "44N31", "LON": "3E30", "MON": "7", "NUM": "650", "PRO": "S", "SEC": "0", "YEA": "1816", "CITY": "ORFEUILLETTES"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Roussel", "official": {"given": "Jean Baptiste Victor Théophile"}}, "birth": {"date": "1816-07-28 02:00", "place": {"name": "Saint-Chély-d'Apcher"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "924"}}, "raw": {"NR": "924", "GNR": "SA2650", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1816", "KORR": "", "MARS": "28", "MODE": "LMT", "MOND": "26", "NAME": "ROUSSEL (JEAN BAPTISTE VICTOR THÉOPHILE).", "AUFAB": "6.80", "PHAS_": "12.800", "SONNE": "31", "VENUS": "31", "BREITE": "44 N 31", "GEBORT": "Saint-Chély-d'Apcher (Lozère)", "LAENGE": "003 E 30", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "11", "GEBZEIT": "02.00", "JUPITER": "23", "ELECTAGE": "56,4", "ELECTDAT": "19.11.1872", "GEBDATUM": "28.07.1816", "STBDATUM": "27.09.1903"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Orfeuillettes"}}, "partial-ids": {"g55": "01-495"}, "ids-in-source": {"g55": "01-495"}}, "raw": {"DAY": "28-7-1816", "HOUR": "2 h.", "NAME": "ROUSSEL Théophile", "PLACE": "Orfeuillettes (Lozère)."}, "date": "2023-08-20T14:47:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2740	rouvillois-henri-1875-12-26	{"a2": "653", "g55": "01-498", "afd5": "927"}	{"g55": "01-498", "lerrcp": "A2-653", "muller": "M5-927"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri", "family": "Rouvillois", "spouse": [], "official": {"given": "Henri Emile Louis", "family": null}}	\N	{"lmt": null, "tzo": "+00:12:55", "date": "1875-12-26 03:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.22851, "lat": 49.51908, "name": "Trosly-Loire", "geoid": 2971579}, "notime": null, "date-ut": "1875-12-12 02:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Rouvillois"}, "birth": {"tzo": "+00:12:55", "date": "1875-12-12 03:00", "place": {"c2": "02", "cy": "FR", "lg": 3.22851, "lat": 49.51908, "name": "Trosly-Loire", "geoid": 2971579}, "date-ut": "1875-12-12 02:45:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-653"}, "ids-in-sources": {"a2": "653"}}, "raw": {"H": "2", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "12", "LAT": "49N34", "LON": "3E37", "MON": "12", "NUM": "653", "PRO": "S", "SEC": "32", "YEA": "1875", "CITY": "TROSLY-LOIRE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Rouvillois", "official": {"given": "Henri Emile Louis"}}, "birth": {"date": "1875-12-26 03:00", "place": {"name": "Trosly-Loire"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "927"}}, "raw": {"NR": "927", "GNR": "SA2653", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1875", "KORR": "", "MARS": "25", "MODE": "LMT", "MOND": "32", "NAME": "ROUVILLOIS (HENRI EMILE LOUIS).", "AUFAB": "-4.00", "PHAS_": "3.000", "SONNE": "31", "VENUS": "29", "BREITE": "49 N 34", "GEBORT": "Trosly-Loire (Aisne)", "LAENGE": "003 E 37", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "27", "GEBZEIT": "03.00", "JUPITER": "35", "ELECTAGE": "53,4", "ELECTDAT": "14.05.1929", "GEBDATUM": "26.12.1875", "STBDATUM": "11.07.1969"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-498"}, "ids-in-source": {"g55": "01-498"}}, "raw": {"DAY": "26-12-1875", "HOUR": "3 h.", "NAME": "ROUVILLOIS Henri", "PLACE": "Trosly-Loire (Aisne)."}, "date": "2023-08-20T14:47:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2745	sarazin-charles-1833-08-10	{"a2": "658", "g55": "01-505", "afd5": "937"}	{"g55": "01-505", "lerrcp": "A2-658", "muller": "M5-937"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles", "family": "Sarazin", "spouse": [], "official": {"given": "Charles Auguste Marie", "family": null}}	\N	{"lmt": null, "tzo": "+00:07:26", "date": "1833-08-10 03:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 1.85635, "lat": 50.95194, "name": "Calais", "geoid": 3029162}, "notime": null, "date-ut": "1833-08-10 02:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Sarazin"}, "birth": {"tzo": "+00:07:26", "date": "1833-08-10 02:56:22", "place": {"c2": "62", "cy": "FR", "lg": 1.85635, "lat": 50.95194, "name": "Calais", "geoid": 3029162}, "date-ut": "1833-08-10 02:48:56"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-658"}, "ids-in-sources": {"a2": "658"}}, "raw": {"H": "2", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "10", "LAT": "50N18", "LON": "2E46", "MON": "8", "NUM": "658", "PRO": "S", "SEC": "56", "YEA": "1833", "CITY": "CALAIS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Sarazin", "official": {"given": "Charles Auguste Marie"}}, "birth": {"date": "1833-08-10 03:00", "place": {"name": "Calais"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "937"}}, "raw": {"NR": "937", "GNR": "SA2658", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "2", "CODE": "4", "JAHR": "1833", "KORR": "", "MARS": "29", "MODE": "LMT", "MOND": "5", "NAME": "SARAZIN (CHARLES AUGUSTE MARIE).", "AUFAB": "-10.30", "PHAS_": "37.300", "SONNE": "33", "VENUS": "3", "BREITE": "50 N 18", "GEBORT": "Calais (Pas-de-Calais)", "LAENGE": "002 E 46", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "28", "GEBZEIT": "03.00", "JUPITER": "7", "ELECTAGE": "48,8", "ELECTDAT": "09.05.1882", "GEBDATUM": "10.08.1833", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-505"}, "ids-in-source": {"g55": "01-505"}}, "raw": {"DAY": "10-8-1833", "HOUR": "3 h.", "NAME": "SARAZIN Charles", "PLACE": "Calais (Pas-de-Calais)."}, "date": "2023-08-20T14:47:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2743	sacquepee-ernest-1874-03-14	{"a2": "656", "g55": "01-503", "afd5": "933"}	{"g55": "01-503", "lerrcp": "A2-656", "muller": "M5-933"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Ernest", "family": "Sacquépée", "spouse": [], "official": {"given": "Ernest Eugène Joseph", "family": null}}	\N	{"lmt": null, "tzo": "+00:11:04", "date": "1874-03-14 03:30", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Nielles-les-Ardres", "geoid": 0}, "notime": null, "date-ut": "1874-03-14 03:18:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Sacquepee"}, "birth": {"tzo": "+00:11:04", "date": "1874-03-14 03:30", "place": {"c2": "62", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Nielles-les-Ard", "geoid": 0}, "date-ut": "1874-03-14 03:18:56"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-656"}, "ids-in-sources": {"a2": "656"}}, "raw": {"H": "3", "MN": "18", "TZ": "0", "COD": "62", "COU": "F", "DAY": "14", "LAT": "50N18", "LON": "2E46", "MON": "3", "NUM": "656", "PRO": "S", "SEC": "56", "YEA": "1874", "CITY": "NIELLES-LES-ARD"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Sacquépée", "official": {"given": "Ernest Eugène Joseph"}}, "birth": {"date": "1874-03-14 03:30", "place": {"name": "Nielle-les-Ardres"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "933"}}, "raw": {"NR": "933", "GNR": "SA2656", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1874", "KORR": "", "MARS": "30", "MODE": "LMT", "MOND": "35", "NAME": "SACQUÉPÉE (ERNEST EUGENE JOSEPH).", "AUFAB": "-9.90", "PHAS_": "23.700", "SONNE": "32", "VENUS": "32", "BREITE": "50 N 18", "GEBORT": "Nielle-les-Ardres (Pas-de-Calais)", "LAENGE": "002 E 46", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "35", "GEBZEIT": "03.30", "JUPITER": "14", "ELECTAGE": "60,0", "ELECTDAT": "13.02.1934", "GEBDATUM": "14.03.1874", "STBDATUM": "08.12.1944"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Nielles-les-Ardres"}}, "partial-ids": {"g55": "01-503"}, "ids-in-source": {"g55": "01-503"}}, "raw": {"DAY": "14-3-1874", "HOUR": "3 h. 30", "NAME": "SACQUEPEE Ernest", "PLACE": "Nielles-les-Ardres (Pas-de-C.)."}, "date": "2023-08-20T14:47:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2744	sappey-constant-1810-08-10	{"a2": "657", "g55": "01-504", "afd5": "936"}	{"g55": "01-504", "lerrcp": "A2-657", "muller": "M5-936"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Constant", "family": "Sappey", "spouse": [], "official": {"given": "Marie Philibert Constant", "family": null}}	\N	{"lmt": null, "tzo": "+00:20:54", "date": "1810-08-10 09:00", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 5.2258, "lat": 46.20574, "name": "Bourg", "geoid": 3031009}, "notime": null, "date-ut": "1810-08-10 08:39:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Constant", "family": "Sappey"}, "birth": {"tzo": "+00:20:54", "date": "1810-08-10 09:00", "place": {"c2": "01", "cy": "FR", "lg": 5.2258, "lat": 46.20574, "name": "Bourg-en-Bresse", "geoid": 3031009}, "date-ut": "1810-08-10 08:39:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-657"}, "ids-in-sources": {"a2": "657"}}, "raw": {"H": "8", "MN": "39", "TZ": "0", "COD": "01", "COU": "F", "DAY": "10", "LAT": "46N12", "LON": "5E13", "MON": "8", "NUM": "657", "PRO": "S", "SEC": "8", "YEA": "1810", "CITY": "BOURG-EN-BRESSE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Sappey", "official": {"given": "Marie Philibert Constant"}}, "birth": {"date": "1810-08-10 09:00", "place": {"name": "Bourg"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "936"}}, "raw": {"NR": "936", "GNR": "SA2657", "JU_": "2", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "2", "CODE": "3", "JAHR": "1810", "KORR": "", "MARS": "7", "MODE": "LMT", "MOND": "29", "NAME": "SAPPEY (MARIE PHILIBERT CONSTANT).", "AUFAB": "10.80", "PHAS_": "68.500", "SONNE": "6", "VENUS": "2", "BREITE": "46 N 12", "GEBORT": "Bourg (Ain)", "LAENGE": "005 E 13", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "30", "GEBZEIT": "09.00", "JUPITER": "12", "ELECTAGE": "51,8", "ELECTDAT": "03.06.1862", "GEBDATUM": "10.08.1810", "STBDATUM": "13.03.1896"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-504"}, "ids-in-source": {"g55": "01-504"}}, "raw": {"DAY": "10-8-1810", "HOUR": "9 h.", "NAME": "* SAPPEY Constant", "PLACE": "Bourg (Ain)."}, "date": "2023-08-20T14:47:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2750	sebileau-pierre-1860-10-18	{"a2": "663", "g55": "01-510", "afd5": "943"}	{"g55": "01-510", "lerrcp": "A2-663", "muller": "M5-943"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre", "family": "Sébileau", "spouse": [], "official": {"given": "Pierre Marie Guillaume Honoré", "family": null}}	\N	{"lmt": null, "tzo": "-00:02:16", "date": "1860-10-18 04:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "St-Fort-sur-Gironde", "geoid": 0}, "notime": null, "date-ut": "1860-10-18 09:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Sebileau"}, "birth": {"tzo": "-00:02:16", "date": "1860-10-18 09:55:20", "place": {"c2": "33", "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Saint-Fort", "geoid": 0}, "date-ut": "1860-10-18 09:57:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-663"}, "ids-in-sources": {"a2": "663"}}, "raw": {"H": "9", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "18", "LAT": "44N50", "LON": "0W34", "MON": "10", "NUM": "663", "PRO": "S", "SEC": "36", "YEA": "1860", "CITY": "ST-FORT"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Sébileau", "official": {"given": "Pierre Marie Guillaume Honoré"}}, "birth": {"date": "1860-10-18 04:00", "place": {"name": "Saint-Fort-sur-Gironde"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "943"}}, "raw": {"NR": "943", "GNR": "SA2663", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "2", "CODE": "2", "JAHR": "1860", "KORR": "", "MARS": "24", "MODE": "LMT", "MOND": "29", "NAME": "SÉBILEAU (PIERRE MARIE GUILLAUME HONORÉ).", "AUFAB": "7.40", "PHAS_": "15.700", "SONNE": "33", "VENUS": "3", "BREITE": "46 N 09", "GEBORT": "Saint-Fort-sur-Gironde (Charente-I", "LAENGE": "001 W 10", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ-d", "SATURN": "3", "GEBZEIT": "04.00", "JUPITER": "5", "ELECTAGE": "50,3", "ELECTDAT": "24.01.1911", "GEBDATUM": "18.10.1860", "STBDATUM": "04.10.1953"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "St-Fort-sur-Gironde"}}, "partial-ids": {"g55": "01-510"}, "ids-in-source": {"g55": "01-510"}}, "raw": {"DAY": "18-10-1860", "HOUR": "10 h.", "NAME": "SEBILEAU Pierre", "PLACE": "St-Fort-sur-Gironde (Charente-M.)."}, "date": "2023-08-20T14:47:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2747	schlagdenhauffen-charles-1830-01-07	{"a2": "660", "g55": "01-507", "afd5": "941"}	{"g55": "01-507", "lerrcp": "A2-660", "muller": "M5-941"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles", "family": "Schlagdenhauffen", "spouse": [], "official": {"given": "Frédéric Charles", "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1830-01-07 13:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1830-01-07 12:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Schlagdenhauffen"}, "birth": {"tzo": "+00:30:59", "date": "1830-01-07 13:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1830-01-07 12:29"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-660"}, "ids-in-sources": {"a2": "660"}}, "raw": {"H": "12", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "7", "LAT": "48N35", "LON": "7E45", "MON": "1", "NUM": "660", "PRO": "S", "SEC": "0", "YEA": "1830", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Schlagdenhauffen", "official": {"given": "Frédéric Charles"}}, "birth": {"date": "1830-01-07 13:00", "place": {"name": "Strasbourg"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "941"}}, "raw": {"NR": "941", "GNR": "SA2660", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "2", "VE_": "1", "CODE": "3", "JAHR": "1830", "KORR": "", "MARS": "18", "MODE": "LMT", "MOND": "32", "NAME": "SCHLAGDENHAUFFEN (FRÉDÉRIC CHARLES).", "AUFAB": "6.00", "PHAS_": "94.500", "SONNE": "11", "VENUS": "6", "BREITE": "48 N 35", "GEBORT": "Strasbourg (Bas-Rhin)", "LAENGE": "007 E 45", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "25", "GEBZEIT": "13.00", "JUPITER": "14", "ELECTAGE": "52,1", "ELECTDAT": "31.01.1882", "GEBDATUM": "07.01.1830", "STBDATUM": "18.07.1907"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-507"}, "ids-in-source": {"g55": "01-507"}}, "raw": {"DAY": "7-1-1830", "HOUR": "13 h.", "NAME": "SCHLAGDENHAUFFEN Charles", "PLACE": "Strasbourg (B.-Rhin)."}, "date": "2023-08-20T14:47:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2749	schwartz-edouard-1852-02-16	{"a2": "662", "g55": "01-509"}	{"g55": "01-509", "lerrcp": "A2-662"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Schwartz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 7.75, "lat": 37, "name": "Bône", "geoid": 0}, "notime": null, "date-ut": "1852-02-16 22:59:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Schwartz"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 7.75, "lat": 37, "name": "BONE", "geoid": 0}, "date-ut": "1852-02-16 22:59:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-662"}, "ids-in-sources": {"a2": "662"}}, "raw": {"H": "22", "MN": "59", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "16", "LAT": "37N 0", "LON": "7E45", "MON": "2", "NUM": "662", "PRO": "S", "SEC": "0", "YEA": "1852", "CITY": "BONE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Bône"}}, "partial-ids": {"g55": "01-509"}, "ids-in-source": {"g55": "01-509"}}, "raw": {"DAY": "16-2-1852", "HOUR": "23 h. 30", "NAME": "SCHWARTZ Edouard", "PLACE": "Bône (Algérie)."}, "date": "2023-08-20T14:47:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2754	segond-paul-1851-05-08	{"a2": "667", "afd5": "948"}	{"lerrcp": "A2-667", "muller": "M5-948"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul", "family": "Segond", "spouse": [], "official": {"given": "Paul Ferdinand", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1851-05-08 09:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1851-05-08 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Segond"}, "birth": {"tzo": "+00:09:24", "date": "1851-05-08 09:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1851-05-08 08:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-667"}, "ids-in-sources": {"a2": "667"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "8", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "667", "PRO": "S", "SEC": "40", "YEA": "1851", "CITY": "PARIS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Segond", "official": {"given": "Paul Ferdinand"}}, "birth": {"date": "1851-05-08 09:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "948"}}, "raw": {"NR": "948", "GNR": "SA2667", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "2", "CODE": "4", "JAHR": "1851", "KORR": "", "MARS": "9", "MODE": "LMT", "MOND": "33", "NAME": "SEGOND (PAUL FERDINAND).", "AUFAB": "11.00", "PHAS_": "43.700", "SONNE": "6", "VENUS": "9", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "7", "GEBZEIT": "09.00", "JUPITER": "26", "ELECTAGE": "57,9", "ELECTDAT": "26.03.1909", "GEBDATUM": "08.05.1851", "STBDATUM": "27.10.1912"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2752	see-germain-1818-02-06	{"a2": "665", "g55": "01-511", "afd5": "946"}	{"g55": "01-511", "lerrcp": "A2-665", "muller": "M5-946"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Germain", "family": "Sée", "spouse": [], "official": {"given": "Germain", "family": null}}	\N	{"lmt": null, "tzo": "+00:29:17", "date": "1818-02-06 01:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.31938, "lat": 48.1951, "name": "Ribeauvillé", "geoid": 2983705}, "notime": null, "date-ut": "1818-02-06 00:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Germain", "family": "See"}, "birth": {"tzo": "+00:29:17", "date": "1818-02-06 01:00", "place": {"c2": "68", "cy": "FR", "lg": 7.31938, "lat": 48.1951, "name": "Ribeauvillé", "geoid": 2983705}, "date-ut": "1818-02-06 00:30:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-665"}, "ids-in-sources": {"a2": "665"}}, "raw": {"H": "0", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "6", "LAT": "48N 5", "LON": "7E21", "MON": "2", "NUM": "665", "PRO": "S", "SEC": "36", "YEA": "1818", "CITY": "RIBEAUVILLE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Sée", "official": {"given": "Germain"}}, "birth": {"date": "1818-02-06 01:00", "place": {"name": "Ribeauvillé"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "946"}}, "raw": {"NR": "946", "GNR": "SA2665", "JU_": "0", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1818", "KORR": "", "MARS": "16", "MODE": "LMT", "MOND": "28", "NAME": "SÉE (GERMAIN).", "AUFAB": "0.00", "PHAS_": "0.500", "SONNE": "28", "VENUS": "29", "BREITE": "48 N 05", "GEBORT": "Ribeauvillé (Haut-Rhin)", "LAENGE": "007 E 21", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "27", "GEBZEIT": "01.00", "JUPITER": "32", "ELECTAGE": "51,5", "ELECTDAT": "27.07.1869", "GEBDATUM": "06.02.1818", "STBDATUM": "12.05.1896"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-511"}, "ids-in-source": {"g55": "01-511"}}, "raw": {"DAY": "6-2-1818", "HOUR": "1 h.", "NAME": "SEE Germain", "PLACE": "Ribeauvillé (Haut-Rhin)."}, "date": "2023-08-20T14:47:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2760	sevestre-louis-1843-06-01	{"a2": "673", "g55": "01-517", "afd5": "957"}	{"g55": "01-517", "lerrcp": "A2-673", "muller": "M5-957"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Sevestre", "spouse": [], "official": {"given": "Louis Arthur", "family": null}}	\N	{"lmt": null, "tzo": "+00:06", "date": "1843-06-01 01:45", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 1.5, "lat": 48.45, "name": "Louville", "geoid": 0}, "notime": null, "date-ut": "1843-06-01 01:39"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Sevestre"}, "birth": {"tzo": "+00:06", "date": "1843-06-01 01:45", "place": {"c2": "28", "cy": "FR", "lg": 1.5, "lat": 48.45, "name": "Louville", "geoid": 0}, "date-ut": "1843-06-01 01:39"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-673"}, "ids-in-sources": {"a2": "673"}}, "raw": {"H": "1", "MN": "39", "TZ": "0", "COD": "28", "COU": "F", "DAY": "1", "LAT": "48N27", "LON": "1E30", "MON": "6", "NUM": "673", "PRO": "S", "SEC": "0", "YEA": "1843", "CITY": "LOUVILLE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Sevestre", "official": {"given": "Louis Arthur"}}, "birth": {"date": "1843-06-01 01:45", "place": {"name": "Louville"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "957"}}, "raw": {"NR": "957", "GNR": "SA2673", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1843", "KORR": "", "MARS": "13", "MODE": "LMT", "MOND": "26", "NAME": "SEVESTRE (LOUIS ARTHUR).", "AUFAB": "4.60", "PHAS_": "7.600", "SONNE": "31", "VENUS": "35", "BREITE": "48 N 27", "GEBORT": "Louville (Eure-et-Loir)", "LAENGE": "001 E 30", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "6", "GEBZEIT": "01.45", "JUPITER": "3", "ELECTAGE": "57,1", "ELECTDAT": "26.06.1900", "GEBDATUM": "01.06.1843", "STBDATUM": "18.10.1907"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Louville"}}, "partial-ids": {"g55": "01-517"}, "ids-in-source": {"g55": "01-517"}}, "raw": {"DAY": "1-6-1843", "HOUR": "1 h. 45", "NAME": "SEVESTRE Louis", "PLACE": "Louville (Eure-et-Loire)."}, "date": "2023-08-20T14:47:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2758	serre-auguste-1802-10-28	{"a2": "671", "g55": "01-515", "afd5": "955"}	{"g55": "01-515", "lerrcp": "A2-671", "muller": "M5-955"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Auguste", "family": "Serre", "spouse": [], "official": {"given": "H Auguste", "family": null}}	\N	{"lmt": null, "tzo": "+00:17:41", "date": "1802-10-28 21:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.41973, "lat": 44.01251, "name": "Uzès", "geoid": 2971258}, "notime": null, "date-ut": "1802-10-28 20:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Serre"}, "birth": {"tzo": "+00:17:41", "date": "1802-10-28 21:00", "place": {"c2": "30", "cy": "FR", "lg": 4.41973, "lat": 44.01251, "name": "Uzès", "geoid": 2971258}, "date-ut": "1802-10-28 20:42:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-671"}, "ids-in-sources": {"a2": "671"}}, "raw": {"H": "20", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "28", "LAT": "43N51", "LON": "4E21", "MON": "10", "NUM": "671", "PRO": "S", "SEC": "36", "YEA": "1802", "CITY": "UZES"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Serre", "official": {"given": "H Auguste"}}, "birth": {"date": "1802-10-28 21:00", "place": {"name": "Uzès"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "955"}}, "raw": {"NR": "955", "GNR": "SA2671", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1802", "KORR": "", "MARS": "1", "MODE": "LMT", "MOND": "22", "NAME": "SERRE (H... AUGUSTE).", "AUFAB": "1.80", "PHAS_": "2.000", "SONNE": "24", "VENUS": "21", "BREITE": "43 N 51", "GEBORT": "Uzès (Gard)", "LAENGE": "004 E 21", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "28", "GEBZEIT": "21.00", "JUPITER": "27", "ELECTAGE": "34,2", "ELECTDAT": "31.12.1836", "GEBDATUM": "28.10.1802", "STBDATUM": "24.08.1870"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-515"}, "ids-in-source": {"g55": "01-515"}}, "raw": {"DAY": "28-10-1802", "HOUR": "21 h.", "NAME": "SERRE Auguste", "PLACE": "Uzes (Gard)."}, "date": "2023-08-20T14:47:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2759	seux-louis-1816-07-30	{"a2": "672", "g55": "01-516", "afd5": "956"}	{"g55": "01-516", "lerrcp": "A2-672", "muller": "M5-956"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Seux", "spouse": [], "official": {"given": "Louis Honoré Marie Vincent", "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1816-07-30 12:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1816-07-30 11:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Seux"}, "birth": {"tzo": "+00:21:31", "date": "1816-07-30 12:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1816-07-30 11:38:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-672"}, "ids-in-sources": {"a2": "672"}}, "raw": {"H": "11", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "30", "LAT": "43N18", "LON": "5E22", "MON": "7", "NUM": "672", "PRO": "S", "SEC": "32", "YEA": "1816", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Seux", "official": {"given": "Louis Honoré Marie Vincent"}}, "birth": {"date": "1816-07-30 12:00", "place": {"name": "Marseille"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "956"}}, "raw": {"NR": "956", "GNR": "SA2672", "JU_": "2", "MA_": "0", "MO_": "2", "SA_": "1", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1816", "KORR": "", "MARS": "7", "MODE": "LMT", "MOND": "2", "NAME": "SEUX (LOUIS HONORÉ MARIE VINCENT).", "AUFAB": "10.40", "PHAS_": "32.100", "SONNE": "9", "VENUS": "9", "BREITE": "43 N 18", "GEBORT": "Marseille (Bouches-du-Rhône)", "LAENGE": "005 E 22", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "26", "GEBZEIT": "12.00", "JUPITER": "36", "ELECTAGE": "54,6", "ELECTDAT": "14.02.1871", "GEBDATUM": "30.07.1816", "STBDATUM": "05.11.1883"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-516"}, "ids-in-source": {"g55": "01-516"}}, "raw": {"DAY": "30-7-1816", "HOUR": "12 h.", "NAME": "SEUX Louis", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:47:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2764	simond-paul-1858-07-30	{"a2": "677", "g55": "01-520", "afd5": "960"}	{"g55": "01-520", "lerrcp": "A2-677", "muller": "M5-960"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul", "family": "Simond", "spouse": [], "official": {"given": "Paul Salomon Louis", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:36", "date": "1858-07-30 11:00", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 4.9, "lat": 44.93333, "name": "Beaufort", "geoid": 0}, "notime": null, "date-ut": "1858-07-30 10:40:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Simond"}, "birth": {"tzo": "+00:19:36", "date": "1858-07-30 11:00", "place": {"c2": "26", "cy": "FR", "lg": 4.9, "lat": 44.93333, "name": "Beaufort-sur-Gerv", "geoid": 0}, "date-ut": "1858-07-30 10:40:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-677"}, "ids-in-sources": {"a2": "677"}}, "raw": {"H": "10", "MN": "40", "TZ": "0", "COD": "26", "COU": "F", "DAY": "30", "LAT": "44N56", "LON": "4E54", "MON": "7", "NUM": "677", "PRO": "S", "SEC": "24", "YEA": "1858", "CITY": "BEAUFORT-S-GERV"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Simond", "official": {"given": "Paul Salomon Louis"}}, "birth": {"date": "1858-07-30 11:00", "place": {"name": "Beaufort-sur-Gervanne"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "960"}}, "raw": {"NR": "960", "GNR": "SA2677", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1858", "KORR": "", "MARS": "32", "MODE": "LMT", "MOND": "21", "NAME": "SIMOND (PAUL SALOMON LOUIS).", "AUFAB": "-6.50", "PHAS_": "85.000", "SONNE": "8", "VENUS": "5", "BREITE": "44 N 56", "GEBORT": "Beaufort-sur-Gervanne (Drôme)", "LAENGE": "004 E 54", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "9", "GEBZEIT": "11.00", "JUPITER": "13", "ELECTAGE": "55,6", "ELECTDAT": "10.03.1914", "GEBDATUM": "30.07.1858", "STBDATUM": "18.03.1947"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Beaufort"}}, "partial-ids": {"g55": "01-520"}, "ids-in-source": {"g55": "01-520"}}, "raw": {"DAY": "30-7-1858", "HOUR": "11 h.", "NAME": "SIMOND Paul", "PLACE": "Beaufort (Drôme)."}, "date": "2023-08-20T14:47:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2765	siredey-armand-1856-04-03	{"a2": "678", "g55": "01-521", "afd5": "963"}	{"g55": "01-521", "lerrcp": "A2-678", "muller": "M5-963"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Armand", "family": "Siredey", "spouse": [], "official": {"given": "François Augustin Armand", "family": null}}	\N	{"lmt": null, "tzo": "+00:20:08", "date": "1856-04-03 10:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "La Villeneuve-les-Convers", "geoid": 0}, "notime": null, "date-ut": "1856-04-03 09:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Siredey"}, "birth": {"tzo": "+00:20:08", "date": "1856-04-03 10:00", "place": {"c2": "21", "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "La Villeneuve-L", "geoid": 0}, "date-ut": "1856-04-03 09:39:52"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-678"}, "ids-in-sources": {"a2": "678"}}, "raw": {"H": "9", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "3", "LAT": "47N19", "LON": "5E 2", "MON": "4", "NUM": "678", "PRO": "S", "SEC": "52", "YEA": "1856", "CITY": "LA VILLENEUVE-L"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Siredey", "official": {"given": "François Augustin Armand"}}, "birth": {"date": "1856-04-03 10:00", "place": {"name": "Lavilleneuve-les-Convers"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "963"}}, "raw": {"NR": "963", "GNR": "SA2678", "JU_": "0", "MA_": "0", "MO_": "2", "SA_": "2", "SO_": "0", "VE_": "2", "CODE": "3", "JAHR": "1856", "KORR": "", "MARS": "25", "MODE": "LMT", "MOND": "9", "NAME": "SIREDEY (FRANÇOIS AUGUSTIN ARMAND).", "AUFAB": "-7.60", "PHAS_": "7.600", "SONNE": "7", "VENUS": "9", "BREITE": "47 N 19", "GEBORT": "Lavilleneuve-les-Convers (Côte-d'O", "LAENGE": "005 E 02", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "2", "GEBZEIT": "10.00", "JUPITER": "8", "ELECTAGE": "62,2", "ELECTDAT": "21.05.1918", "GEBDATUM": "03.04.1856", "STBDATUM": "17.06.1940"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "La Villeneuve-les-Convers"}}, "partial-ids": {"g55": "01-521"}, "ids-in-source": {"g55": "01-521"}}, "raw": {"DAY": "3-4-1856", "HOUR": "10 h.", "NAME": "SIREDEY Armand", "PLACE": "La Villeneuve-les-Convers (C.-d’Or)."}, "date": "2023-08-20T14:47:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2761	sezary-albert-1880-12-26	{"a2": "674", "g55": "02-458"}	{"g55": "02-458", "lerrcp": "A2-674"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Sezary", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "Alger", "geoid": 0}, "notime": null, "date-ut": "1880-12-26 07:48:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Sezary"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "ALGER", "geoid": 0}, "date-ut": "1880-12-26 07:48:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-674"}, "ids-in-sources": {"a2": "674"}}, "raw": {"H": "7", "MN": "48", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "26", "LAT": "36N47", "LON": "3E 0", "MON": "12", "NUM": "674", "PRO": "S", "SEC": "0", "YEA": "1880", "CITY": "ALGER"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Alger"}}, "partial-ids": {"g55": "02-458"}, "ids-in-source": {"g55": "02-458"}}, "raw": {"DAY": "26-12-1880", "HOUR": "8 h.", "NAME": "SEZARY Albert", "PLACE": "Alger (Algérie)."}, "date": "2023-08-20T14:48:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2769	spillmann-louis-1875-08-20	{"a2": "682", "g55": "01-523", "afd5": "971"}	{"g55": "01-523", "lerrcp": "A2-682", "muller": "M5-971"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Spillmann", "spouse": [], "official": {"given": "Louis François", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1875-08-20 18:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1875-08-20 17:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Spillmann"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1875-08-20 17:35:12"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-682"}, "ids-in-sources": {"a2": "682"}}, "raw": {"H": "17", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "20", "LAT": "48N42", "LON": "6E12", "MON": "8", "NUM": "682", "PRO": "S", "SEC": "12", "YEA": "1875", "CITY": "NANCY"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Spillmann", "official": {"given": "Louis François"}}, "birth": {"date": "1875-08-20 18:00", "place": {"name": "Nancy"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "971"}}, "raw": {"NR": "971", "GNR": "SA2682", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1875", "KORR": "", "MARS": "5", "MODE": "LMT", "MOND": "32", "NAME": "SPILLMANN (LOUIS FRANÇOIS).", "AUFAB": "-5.50", "PHAS_": "90.100", "SONNE": "17", "VENUS": "18", "BREITE": "48 N 42", "GEBORT": "Nancy (Meurthe-et-Moselle)", "LAENGE": "006 E 12", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "35", "GEBZEIT": "18.00", "JUPITER": "13", "ELECTAGE": "58,5", "ELECTDAT": "30.01.1934", "GEBDATUM": "20.08.1875", "STBDATUM": "28.05.1940"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-523"}, "ids-in-source": {"g55": "01-523"}}, "raw": {"DAY": "20-8-1875", "HOUR": "18 h.", "NAME": "SPILLMANN Louis", "PLACE": "Nancy (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:47:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2767	soulier-henri-1834-05-12	{"a2": "680", "g55": "01-530", "afd5": "968"}	{"g55": "01-530", "lerrcp": "A2-680", "muller": "M5-968"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri", "family": "Soulier", "spouse": [], "official": {"given": "Henri", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:30", "date": "1834-05-12 11:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 4.87484, "lat": 45.52569, "name": "Vienne", "geoid": 2969284}, "notime": null, "date-ut": "1834-05-12 10:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Soulier"}, "birth": {"tzo": "+00:19:30", "date": "1834-05-12 10:56:38", "place": {"c2": "38", "cy": "FR", "lg": 4.87484, "lat": 45.52569, "name": "Vienne", "geoid": 2969284}, "date-ut": "1834-05-12 10:37:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-680"}, "ids-in-sources": {"a2": "680"}}, "raw": {"H": "10", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "12", "LAT": "45N11", "LON": "5E43", "MON": "5", "NUM": "680", "PRO": "S", "SEC": "8", "YEA": "1834", "CITY": "VIENNE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Soulier", "official": {"given": "Henri"}}, "birth": {"date": "1834-05-12 11:00", "place": {"name": "Vienne"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "968"}}, "raw": {"NR": "968", "GNR": "SA2680", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1834", "KORR": "", "MARS": "13", "MODE": "LMT", "MOND": "5", "NAME": "SOULIER (HENRI).", "AUFAB": "5.20", "PHAS_": "9.800", "SONNE": "8", "VENUS": "7", "BREITE": "45 N 11", "GEBORT": "Vienne (Isère)", "LAENGE": "005 E 43", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "30", "GEBZEIT": "11.00", "JUPITER": "8", "ELECTAGE": "61,8", "ELECTDAT": "04.02.1896", "GEBDATUM": "12.05.1834", "STBDATUM": "28.09.1921"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-530"}, "ids-in-source": {"g55": "01-530"}}, "raw": {"DAY": "12-5-1834", "HOUR": "11 h.", "NAME": "SOULIER Henri", "PLACE": "Vienne (Isère)."}, "date": "2023-08-20T14:47:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2772	stoltz-joseph-1803-12-14	{"a2": "685", "g55": "01-526", "afd5": "974"}	{"g55": "01-526", "lerrcp": "A2-685", "muller": "M5-974"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Joseph", "family": "Stoltz", "spouse": [], "official": {"given": "Joseph Alexis", "family": null}}	\N	{"lmt": null, "tzo": "+00:31", "date": "1803-12-14 10:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.75, "lat": 48.58333, "name": "Andlau-au-Val", "geoid": 0}, "notime": null, "date-ut": "1803-12-14 09:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Stoltz"}, "birth": {"tzo": "+00:31", "date": "1803-12-14 10:00", "place": {"c2": "67", "cy": "FR", "lg": 7.75, "lat": 48.58333, "name": "Andlau-Au-Val", "geoid": 0}, "date-ut": "1803-12-14 09:29"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-685"}, "ids-in-sources": {"a2": "685"}}, "raw": {"H": "9", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "14", "LAT": "48N35", "LON": "7E45", "MON": "12", "NUM": "685", "PRO": "S", "SEC": "0", "YEA": "1803", "CITY": "ANDLAU-AU-VAL"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Stoltz", "official": {"given": "Joseph Alexis"}}, "birth": {"date": "1803-12-14 10:00", "place": {"name": "Andlau-au-Val"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "974"}}, "raw": {"NR": "974", "GNR": "SA2685", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "2", "CODE": "3", "JAHR": "1803", "KORR": "", "MARS": "6", "MODE": "LMT", "MOND": "4", "NAME": "STOLTZ (JOSEPH ALEXIS).", "AUFAB": "-1.40", "PHAS_": "0.200", "SONNE": "5", "VENUS": "3", "BREITE": "48 N 35", "GEBORT": "Andlau-au-Val (Bas-Rhin)", "LAENGE": "007 E 45", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "14", "GEBZEIT": "10.00", "JUPITER": "12", "ELECTAGE": "33,1", "ELECTDAT": "31.12.1836", "GEBDATUM": "14.12.1803", "STBDATUM": "21.05.1896"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Andlau-au-Val"}}, "partial-ids": {"g55": "01-526"}, "ids-in-source": {"g55": "01-526"}}, "raw": {"DAY": "14-12-1803", "HOUR": "10 h.", "NAME": "STOLTZ Joseph", "PLACE": "Andlau-au-Val (Bas-Rhin)."}, "date": "2023-08-20T14:47:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2775	strohl-andre-1887-03-20	{"a2": "688", "g55": "01-529", "afd5": "977"}	{"g55": "01-529", "lerrcp": "A2-688", "muller": "M5-977"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "André", "family": "Strohl", "spouse": [], "official": {"given": "André", "family": null}}	\N	{"lmt": null, "tzo": "+00:01:22", "date": "1887-03-20 06:00", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "notime": null, "date-ut": "1887-03-20 05:58:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Strohl"}, "birth": {"tzo": "+00:01:22", "date": "1887-03-20 06:00", "place": {"c2": "86", "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "date-ut": "1887-03-20 05:58:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-688"}, "ids-in-sources": {"a2": "688"}}, "raw": {"H": "5", "MN": "58", "TZ": "0", "COD": "86", "COU": "F", "DAY": "20", "LAT": "46N35", "LON": "0E20", "MON": "3", "NUM": "688", "PRO": "S", "SEC": "40", "YEA": "1887", "CITY": "POITIERS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Strohl", "official": {"given": "André"}}, "birth": {"date": "1887-03-20 06:00", "place": {"name": "Poitiers"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "977"}}, "raw": {"NR": "977", "GNR": "SA2688", "JU_": "0", "MA_": "2", "MO_": "1", "SA_": "0", "SO_": "2", "VE_": "1", "CODE": "3", "JAHR": "1887", "KORR": "", "MARS": "36", "MODE": "LMT", "MOND": "4", "NAME": "STROHL (ANDRÉ).", "AUFAB": "-8.10", "PHAS_": "18.400", "SONNE": "36", "VENUS": "35", "BREITE": "46 N 35", "GEBORT": "Poitiers (Vienne)", "LAENGE": "000 E 20", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "25", "GEBZEIT": "06.00", "JUPITER": "16", "ELECTAGE": "46,9", "ELECTDAT": "06.02.1934", "GEBDATUM": "20.03.1887", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-529"}, "ids-in-source": {"g55": "01-529"}}, "raw": {"DAY": "20-3-1887", "HOUR": "6 h.", "NAME": "STROHL André", "PLACE": "Poitiers (Vienne)."}, "date": "2023-08-20T14:47:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2779	tardieu-ambroise-1818-03-10	{"a2": "692", "afd5": "981"}	{"lerrcp": "A2-692", "muller": "M5-981"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Ambroise", "family": "Tardieu", "spouse": [], "official": {"given": "Ambroise Auguste", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1818-03-10 04:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1818-03-10 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ambroise", "family": "Tardieu"}, "birth": {"tzo": "+00:09:24", "date": "1818-03-10 04:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1818-03-10 03:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-692"}, "ids-in-sources": {"a2": "692"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "10", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "692", "PRO": "S", "SEC": "40", "YEA": "1818", "CITY": "PARIS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Tardieu", "official": {"given": "Ambroise Auguste"}}, "birth": {"date": "1818-03-10 04:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "981"}}, "raw": {"NR": "981", "GNR": "SA2692", "JU_": "2", "MA_": "0", "MO_": "1", "SA_": "0", "SO_": "0", "VE_": "0", "CODE": "4", "JAHR": "1818", "KORR": "", "MARS": "22", "MODE": "LMT", "MOND": "30", "NAME": "TARDIEU (AMBROISE AUGUSTE).", "AUFAB": "4.80", "PHAS_": "8.900", "SONNE": "33", "VENUS": "33", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "33", "GEBZEIT": "04.00", "JUPITER": "2", "ELECTAGE": "41,4", "ELECTDAT": "12.07.1859", "GEBDATUM": "10.03.1818", "STBDATUM": "12.01.1879"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2780	tarnier-etienne-1828-04-29	{"a2": "693", "g55": "01-533", "afd5": "982"}	{"g55": "01-533", "lerrcp": "A2-693", "muller": "M5-982"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Etienne", "family": "Tarnier", "spouse": [], "official": {"given": "Stéphane Etienne", "family": null}}	\N	{"lmt": null, "tzo": "+00:20:08", "date": "1828-04-29 06:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Aizeray", "geoid": 0}, "notime": null, "date-ut": "1828-04-29 05:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Tarnier"}, "birth": {"tzo": "+00:20:08", "date": "1828-04-29 06:00", "place": {"c2": "21", "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Aizeray", "geoid": 0}, "date-ut": "1828-04-29 05:39:52"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-693"}, "ids-in-sources": {"a2": "693"}}, "raw": {"H": "5", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "29", "LAT": "47N19", "LON": "5E 2", "MON": "4", "NUM": "693", "PRO": "S", "SEC": "52", "YEA": "1828", "CITY": "AIZERAY"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Tarnier", "official": {"given": "Stéphane Etienne"}}, "birth": {"date": "1828-04-29 06:00", "place": {"name": "Arc-sur-Tille"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "982"}}, "raw": {"NR": "982", "GNR": "SA2693", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "0", "CODE": "3", "JAHR": "1828", "KORR": "", "MARS": "13", "MODE": "LMT", "MOND": "20", "NAME": "TARNIER (STÉPHANE ETIENNE).", "AUFAB": "3.30", "PHAS_": "98.900", "SONNE": "2", "VENUS": "34", "BREITE": "47 N 19", "GEBORT": "Arc-sur-Tille (Côte-d'Or)", "LAENGE": "005 E 02", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "30", "GEBZEIT": "06.00", "JUPITER": "20", "ELECTAGE": "44,2", "ELECTDAT": "09.07.1872", "GEBDATUM": "29.04.1828", "STBDATUM": "28.11.1897"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Aizeray"}}, "partial-ids": {"g55": "01-533"}, "ids-in-source": {"g55": "01-533"}}, "raw": {"DAY": "29-4-1828", "HOUR": "6 h.", "NAME": "TARNIER Etienne", "PLACE": "Aizeray (Côte-d’Or)."}, "date": "2023-08-20T14:47:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2777	surmont-jean-1895-07-19	{"a2": "690", "g55": "02-469"}	{"g55": "02-469", "lerrcp": "A2-690"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Surmont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-07-19 03:20", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1895-07-19 03:10:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Surmont"}, "birth": {"tzo": "+00:09:21", "date": "1895-07-19 03:20", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1895-07-19 03:10:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-690"}, "ids-in-sources": {"a2": "690"}}, "raw": {"H": "3", "MN": "10", "TZ": "0", "COD": "59", "COU": "F", "DAY": "19", "LAT": "50N39", "LON": "3E 5", "MON": "7", "NUM": "690", "PRO": "S", "SEC": "40", "YEA": "1895", "CITY": "LILLE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-469"}, "ids-in-source": {"g55": "02-469"}}, "raw": {"DAY": "19-7-1895", "HOUR": "3h. 20", "NAME": "SURMONT Jean", "PLACE": "Lille (Nord)."}, "date": "2023-08-20T14:48:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2784	terrier-louis-1837-08-31	{"a2": "697", "afd5": "990"}	{"lerrcp": "A2-697", "muller": "M5-990"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Terrier", "spouse": [], "official": {"given": "Louis Félix", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1837-08-31 19:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1837-08-31 18:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Terrier"}, "birth": {"tzo": "+00:09:24", "date": "1837-08-31 19:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1837-08-31 18:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-697"}, "ids-in-sources": {"a2": "697"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "31", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "697", "PRO": "S", "SEC": "40", "YEA": "1837", "CITY": "PARIS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Terrier", "official": {"given": "Louis Félix"}}, "birth": {"date": "1837-08-31 19:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "990"}}, "raw": {"NR": "990", "GNR": "SA2697", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "4", "JAHR": "1837", "KORR": "", "MARS": "17", "MODE": "LMT", "MOND": "18", "NAME": "TERRIER (LOUIS FÉLIX).", "AUFAB": "-1.30", "PHAS_": "0.100", "SONNE": "19", "VENUS": "18", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "15", "GEBZEIT": "19.00", "JUPITER": "19", "ELECTAGE": "52,7", "ELECTDAT": "13.05.1890", "GEBDATUM": "31.08.1837", "STBDATUM": "08.04.1908"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2785	thibierge-georges-1856-05-24	{"a2": "698", "afd5": "993"}	{"lerrcp": "A2-698", "muller": "M5-993"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Georges", "family": "Thibierge", "spouse": [], "official": {"given": "Georges", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1856-05-24 01:40", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1856-05-24 01:30:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Thibierge"}, "birth": {"tzo": "+00:09:24", "date": "1856-05-24 01:40", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1856-05-24 01:30:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-698"}, "ids-in-sources": {"a2": "698"}}, "raw": {"H": "1", "MN": "30", "TZ": "0", "COD": "75", "COU": "F", "DAY": "24", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "698", "PRO": "S", "SEC": "40", "YEA": "1856", "CITY": "PARIS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Thibierge", "official": {"given": "Georges"}}, "birth": {"date": "1856-05-24 01:40", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "993"}}, "raw": {"NR": "993", "GNR": "SA2698", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "4", "JAHR": "1856", "KORR": "", "MARS": "18", "MODE": "LMT", "MOND": "5", "NAME": "THIBIERGE (GEORGES).", "AUFAB": "-7.20", "PHAS_": "83.100", "SONNE": "31", "VENUS": "33", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "27", "GEBZEIT": "01.40", "JUPITER": "36", "ELECTAGE": "62,1", "ELECTDAT": "18.06.1918", "GEBDATUM": "24.05.1856", "STBDATUM": "24.08.1926"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2782	temoin-henri-1861-09-09	{"a2": "695", "g55": "01-536", "afd5": "987"}	{"g55": "01-536", "lerrcp": "A2-695", "muller": "M5-987"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri", "family": "Témoin", "spouse": [], "official": {"given": "Daniel Philippe Henri", "family": null}}	\N	{"lmt": null, "tzo": "+00:11:16", "date": "1861-09-09 14:00", "note": null, "place": {"c1": null, "c2": "18", "c3": null, "cy": "FR", "lg": 2.81834, "lat": 46.99758, "name": "Nérondes", "geoid": 2990758}, "notime": null, "date-ut": "1861-09-09 13:50:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Temoin"}, "birth": {"tzo": "+00:11:16", "date": "1861-09-09 14:00", "place": {"c2": "18", "cy": "FR", "lg": 2.81834, "lat": 46.99758, "name": "Nérondes", "geoid": 2990758}, "date-ut": "1861-09-09 13:50:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-695"}, "ids-in-sources": {"a2": "695"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "18", "COU": "F", "DAY": "9", "LAT": "47N 5", "LON": "2E23", "MON": "9", "NUM": "695", "PRO": "S", "SEC": "28", "YEA": "1861", "CITY": "NERONDES"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Témoin", "official": {"given": "Daniel Philippe Henri"}}, "birth": {"date": "1861-09-09 14:00", "place": {"name": "Nérondes"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "987"}}, "raw": {"NR": "987", "GNR": "SA2695", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1861", "KORR": "", "MARS": "13", "MODE": "LMT", "MOND": "6", "NAME": "TÉMOIN (DANIEL PHILIPPE HENRI).", "AUFAB": "9.00", "PHAS_": "22.300", "SONNE": "12", "VENUS": "10", "BREITE": "47 N 05", "GEBORT": "Nérondes (Cher)", "LAENGE": "002 E 23", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "13", "GEBZEIT": "14.00", "JUPITER": "13", "ELECTAGE": "51,3", "ELECTDAT": "10.12.1912", "GEBDATUM": "09.09.1861", "STBDATUM": "01.01.1943"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-536"}, "ids-in-source": {"g55": "01-536"}}, "raw": {"DAY": "9-9-1861", "HOUR": "14 h.", "NAME": "TEMOIN Henri", "PLACE": "Nérondes (Cher)."}, "date": "2023-08-20T14:47:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2788	thomas-louis-1839-05-21	{"a2": "701", "g55": "01-541", "afd5": "998"}	{"g55": "01-541", "lerrcp": "A2-701", "muller": "M5-998"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Thomas", "spouse": [], "official": {"given": "Louis", "family": null}}	\N	{"lmt": null, "tzo": "+00:03:17", "date": "1839-05-21 05:00", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": 0.81893, "lat": 47.0421, "name": "Ligueil", "geoid": 2998343}, "notime": null, "date-ut": "1839-05-21 16:57:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Thomas"}, "birth": {"tzo": "+00:03:17", "date": "1839-05-21 17:00", "place": {"c2": "37", "cy": "FR", "lg": 0.81893, "lat": 47.0421, "name": "Ligueil", "geoid": 2998343}, "date-ut": "1839-05-21 16:57:12"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-701"}, "ids-in-sources": {"a2": "701"}}, "raw": {"H": "16", "MN": "57", "TZ": "0", "COD": "37", "COU": "F", "DAY": "21", "LAT": "47N24", "LON": "0E42", "MON": "5", "NUM": "701", "PRO": "S", "SEC": "12", "YEA": "1839", "CITY": "LIGUEIL"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Thomas", "official": {"given": "Louis"}}, "birth": {"date": "1839-05-21 05:00", "place": {"name": "Ligueil"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "998"}}, "raw": {"NR": "998", "GNR": "SA2701", "JU_": "0", "MA_": "0", "MO_": "0", "SA_": "1", "SO_": "2", "VE_": "0", "CODE": "2", "JAHR": "1839", "KORR": "", "MARS": "24", "MODE": "LMT", "MOND": "24", "NAME": "THOMAS (LOUIS).", "AUFAB": "9.90", "PHAS_": "57.300", "SONNE": "1", "VENUS": "33", "BREITE": "47 N 24", "GEBORT": "Ligueil (Indre-et-Loire)", "LAENGE": "000 E 42", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "18", "GEBZEIT": "05.00", "JUPITER": "22", "ELECTAGE": "47,9", "ELECTDAT": "29.03.1887", "GEBDATUM": "21.05.1839", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-541"}, "ids-in-source": {"g55": "01-541"}}, "raw": {"DAY": "21-5-1839", "HOUR": "17 h.", "NAME": "THOMAS Louis", "PLACE": "Ligueil (Indre-et-Loire)."}, "date": "2023-08-20T14:47:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2790	tiffeneau-adolphe-1873-11-07	{"a2": "703", "g55": "01-543", "afd5": "1001"}	{"g55": "01-543", "lerrcp": "A2-703", "muller": "M5-1001"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Adolphe", "family": "Tiffeneau", "spouse": [], "official": {"given": "Marc Emile Pierre Adolphe", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:17", "date": "1873-11-07 20:00", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.31954, "lat": 49.31535, "name": "Mouy", "geoid": 2991297}, "notime": null, "date-ut": "1873-11-07 19:51:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Tiffeneau"}, "birth": {"tzo": "+00:09:17", "date": "1873-11-07 20:00", "place": {"c2": "60", "cy": "FR", "lg": 2.31954, "lat": 49.31535, "name": "Mouy", "geoid": 2991297}, "date-ut": "1873-11-07 19:51:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-703"}, "ids-in-sources": {"a2": "703"}}, "raw": {"H": "19", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "7", "LAT": "49N26", "LON": "2E 5", "MON": "11", "NUM": "703", "PRO": "S", "SEC": "40", "YEA": "1873", "CITY": "MOUY"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Tiffeneau", "official": {"given": "Marc Emile Pierre Adolphe"}}, "birth": {"date": "1873-11-07 20:00", "place": {"name": "Mouy"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1001"}}, "raw": {"NR": "1001", "GNR": "SA2703", "JU_": "1", "MA_": "1", "MO_": "2", "SA_": "0", "SO_": "0", "VE_": "0", "CODE": "4", "JAHR": "1873", "KORR": "", "MARS": "18", "MODE": "LMT", "MOND": "2", "NAME": "TIFFENEAU (MARC EMILE PIERRE ADOLPHE).", "AUFAB": "-4.60", "PHAS_": "93.000", "SONNE": "23", "VENUS": "25", "BREITE": "49 N 26", "GEBORT": "Mouy (Oise)", "LAENGE": "002 E 05", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "16", "GEBZEIT": "20.00", "JUPITER": "27", "ELECTAGE": "54,1", "ELECTDAT": "15.11.1927", "GEBDATUM": "07.11.1873", "STBDATUM": "20.05.1945"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-543"}, "ids-in-source": {"g55": "01-543"}}, "raw": {"DAY": "7-11-1873", "HOUR": "20 h.", "NAME": "TIFFENEAU Adolphe", "PLACE": "Mouy (Oise)."}, "date": "2023-08-20T14:47:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2791	tillaux-paul-1834-12-08	{"a2": "704", "g55": "01-544", "afd5": "1002"}	{"g55": "01-544", "lerrcp": "A2-704", "muller": "M5-1002"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul", "family": "Tillaux", "spouse": [], "official": {"given": "Paul Jules", "family": null}}	\N	{"lmt": null, "tzo": "-00:02:32", "date": "1834-12-08 21:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.63238, "lat": 49.02012, "name": "Aunay-sur-Odon", "geoid": 3036081}, "notime": null, "date-ut": "1834-12-08 21:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Tillaux"}, "birth": {"tzo": "-00:02:32", "date": "1834-12-08 21:00", "place": {"c2": "14", "cy": "FR", "lg": -0.63238, "lat": 49.02012, "name": "Aunay-sur-Odon", "geoid": 3036081}, "date-ut": "1834-12-08 21:01:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-704"}, "ids-in-sources": {"a2": "704"}}, "raw": {"H": "21", "MN": "1", "TZ": "0", "COD": "14", "COU": "F", "DAY": "8", "LAT": "49N11", "LON": "0W22", "MON": "12", "NUM": "704", "PRO": "S", "SEC": "28", "YEA": "1834", "CITY": "AUNAY-S/ODON"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Tillaux", "official": {"given": "Paul Jules"}}, "birth": {"date": "1834-12-08 21:00", "place": {"name": "Aunay-sur-Odon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1002"}}, "raw": {"NR": "1002", "GNR": "SA2704", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "0", "CODE": "4", "JAHR": "1834", "KORR": "", "MARS": "4", "MODE": "LMT", "MOND": "13", "NAME": "TILLAUX (PAUL JULES).", "AUFAB": "9.70", "PHAS_": "49.800", "SONNE": "24", "VENUS": "23", "BREITE": "49 N 11", "GEBORT": "Aunay-sur-Odon (Calvados)", "LAENGE": "000 W 22", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "29", "GEBZEIT": "21.00", "JUPITER": "7", "ELECTAGE": "44,4", "ELECTDAT": "08.04.1879", "GEBDATUM": "08.12.1834", "STBDATUM": "20.10.1904"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-544"}, "ids-in-source": {"g55": "01-544"}}, "raw": {"DAY": "8-12-1834", "HOUR": "21 h.", "NAME": "TILLAUX Paul", "PLACE": "Aunay-sur-Odon (Calvados)."}, "date": "2023-08-20T14:47:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2795	tourdes-gabriel-1810-01-21	{"a2": "708", "g55": "01-546", "afd5": "1007"}	{"g55": "01-546", "lerrcp": "A2-708", "muller": "M5-1007"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Gabriel", "family": "Tourdes", "spouse": [], "official": {"given": "Gabriel", "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1810-01-21 01:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1810-01-21 00:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Tourdes"}, "birth": {"tzo": "+00:30:59", "date": "1810-01-21 01:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1810-01-21 00:29"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-708"}, "ids-in-sources": {"a2": "708"}}, "raw": {"H": "0", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "21", "LAT": "48N35", "LON": "7E45", "MON": "1", "NUM": "708", "PRO": "S", "SEC": "0", "YEA": "1810", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Tourdes", "official": {"given": "Gabriel"}}, "birth": {"date": "1810-01-21 01:00", "place": {"name": "Strasbourg"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1007"}}, "raw": {"NR": "1007", "GNR": "SA2708", "JU_": "1", "MA_": "0", "MO_": "2", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1810", "KORR": "", "MARS": "25", "MODE": "LMT", "MOND": "10", "NAME": "TOURDES (GABRIEL).", "AUFAB": "0.50", "PHAS_": "99.800", "SONNE": "28", "VENUS": "29", "BREITE": "48 N 35", "GEBORT": "Strasbourg (Bas-Rhin)", "LAENGE": "007 E 45", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "32", "GEBZEIT": "01.00", "JUPITER": "21", "ELECTAGE": "61,0", "ELECTDAT": "20.12.1870", "GEBDATUM": "21.01.1810", "STBDATUM": "26.01.1900"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-546"}, "ids-in-source": {"g55": "01-546"}}, "raw": {"DAY": "21-1-1810", "HOUR": "1 h.", "NAME": "TOURDES Gabriel", "PLACE": "Strasbourg (Bas-Rhin)."}, "date": "2023-08-20T14:47:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2799	trebuchet-adolphe-1801-12-11	{"a2": "712", "g55": "01-550", "afd5": "1012"}	{"g55": "01-550", "lerrcp": "A2-712", "muller": "M5-1012"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Adolphe", "family": "Trébuchet", "spouse": [], "official": {"given": "Adolphe", "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1801-12-11 00:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1801-12-12 00:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Trebuchet"}, "birth": {"tzo": "-00:06:13", "date": "1801-12-12 00:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1801-12-12 00:06:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-712"}, "ids-in-sources": {"a2": "712"}}, "raw": {"H": "0", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "12", "LAT": "47N13", "LON": "1W35", "MON": "12", "NUM": "712", "PRO": "S", "SEC": "20", "YEA": "1801", "CITY": "NANTES"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Trébuchet", "official": {"given": "Adolphe"}}, "birth": {"date": "1801-12-11 00:00", "place": {"name": "Nantes"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1012"}}, "raw": {"NR": "1012", "GNR": "SA2712", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1801", "KORR": "", "MARS": "29", "MODE": "LMT", "MOND": "21", "NAME": "TRÉBUCHET (ADOLPHE).", "AUFAB": "10.40", "PHAS_": "33.100", "SONNE": "28", "VENUS": "30", "BREITE": "47 N 13", "GEBORT": "Nantes (Loire-Inférieure)", "LAENGE": "001 W 35", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "2", "GEBZEIT": "00.00", "JUPITER": "3", "ELECTAGE": "56,5", "ELECTDAT": "25.05.1858", "GEBDATUM": "11.12.1801", "STBDATUM": "06.10.1865"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-550"}, "ids-in-source": {"g55": "01-550"}}, "raw": {"DAY": "11-12-1801", "HOUR": "24 h.", "NAME": "TREBUCHET Adolphe", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:47:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2800	trefouel-jacques-1897-11-09	{"a2": "713", "afd5": "1013"}	{"lerrcp": "A2-713", "muller": "M5-1013"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jacques", "family": "Tréfouel", "spouse": [], "official": {"given": "Jacques Gustave Marie", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1897-11-09 20:15", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.5, "lat": 48.91667, "name": "le Raincy", "geoid": 0}, "notime": null, "date-ut": "1897-11-09 20:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Trefouel"}, "birth": {"tzo": "+00:09:21", "date": "1897-11-09 20:15", "place": {"c2": "93", "cy": "FR", "lg": 2.5, "lat": 48.91667, "name": "Raincy", "geoid": 0}, "date-ut": "1897-11-09 20:05:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-713"}, "ids-in-sources": {"a2": "713"}}, "raw": {"H": "20", "MN": "5", "TZ": "0", "COD": "93", "COU": "F", "DAY": "9", "LAT": "48N55", "LON": "2E30", "MON": "11", "NUM": "713", "PRO": "S", "SEC": "40", "YEA": "1897", "CITY": "RAINCY"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Tréfouel", "official": {"given": "Jacques Gustave Marie"}}, "birth": {"date": "1897-11-09 20:15", "place": {"name": "le Raincy"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1013"}}, "raw": {"NR": "1013", "GNR": "SA2713", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "0", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1897", "KORR": "-0.16", "MARS": "23", "MODE": "", "MOND": "5", "NAME": "TRÉFOUEL (JACQUES GUSTAVE MARIE).", "AUFAB": "1.70", "PHAS_": "99.700", "SONNE": "23", "VENUS": "25", "BREITE": "48 N 50", "GEBORT": "le Raincy (Seine-et-Oise)", "LAENGE": "002 E 08", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "22", "GEBZEIT": "20.15", "JUPITER": "26", "ELECTAGE": "44,5", "ELECTDAT": "12.05.1942", "GEBDATUM": "09.11.1897", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2797	trasbot-laurent-1838-05-08	{"a2": "710", "g55": "01-548", "afd5": "1010"}	{"g55": "01-548", "lerrcp": "A2-710", "muller": "M5-1010"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Laurent", "family": "Trasbot", "spouse": [], "official": {"given": "Laurent Léopold", "family": null}}	\N	{"lmt": null, "tzo": "+00:08:07", "date": "1838-05-08 17:00", "note": null, "place": {"c1": null, "c2": "41", "c3": null, "cy": "FR", "lg": 2.02837, "lat": 47.602, "name": "Lamotte-Beuvron", "geoid": 3008020}, "notime": null, "date-ut": "1838-05-08 16:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Laurent", "family": "Trasbot"}, "birth": {"tzo": "+00:08:07", "date": "1838-05-08 17:00", "place": {"c2": "41", "cy": "FR", "lg": 2.02837, "lat": 47.602, "name": "Lamotte-Beuvron", "geoid": 3008020}, "date-ut": "1838-05-08 16:54:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-710"}, "ids-in-sources": {"a2": "710"}}, "raw": {"H": "16", "MN": "54", "TZ": "0", "COD": "41", "COU": "F", "DAY": "8", "LAT": "47N35", "LON": "1E20", "MON": "5", "NUM": "710", "PRO": "S", "SEC": "40", "YEA": "1838", "CITY": "LAMOTTE-BEUVRON"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Trasbot", "official": {"given": "Laurent Léopold"}}, "birth": {"date": "1838-05-08 17:00", "place": {"name": "Lamotte-Beuvron"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1010"}}, "raw": {"NR": "1010", "GNR": "SA2710", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "0", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1838", "KORR": "", "MARS": "17", "MODE": "LMT", "MOND": "35", "NAME": "TRASBOT (LAURENT LÉOPOLD).", "AUFAB": "4.10", "PHAS_": "97.100", "SONNE": "16", "VENUS": "21", "BREITE": "47 N 35", "GEBORT": "Lamotte-Beuvron (Loir-et-Cher)", "LAENGE": "001 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "33", "GEBZEIT": "17.00", "JUPITER": "6", "ELECTAGE": "28,0", "ELECTDAT": "11.05.1866", "GEBDATUM": "08.05.1838", "STBDATUM": "17.07.1904"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-548"}, "ids-in-source": {"g55": "01-548"}}, "raw": {"DAY": "8-5-1838", "HOUR": "17 h.", "NAME": "TRASBOT Laurent", "PLACE": "Lamotte-Beuvron (Loir-et-Cher)."}, "date": "2023-08-20T14:47:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2803	trillat-auguste-1861-02-14	{"a2": "716", "g55": "01-552", "afd5": "1016"}	{"g55": "01-552", "lerrcp": "A2-716", "muller": "M5-1016"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Auguste", "family": "Trillat", "spouse": [], "official": {"given": "Auguste", "family": null}}	\N	{"lmt": null, "tzo": "+00:22:52", "date": "1861-02-14 05:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Pont-de-Beauvoisin", "geoid": 0}, "notime": null, "date-ut": "1861-02-14 04:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Trillat"}, "birth": {"tzo": "+00:22:52", "date": "1861-02-14 05:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Pont-de-Beauvoi", "geoid": 0}, "date-ut": "1861-02-14 04:37:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-716"}, "ids-in-sources": {"a2": "716"}}, "raw": {"H": "4", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "14", "LAT": "45N11", "LON": "5E43", "MON": "2", "NUM": "716", "PRO": "S", "SEC": "8", "YEA": "1861", "CITY": "PONT-DE-BEAUVOI"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Trillat", "official": {"given": "Auguste"}}, "birth": {"date": "1861-02-14 05:00", "place": {"name": "Pont-de-Beauvoisin"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1016"}}, "raw": {"NR": "1016", "GNR": "SA2716", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1861", "KORR": "", "MARS": "29", "MODE": "LMT", "MOND": "31", "NAME": "TRILLAT (AUGUSTE).", "AUFAB": "6.20", "PHAS_": "15.500", "SONNE": "34", "VENUS": "35", "BREITE": "45 N 11", "GEBORT": "Pont-de-Beauvoisin (Isère)", "LAENGE": "005 E 43", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "15", "GEBZEIT": "05.00", "JUPITER": "16", "ELECTAGE": "76,0", "ELECTDAT": "02.02.1937", "GEBDATUM": "14.02.1861", "STBDATUM": "02.04.1944"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Pont-de-Beauvoisin"}}, "partial-ids": {"g55": "01-552"}, "ids-in-source": {"g55": "01-552"}}, "raw": {"DAY": "14-2-1861", "HOUR": "5 h.", "NAME": "TRILLAT Auguste", "PLACE": "Pont-de-Beauvoisin (Isère)."}, "date": "2023-08-20T14:47:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2805	tuffier-theodore-1857-03-26	{"a2": "718", "g55": "01-553", "afd5": "1021"}	{"g55": "01-553", "lerrcp": "A2-718", "muller": "M5-1021"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Theodore", "family": "Tuffier", "spouse": [], "official": {"given": "Théodore", "family": null}}	\N	{"lmt": null, "tzo": "+00:02:17", "date": "1857-03-26 02:00", "note": null, "place": {"c1": null, "c2": "61", "c3": null, "cy": "FR", "lg": 0.57005, "lat": 48.37329, "name": "Bellême", "geoid": 3033679}, "notime": null, "date-ut": "1857-03-26 01:59:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Theodore", "family": "Tuffier"}, "birth": {"tzo": "+00:02:17", "date": "1857-03-26 02:00", "place": {"c2": "61", "cy": "FR", "lg": 0.57005, "lat": 48.37329, "name": "Bellême", "geoid": 3033679}, "date-ut": "1857-03-26 01:59:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-718"}, "ids-in-sources": {"a2": "718"}}, "raw": {"H": "1", "MN": "59", "TZ": "0", "COD": "61", "COU": "F", "DAY": "26", "LAT": "48N26", "LON": "0E 5", "MON": "3", "NUM": "718", "PRO": "S", "SEC": "40", "YEA": "1857", "CITY": "BELLEME"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Tuffier", "official": {"given": "Théodore"}}, "birth": {"date": "1857-03-26 02:00", "place": {"name": "Bellême"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1021"}}, "raw": {"NR": "1021", "GNR": "SA2718", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1857", "KORR": "", "MARS": "29", "MODE": "LMT", "MOND": "30", "NAME": "TUFFIER (THÉODORE).", "AUFAB": "-1.30", "PHAS_": "0.000", "SONNE": "30", "VENUS": "26", "BREITE": "48 N 26", "GEBORT": "Bellême (Orne)", "LAENGE": "000 E 05", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "18", "GEBZEIT": "02.00", "JUPITER": "29", "ELECTAGE": "61,2", "ELECTDAT": "14.05.1918", "GEBDATUM": "26.03.1857", "STBDATUM": "27.10.1929"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-553"}, "ids-in-source": {"g55": "01-553"}}, "raw": {"DAY": "26-3-1857", "HOUR": "2 h.", "NAME": "TUFFIER Théodore", "PLACE": "Belleme (Orne)."}, "date": "2023-08-20T14:47:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2808	vallery-radot-louis-1886-05-13	{"a2": "721"}	{"lerrcp": "A2-721"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Vallery-Radot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1886-05-13 06:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1886-05-13 06:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Vallery-Radot"}, "birth": {"tzo": "+00:09:24", "date": "1886-05-13 06:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1886-05-13 06:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-721"}, "ids-in-sources": {"a2": "721"}}, "raw": {"H": "6", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "13", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "721", "PRO": "S", "SEC": "40", "YEA": "1886", "CITY": "PARIS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
2810	vallois-henri-1889-04-11	{"a2": "723", "afd5": "1031"}	{"lerrcp": "A2-723", "muller": "M5-1031"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri", "family": "Vallois", "spouse": [], "official": {"given": "Henri Victor", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1889-04-11 16:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1889-04-11 15:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Vallois"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1889-04-11 15:35:12"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-723"}, "ids-in-sources": {"a2": "723"}}, "raw": {"H": "15", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "11", "LAT": "48N42", "LON": "6E12", "MON": "4", "NUM": "723", "PRO": "S", "SEC": "12", "YEA": "1889", "CITY": "NANCY"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Vallois", "official": {"given": "Henri Victor"}}, "birth": {"date": "1889-04-11 16:00", "place": {"name": "Nancy"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1031"}}, "raw": {"NR": "1031", "GNR": "SA2723", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "2", "CODE": "3", "JAHR": "1889", "KORR": "", "MARS": "13", "MODE": "LMT", "MOND": "4", "NAME": "VALLOIS (HENRI VICTOR).", "AUFAB": "9.30", "PHAS_": "73.100", "SONNE": "15", "VENUS": "12", "BREITE": "48 N 42", "GEBORT": "Nancy (Meurthe-et-Moselle)", "LAENGE": "006 E 12", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "5", "GEBZEIT": "16.00", "JUPITER": "26", "ELECTAGE": "64,0", "ELECTDAT": "14.04.1953", "GEBDATUM": "11.04.1889", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2807	vallee-henri-1874-06-16	{"a2": "720", "g55": "01-555", "afd5": "1029"}	{"g55": "01-555", "lerrcp": "A2-720", "muller": "M5-1029"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri", "family": "Vallée", "spouse": [], "official": {"given": "Henri Pierre Michel", "family": null}}	\N	{"lmt": null, "tzo": "+00:20:04", "date": "1874-06-16 22:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1874-06-16 21:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Vallee"}, "birth": {"tzo": "+00:20:04", "date": "1874-06-16 22:00", "place": {"c2": "21", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1874-06-16 21:39:52"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-720"}, "ids-in-sources": {"a2": "720"}}, "raw": {"H": "21", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "16", "LAT": "47N19", "LON": "5E 2", "MON": "6", "NUM": "720", "PRO": "S", "SEC": "52", "YEA": "1874", "CITY": "DIJON"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Vallée", "official": {"given": "Henri Pierre Michel"}}, "birth": {"date": "1874-06-16 22:00", "place": {"name": "Dijon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1029"}}, "raw": {"NR": "1029", "GNR": "SA2720", "JU_": "0", "MA_": "0", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1874", "KORR": "", "MARS": "22", "MODE": "LMT", "MOND": "18", "NAME": "VALLÉE (HENRI PIERRE MICHEL).", "AUFAB": "3.10", "PHAS_": "3.900", "SONNE": "23", "VENUS": "19", "BREITE": "47 N 19", "GEBORT": "Dijon (Côte-d'Or)", "LAENGE": "005 E 02", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "36", "GEBZEIT": "22.00", "JUPITER": "15", "ELECTAGE": "50,4", "ELECTDAT": "04.11.1924", "GEBDATUM": "16.06.1874", "STBDATUM": "12.03.1947"}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-555"}, "ids-in-source": {"g55": "01-555"}}, "raw": {"DAY": "16-6-1874", "HOUR": "22 h.", "NAME": "* VALLEE Henri", "PLACE": "Dijon (Côte-d’Or)."}, "date": "2023-08-20T14:47:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2813	vaquez-louis-1860-08-27	{"a2": "726", "afd5": "1034"}	{"lerrcp": "A2-726", "muller": "M5-1034"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Vaquez", "spouse": [], "official": {"given": "Louis Henri", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1860-08-27 02:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1860-08-27 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Vaquez"}, "birth": {"tzo": "+00:09:24", "date": "1860-08-27 02:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1860-08-27 01:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-726"}, "ids-in-sources": {"a2": "726"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "27", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "726", "PRO": "S", "SEC": "40", "YEA": "1860", "CITY": "PARIS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Vaquez", "official": {"given": "Louis Henri"}}, "birth": {"date": "1860-08-27 02:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1034"}}, "raw": {"NR": "1034", "GNR": "SA2726", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "2", "CODE": "4", "JAHR": "1860", "KORR": "", "MARS": "20", "MODE": "LMT", "MOND": "20", "NAME": "VAQUEZ (LOUIS HENRI).", "AUFAB": "8.20", "PHAS_": "83.100", "SONNE": "31", "VENUS": "1", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "31", "GEBZEIT": "02.00", "JUPITER": "34", "ELECTAGE": "59,2", "ELECTDAT": "04.11.1919", "GEBDATUM": "27.08.1860", "STBDATUM": "18.04.1936"}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2815	velu-henri-1887-04-13	{"a2": "728", "g55": "01-559", "afd5": "1038"}	{"g55": "01-559", "lerrcp": "A2-728", "muller": "M5-1038"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri", "family": "Velu", "spouse": [], "official": {"given": "Henri", "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1887-04-13 08:00", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.06012, "lat": 47.4538, "name": "Alligny", "geoid": 3038103}, "notime": null, "date-ut": "1887-04-13 09:47:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Velu"}, "birth": {"tzo": "+00:12:14", "date": "1887-04-13 10:00", "place": {"c2": "58", "cy": "FR", "lg": 3.06012, "lat": 47.4538, "name": "Alligny-Cosne", "geoid": 3038103}, "date-ut": "1887-04-13 09:47:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-728"}, "ids-in-sources": {"a2": "728"}}, "raw": {"H": "9", "MN": "47", "TZ": "0", "COD": "58", "COU": "F", "DAY": "13", "LAT": "46N59", "LON": "3E 9", "MON": "4", "NUM": "728", "PRO": "S", "SEC": "24", "YEA": "1887", "CITY": "ALLIGNY-COSNE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Velu", "official": {"given": "Henri"}}, "birth": {"date": "1887-04-13 08:00", "place": {"name": "Alligny"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1038"}}, "raw": {"NR": "1038", "GNR": "SA2728", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "2", "CODE": "2", "JAHR": "1887", "KORR": "", "MARS": "4", "MODE": "LMT", "MOND": "16", "NAME": "VELU (HENRI).", "AUFAB": "-9.30", "PHAS_": "71.800", "SONNE": "4", "VENUS": "2", "BREITE": "46 N 59", "GEBORT": "Alligny (Nièvre)", "LAENGE": "003 E 09", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ-d", "SATURN": "32", "GEBZEIT": "08.00", "JUPITER": "21", "ELECTAGE": "47,0", "ELECTDAT": "20.03.1934", "GEBDATUM": "13.04.1887", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-559"}, "ids-in-source": {"g55": "01-559"}}, "raw": {"DAY": "13-4-1887", "HOUR": "10 h.", "NAME": "VELU Henri", "PLACE": "Alligny-Cosne (Nièvre)."}, "date": "2023-08-20T14:47:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2820	villaret-maurice-1877-12-07	{"a2": "733", "afd5": "1052"}	{"lerrcp": "A2-733", "muller": "M5-1052"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Maurice", "family": "Villaret", "spouse": [], "official": {"given": "Maurice", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1877-12-07 03:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1877-12-07 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Villaret"}, "birth": {"tzo": "+00:09:24", "date": "1877-12-07 03:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1877-12-07 02:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-733"}, "ids-in-sources": {"a2": "733"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "7", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "733", "PRO": "S", "SEC": "40", "YEA": "1877", "CITY": "PARIS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Villaret", "official": {"given": "Maurice"}}, "birth": {"date": "1877-12-07 03:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1052"}}, "raw": {"NR": "1052", "GNR": "SA2733", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "4", "JAHR": "1877", "KORR": "", "MARS": "22", "MODE": "LMT", "MOND": "29", "NAME": "VILLARET (MAURICE).", "AUFAB": "3.40", "PHAS_": "4.800", "SONNE": "31", "VENUS": "27", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "23", "GEBZEIT": "03.00", "JUPITER": "29", "ELECTAGE": "57,6", "ELECTDAT": "18.06.1935", "GEBDATUM": "07.12.1877", "STBDATUM": "25.01.1946"}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2818	vidal-emile-1834-07-26	{"a2": "731", "g55": "01-561", "afd5": "1047"}	{"g55": "01-561", "lerrcp": "A2-731", "muller": "M5-1047"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Emile", "family": "Vidal", "spouse": [], "official": {"given": "Léon Emile", "family": null}}	\N	{"lmt": null, "tzo": "+00:25:52", "date": "1834-07-26 23:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 6.46667, "lat": 43.53333, "name": "Trans", "geoid": 0}, "notime": null, "date-ut": "1834-07-26 22:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Vidal"}, "birth": {"tzo": "+00:25:52", "date": "1834-07-26 23:00", "place": {"c2": "83", "cy": "FR", "lg": 6.46667, "lat": 43.53333, "name": "Trans", "geoid": 0}, "date-ut": "1834-07-26 22:34:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-731"}, "ids-in-sources": {"a2": "731"}}, "raw": {"H": "22", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "26", "LAT": "43N32", "LON": "6E28", "MON": "7", "NUM": "731", "PRO": "S", "SEC": "8", "YEA": "1834", "CITY": "TRANS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Vidal", "official": {"given": "Léon Emile"}}, "birth": {"date": "1834-07-26 23:00", "place": {"name": "Trans"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1047"}}, "raw": {"NR": "1047", "GNR": "SA2731", "JU_": "0", "MA_": "0", "MO_": "2", "SA_": "1", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1834", "KORR": "", "MARS": "34", "MODE": "LMT", "MOND": "1", "NAME": "VIDAL (LÉON EMI1E).", "AUFAB": "-7.80", "PHAS_": "75.400", "SONNE": "25", "VENUS": "22", "BREITE": "43 N 32", "GEBORT": "Trans (Var)", "LAENGE": "006 E 28", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "20", "GEBZEIT": "23.00", "JUPITER": "33", "ELECTAGE": "62,8", "ELECTDAT": "04.05.1897", "GEBDATUM": "26.07.1834", "STBDATUM": "28.08.1926"}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Trans"}}, "partial-ids": {"g55": "01-561"}, "ids-in-source": {"g55": "01-561"}}, "raw": {"DAY": "26-7-1834", "HOUR": "23 h.", "NAME": "VIDAL Emile", "PLACE": "Trans (Var)."}, "date": "2023-08-20T14:47:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2823	vincent-hyacinthe-1862-12-22	{"a2": "736", "g55": "01-563", "afd5": "1055"}	{"g55": "01-563", "lerrcp": "A2-736", "muller": "M5-1055"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Hyacinthe", "family": "Vincent", "spouse": [], "official": {"given": "Jean Hyacinthe", "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1862-12-22 06:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1862-12-22 05:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hyacinthe", "family": "Vincent"}, "birth": {"tzo": "-00:02:19", "date": "1862-12-22 05:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1862-12-22 05:57:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-736"}, "ids-in-sources": {"a2": "736"}}, "raw": {"H": "5", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "22", "LAT": "44N50", "LON": "0W34", "MON": "12", "NUM": "736", "PRO": "S", "SEC": "36", "YEA": "1862", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Vincent", "official": {"given": "Jean Hyacinthe"}}, "birth": {"date": "1862-12-22 06:00", "place": {"name": "Bordeaux"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1055"}}, "raw": {"NR": "1055", "GNR": "SA2736", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1862", "KORR": "", "MARS": "26", "MODE": "LMT", "MOND": "34", "NAME": "VINCENT (JEAN HYACINTHE).", "AUFAB": "0.90", "PHAS_": "1.000", "SONNE": "35", "VENUS": "34", "BREITE": "44 N 50", "GEBORT": "Bordeaux (Gironde)", "LAENGE": "000 W 34", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "9", "GEBZEIT": "06.00", "JUPITER": "7", "ELECTAGE": "44,2", "ELECTDAT": "26.02.1907", "GEBDATUM": "22.12.1862", "STBDATUM": "23.11.1950"}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-563"}, "ids-in-source": {"g55": "01-563"}}, "raw": {"DAY": "22-12-1862", "HOUR": "6 h.", "NAME": "* VINCENT Jean", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:47:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2825	voillemier-leon-1809-10-05	{"a2": "738", "g55": "01-565", "afd5": "1060"}	{"g55": "01-565", "lerrcp": "A2-738", "muller": "M5-1060"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Léon", "family": "Voillemier", "spouse": [], "official": {"given": "Léon Clément", "family": null}}	\N	{"lmt": null, "tzo": "+00:20:27", "date": "1809-10-05 11:00", "note": null, "place": {"c1": null, "c2": "52", "c3": null, "cy": "FR", "lg": 5.11232, "lat": 48.2784, "name": "Vignory", "geoid": 2969094}, "notime": null, "date-ut": "1809-10-05 10:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Voillemier"}, "birth": {"tzo": "+00:20:27", "date": "1809-10-05 11:00", "place": {"c2": "52", "cy": "FR", "lg": 5.11232, "lat": 48.2784, "name": "Vignory", "geoid": 2969094}, "date-ut": "1809-10-05 10:39:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-738"}, "ids-in-sources": {"a2": "738"}}, "raw": {"H": "10", "MN": "39", "TZ": "0", "COD": "52", "COU": "F", "DAY": "5", "LAT": "48N 7", "LON": "5E 8", "MON": "10", "NUM": "738", "PRO": "S", "SEC": "28", "YEA": "1809", "CITY": "VIGNORY"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Voillemier", "official": {"given": "Léon Clément"}}, "birth": {"date": "1809-10-05 11:00", "place": {"name": "Vignory"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1060"}}, "raw": {"NR": "1060", "GNR": "SA2738", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "2", "CODE": "3", "JAHR": "1809", "KORR": "", "MARS": "35", "MODE": "LMT", "MOND": "13", "NAME": "VOILLEMIER (LÉON CLÉMENT).", "AUFAB": "-8.70", "PHAS_": "20.400", "SONNE": "8", "VENUS": "11", "BREITE": "48 N 07", "GEBORT": "Vignory (Haute-Marne)", "LAENGE": "005 E 08", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "2", "GEBZEIT": "11.00", "JUPITER": "25", "ELECTAGE": "63,4", "ELECTDAT": "28.01.1873", "GEBDATUM": "05.10.1809", "STBDATUM": "14.01.1878"}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-565"}, "ids-in-source": {"g55": "01-565"}}, "raw": {"DAY": "5-10-1809", "HOUR": "11 h.", "NAME": "VOILLEMIER Léon", "PLACE": "Vignory (Haute-Marne)."}, "date": "2023-08-20T14:47:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2828	vulpian-edme-1826-01-05	{"a2": "741", "afd5": "1064"}	{"lerrcp": "A2-741", "muller": "M5-1064"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Edme", "family": "Vulpian", "spouse": [], "official": {"given": "Edme Félix Alfred", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1826-01-05 09:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1826-01-05 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edme", "family": "Vulpian"}, "birth": {"tzo": "+00:09:24", "date": "1826-01-05 09:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1826-01-05 08:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-741"}, "ids-in-sources": {"a2": "741"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "5", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "741", "PRO": "S", "SEC": "40", "YEA": "1826", "CITY": "PARIS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Vulpian", "official": {"given": "Edme Félix Alfred"}}, "birth": {"date": "1826-01-05 09:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1064"}}, "raw": {"NR": "1064", "GNR": "SA2741", "JU_": "0", "MA_": "1", "MO_": "2", "SA_": "0", "SO_": "2", "VE_": "1", "CODE": "4", "JAHR": "1826", "KORR": "", "MARS": "14", "MODE": "LMT", "MOND": "9", "NAME": "VULPIAN (EDME FÉLIX ALFRED).", "AUFAB": "-8.90", "PHAS_": "14.200", "SONNE": "3", "VENUS": "5", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "25", "GEBZEIT": "09.00", "JUPITER": "16", "ELECTAGE": "43,4", "ELECTDAT": "04.05.1869", "GEBDATUM": "05.01.1826", "STBDATUM": "18.05.1887"}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2830	walther-charles-1855-02-23	{"a2": "743", "g55": "01-568", "afd5": "1068"}	{"g55": "01-568", "lerrcp": "A2-743", "muller": "M5-1068"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles", "family": "Walther", "spouse": [], "official": {"given": "Charles Armand Gabriel", "family": null}}	\N	{"lmt": null, "tzo": "-00:04:40", "date": "1855-02-23 10:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -1.16667, "lat": 46.15, "name": "Rochefort-sur-Mer", "geoid": 0}, "notime": null, "date-ut": "1855-02-23 10:04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Walther"}, "birth": {"tzo": "-00:04:40", "date": "1855-02-23 10:00", "place": {"c2": "17", "cy": "FR", "lg": -1.16667, "lat": 46.15, "name": "Rochefort-sur-Mer", "geoid": 0}, "date-ut": "1855-02-23 10:04:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-743"}, "ids-in-sources": {"a2": "743"}}, "raw": {"H": "10", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "23", "LAT": "46N 9", "LON": "1W10", "MON": "2", "NUM": "743", "PRO": "S", "SEC": "40", "YEA": "1855", "CITY": "ROCHEFORT S-MER"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Walther", "official": {"given": "Charles Armand Gabriel"}}, "birth": {"date": "1855-02-23 10:00", "place": {"name": "Rochefort-sur-Mer"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1068"}}, "raw": {"NR": "1068", "GNR": "SA2743", "JU_": "0", "MA_": "1", "MO_": "2", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1855", "KORR": "", "MARS": "5", "MODE": "LMT", "MOND": "36", "NAME": "WALTHER (CHARLES ARMAND GABRIEL).", "AUFAB": "10.00", "PHAS_": "42.700", "SONNE": "6", "VENUS": "4", "BREITE": "46 N 09", "GEBORT": "Rochefort-sur-Mer (Charente-Inféri", "LAENGE": "001 W 10", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "35", "GEBZEIT": "10.00", "JUPITER": "8", "ELECTAGE": "63,3", "ELECTDAT": "28.05.1918", "GEBDATUM": "23.02.1855", "STBDATUM": "21.12.1935"}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Rochefort-sur-Mer"}}, "partial-ids": {"g55": "01-568"}, "ids-in-source": {"g55": "01-568"}}, "raw": {"DAY": "23-2-1855", "HOUR": "10 h.", "NAME": "WALTHER Charles", "PLACE": "Rochefort-sur-Mer (Ch.-Marit.)."}, "date": "2023-08-20T14:47:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2835	widal-henri-1826-09-25	{"a2": "748", "g55": "01-572", "afd5": "1077"}	{"g55": "01-572", "lerrcp": "A2-748", "muller": "M5-1077"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri", "family": "Widal", "spouse": [], "official": {"given": "Henri Victor", "family": null}}	\N	{"lmt": null, "tzo": "+00:29:10", "date": "1826-09-25 23:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.29072, "lat": 48.07269, "name": "Wintzenheim", "geoid": 2967337}, "notime": null, "date-ut": "1826-09-25 22:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Widal"}, "birth": {"tzo": "+00:29:10", "date": "1826-09-25 23:00", "place": {"c2": "68", "cy": "FR", "lg": 7.29072, "lat": 48.07269, "name": "Wintzenheim", "geoid": 2967337}, "date-ut": "1826-09-25 22:30:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-748"}, "ids-in-sources": {"a2": "748"}}, "raw": {"H": "22", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "25", "LAT": "48N 5", "LON": "7E21", "MON": "9", "NUM": "748", "PRO": "S", "SEC": "36", "YEA": "1826", "CITY": "WINTZENHEIM"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Widal", "official": {"given": "Henri Victor"}}, "birth": {"date": "1826-09-25 23:00", "place": {"name": "Wintzenheim"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1077"}}, "raw": {"NR": "1077", "GNR": "SA2748", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1826", "KORR": "", "MARS": "21", "MODE": "LMT", "MOND": "35", "NAME": "WIDAL (HENRI VICTOR).", "AUFAB": "-9.70", "PHAS_": "44.200", "SONNE": "26", "VENUS": "23", "BREITE": "48 N 05", "GEBORT": "Wintzenheim (Haut-Rhin)", "LAENGE": "007 E 21", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "1", "GEBZEIT": "23.00", "JUPITER": "27", "ELECTAGE": "61,2", "ELECTDAT": "15.11.1887", "GEBDATUM": "25.09.1826", "STBDATUM": "02.10.1894"}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-572"}, "ids-in-source": {"g55": "01-572"}}, "raw": {"DAY": "25-9-1826", "HOUR": "23 h.", "NAME": "WIDAL Henri", "PLACE": "Wintzenheim (Haut-Rhin)."}, "date": "2023-08-20T14:47:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2833	weiss-georges-1859-04-26	{"a2": "746", "g55": "01-570", "afd5": "1074"}	{"g55": "01-570", "lerrcp": "A2-746", "muller": "M5-1074"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Georges", "family": "Weiss", "spouse": [], "official": {"given": "Jules Adolphe Georges", "family": null}}	\N	{"lmt": null, "tzo": "+00:31:25", "date": "1859-04-26 11:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.85406, "lat": 48.76826, "name": "Bischwiller", "geoid": 3032544}, "notime": null, "date-ut": "1859-04-26 10:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Weiss"}, "birth": {"tzo": "+00:31:25", "date": "1859-04-26 11:00", "place": {"c2": "67", "cy": "FR", "lg": 7.85406, "lat": 48.76826, "name": "Bischwiller", "geoid": 3032544}, "date-ut": "1859-04-26 10:29"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-746"}, "ids-in-sources": {"a2": "746"}}, "raw": {"H": "10", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "26", "LAT": "48N35", "LON": "7E45", "MON": "4", "NUM": "746", "PRO": "S", "SEC": "0", "YEA": "1859", "CITY": "BISCHWILLER"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Weiss", "official": {"given": "Jules Adolphe Georges"}}, "birth": {"date": "1859-04-26 11:00", "place": {"name": "Bischwiller"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1074"}}, "raw": {"NR": "1074", "GNR": "SA2746", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "2", "SO_": "0", "VE_": "2", "CODE": "4", "JAHR": "1859", "KORR": "", "MARS": "6", "MODE": "LMT", "MOND": "17", "NAME": "WEISS (JULES ADOLPHE GEORGES).", "AUFAB": "-9.40", "PHAS_": "42.600", "SONNE": "8", "VENUS": "12", "BREITE": "48 N 35", "GEBORT": "Bischwiller (Bas-Rhin)", "LAENGE": "007 E 45", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "1", "GEBZEIT": "11.00", "JUPITER": "5", "ELECTAGE": "48,2", "ELECTDAT": "18.06.1907", "GEBDATUM": "26.04.1859", "STBDATUM": "23.01.1931"}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-570"}, "ids-in-source": {"g55": "01-570"}}, "raw": {"DAY": "26-4-1859", "HOUR": "11 h.", "NAME": "WEISS Georges", "PLACE": "Bischwiller (Bas-Rhin)."}, "date": "2023-08-20T14:47:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2834	wertheimer-emile-1852-07-24	{"a2": "747", "g55": "01-571", "afd5": "1075"}	{"g55": "01-571", "lerrcp": "A2-747", "muller": "M5-1075"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Emile", "family": "Wertheimer", "spouse": [], "official": {"given": "Emile", "family": null}}	\N	{"lmt": null, "tzo": "+00:29:53", "date": "1852-07-24 11:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.47105, "lat": 48.4971, "name": "Rosheim", "geoid": 2982790}, "notime": null, "date-ut": "1852-07-24 10:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Wertheimer"}, "birth": {"tzo": "+00:29:53", "date": "1852-07-24 11:00", "place": {"c2": "67", "cy": "FR", "lg": 7.47105, "lat": 48.4971, "name": "Rosheim", "geoid": 2982790}, "date-ut": "1852-07-24 10:29"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-747"}, "ids-in-sources": {"a2": "747"}}, "raw": {"H": "10", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "24", "LAT": "48N35", "LON": "7E45", "MON": "7", "NUM": "747", "PRO": "S", "SEC": "0", "YEA": "1852", "CITY": "ROSHEIM"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Wertheimer", "official": {"given": "Emile"}}, "birth": {"date": "1852-07-24 11:00", "place": {"name": "Rosheim"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1075"}}, "raw": {"NR": "1075", "GNR": "SA2747", "JU_": "0", "MA_": "2", "MO_": "0", "SA_": "0", "SO_": "0", "VE_": "2", "CODE": "3", "JAHR": "1852", "KORR": "", "MARS": "3", "MODE": "LMT", "MOND": "34", "NAME": "WERTHEIMER (EMILE).", "AUFAB": "11.40", "PHAS_": "49.600", "SONNE": "8", "VENUS": "9", "BREITE": "48 N 35", "GEBORT": "Rosheim (Bas-Rhin)", "LAENGE": "007 E 45", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "15", "GEBZEIT": "11.00", "JUPITER": "33", "ELECTAGE": "52,9", "ELECTDAT": "06.06.1905", "GEBDATUM": "24.07.1852", "STBDATUM": "10.11.1924"}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-571"}, "ids-in-source": {"g55": "01-571"}}, "raw": {"DAY": "24-7-1852", "HOUR": "11 h.", "NAME": "WERTHEIMER Emile", "PLACE": "Rosheim (Bas-Rhin)."}, "date": "2023-08-20T14:47:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2838	yvon-paul-1848-01-18	{"a2": "751", "g55": "01-575", "afd5": "1082"}	{"g55": "01-575", "lerrcp": "A2-751", "muller": "M5-1082"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul", "family": "Yvon", "spouse": [], "official": {"given": "Paul", "family": null}}	\N	{"lmt": null, "tzo": "+00:04:47", "date": "1848-01-18 03:00", "note": null, "place": {"c1": null, "c2": "41", "c3": null, "cy": "FR", "lg": 1.19401, "lat": 47.75588, "name": "Selommes", "geoid": 2975206}, "notime": null, "date-ut": "1848-01-18 02:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Yvon"}, "birth": {"tzo": "+00:04:47", "date": "1848-01-18 03:00", "place": {"c2": "41", "cy": "FR", "lg": 1.19401, "lat": 47.75588, "name": "Selommes", "geoid": 2975206}, "date-ut": "1848-01-18 02:54:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-751"}, "ids-in-sources": {"a2": "751"}}, "raw": {"H": "2", "MN": "54", "TZ": "0", "COD": "41", "COU": "F", "DAY": "18", "LAT": "47N35", "LON": "1E20", "MON": "1", "NUM": "751", "PRO": "S", "SEC": "40", "YEA": "1848", "CITY": "SELOMMES"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Yvon", "official": {"given": "Paul"}}, "birth": {"date": "1848-01-18 03:00", "place": {"name": "Selommes"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1082"}}, "raw": {"NR": "1082", "GNR": "SA2751", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1848", "KORR": "", "MARS": "20", "MODE": "LMT", "MOND": "16", "NAME": "YVON (PAUL).", "AUFAB": "6.80", "PHAS_": "92.500", "SONNE": "31", "VENUS": "35", "BREITE": "47 N 35", "GEBORT": "Selommes (Loir-et-Cher)", "LAENGE": "001 E 20", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "27", "GEBZEIT": "03.00", "JUPITER": "14", "ELECTAGE": "52,9", "ELECTDAT": "20.11.1900", "GEBDATUM": "18.01.1848", "STBDATUM": "21.04.1913"}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-575"}, "ids-in-source": {"g55": "01-575"}}, "raw": {"DAY": "18-1-1848", "HOUR": "3 h.", "NAME": "YVON Paul", "PLACE": "Selommes (Loir-et-Cher)."}, "date": "2023-08-20T14:47:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2840	abel-emile-1885-06-05	{"a2": "753", "g55": "02-1"}	{"g55": "02-1", "lerrcp": "A2-753"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Abel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:32", "date": "1885-06-05 01:00", "note": null, "place": {"c1": null, "c2": "52", "c3": null, "cy": "FR", "lg": 5.13333, "lat": 48.11667, "name": "Bourbonne-les-Bains", "geoid": 0}, "notime": null, "date-ut": "1885-06-05 00:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Abel"}, "birth": {"tzo": "+00:20:32", "date": "1885-06-05 01:00", "place": {"c2": "52", "cy": "FR", "lg": 5.13333, "lat": 48.11667, "name": "Bourbonne-les-B", "geoid": 0}, "date-ut": "1885-06-05 00:39:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-753"}, "ids-in-sources": {"a2": "753"}}, "raw": {"H": "0", "MN": "39", "TZ": "0", "COD": "52", "COU": "F", "DAY": "5", "LAT": "48N 7", "LON": "5E 8", "MON": "6", "NUM": "753", "PRO": "S", "SEC": "28", "YEA": "1885", "CITY": "BOURBONNE-LES-B"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Bourbonne-les-Bains"}}, "partial-ids": {"g55": "02-1"}, "ids-in-source": {"g55": "02-1"}}, "raw": {"DAY": "5-6-1885", "HOUR": "1 h.", "NAME": "ABEL Emile", "PLACE": "Bourbonne-les-Bains (Haute-Marne)."}, "date": "2023-08-20T14:47:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2844	bijvoet-willem-1886-01-03	{"a2": "757"}	{"lerrcp": "A2-757"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willem", "family": "Bijvoet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 5.41373, "lat": 36.19112, "name": "Sétif", "geoid": 2481700}, "notime": null, "date-ut": "1886-01-03 03:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Willem", "family": "Bijvoet"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 5.41373, "lat": 36.19112, "name": "Sétif", "geoid": 2481700}, "date-ut": "1886-01-03 03:15:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-757"}, "ids-in-sources": {"a2": "757"}}, "raw": {"H": "3", "MN": "15", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "3", "LAT": "36N10", "LON": "3E45", "MON": "1", "NUM": "757", "PRO": "S", "SEC": "0", "YEA": "1886", "CITY": "SETIF"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
2842	acquaviva-eugene-1897-01-23	{"a2": "755", "g55": "02-3"}	{"g55": "02-3", "lerrcp": "A2-755"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Acquaviva", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1897-01-23 19:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1897-01-23 18:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Acquaviva"}, "birth": {"tzo": "+00:09:21", "date": "1897-01-23 19:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1897-01-23 18:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-755"}, "ids-in-sources": {"a2": "755"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "13", "COU": "F", "DAY": "23", "LAT": "43N18", "LON": "5E22", "MON": "1", "NUM": "755", "PRO": "S", "SEC": "40", "YEA": "1897", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-3"}, "ids-in-source": {"g55": "02-3"}}, "raw": {"DAY": "23-1-1897", "HOUR": "19 h.", "NAME": "ACQUAVIVA Eugène", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:47:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2845	alary-emile-1885-09-24	{"a2": "758", "g55": "02-7"}	{"g55": "02-7", "lerrcp": "A2-758"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Alary", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:58", "date": "1885-09-24 02:00", "note": null, "place": {"c1": null, "c2": "15", "c3": null, "cy": "FR", "lg": 2.48994, "lat": 44.9632, "name": "Saint-Simon", "geoid": 2976914}, "notime": null, "date-ut": "1885-09-24 01:50:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Alary"}, "birth": {"tzo": "+00:09:58", "date": "1885-09-24 02:00", "place": {"c2": "15", "cy": "FR", "lg": 2.48994, "lat": 44.9632, "name": "Saint-Simon", "geoid": 2976914}, "date-ut": "1885-09-24 01:50:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-758"}, "ids-in-sources": {"a2": "758"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "15", "COU": "F", "DAY": "24", "LAT": "44N56", "LON": "2E26", "MON": "9", "NUM": "758", "PRO": "S", "SEC": "16", "YEA": "1885", "CITY": "ST-SIMON"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-7"}, "ids-in-source": {"g55": "02-7"}}, "raw": {"DAY": "24-9-1885", "HOUR": "2 h.", "NAME": "ALARY Emile", "PLACE": "Saint-Simon (Cantal)."}, "date": "2023-08-20T14:47:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2846	allard-marcel-1894-11-30	{"a2": "759", "g55": "02-8"}	{"g55": "02-8", "lerrcp": "A2-759"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Allard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1894-11-30 06:00", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.2, "lat": 48.01667, "name": "Sablé", "geoid": 0}, "notime": null, "date-ut": "1894-11-30 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Allard"}, "birth": {"tzo": "+00:09:21", "date": "1894-11-30 06:00", "place": {"c2": "72", "cy": "FR", "lg": 0.2, "lat": 48.01667, "name": "Sable", "geoid": 0}, "date-ut": "1894-11-30 05:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-759"}, "ids-in-sources": {"a2": "759"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "72", "COU": "F", "DAY": "30", "LAT": "48N 1", "LON": "0E12", "MON": "11", "NUM": "759", "PRO": "S", "SEC": "40", "YEA": "1894", "CITY": "SABLE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Sablé"}}, "partial-ids": {"g55": "02-8"}, "ids-in-source": {"g55": "02-8"}}, "raw": {"DAY": "30-11-1894", "HOUR": "6 h.", "NAME": "ALLARD Marcel", "PLACE": "Sablé (Sarthe)."}, "date": "2023-08-20T14:47:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2849	arcelin-fabien-1876-06-05	{"a2": "762", "g55": "02-10"}	{"g55": "02-10", "lerrcp": "A2-762"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fabien", "family": "Arcelin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:25", "date": "1876-06-05 10:30", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.85372, "lat": 46.78112, "name": "Chalon-sur-Saône", "geoid": 3027484}, "notime": null, "date-ut": "1876-06-05 10:10:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Fabien", "family": "Arcelin"}, "birth": {"tzo": "+00:19:25", "date": "1876-06-05 10:30", "place": {"c2": "71", "cy": "FR", "lg": 4.85372, "lat": 46.78112, "name": "Chalon-sur-Saône", "geoid": 3027484}, "date-ut": "1876-06-05 10:10:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-762"}, "ids-in-sources": {"a2": "762"}}, "raw": {"H": "10", "MN": "10", "TZ": "0", "COD": "71", "COU": "F", "DAY": "5", "LAT": "46N18", "LON": "4E50", "MON": "6", "NUM": "762", "PRO": "S", "SEC": "40", "YEA": "1876", "CITY": "CHALON S-SAONE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-10"}, "ids-in-source": {"g55": "02-10"}}, "raw": {"DAY": "5-6-1876", "HOUR": "10 h. 30", "NAME": "ARCELIN Fabien", "PLACE": "Chalon-sur-Saône (Saône-et-Loire)."}, "date": "2023-08-20T14:47:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2853	assada-marc-1903-05-18	{"a2": "766", "g55": "02-14"}	{"g55": "02-14", "lerrcp": "A2-766"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marc", "family": "Assada", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1903-05-18 16:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1903-05-18 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marc", "family": "Assada"}, "birth": {"tzo": "+00:09:21", "date": "1903-05-18 16:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1903-05-18 15:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-766"}, "ids-in-sources": {"a2": "766"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "13", "COU": "F", "DAY": "18", "LAT": "43N18", "LON": "5E22", "MON": "5", "NUM": "766", "PRO": "S", "SEC": "40", "YEA": "1903", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-14"}, "ids-in-source": {"g55": "02-14"}}, "raw": {"DAY": "18-5-1903", "HOUR": "16 h.", "NAME": "ASSADA Marc", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:47:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2854	aubert-victor-1876-11-12	{"a2": "767", "g55": "02-16"}	{"g55": "02-16", "lerrcp": "A2-767"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Aubert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:48", "date": "1876-11-12 03:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "notime": null, "date-ut": "1876-11-12 02:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Aubert"}, "birth": {"tzo": "+00:21:48", "date": "1876-11-12 03:00", "place": {"c2": "13", "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "date-ut": "1876-11-12 02:38:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-767"}, "ids-in-sources": {"a2": "767"}}, "raw": {"H": "2", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "12", "LAT": "43N18", "LON": "5E22", "MON": "11", "NUM": "767", "PRO": "S", "SEC": "32", "YEA": "1876", "CITY": "AIX-EN-PROVENCE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-16"}, "ids-in-source": {"g55": "02-16"}}, "raw": {"DAY": "12-11-1876", "HOUR": "3 h.", "NAME": "AUBERT Victor", "PLACE": "Aix-en-Provence (Bouches-du-Rhône)."}, "date": "2023-08-20T14:47:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2856	aubertot-valery-1888-03-10	{"a2": "769", "g55": "02-17"}	{"g55": "02-17", "lerrcp": "A2-769"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Valery", "family": "Aubertot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:34", "date": "1888-03-10 13:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.64003, "lat": 50.52965, "name": "Béthune", "geoid": 3033002}, "notime": null, "date-ut": "1888-03-10 12:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Valery", "family": "Aubertot"}, "birth": {"tzo": "+00:10:34", "date": "1888-03-10 13:00", "place": {"c2": "62", "cy": "FR", "lg": 2.64003, "lat": 50.52965, "name": "Béthune", "geoid": 3033002}, "date-ut": "1888-03-10 12:48:56"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-769"}, "ids-in-sources": {"a2": "769"}}, "raw": {"H": "12", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "10", "LAT": "50N18", "LON": "2E46", "MON": "3", "NUM": "769", "PRO": "S", "SEC": "56", "YEA": "1888", "CITY": "BETHUNE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-17"}, "ids-in-source": {"g55": "02-17"}}, "raw": {"DAY": "10-3-1888", "HOUR": "13 h.", "NAME": "AUBERTOT Valéry", "PLACE": "Béthune (Pas-de-Calais)."}, "date": "2023-08-20T14:47:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2859	augros-francis-1865-09-30	{"a2": "772", "g55": "02-20"}	{"g55": "02-20", "lerrcp": "A2-772"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Augros", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:52", "date": "1865-09-30 10:00", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 5.21667, "lat": 46.2, "name": "Montmerle", "geoid": 0}, "notime": null, "date-ut": "1865-09-30 09:39:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Francis", "family": "Augros"}, "birth": {"tzo": "+00:20:52", "date": "1865-09-30 10:00", "place": {"c2": "01", "cy": "FR", "lg": 5.21667, "lat": 46.2, "name": "Montmerle", "geoid": 0}, "date-ut": "1865-09-30 09:39:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-772"}, "ids-in-sources": {"a2": "772"}}, "raw": {"H": "9", "MN": "39", "TZ": "0", "COD": "01", "COU": "F", "DAY": "30", "LAT": "46N12", "LON": "5E13", "MON": "9", "NUM": "772", "PRO": "S", "SEC": "8", "YEA": "1865", "CITY": "MONTMERLE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Montmerle"}}, "partial-ids": {"g55": "02-20"}, "ids-in-source": {"g55": "02-20"}}, "raw": {"DAY": "30-9-1865", "HOUR": "10 h.", "NAME": "AUGROS Francis", "PLACE": "Montmerle (Ain)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2861	azerad-elie-1898-01-10	{"a2": "774", "g55": "02-22"}	{"g55": "02-22", "lerrcp": "A2-774"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elie", "family": "Azerad", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": -0.63588, "lat": 35.69906, "name": "Oran", "geoid": 2485926}, "notime": null, "date-ut": "1898-01-10 19:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Elie", "family": "Azerad"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": -0.63588, "lat": 35.69906, "name": "Oran", "geoid": 2485926}, "date-ut": "1898-01-10 19:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-774"}, "ids-in-sources": {"a2": "774"}}, "raw": {"H": "19", "MN": "50", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "10", "LAT": "35N40", "LON": "0W30", "MON": "1", "NUM": "774", "PRO": "S", "SEC": "40", "YEA": "1898", "CITY": "ORAN"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-22"}, "ids-in-source": {"g55": "02-22"}}, "raw": {"DAY": "10-1-1898", "HOUR": "20 h.", "NAME": "AZERAD Elie", "PLACE": "Oran (Algérie)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2864	baledent-maurice-1900-07-03	{"a2": "777", "g55": "02-25"}	{"g55": "02-25", "lerrcp": "A2-777"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Baledent", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-07-03 03:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1900-07-03 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Baledent"}, "birth": {"tzo": "+00:09:21", "date": "1900-07-03 03:00", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1900-07-03 02:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-777"}, "ids-in-sources": {"a2": "777"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "3", "LAT": "49N54", "LON": "2E18", "MON": "7", "NUM": "777", "PRO": "S", "SEC": "40", "YEA": "1900", "CITY": "AMIENS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-25"}, "ids-in-source": {"g55": "02-25"}}, "raw": {"DAY": "3-7-1900", "HOUR": "3 h.", "NAME": "BALEDENT Maurice", "PLACE": "Amiens (Somme)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2867	baloux-paul-1883-09-05	{"a2": "780", "g55": "02-28"}	{"g55": "02-28", "lerrcp": "A2-780"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Baloux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:28:26", "date": "1883-09-05 09:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.10831, "lat": 43.58579, "name": "Antibes", "geoid": 3037456}, "notime": null, "date-ut": "1883-09-05 08:30:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Baloux"}, "birth": {"tzo": "+00:28:26", "date": "1883-09-05 09:00", "place": {"c2": "06", "cy": "FR", "lg": 7.10831, "lat": 43.58579, "name": "Antibes", "geoid": 3037456}, "date-ut": "1883-09-05 08:30:56"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-780"}, "ids-in-sources": {"a2": "780"}}, "raw": {"H": "8", "MN": "30", "TZ": "0", "COD": "06", "COU": "F", "DAY": "5", "LAT": "43N42", "LON": "7E16", "MON": "9", "NUM": "780", "PRO": "S", "SEC": "56", "YEA": "1883", "CITY": "ANTIBES"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-28"}, "ids-in-source": {"g55": "02-28"}}, "raw": {"DAY": "5-9-1883", "HOUR": "9 h.", "NAME": "BALOUX Paul", "PLACE": "Antibes (Alpes-Maritimes)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2868	barbier-gaston-1884-03-08	{"a2": "781", "g55": "02-30"}	{"g55": "02-30", "lerrcp": "A2-781"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Barbier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:38", "date": "1884-03-08 09:00", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "notime": null, "date-ut": "1884-03-08 08:40:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Barbier"}, "birth": {"tzo": "+00:19:38", "date": "1884-03-08 09:00", "place": {"c2": "26", "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "date-ut": "1884-03-08 08:40:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-781"}, "ids-in-sources": {"a2": "781"}}, "raw": {"H": "8", "MN": "40", "TZ": "0", "COD": "26", "COU": "F", "DAY": "8", "LAT": "44N56", "LON": "4E54", "MON": "3", "NUM": "781", "PRO": "S", "SEC": "24", "YEA": "1884", "CITY": "VALENCE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-30"}, "ids-in-source": {"g55": "02-30"}}, "raw": {"DAY": "8-3-1884", "HOUR": "9 h.", "NAME": "BARBIER Gaston", "PLACE": "Valence (Drôme)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2872	barrault-jouis-1905-05-18	{"a2": "785", "g55": "02-33"}	{"g55": "02-33", "lerrcp": "A2-785"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jouis", "family": "Barrault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1905-05-18 00:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.86174, "lat": 50.41749, "name": "Sallaumines", "geoid": 2976404}, "notime": null, "date-ut": "1905-05-17 23:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jouis", "family": "Barrault"}, "birth": {"tzo": "+00:09:21", "date": "1905-05-18 00:00", "place": {"c2": "62", "cy": "FR", "lg": 2.86174, "lat": 50.41749, "name": "Sallaumines", "geoid": 2976404}, "date-ut": "1905-05-17 23:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-785"}, "ids-in-sources": {"a2": "785"}}, "raw": {"H": "23", "MN": "50", "TZ": "0", "COD": "62", "COU": "F", "DAY": "17", "LAT": "50N18", "LON": "2E46", "MON": "5", "NUM": "785", "PRO": "S", "SEC": "40", "YEA": "1905", "CITY": "SALLAUMINES"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-33"}, "ids-in-source": {"g55": "02-33"}}, "raw": {"DAY": "18-5-1905", "HOUR": "0 h.", "NAME": "BARRAULT Louis", "PLACE": "Sallaumines (Pas-de-Calais)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2874	batier-gabriel-1882-08-16	{"a2": "787", "g55": "02-35"}	{"g55": "02-35", "lerrcp": "A2-787"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Batier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "Belfort", "geoid": 0}, "notime": null, "date-ut": "1882-08-16 02:00:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Batier"}, "birth": {"place": {"c2": "68", "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "Belfort", "geoid": 0}, "date-ut": "1882-08-16 02:00:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-787"}, "ids-in-sources": {"a2": "787"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "68", "COU": "F", "DAY": "16", "LAT": "48N 5", "LON": "7E21", "MON": "8", "NUM": "787", "PRO": "S", "SEC": "36", "YEA": "1882", "CITY": "BELFORT"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Belfort"}}, "partial-ids": {"g55": "02-35"}, "ids-in-source": {"g55": "02-35"}}, "raw": {"DAY": "16-8-1882", "HOUR": "2 h. 30", "NAME": "BATIER Gabriel", "PLACE": "Belfort (Haut-Rhin)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2880	beaussemat-maurice-1867-10-01	{"a2": "793"}	{"lerrcp": "A2-793"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Beaussemat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:56", "date": "1867-10-01 21:30", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 0.73333, "lat": 45.18333, "name": "Mareuil-sur-Belle", "geoid": 0}, "notime": null, "date-ut": "1867-10-01 21:27:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Beaussemat"}, "birth": {"tzo": "+00:02:56", "date": "1867-10-01 21:30", "place": {"c2": "24", "cy": "FR", "lg": 0.73333, "lat": 45.18333, "name": "Mareuil-sur-Belle", "geoid": 0}, "date-ut": "1867-10-01 21:27:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-793"}, "ids-in-sources": {"a2": "793"}}, "raw": {"H": "21", "MN": "27", "TZ": "0", "COD": "24", "COU": "F", "DAY": "1", "LAT": "45N11", "LON": "0E44", "MON": "10", "NUM": "793", "PRO": "S", "SEC": "4", "YEA": "1867", "CITY": "MAREUIL-S/BELLE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
2878	bayol-pierre-1890-08-23	{"a2": "791", "g55": "02-39"}	{"g55": "02-39", "lerrcp": "A2-791"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Bayol", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:09", "date": "1890-08-23 14:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 5.03586, "lat": 43.83125, "name": "Cavaillon", "geoid": 3028134}, "notime": null, "date-ut": "1890-08-23 13:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Bayol"}, "birth": {"tzo": "+00:20:09", "date": "1890-08-23 14:00", "place": {"c2": "84", "cy": "FR", "lg": 5.03586, "lat": 43.83125, "name": "Cavaillon", "geoid": 3028134}, "date-ut": "1890-08-23 13:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-791"}, "ids-in-sources": {"a2": "791"}}, "raw": {"H": "13", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "23", "LAT": "43N57", "LON": "4E50", "MON": "8", "NUM": "791", "PRO": "S", "SEC": "40", "YEA": "1890", "CITY": "CAVAILLON"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-39"}, "ids-in-source": {"g55": "02-39"}}, "raw": {"DAY": "23-8-1890", "HOUR": "14 h.", "NAME": "BAYOL Pierre", "PLACE": "Cavaillon (Vaucluse)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2883	behague-pierre-1891-02-08	{"a2": "796"}	{"lerrcp": "A2-796"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Behague", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:08", "date": "1891-02-08 22:25:04", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "notime": null, "date-ut": "1891-02-08 22:13:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Behague"}, "birth": {"tzo": "+00:11:08", "date": "1891-02-08 22:25:04", "place": {"c2": "62", "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "date-ut": "1891-02-08 22:13:56"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-796"}, "ids-in-sources": {"a2": "796"}}, "raw": {"H": "22", "MN": "13", "TZ": "0", "COD": "62", "COU": "F", "DAY": "8", "LAT": "50N18", "LON": "2E46", "MON": "2", "NUM": "796", "PRO": "S", "SEC": "56", "YEA": "1891", "CITY": "ARRAS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
2882	becart-auguste-1896-07-05	{"a2": "795", "g55": "02-42"}	{"g55": "02-42", "lerrcp": "A2-795"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Becart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1896-07-05 21:30", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.57277, "lat": 50.56061, "name": "Gonnehem", "geoid": 3015681}, "notime": null, "date-ut": "1896-07-05 21:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Becart"}, "birth": {"tzo": "+00:09:21", "date": "1896-07-05 21:30", "place": {"c2": "62", "cy": "FR", "lg": 2.57277, "lat": 50.56061, "name": "Gonnehem", "geoid": 3015681}, "date-ut": "1896-07-05 21:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-795"}, "ids-in-sources": {"a2": "795"}}, "raw": {"H": "21", "MN": "20", "TZ": "0", "COD": "62", "COU": "F", "DAY": "5", "LAT": "50N18", "LON": "2E46", "MON": "7", "NUM": "795", "PRO": "S", "SEC": "40", "YEA": "1896", "CITY": "GONNEHEM"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-42"}, "ids-in-source": {"g55": "02-42"}}, "raw": {"DAY": "5-7-1896", "HOUR": "21 h. 30", "NAME": "BECART Auguste", "PLACE": "Gonnehem (Pas-de-Calais)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2885	belin-marcel-1885-08-27	{"a2": "798", "g55": "02-45"}	{"g55": "02-45", "lerrcp": "A2-798"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Belin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1885-08-27 01:30", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 2.25185, "lat": 48.17185, "name": "Pithiviers", "geoid": 2987003}, "notime": null, "date-ut": "1885-08-27 01:22:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Belin"}, "birth": {"tzo": "+00:09", "date": "1885-08-27 01:30", "place": {"c2": "45", "cy": "FR", "lg": 2.25185, "lat": 48.17185, "name": "Pithiviers", "geoid": 2987003}, "date-ut": "1885-08-27 01:22:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-798"}, "ids-in-sources": {"a2": "798"}}, "raw": {"H": "1", "MN": "22", "TZ": "0", "COD": "45", "COU": "F", "DAY": "27", "LAT": "47N54", "LON": "1E54", "MON": "8", "NUM": "798", "PRO": "S", "SEC": "24", "YEA": "1885", "CITY": "PITHIVIERS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-45"}, "ids-in-source": {"g55": "02-45"}}, "raw": {"DAY": "27-8-1885", "HOUR": "1 h. 30", "NAME": "BELIN Marcel", "PLACE": "Pithiviers (Loiret)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2886	belot-joseph-1876-04-15	{"a2": "799", "g55": "02-46"}	{"g55": "02-46", "lerrcp": "A2-799"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Belot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:25", "date": "1876-04-15 16:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.35446, "lat": 46.56596, "name": "Yzeure", "geoid": 2967166}, "notime": null, "date-ut": "1876-04-15 15:46:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Belot"}, "birth": {"tzo": "+00:13:25", "date": "1876-04-15 16:00", "place": {"c2": "03", "cy": "FR", "lg": 3.35446, "lat": 46.56596, "name": "Yzeure", "geoid": 2967166}, "date-ut": "1876-04-15 15:46:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-799"}, "ids-in-sources": {"a2": "799"}}, "raw": {"H": "15", "MN": "46", "TZ": "0", "COD": "03", "COU": "F", "DAY": "15", "LAT": "46N34", "LON": "3E20", "MON": "4", "NUM": "799", "PRO": "S", "SEC": "40", "YEA": "1876", "CITY": "YZEURE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-46"}, "ids-in-source": {"g55": "02-46"}}, "raw": {"DAY": "15-4-1876", "HOUR": "16 h.", "NAME": "BELOT Joseph", "PLACE": "Yzeure (Allier)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2889	beraud-armand-1887-08-21	{"a2": "802", "g55": "02-49"}	{"g55": "02-49", "lerrcp": "A2-802"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Beraud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:40", "date": "1887-08-21 19:00", "note": null, "place": {"c1": null, "c2": "85", "c3": null, "cy": "FR", "lg": -1.41667, "lat": 46.66667, "name": "Fontenay-le- Comte", "geoid": 0}, "notime": null, "date-ut": "1887-08-21 19:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Beraud"}, "birth": {"tzo": "-00:05:40", "date": "1887-08-21 19:00", "place": {"c2": "85", "cy": "FR", "lg": -1.41667, "lat": 46.66667, "name": "Fontenay-le-Com", "geoid": 0}, "date-ut": "1887-08-21 19:05:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-802"}, "ids-in-sources": {"a2": "802"}}, "raw": {"H": "19", "MN": "5", "TZ": "0", "COD": "85", "COU": "F", "DAY": "21", "LAT": "46N40", "LON": "1W25", "MON": "8", "NUM": "802", "PRO": "S", "SEC": "40", "YEA": "1887", "CITY": "FONTENAY-LE-COM"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Fontenay-le- Comte"}}, "partial-ids": {"g55": "02-49"}, "ids-in-source": {"g55": "02-49"}}, "raw": {"DAY": "21-8-1887", "HOUR": "19 h.", "NAME": "BERAUD Armand", "PLACE": "Fontenay-le- Comte (Vendée)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2892	berranger-paul-1884-10-14	{"a2": "805", "g55": "02-52"}	{"g55": "02-52", "lerrcp": "A2-805"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Berranger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1884-10-14 05:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1884-10-14 04:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Berranger"}, "birth": {"tzo": "+00:05:46", "date": "1884-10-14 05:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1884-10-14 04:54:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-805"}, "ids-in-sources": {"a2": "805"}}, "raw": {"H": "4", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "14", "LAT": "43N37", "LON": "1E26", "MON": "10", "NUM": "805", "PRO": "S", "SEC": "16", "YEA": "1884", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-52"}, "ids-in-source": {"g55": "02-52"}}, "raw": {"DAY": "14-10-1884", "HOUR": "5 h.", "NAME": "BERRANGER Paul-Aug.", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2894	berthier-germain-1895-08-25	{"a2": "807", "g55": "02-54"}	{"g55": "02-54", "lerrcp": "A2-807"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Germain", "family": "Berthier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-08-25 03:30", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 5.35503, "lat": 44.41371, "name": "Rémuzat", "geoid": 2984032}, "notime": null, "date-ut": "1895-08-25 03:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Germain", "family": "Berthier"}, "birth": {"tzo": "+00:09:21", "date": "1895-08-25 03:30", "place": {"c2": "26", "cy": "FR", "lg": 5.35503, "lat": 44.41371, "name": "Rémuzat", "geoid": 2984032}, "date-ut": "1895-08-25 03:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-807"}, "ids-in-sources": {"a2": "807"}}, "raw": {"H": "3", "MN": "20", "TZ": "0", "COD": "26", "COU": "F", "DAY": "25", "LAT": "44N56", "LON": "4E54", "MON": "8", "NUM": "807", "PRO": "S", "SEC": "40", "YEA": "1895", "CITY": "REMUZAT"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-54"}, "ids-in-source": {"g55": "02-54"}}, "raw": {"DAY": "25-8-1895", "HOUR": "3 h. 30", "NAME": "BERTHIER Germain", "PLACE": "Rémuzat (Drôme)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2900	biraud-yves-1900-10-23	{"a2": "813"}	{"lerrcp": "A2-813"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Biraud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "Poitiers", "geoid": 0}, "notime": null, "date-ut": "1900-10-23 01:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Biraud"}, "birth": {"place": {"c2": "88", "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "Poitiers", "geoid": 0}, "date-ut": "1900-10-23 01:05:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-813"}, "ids-in-sources": {"a2": "813"}}, "raw": {"H": "1", "MN": "5", "TZ": "0", "COD": "88", "COU": "F", "DAY": "23", "LAT": "48N10", "LON": "6E28", "MON": "10", "NUM": "813", "PRO": "S", "SEC": "40", "YEA": "1900", "CITY": "POITIERS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
2896	beynes-edmond-1894-06-06	{"a2": "809", "g55": "02-56"}	{"g55": "02-56", "lerrcp": "A2-809"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Beynes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1894-06-06 15:00", "note": null, "place": {"c1": null, "c2": "19", "c3": null, "cy": "FR", "lg": 1.51731, "lat": 45.37934, "name": "Vigeois", "geoid": 2969154}, "notime": null, "date-ut": "1894-06-06 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Beynes"}, "birth": {"tzo": "+00:09:21", "date": "1894-06-06 15:00", "place": {"c2": "19", "cy": "FR", "lg": 1.51731, "lat": 45.37934, "name": "Vigeois", "geoid": 2969154}, "date-ut": "1894-06-06 14:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-809"}, "ids-in-sources": {"a2": "809"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "19", "COU": "F", "DAY": "6", "LAT": "45N16", "LON": "1E46", "MON": "6", "NUM": "809", "PRO": "S", "SEC": "40", "YEA": "1894", "CITY": "VIGEOIS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-56"}, "ids-in-source": {"g55": "02-56"}}, "raw": {"DAY": "6-6-1894", "HOUR": "15 h.", "NAME": "BEYNES Edmond", "PLACE": "Vigeois (Corrèze)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2898	billard-jean-1893-02-24	{"a2": "811", "g55": "02-58"}	{"g55": "02-58", "lerrcp": "A2-811"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Billard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1893-02-24 07:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 2.40935, "lat": 48.29566, "name": "Malesherbes", "geoid": 2996444}, "notime": null, "date-ut": "1893-02-24 06:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Billard"}, "birth": {"tzo": "+00:09:21", "date": "1893-02-24 07:00", "place": {"c2": "45", "cy": "FR", "lg": 2.40935, "lat": 48.29566, "name": "Malesherbes", "geoid": 2996444}, "date-ut": "1893-02-24 06:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-811"}, "ids-in-sources": {"a2": "811"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "45", "COU": "F", "DAY": "24", "LAT": "47N54", "LON": "1E54", "MON": "2", "NUM": "811", "PRO": "S", "SEC": "40", "YEA": "1893", "CITY": "MALESHERBES"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-58"}, "ids-in-source": {"g55": "02-58"}}, "raw": {"DAY": "24-2-1893", "HOUR": "7 h.", "NAME": "BILLARD Jean-Jacques", "PLACE": "Malesherbes (Loiret)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2905	boisselet-jean-1885-03-08	{"a2": "818"}	{"lerrcp": "A2-818"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Boisselet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1885-03-08 14:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Boisselet"}, "birth": {"place": {"c2": "57", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1885-03-08 14:35:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-818"}, "ids-in-sources": {"a2": "818"}}, "raw": {"H": "15", "MN": "35", "TZ": "-1", "COD": "57", "COU": "F", "DAY": "8", "LAT": "49N 7", "LON": "6E11", "MON": "3", "NUM": "818", "PRO": "S", "SEC": "16", "YEA": "1885", "CITY": "METZ"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
2901	blanchier-denise-1887-05-05	{"a2": "814", "g55": "02-60"}	{"g55": "02-60", "lerrcp": "A2-814"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Denise", "family": "Blanchier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:40", "date": "1887-05-05 15:45", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": 0.16667, "lat": 45.65, "name": "Chasseneuil", "geoid": 0}, "notime": null, "date-ut": "1887-05-05 15:44:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Denise", "family": "Blanchier"}, "birth": {"tzo": "+00:00:40", "date": "1887-05-05 15:45", "place": {"c2": "16", "cy": "FR", "lg": 0.16667, "lat": 45.65, "name": "Chasseneuil", "geoid": 0}, "date-ut": "1887-05-05 15:44:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-814"}, "ids-in-sources": {"a2": "814"}}, "raw": {"H": "15", "MN": "44", "TZ": "0", "COD": "16", "COU": "F", "DAY": "5", "LAT": "45N39", "LON": "0E10", "MON": "5", "NUM": "814", "PRO": "S", "SEC": "20", "YEA": "1887", "CITY": "CHASSENEUIL"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Chasseneuil"}}, "partial-ids": {"g55": "02-60"}, "ids-in-source": {"g55": "02-60"}}, "raw": {"DAY": "5-5-1887", "HOUR": "15 h. 45", "NAME": "BLANCHIER Denise", "PLACE": "Chasseneuil (Charente)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2903	blineau-eugene-1903-07-19	{"a2": "816", "g55": "02-62"}	{"g55": "02-62", "lerrcp": "A2-816"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Blineau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1903-07-19 22:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1903-07-19 21:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Blineau"}, "birth": {"tzo": "+00:09:21", "date": "1903-07-19 22:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1903-07-19 21:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-816"}, "ids-in-sources": {"a2": "816"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "44", "COU": "F", "DAY": "19", "LAT": "47N13", "LON": "1W35", "MON": "7", "NUM": "816", "PRO": "S", "SEC": "40", "YEA": "1903", "CITY": "NANTES"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-62"}, "ids-in-source": {"g55": "02-62"}}, "raw": {"DAY": "19-7-1903", "HOUR": "22 h.", "NAME": "BLINEAU Eugène", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2906	boissier-raymond-1891-09-13	{"a2": "819"}	{"lerrcp": "A2-819"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Boissier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1891-09-13 11:30", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Levallois-Perre", "geoid": 0}, "notime": null, "date-ut": "1891-09-13 11:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Boissier"}, "birth": {"tzo": "+00:09:21", "date": "1891-09-13 11:30", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Levallois-Perre", "geoid": 0}, "date-ut": "1891-09-13 11:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-819"}, "ids-in-sources": {"a2": "819"}}, "raw": {"H": "11", "MN": "20", "TZ": "0", "COD": "92", "COU": "F", "DAY": "13", "LAT": "48N50", "LON": "2E11", "MON": "9", "NUM": "819", "PRO": "S", "SEC": "40", "YEA": "1891", "CITY": "LEVALLOIS-PERRE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
2909	bonnefon-georges-1884-07-02	{"a2": "822", "g55": "02-65"}	{"g55": "02-65", "lerrcp": "A2-822"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Bonnefon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:19", "date": "1884-07-02 09:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.08082, "lat": 44.12489, "name": "Alès", "geoid": 3038224}, "notime": null, "date-ut": "1884-07-02 08:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Bonnefon"}, "birth": {"tzo": "+00:16:19", "date": "1884-07-02 09:00", "place": {"c2": "30", "cy": "FR", "lg": 4.08082, "lat": 44.12489, "name": "Alès", "geoid": 3038224}, "date-ut": "1884-07-02 08:42:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-822"}, "ids-in-sources": {"a2": "822"}}, "raw": {"H": "8", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "2", "LAT": "43N51", "LON": "4E21", "MON": "7", "NUM": "822", "PRO": "S", "SEC": "36", "YEA": "1884", "CITY": "ALES"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-65"}, "ids-in-source": {"g55": "02-65"}}, "raw": {"DAY": "2-7-1884", "HOUR": "9 h.", "NAME": "BONNEFON Georges", "PLACE": "Alés (Gard)."}, "date": "2023-08-20T14:47:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2912	bord-bejamin-1877-02-27	{"a2": "825", "g55": "02-68"}	{"g55": "02-68", "lerrcp": "A2-825"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bejamin", "family": "Bord", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:28", "date": "1877-02-27 10:00", "note": null, "place": {"c1": null, "c2": "23", "c3": null, "cy": "FR", "lg": 1.86667, "lat": 46.28333, "name": "Dunois", "geoid": 0}, "notime": null, "date-ut": "1877-02-27 09:52:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Bejamin", "family": "Bord"}, "birth": {"tzo": "+00:07:28", "date": "1877-02-27 10:00", "place": {"c2": "23", "cy": "FR", "lg": 1.86667, "lat": 46.28333, "name": "Dunois", "geoid": 0}, "date-ut": "1877-02-27 09:52:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-825"}, "ids-in-sources": {"a2": "825"}}, "raw": {"H": "9", "MN": "52", "TZ": "0", "COD": "23", "COU": "F", "DAY": "27", "LAT": "46N17", "LON": "1E52", "MON": "2", "NUM": "825", "PRO": "S", "SEC": "32", "YEA": "1877", "CITY": "DUNOIS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Dunois"}}, "partial-ids": {"g55": "02-68"}, "ids-in-source": {"g55": "02-68"}}, "raw": {"DAY": "27-2-1877", "HOUR": "10 h.", "NAME": "BORD Benjamin", "PLACE": "Dunois (Creuse)."}, "date": "2023-08-20T14:47:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2914	boucher-humbert-1880-08-23	{"a2": "827", "g55": "02-70"}	{"g55": "02-70", "lerrcp": "A2-827"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Humbert", "family": "Boucher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:21", "date": "1880-08-23 19:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.5856, "lat": 45.36471, "name": "Voiron", "geoid": 2967758}, "notime": null, "date-ut": "1880-08-23 18:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Humbert", "family": "Boucher"}, "birth": {"tzo": "+00:22:21", "date": "1880-08-23 19:00", "place": {"c2": "38", "cy": "FR", "lg": 5.5856, "lat": 45.36471, "name": "Voiron", "geoid": 2967758}, "date-ut": "1880-08-23 18:37:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-827"}, "ids-in-sources": {"a2": "827"}}, "raw": {"H": "18", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "23", "LAT": "45N11", "LON": "5E43", "MON": "8", "NUM": "827", "PRO": "S", "SEC": "8", "YEA": "1880", "CITY": "VOIRON"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-70"}, "ids-in-source": {"g55": "02-70"}}, "raw": {"DAY": "23-8-1880", "HOUR": "19 h.", "NAME": "BOUCHER Humbert", "PLACE": "Voiron (Isère). "}, "date": "2023-08-20T14:47:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2918	bouffe-saint-blaise-gabriel-1862-10-02	{"a2": "831", "g55": "02-74"}	{"g55": "02-74", "lerrcp": "A2-831"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Bouffe Saint Blaise Gabriel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:03", "date": "1862-10-02 09:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "notime": null, "date-ut": "1862-10-02 08:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "Bouffe Saint Blaise Gabriel"}, "birth": {"tzo": "+00:09:03", "date": "1862-10-02 09:00", "place": {"c2": "62", "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "date-ut": "1862-10-02 08:48:56"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-831"}, "ids-in-sources": {"a2": "831"}}, "raw": {"H": "8", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "2", "LAT": "50N18", "LON": "2E46", "MON": "10", "NUM": "831", "PRO": "S", "SEC": "56", "YEA": "1862", "CITY": "ST-OMER"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-74"}, "ids-in-source": {"g55": "02-74"}}, "raw": {"DAY": "2-10-1862", "HOUR": "9 h.", "NAME": "BOUFFE DE SAINT-BLAISE Gabr.", "PLACE": "St-Omer (P.-de-C.)."}, "date": "2023-08-20T14:47:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2920	bourdier-ferdinand-1878-11-23	{"a2": "833", "g55": "02-76"}	{"g55": "02-76", "lerrcp": "A2-833"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Bourdier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:12", "date": "1878-11-23 04:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.29869, "lat": 46.95104, "name": "Autun", "geoid": 3035883}, "notime": null, "date-ut": "1878-11-23 03:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Bourdier"}, "birth": {"tzo": "+00:17:12", "date": "1878-11-23 04:00", "place": {"c2": "71", "cy": "FR", "lg": 4.29869, "lat": 46.95104, "name": "Autun", "geoid": 3035883}, "date-ut": "1878-11-23 03:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-833"}, "ids-in-sources": {"a2": "833"}}, "raw": {"H": "3", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "23", "LAT": "46N18", "LON": "4E50", "MON": "11", "NUM": "833", "PRO": "S", "SEC": "40", "YEA": "1878", "CITY": "AUTUN"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-76"}, "ids-in-source": {"g55": "02-76"}}, "raw": {"DAY": "23-11-1878", "HOUR": "4 h.", "NAME": "BOURDIER Ferdinand", "PLACE": "Autun (Saône-et-Loire)."}, "date": "2023-08-20T14:47:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2922	bourliere-francois-1913-12-21	{"a2": "835"}	{"lerrcp": "A2-835"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Bourliere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-12-21 22:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.06802, "lat": 46.03624, "name": "Roanne", "geoid": 2983362}, "notime": null, "date-ut": "1913-12-21 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "François", "family": "Bourliere"}, "birth": {"tzo": "+00:00", "date": "1913-12-21 22:00", "place": {"c2": "42", "cy": "FR", "lg": 4.06802, "lat": 46.03624, "name": "Roanne", "geoid": 2983362}, "date-ut": "1913-12-21 22:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-835"}, "ids-in-sources": {"a2": "835"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "42", "COU": "F", "DAY": "21", "LAT": "45N26", "LON": "4E23", "MON": "12", "NUM": "835", "PRO": "S", "SEC": "0", "YEA": "1913", "CITY": "ROANNE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
2924	bouvaist-joseph-1879-05-26	{"a2": "837", "g55": "02-79"}	{"g55": "02-79", "lerrcp": "A2-837"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Bouvaist", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:19", "date": "1879-05-26 14:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "notime": null, "date-ut": "1879-05-26 13:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Bouvaist"}, "birth": {"tzo": "+00:12:19", "date": "1879-05-26 14:00", "place": {"c2": "59", "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "date-ut": "1879-05-26 13:47:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-837"}, "ids-in-sources": {"a2": "837"}}, "raw": {"H": "13", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "26", "LAT": "50N39", "LON": "3E 5", "MON": "5", "NUM": "837", "PRO": "S", "SEC": "40", "YEA": "1879", "CITY": "DOUAI"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-79"}, "ids-in-source": {"g55": "02-79"}}, "raw": {"DAY": "26-5-1879", "HOUR": "14 h.", "NAME": "BOUVAIST Joseph", "PLACE": "Douai (Nord)."}, "date": "2023-08-20T14:47:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2929	brehant-jacques-1907-04-30	{"a2": "842"}	{"lerrcp": "A2-842"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Brehant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1907-04-30 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Brehant"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1907-04-30 01:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-842"}, "ids-in-sources": {"a2": "842"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "54", "COU": "F", "DAY": "30", "LAT": "48N42", "LON": "6E12", "MON": "4", "NUM": "842", "PRO": "S", "SEC": "40", "YEA": "1907", "CITY": "NANCY"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
2930	bremond-maurice-1881-01-01	{"a2": "843"}	{"lerrcp": "A2-843"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Bremond", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:04", "date": "1881-01-01 19:00", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 5.01517, "lat": 44.72639, "name": "Crest", "geoid": 3022540}, "notime": null, "date-ut": "1881-01-01 18:40:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Bremond"}, "birth": {"tzo": "+00:20:04", "date": "1881-01-01 19:00", "place": {"c2": "26", "cy": "FR", "lg": 5.01517, "lat": 44.72639, "name": "Crest", "geoid": 3022540}, "date-ut": "1881-01-01 18:40:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-843"}, "ids-in-sources": {"a2": "843"}}, "raw": {"H": "18", "MN": "40", "TZ": "0", "COD": "26", "COU": "F", "DAY": "1", "LAT": "44N56", "LON": "4E54", "MON": "1", "NUM": "843", "PRO": "S", "SEC": "24", "YEA": "1881", "CITY": "CREST"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
2927	brault-pierre-1889-10-27	{"a2": "840", "g55": "02-82"}	{"g55": "02-82", "lerrcp": "A2-840"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Brault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:08:02", "date": "1889-10-27 09:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -2.00877, "lat": 48.64738, "name": "Saint-Malo", "geoid": 2978640}, "notime": null, "date-ut": "1889-10-27 09:06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Brault"}, "birth": {"tzo": "-00:08:02", "date": "1889-10-27 09:00", "place": {"c2": "35", "cy": "FR", "lg": -2.00877, "lat": 48.64738, "name": "Saint-Malo", "geoid": 2978640}, "date-ut": "1889-10-27 09:06:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-840"}, "ids-in-sources": {"a2": "840"}}, "raw": {"H": "9", "MN": "6", "TZ": "0", "COD": "35", "COU": "F", "DAY": "27", "LAT": "48N 7", "LON": "1W40", "MON": "10", "NUM": "840", "PRO": "S", "SEC": "40", "YEA": "1889", "CITY": "ST-MALO"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-82"}, "ids-in-source": {"g55": "02-82"}}, "raw": {"DAY": "27-10-1889", "HOUR": "9 h.", "NAME": "BRAULT Pierre", "PLACE": "Saint-Malo (Ille-et-Vilaine)."}, "date": "2023-08-20T14:47:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2931	brisard-jules-1887-01-25	{"a2": "844"}	{"lerrcp": "A2-844"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Brisard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:03:17", "date": "1887-01-25 06:00", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 0.82177, "lat": 48.32157, "name": "Nogent-le-Rotrou", "geoid": 2990272}, "notime": null, "date-ut": "1887-01-25 05:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Brisard"}, "birth": {"tzo": "+00:03:17", "date": "1887-01-25 06:00", "place": {"c2": "28", "cy": "FR", "lg": 0.82177, "lat": 48.32157, "name": "Nogent-le-Rotrou", "geoid": 2990272}, "date-ut": "1887-01-25 05:54"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-844"}, "ids-in-sources": {"a2": "844"}}, "raw": {"H": "5", "MN": "54", "TZ": "0", "COD": "28", "COU": "F", "DAY": "25", "LAT": "48N27", "LON": "1E30", "MON": "1", "NUM": "844", "PRO": "S", "SEC": "0", "YEA": "1887", "CITY": "NOGENT-LE-ROTROU"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
2934	broco-louis-1856-02-01	{"a2": "847"}	{"lerrcp": "A2-847"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Broco", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:03:03", "date": "1856-02-01 22:00", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.76181, "lat": 44.28363, "name": "Laroque-Timbaut", "geoid": 3006693}, "notime": null, "date-ut": "1856-02-01 21:57:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Broco"}, "birth": {"tzo": "+00:03:03", "date": "1856-02-01 22:00", "place": {"c2": "47", "cy": "FR", "lg": 0.76181, "lat": 44.28363, "name": "Laroque-Timbaut", "geoid": 3006693}, "date-ut": "1856-02-01 21:57:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-847"}, "ids-in-sources": {"a2": "847"}}, "raw": {"H": "21", "MN": "57", "TZ": "0", "COD": "47", "COU": "F", "DAY": "1", "LAT": "44N12", "LON": "0E38", "MON": "2", "NUM": "847", "PRO": "S", "SEC": "28", "YEA": "1856", "CITY": "LAROQUE-TIMBAUT"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
2932	brissaud-eugene-1886-04-13	{"a2": "845", "g55": "02-87"}	{"g55": "02-87", "lerrcp": "A2-845"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Brissaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:36", "date": "1886-04-13 01:00", "note": null, "place": {"c1": null, "c2": "18", "c3": null, "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "notime": null, "date-ut": "1886-04-13 00:50:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Brissaud"}, "birth": {"tzo": "+00:09:36", "date": "1886-04-13 01:00", "place": {"c2": "18", "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "date-ut": "1886-04-13 00:50:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-845"}, "ids-in-sources": {"a2": "845"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "18", "COU": "F", "DAY": "13", "LAT": "47N 5", "LON": "2E23", "MON": "4", "NUM": "845", "PRO": "S", "SEC": "28", "YEA": "1886", "CITY": "BOURGES"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-87"}, "ids-in-source": {"g55": "02-87"}}, "raw": {"DAY": "13-4-1886", "HOUR": "1 h.", "NAME": "BRISSAUD Eugène", "PLACE": "Bourges (Cher)."}, "date": "2023-08-20T14:47:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2937	bruntz-louis-1877-06-22	{"a2": "850", "g55": "02-91"}	{"g55": "02-91", "lerrcp": "A2-850"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Bruntz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:22", "date": "1877-06-22 11:00", "note": null, "place": {"c1": null, "c2": "52", "c3": null, "cy": "FR", "lg": 5.58991, "lat": 48.19334, "name": "Bourmont", "geoid": 3030917}, "notime": null, "date-ut": "1877-06-22 10:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Bruntz"}, "birth": {"tzo": "+00:22:22", "date": "1877-06-22 11:00", "place": {"c2": "52", "cy": "FR", "lg": 5.58991, "lat": 48.19334, "name": "Bourmont", "geoid": 3030917}, "date-ut": "1877-06-22 10:39:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-850"}, "ids-in-sources": {"a2": "850"}}, "raw": {"H": "10", "MN": "39", "TZ": "0", "COD": "52", "COU": "F", "DAY": "22", "LAT": "48N 7", "LON": "5E 8", "MON": "6", "NUM": "850", "PRO": "S", "SEC": "28", "YEA": "1877", "CITY": "BOURMONT"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-91"}, "ids-in-source": {"g55": "02-91"}}, "raw": {"DAY": "22-6-1877", "HOUR": "11 h.", "NAME": "BRUNTZ Louis", "PLACE": "Bourmont (Haute-Marne)."}, "date": "2023-08-20T14:47:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2939	buisson-jean-1895-08-16	{"a2": "852", "g55": "02-93"}	{"g55": "02-93", "lerrcp": "A2-852"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Buisson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-08-16 10:30", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.52506, "lat": 50.35909, "name": "Valenciennes", "geoid": 2971041}, "notime": null, "date-ut": "1895-08-16 10:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Buisson"}, "birth": {"tzo": "+00:09:21", "date": "1895-08-16 10:30", "place": {"c2": "59", "cy": "FR", "lg": 3.52506, "lat": 50.35909, "name": "Valenciennes", "geoid": 2971041}, "date-ut": "1895-08-16 10:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-852"}, "ids-in-sources": {"a2": "852"}}, "raw": {"H": "10", "MN": "20", "TZ": "0", "COD": "59", "COU": "F", "DAY": "16", "LAT": "50N39", "LON": "3E 5", "MON": "8", "NUM": "852", "PRO": "S", "SEC": "40", "YEA": "1895", "CITY": "VALENCIENNES"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-93"}, "ids-in-source": {"g55": "02-93"}}, "raw": {"DAY": "16-8-1895", "HOUR": "10 h. 30", "NAME": "BUISSON Jean", "PLACE": "Valenciennes (Nord)."}, "date": "2023-08-20T14:47:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2943	cabille-henri-1896-09-23	{"a2": "856", "g55": "02-97"}	{"g55": "02-97", "lerrcp": "A2-856"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Cabille", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1896-09-23 06:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "notime": null, "date-ut": "1896-09-23 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Cabille"}, "birth": {"tzo": "+00:09:21", "date": "1896-09-23 06:00", "place": {"c2": "64", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "date-ut": "1896-09-23 05:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-856"}, "ids-in-sources": {"a2": "856"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "64", "COU": "F", "DAY": "23", "LAT": "43N18", "LON": "0W22", "MON": "9", "NUM": "856", "PRO": "S", "SEC": "40", "YEA": "1896", "CITY": "PAU"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-97"}, "ids-in-source": {"g55": "02-97"}}, "raw": {"DAY": "23-9-1896", "HOUR": "6 h.", "NAME": "CABILLE Henri", "PLACE": "Pau (Basses-Pyrénées)."}, "date": "2023-08-20T14:47:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2945	caillon-louis-1873-03-03	{"a2": "858", "g55": "02-99"}	{"g55": "02-99", "lerrcp": "A2-858"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Caillon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:49", "date": "1873-03-03 19:00", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.45463, "lat": 46.71111, "name": "Larnaud", "geoid": 3006867}, "notime": null, "date-ut": "1873-03-03 18:37:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Caillon"}, "birth": {"tzo": "+00:21:49", "date": "1873-03-03 19:00", "place": {"c2": "39", "cy": "FR", "lg": 5.45463, "lat": 46.71111, "name": "Larnaud", "geoid": 3006867}, "date-ut": "1873-03-03 18:37:48"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-858"}, "ids-in-sources": {"a2": "858"}}, "raw": {"H": "18", "MN": "37", "TZ": "0", "COD": "39", "COU": "F", "DAY": "3", "LAT": "46N40", "LON": "5E33", "MON": "3", "NUM": "858", "PRO": "S", "SEC": "48", "YEA": "1873", "CITY": "LARNAUD"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-99"}, "ids-in-source": {"g55": "02-99"}}, "raw": {"DAY": "3-3-1873", "HOUR": "19 h.", "NAME": "CAILLOU Louis", "PLACE": "Larnaud (Jura)."}, "date": "2023-08-20T14:47:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2947	camelot-emile-1870-11-19	{"a2": "860", "g55": "02-101"}	{"g55": "02-101", "lerrcp": "A2-860"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Camelot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:49", "date": "1870-11-19 02:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.20384, "lat": 50.4552, "name": "Coutiches", "geoid": 3022804}, "notime": null, "date-ut": "1870-11-19 01:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Camelot"}, "birth": {"tzo": "+00:12:49", "date": "1870-11-19 02:00", "place": {"c2": "59", "cy": "FR", "lg": 3.20384, "lat": 50.4552, "name": "Coutiches", "geoid": 3022804}, "date-ut": "1870-11-19 01:47:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-860"}, "ids-in-sources": {"a2": "860"}}, "raw": {"H": "1", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "19", "LAT": "50N39", "LON": "3E 5", "MON": "11", "NUM": "860", "PRO": "S", "SEC": "40", "YEA": "1870", "CITY": "COUTICHES"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-101"}, "ids-in-source": {"g55": "02-101"}}, "raw": {"DAY": "19-11-1870", "HOUR": "2 h.", "NAME": "CAMELOT Emile", "PLACE": "Coutiches (Nord)."}, "date": "2023-08-20T14:47:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2949	cantonnet-paul-1879-09-15	{"a2": "862", "g55": "02-103"}	{"g55": "02-103", "lerrcp": "A2-862"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Cantonnet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:48", "date": "1879-09-15 02:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.70177, "lat": 48.40908, "name": "Fontainebleau", "geoid": 3018074}, "notime": null, "date-ut": "1879-09-15 01:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Cantonnet"}, "birth": {"tzo": "+00:10:48", "date": "1879-09-15 02:00", "place": {"c2": "77", "cy": "FR", "lg": 2.70177, "lat": 48.40908, "name": "Fontainebleau", "geoid": 3018074}, "date-ut": "1879-09-15 01:49:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-862"}, "ids-in-sources": {"a2": "862"}}, "raw": {"H": "1", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "15", "LAT": "48N33", "LON": "2E40", "MON": "9", "NUM": "862", "PRO": "S", "SEC": "20", "YEA": "1879", "CITY": "FONTAINEBLEAU"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-103"}, "ids-in-source": {"g55": "02-103"}}, "raw": {"DAY": "15-9-1879", "HOUR": "2 h.", "NAME": "CANTONNET Paul", "PLACE": "Fontainebleau (Seine-et-Marne)."}, "date": "2023-08-20T14:47:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2952	carle-marius-1873-03-27	{"a2": "865", "g55": "02-106"}	{"g55": "02-106", "lerrcp": "A2-865"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marius", "family": "Carle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:01", "date": "1873-03-27 09:00", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 4.75469, "lat": 44.55468, "name": "Montélimar", "geoid": 2992703}, "notime": null, "date-ut": "1873-03-27 08:40:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marius", "family": "Carle"}, "birth": {"tzo": "+00:19:01", "date": "1873-03-27 09:00", "place": {"c2": "26", "cy": "FR", "lg": 4.75469, "lat": 44.55468, "name": "Montélimar", "geoid": 2992703}, "date-ut": "1873-03-27 08:40:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-865"}, "ids-in-sources": {"a2": "865"}}, "raw": {"H": "8", "MN": "40", "TZ": "0", "COD": "26", "COU": "F", "DAY": "27", "LAT": "44N56", "LON": "4E54", "MON": "3", "NUM": "865", "PRO": "S", "SEC": "24", "YEA": "1873", "CITY": "MONTELIMAR"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-106"}, "ids-in-source": {"g55": "02-106"}}, "raw": {"DAY": "27-3-1873", "HOUR": "9 h.", "NAME": "CARLE Marius", "PLACE": "Montélimar (Drôme)."}, "date": "2023-08-20T14:47:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2953	carlerre-ernest-1887-06-28	{"a2": "866", "g55": "02-108"}	{"g55": "02-108", "lerrcp": "A2-866"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Carlerre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:17:57", "date": "1887-06-28 12:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1887-06-28 12:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Carlerre"}, "birth": {"tzo": "-00:17:57", "date": "1887-06-28 12:00", "place": {"c2": "29", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1887-06-28 12:16:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-866"}, "ids-in-sources": {"a2": "866"}}, "raw": {"H": "12", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "28", "LAT": "48N 0", "LON": "4W 6", "MON": "6", "NUM": "866", "PRO": "S", "SEC": "24", "YEA": "1887", "CITY": "BREST"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-108"}, "ids-in-source": {"g55": "02-108"}}, "raw": {"DAY": "28-6-1887", "HOUR": "12 h.", "NAME": "CARLERRE Ernest", "PLACE": "Brest (Finistère)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2958	casabianca-jerome-1889-10-30	{"a2": "871"}	{"lerrcp": "A2-871"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jerome", "family": "Casabianca", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:35", "date": "1889-10-30 06:00", "note": null, "place": {"c1": null, "c2": "20", "c3": null, "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Ajaccio", "geoid": 0}, "notime": null, "date-ut": "1889-10-30 05:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jerome", "family": "Casabianca"}, "birth": {"tzo": "+00:35", "date": "1889-10-30 06:00", "place": {"c2": "20", "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Ajaccio", "geoid": 0}, "date-ut": "1889-10-30 05:25"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-871"}, "ids-in-sources": {"a2": "871"}}, "raw": {"H": "5", "MN": "25", "TZ": "0", "COD": "20", "COU": "F", "DAY": "30", "LAT": "41N55", "LON": "8E45", "MON": "10", "NUM": "871", "PRO": "S", "SEC": "0", "YEA": "1889", "CITY": "AJACCIO"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
2957	carrieu-marcel-1887-01-03	{"a2": "870", "g55": "02-111"}	{"g55": "02-111", "lerrcp": "A2-870"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Carrieu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1887-01-03 18:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1887-01-03 17:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Carrieu"}, "birth": {"tzo": "+00:15:30", "date": "1887-01-03 18:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1887-01-03 17:44:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-870"}, "ids-in-sources": {"a2": "870"}}, "raw": {"H": "17", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "3", "LAT": "43N37", "LON": "3E53", "MON": "1", "NUM": "870", "PRO": "S", "SEC": "28", "YEA": "1887", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-111"}, "ids-in-source": {"g55": "02-111"}}, "raw": {"DAY": "3-1-1887", "HOUR": "18 h.", "NAME": "CARRIEU Marcel", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2960	castaing-louis-1890-03-29	{"a2": "873", "g55": "02-114"}	{"g55": "02-114", "lerrcp": "A2-873"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Castaing", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:25", "date": "1890-03-29 09:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "notime": null, "date-ut": "1890-03-29 09:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Castaing"}, "birth": {"tzo": "-00:01:25", "date": "1890-03-29 09:00", "place": {"c2": "64", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "date-ut": "1890-03-29 09:01:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-873"}, "ids-in-sources": {"a2": "873"}}, "raw": {"H": "9", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "29", "LAT": "43N18", "LON": "0W22", "MON": "3", "NUM": "873", "PRO": "S", "SEC": "28", "YEA": "1890", "CITY": "PAU"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-114"}, "ids-in-source": {"g55": "02-114"}}, "raw": {"DAY": "29-3-1890", "HOUR": "9 h.", "NAME": "CASTAING Louis", "PLACE": "Pau (Basses-Pyrénées)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2963	caujolle-paul-1878-10-11	{"a2": "876"}	{"lerrcp": "A2-876"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Caujolle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:27", "date": "1878-10-11 04:00", "note": null, "place": {"c1": null, "c2": "09", "c3": null, "cy": "FR", "lg": 1.61079, "lat": 43.1165, "name": "Pamiers", "geoid": 2988670}, "notime": null, "date-ut": "1878-10-11 03:53:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Caujolle"}, "birth": {"tzo": "+00:06:27", "date": "1878-10-11 04:00", "place": {"c2": "09", "cy": "FR", "lg": 1.61079, "lat": 43.1165, "name": "Pamiers", "geoid": 2988670}, "date-ut": "1878-10-11 03:53:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-876"}, "ids-in-sources": {"a2": "876"}}, "raw": {"H": "3", "MN": "53", "TZ": "0", "COD": "09", "COU": "F", "DAY": "11", "LAT": "42N58", "LON": "1E35", "MON": "10", "NUM": "876", "PRO": "S", "SEC": "40", "YEA": "1878", "CITY": "PAMIERS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
2962	castueil-octave-1881-06-24	{"a2": "875", "g55": "02-116"}	{"g55": "02-116", "lerrcp": "A2-875"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Octave", "family": "Castueil", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:31", "date": "1881-06-24 11:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 6.12857, "lat": 43.12038, "name": "Hyères", "geoid": 3012937}, "notime": null, "date-ut": "1881-06-24 10:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Octave", "family": "Castueil"}, "birth": {"tzo": "+00:24:31", "date": "1881-06-24 11:00", "place": {"c2": "83", "cy": "FR", "lg": 6.12857, "lat": 43.12038, "name": "Hyères", "geoid": 3012937}, "date-ut": "1881-06-24 10:34:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-875"}, "ids-in-sources": {"a2": "875"}}, "raw": {"H": "10", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "24", "LAT": "43N32", "LON": "6E28", "MON": "6", "NUM": "875", "PRO": "S", "SEC": "8", "YEA": "1881", "CITY": "HYERES"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-116"}, "ids-in-source": {"g55": "02-116"}}, "raw": {"DAY": "24-6-1881", "HOUR": "11 h.", "NAME": "CASTUEIL Octave", "PLACE": "Hyéres (Var)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2965	cenac-michel-1891-06-28	{"a2": "878", "g55": "02-120"}	{"g55": "02-120", "lerrcp": "A2-878"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Cenac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1891-06-28 07:00", "note": null, "place": {"c1": null, "c2": "65", "c3": null, "cy": "FR", "lg": -0.09914, "lat": 43.00271, "name": "Argelès-Gazost", "geoid": 3037070}, "notime": null, "date-ut": "1891-06-28 06:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Cenac"}, "birth": {"tzo": "+00:09:21", "date": "1891-06-28 07:00", "place": {"c2": "65", "cy": "FR", "lg": -0.09914, "lat": 43.00271, "name": "Argelès-Gazost", "geoid": 3037070}, "date-ut": "1891-06-28 06:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-878"}, "ids-in-sources": {"a2": "878"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "65", "COU": "F", "DAY": "28", "LAT": "43N14", "LON": "0E 5", "MON": "6", "NUM": "878", "PRO": "S", "SEC": "40", "YEA": "1891", "CITY": "ARGELES-GAZOST"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-120"}, "ids-in-source": {"g55": "02-120"}}, "raw": {"DAY": "28-6-1891", "HOUR": "7 h.", "NAME": "CENAC Michel", "PLACE": "Argelés-Gazost (Hautes-Pyrénées)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2969	chappaz-gaston-1899-04-10	{"a2": "882"}	{"lerrcp": "A2-882"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Chappaz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-04-10 03:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1899-04-10 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Chappaz"}, "birth": {"tzo": "+00:09:21", "date": "1899-04-10 03:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1899-04-10 02:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-882"}, "ids-in-sources": {"a2": "882"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "34", "COU": "F", "DAY": "10", "LAT": "43N37", "LON": "3E53", "MON": "4", "NUM": "882", "PRO": "S", "SEC": "40", "YEA": "1899", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
2967	chaperon-robert-1895-06-21	{"a2": "880", "g55": "02-124"}	{"g55": "02-124", "lerrcp": "A2-880"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Chaperon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-06-21 02:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.88929, "lat": 48.83849, "name": "Vire", "geoid": 2967972}, "notime": null, "date-ut": "1895-06-21 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Chaperon"}, "birth": {"tzo": "+00:09:21", "date": "1895-06-21 02:00", "place": {"c2": "14", "cy": "FR", "lg": -0.88929, "lat": 48.83849, "name": "Vire", "geoid": 2967972}, "date-ut": "1895-06-21 01:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-880"}, "ids-in-sources": {"a2": "880"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "14", "COU": "F", "DAY": "21", "LAT": "49N11", "LON": "0W22", "MON": "6", "NUM": "880", "PRO": "S", "SEC": "40", "YEA": "1895", "CITY": "VIRE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-124"}, "ids-in-source": {"g55": "02-124"}}, "raw": {"DAY": "21-6-1895", "HOUR": "2 h.", "NAME": "CHAPERON Robert", "PLACE": "Vire (Calvados)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2970	charbonnel-maurice-1884-12-17	{"a2": "883", "g55": "02-126"}	{"g55": "02-126", "lerrcp": "A2-883"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Charbonnel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1884-12-17 00:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1884-12-17 00:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Charbonnel"}, "birth": {"tzo": "-00:02:19", "date": "1884-12-17 00:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1884-12-17 00:57:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-883"}, "ids-in-sources": {"a2": "883"}}, "raw": {"H": "0", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "17", "LAT": "44N50", "LON": "0W34", "MON": "12", "NUM": "883", "PRO": "S", "SEC": "36", "YEA": "1884", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-126"}, "ids-in-source": {"g55": "02-126"}}, "raw": {"DAY": "17-12-1884", "HOUR": "1 h.", "NAME": "CHARBONNEL Maurice", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2971	charpentier-paul-1866-12-12	{"a2": "884"}	{"lerrcp": "A2-884"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Charpentier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1866-12-12 14:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1866-12-12 13:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Charpentier"}, "birth": {"tzo": "+00:15:30", "date": "1866-12-12 14:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1866-12-12 13:44:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-884"}, "ids-in-sources": {"a2": "884"}}, "raw": {"H": "13", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "12", "LAT": "43N37", "LON": "3E53", "MON": "12", "NUM": "884", "PRO": "S", "SEC": "28", "YEA": "1866", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
2974	chassagnard-jean-1882-11-23	{"a2": "887", "g55": "02-129"}	{"g55": "02-129", "lerrcp": "A2-887"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Chassagnard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:04", "date": "1882-11-23 05:00", "note": null, "place": {"c1": null, "c2": "19", "c3": null, "cy": "FR", "lg": 1.76667, "lat": 45.26667, "name": "St-Yrieix-le-Déjalat", "geoid": 0}, "notime": null, "date-ut": "1882-11-23 04:52:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Chassagnard"}, "birth": {"tzo": "+00:07:04", "date": "1882-11-23 05:00", "place": {"c2": "19", "cy": "FR", "lg": 1.76667, "lat": 45.26667, "name": "Saint-Yrieix-le-de", "geoid": 0}, "date-ut": "1882-11-23 04:52:56"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-887"}, "ids-in-sources": {"a2": "887"}}, "raw": {"H": "4", "MN": "52", "TZ": "0", "COD": "19", "COU": "F", "DAY": "23", "LAT": "45N16", "LON": "1E46", "MON": "11", "NUM": "887", "PRO": "S", "SEC": "56", "YEA": "1882", "CITY": "ST-YRIEIX-LE-DE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "St-Yrieix-le-Déjalat"}}, "partial-ids": {"g55": "02-129"}, "ids-in-source": {"g55": "02-129"}}, "raw": {"DAY": "23-11-1882", "HOUR": "5 h.", "NAME": "CHASSAGNARD Jean-Bapt.", "PLACE": "St-Yrieix-le-Déjalat (Cor.)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2976	chauvin-emile-1886-09-04	{"a2": "889", "g55": "02-131"}	{"g55": "02-131", "lerrcp": "A2-889"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Chauvin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:35", "date": "1886-09-04 03:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 5.39635, "lat": 43.87638, "name": "Apt", "geoid": 3037352}, "notime": null, "date-ut": "1886-09-04 02:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Chauvin"}, "birth": {"tzo": "+00:21:35", "date": "1886-09-04 03:00", "place": {"c2": "84", "cy": "FR", "lg": 5.39635, "lat": 43.87638, "name": "Apt", "geoid": 3037352}, "date-ut": "1886-09-04 02:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-889"}, "ids-in-sources": {"a2": "889"}}, "raw": {"H": "2", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "4", "LAT": "43N57", "LON": "4E50", "MON": "9", "NUM": "889", "PRO": "S", "SEC": "40", "YEA": "1886", "CITY": "APT"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-131"}, "ids-in-source": {"g55": "02-131"}}, "raw": {"DAY": "4-9-1886", "HOUR": "3 h.", "NAME": "CHAUVIN Emile", "PLACE": "Apt (Vaucluse)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2978	chenilleau-andre-1895-04-10	{"a2": "891", "g55": "02-133"}	{"g55": "02-133", "lerrcp": "A2-891"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Chenilleau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-04-10 09:00", "note": null, "place": {"c1": null, "c2": "79", "c3": null, "cy": "FR", "lg": -0.45, "lat": 46.31667, "name": "Champdeniers", "geoid": 0}, "notime": null, "date-ut": "1895-04-10 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Chenilleau"}, "birth": {"tzo": "+00:09:21", "date": "1895-04-10 09:00", "place": {"c2": "79", "cy": "FR", "lg": -0.45, "lat": 46.31667, "name": "Champdeniers", "geoid": 0}, "date-ut": "1895-04-10 08:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-891"}, "ids-in-sources": {"a2": "891"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "79", "COU": "F", "DAY": "10", "LAT": "46N19", "LON": "0W27", "MON": "4", "NUM": "891", "PRO": "S", "SEC": "40", "YEA": "1895", "CITY": "CHAMPDENIERS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Champdeniers"}}, "partial-ids": {"g55": "02-133"}, "ids-in-source": {"g55": "02-133"}}, "raw": {"DAY": "10-4-1895", "HOUR": "9 h.", "NAME": "CHENILLEAU André", "PLACE": "Champdeniers (Deux-Sévres)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2982	chretien-joseph-1873-01-17	{"a2": "895", "g55": "02-136"}	{"g55": "02-136", "lerrcp": "A2-895"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Chretien", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:23", "date": "1873-01-17 16:00", "note": null, "place": {"c1": null, "c2": "18", "c3": null, "cy": "FR", "lg": 1.84733, "lat": 47.14371, "name": "Graçay", "geoid": 3015423}, "notime": null, "date-ut": "1873-01-17 15:50:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Chretien"}, "birth": {"tzo": "+00:07:23", "date": "1873-01-17 16:00", "place": {"c2": "18", "cy": "FR", "lg": 1.84733, "lat": 47.14371, "name": "Graçay", "geoid": 3015423}, "date-ut": "1873-01-17 15:50:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-895"}, "ids-in-sources": {"a2": "895"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "18", "COU": "F", "DAY": "17", "LAT": "47N 5", "LON": "2E23", "MON": "1", "NUM": "895", "PRO": "S", "SEC": "28", "YEA": "1873", "CITY": "GRACAY"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-136"}, "ids-in-source": {"g55": "02-136"}}, "raw": {"DAY": "17-1-1873", "HOUR": "16 h.", "NAME": "CHRETIEN Joseph", "PLACE": "Gracay (Cher)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2984	claudel-jean-1898-08-25	{"a2": "897", "g55": "02-138"}	{"g55": "02-138", "lerrcp": "A2-897"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Claudel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1898-08-25 09:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 6.54957, "lat": 43.61899, "name": "Bargemon", "geoid": 3034939}, "notime": null, "date-ut": "1898-08-25 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Claudel"}, "birth": {"tzo": "+00:09:21", "date": "1898-08-25 09:00", "place": {"c2": "83", "cy": "FR", "lg": 6.54957, "lat": 43.61899, "name": "Bargemon", "geoid": 3034939}, "date-ut": "1898-08-25 08:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-897"}, "ids-in-sources": {"a2": "897"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "83", "COU": "F", "DAY": "25", "LAT": "43N32", "LON": "6E28", "MON": "8", "NUM": "897", "PRO": "S", "SEC": "40", "YEA": "1898", "CITY": "BARGEMON"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-138"}, "ids-in-source": {"g55": "02-138"}}, "raw": {"DAY": "25-8-1898", "HOUR": "9 h.", "NAME": "CLAUDEL Jean", "PLACE": "Bargemon (Var)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2987	coliez-robert-1893-08-30	{"a2": "900", "g55": "02-141"}	{"g55": "02-141", "lerrcp": "A2-900"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Coliez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1893-08-30 05:30", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1893-08-30 05:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Coliez"}, "birth": {"tzo": "+00:09:21", "date": "1893-08-30 05:30", "place": {"c2": "59", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1893-08-30 05:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-900"}, "ids-in-sources": {"a2": "900"}}, "raw": {"H": "5", "MN": "20", "TZ": "0", "COD": "59", "COU": "F", "DAY": "30", "LAT": "50N39", "LON": "3E 5", "MON": "8", "NUM": "900", "PRO": "S", "SEC": "40", "YEA": "1893", "CITY": "ROUBAIX"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-141"}, "ids-in-source": {"g55": "02-141"}}, "raw": {"DAY": "30-8-1893", "HOUR": "5 h. 30", "NAME": "COLIEZ Robert", "PLACE": "Roubaix (Nord)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2989	cordier-pierre-1891-12-13	{"a2": "902", "g55": "02-143"}	{"g55": "02-143", "lerrcp": "A2-902"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Cordier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1891-12-13 02:30", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.52506, "lat": 50.35909, "name": "Valenciennes", "geoid": 2971041}, "notime": null, "date-ut": "1891-12-13 02:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Cordier"}, "birth": {"tzo": "+00:09:21", "date": "1891-12-13 02:30", "place": {"c2": "59", "cy": "FR", "lg": 3.52506, "lat": 50.35909, "name": "Valenciennes", "geoid": 2971041}, "date-ut": "1891-12-13 02:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-902"}, "ids-in-sources": {"a2": "902"}}, "raw": {"H": "2", "MN": "20", "TZ": "0", "COD": "59", "COU": "F", "DAY": "13", "LAT": "50N39", "LON": "3E 5", "MON": "12", "NUM": "902", "PRO": "S", "SEC": "40", "YEA": "1891", "CITY": "VALENCIENNES"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-143"}, "ids-in-source": {"g55": "02-143"}}, "raw": {"DAY": "13-12-1891", "HOUR": "2 h. 30", "NAME": "CORDIER Pierre", "PLACE": "Valenciennes (Nord)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2993	cosse-francois-1871-11-10	{"a2": "906"}	{"lerrcp": "A2-906"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Cosse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:36", "date": "1871-11-10 01:00", "note": null, "place": {"c1": null, "c2": "18", "c3": null, "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "notime": null, "date-ut": "1871-11-10 00:50:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "François", "family": "Cosse"}, "birth": {"tzo": "+00:09:36", "date": "1871-11-10 01:00", "place": {"c2": "18", "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "date-ut": "1871-11-10 00:50:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-906"}, "ids-in-sources": {"a2": "906"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "18", "COU": "F", "DAY": "10", "LAT": "47N 5", "LON": "2E23", "MON": "11", "NUM": "906", "PRO": "S", "SEC": "28", "YEA": "1871", "CITY": "BOURGES"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
2991	corret-pierre-1875-02-26	{"a2": "904", "g55": "02-145"}	{"g55": "02-145", "lerrcp": "A2-904"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Corret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:12", "date": "1875-02-26 01:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1875-02-26 00:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Corret"}, "birth": {"tzo": "+00:09:12", "date": "1875-02-26 01:00", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1875-02-26 00:50:48"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-904"}, "ids-in-sources": {"a2": "904"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "26", "LAT": "49N54", "LON": "2E18", "MON": "2", "NUM": "904", "PRO": "S", "SEC": "48", "YEA": "1875", "CITY": "AMIENS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-145"}, "ids-in-source": {"g55": "02-145"}}, "raw": {"DAY": "26-2-1875", "HOUR": "1 h.", "NAME": "CORNET Pierre", "PLACE": "Amiens (Somme)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2995	coste-jean-1886-11-08	{"a2": "908", "g55": "02-149"}	{"g55": "02-149", "lerrcp": "A2-908"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Coste", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:42", "date": "1886-11-08 15:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.67366, "lat": 43.72555, "name": "Azas", "geoid": 3035554}, "notime": null, "date-ut": "1886-11-08 14:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Coste"}, "birth": {"tzo": "+00:06:42", "date": "1886-11-08 15:00", "place": {"c2": "31", "cy": "FR", "lg": 1.67366, "lat": 43.72555, "name": "Azas", "geoid": 3035554}, "date-ut": "1886-11-08 14:54:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-908"}, "ids-in-sources": {"a2": "908"}}, "raw": {"H": "14", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "8", "LAT": "43N37", "LON": "1E26", "MON": "11", "NUM": "908", "PRO": "S", "SEC": "16", "YEA": "1886", "CITY": "AZAS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-149"}, "ids-in-source": {"g55": "02-149"}}, "raw": {"DAY": "8-11-1886", "HOUR": "15 h.", "NAME": "COSTE (de) Jean", "PLACE": "Azas (Haute-Garonne)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2998	cottet-pierre-1901-01-06	{"a2": "911", "g55": "02-151"}	{"g55": "02-151", "lerrcp": "A2-911"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Cottet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1901-01-06 05:30", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.03333, "lat": 47.25, "name": "Fesches-le-Chatel", "geoid": 0}, "notime": null, "date-ut": "1901-01-06 05:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Cottet"}, "birth": {"tzo": "+00:09:21", "date": "1901-01-06 05:30", "place": {"c2": "25", "cy": "FR", "lg": 6.03333, "lat": 47.25, "name": "Fesches-le-Chat", "geoid": 0}, "date-ut": "1901-01-06 05:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-911"}, "ids-in-sources": {"a2": "911"}}, "raw": {"H": "5", "MN": "20", "TZ": "0", "COD": "25", "COU": "F", "DAY": "6", "LAT": "47N15", "LON": "6E 2", "MON": "1", "NUM": "911", "PRO": "S", "SEC": "40", "YEA": "1901", "CITY": "FESCHES-LE-CHAT"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Fesches-le-Chatel"}}, "partial-ids": {"g55": "02-151"}, "ids-in-source": {"g55": "02-151"}}, "raw": {"DAY": "6-1-1901", "HOUR": "5 h. 30", "NAME": "COTTET Pierre", "PLACE": "Fesches-le-Chatel (Doubs)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3000	couinaud-paul-1887-07-12	{"a2": "913", "g55": "02-153"}	{"g55": "02-153", "lerrcp": "A2-913"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Couinaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:54", "date": "1887-07-12 05:45:02", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 5.2258, "lat": 46.20574, "name": "Bourg-en-Bresse", "geoid": 3031009}, "notime": null, "date-ut": "1887-07-12 05:24:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Couinaud"}, "birth": {"tzo": "+00:20:54", "date": "1887-07-12 05:45:02", "place": {"c2": "01", "cy": "FR", "lg": 5.2258, "lat": 46.20574, "name": "Bourg-en-Bresse", "geoid": 3031009}, "date-ut": "1887-07-12 05:24:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-913"}, "ids-in-sources": {"a2": "913"}}, "raw": {"H": "5", "MN": "24", "TZ": "0", "COD": "01", "COU": "F", "DAY": "12", "LAT": "46N12", "LON": "5E13", "MON": "7", "NUM": "913", "PRO": "S", "SEC": "8", "YEA": "1887", "CITY": "BOURG-EN-BRESSE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-153"}, "ids-in-source": {"g55": "02-153"}}, "raw": {"DAY": "12-7-1887", "HOUR": "5 h. 45", "NAME": "COUINAUD Paul", "PLACE": "Bourg (Ain)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3002	cournet-jean-1863-01-24	{"a2": "915", "g55": "02-155"}	{"g55": "02-155", "lerrcp": "A2-915"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Cournet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:21", "date": "1863-01-24 02:04:37", "note": null, "place": {"c1": null, "c2": "32", "c3": null, "cy": "FR", "lg": 0.58856, "lat": 43.64561, "name": "Auch", "geoid": 3036281}, "notime": null, "date-ut": "1863-01-24 02:02:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Cournet"}, "birth": {"tzo": "+00:02:21", "date": "1863-01-24 02:04:37", "place": {"c2": "32", "cy": "FR", "lg": 0.58856, "lat": 43.64561, "name": "Auch", "geoid": 3036281}, "date-ut": "1863-01-24 02:02:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-915"}, "ids-in-sources": {"a2": "915"}}, "raw": {"H": "2", "MN": "2", "TZ": "0", "COD": "32", "COU": "F", "DAY": "24", "LAT": "43N40", "LON": "0E36", "MON": "1", "NUM": "915", "PRO": "S", "SEC": "16", "YEA": "1863", "CITY": "AUCH"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-155"}, "ids-in-source": {"g55": "02-155"}}, "raw": {"DAY": "24-1-1863", "HOUR": "2 h.", "NAME": "COURNET Jean-Fr.", "PLACE": "Auch (Gers)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3004	coutan-ferdinand-1852-07-05	{"a2": "917", "g55": "02-157"}	{"g55": "02-157", "lerrcp": "A2-917"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Coutan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:48", "date": "1852-07-05 11:10", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.70177, "lat": 48.40908, "name": "Fontainebleau", "geoid": 3018074}, "notime": null, "date-ut": "1852-07-05 10:59:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Coutan"}, "birth": {"tzo": "+00:10:48", "date": "1852-07-05 11:10", "place": {"c2": "77", "cy": "FR", "lg": 2.70177, "lat": 48.40908, "name": "Fontainebleau", "geoid": 3018074}, "date-ut": "1852-07-05 10:59:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-917"}, "ids-in-sources": {"a2": "917"}}, "raw": {"H": "10", "MN": "59", "TZ": "0", "COD": "77", "COU": "F", "DAY": "5", "LAT": "48N33", "LON": "2E40", "MON": "7", "NUM": "917", "PRO": "S", "SEC": "20", "YEA": "1852", "CITY": "FONTAINEBLEAU"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-157"}, "ids-in-source": {"g55": "02-157"}}, "raw": {"DAY": "5-7-1852", "HOUR": "11 h. 10", "NAME": "COUTAN Ferdinand", "PLACE": "Fontainebleau (Seine-et-M.)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3010	daniel-gaston-1891-04-15	{"a2": "923"}	{"lerrcp": "A2-923"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Daniel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1891-04-15 07:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1891-04-15 06:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Daniel"}, "birth": {"tzo": "+00:09:21", "date": "1891-04-15 07:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1891-04-15 06:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-923"}, "ids-in-sources": {"a2": "923"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "13", "COU": "F", "DAY": "15", "LAT": "43N18", "LON": "5E22", "MON": "4", "NUM": "923", "PRO": "S", "SEC": "40", "YEA": "1891", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3008	damm-louis-1901-07-24	{"a2": "921", "g55": "02-161"}	{"g55": "02-161", "lerrcp": "A2-921"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Damm", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.75, "lat": 48.58333, "name": "Brumait", "geoid": 0}, "notime": null, "date-ut": "1901-07-24 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Damm"}, "birth": {"place": {"c2": "67", "cy": "FR", "lg": 7.75, "lat": 48.58333, "name": "Brumatt", "geoid": 0}, "date-ut": "1901-07-24 22:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-921"}, "ids-in-sources": {"a2": "921"}}, "raw": {"H": "23", "MN": "30", "TZ": "-1", "COD": "67", "COU": "F", "DAY": "24", "LAT": "48N35", "LON": "7E45", "MON": "7", "NUM": "921", "PRO": "S", "SEC": "0", "YEA": "1901", "CITY": "BRUMATT"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Brumait"}}, "partial-ids": {"g55": "02-161"}, "ids-in-source": {"g55": "02-161"}}, "raw": {"DAY": "24-7-1901", "HOUR": "23 h. 30", "NAME": "DAMM Louis Rob.", "PLACE": "Brumait (Bas-Rhin)."}, "date": "2023-08-20T14:47:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3011	daniel-pierre-1885-09-29	{"a2": "924"}	{"lerrcp": "A2-924"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Daniel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1885-09-29 05:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1885-09-29 04:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Daniel"}, "birth": {"tzo": "+00:21:31", "date": "1885-09-29 05:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1885-09-29 04:38:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-924"}, "ids-in-sources": {"a2": "924"}}, "raw": {"H": "4", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "29", "LAT": "43N18", "LON": "5E22", "MON": "9", "NUM": "924", "PRO": "S", "SEC": "32", "YEA": "1885", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3013	darcourt-georges-1900-05-26	{"a2": "926"}	{"lerrcp": "A2-926"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Darcourt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-05-26 06:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1900-05-26 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Darcourt"}, "birth": {"tzo": "+00:09:21", "date": "1900-05-26 06:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1900-05-26 05:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-926"}, "ids-in-sources": {"a2": "926"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "13", "COU": "F", "DAY": "26", "LAT": "43N18", "LON": "5E22", "MON": "5", "NUM": "926", "PRO": "S", "SEC": "40", "YEA": "1900", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3014	dariaux-andre-1881-07-31	{"a2": "927", "g55": "02-164"}	{"g55": "02-164", "lerrcp": "A2-927"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Dariaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:48", "date": "1881-07-31 14:00", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.20182, "lat": 47.08703, "name": "Guérigny", "geoid": 3014377}, "notime": null, "date-ut": "1881-07-31 13:47:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Dariaux"}, "birth": {"tzo": "+00:12:48", "date": "1881-07-31 14:00", "place": {"c2": "58", "cy": "FR", "lg": 3.20182, "lat": 47.08703, "name": "Guérigny", "geoid": 3014377}, "date-ut": "1881-07-31 13:47:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-927"}, "ids-in-sources": {"a2": "927"}}, "raw": {"H": "13", "MN": "47", "TZ": "0", "COD": "58", "COU": "F", "DAY": "31", "LAT": "46N59", "LON": "3E 9", "MON": "7", "NUM": "927", "PRO": "S", "SEC": "24", "YEA": "1881", "CITY": "GUERIGNY"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-164"}, "ids-in-source": {"g55": "02-164"}}, "raw": {"DAY": "31-7-1881", "HOUR": "14 h.", "NAME": "DARIAUX André", "PLACE": "Guérigny (Nièvre)."}, "date": "2023-08-20T14:47:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3018	degos-robert-1904-11-08	{"a2": "931"}	{"lerrcp": "A2-931"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Degos", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1904-11-08 14:00", "note": null, "place": {"c1": null, "c2": "40", "c3": null, "cy": "FR", "lg": -0.75239, "lat": 43.74982, "name": "Mugron", "geoid": 2991231}, "notime": null, "date-ut": "1904-11-08 13:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Degos"}, "birth": {"tzo": "+00:09:21", "date": "1904-11-08 14:00", "place": {"c2": "40", "cy": "FR", "lg": -0.75239, "lat": 43.74982, "name": "Mugron", "geoid": 2991231}, "date-ut": "1904-11-08 13:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-931"}, "ids-in-sources": {"a2": "931"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "40", "COU": "F", "DAY": "8", "LAT": "43N54", "LON": "0W30", "MON": "11", "NUM": "931", "PRO": "S", "SEC": "40", "YEA": "1904", "CITY": "MUGRON"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3017	decourt-jacques-1898-08-15	{"a2": "930", "afd5": "265"}	{"lerrcp": "A2-930", "muller": "M5-265"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jacques", "family": "Decourt", "spouse": [], "official": {"given": "Jacques Michel Ferdinand", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1898-08-15 23:50", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.61667, "lat": 48.98333, "name": "Mitry-Mory", "geoid": 2993679}, "notime": null, "date-ut": "1898-08-15 23:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Decourt"}, "birth": {"tzo": "+00:09:21", "date": "1898-08-15 23:50", "place": {"c2": "77", "cy": "FR", "lg": 2.61667, "lat": 48.98333, "name": "Mitry-Mory", "geoid": 2993679}, "date-ut": "1898-08-15 23:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-930"}, "ids-in-sources": {"a2": "930"}}, "raw": {"H": "23", "MN": "40", "TZ": "0", "COD": "77", "COU": "F", "DAY": "15", "LAT": "48N33", "LON": "2E40", "MON": "8", "NUM": "930", "PRO": "S", "SEC": "40", "YEA": "1898", "CITY": "MITRY-MORY"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Decourt", "official": {"given": "Jacques Michel Ferdinand"}}, "birth": {"date": "1898-08-15 23:50", "place": {"name": "Mitry-Mory"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "265"}}, "raw": {"NR": "265", "GNR": "SA2930", "JU_": "0", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1898", "KORR": "-0.16", "MARS": "1", "MODE": "", "MOND": "29", "NAME": "DECOURT (JACQUES MICHEL FERDINAND).", "AUFAB": "-5.20", "PHAS_": "5.500", "SONNE": "27", "VENUS": "23", "BREITE": "48 N 33", "GEBORT": "Mitry-Mory (Seine-et-Marne)", "LAENGE": "002 E 40", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "19", "GEBZEIT": "23.50", "JUPITER": "23", "ELECTAGE": "61,9", "ELECTDAT": "05.07.1960", "GEBDATUM": "15.08.1898", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
3020	dejean-charles-1888-02-07	{"a2": "933", "g55": "02-167"}	{"g55": "02-167", "lerrcp": "A2-933"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Dejean", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:35", "date": "1888-02-07 21:00", "note": null, "place": {"c1": null, "c2": "12", "c3": null, "cy": "FR", "lg": 2.6464, "lat": 43.96764, "name": "Montclar", "geoid": 2992818}, "notime": null, "date-ut": "1888-02-07 20:49:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Dejean"}, "birth": {"tzo": "+00:10:35", "date": "1888-02-07 21:00", "place": {"c2": "12", "cy": "FR", "lg": 2.6464, "lat": 43.96764, "name": "Montclar", "geoid": 2992818}, "date-ut": "1888-02-07 20:49:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-933"}, "ids-in-sources": {"a2": "933"}}, "raw": {"H": "20", "MN": "49", "TZ": "0", "COD": "12", "COU": "F", "DAY": "7", "LAT": "44N21", "LON": "2E34", "MON": "2", "NUM": "933", "PRO": "S", "SEC": "44", "YEA": "1888", "CITY": "MONTCLAR"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-167"}, "ids-in-source": {"g55": "02-167"}}, "raw": {"DAY": "7-2-1888", "HOUR": "21 h.", "NAME": "DEJEAN Charles", "PLACE": "Montclar (Aveyron)."}, "date": "2023-08-20T14:47:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3024	delherm-louis-1876-02-24	{"a2": "937"}	{"lerrcp": "A2-937"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Delherm", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1876-02-24 05:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1876-02-24 04:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Delherm"}, "birth": {"tzo": "+00:05:46", "date": "1876-02-24 05:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1876-02-24 04:54:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-937"}, "ids-in-sources": {"a2": "937"}}, "raw": {"H": "4", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "24", "LAT": "43N37", "LON": "1E26", "MON": "2", "NUM": "937", "PRO": "S", "SEC": "16", "YEA": "1876", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3022	delater-gabriel-1883-07-18	{"a2": "935", "g55": "02-169"}	{"g55": "02-169", "lerrcp": "A2-935"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Delater", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:60", "date": "1883-07-18 05:46", "note": null, "place": {"c1": null, "c2": "48", "c3": null, "cy": "FR", "lg": 3.49978, "lat": 44.52161, "name": "Mende", "geoid": 2994617}, "notime": null, "date-ut": "1883-07-18 05:46"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Delater"}, "birth": {"tzo": "+00:13:60", "date": "1883-07-18 05:46", "place": {"c2": "48", "cy": "FR", "lg": 3.49978, "lat": 44.52161, "name": "Mende", "geoid": 2994617}, "date-ut": "1883-07-18 05:46"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-935"}, "ids-in-sources": {"a2": "935"}}, "raw": {"H": "5", "MN": "46", "TZ": "0", "COD": "48", "COU": "F", "DAY": "18", "LAT": "44N31", "LON": "3E30", "MON": "7", "NUM": "935", "PRO": "S", "SEC": "0", "YEA": "1883", "CITY": "MENDE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-169"}, "ids-in-source": {"g55": "02-169"}}, "raw": {"DAY": "18-7-1883", "HOUR": "6 h.", "NAME": "DELATER Gabriel", "PLACE": "Mende (Lozère)."}, "date": "2023-08-20T14:47:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3025	delluc-paul-1906-07-03	{"a2": "938", "g55": "02-171"}	{"g55": "02-171", "lerrcp": "A2-938"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Delluc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1906-07-03 01:30", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1906-07-03 01:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Delluc"}, "birth": {"tzo": "+00:09:21", "date": "1906-07-03 01:30", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1906-07-03 01:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-938"}, "ids-in-sources": {"a2": "938"}}, "raw": {"H": "1", "MN": "20", "TZ": "0", "COD": "33", "COU": "F", "DAY": "3", "LAT": "44N50", "LON": "0W34", "MON": "7", "NUM": "938", "PRO": "S", "SEC": "40", "YEA": "1906", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-171"}, "ids-in-source": {"g55": "02-171"}}, "raw": {"DAY": "3-7-1906", "HOUR": "1 h. 30", "NAME": "DELLUC Paul", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:47:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3026	delobel-emile-1880-08-12	{"a2": "939", "g55": "02-172"}	{"g55": "02-172", "lerrcp": "A2-939"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Delobel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:42", "date": "1880-08-12 09:20", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.17321, "lat": 50.1211, "name": "Marcoing", "geoid": 2995933}, "notime": null, "date-ut": "1880-08-12 09:07:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Delobel"}, "birth": {"tzo": "+00:12:42", "date": "1880-08-12 09:20", "place": {"c2": "59", "cy": "FR", "lg": 3.17321, "lat": 50.1211, "name": "Marcoing", "geoid": 2995933}, "date-ut": "1880-08-12 09:07:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-939"}, "ids-in-sources": {"a2": "939"}}, "raw": {"H": "9", "MN": "7", "TZ": "0", "COD": "59", "COU": "F", "DAY": "12", "LAT": "50N39", "LON": "3E 5", "MON": "8", "NUM": "939", "PRO": "S", "SEC": "40", "YEA": "1880", "CITY": "MARCOING"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-172"}, "ids-in-source": {"g55": "02-172"}}, "raw": {"DAY": "12-8-1880", "HOUR": "9 h. 20", "NAME": "\\fDELOBEL Emile", "PLACE": "Marcoing (Nord)."}, "date": "2023-08-20T14:47:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3029	denoyelle-lucien-1891-08-13	{"a2": "942", "g55": "02-175"}	{"g55": "02-175", "lerrcp": "A2-942"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Denoyelle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1891-08-13 10:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.03095, "lat": 50.28861, "name": "Caumont", "geoid": 3028187}, "notime": null, "date-ut": "1891-08-13 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Denoyelle"}, "birth": {"tzo": "+00:09:21", "date": "1891-08-13 10:00", "place": {"c2": "62", "cy": "FR", "lg": 2.03095, "lat": 50.28861, "name": "Caumont", "geoid": 3028187}, "date-ut": "1891-08-13 09:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-942"}, "ids-in-sources": {"a2": "942"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "62", "COU": "F", "DAY": "13", "LAT": "50N18", "LON": "2E46", "MON": "8", "NUM": "942", "PRO": "S", "SEC": "40", "YEA": "1891", "CITY": "CAUMONT"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-175"}, "ids-in-source": {"g55": "02-175"}}, "raw": {"DAY": "13-8-1891", "HOUR": "10 h.", "NAME": "DENOYELLE Lucien", "PLACE": "Caumont (Pas-de-Calais)."}, "date": "2023-08-20T14:47:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3032	deslions-leon-1880-08-26	{"a2": "945", "g55": "02-178"}	{"g55": "02-178", "lerrcp": "A2-945"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Deslions", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:36", "date": "1880-08-26 07:00", "note": null, "place": {"c1": null, "c2": "23", "c3": null, "cy": "FR", "lg": 2.40061, "lat": 45.91453, "name": "Saint-Bard", "geoid": 2981475}, "notime": null, "date-ut": "1880-08-26 06:52:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Deslions"}, "birth": {"tzo": "+00:09:36", "date": "1880-08-26 07:00", "place": {"c2": "23", "cy": "FR", "lg": 2.40061, "lat": 45.91453, "name": "Saint-Bard", "geoid": 2981475}, "date-ut": "1880-08-26 06:52:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-945"}, "ids-in-sources": {"a2": "945"}}, "raw": {"H": "6", "MN": "52", "TZ": "0", "COD": "23", "COU": "F", "DAY": "26", "LAT": "46N17", "LON": "1E52", "MON": "8", "NUM": "945", "PRO": "S", "SEC": "32", "YEA": "1880", "CITY": "ST-BARD"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-178"}, "ids-in-source": {"g55": "02-178"}}, "raw": {"DAY": "26-8-1880", "HOUR": "7 h.", "NAME": "DESLIONS Léon", "PLACE": "Saint-Bard (Creuse)."}, "date": "2023-08-20T14:47:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3034	desplats-rene-1876-12-03	{"a2": "947", "g55": "02-180"}	{"g55": "02-180", "lerrcp": "A2-947"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Desplats", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1876-12-03 12:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1876-12-03 11:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Desplats"}, "birth": {"tzo": "+00:12:14", "date": "1876-12-03 12:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1876-12-03 11:47:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-947"}, "ids-in-sources": {"a2": "947"}}, "raw": {"H": "11", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "3", "LAT": "50N39", "LON": "3E 5", "MON": "12", "NUM": "947", "PRO": "S", "SEC": "40", "YEA": "1876", "CITY": "LILLE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-180"}, "ids-in-source": {"g55": "02-180"}}, "raw": {"DAY": "3-12-1876", "HOUR": "12 h.", "NAME": "DESPLATS René", "PLACE": "Lille (Nord)."}, "date": "2023-08-20T14:47:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3037	dillenseger-rene-1890-01-20	{"a2": "950", "g55": "02-183"}	{"g55": "02-183", "lerrcp": "A2-950"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Dillenseger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:45", "date": "1890-01-20 17:30", "note": null, "place": {"c1": null, "c2": "46", "c3": null, "cy": "FR", "lg": 1.43663, "lat": 44.4491, "name": "Cahors", "geoid": 3029213}, "notime": null, "date-ut": "1890-01-20 17:24:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Dillenseger"}, "birth": {"tzo": "+00:05:45", "date": "1890-01-20 17:30", "place": {"c2": "46", "cy": "FR", "lg": 1.43663, "lat": 44.4491, "name": "Cahors", "geoid": 3029213}, "date-ut": "1890-01-20 17:24:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-950"}, "ids-in-sources": {"a2": "950"}}, "raw": {"H": "17", "MN": "24", "TZ": "0", "COD": "46", "COU": "F", "DAY": "20", "LAT": "44N27", "LON": "1E26", "MON": "1", "NUM": "950", "PRO": "S", "SEC": "16", "YEA": "1890", "CITY": "CAHORS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-183"}, "ids-in-source": {"g55": "02-183"}}, "raw": {"DAY": "20-1-1890", "HOUR": "17 h. 30", "NAME": "DILLENSEGER René", "PLACE": "Cahors (Lot)."}, "date": "2023-08-20T14:47:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3039	diss-marius-1898-08-03	{"a2": "952", "g55": "02-185"}	{"g55": "02-185", "lerrcp": "A2-952"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marius", "family": "Diss", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1898-08-03 06:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Sélestat", "geoid": 0}, "notime": null, "date-ut": "1898-08-03 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marius", "family": "Diss"}, "birth": {"tzo": "+00:09:21", "date": "1898-08-03 06:00", "place": {"c2": "13", "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Selestat", "geoid": 0}, "date-ut": "1898-08-03 05:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-952"}, "ids-in-sources": {"a2": "952"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "13", "COU": "F", "DAY": "3", "LAT": "43N18", "LON": "5E22", "MON": "8", "NUM": "952", "PRO": "S", "SEC": "40", "YEA": "1898", "CITY": "SELESTAT"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Sélestat"}}, "partial-ids": {"g55": "02-185"}, "ids-in-source": {"g55": "02-185"}}, "raw": {"DAY": "3-8-1898", "HOUR": "6 h.", "NAME": "DISS Marius Alp.", "PLACE": "Sélestat (Bas-Rhin)."}, "date": "2023-08-20T14:47:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3045	dreyfus-gilbert-1902-08-17	{"a2": "958"}	{"lerrcp": "A2-958"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilbert", "family": "Dreyfus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1902-08-17 23:10", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.52298, "lat": 48.89916, "name": "Le Raincy", "geoid": 3002401}, "notime": null, "date-ut": "1902-08-17 23:00:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gilbert", "family": "Dreyfus"}, "birth": {"tzo": "+00:09:21", "date": "1902-08-17 23:10", "place": {"c2": "93", "cy": "FR", "lg": 2.52298, "lat": 48.89916, "name": "Le Raincy", "geoid": 3002401}, "date-ut": "1902-08-17 23:00:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-958"}, "ids-in-sources": {"a2": "958"}}, "raw": {"H": "23", "MN": "0", "TZ": "0", "COD": "93", "COU": "F", "DAY": "17", "LAT": "48N55", "LON": "2E30", "MON": "8", "NUM": "958", "PRO": "S", "SEC": "40", "YEA": "1902", "CITY": "LE RAINCY"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3043	dournay-jean-1882-10-27	{"a2": "956", "g55": "02-189"}	{"g55": "02-189", "lerrcp": "A2-956"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Dournay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:20", "date": "1882-10-27 00:30", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "Brienne-le-Chateau", "geoid": 0}, "notime": null, "date-ut": "1882-10-27 00:13:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Dournay"}, "birth": {"tzo": "+00:16:20", "date": "1882-10-27 00:30", "place": {"c2": "10", "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "Brienne-le-Chat", "geoid": 0}, "date-ut": "1882-10-27 00:13:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-956"}, "ids-in-sources": {"a2": "956"}}, "raw": {"H": "0", "MN": "13", "TZ": "0", "COD": "10", "COU": "F", "DAY": "27", "LAT": "48N18", "LON": "4E 5", "MON": "10", "NUM": "956", "PRO": "S", "SEC": "40", "YEA": "1882", "CITY": "BRIENNE-LE-CHAT"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Brienne-le-Chateau"}}, "partial-ids": {"g55": "02-189"}, "ids-in-source": {"g55": "02-189"}}, "raw": {"DAY": "27-10-1882", "HOUR": "0 h. 30", "NAME": "DOURNAY Jean", "PLACE": "Brienne-le-Chateau (Aube)."}, "date": "2023-08-20T14:47:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3046	dubois-charles-1874-05-13	{"a2": "959"}	{"lerrcp": "A2-959"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Dubois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1874-05-13 07:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1874-05-13 06:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Dubois"}, "birth": {"tzo": "+00:12:14", "date": "1874-05-13 07:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1874-05-13 06:47:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-959"}, "ids-in-sources": {"a2": "959"}}, "raw": {"H": "6", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "13", "LAT": "50N39", "LON": "3E 5", "MON": "5", "NUM": "959", "PRO": "S", "SEC": "40", "YEA": "1874", "CITY": "LILLE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3049	dufourmentel-leon-1884-03-18	{"a2": "962"}	{"lerrcp": "A2-962"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Dufourmentel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:21", "date": "1884-03-18 01:02", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.58661, "lat": 49.20724, "name": "Senlis", "geoid": 2975088}, "notime": null, "date-ut": "1884-03-18 00:51:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Dufourmentel"}, "birth": {"tzo": "+00:10:21", "date": "1884-03-18 01:02", "place": {"c2": "60", "cy": "FR", "lg": 2.58661, "lat": 49.20724, "name": "Senlis", "geoid": 2975088}, "date-ut": "1884-03-18 00:51:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-962"}, "ids-in-sources": {"a2": "962"}}, "raw": {"H": "0", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "18", "LAT": "49N26", "LON": "2E 5", "MON": "3", "NUM": "962", "PRO": "S", "SEC": "40", "YEA": "1884", "CITY": "SENLIS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3048	duco-alexandre-1860-03-09	{"a2": "961", "g55": "02-192"}	{"g55": "02-192", "lerrcp": "A2-961"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Duco", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:37", "date": "1860-03-09 02:00", "note": null, "place": {"c1": null, "c2": "65", "c3": null, "cy": "FR", "lg": 0.15399, "lat": 43.3356, "name": "Lescurry", "geoid": 3001249}, "notime": null, "date-ut": "1860-03-09 01:59:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Duco"}, "birth": {"tzo": "+00:00:37", "date": "1860-03-09 02:00", "place": {"c2": "65", "cy": "FR", "lg": 0.15399, "lat": 43.3356, "name": "Lescurry", "geoid": 3001249}, "date-ut": "1860-03-09 01:59:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-961"}, "ids-in-sources": {"a2": "961"}}, "raw": {"H": "1", "MN": "59", "TZ": "0", "COD": "65", "COU": "F", "DAY": "9", "LAT": "43N14", "LON": "0E 5", "MON": "3", "NUM": "961", "PRO": "S", "SEC": "40", "YEA": "1860", "CITY": "LESCURRY"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-192"}, "ids-in-source": {"g55": "02-192"}}, "raw": {"DAY": "9-3-1860", "HOUR": "2 h.", "NAME": "DUCO Alexandre", "PLACE": "Lescurry (Hautes-Pyrénées)."}, "date": "2023-08-20T14:47:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3053	dumas-eugene-1884-11-10	{"a2": "966", "g55": "02-196"}	{"g55": "02-196", "lerrcp": "A2-966"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Dumas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:31", "date": "1884-11-10 06:00", "note": null, "place": {"c1": null, "c2": "04", "c3": null, "cy": "FR", "lg": 6.38073, "lat": 44.34927, "name": "Saint-Pons", "geoid": 2977380}, "notime": null, "date-ut": "1884-11-10 05:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Dumas"}, "birth": {"tzo": "+00:25:31", "date": "1884-11-10 06:00", "place": {"c2": "04", "cy": "FR", "lg": 6.38073, "lat": 44.34927, "name": "Saint-Pons", "geoid": 2977380}, "date-ut": "1884-11-10 05:35"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-966"}, "ids-in-sources": {"a2": "966"}}, "raw": {"H": "5", "MN": "35", "TZ": "0", "COD": "04", "COU": "F", "DAY": "10", "LAT": "44N 6", "LON": "6E15", "MON": "11", "NUM": "966", "PRO": "S", "SEC": "0", "YEA": "1884", "CITY": "ST-PONS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-196"}, "ids-in-source": {"g55": "02-196"}}, "raw": {"DAY": "10-11-1884", "HOUR": "6 h.", "NAME": "DUMAS Eugène", "PLACE": "Saint-Pons (Basses-Alpes)."}, "date": "2023-08-20T14:47:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3055	duranton-raoul-1902-11-20	{"a2": "968", "g55": "02-198"}	{"g55": "02-198", "lerrcp": "A2-968"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raoul", "family": "Duranton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1902-11-20 16:00", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "notime": null, "date-ut": "1902-11-20 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Raoul", "family": "Duranton"}, "birth": {"tzo": "+00:09:21", "date": "1902-11-20 16:00", "place": {"c2": "63", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "date-ut": "1902-11-20 15:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-968"}, "ids-in-sources": {"a2": "968"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "63", "COU": "F", "DAY": "20", "LAT": "45N47", "LON": "3E 5", "MON": "11", "NUM": "968", "PRO": "S", "SEC": "40", "YEA": "1902", "CITY": "CLERMONT FERRAND"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-198"}, "ids-in-source": {"g55": "02-198"}}, "raw": {"DAY": "20-11-1902", "HOUR": "16 h.", "NAME": "DURANTON Raoul", "PLACE": "Clermont-Ferrand (P.-de-D.)."}, "date": "2023-08-20T14:47:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3057	dussouil-rene-1906-08-30	{"a2": "970", "g55": "02-200"}	{"g55": "02-200", "lerrcp": "A2-970"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Dussouil", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1906-08-30 15:30", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.60722, "lat": 46.36315, "name": "Bouresse", "geoid": 3031041}, "notime": null, "date-ut": "1906-08-30 15:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Dussouil"}, "birth": {"tzo": "+00:09:21", "date": "1906-08-30 15:30", "place": {"c2": "86", "cy": "FR", "lg": 0.60722, "lat": 46.36315, "name": "Bouresse", "geoid": 3031041}, "date-ut": "1906-08-30 15:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-970"}, "ids-in-sources": {"a2": "970"}}, "raw": {"H": "15", "MN": "20", "TZ": "0", "COD": "86", "COU": "F", "DAY": "30", "LAT": "46N35", "LON": "0E20", "MON": "8", "NUM": "970", "PRO": "S", "SEC": "40", "YEA": "1906", "CITY": "BOURESSE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-200"}, "ids-in-source": {"g55": "02-200"}}, "raw": {"DAY": "30-8-1906", "HOUR": "15 h. 30", "NAME": "DUSSOUIL René", "PLACE": "Bouresse (Vienne)."}, "date": "2023-08-20T14:47:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3059	ehret-henri-1870-05-12	{"a2": "972", "g55": "02-202"}	{"g55": "02-202", "lerrcp": "A2-972"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Ehret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:24", "date": "1870-05-12 11:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "Gueberschwiler", "geoid": 0}, "notime": null, "date-ut": "1870-05-12 10:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Ehret"}, "birth": {"tzo": "+00:29:24", "date": "1870-05-12 11:00", "place": {"c2": "68", "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "Gueberschwiler", "geoid": 0}, "date-ut": "1870-05-12 10:30:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-972"}, "ids-in-sources": {"a2": "972"}}, "raw": {"H": "10", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "12", "LAT": "48N 5", "LON": "7E21", "MON": "5", "NUM": "972", "PRO": "S", "SEC": "36", "YEA": "1870", "CITY": "GUEBERSCHWILER"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Gueberschwiler"}}, "partial-ids": {"g55": "02-202"}, "ids-in-source": {"g55": "02-202"}}, "raw": {"DAY": "12-5-1870", "HOUR": "11 h.", "NAME": "FHRET Henri", "PLACE": "Gueberschwiler (Haut-Rhin)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3061	emile-weil-1873-04-29	{"a2": "974"}	{"lerrcp": "A2-974"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Emile-Weil", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:42", "date": "1873-04-29 13:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1873-04-29 13:06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "Emile-Weil"}, "birth": {"tzo": "-00:06:42", "date": "1873-04-29 13:00", "place": {"c2": "35", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1873-04-29 13:06:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-974"}, "ids-in-sources": {"a2": "974"}}, "raw": {"H": "13", "MN": "6", "TZ": "0", "COD": "35", "COU": "F", "DAY": "29", "LAT": "48N 7", "LON": "1W40", "MON": "4", "NUM": "974", "PRO": "S", "SEC": "40", "YEA": "1873", "CITY": "RENNES"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3063	escat-etienne-1865-06-08	{"a2": "976", "g55": "02-205"}	{"g55": "02-205", "lerrcp": "A2-976"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Escat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1865-06-08 10:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1865-06-08 09:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Escat"}, "birth": {"tzo": "+00:05:46", "date": "1865-06-08 10:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1865-06-08 09:54:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-976"}, "ids-in-sources": {"a2": "976"}}, "raw": {"H": "9", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "8", "LAT": "43N37", "LON": "1E26", "MON": "6", "NUM": "976", "PRO": "S", "SEC": "16", "YEA": "1865", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-205"}, "ids-in-source": {"g55": "02-205"}}, "raw": {"DAY": "8-6-1865", "HOUR": "10 h.", "NAME": "ESCAT Etienne", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3065	etienne-martin-1871-06-16	{"a2": "978", "g55": "02-207"}	{"g55": "02-207", "lerrcp": "A2-978"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Etienne-Martin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:25", "date": "1871-06-16 11:00", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 5.60601, "lat": 46.15343, "name": "Nantua", "geoid": 2990932}, "notime": null, "date-ut": "1871-06-16 10:39:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "Etienne-Martin"}, "birth": {"tzo": "+00:22:25", "date": "1871-06-16 11:00", "place": {"c2": "01", "cy": "FR", "lg": 5.60601, "lat": 46.15343, "name": "Nantua", "geoid": 2990932}, "date-ut": "1871-06-16 10:39:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-978"}, "ids-in-sources": {"a2": "978"}}, "raw": {"H": "10", "MN": "39", "TZ": "0", "COD": "01", "COU": "F", "DAY": "16", "LAT": "46N12", "LON": "5E13", "MON": "6", "NUM": "978", "PRO": "S", "SEC": "8", "YEA": "1871", "CITY": "NANTUA"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-207"}, "ids-in-source": {"g55": "02-207"}}, "raw": {"DAY": "16-6-1871", "HOUR": "11 h.", "NAME": "ETIENNE-MARTIN", "PLACE": "Nantua (Ain)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3066	ey-henri-1900-08-10	{"a2": "979"}	{"lerrcp": "A2-979"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Ey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-08-10 19:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.91667, "lat": 42.7, "name": "Banyuls-Dels-As", "geoid": 0}, "notime": null, "date-ut": "1900-08-10 18:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Ey"}, "birth": {"tzo": "+00:09:21", "date": "1900-08-10 19:00", "place": {"c2": "66", "cy": "FR", "lg": 2.91667, "lat": 42.7, "name": "Banyuls-Dels-As", "geoid": 0}, "date-ut": "1900-08-10 18:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-979"}, "ids-in-sources": {"a2": "979"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "66", "COU": "F", "DAY": "10", "LAT": "42N42", "LON": "2E55", "MON": "8", "NUM": "979", "PRO": "S", "SEC": "40", "YEA": "1900", "CITY": "BANYULS-DELS-AS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3068	faillie-robert-1895-03-20	{"a2": "981", "g55": "02-209"}	{"g55": "02-209", "lerrcp": "A2-981"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Faillie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-03-20 03:30", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "notime": null, "date-ut": "1895-03-20 03:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Faillie"}, "birth": {"tzo": "+00:09:21", "date": "1895-03-20 03:30", "place": {"c2": "62", "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "date-ut": "1895-03-20 03:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-981"}, "ids-in-sources": {"a2": "981"}}, "raw": {"H": "3", "MN": "20", "TZ": "0", "COD": "62", "COU": "F", "DAY": "20", "LAT": "50N18", "LON": "2E46", "MON": "3", "NUM": "981", "PRO": "S", "SEC": "40", "YEA": "1895", "CITY": "ST-OMER"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-209"}, "ids-in-source": {"g55": "02-209"}}, "raw": {"DAY": "20-3-1895", "HOUR": "3 h. 30", "NAME": "FAILLIE Robert", "PLACE": "Saint-Omer (Pas-de-Calais)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3070	ferry-pierre-1871-12-05	{"a2": "983", "g55": "02-211"}	{"g55": "02-211", "lerrcp": "A2-983"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Ferry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:32", "date": "1871-12-05 20:00", "note": null, "place": {"c1": null, "c2": "43", "c3": null, "cy": "FR", "lg": 3.88333, "lat": 45.05, "name": "Le Puy", "geoid": 0}, "notime": null, "date-ut": "1871-12-05 19:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Ferry"}, "birth": {"tzo": "+00:15:32", "date": "1871-12-05 20:00", "place": {"c2": "43", "cy": "FR", "lg": 3.88333, "lat": 45.05, "name": "Le Puy", "geoid": 0}, "date-ut": "1871-12-05 19:44:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-983"}, "ids-in-sources": {"a2": "983"}}, "raw": {"H": "19", "MN": "44", "TZ": "0", "COD": "43", "COU": "F", "DAY": "5", "LAT": "45N 3", "LON": "3E53", "MON": "12", "NUM": "983", "PRO": "S", "SEC": "28", "YEA": "1871", "CITY": "LE PUY"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Le Puy"}}, "partial-ids": {"g55": "02-211"}, "ids-in-source": {"g55": "02-211"}}, "raw": {"DAY": "5-2-1871", "HOUR": "20 h.", "NAME": "FERRY Pierre", "PLACE": "Le Puy (Haute-Loire)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3072	fiehrer-albert-1905-12-03	{"a2": "985"}	{"lerrcp": "A2-985"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Fiehrer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1905-12-03 04:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 1.82992, "lat": 48.64374, "name": "Rambouillet", "geoid": 2984513}, "notime": null, "date-ut": "1905-12-03 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Fiehrer"}, "birth": {"tzo": "+00:09:21", "date": "1905-12-03 04:00", "place": {"c2": "78", "cy": "FR", "lg": 1.82992, "lat": 48.64374, "name": "Rambouillet", "geoid": 2984513}, "date-ut": "1905-12-03 03:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-985"}, "ids-in-sources": {"a2": "985"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "78", "COU": "F", "DAY": "3", "LAT": "48N50", "LON": "2E 8", "MON": "12", "NUM": "985", "PRO": "S", "SEC": "40", "YEA": "1905", "CITY": "RAMBOUILLET"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3074	foix-charles-1882-02-28	{"a2": "987"}	{"lerrcp": "A2-987"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Foix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:03:42", "date": "1882-02-28 02:30", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.92448, "lat": 43.47422, "name": "Salies-de-Béarn", "geoid": 2976444}, "notime": null, "date-ut": "1882-02-28 02:31:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Foix"}, "birth": {"tzo": "-00:03:42", "date": "1882-02-28 02:30", "place": {"c2": "64", "cy": "FR", "lg": -0.92448, "lat": 43.47422, "name": "Salies-de-Béarn", "geoid": 2976444}, "date-ut": "1882-02-28 02:31:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-987"}, "ids-in-sources": {"a2": "987"}}, "raw": {"H": "2", "MN": "31", "TZ": "0", "COD": "64", "COU": "F", "DAY": "28", "LAT": "43N18", "LON": "0W22", "MON": "2", "NUM": "987", "PRO": "S", "SEC": "28", "YEA": "1882", "CITY": "SALIES-DE-BEARN"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3075	fombeure-georges-1890-07-24	{"a2": "988", "g55": "02-214"}	{"g55": "02-214", "lerrcp": "A2-988"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Fombeure", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01:20", "date": "1890-07-24 13:30", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.33333, "lat": 46.58333, "name": "La Tremouille", "geoid": 0}, "notime": null, "date-ut": "1890-07-24 13:28:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Fombeure"}, "birth": {"tzo": "+00:01:20", "date": "1890-07-24 13:30", "place": {"c2": "86", "cy": "FR", "lg": 0.33333, "lat": 46.58333, "name": "La Tremouille", "geoid": 0}, "date-ut": "1890-07-24 13:28:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-988"}, "ids-in-sources": {"a2": "988"}}, "raw": {"H": "13", "MN": "28", "TZ": "0", "COD": "86", "COU": "F", "DAY": "24", "LAT": "46N35", "LON": "0E20", "MON": "7", "NUM": "988", "PRO": "S", "SEC": "40", "YEA": "1890", "CITY": "LA TREMOUILLE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "La Tremouille"}}, "partial-ids": {"g55": "02-214"}, "ids-in-source": {"g55": "02-214"}}, "raw": {"DAY": "24-7-1890", "HOUR": "13 h. 30", "NAME": "FOMBEURE Georges", "PLACE": "La Tremouille (Vienne)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3077	fontes-georges-1893-03-20	{"a2": "990"}	{"lerrcp": "A2-990"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Fontes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1893-03-20 10:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1893-03-20 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Fontes"}, "birth": {"tzo": "+00:09:21", "date": "1893-03-20 10:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1893-03-20 09:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-990"}, "ids-in-sources": {"a2": "990"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "34", "COU": "F", "DAY": "20", "LAT": "43N37", "LON": "3E53", "MON": "3", "NUM": "990", "PRO": "S", "SEC": "40", "YEA": "1893", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3078	forster-andre-1878-09-01	{"a2": "991", "g55": "02-217"}	{"g55": "02-217", "lerrcp": "A2-991"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Forster", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 6.99683, "lat": 47.77671, "name": "Masevaux", "geoid": 2995281}, "notime": null, "date-ut": "1878-09-01 14:00:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Forster"}, "birth": {"place": {"c2": "68", "cy": "FR", "lg": 6.99683, "lat": 47.77671, "name": "Masevaux", "geoid": 2995281}, "date-ut": "1878-09-01 14:00:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-991"}, "ids-in-sources": {"a2": "991"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "68", "COU": "F", "DAY": "1", "LAT": "48N 5", "LON": "7E21", "MON": "9", "NUM": "991", "PRO": "S", "SEC": "36", "YEA": "1878", "CITY": "MASEVAUX"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-217"}, "ids-in-source": {"g55": "02-217"}}, "raw": {"DAY": "1-9-1878", "HOUR": "14 h. 30", "NAME": "FORSTER André", "PLACE": "Masevaux (Haut-Rhin)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3080	fouque-charles-1889-01-21	{"a2": "993", "g55": "02-219"}	{"g55": "02-219", "lerrcp": "A2-993"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Fouque", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:20", "date": "1889-01-21 12:15", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Cherbourg", "geoid": 0}, "notime": null, "date-ut": "1889-01-21 12:19:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Fouque"}, "birth": {"tzo": "-00:04:20", "date": "1889-01-21 12:15", "place": {"c2": "50", "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Cherbourg", "geoid": 0}, "date-ut": "1889-01-21 12:19:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-993"}, "ids-in-sources": {"a2": "993"}}, "raw": {"H": "12", "MN": "19", "TZ": "0", "COD": "50", "COU": "F", "DAY": "21", "LAT": "49N 7", "LON": "1W 5", "MON": "1", "NUM": "993", "PRO": "S", "SEC": "20", "YEA": "1889", "CITY": "CHERBOURG"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Cherbourg"}}, "partial-ids": {"g55": "02-219"}, "ids-in-source": {"g55": "02-219"}}, "raw": {"DAY": "21-1-1889", "HOUR": "12 h. 15", "NAME": "FOUQUE Charles", "PLACE": "Cherbourg (Manche)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3082	francais-henri-1873-09-02	{"a2": "995", "g55": "02-221"}	{"g55": "02-221", "lerrcp": "A2-995"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Francais", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:30", "date": "1873-09-02 05:56:38", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 4.87484, "lat": 45.52569, "name": "Vienne", "geoid": 2969284}, "notime": null, "date-ut": "1873-09-02 05:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Francais"}, "birth": {"tzo": "+00:19:30", "date": "1873-09-02 05:56:38", "place": {"c2": "38", "cy": "FR", "lg": 4.87484, "lat": 45.52569, "name": "Vienne", "geoid": 2969284}, "date-ut": "1873-09-02 05:37:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-995"}, "ids-in-sources": {"a2": "995"}}, "raw": {"H": "5", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "2", "LAT": "45N11", "LON": "5E43", "MON": "9", "NUM": "995", "PRO": "S", "SEC": "8", "YEA": "1873", "CITY": "VIENNE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-221"}, "ids-in-source": {"g55": "02-221"}}, "raw": {"DAY": "2-9-1873", "HOUR": "6 h.", "NAME": "FRANCAIS Henri", "PLACE": "Vienne (Isère)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3084	fumeau-pierre-1895-05-06	{"a2": "997", "g55": "02-223"}	{"g55": "02-223", "lerrcp": "A2-997"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Fumeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-05-06 18:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -1.16667, "lat": 46.15, "name": "Nieulle-Virouil", "geoid": 0}, "notime": null, "date-ut": "1895-05-06 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Fumeau"}, "birth": {"tzo": "+00:09:21", "date": "1895-05-06 18:00", "place": {"c2": "17", "cy": "FR", "lg": -1.16667, "lat": 46.15, "name": "Nieulle-Virouil", "geoid": 0}, "date-ut": "1895-05-06 17:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-997"}, "ids-in-sources": {"a2": "997"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "17", "COU": "F", "DAY": "6", "LAT": "46N 9", "LON": "1W10", "MON": "5", "NUM": "997", "PRO": "S", "SEC": "40", "YEA": "1895", "CITY": "NIEULLE-VIROUIL"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Nieulle-Virouil"}}, "partial-ids": {"g55": "02-223"}, "ids-in-source": {"g55": "02-223"}}, "raw": {"DAY": "6-5-1895", "HOUR": "18 h.", "NAME": "FUMEAU Pierre", "PLACE": "Nieulle-Virouil (Charente-Maritime)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3087	gamel-edouard-1889-12-14	{"a2": "1000"}	{"lerrcp": "A2-1000"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Gamel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1889-12-14 23:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1889-12-14 22:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Gamel"}, "birth": {"tzo": "+00:21:31", "date": "1889-12-14 23:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1889-12-14 22:38:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1000"}, "ids-in-sources": {"a2": "1000"}}, "raw": {"H": "22", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "14", "LAT": "43N18", "LON": "5E22", "MON": "12", "NUM": "1000", "PRO": "S", "SEC": "32", "YEA": "1889", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3089	garcin-joseph-1875-07-30	{"a2": "1002", "g55": "02-227"}	{"g55": "02-227", "lerrcp": "A2-1002"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Garcin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:52", "date": "1875-07-30 01:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 6.46667, "lat": 43.53333, "name": "Puget-sur-Argent", "geoid": 0}, "notime": null, "date-ut": "1875-07-30 00:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Garcin"}, "birth": {"tzo": "+00:25:52", "date": "1875-07-30 01:00", "place": {"c2": "83", "cy": "FR", "lg": 6.46667, "lat": 43.53333, "name": "Puget-sur-Argent", "geoid": 0}, "date-ut": "1875-07-30 00:34:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1002"}, "ids-in-sources": {"a2": "1002"}}, "raw": {"H": "0", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "30", "LAT": "43N32", "LON": "6E28", "MON": "7", "NUM": "1002", "PRO": "S", "SEC": "8", "YEA": "1875", "CITY": "PUGET-S/ARGENT"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Puget-sur-Argent"}}, "partial-ids": {"g55": "02-227"}, "ids-in-source": {"g55": "02-227"}}, "raw": {"DAY": "30-7-1875", "HOUR": "1 h.", "NAME": "GARCIN Joseph", "PLACE": "Puget-sur-Argent (Var)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3091	gauja-maurice-1867-01-06	{"a2": "1004"}	{"lerrcp": "A2-1004"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Gauja", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:43", "date": "1867-01-06 19:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1867-01-06 18:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Gauja"}, "birth": {"tzo": "+00:23:43", "date": "1867-01-06 19:00", "place": {"c2": "83", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1867-01-06 18:34:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1004"}, "ids-in-sources": {"a2": "1004"}}, "raw": {"H": "18", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "6", "LAT": "43N32", "LON": "6E28", "MON": "1", "NUM": "1004", "PRO": "S", "SEC": "8", "YEA": "1867", "CITY": "TOULON"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3094	gerard-felix-1887-05-04	{"a2": "1007", "g55": "02-231"}	{"g55": "02-231", "lerrcp": "A2-1007"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Gerard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:19", "date": "1887-05-04 09:00", "note": null, "place": {"c1": null, "c2": "05", "c3": null, "cy": "FR", "lg": 6.07868, "lat": 44.55858, "name": "Gap", "geoid": 3016702}, "notime": null, "date-ut": "1887-05-04 08:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Gerard"}, "birth": {"tzo": "+00:24:19", "date": "1887-05-04 09:00", "place": {"c2": "05", "cy": "FR", "lg": 6.07868, "lat": 44.55858, "name": "Gap", "geoid": 3016702}, "date-ut": "1887-05-04 08:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1007"}, "ids-in-sources": {"a2": "1007"}}, "raw": {"H": "8", "MN": "36", "TZ": "0", "COD": "05", "COU": "F", "DAY": "4", "LAT": "44N33", "LON": "6E 0", "MON": "5", "NUM": "1007", "PRO": "S", "SEC": "0", "YEA": "1887", "CITY": "GAP"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-231"}, "ids-in-source": {"g55": "02-231"}}, "raw": {"DAY": "4-5-1887", "HOUR": "9 h.", "NAME": "GERARD Félix", "PLACE": "Gap (Hautes-Alpes)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3095	gerbaut-pierre-1898-07-28	{"a2": "1009", "g55": "02-233"}	{"g55": "02-233", "lerrcp": "A2-1009"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Gerbaut", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.45304, "lat": 48.18324, "name": "Épinal", "geoid": 3020035}, "notime": null, "date-ut": "1898-07-28 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Gerbaut"}, "birth": {"place": {"c2": "88", "cy": "FR", "lg": 6.45304, "lat": 48.18324, "name": "Épinal", "geoid": 3020035}, "date-ut": "1898-07-28 10:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1009"}, "ids-in-sources": {"a2": "1009"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "88", "COU": "F", "DAY": "28", "LAT": "48N10", "LON": "6E28", "MON": "7", "NUM": "1009", "PRO": "S", "SEC": "40", "YEA": "1898", "CITY": "EPINAL"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-233"}, "ids-in-source": {"g55": "02-233"}}, "raw": {"DAY": "28-7-1898", "HOUR": "11 h.", "NAME": "GERBAUT Pierre", "PLACE": "Epinal (Vosges)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3097	gery-louis-1883-02-07	{"a2": "1011", "g55": "02-235"}	{"g55": "02-235", "lerrcp": "A2-1011"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Gery", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:34", "date": "1883-02-07 13:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1883-02-07 12:42:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Gery"}, "birth": {"tzo": "+00:17:34", "date": "1883-02-07 13:00", "place": {"c2": "42", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1883-02-07 12:42:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1011"}, "ids-in-sources": {"a2": "1011"}}, "raw": {"H": "12", "MN": "42", "TZ": "0", "COD": "42", "COU": "F", "DAY": "7", "LAT": "45N26", "LON": "4E23", "MON": "2", "NUM": "1011", "PRO": "S", "SEC": "28", "YEA": "1883", "CITY": "ST-ETIENNE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-235"}, "ids-in-source": {"g55": "02-235"}}, "raw": {"DAY": "7-2-1883", "HOUR": "13 h.", "NAME": "GERY Louis", "PLACE": "Saint-Etienne (Loire)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3102	gleize-rambal-louis-1896-11-20	{"a2": "1016"}	{"lerrcp": "A2-1016"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Gleize-Rambal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1896-11-20 09:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1896-11-20 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Gleize-Rambal"}, "birth": {"tzo": "+00:09:21", "date": "1896-11-20 09:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1896-11-20 08:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1016"}, "ids-in-sources": {"a2": "1016"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "34", "COU": "F", "DAY": "20", "LAT": "43N37", "LON": "3E53", "MON": "11", "NUM": "1016", "PRO": "S", "SEC": "40", "YEA": "1896", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3100	girard-ismael-1898-06-18	{"a2": "1014", "g55": "02-238"}	{"g55": "02-238", "lerrcp": "A2-1014"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ismael", "family": "Girard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1898-06-18 20:00", "note": null, "place": {"c1": null, "c2": "32", "c3": null, "cy": "FR", "lg": 0.96793, "lat": 43.39459, "name": "Montpézat", "geoid": 2992149}, "notime": null, "date-ut": "1898-06-18 19:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ismael", "family": "Girard"}, "birth": {"tzo": "+00:09:21", "date": "1898-06-18 20:00", "place": {"c2": "32", "cy": "FR", "lg": 0.96793, "lat": 43.39459, "name": "Montpézat", "geoid": 2992149}, "date-ut": "1898-06-18 19:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1014"}, "ids-in-sources": {"a2": "1014"}}, "raw": {"H": "19", "MN": "50", "TZ": "0", "COD": "32", "COU": "F", "DAY": "18", "LAT": "43N40", "LON": "0E36", "MON": "6", "NUM": "1014", "PRO": "S", "SEC": "40", "YEA": "1898", "CITY": "MONTPEZAT"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-238"}, "ids-in-source": {"g55": "02-238"}}, "raw": {"DAY": "18-6-1898", "HOUR": "20 h.", "NAME": "GIRARD Ismaél", "PLACE": "’ Montpezat (Gers)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3107	grandjean-alexandre-1878-11-05	{"a2": "1021"}	{"lerrcp": "A2-1021"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Grandjean", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:25", "date": "1878-11-05 09:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 2.60254, "lat": 46.34015, "name": "Montluçon", "geoid": 2992292}, "notime": null, "date-ut": "1878-11-05 08:46:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Grandjean"}, "birth": {"tzo": "+00:10:25", "date": "1878-11-05 09:00", "place": {"c2": "03", "cy": "FR", "lg": 2.60254, "lat": 46.34015, "name": "Montluçon", "geoid": 2992292}, "date-ut": "1878-11-05 08:46:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1021"}, "ids-in-sources": {"a2": "1021"}}, "raw": {"H": "8", "MN": "46", "TZ": "0", "COD": "03", "COU": "F", "DAY": "5", "LAT": "46N34", "LON": "3E20", "MON": "11", "NUM": "1021", "PRO": "S", "SEC": "40", "YEA": "1878", "CITY": "MONTLUCON"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3105	gosselin-louis-1891-01-11	{"a2": "1019", "g55": "02-243"}	{"g55": "02-243", "lerrcp": "A2-1019"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Gosselin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:26", "date": "1891-01-11 09:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.35912, "lat": 49.18585, "name": "Caen", "geoid": 3029241}, "notime": null, "date-ut": "1891-01-11 09:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Gosselin"}, "birth": {"tzo": "-00:01:26", "date": "1891-01-11 09:00", "place": {"c2": "14", "cy": "FR", "lg": -0.35912, "lat": 49.18585, "name": "Caen", "geoid": 3029241}, "date-ut": "1891-01-11 09:01:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1019"}, "ids-in-sources": {"a2": "1019"}}, "raw": {"H": "9", "MN": "1", "TZ": "0", "COD": "14", "COU": "F", "DAY": "11", "LAT": "49N11", "LON": "0W22", "MON": "1", "NUM": "1019", "PRO": "S", "SEC": "28", "YEA": "1891", "CITY": "CAEN"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-243"}, "ids-in-source": {"g55": "02-243"}}, "raw": {"DAY": "11-1-1891", "HOUR": "9 h.", "NAME": "GOSSELIN Louis", "PLACE": "Caen (Calvados)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3110	gratiolet-pierre-1815-07-10	{"a2": "1024"}	{"lerrcp": "A2-1024"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Gratiolet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:16", "date": "1815-07-10 05:55:20", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Sainte-Foy-la-Gran", "geoid": 0}, "notime": null, "date-ut": "1815-07-10 05:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Gratiolet"}, "birth": {"tzo": "-00:02:16", "date": "1815-07-10 05:55:20", "place": {"c2": "33", "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Sainte-Foy-la-Gran", "geoid": 0}, "date-ut": "1815-07-10 05:57:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1024"}, "ids-in-sources": {"a2": "1024"}}, "raw": {"H": "5", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "10", "LAT": "44N50", "LON": "0W34", "MON": "7", "NUM": "1024", "PRO": "S", "SEC": "36", "YEA": "1815", "CITY": "STE-FOY-LA-GRAN"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3112	grenaud-marcel-1902-06-05	{"a2": "1026", "g55": "02-248"}	{"g55": "02-248", "lerrcp": "A2-1026"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Grenaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1902-06-05 19:15", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.42577, "lat": 46.12709, "name": "Vichy", "geoid": 2969392}, "notime": null, "date-ut": "1902-06-05 19:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Grenaud"}, "birth": {"tzo": "+00:09:21", "date": "1902-06-05 19:15", "place": {"c2": "03", "cy": "FR", "lg": 3.42577, "lat": 46.12709, "name": "Vichy", "geoid": 2969392}, "date-ut": "1902-06-05 19:05:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1026"}, "ids-in-sources": {"a2": "1026"}}, "raw": {"H": "19", "MN": "5", "TZ": "0", "COD": "03", "COU": "F", "DAY": "5", "LAT": "46N34", "LON": "3E20", "MON": "6", "NUM": "1026", "PRO": "S", "SEC": "40", "YEA": "1902", "CITY": "VICHY"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-248"}, "ids-in-source": {"g55": "02-248"}}, "raw": {"DAY": "5-6-1902", "HOUR": "19 h. 15", "NAME": "GRENAUD ‘Marcel", "PLACE": "Vichy (Allier)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3116	gross-albert-1890-04-05	{"a2": "1030", "g55": "02-252"}	{"g55": "02-252", "lerrcp": "A2-1030"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Gross", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1890-04-05 01:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Gross"}, "birth": {"place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1890-04-05 01:59"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1030"}, "ids-in-sources": {"a2": "1030"}}, "raw": {"H": "2", "MN": "59", "TZ": "-1", "COD": "67", "COU": "F", "DAY": "5", "LAT": "48N35", "LON": "7E45", "MON": "4", "NUM": "1030", "PRO": "S", "SEC": "0", "YEA": "1890", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-252"}, "ids-in-source": {"g55": "02-252"}}, "raw": {"DAY": "5-4-1890", "HOUR": "2 h. 30", "NAME": "GROSS Albert", "PLACE": "Strasbourg (Bas-Rhin)."}, "date": "2023-08-20T14:48:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3118	guichard-paul-1884-09-22	{"a2": "1032", "g55": "02-254"}	{"g55": "02-254", "lerrcp": "A2-1032"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Guichard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:32", "date": "1884-09-22 10:00", "note": null, "place": {"c1": null, "c2": "43", "c3": null, "cy": "FR", "lg": 3.88199, "lat": 45.05033, "name": "Aiguilhe", "geoid": 6620112}, "notime": null, "date-ut": "1884-09-22 09:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Guichard"}, "birth": {"tzo": "+00:15:32", "date": "1884-09-22 10:00", "place": {"c2": "43", "cy": "FR", "lg": 3.88199, "lat": 45.05033, "name": "Aiguilhe", "geoid": 6620112}, "date-ut": "1884-09-22 09:44:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1032"}, "ids-in-sources": {"a2": "1032"}}, "raw": {"H": "9", "MN": "44", "TZ": "0", "COD": "43", "COU": "F", "DAY": "22", "LAT": "45N 3", "LON": "3E53", "MON": "9", "NUM": "1032", "PRO": "S", "SEC": "28", "YEA": "1884", "CITY": "AIGUILHE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-254"}, "ids-in-source": {"g55": "02-254"}}, "raw": {"DAY": "22-9-1884", "HOUR": "10 h.", "NAME": "GUICHARD Paul", "PLACE": "Aiguilhe (Haute-Loire)."}, "date": "2023-08-20T14:48:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3122	guinon-louis-1860-09-17	{"a2": "1036"}	{"lerrcp": "A2-1036"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Guinon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:46", "date": "1860-09-17 21:00", "note": null, "place": {"c1": null, "c2": "36", "c3": null, "cy": "FR", "lg": 1.69362, "lat": 46.81248, "name": "Châteauroux", "geoid": 3026204}, "notime": null, "date-ut": "1860-09-17 20:53:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Guinon"}, "birth": {"tzo": "+00:06:46", "date": "1860-09-17 21:00", "place": {"c2": "36", "cy": "FR", "lg": 1.69362, "lat": 46.81248, "name": "Châteauroux", "geoid": 3026204}, "date-ut": "1860-09-17 20:53:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1036"}, "ids-in-sources": {"a2": "1036"}}, "raw": {"H": "20", "MN": "53", "TZ": "0", "COD": "36", "COU": "F", "DAY": "17", "LAT": "46N49", "LON": "1E41", "MON": "9", "NUM": "1036", "PRO": "S", "SEC": "16", "YEA": "1860", "CITY": "CHATEAUROUX"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3123	guiraud-paul-1882-08-04	{"a2": "1037"}	{"lerrcp": "A2-1037"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Guiraud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:32", "date": "1882-08-04 16:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.88333, "lat": 43.61667, "name": "Cessenon", "geoid": 0}, "notime": null, "date-ut": "1882-08-04 15:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Guiraud"}, "birth": {"tzo": "+00:15:32", "date": "1882-08-04 16:00", "place": {"c2": "34", "cy": "FR", "lg": 3.88333, "lat": 43.61667, "name": "Cessenon", "geoid": 0}, "date-ut": "1882-08-04 15:44:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1037"}, "ids-in-sources": {"a2": "1037"}}, "raw": {"H": "15", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "4", "LAT": "43N37", "LON": "3E53", "MON": "8", "NUM": "1037", "PRO": "S", "SEC": "28", "YEA": "1882", "CITY": "CESSENON"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3121	guimbellot-marcel-1881-09-04	{"a2": "1035", "g55": "02-257"}	{"g55": "02-257", "lerrcp": "A2-1035"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Guimbellot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:03:20", "date": "1881-09-04 10:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -0.83242, "lat": 45.58371, "name": "Cozes", "geoid": 3022733}, "notime": null, "date-ut": "1881-09-04 10:04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Guimbellot"}, "birth": {"tzo": "-00:03:20", "date": "1881-09-04 10:00", "place": {"c2": "17", "cy": "FR", "lg": -0.83242, "lat": 45.58371, "name": "Cozes", "geoid": 3022733}, "date-ut": "1881-09-04 10:04:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1035"}, "ids-in-sources": {"a2": "1035"}}, "raw": {"H": "10", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "4", "LAT": "46N 9", "LON": "1W10", "MON": "9", "NUM": "1035", "PRO": "S", "SEC": "40", "YEA": "1881", "CITY": "COZES"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-257"}, "ids-in-source": {"g55": "02-257"}}, "raw": {"DAY": "4-9-1881", "HOUR": "10 h.", "NAME": "GUIMBELLOT Marcel", "PLACE": "Cozes (Charente-Maritime)."}, "date": "2023-08-20T14:48:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3126	guyard-georges-1874-09-04	{"a2": "1040", "g55": "02-260"}	{"g55": "02-260", "lerrcp": "A2-1040"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Guyard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:52", "date": "1874-09-04 15:30", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.46598, "lat": 47.2151, "name": "Basse-Goulaine", "geoid": 3034699}, "notime": null, "date-ut": "1874-09-04 15:36:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Guyard"}, "birth": {"tzo": "-00:05:52", "date": "1874-09-04 15:30", "place": {"c2": "44", "cy": "FR", "lg": -1.46598, "lat": 47.2151, "name": "Basse-Goulaine", "geoid": 3034699}, "date-ut": "1874-09-04 15:36:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1040"}, "ids-in-sources": {"a2": "1040"}}, "raw": {"H": "15", "MN": "36", "TZ": "0", "COD": "44", "COU": "F", "DAY": "4", "LAT": "47N13", "LON": "1W35", "MON": "9", "NUM": "1040", "PRO": "S", "SEC": "20", "YEA": "1874", "CITY": "BASSE-GOULAINE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-260"}, "ids-in-source": {"g55": "02-260"}}, "raw": {"DAY": "4-9-1874", "HOUR": "15 h. 30", "NAME": "GUYARD Georges", "PLACE": "Basse-Goulaine (Loire-Infér.)."}, "date": "2023-08-20T14:48:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3128	haller-prosper-1869-08-24	{"a2": "1042", "g55": "02-262"}	{"g55": "02-262", "lerrcp": "A2-1042"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Prosper", "family": "Haller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:01", "date": "1869-08-24 12:04:17", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 7.25328, "lat": 48.73604, "name": "Lutzelbourg", "geoid": 2997008}, "notime": null, "date-ut": "1869-08-24 11:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Prosper", "family": "Haller"}, "birth": {"tzo": "+00:29:01", "date": "1869-08-24 12:04:17", "place": {"c2": "57", "cy": "FR", "lg": 7.25328, "lat": 48.73604, "name": "Lutzelbourg", "geoid": 2997008}, "date-ut": "1869-08-24 11:35:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1042"}, "ids-in-sources": {"a2": "1042"}}, "raw": {"H": "11", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "24", "LAT": "49N 7", "LON": "6E11", "MON": "8", "NUM": "1042", "PRO": "S", "SEC": "16", "YEA": "1869", "CITY": "LUTZELBOURG"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-262"}, "ids-in-source": {"g55": "02-262"}}, "raw": {"DAY": "24-8-1869", "HOUR": "12 h.", "NAME": "HALLER Prosper", "PLACE": "Luzelburg (Meurthe)."}, "date": "2023-08-20T14:48:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3130	hautefeuille-jules-1877-02-03	{"a2": "1044", "g55": "02-264"}	{"g55": "02-264", "lerrcp": "A2-1044"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Hautefeuille", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:31", "date": "1877-02-03 11:56:11", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 2.12807, "lat": 50.98651, "name": "Gravelines", "geoid": 3014816}, "notime": null, "date-ut": "1877-02-03 11:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Hautefeuille"}, "birth": {"tzo": "+00:08:31", "date": "1877-02-03 11:56:11", "place": {"c2": "59", "cy": "FR", "lg": 2.12807, "lat": 50.98651, "name": "Gravelines", "geoid": 3014816}, "date-ut": "1877-02-03 11:47:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1044"}, "ids-in-sources": {"a2": "1044"}}, "raw": {"H": "11", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "3", "LAT": "50N39", "LON": "3E 5", "MON": "2", "NUM": "1044", "PRO": "S", "SEC": "40", "YEA": "1877", "CITY": "GRAVELINES"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-264"}, "ids-in-source": {"g55": "02-264"}}, "raw": {"DAY": "3-2-1877", "HOUR": "12 h.", "NAME": "HAUTEFEUVILLE Jules", "PLACE": "Gravelines (Nord)."}, "date": "2023-08-20T14:48:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3133	henry-jean-1893-05-27	{"a2": "1047", "g55": "02-266"}	{"g55": "02-266", "lerrcp": "A2-1047"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Henry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": -0.63588, "lat": 35.69906, "name": "Oran", "geoid": 2485926}, "notime": null, "date-ut": "1893-05-27 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Henry"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": -0.63588, "lat": 35.69906, "name": "Oran", "geoid": 2485926}, "date-ut": "1893-05-27 14:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1047"}, "ids-in-sources": {"a2": "1047"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "27", "LAT": "35N40", "LON": "0W30", "MON": "5", "NUM": "1047", "PRO": "S", "SEC": "40", "YEA": "1893", "CITY": "ORAN"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-266"}, "ids-in-source": {"g55": "02-266"}}, "raw": {"DAY": "27-5-1893", "HOUR": "15 h.", "NAME": "HENRY Jean Robert", "PLACE": "Oran (Algérie)."}, "date": "2023-08-20T14:48:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3136	hervoche-charles-1885-04-29	{"a2": "1050", "g55": "02-269"}	{"g55": "02-269", "lerrcp": "A2-1050"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Hervoche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:36", "date": "1885-04-29 01:00", "note": null, "place": {"c1": null, "c2": "18", "c3": null, "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "notime": null, "date-ut": "1885-04-29 00:50:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Hervoche"}, "birth": {"tzo": "+00:09:36", "date": "1885-04-29 01:00", "place": {"c2": "18", "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "date-ut": "1885-04-29 00:50:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1050"}, "ids-in-sources": {"a2": "1050"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "18", "COU": "F", "DAY": "29", "LAT": "47N 5", "LON": "2E23", "MON": "4", "NUM": "1050", "PRO": "S", "SEC": "28", "YEA": "1885", "CITY": "BOURGES"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-269"}, "ids-in-source": {"g55": "02-269"}}, "raw": {"DAY": "29-4-1885", "HOUR": "1 h.", "NAME": "HERVOCHE Charles", "PLACE": "Bourges (Cher)."}, "date": "2023-08-20T14:48:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3139	houzel-guy-1906-01-20	{"a2": "1053", "g55": "02-271"}	{"g55": "02-271", "lerrcp": "A2-1053"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Houzel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1906-01-20 00:30", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "notime": null, "date-ut": "1906-01-20 00:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Houzel"}, "birth": {"tzo": "+00:09:21", "date": "1906-01-20 00:30", "place": {"c2": "62", "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "date-ut": "1906-01-20 00:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1053"}, "ids-in-sources": {"a2": "1053"}}, "raw": {"H": "0", "MN": "20", "TZ": "0", "COD": "62", "COU": "F", "DAY": "20", "LAT": "50N18", "LON": "2E46", "MON": "1", "NUM": "1053", "PRO": "S", "SEC": "40", "YEA": "1906", "CITY": "BOULOGNE-S-MER"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-271"}, "ids-in-source": {"g55": "02-271"}}, "raw": {"DAY": "20-1-1906", "HOUR": "0 h. 30", "NAME": "HOUZEL Guy", "PLACE": "Boulogne-sur-Mer (Pas-de-Calais)."}, "date": "2023-08-20T14:48:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3140	hudelo-lucien-1863-07-10	{"a2": "1054"}	{"lerrcp": "A2-1054"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Hudelo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1863-07-10 23:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1863-07-10 22:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Hudelo"}, "birth": {"tzo": "+00:12:14", "date": "1863-07-10 23:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1863-07-10 22:47:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1054"}, "ids-in-sources": {"a2": "1054"}}, "raw": {"H": "22", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "10", "LAT": "50N39", "LON": "3E 5", "MON": "7", "NUM": "1054", "PRO": "S", "SEC": "40", "YEA": "1863", "CITY": "LILLE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3141	imbert-raymond-1902-07-29	{"a2": "1055"}	{"lerrcp": "A2-1055"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Imbert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1902-07-29 14:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1902-07-29 13:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Imbert"}, "birth": {"tzo": "+00:09:21", "date": "1902-07-29 14:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1902-07-29 13:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1055"}, "ids-in-sources": {"a2": "1055"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "34", "COU": "F", "DAY": "29", "LAT": "43N37", "LON": "3E53", "MON": "7", "NUM": "1055", "PRO": "S", "SEC": "40", "YEA": "1902", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3144	jaymes-bernard-1901-07-21	{"a2": "1058", "g55": "02-274"}	{"g55": "02-274", "lerrcp": "A2-1058"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Jaymes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1901-07-21 02:00", "note": null, "place": {"c1": null, "c2": "32", "c3": null, "cy": "FR", "lg": 0.6, "lat": 43.66667, "name": "Plaisance-de-Gers", "geoid": 0}, "notime": null, "date-ut": "1901-07-21 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Jaymes"}, "birth": {"tzo": "+00:09:21", "date": "1901-07-21 02:00", "place": {"c2": "32", "cy": "FR", "lg": 0.6, "lat": 43.66667, "name": "Plaisance-du-Ge", "geoid": 0}, "date-ut": "1901-07-21 01:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1058"}, "ids-in-sources": {"a2": "1058"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "32", "COU": "F", "DAY": "21", "LAT": "43N40", "LON": "0E36", "MON": "7", "NUM": "1058", "PRO": "S", "SEC": "40", "YEA": "1901", "CITY": "PLAISANCE-DU-GE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Plaisance-de-Gers"}}, "partial-ids": {"g55": "02-274"}, "ids-in-source": {"g55": "02-274"}}, "raw": {"DAY": "21-7-1901", "HOUR": "2 h.", "NAME": "JAYMES Bernard", "PLACE": "Plaisance-de-Gers (Gers)."}, "date": "2023-08-20T14:48:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3149	jouve-xavier-1880-04-01	{"a2": "1063"}	{"lerrcp": "A2-1063"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Xavier", "family": "Jouve", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1880-04-01 02:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1880-04-01 01:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Xavier", "family": "Jouve"}, "birth": {"tzo": "+00:21:31", "date": "1880-04-01 02:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1880-04-01 01:38:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1063"}, "ids-in-sources": {"a2": "1063"}}, "raw": {"H": "1", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "1", "LAT": "43N18", "LON": "5E22", "MON": "4", "NUM": "1063", "PRO": "S", "SEC": "32", "YEA": "1880", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3147	jeudon-robert-1894-07-11	{"a2": "1061", "g55": "02-277"}	{"g55": "02-277", "lerrcp": "A2-1061"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Jeudon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1894-07-11 05:00", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.2, "lat": 48.01667, "name": "Breil", "geoid": 0}, "notime": null, "date-ut": "1894-07-11 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Jeudon"}, "birth": {"tzo": "+00:09:21", "date": "1894-07-11 05:00", "place": {"c2": "72", "cy": "FR", "lg": 0.2, "lat": 48.01667, "name": "Breil", "geoid": 0}, "date-ut": "1894-07-11 04:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1061"}, "ids-in-sources": {"a2": "1061"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "72", "COU": "F", "DAY": "11", "LAT": "48N 1", "LON": "0E12", "MON": "7", "NUM": "1061", "PRO": "S", "SEC": "40", "YEA": "1894", "CITY": "BREIL"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Breil"}}, "partial-ids": {"g55": "02-277"}, "ids-in-source": {"g55": "02-277"}}, "raw": {"DAY": "11-7-1894", "HOUR": "5 h.", "NAME": "JEUDON Robert", "PLACE": "Breil (Sarthe)."}, "date": "2023-08-20T14:48:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3152	julien-robert-1878-07-21	{"a2": "1066"}	{"lerrcp": "A2-1066"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Julien", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1878-07-21 15:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1878-07-21 14:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Julien"}, "birth": {"tzo": "+00:21:31", "date": "1878-07-21 15:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1878-07-21 14:38:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1066"}, "ids-in-sources": {"a2": "1066"}}, "raw": {"H": "14", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "21", "LAT": "43N18", "LON": "5E22", "MON": "7", "NUM": "1066", "PRO": "S", "SEC": "32", "YEA": "1878", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3153	keller-raymond-1883-08-29	{"a2": "1067", "g55": "02-281", "afd5": "520"}	{"g55": "02-281", "lerrcp": "A2-1067", "muller": "M5-520"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Raymond", "family": "Keller", "spouse": [], "official": {"given": "Raymond", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1883-08-29 21:30", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.36221, "lat": 48.74164, "name": "Saverne", "geoid": 2975588}, "notime": null, "date-ut": "1883-08-29 20:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Keller"}, "birth": {"place": {"c2": "67", "cy": "FR", "lg": 7.36221, "lat": 48.74164, "name": "Saverne", "geoid": 2975588}, "date-ut": "1883-08-29 20:59"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1067"}, "ids-in-sources": {"a2": "1067"}}, "raw": {"H": "21", "MN": "59", "TZ": "-1", "COD": "67", "COU": "F", "DAY": "29", "LAT": "48N35", "LON": "7E45", "MON": "8", "NUM": "1067", "PRO": "S", "SEC": "0", "YEA": "1883", "CITY": "SAVERNE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Keller", "official": {"given": "Raymond"}}, "birth": {"date": "1883-08-29 21:30", "place": {"name": "Saverne"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "520"}}, "raw": {"NR": "520", "GNR": "SA2106", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1883", "KORR": "", "MARS": "31", "MODE": "LMT", "MOND": "27", "NAME": "KELLER (RAYMOND).", "AUFAB": "-8.10", "PHAS_": "13.300", "SONNE": "23", "VENUS": "24", "BREITE": "48 N 35", "GEBORT": "Saverne (Alsace-Lorraine) [Bas-Rhi", "LAENGE": "007 E 45", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "35", "GEBZEIT": "21.30", "JUPITER": "28", "ELECTAGE": "71,8", "ELECTDAT": "24.05.1955", "GEBDATUM": "29.08.1883", "STBDATUM": "11.02.1963"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "02-281"}, "ids-in-source": {"g55": "02-281"}}, "raw": {"DAY": "29-8-1883", "HOUR": "21 h. 30", "NAME": "KELLER Raymond", "PLACE": "Saverne (Bas-Rhin)."}, "date": "2023-08-20T14:48:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3154	kuhn-robert-1886-05-11	{"a2": "1068", "g55": "02-282"}	{"g55": "02-282", "lerrcp": "A2-1068"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Kuhn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "Rupt", "geoid": 0}, "notime": null, "date-ut": "1886-05-11 21:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Kuhn"}, "birth": {"place": {"c2": "88", "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "Rupt", "geoid": 0}, "date-ut": "1886-05-11 21:34:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1068"}, "ids-in-sources": {"a2": "1068"}}, "raw": {"H": "21", "MN": "34", "TZ": "0", "COD": "88", "COU": "F", "DAY": "11", "LAT": "48N10", "LON": "6E28", "MON": "5", "NUM": "1068", "PRO": "S", "SEC": "8", "YEA": "1886", "CITY": "RUPT"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Rupt"}}, "partial-ids": {"g55": "02-282"}, "ids-in-source": {"g55": "02-282"}}, "raw": {"DAY": "11-5-1886", "HOUR": "22 h.", "NAME": "KUHN Robert", "PLACE": "Rupt (Vosges)."}, "date": "2023-08-20T14:48:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3157	lacronique-gaston-1887-09-18	{"a2": "1071", "g55": "02-284"}	{"g55": "02-284", "lerrcp": "A2-1071"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Lacronique", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": -0.63588, "lat": 35.69906, "name": "Oran", "geoid": 2485926}, "notime": null, "date-ut": "1887-09-18 09:32:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Lacronique"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": -0.63588, "lat": 35.69906, "name": "Oran", "geoid": 2485926}, "date-ut": "1887-09-18 09:32:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1071"}, "ids-in-sources": {"a2": "1071"}}, "raw": {"H": "9", "MN": "32", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "18", "LAT": "35N40", "LON": "0W30", "MON": "9", "NUM": "1071", "PRO": "S", "SEC": "0", "YEA": "1887", "CITY": "ORAN"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-284"}, "ids-in-source": {"g55": "02-284"}}, "raw": {"DAY": "18-9-1887", "HOUR": "9 h. 30", "NAME": "LACRONIQUE Gaston", "PLACE": "Oran (Algérie)."}, "date": "2023-08-20T14:48:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3159	la-farge-georges-1900-07-05	{"a2": "1073", "g55": "02-286"}	{"g55": "02-286", "lerrcp": "A2-1073"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "La Farge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-07-05 04:00", "note": null, "place": {"c1": null, "c2": "19", "c3": null, "cy": "FR", "lg": 1.77233, "lat": 45.26582, "name": "Tulle", "geoid": 2971482}, "notime": null, "date-ut": "1900-07-05 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "La Farge"}, "birth": {"tzo": "+00:09:21", "date": "1900-07-05 04:00", "place": {"c2": "19", "cy": "FR", "lg": 1.77233, "lat": 45.26582, "name": "Tulle", "geoid": 2971482}, "date-ut": "1900-07-05 03:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1073"}, "ids-in-sources": {"a2": "1073"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "19", "COU": "F", "DAY": "5", "LAT": "45N16", "LON": "1E46", "MON": "7", "NUM": "1073", "PRO": "S", "SEC": "40", "YEA": "1900", "CITY": "TULLE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-286"}, "ids-in-source": {"g55": "02-286"}}, "raw": {"DAY": "5-7-1900", "HOUR": "4 h.", "NAME": "LA FARGE (de) Georges", "PLACE": "Tulle (Corrèze)."}, "date": "2023-08-20T14:48:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3162	lamarque-henri-1863-02-27	{"a2": "1076", "g55": "02-289"}	{"g55": "02-289", "lerrcp": "A2-1076"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Lamarque", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:00:51", "date": "1863-02-27 11:56:45", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.21337, "lat": 44.43161, "name": "Bazas", "geoid": 3034458}, "notime": null, "date-ut": "1863-02-27 11:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Lamarque"}, "birth": {"tzo": "-00:00:51", "date": "1863-02-27 11:56:45", "place": {"c2": "33", "cy": "FR", "lg": -0.21337, "lat": 44.43161, "name": "Bazas", "geoid": 3034458}, "date-ut": "1863-02-27 11:57:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1076"}, "ids-in-sources": {"a2": "1076"}}, "raw": {"H": "11", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "27", "LAT": "44N50", "LON": "0W34", "MON": "2", "NUM": "1076", "PRO": "S", "SEC": "36", "YEA": "1863", "CITY": "BAZAS"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-289"}, "ids-in-source": {"g55": "02-289"}}, "raw": {"DAY": "27-2-1863", "HOUR": "12 h.", "NAME": "LAMARQUE Henri", "PLACE": "Bazas (Gironde)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3164	lamouraux-fernand-1874-07-20	{"a2": "1078", "g55": "02-291"}	{"g55": "02-291", "lerrcp": "A2-1078"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Lamouraux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:12", "date": "1874-07-20 20:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.8017, "lat": 43.5086, "name": "Mireval", "geoid": 2993717}, "notime": null, "date-ut": "1874-07-20 19:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Lamouraux"}, "birth": {"tzo": "+00:15:12", "date": "1874-07-20 20:00", "place": {"c2": "34", "cy": "FR", "lg": 3.8017, "lat": 43.5086, "name": "Mireval", "geoid": 2993717}, "date-ut": "1874-07-20 19:44:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1078"}, "ids-in-sources": {"a2": "1078"}}, "raw": {"H": "19", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "20", "LAT": "43N37", "LON": "3E53", "MON": "7", "NUM": "1078", "PRO": "S", "SEC": "28", "YEA": "1874", "CITY": "MIREVAL"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-291"}, "ids-in-source": {"g55": "02-291"}}, "raw": {"DAY": "20-7-1874", "HOUR": "20 h.", "NAME": "LAMOURAIX Fernand", "PLACE": "Mireval (Hérault)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3166	landowski-ladislas-1867-10-08	{"a2": "1080"}	{"lerrcp": "A2-1080"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ladislas", "family": "Landowski", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1867-10-08 07:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1867-10-08 06:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ladislas", "family": "Landowski"}, "birth": {"tzo": "+00:15:30", "date": "1867-10-08 07:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1867-10-08 06:44:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1080"}, "ids-in-sources": {"a2": "1080"}}, "raw": {"H": "6", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "8", "LAT": "43N37", "LON": "3E53", "MON": "10", "NUM": "1080", "PRO": "S", "SEC": "28", "YEA": "1867", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3168	larget-maurice-1891-05-31	{"a2": "1082", "g55": "02-294"}	{"g55": "02-294", "lerrcp": "A2-1082"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Larget", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1891-05-31 21:30", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 4.5419, "lat": 47.39732, "name": "Vitteaux", "geoid": 2967847}, "notime": null, "date-ut": "1891-05-31 21:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Larget"}, "birth": {"tzo": "+00:09:21", "date": "1891-05-31 21:30", "place": {"c2": "21", "cy": "FR", "lg": 4.5419, "lat": 47.39732, "name": "Vitteaux", "geoid": 2967847}, "date-ut": "1891-05-31 21:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1082"}, "ids-in-sources": {"a2": "1082"}}, "raw": {"H": "21", "MN": "20", "TZ": "0", "COD": "21", "COU": "F", "DAY": "31", "LAT": "47N19", "LON": "5E 2", "MON": "5", "NUM": "1082", "PRO": "S", "SEC": "40", "YEA": "1891", "CITY": "VITTEAUX"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-294"}, "ids-in-source": {"g55": "02-294"}}, "raw": {"DAY": "31-5-1891", "HOUR": "21 h. 30", "NAME": "LARGET Maurice", "PLACE": "Vitteaux (Cote-d’Or)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3173	lautier-richard-1879-04-26	{"a2": "1087"}	{"lerrcp": "A2-1087"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Lautier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1879-04-26 10:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1879-04-26 10:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Lautier"}, "birth": {"tzo": "-00:02:19", "date": "1879-04-26 10:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1879-04-26 10:57:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1087"}, "ids-in-sources": {"a2": "1087"}}, "raw": {"H": "10", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "26", "LAT": "44N50", "LON": "0W34", "MON": "4", "NUM": "1087", "PRO": "S", "SEC": "36", "YEA": "1879", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3171	lasseur-philippe-1882-06-27	{"a2": "1085", "g55": "02-297"}	{"g55": "02-297", "lerrcp": "A2-1085"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Lasseur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:45", "date": "1882-06-27 08:56:25", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 2.43545, "lat": 46.47076, "name": "Courçais", "geoid": 3023130}, "notime": null, "date-ut": "1882-06-27 08:46:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Lasseur"}, "birth": {"tzo": "+00:09:45", "date": "1882-06-27 08:56:25", "place": {"c2": "03", "cy": "FR", "lg": 2.43545, "lat": 46.47076, "name": "Courçais", "geoid": 3023130}, "date-ut": "1882-06-27 08:46:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1085"}, "ids-in-sources": {"a2": "1085"}}, "raw": {"H": "8", "MN": "46", "TZ": "0", "COD": "03", "COU": "F", "DAY": "27", "LAT": "46N34", "LON": "3E20", "MON": "6", "NUM": "1085", "PRO": "S", "SEC": "40", "YEA": "1882", "CITY": "COURCAIS"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-297"}, "ids-in-source": {"g55": "02-297"}}, "raw": {"DAY": "27-6-1882", "HOUR": "9 h.", "NAME": "LASSEUR Philippe", "PLACE": "Courgais (Allier)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3174	layani-fernand-1896-06-16	{"a2": "1088", "g55": "02-299"}	{"g55": "02-299", "lerrcp": "A2-1088"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Layani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 7.75, "lat": 37, "name": "Bône", "geoid": 0}, "notime": null, "date-ut": "1896-06-16 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Layani"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 7.75, "lat": 37, "name": "BONE", "geoid": 0}, "date-ut": "1896-06-16 08:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1088"}, "ids-in-sources": {"a2": "1088"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "16", "LAT": "37N 0", "LON": "7E45", "MON": "6", "NUM": "1088", "PRO": "S", "SEC": "40", "YEA": "1896", "CITY": "BONE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Bône"}}, "partial-ids": {"g55": "02-299"}, "ids-in-source": {"g55": "02-299"}}, "raw": {"DAY": "16-6-1896", "HOUR": "9 h.", "NAME": "LAYANI Fernand", "PLACE": "Bône (Algérie)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3177	lebleu-albert-1901-12-14	{"a2": "1091", "g55": "02-302"}	{"g55": "02-302", "lerrcp": "A2-1091"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Lebleu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1901-12-14 12:00", "note": null, "place": {"c1": null, "c2": "85", "c3": null, "cy": "FR", "lg": -1.41667, "lat": 46.66667, "name": "Saint-Michel-en-l’Herm", "geoid": 0}, "notime": null, "date-ut": "1901-12-14 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Lebleu"}, "birth": {"tzo": "+00:09:21", "date": "1901-12-14 12:00", "place": {"c2": "85", "cy": "FR", "lg": -1.41667, "lat": 46.66667, "name": "Saint-Michel-en-Lh", "geoid": 0}, "date-ut": "1901-12-14 11:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1091"}, "ids-in-sources": {"a2": "1091"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "85", "COU": "F", "DAY": "14", "LAT": "46N40", "LON": "1W25", "MON": "12", "NUM": "1091", "PRO": "S", "SEC": "40", "YEA": "1901", "CITY": "ST-MICHEL-EN-LH"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Michel-en-l’Herm"}}, "partial-ids": {"g55": "02-302"}, "ids-in-source": {"g55": "02-302"}}, "raw": {"DAY": "14-12-1901", "HOUR": "12 h.", "NAME": "LEBLEU Albert", "PLACE": "Saint-Michel-en-l’Herm (Vendée)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3179	le-corre-joseph-1910-01-19	{"a2": "1093", "g55": "02-304"}	{"g55": "02-304", "lerrcp": "A2-1093"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Le Corre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1910-01-19 14:00", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -2.9199, "lat": 47.6185, "name": "Baden", "geoid": 3035459}, "notime": null, "date-ut": "1910-01-19 13:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Le Corre"}, "birth": {"tzo": "+00:09:21", "date": "1910-01-19 14:00", "place": {"c2": "56", "cy": "FR", "lg": -2.9199, "lat": 47.6185, "name": "Baden", "geoid": 3035459}, "date-ut": "1910-01-19 13:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1093"}, "ids-in-sources": {"a2": "1093"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "56", "COU": "F", "DAY": "19", "LAT": "47N40", "LON": "2W44", "MON": "1", "NUM": "1093", "PRO": "S", "SEC": "40", "YEA": "1910", "CITY": "BADEN"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-304"}, "ids-in-source": {"g55": "02-304"}}, "raw": {"DAY": "19-1-1910", "HOUR": "14 h.", "NAME": "LE CORRE Joseph", "PLACE": "Baden (Morbihan)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3180	lefevre-raymond-1897-06-15	{"a2": "1094", "g55": "02-305"}	{"g55": "02-305", "lerrcp": "A2-1094"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Lefevre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1897-06-15 03:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.35834, "lat": 49.40274, "name": "Crouy", "geoid": 3022271}, "notime": null, "date-ut": "1897-06-15 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Lefevre"}, "birth": {"tzo": "+00:09:21", "date": "1897-06-15 03:00", "place": {"c2": "02", "cy": "FR", "lg": 3.35834, "lat": 49.40274, "name": "Crouy", "geoid": 3022271}, "date-ut": "1897-06-15 02:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1094"}, "ids-in-sources": {"a2": "1094"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "02", "COU": "F", "DAY": "15", "LAT": "49N34", "LON": "3E37", "MON": "6", "NUM": "1094", "PRO": "S", "SEC": "40", "YEA": "1897", "CITY": "CROUY"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-305"}, "ids-in-source": {"g55": "02-305"}}, "raw": {"DAY": "15-6-1897", "HOUR": "3 h.", "NAME": "LEFEVRE Raymond", "PLACE": "Crouy (Aisne)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3182	legac-paul-1900-04-23	{"a2": "1096", "g55": "02-307"}	{"g55": "02-307", "lerrcp": "A2-1096"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Legac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-04-23 17:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -3.30178, "lat": 48.62766, "name": "Bégard", "geoid": 3033884}, "notime": null, "date-ut": "1900-04-23 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Legac"}, "birth": {"tzo": "+00:09:21", "date": "1900-04-23 17:00", "place": {"c2": "22", "cy": "FR", "lg": -3.30178, "lat": 48.62766, "name": "Bégard", "geoid": 3033884}, "date-ut": "1900-04-23 16:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1096"}, "ids-in-sources": {"a2": "1096"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "22", "COU": "F", "DAY": "23", "LAT": "48N31", "LON": "2W45", "MON": "4", "NUM": "1096", "PRO": "S", "SEC": "40", "YEA": "1900", "CITY": "BEGARD"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-307"}, "ids-in-source": {"g55": "02-307"}}, "raw": {"DAY": "23-4-1900", "HOUR": "17 h.", "NAME": "LEGAC Paul", "PLACE": "Bégard (Côte-du-Nord)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3185	legrand-dusaulle-henri-1830-04-16	{"a2": "1099"}	{"lerrcp": "A2-1099"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Legrand-Dusaulle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:04", "date": "1830-04-16 21:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1830-04-16 20:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Legrand-Dusaulle"}, "birth": {"tzo": "+00:20:04", "date": "1830-04-16 21:00", "place": {"c2": "21", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1830-04-16 20:39:52"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1099"}, "ids-in-sources": {"a2": "1099"}}, "raw": {"H": "20", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "16", "LAT": "47N19", "LON": "5E 2", "MON": "4", "NUM": "1099", "PRO": "S", "SEC": "52", "YEA": "1830", "CITY": "DIJON"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3188	lemperiere-jean-1890-09-07	{"a2": "1102", "g55": "02-312"}	{"g55": "02-312", "lerrcp": "A2-1102"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lemperiere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:20", "date": "1890-09-07 18:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Cherbourg", "geoid": 0}, "notime": null, "date-ut": "1890-09-07 18:04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lemperiere"}, "birth": {"tzo": "-00:04:20", "date": "1890-09-07 18:00", "place": {"c2": "50", "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Cherbourg", "geoid": 0}, "date-ut": "1890-09-07 18:04:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1102"}, "ids-in-sources": {"a2": "1102"}}, "raw": {"H": "18", "MN": "4", "TZ": "0", "COD": "50", "COU": "F", "DAY": "7", "LAT": "49N 7", "LON": "1W 5", "MON": "9", "NUM": "1102", "PRO": "S", "SEC": "20", "YEA": "1890", "CITY": "CHERBOURG"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Cherbourg"}}, "partial-ids": {"g55": "02-312"}, "ids-in-source": {"g55": "02-312"}}, "raw": {"DAY": "7-9-1890", "HOUR": "18 h.", "NAME": "LEMPERIERE Jean", "PLACE": "Cherbourg (Manche)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3192	le-play-albert-1875-10-31	{"a2": "1106"}	{"lerrcp": "A2-1106"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Le Play", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:09", "date": "1875-10-31 19:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.28856, "lat": 45.75178, "name": "Le Vigen", "geoid": 2998807}, "notime": null, "date-ut": "1875-10-31 18:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Le Play"}, "birth": {"tzo": "+00:05:09", "date": "1875-10-31 19:00", "place": {"c2": "87", "cy": "FR", "lg": 1.28856, "lat": 45.75178, "name": "Le Vigen", "geoid": 2998807}, "date-ut": "1875-10-31 18:55"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1106"}, "ids-in-sources": {"a2": "1106"}}, "raw": {"H": "18", "MN": "55", "TZ": "0", "COD": "87", "COU": "F", "DAY": "31", "LAT": "45N50", "LON": "1E15", "MON": "10", "NUM": "1106", "PRO": "S", "SEC": "0", "YEA": "1875", "CITY": "LE VIGEN"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3191	le-pennetier-francois-1892-05-17	{"a2": "1105", "g55": "02-315"}	{"g55": "02-315", "lerrcp": "A2-1105"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Le Pennetier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1892-05-17 20:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.68579, "lat": 47.84687, "name": "Bain-de-Bretagne", "geoid": 3035324}, "notime": null, "date-ut": "1892-05-17 19:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "François", "family": "Le Pennetier"}, "birth": {"tzo": "+00:09:21", "date": "1892-05-17 20:00", "place": {"c2": "35", "cy": "FR", "lg": -1.68579, "lat": 47.84687, "name": "Bain-de-Bretagne", "geoid": 3035324}, "date-ut": "1892-05-17 19:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1105"}, "ids-in-sources": {"a2": "1105"}}, "raw": {"H": "19", "MN": "50", "TZ": "0", "COD": "35", "COU": "F", "DAY": "17", "LAT": "48N 7", "LON": "1W40", "MON": "5", "NUM": "1105", "PRO": "S", "SEC": "40", "YEA": "1892", "CITY": "BAIN-DE-BRETAGNE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-315"}, "ids-in-source": {"g55": "02-315"}}, "raw": {"DAY": "17-5-1892", "HOUR": "20 h.", "NAME": "LE PENNETIER Francois", "PLACE": "Bain-de-Bretagne (Ille-et-V.)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3196	leroy-georges-1861-04-22	{"a2": "1110", "g55": "02-319"}	{"g55": "02-319", "lerrcp": "A2-1110"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Leroy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:26", "date": "1861-04-22 01:56:06", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1861-04-22 01:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Leroy"}, "birth": {"tzo": "+00:00:26", "date": "1861-04-22 01:56:06", "place": {"c2": "76", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1861-04-22 01:55:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1110"}, "ids-in-sources": {"a2": "1110"}}, "raw": {"H": "1", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "22", "LAT": "49N26", "LON": "1E 5", "MON": "4", "NUM": "1110", "PRO": "S", "SEC": "40", "YEA": "1861", "CITY": "LE HAVRE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-319"}, "ids-in-source": {"g55": "02-319"}}, "raw": {"DAY": "22-4-1861", "HOUR": "2 h.", "NAME": "LEROY Georges", "PLACE": "Le Havre (Seine-Inférieure)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3198	levere-raymond-1885-04-14	{"a2": "1112", "g55": "02-321"}	{"g55": "02-321", "lerrcp": "A2-1112"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Levere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:51", "date": "1885-04-14 06:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "notime": null, "date-ut": "1885-04-14 05:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Levere"}, "birth": {"tzo": "+00:12:51", "date": "1885-04-14 06:00", "place": {"c2": "34", "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "date-ut": "1885-04-14 05:44:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1112"}, "ids-in-sources": {"a2": "1112"}}, "raw": {"H": "5", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "14", "LAT": "43N37", "LON": "3E53", "MON": "4", "NUM": "1112", "PRO": "S", "SEC": "28", "YEA": "1885", "CITY": "BEZIERS"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-321"}, "ids-in-source": {"g55": "02-321"}}, "raw": {"DAY": "14-4-1885", "HOUR": "6 h.", "NAME": "LEVERE Reymond", "PLACE": "Béziers (Hérault)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3200	l-heritier-georges-1898-07-09	{"a2": "1114"}	{"lerrcp": "A2-1114"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "L'Heritier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1898-07-09 13:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.88333, "lat": 43.61667, "name": "Saint-Andre-de-San", "geoid": 0}, "notime": null, "date-ut": "1898-07-09 12:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "L'Heritier"}, "birth": {"tzo": "+00:09:21", "date": "1898-07-09 13:00", "place": {"c2": "34", "cy": "FR", "lg": 3.88333, "lat": 43.61667, "name": "Saint-Andre-de-San", "geoid": 0}, "date-ut": "1898-07-09 12:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1114"}, "ids-in-sources": {"a2": "1114"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "34", "COU": "F", "DAY": "9", "LAT": "43N37", "LON": "3E53", "MON": "7", "NUM": "1114", "PRO": "S", "SEC": "40", "YEA": "1898", "CITY": "ST-ANDRE-DE-SAN"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3202	lonjumeau-pierre-1894-04-04	{"a2": "1116"}	{"lerrcp": "A2-1116"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Lonjumeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1894-04-04 21:00", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.15, "lat": 46.98333, "name": "Montsauche", "geoid": 0}, "notime": null, "date-ut": "1894-04-04 20:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Lonjumeau"}, "birth": {"tzo": "+00:09:21", "date": "1894-04-04 21:00", "place": {"c2": "58", "cy": "FR", "lg": 3.15, "lat": 46.98333, "name": "Montsauche", "geoid": 0}, "date-ut": "1894-04-04 20:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1116"}, "ids-in-sources": {"a2": "1116"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "58", "COU": "F", "DAY": "4", "LAT": "46N59", "LON": "3E 9", "MON": "4", "NUM": "1116", "PRO": "S", "SEC": "40", "YEA": "1894", "CITY": "MONTSAUCHE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3204	lossedat-maurice-1890-02-01	{"a2": "1118", "g55": "02-329"}	{"g55": "02-329", "lerrcp": "A2-1118"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Lossedat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:14", "date": "1890-02-01 06:00", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.55927, "lat": 45.63198, "name": "Cunlhat", "geoid": 3022071}, "notime": null, "date-ut": "1890-02-01 05:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Lossedat"}, "birth": {"tzo": "+00:14:14", "date": "1890-02-01 06:00", "place": {"c2": "63", "cy": "FR", "lg": 3.55927, "lat": 45.63198, "name": "Cunlhat", "geoid": 3022071}, "date-ut": "1890-02-01 05:47:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1118"}, "ids-in-sources": {"a2": "1118"}}, "raw": {"H": "5", "MN": "47", "TZ": "0", "COD": "63", "COU": "F", "DAY": "1", "LAT": "45N47", "LON": "3E 5", "MON": "2", "NUM": "1118", "PRO": "S", "SEC": "40", "YEA": "1890", "CITY": "CUNLHAT"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-329"}, "ids-in-source": {"g55": "02-329"}}, "raw": {"DAY": "1-2-1890", "HOUR": "6 h.", "NAME": "LOSSEDAT Maurice", "PLACE": "Cunlhat (Puy-de-Dôme)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3205	loubatie-rene-1889-11-19	{"a2": "1119"}	{"lerrcp": "A2-1119"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Loubatie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1889-11-19 01:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1889-11-19 01:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Loubatie"}, "birth": {"tzo": "-00:02:19", "date": "1889-11-19 01:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1889-11-19 01:57:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1119"}, "ids-in-sources": {"a2": "1119"}}, "raw": {"H": "1", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "19", "LAT": "44N50", "LON": "0W34", "MON": "11", "NUM": "1119", "PRO": "S", "SEC": "36", "YEA": "1889", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3208	luquet-gabriel-1887-03-26	{"a2": "1122", "g55": "02-332"}	{"g55": "02-332", "lerrcp": "A2-1122"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Luquet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:53", "date": "1887-03-26 17:03:17", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.97036, "lat": 46.79011, "name": "Luzy", "geoid": 2996957}, "notime": null, "date-ut": "1887-03-26 16:47:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Luquet"}, "birth": {"tzo": "+00:15:53", "date": "1887-03-26 17:03:17", "place": {"c2": "58", "cy": "FR", "lg": 3.97036, "lat": 46.79011, "name": "Luzy", "geoid": 2996957}, "date-ut": "1887-03-26 16:47:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1122"}, "ids-in-sources": {"a2": "1122"}}, "raw": {"H": "16", "MN": "47", "TZ": "0", "COD": "58", "COU": "F", "DAY": "26", "LAT": "46N59", "LON": "3E 9", "MON": "3", "NUM": "1122", "PRO": "S", "SEC": "24", "YEA": "1887", "CITY": "LUZY"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-332"}, "ids-in-source": {"g55": "02-332"}}, "raw": {"DAY": "26-3-1887", "HOUR": "17 h.", "NAME": "LUQUET Gabriel", "PLACE": "Luzy (Nièvre)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3210	macquet-pierre-1890-11-18	{"a2": "1124", "g55": "02-334"}	{"g55": "02-334", "lerrcp": "A2-1124"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Macquet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:04", "date": "1890-11-18 07:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Berck-sur-Mer", "geoid": 0}, "notime": null, "date-ut": "1890-11-18 06:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Macquet"}, "birth": {"tzo": "+00:11:04", "date": "1890-11-18 07:00", "place": {"c2": "62", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Berck-sur-Mer", "geoid": 0}, "date-ut": "1890-11-18 06:48:56"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1124"}, "ids-in-sources": {"a2": "1124"}}, "raw": {"H": "6", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "18", "LAT": "50N18", "LON": "2E46", "MON": "11", "NUM": "1124", "PRO": "S", "SEC": "56", "YEA": "1890", "CITY": "BERCK-S-MER"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Berck-sur-Mer"}}, "partial-ids": {"g55": "02-334"}, "ids-in-source": {"g55": "02-334"}}, "raw": {"DAY": "18-11-1890", "HOUR": "7 h.", "NAME": "MACQUET Pierre", "PLACE": "Berck-sur-Mer (Pas-de-Calais)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3212	manceaux-louis-1865-09-01	{"a2": "1126", "g55": "02-336"}	{"g55": "02-336", "lerrcp": "A2-1126"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Manceaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:56", "date": "1865-09-01 17:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Rocroy", "geoid": 0}, "notime": null, "date-ut": "1865-09-01 16:41:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Manceaux"}, "birth": {"tzo": "+00:18:56", "date": "1865-09-01 17:00", "place": {"c2": "08", "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Rocroy", "geoid": 0}, "date-ut": "1865-09-01 16:41:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1126"}, "ids-in-sources": {"a2": "1126"}}, "raw": {"H": "16", "MN": "41", "TZ": "0", "COD": "08", "COU": "F", "DAY": "1", "LAT": "49N46", "LON": "4E44", "MON": "9", "NUM": "1126", "PRO": "S", "SEC": "4", "YEA": "1865", "CITY": "ROCROY"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Rocroy"}}, "partial-ids": {"g55": "02-336"}, "ids-in-source": {"g55": "02-336"}}, "raw": {"DAY": "1-9-1865", "HOUR": "17 h.", "NAME": "MANCEAUX Louis", "PLACE": "Rocroy (Ardennes)."}, "date": "2023-08-20T14:48:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3215	marques-pierre-1908-03-19	{"a2": "1129", "g55": "02-339"}	{"g55": "02-339", "lerrcp": "A2-1129"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Marques", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1908-03-19 07:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1908-03-19 06:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Marques"}, "birth": {"tzo": "+00:09:21", "date": "1908-03-19 07:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1908-03-19 06:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1129"}, "ids-in-sources": {"a2": "1129"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "31", "COU": "F", "DAY": "19", "LAT": "43N37", "LON": "1E26", "MON": "3", "NUM": "1129", "PRO": "S", "SEC": "40", "YEA": "1908", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-339"}, "ids-in-source": {"g55": "02-339"}}, "raw": {"DAY": "19-3-1908", "HOUR": "7 h.", "NAME": "MARQUES Pierre", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:48:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3218	martel-janville-thierry-1875-03-07	{"a2": "1132", "g55": "02-342"}	{"g55": "02-342", "lerrcp": "A2-1132"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Martel Janville Thierry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.16658, "lat": 48.71324, "name": "Maxéville", "geoid": 2994951}, "notime": null, "date-ut": "1875-03-07 07:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "Martel Janville Thierry"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.16658, "lat": 48.71324, "name": "Maxéville", "geoid": 2994951}, "date-ut": "1875-03-07 07:35:12"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1132"}, "ids-in-sources": {"a2": "1132"}}, "raw": {"H": "7", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "7", "LAT": "48N42", "LON": "6E12", "MON": "3", "NUM": "1132", "PRO": "S", "SEC": "12", "YEA": "1875", "CITY": "MAXEVILLE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-342"}, "ids-in-source": {"g55": "02-342"}}, "raw": {"DAY": "7-3-1875", "HOUR": "8 h.", "NAME": "MARTEL de JANVILLE Thierry", "PLACE": "Maxeville (M.-et-M.)."}, "date": "2023-08-20T14:48:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3222	martiny-marcel-1897-11-11	{"a2": "1136", "g55": "02-346"}	{"g55": "02-346", "lerrcp": "A2-1136"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Martiny", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1897-11-11 03:30", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1897-11-11 03:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Martiny"}, "birth": {"tzo": "+00:09:21", "date": "1897-11-11 03:30", "place": {"c2": "06", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1897-11-11 03:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1136"}, "ids-in-sources": {"a2": "1136"}}, "raw": {"H": "3", "MN": "20", "TZ": "0", "COD": "06", "COU": "F", "DAY": "11", "LAT": "43N42", "LON": "7E16", "MON": "11", "NUM": "1136", "PRO": "S", "SEC": "40", "YEA": "1897", "CITY": "NICE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-346"}, "ids-in-source": {"g55": "02-346"}}, "raw": {"DAY": "11-11-1897", "HOUR": "3 h. 30", "NAME": "MARTINY Marcel", "PLACE": "Nice (Alpes-Maritimes)."}, "date": "2023-08-20T14:48:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3224	masselin-guy-1889-06-17	{"a2": "1138", "g55": "02-348"}	{"g55": "02-348", "lerrcp": "A2-1138"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Masselin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:31", "date": "1889-06-17 15:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.62714, "lat": 49.5631, "name": "Laon", "geoid": 3007477}, "notime": null, "date-ut": "1889-06-17 14:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Masselin"}, "birth": {"tzo": "+00:14:31", "date": "1889-06-17 15:00", "place": {"c2": "02", "cy": "FR", "lg": 3.62714, "lat": 49.5631, "name": "Laon", "geoid": 3007477}, "date-ut": "1889-06-17 14:45:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1138"}, "ids-in-sources": {"a2": "1138"}}, "raw": {"H": "14", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "17", "LAT": "49N34", "LON": "3E37", "MON": "6", "NUM": "1138", "PRO": "S", "SEC": "32", "YEA": "1889", "CITY": "LAON"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-348"}, "ids-in-source": {"g55": "02-348"}}, "raw": {"DAY": "17-6-1889", "HOUR": "15 h.", "NAME": "MASSELIN Guy", "PLACE": "Laon (Aisne)."}, "date": "2023-08-20T14:48:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3227	maurer-andre-1885-07-24	{"a2": "1141", "g55": "02-351"}	{"g55": "02-351", "lerrcp": "A2-1141"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Maurer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:40", "date": "1885-07-24 23:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Elbeuf", "geoid": 0}, "notime": null, "date-ut": "1885-07-24 22:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Maurer"}, "birth": {"tzo": "+00:10:40", "date": "1885-07-24 23:00", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Elbeuf", "geoid": 0}, "date-ut": "1885-07-24 22:49:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1141"}, "ids-in-sources": {"a2": "1141"}}, "raw": {"H": "22", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "24", "LAT": "48N33", "LON": "2E40", "MON": "7", "NUM": "1141", "PRO": "S", "SEC": "20", "YEA": "1885", "CITY": "ELBEUF"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Elbeuf"}}, "partial-ids": {"g55": "02-351"}, "ids-in-source": {"g55": "02-351"}}, "raw": {"DAY": "24-7-1885", "HOUR": "23 h.", "NAME": "MAURER André", "PLACE": "Elbeuf (Seine-Inférieure)."}, "date": "2023-08-20T14:48:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3229	meignant-paul-1897-05-26	{"a2": "1143", "g55": "02-353"}	{"g55": "02-353", "lerrcp": "A2-1143"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Meignant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1897-05-26 08:30", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.53333, "lat": 47.46667, "name": "Chalonnes-sur-Loire", "geoid": 0}, "notime": null, "date-ut": "1897-05-26 08:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Meignant"}, "birth": {"tzo": "+00:09:21", "date": "1897-05-26 08:30", "place": {"c2": "49", "cy": "FR", "lg": -0.53333, "lat": 47.46667, "name": "Chalonnes-sur-Loi", "geoid": 0}, "date-ut": "1897-05-26 08:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1143"}, "ids-in-sources": {"a2": "1143"}}, "raw": {"H": "8", "MN": "20", "TZ": "0", "COD": "49", "COU": "F", "DAY": "26", "LAT": "47N28", "LON": "0W32", "MON": "5", "NUM": "1143", "PRO": "S", "SEC": "40", "YEA": "1897", "CITY": "CHALONNES-S/LOI"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Chalonnes-sur-Loire"}}, "partial-ids": {"g55": "02-353"}, "ids-in-source": {"g55": "02-353"}}, "raw": {"DAY": "26-5-1897", "HOUR": "8 h. 30", "NAME": "MEIGNAUT Paul", "PLACE": "Chalonnes-sur-Loire (Maine-et-L.)."}, "date": "2023-08-20T14:48:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3232	meurisse-henri-1886-02-07	{"a2": "1146", "g55": "02-356"}	{"g55": "02-356", "lerrcp": "A2-1146"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Meurisse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:58", "date": "1886-02-07 18:00", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 2.24088, "lat": 43.60527, "name": "Castres", "geoid": 3028263}, "notime": null, "date-ut": "1886-02-07 17:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Meurisse"}, "birth": {"tzo": "+00:08:58", "date": "1886-02-07 18:00", "place": {"c2": "81", "cy": "FR", "lg": 2.24088, "lat": 43.60527, "name": "Castres", "geoid": 3028263}, "date-ut": "1886-02-07 17:51:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1146"}, "ids-in-sources": {"a2": "1146"}}, "raw": {"H": "17", "MN": "51", "TZ": "0", "COD": "81", "COU": "F", "DAY": "7", "LAT": "43N55", "LON": "2E 8", "MON": "2", "NUM": "1146", "PRO": "S", "SEC": "28", "YEA": "1886", "CITY": "CASTRES"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-356"}, "ids-in-source": {"g55": "02-356"}}, "raw": {"DAY": "7-2-1886", "HOUR": "18 h.", "NAME": "MEURISSE Henri", "PLACE": "Castres (Tarn)."}, "date": "2023-08-20T14:48:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3234	michel-andre-1891-12-28	{"a2": "1148", "g55": "02-358"}	{"g55": "02-358", "lerrcp": "A2-1148"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Michel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1891-12-28 04:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1891-12-28 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Michel"}, "birth": {"tzo": "+00:09:21", "date": "1891-12-28 04:00", "place": {"c2": "42", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1891-12-28 03:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1148"}, "ids-in-sources": {"a2": "1148"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "42", "COU": "F", "DAY": "28", "LAT": "45N26", "LON": "4E23", "MON": "12", "NUM": "1148", "PRO": "S", "SEC": "40", "YEA": "1891", "CITY": "ST-ETIENNE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-358"}, "ids-in-source": {"g55": "02-358"}}, "raw": {"DAY": "28-12-1891", "HOUR": "4 h.", "NAME": "MICHEL André", "PLACE": "Saint-Etienne (Loire)."}, "date": "2023-08-20T14:48:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3236	moiroud-pierre-1886-09-12	{"a2": "1150", "g55": "02-361"}	{"g55": "02-361", "lerrcp": "A2-1150"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Moiroud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:22", "date": "1886-09-12 18:00", "note": null, "place": {"c1": null, "c2": "04", "c3": null, "cy": "FR", "lg": 6.09268, "lat": 43.8181, "name": "Riez", "geoid": 2983580}, "notime": null, "date-ut": "1886-09-12 17:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Moiroud"}, "birth": {"tzo": "+00:24:22", "date": "1886-09-12 18:00", "place": {"c2": "04", "cy": "FR", "lg": 6.09268, "lat": 43.8181, "name": "Riez", "geoid": 2983580}, "date-ut": "1886-09-12 17:35"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1150"}, "ids-in-sources": {"a2": "1150"}}, "raw": {"H": "17", "MN": "35", "TZ": "0", "COD": "04", "COU": "F", "DAY": "12", "LAT": "44N 6", "LON": "6E15", "MON": "9", "NUM": "1150", "PRO": "S", "SEC": "0", "YEA": "1886", "CITY": "RIEZ"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-361"}, "ids-in-source": {"g55": "02-361"}}, "raw": {"DAY": "12-9-1886", "HOUR": "18 h.", "NAME": "MOIROUD Pierre", "PLACE": "Riez’ (Basses-Alpes)."}, "date": "2023-08-20T14:48:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3238	mondain-charles-1874-08-22	{"a2": "1152", "g55": "02-363"}	{"g55": "02-363", "lerrcp": "A2-1152"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Mondain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:08", "date": "1874-08-22 20:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.53333, "lat": 47.46667, "name": "Rochefort-sur-Loire", "geoid": 0}, "notime": null, "date-ut": "1874-08-22 20:02:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Mondain"}, "birth": {"tzo": "-00:02:08", "date": "1874-08-22 20:00", "place": {"c2": "49", "cy": "FR", "lg": -0.53333, "lat": 47.46667, "name": "Rochefort-sur-Loi", "geoid": 0}, "date-ut": "1874-08-22 20:02:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1152"}, "ids-in-sources": {"a2": "1152"}}, "raw": {"H": "20", "MN": "2", "TZ": "0", "COD": "49", "COU": "F", "DAY": "22", "LAT": "47N28", "LON": "0W32", "MON": "8", "NUM": "1152", "PRO": "S", "SEC": "8", "YEA": "1874", "CITY": "ROCHEFORT-S/LOI"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Rochefort-sur-Loire"}}, "partial-ids": {"g55": "02-363"}, "ids-in-source": {"g55": "02-363"}}, "raw": {"DAY": "22-8-1874", "HOUR": "20 h.", "NAME": "MONDAIN Charles", "PLACE": "Rochefort-sur-Loire (Maine-et-L.)."}, "date": "2023-08-20T14:48:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3243	morel-max-1897-05-22	{"a2": "1157", "g55": "02-368"}	{"g55": "02-368", "lerrcp": "A2-1157"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Morel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1897-05-22 12:00", "note": null, "place": {"c1": null, "c2": "52", "c3": null, "cy": "FR", "lg": 5.13333, "lat": 48.11667, "name": "Bourbonne-les-Bains", "geoid": 0}, "notime": null, "date-ut": "1897-05-22 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Max", "family": "Morel"}, "birth": {"tzo": "+00:09:21", "date": "1897-05-22 12:00", "place": {"c2": "52", "cy": "FR", "lg": 5.13333, "lat": 48.11667, "name": "Bourbonne-les-B", "geoid": 0}, "date-ut": "1897-05-22 11:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1157"}, "ids-in-sources": {"a2": "1157"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "52", "COU": "F", "DAY": "22", "LAT": "48N 7", "LON": "5E 8", "MON": "5", "NUM": "1157", "PRO": "S", "SEC": "40", "YEA": "1897", "CITY": "BOURBONNE-LES-B"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Bourbonne-les-Bains"}}, "partial-ids": {"g55": "02-368"}, "ids-in-source": {"g55": "02-368"}}, "raw": {"DAY": "22-5-1897", "HOUR": "12 h.", "NAME": "MOREL Max", "PLACE": "Bourbonne-les-Bains (Haute-Marne)."}, "date": "2023-08-20T14:48:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3244	morlet-antonin-1882-05-16	{"a2": "1158", "g55": "02-370"}	{"g55": "02-370", "lerrcp": "A2-1158"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonin", "family": "Morlet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1882-05-16 00:10", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 45.78333, "name": "Saint-Priest-Bramefant", "geoid": 0}, "notime": null, "date-ut": "1882-05-15 23:57:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Antonin", "family": "Morlet"}, "birth": {"tzo": "+00:12:20", "date": "1882-05-16 00:10", "place": {"c2": "63", "cy": "FR", "lg": 3.08333, "lat": 45.78333, "name": "Saint-Priest-Brame", "geoid": 0}, "date-ut": "1882-05-15 23:57:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1158"}, "ids-in-sources": {"a2": "1158"}}, "raw": {"H": "23", "MN": "57", "TZ": "0", "COD": "63", "COU": "F", "DAY": "15", "LAT": "45N47", "LON": "3E 5", "MON": "5", "NUM": "1158", "PRO": "S", "SEC": "40", "YEA": "1882", "CITY": "ST-PRIEST-BRAME"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Priest-Bramefant"}}, "partial-ids": {"g55": "02-370"}, "ids-in-source": {"g55": "02-370"}}, "raw": {"DAY": "16-5-1882", "HOUR": "0 h. 10", "NAME": "MORLET Antonin", "PLACE": "Saint-Priest-Bramefant (P.-de-D.)."}, "date": "2023-08-20T14:48:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3247	moure-paul-1883-09-29	{"a2": "1161"}	{"lerrcp": "A2-1161"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Moure", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1883-09-29 12:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1883-09-29 12:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Moure"}, "birth": {"tzo": "-00:02:19", "date": "1883-09-29 12:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1883-09-29 12:57:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1161"}, "ids-in-sources": {"a2": "1161"}}, "raw": {"H": "12", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "29", "LAT": "44N50", "LON": "0W34", "MON": "9", "NUM": "1161", "PRO": "S", "SEC": "36", "YEA": "1883", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3248	mouriquand-emile-1878-08-02	{"a2": "1162", "g55": "02-373"}	{"g55": "02-373", "lerrcp": "A2-1162"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Mouriquand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:38", "date": "1878-08-02 18:30", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "notime": null, "date-ut": "1878-08-02 18:10:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Mouriquand"}, "birth": {"tzo": "+00:19:38", "date": "1878-08-02 18:30", "place": {"c2": "26", "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "date-ut": "1878-08-02 18:10:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1162"}, "ids-in-sources": {"a2": "1162"}}, "raw": {"H": "18", "MN": "10", "TZ": "0", "COD": "26", "COU": "F", "DAY": "2", "LAT": "44N56", "LON": "4E54", "MON": "8", "NUM": "1162", "PRO": "S", "SEC": "24", "YEA": "1878", "CITY": "VALENCE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-373"}, "ids-in-source": {"g55": "02-373"}}, "raw": {"DAY": "2-8-1878", "HOUR": "18 h. 30", "NAME": "MOURIQUAND Emile", "PLACE": "Valence (Drôme)."}, "date": "2023-08-20T14:48:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3250	muraz-gaston-1887-03-07	{"a2": "1164", "g55": "02-375"}	{"g55": "02-375", "lerrcp": "A2-1164"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Muraz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:26:32", "date": "1887-03-07 02:00", "note": null, "place": {"c1": null, "c2": "74", "c3": null, "cy": "FR", "lg": 6.63162, "lat": 45.94423, "name": "Sallanches", "geoid": 2976406}, "notime": null, "date-ut": "1887-03-07 01:35:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Muraz"}, "birth": {"tzo": "+00:26:32", "date": "1887-03-07 02:00", "place": {"c2": "74", "cy": "FR", "lg": 6.63162, "lat": 45.94423, "name": "Sallanches", "geoid": 2976406}, "date-ut": "1887-03-07 01:35:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1164"}, "ids-in-sources": {"a2": "1164"}}, "raw": {"H": "1", "MN": "35", "TZ": "0", "COD": "74", "COU": "F", "DAY": "7", "LAT": "45N54", "LON": "6E 7", "MON": "3", "NUM": "1164", "PRO": "S", "SEC": "32", "YEA": "1887", "CITY": "SALLANCHES"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-375"}, "ids-in-source": {"g55": "02-375"}}, "raw": {"DAY": "7-3-1887", "HOUR": "2 h.", "NAME": "MURAZ Gaston", "PLACE": "Sallanches (Haute-Savoie)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3252	mutterer-maurice-1870-08-11	{"a2": "1166", "g55": "02-377"}	{"g55": "02-377", "lerrcp": "A2-1166"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Mutterer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:19", "date": "1870-08-11 11:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "notime": null, "date-ut": "1870-08-11 10:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Mutterer"}, "birth": {"tzo": "+00:29:19", "date": "1870-08-11 11:00", "place": {"c2": "68", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "date-ut": "1870-08-11 10:30:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1166"}, "ids-in-sources": {"a2": "1166"}}, "raw": {"H": "10", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "11", "LAT": "48N 5", "LON": "7E21", "MON": "8", "NUM": "1166", "PRO": "S", "SEC": "36", "YEA": "1870", "CITY": "MULHOUSE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-377"}, "ids-in-source": {"g55": "02-377"}}, "raw": {"DAY": "11-8-1870", "HOUR": "11 h.", "NAME": "MUTTERER Maurice", "PLACE": "Mulhouse (Haut-Rhin)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3256	nouel-jean-1885-04-19	{"a2": "1170", "g55": "02-381"}	{"g55": "02-381", "lerrcp": "A2-1170"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Nouel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:37", "date": "1885-04-19 05:45", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1885-04-19 05:37:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Nouel"}, "birth": {"tzo": "+00:07:37", "date": "1885-04-19 05:45", "place": {"c2": "45", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1885-04-19 05:37:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1170"}, "ids-in-sources": {"a2": "1170"}}, "raw": {"H": "5", "MN": "37", "TZ": "0", "COD": "45", "COU": "F", "DAY": "19", "LAT": "47N54", "LON": "1E54", "MON": "4", "NUM": "1170", "PRO": "S", "SEC": "24", "YEA": "1885", "CITY": "ORLEANS"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-381"}, "ids-in-source": {"g55": "02-381"}}, "raw": {"DAY": "19-4-1885", "HOUR": "5 h. 45", "NAME": "NOUEL Jean", "PLACE": "Orléans (Loiret)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3258	papin-edmond-1876-01-12	{"a2": "1172", "g55": "02-384"}	{"g55": "02-384", "lerrcp": "A2-1172"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Papin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:12", "date": "1876-01-12 07:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "notime": null, "date-ut": "1876-01-12 07:02:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Papin"}, "birth": {"tzo": "-00:02:12", "date": "1876-01-12 07:00", "place": {"c2": "49", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "date-ut": "1876-01-12 07:02:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1172"}, "ids-in-sources": {"a2": "1172"}}, "raw": {"H": "7", "MN": "2", "TZ": "0", "COD": "49", "COU": "F", "DAY": "12", "LAT": "47N28", "LON": "0W32", "MON": "1", "NUM": "1172", "PRO": "S", "SEC": "8", "YEA": "1876", "CITY": "ANGERS"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-384"}, "ids-in-source": {"g55": "02-384"}}, "raw": {"DAY": "12-1-1876", "HOUR": "7 h.", "NAME": "PAPIN Edmond", "PLACE": "Angers (Maine-et-Loire)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3261	paret-paul-1896-11-28	{"a2": "1175"}	{"lerrcp": "A2-1175"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Paret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1896-11-28 01:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1896-11-28 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Paret"}, "birth": {"tzo": "+00:09:21", "date": "1896-11-28 01:00", "place": {"c2": "83", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1896-11-28 00:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1175"}, "ids-in-sources": {"a2": "1175"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "83", "COU": "F", "DAY": "28", "LAT": "43N32", "LON": "6E28", "MON": "11", "NUM": "1175", "PRO": "S", "SEC": "40", "YEA": "1896", "CITY": "TOULON"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3262	parrel-gerard-1883-04-27	{"a2": "1176", "g55": "02-387"}	{"g55": "02-387", "lerrcp": "A2-1176"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Parrel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:19", "date": "1883-04-27 14:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.07772, "lat": 49.9216, "name": "Dieppe", "geoid": 3021411}, "notime": null, "date-ut": "1883-04-27 13:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gérard", "family": "Parrel"}, "birth": {"tzo": "+00:04:19", "date": "1883-04-27 14:00", "place": {"c2": "76", "cy": "FR", "lg": 1.07772, "lat": 49.9216, "name": "Dieppe", "geoid": 3021411}, "date-ut": "1883-04-27 13:55:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1176"}, "ids-in-sources": {"a2": "1176"}}, "raw": {"H": "13", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "27", "LAT": "49N26", "LON": "1E 5", "MON": "4", "NUM": "1176", "PRO": "S", "SEC": "40", "YEA": "1883", "CITY": "DIEPPE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-387"}, "ids-in-source": {"g55": "02-387"}}, "raw": {"DAY": "27-4-1883", "HOUR": "14 h.", "NAME": "PARREL (de) Gérard", "PLACE": "Dieppe (Seine-Inférieure)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3264	pasteur-felix-1876-09-23	{"a2": "1178", "g55": "02-389"}	{"g55": "02-389", "lerrcp": "A2-1178"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Pasteur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:52", "date": "1876-09-23 03:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.21528, "lat": 47.06481, "name": "Vuillafans", "geoid": 2967547}, "notime": null, "date-ut": "1876-09-23 02:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Pasteur"}, "birth": {"tzo": "+00:24:52", "date": "1876-09-23 03:00", "place": {"c2": "25", "cy": "FR", "lg": 6.21528, "lat": 47.06481, "name": "Vuillafans", "geoid": 2967547}, "date-ut": "1876-09-23 02:35:52"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1178"}, "ids-in-sources": {"a2": "1178"}}, "raw": {"H": "2", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "23", "LAT": "47N15", "LON": "6E 2", "MON": "9", "NUM": "1178", "PRO": "S", "SEC": "52", "YEA": "1876", "CITY": "VUILLAFANS"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-389"}, "ids-in-source": {"g55": "02-389"}}, "raw": {"DAY": "23-9-1876", "HOUR": "3 h.", "NAME": "PASTEUR Felix", "PLACE": "Vuillafaus (Doubs)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3266	paucot-henri-1877-12-27	{"a2": "1180"}	{"lerrcp": "A2-1180"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Paucot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:03", "date": "1877-12-27 18:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "notime": null, "date-ut": "1877-12-27 17:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Paucot"}, "birth": {"tzo": "+00:09:03", "date": "1877-12-27 18:00", "place": {"c2": "62", "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "date-ut": "1877-12-27 17:48:56"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1180"}, "ids-in-sources": {"a2": "1180"}}, "raw": {"H": "17", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "27", "LAT": "50N18", "LON": "2E46", "MON": "12", "NUM": "1180", "PRO": "S", "SEC": "56", "YEA": "1877", "CITY": "ST-OMER"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3265	paturet-georges-1889-12-26	{"a2": "1179", "g55": "02-390"}	{"g55": "02-390", "lerrcp": "A2-1179"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Paturet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:20", "date": "1889-12-26 19:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.33333, "lat": 46.56667, "name": "Saint-Germain-de-Salles", "geoid": 0}, "notime": null, "date-ut": "1889-12-26 18:46:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Paturet"}, "birth": {"tzo": "+00:13:20", "date": "1889-12-26 19:00", "place": {"c2": "03", "cy": "FR", "lg": 3.33333, "lat": 46.56667, "name": "Saint-Germain-de-sur", "geoid": 0}, "date-ut": "1889-12-26 18:46:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1179"}, "ids-in-sources": {"a2": "1179"}}, "raw": {"H": "18", "MN": "46", "TZ": "0", "COD": "03", "COU": "F", "DAY": "26", "LAT": "46N34", "LON": "3E20", "MON": "12", "NUM": "1179", "PRO": "S", "SEC": "40", "YEA": "1889", "CITY": "ST-GERMAIN-DE-S"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Germain-de-Salles"}}, "partial-ids": {"g55": "02-390"}, "ids-in-source": {"g55": "02-390"}}, "raw": {"DAY": "26-12-1889", "HOUR": "19 h.", "NAME": "PATURET Georges", "PLACE": "Saint-Germain-de-Salles (Allier)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3269	perdoux-joseph-1882-11-12	{"a2": "1183", "g55": "02-393"}	{"g55": "02-393", "lerrcp": "A2-1183"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Perdoux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01:22", "date": "1882-11-12 08:30", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "notime": null, "date-ut": "1882-11-12 08:28:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Perdoux"}, "birth": {"tzo": "+00:01:22", "date": "1882-11-12 08:30", "place": {"c2": "86", "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "date-ut": "1882-11-12 08:28:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1183"}, "ids-in-sources": {"a2": "1183"}}, "raw": {"H": "8", "MN": "28", "TZ": "0", "COD": "86", "COU": "F", "DAY": "12", "LAT": "46N35", "LON": "0E20", "MON": "11", "NUM": "1183", "PRO": "S", "SEC": "40", "YEA": "1882", "CITY": "POITIERS"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-393"}, "ids-in-source": {"g55": "02-393"}}, "raw": {"DAY": "12-11-1882", "HOUR": "8 h. 30", "NAME": "PERDOUX Joseph", "PLACE": "Poitiers (Vienne)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3270	peres-gustave-1888-12-03	{"a2": "1184"}	{"lerrcp": "A2-1184"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Peres", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1888-12-03 08:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1888-12-03 07:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Peres"}, "birth": {"tzo": "+00:05:46", "date": "1888-12-03 08:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1888-12-03 07:54:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1184"}, "ids-in-sources": {"a2": "1184"}}, "raw": {"H": "7", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "3", "LAT": "43N37", "LON": "1E26", "MON": "12", "NUM": "1184", "PRO": "S", "SEC": "16", "YEA": "1888", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3271	perret-albert-1879-07-10	{"a2": "1185", "g55": "02-394"}	{"g55": "02-394", "lerrcp": "A2-1185"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Perret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 7.75, "lat": 37, "name": "Philippeville", "geoid": 0}, "notime": null, "date-ut": "1879-07-10 21:29:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Perret"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 7.75, "lat": 37, "name": "BONE", "geoid": 0}, "date-ut": "1879-07-10 21:29:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1185"}, "ids-in-sources": {"a2": "1185"}}, "raw": {"H": "21", "MN": "29", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "10", "LAT": "37N 0", "LON": "7E45", "MON": "7", "NUM": "1185", "PRO": "S", "SEC": "0", "YEA": "1879", "CITY": "BONE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Philippeville"}}, "partial-ids": {"g55": "02-394"}, "ids-in-source": {"g55": "02-394"}}, "raw": {"DAY": "10-7-1879", "HOUR": "22 h.", "NAME": "PERRET Albert", "PLACE": "Philippeville (Algérie)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3274	perrin-robert-1889-10-18	{"a2": "1188", "g55": "02-397"}	{"g55": "02-397", "lerrcp": "A2-1188"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Perrin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:52", "date": "1889-10-18 05:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1889-10-18 04:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Perrin"}, "birth": {"tzo": "+00:22:52", "date": "1889-10-18 05:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1889-10-18 04:37:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1188"}, "ids-in-sources": {"a2": "1188"}}, "raw": {"H": "4", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "18", "LAT": "45N11", "LON": "5E43", "MON": "10", "NUM": "1188", "PRO": "S", "SEC": "8", "YEA": "1889", "CITY": "GRENOBLE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-397"}, "ids-in-source": {"g55": "02-397"}}, "raw": {"DAY": "18-10-1889", "HOUR": "5 h.", "NAME": "PERRIN Robert", "PLACE": "Grenoble (Isère)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3279	pichot-pierre-1918-10-03	{"a2": "1193"}	{"lerrcp": "A2-1193"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Pichot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-10-03 22:00", "note": null, "place": {"c1": null, "c2": "85", "c3": null, "cy": "FR", "lg": -1.42757, "lat": 46.66974, "name": "La Roche-sur-Yon", "geoid": 3006767}, "notime": null, "date-ut": "1918-10-03 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Pichot"}, "birth": {"tzo": "+01:00", "date": "1918-10-03 22:00", "place": {"c2": "85", "cy": "FR", "lg": -1.42757, "lat": 46.66974, "name": "La Roche-sur-Yon", "geoid": 3006767}, "date-ut": "1918-10-03 21:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1193"}, "ids-in-sources": {"a2": "1193"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "85", "COU": "F", "DAY": "3", "LAT": "46N40", "LON": "1W25", "MON": "10", "NUM": "1193", "PRO": "S", "SEC": "0", "YEA": "1918", "CITY": "LA ROCHE-S/YON"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3275	petit-georges-1864-10-27	{"a2": "1189", "g55": "02-399"}	{"g55": "02-399", "lerrcp": "A2-1189"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Petit", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:37", "date": "1864-10-27 09:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1864-10-27 08:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Petit"}, "birth": {"tzo": "+00:07:37", "date": "1864-10-27 09:00", "place": {"c2": "45", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1864-10-27 08:52:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1189"}, "ids-in-sources": {"a2": "1189"}}, "raw": {"H": "8", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "27", "LAT": "47N54", "LON": "1E54", "MON": "10", "NUM": "1189", "PRO": "S", "SEC": "24", "YEA": "1864", "CITY": "ORLEANS"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-399"}, "ids-in-source": {"g55": "02-399"}}, "raw": {"DAY": "27-10-1864", "HOUR": "9 h.", "NAME": "PETIT Georges", "PLACE": "Orléans (Loiret)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3278	phelip-j-1883-07-09	{"a2": "1192", "g55": "02-401"}	{"g55": "02-401", "lerrcp": "A2-1192"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "J", "family": "Phelip", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:05", "date": "1883-07-09 04:00", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.52017, "lat": 45.97657, "name": "Châteldon", "geoid": 3026153}, "notime": null, "date-ut": "1883-07-09 03:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "J", "family": "Phelip"}, "birth": {"tzo": "+00:14:05", "date": "1883-07-09 04:00", "place": {"c2": "63", "cy": "FR", "lg": 3.52017, "lat": 45.97657, "name": "Châteldon", "geoid": 3026153}, "date-ut": "1883-07-09 03:47:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1192"}, "ids-in-sources": {"a2": "1192"}}, "raw": {"H": "3", "MN": "47", "TZ": "0", "COD": "63", "COU": "F", "DAY": "9", "LAT": "45N47", "LON": "3E 5", "MON": "7", "NUM": "1192", "PRO": "S", "SEC": "40", "YEA": "1883", "CITY": "CHATELDON"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-401"}, "ids-in-source": {"g55": "02-401"}}, "raw": {"DAY": "9-7-1883", "HOUR": "4 h.", "NAME": "PHELIP J. A.", "PLACE": "Chateldon (Puy-de-Dôme)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3284	piollet-paul-1873-09-22	{"a2": "1198"}	{"lerrcp": "A2-1198"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Piollet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:59", "date": "1873-09-22 10:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.74629, "lat": 45.20507, "name": "La Tronche", "geoid": 3006131}, "notime": null, "date-ut": "1873-09-22 09:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Piollet"}, "birth": {"tzo": "+00:22:59", "date": "1873-09-22 10:00", "place": {"c2": "38", "cy": "FR", "lg": 5.74629, "lat": 45.20507, "name": "La Tronche", "geoid": 3006131}, "date-ut": "1873-09-22 09:37:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1198"}, "ids-in-sources": {"a2": "1198"}}, "raw": {"H": "9", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "22", "LAT": "45N11", "LON": "5E43", "MON": "9", "NUM": "1198", "PRO": "S", "SEC": "8", "YEA": "1873", "CITY": "LA TRONCHE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3281	pierson-antoine-1900-08-17	{"a2": "1195", "g55": "02-403"}	{"g55": "02-403", "lerrcp": "A2-1195"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Pierson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.08825, "lat": 48.48748, "name": "Vézelise", "geoid": 2969477}, "notime": null, "date-ut": "1900-08-17 12:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Pierson"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.08825, "lat": 48.48748, "name": "Vézelise", "geoid": 2969477}, "date-ut": "1900-08-17 12:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1195"}, "ids-in-sources": {"a2": "1195"}}, "raw": {"H": "12", "MN": "20", "TZ": "0", "COD": "54", "COU": "F", "DAY": "17", "LAT": "48N42", "LON": "6E12", "MON": "8", "NUM": "1195", "PRO": "S", "SEC": "40", "YEA": "1900", "CITY": "VEZELISE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-403"}, "ids-in-source": {"g55": "02-403"}}, "raw": {"DAY": "17-8-1900", "HOUR": "12 h. 30", "NAME": "PIERSON Antoine", "PLACE": "Vezelise (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3283	pilven-joseph-1886-04-29	{"a2": "1197", "g55": "02-405"}	{"g55": "02-405", "lerrcp": "A2-1197"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Pilven", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:16:17", "date": "1886-04-29 15:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.06906, "lat": 48.50906, "name": "Landivisiau", "geoid": 3007842}, "notime": null, "date-ut": "1886-04-29 15:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Pilven"}, "birth": {"tzo": "-00:16:17", "date": "1886-04-29 15:00", "place": {"c2": "29", "cy": "FR", "lg": -4.06906, "lat": 48.50906, "name": "Landivisiau", "geoid": 3007842}, "date-ut": "1886-04-29 15:16:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1197"}, "ids-in-sources": {"a2": "1197"}}, "raw": {"H": "15", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "29", "LAT": "48N 0", "LON": "4W 6", "MON": "4", "NUM": "1197", "PRO": "S", "SEC": "24", "YEA": "1886", "CITY": "LANDIVISIAU"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-405"}, "ids-in-source": {"g55": "02-405"}}, "raw": {"DAY": "29-4-1886", "HOUR": "15 h.", "NAME": "PILVEN Joseph", "PLACE": "Laudivisiau (Finistère)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3286	playoust-yves-1891-08-07	{"a2": "1200"}	{"lerrcp": "A2-1200"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Playoust", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1891-08-07 09:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1891-08-07 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Playoust"}, "birth": {"tzo": "+00:09:21", "date": "1891-08-07 09:00", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1891-08-07 08:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1200"}, "ids-in-sources": {"a2": "1200"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "7", "LAT": "49N54", "LON": "2E18", "MON": "8", "NUM": "1200", "PRO": "S", "SEC": "40", "YEA": "1891", "CITY": "AMIENS"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3287	pointin-pierre-1881-02-06	{"a2": "1201"}	{"lerrcp": "A2-1201"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Pointin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:12", "date": "1881-02-06 05:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1881-02-06 04:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Pointin"}, "birth": {"tzo": "+00:09:12", "date": "1881-02-06 05:00", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1881-02-06 04:50:48"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1201"}, "ids-in-sources": {"a2": "1201"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "6", "LAT": "49N54", "LON": "2E18", "MON": "2", "NUM": "1201", "PRO": "S", "SEC": "48", "YEA": "1881", "CITY": "AMIENS"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3288	poisonnier-max-1881-12-02	{"a2": "1202", "g55": "02-409"}	{"g55": "02-409", "lerrcp": "A2-1202"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Poisonnier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:18", "date": "1881-12-02 18:00", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.82606, "lat": 49.41794, "name": "Compiègne", "geoid": 3024066}, "notime": null, "date-ut": "1881-12-02 17:51:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Max", "family": "Poisonnier"}, "birth": {"tzo": "+00:11:18", "date": "1881-12-02 18:00", "place": {"c2": "60", "cy": "FR", "lg": 2.82606, "lat": 49.41794, "name": "Compiègne", "geoid": 3024066}, "date-ut": "1881-12-02 17:51:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1202"}, "ids-in-sources": {"a2": "1202"}}, "raw": {"H": "17", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "2", "LAT": "49N26", "LON": "2E 5", "MON": "12", "NUM": "1202", "PRO": "S", "SEC": "40", "YEA": "1881", "CITY": "COMPIEGNE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-409"}, "ids-in-source": {"g55": "02-409"}}, "raw": {"DAY": "2-12-1881", "HOUR": "18 h.", "NAME": "POISSONNIER Max", "PLACE": "Compiègne (Oise)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3292	poree-francis-1883-10-01	{"a2": "1206", "g55": "02-414"}	{"g55": "02-414", "lerrcp": "A2-1206"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Poree", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:07:25", "date": "1883-10-01 07:30", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.85216, "lat": 48.6766, "name": "Cancale", "geoid": 3028868}, "notime": null, "date-ut": "1883-10-01 07:36:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Francis", "family": "Poree"}, "birth": {"tzo": "-00:07:25", "date": "1883-10-01 07:30", "place": {"c2": "35", "cy": "FR", "lg": -1.85216, "lat": 48.6766, "name": "Cancale", "geoid": 3028868}, "date-ut": "1883-10-01 07:36:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1206"}, "ids-in-sources": {"a2": "1206"}}, "raw": {"H": "7", "MN": "36", "TZ": "0", "COD": "35", "COU": "F", "DAY": "1", "LAT": "48N 7", "LON": "1W40", "MON": "10", "NUM": "1206", "PRO": "S", "SEC": "40", "YEA": "1883", "CITY": "CANCALE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-414"}, "ids-in-source": {"g55": "02-414"}}, "raw": {"DAY": "1-10-1883", "HOUR": "7 h. 30", "NAME": "POREE Francis", "PLACE": "Cancale (Ille-et-Vilaine)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3294	prevot-maurice-1895-09-22	{"a2": "1208", "g55": "02-416"}	{"g55": "02-416", "lerrcp": "A2-1208"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Prevot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.0487, "lat": 47.86035, "name": "Moosch", "geoid": 2991906}, "notime": null, "date-ut": "1895-09-22 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Prevot"}, "birth": {"place": {"c2": "68", "cy": "FR", "lg": 7.0487, "lat": 47.86035, "name": "Moosch", "geoid": 2991906}, "date-ut": "1895-09-22 07:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1208"}, "ids-in-sources": {"a2": "1208"}}, "raw": {"H": "8", "MN": "30", "TZ": "-1", "COD": "68", "COU": "F", "DAY": "22", "LAT": "48N 5", "LON": "7E21", "MON": "9", "NUM": "1208", "PRO": "S", "SEC": "0", "YEA": "1895", "CITY": "MOOSCH"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-416"}, "ids-in-source": {"g55": "02-416"}}, "raw": {"DAY": "22-9-1895", "HOUR": "8 h. 30", "NAME": "PREVOT Maurice", "PLACE": "Moosch (Haut-Rhin)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3297	quiquandon-joseph-1886-06-10	{"a2": "1211", "g55": "02-419"}	{"g55": "02-419", "lerrcp": "A2-1211"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Quiquandon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1886-06-10 07:00", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 45.78333, "name": "Vernet-la-Varenne", "geoid": 0}, "notime": null, "date-ut": "1886-06-10 06:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Quiquandon"}, "birth": {"tzo": "+00:12:20", "date": "1886-06-10 07:00", "place": {"c2": "63", "cy": "FR", "lg": 3.08333, "lat": 45.78333, "name": "Vernet-la-Varen", "geoid": 0}, "date-ut": "1886-06-10 06:47:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1211"}, "ids-in-sources": {"a2": "1211"}}, "raw": {"H": "6", "MN": "47", "TZ": "0", "COD": "63", "COU": "F", "DAY": "10", "LAT": "45N47", "LON": "3E 5", "MON": "6", "NUM": "1211", "PRO": "S", "SEC": "40", "YEA": "1886", "CITY": "VERNET-LA-VAREN"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Vernet-la-Varenne"}}, "partial-ids": {"g55": "02-419"}, "ids-in-source": {"g55": "02-419"}}, "raw": {"DAY": "10-6-1886", "HOUR": "7 h.", "NAME": "QUIQUANDON Joseph", "PLACE": "Vernet-la-Varenne (P.-de-D.)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3299	rajat-henri-1880-02-15	{"a2": "1213", "g55": "02-421"}	{"g55": "02-421", "lerrcp": "A2-1213"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Rajat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:40", "date": "1880-02-15 09:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Saint-Germain-Laval", "geoid": 0}, "notime": null, "date-ut": "1880-02-15 08:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Rajat"}, "birth": {"tzo": "+00:10:40", "date": "1880-02-15 09:00", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Saint-Germain-Lava", "geoid": 0}, "date-ut": "1880-02-15 08:49:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1213"}, "ids-in-sources": {"a2": "1213"}}, "raw": {"H": "8", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "15", "LAT": "48N33", "LON": "2E40", "MON": "2", "NUM": "1213", "PRO": "S", "SEC": "20", "YEA": "1880", "CITY": "ST-GERMAIN-LAVA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Germain-Laval"}}, "partial-ids": {"g55": "02-421"}, "ids-in-source": {"g55": "02-421"}}, "raw": {"DAY": "15-2-1880", "HOUR": "9 h.", "NAME": "RAIAT Henri", "PLACE": "Saint-Germain-Laval (Seine-et-Marne)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3302	redslob-edmond-1876-06-23	{"a2": "1216"}	{"lerrcp": "A2-1216"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Redslob", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1876-06-23 00:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Redslob"}, "birth": {"place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1876-06-23 00:29"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1216"}, "ids-in-sources": {"a2": "1216"}}, "raw": {"H": "1", "MN": "29", "TZ": "-1", "COD": "67", "COU": "F", "DAY": "23", "LAT": "48N35", "LON": "7E45", "MON": "6", "NUM": "1216", "PRO": "S", "SEC": "0", "YEA": "1876", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3300	raybaud-jean-1895-12-15	{"a2": "1214", "g55": "02-422"}	{"g55": "02-422", "lerrcp": "A2-1214"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Raybaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-12-15 01:00", "note": null, "place": {"c1": null, "c2": "04", "c3": null, "cy": "FR", "lg": 6.25, "lat": 44.1, "name": "Digne", "geoid": 0}, "notime": null, "date-ut": "1895-12-15 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Raybaud"}, "birth": {"tzo": "+00:09:21", "date": "1895-12-15 01:00", "place": {"c2": "04", "cy": "FR", "lg": 6.25, "lat": 44.1, "name": "Digne", "geoid": 0}, "date-ut": "1895-12-15 00:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1214"}, "ids-in-sources": {"a2": "1214"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "04", "COU": "F", "DAY": "15", "LAT": "44N 6", "LON": "6E15", "MON": "12", "NUM": "1214", "PRO": "S", "SEC": "40", "YEA": "1895", "CITY": "DIGNE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Digne"}}, "partial-ids": {"g55": "02-422"}, "ids-in-source": {"g55": "02-422"}}, "raw": {"DAY": "15-12-1895", "HOUR": "1 h.", "NAME": "RAYBAUD Jean", "PLACE": "Digne (Basses-Alpes)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3304	regnault-jules-1873-06-01	{"a2": "1218", "g55": "02-425"}	{"g55": "02-425", "lerrcp": "A2-1218"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Regnault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:03", "date": "1873-06-01 09:30", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.26417, "lat": 48.94798, "name": "Hambye", "geoid": 3014023}, "notime": null, "date-ut": "1873-06-01 09:34:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Regnault"}, "birth": {"tzo": "-00:05:03", "date": "1873-06-01 09:30", "place": {"c2": "50", "cy": "FR", "lg": -1.26417, "lat": 48.94798, "name": "Hambye", "geoid": 3014023}, "date-ut": "1873-06-01 09:34:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1218"}, "ids-in-sources": {"a2": "1218"}}, "raw": {"H": "9", "MN": "34", "TZ": "0", "COD": "50", "COU": "F", "DAY": "1", "LAT": "49N 7", "LON": "1W 5", "MON": "6", "NUM": "1218", "PRO": "S", "SEC": "20", "YEA": "1873", "CITY": "HAMBYE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-425"}, "ids-in-source": {"g55": "02-425"}}, "raw": {"DAY": "1-6-1873", "HOUR": "9 h. 30", "NAME": "REGNAULT Jules", "PLACE": "Hambye (Manche)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3307	revelliac-edouard-1885-08-03	{"a2": "1221"}	{"lerrcp": "A2-1221"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Revelliac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:13", "date": "1885-08-03 11:00", "note": null, "place": {"c1": null, "c2": "15", "c3": null, "cy": "FR", "lg": 2.55279, "lat": 45.00094, "name": "Velzic", "geoid": 2970164}, "notime": null, "date-ut": "1885-08-03 10:50:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Revelliac"}, "birth": {"tzo": "+00:10:13", "date": "1885-08-03 11:00", "place": {"c2": "15", "cy": "FR", "lg": 2.55279, "lat": 45.00094, "name": "Velzic", "geoid": 2970164}, "date-ut": "1885-08-03 10:50:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1221"}, "ids-in-sources": {"a2": "1221"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "15", "COU": "F", "DAY": "3", "LAT": "44N56", "LON": "2E26", "MON": "8", "NUM": "1221", "PRO": "S", "SEC": "16", "YEA": "1885", "CITY": "VELZIC"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3308	reverse-bernard-1901-10-23	{"a2": "1222", "g55": "02-429"}	{"g55": "02-429", "lerrcp": "A2-1222"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Reverse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1901-10-23 10:32", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.95445, "lat": 49.56703, "name": "Pavilly", "geoid": 2988305}, "notime": null, "date-ut": "1901-10-23 10:22:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Reverse"}, "birth": {"tzo": "+00:09:21", "date": "1901-10-23 10:32", "place": {"c2": "76", "cy": "FR", "lg": 0.95445, "lat": 49.56703, "name": "Pavilly", "geoid": 2988305}, "date-ut": "1901-10-23 10:22:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1222"}, "ids-in-sources": {"a2": "1222"}}, "raw": {"H": "10", "MN": "22", "TZ": "0", "COD": "76", "COU": "F", "DAY": "23", "LAT": "49N26", "LON": "1E 5", "MON": "10", "NUM": "1222", "PRO": "S", "SEC": "40", "YEA": "1901", "CITY": "PAVILLY"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-429"}, "ids-in-source": {"g55": "02-429"}}, "raw": {"DAY": "23-10-1901", "HOUR": "10 h. 32", "NAME": "REVERSE Bernard", "PLACE": "Pavilly (Seine-Inférieure)."}, "date": "2023-08-20T14:48:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3310	richard-armand-1893-02-02	{"a2": "1224", "g55": "02-431"}	{"g55": "02-431", "lerrcp": "A2-1224"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Richard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1893-02-02 04:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 2.83506, "lat": 50.70425, "name": "Nieppe", "geoid": 2990392}, "notime": null, "date-ut": "1893-02-02 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Richard"}, "birth": {"tzo": "+00:09:21", "date": "1893-02-02 04:00", "place": {"c2": "59", "cy": "FR", "lg": 2.83506, "lat": 50.70425, "name": "Nieppe", "geoid": 2990392}, "date-ut": "1893-02-02 03:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1224"}, "ids-in-sources": {"a2": "1224"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "59", "COU": "F", "DAY": "2", "LAT": "50N39", "LON": "3E 5", "MON": "2", "NUM": "1224", "PRO": "S", "SEC": "40", "YEA": "1893", "CITY": "NIEPPE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-431"}, "ids-in-source": {"g55": "02-431"}}, "raw": {"DAY": "2-2-1893", "HOUR": "4 h.", "NAME": "RICHARD Armand", "PLACE": "Nieppe (Nord)."}, "date": "2023-08-20T14:48:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3312	richier-jacques-1901-05-13	{"a2": "1226", "g55": "02-433"}	{"g55": "02-433", "lerrcp": "A2-1226"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Richier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1901-05-13 06:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Villiers-sur-Marne", "geoid": 0}, "notime": null, "date-ut": "1901-05-13 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Richier"}, "birth": {"tzo": "+00:09:21", "date": "1901-05-13 06:00", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Villiers-sur-Marn", "geoid": 0}, "date-ut": "1901-05-13 05:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1226"}, "ids-in-sources": {"a2": "1226"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "13", "LAT": "48N47", "LON": "2E29", "MON": "5", "NUM": "1226", "PRO": "S", "SEC": "40", "YEA": "1901", "CITY": "VILLIERS-S/MARN"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Villiers-sur-Marne"}}, "partial-ids": {"g55": "02-433"}, "ids-in-source": {"g55": "02-433"}}, "raw": {"DAY": "13-5-1901", "HOUR": "6 h.", "NAME": "RICHIER Jacques", "PLACE": "Villiers-sur-Marne (Seine-et-Oise)."}, "date": "2023-08-20T14:48:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3317	romey-andre-1888-12-21	{"a2": "1231"}	{"lerrcp": "A2-1231"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Romey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:43", "date": "1888-12-21 10:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1888-12-21 09:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Romey"}, "birth": {"tzo": "+00:23:43", "date": "1888-12-21 10:00", "place": {"c2": "83", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1888-12-21 09:34:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1231"}, "ids-in-sources": {"a2": "1231"}}, "raw": {"H": "9", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "21", "LAT": "43N32", "LON": "6E28", "MON": "12", "NUM": "1231", "PRO": "S", "SEC": "8", "YEA": "1888", "CITY": "TOULON"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3318	rosset-marc-1888-07-15	{"a2": "1232", "g55": "02-438"}	{"g55": "02-438", "lerrcp": "A2-1232"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marc", "family": "Rosset", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:30", "date": "1888-07-15 15:56:38", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 4.87484, "lat": 45.52569, "name": "Vienne", "geoid": 2969284}, "notime": null, "date-ut": "1888-07-15 15:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marc", "family": "Rosset"}, "birth": {"tzo": "+00:19:30", "date": "1888-07-15 15:56:38", "place": {"c2": "38", "cy": "FR", "lg": 4.87484, "lat": 45.52569, "name": "Vienne", "geoid": 2969284}, "date-ut": "1888-07-15 15:37:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1232"}, "ids-in-sources": {"a2": "1232"}}, "raw": {"H": "15", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "15", "LAT": "45N11", "LON": "5E43", "MON": "7", "NUM": "1232", "PRO": "S", "SEC": "8", "YEA": "1888", "CITY": "VIENNE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-438"}, "ids-in-source": {"g55": "02-438"}}, "raw": {"DAY": "15-7-1888", "HOUR": "16 h.", "NAME": "ROSSET Marc", "PLACE": "Vienne (Isère)."}, "date": "2023-08-20T14:48:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3322	rousseau-decelle-1875-05-02	{"a2": "1236", "g55": "02-442"}	{"g55": "02-442", "lerrcp": "A2-1236"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Rousseau-Decelle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:43", "date": "1875-05-02 21:30", "note": null, "place": {"c1": null, "c2": "85", "c3": null, "cy": "FR", "lg": -1.42757, "lat": 46.66974, "name": "La Roche-sur-Yon", "geoid": 3006767}, "notime": null, "date-ut": "1875-05-02 21:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "Rousseau-Decelle"}, "birth": {"tzo": "-00:05:43", "date": "1875-05-02 21:30", "place": {"c2": "85", "cy": "FR", "lg": -1.42757, "lat": 46.66974, "name": "La Roche-sur-Yon", "geoid": 3006767}, "date-ut": "1875-05-02 21:35:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1236"}, "ids-in-sources": {"a2": "1236"}}, "raw": {"H": "21", "MN": "35", "TZ": "0", "COD": "85", "COU": "F", "DAY": "2", "LAT": "46N40", "LON": "1W25", "MON": "5", "NUM": "1236", "PRO": "S", "SEC": "40", "YEA": "1875", "CITY": "LA ROCHE-S/YON"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-442"}, "ids-in-source": {"g55": "02-442"}}, "raw": {"DAY": "2-5-1875", "HOUR": "21 h. 30", "NAME": "ROUSSEAU-DECELLE", "PLACE": "La Roche-sur-Yon (Vendée)."}, "date": "2023-08-20T14:48:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3324	roussy-alfred-1866-01-14	{"a2": "1238", "g55": "02-444"}	{"g55": "02-444", "lerrcp": "A2-1238"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Roussy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:33", "date": "1866-01-14 01:00", "note": null, "place": {"c1": null, "c2": "12", "c3": null, "cy": "FR", "lg": 2.88915, "lat": 43.95575, "name": "Saint-Affrique", "geoid": 2981925}, "notime": null, "date-ut": "1866-01-14 00:49:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Roussy"}, "birth": {"tzo": "+00:11:33", "date": "1866-01-14 01:00", "place": {"c2": "12", "cy": "FR", "lg": 2.88915, "lat": 43.95575, "name": "Saint-Affrique", "geoid": 2981925}, "date-ut": "1866-01-14 00:49:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1238"}, "ids-in-sources": {"a2": "1238"}}, "raw": {"H": "0", "MN": "49", "TZ": "0", "COD": "12", "COU": "F", "DAY": "14", "LAT": "44N21", "LON": "2E34", "MON": "1", "NUM": "1238", "PRO": "S", "SEC": "44", "YEA": "1866", "CITY": "ST-AFFRIQUE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-444"}, "ids-in-source": {"g55": "02-444"}}, "raw": {"DAY": "14-1-1866", "HOUR": "1 h.", "NAME": "ROUSSY Alfred", "PLACE": "Saint-Affrique (Aveyron)."}, "date": "2023-08-20T14:48:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3327	sackenreiter-g-1886-06-16	{"a2": "1241", "g55": "02-447"}	{"g55": "02-447", "lerrcp": "A2-1241"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "G", "family": "Sackenreiter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.22947, "lat": 48.86531, "name": "Ottwiller", "geoid": 2989081}, "notime": null, "date-ut": "1886-06-16 19:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "G", "family": "Sackenreiter"}, "birth": {"place": {"c2": "67", "cy": "FR", "lg": 7.22947, "lat": 48.86531, "name": "Ottwiller", "geoid": 2989081}, "date-ut": "1886-06-16 19:59"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1241"}, "ids-in-sources": {"a2": "1241"}}, "raw": {"H": "20", "MN": "59", "TZ": "-1", "COD": "67", "COU": "F", "DAY": "16", "LAT": "48N35", "LON": "7E45", "MON": "6", "NUM": "1241", "PRO": "S", "SEC": "0", "YEA": "1886", "CITY": "OTTWILLER"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-447"}, "ids-in-source": {"g55": "02-447"}}, "raw": {"DAY": "16-6-1886", "HOUR": "20 h. 30", "NAME": "SACKENREITER G.", "PLACE": "Ottwiller (Bas-Rhin)."}, "date": "2023-08-20T14:48:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3329	sambuc-edouard-1876-10-28	{"a2": "1243", "g55": "02-449"}	{"g55": "02-449", "lerrcp": "A2-1243"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Sambuc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:03", "date": "1876-10-28 06:00", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 5.01438, "lat": 44.89843, "name": "Chabeuil", "geoid": 3027705}, "notime": null, "date-ut": "1876-10-28 05:40:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Sambuc"}, "birth": {"tzo": "+00:20:03", "date": "1876-10-28 06:00", "place": {"c2": "26", "cy": "FR", "lg": 5.01438, "lat": 44.89843, "name": "Chabeuil", "geoid": 3027705}, "date-ut": "1876-10-28 05:40:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1243"}, "ids-in-sources": {"a2": "1243"}}, "raw": {"H": "5", "MN": "40", "TZ": "0", "COD": "26", "COU": "F", "DAY": "28", "LAT": "44N56", "LON": "4E54", "MON": "10", "NUM": "1243", "PRO": "S", "SEC": "24", "YEA": "1876", "CITY": "CHABEUIL"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-449"}, "ids-in-source": {"g55": "02-449"}}, "raw": {"DAY": "28-10-1876", "HOUR": "6 h.", "NAME": "SAMBUC Edouard", "PLACE": "Chabeuil (Drôme)."}, "date": "2023-08-20T14:48:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3330	sannie-charles-1896-12-28	{"a2": "1244"}	{"lerrcp": "A2-1244"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Sannie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1896-12-28 06:30", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 1.8802, "lat": 48.20284, "name": "Janville", "geoid": 3012502}, "notime": null, "date-ut": "1896-12-28 06:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Sannie"}, "birth": {"tzo": "+00:09:21", "date": "1896-12-28 06:30", "place": {"c2": "28", "cy": "FR", "lg": 1.8802, "lat": 48.20284, "name": "Janville", "geoid": 3012502}, "date-ut": "1896-12-28 06:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1244"}, "ids-in-sources": {"a2": "1244"}}, "raw": {"H": "6", "MN": "20", "TZ": "0", "COD": "28", "COU": "F", "DAY": "28", "LAT": "48N27", "LON": "1E30", "MON": "12", "NUM": "1244", "PRO": "S", "SEC": "40", "YEA": "1896", "CITY": "JANVILLE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3331	saurin-charles-1878-02-27	{"a2": "1245"}	{"lerrcp": "A2-1245"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Saurin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:43", "date": "1878-02-27 13:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1878-02-27 12:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Saurin"}, "birth": {"tzo": "+00:23:43", "date": "1878-02-27 13:00", "place": {"c2": "83", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1878-02-27 12:34:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1245"}, "ids-in-sources": {"a2": "1245"}}, "raw": {"H": "12", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "27", "LAT": "43N32", "LON": "6E28", "MON": "2", "NUM": "1245", "PRO": "S", "SEC": "8", "YEA": "1878", "CITY": "TOULON"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3334	schaaff-fred-1884-03-08	{"a2": "1248"}	{"lerrcp": "A2-1248"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fred", "family": "Schaaff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1884-03-08 00:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Fred", "family": "Schaaff"}, "birth": {"place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1884-03-08 00:29"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1248"}, "ids-in-sources": {"a2": "1248"}}, "raw": {"H": "1", "MN": "29", "TZ": "-1", "COD": "67", "COU": "F", "DAY": "8", "LAT": "48N35", "LON": "7E45", "MON": "3", "NUM": "1248", "PRO": "S", "SEC": "0", "YEA": "1884", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3333	savoire-camille-1869-07-06	{"a2": "1247", "g55": "02-451"}	{"g55": "02-451", "lerrcp": "A2-1247"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Savoire", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:35", "date": "1869-07-06 10:00", "note": null, "place": {"c1": null, "c2": "41", "c3": null, "cy": "FR", "lg": 1.3959, "lat": 47.82393, "name": "Marchenoir", "geoid": 2996008}, "notime": null, "date-ut": "1869-07-06 09:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Savoire"}, "birth": {"tzo": "+00:05:35", "date": "1869-07-06 10:00", "place": {"c2": "41", "cy": "FR", "lg": 1.3959, "lat": 47.82393, "name": "Marchenoir", "geoid": 2996008}, "date-ut": "1869-07-06 09:54:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1247"}, "ids-in-sources": {"a2": "1247"}}, "raw": {"H": "9", "MN": "54", "TZ": "0", "COD": "41", "COU": "F", "DAY": "6", "LAT": "47N35", "LON": "1E20", "MON": "7", "NUM": "1247", "PRO": "S", "SEC": "40", "YEA": "1869", "CITY": "MARCHENOIR"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-451"}, "ids-in-source": {"g55": "02-451"}}, "raw": {"DAY": "6-7-1869", "HOUR": "10 h.", "NAME": "SAVOIRE Camille", "PLACE": "Marchenoir (Loir-et-Cher)."}, "date": "2023-08-20T14:48:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3335	schambacher-alfred-1878-09-08	{"a2": "1249"}	{"lerrcp": "A2-1249"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Schambacher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1878-09-08 20:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Schambacher"}, "birth": {"place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1878-09-08 20:29"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1249"}, "ids-in-sources": {"a2": "1249"}}, "raw": {"H": "21", "MN": "29", "TZ": "-1", "COD": "67", "COU": "F", "DAY": "8", "LAT": "48N35", "LON": "7E45", "MON": "9", "NUM": "1249", "PRO": "S", "SEC": "0", "YEA": "1878", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3336	schmid-fritz-1892-08-01	{"a2": "1250"}	{"lerrcp": "A2-1250"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Schmid", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1892-08-01 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Fritz", "family": "Schmid"}, "birth": {"place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1892-08-01 01:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1250"}, "ids-in-sources": {"a2": "1250"}}, "raw": {"H": "2", "MN": "30", "TZ": "-1", "COD": "67", "COU": "F", "DAY": "1", "LAT": "48N35", "LON": "7E45", "MON": "8", "NUM": "1250", "PRO": "S", "SEC": "0", "YEA": "1892", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3338	schmitt-charles-1872-09-18	{"a2": "1252", "g55": "02-453"}	{"g55": "02-453", "lerrcp": "A2-1252"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Schmitt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1872-09-18 04:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Schmitt"}, "birth": {"place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1872-09-18 04:29"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1252"}, "ids-in-sources": {"a2": "1252"}}, "raw": {"H": "5", "MN": "29", "TZ": "-1", "COD": "67", "COU": "F", "DAY": "18", "LAT": "48N35", "LON": "7E45", "MON": "9", "NUM": "1252", "PRO": "S", "SEC": "0", "YEA": "1872", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-453"}, "ids-in-source": {"g55": "02-453"}}, "raw": {"DAY": "18-9-1872", "HOUR": "5 h.", "NAME": "SCHMITT Charles", "PLACE": "Strasbourg (Bas-Rhin)."}, "date": "2023-08-20T14:48:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3341	secousse-henri-1887-08-03	{"a2": "1255"}	{"lerrcp": "A2-1255"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Secousse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1887-08-03 05:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1887-08-03 05:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Secousse"}, "birth": {"tzo": "-00:02:19", "date": "1887-08-03 05:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1887-08-03 05:57:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1255"}, "ids-in-sources": {"a2": "1255"}}, "raw": {"H": "5", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "3", "LAT": "44N50", "LON": "0W34", "MON": "8", "NUM": "1255", "PRO": "S", "SEC": "36", "YEA": "1887", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3342	sedan-jean-1891-04-17	{"a2": "1256"}	{"lerrcp": "A2-1256"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Sedan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1891-04-17 06:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1891-04-17 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Sedan"}, "birth": {"tzo": "+00:09:21", "date": "1891-04-17 06:00", "place": {"c2": "83", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1891-04-17 05:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1256"}, "ids-in-sources": {"a2": "1256"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "83", "COU": "F", "DAY": "17", "LAT": "43N32", "LON": "6E28", "MON": "4", "NUM": "1256", "PRO": "S", "SEC": "40", "YEA": "1891", "CITY": "TOULON"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3343	serbource-marcel-1882-03-22	{"a2": "1257", "g55": "02-456"}	{"g55": "02-456", "lerrcp": "A2-1257"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Serbource", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:08", "date": "1882-03-22 20:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Chatillon-sur-Seine", "geoid": 0}, "notime": null, "date-ut": "1882-03-22 19:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Serbource"}, "birth": {"tzo": "+00:20:08", "date": "1882-03-22 20:00", "place": {"c2": "21", "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Chatillon-sur-Sein", "geoid": 0}, "date-ut": "1882-03-22 19:39:52"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1257"}, "ids-in-sources": {"a2": "1257"}}, "raw": {"H": "19", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "22", "LAT": "47N19", "LON": "5E 2", "MON": "3", "NUM": "1257", "PRO": "S", "SEC": "52", "YEA": "1882", "CITY": "CHATILLON S-SEIN"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Chatillon-sur-Seine"}}, "partial-ids": {"g55": "02-456"}, "ids-in-source": {"g55": "02-456"}}, "raw": {"DAY": "22-3-1882", "HOUR": "20 h.", "NAME": "SERBOURCE Marcel", "PLACE": "Chatillon-sur-Seine (Côte-d’Or)."}, "date": "2023-08-20T14:48:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3345	sicard-jean-1872-06-23	{"a2": "1259"}	{"lerrcp": "A2-1259"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Sicard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1872-06-23 03:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1872-06-23 02:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Sicard"}, "birth": {"tzo": "+00:21:31", "date": "1872-06-23 03:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1872-06-23 02:38:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1259"}, "ids-in-sources": {"a2": "1259"}}, "raw": {"H": "2", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "23", "LAT": "43N18", "LON": "5E22", "MON": "6", "NUM": "1259", "PRO": "S", "SEC": "32", "YEA": "1872", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3346	sicard-pauzoles-just-1872-01-12	{"a2": "1260"}	{"lerrcp": "A2-1260"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Sicard Pauzoles Just", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1872-01-12 09:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1872-01-12 08:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "Sicard Pauzoles Just"}, "birth": {"tzo": "+00:15:30", "date": "1872-01-12 09:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1872-01-12 08:44:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1260"}, "ids-in-sources": {"a2": "1260"}}, "raw": {"H": "8", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "12", "LAT": "43N37", "LON": "3E53", "MON": "1", "NUM": "1260", "PRO": "S", "SEC": "28", "YEA": "1872", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3349	simon-francis-1895-05-13	{"a2": "1263", "g55": "02-461"}	{"g55": "02-461", "lerrcp": "A2-1263"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Simon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-05-13 05:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Saint-Hilaire-de-Harcouét", "geoid": 0}, "notime": null, "date-ut": "1895-05-13 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Francis", "family": "Simon"}, "birth": {"tzo": "+00:09:21", "date": "1895-05-13 05:00", "place": {"c2": "50", "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Saint-Hilaire-du-H", "geoid": 0}, "date-ut": "1895-05-13 04:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1263"}, "ids-in-sources": {"a2": "1263"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "50", "COU": "F", "DAY": "13", "LAT": "49N 7", "LON": "1W 5", "MON": "5", "NUM": "1263", "PRO": "S", "SEC": "40", "YEA": "1895", "CITY": "ST-HILAIRE-DU-H"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Hilaire-de-Harcouét"}}, "partial-ids": {"g55": "02-461"}, "ids-in-source": {"g55": "02-461"}}, "raw": {"DAY": "13-5-1895", "HOUR": "5 h.", "NAME": "SIMON Francis", "PLACE": "Saint-Hilaire-de-Harcouét (Manche)."}, "date": "2023-08-20T14:48:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3351	sorel-francois-1876-07-06	{"a2": "1265", "g55": "02-463"}	{"g55": "02-463", "lerrcp": "A2-1265"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Sorel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:37", "date": "1876-07-06 11:00", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.15481, "lat": 49.30324, "name": "Pont-de-l'Arche", "geoid": 2986249}, "notime": null, "date-ut": "1876-07-06 10:55:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "François", "family": "Sorel"}, "birth": {"tzo": "+00:04:37", "date": "1876-07-06 11:00", "place": {"c2": "27", "cy": "FR", "lg": 1.15481, "lat": 49.30324, "name": "Pont-de-l'Arche", "geoid": 2986249}, "date-ut": "1876-07-06 10:55:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1265"}, "ids-in-sources": {"a2": "1265"}}, "raw": {"H": "10", "MN": "55", "TZ": "0", "COD": "27", "COU": "F", "DAY": "6", "LAT": "49N 1", "LON": "1E11", "MON": "7", "NUM": "1265", "PRO": "S", "SEC": "16", "YEA": "1876", "CITY": "PONT-DE-L ARCHE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-463"}, "ids-in-source": {"g55": "02-463"}}, "raw": {"DAY": "6-7-1876", "HOUR": "11 h.", "NAME": "SOREL Francois", "PLACE": "Pont-de-l’Arche (Eure)."}, "date": "2023-08-20T14:48:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3354	soulayrol-georges-1883-09-21	{"a2": "1268", "g55": "02-467"}	{"g55": "02-467", "lerrcp": "A2-1268"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Soulayrol", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:19", "date": "1883-09-21 21:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.33028, "lat": 43.53352, "name": "Neffiès", "geoid": 2990820}, "notime": null, "date-ut": "1883-09-21 20:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Soulayrol"}, "birth": {"tzo": "+00:13:19", "date": "1883-09-21 21:00", "place": {"c2": "34", "cy": "FR", "lg": 3.33028, "lat": 43.53352, "name": "Neffiès", "geoid": 2990820}, "date-ut": "1883-09-21 20:44:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1268"}, "ids-in-sources": {"a2": "1268"}}, "raw": {"H": "20", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "21", "LAT": "43N37", "LON": "3E53", "MON": "9", "NUM": "1268", "PRO": "S", "SEC": "28", "YEA": "1883", "CITY": "NEFFIES"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-467"}, "ids-in-source": {"g55": "02-467"}}, "raw": {"DAY": "21-9-1883", "HOUR": "21 h.", "NAME": "SOULAYROL Georges", "PLACE": "Neffies (Hérault)."}, "date": "2023-08-20T14:48:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3358	tarneaud-jean-1888-01-06	{"a2": "1272"}	{"lerrcp": "A2-1272"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Tarneaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:00:42", "date": "1888-01-06 07:00", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": -0.17329, "lat": 45.6816, "name": "Jarnac", "geoid": 3012477}, "notime": null, "date-ut": "1888-01-06 06:59:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Tarneaud"}, "birth": {"tzo": "-00:00:42", "date": "1888-01-06 07:00", "place": {"c2": "16", "cy": "FR", "lg": -0.17329, "lat": 45.6816, "name": "Jarnac", "geoid": 3012477}, "date-ut": "1888-01-06 06:59:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1272"}, "ids-in-sources": {"a2": "1272"}}, "raw": {"H": "6", "MN": "59", "TZ": "0", "COD": "16", "COU": "F", "DAY": "6", "LAT": "45N39", "LON": "0E10", "MON": "1", "NUM": "1272", "PRO": "S", "SEC": "20", "YEA": "1888", "CITY": "JARNAC"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3359	techoueyres-emile-1878-12-15	{"a2": "1273"}	{"lerrcp": "A2-1273"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Techoueyres", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1878-12-15 16:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1878-12-15 16:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Techoueyres"}, "birth": {"tzo": "-00:02:19", "date": "1878-12-15 16:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1878-12-15 16:57:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1273"}, "ids-in-sources": {"a2": "1273"}}, "raw": {"H": "16", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "15", "LAT": "44N50", "LON": "0W34", "MON": "12", "NUM": "1273", "PRO": "S", "SEC": "36", "YEA": "1878", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3356	sureau-maurice-1894-07-18	{"a2": "1270", "g55": "02-468"}	{"g55": "02-468", "lerrcp": "A2-1270"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Sureau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1894-07-18 02:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1894-07-18 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Sureau"}, "birth": {"tzo": "+00:09:21", "date": "1894-07-18 02:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1894-07-18 01:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1270"}, "ids-in-sources": {"a2": "1270"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "06", "COU": "F", "DAY": "18", "LAT": "43N42", "LON": "7E16", "MON": "7", "NUM": "1270", "PRO": "S", "SEC": "40", "YEA": "1894", "CITY": "NICE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-468"}, "ids-in-source": {"g55": "02-468"}}, "raw": {"DAY": "18-7-1894", "HOUR": "2 h.", "NAME": "SUREAU Maurice", "PLACE": "Nice (Alpes-Maritimes)."}, "date": "2023-08-20T14:48:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3360	teissonniere-maurice-1874-01-14	{"a2": "1274"}	{"lerrcp": "A2-1274"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Teissonniere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:24", "date": "1874-01-14 09:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35, "lat": 43.85, "name": "Saint-Hippolyte-du", "geoid": 0}, "notime": null, "date-ut": "1874-01-14 08:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Teissonniere"}, "birth": {"tzo": "+00:17:24", "date": "1874-01-14 09:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35, "lat": 43.85, "name": "Saint-Hippolyte-du", "geoid": 0}, "date-ut": "1874-01-14 08:42:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1274"}, "ids-in-sources": {"a2": "1274"}}, "raw": {"H": "8", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "14", "LAT": "43N51", "LON": "4E21", "MON": "1", "NUM": "1274", "PRO": "S", "SEC": "36", "YEA": "1874", "CITY": "ST-HIPPOLYTE-DU"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3361	thiers-joseph-1885-07-30	{"a2": "1275"}	{"lerrcp": "A2-1275"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Thiers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:35", "date": "1885-07-30 11:00", "note": null, "place": {"c1": null, "c2": "20", "c3": null, "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Bastia", "geoid": 0}, "notime": null, "date-ut": "1885-07-30 10:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Thiers"}, "birth": {"tzo": "+00:35", "date": "1885-07-30 11:00", "place": {"c2": "20", "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Bastia", "geoid": 0}, "date-ut": "1885-07-30 10:25"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1275"}, "ids-in-sources": {"a2": "1275"}}, "raw": {"H": "10", "MN": "25", "TZ": "0", "COD": "20", "COU": "F", "DAY": "30", "LAT": "41N55", "LON": "8E45", "MON": "7", "NUM": "1275", "PRO": "S", "SEC": "0", "YEA": "1885", "CITY": "BASTIA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3364	tixier-felix-1872-08-31	{"a2": "1278", "g55": "02-474"}	{"g55": "02-474", "lerrcp": "A2-1278"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Tixier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:21", "date": "1872-08-31 02:15", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "notime": null, "date-ut": "1872-08-31 02:02:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Tixier"}, "birth": {"tzo": "+00:12:21", "date": "1872-08-31 02:15", "place": {"c2": "63", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "date-ut": "1872-08-31 02:02:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1278"}, "ids-in-sources": {"a2": "1278"}}, "raw": {"H": "2", "MN": "2", "TZ": "0", "COD": "63", "COU": "F", "DAY": "31", "LAT": "45N47", "LON": "3E 5", "MON": "8", "NUM": "1278", "PRO": "S", "SEC": "40", "YEA": "1872", "CITY": "CLERMONT FERRAND"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-474"}, "ids-in-source": {"g55": "02-474"}}, "raw": {"DAY": "31-8-1872", "HOUR": "2 h. 15", "NAME": "TIXIER Félix", "PLACE": "Clermont-Ferrand (Puy-de-Dôme)."}, "date": "2023-08-20T14:48:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3366	tourvieille-labroue-maurice-1890-01-17	{"a2": "1280", "g55": "02-476"}	{"g55": "02-476", "lerrcp": "A2-1280"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Tourvieille Labroue Maurice", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:12", "date": "1890-01-17 02:55:24", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.55144, "lat": 44.80759, "name": "Bègles", "geoid": 3033881}, "notime": null, "date-ut": "1890-01-17 02:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "Tourvieille Labroue Maurice"}, "birth": {"tzo": "-00:02:12", "date": "1890-01-17 02:55:24", "place": {"c2": "33", "cy": "FR", "lg": -0.55144, "lat": 44.80759, "name": "Bègles", "geoid": 3033881}, "date-ut": "1890-01-17 02:57:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1280"}, "ids-in-sources": {"a2": "1280"}}, "raw": {"H": "2", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "17", "LAT": "44N50", "LON": "0W34", "MON": "1", "NUM": "1280", "PRO": "S", "SEC": "36", "YEA": "1890", "CITY": "BEGLES"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-476"}, "ids-in-source": {"g55": "02-476"}}, "raw": {"DAY": "17-1-1890", "HOUR": "3 h.", "NAME": "TOURVIEILLE de LABROUHE Maurice", "PLACE": "Beales (Gir.)."}, "date": "2023-08-20T14:48:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3368	trumel-rene-1906-01-22	{"a2": "1282", "g55": "02-478"}	{"g55": "02-478", "lerrcp": "A2-1282"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Trumel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1906-01-22 04:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1906-01-22 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Trumel"}, "birth": {"tzo": "+00:09:21", "date": "1906-01-22 04:00", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1906-01-22 03:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1282"}, "ids-in-sources": {"a2": "1282"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "76", "COU": "F", "DAY": "22", "LAT": "49N26", "LON": "1E 5", "MON": "1", "NUM": "1282", "PRO": "S", "SEC": "40", "YEA": "1906", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-478"}, "ids-in-source": {"g55": "02-478"}}, "raw": {"DAY": "22-1-1906", "HOUR": "4 h.", "NAME": "TRUMEL René", "PLACE": "Rouen (Seine-Inférieure)."}, "date": "2023-08-20T14:48:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3372	valade-roger-1891-12-18	{"a2": "1286", "g55": "02-482"}	{"g55": "02-482", "lerrcp": "A2-1286"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Valade", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1891-12-18 16:00", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.16108, "lat": 48.77275, "name": "Bar-le-Duc", "geoid": 3034911}, "notime": null, "date-ut": "1891-12-18 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Valade"}, "birth": {"tzo": "+00:09:21", "date": "1891-12-18 16:00", "place": {"c2": "55", "cy": "FR", "lg": 5.16108, "lat": 48.77275, "name": "Bar-le-Duc", "geoid": 3034911}, "date-ut": "1891-12-18 15:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1286"}, "ids-in-sources": {"a2": "1286"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "55", "COU": "F", "DAY": "18", "LAT": "48N46", "LON": "5E10", "MON": "12", "NUM": "1286", "PRO": "S", "SEC": "40", "YEA": "1891", "CITY": "BAR-LE-DUC"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-482"}, "ids-in-source": {"g55": "02-482"}}, "raw": {"DAY": "18-12-1891", "HOUR": "16 h.", "NAME": "VALADE Roger", "PLACE": "Bar-le-Duc (Meuse)."}, "date": "2023-08-20T14:48:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3374	vallerix-andre-1884-04-28	{"a2": "1288", "g55": "02-484"}	{"g55": "02-484", "lerrcp": "A2-1288"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Vallerix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:42", "date": "1884-04-28 15:15:22", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.42577, "lat": 46.12709, "name": "Vichy", "geoid": 2969392}, "notime": null, "date-ut": "1884-04-28 15:01:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Vallerix"}, "birth": {"tzo": "+00:13:42", "date": "1884-04-28 15:15:22", "place": {"c2": "03", "cy": "FR", "lg": 3.42577, "lat": 46.12709, "name": "Vichy", "geoid": 2969392}, "date-ut": "1884-04-28 15:01:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1288"}, "ids-in-sources": {"a2": "1288"}}, "raw": {"H": "15", "MN": "1", "TZ": "0", "COD": "03", "COU": "F", "DAY": "28", "LAT": "46N34", "LON": "3E20", "MON": "4", "NUM": "1288", "PRO": "S", "SEC": "40", "YEA": "1884", "CITY": "VICHY"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-484"}, "ids-in-source": {"g55": "02-484"}}, "raw": {"DAY": "28-4-1884", "HOUR": "15 h. 15", "NAME": "VALLERIX André", "PLACE": "Vichy (Allier)."}, "date": "2023-08-20T14:48:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3377	gauquelin-a2-1291-1880-10-30	{"a2": "1291"}	{"lerrcp": "A2-1291"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A2-1291", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:03:29", "date": "1880-10-30 07:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.87268, "lat": 47.68672, "name": "Segré", "geoid": 2975314}, "notime": null, "date-ut": "1880-10-30 07:02:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A2-1291"}, "birth": {"tzo": "-00:03:29", "date": "1880-10-30 07:00", "place": {"c2": "49", "cy": "FR", "lg": -0.87268, "lat": 47.68672, "name": "Segré", "geoid": 2975314}, "date-ut": "1880-10-30 07:02:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1291"}, "ids-in-sources": {"a2": "1291"}}, "raw": {"H": "7", "MN": "2", "TZ": "0", "COD": "49", "COU": "F", "DAY": "30", "LAT": "47N28", "LON": "0W32", "MON": "10", "NUM": "1291", "PRO": "S", "SEC": "8", "YEA": "1880", "CITY": "SEGRE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3378	variot-gaston-1855-06-02	{"a2": "1292"}	{"lerrcp": "A2-1292"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Variot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:20", "date": "1855-06-02 20:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.83381, "lat": 46.93048, "name": "Demigny", "geoid": 3021611}, "notime": null, "date-ut": "1855-06-02 19:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Variot"}, "birth": {"tzo": "+00:19:20", "date": "1855-06-02 20:00", "place": {"c2": "71", "cy": "FR", "lg": 4.83381, "lat": 46.93048, "name": "Demigny", "geoid": 3021611}, "date-ut": "1855-06-02 19:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1292"}, "ids-in-sources": {"a2": "1292"}}, "raw": {"H": "19", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "2", "LAT": "46N18", "LON": "4E50", "MON": "6", "NUM": "1292", "PRO": "S", "SEC": "40", "YEA": "1855", "CITY": "DEMIGNY"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3379	veillon-adrien-1864-11-25	{"a2": "1293"}	{"lerrcp": "A2-1293"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrien", "family": "Veillon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01:20", "date": "1864-11-25 11:00", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.33333, "lat": 46.58333, "name": "Availles-Limouz", "geoid": 0}, "notime": null, "date-ut": "1864-11-25 10:58:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Adrien", "family": "Veillon"}, "birth": {"tzo": "+00:01:20", "date": "1864-11-25 11:00", "place": {"c2": "86", "cy": "FR", "lg": 0.33333, "lat": 46.58333, "name": "Availles-Limouz", "geoid": 0}, "date-ut": "1864-11-25 10:58:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1293"}, "ids-in-sources": {"a2": "1293"}}, "raw": {"H": "10", "MN": "58", "TZ": "0", "COD": "86", "COU": "F", "DAY": "25", "LAT": "46N35", "LON": "0E20", "MON": "11", "NUM": "1293", "PRO": "S", "SEC": "40", "YEA": "1864", "CITY": "AVAILLES-LIMOUZ"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3381	verdier-pierre-1877-04-11	{"a2": "1295", "g55": "02-488"}	{"g55": "02-488", "lerrcp": "A2-1295"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Verdier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1877-04-11 23:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1877-04-11 23:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Verdier"}, "birth": {"tzo": "-00:06:13", "date": "1877-04-11 23:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1877-04-11 23:06:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1295"}, "ids-in-sources": {"a2": "1295"}}, "raw": {"H": "23", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "11", "LAT": "47N13", "LON": "1W35", "MON": "4", "NUM": "1295", "PRO": "S", "SEC": "20", "YEA": "1877", "CITY": "NANTES"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-488"}, "ids-in-source": {"g55": "02-488"}}, "raw": {"DAY": "11-4-1877", "HOUR": ". 23 h.", "NAME": "VERDIER Pierre", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:48:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3384	vialle-pierre-1903-12-16	{"a2": "1298", "g55": "02-491"}	{"g55": "02-491", "lerrcp": "A2-1298"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Vialle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1903-12-16 21:00", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "notime": null, "date-ut": "1903-12-16 20:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Vialle"}, "birth": {"tzo": "+00:09:21", "date": "1903-12-16 21:00", "place": {"c2": "37", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "date-ut": "1903-12-16 20:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1298"}, "ids-in-sources": {"a2": "1298"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "37", "COU": "F", "DAY": "16", "LAT": "47N24", "LON": "0E42", "MON": "12", "NUM": "1298", "PRO": "S", "SEC": "40", "YEA": "1903", "CITY": "TOURS"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-491"}, "ids-in-source": {"g55": "02-491"}}, "raw": {"DAY": "16-12-1903", "HOUR": "21 h.", "NAME": "VIALLE Pierre", "PLACE": "Tours (Indre-et-Loire)."}, "date": "2023-08-20T14:48:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3385	vian-louis-1887-01-11	{"a2": "1299", "g55": "02-493"}	{"g55": "02-493", "lerrcp": "A2-1299"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Vian", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:26:57", "date": "1887-01-11 05:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 6.73555, "lat": 43.43325, "name": "Fréjus", "geoid": 3017253}, "notime": null, "date-ut": "1887-01-11 04:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Vian"}, "birth": {"tzo": "+00:26:57", "date": "1887-01-11 05:00", "place": {"c2": "83", "cy": "FR", "lg": 6.73555, "lat": 43.43325, "name": "Fréjus", "geoid": 3017253}, "date-ut": "1887-01-11 04:34:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1299"}, "ids-in-sources": {"a2": "1299"}}, "raw": {"H": "4", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "11", "LAT": "43N32", "LON": "6E28", "MON": "1", "NUM": "1299", "PRO": "S", "SEC": "8", "YEA": "1887", "CITY": "FREJUS"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-493"}, "ids-in-source": {"g55": "02-493"}}, "raw": {"DAY": "11-1-1887", "HOUR": "5 h.", "NAME": "VIAU Louis", "PLACE": "Fréjus (Var)."}, "date": "2023-08-20T14:48:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3388	vidal-revel-jean-1886-01-19	{"a2": "1302", "g55": "02-495"}	{"g55": "02-495", "lerrcp": "A2-1302"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Vidal-Revel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:28:19", "date": "1886-01-19 19:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.07744, "lat": 43.56812, "name": "Golfe-Juan", "geoid": 3015737}, "notime": null, "date-ut": "1886-01-19 18:30:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Vidal-Revel"}, "birth": {"tzo": "+00:28:19", "date": "1886-01-19 19:00", "place": {"c2": "06", "cy": "FR", "lg": 7.07744, "lat": 43.56812, "name": "Golfe-Juan", "geoid": 3015737}, "date-ut": "1886-01-19 18:30:56"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1302"}, "ids-in-sources": {"a2": "1302"}}, "raw": {"H": "18", "MN": "30", "TZ": "0", "COD": "06", "COU": "F", "DAY": "19", "LAT": "43N42", "LON": "7E16", "MON": "1", "NUM": "1302", "PRO": "S", "SEC": "56", "YEA": "1886", "CITY": "GOLFE-JUAN"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-495"}, "ids-in-source": {"g55": "02-495"}}, "raw": {"DAY": "19-1-1886", "HOUR": "19 h.", "NAME": "VIDAL-REVEL Jean", "PLACE": "Golfe-Juan (Alpes-Maritimes)."}, "date": "2023-08-20T14:48:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3394	vinchon-jean-1884-06-21	{"a2": "1308"}	{"lerrcp": "A2-1308"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Vinchon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:51", "date": "1884-06-21 01:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.96398, "lat": 49.84692, "name": "Ennemain", "geoid": 3020170}, "notime": null, "date-ut": "1884-06-21 00:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Vinchon"}, "birth": {"tzo": "+00:11:51", "date": "1884-06-21 01:00", "place": {"c2": "80", "cy": "FR", "lg": 2.96398, "lat": 49.84692, "name": "Ennemain", "geoid": 3020170}, "date-ut": "1884-06-21 00:50:48"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1308"}, "ids-in-sources": {"a2": "1308"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "21", "LAT": "49N54", "LON": "2E18", "MON": "6", "NUM": "1308", "PRO": "S", "SEC": "48", "YEA": "1884", "CITY": "ENNEMAIN"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3391	vignes-henri-1884-07-15	{"a2": "1305", "g55": "02-498"}	{"g55": "02-498", "lerrcp": "A2-1305"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Vignes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:22", "date": "1884-07-15 10:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 4.09274, "lat": 47.51346, "name": "Guillon", "geoid": 3014252}, "notime": null, "date-ut": "1884-07-15 09:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Vignes"}, "birth": {"tzo": "+00:16:22", "date": "1884-07-15 10:00", "place": {"c2": "89", "cy": "FR", "lg": 4.09274, "lat": 47.51346, "name": "Guillon", "geoid": 3014252}, "date-ut": "1884-07-15 09:45:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1305"}, "ids-in-sources": {"a2": "1305"}}, "raw": {"H": "9", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "15", "LAT": "47N48", "LON": "3E35", "MON": "7", "NUM": "1305", "PRO": "S", "SEC": "40", "YEA": "1884", "CITY": "GUILLON"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-498"}, "ids-in-source": {"g55": "02-498"}}, "raw": {"DAY": "15-7-1884", "HOUR": "10 h.", "NAME": "VIGNES Henri", "PLACE": "Guillon (Yonne)."}, "date": "2023-08-20T14:48:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3393	vincenti-charles-1896-07-31	{"a2": "1307", "g55": "02-501"}	{"g55": "02-501", "lerrcp": "A2-1307"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Vincenti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1896-07-31 20:30", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1896-07-31 20:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Vincenti"}, "birth": {"tzo": "+00:09:21", "date": "1896-07-31 20:30", "place": {"c2": "84", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1896-07-31 20:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1307"}, "ids-in-sources": {"a2": "1307"}}, "raw": {"H": "20", "MN": "20", "TZ": "0", "COD": "84", "COU": "F", "DAY": "31", "LAT": "43N57", "LON": "4E50", "MON": "7", "NUM": "1307", "PRO": "S", "SEC": "40", "YEA": "1896", "CITY": "AVIGNON"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-501"}, "ids-in-source": {"g55": "02-501"}}, "raw": {"DAY": "31-7-1896", "HOUR": "20 h. 30", "NAME": "VINCENTI Charles", "PLACE": "Avignon (Vaucluse)."}, "date": "2023-08-20T14:48:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3396	vives-marcel-1904-09-28	{"a2": "1310"}	{"lerrcp": "A2-1310"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Vives", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1904-09-28 01:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1904-09-28 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Vives"}, "birth": {"tzo": "+00:09:21", "date": "1904-09-28 01:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1904-09-28 00:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1310"}, "ids-in-sources": {"a2": "1310"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "31", "COU": "F", "DAY": "28", "LAT": "43N37", "LON": "1E26", "MON": "9", "NUM": "1310", "PRO": "S", "SEC": "40", "YEA": "1904", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3397	vulpian-andre-1871-01-02	{"a2": "1311"}	{"lerrcp": "A2-1311"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Vulpian", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:42", "date": "1871-01-02 18:30", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1871-01-02 18:36:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Vulpian"}, "birth": {"tzo": "-00:06:42", "date": "1871-01-02 18:30", "place": {"c2": "35", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1871-01-02 18:36:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1311"}, "ids-in-sources": {"a2": "1311"}}, "raw": {"H": "18", "MN": "36", "TZ": "0", "COD": "35", "COU": "F", "DAY": "2", "LAT": "48N 7", "LON": "1W40", "MON": "1", "NUM": "1311", "PRO": "S", "SEC": "40", "YEA": "1871", "CITY": "RENNES"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3399	waltrigny-hubert-1903-12-15	{"a2": "1313", "g55": "02-504"}	{"g55": "02-504", "lerrcp": "A2-1313"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hubert", "family": "Waltrigny", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1903-12-15 10:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Châlons-sur-Marne", "geoid": 0}, "notime": null, "date-ut": "1903-12-15 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hubert", "family": "Waltrigny"}, "birth": {"tzo": "+00:09:21", "date": "1903-12-15 10:00", "place": {"c2": "51", "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Chalons-sur-Marne", "geoid": 0}, "date-ut": "1903-12-15 09:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1313"}, "ids-in-sources": {"a2": "1313"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "51", "COU": "F", "DAY": "15", "LAT": "48N57", "LON": "4E22", "MON": "12", "NUM": "1313", "PRO": "S", "SEC": "40", "YEA": "1903", "CITY": "CHALONS-S/MARNE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Châlons-sur-Marne"}}, "partial-ids": {"g55": "02-504"}, "ids-in-source": {"g55": "02-504"}}, "raw": {"DAY": "15-12-1903", "HOUR": "10 h.", "NAME": "WALTRIGNY Hubert", "PLACE": "Châlons-sur-Marne (Marne)."}, "date": "2023-08-20T14:48:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3400	wild-charles-1907-10-30	{"a2": "1314"}	{"lerrcp": "A2-1314"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Wild", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1907-10-30 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Wild"}, "birth": {"place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1907-10-30 14:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1314"}, "ids-in-sources": {"a2": "1314"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "67", "COU": "F", "DAY": "30", "LAT": "48N35", "LON": "7E45", "MON": "10", "NUM": "1314", "PRO": "S", "SEC": "0", "YEA": "1907", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3402	willemin-eugene-1860-01-01	{"a2": "1316"}	{"lerrcp": "A2-1316"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Willemin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1860-01-01 06:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1860-01-01 05:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Willemin"}, "birth": {"tzo": "+00:30:59", "date": "1860-01-01 06:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1860-01-01 05:29"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1316"}, "ids-in-sources": {"a2": "1316"}}, "raw": {"H": "5", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "1", "LAT": "48N35", "LON": "7E45", "MON": "1", "NUM": "1316", "PRO": "S", "SEC": "0", "YEA": "1860", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3403	wiltzer-hubert-1905-09-01	{"a2": "1317"}	{"lerrcp": "A2-1317"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hubert", "family": "Wiltzer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.05094, "lat": 49.36276, "name": "Algrange", "geoid": 3038204}, "notime": null, "date-ut": "1905-09-01 11:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hubert", "family": "Wiltzer"}, "birth": {"place": {"c2": "57", "cy": "FR", "lg": 6.05094, "lat": 49.36276, "name": "Algrange", "geoid": 3038204}, "date-ut": "1905-09-01 11:15"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1317"}, "ids-in-sources": {"a2": "1317"}}, "raw": {"H": "12", "MN": "15", "TZ": "-1", "COD": "57", "COU": "F", "DAY": "1", "LAT": "49N 7", "LON": "6E11", "MON": "9", "NUM": "1317", "PRO": "S", "SEC": "0", "YEA": "1905", "CITY": "ALGRANGE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3404	winnaert-michel-1901-08-19	{"a2": "1318"}	{"lerrcp": "A2-1318"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Winnaert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1901-08-19 23:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1901-08-19 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Winnaert"}, "birth": {"tzo": "+00:09:21", "date": "1901-08-19 23:00", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1901-08-19 22:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1318"}, "ids-in-sources": {"a2": "1318"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "33", "COU": "F", "DAY": "19", "LAT": "44N50", "LON": "0W34", "MON": "8", "NUM": "1318", "PRO": "S", "SEC": "40", "YEA": "1901", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3407	woringer-pierre-1890-08-26	{"a2": "1321"}	{"lerrcp": "A2-1321"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Woringer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.75, "lat": 48.58333, "name": "Bouxvillier", "geoid": 0}, "notime": null, "date-ut": "1890-08-26 12:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Woringer"}, "birth": {"place": {"c2": "67", "cy": "FR", "lg": 7.75, "lat": 48.58333, "name": "Bouxvillier", "geoid": 0}, "date-ut": "1890-08-26 12:29"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1321"}, "ids-in-sources": {"a2": "1321"}}, "raw": {"H": "13", "MN": "29", "TZ": "-1", "COD": "67", "COU": "F", "DAY": "26", "LAT": "48N35", "LON": "7E45", "MON": "8", "NUM": "1321", "PRO": "S", "SEC": "0", "YEA": "1890", "CITY": "BOUXVILLIER"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3408	abundo-giuseppe-1860-02-21	{"a2": "1322"}	{"lerrcp": "A2-1322"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Abundo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 17, "lat": 41.2, "name": "BARLETTA", "geoid": 0}, "notime": null, "date-ut": "1860-02-21 08:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Abundo"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 17, "lat": 41.2, "name": "BARLETTA", "geoid": 0}, "date-ut": "1860-02-21 08:52"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1322"}, "ids-in-sources": {"a2": "1322"}}, "raw": {"H": "9", "MN": "52", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "21", "LAT": "41N12", "LON": "17E 0", "MON": "2", "NUM": "1322", "PRO": "S", "SEC": "0", "YEA": "1860", "CITY": "BARLETTA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3409	acconci-gino-1878-11-09	{"a2": "1323"}	{"lerrcp": "A2-1323"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gino", "family": "Acconci", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1878-11-09 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gino", "family": "Acconci"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1878-11-09 10:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1323"}, "ids-in-sources": {"a2": "1323"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "9", "LAT": "43N42", "LON": "11E30", "MON": "11", "NUM": "1323", "PRO": "S", "SEC": "4", "YEA": "1878", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3406	woringer-frederic-1903-07-27	{"a2": "1320", "g55": "02-508"}	{"g55": "02-508", "lerrcp": "A2-1320"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Woringer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1903-07-27 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Woringer"}, "birth": {"place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1903-07-27 11:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1320"}, "ids-in-sources": {"a2": "1320"}}, "raw": {"H": "12", "MN": "0", "TZ": "-1", "COD": "67", "COU": "F", "DAY": "27", "LAT": "48N35", "LON": "7E45", "MON": "7", "NUM": "1320", "PRO": "S", "SEC": "0", "YEA": "1903", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-508"}, "ids-in-source": {"g55": "02-508"}}, "raw": {"DAY": "26-8-1890", "HOUR": "13 h.", "NAME": "WORINGER Frédéric", "PLACE": "Bouxvillier (Bas-Rhin)."}, "date": "2023-08-20T14:48:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3410	aggazzotti-alberto-1877-07-18	{"a2": "1324"}	{"lerrcp": "A2-1324"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberto", "family": "Aggazzotti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.847, "lat": 44.57296, "name": "Formigine", "geoid": 3176733}, "notime": null, "date-ut": "1877-07-18 19:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alberto", "family": "Aggazzotti"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.847, "lat": 44.57296, "name": "Formigine", "geoid": 3176733}, "date-ut": "1877-07-18 19:25:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1324"}, "ids-in-sources": {"a2": "1324"}}, "raw": {"H": "20", "MN": "25", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "18", "LAT": "44N36", "LON": "11E15", "MON": "7", "NUM": "1324", "PRO": "S", "SEC": "4", "YEA": "1877", "CITY": "FORMIGINE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3411	agostini-cesare-1864-10-15	{"a2": "1325"}	{"lerrcp": "A2-1325"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cesare", "family": "Agostini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 12.38878, "lat": 43.1122, "name": "Perugia", "geoid": 3171180}, "notime": null, "date-ut": "1864-10-15 05:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Cesare", "family": "Agostini"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 12.38878, "lat": 43.1122, "name": "Perugia", "geoid": 3171180}, "date-ut": "1864-10-15 05:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1325"}, "ids-in-sources": {"a2": "1325"}}, "raw": {"H": "6", "MN": "8", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "15", "LAT": "43N 0", "LON": "13E 0", "MON": "10", "NUM": "1325", "PRO": "S", "SEC": "0", "YEA": "1864", "CITY": "PERUGIA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3412	antona-antonino-1842-12-18	{"a2": "1326"}	{"lerrcp": "A2-1326"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonino", "family": "Antona", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CL", "c3": null, "cy": "IT", "lg": 14.08227, "lat": 37.28194, "name": "Riesi", "geoid": 2523616}, "notime": null, "date-ut": "1842-12-18 18:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Antonino", "family": "Antona"}, "birth": {"place": {"c2": "CL", "cy": "IT", "lg": 14.08227, "lat": 37.28194, "name": "Riesi", "geoid": 2523616}, "date-ut": "1842-12-18 18:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1326"}, "ids-in-sources": {"a2": "1326"}}, "raw": {"H": "19", "MN": "4", "TZ": "-1", "COD": "CL", "COU": "I", "DAY": "18", "LAT": "37N30", "LON": "14E 0", "MON": "12", "NUM": "1326", "PRO": "S", "SEC": "0", "YEA": "1842", "CITY": "RIESI"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3413	arcangelis-eduardo-1867-01-12	{"a2": "1327"}	{"lerrcp": "A2-1327"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eduardo", "family": "Arcangelis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CH", "c3": null, "cy": "IT", "lg": 14.38822, "lat": 42.21674, "name": "Lanciano", "geoid": 3175173}, "notime": null, "date-ut": "1867-01-12 22:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eduardo", "family": "Arcangelis"}, "birth": {"place": {"c2": "CH", "cy": "IT", "lg": 14.38822, "lat": 42.21674, "name": "Lanciano", "geoid": 3175173}, "date-ut": "1867-01-12 22:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1327"}, "ids-in-sources": {"a2": "1327"}}, "raw": {"H": "23", "MN": "10", "TZ": "-1", "COD": "CH", "COU": "I", "DAY": "12", "LAT": "42N18", "LON": "14E15", "MON": "1", "NUM": "1327", "PRO": "S", "SEC": "4", "YEA": "1867", "CITY": "LANCIANO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3414	arcieri-giovanni-1897-06-30	{"a2": "1328"}	{"lerrcp": "A2-1328"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Arcieri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CS", "c3": null, "cy": "IT", "lg": 16.21229, "lat": 39.8203, "name": "Castrovillari", "geoid": 2525070}, "notime": null, "date-ut": "1897-06-30 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Arcieri"}, "birth": {"place": {"c2": "CS", "cy": "IT", "lg": 16.21229, "lat": 39.8203, "name": "Castrovillari", "geoid": 2525070}, "date-ut": "1897-06-30 14:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1328"}, "ids-in-sources": {"a2": "1328"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "CS", "COU": "I", "DAY": "30", "LAT": "39N18", "LON": "16E30", "MON": "6", "NUM": "1328", "PRO": "S", "SEC": "0", "YEA": "1897", "CITY": "CASTROVILLARI"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3415	arslan-michele-1904-01-23	{"a2": "1329"}	{"lerrcp": "A2-1329"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michele", "family": "Arslan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "notime": null, "date-ut": "1904-01-23 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Michele", "family": "Arslan"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "date-ut": "1904-01-23 19:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1329"}, "ids-in-sources": {"a2": "1329"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "23", "LAT": "45N24", "LON": "12E15", "MON": "1", "NUM": "1329", "PRO": "S", "SEC": "0", "YEA": "1904", "CITY": "PADOVA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3416	baglioni-silvestro-1876-12-30	{"a2": "1330"}	{"lerrcp": "A2-1330"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Silvestro", "family": "Baglioni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AP", "c3": null, "cy": "IT", "lg": 13.75, "lat": 43, "name": "BELMONTE PISCEN", "geoid": 0}, "notime": null, "date-ut": "1876-12-30 10:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Silvestro", "family": "Baglioni"}, "birth": {"place": {"c2": "AP", "cy": "IT", "lg": 13.75, "lat": 43, "name": "BELMONTE PISCEN", "geoid": 0}, "date-ut": "1876-12-30 10:25:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1330"}, "ids-in-sources": {"a2": "1330"}}, "raw": {"H": "11", "MN": "25", "TZ": "-1", "COD": "AP", "COU": "I", "DAY": "30", "LAT": "43N 0", "LON": "13E45", "MON": "12", "NUM": "1330", "PRO": "S", "SEC": "4", "YEA": "1876", "CITY": "BELMONTE PISCEN"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3417	baldoni-angelo-1866-10-02	{"a2": "1331"}	{"lerrcp": "A2-1331"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Baldoni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MC", "c3": null, "cy": "IT", "lg": 13.32548, "lat": 43.10665, "name": "San Ginesio", "geoid": 3168318}, "notime": null, "date-ut": "1866-10-02 04:07"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Angelo", "family": "Baldoni"}, "birth": {"place": {"c2": "MC", "cy": "IT", "lg": 13.32548, "lat": 43.10665, "name": "San Ginesio", "geoid": 3168318}, "date-ut": "1866-10-02 04:07"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1331"}, "ids-in-sources": {"a2": "1331"}}, "raw": {"H": "5", "MN": "7", "TZ": "-1", "COD": "MC", "COU": "I", "DAY": "2", "LAT": "43N24", "LON": "13E15", "MON": "10", "NUM": "1331", "PRO": "S", "SEC": "0", "YEA": "1866", "CITY": "SAN GINESIO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3418	balli-ruggero-1877-11-01	{"a2": "1332"}	{"lerrcp": "A2-1332"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ruggero", "family": "Balli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.9014, "lat": 44.89047, "name": "Novi di Modena", "geoid": 3172172}, "notime": null, "date-ut": "1877-11-01 13:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ruggero", "family": "Balli"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.9014, "lat": 44.89047, "name": "Novi di Modena", "geoid": 3172172}, "date-ut": "1877-11-01 13:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1332"}, "ids-in-sources": {"a2": "1332"}}, "raw": {"H": "14", "MN": "10", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "1", "LAT": "44N36", "LON": "11E15", "MON": "11", "NUM": "1332", "PRO": "S", "SEC": "4", "YEA": "1877", "CITY": "NOVI DI MODENA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3419	barbera-agatino-1867-09-13	{"a2": "1333"}	{"lerrcp": "A2-1333"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Agatino", "family": "Barbera", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 15.5, "lat": 38, "name": "NIZZA DI SICILI", "geoid": 0}, "notime": null, "date-ut": "1867-09-13 11:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Agatino", "family": "Barbera"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 15.5, "lat": 38, "name": "NIZZA DI SICILI", "geoid": 0}, "date-ut": "1867-09-13 11:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1333"}, "ids-in-sources": {"a2": "1333"}}, "raw": {"H": "12", "MN": "10", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "13", "LAT": "38N 0", "LON": "15E30", "MON": "9", "NUM": "1333", "PRO": "S", "SEC": "4", "YEA": "1867", "CITY": "NIZZA DI SICILI"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3420	barberio-michele-1872-06-29	{"a2": "1334"}	{"lerrcp": "A2-1334"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michele", "family": "Barberio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CS", "c3": null, "cy": "IT", "lg": 16.32109, "lat": 39.30799, "name": "Rovito", "geoid": 2523571}, "notime": null, "date-ut": "1872-06-29 18:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Michele", "family": "Barberio"}, "birth": {"place": {"c2": "CS", "cy": "IT", "lg": 16.32109, "lat": 39.30799, "name": "Rovito", "geoid": 2523571}, "date-ut": "1872-06-29 18:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1334"}, "ids-in-sources": {"a2": "1334"}}, "raw": {"H": "19", "MN": "10", "TZ": "-1", "COD": "CS", "COU": "I", "DAY": "29", "LAT": "39N18", "LON": "16E30", "MON": "6", "NUM": "1334", "PRO": "S", "SEC": "4", "YEA": "1872", "CITY": "ROVITO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3421	barboni-elio-1907-11-18	{"a2": "1335"}	{"lerrcp": "A2-1335"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elio", "family": "Barboni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 12.66546, "lat": 42.99424, "name": "Spello", "geoid": 3166287}, "notime": null, "date-ut": "1907-11-18 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Elio", "family": "Barboni"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 12.66546, "lat": 42.99424, "name": "Spello", "geoid": 3166287}, "date-ut": "1907-11-18 16:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1335"}, "ids-in-sources": {"a2": "1335"}}, "raw": {"H": "17", "MN": "30", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "18", "LAT": "43N 0", "LON": "13E 0", "MON": "11", "NUM": "1335", "PRO": "S", "SEC": "0", "YEA": "1907", "CITY": "SPELLO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3422	barlocco-amerigo-1880-02-08	{"a2": "1336"}	{"lerrcp": "A2-1336"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amerigo", "family": "Barlocco", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SV", "c3": null, "cy": "IT", "lg": 8.29205, "lat": 44.35414, "name": "Carcare", "geoid": 3180557}, "notime": null, "date-ut": "1880-02-08 16:20:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Amerigo", "family": "Barlocco"}, "birth": {"place": {"c2": "SV", "cy": "IT", "lg": 8.29205, "lat": 44.35414, "name": "Carcare", "geoid": 3180557}, "date-ut": "1880-02-08 16:20:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1336"}, "ids-in-sources": {"a2": "1336"}}, "raw": {"H": "17", "MN": "20", "TZ": "-1", "COD": "SV", "COU": "I", "DAY": "8", "LAT": "44N18", "LON": "8E45", "MON": "2", "NUM": "1336", "PRO": "S", "SEC": "4", "YEA": "1880", "CITY": "CARCARE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3423	barone-andrea-1854-07-10	{"a2": "1337"}	{"lerrcp": "A2-1337"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Andrea", "family": "Barone", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.45714, "lat": 40.92449, "name": "Marigliano", "geoid": 3173945}, "notime": null, "date-ut": "1854-07-10 22:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Andrea", "family": "Barone"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.45714, "lat": 40.92449, "name": "Marigliano", "geoid": 3173945}, "date-ut": "1854-07-10 22:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1337"}, "ids-in-sources": {"a2": "1337"}}, "raw": {"H": "23", "MN": "4", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "10", "LAT": "40N54", "LON": "14E 0", "MON": "7", "NUM": "1337", "PRO": "S", "SEC": "0", "YEA": "1854", "CITY": "MARIGLIANO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3424	bastai-pio-1888-03-26	{"a2": "1338"}	{"lerrcp": "A2-1338"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pio", "family": "Bastai", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.7714, "lat": 44.23046, "name": "Sestola", "geoid": 3166599}, "notime": null, "date-ut": "1888-03-26 18:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pio", "family": "Bastai"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.7714, "lat": 44.23046, "name": "Sestola", "geoid": 3166599}, "date-ut": "1888-03-26 18:25:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1338"}, "ids-in-sources": {"a2": "1338"}}, "raw": {"H": "19", "MN": "25", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "26", "LAT": "44N36", "LON": "11E15", "MON": "3", "NUM": "1338", "PRO": "S", "SEC": "4", "YEA": "1888", "CITY": "SESTOLA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3425	battistini-ferdinando-1867-06-24	{"a2": "1339"}	{"lerrcp": "A2-1339"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinando", "family": "Battistini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VC", "c3": null, "cy": "IT", "lg": 8.5, "lat": 45.4, "name": "DORZANO", "geoid": 0}, "notime": null, "date-ut": "1867-06-24 14:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ferdinando", "family": "Battistini"}, "birth": {"place": {"c2": "VC", "cy": "IT", "lg": 8.5, "lat": 45.4, "name": "DORZANO", "geoid": 0}, "date-ut": "1867-06-24 14:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1339"}, "ids-in-sources": {"a2": "1339"}}, "raw": {"H": "15", "MN": "10", "TZ": "-1", "COD": "VC", "COU": "I", "DAY": "24", "LAT": "45N24", "LON": "8E30", "MON": "6", "NUM": "1339", "PRO": "S", "SEC": "4", "YEA": "1867", "CITY": "DORZANO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3426	beccari-nello-1883-01-11	{"a2": "1340"}	{"lerrcp": "A2-1340"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nello", "family": "Beccari", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.32252, "lat": 43.75115, "name": "Bagno a Ripoli", "geoid": 3182522}, "notime": null, "date-ut": "1883-01-11 13:13:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Nello", "family": "Beccari"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.32252, "lat": 43.75115, "name": "Bagno a Ripoli", "geoid": 3182522}, "date-ut": "1883-01-11 13:13:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1340"}, "ids-in-sources": {"a2": "1340"}}, "raw": {"H": "14", "MN": "13", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "11", "LAT": "43N42", "LON": "11E30", "MON": "1", "NUM": "1340", "PRO": "S", "SEC": "4", "YEA": "1883", "CITY": "BAGNO A RIPOLI"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3427	belfanti-serafino-1860-03-28	{"a2": "1341"}	{"lerrcp": "A2-1341"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Serafino", "family": "Belfanti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 9, "lat": 45.5, "name": "CASTELLETTO TIC", "geoid": 0}, "notime": null, "date-ut": "1860-03-28 15:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Serafino", "family": "Belfanti"}, "birth": {"place": {"c2": "NO", "cy": "IT", "lg": 9, "lat": 45.5, "name": "CASTELLETTO TIC", "geoid": 0}, "date-ut": "1860-03-28 15:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1341"}, "ids-in-sources": {"a2": "1341"}}, "raw": {"H": "16", "MN": "24", "TZ": "-1", "COD": "NO", "COU": "I", "DAY": "28", "LAT": "45N30", "LON": "9E 0", "MON": "3", "NUM": "1341", "PRO": "S", "SEC": "0", "YEA": "1860", "CITY": "CASTELLETTO TIC"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3428	bellei-giuseppe-1866-07-18	{"a2": "1342"}	{"lerrcp": "A2-1342"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Bellei", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1866-07-18 18:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Bellei"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1866-07-18 18:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1342"}, "ids-in-sources": {"a2": "1342"}}, "raw": {"H": "19", "MN": "16", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "18", "LAT": "44N30", "LON": "11E 0", "MON": "7", "NUM": "1342", "PRO": "S", "SEC": "0", "YEA": "1866", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3429	benagiano-andrea-1904-10-01	{"a2": "1343"}	{"lerrcp": "A2-1343"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Andrea", "family": "Benagiano", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 16.92359, "lat": 40.79673, "name": "Gioia del Colle", "geoid": 3176090}, "notime": null, "date-ut": "1904-10-01 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Andrea", "family": "Benagiano"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 16.92359, "lat": 40.79673, "name": "Gioia del Colle", "geoid": 3176090}, "date-ut": "1904-10-01 17:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1343"}, "ids-in-sources": {"a2": "1343"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "1", "LAT": "41N12", "LON": "17E 0", "MON": "10", "NUM": "1343", "PRO": "S", "SEC": "0", "YEA": "1904", "CITY": "GIOIA DEL COLLE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3430	benedicenti-alberico-1866-05-29	{"a2": "1344"}	{"lerrcp": "A2-1344"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberico", "family": "Benedicenti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CN", "c3": null, "cy": "IT", "lg": 7.81764, "lat": 44.39603, "name": "Mondovì", "geoid": 3173162}, "notime": null, "date-ut": "1866-05-29 07:31"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alberico", "family": "Benedicenti"}, "birth": {"place": {"c2": "CN", "cy": "IT", "lg": 7.81764, "lat": 44.39603, "name": "Mondovì", "geoid": 3173162}, "date-ut": "1866-05-29 07:31"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1344"}, "ids-in-sources": {"a2": "1344"}}, "raw": {"H": "8", "MN": "31", "TZ": "-1", "COD": "CN", "COU": "I", "DAY": "29", "LAT": "44N24", "LON": "7E15", "MON": "5", "NUM": "1344", "PRO": "S", "SEC": "0", "YEA": "1866", "CITY": "MONDOVI"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3431	bertarelli-ernesto-1873-07-06	{"a2": "1345"}	{"lerrcp": "A2-1345"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernesto", "family": "Bertarelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 8.55715, "lat": 45.7589, "name": "Arona", "geoid": 3182812}, "notime": null, "date-ut": "1873-07-06 22:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ernesto", "family": "Bertarelli"}, "birth": {"place": {"c2": "NO", "cy": "IT", "lg": 8.55715, "lat": 45.7589, "name": "Arona", "geoid": 3182812}, "date-ut": "1873-07-06 22:40:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1345"}, "ids-in-sources": {"a2": "1345"}}, "raw": {"H": "23", "MN": "40", "TZ": "-1", "COD": "NO", "COU": "I", "DAY": "6", "LAT": "45N30", "LON": "9E 0", "MON": "7", "NUM": "1345", "PRO": "S", "SEC": "4", "YEA": "1873", "CITY": "ARONA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3432	bertino-alessandro-1870-09-09	{"a2": "1346"}	{"lerrcp": "A2-1346"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alessandro", "family": "Bertino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NU", "c3": null, "cy": "IT", "lg": 9.32973, "lat": 40.32106, "name": "Nuoro", "geoid": 3172154}, "notime": null, "date-ut": "1870-09-09 21:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alessandro", "family": "Bertino"}, "birth": {"place": {"c2": "NU", "cy": "IT", "lg": 9.32973, "lat": 40.32106, "name": "Nuoro", "geoid": 3172154}, "date-ut": "1870-09-09 21:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1346"}, "ids-in-sources": {"a2": "1346"}}, "raw": {"H": "22", "MN": "10", "TZ": "-1", "COD": "NU", "COU": "I", "DAY": "9", "LAT": "40N18", "LON": "10E 0", "MON": "9", "NUM": "1346", "PRO": "S", "SEC": "4", "YEA": "1870", "CITY": "NUORO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3433	bertolani-aldo-1883-10-22	{"a2": "1347"}	{"lerrcp": "A2-1347"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Bertolani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "notime": null, "date-ut": "1883-10-22 14:15:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Aldo", "family": "Bertolani"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "date-ut": "1883-10-22 14:15:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1347"}, "ids-in-sources": {"a2": "1347"}}, "raw": {"H": "15", "MN": "15", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "22", "LAT": "44N36", "LON": "11E15", "MON": "10", "NUM": "1347", "PRO": "S", "SEC": "4", "YEA": "1883", "CITY": "MODENA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3434	bertolotti-mario-1876-07-07	{"a2": "1348"}	{"lerrcp": "A2-1348"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Bertolotti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1876-07-07 18:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Bertolotti"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1876-07-07 18:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1348"}, "ids-in-sources": {"a2": "1348"}}, "raw": {"H": "19", "MN": "10", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "7", "LAT": "45N 0", "LON": "8E 0", "MON": "7", "NUM": "1348", "PRO": "S", "SEC": "4", "YEA": "1876", "CITY": "TORINO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3435	bianchini-giuseppe-1888-09-20	{"a2": "1349"}	{"lerrcp": "A2-1349"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Bianchini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SI", "c3": null, "cy": "IT", "lg": 11.75, "lat": 43.3, "name": "SAN QUIRICO D O", "geoid": 0}, "notime": null, "date-ut": "1888-09-20 13:55:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Bianchini"}, "birth": {"place": {"c2": "SI", "cy": "IT", "lg": 11.75, "lat": 43.3, "name": "SAN QUIRICO D O", "geoid": 0}, "date-ut": "1888-09-20 13:55:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1349"}, "ids-in-sources": {"a2": "1349"}}, "raw": {"H": "14", "MN": "55", "TZ": "-1", "COD": "SI", "COU": "I", "DAY": "20", "LAT": "43N18", "LON": "11E45", "MON": "9", "NUM": "1349", "PRO": "S", "SEC": "4", "YEA": "1888", "CITY": "SAN QUIRICO D O"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3436	bidone-ettore-1867-12-18	{"a2": "1350"}	{"lerrcp": "A2-1350"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ettore", "family": "Bidone", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.91325, "lat": 44.86795, "name": "Sarezzano", "geoid": 3167129}, "notime": null, "date-ut": "1867-12-18 11:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ettore", "family": "Bidone"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.91325, "lat": 44.86795, "name": "Sarezzano", "geoid": 3167129}, "date-ut": "1867-12-18 11:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1350"}, "ids-in-sources": {"a2": "1350"}}, "raw": {"H": "12", "MN": "10", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "18", "LAT": "45N 0", "LON": "9E 0", "MON": "12", "NUM": "1350", "PRO": "S", "SEC": "4", "YEA": "1867", "CITY": "SAREZZANO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3437	biletti-amilcare-1869-05-14	{"a2": "1351"}	{"lerrcp": "A2-1351"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amilcare", "family": "Biletti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BG", "c3": null, "cy": "IT", "lg": 9.64046, "lat": 45.49888, "name": "Caravaggio", "geoid": 3180580}, "notime": null, "date-ut": "1869-05-14 20:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Amilcare", "family": "Biletti"}, "birth": {"place": {"c2": "BG", "cy": "IT", "lg": 9.64046, "lat": 45.49888, "name": "Caravaggio", "geoid": 3180580}, "date-ut": "1869-05-14 20:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1351"}, "ids-in-sources": {"a2": "1351"}}, "raw": {"H": "21", "MN": "10", "TZ": "-1", "COD": "BG", "COU": "I", "DAY": "14", "LAT": "45N36", "LON": "9E45", "MON": "5", "NUM": "1351", "PRO": "S", "SEC": "4", "YEA": "1869", "CITY": "CARAVAGGIO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3438	bietti-giambattista-1907-04-29	{"a2": "1352"}	{"lerrcp": "A2-1352"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giambattista", "family": "Bietti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "notime": null, "date-ut": "1907-04-29 05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giambattista", "family": "Bietti"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "date-ut": "1907-04-29 05:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1352"}, "ids-in-sources": {"a2": "1352"}}, "raw": {"H": "6", "MN": "40", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "29", "LAT": "45N24", "LON": "12E15", "MON": "4", "NUM": "1352", "PRO": "S", "SEC": "0", "YEA": "1907", "CITY": "PADOVA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3439	bilancioni-guglielmo-1881-07-02	{"a2": "1353"}	{"lerrcp": "A2-1353"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guglielmo", "family": "Bilancioni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FO", "c3": null, "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "RIMINI", "geoid": 0}, "notime": null, "date-ut": "1881-07-02 05:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Guglielmo", "family": "Bilancioni"}, "birth": {"place": {"c2": "FO", "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "RIMINI", "geoid": 0}, "date-ut": "1881-07-02 05:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1353"}, "ids-in-sources": {"a2": "1353"}}, "raw": {"H": "6", "MN": "10", "TZ": "-1", "COD": "FO", "COU": "I", "DAY": "2", "LAT": "44N12", "LON": "12E30", "MON": "7", "NUM": "1353", "PRO": "S", "SEC": "4", "YEA": "1881", "CITY": "RIMINI"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3440	bolognesi-giuseppe-1879-09-01	{"a2": "1354"}	{"lerrcp": "A2-1354"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Bolognesi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1879-09-01 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Bolognesi"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1879-09-01 03:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1354"}, "ids-in-sources": {"a2": "1354"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "1", "LAT": "44N30", "LON": "11E 0", "MON": "9", "NUM": "1354", "PRO": "S", "SEC": "4", "YEA": "1879", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3441	bonanome-achille-1874-07-30	{"a2": "1355"}	{"lerrcp": "A2-1355"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Achille", "family": "Bonanome", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FR", "c3": null, "cy": "IT", "lg": 13.3333, "lat": 41.56772, "name": "Ceccano", "geoid": 3179243}, "notime": null, "date-ut": "1874-07-30 12:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Achille", "family": "Bonanome"}, "birth": {"place": {"c2": "FR", "cy": "IT", "lg": 13.3333, "lat": 41.56772, "name": "Ceccano", "geoid": 3179243}, "date-ut": "1874-07-30 12:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1355"}, "ids-in-sources": {"a2": "1355"}}, "raw": {"H": "13", "MN": "10", "TZ": "-1", "COD": "FR", "COU": "I", "DAY": "30", "LAT": "41N36", "LON": "13E15", "MON": "7", "NUM": "1355", "PRO": "S", "SEC": "4", "YEA": "1874", "CITY": "CECCANO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3442	bonfiglio-francesco-1883-01-19	{"a2": "1356"}	{"lerrcp": "A2-1356"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Bonfiglio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SR", "c3": null, "cy": "IT", "lg": 15.00101, "lat": 37.28683, "name": "Lentini", "geoid": 2524410}, "notime": null, "date-ut": "1883-01-19 12:29:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Bonfiglio"}, "birth": {"place": {"c2": "SR", "cy": "IT", "lg": 15.00101, "lat": 37.28683, "name": "Lentini", "geoid": 2524410}, "date-ut": "1883-01-19 12:29:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1356"}, "ids-in-sources": {"a2": "1356"}}, "raw": {"H": "13", "MN": "29", "TZ": "-1", "COD": "SR", "COU": "I", "DAY": "19", "LAT": "37N 0", "LON": "15E30", "MON": "1", "NUM": "1356", "PRO": "S", "SEC": "4", "YEA": "1883", "CITY": "LENTINI"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3443	bonvicini-giulio-1872-11-10	{"a2": "1357"}	{"lerrcp": "A2-1357"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giulio", "family": "Bonvicini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TN", "c3": null, "cy": "IT", "lg": 11.13747, "lat": 46.43821, "name": "Fondo", "geoid": 3176836}, "notime": null, "date-ut": "1872-11-10 17:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giulio", "family": "Bonvicini"}, "birth": {"place": {"c2": "TN", "cy": "IT", "lg": 11.13747, "lat": 46.43821, "name": "Fondo", "geoid": 3176836}, "date-ut": "1872-11-10 17:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1357"}, "ids-in-sources": {"a2": "1357"}}, "raw": {"H": "18", "MN": "10", "TZ": "-1", "COD": "TN", "COU": "I", "DAY": "10", "LAT": "46N 0", "LON": "12E 0", "MON": "11", "NUM": "1357", "PRO": "S", "SEC": "4", "YEA": "1872", "CITY": "FONDO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3444	bosellini-pier-1873-07-10	{"a2": "1358"}	{"lerrcp": "A2-1358"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pier", "family": "Bosellini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "notime": null, "date-ut": "1873-07-10 08:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pier", "family": "Bosellini"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "date-ut": "1873-07-10 08:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1358"}, "ids-in-sources": {"a2": "1358"}}, "raw": {"H": "9", "MN": "10", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "10", "LAT": "44N36", "LON": "11E15", "MON": "7", "NUM": "1358", "PRO": "S", "SEC": "4", "YEA": "1873", "CITY": "MODENA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3445	bottazzi-filippo-1867-12-23	{"a2": "1359"}	{"lerrcp": "A2-1359"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Filippo", "family": "Bottazzi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LE", "c3": null, "cy": "IT", "lg": 18.39253, "lat": 40.00952, "name": "Diso", "geoid": 2524849}, "notime": null, "date-ut": "1867-12-23 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Filippo", "family": "Bottazzi"}, "birth": {"place": {"c2": "LE", "cy": "IT", "lg": 18.39253, "lat": 40.00952, "name": "Diso", "geoid": 2524849}, "date-ut": "1867-12-23 10:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1359"}, "ids-in-sources": {"a2": "1359"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "LE", "COU": "I", "DAY": "23", "LAT": "40N24", "LON": "18E45", "MON": "12", "NUM": "1359", "PRO": "S", "SEC": "4", "YEA": "1867", "CITY": "DISO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3446	brunacci-bruno-1879-12-22	{"a2": "1360"}	{"lerrcp": "A2-1360"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Brunacci", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MC", "c3": null, "cy": "IT", "lg": 13.62228, "lat": 43.36836, "name": "Potenza Picena", "geoid": 3170023}, "notime": null, "date-ut": "1879-12-22 05:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Bruno", "family": "Brunacci"}, "birth": {"place": {"c2": "MC", "cy": "IT", "lg": 13.62228, "lat": 43.36836, "name": "Potenza Picena", "geoid": 3170023}, "date-ut": "1879-12-22 05:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1360"}, "ids-in-sources": {"a2": "1360"}}, "raw": {"H": "6", "MN": "10", "TZ": "-1", "COD": "MC", "COU": "I", "DAY": "22", "LAT": "43N24", "LON": "13E15", "MON": "12", "NUM": "1360", "PRO": "S", "SEC": "4", "YEA": "1879", "CITY": "POTENZA PICENA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3447	bufalini-emilio-1890-12-05	{"a2": "1361"}	{"lerrcp": "A2-1361"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emilio", "family": "Bufalini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MS", "c3": null, "cy": "IT", "lg": 10.09987, "lat": 44.07834, "name": "Carrara", "geoid": 3180423}, "notime": null, "date-ut": "1890-12-05 07:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emilio", "family": "Bufalini"}, "birth": {"place": {"c2": "MS", "cy": "IT", "lg": 10.09987, "lat": 44.07834, "name": "Carrara", "geoid": 3180423}, "date-ut": "1890-12-05 07:25:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1361"}, "ids-in-sources": {"a2": "1361"}}, "raw": {"H": "8", "MN": "25", "TZ": "-1", "COD": "MS", "COU": "I", "DAY": "5", "LAT": "44N 0", "LON": "10E30", "MON": "12", "NUM": "1361", "PRO": "S", "SEC": "4", "YEA": "1890", "CITY": "CARRARA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3448	buonomini-giulio-1908-09-07	{"a2": "1362"}	{"lerrcp": "A2-1362"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giulio", "family": "Buonomini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PT", "c3": null, "cy": "IT", "lg": 11.25, "lat": 44, "name": "SAN MARCELLO PI", "geoid": 0}, "notime": null, "date-ut": "1908-09-07 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giulio", "family": "Buonomini"}, "birth": {"place": {"c2": "PT", "cy": "IT", "lg": 11.25, "lat": 44, "name": "SAN MARCELLO PI", "geoid": 0}, "date-ut": "1908-09-07 11:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1362"}, "ids-in-sources": {"a2": "1362"}}, "raw": {"H": "12", "MN": "30", "TZ": "-1", "COD": "PT", "COU": "I", "DAY": "7", "LAT": "44N 0", "LON": "11E15", "MON": "9", "NUM": "1362", "PRO": "S", "SEC": "0", "YEA": "1908", "CITY": "SAN MARCELLO PI"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3449	buscaino-vito-1887-12-01	{"a2": "1363"}	{"lerrcp": "A2-1363"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vito", "family": "Buscaino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TP", "c3": null, "cy": "IT", "lg": 12.49758, "lat": 38.01906, "name": "Trapani", "geoid": 2522876}, "notime": null, "date-ut": "1887-12-01 04:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Vito", "family": "Buscaino"}, "birth": {"place": {"c2": "TP", "cy": "IT", "lg": 12.49758, "lat": 38.01906, "name": "Trapani", "geoid": 2522876}, "date-ut": "1887-12-01 04:40:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1363"}, "ids-in-sources": {"a2": "1363"}}, "raw": {"H": "5", "MN": "40", "TZ": "-1", "COD": "TP", "COU": "I", "DAY": "1", "LAT": "38N 0", "LON": "12E30", "MON": "12", "NUM": "1363", "PRO": "S", "SEC": "4", "YEA": "1887", "CITY": "TRAPANI"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3450	businco-armando-1886-06-11	{"a2": "1364"}	{"lerrcp": "A2-1364"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armando", "family": "Businco", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NU", "c3": null, "cy": "IT", "lg": 10, "lat": 40.3, "name": "JERZU", "geoid": 0}, "notime": null, "date-ut": "1886-06-11 05:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Armando", "family": "Businco"}, "birth": {"place": {"c2": "NU", "cy": "IT", "lg": 10, "lat": 40.3, "name": "JERZU", "geoid": 0}, "date-ut": "1886-06-11 05:40:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1364"}, "ids-in-sources": {"a2": "1364"}}, "raw": {"H": "6", "MN": "40", "TZ": "-1", "COD": "NU", "COU": "I", "DAY": "11", "LAT": "40N18", "LON": "10E 0", "MON": "6", "NUM": "1364", "PRO": "S", "SEC": "4", "YEA": "1886", "CITY": "JERZU"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3451	calamida-umberto-1871-01-20	{"a2": "1365"}	{"lerrcp": "A2-1365"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Umberto", "family": "Calamida", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 10.94142, "lat": 43.71754, "name": "Empoli", "geoid": 3177400}, "notime": null, "date-ut": "1871-01-20 09:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Umberto", "family": "Calamida"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 10.94142, "lat": 43.71754, "name": "Empoli", "geoid": 3177400}, "date-ut": "1871-01-20 09:40:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1365"}, "ids-in-sources": {"a2": "1365"}}, "raw": {"H": "10", "MN": "40", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "20", "LAT": "43N42", "LON": "11E30", "MON": "1", "NUM": "1365", "PRO": "S", "SEC": "4", "YEA": "1871", "CITY": "EMPOLI"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3452	caliceti-pietro-1888-01-06	{"a2": "1366"}	{"lerrcp": "A2-1366"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Caliceti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11, "lat": 44.5, "name": "SANG GIORGIO DI", "geoid": 0}, "notime": null, "date-ut": "1888-01-06 13:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pietro", "family": "Caliceti"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11, "lat": 44.5, "name": "SANG GIORGIO DI", "geoid": 0}, "date-ut": "1888-01-06 13:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1366"}, "ids-in-sources": {"a2": "1366"}}, "raw": {"H": "14", "MN": "10", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "6", "LAT": "44N30", "LON": "11E 0", "MON": "1", "NUM": "1366", "PRO": "S", "SEC": "4", "YEA": "1888", "CITY": "SANG GIORGIO DI"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3453	camis-mario-1878-05-31	{"a2": "1367"}	{"lerrcp": "A2-1367"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Camis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "notime": null, "date-ut": "1878-05-31 17:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Camis"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "date-ut": "1878-05-31 17:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1367"}, "ids-in-sources": {"a2": "1367"}}, "raw": {"H": "18", "MN": "10", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "31", "LAT": "45N30", "LON": "12E30", "MON": "5", "NUM": "1367", "PRO": "S", "SEC": "4", "YEA": "1878", "CITY": "VENEZIA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3454	canella-mario-1898-09-29	{"a2": "1368"}	{"lerrcp": "A2-1368"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Canella", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "notime": null, "date-ut": "1898-09-29 06:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Canella"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "date-ut": "1898-09-29 06:45"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1368"}, "ids-in-sources": {"a2": "1368"}}, "raw": {"H": "7", "MN": "45", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "29", "LAT": "45N30", "LON": "12E30", "MON": "9", "NUM": "1368", "PRO": "S", "SEC": "0", "YEA": "1898", "CITY": "VENEZIA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3456	canuto-giorgio-1897-06-03	{"a2": "1370"}	{"lerrcp": "A2-1370"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giorgio", "family": "Canuto", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1897-06-03 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giorgio", "family": "Canuto"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1897-06-03 03:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1370"}, "ids-in-sources": {"a2": "1370"}}, "raw": {"H": "4", "MN": "30", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "3", "LAT": "45N 0", "LON": "8E 0", "MON": "6", "NUM": "1370", "PRO": "S", "SEC": "0", "YEA": "1897", "CITY": "TORINO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3457	capocaccia-mario-1900-04-15	{"a2": "1371"}	{"lerrcp": "A2-1371"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Capocaccia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 9.12235, "lat": 45.01006, "name": "Casteggio", "geoid": 3179745}, "notime": null, "date-ut": "1900-04-15 17:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Capocaccia"}, "birth": {"place": {"c2": "PV", "cy": "IT", "lg": 9.12235, "lat": 45.01006, "name": "Casteggio", "geoid": 3179745}, "date-ut": "1900-04-15 17:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1371"}, "ids-in-sources": {"a2": "1371"}}, "raw": {"H": "18", "MN": "20", "TZ": "-1", "COD": "PV", "COU": "I", "DAY": "15", "LAT": "45N12", "LON": "9E 0", "MON": "4", "NUM": "1371", "PRO": "S", "SEC": "0", "YEA": "1900", "CITY": "CASTEGGIO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3458	cardarelli-antonio-1831-03-29	{"a2": "1372"}	{"lerrcp": "A2-1372"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Cardarelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CB", "c3": null, "cy": "IT", "lg": 14.75, "lat": 41.6, "name": "CIVITANOVA DEL", "geoid": 0}, "notime": null, "date-ut": "1831-03-29 01:01"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Cardarelli"}, "birth": {"place": {"c2": "CB", "cy": "IT", "lg": 14.75, "lat": 41.6, "name": "CIVITANOVA DEL", "geoid": 0}, "date-ut": "1831-03-29 01:01"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1372"}, "ids-in-sources": {"a2": "1372"}}, "raw": {"H": "2", "MN": "1", "TZ": "-1", "COD": "CB", "COU": "I", "DAY": "29", "LAT": "41N36", "LON": "14E45", "MON": "3", "NUM": "1372", "PRO": "S", "SEC": "0", "YEA": "1831", "CITY": "CIVITANOVA DEL"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3459	cardini-massiliano-1874-11-02	{"a2": "1373"}	{"lerrcp": "A2-1373"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Massiliano", "family": "Cardini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1874-11-02 18:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Massiliano", "family": "Cardini"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1874-11-02 18:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1373"}, "ids-in-sources": {"a2": "1373"}}, "raw": {"H": "19", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "2", "LAT": "43N42", "LON": "11E30", "MON": "11", "NUM": "1373", "PRO": "S", "SEC": "4", "YEA": "1874", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3460	caronia-giuseppe-1884-05-15	{"a2": "1374"}	{"lerrcp": "A2-1374"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Caronia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PA", "c3": null, "cy": "IT", "lg": 13.17455, "lat": 37.96309, "name": "San Cipirello", "geoid": 2523511}, "notime": null, "date-ut": "1884-05-15 19:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Caronia"}, "birth": {"place": {"c2": "PA", "cy": "IT", "lg": 13.17455, "lat": 37.96309, "name": "San Cipirello", "geoid": 2523511}, "date-ut": "1884-05-15 19:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1374"}, "ids-in-sources": {"a2": "1374"}}, "raw": {"H": "20", "MN": "10", "TZ": "-1", "COD": "PA", "COU": "I", "DAY": "15", "LAT": "38N 0", "LON": "13E30", "MON": "5", "NUM": "1374", "PRO": "S", "SEC": "4", "YEA": "1884", "CITY": "SAN CIPIRELLO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3461	carra-jose-1897-07-05	{"a2": "1375"}	{"lerrcp": "A2-1375"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "José", "family": "Carra", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 15.20013, "lat": 37.73476, "name": "Riposto", "geoid": 2523612}, "notime": null, "date-ut": "1897-07-05 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "José", "family": "Carra"}, "birth": {"place": {"c2": "CT", "cy": "IT", "lg": 15.20013, "lat": 37.73476, "name": "Riposto", "geoid": 2523612}, "date-ut": "1897-07-05 10:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1375"}, "ids-in-sources": {"a2": "1375"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "CT", "COU": "I", "DAY": "5", "LAT": "37N30", "LON": "15E 0", "MON": "7", "NUM": "1375", "PRO": "S", "SEC": "0", "YEA": "1897", "CITY": "RIPOSTO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3462	caruso-francesco-1860-01-07	{"a2": "1376"}	{"lerrcp": "A2-1376"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Caruso", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CE", "c3": null, "cy": "IT", "lg": 14.37683, "lat": 41.04001, "name": "Maddaloni", "geoid": 3174358}, "notime": null, "date-ut": "1860-01-07 12:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Caruso"}, "birth": {"place": {"c2": "CE", "cy": "IT", "lg": 14.37683, "lat": 41.04001, "name": "Maddaloni", "geoid": 3174358}, "date-ut": "1860-01-07 12:02"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1376"}, "ids-in-sources": {"a2": "1376"}}, "raw": {"H": "13", "MN": "2", "TZ": "-1", "COD": "CE", "COU": "I", "DAY": "7", "LAT": "41N 6", "LON": "14E30", "MON": "1", "NUM": "1376", "PRO": "S", "SEC": "0", "YEA": "1860", "CITY": "MADDALONI"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3463	casagrandi-glauco-1875-07-07	{"a2": "1377"}	{"lerrcp": "A2-1377"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Glauco", "family": "Casagrandi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 11.90763, "lat": 44.42707, "name": "Lugo", "geoid": 3174494}, "notime": null, "date-ut": "1875-07-07 08:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Glauco", "family": "Casagrandi"}, "birth": {"place": {"c2": "RA", "cy": "IT", "lg": 11.90763, "lat": 44.42707, "name": "Lugo", "geoid": 3174494}, "date-ut": "1875-07-07 08:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1377"}, "ids-in-sources": {"a2": "1377"}}, "raw": {"H": "9", "MN": "10", "TZ": "-1", "COD": "RA", "COU": "I", "DAY": "7", "LAT": "44N24", "LON": "12E15", "MON": "7", "NUM": "1377", "PRO": "S", "SEC": "4", "YEA": "1875", "CITY": "LUGO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3464	casagrandi-oddo-1872-09-06	{"a2": "1378"}	{"lerrcp": "A2-1378"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oddo", "family": "Casagrandi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 11.90763, "lat": 44.42707, "name": "Lugo", "geoid": 3174494}, "notime": null, "date-ut": "1872-09-06 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Oddo", "family": "Casagrandi"}, "birth": {"place": {"c2": "RA", "cy": "IT", "lg": 11.90763, "lat": 44.42707, "name": "Lugo", "geoid": 3174494}, "date-ut": "1872-09-06 07:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1378"}, "ids-in-sources": {"a2": "1378"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "RA", "COU": "I", "DAY": "6", "LAT": "44N24", "LON": "12E15", "MON": "9", "NUM": "1378", "PRO": "S", "SEC": "4", "YEA": "1872", "CITY": "LUGO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3465	casalini-giulio-1876-02-19	{"a2": "1379"}	{"lerrcp": "A2-1379"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giulio", "family": "Casalini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 8.86114, "lat": 45.31166, "name": "Vigevano", "geoid": 3164376}, "notime": null, "date-ut": "1876-02-19 16:55:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giulio", "family": "Casalini"}, "birth": {"place": {"c2": "PV", "cy": "IT", "lg": 8.86114, "lat": 45.31166, "name": "Vigevano", "geoid": 3164376}, "date-ut": "1876-02-19 16:55:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1379"}, "ids-in-sources": {"a2": "1379"}}, "raw": {"H": "17", "MN": "55", "TZ": "-1", "COD": "PV", "COU": "I", "DAY": "19", "LAT": "45N12", "LON": "9E 0", "MON": "2", "NUM": "1379", "PRO": "S", "SEC": "4", "YEA": "1876", "CITY": "VIGEVANO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3466	casarini-arturo-1876-08-16	{"a2": "1380"}	{"lerrcp": "A2-1380"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arturo", "family": "Casarini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "notime": null, "date-ut": "1876-08-16 16:20:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Arturo", "family": "Casarini"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "date-ut": "1876-08-16 16:20:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1380"}, "ids-in-sources": {"a2": "1380"}}, "raw": {"H": "17", "MN": "20", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "16", "LAT": "44N36", "LON": "11E15", "MON": "8", "NUM": "1380", "PRO": "S", "SEC": "4", "YEA": "1876", "CITY": "MODENA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3467	castaldi-luigi-1890-02-14	{"a2": "1381"}	{"lerrcp": "A2-1381"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Castaldi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PT", "c3": null, "cy": "IT", "lg": 10.92361, "lat": 43.92125, "name": "Pistoia", "geoid": 3170621}, "notime": null, "date-ut": "1890-02-14 06:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Castaldi"}, "birth": {"place": {"c2": "PT", "cy": "IT", "lg": 10.92361, "lat": 43.92125, "name": "Pistoia", "geoid": 3170621}, "date-ut": "1890-02-14 06:25:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1381"}, "ids-in-sources": {"a2": "1381"}}, "raw": {"H": "7", "MN": "25", "TZ": "-1", "COD": "PT", "COU": "I", "DAY": "14", "LAT": "44N 0", "LON": "11E15", "MON": "2", "NUM": "1381", "PRO": "S", "SEC": "4", "YEA": "1890", "CITY": "PISTOIA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3468	cavina-cesare-1888-04-16	{"a2": "1382"}	{"lerrcp": "A2-1382"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cesare", "family": "Cavina", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1888-04-16 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Cesare", "family": "Cavina"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1888-04-16 00:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1382"}, "ids-in-sources": {"a2": "1382"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "16", "LAT": "44N30", "LON": "11E 0", "MON": "4", "NUM": "1382", "PRO": "S", "SEC": "4", "YEA": "1888", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3469	cazzaniga-antonio-1885-07-15	{"a2": "1383"}	{"lerrcp": "A2-1383"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Cazzaniga", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CR", "c3": null, "cy": "IT", "lg": 10.02797, "lat": 45.13617, "name": "Cremona", "geoid": 3177838}, "notime": null, "date-ut": "1885-07-15 13:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Cazzaniga"}, "birth": {"place": {"c2": "CR", "cy": "IT", "lg": 10.02797, "lat": 45.13617, "name": "Cremona", "geoid": 3177838}, "date-ut": "1885-07-15 13:50:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1383"}, "ids-in-sources": {"a2": "1383"}}, "raw": {"H": "14", "MN": "50", "TZ": "-1", "COD": "CR", "COU": "I", "DAY": "15", "LAT": "45N12", "LON": "11E 0", "MON": "7", "NUM": "1383", "PRO": "S", "SEC": "4", "YEA": "1885", "CITY": "CREMONA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3470	ceni-carlo-1865-05-05	{"a2": "1384"}	{"lerrcp": "A2-1384"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Ceni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BG", "c3": null, "cy": "IT", "lg": 9.75, "lat": 45.6, "name": "BRIGNANO GERA D", "geoid": 0}, "notime": null, "date-ut": "1865-05-05 15:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Ceni"}, "birth": {"place": {"c2": "BG", "cy": "IT", "lg": 9.75, "lat": 45.6, "name": "BRIGNANO GERA D", "geoid": 0}, "date-ut": "1865-05-05 15:21"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1384"}, "ids-in-sources": {"a2": "1384"}}, "raw": {"H": "16", "MN": "21", "TZ": "-1", "COD": "BG", "COU": "I", "DAY": "5", "LAT": "45N36", "LON": "9E45", "MON": "5", "NUM": "1384", "PRO": "S", "SEC": "0", "YEA": "1865", "CITY": "BRIGNANO GERA D"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3471	gauquelin-a2-1385-1863-01-08	{"a2": "1385"}	{"lerrcp": "A2-1385"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A2-1385", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AP", "c3": null, "cy": "IT", "lg": 13.75, "lat": 43, "name": "MONTERUBBIANO", "geoid": 0}, "notime": null, "date-ut": "1863-01-08 02:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A2-1385"}, "birth": {"place": {"c2": "AP", "cy": "IT", "lg": 13.75, "lat": 43, "name": "MONTERUBBIANO", "geoid": 0}, "date-ut": "1863-01-08 02:05"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1385"}, "ids-in-sources": {"a2": "1385"}}, "raw": {"H": "3", "MN": "5", "TZ": "-1", "COD": "AP", "COU": "I", "DAY": "8", "LAT": "43N 0", "LON": "13E45", "MON": "1", "NUM": "1385", "PRO": "S", "SEC": "0", "YEA": "1863", "CITY": "MONTERUBBIANO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3472	ceresole-giulio-1878-06-24	{"a2": "1386"}	{"lerrcp": "A2-1386"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giulio", "family": "Ceresole", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "notime": null, "date-ut": "1878-06-24 01:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giulio", "family": "Ceresole"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "date-ut": "1878-06-24 01:25:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1386"}, "ids-in-sources": {"a2": "1386"}}, "raw": {"H": "2", "MN": "25", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "24", "LAT": "45N30", "LON": "12E30", "MON": "6", "NUM": "1386", "PRO": "S", "SEC": "4", "YEA": "1878", "CITY": "VENEZIA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3473	cesa-bianchi-domenico-1879-11-16	{"a2": "1387"}	{"lerrcp": "A2-1387"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Domenico", "family": "Cesa-Bianchi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "IT", "lg": 8.70403, "lat": 45.77407, "name": "Varano Borghi", "geoid": 6534924}, "notime": null, "date-ut": "1879-11-16 09:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Domenico", "family": "Cesa-Bianchi"}, "birth": {"place": {"c2": "VA", "cy": "IT", "lg": 8.70403, "lat": 45.77407, "name": "Varano Borghi", "geoid": 6534924}, "date-ut": "1879-11-16 09:25:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1387"}, "ids-in-sources": {"a2": "1387"}}, "raw": {"H": "10", "MN": "25", "TZ": "-1", "COD": "VA", "COU": "I", "DAY": "16", "LAT": "45N48", "LON": "9E 0", "MON": "11", "NUM": "1387", "PRO": "S", "SEC": "4", "YEA": "1879", "CITY": "VARANO BORGHI"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3474	cevidalli-attilio-1877-07-01	{"a2": "1388"}	{"lerrcp": "A2-1388"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Attilio", "family": "Cevidalli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RE", "c3": null, "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "REGGIO EMILIA", "geoid": 0}, "notime": null, "date-ut": "1877-07-01 20:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Attilio", "family": "Cevidalli"}, "birth": {"place": {"c2": "RE", "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "REGGIO EMILIA", "geoid": 0}, "date-ut": "1877-07-01 20:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1388"}, "ids-in-sources": {"a2": "1388"}}, "raw": {"H": "21", "MN": "10", "TZ": "-1", "COD": "RE", "COU": "I", "DAY": "1", "LAT": "44N36", "LON": "10E45", "MON": "7", "NUM": "1388", "PRO": "S", "SEC": "4", "YEA": "1877", "CITY": "REGGIO EMILIA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3475	chirone-vincenzo-1847-03-26	{"a2": "1389"}	{"lerrcp": "A2-1389"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincenzo", "family": "Chirone", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LE", "c3": null, "cy": "IT", "lg": 18.75, "lat": 40.4, "name": "CARPIGNANO SALE", "geoid": 0}, "notime": null, "date-ut": "1847-03-26 08:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Vincenzo", "family": "Chirone"}, "birth": {"place": {"c2": "LE", "cy": "IT", "lg": 18.75, "lat": 40.4, "name": "CARPIGNANO SALE", "geoid": 0}, "date-ut": "1847-03-26 08:45"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1389"}, "ids-in-sources": {"a2": "1389"}}, "raw": {"H": "9", "MN": "45", "TZ": "-1", "COD": "LE", "COU": "I", "DAY": "26", "LAT": "40N24", "LON": "18E45", "MON": "3", "NUM": "1389", "PRO": "S", "SEC": "0", "YEA": "1847", "CITY": "CARPIGNANO SALE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3476	cinotti-felice-1878-06-10	{"a2": "1390"}	{"lerrcp": "A2-1390"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Felice", "family": "Cinotti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PI", "c3": null, "cy": "IT", "lg": 10.62602, "lat": 43.32603, "name": "Montescudaio", "geoid": 6535041}, "notime": null, "date-ut": "1878-06-10 10:48:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Felice", "family": "Cinotti"}, "birth": {"place": {"c2": "PI", "cy": "IT", "lg": 10.62602, "lat": 43.32603, "name": "Montescudaio", "geoid": 6535041}, "date-ut": "1878-06-10 10:48:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1390"}, "ids-in-sources": {"a2": "1390"}}, "raw": {"H": "11", "MN": "48", "TZ": "-1", "COD": "PI", "COU": "I", "DAY": "10", "LAT": "43N42", "LON": "10E30", "MON": "6", "NUM": "1390", "PRO": "S", "SEC": "4", "YEA": "1878", "CITY": "MONTESCUDAIO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3477	cipriani-mariano-1895-11-25	{"a2": "1391"}	{"lerrcp": "A2-1391"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mariano", "family": "Cipriani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AP", "c3": null, "cy": "IT", "lg": 13.75, "lat": 43, "name": "RIPASTRANSONE", "geoid": 0}, "notime": null, "date-ut": "1895-11-25 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Mariano", "family": "Cipriani"}, "birth": {"place": {"c2": "AP", "cy": "IT", "lg": 13.75, "lat": 43, "name": "RIPASTRANSONE", "geoid": 0}, "date-ut": "1895-11-25 05:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1391"}, "ids-in-sources": {"a2": "1391"}}, "raw": {"H": "6", "MN": "30", "TZ": "-1", "COD": "AP", "COU": "I", "DAY": "25", "LAT": "43N 0", "LON": "13E45", "MON": "11", "NUM": "1391", "PRO": "S", "SEC": "0", "YEA": "1895", "CITY": "RIPASTRANSONE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3478	cirincione-giuseppe-1863-06-24	{"a2": "1392"}	{"lerrcp": "A2-1392"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Cirincione", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PA", "c3": null, "cy": "IT", "lg": 13.51236, "lat": 38.07892, "name": "Bagheria", "geoid": 2525628}, "notime": null, "date-ut": "1863-06-24 06:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Cirincione"}, "birth": {"place": {"c2": "PA", "cy": "IT", "lg": 13.51236, "lat": 38.07892, "name": "Bagheria", "geoid": 2525628}, "date-ut": "1863-06-24 06:06"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1392"}, "ids-in-sources": {"a2": "1392"}}, "raw": {"H": "7", "MN": "6", "TZ": "-1", "COD": "PA", "COU": "I", "DAY": "24", "LAT": "38N 0", "LON": "13E30", "MON": "6", "NUM": "1392", "PRO": "S", "SEC": "0", "YEA": "1863", "CITY": "BAGHERIA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3479	citelli-salvatore-1875-02-14	{"a2": "1393"}	{"lerrcp": "A2-1393"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Salvatore", "family": "Citelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "EN", "c3": null, "cy": "IT", "lg": 14.63874, "lat": 37.65334, "name": "Regalbuto", "geoid": 2523632}, "notime": null, "date-ut": "1875-02-14 13:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Salvatore", "family": "Citelli"}, "birth": {"place": {"c2": "EN", "cy": "IT", "lg": 14.63874, "lat": 37.65334, "name": "Regalbuto", "geoid": 2523632}, "date-ut": "1875-02-14 13:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1393"}, "ids-in-sources": {"a2": "1393"}}, "raw": {"H": "14", "MN": "10", "TZ": "-1", "COD": "EN", "COU": "I", "DAY": "14", "LAT": "37N30", "LON": "14E15", "MON": "2", "NUM": "1393", "PRO": "S", "SEC": "4", "YEA": "1875", "CITY": "REGALBUTO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3480	clementi-gesualdo-1848-04-25	{"a2": "1394"}	{"lerrcp": "A2-1394"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gesualdo", "family": "Clementi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 14.5132, "lat": 37.23682, "name": "Caltagirone", "geoid": 2525450}, "notime": null, "date-ut": "1848-04-25 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gesualdo", "family": "Clementi"}, "birth": {"place": {"c2": "CT", "cy": "IT", "lg": 14.5132, "lat": 37.23682, "name": "Caltagirone", "geoid": 2525450}, "date-ut": "1848-04-25 18:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1394"}, "ids-in-sources": {"a2": "1394"}}, "raw": {"H": "19", "MN": "0", "TZ": "-1", "COD": "CT", "COU": "I", "DAY": "25", "LAT": "37N30", "LON": "15E 0", "MON": "4", "NUM": "1394", "PRO": "S", "SEC": "0", "YEA": "1848", "CITY": "CALTAGIRONE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3481	colajanni-napoleone-1847-04-28	{"a2": "1395"}	{"lerrcp": "A2-1395"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Napoleone", "family": "Colajanni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "EN", "c3": null, "cy": "IT", "lg": 14.28917, "lat": 37.55885, "name": "Enna", "geoid": 2524819}, "notime": null, "date-ut": "1847-04-28 05:03"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Napoleone", "family": "Colajanni"}, "birth": {"place": {"c2": "EN", "cy": "IT", "lg": 14.28917, "lat": 37.55885, "name": "Enna", "geoid": 2524819}, "date-ut": "1847-04-28 05:03"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1395"}, "ids-in-sources": {"a2": "1395"}}, "raw": {"H": "6", "MN": "3", "TZ": "-1", "COD": "EN", "COU": "I", "DAY": "28", "LAT": "37N30", "LON": "14E15", "MON": "4", "NUM": "1395", "PRO": "S", "SEC": "0", "YEA": "1847", "CITY": "ENNA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3482	colosi-giuseppe-1892-03-21	{"a2": "1396"}	{"lerrcp": "A2-1396"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Colosi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PA", "c3": null, "cy": "IT", "lg": 13.5, "lat": 38, "name": "PETRALIA SOTTAN", "geoid": 0}, "notime": null, "date-ut": "1892-03-21 04:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Colosi"}, "birth": {"place": {"c2": "PA", "cy": "IT", "lg": 13.5, "lat": 38, "name": "PETRALIA SOTTAN", "geoid": 0}, "date-ut": "1892-03-21 04:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1396"}, "ids-in-sources": {"a2": "1396"}}, "raw": {"H": "5", "MN": "10", "TZ": "-1", "COD": "PA", "COU": "I", "DAY": "21", "LAT": "38N 0", "LON": "13E30", "MON": "3", "NUM": "1396", "PRO": "S", "SEC": "4", "YEA": "1892", "CITY": "PETRALIA SOTTAN"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3483	corsini-andrea-1866-07-03	{"a2": "1397"}	{"lerrcp": "A2-1397"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Andrea", "family": "Corsini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1866-07-03 01:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Andrea", "family": "Corsini"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1866-07-03 01:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1397"}, "ids-in-sources": {"a2": "1397"}}, "raw": {"H": "2", "MN": "44", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "3", "LAT": "43N42", "LON": "11E30", "MON": "7", "NUM": "1397", "PRO": "S", "SEC": "0", "YEA": "1866", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3484	coruzzi-cesare-1900-08-30	{"a2": "1398"}	{"lerrcp": "A2-1398"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cesare", "family": "Coruzzi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11, "lat": 44.5, "name": "CASTEL S PIETRO", "geoid": 0}, "notime": null, "date-ut": "1900-08-30 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Cesare", "family": "Coruzzi"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11, "lat": 44.5, "name": "CASTEL S PIETRO", "geoid": 0}, "date-ut": "1900-08-30 21:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1398"}, "ids-in-sources": {"a2": "1398"}}, "raw": {"H": "22", "MN": "30", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "30", "LAT": "44N30", "LON": "11E 0", "MON": "8", "NUM": "1398", "PRO": "S", "SEC": "0", "YEA": "1900", "CITY": "CASTEL S PIETRO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3485	cosco-giuseppe-1857-03-19	{"a2": "1399"}	{"lerrcp": "A2-1399"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Cosco", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CZ", "c3": null, "cy": "IT", "lg": 17.5, "lat": 39, "name": "CROTONE", "geoid": 0}, "notime": null, "date-ut": "1857-03-19 17:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Cosco"}, "birth": {"place": {"c2": "CZ", "cy": "IT", "lg": 17.5, "lat": 39, "name": "CROTONE", "geoid": 0}, "date-ut": "1857-03-19 17:50"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1399"}, "ids-in-sources": {"a2": "1399"}}, "raw": {"H": "18", "MN": "50", "TZ": "-1", "COD": "CZ", "COU": "I", "DAY": "19", "LAT": "39N 0", "LON": "17E30", "MON": "3", "NUM": "1399", "PRO": "S", "SEC": "0", "YEA": "1857", "CITY": "CROTONE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3486	costa-antonio-1902-06-14	{"a2": "1400"}	{"lerrcp": "A2-1400"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Costa", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1902-06-14 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Costa"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1902-06-14 03:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1400"}, "ids-in-sources": {"a2": "1400"}}, "raw": {"H": "4", "MN": "30", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "14", "LAT": "43N42", "LON": "11E30", "MON": "6", "NUM": "1400", "PRO": "S", "SEC": "0", "YEA": "1902", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3487	cozzolino-olimpo-1868-12-26	{"a2": "1401"}	{"lerrcp": "A2-1401"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Olimpo", "family": "Cozzolino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RC", "c3": null, "cy": "IT", "lg": 15.5, "lat": 38.1, "name": "SIDERNO MARINA", "geoid": 0}, "notime": null, "date-ut": "1868-12-26 15:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Olimpo", "family": "Cozzolino"}, "birth": {"place": {"c2": "RC", "cy": "IT", "lg": 15.5, "lat": 38.1, "name": "SIDERNO MARINA", "geoid": 0}, "date-ut": "1868-12-26 15:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1401"}, "ids-in-sources": {"a2": "1401"}}, "raw": {"H": "16", "MN": "10", "TZ": "-1", "COD": "RC", "COU": "I", "DAY": "26", "LAT": "38N 6", "LON": "15E30", "MON": "12", "NUM": "1401", "PRO": "S", "SEC": "4", "YEA": "1868", "CITY": "SIDERNO MARINA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3488	cremonese-guido-1875-12-06	{"a2": "1402"}	{"lerrcp": "A2-1402"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guido", "family": "Cremonese", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "IT", "lg": 9.13462, "lat": 39.20738, "name": "Cagliari", "geoid": 2525473}, "notime": null, "date-ut": "1875-12-06 01:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Guido", "family": "Cremonese"}, "birth": {"place": {"c2": "CA", "cy": "IT", "lg": 9.13462, "lat": 39.20738, "name": "Cagliari", "geoid": 2525473}, "date-ut": "1875-12-06 01:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1402"}, "ids-in-sources": {"a2": "1402"}}, "raw": {"H": "2", "MN": "10", "TZ": "-1", "COD": "CA", "COU": "I", "DAY": "6", "LAT": "39N24", "LON": "9E 0", "MON": "12", "NUM": "1402", "PRO": "S", "SEC": "4", "YEA": "1875", "CITY": "CAGLIARI"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3489	curatulo-giacomo-1864-07-03	{"a2": "1403"}	{"lerrcp": "A2-1403"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giacomo", "family": "Curatulo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TP", "c3": null, "cy": "IT", "lg": 12.43518, "lat": 37.79664, "name": "Marsala", "geoid": 2524245}, "notime": null, "date-ut": "1864-07-03 18:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giacomo", "family": "Curatulo"}, "birth": {"place": {"c2": "TP", "cy": "IT", "lg": 12.43518, "lat": 37.79664, "name": "Marsala", "geoid": 2524245}, "date-ut": "1864-07-03 18:10"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1403"}, "ids-in-sources": {"a2": "1403"}}, "raw": {"H": "19", "MN": "10", "TZ": "-1", "COD": "TP", "COU": "I", "DAY": "3", "LAT": "38N 0", "LON": "12E30", "MON": "7", "NUM": "1403", "PRO": "S", "SEC": "0", "YEA": "1864", "CITY": "MARSALA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3490	cutore-gaetano-1869-06-21	{"a2": "1404"}	{"lerrcp": "A2-1404"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaetano", "family": "Cutore", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 14.90268, "lat": 37.57095, "name": "Paternò", "geoid": 2523866}, "notime": null, "date-ut": "1869-06-21 01:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gaetano", "family": "Cutore"}, "birth": {"place": {"c2": "CT", "cy": "IT", "lg": 14.90268, "lat": 37.57095, "name": "Paternò", "geoid": 2523866}, "date-ut": "1869-06-21 01:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1404"}, "ids-in-sources": {"a2": "1404"}}, "raw": {"H": "2", "MN": "10", "TZ": "-1", "COD": "CT", "COU": "I", "DAY": "21", "LAT": "37N30", "LON": "15E 0", "MON": "6", "NUM": "1404", "PRO": "S", "SEC": "4", "YEA": "1869", "CITY": "PATERNO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3491	d-agata-giuseppe-1884-03-10	{"a2": "1405"}	{"lerrcp": "A2-1405"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "D'Agata", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "notime": null, "date-ut": "1884-03-10 07:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "D'Agata"}, "birth": {"place": {"c2": "CT", "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "date-ut": "1884-03-10 07:25:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1405"}, "ids-in-sources": {"a2": "1405"}}, "raw": {"H": "8", "MN": "25", "TZ": "-1", "COD": "CT", "COU": "I", "DAY": "10", "LAT": "37N30", "LON": "15E 0", "MON": "3", "NUM": "1405", "PRO": "S", "SEC": "4", "YEA": "1884", "CITY": "CATANIA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3492	dagnini-giuseppe-1866-05-19	{"a2": "1406"}	{"lerrcp": "A2-1406"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Dagnini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1866-05-19 17:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Dagnini"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1866-05-19 17:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1406"}, "ids-in-sources": {"a2": "1406"}}, "raw": {"H": "18", "MN": "16", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "19", "LAT": "44N30", "LON": "11E 0", "MON": "5", "NUM": "1406", "PRO": "S", "SEC": "0", "YEA": "1866", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3493	de-blasi-dante-1873-10-25	{"a2": "1407"}	{"lerrcp": "A2-1407"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dante", "family": "De Blasi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LE", "c3": null, "cy": "IT", "lg": 18.75, "lat": 40.4, "name": "UGGIANO LA CHIE", "geoid": 0}, "notime": null, "date-ut": "1873-10-25 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Dante", "family": "De Blasi"}, "birth": {"place": {"c2": "LE", "cy": "IT", "lg": 18.75, "lat": 40.4, "name": "UGGIANO LA CHIE", "geoid": 0}, "date-ut": "1873-10-25 03:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1407"}, "ids-in-sources": {"a2": "1407"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "LE", "COU": "I", "DAY": "25", "LAT": "40N24", "LON": "18E45", "MON": "10", "NUM": "1407", "PRO": "S", "SEC": "4", "YEA": "1873", "CITY": "UGGIANO LA CHIE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3494	de-gaetano-luigi-1868-10-17	{"a2": "1408"}	{"lerrcp": "A2-1408"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "De Gaetano", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 16.66738, "lat": 41.18643, "name": "Giovinazzo", "geoid": 3176072}, "notime": null, "date-ut": "1868-10-17 06:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "De Gaetano"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 16.66738, "lat": 41.18643, "name": "Giovinazzo", "geoid": 3176072}, "date-ut": "1868-10-17 06:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1408"}, "ids-in-sources": {"a2": "1408"}}, "raw": {"H": "7", "MN": "10", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "17", "LAT": "41N12", "LON": "17E 0", "MON": "10", "NUM": "1408", "PRO": "S", "SEC": "4", "YEA": "1868", "CITY": "GIOVINAZZO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3495	de-girolamo-antonio-1912-12-28	{"a2": "1409"}	{"lerrcp": "A2-1409"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "De Girolamo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FG", "c3": null, "cy": "IT", "lg": 15.15926, "lat": 41.32715, "name": "Faeto", "geoid": 3177294}, "notime": null, "date-ut": "1912-12-28 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "De Girolamo"}, "birth": {"place": {"c2": "FG", "cy": "IT", "lg": 15.15926, "lat": 41.32715, "name": "Faeto", "geoid": 3177294}, "date-ut": "1912-12-28 10:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1409"}, "ids-in-sources": {"a2": "1409"}}, "raw": {"H": "11", "MN": "30", "TZ": "-1", "COD": "FG", "COU": "I", "DAY": "28", "LAT": "41N36", "LON": "15E30", "MON": "12", "NUM": "1409", "PRO": "S", "SEC": "0", "YEA": "1912", "CITY": "FAETO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3496	de-lieto-vollaro-agostino-1872-03-24	{"a2": "1410"}	{"lerrcp": "A2-1410"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "De Lieto Vollaro Agostino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RC", "c3": null, "cy": "IT", "lg": 15.66129, "lat": 38.11047, "name": "Reggio Calabria", "geoid": 2523630}, "notime": null, "date-ut": "1872-03-24 16:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "De Lieto Vollaro Agostino"}, "birth": {"place": {"c2": "RC", "cy": "IT", "lg": 15.66129, "lat": 38.11047, "name": "Reggio Calabria", "geoid": 2523630}, "date-ut": "1872-03-24 16:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1410"}, "ids-in-sources": {"a2": "1410"}}, "raw": {"H": "17", "MN": "10", "TZ": "-1", "COD": "RC", "COU": "I", "DAY": "24", "LAT": "38N 6", "LON": "15E30", "MON": "3", "NUM": "1410", "PRO": "S", "SEC": "4", "YEA": "1872", "CITY": "REGGIO CALABRIA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3497	de-vecchi-bindo-1877-03-04	{"a2": "1411"}	{"lerrcp": "A2-1411"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bindo", "family": "De Vecchi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SI", "c3": null, "cy": "IT", "lg": 11.33283, "lat": 43.32004, "name": "Siena", "geoid": 3166548}, "notime": null, "date-ut": "1877-03-04 09:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Bindo", "family": "De Vecchi"}, "birth": {"place": {"c2": "SI", "cy": "IT", "lg": 11.33283, "lat": 43.32004, "name": "Siena", "geoid": 3166548}, "date-ut": "1877-03-04 09:40:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1411"}, "ids-in-sources": {"a2": "1411"}}, "raw": {"H": "10", "MN": "40", "TZ": "-1", "COD": "SI", "COU": "I", "DAY": "4", "LAT": "43N18", "LON": "11E45", "MON": "3", "NUM": "1411", "PRO": "S", "SEC": "4", "YEA": "1877", "CITY": "SIENA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3498	dezani-serafino-1884-04-16	{"a2": "1412"}	{"lerrcp": "A2-1412"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Serafino", "family": "Dezani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AT", "c3": null, "cy": "IT", "lg": 8.5, "lat": 44.9, "name": "MARETTO D ASTI", "geoid": 0}, "notime": null, "date-ut": "1884-04-16 15:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Serafino", "family": "Dezani"}, "birth": {"place": {"c2": "AT", "cy": "IT", "lg": 8.5, "lat": 44.9, "name": "MARETTO D ASTI", "geoid": 0}, "date-ut": "1884-04-16 15:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1412"}, "ids-in-sources": {"a2": "1412"}}, "raw": {"H": "16", "MN": "10", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "16", "LAT": "44N54", "LON": "8E30", "MON": "4", "NUM": "1412", "PRO": "S", "SEC": "4", "YEA": "1884", "CITY": "MARETTO D ASTI"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3499	di-aichelburg-ulderico-1908-03-12	{"a2": "1413"}	{"lerrcp": "A2-1413"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ulderico", "family": "Di Aichelburg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1908-03-12 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ulderico", "family": "Di Aichelburg"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1908-03-12 00:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1413"}, "ids-in-sources": {"a2": "1413"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "12", "LAT": "45N 0", "LON": "8E 0", "MON": "3", "NUM": "1413", "PRO": "S", "SEC": "0", "YEA": "1908", "CITY": "TORINO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3500	di-macco-gennaro-1895-09-01	{"a2": "1414"}	{"lerrcp": "A2-1414"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gennaro", "family": "Di Macco", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SR", "c3": null, "cy": "IT", "lg": 15.273, "lat": 37.08515, "name": "Siracusa", "geoid": 2523083}, "notime": null, "date-ut": "1895-09-01 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gennaro", "family": "Di Macco"}, "birth": {"place": {"c2": "SR", "cy": "IT", "lg": 15.273, "lat": 37.08515, "name": "Siracusa", "geoid": 2523083}, "date-ut": "1895-09-01 17:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1414"}, "ids-in-sources": {"a2": "1414"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "SR", "COU": "I", "DAY": "1", "LAT": "37N 0", "LON": "15E30", "MON": "9", "NUM": "1414", "PRO": "S", "SEC": "0", "YEA": "1895", "CITY": "SIRACUSA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3501	dionisi-antonio-1866-04-29	{"a2": "1415"}	{"lerrcp": "A2-1415"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Dionisi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TE", "c3": null, "cy": "IT", "lg": 13.55539, "lat": 42.52354, "name": "Pietracamela", "geoid": 3170817}, "notime": null, "date-ut": "1866-04-29 03:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Dionisi"}, "birth": {"place": {"c2": "TE", "cy": "IT", "lg": 13.55539, "lat": 42.52354, "name": "Pietracamela", "geoid": 3170817}, "date-ut": "1866-04-29 03:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1415"}, "ids-in-sources": {"a2": "1415"}}, "raw": {"H": "4", "MN": "4", "TZ": "-1", "COD": "TE", "COU": "I", "DAY": "29", "LAT": "42N42", "LON": "14E 0", "MON": "4", "NUM": "1415", "PRO": "S", "SEC": "0", "YEA": "1866", "CITY": "PIETRACAMELA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3502	di-tullio-benigno-1896-04-04	{"a2": "1416"}	{"lerrcp": "A2-1416"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benigno", "family": "Di Tullio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CB", "c3": null, "cy": "IT", "lg": 14.75, "lat": 41.6, "name": "FORLI DEL SANNI", "geoid": 0}, "notime": null, "date-ut": "1896-04-04 16:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Benigno", "family": "Di Tullio"}, "birth": {"place": {"c2": "CB", "cy": "IT", "lg": 14.75, "lat": 41.6, "name": "FORLI DEL SANNI", "geoid": 0}, "date-ut": "1896-04-04 16:05"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1416"}, "ids-in-sources": {"a2": "1416"}}, "raw": {"H": "17", "MN": "5", "TZ": "-1", "COD": "CB", "COU": "I", "DAY": "4", "LAT": "41N36", "LON": "14E45", "MON": "4", "NUM": "1416", "PRO": "S", "SEC": "0", "YEA": "1896", "CITY": "FORLI DEL SANNI"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3503	dogliotti-giulio-1906-03-14	{"a2": "1417"}	{"lerrcp": "A2-1417"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giulio", "family": "Dogliotti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CN", "c3": null, "cy": "IT", "lg": 8.0347, "lat": 44.6999, "name": "Alba", "geoid": 3183364}, "notime": null, "date-ut": "1906-03-14 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giulio", "family": "Dogliotti"}, "birth": {"place": {"c2": "CN", "cy": "IT", "lg": 8.0347, "lat": 44.6999, "name": "Alba", "geoid": 3183364}, "date-ut": "1906-03-14 03:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1417"}, "ids-in-sources": {"a2": "1417"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "CN", "COU": "I", "DAY": "14", "LAT": "44N24", "LON": "7E15", "MON": "3", "NUM": "1417", "PRO": "S", "SEC": "0", "YEA": "1906", "CITY": "ALBA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3504	dominici-leonardo-1879-09-25	{"a2": "1418"}	{"lerrcp": "A2-1418"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leonardo", "family": "Dominici", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 12.74534, "lat": 42.87728, "name": "Trevi", "geoid": 3165209}, "notime": null, "date-ut": "1879-09-25 16:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Leonardo", "family": "Dominici"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 12.74534, "lat": 42.87728, "name": "Trevi", "geoid": 3165209}, "date-ut": "1879-09-25 16:40:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1418"}, "ids-in-sources": {"a2": "1418"}}, "raw": {"H": "17", "MN": "40", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "25", "LAT": "43N 0", "LON": "13E 0", "MON": "9", "NUM": "1418", "PRO": "S", "SEC": "4", "YEA": "1879", "CITY": "TREVI"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3505	donati-mario-1879-02-24	{"a2": "1419"}	{"lerrcp": "A2-1419"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Donati", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "notime": null, "date-ut": "1879-02-24 06:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Donati"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "date-ut": "1879-02-24 06:25:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1419"}, "ids-in-sources": {"a2": "1419"}}, "raw": {"H": "7", "MN": "25", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "24", "LAT": "44N36", "LON": "11E15", "MON": "2", "NUM": "1419", "PRO": "S", "SEC": "4", "YEA": "1879", "CITY": "MODENA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3506	duccesi-virgilio-1871-09-01	{"a2": "1420"}	{"lerrcp": "A2-1420"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Virgilio", "family": "Duccesi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "IT", "lg": 11.33394, "lat": 42.68892, "name": "Scansano", "geoid": 3166975}, "notime": null, "date-ut": "1871-09-01 04:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Virgilio", "family": "Duccesi"}, "birth": {"place": {"c2": "GR", "cy": "IT", "lg": 11.33394, "lat": 42.68892, "name": "Scansano", "geoid": 3166975}, "date-ut": "1871-09-01 04:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1420"}, "ids-in-sources": {"a2": "1420"}}, "raw": {"H": "5", "MN": "10", "TZ": "-1", "COD": "GR", "COU": "I", "DAY": "1", "LAT": "42N42", "LON": "11E30", "MON": "9", "NUM": "1420", "PRO": "S", "SEC": "4", "YEA": "1871", "CITY": "SCANSANO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3507	erchia-florenzo-1869-07-06	{"a2": "1421"}	{"lerrcp": "A2-1421"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Florenzo", "family": "Erchia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 17.11479, "lat": 40.96623, "name": "Conversano", "geoid": 3178147}, "notime": null, "date-ut": "1869-07-06 13:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Florenzo", "family": "Erchia"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 17.11479, "lat": 40.96623, "name": "Conversano", "geoid": 3178147}, "date-ut": "1869-07-06 13:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1421"}, "ids-in-sources": {"a2": "1421"}}, "raw": {"H": "14", "MN": "10", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "6", "LAT": "41N12", "LON": "17E 0", "MON": "7", "NUM": "1421", "PRO": "S", "SEC": "4", "YEA": "1869", "CITY": "CONVERSANO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3508	fabris-aldo-1872-08-06	{"a2": "1422"}	{"lerrcp": "A2-1422"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Fabris", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.31194, "lat": 45.90639, "name": "Palmanova", "geoid": 3171573}, "notime": null, "date-ut": "1872-08-06 10:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Aldo", "family": "Fabris"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.31194, "lat": 45.90639, "name": "Palmanova", "geoid": 3171573}, "date-ut": "1872-08-06 10:40:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1422"}, "ids-in-sources": {"a2": "1422"}}, "raw": {"H": "11", "MN": "40", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "6", "LAT": "46N 0", "LON": "13E30", "MON": "8", "NUM": "1422", "PRO": "S", "SEC": "4", "YEA": "1872", "CITY": "PALMANOVA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3509	faelli-ferruchio-1862-11-05	{"a2": "1423"}	{"lerrcp": "A2-1423"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferruchio", "family": "Faelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "notime": null, "date-ut": "1862-11-05 19:17"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ferruchio", "family": "Faelli"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "date-ut": "1862-11-05 19:17"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1423"}, "ids-in-sources": {"a2": "1423"}}, "raw": {"H": "20", "MN": "17", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "5", "LAT": "44N48", "LON": "10E45", "MON": "11", "NUM": "1423", "PRO": "S", "SEC": "0", "YEA": "1862", "CITY": "PARMA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3510	falco-giuseppe-1875-02-06	{"a2": "1424"}	{"lerrcp": "A2-1424"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Falco", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LE", "c3": null, "cy": "IT", "lg": 18.17202, "lat": 40.35703, "name": "Lecce", "geoid": 3174953}, "notime": null, "date-ut": "1875-02-06 04:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Falco"}, "birth": {"place": {"c2": "LE", "cy": "IT", "lg": 18.17202, "lat": 40.35703, "name": "Lecce", "geoid": 3174953}, "date-ut": "1875-02-06 04:50:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1424"}, "ids-in-sources": {"a2": "1424"}}, "raw": {"H": "5", "MN": "50", "TZ": "-1", "COD": "LE", "COU": "I", "DAY": "6", "LAT": "40N24", "LON": "18E45", "MON": "2", "NUM": "1424", "PRO": "S", "SEC": "4", "YEA": "1875", "CITY": "LECCE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3511	fano-corrado-1879-06-01	{"a2": "1425"}	{"lerrcp": "A2-1425"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Corrado", "family": "Fano", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PS", "c3": null, "cy": "IT", "lg": 13, "lat": 44, "name": "URBINO", "geoid": 0}, "notime": null, "date-ut": "1879-06-01 01:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Corrado", "family": "Fano"}, "birth": {"place": {"c2": "PS", "cy": "IT", "lg": 13, "lat": 44, "name": "URBINO", "geoid": 0}, "date-ut": "1879-06-01 01:40:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1425"}, "ids-in-sources": {"a2": "1425"}}, "raw": {"H": "2", "MN": "40", "TZ": "-1", "COD": "PS", "COU": "I", "DAY": "1", "LAT": "44N 0", "LON": "13E 0", "MON": "6", "NUM": "1425", "PRO": "S", "SEC": "4", "YEA": "1879", "CITY": "URBINO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3512	favaro-giuseppe-1877-05-01	{"a2": "1426"}	{"lerrcp": "A2-1426"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Favaro", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "notime": null, "date-ut": "1877-05-01 06:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Favaro"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "date-ut": "1877-05-01 06:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1426"}, "ids-in-sources": {"a2": "1426"}}, "raw": {"H": "7", "MN": "10", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "1", "LAT": "45N24", "LON": "12E15", "MON": "5", "NUM": "1426", "PRO": "S", "SEC": "4", "YEA": "1877", "CITY": "PADOVA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3513	favilli-narciso-1885-04-07	{"a2": "1427"}	{"lerrcp": "A2-1427"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Narciso", "family": "Favilli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PI", "c3": null, "cy": "IT", "lg": 10.49941, "lat": 43.67914, "name": "Cascina", "geoid": 3179977}, "notime": null, "date-ut": "1885-04-07 06:15:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Narciso", "family": "Favilli"}, "birth": {"place": {"c2": "PI", "cy": "IT", "lg": 10.49941, "lat": 43.67914, "name": "Cascina", "geoid": 3179977}, "date-ut": "1885-04-07 06:15:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1427"}, "ids-in-sources": {"a2": "1427"}}, "raw": {"H": "7", "MN": "15", "TZ": "-1", "COD": "PI", "COU": "I", "DAY": "7", "LAT": "43N42", "LON": "10E30", "MON": "4", "NUM": "1427", "PRO": "S", "SEC": "4", "YEA": "1885", "CITY": "CASCINA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3514	fede-francesco-1832-01-16	{"a2": "1428"}	{"lerrcp": "A2-1428"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Fede", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CB", "c3": null, "cy": "IT", "lg": 14.75, "lat": 41.6, "name": "PETRELLA TIFERN", "geoid": 0}, "notime": null, "date-ut": "1832-01-16 14:01"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Fede"}, "birth": {"place": {"c2": "CB", "cy": "IT", "lg": 14.75, "lat": 41.6, "name": "PETRELLA TIFERN", "geoid": 0}, "date-ut": "1832-01-16 14:01"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1428"}, "ids-in-sources": {"a2": "1428"}}, "raw": {"H": "15", "MN": "1", "TZ": "-1", "COD": "CB", "COU": "I", "DAY": "16", "LAT": "41N36", "LON": "14E45", "MON": "1", "NUM": "1428", "PRO": "S", "SEC": "0", "YEA": "1832", "CITY": "PETRELLA TIFERN"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3515	fermi-claudio-1862-01-14	{"a2": "1429"}	{"lerrcp": "A2-1429"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claudio", "family": "Fermi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PC", "c3": null, "cy": "IT", "lg": 9.75, "lat": 45, "name": "MONTICELLI D ON", "geoid": 0}, "notime": null, "date-ut": "1862-01-14 15:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Claudio", "family": "Fermi"}, "birth": {"place": {"c2": "PC", "cy": "IT", "lg": 9.75, "lat": 45, "name": "MONTICELLI D ON", "geoid": 0}, "date-ut": "1862-01-14 15:21"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1429"}, "ids-in-sources": {"a2": "1429"}}, "raw": {"H": "16", "MN": "21", "TZ": "-1", "COD": "PC", "COU": "I", "DAY": "14", "LAT": "45N 0", "LON": "9E45", "MON": "1", "NUM": "1429", "PRO": "S", "SEC": "0", "YEA": "1862", "CITY": "MONTICELLI D ON"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3516	ferrannini-luigi-1874-02-21	{"a2": "1430"}	{"lerrcp": "A2-1430"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Ferrannini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BN", "c3": null, "cy": "IT", "lg": 14.77328, "lat": 41.13204, "name": "Benevento", "geoid": 3182179}, "notime": null, "date-ut": "1874-02-21 04:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Ferrannini"}, "birth": {"place": {"c2": "BN", "cy": "IT", "lg": 14.77328, "lat": 41.13204, "name": "Benevento", "geoid": 3182179}, "date-ut": "1874-02-21 04:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1430"}, "ids-in-sources": {"a2": "1430"}}, "raw": {"H": "5", "MN": "10", "TZ": "-1", "COD": "BN", "COU": "I", "DAY": "21", "LAT": "41N18", "LON": "15E 0", "MON": "2", "NUM": "1430", "PRO": "S", "SEC": "4", "YEA": "1874", "CITY": "BENEVENTO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3517	ferraresi-carlo-1864-06-30	{"a2": "1431"}	{"lerrcp": "A2-1431"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Ferraresi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MS", "c3": null, "cy": "IT", "lg": 9.87888, "lat": 44.37515, "name": "Pontremoli", "geoid": 3170191}, "notime": null, "date-ut": "1864-06-30 11:03"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Ferraresi"}, "birth": {"place": {"c2": "MS", "cy": "IT", "lg": 9.87888, "lat": 44.37515, "name": "Pontremoli", "geoid": 3170191}, "date-ut": "1864-06-30 11:03"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1431"}, "ids-in-sources": {"a2": "1431"}}, "raw": {"H": "12", "MN": "3", "TZ": "-1", "COD": "MS", "COU": "I", "DAY": "30", "LAT": "44N 0", "LON": "10E30", "MON": "6", "NUM": "1431", "PRO": "S", "SEC": "0", "YEA": "1864", "CITY": "PONTREMOLI"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3518	ferrarini-guido-1879-01-06	{"a2": "1432"}	{"lerrcp": "A2-1432"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guido", "family": "Ferrarini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SP", "c3": null, "cy": "IT", "lg": 9.95859, "lat": 44.11145, "name": "Sarzana", "geoid": 3167104}, "notime": null, "date-ut": "1879-01-06 01:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Guido", "family": "Ferrarini"}, "birth": {"place": {"c2": "SP", "cy": "IT", "lg": 9.95859, "lat": 44.11145, "name": "Sarzana", "geoid": 3167104}, "date-ut": "1879-01-06 01:40:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1432"}, "ids-in-sources": {"a2": "1432"}}, "raw": {"H": "2", "MN": "40", "TZ": "-1", "COD": "SP", "COU": "I", "DAY": "6", "LAT": "44N 0", "LON": "10E15", "MON": "1", "NUM": "1432", "PRO": "S", "SEC": "4", "YEA": "1879", "CITY": "SARZANA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3519	ferrata-adolfo-1880-04-25	{"a2": "1433"}	{"lerrcp": "A2-1433"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolfo", "family": "Ferrata", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BS", "c3": null, "cy": "IT", "lg": 10.22727, "lat": 45.52478, "name": "Brescia", "geoid": 3181554}, "notime": null, "date-ut": "1880-04-25 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Adolfo", "family": "Ferrata"}, "birth": {"place": {"c2": "BS", "cy": "IT", "lg": 10.22727, "lat": 45.52478, "name": "Brescia", "geoid": 3181554}, "date-ut": "1880-04-25 00:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1433"}, "ids-in-sources": {"a2": "1433"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "BS", "COU": "I", "DAY": "25", "LAT": "45N30", "LON": "11E 0", "MON": "4", "NUM": "1433", "PRO": "S", "SEC": "4", "YEA": "1880", "CITY": "BRESCIA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3520	ferroni-ersilio-1871-11-11	{"a2": "1434"}	{"lerrcp": "A2-1434"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ersilio", "family": "Ferroni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 15, "lat": 37.5, "name": "MOTTA SAN ANAST", "geoid": 0}, "notime": null, "date-ut": "1871-11-11 22:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ersilio", "family": "Ferroni"}, "birth": {"place": {"c2": "CT", "cy": "IT", "lg": 15, "lat": 37.5, "name": "MOTTA SAN ANAST", "geoid": 0}, "date-ut": "1871-11-11 22:40:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1434"}, "ids-in-sources": {"a2": "1434"}}, "raw": {"H": "23", "MN": "40", "TZ": "-1", "COD": "CT", "COU": "I", "DAY": "11", "LAT": "37N30", "LON": "15E 0", "MON": "11", "NUM": "1434", "PRO": "S", "SEC": "4", "YEA": "1871", "CITY": "MOTTA SAN ANAST"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3521	ficai-giuseppe-1880-06-05	{"a2": "1435"}	{"lerrcp": "A2-1435"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Ficai", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AR", "c3": null, "cy": "IT", "lg": 11.88261, "lat": 43.46734, "name": "Arezzo", "geoid": 3182884}, "notime": null, "date-ut": "1880-06-05 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Ficai"}, "birth": {"place": {"c2": "AR", "cy": "IT", "lg": 11.88261, "lat": 43.46734, "name": "Arezzo", "geoid": 3182884}, "date-ut": "1880-06-05 00:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1435"}, "ids-in-sources": {"a2": "1435"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "AR", "COU": "I", "DAY": "5", "LAT": "43N30", "LON": "12E 0", "MON": "6", "NUM": "1435", "PRO": "S", "SEC": "4", "YEA": "1880", "CITY": "AREZZO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3522	ficano-giuseppe-1859-04-14	{"a2": "1436"}	{"lerrcp": "A2-1436"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Ficano", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PA", "c3": null, "cy": "IT", "lg": 13.51236, "lat": 38.07892, "name": "Bagheria", "geoid": 2525628}, "notime": null, "date-ut": "1859-04-14 01:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Ficano"}, "birth": {"place": {"c2": "PA", "cy": "IT", "lg": 13.51236, "lat": 38.07892, "name": "Bagheria", "geoid": 2525628}, "date-ut": "1859-04-14 01:06"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1436"}, "ids-in-sources": {"a2": "1436"}}, "raw": {"H": "2", "MN": "6", "TZ": "-1", "COD": "PA", "COU": "I", "DAY": "14", "LAT": "38N 0", "LON": "13E30", "MON": "4", "NUM": "1436", "PRO": "S", "SEC": "0", "YEA": "1859", "CITY": "BAGHERIA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3523	fichera-gaetano-1880-03-08	{"a2": "1437"}	{"lerrcp": "A2-1437"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaetano", "family": "Fichera", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "notime": null, "date-ut": "1880-03-08 01:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gaetano", "family": "Fichera"}, "birth": {"place": {"c2": "CT", "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "date-ut": "1880-03-08 01:25:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1437"}, "ids-in-sources": {"a2": "1437"}}, "raw": {"H": "2", "MN": "25", "TZ": "-1", "COD": "CT", "COU": "I", "DAY": "8", "LAT": "37N30", "LON": "15E 0", "MON": "3", "NUM": "1437", "PRO": "S", "SEC": "4", "YEA": "1880", "CITY": "CATANIA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3524	filippini-azeglio-1874-12-03	{"a2": "1438"}	{"lerrcp": "A2-1438"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Azeglio", "family": "Filippini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BS", "c3": null, "cy": "IT", "lg": 10.22727, "lat": 45.52478, "name": "Brescia", "geoid": 3181554}, "notime": null, "date-ut": "1874-12-03 02:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Azeglio", "family": "Filippini"}, "birth": {"place": {"c2": "BS", "cy": "IT", "lg": 10.22727, "lat": 45.52478, "name": "Brescia", "geoid": 3181554}, "date-ut": "1874-12-03 02:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1438"}, "ids-in-sources": {"a2": "1438"}}, "raw": {"H": "3", "MN": "10", "TZ": "-1", "COD": "BS", "COU": "I", "DAY": "3", "LAT": "45N30", "LON": "11E 0", "MON": "12", "NUM": "1438", "PRO": "S", "SEC": "4", "YEA": "1874", "CITY": "BRESCIA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3525	fiorani-gallota-pier-1875-09-24	{"a2": "1439"}	{"lerrcp": "A2-1439"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Fiorani Gallota Pier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "LODI", "geoid": 0}, "notime": null, "date-ut": "1875-09-24 17:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "Fiorani Gallota Pier"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "LODI", "geoid": 0}, "date-ut": "1875-09-24 17:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1439"}, "ids-in-sources": {"a2": "1439"}}, "raw": {"H": "18", "MN": "10", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "24", "LAT": "45N30", "LON": "9E15", "MON": "9", "NUM": "1439", "PRO": "S", "SEC": "4", "YEA": "1875", "CITY": "LODI"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3526	fiorini-eno-1899-07-10	{"a2": "1440"}	{"lerrcp": "A2-1440"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eno", "family": "Fiorini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 11.17739, "lat": 45.41439, "name": "Caldiero", "geoid": 6535572}, "notime": null, "date-ut": "1899-07-10 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eno", "family": "Fiorini"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 11.17739, "lat": 45.41439, "name": "Caldiero", "geoid": 6535572}, "date-ut": "1899-07-10 07:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1440"}, "ids-in-sources": {"a2": "1440"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "10", "LAT": "45N24", "LON": "11E 0", "MON": "7", "NUM": "1440", "PRO": "S", "SEC": "0", "YEA": "1899", "CITY": "CALDIERO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3527	foa-carlo-1880-07-21	{"a2": "1441"}	{"lerrcp": "A2-1441"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Foa'", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "notime": null, "date-ut": "1880-07-21 08:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Foa'"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "date-ut": "1880-07-21 08:25:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1441"}, "ids-in-sources": {"a2": "1441"}}, "raw": {"H": "9", "MN": "25", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "21", "LAT": "44N36", "LON": "11E15", "MON": "7", "NUM": "1441", "PRO": "S", "SEC": "4", "YEA": "1880", "CITY": "MODENA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3528	fornasari-verce-ettore-1869-10-02	{"a2": "1442"}	{"lerrcp": "A2-1442"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Fornasari Verce Ettore", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1869-10-02 17:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "Fornasari Verce Ettore"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1869-10-02 17:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1442"}, "ids-in-sources": {"a2": "1442"}}, "raw": {"H": "18", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "2", "LAT": "43N42", "LON": "11E30", "MON": "10", "NUM": "1442", "PRO": "S", "SEC": "4", "YEA": "1869", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3529	forni-gherardo-1885-02-06	{"a2": "1443"}	{"lerrcp": "A2-1443"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gherardo", "family": "Forni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11, "lat": 44.5, "name": "SAN GIOVANNI IN", "geoid": 0}, "notime": null, "date-ut": "1885-02-06 07:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gherardo", "family": "Forni"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11, "lat": 44.5, "name": "SAN GIOVANNI IN", "geoid": 0}, "date-ut": "1885-02-06 07:40:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1443"}, "ids-in-sources": {"a2": "1443"}}, "raw": {"H": "8", "MN": "40", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "6", "LAT": "44N30", "LON": "11E 0", "MON": "2", "NUM": "1443", "PRO": "S", "SEC": "4", "YEA": "1885", "CITY": "SAN GIOVANNI IN"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3530	fossati-giuseppe-1878-08-31	{"a2": "1444"}	{"lerrcp": "A2-1444"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Fossati", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "MONZA", "geoid": 0}, "notime": null, "date-ut": "1878-08-31 13:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Fossati"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "MONZA", "geoid": 0}, "date-ut": "1878-08-31 13:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1444"}, "ids-in-sources": {"a2": "1444"}}, "raw": {"H": "14", "MN": "10", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "31", "LAT": "45N30", "LON": "9E15", "MON": "8", "NUM": "1444", "PRO": "S", "SEC": "4", "YEA": "1878", "CITY": "MONZA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3531	fragnito-onofrio-1871-11-02	{"a2": "1445"}	{"lerrcp": "A2-1445"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Onofrio", "family": "Fragnito", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BN", "c3": null, "cy": "IT", "lg": 15, "lat": 41.3, "name": "SAN GIORGIO LA", "geoid": 0}, "notime": null, "date-ut": "1871-11-02 20:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Onofrio", "family": "Fragnito"}, "birth": {"place": {"c2": "BN", "cy": "IT", "lg": 15, "lat": 41.3, "name": "SAN GIORGIO LA", "geoid": 0}, "date-ut": "1871-11-02 20:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1445"}, "ids-in-sources": {"a2": "1445"}}, "raw": {"H": "21", "MN": "10", "TZ": "-1", "COD": "BN", "COU": "I", "DAY": "2", "LAT": "41N18", "LON": "15E 0", "MON": "11", "NUM": "1445", "PRO": "S", "SEC": "4", "YEA": "1871", "CITY": "SAN GIORGIO LA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3532	francioni-carlo-1877-04-23	{"a2": "1446"}	{"lerrcp": "A2-1446"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Francioni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1877-04-23 16:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Francioni"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1877-04-23 16:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1446"}, "ids-in-sources": {"a2": "1446"}}, "raw": {"H": "17", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "23", "LAT": "43N42", "LON": "11E30", "MON": "4", "NUM": "1446", "PRO": "S", "SEC": "4", "YEA": "1877", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3533	frasseto-fabio-1876-02-18	{"a2": "1447"}	{"lerrcp": "A2-1447"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fabio", "family": "Frasseto", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SS", "c3": null, "cy": "IT", "lg": 8.53364, "lat": 40.7295, "name": "Sassari", "geoid": 3167096}, "notime": null, "date-ut": "1876-02-18 08:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Fabio", "family": "Frasseto"}, "birth": {"place": {"c2": "SS", "cy": "IT", "lg": 8.53364, "lat": 40.7295, "name": "Sassari", "geoid": 3167096}, "date-ut": "1876-02-18 08:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1447"}, "ids-in-sources": {"a2": "1447"}}, "raw": {"H": "9", "MN": "10", "TZ": "-1", "COD": "SS", "COU": "I", "DAY": "18", "LAT": "40N48", "LON": "8E30", "MON": "2", "NUM": "1447", "PRO": "S", "SEC": "4", "YEA": "1876", "CITY": "SASSARI"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3534	frugoni-cesare-1881-05-04	{"a2": "1448"}	{"lerrcp": "A2-1448"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cesare", "family": "Frugoni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BS", "c3": null, "cy": "IT", "lg": 10.22727, "lat": 45.52478, "name": "Brescia", "geoid": 3181554}, "notime": null, "date-ut": "1881-05-04 05:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Cesare", "family": "Frugoni"}, "birth": {"place": {"c2": "BS", "cy": "IT", "lg": 10.22727, "lat": 45.52478, "name": "Brescia", "geoid": 3181554}, "date-ut": "1881-05-04 05:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1448"}, "ids-in-sources": {"a2": "1448"}}, "raw": {"H": "6", "MN": "10", "TZ": "-1", "COD": "BS", "COU": "I", "DAY": "4", "LAT": "45N30", "LON": "11E 0", "MON": "5", "NUM": "1448", "PRO": "S", "SEC": "4", "YEA": "1881", "CITY": "BRESCIA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3535	fumarola-gioacchino-1877-10-31	{"a2": "1449"}	{"lerrcp": "A2-1449"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gioacchino", "family": "Fumarola", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LE", "c3": null, "cy": "IT", "lg": 18.17202, "lat": 40.35703, "name": "Lecce", "geoid": 3174953}, "notime": null, "date-ut": "1877-10-31 07:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gioacchino", "family": "Fumarola"}, "birth": {"place": {"c2": "LE", "cy": "IT", "lg": 18.17202, "lat": 40.35703, "name": "Lecce", "geoid": 3174953}, "date-ut": "1877-10-31 07:40:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1449"}, "ids-in-sources": {"a2": "1449"}}, "raw": {"H": "8", "MN": "40", "TZ": "-1", "COD": "LE", "COU": "I", "DAY": "31", "LAT": "40N24", "LON": "18E45", "MON": "10", "NUM": "1449", "PRO": "S", "SEC": "4", "YEA": "1877", "CITY": "LECCE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3536	gagnoni-enrico-1870-01-01	{"a2": "1450"}	{"lerrcp": "A2-1450"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enrico", "family": "Gagnoni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SI", "c3": null, "cy": "IT", "lg": 11.33283, "lat": 43.32004, "name": "Siena", "geoid": 3166548}, "notime": null, "date-ut": "1870-01-01 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Enrico", "family": "Gagnoni"}, "birth": {"place": {"c2": "SI", "cy": "IT", "lg": 11.33283, "lat": 43.32004, "name": "Siena", "geoid": 3166548}, "date-ut": "1870-01-01 07:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1450"}, "ids-in-sources": {"a2": "1450"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "SI", "COU": "I", "DAY": "1", "LAT": "43N18", "LON": "11E45", "MON": "1", "NUM": "1450", "PRO": "S", "SEC": "4", "YEA": "1870", "CITY": "SIENA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3537	gaifami-paolo-1883-06-16	{"a2": "1451"}	{"lerrcp": "A2-1451"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paolo", "family": "Gaifami", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "IT", "lg": 9.08744, "lat": 45.80998, "name": "Como", "geoid": 3178229}, "notime": null, "date-ut": "1883-06-16 16:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paolo", "family": "Gaifami"}, "birth": {"place": {"c2": "CO", "cy": "IT", "lg": 9.08744, "lat": 45.80998, "name": "Como", "geoid": 3178229}, "date-ut": "1883-06-16 16:25:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1451"}, "ids-in-sources": {"a2": "1451"}}, "raw": {"H": "17", "MN": "25", "TZ": "-1", "COD": "CO", "COU": "I", "DAY": "16", "LAT": "45N48", "LON": "9E15", "MON": "6", "NUM": "1451", "PRO": "S", "SEC": "4", "YEA": "1883", "CITY": "COMO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3538	galdi-francesco-1874-01-26	{"a2": "1452"}	{"lerrcp": "A2-1452"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Galdi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SA", "c3": null, "cy": "IT", "lg": 14.70564, "lat": 40.70091, "name": "Cava de'Tirreni", "geoid": 3179337}, "notime": null, "date-ut": "1874-01-26 11:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Galdi"}, "birth": {"place": {"c2": "SA", "cy": "IT", "lg": 14.70564, "lat": 40.70091, "name": "Cava de'Tirreni", "geoid": 3179337}, "date-ut": "1874-01-26 11:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1452"}, "ids-in-sources": {"a2": "1452"}}, "raw": {"H": "12", "MN": "10", "TZ": "-1", "COD": "SA", "COU": "I", "DAY": "26", "LAT": "40N42", "LON": "15E15", "MON": "1", "NUM": "1452", "PRO": "S", "SEC": "4", "YEA": "1874", "CITY": "CAVA DE TIRRENI"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3539	galeazzi-riccardo-1866-08-18	{"a2": "1453"}	{"lerrcp": "A2-1453"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Riccardo", "family": "Galeazzi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1866-08-18 09:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Riccardo", "family": "Galeazzi"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1866-08-18 09:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1453"}, "ids-in-sources": {"a2": "1453"}}, "raw": {"H": "10", "MN": "28", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "18", "LAT": "45N 0", "LON": "8E 0", "MON": "8", "NUM": "1453", "PRO": "S", "SEC": "0", "YEA": "1866", "CITY": "TORINO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3540	galeotti-gino-1867-08-12	{"a2": "1454"}	{"lerrcp": "A2-1454"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gino", "family": "Galeotti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 12.57246, "lat": 43.35445, "name": "Gubbio", "geoid": 3175687}, "notime": null, "date-ut": "1867-08-12 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gino", "family": "Galeotti"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 12.57246, "lat": 43.35445, "name": "Gubbio", "geoid": 3175687}, "date-ut": "1867-08-12 03:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1454"}, "ids-in-sources": {"a2": "1454"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "12", "LAT": "43N 0", "LON": "13E 0", "MON": "8", "NUM": "1454", "PRO": "S", "SEC": "4", "YEA": "1867", "CITY": "GUBBIO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3541	galli-arturo-1885-10-05	{"a2": "1455"}	{"lerrcp": "A2-1455"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arturo", "family": "Galli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PI", "c3": null, "cy": "IT", "lg": 10.5, "lat": 43.7, "name": "MONTECATINI VAL", "geoid": 0}, "notime": null, "date-ut": "1885-10-05 09:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Arturo", "family": "Galli"}, "birth": {"place": {"c2": "PI", "cy": "IT", "lg": 10.5, "lat": 43.7, "name": "MONTECATINI VAL", "geoid": 0}, "date-ut": "1885-10-05 09:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1455"}, "ids-in-sources": {"a2": "1455"}}, "raw": {"H": "10", "MN": "10", "TZ": "-1", "COD": "PI", "COU": "I", "DAY": "5", "LAT": "43N42", "LON": "10E30", "MON": "10", "NUM": "1455", "PRO": "S", "SEC": "4", "YEA": "1885", "CITY": "MONTECATINI VAL"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3542	galli-valerio-bruno-1867-04-04	{"a2": "1456"}	{"lerrcp": "A2-1456"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Galli-Valerio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.8, "name": "LECCO", "geoid": 0}, "notime": null, "date-ut": "1867-04-04 15:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Bruno", "family": "Galli-Valerio"}, "birth": {"place": {"c2": "CO", "cy": "IT", "lg": 9.25, "lat": 45.8, "name": "LECCO", "geoid": 0}, "date-ut": "1867-04-04 15:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1456"}, "ids-in-sources": {"a2": "1456"}}, "raw": {"H": "16", "MN": "10", "TZ": "-1", "COD": "CO", "COU": "I", "DAY": "4", "LAT": "45N48", "LON": "9E15", "MON": "4", "NUM": "1456", "PRO": "S", "SEC": "4", "YEA": "1867", "CITY": "LECCO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3543	garin-giovanni-1884-12-30	{"a2": "1457"}	{"lerrcp": "A2-1457"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Garin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AR", "c3": null, "cy": "IT", "lg": 11.88261, "lat": 43.46734, "name": "Arezzo", "geoid": 3182884}, "notime": null, "date-ut": "1884-12-30 02:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Garin"}, "birth": {"place": {"c2": "AR", "cy": "IT", "lg": 11.88261, "lat": 43.46734, "name": "Arezzo", "geoid": 3182884}, "date-ut": "1884-12-30 02:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1457"}, "ids-in-sources": {"a2": "1457"}}, "raw": {"H": "3", "MN": "10", "TZ": "-1", "COD": "AR", "COU": "I", "DAY": "30", "LAT": "43N30", "LON": "12E 0", "MON": "12", "NUM": "1457", "PRO": "S", "SEC": "4", "YEA": "1884", "CITY": "AREZZO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3544	garofalo-alfredo-1867-02-22	{"a2": "1458"}	{"lerrcp": "A2-1458"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfredo", "family": "Garofalo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1867-02-22 01:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alfredo", "family": "Garofalo"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1867-02-22 01:40:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1458"}, "ids-in-sources": {"a2": "1458"}}, "raw": {"H": "2", "MN": "40", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "22", "LAT": "43N42", "LON": "11E30", "MON": "2", "NUM": "1458", "PRO": "S", "SEC": "4", "YEA": "1867", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3545	garzia-vincenzo-1854-10-14	{"a2": "1459"}	{"lerrcp": "A2-1459"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincenzo", "family": "Garzia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FG", "c3": null, "cy": "IT", "lg": 15.90936, "lat": 41.62594, "name": "Manfredonia", "geoid": 3174092}, "notime": null, "date-ut": "1854-10-14 13:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Vincenzo", "family": "Garzia"}, "birth": {"place": {"c2": "FG", "cy": "IT", "lg": 15.90936, "lat": 41.62594, "name": "Manfredonia", "geoid": 3174092}, "date-ut": "1854-10-14 13:58"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1459"}, "ids-in-sources": {"a2": "1459"}}, "raw": {"H": "14", "MN": "58", "TZ": "-1", "COD": "FG", "COU": "I", "DAY": "14", "LAT": "41N36", "LON": "15E30", "MON": "10", "NUM": "1459", "PRO": "S", "SEC": "0", "YEA": "1854", "CITY": "MANFREDONIA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3546	gasbarrini-antonio-1882-03-26	{"a2": "1460"}	{"lerrcp": "A2-1460"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Gasbarrini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TE", "c3": null, "cy": "IT", "lg": 14, "lat": 42.7, "name": "CIVITELLA DEL T", "geoid": 0}, "notime": null, "date-ut": "1882-03-26 08:13:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Gasbarrini"}, "birth": {"place": {"c2": "TE", "cy": "IT", "lg": 14, "lat": 42.7, "name": "CIVITELLA DEL T", "geoid": 0}, "date-ut": "1882-03-26 08:13:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1460"}, "ids-in-sources": {"a2": "1460"}}, "raw": {"H": "9", "MN": "13", "TZ": "-1", "COD": "TE", "COU": "I", "DAY": "26", "LAT": "42N42", "LON": "14E 0", "MON": "3", "NUM": "1460", "PRO": "S", "SEC": "4", "YEA": "1882", "CITY": "CIVITELLA DEL T"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3547	gavello-giuseppe-1872-07-04	{"a2": "1461"}	{"lerrcp": "A2-1461"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Gavello", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AT", "c3": null, "cy": "IT", "lg": 8.26524, "lat": 45.05025, "name": "Moncalvo", "geoid": 3173179}, "notime": null, "date-ut": "1872-07-04 13:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Gavello"}, "birth": {"place": {"c2": "AT", "cy": "IT", "lg": 8.26524, "lat": 45.05025, "name": "Moncalvo", "geoid": 3173179}, "date-ut": "1872-07-04 13:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1461"}, "ids-in-sources": {"a2": "1461"}}, "raw": {"H": "14", "MN": "10", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "4", "LAT": "44N54", "LON": "8E30", "MON": "7", "NUM": "1461", "PRO": "S", "SEC": "4", "YEA": "1872", "CITY": "MONCALVO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3548	gayda-tullio-1882-10-19	{"a2": "1462"}	{"lerrcp": "A2-1462"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tullio", "family": "Gayda", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1882-10-19 05:55:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Tullio", "family": "Gayda"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1882-10-19 05:55:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1462"}, "ids-in-sources": {"a2": "1462"}}, "raw": {"H": "6", "MN": "55", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "19", "LAT": "45N 0", "LON": "12E15", "MON": "10", "NUM": "1462", "PRO": "S", "SEC": "4", "YEA": "1882", "CITY": "ROMA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3549	giannelli-luigi-1866-07-25	{"a2": "1463"}	{"lerrcp": "A2-1463"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Giannelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "IT", "lg": 11.5, "lat": 42.7, "name": "CASTELDELPIANO", "geoid": 0}, "notime": null, "date-ut": "1866-07-25 07:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Giannelli"}, "birth": {"place": {"c2": "GR", "cy": "IT", "lg": 11.5, "lat": 42.7, "name": "CASTELDELPIANO", "geoid": 0}, "date-ut": "1866-07-25 07:14"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1463"}, "ids-in-sources": {"a2": "1463"}}, "raw": {"H": "8", "MN": "14", "TZ": "-1", "COD": "GR", "COU": "I", "DAY": "25", "LAT": "42N42", "LON": "11E30", "MON": "7", "NUM": "1463", "PRO": "S", "SEC": "0", "YEA": "1866", "CITY": "CASTELDELPIANO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3550	giardina-andrea-1875-11-28	{"a2": "1464"}	{"lerrcp": "A2-1464"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Andrea", "family": "Giardina", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 14.96434, "lat": 38.14046, "name": "Patti", "geoid": 2523864}, "notime": null, "date-ut": "1875-11-28 18:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Andrea", "family": "Giardina"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 14.96434, "lat": 38.14046, "name": "Patti", "geoid": 2523864}, "date-ut": "1875-11-28 18:40:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1464"}, "ids-in-sources": {"a2": "1464"}}, "raw": {"H": "19", "MN": "40", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "28", "LAT": "38N 0", "LON": "15E30", "MON": "11", "NUM": "1464", "PRO": "S", "SEC": "4", "YEA": "1875", "CITY": "PATTI"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3551	giovine-domenico-1891-11-19	{"a2": "1465"}	{"lerrcp": "A2-1465"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Domenico", "family": "Giovine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AT", "c3": null, "cy": "IT", "lg": 8.29244, "lat": 44.72154, "name": "Canelli", "geoid": 3180850}, "notime": null, "date-ut": "1891-11-19 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Domenico", "family": "Giovine"}, "birth": {"place": {"c2": "AT", "cy": "IT", "lg": 8.29244, "lat": 44.72154, "name": "Canelli", "geoid": 3180850}, "date-ut": "1891-11-19 10:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1465"}, "ids-in-sources": {"a2": "1465"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "19", "LAT": "44N54", "LON": "8E30", "MON": "11", "NUM": "1465", "PRO": "S", "SEC": "4", "YEA": "1891", "CITY": "CANELLI"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3552	giuffre-liborio-1854-02-21	{"a2": "1466"}	{"lerrcp": "A2-1466"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Liborio", "family": "Giuffre'", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PA", "c3": null, "cy": "IT", "lg": 13.89016, "lat": 37.82095, "name": "Caltavuturo", "geoid": 2525445}, "notime": null, "date-ut": "1854-02-21 22:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Liborio", "family": "Giuffre'"}, "birth": {"place": {"c2": "PA", "cy": "IT", "lg": 13.89016, "lat": 37.82095, "name": "Caltavuturo", "geoid": 2525445}, "date-ut": "1854-02-21 22:06"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1466"}, "ids-in-sources": {"a2": "1466"}}, "raw": {"H": "23", "MN": "6", "TZ": "-1", "COD": "PA", "COU": "I", "DAY": "21", "LAT": "38N 0", "LON": "13E30", "MON": "2", "NUM": "1466", "PRO": "S", "SEC": "0", "YEA": "1854", "CITY": "CALTAVUTURO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3553	guareschi-icilio-1847-12-24	{"a2": "1467"}	{"lerrcp": "A2-1467"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Icilio", "family": "Guareschi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.75, "lat": 44.8, "name": "SAN SECONDO PAR", "geoid": 0}, "notime": null, "date-ut": "1847-12-24 12:17"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Icilio", "family": "Guareschi"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.75, "lat": 44.8, "name": "SAN SECONDO PAR", "geoid": 0}, "date-ut": "1847-12-24 12:17"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1467"}, "ids-in-sources": {"a2": "1467"}}, "raw": {"H": "13", "MN": "17", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "24", "LAT": "44N48", "LON": "10E45", "MON": "12", "NUM": "1467", "PRO": "S", "SEC": "0", "YEA": "1847", "CITY": "SAN SECONDO PAR"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3554	guerrini-guido-1878-01-15	{"a2": "1468"}	{"lerrcp": "A2-1468"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guido", "family": "Guerrini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1878-01-15 05:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Guido", "family": "Guerrini"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1878-01-15 05:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1468"}, "ids-in-sources": {"a2": "1468"}}, "raw": {"H": "6", "MN": "10", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "15", "LAT": "44N30", "LON": "11E 0", "MON": "1", "NUM": "1468", "PRO": "S", "SEC": "4", "YEA": "1878", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3555	guicciardi-giuseppe-1872-02-25	{"a2": "1469"}	{"lerrcp": "A2-1469"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Guicciardi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SO", "c3": null, "cy": "IT", "lg": 9.86915, "lat": 46.169, "name": "Sondrio", "geoid": 3166397}, "notime": null, "date-ut": "1872-02-25 19:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Guicciardi"}, "birth": {"place": {"c2": "SO", "cy": "IT", "lg": 9.86915, "lat": 46.169, "name": "Sondrio", "geoid": 3166397}, "date-ut": "1872-02-25 19:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1469"}, "ids-in-sources": {"a2": "1469"}}, "raw": {"H": "20", "MN": "10", "TZ": "-1", "COD": "SO", "COU": "I", "DAY": "25", "LAT": "46N12", "LON": "10E 0", "MON": "2", "NUM": "1469", "PRO": "S", "SEC": "4", "YEA": "1872", "CITY": "SONDRIO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3556	guzzoni-arturo-1858-12-21	{"a2": "1470"}	{"lerrcp": "A2-1470"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arturo", "family": "Guzzoni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RE", "c3": null, "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "CORREGIO EMILIA", "geoid": 0}, "notime": null, "date-ut": "1858-12-21 05:47"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Arturo", "family": "Guzzoni"}, "birth": {"place": {"c2": "RE", "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "CORREGIO EMILIA", "geoid": 0}, "date-ut": "1858-12-21 05:47"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1470"}, "ids-in-sources": {"a2": "1470"}}, "raw": {"H": "6", "MN": "47", "TZ": "-1", "COD": "RE", "COU": "I", "DAY": "21", "LAT": "44N36", "LON": "10E45", "MON": "12", "NUM": "1470", "PRO": "S", "SEC": "0", "YEA": "1858", "CITY": "CORREGIO EMILIA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3557	jemma-rocco-1866-08-17	{"a2": "1471"}	{"lerrcp": "A2-1471"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rocco", "family": "Jemma", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RC", "c3": null, "cy": "IT", "lg": 15.5, "lat": 38.1, "name": "LAUREANA DI BOR", "geoid": 0}, "notime": null, "date-ut": "1866-08-17 13:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Rocco", "family": "Jemma"}, "birth": {"place": {"c2": "RC", "cy": "IT", "lg": 15.5, "lat": 38.1, "name": "LAUREANA DI BOR", "geoid": 0}, "date-ut": "1866-08-17 13:58"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1471"}, "ids-in-sources": {"a2": "1471"}}, "raw": {"H": "14", "MN": "58", "TZ": "-1", "COD": "RC", "COU": "I", "DAY": "17", "LAT": "38N 6", "LON": "15E30", "MON": "8", "NUM": "1471", "PRO": "S", "SEC": "0", "YEA": "1866", "CITY": "LAUREANA DI BOR"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3558	laccetti-francesco-1844-11-18	{"a2": "1472"}	{"lerrcp": "A2-1472"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Laccetti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CH", "c3": null, "cy": "IT", "lg": 14.70592, "lat": 42.12434, "name": "Vasto", "geoid": 3164672}, "notime": null, "date-ut": "1844-11-18 19:03"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Laccetti"}, "birth": {"place": {"c2": "CH", "cy": "IT", "lg": 14.70592, "lat": 42.12434, "name": "Vasto", "geoid": 3164672}, "date-ut": "1844-11-18 19:03"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1472"}, "ids-in-sources": {"a2": "1472"}}, "raw": {"H": "20", "MN": "3", "TZ": "-1", "COD": "CH", "COU": "I", "DAY": "18", "LAT": "42N18", "LON": "14E15", "MON": "11", "NUM": "1472", "PRO": "S", "SEC": "0", "YEA": "1844", "CITY": "VASTO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3559	latorre-felix-1846-05-03	{"a2": "1473"}	{"lerrcp": "A2-1473"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Latorre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 15.34009, "lat": 37.95326, "name": "Savoca", "geoid": 6535325}, "notime": null, "date-ut": "1846-05-03 07:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Latorre"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 15.34009, "lat": 37.95326, "name": "Savoca", "geoid": 6535325}, "date-ut": "1846-05-03 07:58"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1473"}, "ids-in-sources": {"a2": "1473"}}, "raw": {"H": "8", "MN": "58", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "3", "LAT": "38N 0", "LON": "15E30", "MON": "5", "NUM": "1473", "PRO": "S", "SEC": "0", "YEA": "1846", "CITY": "SAVOCA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3560	lattes-leone-1887-02-06	{"a2": "1474"}	{"lerrcp": "A2-1474"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leone", "family": "Lattes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1887-02-06 20:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Leone", "family": "Lattes"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1887-02-06 20:40:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1474"}, "ids-in-sources": {"a2": "1474"}}, "raw": {"H": "21", "MN": "40", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "6", "LAT": "45N 0", "LON": "8E 0", "MON": "2", "NUM": "1474", "PRO": "S", "SEC": "4", "YEA": "1887", "CITY": "TORINO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3561	leoncini-francesco-1880-01-11	{"a2": "1475"}	{"lerrcp": "A2-1475"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Leoncini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "IT", "lg": 11.5, "lat": 42.7, "name": "MONTE ARGENTARI", "geoid": 0}, "notime": null, "date-ut": "1880-01-11 11:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Leoncini"}, "birth": {"place": {"c2": "GR", "cy": "IT", "lg": 11.5, "lat": 42.7, "name": "MONTE ARGENTARI", "geoid": 0}, "date-ut": "1880-01-11 11:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1475"}, "ids-in-sources": {"a2": "1475"}}, "raw": {"H": "12", "MN": "10", "TZ": "-1", "COD": "GR", "COU": "I", "DAY": "11", "LAT": "42N42", "LON": "11E30", "MON": "1", "NUM": "1475", "PRO": "S", "SEC": "4", "YEA": "1880", "CITY": "MONTE ARGENTARI"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3562	leotta-nicolo-1878-02-17	{"a2": "1476"}	{"lerrcp": "A2-1476"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicolo", "family": "Leotta", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 15.16279, "lat": 37.60666, "name": "Acireale", "geoid": 2525790}, "notime": null, "date-ut": "1878-02-17 02:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Nicolo", "family": "Leotta"}, "birth": {"place": {"c2": "CT", "cy": "IT", "lg": 15.16279, "lat": 37.60666, "name": "Acireale", "geoid": 2525790}, "date-ut": "1878-02-17 02:40:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1476"}, "ids-in-sources": {"a2": "1476"}}, "raw": {"H": "3", "MN": "40", "TZ": "-1", "COD": "CT", "COU": "I", "DAY": "17", "LAT": "37N30", "LON": "15E 0", "MON": "2", "NUM": "1476", "PRO": "S", "SEC": "4", "YEA": "1878", "CITY": "ACIREALE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3563	levi-bianchini-marco-1875-08-28	{"a2": "1477"}	{"lerrcp": "A2-1477"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Levi Bianchini Marco", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 11.79301, "lat": 45.07998, "name": "Rovigo", "geoid": 3168843}, "notime": null, "date-ut": "1875-08-28 06:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "Levi Bianchini Marco"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 11.79301, "lat": 45.07998, "name": "Rovigo", "geoid": 3168843}, "date-ut": "1875-08-28 06:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1477"}, "ids-in-sources": {"a2": "1477"}}, "raw": {"H": "7", "MN": "10", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "28", "LAT": "45N 0", "LON": "12E15", "MON": "8", "NUM": "1477", "PRO": "S", "SEC": "4", "YEA": "1875", "CITY": "ROVIGO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3564	livi-carlo-1886-10-04	{"a2": "1478"}	{"lerrcp": "A2-1478"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Livi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1886-10-04 14:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Livi"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1886-10-04 14:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1478"}, "ids-in-sources": {"a2": "1478"}}, "raw": {"H": "15", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "4", "LAT": "43N42", "LON": "11E30", "MON": "10", "NUM": "1478", "PRO": "S", "SEC": "4", "YEA": "1886", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3565	locatelli-giovanni-1871-07-08	{"a2": "1479"}	{"lerrcp": "A2-1479"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Locatelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BS", "c3": null, "cy": "IT", "lg": 10.21657, "lat": 45.37248, "name": "Leno", "geoid": 3174892}, "notime": null, "date-ut": "1871-07-08 02:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Locatelli"}, "birth": {"place": {"c2": "BS", "cy": "IT", "lg": 10.21657, "lat": 45.37248, "name": "Leno", "geoid": 3174892}, "date-ut": "1871-07-08 02:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1479"}, "ids-in-sources": {"a2": "1479"}}, "raw": {"H": "3", "MN": "10", "TZ": "-1", "COD": "BS", "COU": "I", "DAY": "8", "LAT": "45N30", "LON": "11E 0", "MON": "7", "NUM": "1479", "PRO": "S", "SEC": "4", "YEA": "1871", "CITY": "LENO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3566	lombardo-cosimo-1875-07-27	{"a2": "1480"}	{"lerrcp": "A2-1480"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cosimo", "family": "Lombardo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SS", "c3": null, "cy": "IT", "lg": 8.53364, "lat": 40.7295, "name": "Sassari", "geoid": 3167096}, "notime": null, "date-ut": "1875-07-27 06:15:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Cosimo", "family": "Lombardo"}, "birth": {"place": {"c2": "SS", "cy": "IT", "lg": 8.53364, "lat": 40.7295, "name": "Sassari", "geoid": 3167096}, "date-ut": "1875-07-27 06:15:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1480"}, "ids-in-sources": {"a2": "1480"}}, "raw": {"H": "7", "MN": "15", "TZ": "-1", "COD": "SS", "COU": "I", "DAY": "27", "LAT": "40N48", "LON": "8E30", "MON": "7", "NUM": "1480", "PRO": "S", "SEC": "4", "YEA": "1875", "CITY": "SASSARI"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3567	lombroso-ugo-1877-10-14	{"a2": "1481"}	{"lerrcp": "A2-1481"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ugo", "family": "Lombroso", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1877-10-14 01:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ugo", "family": "Lombroso"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1877-10-14 01:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1481"}, "ids-in-sources": {"a2": "1481"}}, "raw": {"H": "2", "MN": "10", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "14", "LAT": "45N 0", "LON": "8E 0", "MON": "10", "NUM": "1481", "PRO": "S", "SEC": "4", "YEA": "1877", "CITY": "TORINO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3568	lo-monaco-domenico-1863-07-31	{"a2": "1482"}	{"lerrcp": "A2-1482"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Lo Monaco Domenico", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PA", "c3": null, "cy": "IT", "lg": 13.51236, "lat": 38.07892, "name": "Bagheria", "geoid": 2525628}, "notime": null, "date-ut": "1863-07-31 12:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "Lo Monaco Domenico"}, "birth": {"place": {"c2": "PA", "cy": "IT", "lg": 13.51236, "lat": 38.07892, "name": "Bagheria", "geoid": 2525628}, "date-ut": "1863-07-31 12:06"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1482"}, "ids-in-sources": {"a2": "1482"}}, "raw": {"H": "13", "MN": "6", "TZ": "-1", "COD": "PA", "COU": "I", "DAY": "31", "LAT": "38N 0", "LON": "13E30", "MON": "7", "NUM": "1482", "PRO": "S", "SEC": "0", "YEA": "1863", "CITY": "BAGHERIA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3569	longo-antonio-1874-03-25	{"a2": "1483"}	{"lerrcp": "A2-1483"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Longo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 15.02549, "lat": 37.61595, "name": "Nicolosi", "geoid": 2524010}, "notime": null, "date-ut": "1874-03-25 02:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Longo"}, "birth": {"place": {"c2": "CT", "cy": "IT", "lg": 15.02549, "lat": 37.61595, "name": "Nicolosi", "geoid": 2524010}, "date-ut": "1874-03-25 02:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1483"}, "ids-in-sources": {"a2": "1483"}}, "raw": {"H": "3", "MN": "10", "TZ": "-1", "COD": "CT", "COU": "I", "DAY": "25", "LAT": "37N30", "LON": "15E 0", "MON": "3", "NUM": "1483", "PRO": "S", "SEC": "4", "YEA": "1874", "CITY": "NICOLOSI"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3570	luisada-aldo-1901-06-26	{"a2": "1484"}	{"lerrcp": "A2-1484"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Luisada", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1901-06-26 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Aldo", "family": "Luisada"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1901-06-26 10:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1484"}, "ids-in-sources": {"a2": "1484"}}, "raw": {"H": "11", "MN": "30", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "26", "LAT": "43N42", "LON": "11E30", "MON": "6", "NUM": "1484", "PRO": "S", "SEC": "0", "YEA": "1901", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3571	lunghetti-bernardino-1881-01-14	{"a2": "1485"}	{"lerrcp": "A2-1485"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernardino", "family": "Lunghetti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SI", "c3": null, "cy": "IT", "lg": 11.33283, "lat": 43.32004, "name": "Siena", "geoid": 3166548}, "notime": null, "date-ut": "1881-01-14 11:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Bernardino", "family": "Lunghetti"}, "birth": {"place": {"c2": "SI", "cy": "IT", "lg": 11.33283, "lat": 43.32004, "name": "Siena", "geoid": 3166548}, "date-ut": "1881-01-14 11:40:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1485"}, "ids-in-sources": {"a2": "1485"}}, "raw": {"H": "12", "MN": "40", "TZ": "-1", "COD": "SI", "COU": "I", "DAY": "14", "LAT": "43N18", "LON": "11E45", "MON": "1", "NUM": "1485", "PRO": "S", "SEC": "4", "YEA": "1881", "CITY": "SIENA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3572	maccabruni-francesco-1886-08-11	{"a2": "1486"}	{"lerrcp": "A2-1486"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Maccabruni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 9.16145, "lat": 45.18446, "name": "Pavia", "geoid": 3171366}, "notime": null, "date-ut": "1886-08-11 11:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Maccabruni"}, "birth": {"place": {"c2": "PV", "cy": "IT", "lg": 9.16145, "lat": 45.18446, "name": "Pavia", "geoid": 3171366}, "date-ut": "1886-08-11 11:25:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1486"}, "ids-in-sources": {"a2": "1486"}}, "raw": {"H": "12", "MN": "25", "TZ": "-1", "COD": "PV", "COU": "I", "DAY": "11", "LAT": "45N12", "LON": "9E 0", "MON": "8", "NUM": "1486", "PRO": "S", "SEC": "4", "YEA": "1886", "CITY": "PAVIA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3573	maggiora-vergano-arnaldo-1862-02-25	{"a2": "1487"}	{"lerrcp": "A2-1487"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arnaldo", "family": "Maggiora-Vergano", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AT", "c3": null, "cy": "IT", "lg": 8.20684, "lat": 44.89795, "name": "Asti", "geoid": 3182714}, "notime": null, "date-ut": "1862-02-25 10:26"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Arnaldo", "family": "Maggiora-Vergano"}, "birth": {"place": {"c2": "AT", "cy": "IT", "lg": 8.20684, "lat": 44.89795, "name": "Asti", "geoid": 3182714}, "date-ut": "1862-02-25 10:26"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1487"}, "ids-in-sources": {"a2": "1487"}}, "raw": {"H": "11", "MN": "26", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "25", "LAT": "44N54", "LON": "8E30", "MON": "2", "NUM": "1487", "PRO": "S", "SEC": "0", "YEA": "1862", "CITY": "ASTI"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3574	magliano-arturo-1889-02-14	{"a2": "1488"}	{"lerrcp": "A2-1488"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arturo", "family": "Magliano", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CN", "c3": null, "cy": "IT", "lg": 7.25, "lat": 44.4, "name": "SANTUARIO DI MO", "geoid": 0}, "notime": null, "date-ut": "1889-02-14 04:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Arturo", "family": "Magliano"}, "birth": {"place": {"c2": "CN", "cy": "IT", "lg": 7.25, "lat": 44.4, "name": "SANTUARIO DI MO", "geoid": 0}, "date-ut": "1889-02-14 04:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1488"}, "ids-in-sources": {"a2": "1488"}}, "raw": {"H": "5", "MN": "10", "TZ": "-1", "COD": "CN", "COU": "I", "DAY": "14", "LAT": "44N24", "LON": "7E15", "MON": "2", "NUM": "1488", "PRO": "S", "SEC": "4", "YEA": "1889", "CITY": "SANTUARIO DI MO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3575	margaria-rodolfo-1901-11-15	{"a2": "1489"}	{"lerrcp": "A2-1489"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rodolfo", "family": "Margaria", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AO", "c3": null, "cy": "IT", "lg": 7.61751, "lat": 45.75166, "name": "Chatillon", "geoid": 3178905}, "notime": null, "date-ut": "1901-11-15 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Rodolfo", "family": "Margaria"}, "birth": {"place": {"c2": "AO", "cy": "IT", "lg": 7.61751, "lat": 45.75166, "name": "Chatillon", "geoid": 3178905}, "date-ut": "1901-11-15 15:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1489"}, "ids-in-sources": {"a2": "1489"}}, "raw": {"H": "16", "MN": "30", "TZ": "-1", "COD": "AO", "COU": "I", "DAY": "15", "LAT": "45N48", "LON": "8E 0", "MON": "11", "NUM": "1489", "PRO": "S", "SEC": "0", "YEA": "1901", "CITY": "CHATILLON"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3576	marino-francesco-1863-05-03	{"a2": "1490"}	{"lerrcp": "A2-1490"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Marino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "notime": null, "date-ut": "1863-05-03 14:17"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Marino"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "date-ut": "1863-05-03 14:17"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1490"}, "ids-in-sources": {"a2": "1490"}}, "raw": {"H": "15", "MN": "17", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "3", "LAT": "44N48", "LON": "10E45", "MON": "5", "NUM": "1490", "PRO": "S", "SEC": "0", "YEA": "1863", "CITY": "PARMA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
17873	bouvarre-pierre-1910-09-13	{"e1": "241"}	{"lerrcp": "E1-241"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Bouvarre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1910-09-13 10:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Coudekerque", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Bouvarre"}, "birth": {"tzo": "", "date": "1910-09-13 10:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Coudekerque", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "241"}}, "raw": {"H": "10:00", "COD": "59", "DAY": "13", "MON": "09", "NUM": "0241", "PRO": "MI", "YEA": "1910", "CITY": "Coudekerque", "NAME": "BOUVARRE Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
3578	martinotti-giovanni-1857-10-01	{"a2": "1492"}	{"lerrcp": "A2-1492"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Martinotti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 9, "lat": 45, "name": "VILLANOVA MONFE", "geoid": 0}, "notime": null, "date-ut": "1857-10-01 07:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Martinotti"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 9, "lat": 45, "name": "VILLANOVA MONFE", "geoid": 0}, "date-ut": "1857-10-01 07:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1492"}, "ids-in-sources": {"a2": "1492"}}, "raw": {"H": "8", "MN": "24", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "1", "LAT": "45N 0", "LON": "9E 0", "MON": "10", "NUM": "1492", "PRO": "S", "SEC": "0", "YEA": "1857", "CITY": "VILLANOVA MONFE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3579	martinotti-leonardo-1881-09-23	{"a2": "1493"}	{"lerrcp": "A2-1493"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leonardo", "family": "Martinotti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 9, "lat": 45, "name": "VILLANOVA MONFE", "geoid": 0}, "notime": null, "date-ut": "1881-09-23 14:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Leonardo", "family": "Martinotti"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 9, "lat": 45, "name": "VILLANOVA MONFE", "geoid": 0}, "date-ut": "1881-09-23 14:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1493"}, "ids-in-sources": {"a2": "1493"}}, "raw": {"H": "15", "MN": "10", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "23", "LAT": "45N 0", "LON": "9E 0", "MON": "9", "NUM": "1493", "PRO": "S", "SEC": "4", "YEA": "1881", "CITY": "VILLANOVA MONFE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3580	mascherpa-pietro-1902-12-03	{"a2": "1494"}	{"lerrcp": "A2-1494"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Mascherpa", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.61894, "lat": 44.91245, "name": "Alessandria", "geoid": 3183299}, "notime": null, "date-ut": "1902-12-03 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pietro", "family": "Mascherpa"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.61894, "lat": 44.91245, "name": "Alessandria", "geoid": 3183299}, "date-ut": "1902-12-03 10:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1494"}, "ids-in-sources": {"a2": "1494"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "3", "LAT": "45N 0", "LON": "9E 0", "MON": "12", "NUM": "1494", "PRO": "S", "SEC": "0", "YEA": "1902", "CITY": "ALESSANDRIA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3581	mazzetti-giuseppe-1898-11-25	{"a2": "1495"}	{"lerrcp": "A2-1495"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Mazzetti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PI", "c3": null, "cy": "IT", "lg": 10.72001, "lat": 43.54954, "name": "Peccioli", "geoid": 3171352}, "notime": null, "date-ut": "1898-11-25 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Mazzetti"}, "birth": {"place": {"c2": "PI", "cy": "IT", "lg": 10.72001, "lat": 43.54954, "name": "Peccioli", "geoid": 3171352}, "date-ut": "1898-11-25 17:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1495"}, "ids-in-sources": {"a2": "1495"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "PI", "COU": "I", "DAY": "25", "LAT": "43N42", "LON": "10E30", "MON": "11", "NUM": "1495", "PRO": "S", "SEC": "0", "YEA": "1898", "CITY": "PECCIOLI"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3582	medea-eugenio-1873-10-04	{"a2": "1496"}	{"lerrcp": "A2-1496"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugenio", "family": "Medea", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "IT", "lg": 8.82193, "lat": 45.82908, "name": "Varese", "geoid": 3164699}, "notime": null, "date-ut": "1873-10-04 16:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eugenio", "family": "Medea"}, "birth": {"place": {"c2": "VA", "cy": "IT", "lg": 8.82193, "lat": 45.82908, "name": "Varese", "geoid": 3164699}, "date-ut": "1873-10-04 16:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1496"}, "ids-in-sources": {"a2": "1496"}}, "raw": {"H": "17", "MN": "10", "TZ": "-1", "COD": "VA", "COU": "I", "DAY": "4", "LAT": "45N48", "LON": "9E 0", "MON": "10", "NUM": "1496", "PRO": "S", "SEC": "4", "YEA": "1873", "CITY": "VARESE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3583	melle-giovanni-1850-03-03	{"a2": "1497"}	{"lerrcp": "A2-1497"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Melle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TA", "c3": null, "cy": "IT", "lg": 17.63351, "lat": 40.40182, "name": "Manduria", "geoid": 3174096}, "notime": null, "date-ut": "1850-03-03 07:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Melle"}, "birth": {"place": {"c2": "TA", "cy": "IT", "lg": 17.63351, "lat": 40.40182, "name": "Manduria", "geoid": 3174096}, "date-ut": "1850-03-03 07:50"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1497"}, "ids-in-sources": {"a2": "1497"}}, "raw": {"H": "8", "MN": "50", "TZ": "-1", "COD": "TA", "COU": "I", "DAY": "3", "LAT": "40N30", "LON": "17E30", "MON": "3", "NUM": "1497", "PRO": "S", "SEC": "0", "YEA": "1850", "CITY": "MANDURIA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3584	melocchi-fortunato-1872-01-14	{"a2": "1498"}	{"lerrcp": "A2-1498"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fortunato", "family": "Melocchi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BG", "c3": null, "cy": "IT", "lg": 9.85126, "lat": 45.50948, "name": "Calcio", "geoid": 3181220}, "notime": null, "date-ut": "1872-01-14 17:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Fortunato", "family": "Melocchi"}, "birth": {"place": {"c2": "BG", "cy": "IT", "lg": 9.85126, "lat": 45.50948, "name": "Calcio", "geoid": 3181220}, "date-ut": "1872-01-14 17:40:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1498"}, "ids-in-sources": {"a2": "1498"}}, "raw": {"H": "18", "MN": "40", "TZ": "-1", "COD": "BG", "COU": "I", "DAY": "14", "LAT": "45N36", "LON": "9E45", "MON": "1", "NUM": "1498", "PRO": "S", "SEC": "4", "YEA": "1872", "CITY": "CALCIO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3585	mensa-attilio-1888-04-19	{"a2": "1499"}	{"lerrcp": "A2-1499"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Attilio", "family": "Mensa", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VC", "c3": null, "cy": "IT", "lg": 8.17263, "lat": 45.36626, "name": "Santhià", "geoid": 3167314}, "notime": null, "date-ut": "1888-04-19 21:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Attilio", "family": "Mensa"}, "birth": {"place": {"c2": "VC", "cy": "IT", "lg": 8.17263, "lat": 45.36626, "name": "Santhià", "geoid": 3167314}, "date-ut": "1888-04-19 21:40:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1499"}, "ids-in-sources": {"a2": "1499"}}, "raw": {"H": "22", "MN": "40", "TZ": "-1", "COD": "VC", "COU": "I", "DAY": "19", "LAT": "45N24", "LON": "8E30", "MON": "4", "NUM": "1499", "PRO": "S", "SEC": "4", "YEA": "1888", "CITY": "SANTHIA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3586	merletti-cesare-1872-11-03	{"a2": "1500"}	{"lerrcp": "A2-1500"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cesare", "family": "Merletti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "IT", "lg": 8.63397, "lat": 45.72608, "name": "Sesto Calende", "geoid": 3166604}, "notime": null, "date-ut": "1872-11-03 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Cesare", "family": "Merletti"}, "birth": {"place": {"c2": "VA", "cy": "IT", "lg": 8.63397, "lat": 45.72608, "name": "Sesto Calende", "geoid": 3166604}, "date-ut": "1872-11-03 00:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1500"}, "ids-in-sources": {"a2": "1500"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "VA", "COU": "I", "DAY": "3", "LAT": "45N48", "LON": "9E 0", "MON": "11", "NUM": "1500", "PRO": "S", "SEC": "4", "YEA": "1872", "CITY": "SESTO-CALENDE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3587	merzbacher-ludwig-1875-02-09	{"a2": "1501"}	{"lerrcp": "A2-1501"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludwig", "family": "Merzbacher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1875-02-09 06:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ludwig", "family": "Merzbacher"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1875-02-09 06:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1501"}, "ids-in-sources": {"a2": "1501"}}, "raw": {"H": "7", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "9", "LAT": "43N42", "LON": "11E30", "MON": "2", "NUM": "1501", "PRO": "S", "SEC": "4", "YEA": "1875", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3588	messini-mariano-1901-09-12	{"a2": "1502"}	{"lerrcp": "A2-1502"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mariano", "family": "Messini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 12.70107, "lat": 42.94404, "name": "Foligno", "geoid": 3176854}, "notime": null, "date-ut": "1901-09-12 12:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Mariano", "family": "Messini"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 12.70107, "lat": 42.94404, "name": "Foligno", "geoid": 3176854}, "date-ut": "1901-09-12 12:15"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1502"}, "ids-in-sources": {"a2": "1502"}}, "raw": {"H": "13", "MN": "15", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "12", "LAT": "43N 0", "LON": "13E 0", "MON": "9", "NUM": "1502", "PRO": "S", "SEC": "0", "YEA": "1901", "CITY": "FOLIGNO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3589	michelazzi-augusto-1904-09-28	{"a2": "1503"}	{"lerrcp": "A2-1503"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Augusto", "family": "Michelazzi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PI", "c3": null, "cy": "IT", "lg": 10.39659, "lat": 43.71553, "name": "Pisa", "geoid": 3170647}, "notime": null, "date-ut": "1904-09-28 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Augusto", "family": "Michelazzi"}, "birth": {"place": {"c2": "PI", "cy": "IT", "lg": 10.39659, "lat": 43.71553, "name": "Pisa", "geoid": 3170647}, "date-ut": "1904-09-28 07:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1503"}, "ids-in-sources": {"a2": "1503"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "PI", "COU": "I", "DAY": "28", "LAT": "43N42", "LON": "10E30", "MON": "9", "NUM": "1503", "PRO": "S", "SEC": "0", "YEA": "1904", "CITY": "PISA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3590	micheli-ferdinando-1872-01-12	{"a2": "1504"}	{"lerrcp": "A2-1504"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinando", "family": "Micheli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MS", "c3": null, "cy": "IT", "lg": 10.09987, "lat": 44.07834, "name": "Carrara", "geoid": 3180423}, "notime": null, "date-ut": "1872-01-12 02:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ferdinando", "family": "Micheli"}, "birth": {"place": {"c2": "MS", "cy": "IT", "lg": 10.09987, "lat": 44.07834, "name": "Carrara", "geoid": 3180423}, "date-ut": "1872-01-12 02:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1504"}, "ids-in-sources": {"a2": "1504"}}, "raw": {"H": "3", "MN": "10", "TZ": "-1", "COD": "MS", "COU": "I", "DAY": "12", "LAT": "44N 0", "LON": "10E30", "MON": "1", "NUM": "1504", "PRO": "S", "SEC": "4", "YEA": "1872", "CITY": "CARRARA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3591	mitoli-michele-1903-03-22	{"a2": "1505"}	{"lerrcp": "A2-1505"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michele", "family": "Mitoli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FG", "c3": null, "cy": "IT", "lg": 15.54925, "lat": 41.46093, "name": "Foggia", "geoid": 3176885}, "notime": null, "date-ut": "1903-03-22 12:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Michele", "family": "Mitoli"}, "birth": {"place": {"c2": "FG", "cy": "IT", "lg": 15.54925, "lat": 41.46093, "name": "Foggia", "geoid": 3176885}, "date-ut": "1903-03-22 12:50"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1505"}, "ids-in-sources": {"a2": "1505"}}, "raw": {"H": "13", "MN": "50", "TZ": "-1", "COD": "FG", "COU": "I", "DAY": "22", "LAT": "41N36", "LON": "15E30", "MON": "3", "NUM": "1505", "PRO": "S", "SEC": "0", "YEA": "1903", "CITY": "FOGGIA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3592	mochi-alberto-1883-09-26	{"a2": "1506"}	{"lerrcp": "A2-1506"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberto", "family": "Mochi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1883-09-26 16:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alberto", "family": "Mochi"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1883-09-26 16:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1506"}, "ids-in-sources": {"a2": "1506"}}, "raw": {"H": "17", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "26", "LAT": "43N42", "LON": "11E30", "MON": "9", "NUM": "1506", "PRO": "S", "SEC": "4", "YEA": "1883", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3593	montalenti-giuseppe-1904-12-03	{"a2": "1507"}	{"lerrcp": "A2-1507"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Montalenti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AT", "c3": null, "cy": "IT", "lg": 8.20684, "lat": 44.89795, "name": "Asti", "geoid": 3182714}, "notime": null, "date-ut": "1904-12-03 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Montalenti"}, "birth": {"place": {"c2": "AT", "cy": "IT", "lg": 8.20684, "lat": 44.89795, "name": "Asti", "geoid": 3182714}, "date-ut": "1904-12-03 02:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1507"}, "ids-in-sources": {"a2": "1507"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "3", "LAT": "44N54", "LON": "8E30", "MON": "12", "NUM": "1507", "PRO": "S", "SEC": "0", "YEA": "1904", "CITY": "ASTI"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3594	montesano-vincenzo-1874-01-18	{"a2": "1508"}	{"lerrcp": "A2-1508"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincenzo", "family": "Montesano", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PZ", "c3": null, "cy": "IT", "lg": 15.80857, "lat": 40.64432, "name": "Potenza", "geoid": 3170027}, "notime": null, "date-ut": "1874-01-18 16:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Vincenzo", "family": "Montesano"}, "birth": {"place": {"c2": "PZ", "cy": "IT", "lg": 15.80857, "lat": 40.64432, "name": "Potenza", "geoid": 3170027}, "date-ut": "1874-01-18 16:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1508"}, "ids-in-sources": {"a2": "1508"}}, "raw": {"H": "17", "MN": "10", "TZ": "-1", "COD": "PZ", "COU": "I", "DAY": "18", "LAT": "40N30", "LON": "15E45", "MON": "1", "NUM": "1508", "PRO": "S", "SEC": "4", "YEA": "1874", "CITY": "POTENZA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3595	gauquelin-a2-1509-1870-08-31	{"a2": "1509"}	{"lerrcp": "A2-1509"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A2-1509", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AN", "c3": null, "cy": "IT", "lg": 13.32457, "lat": 43.60266, "name": "Chiaravalle", "geoid": 3178855}, "notime": null, "date-ut": "1870-08-31 02:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A2-1509"}, "birth": {"place": {"c2": "AN", "cy": "IT", "lg": 13.32457, "lat": 43.60266, "name": "Chiaravalle", "geoid": 3178855}, "date-ut": "1870-08-31 02:40:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1509"}, "ids-in-sources": {"a2": "1509"}}, "raw": {"H": "3", "MN": "40", "TZ": "-1", "COD": "AN", "COU": "I", "DAY": "31", "LAT": "43N42", "LON": "13E45", "MON": "8", "NUM": "1509", "PRO": "S", "SEC": "4", "YEA": "1870", "CITY": "CHIARAVALLE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3596	morelli-eugenio-1881-03-08	{"a2": "1510"}	{"lerrcp": "A2-1510"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugenio", "family": "Morelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SO", "c3": null, "cy": "IT", "lg": 10.06475, "lat": 46.1728, "name": "Teglio", "geoid": 3165848}, "notime": null, "date-ut": "1881-03-08 03:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eugenio", "family": "Morelli"}, "birth": {"place": {"c2": "SO", "cy": "IT", "lg": 10.06475, "lat": 46.1728, "name": "Teglio", "geoid": 3165848}, "date-ut": "1881-03-08 03:40:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1510"}, "ids-in-sources": {"a2": "1510"}}, "raw": {"H": "4", "MN": "40", "TZ": "-1", "COD": "SO", "COU": "I", "DAY": "8", "LAT": "46N12", "LON": "10E 0", "MON": "3", "NUM": "1510", "PRO": "S", "SEC": "4", "YEA": "1881", "CITY": "TEGLIO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3597	moreschi-carlo-1876-02-28	{"a2": "1511"}	{"lerrcp": "A2-1511"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Moreschi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "IT", "lg": 9.08584, "lat": 45.70288, "name": "Cermenate", "geoid": 3179070}, "notime": null, "date-ut": "1876-02-28 06:09:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Moreschi"}, "birth": {"place": {"c2": "CO", "cy": "IT", "lg": 9.08584, "lat": 45.70288, "name": "Cermenate", "geoid": 3179070}, "date-ut": "1876-02-28 06:09:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1511"}, "ids-in-sources": {"a2": "1511"}}, "raw": {"H": "7", "MN": "9", "TZ": "-1", "COD": "CO", "COU": "I", "DAY": "28", "LAT": "45N48", "LON": "9E15", "MON": "2", "NUM": "1511", "PRO": "S", "SEC": "4", "YEA": "1876", "CITY": "CERMENATE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3598	moriani-giuseppe-1878-06-04	{"a2": "1512"}	{"lerrcp": "A2-1512"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Moriani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SI", "c3": null, "cy": "IT", "lg": 11.33283, "lat": 43.32004, "name": "Siena", "geoid": 3166548}, "notime": null, "date-ut": "1878-06-04 02:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Moriani"}, "birth": {"place": {"c2": "SI", "cy": "IT", "lg": 11.33283, "lat": 43.32004, "name": "Siena", "geoid": 3166548}, "date-ut": "1878-06-04 02:25:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1512"}, "ids-in-sources": {"a2": "1512"}}, "raw": {"H": "3", "MN": "25", "TZ": "-1", "COD": "SI", "COU": "I", "DAY": "4", "LAT": "43N18", "LON": "11E45", "MON": "6", "NUM": "1512", "PRO": "S", "SEC": "4", "YEA": "1878", "CITY": "SIENA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3599	moscati-giuseppe-1880-07-25	{"a2": "1513"}	{"lerrcp": "A2-1513"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Moscati", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BN", "c3": null, "cy": "IT", "lg": 14.77328, "lat": 41.13204, "name": "Benevento", "geoid": 3182179}, "notime": null, "date-ut": "1880-07-25 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Moscati"}, "birth": {"place": {"c2": "BN", "cy": "IT", "lg": 14.77328, "lat": 41.13204, "name": "Benevento", "geoid": 3182179}, "date-ut": "1880-07-25 00:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1513"}, "ids-in-sources": {"a2": "1513"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "BN", "COU": "I", "DAY": "25", "LAT": "41N18", "LON": "15E 0", "MON": "7", "NUM": "1513", "PRO": "S", "SEC": "4", "YEA": "1880", "CITY": "BENEVENTO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3600	muscatello-giuseppe-1866-11-10	{"a2": "1514"}	{"lerrcp": "A2-1514"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Muscatello", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SR", "c3": null, "cy": "IT", "lg": 15.21969, "lat": 37.23655, "name": "Augusta", "geoid": 2525646}, "notime": null, "date-ut": "1866-11-10 05:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Muscatello"}, "birth": {"place": {"c2": "SR", "cy": "IT", "lg": 15.21969, "lat": 37.23655, "name": "Augusta", "geoid": 2525646}, "date-ut": "1866-11-10 05:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1514"}, "ids-in-sources": {"a2": "1514"}}, "raw": {"H": "6", "MN": "28", "TZ": "-1", "COD": "SR", "COU": "I", "DAY": "10", "LAT": "37N 0", "LON": "15E30", "MON": "11", "NUM": "1514", "PRO": "S", "SEC": "0", "YEA": "1866", "CITY": "AUGUSTA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3601	muzi-edmondo-1894-05-12	{"a2": "1515"}	{"lerrcp": "A2-1515"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmondo", "family": "Muzi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TE", "c3": null, "cy": "IT", "lg": 13.6859, "lat": 42.72595, "name": "Campli", "geoid": 3181001}, "notime": null, "date-ut": "1894-05-12 02:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edmondo", "family": "Muzi"}, "birth": {"place": {"c2": "TE", "cy": "IT", "lg": 13.6859, "lat": 42.72595, "name": "Campli", "geoid": 3181001}, "date-ut": "1894-05-12 02:15"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1515"}, "ids-in-sources": {"a2": "1515"}}, "raw": {"H": "3", "MN": "15", "TZ": "-1", "COD": "TE", "COU": "I", "DAY": "12", "LAT": "42N42", "LON": "14E 0", "MON": "5", "NUM": "1515", "PRO": "S", "SEC": "0", "YEA": "1894", "CITY": "CAMPLI"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3602	negri-adelchi-1876-07-16	{"a2": "1516"}	{"lerrcp": "A2-1516"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adelchi", "family": "Negri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 12.38878, "lat": 43.1122, "name": "Perugia", "geoid": 3171180}, "notime": null, "date-ut": "1876-07-16 06:55:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Adelchi", "family": "Negri"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 12.38878, "lat": 43.1122, "name": "Perugia", "geoid": 3171180}, "date-ut": "1876-07-16 06:55:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1516"}, "ids-in-sources": {"a2": "1516"}}, "raw": {"H": "7", "MN": "55", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "16", "LAT": "43N 0", "LON": "13E 0", "MON": "7", "NUM": "1516", "PRO": "S", "SEC": "4", "YEA": "1876", "CITY": "PERUGIA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3603	neri-filippo-1878-09-06	{"a2": "1517"}	{"lerrcp": "A2-1517"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Filippo", "family": "Neri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 12.03222, "lat": 44.3725, "name": "Russi", "geoid": 3168784}, "notime": null, "date-ut": "1878-09-06 14:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Filippo", "family": "Neri"}, "birth": {"place": {"c2": "RA", "cy": "IT", "lg": 12.03222, "lat": 44.3725, "name": "Russi", "geoid": 3168784}, "date-ut": "1878-09-06 14:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1517"}, "ids-in-sources": {"a2": "1517"}}, "raw": {"H": "15", "MN": "10", "TZ": "-1", "COD": "RA", "COU": "I", "DAY": "6", "LAT": "44N24", "LON": "12E15", "MON": "9", "NUM": "1517", "PRO": "S", "SEC": "4", "YEA": "1878", "CITY": "RUSSI"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3604	nicoletti-ferdinando-1899-01-14	{"a2": "1518"}	{"lerrcp": "A2-1518"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinando", "family": "Nicoletti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "notime": null, "date-ut": "1899-01-14 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ferdinando", "family": "Nicoletti"}, "birth": {"place": {"c2": "CT", "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "date-ut": "1899-01-14 21:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1518"}, "ids-in-sources": {"a2": "1518"}}, "raw": {"H": "22", "MN": "30", "TZ": "-1", "COD": "CT", "COU": "I", "DAY": "14", "LAT": "37N30", "LON": "15E 0", "MON": "1", "NUM": "1518", "PRO": "S", "SEC": "0", "YEA": "1899", "CITY": "CATANIA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3605	nieddu-giovanni-1893-09-17	{"a2": "1519"}	{"lerrcp": "A2-1519"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Nieddu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NU", "c3": null, "cy": "IT", "lg": 8.88897, "lat": 40.2861, "name": "Silanus", "geoid": 3166535}, "notime": null, "date-ut": "1893-09-17 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Nieddu"}, "birth": {"place": {"c2": "NU", "cy": "IT", "lg": 8.88897, "lat": 40.2861, "name": "Silanus", "geoid": 3166535}, "date-ut": "1893-09-17 07:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1519"}, "ids-in-sources": {"a2": "1519"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "NU", "COU": "I", "DAY": "17", "LAT": "40N18", "LON": "10E 0", "MON": "9", "NUM": "1519", "PRO": "S", "SEC": "4", "YEA": "1893", "CITY": "SILANUS"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3606	nobili-umberto-1888-05-05	{"a2": "1520"}	{"lerrcp": "A2-1520"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Umberto", "family": "Nobili", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1888-05-05 22:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Umberto", "family": "Nobili"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1888-05-05 22:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1520"}, "ids-in-sources": {"a2": "1520"}}, "raw": {"H": "23", "MN": "10", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "5", "LAT": "44N30", "LON": "11E 0", "MON": "5", "NUM": "1520", "PRO": "S", "SEC": "4", "YEA": "1888", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3607	noto-antonio-1868-08-07	{"a2": "1521"}	{"lerrcp": "A2-1521"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Noto", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AG", "c3": null, "cy": "IT", "lg": 13.43835, "lat": 37.61934, "name": "Bivona", "geoid": 2525545}, "notime": null, "date-ut": "1868-08-07 18:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Noto"}, "birth": {"place": {"c2": "AG", "cy": "IT", "lg": 13.43835, "lat": 37.61934, "name": "Bivona", "geoid": 2525545}, "date-ut": "1868-08-07 18:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1521"}, "ids-in-sources": {"a2": "1521"}}, "raw": {"H": "19", "MN": "10", "TZ": "-1", "COD": "AG", "COU": "I", "DAY": "7", "LAT": "37N12", "LON": "13E30", "MON": "8", "NUM": "1521", "PRO": "S", "SEC": "4", "YEA": "1868", "CITY": "BIVONA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3608	ottolenghi-donato-1874-01-31	{"a2": "1522"}	{"lerrcp": "A2-1522"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Donato", "family": "Ottolenghi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1874-01-31 20:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Donato", "family": "Ottolenghi"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1874-01-31 20:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1522"}, "ids-in-sources": {"a2": "1522"}}, "raw": {"H": "21", "MN": "10", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "31", "LAT": "45N 0", "LON": "12E15", "MON": "1", "NUM": "1522", "PRO": "S", "SEC": "4", "YEA": "1874", "CITY": "ROMA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3609	ottolenghi-salvatore-1861-05-20	{"a2": "1523"}	{"lerrcp": "A2-1523"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Salvatore", "family": "Ottolenghi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AT", "c3": null, "cy": "IT", "lg": 8.20684, "lat": 44.89795, "name": "Asti", "geoid": 3182714}, "notime": null, "date-ut": "1861-05-20 03:26"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Salvatore", "family": "Ottolenghi"}, "birth": {"place": {"c2": "AT", "cy": "IT", "lg": 8.20684, "lat": 44.89795, "name": "Asti", "geoid": 3182714}, "date-ut": "1861-05-20 03:26"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1523"}, "ids-in-sources": {"a2": "1523"}}, "raw": {"H": "4", "MN": "26", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "20", "LAT": "44N54", "LON": "8E30", "MON": "5", "NUM": "1523", "PRO": "S", "SEC": "0", "YEA": "1861", "CITY": "ASTI"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3610	ottonello-paolo-1898-02-22	{"a2": "1524"}	{"lerrcp": "A2-1524"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paolo", "family": "Ottonello", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NU", "c3": null, "cy": "IT", "lg": 10, "lat": 40.3, "name": "CUGLIERI", "geoid": 0}, "notime": null, "date-ut": "1898-02-22 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paolo", "family": "Ottonello"}, "birth": {"place": {"c2": "NU", "cy": "IT", "lg": 10, "lat": 40.3, "name": "CUGLIERI", "geoid": 0}, "date-ut": "1898-02-22 01:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1524"}, "ids-in-sources": {"a2": "1524"}}, "raw": {"H": "2", "MN": "30", "TZ": "-1", "COD": "NU", "COU": "I", "DAY": "22", "LAT": "40N18", "LON": "10E 0", "MON": "2", "NUM": "1524", "PRO": "S", "SEC": "0", "YEA": "1898", "CITY": "CUGLIERI"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3611	pacchioni-dante-1872-08-26	{"a2": "1525"}	{"lerrcp": "A2-1525"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dante", "family": "Pacchioni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RE", "c3": null, "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "REGGIO EMILIA", "geoid": 0}, "notime": null, "date-ut": "1872-08-26 15:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Dante", "family": "Pacchioni"}, "birth": {"place": {"c2": "RE", "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "REGGIO EMILIA", "geoid": 0}, "date-ut": "1872-08-26 15:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1525"}, "ids-in-sources": {"a2": "1525"}}, "raw": {"H": "16", "MN": "10", "TZ": "-1", "COD": "RE", "COU": "I", "DAY": "26", "LAT": "44N36", "LON": "10E45", "MON": "8", "NUM": "1525", "PRO": "S", "SEC": "4", "YEA": "1872", "CITY": "REGGIO EMILIA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3612	paladino-giovanni-1842-04-26	{"a2": "1526"}	{"lerrcp": "A2-1526"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Paladino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PZ", "c3": null, "cy": "IT", "lg": 15.80857, "lat": 40.64432, "name": "Potenza", "geoid": 3170027}, "notime": null, "date-ut": "1842-04-26 06:57"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Paladino"}, "birth": {"place": {"c2": "PZ", "cy": "IT", "lg": 15.80857, "lat": 40.64432, "name": "Potenza", "geoid": 3170027}, "date-ut": "1842-04-26 06:57"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1526"}, "ids-in-sources": {"a2": "1526"}}, "raw": {"H": "7", "MN": "57", "TZ": "-1", "COD": "PZ", "COU": "I", "DAY": "26", "LAT": "40N30", "LON": "15E45", "MON": "4", "NUM": "1526", "PRO": "S", "SEC": "0", "YEA": "1842", "CITY": "POTENZA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3613	palmieri-vincenzo-1899-07-16	{"a2": "1527"}	{"lerrcp": "A2-1527"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincenzo", "family": "Palmieri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BS", "c3": null, "cy": "IT", "lg": 10.22727, "lat": 45.52478, "name": "Brescia", "geoid": 3181554}, "notime": null, "date-ut": "1899-07-16 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Vincenzo", "family": "Palmieri"}, "birth": {"place": {"c2": "BS", "cy": "IT", "lg": 10.22727, "lat": 45.52478, "name": "Brescia", "geoid": 3181554}, "date-ut": "1899-07-16 12:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1527"}, "ids-in-sources": {"a2": "1527"}}, "raw": {"H": "13", "MN": "0", "TZ": "-1", "COD": "BS", "COU": "I", "DAY": "16", "LAT": "45N30", "LON": "11E 0", "MON": "7", "NUM": "1527", "PRO": "S", "SEC": "0", "YEA": "1899", "CITY": "BRESCIA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3614	paltrinieri-sebastiano-1901-06-10	{"a2": "1528"}	{"lerrcp": "A2-1528"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sebastiano", "family": "Paltrinieri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 11.25, "lat": 44.6, "name": "SAN FELICE SUL", "geoid": 0}, "notime": null, "date-ut": "1901-06-10 23:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Sebastiano", "family": "Paltrinieri"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 11.25, "lat": 44.6, "name": "SAN FELICE SUL", "geoid": 0}, "date-ut": "1901-06-10 23:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1528"}, "ids-in-sources": {"a2": "1528"}}, "raw": {"H": "0", "MN": "30", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "11", "LAT": "44N36", "LON": "11E15", "MON": "6", "NUM": "1528", "PRO": "S", "SEC": "0", "YEA": "1901", "CITY": "SAN FELICE SUL"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3615	pansini-sergio-1860-04-24	{"a2": "1529"}	{"lerrcp": "A2-1529"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sergio", "family": "Pansini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 16.59748, "lat": 41.20023, "name": "Molfetta", "geoid": 3173287}, "notime": null, "date-ut": "1860-04-24 18:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Sergio", "family": "Pansini"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 16.59748, "lat": 41.20023, "name": "Molfetta", "geoid": 3173287}, "date-ut": "1860-04-24 18:52"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1529"}, "ids-in-sources": {"a2": "1529"}}, "raw": {"H": "19", "MN": "52", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "24", "LAT": "41N12", "LON": "17E 0", "MON": "4", "NUM": "1529", "PRO": "S", "SEC": "0", "YEA": "1860", "CITY": "MOLFETTA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3616	parlavecchio-gaetano-1866-02-24	{"a2": "1530"}	{"lerrcp": "A2-1530"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaetano", "family": "Parlavecchio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 15.5, "lat": 38, "name": "MONTALBANO DI E", "geoid": 0}, "notime": null, "date-ut": "1866-02-24 12:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gaetano", "family": "Parlavecchio"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 15.5, "lat": 38, "name": "MONTALBANO DI E", "geoid": 0}, "date-ut": "1866-02-24 12:58"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1530"}, "ids-in-sources": {"a2": "1530"}}, "raw": {"H": "13", "MN": "58", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "24", "LAT": "38N 0", "LON": "15E30", "MON": "2", "NUM": "1530", "PRO": "S", "SEC": "0", "YEA": "1866", "CITY": "MONTALBANO DI E"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3617	pascale-giovanni-1859-03-19	{"a2": "1531"}	{"lerrcp": "A2-1531"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Pascale", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BN", "c3": null, "cy": "IT", "lg": 14.47803, "lat": 41.27792, "name": "Faicchio", "geoid": 3177276}, "notime": null, "date-ut": "1859-03-19 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Pascale"}, "birth": {"place": {"c2": "BN", "cy": "IT", "lg": 14.47803, "lat": 41.27792, "name": "Faicchio", "geoid": 3177276}, "date-ut": "1859-03-19 07:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1531"}, "ids-in-sources": {"a2": "1531"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "BN", "COU": "I", "DAY": "19", "LAT": "41N18", "LON": "15E 0", "MON": "3", "NUM": "1531", "PRO": "S", "SEC": "0", "YEA": "1859", "CITY": "FAICCHIO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3618	patrizi-mariano-1866-09-23	{"a2": "1532"}	{"lerrcp": "A2-1532"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mariano", "family": "Patrizi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MC", "c3": null, "cy": "IT", "lg": 13.55978, "lat": 43.40386, "name": "Recanati", "geoid": 3169540}, "notime": null, "date-ut": "1866-09-23 22:07"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Mariano", "family": "Patrizi"}, "birth": {"place": {"c2": "MC", "cy": "IT", "lg": 13.55978, "lat": 43.40386, "name": "Recanati", "geoid": 3169540}, "date-ut": "1866-09-23 22:07"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1532"}, "ids-in-sources": {"a2": "1532"}}, "raw": {"H": "23", "MN": "7", "TZ": "-1", "COD": "MC", "COU": "I", "DAY": "23", "LAT": "43N24", "LON": "13E15", "MON": "9", "NUM": "1532", "PRO": "S", "SEC": "0", "YEA": "1866", "CITY": "RECANATI"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3619	pazzi-muzio-1866-06-26	{"a2": "1533"}	{"lerrcp": "A2-1533"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Muzio", "family": "Pazzi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FO", "c3": null, "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "FORLI", "geoid": 0}, "notime": null, "date-ut": "1866-06-26 10:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Muzio", "family": "Pazzi"}, "birth": {"place": {"c2": "FO", "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "FORLI", "geoid": 0}, "date-ut": "1866-06-26 10:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1533"}, "ids-in-sources": {"a2": "1533"}}, "raw": {"H": "11", "MN": "40", "TZ": "-1", "COD": "FO", "COU": "I", "DAY": "26", "LAT": "44N12", "LON": "12E30", "MON": "6", "NUM": "1533", "PRO": "S", "SEC": "0", "YEA": "1866", "CITY": "FORLI"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3620	pelagatti-mario-1869-06-29	{"a2": "1534"}	{"lerrcp": "A2-1534"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Pelagatti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "notime": null, "date-ut": "1869-06-29 15:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Pelagatti"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "date-ut": "1869-06-29 15:40:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1534"}, "ids-in-sources": {"a2": "1534"}}, "raw": {"H": "16", "MN": "40", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "29", "LAT": "44N48", "LON": "10E45", "MON": "6", "NUM": "1534", "PRO": "S", "SEC": "4", "YEA": "1869", "CITY": "PARMA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3621	pellegrini-rinaldo-1883-07-22	{"a2": "1535"}	{"lerrcp": "A2-1535"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rinaldo", "family": "Pellegrini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "notime": null, "date-ut": "1883-07-22 02:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Rinaldo", "family": "Pellegrini"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "date-ut": "1883-07-22 02:25:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1535"}, "ids-in-sources": {"a2": "1535"}}, "raw": {"H": "3", "MN": "25", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "22", "LAT": "45N30", "LON": "12E30", "MON": "7", "NUM": "1535", "PRO": "S", "SEC": "4", "YEA": "1883", "CITY": "VENEZIA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3622	pende-nicola-1880-04-21	{"a2": "1536"}	{"lerrcp": "A2-1536"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicola", "family": "Pende", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 16.98959, "lat": 41.03383, "name": "Noicattaro", "geoid": 3172228}, "notime": null, "date-ut": "1880-04-21 03:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Nicola", "family": "Pende"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 16.98959, "lat": 41.03383, "name": "Noicattaro", "geoid": 3172228}, "date-ut": "1880-04-21 03:25:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1536"}, "ids-in-sources": {"a2": "1536"}}, "raw": {"H": "4", "MN": "25", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "21", "LAT": "41N12", "LON": "17E 0", "MON": "4", "NUM": "1536", "PRO": "S", "SEC": "4", "YEA": "1880", "CITY": "NOICATTARO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3623	pentimalli-francesco-1885-12-28	{"a2": "1537"}	{"lerrcp": "A2-1537"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Pentimalli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RC", "c3": null, "cy": "IT", "lg": 15.5, "lat": 38.1, "name": "PALMI DI CALABR", "geoid": 0}, "notime": null, "date-ut": "1885-12-28 14:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Pentimalli"}, "birth": {"place": {"c2": "RC", "cy": "IT", "lg": 15.5, "lat": 38.1, "name": "PALMI DI CALABR", "geoid": 0}, "date-ut": "1885-12-28 14:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1537"}, "ids-in-sources": {"a2": "1537"}}, "raw": {"H": "15", "MN": "10", "TZ": "-1", "COD": "RC", "COU": "I", "DAY": "28", "LAT": "38N 6", "LON": "15E30", "MON": "12", "NUM": "1537", "PRO": "S", "SEC": "4", "YEA": "1885", "CITY": "PALMI DI CALABR"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3624	perrando-giangiacomo-1866-03-19	{"a2": "1538"}	{"lerrcp": "A2-1538"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giangiacomo", "family": "Perrando", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SV", "c3": null, "cy": "IT", "lg": 8.49475, "lat": 44.48134, "name": "Sassello", "geoid": 3167092}, "notime": null, "date-ut": "1866-03-19 09:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giangiacomo", "family": "Perrando"}, "birth": {"place": {"c2": "SV", "cy": "IT", "lg": 8.49475, "lat": 44.48134, "name": "Sassello", "geoid": 3167092}, "date-ut": "1866-03-19 09:25"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1538"}, "ids-in-sources": {"a2": "1538"}}, "raw": {"H": "10", "MN": "25", "TZ": "-1", "COD": "SV", "COU": "I", "DAY": "19", "LAT": "44N18", "LON": "8E45", "MON": "3", "NUM": "1538", "PRO": "S", "SEC": "0", "YEA": "1866", "CITY": "SASSELLO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3625	perroncito-aldo-1882-05-18	{"a2": "1539"}	{"lerrcp": "A2-1539"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Perroncito", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1882-05-18 20:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Aldo", "family": "Perroncito"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1882-05-18 20:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1539"}, "ids-in-sources": {"a2": "1539"}}, "raw": {"H": "21", "MN": "10", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "18", "LAT": "45N 0", "LON": "8E 0", "MON": "5", "NUM": "1539", "PRO": "S", "SEC": "4", "YEA": "1882", "CITY": "TORINO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3626	perroncito-edoardo-1847-03-01	{"a2": "1540"}	{"lerrcp": "A2-1540"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edoardo", "family": "Perroncito", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AT", "c3": null, "cy": "IT", "lg": 8.5, "lat": 44.9, "name": "VIALE D ASTI", "geoid": 0}, "notime": null, "date-ut": "1847-03-01 02:26"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edoardo", "family": "Perroncito"}, "birth": {"place": {"c2": "AT", "cy": "IT", "lg": 8.5, "lat": 44.9, "name": "VIALE D ASTI", "geoid": 0}, "date-ut": "1847-03-01 02:26"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1540"}, "ids-in-sources": {"a2": "1540"}}, "raw": {"H": "3", "MN": "26", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "1", "LAT": "44N54", "LON": "8E30", "MON": "3", "NUM": "1540", "PRO": "S", "SEC": "0", "YEA": "1847", "CITY": "VIALE D ASTI"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3627	pescatori-francesco-1901-02-28	{"a2": "1541"}	{"lerrcp": "A2-1541"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Pescatori", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 9, "lat": 45, "name": "CASALE MONFERRA", "geoid": 0}, "notime": null, "date-ut": "1901-02-28 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Pescatori"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 9, "lat": 45, "name": "CASALE MONFERRA", "geoid": 0}, "date-ut": "1901-02-28 18:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1541"}, "ids-in-sources": {"a2": "1541"}}, "raw": {"H": "19", "MN": "30", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "28", "LAT": "45N 0", "LON": "9E 0", "MON": "2", "NUM": "1541", "PRO": "S", "SEC": "0", "YEA": "1901", "CITY": "CASALE MONFERRA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3628	pianese-giuseppe-1861-03-19	{"a2": "1542"}	{"lerrcp": "A2-1542"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Pianese", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CB", "c3": null, "cy": "IT", "lg": 14.75, "lat": 41.6, "name": "CIVITANOVA DEL", "geoid": 0}, "notime": null, "date-ut": "1861-03-19 09:01"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Pianese"}, "birth": {"place": {"c2": "CB", "cy": "IT", "lg": 14.75, "lat": 41.6, "name": "CIVITANOVA DEL", "geoid": 0}, "date-ut": "1861-03-19 09:01"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1542"}, "ids-in-sources": {"a2": "1542"}}, "raw": {"H": "10", "MN": "1", "TZ": "-1", "COD": "CB", "COU": "I", "DAY": "19", "LAT": "41N36", "LON": "14E45", "MON": "3", "NUM": "1542", "PRO": "S", "SEC": "0", "YEA": "1861", "CITY": "CIVITANOVA DEL"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3629	piccinini-guido-1878-12-05	{"a2": "1543"}	{"lerrcp": "A2-1543"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guido", "family": "Piccinini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RE", "c3": null, "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "SANT ILARIO D E", "geoid": 0}, "notime": null, "date-ut": "1878-12-05 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Guido", "family": "Piccinini"}, "birth": {"place": {"c2": "RE", "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "SANT ILARIO D E", "geoid": 0}, "date-ut": "1878-12-05 07:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1543"}, "ids-in-sources": {"a2": "1543"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "RE", "COU": "I", "DAY": "5", "LAT": "44N36", "LON": "10E45", "MON": "12", "NUM": "1543", "PRO": "S", "SEC": "4", "YEA": "1878", "CITY": "SANT ILARIO D E"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3630	piccinini-prassitele-1876-03-04	{"a2": "1544"}	{"lerrcp": "A2-1544"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Prassitele", "family": "Piccinini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "IT", "lg": 10.51859, "lat": 44.92947, "name": "Viadana", "geoid": 3164440}, "notime": null, "date-ut": "1876-03-04 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Prassitele", "family": "Piccinini"}, "birth": {"place": {"c2": "MN", "cy": "IT", "lg": 10.51859, "lat": 44.92947, "name": "Viadana", "geoid": 3164440}, "date-ut": "1876-03-04 00:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1544"}, "ids-in-sources": {"a2": "1544"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "MN", "COU": "I", "DAY": "4", "LAT": "45N12", "LON": "11E 0", "MON": "3", "NUM": "1544", "PRO": "S", "SEC": "4", "YEA": "1876", "CITY": "VIADANA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3631	gauquelin-a2-1545-1851-10-01	{"a2": "1545"}	{"lerrcp": "A2-1545"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A2-1545", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CB", "c3": null, "cy": "IT", "lg": 14.75, "lat": 41.6, "name": "AGNONE", "geoid": 0}, "notime": null, "date-ut": "1851-10-01 23:01"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A2-1545"}, "birth": {"place": {"c2": "CB", "cy": "IT", "lg": 14.75, "lat": 41.6, "name": "AGNONE", "geoid": 0}, "date-ut": "1851-10-01 23:01"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1545"}, "ids-in-sources": {"a2": "1545"}}, "raw": {"H": "0", "MN": "1", "TZ": "-1", "COD": "CB", "COU": "I", "DAY": "2", "LAT": "41N36", "LON": "14E45", "MON": "10", "NUM": "1545", "PRO": "S", "SEC": "0", "YEA": "1851", "CITY": "AGNONE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3632	pietravalle-michele-1858-10-31	{"a2": "1546"}	{"lerrcp": "A2-1546"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michele", "family": "Pietravalle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CB", "c3": null, "cy": "IT", "lg": 14.51012, "lat": 41.74753, "name": "Salcito", "geoid": 3168684}, "notime": null, "date-ut": "1858-10-31 00:01"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Michele", "family": "Pietravalle"}, "birth": {"place": {"c2": "CB", "cy": "IT", "lg": 14.51012, "lat": 41.74753, "name": "Salcito", "geoid": 3168684}, "date-ut": "1858-10-31 00:01"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1546"}, "ids-in-sources": {"a2": "1546"}}, "raw": {"H": "1", "MN": "1", "TZ": "-1", "COD": "CB", "COU": "I", "DAY": "31", "LAT": "41N36", "LON": "14E45", "MON": "10", "NUM": "1546", "PRO": "S", "SEC": "0", "YEA": "1858", "CITY": "SALCITO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3633	pighini-giaccomo-1876-12-18	{"a2": "1547"}	{"lerrcp": "A2-1547"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giaccomo", "family": "Pighini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "notime": null, "date-ut": "1876-12-18 22:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giaccomo", "family": "Pighini"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "date-ut": "1876-12-18 22:25:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1547"}, "ids-in-sources": {"a2": "1547"}}, "raw": {"H": "23", "MN": "25", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "18", "LAT": "44N48", "LON": "10E45", "MON": "12", "NUM": "1547", "PRO": "S", "SEC": "4", "YEA": "1876", "CITY": "PARMA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3634	piperno-arrigo-1879-05-08	{"a2": "1548"}	{"lerrcp": "A2-1548"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arrigo", "family": "Piperno", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 12.73737, "lat": 42.74484, "name": "Spoleto", "geoid": 3166236}, "notime": null, "date-ut": "1879-05-08 19:55:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Arrigo", "family": "Piperno"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 12.73737, "lat": 42.74484, "name": "Spoleto", "geoid": 3166236}, "date-ut": "1879-05-08 19:55:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1548"}, "ids-in-sources": {"a2": "1548"}}, "raw": {"H": "20", "MN": "55", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "8", "LAT": "43N 0", "LON": "13E 0", "MON": "5", "NUM": "1548", "PRO": "S", "SEC": "4", "YEA": "1879", "CITY": "SPOLETO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3635	poli-camillo-1865-11-28	{"a2": "1549"}	{"lerrcp": "A2-1549"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camillo", "family": "Poli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 8.55715, "lat": 45.7589, "name": "Arona", "geoid": 3182812}, "notime": null, "date-ut": "1865-11-28 02:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Camillo", "family": "Poli"}, "birth": {"place": {"c2": "NO", "cy": "IT", "lg": 8.55715, "lat": 45.7589, "name": "Arona", "geoid": 3182812}, "date-ut": "1865-11-28 02:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1549"}, "ids-in-sources": {"a2": "1549"}}, "raw": {"H": "3", "MN": "24", "TZ": "-1", "COD": "NO", "COU": "I", "DAY": "28", "LAT": "45N30", "LON": "9E 0", "MON": "11", "NUM": "1549", "PRO": "S", "SEC": "0", "YEA": "1865", "CITY": "ARONA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3636	polichetti-enrico-1901-04-08	{"a2": "1550"}	{"lerrcp": "A2-1550"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enrico", "family": "Polichetti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SA", "c3": null, "cy": "IT", "lg": 15.25, "lat": 40.7, "name": "NOCERA INFERIOR", "geoid": 0}, "notime": null, "date-ut": "1901-04-08 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Enrico", "family": "Polichetti"}, "birth": {"place": {"c2": "SA", "cy": "IT", "lg": 15.25, "lat": 40.7, "name": "NOCERA INFERIOR", "geoid": 0}, "date-ut": "1901-04-08 19:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1550"}, "ids-in-sources": {"a2": "1550"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "SA", "COU": "I", "DAY": "8", "LAT": "40N42", "LON": "15E15", "MON": "4", "NUM": "1550", "PRO": "S", "SEC": "0", "YEA": "1901", "CITY": "NOCERA INFERIOR"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3637	polimanti-oswaldo-1869-01-17	{"a2": "1551"}	{"lerrcp": "A2-1551"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oswaldo", "family": "Polimanti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TR", "c3": null, "cy": "IT", "lg": 12.47727, "lat": 42.42153, "name": "Otricoli", "geoid": 3171783}, "notime": null, "date-ut": "1869-01-17 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Oswaldo", "family": "Polimanti"}, "birth": {"place": {"c2": "TR", "cy": "IT", "lg": 12.47727, "lat": 42.42153, "name": "Otricoli", "geoid": 3171783}, "date-ut": "1869-01-17 03:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1551"}, "ids-in-sources": {"a2": "1551"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "TR", "COU": "I", "DAY": "17", "LAT": "42N30", "LON": "13E 0", "MON": "1", "NUM": "1551", "PRO": "S", "SEC": "4", "YEA": "1869", "CITY": "OTRICOLI"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3638	pontano-tommaso-1882-05-06	{"a2": "1552"}	{"lerrcp": "A2-1552"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tommaso", "family": "Pontano", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CZ", "c3": null, "cy": "IT", "lg": 16.2845, "lat": 39.07169, "name": "Conflenti", "geoid": 6534809}, "notime": null, "date-ut": "1882-05-06 21:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Tommaso", "family": "Pontano"}, "birth": {"place": {"c2": "CZ", "cy": "IT", "lg": 16.2845, "lat": 39.07169, "name": "Conflenti", "geoid": 6534809}, "date-ut": "1882-05-06 21:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1552"}, "ids-in-sources": {"a2": "1552"}}, "raw": {"H": "22", "MN": "10", "TZ": "-1", "COD": "CZ", "COU": "I", "DAY": "6", "LAT": "39N 0", "LON": "17E30", "MON": "5", "NUM": "1552", "PRO": "S", "SEC": "4", "YEA": "1882", "CITY": "CONFLENTI"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3639	porta-carlo-1905-02-15	{"a2": "1553"}	{"lerrcp": "A2-1553"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Porta", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MC", "c3": null, "cy": "IT", "lg": 13.06917, "lat": 43.13985, "name": "Camerino", "geoid": 3181094}, "notime": null, "date-ut": "1905-02-15 23:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Porta"}, "birth": {"place": {"c2": "MC", "cy": "IT", "lg": 13.06917, "lat": 43.13985, "name": "Camerino", "geoid": 3181094}, "date-ut": "1905-02-15 23:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1553"}, "ids-in-sources": {"a2": "1553"}}, "raw": {"H": "0", "MN": "30", "TZ": "-1", "COD": "MC", "COU": "I", "DAY": "16", "LAT": "43N24", "LON": "13E15", "MON": "2", "NUM": "1553", "PRO": "S", "SEC": "0", "YEA": "1905", "CITY": "CAMERINO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3640	preti-luigi-1881-11-18	{"a2": "1554"}	{"lerrcp": "A2-1554"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Preti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 9.32246, "lat": 45.19627, "name": "Copiano", "geoid": 3178140}, "notime": null, "date-ut": "1881-11-18 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Preti"}, "birth": {"place": {"c2": "PV", "cy": "IT", "lg": 9.32246, "lat": 45.19627, "name": "Copiano", "geoid": 3178140}, "date-ut": "1881-11-18 00:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1554"}, "ids-in-sources": {"a2": "1554"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "PV", "COU": "I", "DAY": "18", "LAT": "45N12", "LON": "9E 0", "MON": "11", "NUM": "1554", "PRO": "S", "SEC": "4", "YEA": "1881", "CITY": "COPIANO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3641	previtali-giuseppe-1879-06-27	{"a2": "1555"}	{"lerrcp": "A2-1555"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Previtali", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BG", "c3": null, "cy": "IT", "lg": 9.49865, "lat": 45.73238, "name": "Pontida", "geoid": 3170198}, "notime": null, "date-ut": "1879-06-27 08:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Previtali"}, "birth": {"place": {"c2": "BG", "cy": "IT", "lg": 9.49865, "lat": 45.73238, "name": "Pontida", "geoid": 3170198}, "date-ut": "1879-06-27 08:40:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1555"}, "ids-in-sources": {"a2": "1555"}}, "raw": {"H": "9", "MN": "40", "TZ": "-1", "COD": "BG", "COU": "I", "DAY": "27", "LAT": "45N36", "LON": "9E45", "MON": "6", "NUM": "1555", "PRO": "S", "SEC": "4", "YEA": "1879", "CITY": "PONTIDA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3642	procopio-saverio-1870-11-08	{"a2": "1556"}	{"lerrcp": "A2-1556"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Saverio", "family": "Procopio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CZ", "c3": null, "cy": "IT", "lg": 16.4862, "lat": 38.64738, "name": "Davoli", "geoid": 2524866}, "notime": null, "date-ut": "1870-11-08 05:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Saverio", "family": "Procopio"}, "birth": {"place": {"c2": "CZ", "cy": "IT", "lg": 16.4862, "lat": 38.64738, "name": "Davoli", "geoid": 2524866}, "date-ut": "1870-11-08 05:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1556"}, "ids-in-sources": {"a2": "1556"}}, "raw": {"H": "6", "MN": "10", "TZ": "-1", "COD": "CZ", "COU": "I", "DAY": "8", "LAT": "39N 0", "LON": "17E30", "MON": "11", "NUM": "1556", "PRO": "S", "SEC": "4", "YEA": "1870", "CITY": "DAVOLI"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3643	profeta-giuseppe-1840-07-07	{"a2": "1557"}	{"lerrcp": "A2-1557"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Profeta", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 14.97018, "lat": 38.05286, "name": "San Piero Patti", "geoid": 2523397}, "notime": null, "date-ut": "1840-07-07 20:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Profeta"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 14.97018, "lat": 38.05286, "name": "San Piero Patti", "geoid": 2523397}, "date-ut": "1840-07-07 20:58"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1557"}, "ids-in-sources": {"a2": "1557"}}, "raw": {"H": "21", "MN": "58", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "7", "LAT": "38N 0", "LON": "15E30", "MON": "7", "NUM": "1557", "PRO": "S", "SEC": "0", "YEA": "1840", "CITY": "SAN PIERO PATTI"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3644	pugliese-vincenzo-1867-10-04	{"a2": "1558"}	{"lerrcp": "A2-1558"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincenzo", "family": "Pugliese", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 17.12129, "lat": 40.85183, "name": "Putignano", "geoid": 3169742}, "notime": null, "date-ut": "1867-10-04 21:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Vincenzo", "family": "Pugliese"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 17.12129, "lat": 40.85183, "name": "Putignano", "geoid": 3169742}, "date-ut": "1867-10-04 21:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1558"}, "ids-in-sources": {"a2": "1558"}}, "raw": {"H": "22", "MN": "10", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "4", "LAT": "41N12", "LON": "17E 0", "MON": "10", "NUM": "1558", "PRO": "S", "SEC": "4", "YEA": "1867", "CITY": "PUTIGNANO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3645	putti-vittorio-1880-03-01	{"a2": "1559"}	{"lerrcp": "A2-1559"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vittorio", "family": "Putti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1880-03-01 05:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Vittorio", "family": "Putti"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1880-03-01 05:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1559"}, "ids-in-sources": {"a2": "1559"}}, "raw": {"H": "6", "MN": "10", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "1", "LAT": "44N30", "LON": "11E 0", "MON": "3", "NUM": "1559", "PRO": "S", "SEC": "4", "YEA": "1880", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3646	radaeli-francesco-1870-07-30	{"a2": "1560"}	{"lerrcp": "A2-1560"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Radaeli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CR", "c3": null, "cy": "IT", "lg": 10.02797, "lat": 45.13617, "name": "Cremona", "geoid": 3177838}, "notime": null, "date-ut": "1870-07-30 11:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Radaeli"}, "birth": {"place": {"c2": "CR", "cy": "IT", "lg": 10.02797, "lat": 45.13617, "name": "Cremona", "geoid": 3177838}, "date-ut": "1870-07-30 11:40:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1560"}, "ids-in-sources": {"a2": "1560"}}, "raw": {"H": "12", "MN": "40", "TZ": "-1", "COD": "CR", "COU": "I", "DAY": "30", "LAT": "45N12", "LON": "11E 0", "MON": "7", "NUM": "1560", "PRO": "S", "SEC": "4", "YEA": "1870", "CITY": "CREMONA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3647	razzaboni-giovanni-1880-12-05	{"a2": "1561"}	{"lerrcp": "A2-1561"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Razzaboni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PI", "c3": null, "cy": "IT", "lg": 10.39659, "lat": 43.71553, "name": "Pisa", "geoid": 3170647}, "notime": null, "date-ut": "1880-12-05 12:55:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Razzaboni"}, "birth": {"place": {"c2": "PI", "cy": "IT", "lg": 10.39659, "lat": 43.71553, "name": "Pisa", "geoid": 3170647}, "date-ut": "1880-12-05 12:55:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1561"}, "ids-in-sources": {"a2": "1561"}}, "raw": {"H": "13", "MN": "55", "TZ": "-1", "COD": "PI", "COU": "I", "DAY": "5", "LAT": "43N42", "LON": "10E30", "MON": "12", "NUM": "1561", "PRO": "S", "SEC": "4", "YEA": "1880", "CITY": "PISA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3648	revoltella-giovanni-1895-07-29	{"a2": "1562"}	{"lerrcp": "A2-1562"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Revoltella", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "notime": null, "date-ut": "1895-07-29 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Revoltella"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "date-ut": "1895-07-29 17:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1562"}, "ids-in-sources": {"a2": "1562"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "29", "LAT": "45N30", "LON": "12E30", "MON": "7", "NUM": "1562", "PRO": "S", "SEC": "0", "YEA": "1895", "CITY": "VENEZIA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3649	rezzesi-francesco-1902-01-07	{"a2": "1563"}	{"lerrcp": "A2-1563"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Rezzesi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SO", "c3": null, "cy": "IT", "lg": 9.86915, "lat": 46.169, "name": "Sondrio", "geoid": 3166397}, "notime": null, "date-ut": "1902-01-07 22:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Rezzesi"}, "birth": {"place": {"c2": "SO", "cy": "IT", "lg": 9.86915, "lat": 46.169, "name": "Sondrio", "geoid": 3166397}, "date-ut": "1902-01-07 22:25"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1563"}, "ids-in-sources": {"a2": "1563"}}, "raw": {"H": "23", "MN": "25", "TZ": "-1", "COD": "SO", "COU": "I", "DAY": "7", "LAT": "46N12", "LON": "10E 0", "MON": "1", "NUM": "1563", "PRO": "S", "SEC": "0", "YEA": "1902", "CITY": "SONDRIO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3650	ricci-canzio-1872-03-03	{"a2": "1564"}	{"lerrcp": "A2-1564"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Canzio", "family": "Ricci", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PS", "c3": null, "cy": "IT", "lg": 13, "lat": 44, "name": "MACERATA FELTRI", "geoid": 0}, "notime": null, "date-ut": "1872-03-03 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Canzio", "family": "Ricci"}, "birth": {"place": {"c2": "PS", "cy": "IT", "lg": 13, "lat": 44, "name": "MACERATA FELTRI", "geoid": 0}, "date-ut": "1872-03-03 03:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1564"}, "ids-in-sources": {"a2": "1564"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "PS", "COU": "I", "DAY": "3", "LAT": "44N 0", "LON": "13E 0", "MON": "3", "NUM": "1564", "PRO": "S", "SEC": "4", "YEA": "1872", "CITY": "MACERATA FELTRI"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3651	riva-alberto-1844-01-24	{"a2": "1565"}	{"lerrcp": "A2-1565"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberto", "family": "Riva", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PC", "c3": null, "cy": "IT", "lg": 9.69937, "lat": 45.04676, "name": "Piacenza", "geoid": 3171058}, "notime": null, "date-ut": "1844-01-24 08:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alberto", "family": "Riva"}, "birth": {"place": {"c2": "PC", "cy": "IT", "lg": 9.69937, "lat": 45.04676, "name": "Piacenza", "geoid": 3171058}, "date-ut": "1844-01-24 08:21"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1565"}, "ids-in-sources": {"a2": "1565"}}, "raw": {"H": "9", "MN": "21", "TZ": "-1", "COD": "PC", "COU": "I", "DAY": "24", "LAT": "45N 0", "LON": "9E45", "MON": "1", "NUM": "1565", "PRO": "S", "SEC": "0", "YEA": "1844", "CITY": "PIACENZA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3652	rizzati-ennio-1894-04-16	{"a2": "1566"}	{"lerrcp": "A2-1566"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ennio", "family": "Rizzati", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 11.0013, "lat": 44.89377, "name": "San Possidonio", "geoid": 6535602}, "notime": null, "date-ut": "1894-04-16 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ennio", "family": "Rizzati"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 11.0013, "lat": 44.89377, "name": "San Possidonio", "geoid": 6535602}, "date-ut": "1894-04-16 12:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1566"}, "ids-in-sources": {"a2": "1566"}}, "raw": {"H": "13", "MN": "30", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "16", "LAT": "44N36", "LON": "11E15", "MON": "4", "NUM": "1566", "PRO": "S", "SEC": "0", "YEA": "1894", "CITY": "SAN POSSIDONIO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3653	rondoni-pietro-1882-10-02	{"a2": "1567"}	{"lerrcp": "A2-1567"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Rondoni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PI", "c3": null, "cy": "IT", "lg": 10.85117, "lat": 43.67923, "name": "San Miniato", "geoid": 3167953}, "notime": null, "date-ut": "1882-10-02 13:30:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pietro", "family": "Rondoni"}, "birth": {"place": {"c2": "PI", "cy": "IT", "lg": 10.85117, "lat": 43.67923, "name": "San Miniato", "geoid": 3167953}, "date-ut": "1882-10-02 13:30:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1567"}, "ids-in-sources": {"a2": "1567"}}, "raw": {"H": "14", "MN": "30", "TZ": "-1", "COD": "PI", "COU": "I", "DAY": "2", "LAT": "43N42", "LON": "10E30", "MON": "10", "NUM": "1567", "PRO": "S", "SEC": "4", "YEA": "1882", "CITY": "SAN MINIATO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3654	ronzani-enrico-1877-08-25	{"a2": "1568"}	{"lerrcp": "A2-1568"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enrico", "family": "Ronzani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "notime": null, "date-ut": "1877-08-25 01:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Enrico", "family": "Ronzani"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "date-ut": "1877-08-25 01:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1568"}, "ids-in-sources": {"a2": "1568"}}, "raw": {"H": "2", "MN": "10", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "25", "LAT": "45N24", "LON": "12E15", "MON": "8", "NUM": "1568", "PRO": "S", "SEC": "4", "YEA": "1877", "CITY": "PADOVA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3655	ronzoni-gaetano-1878-01-26	{"a2": "1569"}	{"lerrcp": "A2-1569"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaetano", "family": "Ronzoni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "SEREGNO", "geoid": 0}, "notime": null, "date-ut": "1878-01-26 15:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gaetano", "family": "Ronzoni"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "SEREGNO", "geoid": 0}, "date-ut": "1878-01-26 15:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1569"}, "ids-in-sources": {"a2": "1569"}}, "raw": {"H": "16", "MN": "10", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "26", "LAT": "45N30", "LON": "9E15", "MON": "1", "NUM": "1569", "PRO": "S", "SEC": "4", "YEA": "1878", "CITY": "SEREGNO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3656	rossi-ottorino-1877-01-17	{"a2": "1570"}	{"lerrcp": "A2-1570"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ottorino", "family": "Rossi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.8, "name": "SOLBIATE COMASC", "geoid": 0}, "notime": null, "date-ut": "1877-01-17 06:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ottorino", "family": "Rossi"}, "birth": {"place": {"c2": "CO", "cy": "IT", "lg": 9.25, "lat": 45.8, "name": "SOLBIATE COMASC", "geoid": 0}, "date-ut": "1877-01-17 06:25:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1570"}, "ids-in-sources": {"a2": "1570"}}, "raw": {"H": "7", "MN": "25", "TZ": "-1", "COD": "CO", "COU": "I", "DAY": "17", "LAT": "45N48", "LON": "9E15", "MON": "1", "NUM": "1570", "PRO": "S", "SEC": "4", "YEA": "1877", "CITY": "SOLBIATE COMASC"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3657	russo-achille-1866-11-19	{"a2": "1571"}	{"lerrcp": "A2-1571"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Achille", "family": "Russo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CZ", "c3": null, "cy": "IT", "lg": 17.5, "lat": 39, "name": "NICOTERA", "geoid": 0}, "notime": null, "date-ut": "1866-11-19 06:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Achille", "family": "Russo"}, "birth": {"place": {"c2": "CZ", "cy": "IT", "lg": 17.5, "lat": 39, "name": "NICOTERA", "geoid": 0}, "date-ut": "1866-11-19 06:50"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1571"}, "ids-in-sources": {"a2": "1571"}}, "raw": {"H": "7", "MN": "50", "TZ": "-1", "COD": "CZ", "COU": "I", "DAY": "19", "LAT": "39N 0", "LON": "17E30", "MON": "11", "NUM": "1571", "PRO": "S", "SEC": "0", "YEA": "1866", "CITY": "NICOTERA"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3658	sacerdote-cesare-1868-04-24	{"a2": "1572"}	{"lerrcp": "A2-1572"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cesare", "family": "Sacerdote", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "IT", "lg": 10.48398, "lat": 45.10247, "name": "Bozzolo", "geoid": 3181633}, "notime": null, "date-ut": "1868-04-24 02:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Cesare", "family": "Sacerdote"}, "birth": {"place": {"c2": "MN", "cy": "IT", "lg": 10.48398, "lat": 45.10247, "name": "Bozzolo", "geoid": 3181633}, "date-ut": "1868-04-24 02:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1572"}, "ids-in-sources": {"a2": "1572"}}, "raw": {"H": "3", "MN": "10", "TZ": "-1", "COD": "MN", "COU": "I", "DAY": "24", "LAT": "45N12", "LON": "11E 0", "MON": "4", "NUM": "1572", "PRO": "S", "SEC": "4", "YEA": "1868", "CITY": "BOZZOLO"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3659	salotti-adelchi-1892-12-14	{"a2": "1573"}	{"lerrcp": "A2-1573"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adelchi", "family": "Salotti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TR", "c3": null, "cy": "IT", "lg": 12.11156, "lat": 42.71953, "name": "Orvieto", "geoid": 3171874}, "notime": null, "date-ut": "1892-12-14 13:00:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Adelchi", "family": "Salotti"}, "birth": {"place": {"c2": "TR", "cy": "IT", "lg": 12.11156, "lat": 42.71953, "name": "Orvieto", "geoid": 3171874}, "date-ut": "1892-12-14 13:00:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1573"}, "ids-in-sources": {"a2": "1573"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "TR", "COU": "I", "DAY": "14", "LAT": "42N30", "LON": "13E 0", "MON": "12", "NUM": "1573", "PRO": "S", "SEC": "4", "YEA": "1892", "CITY": "ORVIETO"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3660	salvioli-gaetano-1894-10-19	{"a2": "1574"}	{"lerrcp": "A2-1574"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaetano", "family": "Salvioli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "notime": null, "date-ut": "1894-10-19 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gaetano", "family": "Salvioli"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "date-ut": "1894-10-19 01:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1574"}, "ids-in-sources": {"a2": "1574"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "19", "LAT": "44N36", "LON": "11E15", "MON": "10", "NUM": "1574", "PRO": "S", "SEC": "0", "YEA": "1894", "CITY": "MODENA"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3661	sangiorgi-giuseppe-1884-07-22	{"a2": "1575"}	{"lerrcp": "A2-1575"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Sangiorgi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "notime": null, "date-ut": "1884-07-22 03:20:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Sangiorgi"}, "birth": {"place": {"c2": "CT", "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "date-ut": "1884-07-22 03:20:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1575"}, "ids-in-sources": {"a2": "1575"}}, "raw": {"H": "4", "MN": "20", "TZ": "-1", "COD": "CT", "COU": "I", "DAY": "22", "LAT": "37N30", "LON": "15E 0", "MON": "7", "NUM": "1575", "PRO": "S", "SEC": "4", "YEA": "1884", "CITY": "CATANIA"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3662	scalinci-noe-1867-10-03	{"a2": "1576"}	{"lerrcp": "A2-1576"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Noe", "family": "Scalinci", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LE", "c3": null, "cy": "IT", "lg": 18.13306, "lat": 40.39944, "name": "Surbo", "geoid": 3166021}, "notime": null, "date-ut": "1867-10-03 17:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Noe", "family": "Scalinci"}, "birth": {"place": {"c2": "LE", "cy": "IT", "lg": 18.13306, "lat": 40.39944, "name": "Surbo", "geoid": 3166021}, "date-ut": "1867-10-03 17:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1576"}, "ids-in-sources": {"a2": "1576"}}, "raw": {"H": "18", "MN": "10", "TZ": "-1", "COD": "LE", "COU": "I", "DAY": "3", "LAT": "40N24", "LON": "18E45", "MON": "10", "NUM": "1576", "PRO": "S", "SEC": "4", "YEA": "1867", "CITY": "SURBO"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3663	schiassi-francesco-1886-11-12	{"a2": "1577"}	{"lerrcp": "A2-1577"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Schiassi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.66862, "lat": 44.62127, "name": "Molinella", "geoid": 3173276}, "notime": null, "date-ut": "1886-11-12 02:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Schiassi"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.66862, "lat": 44.62127, "name": "Molinella", "geoid": 3173276}, "date-ut": "1886-11-12 02:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1577"}, "ids-in-sources": {"a2": "1577"}}, "raw": {"H": "3", "MN": "10", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "12", "LAT": "44N30", "LON": "11E 0", "MON": "11", "NUM": "1577", "PRO": "S", "SEC": "4", "YEA": "1886", "CITY": "MOLINELLA"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3664	scimemi-erasmo-1852-10-30	{"a2": "1578"}	{"lerrcp": "A2-1578"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erasmo", "family": "Scimemi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TP", "c3": null, "cy": "IT", "lg": 12.80564, "lat": 37.82314, "name": "Salemi", "geoid": 2523557}, "notime": null, "date-ut": "1852-10-30 09:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Erasmo", "family": "Scimemi"}, "birth": {"place": {"c2": "TP", "cy": "IT", "lg": 12.80564, "lat": 37.82314, "name": "Salemi", "geoid": 2523557}, "date-ut": "1852-10-30 09:10"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1578"}, "ids-in-sources": {"a2": "1578"}}, "raw": {"H": "10", "MN": "10", "TZ": "-1", "COD": "TP", "COU": "I", "DAY": "30", "LAT": "38N 0", "LON": "12E30", "MON": "10", "NUM": "1578", "PRO": "S", "SEC": "0", "YEA": "1852", "CITY": "SALEMI"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3665	sega-achille-1890-05-10	{"a2": "1579"}	{"lerrcp": "A2-1579"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Achille", "family": "Sega", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1890-05-10 17:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Achille", "family": "Sega"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1890-05-10 17:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1579"}, "ids-in-sources": {"a2": "1579"}}, "raw": {"H": "18", "MN": "10", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "10", "LAT": "44N30", "LON": "11E 0", "MON": "5", "NUM": "1579", "PRO": "S", "SEC": "4", "YEA": "1890", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3666	senise-tommaso-1885-09-19	{"a2": "1580"}	{"lerrcp": "A2-1580"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tommaso", "family": "Senise", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SA", "c3": null, "cy": "IT", "lg": 15.63637, "lat": 40.1116, "name": "Torraca", "geoid": 3165490}, "notime": null, "date-ut": "1885-09-19 16:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Tommaso", "family": "Senise"}, "birth": {"place": {"c2": "SA", "cy": "IT", "lg": 15.63637, "lat": 40.1116, "name": "Torraca", "geoid": 3165490}, "date-ut": "1885-09-19 16:50:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1580"}, "ids-in-sources": {"a2": "1580"}}, "raw": {"H": "17", "MN": "50", "TZ": "-1", "COD": "SA", "COU": "I", "DAY": "19", "LAT": "40N42", "LON": "15E15", "MON": "9", "NUM": "1580", "PRO": "S", "SEC": "4", "YEA": "1885", "CITY": "TORRACA"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3667	sera-giocchino-1878-09-15	{"a2": "1581"}	{"lerrcp": "A2-1581"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giocchino", "family": "Sera", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1878-09-15 06:55:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giocchino", "family": "Sera"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1878-09-15 06:55:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1581"}, "ids-in-sources": {"a2": "1581"}}, "raw": {"H": "7", "MN": "55", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "15", "LAT": "45N 0", "LON": "12E15", "MON": "9", "NUM": "1581", "PRO": "S", "SEC": "4", "YEA": "1878", "CITY": "ROMA"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3668	serafini-alessandro-1859-05-19	{"a2": "1582"}	{"lerrcp": "A2-1582"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alessandro", "family": "Serafini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CB", "c3": null, "cy": "IT", "lg": 14.75, "lat": 41.6, "name": "AGNONE", "geoid": 0}, "notime": null, "date-ut": "1859-05-19 07:01"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alessandro", "family": "Serafini"}, "birth": {"place": {"c2": "CB", "cy": "IT", "lg": 14.75, "lat": 41.6, "name": "AGNONE", "geoid": 0}, "date-ut": "1859-05-19 07:01"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1582"}, "ids-in-sources": {"a2": "1582"}}, "raw": {"H": "8", "MN": "1", "TZ": "-1", "COD": "CB", "COU": "I", "DAY": "19", "LAT": "41N36", "LON": "14E45", "MON": "5", "NUM": "1582", "PRO": "S", "SEC": "0", "YEA": "1859", "CITY": "AGNONE"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3669	sergi-sergio-1878-03-13	{"a2": "1583"}	{"lerrcp": "A2-1583"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sergio", "family": "Sergi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "notime": null, "date-ut": "1878-03-13 05:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Sergio", "family": "Sergi"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "date-ut": "1878-03-13 05:40:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1583"}, "ids-in-sources": {"a2": "1583"}}, "raw": {"H": "6", "MN": "40", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "13", "LAT": "38N 0", "LON": "15E30", "MON": "3", "NUM": "1583", "PRO": "S", "SEC": "4", "YEA": "1878", "CITY": "MESSINA"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3670	serra-giovanni-1894-01-08	{"a2": "1584"}	{"lerrcp": "A2-1584"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Serra", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TN", "c3": null, "cy": "IT", "lg": 10.87077, "lat": 46.32621, "name": "Dimaro", "geoid": 3177582}, "notime": null, "date-ut": "1894-01-08 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Serra"}, "birth": {"place": {"c2": "TN", "cy": "IT", "lg": 10.87077, "lat": 46.32621, "name": "Dimaro", "geoid": 3177582}, "date-ut": "1894-01-08 19:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1584"}, "ids-in-sources": {"a2": "1584"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "TN", "COU": "I", "DAY": "8", "LAT": "46N 0", "LON": "12E 0", "MON": "1", "NUM": "1584", "PRO": "S", "SEC": "0", "YEA": "1894", "CITY": "DIMARO"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3671	sfameni-pasquale-1868-10-30	{"a2": "1585"}	{"lerrcp": "A2-1585"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pasquale", "family": "Sfameni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 15.37269, "lat": 38.18327, "name": "Roccavaldina", "geoid": 2523597}, "notime": null, "date-ut": "1868-10-30 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pasquale", "family": "Sfameni"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 15.37269, "lat": 38.18327, "name": "Roccavaldina", "geoid": 2523597}, "date-ut": "1868-10-30 10:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1585"}, "ids-in-sources": {"a2": "1585"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "30", "LAT": "38N 0", "LON": "15E30", "MON": "10", "NUM": "1585", "PRO": "S", "SEC": "4", "YEA": "1868", "CITY": "ROCCAVALDINA"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3672	siccardi-pier-1880-08-23	{"a2": "1586"}	{"lerrcp": "A2-1586"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pier", "family": "Siccardi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AN", "c3": null, "cy": "IT", "lg": 13.51008, "lat": 43.59816, "name": "Ancona", "geoid": 3183089}, "notime": null, "date-ut": "1880-08-23 21:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pier", "family": "Siccardi"}, "birth": {"place": {"c2": "AN", "cy": "IT", "lg": 13.51008, "lat": 43.59816, "name": "Ancona", "geoid": 3183089}, "date-ut": "1880-08-23 21:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1586"}, "ids-in-sources": {"a2": "1586"}}, "raw": {"H": "22", "MN": "10", "TZ": "-1", "COD": "AN", "COU": "I", "DAY": "23", "LAT": "43N42", "LON": "13E45", "MON": "8", "NUM": "1586", "PRO": "S", "SEC": "4", "YEA": "1880", "CITY": "ANCONA"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3673	simon-italo-1878-08-16	{"a2": "1587"}	{"lerrcp": "A2-1587"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Italo", "family": "Simon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SS", "c3": null, "cy": "IT", "lg": 8.53364, "lat": 40.7295, "name": "Sassari", "geoid": 3167096}, "notime": null, "date-ut": "1878-08-16 02:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Italo", "family": "Simon"}, "birth": {"place": {"c2": "SS", "cy": "IT", "lg": 8.53364, "lat": 40.7295, "name": "Sassari", "geoid": 3167096}, "date-ut": "1878-08-16 02:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1587"}, "ids-in-sources": {"a2": "1587"}}, "raw": {"H": "3", "MN": "10", "TZ": "-1", "COD": "SS", "COU": "I", "DAY": "16", "LAT": "40N48", "LON": "8E30", "MON": "8", "NUM": "1587", "PRO": "S", "SEC": "4", "YEA": "1878", "CITY": "SASSARI"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3674	simonini-riccardo-1865-10-24	{"a2": "1588"}	{"lerrcp": "A2-1588"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Riccardo", "family": "Simonini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "notime": null, "date-ut": "1865-10-24 22:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Riccardo", "family": "Simonini"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "date-ut": "1865-10-24 22:15"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1588"}, "ids-in-sources": {"a2": "1588"}}, "raw": {"H": "23", "MN": "15", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "24", "LAT": "44N36", "LON": "11E15", "MON": "10", "NUM": "1588", "PRO": "S", "SEC": "0", "YEA": "1865", "CITY": "MODENA"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3675	sisto-pietro-1880-04-24	{"a2": "1589"}	{"lerrcp": "A2-1589"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Sisto", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1880-04-24 19:00:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pietro", "family": "Sisto"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1880-04-24 19:00:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1589"}, "ids-in-sources": {"a2": "1589"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "24", "LAT": "45N 0", "LON": "8E 0", "MON": "4", "NUM": "1589", "PRO": "S", "SEC": "4", "YEA": "1880", "CITY": "TORINO"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3676	spadolini-igino-1887-11-26	{"a2": "1590"}	{"lerrcp": "A2-1590"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Igino", "family": "Spadolini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PI", "c3": null, "cy": "IT", "lg": 10.85117, "lat": 43.67923, "name": "San Miniato", "geoid": 3167953}, "notime": null, "date-ut": "1887-11-26 15:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Igino", "family": "Spadolini"}, "birth": {"place": {"c2": "PI", "cy": "IT", "lg": 10.85117, "lat": 43.67923, "name": "San Miniato", "geoid": 3167953}, "date-ut": "1887-11-26 15:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1590"}, "ids-in-sources": {"a2": "1590"}}, "raw": {"H": "16", "MN": "10", "TZ": "-1", "COD": "PI", "COU": "I", "DAY": "26", "LAT": "43N42", "LON": "10E30", "MON": "11", "NUM": "1590", "PRO": "S", "SEC": "4", "YEA": "1887", "CITY": "SAN MINIATO"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3677	spirito-aldo-1905-07-27	{"a2": "1591"}	{"lerrcp": "A2-1591"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Spirito", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CH", "c3": null, "cy": "IT", "lg": 14.13801, "lat": 42.36094, "name": "Chieti", "geoid": 3178796}, "notime": null, "date-ut": "1905-07-27 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Aldo", "family": "Spirito"}, "birth": {"place": {"c2": "CH", "cy": "IT", "lg": 14.13801, "lat": 42.36094, "name": "Chieti", "geoid": 3178796}, "date-ut": "1905-07-27 07:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1591"}, "ids-in-sources": {"a2": "1591"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "CH", "COU": "I", "DAY": "27", "LAT": "42N18", "LON": "14E15", "MON": "7", "NUM": "1591", "PRO": "S", "SEC": "0", "YEA": "1905", "CITY": "CHIETI"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3678	sterzi-giuseppe-1876-03-19	{"a2": "1592"}	{"lerrcp": "A2-1592"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Sterzi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 11.7842, "lat": 45.65, "name": "Cittadella", "geoid": 3178622}, "notime": null, "date-ut": "1876-03-19 07:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Sterzi"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 11.7842, "lat": 45.65, "name": "Cittadella", "geoid": 3178622}, "date-ut": "1876-03-19 07:50:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1592"}, "ids-in-sources": {"a2": "1592"}}, "raw": {"H": "8", "MN": "50", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "19", "LAT": "45N24", "LON": "12E15", "MON": "3", "NUM": "1592", "PRO": "S", "SEC": "4", "YEA": "1876", "CITY": "CITTADELLA"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3679	stoppoloni-giuseppe-1875-09-23	{"a2": "1593"}	{"lerrcp": "A2-1593"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Stoppoloni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AN", "c3": null, "cy": "IT", "lg": 13.18487, "lat": 43.43326, "name": "Staffolo", "geoid": 3166216}, "notime": null, "date-ut": "1875-09-23 12:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Stoppoloni"}, "birth": {"place": {"c2": "AN", "cy": "IT", "lg": 13.18487, "lat": 43.43326, "name": "Staffolo", "geoid": 3166216}, "date-ut": "1875-09-23 12:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1593"}, "ids-in-sources": {"a2": "1593"}}, "raw": {"H": "13", "MN": "10", "TZ": "-1", "COD": "AN", "COU": "I", "DAY": "23", "LAT": "43N42", "LON": "13E45", "MON": "9", "NUM": "1593", "PRO": "S", "SEC": "4", "YEA": "1875", "CITY": "STAFFOLO"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3680	taddel-domenico-1875-03-05	{"a2": "1594"}	{"lerrcp": "A2-1594"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Domenico", "family": "Taddel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FE", "c3": null, "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "notime": null, "date-ut": "1875-03-05 02:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Domenico", "family": "Taddel"}, "birth": {"place": {"c2": "FE", "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "date-ut": "1875-03-05 02:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1594"}, "ids-in-sources": {"a2": "1594"}}, "raw": {"H": "3", "MN": "10", "TZ": "-1", "COD": "FE", "COU": "I", "DAY": "5", "LAT": "44N42", "LON": "12E30", "MON": "3", "NUM": "1594", "PRO": "S", "SEC": "4", "YEA": "1875", "CITY": "FERRARA"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3682	tarozzi-giulio-1868-01-27	{"a2": "1596"}	{"lerrcp": "A2-1596"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giulio", "family": "Tarozzi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1868-01-27 04:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giulio", "family": "Tarozzi"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1868-01-27 04:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1596"}, "ids-in-sources": {"a2": "1596"}}, "raw": {"H": "5", "MN": "10", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "27", "LAT": "45N 0", "LON": "8E 0", "MON": "1", "NUM": "1596", "PRO": "S", "SEC": "4", "YEA": "1868", "CITY": "TORINO"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3683	tempestini-elio-1895-06-05	{"a2": "1597"}	{"lerrcp": "A2-1597"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elio", "family": "Tempestini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "notime": null, "date-ut": "1895-06-05 06:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Elio", "family": "Tempestini"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "date-ut": "1895-06-05 06:45"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1597"}, "ids-in-sources": {"a2": "1597"}}, "raw": {"H": "7", "MN": "45", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "5", "LAT": "38N 0", "LON": "15E30", "MON": "6", "NUM": "1597", "PRO": "S", "SEC": "0", "YEA": "1895", "CITY": "MESSINA"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3684	tomellini-luigi-1880-03-02	{"a2": "1598"}	{"lerrcp": "A2-1598"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Tomellini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.5, "lat": 43.7, "name": "PRATO", "geoid": 0}, "notime": null, "date-ut": "1880-03-02 05:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Tomellini"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.5, "lat": 43.7, "name": "PRATO", "geoid": 0}, "date-ut": "1880-03-02 05:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1598"}, "ids-in-sources": {"a2": "1598"}}, "raw": {"H": "6", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "2", "LAT": "43N42", "LON": "11E30", "MON": "3", "NUM": "1598", "PRO": "S", "SEC": "4", "YEA": "1880", "CITY": "PRATO"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3685	tricomi-ernesto-1859-03-13	{"a2": "1599"}	{"lerrcp": "A2-1599"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernesto", "family": "Tricomi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CL", "c3": null, "cy": "IT", "lg": 14, "lat": 37.5, "name": "CALTANISETTA", "geoid": 0}, "notime": null, "date-ut": "1859-03-13 16:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ernesto", "family": "Tricomi"}, "birth": {"place": {"c2": "CL", "cy": "IT", "lg": 14, "lat": 37.5, "name": "CALTANISETTA", "geoid": 0}, "date-ut": "1859-03-13 16:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1599"}, "ids-in-sources": {"a2": "1599"}}, "raw": {"H": "17", "MN": "4", "TZ": "-1", "COD": "CL", "COU": "I", "DAY": "13", "LAT": "37N30", "LON": "14E 0", "MON": "3", "NUM": "1599", "PRO": "S", "SEC": "0", "YEA": "1859", "CITY": "CALTANISETTA"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3686	trincas-mario-1899-11-27	{"a2": "1600"}	{"lerrcp": "A2-1600"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Trincas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VT", "c3": null, "cy": "IT", "lg": 12.10856, "lat": 42.41783, "name": "Viterbo", "geoid": 3164039}, "notime": null, "date-ut": "1899-11-27 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Trincas"}, "birth": {"place": {"c2": "VT", "cy": "IT", "lg": 12.10856, "lat": 42.41783, "name": "Viterbo", "geoid": 3164039}, "date-ut": "1899-11-27 09:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1600"}, "ids-in-sources": {"a2": "1600"}}, "raw": {"H": "10", "MN": "30", "TZ": "-1", "COD": "VT", "COU": "I", "DAY": "27", "LAT": "42N24", "LON": "12E 0", "MON": "11", "NUM": "1600", "PRO": "S", "SEC": "0", "YEA": "1899", "CITY": "VITERBO"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3687	truffi-mario-1872-04-04	{"a2": "1601"}	{"lerrcp": "A2-1601"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Truffi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 9.12235, "lat": 45.01006, "name": "Casteggio", "geoid": 3179745}, "notime": null, "date-ut": "1872-04-04 06:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Truffi"}, "birth": {"place": {"c2": "PV", "cy": "IT", "lg": 9.12235, "lat": 45.01006, "name": "Casteggio", "geoid": 3179745}, "date-ut": "1872-04-04 06:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1601"}, "ids-in-sources": {"a2": "1601"}}, "raw": {"H": "7", "MN": "10", "TZ": "-1", "COD": "PV", "COU": "I", "DAY": "4", "LAT": "45N12", "LON": "9E 0", "MON": "4", "NUM": "1601", "PRO": "S", "SEC": "4", "YEA": "1872", "CITY": "CASTEGGIO"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3688	turano-luigi-1899-07-26	{"a2": "1602"}	{"lerrcp": "A2-1602"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Turano", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CZ", "c3": null, "cy": "IT", "lg": 17.5, "lat": 39, "name": "CROTONE", "geoid": 0}, "notime": null, "date-ut": "1899-07-26 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Turano"}, "birth": {"place": {"c2": "CZ", "cy": "IT", "lg": 17.5, "lat": 39, "name": "CROTONE", "geoid": 0}, "date-ut": "1899-07-26 02:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1602"}, "ids-in-sources": {"a2": "1602"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "CZ", "COU": "I", "DAY": "26", "LAT": "39N 0", "LON": "17E30", "MON": "7", "NUM": "1602", "PRO": "S", "SEC": "0", "YEA": "1899", "CITY": "CROTONE"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3689	valagussa-francesco-1872-08-02	{"a2": "1603"}	{"lerrcp": "A2-1603"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Valagussa", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PT", "c3": null, "cy": "IT", "lg": 10.92361, "lat": 43.92125, "name": "Pistoia", "geoid": 3170621}, "notime": null, "date-ut": "1872-08-02 02:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Valagussa"}, "birth": {"place": {"c2": "PT", "cy": "IT", "lg": 10.92361, "lat": 43.92125, "name": "Pistoia", "geoid": 3170621}, "date-ut": "1872-08-02 02:25:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1603"}, "ids-in-sources": {"a2": "1603"}}, "raw": {"H": "3", "MN": "25", "TZ": "-1", "COD": "PT", "COU": "I", "DAY": "2", "LAT": "44N 0", "LON": "11E15", "MON": "8", "NUM": "1603", "PRO": "S", "SEC": "4", "YEA": "1872", "CITY": "PISTOIA"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3690	valenti-adriano-1874-11-05	{"a2": "1604"}	{"lerrcp": "A2-1604"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adriano", "family": "Valenti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "MONTECOMPATRI", "geoid": 0}, "notime": null, "date-ut": "1874-11-05 17:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Adriano", "family": "Valenti"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "MONTECOMPATRI", "geoid": 0}, "date-ut": "1874-11-05 17:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1604"}, "ids-in-sources": {"a2": "1604"}}, "raw": {"H": "18", "MN": "10", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "5", "LAT": "45N 0", "LON": "12E15", "MON": "11", "NUM": "1604", "PRO": "S", "SEC": "4", "YEA": "1874", "CITY": "MONTECOMPATRI"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3691	vatti-giuseppe-1891-03-12	{"a2": "1605"}	{"lerrcp": "A2-1605"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Vatti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "IT", "lg": 11.01663, "lat": 43.13113, "name": "Montieri", "geoid": 3172674}, "notime": null, "date-ut": "1891-03-12 18:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Vatti"}, "birth": {"place": {"c2": "GR", "cy": "IT", "lg": 11.01663, "lat": 43.13113, "name": "Montieri", "geoid": 3172674}, "date-ut": "1891-03-12 18:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1605"}, "ids-in-sources": {"a2": "1605"}}, "raw": {"H": "19", "MN": "10", "TZ": "-1", "COD": "GR", "COU": "I", "DAY": "12", "LAT": "42N42", "LON": "11E30", "MON": "3", "NUM": "1605", "PRO": "S", "SEC": "4", "YEA": "1891", "CITY": "MONTIERI"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3692	veratti-emilio-1872-03-24	{"a2": "1606"}	{"lerrcp": "A2-1606"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emilio", "family": "Veratti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "IT", "lg": 8.82193, "lat": 45.82908, "name": "Varese", "geoid": 3164699}, "notime": null, "date-ut": "1872-03-24 20:55:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emilio", "family": "Veratti"}, "birth": {"place": {"c2": "VA", "cy": "IT", "lg": 8.82193, "lat": 45.82908, "name": "Varese", "geoid": 3164699}, "date-ut": "1872-03-24 20:55:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1606"}, "ids-in-sources": {"a2": "1606"}}, "raw": {"H": "21", "MN": "55", "TZ": "-1", "COD": "VA", "COU": "I", "DAY": "24", "LAT": "45N48", "LON": "9E 0", "MON": "3", "NUM": "1606", "PRO": "S", "SEC": "4", "YEA": "1872", "CITY": "VARESE"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3693	vercesi-1887-12-16	{"a2": "1607"}	{"lerrcp": "A2-1607"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Vercesi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 9.31546, "lat": 45.03706, "name": "Montù Beccaria", "geoid": 3172632}, "notime": null, "date-ut": "1887-12-16 22:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "Vercesi"}, "birth": {"place": {"c2": "PV", "cy": "IT", "lg": 9.31546, "lat": 45.03706, "name": "Montù Beccaria", "geoid": 3172632}, "date-ut": "1887-12-16 22:40:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1607"}, "ids-in-sources": {"a2": "1607"}}, "raw": {"H": "23", "MN": "40", "TZ": "-1", "COD": "PV", "COU": "I", "DAY": "16", "LAT": "45N12", "LON": "9E 0", "MON": "12", "NUM": "1607", "PRO": "S", "SEC": "4", "YEA": "1887", "CITY": "MONTU BECCARIA"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3694	vestea-alfonso-1854-07-20	{"a2": "1608"}	{"lerrcp": "A2-1608"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfonso", "family": "Vestea", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PE", "c3": null, "cy": "IT", "lg": 13.9809, "lat": 42.42924, "name": "Loreto Aprutino", "geoid": 3174565}, "notime": null, "date-ut": "1854-07-20 07:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alfonso", "family": "Vestea"}, "birth": {"place": {"c2": "PE", "cy": "IT", "lg": 13.9809, "lat": 42.42924, "name": "Loreto Aprutino", "geoid": 3174565}, "date-ut": "1854-07-20 07:02"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1608"}, "ids-in-sources": {"a2": "1608"}}, "raw": {"H": "8", "MN": "2", "TZ": "-1", "COD": "PE", "COU": "I", "DAY": "20", "LAT": "42N24", "LON": "14E30", "MON": "7", "NUM": "1608", "PRO": "S", "SEC": "0", "YEA": "1854", "CITY": "LORETO APRUTINO"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3695	viale-gaetano-1889-05-01	{"a2": "1609"}	{"lerrcp": "A2-1609"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaetano", "family": "Viale", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "IT", "lg": 9.15674, "lat": 45.91238, "name": "Nesso", "geoid": 6534429}, "notime": null, "date-ut": "1889-05-01 06:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gaetano", "family": "Viale"}, "birth": {"place": {"c2": "CO", "cy": "IT", "lg": 9.15674, "lat": 45.91238, "name": "Nesso", "geoid": 6534429}, "date-ut": "1889-05-01 06:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1609"}, "ids-in-sources": {"a2": "1609"}}, "raw": {"H": "7", "MN": "10", "TZ": "-1", "COD": "CO", "COU": "I", "DAY": "1", "LAT": "45N48", "LON": "9E15", "MON": "5", "NUM": "1609", "PRO": "S", "SEC": "4", "YEA": "1889", "CITY": "NESSO"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3696	viana-odorico-1877-08-24	{"a2": "1610"}	{"lerrcp": "A2-1610"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Odorico", "family": "Viana", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.83861, "lat": 45.77528, "name": "Portogruaro", "geoid": 3170086}, "notime": null, "date-ut": "1877-08-24 20:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Odorico", "family": "Viana"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.83861, "lat": 45.77528, "name": "Portogruaro", "geoid": 3170086}, "date-ut": "1877-08-24 20:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1610"}, "ids-in-sources": {"a2": "1610"}}, "raw": {"H": "21", "MN": "10", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "24", "LAT": "45N30", "LON": "12E30", "MON": "8", "NUM": "1610", "PRO": "S", "SEC": "4", "YEA": "1877", "CITY": "PORTOGRUARO"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3697	vicarelli-giuseppe-1865-11-02	{"a2": "1611"}	{"lerrcp": "A2-1611"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Vicarelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 12.38878, "lat": 43.1122, "name": "Perugia", "geoid": 3171180}, "notime": null, "date-ut": "1865-11-02 03:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Vicarelli"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 12.38878, "lat": 43.1122, "name": "Perugia", "geoid": 3171180}, "date-ut": "1865-11-02 03:53"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1611"}, "ids-in-sources": {"a2": "1611"}}, "raw": {"H": "4", "MN": "53", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "2", "LAT": "43N 0", "LON": "13E 0", "MON": "11", "NUM": "1611", "PRO": "S", "SEC": "0", "YEA": "1865", "CITY": "PERUGIA"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3698	vidoni-giuseppe-1884-01-08	{"a2": "1612"}	{"lerrcp": "A2-1612"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Vidoni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.5, "lat": 46, "name": "SAN DANIELE DEL", "geoid": 0}, "notime": null, "date-ut": "1884-01-08 12:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Vidoni"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.5, "lat": 46, "name": "SAN DANIELE DEL", "geoid": 0}, "date-ut": "1884-01-08 12:40:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1612"}, "ids-in-sources": {"a2": "1612"}}, "raw": {"H": "13", "MN": "40", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "8", "LAT": "46N 0", "LON": "13E30", "MON": "1", "NUM": "1612", "PRO": "S", "SEC": "4", "YEA": "1884", "CITY": "SAN DANIELE DEL"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3699	vignolo-lutati-1873-07-12	{"a2": "1613"}	{"lerrcp": "A2-1613"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Vignolo-Lutati", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1873-07-12 14:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "Vignolo-Lutati"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1873-07-12 14:40:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1613"}, "ids-in-sources": {"a2": "1613"}}, "raw": {"H": "15", "MN": "40", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "12", "LAT": "43N42", "LON": "11E30", "MON": "7", "NUM": "1613", "PRO": "S", "SEC": "4", "YEA": "1873", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3700	viola-giacinto-1870-03-21	{"a2": "1614"}	{"lerrcp": "A2-1614"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giacinto", "family": "Viola", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 7.67322, "lat": 44.90694, "name": "Carignano", "geoid": 3180511}, "notime": null, "date-ut": "1870-03-21 05:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giacinto", "family": "Viola"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 7.67322, "lat": 44.90694, "name": "Carignano", "geoid": 3180511}, "date-ut": "1870-03-21 05:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1614"}, "ids-in-sources": {"a2": "1614"}}, "raw": {"H": "6", "MN": "10", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "21", "LAT": "45N 0", "LON": "8E 0", "MON": "3", "NUM": "1614", "PRO": "S", "SEC": "4", "YEA": "1870", "CITY": "CARIGNANO"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3701	visco-sabato-1888-04-09	{"a2": "1615"}	{"lerrcp": "A2-1615"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sabato", "family": "Visco", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SA", "c3": null, "cy": "IT", "lg": 15.05446, "lat": 40.3216, "name": "Torchiara", "geoid": 3165536}, "notime": null, "date-ut": "1888-04-09 09:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Sabato", "family": "Visco"}, "birth": {"place": {"c2": "SA", "cy": "IT", "lg": 15.05446, "lat": 40.3216, "name": "Torchiara", "geoid": 3165536}, "date-ut": "1888-04-09 09:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1615"}, "ids-in-sources": {"a2": "1615"}}, "raw": {"H": "10", "MN": "10", "TZ": "-1", "COD": "SA", "COU": "I", "DAY": "9", "LAT": "40N42", "LON": "15E15", "MON": "4", "NUM": "1615", "PRO": "S", "SEC": "4", "YEA": "1888", "CITY": "TORCHIARA"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3702	vitali-dioscoride-1832-03-25	{"a2": "1616"}	{"lerrcp": "A2-1616"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dioscoride", "family": "Vitali", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PC", "c3": null, "cy": "IT", "lg": 9.93077, "lat": 44.99377, "name": "Cortemaggiore", "geoid": 3177977}, "notime": null, "date-ut": "1832-03-25 23:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Dioscoride", "family": "Vitali"}, "birth": {"place": {"c2": "PC", "cy": "IT", "lg": 9.93077, "lat": 44.99377, "name": "Cortemaggiore", "geoid": 3177977}, "date-ut": "1832-03-25 23:51"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1616"}, "ids-in-sources": {"a2": "1616"}}, "raw": {"H": "0", "MN": "51", "TZ": "-1", "COD": "PC", "COU": "I", "DAY": "26", "LAT": "45N 0", "LON": "9E45", "MON": "3", "NUM": "1616", "PRO": "S", "SEC": "0", "YEA": "1832", "CITY": "CORTEMAGGIORE"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3703	zagari-giuseppe-1863-12-22	{"a2": "1617"}	{"lerrcp": "A2-1617"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Zagari", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RC", "c3": null, "cy": "IT", "lg": 15.71899, "lat": 38.25067, "name": "Scilla", "geoid": 2523187}, "notime": null, "date-ut": "1863-12-22 17:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Zagari"}, "birth": {"place": {"c2": "RC", "cy": "IT", "lg": 15.71899, "lat": 38.25067, "name": "Scilla", "geoid": 2523187}, "date-ut": "1863-12-22 17:58"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1617"}, "ids-in-sources": {"a2": "1617"}}, "raw": {"H": "18", "MN": "58", "TZ": "-1", "COD": "RC", "COU": "I", "DAY": "22", "LAT": "38N 6", "LON": "15E30", "MON": "12", "NUM": "1617", "PRO": "S", "SEC": "0", "YEA": "1863", "CITY": "SCILLA"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3704	zalla-mario-1883-03-26	{"a2": "1618"}	{"lerrcp": "A2-1618"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Zalla", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1883-03-26 09:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Zalla"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1883-03-26 09:40:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1618"}, "ids-in-sources": {"a2": "1618"}}, "raw": {"H": "10", "MN": "40", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "26", "LAT": "43N42", "LON": "11E30", "MON": "3", "NUM": "1618", "PRO": "S", "SEC": "4", "YEA": "1883", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3705	zannini-prospero-1880-02-01	{"a2": "1619"}	{"lerrcp": "A2-1619"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Prospero", "family": "Zannini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RE", "c3": null, "cy": "IT", "lg": 10.51229, "lat": 44.89657, "name": "Brescello", "geoid": 3181555}, "notime": null, "date-ut": "1880-02-01 19:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Prospero", "family": "Zannini"}, "birth": {"place": {"c2": "RE", "cy": "IT", "lg": 10.51229, "lat": 44.89657, "name": "Brescello", "geoid": 3181555}, "date-ut": "1880-02-01 19:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1619"}, "ids-in-sources": {"a2": "1619"}}, "raw": {"H": "20", "MN": "10", "TZ": "-1", "COD": "RE", "COU": "I", "DAY": "1", "LAT": "44N36", "LON": "10E45", "MON": "2", "NUM": "1619", "PRO": "S", "SEC": "4", "YEA": "1880", "CITY": "BRESCELLO"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3706	ziino-giuseppe-1841-03-17	{"a2": "1620"}	{"lerrcp": "A2-1620"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Ziino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 15.06278, "lat": 38.12576, "name": "Oliveri", "geoid": 2523972}, "notime": null, "date-ut": "1841-03-17 14:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Ziino"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 15.06278, "lat": 38.12576, "name": "Oliveri", "geoid": 2523972}, "date-ut": "1841-03-17 14:58"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1620"}, "ids-in-sources": {"a2": "1620"}}, "raw": {"H": "15", "MN": "58", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "17", "LAT": "38N 0", "LON": "15E30", "MON": "3", "NUM": "1620", "PRO": "S", "SEC": "0", "YEA": "1841", "CITY": "OLIVERI"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3707	zironi-amilcare-1886-02-24	{"a2": "1621"}	{"lerrcp": "A2-1621"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amilcare", "family": "Zironi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "notime": null, "date-ut": "1886-02-24 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Amilcare", "family": "Zironi"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "date-ut": "1886-02-24 10:10:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1621"}, "ids-in-sources": {"a2": "1621"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "24", "LAT": "44N36", "LON": "11E15", "MON": "2", "NUM": "1621", "PRO": "S", "SEC": "4", "YEA": "1886", "CITY": "MODENA"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3708	zoja-luigi-1866-11-25	{"a2": "1622"}	{"lerrcp": "A2-1622"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Zoja", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 9.16145, "lat": 45.18446, "name": "Pavia", "geoid": 3171366}, "notime": null, "date-ut": "1866-11-25 17:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Zoja"}, "birth": {"place": {"c2": "PV", "cy": "IT", "lg": 9.16145, "lat": 45.18446, "name": "Pavia", "geoid": 3171366}, "date-ut": "1866-11-25 17:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1622"}, "ids-in-sources": {"a2": "1622"}}, "raw": {"H": "18", "MN": "24", "TZ": "-1", "COD": "PV", "COU": "I", "DAY": "25", "LAT": "45N12", "LON": "9E 0", "MON": "11", "NUM": "1622", "PRO": "S", "SEC": "0", "YEA": "1866", "CITY": "PAVIA"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3709	abraham-karl-1877-05-03	{"a2": "1623"}	{"lerrcp": "A2-1623"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Abraham", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BREM", "c3": null, "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "notime": null, "date-ut": "1877-05-03 00:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Abraham"}, "birth": {"place": {"c2": "BREM", "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "date-ut": "1877-05-03 00:54:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1623"}, "ids-in-sources": {"a2": "1623"}}, "raw": {"H": "1", "MN": "54", "TZ": "-1", "COD": "BREM", "COU": "G", "DAY": "3", "LAT": "53N 5", "LON": "8E50", "MON": "5", "NUM": "1623", "PRO": "S", "SEC": "40", "YEA": "1877", "CITY": "BREMEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3710	ackerknecht-eberhard-1883-06-11	{"a2": "1624"}	{"lerrcp": "A2-1624"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eberhard", "family": "Ackerknecht", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "BAIERSBRONN BEI", "geoid": 0}, "notime": null, "date-ut": "1883-06-11 05:23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eberhard", "family": "Ackerknecht"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "BAIERSBRONN BEI", "geoid": 0}, "date-ut": "1883-06-11 05:23:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1624"}, "ids-in-sources": {"a2": "1624"}}, "raw": {"H": "6", "MN": "23", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "11", "LAT": "48N45", "LON": "9E13", "MON": "6", "NUM": "1624", "PRO": "S", "SEC": "8", "YEA": "1883", "CITY": "BAIERSBRONN BEI"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3711	adler-leo-1886-01-20	{"a2": "1625"}	{"lerrcp": "A2-1625"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leo", "family": "Adler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BOCHUM", "geoid": 0}, "notime": null, "date-ut": "1886-01-20 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Leo", "family": "Adler"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BOCHUM", "geoid": 0}, "date-ut": "1886-01-20 07:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1625"}, "ids-in-sources": {"a2": "1625"}}, "raw": {"H": "8", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "20", "LAT": "51N30", "LON": "7E30", "MON": "1", "NUM": "1625", "PRO": "S", "SEC": "0", "YEA": "1886", "CITY": "BOCHUM"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3712	adrion-walter-1891-01-07	{"a2": "1626"}	{"lerrcp": "A2-1626"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Adrion", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADEN", "c3": null, "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "OFFENBURG", "geoid": 0}, "notime": null, "date-ut": "1891-01-07 19:57:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Adrion"}, "birth": {"place": {"c2": "BADEN", "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "OFFENBURG", "geoid": 0}, "date-ut": "1891-01-07 19:57:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1626"}, "ids-in-sources": {"a2": "1626"}}, "raw": {"H": "20", "MN": "57", "TZ": "-1", "COD": "BADEN", "COU": "G", "DAY": "7", "LAT": "48N46", "LON": "8E14", "MON": "1", "NUM": "1626", "PRO": "S", "SEC": "4", "YEA": "1891", "CITY": "OFFENBURG"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3713	albrecht-hans-1878-06-14	{"a2": "1627"}	{"lerrcp": "A2-1627"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Albrecht", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "SONTHOFEN ALLGA", "geoid": 0}, "notime": null, "date-ut": "1878-06-14 13:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Albrecht"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "SONTHOFEN ALLGA", "geoid": 0}, "date-ut": "1878-06-14 13:14"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1627"}, "ids-in-sources": {"a2": "1627"}}, "raw": {"H": "14", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "14", "LAT": "49N 0", "LON": "11E30", "MON": "6", "NUM": "1627", "PRO": "S", "SEC": "0", "YEA": "1878", "CITY": "SONTHOFEN ALLGA"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3714	albrecht-walther-1881-07-18	{"a2": "1628"}	{"lerrcp": "A2-1628"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walther", "family": "Albrecht", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "ULM", "geoid": 0}, "notime": null, "date-ut": "1881-07-18 01:53:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Walther", "family": "Albrecht"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "ULM", "geoid": 0}, "date-ut": "1881-07-18 01:53:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1628"}, "ids-in-sources": {"a2": "1628"}}, "raw": {"H": "2", "MN": "53", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "18", "LAT": "48N45", "LON": "9E13", "MON": "7", "NUM": "1628", "PRO": "S", "SEC": "8", "YEA": "1881", "CITY": "ULM"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3715	alt-adolf-1851-08-13	{"a2": "1629"}	{"lerrcp": "A2-1629"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolf", "family": "Alt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADEN", "c3": null, "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "MANNHEIM", "geoid": 0}, "notime": null, "date-ut": "1851-08-13 06:42:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Adolf", "family": "Alt"}, "birth": {"place": {"c2": "BADEN", "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "MANNHEIM", "geoid": 0}, "date-ut": "1851-08-13 06:42:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1629"}, "ids-in-sources": {"a2": "1629"}}, "raw": {"H": "7", "MN": "42", "TZ": "-1", "COD": "BADEN", "COU": "G", "DAY": "13", "LAT": "48N46", "LON": "8E14", "MON": "8", "NUM": "1629", "PRO": "S", "SEC": "4", "YEA": "1851", "CITY": "MANNHEIM"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3716	alt-konrad-1861-04-08	{"a2": "1630"}	{"lerrcp": "A2-1630"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Konrad", "family": "Alt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "KIRF A MOSEL", "geoid": 0}, "notime": null, "date-ut": "1861-04-08 11:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Konrad", "family": "Alt"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "KIRF A MOSEL", "geoid": 0}, "date-ut": "1861-04-08 11:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1630"}, "ids-in-sources": {"a2": "1630"}}, "raw": {"H": "12", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "8", "LAT": "50N 0", "LON": "7E 0", "MON": "4", "NUM": "1630", "PRO": "S", "SEC": "0", "YEA": "1861", "CITY": "KIRF A MOSEL"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3717	alwens-walter-1880-06-24	{"a2": "1631"}	{"lerrcp": "A2-1631"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Alwens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "STUTTGART", "geoid": 0}, "notime": null, "date-ut": "1880-06-24 08:53:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Alwens"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "STUTTGART", "geoid": 0}, "date-ut": "1880-06-24 08:53:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1631"}, "ids-in-sources": {"a2": "1631"}}, "raw": {"H": "9", "MN": "53", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "24", "LAT": "48N45", "LON": "9E13", "MON": "6", "NUM": "1631", "PRO": "S", "SEC": "8", "YEA": "1880", "CITY": "STUTTGART"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3718	alzheimer-alois-1864-06-14	{"a2": "1632"}	{"lerrcp": "A2-1632"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alois", "family": "Alzheimer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MARKTBREIT", "geoid": 0}, "notime": null, "date-ut": "1864-06-14 03:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alois", "family": "Alzheimer"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MARKTBREIT", "geoid": 0}, "date-ut": "1864-06-14 03:14"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1632"}, "ids-in-sources": {"a2": "1632"}}, "raw": {"H": "4", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "14", "LAT": "49N 0", "LON": "11E30", "MON": "6", "NUM": "1632", "PRO": "S", "SEC": "0", "YEA": "1864", "CITY": "MARKTBREIT"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3719	amersbach-karl-1884-10-05	{"a2": "1633"}	{"lerrcp": "A2-1633"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Amersbach", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADEN", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "KONSTANZ IN BAD", "geoid": 0}, "notime": null, "date-ut": "1884-10-05 23:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Amersbach"}, "birth": {"place": {"c2": "BADEN", "cy": "DE", "lg": 9, "lat": 48.5, "name": "KONSTANZ IN BAD", "geoid": 0}, "date-ut": "1884-10-05 23:54"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1633"}, "ids-in-sources": {"a2": "1633"}}, "raw": {"H": "0", "MN": "54", "TZ": "-1", "COD": "BADEN", "COU": "G", "DAY": "6", "LAT": "48N30", "LON": "9E 0", "MON": "10", "NUM": "1633", "PRO": "S", "SEC": "0", "YEA": "1884", "CITY": "KONSTANZ IN BAD"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3720	arnoldi-walter-1881-10-14	{"a2": "1634"}	{"lerrcp": "A2-1634"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Arnoldi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "notime": null, "date-ut": "1881-10-14 14:17"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Arnoldi"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "date-ut": "1881-10-14 14:17"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1634"}, "ids-in-sources": {"a2": "1634"}}, "raw": {"H": "15", "MN": "17", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "14", "LAT": "50N 0", "LON": "7E 0", "MON": "10", "NUM": "1634", "PRO": "S", "SEC": "0", "YEA": "1881", "CITY": "MAINZ"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3721	aschaffenburg-gustav-1866-05-23	{"a2": "1635"}	{"lerrcp": "A2-1635"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustav", "family": "Aschaffenburg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PFALZ", "c3": null, "cy": "DE", "lg": 8, "lat": 49.33333, "name": "ZWEIBRUCKEN", "geoid": 0}, "notime": null, "date-ut": "1866-05-23 06:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gustav", "family": "Aschaffenburg"}, "birth": {"place": {"c2": "PFALZ", "cy": "DE", "lg": 8, "lat": 49.33333, "name": "ZWEIBRUCKEN", "geoid": 0}, "date-ut": "1866-05-23 06:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1635"}, "ids-in-sources": {"a2": "1635"}}, "raw": {"H": "7", "MN": "28", "TZ": "-1", "COD": "PFALZ", "COU": "G", "DAY": "23", "LAT": "49N20", "LON": "8E 0", "MON": "5", "NUM": "1635", "PRO": "S", "SEC": "0", "YEA": "1866", "CITY": "ZWEIBRUCKEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3722	auerbach-leopold-1857-06-18	{"a2": "1636"}	{"lerrcp": "A2-1636"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leopold", "family": "Auerbach", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1857-06-18 16:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Leopold", "family": "Auerbach"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1857-06-18 16:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1636"}, "ids-in-sources": {"a2": "1636"}}, "raw": {"H": "17", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "18", "LAT": "50N30", "LON": "9E15", "MON": "6", "NUM": "1636", "PRO": "S", "SEC": "0", "YEA": "1857", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3723	bach-ludwi-1865-12-31	{"a2": "1637"}	{"lerrcp": "A2-1637"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludwi", "family": "Bach", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "FRANKENWEILER", "geoid": 0}, "notime": null, "date-ut": "1865-12-31 00:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ludwi", "family": "Bach"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "FRANKENWEILER", "geoid": 0}, "date-ut": "1865-12-31 00:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1637"}, "ids-in-sources": {"a2": "1637"}}, "raw": {"H": "1", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "31", "LAT": "50N 0", "LON": "7E 0", "MON": "12", "NUM": "1637", "PRO": "S", "SEC": "0", "YEA": "1865", "CITY": "FRANKENWEILER"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3724	bachem-carl-1880-01-26	{"a2": "1638"}	{"lerrcp": "A2-1638"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carl", "family": "Bachem", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WEILERSWIST BEZ", "geoid": 0}, "notime": null, "date-ut": "1880-01-26 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Carl", "family": "Bachem"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WEILERSWIST BEZ", "geoid": 0}, "date-ut": "1880-01-26 06:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1638"}, "ids-in-sources": {"a2": "1638"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "26", "LAT": "51N30", "LON": "7E30", "MON": "1", "NUM": "1638", "PRO": "S", "SEC": "0", "YEA": "1880", "CITY": "WEILERSWIST BEZ"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3725	baermann-gustav-1877-02-07	{"a2": "1639"}	{"lerrcp": "A2-1639"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustav", "family": "Baermann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1877-02-07 14:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gustav", "family": "Baermann"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1877-02-07 14:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1639"}, "ids-in-sources": {"a2": "1639"}}, "raw": {"H": "15", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "7", "LAT": "49N 0", "LON": "11E30", "MON": "2", "NUM": "1639", "PRO": "S", "SEC": "0", "YEA": "1877", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3726	baetzner-wilhelm-1878-09-09	{"a2": "1640"}	{"lerrcp": "A2-1640"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Baetzner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "T-ACH", "c3": null, "cy": "DE", "lg": 9.23333, "lat": 48.93333, "name": "PLEIDELSHEIM", "geoid": 0}, "notime": null, "date-ut": "1878-09-09 16:23:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Baetzner"}, "birth": {"place": {"c2": "T-ACH", "cy": "DE", "lg": 9.23333, "lat": 48.93333, "name": "PLEIDELSHEIM", "geoid": 0}, "date-ut": "1878-09-09 16:23:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1640"}, "ids-in-sources": {"a2": "1640"}}, "raw": {"H": "17", "MN": "23", "TZ": "-1", "COD": "T-ACH", "COU": "G", "DAY": "9", "LAT": "48N56", "LON": "9E14", "MON": "9", "NUM": "1640", "PRO": "S", "SEC": "4", "YEA": "1878", "CITY": "PLEIDELSHEIM"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3727	baisch-karl-1869-01-28	{"a2": "1641"}	{"lerrcp": "A2-1641"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Baisch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "GAILDORF", "geoid": 0}, "notime": null, "date-ut": "1869-01-28 16:53:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Baisch"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "GAILDORF", "geoid": 0}, "date-ut": "1869-01-28 16:53:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1641"}, "ids-in-sources": {"a2": "1641"}}, "raw": {"H": "17", "MN": "53", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "28", "LAT": "48N45", "LON": "9E13", "MON": "1", "NUM": "1641", "PRO": "S", "SEC": "8", "YEA": "1869", "CITY": "GAILDORF"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3728	bardenheuer-bernhard-1839-07-12	{"a2": "1642"}	{"lerrcp": "A2-1642"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernhard", "family": "Bardenheuer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "LAMERSDORF", "geoid": 0}, "notime": null, "date-ut": "1839-07-12 11:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Bernhard", "family": "Bardenheuer"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "LAMERSDORF", "geoid": 0}, "date-ut": "1839-07-12 11:02"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1642"}, "ids-in-sources": {"a2": "1642"}}, "raw": {"H": "12", "MN": "2", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "12", "LAT": "50N 0", "LON": "7E 0", "MON": "7", "NUM": "1642", "PRO": "S", "SEC": "0", "YEA": "1839", "CITY": "LAMERSDORF"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3729	barfurth-dietrich-1849-01-25	{"a2": "1643"}	{"lerrcp": "A2-1643"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dietrich", "family": "Barfurth", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHEIN", "c3": null, "cy": "DE", "lg": 6.08333, "lat": 50.78333, "name": "DINSLAKEN", "geoid": 0}, "notime": null, "date-ut": "1849-01-25 18:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Dietrich", "family": "Barfurth"}, "birth": {"place": {"c2": "RHEIN", "cy": "DE", "lg": 6.08333, "lat": 50.78333, "name": "DINSLAKEN", "geoid": 0}, "date-ut": "1849-01-25 18:35:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1643"}, "ids-in-sources": {"a2": "1643"}}, "raw": {"H": "19", "MN": "35", "TZ": "-1", "COD": "RHEIN", "COU": "G", "DAY": "25", "LAT": "50N47", "LON": "6E 5", "MON": "1", "NUM": "1643", "PRO": "S", "SEC": "40", "YEA": "1849", "CITY": "DINSLAKEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3730	barrenscheen-hermann-1887-11-18	{"a2": "1644"}	{"lerrcp": "A2-1644"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Barrenscheen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "STUTTGART", "geoid": 0}, "notime": null, "date-ut": "1887-11-18 23:53:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Barrenscheen"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "STUTTGART", "geoid": 0}, "date-ut": "1887-11-18 23:53:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1644"}, "ids-in-sources": {"a2": "1644"}}, "raw": {"H": "0", "MN": "53", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "19", "LAT": "48N45", "LON": "9E13", "MON": "11", "NUM": "1644", "PRO": "S", "SEC": "8", "YEA": "1887", "CITY": "STUTTGART"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3731	basler-adolf-1878-05-13	{"a2": "1645"}	{"lerrcp": "A2-1645"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolf", "family": "Basler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADEN", "c3": null, "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "OFFENBURG", "geoid": 0}, "notime": null, "date-ut": "1878-05-13 00:57:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Adolf", "family": "Basler"}, "birth": {"place": {"c2": "BADEN", "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "OFFENBURG", "geoid": 0}, "date-ut": "1878-05-13 00:57:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1645"}, "ids-in-sources": {"a2": "1645"}}, "raw": {"H": "1", "MN": "57", "TZ": "-1", "COD": "BADEN", "COU": "G", "DAY": "13", "LAT": "48N46", "LON": "8E14", "MON": "5", "NUM": "1645", "PRO": "S", "SEC": "4", "YEA": "1878", "CITY": "OFFENBURG"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3733	bauer-ernst-1848-08-26	{"a2": "1647"}	{"lerrcp": "A2-1647"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Bauer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HERBORN NASSAU", "geoid": 0}, "notime": null, "date-ut": "1848-08-26 09:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Bauer"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HERBORN NASSAU", "geoid": 0}, "date-ut": "1848-08-26 09:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1647"}, "ids-in-sources": {"a2": "1647"}}, "raw": {"H": "10", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "26", "LAT": "50N30", "LON": "9E15", "MON": "8", "NUM": "1647", "PRO": "S", "SEC": "0", "YEA": "1848", "CITY": "HERBORN NASSAU"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3734	bauer-heinrich-1890-09-26	{"a2": "1648"}	{"lerrcp": "A2-1648"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Bauer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "SCHWARZDORF", "geoid": 0}, "notime": null, "date-ut": "1890-09-26 08:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Bauer"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "SCHWARZDORF", "geoid": 0}, "date-ut": "1890-09-26 08:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1648"}, "ids-in-sources": {"a2": "1648"}}, "raw": {"H": "9", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "26", "LAT": "49N 0", "LON": "11E30", "MON": "9", "NUM": "1648", "PRO": "S", "SEC": "0", "YEA": "1890", "CITY": "SCHWARZDORF"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3735	bauer-julius-1879-11-29	{"a2": "1649"}	{"lerrcp": "A2-1649"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julius", "family": "Bauer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1879-11-29 21:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Julius", "family": "Bauer"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1879-11-29 21:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1649"}, "ids-in-sources": {"a2": "1649"}}, "raw": {"H": "22", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "29", "LAT": "50N30", "LON": "9E15", "MON": "11", "NUM": "1649", "PRO": "S", "SEC": "0", "YEA": "1879", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3736	baur-erwin-1875-04-16	{"a2": "1650"}	{"lerrcp": "A2-1650"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erwin", "family": "Baur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADEN", "c3": null, "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "ICHENHEIM", "geoid": 0}, "notime": null, "date-ut": "1875-04-16 05:57:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Erwin", "family": "Baur"}, "birth": {"place": {"c2": "BADEN", "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "ICHENHEIM", "geoid": 0}, "date-ut": "1875-04-16 05:57:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1650"}, "ids-in-sources": {"a2": "1650"}}, "raw": {"H": "6", "MN": "57", "TZ": "-1", "COD": "BADEN", "COU": "G", "DAY": "16", "LAT": "48N46", "LON": "8E14", "MON": "4", "NUM": "1650", "PRO": "S", "SEC": "4", "YEA": "1875", "CITY": "ICHENHEIM"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3737	baur-max-1893-02-15	{"a2": "1651"}	{"lerrcp": "A2-1651"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Baur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADEN", "c3": null, "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "WYHL", "geoid": 0}, "notime": null, "date-ut": "1893-02-15 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Max", "family": "Baur"}, "birth": {"place": {"c2": "BADEN", "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "WYHL", "geoid": 0}, "date-ut": "1893-02-15 00:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1651"}, "ids-in-sources": {"a2": "1651"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "BADEN", "COU": "G", "DAY": "15", "LAT": "48N46", "LON": "8E14", "MON": "2", "NUM": "1651", "PRO": "S", "SEC": "0", "YEA": "1893", "CITY": "WYHL"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3738	bechhold-heinrich-1866-11-13	{"a2": "1652"}	{"lerrcp": "A2-1652"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Bechhold", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1866-11-13 12:38"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Bechhold"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1866-11-13 12:38"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1652"}, "ids-in-sources": {"a2": "1652"}}, "raw": {"H": "13", "MN": "38", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "13", "LAT": "50N30", "LON": "9E15", "MON": "11", "NUM": "1652", "PRO": "S", "SEC": "0", "YEA": "1866", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3739	beck-carl-1856-04-04	{"a2": "1653"}	{"lerrcp": "A2-1653"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carl", "family": "Beck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "NECKARGMUND", "geoid": 0}, "notime": null, "date-ut": "1856-04-04 01:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Carl", "family": "Beck"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "NECKARGMUND", "geoid": 0}, "date-ut": "1856-04-04 01:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1653"}, "ids-in-sources": {"a2": "1653"}}, "raw": {"H": "2", "MN": "24", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "4", "LAT": "48N30", "LON": "9E 0", "MON": "4", "NUM": "1653", "PRO": "S", "SEC": "0", "YEA": "1856", "CITY": "NECKARGMUND"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3740	beck-karl-1880-03-04	{"a2": "1654"}	{"lerrcp": "A2-1654"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Beck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADEN", "c3": null, "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "BONNDORF", "geoid": 0}, "notime": null, "date-ut": "1880-03-04 22:57:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Beck"}, "birth": {"place": {"c2": "BADEN", "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "BONNDORF", "geoid": 0}, "date-ut": "1880-03-04 22:57:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1654"}, "ids-in-sources": {"a2": "1654"}}, "raw": {"H": "23", "MN": "57", "TZ": "-1", "COD": "BADEN", "COU": "G", "DAY": "4", "LAT": "48N46", "LON": "8E14", "MON": "3", "NUM": "1654", "PRO": "S", "SEC": "4", "YEA": "1880", "CITY": "BONNDORF"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3741	beckmann-kurt-1891-01-25	{"a2": "1655"}	{"lerrcp": "A2-1655"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kurt", "family": "Beckmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "STUTTGART", "geoid": 0}, "notime": null, "date-ut": "1891-01-25 09:53:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Kurt", "family": "Beckmann"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "STUTTGART", "geoid": 0}, "date-ut": "1891-01-25 09:53:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1655"}, "ids-in-sources": {"a2": "1655"}}, "raw": {"H": "10", "MN": "53", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "25", "LAT": "48N45", "LON": "9E13", "MON": "1", "NUM": "1655", "PRO": "S", "SEC": "8", "YEA": "1891", "CITY": "STUTTGART"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3742	beely-florian-1846-01-24	{"a2": "1656"}	{"lerrcp": "A2-1656"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Florian", "family": "Beely", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "KOLN", "geoid": 0}, "notime": null, "date-ut": "1846-01-24 03:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Florian", "family": "Beely"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "KOLN", "geoid": 0}, "date-ut": "1846-01-24 03:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1656"}, "ids-in-sources": {"a2": "1656"}}, "raw": {"H": "4", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "24", "LAT": "50N 0", "LON": "7E 0", "MON": "1", "NUM": "1656", "PRO": "S", "SEC": "0", "YEA": "1846", "CITY": "KOLN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3743	beitzke-hermann-1875-06-21	{"a2": "1657"}	{"lerrcp": "A2-1657"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Beitzke", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "TECKLENBURG", "geoid": 0}, "notime": null, "date-ut": "1875-06-21 17:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Beitzke"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "TECKLENBURG", "geoid": 0}, "date-ut": "1875-06-21 17:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1657"}, "ids-in-sources": {"a2": "1657"}}, "raw": {"H": "18", "MN": "30", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "21", "LAT": "51N50", "LON": "7E30", "MON": "6", "NUM": "1657", "PRO": "S", "SEC": "0", "YEA": "1875", "CITY": "TECKLENBURG"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3744	berberich-joseph-1897-05-20	{"a2": "1658"}	{"lerrcp": "A2-1658"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Berberich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "GROSSKROTZENBUR", "geoid": 0}, "notime": null, "date-ut": "1897-05-20 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Berberich"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "GROSSKROTZENBUR", "geoid": 0}, "date-ut": "1897-05-20 03:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1658"}, "ids-in-sources": {"a2": "1658"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "20", "LAT": "50N30", "LON": "9E15", "MON": "5", "NUM": "1658", "PRO": "S", "SEC": "0", "YEA": "1897", "CITY": "GROSSKROTZENBUR"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3745	berblinger-walther-1882-07-13	{"a2": "1659"}	{"lerrcp": "A2-1659"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walther", "family": "Berblinger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADEN", "c3": null, "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "KARLSRUHE", "geoid": 0}, "notime": null, "date-ut": "1882-07-13 21:57:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Walther", "family": "Berblinger"}, "birth": {"place": {"c2": "BADEN", "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "KARLSRUHE", "geoid": 0}, "date-ut": "1882-07-13 21:57:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1659"}, "ids-in-sources": {"a2": "1659"}}, "raw": {"H": "22", "MN": "57", "TZ": "-1", "COD": "BADEN", "COU": "G", "DAY": "13", "LAT": "48N46", "LON": "8E14", "MON": "7", "NUM": "1659", "PRO": "S", "SEC": "4", "YEA": "1882", "CITY": "KARLSRUHE"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3746	berg-hans-1889-11-19	{"a2": "1660"}	{"lerrcp": "A2-1660"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Berg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "ITZEHOE", "geoid": 0}, "notime": null, "date-ut": "1889-11-19 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Berg"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "ITZEHOE", "geoid": 0}, "date-ut": "1889-11-19 00:51"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1660"}, "ids-in-sources": {"a2": "1660"}}, "raw": {"H": "1", "MN": "51", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "19", "LAT": "54N30", "LON": "9E45", "MON": "11", "NUM": "1660", "PRO": "S", "SEC": "0", "YEA": "1889", "CITY": "ITZEHOE"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3747	beumer-hans-1884-05-28	{"a2": "1661"}	{"lerrcp": "A2-1661"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Beumer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WITTEN A RUHR", "geoid": 0}, "notime": null, "date-ut": "1884-05-28 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Beumer"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WITTEN A RUHR", "geoid": 0}, "date-ut": "1884-05-28 16:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1661"}, "ids-in-sources": {"a2": "1661"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "28", "LAT": "51N30", "LON": "7E30", "MON": "5", "NUM": "1661", "PRO": "S", "SEC": "0", "YEA": "1884", "CITY": "WITTEN A RUHR"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3748	biedert-philipp-1847-11-25	{"a2": "1662"}	{"lerrcp": "A2-1662"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philipp", "family": "Biedert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "NIEDERFLORSHEIM", "geoid": 0}, "notime": null, "date-ut": "1847-11-25 07:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Philipp", "family": "Biedert"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "NIEDERFLORSHEIM", "geoid": 0}, "date-ut": "1847-11-25 07:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1662"}, "ids-in-sources": {"a2": "1662"}}, "raw": {"H": "8", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "25", "LAT": "50N 0", "LON": "7E 0", "MON": "11", "NUM": "1662", "PRO": "S", "SEC": "0", "YEA": "1847", "CITY": "NIEDERFLORSHEIM"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3749	bieling-richard-1888-09-03	{"a2": "1663"}	{"lerrcp": "A2-1663"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Bieling", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "GANALGESHEIM", "geoid": 0}, "notime": null, "date-ut": "1888-09-03 05:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Bieling"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "GANALGESHEIM", "geoid": 0}, "date-ut": "1888-09-03 05:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1663"}, "ids-in-sources": {"a2": "1663"}}, "raw": {"H": "6", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "3", "LAT": "50N 0", "LON": "7E 0", "MON": "9", "NUM": "1663", "PRO": "S", "SEC": "0", "YEA": "1888", "CITY": "GANALGESHEIM"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3751	bingold-konrad-1886-07-27	{"a2": "1665"}	{"lerrcp": "A2-1665"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Konrad", "family": "Bingold", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "notime": null, "date-ut": "1886-07-27 21:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Konrad", "family": "Bingold"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "date-ut": "1886-07-27 21:14"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1665"}, "ids-in-sources": {"a2": "1665"}}, "raw": {"H": "22", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "27", "LAT": "49N 0", "LON": "11E30", "MON": "7", "NUM": "1665", "PRO": "S", "SEC": "0", "YEA": "1886", "CITY": "NURNBERG"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3752	birnbaum-geor-1890-05-21	{"a2": "1666"}	{"lerrcp": "A2-1666"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Geor", "family": "Birnbaum", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ANSBACH", "geoid": 0}, "notime": null, "date-ut": "1890-05-21 06:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Geor", "family": "Birnbaum"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ANSBACH", "geoid": 0}, "date-ut": "1890-05-21 06:14"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1666"}, "ids-in-sources": {"a2": "1666"}}, "raw": {"H": "7", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "21", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "1666", "PRO": "S", "SEC": "0", "YEA": "1890", "CITY": "ANSBACH"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3753	bitter-ludwi-1882-02-06	{"a2": "1667"}	{"lerrcp": "A2-1667"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludwi", "family": "Bitter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "OSNABRUCK", "geoid": 0}, "notime": null, "date-ut": "1882-02-06 03:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ludwi", "family": "Bitter"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "OSNABRUCK", "geoid": 0}, "date-ut": "1882-02-06 03:35"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1667"}, "ids-in-sources": {"a2": "1667"}}, "raw": {"H": "4", "MN": "35", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "6", "LAT": "52N 0", "LON": "10E 0", "MON": "2", "NUM": "1667", "PRO": "S", "SEC": "0", "YEA": "1882", "CITY": "OSNABRUCK"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3754	bloch-emil-1847-12-11	{"a2": "1668"}	{"lerrcp": "A2-1668"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emil", "family": "Bloch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADEN", "c3": null, "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "EMMENDINGEN", "geoid": 0}, "notime": null, "date-ut": "1847-12-11 07:27:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emil", "family": "Bloch"}, "birth": {"place": {"c2": "BADEN", "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "EMMENDINGEN", "geoid": 0}, "date-ut": "1847-12-11 07:27:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1668"}, "ids-in-sources": {"a2": "1668"}}, "raw": {"H": "8", "MN": "27", "TZ": "-1", "COD": "BADEN", "COU": "G", "DAY": "11", "LAT": "48N46", "LON": "8E14", "MON": "12", "NUM": "1668", "PRO": "S", "SEC": "4", "YEA": "1847", "CITY": "EMMENDINGEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3755	bluntschli-hans-1877-02-19	{"a2": "1669"}	{"lerrcp": "A2-1669"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Bluntschli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1877-02-19 20:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Bluntschli"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1877-02-19 20:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1669"}, "ids-in-sources": {"a2": "1669"}}, "raw": {"H": "21", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "19", "LAT": "50N30", "LON": "9E15", "MON": "2", "NUM": "1669", "PRO": "S", "SEC": "0", "YEA": "1877", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3756	bockenheimer-philipp-1875-05-26	{"a2": "1670"}	{"lerrcp": "A2-1670"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philipp", "family": "Bockenheimer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1875-05-26 02:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Philipp", "family": "Bockenheimer"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1875-05-26 02:53"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1670"}, "ids-in-sources": {"a2": "1670"}}, "raw": {"H": "3", "MN": "53", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "26", "LAT": "50N30", "LON": "9E15", "MON": "5", "NUM": "1670", "PRO": "S", "SEC": "0", "YEA": "1875", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3757	boecker-eduard-1886-01-05	{"a2": "1671"}	{"lerrcp": "A2-1671"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eduard", "family": "Boecker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "HOHENLIMBURG", "geoid": 0}, "notime": null, "date-ut": "1886-01-05 02:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eduard", "family": "Boecker"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "HOHENLIMBURG", "geoid": 0}, "date-ut": "1886-01-05 02:15"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1671"}, "ids-in-sources": {"a2": "1671"}}, "raw": {"H": "3", "MN": "15", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "5", "LAT": "51N50", "LON": "7E30", "MON": "1", "NUM": "1671", "PRO": "S", "SEC": "0", "YEA": "1886", "CITY": "HOHENLIMBURG"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3758	boehm-rudolf-1844-05-19	{"a2": "1672"}	{"lerrcp": "A2-1672"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rudolf", "family": "Boehm", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NORDLINGEN", "geoid": 0}, "notime": null, "date-ut": "1844-05-19 01:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Rudolf", "family": "Boehm"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NORDLINGEN", "geoid": 0}, "date-ut": "1844-05-19 01:29"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1672"}, "ids-in-sources": {"a2": "1672"}}, "raw": {"H": "2", "MN": "29", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "19", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "1672", "PRO": "S", "SEC": "0", "YEA": "1844", "CITY": "NORDLINGEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3759	boeminghaus-hans-1893-04-04	{"a2": "1673"}	{"lerrcp": "A2-1673"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Boeminghaus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-WES", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUISBURG", "geoid": 0}, "notime": null, "date-ut": "1893-04-04 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Boeminghaus"}, "birth": {"place": {"c2": "NRH-WES", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUISBURG", "geoid": 0}, "date-ut": "1893-04-04 03:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1673"}, "ids-in-sources": {"a2": "1673"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "NRH-WES", "COU": "G", "DAY": "4", "LAT": "51N30", "LON": "7E30", "MON": "4", "NUM": "1673", "PRO": "S", "SEC": "0", "YEA": "1893", "CITY": "DUISBURG"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3760	bogendorfer-ludwig-1892-01-22	{"a2": "1674"}	{"lerrcp": "A2-1674"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludwig", "family": "Bogendorfer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ASCHAFFENBURG", "geoid": 0}, "notime": null, "date-ut": "1892-01-22 21:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ludwig", "family": "Bogendorfer"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ASCHAFFENBURG", "geoid": 0}, "date-ut": "1892-01-22 21:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1674"}, "ids-in-sources": {"a2": "1674"}}, "raw": {"H": "22", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "22", "LAT": "49N 0", "LON": "11E30", "MON": "1", "NUM": "1674", "PRO": "S", "SEC": "0", "YEA": "1892", "CITY": "ASCHAFFENBURG"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3761	bondi-samuel-1878-06-29	{"a2": "1675"}	{"lerrcp": "A2-1675"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Samuel", "family": "Bondi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "notime": null, "date-ut": "1878-06-29 04:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Samuel", "family": "Bondi"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "date-ut": "1878-06-29 04:02"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1675"}, "ids-in-sources": {"a2": "1675"}}, "raw": {"H": "5", "MN": "2", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "29", "LAT": "50N 0", "LON": "7E 0", "MON": "6", "NUM": "1675", "PRO": "S", "SEC": "0", "YEA": "1878", "CITY": "MAINZ"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3762	borrmann-robert-1870-02-27	{"a2": "1676"}	{"lerrcp": "A2-1676"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Borrmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "notime": null, "date-ut": "1870-02-27 00:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Borrmann"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "date-ut": "1870-02-27 00:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1676"}, "ids-in-sources": {"a2": "1676"}}, "raw": {"H": "1", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "27", "LAT": "52N 0", "LON": "10E 0", "MON": "2", "NUM": "1676", "PRO": "S", "SEC": "0", "YEA": "1870", "CITY": "BRAUNSCHWEIG"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3763	bossert-otto-1887-11-23	{"a2": "1677"}	{"lerrcp": "A2-1677"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Bossert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "STUTTGART", "geoid": 0}, "notime": null, "date-ut": "1887-11-23 07:23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Bossert"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "STUTTGART", "geoid": 0}, "date-ut": "1887-11-23 07:23:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1677"}, "ids-in-sources": {"a2": "1677"}}, "raw": {"H": "8", "MN": "23", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "23", "LAT": "48N45", "LON": "9E13", "MON": "11", "NUM": "1677", "PRO": "S", "SEC": "8", "YEA": "1887", "CITY": "STUTTGART"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3764	brasch-walter-1878-01-28	{"a2": "1678"}	{"lerrcp": "A2-1678"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Brasch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL ELBER", "geoid": 0}, "notime": null, "date-ut": "1878-01-28 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Brasch"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL ELBER", "geoid": 0}, "date-ut": "1878-01-28 02:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1678"}, "ids-in-sources": {"a2": "1678"}}, "raw": {"H": "3", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "28", "LAT": "51N30", "LON": "7E30", "MON": "1", "NUM": "1678", "PRO": "S", "SEC": "0", "YEA": "1878", "CITY": "WUPPERTAL ELBER"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3765	braun-heinrich-1847-02-18	{"a2": "1679"}	{"lerrcp": "A2-1679"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Braun", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "BEERFELDEN", "geoid": 0}, "notime": null, "date-ut": "1847-02-18 08:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Braun"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "BEERFELDEN", "geoid": 0}, "date-ut": "1847-02-18 08:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1679"}, "ids-in-sources": {"a2": "1679"}}, "raw": {"H": "9", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "18", "LAT": "50N30", "LON": "9E15", "MON": "2", "NUM": "1679", "PRO": "S", "SEC": "0", "YEA": "1847", "CITY": "BEERFELDEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3766	braus-hermann-1868-08-15	{"a2": "1680"}	{"lerrcp": "A2-1680"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Braus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "AACHEN BURTSCHE", "geoid": 0}, "notime": null, "date-ut": "1868-08-15 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Braus"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "AACHEN BURTSCHE", "geoid": 0}, "date-ut": "1868-08-15 03:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1680"}, "ids-in-sources": {"a2": "1680"}}, "raw": {"H": "4", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "15", "LAT": "51N30", "LON": "7E30", "MON": "8", "NUM": "1680", "PRO": "S", "SEC": "0", "YEA": "1868", "CITY": "AACHEN BURTSCHE"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3767	brefeld-oskar-1839-09-19	{"a2": "1681"}	{"lerrcp": "A2-1681"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oskar", "family": "Brefeld", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "TELGTE B MUNSTE", "geoid": 0}, "notime": null, "date-ut": "1839-09-19 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Oskar", "family": "Brefeld"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "TELGTE B MUNSTE", "geoid": 0}, "date-ut": "1839-09-19 12:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1681"}, "ids-in-sources": {"a2": "1681"}}, "raw": {"H": "13", "MN": "30", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "19", "LAT": "51N50", "LON": "7E30", "MON": "9", "NUM": "1681", "PRO": "S", "SEC": "0", "YEA": "1839", "CITY": "TELGTE B MUNSTE"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3768	bresgen-maximilian-1850-03-01	{"a2": "1682"}	{"lerrcp": "A2-1682"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maximilian", "family": "Bresgen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "Z N PR", "c3": null, "cy": "DE", "lg": 6.08333, "lat": 50.78333, "name": "AHRWEILER", "geoid": 0}, "notime": null, "date-ut": "1850-03-01 05:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maximilian", "family": "Bresgen"}, "birth": {"place": {"c2": "Z N PR", "cy": "DE", "lg": 6.08333, "lat": 50.78333, "name": "AHRWEILER", "geoid": 0}, "date-ut": "1850-03-01 05:35:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1682"}, "ids-in-sources": {"a2": "1682"}}, "raw": {"H": "6", "MN": "35", "TZ": "-1", "COD": "Z N PR", "COU": "G", "DAY": "1", "LAT": "50N47", "LON": "6E 5", "MON": "3", "NUM": "1682", "PRO": "S", "SEC": "40", "YEA": "1850", "CITY": "AHRWEILER"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3769	brodmann-korbinian-1868-11-17	{"a2": "1683"}	{"lerrcp": "A2-1683"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Korbinian", "family": "Brodmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "LIGGERSDORF", "geoid": 0}, "notime": null, "date-ut": "1868-11-17 11:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Korbinian", "family": "Brodmann"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "LIGGERSDORF", "geoid": 0}, "date-ut": "1868-11-17 11:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1683"}, "ids-in-sources": {"a2": "1683"}}, "raw": {"H": "12", "MN": "24", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "17", "LAT": "48N30", "LON": "9E 0", "MON": "11", "NUM": "1683", "PRO": "S", "SEC": "0", "YEA": "1868", "CITY": "LIGGERSDORF"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3770	bromser-philipp-1886-07-20	{"a2": "1684"}	{"lerrcp": "A2-1684"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philipp", "family": "Brömser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "RUDESHEIM A RH", "geoid": 0}, "notime": null, "date-ut": "1886-07-20 00:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Philipp", "family": "Brömser"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "RUDESHEIM A RH", "geoid": 0}, "date-ut": "1886-07-20 00:02"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1684"}, "ids-in-sources": {"a2": "1684"}}, "raw": {"H": "1", "MN": "2", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "20", "LAT": "50N 0", "LON": "7E 0", "MON": "7", "NUM": "1684", "PRO": "S", "SEC": "0", "YEA": "1886", "CITY": "RUDESHEIM A RH"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3771	bruning-august-1874-04-17	{"a2": "1685"}	{"lerrcp": "A2-1685"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "August", "family": "Brüning", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "VIENENBURG I HA", "geoid": 0}, "notime": null, "date-ut": "1874-04-17 11:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "August", "family": "Brüning"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "VIENENBURG I HA", "geoid": 0}, "date-ut": "1874-04-17 11:50"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1685"}, "ids-in-sources": {"a2": "1685"}}, "raw": {"H": "12", "MN": "50", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "17", "LAT": "52N 0", "LON": "10E 0", "MON": "4", "NUM": "1685", "PRO": "S", "SEC": "0", "YEA": "1874", "CITY": "VIENENBURG I HA"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3772	bruning-friedrich-1879-03-21	{"a2": "1686"}	{"lerrcp": "A2-1686"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Brüning", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "NEUMUNSTER", "geoid": 0}, "notime": null, "date-ut": "1879-03-21 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Brüning"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "NEUMUNSTER", "geoid": 0}, "date-ut": "1879-03-21 04:51"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1686"}, "ids-in-sources": {"a2": "1686"}}, "raw": {"H": "5", "MN": "51", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "21", "LAT": "54N30", "LON": "9E45", "MON": "3", "NUM": "1686", "PRO": "S", "SEC": "0", "YEA": "1879", "CITY": "NEUMUNSTER"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3773	bruning-hermann-1873-04-16	{"a2": "1687"}	{"lerrcp": "A2-1687"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Brüning", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "SPROCKHOVEL", "geoid": 0}, "notime": null, "date-ut": "1873-04-16 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Brüning"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "SPROCKHOVEL", "geoid": 0}, "date-ut": "1873-04-16 21:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1687"}, "ids-in-sources": {"a2": "1687"}}, "raw": {"H": "22", "MN": "30", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "16", "LAT": "51N50", "LON": "7E30", "MON": "4", "NUM": "1687", "PRO": "S", "SEC": "0", "YEA": "1873", "CITY": "SPROCKHOVEL"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3774	bruning-wilhelm-1876-01-31	{"a2": "1688"}	{"lerrcp": "A2-1688"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Brüning", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "KUHSTEDT", "geoid": 0}, "notime": null, "date-ut": "1876-01-31 19:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Brüning"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "KUHSTEDT", "geoid": 0}, "date-ut": "1876-01-31 19:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1688"}, "ids-in-sources": {"a2": "1688"}}, "raw": {"H": "20", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "31", "LAT": "52N 0", "LON": "10E 0", "MON": "1", "NUM": "1688", "PRO": "S", "SEC": "0", "YEA": "1876", "CITY": "KUHSTEDT"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3775	brunn-walter-1876-09-02	{"a2": "1689"}	{"lerrcp": "A2-1689"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Brunn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "GOTTINGEN", "geoid": 0}, "notime": null, "date-ut": "1876-09-02 03:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Brunn"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "GOTTINGEN", "geoid": 0}, "date-ut": "1876-09-02 03:50"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1689"}, "ids-in-sources": {"a2": "1689"}}, "raw": {"H": "4", "MN": "50", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "2", "LAT": "52N 0", "LON": "10E 0", "MON": "9", "NUM": "1689", "PRO": "S", "SEC": "0", "YEA": "1876", "CITY": "GOTTINGEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3776	bruns-oskar-1878-07-16	{"a2": "1690"}	{"lerrcp": "A2-1690"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oskar", "family": "Bruns", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "TUBINGEN", "geoid": 0}, "notime": null, "date-ut": "1878-07-16 21:23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Oskar", "family": "Bruns"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "TUBINGEN", "geoid": 0}, "date-ut": "1878-07-16 21:23:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1690"}, "ids-in-sources": {"a2": "1690"}}, "raw": {"H": "22", "MN": "23", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "16", "LAT": "48N45", "LON": "9E13", "MON": "7", "NUM": "1690", "PRO": "S", "SEC": "8", "YEA": "1878", "CITY": "TUBINGEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3777	buchner-franz-1895-01-20	{"a2": "1691"}	{"lerrcp": "A2-1691"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Büchner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "BOPPARD A RH", "geoid": 0}, "notime": null, "date-ut": "1895-01-20 11:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Franz", "family": "Büchner"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "BOPPARD A RH", "geoid": 0}, "date-ut": "1895-01-20 11:15"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1691"}, "ids-in-sources": {"a2": "1691"}}, "raw": {"H": "12", "MN": "15", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "20", "LAT": "50N 0", "LON": "7E 0", "MON": "1", "NUM": "1691", "PRO": "S", "SEC": "0", "YEA": "1895", "CITY": "BOPPARD A RH"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3778	buchner-paul-1886-04-12	{"a2": "1692"}	{"lerrcp": "A2-1692"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Büchner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "notime": null, "date-ut": "1886-04-12 12:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Büchner"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "date-ut": "1886-04-12 12:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1692"}, "ids-in-sources": {"a2": "1692"}}, "raw": {"H": "13", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "12", "LAT": "49N 0", "LON": "11E30", "MON": "4", "NUM": "1692", "PRO": "S", "SEC": "0", "YEA": "1886", "CITY": "NURNBERG"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3779	bungart-johann-1882-06-20	{"a2": "1693"}	{"lerrcp": "A2-1693"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johann", "family": "Bungart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "notime": null, "date-ut": "1882-06-20 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Johann", "family": "Bungart"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "date-ut": "1882-06-20 01:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1693"}, "ids-in-sources": {"a2": "1693"}}, "raw": {"H": "2", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "20", "LAT": "51N30", "LON": "7E30", "MON": "6", "NUM": "1693", "PRO": "S", "SEC": "0", "YEA": "1882", "CITY": "BONN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3780	burckhardt-hans-1879-06-25	{"a2": "1694"}	{"lerrcp": "A2-1694"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Burckhardt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "STUTTGART", "geoid": 0}, "notime": null, "date-ut": "1879-06-25 01:23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Burckhardt"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "STUTTGART", "geoid": 0}, "date-ut": "1879-06-25 01:23:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1694"}, "ids-in-sources": {"a2": "1694"}}, "raw": {"H": "2", "MN": "23", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "25", "LAT": "48N45", "LON": "9E13", "MON": "6", "NUM": "1694", "PRO": "S", "SEC": "8", "YEA": "1879", "CITY": "STUTTGART"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3781	burckhardt-hermann-1847-07-03	{"a2": "1695"}	{"lerrcp": "A2-1695"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Burckhardt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "BAD CANNSTATT", "geoid": 0}, "notime": null, "date-ut": "1847-07-03 07:53:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Burckhardt"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "BAD CANNSTATT", "geoid": 0}, "date-ut": "1847-07-03 07:53:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1695"}, "ids-in-sources": {"a2": "1695"}}, "raw": {"H": "8", "MN": "53", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "3", "LAT": "48N45", "LON": "9E13", "MON": "7", "NUM": "1695", "PRO": "S", "SEC": "8", "YEA": "1847", "CITY": "BAD CANNSTATT"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3782	burger-bernard-1886-01-22	{"a2": "1696"}	{"lerrcp": "A2-1696"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Bürger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "SCHERFEDE", "geoid": 0}, "notime": null, "date-ut": "1886-01-22 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Bürger"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "SCHERFEDE", "geoid": 0}, "date-ut": "1886-01-22 02:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1696"}, "ids-in-sources": {"a2": "1696"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "22", "LAT": "51N50", "LON": "7E30", "MON": "1", "NUM": "1696", "PRO": "S", "SEC": "0", "YEA": "1886", "CITY": "SCHERFEDE"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3783	burgers-joseph-1881-08-27	{"a2": "1697"}	{"lerrcp": "A2-1697"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Bürgers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "PLITTERSDORF", "geoid": 0}, "notime": null, "date-ut": "1881-08-27 06:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Bürgers"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "PLITTERSDORF", "geoid": 0}, "date-ut": "1881-08-27 06:45"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1697"}, "ids-in-sources": {"a2": "1697"}}, "raw": {"H": "7", "MN": "45", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "27", "LAT": "51N30", "LON": "7E30", "MON": "8", "NUM": "1697", "PRO": "S", "SEC": "0", "YEA": "1881", "CITY": "PLITTERSDORF"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3784	gauquelin-a2-1698-1872-08-10	{"a2": "1698"}	{"lerrcp": "A2-1698"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A2-1698", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "ZWEIBRUCKEN", "geoid": 0}, "notime": null, "date-ut": "1872-08-10 23:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A2-1698"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "ZWEIBRUCKEN", "geoid": 0}, "date-ut": "1872-08-10 23:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1698"}, "ids-in-sources": {"a2": "1698"}}, "raw": {"H": "0", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "11", "LAT": "50N 0", "LON": "7E 0", "MON": "8", "NUM": "1698", "PRO": "S", "SEC": "0", "YEA": "1872", "CITY": "ZWEIBRUCKEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3785	burkhardt-ludwi-1872-06-21	{"a2": "1699"}	{"lerrcp": "A2-1699"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludwi", "family": "Burkhardt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ANSBACH", "geoid": 0}, "notime": null, "date-ut": "1872-06-21 10:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ludwi", "family": "Burkhardt"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ANSBACH", "geoid": 0}, "date-ut": "1872-06-21 10:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1699"}, "ids-in-sources": {"a2": "1699"}}, "raw": {"H": "11", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "21", "LAT": "49N 0", "LON": "11E30", "MON": "6", "NUM": "1699", "PRO": "S", "SEC": "0", "YEA": "1872", "CITY": "ANSBACH"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3786	gauquelin-a2-1700-1876-10-01	{"a2": "1700"}	{"lerrcp": "A2-1700"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A2-1700", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MUNCHEN GLADBACH", "geoid": 0}, "notime": null, "date-ut": "1876-10-01 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A2-1700"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MUNCHEN GLADBACH", "geoid": 0}, "date-ut": "1876-10-01 23:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1700"}, "ids-in-sources": {"a2": "1700"}}, "raw": {"H": "0", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "2", "LAT": "51N30", "LON": "7E30", "MON": "10", "NUM": "1700", "PRO": "S", "SEC": "0", "YEA": "1876", "CITY": "MUNCHEN GLADBACH"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3787	busse-otto-1867-12-06	{"a2": "1701"}	{"lerrcp": "A2-1701"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Busse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ALL EST", "c3": null, "cy": "DE", "lg": 12.5, "lat": 52, "name": "GUHLITZ BEI TAC", "geoid": 0}, "notime": null, "date-ut": "1867-12-06 21:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Busse"}, "birth": {"place": {"c2": "ALL EST", "cy": "DE", "lg": 12.5, "lat": 52, "name": "GUHLITZ BEI TAC", "geoid": 0}, "date-ut": "1867-12-06 21:10"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1701"}, "ids-in-sources": {"a2": "1701"}}, "raw": {"H": "22", "MN": "10", "TZ": "-1", "COD": "ALL EST", "COU": "G", "DAY": "6", "LAT": "52N 0", "LON": "12E30", "MON": "12", "NUM": "1701", "PRO": "S", "SEC": "0", "YEA": "1867", "CITY": "GUHLITZ BEI TAC"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3788	ceelen-wilhelm-1883-08-21	{"a2": "1702"}	{"lerrcp": "A2-1702"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Ceelen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1883-08-21 10:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Ceelen"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1883-08-21 10:53"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1702"}, "ids-in-sources": {"a2": "1702"}}, "raw": {"H": "11", "MN": "53", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "21", "LAT": "50N30", "LON": "9E15", "MON": "8", "NUM": "1702", "PRO": "S", "SEC": "0", "YEA": "1883", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3789	coenen-hermann-1875-11-21	{"a2": "1703"}	{"lerrcp": "A2-1703"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Coenen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "TECKLENBURG", "geoid": 0}, "notime": null, "date-ut": "1875-11-21 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Coenen"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "TECKLENBURG", "geoid": 0}, "date-ut": "1875-11-21 20:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1703"}, "ids-in-sources": {"a2": "1703"}}, "raw": {"H": "21", "MN": "30", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "21", "LAT": "51N50", "LON": "7E30", "MON": "11", "NUM": "1703", "PRO": "S", "SEC": "0", "YEA": "1875", "CITY": "TECKLENBURG"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3790	coerper-karl-1886-09-24	{"a2": "1704"}	{"lerrcp": "A2-1704"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Coerper", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL ELBER", "geoid": 0}, "notime": null, "date-ut": "1886-09-24 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Coerper"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL ELBER", "geoid": 0}, "date-ut": "1886-09-24 02:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1704"}, "ids-in-sources": {"a2": "1704"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "24", "LAT": "51N30", "LON": "7E30", "MON": "9", "NUM": "1704", "PRO": "S", "SEC": "0", "YEA": "1886", "CITY": "WUPPERTAL ELBER"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3791	comberg-wilhelm-1885-05-19	{"a2": "1705"}	{"lerrcp": "A2-1705"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Comberg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "NEVIGES", "geoid": 0}, "notime": null, "date-ut": "1885-05-19 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Comberg"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "NEVIGES", "geoid": 0}, "date-ut": "1885-05-19 19:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1705"}, "ids-in-sources": {"a2": "1705"}}, "raw": {"H": "20", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "19", "LAT": "51N30", "LON": "7E30", "MON": "5", "NUM": "1705", "PRO": "S", "SEC": "0", "YEA": "1885", "CITY": "NEVIGES"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3792	conradi-heinrich-1876-03-22	{"a2": "1706"}	{"lerrcp": "A2-1706"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Conradi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1876-03-22 13:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Conradi"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1876-03-22 13:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1706"}, "ids-in-sources": {"a2": "1706"}}, "raw": {"H": "14", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "22", "LAT": "50N30", "LON": "9E15", "MON": "3", "NUM": "1706", "PRO": "S", "SEC": "0", "YEA": "1876", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3793	cord-richard-1881-08-07	{"a2": "1707"}	{"lerrcp": "A2-1707"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Cord", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "notime": null, "date-ut": "1881-08-07 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Cord"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "date-ut": "1881-08-07 04:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1707"}, "ids-in-sources": {"a2": "1707"}}, "raw": {"H": "5", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "7", "LAT": "51N30", "LON": "7E30", "MON": "8", "NUM": "1707", "PRO": "S", "SEC": "0", "YEA": "1881", "CITY": "KOLN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3794	cornelius-alfons-1865-04-16	{"a2": "1708"}	{"lerrcp": "A2-1708"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfons", "family": "Cornelius", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "AACHEN BURTSCHE", "geoid": 0}, "notime": null, "date-ut": "1865-04-16 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alfons", "family": "Cornelius"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "AACHEN BURTSCHE", "geoid": 0}, "date-ut": "1865-04-16 14:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1708"}, "ids-in-sources": {"a2": "1708"}}, "raw": {"H": "15", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "16", "LAT": "51N30", "LON": "7E30", "MON": "4", "NUM": "1708", "PRO": "S", "SEC": "0", "YEA": "1865", "CITY": "AACHEN BURTSCHE"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3795	cornet-geor-1858-07-28	{"a2": "1709"}	{"lerrcp": "A2-1709"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Geor", "family": "Cornet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "EICHSTADT", "geoid": 0}, "notime": null, "date-ut": "1858-07-28 04:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Geor", "family": "Cornet"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "EICHSTADT", "geoid": 0}, "date-ut": "1858-07-28 04:14"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1709"}, "ids-in-sources": {"a2": "1709"}}, "raw": {"H": "5", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "28", "LAT": "49N 0", "LON": "11E30", "MON": "7", "NUM": "1709", "PRO": "S", "SEC": "0", "YEA": "1858", "CITY": "EICHSTADT"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3796	cremer-max-1865-03-11	{"a2": "1710"}	{"lerrcp": "A2-1710"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Cremer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "URDINGEN BZ DUS", "geoid": 0}, "notime": null, "date-ut": "1865-03-11 13:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Max", "family": "Cremer"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "URDINGEN BZ DUS", "geoid": 0}, "date-ut": "1865-03-11 13:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1710"}, "ids-in-sources": {"a2": "1710"}}, "raw": {"H": "14", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "11", "LAT": "50N 0", "LON": "7E 0", "MON": "3", "NUM": "1710", "PRO": "S", "SEC": "0", "YEA": "1865", "CITY": "URDINGEN BZ DUS"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3797	creutzfeldt-hans-1885-06-02	{"a2": "1711"}	{"lerrcp": "A2-1711"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Creutzfeldt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAMB", "c3": null, "cy": "DE", "lg": 10, "lat": 53.58333, "name": "HARBURG A E", "geoid": 0}, "notime": null, "date-ut": "1885-06-02 00:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Creutzfeldt"}, "birth": {"place": {"c2": "HAMB", "cy": "DE", "lg": 10, "lat": 53.58333, "name": "HARBURG A E", "geoid": 0}, "date-ut": "1885-06-02 00:35"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1711"}, "ids-in-sources": {"a2": "1711"}}, "raw": {"H": "1", "MN": "35", "TZ": "-1", "COD": "HAMB", "COU": "G", "DAY": "2", "LAT": "53N35", "LON": "10E 0", "MON": "6", "NUM": "1711", "PRO": "S", "SEC": "0", "YEA": "1885", "CITY": "HARBURG A E"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3798	dahmann-heinz-1890-11-23	{"a2": "1712"}	{"lerrcp": "A2-1712"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinz", "family": "Dahmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL ELBER", "geoid": 0}, "notime": null, "date-ut": "1890-11-23 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Heinz", "family": "Dahmann"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL ELBER", "geoid": 0}, "date-ut": "1890-11-23 03:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1712"}, "ids-in-sources": {"a2": "1712"}}, "raw": {"H": "4", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "23", "LAT": "51N30", "LON": "7E30", "MON": "11", "NUM": "1712", "PRO": "S", "SEC": "0", "YEA": "1890", "CITY": "WUPPERTAL ELBER"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3799	determann-hermann-1865-07-19	{"a2": "1713"}	{"lerrcp": "A2-1713"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Determann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HANNOV", "c3": null, "cy": "DE", "lg": 9, "lat": 52.5, "name": "NORTRUP", "geoid": 0}, "notime": null, "date-ut": "1865-07-19 11:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Determann"}, "birth": {"place": {"c2": "HANNOV", "cy": "DE", "lg": 9, "lat": 52.5, "name": "NORTRUP", "geoid": 0}, "date-ut": "1865-07-19 11:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1713"}, "ids-in-sources": {"a2": "1713"}}, "raw": {"H": "12", "MN": "24", "TZ": "-1", "COD": "HANNOV", "COU": "G", "DAY": "19", "LAT": "52N30", "LON": "9E 0", "MON": "7", "NUM": "1713", "PRO": "S", "SEC": "0", "YEA": "1865", "CITY": "NORTRUP"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3800	deusch-gustav-1891-02-14	{"a2": "1714"}	{"lerrcp": "A2-1714"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustav", "family": "Deusch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "notime": null, "date-ut": "1891-02-14 14:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gustav", "family": "Deusch"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "date-ut": "1891-02-14 14:02"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1714"}, "ids-in-sources": {"a2": "1714"}}, "raw": {"H": "15", "MN": "2", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "14", "LAT": "50N 0", "LON": "7E 0", "MON": "2", "NUM": "1714", "PRO": "S", "SEC": "0", "YEA": "1891", "CITY": "MAINZ"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3801	diels-hermann-1848-05-18	{"a2": "1715"}	{"lerrcp": "A2-1715"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Diels", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "WIESBADEN BIEBR", "geoid": 0}, "notime": null, "date-ut": "1848-05-18 07:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Diels"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "WIESBADEN BIEBR", "geoid": 0}, "date-ut": "1848-05-18 07:53"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1715"}, "ids-in-sources": {"a2": "1715"}}, "raw": {"H": "8", "MN": "53", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "18", "LAT": "50N30", "LON": "9E15", "MON": "5", "NUM": "1715", "PRO": "S", "SEC": "0", "YEA": "1848", "CITY": "WIESBADEN BIEBR"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3802	diepgen-paul-1878-11-24	{"a2": "1716"}	{"lerrcp": "A2-1716"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Diepgen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "AACHEN", "geoid": 0}, "notime": null, "date-ut": "1878-11-24 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Diepgen"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "AACHEN", "geoid": 0}, "date-ut": "1878-11-24 03:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1716"}, "ids-in-sources": {"a2": "1716"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "24", "LAT": "51N30", "LON": "7E30", "MON": "11", "NUM": "1716", "PRO": "S", "SEC": "0", "YEA": "1878", "CITY": "AACHEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3803	dietrich-hans-1886-05-11	{"a2": "1717"}	{"lerrcp": "A2-1717"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Dietrich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ERLANGEN", "geoid": 0}, "notime": null, "date-ut": "1886-05-11 02:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Dietrich"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ERLANGEN", "geoid": 0}, "date-ut": "1886-05-11 02:14"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1717"}, "ids-in-sources": {"a2": "1717"}}, "raw": {"H": "3", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "11", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "1717", "PRO": "S", "SEC": "0", "YEA": "1886", "CITY": "ERLANGEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3804	disselhorst-rudolf-1854-01-04	{"a2": "1718"}	{"lerrcp": "A2-1718"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rudolf", "family": "Disselhorst", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "RINTELN A WESER", "geoid": 0}, "notime": null, "date-ut": "1854-01-04 05:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Rudolf", "family": "Disselhorst"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "RINTELN A WESER", "geoid": 0}, "date-ut": "1854-01-04 05:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1718"}, "ids-in-sources": {"a2": "1718"}}, "raw": {"H": "6", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "4", "LAT": "52N 0", "LON": "10E 0", "MON": "1", "NUM": "1718", "PRO": "S", "SEC": "0", "YEA": "1854", "CITY": "RINTELN A WESER"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3805	dittler-rudolf-1881-11-02	{"a2": "1719"}	{"lerrcp": "A2-1719"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rudolf", "family": "Dittler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1881-11-02 02:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Rudolf", "family": "Dittler"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1881-11-02 02:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1719"}, "ids-in-sources": {"a2": "1719"}}, "raw": {"H": "3", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "2", "LAT": "50N30", "LON": "9E15", "MON": "11", "NUM": "1719", "PRO": "S", "SEC": "0", "YEA": "1881", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3806	dittmar-carl-1844-06-17	{"a2": "1720"}	{"lerrcp": "A2-1720"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carl", "family": "Dittmar", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "GRUNSTADT I D P", "geoid": 0}, "notime": null, "date-ut": "1844-06-17 02:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Carl", "family": "Dittmar"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "GRUNSTADT I D P", "geoid": 0}, "date-ut": "1844-06-17 02:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1720"}, "ids-in-sources": {"a2": "1720"}}, "raw": {"H": "3", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "17", "LAT": "50N 0", "LON": "7E 0", "MON": "6", "NUM": "1720", "PRO": "S", "SEC": "0", "YEA": "1844", "CITY": "GRUNSTADT I D P"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3807	dold-hermann-1882-10-05	{"a2": "1721"}	{"lerrcp": "A2-1721"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Dold", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "STUTTGART", "geoid": 0}, "notime": null, "date-ut": "1882-10-05 04:08:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Dold"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "STUTTGART", "geoid": 0}, "date-ut": "1882-10-05 04:08:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1721"}, "ids-in-sources": {"a2": "1721"}}, "raw": {"H": "5", "MN": "8", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "5", "LAT": "48N45", "LON": "9E13", "MON": "10", "NUM": "1721", "PRO": "S", "SEC": "8", "YEA": "1882", "CITY": "STUTTGART"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3808	drachter-richard-1883-03-20	{"a2": "1722"}	{"lerrcp": "A2-1722"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Drachter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "ELLWANGEN", "geoid": 0}, "notime": null, "date-ut": "1883-03-20 17:23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Drachter"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "ELLWANGEN", "geoid": 0}, "date-ut": "1883-03-20 17:23:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1722"}, "ids-in-sources": {"a2": "1722"}}, "raw": {"H": "18", "MN": "23", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "20", "LAT": "48N45", "LON": "9E13", "MON": "3", "NUM": "1722", "PRO": "S", "SEC": "8", "YEA": "1883", "CITY": "ELLWANGEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3809	dreuw-heinrich-1874-07-15	{"a2": "1723"}	{"lerrcp": "A2-1723"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Dreuw", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "STOLBERG RHEINL", "geoid": 0}, "notime": null, "date-ut": "1874-07-15 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Dreuw"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "STOLBERG RHEINL", "geoid": 0}, "date-ut": "1874-07-15 01:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1723"}, "ids-in-sources": {"a2": "1723"}}, "raw": {"H": "2", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "15", "LAT": "51N30", "LON": "7E30", "MON": "7", "NUM": "1723", "PRO": "S", "SEC": "0", "YEA": "1874", "CITY": "STOLBERG RHEINL"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3810	drevermann-paul-1890-03-26	{"a2": "1724"}	{"lerrcp": "A2-1724"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Drevermann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U EN N", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "BATTENBERG", "geoid": 0}, "notime": null, "date-ut": "1890-03-26 16:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Drevermann"}, "birth": {"place": {"c2": "U EN N", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "BATTENBERG", "geoid": 0}, "date-ut": "1890-03-26 16:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1724"}, "ids-in-sources": {"a2": "1724"}}, "raw": {"H": "17", "MN": "23", "TZ": "-1", "COD": "U EN N", "COU": "G", "DAY": "26", "LAT": "50N30", "LON": "9E15", "MON": "3", "NUM": "1724", "PRO": "S", "SEC": "0", "YEA": "1890", "CITY": "BATTENBERG"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3811	driesch-hans-1867-10-28	{"a2": "1725"}	{"lerrcp": "A2-1725"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Driesch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "BAD KREUZNACH", "geoid": 0}, "notime": null, "date-ut": "1867-10-28 16:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Driesch"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "BAD KREUZNACH", "geoid": 0}, "date-ut": "1867-10-28 16:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1725"}, "ids-in-sources": {"a2": "1725"}}, "raw": {"H": "17", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "28", "LAT": "50N 0", "LON": "7E 0", "MON": "10", "NUM": "1725", "PRO": "S", "SEC": "0", "YEA": "1867", "CITY": "BAD KREUZNACH"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3812	duken-johann-1889-01-12	{"a2": "1726"}	{"lerrcp": "A2-1726"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johann", "family": "Duken", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OLDB", "c3": null, "cy": "DE", "lg": 8.33333, "lat": 53.25, "name": "BRAKE", "geoid": 0}, "notime": null, "date-ut": "1889-01-12 22:26:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Johann", "family": "Duken"}, "birth": {"place": {"c2": "OLDB", "cy": "DE", "lg": 8.33333, "lat": 53.25, "name": "BRAKE", "geoid": 0}, "date-ut": "1889-01-12 22:26:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1726"}, "ids-in-sources": {"a2": "1726"}}, "raw": {"H": "23", "MN": "26", "TZ": "-1", "COD": "OLDB", "COU": "G", "DAY": "12", "LAT": "53N15", "LON": "8E20", "MON": "1", "NUM": "1726", "PRO": "S", "SEC": "40", "YEA": "1889", "CITY": "BRAKE"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3813	durken-bernhard-1881-09-20	{"a2": "1727"}	{"lerrcp": "A2-1727"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernhard", "family": "Dürken", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "GEESTE A D EMS", "geoid": 0}, "notime": null, "date-ut": "1881-09-20 09:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Bernhard", "family": "Dürken"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "GEESTE A D EMS", "geoid": 0}, "date-ut": "1881-09-20 09:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1727"}, "ids-in-sources": {"a2": "1727"}}, "raw": {"H": "10", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "20", "LAT": "52N 0", "LON": "10E 0", "MON": "9", "NUM": "1727", "PRO": "S", "SEC": "0", "YEA": "1881", "CITY": "GEESTE A D EMS"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3814	ebstein-erich-1880-06-11	{"a2": "1728"}	{"lerrcp": "A2-1728"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erich", "family": "Ebstein", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "GOTTINGEN", "geoid": 0}, "notime": null, "date-ut": "1880-06-11 07:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Erich", "family": "Ebstein"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "GOTTINGEN", "geoid": 0}, "date-ut": "1880-06-11 07:50"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1728"}, "ids-in-sources": {"a2": "1728"}}, "raw": {"H": "8", "MN": "50", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "11", "LAT": "52N 0", "LON": "10E 0", "MON": "6", "NUM": "1728", "PRO": "S", "SEC": "0", "YEA": "1880", "CITY": "GOTTINGEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3815	eckstein-albert-1891-02-09	{"a2": "1729"}	{"lerrcp": "A2-1729"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Eckstein", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "ULM", "geoid": 0}, "notime": null, "date-ut": "1891-02-09 16:23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Eckstein"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "ULM", "geoid": 0}, "date-ut": "1891-02-09 16:23:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1729"}, "ids-in-sources": {"a2": "1729"}}, "raw": {"H": "17", "MN": "23", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "9", "LAT": "48N45", "LON": "9E13", "MON": "2", "NUM": "1729", "PRO": "S", "SEC": "8", "YEA": "1891", "CITY": "ULM"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3816	edinger-ludwi-1855-04-13	{"a2": "1730"}	{"lerrcp": "A2-1730"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludwi", "family": "Edinger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 6.95, "lat": 51.45, "name": "WORMS", "geoid": 0}, "notime": null, "date-ut": "1855-04-13 11:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ludwi", "family": "Edinger"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 6.95, "lat": 51.45, "name": "WORMS", "geoid": 0}, "date-ut": "1855-04-13 11:02"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1730"}, "ids-in-sources": {"a2": "1730"}}, "raw": {"H": "12", "MN": "2", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "13", "LAT": "51N27", "LON": "6E57", "MON": "4", "NUM": "1730", "PRO": "S", "SEC": "0", "YEA": "1855", "CITY": "WORMS"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3817	gauquelin-a2-1731-1879-02-04	{"a2": "1731"}	{"lerrcp": "A2-1731"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A2-1731", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "ALTENSTEDT", "geoid": 0}, "notime": null, "date-ut": "1879-02-04 17:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A2-1731"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "ALTENSTEDT", "geoid": 0}, "date-ut": "1879-02-04 17:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1731"}, "ids-in-sources": {"a2": "1731"}}, "raw": {"H": "18", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "4", "LAT": "50N30", "LON": "9E15", "MON": "2", "NUM": "1731", "PRO": "S", "SEC": "0", "YEA": "1879", "CITY": "ALTENSTEDT"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3818	eichhoff-joseph-1855-05-14	{"a2": "1732"}	{"lerrcp": "A2-1732"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Eichhoff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "NEUSS A RHEIN", "geoid": 0}, "notime": null, "date-ut": "1855-05-14 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Eichhoff"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "NEUSS A RHEIN", "geoid": 0}, "date-ut": "1855-05-14 15:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1732"}, "ids-in-sources": {"a2": "1732"}}, "raw": {"H": "16", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "14", "LAT": "51N30", "LON": "7E30", "MON": "5", "NUM": "1732", "PRO": "S", "SEC": "0", "YEA": "1855", "CITY": "NEUSS A RHEIN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3819	eisenreich-otto-1881-05-22	{"a2": "1733"}	{"lerrcp": "A2-1733"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Eisenreich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1881-05-22 10:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Eisenreich"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1881-05-22 10:14"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1733"}, "ids-in-sources": {"a2": "1733"}}, "raw": {"H": "11", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "22", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "1733", "PRO": "S", "SEC": "0", "YEA": "1881", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3820	ellinger-alexander-1870-04-17	{"a2": "1734"}	{"lerrcp": "A2-1734"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexander", "family": "Ellinger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1870-04-17 03:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alexander", "family": "Ellinger"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1870-04-17 03:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1734"}, "ids-in-sources": {"a2": "1734"}}, "raw": {"H": "4", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "17", "LAT": "50N30", "LON": "9E15", "MON": "4", "NUM": "1734", "PRO": "S", "SEC": "0", "YEA": "1870", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3821	ellinger-philipp-1887-06-18	{"a2": "1735"}	{"lerrcp": "A2-1735"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philipp", "family": "Ellinger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1887-06-18 21:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Philipp", "family": "Ellinger"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1887-06-18 21:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1735"}, "ids-in-sources": {"a2": "1735"}}, "raw": {"H": "22", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "18", "LAT": "50N30", "LON": "9E15", "MON": "6", "NUM": "1735", "PRO": "S", "SEC": "0", "YEA": "1887", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3822	emmerich-rudolf-1852-09-29	{"a2": "1736"}	{"lerrcp": "A2-1736"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rudolf", "family": "Emmerich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "MUTTERSTADT", "geoid": 0}, "notime": null, "date-ut": "1852-09-29 10:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Rudolf", "family": "Emmerich"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "MUTTERSTADT", "geoid": 0}, "date-ut": "1852-09-29 10:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1736"}, "ids-in-sources": {"a2": "1736"}}, "raw": {"H": "11", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "29", "LAT": "50N 0", "LON": "7E 0", "MON": "9", "NUM": "1736", "PRO": "S", "SEC": "0", "YEA": "1852", "CITY": "MUTTERSTADT"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3823	endres-hermann-1865-09-26	{"a2": "1737"}	{"lerrcp": "A2-1737"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Endres", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "PFULLENDORF", "geoid": 0}, "notime": null, "date-ut": "1865-09-26 04:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Endres"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "PFULLENDORF", "geoid": 0}, "date-ut": "1865-09-26 04:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1737"}, "ids-in-sources": {"a2": "1737"}}, "raw": {"H": "5", "MN": "24", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "26", "LAT": "48N30", "LON": "9E 0", "MON": "9", "NUM": "1737", "PRO": "S", "SEC": "0", "YEA": "1865", "CITY": "PFULLENDORF"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3824	engelmann-fritz-1873-08-21	{"a2": "1738"}	{"lerrcp": "A2-1738"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Engelmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "BAD KREUZNACH", "geoid": 0}, "notime": null, "date-ut": "1873-08-21 22:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Fritz", "family": "Engelmann"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "BAD KREUZNACH", "geoid": 0}, "date-ut": "1873-08-21 22:02"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1738"}, "ids-in-sources": {"a2": "1738"}}, "raw": {"H": "23", "MN": "2", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "21", "LAT": "50N 0", "LON": "7E 0", "MON": "8", "NUM": "1738", "PRO": "S", "SEC": "0", "YEA": "1873", "CITY": "BAD KREUZNACH"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3825	erb-wilhelm-1840-11-30	{"a2": "1739"}	{"lerrcp": "A2-1739"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Erb", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PFALZ", "c3": null, "cy": "DE", "lg": 8, "lat": 49.33333, "name": "WINNEWEILER", "geoid": 0}, "notime": null, "date-ut": "1840-11-30 02:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Erb"}, "birth": {"place": {"c2": "PFALZ", "cy": "DE", "lg": 8, "lat": 49.33333, "name": "WINNEWEILER", "geoid": 0}, "date-ut": "1840-11-30 02:58"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1739"}, "ids-in-sources": {"a2": "1739"}}, "raw": {"H": "3", "MN": "58", "TZ": "-1", "COD": "PFALZ", "COU": "G", "DAY": "30", "LAT": "49N20", "LON": "8E 0", "MON": "11", "NUM": "1739", "PRO": "S", "SEC": "0", "YEA": "1840", "CITY": "WINNEWEILER"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3826	ercklentz-wilhelm-1872-03-22	{"a2": "1740"}	{"lerrcp": "A2-1740"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Ercklentz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MUNCHEN GLADBACH", "geoid": 0}, "notime": null, "date-ut": "1872-03-22 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Ercklentz"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MUNCHEN GLADBACH", "geoid": 0}, "date-ut": "1872-03-22 03:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1740"}, "ids-in-sources": {"a2": "1740"}}, "raw": {"H": "4", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "22", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "1740", "PRO": "S", "SEC": "0", "YEA": "1872", "CITY": "MUNCHEN GLADBACH"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3827	esch-peter-1874-12-20	{"a2": "1741"}	{"lerrcp": "A2-1741"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Peter", "family": "Esch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "Z N PR", "c3": null, "cy": "DE", "lg": 6.08333, "lat": 50.78333, "name": "MINKELFELD", "geoid": 0}, "notime": null, "date-ut": "1874-12-20 20:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Peter", "family": "Esch"}, "birth": {"place": {"c2": "Z N PR", "cy": "DE", "lg": 6.08333, "lat": 50.78333, "name": "MINKELFELD", "geoid": 0}, "date-ut": "1874-12-20 20:35:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1741"}, "ids-in-sources": {"a2": "1741"}}, "raw": {"H": "21", "MN": "35", "TZ": "-1", "COD": "Z N PR", "COU": "G", "DAY": "20", "LAT": "50N47", "LON": "6E 5", "MON": "12", "NUM": "1741", "PRO": "S", "SEC": "40", "YEA": "1874", "CITY": "MINKELFELD"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3828	escherich-theodor-1857-11-29	{"a2": "1742"}	{"lerrcp": "A2-1742"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodor", "family": "Escherich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ANSBACH MITTELF", "geoid": 0}, "notime": null, "date-ut": "1857-11-29 10:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Theodor", "family": "Escherich"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ANSBACH MITTELF", "geoid": 0}, "date-ut": "1857-11-29 10:59"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1742"}, "ids-in-sources": {"a2": "1742"}}, "raw": {"H": "11", "MN": "59", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "29", "LAT": "49N 0", "LON": "11E30", "MON": "11", "NUM": "1742", "PRO": "S", "SEC": "0", "YEA": "1857", "CITY": "ANSBACH MITTELF"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3829	eschweiler-rudolf-1870-11-17	{"a2": "1743"}	{"lerrcp": "A2-1743"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rudolf", "family": "Eschweiler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "AACHEN", "geoid": 0}, "notime": null, "date-ut": "1870-11-17 05:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Rudolf", "family": "Eschweiler"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "AACHEN", "geoid": 0}, "date-ut": "1870-11-17 05:15"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1743"}, "ids-in-sources": {"a2": "1743"}}, "raw": {"H": "6", "MN": "15", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "17", "LAT": "51N30", "LON": "7E30", "MON": "11", "NUM": "1743", "PRO": "S", "SEC": "0", "YEA": "1870", "CITY": "AACHEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3830	euler-hermann-1878-05-13	{"a2": "1744"}	{"lerrcp": "A2-1744"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Euler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "KARLSBERG", "geoid": 0}, "notime": null, "date-ut": "1878-05-13 22:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Euler"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "KARLSBERG", "geoid": 0}, "date-ut": "1878-05-13 22:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1744"}, "ids-in-sources": {"a2": "1744"}}, "raw": {"H": "23", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "13", "LAT": "50N 0", "LON": "7E 0", "MON": "5", "NUM": "1744", "PRO": "S", "SEC": "0", "YEA": "1878", "CITY": "KARLSBERG"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3831	eversbusch-oskar-1853-05-26	{"a2": "1745"}	{"lerrcp": "A2-1745"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oskar", "family": "Eversbusch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "HAGEN HASPE", "geoid": 0}, "notime": null, "date-ut": "1853-05-26 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Oskar", "family": "Eversbusch"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "HAGEN HASPE", "geoid": 0}, "date-ut": "1853-05-26 04:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1745"}, "ids-in-sources": {"a2": "1745"}}, "raw": {"H": "5", "MN": "30", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "26", "LAT": "51N50", "LON": "7E30", "MON": "5", "NUM": "1745", "PRO": "S", "SEC": "0", "YEA": "1853", "CITY": "HAGEN HASPE"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3832	eymer-heinrich-1883-06-11	{"a2": "1746"}	{"lerrcp": "A2-1746"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Eymer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1883-06-11 00:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Eymer"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1883-06-11 00:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1746"}, "ids-in-sources": {"a2": "1746"}}, "raw": {"H": "1", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "11", "LAT": "50N30", "LON": "9E15", "MON": "6", "NUM": "1746", "PRO": "S", "SEC": "0", "YEA": "1883", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3833	fabian-heinrich-1889-11-28	{"a2": "1747"}	{"lerrcp": "A2-1747"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Fabian", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "FLENSBURG", "geoid": 0}, "notime": null, "date-ut": "1889-11-28 01:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Fabian"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "FLENSBURG", "geoid": 0}, "date-ut": "1889-11-28 01:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1747"}, "ids-in-sources": {"a2": "1747"}}, "raw": {"H": "2", "MN": "36", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "28", "LAT": "54N30", "LON": "9E45", "MON": "11", "NUM": "1747", "PRO": "S", "SEC": "0", "YEA": "1889", "CITY": "FLENSBURG"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3834	fabry-johannes-1860-06-01	{"a2": "1748"}	{"lerrcp": "A2-1748"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Fabry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHEIN", "c3": null, "cy": "DE", "lg": 6.08333, "lat": 50.78333, "name": "JULICH", "geoid": 0}, "notime": null, "date-ut": "1860-06-01 12:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Fabry"}, "birth": {"place": {"c2": "RHEIN", "cy": "DE", "lg": 6.08333, "lat": 50.78333, "name": "JULICH", "geoid": 0}, "date-ut": "1860-06-01 12:35:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1748"}, "ids-in-sources": {"a2": "1748"}}, "raw": {"H": "13", "MN": "35", "TZ": "-1", "COD": "RHEIN", "COU": "G", "DAY": "1", "LAT": "50N47", "LON": "6E 5", "MON": "6", "NUM": "1748", "PRO": "S", "SEC": "40", "YEA": "1860", "CITY": "JULICH"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3835	fahr-theodor-1877-10-03	{"a2": "1749"}	{"lerrcp": "A2-1749"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodor", "family": "Fahr", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "PIRMASENS", "geoid": 0}, "notime": null, "date-ut": "1877-10-03 21:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Theodor", "family": "Fahr"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "PIRMASENS", "geoid": 0}, "date-ut": "1877-10-03 21:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1749"}, "ids-in-sources": {"a2": "1749"}}, "raw": {"H": "22", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "3", "LAT": "50N 0", "LON": "7E 0", "MON": "10", "NUM": "1749", "PRO": "S", "SEC": "0", "YEA": "1877", "CITY": "PIRMASENS"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3836	falck-ferdinand-1848-05-28	{"a2": "1750"}	{"lerrcp": "A2-1750"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Falck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "MARBURG / LAHN", "geoid": 0}, "notime": null, "date-ut": "1848-05-28 16:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Falck"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "MARBURG / LAHN", "geoid": 0}, "date-ut": "1848-05-28 16:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1750"}, "ids-in-sources": {"a2": "1750"}}, "raw": {"H": "17", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "28", "LAT": "50N30", "LON": "9E15", "MON": "5", "NUM": "1750", "PRO": "S", "SEC": "0", "YEA": "1848", "CITY": "MARBURG / LAHN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3837	feis-oswald-1866-03-13	{"a2": "1751"}	{"lerrcp": "A2-1751"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oswald", "family": "Feis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "notime": null, "date-ut": "1866-03-13 16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Oswald", "family": "Feis"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "date-ut": "1866-03-13 16:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1751"}, "ids-in-sources": {"a2": "1751"}}, "raw": {"H": "17", "MN": "24", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "13", "LAT": "48N30", "LON": "9E 0", "MON": "3", "NUM": "1751", "PRO": "S", "SEC": "0", "YEA": "1866", "CITY": "MANNHEIM"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3838	fessler-julius-1862-05-04	{"a2": "1752"}	{"lerrcp": "A2-1752"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julius", "family": "Fessler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "BRUCKENAU UNTER", "geoid": 0}, "notime": null, "date-ut": "1862-05-04 12:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Julius", "family": "Fessler"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "BRUCKENAU UNTER", "geoid": 0}, "date-ut": "1862-05-04 12:14"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1752"}, "ids-in-sources": {"a2": "1752"}}, "raw": {"H": "13", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "4", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "1752", "PRO": "S", "SEC": "0", "YEA": "1862", "CITY": "BRUCKENAU UNTER"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3839	feulgen-robert-1884-09-02	{"a2": "1753"}	{"lerrcp": "A2-1753"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Feulgen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN WERDEN", "geoid": 0}, "notime": null, "date-ut": "1884-09-02 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Feulgen"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN WERDEN", "geoid": 0}, "date-ut": "1884-09-02 03:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1753"}, "ids-in-sources": {"a2": "1753"}}, "raw": {"H": "4", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "2", "LAT": "51N30", "LON": "7E30", "MON": "9", "NUM": "1753", "PRO": "S", "SEC": "0", "YEA": "1884", "CITY": "ESSEN WERDEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3840	finckh-ludwi-1876-03-21	{"a2": "1754"}	{"lerrcp": "A2-1754"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludwi", "family": "Finckh", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "REUTLINGEN", "geoid": 0}, "notime": null, "date-ut": "1876-03-21 04:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ludwi", "family": "Finckh"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "REUTLINGEN", "geoid": 0}, "date-ut": "1876-03-21 04:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1754"}, "ids-in-sources": {"a2": "1754"}}, "raw": {"H": "5", "MN": "24", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "21", "LAT": "48N30", "LON": "9E 0", "MON": "3", "NUM": "1754", "PRO": "S", "SEC": "0", "YEA": "1876", "CITY": "REUTLINGEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3841	finkelnburg-rudolf-1870-12-15	{"a2": "1755"}	{"lerrcp": "A2-1755"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rudolf", "family": "Finkelnburg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BAD GODESBERG", "geoid": 0}, "notime": null, "date-ut": "1870-12-15 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Rudolf", "family": "Finkelnburg"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BAD GODESBERG", "geoid": 0}, "date-ut": "1870-12-15 13:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1755"}, "ids-in-sources": {"a2": "1755"}}, "raw": {"H": "14", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "15", "LAT": "51N30", "LON": "7E30", "MON": "12", "NUM": "1755", "PRO": "S", "SEC": "0", "YEA": "1870", "CITY": "BAD GODESBERG"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3842	finkler-dittmar-1852-07-25	{"a2": "1756"}	{"lerrcp": "A2-1756"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dittmar", "family": "Finkler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "DILLENBURG WIES", "geoid": 0}, "notime": null, "date-ut": "1852-07-25 02:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Dittmar", "family": "Finkler"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "DILLENBURG WIES", "geoid": 0}, "date-ut": "1852-07-25 02:53"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1756"}, "ids-in-sources": {"a2": "1756"}}, "raw": {"H": "3", "MN": "53", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "25", "LAT": "50N30", "LON": "9E15", "MON": "7", "NUM": "1756", "PRO": "S", "SEC": "0", "YEA": "1852", "CITY": "DILLENBURG WIES"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3843	fischer-emil-1852-10-09	{"a2": "1757"}	{"lerrcp": "A2-1757"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emil", "family": "Fischer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHEIN", "c3": null, "cy": "DE", "lg": 6.08333, "lat": 50.78333, "name": "EUSKIRCHEN", "geoid": 0}, "notime": null, "date-ut": "1852-10-09 11:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emil", "family": "Fischer"}, "birth": {"place": {"c2": "RHEIN", "cy": "DE", "lg": 6.08333, "lat": 50.78333, "name": "EUSKIRCHEN", "geoid": 0}, "date-ut": "1852-10-09 11:35:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1757"}, "ids-in-sources": {"a2": "1757"}}, "raw": {"H": "12", "MN": "35", "TZ": "-1", "COD": "RHEIN", "COU": "G", "DAY": "9", "LAT": "50N47", "LON": "6E 5", "MON": "10", "NUM": "1757", "PRO": "S", "SEC": "40", "YEA": "1852", "CITY": "EUSKIRCHEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3844	fischer-eugen-1874-06-05	{"a2": "1758"}	{"lerrcp": "A2-1758"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugen", "family": "Fischer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "KARLSRUHE", "geoid": 0}, "notime": null, "date-ut": "1874-06-05 05:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eugen", "family": "Fischer"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "KARLSRUHE", "geoid": 0}, "date-ut": "1874-06-05 05:54"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1758"}, "ids-in-sources": {"a2": "1758"}}, "raw": {"H": "6", "MN": "54", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "5", "LAT": "48N30", "LON": "9E 0", "MON": "6", "NUM": "1758", "PRO": "S", "SEC": "0", "YEA": "1874", "CITY": "KARLSRUHE"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3845	fischer-friedrich-1855-07-27	{"a2": "1759"}	{"lerrcp": "A2-1759"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Fischer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "notime": null, "date-ut": "1855-07-27 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Fischer"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "date-ut": "1855-07-27 19:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1759"}, "ids-in-sources": {"a2": "1759"}}, "raw": {"H": "20", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "27", "LAT": "51N30", "LON": "7E30", "MON": "7", "NUM": "1759", "PRO": "S", "SEC": "0", "YEA": "1855", "CITY": "KOLN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3846	fischer-hans-1881-07-27	{"a2": "1760"}	{"lerrcp": "A2-1760"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Fischer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1881-07-27 08:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Fischer"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1881-07-27 08:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1760"}, "ids-in-sources": {"a2": "1760"}}, "raw": {"H": "9", "MN": "8", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "27", "LAT": "50N30", "LON": "9E15", "MON": "7", "NUM": "1760", "PRO": "S", "SEC": "0", "YEA": "1881", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3847	fischer-heinrich-1884-12-13	{"a2": "1761"}	{"lerrcp": "A2-1761"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Fischer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BERGISCH GLADBA", "geoid": 0}, "notime": null, "date-ut": "1884-12-13 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Fischer"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BERGISCH GLADBA", "geoid": 0}, "date-ut": "1884-12-13 15:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1761"}, "ids-in-sources": {"a2": "1761"}}, "raw": {"H": "16", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "13", "LAT": "51N30", "LON": "7E30", "MON": "12", "NUM": "1761", "PRO": "S", "SEC": "0", "YEA": "1884", "CITY": "BERGISCH GLADBA"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3848	fischer-martin-1879-11-10	{"a2": "1762"}	{"lerrcp": "A2-1762"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Martin", "family": "Fischer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "KIEL GAARDEN", "geoid": 0}, "notime": null, "date-ut": "1879-11-10 00:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Martin", "family": "Fischer"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "KIEL GAARDEN", "geoid": 0}, "date-ut": "1879-11-10 00:21"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1762"}, "ids-in-sources": {"a2": "1762"}}, "raw": {"H": "1", "MN": "21", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "10", "LAT": "54N30", "LON": "9E45", "MON": "11", "NUM": "1762", "PRO": "S", "SEC": "0", "YEA": "1879", "CITY": "KIEL GAARDEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3849	fischer-walter-1882-12-27	{"a2": "1763"}	{"lerrcp": "A2-1763"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Fischer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "STUTTGART", "geoid": 0}, "notime": null, "date-ut": "1882-12-27 14:08:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Fischer"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "STUTTGART", "geoid": 0}, "date-ut": "1882-12-27 14:08:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1763"}, "ids-in-sources": {"a2": "1763"}}, "raw": {"H": "15", "MN": "8", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "27", "LAT": "48N45", "LON": "9E13", "MON": "12", "NUM": "1763", "PRO": "S", "SEC": "8", "YEA": "1882", "CITY": "STUTTGART"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3850	fischler-franz-1876-03-15	{"a2": "1764"}	{"lerrcp": "A2-1764"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Fischler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADEN", "c3": null, "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "WIESLOCH", "geoid": 0}, "notime": null, "date-ut": "1876-03-15 08:27:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Franz", "family": "Fischler"}, "birth": {"place": {"c2": "BADEN", "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "WIESLOCH", "geoid": 0}, "date-ut": "1876-03-15 08:27:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1764"}, "ids-in-sources": {"a2": "1764"}}, "raw": {"H": "9", "MN": "27", "TZ": "-1", "COD": "BADEN", "COU": "G", "DAY": "15", "LAT": "48N46", "LON": "8E14", "MON": "3", "NUM": "1764", "PRO": "S", "SEC": "4", "YEA": "1876", "CITY": "WIESLOCH"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3851	fleiner-wilhelm-1857-12-06	{"a2": "1765"}	{"lerrcp": "A2-1765"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Fleiner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "SCHOPFHEIM", "geoid": 0}, "notime": null, "date-ut": "1857-12-06 18:23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Fleiner"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "SCHOPFHEIM", "geoid": 0}, "date-ut": "1857-12-06 18:23:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1765"}, "ids-in-sources": {"a2": "1765"}}, "raw": {"H": "19", "MN": "23", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "6", "LAT": "48N45", "LON": "9E13", "MON": "12", "NUM": "1765", "PRO": "S", "SEC": "8", "YEA": "1857", "CITY": "SCHOPFHEIM"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3852	fleischer-richard-1848-09-29	{"a2": "1766"}	{"lerrcp": "A2-1766"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Fleischer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KLEVE", "geoid": 0}, "notime": null, "date-ut": "1848-09-29 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Fleischer"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KLEVE", "geoid": 0}, "date-ut": "1848-09-29 22:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1766"}, "ids-in-sources": {"a2": "1766"}}, "raw": {"H": "23", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "29", "LAT": "51N30", "LON": "7E30", "MON": "9", "NUM": "1766", "PRO": "S", "SEC": "0", "YEA": "1848", "CITY": "KLEVE"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3853	flesch-maximilian-1852-01-01	{"a2": "1767"}	{"lerrcp": "A2-1767"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maximilian", "family": "Flesch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1852-01-01 19:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maximilian", "family": "Flesch"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1852-01-01 19:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1767"}, "ids-in-sources": {"a2": "1767"}}, "raw": {"H": "20", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "1", "LAT": "50N30", "LON": "9E15", "MON": "1", "NUM": "1767", "PRO": "S", "SEC": "0", "YEA": "1852", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3854	florschutz-geor-1859-02-01	{"a2": "1768"}	{"lerrcp": "A2-1768"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Geor", "family": "Florschütz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "KONIGSBERG", "geoid": 0}, "notime": null, "date-ut": "1859-02-01 11:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Geor", "family": "Florschütz"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "KONIGSBERG", "geoid": 0}, "date-ut": "1859-02-01 11:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1768"}, "ids-in-sources": {"a2": "1768"}}, "raw": {"H": "12", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "1", "LAT": "49N 0", "LON": "11E30", "MON": "2", "NUM": "1768", "PRO": "S", "SEC": "0", "YEA": "1859", "CITY": "KONIGSBERG"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3855	flugge-gustav-1867-03-25	{"a2": "1769"}	{"lerrcp": "A2-1769"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustav", "family": "Flügge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OSTFR", "c3": null, "cy": "DE", "lg": 7.66667, "lat": 53.33333, "name": "ESENS", "geoid": 0}, "notime": null, "date-ut": "1867-03-25 04:29:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gustav", "family": "Flügge"}, "birth": {"place": {"c2": "OSTFR", "cy": "DE", "lg": 7.66667, "lat": 53.33333, "name": "ESENS", "geoid": 0}, "date-ut": "1867-03-25 04:29:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1769"}, "ids-in-sources": {"a2": "1769"}}, "raw": {"H": "5", "MN": "29", "TZ": "-1", "COD": "OSTFR", "COU": "G", "DAY": "25", "LAT": "53N20", "LON": "7E40", "MON": "3", "NUM": "1769", "PRO": "S", "SEC": "20", "YEA": "1867", "CITY": "ESENS"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3856	forster-edmund-1878-09-03	{"a2": "1770"}	{"lerrcp": "A2-1770"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmund", "family": "Forster", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1878-09-03 21:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edmund", "family": "Forster"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1878-09-03 21:14"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1770"}, "ids-in-sources": {"a2": "1770"}}, "raw": {"H": "22", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "3", "LAT": "49N 0", "LON": "11E30", "MON": "9", "NUM": "1770", "PRO": "S", "SEC": "0", "YEA": "1878", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3857	frangenheim-paul-1876-07-04	{"a2": "1771"}	{"lerrcp": "A2-1771"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Frangenheim", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BOCHUM", "geoid": 0}, "notime": null, "date-ut": "1876-07-04 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Frangenheim"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BOCHUM", "geoid": 0}, "date-ut": "1876-07-04 03:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1771"}, "ids-in-sources": {"a2": "1771"}}, "raw": {"H": "4", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "4", "LAT": "51N30", "LON": "7E30", "MON": "7", "NUM": "1771", "PRO": "S", "SEC": "0", "YEA": "1876", "CITY": "BOCHUM"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3858	frank-otto-1865-06-21	{"a2": "1772"}	{"lerrcp": "A2-1772"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Frank", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "GROSS UMSTADT", "geoid": 0}, "notime": null, "date-ut": "1865-06-21 13:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Frank"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "GROSS UMSTADT", "geoid": 0}, "date-ut": "1865-06-21 13:53"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1772"}, "ids-in-sources": {"a2": "1772"}}, "raw": {"H": "14", "MN": "53", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "21", "LAT": "50N30", "LON": "9E15", "MON": "6", "NUM": "1772", "PRO": "S", "SEC": "0", "YEA": "1865", "CITY": "GROSS UMSTADT"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3859	freise-eduard-1882-09-25	{"a2": "1773"}	{"lerrcp": "A2-1773"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eduard", "family": "Freise", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "GOTTINGEN", "geoid": 0}, "notime": null, "date-ut": "1882-09-25 03:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eduard", "family": "Freise"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "GOTTINGEN", "geoid": 0}, "date-ut": "1882-09-25 03:50"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1773"}, "ids-in-sources": {"a2": "1773"}}, "raw": {"H": "4", "MN": "50", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "25", "LAT": "52N 0", "LON": "10E 0", "MON": "9", "NUM": "1773", "PRO": "S", "SEC": "0", "YEA": "1882", "CITY": "GOTTINGEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3860	frese-otto-1871-05-15	{"a2": "1774"}	{"lerrcp": "A2-1774"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Frese", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BREM", "c3": null, "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "notime": null, "date-ut": "1871-05-15 06:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Frese"}, "birth": {"place": {"c2": "BREM", "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "date-ut": "1871-05-15 06:54:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1774"}, "ids-in-sources": {"a2": "1774"}}, "raw": {"H": "7", "MN": "54", "TZ": "-1", "COD": "BREM", "COU": "G", "DAY": "15", "LAT": "53N 5", "LON": "8E50", "MON": "5", "NUM": "1774", "PRO": "S", "SEC": "40", "YEA": "1871", "CITY": "BREMEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3861	freudenberg-ernst-1884-06-24	{"a2": "1775"}	{"lerrcp": "A2-1775"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Freudenberg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADEN", "c3": null, "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "WEINHEIM", "geoid": 0}, "notime": null, "date-ut": "1884-06-24 00:57:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Freudenberg"}, "birth": {"place": {"c2": "BADEN", "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "WEINHEIM", "geoid": 0}, "date-ut": "1884-06-24 00:57:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1775"}, "ids-in-sources": {"a2": "1775"}}, "raw": {"H": "1", "MN": "57", "TZ": "-1", "COD": "BADEN", "COU": "G", "DAY": "24", "LAT": "48N46", "LON": "8E14", "MON": "6", "NUM": "1775", "PRO": "S", "SEC": "4", "YEA": "1884", "CITY": "WEINHEIM"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3862	frey-emil-1888-07-27	{"a2": "1776"}	{"lerrcp": "A2-1776"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emil", "family": "Frey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "KAUFBEUREN", "geoid": 0}, "notime": null, "date-ut": "1888-07-27 06:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emil", "family": "Frey"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "KAUFBEUREN", "geoid": 0}, "date-ut": "1888-07-27 06:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1776"}, "ids-in-sources": {"a2": "1776"}}, "raw": {"H": "7", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "27", "LAT": "49N 0", "LON": "11E30", "MON": "7", "NUM": "1776", "PRO": "S", "SEC": "0", "YEA": "1888", "CITY": "KAUFBEUREN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3863	fromme-walther-1879-03-01	{"a2": "1777"}	{"lerrcp": "A2-1777"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walther", "family": "Fromme", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "SOEST", "geoid": 0}, "notime": null, "date-ut": "1879-03-01 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Walther", "family": "Fromme"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "SOEST", "geoid": 0}, "date-ut": "1879-03-01 13:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1777"}, "ids-in-sources": {"a2": "1777"}}, "raw": {"H": "14", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "1", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "1777", "PRO": "S", "SEC": "0", "YEA": "1879", "CITY": "SOEST"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3864	fuld-ernst-1873-05-03	{"a2": "1778"}	{"lerrcp": "A2-1778"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Fuld", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1873-05-03 10:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Fuld"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1873-05-03 10:53"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1778"}, "ids-in-sources": {"a2": "1778"}}, "raw": {"H": "11", "MN": "53", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "3", "LAT": "50N30", "LON": "9E15", "MON": "5", "NUM": "1778", "PRO": "S", "SEC": "0", "YEA": "1873", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3865	futh-heinrich-1868-01-11	{"a2": "1779"}	{"lerrcp": "A2-1779"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Füth", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN WERDEN", "geoid": 0}, "notime": null, "date-ut": "1868-01-11 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Füth"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN WERDEN", "geoid": 0}, "date-ut": "1868-01-11 13:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1779"}, "ids-in-sources": {"a2": "1779"}}, "raw": {"H": "14", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "11", "LAT": "51N30", "LON": "7E30", "MON": "1", "NUM": "1779", "PRO": "S", "SEC": "0", "YEA": "1868", "CITY": "ESSEN WERDEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3866	gans-oscar-1888-02-06	{"a2": "1780"}	{"lerrcp": "A2-1780"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oscar", "family": "Gans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHEIN", "c3": null, "cy": "DE", "lg": 6.08333, "lat": 50.78333, "name": "DORMAGEN A", "geoid": 0}, "notime": null, "date-ut": "1888-02-06 07:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Oscar", "family": "Gans"}, "birth": {"place": {"c2": "RHEIN", "cy": "DE", "lg": 6.08333, "lat": 50.78333, "name": "DORMAGEN A", "geoid": 0}, "date-ut": "1888-02-06 07:35:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1780"}, "ids-in-sources": {"a2": "1780"}}, "raw": {"H": "8", "MN": "35", "TZ": "-1", "COD": "RHEIN", "COU": "G", "DAY": "6", "LAT": "50N47", "LON": "6E 5", "MON": "2", "NUM": "1780", "PRO": "S", "SEC": "40", "YEA": "1888", "CITY": "DORMAGEN A"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3867	gauquelin-a2-1781-1853-01-24	{"a2": "1781"}	{"lerrcp": "A2-1781"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A2-1781", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHEIN", "c3": null, "cy": "DE", "lg": 6.08333, "lat": 50.78333, "name": "RHAUNEN", "geoid": 0}, "notime": null, "date-ut": "1853-01-24 13:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A2-1781"}, "birth": {"place": {"c2": "RHEIN", "cy": "DE", "lg": 6.08333, "lat": 50.78333, "name": "RHAUNEN", "geoid": 0}, "date-ut": "1853-01-24 13:35:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1781"}, "ids-in-sources": {"a2": "1781"}}, "raw": {"H": "14", "MN": "35", "TZ": "-1", "COD": "RHEIN", "COU": "G", "DAY": "24", "LAT": "50N47", "LON": "6E 5", "MON": "1", "NUM": "1781", "PRO": "S", "SEC": "40", "YEA": "1853", "CITY": "RHAUNEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3868	gansslen-max-1895-03-24	{"a2": "1782"}	{"lerrcp": "A2-1782"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Gänsslen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "WEINSBERG", "geoid": 0}, "notime": null, "date-ut": "1895-03-24 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Max", "family": "Gänsslen"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "WEINSBERG", "geoid": 0}, "date-ut": "1895-03-24 01:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1782"}, "ids-in-sources": {"a2": "1782"}}, "raw": {"H": "2", "MN": "30", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "24", "LAT": "48N45", "LON": "9E13", "MON": "3", "NUM": "1782", "PRO": "S", "SEC": "0", "YEA": "1895", "CITY": "WEINSBERG"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3869	gartner-august-1848-04-18	{"a2": "1783"}	{"lerrcp": "A2-1783"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "August", "family": "Gärtner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "OCHTRUB", "geoid": 0}, "notime": null, "date-ut": "1848-04-18 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "August", "family": "Gärtner"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "OCHTRUB", "geoid": 0}, "date-ut": "1848-04-18 09:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1783"}, "ids-in-sources": {"a2": "1783"}}, "raw": {"H": "10", "MN": "30", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "18", "LAT": "51N50", "LON": "7E30", "MON": "4", "NUM": "1783", "PRO": "S", "SEC": "0", "YEA": "1848", "CITY": "OCHTRUB"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3870	gaupp-robert-1870-10-03	{"a2": "1784"}	{"lerrcp": "A2-1784"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Gaupp", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "NEUENBURG", "geoid": 0}, "notime": null, "date-ut": "1870-10-03 21:23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Gaupp"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "NEUENBURG", "geoid": 0}, "date-ut": "1870-10-03 21:23:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1784"}, "ids-in-sources": {"a2": "1784"}}, "raw": {"H": "22", "MN": "23", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "3", "LAT": "48N45", "LON": "9E13", "MON": "10", "NUM": "1784", "PRO": "S", "SEC": "8", "YEA": "1870", "CITY": "NEUENBURG"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3871	gauss-carl-1875-10-29	{"a2": "1785"}	{"lerrcp": "A2-1785"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carl", "family": "Gauss", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "RITTERGUT LOHNE", "geoid": 0}, "notime": null, "date-ut": "1875-10-29 17:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Carl", "family": "Gauss"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "RITTERGUT LOHNE", "geoid": 0}, "date-ut": "1875-10-29 17:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1785"}, "ids-in-sources": {"a2": "1785"}}, "raw": {"H": "18", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "29", "LAT": "52N 0", "LON": "10E 0", "MON": "10", "NUM": "1785", "PRO": "S", "SEC": "0", "YEA": "1875", "CITY": "RITTERGUT LOHNE"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3872	gemund-wilhelm-1873-05-27	{"a2": "1786"}	{"lerrcp": "A2-1786"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Gemünd", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHEIN", "c3": null, "cy": "DE", "lg": 6.08333, "lat": 50.78333, "name": "NIEDER BREISIG", "geoid": 0}, "notime": null, "date-ut": "1873-05-27 00:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Gemünd"}, "birth": {"place": {"c2": "RHEIN", "cy": "DE", "lg": 6.08333, "lat": 50.78333, "name": "NIEDER BREISIG", "geoid": 0}, "date-ut": "1873-05-27 00:35:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1786"}, "ids-in-sources": {"a2": "1786"}}, "raw": {"H": "1", "MN": "35", "TZ": "-1", "COD": "RHEIN", "COU": "G", "DAY": "27", "LAT": "50N47", "LON": "6E 5", "MON": "5", "NUM": "1786", "PRO": "S", "SEC": "40", "YEA": "1873", "CITY": "NIEDER BREISIG"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3873	georgi-walter-1889-04-24	{"a2": "1787"}	{"lerrcp": "A2-1787"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Georgi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "notime": null, "date-ut": "1889-04-24 22:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Georgi"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "date-ut": "1889-04-24 22:54"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1787"}, "ids-in-sources": {"a2": "1787"}}, "raw": {"H": "23", "MN": "54", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "24", "LAT": "48N30", "LON": "9E 0", "MON": "4", "NUM": "1787", "PRO": "S", "SEC": "0", "YEA": "1889", "CITY": "HEIDELBERG"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3874	gerhartz-heinrich-1879-01-26	{"a2": "1788"}	{"lerrcp": "A2-1788"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Gerhartz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "RHEINBACH", "geoid": 0}, "notime": null, "date-ut": "1879-01-26 09:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Gerhartz"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "RHEINBACH", "geoid": 0}, "date-ut": "1879-01-26 09:15"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1788"}, "ids-in-sources": {"a2": "1788"}}, "raw": {"H": "10", "MN": "15", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "26", "LAT": "51N30", "LON": "7E30", "MON": "1", "NUM": "1788", "PRO": "S", "SEC": "0", "YEA": "1879", "CITY": "RHEINBACH"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3875	gerlach-leo-1851-01-23	{"a2": "1789"}	{"lerrcp": "A2-1789"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leo", "family": "Gerlach", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "notime": null, "date-ut": "1851-01-23 05:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Leo", "family": "Gerlach"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "date-ut": "1851-01-23 05:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1789"}, "ids-in-sources": {"a2": "1789"}}, "raw": {"H": "6", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "23", "LAT": "50N 0", "LON": "7E 0", "MON": "1", "NUM": "1789", "PRO": "S", "SEC": "0", "YEA": "1851", "CITY": "MAINZ"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3876	gessner-adolf-1864-02-04	{"a2": "1790"}	{"lerrcp": "A2-1790"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolf", "family": "Gessner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRIEDBERG", "geoid": 0}, "notime": null, "date-ut": "1864-02-04 21:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Adolf", "family": "Gessner"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRIEDBERG", "geoid": 0}, "date-ut": "1864-02-04 21:53"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1790"}, "ids-in-sources": {"a2": "1790"}}, "raw": {"H": "22", "MN": "53", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "4", "LAT": "50N30", "LON": "9E15", "MON": "2", "NUM": "1790", "PRO": "S", "SEC": "0", "YEA": "1864", "CITY": "FRIEDBERG"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3877	gies-theodor-1845-11-03	{"a2": "1791"}	{"lerrcp": "A2-1791"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodor", "family": "Gies", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HANAU", "geoid": 0}, "notime": null, "date-ut": "1845-11-03 00:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Theodor", "family": "Gies"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HANAU", "geoid": 0}, "date-ut": "1845-11-03 00:53"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1791"}, "ids-in-sources": {"a2": "1791"}}, "raw": {"H": "1", "MN": "53", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "3", "LAT": "50N30", "LON": "9E15", "MON": "11", "NUM": "1791", "PRO": "S", "SEC": "0", "YEA": "1845", "CITY": "HANAU"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3878	gins-heinrich-1883-07-21	{"a2": "1792"}	{"lerrcp": "A2-1792"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Gins", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1883-07-21 09:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Gins"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1883-07-21 09:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1792"}, "ids-in-sources": {"a2": "1792"}}, "raw": {"H": "10", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "21", "LAT": "50N30", "LON": "9E15", "MON": "7", "NUM": "1792", "PRO": "S", "SEC": "0", "YEA": "1883", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3879	goetze-otto-1886-06-25	{"a2": "1793"}	{"lerrcp": "A2-1793"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Goetze", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "GEVELSBERG", "geoid": 0}, "notime": null, "date-ut": "1886-06-25 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Goetze"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "GEVELSBERG", "geoid": 0}, "date-ut": "1886-06-25 13:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1793"}, "ids-in-sources": {"a2": "1793"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "25", "LAT": "51N30", "LON": "7E30", "MON": "6", "NUM": "1793", "PRO": "S", "SEC": "0", "YEA": "1886", "CITY": "GEVELSBERG"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3880	goldschmidt-edgar-1881-12-14	{"a2": "1794"}	{"lerrcp": "A2-1794"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edgar", "family": "Goldschmidt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1881-12-14 22:38"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edgar", "family": "Goldschmidt"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1881-12-14 22:38"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1794"}, "ids-in-sources": {"a2": "1794"}}, "raw": {"H": "23", "MN": "38", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "14", "LAT": "50N30", "LON": "9E15", "MON": "12", "NUM": "1794", "PRO": "S", "SEC": "0", "YEA": "1881", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3881	goldschmidt-richard-1878-04-12	{"a2": "1795"}	{"lerrcp": "A2-1795"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Goldschmidt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1878-04-12 03:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Goldschmidt"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1878-04-12 03:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1795"}, "ids-in-sources": {"a2": "1795"}}, "raw": {"H": "4", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "12", "LAT": "50N30", "LON": "9E15", "MON": "4", "NUM": "1795", "PRO": "S", "SEC": "0", "YEA": "1878", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3882	gollwitzer-meier-klotilde-1894-10-29	{"a2": "1796"}	{"lerrcp": "A2-1796"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Klotilde", "family": "Gollwitzer-Meier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "WOLNZACH OBB", "geoid": 0}, "notime": null, "date-ut": "1894-10-29 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Klotilde", "family": "Gollwitzer-Meier"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "WOLNZACH OBB", "geoid": 0}, "date-ut": "1894-10-29 15:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1796"}, "ids-in-sources": {"a2": "1796"}}, "raw": {"H": "16", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "29", "LAT": "49N 0", "LON": "11E30", "MON": "10", "NUM": "1796", "PRO": "S", "SEC": "0", "YEA": "1894", "CITY": "WOLNZACH OBB"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3883	gott-theodor-1880-11-03	{"a2": "1797"}	{"lerrcp": "A2-1797"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodor", "family": "Gött", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1880-11-03 17:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Theodor", "family": "Gött"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1880-11-03 17:14"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1797"}, "ids-in-sources": {"a2": "1797"}}, "raw": {"H": "18", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "3", "LAT": "49N 0", "LON": "11E30", "MON": "11", "NUM": "1797", "PRO": "S", "SEC": "0", "YEA": "1880", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3884	gottschalk-sigmund-1860-10-21	{"a2": "1798"}	{"lerrcp": "A2-1798"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sigmund", "family": "Gottschalk", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHEIN", "c3": null, "cy": "DE", "lg": 6.08333, "lat": 50.78333, "name": "KONIGFELD", "geoid": 0}, "notime": null, "date-ut": "1860-10-21 03:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Sigmund", "family": "Gottschalk"}, "birth": {"place": {"c2": "RHEIN", "cy": "DE", "lg": 6.08333, "lat": 50.78333, "name": "KONIGFELD", "geoid": 0}, "date-ut": "1860-10-21 03:35:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1798"}, "ids-in-sources": {"a2": "1798"}}, "raw": {"H": "4", "MN": "35", "TZ": "-1", "COD": "RHEIN", "COU": "G", "DAY": "21", "LAT": "50N47", "LON": "6E 5", "MON": "10", "NUM": "1798", "PRO": "S", "SEC": "40", "YEA": "1860", "CITY": "KONIGFELD"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3885	gradle-henry-1855-08-17	{"a2": "1799"}	{"lerrcp": "A2-1799"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Gradle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1855-08-17 05:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Gradle"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1855-08-17 05:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1799"}, "ids-in-sources": {"a2": "1799"}}, "raw": {"H": "6", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "17", "LAT": "50N30", "LON": "9E15", "MON": "8", "NUM": "1799", "PRO": "S", "SEC": "0", "YEA": "1855", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3886	graef-siegfried-1887-03-22	{"a2": "1800"}	{"lerrcp": "A2-1800"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Siegfried", "family": "Graef", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "KARLSRUHE", "geoid": 0}, "notime": null, "date-ut": "1887-03-22 05:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Siegfried", "family": "Graef"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "KARLSRUHE", "geoid": 0}, "date-ut": "1887-03-22 05:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1800"}, "ids-in-sources": {"a2": "1800"}}, "raw": {"H": "6", "MN": "24", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "22", "LAT": "48N30", "LON": "9E 0", "MON": "3", "NUM": "1800", "PRO": "S", "SEC": "0", "YEA": "1887", "CITY": "KARLSRUHE"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3887	graeper-ludwi-1882-03-30	{"a2": "1801"}	{"lerrcp": "A2-1801"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludwi", "family": "Graeper", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1882-03-30 04:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ludwi", "family": "Graeper"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1882-03-30 04:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1801"}, "ids-in-sources": {"a2": "1801"}}, "raw": {"H": "5", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "30", "LAT": "50N30", "LON": "9E15", "MON": "3", "NUM": "1801", "PRO": "S", "SEC": "0", "YEA": "1882", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3888	graff-erwin-1878-09-23	{"a2": "1802"}	{"lerrcp": "A2-1802"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erwin", "family": "Graff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED FR", "c3": null, "cy": "DE", "lg": 9.15, "lat": 49.98333, "name": "ASCHAFFENBURG", "geoid": 0}, "notime": null, "date-ut": "1878-09-23 01:53:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Erwin", "family": "Graff"}, "birth": {"place": {"c2": "NIED FR", "cy": "DE", "lg": 9.15, "lat": 49.98333, "name": "ASCHAFFENBURG", "geoid": 0}, "date-ut": "1878-09-23 01:53:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1802"}, "ids-in-sources": {"a2": "1802"}}, "raw": {"H": "2", "MN": "53", "TZ": "-1", "COD": "NIED FR", "COU": "G", "DAY": "23", "LAT": "49N59", "LON": "9E 9", "MON": "9", "NUM": "1802", "PRO": "S", "SEC": "24", "YEA": "1878", "CITY": "ASCHAFFENBURG"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3889	grahe-karl-1890-04-26	{"a2": "1803"}	{"lerrcp": "A2-1803"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Grahe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "STADTOLDENDORF", "geoid": 0}, "notime": null, "date-ut": "1890-04-26 19:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Grahe"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "STADTOLDENDORF", "geoid": 0}, "date-ut": "1890-04-26 19:50"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1803"}, "ids-in-sources": {"a2": "1803"}}, "raw": {"H": "20", "MN": "50", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "26", "LAT": "52N 0", "LON": "10E 0", "MON": "4", "NUM": "1803", "PRO": "S", "SEC": "0", "YEA": "1890", "CITY": "STADTOLDENDORF"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3890	graser-ernst-1860-04-04	{"a2": "1804"}	{"lerrcp": "A2-1804"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Graser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "FEUCHTWANGEN", "geoid": 0}, "notime": null, "date-ut": "1860-04-04 11:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Graser"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "FEUCHTWANGEN", "geoid": 0}, "date-ut": "1860-04-04 11:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1804"}, "ids-in-sources": {"a2": "1804"}}, "raw": {"H": "12", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "4", "LAT": "49N 0", "LON": "11E30", "MON": "4", "NUM": "1804", "PRO": "S", "SEC": "0", "YEA": "1860", "CITY": "FEUCHTWANGEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3891	grashey-rudolf-1876-02-24	{"a2": "1805"}	{"lerrcp": "A2-1805"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rudolf", "family": "Grashey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "DEGGENDORF", "geoid": 0}, "notime": null, "date-ut": "1876-02-24 07:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Rudolf", "family": "Grashey"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "DEGGENDORF", "geoid": 0}, "date-ut": "1876-02-24 07:59"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1805"}, "ids-in-sources": {"a2": "1805"}}, "raw": {"H": "8", "MN": "59", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "24", "LAT": "49N 0", "LON": "11E30", "MON": "2", "NUM": "1805", "PRO": "S", "SEC": "0", "YEA": "1876", "CITY": "DEGGENDORF"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3892	grassl-joseph-1858-09-20	{"a2": "1806"}	{"lerrcp": "A2-1806"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Grassl", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "HOLL I D OBERPF", "geoid": 0}, "notime": null, "date-ut": "1858-09-20 05:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Grassl"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "HOLL I D OBERPF", "geoid": 0}, "date-ut": "1858-09-20 05:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1806"}, "ids-in-sources": {"a2": "1806"}}, "raw": {"H": "6", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "20", "LAT": "50N 0", "LON": "7E 0", "MON": "9", "NUM": "1806", "PRO": "S", "SEC": "0", "YEA": "1858", "CITY": "HOLL I D OBERPF"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3893	greeff-richard-1862-06-18	{"a2": "1807"}	{"lerrcp": "A2-1807"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Greeff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL ELBER", "geoid": 0}, "notime": null, "date-ut": "1862-06-18 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Greeff"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL ELBER", "geoid": 0}, "date-ut": "1862-06-18 00:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1807"}, "ids-in-sources": {"a2": "1807"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "18", "LAT": "51N30", "LON": "7E30", "MON": "6", "NUM": "1807", "PRO": "S", "SEC": "0", "YEA": "1862", "CITY": "WUPPERTAL ELBER"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3894	greving-richard-1887-01-31	{"a2": "1808"}	{"lerrcp": "A2-1808"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Greving", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "AMORBACH", "geoid": 0}, "notime": null, "date-ut": "1887-01-31 00:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Greving"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "AMORBACH", "geoid": 0}, "date-ut": "1887-01-31 00:14"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1808"}, "ids-in-sources": {"a2": "1808"}}, "raw": {"H": "1", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "31", "LAT": "49N 0", "LON": "11E30", "MON": "1", "NUM": "1808", "PRO": "S", "SEC": "0", "YEA": "1887", "CITY": "AMORBACH"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3895	groebbels-franz-1888-09-01	{"a2": "1809"}	{"lerrcp": "A2-1809"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Groebbels", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "SIGMARINGEN", "geoid": 0}, "notime": null, "date-ut": "1888-09-01 05:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Franz", "family": "Groebbels"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "SIGMARINGEN", "geoid": 0}, "date-ut": "1888-09-01 05:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1809"}, "ids-in-sources": {"a2": "1809"}}, "raw": {"H": "6", "MN": "24", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "1", "LAT": "48N30", "LON": "9E 0", "MON": "9", "NUM": "1809", "PRO": "S", "SEC": "0", "YEA": "1888", "CITY": "SIGMARINGEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3896	groedel-franz-1881-05-25	{"a2": "1810"}	{"lerrcp": "A2-1810"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Groedel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "BAD NAUHEIM", "geoid": 0}, "notime": null, "date-ut": "1881-05-25 12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Franz", "family": "Groedel"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "BAD NAUHEIM", "geoid": 0}, "date-ut": "1881-05-25 12:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1810"}, "ids-in-sources": {"a2": "1810"}}, "raw": {"H": "13", "MN": "8", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "25", "LAT": "50N30", "LON": "9E15", "MON": "5", "NUM": "1810", "PRO": "S", "SEC": "0", "YEA": "1881", "CITY": "BAD NAUHEIM"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3897	gross-oskar-1881-03-05	{"a2": "1811"}	{"lerrcp": "A2-1811"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oskar", "family": "Gross", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "notime": null, "date-ut": "1881-03-05 01:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Oskar", "family": "Gross"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "date-ut": "1881-03-05 01:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1811"}, "ids-in-sources": {"a2": "1811"}}, "raw": {"H": "2", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "5", "LAT": "50N 0", "LON": "7E 0", "MON": "3", "NUM": "1811", "PRO": "S", "SEC": "0", "YEA": "1881", "CITY": "MAINZ"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3898	gross-walter-1878-01-12	{"a2": "1812"}	{"lerrcp": "A2-1812"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Gross", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADEN", "c3": null, "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "WALDKIRCH", "geoid": 0}, "notime": null, "date-ut": "1878-01-12 17:27:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Gross"}, "birth": {"place": {"c2": "BADEN", "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "WALDKIRCH", "geoid": 0}, "date-ut": "1878-01-12 17:27:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1812"}, "ids-in-sources": {"a2": "1812"}}, "raw": {"H": "18", "MN": "27", "TZ": "-1", "COD": "BADEN", "COU": "G", "DAY": "12", "LAT": "48N46", "LON": "8E14", "MON": "1", "NUM": "1812", "PRO": "S", "SEC": "4", "YEA": "1878", "CITY": "WALDKIRCH"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3899	grote-louis-1886-04-19	{"a2": "1813"}	{"lerrcp": "A2-1813"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Grote", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BREM", "c3": null, "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "notime": null, "date-ut": "1886-04-19 02:24:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Grote"}, "birth": {"place": {"c2": "BREM", "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "date-ut": "1886-04-19 02:24:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1813"}, "ids-in-sources": {"a2": "1813"}}, "raw": {"H": "3", "MN": "24", "TZ": "-1", "COD": "BREM", "COU": "G", "DAY": "19", "LAT": "53N 5", "LON": "8E50", "MON": "4", "NUM": "1813", "PRO": "S", "SEC": "40", "YEA": "1886", "CITY": "BREMEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3900	grotjahn-alfred-1869-11-25	{"a2": "1814"}	{"lerrcp": "A2-1814"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Grotjahn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "SCHLADEN HARZ", "geoid": 0}, "notime": null, "date-ut": "1869-11-25 19:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Grotjahn"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "SCHLADEN HARZ", "geoid": 0}, "date-ut": "1869-11-25 19:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1814"}, "ids-in-sources": {"a2": "1814"}}, "raw": {"H": "20", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "25", "LAT": "52N 0", "LON": "10E 0", "MON": "11", "NUM": "1814", "PRO": "S", "SEC": "0", "YEA": "1869", "CITY": "SCHLADEN HARZ"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3901	grouven-karl-1872-01-21	{"a2": "1815"}	{"lerrcp": "A2-1815"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Grouven", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "DUREN", "geoid": 0}, "notime": null, "date-ut": "1872-01-21 14:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Grouven"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "DUREN", "geoid": 0}, "date-ut": "1872-01-21 14:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1815"}, "ids-in-sources": {"a2": "1815"}}, "raw": {"H": "15", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "21", "LAT": "50N 0", "LON": "7E 0", "MON": "1", "NUM": "1815", "PRO": "S", "SEC": "0", "YEA": "1872", "CITY": "DUREN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3902	gruber-geor-1884-02-22	{"a2": "1816"}	{"lerrcp": "A2-1816"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Geor", "family": "Gruber", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1884-02-22 02:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Geor", "family": "Gruber"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1884-02-22 02:59"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1816"}, "ids-in-sources": {"a2": "1816"}}, "raw": {"H": "3", "MN": "59", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "22", "LAT": "49N 0", "LON": "11E30", "MON": "2", "NUM": "1816", "PRO": "S", "SEC": "0", "YEA": "1884", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3903	gruter-wilhelm-1882-07-30	{"a2": "1817"}	{"lerrcp": "A2-1817"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Grüter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "notime": null, "date-ut": "1882-07-30 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Grüter"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "date-ut": "1882-07-30 01:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1817"}, "ids-in-sources": {"a2": "1817"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "30", "LAT": "51N30", "LON": "7E30", "MON": "7", "NUM": "1817", "PRO": "S", "SEC": "0", "YEA": "1882", "CITY": "ESSEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3904	guggenheimer-hans-1886-07-03	{"a2": "1818"}	{"lerrcp": "A2-1818"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Guggenheimer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "notime": null, "date-ut": "1886-07-03 10:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Guggenheimer"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "date-ut": "1886-07-03 10:59"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1818"}, "ids-in-sources": {"a2": "1818"}}, "raw": {"H": "11", "MN": "59", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "3", "LAT": "49N 0", "LON": "11E30", "MON": "7", "NUM": "1818", "PRO": "S", "SEC": "0", "YEA": "1886", "CITY": "NURNBERG"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3905	gunther-hans-1884-07-09	{"a2": "1819"}	{"lerrcp": "A2-1819"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Günther", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ALEXANDERSBAD", "geoid": 0}, "notime": null, "date-ut": "1884-07-09 18:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Günther"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ALEXANDERSBAD", "geoid": 0}, "date-ut": "1884-07-09 18:29"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1819"}, "ids-in-sources": {"a2": "1819"}}, "raw": {"H": "19", "MN": "29", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "9", "LAT": "49N 0", "LON": "11E30", "MON": "7", "NUM": "1819", "PRO": "S", "SEC": "0", "YEA": "1884", "CITY": "ALEXANDERSBAD"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3906	guthmann-heinrich-1893-07-07	{"a2": "1820"}	{"lerrcp": "A2-1820"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Guthmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "notime": null, "date-ut": "1893-07-07 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Guthmann"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "date-ut": "1893-07-07 17:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1820"}, "ids-in-sources": {"a2": "1820"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "7", "LAT": "49N 0", "LON": "11E30", "MON": "7", "NUM": "1820", "PRO": "S", "SEC": "0", "YEA": "1893", "CITY": "NURNBERG"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3907	haas-geor-1886-04-24	{"a2": "1821"}	{"lerrcp": "A2-1821"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Geor", "family": "Haas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "notime": null, "date-ut": "1886-04-24 17:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Geor", "family": "Haas"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "date-ut": "1886-04-24 17:59"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1821"}, "ids-in-sources": {"a2": "1821"}}, "raw": {"H": "18", "MN": "59", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "24", "LAT": "49N 0", "LON": "11E30", "MON": "4", "NUM": "1821", "PRO": "S", "SEC": "0", "YEA": "1886", "CITY": "NURNBERG"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3908	hackenbruch-peter-1865-05-19	{"a2": "1822"}	{"lerrcp": "A2-1822"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Peter", "family": "Hackenbruch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "ANDERNACH A RH", "geoid": 0}, "notime": null, "date-ut": "1865-05-19 16:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Peter", "family": "Hackenbruch"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "ANDERNACH A RH", "geoid": 0}, "date-ut": "1865-05-19 16:02"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1822"}, "ids-in-sources": {"a2": "1822"}}, "raw": {"H": "17", "MN": "2", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "19", "LAT": "50N 0", "LON": "7E 0", "MON": "5", "NUM": "1822", "PRO": "S", "SEC": "0", "YEA": "1865", "CITY": "ANDERNACH A RH"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3909	gauquelin-a2-1823-1853-11-23	{"a2": "1823"}	{"lerrcp": "A2-1823"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A2-1823", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "GERMERSHEIM", "geoid": 0}, "notime": null, "date-ut": "1853-11-23 23:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A2-1823"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "GERMERSHEIM", "geoid": 0}, "date-ut": "1853-11-23 23:02"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1823"}, "ids-in-sources": {"a2": "1823"}}, "raw": {"H": "0", "MN": "2", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "24", "LAT": "50N 0", "LON": "7E 0", "MON": "11", "NUM": "1823", "PRO": "S", "SEC": "0", "YEA": "1853", "CITY": "GERMERSHEIM"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3910	hahn-hermann-1872-09-19	{"a2": "1824"}	{"lerrcp": "A2-1824"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Hahn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ANSBACH", "geoid": 0}, "notime": null, "date-ut": "1872-09-19 13:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Hahn"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ANSBACH", "geoid": 0}, "date-ut": "1872-09-19 13:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1824"}, "ids-in-sources": {"a2": "1824"}}, "raw": {"H": "14", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "19", "LAT": "49N 0", "LON": "11E30", "MON": "9", "NUM": "1824", "PRO": "S", "SEC": "0", "YEA": "1872", "CITY": "ANSBACH"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3911	hamel-karl-1870-06-19	{"a2": "1825"}	{"lerrcp": "A2-1825"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Hamel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUREN", "geoid": 0}, "notime": null, "date-ut": "1870-06-19 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Hamel"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUREN", "geoid": 0}, "date-ut": "1870-06-19 19:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1825"}, "ids-in-sources": {"a2": "1825"}}, "raw": {"H": "20", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "19", "LAT": "51N30", "LON": "7E30", "MON": "6", "NUM": "1825", "PRO": "S", "SEC": "0", "YEA": "1870", "CITY": "DUREN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3912	hansemann-david-1858-09-05	{"a2": "1826"}	{"lerrcp": "A2-1826"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "David", "family": "Hansemann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 6.03333, "lat": 50.63333, "name": "EUPEN", "geoid": 0}, "notime": null, "date-ut": "1858-09-05 04:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "David", "family": "Hansemann"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 6.03333, "lat": 50.63333, "name": "EUPEN", "geoid": 0}, "date-ut": "1858-09-05 04:35:52"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1826"}, "ids-in-sources": {"a2": "1826"}}, "raw": {"H": "4", "MN": "35", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "5", "LAT": "50N38", "LON": "6E 2", "MON": "9", "NUM": "1826", "PRO": "S", "SEC": "52", "YEA": "1858", "CITY": "EUPEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3913	hansen-karl-1893-05-07	{"a2": "1827"}	{"lerrcp": "A2-1827"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Hansen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "TRIER", "geoid": 0}, "notime": null, "date-ut": "1893-05-07 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Hansen"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "TRIER", "geoid": 0}, "date-ut": "1893-05-07 16:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1827"}, "ids-in-sources": {"a2": "1827"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "7", "LAT": "50N 0", "LON": "7E 0", "MON": "5", "NUM": "1827", "PRO": "S", "SEC": "0", "YEA": "1893", "CITY": "TRIER"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3914	hanser-robert-1884-01-16	{"a2": "1828"}	{"lerrcp": "A2-1828"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Hanser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MANNHEIM", "geoid": 0}, "notime": null, "date-ut": "1884-01-16 11:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Hanser"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MANNHEIM", "geoid": 0}, "date-ut": "1884-01-16 11:29"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1828"}, "ids-in-sources": {"a2": "1828"}}, "raw": {"H": "12", "MN": "29", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "16", "LAT": "49N 0", "LON": "11E30", "MON": "1", "NUM": "1828", "PRO": "S", "SEC": "0", "YEA": "1884", "CITY": "MANNHEIM"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3915	harms-clemens-1875-09-23	{"a2": "1829"}	{"lerrcp": "A2-1829"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clemens", "family": "Harms", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "WIENHAUSEN", "geoid": 0}, "notime": null, "date-ut": "1875-09-23 02:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Clemens", "family": "Harms"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "WIENHAUSEN", "geoid": 0}, "date-ut": "1875-09-23 02:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1829"}, "ids-in-sources": {"a2": "1829"}}, "raw": {"H": "3", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "23", "LAT": "52N 0", "LON": "10E 0", "MON": "9", "NUM": "1829", "PRO": "S", "SEC": "0", "YEA": "1875", "CITY": "WIENHAUSEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3916	hart-carl-1876-08-01	{"a2": "1830"}	{"lerrcp": "A2-1830"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carl", "family": "Hart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "RUNKEL", "geoid": 0}, "notime": null, "date-ut": "1876-08-01 04:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Carl", "family": "Hart"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "RUNKEL", "geoid": 0}, "date-ut": "1876-08-01 04:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1830"}, "ids-in-sources": {"a2": "1830"}}, "raw": {"H": "5", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "1", "LAT": "50N30", "LON": "9E15", "MON": "8", "NUM": "1830", "PRO": "S", "SEC": "0", "YEA": "1876", "CITY": "RUNKEL"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3917	hartmann-adele-1881-01-09	{"a2": "1831"}	{"lerrcp": "A2-1831"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adele", "family": "Hartmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NEU ULM", "geoid": 0}, "notime": null, "date-ut": "1881-01-09 21:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Adele", "family": "Hartmann"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NEU ULM", "geoid": 0}, "date-ut": "1881-01-09 21:14"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1831"}, "ids-in-sources": {"a2": "1831"}}, "raw": {"H": "22", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "9", "LAT": "49N 0", "LON": "11E30", "MON": "1", "NUM": "1831", "PRO": "S", "SEC": "0", "YEA": "1881", "CITY": "NEU ULM"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3918	hartmann-arthur-1849-01-01	{"a2": "1832"}	{"lerrcp": "A2-1832"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Hartmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "HEIDENHEIM", "geoid": 0}, "notime": null, "date-ut": "1849-01-01 10:23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Hartmann"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "HEIDENHEIM", "geoid": 0}, "date-ut": "1849-01-01 10:23:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1832"}, "ids-in-sources": {"a2": "1832"}}, "raw": {"H": "11", "MN": "23", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "1", "LAT": "48N45", "LON": "9E13", "MON": "1", "NUM": "1832", "PRO": "S", "SEC": "8", "YEA": "1849", "CITY": "HEIDENHEIM"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3919	hartmann-max-1876-07-07	{"a2": "1833"}	{"lerrcp": "A2-1833"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Hartmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "LAUTERECKEN", "geoid": 0}, "notime": null, "date-ut": "1876-07-07 09:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Max", "family": "Hartmann"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "LAUTERECKEN", "geoid": 0}, "date-ut": "1876-07-07 09:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1833"}, "ids-in-sources": {"a2": "1833"}}, "raw": {"H": "10", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "7", "LAT": "50N 0", "LON": "7E 0", "MON": "7", "NUM": "1833", "PRO": "S", "SEC": "0", "YEA": "1876", "CITY": "LAUTERECKEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3920	harz-karl-1842-11-28	{"a2": "1834"}	{"lerrcp": "A2-1834"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Harz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "GAMMERTINGEN", "geoid": 0}, "notime": null, "date-ut": "1842-11-28 08:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Harz"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "GAMMERTINGEN", "geoid": 0}, "date-ut": "1842-11-28 08:54"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1834"}, "ids-in-sources": {"a2": "1834"}}, "raw": {"H": "9", "MN": "54", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "28", "LAT": "48N30", "LON": "9E 0", "MON": "11", "NUM": "1834", "PRO": "S", "SEC": "0", "YEA": "1842", "CITY": "GAMMERTINGEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3921	hauck-leo-1874-05-29	{"a2": "1835"}	{"lerrcp": "A2-1835"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leo", "family": "Hauck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "VACH UBER FURTH", "geoid": 0}, "notime": null, "date-ut": "1874-05-29 04:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Leo", "family": "Hauck"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "VACH UBER FURTH", "geoid": 0}, "date-ut": "1874-05-29 04:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1835"}, "ids-in-sources": {"a2": "1835"}}, "raw": {"H": "5", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "29", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "1835", "PRO": "S", "SEC": "0", "YEA": "1874", "CITY": "VACH UBER FURTH"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3922	haupt-walther-1888-04-15	{"a2": "1836"}	{"lerrcp": "A2-1836"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walther", "family": "Haupt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "BAD KISSINGEN", "geoid": 0}, "notime": null, "date-ut": "1888-04-15 01:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Walther", "family": "Haupt"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "BAD KISSINGEN", "geoid": 0}, "date-ut": "1888-04-15 01:29"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1836"}, "ids-in-sources": {"a2": "1836"}}, "raw": {"H": "2", "MN": "29", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "15", "LAT": "49N 0", "LON": "11E30", "MON": "4", "NUM": "1836", "PRO": "S", "SEC": "0", "YEA": "1888", "CITY": "BAD KISSINGEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3923	hauser-gustav-1856-07-13	{"a2": "1837"}	{"lerrcp": "A2-1837"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustav", "family": "Hauser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NORDLINGEN", "geoid": 0}, "notime": null, "date-ut": "1856-07-13 13:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gustav", "family": "Hauser"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NORDLINGEN", "geoid": 0}, "date-ut": "1856-07-13 13:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1837"}, "ids-in-sources": {"a2": "1837"}}, "raw": {"H": "14", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "13", "LAT": "49N 0", "LON": "11E30", "MON": "7", "NUM": "1837", "PRO": "S", "SEC": "0", "YEA": "1856", "CITY": "NORDLINGEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3924	haymann-ludwig-1877-04-10	{"a2": "1838"}	{"lerrcp": "A2-1838"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludwig", "family": "Haymann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1877-04-10 00:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ludwig", "family": "Haymann"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1877-04-10 00:29"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1838"}, "ids-in-sources": {"a2": "1838"}}, "raw": {"H": "1", "MN": "29", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "10", "LAT": "49N 0", "LON": "11E30", "MON": "4", "NUM": "1838", "PRO": "S", "SEC": "0", "YEA": "1877", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3925	hegler-carl-1878-08-11	{"a2": "1839"}	{"lerrcp": "A2-1839"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carl", "family": "Hegler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "STUTTGART", "geoid": 0}, "notime": null, "date-ut": "1878-08-11 02:08:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Carl", "family": "Hegler"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "STUTTGART", "geoid": 0}, "date-ut": "1878-08-11 02:08:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1839"}, "ids-in-sources": {"a2": "1839"}}, "raw": {"H": "3", "MN": "8", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "11", "LAT": "48N45", "LON": "9E13", "MON": "8", "NUM": "1839", "PRO": "S", "SEC": "8", "YEA": "1878", "CITY": "STUTTGART"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3926	heiderich-friedrich-1878-07-12	{"a2": "1840"}	{"lerrcp": "A2-1840"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Heiderich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HANAU", "geoid": 0}, "notime": null, "date-ut": "1878-07-12 16:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Heiderich"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HANAU", "geoid": 0}, "date-ut": "1878-07-12 16:53"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1840"}, "ids-in-sources": {"a2": "1840"}}, "raw": {"H": "17", "MN": "53", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "12", "LAT": "50N30", "LON": "9E15", "MON": "7", "NUM": "1840", "PRO": "S", "SEC": "0", "YEA": "1878", "CITY": "HANAU"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3927	heilner-ernst-1876-07-25	{"a2": "1841"}	{"lerrcp": "A2-1841"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Heilner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "STUTTGART", "geoid": 0}, "notime": null, "date-ut": "1876-07-25 06:23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Heilner"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "STUTTGART", "geoid": 0}, "date-ut": "1876-07-25 06:23:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1841"}, "ids-in-sources": {"a2": "1841"}}, "raw": {"H": "7", "MN": "23", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "25", "LAT": "48N45", "LON": "9E13", "MON": "7", "NUM": "1841", "PRO": "S", "SEC": "8", "YEA": "1876", "CITY": "STUTTGART"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3928	heim-ludwi-1857-02-13	{"a2": "1842"}	{"lerrcp": "A2-1842"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludwi", "family": "Heim", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "EICHSTATT", "geoid": 0}, "notime": null, "date-ut": "1857-02-13 17:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ludwi", "family": "Heim"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "EICHSTATT", "geoid": 0}, "date-ut": "1857-02-13 17:14"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1842"}, "ids-in-sources": {"a2": "1842"}}, "raw": {"H": "18", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "13", "LAT": "49N 0", "LON": "11E30", "MON": "2", "NUM": "1842", "PRO": "S", "SEC": "0", "YEA": "1857", "CITY": "EICHSTATT"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3929	heineke-hermann-1873-10-14	{"a2": "1843"}	{"lerrcp": "A2-1843"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Heineke", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ERLANGEN", "geoid": 0}, "notime": null, "date-ut": "1873-10-14 15:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Heineke"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ERLANGEN", "geoid": 0}, "date-ut": "1873-10-14 15:14"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1843"}, "ids-in-sources": {"a2": "1843"}}, "raw": {"H": "16", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "14", "LAT": "49N 0", "LON": "11E30", "MON": "10", "NUM": "1843", "PRO": "S", "SEC": "0", "YEA": "1873", "CITY": "ERLANGEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3930	hellmuth-karl-1889-11-13	{"a2": "1844"}	{"lerrcp": "A2-1844"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Hellmuth", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "EUTIN OLDENBURG", "geoid": 0}, "notime": null, "date-ut": "1889-11-13 07:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Hellmuth"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "EUTIN OLDENBURG", "geoid": 0}, "date-ut": "1889-11-13 07:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1844"}, "ids-in-sources": {"a2": "1844"}}, "raw": {"H": "8", "MN": "36", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "13", "LAT": "54N30", "LON": "9E45", "MON": "11", "NUM": "1844", "PRO": "S", "SEC": "0", "YEA": "1889", "CITY": "EUTIN OLDENBURG"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3931	herrenknecht-wilhelm-1865-05-19	{"a2": "1845"}	{"lerrcp": "A2-1845"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Herrenknecht", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADEN", "c3": null, "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "NONNENWEIER", "geoid": 0}, "notime": null, "date-ut": "1865-05-19 10:27:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Herrenknecht"}, "birth": {"place": {"c2": "BADEN", "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "NONNENWEIER", "geoid": 0}, "date-ut": "1865-05-19 10:27:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1845"}, "ids-in-sources": {"a2": "1845"}}, "raw": {"H": "11", "MN": "27", "TZ": "-1", "COD": "BADEN", "COU": "G", "DAY": "19", "LAT": "48N46", "LON": "8E14", "MON": "5", "NUM": "1845", "PRO": "S", "SEC": "4", "YEA": "1865", "CITY": "NONNENWEIER"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3932	herrmannsdorfer-adolf-1889-05-08	{"a2": "1846"}	{"lerrcp": "A2-1846"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolf", "family": "Herrmannsdorfer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DORTMUND", "geoid": 0}, "notime": null, "date-ut": "1889-05-08 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Adolf", "family": "Herrmannsdorfer"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DORTMUND", "geoid": 0}, "date-ut": "1889-05-08 21:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1846"}, "ids-in-sources": {"a2": "1846"}}, "raw": {"H": "22", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "8", "LAT": "51N30", "LON": "7E30", "MON": "5", "NUM": "1846", "PRO": "S", "SEC": "0", "YEA": "1889", "CITY": "DORTMUND"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3933	hertwig-oskar-1849-04-21	{"a2": "1847"}	{"lerrcp": "A2-1847"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oskar", "family": "Hertwig", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRIEDBERG", "geoid": 0}, "notime": null, "date-ut": "1849-04-21 21:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Oskar", "family": "Hertwig"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRIEDBERG", "geoid": 0}, "date-ut": "1849-04-21 21:53"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1847"}, "ids-in-sources": {"a2": "1847"}}, "raw": {"H": "22", "MN": "53", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "21", "LAT": "50N30", "LON": "9E15", "MON": "4", "NUM": "1847", "PRO": "S", "SEC": "0", "YEA": "1849", "CITY": "FRIEDBERG"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3934	hertwig-richard-1850-09-22	{"a2": "1848"}	{"lerrcp": "A2-1848"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Hertwig", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRIEDBERG", "geoid": 0}, "notime": null, "date-ut": "1850-09-22 23:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Hertwig"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRIEDBERG", "geoid": 0}, "date-ut": "1850-09-22 23:53"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1848"}, "ids-in-sources": {"a2": "1848"}}, "raw": {"H": "0", "MN": "53", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "23", "LAT": "50N30", "LON": "9E15", "MON": "9", "NUM": "1848", "PRO": "S", "SEC": "0", "YEA": "1850", "CITY": "FRIEDBERG"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3935	herzog-geor-1884-11-04	{"a2": "1849"}	{"lerrcp": "A2-1849"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Geor", "family": "Herzog", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "notime": null, "date-ut": "1884-11-04 08:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Geor", "family": "Herzog"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "date-ut": "1884-11-04 08:59"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1849"}, "ids-in-sources": {"a2": "1849"}}, "raw": {"H": "9", "MN": "59", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "4", "LAT": "49N 0", "LON": "11E30", "MON": "11", "NUM": "1849", "PRO": "S", "SEC": "0", "YEA": "1884", "CITY": "NURNBERG"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3936	herzog-maximilian-1858-09-17	{"a2": "1850"}	{"lerrcp": "A2-1850"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maximilian", "family": "Herzog", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1858-09-17 06:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maximilian", "family": "Herzog"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1858-09-17 06:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1850"}, "ids-in-sources": {"a2": "1850"}}, "raw": {"H": "7", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "17", "LAT": "50N30", "LON": "9E15", "MON": "9", "NUM": "1850", "PRO": "S", "SEC": "0", "YEA": "1858", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3937	hess-carl-1863-03-07	{"a2": "1851"}	{"lerrcp": "A2-1851"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carl", "family": "Hess", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "notime": null, "date-ut": "1863-03-07 02:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Carl", "family": "Hess"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "date-ut": "1863-03-07 02:02"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1851"}, "ids-in-sources": {"a2": "1851"}}, "raw": {"H": "3", "MN": "2", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "7", "LAT": "50N 0", "LON": "7E 0", "MON": "3", "NUM": "1851", "PRO": "S", "SEC": "0", "YEA": "1863", "CITY": "MAINZ"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3938	hessing-friedrich-1838-06-19	{"a2": "1852"}	{"lerrcp": "A2-1852"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Hessing", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "SCHONBRONN", "geoid": 0}, "notime": null, "date-ut": "1838-06-19 08:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Hessing"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "SCHONBRONN", "geoid": 0}, "date-ut": "1838-06-19 08:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1852"}, "ids-in-sources": {"a2": "1852"}}, "raw": {"H": "9", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "19", "LAT": "49N 0", "LON": "11E30", "MON": "6", "NUM": "1852", "PRO": "S", "SEC": "0", "YEA": "1838", "CITY": "SCHONBRONN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3939	hetsch-heinrich-1873-07-02	{"a2": "1853"}	{"lerrcp": "A2-1853"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Hetsch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "notime": null, "date-ut": "1873-07-02 07:47"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Hetsch"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "date-ut": "1873-07-02 07:47"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1853"}, "ids-in-sources": {"a2": "1853"}}, "raw": {"H": "8", "MN": "47", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "2", "LAT": "50N 0", "LON": "7E 0", "MON": "7", "NUM": "1853", "PRO": "S", "SEC": "0", "YEA": "1873", "CITY": "MAINZ"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3940	hildebrandt-fritz-1887-11-03	{"a2": "1854"}	{"lerrcp": "A2-1854"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Hildebrandt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "notime": null, "date-ut": "1887-11-03 07:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Fritz", "family": "Hildebrandt"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "date-ut": "1887-11-03 07:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1854"}, "ids-in-sources": {"a2": "1854"}}, "raw": {"H": "8", "MN": "24", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "3", "LAT": "48N30", "LON": "9E 0", "MON": "11", "NUM": "1854", "PRO": "S", "SEC": "0", "YEA": "1887", "CITY": "MANNHEIM"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3941	hildebrandt-wilhelm-1878-09-11	{"a2": "1855"}	{"lerrcp": "A2-1855"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Hildebrandt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "PEINE", "geoid": 0}, "notime": null, "date-ut": "1878-09-11 05:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Hildebrandt"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "PEINE", "geoid": 0}, "date-ut": "1878-09-11 05:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1855"}, "ids-in-sources": {"a2": "1855"}}, "raw": {"H": "6", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "11", "LAT": "52N 0", "LON": "10E 0", "MON": "9", "NUM": "1855", "PRO": "S", "SEC": "0", "YEA": "1878", "CITY": "PEINE"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3942	hinsberg-viktor-1870-12-04	{"a2": "1856"}	{"lerrcp": "A2-1856"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Viktor", "family": "Hinsberg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUP BARMEN", "geoid": 0}, "notime": null, "date-ut": "1870-12-04 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Viktor", "family": "Hinsberg"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUP BARMEN", "geoid": 0}, "date-ut": "1870-12-04 14:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1856"}, "ids-in-sources": {"a2": "1856"}}, "raw": {"H": "15", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "4", "LAT": "51N30", "LON": "7E30", "MON": "12", "NUM": "1856", "PRO": "S", "SEC": "0", "YEA": "1870", "CITY": "WUP BARMEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3943	hinselmann-hans-1884-08-06	{"a2": "1857"}	{"lerrcp": "A2-1857"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Hinselmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HOLST", "c3": null, "cy": "DE", "lg": 9.8, "lat": 53.56667, "name": "NEUMUNSTER", "geoid": 0}, "notime": null, "date-ut": "1884-08-06 02:05:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Hinselmann"}, "birth": {"place": {"c2": "HOLST", "cy": "DE", "lg": 9.8, "lat": 53.56667, "name": "NEUMUNSTER", "geoid": 0}, "date-ut": "1884-08-06 02:05:48"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1857"}, "ids-in-sources": {"a2": "1857"}}, "raw": {"H": "3", "MN": "5", "TZ": "-1", "COD": "HOLST", "COU": "G", "DAY": "6", "LAT": "53N34", "LON": "9E48", "MON": "8", "NUM": "1857", "PRO": "S", "SEC": "48", "YEA": "1884", "CITY": "NEUMUNSTER"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3944	hirsch-karl-1870-04-02	{"a2": "1858"}	{"lerrcp": "A2-1858"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Hirsch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "OPPENHEIM A RH", "geoid": 0}, "notime": null, "date-ut": "1870-04-02 14:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Hirsch"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "OPPENHEIM A RH", "geoid": 0}, "date-ut": "1870-04-02 14:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1858"}, "ids-in-sources": {"a2": "1858"}}, "raw": {"H": "15", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "2", "LAT": "50N 0", "LON": "7E 0", "MON": "4", "NUM": "1858", "PRO": "S", "SEC": "0", "YEA": "1870", "CITY": "OPPENHEIM A RH"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3945	hirschel-geor-1875-02-10	{"a2": "1859"}	{"lerrcp": "A2-1859"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Geor", "family": "Hirschel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "LUDWIGSHAFEN", "geoid": 0}, "notime": null, "date-ut": "1875-02-10 14:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Geor", "family": "Hirschel"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "LUDWIGSHAFEN", "geoid": 0}, "date-ut": "1875-02-10 14:02"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1859"}, "ids-in-sources": {"a2": "1859"}}, "raw": {"H": "15", "MN": "2", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "10", "LAT": "50N 0", "LON": "7E 0", "MON": "2", "NUM": "1859", "PRO": "S", "SEC": "0", "YEA": "1875", "CITY": "LUDWIGSHAFEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3946	hochhaus-heinrich-1860-02-14	{"a2": "1860"}	{"lerrcp": "A2-1860"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Hochhaus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "EUSKIRCHEN", "geoid": 0}, "notime": null, "date-ut": "1860-02-14 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Hochhaus"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "EUSKIRCHEN", "geoid": 0}, "date-ut": "1860-02-14 00:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1860"}, "ids-in-sources": {"a2": "1860"}}, "raw": {"H": "1", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "14", "LAT": "51N30", "LON": "7E30", "MON": "2", "NUM": "1860", "PRO": "S", "SEC": "0", "YEA": "1860", "CITY": "EUSKIRCHEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3947	hoesslin-heinrich-1878-07-09	{"a2": "1861"}	{"lerrcp": "A2-1861"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Hoesslin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1878-07-09 05:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Hoesslin"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1878-07-09 05:14"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1861"}, "ids-in-sources": {"a2": "1861"}}, "raw": {"H": "6", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "9", "LAT": "49N 0", "LON": "11E30", "MON": "7", "NUM": "1861", "PRO": "S", "SEC": "0", "YEA": "1878", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3948	hoffmann-hermann-1891-06-06	{"a2": "1862"}	{"lerrcp": "A2-1862"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Hoffmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OSTFR", "c3": null, "cy": "DE", "lg": 7.66667, "lat": 53.33333, "name": "LEER", "geoid": 0}, "notime": null, "date-ut": "1891-06-06 13:59:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Hoffmann"}, "birth": {"place": {"c2": "OSTFR", "cy": "DE", "lg": 7.66667, "lat": 53.33333, "name": "LEER", "geoid": 0}, "date-ut": "1891-06-06 13:59:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1862"}, "ids-in-sources": {"a2": "1862"}}, "raw": {"H": "14", "MN": "59", "TZ": "-1", "COD": "OSTFR", "COU": "G", "DAY": "6", "LAT": "53N20", "LON": "7E40", "MON": "6", "NUM": "1862", "PRO": "S", "SEC": "20", "YEA": "1891", "CITY": "LEER"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3949	holzbach-ernst-1880-02-19	{"a2": "1863"}	{"lerrcp": "A2-1863"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Holzbach", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "notime": null, "date-ut": "1880-02-19 00:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Holzbach"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "date-ut": "1880-02-19 00:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1863"}, "ids-in-sources": {"a2": "1863"}}, "raw": {"H": "1", "MN": "24", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "19", "LAT": "48N30", "LON": "9E 0", "MON": "2", "NUM": "1863", "PRO": "S", "SEC": "0", "YEA": "1880", "CITY": "MANNHEIM"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3950	homburger-august-1873-12-18	{"a2": "1864"}	{"lerrcp": "A2-1864"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "August", "family": "Homburger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1873-12-18 16:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "August", "family": "Homburger"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1873-12-18 16:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1864"}, "ids-in-sources": {"a2": "1864"}}, "raw": {"H": "17", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "18", "LAT": "50N30", "LON": "9E15", "MON": "12", "NUM": "1864", "PRO": "S", "SEC": "0", "YEA": "1873", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3951	hopmann-carl-1844-12-10	{"a2": "1865"}	{"lerrcp": "A2-1865"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carl", "family": "Hopmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL ELBER", "geoid": 0}, "notime": null, "date-ut": "1844-12-10 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Carl", "family": "Hopmann"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL ELBER", "geoid": 0}, "date-ut": "1844-12-10 00:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1865"}, "ids-in-sources": {"a2": "1865"}}, "raw": {"H": "1", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "10", "LAT": "51N30", "LON": "7E30", "MON": "12", "NUM": "1865", "PRO": "S", "SEC": "0", "YEA": "1844", "CITY": "WUPPERTAL ELBER"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3952	horn-paul-1885-10-13	{"a2": "1866"}	{"lerrcp": "A2-1866"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Horn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "SIEGEN", "geoid": 0}, "notime": null, "date-ut": "1885-10-13 19:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Horn"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "SIEGEN", "geoid": 0}, "date-ut": "1885-10-13 19:45"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1866"}, "ids-in-sources": {"a2": "1866"}}, "raw": {"H": "20", "MN": "45", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "13", "LAT": "51N30", "LON": "7E30", "MON": "10", "NUM": "1866", "PRO": "S", "SEC": "0", "YEA": "1885", "CITY": "SIEGEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3953	horstmann-carl-1847-06-14	{"a2": "1867"}	{"lerrcp": "A2-1867"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carl", "family": "Horstmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "DILLENBURG", "geoid": 0}, "notime": null, "date-ut": "1847-06-14 07:38"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Carl", "family": "Horstmann"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "DILLENBURG", "geoid": 0}, "date-ut": "1847-06-14 07:38"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1867"}, "ids-in-sources": {"a2": "1867"}}, "raw": {"H": "8", "MN": "38", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "14", "LAT": "50N30", "LON": "9E15", "MON": "6", "NUM": "1867", "PRO": "S", "SEC": "0", "YEA": "1847", "CITY": "DILLENBURG"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3954	huber-johann-1830-12-07	{"a2": "1868"}	{"lerrcp": "A2-1868"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johann", "family": "Huber", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MEMMINGEN", "geoid": 0}, "notime": null, "date-ut": "1830-12-07 18:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Johann", "family": "Huber"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MEMMINGEN", "geoid": 0}, "date-ut": "1830-12-07 18:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1868"}, "ids-in-sources": {"a2": "1868"}}, "raw": {"H": "19", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "7", "LAT": "49N 0", "LON": "11E30", "MON": "12", "NUM": "1868", "PRO": "S", "SEC": "0", "YEA": "1830", "CITY": "MEMMINGEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3955	hueck-werner-1882-04-18	{"a2": "1869"}	{"lerrcp": "A2-1869"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Werner", "family": "Hueck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "LUDENSCHEID", "geoid": 0}, "notime": null, "date-ut": "1882-04-18 11:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Werner", "family": "Hueck"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "LUDENSCHEID", "geoid": 0}, "date-ut": "1882-04-18 11:15"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1869"}, "ids-in-sources": {"a2": "1869"}}, "raw": {"H": "12", "MN": "15", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "18", "LAT": "51N30", "LON": "7E30", "MON": "4", "NUM": "1869", "PRO": "S", "SEC": "0", "YEA": "1882", "CITY": "LUDENSCHEID"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3956	hueppe-ferdinand-1852-08-24	{"a2": "1870"}	{"lerrcp": "A2-1870"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Hueppe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "HELDDESDORF", "geoid": 0}, "notime": null, "date-ut": "1852-08-24 05:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Hueppe"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "HELDDESDORF", "geoid": 0}, "date-ut": "1852-08-24 05:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1870"}, "ids-in-sources": {"a2": "1870"}}, "raw": {"H": "6", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "24", "LAT": "50N 0", "LON": "7E 0", "MON": "8", "NUM": "1870", "PRO": "S", "SEC": "0", "YEA": "1852", "CITY": "HELDDESDORF"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3957	igersheimer-joseph-1879-09-03	{"a2": "1871"}	{"lerrcp": "A2-1871"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Igersheimer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1879-09-03 11:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Igersheimer"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1879-09-03 11:53"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1871"}, "ids-in-sources": {"a2": "1871"}}, "raw": {"H": "12", "MN": "53", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "3", "LAT": "50N30", "LON": "9E15", "MON": "9", "NUM": "1871", "PRO": "S", "SEC": "0", "YEA": "1879", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3958	isaac-simon-1881-07-05	{"a2": "1872"}	{"lerrcp": "A2-1872"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Simon", "family": "Isaac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "notime": null, "date-ut": "1881-07-05 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Simon", "family": "Isaac"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "date-ut": "1881-07-05 09:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1872"}, "ids-in-sources": {"a2": "1872"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "5", "LAT": "51N30", "LON": "7E30", "MON": "7", "NUM": "1872", "PRO": "S", "SEC": "0", "YEA": "1881", "CITY": "KOLN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3959	iselin-hans-1878-02-21	{"a2": "1873"}	{"lerrcp": "A2-1873"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Iselin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHW", "c3": null, "cy": "CH", "lg": 7.58333, "lat": 47.55, "name": "BASEL", "geoid": 0}, "notime": null, "date-ut": "1878-02-21 09:30:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Iselin"}, "birth": {"place": {"c2": "SCHW", "cy": "CH", "lg": 7.58333, "lat": 47.55, "name": "BASEL", "geoid": 0}, "date-ut": "1878-02-21 09:30:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1873"}, "ids-in-sources": {"a2": "1873"}}, "raw": {"H": "10", "MN": "30", "TZ": "-1", "COD": "SCHW", "COU": "S", "DAY": "21", "LAT": "47N33", "LON": "7E35", "MON": "2", "NUM": "1873", "PRO": "S", "SEC": "8", "YEA": "1878", "CITY": "BASEL"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3960	jacobshagen-eduard-1886-05-12	{"a2": "1874"}	{"lerrcp": "A2-1874"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eduard", "family": "Jacobshagen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "HAMELSCHENBURG", "geoid": 0}, "notime": null, "date-ut": "1886-05-12 00:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eduard", "family": "Jacobshagen"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "HAMELSCHENBURG", "geoid": 0}, "date-ut": "1886-05-12 00:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1874"}, "ids-in-sources": {"a2": "1874"}}, "raw": {"H": "1", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "12", "LAT": "52N 0", "LON": "10E 0", "MON": "5", "NUM": "1874", "PRO": "S", "SEC": "0", "YEA": "1886", "CITY": "HAMELSCHENBURG"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3961	jaeger-heinrich-1856-09-21	{"a2": "1875"}	{"lerrcp": "A2-1875"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Jaeger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "LUDWIGSBURG", "geoid": 0}, "notime": null, "date-ut": "1856-09-21 19:23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Jaeger"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "LUDWIGSBURG", "geoid": 0}, "date-ut": "1856-09-21 19:23:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1875"}, "ids-in-sources": {"a2": "1875"}}, "raw": {"H": "20", "MN": "23", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "21", "LAT": "48N45", "LON": "9E13", "MON": "9", "NUM": "1875", "PRO": "S", "SEC": "8", "YEA": "1856", "CITY": "LUDWIGSBURG"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3962	jager-gustav-1832-06-23	{"a2": "1876"}	{"lerrcp": "A2-1876"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustav", "family": "Jäger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "BURG A KOCHER", "geoid": 0}, "notime": null, "date-ut": "1832-06-23 05:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gustav", "family": "Jäger"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "BURG A KOCHER", "geoid": 0}, "date-ut": "1832-06-23 05:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1876"}, "ids-in-sources": {"a2": "1876"}}, "raw": {"H": "6", "MN": "24", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "23", "LAT": "48N30", "LON": "9E 0", "MON": "6", "NUM": "1876", "PRO": "S", "SEC": "0", "YEA": "1832", "CITY": "BURG A KOCHER"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3963	jakob-alfons-1884-07-02	{"a2": "1877"}	{"lerrcp": "A2-1877"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfons", "family": "Jakob", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "ASCHAFFENBURG A", "geoid": 0}, "notime": null, "date-ut": "1884-07-02 15:38"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alfons", "family": "Jakob"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "ASCHAFFENBURG A", "geoid": 0}, "date-ut": "1884-07-02 15:38"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1877"}, "ids-in-sources": {"a2": "1877"}}, "raw": {"H": "16", "MN": "38", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "2", "LAT": "50N30", "LON": "9E15", "MON": "7", "NUM": "1877", "PRO": "S", "SEC": "0", "YEA": "1884", "CITY": "ASCHAFFENBURG A"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3964	janssen-peter-1874-10-24	{"a2": "1878"}	{"lerrcp": "A2-1878"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Peter", "family": "Janssen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "notime": null, "date-ut": "1874-10-24 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Peter", "family": "Janssen"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "date-ut": "1874-10-24 16:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1878"}, "ids-in-sources": {"a2": "1878"}}, "raw": {"H": "17", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "24", "LAT": "51N30", "LON": "7E30", "MON": "10", "NUM": "1878", "PRO": "S", "SEC": "0", "YEA": "1874", "CITY": "DUSSELDORF"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3965	janssen-sigurd-1891-02-17	{"a2": "1879"}	{"lerrcp": "A2-1879"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sigurd", "family": "Janssen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "notime": null, "date-ut": "1891-02-17 16:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Sigurd", "family": "Janssen"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "date-ut": "1891-02-17 16:15"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1879"}, "ids-in-sources": {"a2": "1879"}}, "raw": {"H": "17", "MN": "15", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "17", "LAT": "51N30", "LON": "7E30", "MON": "2", "NUM": "1879", "PRO": "S", "SEC": "0", "YEA": "1891", "CITY": "DUSSELDORF"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3966	jess-adolf-1883-03-07	{"a2": "1880"}	{"lerrcp": "A2-1880"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolf", "family": "Jess", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "BORDESHOLM", "geoid": 0}, "notime": null, "date-ut": "1883-03-07 11:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Adolf", "family": "Jess"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "BORDESHOLM", "geoid": 0}, "date-ut": "1883-03-07 11:51"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1880"}, "ids-in-sources": {"a2": "1880"}}, "raw": {"H": "12", "MN": "51", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "7", "LAT": "54N30", "LON": "9E45", "MON": "3", "NUM": "1880", "PRO": "S", "SEC": "0", "YEA": "1883", "CITY": "BORDESHOLM"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3967	joest-ernst-1873-02-14	{"a2": "1881"}	{"lerrcp": "A2-1881"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Joest", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "RUNDEROTH", "geoid": 0}, "notime": null, "date-ut": "1873-02-14 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Joest"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "RUNDEROTH", "geoid": 0}, "date-ut": "1873-02-14 19:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1881"}, "ids-in-sources": {"a2": "1881"}}, "raw": {"H": "20", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "14", "LAT": "51N30", "LON": "7E30", "MON": "2", "NUM": "1881", "PRO": "S", "SEC": "0", "YEA": "1873", "CITY": "RUNDEROTH"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3968	jolly-friedrich-1844-11-24	{"a2": "1882"}	{"lerrcp": "A2-1882"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Jolly", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "notime": null, "date-ut": "1844-11-24 02:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Jolly"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "date-ut": "1844-11-24 02:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1882"}, "ids-in-sources": {"a2": "1882"}}, "raw": {"H": "3", "MN": "24", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "24", "LAT": "48N30", "LON": "9E 0", "MON": "11", "NUM": "1882", "PRO": "S", "SEC": "0", "YEA": "1844", "CITY": "HEIDELBERG"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3969	jordan-max-1864-05-27	{"a2": "1883"}	{"lerrcp": "A2-1883"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Jordan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "notime": null, "date-ut": "1864-05-27 21:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Max", "family": "Jordan"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "date-ut": "1864-05-27 21:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1883"}, "ids-in-sources": {"a2": "1883"}}, "raw": {"H": "22", "MN": "24", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "27", "LAT": "48N30", "LON": "9E 0", "MON": "5", "NUM": "1883", "PRO": "S", "SEC": "0", "YEA": "1864", "CITY": "MANNHEIM"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3970	jores-leonhard-1866-03-26	{"a2": "1884"}	{"lerrcp": "A2-1884"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leonhard", "family": "Jores", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KREFELD", "geoid": 0}, "notime": null, "date-ut": "1866-03-26 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Leonhard", "family": "Jores"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KREFELD", "geoid": 0}, "date-ut": "1866-03-26 10:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1884"}, "ids-in-sources": {"a2": "1884"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "26", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "1884", "PRO": "S", "SEC": "0", "YEA": "1866", "CITY": "KREFELD"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3971	jost-hans-1894-03-14	{"a2": "1885"}	{"lerrcp": "A2-1885"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Jost", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "notime": null, "date-ut": "1894-03-14 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Jost"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "date-ut": "1894-03-14 06:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1885"}, "ids-in-sources": {"a2": "1885"}}, "raw": {"H": "7", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "14", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "1885", "PRO": "S", "SEC": "0", "YEA": "1894", "CITY": "KOLN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3972	jotten-carl-1886-03-04	{"a2": "1886"}	{"lerrcp": "A2-1886"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carl", "family": "Jötten", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "notime": null, "date-ut": "1886-03-04 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Carl", "family": "Jötten"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "date-ut": "1886-03-04 18:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1886"}, "ids-in-sources": {"a2": "1886"}}, "raw": {"H": "19", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "4", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "1886", "PRO": "S", "SEC": "0", "YEA": "1886", "CITY": "ESSEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3973	jung-philipp-1870-04-22	{"a2": "1887"}	{"lerrcp": "A2-1887"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philipp", "family": "Jung", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1870-04-22 20:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Philipp", "family": "Jung"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1870-04-22 20:53"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1887"}, "ids-in-sources": {"a2": "1887"}}, "raw": {"H": "21", "MN": "53", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "22", "LAT": "50N30", "LON": "9E15", "MON": "4", "NUM": "1887", "PRO": "S", "SEC": "0", "YEA": "1870", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3974	jungling-otto-1884-01-19	{"a2": "1888"}	{"lerrcp": "A2-1888"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Jüngling", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "UNTERLENNINGEN", "geoid": 0}, "notime": null, "date-ut": "1884-01-19 06:23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Jüngling"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "UNTERLENNINGEN", "geoid": 0}, "date-ut": "1884-01-19 06:23:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1888"}, "ids-in-sources": {"a2": "1888"}}, "raw": {"H": "7", "MN": "23", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "19", "LAT": "48N45", "LON": "9E13", "MON": "1", "NUM": "1888", "PRO": "S", "SEC": "8", "YEA": "1884", "CITY": "UNTERLENNINGEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3975	jungmann-paul-1886-01-31	{"a2": "1889"}	{"lerrcp": "A2-1889"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Jungmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL ELBER", "geoid": 0}, "notime": null, "date-ut": "1886-01-31 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Jungmann"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL ELBER", "geoid": 0}, "date-ut": "1886-01-31 03:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1889"}, "ids-in-sources": {"a2": "1889"}}, "raw": {"H": "4", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "31", "LAT": "51N30", "LON": "7E30", "MON": "1", "NUM": "1889", "PRO": "S", "SEC": "0", "YEA": "1886", "CITY": "WUPPERTAL ELBER"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3976	kahn-eugen-1887-05-20	{"a2": "1890"}	{"lerrcp": "A2-1890"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugen", "family": "Kahn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "STUTTGART", "geoid": 0}, "notime": null, "date-ut": "1887-05-20 06:53:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eugen", "family": "Kahn"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "STUTTGART", "geoid": 0}, "date-ut": "1887-05-20 06:53:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1890"}, "ids-in-sources": {"a2": "1890"}}, "raw": {"H": "7", "MN": "53", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "20", "LAT": "48N45", "LON": "9E13", "MON": "5", "NUM": "1890", "PRO": "S", "SEC": "8", "YEA": "1887", "CITY": "STUTTGART"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3977	kaiserling-carl-1869-02-03	{"a2": "1891"}	{"lerrcp": "A2-1891"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carl", "family": "Kaiserling", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "WEHLHEIDEN KASS", "geoid": 0}, "notime": null, "date-ut": "1869-02-03 11:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Carl", "family": "Kaiserling"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "WEHLHEIDEN KASS", "geoid": 0}, "date-ut": "1869-02-03 11:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1891"}, "ids-in-sources": {"a2": "1891"}}, "raw": {"H": "12", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "3", "LAT": "50N30", "LON": "9E15", "MON": "2", "NUM": "1891", "PRO": "S", "SEC": "0", "YEA": "1869", "CITY": "WEHLHEIDEN KASS"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3978	kalk-heinz-1895-07-01	{"a2": "1892"}	{"lerrcp": "A2-1892"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinz", "family": "Kalk", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1895-07-01 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Heinz", "family": "Kalk"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1895-07-01 06:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1892"}, "ids-in-sources": {"a2": "1892"}}, "raw": {"H": "7", "MN": "30", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "1", "LAT": "50N30", "LON": "9E15", "MON": "7", "NUM": "1892", "PRO": "S", "SEC": "0", "YEA": "1895", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3979	kappis-max-1881-10-06	{"a2": "1893"}	{"lerrcp": "A2-1893"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Kappis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "TUBINGEN", "geoid": 0}, "notime": null, "date-ut": "1881-10-06 13:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Max", "family": "Kappis"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "TUBINGEN", "geoid": 0}, "date-ut": "1881-10-06 13:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1893"}, "ids-in-sources": {"a2": "1893"}}, "raw": {"H": "14", "MN": "24", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "6", "LAT": "48N30", "LON": "9E 0", "MON": "10", "NUM": "1893", "PRO": "S", "SEC": "0", "YEA": "1881", "CITY": "TUBINGEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3980	kaufmann-eduard-1860-03-24	{"a2": "1894"}	{"lerrcp": "A2-1894"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eduard", "family": "Kaufmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "notime": null, "date-ut": "1860-03-24 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eduard", "family": "Kaufmann"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "date-ut": "1860-03-24 19:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1894"}, "ids-in-sources": {"a2": "1894"}}, "raw": {"H": "20", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "24", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "1894", "PRO": "S", "SEC": "0", "YEA": "1860", "CITY": "BONN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3981	kayser-bernard-1869-08-06	{"a2": "1895"}	{"lerrcp": "A2-1895"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Kayser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BREM", "c3": null, "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "notime": null, "date-ut": "1869-08-06 03:24:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Kayser"}, "birth": {"place": {"c2": "BREM", "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "date-ut": "1869-08-06 03:24:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1895"}, "ids-in-sources": {"a2": "1895"}}, "raw": {"H": "4", "MN": "24", "TZ": "-1", "COD": "BREM", "COU": "G", "DAY": "6", "LAT": "53N 5", "LON": "8E50", "MON": "8", "NUM": "1895", "PRO": "S", "SEC": "40", "YEA": "1869", "CITY": "BREMEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3982	kayser-heinrich-1876-09-20	{"a2": "1896"}	{"lerrcp": "A2-1896"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Kayser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "KAISERSLAUTERN", "geoid": 0}, "notime": null, "date-ut": "1876-09-20 22:17"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Kayser"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "KAISERSLAUTERN", "geoid": 0}, "date-ut": "1876-09-20 22:17"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1896"}, "ids-in-sources": {"a2": "1896"}}, "raw": {"H": "23", "MN": "17", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "20", "LAT": "50N 0", "LON": "7E 0", "MON": "9", "NUM": "1896", "PRO": "S", "SEC": "0", "YEA": "1876", "CITY": "KAISERSLAUTERN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3983	keeser-eduard-1892-02-27	{"a2": "1897"}	{"lerrcp": "A2-1897"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eduard", "family": "Keeser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL ELBER", "geoid": 0}, "notime": null, "date-ut": "1892-02-27 16:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eduard", "family": "Keeser"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL ELBER", "geoid": 0}, "date-ut": "1892-02-27 16:15"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1897"}, "ids-in-sources": {"a2": "1897"}}, "raw": {"H": "17", "MN": "15", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "27", "LAT": "51N30", "LON": "7E30", "MON": "2", "NUM": "1897", "PRO": "S", "SEC": "0", "YEA": "1892", "CITY": "WUPPERTAL ELBER"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3984	kehl-hermann-1886-07-05	{"a2": "1898"}	{"lerrcp": "A2-1898"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Kehl", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HANAU", "geoid": 0}, "notime": null, "date-ut": "1886-07-05 18:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Kehl"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HANAU", "geoid": 0}, "date-ut": "1886-07-05 18:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1898"}, "ids-in-sources": {"a2": "1898"}}, "raw": {"H": "19", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "5", "LAT": "50N30", "LON": "9E15", "MON": "7", "NUM": "1898", "PRO": "S", "SEC": "0", "YEA": "1886", "CITY": "HANAU"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3985	kehrer-ferdinand-1883-07-19	{"a2": "1899"}	{"lerrcp": "A2-1899"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Kehrer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "notime": null, "date-ut": "1883-07-19 11:39"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Kehrer"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "date-ut": "1883-07-19 11:39"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1899"}, "ids-in-sources": {"a2": "1899"}}, "raw": {"H": "12", "MN": "39", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "19", "LAT": "48N30", "LON": "9E 0", "MON": "7", "NUM": "1899", "PRO": "S", "SEC": "0", "YEA": "1883", "CITY": "HEIDELBERG"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3986	keller-philipp-1891-12-19	{"a2": "1900"}	{"lerrcp": "A2-1900"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philipp", "family": "Keller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "AACHEN", "geoid": 0}, "notime": null, "date-ut": "1891-12-19 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Philipp", "family": "Keller"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "AACHEN", "geoid": 0}, "date-ut": "1891-12-19 01:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1900"}, "ids-in-sources": {"a2": "1900"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "19", "LAT": "51N30", "LON": "7E30", "MON": "12", "NUM": "1900", "PRO": "S", "SEC": "0", "YEA": "1891", "CITY": "AACHEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3987	keppler-friedrich-1841-01-24	{"a2": "1901"}	{"lerrcp": "A2-1901"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Keppler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "BALINGEN", "geoid": 0}, "notime": null, "date-ut": "1841-01-24 03:23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Keppler"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "BALINGEN", "geoid": 0}, "date-ut": "1841-01-24 03:23:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1901"}, "ids-in-sources": {"a2": "1901"}}, "raw": {"H": "4", "MN": "23", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "24", "LAT": "48N45", "LON": "9E13", "MON": "1", "NUM": "1901", "PRO": "S", "SEC": "8", "YEA": "1841", "CITY": "BALINGEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3988	kerschensteiner-hermann-1873-05-17	{"a2": "1902"}	{"lerrcp": "A2-1902"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Kerschensteiner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ANSBACH", "geoid": 0}, "notime": null, "date-ut": "1873-05-17 22:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Kerschensteiner"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ANSBACH", "geoid": 0}, "date-ut": "1873-05-17 22:59"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1902"}, "ids-in-sources": {"a2": "1902"}}, "raw": {"H": "23", "MN": "59", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "17", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "1902", "PRO": "S", "SEC": "0", "YEA": "1873", "CITY": "ANSBACH"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3989	killian-gustav-1860-06-02	{"a2": "1903"}	{"lerrcp": "A2-1903"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustav", "family": "Killian", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "notime": null, "date-ut": "1860-06-02 03:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gustav", "family": "Killian"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "date-ut": "1860-06-02 03:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1903"}, "ids-in-sources": {"a2": "1903"}}, "raw": {"H": "4", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "2", "LAT": "50N 0", "LON": "7E 0", "MON": "6", "NUM": "1903", "PRO": "S", "SEC": "0", "YEA": "1860", "CITY": "MAINZ"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3990	kimmle-ludwi-1860-10-03	{"a2": "1904"}	{"lerrcp": "A2-1904"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludwi", "family": "Kimmle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "BERGZABERN", "geoid": 0}, "notime": null, "date-ut": "1860-10-03 17:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ludwi", "family": "Kimmle"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "BERGZABERN", "geoid": 0}, "date-ut": "1860-10-03 17:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1904"}, "ids-in-sources": {"a2": "1904"}}, "raw": {"H": "18", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "3", "LAT": "50N 0", "LON": "7E 0", "MON": "10", "NUM": "1904", "PRO": "S", "SEC": "0", "YEA": "1860", "CITY": "BERGZABERN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3991	kirchhein-ludwi-1876-09-13	{"a2": "1905"}	{"lerrcp": "A2-1905"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludwi", "family": "Kirchhein", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "MINDEN", "geoid": 0}, "notime": null, "date-ut": "1876-09-13 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ludwi", "family": "Kirchhein"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "MINDEN", "geoid": 0}, "date-ut": "1876-09-13 03:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1905"}, "ids-in-sources": {"a2": "1905"}}, "raw": {"H": "4", "MN": "30", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "13", "LAT": "51N50", "LON": "7E30", "MON": "9", "NUM": "1905", "PRO": "S", "SEC": "0", "YEA": "1876", "CITY": "MINDEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3992	kirchhoff-theodor-1853-06-27	{"a2": "1906"}	{"lerrcp": "A2-1906"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodor", "family": "Kirchhoff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MORS AM NIEDERR", "geoid": 0}, "notime": null, "date-ut": "1853-06-27 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Theodor", "family": "Kirchhoff"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MORS AM NIEDERR", "geoid": 0}, "date-ut": "1853-06-27 17:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1906"}, "ids-in-sources": {"a2": "1906"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "27", "LAT": "51N30", "LON": "7E30", "MON": "6", "NUM": "1906", "PRO": "S", "SEC": "0", "YEA": "1853", "CITY": "MORS AM NIEDERR"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3993	kirstein-fritz-1874-02-27	{"a2": "1907"}	{"lerrcp": "A2-1907"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Kirstein", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "notime": null, "date-ut": "1874-02-27 15:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Fritz", "family": "Kirstein"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "date-ut": "1874-02-27 15:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1907"}, "ids-in-sources": {"a2": "1907"}}, "raw": {"H": "16", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "27", "LAT": "50N 0", "LON": "7E 0", "MON": "2", "NUM": "1907", "PRO": "S", "SEC": "0", "YEA": "1874", "CITY": "MAINZ"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3994	kister-julius-1870-12-18	{"a2": "1908"}	{"lerrcp": "A2-1908"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julius", "family": "Kister", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BREM", "c3": null, "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "notime": null, "date-ut": "1870-12-18 09:24:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Julius", "family": "Kister"}, "birth": {"place": {"c2": "BREM", "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "date-ut": "1870-12-18 09:24:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1908"}, "ids-in-sources": {"a2": "1908"}}, "raw": {"H": "10", "MN": "24", "TZ": "-1", "COD": "BREM", "COU": "G", "DAY": "18", "LAT": "53N 5", "LON": "8E50", "MON": "12", "NUM": "1908", "PRO": "S", "SEC": "40", "YEA": "1870", "CITY": "BREMEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3995	klapp-rudolf-1873-02-16	{"a2": "1909"}	{"lerrcp": "A2-1909"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rudolf", "family": "Klapp", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "AROLSEN KR WALD", "geoid": 0}, "notime": null, "date-ut": "1873-02-16 01:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Rudolf", "family": "Klapp"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "AROLSEN KR WALD", "geoid": 0}, "date-ut": "1873-02-16 01:53"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1909"}, "ids-in-sources": {"a2": "1909"}}, "raw": {"H": "2", "MN": "53", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "16", "LAT": "50N30", "LON": "9E15", "MON": "2", "NUM": "1909", "PRO": "S", "SEC": "0", "YEA": "1873", "CITY": "AROLSEN KR WALD"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3996	klee-philipp-1884-11-26	{"a2": "1910"}	{"lerrcp": "A2-1910"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philipp", "family": "Klee", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "MARBACH", "geoid": 0}, "notime": null, "date-ut": "1884-11-26 07:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Philipp", "family": "Klee"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "MARBACH", "geoid": 0}, "date-ut": "1884-11-26 07:53"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1910"}, "ids-in-sources": {"a2": "1910"}}, "raw": {"H": "8", "MN": "53", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "26", "LAT": "50N30", "LON": "9E15", "MON": "11", "NUM": "1910", "PRO": "S", "SEC": "0", "YEA": "1884", "CITY": "MARBACH"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3997	kleinschmidt-hans-1885-06-18	{"a2": "1911"}	{"lerrcp": "A2-1911"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Kleinschmidt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL ELBER", "geoid": 0}, "notime": null, "date-ut": "1885-06-18 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Kleinschmidt"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL ELBER", "geoid": 0}, "date-ut": "1885-06-18 03:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1911"}, "ids-in-sources": {"a2": "1911"}}, "raw": {"H": "4", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "18", "LAT": "51N30", "LON": "7E30", "MON": "6", "NUM": "1911", "PRO": "S", "SEC": "0", "YEA": "1885", "CITY": "WUPPERTAL ELBER"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3998	klieneberger-carl-1876-04-25	{"a2": "1912"}	{"lerrcp": "A2-1912"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carl", "family": "Klieneberger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1876-04-25 15:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Carl", "family": "Klieneberger"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1876-04-25 15:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1912"}, "ids-in-sources": {"a2": "1912"}}, "raw": {"H": "16", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "25", "LAT": "50N30", "LON": "9E15", "MON": "4", "NUM": "1912", "PRO": "S", "SEC": "0", "YEA": "1876", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
3999	klose-heinrich-1879-08-31	{"a2": "1913"}	{"lerrcp": "A2-1913"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Klose", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "IBBENBUREN", "geoid": 0}, "notime": null, "date-ut": "1879-08-31 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Klose"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "IBBENBUREN", "geoid": 0}, "date-ut": "1879-08-31 08:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1913"}, "ids-in-sources": {"a2": "1913"}}, "raw": {"H": "9", "MN": "30", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "31", "LAT": "51N50", "LON": "7E30", "MON": "8", "NUM": "1913", "PRO": "S", "SEC": "0", "YEA": "1879", "CITY": "IBBENBUREN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4000	knapp-jacob-1832-03-17	{"a2": "1914"}	{"lerrcp": "A2-1914"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacob", "family": "Knapp", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS-N", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "DAUBORN", "geoid": 0}, "notime": null, "date-ut": "1832-03-17 10:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacob", "family": "Knapp"}, "birth": {"place": {"c2": "HESS-N", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "DAUBORN", "geoid": 0}, "date-ut": "1832-03-17 10:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1914"}, "ids-in-sources": {"a2": "1914"}}, "raw": {"H": "11", "MN": "23", "TZ": "-1", "COD": "HESS-N", "COU": "G", "DAY": "17", "LAT": "50N30", "LON": "9E15", "MON": "3", "NUM": "1914", "PRO": "S", "SEC": "0", "YEA": "1832", "CITY": "DAUBORN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4001	gauquelin-a2-1915-1863-01-08	{"a2": "1915"}	{"lerrcp": "A2-1915"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A2-1915", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1863-01-08 23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A2-1915"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1863-01-08 23:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1915"}, "ids-in-sources": {"a2": "1915"}}, "raw": {"H": "0", "MN": "8", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "9", "LAT": "50N30", "LON": "9E15", "MON": "1", "NUM": "1915", "PRO": "S", "SEC": "0", "YEA": "1863", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4002	kober-georges-1850-03-28	{"a2": "1916"}	{"lerrcp": "A2-1916"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Kober", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TADEN D", "c3": null, "cy": "DE", "lg": 8.66667, "lat": 50, "name": "ALSFELD", "geoid": 0}, "notime": null, "date-ut": "1850-03-28 11:25:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Kober"}, "birth": {"place": {"c2": "TADEN D", "cy": "DE", "lg": 8.66667, "lat": 50, "name": "ALSFELD", "geoid": 0}, "date-ut": "1850-03-28 11:25:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1916"}, "ids-in-sources": {"a2": "1916"}}, "raw": {"H": "12", "MN": "25", "TZ": "-1", "COD": "TADEN D", "COU": "G", "DAY": "28", "LAT": "50N 0", "LON": "8E40", "MON": "3", "NUM": "1916", "PRO": "S", "SEC": "20", "YEA": "1850", "CITY": "ALSFELD"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4003	koch-berhard-1892-04-16	{"a2": "1917"}	{"lerrcp": "A2-1917"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Berhard", "family": "Koch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "NEVIGES BZ DUSS", "geoid": 0}, "notime": null, "date-ut": "1892-04-16 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Berhard", "family": "Koch"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "NEVIGES BZ DUSS", "geoid": 0}, "date-ut": "1892-04-16 04:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1917"}, "ids-in-sources": {"a2": "1917"}}, "raw": {"H": "5", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "16", "LAT": "51N30", "LON": "7E30", "MON": "4", "NUM": "1917", "PRO": "S", "SEC": "0", "YEA": "1892", "CITY": "NEVIGES BZ DUSS"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4004	koch-ernst-1886-02-06	{"a2": "1918"}	{"lerrcp": "A2-1918"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Koch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WANNE EICKEL", "geoid": 0}, "notime": null, "date-ut": "1886-02-06 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Koch"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WANNE EICKEL", "geoid": 0}, "date-ut": "1886-02-06 18:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1918"}, "ids-in-sources": {"a2": "1918"}}, "raw": {"H": "19", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "6", "LAT": "51N30", "LON": "7E30", "MON": "2", "NUM": "1918", "PRO": "S", "SEC": "0", "YEA": "1886", "CITY": "WANNE EICKEL"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4005	koch-julius-1841-12-04	{"a2": "1919"}	{"lerrcp": "A2-1919"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julius", "family": "Koch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "LAICHINGEN", "geoid": 0}, "notime": null, "date-ut": "1841-12-04 14:53:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Julius", "family": "Koch"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "LAICHINGEN", "geoid": 0}, "date-ut": "1841-12-04 14:53:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1919"}, "ids-in-sources": {"a2": "1919"}}, "raw": {"H": "15", "MN": "53", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "4", "LAT": "48N45", "LON": "9E13", "MON": "12", "NUM": "1919", "PRO": "S", "SEC": "8", "YEA": "1841", "CITY": "LAICHINGEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4006	koch-richard-1882-09-03	{"a2": "1920"}	{"lerrcp": "A2-1920"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Koch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1882-09-03 12:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Koch"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1882-09-03 12:53"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1920"}, "ids-in-sources": {"a2": "1920"}}, "raw": {"H": "13", "MN": "53", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "3", "LAT": "50N30", "LON": "9E15", "MON": "9", "NUM": "1920", "PRO": "S", "SEC": "0", "YEA": "1882", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4007	koch-walter-1880-05-03	{"a2": "1921"}	{"lerrcp": "A2-1921"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Koch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DORTMUND", "geoid": 0}, "notime": null, "date-ut": "1880-05-03 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Koch"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DORTMUND", "geoid": 0}, "date-ut": "1880-05-03 17:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1921"}, "ids-in-sources": {"a2": "1921"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "3", "LAT": "51N30", "LON": "7E30", "MON": "5", "NUM": "1921", "PRO": "S", "SEC": "0", "YEA": "1880", "CITY": "DORTMUND"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4008	koelsch-franz-1876-07-04	{"a2": "1922"}	{"lerrcp": "A2-1922"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Koelsch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "EICHSTATT MITTE", "geoid": 0}, "notime": null, "date-ut": "1876-07-04 15:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Franz", "family": "Koelsch"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "EICHSTATT MITTE", "geoid": 0}, "date-ut": "1876-07-04 15:59"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1922"}, "ids-in-sources": {"a2": "1922"}}, "raw": {"H": "16", "MN": "59", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "4", "LAT": "49N 0", "LON": "11E30", "MON": "7", "NUM": "1922", "PRO": "S", "SEC": "0", "YEA": "1876", "CITY": "EICHSTATT MITTE"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4009	koester-karl-1843-04-02	{"a2": "1923"}	{"lerrcp": "A2-1923"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Koester", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PFALZ", "c3": null, "cy": "DE", "lg": 8, "lat": 49.33333, "name": "BAD DURKHEIM I", "geoid": 0}, "notime": null, "date-ut": "1843-04-02 05:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Koester"}, "birth": {"place": {"c2": "PFALZ", "cy": "DE", "lg": 8, "lat": 49.33333, "name": "BAD DURKHEIM I", "geoid": 0}, "date-ut": "1843-04-02 05:58"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1923"}, "ids-in-sources": {"a2": "1923"}}, "raw": {"H": "6", "MN": "58", "TZ": "-1", "COD": "PFALZ", "COU": "G", "DAY": "2", "LAT": "49N20", "LON": "8E 0", "MON": "4", "NUM": "1923", "PRO": "S", "SEC": "0", "YEA": "1843", "CITY": "BAD DURKHEIM I"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4010	kohler-albert-1850-10-29	{"a2": "1924"}	{"lerrcp": "A2-1924"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Köhler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "CLAUSTHAL ZELLE", "geoid": 0}, "notime": null, "date-ut": "1850-10-29 09:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Köhler"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "CLAUSTHAL ZELLE", "geoid": 0}, "date-ut": "1850-10-29 09:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1924"}, "ids-in-sources": {"a2": "1924"}}, "raw": {"H": "10", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "29", "LAT": "52N 0", "LON": "10E 0", "MON": "10", "NUM": "1924", "PRO": "S", "SEC": "0", "YEA": "1850", "CITY": "CLAUSTHAL ZELLE"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4011	kohler-fritz-1874-03-20	{"a2": "1925"}	{"lerrcp": "A2-1925"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Köhler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL ELBER", "geoid": 0}, "notime": null, "date-ut": "1874-03-20 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Fritz", "family": "Köhler"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL ELBER", "geoid": 0}, "date-ut": "1874-03-20 07:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1925"}, "ids-in-sources": {"a2": "1925"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "20", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "1925", "PRO": "S", "SEC": "0", "YEA": "1874", "CITY": "WUPPERTAL ELBER"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4012	kolle-wilhelm-1868-11-02	{"a2": "1926"}	{"lerrcp": "A2-1926"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Kolle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "LERBACH UBER OS", "geoid": 0}, "notime": null, "date-ut": "1868-11-02 01:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Kolle"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "LERBACH UBER OS", "geoid": 0}, "date-ut": "1868-11-02 01:50"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1926"}, "ids-in-sources": {"a2": "1926"}}, "raw": {"H": "2", "MN": "50", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "2", "LAT": "52N 0", "LON": "10E 0", "MON": "11", "NUM": "1926", "PRO": "S", "SEC": "0", "YEA": "1868", "CITY": "LERBACH UBER OS"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4013	konig-arthur-1856-09-13	{"a2": "1927"}	{"lerrcp": "A2-1927"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "König", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KREFELD", "geoid": 0}, "notime": null, "date-ut": "1856-09-13 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "König"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KREFELD", "geoid": 0}, "date-ut": "1856-09-13 00:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1927"}, "ids-in-sources": {"a2": "1927"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "13", "LAT": "51N30", "LON": "7E30", "MON": "9", "NUM": "1927", "PRO": "S", "SEC": "0", "YEA": "1856", "CITY": "KREFELD"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4014	konig-fritz-1860-05-30	{"a2": "1928"}	{"lerrcp": "A2-1928"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "König", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HANAU", "geoid": 0}, "notime": null, "date-ut": "1860-05-30 06:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Fritz", "family": "König"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HANAU", "geoid": 0}, "date-ut": "1860-05-30 06:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1928"}, "ids-in-sources": {"a2": "1928"}}, "raw": {"H": "7", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "30", "LAT": "50N30", "LON": "9E15", "MON": "5", "NUM": "1928", "PRO": "S", "SEC": "0", "YEA": "1860", "CITY": "HANAU"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4015	konig-josef-1843-11-15	{"a2": "1929"}	{"lerrcp": "A2-1929"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Josef", "family": "König", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "LAVESUM HALTERN", "geoid": 0}, "notime": null, "date-ut": "1843-11-15 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Josef", "family": "König"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "LAVESUM HALTERN", "geoid": 0}, "date-ut": "1843-11-15 19:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1929"}, "ids-in-sources": {"a2": "1929"}}, "raw": {"H": "20", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "15", "LAT": "51N30", "LON": "7E30", "MON": "11", "NUM": "1929", "PRO": "S", "SEC": "0", "YEA": "1843", "CITY": "LAVESUM HALTERN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4016	koniger-hermann-1876-07-22	{"a2": "1930"}	{"lerrcp": "A2-1930"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Königer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "WESTERSTEDE BZ", "geoid": 0}, "notime": null, "date-ut": "1876-07-22 00:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Königer"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "WESTERSTEDE BZ", "geoid": 0}, "date-ut": "1876-07-22 00:50"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1930"}, "ids-in-sources": {"a2": "1930"}}, "raw": {"H": "1", "MN": "50", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "22", "LAT": "52N 0", "LON": "10E 0", "MON": "7", "NUM": "1930", "PRO": "S", "SEC": "0", "YEA": "1876", "CITY": "WESTERSTEDE BZ"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4017	konigshofer-oskar-1851-12-04	{"a2": "1931"}	{"lerrcp": "A2-1931"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oskar", "family": "Königshöfer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "KAISERSLAUTERN", "geoid": 0}, "notime": null, "date-ut": "1851-12-04 06:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Oskar", "family": "Königshöfer"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "KAISERSLAUTERN", "geoid": 0}, "date-ut": "1851-12-04 06:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1931"}, "ids-in-sources": {"a2": "1931"}}, "raw": {"H": "7", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "4", "LAT": "50N 0", "LON": "7E 0", "MON": "12", "NUM": "1931", "PRO": "S", "SEC": "0", "YEA": "1851", "CITY": "KAISERSLAUTERN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4018	konrich-friedrich-1878-10-29	{"a2": "1932"}	{"lerrcp": "A2-1932"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Konrich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "HOOKSIEL BZ OLD", "geoid": 0}, "notime": null, "date-ut": "1878-10-29 17:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Konrich"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "HOOKSIEL BZ OLD", "geoid": 0}, "date-ut": "1878-10-29 17:50"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1932"}, "ids-in-sources": {"a2": "1932"}}, "raw": {"H": "18", "MN": "50", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "29", "LAT": "52N 0", "LON": "10E 0", "MON": "10", "NUM": "1932", "PRO": "S", "SEC": "0", "YEA": "1878", "CITY": "HOOKSIEL BZ OLD"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4019	korff-karl-1867-10-06	{"a2": "1933"}	{"lerrcp": "A2-1933"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Korff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "HAJEN BZ HANNOV", "geoid": 0}, "notime": null, "date-ut": "1867-10-06 19:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Korff"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "HAJEN BZ HANNOV", "geoid": 0}, "date-ut": "1867-10-06 19:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1933"}, "ids-in-sources": {"a2": "1933"}}, "raw": {"H": "20", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "6", "LAT": "52N 0", "LON": "10E 0", "MON": "10", "NUM": "1933", "PRO": "S", "SEC": "0", "YEA": "1867", "CITY": "HAJEN BZ HANNOV"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4020	korff-petersen-arthur-1882-01-23	{"a2": "1934"}	{"lerrcp": "A2-1934"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Korff-Petersen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "HUSUM", "geoid": 0}, "notime": null, "date-ut": "1882-01-23 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Korff-Petersen"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "HUSUM", "geoid": 0}, "date-ut": "1882-01-23 01:51"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1934"}, "ids-in-sources": {"a2": "1934"}}, "raw": {"H": "2", "MN": "51", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "23", "LAT": "54N30", "LON": "9E45", "MON": "1", "NUM": "1934", "PRO": "S", "SEC": "0", "YEA": "1882", "CITY": "HUSUM"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4021	korner-otto-1858-05-10	{"a2": "1935"}	{"lerrcp": "A2-1935"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Körner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1858-05-10 11:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Körner"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1858-05-10 11:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1935"}, "ids-in-sources": {"a2": "1935"}}, "raw": {"H": "12", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "10", "LAT": "50N30", "LON": "9E15", "MON": "5", "NUM": "1935", "PRO": "S", "SEC": "0", "YEA": "1858", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4022	gauquelin-a2-1936-1890-06-17	{"a2": "1936"}	{"lerrcp": "A2-1936"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A2-1936", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "FISCHBACH BZ TR", "geoid": 0}, "notime": null, "date-ut": "1890-06-17 23:17"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A2-1936"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "FISCHBACH BZ TR", "geoid": 0}, "date-ut": "1890-06-17 23:17"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1936"}, "ids-in-sources": {"a2": "1936"}}, "raw": {"H": "0", "MN": "17", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "18", "LAT": "50N 0", "LON": "7E 0", "MON": "6", "NUM": "1936", "PRO": "S", "SEC": "0", "YEA": "1890", "CITY": "FISCHBACH BZ TR"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4023	krabbel-heinrich-1850-07-10	{"a2": "1937"}	{"lerrcp": "A2-1937"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Krabbel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BLATZHEIM B DUR", "geoid": 0}, "notime": null, "date-ut": "1850-07-10 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Krabbel"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BLATZHEIM B DUR", "geoid": 0}, "date-ut": "1850-07-10 02:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1937"}, "ids-in-sources": {"a2": "1937"}}, "raw": {"H": "3", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "10", "LAT": "51N30", "LON": "7E30", "MON": "7", "NUM": "1937", "PRO": "S", "SEC": "0", "YEA": "1850", "CITY": "BLATZHEIM B DUR"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4024	krabbel-max-1887-05-14	{"a2": "1938"}	{"lerrcp": "A2-1938"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Krabbel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WITTEN I W", "geoid": 0}, "notime": null, "date-ut": "1887-05-14 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Max", "family": "Krabbel"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WITTEN I W", "geoid": 0}, "date-ut": "1887-05-14 22:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1938"}, "ids-in-sources": {"a2": "1938"}}, "raw": {"H": "23", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "14", "LAT": "51N30", "LON": "7E30", "MON": "5", "NUM": "1938", "PRO": "S", "SEC": "0", "YEA": "1887", "CITY": "WITTEN I W"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4025	krafft-ebing-richard-1840-08-14	{"a2": "1939"}	{"lerrcp": "A2-1939"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Krafft-Ebing", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MANNHEIM", "geoid": 0}, "notime": null, "date-ut": "1840-08-14 19:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Krafft-Ebing"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MANNHEIM", "geoid": 0}, "date-ut": "1840-08-14 19:29"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1939"}, "ids-in-sources": {"a2": "1939"}}, "raw": {"H": "20", "MN": "29", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "14", "LAT": "49N 0", "LON": "11E30", "MON": "8", "NUM": "1939", "PRO": "S", "SEC": "0", "YEA": "1840", "CITY": "MANNHEIM"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4026	kranz-peter-1884-12-29	{"a2": "1940"}	{"lerrcp": "A2-1940"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Peter", "family": "Kranz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HAINSTADT KR OF", "geoid": 0}, "notime": null, "date-ut": "1884-12-29 03:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Peter", "family": "Kranz"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HAINSTADT KR OF", "geoid": 0}, "date-ut": "1884-12-29 03:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1940"}, "ids-in-sources": {"a2": "1940"}}, "raw": {"H": "4", "MN": "8", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "29", "LAT": "50N30", "LON": "9E15", "MON": "12", "NUM": "1940", "PRO": "S", "SEC": "0", "YEA": "1884", "CITY": "HAINSTADT KR OF"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4027	krause-rudolf-1865-08-12	{"a2": "1941"}	{"lerrcp": "A2-1941"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rudolf", "family": "Krause", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "ALSFELS OBERHES", "geoid": 0}, "notime": null, "date-ut": "1865-08-12 09:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Rudolf", "family": "Krause"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "ALSFELS OBERHES", "geoid": 0}, "date-ut": "1865-08-12 09:53"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1941"}, "ids-in-sources": {"a2": "1941"}}, "raw": {"H": "10", "MN": "53", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "12", "LAT": "50N30", "LON": "9E15", "MON": "8", "NUM": "1941", "PRO": "S", "SEC": "0", "YEA": "1865", "CITY": "ALSFELS OBERHES"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4028	krauss-wilhelm-1873-06-07	{"a2": "1942"}	{"lerrcp": "A2-1942"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Krauss", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "notime": null, "date-ut": "1873-06-07 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Krauss"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "date-ut": "1873-06-07 06:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1942"}, "ids-in-sources": {"a2": "1942"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "7", "LAT": "51N30", "LON": "7E30", "MON": "6", "NUM": "1942", "PRO": "S", "SEC": "0", "YEA": "1873", "CITY": "KOLN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4029	kretschmer-ernst-1888-10-08	{"a2": "1943"}	{"lerrcp": "A2-1943"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Kretschmer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "WUSTENROT B HEI", "geoid": 0}, "notime": null, "date-ut": "1888-10-08 07:23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Kretschmer"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "WUSTENROT B HEI", "geoid": 0}, "date-ut": "1888-10-08 07:23:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1943"}, "ids-in-sources": {"a2": "1943"}}, "raw": {"H": "8", "MN": "23", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "8", "LAT": "48N45", "LON": "9E13", "MON": "10", "NUM": "1943", "PRO": "S", "SEC": "8", "YEA": "1888", "CITY": "WUSTENROT B HEI"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4030	krieger-josef-1834-08-15	{"a2": "1944"}	{"lerrcp": "A2-1944"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Josef", "family": "Krieger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PFALZ", "c3": null, "cy": "DE", "lg": 8, "lat": 49.33333, "name": "WINNWEILER", "geoid": 0}, "notime": null, "date-ut": "1834-08-15 06:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Josef", "family": "Krieger"}, "birth": {"place": {"c2": "PFALZ", "cy": "DE", "lg": 8, "lat": 49.33333, "name": "WINNWEILER", "geoid": 0}, "date-ut": "1834-08-15 06:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1944"}, "ids-in-sources": {"a2": "1944"}}, "raw": {"H": "7", "MN": "28", "TZ": "-1", "COD": "PFALZ", "COU": "G", "DAY": "15", "LAT": "49N20", "LON": "8E 0", "MON": "8", "NUM": "1944", "PRO": "S", "SEC": "0", "YEA": "1834", "CITY": "WINNWEILER"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4031	kroetz-christian-1894-12-06	{"a2": "1945"}	{"lerrcp": "A2-1945"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Kroetz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "RAVENSBURG", "geoid": 0}, "notime": null, "date-ut": "1894-12-06 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Christian", "family": "Kroetz"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "RAVENSBURG", "geoid": 0}, "date-ut": "1894-12-06 14:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1945"}, "ids-in-sources": {"a2": "1945"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "6", "LAT": "48N45", "LON": "9E13", "MON": "12", "NUM": "1945", "PRO": "S", "SEC": "0", "YEA": "1894", "CITY": "RAVENSBURG"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4032	kuhn-abraham-1838-01-28	{"a2": "1946"}	{"lerrcp": "A2-1946"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Abraham", "family": "Kuhn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "BISSERSHEIM PFA", "geoid": 0}, "notime": null, "date-ut": "1838-01-28 12:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Abraham", "family": "Kuhn"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "BISSERSHEIM PFA", "geoid": 0}, "date-ut": "1838-01-28 12:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1946"}, "ids-in-sources": {"a2": "1946"}}, "raw": {"H": "13", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "28", "LAT": "50N 0", "LON": "7E 0", "MON": "1", "NUM": "1946", "PRO": "S", "SEC": "0", "YEA": "1838", "CITY": "BISSERSHEIM PFA"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4033	kulbs-franz-1875-12-31	{"a2": "1947"}	{"lerrcp": "A2-1947"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Külbs", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "RHEINE I WESTF", "geoid": 0}, "notime": null, "date-ut": "1875-12-31 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Franz", "family": "Külbs"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "RHEINE I WESTF", "geoid": 0}, "date-ut": "1875-12-31 13:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1947"}, "ids-in-sources": {"a2": "1947"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "31", "LAT": "51N30", "LON": "7E30", "MON": "12", "NUM": "1947", "PRO": "S", "SEC": "0", "YEA": "1875", "CITY": "RHEINE I WESTF"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4034	kulenkampff-dietrich-1880-09-01	{"a2": "1948"}	{"lerrcp": "A2-1948"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dietrich", "family": "Kulenkampff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BREM", "c3": null, "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "notime": null, "date-ut": "1880-09-01 18:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Dietrich", "family": "Kulenkampff"}, "birth": {"place": {"c2": "BREM", "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "date-ut": "1880-09-01 18:54:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1948"}, "ids-in-sources": {"a2": "1948"}}, "raw": {"H": "19", "MN": "54", "TZ": "-1", "COD": "BREM", "COU": "G", "DAY": "1", "LAT": "53N 5", "LON": "8E50", "MON": "9", "NUM": "1948", "PRO": "S", "SEC": "40", "YEA": "1880", "CITY": "BREMEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4035	kulz-fritz-1887-03-04	{"a2": "1949"}	{"lerrcp": "A2-1949"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Külz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "MARBURG / LAHN", "geoid": 0}, "notime": null, "date-ut": "1887-03-04 08:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Fritz", "family": "Külz"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "MARBURG / LAHN", "geoid": 0}, "date-ut": "1887-03-04 08:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1949"}, "ids-in-sources": {"a2": "1949"}}, "raw": {"H": "9", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "4", "LAT": "50N30", "LON": "9E15", "MON": "3", "NUM": "1949", "PRO": "S", "SEC": "0", "YEA": "1887", "CITY": "MARBURG / LAHN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4036	kummell-hermann-1852-05-22	{"a2": "1950"}	{"lerrcp": "A2-1950"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Kümmell", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "KORBACH KR WALD", "geoid": 0}, "notime": null, "date-ut": "1852-05-22 17:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Kümmell"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "KORBACH KR WALD", "geoid": 0}, "date-ut": "1852-05-22 17:53"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1950"}, "ids-in-sources": {"a2": "1950"}}, "raw": {"H": "18", "MN": "53", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "22", "LAT": "50N30", "LON": "9E15", "MON": "5", "NUM": "1950", "PRO": "S", "SEC": "0", "YEA": "1852", "CITY": "KORBACH KR WALD"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4037	kummel-werner-1866-04-29	{"a2": "1951"}	{"lerrcp": "A2-1951"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Werner", "family": "Kümmel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "HILDESHEIM", "geoid": 0}, "notime": null, "date-ut": "1866-04-29 14:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Werner", "family": "Kümmel"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "HILDESHEIM", "geoid": 0}, "date-ut": "1866-04-29 14:50"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1951"}, "ids-in-sources": {"a2": "1951"}}, "raw": {"H": "15", "MN": "50", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "29", "LAT": "52N 0", "LON": "10E 0", "MON": "4", "NUM": "1951", "PRO": "S", "SEC": "0", "YEA": "1866", "CITY": "HILDESHEIM"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4038	kunkel-adam-1848-11-27	{"a2": "1952"}	{"lerrcp": "A2-1952"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adam", "family": "Kunkel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "LOHR AM MAIN", "geoid": 0}, "notime": null, "date-ut": "1848-11-27 22:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Adam", "family": "Kunkel"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "LOHR AM MAIN", "geoid": 0}, "date-ut": "1848-11-27 22:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1952"}, "ids-in-sources": {"a2": "1952"}}, "raw": {"H": "23", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "27", "LAT": "49N 0", "LON": "11E30", "MON": "11", "NUM": "1952", "PRO": "S", "SEC": "0", "YEA": "1848", "CITY": "LOHR AM MAIN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4039	kuppers-egon-1887-02-19	{"a2": "1953"}	{"lerrcp": "A2-1953"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Egon", "family": "Küppers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "SIEGBURG", "geoid": 0}, "notime": null, "date-ut": "1887-02-19 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Egon", "family": "Küppers"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "SIEGBURG", "geoid": 0}, "date-ut": "1887-02-19 07:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1953"}, "ids-in-sources": {"a2": "1953"}}, "raw": {"H": "8", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "19", "LAT": "51N30", "LON": "7E30", "MON": "2", "NUM": "1953", "PRO": "S", "SEC": "0", "YEA": "1887", "CITY": "SIEGBURG"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4040	kurella-hans-1858-02-20	{"a2": "1954"}	{"lerrcp": "A2-1954"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Kurella", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "notime": null, "date-ut": "1858-02-20 02:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Kurella"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "date-ut": "1858-02-20 02:02"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1954"}, "ids-in-sources": {"a2": "1954"}}, "raw": {"H": "3", "MN": "2", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "20", "LAT": "50N 0", "LON": "7E 0", "MON": "2", "NUM": "1954", "PRO": "S", "SEC": "0", "YEA": "1858", "CITY": "MAINZ"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4041	kurth-heinrich-1860-09-27	{"a2": "1955"}	{"lerrcp": "A2-1955"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Kurth", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BREM", "c3": null, "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "notime": null, "date-ut": "1860-09-27 00:24:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Kurth"}, "birth": {"place": {"c2": "BREM", "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "date-ut": "1860-09-27 00:24:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1955"}, "ids-in-sources": {"a2": "1955"}}, "raw": {"H": "1", "MN": "24", "TZ": "-1", "COD": "BREM", "COU": "G", "DAY": "27", "LAT": "53N 5", "LON": "8E50", "MON": "9", "NUM": "1955", "PRO": "S", "SEC": "40", "YEA": "1860", "CITY": "BREMEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4042	kuster-emil-1877-04-11	{"a2": "1956"}	{"lerrcp": "A2-1956"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emil", "family": "Küster", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "WETZLAR", "geoid": 0}, "notime": null, "date-ut": "1877-04-11 17:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emil", "family": "Küster"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "WETZLAR", "geoid": 0}, "date-ut": "1877-04-11 17:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1956"}, "ids-in-sources": {"a2": "1956"}}, "raw": {"H": "18", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "11", "LAT": "50N30", "LON": "9E15", "MON": "4", "NUM": "1956", "PRO": "S", "SEC": "0", "YEA": "1877", "CITY": "WETZLAR"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4043	labhardt-alfred-1874-03-24	{"a2": "1957"}	{"lerrcp": "A2-1957"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Labhardt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHW", "c3": null, "cy": "CH", "lg": 7.58333, "lat": 47.55, "name": "BASEL", "geoid": 0}, "notime": null, "date-ut": "1874-03-24 16:30:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Labhardt"}, "birth": {"place": {"c2": "SCHW", "cy": "CH", "lg": 7.58333, "lat": 47.55, "name": "BASEL", "geoid": 0}, "date-ut": "1874-03-24 16:30:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1957"}, "ids-in-sources": {"a2": "1957"}}, "raw": {"H": "17", "MN": "30", "TZ": "-1", "COD": "SCHW", "COU": "S", "DAY": "24", "LAT": "47N33", "LON": "7E35", "MON": "3", "NUM": "1957", "PRO": "S", "SEC": "8", "YEA": "1874", "CITY": "BASEL"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4044	lahm-wilhelm-1889-03-19	{"a2": "1958"}	{"lerrcp": "A2-1958"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Lahm", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "LAUBACH KR GIES", "geoid": 0}, "notime": null, "date-ut": "1889-03-19 05:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Lahm"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "LAUBACH KR GIES", "geoid": 0}, "date-ut": "1889-03-19 05:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1958"}, "ids-in-sources": {"a2": "1958"}}, "raw": {"H": "6", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "19", "LAT": "50N30", "LON": "9E15", "MON": "3", "NUM": "1958", "PRO": "S", "SEC": "0", "YEA": "1889", "CITY": "LAUBACH KR GIES"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4045	lahmann-johann-1860-03-30	{"a2": "1959"}	{"lerrcp": "A2-1959"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johann", "family": "Lahmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BREM", "c3": null, "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "notime": null, "date-ut": "1860-03-30 22:24:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Johann", "family": "Lahmann"}, "birth": {"place": {"c2": "BREM", "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "date-ut": "1860-03-30 22:24:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1959"}, "ids-in-sources": {"a2": "1959"}}, "raw": {"H": "23", "MN": "24", "TZ": "-1", "COD": "BREM", "COU": "G", "DAY": "30", "LAT": "53N 5", "LON": "8E50", "MON": "3", "NUM": "1959", "PRO": "S", "SEC": "40", "YEA": "1860", "CITY": "BREMEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4046	landeker-alfons-1886-03-09	{"a2": "1960"}	{"lerrcp": "A2-1960"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfons", "family": "Landeker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "LUDWIGSHAFEN", "geoid": 0}, "notime": null, "date-ut": "1886-03-09 05:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alfons", "family": "Landeker"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "LUDWIGSHAFEN", "geoid": 0}, "date-ut": "1886-03-09 05:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1960"}, "ids-in-sources": {"a2": "1960"}}, "raw": {"H": "6", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "9", "LAT": "50N 0", "LON": "7E 0", "MON": "3", "NUM": "1960", "PRO": "S", "SEC": "0", "YEA": "1886", "CITY": "LUDWIGSHAFEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4047	langhans-theodor-1839-09-28	{"a2": "1961"}	{"lerrcp": "A2-1961"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodor", "family": "Langhans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "USINGEN NASSAU", "geoid": 0}, "notime": null, "date-ut": "1839-09-28 12:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Theodor", "family": "Langhans"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "USINGEN NASSAU", "geoid": 0}, "date-ut": "1839-09-28 12:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1961"}, "ids-in-sources": {"a2": "1961"}}, "raw": {"H": "13", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "28", "LAT": "50N30", "LON": "9E15", "MON": "9", "NUM": "1961", "PRO": "S", "SEC": "0", "YEA": "1839", "CITY": "USINGEN NASSAU"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4048	laquer-fritz-1888-09-15	{"a2": "1962"}	{"lerrcp": "A2-1962"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Laquer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1888-09-15 05:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Fritz", "family": "Laquer"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1888-09-15 05:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1962"}, "ids-in-sources": {"a2": "1962"}}, "raw": {"H": "6", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "15", "LAT": "50N30", "LON": "9E15", "MON": "9", "NUM": "1962", "PRO": "S", "SEC": "0", "YEA": "1888", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4049	lauter-sigismund-1891-05-01	{"a2": "1963"}	{"lerrcp": "A2-1963"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sigismund", "family": "Lauter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "LANDSBERG LECH", "geoid": 0}, "notime": null, "date-ut": "1891-05-01 12:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Sigismund", "family": "Lauter"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "LANDSBERG LECH", "geoid": 0}, "date-ut": "1891-05-01 12:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1963"}, "ids-in-sources": {"a2": "1963"}}, "raw": {"H": "13", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "1", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "1963", "PRO": "S", "SEC": "0", "YEA": "1891", "CITY": "LANDSBERG LECH"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4050	le-blanc-emil-1887-04-10	{"a2": "1964"}	{"lerrcp": "A2-1964"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emil", "family": "Le Blanc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "OPLADEN BZ DUSS", "geoid": 0}, "notime": null, "date-ut": "1887-04-10 17:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emil", "family": "Le Blanc"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "OPLADEN BZ DUSS", "geoid": 0}, "date-ut": "1887-04-10 17:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1964"}, "ids-in-sources": {"a2": "1964"}}, "raw": {"H": "18", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "10", "LAT": "51N30", "LON": "7E30", "MON": "4", "NUM": "1964", "PRO": "S", "SEC": "0", "YEA": "1887", "CITY": "OPLADEN BZ DUSS"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4051	lehmann-walter-1888-11-17	{"a2": "1965"}	{"lerrcp": "A2-1965"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Lehmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1888-11-17 03:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Lehmann"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1888-11-17 03:53"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1965"}, "ids-in-sources": {"a2": "1965"}}, "raw": {"H": "4", "MN": "53", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "17", "LAT": "50N30", "LON": "9E15", "MON": "11", "NUM": "1965", "PRO": "S", "SEC": "0", "YEA": "1888", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4052	leichtenstern-otto-1845-10-14	{"a2": "1966"}	{"lerrcp": "A2-1966"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Leichtenstern", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "INGOLSTADT", "geoid": 0}, "notime": null, "date-ut": "1845-10-14 11:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Leichtenstern"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "INGOLSTADT", "geoid": 0}, "date-ut": "1845-10-14 11:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1966"}, "ids-in-sources": {"a2": "1966"}}, "raw": {"H": "12", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "14", "LAT": "49N 0", "LON": "11E30", "MON": "10", "NUM": "1966", "PRO": "S", "SEC": "0", "YEA": "1845", "CITY": "INGOLSTADT"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4053	lejeune-fritz-1892-07-01	{"a2": "1967"}	{"lerrcp": "A2-1967"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Lejeune", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "notime": null, "date-ut": "1892-07-01 06:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Fritz", "family": "Lejeune"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "date-ut": "1892-07-01 06:45"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1967"}, "ids-in-sources": {"a2": "1967"}}, "raw": {"H": "7", "MN": "45", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "1", "LAT": "51N30", "LON": "7E30", "MON": "7", "NUM": "1967", "PRO": "S", "SEC": "0", "YEA": "1892", "CITY": "KOLN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4054	lenhartz-hermann-1854-12-20	{"a2": "1968"}	{"lerrcp": "A2-1968"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Lenhartz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "LADBERGEN", "geoid": 0}, "notime": null, "date-ut": "1854-12-20 20:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Lenhartz"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "LADBERGEN", "geoid": 0}, "date-ut": "1854-12-20 20:15"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1968"}, "ids-in-sources": {"a2": "1968"}}, "raw": {"H": "21", "MN": "15", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "20", "LAT": "51N50", "LON": "7E30", "MON": "12", "NUM": "1968", "PRO": "S", "SEC": "0", "YEA": "1854", "CITY": "LADBERGEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4055	lenzmann-richard-1856-03-14	{"a2": "1969"}	{"lerrcp": "A2-1969"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Lenzmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "MENGEDE", "geoid": 0}, "notime": null, "date-ut": "1856-03-14 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Lenzmann"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "MENGEDE", "geoid": 0}, "date-ut": "1856-03-14 15:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1969"}, "ids-in-sources": {"a2": "1969"}}, "raw": {"H": "16", "MN": "30", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "14", "LAT": "51N50", "LON": "7E30", "MON": "3", "NUM": "1969", "PRO": "S", "SEC": "0", "YEA": "1856", "CITY": "MENGEDE"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4056	leschke-erich-1887-10-23	{"a2": "1970"}	{"lerrcp": "A2-1970"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erich", "family": "Leschke", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BERGNEUSTADT", "geoid": 0}, "notime": null, "date-ut": "1887-10-23 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Erich", "family": "Leschke"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BERGNEUSTADT", "geoid": 0}, "date-ut": "1887-10-23 13:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1970"}, "ids-in-sources": {"a2": "1970"}}, "raw": {"H": "14", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "23", "LAT": "51N30", "LON": "7E30", "MON": "10", "NUM": "1970", "PRO": "S", "SEC": "0", "YEA": "1887", "CITY": "BERGNEUSTADT"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4057	levy-richard-1882-07-29	{"a2": "1971"}	{"lerrcp": "A2-1971"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Levy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "notime": null, "date-ut": "1882-07-29 04:09"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Levy"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "date-ut": "1882-07-29 04:09"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1971"}, "ids-in-sources": {"a2": "1971"}}, "raw": {"H": "5", "MN": "9", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "29", "LAT": "48N30", "LON": "9E 0", "MON": "7", "NUM": "1971", "PRO": "S", "SEC": "0", "YEA": "1882", "CITY": "MANNHEIM"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4058	liebendorfer-georg-1852-02-16	{"a2": "1972"}	{"lerrcp": "A2-1972"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georg", "family": "Liebendörfer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "LEUTKIRCH", "geoid": 0}, "notime": null, "date-ut": "1852-02-16 15:23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georg", "family": "Liebendörfer"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "LEUTKIRCH", "geoid": 0}, "date-ut": "1852-02-16 15:23:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1972"}, "ids-in-sources": {"a2": "1972"}}, "raw": {"H": "16", "MN": "23", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "16", "LAT": "48N45", "LON": "9E13", "MON": "2", "NUM": "1972", "PRO": "S", "SEC": "8", "YEA": "1852", "CITY": "LEUTKIRCH"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4059	lindemann-august-1880-12-22	{"a2": "1973"}	{"lerrcp": "A2-1973"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "August", "family": "Lindemann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "notime": null, "date-ut": "1880-12-22 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "August", "family": "Lindemann"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "date-ut": "1880-12-22 16:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1973"}, "ids-in-sources": {"a2": "1973"}}, "raw": {"H": "17", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "22", "LAT": "51N30", "LON": "7E30", "MON": "12", "NUM": "1973", "PRO": "S", "SEC": "0", "YEA": "1880", "CITY": "ESSEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4061	linzenmeier-geor-1882-06-30	{"a2": "1975"}	{"lerrcp": "A2-1975"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Geor", "family": "Linzenmeier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PFALZ", "c3": null, "cy": "DE", "lg": 8, "lat": 49.33333, "name": "ST MARTIN", "geoid": 0}, "notime": null, "date-ut": "1882-06-30 03:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Geor", "family": "Linzenmeier"}, "birth": {"place": {"c2": "PFALZ", "cy": "DE", "lg": 8, "lat": 49.33333, "name": "ST MARTIN", "geoid": 0}, "date-ut": "1882-06-30 03:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1975"}, "ids-in-sources": {"a2": "1975"}}, "raw": {"H": "4", "MN": "28", "TZ": "-1", "COD": "PFALZ", "COU": "G", "DAY": "30", "LAT": "49N20", "LON": "8E 0", "MON": "6", "NUM": "1975", "PRO": "S", "SEC": "0", "YEA": "1882", "CITY": "ST MARTIN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4062	lobenhoffer-wilhelm-1879-02-19	{"a2": "1976"}	{"lerrcp": "A2-1976"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Lobenhoffer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "notime": null, "date-ut": "1879-02-19 15:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Lobenhoffer"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "date-ut": "1879-02-19 15:29"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1976"}, "ids-in-sources": {"a2": "1976"}}, "raw": {"H": "16", "MN": "29", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "19", "LAT": "49N 0", "LON": "11E30", "MON": "2", "NUM": "1976", "PRO": "S", "SEC": "0", "YEA": "1879", "CITY": "NURNBERG"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4063	lobker-carl-1854-09-15	{"a2": "1977"}	{"lerrcp": "A2-1977"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carl", "family": "Löbker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "COESFELD", "geoid": 0}, "notime": null, "date-ut": "1854-09-15 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Carl", "family": "Löbker"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "COESFELD", "geoid": 0}, "date-ut": "1854-09-15 03:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1977"}, "ids-in-sources": {"a2": "1977"}}, "raw": {"H": "4", "MN": "30", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "15", "LAT": "51N50", "LON": "7E30", "MON": "9", "NUM": "1977", "PRO": "S", "SEC": "0", "YEA": "1854", "CITY": "COESFELD"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4064	loeb-jacques-1859-04-07	{"a2": "1978"}	{"lerrcp": "A2-1978"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Loeb", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MAYEN", "geoid": 0}, "notime": null, "date-ut": "1859-04-07 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Loeb"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MAYEN", "geoid": 0}, "date-ut": "1859-04-07 10:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1978"}, "ids-in-sources": {"a2": "1978"}}, "raw": {"H": "11", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "7", "LAT": "51N30", "LON": "7E30", "MON": "4", "NUM": "1978", "PRO": "S", "SEC": "0", "YEA": "1859", "CITY": "MAYEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4065	loeb-leo-1869-09-21	{"a2": "1979"}	{"lerrcp": "A2-1979"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leo", "family": "Loeb", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MAYEN", "geoid": 0}, "notime": null, "date-ut": "1869-09-21 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Leo", "family": "Loeb"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MAYEN", "geoid": 0}, "date-ut": "1869-09-21 10:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1979"}, "ids-in-sources": {"a2": "1979"}}, "raw": {"H": "11", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "21", "LAT": "51N30", "LON": "7E30", "MON": "9", "NUM": "1979", "PRO": "S", "SEC": "0", "YEA": "1869", "CITY": "MAYEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4066	loeb-oswald-1880-07-31	{"a2": "1980"}	{"lerrcp": "A2-1980"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oswald", "family": "Loeb", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PFALZ", "c3": null, "cy": "DE", "lg": 8, "lat": 49.33333, "name": "BAD DURKHEIM", "geoid": 0}, "notime": null, "date-ut": "1880-07-31 00:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Oswald", "family": "Loeb"}, "birth": {"place": {"c2": "PFALZ", "cy": "DE", "lg": 8, "lat": 49.33333, "name": "BAD DURKHEIM", "geoid": 0}, "date-ut": "1880-07-31 00:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1980"}, "ids-in-sources": {"a2": "1980"}}, "raw": {"H": "1", "MN": "28", "TZ": "-1", "COD": "PFALZ", "COU": "G", "DAY": "31", "LAT": "49N20", "LON": "8E 0", "MON": "7", "NUM": "1980", "PRO": "S", "SEC": "0", "YEA": "1880", "CITY": "BAD DURKHEIM"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4067	lohe-heinrich-1877-08-26	{"a2": "1981"}	{"lerrcp": "A2-1981"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Löhe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "AHAUS", "geoid": 0}, "notime": null, "date-ut": "1877-08-26 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Löhe"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "AHAUS", "geoid": 0}, "date-ut": "1877-08-26 03:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1981"}, "ids-in-sources": {"a2": "1981"}}, "raw": {"H": "4", "MN": "30", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "26", "LAT": "51N50", "LON": "7E30", "MON": "8", "NUM": "1981", "PRO": "S", "SEC": "0", "YEA": "1877", "CITY": "AHAUS"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4068	lohr-wilhelm-1889-03-15	{"a2": "1982"}	{"lerrcp": "A2-1982"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Löhr", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HOHENSOLMS KR W", "geoid": 0}, "notime": null, "date-ut": "1889-03-15 17:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Löhr"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HOHENSOLMS KR W", "geoid": 0}, "date-ut": "1889-03-15 17:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1982"}, "ids-in-sources": {"a2": "1982"}}, "raw": {"H": "18", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "15", "LAT": "50N30", "LON": "9E15", "MON": "3", "NUM": "1982", "PRO": "S", "SEC": "0", "YEA": "1889", "CITY": "HOHENSOLMS KR W"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4069	lommel-felix-1875-09-07	{"a2": "1983"}	{"lerrcp": "A2-1983"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Lommel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ERLANGEN", "geoid": 0}, "notime": null, "date-ut": "1875-09-07 10:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Lommel"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ERLANGEN", "geoid": 0}, "date-ut": "1875-09-07 10:14"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1983"}, "ids-in-sources": {"a2": "1983"}}, "raw": {"H": "11", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "7", "LAT": "49N 0", "LON": "11E30", "MON": "9", "NUM": "1983", "PRO": "S", "SEC": "0", "YEA": "1875", "CITY": "ERLANGEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4070	loning-friedrich-1879-05-09	{"a2": "1984"}	{"lerrcp": "A2-1984"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Löning", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "notime": null, "date-ut": "1879-05-09 15:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Löning"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "date-ut": "1879-05-09 15:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1984"}, "ids-in-sources": {"a2": "1984"}}, "raw": {"H": "16", "MN": "24", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "9", "LAT": "48N30", "LON": "9E 0", "MON": "5", "NUM": "1984", "PRO": "S", "SEC": "0", "YEA": "1879", "CITY": "HEIDELBERG"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4071	loos-otto-1871-02-15	{"a2": "1985"}	{"lerrcp": "A2-1985"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Loos", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "NEUENBURG", "geoid": 0}, "notime": null, "date-ut": "1871-02-15 23:53:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Loos"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "NEUENBURG", "geoid": 0}, "date-ut": "1871-02-15 23:53:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1985"}, "ids-in-sources": {"a2": "1985"}}, "raw": {"H": "0", "MN": "53", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "16", "LAT": "48N45", "LON": "9E13", "MON": "2", "NUM": "1985", "PRO": "S", "SEC": "8", "YEA": "1871", "CITY": "NEUENBURG"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4072	lorenz-gustav-1846-02-04	{"a2": "1986"}	{"lerrcp": "A2-1986"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustav", "family": "Lorenz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "OBBORNHOFEN UBE", "geoid": 0}, "notime": null, "date-ut": "1846-02-04 02:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gustav", "family": "Lorenz"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "OBBORNHOFEN UBE", "geoid": 0}, "date-ut": "1846-02-04 02:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1986"}, "ids-in-sources": {"a2": "1986"}}, "raw": {"H": "3", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "4", "LAT": "50N30", "LON": "9E15", "MON": "2", "NUM": "1986", "PRO": "S", "SEC": "0", "YEA": "1846", "CITY": "OBBORNHOFEN UBE"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4073	lossen-hermann-1842-11-07	{"a2": "1987"}	{"lerrcp": "A2-1987"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Lossen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "EMMERSHAUSER HU", "geoid": 0}, "notime": null, "date-ut": "1842-11-07 20:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Lossen"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "EMMERSHAUSER HU", "geoid": 0}, "date-ut": "1842-11-07 20:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1987"}, "ids-in-sources": {"a2": "1987"}}, "raw": {"H": "21", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "7", "LAT": "50N30", "LON": "9E15", "MON": "11", "NUM": "1987", "PRO": "S", "SEC": "0", "YEA": "1842", "CITY": "EMMERSHAUSER HU"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4074	lossen-hermann-1864-10-10	{"a2": "1988"}	{"lerrcp": "A2-1988"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Lossen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "EMMERSHAUSER HU", "geoid": 0}, "notime": null, "date-ut": "1864-10-10 05:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Lossen"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "EMMERSHAUSER HU", "geoid": 0}, "date-ut": "1864-10-10 05:53"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1988"}, "ids-in-sources": {"a2": "1988"}}, "raw": {"H": "6", "MN": "53", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "10", "LAT": "50N30", "LON": "9E15", "MON": "10", "NUM": "1988", "PRO": "S", "SEC": "0", "YEA": "1864", "CITY": "EMMERSHAUSER HU"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4075	lossen-joseph-1876-06-02	{"a2": "1989"}	{"lerrcp": "A2-1989"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Lossen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "notime": null, "date-ut": "1876-06-02 04:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Lossen"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "date-ut": "1876-06-02 04:54"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1989"}, "ids-in-sources": {"a2": "1989"}}, "raw": {"H": "5", "MN": "54", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "2", "LAT": "48N30", "LON": "9E 0", "MON": "6", "NUM": "1989", "PRO": "S", "SEC": "0", "YEA": "1876", "CITY": "HEIDELBERG"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4076	lowenstein-otto-1889-05-07	{"a2": "1990"}	{"lerrcp": "A2-1990"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Löwenstein", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "OSNABRUCK", "geoid": 0}, "notime": null, "date-ut": "1889-05-07 14:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Löwenstein"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "OSNABRUCK", "geoid": 0}, "date-ut": "1889-05-07 14:50"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1990"}, "ids-in-sources": {"a2": "1990"}}, "raw": {"H": "15", "MN": "50", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "7", "LAT": "52N 0", "LON": "10E 0", "MON": "5", "NUM": "1990", "PRO": "S", "SEC": "0", "YEA": "1889", "CITY": "OSNABRUCK"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4077	lowi-otto-1873-06-03	{"a2": "1991"}	{"lerrcp": "A2-1991"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Löwi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1873-06-03 09:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Löwi"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1873-06-03 09:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1991"}, "ids-in-sources": {"a2": "1991"}}, "raw": {"H": "10", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "3", "LAT": "50N30", "LON": "9E15", "MON": "6", "NUM": "1991", "PRO": "S", "SEC": "0", "YEA": "1873", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4078	ludin-max-1883-07-13	{"a2": "1992"}	{"lerrcp": "A2-1992"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Lüdin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHW", "c3": null, "cy": "CH", "lg": 7.58333, "lat": 47.55, "name": "BASEL", "geoid": 0}, "notime": null, "date-ut": "1883-07-13 15:15:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Max", "family": "Lüdin"}, "birth": {"place": {"c2": "SCHW", "cy": "CH", "lg": 7.58333, "lat": 47.55, "name": "BASEL", "geoid": 0}, "date-ut": "1883-07-13 15:15:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1992"}, "ids-in-sources": {"a2": "1992"}}, "raw": {"H": "16", "MN": "15", "TZ": "-1", "COD": "SCHW", "COU": "S", "DAY": "13", "LAT": "47N33", "LON": "7E35", "MON": "7", "NUM": "1992", "PRO": "S", "SEC": "8", "YEA": "1883", "CITY": "BASEL"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4079	lust-franz-1880-07-28	{"a2": "1993"}	{"lerrcp": "A2-1993"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Lust", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1880-07-28 06:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Franz", "family": "Lust"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1880-07-28 06:53"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1993"}, "ids-in-sources": {"a2": "1993"}}, "raw": {"H": "7", "MN": "53", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "28", "LAT": "50N30", "LON": "9E15", "MON": "7", "NUM": "1993", "PRO": "S", "SEC": "0", "YEA": "1880", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4080	lutz-wilhelm-1888-11-04	{"a2": "1994"}	{"lerrcp": "A2-1994"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Lutz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHW", "c3": null, "cy": "CH", "lg": 7.58333, "lat": 47.55, "name": "BASEL", "geoid": 0}, "notime": null, "date-ut": "1888-11-04 07:00:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Lutz"}, "birth": {"place": {"c2": "SCHW", "cy": "CH", "lg": 7.58333, "lat": 47.55, "name": "BASEL", "geoid": 0}, "date-ut": "1888-11-04 07:00:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1994"}, "ids-in-sources": {"a2": "1994"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "SCHW", "COU": "S", "DAY": "4", "LAT": "47N33", "LON": "7E35", "MON": "11", "NUM": "1994", "PRO": "S", "SEC": "8", "YEA": "1888", "CITY": "BASEL"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4081	maier-hans-1882-07-26	{"a2": "1995"}	{"lerrcp": "A2-1995"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Maier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1882-07-26 08:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Maier"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1882-07-26 08:53"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1995"}, "ids-in-sources": {"a2": "1995"}}, "raw": {"H": "9", "MN": "53", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "26", "LAT": "50N30", "LON": "9E15", "MON": "7", "NUM": "1995", "PRO": "S", "SEC": "0", "YEA": "1882", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4082	martini-paul-1889-01-25	{"a2": "1996"}	{"lerrcp": "A2-1996"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Martini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "FRANKENTHAL", "geoid": 0}, "notime": null, "date-ut": "1889-01-25 08:47"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Martini"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "FRANKENTHAL", "geoid": 0}, "date-ut": "1889-01-25 08:47"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1996"}, "ids-in-sources": {"a2": "1996"}}, "raw": {"H": "9", "MN": "47", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "25", "LAT": "50N 0", "LON": "7E 0", "MON": "1", "NUM": "1996", "PRO": "S", "SEC": "0", "YEA": "1889", "CITY": "FRANKENTHAL"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4083	mayer-august-1876-08-28	{"a2": "1997"}	{"lerrcp": "A2-1997"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "August", "family": "Mayer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "FELLDORF", "geoid": 0}, "notime": null, "date-ut": "1876-08-28 22:23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "August", "family": "Mayer"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "FELLDORF", "geoid": 0}, "date-ut": "1876-08-28 22:23:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1997"}, "ids-in-sources": {"a2": "1997"}}, "raw": {"H": "23", "MN": "23", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "28", "LAT": "48N45", "LON": "9E13", "MON": "8", "NUM": "1997", "PRO": "S", "SEC": "8", "YEA": "1876", "CITY": "FELLDORF"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4084	gauquelin-a2-1998-1875-09-05	{"a2": "1998"}	{"lerrcp": "A2-1998"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A2-1998", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "notime": null, "date-ut": "1875-09-05 23:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A2-1998"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "date-ut": "1875-09-05 23:02"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1998"}, "ids-in-sources": {"a2": "1998"}}, "raw": {"H": "0", "MN": "2", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "6", "LAT": "50N 0", "LON": "7E 0", "MON": "9", "NUM": "1998", "PRO": "S", "SEC": "0", "YEA": "1875", "CITY": "MAINZ"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4085	mayer-siegmund-1842-12-27	{"a2": "1999"}	{"lerrcp": "A2-1999"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Siegmund", "family": "Mayer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "BECHTHEIM B WOR", "geoid": 0}, "notime": null, "date-ut": "1842-12-27 16:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Siegmund", "family": "Mayer"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "BECHTHEIM B WOR", "geoid": 0}, "date-ut": "1842-12-27 16:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1999"}, "ids-in-sources": {"a2": "1999"}}, "raw": {"H": "17", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "27", "LAT": "50N 0", "LON": "7E 0", "MON": "12", "NUM": "1999", "PRO": "S", "SEC": "0", "YEA": "1842", "CITY": "BECHTHEIM B WOR"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4086	mayer-gross-willy-1889-01-15	{"a2": "2000"}	{"lerrcp": "A2-2000"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willy", "family": "Mayer-Gross", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "BINGEN A RH", "geoid": 0}, "notime": null, "date-ut": "1889-01-15 02:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Willy", "family": "Mayer-Gross"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "BINGEN A RH", "geoid": 0}, "date-ut": "1889-01-15 02:02"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2000"}, "ids-in-sources": {"a2": "2000"}}, "raw": {"H": "3", "MN": "2", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "15", "LAT": "50N 0", "LON": "7E 0", "MON": "1", "NUM": "2000", "PRO": "S", "SEC": "0", "YEA": "1889", "CITY": "BINGEN A RH"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4087	mayr-julius-1888-08-21	{"a2": "2001"}	{"lerrcp": "A2-2001"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julius", "family": "Mayr", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ANSBACH", "geoid": 0}, "notime": null, "date-ut": "1888-08-21 09:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Julius", "family": "Mayr"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ANSBACH", "geoid": 0}, "date-ut": "1888-08-21 09:14"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2001"}, "ids-in-sources": {"a2": "2001"}}, "raw": {"H": "10", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "21", "LAT": "49N 0", "LON": "11E30", "MON": "8", "NUM": "2001", "PRO": "S", "SEC": "0", "YEA": "1888", "CITY": "ANSBACH"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4088	medicus-ludwi-1847-12-01	{"a2": "2002"}	{"lerrcp": "A2-2002"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludwi", "family": "Medicus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "KAISERSLAUTERN", "geoid": 0}, "notime": null, "date-ut": "1847-12-01 03:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ludwi", "family": "Medicus"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "KAISERSLAUTERN", "geoid": 0}, "date-ut": "1847-12-01 03:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2002"}, "ids-in-sources": {"a2": "2002"}}, "raw": {"H": "4", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "1", "LAT": "50N 0", "LON": "7E 0", "MON": "12", "NUM": "2002", "PRO": "S", "SEC": "0", "YEA": "1847", "CITY": "KAISERSLAUTERN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4089	meggendorfer-friedrich-1880-06-07	{"a2": "2003"}	{"lerrcp": "A2-2003"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Meggendorfer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "BAD AIBLING OBB", "geoid": 0}, "notime": null, "date-ut": "1880-06-07 16:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Meggendorfer"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "BAD AIBLING OBB", "geoid": 0}, "date-ut": "1880-06-07 16:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2003"}, "ids-in-sources": {"a2": "2003"}}, "raw": {"H": "17", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "7", "LAT": "49N 0", "LON": "11E30", "MON": "6", "NUM": "2003", "PRO": "S", "SEC": "0", "YEA": "1880", "CITY": "BAD AIBLING OBB"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4090	meinicke-ernst-1878-09-23	{"a2": "2004"}	{"lerrcp": "A2-2004"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Meinicke", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "CLAUSTHAL HARZ", "geoid": 0}, "notime": null, "date-ut": "1878-09-23 22:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Meinicke"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "CLAUSTHAL HARZ", "geoid": 0}, "date-ut": "1878-09-23 22:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2004"}, "ids-in-sources": {"a2": "2004"}}, "raw": {"H": "23", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "23", "LAT": "52N 0", "LON": "10E 0", "MON": "9", "NUM": "2004", "PRO": "S", "SEC": "0", "YEA": "1878", "CITY": "CLAUSTHAL HARZ"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4091	meisner-wilhelm-1881-10-05	{"a2": "2005"}	{"lerrcp": "A2-2005"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Meisner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "WANNE", "geoid": 0}, "notime": null, "date-ut": "1881-10-05 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Meisner"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "WANNE", "geoid": 0}, "date-ut": "1881-10-05 09:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2005"}, "ids-in-sources": {"a2": "2005"}}, "raw": {"H": "10", "MN": "30", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "5", "LAT": "51N50", "LON": "7E30", "MON": "10", "NUM": "2005", "PRO": "S", "SEC": "0", "YEA": "1881", "CITY": "WANNE"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4092	meissen-ernst-1854-09-08	{"a2": "2006"}	{"lerrcp": "A2-2006"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Meissen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "GUMMERSBACH BZ", "geoid": 0}, "notime": null, "date-ut": "1854-09-08 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Meissen"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "GUMMERSBACH BZ", "geoid": 0}, "date-ut": "1854-09-08 21:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2006"}, "ids-in-sources": {"a2": "2006"}}, "raw": {"H": "22", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "8", "LAT": "51N30", "LON": "7E30", "MON": "9", "NUM": "2006", "PRO": "S", "SEC": "0", "YEA": "1854", "CITY": "GUMMERSBACH BZ"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4093	melchior-eduard-1883-03-13	{"a2": "2007"}	{"lerrcp": "A2-2007"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eduard", "family": "Melchior", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DORTMUND", "geoid": 0}, "notime": null, "date-ut": "1883-03-13 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eduard", "family": "Melchior"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DORTMUND", "geoid": 0}, "date-ut": "1883-03-13 11:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2007"}, "ids-in-sources": {"a2": "2007"}}, "raw": {"H": "12", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "13", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "2007", "PRO": "S", "SEC": "0", "YEA": "1883", "CITY": "DORTMUND"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4094	mellinger-carl-1858-11-26	{"a2": "2008"}	{"lerrcp": "A2-2008"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carl", "family": "Mellinger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "notime": null, "date-ut": "1858-11-26 10:17"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Carl", "family": "Mellinger"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "date-ut": "1858-11-26 10:17"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2008"}, "ids-in-sources": {"a2": "2008"}}, "raw": {"H": "11", "MN": "17", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "26", "LAT": "50N 0", "LON": "7E 0", "MON": "11", "NUM": "2008", "PRO": "S", "SEC": "0", "YEA": "1858", "CITY": "MAINZ"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4095	menge-karl-1864-08-18	{"a2": "2009"}	{"lerrcp": "A2-2009"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Menge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "BAD KREUZNACH", "geoid": 0}, "notime": null, "date-ut": "1864-08-18 14:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Menge"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "BAD KREUZNACH", "geoid": 0}, "date-ut": "1864-08-18 14:02"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2009"}, "ids-in-sources": {"a2": "2009"}}, "raw": {"H": "15", "MN": "2", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "18", "LAT": "50N 0", "LON": "7E 0", "MON": "8", "NUM": "2009", "PRO": "S", "SEC": "0", "YEA": "1864", "CITY": "BAD KREUZNACH"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4096	mense-carl-1861-03-28	{"a2": "2010"}	{"lerrcp": "A2-2010"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carl", "family": "Mense", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "RHEINE", "geoid": 0}, "notime": null, "date-ut": "1861-03-28 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Carl", "family": "Mense"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "RHEINE", "geoid": 0}, "date-ut": "1861-03-28 10:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2010"}, "ids-in-sources": {"a2": "2010"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "28", "LAT": "51N50", "LON": "7E30", "MON": "3", "NUM": "2010", "PRO": "S", "SEC": "0", "YEA": "1861", "CITY": "RHEINE"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4097	mergler-marie-1851-05-17	{"a2": "2011"}	{"lerrcp": "A2-2011"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Mergler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MAINSTOCKHAIM", "geoid": 0}, "notime": null, "date-ut": "1851-05-17 23:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Mergler"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MAINSTOCKHAIM", "geoid": 0}, "date-ut": "1851-05-17 23:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2011"}, "ids-in-sources": {"a2": "2011"}}, "raw": {"H": "0", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "18", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "2011", "PRO": "S", "SEC": "0", "YEA": "1851", "CITY": "MAINSTOCKHAIM"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4098	mermann-alfons-1852-10-07	{"a2": "2012"}	{"lerrcp": "A2-2012"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfons", "family": "Mermann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "notime": null, "date-ut": "1852-10-07 13:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alfons", "family": "Mermann"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "date-ut": "1852-10-07 13:54"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2012"}, "ids-in-sources": {"a2": "2012"}}, "raw": {"H": "14", "MN": "54", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "7", "LAT": "48N30", "LON": "9E 0", "MON": "10", "NUM": "2012", "PRO": "S", "SEC": "0", "YEA": "1852", "CITY": "MANNHEIM"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4099	meyer-selma-1881-06-09	{"a2": "2013"}	{"lerrcp": "A2-2013"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Selma", "family": "Meyer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "notime": null, "date-ut": "1881-06-09 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Selma", "family": "Meyer"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "date-ut": "1881-06-09 05:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2013"}, "ids-in-sources": {"a2": "2013"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "9", "LAT": "51N30", "LON": "7E30", "MON": "6", "NUM": "2013", "PRO": "S", "SEC": "0", "YEA": "1881", "CITY": "ESSEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4100	meyer-burgdorff-hermann-1889-04-14	{"a2": "2014"}	{"lerrcp": "A2-2014"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Meyer-Burgdorff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "HORDEL BOCHUM", "geoid": 0}, "notime": null, "date-ut": "1889-04-14 17:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Meyer-Burgdorff"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "HORDEL BOCHUM", "geoid": 0}, "date-ut": "1889-04-14 17:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2014"}, "ids-in-sources": {"a2": "2014"}}, "raw": {"H": "18", "MN": "30", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "14", "LAT": "51N50", "LON": "7E30", "MON": "4", "NUM": "2014", "PRO": "S", "SEC": "0", "YEA": "1889", "CITY": "HORDEL BOCHUM"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4101	michel-andreas-1861-08-14	{"a2": "2015"}	{"lerrcp": "A2-2015"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Andreas", "family": "Michel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "LOHR AM MAIN", "geoid": 0}, "notime": null, "date-ut": "1861-08-14 04:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Andreas", "family": "Michel"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "LOHR AM MAIN", "geoid": 0}, "date-ut": "1861-08-14 04:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2015"}, "ids-in-sources": {"a2": "2015"}}, "raw": {"H": "5", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "14", "LAT": "49N 0", "LON": "11E30", "MON": "8", "NUM": "2015", "PRO": "S", "SEC": "0", "YEA": "1861", "CITY": "LOHR AM MAIN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4102	michel-julius-1843-07-05	{"a2": "2016"}	{"lerrcp": "A2-2016"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julius", "family": "Michel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "FRANKENTHAL", "geoid": 0}, "notime": null, "date-ut": "1843-07-05 21:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Julius", "family": "Michel"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "FRANKENTHAL", "geoid": 0}, "date-ut": "1843-07-05 21:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2016"}, "ids-in-sources": {"a2": "2016"}}, "raw": {"H": "22", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "5", "LAT": "50N 0", "LON": "7E 0", "MON": "7", "NUM": "2016", "PRO": "S", "SEC": "0", "YEA": "1843", "CITY": "FRANKENTHAL"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4103	molineus-gustav-1880-11-05	{"a2": "2017"}	{"lerrcp": "A2-2017"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustav", "family": "Molineus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL BARME", "geoid": 0}, "notime": null, "date-ut": "1880-11-05 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gustav", "family": "Molineus"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL BARME", "geoid": 0}, "date-ut": "1880-11-05 19:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2017"}, "ids-in-sources": {"a2": "2017"}}, "raw": {"H": "20", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "5", "LAT": "51N30", "LON": "7E30", "MON": "11", "NUM": "2017", "PRO": "S", "SEC": "0", "YEA": "1880", "CITY": "WUPPERTAL BARME"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4104	monkemoller-otto-1867-05-05	{"a2": "2018"}	{"lerrcp": "A2-2018"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Mönkemöller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "notime": null, "date-ut": "1867-05-05 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Mönkemöller"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "date-ut": "1867-05-05 22:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2018"}, "ids-in-sources": {"a2": "2018"}}, "raw": {"H": "23", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "5", "LAT": "51N30", "LON": "7E30", "MON": "5", "NUM": "2018", "PRO": "S", "SEC": "0", "YEA": "1867", "CITY": "BONN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4105	moritz-friedrich-1861-12-10	{"a2": "2019"}	{"lerrcp": "A2-2019"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Moritz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "notime": null, "date-ut": "1861-12-10 10:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Moritz"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "date-ut": "1861-12-10 10:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2019"}, "ids-in-sources": {"a2": "2019"}}, "raw": {"H": "11", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "10", "LAT": "50N 0", "LON": "7E 0", "MON": "12", "NUM": "2019", "PRO": "S", "SEC": "0", "YEA": "1861", "CITY": "MAINZ"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4106	muckermann-hermann-1877-08-30	{"a2": "2020"}	{"lerrcp": "A2-2020"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Muckermann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "BUCKEBURG", "geoid": 0}, "notime": null, "date-ut": "1877-08-30 02:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Muckermann"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "BUCKEBURG", "geoid": 0}, "date-ut": "1877-08-30 02:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2020"}, "ids-in-sources": {"a2": "2020"}}, "raw": {"H": "3", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "30", "LAT": "52N 0", "LON": "10E 0", "MON": "8", "NUM": "2020", "PRO": "S", "SEC": "0", "YEA": "1877", "CITY": "BUCKEBURG"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4107	muhlens-peter-1874-05-12	{"a2": "2021"}	{"lerrcp": "A2-2021"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Peter", "family": "Mühlens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "notime": null, "date-ut": "1874-05-12 17:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Peter", "family": "Mühlens"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "date-ut": "1874-05-12 17:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2021"}, "ids-in-sources": {"a2": "2021"}}, "raw": {"H": "18", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "12", "LAT": "51N30", "LON": "7E30", "MON": "5", "NUM": "2021", "PRO": "S", "SEC": "0", "YEA": "1874", "CITY": "BONN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4108	muller-august-1864-03-04	{"a2": "2022"}	{"lerrcp": "A2-2022"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "August", "family": "Müller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MUNCHEN GLADBACH", "geoid": 0}, "notime": null, "date-ut": "1864-03-04 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "August", "family": "Müller"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MUNCHEN GLADBACH", "geoid": 0}, "date-ut": "1864-03-04 22:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2022"}, "ids-in-sources": {"a2": "2022"}}, "raw": {"H": "23", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "4", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "2022", "PRO": "S", "SEC": "0", "YEA": "1864", "CITY": "MUNCHEN GLADBACH"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4109	muller-eduard-1876-01-04	{"a2": "2023"}	{"lerrcp": "A2-2023"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eduard", "family": "Müller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "ANNWEILER", "geoid": 0}, "notime": null, "date-ut": "1876-01-04 12:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eduard", "family": "Müller"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "ANNWEILER", "geoid": 0}, "date-ut": "1876-01-04 12:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2023"}, "ids-in-sources": {"a2": "2023"}}, "raw": {"H": "13", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "4", "LAT": "50N 0", "LON": "7E 0", "MON": "1", "NUM": "2023", "PRO": "S", "SEC": "0", "YEA": "1876", "CITY": "ANNWEILER"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4110	muller-johannes-1864-01-30	{"a2": "2024"}	{"lerrcp": "A2-2024"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Müller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BREM", "c3": null, "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "notime": null, "date-ut": "1864-01-30 03:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Müller"}, "birth": {"place": {"c2": "BREM", "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "date-ut": "1864-01-30 03:54:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2024"}, "ids-in-sources": {"a2": "2024"}}, "raw": {"H": "4", "MN": "54", "TZ": "-1", "COD": "BREM", "COU": "G", "DAY": "30", "LAT": "53N 5", "LON": "8E50", "MON": "1", "NUM": "2024", "PRO": "S", "SEC": "40", "YEA": "1864", "CITY": "BREMEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4111	muller-max-1878-08-28	{"a2": "2025"}	{"lerrcp": "A2-2025"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Müller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SAARL", "c3": null, "cy": "DE", "lg": 7, "lat": 49.33333, "name": "SAARLOUIS BZ TR", "geoid": 0}, "notime": null, "date-ut": "1878-08-28 20:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Max", "family": "Müller"}, "birth": {"place": {"c2": "SAARL", "cy": "DE", "lg": 7, "lat": 49.33333, "name": "SAARLOUIS BZ TR", "geoid": 0}, "date-ut": "1878-08-28 20:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2025"}, "ids-in-sources": {"a2": "2025"}}, "raw": {"H": "21", "MN": "32", "TZ": "-1", "COD": "SAARL", "COU": "G", "DAY": "28", "LAT": "49N20", "LON": "7E 0", "MON": "8", "NUM": "2025", "PRO": "S", "SEC": "0", "YEA": "1878", "CITY": "SAARLOUIS BZ TR"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4112	muller-lyer-franz-1857-02-05	{"a2": "2026"}	{"lerrcp": "A2-2026"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Müller-Lyer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "BADEN BADEN", "geoid": 0}, "notime": null, "date-ut": "1857-02-05 02:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Franz", "family": "Müller-Lyer"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "BADEN BADEN", "geoid": 0}, "date-ut": "1857-02-05 02:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2026"}, "ids-in-sources": {"a2": "2026"}}, "raw": {"H": "3", "MN": "24", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "5", "LAT": "48N30", "LON": "9E 0", "MON": "2", "NUM": "2026", "PRO": "S", "SEC": "0", "YEA": "1857", "CITY": "BADEN BADEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4113	gauquelin-a2-2027-1880-05-08	{"a2": "2027"}	{"lerrcp": "A2-2027"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A2-2027", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "LUDWIGSSTADT", "geoid": 0}, "notime": null, "date-ut": "1880-05-08 12:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A2-2027"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "LUDWIGSSTADT", "geoid": 0}, "date-ut": "1880-05-08 12:14"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2027"}, "ids-in-sources": {"a2": "2027"}}, "raw": {"H": "13", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "8", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "2027", "PRO": "S", "SEC": "0", "YEA": "1880", "CITY": "LUDWIGSSTADT"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4114	munk-fritz-1879-03-11	{"a2": "2028"}	{"lerrcp": "A2-2028"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Munk", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HOHENZ", "c3": null, "cy": "DE", "lg": 8.96667, "lat": 48.31667, "name": "SIGMARINGEN", "geoid": 0}, "notime": null, "date-ut": "1879-03-11 01:24:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Fritz", "family": "Munk"}, "birth": {"place": {"c2": "HOHENZ", "cy": "DE", "lg": 8.96667, "lat": 48.31667, "name": "SIGMARINGEN", "geoid": 0}, "date-ut": "1879-03-11 01:24:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2028"}, "ids-in-sources": {"a2": "2028"}}, "raw": {"H": "2", "MN": "24", "TZ": "-1", "COD": "HOHENZ", "COU": "G", "DAY": "11", "LAT": "48N19", "LON": "8E58", "MON": "3", "NUM": "2028", "PRO": "S", "SEC": "8", "YEA": "1879", "CITY": "SIGMARINGEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4115	nasse-dietrich-1860-11-05	{"a2": "2029"}	{"lerrcp": "A2-2029"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dietrich", "family": "Nasse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "notime": null, "date-ut": "1860-11-05 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Dietrich", "family": "Nasse"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "date-ut": "1860-11-05 21:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2029"}, "ids-in-sources": {"a2": "2029"}}, "raw": {"H": "22", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "5", "LAT": "51N30", "LON": "7E30", "MON": "11", "NUM": "2029", "PRO": "S", "SEC": "0", "YEA": "1860", "CITY": "BONN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4116	nebelthau-johann-1864-09-14	{"a2": "2030"}	{"lerrcp": "A2-2030"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johann", "family": "Nebelthau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BREM", "c3": null, "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "notime": null, "date-ut": "1864-09-14 17:24:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Johann", "family": "Nebelthau"}, "birth": {"place": {"c2": "BREM", "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "date-ut": "1864-09-14 17:24:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2030"}, "ids-in-sources": {"a2": "2030"}}, "raw": {"H": "18", "MN": "24", "TZ": "-1", "COD": "BREM", "COU": "G", "DAY": "14", "LAT": "53N 5", "LON": "8E50", "MON": "9", "NUM": "2030", "PRO": "S", "SEC": "40", "YEA": "1864", "CITY": "BREMEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4117	nedden-max-1870-03-26	{"a2": "2031"}	{"lerrcp": "A2-2031"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Nedden", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BOCHUM DAHLHAUS", "geoid": 0}, "notime": null, "date-ut": "1870-03-26 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Max", "family": "Nedden"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BOCHUM DAHLHAUS", "geoid": 0}, "date-ut": "1870-03-26 18:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2031"}, "ids-in-sources": {"a2": "2031"}}, "raw": {"H": "19", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "26", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "2031", "PRO": "S", "SEC": "0", "YEA": "1870", "CITY": "BOCHUM DAHLHAUS"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4118	neuburger-karl-1890-03-05	{"a2": "2032"}	{"lerrcp": "A2-2032"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Neubürger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1890-03-05 03:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Neubürger"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1890-03-05 03:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2032"}, "ids-in-sources": {"a2": "2032"}}, "raw": {"H": "4", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "5", "LAT": "50N30", "LON": "9E15", "MON": "3", "NUM": "2032", "PRO": "S", "SEC": "0", "YEA": "1890", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4119	neukrich-paul-1885-12-26	{"a2": "2033"}	{"lerrcp": "A2-2033"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Neukrich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1885-12-26 14:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Neukrich"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1885-12-26 14:53"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2033"}, "ids-in-sources": {"a2": "2033"}}, "raw": {"H": "15", "MN": "53", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "26", "LAT": "50N30", "LON": "9E15", "MON": "12", "NUM": "2033", "PRO": "S", "SEC": "0", "YEA": "1885", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4120	neumann-hans-1891-11-18	{"a2": "2034"}	{"lerrcp": "A2-2034"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Neumann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "notime": null, "date-ut": "1891-11-18 16:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Neumann"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "date-ut": "1891-11-18 16:45"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2034"}, "ids-in-sources": {"a2": "2034"}}, "raw": {"H": "17", "MN": "45", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "18", "LAT": "51N30", "LON": "7E30", "MON": "11", "NUM": "2034", "PRO": "S", "SEC": "0", "YEA": "1891", "CITY": "BONN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4121	nieden-hermann-1885-04-19	{"a2": "2035"}	{"lerrcp": "A2-2035"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Nieden", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "BOCHUM", "geoid": 0}, "notime": null, "date-ut": "1885-04-19 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Nieden"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "BOCHUM", "geoid": 0}, "date-ut": "1885-04-19 06:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2035"}, "ids-in-sources": {"a2": "2035"}}, "raw": {"H": "7", "MN": "30", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "19", "LAT": "51N50", "LON": "7E30", "MON": "4", "NUM": "2035", "PRO": "S", "SEC": "0", "YEA": "1885", "CITY": "BOCHUM"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4122	nissl-franz-1860-09-09	{"a2": "2036"}	{"lerrcp": "A2-2036"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Nissl", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PFALZ", "c3": null, "cy": "DE", "lg": 8, "lat": 49.33333, "name": "FRANKENTHAL", "geoid": 0}, "notime": null, "date-ut": "1860-09-09 14:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Franz", "family": "Nissl"}, "birth": {"place": {"c2": "PFALZ", "cy": "DE", "lg": 8, "lat": 49.33333, "name": "FRANKENTHAL", "geoid": 0}, "date-ut": "1860-09-09 14:58"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2036"}, "ids-in-sources": {"a2": "2036"}}, "raw": {"H": "15", "MN": "58", "TZ": "-1", "COD": "PFALZ", "COU": "G", "DAY": "9", "LAT": "49N20", "LON": "8E 0", "MON": "9", "NUM": "2036", "PRO": "S", "SEC": "0", "YEA": "1860", "CITY": "FRANKENTHAL"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4123	noll-alfred-1870-08-12	{"a2": "2037"}	{"lerrcp": "A2-2037"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Noll", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HANAU BZ KASSEL", "geoid": 0}, "notime": null, "date-ut": "1870-08-12 08:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Noll"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HANAU BZ KASSEL", "geoid": 0}, "date-ut": "1870-08-12 08:53"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2037"}, "ids-in-sources": {"a2": "2037"}}, "raw": {"H": "9", "MN": "53", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "12", "LAT": "50N30", "LON": "9E15", "MON": "8", "NUM": "2037", "PRO": "S", "SEC": "0", "YEA": "1870", "CITY": "HANAU BZ KASSEL"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4124	noltenius-hermann-1861-10-20	{"a2": "2038"}	{"lerrcp": "A2-2038"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Noltenius", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BREM", "c3": null, "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "notime": null, "date-ut": "1861-10-20 00:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Noltenius"}, "birth": {"place": {"c2": "BREM", "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "date-ut": "1861-10-20 00:54:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2038"}, "ids-in-sources": {"a2": "2038"}}, "raw": {"H": "1", "MN": "54", "TZ": "-1", "COD": "BREM", "COU": "G", "DAY": "20", "LAT": "53N 5", "LON": "8E50", "MON": "10", "NUM": "2038", "PRO": "S", "SEC": "40", "YEA": "1861", "CITY": "BREMEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4125	nonnenbruch-wilhelm-1887-11-06	{"a2": "2039"}	{"lerrcp": "A2-2039"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Nonnenbruch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1887-11-06 20:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Nonnenbruch"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1887-11-06 20:14"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2039"}, "ids-in-sources": {"a2": "2039"}}, "raw": {"H": "21", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "6", "LAT": "49N 0", "LON": "11E30", "MON": "11", "NUM": "2039", "PRO": "S", "SEC": "0", "YEA": "1887", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4126	noorden-carl-1858-09-13	{"a2": "2040"}	{"lerrcp": "A2-2040"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carl", "family": "Noorden", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "notime": null, "date-ut": "1858-09-13 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Carl", "family": "Noorden"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "date-ut": "1858-09-13 12:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2040"}, "ids-in-sources": {"a2": "2040"}}, "raw": {"H": "13", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "13", "LAT": "51N30", "LON": "7E30", "MON": "9", "NUM": "2040", "PRO": "S", "SEC": "0", "YEA": "1858", "CITY": "BONN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4127	noorden-werner-1860-05-20	{"a2": "2041"}	{"lerrcp": "A2-2041"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Werner", "family": "Noorden", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "notime": null, "date-ut": "1860-05-20 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Werner", "family": "Noorden"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "date-ut": "1860-05-20 03:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2041"}, "ids-in-sources": {"a2": "2041"}}, "raw": {"H": "4", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "20", "LAT": "51N30", "LON": "7E30", "MON": "5", "NUM": "2041", "PRO": "S", "SEC": "0", "YEA": "1860", "CITY": "BONN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4128	nordmann-otto-1876-09-14	{"a2": "2042"}	{"lerrcp": "A2-2042"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Nordmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "NAD HARZBURG", "geoid": 0}, "notime": null, "date-ut": "1876-09-14 20:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Nordmann"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "NAD HARZBURG", "geoid": 0}, "date-ut": "1876-09-14 20:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2042"}, "ids-in-sources": {"a2": "2042"}}, "raw": {"H": "21", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "14", "LAT": "52N 0", "LON": "10E 0", "MON": "9", "NUM": "2042", "PRO": "S", "SEC": "0", "YEA": "1876", "CITY": "NAD HARZBURG"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4129	nurnberger-ludwi-1884-07-17	{"a2": "2043"}	{"lerrcp": "A2-2043"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludwi", "family": "Nürnberger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ASCHBACH BZ BAM", "geoid": 0}, "notime": null, "date-ut": "1884-07-17 11:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ludwi", "family": "Nürnberger"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ASCHBACH BZ BAM", "geoid": 0}, "date-ut": "1884-07-17 11:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2043"}, "ids-in-sources": {"a2": "2043"}}, "raw": {"H": "12", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "17", "LAT": "49N 0", "LON": "11E30", "MON": "7", "NUM": "2043", "PRO": "S", "SEC": "0", "YEA": "1884", "CITY": "ASCHBACH BZ BAM"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4130	nussbaum-adolf-1885-08-04	{"a2": "2044"}	{"lerrcp": "A2-2044"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolf", "family": "Nussbaum", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "notime": null, "date-ut": "1885-08-04 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Adolf", "family": "Nussbaum"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "date-ut": "1885-08-04 21:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2044"}, "ids-in-sources": {"a2": "2044"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "4", "LAT": "51N30", "LON": "7E30", "MON": "8", "NUM": "2044", "PRO": "S", "SEC": "0", "YEA": "1885", "CITY": "BONN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4131	oberndorfer-siegfried-1876-06-24	{"a2": "2045"}	{"lerrcp": "A2-2045"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Siegfried", "family": "Oberndorfer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1876-06-24 13:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Siegfried", "family": "Oberndorfer"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1876-06-24 13:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2045"}, "ids-in-sources": {"a2": "2045"}}, "raw": {"H": "14", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "24", "LAT": "49N 0", "LON": "11E30", "MON": "6", "NUM": "2045", "PRO": "S", "SEC": "0", "YEA": "1876", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4132	oberst-maximilian-1849-10-06	{"a2": "2046"}	{"lerrcp": "A2-2046"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maximilian", "family": "Oberst", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "REGENSBURG", "geoid": 0}, "notime": null, "date-ut": "1849-10-06 19:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maximilian", "family": "Oberst"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "REGENSBURG", "geoid": 0}, "date-ut": "1849-10-06 19:59"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2046"}, "ids-in-sources": {"a2": "2046"}}, "raw": {"H": "20", "MN": "59", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "6", "LAT": "49N 0", "LON": "11E30", "MON": "10", "NUM": "2046", "PRO": "S", "SEC": "0", "YEA": "1849", "CITY": "REGENSBURG"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4133	oefele-felix-1861-12-24	{"a2": "2047"}	{"lerrcp": "A2-2047"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Oefele", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "WILDBERGHOF MIT", "geoid": 0}, "notime": null, "date-ut": "1861-12-24 07:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Oefele"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "WILDBERGHOF MIT", "geoid": 0}, "date-ut": "1861-12-24 07:14"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2047"}, "ids-in-sources": {"a2": "2047"}}, "raw": {"H": "8", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "24", "LAT": "49N 0", "LON": "11E30", "MON": "12", "NUM": "2047", "PRO": "S", "SEC": "0", "YEA": "1861", "CITY": "WILDBERGHOF MIT"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4134	oeller-hans-1882-06-04	{"a2": "2048"}	{"lerrcp": "A2-2048"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Oeller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1882-06-04 05:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Oeller"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1882-06-04 05:14"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2048"}, "ids-in-sources": {"a2": "2048"}}, "raw": {"H": "6", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "4", "LAT": "49N 0", "LON": "11E30", "MON": "6", "NUM": "2048", "PRO": "S", "SEC": "0", "YEA": "1882", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4135	oeller-johann-1850-04-30	{"a2": "2049"}	{"lerrcp": "A2-2049"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johann", "family": "Oeller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "OBERNZELL NIEDE", "geoid": 0}, "notime": null, "date-ut": "1850-04-30 06:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Johann", "family": "Oeller"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "OBERNZELL NIEDE", "geoid": 0}, "date-ut": "1850-04-30 06:14"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2049"}, "ids-in-sources": {"a2": "2049"}}, "raw": {"H": "7", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "30", "LAT": "49N 0", "LON": "11E30", "MON": "4", "NUM": "2049", "PRO": "S", "SEC": "0", "YEA": "1850", "CITY": "OBERNZELL NIEDE"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4136	oesterlein-otto-1840-03-14	{"a2": "2050"}	{"lerrcp": "A2-2050"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Oesterlein", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "MURRHARDT", "geoid": 0}, "notime": null, "date-ut": "1840-03-14 17:53:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Oesterlein"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "MURRHARDT", "geoid": 0}, "date-ut": "1840-03-14 17:53:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2050"}, "ids-in-sources": {"a2": "2050"}}, "raw": {"H": "18", "MN": "53", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "14", "LAT": "48N45", "LON": "9E13", "MON": "3", "NUM": "2050", "PRO": "S", "SEC": "8", "YEA": "1840", "CITY": "MURRHARDT"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4137	oettingen-karl-1891-07-24	{"a2": "2051"}	{"lerrcp": "A2-2051"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Oettingen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "MARBURG / LAHN", "geoid": 0}, "notime": null, "date-ut": "1891-07-24 12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Oettingen"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "MARBURG / LAHN", "geoid": 0}, "date-ut": "1891-07-24 12:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2051"}, "ids-in-sources": {"a2": "2051"}}, "raw": {"H": "13", "MN": "8", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "24", "LAT": "50N30", "LON": "9E15", "MON": "7", "NUM": "2051", "PRO": "S", "SEC": "0", "YEA": "1891", "CITY": "MARBURG / LAHN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4138	offergeld-heinrich-1877-05-25	{"a2": "2052"}	{"lerrcp": "A2-2052"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Offergeld", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "notime": null, "date-ut": "1877-05-25 13:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Offergeld"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "date-ut": "1877-05-25 13:45"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2052"}, "ids-in-sources": {"a2": "2052"}}, "raw": {"H": "14", "MN": "45", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "25", "LAT": "51N30", "LON": "7E30", "MON": "5", "NUM": "2052", "PRO": "S", "SEC": "0", "YEA": "1877", "CITY": "BONN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4139	ohm-johannes-1880-12-19	{"a2": "2053"}	{"lerrcp": "A2-2053"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Ohm", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "WESTERBOLT", "geoid": 0}, "notime": null, "date-ut": "1880-12-19 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Ohm"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "WESTERBOLT", "geoid": 0}, "date-ut": "1880-12-19 17:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2053"}, "ids-in-sources": {"a2": "2053"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "19", "LAT": "51N50", "LON": "7E30", "MON": "12", "NUM": "2053", "PRO": "S", "SEC": "0", "YEA": "1880", "CITY": "WESTERBOLT"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4140	olt-adam-1866-02-04	{"a2": "2054"}	{"lerrcp": "A2-2054"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adam", "family": "Olt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "BREITENBRUNN I", "geoid": 0}, "notime": null, "date-ut": "1866-02-04 19:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Adam", "family": "Olt"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "BREITENBRUNN I", "geoid": 0}, "date-ut": "1866-02-04 19:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2054"}, "ids-in-sources": {"a2": "2054"}}, "raw": {"H": "20", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "4", "LAT": "50N30", "LON": "9E15", "MON": "2", "NUM": "2054", "PRO": "S", "SEC": "0", "YEA": "1866", "CITY": "BREITENBRUNN I"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4141	oppenheim-hermann-1857-12-31	{"a2": "2055"}	{"lerrcp": "A2-2055"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Oppenheim", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "WARBURG", "geoid": 0}, "notime": null, "date-ut": "1857-12-31 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Oppenheim"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "WARBURG", "geoid": 0}, "date-ut": "1857-12-31 19:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2055"}, "ids-in-sources": {"a2": "2055"}}, "raw": {"H": "20", "MN": "30", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "31", "LAT": "51N50", "LON": "7E30", "MON": "12", "NUM": "2055", "PRO": "S", "SEC": "0", "YEA": "1857", "CITY": "WARBURG"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4142	orth-johannes-1847-01-14	{"a2": "2056"}	{"lerrcp": "A2-2056"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Orth", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "WALLMEROD WESTE", "geoid": 0}, "notime": null, "date-ut": "1847-01-14 03:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Orth"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "WALLMEROD WESTE", "geoid": 0}, "date-ut": "1847-01-14 03:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2056"}, "ids-in-sources": {"a2": "2056"}}, "raw": {"H": "4", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "14", "LAT": "50N 0", "LON": "7E 0", "MON": "1", "NUM": "2056", "PRO": "S", "SEC": "0", "YEA": "1847", "CITY": "WALLMEROD WESTE"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4143	orth-oskar-1876-06-15	{"a2": "2057"}	{"lerrcp": "A2-2057"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oskar", "family": "Orth", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SAARL", "c3": null, "cy": "DE", "lg": 7, "lat": 49.33333, "name": "ENSHEIM SAAR B", "geoid": 0}, "notime": null, "date-ut": "1876-06-15 13:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Oskar", "family": "Orth"}, "birth": {"place": {"c2": "SAARL", "cy": "DE", "lg": 7, "lat": 49.33333, "name": "ENSHEIM SAAR B", "geoid": 0}, "date-ut": "1876-06-15 13:02"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2057"}, "ids-in-sources": {"a2": "2057"}}, "raw": {"H": "14", "MN": "2", "TZ": "-1", "COD": "SAARL", "COU": "G", "DAY": "15", "LAT": "49N20", "LON": "7E 0", "MON": "6", "NUM": "2057", "PRO": "S", "SEC": "0", "YEA": "1876", "CITY": "ENSHEIM SAAR B"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4144	orthmann-ernst-1859-03-19	{"a2": "2058"}	{"lerrcp": "A2-2058"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Orthmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "METTMANN", "geoid": 0}, "notime": null, "date-ut": "1859-03-19 06:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Orthmann"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "METTMANN", "geoid": 0}, "date-ut": "1859-03-19 06:45"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2058"}, "ids-in-sources": {"a2": "2058"}}, "raw": {"H": "7", "MN": "45", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "19", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "2058", "PRO": "S", "SEC": "0", "YEA": "1859", "CITY": "METTMANN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4145	ostertag-robert-1864-03-24	{"a2": "2059"}	{"lerrcp": "A2-2059"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Ostertag", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "SCHWAB GMUND", "geoid": 0}, "notime": null, "date-ut": "1864-03-24 01:53:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Ostertag"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "SCHWAB GMUND", "geoid": 0}, "date-ut": "1864-03-24 01:53:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2059"}, "ids-in-sources": {"a2": "2059"}}, "raw": {"H": "2", "MN": "53", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "24", "LAT": "48N45", "LON": "9E13", "MON": "3", "NUM": "2059", "PRO": "S", "SEC": "8", "YEA": "1864", "CITY": "SCHWAB GMUND"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4146	nieberle-karl-1877-01-01	{"a2": "2060"}	{"lerrcp": "A2-2060"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Nieberle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "BLAUBEUREN", "geoid": 0}, "notime": null, "date-ut": "1877-01-01 08:53:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Nieberle"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "BLAUBEUREN", "geoid": 0}, "date-ut": "1877-01-01 08:53:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2060"}, "ids-in-sources": {"a2": "2060"}}, "raw": {"H": "9", "MN": "53", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "1", "LAT": "48N45", "LON": "9E13", "MON": "1", "NUM": "2060", "PRO": "S", "SEC": "8", "YEA": "1877", "CITY": "BLAUBEUREN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4147	pagenstecher-hermann-1844-09-16	{"a2": "2061"}	{"lerrcp": "A2-2061"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Pagenstecher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "BAD SCHWALBACH", "geoid": 0}, "notime": null, "date-ut": "1844-09-16 14:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Pagenstecher"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "BAD SCHWALBACH", "geoid": 0}, "date-ut": "1844-09-16 14:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2061"}, "ids-in-sources": {"a2": "2061"}}, "raw": {"H": "15", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "16", "LAT": "50N30", "LON": "9E15", "MON": "9", "NUM": "2061", "PRO": "S", "SEC": "0", "YEA": "1844", "CITY": "BAD SCHWALBACH"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4148	pagenstecher-hermann-1879-12-31	{"a2": "2062"}	{"lerrcp": "A2-2062"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Pagenstecher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "notime": null, "date-ut": "1879-12-31 04:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Pagenstecher"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "date-ut": "1879-12-31 04:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2062"}, "ids-in-sources": {"a2": "2062"}}, "raw": {"H": "5", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "31", "LAT": "50N 0", "LON": "7E 0", "MON": "12", "NUM": "2062", "PRO": "S", "SEC": "0", "YEA": "1879", "CITY": "MAINZ"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4149	pels-leusden-friedrich-1866-08-12	{"a2": "2063"}	{"lerrcp": "A2-2063"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Pels Leusden Friedrich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WILLICH B KREFE", "geoid": 0}, "notime": null, "date-ut": "1866-08-12 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "Pels Leusden Friedrich"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WILLICH B KREFE", "geoid": 0}, "date-ut": "1866-08-12 05:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2063"}, "ids-in-sources": {"a2": "2063"}}, "raw": {"H": "6", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "12", "LAT": "51N30", "LON": "7E30", "MON": "8", "NUM": "2063", "PRO": "S", "SEC": "0", "YEA": "1866", "CITY": "WILLICH B KREFE"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4150	peretti-joseph-1852-12-24	{"a2": "2064"}	{"lerrcp": "A2-2064"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Peretti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "notime": null, "date-ut": "1852-12-24 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Peretti"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "date-ut": "1852-12-24 04:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2064"}, "ids-in-sources": {"a2": "2064"}}, "raw": {"H": "5", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "24", "LAT": "51N30", "LON": "7E30", "MON": "12", "NUM": "2064", "PRO": "S", "SEC": "0", "YEA": "1852", "CITY": "BONN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4151	perthes-georg-1869-01-17	{"a2": "2065"}	{"lerrcp": "A2-2065"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georg", "family": "Perthes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MORS", "geoid": 0}, "notime": null, "date-ut": "1869-01-17 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georg", "family": "Perthes"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MORS", "geoid": 0}, "date-ut": "1869-01-17 21:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2065"}, "ids-in-sources": {"a2": "2065"}}, "raw": {"H": "22", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "17", "LAT": "51N30", "LON": "7E30", "MON": "1", "NUM": "2065", "PRO": "S", "SEC": "0", "YEA": "1869", "CITY": "MORS"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4152	petersen-hans-1885-11-28	{"a2": "2066"}	{"lerrcp": "A2-2066"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Petersen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAMB", "c3": null, "cy": "DE", "lg": 10, "lat": 53.58333, "name": "HAMBURG FLOTTBE", "geoid": 0}, "notime": null, "date-ut": "1885-11-28 08:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Petersen"}, "birth": {"place": {"c2": "HAMB", "cy": "DE", "lg": 10, "lat": 53.58333, "name": "HAMBURG FLOTTBE", "geoid": 0}, "date-ut": "1885-11-28 08:50"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2066"}, "ids-in-sources": {"a2": "2066"}}, "raw": {"H": "9", "MN": "50", "TZ": "-1", "COD": "HAMB", "COU": "G", "DAY": "28", "LAT": "53N35", "LON": "10E 0", "MON": "11", "NUM": "2066", "PRO": "S", "SEC": "0", "YEA": "1885", "CITY": "HAMBURG FLOTTBE"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4153	petri-julius-1852-05-31	{"a2": "2067"}	{"lerrcp": "A2-2067"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julius", "family": "Petri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL BARME", "geoid": 0}, "notime": null, "date-ut": "1852-05-31 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Julius", "family": "Petri"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL BARME", "geoid": 0}, "date-ut": "1852-05-31 19:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2067"}, "ids-in-sources": {"a2": "2067"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "31", "LAT": "51N30", "LON": "7E30", "MON": "5", "NUM": "2067", "PRO": "S", "SEC": "0", "YEA": "1852", "CITY": "WUPPERTAL BARME"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4154	pfeilsticker-walter-1880-07-18	{"a2": "2068"}	{"lerrcp": "A2-2068"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Pfeilsticker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "BALINGEN", "geoid": 0}, "notime": null, "date-ut": "1880-07-18 22:23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Pfeilsticker"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "BALINGEN", "geoid": 0}, "date-ut": "1880-07-18 22:23:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2068"}, "ids-in-sources": {"a2": "2068"}}, "raw": {"H": "23", "MN": "23", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "18", "LAT": "48N45", "LON": "9E13", "MON": "7", "NUM": "2068", "PRO": "S", "SEC": "8", "YEA": "1880", "CITY": "BALINGEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4155	philippson-louis-1862-12-30	{"a2": "2069"}	{"lerrcp": "A2-2069"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Philippson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "LUBECK", "geoid": 0}, "notime": null, "date-ut": "1862-12-30 03:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Philippson"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "LUBECK", "geoid": 0}, "date-ut": "1862-12-30 03:21"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2069"}, "ids-in-sources": {"a2": "2069"}}, "raw": {"H": "4", "MN": "21", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "30", "LAT": "54N30", "LON": "9E45", "MON": "12", "NUM": "2069", "PRO": "S", "SEC": "0", "YEA": "1862", "CITY": "LUBECK"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4156	poehlmann-august-1882-02-13	{"a2": "2070"}	{"lerrcp": "A2-2070"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "August", "family": "Poehlmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ERLANGEN", "geoid": 0}, "notime": null, "date-ut": "1882-02-13 19:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "August", "family": "Poehlmann"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ERLANGEN", "geoid": 0}, "date-ut": "1882-02-13 19:29"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2070"}, "ids-in-sources": {"a2": "2070"}}, "raw": {"H": "20", "MN": "29", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "13", "LAT": "49N 0", "LON": "11E30", "MON": "2", "NUM": "2070", "PRO": "S", "SEC": "0", "YEA": "1882", "CITY": "ERLANGEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4157	posselt-karl-1837-09-08	{"a2": "2071"}	{"lerrcp": "A2-2071"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Posselt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "GUNZENHAUSEN MI", "geoid": 0}, "notime": null, "date-ut": "1837-09-08 00:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Posselt"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "GUNZENHAUSEN MI", "geoid": 0}, "date-ut": "1837-09-08 00:29"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2071"}, "ids-in-sources": {"a2": "2071"}}, "raw": {"H": "1", "MN": "29", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "8", "LAT": "49N 0", "LON": "11E30", "MON": "9", "NUM": "2071", "PRO": "S", "SEC": "0", "YEA": "1837", "CITY": "GUNZENHAUSEN MI"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4158	prigge-richard-1896-04-17	{"a2": "2072"}	{"lerrcp": "A2-2072"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Prigge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1896-04-17 19:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Prigge"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1896-04-17 19:45"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2072"}, "ids-in-sources": {"a2": "2072"}}, "raw": {"H": "20", "MN": "45", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "17", "LAT": "50N30", "LON": "9E15", "MON": "4", "NUM": "2072", "PRO": "S", "SEC": "0", "YEA": "1896", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4159	prinzhorn-hans-1886-06-08	{"a2": "2073"}	{"lerrcp": "A2-2073"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Prinzhorn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "HEMER KR ISERLO", "geoid": 0}, "notime": null, "date-ut": "1886-06-08 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Prinzhorn"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "HEMER KR ISERLO", "geoid": 0}, "date-ut": "1886-06-08 10:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2073"}, "ids-in-sources": {"a2": "2073"}}, "raw": {"H": "11", "MN": "30", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "8", "LAT": "51N50", "LON": "7E30", "MON": "6", "NUM": "2073", "PRO": "S", "SEC": "0", "YEA": "1886", "CITY": "HEMER KR ISERLO"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4160	probsting-august-1860-09-21	{"a2": "2074"}	{"lerrcp": "A2-2074"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "August", "family": "Pröbsting", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "GREVEN B MUNSTE", "geoid": 0}, "notime": null, "date-ut": "1860-09-21 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "August", "family": "Pröbsting"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "GREVEN B MUNSTE", "geoid": 0}, "date-ut": "1860-09-21 02:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2074"}, "ids-in-sources": {"a2": "2074"}}, "raw": {"H": "3", "MN": "30", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "21", "LAT": "51N50", "LON": "7E30", "MON": "9", "NUM": "2074", "PRO": "S", "SEC": "0", "YEA": "1860", "CITY": "GREVEN B MUNSTE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4161	prym-oskar-1873-11-23	{"a2": "2075"}	{"lerrcp": "A2-2075"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oskar", "family": "Prym", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "notime": null, "date-ut": "1873-11-23 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Oskar", "family": "Prym"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "date-ut": "1873-11-23 19:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2075"}, "ids-in-sources": {"a2": "2075"}}, "raw": {"H": "20", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "23", "LAT": "51N30", "LON": "7E30", "MON": "11", "NUM": "2075", "PRO": "S", "SEC": "0", "YEA": "1873", "CITY": "BONN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4162	raehlmann-eduard-1848-03-19	{"a2": "2076"}	{"lerrcp": "A2-2076"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eduard", "family": "Raehlmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "IBBENBUREN", "geoid": 0}, "notime": null, "date-ut": "1848-03-19 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eduard", "family": "Raehlmann"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "IBBENBUREN", "geoid": 0}, "date-ut": "1848-03-19 08:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2076"}, "ids-in-sources": {"a2": "2076"}}, "raw": {"H": "9", "MN": "30", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "19", "LAT": "51N50", "LON": "7E30", "MON": "3", "NUM": "2076", "PRO": "S", "SEC": "0", "YEA": "1848", "CITY": "IBBENBUREN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4163	rauber-august-1841-03-24	{"a2": "2077"}	{"lerrcp": "A2-2077"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "August", "family": "Rauber", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PFALZ", "c3": null, "cy": "DE", "lg": 8, "lat": 49.33333, "name": "OBERMOSCHEL", "geoid": 0}, "notime": null, "date-ut": "1841-03-24 02:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "August", "family": "Rauber"}, "birth": {"place": {"c2": "PFALZ", "cy": "DE", "lg": 8, "lat": 49.33333, "name": "OBERMOSCHEL", "geoid": 0}, "date-ut": "1841-03-24 02:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2077"}, "ids-in-sources": {"a2": "2077"}}, "raw": {"H": "3", "MN": "28", "TZ": "-1", "COD": "PFALZ", "COU": "G", "DAY": "24", "LAT": "49N20", "LON": "8E 0", "MON": "3", "NUM": "2077", "PRO": "S", "SEC": "0", "YEA": "1841", "CITY": "OBERMOSCHEL"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4164	rebel-hans-1889-05-16	{"a2": "2078"}	{"lerrcp": "A2-2078"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Rebel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1889-05-16 01:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Rebel"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1889-05-16 01:59"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2078"}, "ids-in-sources": {"a2": "2078"}}, "raw": {"H": "2", "MN": "59", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "16", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "2078", "PRO": "S", "SEC": "0", "YEA": "1889", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4165	rehn-johann-1831-05-20	{"a2": "2079"}	{"lerrcp": "A2-2079"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johann", "family": "Rehn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HANAU", "geoid": 0}, "notime": null, "date-ut": "1831-05-20 11:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Johann", "family": "Rehn"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HANAU", "geoid": 0}, "date-ut": "1831-05-20 11:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2079"}, "ids-in-sources": {"a2": "2079"}}, "raw": {"H": "12", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "20", "LAT": "50N30", "LON": "9E15", "MON": "5", "NUM": "2079", "PRO": "S", "SEC": "0", "YEA": "1831", "CITY": "HANAU"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4166	rehn-ludwi-1849-04-13	{"a2": "2080"}	{"lerrcp": "A2-2080"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludwi", "family": "Rehn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "BAD SOODEN ALLE", "geoid": 0}, "notime": null, "date-ut": "1849-04-13 20:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ludwi", "family": "Rehn"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "BAD SOODEN ALLE", "geoid": 0}, "date-ut": "1849-04-13 20:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2080"}, "ids-in-sources": {"a2": "2080"}}, "raw": {"H": "21", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "13", "LAT": "50N30", "LON": "9E15", "MON": "4", "NUM": "2080", "PRO": "S", "SEC": "0", "YEA": "1849", "CITY": "BAD SOODEN ALLE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4167	reiche-franz-1864-06-13	{"a2": "2081"}	{"lerrcp": "A2-2081"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Reiche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "LUBECK", "geoid": 0}, "notime": null, "date-ut": "1864-06-13 07:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Franz", "family": "Reiche"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "LUBECK", "geoid": 0}, "date-ut": "1864-06-13 07:21"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2081"}, "ids-in-sources": {"a2": "2081"}}, "raw": {"H": "8", "MN": "21", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "13", "LAT": "54N30", "LON": "9E45", "MON": "6", "NUM": "2081", "PRO": "S", "SEC": "0", "YEA": "1864", "CITY": "LUBECK"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4168	reichenbach-hans-1864-11-30	{"a2": "2082"}	{"lerrcp": "A2-2082"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Reichenbach", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "LUNEBURG", "geoid": 0}, "notime": null, "date-ut": "1864-11-30 09:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Reichenbach"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "LUNEBURG", "geoid": 0}, "date-ut": "1864-11-30 09:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2082"}, "ids-in-sources": {"a2": "2082"}}, "raw": {"H": "10", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "30", "LAT": "52N 0", "LON": "10E 0", "MON": "11", "NUM": "2082", "PRO": "S", "SEC": "0", "YEA": "1864", "CITY": "LUNEBURG"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4169	reichmann-viktor-1881-01-08	{"a2": "2083"}	{"lerrcp": "A2-2083"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Viktor", "family": "Reichmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "DURRMENZ MUHLAC", "geoid": 0}, "notime": null, "date-ut": "1881-01-08 11:23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Viktor", "family": "Reichmann"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "DURRMENZ MUHLAC", "geoid": 0}, "date-ut": "1881-01-08 11:23:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2083"}, "ids-in-sources": {"a2": "2083"}}, "raw": {"H": "12", "MN": "23", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "8", "LAT": "48N45", "LON": "9E13", "MON": "1", "NUM": "2083", "PRO": "S", "SEC": "8", "YEA": "1881", "CITY": "DURRMENZ MUHLAC"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4170	rein-hermann-1898-02-08	{"a2": "2084"}	{"lerrcp": "A2-2084"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Rein", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MITWITZ OBERFRA", "geoid": 0}, "notime": null, "date-ut": "1898-02-08 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Rein"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MITWITZ OBERFRA", "geoid": 0}, "date-ut": "1898-02-08 01:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2084"}, "ids-in-sources": {"a2": "2084"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "8", "LAT": "49N 0", "LON": "11E30", "MON": "2", "NUM": "2084", "PRO": "S", "SEC": "0", "YEA": "1898", "CITY": "MITWITZ OBERFRA"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4171	reinhold-heinrich-1862-09-24	{"a2": "2085"}	{"lerrcp": "A2-2085"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Reinhold", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL BARME", "geoid": 0}, "notime": null, "date-ut": "1862-09-24 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Reinhold"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL BARME", "geoid": 0}, "date-ut": "1862-09-24 14:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2085"}, "ids-in-sources": {"a2": "2085"}}, "raw": {"H": "15", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "24", "LAT": "51N30", "LON": "7E30", "MON": "9", "NUM": "2085", "PRO": "S", "SEC": "0", "YEA": "1862", "CITY": "WUPPERTAL BARME"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4172	reis-victor-1889-05-14	{"a2": "2086"}	{"lerrcp": "A2-2086"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Reis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "NEUENHAUS BZ OS", "geoid": 0}, "notime": null, "date-ut": "1889-05-14 19:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Reis"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "NEUENHAUS BZ OS", "geoid": 0}, "date-ut": "1889-05-14 19:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2086"}, "ids-in-sources": {"a2": "2086"}}, "raw": {"H": "20", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "14", "LAT": "52N 0", "LON": "10E 0", "MON": "5", "NUM": "2086", "PRO": "S", "SEC": "0", "YEA": "1889", "CITY": "NEUENHAUS BZ OS"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4173	reis-wilhelm-1872-04-18	{"a2": "2087"}	{"lerrcp": "A2-2087"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Reis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SAARL", "c3": null, "cy": "DE", "lg": 7, "lat": 49.33333, "name": "SAARLOUIS", "geoid": 0}, "notime": null, "date-ut": "1872-04-18 06:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Reis"}, "birth": {"place": {"c2": "SAARL", "cy": "DE", "lg": 7, "lat": 49.33333, "name": "SAARLOUIS", "geoid": 0}, "date-ut": "1872-04-18 06:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2087"}, "ids-in-sources": {"a2": "2087"}}, "raw": {"H": "7", "MN": "32", "TZ": "-1", "COD": "SAARL", "COU": "G", "DAY": "18", "LAT": "49N20", "LON": "7E 0", "MON": "4", "NUM": "2087", "PRO": "S", "SEC": "0", "YEA": "1872", "CITY": "SAARLOUIS"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4174	reiss-emil-1878-05-12	{"a2": "2088"}	{"lerrcp": "A2-2088"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emil", "family": "Reiss", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1878-05-12 15:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emil", "family": "Reiss"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1878-05-12 15:53"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2088"}, "ids-in-sources": {"a2": "2088"}}, "raw": {"H": "16", "MN": "53", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "12", "LAT": "50N30", "LON": "9E15", "MON": "5", "NUM": "2088", "PRO": "S", "SEC": "0", "YEA": "1878", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4175	renvers-rudolf-1854-02-18	{"a2": "2089"}	{"lerrcp": "A2-2089"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rudolf", "family": "Renvers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "AACHEN", "geoid": 0}, "notime": null, "date-ut": "1854-02-18 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Rudolf", "family": "Renvers"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "AACHEN", "geoid": 0}, "date-ut": "1854-02-18 21:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2089"}, "ids-in-sources": {"a2": "2089"}}, "raw": {"H": "22", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "18", "LAT": "51N30", "LON": "7E30", "MON": "2", "NUM": "2089", "PRO": "S", "SEC": "0", "YEA": "1854", "CITY": "AACHEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4176	reschke-karl-1886-12-23	{"a2": "2090"}	{"lerrcp": "A2-2090"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Reschke", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL ELBER", "geoid": 0}, "notime": null, "date-ut": "1886-12-23 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Reschke"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL ELBER", "geoid": 0}, "date-ut": "1886-12-23 15:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2090"}, "ids-in-sources": {"a2": "2090"}}, "raw": {"H": "16", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "23", "LAT": "51N30", "LON": "7E30", "MON": "12", "NUM": "2090", "PRO": "S", "SEC": "0", "YEA": "1886", "CITY": "WUPPERTAL ELBER"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4177	rheinstadter-august-1839-03-31	{"a2": "2091"}	{"lerrcp": "A2-2091"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "August", "family": "Rheinstädter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "notime": null, "date-ut": "1839-03-31 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "August", "family": "Rheinstädter"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "date-ut": "1839-03-31 22:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2091"}, "ids-in-sources": {"a2": "2091"}}, "raw": {"H": "23", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "31", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "2091", "PRO": "S", "SEC": "0", "YEA": "1839", "CITY": "KOLN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4178	ribbert-hugo-1855-03-01	{"a2": "2092"}	{"lerrcp": "A2-2092"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hugo", "family": "Ribbert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "HOHENLIMBURG", "geoid": 0}, "notime": null, "date-ut": "1855-03-01 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hugo", "family": "Ribbert"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "HOHENLIMBURG", "geoid": 0}, "date-ut": "1855-03-01 08:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2092"}, "ids-in-sources": {"a2": "2092"}}, "raw": {"H": "9", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "1", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "2092", "PRO": "S", "SEC": "0", "YEA": "1855", "CITY": "HOHENLIMBURG"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4179	rieder-hermann-1858-12-03	{"a2": "2093"}	{"lerrcp": "A2-2093"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Rieder", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ROSENHEIM", "geoid": 0}, "notime": null, "date-ut": "1858-12-03 19:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Rieder"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ROSENHEIM", "geoid": 0}, "date-ut": "1858-12-03 19:14"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2093"}, "ids-in-sources": {"a2": "2093"}}, "raw": {"H": "20", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "3", "LAT": "49N 0", "LON": "11E30", "MON": "12", "NUM": "2093", "PRO": "S", "SEC": "0", "YEA": "1858", "CITY": "ROSENHEIM"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4180	riedinger-ferdinand-1845-09-19	{"a2": "2094"}	{"lerrcp": "A2-2094"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Riedinger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "SCHWANHEIM", "geoid": 0}, "notime": null, "date-ut": "1845-09-19 14:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Riedinger"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "SCHWANHEIM", "geoid": 0}, "date-ut": "1845-09-19 14:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2094"}, "ids-in-sources": {"a2": "2094"}}, "raw": {"H": "15", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "19", "LAT": "50N 0", "LON": "7E 0", "MON": "9", "NUM": "2094", "PRO": "S", "SEC": "0", "YEA": "1845", "CITY": "SCHWANHEIM"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4181	riedinger-jakob-1861-04-01	{"a2": "2095"}	{"lerrcp": "A2-2095"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jakob", "family": "Riedinger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "SCHWANHEIM", "geoid": 0}, "notime": null, "date-ut": "1861-04-01 06:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jakob", "family": "Riedinger"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "SCHWANHEIM", "geoid": 0}, "date-ut": "1861-04-01 06:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2095"}, "ids-in-sources": {"a2": "2095"}}, "raw": {"H": "7", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "1", "LAT": "50N 0", "LON": "7E 0", "MON": "4", "NUM": "2095", "PRO": "S", "SEC": "0", "YEA": "1861", "CITY": "SCHWANHEIM"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4182	rieger-conrad-1855-03-28	{"a2": "2096"}	{"lerrcp": "A2-2096"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Conrad", "family": "Rieger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "CALW SCHWARZWAL", "geoid": 0}, "notime": null, "date-ut": "1855-03-28 11:39"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Conrad", "family": "Rieger"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "CALW SCHWARZWAL", "geoid": 0}, "date-ut": "1855-03-28 11:39"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2096"}, "ids-in-sources": {"a2": "2096"}}, "raw": {"H": "12", "MN": "39", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "28", "LAT": "48N30", "LON": "9E 0", "MON": "3", "NUM": "2096", "PRO": "S", "SEC": "0", "YEA": "1855", "CITY": "CALW SCHWARZWAL"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4183	riesser-otto-1882-07-09	{"a2": "2097"}	{"lerrcp": "A2-2097"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Riesser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1882-07-09 00:38"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Riesser"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1882-07-09 00:38"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2097"}, "ids-in-sources": {"a2": "2097"}}, "raw": {"H": "1", "MN": "38", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "9", "LAT": "50N30", "LON": "9E15", "MON": "7", "NUM": "2097", "PRO": "S", "SEC": "0", "YEA": "1882", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4184	rimpau-willi-1877-01-16	{"a2": "2098"}	{"lerrcp": "A2-2098"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willi", "family": "Rimpau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "notime": null, "date-ut": "1877-01-16 06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Willi", "family": "Rimpau"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "date-ut": "1877-01-16 06:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2098"}, "ids-in-sources": {"a2": "2098"}}, "raw": {"H": "7", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "16", "LAT": "52N 0", "LON": "10E 0", "MON": "1", "NUM": "2098", "PRO": "S", "SEC": "0", "YEA": "1877", "CITY": "BRAUNSCHWEIG"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4185	ritschl-alexander-1861-08-18	{"a2": "2099"}	{"lerrcp": "A2-2099"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexander", "family": "Ritschl", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "notime": null, "date-ut": "1861-08-18 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alexander", "family": "Ritschl"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "date-ut": "1861-08-18 10:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2099"}, "ids-in-sources": {"a2": "2099"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "18", "LAT": "51N30", "LON": "7E30", "MON": "8", "NUM": "2099", "PRO": "S", "SEC": "0", "YEA": "1861", "CITY": "BONN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4186	romeis-benno-1888-04-03	{"a2": "2100"}	{"lerrcp": "A2-2100"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benno", "family": "Romeis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1888-04-03 18:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Benno", "family": "Romeis"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1888-04-03 18:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2100"}, "ids-in-sources": {"a2": "2100"}}, "raw": {"H": "19", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "3", "LAT": "49N 0", "LON": "11E30", "MON": "4", "NUM": "2100", "PRO": "S", "SEC": "0", "YEA": "1888", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4187	romer-paul-1876-05-19	{"a2": "2101"}	{"lerrcp": "A2-2101"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Römer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "KIRCHHAIN BZ KA", "geoid": 0}, "notime": null, "date-ut": "1876-05-19 20:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Römer"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "KIRCHHAIN BZ KA", "geoid": 0}, "date-ut": "1876-05-19 20:53"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2101"}, "ids-in-sources": {"a2": "2101"}}, "raw": {"H": "21", "MN": "53", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "19", "LAT": "50N30", "LON": "9E15", "MON": "5", "NUM": "2101", "PRO": "S", "SEC": "0", "YEA": "1876", "CITY": "KIRCHHAIN BZ KA"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4188	rubsamen-wilhelm-1886-05-01	{"a2": "2102"}	{"lerrcp": "A2-2102"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Rübsamen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "notime": null, "date-ut": "1886-05-01 17:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Rübsamen"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "date-ut": "1886-05-01 17:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2102"}, "ids-in-sources": {"a2": "2102"}}, "raw": {"H": "18", "MN": "24", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "1", "LAT": "48N30", "LON": "9E 0", "MON": "5", "NUM": "2102", "PRO": "S", "SEC": "0", "YEA": "1886", "CITY": "HEIDELBERG"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4189	rumpel-theodor-1862-03-25	{"a2": "2103"}	{"lerrcp": "A2-2103"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodor", "family": "Rumpel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "GUTERSLOH BZ MI", "geoid": 0}, "notime": null, "date-ut": "1862-03-25 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Theodor", "family": "Rumpel"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "GUTERSLOH BZ MI", "geoid": 0}, "date-ut": "1862-03-25 07:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2103"}, "ids-in-sources": {"a2": "2103"}}, "raw": {"H": "8", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "25", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "2103", "PRO": "S", "SEC": "0", "YEA": "1862", "CITY": "GUTERSLOH BZ MI"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4190	rumpf-theodor-1851-12-23	{"a2": "2104"}	{"lerrcp": "A2-2104"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodor", "family": "Rumpf", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "VOLKMARSEN BZ K", "geoid": 0}, "notime": null, "date-ut": "1851-12-23 01:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Theodor", "family": "Rumpf"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "VOLKMARSEN BZ K", "geoid": 0}, "date-ut": "1851-12-23 01:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2104"}, "ids-in-sources": {"a2": "2104"}}, "raw": {"H": "2", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "23", "LAT": "50N30", "LON": "9E15", "MON": "12", "NUM": "2104", "PRO": "S", "SEC": "0", "YEA": "1851", "CITY": "VOLKMARSEN BZ K"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4191	runge-hermann-1887-06-17	{"a2": "2105"}	{"lerrcp": "A2-2105"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Runge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BREM", "c3": null, "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "notime": null, "date-ut": "1887-06-17 02:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Runge"}, "birth": {"place": {"c2": "BREM", "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "date-ut": "1887-06-17 02:54:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2105"}, "ids-in-sources": {"a2": "2105"}}, "raw": {"H": "3", "MN": "54", "TZ": "-1", "COD": "BREM", "COU": "G", "DAY": "17", "LAT": "53N 5", "LON": "8E50", "MON": "6", "NUM": "2105", "PRO": "S", "SEC": "40", "YEA": "1887", "CITY": "BREMEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4192	saller-karl-1902-09-03	{"a2": "2106"}	{"lerrcp": "A2-2106"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Saller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "KEMPTEN ALLGAU", "geoid": 0}, "notime": null, "date-ut": "1902-09-03 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Saller"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "KEMPTEN ALLGAU", "geoid": 0}, "date-ut": "1902-09-03 21:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2106"}, "ids-in-sources": {"a2": "2106"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "3", "LAT": "49N 0", "LON": "11E30", "MON": "9", "NUM": "2106", "PRO": "S", "SEC": "0", "YEA": "1902", "CITY": "KEMPTEN ALLGAU"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4193	salzer-fritz-1867-03-04	{"a2": "2107"}	{"lerrcp": "A2-2107"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Salzer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "WORMS", "geoid": 0}, "notime": null, "date-ut": "1867-03-04 21:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Fritz", "family": "Salzer"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "WORMS", "geoid": 0}, "date-ut": "1867-03-04 21:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2107"}, "ids-in-sources": {"a2": "2107"}}, "raw": {"H": "22", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "4", "LAT": "50N 0", "LON": "7E 0", "MON": "3", "NUM": "2107", "PRO": "S", "SEC": "0", "YEA": "1867", "CITY": "WORMS"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4194	sandmeyer-wilhelm-1863-09-28	{"a2": "2108"}	{"lerrcp": "A2-2108"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Sandmeyer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "MARTEN", "geoid": 0}, "notime": null, "date-ut": "1863-09-28 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Sandmeyer"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "MARTEN", "geoid": 0}, "date-ut": "1863-09-28 09:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2108"}, "ids-in-sources": {"a2": "2108"}}, "raw": {"H": "10", "MN": "30", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "28", "LAT": "51N50", "LON": "7E30", "MON": "9", "NUM": "2108", "PRO": "S", "SEC": "0", "YEA": "1863", "CITY": "MARTEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4195	sattler-carl-1880-07-04	{"a2": "2109"}	{"lerrcp": "A2-2109"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carl", "family": "Sattler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ERLANGEN", "geoid": 0}, "notime": null, "date-ut": "1880-07-04 03:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Carl", "family": "Sattler"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ERLANGEN", "geoid": 0}, "date-ut": "1880-07-04 03:29"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2109"}, "ids-in-sources": {"a2": "2109"}}, "raw": {"H": "4", "MN": "29", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "4", "LAT": "49N 0", "LON": "11E30", "MON": "7", "NUM": "2109", "PRO": "S", "SEC": "0", "YEA": "1880", "CITY": "ERLANGEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4197	schade-heinrich-1876-03-13	{"a2": "2111"}	{"lerrcp": "A2-2111"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Schade", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "KIEL", "geoid": 0}, "notime": null, "date-ut": "1876-03-13 12:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Schade"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "KIEL", "geoid": 0}, "date-ut": "1876-03-13 12:06"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2111"}, "ids-in-sources": {"a2": "2111"}}, "raw": {"H": "13", "MN": "6", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "13", "LAT": "54N30", "LON": "9E45", "MON": "3", "NUM": "2111", "PRO": "S", "SEC": "0", "YEA": "1876", "CITY": "KIEL"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4198	schaedel-wilhelm-1884-07-12	{"a2": "2112"}	{"lerrcp": "A2-2112"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Schaedel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "FLENSBURG", "geoid": 0}, "notime": null, "date-ut": "1884-07-12 20:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Schaedel"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "FLENSBURG", "geoid": 0}, "date-ut": "1884-07-12 20:21"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2112"}, "ids-in-sources": {"a2": "2112"}}, "raw": {"H": "21", "MN": "21", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "12", "LAT": "54N30", "LON": "9E45", "MON": "7", "NUM": "2112", "PRO": "S", "SEC": "0", "YEA": "1884", "CITY": "FLENSBURG"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4199	schallmayer-wilhelm-1857-02-10	{"a2": "2113"}	{"lerrcp": "A2-2113"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Schallmayer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MINDELHEIM SCHW", "geoid": 0}, "notime": null, "date-ut": "1857-02-10 14:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Schallmayer"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MINDELHEIM SCHW", "geoid": 0}, "date-ut": "1857-02-10 14:14"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2113"}, "ids-in-sources": {"a2": "2113"}}, "raw": {"H": "15", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "10", "LAT": "49N 0", "LON": "11E30", "MON": "2", "NUM": "2113", "PRO": "S", "SEC": "0", "YEA": "1857", "CITY": "MINDELHEIM SCHW"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4200	schaper-alfred-1863-05-25	{"a2": "2114"}	{"lerrcp": "A2-2114"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Schaper", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "notime": null, "date-ut": "1863-05-25 08:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Schaper"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "date-ut": "1863-05-25 08:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2114"}, "ids-in-sources": {"a2": "2114"}}, "raw": {"H": "9", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "25", "LAT": "52N 0", "LON": "10E 0", "MON": "5", "NUM": "2114", "PRO": "S", "SEC": "0", "YEA": "1863", "CITY": "BRAUNSCHWEIG"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4201	schech-philipp-1845-12-25	{"a2": "2115"}	{"lerrcp": "A2-2115"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philipp", "family": "Schech", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "KARLSTADT UNTER", "geoid": 0}, "notime": null, "date-ut": "1845-12-25 10:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Philipp", "family": "Schech"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "KARLSTADT UNTER", "geoid": 0}, "date-ut": "1845-12-25 10:14"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2115"}, "ids-in-sources": {"a2": "2115"}}, "raw": {"H": "11", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "25", "LAT": "49N 0", "LON": "11E30", "MON": "12", "NUM": "2115", "PRO": "S", "SEC": "0", "YEA": "1845", "CITY": "KARLSTADT UNTER"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4202	schede-max-1844-01-07	{"a2": "2116"}	{"lerrcp": "A2-2116"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Schede", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "ARNSBERG", "geoid": 0}, "notime": null, "date-ut": "1844-01-07 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Max", "family": "Schede"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "ARNSBERG", "geoid": 0}, "date-ut": "1844-01-07 07:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2116"}, "ids-in-sources": {"a2": "2116"}}, "raw": {"H": "8", "MN": "30", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "7", "LAT": "51N50", "LON": "7E30", "MON": "1", "NUM": "2116", "PRO": "S", "SEC": "0", "YEA": "1844", "CITY": "ARNSBERG"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4203	scheidt-walter-1895-07-27	{"a2": "2117"}	{"lerrcp": "A2-2117"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Scheidt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "WEILER BZ AMTLI", "geoid": 0}, "notime": null, "date-ut": "1895-07-27 09:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Scheidt"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "WEILER BZ AMTLI", "geoid": 0}, "date-ut": "1895-07-27 09:45"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2117"}, "ids-in-sources": {"a2": "2117"}}, "raw": {"H": "10", "MN": "45", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "27", "LAT": "48N30", "LON": "9E 0", "MON": "7", "NUM": "2117", "PRO": "S", "SEC": "0", "YEA": "1895", "CITY": "WEILER BZ AMTLI"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4204	schelble-hans-1877-07-31	{"a2": "2118"}	{"lerrcp": "A2-2118"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Schelble", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "WEINHEIM BERGST", "geoid": 0}, "notime": null, "date-ut": "1877-07-31 22:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Schelble"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "WEINHEIM BERGST", "geoid": 0}, "date-ut": "1877-07-31 22:54"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2118"}, "ids-in-sources": {"a2": "2118"}}, "raw": {"H": "23", "MN": "54", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "31", "LAT": "48N30", "LON": "9E 0", "MON": "7", "NUM": "2118", "PRO": "S", "SEC": "0", "YEA": "1877", "CITY": "WEINHEIM BERGST"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4205	schenck-friedrich-1862-08-14	{"a2": "2119"}	{"lerrcp": "A2-2119"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Schenck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "SIEGEN", "geoid": 0}, "notime": null, "date-ut": "1862-08-14 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Schenck"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "SIEGEN", "geoid": 0}, "date-ut": "1862-08-14 03:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2119"}, "ids-in-sources": {"a2": "2119"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "14", "LAT": "51N50", "LON": "7E30", "MON": "8", "NUM": "2119", "PRO": "S", "SEC": "0", "YEA": "1862", "CITY": "SIEGEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4206	scheurlen-ernst-1863-02-05	{"a2": "2120"}	{"lerrcp": "A2-2120"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Scheurlen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "BAD MERGENTHEIM", "geoid": 0}, "notime": null, "date-ut": "1863-02-05 18:23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Scheurlen"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "BAD MERGENTHEIM", "geoid": 0}, "date-ut": "1863-02-05 18:23:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2120"}, "ids-in-sources": {"a2": "2120"}}, "raw": {"H": "19", "MN": "23", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "5", "LAT": "48N45", "LON": "9E13", "MON": "2", "NUM": "2120", "PRO": "S", "SEC": "8", "YEA": "1863", "CITY": "BAD MERGENTHEIM"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4207	schlayer-carl-1875-10-21	{"a2": "2121"}	{"lerrcp": "A2-2121"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carl", "family": "Schlayer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "REUTLINGEN", "geoid": 0}, "notime": null, "date-ut": "1875-10-21 03:23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Carl", "family": "Schlayer"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "REUTLINGEN", "geoid": 0}, "date-ut": "1875-10-21 03:23:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2121"}, "ids-in-sources": {"a2": "2121"}}, "raw": {"H": "4", "MN": "23", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "21", "LAT": "48N45", "LON": "9E13", "MON": "10", "NUM": "2121", "PRO": "S", "SEC": "8", "YEA": "1875", "CITY": "REUTLINGEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4208	schlecht-heinrich-1881-02-20	{"a2": "2122"}	{"lerrcp": "A2-2122"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Schlecht", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MUNSTEREIFEL BZ", "geoid": 0}, "notime": null, "date-ut": "1881-02-20 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Schlecht"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MUNSTEREIFEL BZ", "geoid": 0}, "date-ut": "1881-02-20 05:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2122"}, "ids-in-sources": {"a2": "2122"}}, "raw": {"H": "6", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "20", "LAT": "51N30", "LON": "7E30", "MON": "2", "NUM": "2122", "PRO": "S", "SEC": "0", "YEA": "1881", "CITY": "MUNSTEREIFEL BZ"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4209	schliz-alfred-1849-09-18	{"a2": "2123"}	{"lerrcp": "A2-2123"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Schliz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEILBRONN A NEC", "geoid": 0}, "notime": null, "date-ut": "1849-09-18 09:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Schliz"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEILBRONN A NEC", "geoid": 0}, "date-ut": "1849-09-18 09:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2123"}, "ids-in-sources": {"a2": "2123"}}, "raw": {"H": "10", "MN": "24", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "18", "LAT": "48N30", "LON": "9E 0", "MON": "9", "NUM": "2123", "PRO": "S", "SEC": "0", "YEA": "1849", "CITY": "HEILBRONN A NEC"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4210	schloss-ernst-1882-12-26	{"a2": "2124"}	{"lerrcp": "A2-2124"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Schloss", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "TRIER", "geoid": 0}, "notime": null, "date-ut": "1882-12-26 08:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Schloss"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "TRIER", "geoid": 0}, "date-ut": "1882-12-26 08:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2124"}, "ids-in-sources": {"a2": "2124"}}, "raw": {"H": "9", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "26", "LAT": "50N 0", "LON": "7E 0", "MON": "12", "NUM": "2124", "PRO": "S", "SEC": "0", "YEA": "1882", "CITY": "TRIER"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4211	schlossberger-hans-1887-09-22	{"a2": "2125"}	{"lerrcp": "A2-2125"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Schlossberger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "ALPIRSBACH", "geoid": 0}, "notime": null, "date-ut": "1887-09-22 00:53:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Schlossberger"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "ALPIRSBACH", "geoid": 0}, "date-ut": "1887-09-22 00:53:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2125"}, "ids-in-sources": {"a2": "2125"}}, "raw": {"H": "1", "MN": "53", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "22", "LAT": "48N45", "LON": "9E13", "MON": "9", "NUM": "2125", "PRO": "S", "SEC": "8", "YEA": "1887", "CITY": "ALPIRSBACH"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4212	schlosser-karl-1857-06-02	{"a2": "2126"}	{"lerrcp": "A2-2126"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Schlösser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "notime": null, "date-ut": "1857-06-02 20:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Schlösser"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "date-ut": "1857-06-02 20:54"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2126"}, "ids-in-sources": {"a2": "2126"}}, "raw": {"H": "21", "MN": "54", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "2", "LAT": "48N30", "LON": "9E 0", "MON": "6", "NUM": "2126", "PRO": "S", "SEC": "0", "YEA": "1857", "CITY": "MANNHEIM"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4213	schmidt-adolf-1865-03-07	{"a2": "2127"}	{"lerrcp": "A2-2127"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolf", "family": "Schmidt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BREM", "c3": null, "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "notime": null, "date-ut": "1865-03-07 05:24:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Adolf", "family": "Schmidt"}, "birth": {"place": {"c2": "BREM", "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "date-ut": "1865-03-07 05:24:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2127"}, "ids-in-sources": {"a2": "2127"}}, "raw": {"H": "6", "MN": "24", "TZ": "-1", "COD": "BREM", "COU": "G", "DAY": "7", "LAT": "53N 5", "LON": "8E50", "MON": "3", "NUM": "2127", "PRO": "S", "SEC": "40", "YEA": "1865", "CITY": "BREMEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4214	schmidt-emil-1837-04-07	{"a2": "2128"}	{"lerrcp": "A2-2128"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emil", "family": "Schmidt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "OBEREICHSTADT", "geoid": 0}, "notime": null, "date-ut": "1837-04-07 03:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emil", "family": "Schmidt"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "OBEREICHSTADT", "geoid": 0}, "date-ut": "1837-04-07 03:14"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2128"}, "ids-in-sources": {"a2": "2128"}}, "raw": {"H": "4", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "7", "LAT": "49N 0", "LON": "11E30", "MON": "4", "NUM": "2128", "PRO": "S", "SEC": "0", "YEA": "1837", "CITY": "OBEREICHSTADT"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4215	schmidt-hans-1882-08-31	{"a2": "2129"}	{"lerrcp": "A2-2129"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Schmidt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "notime": null, "date-ut": "1882-08-31 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Schmidt"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "date-ut": "1882-08-31 13:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2129"}, "ids-in-sources": {"a2": "2129"}}, "raw": {"H": "14", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "31", "LAT": "51N30", "LON": "7E30", "MON": "8", "NUM": "2129", "PRO": "S", "SEC": "0", "YEA": "1882", "CITY": "DUSSELDORF"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4216	schmidtmann-adolf-1851-02-13	{"a2": "2130"}	{"lerrcp": "A2-2130"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolf", "family": "Schmidtmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "WASMUTHSHAUSEN", "geoid": 0}, "notime": null, "date-ut": "1851-02-13 02:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Adolf", "family": "Schmidtmann"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "WASMUTHSHAUSEN", "geoid": 0}, "date-ut": "1851-02-13 02:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2130"}, "ids-in-sources": {"a2": "2130"}}, "raw": {"H": "3", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "13", "LAT": "50N30", "LON": "9E15", "MON": "2", "NUM": "2130", "PRO": "S", "SEC": "0", "YEA": "1851", "CITY": "WASMUTHSHAUSEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4217	schmincke-alexander-1877-09-19	{"a2": "2131"}	{"lerrcp": "A2-2131"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexander", "family": "Schmincke", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "notime": null, "date-ut": "1877-09-19 07:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alexander", "family": "Schmincke"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "date-ut": "1877-09-19 07:59"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2131"}, "ids-in-sources": {"a2": "2131"}}, "raw": {"H": "8", "MN": "59", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "19", "LAT": "49N 0", "LON": "11E30", "MON": "9", "NUM": "2131", "PRO": "S", "SEC": "0", "YEA": "1877", "CITY": "NURNBERG"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4218	schmitt-walter-1888-09-25	{"a2": "2132"}	{"lerrcp": "A2-2132"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Schmitt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "LUDWIGSHAFEN", "geoid": 0}, "notime": null, "date-ut": "1888-09-25 18:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Schmitt"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "LUDWIGSHAFEN", "geoid": 0}, "date-ut": "1888-09-25 18:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2132"}, "ids-in-sources": {"a2": "2132"}}, "raw": {"H": "19", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "25", "LAT": "50N 0", "LON": "7E 0", "MON": "9", "NUM": "2132", "PRO": "S", "SEC": "0", "YEA": "1888", "CITY": "LUDWIGSHAFEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4219	schmitz-ernst-1882-03-23	{"a2": "2133"}	{"lerrcp": "A2-2133"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Schmitz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DORTMUND", "geoid": 0}, "notime": null, "date-ut": "1882-03-23 21:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Schmitz"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DORTMUND", "geoid": 0}, "date-ut": "1882-03-23 21:15"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2133"}, "ids-in-sources": {"a2": "2133"}}, "raw": {"H": "22", "MN": "15", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "23", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "2133", "PRO": "S", "SEC": "0", "YEA": "1882", "CITY": "DORTMUND"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4220	schmiz-carl-1877-02-15	{"a2": "2134"}	{"lerrcp": "A2-2134"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carl", "family": "Schmiz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "TRIER", "geoid": 0}, "notime": null, "date-ut": "1877-02-15 19:47"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Carl", "family": "Schmiz"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "TRIER", "geoid": 0}, "date-ut": "1877-02-15 19:47"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2134"}, "ids-in-sources": {"a2": "2134"}}, "raw": {"H": "20", "MN": "47", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "15", "LAT": "50N 0", "LON": "7E 0", "MON": "2", "NUM": "2134", "PRO": "S", "SEC": "0", "YEA": "1877", "CITY": "TRIER"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4221	schnaudigel-otto-1869-11-12	{"a2": "2135"}	{"lerrcp": "A2-2135"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Schnaudigel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "SPEYER A RH", "geoid": 0}, "notime": null, "date-ut": "1869-11-12 05:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Schnaudigel"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "SPEYER A RH", "geoid": 0}, "date-ut": "1869-11-12 05:02"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2135"}, "ids-in-sources": {"a2": "2135"}}, "raw": {"H": "6", "MN": "2", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "12", "LAT": "50N 0", "LON": "7E 0", "MON": "11", "NUM": "2135", "PRO": "S", "SEC": "0", "YEA": "1869", "CITY": "SPEYER A RH"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4222	schneider-paul-1879-04-21	{"a2": "2136"}	{"lerrcp": "A2-2136"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Schneider", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "LUDWIGSHAFEN", "geoid": 0}, "notime": null, "date-ut": "1879-04-21 05:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Schneider"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "LUDWIGSHAFEN", "geoid": 0}, "date-ut": "1879-04-21 05:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2136"}, "ids-in-sources": {"a2": "2136"}}, "raw": {"H": "6", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "21", "LAT": "50N 0", "LON": "7E 0", "MON": "4", "NUM": "2136", "PRO": "S", "SEC": "0", "YEA": "1879", "CITY": "LUDWIGSHAFEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4223	schoen-rudolf-1892-01-31	{"a2": "2137"}	{"lerrcp": "A2-2137"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rudolf", "family": "Schoen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "KAISERSLAUTERN", "geoid": 0}, "notime": null, "date-ut": "1892-01-31 09:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Rudolf", "family": "Schoen"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "KAISERSLAUTERN", "geoid": 0}, "date-ut": "1892-01-31 09:02"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2137"}, "ids-in-sources": {"a2": "2137"}}, "raw": {"H": "10", "MN": "2", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "31", "LAT": "50N 0", "LON": "7E 0", "MON": "1", "NUM": "2137", "PRO": "S", "SEC": "0", "YEA": "1892", "CITY": "KAISERSLAUTERN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4224	schoenholz-ludwi-1893-05-23	{"a2": "2138"}	{"lerrcp": "A2-2138"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludwi", "family": "Schoenholz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "BORGENTREICH", "geoid": 0}, "notime": null, "date-ut": "1893-05-23 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ludwi", "family": "Schoenholz"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "BORGENTREICH", "geoid": 0}, "date-ut": "1893-05-23 04:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2138"}, "ids-in-sources": {"a2": "2138"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "23", "LAT": "51N50", "LON": "7E30", "MON": "5", "NUM": "2138", "PRO": "S", "SEC": "0", "YEA": "1893", "CITY": "BORGENTREICH"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4225	schon-wilhelm-1848-03-29	{"a2": "2139"}	{"lerrcp": "A2-2139"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Schön", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "MINDEN", "geoid": 0}, "notime": null, "date-ut": "1848-03-29 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Schön"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "MINDEN", "geoid": 0}, "date-ut": "1848-03-29 00:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2139"}, "ids-in-sources": {"a2": "2139"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "29", "LAT": "51N50", "LON": "7E30", "MON": "3", "NUM": "2139", "PRO": "S", "SEC": "0", "YEA": "1848", "CITY": "MINDEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4226	schonfeld-walter-1888-05-15	{"a2": "2140"}	{"lerrcp": "A2-2140"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Schönfeld", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "GERSFELD RHONGE", "geoid": 0}, "notime": null, "date-ut": "1888-05-15 14:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Schönfeld"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "GERSFELD RHONGE", "geoid": 0}, "date-ut": "1888-05-15 14:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2140"}, "ids-in-sources": {"a2": "2140"}}, "raw": {"H": "15", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "15", "LAT": "50N30", "LON": "9E15", "MON": "5", "NUM": "2140", "PRO": "S", "SEC": "0", "YEA": "1888", "CITY": "GERSFELD RHONGE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4227	schottelius-max-1849-11-15	{"a2": "2141"}	{"lerrcp": "A2-2141"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Schottelius", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "notime": null, "date-ut": "1849-11-15 15:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Max", "family": "Schottelius"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "date-ut": "1849-11-15 15:50"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2141"}, "ids-in-sources": {"a2": "2141"}}, "raw": {"H": "16", "MN": "50", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "15", "LAT": "52N 0", "LON": "10E 0", "MON": "11", "NUM": "2141", "PRO": "S", "SEC": "0", "YEA": "1849", "CITY": "BRAUNSCHWEIG"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4228	schreiber-august-1853-05-17	{"a2": "2142"}	{"lerrcp": "A2-2142"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "August", "family": "Schreiber", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ANSBACH", "geoid": 0}, "notime": null, "date-ut": "1853-05-17 01:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "August", "family": "Schreiber"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ANSBACH", "geoid": 0}, "date-ut": "1853-05-17 01:14"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2142"}, "ids-in-sources": {"a2": "2142"}}, "raw": {"H": "2", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "17", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "2142", "PRO": "S", "SEC": "0", "YEA": "1853", "CITY": "ANSBACH"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4229	schreus-hans-1892-09-10	{"a2": "2143"}	{"lerrcp": "A2-2143"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Schreus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "HUCKESWAGEN BZ", "geoid": 0}, "notime": null, "date-ut": "1892-09-10 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Schreus"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "HUCKESWAGEN BZ", "geoid": 0}, "date-ut": "1892-09-10 01:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2143"}, "ids-in-sources": {"a2": "2143"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "10", "LAT": "51N30", "LON": "7E30", "MON": "9", "NUM": "2143", "PRO": "S", "SEC": "0", "YEA": "1892", "CITY": "HUCKESWAGEN BZ"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4230	schridde-hermann-1875-07-20	{"a2": "2144"}	{"lerrcp": "A2-2144"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Schridde", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "DERNEBURG HANNO", "geoid": 0}, "notime": null, "date-ut": "1875-07-20 21:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Schridde"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "DERNEBURG HANNO", "geoid": 0}, "date-ut": "1875-07-20 21:50"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2144"}, "ids-in-sources": {"a2": "2144"}}, "raw": {"H": "22", "MN": "50", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "20", "LAT": "52N 0", "LON": "10E 0", "MON": "7", "NUM": "2144", "PRO": "S", "SEC": "0", "YEA": "1875", "CITY": "DERNEBURG HANNO"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4231	schoffner-wilhelm-1867-01-02	{"a2": "2145"}	{"lerrcp": "A2-2145"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Schöffner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "GERNHEIM D MIND", "geoid": 0}, "notime": null, "date-ut": "1867-01-02 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Schöffner"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "GERNHEIM D MIND", "geoid": 0}, "date-ut": "1867-01-02 08:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2145"}, "ids-in-sources": {"a2": "2145"}}, "raw": {"H": "9", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "2", "LAT": "51N30", "LON": "7E30", "MON": "1", "NUM": "2145", "PRO": "S", "SEC": "0", "YEA": "1867", "CITY": "GERNHEIM D MIND"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4232	schultz-johannes-1884-06-20	{"a2": "2146"}	{"lerrcp": "A2-2146"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Schultz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "GOTTINGEN", "geoid": 0}, "notime": null, "date-ut": "1884-06-20 03:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Schultz"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "GOTTINGEN", "geoid": 0}, "date-ut": "1884-06-20 03:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2146"}, "ids-in-sources": {"a2": "2146"}}, "raw": {"H": "4", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "20", "LAT": "52N 0", "LON": "10E 0", "MON": "6", "NUM": "2146", "PRO": "S", "SEC": "0", "YEA": "1884", "CITY": "GOTTINGEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4233	schultz-werner-1878-07-03	{"a2": "2147"}	{"lerrcp": "A2-2147"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Werner", "family": "Schultz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ALL EST", "c3": null, "cy": "DE", "lg": 11.5, "lat": 53.31667, "name": "LUDWIGSLUST I M", "geoid": 0}, "notime": null, "date-ut": "1878-07-03 08:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Werner", "family": "Schultz"}, "birth": {"place": {"c2": "ALL EST", "cy": "DE", "lg": 11.5, "lat": 53.31667, "name": "LUDWIGSLUST I M", "geoid": 0}, "date-ut": "1878-07-03 08:59"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2147"}, "ids-in-sources": {"a2": "2147"}}, "raw": {"H": "9", "MN": "59", "TZ": "-1", "COD": "ALL EST", "COU": "G", "DAY": "3", "LAT": "53N19", "LON": "11E30", "MON": "7", "NUM": "2147", "PRO": "S", "SEC": "0", "YEA": "1878", "CITY": "LUDWIGSLUST I M"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4234	schultze-ernst-1865-03-22	{"a2": "2148"}	{"lerrcp": "A2-2148"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Schultze", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MORS", "geoid": 0}, "notime": null, "date-ut": "1865-03-22 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Schultze"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MORS", "geoid": 0}, "date-ut": "1865-03-22 19:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2148"}, "ids-in-sources": {"a2": "2148"}}, "raw": {"H": "20", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "22", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "2148", "PRO": "S", "SEC": "0", "YEA": "1865", "CITY": "MORS"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4235	schultze-ferdinand-1859-08-07	{"a2": "2149"}	{"lerrcp": "A2-2149"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Schultze", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "RHEINE", "geoid": 0}, "notime": null, "date-ut": "1859-08-07 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Schultze"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "RHEINE", "geoid": 0}, "date-ut": "1859-08-07 09:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2149"}, "ids-in-sources": {"a2": "2149"}}, "raw": {"H": "10", "MN": "30", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "7", "LAT": "51N50", "LON": "7E30", "MON": "8", "NUM": "2149", "PRO": "S", "SEC": "0", "YEA": "1859", "CITY": "RHEINE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4236	schultze-oskar-1859-08-10	{"a2": "2150"}	{"lerrcp": "A2-2150"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oskar", "family": "Schultze", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "notime": null, "date-ut": "1859-08-10 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Oskar", "family": "Schultze"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "date-ut": "1859-08-10 02:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2150"}, "ids-in-sources": {"a2": "2150"}}, "raw": {"H": "3", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "10", "LAT": "51N30", "LON": "7E30", "MON": "8", "NUM": "2150", "PRO": "S", "SEC": "0", "YEA": "1859", "CITY": "BONN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4237	schulz-friedrich-1871-01-07	{"a2": "2151"}	{"lerrcp": "A2-2151"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Schulz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "HENNEF/SIEG", "geoid": 0}, "notime": null, "date-ut": "1871-01-07 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Schulz"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "HENNEF/SIEG", "geoid": 0}, "date-ut": "1871-01-07 03:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2151"}, "ids-in-sources": {"a2": "2151"}}, "raw": {"H": "4", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "7", "LAT": "51N30", "LON": "7E30", "MON": "1", "NUM": "2151", "PRO": "S", "SEC": "0", "YEA": "1871", "CITY": "HENNEF/SIEG"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4238	schumm-otto-1874-08-03	{"a2": "2152"}	{"lerrcp": "A2-2152"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Schumm", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "STADE", "geoid": 0}, "notime": null, "date-ut": "1874-08-03 17:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Schumm"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "STADE", "geoid": 0}, "date-ut": "1874-08-03 17:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2152"}, "ids-in-sources": {"a2": "2152"}}, "raw": {"H": "18", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "3", "LAT": "52N 0", "LON": "10E 0", "MON": "8", "NUM": "2152", "PRO": "S", "SEC": "0", "YEA": "1874", "CITY": "STADE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4239	schurmann-paul-1895-07-25	{"a2": "2153"}	{"lerrcp": "A2-2153"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Schürmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "GUTERSLOH B MIN", "geoid": 0}, "notime": null, "date-ut": "1895-07-25 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Schürmann"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "GUTERSLOH B MIN", "geoid": 0}, "date-ut": "1895-07-25 05:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2153"}, "ids-in-sources": {"a2": "2153"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "25", "LAT": "51N50", "LON": "7E30", "MON": "7", "NUM": "2153", "PRO": "S", "SEC": "0", "YEA": "1895", "CITY": "GUTERSLOH B MIN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4240	schurmann-walter-1880-05-14	{"a2": "2154"}	{"lerrcp": "A2-2154"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Schürmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "LUDENSCHEID", "geoid": 0}, "notime": null, "date-ut": "1880-05-14 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Schürmann"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "LUDENSCHEID", "geoid": 0}, "date-ut": "1880-05-14 01:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2154"}, "ids-in-sources": {"a2": "2154"}}, "raw": {"H": "2", "MN": "30", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "14", "LAT": "51N50", "LON": "7E30", "MON": "5", "NUM": "2154", "PRO": "S", "SEC": "0", "YEA": "1880", "CITY": "LUDENSCHEID"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4241	schuster-paul-1867-09-01	{"a2": "2155"}	{"lerrcp": "A2-2155"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Schuster", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "notime": null, "date-ut": "1867-09-01 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Schuster"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "date-ut": "1867-09-01 13:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2155"}, "ids-in-sources": {"a2": "2155"}}, "raw": {"H": "14", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "1", "LAT": "51N30", "LON": "7E30", "MON": "9", "NUM": "2155", "PRO": "S", "SEC": "0", "YEA": "1867", "CITY": "KOLN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4242	schwarz-leopold-1877-07-27	{"a2": "2156"}	{"lerrcp": "A2-2156"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leopold", "family": "Schwarz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "GOTTINGEN", "geoid": 0}, "notime": null, "date-ut": "1877-07-27 09:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Leopold", "family": "Schwarz"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "GOTTINGEN", "geoid": 0}, "date-ut": "1877-07-27 09:05"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2156"}, "ids-in-sources": {"a2": "2156"}}, "raw": {"H": "10", "MN": "5", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "27", "LAT": "52N 0", "LON": "10E 0", "MON": "7", "NUM": "2156", "PRO": "S", "SEC": "0", "YEA": "1877", "CITY": "GOTTINGEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4243	seefelder-richard-1875-10-17	{"a2": "2157"}	{"lerrcp": "A2-2157"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Seefelder", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NESSELBACH", "geoid": 0}, "notime": null, "date-ut": "1875-10-17 03:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Seefelder"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NESSELBACH", "geoid": 0}, "date-ut": "1875-10-17 03:14"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2157"}, "ids-in-sources": {"a2": "2157"}}, "raw": {"H": "4", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "17", "LAT": "49N 0", "LON": "11E30", "MON": "10", "NUM": "2157", "PRO": "S", "SEC": "0", "YEA": "1875", "CITY": "NESSELBACH"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4244	seifert-otto-1853-12-09	{"a2": "2158"}	{"lerrcp": "A2-2158"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Seifert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "BIMBACH UNTERFR", "geoid": 0}, "notime": null, "date-ut": "1853-12-09 07:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Seifert"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "BIMBACH UNTERFR", "geoid": 0}, "date-ut": "1853-12-09 07:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2158"}, "ids-in-sources": {"a2": "2158"}}, "raw": {"H": "8", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "9", "LAT": "49N 0", "LON": "11E30", "MON": "12", "NUM": "2158", "PRO": "S", "SEC": "0", "YEA": "1853", "CITY": "BIMBACH UNTERFR"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4245	seitz-ludwi-1872-05-24	{"a2": "2159"}	{"lerrcp": "A2-2159"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludwi", "family": "Seitz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "PLAFFENHOFEN A", "geoid": 0}, "notime": null, "date-ut": "1872-05-24 10:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ludwi", "family": "Seitz"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "PLAFFENHOFEN A", "geoid": 0}, "date-ut": "1872-05-24 10:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2159"}, "ids-in-sources": {"a2": "2159"}}, "raw": {"H": "11", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "24", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "2159", "PRO": "S", "SEC": "0", "YEA": "1872", "CITY": "PLAFFENHOFEN A"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4246	selenka-emil-1842-02-27	{"a2": "2160"}	{"lerrcp": "A2-2160"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emil", "family": "Selenka", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "notime": null, "date-ut": "1842-02-27 00:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emil", "family": "Selenka"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "date-ut": "1842-02-27 00:05"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2160"}, "ids-in-sources": {"a2": "2160"}}, "raw": {"H": "1", "MN": "5", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "27", "LAT": "52N 0", "LON": "10E 0", "MON": "2", "NUM": "2160", "PRO": "S", "SEC": "0", "YEA": "1842", "CITY": "BRAUNSCHWEIG"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4247	selig-rudolf-1886-02-19	{"a2": "2161"}	{"lerrcp": "A2-2161"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rudolf", "family": "Selig", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "HECHTSCHEIM B M", "geoid": 0}, "notime": null, "date-ut": "1886-02-19 19:17"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Rudolf", "family": "Selig"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "HECHTSCHEIM B M", "geoid": 0}, "date-ut": "1886-02-19 19:17"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2161"}, "ids-in-sources": {"a2": "2161"}}, "raw": {"H": "20", "MN": "17", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "19", "LAT": "50N 0", "LON": "7E 0", "MON": "2", "NUM": "2161", "PRO": "S", "SEC": "0", "YEA": "1886", "CITY": "HECHTSCHEIM B M"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4248	sellheim-hugo-1871-12-28	{"a2": "2162"}	{"lerrcp": "A2-2162"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hugo", "family": "Sellheim", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "BIBLIS B WORMS", "geoid": 0}, "notime": null, "date-ut": "1871-12-28 17:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hugo", "family": "Sellheim"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "BIBLIS B WORMS", "geoid": 0}, "date-ut": "1871-12-28 17:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2162"}, "ids-in-sources": {"a2": "2162"}}, "raw": {"H": "18", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "28", "LAT": "50N 0", "LON": "7E 0", "MON": "12", "NUM": "2162", "PRO": "S", "SEC": "0", "YEA": "1871", "CITY": "BIBLIS B WORMS"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4249	selter-hugo-1878-01-04	{"a2": "2163"}	{"lerrcp": "A2-2163"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hugo", "family": "Selter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "WERDOHL", "geoid": 0}, "notime": null, "date-ut": "1878-01-04 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hugo", "family": "Selter"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "WERDOHL", "geoid": 0}, "date-ut": "1878-01-04 11:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2163"}, "ids-in-sources": {"a2": "2163"}}, "raw": {"H": "12", "MN": "30", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "4", "LAT": "51N50", "LON": "7E30", "MON": "1", "NUM": "2163", "PRO": "S", "SEC": "0", "YEA": "1878", "CITY": "WERDOHL"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4250	seuffert-ernst-1879-06-02	{"a2": "2164"}	{"lerrcp": "A2-2164"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Seuffert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1879-06-02 03:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Seuffert"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1879-06-02 03:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2164"}, "ids-in-sources": {"a2": "2164"}}, "raw": {"H": "4", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "2", "LAT": "49N 0", "LON": "11E30", "MON": "6", "NUM": "2164", "PRO": "S", "SEC": "0", "YEA": "1879", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4251	seuffert-rudolf-1884-12-14	{"a2": "2165"}	{"lerrcp": "A2-2165"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rudolf", "family": "Seuffert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ERLANGEN", "geoid": 0}, "notime": null, "date-ut": "1884-12-14 22:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Rudolf", "family": "Seuffert"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ERLANGEN", "geoid": 0}, "date-ut": "1884-12-14 22:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2165"}, "ids-in-sources": {"a2": "2165"}}, "raw": {"H": "23", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "14", "LAT": "49N 0", "LON": "11E30", "MON": "12", "NUM": "2165", "PRO": "S", "SEC": "0", "YEA": "1884", "CITY": "ERLANGEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4252	seydel-karl-1853-09-16	{"a2": "2166"}	{"lerrcp": "A2-2166"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Seydel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "LAUFEN A D SALZ", "geoid": 0}, "notime": null, "date-ut": "1853-09-16 20:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Seydel"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "LAUFEN A D SALZ", "geoid": 0}, "date-ut": "1853-09-16 20:14"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2166"}, "ids-in-sources": {"a2": "2166"}}, "raw": {"H": "21", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "16", "LAT": "49N 0", "LON": "11E30", "MON": "9", "NUM": "2166", "PRO": "S", "SEC": "0", "YEA": "1853", "CITY": "LAUFEN A D SALZ"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4253	siedentopf-henry-1872-09-22	{"a2": "2167"}	{"lerrcp": "A2-2167"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Siedentopf", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BREM", "c3": null, "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "notime": null, "date-ut": "1872-09-22 19:24:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Siedentopf"}, "birth": {"place": {"c2": "BREM", "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "date-ut": "1872-09-22 19:24:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2167"}, "ids-in-sources": {"a2": "2167"}}, "raw": {"H": "20", "MN": "24", "TZ": "-1", "COD": "BREM", "COU": "G", "DAY": "22", "LAT": "53N 5", "LON": "8E50", "MON": "9", "NUM": "2167", "PRO": "S", "SEC": "40", "YEA": "1872", "CITY": "BREMEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4254	siegrist-august-1865-05-20	{"a2": "2168"}	{"lerrcp": "A2-2168"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "August", "family": "Siegrist", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHW", "c3": null, "cy": "CH", "lg": 7.58333, "lat": 47.55, "name": "BASEL", "geoid": 0}, "notime": null, "date-ut": "1865-05-20 16:00:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "August", "family": "Siegrist"}, "birth": {"place": {"c2": "SCHW", "cy": "CH", "lg": 7.58333, "lat": 47.55, "name": "BASEL", "geoid": 0}, "date-ut": "1865-05-20 16:00:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2168"}, "ids-in-sources": {"a2": "2168"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "SCHW", "COU": "S", "DAY": "20", "LAT": "47N33", "LON": "7E35", "MON": "5", "NUM": "2168", "PRO": "S", "SEC": "8", "YEA": "1865", "CITY": "BASEL"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4255	sigwart-walter-1876-05-22	{"a2": "2169"}	{"lerrcp": "A2-2169"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Sigwart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "TUBINGEN", "geoid": 0}, "notime": null, "date-ut": "1876-05-22 07:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Sigwart"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "TUBINGEN", "geoid": 0}, "date-ut": "1876-05-22 07:54"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2169"}, "ids-in-sources": {"a2": "2169"}}, "raw": {"H": "8", "MN": "54", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "22", "LAT": "48N30", "LON": "9E 0", "MON": "5", "NUM": "2169", "PRO": "S", "SEC": "0", "YEA": "1876", "CITY": "TUBINGEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4256	sittmann-geor-1865-04-09	{"a2": "2170"}	{"lerrcp": "A2-2170"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Geor", "family": "Sittmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "notime": null, "date-ut": "1865-04-09 16:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Geor", "family": "Sittmann"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "date-ut": "1865-04-09 16:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2170"}, "ids-in-sources": {"a2": "2170"}}, "raw": {"H": "17", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "9", "LAT": "50N 0", "LON": "7E 0", "MON": "4", "NUM": "2170", "PRO": "S", "SEC": "0", "YEA": "1865", "CITY": "MAINZ"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4257	socin-christoph-1887-01-28	{"a2": "2171"}	{"lerrcp": "A2-2171"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christoph", "family": "Socin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "TUBINGEN", "geoid": 0}, "notime": null, "date-ut": "1887-01-28 10:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Christoph", "family": "Socin"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "TUBINGEN", "geoid": 0}, "date-ut": "1887-01-28 10:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2171"}, "ids-in-sources": {"a2": "2171"}}, "raw": {"H": "11", "MN": "24", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "28", "LAT": "48N30", "LON": "9E 0", "MON": "1", "NUM": "2171", "PRO": "S", "SEC": "0", "YEA": "1887", "CITY": "TUBINGEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4258	solger-bernard-1849-12-05	{"a2": "2172"}	{"lerrcp": "A2-2172"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Solger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "UNTER MEZZBACH", "geoid": 0}, "notime": null, "date-ut": "1849-12-05 03:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Solger"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "UNTER MEZZBACH", "geoid": 0}, "date-ut": "1849-12-05 03:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2172"}, "ids-in-sources": {"a2": "2172"}}, "raw": {"H": "4", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "5", "LAT": "49N 0", "LON": "11E30", "MON": "12", "NUM": "2172", "PRO": "S", "SEC": "0", "YEA": "1849", "CITY": "UNTER MEZZBACH"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4259	sommer-rene-1891-04-21	{"a2": "2173"}	{"lerrcp": "A2-2173"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Sommer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KREFELD", "geoid": 0}, "notime": null, "date-ut": "1891-04-21 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Sommer"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KREFELD", "geoid": 0}, "date-ut": "1891-04-21 02:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2173"}, "ids-in-sources": {"a2": "2173"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "21", "LAT": "51N30", "LON": "7E30", "MON": "4", "NUM": "2173", "PRO": "S", "SEC": "0", "YEA": "1891", "CITY": "KREFELD"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4260	sonnenburg-eduard-1848-11-03	{"a2": "2174"}	{"lerrcp": "A2-2174"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eduard", "family": "Sonnenburg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BREM", "c3": null, "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "notime": null, "date-ut": "1848-11-03 16:09:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eduard", "family": "Sonnenburg"}, "birth": {"place": {"c2": "BREM", "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "date-ut": "1848-11-03 16:09:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2174"}, "ids-in-sources": {"a2": "2174"}}, "raw": {"H": "17", "MN": "9", "TZ": "-1", "COD": "BREM", "COU": "G", "DAY": "3", "LAT": "53N 5", "LON": "8E50", "MON": "11", "NUM": "2174", "PRO": "S", "SEC": "40", "YEA": "1848", "CITY": "BREMEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4261	spaeth-eduard-1860-06-23	{"a2": "2175"}	{"lerrcp": "A2-2175"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eduard", "family": "Spaeth", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "SCHIMMENDORF OB", "geoid": 0}, "notime": null, "date-ut": "1860-06-23 00:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eduard", "family": "Spaeth"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "SCHIMMENDORF OB", "geoid": 0}, "date-ut": "1860-06-23 00:14"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2175"}, "ids-in-sources": {"a2": "2175"}}, "raw": {"H": "1", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "23", "LAT": "49N 0", "LON": "11E30", "MON": "6", "NUM": "2175", "PRO": "S", "SEC": "0", "YEA": "1860", "CITY": "SCHIMMENDORF OB"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4262	spatz-hugo-1888-09-02	{"a2": "2176"}	{"lerrcp": "A2-2176"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hugo", "family": "Spatz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1888-09-02 09:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hugo", "family": "Spatz"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1888-09-02 09:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2176"}, "ids-in-sources": {"a2": "2176"}}, "raw": {"H": "10", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "2", "LAT": "49N 0", "LON": "11E30", "MON": "9", "NUM": "2176", "PRO": "S", "SEC": "0", "YEA": "1888", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4263	spee-ferdinand-1855-04-05	{"a2": "2177"}	{"lerrcp": "A2-2177"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Spee", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "GLINDFELD", "geoid": 0}, "notime": null, "date-ut": "1855-04-05 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Spee"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "GLINDFELD", "geoid": 0}, "date-ut": "1855-04-05 16:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2177"}, "ids-in-sources": {"a2": "2177"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "5", "LAT": "51N50", "LON": "7E30", "MON": "4", "NUM": "2177", "PRO": "S", "SEC": "0", "YEA": "1855", "CITY": "GLINDFELD"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4264	spengler-alexander-1827-03-20	{"a2": "2178"}	{"lerrcp": "A2-2178"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexander", "family": "Spengler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "notime": null, "date-ut": "1827-03-20 18:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alexander", "family": "Spengler"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "date-ut": "1827-03-20 18:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2178"}, "ids-in-sources": {"a2": "2178"}}, "raw": {"H": "19", "MN": "24", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "20", "LAT": "48N30", "LON": "9E 0", "MON": "3", "NUM": "2178", "PRO": "S", "SEC": "0", "YEA": "1827", "CITY": "MANNHEIM"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4265	speyr-theodor-1868-05-30	{"a2": "2179"}	{"lerrcp": "A2-2179"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodor", "family": "Speyr", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHW", "c3": null, "cy": "CH", "lg": 7.58333, "lat": 47.55, "name": "BASEL", "geoid": 0}, "notime": null, "date-ut": "1868-05-30 11:30:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Theodor", "family": "Speyr"}, "birth": {"place": {"c2": "SCHW", "cy": "CH", "lg": 7.58333, "lat": 47.55, "name": "BASEL", "geoid": 0}, "date-ut": "1868-05-30 11:30:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2179"}, "ids-in-sources": {"a2": "2179"}}, "raw": {"H": "12", "MN": "30", "TZ": "-1", "COD": "SCHW", "COU": "S", "DAY": "30", "LAT": "47N33", "LON": "7E35", "MON": "5", "NUM": "2179", "PRO": "S", "SEC": "8", "YEA": "1868", "CITY": "BASEL"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4266	spiess-gustav-1862-11-18	{"a2": "2180"}	{"lerrcp": "A2-2180"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustav", "family": "Spiess", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1862-11-18 01:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gustav", "family": "Spiess"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1862-11-18 01:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2180"}, "ids-in-sources": {"a2": "2180"}}, "raw": {"H": "2", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "18", "LAT": "50N30", "LON": "9E15", "MON": "11", "NUM": "2180", "PRO": "S", "SEC": "0", "YEA": "1862", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4267	spiethoff-bodo-1875-11-15	{"a2": "2181"}	{"lerrcp": "A2-2181"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bodo", "family": "Spiethoff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "notime": null, "date-ut": "1875-11-15 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Bodo", "family": "Spiethoff"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "date-ut": "1875-11-15 00:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2181"}, "ids-in-sources": {"a2": "2181"}}, "raw": {"H": "1", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "15", "LAT": "51N30", "LON": "7E30", "MON": "11", "NUM": "2181", "PRO": "S", "SEC": "0", "YEA": "1875", "CITY": "DUSSELDORF"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4268	spuler-arnold-1869-06-01	{"a2": "2182"}	{"lerrcp": "A2-2182"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arnold", "family": "Spuler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADEN", "c3": null, "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "DURMERSHEIM", "geoid": 0}, "notime": null, "date-ut": "1869-06-01 13:57:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Arnold", "family": "Spuler"}, "birth": {"place": {"c2": "BADEN", "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "DURMERSHEIM", "geoid": 0}, "date-ut": "1869-06-01 13:57:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2182"}, "ids-in-sources": {"a2": "2182"}}, "raw": {"H": "14", "MN": "57", "TZ": "-1", "COD": "BADEN", "COU": "G", "DAY": "1", "LAT": "48N46", "LON": "8E14", "MON": "6", "NUM": "2182", "PRO": "S", "SEC": "4", "YEA": "1869", "CITY": "DURMERSHEIM"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4269	stacke-ludwig-1859-04-14	{"a2": "2183"}	{"lerrcp": "A2-2183"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludwig", "family": "Stacke", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "RINTELN BZ KASS", "geoid": 0}, "notime": null, "date-ut": "1859-04-14 05:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ludwig", "family": "Stacke"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "RINTELN BZ KASS", "geoid": 0}, "date-ut": "1859-04-14 05:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2183"}, "ids-in-sources": {"a2": "2183"}}, "raw": {"H": "6", "MN": "8", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "14", "LAT": "50N30", "LON": "9E15", "MON": "4", "NUM": "2183", "PRO": "S", "SEC": "0", "YEA": "1859", "CITY": "RINTELN BZ KASS"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4270	stadler-eduard-1874-12-13	{"a2": "2184"}	{"lerrcp": "A2-2184"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eduard", "family": "Stadler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BREM", "c3": null, "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "notime": null, "date-ut": "1874-12-13 01:24:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eduard", "family": "Stadler"}, "birth": {"place": {"c2": "BREM", "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "date-ut": "1874-12-13 01:24:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2184"}, "ids-in-sources": {"a2": "2184"}}, "raw": {"H": "2", "MN": "24", "TZ": "-1", "COD": "BREM", "COU": "G", "DAY": "13", "LAT": "53N 5", "LON": "8E50", "MON": "12", "NUM": "2184", "PRO": "S", "SEC": "40", "YEA": "1874", "CITY": "BREMEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4271	staehelin-rudolf-1875-08-28	{"a2": "2185"}	{"lerrcp": "A2-2185"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rudolf", "family": "Staehelin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHW", "c3": null, "cy": "CH", "lg": 7.58333, "lat": 47.55, "name": "BASEL", "geoid": 0}, "notime": null, "date-ut": "1875-08-28 11:00:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Rudolf", "family": "Staehelin"}, "birth": {"place": {"c2": "SCHW", "cy": "CH", "lg": 7.58333, "lat": 47.55, "name": "BASEL", "geoid": 0}, "date-ut": "1875-08-28 11:00:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2185"}, "ids-in-sources": {"a2": "2185"}}, "raw": {"H": "12", "MN": "0", "TZ": "-1", "COD": "SCHW", "COU": "S", "DAY": "28", "LAT": "47N33", "LON": "7E35", "MON": "8", "NUM": "2185", "PRO": "S", "SEC": "8", "YEA": "1875", "CITY": "BASEL"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4272	starck-hugo-1871-04-27	{"a2": "2186"}	{"lerrcp": "A2-2186"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hugo", "family": "Starck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "EICHSTETTEN KR", "geoid": 0}, "notime": null, "date-ut": "1871-04-27 14:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hugo", "family": "Starck"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "EICHSTETTEN KR", "geoid": 0}, "date-ut": "1871-04-27 14:54"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2186"}, "ids-in-sources": {"a2": "2186"}}, "raw": {"H": "15", "MN": "54", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "27", "LAT": "48N30", "LON": "9E 0", "MON": "4", "NUM": "2186", "PRO": "S", "SEC": "0", "YEA": "1871", "CITY": "EICHSTETTEN KR"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4273	stauder-alfons-1878-04-12	{"a2": "2187"}	{"lerrcp": "A2-2187"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfons", "family": "Stauder", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "notime": null, "date-ut": "1878-04-12 22:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alfons", "family": "Stauder"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "date-ut": "1878-04-12 22:29"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2187"}, "ids-in-sources": {"a2": "2187"}}, "raw": {"H": "23", "MN": "29", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "12", "LAT": "49N 0", "LON": "11E30", "MON": "4", "NUM": "2187", "PRO": "S", "SEC": "0", "YEA": "1878", "CITY": "NURNBERG"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4274	steiner-gabriel-1883-05-26	{"a2": "2188"}	{"lerrcp": "A2-2188"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Steiner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "ULM", "geoid": 0}, "notime": null, "date-ut": "1883-05-26 05:09"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Steiner"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "ULM", "geoid": 0}, "date-ut": "1883-05-26 05:09"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2188"}, "ids-in-sources": {"a2": "2188"}}, "raw": {"H": "6", "MN": "9", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "26", "LAT": "48N30", "LON": "9E 0", "MON": "5", "NUM": "2188", "PRO": "S", "SEC": "0", "YEA": "1883", "CITY": "ULM"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4275	stepp-wilhelm-1882-10-20	{"a2": "2189"}	{"lerrcp": "A2-2189"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Stepp", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "notime": null, "date-ut": "1882-10-20 02:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Stepp"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "date-ut": "1882-10-20 02:29"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2189"}, "ids-in-sources": {"a2": "2189"}}, "raw": {"H": "3", "MN": "29", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "20", "LAT": "49N 0", "LON": "11E30", "MON": "10", "NUM": "2189", "PRO": "S", "SEC": "0", "YEA": "1882", "CITY": "NURNBERG"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4276	stern-heinrich-1868-01-28	{"a2": "2190"}	{"lerrcp": "A2-2190"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Stern", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1868-01-28 22:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Stern"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1868-01-28 22:53"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2190"}, "ids-in-sources": {"a2": "2190"}}, "raw": {"H": "23", "MN": "53", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "28", "LAT": "50N30", "LON": "9E15", "MON": "1", "NUM": "2190", "PRO": "S", "SEC": "0", "YEA": "1868", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4277	stettner-ernst-1885-07-22	{"a2": "2191"}	{"lerrcp": "A2-2191"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Stettner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "notime": null, "date-ut": "1885-07-22 16:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Stettner"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "date-ut": "1885-07-22 16:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2191"}, "ids-in-sources": {"a2": "2191"}}, "raw": {"H": "17", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "22", "LAT": "49N 0", "LON": "11E30", "MON": "7", "NUM": "2191", "PRO": "S", "SEC": "0", "YEA": "1885", "CITY": "NURNBERG"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4278	steudel-hermann-1871-07-29	{"a2": "2192"}	{"lerrcp": "A2-2192"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Steudel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "STADE HANNOVER", "geoid": 0}, "notime": null, "date-ut": "1871-07-29 03:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Steudel"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "STADE HANNOVER", "geoid": 0}, "date-ut": "1871-07-29 03:50"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2192"}, "ids-in-sources": {"a2": "2192"}}, "raw": {"H": "4", "MN": "50", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "29", "LAT": "52N 0", "LON": "10E 0", "MON": "7", "NUM": "2192", "PRO": "S", "SEC": "0", "YEA": "1871", "CITY": "STADE HANNOVER"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4279	stieve-hermann-1886-05-22	{"a2": "2193"}	{"lerrcp": "A2-2193"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Stieve", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1886-05-22 00:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Stieve"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1886-05-22 00:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2193"}, "ids-in-sources": {"a2": "2193"}}, "raw": {"H": "1", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "22", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "2193", "PRO": "S", "SEC": "0", "YEA": "1886", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4280	stintzling-roderich-1854-02-12	{"a2": "2194"}	{"lerrcp": "A2-2194"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roderich", "family": "Stintzling", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "HEIDELBERG", "geoid": 0}, "notime": null, "date-ut": "1854-02-12 10:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Roderich", "family": "Stintzling"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "HEIDELBERG", "geoid": 0}, "date-ut": "1854-02-12 10:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2194"}, "ids-in-sources": {"a2": "2194"}}, "raw": {"H": "11", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "12", "LAT": "52N 0", "LON": "10E 0", "MON": "2", "NUM": "2194", "PRO": "S", "SEC": "0", "YEA": "1854", "CITY": "HEIDELBERG"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4281	stock-wolfgan-1874-04-26	{"a2": "2195"}	{"lerrcp": "A2-2195"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wolfgan", "family": "Stock", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "BONNIGHEIM", "geoid": 0}, "notime": null, "date-ut": "1874-04-26 08:23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Wolfgan", "family": "Stock"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "BONNIGHEIM", "geoid": 0}, "date-ut": "1874-04-26 08:23:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2195"}, "ids-in-sources": {"a2": "2195"}}, "raw": {"H": "9", "MN": "23", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "26", "LAT": "48N45", "LON": "9E13", "MON": "4", "NUM": "2195", "PRO": "S", "SEC": "8", "YEA": "1874", "CITY": "BONNIGHEIM"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4282	stoffel-adolf-1880-06-03	{"a2": "2196"}	{"lerrcp": "A2-2196"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolf", "family": "Stoffel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PFALZ", "c3": null, "cy": "DE", "lg": 8, "lat": 49.33333, "name": "KAISERSLAUTERN", "geoid": 0}, "notime": null, "date-ut": "1880-06-03 18:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Adolf", "family": "Stoffel"}, "birth": {"place": {"c2": "PFALZ", "cy": "DE", "lg": 8, "lat": 49.33333, "name": "KAISERSLAUTERN", "geoid": 0}, "date-ut": "1880-06-03 18:58"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2196"}, "ids-in-sources": {"a2": "2196"}}, "raw": {"H": "19", "MN": "58", "TZ": "-1", "COD": "PFALZ", "COU": "G", "DAY": "3", "LAT": "49N20", "LON": "8E 0", "MON": "6", "NUM": "2196", "PRO": "S", "SEC": "0", "YEA": "1880", "CITY": "KAISERSLAUTERN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4283	stokes-john-1885-09-01	{"a2": "2197"}	{"lerrcp": "A2-2197"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Stokes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1885-09-01 07:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "John", "family": "Stokes"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1885-09-01 07:29"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2197"}, "ids-in-sources": {"a2": "2197"}}, "raw": {"H": "8", "MN": "29", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "1", "LAT": "49N 0", "LON": "11E30", "MON": "9", "NUM": "2197", "PRO": "S", "SEC": "0", "YEA": "1885", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4284	stolz-friedrich-1860-04-06	{"a2": "2198"}	{"lerrcp": "A2-2198"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Stolz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEILBRONN A NEC", "geoid": 0}, "notime": null, "date-ut": "1860-04-06 17:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Stolz"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEILBRONN A NEC", "geoid": 0}, "date-ut": "1860-04-06 17:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2198"}, "ids-in-sources": {"a2": "2198"}}, "raw": {"H": "18", "MN": "24", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "6", "LAT": "48N30", "LON": "9E 0", "MON": "4", "NUM": "2198", "PRO": "S", "SEC": "0", "YEA": "1860", "CITY": "HEILBRONN A NEC"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4285	straus-erwin-1891-10-11	{"a2": "2199"}	{"lerrcp": "A2-2199"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erwin", "family": "Straus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1891-10-11 22:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Erwin", "family": "Straus"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1891-10-11 22:53"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2199"}, "ids-in-sources": {"a2": "2199"}}, "raw": {"H": "23", "MN": "53", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "11", "LAT": "50N30", "LON": "9E15", "MON": "10", "NUM": "2199", "PRO": "S", "SEC": "0", "YEA": "1891", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4286	stroeder-richard-1876-10-17	{"a2": "2200"}	{"lerrcp": "A2-2200"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Stroeder", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "MOGENDORF UBER", "geoid": 0}, "notime": null, "date-ut": "1876-10-17 09:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Stroeder"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "MOGENDORF UBER", "geoid": 0}, "date-ut": "1876-10-17 09:02"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2200"}, "ids-in-sources": {"a2": "2200"}}, "raw": {"H": "10", "MN": "2", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "17", "LAT": "50N 0", "LON": "7E 0", "MON": "10", "NUM": "2200", "PRO": "S", "SEC": "0", "YEA": "1876", "CITY": "MOGENDORF UBER"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4287	strohmayer-wilhelm-1874-08-07	{"a2": "2201"}	{"lerrcp": "A2-2201"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Strohmayer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MEMMINGEN", "geoid": 0}, "notime": null, "date-ut": "1874-08-07 20:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Strohmayer"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MEMMINGEN", "geoid": 0}, "date-ut": "1874-08-07 20:59"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2201"}, "ids-in-sources": {"a2": "2201"}}, "raw": {"H": "21", "MN": "59", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "7", "LAT": "49N 0", "LON": "11E30", "MON": "8", "NUM": "2201", "PRO": "S", "SEC": "0", "YEA": "1874", "CITY": "MEMMINGEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4288	stuber-bernhard-1883-05-08	{"a2": "2202"}	{"lerrcp": "A2-2202"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernhard", "family": "Stuber", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "STUTTGART", "geoid": 0}, "notime": null, "date-ut": "1883-05-08 14:23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Bernhard", "family": "Stuber"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "STUTTGART", "geoid": 0}, "date-ut": "1883-05-08 14:23:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2202"}, "ids-in-sources": {"a2": "2202"}}, "raw": {"H": "15", "MN": "23", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "8", "LAT": "48N45", "LON": "9E13", "MON": "5", "NUM": "2202", "PRO": "S", "SEC": "8", "YEA": "1883", "CITY": "STUTTGART"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4289	stumpf-julius-1856-06-30	{"a2": "2203"}	{"lerrcp": "A2-2203"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julius", "family": "Stumpf", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ERBACHSHOF B WU", "geoid": 0}, "notime": null, "date-ut": "1856-06-30 09:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Julius", "family": "Stumpf"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ERBACHSHOF B WU", "geoid": 0}, "date-ut": "1856-06-30 09:14"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2203"}, "ids-in-sources": {"a2": "2203"}}, "raw": {"H": "10", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "30", "LAT": "49N 0", "LON": "11E30", "MON": "6", "NUM": "2203", "PRO": "S", "SEC": "0", "YEA": "1856", "CITY": "ERBACHSHOF B WU"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4290	stumpke-gustav-1882-12-23	{"a2": "2204"}	{"lerrcp": "A2-2204"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustav", "family": "Stümpke", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "notime": null, "date-ut": "1882-12-23 08:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gustav", "family": "Stümpke"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "date-ut": "1882-12-23 08:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2204"}, "ids-in-sources": {"a2": "2204"}}, "raw": {"H": "9", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "23", "LAT": "52N 0", "LON": "10E 0", "MON": "12", "NUM": "2204", "PRO": "S", "SEC": "0", "YEA": "1882", "CITY": "BRAUNSCHWEIG"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4291	sudhoff-karl-1853-11-26	{"a2": "2205"}	{"lerrcp": "A2-2205"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Sudhoff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1853-11-26 07:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Sudhoff"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1853-11-26 07:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2205"}, "ids-in-sources": {"a2": "2205"}}, "raw": {"H": "8", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "26", "LAT": "50N30", "LON": "9E15", "MON": "11", "NUM": "2205", "PRO": "S", "SEC": "0", "YEA": "1853", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4292	suter-friedrich-1870-03-14	{"a2": "2206"}	{"lerrcp": "A2-2206"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Suter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHW", "c3": null, "cy": "CH", "lg": 7.58333, "lat": 47.55, "name": "BASEL", "geoid": 0}, "notime": null, "date-ut": "1870-03-14 20:40:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Suter"}, "birth": {"place": {"c2": "SCHW", "cy": "CH", "lg": 7.58333, "lat": 47.55, "name": "BASEL", "geoid": 0}, "date-ut": "1870-03-14 20:40:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2206"}, "ids-in-sources": {"a2": "2206"}}, "raw": {"H": "21", "MN": "40", "TZ": "-1", "COD": "SCHW", "COU": "S", "DAY": "14", "LAT": "47N33", "LON": "7E35", "MON": "3", "NUM": "2206", "PRO": "S", "SEC": "8", "YEA": "1870", "CITY": "BASEL"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4293	tannenberg-joseph-1895-10-30	{"a2": "2207"}	{"lerrcp": "A2-2207"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Tannenberg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "SCHENKLENGSFELD", "geoid": 0}, "notime": null, "date-ut": "1895-10-30 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Tannenberg"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "SCHENKLENGSFELD", "geoid": 0}, "date-ut": "1895-10-30 00:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2207"}, "ids-in-sources": {"a2": "2207"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "30", "LAT": "50N30", "LON": "9E15", "MON": "10", "NUM": "2207", "PRO": "S", "SEC": "0", "YEA": "1895", "CITY": "SCHENKLENGSFELD"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4294	taute-max-1878-10-22	{"a2": "2208"}	{"lerrcp": "A2-2208"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Taute", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "ULM A D", "geoid": 0}, "notime": null, "date-ut": "1878-10-22 22:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Max", "family": "Taute"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "ULM A D", "geoid": 0}, "date-ut": "1878-10-22 22:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2208"}, "ids-in-sources": {"a2": "2208"}}, "raw": {"H": "23", "MN": "24", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "22", "LAT": "48N30", "LON": "9E 0", "MON": "10", "NUM": "2208", "PRO": "S", "SEC": "0", "YEA": "1878", "CITY": "ULM A D"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4295	thannhauser-siegfried-1885-06-28	{"a2": "2209"}	{"lerrcp": "A2-2209"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Siegfried", "family": "Thannhauser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1885-06-28 13:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Siegfried", "family": "Thannhauser"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1885-06-28 13:14"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2209"}, "ids-in-sources": {"a2": "2209"}}, "raw": {"H": "14", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "28", "LAT": "49N 0", "LON": "11E30", "MON": "6", "NUM": "2209", "PRO": "S", "SEC": "0", "YEA": "1885", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4296	thoma-richard-1847-12-11	{"a2": "2210"}	{"lerrcp": "A2-2210"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Thoma", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADEN", "c3": null, "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "BONNDORF", "geoid": 0}, "notime": null, "date-ut": "1847-12-11 01:27:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Thoma"}, "birth": {"place": {"c2": "BADEN", "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "BONNDORF", "geoid": 0}, "date-ut": "1847-12-11 01:27:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2210"}, "ids-in-sources": {"a2": "2210"}}, "raw": {"H": "2", "MN": "27", "TZ": "-1", "COD": "BADEN", "COU": "G", "DAY": "11", "LAT": "48N46", "LON": "8E14", "MON": "12", "NUM": "2210", "PRO": "S", "SEC": "4", "YEA": "1847", "CITY": "BONNDORF"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4297	thorn-wilhelm-1857-11-19	{"a2": "2211"}	{"lerrcp": "A2-2211"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Thorn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HERBORN", "geoid": 0}, "notime": null, "date-ut": "1857-11-19 04:38"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Thorn"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HERBORN", "geoid": 0}, "date-ut": "1857-11-19 04:38"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2211"}, "ids-in-sources": {"a2": "2211"}}, "raw": {"H": "5", "MN": "38", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "19", "LAT": "50N30", "LON": "9E15", "MON": "11", "NUM": "2211", "PRO": "S", "SEC": "0", "YEA": "1857", "CITY": "HERBORN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4298	thorner-walter-1886-08-10	{"a2": "2212"}	{"lerrcp": "A2-2212"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Thörner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "OSNABRUCK", "geoid": 0}, "notime": null, "date-ut": "1886-08-10 09:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Thörner"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "OSNABRUCK", "geoid": 0}, "date-ut": "1886-08-10 09:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2212"}, "ids-in-sources": {"a2": "2212"}}, "raw": {"H": "10", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "10", "LAT": "52N 0", "LON": "10E 0", "MON": "8", "NUM": "2212", "PRO": "S", "SEC": "0", "YEA": "1886", "CITY": "OSNABRUCK"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
17874	bouvet-georges-1902-05-06	{"e1": "242"}	{"lerrcp": "E1-242"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Bouvet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1902-05-06 09:30", "note": null, "place": {"c1": null, "c2": "36", "c3": "", "cy": "FR", "lg": 1.99362, "lat": 46.94848, "name": "Issoudun", "geoid": 3012655}, "notime": null, "date-ut": "1902-05-06 09:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Bouvet"}, "birth": {"tzo": "+00:09", "date": "1902-05-06 09:30", "place": {"c2": "36", "c3": "", "cy": "FR", "lg": 1.99362, "lat": 46.94848, "name": "Issoudun", "geoid": 3012655}, "date-ut": "1902-05-06 09:21"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "242"}}, "raw": {"H": "09:30", "COD": "36", "DAY": "06", "MON": "05", "NUM": "0242", "PRO": "MI", "YEA": "1902", "CITY": "Issoudun", "NAME": "BOUVET Georges", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
4300	toeniessen-erich-1883-11-13	{"a2": "2214"}	{"lerrcp": "A2-2214"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erich", "family": "Toeniessen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "SCHWEINFURT", "geoid": 0}, "notime": null, "date-ut": "1883-11-13 21:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Erich", "family": "Toeniessen"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "SCHWEINFURT", "geoid": 0}, "date-ut": "1883-11-13 21:59"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2214"}, "ids-in-sources": {"a2": "2214"}}, "raw": {"H": "22", "MN": "59", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "13", "LAT": "49N 0", "LON": "11E30", "MON": "11", "NUM": "2214", "PRO": "S", "SEC": "0", "YEA": "1883", "CITY": "SCHWEINFURT"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4301	traugott-carl-1885-05-28	{"a2": "2215"}	{"lerrcp": "A2-2215"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carl", "family": "Traugott", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "NIEDER MARSBERG", "geoid": 0}, "notime": null, "date-ut": "1885-05-28 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Carl", "family": "Traugott"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "NIEDER MARSBERG", "geoid": 0}, "date-ut": "1885-05-28 03:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2215"}, "ids-in-sources": {"a2": "2215"}}, "raw": {"H": "4", "MN": "30", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "28", "LAT": "51N50", "LON": "7E30", "MON": "5", "NUM": "2215", "PRO": "S", "SEC": "0", "YEA": "1885", "CITY": "NIEDER MARSBERG"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4302	trendelenburg-paul-1884-03-24	{"a2": "2216"}	{"lerrcp": "A2-2216"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Trendelenburg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "notime": null, "date-ut": "1884-03-24 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Trendelenburg"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "date-ut": "1884-03-24 09:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2216"}, "ids-in-sources": {"a2": "2216"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "24", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "2216", "PRO": "S", "SEC": "0", "YEA": "1884", "CITY": "BONN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4303	treupel-gustav-1867-04-29	{"a2": "2217"}	{"lerrcp": "A2-2217"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustav", "family": "Treupel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HERBORN", "geoid": 0}, "notime": null, "date-ut": "1867-04-29 02:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gustav", "family": "Treupel"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HERBORN", "geoid": 0}, "date-ut": "1867-04-29 02:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2217"}, "ids-in-sources": {"a2": "2217"}}, "raw": {"H": "3", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "29", "LAT": "50N30", "LON": "9E15", "MON": "4", "NUM": "2217", "PRO": "S", "SEC": "0", "YEA": "1867", "CITY": "HERBORN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4304	trumpp-joseph-1867-10-06	{"a2": "2218"}	{"lerrcp": "A2-2218"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Trumpp", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "PFULLINGEN", "geoid": 0}, "notime": null, "date-ut": "1867-10-06 02:53:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Trumpp"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "PFULLINGEN", "geoid": 0}, "date-ut": "1867-10-06 02:53:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2218"}, "ids-in-sources": {"a2": "2218"}}, "raw": {"H": "3", "MN": "53", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "6", "LAT": "48N45", "LON": "9E13", "MON": "10", "NUM": "2218", "PRO": "S", "SEC": "8", "YEA": "1867", "CITY": "PFULLINGEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4305	uffenorde-walter-1879-01-01	{"a2": "2219"}	{"lerrcp": "A2-2219"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Uffenorde", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "DIEPHOLZ HANNOV", "geoid": 0}, "notime": null, "date-ut": "1879-01-01 03:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Uffenorde"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "DIEPHOLZ HANNOV", "geoid": 0}, "date-ut": "1879-01-01 03:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2219"}, "ids-in-sources": {"a2": "2219"}}, "raw": {"H": "4", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "1", "LAT": "52N 0", "LON": "10E 0", "MON": "1", "NUM": "2219", "PRO": "S", "SEC": "0", "YEA": "1879", "CITY": "DIEPHOLZ HANNOV"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4306	ulrich-richard-1849-01-27	{"a2": "2220"}	{"lerrcp": "A2-2220"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Ulrich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HERZFELD BZ KAS", "geoid": 0}, "notime": null, "date-ut": "1849-01-27 11:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Ulrich"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HERZFELD BZ KAS", "geoid": 0}, "date-ut": "1849-01-27 11:53"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2220"}, "ids-in-sources": {"a2": "2220"}}, "raw": {"H": "12", "MN": "53", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "27", "LAT": "50N30", "LON": "9E15", "MON": "1", "NUM": "2220", "PRO": "S", "SEC": "0", "YEA": "1849", "CITY": "HERZFELD BZ KAS"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4307	ungar-emil-1849-09-03	{"a2": "2221"}	{"lerrcp": "A2-2221"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emil", "family": "Ungar", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "notime": null, "date-ut": "1849-09-03 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emil", "family": "Ungar"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "date-ut": "1849-09-03 04:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2221"}, "ids-in-sources": {"a2": "2221"}}, "raw": {"H": "5", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "3", "LAT": "51N30", "LON": "7E30", "MON": "9", "NUM": "2221", "PRO": "S", "SEC": "0", "YEA": "1849", "CITY": "BONN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4308	veiel-eberhard-1880-04-21	{"a2": "2222"}	{"lerrcp": "A2-2222"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eberhard", "family": "Veiel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "BAD CANNSTATT", "geoid": 0}, "notime": null, "date-ut": "1880-04-21 15:23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eberhard", "family": "Veiel"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "BAD CANNSTATT", "geoid": 0}, "date-ut": "1880-04-21 15:23:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2222"}, "ids-in-sources": {"a2": "2222"}}, "raw": {"H": "16", "MN": "23", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "21", "LAT": "48N45", "LON": "9E13", "MON": "4", "NUM": "2222", "PRO": "S", "SEC": "8", "YEA": "1880", "CITY": "BAD CANNSTATT"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4309	veiel-fritz-1876-01-15	{"a2": "2223"}	{"lerrcp": "A2-2223"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Veiel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "BAD CANNSTATT", "geoid": 0}, "notime": null, "date-ut": "1876-01-15 09:23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Fritz", "family": "Veiel"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "BAD CANNSTATT", "geoid": 0}, "date-ut": "1876-01-15 09:23:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2223"}, "ids-in-sources": {"a2": "2223"}}, "raw": {"H": "10", "MN": "23", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "15", "LAT": "48N45", "LON": "9E13", "MON": "1", "NUM": "2223", "PRO": "S", "SEC": "8", "YEA": "1876", "CITY": "BAD CANNSTATT"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4310	veiel-theodor-1848-03-29	{"a2": "2224"}	{"lerrcp": "A2-2224"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodor", "family": "Veiel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "BAD CANNSTATT", "geoid": 0}, "notime": null, "date-ut": "1848-03-29 21:23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Theodor", "family": "Veiel"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "BAD CANNSTATT", "geoid": 0}, "date-ut": "1848-03-29 21:23:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2224"}, "ids-in-sources": {"a2": "2224"}}, "raw": {"H": "22", "MN": "23", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "29", "LAT": "48N45", "LON": "9E13", "MON": "3", "NUM": "2224", "PRO": "S", "SEC": "8", "YEA": "1848", "CITY": "BAD CANNSTATT"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4311	veil-wolfgan-1884-11-16	{"a2": "2225"}	{"lerrcp": "A2-2225"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wolfgan", "family": "Veil", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "STUTTGART", "geoid": 0}, "notime": null, "date-ut": "1884-11-16 11:38:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Wolfgan", "family": "Veil"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "STUTTGART", "geoid": 0}, "date-ut": "1884-11-16 11:38:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2225"}, "ids-in-sources": {"a2": "2225"}}, "raw": {"H": "12", "MN": "38", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "16", "LAT": "48N45", "LON": "9E13", "MON": "11", "NUM": "2225", "PRO": "S", "SEC": "8", "YEA": "1884", "CITY": "STUTTGART"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4312	velden-reinhard-1851-08-26	{"a2": "2226"}	{"lerrcp": "A2-2226"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Reinhard", "family": "Velden", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1851-08-26 21:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Reinhard", "family": "Velden"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1851-08-26 21:53"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2226"}, "ids-in-sources": {"a2": "2226"}}, "raw": {"H": "22", "MN": "53", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "26", "LAT": "50N30", "LON": "9E15", "MON": "8", "NUM": "2226", "PRO": "S", "SEC": "0", "YEA": "1851", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4313	verse-max-1877-03-16	{"a2": "2227"}	{"lerrcp": "A2-2227"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Verse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KREFELD", "geoid": 0}, "notime": null, "date-ut": "1877-03-16 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Max", "family": "Verse"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KREFELD", "geoid": 0}, "date-ut": "1877-03-16 05:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2227"}, "ids-in-sources": {"a2": "2227"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "16", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "2227", "PRO": "S", "SEC": "0", "YEA": "1877", "CITY": "KREFELD"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
17875	bouvier-jean-baptiste-1911-08-02	{"e1": "243"}	{"lerrcp": "E1-243"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Baptiste", "family": "Bouvier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-08-02 04:00", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 3.6005, "lat": 45.78485, "name": "Vollore-Ville", "geoid": 2967730}, "notime": null, "date-ut": "1911-08-02 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean-Baptiste", "family": "Bouvier"}, "birth": {"tzo": "+00:00", "date": "1911-08-02 04:00", "place": {"c2": "63", "c3": "", "cy": "FR", "lg": 3.6005, "lat": 45.78485, "name": "Vollore-Ville", "geoid": 2967730}, "date-ut": "1911-08-02 04:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "243"}}, "raw": {"H": "04:00", "COD": "63", "DAY": "02", "MON": "08", "NUM": "0243", "PRO": "PH", "YEA": "1911", "CITY": "Vollore-Ville", "NAME": "BOUVIER Jean-Baptiste", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
4315	voelcker-fritz-1872-06-22	{"a2": "2229"}	{"lerrcp": "A2-2229"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Voelcker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "SPEYER A RH", "geoid": 0}, "notime": null, "date-ut": "1872-06-22 20:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Fritz", "family": "Voelcker"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "SPEYER A RH", "geoid": 0}, "date-ut": "1872-06-22 20:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2229"}, "ids-in-sources": {"a2": "2229"}}, "raw": {"H": "21", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "22", "LAT": "50N 0", "LON": "7E 0", "MON": "6", "NUM": "2229", "PRO": "S", "SEC": "0", "YEA": "1872", "CITY": "SPEYER A RH"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4316	voelker-otto-1843-04-15	{"a2": "2230"}	{"lerrcp": "A2-2230"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Voelker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "SALDER BZ BRAUN", "geoid": 0}, "notime": null, "date-ut": "1843-04-15 21:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Voelker"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "SALDER BZ BRAUN", "geoid": 0}, "date-ut": "1843-04-15 21:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2230"}, "ids-in-sources": {"a2": "2230"}}, "raw": {"H": "22", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "15", "LAT": "52N 0", "LON": "10E 0", "MON": "4", "NUM": "2230", "PRO": "S", "SEC": "0", "YEA": "1843", "CITY": "SALDER BZ BRAUN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4317	vogel-karl-1871-02-04	{"a2": "2231"}	{"lerrcp": "A2-2231"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Vogel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "OVERATH BZ KOLN", "geoid": 0}, "notime": null, "date-ut": "1871-02-04 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Vogel"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "OVERATH BZ KOLN", "geoid": 0}, "date-ut": "1871-02-04 05:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2231"}, "ids-in-sources": {"a2": "2231"}}, "raw": {"H": "6", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "4", "LAT": "51N30", "LON": "7E30", "MON": "2", "NUM": "2231", "PRO": "S", "SEC": "0", "YEA": "1871", "CITY": "OVERATH BZ KOLN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4318	vogt-emil-1885-01-12	{"a2": "2232"}	{"lerrcp": "A2-2232"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emil", "family": "Vogt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADEN", "c3": null, "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "WAGHAUSEL", "geoid": 0}, "notime": null, "date-ut": "1885-01-12 22:42:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emil", "family": "Vogt"}, "birth": {"place": {"c2": "BADEN", "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "WAGHAUSEL", "geoid": 0}, "date-ut": "1885-01-12 22:42:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2232"}, "ids-in-sources": {"a2": "2232"}}, "raw": {"H": "23", "MN": "42", "TZ": "-1", "COD": "BADEN", "COU": "G", "DAY": "12", "LAT": "48N46", "LON": "8E14", "MON": "1", "NUM": "2232", "PRO": "S", "SEC": "4", "YEA": "1885", "CITY": "WAGHAUSEL"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4319	vogt-hans-1874-08-06	{"a2": "2233"}	{"lerrcp": "A2-2233"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Vogt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "BIEDENKOPF", "geoid": 0}, "notime": null, "date-ut": "1874-08-06 11:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Vogt"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "BIEDENKOPF", "geoid": 0}, "date-ut": "1874-08-06 11:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2233"}, "ids-in-sources": {"a2": "2233"}}, "raw": {"H": "12", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "6", "LAT": "50N30", "LON": "9E15", "MON": "8", "NUM": "2233", "PRO": "S", "SEC": "0", "YEA": "1874", "CITY": "BIEDENKOPF"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4320	vogt-walter-1888-02-24	{"a2": "2234"}	{"lerrcp": "A2-2234"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Vogt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "KIEL", "geoid": 0}, "notime": null, "date-ut": "1888-02-24 13:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Vogt"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "KIEL", "geoid": 0}, "date-ut": "1888-02-24 13:21"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2234"}, "ids-in-sources": {"a2": "2234"}}, "raw": {"H": "14", "MN": "21", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "24", "LAT": "54N30", "LON": "9E45", "MON": "2", "NUM": "2234", "PRO": "S", "SEC": "0", "YEA": "1888", "CITY": "KIEL"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4321	voit-max-1876-07-27	{"a2": "2235"}	{"lerrcp": "A2-2235"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Voit", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1876-07-27 08:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Max", "family": "Voit"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1876-07-27 08:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2235"}, "ids-in-sources": {"a2": "2235"}}, "raw": {"H": "9", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "27", "LAT": "49N 0", "LON": "11E30", "MON": "7", "NUM": "2235", "PRO": "S", "SEC": "0", "YEA": "1876", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4322	voltz-friedrich-1891-01-01	{"a2": "2236"}	{"lerrcp": "A2-2236"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Voltz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "notime": null, "date-ut": "1891-01-01 02:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Voltz"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "date-ut": "1891-01-01 02:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2236"}, "ids-in-sources": {"a2": "2236"}}, "raw": {"H": "3", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "1", "LAT": "49N 0", "LON": "11E30", "MON": "1", "NUM": "2236", "PRO": "S", "SEC": "0", "YEA": "1891", "CITY": "NURNBERG"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4323	vortisch-hermann-1874-06-18	{"a2": "2237"}	{"lerrcp": "A2-2237"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Vortisch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "LORRACH", "geoid": 0}, "notime": null, "date-ut": "1874-06-18 03:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Vortisch"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "LORRACH", "geoid": 0}, "date-ut": "1874-06-18 03:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2237"}, "ids-in-sources": {"a2": "2237"}}, "raw": {"H": "4", "MN": "24", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "18", "LAT": "48N30", "LON": "9E 0", "MON": "6", "NUM": "2237", "PRO": "S", "SEC": "0", "YEA": "1874", "CITY": "LORRACH"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4324	vulpius-oscar-1867-01-30	{"a2": "2238"}	{"lerrcp": "A2-2238"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oscar", "family": "Vulpius", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADEN", "c3": null, "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "BOXBERG", "geoid": 0}, "notime": null, "date-ut": "1867-01-30 05:27:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Oscar", "family": "Vulpius"}, "birth": {"place": {"c2": "BADEN", "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "BOXBERG", "geoid": 0}, "date-ut": "1867-01-30 05:27:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2238"}, "ids-in-sources": {"a2": "2238"}}, "raw": {"H": "6", "MN": "27", "TZ": "-1", "COD": "BADEN", "COU": "G", "DAY": "30", "LAT": "48N46", "LON": "8E14", "MON": "1", "NUM": "2238", "PRO": "S", "SEC": "4", "YEA": "1867", "CITY": "BOXBERG"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4325	wachholder-kurt-1893-03-23	{"a2": "2239"}	{"lerrcp": "A2-2239"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kurt", "family": "Wachholder", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "OBERHAUSEN", "geoid": 0}, "notime": null, "date-ut": "1893-03-23 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Kurt", "family": "Wachholder"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "OBERHAUSEN", "geoid": 0}, "date-ut": "1893-03-23 14:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2239"}, "ids-in-sources": {"a2": "2239"}}, "raw": {"H": "15", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "23", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "2239", "PRO": "S", "SEC": "0", "YEA": "1893", "CITY": "OBERHAUSEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4326	wagener-oskar-1878-01-18	{"a2": "2240"}	{"lerrcp": "A2-2240"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oskar", "family": "Wagener", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BREM", "c3": null, "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "notime": null, "date-ut": "1878-01-18 12:09:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Oskar", "family": "Wagener"}, "birth": {"place": {"c2": "BREM", "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "date-ut": "1878-01-18 12:09:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2240"}, "ids-in-sources": {"a2": "2240"}}, "raw": {"H": "13", "MN": "9", "TZ": "-1", "COD": "BREM", "COU": "G", "DAY": "18", "LAT": "53N 5", "LON": "8E50", "MON": "1", "NUM": "2240", "PRO": "S", "SEC": "40", "YEA": "1878", "CITY": "BREMEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4327	wagner-wilhelm-1848-01-14	{"a2": "2241"}	{"lerrcp": "A2-2241"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Wagner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "WOHNBACH", "geoid": 0}, "notime": null, "date-ut": "1848-01-14 12:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Wagner"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "WOHNBACH", "geoid": 0}, "date-ut": "1848-01-14 12:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2241"}, "ids-in-sources": {"a2": "2241"}}, "raw": {"H": "13", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "14", "LAT": "50N30", "LON": "9E15", "MON": "1", "NUM": "2241", "PRO": "S", "SEC": "0", "YEA": "1848", "CITY": "WOHNBACH"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4328	walb-heinrich-1848-10-17	{"a2": "2242"}	{"lerrcp": "A2-2242"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Walb", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BAD GODESBERG", "geoid": 0}, "notime": null, "date-ut": "1848-10-17 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Walb"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BAD GODESBERG", "geoid": 0}, "date-ut": "1848-10-17 20:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2242"}, "ids-in-sources": {"a2": "2242"}}, "raw": {"H": "21", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "17", "LAT": "51N30", "LON": "7E30", "MON": "10", "NUM": "2242", "PRO": "S", "SEC": "0", "YEA": "1848", "CITY": "BAD GODESBERG"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4329	walbaum-hermann-1877-06-30	{"a2": "2243"}	{"lerrcp": "A2-2243"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Walbaum", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAMB", "c3": null, "cy": "DE", "lg": 10, "lat": 53.58333, "name": "ELSTORF B HARBU", "geoid": 0}, "notime": null, "date-ut": "1877-06-30 01:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Walbaum"}, "birth": {"place": {"c2": "HAMB", "cy": "DE", "lg": 10, "lat": 53.58333, "name": "ELSTORF B HARBU", "geoid": 0}, "date-ut": "1877-06-30 01:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2243"}, "ids-in-sources": {"a2": "2243"}}, "raw": {"H": "2", "MN": "20", "TZ": "-1", "COD": "HAMB", "COU": "G", "DAY": "30", "LAT": "53N35", "LON": "10E 0", "MON": "6", "NUM": "2243", "PRO": "S", "SEC": "0", "YEA": "1877", "CITY": "ELSTORF B HARBU"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4330	waldeyer-hartz-wilhelm-1836-10-06	{"a2": "2244"}	{"lerrcp": "A2-2244"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Waldeyer-Hartz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "HEHLEN BRAUNSCH", "geoid": 0}, "notime": null, "date-ut": "1836-10-06 20:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Waldeyer-Hartz"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "HEHLEN BRAUNSCH", "geoid": 0}, "date-ut": "1836-10-06 20:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2244"}, "ids-in-sources": {"a2": "2244"}}, "raw": {"H": "21", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "6", "LAT": "52N 0", "LON": "10E 0", "MON": "10", "NUM": "2244", "PRO": "S", "SEC": "0", "YEA": "1836", "CITY": "HEHLEN BRAUNSCH"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4331	walkhoff-otto-1860-04-23	{"a2": "2245"}	{"lerrcp": "A2-2245"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Walkhoff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "notime": null, "date-ut": "1860-04-23 19:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Walkhoff"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "date-ut": "1860-04-23 19:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2245"}, "ids-in-sources": {"a2": "2245"}}, "raw": {"H": "20", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "23", "LAT": "52N 0", "LON": "10E 0", "MON": "4", "NUM": "2245", "PRO": "S", "SEC": "0", "YEA": "1860", "CITY": "BRAUNSCHWEIG"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4332	walther-heinrich-1866-04-12	{"a2": "2246"}	{"lerrcp": "A2-2246"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Walther", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "GROSS GERAU B D", "geoid": 0}, "notime": null, "date-ut": "1866-04-12 05:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Walther"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "GROSS GERAU B D", "geoid": 0}, "date-ut": "1866-04-12 05:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2246"}, "ids-in-sources": {"a2": "2246"}}, "raw": {"H": "6", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "12", "LAT": "50N30", "LON": "9E15", "MON": "4", "NUM": "2246", "PRO": "S", "SEC": "0", "YEA": "1866", "CITY": "GROSS GERAU B D"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4333	wanner-friedrich-1870-08-23	{"a2": "2247"}	{"lerrcp": "A2-2247"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Wanner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "INGOLSTADT", "geoid": 0}, "notime": null, "date-ut": "1870-08-23 00:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Wanner"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "INGOLSTADT", "geoid": 0}, "date-ut": "1870-08-23 00:14"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2247"}, "ids-in-sources": {"a2": "2247"}}, "raw": {"H": "1", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "23", "LAT": "49N 0", "LON": "11E30", "MON": "8", "NUM": "2247", "PRO": "S", "SEC": "0", "YEA": "1870", "CITY": "INGOLSTADT"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4334	wassermann-friedrich-1884-08-13	{"a2": "2248"}	{"lerrcp": "A2-2248"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Wassermann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1884-08-13 02:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Wassermann"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1884-08-13 02:14"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2248"}, "ids-in-sources": {"a2": "2248"}}, "raw": {"H": "3", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "13", "LAT": "49N 0", "LON": "11E30", "MON": "8", "NUM": "2248", "PRO": "S", "SEC": "0", "YEA": "1884", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4335	weber-august-1873-02-23	{"a2": "2249"}	{"lerrcp": "A2-2249"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "August", "family": "Weber", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "BAD MERGENTHEIM", "geoid": 0}, "notime": null, "date-ut": "1873-02-23 10:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "August", "family": "Weber"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "BAD MERGENTHEIM", "geoid": 0}, "date-ut": "1873-02-23 10:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2249"}, "ids-in-sources": {"a2": "2249"}}, "raw": {"H": "11", "MN": "24", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "23", "LAT": "48N30", "LON": "9E 0", "MON": "2", "NUM": "2249", "PRO": "S", "SEC": "0", "YEA": "1873", "CITY": "BAD MERGENTHEIM"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4336	weber-hermann-1865-11-06	{"a2": "2250"}	{"lerrcp": "A2-2250"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Weber", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PFALZ", "c3": null, "cy": "DE", "lg": 8, "lat": 49.33333, "name": "LANDAU", "geoid": 0}, "notime": null, "date-ut": "1865-11-06 00:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Weber"}, "birth": {"place": {"c2": "PFALZ", "cy": "DE", "lg": 8, "lat": 49.33333, "name": "LANDAU", "geoid": 0}, "date-ut": "1865-11-06 00:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2250"}, "ids-in-sources": {"a2": "2250"}}, "raw": {"H": "1", "MN": "28", "TZ": "-1", "COD": "PFALZ", "COU": "G", "DAY": "6", "LAT": "49N20", "LON": "8E 0", "MON": "11", "NUM": "2250", "PRO": "S", "SEC": "0", "YEA": "1865", "CITY": "LANDAU"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4337	wegner-richard-1884-05-13	{"a2": "2251"}	{"lerrcp": "A2-2251"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Wegner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "GELSENKIRCHEN", "geoid": 0}, "notime": null, "date-ut": "1884-05-13 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Wegner"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "GELSENKIRCHEN", "geoid": 0}, "date-ut": "1884-05-13 17:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2251"}, "ids-in-sources": {"a2": "2251"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "13", "LAT": "51N30", "LON": "7E30", "MON": "5", "NUM": "2251", "PRO": "S", "SEC": "0", "YEA": "1884", "CITY": "GELSENKIRCHEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4338	wehner-ernst-1885-11-30	{"a2": "2252"}	{"lerrcp": "A2-2252"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Wehner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "BRUCKENAU", "geoid": 0}, "notime": null, "date-ut": "1885-11-30 17:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Wehner"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "BRUCKENAU", "geoid": 0}, "date-ut": "1885-11-30 17:14"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2252"}, "ids-in-sources": {"a2": "2252"}}, "raw": {"H": "18", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "30", "LAT": "49N 0", "LON": "11E30", "MON": "11", "NUM": "2252", "PRO": "S", "SEC": "0", "YEA": "1885", "CITY": "BRUCKENAU"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4339	weidenreich-franz-1873-06-07	{"a2": "2253"}	{"lerrcp": "A2-2253"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Weidenreich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "EDENKOBEN", "geoid": 0}, "notime": null, "date-ut": "1873-06-07 12:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Franz", "family": "Weidenreich"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "EDENKOBEN", "geoid": 0}, "date-ut": "1873-06-07 12:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2253"}, "ids-in-sources": {"a2": "2253"}}, "raw": {"H": "13", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "7", "LAT": "50N 0", "LON": "7E 0", "MON": "6", "NUM": "2253", "PRO": "S", "SEC": "0", "YEA": "1873", "CITY": "EDENKOBEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4340	weigelin-siegfried-1881-07-29	{"a2": "2254"}	{"lerrcp": "A2-2254"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Siegfried", "family": "Weigelin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "BIBERACH A R", "geoid": 0}, "notime": null, "date-ut": "1881-07-29 03:23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Siegfried", "family": "Weigelin"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "BIBERACH A R", "geoid": 0}, "date-ut": "1881-07-29 03:23:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2254"}, "ids-in-sources": {"a2": "2254"}}, "raw": {"H": "4", "MN": "23", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "29", "LAT": "48N45", "LON": "9E13", "MON": "7", "NUM": "2254", "PRO": "S", "SEC": "8", "YEA": "1881", "CITY": "BIBERACH A R"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4341	weil-adolf-1848-02-07	{"a2": "2255"}	{"lerrcp": "A2-2255"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolf", "family": "Weil", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "notime": null, "date-ut": "1848-02-07 18:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Adolf", "family": "Weil"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "date-ut": "1848-02-07 18:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2255"}, "ids-in-sources": {"a2": "2255"}}, "raw": {"H": "19", "MN": "24", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "7", "LAT": "48N30", "LON": "9E 0", "MON": "2", "NUM": "2255", "PRO": "S", "SEC": "0", "YEA": "1848", "CITY": "HEIDELBERG"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4342	weil-alfred-1884-06-29	{"a2": "2256"}	{"lerrcp": "A2-2256"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Weil", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "notime": null, "date-ut": "1884-06-29 19:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Weil"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "date-ut": "1884-06-29 19:54"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2256"}, "ids-in-sources": {"a2": "2256"}}, "raw": {"H": "20", "MN": "54", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "29", "LAT": "48N30", "LON": "9E 0", "MON": "6", "NUM": "2256", "PRO": "S", "SEC": "0", "YEA": "1884", "CITY": "HEIDELBERG"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4343	weingartner-max-1882-07-25	{"a2": "2257"}	{"lerrcp": "A2-2257"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Weingärtner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "WALDMICHELBACH", "geoid": 0}, "notime": null, "date-ut": "1882-07-25 12:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Max", "family": "Weingärtner"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "WALDMICHELBACH", "geoid": 0}, "date-ut": "1882-07-25 12:53"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2257"}, "ids-in-sources": {"a2": "2257"}}, "raw": {"H": "13", "MN": "53", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "25", "LAT": "50N30", "LON": "9E15", "MON": "7", "NUM": "2257", "PRO": "S", "SEC": "0", "YEA": "1882", "CITY": "WALDMICHELBACH"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4344	weiss-kurt-1886-01-13	{"a2": "2258"}	{"lerrcp": "A2-2258"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kurt", "family": "Weiss", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "notime": null, "date-ut": "1886-01-13 03:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Kurt", "family": "Weiss"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "date-ut": "1886-01-13 03:54"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2258"}, "ids-in-sources": {"a2": "2258"}}, "raw": {"H": "4", "MN": "54", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "13", "LAT": "48N30", "LON": "9E 0", "MON": "1", "NUM": "2258", "PRO": "S", "SEC": "0", "YEA": "1886", "CITY": "HEIDELBERG"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4345	weiss-otto-1871-07-22	{"a2": "2259"}	{"lerrcp": "A2-2259"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Weiss", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "VILSEN HANNOVER", "geoid": 0}, "notime": null, "date-ut": "1871-07-22 09:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Weiss"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "VILSEN HANNOVER", "geoid": 0}, "date-ut": "1871-07-22 09:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2259"}, "ids-in-sources": {"a2": "2259"}}, "raw": {"H": "10", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "22", "LAT": "52N 0", "LON": "10E 0", "MON": "7", "NUM": "2259", "PRO": "S", "SEC": "0", "YEA": "1871", "CITY": "VILSEN HANNOVER"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4346	weizsacker-vicktor-1886-04-21	{"a2": "2260"}	{"lerrcp": "A2-2260"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vicktor", "family": "Weizsäcker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "STUTTGART", "geoid": 0}, "notime": null, "date-ut": "1886-04-21 19:23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Vicktor", "family": "Weizsäcker"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "STUTTGART", "geoid": 0}, "date-ut": "1886-04-21 19:23:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2260"}, "ids-in-sources": {"a2": "2260"}}, "raw": {"H": "20", "MN": "23", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "21", "LAT": "48N45", "LON": "9E13", "MON": "4", "NUM": "2260", "PRO": "S", "SEC": "8", "YEA": "1886", "CITY": "STUTTGART"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4347	westphal-karl-1887-04-17	{"a2": "2261"}	{"lerrcp": "A2-2261"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Westphal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MUNSTER I W", "geoid": 0}, "notime": null, "date-ut": "1887-04-17 08:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Westphal"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MUNSTER I W", "geoid": 0}, "date-ut": "1887-04-17 08:45"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2261"}, "ids-in-sources": {"a2": "2261"}}, "raw": {"H": "9", "MN": "45", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "17", "LAT": "51N30", "LON": "7E30", "MON": "4", "NUM": "2261", "PRO": "S", "SEC": "0", "YEA": "1887", "CITY": "MUNSTER I W"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4348	wette-hermann-1857-05-16	{"a2": "2262"}	{"lerrcp": "A2-2262"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Wette", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "HERBERN MUNSTER", "geoid": 0}, "notime": null, "date-ut": "1857-05-16 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Wette"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "HERBERN MUNSTER", "geoid": 0}, "date-ut": "1857-05-16 06:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2262"}, "ids-in-sources": {"a2": "2262"}}, "raw": {"H": "7", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "16", "LAT": "51N30", "LON": "7E30", "MON": "5", "NUM": "2262", "PRO": "S", "SEC": "0", "YEA": "1857", "CITY": "HERBERN MUNSTER"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4349	wetzel-albrecht-1880-07-16	{"a2": "2263"}	{"lerrcp": "A2-2263"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albrecht", "family": "Wetzel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "TUBINGEN", "geoid": 0}, "notime": null, "date-ut": "1880-07-16 23:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Albrecht", "family": "Wetzel"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "TUBINGEN", "geoid": 0}, "date-ut": "1880-07-16 23:54"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2263"}, "ids-in-sources": {"a2": "2263"}}, "raw": {"H": "0", "MN": "54", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "17", "LAT": "48N30", "LON": "9E 0", "MON": "7", "NUM": "2263", "PRO": "S", "SEC": "0", "YEA": "1880", "CITY": "TUBINGEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4350	wiedersheim-robert-1848-04-21	{"a2": "2264"}	{"lerrcp": "A2-2264"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Wiedersheim", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "NURTINGEN", "geoid": 0}, "notime": null, "date-ut": "1848-04-21 19:23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Wiedersheim"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "NURTINGEN", "geoid": 0}, "date-ut": "1848-04-21 19:23:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2264"}, "ids-in-sources": {"a2": "2264"}}, "raw": {"H": "20", "MN": "23", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "21", "LAT": "48N45", "LON": "9E13", "MON": "4", "NUM": "2264", "PRO": "S", "SEC": "8", "YEA": "1848", "CITY": "NURTINGEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4351	wieland-emil-1867-10-12	{"a2": "2265"}	{"lerrcp": "A2-2265"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emil", "family": "Wieland", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHW", "c3": null, "cy": "CH", "lg": 7.58333, "lat": 47.55, "name": "BASEL", "geoid": 0}, "notime": null, "date-ut": "1867-10-12 19:30:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emil", "family": "Wieland"}, "birth": {"place": {"c2": "SCHW", "cy": "CH", "lg": 7.58333, "lat": 47.55, "name": "BASEL", "geoid": 0}, "date-ut": "1867-10-12 19:30:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2265"}, "ids-in-sources": {"a2": "2265"}}, "raw": {"H": "20", "MN": "30", "TZ": "-1", "COD": "SCHW", "COU": "S", "DAY": "12", "LAT": "47N33", "LON": "7E35", "MON": "10", "NUM": "2265", "PRO": "S", "SEC": "8", "YEA": "1867", "CITY": "BASEL"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4352	wieland-hermann-1885-02-26	{"a2": "2266"}	{"lerrcp": "A2-2266"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Wieland", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADEN", "c3": null, "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "PFORZHEIM", "geoid": 0}, "notime": null, "date-ut": "1885-02-26 13:27:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Wieland"}, "birth": {"place": {"c2": "BADEN", "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "PFORZHEIM", "geoid": 0}, "date-ut": "1885-02-26 13:27:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2266"}, "ids-in-sources": {"a2": "2266"}}, "raw": {"H": "14", "MN": "27", "TZ": "-1", "COD": "BADEN", "COU": "G", "DAY": "26", "LAT": "48N46", "LON": "8E14", "MON": "2", "NUM": "2266", "PRO": "S", "SEC": "4", "YEA": "1885", "CITY": "PFORZHEIM"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4353	wieting-julius-1868-01-13	{"a2": "2267"}	{"lerrcp": "A2-2267"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julius", "family": "Wieting", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "GEESTEMUNDE HAN", "geoid": 0}, "notime": null, "date-ut": "1868-01-13 06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Julius", "family": "Wieting"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "GEESTEMUNDE HAN", "geoid": 0}, "date-ut": "1868-01-13 06:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2267"}, "ids-in-sources": {"a2": "2267"}}, "raw": {"H": "7", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "13", "LAT": "52N 0", "LON": "10E 0", "MON": "1", "NUM": "2267", "PRO": "S", "SEC": "0", "YEA": "1868", "CITY": "GEESTEMUNDE HAN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4355	wintz-hermann-1887-08-12	{"a2": "2269"}	{"lerrcp": "A2-2269"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Wintz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PFALZ", "c3": null, "cy": "DE", "lg": 8, "lat": 49.33333, "name": "SPEYER", "geoid": 0}, "notime": null, "date-ut": "1887-08-12 18:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Wintz"}, "birth": {"place": {"c2": "PFALZ", "cy": "DE", "lg": 8, "lat": 49.33333, "name": "SPEYER", "geoid": 0}, "date-ut": "1887-08-12 18:58"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2269"}, "ids-in-sources": {"a2": "2269"}}, "raw": {"H": "19", "MN": "58", "TZ": "-1", "COD": "PFALZ", "COU": "G", "DAY": "12", "LAT": "49N20", "LON": "8E 0", "MON": "8", "NUM": "2269", "PRO": "S", "SEC": "0", "YEA": "1887", "CITY": "SPEYER"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4356	wirth-wilhelm-1876-07-26	{"a2": "2270"}	{"lerrcp": "A2-2270"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Wirth", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "WUNSIEDEL", "geoid": 0}, "notime": null, "date-ut": "1876-07-26 03:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Wirth"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "WUNSIEDEL", "geoid": 0}, "date-ut": "1876-07-26 03:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2270"}, "ids-in-sources": {"a2": "2270"}}, "raw": {"H": "4", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "26", "LAT": "49N 0", "LON": "11E30", "MON": "7", "NUM": "2270", "PRO": "S", "SEC": "0", "YEA": "1876", "CITY": "WUNSIEDEL"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4357	wirz-franz-1889-04-10	{"a2": "2271"}	{"lerrcp": "A2-2271"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Wirz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "notime": null, "date-ut": "1889-04-10 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Franz", "family": "Wirz"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "date-ut": "1889-04-10 03:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2271"}, "ids-in-sources": {"a2": "2271"}}, "raw": {"H": "4", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "10", "LAT": "51N30", "LON": "7E30", "MON": "4", "NUM": "2271", "PRO": "S", "SEC": "0", "YEA": "1889", "CITY": "DUSSELDORF"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4358	witebsky-ernst-1901-09-03	{"a2": "2272"}	{"lerrcp": "A2-2272"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Witebsky", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1901-09-03 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Witebsky"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1901-09-03 20:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2272"}, "ids-in-sources": {"a2": "2272"}}, "raw": {"H": "21", "MN": "0", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "3", "LAT": "50N30", "LON": "9E15", "MON": "9", "NUM": "2272", "PRO": "S", "SEC": "0", "YEA": "1901", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4359	wolf-friedrich-1888-12-23	{"a2": "2273"}	{"lerrcp": "A2-2273"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Wolf", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "NEUWIED BZ KOBL", "geoid": 0}, "notime": null, "date-ut": "1888-12-23 02:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Wolf"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "NEUWIED BZ KOBL", "geoid": 0}, "date-ut": "1888-12-23 02:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2273"}, "ids-in-sources": {"a2": "2273"}}, "raw": {"H": "3", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "23", "LAT": "50N 0", "LON": "7E 0", "MON": "12", "NUM": "2273", "PRO": "S", "SEC": "0", "YEA": "1888", "CITY": "NEUWIED BZ KOBL"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4360	wolffberg-siegfried-1853-06-10	{"a2": "2274"}	{"lerrcp": "A2-2274"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Siegfried", "family": "Wolffberg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "notime": null, "date-ut": "1853-06-10 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Siegfried", "family": "Wolffberg"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "date-ut": "1853-06-10 15:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2274"}, "ids-in-sources": {"a2": "2274"}}, "raw": {"H": "16", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "10", "LAT": "51N30", "LON": "7E30", "MON": "6", "NUM": "2274", "PRO": "S", "SEC": "0", "YEA": "1853", "CITY": "BONN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4361	wolffhugel-gustav-1845-08-27	{"a2": "2275"}	{"lerrcp": "A2-2275"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustav", "family": "Wolffhügel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "LANDAU", "geoid": 0}, "notime": null, "date-ut": "1845-08-27 21:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gustav", "family": "Wolffhügel"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "LANDAU", "geoid": 0}, "date-ut": "1845-08-27 21:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2275"}, "ids-in-sources": {"a2": "2275"}}, "raw": {"H": "22", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "27", "LAT": "50N 0", "LON": "7E 0", "MON": "8", "NUM": "2275", "PRO": "S", "SEC": "0", "YEA": "1845", "CITY": "LANDAU"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4362	gauquelin-a2-2276-1861-09-05	{"a2": "2276"}	{"lerrcp": "A2-2276"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A2-2276", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "notime": null, "date-ut": "1861-09-05 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A2-2276"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "date-ut": "1861-09-05 23:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2276"}, "ids-in-sources": {"a2": "2276"}}, "raw": {"H": "0", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "6", "LAT": "51N30", "LON": "7E30", "MON": "9", "NUM": "2276", "PRO": "S", "SEC": "0", "YEA": "1861", "CITY": "BONN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4363	wormser-edmund-1873-09-26	{"a2": "2277"}	{"lerrcp": "A2-2277"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmund", "family": "Wormser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHW", "c3": null, "cy": "CH", "lg": 7.58333, "lat": 47.55, "name": "BASEL", "geoid": 0}, "notime": null, "date-ut": "1873-09-26 20:15:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edmund", "family": "Wormser"}, "birth": {"place": {"c2": "SCHW", "cy": "CH", "lg": 7.58333, "lat": 47.55, "name": "BASEL", "geoid": 0}, "date-ut": "1873-09-26 20:15:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2277"}, "ids-in-sources": {"a2": "2277"}}, "raw": {"H": "21", "MN": "15", "TZ": "-1", "COD": "SCHW", "COU": "S", "DAY": "26", "LAT": "47N33", "LON": "7E35", "MON": "9", "NUM": "2277", "PRO": "S", "SEC": "8", "YEA": "1873", "CITY": "BASEL"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4364	zahn-friedrich-1845-02-13	{"a2": "2278"}	{"lerrcp": "A2-2278"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Zahn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "GERMERSHEIM A R", "geoid": 0}, "notime": null, "date-ut": "1845-02-13 23:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Zahn"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "GERMERSHEIM A R", "geoid": 0}, "date-ut": "1845-02-13 23:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2278"}, "ids-in-sources": {"a2": "2278"}}, "raw": {"H": "0", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "14", "LAT": "50N 0", "LON": "7E 0", "MON": "2", "NUM": "2278", "PRO": "S", "SEC": "0", "YEA": "1845", "CITY": "GERMERSHEIM A R"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4365	zange-johannes-1880-12-12	{"a2": "2279"}	{"lerrcp": "A2-2279"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Zange", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL ELBER", "geoid": 0}, "notime": null, "date-ut": "1880-12-12 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Zange"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL ELBER", "geoid": 0}, "date-ut": "1880-12-12 16:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2279"}, "ids-in-sources": {"a2": "2279"}}, "raw": {"H": "17", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "12", "LAT": "51N30", "LON": "7E30", "MON": "12", "NUM": "2279", "PRO": "S", "SEC": "0", "YEA": "1880", "CITY": "WUPPERTAL ELBER"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4366	zeiss-heinrich-1888-07-12	{"a2": "2280"}	{"lerrcp": "A2-2280"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Zeiss", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1888-07-12 16:38"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Zeiss"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1888-07-12 16:38"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2280"}, "ids-in-sources": {"a2": "2280"}}, "raw": {"H": "17", "MN": "38", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "12", "LAT": "50N30", "LON": "9E15", "MON": "7", "NUM": "2280", "PRO": "S", "SEC": "0", "YEA": "1888", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4367	ziehen-theodor-1862-11-12	{"a2": "2281"}	{"lerrcp": "A2-2281"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodor", "family": "Ziehen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1862-11-12 05:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Theodor", "family": "Ziehen"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1862-11-12 05:53"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2281"}, "ids-in-sources": {"a2": "2281"}}, "raw": {"H": "6", "MN": "53", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "12", "LAT": "50N30", "LON": "9E15", "MON": "11", "NUM": "2281", "PRO": "S", "SEC": "0", "YEA": "1862", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4368	zimmermann-karl-1861-04-10	{"a2": "2282"}	{"lerrcp": "A2-2282"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Zimmermann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SAARL", "c3": null, "cy": "DE", "lg": 7, "lat": 49.33333, "name": "NEUNKIRCHEN", "geoid": 0}, "notime": null, "date-ut": "1861-04-10 05:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Zimmermann"}, "birth": {"place": {"c2": "SAARL", "cy": "DE", "lg": 7, "lat": 49.33333, "name": "NEUNKIRCHEN", "geoid": 0}, "date-ut": "1861-04-10 05:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2282"}, "ids-in-sources": {"a2": "2282"}}, "raw": {"H": "6", "MN": "32", "TZ": "-1", "COD": "SAARL", "COU": "G", "DAY": "10", "LAT": "49N20", "LON": "7E 0", "MON": "4", "NUM": "2282", "PRO": "S", "SEC": "0", "YEA": "1861", "CITY": "NEUNKIRCHEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4369	zuntz-nathan-1847-10-07	{"a2": "2283"}	{"lerrcp": "A2-2283"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nathan", "family": "Zuntz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "notime": null, "date-ut": "1847-10-07 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Nathan", "family": "Zuntz"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "date-ut": "1847-10-07 13:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2283"}, "ids-in-sources": {"a2": "2283"}}, "raw": {"H": "14", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "7", "LAT": "51N30", "LON": "7E30", "MON": "10", "NUM": "2283", "PRO": "S", "SEC": "0", "YEA": "1847", "CITY": "BONN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4370	zurhelle-emil-1889-07-05	{"a2": "2284"}	{"lerrcp": "A2-2284"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emil", "family": "Zurhelle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "AACHEN", "geoid": 0}, "notime": null, "date-ut": "1889-07-05 16:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emil", "family": "Zurhelle"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "AACHEN", "geoid": 0}, "date-ut": "1889-07-05 16:15"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2284"}, "ids-in-sources": {"a2": "2284"}}, "raw": {"H": "17", "MN": "15", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "5", "LAT": "51N30", "LON": "7E30", "MON": "7", "NUM": "2284", "PRO": "S", "SEC": "0", "YEA": "1889", "CITY": "AACHEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4371	zweifel-erwin-1885-11-29	{"a2": "2285"}	{"lerrcp": "A2-2285"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erwin", "family": "Zweifel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ERLANGEN", "geoid": 0}, "notime": null, "date-ut": "1885-11-29 21:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Erwin", "family": "Zweifel"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ERLANGEN", "geoid": 0}, "date-ut": "1885-11-29 21:59"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2285"}, "ids-in-sources": {"a2": "2285"}}, "raw": {"H": "22", "MN": "59", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "29", "LAT": "49N 0", "LON": "11E30", "MON": "11", "NUM": "2285", "PRO": "S", "SEC": "0", "YEA": "1885", "CITY": "ERLANGEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4372	ansiaux-nicolas-1802-03-10	{"a2": "2286"}	{"lerrcp": "A2-2286"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicolas", "family": "Ansiaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1802-03-10 23:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Nicolas", "family": "Ansiaux"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1802-03-10 23:38:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2286"}, "ids-in-sources": {"a2": "2286"}}, "raw": {"H": "23", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "10", "LAT": "50N39", "LON": "5E30", "MON": "3", "NUM": "2286", "PRO": "S", "SEC": "0", "YEA": "1802", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4373	bambeke-charles-1829-02-06	{"a2": "2287"}	{"lerrcp": "A2-2287"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Bambeke", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1829-02-06 23:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Bambeke"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1829-02-06 23:30:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2287"}, "ids-in-sources": {"a2": "2287"}}, "raw": {"H": "23", "MN": "30", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "6", "LAT": "51N 5", "LON": "3E45", "MON": "2", "NUM": "2287", "PRO": "S", "SEC": "0", "YEA": "1829", "CITY": "GAND"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4374	barella-hippolyte-1832-08-27	{"a2": "2288"}	{"lerrcp": "A2-2288"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hippolyte", "family": "Barella", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "notime": null, "date-ut": "1832-08-27 05:13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hippolyte", "family": "Barella"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "date-ut": "1832-08-27 05:13:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2288"}, "ids-in-sources": {"a2": "2288"}}, "raw": {"H": "5", "MN": "13", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "27", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "2288", "PRO": "S", "SEC": "0", "YEA": "1832", "CITY": "LOUVAIN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4375	belval-theodore-1832-07-18	{"a2": "2289"}	{"lerrcp": "A2-2289"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodore", "family": "Belval", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "notime": null, "date-ut": "1832-07-18 10:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Theodore", "family": "Belval"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "date-ut": "1832-07-18 10:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2289"}, "ids-in-sources": {"a2": "2289"}}, "raw": {"H": "10", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "18", "LAT": "50N23", "LON": "4E30", "MON": "7", "NUM": "2289", "PRO": "S", "SEC": "0", "YEA": "1832", "CITY": "TOURNAI"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4376	berchem-henri-1801-05-05	{"a2": "2290"}	{"lerrcp": "A2-2290"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Berchem", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1801-05-05 15:13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Berchem"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1801-05-05 15:13:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2290"}, "ids-in-sources": {"a2": "2290"}}, "raw": {"H": "15", "MN": "13", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "5", "LAT": "50N51", "LON": "4E15", "MON": "5", "NUM": "2290", "PRO": "S", "SEC": "0", "YEA": "1801", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4377	bessemans-albert-1888-02-16	{"a2": "2291"}	{"lerrcp": "A2-2291"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Bessemans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "ST TROND", "geoid": 0}, "notime": null, "date-ut": "1888-02-16 04:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Bessemans"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "ST TROND", "geoid": 0}, "date-ut": "1888-02-16 04:38:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2291"}, "ids-in-sources": {"a2": "2291"}}, "raw": {"H": "4", "MN": "38", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "16", "LAT": "50N47", "LON": "5E30", "MON": "2", "NUM": "2291", "PRO": "S", "SEC": "0", "YEA": "1888", "CITY": "ST TROND"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4378	biervliet-antoine-1802-08-29	{"a2": "2292"}	{"lerrcp": "A2-2292"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Biervliet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "ISEGHEM", "geoid": 0}, "notime": null, "date-ut": "1802-08-29 03:17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Biervliet"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "ISEGHEM", "geoid": 0}, "date-ut": "1802-08-29 03:17:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2292"}, "ids-in-sources": {"a2": "2292"}}, "raw": {"H": "3", "MN": "17", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "29", "LAT": "51N13", "LON": "3E15", "MON": "8", "NUM": "2292", "PRO": "S", "SEC": "0", "YEA": "1802", "CITY": "ISEGHEM"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4379	biervliet-jules-1859-12-02	{"a2": "2293"}	{"lerrcp": "A2-2293"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Biervliet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "notime": null, "date-ut": "1859-12-02 19:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Biervliet"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "date-ut": "1859-12-02 19:47:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2293"}, "ids-in-sources": {"a2": "2293"}}, "raw": {"H": "19", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "2", "LAT": "51N13", "LON": "3E15", "MON": "12", "NUM": "2293", "PRO": "S", "SEC": "0", "YEA": "1859", "CITY": "BRUGES"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4380	bigwood-ed-1891-09-10	{"a2": "2294"}	{"lerrcp": "A2-2294"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ed", "family": "Bigwood", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1891-09-10 20:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ed", "family": "Bigwood"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1891-09-10 20:43:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2294"}, "ids-in-sources": {"a2": "2294"}}, "raw": {"H": "20", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "10", "LAT": "50N51", "LON": "4E15", "MON": "9", "NUM": "2294", "PRO": "S", "SEC": "0", "YEA": "1891", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4381	block-guill-1806-03-06	{"a2": "2295"}	{"lerrcp": "A2-2295"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guill", "family": "Block", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "HALLE", "geoid": 0}, "notime": null, "date-ut": "1806-03-06 04:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Guill", "family": "Block"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "HALLE", "geoid": 0}, "date-ut": "1806-03-06 04:43:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2295"}, "ids-in-sources": {"a2": "2295"}}, "raw": {"H": "4", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "6", "LAT": "50N51", "LON": "4E15", "MON": "3", "NUM": "2295", "PRO": "S", "SEC": "0", "YEA": "1806", "CITY": "HALLE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4382	boddaert-richard-1834-10-07	{"a2": "2296"}	{"lerrcp": "A2-2296"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Boddaert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1834-10-07 19:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Boddaert"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1834-10-07 19:45:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2296"}, "ids-in-sources": {"a2": "2296"}}, "raw": {"H": "19", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "7", "LAT": "51N 5", "LON": "3E45", "MON": "10", "NUM": "2296", "PRO": "S", "SEC": "0", "YEA": "1834", "CITY": "GAND"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4383	boeck-jean-1863-05-15	{"a2": "2297"}	{"lerrcp": "A2-2297"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Boeck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1863-05-15 13:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Boeck"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1863-05-15 13:43:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2297"}, "ids-in-sources": {"a2": "2297"}}, "raw": {"H": "13", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "15", "LAT": "50N51", "LON": "4E15", "MON": "5", "NUM": "2297", "PRO": "S", "SEC": "0", "YEA": "1863", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4384	bordet-jules-1870-06-13	{"a2": "2298"}	{"lerrcp": "A2-2298"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Bordet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "SOIGNIES", "geoid": 0}, "notime": null, "date-ut": "1870-06-13 18:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Bordet"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "SOIGNIES", "geoid": 0}, "date-ut": "1870-06-13 18:12:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2298"}, "ids-in-sources": {"a2": "2298"}}, "raw": {"H": "18", "MN": "12", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "13", "LAT": "50N23", "LON": "4E30", "MON": "6", "NUM": "2298", "PRO": "S", "SEC": "0", "YEA": "1870", "CITY": "SOIGNIES"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4385	borlee-josef-1817-01-04	{"a2": "2299"}	{"lerrcp": "A2-2299"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Josef", "family": "Borlee", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "HUY", "geoid": 0}, "notime": null, "date-ut": "1817-01-04 20:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Josef", "family": "Borlee"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "HUY", "geoid": 0}, "date-ut": "1817-01-04 20:38:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2299"}, "ids-in-sources": {"a2": "2299"}}, "raw": {"H": "20", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "4", "LAT": "50N39", "LON": "5E30", "MON": "1", "NUM": "2299", "PRO": "S", "SEC": "0", "YEA": "1817", "CITY": "HUY"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4386	bouckaert-jean-1901-10-16	{"a2": "2300"}	{"lerrcp": "A2-2300"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bouckaert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OSTENDE", "geoid": 0}, "notime": null, "date-ut": "1901-10-16 13:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bouckaert"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OSTENDE", "geoid": 0}, "date-ut": "1901-10-16 13:00:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2300"}, "ids-in-sources": {"a2": "2300"}}, "raw": {"H": "13", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "16", "LAT": "51N13", "LON": "3E15", "MON": "10", "NUM": "2300", "PRO": "S", "SEC": "0", "YEA": "1901", "CITY": "OSTENDE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4387	bougard-j-1815-11-12	{"a2": "2301"}	{"lerrcp": "A2-2301"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "J", "family": "Bougard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ANDERLUES", "geoid": 0}, "notime": null, "date-ut": "1815-11-12 21:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "J", "family": "Bougard"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ANDERLUES", "geoid": 0}, "date-ut": "1815-11-12 21:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2301"}, "ids-in-sources": {"a2": "2301"}}, "raw": {"H": "21", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "12", "LAT": "50N23", "LON": "4E30", "MON": "11", "NUM": "2301", "PRO": "S", "SEC": "0", "YEA": "1815", "CITY": "ANDERLUES"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4388	brachet-albert-1869-01-01	{"a2": "2302"}	{"lerrcp": "A2-2302"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Brachet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1869-01-01 18:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Brachet"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1869-01-01 18:38:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2302"}, "ids-in-sources": {"a2": "2302"}}, "raw": {"H": "18", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "1", "LAT": "50N39", "LON": "5E30", "MON": "1", "NUM": "2302", "PRO": "S", "SEC": "0", "YEA": "1869", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4389	bribosia-francois-1825-01-07	{"a2": "2303"}	{"lerrcp": "A2-2303"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Bribosia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "notime": null, "date-ut": "1825-01-07 04:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "François", "family": "Bribosia"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "date-ut": "1825-01-07 04:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2303"}, "ids-in-sources": {"a2": "2303"}}, "raw": {"H": "4", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "7", "LAT": "50N20", "LON": "4E30", "MON": "1", "NUM": "2303", "PRO": "S", "SEC": "0", "YEA": "1825", "CITY": "NAMUR"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4390	broeckaert-jules-1867-04-07	{"a2": "2304"}	{"lerrcp": "A2-2304"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Broeckaert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "WETTEREN", "geoid": 0}, "notime": null, "date-ut": "1867-04-07 02:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Broeckaert"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "WETTEREN", "geoid": 0}, "date-ut": "1867-04-07 02:45:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2304"}, "ids-in-sources": {"a2": "2304"}}, "raw": {"H": "2", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "7", "LAT": "51N 5", "LON": "3E45", "MON": "4", "NUM": "2304", "PRO": "S", "SEC": "0", "YEA": "1867", "CITY": "WETTEREN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4391	broeckx-corneille-1807-06-01	{"a2": "2305"}	{"lerrcp": "A2-2305"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Corneille", "family": "Broeckx", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1807-06-01 01:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Corneille", "family": "Broeckx"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1807-06-01 01:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2305"}, "ids-in-sources": {"a2": "2305"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "1", "LAT": "51N14", "LON": "4E30", "MON": "6", "NUM": "2305", "PRO": "S", "SEC": "0", "YEA": "1807", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4392	brunin-auguste-1870-02-17	{"a2": "2306"}	{"lerrcp": "A2-2306"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Brunin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1870-02-17 12:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Brunin"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1870-02-17 12:43:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2306"}, "ids-in-sources": {"a2": "2306"}}, "raw": {"H": "12", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "17", "LAT": "50N51", "LON": "4E15", "MON": "2", "NUM": "2306", "PRO": "S", "SEC": "0", "YEA": "1870", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4393	bruynoghe-richard-1881-11-04	{"a2": "2307"}	{"lerrcp": "A2-2307"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Bruynoghe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "ALVERINGHEM", "geoid": 0}, "notime": null, "date-ut": "1881-11-04 05:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Bruynoghe"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "ALVERINGHEM", "geoid": 0}, "date-ut": "1881-11-04 05:47:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2307"}, "ids-in-sources": {"a2": "2307"}}, "raw": {"H": "5", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "4", "LAT": "51N13", "LON": "3E15", "MON": "11", "NUM": "2307", "PRO": "S", "SEC": "0", "YEA": "1881", "CITY": "ALVERINGHEM"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4394	brylants-gustave-1850-01-10	{"a2": "2308"}	{"lerrcp": "A2-2308"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Brylants", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "notime": null, "date-ut": "1850-01-10 05:13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Brylants"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "date-ut": "1850-01-10 05:13:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2308"}, "ids-in-sources": {"a2": "2308"}}, "raw": {"H": "5", "MN": "13", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "10", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "2308", "PRO": "S", "SEC": "0", "YEA": "1850", "CITY": "LOUVAIN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4395	burggraeve-adolphe-1806-10-08	{"a2": "2309"}	{"lerrcp": "A2-2309"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Burggraeve", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1806-10-08 20:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Burggraeve"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1806-10-08 20:45:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2309"}, "ids-in-sources": {"a2": "2309"}}, "raw": {"H": "20", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "8", "LAT": "51N 5", "LON": "3E45", "MON": "10", "NUM": "2309", "PRO": "S", "SEC": "0", "YEA": "1806", "CITY": "GAND"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
17876	bouvier-joseph-1883-05-02	{"e1": "244"}	{"lerrcp": "E1-244"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Bouvier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16", "date": "1883-05-02 17:00", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "notime": null, "date-ut": "1883-05-02 16:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Bouvier"}, "birth": {"tzo": "+00:16", "date": "1883-05-02 17:00", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "date-ut": "1883-05-02 16:44"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "244"}}, "raw": {"H": "17:00", "COD": "51", "DAY": "02", "MON": "05", "NUM": "0244", "PRO": "PH", "YEA": "1883", "CITY": "Reims", "NAME": "BOUVIER Joseph", "NOTE": "-"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
4397	carnoy-jean-1836-01-22	{"a2": "2311"}	{"lerrcp": "A2-2311"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Carnoy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "RUMILLIES", "geoid": 0}, "notime": null, "date-ut": "1836-01-22 15:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Carnoy"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "RUMILLIES", "geoid": 0}, "date-ut": "1836-01-22 15:12:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2311"}, "ids-in-sources": {"a2": "2311"}}, "raw": {"H": "15", "MN": "12", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "22", "LAT": "50N23", "LON": "4E30", "MON": "1", "NUM": "2311", "PRO": "S", "SEC": "0", "YEA": "1836", "CITY": "RUMILLIES"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4398	carolus-jean-1808-12-11	{"a2": "2312"}	{"lerrcp": "A2-2312"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Carolus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1808-12-11 15:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Carolus"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1808-12-11 15:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2312"}, "ids-in-sources": {"a2": "2312"}}, "raw": {"H": "15", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "11", "LAT": "51N14", "LON": "4E30", "MON": "12", "NUM": "2312", "PRO": "S", "SEC": "0", "YEA": "1808", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4399	chapuis-felicien-1824-04-21	{"a2": "2313"}	{"lerrcp": "A2-2313"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Felicien", "family": "Chapuis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "VERVIERS", "geoid": 0}, "notime": null, "date-ut": "1824-04-21 00:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Felicien", "family": "Chapuis"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "VERVIERS", "geoid": 0}, "date-ut": "1824-04-21 00:38:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2313"}, "ids-in-sources": {"a2": "2313"}}, "raw": {"H": "0", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "21", "LAT": "50N39", "LON": "5E30", "MON": "4", "NUM": "2313", "PRO": "S", "SEC": "0", "YEA": "1824", "CITY": "VERVIERS"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4400	contamine-jules-1826-03-02	{"a2": "2314"}	{"lerrcp": "A2-2314"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Contamine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "notime": null, "date-ut": "1826-03-02 09:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Contamine"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "date-ut": "1826-03-02 09:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2314"}, "ids-in-sources": {"a2": "2314"}}, "raw": {"H": "9", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "2", "LAT": "50N23", "LON": "4E30", "MON": "3", "NUM": "2314", "PRO": "S", "SEC": "0", "YEA": "1826", "CITY": "TOURNAI"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4401	coppez-j-1840-02-21	{"a2": "2315"}	{"lerrcp": "A2-2315"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "J", "family": "Coppez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "RONGY", "geoid": 0}, "notime": null, "date-ut": "1840-02-21 03:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "J", "family": "Coppez"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "RONGY", "geoid": 0}, "date-ut": "1840-02-21 03:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2315"}, "ids-in-sources": {"a2": "2315"}}, "raw": {"H": "3", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "21", "LAT": "50N23", "LON": "4E30", "MON": "2", "NUM": "2315", "PRO": "S", "SEC": "0", "YEA": "1840", "CITY": "RONGY"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4402	corin-gabriel-1864-01-26	{"a2": "2316"}	{"lerrcp": "A2-2316"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Corin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "IVOZ RAMET", "geoid": 0}, "notime": null, "date-ut": "1864-01-26 05:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Corin"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "IVOZ RAMET", "geoid": 0}, "date-ut": "1864-01-26 05:38:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2316"}, "ids-in-sources": {"a2": "2316"}}, "raw": {"H": "5", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "26", "LAT": "50N39", "LON": "5E30", "MON": "1", "NUM": "2316", "PRO": "S", "SEC": "0", "YEA": "1864", "CITY": "IVOZ RAMET"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4403	corput-bernard-1821-04-20	{"a2": "2317"}	{"lerrcp": "A2-2317"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Corput", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1821-04-20 04:13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Corput"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1821-04-20 04:13:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2317"}, "ids-in-sources": {"a2": "2317"}}, "raw": {"H": "4", "MN": "13", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "20", "LAT": "50N51", "LON": "4E15", "MON": "4", "NUM": "2317", "PRO": "S", "SEC": "0", "YEA": "1821", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4404	courtois-richard-1806-01-18	{"a2": "2318"}	{"lerrcp": "A2-2318"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Courtois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "VERVIERS", "geoid": 0}, "notime": null, "date-ut": "1806-01-18 17:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Courtois"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "VERVIERS", "geoid": 0}, "date-ut": "1806-01-18 17:38:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2318"}, "ids-in-sources": {"a2": "2318"}}, "raw": {"H": "17", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "18", "LAT": "50N39", "LON": "5E30", "MON": "1", "NUM": "2318", "PRO": "S", "SEC": "0", "YEA": "1806", "CITY": "VERVIERS"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4405	cousot-theodule-1822-05-03	{"a2": "2319"}	{"lerrcp": "A2-2319"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodule", "family": "Cousot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "notime": null, "date-ut": "1822-05-03 20:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Theodule", "family": "Cousot"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "date-ut": "1822-05-03 20:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2319"}, "ids-in-sources": {"a2": "2319"}}, "raw": {"H": "20", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "3", "LAT": "50N20", "LON": "4E30", "MON": "5", "NUM": "2319", "PRO": "S", "SEC": "0", "YEA": "1822", "CITY": "NAMUR"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4406	craninx-pierre-1805-11-17	{"a2": "2320"}	{"lerrcp": "A2-2320"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Craninx", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "notime": null, "date-ut": "1805-11-17 03:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Craninx"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "date-ut": "1805-11-17 03:43:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2320"}, "ids-in-sources": {"a2": "2320"}}, "raw": {"H": "3", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "17", "LAT": "50N51", "LON": "4E15", "MON": "11", "NUM": "2320", "PRO": "S", "SEC": "0", "YEA": "1805", "CITY": "LOUVAIN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4407	croco-jean-1824-01-23	{"a2": "2321"}	{"lerrcp": "A2-2321"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Croco", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1824-01-23 04:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Croco"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1824-01-23 04:43:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2321"}, "ids-in-sources": {"a2": "2321"}}, "raw": {"H": "4", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "23", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "2321", "PRO": "S", "SEC": "0", "YEA": "1824", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4408	cunier-florent-1812-07-24	{"a2": "2322"}	{"lerrcp": "A2-2322"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Florent", "family": "Cunier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "BELOEIL", "geoid": 0}, "notime": null, "date-ut": "1812-07-24 01:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Florent", "family": "Cunier"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "BELOEIL", "geoid": 0}, "date-ut": "1812-07-24 01:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2322"}, "ids-in-sources": {"a2": "2322"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "24", "LAT": "50N23", "LON": "4E30", "MON": "7", "NUM": "2322", "PRO": "S", "SEC": "0", "YEA": "1812", "CITY": "BELOEIL"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4409	daels-franz-1882-01-07	{"a2": "2323"}	{"lerrcp": "A2-2323"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Daels", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1882-01-07 17:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Franz", "family": "Daels"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1882-01-07 17:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2323"}, "ids-in-sources": {"a2": "2323"}}, "raw": {"H": "17", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "7", "LAT": "51N14", "LON": "4E30", "MON": "1", "NUM": "2323", "PRO": "S", "SEC": "0", "YEA": "1882", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4410	dalco-albert-1893-07-07	{"a2": "2324"}	{"lerrcp": "A2-2324"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Dalco", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "DAMPREMY", "geoid": 0}, "notime": null, "date-ut": "1893-07-07 22:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Dalco"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "DAMPREMY", "geoid": 0}, "date-ut": "1893-07-07 22:00:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2324"}, "ids-in-sources": {"a2": "2324"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "7", "LAT": "50N23", "LON": "4E30", "MON": "7", "NUM": "2324", "PRO": "S", "SEC": "0", "YEA": "1893", "CITY": "DAMPREMY"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4411	dallemagne-jules-1858-04-21	{"a2": "2325"}	{"lerrcp": "A2-2325"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Dallemagne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "HUY", "geoid": 0}, "notime": null, "date-ut": "1858-04-21 09:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Dallemagne"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "HUY", "geoid": 0}, "date-ut": "1858-04-21 09:38:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2325"}, "ids-in-sources": {"a2": "2325"}}, "raw": {"H": "9", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "21", "LAT": "50N39", "LON": "5E30", "MON": "4", "NUM": "2325", "PRO": "S", "SEC": "0", "YEA": "1858", "CITY": "HUY"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4412	davreux-michel-1838-08-17	{"a2": "2326"}	{"lerrcp": "A2-2326"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Davreux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1838-08-17 06:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Davreux"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1838-08-17 06:38:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2326"}, "ids-in-sources": {"a2": "2326"}}, "raw": {"H": "6", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "17", "LAT": "50N39", "LON": "5E30", "MON": "8", "NUM": "2326", "PRO": "S", "SEC": "0", "YEA": "1838", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4413	debaisieux-theophile-1847-11-22	{"a2": "2327"}	{"lerrcp": "A2-2327"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theophile", "family": "Debaisieux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "notime": null, "date-ut": "1847-11-22 09:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Theophile", "family": "Debaisieux"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "date-ut": "1847-11-22 09:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2327"}, "ids-in-sources": {"a2": "2327"}}, "raw": {"H": "9", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "22", "LAT": "50N23", "LON": "4E30", "MON": "11", "NUM": "2327", "PRO": "S", "SEC": "0", "YEA": "1847", "CITY": "MONS"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4414	declairfayt-c-1883-08-07	{"a2": "2328"}	{"lerrcp": "A2-2328"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "C", "family": "Declairfayt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "TELLIN", "geoid": 0}, "notime": null, "date-ut": "1883-08-07 01:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "C", "family": "Declairfayt"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "TELLIN", "geoid": 0}, "date-ut": "1883-08-07 01:39:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2328"}, "ids-in-sources": {"a2": "2328"}}, "raw": {"H": "1", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "7", "LAT": "50N 2", "LON": "5E15", "MON": "8", "NUM": "2328", "PRO": "S", "SEC": "0", "YEA": "1883", "CITY": "TELLIN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4415	decroly-ovide-1871-07-23	{"a2": "2329"}	{"lerrcp": "A2-2329"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ovide", "family": "Decroly", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "RENAIX", "geoid": 0}, "notime": null, "date-ut": "1871-07-23 06:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ovide", "family": "Decroly"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "RENAIX", "geoid": 0}, "date-ut": "1871-07-23 06:45:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2329"}, "ids-in-sources": {"a2": "2329"}}, "raw": {"H": "6", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "23", "LAT": "51N 5", "LON": "3E45", "MON": "7", "NUM": "2329", "PRO": "S", "SEC": "0", "YEA": "1871", "CITY": "RENAIX"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4416	dele-edouard-1835-12-20	{"a2": "2330"}	{"lerrcp": "A2-2330"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Dele", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1835-12-20 18:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Dele"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1835-12-20 18:12:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2330"}, "ids-in-sources": {"a2": "2330"}}, "raw": {"H": "18", "MN": "12", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "20", "LAT": "51N14", "LON": "4E30", "MON": "12", "NUM": "2330", "PRO": "S", "SEC": "0", "YEA": "1835", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4417	delstanche-charles-1840-07-11	{"a2": "2331"}	{"lerrcp": "A2-2331"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Delstanche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1840-07-11 02:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Delstanche"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1840-07-11 02:43:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2331"}, "ids-in-sources": {"a2": "2331"}}, "raw": {"H": "2", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "11", "LAT": "50N51", "LON": "4E15", "MON": "7", "NUM": "2331", "PRO": "S", "SEC": "0", "YEA": "1840", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4418	delwart-louis-1801-06-04	{"a2": "2332"}	{"lerrcp": "A2-2332"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Delwart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "REBECQ", "geoid": 0}, "notime": null, "date-ut": "1801-06-04 21:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Delwart"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "REBECQ", "geoid": 0}, "date-ut": "1801-06-04 21:43:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2332"}, "ids-in-sources": {"a2": "2332"}}, "raw": {"H": "21", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "4", "LAT": "50N51", "LON": "4E15", "MON": "6", "NUM": "2332", "PRO": "S", "SEC": "0", "YEA": "1801", "CITY": "REBECQ"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4419	demoor-jean-1867-04-25	{"a2": "2333"}	{"lerrcp": "A2-2333"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Demoor", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ETTERBEEK", "geoid": 0}, "notime": null, "date-ut": "1867-04-25 03:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Demoor"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ETTERBEEK", "geoid": 0}, "date-ut": "1867-04-25 03:43:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2333"}, "ids-in-sources": {"a2": "2333"}}, "raw": {"H": "3", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "25", "LAT": "50N51", "LON": "4E15", "MON": "4", "NUM": "2333", "PRO": "S", "SEC": "0", "YEA": "1867", "CITY": "ETTERBEEK"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4420	den-broeck-victor-1821-03-17	{"a2": "2334"}	{"lerrcp": "A2-2334"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Den Broeck Victor", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "notime": null, "date-ut": "1821-03-17 03:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "Den Broeck Victor"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "date-ut": "1821-03-17 03:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2334"}, "ids-in-sources": {"a2": "2334"}}, "raw": {"H": "3", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "17", "LAT": "50N23", "LON": "4E30", "MON": "3", "NUM": "2334", "PRO": "S", "SEC": "0", "YEA": "1821", "CITY": "TOURNAI"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4421	deneffe-victor-1835-06-23	{"a2": "2335"}	{"lerrcp": "A2-2335"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Deneffe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "notime": null, "date-ut": "1835-06-23 05:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Deneffe"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "date-ut": "1835-06-23 05:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2335"}, "ids-in-sources": {"a2": "2335"}}, "raw": {"H": "5", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "23", "LAT": "50N20", "LON": "4E30", "MON": "6", "NUM": "2335", "PRO": "S", "SEC": "0", "YEA": "1835", "CITY": "NAMUR"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4422	depage-antoine-1862-11-28	{"a2": "2336"}	{"lerrcp": "A2-2336"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Depage", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BOITSFORT", "geoid": 0}, "notime": null, "date-ut": "1862-11-28 15:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Depage"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BOITSFORT", "geoid": 0}, "date-ut": "1862-11-28 15:43:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2336"}, "ids-in-sources": {"a2": "2336"}}, "raw": {"H": "15", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "28", "LAT": "50N51", "LON": "4E15", "MON": "11", "NUM": "2336", "PRO": "S", "SEC": "0", "YEA": "1862", "CITY": "BOITSFORT"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4423	depaire-jean-1824-10-18	{"a2": "2337"}	{"lerrcp": "A2-2337"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Depaire", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "TONGRINNE", "geoid": 0}, "notime": null, "date-ut": "1824-10-18 10:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Depaire"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "TONGRINNE", "geoid": 0}, "date-ut": "1824-10-18 10:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2337"}, "ids-in-sources": {"a2": "2337"}}, "raw": {"H": "10", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "18", "LAT": "50N20", "LON": "4E30", "MON": "10", "NUM": "2337", "PRO": "S", "SEC": "0", "YEA": "1824", "CITY": "TONGRINNE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4424	derache-jean-1835-10-10	{"a2": "2338"}	{"lerrcp": "A2-2338"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Derache", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "notime": null, "date-ut": "1835-10-10 08:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Derache"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "date-ut": "1835-10-10 08:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2338"}, "ids-in-sources": {"a2": "2338"}}, "raw": {"H": "8", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "10", "LAT": "50N23", "LON": "4E30", "MON": "10", "NUM": "2338", "PRO": "S", "SEC": "0", "YEA": "1835", "CITY": "TOURNAI"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4425	desguin-leon-1853-09-07	{"a2": "2339"}	{"lerrcp": "A2-2339"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Desguin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "BEN AHIN", "geoid": 0}, "notime": null, "date-ut": "1853-09-07 04:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Desguin"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "BEN AHIN", "geoid": 0}, "date-ut": "1853-09-07 04:38:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2339"}, "ids-in-sources": {"a2": "2339"}}, "raw": {"H": "4", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "7", "LAT": "50N39", "LON": "5E30", "MON": "9", "NUM": "2339", "PRO": "S", "SEC": "0", "YEA": "1853", "CITY": "BEN AHIN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4426	desguin-victor-1838-01-30	{"a2": "2340"}	{"lerrcp": "A2-2340"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Desguin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "MARIEMBOURG", "geoid": 0}, "notime": null, "date-ut": "1838-01-30 17:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Desguin"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "MARIEMBOURG", "geoid": 0}, "date-ut": "1838-01-30 17:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2340"}, "ids-in-sources": {"a2": "2340"}}, "raw": {"H": "17", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "30", "LAT": "50N20", "LON": "4E30", "MON": "1", "NUM": "2340", "PRO": "S", "SEC": "0", "YEA": "1838", "CITY": "MARIEMBOURG"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4427	destree-edouard-1858-07-24	{"a2": "2341"}	{"lerrcp": "A2-2341"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Destree", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1858-07-24 17:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Destree"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1858-07-24 17:43:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2341"}, "ids-in-sources": {"a2": "2341"}}, "raw": {"H": "17", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "24", "LAT": "50N51", "LON": "4E15", "MON": "7", "NUM": "2341", "PRO": "S", "SEC": "0", "YEA": "1858", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4428	dubois-havenith-emile-1856-03-24	{"a2": "2342"}	{"lerrcp": "A2-2342"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Dubois-Havenith", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "RENAIX", "geoid": 0}, "notime": null, "date-ut": "1856-03-24 02:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Dubois-Havenith"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "RENAIX", "geoid": 0}, "date-ut": "1856-03-24 02:45:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2342"}, "ids-in-sources": {"a2": "2342"}}, "raw": {"H": "2", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "24", "LAT": "51N 5", "LON": "3E45", "MON": "3", "NUM": "2342", "PRO": "S", "SEC": "0", "YEA": "1856", "CITY": "RENAIX"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4429	duliere-walter-1862-03-12	{"a2": "2343"}	{"lerrcp": "A2-2343"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Duliere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "DAMPREMY", "geoid": 0}, "notime": null, "date-ut": "1862-03-12 19:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Duliere"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "DAMPREMY", "geoid": 0}, "date-ut": "1862-03-12 19:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2343"}, "ids-in-sources": {"a2": "2343"}}, "raw": {"H": "19", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "12", "LAT": "50N23", "LON": "4E30", "MON": "3", "NUM": "2343", "PRO": "S", "SEC": "0", "YEA": "1862", "CITY": "DAMPREMY"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4430	gauquelin-a2-2344-1848-07-18	{"a2": "2344"}	{"lerrcp": "A2-2344"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A2-2344", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "notime": null, "date-ut": "1848-07-18 23:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A2-2344"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "date-ut": "1848-07-18 23:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2344"}, "ids-in-sources": {"a2": "2344"}}, "raw": {"H": "23", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "18", "LAT": "50N23", "LON": "4E30", "MON": "7", "NUM": "2344", "PRO": "S", "SEC": "0", "YEA": "1848", "CITY": "TOURNAI"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4431	fays-francois-1819-03-11	{"a2": "2345"}	{"lerrcp": "A2-2345"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Fays", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "VERVIERS", "geoid": 0}, "notime": null, "date-ut": "1819-03-11 10:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "François", "family": "Fays"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "VERVIERS", "geoid": 0}, "date-ut": "1819-03-11 10:38:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2345"}, "ids-in-sources": {"a2": "2345"}}, "raw": {"H": "10", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "11", "LAT": "50N39", "LON": "5E30", "MON": "3", "NUM": "2345", "PRO": "S", "SEC": "0", "YEA": "1819", "CITY": "VERVIERS"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
17877	bouvier-roger-1924-01-27	{"e1": "245"}	{"lerrcp": "E1-245"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Bouvier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1924-01-27 05:30", "note": null, "place": {"c1": null, "c2": "02", "c3": "", "cy": "FR", "lg": 3.75476, "lat": 49.4919, "name": "Arrancy", "geoid": 3036787}, "notime": null, "date-ut": "1924-01-27 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Bouvier"}, "birth": {"tzo": "+00:00", "date": "1924-01-27 05:30", "place": {"c2": "02", "c3": "", "cy": "FR", "lg": 3.75476, "lat": 49.4919, "name": "Arrancy", "geoid": 3036787}, "date-ut": "1924-01-27 05:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "245"}}, "raw": {"H": "05:30", "COD": "02", "DAY": "27", "MON": "01", "NUM": "0245", "PRO": "PH", "YEA": "1924", "CITY": "Arrancy", "NAME": "BOUVIER Roger", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
4433	fossion-nicolas-1811-10-29	{"a2": "2347"}	{"lerrcp": "A2-2347"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicolas", "family": "Fossion", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "HANNUT", "geoid": 0}, "notime": null, "date-ut": "1811-10-29 03:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Nicolas", "family": "Fossion"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "HANNUT", "geoid": 0}, "date-ut": "1811-10-29 03:38:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2347"}, "ids-in-sources": {"a2": "2347"}}, "raw": {"H": "3", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "29", "LAT": "50N39", "LON": "5E30", "MON": "10", "NUM": "2347", "PRO": "S", "SEC": "0", "YEA": "1811", "CITY": "HANNUT"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4434	francotte-charles-1851-11-21	{"a2": "2348"}	{"lerrcp": "A2-2348"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Francotte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "WAVRE", "geoid": 0}, "notime": null, "date-ut": "1851-11-21 19:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Francotte"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "WAVRE", "geoid": 0}, "date-ut": "1851-11-21 19:43:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2348"}, "ids-in-sources": {"a2": "2348"}}, "raw": {"H": "19", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "21", "LAT": "50N51", "LON": "4E15", "MON": "11", "NUM": "2348", "PRO": "S", "SEC": "0", "YEA": "1851", "CITY": "WAVRE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4435	fredericq-henri-1887-06-11	{"a2": "2349"}	{"lerrcp": "A2-2349"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Fredericq", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1887-06-11 08:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Fredericq"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1887-06-11 08:38:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2349"}, "ids-in-sources": {"a2": "2349"}}, "raw": {"H": "8", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "11", "LAT": "50N39", "LON": "5E30", "MON": "6", "NUM": "2349", "PRO": "S", "SEC": "0", "YEA": "1887", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4436	fredericq-leon-1851-08-24	{"a2": "2350"}	{"lerrcp": "A2-2350"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Fredericq", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1851-08-24 04:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Fredericq"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1851-08-24 04:45:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2350"}, "ids-in-sources": {"a2": "2350"}}, "raw": {"H": "4", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "24", "LAT": "51N 5", "LON": "3E45", "MON": "8", "NUM": "2350", "PRO": "S", "SEC": "0", "YEA": "1851", "CITY": "GAND"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4437	fredericq-louis-1815-10-03	{"a2": "2351"}	{"lerrcp": "A2-2351"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Fredericq", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "NEVELE", "geoid": 0}, "notime": null, "date-ut": "1815-10-03 18:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Fredericq"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "NEVELE", "geoid": 0}, "date-ut": "1815-10-03 18:45:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2351"}, "ids-in-sources": {"a2": "2351"}}, "raw": {"H": "18", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "3", "LAT": "51N 5", "LON": "3E45", "MON": "10", "NUM": "2351", "PRO": "S", "SEC": "0", "YEA": "1815", "CITY": "NEVELE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4438	funck-maurice-1870-06-12	{"a2": "2352"}	{"lerrcp": "A2-2352"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Funck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1870-06-12 21:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Funck"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1870-06-12 21:43:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2352"}, "ids-in-sources": {"a2": "2352"}}, "raw": {"H": "21", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "12", "LAT": "50N51", "LON": "4E15", "MON": "6", "NUM": "2352", "PRO": "S", "SEC": "0", "YEA": "1870", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4439	gehuchten-paul-1893-11-22	{"a2": "2353"}	{"lerrcp": "A2-2353"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Gehuchten", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "notime": null, "date-ut": "1893-11-22 02:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Gehuchten"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "date-ut": "1893-11-22 02:00:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2353"}, "ids-in-sources": {"a2": "2353"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "22", "LAT": "50N51", "LON": "4E15", "MON": "11", "NUM": "2353", "PRO": "S", "SEC": "0", "YEA": "1893", "CITY": "LOUVAIN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4440	gehuchten-pierre-1861-04-20	{"a2": "2354"}	{"lerrcp": "A2-2354"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Gehuchten", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1861-04-20 07:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Gehuchten"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1861-04-20 07:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2354"}, "ids-in-sources": {"a2": "2354"}}, "raw": {"H": "7", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "20", "LAT": "51N14", "LON": "4E30", "MON": "4", "NUM": "2354", "PRO": "S", "SEC": "0", "YEA": "1861", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4441	gerard-pol-1886-03-02	{"a2": "2355"}	{"lerrcp": "A2-2355"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pol", "family": "Gerard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CUESMES", "geoid": 0}, "notime": null, "date-ut": "1886-03-02 00:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pol", "family": "Gerard"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CUESMES", "geoid": 0}, "date-ut": "1886-03-02 00:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2355"}, "ids-in-sources": {"a2": "2355"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "2", "LAT": "50N23", "LON": "4E30", "MON": "3", "NUM": "2355", "PRO": "S", "SEC": "0", "YEA": "1886", "CITY": "CUESMES"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4442	gille-norbert-1819-03-03	{"a2": "2356"}	{"lerrcp": "A2-2356"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Norbert", "family": "Gille", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "SOMBREFFE", "geoid": 0}, "notime": null, "date-ut": "1819-03-03 17:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Norbert", "family": "Gille"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "SOMBREFFE", "geoid": 0}, "date-ut": "1819-03-03 17:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2356"}, "ids-in-sources": {"a2": "2356"}}, "raw": {"H": "17", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "3", "LAT": "50N20", "LON": "4E30", "MON": "3", "NUM": "2356", "PRO": "S", "SEC": "0", "YEA": "1819", "CITY": "SOMBREFFE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4443	gilson-eugene-1862-08-14	{"a2": "2357"}	{"lerrcp": "A2-2357"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Gilson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "WATERMAEL BOITS", "geoid": 0}, "notime": null, "date-ut": "1862-08-14 11:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Gilson"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "WATERMAEL BOITS", "geoid": 0}, "date-ut": "1862-08-14 11:43:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2357"}, "ids-in-sources": {"a2": "2357"}}, "raw": {"H": "11", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "14", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "2357", "PRO": "S", "SEC": "0", "YEA": "1862", "CITY": "WATERMAEL BOITS"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4444	glorieux-pierre-1891-11-26	{"a2": "2358"}	{"lerrcp": "A2-2358"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Glorieux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OOSTKAMP", "geoid": 0}, "notime": null, "date-ut": "1891-11-26 20:17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Glorieux"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OOSTKAMP", "geoid": 0}, "date-ut": "1891-11-26 20:17:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2358"}, "ids-in-sources": {"a2": "2358"}}, "raw": {"H": "20", "MN": "17", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "26", "LAT": "51N13", "LON": "3E15", "MON": "11", "NUM": "2358", "PRO": "S", "SEC": "0", "YEA": "1891", "CITY": "OOSTKAMP"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4445	goormaghtigh-norbert-1890-02-14	{"a2": "2359"}	{"lerrcp": "A2-2359"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Norbert", "family": "Goormaghtigh", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OSTENDE", "geoid": 0}, "notime": null, "date-ut": "1890-02-14 22:17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Norbert", "family": "Goormaghtigh"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OSTENDE", "geoid": 0}, "date-ut": "1890-02-14 22:17:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2359"}, "ids-in-sources": {"a2": "2359"}}, "raw": {"H": "22", "MN": "17", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "14", "LAT": "51N13", "LON": "3E15", "MON": "2", "NUM": "2359", "PRO": "S", "SEC": "0", "YEA": "1890", "CITY": "OSTENDE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4446	gregoire-victor-1870-12-05	{"a2": "2360"}	{"lerrcp": "A2-2360"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Gregoire", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ANDERLUES", "geoid": 0}, "notime": null, "date-ut": "1870-12-05 18:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Gregoire"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ANDERLUES", "geoid": 0}, "date-ut": "1870-12-05 18:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2360"}, "ids-in-sources": {"a2": "2360"}}, "raw": {"H": "18", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "5", "LAT": "50N23", "LON": "4E30", "MON": "12", "NUM": "2360", "PRO": "S", "SEC": "0", "YEA": "1870", "CITY": "ANDERLUES"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4447	guerin-jules-1801-03-11	{"a2": "2361"}	{"lerrcp": "A2-2361"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Guerin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "BOUSSU", "geoid": 0}, "notime": null, "date-ut": "1801-03-11 06:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Guerin"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "BOUSSU", "geoid": 0}, "date-ut": "1801-03-11 06:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2361"}, "ids-in-sources": {"a2": "2361"}}, "raw": {"H": "6", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "11", "LAT": "50N23", "LON": "4E30", "MON": "3", "NUM": "2361", "PRO": "S", "SEC": "0", "YEA": "1801", "CITY": "BOUSSU"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4448	guislan-joseph-1797-02-02	{"a2": "2362"}	{"lerrcp": "A2-2362"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Guislan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1797-02-02 05:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Guislan"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1797-02-02 05:45:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2362"}, "ids-in-sources": {"a2": "2362"}}, "raw": {"H": "5", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "2", "LAT": "51N 5", "LON": "3E45", "MON": "2", "NUM": "2362", "PRO": "S", "SEC": "0", "YEA": "1797", "CITY": "GAND"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4449	hairion-frederic-1809-05-06	{"a2": "2363"}	{"lerrcp": "A2-2363"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Hairion", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "BEAUMONT", "geoid": 0}, "notime": null, "date-ut": "1809-05-06 13:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Hairion"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "BEAUMONT", "geoid": 0}, "date-ut": "1809-05-06 13:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2363"}, "ids-in-sources": {"a2": "2363"}}, "raw": {"H": "13", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "6", "LAT": "50N23", "LON": "4E30", "MON": "5", "NUM": "2363", "PRO": "S", "SEC": "0", "YEA": "1809", "CITY": "BEAUMONT"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4450	hambursin-louis-1827-04-19	{"a2": "2364"}	{"lerrcp": "A2-2364"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Hambursin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "SOMMIERE", "geoid": 0}, "notime": null, "date-ut": "1827-04-19 02:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Hambursin"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "SOMMIERE", "geoid": 0}, "date-ut": "1827-04-19 02:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2364"}, "ids-in-sources": {"a2": "2364"}}, "raw": {"H": "2", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "19", "LAT": "50N20", "LON": "4E30", "MON": "4", "NUM": "2364", "PRO": "S", "SEC": "0", "YEA": "1827", "CITY": "SOMMIERE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4451	hannon-joseph-1822-11-13	{"a2": "2365"}	{"lerrcp": "A2-2365"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Hannon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1822-11-13 09:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Hannon"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1822-11-13 09:43:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2365"}, "ids-in-sources": {"a2": "2365"}}, "raw": {"H": "9", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "13", "LAT": "50N51", "LON": "4E15", "MON": "11", "NUM": "2365", "PRO": "S", "SEC": "0", "YEA": "1822", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4452	hanot-gaspard-1814-02-25	{"a2": "2366"}	{"lerrcp": "A2-2366"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaspard", "family": "Hanot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CUESMES", "geoid": 0}, "notime": null, "date-ut": "1814-02-25 08:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gaspard", "family": "Hanot"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CUESMES", "geoid": 0}, "date-ut": "1814-02-25 08:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2366"}, "ids-in-sources": {"a2": "2366"}}, "raw": {"H": "8", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "25", "LAT": "50N23", "LON": "4E30", "MON": "2", "NUM": "2366", "PRO": "S", "SEC": "0", "YEA": "1814", "CITY": "CUESMES"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4453	harkman-pierre-1872-06-24	{"a2": "2367"}	{"lerrcp": "A2-2367"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Harkman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "PECROT BOSSUT", "geoid": 0}, "notime": null, "date-ut": "1872-06-24 01:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Harkman"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "PECROT BOSSUT", "geoid": 0}, "date-ut": "1872-06-24 01:43:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2367"}, "ids-in-sources": {"a2": "2367"}}, "raw": {"H": "1", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "24", "LAT": "50N51", "LON": "4E15", "MON": "6", "NUM": "2367", "PRO": "S", "SEC": "0", "YEA": "1872", "CITY": "PECROT BOSSUT"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4454	hayoit-termicourt-emile-1832-07-06	{"a2": "2368"}	{"lerrcp": "A2-2368"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Hayoit Termicourt Emile", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "QUIEVRAIN", "geoid": 0}, "notime": null, "date-ut": "1832-07-06 22:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "Hayoit Termicourt Emile"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "QUIEVRAIN", "geoid": 0}, "date-ut": "1832-07-06 22:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2368"}, "ids-in-sources": {"a2": "2368"}}, "raw": {"H": "22", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "6", "LAT": "50N23", "LON": "4E30", "MON": "7", "NUM": "2368", "PRO": "S", "SEC": "0", "YEA": "1832", "CITY": "QUIEVRAIN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4455	heger-paul-1846-12-13	{"a2": "2369"}	{"lerrcp": "A2-2369"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Heger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1846-12-13 16:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Heger"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1846-12-13 16:43:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2369"}, "ids-in-sources": {"a2": "2369"}}, "raw": {"H": "16", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "13", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "2369", "PRO": "S", "SEC": "0", "YEA": "1846", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4456	herlant-leon-1873-09-03	{"a2": "2370"}	{"lerrcp": "A2-2370"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Herlant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1873-09-03 01:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Herlant"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1873-09-03 01:43:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2370"}, "ids-in-sources": {"a2": "2370"}}, "raw": {"H": "1", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "3", "LAT": "50N51", "LON": "4E15", "MON": "9", "NUM": "2370", "PRO": "S", "SEC": "0", "YEA": "1873", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4457	herlaut-achille-1850-05-28	{"a2": "2371"}	{"lerrcp": "A2-2371"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Achille", "family": "Herlaut", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "notime": null, "date-ut": "1850-05-28 22:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Achille", "family": "Herlaut"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "date-ut": "1850-05-28 22:43:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2371"}, "ids-in-sources": {"a2": "2371"}}, "raw": {"H": "22", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "28", "LAT": "50N51", "LON": "4E15", "MON": "5", "NUM": "2371", "PRO": "S", "SEC": "0", "YEA": "1850", "CITY": "IXELLES"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4458	hertoghe-eugene-1860-04-05	{"a2": "2372"}	{"lerrcp": "A2-2372"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Hertoghe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1860-04-05 16:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Hertoghe"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1860-04-05 16:12:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2372"}, "ids-in-sources": {"a2": "2372"}}, "raw": {"H": "16", "MN": "12", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "5", "LAT": "51N14", "LON": "4E30", "MON": "4", "NUM": "2372", "PRO": "S", "SEC": "0", "YEA": "1860", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4459	heymans-corneille-1892-03-28	{"a2": "2373"}	{"lerrcp": "A2-2373"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Corneille", "family": "Heymans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1892-03-28 04:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Corneille", "family": "Heymans"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1892-03-28 04:45:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2373"}, "ids-in-sources": {"a2": "2373"}}, "raw": {"H": "4", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "28", "LAT": "51N 5", "LON": "3E45", "MON": "3", "NUM": "2373", "PRO": "S", "SEC": "0", "YEA": "1892", "CITY": "GAND"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4460	heymans-joh-1859-11-25	{"a2": "2374"}	{"lerrcp": "A2-2374"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joh", "family": "Heymans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "GOYCK", "geoid": 0}, "notime": null, "date-ut": "1859-11-25 20:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joh", "family": "Heymans"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "GOYCK", "geoid": 0}, "date-ut": "1859-11-25 20:43:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2374"}, "ids-in-sources": {"a2": "2374"}}, "raw": {"H": "20", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "25", "LAT": "50N51", "LON": "4E15", "MON": "11", "NUM": "2374", "PRO": "S", "SEC": "0", "YEA": "1859", "CITY": "GOYCK"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4461	hicguet-dieudonne-1828-01-09	{"a2": "2375"}	{"lerrcp": "A2-2375"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dieudonné", "family": "Hicguet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "notime": null, "date-ut": "1828-01-09 20:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Dieudonné", "family": "Hicguet"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "date-ut": "1828-01-09 20:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2375"}, "ids-in-sources": {"a2": "2375"}}, "raw": {"H": "20", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "9", "LAT": "50N20", "LON": "4E30", "MON": "1", "NUM": "2375", "PRO": "S", "SEC": "0", "YEA": "1828", "CITY": "NAMUR"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4462	hubert-eugene-1839-08-03	{"a2": "2376"}	{"lerrcp": "A2-2376"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Hubert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "notime": null, "date-ut": "1839-08-03 01:13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Hubert"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "date-ut": "1839-08-03 01:13:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2376"}, "ids-in-sources": {"a2": "2376"}}, "raw": {"H": "1", "MN": "13", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "3", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "2376", "PRO": "S", "SEC": "0", "YEA": "1839", "CITY": "LOUVAIN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4463	huevel-jean-1802-09-24	{"a2": "2377"}	{"lerrcp": "A2-2377"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Huevel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1802-09-24 07:13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Huevel"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1802-09-24 07:13:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2377"}, "ids-in-sources": {"a2": "2377"}}, "raw": {"H": "7", "MN": "13", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "24", "LAT": "50N51", "LON": "4E15", "MON": "9", "NUM": "2377", "PRO": "S", "SEC": "0", "YEA": "1802", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4464	hugues-jean-1840-10-07	{"a2": "2378"}	{"lerrcp": "A2-2378"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Hugues", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MAULDE", "geoid": 0}, "notime": null, "date-ut": "1840-10-07 23:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Hugues"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MAULDE", "geoid": 0}, "date-ut": "1840-10-07 23:12:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2378"}, "ids-in-sources": {"a2": "2378"}}, "raw": {"H": "23", "MN": "12", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "7", "LAT": "50N23", "LON": "4E30", "MON": "10", "NUM": "2378", "PRO": "S", "SEC": "0", "YEA": "1840", "CITY": "MAULDE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4465	hyernaux-leon-1825-12-29	{"a2": "2379"}	{"lerrcp": "A2-2379"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Hyernaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "COUTURE ST GERM", "geoid": 0}, "notime": null, "date-ut": "1825-12-29 20:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Hyernaux"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "COUTURE ST GERM", "geoid": 0}, "date-ut": "1825-12-29 20:43:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2379"}, "ids-in-sources": {"a2": "2379"}}, "raw": {"H": "20", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "29", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "2379", "PRO": "S", "SEC": "0", "YEA": "1825", "CITY": "COUTURE ST GERM"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4466	jacobs-j-1862-01-28	{"a2": "2380"}	{"lerrcp": "A2-2380"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "J", "family": "Jacobs", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1862-01-28 12:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "J", "family": "Jacobs"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1862-01-28 12:43:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2380"}, "ids-in-sources": {"a2": "2380"}}, "raw": {"H": "12", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "28", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "2380", "PRO": "S", "SEC": "0", "YEA": "1862", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4467	jacques-victor-1853-03-22	{"a2": "2381"}	{"lerrcp": "A2-2381"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Jacques", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1853-03-22 12:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Jacques"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1853-03-22 12:43:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2381"}, "ids-in-sources": {"a2": "2381"}}, "raw": {"H": "12", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "22", "LAT": "50N51", "LON": "4E15", "MON": "3", "NUM": "2381", "PRO": "S", "SEC": "0", "YEA": "1853", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4468	janssens-eugene-1831-09-23	{"a2": "2382"}	{"lerrcp": "A2-2382"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Janssens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1831-09-23 07:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Janssens"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1831-09-23 07:43:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2382"}, "ids-in-sources": {"a2": "2382"}}, "raw": {"H": "7", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "23", "LAT": "50N51", "LON": "4E15", "MON": "9", "NUM": "2382", "PRO": "S", "SEC": "0", "YEA": "1831", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4469	joly-arthur-1841-11-06	{"a2": "2383"}	{"lerrcp": "A2-2383"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Joly", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "notime": null, "date-ut": "1841-11-06 16:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Joly"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "date-ut": "1841-11-06 16:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2383"}, "ids-in-sources": {"a2": "2383"}}, "raw": {"H": "16", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "6", "LAT": "50N23", "LON": "4E30", "MON": "11", "NUM": "2383", "PRO": "S", "SEC": "0", "YEA": "1841", "CITY": "MONS"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4470	joris-hermann-1875-07-26	{"a2": "2384"}	{"lerrcp": "A2-2384"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Joris", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST GILLES", "geoid": 0}, "notime": null, "date-ut": "1875-07-26 02:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Joris"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST GILLES", "geoid": 0}, "date-ut": "1875-07-26 02:43:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2384"}, "ids-in-sources": {"a2": "2384"}}, "raw": {"H": "2", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "26", "LAT": "50N51", "LON": "4E15", "MON": "7", "NUM": "2384", "PRO": "S", "SEC": "0", "YEA": "1875", "CITY": "ST GILLES"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4471	julin-charles-1857-12-18	{"a2": "2385"}	{"lerrcp": "A2-2385"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Julin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1857-12-18 04:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Julin"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1857-12-18 04:38:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2385"}, "ids-in-sources": {"a2": "2385"}}, "raw": {"H": "4", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "18", "LAT": "50N39", "LON": "5E30", "MON": "12", "NUM": "2385", "PRO": "S", "SEC": "0", "YEA": "1857", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4472	keiffer-jean-1864-12-01	{"a2": "2386"}	{"lerrcp": "A2-2386"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Keiffer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "ARLON", "geoid": 0}, "notime": null, "date-ut": "1864-12-01 14:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Keiffer"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "ARLON", "geoid": 0}, "date-ut": "1864-12-01 14:39:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2386"}, "ids-in-sources": {"a2": "2386"}}, "raw": {"H": "14", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "1", "LAT": "50N 2", "LON": "5E15", "MON": "12", "NUM": "2386", "PRO": "S", "SEC": "0", "YEA": "1864", "CITY": "ARLON"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4473	kempen-etienne-1814-11-02	{"a2": "2387"}	{"lerrcp": "A2-2387"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Kempen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "DIEST", "geoid": 0}, "notime": null, "date-ut": "1814-11-02 03:13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Kempen"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "DIEST", "geoid": 0}, "date-ut": "1814-11-02 03:13:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2387"}, "ids-in-sources": {"a2": "2387"}}, "raw": {"H": "3", "MN": "13", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "2", "LAT": "50N51", "LON": "4E15", "MON": "11", "NUM": "2387", "PRO": "S", "SEC": "0", "YEA": "1814", "CITY": "DIEST"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4474	keyser-leon-1873-12-05	{"a2": "2388"}	{"lerrcp": "A2-2388"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Keyser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "JAUCHE", "geoid": 0}, "notime": null, "date-ut": "1873-12-05 19:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Keyser"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "JAUCHE", "geoid": 0}, "date-ut": "1873-12-05 19:43:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2388"}, "ids-in-sources": {"a2": "2388"}}, "raw": {"H": "19", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "5", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "2388", "PRO": "S", "SEC": "0", "YEA": "1873", "CITY": "JAUCHE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4475	kuborn-hyacinthe-1828-09-02	{"a2": "2389"}	{"lerrcp": "A2-2389"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hyacinthe", "family": "Kuborn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "SERAING", "geoid": 0}, "notime": null, "date-ut": "1828-09-02 14:08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hyacinthe", "family": "Kuborn"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "SERAING", "geoid": 0}, "date-ut": "1828-09-02 14:08:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2389"}, "ids-in-sources": {"a2": "2389"}}, "raw": {"H": "14", "MN": "8", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "2", "LAT": "50N39", "LON": "5E30", "MON": "9", "NUM": "2389", "PRO": "S", "SEC": "0", "YEA": "1828", "CITY": "SERAING"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4476	kufferath-edouard-1853-12-25	{"a2": "2390"}	{"lerrcp": "A2-2390"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Kufferath", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST JOSSE TEN NO", "geoid": 0}, "notime": null, "date-ut": "1853-12-25 22:13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Kufferath"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST JOSSE TEN NO", "geoid": 0}, "date-ut": "1853-12-25 22:13:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2390"}, "ids-in-sources": {"a2": "2390"}}, "raw": {"H": "22", "MN": "13", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "25", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "2390", "PRO": "S", "SEC": "0", "YEA": "1853", "CITY": "ST JOSSE TEN NO"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4477	lacquet-albert-1904-10-24	{"a2": "2391"}	{"lerrcp": "A2-2391"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Lacquet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "BALEN NETHE", "geoid": 0}, "notime": null, "date-ut": "1904-10-24 12:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Lacquet"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "BALEN NETHE", "geoid": 0}, "date-ut": "1904-10-24 12:30:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2391"}, "ids-in-sources": {"a2": "2391"}}, "raw": {"H": "12", "MN": "30", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "24", "LAT": "51N14", "LON": "4E30", "MON": "10", "NUM": "2391", "PRO": "S", "SEC": "0", "YEA": "1904", "CITY": "BALEN NETHE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4478	lambotte-elie-1856-12-02	{"a2": "2392"}	{"lerrcp": "A2-2392"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elie", "family": "Lambotte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "notime": null, "date-ut": "1856-12-02 05:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Elie", "family": "Lambotte"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "date-ut": "1856-12-02 05:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2392"}, "ids-in-sources": {"a2": "2392"}}, "raw": {"H": "5", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "2", "LAT": "50N20", "LON": "4E30", "MON": "12", "NUM": "2392", "PRO": "S", "SEC": "0", "YEA": "1856", "CITY": "NAMUR"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4479	lambotte-henri-1816-03-02	{"a2": "2393"}	{"lerrcp": "A2-2393"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Lambotte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "notime": null, "date-ut": "1816-03-02 17:57:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Lambotte"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "date-ut": "1816-03-02 17:57:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2393"}, "ids-in-sources": {"a2": "2393"}}, "raw": {"H": "17", "MN": "57", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "2", "LAT": "50N20", "LON": "4E30", "MON": "3", "NUM": "2393", "PRO": "S", "SEC": "0", "YEA": "1816", "CITY": "NAMUR"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4480	lauwers-emile-1858-10-29	{"a2": "2394"}	{"lerrcp": "A2-2394"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Lauwers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "INGELMUNSTER", "geoid": 0}, "notime": null, "date-ut": "1858-10-29 01:17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Lauwers"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "INGELMUNSTER", "geoid": 0}, "date-ut": "1858-10-29 01:17:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2394"}, "ids-in-sources": {"a2": "2394"}}, "raw": {"H": "1", "MN": "17", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "29", "LAT": "51N13", "LON": "3E15", "MON": "10", "NUM": "2394", "PRO": "S", "SEC": "0", "YEA": "1858", "CITY": "INGELMUNSTER"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4481	lebeer-jean-1887-07-19	{"a2": "2395"}	{"lerrcp": "A2-2395"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lebeer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "notime": null, "date-ut": "1887-07-19 14:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lebeer"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "date-ut": "1887-07-19 14:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2395"}, "ids-in-sources": {"a2": "2395"}}, "raw": {"H": "14", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "19", "LAT": "51N14", "LON": "4E30", "MON": "7", "NUM": "2395", "PRO": "S", "SEC": "0", "YEA": "1887", "CITY": "MALINES"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4482	leboucq-hector-1848-04-05	{"a2": "2396"}	{"lerrcp": "A2-2396"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hector", "family": "Leboucq", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "YPRES", "geoid": 0}, "notime": null, "date-ut": "1848-04-05 08:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hector", "family": "Leboucq"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "YPRES", "geoid": 0}, "date-ut": "1848-04-05 08:47:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2396"}, "ids-in-sources": {"a2": "2396"}}, "raw": {"H": "8", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "5", "LAT": "51N13", "LON": "3E15", "MON": "4", "NUM": "2396", "PRO": "S", "SEC": "0", "YEA": "1848", "CITY": "YPRES"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4483	ledresseur-charles-1842-06-02	{"a2": "2397"}	{"lerrcp": "A2-2397"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Ledresseur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "HAVRE", "geoid": 0}, "notime": null, "date-ut": "1842-06-02 13:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Ledresseur"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "HAVRE", "geoid": 0}, "date-ut": "1842-06-02 13:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2397"}, "ids-in-sources": {"a2": "2397"}}, "raw": {"H": "13", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "2", "LAT": "50N23", "LON": "4E30", "MON": "6", "NUM": "2397", "PRO": "S", "SEC": "0", "YEA": "1842", "CITY": "HAVRE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4484	lefebvre-ferdinand-1821-03-20	{"a2": "2398"}	{"lerrcp": "A2-2398"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Lefebvre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "OHEY", "geoid": 0}, "notime": null, "date-ut": "1821-03-20 06:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Lefebvre"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "OHEY", "geoid": 0}, "date-ut": "1821-03-20 06:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2398"}, "ids-in-sources": {"a2": "2398"}}, "raw": {"H": "6", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "20", "LAT": "50N20", "LON": "4E30", "MON": "3", "NUM": "2398", "PRO": "S", "SEC": "0", "YEA": "1821", "CITY": "OHEY"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4485	lequime-joseph-1802-02-19	{"a2": "2399"}	{"lerrcp": "A2-2399"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Lequime", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1802-02-19 13:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Lequime"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1802-02-19 13:43:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2399"}, "ids-in-sources": {"a2": "2399"}}, "raw": {"H": "13", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "19", "LAT": "50N51", "LON": "4E15", "MON": "2", "NUM": "2399", "PRO": "S", "SEC": "0", "YEA": "1802", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4486	leroy-jos-1800-03-25	{"a2": "2400"}	{"lerrcp": "A2-2400"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jos", "family": "Leroy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1800-03-25 20:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jos", "family": "Leroy"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1800-03-25 20:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2400"}, "ids-in-sources": {"a2": "2400"}}, "raw": {"H": "20", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "25", "LAT": "51N14", "LON": "4E30", "MON": "3", "NUM": "2400", "PRO": "S", "SEC": "0", "YEA": "1800", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4487	lomry-pierre-1868-04-03	{"a2": "2401"}	{"lerrcp": "A2-2401"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Lomry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "HONVELEZ BOVIGN", "geoid": 0}, "notime": null, "date-ut": "1868-04-03 07:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Lomry"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "HONVELEZ BOVIGN", "geoid": 0}, "date-ut": "1868-04-03 07:39:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2401"}, "ids-in-sources": {"a2": "2401"}}, "raw": {"H": "7", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "3", "LAT": "50N 2", "LON": "5E15", "MON": "4", "NUM": "2401", "PRO": "S", "SEC": "0", "YEA": "1868", "CITY": "HONVELEZ BOVIGN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4488	malcorps-francois-1812-01-22	{"a2": "2402"}	{"lerrcp": "A2-2402"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Malcorps", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "notime": null, "date-ut": "1812-01-22 18:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "François", "family": "Malcorps"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "date-ut": "1812-01-22 18:43:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2402"}, "ids-in-sources": {"a2": "2402"}}, "raw": {"H": "18", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "22", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "2402", "PRO": "S", "SEC": "0", "YEA": "1812", "CITY": "LOUVAIN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4489	marcq-joseph-1880-08-29	{"a2": "2403"}	{"lerrcp": "A2-2403"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Marcq", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "GESVES", "geoid": 0}, "notime": null, "date-ut": "1880-08-29 21:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Marcq"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "GESVES", "geoid": 0}, "date-ut": "1880-08-29 21:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2403"}, "ids-in-sources": {"a2": "2403"}}, "raw": {"H": "21", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "29", "LAT": "50N20", "LON": "4E30", "MON": "8", "NUM": "2403", "PRO": "S", "SEC": "0", "YEA": "1880", "CITY": "GESVES"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4490	mareska-joseph-1803-09-09	{"a2": "2404"}	{"lerrcp": "A2-2404"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Mareska", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1803-09-09 07:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Mareska"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1803-09-09 07:15:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2404"}, "ids-in-sources": {"a2": "2404"}}, "raw": {"H": "7", "MN": "15", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "9", "LAT": "51N 5", "LON": "3E45", "MON": "9", "NUM": "2404", "PRO": "S", "SEC": "0", "YEA": "1803", "CITY": "GAND"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4491	marinus-romuald-1800-11-29	{"a2": "2405"}	{"lerrcp": "A2-2405"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Romuald", "family": "Marinus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "TUBIZE", "geoid": 0}, "notime": null, "date-ut": "1800-11-29 10:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Romuald", "family": "Marinus"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "TUBIZE", "geoid": 0}, "date-ut": "1800-11-29 10:43:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2405"}, "ids-in-sources": {"a2": "2405"}}, "raw": {"H": "10", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "29", "LAT": "50N51", "LON": "4E15", "MON": "11", "NUM": "2405", "PRO": "S", "SEC": "0", "YEA": "1800", "CITY": "TUBIZE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4492	masius-voltaire-1836-03-03	{"a2": "2406"}	{"lerrcp": "A2-2406"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Voltaire", "family": "Masius", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "REMICH GD DUCHE", "geoid": 0}, "notime": null, "date-ut": "1836-03-03 13:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Voltaire", "family": "Masius"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "REMICH GD DUCHE", "geoid": 0}, "date-ut": "1836-03-03 13:39:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2406"}, "ids-in-sources": {"a2": "2406"}}, "raw": {"H": "13", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "3", "LAT": "50N 2", "LON": "5E15", "MON": "3", "NUM": "2406", "PRO": "S", "SEC": "0", "YEA": "1836", "CITY": "REMICH GD DUCHE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4493	masoin-ernest-1844-07-23	{"a2": "2407"}	{"lerrcp": "A2-2407"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Masoin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "VIRTON", "geoid": 0}, "notime": null, "date-ut": "1844-07-23 03:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Masoin"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "VIRTON", "geoid": 0}, "date-ut": "1844-07-23 03:39:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2407"}, "ids-in-sources": {"a2": "2407"}}, "raw": {"H": "3", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "23", "LAT": "50N 2", "LON": "5E15", "MON": "7", "NUM": "2407", "PRO": "S", "SEC": "0", "YEA": "1844", "CITY": "VIRTON"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4494	masoin-paul-1869-09-14	{"a2": "2408"}	{"lerrcp": "A2-2408"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Masoin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "notime": null, "date-ut": "1869-09-14 21:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Masoin"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "date-ut": "1869-09-14 21:43:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2408"}, "ids-in-sources": {"a2": "2408"}}, "raw": {"H": "21", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "14", "LAT": "50N51", "LON": "4E15", "MON": "9", "NUM": "2408", "PRO": "S", "SEC": "0", "YEA": "1869", "CITY": "LOUVAIN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4495	massart-jean-1865-03-07	{"a2": "2409"}	{"lerrcp": "A2-2409"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Massart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ETTERBEEK", "geoid": 0}, "notime": null, "date-ut": "1865-03-07 20:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Massart"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ETTERBEEK", "geoid": 0}, "date-ut": "1865-03-07 20:43:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2409"}, "ids-in-sources": {"a2": "2409"}}, "raw": {"H": "20", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "7", "LAT": "50N51", "LON": "4E15", "MON": "3", "NUM": "2409", "PRO": "S", "SEC": "0", "YEA": "1865", "CITY": "ETTERBEEK"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4496	matthyssens-francois-1811-03-17	{"a2": "2410"}	{"lerrcp": "A2-2410"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Matthyssens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1811-03-17 07:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "François", "family": "Matthyssens"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1811-03-17 07:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2410"}, "ids-in-sources": {"a2": "2410"}}, "raw": {"H": "7", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "17", "LAT": "51N14", "LON": "4E30", "MON": "3", "NUM": "2410", "PRO": "S", "SEC": "0", "YEA": "1811", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4497	mayer-leopold-1877-05-21	{"a2": "2411"}	{"lerrcp": "A2-2411"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leopold", "family": "Mayer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1877-05-21 06:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Leopold", "family": "Mayer"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1877-05-21 06:43:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2411"}, "ids-in-sources": {"a2": "2411"}}, "raw": {"H": "6", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "21", "LAT": "50N51", "LON": "4E15", "MON": "5", "NUM": "2411", "PRO": "S", "SEC": "0", "YEA": "1877", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4498	melckebeke-guillaume-1811-10-12	{"a2": "2412"}	{"lerrcp": "A2-2412"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guillaume", "family": "Melckebeke", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "notime": null, "date-ut": "1811-10-12 04:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Guillaume", "family": "Melckebeke"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "date-ut": "1811-10-12 04:12:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2412"}, "ids-in-sources": {"a2": "2412"}}, "raw": {"H": "4", "MN": "12", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "12", "LAT": "51N14", "LON": "4E30", "MON": "10", "NUM": "2412", "PRO": "S", "SEC": "0", "YEA": "1811", "CITY": "MALINES"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4499	mertens-jean-1824-04-27	{"a2": "2413"}	{"lerrcp": "A2-2413"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Mertens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1824-04-27 02:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Mertens"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1824-04-27 02:12:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2413"}, "ids-in-sources": {"a2": "2413"}}, "raw": {"H": "2", "MN": "12", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "27", "LAT": "51N14", "LON": "4E30", "MON": "4", "NUM": "2413", "PRO": "S", "SEC": "0", "YEA": "1824", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4500	mets-alexandre-1861-03-16	{"a2": "2414"}	{"lerrcp": "A2-2414"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Mets", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "NINOVE", "geoid": 0}, "notime": null, "date-ut": "1861-03-16 00:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Mets"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "NINOVE", "geoid": 0}, "date-ut": "1861-03-16 00:45:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2414"}, "ids-in-sources": {"a2": "2414"}}, "raw": {"H": "0", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "16", "LAT": "51N 5", "LON": "3E45", "MON": "3", "NUM": "2414", "PRO": "S", "SEC": "0", "YEA": "1861", "CITY": "NINOVE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4501	meynne-armand-1814-11-15	{"a2": "2415"}	{"lerrcp": "A2-2415"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Meynne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "NIEUPORT", "geoid": 0}, "notime": null, "date-ut": "1814-11-15 05:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Meynne"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "NIEUPORT", "geoid": 0}, "date-ut": "1814-11-15 05:47:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2415"}, "ids-in-sources": {"a2": "2415"}}, "raw": {"H": "5", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "15", "LAT": "51N13", "LON": "3E15", "MON": "11", "NUM": "2415", "PRO": "S", "SEC": "0", "YEA": "1814", "CITY": "NIEUPORT"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4502	michaux-maximilien-1808-08-18	{"a2": "2416"}	{"lerrcp": "A2-2416"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maximilien", "family": "Michaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "AVENNES", "geoid": 0}, "notime": null, "date-ut": "1808-08-18 01:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maximilien", "family": "Michaux"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "AVENNES", "geoid": 0}, "date-ut": "1808-08-18 01:38:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2416"}, "ids-in-sources": {"a2": "2416"}}, "raw": {"H": "1", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "18", "LAT": "50N39", "LON": "5E30", "MON": "8", "NUM": "2416", "PRO": "S", "SEC": "0", "YEA": "1808", "CITY": "AVENNES"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4503	moeller-alphonse-1845-08-09	{"a2": "2417"}	{"lerrcp": "A2-2417"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Moeller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "notime": null, "date-ut": "1845-08-09 21:13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Moeller"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "date-ut": "1845-08-09 21:13:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2417"}, "ids-in-sources": {"a2": "2417"}}, "raw": {"H": "21", "MN": "13", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "9", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "2417", "PRO": "S", "SEC": "0", "YEA": "1845", "CITY": "LOUVAIN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4504	moor-victor-1827-04-25	{"a2": "2418"}	{"lerrcp": "A2-2418"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Moor", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "AALST", "geoid": 0}, "notime": null, "date-ut": "1827-04-25 17:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Moor"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "AALST", "geoid": 0}, "date-ut": "1827-04-25 17:45:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2418"}, "ids-in-sources": {"a2": "2418"}}, "raw": {"H": "17", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "25", "LAT": "51N 5", "LON": "3E45", "MON": "4", "NUM": "2418", "PRO": "S", "SEC": "0", "YEA": "1827", "CITY": "AALST"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4505	myttenaere-ferdinand-1875-03-28	{"a2": "2419"}	{"lerrcp": "A2-2419"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Myttenaere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST JOSSE TEN NO", "geoid": 0}, "notime": null, "date-ut": "1875-03-28 12:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Myttenaere"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST JOSSE TEN NO", "geoid": 0}, "date-ut": "1875-03-28 12:43:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2419"}, "ids-in-sources": {"a2": "2419"}}, "raw": {"H": "12", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "28", "LAT": "50N51", "LON": "4E15", "MON": "3", "NUM": "2419", "PRO": "S", "SEC": "0", "YEA": "1875", "CITY": "ST JOSSE TEN NO"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4506	navez-oscar-1878-02-26	{"a2": "2420"}	{"lerrcp": "A2-2420"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oscar", "family": "Navez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "BUVRINNES", "geoid": 0}, "notime": null, "date-ut": "1878-02-26 06:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Oscar", "family": "Navez"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "BUVRINNES", "geoid": 0}, "date-ut": "1878-02-26 06:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2420"}, "ids-in-sources": {"a2": "2420"}}, "raw": {"H": "6", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "26", "LAT": "50N23", "LON": "4E30", "MON": "2", "NUM": "2420", "PRO": "S", "SEC": "0", "YEA": "1878", "CITY": "BUVRINNES"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4507	nobele-edouard-1803-10-02	{"a2": "2421"}	{"lerrcp": "A2-2421"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Nobele", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1803-10-02 19:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Nobele"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1803-10-02 19:15:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2421"}, "ids-in-sources": {"a2": "2421"}}, "raw": {"H": "19", "MN": "15", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "2", "LAT": "51N 5", "LON": "3E45", "MON": "10", "NUM": "2421", "PRO": "S", "SEC": "0", "YEA": "1803", "CITY": "GAND"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
17878	bouyard-pierre-1926-05-11	{"e1": "246"}	{"lerrcp": "E1-246"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Bouyard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1926-05-11 18:00", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": 4.41973, "lat": 44.01251, "name": "Uzès", "geoid": 2971258}, "notime": null, "date-ut": "1926-05-11 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Bouyard"}, "birth": {"tzo": "+01:00", "date": "1926-05-11 18:00", "place": {"c2": "30", "c3": "", "cy": "FR", "lg": 4.41973, "lat": 44.01251, "name": "Uzès", "geoid": 2971258}, "date-ut": "1926-05-11 17:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "246"}}, "raw": {"H": "18:00", "COD": "30", "DAY": "11", "MON": "05", "NUM": "0246", "PRO": "PH", "YEA": "1926", "CITY": "Uzés", "NAME": "BOUYARD Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
4509	oye-paul-1886-08-24	{"a2": "2423"}	{"lerrcp": "A2-2423"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Oye", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OSTENDE", "geoid": 0}, "notime": null, "date-ut": "1886-08-24 02:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Oye"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OSTENDE", "geoid": 0}, "date-ut": "1886-08-24 02:47:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2423"}, "ids-in-sources": {"a2": "2423"}}, "raw": {"H": "2", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "24", "LAT": "51N13", "LON": "3E15", "MON": "8", "NUM": "2423", "PRO": "S", "SEC": "0", "YEA": "1886", "CITY": "OSTENDE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4510	poelman-charles-1815-03-20	{"a2": "2424"}	{"lerrcp": "A2-2424"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Poelman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1815-03-20 04:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Poelman"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1815-03-20 04:45:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2424"}, "ids-in-sources": {"a2": "2424"}}, "raw": {"H": "4", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "20", "LAT": "51N 5", "LON": "3E45", "MON": "3", "NUM": "2424", "PRO": "S", "SEC": "0", "YEA": "1815", "CITY": "GAND"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4511	pypers-joseph-1812-07-31	{"a2": "2425"}	{"lerrcp": "A2-2425"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Pypers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1812-07-31 20:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Pypers"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1812-07-31 20:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2425"}, "ids-in-sources": {"a2": "2425"}}, "raw": {"H": "20", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "31", "LAT": "51N14", "LON": "4E30", "MON": "7", "NUM": "2425", "PRO": "S", "SEC": "0", "YEA": "1812", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4512	querton-louis-1873-12-31	{"a2": "2426"}	{"lerrcp": "A2-2426"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Querton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "CLABECQ", "geoid": 0}, "notime": null, "date-ut": "1873-12-31 14:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Querton"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "CLABECQ", "geoid": 0}, "date-ut": "1873-12-31 14:43:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2426"}, "ids-in-sources": {"a2": "2426"}}, "raw": {"H": "14", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "31", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "2426", "PRO": "S", "SEC": "0", "YEA": "1873", "CITY": "CLABECQ"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4513	ranwez-fernand-1866-12-02	{"a2": "2427"}	{"lerrcp": "A2-2427"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Ranwez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "MORIALME", "geoid": 0}, "notime": null, "date-ut": "1866-12-02 13:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Ranwez"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "MORIALME", "geoid": 0}, "date-ut": "1866-12-02 13:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2427"}, "ids-in-sources": {"a2": "2427"}}, "raw": {"H": "13", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "2", "LAT": "50N20", "LON": "4E30", "MON": "12", "NUM": "2427", "PRO": "S", "SEC": "0", "YEA": "1866", "CITY": "MORIALME"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4514	rechter-gustave-1861-10-10	{"a2": "2428"}	{"lerrcp": "A2-2428"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Rechter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "notime": null, "date-ut": "1861-10-10 03:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Rechter"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "date-ut": "1861-10-10 03:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2428"}, "ids-in-sources": {"a2": "2428"}}, "raw": {"H": "3", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "10", "LAT": "50N20", "LON": "4E30", "MON": "10", "NUM": "2428", "PRO": "S", "SEC": "0", "YEA": "1861", "CITY": "NAMUR"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4515	rommelaere-guillaume-1836-10-03	{"a2": "2429"}	{"lerrcp": "A2-2429"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guillaume", "family": "Rommelaere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1836-10-03 23:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Guillaume", "family": "Rommelaere"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1836-10-03 23:00:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2429"}, "ids-in-sources": {"a2": "2429"}}, "raw": {"H": "23", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "3", "LAT": "51N 5", "LON": "3E45", "MON": "10", "NUM": "2429", "PRO": "S", "SEC": "0", "YEA": "1836", "CITY": "GAND"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4516	roosbroeck-jean-1810-01-09	{"a2": "2430"}	{"lerrcp": "A2-2430"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Roosbroeck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "notime": null, "date-ut": "1810-01-09 07:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Roosbroeck"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "date-ut": "1810-01-09 07:43:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2430"}, "ids-in-sources": {"a2": "2430"}}, "raw": {"H": "7", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "9", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "2430", "PRO": "S", "SEC": "0", "YEA": "1810", "CITY": "LOUVAIN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4517	roskam-jacques-1890-05-15	{"a2": "2431"}	{"lerrcp": "A2-2431"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Roskam", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1890-05-15 11:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Roskam"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1890-05-15 11:38:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2431"}, "ids-in-sources": {"a2": "2431"}}, "raw": {"H": "11", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "15", "LAT": "50N39", "LON": "5E30", "MON": "5", "NUM": "2431", "PRO": "S", "SEC": "0", "YEA": "1890", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4518	roubaix-louis-1813-03-10	{"a2": "2432"}	{"lerrcp": "A2-2432"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Roubaix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ESTAIMPUIS", "geoid": 0}, "notime": null, "date-ut": "1813-03-10 01:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Roubaix"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ESTAIMPUIS", "geoid": 0}, "date-ut": "1813-03-10 01:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2432"}, "ids-in-sources": {"a2": "2432"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "10", "LAT": "50N23", "LON": "4E30", "MON": "3", "NUM": "2432", "PRO": "S", "SEC": "0", "YEA": "1813", "CITY": "ESTAIMPUIS"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4519	ruette-victor-1879-03-27	{"a2": "2433"}	{"lerrcp": "A2-2433"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Ruette", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1879-03-27 11:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Ruette"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1879-03-27 11:38:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2433"}, "ids-in-sources": {"a2": "2433"}}, "raw": {"H": "11", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "27", "LAT": "50N39", "LON": "5E30", "MON": "3", "NUM": "2433", "PRO": "S", "SEC": "0", "YEA": "1879", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4520	sacre-joseph-1829-04-09	{"a2": "2434"}	{"lerrcp": "A2-2434"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Sacre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MERCHTEM", "geoid": 0}, "notime": null, "date-ut": "1829-04-09 21:13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Sacre"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MERCHTEM", "geoid": 0}, "date-ut": "1829-04-09 21:13:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2434"}, "ids-in-sources": {"a2": "2434"}}, "raw": {"H": "21", "MN": "13", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "9", "LAT": "50N51", "LON": "4E15", "MON": "4", "NUM": "2434", "PRO": "S", "SEC": "0", "YEA": "1829", "CITY": "MERCHTEM"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4521	saint-moulin-eugene-1852-03-10	{"a2": "2435"}	{"lerrcp": "A2-2435"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Saint-Moulin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "SOIGNIES", "geoid": 0}, "notime": null, "date-ut": "1852-03-10 07:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Saint-Moulin"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "SOIGNIES", "geoid": 0}, "date-ut": "1852-03-10 07:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2435"}, "ids-in-sources": {"a2": "2435"}}, "raw": {"H": "7", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "10", "LAT": "50N23", "LON": "4E30", "MON": "3", "NUM": "2435", "PRO": "S", "SEC": "0", "YEA": "1852", "CITY": "SOIGNIES"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4522	sand-rene-1877-01-30	{"a2": "2436"}	{"lerrcp": "A2-2436"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Sand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "notime": null, "date-ut": "1877-01-30 08:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Sand"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "date-ut": "1877-01-30 08:43:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2436"}, "ids-in-sources": {"a2": "2436"}}, "raw": {"H": "8", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "30", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "2436", "PRO": "S", "SEC": "0", "YEA": "1877", "CITY": "IXELLES"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4523	sauveur-joseph-1797-10-06	{"a2": "2437"}	{"lerrcp": "A2-2437"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Sauveur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1797-10-06 15:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Sauveur"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1797-10-06 15:38:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2437"}, "ids-in-sources": {"a2": "2437"}}, "raw": {"H": "15", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "6", "LAT": "50N39", "LON": "5E30", "MON": "10", "NUM": "2437", "PRO": "S", "SEC": "0", "YEA": "1797", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4524	schockaert-rem-1875-09-03	{"a2": "2438"}	{"lerrcp": "A2-2438"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rem", "family": "Schockaert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "OORDEGEN", "geoid": 0}, "notime": null, "date-ut": "1875-09-03 10:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Rem", "family": "Schockaert"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "OORDEGEN", "geoid": 0}, "date-ut": "1875-09-03 10:45:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2438"}, "ids-in-sources": {"a2": "2438"}}, "raw": {"H": "10", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "3", "LAT": "51N 5", "LON": "3E45", "MON": "9", "NUM": "2438", "PRO": "S", "SEC": "0", "YEA": "1875", "CITY": "OORDEGEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4525	schoofs-francois-1875-02-12	{"a2": "2439"}	{"lerrcp": "A2-2439"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Schoofs", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "FREEREN", "geoid": 0}, "notime": null, "date-ut": "1875-02-12 03:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "François", "family": "Schoofs"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "FREEREN", "geoid": 0}, "date-ut": "1875-02-12 03:38:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2439"}, "ids-in-sources": {"a2": "2439"}}, "raw": {"H": "3", "MN": "38", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "12", "LAT": "50N47", "LON": "5E30", "MON": "2", "NUM": "2439", "PRO": "S", "SEC": "0", "YEA": "1875", "CITY": "FREEREN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4526	slosse-auguste-1863-02-24	{"a2": "2440"}	{"lerrcp": "A2-2440"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Slosse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1863-02-24 01:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Slosse"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1863-02-24 01:43:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2440"}, "ids-in-sources": {"a2": "2440"}}, "raw": {"H": "1", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "24", "LAT": "50N51", "LON": "4E15", "MON": "2", "NUM": "2440", "PRO": "S", "SEC": "0", "YEA": "1863", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4527	smet-edouard-1842-10-22	{"a2": "2441"}	{"lerrcp": "A2-2441"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Smet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1842-10-22 21:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Smet"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1842-10-22 21:43:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2441"}, "ids-in-sources": {"a2": "2441"}}, "raw": {"H": "21", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "22", "LAT": "50N51", "LON": "4E15", "MON": "10", "NUM": "2441", "PRO": "S", "SEC": "0", "YEA": "1842", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4528	sotteau-auguste-1802-02-19	{"a2": "2442"}	{"lerrcp": "A2-2442"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Sotteau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "notime": null, "date-ut": "1802-02-19 20:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Sotteau"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "date-ut": "1802-02-19 20:12:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2442"}, "ids-in-sources": {"a2": "2442"}}, "raw": {"H": "20", "MN": "12", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "19", "LAT": "50N23", "LON": "4E30", "MON": "2", "NUM": "2442", "PRO": "S", "SEC": "0", "YEA": "1802", "CITY": "MONS"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4529	soupart-floribert-1810-08-02	{"a2": "2443"}	{"lerrcp": "A2-2443"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Floribert", "family": "Soupart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "FELNY", "geoid": 0}, "notime": null, "date-ut": "1810-08-02 17:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Floribert", "family": "Soupart"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "FELNY", "geoid": 0}, "date-ut": "1810-08-02 17:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2443"}, "ids-in-sources": {"a2": "2443"}}, "raw": {"H": "17", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "2", "LAT": "50N23", "LON": "4E30", "MON": "8", "NUM": "2443", "PRO": "S", "SEC": "0", "YEA": "1810", "CITY": "FELNY"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4530	sovet-alex-1811-07-14	{"a2": "2444"}	{"lerrcp": "A2-2444"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alex", "family": "Sovet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "DINANT", "geoid": 0}, "notime": null, "date-ut": "1811-07-14 05:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alex", "family": "Sovet"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "DINANT", "geoid": 0}, "date-ut": "1811-07-14 05:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2444"}, "ids-in-sources": {"a2": "2444"}}, "raw": {"H": "5", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "14", "LAT": "50N20", "LON": "4E30", "MON": "7", "NUM": "2444", "PRO": "S", "SEC": "0", "YEA": "1811", "CITY": "DINANT"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4531	stella-hector-1869-12-21	{"a2": "2445"}	{"lerrcp": "A2-2445"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hector", "family": "Stella", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "DENTERGEM", "geoid": 0}, "notime": null, "date-ut": "1869-12-21 14:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hector", "family": "Stella"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "DENTERGEM", "geoid": 0}, "date-ut": "1869-12-21 14:47:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2445"}, "ids-in-sources": {"a2": "2445"}}, "raw": {"H": "14", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "21", "LAT": "51N13", "LON": "3E15", "MON": "12", "NUM": "2445", "PRO": "S", "SEC": "0", "YEA": "1869", "CITY": "DENTERGEM"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4532	stienon-l-1850-08-26	{"a2": "2446"}	{"lerrcp": "A2-2446"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "L", "family": "Stienon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "notime": null, "date-ut": "1850-08-26 07:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "L", "family": "Stienon"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "date-ut": "1850-08-26 07:43:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2446"}, "ids-in-sources": {"a2": "2446"}}, "raw": {"H": "7", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "26", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "2446", "PRO": "S", "SEC": "0", "YEA": "1850", "CITY": "IXELLES"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4533	stievenart-francois-1796-01-17	{"a2": "2447"}	{"lerrcp": "A2-2447"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Stievenart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "notime": null, "date-ut": "1796-01-17 12:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "François", "family": "Stievenart"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "date-ut": "1796-01-17 12:12:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2447"}, "ids-in-sources": {"a2": "2447"}}, "raw": {"H": "12", "MN": "12", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "17", "LAT": "50N23", "LON": "4E30", "MON": "1", "NUM": "2447", "PRO": "S", "SEC": "0", "YEA": "1796", "CITY": "MONS"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4534	stricht-omer-1862-05-13	{"a2": "2448"}	{"lerrcp": "A2-2448"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Omer", "family": "Stricht", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "DICKELVENNE", "geoid": 0}, "notime": null, "date-ut": "1862-05-13 20:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Omer", "family": "Stricht"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "DICKELVENNE", "geoid": 0}, "date-ut": "1862-05-13 20:45:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2448"}, "ids-in-sources": {"a2": "2448"}}, "raw": {"H": "20", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "13", "LAT": "51N 5", "LON": "3E45", "MON": "5", "NUM": "2448", "PRO": "S", "SEC": "0", "YEA": "1862", "CITY": "DICKELVENNE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4535	swarts-theodore-1839-05-09	{"a2": "2449"}	{"lerrcp": "A2-2449"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodore", "family": "Swarts", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1839-05-09 03:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Theodore", "family": "Swarts"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1839-05-09 03:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2449"}, "ids-in-sources": {"a2": "2449"}}, "raw": {"H": "3", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "9", "LAT": "51N14", "LON": "4E30", "MON": "5", "NUM": "2449", "PRO": "S", "SEC": "0", "YEA": "1839", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4536	thiernesse-theodore-1812-02-13	{"a2": "2450"}	{"lerrcp": "A2-2450"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodore", "family": "Thiernesse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "DOMMARTIN ST GE", "geoid": 0}, "notime": null, "date-ut": "1812-02-13 10:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Theodore", "family": "Thiernesse"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "DOMMARTIN ST GE", "geoid": 0}, "date-ut": "1812-02-13 10:38:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2450"}, "ids-in-sources": {"a2": "2450"}}, "raw": {"H": "10", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "13", "LAT": "50N39", "LON": "5E30", "MON": "2", "NUM": "2450", "PRO": "S", "SEC": "0", "YEA": "1812", "CITY": "DOMMARTIN ST GE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4537	thiriar-jules-1846-03-25	{"a2": "2451"}	{"lerrcp": "A2-2451"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Thiriar", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ST VAAST LA LOU", "geoid": 0}, "notime": null, "date-ut": "1846-03-25 20:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Thiriar"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ST VAAST LA LOU", "geoid": 0}, "date-ut": "1846-03-25 20:12:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2451"}, "ids-in-sources": {"a2": "2451"}}, "raw": {"H": "20", "MN": "12", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "25", "LAT": "50N23", "LON": "4E30", "MON": "3", "NUM": "2451", "PRO": "S", "SEC": "0", "YEA": "1846", "CITY": "ST VAAST LA LOU"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4538	thiry-jean-1817-03-07	{"a2": "2452"}	{"lerrcp": "A2-2452"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Thiry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "STERPIGNY CHERA", "geoid": 0}, "notime": null, "date-ut": "1817-03-07 06:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Thiry"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "STERPIGNY CHERA", "geoid": 0}, "date-ut": "1817-03-07 06:39:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2452"}, "ids-in-sources": {"a2": "2452"}}, "raw": {"H": "6", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "7", "LAT": "50N 2", "LON": "5E15", "MON": "3", "NUM": "2452", "PRO": "S", "SEC": "0", "YEA": "1817", "CITY": "STERPIGNY CHERA"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4539	thomas-frederic-1906-03-01	{"a2": "2453"}	{"lerrcp": "A2-2453"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Thomas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ETTERBEEK", "geoid": 0}, "notime": null, "date-ut": "1906-03-01 12:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Thomas"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ETTERBEEK", "geoid": 0}, "date-ut": "1906-03-01 12:00:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2453"}, "ids-in-sources": {"a2": "2453"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "1", "LAT": "50N51", "LON": "4E15", "MON": "3", "NUM": "2453", "PRO": "S", "SEC": "0", "YEA": "1906", "CITY": "ETTERBEEK"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4540	tirifahy-sebastien-1830-07-02	{"a2": "2454"}	{"lerrcp": "A2-2454"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sebastien", "family": "Tirifahy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "LIGNY", "geoid": 0}, "notime": null, "date-ut": "1830-07-02 01:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Sebastien", "family": "Tirifahy"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "LIGNY", "geoid": 0}, "date-ut": "1830-07-02 01:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2454"}, "ids-in-sources": {"a2": "2454"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "2", "LAT": "50N20", "LON": "4E30", "MON": "7", "NUM": "2454", "PRO": "S", "SEC": "0", "YEA": "1830", "CITY": "LIGNY"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4541	titeca-gustave-1843-02-24	{"a2": "2455"}	{"lerrcp": "A2-2455"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Titeca", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "NIEUWKERKE", "geoid": 0}, "notime": null, "date-ut": "1843-02-24 22:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Titeca"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "NIEUWKERKE", "geoid": 0}, "date-ut": "1843-02-24 22:47:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2455"}, "ids-in-sources": {"a2": "2455"}}, "raw": {"H": "22", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "24", "LAT": "51N13", "LON": "3E15", "MON": "2", "NUM": "2455", "PRO": "S", "SEC": "0", "YEA": "1843", "CITY": "NIEUWKERKE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4542	tournay-gustave-1852-11-16	{"a2": "2456"}	{"lerrcp": "A2-2456"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Tournay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CHIMAY", "geoid": 0}, "notime": null, "date-ut": "1852-11-16 05:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Tournay"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CHIMAY", "geoid": 0}, "date-ut": "1852-11-16 05:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2456"}, "ids-in-sources": {"a2": "2456"}}, "raw": {"H": "5", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "16", "LAT": "50N23", "LON": "4E30", "MON": "11", "NUM": "2456", "PRO": "S", "SEC": "0", "YEA": "1852", "CITY": "CHIMAY"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4543	udekem-guertechin-jules-1824-06-08	{"a2": "2457"}	{"lerrcp": "A2-2457"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Udekem Guertechin Jules", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "notime": null, "date-ut": "1824-06-08 08:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "Udekem Guertechin Jules"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "date-ut": "1824-06-08 08:43:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2457"}, "ids-in-sources": {"a2": "2457"}}, "raw": {"H": "8", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "8", "LAT": "50N51", "LON": "4E15", "MON": "6", "NUM": "2457", "PRO": "S", "SEC": "0", "YEA": "1824", "CITY": "LOUVAIN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4544	vallez-pierre-1811-06-27	{"a2": "2458"}	{"lerrcp": "A2-2458"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Vallez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "RUSSEIGNIES", "geoid": 0}, "notime": null, "date-ut": "1811-06-27 00:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Vallez"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "RUSSEIGNIES", "geoid": 0}, "date-ut": "1811-06-27 00:45:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2458"}, "ids-in-sources": {"a2": "2458"}}, "raw": {"H": "0", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "27", "LAT": "51N 5", "LON": "3E45", "MON": "6", "NUM": "2458", "PRO": "S", "SEC": "0", "YEA": "1811", "CITY": "RUSSEIGNIES"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4545	vaucleroy-alfred-1844-08-22	{"a2": "2459"}	{"lerrcp": "A2-2459"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Vaucleroy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "notime": null, "date-ut": "1844-08-22 00:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Vaucleroy"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "date-ut": "1844-08-22 00:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2459"}, "ids-in-sources": {"a2": "2459"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "22", "LAT": "50N23", "LON": "4E30", "MON": "8", "NUM": "2459", "PRO": "S", "SEC": "0", "YEA": "1844", "CITY": "TOURNAI"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4546	verheyen-pierre-1806-09-23	{"a2": "2460"}	{"lerrcp": "A2-2460"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Verheyen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "VILVORDE", "geoid": 0}, "notime": null, "date-ut": "1806-09-23 06:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Verheyen"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "VILVORDE", "geoid": 0}, "date-ut": "1806-09-23 06:43:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2460"}, "ids-in-sources": {"a2": "2460"}}, "raw": {"H": "6", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "23", "LAT": "50N51", "LON": "4E15", "MON": "9", "NUM": "2460", "PRO": "S", "SEC": "0", "YEA": "1806", "CITY": "VILVORDE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4547	verriest-gustave-1843-05-20	{"a2": "2461"}	{"lerrcp": "A2-2461"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Verriest", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "DEERLIJK", "geoid": 0}, "notime": null, "date-ut": "1843-05-20 01:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Verriest"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "DEERLIJK", "geoid": 0}, "date-ut": "1843-05-20 01:47:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2461"}, "ids-in-sources": {"a2": "2461"}}, "raw": {"H": "1", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "20", "LAT": "51N13", "LON": "3E15", "MON": "5", "NUM": "2461", "PRO": "S", "SEC": "0", "YEA": "1843", "CITY": "DEERLIJK"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4548	vleminckx-victor-1826-12-02	{"a2": "2462"}	{"lerrcp": "A2-2462"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Vleminckx", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1826-12-02 03:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Vleminckx"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1826-12-02 03:43:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2462"}, "ids-in-sources": {"a2": "2462"}}, "raw": {"H": "3", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "2", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "2462", "PRO": "S", "SEC": "0", "YEA": "1826", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4549	vrancken-joseph-1813-05-06	{"a2": "2463"}	{"lerrcp": "A2-2463"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Vrancken", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1813-05-06 03:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Vrancken"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1813-05-06 03:12:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2463"}, "ids-in-sources": {"a2": "2463"}}, "raw": {"H": "3", "MN": "12", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "6", "LAT": "51N14", "LON": "4E30", "MON": "5", "NUM": "2463", "PRO": "S", "SEC": "0", "YEA": "1813", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4550	devyvere-ernest-1811-05-21	{"a2": "2464"}	{"lerrcp": "A2-2464"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Devyvere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "VEURNE", "geoid": 0}, "notime": null, "date-ut": "1811-05-21 03:17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Devyvere"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "VEURNE", "geoid": 0}, "date-ut": "1811-05-21 03:17:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2464"}, "ids-in-sources": {"a2": "2464"}}, "raw": {"H": "3", "MN": "17", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "21", "LAT": "51N13", "LON": "3E15", "MON": "5", "NUM": "2464", "PRO": "S", "SEC": "0", "YEA": "1811", "CITY": "VEURNE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4551	waele-henri-1876-12-14	{"a2": "2465"}	{"lerrcp": "A2-2465"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Waele", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1876-12-14 07:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Waele"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1876-12-14 07:45:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2465"}, "ids-in-sources": {"a2": "2465"}}, "raw": {"H": "7", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "14", "LAT": "51N 5", "LON": "3E45", "MON": "12", "NUM": "2465", "PRO": "S", "SEC": "0", "YEA": "1876", "CITY": "GAND"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4552	warlomont-evariste-1820-11-26	{"a2": "2466"}	{"lerrcp": "A2-2466"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Evariste", "family": "Warlomont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "AUBEL", "geoid": 0}, "notime": null, "date-ut": "1820-11-26 10:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Evariste", "family": "Warlomont"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "AUBEL", "geoid": 0}, "date-ut": "1820-11-26 10:38:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2466"}, "ids-in-sources": {"a2": "2466"}}, "raw": {"H": "10", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "26", "LAT": "50N39", "LON": "5E30", "MON": "11", "NUM": "2466", "PRO": "S", "SEC": "0", "YEA": "1820", "CITY": "AUBEL"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4553	wasseige-adolphe-1827-09-10	{"a2": "2467"}	{"lerrcp": "A2-2467"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Wasseige", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1827-09-10 04:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Wasseige"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1827-09-10 04:38:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2467"}, "ids-in-sources": {"a2": "2467"}}, "raw": {"H": "4", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "10", "LAT": "50N39", "LON": "5E30", "MON": "9", "NUM": "2467", "PRO": "S", "SEC": "0", "YEA": "1827", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4554	wehenkel-jean-1849-10-23	{"a2": "2468"}	{"lerrcp": "A2-2468"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Wehenkel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "NAGEN REDANGE G", "geoid": 0}, "notime": null, "date-ut": "1849-10-23 18:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Wehenkel"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "NAGEN REDANGE G", "geoid": 0}, "date-ut": "1849-10-23 18:39:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2468"}, "ids-in-sources": {"a2": "2468"}}, "raw": {"H": "18", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "23", "LAT": "50N 2", "LON": "5E15", "MON": "10", "NUM": "2468", "PRO": "S", "SEC": "0", "YEA": "1849", "CITY": "NAGEN REDANGE G"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4555	wemaer-eugene-1808-10-13	{"a2": "2469"}	{"lerrcp": "A2-2469"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Wemaer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "notime": null, "date-ut": "1808-10-13 04:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Wemaer"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "date-ut": "1808-10-13 04:47:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2469"}, "ids-in-sources": {"a2": "2469"}}, "raw": {"H": "4", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "13", "LAT": "51N13", "LON": "3E15", "MON": "10", "NUM": "2469", "PRO": "S", "SEC": "0", "YEA": "1808", "CITY": "BRUGES"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4556	westendorp-gerard-1813-03-08	{"a2": "2470"}	{"lerrcp": "A2-2470"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Westendorp", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1813-03-08 11:12:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gérard", "family": "Westendorp"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1813-03-08 11:12:48"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2470"}, "ids-in-sources": {"a2": "2470"}}, "raw": {"H": "11", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "8", "LAT": "52N 5", "LON": "4E28", "MON": "3", "NUM": "2470", "PRO": "S", "SEC": "48", "YEA": "1813", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4557	wetter-auguste-1831-09-08	{"a2": "2471"}	{"lerrcp": "A2-2471"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Wetter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "HEUSDEN LEZ GAN", "geoid": 0}, "notime": null, "date-ut": "1831-09-08 19:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Wetter"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "HEUSDEN LEZ GAN", "geoid": 0}, "date-ut": "1831-09-08 19:45:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2471"}, "ids-in-sources": {"a2": "2471"}}, "raw": {"H": "19", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "8", "LAT": "51N 5", "LON": "3E45", "MON": "9", "NUM": "2471", "PRO": "S", "SEC": "0", "YEA": "1831", "CITY": "HEUSDEN LEZ GAN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4558	wibin-j-1860-09-11	{"a2": "2472"}	{"lerrcp": "A2-2472"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "J", "family": "Wibin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "ST GEORGES S-MEU", "geoid": 0}, "notime": null, "date-ut": "1860-09-11 14:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "J", "family": "Wibin"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "ST GEORGES S-MEU", "geoid": 0}, "date-ut": "1860-09-11 14:38:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2472"}, "ids-in-sources": {"a2": "2472"}}, "raw": {"H": "14", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "11", "LAT": "50N39", "LON": "5E30", "MON": "9", "NUM": "2472", "PRO": "S", "SEC": "0", "YEA": "1860", "CITY": "ST GEORGES S-MEU"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4559	willems-edouard-1869-04-30	{"a2": "2473"}	{"lerrcp": "A2-2473"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Willems", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1869-04-30 07:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Willems"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1869-04-30 07:43:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2473"}, "ids-in-sources": {"a2": "2473"}}, "raw": {"H": "7", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "30", "LAT": "50N51", "LON": "4E15", "MON": "4", "NUM": "2473", "PRO": "S", "SEC": "0", "YEA": "1869", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4560	willems-louis-1822-04-25	{"a2": "2474"}	{"lerrcp": "A2-2474"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Willems", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "HASSELT", "geoid": 0}, "notime": null, "date-ut": "1822-04-25 20:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Willems"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "HASSELT", "geoid": 0}, "date-ut": "1822-04-25 20:38:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2474"}, "ids-in-sources": {"a2": "2474"}}, "raw": {"H": "20", "MN": "38", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "25", "LAT": "50N47", "LON": "5E30", "MON": "4", "NUM": "2474", "PRO": "S", "SEC": "0", "YEA": "1822", "CITY": "HASSELT"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4561	willieme-ferdinand-1826-11-25	{"a2": "2475"}	{"lerrcp": "A2-2475"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Willieme", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "AWENNE", "geoid": 0}, "notime": null, "date-ut": "1826-11-25 17:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Willieme"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "AWENNE", "geoid": 0}, "date-ut": "1826-11-25 17:39:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2475"}, "ids-in-sources": {"a2": "2475"}}, "raw": {"H": "17", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "25", "LAT": "50N 2", "LON": "5E15", "MON": "11", "NUM": "2475", "PRO": "S", "SEC": "0", "YEA": "1826", "CITY": "AWENNE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4562	wilmart-alexandre-1846-06-02	{"a2": "2476"}	{"lerrcp": "A2-2476"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Wilmart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "FONTAINE L'EVEQ", "geoid": 0}, "notime": null, "date-ut": "1846-06-02 06:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Wilmart"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "FONTAINE L'EVEQ", "geoid": 0}, "date-ut": "1846-06-02 06:42:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2476"}, "ids-in-sources": {"a2": "2476"}}, "raw": {"H": "6", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "2", "LAT": "50N23", "LON": "4E30", "MON": "6", "NUM": "2476", "PRO": "S", "SEC": "0", "YEA": "1846", "CITY": "FONTAINE L'EVEQ"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4563	ariens-kappers-cornelis-1877-08-09	{"a2": "2477"}	{"lerrcp": "A2-2477"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cornelis", "family": "Ariens-Kappers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "notime": null, "date-ut": "1877-08-09 02:03:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Cornelis", "family": "Ariens-Kappers"}, "birth": {"place": {"c2": "GR", "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "date-ut": "1877-08-09 02:03:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2477"}, "ids-in-sources": {"a2": "2477"}}, "raw": {"H": "2", "MN": "3", "TZ": "0", "COD": "GR", "COU": "N", "DAY": "9", "LAT": "53N13", "LON": "6E34", "MON": "8", "NUM": "2477", "PRO": "S", "SEC": "44", "YEA": "1877", "CITY": "GRONINGEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4564	bar-guillaume-1905-05-12	{"a2": "2478"}	{"lerrcp": "A2-2478"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guillaume", "family": "Bär", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "notime": null, "date-ut": "1905-05-12 10:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Guillaume", "family": "Bär"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "date-ut": "1905-05-12 10:39:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2478"}, "ids-in-sources": {"a2": "2478"}}, "raw": {"H": "10", "MN": "39", "TZ": "0", "COD": "U", "COU": "N", "DAY": "12", "LAT": "52N 6", "LON": "5E 8", "MON": "5", "NUM": "2478", "PRO": "S", "SEC": "28", "YEA": "1905", "CITY": "UTRECHT"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4565	barnhoorn-johannes-1899-03-25	{"a2": "2479"}	{"lerrcp": "A2-2479"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Barnhoorn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "ASSENDELFT", "geoid": 0}, "notime": null, "date-ut": "1899-03-25 03:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Barnhoorn"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "ASSENDELFT", "geoid": 0}, "date-ut": "1899-03-25 03:41:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2479"}, "ids-in-sources": {"a2": "2479"}}, "raw": {"H": "3", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "25", "LAT": "52N22", "LON": "4E38", "MON": "3", "NUM": "2479", "PRO": "S", "SEC": "28", "YEA": "1899", "CITY": "ASSENDELFT"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4566	biemond-arie-1902-05-05	{"a2": "2480"}	{"lerrcp": "A2-2480"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arie", "family": "Biemond", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "notime": null, "date-ut": "1902-05-05 01:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Arie", "family": "Biemond"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "date-ut": "1902-05-05 01:41:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2480"}, "ids-in-sources": {"a2": "2480"}}, "raw": {"H": "1", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "5", "LAT": "52N22", "LON": "4E38", "MON": "5", "NUM": "2480", "PRO": "S", "SEC": "28", "YEA": "1902", "CITY": "A DAM"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4567	bijlsma-ulbe-1892-08-15	{"a2": "2481"}	{"lerrcp": "A2-2481"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ulbe", "family": "Bijlsma", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "FRANEKER", "geoid": 0}, "notime": null, "date-ut": "1892-08-15 03:06:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ulbe", "family": "Bijlsma"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "FRANEKER", "geoid": 0}, "date-ut": "1892-08-15 03:06:48"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2481"}, "ids-in-sources": {"a2": "2481"}}, "raw": {"H": "3", "MN": "6", "TZ": "0", "COD": "F", "COU": "N", "DAY": "15", "LAT": "53N12", "LON": "5E48", "MON": "8", "NUM": "2481", "PRO": "S", "SEC": "48", "YEA": "1892", "CITY": "FRANEKER"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4569	boeke-jan-1874-10-23	{"a2": "2483"}	{"lerrcp": "A2-2483"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Boeke", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "O", "c3": null, "cy": "NL", "lg": 6.08333, "lat": 52.51667, "name": "HENGELO", "geoid": 0}, "notime": null, "date-ut": "1874-10-23 07:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Boeke"}, "birth": {"place": {"c2": "O", "cy": "NL", "lg": 6.08333, "lat": 52.51667, "name": "HENGELO", "geoid": 0}, "date-ut": "1874-10-23 07:05:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2483"}, "ids-in-sources": {"a2": "2483"}}, "raw": {"H": "7", "MN": "5", "TZ": "0", "COD": "O", "COU": "N", "DAY": "23", "LAT": "52N31", "LON": "6E 5", "MON": "10", "NUM": "2483", "PRO": "S", "SEC": "40", "YEA": "1874", "CITY": "HENGELO"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4570	boer-siebe-1876-04-16	{"a2": "2484"}	{"lerrcp": "A2-2484"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Siebe", "family": "Boer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "BENEDEN KNYPE", "geoid": 0}, "notime": null, "date-ut": "1876-04-16 00:36:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Siebe", "family": "Boer"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "BENEDEN KNYPE", "geoid": 0}, "date-ut": "1876-04-16 00:36:48"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2484"}, "ids-in-sources": {"a2": "2484"}}, "raw": {"H": "0", "MN": "36", "TZ": "0", "COD": "F", "COU": "N", "DAY": "16", "LAT": "53N12", "LON": "5E48", "MON": "4", "NUM": "2484", "PRO": "S", "SEC": "48", "YEA": "1876", "CITY": "BENEDEN KNYPE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4571	boom-boudewijn-1891-04-26	{"a2": "2485"}	{"lerrcp": "A2-2485"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Boudewijn", "family": "Boom", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "D", "c3": null, "cy": "NL", "lg": 6.4, "lat": 52.98333, "name": "EMMEN", "geoid": 0}, "notime": null, "date-ut": "1891-04-26 12:04:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Boudewijn", "family": "Boom"}, "birth": {"place": {"c2": "D", "cy": "NL", "lg": 6.4, "lat": 52.98333, "name": "EMMEN", "geoid": 0}, "date-ut": "1891-04-26 12:04:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2485"}, "ids-in-sources": {"a2": "2485"}}, "raw": {"H": "12", "MN": "4", "TZ": "0", "COD": "D", "COU": "N", "DAY": "26", "LAT": "52N59", "LON": "6E24", "MON": "4", "NUM": "2485", "PRO": "S", "SEC": "24", "YEA": "1891", "CITY": "EMMEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4572	breemen-jan-1874-05-11	{"a2": "2486"}	{"lerrcp": "A2-2486"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Breemen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "notime": null, "date-ut": "1874-05-11 10:11:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Breemen"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "date-ut": "1874-05-11 10:11:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2486"}, "ids-in-sources": {"a2": "2486"}}, "raw": {"H": "10", "MN": "11", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "11", "LAT": "52N22", "LON": "4E38", "MON": "5", "NUM": "2486", "PRO": "S", "SEC": "28", "YEA": "1874", "CITY": "A DAM"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4573	broek-arnoldus-1877-10-27	{"a2": "2487"}	{"lerrcp": "A2-2487"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arnoldus", "family": "Broek", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "notime": null, "date-ut": "1877-10-27 07:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Arnoldus", "family": "Broek"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "date-ut": "1877-10-27 07:41:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2487"}, "ids-in-sources": {"a2": "2487"}}, "raw": {"H": "7", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "27", "LAT": "52N22", "LON": "4E38", "MON": "10", "NUM": "2487", "PRO": "S", "SEC": "28", "YEA": "1877", "CITY": "HAARLEM"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4574	gauquelin-a2-2488-1881-03-23	{"a2": "2488"}	{"lerrcp": "A2-2488"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A2-2488", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "notime": null, "date-ut": "1881-03-23 03:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A2-2488"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "date-ut": "1881-03-23 03:41:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2488"}, "ids-in-sources": {"a2": "2488"}}, "raw": {"H": "3", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "23", "LAT": "52N22", "LON": "4E38", "MON": "3", "NUM": "2488", "PRO": "S", "SEC": "28", "YEA": "1881", "CITY": "A DAM"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4575	buytendijk-frederic-1887-04-29	{"a2": "2489"}	{"lerrcp": "A2-2489"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Buytendijk", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "BREDA", "geoid": 0}, "notime": null, "date-ut": "1887-04-29 21:38:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Buytendijk"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "BREDA", "geoid": 0}, "date-ut": "1887-04-29 21:38:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2489"}, "ids-in-sources": {"a2": "2489"}}, "raw": {"H": "21", "MN": "38", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "29", "LAT": "51N42", "LON": "5E19", "MON": "4", "NUM": "2489", "PRO": "S", "SEC": "44", "YEA": "1887", "CITY": "BREDA"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4576	carp-eugene-1895-06-04	{"a2": "2490"}	{"lerrcp": "A2-2490"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Carp", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1895-06-04 22:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Carp"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1895-06-04 22:12:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2490"}, "ids-in-sources": {"a2": "2490"}}, "raw": {"H": "22", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "4", "LAT": "52N 5", "LON": "4E28", "MON": "6", "NUM": "2490", "PRO": "S", "SEC": "8", "YEA": "1895", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4577	casparie-johannes-1873-10-12	{"a2": "2491"}	{"lerrcp": "A2-2491"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Casparie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "notime": null, "date-ut": "1873-10-12 00:03:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Casparie"}, "birth": {"place": {"c2": "GR", "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "date-ut": "1873-10-12 00:03:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2491"}, "ids-in-sources": {"a2": "2491"}}, "raw": {"H": "0", "MN": "3", "TZ": "0", "COD": "GR", "COU": "N", "DAY": "12", "LAT": "53N13", "LON": "6E34", "MON": "10", "NUM": "2491", "PRO": "S", "SEC": "44", "YEA": "1873", "CITY": "GRONINGEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4578	dentz-leopold-1858-08-12	{"a2": "2492"}	{"lerrcp": "A2-2492"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leopold", "family": "Dentz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "notime": null, "date-ut": "1858-08-12 23:11:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Leopold", "family": "Dentz"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "date-ut": "1858-08-12 23:11:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2492"}, "ids-in-sources": {"a2": "2492"}}, "raw": {"H": "23", "MN": "11", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "12", "LAT": "52N22", "LON": "4E38", "MON": "8", "NUM": "2492", "PRO": "S", "SEC": "28", "YEA": "1858", "CITY": "A DAM"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4579	dinger-johannes-1892-12-28	{"a2": "2493"}	{"lerrcp": "A2-2493"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Dinger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "NIEUWER AMSTEL", "geoid": 0}, "notime": null, "date-ut": "1892-12-28 05:11:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Dinger"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "NIEUWER AMSTEL", "geoid": 0}, "date-ut": "1892-12-28 05:11:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2493"}, "ids-in-sources": {"a2": "2493"}}, "raw": {"H": "5", "MN": "11", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "28", "LAT": "52N22", "LON": "4E38", "MON": "12", "NUM": "2493", "PRO": "S", "SEC": "28", "YEA": "1892", "CITY": "NIEUWER AMSTEL"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4580	donders-cornelis-1818-05-27	{"a2": "2494"}	{"lerrcp": "A2-2494"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cornelis", "family": "Donders", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "TILBURG", "geoid": 0}, "notime": null, "date-ut": "1818-05-27 06:38:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Cornelis", "family": "Donders"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "TILBURG", "geoid": 0}, "date-ut": "1818-05-27 06:38:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2494"}, "ids-in-sources": {"a2": "2494"}}, "raw": {"H": "6", "MN": "38", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "27", "LAT": "51N42", "LON": "5E19", "MON": "5", "NUM": "2494", "PRO": "S", "SEC": "44", "YEA": "1818", "CITY": "TILBURG"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4581	dongen-johannes-1887-12-30	{"a2": "2495"}	{"lerrcp": "A2-2495"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Dongen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "notime": null, "date-ut": "1887-12-30 10:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Dongen"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "date-ut": "1887-12-30 10:41:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2495"}, "ids-in-sources": {"a2": "2495"}}, "raw": {"H": "10", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "30", "LAT": "52N22", "LON": "4E38", "MON": "12", "NUM": "2495", "PRO": "S", "SEC": "28", "YEA": "1887", "CITY": "HAARLEM"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4582	eerland-leendert-1897-02-25	{"a2": "2496"}	{"lerrcp": "A2-2496"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leendert", "family": "Eerland", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1897-02-25 02:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Leendert", "family": "Eerland"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1897-02-25 02:42:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2496"}, "ids-in-sources": {"a2": "2496"}}, "raw": {"H": "2", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "25", "LAT": "52N 5", "LON": "4E28", "MON": "2", "NUM": "2496", "PRO": "S", "SEC": "8", "YEA": "1897", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4583	esser-johannes-1877-10-13	{"a2": "2497"}	{"lerrcp": "A2-2497"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Esser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "LEIDEN", "geoid": 0}, "notime": null, "date-ut": "1877-10-13 14:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Esser"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "LEIDEN", "geoid": 0}, "date-ut": "1877-10-13 14:42:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2497"}, "ids-in-sources": {"a2": "2497"}}, "raw": {"H": "14", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "13", "LAT": "52N 5", "LON": "4E28", "MON": "10", "NUM": "2497", "PRO": "S", "SEC": "8", "YEA": "1877", "CITY": "LEIDEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4584	eykman-johan-1851-01-19	{"a2": "2498"}	{"lerrcp": "A2-2498"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johan", "family": "Eykman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "NIJKERK", "geoid": 0}, "notime": null, "date-ut": "1851-01-19 00:06:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Johan", "family": "Eykman"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "NIJKERK", "geoid": 0}, "date-ut": "1851-01-19 00:06:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2498"}, "ids-in-sources": {"a2": "2498"}}, "raw": {"H": "0", "MN": "6", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "19", "LAT": "51N59", "LON": "5E54", "MON": "1", "NUM": "2498", "PRO": "S", "SEC": "24", "YEA": "1851", "CITY": "NIJKERK"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4585	eykman-christian-1858-08-11	{"a2": "2499"}	{"lerrcp": "A2-2499"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Eykman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "NIJKERK", "geoid": 0}, "notime": null, "date-ut": "1858-08-11 02:06:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Christian", "family": "Eykman"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "NIJKERK", "geoid": 0}, "date-ut": "1858-08-11 02:06:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2499"}, "ids-in-sources": {"a2": "2499"}}, "raw": {"H": "2", "MN": "6", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "11", "LAT": "51N59", "LON": "5E54", "MON": "8", "NUM": "2499", "PRO": "S", "SEC": "24", "YEA": "1858", "CITY": "NIJKERK"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4586	flieringa-henri-1891-08-18	{"a2": "2500"}	{"lerrcp": "A2-2500"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Flieringa", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "LARRUM", "geoid": 0}, "notime": null, "date-ut": "1891-08-18 18:36:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Flieringa"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "LARRUM", "geoid": 0}, "date-ut": "1891-08-18 18:36:48"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2500"}, "ids-in-sources": {"a2": "2500"}}, "raw": {"H": "18", "MN": "36", "TZ": "0", "COD": "F", "COU": "N", "DAY": "18", "LAT": "53N12", "LON": "5E48", "MON": "8", "NUM": "2500", "PRO": "S", "SEC": "48", "YEA": "1891", "CITY": "LARRUM"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4587	gezelle-meerburg-george-1881-05-07	{"a2": "2501"}	{"lerrcp": "A2-2501"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "George", "family": "Gezelle-Meerburg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "SPIJKEOISSE", "geoid": 0}, "notime": null, "date-ut": "1881-05-07 06:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "George", "family": "Gezelle-Meerburg"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "SPIJKEOISSE", "geoid": 0}, "date-ut": "1881-05-07 06:42:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2501"}, "ids-in-sources": {"a2": "2501"}}, "raw": {"H": "6", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "7", "LAT": "52N 5", "LON": "4E28", "MON": "5", "NUM": "2501", "PRO": "S", "SEC": "8", "YEA": "1881", "CITY": "SPIJKEOISSE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4588	gorter-evert-1881-02-19	{"a2": "2502"}	{"lerrcp": "A2-2502"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Evert", "family": "Gorter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "notime": null, "date-ut": "1881-02-19 00:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Evert", "family": "Gorter"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "date-ut": "1881-02-19 00:39:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2502"}, "ids-in-sources": {"a2": "2502"}}, "raw": {"H": "0", "MN": "39", "TZ": "0", "COD": "U", "COU": "N", "DAY": "19", "LAT": "52N 6", "LON": "5E 8", "MON": "2", "NUM": "2502", "PRO": "S", "SEC": "28", "YEA": "1881", "CITY": "UTRECHT"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4589	graaf-cornelis-1877-02-02	{"a2": "2503"}	{"lerrcp": "A2-2503"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cornelis", "family": "Graaf", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "notime": null, "date-ut": "1877-02-02 09:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Cornelis", "family": "Graaf"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "date-ut": "1877-02-02 09:41:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2503"}, "ids-in-sources": {"a2": "2503"}}, "raw": {"H": "9", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "2", "LAT": "52N22", "LON": "4E38", "MON": "2", "NUM": "2503", "PRO": "S", "SEC": "28", "YEA": "1877", "CITY": "HAARLEM"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4590	grashuis-jan-1896-01-19	{"a2": "2504"}	{"lerrcp": "A2-2504"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Grashuis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "USQUERT", "geoid": 0}, "notime": null, "date-ut": "1896-01-19 10:33:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Grashuis"}, "birth": {"place": {"c2": "GR", "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "USQUERT", "geoid": 0}, "date-ut": "1896-01-19 10:33:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2504"}, "ids-in-sources": {"a2": "2504"}}, "raw": {"H": "10", "MN": "33", "TZ": "0", "COD": "GR", "COU": "N", "DAY": "19", "LAT": "53N13", "LON": "6E34", "MON": "1", "NUM": "2504", "PRO": "S", "SEC": "44", "YEA": "1896", "CITY": "USQUERT"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4591	grinten-lodewijk-1831-04-07	{"a2": "2505"}	{"lerrcp": "A2-2505"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lodewijk", "family": "Grinten", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "L", "c3": null, "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "VENLO", "geoid": 0}, "notime": null, "date-ut": "1831-04-07 03:07:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Lodewijk", "family": "Grinten"}, "birth": {"place": {"c2": "L", "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "VENLO", "geoid": 0}, "date-ut": "1831-04-07 03:07:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2505"}, "ids-in-sources": {"a2": "2505"}}, "raw": {"H": "3", "MN": "7", "TZ": "0", "COD": "L", "COU": "N", "DAY": "7", "LAT": "50N51", "LON": "5E40", "MON": "4", "NUM": "2505", "PRO": "S", "SEC": "20", "YEA": "1831", "CITY": "VENLO"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4592	hagedoorn-arend-1899-05-17	{"a2": "2506"}	{"lerrcp": "A2-2506"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arend", "family": "Hagedoorn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "MAURIK", "geoid": 0}, "notime": null, "date-ut": "1899-05-17 20:36:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Arend", "family": "Hagedoorn"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "MAURIK", "geoid": 0}, "date-ut": "1899-05-17 20:36:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2506"}, "ids-in-sources": {"a2": "2506"}}, "raw": {"H": "20", "MN": "36", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "17", "LAT": "51N59", "LON": "5E54", "MON": "5", "NUM": "2506", "PRO": "S", "SEC": "24", "YEA": "1899", "CITY": "MAURIK"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4593	hammes-theodor-1874-10-03	{"a2": "2507"}	{"lerrcp": "A2-2507"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodor", "family": "Hammes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "ANDIJK", "geoid": 0}, "notime": null, "date-ut": "1874-10-03 14:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Theodor", "family": "Hammes"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "ANDIJK", "geoid": 0}, "date-ut": "1874-10-03 14:41:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2507"}, "ids-in-sources": {"a2": "2507"}}, "raw": {"H": "14", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "3", "LAT": "52N22", "LON": "4E38", "MON": "10", "NUM": "2507", "PRO": "S", "SEC": "28", "YEA": "1874", "CITY": "ANDIJK"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4594	hekman-johannes-1878-05-29	{"a2": "2508"}	{"lerrcp": "A2-2508"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Hekman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "ZUIDBROEK", "geoid": 0}, "notime": null, "date-ut": "1878-05-29 06:33:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Hekman"}, "birth": {"place": {"c2": "GR", "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "ZUIDBROEK", "geoid": 0}, "date-ut": "1878-05-29 06:33:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2508"}, "ids-in-sources": {"a2": "2508"}}, "raw": {"H": "6", "MN": "33", "TZ": "0", "COD": "GR", "COU": "N", "DAY": "29", "LAT": "53N13", "LON": "6E34", "MON": "5", "NUM": "2508", "PRO": "S", "SEC": "44", "YEA": "1878", "CITY": "ZUIDBROEK"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4595	heynsius-berg-maurits-1882-03-04	{"a2": "2509"}	{"lerrcp": "A2-2509"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Heynsius Berg Maurits", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "notime": null, "date-ut": "1882-03-04 21:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "Heynsius Berg Maurits"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "date-ut": "1882-03-04 21:41:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2509"}, "ids-in-sources": {"a2": "2509"}}, "raw": {"H": "21", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "4", "LAT": "52N22", "LON": "4E38", "MON": "3", "NUM": "2509", "PRO": "S", "SEC": "28", "YEA": "1882", "CITY": "A DAM"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4596	hijmans-bergh-a-1869-12-01	{"a2": "2510"}	{"lerrcp": "A2-2510"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Hijmans Bergh A", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1869-12-01 20:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "Hijmans Bergh A"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1869-12-01 20:42:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2510"}, "ids-in-sources": {"a2": "2510"}}, "raw": {"H": "20", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "1", "LAT": "52N 5", "LON": "4E28", "MON": "12", "NUM": "2510", "PRO": "S", "SEC": "8", "YEA": "1869", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4597	hoekstra-rikstus-1904-06-12	{"a2": "2511"}	{"lerrcp": "A2-2511"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rikstus", "family": "Hoekstra", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "WOMMELS", "geoid": 0}, "notime": null, "date-ut": "1904-06-12 15:36:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Rikstus", "family": "Hoekstra"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "WOMMELS", "geoid": 0}, "date-ut": "1904-06-12 15:36:48"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2511"}, "ids-in-sources": {"a2": "2511"}}, "raw": {"H": "15", "MN": "36", "TZ": "0", "COD": "F", "COU": "N", "DAY": "12", "LAT": "53N12", "LON": "5E48", "MON": "6", "NUM": "2511", "PRO": "S", "SEC": "48", "YEA": "1904", "CITY": "WOMMELS"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4598	hoeven-pieter-1870-08-28	{"a2": "2512"}	{"lerrcp": "A2-2512"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pieter", "family": "Hoeven", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "BRIELLE", "geoid": 0}, "notime": null, "date-ut": "1870-08-28 14:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pieter", "family": "Hoeven"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "BRIELLE", "geoid": 0}, "date-ut": "1870-08-28 14:12:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2512"}, "ids-in-sources": {"a2": "2512"}}, "raw": {"H": "14", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "28", "LAT": "52N 5", "LON": "4E28", "MON": "8", "NUM": "2512", "PRO": "S", "SEC": "8", "YEA": "1870", "CITY": "BRIELLE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4599	hoop-johannes-1887-03-29	{"a2": "2513"}	{"lerrcp": "A2-2513"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Hoop", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "notime": null, "date-ut": "1887-03-29 17:33:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Hoop"}, "birth": {"place": {"c2": "GR", "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "date-ut": "1887-03-29 17:33:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2513"}, "ids-in-sources": {"a2": "2513"}}, "raw": {"H": "17", "MN": "33", "TZ": "0", "COD": "GR", "COU": "N", "DAY": "29", "LAT": "53N13", "LON": "6E34", "MON": "3", "NUM": "2513", "PRO": "S", "SEC": "44", "YEA": "1887", "CITY": "GRONINGEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4600	hubrecht-ambrosius-1853-03-02	{"a2": "2514"}	{"lerrcp": "A2-2514"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ambrosius", "family": "Hubrecht", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1853-03-02 20:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ambrosius", "family": "Hubrecht"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1853-03-02 20:42:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2514"}, "ids-in-sources": {"a2": "2514"}}, "raw": {"H": "20", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "2", "LAT": "52N 5", "LON": "4E28", "MON": "3", "NUM": "2514", "PRO": "S", "SEC": "8", "YEA": "1853", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4601	hutter-antoine-1897-02-10	{"a2": "2515"}	{"lerrcp": "A2-2515"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Hutter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "notime": null, "date-ut": "1897-02-10 01:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Hutter"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "date-ut": "1897-02-10 01:41:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2515"}, "ids-in-sources": {"a2": "2515"}}, "raw": {"H": "1", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "10", "LAT": "52N22", "LON": "4E38", "MON": "2", "NUM": "2515", "PRO": "S", "SEC": "28", "YEA": "1897", "CITY": "A DAM"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4602	iterson-gerrit-1878-08-19	{"a2": "2516"}	{"lerrcp": "A2-2516"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gerrit", "family": "Iterson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "L", "c3": null, "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "ROERMOND", "geoid": 0}, "notime": null, "date-ut": "1878-08-19 03:37:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gerrit", "family": "Iterson"}, "birth": {"place": {"c2": "L", "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "ROERMOND", "geoid": 0}, "date-ut": "1878-08-19 03:37:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2516"}, "ids-in-sources": {"a2": "2516"}}, "raw": {"H": "3", "MN": "37", "TZ": "0", "COD": "L", "COU": "N", "DAY": "19", "LAT": "50N51", "LON": "5E40", "MON": "8", "NUM": "2516", "PRO": "S", "SEC": "20", "YEA": "1878", "CITY": "ROERMOND"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4603	janssonius-hindrik-1874-01-26	{"a2": "2517"}	{"lerrcp": "A2-2517"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hindrik", "family": "Janssonius", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "FARMSUM", "geoid": 0}, "notime": null, "date-ut": "1874-01-26 11:33:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hindrik", "family": "Janssonius"}, "birth": {"place": {"c2": "GR", "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "FARMSUM", "geoid": 0}, "date-ut": "1874-01-26 11:33:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2517"}, "ids-in-sources": {"a2": "2517"}}, "raw": {"H": "11", "MN": "33", "TZ": "0", "COD": "GR", "COU": "N", "DAY": "26", "LAT": "53N13", "LON": "6E34", "MON": "1", "NUM": "2517", "PRO": "S", "SEC": "44", "YEA": "1874", "CITY": "FARMSUM"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4604	jonge-cohen-theodore-1893-03-30	{"a2": "2518"}	{"lerrcp": "A2-2518"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodore", "family": "Jonge-Cohen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "notime": null, "date-ut": "1893-03-30 11:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Theodore", "family": "Jonge-Cohen"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "date-ut": "1893-03-30 11:41:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2518"}, "ids-in-sources": {"a2": "2518"}}, "raw": {"H": "11", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "30", "LAT": "52N22", "LON": "4E38", "MON": "3", "NUM": "2518", "PRO": "S", "SEC": "28", "YEA": "1893", "CITY": "A DAM"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4605	klarenbeek-arie-1888-12-14	{"a2": "2519"}	{"lerrcp": "A2-2519"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arie", "family": "Klarenbeek", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "notime": null, "date-ut": "1888-12-14 23:11:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Arie", "family": "Klarenbeek"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "date-ut": "1888-12-14 23:11:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2519"}, "ids-in-sources": {"a2": "2519"}}, "raw": {"H": "23", "MN": "11", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "14", "LAT": "52N22", "LON": "4E38", "MON": "12", "NUM": "2519", "PRO": "S", "SEC": "28", "YEA": "1888", "CITY": "A DAM"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4606	kluyver-albert-1888-06-03	{"a2": "2520"}	{"lerrcp": "A2-2520"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Kluyver", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "BREDA", "geoid": 0}, "notime": null, "date-ut": "1888-06-03 10:38:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Kluyver"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "BREDA", "geoid": 0}, "date-ut": "1888-06-03 10:38:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2520"}, "ids-in-sources": {"a2": "2520"}}, "raw": {"H": "10", "MN": "38", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "3", "LAT": "51N42", "LON": "5E19", "MON": "6", "NUM": "2520", "PRO": "S", "SEC": "44", "YEA": "1888", "CITY": "BREDA"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4607	koster-willem-1865-10-16	{"a2": "2521"}	{"lerrcp": "A2-2521"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willem", "family": "Koster", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "BOSKOOP", "geoid": 0}, "notime": null, "date-ut": "1865-10-16 07:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Willem", "family": "Koster"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "BOSKOOP", "geoid": 0}, "date-ut": "1865-10-16 07:42:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2521"}, "ids-in-sources": {"a2": "2521"}}, "raw": {"H": "7", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "16", "LAT": "52N 5", "LON": "4E28", "MON": "10", "NUM": "2521", "PRO": "S", "SEC": "8", "YEA": "1865", "CITY": "BOSKOOP"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4608	meurer-rudolph-1866-03-07	{"a2": "2522"}	{"lerrcp": "A2-2522"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rudolph", "family": "Meurer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "L", "c3": null, "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "MAASTRICHT", "geoid": 0}, "notime": null, "date-ut": "1866-03-07 06:37:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Rudolph", "family": "Meurer"}, "birth": {"place": {"c2": "L", "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "MAASTRICHT", "geoid": 0}, "date-ut": "1866-03-07 06:37:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2522"}, "ids-in-sources": {"a2": "2522"}}, "raw": {"H": "6", "MN": "37", "TZ": "0", "COD": "L", "COU": "N", "DAY": "7", "LAT": "50N51", "LON": "5E40", "MON": "3", "NUM": "2522", "PRO": "S", "SEC": "20", "YEA": "1866", "CITY": "MAASTRICHT"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4609	moleschott-jacob-1822-08-09	{"a2": "2523"}	{"lerrcp": "A2-2523"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacob", "family": "Moleschott", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "S HERTOGENBOSCH", "geoid": 0}, "notime": null, "date-ut": "1822-08-09 18:38:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacob", "family": "Moleschott"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "S HERTOGENBOSCH", "geoid": 0}, "date-ut": "1822-08-09 18:38:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2523"}, "ids-in-sources": {"a2": "2523"}}, "raw": {"H": "18", "MN": "38", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "9", "LAT": "51N42", "LON": "5E19", "MON": "8", "NUM": "2523", "PRO": "S", "SEC": "44", "YEA": "1822", "CITY": "S HERTOGENBOSCH"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4610	molewater-jan-1813-08-16	{"a2": "2524"}	{"lerrcp": "A2-2524"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Molewater", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1813-08-16 10:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Molewater"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1813-08-16 10:12:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2524"}, "ids-in-sources": {"a2": "2524"}}, "raw": {"H": "10", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "16", "LAT": "52N 5", "LON": "4E28", "MON": "8", "NUM": "2524", "PRO": "S", "SEC": "8", "YEA": "1813", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4611	nord-charles-1887-11-11	{"a2": "2525"}	{"lerrcp": "A2-2525"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Nord", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DELFT", "geoid": 0}, "notime": null, "date-ut": "1887-11-11 22:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Nord"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DELFT", "geoid": 0}, "date-ut": "1887-11-11 22:12:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2525"}, "ids-in-sources": {"a2": "2525"}}, "raw": {"H": "22", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "11", "LAT": "52N 5", "LON": "4E28", "MON": "11", "NUM": "2525", "PRO": "S", "SEC": "8", "YEA": "1887", "CITY": "DELFT"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4612	noyons-adriaan-1878-01-07	{"a2": "2526"}	{"lerrcp": "A2-2526"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adriaan", "family": "Noyons", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "notime": null, "date-ut": "1878-01-07 20:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Adriaan", "family": "Noyons"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "date-ut": "1878-01-07 20:39:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2526"}, "ids-in-sources": {"a2": "2526"}}, "raw": {"H": "20", "MN": "39", "TZ": "0", "COD": "U", "COU": "N", "DAY": "7", "LAT": "52N 6", "LON": "5E 8", "MON": "1", "NUM": "2526", "PRO": "S", "SEC": "28", "YEA": "1878", "CITY": "UTRECHT"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4613	otto-andreas-1878-03-30	{"a2": "2527"}	{"lerrcp": "A2-2527"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Andreas", "family": "Otto", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "ALKMAAR", "geoid": 0}, "notime": null, "date-ut": "1878-03-30 22:11:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Andreas", "family": "Otto"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "ALKMAAR", "geoid": 0}, "date-ut": "1878-03-30 22:11:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2527"}, "ids-in-sources": {"a2": "2527"}}, "raw": {"H": "22", "MN": "11", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "30", "LAT": "52N22", "LON": "4E38", "MON": "3", "NUM": "2527", "PRO": "S", "SEC": "28", "YEA": "1878", "CITY": "ALKMAAR"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4614	pijper-adrianus-1886-03-11	{"a2": "2528"}	{"lerrcp": "A2-2528"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrianus", "family": "Pijper", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "WONSERADEEL", "geoid": 0}, "notime": null, "date-ut": "1886-03-11 01:36:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Adrianus", "family": "Pijper"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "WONSERADEEL", "geoid": 0}, "date-ut": "1886-03-11 01:36:48"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2528"}, "ids-in-sources": {"a2": "2528"}}, "raw": {"H": "1", "MN": "36", "TZ": "0", "COD": "F", "COU": "N", "DAY": "11", "LAT": "53N12", "LON": "5E48", "MON": "3", "NUM": "2528", "PRO": "S", "SEC": "48", "YEA": "1886", "CITY": "WONSERADEEL"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4615	pinkhof-hermanus-1863-05-10	{"a2": "2529"}	{"lerrcp": "A2-2529"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermanus", "family": "Pinkhof", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1863-05-10 11:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hermanus", "family": "Pinkhof"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1863-05-10 11:42:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2529"}, "ids-in-sources": {"a2": "2529"}}, "raw": {"H": "11", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "10", "LAT": "52N 5", "LON": "4E28", "MON": "5", "NUM": "2529", "PRO": "S", "SEC": "8", "YEA": "1863", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4616	reijs-jacobus-1883-11-19	{"a2": "2530"}	{"lerrcp": "A2-2530"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacobus", "family": "Reijs", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1883-11-19 05:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacobus", "family": "Reijs"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1883-11-19 05:42:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2530"}, "ids-in-sources": {"a2": "2530"}}, "raw": {"H": "5", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "19", "LAT": "52N 5", "LON": "4E28", "MON": "11", "NUM": "2530", "PRO": "S", "SEC": "8", "YEA": "1883", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4617	rombouts-john-1892-01-15	{"a2": "2531"}	{"lerrcp": "A2-2531"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Rombouts", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1892-01-15 19:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "John", "family": "Rombouts"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1892-01-15 19:42:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2531"}, "ids-in-sources": {"a2": "2531"}}, "raw": {"H": "19", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "15", "LAT": "52N 5", "LON": "4E28", "MON": "1", "NUM": "2531", "PRO": "S", "SEC": "8", "YEA": "1892", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4618	romer-lucien-1873-08-23	{"a2": "2532"}	{"lerrcp": "A2-2532"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Römer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "O", "c3": null, "cy": "NL", "lg": 6.08333, "lat": 52.51667, "name": "KAMPEN", "geoid": 0}, "notime": null, "date-ut": "1873-08-23 22:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Römer"}, "birth": {"place": {"c2": "O", "cy": "NL", "lg": 6.08333, "lat": 52.51667, "name": "KAMPEN", "geoid": 0}, "date-ut": "1873-08-23 22:35:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2532"}, "ids-in-sources": {"a2": "2532"}}, "raw": {"H": "22", "MN": "35", "TZ": "0", "COD": "O", "COU": "N", "DAY": "23", "LAT": "52N31", "LON": "6E 5", "MON": "8", "NUM": "2532", "PRO": "S", "SEC": "40", "YEA": "1873", "CITY": "KAMPEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4619	rotgans-jacob-1859-01-02	{"a2": "2533"}	{"lerrcp": "A2-2533"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacob", "family": "Rotgans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "TERSCHELLING", "geoid": 0}, "notime": null, "date-ut": "1859-01-02 23:06:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacob", "family": "Rotgans"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "TERSCHELLING", "geoid": 0}, "date-ut": "1859-01-02 23:06:48"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2533"}, "ids-in-sources": {"a2": "2533"}}, "raw": {"H": "23", "MN": "6", "TZ": "0", "COD": "F", "COU": "N", "DAY": "2", "LAT": "53N12", "LON": "5E48", "MON": "1", "NUM": "2533", "PRO": "S", "SEC": "48", "YEA": "1859", "CITY": "TERSCHELLING"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4620	schelven-aart-1887-06-08	{"a2": "2534"}	{"lerrcp": "A2-2534"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aart", "family": "Schelven", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "DIEREN", "geoid": 0}, "notime": null, "date-ut": "1887-06-08 03:06:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Aart", "family": "Schelven"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "DIEREN", "geoid": 0}, "date-ut": "1887-06-08 03:06:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2534"}, "ids-in-sources": {"a2": "2534"}}, "raw": {"H": "3", "MN": "6", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "8", "LAT": "51N59", "LON": "5E54", "MON": "6", "NUM": "2534", "PRO": "S", "SEC": "24", "YEA": "1887", "CITY": "DIEREN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4621	schelven-theodorus-1889-06-12	{"a2": "2535"}	{"lerrcp": "A2-2535"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodorus", "family": "Schelven", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "DIEREN", "geoid": 0}, "notime": null, "date-ut": "1889-06-12 00:06:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Theodorus", "family": "Schelven"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "DIEREN", "geoid": 0}, "date-ut": "1889-06-12 00:06:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2535"}, "ids-in-sources": {"a2": "2535"}}, "raw": {"H": "0", "MN": "6", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "12", "LAT": "51N59", "LON": "5E54", "MON": "6", "NUM": "2535", "PRO": "S", "SEC": "24", "YEA": "1889", "CITY": "DIEREN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4622	slingenberg-bodo-1875-01-17	{"a2": "2536"}	{"lerrcp": "A2-2536"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bodo", "family": "Slingenberg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "notime": null, "date-ut": "1875-01-17 14:11:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Bodo", "family": "Slingenberg"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "date-ut": "1875-01-17 14:11:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2536"}, "ids-in-sources": {"a2": "2536"}}, "raw": {"H": "14", "MN": "11", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "17", "LAT": "52N22", "LON": "4E38", "MON": "1", "NUM": "2536", "PRO": "S", "SEC": "28", "YEA": "1875", "CITY": "A DAM"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4623	spek-leonardus-1895-12-17	{"a2": "2537"}	{"lerrcp": "A2-2537"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leonardus", "family": "Spek", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "HELMOND", "geoid": 0}, "notime": null, "date-ut": "1895-12-17 06:38:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Leonardus", "family": "Spek"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "HELMOND", "geoid": 0}, "date-ut": "1895-12-17 06:38:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2537"}, "ids-in-sources": {"a2": "2537"}}, "raw": {"H": "6", "MN": "38", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "17", "LAT": "51N42", "LON": "5E19", "MON": "12", "NUM": "2537", "PRO": "S", "SEC": "44", "YEA": "1895", "CITY": "HELMOND"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4624	tencate-berend-1874-03-17	{"a2": "2538"}	{"lerrcp": "A2-2538"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Berend", "family": "Tencate", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "O", "c3": null, "cy": "NL", "lg": 6.08333, "lat": 52.51667, "name": "STEENWIJK", "geoid": 0}, "notime": null, "date-ut": "1874-03-17 05:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Berend", "family": "Tencate"}, "birth": {"place": {"c2": "O", "cy": "NL", "lg": 6.08333, "lat": 52.51667, "name": "STEENWIJK", "geoid": 0}, "date-ut": "1874-03-17 05:35:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2538"}, "ids-in-sources": {"a2": "2538"}}, "raw": {"H": "5", "MN": "35", "TZ": "0", "COD": "O", "COU": "N", "DAY": "17", "LAT": "52N31", "LON": "6E 5", "MON": "3", "NUM": "2538", "PRO": "S", "SEC": "40", "YEA": "1874", "CITY": "STEENWIJK"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4625	thijsse-jacobus-1865-07-25	{"a2": "2539"}	{"lerrcp": "A2-2539"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacobus", "family": "Thijsse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "L", "c3": null, "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "MAASTRICHT", "geoid": 0}, "notime": null, "date-ut": "1865-07-25 23:07:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacobus", "family": "Thijsse"}, "birth": {"place": {"c2": "L", "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "MAASTRICHT", "geoid": 0}, "date-ut": "1865-07-25 23:07:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2539"}, "ids-in-sources": {"a2": "2539"}}, "raw": {"H": "23", "MN": "7", "TZ": "0", "COD": "L", "COU": "N", "DAY": "25", "LAT": "50N51", "LON": "5E40", "MON": "7", "NUM": "2539", "PRO": "S", "SEC": "20", "YEA": "1865", "CITY": "MAASTRICHT"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4626	tricht-barend-1885-01-01	{"a2": "2540"}	{"lerrcp": "A2-2540"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Barend", "family": "Tricht", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "notime": null, "date-ut": "1885-01-01 23:09:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Barend", "family": "Tricht"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "date-ut": "1885-01-01 23:09:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2540"}, "ids-in-sources": {"a2": "2540"}}, "raw": {"H": "23", "MN": "9", "TZ": "0", "COD": "U", "COU": "N", "DAY": "1", "LAT": "52N 6", "LON": "5E 8", "MON": "1", "NUM": "2540", "PRO": "S", "SEC": "28", "YEA": "1885", "CITY": "UTRECHT"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4627	vedder-aron-1904-02-14	{"a2": "2541"}	{"lerrcp": "A2-2541"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aron", "family": "Vedder", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "notime": null, "date-ut": "1904-02-14 08:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Aron", "family": "Vedder"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "date-ut": "1904-02-14 08:41:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2541"}, "ids-in-sources": {"a2": "2541"}}, "raw": {"H": "8", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "14", "LAT": "52N22", "LON": "4E38", "MON": "2", "NUM": "2541", "PRO": "S", "SEC": "28", "YEA": "1904", "CITY": "A DAM"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4628	waart-alfred-1888-10-12	{"a2": "2542"}	{"lerrcp": "A2-2542"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Waart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1888-10-12 17:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Waart"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1888-10-12 17:12:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2542"}, "ids-in-sources": {"a2": "2542"}}, "raw": {"H": "17", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "12", "LAT": "52N 5", "LON": "4E28", "MON": "10", "NUM": "2542", "PRO": "S", "SEC": "8", "YEA": "1888", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4629	waterman-nathaniel-1883-03-17	{"a2": "2543"}	{"lerrcp": "A2-2543"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nathaniel", "family": "Waterman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1883-03-17 19:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Nathaniel", "family": "Waterman"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1883-03-17 19:42:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2543"}, "ids-in-sources": {"a2": "2543"}}, "raw": {"H": "19", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "17", "LAT": "52N 5", "LON": "4E28", "MON": "3", "NUM": "2543", "PRO": "S", "SEC": "8", "YEA": "1883", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4630	wester-jurjen-1869-01-03	{"a2": "2544"}	{"lerrcp": "A2-2544"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jurjen", "family": "Wester", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "FINSTERWOLDE", "geoid": 0}, "notime": null, "date-ut": "1869-01-03 21:33:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jurjen", "family": "Wester"}, "birth": {"place": {"c2": "GR", "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "FINSTERWOLDE", "geoid": 0}, "date-ut": "1869-01-03 21:33:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2544"}, "ids-in-sources": {"a2": "2544"}}, "raw": {"H": "21", "MN": "33", "TZ": "0", "COD": "GR", "COU": "N", "DAY": "3", "LAT": "53N13", "LON": "6E34", "MON": "1", "NUM": "2544", "PRO": "S", "SEC": "44", "YEA": "1869", "CITY": "FINSTERWOLDE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4631	westerterp-murk-1893-03-02	{"a2": "2545"}	{"lerrcp": "A2-2545"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Murk", "family": "Westerterp", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "LEEUWARDEN", "geoid": 0}, "notime": null, "date-ut": "1893-03-02 10:36:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Murk", "family": "Westerterp"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "LEEUWARDEN", "geoid": 0}, "date-ut": "1893-03-02 10:36:48"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2545"}, "ids-in-sources": {"a2": "2545"}}, "raw": {"H": "10", "MN": "36", "TZ": "0", "COD": "F", "COU": "N", "DAY": "2", "LAT": "53N12", "LON": "5E48", "MON": "3", "NUM": "2545", "PRO": "S", "SEC": "48", "YEA": "1893", "CITY": "LEEUWARDEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4632	wijhe-jan-1856-09-08	{"a2": "2546"}	{"lerrcp": "A2-2546"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Wijhe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "DUIVEN", "geoid": 0}, "notime": null, "date-ut": "1856-09-08 08:36:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Wijhe"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "DUIVEN", "geoid": 0}, "date-ut": "1856-09-08 08:36:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2546"}, "ids-in-sources": {"a2": "2546"}}, "raw": {"H": "8", "MN": "36", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "8", "LAT": "51N59", "LON": "5E54", "MON": "9", "NUM": "2546", "PRO": "S", "SEC": "24", "YEA": "1856", "CITY": "DUIVEN"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4633	wilde-pieter-1872-07-08	{"a2": "2547"}	{"lerrcp": "A2-2547"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pieter", "family": "Wilde", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "NIEUWETONGE", "geoid": 0}, "notime": null, "date-ut": "1872-07-08 12:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pieter", "family": "Wilde"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "NIEUWETONGE", "geoid": 0}, "date-ut": "1872-07-08 12:42:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2547"}, "ids-in-sources": {"a2": "2547"}}, "raw": {"H": "12", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "8", "LAT": "52N 5", "LON": "4E28", "MON": "7", "NUM": "2547", "PRO": "S", "SEC": "8", "YEA": "1872", "CITY": "NIEUWETONGE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4634	winkler-prins-vincent-1865-05-19	{"a2": "2548"}	{"lerrcp": "A2-2548"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Winkler Prins Vincent", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "VEENDAM", "geoid": 0}, "notime": null, "date-ut": "1865-05-19 21:33:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "Winkler Prins Vincent"}, "birth": {"place": {"c2": "GR", "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "VEENDAM", "geoid": 0}, "date-ut": "1865-05-19 21:33:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2548"}, "ids-in-sources": {"a2": "2548"}}, "raw": {"H": "21", "MN": "33", "TZ": "0", "COD": "GR", "COU": "N", "DAY": "19", "LAT": "53N13", "LON": "6E34", "MON": "5", "NUM": "2548", "PRO": "S", "SEC": "44", "YEA": "1865", "CITY": "VEENDAM"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4635	woerdeman-martinus-1892-04-10	{"a2": "2549"}	{"lerrcp": "A2-2549"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Martinus", "family": "Woerdeman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "ZAANDIJK", "geoid": 0}, "notime": null, "date-ut": "1892-04-10 10:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Martinus", "family": "Woerdeman"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "ZAANDIJK", "geoid": 0}, "date-ut": "1892-04-10 10:41:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2549"}, "ids-in-sources": {"a2": "2549"}}, "raw": {"H": "10", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "10", "LAT": "52N22", "LON": "4E38", "MON": "4", "NUM": "2549", "PRO": "S", "SEC": "28", "YEA": "1892", "CITY": "ZAANDIJK"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4636	zange-frederik-1893-11-02	{"a2": "2550"}	{"lerrcp": "A2-2550"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frederik", "family": "Zange", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ARNHEM", "geoid": 0}, "notime": null, "date-ut": "1893-11-02 15:36:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Frederik", "family": "Zange"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ARNHEM", "geoid": 0}, "date-ut": "1893-11-02 15:36:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2550"}, "ids-in-sources": {"a2": "2550"}}, "raw": {"H": "15", "MN": "36", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "2", "LAT": "51N59", "LON": "5E54", "MON": "11", "NUM": "2550", "PRO": "S", "SEC": "24", "YEA": "1893", "CITY": "ARNHEM"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4637	zeeman-willem-1879-07-25	{"a2": "2551"}	{"lerrcp": "A2-2551"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willem", "family": "Zeeman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "notime": null, "date-ut": "1879-07-25 13:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Willem", "family": "Zeeman"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "date-ut": "1879-07-25 13:41:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2551"}, "ids-in-sources": {"a2": "2551"}}, "raw": {"H": "13", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "25", "LAT": "52N22", "LON": "4E38", "MON": "7", "NUM": "2551", "PRO": "S", "SEC": "28", "YEA": "1879", "CITY": "A DAM"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4638	zwardemaker-hendrik-1857-05-10	{"a2": "2552"}	{"lerrcp": "A2-2552"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hendrik", "family": "Zwardemaker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "notime": null, "date-ut": "1857-05-10 00:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hendrik", "family": "Zwardemaker"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "date-ut": "1857-05-10 00:41:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2552"}, "ids-in-sources": {"a2": "2552"}}, "raw": {"H": "0", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "10", "LAT": "52N22", "LON": "4E38", "MON": "5", "NUM": "2552", "PRO": "S", "SEC": "28", "YEA": "1857", "CITY": "HAARLEM"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4639	amagat-emile-1841-01-02	{"a2": "2553"}	{"lerrcp": "A2-2553"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Amagat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:21", "date": "1841-01-02 12:00", "note": null, "place": {"c1": null, "c2": "18", "c3": null, "cy": "FR", "lg": 2.83734, "lat": 47.33914, "name": "Saint-Satur", "geoid": 2977077}, "notime": null, "date-ut": "1841-01-02 11:50:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Amagat"}, "birth": {"tzo": "+00:11:21", "date": "1841-01-02 12:00", "place": {"c2": "18", "cy": "FR", "lg": 2.83734, "lat": 47.33914, "name": "Saint-Satur", "geoid": 2977077}, "date-ut": "1841-01-02 11:50:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2553"}, "ids-in-sources": {"a2": "2553"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "18", "COU": "F", "DAY": "2", "LAT": "47N 5", "LON": "2E23", "MON": "1", "NUM": "2553", "PRO": "S", "SEC": "28", "YEA": "1841", "CITY": "ST SATUR"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4640	gauquelin-a2-2554-1862-10-01	{"a2": "2554"}	{"lerrcp": "A2-2554"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A2-2554", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1862-10-01 00:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "4", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1862-09-30 23:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A2-2554"}, "birth": {"tzo": "+00:09:24", "date": "1862-10-01 00:00", "place": {"c2": "75", "c3": "4", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1862-09-30 23:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2554"}, "ids-in-sources": {"a2": "2554"}}, "raw": {"H": "23", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "30", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "2554", "PRO": "S", "SEC": "40", "YEA": "1862", "CITY": "PARIS 4E"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4643	baillaud-edouard-1848-02-14	{"a2": "2557"}	{"lerrcp": "A2-2557"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Baillaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:25", "date": "1848-02-14 22:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.85372, "lat": 46.78112, "name": "Chalon-sur-Saône", "geoid": 3027484}, "notime": null, "date-ut": "1848-02-14 21:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Baillaud"}, "birth": {"tzo": "+00:19:25", "date": "1848-02-14 22:00", "place": {"c2": "71", "cy": "FR", "lg": 4.85372, "lat": 46.78112, "name": "Chalon-sur-Saône", "geoid": 3027484}, "date-ut": "1848-02-14 21:40:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2557"}, "ids-in-sources": {"a2": "2557"}}, "raw": {"H": "21", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "14", "LAT": "46N18", "LON": "4E50", "MON": "2", "NUM": "2557", "PRO": "S", "SEC": "40", "YEA": "1848", "CITY": "CHALON S-SAONE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4648	barthelemy-rene-1889-03-10	{"a2": "2562"}	{"lerrcp": "A2-2562"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Barthelemy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:03", "date": "1889-03-10 06:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 3.01306, "lat": 48.55535, "name": "Nangis", "geoid": 2990992}, "notime": null, "date-ut": "1889-03-10 05:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "René", "family": "Barthelemy"}, "birth": {"tzo": "+00:12:03", "date": "1889-03-10 06:00", "place": {"c2": "77", "cy": "FR", "lg": 3.01306, "lat": 48.55535, "name": "Nangis", "geoid": 2990992}, "date-ut": "1889-03-10 05:49:20"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2562"}, "ids-in-sources": {"a2": "2562"}}, "raw": {"H": "5", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "10", "LAT": "48N33", "LON": "2E40", "MON": "3", "NUM": "2562", "PRO": "S", "SEC": "20", "YEA": "1889", "CITY": "NANGIS"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4645	barbier-francois-1848-03-02	{"a2": "2559", "g55": "09-5"}	{"g55": "09-5", "lerrcp": "A2-2559"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Barbier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:53", "date": "1848-03-02 07:03:17", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.97036, "lat": 46.79011, "name": "Luzy", "geoid": 2996957}, "notime": null, "date-ut": "1848-03-02 06:47:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "François", "family": "Barbier"}, "birth": {"tzo": "+00:15:53", "date": "1848-03-02 07:03:17", "place": {"c2": "58", "cy": "FR", "lg": 3.97036, "lat": 46.79011, "name": "Luzy", "geoid": 2996957}, "date-ut": "1848-03-02 06:47:24"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2559"}, "ids-in-sources": {"a2": "2559"}}, "raw": {"H": "6", "MN": "47", "TZ": "0", "COD": "58", "COU": "F", "DAY": "2", "LAT": "46N59", "LON": "3E 9", "MON": "3", "NUM": "2559", "PRO": "S", "SEC": "24", "YEA": "1848", "CITY": "LUZY"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-5"}, "ids-in-source": {"g55": "09-5"}}, "raw": {"DAY": "2-3-1848", "HOUR": "7 h.", "NAME": "BARBIER Francois", "PLACE": "Lusy (Nièvre)."}, "date": "2023-08-20T14:49:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4652	baulig-henri-1877-06-17	{"a2": "2566"}	{"lerrcp": "A2-2566"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Baulig", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1877-06-17 22:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "10", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1877-06-17 21:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Baulig"}, "birth": {"tzo": "+00:09:24", "date": "1877-06-17 22:00", "place": {"c2": "75", "c3": "10", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1877-06-17 21:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2566"}, "ids-in-sources": {"a2": "2566"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "17", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "2566", "PRO": "S", "SEC": "40", "YEA": "1877", "CITY": "PARIS 10E"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4654	becquerel-alexandre-1820-03-24	{"a2": "2568"}	{"lerrcp": "A2-2568"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Becquerel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1820-03-24 13:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1820-03-24 12:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Becquerel"}, "birth": {"tzo": "+00:09:24", "date": "1820-03-24 13:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1820-03-24 12:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2568"}, "ids-in-sources": {"a2": "2568"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "24", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "2568", "PRO": "S", "SEC": "40", "YEA": "1820", "CITY": "PARIS"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4656	becquerel-jean-1878-02-05	{"a2": "2570"}	{"lerrcp": "A2-2570"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Becquerel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1878-02-05 14:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "5", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1878-02-05 13:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Becquerel"}, "birth": {"tzo": "+00:09:24", "date": "1878-02-05 14:00", "place": {"c2": "75", "c3": "5", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1878-02-05 13:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2570"}, "ids-in-sources": {"a2": "2570"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "5", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "2570", "PRO": "S", "SEC": "40", "YEA": "1878", "CITY": "PARIS 5E"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4659	gauquelin-a2-2573-1833-10-19	{"a2": "2573"}	{"lerrcp": "A2-2573"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A2-2573", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:17", "date": "1833-10-19 16:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.57033, "lat": 47.7996, "name": "Auxerre", "geoid": 3035843}, "notime": null, "date-ut": "1833-10-19 15:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A2-2573"}, "birth": {"tzo": "+00:14:17", "date": "1833-10-19 16:00", "place": {"c2": "89", "cy": "FR", "lg": 3.57033, "lat": 47.7996, "name": "Auxerre", "geoid": 3035843}, "date-ut": "1833-10-19 15:45:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2573"}, "ids-in-sources": {"a2": "2573"}}, "raw": {"H": "15", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "19", "LAT": "47N48", "LON": "3E35", "MON": "10", "NUM": "2573", "PRO": "S", "SEC": "40", "YEA": "1833", "CITY": "AUXERRE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4661	bertrand-charles-1851-01-02	{"a2": "2575"}	{"lerrcp": "A2-2575"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Bertrand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1851-01-02 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1851-01-02 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Bertrand"}, "birth": {"tzo": "+00:09:24", "date": "1851-01-02 06:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1851-01-02 05:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2575"}, "ids-in-sources": {"a2": "2575"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "2575", "PRO": "S", "SEC": "40", "YEA": "1851", "CITY": "PARIS"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4663	bienayme-arthur-1834-01-13	{"a2": "2577"}	{"lerrcp": "A2-2577"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Bienayme", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1834-01-13 18:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1834-01-13 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Bienayme"}, "birth": {"tzo": "+00:09:24", "date": "1834-01-13 18:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1834-01-13 17:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2577"}, "ids-in-sources": {"a2": "2577"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "13", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "2577", "PRO": "S", "SEC": "40", "YEA": "1834", "CITY": "PARIS"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
17879	bouygues-francis-1922-12-05	{"e1": "246b"}	{"lerrcp": "E1-246b"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Bouygues", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-12-05 09:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "17", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1922-12-05 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Francis", "family": "Bouygues"}, "birth": {"tzo": "+00:00", "date": "1922-12-05 09:00", "place": {"c2": "75", "c3": "17", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1922-12-05 09:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "246b"}}, "raw": {"H": "09:00", "COD": "75", "DAY": "05", "MON": "12", "NUM": "0246b", "PRO": "EX", "YEA": "1922", "CITY": "Paris 17ème", "NAME": "BOUYGUES Francis", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
4672	bonnier-gaston-1853-04-09	{"a2": "2586"}	{"lerrcp": "A2-2586"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Bonnier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1853-04-09 11:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1853-04-09 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Bonnier"}, "birth": {"tzo": "+00:09:24", "date": "1853-04-09 11:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1853-04-09 10:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2586"}, "ids-in-sources": {"a2": "2586"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "9", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "2586", "PRO": "S", "SEC": "40", "YEA": "1853", "CITY": "PARIS"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4670	boileau-pierre-1811-02-19	{"a2": "2584", "g55": "09-22"}	{"g55": "09-22", "lerrcp": "A2-2584"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Boileau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:41", "date": "1811-02-19 12:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1811-02-19 11:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Boileau"}, "birth": {"tzo": "+00:24:41", "date": "1811-02-19 12:00", "place": {"c2": "57", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1811-02-19 11:35:16"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2584"}, "ids-in-sources": {"a2": "2584"}}, "raw": {"H": "11", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "19", "LAT": "49N 7", "LON": "6E11", "MON": "2", "NUM": "2584", "PRO": "S", "SEC": "16", "YEA": "1811", "CITY": "METZ"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-22"}, "ids-in-source": {"g55": "09-22"}}, "raw": {"DAY": "19-2-1811", "HOUR": "12 h.", "NAME": "BOILEAU Pierre", "PLACE": "Metz (Moselle)."}, "date": "2023-08-20T14:49:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4676	bouligand-georges-1889-10-13	{"a2": "2590"}	{"lerrcp": "A2-2590"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Bouligand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:13:29", "date": "1889-10-13 11:30", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "notime": null, "date-ut": "1889-10-13 11:40:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Bouligand"}, "birth": {"tzo": "-00:13:29", "date": "1889-10-13 11:30", "place": {"c2": "56", "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "date-ut": "1889-10-13 11:40:56"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2590"}, "ids-in-sources": {"a2": "2590"}}, "raw": {"H": "11", "MN": "40", "TZ": "0", "COD": "56", "COU": "F", "DAY": "13", "LAT": "47N40", "LON": "2W44", "MON": "10", "NUM": "2590", "PRO": "S", "SEC": "56", "YEA": "1889", "CITY": "LORIENT"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4677	bouquet-jean-1819-09-07	{"a2": "2591"}	{"lerrcp": "A2-2591"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bouquet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:26:26", "date": "1819-09-07 15:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.60716, "lat": 47.05784, "name": "Morteau", "geoid": 2991692}, "notime": null, "date-ut": "1819-09-07 14:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bouquet"}, "birth": {"tzo": "+00:26:26", "date": "1819-09-07 15:00", "place": {"c2": "25", "cy": "FR", "lg": 6.60716, "lat": 47.05784, "name": "Morteau", "geoid": 2991692}, "date-ut": "1819-09-07 14:35:52"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2591"}, "ids-in-sources": {"a2": "2591"}}, "raw": {"H": "14", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "7", "LAT": "47N15", "LON": "6E 2", "MON": "9", "NUM": "2591", "PRO": "S", "SEC": "52", "YEA": "1819", "CITY": "MORTEAU"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4679	bourgeois-joseph-1857-02-21	{"a2": "2593", "g55": "09-29"}	{"g55": "09-29", "lerrcp": "A2-2593"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Bourgeois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:24", "date": "1857-02-21 23:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "Ste-Marie-aux-Mines", "geoid": 0}, "notime": null, "date-ut": "1857-02-21 22:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Bourgeois"}, "birth": {"tzo": "+00:29:24", "date": "1857-02-21 23:00", "place": {"c2": "68", "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "Sainte-Marie Aux M", "geoid": 0}, "date-ut": "1857-02-21 22:30:36"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2593"}, "ids-in-sources": {"a2": "2593"}}, "raw": {"H": "22", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "21", "LAT": "48N 5", "LON": "7E21", "MON": "2", "NUM": "2593", "PRO": "S", "SEC": "36", "YEA": "1857", "CITY": "STE MARIE AUX M"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Ste-Marie-aux-Mines"}}, "partial-ids": {"g55": "09-29"}, "ids-in-source": {"g55": "09-29"}}, "raw": {"DAY": "21-2-1857", "HOUR": "23 h.", "NAME": "BOURGEOIS Joseph", "PLACE": "Ste-Marie-aux-Mines (Ht-Rhin)."}, "date": "2023-08-20T14:49:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4684	bravais-auguste-1811-08-23	{"a2": "2598", "g55": "09-33"}	{"g55": "09-33", "lerrcp": "A2-2598"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Bravais", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:41", "date": "1811-08-23 13:00", "note": null, "place": {"c1": null, "c2": "07", "c3": null, "cy": "FR", "lg": 4.6707, "lat": 45.23992, "name": "Annonay", "geoid": 3037514}, "notime": null, "date-ut": "1811-08-23 12:41:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Bravais"}, "birth": {"tzo": "+00:18:41", "date": "1811-08-23 13:00", "place": {"c2": "07", "cy": "FR", "lg": 4.6707, "lat": 45.23992, "name": "Annonay", "geoid": 3037514}, "date-ut": "1811-08-23 12:41:36"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2598"}, "ids-in-sources": {"a2": "2598"}}, "raw": {"H": "12", "MN": "41", "TZ": "0", "COD": "07", "COU": "F", "DAY": "23", "LAT": "44N44", "LON": "4E36", "MON": "8", "NUM": "2598", "PRO": "S", "SEC": "36", "YEA": "1811", "CITY": "ANNONAY"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-33"}, "ids-in-source": {"g55": "09-33"}}, "raw": {"DAY": "23-8-1811", "HOUR": "13 h.", "NAME": "BRAVAIS Auguste", "PLACE": "Annonay (Ardèche)."}, "date": "2023-08-20T14:49:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4680	boussinesq-joseph-valentin-1842-03-13	{"a2": "2594", "wd": "Q121108"}	{"wd": "Q121108", "lerrcp": "A2-2594"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Valentin Joseph", "family": "Boussinesq", "spouse": [], "official": {"given": "Valentin Joseph", "family": "Boussinesq"}}	M	{"lmt": null, "tzo": "+00:15:32", "date": "1842-03-13 01:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.88333, "lat": 43.61667, "name": "Saint-André-de-Sangonis", "geoid": 0}, "notime": null, "date-ut": "1842-03-13 00:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mathematician", "physicist"]	2	{"birth": {"slug": "boussinesq-joseph-valentin-1842-03-13", "extras": {"partial-ids": {"wd": "Q121108"}, "ids-in-sources": {"wd": "Q121108"}}, "header": {"history": {"0": {"date": "2023-07-25", "actor": "Thierry Graff", "action": "Locate the act and add to opengauquelin.org"}}}, "source": {"notes": "Document original conservé aux Archives départementales de l'Hérault sous la cote 3 E 248/6\\n", "civil-registry": {"web": {"url": "https://archives-pierresvives.herault.fr/ark:/37279/vta82e4cafeaad7cf70/daogrp/0/99", "page": "99 / 198"}, "name": "Saint-André-de-Sangonis Naissances 1833-1850 - 5 MI 32/23", "place": {"c2": "34", "cy": "FR", "name": "Saint-André-de-Sangonis"}}, "document-creation": {"date": "1842-03-13 12:00"}}, "opengauquelin": {"old-slug": "boussinesq-valentin-1842-03-13", "projects": {"0": "french-math"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Valentin Joseph", "family": "Boussinesq"}}, "birth": {"date": "1842-03-13 01:00", "place": {"c2": "34", "cy": "FR", "name": "Saint-André-de-Sangonis"}}}}}	[{"new": {"name": {"given": "Valentin", "family": "Boussinesq"}, "birth": {"tzo": "+00:15:32", "date": "1842-03-13 01:00", "place": {"c2": "34", "cy": "FR", "lg": 3.88333, "lat": 43.61667, "name": "Saint-Andre de San", "geoid": 0}, "date-ut": "1842-03-13 00:44:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2594"}, "ids-in-sources": {"a2": "2594"}}, "raw": {"H": "0", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "13", "LAT": "43N37", "LON": "3E53", "MON": "3", "NUM": "2594", "PRO": "S", "SEC": "28", "YEA": "1842", "CITY": "ST ANDRE DE SAN"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"sex": "M", "name": {"official": {"given": "Valentin Joseph", "family": "Boussinesq"}}, "birth": {"date": "1842-03-13 01:00", "place": {"c2": "34", "cy": "FR", "name": "Saint-André-de-Sangonis"}}, "occus": ["mathematician", "physicist"], "partial-ids": {"wd": "Q121108"}, "ids-in-sources": {"wd": "Q121108"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1842/03/13/boussinesq-joseph-valentin-1842-03-13\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add boussinesq-joseph-valentin-1842-03-13"}]	[]
4685	breguet-louis-1804-12-22	{"a2": "2599"}	{"lerrcp": "A2-2599"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Breguet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1804-12-22 15:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1804-12-22 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Breguet"}, "birth": {"tzo": "+00:09:24", "date": "1804-12-22 15:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1804-12-22 14:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2599"}, "ids-in-sources": {"a2": "2599"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "22", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "2599", "PRO": "S", "SEC": "40", "YEA": "1804", "CITY": "PARIS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4689	broglie-maurice-1875-04-27	{"a2": "2603"}	{"lerrcp": "A2-2603"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Broglie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1875-04-27 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "8", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1875-04-27 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Broglie"}, "birth": {"tzo": "+00:09:24", "date": "1875-04-27 06:00", "place": {"c2": "75", "c3": "8", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1875-04-27 05:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2603"}, "ids-in-sources": {"a2": "2603"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "27", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "2603", "PRO": "S", "SEC": "40", "YEA": "1875", "CITY": "PARIS 8E"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4693	cabannes-jean-1885-08-12	{"a2": "2607", "g55": "09-39"}	{"g55": "09-39", "lerrcp": "A2-2607"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Cabannes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1885-08-12 14:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1885-08-12 13:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Cabannes"}, "birth": {"tzo": "+00:21:31", "date": "1885-08-12 14:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1885-08-12 13:38:32"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2607"}, "ids-in-sources": {"a2": "2607"}}, "raw": {"H": "13", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "12", "LAT": "43N18", "LON": "5E22", "MON": "8", "NUM": "2607", "PRO": "S", "SEC": "32", "YEA": "1885", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-39"}, "ids-in-source": {"g55": "09-39"}}, "raw": {"DAY": "12-8-1885", "HOUR": "14 h.", "NAME": "CABANNES Jean", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:49:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4691	brongniart-adolphe-1801-01-14	{"a2": "2605"}	{"lerrcp": "A2-2605"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Brongniart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1801-01-14 21:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1801-01-14 20:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Brongniart"}, "birth": {"tzo": "+00:09:24", "date": "1801-01-14 21:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1801-01-14 20:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2605"}, "ids-in-sources": {"a2": "2605"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "14", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "2605", "PRO": "S", "SEC": "40", "YEA": "1801", "CITY": "PARIS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4699	carnot-marie-1839-01-27	{"a2": "2613"}	{"lerrcp": "A2-2613"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Carnot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1839-01-27 02:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1839-01-27 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Carnot"}, "birth": {"tzo": "+00:09:24", "date": "1839-01-27 02:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1839-01-27 01:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2613"}, "ids-in-sources": {"a2": "2613"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "27", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "2613", "PRO": "S", "SEC": "40", "YEA": "1839", "CITY": "PARIS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4697	camichel-charles-1871-09-15	{"a2": "2611", "g55": "09-43"}	{"g55": "09-43", "lerrcp": "A2-2611"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Camichel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:56", "date": "1871-09-15 13:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.48224, "lat": 43.48094, "name": "Montagnac", "geoid": 2993160}, "notime": null, "date-ut": "1871-09-15 12:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Camichel"}, "birth": {"tzo": "+00:13:56", "date": "1871-09-15 13:00", "place": {"c2": "34", "cy": "FR", "lg": 3.48224, "lat": 43.48094, "name": "Montagnac", "geoid": 2993160}, "date-ut": "1871-09-15 12:44:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2611"}, "ids-in-sources": {"a2": "2611"}}, "raw": {"H": "12", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "15", "LAT": "43N37", "LON": "3E53", "MON": "9", "NUM": "2611", "PRO": "S", "SEC": "28", "YEA": "1871", "CITY": "MONTAGNAC"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-43"}, "ids-in-source": {"g55": "09-43"}}, "raw": {"DAY": "15-9-1871", "HOUR": "13 h.", "NAME": "CAMICHEL Charles", "PLACE": "Montagnac (Hérault)."}, "date": "2023-08-20T14:49:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4700	carpentier-jules-1851-08-30	{"a2": "2614"}	{"lerrcp": "A2-2614"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Carpentier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1851-08-30 08:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1851-08-30 08:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Carpentier"}, "birth": {"tzo": "+00:09:24", "date": "1851-08-30 08:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1851-08-30 08:20:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2614"}, "ids-in-sources": {"a2": "2614"}}, "raw": {"H": "8", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "30", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "2614", "PRO": "S", "SEC": "40", "YEA": "1851", "CITY": "PARIS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4704	chardonnet-hilaire-1839-05-01	{"a2": "2618", "g55": "09-47"}	{"g55": "09-47", "lerrcp": "A2-2618"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hilaire", "family": "Chardonnet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:04", "date": "1839-05-01 10:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1839-05-01 09:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Hilaire", "family": "Chardonnet"}, "birth": {"tzo": "+00:24:04", "date": "1839-05-01 10:00", "place": {"c2": "25", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1839-05-01 09:35:52"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2618"}, "ids-in-sources": {"a2": "2618"}}, "raw": {"H": "9", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "1", "LAT": "47N15", "LON": "6E 2", "MON": "5", "NUM": "2618", "PRO": "S", "SEC": "52", "YEA": "1839", "CITY": "BESANCON"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-47"}, "ids-in-source": {"g55": "09-47"}}, "raw": {"DAY": "1-5-1839", "HOUR": "10 h.", "NAME": "CHARDONNET B. (de) Hilaire", "PLACE": "Besançon (Doubs)."}, "date": "2023-08-20T14:49:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4707	chazy-jean-1882-08-15	{"a2": "2621", "g55": "09-50"}	{"g55": "09-50", "lerrcp": "A2-2621"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Chazy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:20", "date": "1882-08-15 20:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Villefranche", "geoid": 0}, "notime": null, "date-ut": "1882-08-15 19:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Chazy"}, "birth": {"tzo": "+00:19:20", "date": "1882-08-15 20:00", "place": {"c2": "69", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Villefranche", "geoid": 0}, "date-ut": "1882-08-15 19:40:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2621"}, "ids-in-sources": {"a2": "2621"}}, "raw": {"H": "19", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "15", "LAT": "45N46", "LON": "4E50", "MON": "8", "NUM": "2621", "PRO": "S", "SEC": "40", "YEA": "1882", "CITY": "VILLEFRANCHE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Villefranche"}}, "partial-ids": {"g55": "09-50"}, "ids-in-source": {"g55": "09-50"}}, "raw": {"DAY": "15-8-1882", "HOUR": "20 h.", "NAME": "CHAZY Jean", "PLACE": "Villefranche (Rhône)."}, "date": "2023-08-20T14:49:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4709	chevandier-valdrome-eugene-1810-08-15	{"a2": "2623", "g55": "09-52"}	{"g55": "09-52", "lerrcp": "A2-2623"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Chevandier Valdrome Eugene", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:28:16", "date": "1810-08-15 23:03:32", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 7.06569, "lat": 48.61018, "name": "Saint-Quirin", "geoid": 2977255}, "notime": null, "date-ut": "1810-08-15 22:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "", "family": "Chevandier Valdrome Eugene"}, "birth": {"tzo": "+00:28:16", "date": "1810-08-15 23:03:32", "place": {"c2": "57", "cy": "FR", "lg": 7.06569, "lat": 48.61018, "name": "Saint-Quirin", "geoid": 2977255}, "date-ut": "1810-08-15 22:35:16"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2623"}, "ids-in-sources": {"a2": "2623"}}, "raw": {"H": "22", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "15", "LAT": "49N 7", "LON": "6E11", "MON": "8", "NUM": "2623", "PRO": "S", "SEC": "16", "YEA": "1810", "CITY": "ST QUIRIN"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-52"}, "ids-in-source": {"g55": "09-52"}}, "raw": {"DAY": "15-8-1810", "HOUR": "23 h.", "NAME": "CHEVANDIER (de) V. Eugène", "PLACE": "Saint-Quirin (Moselle)."}, "date": "2023-08-20T14:49:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4710	chevenard-pierre-1888-12-31	{"a2": "2624"}	{"lerrcp": "A2-2624"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Chevenard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:20", "date": "1888-12-31 04:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Thizy", "geoid": 0}, "notime": null, "date-ut": "1888-12-31 03:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Chevenard"}, "birth": {"tzo": "+00:19:20", "date": "1888-12-31 04:00", "place": {"c2": "69", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Thizy", "geoid": 0}, "date-ut": "1888-12-31 03:40:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2624"}, "ids-in-sources": {"a2": "2624"}}, "raw": {"H": "3", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "31", "LAT": "45N46", "LON": "4E50", "MON": "12", "NUM": "2624", "PRO": "S", "SEC": "40", "YEA": "1888", "CITY": "THIZY"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4711	clapeyron-benoit-1799-01-26	{"a2": "2625"}	{"lerrcp": "A2-2625"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benoît", "family": "Clapeyron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1799-01-26 14:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1799-01-26 13:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Benoît", "family": "Clapeyron"}, "birth": {"tzo": "+00:09:24", "date": "1799-01-26 14:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1799-01-26 13:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2625"}, "ids-in-sources": {"a2": "2625"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "26", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "2625", "PRO": "S", "SEC": "40", "YEA": "1799", "CITY": "PARIS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4713	colin-edouard-1852-11-28	{"a2": "2627", "g55": "09-54"}	{"g55": "09-54", "lerrcp": "A2-2627"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Colin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:57", "date": "1852-11-28 04:00", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 1.98938, "lat": 43.76688, "name": "Graulhet", "geoid": 3014828}, "notime": null, "date-ut": "1852-11-28 03:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Colin"}, "birth": {"tzo": "+00:07:57", "date": "1852-11-28 04:00", "place": {"c2": "81", "cy": "FR", "lg": 1.98938, "lat": 43.76688, "name": "Graulhet", "geoid": 3014828}, "date-ut": "1852-11-28 03:51:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2627"}, "ids-in-sources": {"a2": "2627"}}, "raw": {"H": "3", "MN": "51", "TZ": "0", "COD": "81", "COU": "F", "DAY": "28", "LAT": "43N55", "LON": "2E 8", "MON": "11", "NUM": "2627", "PRO": "S", "SEC": "28", "YEA": "1852", "CITY": "GRAULHET"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-54"}, "ids-in-source": {"g55": "09-54"}}, "raw": {"DAY": "28-11-1852", "HOUR": "4 h.", "NAME": "COLIN Edouard", "PLACE": "Graulhet (Tarn)."}, "date": "2023-08-20T14:49:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4719	cosson-ernest-1819-07-22	{"a2": "2633"}	{"lerrcp": "A2-2633"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Cosson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1819-07-22 19:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1819-07-22 18:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Cosson"}, "birth": {"tzo": "+00:09:24", "date": "1819-07-22 19:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1819-07-22 18:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2633"}, "ids-in-sources": {"a2": "2633"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "22", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "2633", "PRO": "S", "SEC": "40", "YEA": "1819", "CITY": "PARIS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4717	cornu-marie-1841-03-07	{"a2": "2631", "g55": "09-58"}	{"g55": "09-58", "lerrcp": "A2-2631"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Cornu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:37", "date": "1841-03-07 09:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1841-03-07 08:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Cornu"}, "birth": {"tzo": "+00:07:37", "date": "1841-03-07 09:00", "place": {"c2": "45", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1841-03-07 08:52:24"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2631"}, "ids-in-sources": {"a2": "2631"}}, "raw": {"H": "8", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "7", "LAT": "47N54", "LON": "1E54", "MON": "3", "NUM": "2631", "PRO": "S", "SEC": "24", "YEA": "1841", "CITY": "ORLEANS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-58"}, "ids-in-source": {"g55": "09-58"}}, "raw": {"DAY": "7-3-1841", "HOUR": "9 h.", "NAME": "CORNU. Marie-A.", "PLACE": "Orléans (Loiret)."}, "date": "2023-08-20T14:49:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4723	cuenot-lucien-1866-10-21	{"a2": "2637"}	{"lerrcp": "A2-2637"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Cuenot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1866-10-21 20:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "17", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1866-10-21 19:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Cuenot"}, "birth": {"tzo": "+00:09:24", "date": "1866-10-21 20:00", "place": {"c2": "75", "c3": "17", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1866-10-21 19:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2637"}, "ids-in-sources": {"a2": "2637"}}, "raw": {"H": "19", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "21", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "2637", "PRO": "S", "SEC": "40", "YEA": "1866", "CITY": "PARIS 17E"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4724	damour-auguste-1808-07-19	{"a2": "2638"}	{"lerrcp": "A2-2638"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Damour", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1808-07-19 12:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1808-07-19 12:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Damour"}, "birth": {"tzo": "+00:09:24", "date": "1808-07-19 12:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1808-07-19 12:20:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2638"}, "ids-in-sources": {"a2": "2638"}}, "raw": {"H": "12", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "19", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "2638", "PRO": "S", "SEC": "40", "YEA": "1808", "CITY": "PARIS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4722	crova-andre-1833-12-03	{"a2": "2636", "g55": "09-62"}	{"g55": "09-62", "lerrcp": "A2-2636"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Crova", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:35", "date": "1833-12-03 16:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "notime": null, "date-ut": "1833-12-03 15:48:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "André", "family": "Crova"}, "birth": {"tzo": "+00:11:35", "date": "1833-12-03 16:00", "place": {"c2": "66", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "date-ut": "1833-12-03 15:48:20"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2636"}, "ids-in-sources": {"a2": "2636"}}, "raw": {"H": "15", "MN": "48", "TZ": "0", "COD": "66", "COU": "F", "DAY": "3", "LAT": "42N42", "LON": "2E55", "MON": "12", "NUM": "2636", "PRO": "S", "SEC": "20", "YEA": "1833", "CITY": "PERPIGNAN"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-62"}, "ids-in-source": {"g55": "09-62"}}, "raw": {"DAY": "3-12-1833", "HOUR": "16 h.", "NAME": "CROVA André", "PLACE": "Perpignan (Pyrénées-Orientales)."}, "date": "2023-08-20T14:49:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4726	danjon-andre-1890-04-06	{"a2": "2640"}	{"lerrcp": "A2-2640"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Danjon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:26", "date": "1890-04-06 23:30", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.35912, "lat": 49.18585, "name": "Caen", "geoid": 3029241}, "notime": null, "date-ut": "1890-04-06 23:31:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "André", "family": "Danjon"}, "birth": {"tzo": "-00:01:26", "date": "1890-04-06 23:30", "place": {"c2": "14", "cy": "FR", "lg": -0.35912, "lat": 49.18585, "name": "Caen", "geoid": 3029241}, "date-ut": "1890-04-06 23:31:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2640"}, "ids-in-sources": {"a2": "2640"}}, "raw": {"H": "23", "MN": "31", "TZ": "0", "COD": "14", "COU": "F", "DAY": "6", "LAT": "49N11", "LON": "0W22", "MON": "4", "NUM": "2640", "PRO": "S", "SEC": "28", "YEA": "1890", "CITY": "CAEN"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4728	darmois-emile-1884-04-10	{"a2": "2642"}	{"lerrcp": "A2-2642"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Darmois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18034, "lat": 48.91925, "name": "Éply", "geoid": 3019988}, "notime": null, "date-ut": "1884-04-10 01:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Darmois"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.18034, "lat": 48.91925, "name": "Éply", "geoid": 3019988}, "date-ut": "1884-04-10 01:35:12"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2642"}, "ids-in-sources": {"a2": "2642"}}, "raw": {"H": "1", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "10", "LAT": "48N42", "LON": "6E12", "MON": "4", "NUM": "2642", "PRO": "S", "SEC": "12", "YEA": "1884", "CITY": "EPLY"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4729	darmois-georges-1888-06-24	{"a2": "2643"}	{"lerrcp": "A2-2643"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Darmois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18034, "lat": 48.91925, "name": "Éply", "geoid": 3019988}, "notime": null, "date-ut": "1888-06-24 18:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Darmois"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.18034, "lat": 48.91925, "name": "Éply", "geoid": 3019988}, "date-ut": "1888-06-24 18:35:12"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2643"}, "ids-in-sources": {"a2": "2643"}}, "raw": {"H": "18", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "24", "LAT": "48N42", "LON": "6E12", "MON": "6", "NUM": "2643", "PRO": "S", "SEC": "12", "YEA": "1888", "CITY": "EPLY"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4727	darboux-gaston-1842-08-15	{"a2": "2641", "g55": "09-64"}	{"g55": "09-64", "lerrcp": "A2-2641"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Darboux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:26", "date": "1842-08-15 01:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1842-08-15 00:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Darboux"}, "birth": {"tzo": "+00:17:26", "date": "1842-08-15 01:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1842-08-15 00:42:36"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2641"}, "ids-in-sources": {"a2": "2641"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "15", "LAT": "43N51", "LON": "4E21", "MON": "8", "NUM": "2641", "PRO": "S", "SEC": "36", "YEA": "1842", "CITY": "NIMES"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-64"}, "ids-in-source": {"g55": "09-64"}}, "raw": {"DAY": "15-8-1842", "HOUR": "1 h.", "NAME": "DARBOUX Gaston", "PLACE": "Nimes (Gard)."}, "date": "2023-08-20T14:49:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4730	darrieus-georges-1888-09-24	{"a2": "2644"}	{"lerrcp": "A2-2644"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Darrieus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:43", "date": "1888-09-24 10:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1888-09-24 09:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Darrieus"}, "birth": {"tzo": "+00:23:43", "date": "1888-09-24 10:00", "place": {"c2": "83", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1888-09-24 09:34:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2644"}, "ids-in-sources": {"a2": "2644"}}, "raw": {"H": "9", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "24", "LAT": "43N32", "LON": "6E28", "MON": "9", "NUM": "2644", "PRO": "S", "SEC": "8", "YEA": "1888", "CITY": "TOULON"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4731	dassault-darius-1882-01-13	{"a2": "2645"}	{"lerrcp": "A2-2645"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Darius", "family": "Dassault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1882-01-13 19:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "9", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1882-01-13 18:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Darius", "family": "Dassault"}, "birth": {"tzo": "+00:09:24", "date": "1882-01-13 19:00", "place": {"c2": "75", "c3": "9", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1882-01-13 18:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2645"}, "ids-in-sources": {"a2": "2645"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "13", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "2645", "PRO": "S", "SEC": "40", "YEA": "1882", "CITY": "PARIS 9E"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4734	david-armand-1826-09-07	{"a2": "2648", "g55": "09-67"}	{"g55": "09-67", "lerrcp": "A2-2648"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "David", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:48", "date": "1826-09-07 02:55:40", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.44798, "lat": 43.34052, "name": "Espelette", "geoid": 3019699}, "notime": null, "date-ut": "1826-09-07 03:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Armand", "family": "David"}, "birth": {"tzo": "-00:05:48", "date": "1826-09-07 02:55:40", "place": {"c2": "64", "cy": "FR", "lg": -1.44798, "lat": 43.34052, "name": "Espelette", "geoid": 3019699}, "date-ut": "1826-09-07 03:01:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2648"}, "ids-in-sources": {"a2": "2648"}}, "raw": {"H": "3", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "7", "LAT": "43N18", "LON": "0W22", "MON": "9", "NUM": "2648", "PRO": "S", "SEC": "28", "YEA": "1826", "CITY": "ESPELETTE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-67"}, "ids-in-source": {"g55": "09-67"}}, "raw": {"DAY": "7-9-1826", "HOUR": "3 h.", "NAME": "DAVID Armand", "PLACE": "Espelette (Basses-Pyrénées)."}, "date": "2023-08-20T14:49:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4736	deherain-pierre-1830-04-19	{"a2": "2650"}	{"lerrcp": "A2-2650"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Deherain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1830-04-19 22:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1830-04-19 21:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Deherain"}, "birth": {"tzo": "+00:09:24", "date": "1830-04-19 22:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1830-04-19 21:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2650"}, "ids-in-sources": {"a2": "2650"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "19", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "2650", "PRO": "S", "SEC": "40", "YEA": "1830", "CITY": "PARIS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4739	denjoy-armand-1884-01-05	{"a2": "2654"}	{"lerrcp": "A2-2654"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Denjoy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:21", "date": "1884-01-05 15:04:37", "note": null, "place": {"c1": null, "c2": "32", "c3": null, "cy": "FR", "lg": 0.58856, "lat": 43.64561, "name": "Auch", "geoid": 3036281}, "notime": null, "date-ut": "1884-01-05 15:02:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Denjoy"}, "birth": {"tzo": "+00:02:21", "date": "1884-01-05 15:04:37", "place": {"c2": "32", "cy": "FR", "lg": 0.58856, "lat": 43.64561, "name": "Auch", "geoid": 3036281}, "date-ut": "1884-01-05 15:02:16"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2654"}, "ids-in-sources": {"a2": "2654"}}, "raw": {"H": "15", "MN": "2", "TZ": "0", "COD": "32", "COU": "F", "DAY": "5", "LAT": "43N40", "LON": "0E36", "MON": "1", "NUM": "2654", "PRO": "S", "SEC": "16", "YEA": "1884", "CITY": "AUCH"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4737	delage-yves-1854-05-13	{"a2": "2651", "g55": "09-69"}	{"g55": "09-69", "lerrcp": "A2-2651"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Delage", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:14", "date": "1854-05-13 04:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1854-05-13 03:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Delage"}, "birth": {"tzo": "+00:19:14", "date": "1854-05-13 04:00", "place": {"c2": "84", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1854-05-13 03:40:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2651"}, "ids-in-sources": {"a2": "2651"}}, "raw": {"H": "3", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "13", "LAT": "43N57", "LON": "4E50", "MON": "5", "NUM": "2651", "PRO": "S", "SEC": "40", "YEA": "1854", "CITY": "AVIGNON"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-69"}, "ids-in-source": {"g55": "09-69"}}, "raw": {"DAY": "13-5-1854", "HOUR": "4 h.", "NAME": "DELAGE Yves", "PLACE": "Avignon (Vaucluse)."}, "date": "2023-08-20T14:49:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4742	desains-paul-1817-07-12	{"a2": "2657"}	{"lerrcp": "A2-2657"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Desains", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:09", "date": "1817-07-12 11:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "notime": null, "date-ut": "1817-07-12 10:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Desains"}, "birth": {"tzo": "+00:13:09", "date": "1817-07-12 11:00", "place": {"c2": "02", "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "date-ut": "1817-07-12 10:45:32"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2657"}, "ids-in-sources": {"a2": "2657"}}, "raw": {"H": "10", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "12", "LAT": "49N34", "LON": "3E37", "MON": "7", "NUM": "2657", "PRO": "S", "SEC": "32", "YEA": "1817", "CITY": "ST QUENTIN"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4743	deslandres-henri-1853-07-24	{"a2": "2658"}	{"lerrcp": "A2-2658"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Deslandres", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1853-07-24 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1853-07-24 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Deslandres"}, "birth": {"tzo": "+00:09:24", "date": "1853-07-24 05:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1853-07-24 04:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2658"}, "ids-in-sources": {"a2": "2658"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "24", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "2658", "PRO": "S", "SEC": "40", "YEA": "1853", "CITY": "PARIS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4744	dessaignes-victor-1800-12-30	{"a2": "2659", "g55": "09-74"}	{"g55": "09-74", "lerrcp": "A2-2659"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Dessaignes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:16", "date": "1800-12-30 15:00", "note": null, "place": {"c1": null, "c2": "41", "c3": null, "cy": "FR", "lg": 1.06556, "lat": 47.79292, "name": "Vendôme", "geoid": 2970110}, "notime": null, "date-ut": "1800-12-30 14:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Dessaignes"}, "birth": {"tzo": "+00:04:16", "date": "1800-12-30 15:00", "place": {"c2": "41", "cy": "FR", "lg": 1.06556, "lat": 47.79292, "name": "Vendôme", "geoid": 2970110}, "date-ut": "1800-12-30 14:54:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2659"}, "ids-in-sources": {"a2": "2659"}}, "raw": {"H": "14", "MN": "54", "TZ": "0", "COD": "41", "COU": "F", "DAY": "30", "LAT": "47N35", "LON": "1E20", "MON": "12", "NUM": "2659", "PRO": "S", "SEC": "40", "YEA": "1800", "CITY": "VENDOME"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-74"}, "ids-in-source": {"g55": "09-74"}}, "raw": {"DAY": "30-12-1800", "HOUR": "15 h.", "NAME": "DESSAIGNES Victor", "PLACE": "Vendéme (Loir-et-Cher)."}, "date": "2023-08-20T14:49:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4747	dortet-tessan-urbain-1804-08-25	{"a2": "2662", "g55": "09-77"}	{"g55": "09-77", "lerrcp": "A2-2662"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Dortet Tessan Urbain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:24", "date": "1804-08-25 09:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35, "lat": 43.85, "name": "Vignan", "geoid": 0}, "notime": null, "date-ut": "1804-08-25 08:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "", "family": "Dortet Tessan Urbain"}, "birth": {"tzo": "+00:17:24", "date": "1804-08-25 09:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35, "lat": 43.85, "name": "Vignan", "geoid": 0}, "date-ut": "1804-08-25 08:42:36"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2662"}, "ids-in-sources": {"a2": "2662"}}, "raw": {"H": "8", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "25", "LAT": "43N51", "LON": "4E21", "MON": "8", "NUM": "2662", "PRO": "S", "SEC": "36", "YEA": "1804", "CITY": "VIGNAN"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Vignan"}}, "partial-ids": {"g55": "09-77"}, "ids-in-source": {"g55": "09-77"}}, "raw": {"DAY": "25-8-1804", "HOUR": "9 h.", "NAME": "DORTET de TESSAN Urbain", "PLACE": "Vignan (Gard)."}, "date": "2023-08-20T14:49:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4749	drach-jules-1871-03-13	{"a2": "2664", "g55": "09-79"}	{"g55": "09-79", "lerrcp": "A2-2664"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Drach", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:24", "date": "1871-03-13 07:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "Sainte-Marie-aux-Mines", "geoid": 0}, "notime": null, "date-ut": "1871-03-13 06:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Drach"}, "birth": {"tzo": "+00:29:24", "date": "1871-03-13 07:00", "place": {"c2": "68", "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "Sainte-Marie Aux M", "geoid": 0}, "date-ut": "1871-03-13 06:30:36"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2664"}, "ids-in-sources": {"a2": "2664"}}, "raw": {"H": "7", "MN": "30", "TZ": "-1", "COD": "68", "COU": "F", "DAY": "13", "LAT": "48N 5", "LON": "7E21", "MON": "3", "NUM": "2664", "PRO": "S", "SEC": "36", "YEA": "1871", "CITY": "STE MARIE AUX M"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Sainte-Marie-aux-Mines"}}, "partial-ids": {"g55": "09-79"}, "ids-in-source": {"g55": "09-79"}}, "raw": {"DAY": "13-3-1871", "HOUR": "7 h.", "NAME": "DRACH Jules", "PLACE": "Sainte-Marie-aux-Mines (Haut-Rhin)."}, "date": "2023-08-20T14:49:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4751	dufraisse-charles-1885-08-25	{"a2": "2666"}	{"lerrcp": "A2-2666"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Dufraisse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:12", "date": "1885-08-25 10:00", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 1.04938, "lat": 45.33699, "name": "Excideuil", "geoid": 3019253}, "notime": null, "date-ut": "1885-08-25 09:57:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Dufraisse"}, "birth": {"tzo": "+00:04:12", "date": "1885-08-25 10:00", "place": {"c2": "24", "cy": "FR", "lg": 1.04938, "lat": 45.33699, "name": "Excideuil", "geoid": 3019253}, "date-ut": "1885-08-25 09:57:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2666"}, "ids-in-sources": {"a2": "2666"}}, "raw": {"H": "9", "MN": "57", "TZ": "0", "COD": "24", "COU": "F", "DAY": "25", "LAT": "45N11", "LON": "0E44", "MON": "8", "NUM": "2666", "PRO": "S", "SEC": "4", "YEA": "1885", "CITY": "EXCIDEUIL"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
17880	boyer-jean-louis-1899-04-07	{"e1": "247"}	{"lerrcp": "E1-247"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Louis", "family": "Boyer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-04-07 04:00", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 4.41632, "lat": 46.80714, "name": "Le Creusot", "geoid": 3004427}, "notime": null, "date-ut": "1899-04-07 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean Louis", "family": "Boyer"}, "birth": {"tzo": "+00:09", "date": "1899-04-07 04:00", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 4.41632, "lat": 46.80714, "name": "Le Creusot", "geoid": 3004427}, "date-ut": "1899-04-07 03:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "247"}}, "raw": {"H": "04:00", "COD": "71", "DAY": "07", "MON": "04", "NUM": "0247", "PRO": "MI", "YEA": "1899", "CITY": "Le Creusot", "NAME": "BOYER Jean Louis", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
4754	dumeril-auguste-1812-11-30	{"a2": "2669"}	{"lerrcp": "A2-2669"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Dumeril", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1812-11-30 09:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1812-11-30 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Dumeril"}, "birth": {"tzo": "+00:09:24", "date": "1812-11-30 09:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1812-11-30 08:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2669"}, "ids-in-sources": {"a2": "2669"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "30", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "2669", "PRO": "S", "SEC": "40", "YEA": "1812", "CITY": "PARIS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4753	dujardin-felix-1801-04-05	{"a2": "2668", "g55": "09-81"}	{"g55": "09-81", "lerrcp": "A2-2668"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Dujardin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:49", "date": "1801-04-05 03:00", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "notime": null, "date-ut": "1801-04-05 02:57:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Dujardin"}, "birth": {"tzo": "+00:02:49", "date": "1801-04-05 03:00", "place": {"c2": "37", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "date-ut": "1801-04-05 02:57:12"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2668"}, "ids-in-sources": {"a2": "2668"}}, "raw": {"H": "2", "MN": "57", "TZ": "0", "COD": "37", "COU": "F", "DAY": "5", "LAT": "47N24", "LON": "0E42", "MON": "4", "NUM": "2668", "PRO": "S", "SEC": "12", "YEA": "1801", "CITY": "TOURS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-81"}, "ids-in-source": {"g55": "09-81"}}, "raw": {"DAY": "5-4-1801", "HOUR": "3 h.", "NAME": "DUJARDIN Felix", "PLACE": "Tours (Indre-et-Loire)."}, "date": "2023-08-20T14:49:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4755	dupouy-gaston-1900-08-07	{"a2": "2670"}	{"lerrcp": "A2-2670"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Dupouy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-08-07 04:00", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.16546, "lat": 44.50361, "name": "Marmande", "geoid": 2995642}, "notime": null, "date-ut": "1900-08-07 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Dupouy"}, "birth": {"tzo": "+00:09:21", "date": "1900-08-07 04:00", "place": {"c2": "47", "cy": "FR", "lg": 0.16546, "lat": 44.50361, "name": "Marmande", "geoid": 2995642}, "date-ut": "1900-08-07 03:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2670"}, "ids-in-sources": {"a2": "2670"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "47", "COU": "F", "DAY": "7", "LAT": "44N12", "LON": "0E38", "MON": "8", "NUM": "2670", "PRO": "S", "SEC": "40", "YEA": "1900", "CITY": "MARMANDE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4758	duval-jouve-joseph-1810-08-07	{"a2": "2673", "g55": "09-84"}	{"g55": "09-84", "lerrcp": "A2-2673"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Duval-Jouve", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:44", "date": "1810-08-07 12:00", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.18333, "lat": 49.01667, "name": "Boissy-Lamberville", "geoid": 0}, "notime": null, "date-ut": "1810-08-07 11:55:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Duval-Jouve"}, "birth": {"tzo": "+00:04:44", "date": "1810-08-07 12:00", "place": {"c2": "27", "cy": "FR", "lg": 1.18333, "lat": 49.01667, "name": "Boissy Lambervi", "geoid": 0}, "date-ut": "1810-08-07 11:55:16"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2673"}, "ids-in-sources": {"a2": "2673"}}, "raw": {"H": "11", "MN": "55", "TZ": "0", "COD": "27", "COU": "F", "DAY": "7", "LAT": "49N 1", "LON": "1E11", "MON": "8", "NUM": "2673", "PRO": "S", "SEC": "16", "YEA": "1810", "CITY": "BOISSY LAMBERVI"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Boissy-Lamberville"}}, "partial-ids": {"g55": "09-84"}, "ids-in-source": {"g55": "09-84"}}, "raw": {"DAY": "7-8-1810", "HOUR": "12 h.", "NAME": "DUVAL-JOUVE Joseph", "PLACE": "Boissy-Lamberville (Eure)."}, "date": "2023-08-20T14:49:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4760	esnault-pelterie-robert-1881-11-08	{"a2": "2675"}	{"lerrcp": "A2-2675"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Esnault-Pelterie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1881-11-08 03:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "9", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1881-11-08 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Esnault-Pelterie"}, "birth": {"tzo": "+00:09:24", "date": "1881-11-08 03:00", "place": {"c2": "75", "c3": "9", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1881-11-08 02:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2675"}, "ids-in-sources": {"a2": "2675"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "8", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "2675", "PRO": "S", "SEC": "40", "YEA": "1881", "CITY": "PARIS 9E"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4764	fabry-louis-1862-04-20	{"a2": "2679", "g55": "09-88"}	{"g55": "09-88", "lerrcp": "A2-2679"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Fabry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1862-04-20 22:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1862-04-20 21:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Fabry"}, "birth": {"tzo": "+00:21:31", "date": "1862-04-20 22:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1862-04-20 21:38:32"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2679"}, "ids-in-sources": {"a2": "2679"}}, "raw": {"H": "21", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "20", "LAT": "43N18", "LON": "5E22", "MON": "4", "NUM": "2679", "PRO": "S", "SEC": "32", "YEA": "1862", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-88"}, "ids-in-source": {"g55": "09-88"}}, "raw": {"DAY": "20-4-1862", "HOUR": "22 h.", "NAME": "FABRY Louis", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:49:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4765	fallot-paul-1889-06-25	{"a2": "2680"}	{"lerrcp": "A2-2680"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Fallot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1889-06-25 00:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Fallot"}, "birth": {"place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1889-06-25 00:29"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2680"}, "ids-in-sources": {"a2": "2680"}}, "raw": {"H": "1", "MN": "29", "TZ": "-1", "COD": "67", "COU": "F", "DAY": "25", "LAT": "48N35", "LON": "7E45", "MON": "6", "NUM": "2680", "PRO": "S", "SEC": "0", "YEA": "1889", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
17881	brana-guy-1924-08-18	{"e1": "248"}	{"lerrcp": "E1-248"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Brana", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1924-08-18 13:45", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -1.26689, "lat": 43.36873, "name": "Bonloc", "geoid": 3031792}, "notime": null, "date-ut": "1924-08-18 12:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Brana"}, "birth": {"tzo": "+01:00", "date": "1924-08-18 13:45", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": -1.26689, "lat": 43.36873, "name": "Bonloc", "geoid": 3031792}, "date-ut": "1924-08-18 12:45"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "248"}}, "raw": {"H": "13:45", "COD": "64", "DAY": "18", "MON": "08", "NUM": "0248", "PRO": "EX", "YEA": "1924", "CITY": "Bonloc", "NAME": "BRANA Guy", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
4767	fave-louis-1853-07-18	{"a2": "2682"}	{"lerrcp": "A2-2682"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Fave", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1853-07-18 21:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1853-07-18 21:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Fave"}, "birth": {"tzo": "+00:09:24", "date": "1853-07-18 21:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1853-07-18 21:20:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2682"}, "ids-in-sources": {"a2": "2682"}}, "raw": {"H": "21", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "18", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "2682", "PRO": "S", "SEC": "40", "YEA": "1853", "CITY": "PARIS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4768	faye-herve-1814-10-01	{"a2": "2684", "g55": "09-92"}	{"g55": "09-92", "lerrcp": "A2-2684"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Herve", "family": "Faye", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:44", "date": "1814-10-01 02:00", "note": null, "place": {"c1": null, "c2": "36", "c3": null, "cy": "FR", "lg": 1.68333, "lat": 46.81667, "name": "Saint-Benoist-du-Sault", "geoid": 0}, "notime": null, "date-ut": "1814-10-01 01:53:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Herve", "family": "Faye"}, "birth": {"tzo": "+00:06:44", "date": "1814-10-01 02:00", "place": {"c2": "36", "cy": "FR", "lg": 1.68333, "lat": 46.81667, "name": "Saint-Benoit du Sa", "geoid": 0}, "date-ut": "1814-10-01 01:53:16"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2684"}, "ids-in-sources": {"a2": "2684"}}, "raw": {"H": "1", "MN": "53", "TZ": "0", "COD": "36", "COU": "F", "DAY": "1", "LAT": "46N49", "LON": "1E41", "MON": "10", "NUM": "2684", "PRO": "S", "SEC": "16", "YEA": "1814", "CITY": "ST BENOIT DU SA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Benoist-du-Sault"}}, "partial-ids": {"g55": "09-92"}, "ids-in-source": {"g55": "09-92"}}, "raw": {"DAY": "1-10-1814", "HOUR": "2 h.", "NAME": "FAYE Hervé", "PLACE": "Saint-Benoist-du-Sault (Indre)."}, "date": "2023-08-20T14:49:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4770	fizeau-armand-1819-09-23	{"a2": "2686"}	{"lerrcp": "A2-2686"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Fizeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1819-09-23 04:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1819-09-23 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Fizeau"}, "birth": {"tzo": "+00:09:24", "date": "1819-09-23 04:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1819-09-23 03:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2686"}, "ids-in-sources": {"a2": "2686"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "23", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "2686", "PRO": "S", "SEC": "40", "YEA": "1819", "CITY": "PARIS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
17882	brard-roger-1907-06-17	{"e1": "249"}	{"lerrcp": "E1-249"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Brard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-06-17 03:00", "note": null, "place": {"c1": null, "c2": "56", "c3": "", "cy": "FR", "lg": -2.96645, "lat": 48.06835, "name": "Pontivy", "geoid": 2986160}, "notime": null, "date-ut": "1907-06-17 02:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Brard"}, "birth": {"tzo": "+00:09", "date": "1907-06-17 03:00", "place": {"c2": "56", "c3": "", "cy": "FR", "lg": -2.96645, "lat": 48.06835, "name": "Pontivy", "geoid": 2986160}, "date-ut": "1907-06-17 02:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "249"}}, "raw": {"H": "03:00", "COD": "56", "DAY": "17", "MON": "06", "NUM": "0249", "PRO": "MI", "YEA": "1907", "CITY": "Pontivy", "NAME": "BRARD Roger", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
4772	fliche-henri-1836-06-08	{"a2": "2688", "g55": "09-95"}	{"g55": "09-95", "lerrcp": "A2-2688"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Fliche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:19", "date": "1836-06-08 00:30", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 1.82992, "lat": 48.64374, "name": "Rambouillet", "geoid": 2984513}, "notime": null, "date-ut": "1836-06-08 00:21:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Fliche"}, "birth": {"tzo": "+00:07:19", "date": "1836-06-08 00:30", "place": {"c2": "78", "cy": "FR", "lg": 1.82992, "lat": 48.64374, "name": "Rambouillet", "geoid": 2984513}, "date-ut": "1836-06-08 00:21:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2688"}, "ids-in-sources": {"a2": "2688"}}, "raw": {"H": "0", "MN": "21", "TZ": "0", "COD": "78", "COU": "F", "DAY": "8", "LAT": "48N50", "LON": "2E 8", "MON": "6", "NUM": "2688", "PRO": "S", "SEC": "28", "YEA": "1836", "CITY": "RAMBOUILLET"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-95"}, "ids-in-source": {"g55": "09-95"}}, "raw": {"DAY": "8-6-1836", "HOUR": "0 h. 30", "NAME": "FLICHE Henri", "PLACE": "Rambouillet (Seine-et-Oise)."}, "date": "2023-08-20T14:49:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4776	fournet-joseph-1801-05-15	{"a2": "2692", "g55": "09-99"}	{"g55": "09-99", "lerrcp": "A2-2692"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Fournet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1801-05-15 17:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1801-05-15 16:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Fournet"}, "birth": {"tzo": "+00:30:59", "date": "1801-05-15 17:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1801-05-15 16:29"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2692"}, "ids-in-sources": {"a2": "2692"}}, "raw": {"H": "16", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "15", "LAT": "48N35", "LON": "7E45", "MON": "5", "NUM": "2692", "PRO": "S", "SEC": "0", "YEA": "1801", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-99"}, "ids-in-source": {"g55": "09-99"}}, "raw": {"DAY": "15-5-1801", "HOUR": "17 h.", "NAME": "FOURNET Joseph", "PLACE": "Strasbourg (Bas-Rhin)."}, "date": "2023-08-20T14:49:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4778	freycinet-charles-1828-11-14	{"a2": "2694", "g55": "09-101"}	{"g55": "09-101", "lerrcp": "A2-2694"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Freycinet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:26", "date": "1828-11-14 01:00", "note": null, "place": {"c1": null, "c2": "09", "c3": null, "cy": "FR", "lg": 1.60705, "lat": 42.96535, "name": "Foix", "geoid": 3018174}, "notime": null, "date-ut": "1828-11-14 00:53:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Freycinet"}, "birth": {"tzo": "+00:06:26", "date": "1828-11-14 01:00", "place": {"c2": "09", "cy": "FR", "lg": 1.60705, "lat": 42.96535, "name": "Foix", "geoid": 3018174}, "date-ut": "1828-11-14 00:53:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2694"}, "ids-in-sources": {"a2": "2694"}}, "raw": {"H": "0", "MN": "53", "TZ": "0", "COD": "09", "COU": "F", "DAY": "14", "LAT": "42N58", "LON": "1E35", "MON": "11", "NUM": "2694", "PRO": "S", "SEC": "40", "YEA": "1828", "CITY": "FOIX"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-101"}, "ids-in-source": {"g55": "09-101"}}, "raw": {"DAY": "14-11-1828", "HOUR": "1 h.", "NAME": "FREYCINET Charles", "PLACE": "Foix (Ariège)."}, "date": "2023-08-20T14:49:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
17883	brebisson-michel-1905-04-07	{"e1": "250"}	{"lerrcp": "E1-250"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Brebisson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-04-07 16:00", "note": null, "place": {"c1": null, "c2": "18", "c3": "", "cy": "FR", "lg": 2.0684, "lat": 47.22186, "name": "Vierzon", "geoid": 2969257}, "notime": null, "date-ut": "1905-04-07 15:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Brebisson"}, "birth": {"tzo": "+00:09", "date": "1905-04-07 16:00", "place": {"c2": "18", "c3": "", "cy": "FR", "lg": 2.0684, "lat": 47.22186, "name": "Vierzon", "geoid": 2969257}, "date-ut": "1905-04-07 15:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "250"}}, "raw": {"H": "16:00", "COD": "18", "DAY": "07", "MON": "04", "NUM": "0250", "PRO": "MI", "YEA": "1905", "CITY": "Vierzon", "NAME": "BREBISSON Michel", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
4783	garnier-edouard-1887-01-16	{"a2": "2699"}	{"lerrcp": "A2-2699"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Garnier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:25", "date": "1887-01-16 10:45:05", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.85372, "lat": 46.78112, "name": "Chalon-sur-Saône", "geoid": 3027484}, "notime": null, "date-ut": "1887-01-16 10:25:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Garnier"}, "birth": {"tzo": "+00:19:25", "date": "1887-01-16 10:45:05", "place": {"c2": "71", "cy": "FR", "lg": 4.85372, "lat": 46.78112, "name": "Chalon-sur-Saône", "geoid": 3027484}, "date-ut": "1887-01-16 10:25:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2699"}, "ids-in-sources": {"a2": "2699"}}, "raw": {"H": "10", "MN": "25", "TZ": "0", "COD": "71", "COU": "F", "DAY": "16", "LAT": "46N18", "LON": "4E50", "MON": "1", "NUM": "2699", "PRO": "S", "SEC": "40", "YEA": "1887", "CITY": "CHALON S-SAONE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4782	gambart-adolphe-1800-05-15	{"a2": "2698", "g55": "09-105"}	{"g55": "09-105", "lerrcp": "A2-2698"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Gambart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:46", "date": "1800-05-15 01:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "notime": null, "date-ut": "1800-05-15 00:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Gambart"}, "birth": {"tzo": "+00:14:46", "date": "1800-05-15 01:00", "place": {"c2": "34", "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "date-ut": "1800-05-15 00:44:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2698"}, "ids-in-sources": {"a2": "2698"}}, "raw": {"H": "0", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "15", "LAT": "43N37", "LON": "3E53", "MON": "5", "NUM": "2698", "PRO": "S", "SEC": "28", "YEA": "1800", "CITY": "SETE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-105"}, "ids-in-source": {"g55": "09-105"}}, "raw": {"DAY": "15-5-1800", "HOUR": "1 h.", "NAME": "GAMBART Adolphe", "PLACE": "Sete (Hérault)."}, "date": "2023-08-20T14:49:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4785	gaudry-albert-1827-09-15	{"a2": "2701"}	{"lerrcp": "A2-2701"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Gaudry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1827-09-15 05:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Saint-Germain en L", "geoid": 0}, "notime": null, "date-ut": "1827-09-15 04:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Gaudry"}, "birth": {"tzo": "+00:08:32", "date": "1827-09-15 05:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Saint-Germain en L", "geoid": 0}, "date-ut": "1827-09-15 04:51:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2701"}, "ids-in-sources": {"a2": "2701"}}, "raw": {"H": "4", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "15", "LAT": "48N50", "LON": "2E 8", "MON": "9", "NUM": "2701", "PRO": "S", "SEC": "28", "YEA": "1827", "CITY": "ST GERMAIN EN L"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4789	gauquelin-a2-2705-1881-10-19	{"a2": "2705"}	{"lerrcp": "A2-2705"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A2-2705", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1881-10-19 00:15:03", "note": null, "place": {"c1": null, "c2": "69", "c3": "1", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1881-10-18 23:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A2-2705"}, "birth": {"tzo": "+00:19:23", "date": "1881-10-19 00:15:03", "place": {"c2": "69", "c3": "1", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1881-10-18 23:55:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2705"}, "ids-in-sources": {"a2": "2705"}}, "raw": {"H": "23", "MN": "55", "TZ": "0", "COD": "69", "COU": "F", "DAY": "18", "LAT": "45N46", "LON": "4E50", "MON": "10", "NUM": "2705", "PRO": "S", "SEC": "40", "YEA": "1881", "CITY": "LYON 1ER"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4788	gernez-desire-1834-04-24	{"a2": "2704", "g55": "09-109"}	{"g55": "09-109", "lerrcp": "A2-2704"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Désiré", "family": "Gernez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:06", "date": "1834-04-24 22:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.52506, "lat": 50.35909, "name": "Valenciennes", "geoid": 2971041}, "notime": null, "date-ut": "1834-04-24 21:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Désiré", "family": "Gernez"}, "birth": {"tzo": "+00:14:06", "date": "1834-04-24 22:00", "place": {"c2": "59", "cy": "FR", "lg": 3.52506, "lat": 50.35909, "name": "Valenciennes", "geoid": 2971041}, "date-ut": "1834-04-24 21:47:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2704"}, "ids-in-sources": {"a2": "2704"}}, "raw": {"H": "21", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "24", "LAT": "50N39", "LON": "3E 5", "MON": "4", "NUM": "2704", "PRO": "S", "SEC": "40", "YEA": "1834", "CITY": "VALENCIENNES"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-109"}, "ids-in-source": {"g55": "09-109"}}, "raw": {"DAY": "24-4-1834", "HOUR": "22 h.", "NAME": "GERNEZ Désiré", "PLACE": "Valenciennes (Nord)."}, "date": "2023-08-20T14:49:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4790	girard-alfred-1830-12-22	{"a2": "2706"}	{"lerrcp": "A2-2706"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Girard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1830-12-22 18:15:04", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1830-12-22 18:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Girard"}, "birth": {"tzo": "+00:09:24", "date": "1830-12-22 18:15:04", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1830-12-22 18:05:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2706"}, "ids-in-sources": {"a2": "2706"}}, "raw": {"H": "18", "MN": "5", "TZ": "0", "COD": "75", "COU": "F", "DAY": "22", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "2706", "PRO": "S", "SEC": "40", "YEA": "1830", "CITY": "PARIS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4793	godchot-marcel-1879-10-11	{"a2": "2709", "g55": "09-112"}	{"g55": "09-112", "lerrcp": "A2-2709"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Godchot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.73946, "lat": 48.44984, "name": "Baccarat", "geoid": 3035498}, "notime": null, "date-ut": "1879-10-11 21:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Godchot"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.73946, "lat": 48.44984, "name": "Baccarat", "geoid": 3035498}, "date-ut": "1879-10-11 21:35:12"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2709"}, "ids-in-sources": {"a2": "2709"}}, "raw": {"H": "21", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "11", "LAT": "48N42", "LON": "6E12", "MON": "10", "NUM": "2709", "PRO": "S", "SEC": "12", "YEA": "1879", "CITY": "BACCARAT"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-112"}, "ids-in-source": {"g55": "09-112"}}, "raw": {"DAY": "11-10-1879", "HOUR": "22 h.", "NAME": "GODCHOT Marcel", "PLACE": "Baccarat (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:49:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4798	grand-eury-cyrille-1839-03-09	{"a2": "2714"}	{"lerrcp": "A2-2714"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cyrille", "family": "Grand'Eury", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:25", "date": "1839-03-09 00:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.10255, "lat": 48.50607, "name": "Houdreville", "geoid": 3013109}, "notime": null, "date-ut": "1839-03-08 23:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Cyrille", "family": "Grand'Eury"}, "birth": {"tzo": "+00:24:25", "date": "1839-03-09 00:00", "place": {"c2": "54", "cy": "FR", "lg": 6.10255, "lat": 48.50607, "name": "Houdreville", "geoid": 3013109}, "date-ut": "1839-03-08 23:35:12"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2714"}, "ids-in-sources": {"a2": "2714"}}, "raw": {"H": "23", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "8", "LAT": "48N42", "LON": "6E12", "MON": "3", "NUM": "2714", "PRO": "S", "SEC": "12", "YEA": "1839", "CITY": "HOUDREVILLE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4799	grandidier-alfred-1836-12-20	{"a2": "2715"}	{"lerrcp": "A2-2715"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Grandidier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1836-12-20 03:15:04", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1836-12-20 03:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Grandidier"}, "birth": {"tzo": "+00:09:24", "date": "1836-12-20 03:15:04", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1836-12-20 03:05:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2715"}, "ids-in-sources": {"a2": "2715"}}, "raw": {"H": "3", "MN": "5", "TZ": "0", "COD": "75", "COU": "F", "DAY": "20", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "2715", "PRO": "S", "SEC": "40", "YEA": "1836", "CITY": "PARIS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4797	gouy-georges-1854-02-19	{"a2": "2713", "g55": "09-116"}	{"g55": "09-116", "lerrcp": "A2-2713"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Gouy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:28", "date": "1854-02-19 13:00", "note": null, "place": {"c1": null, "c2": "07", "c3": null, "cy": "FR", "lg": 4.36615, "lat": 44.66561, "name": "Vals-les-Bains", "geoid": 2970828}, "notime": null, "date-ut": "1854-02-19 12:41:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Gouy"}, "birth": {"tzo": "+00:17:28", "date": "1854-02-19 13:00", "place": {"c2": "07", "cy": "FR", "lg": 4.36615, "lat": 44.66561, "name": "Vals-les-Bains", "geoid": 2970828}, "date-ut": "1854-02-19 12:41:36"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2713"}, "ids-in-sources": {"a2": "2713"}}, "raw": {"H": "12", "MN": "41", "TZ": "0", "COD": "07", "COU": "F", "DAY": "19", "LAT": "44N44", "LON": "4E36", "MON": "2", "NUM": "2713", "PRO": "S", "SEC": "36", "YEA": "1854", "CITY": "VALS LES BAINS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-116"}, "ids-in-source": {"g55": "09-116"}}, "raw": {"DAY": "19-2-1854", "HOUR": "13 h.", "NAME": "GOUY Georges", "PLACE": "Vals-les-Bains (Ardèche)."}, "date": "2023-08-20T14:49:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4800	grasse-pierre-1895-11-27	{"a2": "2716"}	{"lerrcp": "A2-2716"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Grasse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-11-27 04:00", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "notime": null, "date-ut": "1895-11-27 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Grasse"}, "birth": {"tzo": "+00:09:21", "date": "1895-11-27 04:00", "place": {"c2": "24", "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "date-ut": "1895-11-27 03:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2716"}, "ids-in-sources": {"a2": "2716"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "24", "COU": "F", "DAY": "27", "LAT": "45N11", "LON": "0E44", "MON": "11", "NUM": "2716", "PRO": "S", "SEC": "40", "YEA": "1895", "CITY": "PERIGUEUX"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4803	grimaux-edouard-1835-07-03	{"a2": "2719", "g55": "09-120"}	{"g55": "09-120", "lerrcp": "A2-2719"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Grimaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:40", "date": "1835-07-03 13:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -1.16667, "lat": 46.15, "name": "Rochefort-sur-Mer", "geoid": 0}, "notime": null, "date-ut": "1835-07-03 13:04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Grimaux"}, "birth": {"tzo": "-00:04:40", "date": "1835-07-03 13:00", "place": {"c2": "17", "cy": "FR", "lg": -1.16667, "lat": 46.15, "name": "Rochefort-sur-Mer", "geoid": 0}, "date-ut": "1835-07-03 13:04:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2719"}, "ids-in-sources": {"a2": "2719"}}, "raw": {"H": "13", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "3", "LAT": "46N 9", "LON": "1W10", "MON": "7", "NUM": "2719", "PRO": "S", "SEC": "40", "YEA": "1835", "CITY": "ROCHEFORT S-MER"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Rochefort-sur-Mer"}}, "partial-ids": {"g55": "09-120"}, "ids-in-source": {"g55": "09-120"}}, "raw": {"DAY": "3-7-1835", "HOUR": "1 h.", "NAME": "GRIMAUX Edouard", "PLACE": "Rochefort-sur-Mer (Charente-Marit.)."}, "date": "2023-08-20T14:49:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4806	guillet-leon-1873-07-11	{"a2": "2722", "g55": "09-123"}	{"g55": "09-123", "lerrcp": "A2-2722"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Guillet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:08:52", "date": "1873-07-11 19:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -2.2179, "lat": 47.27506, "name": "Saint-Nazaire", "geoid": 2977921}, "notime": null, "date-ut": "1873-07-11 19:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Guillet"}, "birth": {"tzo": "-00:08:52", "date": "1873-07-11 19:00", "place": {"c2": "44", "cy": "FR", "lg": -2.2179, "lat": 47.27506, "name": "Saint-Nazaire", "geoid": 2977921}, "date-ut": "1873-07-11 19:06:20"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2722"}, "ids-in-sources": {"a2": "2722"}}, "raw": {"H": "19", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "11", "LAT": "47N13", "LON": "1W35", "MON": "7", "NUM": "2722", "PRO": "S", "SEC": "20", "YEA": "1873", "CITY": "ST NAZAIRE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-123"}, "ids-in-source": {"g55": "09-123"}}, "raw": {"DAY": "11-7-1873", "HOUR": "19 h.", "NAME": "GUILLET Léon", "PLACE": "Saint-Nazaire (Loire-Inférieure)."}, "date": "2023-08-20T14:49:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4808	guyou-emile-1843-12-25	{"a2": "2724", "g55": "09-125"}	{"g55": "09-125", "lerrcp": "A2-2724"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Guyou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:48", "date": "1843-12-25 19:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.70177, "lat": 48.40908, "name": "Fontainebleau", "geoid": 3018074}, "notime": null, "date-ut": "1843-12-25 18:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Guyou"}, "birth": {"tzo": "+00:10:48", "date": "1843-12-25 19:00", "place": {"c2": "77", "cy": "FR", "lg": 2.70177, "lat": 48.40908, "name": "Fontainebleau", "geoid": 3018074}, "date-ut": "1843-12-25 18:49:20"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2724"}, "ids-in-sources": {"a2": "2724"}}, "raw": {"H": "18", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "25", "LAT": "48N33", "LON": "2E40", "MON": "12", "NUM": "2724", "PRO": "S", "SEC": "20", "YEA": "1843", "CITY": "FONTAINEBLEAU"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-125"}, "ids-in-source": {"g55": "09-125"}}, "raw": {"DAY": "25-12-1843", "HOUR": "19 h.", "NAME": "GUYOU Emile", "PLACE": "Fontainebleau (Seine-et-Marne)."}, "date": "2023-08-20T14:49:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4812	hamy-maurice-1861-10-31	{"a2": "2728", "g55": "09-129"}	{"g55": "09-129", "lerrcp": "A2-2728"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Hamy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:27", "date": "1861-10-31 01:10", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "notime": null, "date-ut": "1861-10-31 01:03:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Hamy"}, "birth": {"tzo": "+00:06:27", "date": "1861-10-31 01:10", "place": {"c2": "62", "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "date-ut": "1861-10-31 01:03:56"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2728"}, "ids-in-sources": {"a2": "2728"}}, "raw": {"H": "1", "MN": "3", "TZ": "0", "COD": "62", "COU": "F", "DAY": "31", "LAT": "50N18", "LON": "2E46", "MON": "10", "NUM": "2728", "PRO": "S", "SEC": "56", "YEA": "1861", "CITY": "BOULOGNE S-MER"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-129"}, "ids-in-source": {"g55": "09-129"}}, "raw": {"DAY": "31-10-1861", "HOUR": "1 h. 15", "NAME": "HAMY Maurice", "PLACE": "Boulogne-sur-Mer (Pas-de-Calais)."}, "date": "2023-08-20T14:49:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4814	hatt-philippe-1840-07-17	{"a2": "2730", "g55": "09-131"}	{"g55": "09-131", "lerrcp": "A2-2730"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Hatt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1840-07-17 19:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1840-07-17 18:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Hatt"}, "birth": {"tzo": "+00:30:59", "date": "1840-07-17 19:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1840-07-17 18:29"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2730"}, "ids-in-sources": {"a2": "2730"}}, "raw": {"H": "18", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "17", "LAT": "48N35", "LON": "7E45", "MON": "7", "NUM": "2730", "PRO": "S", "SEC": "0", "YEA": "1840", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-131"}, "ids-in-source": {"g55": "09-131"}}, "raw": {"DAY": "17-7-1840", "HOUR": "19 h.", "NAME": "HATT Philippe", "PLACE": "Strasbourg. (Bas-Rhin)."}, "date": "2023-08-20T14:49:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4818	heim-roger-1900-02-12	{"a2": "2734"}	{"lerrcp": "A2-2734"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Heim", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-02-12 03:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "16", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1900-02-12 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Heim"}, "birth": {"tzo": "+00:09:21", "date": "1900-02-12 03:00", "place": {"c2": "75", "c3": "16", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1900-02-12 02:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2734"}, "ids-in-sources": {"a2": "2734"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "12", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "2734", "PRO": "S", "SEC": "40", "YEA": "1900", "CITY": "PARIS 16E"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4817	hebert-edmond-1812-06-12	{"a2": "2733", "g55": "09-134"}	{"g55": "09-134", "lerrcp": "A2-2733"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Hebert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:01", "date": "1812-06-12 13:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.50316, "lat": 47.78043, "name": "Villefargeau", "geoid": 2968780}, "notime": null, "date-ut": "1812-06-12 12:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Hebert"}, "birth": {"tzo": "+00:14:01", "date": "1812-06-12 13:00", "place": {"c2": "89", "cy": "FR", "lg": 3.50316, "lat": 47.78043, "name": "Villefargeau", "geoid": 2968780}, "date-ut": "1812-06-12 12:45:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2733"}, "ids-in-sources": {"a2": "2733"}}, "raw": {"H": "12", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "12", "LAT": "47N48", "LON": "3E35", "MON": "6", "NUM": "2733", "PRO": "S", "SEC": "40", "YEA": "1812", "CITY": "VILLEFARGEAU"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-134"}, "ids-in-source": {"g55": "09-134"}}, "raw": {"DAY": "12-6-1812", "HOUR": "13 h.", "NAME": "HEBERT Edouard", "PLACE": "Villefargeau (Yonne)."}, "date": "2023-08-20T14:49:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4824	humbert-marie-1859-01-07	{"a2": "2740"}	{"lerrcp": "A2-2740"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Humbert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1859-01-07 19:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1859-01-07 18:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Humbert"}, "birth": {"tzo": "+00:09:24", "date": "1859-01-07 19:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1859-01-07 18:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2740"}, "ids-in-sources": {"a2": "2740"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "7", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "2740", "PRO": "S", "SEC": "40", "YEA": "1859", "CITY": "PARIS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4822	houard-clodomir-1873-01-22	{"a2": "2738", "g55": "09-137"}	{"g55": "09-137", "lerrcp": "A2-2738"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clodomir", "family": "Houard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:20", "date": "1873-01-22 11:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.58333, "lat": 47.8, "name": "Ste-Colombes-sur-Loing", "geoid": 0}, "notime": null, "date-ut": "1873-01-22 10:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Clodomir", "family": "Houard"}, "birth": {"tzo": "+00:14:20", "date": "1873-01-22 11:00", "place": {"c2": "89", "cy": "FR", "lg": 3.58333, "lat": 47.8, "name": "Sainte-Columbes-sur", "geoid": 0}, "date-ut": "1873-01-22 10:45:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2738"}, "ids-in-sources": {"a2": "2738"}}, "raw": {"H": "10", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "22", "LAT": "47N48", "LON": "3E35", "MON": "1", "NUM": "2738", "PRO": "S", "SEC": "40", "YEA": "1873", "CITY": "STE COLUMBES S/"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Ste-Colombes-sur-Loing"}}, "partial-ids": {"g55": "09-137"}, "ids-in-source": {"g55": "09-137"}}, "raw": {"DAY": "22-1-1873", "HOUR": "11 h.", "NAME": "HOUARD Clodomir", "PLACE": "Ste-Colombes-sur-Loing (Yonne)."}, "date": "2023-08-20T14:49:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4820	hermite-charles-1822-12-24	{"a2": "2736", "wd": "Q168401"}	{"wd": "Q168401", "lerrcp": "A2-2736"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Hermite", "spouse": [], "official": {"given": "Charles", "family": "Hermite"}}	M	{"lmt": null, "tzo": "+00:26:52", "date": "1822-12-24 10:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.7178, "lat": 48.81263, "name": "Dieuze", "geoid": 3021392}, "notime": null, "date-ut": "1822-12-24 09:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mathematician"]	2	{"birth": {"slug": "hermite-charles-1822-12-24", "extras": {"partial-ids": {"wd": "Q168401"}, "ids-in-sources": {"wd": "Q168401"}}, "header": {"notes": "", "history": {"0": {"date": "2023-05-14", "actor": "Thierry Graff", "action": "Locate the act and add to opengauquelin.org"}}}, "source": {"notes": "The birth time corresponds to the time given by Gauquelin, but this act is surprising:\\n<br>As birth time, it mentions \\"né à l'instant\\" (= born right now). In general, birth time\\n<br>and time of declaration of the birth are different.\\n", "civil-registry": {"web": {"url": "num.archives57.com/visualiseur/index.php/docnumViewer/calculHierarchieDocNum/1000225/605804:771365:1000225/1080/1920", "page": "192 / 551"}, "name": "Document 9NUM/180EC2  Naissances, mariages, décès. ( 1819-1828 )", "place": {"c2": "57", "cy": "FR", "name": "Dieuze"}, "organism": "Archives départementales de la Moselle"}, "document-creation": {"date": "1822-12-24 10:00"}}, "opengauquelin": {"projects": {"0": "french-math"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Charles", "family": "Hermite"}}, "birth": {"date": "1822-12-24 10:00", "place": {"c2": "57", "cy": "FR", "name": "Dieuze"}}}}}	[{"new": {"name": {"given": "Charles", "family": "Hermite"}, "birth": {"tzo": "+00:26:52", "date": "1822-12-24 10:00", "place": {"c2": "57", "cy": "FR", "lg": 6.7178, "lat": 48.81263, "name": "Dieuze", "geoid": 3021392}, "date-ut": "1822-12-24 09:35:16"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2736"}, "ids-in-sources": {"a2": "2736"}}, "raw": {"H": "9", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "24", "LAT": "49N 7", "LON": "6E11", "MON": "12", "NUM": "2736", "PRO": "S", "SEC": "16", "YEA": "1822", "CITY": "DIEUZE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"sex": "M", "name": {"official": {"given": "Charles", "family": "Hermite"}}, "birth": {"date": "1822-12-24 10:00", "place": {"c2": "57", "cy": "FR", "name": "Dieuze"}}, "occus": ["mathematician"], "partial-ids": {"wd": "Q168401"}, "ids-in-sources": {"wd": "Q168401"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1822/12/24/hermite-charles-1822-12-24\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add hermite-charles-1822-12-24"}]	[]
4827	janssen-pierre-1824-02-22	{"a2": "2743"}	{"lerrcp": "A2-2743"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Janssen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1824-02-22 04:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1824-02-22 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Janssen"}, "birth": {"tzo": "+00:09:24", "date": "1824-02-22 04:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1824-02-22 03:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2743"}, "ids-in-sources": {"a2": "2743"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "22", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "2743", "PRO": "S", "SEC": "40", "YEA": "1824", "CITY": "PARIS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4826	jacob-charles-1878-02-19	{"a2": "2742", "g55": "09-140"}	{"g55": "09-140", "lerrcp": "A2-2742"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Jacob", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:57", "date": "1878-02-19 13:00", "note": null, "place": {"c1": null, "c2": "74", "c3": null, "cy": "FR", "lg": 6.23775, "lat": 46.19439, "name": "Annemasse", "geoid": 3037538}, "notime": null, "date-ut": "1878-02-19 12:35:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Jacob"}, "birth": {"tzo": "+00:24:57", "date": "1878-02-19 13:00", "place": {"c2": "74", "cy": "FR", "lg": 6.23775, "lat": 46.19439, "name": "Annemasse", "geoid": 3037538}, "date-ut": "1878-02-19 12:35:32"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2742"}, "ids-in-sources": {"a2": "2742"}}, "raw": {"H": "12", "MN": "35", "TZ": "0", "COD": "74", "COU": "F", "DAY": "19", "LAT": "45N54", "LON": "6E 7", "MON": "2", "NUM": "2742", "PRO": "S", "SEC": "32", "YEA": "1878", "CITY": "ANNEMASSE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-140"}, "ids-in-source": {"g55": "09-140"}}, "raw": {"DAY": "19-2-1878", "HOUR": "13 h.", "NAME": "JACOB Charles", "PLACE": "Annemasse (Haute-Savoie)."}, "date": "2023-08-20T14:49:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4829	jolibois-medard-1884-05-23	{"a2": "2745"}	{"lerrcp": "A2-2745"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Medard", "family": "Jolibois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1884-05-23 13:40", "note": null, "place": {"c1": null, "c2": "75", "c3": "8", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1884-05-23 13:30:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Medard", "family": "Jolibois"}, "birth": {"tzo": "+00:09:24", "date": "1884-05-23 13:40", "place": {"c2": "75", "c3": "8", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1884-05-23 13:30:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2745"}, "ids-in-sources": {"a2": "2745"}}, "raw": {"H": "13", "MN": "30", "TZ": "0", "COD": "75", "COU": "F", "DAY": "23", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "2745", "PRO": "S", "SEC": "40", "YEA": "1884", "CITY": "PARIS 8E"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
17884	bregeat-paul-1909-11-12	{"e1": "251"}	{"lerrcp": "E1-251"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Bregeat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-11-12 18:30", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": 0.5, "lat": 45.43333, "name": "Vieux-Mareuil", "geoid": 2969196}, "notime": null, "date-ut": "1909-11-12 18:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Bregeat"}, "birth": {"tzo": "+00:09", "date": "1909-11-12 18:30", "place": {"c2": "24", "c3": "", "cy": "FR", "lg": 0.5, "lat": 45.43333, "name": "Vieux-Mareuil", "geoid": 2969196}, "date-ut": "1909-11-12 18:21"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "251"}}, "raw": {"H": "18:30", "COD": "24", "DAY": "12", "MON": "11", "NUM": "0251", "PRO": "PH", "YEA": "1909", "CITY": "Vieux-Mareuil", "NAME": "BREGEAT Paul", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
4832	jordan-camille-1838-01-05	{"a2": "2748", "g55": "09-144"}	{"g55": "09-144", "lerrcp": "A2-2748"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Jordan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1838-01-05 07:30", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1838-01-05 07:10:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Jordan"}, "birth": {"tzo": "+00:19:23", "date": "1838-01-05 07:30", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1838-01-05 07:10:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2748"}, "ids-in-sources": {"a2": "2748"}}, "raw": {"H": "7", "MN": "10", "TZ": "0", "COD": "69", "COU": "F", "DAY": "5", "LAT": "45N46", "LON": "4E50", "MON": "1", "NUM": "2748", "PRO": "S", "SEC": "40", "YEA": "1838", "CITY": "LYON"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-144"}, "ids-in-source": {"g55": "09-144"}}, "raw": {"DAY": "5-1-1838", "HOUR": "7 h. 30", "NAME": "JORDAN Camile", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:49:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4836	jurien-graviere-edmond-1812-11-19	{"a2": "2752"}	{"lerrcp": "A2-2752"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Jurien Graviere Edmond", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:17:57", "date": "1812-11-19 20:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1812-11-19 20:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "", "family": "Jurien Graviere Edmond"}, "birth": {"tzo": "-00:17:57", "date": "1812-11-19 20:00", "place": {"c2": "29", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1812-11-19 20:16:24"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2752"}, "ids-in-sources": {"a2": "2752"}}, "raw": {"H": "20", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "19", "LAT": "48N 0", "LON": "4W 6", "MON": "11", "NUM": "2752", "PRO": "S", "SEC": "24", "YEA": "1812", "CITY": "BREST"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4837	kilian-wilfrid-1862-06-15	{"a2": "2753"}	{"lerrcp": "A2-2753"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilfrid", "family": "Kilian", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:60", "date": "1862-06-15 20:29", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74931, "lat": 48.60749, "name": "Schiltigheim", "geoid": 2975446}, "notime": null, "date-ut": "1862-06-15 20:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Wilfrid", "family": "Kilian"}, "birth": {"tzo": "+00:30:60", "date": "1862-06-15 20:29", "place": {"c2": "67", "cy": "FR", "lg": 7.74931, "lat": 48.60749, "name": "Schiltigheim", "geoid": 2975446}, "date-ut": "1862-06-15 20:29"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2753"}, "ids-in-sources": {"a2": "2753"}}, "raw": {"H": "20", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "15", "LAT": "48N35", "LON": "7E45", "MON": "6", "NUM": "2753", "PRO": "S", "SEC": "0", "YEA": "1862", "CITY": "SCHILTIGHEIM"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4839	kuhlmann-frederic-1803-05-22	{"a2": "2755", "g55": "09-149"}	{"g55": "09-149", "lerrcp": "A2-2755"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Kuhlmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:25", "date": "1803-05-22 04:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.35584, "lat": 48.08078, "name": "Colmar", "geoid": 3024297}, "notime": null, "date-ut": "1803-05-22 03:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Kuhlmann"}, "birth": {"tzo": "+00:29:25", "date": "1803-05-22 04:00", "place": {"c2": "68", "cy": "FR", "lg": 7.35584, "lat": 48.08078, "name": "Colmar", "geoid": 3024297}, "date-ut": "1803-05-22 03:30:36"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2755"}, "ids-in-sources": {"a2": "2755"}}, "raw": {"H": "3", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "22", "LAT": "48N 5", "LON": "7E21", "MON": "5", "NUM": "2755", "PRO": "S", "SEC": "36", "YEA": "1803", "CITY": "COLMAR"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-149"}, "ids-in-source": {"g55": "09-149"}}, "raw": {"DAY": "22-5-1803", "HOUR": "4 h.", "NAME": "KUHLMANN Frédéric", "PLACE": "Colmar (Haut-Rhin)."}, "date": "2023-08-20T14:49:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4842	la-gournerie-jules-1814-12-20	{"a2": "2758", "g55": "09-152"}	{"g55": "09-152", "lerrcp": "A2-2758"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "La Gournerie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1814-12-20 17:30", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1814-12-20 17:36:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jules", "family": "La Gournerie"}, "birth": {"tzo": "-00:06:13", "date": "1814-12-20 17:30", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1814-12-20 17:36:20"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2758"}, "ids-in-sources": {"a2": "2758"}}, "raw": {"H": "17", "MN": "36", "TZ": "0", "COD": "44", "COU": "F", "DAY": "20", "LAT": "47N13", "LON": "1W35", "MON": "12", "NUM": "2758", "PRO": "S", "SEC": "20", "YEA": "1814", "CITY": "NANTES"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-152"}, "ids-in-source": {"g55": "09-152"}}, "raw": {"DAY": "20-12-1814", "HOUR": "17 h. 30", "NAME": "La GOURNERIE Jules (de)", "PLACE": "Nantes (Loire-Inf.)."}, "date": "2023-08-20T14:49:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4844	lallemand-alexandre-1816-12-25	{"a2": "2760", "g55": "09-154"}	{"g55": "09-154", "lerrcp": "A2-2760"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Lallemand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1816-12-25 06:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1816-12-25 05:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Lallemand"}, "birth": {"tzo": "+00:05:46", "date": "1816-12-25 06:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1816-12-25 05:54:16"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2760"}, "ids-in-sources": {"a2": "2760"}}, "raw": {"H": "5", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "25", "LAT": "43N37", "LON": "1E26", "MON": "12", "NUM": "2760", "PRO": "S", "SEC": "16", "YEA": "1816", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-154"}, "ids-in-source": {"g55": "09-154"}}, "raw": {"DAY": "25-12-1816", "HOUR": "6 h.", "NAME": "LALLEMAND Alexandre", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:49:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4848	lapparent-jacques-1883-04-05	{"a2": "2764"}	{"lerrcp": "A2-2764"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Lapparent", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1883-04-05 10:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "8", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1883-04-05 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Lapparent"}, "birth": {"tzo": "+00:09:24", "date": "1883-04-05 10:00", "place": {"c2": "75", "c3": "8", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1883-04-05 09:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2764"}, "ids-in-sources": {"a2": "2764"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "5", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "2764", "PRO": "S", "SEC": "40", "YEA": "1883", "CITY": "PARIS 8E"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
17885	bremond-emile-1890-04-02	{"e1": "252"}	{"lerrcp": "E1-252"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Bremond", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1890-04-02 14:00", "note": null, "place": {"c1": null, "c2": "25", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Beaume les Dames", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Bremond"}, "birth": {"tzo": "", "date": "1890-04-02 14:00", "place": {"c2": "25", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Beaume les Dames", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "252"}}, "raw": {"H": "14:00", "COD": "25", "DAY": "02", "MON": "04", "NUM": "0252", "PRO": "EX", "YEA": "1890", "CITY": "Beaume les Dames", "NAME": "BREMOND Emile", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
4847	lapparent-albert-1839-12-30	{"a2": "2763", "g55": "09-156"}	{"g55": "09-156", "lerrcp": "A2-2763"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Lapparent", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:36", "date": "1839-12-30 06:00", "note": null, "place": {"c1": null, "c2": "18", "c3": null, "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "notime": null, "date-ut": "1839-12-30 05:50:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Lapparent"}, "birth": {"tzo": "+00:09:36", "date": "1839-12-30 06:00", "place": {"c2": "18", "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "date-ut": "1839-12-30 05:50:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2763"}, "ids-in-sources": {"a2": "2763"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "18", "COU": "F", "DAY": "30", "LAT": "47N 5", "LON": "2E23", "MON": "12", "NUM": "2763", "PRO": "S", "SEC": "28", "YEA": "1839", "CITY": "BOURGES"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-156"}, "ids-in-source": {"g55": "09-156"}}, "raw": {"DAY": "30-12-1839", "HOUR": "6 h.", "NAME": "LAPPARENT (Cochon de) Albert", "PLACE": "Bourges (Cher)."}, "date": "2023-08-20T14:49:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
17886	bressonnet-francois-1824-07-08	{"e1": "253"}	{"lerrcp": "E1-253"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Bressonnet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17", "date": "1824-07-08 19:00", "note": null, "place": {"c1": null, "c2": "21", "c3": "", "cy": "FR", "lg": 4.337, "lat": 47.62294, "name": "Montbard", "geoid": 2992953}, "notime": null, "date-ut": "1824-07-08 18:43"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Bressonnet"}, "birth": {"tzo": "+00:17", "date": "1824-07-08 19:00", "place": {"c2": "21", "c3": "", "cy": "FR", "lg": 4.337, "lat": 47.62294, "name": "Montbard", "geoid": 2992953}, "date-ut": "1824-07-08 18:43"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "253"}}, "raw": {"H": "19:00", "COD": "21", "DAY": "08", "MON": "07", "NUM": "0253", "PRO": "MI", "YEA": "1824", "CITY": "Montbard", "NAME": "BRESSONNET François", "NOTE": "*"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
4851	laugier-paul-1812-12-22	{"a2": "2767"}	{"lerrcp": "A2-2767"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Laugier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1812-12-22 18:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1812-12-22 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Laugier"}, "birth": {"tzo": "+00:09:24", "date": "1812-12-22 18:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1812-12-22 17:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2767"}, "ids-in-sources": {"a2": "2767"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "22", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "2767", "PRO": "S", "SEC": "40", "YEA": "1812", "CITY": "PARIS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4854	lebesque-henri-1875-06-28	{"a2": "2770", "g55": "09-161"}	{"g55": "09-161", "lerrcp": "A2-2770"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Lebesque", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:20", "date": "1875-06-28 07:00", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Beauvais", "geoid": 3034006}, "notime": null, "date-ut": "1875-06-28 06:51:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Lebesque"}, "birth": {"tzo": "+00:08:20", "date": "1875-06-28 07:00", "place": {"c2": "60", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Beauvais", "geoid": 3034006}, "date-ut": "1875-06-28 06:51:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2770"}, "ids-in-sources": {"a2": "2770"}}, "raw": {"H": "6", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "28", "LAT": "49N26", "LON": "2E 5", "MON": "6", "NUM": "2770", "PRO": "S", "SEC": "40", "YEA": "1875", "CITY": "BEAUVAIS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-161"}, "ids-in-source": {"g55": "09-161"}}, "raw": {"DAY": "28-6-1875", "HOUR": "7 h.", "NAME": "LEBESGUE Henri", "PLACE": "Beauvais (Oise)."}, "date": "2023-08-20T14:49:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4856	leblanc-maurice-1857-03-02	{"a2": "2772"}	{"lerrcp": "A2-2772"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Leblanc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1857-03-02 12:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1857-03-02 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Leblanc"}, "birth": {"tzo": "+00:09:24", "date": "1857-03-02 12:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1857-03-02 11:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2772"}, "ids-in-sources": {"a2": "2772"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "2772", "PRO": "S", "SEC": "40", "YEA": "1857", "CITY": "PARIS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4857	lechartier-georges-1837-01-06	{"a2": "2773"}	{"lerrcp": "A2-2773"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Lechartier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1837-01-06 16:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1837-01-06 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Lechartier"}, "birth": {"tzo": "+00:09:24", "date": "1837-01-06 16:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1837-01-06 15:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2773"}, "ids-in-sources": {"a2": "2773"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "6", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "2773", "PRO": "S", "SEC": "40", "YEA": "1837", "CITY": "PARIS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4858	le-chatelier-henry-1850-10-08	{"a2": "2774"}	{"lerrcp": "A2-2774"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Le Chatelier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1850-10-08 02:15:04", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1850-10-08 02:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Le Chatelier"}, "birth": {"tzo": "+00:09:24", "date": "1850-10-08 02:15:04", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1850-10-08 02:05:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2774"}, "ids-in-sources": {"a2": "2774"}}, "raw": {"H": "2", "MN": "5", "TZ": "0", "COD": "75", "COU": "F", "DAY": "8", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "2774", "PRO": "S", "SEC": "40", "YEA": "1850", "CITY": "PARIS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4862	lecoq-henri-1802-04-28	{"a2": "2778", "g55": "09-166"}	{"g55": "09-166", "lerrcp": "A2-2778"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Lecoq", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1802-04-28 19:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Avesnes.", "geoid": 0}, "notime": null, "date-ut": "1802-04-28 18:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Lecoq"}, "birth": {"tzo": "+00:12:20", "date": "1802-04-28 19:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Avesnes", "geoid": 0}, "date-ut": "1802-04-28 18:47:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2778"}, "ids-in-sources": {"a2": "2778"}}, "raw": {"H": "18", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "28", "LAT": "50N39", "LON": "3E 5", "MON": "4", "NUM": "2778", "PRO": "S", "SEC": "40", "YEA": "1802", "CITY": "AVESNES"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Avesnes."}}, "partial-ids": {"g55": "09-166"}, "ids-in-source": {"g55": "09-166"}}, "raw": {"DAY": "28-4-1802", "HOUR": "19 h.", "NAME": "LECOQ Henri", "PLACE": "Avesnes. (Nord)."}, "date": "2023-08-20T14:49:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4864	le-dieu-alfred-1830-03-02	{"a2": "2780", "g55": "09-168"}	{"g55": "09-168", "lerrcp": "A2-2780"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Le Dieu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:21", "date": "1830-03-02 10:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 1.83547, "lat": 50.10521, "name": "Abbeville", "geoid": 3038789}, "notime": null, "date-ut": "1830-03-02 09:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Le Dieu"}, "birth": {"tzo": "+00:07:21", "date": "1830-03-02 10:00", "place": {"c2": "80", "cy": "FR", "lg": 1.83547, "lat": 50.10521, "name": "Abbeville", "geoid": 3038789}, "date-ut": "1830-03-02 09:50:48"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2780"}, "ids-in-sources": {"a2": "2780"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "2", "LAT": "49N54", "LON": "2E18", "MON": "3", "NUM": "2780", "PRO": "S", "SEC": "48", "YEA": "1830", "CITY": "ABBEVILLE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-168"}, "ids-in-source": {"g55": "09-168"}}, "raw": {"DAY": "2-3-1830", "HOUR": "10 h.", "NAME": "LEDIEU Alfred", "PLACE": "Abbeville (Somme)."}, "date": "2023-08-20T14:49:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4868	leprince-ringuet-louis-1901-03-27	{"a2": "2784"}	{"lerrcp": "A2-2784"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Leprince-Ringuet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1901-03-27 21:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.08082, "lat": 44.12489, "name": "Alès", "geoid": 3038224}, "notime": null, "date-ut": "1901-03-27 20:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Leprince-Ringuet"}, "birth": {"tzo": "+00:09:21", "date": "1901-03-27 21:00", "place": {"c2": "30", "cy": "FR", "lg": 4.08082, "lat": 44.12489, "name": "Alès", "geoid": 3038224}, "date-ut": "1901-03-27 20:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2784"}, "ids-in-sources": {"a2": "2784"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "30", "COU": "F", "DAY": "27", "LAT": "43N51", "LON": "4E21", "MON": "3", "NUM": "2784", "PRO": "S", "SEC": "40", "YEA": "1901", "CITY": "ALES"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4867	lemoine-georges-1841-01-16	{"a2": "2783", "g55": "09-171"}	{"g55": "09-171", "lerrcp": "A2-2783"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Lemoine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:54", "date": "1841-01-16 19:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.97369, "lat": 47.85628, "name": "Tonnerre", "geoid": 2972467}, "notime": null, "date-ut": "1841-01-16 18:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Lemoine"}, "birth": {"tzo": "+00:15:54", "date": "1841-01-16 19:00", "place": {"c2": "89", "cy": "FR", "lg": 3.97369, "lat": 47.85628, "name": "Tonnerre", "geoid": 2972467}, "date-ut": "1841-01-16 18:45:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2783"}, "ids-in-sources": {"a2": "2783"}}, "raw": {"H": "18", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "16", "LAT": "47N48", "LON": "3E35", "MON": "1", "NUM": "2783", "PRO": "S", "SEC": "40", "YEA": "1841", "CITY": "TONNERRE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-171"}, "ids-in-source": {"g55": "09-171"}}, "raw": {"DAY": "16-1-1841", "HOUR": "19 h.", "NAME": "LEMOINE Georges", "PLACE": "Tonnerre (Yonne)."}, "date": "2023-08-20T14:49:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4873	lindet-gaston-1857-04-10	{"a2": "2789"}	{"lerrcp": "A2-2789"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Lindet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1857-04-10 09:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1857-04-10 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Lindet"}, "birth": {"tzo": "+00:09:24", "date": "1857-04-10 09:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1857-04-10 08:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2789"}, "ids-in-sources": {"a2": "2789"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "10", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "2789", "PRO": "S", "SEC": "40", "YEA": "1857", "CITY": "PARIS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4872	levy-maurice-1838-02-28	{"a2": "2788", "wd": "Q1353064", "g55": "09-174"}	{"wd": "Q1353064", "g55": "09-174", "lerrcp": "A2-2788"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Levy", "spouse": [], "official": {"given": "Maurice", "family": "Levy"}}	M	{"lmt": null, "tzo": "+00:29:17", "date": "1838-02-28 01:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.31938, "lat": 48.1951, "name": "Ribeauville", "geoid": 2983705}, "notime": null, "date-ut": "1838-02-28 00:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["engineer", "mathematician"]	2	{"birth": {"slug": "levy-maurice-1838-02-28", "extras": {"partial-ids": {"wd": "Q1353064"}, "ids-in-sources": {"wd": "Q1353064"}}, "header": {"notes": "", "history": {"0": {"date": "2023-07-25", "actor": "Thierry Graff", "action": "Locate the act and add to opengauquelin.org"}}}, "source": {"notes": "Original name of the image: FRAD068_EC_5MI405_14_01_0111.jpg\\n", "civil-registry": {"web": {"url": "https://archives.haut-rhin.fr/ark:/naan/a011455803239C6aDTQ/e4ac80ade3", "page": "111 / 468"}, "name": "Ribeauville , Naissances 1836-1844", "place": {"c2": "68", "cy": "FR", "name": "Ribeauville"}}, "document-creation": {"date": "1838-02-28 12:00", "place": "Ribeauville"}}, "opengauquelin": {"projects": {"0": "french-math"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Maurice", "family": "Levy"}}, "birth": {"date": "1838-02-28 01:00", "place": {"c2": "68", "cy": "FR", "name": "Ribeauville"}}}}}	[{"new": {"name": {"given": "Maurice", "family": "Levy"}, "birth": {"tzo": "+00:29:17", "date": "1838-02-28 01:00", "place": {"c2": "68", "cy": "FR", "lg": 7.31938, "lat": 48.1951, "name": "Ribeauvillé", "geoid": 2983705}, "date-ut": "1838-02-28 00:30:36"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2788"}, "ids-in-sources": {"a2": "2788"}}, "raw": {"H": "0", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "28", "LAT": "48N 5", "LON": "7E21", "MON": "2", "NUM": "2788", "PRO": "S", "SEC": "36", "YEA": "1838", "CITY": "RIBEAUVILLE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-174"}, "ids-in-source": {"g55": "09-174"}}, "raw": {"DAY": "28-2-1838", "HOUR": "1 h.", "NAME": "LEVY Maurice", "PLACE": "Ribeauvillé (Haut-Rhin)."}, "date": "2023-08-20T14:49:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}, {"new": {"sex": "M", "name": {"official": {"given": "Maurice", "family": "Levy"}}, "birth": {"date": "1838-02-28 01:00", "place": {"c2": "68", "cy": "FR", "name": "Ribeauville"}}, "occus": ["engineer", "mathematician"], "partial-ids": {"wd": "Q1353064"}, "ids-in-sources": {"wd": "Q1353064"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1838/02/28/levy-maurice-1838-02-28\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add levy-maurice-1838-02-28"}]	[]
4877	lottin-victor-1795-10-26	{"a2": "2793"}	{"lerrcp": "A2-2793"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Lottin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1795-10-26 23:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1795-10-26 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Lottin"}, "birth": {"tzo": "+00:09:24", "date": "1795-10-26 23:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1795-10-26 22:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2793"}, "ids-in-sources": {"a2": "2793"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "26", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "2793", "PRO": "S", "SEC": "40", "YEA": "1795", "CITY": "PARIS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4876	lory-charles-1823-07-30	{"a2": "2792", "g55": "09-177"}	{"g55": "09-177", "lerrcp": "A2-2792"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Lory", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1823-07-30 02:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1823-07-30 02:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Lory"}, "birth": {"tzo": "-00:06:13", "date": "1823-07-30 02:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1823-07-30 02:06:20"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2792"}, "ids-in-sources": {"a2": "2792"}}, "raw": {"H": "2", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "30", "LAT": "47N13", "LON": "1W35", "MON": "7", "NUM": "2792", "PRO": "S", "SEC": "20", "YEA": "1823", "CITY": "NANTES"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-177"}, "ids-in-source": {"g55": "09-177"}}, "raw": {"DAY": "30-7-1823", "HOUR": "2 h.", "NAME": "LORY Charles", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:49:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4879	lumiere-louis-1864-10-05	{"a2": "2795", "g55": "09-179"}	{"g55": "09-179", "lerrcp": "A2-2795"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Lumiere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:04", "date": "1864-10-05 01:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1864-10-05 00:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Lumiere"}, "birth": {"tzo": "+00:24:04", "date": "1864-10-05 01:00", "place": {"c2": "25", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1864-10-05 00:35:52"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2795"}, "ids-in-sources": {"a2": "2795"}}, "raw": {"H": "0", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "5", "LAT": "47N15", "LON": "6E 2", "MON": "10", "NUM": "2795", "PRO": "S", "SEC": "52", "YEA": "1864", "CITY": "BESANCON"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-179"}, "ids-in-source": {"g55": "09-179"}}, "raw": {"DAY": "5-10-1864", "HOUR": "1 h.", "NAME": "LUMIERE Louis", "PLACE": "Besançon (Doubs)."}, "date": "2023-08-20T14:49:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4880	lyot-bernard-1897-02-27	{"a2": "2796"}	{"lerrcp": "A2-2796"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Lyot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1897-02-27 22:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "8", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1897-02-27 21:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Lyot"}, "birth": {"tzo": "+00:09:21", "date": "1897-02-27 22:00", "place": {"c2": "75", "c3": "8", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1897-02-27 21:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2796"}, "ids-in-sources": {"a2": "2796"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "27", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "2796", "PRO": "S", "SEC": "40", "YEA": "1897", "CITY": "PARIS 8E"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4881	magrou-joseph-1883-08-06	{"a2": "2797"}	{"lerrcp": "A2-2797"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Magrou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:51", "date": "1883-08-06 17:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "notime": null, "date-ut": "1883-08-06 16:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Magrou"}, "birth": {"tzo": "+00:12:51", "date": "1883-08-06 17:00", "place": {"c2": "34", "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "date-ut": "1883-08-06 16:44:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2797"}, "ids-in-sources": {"a2": "2797"}}, "raw": {"H": "16", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "6", "LAT": "43N37", "LON": "3E53", "MON": "8", "NUM": "2797", "PRO": "S", "SEC": "28", "YEA": "1883", "CITY": "BEZIERS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4884	mallard-ernest-1833-02-04	{"a2": "2800", "g55": "09-182"}	{"g55": "09-182", "lerrcp": "A2-2800"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Mallard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:32", "date": "1833-02-04 01:00", "note": null, "place": {"c1": null, "c2": "18", "c3": null, "cy": "FR", "lg": 2.38333, "lat": 47.08333, "name": "Chateauneuf-sur-Cher", "geoid": 0}, "notime": null, "date-ut": "1833-02-04 00:50:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Mallard"}, "birth": {"tzo": "+00:09:32", "date": "1833-02-04 01:00", "place": {"c2": "18", "cy": "FR", "lg": 2.38333, "lat": 47.08333, "name": "Chateauneuf-sur-C", "geoid": 0}, "date-ut": "1833-02-04 00:50:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2800"}, "ids-in-sources": {"a2": "2800"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "18", "COU": "F", "DAY": "4", "LAT": "47N 5", "LON": "2E23", "MON": "2", "NUM": "2800", "PRO": "S", "SEC": "28", "YEA": "1833", "CITY": "CHATEAUNEUF S/C"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Chateauneuf-sur-Cher"}}, "partial-ids": {"g55": "09-182"}, "ids-in-source": {"g55": "09-182"}}, "raw": {"DAY": "4-2-1833", "HOUR": "1 h.", "NAME": "MALLARD Ernest", "PLACE": "Chateauneuf-sur-Cher (Cher)."}, "date": "2023-08-20T14:49:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4886	mangin-louis-1852-09-08	{"a2": "2802"}	{"lerrcp": "A2-2802"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Mangin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1852-09-08 12:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1852-09-08 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Mangin"}, "birth": {"tzo": "+00:09:24", "date": "1852-09-08 12:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1852-09-08 11:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2802"}, "ids-in-sources": {"a2": "2802"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "8", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "2802", "PRO": "S", "SEC": "40", "YEA": "1852", "CITY": "PARIS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4887	mangon-charles-1821-07-31	{"a2": "2803"}	{"lerrcp": "A2-2803"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Mangon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1821-07-31 02:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1821-07-31 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Mangon"}, "birth": {"tzo": "+00:09:24", "date": "1821-07-31 02:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1821-07-31 01:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2803"}, "ids-in-sources": {"a2": "2803"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "31", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "2803", "PRO": "S", "SEC": "40", "YEA": "1821", "CITY": "PARIS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4888	maquenne-leon-1853-12-02	{"a2": "2804"}	{"lerrcp": "A2-2804"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Maquenne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1853-12-02 02:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1853-12-02 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Maquenne"}, "birth": {"tzo": "+00:09:24", "date": "1853-12-02 02:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1853-12-02 01:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2804"}, "ids-in-sources": {"a2": "2804"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "2804", "PRO": "S", "SEC": "40", "YEA": "1853", "CITY": "PARIS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4889	marchal-paul-1862-09-27	{"a2": "2805"}	{"lerrcp": "A2-2805"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Marchal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1862-09-27 07:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "10", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1862-09-27 06:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Marchal"}, "birth": {"tzo": "+00:09:24", "date": "1862-09-27 07:00", "place": {"c2": "75", "c3": "10", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1862-09-27 06:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2805"}, "ids-in-sources": {"a2": "2805"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "27", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "2805", "PRO": "S", "SEC": "40", "YEA": "1862", "CITY": "PARIS 10E"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4893	martonne-l-1873-04-01	{"a2": "2809"}	{"lerrcp": "A2-2809"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "L", "family": "Martonne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:36", "date": "1873-04-01 04:00", "note": null, "place": {"c1": null, "c2": "36", "c3": null, "cy": "FR", "lg": 1.65181, "lat": 47.25343, "name": "Chabris", "geoid": 3027673}, "notime": null, "date-ut": "1873-04-01 03:53:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "L", "family": "Martonne"}, "birth": {"tzo": "+00:06:36", "date": "1873-04-01 04:00", "place": {"c2": "36", "cy": "FR", "lg": 1.65181, "lat": 47.25343, "name": "Chabris", "geoid": 3027673}, "date-ut": "1873-04-01 03:53:16"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2809"}, "ids-in-sources": {"a2": "2809"}}, "raw": {"H": "3", "MN": "53", "TZ": "0", "COD": "36", "COU": "F", "DAY": "1", "LAT": "46N49", "LON": "1E41", "MON": "4", "NUM": "2809", "PRO": "S", "SEC": "16", "YEA": "1873", "CITY": "CHABRIS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4894	mascart-eleuthere-1837-02-20	{"a2": "2810"}	{"lerrcp": "A2-2810"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eleuthere", "family": "Mascart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:30", "date": "1837-02-20 18:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.62306, "lat": 50.38634, "name": "Quarouble", "geoid": 2984874}, "notime": null, "date-ut": "1837-02-20 17:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Eleuthere", "family": "Mascart"}, "birth": {"tzo": "+00:14:30", "date": "1837-02-20 18:00", "place": {"c2": "59", "cy": "FR", "lg": 3.62306, "lat": 50.38634, "name": "Quarouble", "geoid": 2984874}, "date-ut": "1837-02-20 17:47:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2810"}, "ids-in-sources": {"a2": "2810"}}, "raw": {"H": "17", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "20", "LAT": "50N39", "LON": "3E 5", "MON": "2", "NUM": "2810", "PRO": "S", "SEC": "40", "YEA": "1837", "CITY": "QUAROUBLE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4891	marguet-frederic-1874-06-12	{"a2": "2807", "g55": "09-185"}	{"g55": "09-185", "lerrcp": "A2-2807"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Marguet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "Alger", "geoid": 0}, "notime": null, "date-ut": "1874-06-12 17:18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Marguet"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "ALGER", "geoid": 0}, "date-ut": "1874-06-12 17:18:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2807"}, "ids-in-sources": {"a2": "2807"}}, "raw": {"H": "17", "MN": "18", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "12", "LAT": "36N47", "LON": "3E 0", "MON": "6", "NUM": "2807", "PRO": "S", "SEC": "0", "YEA": "1874", "CITY": "ALGER"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Alger"}}, "partial-ids": {"g55": "09-185"}, "ids-in-source": {"g55": "09-185"}}, "raw": {"DAY": "12-6-1874", "HOUR": "17 h. 30", "NAME": "MARGUET Frédéric", "PLACE": "Alger (Algérie)."}, "date": "2023-08-20T14:49:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4897	mauguin-charles-1878-09-19	{"a2": "2813", "g55": "09-189"}	{"g55": "09-189", "lerrcp": "A2-2813"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Mauguin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:12", "date": "1878-09-19 04:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 3.29939, "lat": 48.55897, "name": "Provins", "geoid": 2985229}, "notime": null, "date-ut": "1878-09-19 03:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Mauguin"}, "birth": {"tzo": "+00:13:12", "date": "1878-09-19 04:00", "place": {"c2": "77", "cy": "FR", "lg": 3.29939, "lat": 48.55897, "name": "Provins", "geoid": 2985229}, "date-ut": "1878-09-19 03:49:20"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2813"}, "ids-in-sources": {"a2": "2813"}}, "raw": {"H": "3", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "19", "LAT": "48N33", "LON": "2E40", "MON": "9", "NUM": "2813", "PRO": "S", "SEC": "20", "YEA": "1878", "CITY": "PROVINS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-189"}, "ids-in-source": {"g55": "09-189"}}, "raw": {"DAY": "19-9-1878", "HOUR": "4 h.", "NAME": "MAUGUIN Charles", "PLACE": "Provins (Seine-et-Marne)."}, "date": "2023-08-20T14:49:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4899	maurain-charles-1871-02-27	{"a2": "2815", "g55": "09-191"}	{"g55": "09-191", "lerrcp": "A2-2815"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Maurain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:37", "date": "1871-02-27 01:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1871-02-27 00:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Maurain"}, "birth": {"tzo": "+00:07:37", "date": "1871-02-27 01:00", "place": {"c2": "45", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1871-02-27 00:52:24"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2815"}, "ids-in-sources": {"a2": "2815"}}, "raw": {"H": "0", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "27", "LAT": "47N54", "LON": "1E54", "MON": "2", "NUM": "2815", "PRO": "S", "SEC": "24", "YEA": "1871", "CITY": "ORLEANS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-191"}, "ids-in-source": {"g55": "09-191"}}, "raw": {"DAY": "27-2-1871", "HOUR": "1 h.", "NAME": "MAURAIN. Charles", "PLACE": "Orléans (Loiret)."}, "date": "2023-08-20T14:49:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4902	meray-charles-1835-11-12	{"a2": "2818", "g55": "09-194"}	{"g55": "09-194", "lerrcp": "A2-2818"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Meray", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:25", "date": "1835-11-12 05:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.85372, "lat": 46.78112, "name": "Chalon-sur-Saône", "geoid": 3027484}, "notime": null, "date-ut": "1835-11-12 04:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Meray"}, "birth": {"tzo": "+00:19:25", "date": "1835-11-12 05:00", "place": {"c2": "71", "cy": "FR", "lg": 4.85372, "lat": 46.78112, "name": "Chalon-sur-Saône", "geoid": 3027484}, "date-ut": "1835-11-12 04:40:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2818"}, "ids-in-sources": {"a2": "2818"}}, "raw": {"H": "4", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "12", "LAT": "46N18", "LON": "4E50", "MON": "11", "NUM": "2818", "PRO": "S", "SEC": "40", "YEA": "1835", "CITY": "CHALON S-SAONE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-194"}, "ids-in-source": {"g55": "09-194"}}, "raw": {"DAY": "12-11-1835", "HOUR": "5 h.", "NAME": "MERAY Charles", "PLACE": "Chalon-sur-Saône (Saône-et-Loire)."}, "date": "2023-08-20T14:49:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4903	mesnager-augustin-1862-06-11	{"a2": "2819"}	{"lerrcp": "A2-2819"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Augustin", "family": "Mesnager", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1862-06-11 16:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "6", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1862-06-11 16:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Augustin", "family": "Mesnager"}, "birth": {"tzo": "+00:09:24", "date": "1862-06-11 16:30", "place": {"c2": "75", "c3": "6", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1862-06-11 16:20:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2819"}, "ids-in-sources": {"a2": "2819"}}, "raw": {"H": "16", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "11", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "2819", "PRO": "S", "SEC": "40", "YEA": "1862", "CITY": "PARIS 6E"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4905	moncel-theodore-1821-03-06	{"a2": "2821"}	{"lerrcp": "A2-2821"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodore", "family": "Moncel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1821-03-06 16:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1821-03-06 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Theodore", "family": "Moncel"}, "birth": {"tzo": "+00:09:24", "date": "1821-03-06 16:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1821-03-06 15:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2821"}, "ids-in-sources": {"a2": "2821"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "6", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "2821", "PRO": "S", "SEC": "40", "YEA": "1821", "CITY": "PARIS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4908	munier-chalmas-ernest-1843-04-07	{"a2": "2824", "g55": "09-198"}	{"g55": "09-198", "lerrcp": "A2-2824"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Munier-Chalmas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:37", "date": "1843-04-07 14:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.90574, "lat": 46.56758, "name": "Tournus", "geoid": 2972203}, "notime": null, "date-ut": "1843-04-07 13:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Munier-Chalmas"}, "birth": {"tzo": "+00:19:37", "date": "1843-04-07 14:00", "place": {"c2": "71", "cy": "FR", "lg": 4.90574, "lat": 46.56758, "name": "Tournus", "geoid": 2972203}, "date-ut": "1843-04-07 13:40:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2824"}, "ids-in-sources": {"a2": "2824"}}, "raw": {"H": "13", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "7", "LAT": "46N18", "LON": "4E50", "MON": "4", "NUM": "2824", "PRO": "S", "SEC": "40", "YEA": "1843", "CITY": "TOURNUS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-198"}, "ids-in-source": {"g55": "09-198"}}, "raw": {"DAY": "7-4-1843", "HOUR": "4 h.", "NAME": "MUNIER-CHALMAS Ernest", "PLACE": "Tournus (Saône-et-Loire)."}, "date": "2023-08-20T14:49:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4910	naudin-charles-1815-08-14	{"a2": "2826", "g55": "09-200"}	{"g55": "09-200", "lerrcp": "A2-2826"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Naudin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:12", "date": "1815-08-14 06:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.29869, "lat": 46.95104, "name": "Autun", "geoid": 3035883}, "notime": null, "date-ut": "1815-08-14 05:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Naudin"}, "birth": {"tzo": "+00:17:12", "date": "1815-08-14 06:00", "place": {"c2": "71", "cy": "FR", "lg": 4.29869, "lat": 46.95104, "name": "Autun", "geoid": 3035883}, "date-ut": "1815-08-14 05:40:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2826"}, "ids-in-sources": {"a2": "2826"}}, "raw": {"H": "5", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "14", "LAT": "46N18", "LON": "4E50", "MON": "8", "NUM": "2826", "PRO": "S", "SEC": "40", "YEA": "1815", "CITY": "AUTUN"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-200"}, "ids-in-source": {"g55": "09-200"}}, "raw": {"DAY": "14-8-1815", "HOUR": "6 h.", "NAME": "NAUDIN Charles", "PLACE": "Autun (Saône-et-Loire)."}, "date": "2023-08-20T14:49:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4912	oehlert-daniel-1849-11-01	{"a2": "2828", "g55": "09-202"}	{"g55": "09-202", "lerrcp": "A2-2828"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "Oehlert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:03:05", "date": "1849-11-01 23:00", "note": null, "place": {"c1": null, "c2": "53", "c3": null, "cy": "FR", "lg": -0.77019, "lat": 48.07247, "name": "Laval", "geoid": 3005866}, "notime": null, "date-ut": "1849-11-01 23:03"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Daniel", "family": "Oehlert"}, "birth": {"tzo": "-00:03:05", "date": "1849-11-01 23:00", "place": {"c2": "53", "cy": "FR", "lg": -0.77019, "lat": 48.07247, "name": "Laval", "geoid": 3005866}, "date-ut": "1849-11-01 23:03"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2828"}, "ids-in-sources": {"a2": "2828"}}, "raw": {"H": "23", "MN": "3", "TZ": "0", "COD": "53", "COU": "F", "DAY": "1", "LAT": "48N 4", "LON": "0W45", "MON": "11", "NUM": "2828", "PRO": "S", "SEC": "0", "YEA": "1849", "CITY": "LAVAL"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-202"}, "ids-in-source": {"g55": "09-202"}}, "raw": {"DAY": "1-11-1849", "HOUR": "23 h.", "NAME": "OEHLERT Daniel", "PLACE": "Laval (Mayenne)."}, "date": "2023-08-20T14:49:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4917	paris-francois-1806-03-02	{"a2": "2833"}	{"lerrcp": "A2-2833"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Paris", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1806-03-02 03:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1806-03-02 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "François", "family": "Paris"}, "birth": {"tzo": "+00:09:24", "date": "1806-03-02 03:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1806-03-02 02:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2833"}, "ids-in-sources": {"a2": "2833"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "2833", "PRO": "S", "SEC": "40", "YEA": "1806", "CITY": "PARIS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4916	parenty-henry-1851-04-08	{"a2": "2832", "g55": "09-205"}	{"g55": "09-205", "lerrcp": "A2-2832"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Parenty", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:08", "date": "1851-04-08 17:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "notime": null, "date-ut": "1851-04-08 16:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Parenty"}, "birth": {"tzo": "+00:11:08", "date": "1851-04-08 17:00", "place": {"c2": "62", "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "date-ut": "1851-04-08 16:48:56"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2832"}, "ids-in-sources": {"a2": "2832"}}, "raw": {"H": "16", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "8", "LAT": "50N18", "LON": "2E46", "MON": "4", "NUM": "2832", "PRO": "S", "SEC": "56", "YEA": "1851", "CITY": "ARRAS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-205"}, "ids-in-source": {"g55": "09-205"}}, "raw": {"DAY": "8-4-1851", "HOUR": "17 h.", "NAME": "PARENTY Henri", "PLACE": "Arras (Pas-de-Calais)."}, "date": "2023-08-20T14:49:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4919	pelouze-jules-1807-02-26	{"a2": "2835", "g55": "09-207"}	{"g55": "09-207", "lerrcp": "A2-2835"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Pelouze", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:53", "date": "1807-02-26 05:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.47047, "lat": 49.50881, "name": "Valognes", "geoid": 2970860}, "notime": null, "date-ut": "1807-02-26 05:04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Pelouze"}, "birth": {"tzo": "-00:05:53", "date": "1807-02-26 05:00", "place": {"c2": "50", "cy": "FR", "lg": -1.47047, "lat": 49.50881, "name": "Valognes", "geoid": 2970860}, "date-ut": "1807-02-26 05:04:20"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2835"}, "ids-in-sources": {"a2": "2835"}}, "raw": {"H": "5", "MN": "4", "TZ": "0", "COD": "50", "COU": "F", "DAY": "26", "LAT": "49N 7", "LON": "1W 5", "MON": "2", "NUM": "2835", "PRO": "S", "SEC": "20", "YEA": "1807", "CITY": "VALOGNES"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-207"}, "ids-in-source": {"g55": "09-207"}}, "raw": {"DAY": "26-2-1807", "HOUR": "5 h.", "NAME": "PELOUZE Jules", "PLACE": "Valognes (Manche)."}, "date": "2023-08-20T14:49:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4920	perard-albert-1880-09-10	{"a2": "2836"}	{"lerrcp": "A2-2836"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Perard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:44", "date": "1880-09-10 06:30", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly", "geoid": 0}, "notime": null, "date-ut": "1880-09-10 06:21:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Perard"}, "birth": {"tzo": "+00:08:44", "date": "1880-09-10 06:30", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly", "geoid": 0}, "date-ut": "1880-09-10 06:21:16"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2836"}, "ids-in-sources": {"a2": "2836"}}, "raw": {"H": "6", "MN": "21", "TZ": "0", "COD": "92", "COU": "F", "DAY": "10", "LAT": "48N50", "LON": "2E11", "MON": "9", "NUM": "2836", "PRO": "S", "SEC": "16", "YEA": "1880", "CITY": "NEUILLY"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4921	peres-joseph-1890-10-31	{"a2": "2837"}	{"lerrcp": "A2-2837"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Peres", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:21", "date": "1890-10-31 15:00", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "notime": null, "date-ut": "1890-10-31 14:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Peres"}, "birth": {"tzo": "+00:12:21", "date": "1890-10-31 15:00", "place": {"c2": "63", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "date-ut": "1890-10-31 14:47:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2837"}, "ids-in-sources": {"a2": "2837"}}, "raw": {"H": "14", "MN": "47", "TZ": "0", "COD": "63", "COU": "F", "DAY": "31", "LAT": "45N47", "LON": "3E 5", "MON": "10", "NUM": "2837", "PRO": "S", "SEC": "40", "YEA": "1890", "CITY": "CLERMONT FERRAND"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4924	peron-alphonse-1834-11-29	{"a2": "2840", "g55": "09-210"}	{"g55": "09-210", "lerrcp": "A2-2840"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Peron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:17", "date": "1834-11-29 07:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.07066, "lat": 47.64133, "name": "Saint-Fargeau", "geoid": 2980170}, "notime": null, "date-ut": "1834-11-29 06:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Peron"}, "birth": {"tzo": "+00:12:17", "date": "1834-11-29 07:00", "place": {"c2": "89", "cy": "FR", "lg": 3.07066, "lat": 47.64133, "name": "Saint-Fargeau", "geoid": 2980170}, "date-ut": "1834-11-29 06:45:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2840"}, "ids-in-sources": {"a2": "2840"}}, "raw": {"H": "6", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "29", "LAT": "47N48", "LON": "3E35", "MON": "11", "NUM": "2840", "PRO": "S", "SEC": "40", "YEA": "1834", "CITY": "ST FARGEAU"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-210"}, "ids-in-source": {"g55": "09-210"}}, "raw": {"DAY": "29-11-1834", "HOUR": "7 h.", "NAME": "\\fPERON Alphonse", "PLACE": "Saint-Fargeau (Yonne)."}, "date": "2023-08-20T14:49:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4927	perrier-delon-georges-1872-10-28	{"a2": "2843", "g55": "09-212"}	{"g55": "09-212", "lerrcp": "A2-2843"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Perrier-Delon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1872-10-28 05:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1872-10-28 04:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Perrier-Delon"}, "birth": {"tzo": "+00:15:30", "date": "1872-10-28 05:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1872-10-28 04:44:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2843"}, "ids-in-sources": {"a2": "2843"}}, "raw": {"H": "4", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "28", "LAT": "43N37", "LON": "3E53", "MON": "10", "NUM": "2843", "PRO": "S", "SEC": "28", "YEA": "1872", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-212"}, "ids-in-source": {"g55": "09-212"}}, "raw": {"DAY": "28-10-1872", "HOUR": "5 h.", "NAME": "PERRIER-DELON Georges", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:49:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4929	perrotin-henri-1845-12-19	{"a2": "2845", "g55": "09-215"}	{"g55": "09-215", "lerrcp": "A2-2845"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Perrotin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:03:26", "date": "1845-12-19 07:00", "note": null, "place": {"c1": null, "c2": "82", "c3": null, "cy": "FR", "lg": 0.85665, "lat": 44.08564, "name": "Saint-Loup", "geoid": 2978721}, "notime": null, "date-ut": "1845-12-19 06:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Perrotin"}, "birth": {"tzo": "+00:03:26", "date": "1845-12-19 07:00", "place": {"c2": "82", "cy": "FR", "lg": 0.85665, "lat": 44.08564, "name": "Saint-Loup", "geoid": 2978721}, "date-ut": "1845-12-19 06:54:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2845"}, "ids-in-sources": {"a2": "2845"}}, "raw": {"H": "6", "MN": "54", "TZ": "0", "COD": "82", "COU": "F", "DAY": "19", "LAT": "44N 1", "LON": "1E20", "MON": "12", "NUM": "2845", "PRO": "S", "SEC": "40", "YEA": "1845", "CITY": "ST LOUP"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-215"}, "ids-in-source": {"g55": "09-215"}}, "raw": {"DAY": "19-12-1845", "HOUR": "7 h.", "NAME": "PERROTIN Henri", "PLACE": "Saint-Loup (Tarn-et-Garonne)."}, "date": "2023-08-20T14:49:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4930	petit-frederic-1810-07-16	{"a2": "2846"}	{"lerrcp": "A2-2846"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Petit", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:18", "date": "1810-07-16 14:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.32541, "lat": 43.45998, "name": "Muret", "geoid": 2991153}, "notime": null, "date-ut": "1810-07-16 13:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Petit"}, "birth": {"tzo": "+00:05:18", "date": "1810-07-16 14:00", "place": {"c2": "31", "cy": "FR", "lg": 1.32541, "lat": 43.45998, "name": "Muret", "geoid": 2991153}, "date-ut": "1810-07-16 13:54:16"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2846"}, "ids-in-sources": {"a2": "2846"}}, "raw": {"H": "13", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "16", "LAT": "43N37", "LON": "1E26", "MON": "7", "NUM": "2846", "PRO": "S", "SEC": "16", "YEA": "1810", "CITY": "MURET"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4932	phillips-edouard-1821-05-21	{"a2": "2848"}	{"lerrcp": "A2-2848"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Phillips", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1821-05-21 07:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1821-05-21 06:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Phillips"}, "birth": {"tzo": "+00:09:24", "date": "1821-05-21 07:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1821-05-21 06:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2848"}, "ids-in-sources": {"a2": "2848"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "21", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "2848", "PRO": "S", "SEC": "40", "YEA": "1821", "CITY": "PARIS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4931	peyerimhoff-paul-1873-10-05	{"a2": "2847", "g55": "09-216"}	{"g55": "09-216", "lerrcp": "A2-2847"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Peyerimhoff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.35584, "lat": 48.08078, "name": "Colmar", "geoid": 3024297}, "notime": null, "date-ut": "1873-10-05 04:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Peyerimhoff"}, "birth": {"place": {"c2": "68", "cy": "FR", "lg": 7.35584, "lat": 48.08078, "name": "Colmar", "geoid": 3024297}, "date-ut": "1873-10-05 04:30:36"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2847"}, "ids-in-sources": {"a2": "2847"}}, "raw": {"H": "5", "MN": "30", "TZ": "-1", "COD": "68", "COU": "F", "DAY": "5", "LAT": "48N 5", "LON": "7E21", "MON": "10", "NUM": "2847", "PRO": "S", "SEC": "36", "YEA": "1873", "CITY": "COLMAR"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-216"}, "ids-in-source": {"g55": "09-216"}}, "raw": {"DAY": "5-10-1873", "HOUR": "5 h.", "NAME": "PEYERIMHOFF (de) Paul", "PLACE": "Colmar (Haut-Rhin)."}, "date": "2023-08-20T14:49:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4935	pierre-isidore-1812-11-14	{"a2": "2851"}	{"lerrcp": "A2-2851"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Isidore", "family": "Pierre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:33", "date": "1812-11-14 04:00", "note": null, "place": {"c1": null, "c2": "91", "c3": null, "cy": "FR", "lg": 2.38677, "lat": 48.35625, "name": "Buno-Bonnevaux", "geoid": 3029556}, "notime": null, "date-ut": "1812-11-14 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Isidore", "family": "Pierre"}, "birth": {"tzo": "+00:09:33", "date": "1812-11-14 04:00", "place": {"c2": "91", "cy": "FR", "lg": 2.38677, "lat": 48.35625, "name": "Buno-Bonnevaux", "geoid": 3029556}, "date-ut": "1812-11-14 03:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2851"}, "ids-in-sources": {"a2": "2851"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "91", "COU": "F", "DAY": "14", "LAT": "48N36", "LON": "2E20", "MON": "11", "NUM": "2851", "PRO": "S", "SEC": "40", "YEA": "1812", "CITY": "BUNO BONNEVAUX"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
17889	brette-rene-1920-04-26	{"e1": "256"}	{"lerrcp": "E1-256"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Brette", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-04-26 17:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "6", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1920-04-26 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Brette"}, "birth": {"tzo": "+01:00", "date": "1920-04-26 17:00", "place": {"c2": "69", "c3": "6", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1920-04-26 16:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "256"}}, "raw": {"H": "17:00", "COD": "69", "DAY": "26", "MON": "04", "NUM": "0256", "PRO": "PH", "YEA": "1920", "CITY": "Lyon 6ème", "NAME": "BRETTE René", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
4939	poivilliers-georges-1892-05-15	{"a2": "2855"}	{"lerrcp": "A2-2855"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Poivilliers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1892-05-15 10:00", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": 0.62571, "lat": 47.05488, "name": "Draché", "geoid": 3020861}, "notime": null, "date-ut": "1892-05-15 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Poivilliers"}, "birth": {"tzo": "+00:09:21", "date": "1892-05-15 10:00", "place": {"c2": "37", "cy": "FR", "lg": 0.62571, "lat": 47.05488, "name": "Draché", "geoid": 3020861}, "date-ut": "1892-05-15 09:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2855"}, "ids-in-sources": {"a2": "2855"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "37", "COU": "F", "DAY": "15", "LAT": "47N24", "LON": "0E42", "MON": "5", "NUM": "2855", "PRO": "S", "SEC": "40", "YEA": "1892", "CITY": "DRACHE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4941	ponte-maurice-1902-04-05	{"a2": "2857"}	{"lerrcp": "A2-2857"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Ponte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1902-04-05 08:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.5856, "lat": 45.36471, "name": "Voiron", "geoid": 2967758}, "notime": null, "date-ut": "1902-04-05 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Ponte"}, "birth": {"tzo": "+00:09:21", "date": "1902-04-05 08:00", "place": {"c2": "38", "cy": "FR", "lg": 5.5856, "lat": 45.36471, "name": "Voiron", "geoid": 2967758}, "date-ut": "1902-04-05 07:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2857"}, "ids-in-sources": {"a2": "2857"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "38", "COU": "F", "DAY": "5", "LAT": "45N11", "LON": "5E43", "MON": "4", "NUM": "2857", "PRO": "S", "SEC": "40", "YEA": "1902", "CITY": "VOIRON"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4943	portevin-albert-1880-11-01	{"a2": "2859"}	{"lerrcp": "A2-2859"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Portevin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1880-11-01 10:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "16", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1880-11-01 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Portevin"}, "birth": {"tzo": "+00:09:24", "date": "1880-11-01 10:00", "place": {"c2": "75", "c3": "16", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1880-11-01 09:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2859"}, "ids-in-sources": {"a2": "2859"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "1", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "2859", "PRO": "S", "SEC": "40", "YEA": "1880", "CITY": "PARIS 16E"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4944	pouchet-felix-1800-08-29	{"a2": "2860", "g55": "09-224"}	{"g55": "09-224", "lerrcp": "A2-2860"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Pouchet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:24", "date": "1800-08-29 23:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1800-08-29 22:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Pouchet"}, "birth": {"tzo": "+00:04:24", "date": "1800-08-29 23:00", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1800-08-29 22:55:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2860"}, "ids-in-sources": {"a2": "2860"}}, "raw": {"H": "22", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "29", "LAT": "49N26", "LON": "1E 5", "MON": "8", "NUM": "2860", "PRO": "S", "SEC": "40", "YEA": "1800", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-224"}, "ids-in-source": {"g55": "09-224"}}, "raw": {"DAY": "29-8-1800", "HOUR": "23 h.", "NAME": "POUCHET felix", "PLACE": "Rouen (Seine-Inférieure)."}, "date": "2023-08-20T14:49:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4945	prillieux-edouard-1829-01-11	{"a2": "2861"}	{"lerrcp": "A2-2861"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Prillieux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1829-01-11 09:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1829-01-11 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Prillieux"}, "birth": {"tzo": "+00:09:24", "date": "1829-01-11 09:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1829-01-11 08:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2861"}, "ids-in-sources": {"a2": "2861"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "11", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "2861", "PRO": "S", "SEC": "40", "YEA": "1829", "CITY": "PARIS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4946	puiseux-pierre-1855-07-20	{"a2": "2862"}	{"lerrcp": "A2-2862"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Puiseux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1855-07-20 08:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1855-07-20 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Puiseux"}, "birth": {"tzo": "+00:09:24", "date": "1855-07-20 08:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1855-07-20 07:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2862"}, "ids-in-sources": {"a2": "2862"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "20", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "2862", "PRO": "S", "SEC": "40", "YEA": "1855", "CITY": "PARIS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4948	rabut-charles-1852-02-16	{"a2": "2864"}	{"lerrcp": "A2-2864"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Rabut", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1852-02-16 13:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1852-02-16 12:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Rabut"}, "birth": {"tzo": "+00:09:24", "date": "1852-02-16 13:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1852-02-16 12:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2864"}, "ids-in-sources": {"a2": "2864"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "16", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "2864", "PRO": "S", "SEC": "40", "YEA": "1852", "CITY": "PARIS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4951	rayet-georges-1839-12-12	{"a2": "2867", "g55": "09-228"}	{"g55": "09-228", "lerrcp": "A2-2867"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Rayet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1839-12-12 07:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1839-12-12 07:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Rayet"}, "birth": {"tzo": "-00:02:19", "date": "1839-12-12 07:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1839-12-12 07:57:36"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2867"}, "ids-in-sources": {"a2": "2867"}}, "raw": {"H": "7", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "12", "LAT": "44N50", "LON": "0W34", "MON": "12", "NUM": "2867", "PRO": "S", "SEC": "36", "YEA": "1839", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-228"}, "ids-in-source": {"g55": "09-228"}}, "raw": {"DAY": "12-12-1839", "HOUR": "8 h.", "NAME": "RAYET Georges", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:49:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4953	recoura-albert-1862-01-30	{"a2": "2869", "g55": "09-230"}	{"g55": "09-230", "lerrcp": "A2-2869"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Recoura", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:52", "date": "1862-01-30 23:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1862-01-30 22:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Recoura"}, "birth": {"tzo": "+00:22:52", "date": "1862-01-30 23:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1862-01-30 22:37:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2869"}, "ids-in-sources": {"a2": "2869"}}, "raw": {"H": "22", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "30", "LAT": "45N11", "LON": "5E43", "MON": "1", "NUM": "2869", "PRO": "S", "SEC": "8", "YEA": "1862", "CITY": "GRENOBLE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-230"}, "ids-in-source": {"g55": "09-230"}}, "raw": {"DAY": "30-1-1862", "HOUR": "23 h.", "NAME": "RECOURA Albert", "PLACE": "Grenoble (Isère)."}, "date": "2023-08-20T14:49:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4957	riquier-charles-1853-11-19	{"a2": "2873", "g55": "09-234"}	{"g55": "09-234", "lerrcp": "A2-2873"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Riquier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:12", "date": "1853-11-19 07:30", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1853-11-19 07:20:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Riquier"}, "birth": {"tzo": "+00:09:12", "date": "1853-11-19 07:30", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1853-11-19 07:20:48"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2873"}, "ids-in-sources": {"a2": "2873"}}, "raw": {"H": "7", "MN": "20", "TZ": "0", "COD": "80", "COU": "F", "DAY": "19", "LAT": "49N54", "LON": "2E18", "MON": "11", "NUM": "2873", "PRO": "S", "SEC": "48", "YEA": "1853", "CITY": "AMIENS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-234"}, "ids-in-source": {"g55": "09-234"}}, "raw": {"DAY": "19-11-1853", "HOUR": "7 h. 30", "NAME": "RIQUIER Charles", "PLACE": "Amiens (Somme)."}, "date": "2023-08-20T14:49:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4959	rolland-eugene-1812-08-10	{"a2": "2875", "g55": "09-236"}	{"g55": "09-236", "lerrcp": "A2-2875"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Rolland", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:41", "date": "1812-08-10 21:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1812-08-10 20:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Rolland"}, "birth": {"tzo": "+00:24:41", "date": "1812-08-10 21:00", "place": {"c2": "57", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1812-08-10 20:35:16"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2875"}, "ids-in-sources": {"a2": "2875"}}, "raw": {"H": "20", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "10", "LAT": "49N 7", "LON": "6E11", "MON": "8", "NUM": "2875", "PRO": "S", "SEC": "16", "YEA": "1812", "CITY": "METZ"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-236"}, "ids-in-source": {"g55": "09-236"}}, "raw": {"DAY": "10-8-1812", "HOUR": "21 h.", "NAME": "ROLLAND Eugène", "PLACE": "Metz (Moselle)."}, "date": "2023-08-20T14:49:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4962	sabatier-armand-1834-01-14	{"a2": "2878", "g55": "09-239"}	{"g55": "09-239", "lerrcp": "A2-2878"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Sabatier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:50", "date": "1834-01-14 13:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.70797, "lat": 43.93419, "name": "Ganges", "geoid": 3016714}, "notime": null, "date-ut": "1834-01-14 12:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Sabatier"}, "birth": {"tzo": "+00:14:50", "date": "1834-01-14 13:00", "place": {"c2": "34", "cy": "FR", "lg": 3.70797, "lat": 43.93419, "name": "Ganges", "geoid": 3016714}, "date-ut": "1834-01-14 12:44:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2878"}, "ids-in-sources": {"a2": "2878"}}, "raw": {"H": "12", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "14", "LAT": "43N37", "LON": "3E53", "MON": "1", "NUM": "2878", "PRO": "S", "SEC": "28", "YEA": "1834", "CITY": "GANGES"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-239"}, "ids-in-source": {"g55": "09-239"}}, "raw": {"DAY": "14-1-1834", "HOUR": "13 h.", "NAME": "SABATIER Armand", "PLACE": "Ganges (Hérault)."}, "date": "2023-08-20T14:49:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4964	saporta-gaston-1823-07-28	{"a2": "2880", "g55": "09-241"}	{"g55": "09-241", "lerrcp": "A2-2880"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Saporta", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:50", "date": "1823-07-28 02:56:58", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.70808, "lat": 43.38521, "name": "Saint-Zacharie", "geoid": 2976534}, "notime": null, "date-ut": "1823-07-28 02:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Saporta"}, "birth": {"tzo": "+00:22:50", "date": "1823-07-28 02:56:58", "place": {"c2": "83", "cy": "FR", "lg": 5.70808, "lat": 43.38521, "name": "Saint-Zacharie", "geoid": 2976534}, "date-ut": "1823-07-28 02:34:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2880"}, "ids-in-sources": {"a2": "2880"}}, "raw": {"H": "2", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "28", "LAT": "43N32", "LON": "6E28", "MON": "7", "NUM": "2880", "PRO": "S", "SEC": "8", "YEA": "1823", "CITY": "ST ZACHARIE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-241"}, "ids-in-source": {"g55": "09-241"}}, "raw": {"DAY": "28-7-1823", "HOUR": "3 h.", "NAME": "SAPORTA (de) Gaston", "PLACE": "Saint-Zacharie (Var)."}, "date": "2023-08-20T14:49:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4967	savary-felix-1797-10-04	{"a2": "2883"}	{"lerrcp": "A2-2883"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Savary", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1797-10-04 10:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1797-10-04 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Savary"}, "birth": {"tzo": "+00:09:24", "date": "1797-10-04 10:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1797-10-04 09:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2883"}, "ids-in-sources": {"a2": "2883"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "4", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "2883", "PRO": "S", "SEC": "40", "YEA": "1797", "CITY": "PARIS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4968	schloesing-alphonse-1856-05-26	{"a2": "2884"}	{"lerrcp": "A2-2884"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Schloesing", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1856-05-26 07:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1856-05-26 06:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Schloesing"}, "birth": {"tzo": "+00:09:24", "date": "1856-05-26 07:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1856-05-26 06:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2884"}, "ids-in-sources": {"a2": "2884"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "26", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "2884", "PRO": "S", "SEC": "40", "YEA": "1856", "CITY": "PARIS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4969	schloesing-theophile-1824-07-09	{"a2": "2885", "g55": "09-244"}	{"g55": "09-244", "lerrcp": "A2-2885"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theophile", "family": "Schloesing", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1824-07-09 02:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1824-07-09 01:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Theophile", "family": "Schloesing"}, "birth": {"tzo": "+00:21:31", "date": "1824-07-09 02:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1824-07-09 01:38:32"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2885"}, "ids-in-sources": {"a2": "2885"}}, "raw": {"H": "1", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "9", "LAT": "43N18", "LON": "5E22", "MON": "7", "NUM": "2885", "PRO": "S", "SEC": "32", "YEA": "1824", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-244"}, "ids-in-source": {"g55": "09-244"}}, "raw": {"DAY": "9-7-1824", "HOUR": "2 h.", "NAME": "SCHLCESING Théophile", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:49:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
17890	breuillac-jean-1890-01-12	{"e1": "257"}	{"lerrcp": "E1-257"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Breuillac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1890-01-12 05:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Séziers", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Breuillac"}, "birth": {"tzo": "", "date": "1890-01-12 05:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Séziers", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "257"}}, "raw": {"H": "05:00", "COD": "34", "DAY": "12", "MON": "01", "NUM": "0257", "PRO": "MI", "YEA": "1890", "CITY": "Séziers", "NAME": "BREUILLAC Jean", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
4972	sejourne-paul-1851-12-21	{"a2": "2888", "g55": "09-247"}	{"g55": "09-247", "lerrcp": "A2-2888"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Sejourne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:37", "date": "1851-12-21 08:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1851-12-21 07:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Sejourne"}, "birth": {"tzo": "+00:07:37", "date": "1851-12-21 08:00", "place": {"c2": "45", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1851-12-21 07:52:24"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2888"}, "ids-in-sources": {"a2": "2888"}}, "raw": {"H": "7", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "21", "LAT": "47N54", "LON": "1E54", "MON": "12", "NUM": "2888", "PRO": "S", "SEC": "24", "YEA": "1851", "CITY": "ORLEANS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-247"}, "ids-in-source": {"g55": "09-247"}}, "raw": {"DAY": "21-12-1851", "HOUR": "8 h.", "NAME": "SEJOURNE Paul", "PLACE": "Orléans (Loiret)."}, "date": "2023-08-20T14:49:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4974	senderens-jean-1856-01-27	{"a2": "2890", "g55": "09-249"}	{"g55": "09-249", "lerrcp": "A2-2890"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Senderens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:30", "date": "1856-01-27 06:00", "note": null, "place": {"c1": null, "c2": "65", "c3": null, "cy": "FR", "lg": 0.12518, "lat": 43.4344, "name": "Barbachen", "geoid": 3035058}, "notime": null, "date-ut": "1856-01-27 05:59:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Senderens"}, "birth": {"tzo": "+00:00:30", "date": "1856-01-27 06:00", "place": {"c2": "65", "cy": "FR", "lg": 0.12518, "lat": 43.4344, "name": "Barbachen", "geoid": 3035058}, "date-ut": "1856-01-27 05:59:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2890"}, "ids-in-sources": {"a2": "2890"}}, "raw": {"H": "5", "MN": "59", "TZ": "0", "COD": "65", "COU": "F", "DAY": "27", "LAT": "43N14", "LON": "0E 5", "MON": "1", "NUM": "2890", "PRO": "S", "SEC": "40", "YEA": "1856", "CITY": "BARBACHEN"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-249"}, "ids-in-source": {"g55": "09-249"}}, "raw": {"DAY": "27-1-1856", "HOUR": "6 h.", "NAME": "SENDERENS Jean-Bap.", "PLACE": "Barbachen (Hautes-Pyrénées)."}, "date": "2023-08-20T14:49:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4975	serret-joseph-1819-08-30	{"a2": "2891"}	{"lerrcp": "A2-2891"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Serret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1819-08-30 02:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1819-08-30 02:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Serret"}, "birth": {"tzo": "+00:09:24", "date": "1819-08-30 02:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1819-08-30 02:20:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2891"}, "ids-in-sources": {"a2": "2891"}}, "raw": {"H": "2", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "30", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "2891", "PRO": "S", "SEC": "40", "YEA": "1819", "CITY": "PARIS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4976	simon-eugene-1848-04-30	{"a2": "2892"}	{"lerrcp": "A2-2892"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Simon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1848-04-30 16:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1848-04-30 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Simon"}, "birth": {"tzo": "+00:09:24", "date": "1848-04-30 16:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1848-04-30 15:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2892"}, "ids-in-sources": {"a2": "2892"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "30", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "2892", "PRO": "S", "SEC": "40", "YEA": "1848", "CITY": "PARIS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4979	souillart-cyrille-1828-01-20	{"a2": "2895", "g55": "09-252"}	{"g55": "09-252", "lerrcp": "A2-2895"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cyrille", "family": "Souillart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:04", "date": "1828-01-20 17:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Bruay", "geoid": 0}, "notime": null, "date-ut": "1828-01-20 16:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Cyrille", "family": "Souillart"}, "birth": {"tzo": "+00:11:04", "date": "1828-01-20 17:00", "place": {"c2": "62", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Bruay", "geoid": 0}, "date-ut": "1828-01-20 16:48:56"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2895"}, "ids-in-sources": {"a2": "2895"}}, "raw": {"H": "16", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "20", "LAT": "50N18", "LON": "2E46", "MON": "1", "NUM": "2895", "PRO": "S", "SEC": "56", "YEA": "1828", "CITY": "BRUAY"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Bruay"}}, "partial-ids": {"g55": "09-252"}, "ids-in-source": {"g55": "09-252"}}, "raw": {"DAY": "20-1-1828", "HOUR": "17 h.", "NAME": "SOUILLART Cyrille", "PLACE": "Bruay (Pas-de-Calais)."}, "date": "2023-08-20T14:49:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
17891	bridet-christine-1925-10-05	{"e1": "258"}	{"lerrcp": "E1-258"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christine", "family": "Bridet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1925-10-05 05:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1925-10-05 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Christine", "family": "Bridet"}, "birth": {"tzo": "+00:00", "date": "1925-10-05 05:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1925-10-05 05:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "258"}}, "raw": {"H": "05:00", "COD": "92", "DAY": "05", "MON": "10", "NUM": "0258", "PRO": "EX", "YEA": "1925", "CITY": "Neuilly sur Seine", "NAME": "BRIDET Christine", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
4983	termier-pierre-1859-07-03	{"a2": "2899", "g55": "09-255"}	{"g55": "09-255", "lerrcp": "A2-2899"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Termier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1859-07-03 17:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1859-07-03 16:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Termier"}, "birth": {"tzo": "+00:19:23", "date": "1859-07-03 17:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1859-07-03 16:40:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2899"}, "ids-in-sources": {"a2": "2899"}}, "raw": {"H": "16", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "3", "LAT": "45N46", "LON": "4E50", "MON": "7", "NUM": "2899", "PRO": "S", "SEC": "40", "YEA": "1859", "CITY": "LYON"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-255"}, "ids-in-source": {"g55": "09-255"}}, "raw": {"DAY": "3-7-1859", "HOUR": "17 h.", "NAME": "TERMIER Pierre", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:49:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4985	themard-arnould-1819-10-06	{"a2": "2901"}	{"lerrcp": "A2-2901"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arnould", "family": "Themard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1819-10-06 15:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1819-10-06 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Arnould", "family": "Themard"}, "birth": {"tzo": "+00:09:24", "date": "1819-10-06 15:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1819-10-06 14:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2901"}, "ids-in-sources": {"a2": "2901"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "6", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "2901", "PRO": "S", "SEC": "40", "YEA": "1819", "CITY": "PARIS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4987	thuloup-albert-1878-03-02	{"a2": "2903"}	{"lerrcp": "A2-2903"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Thuloup", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:20", "date": "1878-03-02 16:00", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Beauvais", "geoid": 3034006}, "notime": null, "date-ut": "1878-03-02 15:51:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Thuloup"}, "birth": {"tzo": "+00:08:20", "date": "1878-03-02 16:00", "place": {"c2": "60", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Beauvais", "geoid": 3034006}, "date-ut": "1878-03-02 15:51:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2903"}, "ids-in-sources": {"a2": "2903"}}, "raw": {"H": "15", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "2", "LAT": "49N26", "LON": "2E 5", "MON": "3", "NUM": "2903", "PRO": "S", "SEC": "40", "YEA": "1878", "CITY": "BEAUVAIS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
17892	brindeau-paul-1918-04-24	{"e1": "259"}	{"lerrcp": "E1-259"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Brindeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-04-24 08:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": 4.71961, "lat": 45.98967, "name": "Villefranche-sur-Saône", "geoid": 2968748}, "notime": null, "date-ut": "1918-04-24 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Brindeau"}, "birth": {"tzo": "+01:00", "date": "1918-04-24 08:00", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": 4.71961, "lat": 45.98967, "name": "Villefranche-sur-Saône", "geoid": 2968748}, "date-ut": "1918-04-24 07:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "259"}}, "raw": {"H": "08:00", "COD": "69", "DAY": "24", "MON": "04", "NUM": "0259", "PRO": "MI", "YEA": "1918", "CITY": "Villefranche/Saône", "NAME": "BRINDEAU Paul", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
4993	trepied-jean-1845-02-19	{"a2": "2909"}	{"lerrcp": "A2-2909"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Trepied", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1845-02-19 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1845-02-19 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Trepied"}, "birth": {"tzo": "+00:09:24", "date": "1845-02-19 06:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1845-02-19 05:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2909"}, "ids-in-sources": {"a2": "2909"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "19", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "2909", "PRO": "S", "SEC": "40", "YEA": "1845", "CITY": "PARIS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4992	trecul-auguste-1818-01-08	{"a2": "2908", "g55": "09-262"}	{"g55": "09-262", "lerrcp": "A2-2908"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Trecul", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:03:35", "date": "1818-01-08 04:00", "note": null, "place": {"c1": null, "c2": "41", "c3": null, "cy": "FR", "lg": 0.89782, "lat": 47.98061, "name": "Mondoubleau", "geoid": 2993345}, "notime": null, "date-ut": "1818-01-08 03:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Trecul"}, "birth": {"tzo": "+00:03:35", "date": "1818-01-08 04:00", "place": {"c2": "41", "cy": "FR", "lg": 0.89782, "lat": 47.98061, "name": "Mondoubleau", "geoid": 2993345}, "date-ut": "1818-01-08 03:54:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2908"}, "ids-in-sources": {"a2": "2908"}}, "raw": {"H": "3", "MN": "54", "TZ": "0", "COD": "41", "COU": "F", "DAY": "8", "LAT": "47N35", "LON": "1E20", "MON": "1", "NUM": "2908", "PRO": "S", "SEC": "40", "YEA": "1818", "CITY": "MONDOUBLEAU"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-262"}, "ids-in-source": {"g55": "09-262"}}, "raw": {"DAY": "8-1-1818", "HOUR": "14 h.", "NAME": "TRECUL Auguste", "PLACE": "Montdoubleau (Loir-et-Cher)."}, "date": "2023-08-20T14:49:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
4995	troost-louis-1825-10-17	{"a2": "2911"}	{"lerrcp": "A2-2911"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Troost", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1825-10-17 18:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1825-10-17 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Troost"}, "birth": {"tzo": "+00:09:24", "date": "1825-10-17 18:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1825-10-17 17:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2911"}, "ids-in-sources": {"a2": "2911"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "17", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "2911", "PRO": "S", "SEC": "40", "YEA": "1825", "CITY": "PARIS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4997	urbain-georges-1872-04-12	{"a2": "2913"}	{"lerrcp": "A2-2913"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Urbain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1872-04-12 19:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "11", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1872-04-12 18:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Urbain"}, "birth": {"tzo": "+00:09:24", "date": "1872-04-12 19:00", "place": {"c2": "75", "c3": "11", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1872-04-12 18:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2913"}, "ids-in-sources": {"a2": "2913"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "12", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "2913", "PRO": "S", "SEC": "40", "YEA": "1872", "CITY": "PARIS 11E"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
4998	valenciennes-achille-1794-08-09	{"a2": "2914"}	{"lerrcp": "A2-2914"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Achille", "family": "Valenciennes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1794-08-09 23:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1794-08-09 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Achille", "family": "Valenciennes"}, "birth": {"tzo": "+00:09:24", "date": "1794-08-09 23:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1794-08-09 22:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2914"}, "ids-in-sources": {"a2": "2914"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "9", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "2914", "PRO": "S", "SEC": "40", "YEA": "1794", "CITY": "PARIS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5001	vasseur-casimir-1855-08-05	{"a2": "2917"}	{"lerrcp": "A2-2917"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Casimir", "family": "Vasseur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1855-08-05 22:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1855-08-05 21:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Casimir", "family": "Vasseur"}, "birth": {"tzo": "+00:09:24", "date": "1855-08-05 22:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1855-08-05 21:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2917"}, "ids-in-sources": {"a2": "2917"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "5", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "2917", "PRO": "S", "SEC": "40", "YEA": "1855", "CITY": "PARIS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5004	vessiot-ernest-1865-03-08	{"a2": "2920"}	{"lerrcp": "A2-2920"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Vessiot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1865-03-08 05:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1865-03-08 04:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Vessiot"}, "birth": {"tzo": "+00:21:31", "date": "1865-03-08 05:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1865-03-08 04:38:32"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2920"}, "ids-in-sources": {"a2": "2920"}}, "raw": {"H": "4", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "8", "LAT": "43N18", "LON": "5E22", "MON": "3", "NUM": "2920", "PRO": "S", "SEC": "32", "YEA": "1865", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5003	verguette-lamotte-alfred-1806-07-05	{"a2": "2919", "g55": "09-268"}	{"g55": "09-268", "lerrcp": "A2-2919"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Verguette-Lamotte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:21", "date": "1806-07-05 09:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 4.83887, "lat": 47.02413, "name": "Beaune", "geoid": 3034126}, "notime": null, "date-ut": "1806-07-05 08:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Verguette-Lamotte"}, "birth": {"tzo": "+00:19:21", "date": "1806-07-05 09:00", "place": {"c2": "21", "cy": "FR", "lg": 4.83887, "lat": 47.02413, "name": "Beaune", "geoid": 3034126}, "date-ut": "1806-07-05 08:39:52"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2919"}, "ids-in-sources": {"a2": "2919"}}, "raw": {"H": "8", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "5", "LAT": "47N19", "LON": "5E 2", "MON": "7", "NUM": "2919", "PRO": "S", "SEC": "52", "YEA": "1806", "CITY": "BEAUNE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-268"}, "ids-in-source": {"g55": "09-268"}}, "raw": {"DAY": "5-7-1806", "HOUR": "9 h.", "NAME": "VERGNETTE-L. (de) Alfred", "PLACE": "Beaune (Côte-d’Or)."}, "date": "2023-08-20T14:49:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
5007	villard-paul-1860-09-28	{"a2": "2923"}	{"lerrcp": "A2-2923"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Villard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1860-09-28 10:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "2", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1860-09-28 09:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Villard"}, "birth": {"tzo": "+00:19:23", "date": "1860-09-28 10:00", "place": {"c2": "69", "c3": "2", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1860-09-28 09:40:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2923"}, "ids-in-sources": {"a2": "2923"}}, "raw": {"H": "9", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "28", "LAT": "45N46", "LON": "4E50", "MON": "9", "NUM": "2923", "PRO": "S", "SEC": "40", "YEA": "1860", "CITY": "LYON 2E"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5009	violle-jules-1841-11-16	{"a2": "2925", "g55": "09-271"}	{"g55": "09-271", "lerrcp": "A2-2925"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Violle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:20", "date": "1841-11-16 01:00", "note": null, "place": {"c1": null, "c2": "52", "c3": null, "cy": "FR", "lg": 5.33308, "lat": 47.86263, "name": "Langres", "geoid": 3007680}, "notime": null, "date-ut": "1841-11-16 00:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Violle"}, "birth": {"tzo": "+00:21:20", "date": "1841-11-16 01:00", "place": {"c2": "52", "cy": "FR", "lg": 5.33308, "lat": 47.86263, "name": "Langres", "geoid": 3007680}, "date-ut": "1841-11-16 00:39:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2925"}, "ids-in-sources": {"a2": "2925"}}, "raw": {"H": "0", "MN": "39", "TZ": "0", "COD": "52", "COU": "F", "DAY": "16", "LAT": "48N 7", "LON": "5E 8", "MON": "11", "NUM": "2925", "PRO": "S", "SEC": "28", "YEA": "1841", "CITY": "LANGRES"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-271"}, "ids-in-source": {"g55": "09-271"}}, "raw": {"DAY": "16-11-1841", "HOUR": "1 h.", "NAME": "VIOLLE Jules", "PLACE": "Langres (Haute-Marne)."}, "date": "2023-08-20T14:49:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
5012	weiss-pierre-1865-03-25	{"a2": "2928", "g55": "09-274"}	{"g55": "09-274", "lerrcp": "A2-2928"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Weiss", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:19", "date": "1865-03-25 15:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "notime": null, "date-ut": "1865-03-25 14:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Weiss"}, "birth": {"tzo": "+00:29:19", "date": "1865-03-25 15:00", "place": {"c2": "68", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "date-ut": "1865-03-25 14:30:36"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2928"}, "ids-in-sources": {"a2": "2928"}}, "raw": {"H": "14", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "25", "LAT": "48N 5", "LON": "7E21", "MON": "3", "NUM": "2928", "PRO": "S", "SEC": "36", "YEA": "1865", "CITY": "MULHOUSE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-274"}, "ids-in-source": {"g55": "09-274"}}, "raw": {"DAY": "25-3-1865", "HOUR": "15 h.", "NAME": "WEISS Pierre", "PLACE": "Mulhouse (Haut-Rhin)."}, "date": "2023-08-20T14:49:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
5014	witz-aime-1848-04-23	{"a2": "2930", "g55": "09-276"}	{"g55": "09-276", "lerrcp": "A2-2930"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aimé", "family": "Witz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:28:42", "date": "1848-04-23 11:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.17699, "lat": 47.8097, "name": "Cernay", "geoid": 3027857}, "notime": null, "date-ut": "1848-04-23 10:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Aimé", "family": "Witz"}, "birth": {"tzo": "+00:28:42", "date": "1848-04-23 11:00", "place": {"c2": "68", "cy": "FR", "lg": 7.17699, "lat": 47.8097, "name": "Cernay", "geoid": 3027857}, "date-ut": "1848-04-23 10:30:36"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2930"}, "ids-in-sources": {"a2": "2930"}}, "raw": {"H": "10", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "23", "LAT": "48N 5", "LON": "7E21", "MON": "4", "NUM": "2930", "PRO": "S", "SEC": "36", "YEA": "1848", "CITY": "CERNAY"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-276"}, "ids-in-source": {"g55": "09-276"}}, "raw": {"DAY": "23-4-1848", "HOUR": "11 h.", "NAME": "WITZ Aimé", "PLACE": "Sernay (Haut-Rhin)."}, "date": "2023-08-20T14:49:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
5018	abetti-giorgio-1882-10-05	{"a2": "2934"}	{"lerrcp": "A2-2934"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giorgio", "family": "Abetti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "notime": null, "date-ut": "1882-10-05 15:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Giorgio", "family": "Abetti"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "date-ut": "1882-10-05 15:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2934"}, "ids-in-sources": {"a2": "2934"}}, "raw": {"H": "16", "MN": "10", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "5", "LAT": "45N24", "LON": "12E15", "MON": "10", "NUM": "2934", "PRO": "S", "SEC": "4", "YEA": "1882", "CITY": "PADOVA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5019	agamennone-giovanni-1858-06-25	{"a2": "2935"}	{"lerrcp": "A2-2935"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Agamennone", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RI", "c3": null, "cy": "IT", "lg": 12.85918, "lat": 42.40723, "name": "Rieti", "geoid": 3169412}, "notime": null, "date-ut": "1858-06-25 20:07"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Agamennone"}, "birth": {"place": {"c2": "RI", "cy": "IT", "lg": 12.85918, "lat": 42.40723, "name": "Rieti", "geoid": 3169412}, "date-ut": "1858-06-25 20:07"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2935"}, "ids-in-sources": {"a2": "2935"}}, "raw": {"H": "21", "MN": "7", "TZ": "-1", "COD": "RI", "COU": "I", "DAY": "25", "LAT": "42N24", "LON": "13E15", "MON": "6", "NUM": "2935", "PRO": "S", "SEC": "0", "YEA": "1858", "CITY": "RIETI"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5016	yvon-villarceau-antoine-1813-01-16	{"a2": "2932", "g55": "09-278"}	{"g55": "09-278", "lerrcp": "A2-2932"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Yvon-Villarceau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:16", "date": "1813-01-16 03:00", "note": null, "place": {"c1": null, "c2": "41", "c3": null, "cy": "FR", "lg": 1.06556, "lat": 47.79292, "name": "Vendôme", "geoid": 2970110}, "notime": null, "date-ut": "1813-01-16 02:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Yvon-Villarceau"}, "birth": {"tzo": "+00:04:16", "date": "1813-01-16 03:00", "place": {"c2": "41", "cy": "FR", "lg": 1.06556, "lat": 47.79292, "name": "Vendôme", "geoid": 2970110}, "date-ut": "1813-01-16 02:54:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2932"}, "ids-in-sources": {"a2": "2932"}}, "raw": {"H": "2", "MN": "54", "TZ": "0", "COD": "41", "COU": "F", "DAY": "16", "LAT": "47N35", "LON": "1E20", "MON": "1", "NUM": "2932", "PRO": "S", "SEC": "40", "YEA": "1813", "CITY": "VENDOME"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "09-278"}, "ids-in-source": {"g55": "09-278"}}, "raw": {"DAY": "16-1-1813", "HOUR": "3 h.", "NAME": "YVON-VILLAR. Antoine", "PLACE": "Vendome (Loir-et-Cher)."}, "date": "2023-08-20T14:49:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
5020	agostinelli-claudio-1882-10-18	{"a2": "2936"}	{"lerrcp": "A2-2936"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claudio", "family": "Agostinelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AN", "c3": null, "cy": "IT", "lg": 13.24368, "lat": 43.52142, "name": "Jesi", "geoid": 3175628}, "notime": null, "date-ut": "1882-10-18 06:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Claudio", "family": "Agostinelli"}, "birth": {"place": {"c2": "AN", "cy": "IT", "lg": 13.24368, "lat": 43.52142, "name": "Jesi", "geoid": 3175628}, "date-ut": "1882-10-18 06:25:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2936"}, "ids-in-sources": {"a2": "2936"}}, "raw": {"H": "7", "MN": "25", "TZ": "-1", "COD": "AN", "COU": "I", "DAY": "18", "LAT": "43N42", "LON": "13E45", "MON": "10", "NUM": "2936", "PRO": "S", "SEC": "4", "YEA": "1882", "CITY": "JESI"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5021	agostini-amedeo-1892-03-06	{"a2": "2937"}	{"lerrcp": "A2-2937"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amedeo", "family": "Agostini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 10.97231, "lat": 44.15916, "name": "Porretta Terme", "geoid": 3170131}, "notime": null, "date-ut": "1892-03-06 13:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Amedeo", "family": "Agostini"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 10.97231, "lat": 44.15916, "name": "Porretta Terme", "geoid": 3170131}, "date-ut": "1892-03-06 13:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2937"}, "ids-in-sources": {"a2": "2937"}}, "raw": {"H": "14", "MN": "10", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "6", "LAT": "44N30", "LON": "11E 0", "MON": "3", "NUM": "2937", "PRO": "S", "SEC": "4", "YEA": "1892", "CITY": "PORRETTA TERME"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5022	agostini-augusto-1895-09-10	{"a2": "2938"}	{"lerrcp": "A2-2938"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Augusto", "family": "Agostini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 12.38878, "lat": 43.1122, "name": "Perugia", "geoid": 3171180}, "notime": null, "date-ut": "1895-09-10 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Augusto", "family": "Agostini"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 12.38878, "lat": 43.1122, "name": "Perugia", "geoid": 3171180}, "date-ut": "1895-09-10 00:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2938"}, "ids-in-sources": {"a2": "2938"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "10", "LAT": "43N 0", "LON": "13E 0", "MON": "9", "NUM": "2938", "PRO": "S", "SEC": "0", "YEA": "1895", "CITY": "PERUGIA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5023	albenga-giuseppe-1882-06-09	{"a2": "2939"}	{"lerrcp": "A2-2939"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Albenga", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AT", "c3": null, "cy": "IT", "lg": 8.5, "lat": 44.9, "name": "INCISA SCAPACC", "geoid": 0}, "notime": null, "date-ut": "1882-06-09 19:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Albenga"}, "birth": {"place": {"c2": "AT", "cy": "IT", "lg": 8.5, "lat": 44.9, "name": "INCISA SCAPACC", "geoid": 0}, "date-ut": "1882-06-09 19:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2939"}, "ids-in-sources": {"a2": "2939"}}, "raw": {"H": "20", "MN": "10", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "9", "LAT": "44N54", "LON": "8E30", "MON": "6", "NUM": "2939", "PRO": "S", "SEC": "4", "YEA": "1882", "CITY": "INCISA SCAPACC"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5024	alippi-tito-1870-01-02	{"a2": "2940"}	{"lerrcp": "A2-2940"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tito", "family": "Alippi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PS", "c3": null, "cy": "IT", "lg": 13, "lat": 44, "name": "URBINO", "geoid": 0}, "notime": null, "date-ut": "1870-01-02 01:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Tito", "family": "Alippi"}, "birth": {"place": {"c2": "PS", "cy": "IT", "lg": 13, "lat": 44, "name": "URBINO", "geoid": 0}, "date-ut": "1870-01-02 01:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2940"}, "ids-in-sources": {"a2": "2940"}}, "raw": {"H": "2", "MN": "10", "TZ": "-1", "COD": "PS", "COU": "I", "DAY": "2", "LAT": "44N 0", "LON": "13E 0", "MON": "1", "NUM": "2940", "PRO": "S", "SEC": "4", "YEA": "1870", "CITY": "URBINO"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5025	aliprandi-giuseppe-1895-11-15	{"a2": "2941"}	{"lerrcp": "A2-2941"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Aliprandi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 8.86954, "lat": 45.21036, "name": "Tromello", "geoid": 3165140}, "notime": null, "date-ut": "1895-11-15 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Aliprandi"}, "birth": {"place": {"c2": "PV", "cy": "IT", "lg": 8.86954, "lat": 45.21036, "name": "Tromello", "geoid": 3165140}, "date-ut": "1895-11-15 04:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2941"}, "ids-in-sources": {"a2": "2941"}}, "raw": {"H": "5", "MN": "30", "TZ": "-1", "COD": "PV", "COU": "I", "DAY": "15", "LAT": "45N12", "LON": "9E 0", "MON": "11", "NUM": "2941", "PRO": "S", "SEC": "0", "YEA": "1895", "CITY": "TROMELLO"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5026	allara-giacomo-1867-07-25	{"a2": "2942"}	{"lerrcp": "A2-2942"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giacomo", "family": "Allara", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1867-07-25 18:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Giacomo", "family": "Allara"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1867-07-25 18:40:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2942"}, "ids-in-sources": {"a2": "2942"}}, "raw": {"H": "19", "MN": "40", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "25", "LAT": "45N 0", "LON": "8E 0", "MON": "7", "NUM": "2942", "PRO": "S", "SEC": "4", "YEA": "1867", "CITY": "TORINO"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5027	almagia-roberto-1884-06-17	{"a2": "2943"}	{"lerrcp": "A2-2943"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roberto", "family": "Almagia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1884-06-17 02:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Roberto", "family": "Almagia"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1884-06-17 02:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2943"}, "ids-in-sources": {"a2": "2943"}}, "raw": {"H": "3", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "17", "LAT": "43N42", "LON": "11E30", "MON": "6", "NUM": "2943", "PRO": "S", "SEC": "4", "YEA": "1884", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5028	amaldi-edoardo-1908-09-05	{"a2": "2944"}	{"lerrcp": "A2-2944"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edoardo", "family": "Amaldi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PC", "c3": null, "cy": "IT", "lg": 9.75, "lat": 45, "name": "CARPANETO PIACE", "geoid": 0}, "notime": null, "date-ut": "1908-09-05 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Edoardo", "family": "Amaldi"}, "birth": {"place": {"c2": "PC", "cy": "IT", "lg": 9.75, "lat": 45, "name": "CARPANETO PIACE", "geoid": 0}, "date-ut": "1908-09-05 05:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2944"}, "ids-in-sources": {"a2": "2944"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "PC", "COU": "I", "DAY": "5", "LAT": "45N 0", "LON": "9E45", "MON": "9", "NUM": "2944", "PRO": "S", "SEC": "0", "YEA": "1908", "CITY": "CARPANETO PIACE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5029	amaldi-ugo-1875-04-18	{"a2": "2945"}	{"lerrcp": "A2-2945"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ugo", "family": "Amaldi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "notime": null, "date-ut": "1875-04-18 00:28:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Ugo", "family": "Amaldi"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "date-ut": "1875-04-18 00:28:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2945"}, "ids-in-sources": {"a2": "2945"}}, "raw": {"H": "1", "MN": "28", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "18", "LAT": "45N24", "LON": "11E 0", "MON": "4", "NUM": "2945", "PRO": "S", "SEC": "4", "YEA": "1875", "CITY": "VERONA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5030	amerio-allesandro-1876-07-24	{"a2": "2946"}	{"lerrcp": "A2-2946"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Allesandro", "family": "Amerio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AT", "c3": null, "cy": "IT", "lg": 8.5, "lat": 44.9, "name": "NIZZA MONFERRAT", "geoid": 0}, "notime": null, "date-ut": "1876-07-24 13:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Allesandro", "family": "Amerio"}, "birth": {"place": {"c2": "AT", "cy": "IT", "lg": 8.5, "lat": 44.9, "name": "NIZZA MONFERRAT", "geoid": 0}, "date-ut": "1876-07-24 13:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2946"}, "ids-in-sources": {"a2": "2946"}}, "raw": {"H": "14", "MN": "10", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "24", "LAT": "44N54", "LON": "8E30", "MON": "7", "NUM": "2946", "PRO": "S", "SEC": "4", "YEA": "1876", "CITY": "NIZZA MONFERRAT"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5031	andreatta-ciro-1906-01-23	{"a2": "2947"}	{"lerrcp": "A2-2947"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ciro", "family": "Andreatta", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TN", "c3": null, "cy": "IT", "lg": 12, "lat": 46, "name": "PERGINE", "geoid": 0}, "notime": null, "date-ut": "1906-01-23 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Ciro", "family": "Andreatta"}, "birth": {"place": {"c2": "TN", "cy": "IT", "lg": 12, "lat": 46, "name": "PERGINE", "geoid": 0}, "date-ut": "1906-01-23 16:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2947"}, "ids-in-sources": {"a2": "2947"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "TN", "COU": "I", "DAY": "23", "LAT": "46N 0", "LON": "12E 0", "MON": "1", "NUM": "2947", "PRO": "S", "SEC": "0", "YEA": "1906", "CITY": "PERGINE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5032	angiolani-argeo-1890-05-19	{"a2": "2948"}	{"lerrcp": "A2-2948"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Argeo", "family": "Angiolani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AN", "c3": null, "cy": "IT", "lg": 13.51008, "lat": 43.59816, "name": "Ancona", "geoid": 3183089}, "notime": null, "date-ut": "1890-05-19 19:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Argeo", "family": "Angiolani"}, "birth": {"place": {"c2": "AN", "cy": "IT", "lg": 13.51008, "lat": 43.59816, "name": "Ancona", "geoid": 3183089}, "date-ut": "1890-05-19 19:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2948"}, "ids-in-sources": {"a2": "2948"}}, "raw": {"H": "20", "MN": "10", "TZ": "-1", "COD": "AN", "COU": "I", "DAY": "19", "LAT": "43N42", "LON": "13E45", "MON": "5", "NUM": "2948", "PRO": "S", "SEC": "4", "YEA": "1890", "CITY": "ANCONA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5033	arcangeli-alceste-1880-09-08	{"a2": "2949"}	{"lerrcp": "A2-2949"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alceste", "family": "Arcangeli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PI", "c3": null, "cy": "IT", "lg": 10.39659, "lat": 43.71553, "name": "Pisa", "geoid": 3170647}, "notime": null, "date-ut": "1880-09-08 04:30:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Alceste", "family": "Arcangeli"}, "birth": {"place": {"c2": "PI", "cy": "IT", "lg": 10.39659, "lat": 43.71553, "name": "Pisa", "geoid": 3170647}, "date-ut": "1880-09-08 04:30:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2949"}, "ids-in-sources": {"a2": "2949"}}, "raw": {"H": "5", "MN": "30", "TZ": "-1", "COD": "PI", "COU": "I", "DAY": "8", "LAT": "43N42", "LON": "10E30", "MON": "9", "NUM": "2949", "PRO": "S", "SEC": "4", "YEA": "1880", "CITY": "PISA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5034	armellini-giuseppe-1887-10-24	{"a2": "2950"}	{"lerrcp": "A2-2950"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Armellini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1887-10-24 15:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Armellini"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1887-10-24 15:40:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2950"}, "ids-in-sources": {"a2": "2950"}}, "raw": {"H": "16", "MN": "40", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "24", "LAT": "45N 0", "LON": "12E15", "MON": "10", "NUM": "2950", "PRO": "S", "SEC": "4", "YEA": "1887", "CITY": "ROMA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5035	avanzi-enrico-1888-01-19	{"a2": "2951"}	{"lerrcp": "A2-2951"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enrico", "family": "Avanzi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BS", "c3": null, "cy": "IT", "lg": 10.51268, "lat": 45.52778, "name": "Soiano del Lago", "geoid": 6534770}, "notime": null, "date-ut": "1888-01-19 00:15:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Enrico", "family": "Avanzi"}, "birth": {"place": {"c2": "BS", "cy": "IT", "lg": 10.51268, "lat": 45.52778, "name": "Soiano del Lago", "geoid": 6534770}, "date-ut": "1888-01-19 00:15:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2951"}, "ids-in-sources": {"a2": "2951"}}, "raw": {"H": "1", "MN": "15", "TZ": "-1", "COD": "BS", "COU": "I", "DAY": "19", "LAT": "45N30", "LON": "11E 0", "MON": "1", "NUM": "2951", "PRO": "S", "SEC": "4", "YEA": "1888", "CITY": "SOIANO DEL LAGO"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5036	azimonti-carlo-1876-01-01	{"a2": "2952"}	{"lerrcp": "A2-2952"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Azimonti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "IT", "lg": 8.90114, "lat": 45.61237, "name": "Castellanza", "geoid": 3179650}, "notime": null, "date-ut": "1876-01-01 11:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Azimonti"}, "birth": {"place": {"c2": "VA", "cy": "IT", "lg": 8.90114, "lat": 45.61237, "name": "Castellanza", "geoid": 3179650}, "date-ut": "1876-01-01 11:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2952"}, "ids-in-sources": {"a2": "2952"}}, "raw": {"H": "12", "MN": "10", "TZ": "-1", "COD": "VA", "COU": "I", "DAY": "1", "LAT": "45N48", "LON": "9E 0", "MON": "1", "NUM": "2952", "PRO": "S", "SEC": "4", "YEA": "1876", "CITY": "CASTELLANZA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5037	bajocchi-uberto-1887-03-30	{"a2": "2953"}	{"lerrcp": "A2-2953"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Uberto", "family": "Bajocchi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CS", "c3": null, "cy": "IT", "lg": 16.15799, "lat": 39.4048, "name": "Montalto Uffugo", "geoid": 2524076}, "notime": null, "date-ut": "1887-03-30 11:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Uberto", "family": "Bajocchi"}, "birth": {"place": {"c2": "CS", "cy": "IT", "lg": 16.15799, "lat": 39.4048, "name": "Montalto Uffugo", "geoid": 2524076}, "date-ut": "1887-03-30 11:40:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2953"}, "ids-in-sources": {"a2": "2953"}}, "raw": {"H": "12", "MN": "40", "TZ": "-1", "COD": "CS", "COU": "I", "DAY": "30", "LAT": "39N18", "LON": "16E30", "MON": "3", "NUM": "2953", "PRO": "S", "SEC": "4", "YEA": "1887", "CITY": "MONTALTO UFFUGO"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5038	balatroni-francesco-1881-08-09	{"a2": "2954"}	{"lerrcp": "A2-2954"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Balatroni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1881-08-09 01:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Balatroni"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1881-08-09 01:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2954"}, "ids-in-sources": {"a2": "2954"}}, "raw": {"H": "2", "MN": "10", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "9", "LAT": "44N30", "LON": "11E 0", "MON": "8", "NUM": "2954", "PRO": "S", "SEC": "4", "YEA": "1881", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5039	baldacci-antonio-1867-10-03	{"a2": "2955"}	{"lerrcp": "A2-2955"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Baldacci", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1867-10-03 22:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Baldacci"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1867-10-03 22:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2955"}, "ids-in-sources": {"a2": "2955"}}, "raw": {"H": "23", "MN": "10", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "3", "LAT": "44N30", "LON": "11E 0", "MON": "10", "NUM": "2955", "PRO": "S", "SEC": "4", "YEA": "1867", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5040	ballini-ambriogio-1879-07-19	{"a2": "2956"}	{"lerrcp": "A2-2956"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ambriogio", "family": "Ballini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "IT", "lg": 10.41358, "lat": 45.22108, "name": "Asola", "geoid": 3182734}, "notime": null, "date-ut": "1879-07-19 06:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Ambriogio", "family": "Ballini"}, "birth": {"place": {"c2": "MN", "cy": "IT", "lg": 10.41358, "lat": 45.22108, "name": "Asola", "geoid": 3182734}, "date-ut": "1879-07-19 06:40:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2956"}, "ids-in-sources": {"a2": "2956"}}, "raw": {"H": "7", "MN": "40", "TZ": "-1", "COD": "MN", "COU": "I", "DAY": "19", "LAT": "45N12", "LON": "11E 0", "MON": "7", "NUM": "2956", "PRO": "S", "SEC": "4", "YEA": "1879", "CITY": "ASOLA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5041	bandini-mario-1907-05-06	{"a2": "2957"}	{"lerrcp": "A2-2957"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Bandini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1907-05-06 12:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Bandini"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1907-05-06 12:50"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2957"}, "ids-in-sources": {"a2": "2957"}}, "raw": {"H": "13", "MN": "50", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "6", "LAT": "43N42", "LON": "11E30", "MON": "5", "NUM": "2957", "PRO": "S", "SEC": "0", "YEA": "1907", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5042	barbagelata-angelo-1875-09-14	{"a2": "2958"}	{"lerrcp": "A2-2958"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Barbagelata", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.78955, "lat": 44.76085, "name": "Novi Ligure", "geoid": 3172170}, "notime": null, "date-ut": "1875-09-14 13:15:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Angelo", "family": "Barbagelata"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.78955, "lat": 44.76085, "name": "Novi Ligure", "geoid": 3172170}, "date-ut": "1875-09-14 13:15:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2958"}, "ids-in-sources": {"a2": "2958"}}, "raw": {"H": "14", "MN": "15", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "14", "LAT": "45N 0", "LON": "9E 0", "MON": "9", "NUM": "2958", "PRO": "S", "SEC": "4", "YEA": "1875", "CITY": "NOVI LIGURE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5043	barberi-benedetto-1901-11-07	{"a2": "2959"}	{"lerrcp": "A2-2959"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benedetto", "family": "Barberi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RI", "c3": null, "cy": "IT", "lg": 13.25, "lat": 42.4, "name": "CITTA REALE", "geoid": 0}, "notime": null, "date-ut": "1901-11-07 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Benedetto", "family": "Barberi"}, "birth": {"place": {"c2": "RI", "cy": "IT", "lg": 13.25, "lat": 42.4, "name": "CITTA REALE", "geoid": 0}, "date-ut": "1901-11-07 16:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2959"}, "ids-in-sources": {"a2": "2959"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "RI", "COU": "I", "DAY": "7", "LAT": "42N24", "LON": "13E15", "MON": "11", "NUM": "2959", "PRO": "S", "SEC": "0", "YEA": "1901", "CITY": "CITTA REALE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5044	bargellini-guido-1879-12-28	{"a2": "2960"}	{"lerrcp": "A2-2960"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guido", "family": "Bargellini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "IT", "lg": 11.16653, "lat": 43.00993, "name": "Roccastrada", "geoid": 3169128}, "notime": null, "date-ut": "1879-12-28 19:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Guido", "family": "Bargellini"}, "birth": {"place": {"c2": "GR", "cy": "IT", "lg": 11.16653, "lat": 43.00993, "name": "Roccastrada", "geoid": 3169128}, "date-ut": "1879-12-28 19:40:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2960"}, "ids-in-sources": {"a2": "2960"}}, "raw": {"H": "20", "MN": "40", "TZ": "-1", "COD": "GR", "COU": "I", "DAY": "28", "LAT": "42N42", "LON": "11E30", "MON": "12", "NUM": "2960", "PRO": "S", "SEC": "4", "YEA": "1879", "CITY": "ROCCASTRADA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5045	basile-francesco-1905-04-22	{"a2": "2961"}	{"lerrcp": "A2-2961"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Basile", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "notime": null, "date-ut": "1905-04-22 08:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Basile"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "date-ut": "1905-04-22 08:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2961"}, "ids-in-sources": {"a2": "2961"}}, "raw": {"H": "9", "MN": "40", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "22", "LAT": "38N 0", "LON": "15E30", "MON": "4", "NUM": "2961", "PRO": "S", "SEC": "0", "YEA": "1905", "CITY": "MESSINA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5046	belluigi-arnaldo-1893-03-11	{"a2": "2962"}	{"lerrcp": "A2-2962"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arnaldo", "family": "Belluigi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MC", "c3": null, "cy": "IT", "lg": 13.29008, "lat": 43.21255, "name": "Tolentino", "geoid": 3165595}, "notime": null, "date-ut": "1893-03-11 10:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Arnaldo", "family": "Belluigi"}, "birth": {"place": {"c2": "MC", "cy": "IT", "lg": 13.29008, "lat": 43.21255, "name": "Tolentino", "geoid": 3165595}, "date-ut": "1893-03-11 10:40:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2962"}, "ids-in-sources": {"a2": "2962"}}, "raw": {"H": "11", "MN": "40", "TZ": "-1", "COD": "MC", "COU": "I", "DAY": "11", "LAT": "43N24", "LON": "13E15", "MON": "3", "NUM": "2962", "PRO": "S", "SEC": "4", "YEA": "1893", "CITY": "TOLENTINO"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5047	bemporad-azeglio-1875-03-19	{"a2": "2963"}	{"lerrcp": "A2-2963"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Azeglio", "family": "Bemporad", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SI", "c3": null, "cy": "IT", "lg": 11.33283, "lat": 43.32004, "name": "Siena", "geoid": 3166548}, "notime": null, "date-ut": "1875-03-19 22:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Azeglio", "family": "Bemporad"}, "birth": {"place": {"c2": "SI", "cy": "IT", "lg": 11.33283, "lat": 43.32004, "name": "Siena", "geoid": 3166548}, "date-ut": "1875-03-19 22:40:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2963"}, "ids-in-sources": {"a2": "2963"}}, "raw": {"H": "23", "MN": "40", "TZ": "-1", "COD": "SI", "COU": "I", "DAY": "19", "LAT": "43N18", "LON": "11E45", "MON": "3", "NUM": "2963", "PRO": "S", "SEC": "4", "YEA": "1875", "CITY": "SIENA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5048	bernardi-alessandro-1886-04-27	{"a2": "2964"}	{"lerrcp": "A2-2964"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alessandro", "family": "Bernardi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1886-04-27 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Alessandro", "family": "Bernardi"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1886-04-27 03:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2964"}, "ids-in-sources": {"a2": "2964"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "27", "LAT": "44N30", "LON": "11E 0", "MON": "4", "NUM": "2964", "PRO": "S", "SEC": "4", "YEA": "1886", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5049	bianchi-bandinelli-ramuccio-1900-02-19	{"a2": "2965"}	{"lerrcp": "A2-2965"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ramuccio", "family": "Bianchi-Bandinelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SI", "c3": null, "cy": "IT", "lg": 11.33283, "lat": 43.32004, "name": "Siena", "geoid": 3166548}, "notime": null, "date-ut": "1900-02-19 05:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Ramuccio", "family": "Bianchi-Bandinelli"}, "birth": {"place": {"c2": "SI", "cy": "IT", "lg": 11.33283, "lat": 43.32004, "name": "Siena", "geoid": 3166548}, "date-ut": "1900-02-19 05:10"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2965"}, "ids-in-sources": {"a2": "2965"}}, "raw": {"H": "6", "MN": "10", "TZ": "-1", "COD": "SI", "COU": "I", "DAY": "19", "LAT": "43N18", "LON": "11E45", "MON": "2", "NUM": "2965", "PRO": "S", "SEC": "0", "YEA": "1900", "CITY": "SIENA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5050	biasutti-renato-1878-03-22	{"a2": "2966"}	{"lerrcp": "A2-2966"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renato", "family": "Biasutti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.5, "lat": 46, "name": "S  DANIELE DEL", "geoid": 0}, "notime": null, "date-ut": "1878-03-22 22:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Renato", "family": "Biasutti"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.5, "lat": 46, "name": "S  DANIELE DEL", "geoid": 0}, "date-ut": "1878-03-22 22:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2966"}, "ids-in-sources": {"a2": "2966"}}, "raw": {"H": "23", "MN": "10", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "22", "LAT": "46N 0", "LON": "13E30", "MON": "3", "NUM": "2966", "PRO": "S", "SEC": "4", "YEA": "1878", "CITY": "S  DANIELE DEL"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5051	boggio-tommaso-1877-12-22	{"a2": "2967"}	{"lerrcp": "A2-2967"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tommaso", "family": "Boggio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 7.65802, "lat": 45.37325, "name": "Valperga", "geoid": 3164768}, "notime": null, "date-ut": "1877-12-22 19:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Tommaso", "family": "Boggio"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 7.65802, "lat": 45.37325, "name": "Valperga", "geoid": 3164768}, "date-ut": "1877-12-22 19:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2967"}, "ids-in-sources": {"a2": "2967"}}, "raw": {"H": "20", "MN": "10", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "22", "LAT": "45N 0", "LON": "8E 0", "MON": "12", "NUM": "2967", "PRO": "S", "SEC": "4", "YEA": "1877", "CITY": "VALPERGA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5052	boldrini-marcello-1890-02-09	{"a2": "2968"}	{"lerrcp": "A2-2968"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcello", "family": "Boldrini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MC", "c3": null, "cy": "IT", "lg": 13.01057, "lat": 43.25405, "name": "Matelica", "geoid": 3173722}, "notime": null, "date-ut": "1890-02-09 02:27:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Marcello", "family": "Boldrini"}, "birth": {"place": {"c2": "MC", "cy": "IT", "lg": 13.01057, "lat": 43.25405, "name": "Matelica", "geoid": 3173722}, "date-ut": "1890-02-09 02:27:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2968"}, "ids-in-sources": {"a2": "2968"}}, "raw": {"H": "3", "MN": "27", "TZ": "-1", "COD": "MC", "COU": "I", "DAY": "9", "LAT": "43N24", "LON": "13E15", "MON": "2", "NUM": "2968", "PRO": "S", "SEC": "4", "YEA": "1890", "CITY": "MATELICA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5053	bonaccini-carlo-1867-08-15	{"a2": "2969"}	{"lerrcp": "A2-2969"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Bonaccini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "notime": null, "date-ut": "1867-08-15 18:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Bonaccini"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "date-ut": "1867-08-15 18:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2969"}, "ids-in-sources": {"a2": "2969"}}, "raw": {"H": "19", "MN": "10", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "15", "LAT": "44N36", "LON": "11E15", "MON": "8", "NUM": "2969", "PRO": "S", "SEC": "4", "YEA": "1867", "CITY": "MODENA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5054	bonelli-giuseppe-1875-11-04	{"a2": "2970"}	{"lerrcp": "A2-2970"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Bonelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BS", "c3": null, "cy": "IT", "lg": 10.22727, "lat": 45.52478, "name": "Brescia", "geoid": 3181554}, "notime": null, "date-ut": "1875-11-04 16:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Bonelli"}, "birth": {"place": {"c2": "BS", "cy": "IT", "lg": 10.22727, "lat": 45.52478, "name": "Brescia", "geoid": 3181554}, "date-ut": "1875-11-04 16:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2970"}, "ids-in-sources": {"a2": "2970"}}, "raw": {"H": "17", "MN": "10", "TZ": "-1", "COD": "BS", "COU": "I", "DAY": "4", "LAT": "45N30", "LON": "11E 0", "MON": "11", "NUM": "2970", "PRO": "S", "SEC": "4", "YEA": "1875", "CITY": "BRESCIA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5055	bordoni-ugo-1884-09-27	{"a2": "2971"}	{"lerrcp": "A2-2971"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ugo", "family": "Bordoni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1884-09-27 04:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Ugo", "family": "Bordoni"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1884-09-27 04:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2971"}, "ids-in-sources": {"a2": "2971"}}, "raw": {"H": "5", "MN": "10", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "27", "LAT": "45N 0", "LON": "12E15", "MON": "9", "NUM": "2971", "PRO": "S", "SEC": "4", "YEA": "1884", "CITY": "ROMA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5056	bortolotti-ettore-1866-03-06	{"a2": "2972"}	{"lerrcp": "A2-2972"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ettore", "family": "Bortolotti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1866-03-06 14:46"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Ettore", "family": "Bortolotti"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1866-03-06 14:46"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2972"}, "ids-in-sources": {"a2": "2972"}}, "raw": {"H": "15", "MN": "46", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "6", "LAT": "44N30", "LON": "11E 0", "MON": "3", "NUM": "2972", "PRO": "S", "SEC": "0", "YEA": "1866", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5057	bottini-ottaviano-1905-12-26	{"a2": "2973"}	{"lerrcp": "A2-2973"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ottaviano", "family": "Bottini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FR", "c3": null, "cy": "IT", "lg": 13.12239, "lat": 41.82842, "name": "Piglio", "geoid": 3170723}, "notime": null, "date-ut": "1905-12-26 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Ottaviano", "family": "Bottini"}, "birth": {"place": {"c2": "FR", "cy": "IT", "lg": 13.12239, "lat": 41.82842, "name": "Piglio", "geoid": 3170723}, "date-ut": "1905-12-26 15:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2973"}, "ids-in-sources": {"a2": "2973"}}, "raw": {"H": "16", "MN": "0", "TZ": "-1", "COD": "FR", "COU": "I", "DAY": "26", "LAT": "41N36", "LON": "13E15", "MON": "12", "NUM": "2973", "PRO": "S", "SEC": "0", "YEA": "1905", "CITY": "PIGLIO"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5058	bruni-giuseppe-1873-08-25	{"a2": "2974"}	{"lerrcp": "A2-2974"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Bruni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "notime": null, "date-ut": "1873-08-25 10:55:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Bruni"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "date-ut": "1873-08-25 10:55:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2974"}, "ids-in-sources": {"a2": "2974"}}, "raw": {"H": "11", "MN": "55", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "25", "LAT": "44N48", "LON": "10E45", "MON": "8", "NUM": "2974", "PRO": "S", "SEC": "4", "YEA": "1873", "CITY": "PARMA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5059	burgatti-pietro-1869-02-26	{"a2": "2975"}	{"lerrcp": "A2-2975"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Burgatti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FE", "c3": null, "cy": "IT", "lg": 11.28821, "lat": 44.72597, "name": "Cento", "geoid": 3179162}, "notime": null, "date-ut": "1869-02-26 23:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Pietro", "family": "Burgatti"}, "birth": {"place": {"c2": "FE", "cy": "IT", "lg": 11.28821, "lat": 44.72597, "name": "Cento", "geoid": 3179162}, "date-ut": "1869-02-26 23:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2975"}, "ids-in-sources": {"a2": "2975"}}, "raw": {"H": "0", "MN": "10", "TZ": "-1", "COD": "FE", "COU": "I", "DAY": "27", "LAT": "44N42", "LON": "12E30", "MON": "2", "NUM": "2975", "PRO": "S", "SEC": "4", "YEA": "1869", "CITY": "CENTO"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5060	calderini-aristide-1883-10-18	{"a2": "2976"}	{"lerrcp": "A2-2976"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aristide", "family": "Calderini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TA", "c3": null, "cy": "IT", "lg": 17.22972, "lat": 40.47611, "name": "Taranto", "geoid": 3165926}, "notime": null, "date-ut": "1883-10-18 20:20:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Aristide", "family": "Calderini"}, "birth": {"place": {"c2": "TA", "cy": "IT", "lg": 17.22972, "lat": 40.47611, "name": "Taranto", "geoid": 3165926}, "date-ut": "1883-10-18 20:20:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2976"}, "ids-in-sources": {"a2": "2976"}}, "raw": {"H": "21", "MN": "20", "TZ": "-1", "COD": "TA", "COU": "I", "DAY": "18", "LAT": "40N30", "LON": "17E30", "MON": "10", "NUM": "2976", "PRO": "S", "SEC": "4", "YEA": "1883", "CITY": "TARANTO"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5061	calvino-mario-1875-03-26	{"a2": "2977"}	{"lerrcp": "A2-2977"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Calvino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "IM", "c3": null, "cy": "IT", "lg": 7.7772, "lat": 43.81725, "name": "San Remo", "geoid": 3167777}, "notime": null, "date-ut": "1875-03-26 02:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Calvino"}, "birth": {"place": {"c2": "IM", "cy": "IT", "lg": 7.7772, "lat": 43.81725, "name": "San Remo", "geoid": 3167777}, "date-ut": "1875-03-26 02:40:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2977"}, "ids-in-sources": {"a2": "2977"}}, "raw": {"H": "3", "MN": "40", "TZ": "-1", "COD": "IM", "COU": "I", "DAY": "26", "LAT": "43N42", "LON": "8E 0", "MON": "3", "NUM": "2977", "PRO": "S", "SEC": "4", "YEA": "1875", "CITY": "SAN REMO"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5062	cambi-livio-1885-06-14	{"a2": "2978"}	{"lerrcp": "A2-2978"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Livio", "family": "Cambi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AN", "c3": null, "cy": "IT", "lg": 13.51008, "lat": 43.59816, "name": "Ancona", "geoid": 3183089}, "notime": null, "date-ut": "1885-06-14 06:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Livio", "family": "Cambi"}, "birth": {"place": {"c2": "AN", "cy": "IT", "lg": 13.51008, "lat": 43.59816, "name": "Ancona", "geoid": 3183089}, "date-ut": "1885-06-14 06:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2978"}, "ids-in-sources": {"a2": "2978"}}, "raw": {"H": "7", "MN": "10", "TZ": "-1", "COD": "AN", "COU": "I", "DAY": "14", "LAT": "43N42", "LON": "13E45", "MON": "6", "NUM": "2978", "PRO": "S", "SEC": "4", "YEA": "1885", "CITY": "ANCONA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5063	campedelli-luigi-1903-01-13	{"a2": "2979"}	{"lerrcp": "A2-2979"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Campedelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LU", "c3": null, "cy": "IT", "lg": 11, "lat": 43.7, "name": "CASTELNUOVO DI", "geoid": 0}, "notime": null, "date-ut": "1903-01-13 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Campedelli"}, "birth": {"place": {"c2": "LU", "cy": "IT", "lg": 11, "lat": 43.7, "name": "CASTELNUOVO DI", "geoid": 0}, "date-ut": "1903-01-13 03:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2979"}, "ids-in-sources": {"a2": "2979"}}, "raw": {"H": "4", "MN": "30", "TZ": "-1", "COD": "LU", "COU": "I", "DAY": "13", "LAT": "43N42", "LON": "11E 0", "MON": "1", "NUM": "2979", "PRO": "S", "SEC": "0", "YEA": "1903", "CITY": "CASTELNUOVO DI"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5064	candura-giovanni-1903-03-15	{"a2": "2980"}	{"lerrcp": "A2-2980"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Candura", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "EN", "c3": null, "cy": "IT", "lg": 14.20107, "lat": 37.37914, "name": "Barrafranca", "geoid": 2525593}, "notime": null, "date-ut": "1903-03-15 12:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Candura"}, "birth": {"place": {"c2": "EN", "cy": "IT", "lg": 14.20107, "lat": 37.37914, "name": "Barrafranca", "geoid": 2525593}, "date-ut": "1903-03-15 12:20"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2980"}, "ids-in-sources": {"a2": "2980"}}, "raw": {"H": "13", "MN": "20", "TZ": "-1", "COD": "EN", "COU": "I", "DAY": "15", "LAT": "37N30", "LON": "14E15", "MON": "3", "NUM": "2980", "PRO": "S", "SEC": "0", "YEA": "1903", "CITY": "BARRAFRANCA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5065	cappelletti-carlo-1900-07-12	{"a2": "2981"}	{"lerrcp": "A2-2981"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Cappelletti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "notime": null, "date-ut": "1900-07-12 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Cappelletti"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "date-ut": "1900-07-12 17:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2981"}, "ids-in-sources": {"a2": "2981"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "12", "LAT": "45N24", "LON": "11E 0", "MON": "7", "NUM": "2981", "PRO": "S", "SEC": "0", "YEA": "1900", "CITY": "VERONA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5066	caraci-giuseppe-1893-12-23	{"a2": "2983"}	{"lerrcp": "A2-2983"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Caraci", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1893-12-23 09:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Caraci"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1893-12-23 09:35"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2983"}, "ids-in-sources": {"a2": "2983"}}, "raw": {"H": "10", "MN": "35", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "23", "LAT": "43N42", "LON": "11E30", "MON": "12", "NUM": "2983", "PRO": "S", "SEC": "0", "YEA": "1893", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5067	carena-adolfo-1886-06-09	{"a2": "2984"}	{"lerrcp": "A2-2984"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolfo", "family": "Carena", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1886-06-09 15:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Adolfo", "family": "Carena"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1886-06-09 15:40:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2984"}, "ids-in-sources": {"a2": "2984"}}, "raw": {"H": "16", "MN": "40", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "9", "LAT": "45N 0", "LON": "8E 0", "MON": "6", "NUM": "2984", "PRO": "S", "SEC": "4", "YEA": "1886", "CITY": "TORINO"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5068	carisi-guido-1892-07-11	{"a2": "2985"}	{"lerrcp": "A2-2985"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guido", "family": "Carisi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VI", "c3": null, "cy": "IT", "lg": 11.5409, "lat": 45.55729, "name": "Vicenza", "geoid": 3164419}, "notime": null, "date-ut": "1892-07-11 17:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Guido", "family": "Carisi"}, "birth": {"place": {"c2": "VI", "cy": "IT", "lg": 11.5409, "lat": 45.55729, "name": "Vicenza", "geoid": 3164419}, "date-ut": "1892-07-11 17:40:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2985"}, "ids-in-sources": {"a2": "2985"}}, "raw": {"H": "18", "MN": "40", "TZ": "-1", "COD": "VI", "COU": "I", "DAY": "11", "LAT": "45N30", "LON": "12E 0", "MON": "7", "NUM": "2985", "PRO": "S", "SEC": "4", "YEA": "1892", "CITY": "VICENZA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5069	carobbi-guido-1900-10-20	{"a2": "2986"}	{"lerrcp": "A2-2986"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guido", "family": "Carobbi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PT", "c3": null, "cy": "IT", "lg": 10.92361, "lat": 43.92125, "name": "Pistoia", "geoid": 3170621}, "notime": null, "date-ut": "1900-10-20 03:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Guido", "family": "Carobbi"}, "birth": {"place": {"c2": "PT", "cy": "IT", "lg": 10.92361, "lat": 43.92125, "name": "Pistoia", "geoid": 3170621}, "date-ut": "1900-10-20 03:15"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2986"}, "ids-in-sources": {"a2": "2986"}}, "raw": {"H": "4", "MN": "15", "TZ": "-1", "COD": "PT", "COU": "I", "DAY": "20", "LAT": "44N 0", "LON": "11E15", "MON": "10", "NUM": "2986", "PRO": "S", "SEC": "0", "YEA": "1900", "CITY": "PISTOIA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5070	caroli-angelo-1887-02-20	{"a2": "2987"}	{"lerrcp": "A2-2987"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Caroli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 17.3265, "lat": 40.75523, "name": "Locorotondo", "geoid": 3174641}, "notime": null, "date-ut": "1887-02-20 11:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Angelo", "family": "Caroli"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 17.3265, "lat": 40.75523, "name": "Locorotondo", "geoid": 3174641}, "date-ut": "1887-02-20 11:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2987"}, "ids-in-sources": {"a2": "2987"}}, "raw": {"H": "12", "MN": "10", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "20", "LAT": "41N12", "LON": "17E 0", "MON": "2", "NUM": "2987", "PRO": "S", "SEC": "4", "YEA": "1887", "CITY": "LOCOROTONDO"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5071	casati-edmondo-1877-04-10	{"a2": "2988"}	{"lerrcp": "A2-2988"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmondo", "family": "Casati", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1877-04-10 08:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Edmondo", "family": "Casati"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1877-04-10 08:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2988"}, "ids-in-sources": {"a2": "2988"}}, "raw": {"H": "9", "MN": "10", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "10", "LAT": "45N 0", "LON": "8E 0", "MON": "4", "NUM": "2988", "PRO": "S", "SEC": "4", "YEA": "1877", "CITY": "TORINO"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5072	cassina-ugo-1897-04-01	{"a2": "2989"}	{"lerrcp": "A2-2989"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ugo", "family": "Cassina", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.75, "lat": 44.8, "name": "POLESINE PARMEN", "geoid": 0}, "notime": null, "date-ut": "1897-04-01 10:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Ugo", "family": "Cassina"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.75, "lat": 44.8, "name": "POLESINE PARMEN", "geoid": 0}, "date-ut": "1897-04-01 10:45"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2989"}, "ids-in-sources": {"a2": "2989"}}, "raw": {"H": "11", "MN": "45", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "1", "LAT": "44N48", "LON": "10E45", "MON": "4", "NUM": "2989", "PRO": "S", "SEC": "0", "YEA": "1897", "CITY": "POLESINE PARMEN"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5073	cerlini-aldo-1880-12-21	{"a2": "2990"}	{"lerrcp": "A2-2990"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Cerlini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RE", "c3": null, "cy": "IT", "lg": 10.72749, "lat": 44.84297, "name": "Novellara", "geoid": 3172177}, "notime": null, "date-ut": "1880-12-21 13:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Aldo", "family": "Cerlini"}, "birth": {"place": {"c2": "RE", "cy": "IT", "lg": 10.72749, "lat": 44.84297, "name": "Novellara", "geoid": 3172177}, "date-ut": "1880-12-21 13:50:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2990"}, "ids-in-sources": {"a2": "2990"}}, "raw": {"H": "14", "MN": "50", "TZ": "-1", "COD": "RE", "COU": "I", "DAY": "21", "LAT": "44N36", "LON": "10E45", "MON": "12", "NUM": "2990", "PRO": "S", "SEC": "4", "YEA": "1880", "CITY": "NOVELLARA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5074	charrier-gaetano-1882-02-05	{"a2": "2991"}	{"lerrcp": "A2-2991"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaetano", "family": "Charrier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1882-02-05 04:55:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Gaetano", "family": "Charrier"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1882-02-05 04:55:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2991"}, "ids-in-sources": {"a2": "2991"}}, "raw": {"H": "5", "MN": "55", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "5", "LAT": "45N 0", "LON": "8E 0", "MON": "2", "NUM": "2991", "PRO": "S", "SEC": "4", "YEA": "1882", "CITY": "TORINO"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5075	checchia-rispoli-giuseppe-1877-04-21	{"a2": "2992"}	{"lerrcp": "A2-2992"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Checchia-Rispoli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FG", "c3": null, "cy": "IT", "lg": 15.37604, "lat": 41.68974, "name": "San Severo", "geoid": 3167731}, "notime": null, "date-ut": "1877-04-21 11:24:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Checchia-Rispoli"}, "birth": {"place": {"c2": "FG", "cy": "IT", "lg": 15.37604, "lat": 41.68974, "name": "San Severo", "geoid": 3167731}, "date-ut": "1877-04-21 11:24:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2992"}, "ids-in-sources": {"a2": "2992"}}, "raw": {"H": "12", "MN": "24", "TZ": "-1", "COD": "FG", "COU": "I", "DAY": "21", "LAT": "41N36", "LON": "15E30", "MON": "4", "NUM": "2992", "PRO": "S", "SEC": "4", "YEA": "1877", "CITY": "SAN SEVERO"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5076	chiellini-armando-1898-11-23	{"a2": "2993"}	{"lerrcp": "A2-2993"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armando", "family": "Chiellini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PI", "c3": null, "cy": "IT", "lg": 10.39659, "lat": 43.71553, "name": "Pisa", "geoid": 3170647}, "notime": null, "date-ut": "1898-11-23 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Armando", "family": "Chiellini"}, "birth": {"place": {"c2": "PI", "cy": "IT", "lg": 10.39659, "lat": 43.71553, "name": "Pisa", "geoid": 3170647}, "date-ut": "1898-11-23 15:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2993"}, "ids-in-sources": {"a2": "2993"}}, "raw": {"H": "16", "MN": "0", "TZ": "-1", "COD": "PI", "COU": "I", "DAY": "23", "LAT": "43N42", "LON": "10E30", "MON": "11", "NUM": "2993", "PRO": "S", "SEC": "0", "YEA": "1898", "CITY": "PISA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5077	ciani-edgardo-1864-10-08	{"a2": "2994"}	{"lerrcp": "A2-2994"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edgardo", "family": "Ciani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FO", "c3": null, "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "ROCCA S  CASCIA", "geoid": 0}, "notime": null, "date-ut": "1864-10-08 04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Edgardo", "family": "Ciani"}, "birth": {"place": {"c2": "FO", "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "ROCCA S  CASCIA", "geoid": 0}, "date-ut": "1864-10-08 04:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2994"}, "ids-in-sources": {"a2": "2994"}}, "raw": {"H": "5", "MN": "40", "TZ": "-1", "COD": "FO", "COU": "I", "DAY": "8", "LAT": "44N12", "LON": "12E30", "MON": "10", "NUM": "2994", "PRO": "S", "SEC": "0", "YEA": "1864", "CITY": "ROCCA S  CASCIA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5078	cisotti-umberto-1882-02-26	{"a2": "2995"}	{"lerrcp": "A2-2995"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Umberto", "family": "Cisotti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 9.00862, "lat": 44.99467, "name": "Voghera", "geoid": 3163995}, "notime": null, "date-ut": "1882-02-26 09:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Umberto", "family": "Cisotti"}, "birth": {"place": {"c2": "PV", "cy": "IT", "lg": 9.00862, "lat": 44.99467, "name": "Voghera", "geoid": 3163995}, "date-ut": "1882-02-26 09:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2995"}, "ids-in-sources": {"a2": "2995"}}, "raw": {"H": "10", "MN": "10", "TZ": "-1", "COD": "PV", "COU": "I", "DAY": "26", "LAT": "45N12", "LON": "9E 0", "MON": "2", "NUM": "2995", "PRO": "S", "SEC": "4", "YEA": "1882", "CITY": "VOGHERA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5079	codegone-cesare-1904-03-16	{"a2": "2996"}	{"lerrcp": "A2-2996"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cesare", "family": "Codegone", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 8.61684, "lat": 45.44056, "name": "Novara", "geoid": 3172189}, "notime": null, "date-ut": "1904-03-16 15:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Cesare", "family": "Codegone"}, "birth": {"place": {"c2": "NO", "cy": "IT", "lg": 8.61684, "lat": 45.44056, "name": "Novara", "geoid": 3172189}, "date-ut": "1904-03-16 15:20"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2996"}, "ids-in-sources": {"a2": "2996"}}, "raw": {"H": "16", "MN": "20", "TZ": "-1", "COD": "NO", "COU": "I", "DAY": "16", "LAT": "45N30", "LON": "9E 0", "MON": "3", "NUM": "2996", "PRO": "S", "SEC": "0", "YEA": "1904", "CITY": "NOVARA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5080	colamonico-carmelo-1882-07-27	{"a2": "2997"}	{"lerrcp": "A2-2997"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carmelo", "family": "Colamonico", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 17, "lat": 41.2, "name": "ACQUAVIVA DELLO", "geoid": 0}, "notime": null, "date-ut": "1882-07-27 03:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Carmelo", "family": "Colamonico"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 17, "lat": 41.2, "name": "ACQUAVIVA DELLO", "geoid": 0}, "date-ut": "1882-07-27 03:25:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2997"}, "ids-in-sources": {"a2": "2997"}}, "raw": {"H": "4", "MN": "25", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "27", "LAT": "41N12", "LON": "17E 0", "MON": "7", "NUM": "2997", "PRO": "S", "SEC": "4", "YEA": "1882", "CITY": "ACQUAVIVA DELLO"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5081	colonnetti-gustavo-1886-11-08	{"a2": "2998"}	{"lerrcp": "A2-2998"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustavo", "family": "Colonnetti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1886-11-08 14:46:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Gustavo", "family": "Colonnetti"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1886-11-08 14:46:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2998"}, "ids-in-sources": {"a2": "2998"}}, "raw": {"H": "15", "MN": "46", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "8", "LAT": "45N 0", "LON": "8E 0", "MON": "11", "NUM": "2998", "PRO": "S", "SEC": "4", "YEA": "1886", "CITY": "TORINO"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5082	colucci-antonio-1896-10-18	{"a2": "2999"}	{"lerrcp": "A2-2999"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Colucci", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "notime": null, "date-ut": "1896-10-18 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Colucci"}, "birth": {"place": {"c2": "CT", "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "date-ut": "1896-10-18 01:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2999"}, "ids-in-sources": {"a2": "2999"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "CT", "COU": "I", "DAY": "18", "LAT": "47N30", "LON": "15E 0", "MON": "10", "NUM": "2999", "PRO": "S", "SEC": "0", "YEA": "1896", "CITY": "CATANIA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5083	comes-salvatore-1880-07-10	{"a2": "3000"}	{"lerrcp": "A2-3000"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Salvatore", "family": "Comes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 15, "lat": 37.5, "name": "S  PIETRO CLARE", "geoid": 0}, "notime": null, "date-ut": "1880-07-10 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Salvatore", "family": "Comes"}, "birth": {"place": {"c2": "CT", "cy": "IT", "lg": 15, "lat": 37.5, "name": "S  PIETRO CLARE", "geoid": 0}, "date-ut": "1880-07-10 07:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3000"}, "ids-in-sources": {"a2": "3000"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "CT", "COU": "I", "DAY": "10", "LAT": "37N30", "LON": "15E 0", "MON": "7", "NUM": "3000", "PRO": "S", "SEC": "4", "YEA": "1880", "CITY": "S  PIETRO CLARE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5084	comessatti-annibale-1886-01-30	{"a2": "3001"}	{"lerrcp": "A2-3001"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Annibale", "family": "Comessatti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.24222, "lat": 46.06194, "name": "Udine", "geoid": 3165072}, "notime": null, "date-ut": "1886-01-30 01:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Annibale", "family": "Comessatti"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.24222, "lat": 46.06194, "name": "Udine", "geoid": 3165072}, "date-ut": "1886-01-30 01:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3001"}, "ids-in-sources": {"a2": "3001"}}, "raw": {"H": "2", "MN": "10", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "30", "LAT": "46N 0", "LON": "13E30", "MON": "1", "NUM": "3001", "PRO": "S", "SEC": "4", "YEA": "1886", "CITY": "UDINE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
17893	brion-abel-1906-06-26	{"e1": "260"}	{"lerrcp": "E1-260"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Abel", "family": "Brion", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1906-06-26 11:30", "note": null, "place": {"c1": null, "c2": "08", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bazsilles", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Abel", "family": "Brion"}, "birth": {"tzo": "", "date": "1906-06-26 11:30", "place": {"c2": "08", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bazsilles", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "260"}}, "raw": {"H": "11:30", "COD": "08", "DAY": "26", "MON": "06", "NUM": "0260", "PRO": "PH", "YEA": "1906", "CITY": "Bazsilles", "NAME": "BRION Abel", "NOTE": "+"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
5086	corelli-masaniello-riccardo-1890-03-06	{"a2": "3003"}	{"lerrcp": "A2-3003"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Corelli Masaniello Riccardo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ANTICOLI CORRAD", "geoid": 0}, "notime": null, "date-ut": "1890-03-06 03:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "", "family": "Corelli Masaniello Riccardo"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ANTICOLI CORRAD", "geoid": 0}, "date-ut": "1890-03-06 03:40:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3003"}, "ids-in-sources": {"a2": "3003"}}, "raw": {"H": "4", "MN": "40", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "6", "LAT": "45N 0", "LON": "12E15", "MON": "3", "NUM": "3003", "PRO": "S", "SEC": "4", "YEA": "1890", "CITY": "ANTICOLI CORRAD"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5087	corini-felice-1889-10-13	{"a2": "3004"}	{"lerrcp": "A2-3004"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Felice", "family": "Corini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "notime": null, "date-ut": "1889-10-13 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Felice", "family": "Corini"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "date-ut": "1889-10-13 07:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3004"}, "ids-in-sources": {"a2": "3004"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "13", "LAT": "44N48", "LON": "10E45", "MON": "10", "NUM": "3004", "PRO": "S", "SEC": "4", "YEA": "1889", "CITY": "PARMA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5088	costanzi-giulio-1875-04-25	{"a2": "3005"}	{"lerrcp": "A2-3005"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giulio", "family": "Costanzi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RI", "c3": null, "cy": "IT", "lg": 12.76788, "lat": 42.41153, "name": "Contigliano", "geoid": 3178169}, "notime": null, "date-ut": "1875-04-25 08:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Giulio", "family": "Costanzi"}, "birth": {"place": {"c2": "RI", "cy": "IT", "lg": 12.76788, "lat": 42.41153, "name": "Contigliano", "geoid": 3178169}, "date-ut": "1875-04-25 08:40:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3005"}, "ids-in-sources": {"a2": "3005"}}, "raw": {"H": "9", "MN": "40", "TZ": "-1", "COD": "RI", "COU": "I", "DAY": "25", "LAT": "42N24", "LON": "13E15", "MON": "4", "NUM": "3005", "PRO": "S", "SEC": "4", "YEA": "1875", "CITY": "CONTIGLIANO"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5089	crestani-giuseppe-1879-05-14	{"a2": "3006"}	{"lerrcp": "A2-3006"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Crestani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VI", "c3": null, "cy": "IT", "lg": 12, "lat": 45.5, "name": "MONTEBELLO VICE", "geoid": 0}, "notime": null, "date-ut": "1879-05-14 10:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Crestani"}, "birth": {"place": {"c2": "VI", "cy": "IT", "lg": 12, "lat": 45.5, "name": "MONTEBELLO VICE", "geoid": 0}, "date-ut": "1879-05-14 10:25:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3006"}, "ids-in-sources": {"a2": "3006"}}, "raw": {"H": "11", "MN": "25", "TZ": "-1", "COD": "VI", "COU": "I", "DAY": "14", "LAT": "45N30", "LON": "12E 0", "MON": "5", "NUM": "3006", "PRO": "S", "SEC": "4", "YEA": "1879", "CITY": "MONTEBELLO VICE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5090	crocco-gaetano-1877-10-26	{"a2": "3007"}	{"lerrcp": "A2-3007"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaetano", "family": "Crocco", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1877-10-26 12:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Gaetano", "family": "Crocco"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1877-10-26 12:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3007"}, "ids-in-sources": {"a2": "3007"}}, "raw": {"H": "13", "MN": "10", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "26", "LAT": "40N54", "LON": "14E 0", "MON": "10", "NUM": "3007", "PRO": "S", "SEC": "4", "YEA": "1877", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5091	crudeli-umberto-1878-05-30	{"a2": "3008"}	{"lerrcp": "A2-3008"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Umberto", "family": "Crudeli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MC", "c3": null, "cy": "IT", "lg": 13.45293, "lat": 43.29789, "name": "Macerata", "geoid": 3174380}, "notime": null, "date-ut": "1878-05-30 05:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Umberto", "family": "Crudeli"}, "birth": {"place": {"c2": "MC", "cy": "IT", "lg": 13.45293, "lat": 43.29789, "name": "Macerata", "geoid": 3174380}, "date-ut": "1878-05-30 05:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3008"}, "ids-in-sources": {"a2": "3008"}}, "raw": {"H": "6", "MN": "10", "TZ": "-1", "COD": "MC", "COU": "I", "DAY": "30", "LAT": "43N24", "LON": "13E15", "MON": "5", "NUM": "3008", "PRO": "S", "SEC": "4", "YEA": "1878", "CITY": "MACERATA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5092	d-achiardi-giovanni-1872-04-25	{"a2": "3009"}	{"lerrcp": "A2-3009"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "D'Achiardi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PI", "c3": null, "cy": "IT", "lg": 10.39659, "lat": 43.71553, "name": "Pisa", "geoid": 3170647}, "notime": null, "date-ut": "1872-04-25 12:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "D'Achiardi"}, "birth": {"place": {"c2": "PI", "cy": "IT", "lg": 10.39659, "lat": 43.71553, "name": "Pisa", "geoid": 3170647}, "date-ut": "1872-04-25 12:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3009"}, "ids-in-sources": {"a2": "3009"}}, "raw": {"H": "13", "MN": "10", "TZ": "-1", "COD": "PI", "COU": "I", "DAY": "25", "LAT": "43N42", "LON": "10E30", "MON": "4", "NUM": "3009", "PRO": "S", "SEC": "4", "YEA": "1872", "CITY": "PISA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5093	dainelli-giotto-1878-05-19	{"a2": "3010"}	{"lerrcp": "A2-3010"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giotto", "family": "Dainelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1878-05-19 08:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Giotto", "family": "Dainelli"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1878-05-19 08:40:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3010"}, "ids-in-sources": {"a2": "3010"}}, "raw": {"H": "9", "MN": "40", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "19", "LAT": "43N42", "LON": "11E30", "MON": "5", "NUM": "3010", "PRO": "S", "SEC": "4", "YEA": "1878", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5094	dalmasso-giovanni-1886-07-10	{"a2": "3011"}	{"lerrcp": "A2-3011"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Dalmasso", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AT", "c3": null, "cy": "IT", "lg": 8.5, "lat": 44.9, "name": "CASTAGNOLE DELL", "geoid": 0}, "notime": null, "date-ut": "1886-07-10 07:15:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Dalmasso"}, "birth": {"place": {"c2": "AT", "cy": "IT", "lg": 8.5, "lat": 44.9, "name": "CASTAGNOLE DELL", "geoid": 0}, "date-ut": "1886-07-10 07:15:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3011"}, "ids-in-sources": {"a2": "3011"}}, "raw": {"H": "8", "MN": "15", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "10", "LAT": "44N54", "LON": "8E30", "MON": "7", "NUM": "3011", "PRO": "S", "SEC": "4", "YEA": "1886", "CITY": "CASTAGNOLE DELL"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5095	dal-piaz-giovan-1904-09-03	{"a2": "3012"}	{"lerrcp": "A2-3012"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovan", "family": "Dal Piaz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BL", "c3": null, "cy": "IT", "lg": 11.907, "lat": 46.02351, "name": "Feltre", "geoid": 3177120}, "notime": null, "date-ut": "1904-09-03 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Giovan", "family": "Dal Piaz"}, "birth": {"place": {"c2": "BL", "cy": "IT", "lg": 11.907, "lat": 46.02351, "name": "Feltre", "geoid": 3177120}, "date-ut": "1904-09-03 18:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3012"}, "ids-in-sources": {"a2": "3012"}}, "raw": {"H": "19", "MN": "0", "TZ": "-1", "COD": "BL", "COU": "I", "DAY": "3", "LAT": "46N12", "LON": "12E 0", "MON": "9", "NUM": "3012", "PRO": "S", "SEC": "0", "YEA": "1904", "CITY": "FELTRE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5096	danielle-antonio-1903-04-06	{"a2": "3013"}	{"lerrcp": "A2-3013"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Danielle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LE", "c3": null, "cy": "IT", "lg": 18.75, "lat": 40.4, "name": "GAGLIANO DEL CA", "geoid": 0}, "notime": null, "date-ut": "1903-04-06 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Danielle"}, "birth": {"place": {"c2": "LE", "cy": "IT", "lg": 18.75, "lat": 40.4, "name": "GAGLIANO DEL CA", "geoid": 0}, "date-ut": "1903-04-06 08:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3013"}, "ids-in-sources": {"a2": "3013"}}, "raw": {"H": "9", "MN": "0", "TZ": "-1", "COD": "LE", "COU": "I", "DAY": "6", "LAT": "40N24", "LON": "18E45", "MON": "4", "NUM": "3013", "PRO": "S", "SEC": "0", "YEA": "1903", "CITY": "GAGLIANO DEL CA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5097	danusso-arturo-1880-09-09	{"a2": "3014"}	{"lerrcp": "A2-3014"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arturo", "family": "Danusso", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CN", "c3": null, "cy": "IT", "lg": 8.06424, "lat": 44.78624, "name": "Priocca", "geoid": 6535479}, "notime": null, "date-ut": "1880-09-09 08:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Arturo", "family": "Danusso"}, "birth": {"place": {"c2": "CN", "cy": "IT", "lg": 8.06424, "lat": 44.78624, "name": "Priocca", "geoid": 6535479}, "date-ut": "1880-09-09 08:50:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3014"}, "ids-in-sources": {"a2": "3014"}}, "raw": {"H": "9", "MN": "50", "TZ": "-1", "COD": "CN", "COU": "I", "DAY": "9", "LAT": "44N24", "LON": "7E15", "MON": "9", "NUM": "3014", "PRO": "S", "SEC": "4", "YEA": "1880", "CITY": "PRIOCCA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5098	deambrosis-delfino-1871-12-08	{"a2": "3015"}	{"lerrcp": "A2-3015"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Delfino", "family": "Deambrosis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1871-12-08 15:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Delfino", "family": "Deambrosis"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1871-12-08 15:40:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3015"}, "ids-in-sources": {"a2": "3015"}}, "raw": {"H": "16", "MN": "40", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "8", "LAT": "43N42", "LON": "11E30", "MON": "12", "NUM": "3015", "PRO": "S", "SEC": "4", "YEA": "1871", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5099	de-grazia-paolo-1871-11-25	{"a2": "3016"}	{"lerrcp": "A2-3016"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paolo", "family": "De Grazia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PZ", "c3": null, "cy": "IT", "lg": 16.28888, "lat": 40.14711, "name": "Senise", "geoid": 3166737}, "notime": null, "date-ut": "1871-11-25 02:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Paolo", "family": "De Grazia"}, "birth": {"place": {"c2": "PZ", "cy": "IT", "lg": 16.28888, "lat": 40.14711, "name": "Senise", "geoid": 3166737}, "date-ut": "1871-11-25 02:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3016"}, "ids-in-sources": {"a2": "3016"}}, "raw": {"H": "3", "MN": "10", "TZ": "-1", "COD": "PZ", "COU": "I", "DAY": "25", "LAT": "40N30", "LON": "15E45", "MON": "11", "NUM": "3016", "PRO": "S", "SEC": "4", "YEA": "1871", "CITY": "SENISE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5100	dell-agnola-carlo-1871-06-23	{"a2": "3017"}	{"lerrcp": "A2-3017"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Dell'Agnola", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BL", "c3": null, "cy": "IT", "lg": 12, "lat": 46.2, "name": "TAIBON", "geoid": 0}, "notime": null, "date-ut": "1871-06-23 13:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Dell'Agnola"}, "birth": {"place": {"c2": "BL", "cy": "IT", "lg": 12, "lat": 46.2, "name": "TAIBON", "geoid": 0}, "date-ut": "1871-06-23 13:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3017"}, "ids-in-sources": {"a2": "3017"}}, "raw": {"H": "14", "MN": "10", "TZ": "-1", "COD": "BL", "COU": "I", "DAY": "23", "LAT": "46N12", "LON": "12E 0", "MON": "6", "NUM": "3017", "PRO": "S", "SEC": "4", "YEA": "1871", "CITY": "TAIBON"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5101	desio-ardito-1897-04-18	{"a2": "3018"}	{"lerrcp": "A2-3018"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ardito", "family": "Desio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.31194, "lat": 45.90639, "name": "Palmanova", "geoid": 3171573}, "notime": null, "date-ut": "1897-04-18 11:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Ardito", "family": "Desio"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.31194, "lat": 45.90639, "name": "Palmanova", "geoid": 3171573}, "date-ut": "1897-04-18 11:35"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3018"}, "ids-in-sources": {"a2": "3018"}}, "raw": {"H": "12", "MN": "35", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "18", "LAT": "46N 0", "LON": "13E30", "MON": "4", "NUM": "3018", "PRO": "S", "SEC": "0", "YEA": "1897", "CITY": "PALMANOVA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5102	drigo-angelo-1907-05-29	{"a2": "3019"}	{"lerrcp": "A2-3019"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Drigo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "notime": null, "date-ut": "1907-05-29 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Angelo", "family": "Drigo"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "date-ut": "1907-05-29 00:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3019"}, "ids-in-sources": {"a2": "3019"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "29", "LAT": "45N24", "LON": "12E15", "MON": "5", "NUM": "3019", "PRO": "S", "SEC": "0", "YEA": "1907", "CITY": "PADOVA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5103	emmanuelli-pio-1888-11-03	{"a2": "3020"}	{"lerrcp": "A2-3020"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pio", "family": "Emmanuelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1888-11-03 18:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Pio", "family": "Emmanuelli"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1888-11-03 18:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3020"}, "ids-in-sources": {"a2": "3020"}}, "raw": {"H": "19", "MN": "10", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "3", "LAT": "45N 0", "LON": "12E15", "MON": "11", "NUM": "3020", "PRO": "S", "SEC": "4", "YEA": "1888", "CITY": "ROMA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5104	eredia-filippo-1877-02-10	{"a2": "3021"}	{"lerrcp": "A2-3021"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Filippo", "family": "Eredia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "notime": null, "date-ut": "1877-02-10 17:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Filippo", "family": "Eredia"}, "birth": {"place": {"c2": "CT", "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "date-ut": "1877-02-10 17:25:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3021"}, "ids-in-sources": {"a2": "3021"}}, "raw": {"H": "18", "MN": "25", "TZ": "-1", "COD": "CT", "COU": "I", "DAY": "10", "LAT": "37N30", "LON": "15E 0", "MON": "2", "NUM": "3021", "PRO": "S", "SEC": "4", "YEA": "1877", "CITY": "CATANIA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5105	fabiani-ramiro-1879-05-15	{"a2": "3022"}	{"lerrcp": "A2-3022"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ramiro", "family": "Fabiani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VI", "c3": null, "cy": "IT", "lg": 12, "lat": 45.5, "name": "BARBARANO", "geoid": 0}, "notime": null, "date-ut": "1879-05-15 13:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Ramiro", "family": "Fabiani"}, "birth": {"place": {"c2": "VI", "cy": "IT", "lg": 12, "lat": 45.5, "name": "BARBARANO", "geoid": 0}, "date-ut": "1879-05-15 13:40:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3022"}, "ids-in-sources": {"a2": "3022"}}, "raw": {"H": "14", "MN": "40", "TZ": "-1", "COD": "VI", "COU": "I", "DAY": "15", "LAT": "45N30", "LON": "12E 0", "MON": "5", "NUM": "3022", "PRO": "S", "SEC": "4", "YEA": "1879", "CITY": "BARBARANO"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5106	fabris-cesare-1885-05-16	{"a2": "3023"}	{"lerrcp": "A2-3023"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cesare", "family": "Fabris", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TV", "c3": null, "cy": "IT", "lg": 12.11389, "lat": 45.9525, "name": "Follina", "geoid": 3176852}, "notime": null, "date-ut": "1885-05-16 19:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Cesare", "family": "Fabris"}, "birth": {"place": {"c2": "TV", "cy": "IT", "lg": 12.11389, "lat": 45.9525, "name": "Follina", "geoid": 3176852}, "date-ut": "1885-05-16 19:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3023"}, "ids-in-sources": {"a2": "3023"}}, "raw": {"H": "20", "MN": "10", "TZ": "-1", "COD": "TV", "COU": "I", "DAY": "16", "LAT": "45N36", "LON": "12E45", "MON": "5", "NUM": "3023", "PRO": "S", "SEC": "4", "YEA": "1885", "CITY": "FOLLINA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5107	fachini-stefano-1877-07-27	{"a2": "3024"}	{"lerrcp": "A2-3024"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stefano", "family": "Fachini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.5, "lat": 46, "name": "GEMONA DEL FRIU", "geoid": 0}, "notime": null, "date-ut": "1877-07-27 01:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Stefano", "family": "Fachini"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.5, "lat": 46, "name": "GEMONA DEL FRIU", "geoid": 0}, "date-ut": "1877-07-27 01:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3024"}, "ids-in-sources": {"a2": "3024"}}, "raw": {"H": "2", "MN": "10", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "27", "LAT": "46N 0", "LON": "13E30", "MON": "7", "NUM": "3024", "PRO": "S", "SEC": "4", "YEA": "1877", "CITY": "GEMONA DEL FRIU"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5108	fantappie-luigi-1901-09-14	{"a2": "3025"}	{"lerrcp": "A2-3025"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Fantappie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VI", "c3": null, "cy": "IT", "lg": 12, "lat": 45.5, "name": "VITERBO", "geoid": 0}, "notime": null, "date-ut": "1901-09-14 23:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Fantappie"}, "birth": {"place": {"c2": "VI", "cy": "IT", "lg": 12, "lat": 45.5, "name": "VITERBO", "geoid": 0}, "date-ut": "1901-09-14 23:15"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3025"}, "ids-in-sources": {"a2": "3025"}}, "raw": {"H": "0", "MN": "15", "TZ": "-1", "COD": "VI", "COU": "I", "DAY": "15", "LAT": "45N30", "LON": "12E 0", "MON": "9", "NUM": "3025", "PRO": "S", "SEC": "0", "YEA": "1901", "CITY": "VITERBO"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5109	favaro-giuseppe-1876-10-23	{"a2": "3026"}	{"lerrcp": "A2-3026"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Favaro", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TV", "c3": null, "cy": "IT", "lg": 12.2175, "lat": 46.005, "name": "Revine Lago", "geoid": 3169459}, "notime": null, "date-ut": "1876-10-23 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Favaro"}, "birth": {"place": {"c2": "TV", "cy": "IT", "lg": 12.2175, "lat": 46.005, "name": "Revine Lago", "geoid": 3169459}, "date-ut": "1876-10-23 00:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3026"}, "ids-in-sources": {"a2": "3026"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "TV", "COU": "I", "DAY": "23", "LAT": "45N36", "LON": "12E45", "MON": "10", "NUM": "3026", "PRO": "S", "SEC": "4", "YEA": "1876", "CITY": "REVINE LAGO"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5111	ferrajolo-luigi-1878-10-15	{"a2": "3028"}	{"lerrcp": "A2-3028"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Ferrajolo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TA", "c3": null, "cy": "IT", "lg": 17.22972, "lat": 40.47611, "name": "Taranto", "geoid": 3165926}, "notime": null, "date-ut": "1878-10-15 06:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Ferrajolo"}, "birth": {"place": {"c2": "TA", "cy": "IT", "lg": 17.22972, "lat": 40.47611, "name": "Taranto", "geoid": 3165926}, "date-ut": "1878-10-15 06:40:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3028"}, "ids-in-sources": {"a2": "3028"}}, "raw": {"H": "7", "MN": "40", "TZ": "-1", "COD": "TA", "COU": "I", "DAY": "15", "LAT": "40N30", "LON": "17E30", "MON": "10", "NUM": "3028", "PRO": "S", "SEC": "4", "YEA": "1878", "CITY": "TARANTO"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5112	ferri-silvio-1890-11-02	{"a2": "3029"}	{"lerrcp": "A2-3029"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Silvio", "family": "Ferri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LU", "c3": null, "cy": "IT", "lg": 10.50585, "lat": 43.84357, "name": "Lucca", "geoid": 3174530}, "notime": null, "date-ut": "1890-11-02 14:55:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Silvio", "family": "Ferri"}, "birth": {"place": {"c2": "LU", "cy": "IT", "lg": 10.50585, "lat": 43.84357, "name": "Lucca", "geoid": 3174530}, "date-ut": "1890-11-02 14:55:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3029"}, "ids-in-sources": {"a2": "3029"}}, "raw": {"H": "15", "MN": "55", "TZ": "-1", "COD": "LU", "COU": "I", "DAY": "2", "LAT": "43N42", "LON": "11E 0", "MON": "11", "NUM": "3029", "PRO": "S", "SEC": "4", "YEA": "1890", "CITY": "LUCCA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5113	ferro-guido-1898-11-11	{"a2": "3030"}	{"lerrcp": "A2-3030"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guido", "family": "Ferro", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 11.65871, "lat": 45.22289, "name": "Este", "geoid": 3177337}, "notime": null, "date-ut": "1898-11-11 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Guido", "family": "Ferro"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 11.65871, "lat": 45.22289, "name": "Este", "geoid": 3177337}, "date-ut": "1898-11-11 09:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3030"}, "ids-in-sources": {"a2": "3030"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "11", "LAT": "45N24", "LON": "12E15", "MON": "11", "NUM": "3030", "PRO": "S", "SEC": "0", "YEA": "1898", "CITY": "ESTE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5114	finzi-bruno-1899-02-12	{"a2": "3031"}	{"lerrcp": "A2-3031"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Finzi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BS", "c3": null, "cy": "IT", "lg": 11, "lat": 45.5, "name": "GARDONE VAL TRO", "geoid": 0}, "notime": null, "date-ut": "1899-02-12 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Bruno", "family": "Finzi"}, "birth": {"place": {"c2": "BS", "cy": "IT", "lg": 11, "lat": 45.5, "name": "GARDONE VAL TRO", "geoid": 0}, "date-ut": "1899-02-12 19:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3031"}, "ids-in-sources": {"a2": "3031"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "BS", "COU": "I", "DAY": "12", "LAT": "45N30", "LON": "11E 0", "MON": "2", "NUM": "3031", "PRO": "S", "SEC": "0", "YEA": "1899", "CITY": "GARDONE VAL TRO"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5115	fiori-adriano-1865-12-17	{"a2": "3032"}	{"lerrcp": "A2-3032"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adriano", "family": "Fiori", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.847, "lat": 44.57296, "name": "Formigine", "geoid": 3176733}, "notime": null, "date-ut": "1865-12-17 13:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Adriano", "family": "Fiori"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.847, "lat": 44.57296, "name": "Formigine", "geoid": 3176733}, "date-ut": "1865-12-17 13:15"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3032"}, "ids-in-sources": {"a2": "3032"}}, "raw": {"H": "14", "MN": "15", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "17", "LAT": "44N36", "LON": "11E15", "MON": "12", "NUM": "3032", "PRO": "S", "SEC": "0", "YEA": "1865", "CITY": "FORMIGINE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5116	fortunati-paolo-1906-04-26	{"a2": "3033"}	{"lerrcp": "A2-3033"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paolo", "family": "Fortunati", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.12028, "lat": 45.92972, "name": "Talmassons", "geoid": 3165959}, "notime": null, "date-ut": "1906-04-26 10:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Paolo", "family": "Fortunati"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.12028, "lat": 45.92972, "name": "Talmassons", "geoid": 3165959}, "date-ut": "1906-04-26 10:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3033"}, "ids-in-sources": {"a2": "3033"}}, "raw": {"H": "11", "MN": "40", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "26", "LAT": "46N 0", "LON": "13E30", "MON": "4", "NUM": "3033", "PRO": "S", "SEC": "0", "YEA": "1906", "CITY": "TALMASSONS"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5117	fubini-ghiron-guido-1879-01-19	{"a2": "3034"}	{"lerrcp": "A2-3034"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Fubini Ghiron Guido", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "notime": null, "date-ut": "1879-01-19 19:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "", "family": "Fubini Ghiron Guido"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "date-ut": "1879-01-19 19:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3034"}, "ids-in-sources": {"a2": "3034"}}, "raw": {"H": "20", "MN": "10", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "19", "LAT": "45N30", "LON": "12E30", "MON": "1", "NUM": "3034", "PRO": "S", "SEC": "4", "YEA": "1879", "CITY": "VENEZIA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5118	fuschini-carlo-1880-01-04	{"a2": "3035"}	{"lerrcp": "A2-3035"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Fuschini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 12.20111, "lat": 44.4175, "name": "Ravenna", "geoid": 3169561}, "notime": null, "date-ut": "1880-01-04 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Fuschini"}, "birth": {"place": {"c2": "RA", "cy": "IT", "lg": 12.20111, "lat": 44.4175, "name": "Ravenna", "geoid": 3169561}, "date-ut": "1880-01-04 00:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3035"}, "ids-in-sources": {"a2": "3035"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "RA", "COU": "I", "DAY": "4", "LAT": "44N24", "LON": "12E15", "MON": "1", "NUM": "3035", "PRO": "S", "SEC": "4", "YEA": "1880", "CITY": "RAVENNA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5119	galla-gino-1877-10-12	{"a2": "3036"}	{"lerrcp": "A2-3036"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gino", "family": "Galla", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45.4, "name": "ST PIETRO IN GU", "geoid": 0}, "notime": null, "date-ut": "1877-10-12 04:17:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Gino", "family": "Galla"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 12.25, "lat": 45.4, "name": "ST PIETRO IN GU", "geoid": 0}, "date-ut": "1877-10-12 04:17:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3036"}, "ids-in-sources": {"a2": "3036"}}, "raw": {"H": "5", "MN": "17", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "12", "LAT": "45N24", "LON": "12E15", "MON": "10", "NUM": "3036", "PRO": "S", "SEC": "4", "YEA": "1877", "CITY": "ST PIETRO IN GU"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5120	garoglio-pier-1900-07-10	{"a2": "3037"}	{"lerrcp": "A2-3037"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pier", "family": "Garoglio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1900-07-10 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Pier", "family": "Garoglio"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1900-07-10 22:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3037"}, "ids-in-sources": {"a2": "3037"}}, "raw": {"H": "23", "MN": "30", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "10", "LAT": "43N42", "LON": "11E30", "MON": "7", "NUM": "3037", "PRO": "S", "SEC": "0", "YEA": "1900", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5121	ghigi-alessandro-1875-02-09	{"a2": "3038"}	{"lerrcp": "A2-3038"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alessandro", "family": "Ghigi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1875-02-09 12:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Alessandro", "family": "Ghigi"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1875-02-09 12:25:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3038"}, "ids-in-sources": {"a2": "3038"}}, "raw": {"H": "13", "MN": "25", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "9", "LAT": "44N30", "LON": "11E 0", "MON": "2", "NUM": "3038", "PRO": "S", "SEC": "4", "YEA": "1875", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5122	ghizzetti-aldo-1908-10-08	{"a2": "3039"}	{"lerrcp": "A2-3039"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Ghizzetti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1908-10-08 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Aldo", "family": "Ghizzetti"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1908-10-08 10:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3039"}, "ids-in-sources": {"a2": "3039"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "8", "LAT": "45N 0", "LON": "8E 0", "MON": "10", "NUM": "3039", "PRO": "S", "SEC": "0", "YEA": "1908", "CITY": "TORINO"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5123	gialanella-lucio-1905-01-18	{"a2": "3040"}	{"lerrcp": "A2-3040"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucio", "family": "Gialanella", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CB", "c3": null, "cy": "IT", "lg": 14.66753, "lat": 41.56003, "name": "Campobasso", "geoid": 3180991}, "notime": null, "date-ut": "1905-01-18 14:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Lucio", "family": "Gialanella"}, "birth": {"place": {"c2": "CB", "cy": "IT", "lg": 14.66753, "lat": 41.56003, "name": "Campobasso", "geoid": 3180991}, "date-ut": "1905-01-18 14:06"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3040"}, "ids-in-sources": {"a2": "3040"}}, "raw": {"H": "15", "MN": "6", "TZ": "-1", "COD": "CB", "COU": "I", "DAY": "18", "LAT": "41N36", "LON": "14E45", "MON": "1", "NUM": "3040", "PRO": "S", "SEC": "0", "YEA": "1905", "CITY": "CAMPOBASSO"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5124	gini-corrado-1884-05-23	{"a2": "3041"}	{"lerrcp": "A2-3041"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Corrado", "family": "Gini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TV", "c3": null, "cy": "IT", "lg": 12.75, "lat": 45.6, "name": "MOTTA DI LIVENZ", "geoid": 0}, "notime": null, "date-ut": "1884-05-23 07:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Corrado", "family": "Gini"}, "birth": {"place": {"c2": "TV", "cy": "IT", "lg": 12.75, "lat": 45.6, "name": "MOTTA DI LIVENZ", "geoid": 0}, "date-ut": "1884-05-23 07:40:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3041"}, "ids-in-sources": {"a2": "3041"}}, "raw": {"H": "8", "MN": "40", "TZ": "-1", "COD": "TV", "COU": "I", "DAY": "23", "LAT": "45N36", "LON": "12E45", "MON": "5", "NUM": "3041", "PRO": "S", "SEC": "4", "YEA": "1884", "CITY": "MOTTA DI LIVENZ"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5125	giolitti-federico-1880-06-19	{"a2": "3042"}	{"lerrcp": "A2-3042"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Federico", "family": "Giolitti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 7.53221, "lat": 45.31375, "name": "Corio", "geoid": 3178093}, "notime": null, "date-ut": "1880-06-19 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Federico", "family": "Giolitti"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 7.53221, "lat": 45.31375, "name": "Corio", "geoid": 3178093}, "date-ut": "1880-06-19 07:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3042"}, "ids-in-sources": {"a2": "3042"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "19", "LAT": "45N 0", "LON": "8E 0", "MON": "6", "NUM": "3042", "PRO": "S", "SEC": "4", "YEA": "1880", "CITY": "CORIO"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5126	giotti-gino-1896-04-23	{"a2": "3043"}	{"lerrcp": "A2-3043"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gino", "family": "Giotti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1896-04-23 01:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Gino", "family": "Giotti"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1896-04-23 01:20"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3043"}, "ids-in-sources": {"a2": "3043"}}, "raw": {"H": "2", "MN": "20", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "23", "LAT": "43N42", "LON": "11E30", "MON": "4", "NUM": "3043", "PRO": "S", "SEC": "0", "YEA": "1896", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5127	giuliani-renzo-1887-04-20	{"a2": "3044"}	{"lerrcp": "A2-3044"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renzo", "family": "Giuliani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SO", "c3": null, "cy": "IT", "lg": 10, "lat": 46.2, "name": "PONTE IN VALTEL", "geoid": 0}, "notime": null, "date-ut": "1887-04-20 11:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Renzo", "family": "Giuliani"}, "birth": {"place": {"c2": "SO", "cy": "IT", "lg": 10, "lat": 46.2, "name": "PONTE IN VALTEL", "geoid": 0}, "date-ut": "1887-04-20 11:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3044"}, "ids-in-sources": {"a2": "3044"}}, "raw": {"H": "12", "MN": "10", "TZ": "-1", "COD": "SO", "COU": "I", "DAY": "20", "LAT": "46N12", "LON": "10E 0", "MON": "4", "NUM": "3044", "PRO": "S", "SEC": "4", "YEA": "1887", "CITY": "PONTE IN VALTEL"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5128	gola-giuseppe-1877-02-26	{"a2": "3045"}	{"lerrcp": "A2-3045"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Gola", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 8.61684, "lat": 45.44056, "name": "Novara", "geoid": 3172189}, "notime": null, "date-ut": "1877-02-26 14:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Gola"}, "birth": {"place": {"c2": "NO", "cy": "IT", "lg": 8.61684, "lat": 45.44056, "name": "Novara", "geoid": 3172189}, "date-ut": "1877-02-26 14:25:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3045"}, "ids-in-sources": {"a2": "3045"}}, "raw": {"H": "15", "MN": "25", "TZ": "-1", "COD": "NO", "COU": "I", "DAY": "26", "LAT": "45N30", "LON": "9E 0", "MON": "2", "NUM": "3045", "PRO": "S", "SEC": "4", "YEA": "1877", "CITY": "NOVARA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5129	grandi-guido-1886-03-03	{"a2": "3046"}	{"lerrcp": "A2-3046"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guido", "family": "Grandi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 8.86114, "lat": 45.31166, "name": "Vigevano", "geoid": 3164376}, "notime": null, "date-ut": "1886-03-03 12:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Guido", "family": "Grandi"}, "birth": {"place": {"c2": "PV", "cy": "IT", "lg": 8.86114, "lat": 45.31166, "name": "Vigevano", "geoid": 3164376}, "date-ut": "1886-03-03 12:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3046"}, "ids-in-sources": {"a2": "3046"}}, "raw": {"H": "13", "MN": "10", "TZ": "-1", "COD": "PV", "COU": "I", "DAY": "3", "LAT": "45N12", "LON": "9E 0", "MON": "3", "NUM": "3046", "PRO": "S", "SEC": "4", "YEA": "1886", "CITY": "VIGEVANO"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5130	grandori-remo-1885-01-29	{"a2": "3047"}	{"lerrcp": "A2-3047"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Remo", "family": "Grandori", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VT", "c3": null, "cy": "IT", "lg": 12.10856, "lat": 42.41783, "name": "Viterbo", "geoid": 3164039}, "notime": null, "date-ut": "1885-01-29 20:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Remo", "family": "Grandori"}, "birth": {"place": {"c2": "VT", "cy": "IT", "lg": 12.10856, "lat": 42.41783, "name": "Viterbo", "geoid": 3164039}, "date-ut": "1885-01-29 20:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3047"}, "ids-in-sources": {"a2": "3047"}}, "raw": {"H": "21", "MN": "10", "TZ": "-1", "COD": "VT", "COU": "I", "DAY": "29", "LAT": "42N24", "LON": "12E 0", "MON": "1", "NUM": "3047", "PRO": "S", "SEC": "4", "YEA": "1885", "CITY": "VITERBO"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5131	gribaudi-ferdinando-1902-11-26	{"a2": "3048"}	{"lerrcp": "A2-3048"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinando", "family": "Gribaudi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1902-11-26 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Ferdinando", "family": "Gribaudi"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1902-11-26 16:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3048"}, "ids-in-sources": {"a2": "3048"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "26", "LAT": "45N 0", "LON": "8E 0", "MON": "11", "NUM": "3048", "PRO": "S", "SEC": "0", "YEA": "1902", "CITY": "TORINO"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5132	grinovero-cesare-1887-11-29	{"a2": "3049"}	{"lerrcp": "A2-3049"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cesare", "family": "Grinovero", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.24222, "lat": 46.06194, "name": "Udine", "geoid": 3165072}, "notime": null, "date-ut": "1887-11-29 00:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Cesare", "family": "Grinovero"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.24222, "lat": 46.06194, "name": "Udine", "geoid": 3165072}, "date-ut": "1887-11-29 00:40:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3049"}, "ids-in-sources": {"a2": "3049"}}, "raw": {"H": "1", "MN": "40", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "29", "LAT": "46N 0", "LON": "13E30", "MON": "11", "NUM": "3049", "PRO": "S", "SEC": "4", "YEA": "1887", "CITY": "UDINE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5133	insolera-filadelfo-1880-02-29	{"a2": "3050"}	{"lerrcp": "A2-3050"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Filadelfo", "family": "Insolera", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SR", "c3": null, "cy": "IT", "lg": 15.00101, "lat": 37.28683, "name": "Lentini", "geoid": 2524410}, "notime": null, "date-ut": "1880-02-29 14:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Filadelfo", "family": "Insolera"}, "birth": {"place": {"c2": "SR", "cy": "IT", "lg": 15.00101, "lat": 37.28683, "name": "Lentini", "geoid": 2524410}, "date-ut": "1880-02-29 14:25:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3050"}, "ids-in-sources": {"a2": "3050"}}, "raw": {"H": "15", "MN": "25", "TZ": "-1", "COD": "SR", "COU": "I", "DAY": "29", "LAT": "37N 0", "LON": "15E30", "MON": "2", "NUM": "3050", "PRO": "S", "SEC": "4", "YEA": "1880", "CITY": "LENTINI"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5134	laboccetta-letterio-1874-01-13	{"a2": "3051"}	{"lerrcp": "A2-3051"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Letterio", "family": "Laboccetta", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RC", "c3": null, "cy": "IT", "lg": 15.66129, "lat": 38.11047, "name": "Reggio Calabria", "geoid": 2523630}, "notime": null, "date-ut": "1874-01-13 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Letterio", "family": "Laboccetta"}, "birth": {"place": {"c2": "RC", "cy": "IT", "lg": 15.66129, "lat": 38.11047, "name": "Reggio Calabria", "geoid": 2523630}, "date-ut": "1874-01-13 00:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3051"}, "ids-in-sources": {"a2": "3051"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "RC", "COU": "I", "DAY": "13", "LAT": "38N 6", "LON": "15E30", "MON": "1", "NUM": "3051", "PRO": "S", "SEC": "4", "YEA": "1874", "CITY": "REGGIO CALABRIA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5135	lasorsa-giovanni-1900-11-22	{"a2": "3052"}	{"lerrcp": "A2-3052"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Lasorsa", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 16.66738, "lat": 41.18643, "name": "Giovinazzo", "geoid": 3176072}, "notime": null, "date-ut": "1900-11-22 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Lasorsa"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 16.66738, "lat": 41.18643, "name": "Giovinazzo", "geoid": 3176072}, "date-ut": "1900-11-22 17:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3052"}, "ids-in-sources": {"a2": "3052"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "22", "LAT": "41N12", "LON": "17E 0", "MON": "11", "NUM": "3052", "PRO": "S", "SEC": "0", "YEA": "1900", "CITY": "GIOVINAZZO"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5136	lavagnini-bruno-1898-10-03	{"a2": "3053"}	{"lerrcp": "A2-3053"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Lavagnini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SI", "c3": null, "cy": "IT", "lg": 11.33283, "lat": 43.32004, "name": "Siena", "geoid": 3166548}, "notime": null, "date-ut": "1898-10-03 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Bruno", "family": "Lavagnini"}, "birth": {"place": {"c2": "SI", "cy": "IT", "lg": 11.33283, "lat": 43.32004, "name": "Siena", "geoid": 3166548}, "date-ut": "1898-10-03 20:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3053"}, "ids-in-sources": {"a2": "3053"}}, "raw": {"H": "21", "MN": "30", "TZ": "-1", "COD": "SI", "COU": "I", "DAY": "3", "LAT": "43N18", "LON": "11E45", "MON": "10", "NUM": "3053", "PRO": "S", "SEC": "0", "YEA": "1898", "CITY": "SIENA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5137	leggieri-gaetano-1900-09-06	{"a2": "3054"}	{"lerrcp": "A2-3054"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaetano", "family": "Leggieri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LE", "c3": null, "cy": "IT", "lg": 18.26333, "lat": 40.27383, "name": "Castri di Lecce", "geoid": 3179383}, "notime": null, "date-ut": "1900-09-06 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Gaetano", "family": "Leggieri"}, "birth": {"place": {"c2": "LE", "cy": "IT", "lg": 18.26333, "lat": 40.27383, "name": "Castri di Lecce", "geoid": 3179383}, "date-ut": "1900-09-06 11:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3054"}, "ids-in-sources": {"a2": "3054"}}, "raw": {"H": "12", "MN": "0", "TZ": "-1", "COD": "LE", "COU": "I", "DAY": "6", "LAT": "40N24", "LON": "18E45", "MON": "9", "NUM": "3054", "PRO": "S", "SEC": "0", "YEA": "1900", "CITY": "CASTRI DI LECCE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5138	leonardi-piero-1908-01-29	{"a2": "3055"}	{"lerrcp": "A2-3055"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Piero", "family": "Leonardi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TV", "c3": null, "cy": "IT", "lg": 11.9946, "lat": 45.89931, "name": "Valdobbiadene", "geoid": 3164931}, "notime": null, "date-ut": "1908-01-29 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Piero", "family": "Leonardi"}, "birth": {"place": {"c2": "TV", "cy": "IT", "lg": 11.9946, "lat": 45.89931, "name": "Valdobbiadene", "geoid": 3164931}, "date-ut": "1908-01-29 21:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3055"}, "ids-in-sources": {"a2": "3055"}}, "raw": {"H": "22", "MN": "30", "TZ": "-1", "COD": "TV", "COU": "I", "DAY": "29", "LAT": "45N36", "LON": "12E45", "MON": "1", "NUM": "3055", "PRO": "S", "SEC": "0", "YEA": "1908", "CITY": "VALDOBBIADENE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5139	levi-beppo-1875-05-14	{"a2": "3056"}	{"lerrcp": "A2-3056"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Beppo", "family": "Levi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1875-05-14 21:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Beppo", "family": "Levi"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1875-05-14 21:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3056"}, "ids-in-sources": {"a2": "3056"}}, "raw": {"H": "22", "MN": "10", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "14", "LAT": "45N 0", "LON": "8E 0", "MON": "5", "NUM": "3056", "PRO": "S", "SEC": "4", "YEA": "1875", "CITY": "TORINO"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5140	levi-giorgio-1895-05-27	{"a2": "3057"}	{"lerrcp": "A2-3057"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giorgio", "family": "Levi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FE", "c3": null, "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "notime": null, "date-ut": "1895-05-27 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Giorgio", "family": "Levi"}, "birth": {"place": {"c2": "FE", "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "date-ut": "1895-05-27 13:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3057"}, "ids-in-sources": {"a2": "3057"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "FE", "COU": "I", "DAY": "27", "LAT": "44N42", "LON": "12E30", "MON": "5", "NUM": "3057", "PRO": "S", "SEC": "0", "YEA": "1895", "CITY": "FERRARA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5141	levi-mario-1878-04-16	{"a2": "3058"}	{"lerrcp": "A2-3058"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Levi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "notime": null, "date-ut": "1878-04-16 22:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Levi"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "date-ut": "1878-04-16 22:50:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3058"}, "ids-in-sources": {"a2": "3058"}}, "raw": {"H": "23", "MN": "50", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "16", "LAT": "45N24", "LON": "12E15", "MON": "4", "NUM": "3058", "PRO": "S", "SEC": "4", "YEA": "1878", "CITY": "PADOVA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5142	levi-civita-tullio-1873-03-29	{"a2": "3059"}	{"lerrcp": "A2-3059"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tullio", "family": "Levi-Civita", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "notime": null, "date-ut": "1873-03-29 08:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Tullio", "family": "Levi-Civita"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "date-ut": "1873-03-29 08:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3059"}, "ids-in-sources": {"a2": "3059"}}, "raw": {"H": "9", "MN": "10", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "29", "LAT": "45N24", "LON": "12E15", "MON": "3", "NUM": "3059", "PRO": "S", "SEC": "4", "YEA": "1873", "CITY": "PADOVA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5143	lombardi-luigi-1867-08-21	{"a2": "3060"}	{"lerrcp": "A2-3060"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Lombardi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CN", "c3": null, "cy": "IT", "lg": 7.35133, "lat": 44.46573, "name": "Dronero", "geoid": 3177474}, "notime": null, "date-ut": "1867-08-21 16:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Lombardi"}, "birth": {"place": {"c2": "CN", "cy": "IT", "lg": 7.35133, "lat": 44.46573, "name": "Dronero", "geoid": 3177474}, "date-ut": "1867-08-21 16:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3060"}, "ids-in-sources": {"a2": "3060"}}, "raw": {"H": "17", "MN": "10", "TZ": "-1", "COD": "CN", "COU": "I", "DAY": "21", "LAT": "44N24", "LON": "7E15", "MON": "8", "NUM": "3060", "PRO": "S", "SEC": "4", "YEA": "1867", "CITY": "DRONERO"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5144	loperfido-antonio-1859-09-16	{"a2": "3061"}	{"lerrcp": "A2-3061"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Loperfido", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MT", "c3": null, "cy": "IT", "lg": 16.60158, "lat": 40.66852, "name": "Matera", "geoid": 3173721}, "notime": null, "date-ut": "1859-09-16 17:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Loperfido"}, "birth": {"place": {"c2": "MT", "cy": "IT", "lg": 16.60158, "lat": 40.66852, "name": "Matera", "geoid": 3173721}, "date-ut": "1859-09-16 17:53"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3061"}, "ids-in-sources": {"a2": "3061"}}, "raw": {"H": "18", "MN": "53", "TZ": "-1", "COD": "MT", "COU": "I", "DAY": "16", "LAT": "40N36", "LON": "16E45", "MON": "9", "NUM": "3061", "PRO": "S", "SEC": "0", "YEA": "1859", "CITY": "MATERA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5145	lo-surdo-antonino-1880-02-04	{"a2": "3062"}	{"lerrcp": "A2-3062"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Lo Surdo Antonino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SR", "c3": null, "cy": "IT", "lg": 15.273, "lat": 37.08515, "name": "Siracusa", "geoid": 2523083}, "notime": null, "date-ut": "1880-02-04 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "", "family": "Lo Surdo Antonino"}, "birth": {"place": {"c2": "SR", "cy": "IT", "lg": 15.273, "lat": 37.08515, "name": "Siracusa", "geoid": 2523083}, "date-ut": "1880-02-04 03:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3062"}, "ids-in-sources": {"a2": "3062"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "SR", "COU": "I", "DAY": "4", "LAT": "37N 0", "LON": "15E30", "MON": "2", "NUM": "3062", "PRO": "S", "SEC": "4", "YEA": "1880", "CITY": "SIRACUSA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5146	maggini-mentore-1890-02-06	{"a2": "3063"}	{"lerrcp": "A2-3063"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mentore", "family": "Maggini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 10.94142, "lat": 43.71754, "name": "Empoli", "geoid": 3177400}, "notime": null, "date-ut": "1890-02-06 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Mentore", "family": "Maggini"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 10.94142, "lat": 43.71754, "name": "Empoli", "geoid": 3177400}, "date-ut": "1890-02-06 07:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3063"}, "ids-in-sources": {"a2": "3063"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "6", "LAT": "43N42", "LON": "11E30", "MON": "2", "NUM": "3063", "PRO": "S", "SEC": "4", "YEA": "1890", "CITY": "EMPOLI"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5147	malenotti-ettore-1887-01-20	{"a2": "3064"}	{"lerrcp": "A2-3064"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ettore", "family": "Malenotti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LI", "c3": null, "cy": "IT", "lg": 9.5, "lat": 43.6, "name": "CASTAGNETO CARD", "geoid": 0}, "notime": null, "date-ut": "1887-01-20 02:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Ettore", "family": "Malenotti"}, "birth": {"place": {"c2": "LI", "cy": "IT", "lg": 9.5, "lat": 43.6, "name": "CASTAGNETO CARD", "geoid": 0}, "date-ut": "1887-01-20 02:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3064"}, "ids-in-sources": {"a2": "3064"}}, "raw": {"H": "3", "MN": "10", "TZ": "-1", "COD": "LI", "COU": "I", "DAY": "20", "LAT": "43N36", "LON": "9E30", "MON": "1", "NUM": "3064", "PRO": "S", "SEC": "4", "YEA": "1887", "CITY": "CASTAGNETO CARD"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5148	malfitano-giovanni-1872-09-29	{"a2": "3065"}	{"lerrcp": "A2-3065"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Malfitano", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SR", "c3": null, "cy": "IT", "lg": 15.273, "lat": 37.08515, "name": "Siracusa", "geoid": 2523083}, "notime": null, "date-ut": "1872-09-29 22:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Malfitano"}, "birth": {"place": {"c2": "SR", "cy": "IT", "lg": 15.273, "lat": 37.08515, "name": "Siracusa", "geoid": 2523083}, "date-ut": "1872-09-29 22:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3065"}, "ids-in-sources": {"a2": "3065"}}, "raw": {"H": "23", "MN": "10", "TZ": "-1", "COD": "SR", "COU": "I", "DAY": "29", "LAT": "37N 0", "LON": "15E30", "MON": "9", "NUM": "3065", "PRO": "S", "SEC": "4", "YEA": "1872", "CITY": "SIRACUSA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5149	mameli-efisio-1875-12-31	{"a2": "3066"}	{"lerrcp": "A2-3066"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Efisio", "family": "Mameli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SS", "c3": null, "cy": "IT", "lg": 8.74182, "lat": 40.66426, "name": "Ploaghe", "geoid": 3170554}, "notime": null, "date-ut": "1875-12-31 06:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Efisio", "family": "Mameli"}, "birth": {"place": {"c2": "SS", "cy": "IT", "lg": 8.74182, "lat": 40.66426, "name": "Ploaghe", "geoid": 3170554}, "date-ut": "1875-12-31 06:40:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3066"}, "ids-in-sources": {"a2": "3066"}}, "raw": {"H": "7", "MN": "40", "TZ": "-1", "COD": "SS", "COU": "I", "DAY": "31", "LAT": "40N48", "LON": "8E30", "MON": "12", "NUM": "3066", "PRO": "S", "SEC": "4", "YEA": "1875", "CITY": "PLOAGHE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5150	manaresi-angelo-1881-06-02	{"a2": "3067"}	{"lerrcp": "A2-3067"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Manaresi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1881-06-02 01:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Angelo", "family": "Manaresi"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1881-06-02 01:25:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3067"}, "ids-in-sources": {"a2": "3067"}}, "raw": {"H": "2", "MN": "25", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "2", "LAT": "44N30", "LON": "11E 0", "MON": "6", "NUM": "3067", "PRO": "S", "SEC": "4", "YEA": "1881", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5151	manetti-carlo-1888-05-30	{"a2": "3068"}	{"lerrcp": "A2-3068"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Manetti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PI", "c3": null, "cy": "IT", "lg": 10.39659, "lat": 43.71553, "name": "Pisa", "geoid": 3170647}, "notime": null, "date-ut": "1888-05-30 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Manetti"}, "birth": {"place": {"c2": "PI", "cy": "IT", "lg": 10.39659, "lat": 43.71553, "name": "Pisa", "geoid": 3170647}, "date-ut": "1888-05-30 00:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3068"}, "ids-in-sources": {"a2": "3068"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "PI", "COU": "I", "DAY": "30", "LAT": "43N42", "LON": "10E30", "MON": "5", "NUM": "3068", "PRO": "S", "SEC": "4", "YEA": "1888", "CITY": "PISA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5152	marangoni-matteo-1876-07-12	{"a2": "3069"}	{"lerrcp": "A2-3069"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Matteo", "family": "Marangoni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1876-07-12 02:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Matteo", "family": "Marangoni"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1876-07-12 02:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3069"}, "ids-in-sources": {"a2": "3069"}}, "raw": {"H": "3", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "12", "LAT": "43N42", "LON": "11E30", "MON": "7", "NUM": "3069", "PRO": "S", "SEC": "4", "YEA": "1876", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5153	marchetti-alessandro-1884-06-17	{"a2": "3070"}	{"lerrcp": "A2-3070"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alessandro", "family": "Marchetti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LT", "c3": null, "cy": "IT", "lg": 12.91279, "lat": 41.64442, "name": "Cori", "geoid": 3178099}, "notime": null, "date-ut": "1884-06-17 03:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Alessandro", "family": "Marchetti"}, "birth": {"place": {"c2": "LT", "cy": "IT", "lg": 12.91279, "lat": 41.64442, "name": "Cori", "geoid": 3178099}, "date-ut": "1884-06-17 03:40:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3070"}, "ids-in-sources": {"a2": "3070"}}, "raw": {"H": "4", "MN": "40", "TZ": "-1", "COD": "LT", "COU": "I", "DAY": "17", "LAT": "41N30", "LON": "13E 0", "MON": "6", "NUM": "3070", "PRO": "S", "SEC": "4", "YEA": "1884", "CITY": "CORI"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5155	maresca-gastone-1916-05-31	{"a2": "3072"}	{"lerrcp": "A2-3072"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gastone", "family": "Maresca", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "IM", "c3": null, "cy": "IT", "lg": 8.03083, "lat": 43.8875, "name": "Imperia", "geoid": 3175532}, "notime": null, "date-ut": "1916-05-31 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Gastone", "family": "Maresca"}, "birth": {"place": {"c2": "IM", "cy": "IT", "lg": 8.03083, "lat": 43.8875, "name": "Imperia", "geoid": 3175532}, "date-ut": "1916-05-31 07:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3072"}, "ids-in-sources": {"a2": "3072"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "IM", "COU": "I", "DAY": "31", "LAT": "43N42", "LON": "8E 0", "MON": "5", "NUM": "3072", "PRO": "S", "SEC": "0", "YEA": "1916", "CITY": "IMPERIA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5156	marzi-alberto-1907-06-13	{"a2": "3073"}	{"lerrcp": "A2-3073"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberto", "family": "Marzi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1907-06-13 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Alberto", "family": "Marzi"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1907-06-13 00:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3073"}, "ids-in-sources": {"a2": "3073"}}, "raw": {"H": "1", "MN": "30", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "13", "LAT": "43N42", "LON": "11E30", "MON": "6", "NUM": "3073", "PRO": "S", "SEC": "0", "YEA": "1907", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5157	marzolo-francesco-1892-02-02	{"a2": "3074"}	{"lerrcp": "A2-3074"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Marzolo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "notime": null, "date-ut": "1892-02-02 08:55:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Marzolo"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "date-ut": "1892-02-02 08:55:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3074"}, "ids-in-sources": {"a2": "3074"}}, "raw": {"H": "9", "MN": "55", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "2", "LAT": "45N24", "LON": "12E15", "MON": "2", "NUM": "3074", "PRO": "S", "SEC": "4", "YEA": "1892", "CITY": "PADOVA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5158	maxia-carmelo-1903-07-16	{"a2": "3075"}	{"lerrcp": "A2-3075"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carmelo", "family": "Maxia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "IT", "lg": 9, "lat": 39.4, "name": "VILLAMASSARGIA", "geoid": 0}, "notime": null, "date-ut": "1903-07-16 00:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Carmelo", "family": "Maxia"}, "birth": {"place": {"c2": "CA", "cy": "IT", "lg": 9, "lat": 39.4, "name": "VILLAMASSARGIA", "geoid": 0}, "date-ut": "1903-07-16 00:15"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3075"}, "ids-in-sources": {"a2": "3075"}}, "raw": {"H": "1", "MN": "15", "TZ": "-1", "COD": "CA", "COU": "I", "DAY": "16", "LAT": "39N24", "LON": "9E 0", "MON": "7", "NUM": "3075", "PRO": "S", "SEC": "0", "YEA": "1903", "CITY": "VILLAMASSARGIA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5159	mazzoleni-francesco-1914-08-08	{"a2": "3076"}	{"lerrcp": "A2-3076"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Mazzoleni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PS", "c3": null, "cy": "IT", "lg": 13, "lat": 44, "name": "PESARO", "geoid": 0}, "notime": null, "date-ut": "1914-08-08 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Mazzoleni"}, "birth": {"place": {"c2": "PS", "cy": "IT", "lg": 13, "lat": 44, "name": "PESARO", "geoid": 0}, "date-ut": "1914-08-08 00:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3076"}, "ids-in-sources": {"a2": "3076"}}, "raw": {"H": "1", "MN": "30", "TZ": "-1", "COD": "PS", "COU": "I", "DAY": "8", "LAT": "44N 0", "LON": "13E 0", "MON": "8", "NUM": "3076", "PRO": "S", "SEC": "0", "YEA": "1914", "CITY": "PESARO"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5160	medici-giuseppe-1907-10-24	{"a2": "3077"}	{"lerrcp": "A2-3077"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Medici", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.7847, "lat": 44.55086, "name": "Sassuolo", "geoid": 3167053}, "notime": null, "date-ut": "1907-10-24 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Medici"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.7847, "lat": 44.55086, "name": "Sassuolo", "geoid": 3167053}, "date-ut": "1907-10-24 09:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3077"}, "ids-in-sources": {"a2": "3077"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "24", "LAT": "44N36", "LON": "11E15", "MON": "10", "NUM": "3077", "PRO": "S", "SEC": "0", "YEA": "1907", "CITY": "SASSUOLO"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5161	medici-mario-1899-07-30	{"a2": "3078"}	{"lerrcp": "A2-3078"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Medici", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LE", "c3": null, "cy": "IT", "lg": 18.17202, "lat": 40.35703, "name": "Lecce", "geoid": 3174953}, "notime": null, "date-ut": "1899-07-30 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Medici"}, "birth": {"place": {"c2": "LE", "cy": "IT", "lg": 18.17202, "lat": 40.35703, "name": "Lecce", "geoid": 3174953}, "date-ut": "1899-07-30 14:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3078"}, "ids-in-sources": {"a2": "3078"}}, "raw": {"H": "15", "MN": "30", "TZ": "-1", "COD": "LE", "COU": "I", "DAY": "30", "LAT": "40N24", "LON": "18E45", "MON": "7", "NUM": "3078", "PRO": "S", "SEC": "0", "YEA": "1899", "CITY": "LECCE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5162	meneghini-domenico-1883-12-19	{"a2": "3079"}	{"lerrcp": "A2-3079"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Domenico", "family": "Meneghini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 11.3091, "lat": 45.18318, "name": "Legnago", "geoid": 3174922}, "notime": null, "date-ut": "1883-12-19 19:20:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Domenico", "family": "Meneghini"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 11.3091, "lat": 45.18318, "name": "Legnago", "geoid": 3174922}, "date-ut": "1883-12-19 19:20:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3079"}, "ids-in-sources": {"a2": "3079"}}, "raw": {"H": "20", "MN": "20", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "19", "LAT": "45N24", "LON": "11E 0", "MON": "12", "NUM": "3079", "PRO": "S", "SEC": "4", "YEA": "1883", "CITY": "LEGNAGO"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5163	mengoli-angelo-1870-06-29	{"a2": "3080"}	{"lerrcp": "A2-3080"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Mengoli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.41737, "lat": 44.6369, "name": "Bentivoglio", "geoid": 3182176}, "notime": null, "date-ut": "1870-06-29 18:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Angelo", "family": "Mengoli"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.41737, "lat": 44.6369, "name": "Bentivoglio", "geoid": 3182176}, "date-ut": "1870-06-29 18:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3080"}, "ids-in-sources": {"a2": "3080"}}, "raw": {"H": "19", "MN": "10", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "29", "LAT": "44N30", "LON": "11E 0", "MON": "6", "NUM": "3080", "PRO": "S", "SEC": "4", "YEA": "1870", "CITY": "BENTIVOGLIO"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5164	migliorini-elio-1902-03-09	{"a2": "3081"}	{"lerrcp": "A2-3081"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elio", "family": "Migliorini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 11.79301, "lat": 45.07998, "name": "Rovigo", "geoid": 3168843}, "notime": null, "date-ut": "1902-03-09 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Elio", "family": "Migliorini"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 11.79301, "lat": 45.07998, "name": "Rovigo", "geoid": 3168843}, "date-ut": "1902-03-09 04:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3081"}, "ids-in-sources": {"a2": "3081"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "9", "LAT": "45N 0", "LON": "12E15", "MON": "3", "NUM": "3081", "PRO": "S", "SEC": "0", "YEA": "1902", "CITY": "ROVIGO"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5165	minio-michelangelo-1872-07-11	{"a2": "3082"}	{"lerrcp": "A2-3082"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michelangelo", "family": "Minio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "notime": null, "date-ut": "1872-07-11 19:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Michelangelo", "family": "Minio"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "date-ut": "1872-07-11 19:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3082"}, "ids-in-sources": {"a2": "3082"}}, "raw": {"H": "20", "MN": "10", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "11", "LAT": "45N30", "LON": "12E30", "MON": "7", "NUM": "3082", "PRO": "S", "SEC": "4", "YEA": "1872", "CITY": "VENEZIA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5166	modugno-francesco-1883-03-03	{"a2": "3083"}	{"lerrcp": "A2-3083"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Modugno", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 16.5421, "lat": 41.12681, "name": "Terlizzi", "geoid": 3165788}, "notime": null, "date-ut": "1883-03-03 10:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Modugno"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 16.5421, "lat": 41.12681, "name": "Terlizzi", "geoid": 3165788}, "date-ut": "1883-03-03 10:40:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3083"}, "ids-in-sources": {"a2": "3083"}}, "raw": {"H": "11", "MN": "40", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "3", "LAT": "41N12", "LON": "17E 0", "MON": "3", "NUM": "3083", "PRO": "S", "SEC": "4", "YEA": "1883", "CITY": "TERLIZZI"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5167	monterosso-bruno-1887-05-20	{"a2": "3084"}	{"lerrcp": "A2-3084"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Monterosso", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "notime": null, "date-ut": "1887-05-20 08:45:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Bruno", "family": "Monterosso"}, "birth": {"place": {"c2": "CT", "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "date-ut": "1887-05-20 08:45:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3084"}, "ids-in-sources": {"a2": "3084"}}, "raw": {"H": "9", "MN": "45", "TZ": "-1", "COD": "CT", "COU": "I", "DAY": "20", "LAT": "37N30", "LON": "15E 0", "MON": "5", "NUM": "3084", "PRO": "S", "SEC": "4", "YEA": "1887", "CITY": "CATANIA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5168	mordini-antonio-1904-02-14	{"a2": "3085"}	{"lerrcp": "A2-3085"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Mordini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LU", "c3": null, "cy": "IT", "lg": 10.4808, "lat": 44.07425, "name": "Barga", "geoid": 3182358}, "notime": null, "date-ut": "1904-02-14 09:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Mordini"}, "birth": {"place": {"c2": "LU", "cy": "IT", "lg": 10.4808, "lat": 44.07425, "name": "Barga", "geoid": 3182358}, "date-ut": "1904-02-14 09:45"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3085"}, "ids-in-sources": {"a2": "3085"}}, "raw": {"H": "10", "MN": "45", "TZ": "-1", "COD": "LU", "COU": "I", "DAY": "14", "LAT": "43N42", "LON": "11E 0", "MON": "2", "NUM": "3085", "PRO": "S", "SEC": "0", "YEA": "1904", "CITY": "BARGA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5169	natta-giulio-1903-02-26	{"a2": "3086"}	{"lerrcp": "A2-3086"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giulio", "family": "Natta", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "IM", "c3": null, "cy": "IT", "lg": 8.03083, "lat": 43.8875, "name": "Imperia", "geoid": 3175532}, "notime": null, "date-ut": "1903-02-26 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Giulio", "family": "Natta"}, "birth": {"place": {"c2": "IM", "cy": "IT", "lg": 8.03083, "lat": 43.8875, "name": "Imperia", "geoid": 3175532}, "date-ut": "1903-02-26 16:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3086"}, "ids-in-sources": {"a2": "3086"}}, "raw": {"H": "17", "MN": "30", "TZ": "-1", "COD": "IM", "COU": "I", "DAY": "26", "LAT": "43N42", "LON": "8E 0", "MON": "2", "NUM": "3086", "PRO": "S", "SEC": "0", "YEA": "1903", "CITY": "IMPERIA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5170	negro-carlo-1876-11-21	{"a2": "3087"}	{"lerrcp": "A2-3087"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Negro", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AT", "c3": null, "cy": "IT", "lg": 8.5, "lat": 44.9, "name": "CASTAGNOLE LANZ", "geoid": 0}, "notime": null, "date-ut": "1876-11-21 04:30:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Negro"}, "birth": {"place": {"c2": "AT", "cy": "IT", "lg": 8.5, "lat": 44.9, "name": "CASTAGNOLE LANZ", "geoid": 0}, "date-ut": "1876-11-21 04:30:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3087"}, "ids-in-sources": {"a2": "3087"}}, "raw": {"H": "5", "MN": "30", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "21", "LAT": "44N54", "LON": "8E30", "MON": "11", "NUM": "3087", "PRO": "S", "SEC": "4", "YEA": "1876", "CITY": "CASTAGNOLE LANZ"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5171	nerli-nerlo-1894-05-03	{"a2": "3088"}	{"lerrcp": "A2-3088"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nerlo", "family": "Nerli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PI", "c3": null, "cy": "IT", "lg": 10.62911, "lat": 43.62384, "name": "Ponsacco", "geoid": 3170321}, "notime": null, "date-ut": "1894-05-03 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Nerlo", "family": "Nerli"}, "birth": {"place": {"c2": "PI", "cy": "IT", "lg": 10.62911, "lat": 43.62384, "name": "Ponsacco", "geoid": 3170321}, "date-ut": "1894-05-03 00:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3088"}, "ids-in-sources": {"a2": "3088"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "PI", "COU": "I", "DAY": "3", "LAT": "43N42", "LON": "10E30", "MON": "5", "NUM": "3088", "PRO": "S", "SEC": "0", "YEA": "1894", "CITY": "PONSACCO"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
17894	briquet-pierre-1917-12-28	{"e1": "261"}	{"lerrcp": "E1-261"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Briquet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1917-12-28 03:00", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": 1.04938, "lat": 45.33699, "name": "Excideuil", "geoid": 3019253}, "notime": null, "date-ut": "1917-12-28 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Briquet"}, "birth": {"tzo": "+00:00", "date": "1917-12-28 03:00", "place": {"c2": "24", "c3": "", "cy": "FR", "lg": 1.04938, "lat": 45.33699, "name": "Excideuil", "geoid": 3019253}, "date-ut": "1917-12-28 03:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "261"}}, "raw": {"H": "03:00", "COD": "24", "DAY": "28", "MON": "12", "NUM": "0261", "PRO": "MI", "YEA": "1917", "CITY": "Excideuil", "NAME": "BRIQUET Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
5173	occhialini-giuseppe-1907-12-05	{"a2": "3090"}	{"lerrcp": "A2-3090"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Occhialini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PS", "c3": null, "cy": "IT", "lg": 13, "lat": 44, "name": "FOSSOMBRONE", "geoid": 0}, "notime": null, "date-ut": "1907-12-05 10:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Occhialini"}, "birth": {"place": {"c2": "PS", "cy": "IT", "lg": 13, "lat": 44, "name": "FOSSOMBRONE", "geoid": 0}, "date-ut": "1907-12-05 10:50"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3090"}, "ids-in-sources": {"a2": "3090"}}, "raw": {"H": "11", "MN": "50", "TZ": "-1", "COD": "PS", "COU": "I", "DAY": "5", "LAT": "44N 0", "LON": "13E 0", "MON": "12", "NUM": "3090", "PRO": "S", "SEC": "0", "YEA": "1907", "CITY": "FOSSOMBRONE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5174	oddo-bernardo-1882-01-22	{"a2": "3091"}	{"lerrcp": "A2-3091"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernardo", "family": "Oddo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PA", "c3": null, "cy": "IT", "lg": 13.89016, "lat": 37.82095, "name": "Caltavuturo", "geoid": 2525445}, "notime": null, "date-ut": "1882-01-22 17:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Bernardo", "family": "Oddo"}, "birth": {"place": {"c2": "PA", "cy": "IT", "lg": 13.89016, "lat": 37.82095, "name": "Caltavuturo", "geoid": 2525445}, "date-ut": "1882-01-22 17:40:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3091"}, "ids-in-sources": {"a2": "3091"}}, "raw": {"H": "18", "MN": "40", "TZ": "-1", "COD": "PA", "COU": "I", "DAY": "22", "LAT": "38N 0", "LON": "13E30", "MON": "1", "NUM": "3091", "PRO": "S", "SEC": "4", "YEA": "1882", "CITY": "CALTAVUTURO"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5175	oddo-giuseppe-1865-06-09	{"a2": "3092"}	{"lerrcp": "A2-3092"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Oddo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PA", "c3": null, "cy": "IT", "lg": 13.89016, "lat": 37.82095, "name": "Caltavuturo", "geoid": 2525445}, "notime": null, "date-ut": "1865-06-09 03:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Oddo"}, "birth": {"place": {"c2": "PA", "cy": "IT", "lg": 13.89016, "lat": 37.82095, "name": "Caltavuturo", "geoid": 2525445}, "date-ut": "1865-06-09 03:06"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3092"}, "ids-in-sources": {"a2": "3092"}}, "raw": {"H": "4", "MN": "6", "TZ": "-1", "COD": "PA", "COU": "I", "DAY": "9", "LAT": "38N 0", "LON": "13E30", "MON": "6", "NUM": "3092", "PRO": "S", "SEC": "0", "YEA": "1865", "CITY": "CALTAVUTURO"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5176	paladino-francesco-1894-02-12	{"a2": "3093"}	{"lerrcp": "A2-3093"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Paladino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FG", "c3": null, "cy": "IT", "lg": 15.5, "lat": 41.6, "name": "TORREMAGGIORE", "geoid": 0}, "notime": null, "date-ut": "1894-02-12 09:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Paladino"}, "birth": {"place": {"c2": "FG", "cy": "IT", "lg": 15.5, "lat": 41.6, "name": "TORREMAGGIORE", "geoid": 0}, "date-ut": "1894-02-12 09:15"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3093"}, "ids-in-sources": {"a2": "3093"}}, "raw": {"H": "10", "MN": "15", "TZ": "-1", "COD": "FG", "COU": "I", "DAY": "12", "LAT": "41N36", "LON": "15E30", "MON": "2", "NUM": "3093", "PRO": "S", "SEC": "0", "YEA": "1894", "CITY": "TORREMAGGIORE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5177	palazzo-francesco-1881-03-31	{"a2": "3094"}	{"lerrcp": "A2-3094"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Palazzo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 14.5132, "lat": 37.23682, "name": "Caltagirone", "geoid": 2525450}, "notime": null, "date-ut": "1881-03-31 08:16:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Palazzo"}, "birth": {"place": {"c2": "CT", "cy": "IT", "lg": 14.5132, "lat": 37.23682, "name": "Caltagirone", "geoid": 2525450}, "date-ut": "1881-03-31 08:16:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3094"}, "ids-in-sources": {"a2": "3094"}}, "raw": {"H": "9", "MN": "16", "TZ": "-1", "COD": "CT", "COU": "I", "DAY": "31", "LAT": "37N30", "LON": "15E 0", "MON": "3", "NUM": "3094", "PRO": "S", "SEC": "4", "YEA": "1881", "CITY": "CALTAGIRONE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5178	palombi-arturo-1899-08-25	{"a2": "3095"}	{"lerrcp": "A2-3095"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arturo", "family": "Palombi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BN", "c3": null, "cy": "IT", "lg": 14.77328, "lat": 41.13204, "name": "Benevento", "geoid": 3182179}, "notime": null, "date-ut": "1899-08-25 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Arturo", "family": "Palombi"}, "birth": {"place": {"c2": "BN", "cy": "IT", "lg": 14.77328, "lat": 41.13204, "name": "Benevento", "geoid": 3182179}, "date-ut": "1899-08-25 17:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3095"}, "ids-in-sources": {"a2": "3095"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "BN", "COU": "I", "DAY": "25", "LAT": "41N18", "LON": "15E 0", "MON": "8", "NUM": "3095", "PRO": "S", "SEC": "0", "YEA": "1899", "CITY": "BENEVENTO"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5179	panconcelli-calzia-giulio-1878-10-04	{"a2": "3096"}	{"lerrcp": "A2-3096"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giulio", "family": "Panconcelli-Calzia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1878-10-04 12:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Giulio", "family": "Panconcelli-Calzia"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1878-10-04 12:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3096"}, "ids-in-sources": {"a2": "3096"}}, "raw": {"H": "13", "MN": "10", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "4", "LAT": "45N 0", "LON": "12E15", "MON": "10", "NUM": "3096", "PRO": "S", "SEC": "4", "YEA": "1878", "CITY": "ROMA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5180	pantanelli-enrico-1881-08-18	{"a2": "3097"}	{"lerrcp": "A2-3097"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enrico", "family": "Pantanelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SI", "c3": null, "cy": "IT", "lg": 11.33283, "lat": 43.32004, "name": "Siena", "geoid": 3166548}, "notime": null, "date-ut": "1881-08-18 08:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Enrico", "family": "Pantanelli"}, "birth": {"place": {"c2": "SI", "cy": "IT", "lg": 11.33283, "lat": 43.32004, "name": "Siena", "geoid": 3166548}, "date-ut": "1881-08-18 08:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3097"}, "ids-in-sources": {"a2": "3097"}}, "raw": {"H": "9", "MN": "10", "TZ": "-1", "COD": "SI", "COU": "I", "DAY": "18", "LAT": "43N18", "LON": "11E45", "MON": "8", "NUM": "3097", "PRO": "S", "SEC": "4", "YEA": "1881", "CITY": "SIENA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5181	parenti-giuseppe-1910-05-23	{"a2": "3098"}	{"lerrcp": "A2-3098"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Parenti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1910-05-23 02:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Parenti"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1910-05-23 02:05"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3098"}, "ids-in-sources": {"a2": "3098"}}, "raw": {"H": "3", "MN": "5", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "23", "LAT": "43N42", "LON": "11E30", "MON": "5", "NUM": "3098", "PRO": "S", "SEC": "0", "YEA": "1910", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5182	paris-giulio-1873-11-19	{"a2": "3099"}	{"lerrcp": "A2-3099"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giulio", "family": "Paris", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TE", "c3": null, "cy": "IT", "lg": 13.69901, "lat": 42.66123, "name": "Teramo", "geoid": 3165803}, "notime": null, "date-ut": "1873-11-19 01:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Giulio", "family": "Paris"}, "birth": {"place": {"c2": "TE", "cy": "IT", "lg": 13.69901, "lat": 42.66123, "name": "Teramo", "geoid": 3165803}, "date-ut": "1873-11-19 01:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3099"}, "ids-in-sources": {"a2": "3099"}}, "raw": {"H": "2", "MN": "10", "TZ": "-1", "COD": "TE", "COU": "I", "DAY": "19", "LAT": "42N42", "LON": "14E 0", "MON": "11", "NUM": "3099", "PRO": "S", "SEC": "4", "YEA": "1873", "CITY": "TERAMO"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5183	parlati-luigi-1882-07-13	{"a2": "3100"}	{"lerrcp": "A2-3100"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Parlati", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MT", "c3": null, "cy": "IT", "lg": 16.66689, "lat": 40.55222, "name": "Montescaglioso", "geoid": 3172739}, "notime": null, "date-ut": "1882-07-13 02:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Parlati"}, "birth": {"place": {"c2": "MT", "cy": "IT", "lg": 16.66689, "lat": 40.55222, "name": "Montescaglioso", "geoid": 3172739}, "date-ut": "1882-07-13 02:40:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3100"}, "ids-in-sources": {"a2": "3100"}}, "raw": {"H": "3", "MN": "40", "TZ": "-1", "COD": "MT", "COU": "I", "DAY": "13", "LAT": "40N36", "LON": "16E45", "MON": "7", "NUM": "3100", "PRO": "S", "SEC": "4", "YEA": "1882", "CITY": "MONTESCAGLIOSO"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5184	parravano-nicola-1883-07-21	{"a2": "3101"}	{"lerrcp": "A2-3101"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicola", "family": "Parravano", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FR", "c3": null, "cy": "IT", "lg": 13.5503, "lat": 41.61002, "name": "Fontana Liri", "geoid": 3176821}, "notime": null, "date-ut": "1883-07-21 22:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Nicola", "family": "Parravano"}, "birth": {"place": {"c2": "FR", "cy": "IT", "lg": 13.5503, "lat": 41.61002, "name": "Fontana Liri", "geoid": 3176821}, "date-ut": "1883-07-21 22:40:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3101"}, "ids-in-sources": {"a2": "3101"}}, "raw": {"H": "23", "MN": "40", "TZ": "-1", "COD": "FR", "COU": "I", "DAY": "21", "LAT": "41N36", "LON": "13E15", "MON": "7", "NUM": "3101", "PRO": "S", "SEC": "4", "YEA": "1883", "CITY": "FONTANA LIRI"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5185	passerini-mario-1891-08-29	{"a2": "3102"}	{"lerrcp": "A2-3102"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Passerini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.18794, "lat": 43.75423, "name": "Scandicci", "geoid": 3166988}, "notime": null, "date-ut": "1891-08-29 04:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Passerini"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.18794, "lat": 43.75423, "name": "Scandicci", "geoid": 3166988}, "date-ut": "1891-08-29 04:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3102"}, "ids-in-sources": {"a2": "3102"}}, "raw": {"H": "5", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "29", "LAT": "43N42", "LON": "11E30", "MON": "8", "NUM": "3102", "PRO": "S", "SEC": "4", "YEA": "1891", "CITY": "SCANDICCI"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5186	patrone-generoso-1902-06-04	{"a2": "3103"}	{"lerrcp": "A2-3103"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Generoso", "family": "Patrone", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AV", "c3": null, "cy": "IT", "lg": 15.07255, "lat": 40.83312, "name": "Bagnoli Irpino", "geoid": 3182512}, "notime": null, "date-ut": "1902-06-04 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Generoso", "family": "Patrone"}, "birth": {"place": {"c2": "AV", "cy": "IT", "lg": 15.07255, "lat": 40.83312, "name": "Bagnoli Irpino", "geoid": 3182512}, "date-ut": "1902-06-04 10:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3103"}, "ids-in-sources": {"a2": "3103"}}, "raw": {"H": "11", "MN": "30", "TZ": "-1", "COD": "AV", "COU": "I", "DAY": "4", "LAT": "41N 0", "LON": "15E 0", "MON": "6", "NUM": "3103", "PRO": "S", "SEC": "0", "YEA": "1902", "CITY": "BAGNOLI IRPINO"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5187	pavari-aldo-1888-08-16	{"a2": "3104"}	{"lerrcp": "A2-3104"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Pavari", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1888-08-16 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Aldo", "family": "Pavari"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1888-08-16 00:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3104"}, "ids-in-sources": {"a2": "3104"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "16", "LAT": "45N 0", "LON": "12E15", "MON": "8", "NUM": "3104", "PRO": "S", "SEC": "4", "YEA": "1888", "CITY": "ROMA"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5188	pellizzi-giov-1865-05-26	{"a2": "3105"}	{"lerrcp": "A2-3105"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giov", "family": "Pellizzi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RE", "c3": null, "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "REGGIO EMILIA", "geoid": 0}, "notime": null, "date-ut": "1865-05-26 13:47"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Giov", "family": "Pellizzi"}, "birth": {"place": {"c2": "RE", "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "REGGIO EMILIA", "geoid": 0}, "date-ut": "1865-05-26 13:47"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3105"}, "ids-in-sources": {"a2": "3105"}}, "raw": {"H": "14", "MN": "47", "TZ": "-1", "COD": "RE", "COU": "I", "DAY": "26", "LAT": "44N36", "LON": "10E45", "MON": "5", "NUM": "3105", "PRO": "S", "SEC": "0", "YEA": "1865", "CITY": "REGGIO EMILIA"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5189	peroni-bernardino-1883-10-27	{"a2": "3106"}	{"lerrcp": "A2-3106"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernardino", "family": "Peroni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PS", "c3": null, "cy": "IT", "lg": 13, "lat": 44, "name": "PESARO", "geoid": 0}, "notime": null, "date-ut": "1883-10-27 21:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Bernardino", "family": "Peroni"}, "birth": {"place": {"c2": "PS", "cy": "IT", "lg": 13, "lat": 44, "name": "PESARO", "geoid": 0}, "date-ut": "1883-10-27 21:40:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3106"}, "ids-in-sources": {"a2": "3106"}}, "raw": {"H": "22", "MN": "40", "TZ": "-1", "COD": "PS", "COU": "I", "DAY": "27", "LAT": "44N 0", "LON": "13E 0", "MON": "10", "NUM": "3106", "PRO": "S", "SEC": "4", "YEA": "1883", "CITY": "PESARO"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5190	perucca-eligio-1890-03-28	{"a2": "3107"}	{"lerrcp": "A2-3107"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eligio", "family": "Perucca", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PZ", "c3": null, "cy": "IT", "lg": 15.80857, "lat": 40.64432, "name": "Potenza", "geoid": 3170027}, "notime": null, "date-ut": "1890-03-28 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Eligio", "family": "Perucca"}, "birth": {"place": {"c2": "PZ", "cy": "IT", "lg": 15.80857, "lat": 40.64432, "name": "Potenza", "geoid": 3170027}, "date-ut": "1890-03-28 00:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3107"}, "ids-in-sources": {"a2": "3107"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "PZ", "COU": "I", "DAY": "28", "LAT": "40N30", "LON": "15E45", "MON": "3", "NUM": "3107", "PRO": "S", "SEC": "4", "YEA": "1890", "CITY": "POTENZA"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5191	piccardi-giorgio-1895-10-13	{"a2": "3108"}	{"lerrcp": "A2-3108"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giorgio", "family": "Piccardi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1895-10-13 22:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Giorgio", "family": "Piccardi"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1895-10-13 22:20"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3108"}, "ids-in-sources": {"a2": "3108"}}, "raw": {"H": "23", "MN": "20", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "13", "LAT": "43N42", "LON": "11E30", "MON": "10", "NUM": "3108", "PRO": "S", "SEC": "0", "YEA": "1895", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5192	piccioli-lodovico-1867-06-20	{"a2": "3109"}	{"lerrcp": "A2-3109"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lodovico", "family": "Piccioli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 9.16145, "lat": 45.18446, "name": "Pavia", "geoid": 3171366}, "notime": null, "date-ut": "1867-06-20 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Lodovico", "family": "Piccioli"}, "birth": {"place": {"c2": "PV", "cy": "IT", "lg": 9.16145, "lat": 45.18446, "name": "Pavia", "geoid": 3171366}, "date-ut": "1867-06-20 10:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3109"}, "ids-in-sources": {"a2": "3109"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "PV", "COU": "I", "DAY": "20", "LAT": "45N12", "LON": "9E 0", "MON": "6", "NUM": "3109", "PRO": "S", "SEC": "4", "YEA": "1867", "CITY": "PAVIA"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5193	pietra-gaetano-1879-08-10	{"a2": "3110"}	{"lerrcp": "A2-3110"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaetano", "family": "Pietra", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "IT", "lg": 11, "lat": 45.2, "name": "CASTIGLIONE DEL", "geoid": 0}, "notime": null, "date-ut": "1879-08-10 04:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Gaetano", "family": "Pietra"}, "birth": {"place": {"c2": "MN", "cy": "IT", "lg": 11, "lat": 45.2, "name": "CASTIGLIONE DEL", "geoid": 0}, "date-ut": "1879-08-10 04:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3110"}, "ids-in-sources": {"a2": "3110"}}, "raw": {"H": "5", "MN": "10", "TZ": "-1", "COD": "MN", "COU": "I", "DAY": "10", "LAT": "45N12", "LON": "11E 0", "MON": "8", "NUM": "3110", "PRO": "S", "SEC": "4", "YEA": "1879", "CITY": "CASTIGLIONE DEL"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5194	pistolesi-enrico-1889-12-02	{"a2": "3111"}	{"lerrcp": "A2-3111"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enrico", "family": "Pistolesi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1889-12-02 11:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Enrico", "family": "Pistolesi"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1889-12-02 11:25:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3111"}, "ids-in-sources": {"a2": "3111"}}, "raw": {"H": "12", "MN": "25", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "2", "LAT": "43N42", "LON": "11E30", "MON": "12", "NUM": "3111", "PRO": "S", "SEC": "4", "YEA": "1889", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5195	polara-virgilio-1887-07-07	{"a2": "3112"}	{"lerrcp": "A2-3112"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Virgilio", "family": "Polara", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RG", "c3": null, "cy": "IT", "lg": 14.77399, "lat": 36.84594, "name": "Modica", "geoid": 2524119}, "notime": null, "date-ut": "1887-07-07 16:15:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Virgilio", "family": "Polara"}, "birth": {"place": {"c2": "RG", "cy": "IT", "lg": 14.77399, "lat": 36.84594, "name": "Modica", "geoid": 2524119}, "date-ut": "1887-07-07 16:15:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3112"}, "ids-in-sources": {"a2": "3112"}}, "raw": {"H": "17", "MN": "15", "TZ": "-1", "COD": "RG", "COU": "I", "DAY": "7", "LAT": "37N 0", "LON": "14E45", "MON": "7", "NUM": "3112", "PRO": "S", "SEC": "4", "YEA": "1887", "CITY": "MODICA"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5196	poletti-luigi-1864-12-31	{"a2": "3113"}	{"lerrcp": "A2-3113"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Poletti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MS", "c3": null, "cy": "IT", "lg": 9.87888, "lat": 44.37515, "name": "Pontremoli", "geoid": 3170191}, "notime": null, "date-ut": "1864-12-31 10:18"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Poletti"}, "birth": {"place": {"c2": "MS", "cy": "IT", "lg": 9.87888, "lat": 44.37515, "name": "Pontremoli", "geoid": 3170191}, "date-ut": "1864-12-31 10:18"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3113"}, "ids-in-sources": {"a2": "3113"}}, "raw": {"H": "11", "MN": "18", "TZ": "-1", "COD": "MS", "COU": "I", "DAY": "31", "LAT": "44N 0", "LON": "10E30", "MON": "12", "NUM": "3113", "PRO": "S", "SEC": "0", "YEA": "1864", "CITY": "PONTREMOLI"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5197	poli-cino-1891-06-08	{"a2": "3114"}	{"lerrcp": "A2-3114"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cino", "family": "Poli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PC", "c3": null, "cy": "IT", "lg": 9.69937, "lat": 45.04676, "name": "Piacenza", "geoid": 3171058}, "notime": null, "date-ut": "1891-06-08 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Cino", "family": "Poli"}, "birth": {"place": {"c2": "PC", "cy": "IT", "lg": 9.69937, "lat": 45.04676, "name": "Piacenza", "geoid": 3171058}, "date-ut": "1891-06-08 03:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3114"}, "ids-in-sources": {"a2": "3114"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "PC", "COU": "I", "DAY": "8", "LAT": "45N 0", "LON": "9E45", "MON": "6", "NUM": "3114", "PRO": "S", "SEC": "4", "YEA": "1891", "CITY": "PIACENZA"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5198	pollacci-gino-1872-05-22	{"a2": "3115"}	{"lerrcp": "A2-3115"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gino", "family": "Pollacci", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 9.16145, "lat": 45.18446, "name": "Pavia", "geoid": 3171366}, "notime": null, "date-ut": "1872-05-22 23:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Gino", "family": "Pollacci"}, "birth": {"place": {"c2": "PV", "cy": "IT", "lg": 9.16145, "lat": 45.18446, "name": "Pavia", "geoid": 3171366}, "date-ut": "1872-05-22 23:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3115"}, "ids-in-sources": {"a2": "3115"}}, "raw": {"H": "0", "MN": "10", "TZ": "-1", "COD": "PV", "COU": "I", "DAY": "23", "LAT": "45N12", "LON": "9E 0", "MON": "5", "NUM": "3115", "PRO": "S", "SEC": "4", "YEA": "1872", "CITY": "PAVIA"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5199	polvani-giovanni-1892-12-17	{"a2": "3116"}	{"lerrcp": "A2-3116"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Polvani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 12.73737, "lat": 42.74484, "name": "Spoleto", "geoid": 3166236}, "notime": null, "date-ut": "1892-12-17 05:30:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Polvani"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 12.73737, "lat": 42.74484, "name": "Spoleto", "geoid": 3166236}, "date-ut": "1892-12-17 05:30:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3116"}, "ids-in-sources": {"a2": "3116"}}, "raw": {"H": "6", "MN": "30", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "17", "LAT": "43N 0", "LON": "13E 0", "MON": "12", "NUM": "3116", "PRO": "S", "SEC": "4", "YEA": "1892", "CITY": "SPOLETO"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5200	ponte-gaetano-1876-06-21	{"a2": "3117"}	{"lerrcp": "A2-3117"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaetano", "family": "Ponte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 14.74478, "lat": 37.32825, "name": "Palagonia", "geoid": 2523927}, "notime": null, "date-ut": "1876-06-21 05:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Gaetano", "family": "Ponte"}, "birth": {"place": {"c2": "CT", "cy": "IT", "lg": 14.74478, "lat": 37.32825, "name": "Palagonia", "geoid": 2523927}, "date-ut": "1876-06-21 05:25:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3117"}, "ids-in-sources": {"a2": "3117"}}, "raw": {"H": "6", "MN": "25", "TZ": "-1", "COD": "CT", "COU": "I", "DAY": "21", "LAT": "37N30", "LON": "15E 0", "MON": "6", "NUM": "3117", "PRO": "S", "SEC": "4", "YEA": "1876", "CITY": "PALAGONIA"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5201	pontecorvo-bruno-1913-08-21	{"a2": "3118"}	{"lerrcp": "A2-3118"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Pontecorvo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PI", "c3": null, "cy": "IT", "lg": 10.39659, "lat": 43.71553, "name": "Pisa", "geoid": 3170647}, "notime": null, "date-ut": "1913-08-21 23:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Bruno", "family": "Pontecorvo"}, "birth": {"place": {"c2": "PI", "cy": "IT", "lg": 10.39659, "lat": 43.71553, "name": "Pisa", "geoid": 3170647}, "date-ut": "1913-08-21 23:15"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3118"}, "ids-in-sources": {"a2": "3118"}}, "raw": {"H": "0", "MN": "15", "TZ": "-1", "COD": "PI", "COU": "I", "DAY": "22", "LAT": "43N42", "LON": "10E30", "MON": "8", "NUM": "3118", "PRO": "S", "SEC": "0", "YEA": "1913", "CITY": "PISA"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5202	pratolongo-ugo-1887-06-22	{"a2": "3119"}	{"lerrcp": "A2-3119"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ugo", "family": "Pratolongo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BS", "c3": null, "cy": "IT", "lg": 10.12396, "lat": 45.66148, "name": "Polaveno", "geoid": 6535201}, "notime": null, "date-ut": "1887-06-22 04:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Ugo", "family": "Pratolongo"}, "birth": {"place": {"c2": "BS", "cy": "IT", "lg": 10.12396, "lat": 45.66148, "name": "Polaveno", "geoid": 6535201}, "date-ut": "1887-06-22 04:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3119"}, "ids-in-sources": {"a2": "3119"}}, "raw": {"H": "5", "MN": "10", "TZ": "-1", "COD": "BS", "COU": "I", "DAY": "22", "LAT": "45N30", "LON": "11E 0", "MON": "6", "NUM": "3119", "PRO": "S", "SEC": "4", "YEA": "1887", "CITY": "POLAVENO"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5203	principi-paolo-1884-04-03	{"a2": "3120"}	{"lerrcp": "A2-3120"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paolo", "family": "Principi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 12.38878, "lat": 43.1122, "name": "Perugia", "geoid": 3171180}, "notime": null, "date-ut": "1884-04-03 16:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Paolo", "family": "Principi"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 12.38878, "lat": 43.1122, "name": "Perugia", "geoid": 3171180}, "date-ut": "1884-04-03 16:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3120"}, "ids-in-sources": {"a2": "3120"}}, "raw": {"H": "17", "MN": "10", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "3", "LAT": "43N 0", "LON": "13E 0", "MON": "4", "NUM": "3120", "PRO": "S", "SEC": "4", "YEA": "1884", "CITY": "PERUGIA"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5204	quercigh-emmanuello-1885-01-09	{"a2": "3121"}	{"lerrcp": "A2-3121"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emmanuello", "family": "Quercigh", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.5, "lat": 46, "name": "CIVIDALE DEL FR", "geoid": 0}, "notime": null, "date-ut": "1885-01-09 08:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Emmanuello", "family": "Quercigh"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.5, "lat": 46, "name": "CIVIDALE DEL FR", "geoid": 0}, "date-ut": "1885-01-09 08:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3121"}, "ids-in-sources": {"a2": "3121"}}, "raw": {"H": "9", "MN": "10", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "9", "LAT": "46N 0", "LON": "13E30", "MON": "1", "NUM": "3121", "PRO": "S", "SEC": "4", "YEA": "1885", "CITY": "CIVIDALE DEL FR"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5205	rattu-salvatore-1899-11-09	{"a2": "3122"}	{"lerrcp": "A2-3122"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Salvatore", "family": "Rattu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "IT", "lg": 9.13462, "lat": 39.20738, "name": "Cagliari", "geoid": 2525473}, "notime": null, "date-ut": "1899-11-09 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Salvatore", "family": "Rattu"}, "birth": {"place": {"c2": "CA", "cy": "IT", "lg": 9.13462, "lat": 39.20738, "name": "Cagliari", "geoid": 2525473}, "date-ut": "1899-11-09 03:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3122"}, "ids-in-sources": {"a2": "3122"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "CA", "COU": "I", "DAY": "9", "LAT": "39N24", "LON": "9E 0", "MON": "11", "NUM": "3122", "PRO": "S", "SEC": "0", "YEA": "1899", "CITY": "CAGLIARI"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5206	ravenna-ciro-1878-09-13	{"a2": "3123"}	{"lerrcp": "A2-3123"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ciro", "family": "Ravenna", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FE", "c3": null, "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "notime": null, "date-ut": "1878-09-13 04:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Ciro", "family": "Ravenna"}, "birth": {"place": {"c2": "FE", "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "date-ut": "1878-09-13 04:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3123"}, "ids-in-sources": {"a2": "3123"}}, "raw": {"H": "5", "MN": "10", "TZ": "-1", "COD": "FE", "COU": "I", "DAY": "13", "LAT": "44N42", "LON": "12E30", "MON": "9", "NUM": "3123", "PRO": "S", "SEC": "4", "YEA": "1878", "CITY": "FERRARA"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5207	revessi-giuseppe-1873-09-22	{"a2": "3124"}	{"lerrcp": "A2-3124"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Revessi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "notime": null, "date-ut": "1873-09-22 14:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Revessi"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "date-ut": "1873-09-22 14:40:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3124"}, "ids-in-sources": {"a2": "3124"}}, "raw": {"H": "15", "MN": "40", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "22", "LAT": "45N30", "LON": "12E30", "MON": "9", "NUM": "3124", "PRO": "S", "SEC": "4", "YEA": "1873", "CITY": "VENEZIA"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5208	riccardo-salvatore-1892-10-03	{"a2": "3125"}	{"lerrcp": "A2-3125"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Salvatore", "family": "Riccardo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LE", "c3": null, "cy": "IT", "lg": 18.24643, "lat": 39.98292, "name": "Ruffano", "geoid": 2523569}, "notime": null, "date-ut": "1892-10-03 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Salvatore", "family": "Riccardo"}, "birth": {"place": {"c2": "LE", "cy": "IT", "lg": 18.24643, "lat": 39.98292, "name": "Ruffano", "geoid": 2523569}, "date-ut": "1892-10-03 10:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3125"}, "ids-in-sources": {"a2": "3125"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "LE", "COU": "I", "DAY": "3", "LAT": "40N24", "LON": "18E45", "MON": "10", "NUM": "3125", "PRO": "S", "SEC": "4", "YEA": "1892", "CITY": "RUFFANO"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5209	rivera-vincenzo-1890-04-06	{"a2": "3126"}	{"lerrcp": "A2-3126"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincenzo", "family": "Rivera", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AQ", "c3": null, "cy": "IT", "lg": 13.39954, "lat": 42.35055, "name": "L'Aquila", "geoid": 3175121}, "notime": null, "date-ut": "1890-04-06 00:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Vincenzo", "family": "Rivera"}, "birth": {"place": {"c2": "AQ", "cy": "IT", "lg": 13.39954, "lat": 42.35055, "name": "L'Aquila", "geoid": 3175121}, "date-ut": "1890-04-06 00:50:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3126"}, "ids-in-sources": {"a2": "3126"}}, "raw": {"H": "1", "MN": "50", "TZ": "-1", "COD": "AQ", "COU": "I", "DAY": "6", "LAT": "42N24", "LON": "13E30", "MON": "4", "NUM": "3126", "PRO": "S", "SEC": "4", "YEA": "1890", "CITY": "L AQUILA"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5210	rodolico-francesco-1905-03-27	{"a2": "3127"}	{"lerrcp": "A2-3127"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Rodolico", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1905-03-27 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Rodolico"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1905-03-27 03:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3127"}, "ids-in-sources": {"a2": "3127"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "27", "LAT": "43N42", "LON": "11E30", "MON": "3", "NUM": "3127", "PRO": "S", "SEC": "0", "YEA": "1905", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5211	ronchi-vasco-1897-12-19	{"a2": "3128"}	{"lerrcp": "A2-3128"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vasco", "family": "Ronchi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1897-12-19 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Vasco", "family": "Ronchi"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1897-12-19 01:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3128"}, "ids-in-sources": {"a2": "3128"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "19", "LAT": "43N42", "LON": "11E30", "MON": "12", "NUM": "3128", "PRO": "S", "SEC": "0", "YEA": "1897", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5212	rossi-corrado-1905-04-04	{"a2": "3129"}	{"lerrcp": "A2-3129"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Corrado", "family": "Rossi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1905-04-04 15:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Corrado", "family": "Rossi"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1905-04-04 15:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3129"}, "ids-in-sources": {"a2": "3129"}}, "raw": {"H": "16", "MN": "40", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "4", "LAT": "43N42", "LON": "11E30", "MON": "4", "NUM": "3129", "PRO": "S", "SEC": "0", "YEA": "1905", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5213	rostagni-antonio-1903-07-14	{"a2": "3130"}	{"lerrcp": "A2-3130"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Rostagni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 8.61684, "lat": 45.44056, "name": "Novara", "geoid": 3172189}, "notime": null, "date-ut": "1903-07-14 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Rostagni"}, "birth": {"place": {"c2": "NO", "cy": "IT", "lg": 8.61684, "lat": 45.44056, "name": "Novara", "geoid": 3172189}, "date-ut": "1903-07-14 00:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3130"}, "ids-in-sources": {"a2": "3130"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "NO", "COU": "I", "DAY": "14", "LAT": "45N30", "LON": "9E 0", "MON": "7", "NUM": "3130", "PRO": "S", "SEC": "0", "YEA": "1903", "CITY": "NOVARA"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5214	rotini-orfeo-1903-02-15	{"a2": "3131"}	{"lerrcp": "A2-3131"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Orfeo", "family": "Rotini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PI", "c3": null, "cy": "IT", "lg": 10.51441, "lat": 43.57064, "name": "Fauglia", "geoid": 3177150}, "notime": null, "date-ut": "1903-02-15 07:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Orfeo", "family": "Rotini"}, "birth": {"place": {"c2": "PI", "cy": "IT", "lg": 10.51441, "lat": 43.57064, "name": "Fauglia", "geoid": 3177150}, "date-ut": "1903-02-15 07:10"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3131"}, "ids-in-sources": {"a2": "3131"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "PI", "COU": "I", "DAY": "15", "LAT": "43N42", "LON": "10E30", "MON": "2", "NUM": "3131", "PRO": "S", "SEC": "0", "YEA": "1903", "CITY": "FAUGLIA"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5215	rovereto-gaetano-1870-11-15	{"a2": "3132"}	{"lerrcp": "A2-3132"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaetano", "family": "Rovereto", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "IT", "lg": 8.74889, "lat": 44.44573, "name": "Mele", "geoid": 6535088}, "notime": null, "date-ut": "1870-11-15 20:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Gaetano", "family": "Rovereto"}, "birth": {"place": {"c2": "GE", "cy": "IT", "lg": 8.74889, "lat": 44.44573, "name": "Mele", "geoid": 6535088}, "date-ut": "1870-11-15 20:25:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3132"}, "ids-in-sources": {"a2": "3132"}}, "raw": {"H": "21", "MN": "25", "TZ": "-1", "COD": "GE", "COU": "I", "DAY": "15", "LAT": "44N24", "LON": "9E 0", "MON": "11", "NUM": "3132", "PRO": "S", "SEC": "4", "YEA": "1870", "CITY": "MELE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5216	russo-giuseppe-1897-07-01	{"a2": "3133"}	{"lerrcp": "A2-3133"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Russo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 14.83478, "lat": 37.66175, "name": "Adrano", "geoid": 2525769}, "notime": null, "date-ut": "1897-07-01 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Russo"}, "birth": {"place": {"c2": "CT", "cy": "IT", "lg": 14.83478, "lat": 37.66175, "name": "Adrano", "geoid": 2525769}, "date-ut": "1897-07-01 16:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3133"}, "ids-in-sources": {"a2": "3133"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "CT", "COU": "I", "DAY": "1", "LAT": "37N30", "LON": "15E 0", "MON": "7", "NUM": "3133", "PRO": "S", "SEC": "0", "YEA": "1897", "CITY": "ADRANO"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
17895	brocard-jean-1920-10-04	{"e1": "262"}	{"lerrcp": "E1-262"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Brocard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-10-04 01:00", "note": null, "place": {"c1": null, "c2": "70", "c3": "", "cy": "FR", "lg": 5.59215, "lat": 47.44575, "name": "Gray", "geoid": 3014784}, "notime": null, "date-ut": "1920-10-04 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Brocard"}, "birth": {"tzo": "+01:00", "date": "1920-10-04 01:00", "place": {"c2": "70", "c3": "", "cy": "FR", "lg": 5.59215, "lat": 47.44575, "name": "Gray", "geoid": 3014784}, "date-ut": "1920-10-04 00:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "262"}}, "raw": {"H": "01:00", "COD": "70", "DAY": "04", "MON": "10", "NUM": "0262", "PRO": "MI", "YEA": "1920", "CITY": "Gray", "NAME": "BROCARD Jean", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
5218	sansone-giovanni-1888-05-24	{"a2": "3135"}	{"lerrcp": "A2-3135"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Sansone", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AG", "c3": null, "cy": "IT", "lg": 13.52636, "lat": 37.29344, "name": "Porto Empedocle", "geoid": 2523705}, "notime": null, "date-ut": "1888-05-24 12:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Sansone"}, "birth": {"place": {"c2": "AG", "cy": "IT", "lg": 13.52636, "lat": 37.29344, "name": "Porto Empedocle", "geoid": 2523705}, "date-ut": "1888-05-24 12:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3135"}, "ids-in-sources": {"a2": "3135"}}, "raw": {"H": "13", "MN": "10", "TZ": "-1", "COD": "AG", "COU": "I", "DAY": "24", "LAT": "37N12", "LON": "13E30", "MON": "5", "NUM": "3135", "PRO": "S", "SEC": "4", "YEA": "1888", "CITY": "PORTO EMPEDOCLE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5219	santarella-luigi-1886-09-12	{"a2": "3136"}	{"lerrcp": "A2-3136"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Santarella", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 16.41224, "lat": 41.1469, "name": "Corato", "geoid": 3178131}, "notime": null, "date-ut": "1886-09-12 20:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Santarella"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 16.41224, "lat": 41.1469, "name": "Corato", "geoid": 3178131}, "date-ut": "1886-09-12 20:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3136"}, "ids-in-sources": {"a2": "3136"}}, "raw": {"H": "21", "MN": "10", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "12", "LAT": "41N12", "LON": "17E 0", "MON": "9", "NUM": "3136", "PRO": "S", "SEC": "4", "YEA": "1886", "CITY": "CORATO"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5220	sborgi-umberto-1883-03-15	{"a2": "3137"}	{"lerrcp": "A2-3137"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Umberto", "family": "Sborgi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LI", "c3": null, "cy": "IT", "lg": 10.52401, "lat": 43.31283, "name": "Cecina", "geoid": 3179235}, "notime": null, "date-ut": "1883-03-15 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Umberto", "family": "Sborgi"}, "birth": {"place": {"c2": "LI", "cy": "IT", "lg": 10.52401, "lat": 43.31283, "name": "Cecina", "geoid": 3179235}, "date-ut": "1883-03-15 03:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3137"}, "ids-in-sources": {"a2": "3137"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "LI", "COU": "I", "DAY": "15", "LAT": "43N36", "LON": "9E30", "MON": "3", "NUM": "3137", "PRO": "S", "SEC": "4", "YEA": "1883", "CITY": "CECINA"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5221	sbrana-francesco-1891-06-10	{"a2": "3138"}	{"lerrcp": "A2-3138"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Sbrana", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LI", "c3": null, "cy": "IT", "lg": 10.31462, "lat": 42.81152, "name": "Portoferraio", "geoid": 3170094}, "notime": null, "date-ut": "1891-06-10 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Sbrana"}, "birth": {"place": {"c2": "LI", "cy": "IT", "lg": 10.31462, "lat": 42.81152, "name": "Portoferraio", "geoid": 3170094}, "date-ut": "1891-06-10 00:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3138"}, "ids-in-sources": {"a2": "3138"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "LI", "COU": "I", "DAY": "10", "LAT": "43N36", "LON": "9E30", "MON": "6", "NUM": "3138", "PRO": "S", "SEC": "4", "YEA": "1891", "CITY": "PORTOFERRAIO"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5222	scarin-emilio-1904-12-30	{"a2": "3139"}	{"lerrcp": "A2-3139"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emilio", "family": "Scarin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.24222, "lat": 46.06194, "name": "Udine", "geoid": 3165072}, "notime": null, "date-ut": "1904-12-30 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Emilio", "family": "Scarin"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.24222, "lat": 46.06194, "name": "Udine", "geoid": 3165072}, "date-ut": "1904-12-30 10:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3139"}, "ids-in-sources": {"a2": "3139"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "30", "LAT": "46N 0", "LON": "13E30", "MON": "12", "NUM": "3139", "PRO": "S", "SEC": "0", "YEA": "1904", "CITY": "UDINE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5223	scarpa-oscar-1876-01-11	{"a2": "3140"}	{"lerrcp": "A2-3140"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oscar", "family": "Scarpa", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "notime": null, "date-ut": "1876-01-11 14:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Oscar", "family": "Scarpa"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "date-ut": "1876-01-11 14:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3140"}, "ids-in-sources": {"a2": "3140"}}, "raw": {"H": "15", "MN": "10", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "11", "LAT": "45N30", "LON": "12E30", "MON": "1", "NUM": "3140", "PRO": "S", "SEC": "4", "YEA": "1876", "CITY": "VENEZIA"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5224	scortecci-giuseppe-1898-11-02	{"a2": "3141"}	{"lerrcp": "A2-3141"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Scortecci", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1898-11-02 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Scortecci"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1898-11-02 09:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3141"}, "ids-in-sources": {"a2": "3141"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "2", "LAT": "43N42", "LON": "11E30", "MON": "11", "NUM": "3141", "PRO": "S", "SEC": "0", "YEA": "1898", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5225	scorza-gaetano-1876-09-29	{"a2": "3142"}	{"lerrcp": "A2-3142"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaetano", "family": "Scorza", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CS", "c3": null, "cy": "IT", "lg": 16.5, "lat": 39.3, "name": "MARANO CALABRO", "geoid": 0}, "notime": null, "date-ut": "1876-09-29 16:12:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Gaetano", "family": "Scorza"}, "birth": {"place": {"c2": "CS", "cy": "IT", "lg": 16.5, "lat": 39.3, "name": "MARANO CALABRO", "geoid": 0}, "date-ut": "1876-09-29 16:12:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3142"}, "ids-in-sources": {"a2": "3142"}}, "raw": {"H": "17", "MN": "12", "TZ": "-1", "COD": "CS", "COU": "I", "DAY": "29", "LAT": "39N18", "LON": "16E30", "MON": "9", "NUM": "3142", "PRO": "S", "SEC": "4", "YEA": "1876", "CITY": "MARANO CALABRO"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5226	segre-beniamino-1903-02-16	{"a2": "3143"}	{"lerrcp": "A2-3143"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Beniamino", "family": "Segre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1903-02-16 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Beniamino", "family": "Segre"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1903-02-16 00:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3143"}, "ids-in-sources": {"a2": "3143"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "16", "LAT": "45N 0", "LON": "8E 0", "MON": "2", "NUM": "3143", "PRO": "S", "SEC": "0", "YEA": "1903", "CITY": "TORINO"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5227	segre-emilio-1905-02-01	{"a2": "3144"}	{"lerrcp": "A2-3144"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emilio", "family": "Segre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "TIVOLI", "geoid": 0}, "notime": null, "date-ut": "1905-02-01 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Emilio", "family": "Segre"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "TIVOLI", "geoid": 0}, "date-ut": "1905-02-01 11:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3144"}, "ids-in-sources": {"a2": "3144"}}, "raw": {"H": "12", "MN": "0", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "1", "LAT": "45N 0", "LON": "12E15", "MON": "2", "NUM": "3144", "PRO": "S", "SEC": "0", "YEA": "1905", "CITY": "TIVOLI"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5228	sernagiotto-emilio-1889-08-29	{"a2": "3145"}	{"lerrcp": "A2-3145"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emilio", "family": "Sernagiotto", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FO", "c3": null, "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "RIMINI", "geoid": 0}, "notime": null, "date-ut": "1889-08-29 04:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Emilio", "family": "Sernagiotto"}, "birth": {"place": {"c2": "FO", "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "RIMINI", "geoid": 0}, "date-ut": "1889-08-29 04:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3145"}, "ids-in-sources": {"a2": "3145"}}, "raw": {"H": "5", "MN": "10", "TZ": "-1", "COD": "FO", "COU": "I", "DAY": "29", "LAT": "44N12", "LON": "12E30", "MON": "8", "NUM": "3145", "PRO": "S", "SEC": "4", "YEA": "1889", "CITY": "RIMINI"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5229	serono-cesare-1871-10-19	{"a2": "3146"}	{"lerrcp": "A2-3146"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cesare", "family": "Serono", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1871-10-19 08:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Cesare", "family": "Serono"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1871-10-19 08:40:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3146"}, "ids-in-sources": {"a2": "3146"}}, "raw": {"H": "9", "MN": "40", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "19", "LAT": "45N 0", "LON": "8E 0", "MON": "10", "NUM": "3146", "PRO": "S", "SEC": "4", "YEA": "1871", "CITY": "TORINO"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5230	sestini-aldo-1904-08-11	{"a2": "3147"}	{"lerrcp": "A2-3147"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Sestini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1904-08-11 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Aldo", "family": "Sestini"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1904-08-11 04:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3147"}, "ids-in-sources": {"a2": "3147"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "11", "LAT": "43N42", "LON": "11E30", "MON": "8", "NUM": "3147", "PRO": "S", "SEC": "0", "YEA": "1904", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5231	severi-francesco-1879-04-13	{"a2": "3148"}	{"lerrcp": "A2-3148"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Severi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AR", "c3": null, "cy": "IT", "lg": 11.88261, "lat": 43.46734, "name": "Arezzo", "geoid": 3182884}, "notime": null, "date-ut": "1879-04-13 19:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Severi"}, "birth": {"place": {"c2": "AR", "cy": "IT", "lg": 11.88261, "lat": 43.46734, "name": "Arezzo", "geoid": 3182884}, "date-ut": "1879-04-13 19:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3148"}, "ids-in-sources": {"a2": "3148"}}, "raw": {"H": "20", "MN": "10", "TZ": "-1", "COD": "AR", "COU": "I", "DAY": "13", "LAT": "43N30", "LON": "12E 0", "MON": "4", "NUM": "3148", "PRO": "S", "SEC": "4", "YEA": "1879", "CITY": "AREZZO"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5232	sibilia-cesare-1895-11-29	{"a2": "3149"}	{"lerrcp": "A2-3149"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cesare", "family": "Sibilia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1895-11-29 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Cesare", "family": "Sibilia"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1895-11-29 14:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3149"}, "ids-in-sources": {"a2": "3149"}}, "raw": {"H": "15", "MN": "30", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "29", "LAT": "45N 0", "LON": "8E 0", "MON": "11", "NUM": "3149", "PRO": "S", "SEC": "0", "YEA": "1895", "CITY": "TORINO"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5233	sibirani-filippo-1880-02-04	{"a2": "3150"}	{"lerrcp": "A2-3150"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Filippo", "family": "Sibirani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11, "lat": 44.5, "name": "SANT AGATA BOLO", "geoid": 0}, "notime": null, "date-ut": "1880-02-04 11:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Filippo", "family": "Sibirani"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11, "lat": 44.5, "name": "SANT AGATA BOLO", "geoid": 0}, "date-ut": "1880-02-04 11:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3150"}, "ids-in-sources": {"a2": "3150"}}, "raw": {"H": "12", "MN": "10", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "4", "LAT": "44N30", "LON": "11E 0", "MON": "2", "NUM": "3150", "PRO": "S", "SEC": "4", "YEA": "1880", "CITY": "SANT AGATA BOLO"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5234	silva-giovanni-1882-03-26	{"a2": "3151"}	{"lerrcp": "A2-3151"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Silva", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 8.90784, "lat": 45.59597, "name": "Legnano", "geoid": 3174921}, "notime": null, "date-ut": "1882-03-26 09:22:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Silva"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 8.90784, "lat": 45.59597, "name": "Legnano", "geoid": 3174921}, "date-ut": "1882-03-26 09:22:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3151"}, "ids-in-sources": {"a2": "3151"}}, "raw": {"H": "10", "MN": "22", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "26", "LAT": "45N30", "LON": "9E15", "MON": "3", "NUM": "3151", "PRO": "S", "SEC": "4", "YEA": "1882", "CITY": "LEGNANO"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5235	sirivich-giulio-1882-06-10	{"a2": "3152"}	{"lerrcp": "A2-3152"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giulio", "family": "Sirivich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1882-06-10 18:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Giulio", "family": "Sirivich"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1882-06-10 18:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3152"}, "ids-in-sources": {"a2": "3152"}}, "raw": {"H": "19", "MN": "10", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "10", "LAT": "45N 0", "LON": "12E15", "MON": "6", "NUM": "3152", "PRO": "S", "SEC": "4", "YEA": "1882", "CITY": "ROMA"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5236	stabilini-luigi-1896-01-25	{"a2": "3153"}	{"lerrcp": "A2-3153"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Stabilini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1896-01-25 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Stabilini"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1896-01-25 12:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3153"}, "ids-in-sources": {"a2": "3153"}}, "raw": {"H": "13", "MN": "30", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "25", "LAT": "44N30", "LON": "11E 0", "MON": "1", "NUM": "3153", "PRO": "S", "SEC": "0", "YEA": "1896", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5237	stefanini-giuseppe-1882-01-26	{"a2": "3154"}	{"lerrcp": "A2-3154"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Stefanini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1882-01-26 06:20:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Stefanini"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1882-01-26 06:20:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3154"}, "ids-in-sources": {"a2": "3154"}}, "raw": {"H": "7", "MN": "20", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "26", "LAT": "43N42", "LON": "11E30", "MON": "1", "NUM": "3154", "PRO": "S", "SEC": "4", "YEA": "1882", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5238	stella-augusto-1863-09-25	{"a2": "3155"}	{"lerrcp": "A2-3155"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Augusto", "family": "Stella", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BS", "c3": null, "cy": "IT", "lg": 9.93036, "lat": 45.53588, "name": "Chiari", "geoid": 3178850}, "notime": null, "date-ut": "1863-09-25 00:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Augusto", "family": "Stella"}, "birth": {"place": {"c2": "BS", "cy": "IT", "lg": 9.93036, "lat": 45.53588, "name": "Chiari", "geoid": 3178850}, "date-ut": "1863-09-25 00:16"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3155"}, "ids-in-sources": {"a2": "3155"}}, "raw": {"H": "1", "MN": "16", "TZ": "-1", "COD": "BS", "COU": "I", "DAY": "25", "LAT": "45N30", "LON": "11E 0", "MON": "9", "NUM": "3155", "PRO": "S", "SEC": "0", "YEA": "1863", "CITY": "CHIARI"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5239	strazzeri-vittorio-1874-07-02	{"a2": "3156"}	{"lerrcp": "A2-3156"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vittorio", "family": "Strazzeri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CL", "c3": null, "cy": "IT", "lg": 14.23068, "lat": 37.08034, "name": "Gela", "geoid": 2524653}, "notime": null, "date-ut": "1874-07-02 13:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Vittorio", "family": "Strazzeri"}, "birth": {"place": {"c2": "CL", "cy": "IT", "lg": 14.23068, "lat": 37.08034, "name": "Gela", "geoid": 2524653}, "date-ut": "1874-07-02 13:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3156"}, "ids-in-sources": {"a2": "3156"}}, "raw": {"H": "14", "MN": "10", "TZ": "-1", "COD": "CL", "COU": "I", "DAY": "2", "LAT": "37N30", "LON": "14E 0", "MON": "7", "NUM": "3156", "PRO": "S", "SEC": "4", "YEA": "1874", "CITY": "GELA"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5240	suali-luigi-1881-09-29	{"a2": "3157"}	{"lerrcp": "A2-3157"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Suali", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1881-09-29 20:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Suali"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1881-09-29 20:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3157"}, "ids-in-sources": {"a2": "3157"}}, "raw": {"H": "21", "MN": "10", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "29", "LAT": "44N30", "LON": "11E 0", "MON": "9", "NUM": "3157", "PRO": "S", "SEC": "4", "YEA": "1881", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5241	supino-giulio-1898-10-08	{"a2": "3158"}	{"lerrcp": "A2-3158"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giulio", "family": "Supino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1898-10-08 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Giulio", "family": "Supino"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1898-10-08 01:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3158"}, "ids-in-sources": {"a2": "3158"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "8", "LAT": "43N42", "LON": "11E30", "MON": "10", "NUM": "3158", "PRO": "S", "SEC": "0", "YEA": "1898", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5242	tenani-mario-1886-11-09	{"a2": "3159"}	{"lerrcp": "A2-3159"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Tenani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FE", "c3": null, "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "notime": null, "date-ut": "1886-11-09 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Tenani"}, "birth": {"place": {"c2": "FE", "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "date-ut": "1886-11-09 07:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3159"}, "ids-in-sources": {"a2": "3159"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "FE", "COU": "I", "DAY": "9", "LAT": "44N42", "LON": "12E30", "MON": "11", "NUM": "3159", "PRO": "S", "SEC": "4", "YEA": "1886", "CITY": "FERRARA"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5243	tessarotto-mario-1902-08-23	{"a2": "3160"}	{"lerrcp": "A2-3160"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Tessarotto", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.11972, "lat": 45.43, "name": "Mira", "geoid": 3173385}, "notime": null, "date-ut": "1902-08-23 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Tessarotto"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.11972, "lat": 45.43, "name": "Mira", "geoid": 3173385}, "date-ut": "1902-08-23 04:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3160"}, "ids-in-sources": {"a2": "3160"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "23", "LAT": "45N30", "LON": "12E30", "MON": "8", "NUM": "3160", "PRO": "S", "SEC": "0", "YEA": "1902", "CITY": "MIRA"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5244	testi-gino-1892-07-03	{"a2": "3161"}	{"lerrcp": "A2-3161"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gino", "family": "Testi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CZ", "c3": null, "cy": "IT", "lg": 16.5987, "lat": 38.89079, "name": "Catanzaro", "geoid": 2525059}, "notime": null, "date-ut": "1892-07-03 22:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Gino", "family": "Testi"}, "birth": {"place": {"c2": "CZ", "cy": "IT", "lg": 16.5987, "lat": 38.89079, "name": "Catanzaro", "geoid": 2525059}, "date-ut": "1892-07-03 22:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3161"}, "ids-in-sources": {"a2": "3161"}}, "raw": {"H": "23", "MN": "10", "TZ": "-1", "COD": "CZ", "COU": "I", "DAY": "3", "LAT": "39N 0", "LON": "17E30", "MON": "7", "NUM": "3161", "PRO": "S", "SEC": "4", "YEA": "1892", "CITY": "CATANZARO"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5245	tieri-laureto-1879-02-24	{"a2": "3162"}	{"lerrcp": "A2-3162"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Laureto", "family": "Tieri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PE", "c3": null, "cy": "IT", "lg": 13.9601, "lat": 42.21814, "name": "Bolognano", "geoid": 3181924}, "notime": null, "date-ut": "1879-02-24 13:26:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Laureto", "family": "Tieri"}, "birth": {"place": {"c2": "PE", "cy": "IT", "lg": 13.9601, "lat": 42.21814, "name": "Bolognano", "geoid": 3181924}, "date-ut": "1879-02-24 13:26:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3162"}, "ids-in-sources": {"a2": "3162"}}, "raw": {"H": "14", "MN": "26", "TZ": "-1", "COD": "PE", "COU": "I", "DAY": "24", "LAT": "42N24", "LON": "14E30", "MON": "2", "NUM": "3162", "PRO": "S", "SEC": "4", "YEA": "1879", "CITY": "BOLOGNANO"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5246	timpanaro-sebastiano-1888-01-20	{"a2": "3163"}	{"lerrcp": "A2-3163"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sebastiano", "family": "Timpanaro", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 15.5, "lat": 38, "name": "TONTORICI", "geoid": 0}, "notime": null, "date-ut": "1888-01-20 06:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Sebastiano", "family": "Timpanaro"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 15.5, "lat": 38, "name": "TONTORICI", "geoid": 0}, "date-ut": "1888-01-20 06:25:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3163"}, "ids-in-sources": {"a2": "3163"}}, "raw": {"H": "7", "MN": "25", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "20", "LAT": "38N 0", "LON": "15E30", "MON": "1", "NUM": "3163", "PRO": "S", "SEC": "4", "YEA": "1888", "CITY": "TONTORICI"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5247	todaro-francesco-1864-02-17	{"a2": "3164"}	{"lerrcp": "A2-3164"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Todaro", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CZ", "c3": null, "cy": "IT", "lg": 16.4096, "lat": 38.84009, "name": "Cortale", "geoid": 2524915}, "notime": null, "date-ut": "1864-02-17 03:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Todaro"}, "birth": {"place": {"c2": "CZ", "cy": "IT", "lg": 16.4096, "lat": 38.84009, "name": "Cortale", "geoid": 2524915}, "date-ut": "1864-02-17 03:50"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3164"}, "ids-in-sources": {"a2": "3164"}}, "raw": {"H": "4", "MN": "50", "TZ": "-1", "COD": "CZ", "COU": "I", "DAY": "17", "LAT": "39N 0", "LON": "17E30", "MON": "2", "NUM": "3164", "PRO": "S", "SEC": "0", "YEA": "1864", "CITY": "CORTALE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5248	toniolo-antonio-1881-04-07	{"a2": "3165"}	{"lerrcp": "A2-3165"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Toniolo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PI", "c3": null, "cy": "IT", "lg": 10.39659, "lat": 43.71553, "name": "Pisa", "geoid": 3170647}, "notime": null, "date-ut": "1881-04-07 02:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Toniolo"}, "birth": {"place": {"c2": "PI", "cy": "IT", "lg": 10.39659, "lat": 43.71553, "name": "Pisa", "geoid": 3170647}, "date-ut": "1881-04-07 02:40:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3165"}, "ids-in-sources": {"a2": "3165"}}, "raw": {"H": "3", "MN": "40", "TZ": "-1", "COD": "PI", "COU": "I", "DAY": "7", "LAT": "43N42", "LON": "10E30", "MON": "4", "NUM": "3165", "PRO": "S", "SEC": "4", "YEA": "1881", "CITY": "PISA"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5249	tonolo-angelo-1885-12-05	{"a2": "3166"}	{"lerrcp": "A2-3166"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Tonolo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TV", "c3": null, "cy": "IT", "lg": 12.32556, "lat": 45.59306, "name": "Casale sul Sile", "geoid": 3180197}, "notime": null, "date-ut": "1885-12-05 01:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Angelo", "family": "Tonolo"}, "birth": {"place": {"c2": "TV", "cy": "IT", "lg": 12.32556, "lat": 45.59306, "name": "Casale sul Sile", "geoid": 3180197}, "date-ut": "1885-12-05 01:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3166"}, "ids-in-sources": {"a2": "3166"}}, "raw": {"H": "2", "MN": "10", "TZ": "-1", "COD": "TV", "COU": "I", "DAY": "5", "LAT": "45N36", "LON": "12E45", "MON": "12", "NUM": "3166", "PRO": "S", "SEC": "4", "YEA": "1885", "CITY": "CASALE SUL SILE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5250	tonzig-sergio-1905-12-26	{"a2": "3167"}	{"lerrcp": "A2-3167"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sergio", "family": "Tonzig", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "notime": null, "date-ut": "1905-12-26 12:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Sergio", "family": "Tonzig"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "date-ut": "1905-12-26 12:45"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3167"}, "ids-in-sources": {"a2": "3167"}}, "raw": {"H": "13", "MN": "45", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "26", "LAT": "45N24", "LON": "12E15", "MON": "12", "NUM": "3167", "PRO": "S", "SEC": "0", "YEA": "1905", "CITY": "PADOVA"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
17896	brochand-bernard-1938-06-05	{"e1": "263"}	{"lerrcp": "E1-263"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Brochand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1938-06-05 10:30", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1938-06-05 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Brochand"}, "birth": {"tzo": "+01:00", "date": "1938-06-05 10:30", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1938-06-05 09:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "263"}}, "raw": {"H": "10:30", "COD": "06", "DAY": "05", "MON": "06", "NUM": "0263", "PRO": "EX", "YEA": "1938", "CITY": "Nice", "NAME": "BROCHAND Bernard", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
5252	toschi-1897-06-10	{"a2": "3169"}	{"lerrcp": "A2-3169"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Toschi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.63222, "lat": 44.36027, "name": "Dozza", "geoid": 3177489}, "notime": null, "date-ut": "1897-06-10 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "", "family": "Toschi"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.63222, "lat": 44.36027, "name": "Dozza", "geoid": 3177489}, "date-ut": "1897-06-10 22:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3169"}, "ids-in-sources": {"a2": "3169"}}, "raw": {"H": "23", "MN": "30", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "10", "LAT": "44N30", "LON": "11E 0", "MON": "6", "NUM": "3169", "PRO": "S", "SEC": "0", "YEA": "1897", "CITY": "DOZZA"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5253	travaglini-vilrico-1894-02-18	{"a2": "3170"}	{"lerrcp": "A2-3170"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vilrico", "family": "Travaglini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.5, "lat": 46, "name": "SESTO AL REGHEN", "geoid": 0}, "notime": null, "date-ut": "1894-02-18 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Vilrico", "family": "Travaglini"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.5, "lat": 46, "name": "SESTO AL REGHEN", "geoid": 0}, "date-ut": "1894-02-18 03:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3170"}, "ids-in-sources": {"a2": "3170"}}, "raw": {"H": "4", "MN": "30", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "18", "LAT": "46N 0", "LON": "13E30", "MON": "2", "NUM": "3170", "PRO": "S", "SEC": "0", "YEA": "1894", "CITY": "SESTO AL REGHEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5254	troccoli-antonio-1863-01-02	{"a2": "3171"}	{"lerrcp": "A2-3171"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Troccoli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 16.85118, "lat": 41.11773, "name": "Bari", "geoid": 3182351}, "notime": null, "date-ut": "1863-01-02 04:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Troccoli"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 16.85118, "lat": 41.11773, "name": "Bari", "geoid": 3182351}, "date-ut": "1863-01-02 04:52"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3171"}, "ids-in-sources": {"a2": "3171"}}, "raw": {"H": "5", "MN": "52", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "2", "LAT": "41N12", "LON": "17E 0", "MON": "1", "NUM": "3171", "PRO": "S", "SEC": "0", "YEA": "1863", "CITY": "BARI"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5255	usai-giuseppe-1880-07-13	{"a2": "3172"}	{"lerrcp": "A2-3172"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Usai", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "IT", "lg": 9.13462, "lat": 39.20738, "name": "Cagliari", "geoid": 2525473}, "notime": null, "date-ut": "1880-07-13 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Usai"}, "birth": {"place": {"c2": "CA", "cy": "IT", "lg": 9.13462, "lat": 39.20738, "name": "Cagliari", "geoid": 2525473}, "date-ut": "1880-07-13 03:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3172"}, "ids-in-sources": {"a2": "3172"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "CA", "COU": "I", "DAY": "13", "LAT": "39N24", "LON": "9E 0", "MON": "7", "NUM": "3172", "PRO": "S", "SEC": "4", "YEA": "1880", "CITY": "CAGLIARI"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5256	vaccari-lino-1873-08-23	{"a2": "3173"}	{"lerrcp": "A2-3173"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lino", "family": "Vaccari", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TV", "c3": null, "cy": "IT", "lg": 12.75, "lat": 45.6, "name": "CRESPANO DEL GR", "geoid": 0}, "notime": null, "date-ut": "1873-08-23 18:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Lino", "family": "Vaccari"}, "birth": {"place": {"c2": "TV", "cy": "IT", "lg": 12.75, "lat": 45.6, "name": "CRESPANO DEL GR", "geoid": 0}, "date-ut": "1873-08-23 18:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3173"}, "ids-in-sources": {"a2": "3173"}}, "raw": {"H": "19", "MN": "10", "TZ": "-1", "COD": "TV", "COU": "I", "DAY": "23", "LAT": "45N36", "LON": "12E45", "MON": "8", "NUM": "3173", "PRO": "S", "SEC": "4", "YEA": "1873", "CITY": "CRESPANO DEL GR"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5257	vercelli-francesco-1883-10-22	{"a2": "3174"}	{"lerrcp": "A2-3174"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Vercelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AT", "c3": null, "cy": "IT", "lg": 8.5, "lat": 44.9, "name": "VINCHIO D ASTI", "geoid": 0}, "notime": null, "date-ut": "1883-10-22 21:30:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Vercelli"}, "birth": {"place": {"c2": "AT", "cy": "IT", "lg": 8.5, "lat": 44.9, "name": "VINCHIO D ASTI", "geoid": 0}, "date-ut": "1883-10-22 21:30:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3174"}, "ids-in-sources": {"a2": "3174"}}, "raw": {"H": "22", "MN": "30", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "22", "LAT": "44N54", "LON": "8E30", "MON": "10", "NUM": "3174", "PRO": "S", "SEC": "4", "YEA": "1883", "CITY": "VINCHIO D ASTI"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5258	vianelli-silvio-1910-11-16	{"a2": "3175"}	{"lerrcp": "A2-3175"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Silvio", "family": "Vianelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "notime": null, "date-ut": "1910-11-16 22:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Silvio", "family": "Vianelli"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "date-ut": "1910-11-16 22:45"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3175"}, "ids-in-sources": {"a2": "3175"}}, "raw": {"H": "23", "MN": "45", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "16", "LAT": "44N48", "LON": "10E45", "MON": "11", "NUM": "3175", "PRO": "S", "SEC": "0", "YEA": "1910", "CITY": "PARMA"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5259	villa-mario-1907-11-01	{"a2": "3176"}	{"lerrcp": "A2-3176"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Villa", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "IT", "lg": 10.47538, "lat": 45.29858, "name": "Castel Goffredo", "geoid": 3179675}, "notime": null, "date-ut": "1907-11-01 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Villa"}, "birth": {"place": {"c2": "MN", "cy": "IT", "lg": 10.47538, "lat": 45.29858, "name": "Castel Goffredo", "geoid": 3179675}, "date-ut": "1907-11-01 21:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3176"}, "ids-in-sources": {"a2": "3176"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "MN", "COU": "I", "DAY": "1", "LAT": "45N12", "LON": "11E 0", "MON": "11", "NUM": "3176", "PRO": "S", "SEC": "0", "YEA": "1907", "CITY": "CASTEL GOFFREDO"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5260	vitali-giuseppe-1875-08-26	{"a2": "3177"}	{"lerrcp": "A2-3177"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Vitali", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 12.20111, "lat": 44.4175, "name": "Ravenna", "geoid": 3169561}, "notime": null, "date-ut": "1875-08-26 13:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Vitali"}, "birth": {"place": {"c2": "RA", "cy": "IT", "lg": 12.20111, "lat": 44.4175, "name": "Ravenna", "geoid": 3169561}, "date-ut": "1875-08-26 13:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3177"}, "ids-in-sources": {"a2": "3177"}}, "raw": {"H": "14", "MN": "10", "TZ": "-1", "COD": "RA", "COU": "I", "DAY": "26", "LAT": "44N24", "LON": "12E15", "MON": "8", "NUM": "3177", "PRO": "S", "SEC": "4", "YEA": "1875", "CITY": "RAVENNA"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5261	zucchini-dino-1881-07-21	{"a2": "3178"}	{"lerrcp": "A2-3178"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dino", "family": "Zucchini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1881-07-21 18:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Dino", "family": "Zucchini"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1881-07-21 18:25:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3178"}, "ids-in-sources": {"a2": "3178"}}, "raw": {"H": "19", "MN": "25", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "21", "LAT": "44N30", "LON": "11E 0", "MON": "7", "NUM": "3178", "PRO": "S", "SEC": "4", "YEA": "1881", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5262	zunini-giorgio-1903-05-07	{"a2": "3179"}	{"lerrcp": "A2-3179"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giorgio", "family": "Zunini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SP", "c3": null, "cy": "IT", "lg": 9.84339, "lat": 44.11054, "name": "La Spezia", "geoid": 3175081}, "notime": null, "date-ut": "1903-05-07 14:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Giorgio", "family": "Zunini"}, "birth": {"place": {"c2": "SP", "cy": "IT", "lg": 9.84339, "lat": 44.11054, "name": "La Spezia", "geoid": 3175081}, "date-ut": "1903-05-07 14:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3179"}, "ids-in-sources": {"a2": "3179"}}, "raw": {"H": "15", "MN": "40", "TZ": "-1", "COD": "SP", "COU": "I", "DAY": "7", "LAT": "44N 0", "LON": "10E15", "MON": "5", "NUM": "3179", "PRO": "S", "SEC": "0", "YEA": "1903", "CITY": "LA SPEZIA"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5263	albers-herbert-1908-06-02	{"a2": "3180"}	{"lerrcp": "A2-3180"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Herbert", "family": "Albers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "WILHELMSHAVEN", "geoid": 0}, "notime": null, "date-ut": "1908-06-02 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Herbert", "family": "Albers"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "WILHELMSHAVEN", "geoid": 0}, "date-ut": "1908-06-02 05:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3180"}, "ids-in-sources": {"a2": "3180"}}, "raw": {"H": "6", "MN": "30", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "2", "LAT": "52N 0", "LON": "10E 0", "MON": "6", "NUM": "3180", "PRO": "S", "SEC": "0", "YEA": "1908", "CITY": "WILHELMSHAVEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5264	albert-robert-1869-03-11	{"a2": "3181"}	{"lerrcp": "A2-3181"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Albert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "WIESBADEN BIEBR", "geoid": 0}, "notime": null, "date-ut": "1869-03-11 11:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Albert"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "WIESBADEN BIEBR", "geoid": 0}, "date-ut": "1869-03-11 11:23"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3181"}, "ids-in-sources": {"a2": "3181"}}, "raw": {"H": "12", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "11", "LAT": "50N30", "LON": "9E15", "MON": "3", "NUM": "3181", "PRO": "S", "SEC": "0", "YEA": "1869", "CITY": "WIESBADEN BIEBR"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5265	alten-fritz-1896-10-24	{"a2": "3182"}	{"lerrcp": "A2-3182"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Alten", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "HOHENBOSTEL/DEI", "geoid": 0}, "notime": null, "date-ut": "1896-10-24 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Fritz", "family": "Alten"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "HOHENBOSTEL/DEI", "geoid": 0}, "date-ut": "1896-10-24 17:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3182"}, "ids-in-sources": {"a2": "3182"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "24", "LAT": "52N 0", "LON": "10E 0", "MON": "10", "NUM": "3182", "PRO": "S", "SEC": "0", "YEA": "1896", "CITY": "HOHENBOSTEL/DEI"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5266	amelung-walther-1894-04-04	{"a2": "3183"}	{"lerrcp": "A2-3183"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walther", "family": "Amelung", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "KONIGSTEIN/TAUN", "geoid": 0}, "notime": null, "date-ut": "1894-04-04 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Walther", "family": "Amelung"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "KONIGSTEIN/TAUN", "geoid": 0}, "date-ut": "1894-04-04 13:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3183"}, "ids-in-sources": {"a2": "3183"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "4", "LAT": "50N30", "LON": "9E15", "MON": "4", "NUM": "3183", "PRO": "S", "SEC": "0", "YEA": "1894", "CITY": "KONIGSTEIN/TAUN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5267	andree-karl-1880-03-10	{"a2": "3184"}	{"lerrcp": "A2-3184"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Andree", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "BAD MUNDER A DE", "geoid": 0}, "notime": null, "date-ut": "1880-03-10 05:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Andree"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "BAD MUNDER A DE", "geoid": 0}, "date-ut": "1880-03-10 05:50"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3184"}, "ids-in-sources": {"a2": "3184"}}, "raw": {"H": "6", "MN": "50", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "10", "LAT": "52N 0", "LON": "10E 0", "MON": "3", "NUM": "3184", "PRO": "S", "SEC": "0", "YEA": "1880", "CITY": "BAD MUNDER A DE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5268	anselmino-karl-1900-09-15	{"a2": "3185"}	{"lerrcp": "A2-3185"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Anselmino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "HENNEF/SIEG", "geoid": 0}, "notime": null, "date-ut": "1900-09-15 20:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Anselmino"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "HENNEF/SIEG", "geoid": 0}, "date-ut": "1900-09-15 20:45"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3185"}, "ids-in-sources": {"a2": "3185"}}, "raw": {"H": "21", "MN": "45", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "15", "LAT": "51N30", "LON": "7E30", "MON": "9", "NUM": "3185", "PRO": "S", "SEC": "0", "YEA": "1900", "CITY": "HENNEF/SIEG"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5269	archenhold-friedrich-1861-10-02	{"a2": "3186"}	{"lerrcp": "A2-3186"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Archenhold", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "LICHTENAU", "geoid": 0}, "notime": null, "date-ut": "1861-10-02 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Archenhold"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "LICHTENAU", "geoid": 0}, "date-ut": "1861-10-02 18:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3186"}, "ids-in-sources": {"a2": "3186"}}, "raw": {"H": "19", "MN": "30", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "2", "LAT": "51N50", "LON": "7E30", "MON": "10", "NUM": "3186", "PRO": "S", "SEC": "0", "YEA": "1861", "CITY": "LICHTENAU"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5270	arend-heinrich-1912-06-13	{"a2": "3187"}	{"lerrcp": "A2-3187"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Arend", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "notime": null, "date-ut": "1912-06-13 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Arend"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "date-ut": "1912-06-13 00:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3187"}, "ids-in-sources": {"a2": "3187"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "13", "LAT": "51N30", "LON": "7E30", "MON": "6", "NUM": "3187", "PRO": "S", "SEC": "0", "YEA": "1912", "CITY": "DUSSELDORF"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5271	asthower-fritz-1835-12-21	{"a2": "3188"}	{"lerrcp": "A2-3188"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Asthöwer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "notime": null, "date-ut": "1835-12-21 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Fritz", "family": "Asthöwer"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "date-ut": "1835-12-21 14:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3188"}, "ids-in-sources": {"a2": "3188"}}, "raw": {"H": "15", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "21", "LAT": "51N30", "LON": "7E30", "MON": "12", "NUM": "3188", "PRO": "S", "SEC": "0", "YEA": "1835", "CITY": "KOLN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5272	aumann-geor-1906-11-11	{"a2": "3189"}	{"lerrcp": "A2-3189"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Geor", "family": "Aumann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1906-11-11 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Geor", "family": "Aumann"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1906-11-11 01:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3189"}, "ids-in-sources": {"a2": "3189"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "11", "LAT": "49N 0", "LON": "11E30", "MON": "11", "NUM": "3189", "PRO": "S", "SEC": "0", "YEA": "1906", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5273	auwers-otto-1895-07-01	{"a2": "3190"}	{"lerrcp": "A2-3190"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Auwers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "notime": null, "date-ut": "1895-07-01 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Auwers"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "date-ut": "1895-07-01 20:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3190"}, "ids-in-sources": {"a2": "3190"}}, "raw": {"H": "21", "MN": "0", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "1", "LAT": "48N30", "LON": "9E 0", "MON": "7", "NUM": "3190", "PRO": "S", "SEC": "0", "YEA": "1895", "CITY": "HEIDELBERG"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5274	baer-christian-1881-08-26	{"a2": "3191"}	{"lerrcp": "A2-3191"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Baer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1881-08-26 13:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Christian", "family": "Baer"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1881-08-26 13:14"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3191"}, "ids-in-sources": {"a2": "3191"}}, "raw": {"H": "14", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "26", "LAT": "49N 0", "LON": "11E30", "MON": "8", "NUM": "3191", "PRO": "S", "SEC": "0", "YEA": "1881", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5275	bagge-erich-1912-05-30	{"a2": "3192"}	{"lerrcp": "A2-3192"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erich", "family": "Bagge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NEUSTADT/COBURG", "geoid": 0}, "notime": null, "date-ut": "1912-05-30 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Erich", "family": "Bagge"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NEUSTADT/COBURG", "geoid": 0}, "date-ut": "1912-05-30 17:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3192"}, "ids-in-sources": {"a2": "3192"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "30", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "3192", "PRO": "S", "SEC": "0", "YEA": "1912", "CITY": "NEUSTADT/COBURG"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5276	bamann-eugen-1900-01-16	{"a2": "3193"}	{"lerrcp": "A2-3193"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugen", "family": "Bamann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "GUNDELFINGEN", "geoid": 0}, "notime": null, "date-ut": "1900-01-16 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Eugen", "family": "Bamann"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "GUNDELFINGEN", "geoid": 0}, "date-ut": "1900-01-16 07:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3193"}, "ids-in-sources": {"a2": "3193"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "16", "LAT": "49N 0", "LON": "11E30", "MON": "1", "NUM": "3193", "PRO": "S", "SEC": "0", "YEA": "1900", "CITY": "GUNDELFINGEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5277	banse-ewald-1883-05-23	{"a2": "3194"}	{"lerrcp": "A2-3194"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ewald", "family": "Banse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "notime": null, "date-ut": "1883-05-23 22:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Ewald", "family": "Banse"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "date-ut": "1883-05-23 22:50"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3194"}, "ids-in-sources": {"a2": "3194"}}, "raw": {"H": "23", "MN": "50", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "23", "LAT": "52N 0", "LON": "10E 0", "MON": "5", "NUM": "3194", "PRO": "S", "SEC": "0", "YEA": "1883", "CITY": "BRAUNSCHWEIG"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5278	bar-richard-1892-09-11	{"a2": "3195"}	{"lerrcp": "A2-3195"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Bär", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHW", "c3": null, "cy": "CH", "lg": 7.58333, "lat": 47.55, "name": "BASEL", "geoid": 0}, "notime": null, "date-ut": "1892-09-11 07:30:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Bär"}, "birth": {"place": {"c2": "SCHW", "cy": "CH", "lg": 7.58333, "lat": 47.55, "name": "BASEL", "geoid": 0}, "date-ut": "1892-09-11 07:30:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3195"}, "ids-in-sources": {"a2": "3195"}}, "raw": {"H": "8", "MN": "30", "TZ": "-1", "COD": "SCHW", "COU": "S", "DAY": "11", "LAT": "47N33", "LON": "7E35", "MON": "9", "NUM": "3195", "PRO": "S", "SEC": "8", "YEA": "1892", "CITY": "BASEL"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5279	bardenheuer-peter-1888-05-08	{"a2": "3196"}	{"lerrcp": "A2-3196"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Peter", "family": "Bardenheuer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESCHWEILER", "geoid": 0}, "notime": null, "date-ut": "1888-05-08 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Peter", "family": "Bardenheuer"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESCHWEILER", "geoid": 0}, "date-ut": "1888-05-08 03:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3196"}, "ids-in-sources": {"a2": "3196"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "8", "LAT": "51N30", "LON": "7E30", "MON": "5", "NUM": "3196", "PRO": "S", "SEC": "0", "YEA": "1888", "CITY": "ESCHWEILER"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5280	bartholome-ernst-1908-11-26	{"a2": "3197"}	{"lerrcp": "A2-3197"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Bartholome", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MONCHEN-GLADBAC", "geoid": 0}, "notime": null, "date-ut": "1908-11-26 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Bartholome"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MONCHEN-GLADBAC", "geoid": 0}, "date-ut": "1908-11-26 02:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3197"}, "ids-in-sources": {"a2": "3197"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "26", "LAT": "51N30", "LON": "7E30", "MON": "11", "NUM": "3197", "PRO": "S", "SEC": "0", "YEA": "1908", "CITY": "MONCHEN-GLADBAC"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5281	bauer-hugo-1883-05-29	{"a2": "3198"}	{"lerrcp": "A2-3198"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hugo", "family": "Bauer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1883-05-29 00:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Hugo", "family": "Bauer"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1883-05-29 00:53"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3198"}, "ids-in-sources": {"a2": "3198"}}, "raw": {"H": "1", "MN": "53", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "29", "LAT": "50N30", "LON": "9E15", "MON": "5", "NUM": "3198", "PRO": "S", "SEC": "0", "YEA": "1883", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5282	baukloh-walter-1904-05-04	{"a2": "3199"}	{"lerrcp": "A2-3199"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Baukloh", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "ISERLOHN", "geoid": 0}, "notime": null, "date-ut": "1904-05-04 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Baukloh"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "ISERLOHN", "geoid": 0}, "date-ut": "1904-05-04 13:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3199"}, "ids-in-sources": {"a2": "3199"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "4", "LAT": "51N50", "LON": "7E30", "MON": "5", "NUM": "3199", "PRO": "S", "SEC": "0", "YEA": "1904", "CITY": "ISERLOHN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5283	baur-franz-1887-02-14	{"a2": "3200"}	{"lerrcp": "A2-3200"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Baur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1887-02-14 14:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Franz", "family": "Baur"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1887-02-14 14:14"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3200"}, "ids-in-sources": {"a2": "3200"}}, "raw": {"H": "15", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "14", "LAT": "49N 0", "LON": "11E30", "MON": "2", "NUM": "3200", "PRO": "S", "SEC": "0", "YEA": "1887", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5284	bechert-karl-1901-08-23	{"a2": "3201"}	{"lerrcp": "A2-3201"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Bechert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "notime": null, "date-ut": "1901-08-23 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Bechert"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "date-ut": "1901-08-23 07:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3201"}, "ids-in-sources": {"a2": "3201"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "23", "LAT": "49N 0", "LON": "11E30", "MON": "8", "NUM": "3201", "PRO": "S", "SEC": "0", "YEA": "1901", "CITY": "NURNBERG"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5285	bechmann-rudolf-1902-07-22	{"a2": "3202"}	{"lerrcp": "A2-3202"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rudolf", "family": "Bechmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "notime": null, "date-ut": "1902-07-22 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Rudolf", "family": "Bechmann"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "date-ut": "1902-07-22 05:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3202"}, "ids-in-sources": {"a2": "3202"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "22", "LAT": "49N 0", "LON": "11E30", "MON": "7", "NUM": "3202", "PRO": "S", "SEC": "0", "YEA": "1902", "CITY": "NURNBERG"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5286	becker-1907-07-03	{"a2": "3203"}	{"lerrcp": "A2-3203"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Becker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "MUNSTER", "geoid": 0}, "notime": null, "date-ut": "1907-07-03 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "", "family": "Becker"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "MUNSTER", "geoid": 0}, "date-ut": "1907-07-03 19:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3203"}, "ids-in-sources": {"a2": "3203"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "3", "LAT": "51N50", "LON": "7E30", "MON": "7", "NUM": "3203", "PRO": "S", "SEC": "0", "YEA": "1907", "CITY": "MUNSTER"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5287	becker-friedrich-1900-06-12	{"a2": "3204"}	{"lerrcp": "A2-3204"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Becker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "MUNSTER", "geoid": 0}, "notime": null, "date-ut": "1900-06-12 20:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Becker"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "MUNSTER", "geoid": 0}, "date-ut": "1900-06-12 20:45"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3204"}, "ids-in-sources": {"a2": "3204"}}, "raw": {"H": "21", "MN": "45", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "12", "LAT": "51N50", "LON": "7E30", "MON": "6", "NUM": "3204", "PRO": "S", "SEC": "0", "YEA": "1900", "CITY": "MUNSTER"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5288	behrmann-walter-1882-05-22	{"a2": "3205"}	{"lerrcp": "A2-3205"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Behrmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "OLDENBURG", "geoid": 0}, "notime": null, "date-ut": "1882-05-22 18:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Behrmann"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "OLDENBURG", "geoid": 0}, "date-ut": "1882-05-22 18:50"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3205"}, "ids-in-sources": {"a2": "3205"}}, "raw": {"H": "19", "MN": "50", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "22", "LAT": "52N 0", "LON": "10E 0", "MON": "5", "NUM": "3205", "PRO": "S", "SEC": "0", "YEA": "1882", "CITY": "OLDENBURG"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5289	beischer-dietrich-1908-12-10	{"a2": "3206"}	{"lerrcp": "A2-3206"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dietrich", "family": "Beischer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "RAVENSBURG", "geoid": 0}, "notime": null, "date-ut": "1908-12-10 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Dietrich", "family": "Beischer"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "RAVENSBURG", "geoid": 0}, "date-ut": "1908-12-10 08:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3206"}, "ids-in-sources": {"a2": "3206"}}, "raw": {"H": "9", "MN": "30", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "10", "LAT": "48N45", "LON": "9E13", "MON": "12", "NUM": "3206", "PRO": "S", "SEC": "0", "YEA": "1908", "CITY": "RAVENSBURG"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5290	bentz-alfred-1897-07-26	{"a2": "3207"}	{"lerrcp": "A2-3207"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Bentz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDENHEIM/BREN", "geoid": 0}, "notime": null, "date-ut": "1897-07-26 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Bentz"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDENHEIM/BREN", "geoid": 0}, "date-ut": "1897-07-26 16:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3207"}, "ids-in-sources": {"a2": "3207"}}, "raw": {"H": "17", "MN": "30", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "26", "LAT": "48N30", "LON": "9E 0", "MON": "7", "NUM": "3207", "PRO": "S", "SEC": "0", "YEA": "1897", "CITY": "HEIDENHEIM/BREN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5291	berckhemer-fritz-1890-05-25	{"a2": "3208"}	{"lerrcp": "A2-3208"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Berckhemer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "STUTTGART", "geoid": 0}, "notime": null, "date-ut": "1890-05-25 02:08:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Fritz", "family": "Berckhemer"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "STUTTGART", "geoid": 0}, "date-ut": "1890-05-25 02:08:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3208"}, "ids-in-sources": {"a2": "3208"}}, "raw": {"H": "3", "MN": "8", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "25", "LAT": "48N45", "LON": "9E13", "MON": "5", "NUM": "3208", "PRO": "S", "SEC": "8", "YEA": "1890", "CITY": "STUTTGART"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5292	berg-hellmut-1908-11-02	{"a2": "3209"}	{"lerrcp": "A2-3209"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hellmut", "family": "Berg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADEN", "c3": null, "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "BRETTEN", "geoid": 0}, "notime": null, "date-ut": "1908-11-02 11:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Hellmut", "family": "Berg"}, "birth": {"place": {"c2": "BADEN", "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "BRETTEN", "geoid": 0}, "date-ut": "1908-11-02 11:15"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3209"}, "ids-in-sources": {"a2": "3209"}}, "raw": {"H": "12", "MN": "15", "TZ": "-1", "COD": "BADEN", "COU": "G", "DAY": "2", "LAT": "48N46", "LON": "8E14", "MON": "11", "NUM": "3209", "PRO": "S", "SEC": "0", "YEA": "1908", "CITY": "BRETTEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5293	bergmann-ludwi-1898-02-15	{"a2": "3210"}	{"lerrcp": "A2-3210"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludwi", "family": "Bergmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "WETZLAR", "geoid": 0}, "notime": null, "date-ut": "1898-02-15 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Ludwi", "family": "Bergmann"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "WETZLAR", "geoid": 0}, "date-ut": "1898-02-15 07:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3210"}, "ids-in-sources": {"a2": "3210"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "15", "LAT": "50N30", "LON": "9E15", "MON": "2", "NUM": "3210", "PRO": "S", "SEC": "0", "YEA": "1898", "CITY": "WETZLAR"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5294	bernoulli-august-1879-06-06	{"a2": "3211"}	{"lerrcp": "A2-3211"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "August", "family": "Bernoulli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHW", "c3": null, "cy": "CH", "lg": 7.58333, "lat": 47.55, "name": "BASEL", "geoid": 0}, "notime": null, "date-ut": "1879-06-06 03:00:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "August", "family": "Bernoulli"}, "birth": {"place": {"c2": "SCHW", "cy": "CH", "lg": 7.58333, "lat": 47.55, "name": "BASEL", "geoid": 0}, "date-ut": "1879-06-06 03:00:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3211"}, "ids-in-sources": {"a2": "3211"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "SCHW", "COU": "S", "DAY": "6", "LAT": "47N33", "LON": "7E35", "MON": "6", "NUM": "3211", "PRO": "S", "SEC": "8", "YEA": "1879", "CITY": "BASEL"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5295	berroth-alfred-1892-11-20	{"a2": "3212"}	{"lerrcp": "A2-3212"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Berroth", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "DORZBACH", "geoid": 0}, "notime": null, "date-ut": "1892-11-20 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Berroth"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "DORZBACH", "geoid": 0}, "date-ut": "1892-11-20 05:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3212"}, "ids-in-sources": {"a2": "3212"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "20", "LAT": "48N45", "LON": "9E13", "MON": "11", "NUM": "3212", "PRO": "S", "SEC": "0", "YEA": "1892", "CITY": "DORZBACH"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5296	berthold-rudolf-1898-05-22	{"a2": "3213"}	{"lerrcp": "A2-3213"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rudolf", "family": "Berthold", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "SUTTGART", "geoid": 0}, "notime": null, "date-ut": "1898-05-22 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Rudolf", "family": "Berthold"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "SUTTGART", "geoid": 0}, "date-ut": "1898-05-22 16:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3213"}, "ids-in-sources": {"a2": "3213"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "22", "LAT": "48N45", "LON": "9E13", "MON": "5", "NUM": "3213", "PRO": "S", "SEC": "0", "YEA": "1898", "CITY": "SUTTGART"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5297	betz-johann-1885-12-25	{"a2": "3214"}	{"lerrcp": "A2-3214"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johann", "family": "Betz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "SCHWEINFURT", "geoid": 0}, "notime": null, "date-ut": "1885-12-25 08:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Johann", "family": "Betz"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "SCHWEINFURT", "geoid": 0}, "date-ut": "1885-12-25 08:44"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3214"}, "ids-in-sources": {"a2": "3214"}}, "raw": {"H": "9", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "25", "LAT": "49N 0", "LON": "11E30", "MON": "12", "NUM": "3214", "PRO": "S", "SEC": "0", "YEA": "1885", "CITY": "SCHWEINFURT"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5298	beurlen-karl-1901-04-17	{"a2": "3215"}	{"lerrcp": "A2-3215"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Beurlen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "AALEN", "geoid": 0}, "notime": null, "date-ut": "1901-04-17 20:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Beurlen"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "AALEN", "geoid": 0}, "date-ut": "1901-04-17 20:45"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3215"}, "ids-in-sources": {"a2": "3215"}}, "raw": {"H": "21", "MN": "45", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "17", "LAT": "48N45", "LON": "9E13", "MON": "4", "NUM": "3215", "PRO": "S", "SEC": "0", "YEA": "1901", "CITY": "AALEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5299	beythien-carl-1867-01-28	{"a2": "3216"}	{"lerrcp": "A2-3216"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carl", "family": "Beythien", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "QUACKENBURCK", "geoid": 0}, "notime": null, "date-ut": "1867-01-28 23:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Carl", "family": "Beythien"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "QUACKENBURCK", "geoid": 0}, "date-ut": "1867-01-28 23:20"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3216"}, "ids-in-sources": {"a2": "3216"}}, "raw": {"H": "0", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "29", "LAT": "52N 0", "LON": "10E 0", "MON": "1", "NUM": "3216", "PRO": "S", "SEC": "0", "YEA": "1867", "CITY": "QUACKENBURCK"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5300	bieberbach-ludwi-1886-12-04	{"a2": "3217"}	{"lerrcp": "A2-3217"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludwi", "family": "Bieberbach", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "GODDELAU", "geoid": 0}, "notime": null, "date-ut": "1886-12-04 07:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Ludwi", "family": "Bieberbach"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "GODDELAU", "geoid": 0}, "date-ut": "1886-12-04 07:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3217"}, "ids-in-sources": {"a2": "3217"}}, "raw": {"H": "8", "MN": "8", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "4", "LAT": "50N30", "LON": "9E15", "MON": "12", "NUM": "3217", "PRO": "S", "SEC": "0", "YEA": "1886", "CITY": "GODDELAU"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5301	biermann-ludwi-1907-03-13	{"a2": "3218"}	{"lerrcp": "A2-3218"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludwi", "family": "Biermann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "HAMM", "geoid": 0}, "notime": null, "date-ut": "1907-03-13 04:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Ludwi", "family": "Biermann"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "HAMM", "geoid": 0}, "date-ut": "1907-03-13 04:15"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3218"}, "ids-in-sources": {"a2": "3218"}}, "raw": {"H": "5", "MN": "15", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "13", "LAT": "51N50", "LON": "7E30", "MON": "3", "NUM": "3218", "PRO": "S", "SEC": "0", "YEA": "1907", "CITY": "HAMM"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5302	binder-ludwi-1881-05-26	{"a2": "3219"}	{"lerrcp": "A2-3219"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludwi", "family": "Binder", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "INGOLSTADT", "geoid": 0}, "notime": null, "date-ut": "1881-05-26 08:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Ludwi", "family": "Binder"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "INGOLSTADT", "geoid": 0}, "date-ut": "1881-05-26 08:14"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3219"}, "ids-in-sources": {"a2": "3219"}}, "raw": {"H": "9", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "26", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "3219", "PRO": "S", "SEC": "0", "YEA": "1881", "CITY": "INGOLSTADT"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5303	birckenbach-lothar-1876-04-21	{"a2": "3220"}	{"lerrcp": "A2-3220"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lothar", "family": "Birckenbach", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "BAD KISSINGEN", "geoid": 0}, "notime": null, "date-ut": "1876-04-21 07:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Lothar", "family": "Birckenbach"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "BAD KISSINGEN", "geoid": 0}, "date-ut": "1876-04-21 07:14"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3220"}, "ids-in-sources": {"a2": "3220"}}, "raw": {"H": "8", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "21", "LAT": "49N 0", "LON": "11E30", "MON": "4", "NUM": "3220", "PRO": "S", "SEC": "0", "YEA": "1876", "CITY": "BAD KISSINGEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5304	blanckenhorn-max-1861-04-16	{"a2": "3221"}	{"lerrcp": "A2-3221"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Blanckenhorn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "SIEGEN", "geoid": 0}, "notime": null, "date-ut": "1861-04-16 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Max", "family": "Blanckenhorn"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "SIEGEN", "geoid": 0}, "date-ut": "1861-04-16 18:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3221"}, "ids-in-sources": {"a2": "3221"}}, "raw": {"H": "19", "MN": "30", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "16", "LAT": "51N50", "LON": "7E30", "MON": "4", "NUM": "3221", "PRO": "S", "SEC": "0", "YEA": "1861", "CITY": "SIEGEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5305	bleyer-benno-1885-02-16	{"a2": "3222"}	{"lerrcp": "A2-3222"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benno", "family": "Bleyer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "LINDAU", "geoid": 0}, "notime": null, "date-ut": "1885-02-16 05:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Benno", "family": "Bleyer"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "LINDAU", "geoid": 0}, "date-ut": "1885-02-16 05:14"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3222"}, "ids-in-sources": {"a2": "3222"}}, "raw": {"H": "6", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "16", "LAT": "49N 0", "LON": "11E30", "MON": "2", "NUM": "3222", "PRO": "S", "SEC": "0", "YEA": "1885", "CITY": "LINDAU"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5306	blum-ferdinand-1865-10-03	{"a2": "3223"}	{"lerrcp": "A2-3223"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Blum", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1865-10-03 12:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Blum"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1865-10-03 12:23"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3223"}, "ids-in-sources": {"a2": "3223"}}, "raw": {"H": "13", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "3", "LAT": "50N30", "LON": "9E15", "MON": "10", "NUM": "3223", "PRO": "S", "SEC": "0", "YEA": "1865", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5307	bluthgen-joachim-1912-09-04	{"a2": "3224"}	{"lerrcp": "A2-3224"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joachim", "family": "Blüthgen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "T MAGN", "c3": null, "cy": "DE", "lg": 14.63333, "lat": 51.5, "name": "WEISSWASSER/OL", "geoid": 0}, "notime": null, "date-ut": "1912-09-04 11:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Joachim", "family": "Blüthgen"}, "birth": {"place": {"c2": "T MAGN", "cy": "DE", "lg": 14.63333, "lat": 51.5, "name": "WEISSWASSER/OL", "geoid": 0}, "date-ut": "1912-09-04 11:45"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3224"}, "ids-in-sources": {"a2": "3224"}}, "raw": {"H": "12", "MN": "45", "TZ": "-1", "COD": "T MAGN", "COU": "G", "DAY": "4", "LAT": "51N30", "LON": "14E38", "MON": "9", "NUM": "3224", "PRO": "S", "SEC": "0", "YEA": "1912", "CITY": "WEISSWASSER/OL"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5308	borchers-heinz-1903-07-18	{"a2": "3225"}	{"lerrcp": "A2-3225"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinz", "family": "Borchers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "AACHEN", "geoid": 0}, "notime": null, "date-ut": "1903-07-18 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Heinz", "family": "Borchers"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "AACHEN", "geoid": 0}, "date-ut": "1903-07-18 18:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3225"}, "ids-in-sources": {"a2": "3225"}}, "raw": {"H": "19", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "18", "LAT": "51N30", "LON": "7E30", "MON": "7", "NUM": "3225", "PRO": "S", "SEC": "0", "YEA": "1903", "CITY": "AACHEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5309	borgnis-fritz-1906-12-24	{"a2": "3226"}	{"lerrcp": "A2-3226"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Borgnis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "notime": null, "date-ut": "1906-12-24 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Fritz", "family": "Borgnis"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "date-ut": "1906-12-24 03:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3226"}, "ids-in-sources": {"a2": "3226"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "24", "LAT": "48N30", "LON": "9E 0", "MON": "12", "NUM": "3226", "PRO": "S", "SEC": "0", "YEA": "1906", "CITY": "MANNHEIM"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5310	borries-bodo-1905-05-22	{"a2": "3227"}	{"lerrcp": "A2-3227"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bodo", "family": "Borries", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "HERFORD", "geoid": 0}, "notime": null, "date-ut": "1905-05-22 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Bodo", "family": "Borries"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "HERFORD", "geoid": 0}, "date-ut": "1905-05-22 20:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3227"}, "ids-in-sources": {"a2": "3227"}}, "raw": {"H": "21", "MN": "0", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "22", "LAT": "51N50", "LON": "7E30", "MON": "5", "NUM": "3227", "PRO": "S", "SEC": "0", "YEA": "1905", "CITY": "HERFORD"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5311	brauer-geor-1908-04-11	{"a2": "3228"}	{"lerrcp": "A2-3228"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Geor", "family": "Brauer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BOCHUM", "geoid": 0}, "notime": null, "date-ut": "1908-04-11 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Geor", "family": "Brauer"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BOCHUM", "geoid": 0}, "date-ut": "1908-04-11 04:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3228"}, "ids-in-sources": {"a2": "3228"}}, "raw": {"H": "5", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "11", "LAT": "51N30", "LON": "7E30", "MON": "4", "NUM": "3228", "PRO": "S", "SEC": "0", "YEA": "1908", "CITY": "BOCHUM"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5312	brauhauser-manfred-1881-04-21	{"a2": "3229"}	{"lerrcp": "A2-3229"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Manfred", "family": "Bräuhäuser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "SINDELFINGEN", "geoid": 0}, "notime": null, "date-ut": "1881-04-21 02:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Manfred", "family": "Bräuhäuser"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "SINDELFINGEN", "geoid": 0}, "date-ut": "1881-04-21 02:24"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3229"}, "ids-in-sources": {"a2": "3229"}}, "raw": {"H": "3", "MN": "24", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "21", "LAT": "48N30", "LON": "9E 0", "MON": "4", "NUM": "3229", "PRO": "S", "SEC": "0", "YEA": "1881", "CITY": "SINDELFINGEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5313	brauss-friedrich-1913-11-05	{"a2": "3230"}	{"lerrcp": "A2-3230"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Brauss", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DORTMUND", "geoid": 0}, "notime": null, "date-ut": "1913-11-05 07:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Brauss"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DORTMUND", "geoid": 0}, "date-ut": "1913-11-05 07:45"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3230"}, "ids-in-sources": {"a2": "3230"}}, "raw": {"H": "8", "MN": "45", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "5", "LAT": "51N30", "LON": "7E30", "MON": "11", "NUM": "3230", "PRO": "S", "SEC": "0", "YEA": "1913", "CITY": "DORTMUND"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5314	brecht-karl-1912-03-12	{"a2": "3231"}	{"lerrcp": "A2-3231"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Brecht", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "WIESLOCH/HEIDEL", "geoid": 0}, "notime": null, "date-ut": "1912-03-12 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Brecht"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "WIESLOCH/HEIDEL", "geoid": 0}, "date-ut": "1912-03-12 13:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3231"}, "ids-in-sources": {"a2": "3231"}}, "raw": {"H": "14", "MN": "30", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "12", "LAT": "48N30", "LON": "9E 0", "MON": "3", "NUM": "3231", "PRO": "S", "SEC": "0", "YEA": "1912", "CITY": "WIESLOCH/HEIDEL"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5315	bredereck-hellmut-1904-05-29	{"a2": "3232"}	{"lerrcp": "A2-3232"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hellmut", "family": "Bredereck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1904-05-29 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Hellmut", "family": "Bredereck"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1904-05-29 09:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3232"}, "ids-in-sources": {"a2": "3232"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "29", "LAT": "50N30", "LON": "9E15", "MON": "5", "NUM": "3232", "PRO": "S", "SEC": "0", "YEA": "1904", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5316	brenner-paul-1897-03-30	{"a2": "3233"}	{"lerrcp": "A2-3233"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Brenner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "STUTTGART", "geoid": 0}, "notime": null, "date-ut": "1897-03-30 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Brenner"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "STUTTGART", "geoid": 0}, "date-ut": "1897-03-30 22:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3233"}, "ids-in-sources": {"a2": "3233"}}, "raw": {"H": "23", "MN": "0", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "30", "LAT": "48N45", "LON": "9E13", "MON": "3", "NUM": "3233", "PRO": "S", "SEC": "0", "YEA": "1897", "CITY": "STUTTGART"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5317	breusch-friedrich-1903-10-28	{"a2": "3234"}	{"lerrcp": "A2-3234"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Breusch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "PFORZHEIM", "geoid": 0}, "notime": null, "date-ut": "1903-10-28 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Breusch"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "PFORZHEIM", "geoid": 0}, "date-ut": "1903-10-28 10:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3234"}, "ids-in-sources": {"a2": "3234"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "28", "LAT": "48N30", "LON": "9E 0", "MON": "10", "NUM": "3234", "PRO": "S", "SEC": "0", "YEA": "1903", "CITY": "PFORZHEIM"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5318	brill-rudolf-1899-09-07	{"a2": "3235"}	{"lerrcp": "A2-3235"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rudolf", "family": "Brill", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "ESCHWEGE/WERRA", "geoid": 0}, "notime": null, "date-ut": "1899-09-07 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Rudolf", "family": "Brill"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "ESCHWEGE/WERRA", "geoid": 0}, "date-ut": "1899-09-07 13:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3235"}, "ids-in-sources": {"a2": "3235"}}, "raw": {"H": "14", "MN": "30", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "7", "LAT": "50N30", "LON": "9E15", "MON": "9", "NUM": "3235", "PRO": "S", "SEC": "0", "YEA": "1899", "CITY": "ESCHWEGE/WERRA"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5319	brintzinger-herbert-1898-02-02	{"a2": "3236"}	{"lerrcp": "A2-3236"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Herbert", "family": "Brintzinger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "ESSLINGEN/NECKA", "geoid": 0}, "notime": null, "date-ut": "1898-02-02 12:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Herbert", "family": "Brintzinger"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "ESSLINGEN/NECKA", "geoid": 0}, "date-ut": "1898-02-02 12:45"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3236"}, "ids-in-sources": {"a2": "3236"}}, "raw": {"H": "13", "MN": "45", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "2", "LAT": "48N30", "LON": "9E 0", "MON": "2", "NUM": "3236", "PRO": "S", "SEC": "0", "YEA": "1898", "CITY": "ESSLINGEN/NECKA"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5320	brockmann-hans-1903-10-18	{"a2": "3237"}	{"lerrcp": "A2-3237"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Brockmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "ALTKLOSTER KR S", "geoid": 0}, "notime": null, "date-ut": "1903-10-18 17:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Brockmann"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "ALTKLOSTER KR S", "geoid": 0}, "date-ut": "1903-10-18 17:45"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3237"}, "ids-in-sources": {"a2": "3237"}}, "raw": {"H": "18", "MN": "45", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "18", "LAT": "52N 0", "LON": "10E 0", "MON": "10", "NUM": "3237", "PRO": "S", "SEC": "0", "YEA": "1903", "CITY": "ALTKLOSTER KR S"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5321	bucher-karl-1912-09-22	{"a2": "3238"}	{"lerrcp": "A2-3238"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Bucher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHW", "c3": null, "cy": "CH", "lg": 7.58333, "lat": 47.55, "name": "BASEL", "geoid": 0}, "notime": null, "date-ut": "1912-09-22 07:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Bucher"}, "birth": {"place": {"c2": "SCHW", "cy": "CH", "lg": 7.58333, "lat": 47.55, "name": "BASEL", "geoid": 0}, "date-ut": "1912-09-22 07:15"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3238"}, "ids-in-sources": {"a2": "3238"}}, "raw": {"H": "8", "MN": "15", "TZ": "-1", "COD": "SCHW", "COU": "S", "DAY": "22", "LAT": "47N33", "LON": "7E35", "MON": "9", "NUM": "3238", "PRO": "S", "SEC": "0", "YEA": "1912", "CITY": "BASEL"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5322	bunte-karl-1878-06-14	{"a2": "3239"}	{"lerrcp": "A2-3239"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Bunte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1878-06-14 23:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Bunte"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1878-06-14 23:14"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3239"}, "ids-in-sources": {"a2": "3239"}}, "raw": {"H": "0", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "15", "LAT": "49N 0", "LON": "11E30", "MON": "6", "NUM": "3239", "PRO": "S", "SEC": "0", "YEA": "1878", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5324	cauer-johannes-1899-07-07	{"a2": "3241"}	{"lerrcp": "A2-3241"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Cauer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "BAD KREUZNACH", "geoid": 0}, "notime": null, "date-ut": "1899-07-07 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Cauer"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "BAD KREUZNACH", "geoid": 0}, "date-ut": "1899-07-07 06:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3241"}, "ids-in-sources": {"a2": "3241"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "7", "LAT": "50N 0", "LON": "7E 0", "MON": "7", "NUM": "3241", "PRO": "S", "SEC": "0", "YEA": "1899", "CITY": "BAD KREUZNACH"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5325	correns-carl-1893-05-19	{"a2": "3242"}	{"lerrcp": "A2-3242"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carl", "family": "Correns", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "TUBINGEN", "geoid": 0}, "notime": null, "date-ut": "1893-05-19 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Carl", "family": "Correns"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "TUBINGEN", "geoid": 0}, "date-ut": "1893-05-19 14:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3242"}, "ids-in-sources": {"a2": "3242"}}, "raw": {"H": "15", "MN": "30", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "19", "LAT": "48N30", "LON": "9E 0", "MON": "5", "NUM": "3242", "PRO": "S", "SEC": "0", "YEA": "1893", "CITY": "TUBINGEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5326	cremer-hans-1910-02-14	{"a2": "3243"}	{"lerrcp": "A2-3243"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Cremer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "KIEL", "geoid": 0}, "notime": null, "date-ut": "1910-02-14 02:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Cremer"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "KIEL", "geoid": 0}, "date-ut": "1910-02-14 02:45"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3243"}, "ids-in-sources": {"a2": "3243"}}, "raw": {"H": "3", "MN": "45", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "14", "LAT": "54N30", "LON": "9E45", "MON": "2", "NUM": "3243", "PRO": "S", "SEC": "0", "YEA": "1910", "CITY": "KIEL"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5327	daeues-karl-1893-04-24	{"a2": "3244"}	{"lerrcp": "A2-3244"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Daeues", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "notime": null, "date-ut": "1893-04-24 07:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Daeues"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "date-ut": "1893-04-24 07:15"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3244"}, "ids-in-sources": {"a2": "3244"}}, "raw": {"H": "8", "MN": "15", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "24", "LAT": "51N30", "LON": "7E30", "MON": "4", "NUM": "3244", "PRO": "S", "SEC": "0", "YEA": "1893", "CITY": "KOLN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5328	dahr-peter-1906-04-13	{"a2": "3245"}	{"lerrcp": "A2-3245"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Peter", "family": "Dahr", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BRUHL", "geoid": 0}, "notime": null, "date-ut": "1906-04-13 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Peter", "family": "Dahr"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BRUHL", "geoid": 0}, "date-ut": "1906-04-13 15:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3245"}, "ids-in-sources": {"a2": "3245"}}, "raw": {"H": "16", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "13", "LAT": "51N30", "LON": "7E30", "MON": "4", "NUM": "3245", "PRO": "S", "SEC": "0", "YEA": "1906", "CITY": "BRUHL"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5329	dannemeyer-ferdinand-1880-08-26	{"a2": "3246"}	{"lerrcp": "A2-3246"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Dannemeyer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "KIEL GAARDEN", "geoid": 0}, "notime": null, "date-ut": "1880-08-26 15:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Dannemeyer"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "KIEL GAARDEN", "geoid": 0}, "date-ut": "1880-08-26 15:51"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3246"}, "ids-in-sources": {"a2": "3246"}}, "raw": {"H": "16", "MN": "51", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "26", "LAT": "54N30", "LON": "9E45", "MON": "8", "NUM": "3246", "PRO": "S", "SEC": "0", "YEA": "1880", "CITY": "KIEL GAARDEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5330	dessauer-friedrich-1881-07-19	{"a2": "3247"}	{"lerrcp": "A2-3247"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Dessauer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ASCHAFFENBURG", "geoid": 0}, "notime": null, "date-ut": "1881-07-19 03:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Dessauer"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ASCHAFFENBURG", "geoid": 0}, "date-ut": "1881-07-19 03:14"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3247"}, "ids-in-sources": {"a2": "3247"}}, "raw": {"H": "4", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "19", "LAT": "49N 0", "LON": "11E30", "MON": "7", "NUM": "3247", "PRO": "S", "SEC": "0", "YEA": "1881", "CITY": "ASCHAFFENBURG"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5331	dieke-gerhard-1901-08-20	{"a2": "3248"}	{"lerrcp": "A2-3248"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gerhard", "family": "Dieke", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "RHEDA", "geoid": 0}, "notime": null, "date-ut": "1901-08-20 10:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Gerhard", "family": "Dieke"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "RHEDA", "geoid": 0}, "date-ut": "1901-08-20 10:45"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3248"}, "ids-in-sources": {"a2": "3248"}}, "raw": {"H": "11", "MN": "45", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "20", "LAT": "51N50", "LON": "7E30", "MON": "8", "NUM": "3248", "PRO": "S", "SEC": "0", "YEA": "1901", "CITY": "RHEDA"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5332	diemair-willibald-1899-10-04	{"a2": "3249"}	{"lerrcp": "A2-3249"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willibald", "family": "Diemair", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1899-10-04 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Willibald", "family": "Diemair"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1899-10-04 05:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3249"}, "ids-in-sources": {"a2": "3249"}}, "raw": {"H": "6", "MN": "30", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "4", "LAT": "49N 0", "LON": "11E30", "MON": "10", "NUM": "3249", "PRO": "S", "SEC": "0", "YEA": "1899", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5333	dienst-cornelius-1900-02-13	{"a2": "3250"}	{"lerrcp": "A2-3250"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cornelius", "family": "Dienst", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FLORSHEIM/MAIN", "geoid": 0}, "notime": null, "date-ut": "1900-02-13 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Cornelius", "family": "Dienst"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FLORSHEIM/MAIN", "geoid": 0}, "date-ut": "1900-02-13 10:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3250"}, "ids-in-sources": {"a2": "3250"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "13", "LAT": "50N30", "LON": "9E15", "MON": "2", "NUM": "3250", "PRO": "S", "SEC": "0", "YEA": "1900", "CITY": "FLORSHEIM/MAIN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5334	dietzel-adolf-1902-02-03	{"a2": "3251"}	{"lerrcp": "A2-3251"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolf", "family": "Dietzel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "PFORZHEIM", "geoid": 0}, "notime": null, "date-ut": "1902-02-03 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Adolf", "family": "Dietzel"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "PFORZHEIM", "geoid": 0}, "date-ut": "1902-02-03 05:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3251"}, "ids-in-sources": {"a2": "3251"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "3", "LAT": "48N30", "LON": "9E 0", "MON": "2", "NUM": "3251", "PRO": "S", "SEC": "0", "YEA": "1902", "CITY": "PFORZHEIM"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5335	dilthey-walter-1877-03-26	{"a2": "3252"}	{"lerrcp": "A2-3252"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Dilthey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "RHEYDT", "geoid": 0}, "notime": null, "date-ut": "1877-03-26 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Dilthey"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "RHEYDT", "geoid": 0}, "date-ut": "1877-03-26 20:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3252"}, "ids-in-sources": {"a2": "3252"}}, "raw": {"H": "21", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "26", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "3252", "PRO": "S", "SEC": "0", "YEA": "1877", "CITY": "RHEYDT"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5336	dirscherl-wilhelm-1899-11-26	{"a2": "3253"}	{"lerrcp": "A2-3253"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Dirscherl", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "notime": null, "date-ut": "1899-11-26 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Dirscherl"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "date-ut": "1899-11-26 13:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3253"}, "ids-in-sources": {"a2": "3253"}}, "raw": {"H": "14", "MN": "30", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "26", "LAT": "49N 0", "LON": "11E30", "MON": "11", "NUM": "3253", "PRO": "S", "SEC": "0", "YEA": "1899", "CITY": "NURNBERG"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5337	doetsch-gustav-1892-11-29	{"a2": "3254"}	{"lerrcp": "A2-3254"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustav", "family": "Doetsch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "notime": null, "date-ut": "1892-11-29 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Gustav", "family": "Doetsch"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "date-ut": "1892-11-29 16:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3254"}, "ids-in-sources": {"a2": "3254"}}, "raw": {"H": "17", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "29", "LAT": "51N30", "LON": "7E30", "MON": "11", "NUM": "3254", "PRO": "S", "SEC": "0", "YEA": "1892", "CITY": "KOLN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5338	eck-bruno-1899-04-01	{"a2": "3255"}	{"lerrcp": "A2-3255"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Eck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BORNHEIM", "geoid": 0}, "notime": null, "date-ut": "1899-04-01 12:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Bruno", "family": "Eck"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BORNHEIM", "geoid": 0}, "date-ut": "1899-04-01 12:45"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3255"}, "ids-in-sources": {"a2": "3255"}}, "raw": {"H": "13", "MN": "45", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "1", "LAT": "51N30", "LON": "7E30", "MON": "4", "NUM": "3255", "PRO": "S", "SEC": "0", "YEA": "1899", "CITY": "BORNHEIM"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5339	eckart-gottfried-1906-05-23	{"a2": "3256"}	{"lerrcp": "A2-3256"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gottfried", "family": "Eckart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1906-05-23 16:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Gottfried", "family": "Eckart"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1906-05-23 16:15"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3256"}, "ids-in-sources": {"a2": "3256"}}, "raw": {"H": "17", "MN": "15", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "23", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "3256", "PRO": "S", "SEC": "0", "YEA": "1906", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5340	ehrenstein-maxim-1899-05-11	{"a2": "3257"}	{"lerrcp": "A2-3257"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maxim", "family": "Ehrenstein", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN THALKIR", "geoid": 0}, "notime": null, "date-ut": "1899-05-11 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Maxim", "family": "Ehrenstein"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN THALKIR", "geoid": 0}, "date-ut": "1899-05-11 21:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3257"}, "ids-in-sources": {"a2": "3257"}}, "raw": {"H": "22", "MN": "30", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "11", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "3257", "PRO": "S", "SEC": "0", "YEA": "1899", "CITY": "MUNCHEN THALKIR"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5341	eilender-walter-1880-08-12	{"a2": "3258"}	{"lerrcp": "A2-3258"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Eilender", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "notime": null, "date-ut": "1880-08-12 10:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Eilender"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "date-ut": "1880-08-12 10:45"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3258"}, "ids-in-sources": {"a2": "3258"}}, "raw": {"H": "11", "MN": "45", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "12", "LAT": "51N30", "LON": "7E30", "MON": "8", "NUM": "3258", "PRO": "S", "SEC": "0", "YEA": "1880", "CITY": "KOLN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5343	eisenbrand-joseph-1901-06-02	{"a2": "3260"}	{"lerrcp": "A2-3260"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Eisenbrand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "HOLLFELD", "geoid": 0}, "notime": null, "date-ut": "1901-06-02 14:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Eisenbrand"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "HOLLFELD", "geoid": 0}, "date-ut": "1901-06-02 14:45"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3260"}, "ids-in-sources": {"a2": "3260"}}, "raw": {"H": "15", "MN": "45", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "2", "LAT": "49N 0", "LON": "11E30", "MON": "6", "NUM": "3260", "PRO": "S", "SEC": "0", "YEA": "1901", "CITY": "HOLLFELD"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5344	eitel-wilhelm-1891-05-06	{"a2": "3261"}	{"lerrcp": "A2-3261"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Eitel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1891-05-06 00:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Eitel"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1891-05-06 00:23"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3261"}, "ids-in-sources": {"a2": "3261"}}, "raw": {"H": "1", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "6", "LAT": "50N30", "LON": "9E15", "MON": "5", "NUM": "3261", "PRO": "S", "SEC": "0", "YEA": "1891", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5345	endell-kurd-1887-02-01	{"a2": "3262"}	{"lerrcp": "A2-3262"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kurd", "family": "Endell", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "STADE", "geoid": 0}, "notime": null, "date-ut": "1887-02-01 00:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Kurd", "family": "Endell"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "STADE", "geoid": 0}, "date-ut": "1887-02-01 00:50"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3262"}, "ids-in-sources": {"a2": "3262"}}, "raw": {"H": "1", "MN": "50", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "1", "LAT": "52N 0", "LON": "10E 0", "MON": "2", "NUM": "3262", "PRO": "S", "SEC": "0", "YEA": "1887", "CITY": "STADE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5346	engesser-friedrich-1848-02-12	{"a2": "3263"}	{"lerrcp": "A2-3263"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Engesser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADEN", "c3": null, "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "WEINHEIM", "geoid": 0}, "notime": null, "date-ut": "1848-02-12 22:27:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Engesser"}, "birth": {"place": {"c2": "BADEN", "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "WEINHEIM", "geoid": 0}, "date-ut": "1848-02-12 22:27:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3263"}, "ids-in-sources": {"a2": "3263"}}, "raw": {"H": "23", "MN": "27", "TZ": "-1", "COD": "BADEN", "COU": "G", "DAY": "12", "LAT": "48N46", "LON": "8E14", "MON": "2", "NUM": "3263", "PRO": "S", "SEC": "4", "YEA": "1848", "CITY": "WEINHEIM"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5347	erdmanns-dorfler-1876-03-11	{"a2": "3264"}	{"lerrcp": "A2-3264"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dörfler", "family": "Erdmanns", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "notime": null, "date-ut": "1876-03-11 09:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Dörfler", "family": "Erdmanns"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "date-ut": "1876-03-11 09:54"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3264"}, "ids-in-sources": {"a2": "3264"}}, "raw": {"H": "10", "MN": "54", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "11", "LAT": "48N30", "LON": "9E 0", "MON": "3", "NUM": "3264", "PRO": "S", "SEC": "0", "YEA": "1876", "CITY": "HEIDELBERG"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5348	esch-werner-1878-01-09	{"a2": "3265"}	{"lerrcp": "A2-3265"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Werner", "family": "Esch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUISBURG", "geoid": 0}, "notime": null, "date-ut": "1878-01-09 16:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Werner", "family": "Esch"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUISBURG", "geoid": 0}, "date-ut": "1878-01-09 16:45"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3265"}, "ids-in-sources": {"a2": "3265"}}, "raw": {"H": "17", "MN": "45", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "9", "LAT": "51N30", "LON": "7E30", "MON": "1", "NUM": "3265", "PRO": "S", "SEC": "0", "YEA": "1878", "CITY": "DUISBURG"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5349	esser-alexander-1885-01-25	{"a2": "3266"}	{"lerrcp": "A2-3266"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexander", "family": "Esser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "notime": null, "date-ut": "1885-01-25 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Alexander", "family": "Esser"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "date-ut": "1885-01-25 07:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3266"}, "ids-in-sources": {"a2": "3266"}}, "raw": {"H": "8", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "25", "LAT": "51N30", "LON": "7E30", "MON": "1", "NUM": "3266", "PRO": "S", "SEC": "0", "YEA": "1885", "CITY": "DUSSELDORF"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5350	fichter-carl-1869-07-06	{"a2": "3267"}	{"lerrcp": "A2-3267"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carl", "family": "Fichter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHW", "c3": null, "cy": "CH", "lg": 7.58333, "lat": 47.55, "name": "BASEL", "geoid": 0}, "notime": null, "date-ut": "1869-07-06 06:29:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Carl", "family": "Fichter"}, "birth": {"place": {"c2": "SCHW", "cy": "CH", "lg": 7.58333, "lat": 47.55, "name": "BASEL", "geoid": 0}, "date-ut": "1869-07-06 06:29:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3267"}, "ids-in-sources": {"a2": "3267"}}, "raw": {"H": "7", "MN": "29", "TZ": "-1", "COD": "SCHW", "COU": "S", "DAY": "6", "LAT": "47N33", "LON": "7E35", "MON": "7", "NUM": "3267", "PRO": "S", "SEC": "40", "YEA": "1869", "CITY": "BASEL"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5351	fincke-heinrich-1879-06-30	{"a2": "3268"}	{"lerrcp": "A2-3268"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Fincke", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "NEUSS/DUSSELDOR", "geoid": 0}, "notime": null, "date-ut": "1879-06-30 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Fincke"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "NEUSS/DUSSELDOR", "geoid": 0}, "date-ut": "1879-06-30 20:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3268"}, "ids-in-sources": {"a2": "3268"}}, "raw": {"H": "21", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "30", "LAT": "51N30", "LON": "7E30", "MON": "6", "NUM": "3268", "PRO": "S", "SEC": "0", "YEA": "1879", "CITY": "NEUSS/DUSSELDOR"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5352	finkelnburg-karl-1905-06-05	{"a2": "3269"}	{"lerrcp": "A2-3269"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Finkelnburg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "notime": null, "date-ut": "1905-06-05 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Finkelnburg"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "date-ut": "1905-06-05 12:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3269"}, "ids-in-sources": {"a2": "3269"}}, "raw": {"H": "13", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "5", "LAT": "51N30", "LON": "7E30", "MON": "6", "NUM": "3269", "PRO": "S", "SEC": "0", "YEA": "1905", "CITY": "BONN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5353	finsterwalder-richard-1899-03-07	{"a2": "3270"}	{"lerrcp": "A2-3270"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Finsterwalder", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1899-03-07 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Finsterwalder"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1899-03-07 07:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3270"}, "ids-in-sources": {"a2": "3270"}}, "raw": {"H": "8", "MN": "30", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "7", "LAT": "49N 0", "LON": "11E30", "MON": "3", "NUM": "3270", "PRO": "S", "SEC": "0", "YEA": "1899", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5354	fleckenstein-albrecht-1917-05-03	{"a2": "3271"}	{"lerrcp": "A2-3271"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albrecht", "family": "Fleckenstein", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ASCHAFFENBURG", "geoid": 0}, "notime": null, "date-ut": "1917-05-03 17:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Albrecht", "family": "Fleckenstein"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ASCHAFFENBURG", "geoid": 0}, "date-ut": "1917-05-03 17:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3271"}, "ids-in-sources": {"a2": "3271"}}, "raw": {"H": "18", "MN": "30", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "3", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "3271", "PRO": "S", "SEC": "0", "YEA": "1917", "CITY": "ASCHAFFENBURG"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5355	flohn-hermann-1912-02-19	{"a2": "3272"}	{"lerrcp": "A2-3272"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Flohn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1912-02-19 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Flohn"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1912-02-19 01:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3272"}, "ids-in-sources": {"a2": "3272"}}, "raw": {"H": "2", "MN": "30", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "19", "LAT": "50N30", "LON": "9E15", "MON": "2", "NUM": "3272", "PRO": "S", "SEC": "0", "YEA": "1912", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5356	fonrobert-ewald-1887-06-25	{"a2": "3273"}	{"lerrcp": "A2-3273"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ewald", "family": "Fonrobert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DORTMUND", "geoid": 0}, "notime": null, "date-ut": "1887-06-25 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Ewald", "family": "Fonrobert"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DORTMUND", "geoid": 0}, "date-ut": "1887-06-25 08:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3273"}, "ids-in-sources": {"a2": "3273"}}, "raw": {"H": "9", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "25", "LAT": "51N30", "LON": "7E30", "MON": "6", "NUM": "3273", "PRO": "S", "SEC": "0", "YEA": "1887", "CITY": "DORTMUND"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5357	frank-manfred-1905-02-03	{"a2": "3274"}	{"lerrcp": "A2-3274"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Manfred", "family": "Frank", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "STUTTGART", "geoid": 0}, "notime": null, "date-ut": "1905-02-03 11:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Manfred", "family": "Frank"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "STUTTGART", "geoid": 0}, "date-ut": "1905-02-03 11:45"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3274"}, "ids-in-sources": {"a2": "3274"}}, "raw": {"H": "12", "MN": "45", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "3", "LAT": "48N45", "LON": "9E13", "MON": "2", "NUM": "3274", "PRO": "S", "SEC": "0", "YEA": "1905", "CITY": "STUTTGART"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5358	franke-wilhelm-1903-05-28	{"a2": "3275"}	{"lerrcp": "A2-3275"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Franke", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1903-05-28 00:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Franke"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1903-05-28 00:15"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3275"}, "ids-in-sources": {"a2": "3275"}}, "raw": {"H": "1", "MN": "15", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "28", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "3275", "PRO": "S", "SEC": "0", "YEA": "1903", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5359	franzius-otto-1877-05-30	{"a2": "3276"}	{"lerrcp": "A2-3276"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Franzius", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BREM", "c3": null, "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "notime": null, "date-ut": "1877-05-30 05:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Franzius"}, "birth": {"place": {"c2": "BREM", "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "date-ut": "1877-05-30 05:54:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3276"}, "ids-in-sources": {"a2": "3276"}}, "raw": {"H": "6", "MN": "54", "TZ": "-1", "COD": "BREM", "COU": "G", "DAY": "30", "LAT": "53N 5", "LON": "8E50", "MON": "5", "NUM": "3276", "PRO": "S", "SEC": "40", "YEA": "1877", "CITY": "BREMEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5360	freudenberg-karl-1886-01-29	{"a2": "3277"}	{"lerrcp": "A2-3277"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Freudenberg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADEN", "c3": null, "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "WEINHEIM", "geoid": 0}, "notime": null, "date-ut": "1886-01-29 11:27:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Freudenberg"}, "birth": {"place": {"c2": "BADEN", "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "WEINHEIM", "geoid": 0}, "date-ut": "1886-01-29 11:27:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3277"}, "ids-in-sources": {"a2": "3277"}}, "raw": {"H": "12", "MN": "27", "TZ": "-1", "COD": "BADEN", "COU": "G", "DAY": "29", "LAT": "48N46", "LON": "8E14", "MON": "1", "NUM": "3277", "PRO": "S", "SEC": "4", "YEA": "1886", "CITY": "WEINHEIM"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5361	fricke-otto-1895-09-06	{"a2": "3278"}	{"lerrcp": "A2-3278"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Fricke", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MONCHEN GLADBAC", "geoid": 0}, "notime": null, "date-ut": "1895-09-06 15:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Fricke"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MONCHEN GLADBAC", "geoid": 0}, "date-ut": "1895-09-06 15:15"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3278"}, "ids-in-sources": {"a2": "3278"}}, "raw": {"H": "16", "MN": "15", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "6", "LAT": "51N30", "LON": "7E30", "MON": "9", "NUM": "3278", "PRO": "S", "SEC": "0", "YEA": "1895", "CITY": "MONCHEN GLADBAC"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5362	gaber-ernst-1881-04-12	{"a2": "3279"}	{"lerrcp": "A2-3279"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Gaber", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "notime": null, "date-ut": "1881-04-12 14:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Gaber"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "date-ut": "1881-04-12 14:24"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3279"}, "ids-in-sources": {"a2": "3279"}}, "raw": {"H": "15", "MN": "24", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "12", "LAT": "48N30", "LON": "9E 0", "MON": "4", "NUM": "3279", "PRO": "S", "SEC": "0", "YEA": "1881", "CITY": "MANNHEIM"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5363	garre-bernard-1901-10-08	{"a2": "3280"}	{"lerrcp": "A2-3280"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Garre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "NORTHEIM HANNOV", "geoid": 0}, "notime": null, "date-ut": "1901-10-08 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Garre"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "NORTHEIM HANNOV", "geoid": 0}, "date-ut": "1901-10-08 15:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3280"}, "ids-in-sources": {"a2": "3280"}}, "raw": {"H": "16", "MN": "0", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "8", "LAT": "52N 0", "LON": "10E 0", "MON": "10", "NUM": "3280", "PRO": "S", "SEC": "0", "YEA": "1901", "CITY": "NORTHEIM HANNOV"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5364	gehring-hermann-1892-07-21	{"a2": "3281"}	{"lerrcp": "A2-3281"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Gehring", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "HAMELN", "geoid": 0}, "notime": null, "date-ut": "1892-07-21 09:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Gehring"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "HAMELN", "geoid": 0}, "date-ut": "1892-07-21 09:20"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3281"}, "ids-in-sources": {"a2": "3281"}}, "raw": {"H": "10", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "21", "LAT": "52N 0", "LON": "10E 0", "MON": "7", "NUM": "3281", "PRO": "S", "SEC": "0", "YEA": "1892", "CITY": "HAMELN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5365	geiger-joseph-1885-10-12	{"a2": "3282"}	{"lerrcp": "A2-3282"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Geiger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "OTTOBEUREN", "geoid": 0}, "notime": null, "date-ut": "1885-10-12 07:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Geiger"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "OTTOBEUREN", "geoid": 0}, "date-ut": "1885-10-12 07:44"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3282"}, "ids-in-sources": {"a2": "3282"}}, "raw": {"H": "8", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "12", "LAT": "49N 0", "LON": "11E30", "MON": "10", "NUM": "3282", "PRO": "S", "SEC": "0", "YEA": "1885", "CITY": "OTTOBEUREN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5366	geiger-rudolf-1894-08-24	{"a2": "3283"}	{"lerrcp": "A2-3283"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rudolf", "family": "Geiger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ERLANGEN", "geoid": 0}, "notime": null, "date-ut": "1894-08-24 00:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Rudolf", "family": "Geiger"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ERLANGEN", "geoid": 0}, "date-ut": "1894-08-24 00:15"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3283"}, "ids-in-sources": {"a2": "3283"}}, "raw": {"H": "1", "MN": "15", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "24", "LAT": "49N 0", "LON": "11E30", "MON": "8", "NUM": "3283", "PRO": "S", "SEC": "0", "YEA": "1894", "CITY": "ERLANGEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5367	gerlach-walther-1889-08-01	{"a2": "3284"}	{"lerrcp": "A2-3284"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walther", "family": "Gerlach", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "WIESBADEN BIEBR", "geoid": 0}, "notime": null, "date-ut": "1889-08-01 07:38"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Walther", "family": "Gerlach"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "WIESBADEN BIEBR", "geoid": 0}, "date-ut": "1889-08-01 07:38"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3284"}, "ids-in-sources": {"a2": "3284"}}, "raw": {"H": "8", "MN": "38", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "1", "LAT": "50N30", "LON": "9E15", "MON": "8", "NUM": "3284", "PRO": "S", "SEC": "0", "YEA": "1889", "CITY": "WIESBADEN BIEBR"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5368	gerth-arnold-1884-06-16	{"a2": "3285"}	{"lerrcp": "A2-3285"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arnold", "family": "Gerth", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1884-06-16 00:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Arnold", "family": "Gerth"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1884-06-16 00:23"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3285"}, "ids-in-sources": {"a2": "3285"}}, "raw": {"H": "1", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "16", "LAT": "50N30", "LON": "9E15", "MON": "6", "NUM": "3285", "PRO": "S", "SEC": "0", "YEA": "1884", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5369	gessner-otto-1895-08-23	{"a2": "3286"}	{"lerrcp": "A2-3286"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Gessner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL ELBER", "geoid": 0}, "notime": null, "date-ut": "1895-08-23 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Gessner"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL ELBER", "geoid": 0}, "date-ut": "1895-08-23 16:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3286"}, "ids-in-sources": {"a2": "3286"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "23", "LAT": "51N30", "LON": "7E30", "MON": "8", "NUM": "3286", "PRO": "S", "SEC": "0", "YEA": "1895", "CITY": "WUPPERTAL ELBER"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5370	geyger-wilhelm-1898-10-01	{"a2": "3287"}	{"lerrcp": "A2-3287"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Geyger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1898-10-01 01:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Geyger"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1898-10-01 01:45"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3287"}, "ids-in-sources": {"a2": "3287"}}, "raw": {"H": "2", "MN": "45", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "1", "LAT": "50N30", "LON": "9E15", "MON": "10", "NUM": "3287", "PRO": "S", "SEC": "0", "YEA": "1898", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5371	gleich-gerold-1869-03-17	{"a2": "3288"}	{"lerrcp": "A2-3288"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gerold", "family": "Gleich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "LUDWIGSBURG", "geoid": 0}, "notime": null, "date-ut": "1869-03-17 13:53:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Gerold", "family": "Gleich"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "LUDWIGSBURG", "geoid": 0}, "date-ut": "1869-03-17 13:53:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3288"}, "ids-in-sources": {"a2": "3288"}}, "raw": {"H": "14", "MN": "53", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "17", "LAT": "48N45", "LON": "9E13", "MON": "3", "NUM": "3288", "PRO": "S", "SEC": "8", "YEA": "1869", "CITY": "LUDWIGSBURG"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5372	glocker-richard-1890-09-21	{"a2": "3289"}	{"lerrcp": "A2-3289"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Glocker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "CALW", "geoid": 0}, "notime": null, "date-ut": "1890-09-21 13:53:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Glocker"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "CALW", "geoid": 0}, "date-ut": "1890-09-21 13:53:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3289"}, "ids-in-sources": {"a2": "3289"}}, "raw": {"H": "14", "MN": "53", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "21", "LAT": "48N45", "LON": "9E13", "MON": "9", "NUM": "3289", "PRO": "S", "SEC": "8", "YEA": "1890", "CITY": "CALW"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5373	gluud-wilhelm-1887-04-12	{"a2": "3290"}	{"lerrcp": "A2-3290"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Gluud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BREM", "c3": null, "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "notime": null, "date-ut": "1887-04-12 16:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Gluud"}, "birth": {"place": {"c2": "BREM", "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "date-ut": "1887-04-12 16:54:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3290"}, "ids-in-sources": {"a2": "3290"}}, "raw": {"H": "17", "MN": "54", "TZ": "-1", "COD": "BREM", "COU": "G", "DAY": "12", "LAT": "53N 5", "LON": "8E50", "MON": "4", "NUM": "3290", "PRO": "S", "SEC": "40", "YEA": "1887", "CITY": "BREMEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5374	gohr-hans-1897-02-15	{"a2": "3291"}	{"lerrcp": "A2-3291"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Gohr", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "notime": null, "date-ut": "1897-02-15 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Gohr"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "date-ut": "1897-02-15 08:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3291"}, "ids-in-sources": {"a2": "3291"}}, "raw": {"H": "9", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "15", "LAT": "51N30", "LON": "7E30", "MON": "2", "NUM": "3291", "PRO": "S", "SEC": "0", "YEA": "1897", "CITY": "KOLN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5375	goldschmidt-stefan-1889-03-26	{"a2": "3292"}	{"lerrcp": "A2-3292"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stefan", "family": "Goldschmidt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "notime": null, "date-ut": "1889-03-26 06:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Stefan", "family": "Goldschmidt"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "date-ut": "1889-03-26 06:14"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3292"}, "ids-in-sources": {"a2": "3292"}}, "raw": {"H": "7", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "26", "LAT": "49N 0", "LON": "11E30", "MON": "3", "NUM": "3292", "PRO": "S", "SEC": "0", "YEA": "1889", "CITY": "NURNBERG"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5376	gossner-balthasar-1877-01-03	{"a2": "3293"}	{"lerrcp": "A2-3293"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Balthasar", "family": "Gossner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ZAIERTSHOFEN", "geoid": 0}, "notime": null, "date-ut": "1877-01-03 18:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Balthasar", "family": "Gossner"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ZAIERTSHOFEN", "geoid": 0}, "date-ut": "1877-01-03 18:44"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3293"}, "ids-in-sources": {"a2": "3293"}}, "raw": {"H": "19", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "3", "LAT": "49N 0", "LON": "11E30", "MON": "1", "NUM": "3293", "PRO": "S", "SEC": "0", "YEA": "1877", "CITY": "ZAIERTSHOFEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5377	gottsacker-ernst-1896-03-10	{"a2": "3294"}	{"lerrcp": "A2-3294"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Gottsacker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MAYEN", "geoid": 0}, "notime": null, "date-ut": "1896-03-10 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Gottsacker"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MAYEN", "geoid": 0}, "date-ut": "1896-03-10 19:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3294"}, "ids-in-sources": {"a2": "3294"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "10", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "3294", "PRO": "S", "SEC": "0", "YEA": "1896", "CITY": "MAYEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5378	gottschalk-alfred-1894-04-22	{"a2": "3295"}	{"lerrcp": "A2-3295"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Gottschalk", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "AACHEN", "geoid": 0}, "notime": null, "date-ut": "1894-04-22 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Gottschalk"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "AACHEN", "geoid": 0}, "date-ut": "1894-04-22 18:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3295"}, "ids-in-sources": {"a2": "3295"}}, "raw": {"H": "19", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "22", "LAT": "51N30", "LON": "7E30", "MON": "4", "NUM": "3295", "PRO": "S", "SEC": "0", "YEA": "1894", "CITY": "AACHEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5379	gotz-friedrich-1891-05-20	{"a2": "3296"}	{"lerrcp": "A2-3296"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Götz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEILBRONN", "geoid": 0}, "notime": null, "date-ut": "1891-05-20 11:09"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Götz"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEILBRONN", "geoid": 0}, "date-ut": "1891-05-20 11:09"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3296"}, "ids-in-sources": {"a2": "3296"}}, "raw": {"H": "12", "MN": "9", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "20", "LAT": "48N30", "LON": "9E 0", "MON": "5", "NUM": "3296", "PRO": "S", "SEC": "0", "YEA": "1891", "CITY": "HEILBRONN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5380	gradmann-robert-1865-07-18	{"a2": "3297"}	{"lerrcp": "A2-3297"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Gradmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "LAUFFEN/NECKAR", "geoid": 0}, "notime": null, "date-ut": "1865-07-18 18:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Gradmann"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "LAUFFEN/NECKAR", "geoid": 0}, "date-ut": "1865-07-18 18:24"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3297"}, "ids-in-sources": {"a2": "3297"}}, "raw": {"H": "19", "MN": "24", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "18", "LAT": "48N30", "LON": "9E 0", "MON": "7", "NUM": "3297", "PRO": "S", "SEC": "0", "YEA": "1865", "CITY": "LAUFFEN/NECKAR"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5381	graf-otto-1881-04-14	{"a2": "3298"}	{"lerrcp": "A2-3298"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Graf", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHWAR", "c3": null, "cy": "DE", "lg": 8.25, "lat": 48, "name": "VORDERSTEINWALD", "geoid": 0}, "notime": null, "date-ut": "1881-04-14 23:57"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Graf"}, "birth": {"place": {"c2": "SCHWAR", "cy": "DE", "lg": 8.25, "lat": 48, "name": "VORDERSTEINWALD", "geoid": 0}, "date-ut": "1881-04-14 23:57"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3298"}, "ids-in-sources": {"a2": "3298"}}, "raw": {"H": "0", "MN": "57", "TZ": "-1", "COD": "SCHWAR", "COU": "G", "DAY": "15", "LAT": "48N 0", "LON": "8E15", "MON": "4", "NUM": "3298", "PRO": "S", "SEC": "0", "YEA": "1881", "CITY": "VORDERSTEINWALD"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5382	grassmann-wolfgan-1898-02-20	{"a2": "3299"}	{"lerrcp": "A2-3299"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wolfgan", "family": "Grassmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1898-02-20 03:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Wolfgan", "family": "Grassmann"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1898-02-20 03:15"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3299"}, "ids-in-sources": {"a2": "3299"}}, "raw": {"H": "4", "MN": "15", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "20", "LAT": "49N 0", "LON": "11E30", "MON": "2", "NUM": "3299", "PRO": "S", "SEC": "0", "YEA": "1898", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5383	grossfeld-johann-1889-02-25	{"a2": "3300"}	{"lerrcp": "A2-3300"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johann", "family": "Grossfeld", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "BENTHEIM", "geoid": 0}, "notime": null, "date-ut": "1889-02-25 13:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Johann", "family": "Grossfeld"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "BENTHEIM", "geoid": 0}, "date-ut": "1889-02-25 13:20"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3300"}, "ids-in-sources": {"a2": "3300"}}, "raw": {"H": "14", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "25", "LAT": "52N 0", "LON": "10E 0", "MON": "2", "NUM": "3300", "PRO": "S", "SEC": "0", "YEA": "1889", "CITY": "BENTHEIM"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5384	grotrian-walter-1890-04-21	{"a2": "3301"}	{"lerrcp": "A2-3301"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Grotrian", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "AACHEN", "geoid": 0}, "notime": null, "date-ut": "1890-04-21 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Grotrian"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "AACHEN", "geoid": 0}, "date-ut": "1890-04-21 07:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3301"}, "ids-in-sources": {"a2": "3301"}}, "raw": {"H": "8", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "21", "LAT": "51N30", "LON": "7E30", "MON": "4", "NUM": "3301", "PRO": "S", "SEC": "0", "YEA": "1890", "CITY": "AACHEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5385	grube-geor-1883-05-06	{"a2": "3302"}	{"lerrcp": "A2-3302"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Geor", "family": "Grube", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "GOTTINGEN", "geoid": 0}, "notime": null, "date-ut": "1883-05-06 09:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Geor", "family": "Grube"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "GOTTINGEN", "geoid": 0}, "date-ut": "1883-05-06 09:05"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3302"}, "ids-in-sources": {"a2": "3302"}}, "raw": {"H": "10", "MN": "5", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "6", "LAT": "52N 0", "LON": "10E 0", "MON": "5", "NUM": "3302", "PRO": "S", "SEC": "0", "YEA": "1883", "CITY": "GOTTINGEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5386	guilleaume-franz-1834-12-30	{"a2": "3303"}	{"lerrcp": "A2-3303"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Guilleaume", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "notime": null, "date-ut": "1834-12-30 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Franz", "family": "Guilleaume"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "date-ut": "1834-12-30 08:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3303"}, "ids-in-sources": {"a2": "3303"}}, "raw": {"H": "9", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "30", "LAT": "51N30", "LON": "7E30", "MON": "12", "NUM": "3303", "PRO": "S", "SEC": "0", "YEA": "1834", "CITY": "KOLN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5388	halberkann-philipp-1880-01-17	{"a2": "3305"}	{"lerrcp": "A2-3305"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philipp", "family": "Halberkann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "XANTEN", "geoid": 0}, "notime": null, "date-ut": "1880-01-17 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Philipp", "family": "Halberkann"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "XANTEN", "geoid": 0}, "date-ut": "1880-01-17 01:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3305"}, "ids-in-sources": {"a2": "3305"}}, "raw": {"H": "2", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "17", "LAT": "51N30", "LON": "7E30", "MON": "1", "NUM": "3305", "PRO": "S", "SEC": "0", "YEA": "1880", "CITY": "XANTEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5389	hartinger-hans-1891-02-21	{"a2": "3306"}	{"lerrcp": "A2-3306"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Hartinger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1891-02-21 05:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Hartinger"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1891-02-21 05:44"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3306"}, "ids-in-sources": {"a2": "3306"}}, "raw": {"H": "6", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "21", "LAT": "49N 0", "LON": "11E30", "MON": "2", "NUM": "3306", "PRO": "S", "SEC": "0", "YEA": "1891", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5390	hauser-friedrich-1883-09-28	{"a2": "3307"}	{"lerrcp": "A2-3307"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Hauser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ERLANGEN", "geoid": 0}, "notime": null, "date-ut": "1883-09-28 10:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Hauser"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ERLANGEN", "geoid": 0}, "date-ut": "1883-09-28 10:14"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3307"}, "ids-in-sources": {"a2": "3307"}}, "raw": {"H": "11", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "28", "LAT": "49N 0", "LON": "11E30", "MON": "9", "NUM": "3307", "PRO": "S", "SEC": "0", "YEA": "1883", "CITY": "ERLANGEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5391	haussmann-karl-1860-06-22	{"a2": "3308"}	{"lerrcp": "A2-3308"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Haussmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "SCHWABISCH GMUN", "geoid": 0}, "notime": null, "date-ut": "1860-06-22 01:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Haussmann"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "SCHWABISCH GMUN", "geoid": 0}, "date-ut": "1860-06-22 01:54"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3308"}, "ids-in-sources": {"a2": "3308"}}, "raw": {"H": "2", "MN": "54", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "22", "LAT": "48N30", "LON": "9E 0", "MON": "6", "NUM": "3308", "PRO": "S", "SEC": "0", "YEA": "1860", "CITY": "SCHWABISCH GMUN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5392	hermann-heinrich-1880-10-12	{"a2": "3309"}	{"lerrcp": "A2-3309"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Hermann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "BRACKENHEIM", "geoid": 0}, "notime": null, "date-ut": "1880-10-12 20:23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Hermann"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "BRACKENHEIM", "geoid": 0}, "date-ut": "1880-10-12 20:23:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3309"}, "ids-in-sources": {"a2": "3309"}}, "raw": {"H": "21", "MN": "23", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "12", "LAT": "48N45", "LON": "9E13", "MON": "10", "NUM": "3309", "PRO": "S", "SEC": "8", "YEA": "1880", "CITY": "BRACKENHEIM"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5393	hess-kurt-1888-10-05	{"a2": "3310"}	{"lerrcp": "A2-3310"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kurt", "family": "Hess", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KREFELD", "geoid": 0}, "notime": null, "date-ut": "1888-10-05 11:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Kurt", "family": "Hess"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KREFELD", "geoid": 0}, "date-ut": "1888-10-05 11:15"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3310"}, "ids-in-sources": {"a2": "3310"}}, "raw": {"H": "12", "MN": "15", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "5", "LAT": "51N30", "LON": "7E30", "MON": "10", "NUM": "3310", "PRO": "S", "SEC": "0", "YEA": "1888", "CITY": "KREFELD"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5394	hieber-walter-1895-12-18	{"a2": "3311"}	{"lerrcp": "A2-3311"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Hieber", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "STUTTGART", "geoid": 0}, "notime": null, "date-ut": "1895-12-18 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Hieber"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "STUTTGART", "geoid": 0}, "date-ut": "1895-12-18 13:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3311"}, "ids-in-sources": {"a2": "3311"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "18", "LAT": "48N45", "LON": "9E13", "MON": "12", "NUM": "3311", "PRO": "S", "SEC": "0", "YEA": "1895", "CITY": "STUTTGART"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5395	houben-heinrich-1875-10-27	{"a2": "3312"}	{"lerrcp": "A2-3312"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Houben", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WALDFEUCHT", "geoid": 0}, "notime": null, "date-ut": "1875-10-27 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Houben"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WALDFEUCHT", "geoid": 0}, "date-ut": "1875-10-27 14:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3312"}, "ids-in-sources": {"a2": "3312"}}, "raw": {"H": "15", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "27", "LAT": "51N30", "LON": "7E30", "MON": "10", "NUM": "3312", "PRO": "S", "SEC": "0", "YEA": "1875", "CITY": "WALDFEUCHT"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5396	jakob-max-1879-07-20	{"a2": "3313"}	{"lerrcp": "A2-3313"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Jakob", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "LUDWIGSHAFEN", "geoid": 0}, "notime": null, "date-ut": "1879-07-20 06:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Max", "family": "Jakob"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "LUDWIGSHAFEN", "geoid": 0}, "date-ut": "1879-07-20 06:32"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3313"}, "ids-in-sources": {"a2": "3313"}}, "raw": {"H": "7", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "20", "LAT": "50N 0", "LON": "7E 0", "MON": "7", "NUM": "3313", "PRO": "S", "SEC": "0", "YEA": "1879", "CITY": "LUDWIGSHAFEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5397	joos-jackob-1894-05-25	{"a2": "3314"}	{"lerrcp": "A2-3314"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jackob", "family": "Joos", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "URACH", "geoid": 0}, "notime": null, "date-ut": "1894-05-25 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jackob", "family": "Joos"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "URACH", "geoid": 0}, "date-ut": "1894-05-25 02:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3314"}, "ids-in-sources": {"a2": "3314"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "25", "LAT": "48N45", "LON": "9E13", "MON": "5", "NUM": "3314", "PRO": "S", "SEC": "0", "YEA": "1894", "CITY": "URACH"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5398	kaufmann-hans-1889-10-20	{"a2": "3316"}	{"lerrcp": "A2-3316"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Kaufmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1889-10-20 06:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Kaufmann"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1889-10-20 06:23"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3316"}, "ids-in-sources": {"a2": "3316"}}, "raw": {"H": "7", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "20", "LAT": "50N30", "LON": "9E15", "MON": "10", "NUM": "3316", "PRO": "S", "SEC": "0", "YEA": "1889", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5399	kistner-adolf-1878-07-15	{"a2": "3317"}	{"lerrcp": "A2-3317"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolf", "family": "Kistner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "notime": null, "date-ut": "1878-07-15 16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Adolf", "family": "Kistner"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "date-ut": "1878-07-15 16:24"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3317"}, "ids-in-sources": {"a2": "3317"}}, "raw": {"H": "17", "MN": "24", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "15", "LAT": "48N30", "LON": "9E 0", "MON": "7", "NUM": "3317", "PRO": "S", "SEC": "0", "YEA": "1878", "CITY": "MANNHEIM"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5400	knoch-heinrich-1883-01-19	{"a2": "3318"}	{"lerrcp": "A2-3318"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Knoch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "MARBURG / LAHN", "geoid": 0}, "notime": null, "date-ut": "1883-01-19 22:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Knoch"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "MARBURG / LAHN", "geoid": 0}, "date-ut": "1883-01-19 22:53"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3318"}, "ids-in-sources": {"a2": "3318"}}, "raw": {"H": "23", "MN": "53", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "19", "LAT": "50N30", "LON": "9E15", "MON": "1", "NUM": "3318", "PRO": "S", "SEC": "0", "YEA": "1883", "CITY": "MARBURG / LAHN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5401	koenigsberger-johann-1874-05-07	{"a2": "3319"}	{"lerrcp": "A2-3319"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johann", "family": "Koenigsberger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "notime": null, "date-ut": "1874-05-07 21:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Johann", "family": "Koenigsberger"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "date-ut": "1874-05-07 21:54"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3319"}, "ids-in-sources": {"a2": "3319"}}, "raw": {"H": "22", "MN": "54", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "7", "LAT": "48N30", "LON": "9E 0", "MON": "5", "NUM": "3319", "PRO": "S", "SEC": "0", "YEA": "1874", "CITY": "HEIDELBERG"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5402	kogel-gustav-1882-01-16	{"a2": "3320"}	{"lerrcp": "A2-3320"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustav", "family": "Kögel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1882-01-16 03:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Gustav", "family": "Kögel"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1882-01-16 03:14"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3320"}, "ids-in-sources": {"a2": "3320"}}, "raw": {"H": "4", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "16", "LAT": "49N 0", "LON": "11E30", "MON": "1", "NUM": "3320", "PRO": "S", "SEC": "0", "YEA": "1882", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5403	kopff-august-1882-02-05	{"a2": "3321"}	{"lerrcp": "A2-3321"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "August", "family": "Kopff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "notime": null, "date-ut": "1882-02-05 16:39"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "August", "family": "Kopff"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "date-ut": "1882-02-05 16:39"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3321"}, "ids-in-sources": {"a2": "3321"}}, "raw": {"H": "17", "MN": "39", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "5", "LAT": "48N30", "LON": "9E 0", "MON": "2", "NUM": "3321", "PRO": "S", "SEC": "0", "YEA": "1882", "CITY": "HEIDELBERG"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5404	korber-otto-1887-04-01	{"a2": "3322"}	{"lerrcp": "A2-3322"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Körber", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUISBURG", "geoid": 0}, "notime": null, "date-ut": "1887-04-01 01:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Körber"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUISBURG", "geoid": 0}, "date-ut": "1887-04-01 01:45"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3322"}, "ids-in-sources": {"a2": "3322"}}, "raw": {"H": "2", "MN": "45", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "1", "LAT": "51N30", "LON": "7E30", "MON": "4", "NUM": "3322", "PRO": "S", "SEC": "0", "YEA": "1887", "CITY": "DUISBURG"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5405	krauss-ferdinand-1889-08-06	{"a2": "3323"}	{"lerrcp": "A2-3323"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Krauss", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "STUTTGART", "geoid": 0}, "notime": null, "date-ut": "1889-08-06 13:53:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Krauss"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "STUTTGART", "geoid": 0}, "date-ut": "1889-08-06 13:53:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3323"}, "ids-in-sources": {"a2": "3323"}}, "raw": {"H": "14", "MN": "53", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "6", "LAT": "48N45", "LON": "9E13", "MON": "8", "NUM": "3323", "PRO": "S", "SEC": "8", "YEA": "1889", "CITY": "STUTTGART"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5406	krebs-hans-1900-08-25	{"a2": "3324"}	{"lerrcp": "A2-3324"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Krebs", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "HILDESHEIM", "geoid": 0}, "notime": null, "date-ut": "1900-08-25 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Krebs"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "HILDESHEIM", "geoid": 0}, "date-ut": "1900-08-25 02:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3324"}, "ids-in-sources": {"a2": "3324"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "25", "LAT": "52N 0", "LON": "10E 0", "MON": "8", "NUM": "3324", "PRO": "S", "SEC": "0", "YEA": "1900", "CITY": "HILDESHEIM"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5407	kupfmuller-christian-1897-10-06	{"a2": "3325"}	{"lerrcp": "A2-3325"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Küpfmuller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "notime": null, "date-ut": "1897-10-06 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Christian", "family": "Küpfmuller"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "date-ut": "1897-10-06 03:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3325"}, "ids-in-sources": {"a2": "3325"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "6", "LAT": "49N 0", "LON": "11E30", "MON": "10", "NUM": "3325", "PRO": "S", "SEC": "0", "YEA": "1897", "CITY": "NURNBERG"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5408	ladenburg-rudolf-1882-06-06	{"a2": "3326"}	{"lerrcp": "A2-3326"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rudolf", "family": "Ladenburg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "KIEL", "geoid": 0}, "notime": null, "date-ut": "1882-06-06 02:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Rudolf", "family": "Ladenburg"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "KIEL", "geoid": 0}, "date-ut": "1882-06-06 02:21"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3326"}, "ids-in-sources": {"a2": "3326"}}, "raw": {"H": "3", "MN": "21", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "6", "LAT": "54N30", "LON": "9E45", "MON": "6", "NUM": "3326", "PRO": "S", "SEC": "0", "YEA": "1882", "CITY": "KIEL"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5409	lande-alfred-1888-12-13	{"a2": "3327"}	{"lerrcp": "A2-3327"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Lande", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL ELBER", "geoid": 0}, "notime": null, "date-ut": "1888-12-13 08:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Lande"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL ELBER", "geoid": 0}, "date-ut": "1888-12-13 08:45"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3327"}, "ids-in-sources": {"a2": "3327"}}, "raw": {"H": "9", "MN": "45", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "13", "LAT": "51N30", "LON": "7E30", "MON": "12", "NUM": "3327", "PRO": "S", "SEC": "0", "YEA": "1888", "CITY": "WUPPERTAL ELBER"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5411	gauquelin-a2-3329-1885-09-10	{"a2": "3329"}	{"lerrcp": "A2-3329"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A2-3329", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "KONSTANZ", "geoid": 0}, "notime": null, "date-ut": "1885-09-10 23:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A2-3329"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "KONSTANZ", "geoid": 0}, "date-ut": "1885-09-10 23:24"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3329"}, "ids-in-sources": {"a2": "3329"}}, "raw": {"H": "0", "MN": "24", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "11", "LAT": "48N30", "LON": "9E 0", "MON": "9", "NUM": "3329", "PRO": "S", "SEC": "0", "YEA": "1885", "CITY": "KONSTANZ"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5412	leuchs-friedrich-1879-08-26	{"a2": "3330"}	{"lerrcp": "A2-3330"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Leuchs", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "notime": null, "date-ut": "1879-08-26 18:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Leuchs"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "date-ut": "1879-08-26 18:44"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3330"}, "ids-in-sources": {"a2": "3330"}}, "raw": {"H": "19", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "26", "LAT": "49N 0", "LON": "11E30", "MON": "8", "NUM": "3330", "PRO": "S", "SEC": "0", "YEA": "1879", "CITY": "NURNBERG"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5413	liesegang-friedrich-1873-03-05	{"a2": "3331"}	{"lerrcp": "A2-3331"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Liesegang", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL ELBER", "geoid": 0}, "notime": null, "date-ut": "1873-03-05 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Liesegang"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL ELBER", "geoid": 0}, "date-ut": "1873-03-05 08:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3331"}, "ids-in-sources": {"a2": "3331"}}, "raw": {"H": "9", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "5", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "3331", "PRO": "S", "SEC": "0", "YEA": "1873", "CITY": "WUPPERTAL ELBER"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5414	lockemann-geor-1871-10-17	{"a2": "3332"}	{"lerrcp": "A2-3332"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Geor", "family": "Lockemann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "MUHLE HOLLENSTA", "geoid": 0}, "notime": null, "date-ut": "1871-10-17 02:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Geor", "family": "Lockemann"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "MUHLE HOLLENSTA", "geoid": 0}, "date-ut": "1871-10-17 02:20"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3332"}, "ids-in-sources": {"a2": "3332"}}, "raw": {"H": "3", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "17", "LAT": "52N 0", "LON": "10E 0", "MON": "10", "NUM": "3332", "PRO": "S", "SEC": "0", "YEA": "1871", "CITY": "MUHLE HOLLENSTA"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5415	luers-heinrich-1890-02-12	{"a2": "3333"}	{"lerrcp": "A2-3333"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Lüers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1890-02-12 00:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Lüers"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1890-02-12 00:14"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3333"}, "ids-in-sources": {"a2": "3333"}}, "raw": {"H": "1", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "12", "LAT": "49N 0", "LON": "11E30", "MON": "2", "NUM": "3333", "PRO": "S", "SEC": "0", "YEA": "1890", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5416	manchot-wilhelm-1869-08-05	{"a2": "3334"}	{"lerrcp": "A2-3334"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Manchot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BREM", "c3": null, "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "notime": null, "date-ut": "1869-08-05 08:24:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Manchot"}, "birth": {"place": {"c2": "BREM", "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "date-ut": "1869-08-05 08:24:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3334"}, "ids-in-sources": {"a2": "3334"}}, "raw": {"H": "9", "MN": "24", "TZ": "-1", "COD": "BREM", "COU": "G", "DAY": "5", "LAT": "53N 5", "LON": "8E50", "MON": "8", "NUM": "3334", "PRO": "S", "SEC": "40", "YEA": "1869", "CITY": "BREMEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5417	niethammer-geor-1874-03-03	{"a2": "3336"}	{"lerrcp": "A2-3336"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Geor", "family": "Niethammer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "ILSFELD", "geoid": 0}, "notime": null, "date-ut": "1874-03-03 06:23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Geor", "family": "Niethammer"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "ILSFELD", "geoid": 0}, "date-ut": "1874-03-03 06:23:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3336"}, "ids-in-sources": {"a2": "3336"}}, "raw": {"H": "7", "MN": "23", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "3", "LAT": "48N45", "LON": "9E13", "MON": "3", "NUM": "3336", "PRO": "S", "SEC": "8", "YEA": "1874", "CITY": "ILSFELD"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5418	oestreich-johann-1873-12-11	{"a2": "3337"}	{"lerrcp": "A2-3337"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johann", "family": "Oestreich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1873-12-11 01:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Johann", "family": "Oestreich"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1873-12-11 01:23"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3337"}, "ids-in-sources": {"a2": "3337"}}, "raw": {"H": "2", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "11", "LAT": "50N30", "LON": "9E15", "MON": "12", "NUM": "3337", "PRO": "S", "SEC": "0", "YEA": "1873", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5419	oettingen-wolfgan-1888-12-03	{"a2": "3338"}	{"lerrcp": "A2-3338"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wolfgan", "family": "Oettingen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "MARBURG / LAHN", "geoid": 0}, "notime": null, "date-ut": "1888-12-03 13:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Wolfgan", "family": "Oettingen"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "MARBURG / LAHN", "geoid": 0}, "date-ut": "1888-12-03 13:23"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3338"}, "ids-in-sources": {"a2": "3338"}}, "raw": {"H": "14", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "3", "LAT": "50N30", "LON": "9E15", "MON": "12", "NUM": "3338", "PRO": "S", "SEC": "0", "YEA": "1888", "CITY": "MARBURG / LAHN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5420	peppler-christian-1882-04-30	{"a2": "3339"}	{"lerrcp": "A2-3339"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Peppler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "GRUNBERG", "geoid": 0}, "notime": null, "date-ut": "1882-04-30 03:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Christian", "family": "Peppler"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "GRUNBERG", "geoid": 0}, "date-ut": "1882-04-30 03:23"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3339"}, "ids-in-sources": {"a2": "3339"}}, "raw": {"H": "4", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "30", "LAT": "50N30", "LON": "9E15", "MON": "4", "NUM": "3339", "PRO": "S", "SEC": "0", "YEA": "1882", "CITY": "GRUNBERG"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5421	peppler-franz-1884-01-21	{"a2": "3340"}	{"lerrcp": "A2-3340"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Peppler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "GRUNBERG", "geoid": 0}, "notime": null, "date-ut": "1884-01-21 16:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Franz", "family": "Peppler"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "GRUNBERG", "geoid": 0}, "date-ut": "1884-01-21 16:23"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3340"}, "ids-in-sources": {"a2": "3340"}}, "raw": {"H": "17", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "21", "LAT": "50N30", "LON": "9E15", "MON": "1", "NUM": "3340", "PRO": "S", "SEC": "0", "YEA": "1884", "CITY": "GRUNBERG"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5422	gauquelin-a2-3341-1880-05-07	{"a2": "3341"}	{"lerrcp": "A2-3341"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A2-3341", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "FRANKENTHAL", "geoid": 0}, "notime": null, "date-ut": "1880-05-07 23:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A2-3341"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "FRANKENTHAL", "geoid": 0}, "date-ut": "1880-05-07 23:02"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3341"}, "ids-in-sources": {"a2": "3341"}}, "raw": {"H": "0", "MN": "2", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "8", "LAT": "50N 0", "LON": "7E 0", "MON": "5", "NUM": "3341", "PRO": "S", "SEC": "0", "YEA": "1880", "CITY": "FRANKENTHAL"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5423	pfeiffer-paul-1875-04-21	{"a2": "3342"}	{"lerrcp": "A2-3342"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Pfeiffer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL ELBER", "geoid": 0}, "notime": null, "date-ut": "1875-04-21 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Pfeiffer"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL ELBER", "geoid": 0}, "date-ut": "1875-04-21 06:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3342"}, "ids-in-sources": {"a2": "3342"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "21", "LAT": "51N30", "LON": "7E30", "MON": "4", "NUM": "3342", "PRO": "S", "SEC": "0", "YEA": "1875", "CITY": "WUPPERTAL ELBER"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5425	piccard-jean-1884-01-28	{"a2": "3344"}	{"lerrcp": "A2-3344"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Piccard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHW", "c3": null, "cy": "CH", "lg": 7.58333, "lat": 47.55, "name": "BASEL", "geoid": 0}, "notime": null, "date-ut": "1884-01-28 22:15:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Piccard"}, "birth": {"place": {"c2": "SCHW", "cy": "CH", "lg": 7.58333, "lat": 47.55, "name": "BASEL", "geoid": 0}, "date-ut": "1884-01-28 22:15:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3344"}, "ids-in-sources": {"a2": "3344"}}, "raw": {"H": "23", "MN": "15", "TZ": "-1", "COD": "SCHW", "COU": "S", "DAY": "28", "LAT": "47N33", "LON": "7E35", "MON": "1", "NUM": "3344", "PRO": "S", "SEC": "8", "YEA": "1884", "CITY": "BASEL"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5426	pomp-anton-1888-06-13	{"a2": "3345"}	{"lerrcp": "A2-3345"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anton", "family": "Pomp", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "AACHEN", "geoid": 0}, "notime": null, "date-ut": "1888-06-13 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Anton", "family": "Pomp"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "AACHEN", "geoid": 0}, "date-ut": "1888-06-13 05:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3345"}, "ids-in-sources": {"a2": "3345"}}, "raw": {"H": "6", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "13", "LAT": "51N30", "LON": "7E30", "MON": "6", "NUM": "3345", "PRO": "S", "SEC": "0", "YEA": "1888", "CITY": "AACHEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5428	precht-carl-1871-06-28	{"a2": "3347"}	{"lerrcp": "A2-3347"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carl", "family": "Precht", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BREM", "c3": null, "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "notime": null, "date-ut": "1871-06-28 04:24:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Carl", "family": "Precht"}, "birth": {"place": {"c2": "BREM", "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "date-ut": "1871-06-28 04:24:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3347"}, "ids-in-sources": {"a2": "3347"}}, "raw": {"H": "5", "MN": "24", "TZ": "-1", "COD": "BREM", "COU": "G", "DAY": "28", "LAT": "53N 5", "LON": "8E50", "MON": "6", "NUM": "3347", "PRO": "S", "SEC": "40", "YEA": "1871", "CITY": "BREMEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5427	prandtl-ludwi-1875-02-04	{"a2": "3346", "afd2": "450"}	{"lerrcp": "A2-3346", "muller": "M2-450"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludwi", "family": "Prandtl", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1875-02-04 18:45", "note": "LMT", "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "FREISING OBER", "geoid": 0}, "notime": null, "date-ut": "1875-02-04 17:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Ludwi", "family": "Prandtl"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "FREISING OBER", "geoid": 0}, "date-ut": "1875-02-04 17:59"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3346"}, "ids-in-sources": {"a2": "3346"}}, "raw": {"H": "18", "MN": "59", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "4", "LAT": "49N 0", "LON": "11E30", "MON": "2", "NUM": "3346", "PRO": "S", "SEC": "0", "YEA": "1875", "CITY": "FREISING OBER"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1875-02-04 18:45", "note": "LMT"}, "occus": ["scientist"], "ids-in-sources": {"afd2": "450"}}, "raw": {"CY": "D", "GQ": "G", "LG": "011 E 45", "LAT": "48 N 24", "TZO": "", "DATE": "04.02.1875", "MUID": "450", "NAME": "Prandtl, Ludwig", "OCCU": "SC 02", "TIME": "18.45", "BOOKS": "56", "PLACE": "Freising", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
5429	pringsheim-peter-1881-03-19	{"a2": "3348"}	{"lerrcp": "A2-3348"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Peter", "family": "Pringsheim", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1881-03-19 14:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Peter", "family": "Pringsheim"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1881-03-19 14:44"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3348"}, "ids-in-sources": {"a2": "3348"}}, "raw": {"H": "15", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "19", "LAT": "49N 0", "LON": "11E30", "MON": "3", "NUM": "3348", "PRO": "S", "SEC": "0", "YEA": "1881", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5430	ramsauer-carl-1879-02-06	{"a2": "3349"}	{"lerrcp": "A2-3349"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carl", "family": "Ramsauer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "OLDENBURG", "geoid": 0}, "notime": null, "date-ut": "1879-02-06 04:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Carl", "family": "Ramsauer"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "OLDENBURG", "geoid": 0}, "date-ut": "1879-02-06 04:50"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3349"}, "ids-in-sources": {"a2": "3349"}}, "raw": {"H": "5", "MN": "50", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "6", "LAT": "52N 0", "LON": "10E 0", "MON": "2", "NUM": "3349", "PRO": "S", "SEC": "0", "YEA": "1879", "CITY": "OLDENBURG"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5431	range-paul-1879-05-01	{"a2": "3350"}	{"lerrcp": "A2-3350"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Range", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "LUBECK", "geoid": 0}, "notime": null, "date-ut": "1879-05-01 14:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Range"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "LUBECK", "geoid": 0}, "date-ut": "1879-05-01 14:36"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3350"}, "ids-in-sources": {"a2": "3350"}}, "raw": {"H": "15", "MN": "36", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "1", "LAT": "54N30", "LON": "9E45", "MON": "5", "NUM": "3350", "PRO": "S", "SEC": "0", "YEA": "1879", "CITY": "LUBECK"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5432	reif-johann-1880-11-20	{"a2": "3351"}	{"lerrcp": "A2-3351"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johann", "family": "Reif", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "notime": null, "date-ut": "1880-11-20 00:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Johann", "family": "Reif"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "date-ut": "1880-11-20 00:14"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3351"}, "ids-in-sources": {"a2": "3351"}}, "raw": {"H": "1", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "20", "LAT": "49N 0", "LON": "11E30", "MON": "11", "NUM": "3351", "PRO": "S", "SEC": "0", "YEA": "1880", "CITY": "NURNBERG"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5433	reihlen-hans-1892-02-02	{"a2": "3352"}	{"lerrcp": "A2-3352"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Reihlen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "STUTTGART", "geoid": 0}, "notime": null, "date-ut": "1892-02-02 03:23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Reihlen"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "STUTTGART", "geoid": 0}, "date-ut": "1892-02-02 03:23:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3352"}, "ids-in-sources": {"a2": "3352"}}, "raw": {"H": "4", "MN": "23", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "2", "LAT": "48N45", "LON": "9E13", "MON": "2", "NUM": "3352", "PRO": "S", "SEC": "8", "YEA": "1892", "CITY": "STUTTGART"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5434	robitzsch-max-1887-02-02	{"a2": "3353"}	{"lerrcp": "A2-3353"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Robitzsch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "HOXTER A D WESE", "geoid": 0}, "notime": null, "date-ut": "1887-02-02 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Max", "family": "Robitzsch"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "HOXTER A D WESE", "geoid": 0}, "date-ut": "1887-02-02 07:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3353"}, "ids-in-sources": {"a2": "3353"}}, "raw": {"H": "8", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "2", "LAT": "51N30", "LON": "7E30", "MON": "2", "NUM": "3353", "PRO": "S", "SEC": "0", "YEA": "1887", "CITY": "HOXTER A D WESE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5435	rogowski-walter-1881-05-07	{"a2": "3354"}	{"lerrcp": "A2-3354"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Rogowski", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "OBRIGHOVEN", "geoid": 0}, "notime": null, "date-ut": "1881-05-07 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Rogowski"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "OBRIGHOVEN", "geoid": 0}, "date-ut": "1881-05-07 17:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3354"}, "ids-in-sources": {"a2": "3354"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "7", "LAT": "51N30", "LON": "7E30", "MON": "5", "NUM": "3354", "PRO": "S", "SEC": "0", "YEA": "1881", "CITY": "OBRIGHOVEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5436	rojahn-carl-1889-09-23	{"a2": "3355"}	{"lerrcp": "A2-3355"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carl", "family": "Rojahn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUISBURG", "geoid": 0}, "notime": null, "date-ut": "1889-09-23 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Carl", "family": "Rojahn"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUISBURG", "geoid": 0}, "date-ut": "1889-09-23 16:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3355"}, "ids-in-sources": {"a2": "3355"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "23", "LAT": "51N30", "LON": "7E30", "MON": "9", "NUM": "3355", "PRO": "S", "SEC": "0", "YEA": "1889", "CITY": "DUISBURG"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5437	rosch-siegfried-1899-06-15	{"a2": "3356"}	{"lerrcp": "A2-3356"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Siegfried", "family": "Rösch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "LUDWIGSHAFEN", "geoid": 0}, "notime": null, "date-ut": "1899-06-15 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Siegfried", "family": "Rösch"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "LUDWIGSHAFEN", "geoid": 0}, "date-ut": "1899-06-15 10:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3356"}, "ids-in-sources": {"a2": "3356"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "15", "LAT": "50N 0", "LON": "7E 0", "MON": "6", "NUM": "3356", "PRO": "S", "SEC": "0", "YEA": "1899", "CITY": "LUDWIGSHAFEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5438	rose-peter-1883-09-18	{"a2": "3357"}	{"lerrcp": "A2-3357"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Peter", "family": "Rose", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "HOHENEGGELSEN", "geoid": 0}, "notime": null, "date-ut": "1883-09-18 02:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Peter", "family": "Rose"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "HOHENEGGELSEN", "geoid": 0}, "date-ut": "1883-09-18 02:20"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3357"}, "ids-in-sources": {"a2": "3357"}}, "raw": {"H": "3", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "18", "LAT": "52N 0", "LON": "10E 0", "MON": "9", "NUM": "3357", "PRO": "S", "SEC": "0", "YEA": "1883", "CITY": "HOHENEGGELSEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5439	ruff-karl-1871-12-30	{"a2": "3358"}	{"lerrcp": "A2-3358"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Ruff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "SCHWABISCH HALL", "geoid": 0}, "notime": null, "date-ut": "1871-12-30 00:23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Ruff"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "SCHWABISCH HALL", "geoid": 0}, "date-ut": "1871-12-30 00:23:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3358"}, "ids-in-sources": {"a2": "3358"}}, "raw": {"H": "1", "MN": "23", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "30", "LAT": "48N45", "LON": "9E13", "MON": "12", "NUM": "3358", "PRO": "S", "SEC": "8", "YEA": "1871", "CITY": "SCHWABISCH HALL"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5440	ruhland-willy-1878-08-07	{"a2": "3359"}	{"lerrcp": "A2-3359"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willy", "family": "Ruhland", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "SCHLESWIG", "geoid": 0}, "notime": null, "date-ut": "1878-08-07 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Willy", "family": "Ruhland"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "SCHLESWIG", "geoid": 0}, "date-ut": "1878-08-07 20:51"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3359"}, "ids-in-sources": {"a2": "3359"}}, "raw": {"H": "21", "MN": "51", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "7", "LAT": "54N30", "LON": "9E45", "MON": "8", "NUM": "3359", "PRO": "S", "SEC": "0", "YEA": "1878", "CITY": "SCHLESWIG"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5441	rupe-johann-1866-10-09	{"a2": "3360"}	{"lerrcp": "A2-3360"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johann", "family": "Rupe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHW", "c3": null, "cy": "CH", "lg": 7.58333, "lat": 47.55, "name": "BASEL", "geoid": 0}, "notime": null, "date-ut": "1866-10-09 16:00:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Johann", "family": "Rupe"}, "birth": {"place": {"c2": "SCHW", "cy": "CH", "lg": 7.58333, "lat": 47.55, "name": "BASEL", "geoid": 0}, "date-ut": "1866-10-09 16:00:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3360"}, "ids-in-sources": {"a2": "3360"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "SCHW", "COU": "S", "DAY": "9", "LAT": "47N33", "LON": "7E35", "MON": "10", "NUM": "3360", "PRO": "S", "SEC": "8", "YEA": "1866", "CITY": "BASEL"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5442	rupp-erwin-1872-02-19	{"a2": "3361"}	{"lerrcp": "A2-3361"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erwin", "family": "Rupp", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "KIRCHHEIM U TEC", "geoid": 0}, "notime": null, "date-ut": "1872-02-19 16:53:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Erwin", "family": "Rupp"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "KIRCHHEIM U TEC", "geoid": 0}, "date-ut": "1872-02-19 16:53:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3361"}, "ids-in-sources": {"a2": "3361"}}, "raw": {"H": "17", "MN": "53", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "19", "LAT": "48N45", "LON": "9E13", "MON": "2", "NUM": "3361", "PRO": "S", "SEC": "8", "YEA": "1872", "CITY": "KIRCHHEIM U TEC"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5443	ruska-julius-1867-02-09	{"a2": "3362"}	{"lerrcp": "A2-3362"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julius", "family": "Ruska", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "BUHL B BADEN BA", "geoid": 0}, "notime": null, "date-ut": "1867-02-09 10:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Julius", "family": "Ruska"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "BUHL B BADEN BA", "geoid": 0}, "date-ut": "1867-02-09 10:24"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3362"}, "ids-in-sources": {"a2": "3362"}}, "raw": {"H": "11", "MN": "24", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "9", "LAT": "48N30", "LON": "9E 0", "MON": "2", "NUM": "3362", "PRO": "S", "SEC": "0", "YEA": "1867", "CITY": "BUHL B BADEN BA"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5444	sabalitschka-theodor-1899-05-24	{"a2": "3363"}	{"lerrcp": "A2-3363"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodor", "family": "Sabalitschka", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "STAFFELSTEIN", "geoid": 0}, "notime": null, "date-ut": "1899-05-24 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Theodor", "family": "Sabalitschka"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "STAFFELSTEIN", "geoid": 0}, "date-ut": "1899-05-24 04:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3363"}, "ids-in-sources": {"a2": "3363"}}, "raw": {"H": "5", "MN": "30", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "24", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "3363", "PRO": "S", "SEC": "0", "YEA": "1899", "CITY": "STAFFELSTEIN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5445	schaum-ferdiand-1870-07-14	{"a2": "3364"}	{"lerrcp": "A2-3364"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdiand", "family": "Schaum", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1870-07-14 08:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Ferdiand", "family": "Schaum"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1870-07-14 08:23"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3364"}, "ids-in-sources": {"a2": "3364"}}, "raw": {"H": "9", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "14", "LAT": "50N30", "LON": "9E15", "MON": "7", "NUM": "3364", "PRO": "S", "SEC": "0", "YEA": "1870", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5446	scheibler-helmuth-1882-02-19	{"a2": "3365"}	{"lerrcp": "A2-3365"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Helmuth", "family": "Scheibler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MONSCHAU", "geoid": 0}, "notime": null, "date-ut": "1882-02-19 13:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Helmuth", "family": "Scheibler"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MONSCHAU", "geoid": 0}, "date-ut": "1882-02-19 13:45"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3365"}, "ids-in-sources": {"a2": "3365"}}, "raw": {"H": "14", "MN": "45", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "19", "LAT": "51N30", "LON": "7E30", "MON": "2", "NUM": "3365", "PRO": "S", "SEC": "0", "YEA": "1882", "CITY": "MONSCHAU"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5447	schenk-daniel-1880-08-27	{"a2": "3366"}	{"lerrcp": "A2-3366"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "Schenk", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "notime": null, "date-ut": "1880-08-27 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Daniel", "family": "Schenk"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "date-ut": "1880-08-27 20:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3366"}, "ids-in-sources": {"a2": "3366"}}, "raw": {"H": "21", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "27", "LAT": "51N30", "LON": "7E30", "MON": "8", "NUM": "3366", "PRO": "S", "SEC": "0", "YEA": "1880", "CITY": "ESSEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5448	schering-harald-1880-11-25	{"a2": "3367"}	{"lerrcp": "A2-3367"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Harald", "family": "Schering", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "GOTTINGEN", "geoid": 0}, "notime": null, "date-ut": "1880-11-25 04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Harald", "family": "Schering"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "GOTTINGEN", "geoid": 0}, "date-ut": "1880-11-25 04:20"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3367"}, "ids-in-sources": {"a2": "3367"}}, "raw": {"H": "5", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "25", "LAT": "52N 0", "LON": "10E 0", "MON": "11", "NUM": "3367", "PRO": "S", "SEC": "0", "YEA": "1880", "CITY": "GOTTINGEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5449	schiller-walter-1882-12-11	{"a2": "3368"}	{"lerrcp": "A2-3368"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Schiller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "REUSCH", "geoid": 0}, "notime": null, "date-ut": "1882-12-11 14:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Schiller"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "REUSCH", "geoid": 0}, "date-ut": "1882-12-11 14:59"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3368"}, "ids-in-sources": {"a2": "3368"}}, "raw": {"H": "15", "MN": "59", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "11", "LAT": "49N 0", "LON": "11E30", "MON": "12", "NUM": "3368", "PRO": "S", "SEC": "0", "YEA": "1882", "CITY": "REUSCH"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5450	schmidt-ernst-1892-02-11	{"a2": "3369"}	{"lerrcp": "A2-3369"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Schmidt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "VOGELSEN", "geoid": 0}, "notime": null, "date-ut": "1892-02-11 16:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Schmidt"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "VOGELSEN", "geoid": 0}, "date-ut": "1892-02-11 16:20"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3369"}, "ids-in-sources": {"a2": "3369"}}, "raw": {"H": "17", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "11", "LAT": "52N 0", "LON": "10E 0", "MON": "2", "NUM": "3369", "PRO": "S", "SEC": "0", "YEA": "1892", "CITY": "VOGELSEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5451	schneiderhohn-hans-1887-06-02	{"a2": "3370"}	{"lerrcp": "A2-3370"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Schneiderhöhn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "notime": null, "date-ut": "1887-06-02 20:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Schneiderhöhn"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "date-ut": "1887-06-02 20:32"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3370"}, "ids-in-sources": {"a2": "3370"}}, "raw": {"H": "21", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "2", "LAT": "50N 0", "LON": "7E 0", "MON": "6", "NUM": "3370", "PRO": "S", "SEC": "0", "YEA": "1887", "CITY": "MAINZ"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5452	schoy-karl-1877-04-07	{"a2": "3371"}	{"lerrcp": "A2-3371"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Schoy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "BITTELSCHIESS", "geoid": 0}, "notime": null, "date-ut": "1877-04-07 18:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Schoy"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "BITTELSCHIESS", "geoid": 0}, "date-ut": "1877-04-07 18:24"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3371"}, "ids-in-sources": {"a2": "3371"}}, "raw": {"H": "19", "MN": "24", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "7", "LAT": "48N30", "LON": "9E 0", "MON": "4", "NUM": "3371", "PRO": "S", "SEC": "0", "YEA": "1877", "CITY": "BITTELSCHIESS"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5453	schroder-johannes-1879-07-20	{"a2": "3372"}	{"lerrcp": "A2-3372"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Schröder", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "GUNTERSBLUM", "geoid": 0}, "notime": null, "date-ut": "1879-07-20 08:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Schröder"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "GUNTERSBLUM", "geoid": 0}, "date-ut": "1879-07-20 08:32"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3372"}, "ids-in-sources": {"a2": "3372"}}, "raw": {"H": "9", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "20", "LAT": "50N 0", "LON": "7E 0", "MON": "7", "NUM": "3372", "PRO": "S", "SEC": "0", "YEA": "1879", "CITY": "GUNTERSBLUM"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5454	schulz-ernst-1886-03-26	{"a2": "3373"}	{"lerrcp": "A2-3373"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Schulz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BOCHUM", "geoid": 0}, "notime": null, "date-ut": "1886-03-26 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Schulz"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BOCHUM", "geoid": 0}, "date-ut": "1886-03-26 08:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3373"}, "ids-in-sources": {"a2": "3373"}}, "raw": {"H": "9", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "26", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "3373", "PRO": "S", "SEC": "0", "YEA": "1886", "CITY": "BOCHUM"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5455	seeliger-rudolf-1886-11-12	{"a2": "3374"}	{"lerrcp": "A2-3374"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rudolf", "family": "Seeliger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1886-11-12 15:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Rudolf", "family": "Seeliger"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1886-11-12 15:14"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3374"}, "ids-in-sources": {"a2": "3374"}}, "raw": {"H": "16", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "12", "LAT": "49N 0", "LON": "11E30", "MON": "11", "NUM": "3374", "PRO": "S", "SEC": "0", "YEA": "1886", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5456	seemann-hugo-1884-04-13	{"a2": "3375"}	{"lerrcp": "A2-3375"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hugo", "family": "Seemann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "CELLE", "geoid": 0}, "notime": null, "date-ut": "1884-04-13 15:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Hugo", "family": "Seemann"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "CELLE", "geoid": 0}, "date-ut": "1884-04-13 15:20"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3375"}, "ids-in-sources": {"a2": "3375"}}, "raw": {"H": "16", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "13", "LAT": "52N 0", "LON": "10E 0", "MON": "4", "NUM": "3375", "PRO": "S", "SEC": "0", "YEA": "1884", "CITY": "CELLE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5457	gauquelin-a2-3376-1875-12-23	{"a2": "3376"}	{"lerrcp": "A2-3376"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A2-3376", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "AACHEN", "geoid": 0}, "notime": null, "date-ut": "1875-12-23 23:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A2-3376"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "AACHEN", "geoid": 0}, "date-ut": "1875-12-23 23:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3376"}, "ids-in-sources": {"a2": "3376"}}, "raw": {"H": "0", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "24", "LAT": "51N30", "LON": "7E30", "MON": "12", "NUM": "3376", "PRO": "S", "SEC": "0", "YEA": "1875", "CITY": "AACHEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5458	gauquelin-a2-3377-1886-07-12	{"a2": "3377"}	{"lerrcp": "A2-3377"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A2-3377", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BOCHUM", "geoid": 0}, "notime": null, "date-ut": "1886-07-12 23:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A2-3377"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BOCHUM", "geoid": 0}, "date-ut": "1886-07-12 23:15"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3377"}, "ids-in-sources": {"a2": "3377"}}, "raw": {"H": "0", "MN": "15", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "13", "LAT": "51N30", "LON": "7E30", "MON": "7", "NUM": "3377", "PRO": "S", "SEC": "0", "YEA": "1886", "CITY": "BOCHUM"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5459	simon-arthur-1893-02-25	{"a2": "3378"}	{"lerrcp": "A2-3378"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Simon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL BARNE", "geoid": 0}, "notime": null, "date-ut": "1893-02-25 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Simon"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL BARNE", "geoid": 0}, "date-ut": "1893-02-25 21:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3378"}, "ids-in-sources": {"a2": "3378"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "25", "LAT": "51N30", "LON": "7E30", "MON": "2", "NUM": "3378", "PRO": "S", "SEC": "0", "YEA": "1893", "CITY": "WUPPERTAL BARNE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5460	gauquelin-a2-3379-1881-03-23	{"a2": "3379"}	{"lerrcp": "A2-3379"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A2-3379", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "WORMS", "geoid": 0}, "notime": null, "date-ut": "1881-03-23 23:17"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A2-3379"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "WORMS", "geoid": 0}, "date-ut": "1881-03-23 23:17"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3379"}, "ids-in-sources": {"a2": "3379"}}, "raw": {"H": "0", "MN": "17", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "24", "LAT": "50N 0", "LON": "7E 0", "MON": "3", "NUM": "3379", "PRO": "S", "SEC": "0", "YEA": "1881", "CITY": "WORMS"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5461	steigmann-ernst-1897-03-09	{"a2": "3380"}	{"lerrcp": "A2-3380"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Steigmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEILBRONN A NEC", "geoid": 0}, "notime": null, "date-ut": "1897-03-09 19:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Steigmann"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEILBRONN A NEC", "geoid": 0}, "date-ut": "1897-03-09 19:45"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3380"}, "ids-in-sources": {"a2": "3380"}}, "raw": {"H": "20", "MN": "45", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "9", "LAT": "48N30", "LON": "9E 0", "MON": "3", "NUM": "3380", "PRO": "S", "SEC": "0", "YEA": "1897", "CITY": "HEILBRONN A NEC"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5462	stintzing-hugo-1888-08-10	{"a2": "3381"}	{"lerrcp": "A2-3381"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hugo", "family": "Stintzing", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1888-08-10 16:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Hugo", "family": "Stintzing"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1888-08-10 16:14"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3381"}, "ids-in-sources": {"a2": "3381"}}, "raw": {"H": "17", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "10", "LAT": "49N 0", "LON": "11E30", "MON": "8", "NUM": "3381", "PRO": "S", "SEC": "0", "YEA": "1888", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5463	stremme-hermann-1879-05-17	{"a2": "3382"}	{"lerrcp": "A2-3382"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Stremme", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KREFELD", "geoid": 0}, "notime": null, "date-ut": "1879-05-17 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Stremme"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KREFELD", "geoid": 0}, "date-ut": "1879-05-17 04:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3382"}, "ids-in-sources": {"a2": "3382"}}, "raw": {"H": "5", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "17", "LAT": "51N30", "LON": "7E30", "MON": "5", "NUM": "3382", "PRO": "S", "SEC": "0", "YEA": "1879", "CITY": "KREFELD"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5464	tillmans-joseph-1876-07-04	{"a2": "3383"}	{"lerrcp": "A2-3383"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Tillmans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "RAMSDORF", "geoid": 0}, "notime": null, "date-ut": "1876-07-04 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Tillmans"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "RAMSDORF", "geoid": 0}, "date-ut": "1876-07-04 09:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3383"}, "ids-in-sources": {"a2": "3383"}}, "raw": {"H": "10", "MN": "30", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "4", "LAT": "51N50", "LON": "7E30", "MON": "7", "NUM": "3383", "PRO": "S", "SEC": "0", "YEA": "1876", "CITY": "RAMSDORF"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5465	trautz-max-1880-03-19	{"a2": "3384"}	{"lerrcp": "A2-3384"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Trautz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADEN", "c3": null, "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "KARLSRUHE", "geoid": 0}, "notime": null, "date-ut": "1880-03-19 17:57:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Max", "family": "Trautz"}, "birth": {"place": {"c2": "BADEN", "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "KARLSRUHE", "geoid": 0}, "date-ut": "1880-03-19 17:57:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3384"}, "ids-in-sources": {"a2": "3384"}}, "raw": {"H": "18", "MN": "57", "TZ": "-1", "COD": "BADEN", "COU": "G", "DAY": "19", "LAT": "48N46", "LON": "8E14", "MON": "3", "NUM": "3384", "PRO": "S", "SEC": "4", "YEA": "1880", "CITY": "KARLSRUHE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5466	vogt-heinrich-1890-10-05	{"a2": "3385"}	{"lerrcp": "A2-3385"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Vogt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "GAU ALGESHEIM", "geoid": 0}, "notime": null, "date-ut": "1890-10-05 02:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Vogt"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "GAU ALGESHEIM", "geoid": 0}, "date-ut": "1890-10-05 02:23"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3385"}, "ids-in-sources": {"a2": "3385"}}, "raw": {"H": "3", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "5", "LAT": "50N30", "LON": "9E15", "MON": "10", "NUM": "3385", "PRO": "S", "SEC": "0", "YEA": "1890", "CITY": "GAU ALGESHEIM"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5467	vorlander-daniel-1867-06-11	{"a2": "3386"}	{"lerrcp": "A2-3386"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "Vorländer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 6.03333, "lat": 50.63333, "name": "EUPEN", "geoid": 0}, "notime": null, "date-ut": "1867-06-11 16:35:42"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Daniel", "family": "Vorländer"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 6.03333, "lat": 50.63333, "name": "EUPEN", "geoid": 0}, "date-ut": "1867-06-11 16:35:42"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3386"}, "ids-in-sources": {"a2": "3386"}}, "raw": {"H": "16", "MN": "35", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "11", "LAT": "50N38", "LON": "6E 2", "MON": "6", "NUM": "3386", "PRO": "S", "SEC": "42", "YEA": "1867", "CITY": "EUPEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5468	wagner-karl-1883-02-22	{"a2": "3387"}	{"lerrcp": "A2-3387"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Wagner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRIEDRICHSDORF", "geoid": 0}, "notime": null, "date-ut": "1883-02-22 08:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Wagner"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRIEDRICHSDORF", "geoid": 0}, "date-ut": "1883-02-22 08:23"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3387"}, "ids-in-sources": {"a2": "3387"}}, "raw": {"H": "9", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "22", "LAT": "50N30", "LON": "9E15", "MON": "2", "NUM": "3387", "PRO": "S", "SEC": "0", "YEA": "1883", "CITY": "FRIEDRICHSDORF"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5469	wartenberg-hans-1880-03-24	{"a2": "3388"}	{"lerrcp": "A2-3388"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Wartenberg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HOLST", "c3": null, "cy": "DE", "lg": 9.8, "lat": 53.56667, "name": "KELLINGHUSEN", "geoid": 0}, "notime": null, "date-ut": "1880-03-24 11:05:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Wartenberg"}, "birth": {"place": {"c2": "HOLST", "cy": "DE", "lg": 9.8, "lat": 53.56667, "name": "KELLINGHUSEN", "geoid": 0}, "date-ut": "1880-03-24 11:05:48"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3388"}, "ids-in-sources": {"a2": "3388"}}, "raw": {"H": "12", "MN": "5", "TZ": "-1", "COD": "HOLST", "COU": "G", "DAY": "24", "LAT": "53N34", "LON": "9E48", "MON": "3", "NUM": "3388", "PRO": "S", "SEC": "48", "YEA": "1880", "CITY": "KELLINGHUSEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5470	weickmann-ludwi-1882-08-15	{"a2": "3389"}	{"lerrcp": "A2-3389"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludwi", "family": "Weickmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NEU ULM", "geoid": 0}, "notime": null, "date-ut": "1882-08-15 16:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Ludwi", "family": "Weickmann"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NEU ULM", "geoid": 0}, "date-ut": "1882-08-15 16:14"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3389"}, "ids-in-sources": {"a2": "3389"}}, "raw": {"H": "17", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "15", "LAT": "49N 0", "LON": "11E30", "MON": "8", "NUM": "3389", "PRO": "S", "SEC": "0", "YEA": "1882", "CITY": "NEU ULM"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5471	gauquelin-a2-3390-1892-09-02	{"a2": "3390"}	{"lerrcp": "A2-3390"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A2-3390", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL ELBER", "geoid": 0}, "notime": null, "date-ut": "1892-09-02 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A2-3390"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL ELBER", "geoid": 0}, "date-ut": "1892-09-02 23:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3390"}, "ids-in-sources": {"a2": "3390"}}, "raw": {"H": "0", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "3", "LAT": "51N30", "LON": "7E30", "MON": "9", "NUM": "3390", "PRO": "S", "SEC": "0", "YEA": "1892", "CITY": "WUPPERTAL ELBER"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5473	wieland-heinrich-1877-06-04	{"a2": "3392", "afd2": "597"}	{"lerrcp": "A2-3392", "muller": "M2-597"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Wieland", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1877-06-04 20:30", "note": "LMT", "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "PFORZHEIM", "geoid": 0}, "notime": null, "date-ut": "1877-06-04 19:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Wieland"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "PFORZHEIM", "geoid": 0}, "date-ut": "1877-06-04 19:54"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3392"}, "ids-in-sources": {"a2": "3392"}}, "raw": {"H": "20", "MN": "54", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "4", "LAT": "48N30", "LON": "9E 0", "MON": "6", "NUM": "3392", "PRO": "S", "SEC": "0", "YEA": "1877", "CITY": "PFORZHEIM"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1877-06-04 20:30", "note": "LMT"}, "occus": ["scientist"], "ids-in-sources": {"afd2": "597"}}, "raw": {"CY": "D", "GQ": "G", "LG": "008 E 42", "LAT": "48 N 53", "TZO": "", "DATE": "04.06.1877", "MUID": "597", "NAME": "Wieland, Heinrich", "OCCU": "SC 03", "TIME": "20.30", "BOOKS": "47", "PLACE": "Pforzheim", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
5474	winter-heinrich-1875-02-18	{"a2": "3393"}	{"lerrcp": "A2-3393"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Winter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MINDEN", "geoid": 0}, "notime": null, "date-ut": "1875-02-18 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Winter"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MINDEN", "geoid": 0}, "date-ut": "1875-02-18 20:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3393"}, "ids-in-sources": {"a2": "3393"}}, "raw": {"H": "21", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "18", "LAT": "51N30", "LON": "7E30", "MON": "2", "NUM": "3393", "PRO": "S", "SEC": "0", "YEA": "1875", "CITY": "MINDEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5475	wolf-karl-1901-02-14	{"a2": "3394"}	{"lerrcp": "A2-3394"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Wolf", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "KIRCHHEIMBOLEND", "geoid": 0}, "notime": null, "date-ut": "1901-02-14 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Wolf"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "KIRCHHEIMBOLEND", "geoid": 0}, "date-ut": "1901-02-14 08:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3394"}, "ids-in-sources": {"a2": "3394"}}, "raw": {"H": "9", "MN": "0", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "14", "LAT": "50N 0", "LON": "7E 0", "MON": "2", "NUM": "3394", "PRO": "S", "SEC": "0", "YEA": "1901", "CITY": "KIRCHHEIMBOLEND"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5476	wurschmidt-joseph-1886-02-05	{"a2": "3395"}	{"lerrcp": "A2-3395"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Würschmidt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "BAYREUTH", "geoid": 0}, "notime": null, "date-ut": "1886-02-05 07:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Würschmidt"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "BAYREUTH", "geoid": 0}, "date-ut": "1886-02-05 07:59"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3395"}, "ids-in-sources": {"a2": "3395"}}, "raw": {"H": "8", "MN": "59", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "5", "LAT": "49N 0", "LON": "11E30", "MON": "2", "NUM": "3395", "PRO": "S", "SEC": "0", "YEA": "1886", "CITY": "BAYREUTH"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5478	adan-emile-1830-10-18	{"a2": "3397"}	{"lerrcp": "A2-3397"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Adan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1830-10-18 04:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Adan"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1830-10-18 04:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3397"}, "ids-in-sources": {"a2": "3397"}}, "raw": {"H": "4", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "18", "LAT": "50N51", "LON": "4E15", "MON": "10", "NUM": "3397", "PRO": "S", "SEC": "0", "YEA": "1830", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5479	anspach-lucien-1857-07-09	{"a2": "3398"}	{"lerrcp": "A2-3398"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Anspach", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1857-07-09 06:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Anspach"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1857-07-09 06:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3398"}, "ids-in-sources": {"a2": "3398"}}, "raw": {"H": "6", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "9", "LAT": "50N51", "LON": "4E15", "MON": "7", "NUM": "3398", "PRO": "S", "SEC": "0", "YEA": "1857", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5480	asselberghs-etienne-1889-02-09	{"a2": "3399"}	{"lerrcp": "A2-3399"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Asselberghs", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1889-02-09 14:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Asselberghs"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1889-02-09 14:42:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3399"}, "ids-in-sources": {"a2": "3399"}}, "raw": {"H": "14", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "9", "LAT": "51N14", "LON": "4E30", "MON": "2", "NUM": "3399", "PRO": "S", "SEC": "0", "YEA": "1889", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5481	aubel-edmond-1864-08-05	{"a2": "3400"}	{"lerrcp": "A2-3400"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Aubel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1864-08-05 06:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Aubel"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1864-08-05 06:38:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3400"}, "ids-in-sources": {"a2": "3400"}}, "raw": {"H": "6", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "5", "LAT": "50N39", "LON": "5E30", "MON": "8", "NUM": "3400", "PRO": "S", "SEC": "0", "YEA": "1864", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5482	baes-louis-1883-12-05	{"a2": "3401"}	{"lerrcp": "A2-3401"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Baes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1883-12-05 06:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Baes"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1883-12-05 06:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3401"}, "ids-in-sources": {"a2": "3401"}}, "raw": {"H": "6", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "5", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "3401", "PRO": "S", "SEC": "0", "YEA": "1883", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5483	belpaire-alphonse-1817-05-11	{"a2": "3402"}	{"lerrcp": "A2-3402"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Belpaire", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVI", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "W-VI", "geoid": 0}, "notime": null, "date-ut": "1817-05-11 02:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Belpaire"}, "birth": {"place": {"c2": "WVI", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "W-VI", "geoid": 0}, "date-ut": "1817-05-11 02:47:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3402"}, "ids-in-sources": {"a2": "3402"}}, "raw": {"H": "2", "MN": "47", "TZ": "0", "COD": "WVI", "COU": "B", "DAY": "11", "LAT": "51N13", "LON": "3E15", "MON": "5", "NUM": "3402", "PRO": "S", "SEC": "0", "YEA": "1817", "CITY": "W-VI"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5484	beneden-edouard-1846-03-05	{"a2": "3403"}	{"lerrcp": "A2-3403"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Beneden", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "notime": null, "date-ut": "1846-03-05 18:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Beneden"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "date-ut": "1846-03-05 18:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3403"}, "ids-in-sources": {"a2": "3403"}}, "raw": {"H": "18", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "5", "LAT": "50N51", "LON": "4E15", "MON": "3", "NUM": "3403", "PRO": "S", "SEC": "0", "YEA": "1846", "CITY": "LOUVAIN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5485	beneden-pierre-1809-12-19	{"a2": "3404"}	{"lerrcp": "A2-3404"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Beneden", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "notime": null, "date-ut": "1809-12-19 20:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Beneden"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "date-ut": "1809-12-19 20:42:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3404"}, "ids-in-sources": {"a2": "3404"}}, "raw": {"H": "20", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "19", "LAT": "51N14", "LON": "4E30", "MON": "12", "NUM": "3404", "PRO": "S", "SEC": "0", "YEA": "1809", "CITY": "MALINES"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5486	berge-albert-1864-12-14	{"a2": "3405"}	{"lerrcp": "A2-3405"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Berge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1864-12-14 00:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Berge"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1864-12-14 00:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3405"}, "ids-in-sources": {"a2": "3405"}}, "raw": {"H": "0", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "14", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "3405", "PRO": "S", "SEC": "0", "YEA": "1864", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5487	berliere-u-1861-09-03	{"a2": "3406"}	{"lerrcp": "A2-3406"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "U", "family": "Berliere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "GOSSELIES", "geoid": 0}, "notime": null, "date-ut": "1861-09-03 19:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "U", "family": "Berliere"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "GOSSELIES", "geoid": 0}, "date-ut": "1861-09-03 19:42:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3406"}, "ids-in-sources": {"a2": "3406"}}, "raw": {"H": "19", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "3", "LAT": "50N23", "LON": "4E30", "MON": "9", "NUM": "3406", "PRO": "S", "SEC": "0", "YEA": "1861", "CITY": "GOSSELIES"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5488	blancquaert-j-1838-08-15	{"a2": "3407"}	{"lerrcp": "A2-3407"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "J", "family": "Blancquaert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVI", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "ROULERS", "geoid": 0}, "notime": null, "date-ut": "1838-08-15 23:17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "J", "family": "Blancquaert"}, "birth": {"place": {"c2": "WVI", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "ROULERS", "geoid": 0}, "date-ut": "1838-08-15 23:17:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3407"}, "ids-in-sources": {"a2": "3407"}}, "raw": {"H": "23", "MN": "17", "TZ": "0", "COD": "WVI", "COU": "B", "DAY": "15", "LAT": "51N13", "LON": "3E15", "MON": "8", "NUM": "3407", "PRO": "S", "SEC": "0", "YEA": "1838", "CITY": "ROULERS"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5489	bommer-charles-1866-09-13	{"a2": "3408"}	{"lerrcp": "A2-3408"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Bommer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1866-09-13 06:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Bommer"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1866-09-13 06:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3408"}, "ids-in-sources": {"a2": "3408"}}, "raw": {"H": "6", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "13", "LAT": "50N51", "LON": "4E15", "MON": "9", "NUM": "3408", "PRO": "S", "SEC": "0", "YEA": "1866", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5490	bommer-jean-1829-11-16	{"a2": "3409"}	{"lerrcp": "A2-3409"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bommer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1829-11-16 00:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bommer"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1829-11-16 00:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3409"}, "ids-in-sources": {"a2": "3409"}}, "raw": {"H": "0", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "16", "LAT": "50N51", "LON": "4E15", "MON": "11", "NUM": "3409", "PRO": "S", "SEC": "0", "YEA": "1829", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5491	bortier-pierre-1805-06-10	{"a2": "3410"}	{"lerrcp": "A2-3410"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Bortier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVI", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "DIXMUDE", "geoid": 0}, "notime": null, "date-ut": "1805-06-10 01:17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Bortier"}, "birth": {"place": {"c2": "WVI", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "DIXMUDE", "geoid": 0}, "date-ut": "1805-06-10 01:17:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3410"}, "ids-in-sources": {"a2": "3410"}}, "raw": {"H": "1", "MN": "17", "TZ": "0", "COD": "WVI", "COU": "B", "DAY": "10", "LAT": "51N13", "LON": "3E15", "MON": "6", "NUM": "3410", "PRO": "S", "SEC": "0", "YEA": "1805", "CITY": "DIXMUDE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5492	boulvin-jules-1855-04-29	{"a2": "3411"}	{"lerrcp": "A2-3411"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Boulvin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ROUX", "geoid": 0}, "notime": null, "date-ut": "1855-04-29 06:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Boulvin"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ROUX", "geoid": 0}, "date-ut": "1855-04-29 06:42:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3411"}, "ids-in-sources": {"a2": "3411"}}, "raw": {"H": "6", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "29", "LAT": "50N23", "LON": "4E30", "MON": "4", "NUM": "3411", "PRO": "S", "SEC": "0", "YEA": "1855", "CITY": "ROUX"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5493	brasseur-jean-1802-06-24	{"a2": "3412"}	{"lerrcp": "A2-3412"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Brasseur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "ESCH/ALZETTE", "geoid": 0}, "notime": null, "date-ut": "1802-06-24 04:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Brasseur"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "ESCH/ALZETTE", "geoid": 0}, "date-ut": "1802-06-24 04:39:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3412"}, "ids-in-sources": {"a2": "3412"}}, "raw": {"H": "4", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "24", "LAT": "50N 2", "LON": "5E15", "MON": "6", "NUM": "3412", "PRO": "S", "SEC": "0", "YEA": "1802", "CITY": "ESCH/ALZETTE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5494	briart-alphonse-1825-02-25	{"a2": "3413"}	{"lerrcp": "A2-3413"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Briart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CHAPELLE LES HE", "geoid": 0}, "notime": null, "date-ut": "1825-02-25 06:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Briart"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CHAPELLE LES HE", "geoid": 0}, "date-ut": "1825-02-25 06:42:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3413"}, "ids-in-sources": {"a2": "3413"}}, "raw": {"H": "6", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "25", "LAT": "50N23", "LON": "4E30", "MON": "2", "NUM": "3413", "PRO": "S", "SEC": "0", "YEA": "1825", "CITY": "CHAPELLE LES HE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5495	brien-paul-1894-05-24	{"a2": "3414"}	{"lerrcp": "A2-3414"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Brien", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "HANNUT", "geoid": 0}, "notime": null, "date-ut": "1894-05-24 20:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Brien"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "HANNUT", "geoid": 0}, "date-ut": "1894-05-24 20:00:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3414"}, "ids-in-sources": {"a2": "3414"}}, "raw": {"H": "20", "MN": "0", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "24", "LAT": "50N39", "LON": "5E30", "MON": "5", "NUM": "3414", "PRO": "S", "SEC": "0", "YEA": "1894", "CITY": "HANNUT"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5496	bruck-nicolas-1818-10-01	{"a2": "3415"}	{"lerrcp": "A2-3415"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicolas", "family": "Bruck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "DIEKIRCH", "geoid": 0}, "notime": null, "date-ut": "1818-10-01 03:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Nicolas", "family": "Bruck"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "DIEKIRCH", "geoid": 0}, "date-ut": "1818-10-01 03:39:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3415"}, "ids-in-sources": {"a2": "3415"}}, "raw": {"H": "3", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "1", "LAT": "50N 2", "LON": "5E15", "MON": "10", "NUM": "3415", "PRO": "S", "SEC": "0", "YEA": "1818", "CITY": "DIEKIRCH"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5497	bruyker-constant-1878-10-21	{"a2": "3416"}	{"lerrcp": "A2-3416"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Constant", "family": "Bruyker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVI", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1878-10-21 11:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Constant", "family": "Bruyker"}, "birth": {"place": {"c2": "OVI", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1878-10-21 11:45:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3416"}, "ids-in-sources": {"a2": "3416"}}, "raw": {"H": "11", "MN": "45", "TZ": "0", "COD": "OVI", "COU": "B", "DAY": "21", "LAT": "51N 5", "LON": "3E45", "MON": "10", "NUM": "3416", "PRO": "S", "SEC": "0", "YEA": "1878", "CITY": "GAND"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5498	bruylants-pierre-1886-07-09	{"a2": "3417"}	{"lerrcp": "A2-3417"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Bruylants", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "notime": null, "date-ut": "1886-07-09 02:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Bruylants"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "date-ut": "1886-07-09 02:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3417"}, "ids-in-sources": {"a2": "3417"}}, "raw": {"H": "2", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "9", "LAT": "50N51", "LON": "4E15", "MON": "7", "NUM": "3417", "PRO": "S", "SEC": "0", "YEA": "1886", "CITY": "LOUVAIN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5499	bureau-florent-1906-12-17	{"a2": "3418"}	{"lerrcp": "A2-3418"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Florent", "family": "Bureau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "JEMEPPE/SAMBRE", "geoid": 0}, "notime": null, "date-ut": "1906-12-17 22:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Florent", "family": "Bureau"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "JEMEPPE/SAMBRE", "geoid": 0}, "date-ut": "1906-12-17 22:00:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3418"}, "ids-in-sources": {"a2": "3418"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "17", "LAT": "50N20", "LON": "4E30", "MON": "12", "NUM": "3418", "PRO": "S", "SEC": "0", "YEA": "1906", "CITY": "JEMEPPE/SAMBRE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5500	buttgenbach-henri-1874-02-02	{"a2": "3419"}	{"lerrcp": "A2-3419"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Buttgenbach", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "ENSIVAL", "geoid": 0}, "notime": null, "date-ut": "1874-02-02 18:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Buttgenbach"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "ENSIVAL", "geoid": 0}, "date-ut": "1874-02-02 18:38:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3419"}, "ids-in-sources": {"a2": "3419"}}, "raw": {"H": "18", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "2", "LAT": "50N39", "LON": "5E30", "MON": "2", "NUM": "3419", "PRO": "S", "SEC": "0", "YEA": "1874", "CITY": "ENSIVAL"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5501	buys-ballot-christophorus-1817-10-10	{"a2": "3420"}	{"lerrcp": "A2-3420"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christophorus", "family": "Buys-Ballot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NL", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "KLOETINGEN", "geoid": 0}, "notime": null, "date-ut": "1817-10-10 22:38:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Christophorus", "family": "Buys-Ballot"}, "birth": {"place": {"c2": "NL", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "KLOETINGEN", "geoid": 0}, "date-ut": "1817-10-10 22:38:48"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3420"}, "ids-in-sources": {"a2": "3420"}}, "raw": {"H": "22", "MN": "38", "TZ": "0", "COD": "NL", "COU": "N", "DAY": "10", "LAT": "52N 6", "LON": "5E 8", "MON": "10", "NUM": "3420", "PRO": "S", "SEC": "48", "YEA": "1817", "CITY": "KLOETINGEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5502	cantraine-francois-1801-12-01	{"a2": "3421"}	{"lerrcp": "A2-3421"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Cantraine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ELLEZELLES", "geoid": 0}, "notime": null, "date-ut": "1801-12-01 01:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "François", "family": "Cantraine"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ELLEZELLES", "geoid": 0}, "date-ut": "1801-12-01 01:42:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3421"}, "ids-in-sources": {"a2": "3421"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "1", "LAT": "50N23", "LON": "4E30", "MON": "12", "NUM": "3421", "PRO": "S", "SEC": "0", "YEA": "1801", "CITY": "ELLEZELLES"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5503	carnoy-joseph-1841-11-13	{"a2": "3422"}	{"lerrcp": "A2-3422"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Carnoy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "RUMILLIES", "geoid": 0}, "notime": null, "date-ut": "1841-11-13 01:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Carnoy"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "RUMILLIES", "geoid": 0}, "date-ut": "1841-11-13 01:42:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3422"}, "ids-in-sources": {"a2": "3422"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "13", "LAT": "50N23", "LON": "4E30", "MON": "11", "NUM": "3422", "PRO": "S", "SEC": "0", "YEA": "1841", "CITY": "RUMILLIES"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5504	chalon-regnier-1802-12-04	{"a2": "3423"}	{"lerrcp": "A2-3423"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Regnier", "family": "Chalon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "notime": null, "date-ut": "1802-12-04 17:27:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Regnier", "family": "Chalon"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "date-ut": "1802-12-04 17:27:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3423"}, "ids-in-sources": {"a2": "3423"}}, "raw": {"H": "17", "MN": "27", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "4", "LAT": "50N23", "LON": "4E30", "MON": "12", "NUM": "3423", "PRO": "S", "SEC": "0", "YEA": "1802", "CITY": "MONS"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5505	chanteux-joseph-1886-04-03	{"a2": "3424"}	{"lerrcp": "A2-3424"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Chanteux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "HERVE", "geoid": 0}, "notime": null, "date-ut": "1886-04-03 05:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Chanteux"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "HERVE", "geoid": 0}, "date-ut": "1886-04-03 05:38:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3424"}, "ids-in-sources": {"a2": "3424"}}, "raw": {"H": "5", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "3", "LAT": "50N39", "LON": "5E30", "MON": "4", "NUM": "3424", "PRO": "S", "SEC": "0", "YEA": "1886", "CITY": "HERVE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5506	christophe-paul-1870-07-25	{"a2": "3425"}	{"lerrcp": "A2-3425"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Christophe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "VERVIERS", "geoid": 0}, "notime": null, "date-ut": "1870-07-25 15:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Christophe"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "VERVIERS", "geoid": 0}, "date-ut": "1870-07-25 15:38:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3425"}, "ids-in-sources": {"a2": "3425"}}, "raw": {"H": "15", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "25", "LAT": "50N39", "LON": "5E30", "MON": "7", "NUM": "3425", "PRO": "S", "SEC": "0", "YEA": "1870", "CITY": "VERVIERS"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5507	coemans-eugene-1825-10-30	{"a2": "3426"}	{"lerrcp": "A2-3426"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Coemans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1825-10-30 10:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Coemans"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1825-10-30 10:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3426"}, "ids-in-sources": {"a2": "3426"}}, "raw": {"H": "10", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "30", "LAT": "50N51", "LON": "4E15", "MON": "10", "NUM": "3426", "PRO": "S", "SEC": "0", "YEA": "1825", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5508	cogniaux-alfred-1841-04-07	{"a2": "3427"}	{"lerrcp": "A2-3427"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Cogniaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ROBECHIES", "geoid": 0}, "notime": null, "date-ut": "1841-04-07 05:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Cogniaux"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ROBECHIES", "geoid": 0}, "date-ut": "1841-04-07 05:42:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3427"}, "ids-in-sources": {"a2": "3427"}}, "raw": {"H": "5", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "7", "LAT": "50N23", "LON": "4E30", "MON": "4", "NUM": "3427", "PRO": "S", "SEC": "0", "YEA": "1841", "CITY": "ROBECHIES"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5509	colard-oscar-1867-06-24	{"a2": "3428"}	{"lerrcp": "A2-3428"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oscar", "family": "Colard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "VERVIERS", "geoid": 0}, "notime": null, "date-ut": "1867-06-24 04:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Oscar", "family": "Colard"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "VERVIERS", "geoid": 0}, "date-ut": "1867-06-24 04:38:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3428"}, "ids-in-sources": {"a2": "3428"}}, "raw": {"H": "4", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "24", "LAT": "50N39", "LON": "5E30", "MON": "6", "NUM": "3428", "PRO": "S", "SEC": "0", "YEA": "1867", "CITY": "VERVIERS"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5510	colnet-huart-alexandre-1821-06-06	{"a2": "3429"}	{"lerrcp": "A2-3429"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Colnet Huart Alexandre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "BERTRANGE", "geoid": 0}, "notime": null, "date-ut": "1821-06-06 14:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "", "family": "Colnet Huart Alexandre"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "BERTRANGE", "geoid": 0}, "date-ut": "1821-06-06 14:39:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3429"}, "ids-in-sources": {"a2": "3429"}}, "raw": {"H": "14", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "6", "LAT": "50N 2", "LON": "5E15", "MON": "6", "NUM": "3429", "PRO": "S", "SEC": "0", "YEA": "1821", "CITY": "BERTRANGE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5511	coppens-albert-1885-08-06	{"a2": "3430"}	{"lerrcp": "A2-3430"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Coppens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVI", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ARDOYE", "geoid": 0}, "notime": null, "date-ut": "1885-08-06 18:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Coppens"}, "birth": {"place": {"c2": "OVI", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ARDOYE", "geoid": 0}, "date-ut": "1885-08-06 18:45:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3430"}, "ids-in-sources": {"a2": "3430"}}, "raw": {"H": "18", "MN": "45", "TZ": "0", "COD": "OVI", "COU": "B", "DAY": "6", "LAT": "51N 5", "LON": "3E45", "MON": "8", "NUM": "3430", "PRO": "S", "SEC": "0", "YEA": "1885", "CITY": "ARDOYE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5512	cornet-francois-1834-02-21	{"a2": "3431"}	{"lerrcp": "A2-3431"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Cornet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "GIVRY", "geoid": 0}, "notime": null, "date-ut": "1834-02-21 05:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "François", "family": "Cornet"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "GIVRY", "geoid": 0}, "date-ut": "1834-02-21 05:42:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3431"}, "ids-in-sources": {"a2": "3431"}}, "raw": {"H": "5", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "21", "LAT": "50N23", "LON": "4E30", "MON": "2", "NUM": "3431", "PRO": "S", "SEC": "0", "YEA": "1834", "CITY": "GIVRY"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
17897	brochier-andre-1899-10-22	{"e1": "264"}	{"lerrcp": "E1-264"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Brochier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-10-22 08:00", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 4.79727, "lat": 45.3738, "name": "Le Péage-de-Roussillon", "geoid": 3002988}, "notime": null, "date-ut": "1899-10-22 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Brochier"}, "birth": {"tzo": "+00:09", "date": "1899-10-22 08:00", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": 4.79727, "lat": 45.3738, "name": "Le Péage-de-Roussillon", "geoid": 3002988}, "date-ut": "1899-10-22 07:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "264"}}, "raw": {"H": "08:00", "COD": "38", "DAY": "22", "MON": "10", "NUM": "0264", "PRO": "PH", "YEA": "1899", "CITY": "Le Péage de Roussillon", "NAME": "BROCHIER André", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
5514	cox-jacques-1898-08-16	{"a2": "3433"}	{"lerrcp": "A2-3433"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Cox", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1898-08-16 16:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Cox"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1898-08-16 16:00:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3433"}, "ids-in-sources": {"a2": "3433"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "16", "LAT": "51N14", "LON": "4E30", "MON": "8", "NUM": "3433", "PRO": "S", "SEC": "0", "YEA": "1898", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5515	crepin-francois-1830-10-30	{"a2": "3434"}	{"lerrcp": "A2-3434"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Crepin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "ROCHEFORT", "geoid": 0}, "notime": null, "date-ut": "1830-10-30 00:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "François", "family": "Crepin"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "ROCHEFORT", "geoid": 0}, "date-ut": "1830-10-30 00:42:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3434"}, "ids-in-sources": {"a2": "3434"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "30", "LAT": "50N20", "LON": "4E30", "MON": "10", "NUM": "3434", "PRO": "S", "SEC": "0", "YEA": "1830", "CITY": "ROCHEFORT"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5516	crismer-leon-1858-10-23	{"a2": "3435"}	{"lerrcp": "A2-3435"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Crismer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "ST-AVELOT", "geoid": 0}, "notime": null, "date-ut": "1858-10-23 17:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Crismer"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "ST-AVELOT", "geoid": 0}, "date-ut": "1858-10-23 17:38:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3435"}, "ids-in-sources": {"a2": "3435"}}, "raw": {"H": "17", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "23", "LAT": "50N39", "LON": "5E30", "MON": "10", "NUM": "3435", "PRO": "S", "SEC": "0", "YEA": "1858", "CITY": "ST-AVELOT"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5517	dauge-felix-1829-05-24	{"a2": "3436"}	{"lerrcp": "A2-3436"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Dauge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1829-05-24 18:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Dauge"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1829-05-24 18:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3436"}, "ids-in-sources": {"a2": "3436"}}, "raw": {"H": "18", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "24", "LAT": "50N51", "LON": "4E15", "MON": "5", "NUM": "3436", "PRO": "S", "SEC": "0", "YEA": "1829", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5518	davreux-charles-1836-09-24	{"a2": "3437"}	{"lerrcp": "A2-3437"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Davreux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1836-09-24 19:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Davreux"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1836-09-24 19:38:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3437"}, "ids-in-sources": {"a2": "3437"}}, "raw": {"H": "19", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "24", "LAT": "50N39", "LON": "5E30", "MON": "9", "NUM": "3437", "PRO": "S", "SEC": "0", "YEA": "1836", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5519	debaisieux-paul-1886-05-31	{"a2": "3438"}	{"lerrcp": "A2-3438"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Debaisieux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "notime": null, "date-ut": "1886-05-31 23:28:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Debaisieux"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "date-ut": "1886-05-31 23:28:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3438"}, "ids-in-sources": {"a2": "3438"}}, "raw": {"H": "23", "MN": "28", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "31", "LAT": "50N51", "LON": "4E15", "MON": "5", "NUM": "3438", "PRO": "S", "SEC": "0", "YEA": "1886", "CITY": "LOUVAIN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5520	dehalu-marcel-1873-09-01	{"a2": "3439"}	{"lerrcp": "A2-3439"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Dehalu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "MONTEGNEE", "geoid": 0}, "notime": null, "date-ut": "1873-09-01 00:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Dehalu"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "MONTEGNEE", "geoid": 0}, "date-ut": "1873-09-01 00:38:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3439"}, "ids-in-sources": {"a2": "3439"}}, "raw": {"H": "0", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "1", "LAT": "50N39", "LON": "5E30", "MON": "9", "NUM": "3439", "PRO": "S", "SEC": "0", "YEA": "1873", "CITY": "MONTEGNEE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5521	delacre-maurice-1862-09-06	{"a2": "3440"}	{"lerrcp": "A2-3440"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Delacre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1862-09-06 17:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Delacre"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1862-09-06 17:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3440"}, "ids-in-sources": {"a2": "3440"}}, "raw": {"H": "17", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "6", "LAT": "50N51", "LON": "4E15", "MON": "9", "NUM": "3440", "PRO": "S", "SEC": "0", "YEA": "1862", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5522	demoulin-alphonse-1869-09-20	{"a2": "3441"}	{"lerrcp": "A2-3441"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Demoulin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1869-09-20 05:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Demoulin"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1869-09-20 05:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3441"}, "ids-in-sources": {"a2": "3441"}}, "raw": {"H": "5", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "20", "LAT": "50N51", "LON": "4E15", "MON": "9", "NUM": "3441", "PRO": "S", "SEC": "0", "YEA": "1869", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
17898	brohon-raymond-1911-09-07	{"e1": "265"}	{"lerrcp": "E1-265"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Brohon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-09-07 10:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.28601, "lat": 50.71843, "name": "Blendecques", "geoid": 3032279}, "notime": null, "date-ut": "1911-09-07 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Brohon"}, "birth": {"tzo": "+00:00", "date": "1911-09-07 10:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 2.28601, "lat": 50.71843, "name": "Blendecques", "geoid": 3032279}, "date-ut": "1911-09-07 10:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "265"}}, "raw": {"H": "10:00", "COD": "62", "DAY": "07", "MON": "09", "NUM": "0265", "PRO": "MI", "YEA": "1911", "CITY": "Blendecques", "NAME": "BROHON Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
5524	gauquelin-a2-3443-1862-03-18	{"a2": "3443"}	{"lerrcp": "A2-3443"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A2-3443", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1862-03-18 11:08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A2-3443"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1862-03-18 11:08:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3443"}, "ids-in-sources": {"a2": "3443"}}, "raw": {"H": "11", "MN": "8", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "18", "LAT": "50N39", "LON": "5E30", "MON": "3", "NUM": "3443", "PRO": "S", "SEC": "0", "YEA": "1862", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5525	devroede-jean-1800-06-14	{"a2": "3444"}	{"lerrcp": "A2-3444"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Devroede", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ST PIERRE CAPEL", "geoid": 0}, "notime": null, "date-ut": "1800-06-14 00:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Devroede"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ST PIERRE CAPEL", "geoid": 0}, "date-ut": "1800-06-14 00:42:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3444"}, "ids-in-sources": {"a2": "3444"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "14", "LAT": "50N23", "LON": "4E30", "MON": "6", "NUM": "3444", "PRO": "S", "SEC": "0", "YEA": "1800", "CITY": "ST PIERRE CAPEL"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5526	dewalque-francois-1837-04-03	{"a2": "3445"}	{"lerrcp": "A2-3445"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Dewalque", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "ST-AVELOT", "geoid": 0}, "notime": null, "date-ut": "1837-04-03 21:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "François", "family": "Dewalque"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "ST-AVELOT", "geoid": 0}, "date-ut": "1837-04-03 21:38:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3445"}, "ids-in-sources": {"a2": "3445"}}, "raw": {"H": "21", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "3", "LAT": "50N39", "LON": "5E30", "MON": "4", "NUM": "3445", "PRO": "S", "SEC": "0", "YEA": "1837", "CITY": "ST-AVELOT"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5527	dewalque-gustave-1826-12-02	{"a2": "3446"}	{"lerrcp": "A2-3446"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Dewalque", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "ST-AVELOT", "geoid": 0}, "notime": null, "date-ut": "1826-12-02 05:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Dewalque"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "ST-AVELOT", "geoid": 0}, "date-ut": "1826-12-02 05:38:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3446"}, "ids-in-sources": {"a2": "3446"}}, "raw": {"H": "5", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "2", "LAT": "50N39", "LON": "5E30", "MON": "12", "NUM": "3446", "PRO": "S", "SEC": "0", "YEA": "1826", "CITY": "ST-AVELOT"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5528	donder-theophile-1872-08-19	{"a2": "3447"}	{"lerrcp": "A2-3447"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theophile", "family": "Donder", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "notime": null, "date-ut": "1872-08-19 00:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Theophile", "family": "Donder"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "date-ut": "1872-08-19 00:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3447"}, "ids-in-sources": {"a2": "3447"}}, "raw": {"H": "0", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "19", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "3447", "PRO": "S", "SEC": "0", "YEA": "1872", "CITY": "SCHAERBEEK"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5529	donny-francois-1822-01-31	{"a2": "3448"}	{"lerrcp": "A2-3448"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Donny", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVI", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OSTENDE", "geoid": 0}, "notime": null, "date-ut": "1822-01-31 06:17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "François", "family": "Donny"}, "birth": {"place": {"c2": "WVI", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OSTENDE", "geoid": 0}, "date-ut": "1822-01-31 06:17:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3448"}, "ids-in-sources": {"a2": "3448"}}, "raw": {"H": "6", "MN": "17", "TZ": "0", "COD": "WVI", "COU": "B", "DAY": "31", "LAT": "51N13", "LON": "3E15", "MON": "1", "NUM": "3448", "PRO": "S", "SEC": "0", "YEA": "1822", "CITY": "OSTENDE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5530	dony-henault-octave-1875-11-20	{"a2": "3449"}	{"lerrcp": "A2-3449"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Octave", "family": "Dony-Henault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "notime": null, "date-ut": "1875-11-20 00:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Octave", "family": "Dony-Henault"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "date-ut": "1875-11-20 00:42:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3449"}, "ids-in-sources": {"a2": "3449"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "20", "LAT": "50N20", "LON": "4E30", "MON": "11", "NUM": "3449", "PRO": "S", "SEC": "0", "YEA": "1875", "CITY": "NAMUR"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5531	dossin-georges-1896-02-04	{"a2": "3450"}	{"lerrcp": "A2-3450"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Dossin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "WANDRE", "geoid": 0}, "notime": null, "date-ut": "1896-02-04 11:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Dossin"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "WANDRE", "geoid": 0}, "date-ut": "1896-02-04 11:00:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3450"}, "ids-in-sources": {"a2": "3450"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "4", "LAT": "50N39", "LON": "5E30", "MON": "2", "NUM": "3450", "PRO": "S", "SEC": "0", "YEA": "1896", "CITY": "WANDRE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5532	dumont-andre-1809-02-15	{"a2": "3451"}	{"lerrcp": "A2-3451"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Dumont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1809-02-15 17:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "André", "family": "Dumont"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1809-02-15 17:38:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3451"}, "ids-in-sources": {"a2": "3451"}}, "raw": {"H": "17", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "15", "LAT": "50N39", "LON": "5E30", "MON": "2", "NUM": "3451", "PRO": "S", "SEC": "0", "YEA": "1809", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5533	dungen-francois-1898-06-04	{"a2": "3452"}	{"lerrcp": "A2-3452"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Dungen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST GILLES", "geoid": 0}, "notime": null, "date-ut": "1898-06-04 10:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "François", "family": "Dungen"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST GILLES", "geoid": 0}, "date-ut": "1898-06-04 10:30:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3452"}, "ids-in-sources": {"a2": "3452"}}, "raw": {"H": "10", "MN": "30", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "4", "LAT": "50N51", "LON": "4E15", "MON": "6", "NUM": "3452", "PRO": "S", "SEC": "0", "YEA": "1898", "CITY": "ST GILLES"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5534	dupont-edouard-1841-01-30	{"a2": "3453"}	{"lerrcp": "A2-3453"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Dupont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "DINANT", "geoid": 0}, "notime": null, "date-ut": "1841-01-30 08:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Dupont"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "DINANT", "geoid": 0}, "date-ut": "1841-01-30 08:42:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3453"}, "ids-in-sources": {"a2": "3453"}}, "raw": {"H": "8", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "30", "LAT": "50N20", "LON": "4E30", "MON": "1", "NUM": "3453", "PRO": "S", "SEC": "0", "YEA": "1841", "CITY": "DINANT"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5535	duprez-francois-1807-10-21	{"a2": "3454"}	{"lerrcp": "A2-3454"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Duprez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1807-10-21 03:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "François", "family": "Duprez"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1807-10-21 03:45:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3454"}, "ids-in-sources": {"a2": "3454"}}, "raw": {"H": "3", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "21", "LAT": "51N 5", "LON": "3E45", "MON": "10", "NUM": "3454", "PRO": "S", "SEC": "0", "YEA": "1807", "CITY": "GAND"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5536	duranda-theophile-1855-09-04	{"a2": "3455"}	{"lerrcp": "A2-3455"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theophile", "family": "Duranda", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST JOSSE TEN NO", "geoid": 0}, "notime": null, "date-ut": "1855-09-04 16:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Theophile", "family": "Duranda"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST JOSSE TEN NO", "geoid": 0}, "date-ut": "1855-09-04 16:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3455"}, "ids-in-sources": {"a2": "3455"}}, "raw": {"H": "16", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "4", "LAT": "50N51", "LON": "4E15", "MON": "9", "NUM": "3455", "PRO": "S", "SEC": "0", "YEA": "1855", "CITY": "ST JOSSE TEN NO"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5537	fievez-charles-1844-05-13	{"a2": "3456"}	{"lerrcp": "A2-3456"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Fievez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1844-05-13 09:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Fievez"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1844-05-13 09:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3456"}, "ids-in-sources": {"a2": "3456"}}, "raw": {"H": "9", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "13", "LAT": "50N51", "LON": "4E15", "MON": "5", "NUM": "3456", "PRO": "S", "SEC": "0", "YEA": "1844", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5538	forir-henri-1856-01-01	{"a2": "3457"}	{"lerrcp": "A2-3457"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Forir", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1856-01-01 04:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Forir"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1856-01-01 04:38:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3457"}, "ids-in-sources": {"a2": "3457"}}, "raw": {"H": "4", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "1", "LAT": "50N39", "LON": "5E30", "MON": "1", "NUM": "3457", "PRO": "S", "SEC": "0", "YEA": "1856", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5539	foulon-victor-1858-06-07	{"a2": "3458"}	{"lerrcp": "A2-3458"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Foulon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ROUX", "geoid": 0}, "notime": null, "date-ut": "1858-06-07 06:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Foulon"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ROUX", "geoid": 0}, "date-ut": "1858-06-07 06:42:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3458"}, "ids-in-sources": {"a2": "3458"}}, "raw": {"H": "6", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "7", "LAT": "50N23", "LON": "4E30", "MON": "6", "NUM": "3458", "PRO": "S", "SEC": "0", "YEA": "1858", "CITY": "ROUX"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5540	fourmarier-paul-1877-12-25	{"a2": "3459"}	{"lerrcp": "A2-3459"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Fourmarier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LA HULPE", "geoid": 0}, "notime": null, "date-ut": "1877-12-25 00:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Fourmarier"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LA HULPE", "geoid": 0}, "date-ut": "1877-12-25 00:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3459"}, "ids-in-sources": {"a2": "3459"}}, "raw": {"H": "0", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "25", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "3459", "PRO": "S", "SEC": "0", "YEA": "1877", "CITY": "LA HULPE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5541	gauquelin-a2-3460-1857-08-16	{"a2": "3460"}	{"lerrcp": "A2-3460"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A2-3460", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1857-08-16 23:53:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A2-3460"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1857-08-16 23:53:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3460"}, "ids-in-sources": {"a2": "3460"}}, "raw": {"H": "23", "MN": "53", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "16", "LAT": "50N39", "LON": "5E30", "MON": "8", "NUM": "3460", "PRO": "S", "SEC": "0", "YEA": "1857", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5542	gerard-eric-1856-09-22	{"a2": "3461"}	{"lerrcp": "A2-3461"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eric", "family": "Gerard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1856-09-22 00:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Eric", "family": "Gerard"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1856-09-22 00:38:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3461"}, "ids-in-sources": {"a2": "3461"}}, "raw": {"H": "0", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "22", "LAT": "50N39", "LON": "5E30", "MON": "9", "NUM": "3461", "PRO": "S", "SEC": "0", "YEA": "1856", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5543	gilbert-philippe-1832-02-07	{"a2": "3462"}	{"lerrcp": "A2-3462"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Gilbert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "BEAURAING", "geoid": 0}, "notime": null, "date-ut": "1832-02-07 04:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Gilbert"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "BEAURAING", "geoid": 0}, "date-ut": "1832-02-07 04:42:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3462"}, "ids-in-sources": {"a2": "3462"}}, "raw": {"H": "4", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "7", "LAT": "50N20", "LON": "4E30", "MON": "2", "NUM": "3462", "PRO": "S", "SEC": "0", "YEA": "1832", "CITY": "BEAURAING"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5544	gilkinet-alfred-1845-05-21	{"a2": "3463"}	{"lerrcp": "A2-3463"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Gilkinet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "ENSIVAL", "geoid": 0}, "notime": null, "date-ut": "1845-05-21 00:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Gilkinet"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "ENSIVAL", "geoid": 0}, "date-ut": "1845-05-21 00:38:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3463"}, "ids-in-sources": {"a2": "3463"}}, "raw": {"H": "0", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "21", "LAT": "50N39", "LON": "5E30", "MON": "5", "NUM": "3463", "PRO": "S", "SEC": "0", "YEA": "1845", "CITY": "ENSIVAL"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5545	ginderachten-jean-1811-05-25	{"a2": "3464"}	{"lerrcp": "A2-3464"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Ginderachten", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1811-05-25 14:13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Ginderachten"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1811-05-25 14:13:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3464"}, "ids-in-sources": {"a2": "3464"}}, "raw": {"H": "14", "MN": "13", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "25", "LAT": "50N51", "LON": "4E15", "MON": "5", "NUM": "3464", "PRO": "S", "SEC": "0", "YEA": "1811", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5546	godeaux-lucien-1887-10-11	{"a2": "3465"}	{"lerrcp": "A2-3465"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Godeaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MORLANWELZ", "geoid": 0}, "notime": null, "date-ut": "1887-10-11 14:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Godeaux"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MORLANWELZ", "geoid": 0}, "date-ut": "1887-10-11 14:12:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3465"}, "ids-in-sources": {"a2": "3465"}}, "raw": {"H": "14", "MN": "12", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "11", "LAT": "50N23", "LON": "4E30", "MON": "10", "NUM": "3465", "PRO": "S", "SEC": "0", "YEA": "1887", "CITY": "MORLANWELZ"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5547	goedseels-edouard-1857-08-19	{"a2": "3466"}	{"lerrcp": "A2-3466"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Goedseels", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "notime": null, "date-ut": "1857-08-19 21:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Goedseels"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "date-ut": "1857-08-19 21:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3466"}, "ids-in-sources": {"a2": "3466"}}, "raw": {"H": "21", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "19", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "3466", "PRO": "S", "SEC": "0", "YEA": "1857", "CITY": "LOUVAIN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5548	goldschmidt-robert-1877-05-04	{"a2": "3467"}	{"lerrcp": "A2-3467"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Goldschmidt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1877-05-04 21:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Goldschmidt"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1877-05-04 21:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3467"}, "ids-in-sources": {"a2": "3467"}}, "raw": {"H": "21", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "4", "LAT": "50N51", "LON": "4E15", "MON": "5", "NUM": "3467", "PRO": "S", "SEC": "0", "YEA": "1877", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5549	gramme-zenobe-1826-04-04	{"a2": "3468"}	{"lerrcp": "A2-3468"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Zenobe", "family": "Gramme", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "JEHAY BODEGNEE", "geoid": 0}, "notime": null, "date-ut": "1826-04-04 19:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Zenobe", "family": "Gramme"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "JEHAY BODEGNEE", "geoid": 0}, "date-ut": "1826-04-04 19:38:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3468"}, "ids-in-sources": {"a2": "3468"}}, "raw": {"H": "19", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "4", "LAT": "50N39", "LON": "5E30", "MON": "4", "NUM": "3468", "PRO": "S", "SEC": "0", "YEA": "1826", "CITY": "JEHAY BODEGNEE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5550	ithier-p-1834-01-05	{"a2": "3469"}	{"lerrcp": "A2-3469"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "P", "family": "Ithier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1834-01-05 00:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "P", "family": "Ithier"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1834-01-05 00:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3469"}, "ids-in-sources": {"a2": "3469"}}, "raw": {"H": "0", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "5", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "3469", "PRO": "S", "SEC": "0", "YEA": "1834", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5551	jaumotte-jules-1887-04-14	{"a2": "3470"}	{"lerrcp": "A2-3470"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Jaumotte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "notime": null, "date-ut": "1887-04-14 17:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Jaumotte"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "date-ut": "1887-04-14 17:12:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3470"}, "ids-in-sources": {"a2": "3470"}}, "raw": {"H": "17", "MN": "12", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "14", "LAT": "50N20", "LON": "4E30", "MON": "4", "NUM": "3470", "PRO": "S", "SEC": "0", "YEA": "1887", "CITY": "NAMUR"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5552	jorissen-armand-1853-08-08	{"a2": "3471"}	{"lerrcp": "A2-3471"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Jorissen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1853-08-08 00:08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Jorissen"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1853-08-08 00:08:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3471"}, "ids-in-sources": {"a2": "3471"}}, "raw": {"H": "0", "MN": "8", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "8", "LAT": "50N39", "LON": "5E30", "MON": "8", "NUM": "3471", "PRO": "S", "SEC": "0", "YEA": "1853", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5553	kaisin-felix-1879-07-20	{"a2": "3472"}	{"lerrcp": "A2-3472"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Kaisin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "FLOREFFE", "geoid": 0}, "notime": null, "date-ut": "1879-07-20 16:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Kaisin"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "FLOREFFE", "geoid": 0}, "date-ut": "1879-07-20 16:42:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3472"}, "ids-in-sources": {"a2": "3472"}}, "raw": {"H": "16", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "20", "LAT": "50N20", "LON": "4E30", "MON": "7", "NUM": "3472", "PRO": "S", "SEC": "0", "YEA": "1879", "CITY": "FLOREFFE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5554	keyser-charles-1870-01-04	{"a2": "3473"}	{"lerrcp": "A2-3473"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Keyser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MOLENBECK", "geoid": 0}, "notime": null, "date-ut": "1870-01-04 18:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Keyser"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MOLENBECK", "geoid": 0}, "date-ut": "1870-01-04 18:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3473"}, "ids-in-sources": {"a2": "3473"}}, "raw": {"H": "18", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "4", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "3473", "PRO": "S", "SEC": "0", "YEA": "1870", "CITY": "MOLENBECK"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5555	kickx-jean-1803-01-17	{"a2": "3474"}	{"lerrcp": "A2-3474"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Kickx", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1803-01-17 07:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Kickx"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1803-01-17 07:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3474"}, "ids-in-sources": {"a2": "3474"}}, "raw": {"H": "7", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "17", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "3474", "PRO": "S", "SEC": "0", "YEA": "1803", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5556	koninck-laurent-1809-05-03	{"a2": "3475"}	{"lerrcp": "A2-3475"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Laurent", "family": "Koninck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "notime": null, "date-ut": "1809-05-03 09:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Laurent", "family": "Koninck"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "date-ut": "1809-05-03 09:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3475"}, "ids-in-sources": {"a2": "3475"}}, "raw": {"H": "9", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "3", "LAT": "50N51", "LON": "4E15", "MON": "5", "NUM": "3475", "PRO": "S", "SEC": "0", "YEA": "1809", "CITY": "LOUVAIN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5557	kupfferschlaeger-isidore-1819-01-09	{"a2": "3476"}	{"lerrcp": "A2-3476"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Isidore", "family": "Kupfferschlaeger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1819-01-09 01:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Isidore", "family": "Kupfferschlaeger"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1819-01-09 01:38:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3476"}, "ids-in-sources": {"a2": "3476"}}, "raw": {"H": "1", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "9", "LAT": "50N39", "LON": "5E30", "MON": "1", "NUM": "3476", "PRO": "S", "SEC": "0", "YEA": "1819", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5558	habets-alfred-1839-03-16	{"a2": "3477"}	{"lerrcp": "A2-3477"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Habets", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1839-03-16 08:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Habets"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1839-03-16 08:38:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3477"}, "ids-in-sources": {"a2": "3477"}}, "raw": {"H": "8", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "16", "LAT": "50N39", "LON": "5E30", "MON": "3", "NUM": "3477", "PRO": "S", "SEC": "0", "YEA": "1839", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5559	halet-frans-1879-09-01	{"a2": "3478"}	{"lerrcp": "A2-3478"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frans", "family": "Halet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST JOSSE TEN NO", "geoid": 0}, "notime": null, "date-ut": "1879-09-01 21:58:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Frans", "family": "Halet"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST JOSSE TEN NO", "geoid": 0}, "date-ut": "1879-09-01 21:58:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3478"}, "ids-in-sources": {"a2": "3478"}}, "raw": {"H": "21", "MN": "58", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "1", "LAT": "50N51", "LON": "4E15", "MON": "9", "NUM": "3478", "PRO": "S", "SEC": "0", "YEA": "1879", "CITY": "ST JOSSE TEN NO"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5560	haumann-lucien-1880-07-08	{"a2": "3479"}	{"lerrcp": "A2-3479"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Haumann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "notime": null, "date-ut": "1880-07-08 11:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Haumann"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "date-ut": "1880-07-08 11:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3479"}, "ids-in-sources": {"a2": "3479"}}, "raw": {"H": "11", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "8", "LAT": "50N51", "LON": "4E15", "MON": "7", "NUM": "3479", "PRO": "S", "SEC": "0", "YEA": "1880", "CITY": "IXELLES"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5561	heen-pier-1851-11-05	{"a2": "3480"}	{"lerrcp": "A2-3480"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pier", "family": "Heen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "notime": null, "date-ut": "1851-11-05 18:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Pier", "family": "Heen"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "date-ut": "1851-11-05 18:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3480"}, "ids-in-sources": {"a2": "3480"}}, "raw": {"H": "18", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "5", "LAT": "50N51", "LON": "4E15", "MON": "11", "NUM": "3480", "PRO": "S", "SEC": "0", "YEA": "1851", "CITY": "LOUVAIN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5562	hemptinne-alexandre-1866-04-17	{"a2": "3481"}	{"lerrcp": "A2-3481"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Hemptinne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1866-04-17 00:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Hemptinne"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1866-04-17 00:45:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3481"}, "ids-in-sources": {"a2": "3481"}}, "raw": {"H": "0", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "17", "LAT": "51N 5", "LON": "3E45", "MON": "4", "NUM": "3481", "PRO": "S", "SEC": "0", "YEA": "1866", "CITY": "GAND"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5563	henrard-paul-1830-09-27	{"a2": "3482"}	{"lerrcp": "A2-3482"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Henrard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1830-09-27 02:08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Henrard"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1830-09-27 02:08:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3482"}, "ids-in-sources": {"a2": "3482"}}, "raw": {"H": "2", "MN": "8", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "27", "LAT": "50N39", "LON": "5E30", "MON": "9", "NUM": "3482", "PRO": "S", "SEC": "0", "YEA": "1830", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5564	henry-louis-1834-12-26	{"a2": "3483"}	{"lerrcp": "A2-3483"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Henry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "MARCHE", "geoid": 0}, "notime": null, "date-ut": "1834-12-26 08:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Henry"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "MARCHE", "geoid": 0}, "date-ut": "1834-12-26 08:39:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3483"}, "ids-in-sources": {"a2": "3483"}}, "raw": {"H": "8", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "26", "LAT": "50N 2", "LON": "5E15", "MON": "12", "NUM": "3483", "PRO": "S", "SEC": "0", "YEA": "1834", "CITY": "MARCHE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5565	heurck-henri-1838-08-28	{"a2": "3484"}	{"lerrcp": "A2-3484"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Heurck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1838-08-28 00:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Heurck"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1838-08-28 00:42:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3484"}, "ids-in-sources": {"a2": "3484"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "28", "LAT": "51N14", "LON": "4E30", "MON": "8", "NUM": "3484", "PRO": "S", "SEC": "0", "YEA": "1838", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5566	houze-emile-1848-09-02	{"a2": "3485"}	{"lerrcp": "A2-3485"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Houze", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1848-09-02 00:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Houze"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1848-09-02 00:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3485"}, "ids-in-sources": {"a2": "3485"}}, "raw": {"H": "0", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "2", "LAT": "50N51", "LON": "4E15", "MON": "9", "NUM": "3485", "PRO": "S", "SEC": "0", "YEA": "1848", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5567	houzeau-charles-1820-10-07	{"a2": "3486"}	{"lerrcp": "A2-3486"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Houzeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "notime": null, "date-ut": "1820-10-07 18:57:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Houzeau"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "date-ut": "1820-10-07 18:57:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3486"}, "ids-in-sources": {"a2": "3486"}}, "raw": {"H": "18", "MN": "57", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "7", "LAT": "50N23", "LON": "4E30", "MON": "10", "NUM": "3486", "PRO": "S", "SEC": "0", "YEA": "1820", "CITY": "MONS"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5568	houzeau-charles-1832-07-28	{"a2": "3487"}	{"lerrcp": "A2-3487"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Houzeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "notime": null, "date-ut": "1832-07-28 01:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Houzeau"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "date-ut": "1832-07-28 01:12:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3487"}, "ids-in-sources": {"a2": "3487"}}, "raw": {"H": "1", "MN": "12", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "28", "LAT": "50N23", "LON": "4E30", "MON": "7", "NUM": "3487", "PRO": "S", "SEC": "0", "YEA": "1832", "CITY": "MONS"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5569	huberti-alphonse-1841-09-11	{"a2": "3488"}	{"lerrcp": "A2-3488"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Huberti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1841-09-11 06:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Huberti"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1841-09-11 06:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3488"}, "ids-in-sources": {"a2": "3488"}}, "raw": {"H": "6", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "11", "LAT": "50N51", "LON": "4E15", "MON": "9", "NUM": "3488", "PRO": "S", "SEC": "0", "YEA": "1841", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5570	lagrange-charles-1851-12-04	{"a2": "3489"}	{"lerrcp": "A2-3489"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Lagrange", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST JOSSE TEN NO", "geoid": 0}, "notime": null, "date-ut": "1851-12-04 04:13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Lagrange"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST JOSSE TEN NO", "geoid": 0}, "date-ut": "1851-12-04 04:13:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3489"}, "ids-in-sources": {"a2": "3489"}}, "raw": {"H": "4", "MN": "13", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "4", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "3489", "PRO": "S", "SEC": "0", "YEA": "1851", "CITY": "ST JOSSE TEN NO"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5571	lagrange-eugene-1855-05-30	{"a2": "3490"}	{"lerrcp": "A2-3490"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Lagrange", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST JOSSE TEN NO", "geoid": 0}, "notime": null, "date-ut": "1855-05-30 02:13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Lagrange"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST JOSSE TEN NO", "geoid": 0}, "date-ut": "1855-05-30 02:13:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3490"}, "ids-in-sources": {"a2": "3490"}}, "raw": {"H": "2", "MN": "13", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "30", "LAT": "50N51", "LON": "4E15", "MON": "5", "NUM": "3490", "PRO": "S", "SEC": "0", "YEA": "1855", "CITY": "ST JOSSE TEN NO"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5572	lameere-auguste-1864-06-12	{"a2": "3491"}	{"lerrcp": "A2-3491"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Lameere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "notime": null, "date-ut": "1864-06-12 06:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Lameere"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "date-ut": "1864-06-12 06:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3491"}, "ids-in-sources": {"a2": "3491"}}, "raw": {"H": "6", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "12", "LAT": "50N51", "LON": "4E15", "MON": "6", "NUM": "3491", "PRO": "S", "SEC": "0", "YEA": "1864", "CITY": "IXELLES"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5573	lancaster-albert-1849-05-24	{"a2": "3492"}	{"lerrcp": "A2-3492"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Lancaster", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "notime": null, "date-ut": "1849-05-24 00:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Lancaster"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "date-ut": "1849-05-24 00:42:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3492"}, "ids-in-sources": {"a2": "3492"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "24", "LAT": "50N23", "LON": "4E30", "MON": "5", "NUM": "3492", "PRO": "S", "SEC": "0", "YEA": "1849", "CITY": "MONS"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5574	gauquelin-a2-3493-1861-09-05	{"a2": "3493"}	{"lerrcp": "A2-3493"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A2-3493", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "GOUY LES PIETON", "geoid": 0}, "notime": null, "date-ut": "1861-09-05 03:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A2-3493"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "GOUY LES PIETON", "geoid": 0}, "date-ut": "1861-09-05 03:42:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3493"}, "ids-in-sources": {"a2": "3493"}}, "raw": {"H": "3", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "5", "LAT": "50N23", "LON": "4E30", "MON": "9", "NUM": "3493", "PRO": "S", "SEC": "0", "YEA": "1861", "CITY": "GOUY LES PIETON"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5575	lecat-maurice-1884-05-18	{"a2": "3494"}	{"lerrcp": "A2-3494"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Lecat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST JOSSE TEN NO", "geoid": 0}, "notime": null, "date-ut": "1884-05-18 13:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Lecat"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST JOSSE TEN NO", "geoid": 0}, "date-ut": "1884-05-18 13:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3494"}, "ids-in-sources": {"a2": "3494"}}, "raw": {"H": "13", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "18", "LAT": "50N51", "LON": "4E15", "MON": "5", "NUM": "3494", "PRO": "S", "SEC": "0", "YEA": "1884", "CITY": "ST JOSSE TEN NO"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5576	lecointe-georges-1869-04-29	{"a2": "3495"}	{"lerrcp": "A2-3495"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Lecointe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1869-04-29 06:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Lecointe"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1869-04-29 06:12:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3495"}, "ids-in-sources": {"a2": "3495"}}, "raw": {"H": "6", "MN": "12", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "29", "LAT": "51N14", "LON": "4E30", "MON": "4", "NUM": "3495", "PRO": "S", "SEC": "0", "YEA": "1869", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5577	leener-georges-1879-01-03	{"a2": "3496"}	{"lerrcp": "A2-3496"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Leener", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1879-01-03 13:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Leener"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1879-01-03 13:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3496"}, "ids-in-sources": {"a2": "3496"}}, "raw": {"H": "13", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "3", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "3496", "PRO": "S", "SEC": "0", "YEA": "1879", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5578	lemaitre-georges-1894-07-17	{"a2": "3497"}	{"lerrcp": "A2-3497"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Lemaitre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CHARLEROI", "geoid": 0}, "notime": null, "date-ut": "1894-07-17 18:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Lemaitre"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CHARLEROI", "geoid": 0}, "date-ut": "1894-07-17 18:00:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3497"}, "ids-in-sources": {"a2": "3497"}}, "raw": {"H": "18", "MN": "0", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "17", "LAT": "50N23", "LON": "4E30", "MON": "7", "NUM": "3497", "PRO": "S", "SEC": "0", "YEA": "1894", "CITY": "CHARLEROI"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5579	le-paige-constantin-1852-03-09	{"a2": "3498"}	{"lerrcp": "A2-3498"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Constantin", "family": "Le Paige", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1852-03-09 11:08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Constantin", "family": "Le Paige"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1852-03-09 11:08:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3498"}, "ids-in-sources": {"a2": "3498"}}, "raw": {"H": "11", "MN": "8", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "9", "LAT": "50N39", "LON": "5E30", "MON": "3", "NUM": "3498", "PRO": "S", "SEC": "0", "YEA": "1852", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
17899	broissia-francois-de-1917-11-29	{"e1": "266"}	{"lerrcp": "E1-266"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François de", "family": "Broissia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1917-11-29 20:30", "note": null, "place": {"c1": null, "c2": "70", "c3": "", "cy": "FR", "lg": 5.58547, "lat": 47.45701, "name": "Arc-lès-Gray", "geoid": 3037263}, "notime": null, "date-ut": "1917-11-29 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François de", "family": "Broissia"}, "birth": {"tzo": "+00:00", "date": "1917-11-29 20:30", "place": {"c2": "70", "c3": "", "cy": "FR", "lg": 5.58547, "lat": 47.45701, "name": "Arc-lès-Gray", "geoid": 3037263}, "date-ut": "1917-11-29 20:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "266"}}, "raw": {"H": "20:30", "COD": "70", "DAY": "29", "MON": "11", "NUM": "0266", "PRO": "MI", "YEA": "1917", "CITY": "Arc lès Gray", "NAME": "BROISSIA François de", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
5581	lohest-maximin-1857-09-08	{"a2": "3500"}	{"lerrcp": "A2-3500"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maximin", "family": "Lohest", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1857-09-08 11:08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Maximin", "family": "Lohest"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1857-09-08 11:08:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3500"}, "ids-in-sources": {"a2": "3500"}}, "raw": {"H": "11", "MN": "8", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "8", "LAT": "50N39", "LON": "5E30", "MON": "9", "NUM": "3500", "PRO": "S", "SEC": "0", "YEA": "1857", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5582	louyet-paulin-1818-01-28	{"a2": "3501"}	{"lerrcp": "A2-3501"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paulin", "family": "Louyet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "notime": null, "date-ut": "1818-01-28 03:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Paulin", "family": "Louyet"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "date-ut": "1818-01-28 03:42:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3501"}, "ids-in-sources": {"a2": "3501"}}, "raw": {"H": "3", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "28", "LAT": "50N23", "LON": "4E30", "MON": "1", "NUM": "3501", "PRO": "S", "SEC": "0", "YEA": "1818", "CITY": "MONS"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5583	mac-leod-jules-1857-02-19	{"a2": "3502"}	{"lerrcp": "A2-3502"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Mac Leod Jules", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OSTENDE", "geoid": 0}, "notime": null, "date-ut": "1857-02-19 18:02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "", "family": "Mac Leod Jules"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OSTENDE", "geoid": 0}, "date-ut": "1857-02-19 18:02:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3502"}, "ids-in-sources": {"a2": "3502"}}, "raw": {"H": "18", "MN": "2", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "19", "LAT": "51N13", "LON": "3E15", "MON": "2", "NUM": "3502", "PRO": "S", "SEC": "0", "YEA": "1857", "CITY": "OSTENDE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5584	magnel-gustave-1889-09-15	{"a2": "3503"}	{"lerrcp": "A2-3503"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Magnel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ESSCHEN", "geoid": 0}, "notime": null, "date-ut": "1889-09-15 04:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Magnel"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ESSCHEN", "geoid": 0}, "date-ut": "1889-09-15 04:42:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3503"}, "ids-in-sources": {"a2": "3503"}}, "raw": {"H": "4", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "15", "LAT": "51N14", "LON": "4E30", "MON": "9", "NUM": "3503", "PRO": "S", "SEC": "0", "YEA": "1889", "CITY": "ESSCHEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5585	maillieux-eugene-1875-02-21	{"a2": "3504"}	{"lerrcp": "A2-3504"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Maillieux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "COUVIN", "geoid": 0}, "notime": null, "date-ut": "1875-02-21 02:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Maillieux"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "COUVIN", "geoid": 0}, "date-ut": "1875-02-21 02:42:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3504"}, "ids-in-sources": {"a2": "3504"}}, "raw": {"H": "2", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "21", "LAT": "50N20", "LON": "4E30", "MON": "2", "NUM": "3504", "PRO": "S", "SEC": "0", "YEA": "1875", "CITY": "COUVIN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5586	mailly-nicolas-1810-06-17	{"a2": "3505"}	{"lerrcp": "A2-3505"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicolas", "family": "Mailly", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1810-06-17 14:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Nicolas", "family": "Mailly"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1810-06-17 14:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3505"}, "ids-in-sources": {"a2": "3505"}}, "raw": {"H": "14", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "17", "LAT": "50N51", "LON": "4E15", "MON": "6", "NUM": "3505", "PRO": "S", "SEC": "0", "YEA": "1810", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5587	malaise-constantin-1834-11-07	{"a2": "3506"}	{"lerrcp": "A2-3506"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Constantin", "family": "Malaise", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1834-11-07 22:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Constantin", "family": "Malaise"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1834-11-07 22:38:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3506"}, "ids-in-sources": {"a2": "3506"}}, "raw": {"H": "22", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "7", "LAT": "50N39", "LON": "5E30", "MON": "11", "NUM": "3506", "PRO": "S", "SEC": "0", "YEA": "1834", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5588	manilius-joseph-1807-07-03	{"a2": "3507"}	{"lerrcp": "A2-3507"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Manilius", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1807-07-03 19:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Manilius"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1807-07-03 19:30:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3507"}, "ids-in-sources": {"a2": "3507"}}, "raw": {"H": "19", "MN": "30", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "3", "LAT": "51N 5", "LON": "3E45", "MON": "7", "NUM": "3507", "PRO": "S", "SEC": "0", "YEA": "1807", "CITY": "GAND"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5589	manneback-charles-1894-03-09	{"a2": "3508"}	{"lerrcp": "A2-3508"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Manneback", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ETTERBEEK", "geoid": 0}, "notime": null, "date-ut": "1894-03-09 17:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Manneback"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ETTERBEEK", "geoid": 0}, "date-ut": "1894-03-09 17:00:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3508"}, "ids-in-sources": {"a2": "3508"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "9", "LAT": "50N51", "LON": "4E15", "MON": "3", "NUM": "3508", "PRO": "S", "SEC": "0", "YEA": "1894", "CITY": "ETTERBEEK"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5590	mansion-paul-1844-06-03	{"a2": "3509"}	{"lerrcp": "A2-3509"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Mansion", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "MARCHIN LEZ HUY", "geoid": 0}, "notime": null, "date-ut": "1844-06-03 00:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Mansion"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "MARCHIN LEZ HUY", "geoid": 0}, "date-ut": "1844-06-03 00:38:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3509"}, "ids-in-sources": {"a2": "3509"}}, "raw": {"H": "0", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "3", "LAT": "50N39", "LON": "5E30", "MON": "6", "NUM": "3509", "PRO": "S", "SEC": "0", "YEA": "1844", "CITY": "MARCHIN LEZ HUY"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5591	marchal-emile-1871-04-10	{"a2": "3510"}	{"lerrcp": "A2-3510"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Marchal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "MAESEYCK", "geoid": 0}, "notime": null, "date-ut": "1871-04-10 00:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Marchal"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "MAESEYCK", "geoid": 0}, "date-ut": "1871-04-10 00:38:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3510"}, "ids-in-sources": {"a2": "3510"}}, "raw": {"H": "0", "MN": "38", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "10", "LAT": "50N47", "LON": "5E30", "MON": "4", "NUM": "3510", "PRO": "S", "SEC": "0", "YEA": "1871", "CITY": "MAESEYCK"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5592	massau-junius-1852-04-09	{"a2": "3511"}	{"lerrcp": "A2-3511"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Junius", "family": "Massau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "GOSSELIES", "geoid": 0}, "notime": null, "date-ut": "1852-04-09 15:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Junius", "family": "Massau"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "GOSSELIES", "geoid": 0}, "date-ut": "1852-04-09 15:42:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3511"}, "ids-in-sources": {"a2": "3511"}}, "raw": {"H": "15", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "9", "LAT": "50N23", "LON": "4E30", "MON": "4", "NUM": "3511", "PRO": "S", "SEC": "0", "YEA": "1852", "CITY": "GOSSELIES"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5593	maus-henri-1808-10-22	{"a2": "3512"}	{"lerrcp": "A2-3512"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Maus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "notime": null, "date-ut": "1808-10-22 02:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Maus"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "date-ut": "1808-10-22 02:42:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3512"}, "ids-in-sources": {"a2": "3512"}}, "raw": {"H": "2", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "22", "LAT": "50N20", "LON": "4E30", "MON": "10", "NUM": "3512", "PRO": "S", "SEC": "0", "YEA": "1808", "CITY": "NAMUR"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5594	melsens-louis-1814-07-11	{"a2": "3513"}	{"lerrcp": "A2-3513"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Melsens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "notime": null, "date-ut": "1814-07-11 04:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Melsens"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "date-ut": "1814-07-11 04:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3513"}, "ids-in-sources": {"a2": "3513"}}, "raw": {"H": "4", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "11", "LAT": "50N51", "LON": "4E15", "MON": "7", "NUM": "3513", "PRO": "S", "SEC": "0", "YEA": "1814", "CITY": "LOUVAIN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5595	mensbrugghe-gustave-1835-02-13	{"a2": "3514"}	{"lerrcp": "A2-3514"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Mensbrugghe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1835-02-13 07:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Mensbrugghe"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1835-02-13 07:45:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3514"}, "ids-in-sources": {"a2": "3514"}}, "raw": {"H": "7", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "13", "LAT": "51N 5", "LON": "3E45", "MON": "2", "NUM": "3514", "PRO": "S", "SEC": "0", "YEA": "1835", "CITY": "GAND"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5596	meunier-alphonse-1857-04-15	{"a2": "3515"}	{"lerrcp": "A2-3515"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Meunier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "LESSINES", "geoid": 0}, "notime": null, "date-ut": "1857-04-15 09:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Meunier"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "LESSINES", "geoid": 0}, "date-ut": "1857-04-15 09:42:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3515"}, "ids-in-sources": {"a2": "3515"}}, "raw": {"H": "9", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "15", "LAT": "50N23", "LON": "4E30", "MON": "4", "NUM": "3515", "PRO": "S", "SEC": "0", "YEA": "1857", "CITY": "LESSINES"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5597	michotte-berck-albert-1881-10-13	{"a2": "3516"}	{"lerrcp": "A2-3516"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Michotte Berck Albert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST JOSSE TEN NO", "geoid": 0}, "notime": null, "date-ut": "1881-10-13 06:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "", "family": "Michotte Berck Albert"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST JOSSE TEN NO", "geoid": 0}, "date-ut": "1881-10-13 06:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3516"}, "ids-in-sources": {"a2": "3516"}}, "raw": {"H": "6", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "13", "LAT": "50N51", "LON": "4E15", "MON": "10", "NUM": "3516", "PRO": "S", "SEC": "0", "YEA": "1881", "CITY": "ST JOSSE TEN NO"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5598	monckhoven-desire-1834-09-25	{"a2": "3517"}	{"lerrcp": "A2-3517"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Désiré", "family": "Monckhoven", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1834-09-25 12:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Désiré", "family": "Monckhoven"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1834-09-25 12:45:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3517"}, "ids-in-sources": {"a2": "3517"}}, "raw": {"H": "12", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "25", "LAT": "51N 5", "LON": "3E45", "MON": "9", "NUM": "3517", "PRO": "S", "SEC": "0", "YEA": "1834", "CITY": "GAND"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5599	montigny-marie-1819-01-08	{"a2": "3518"}	{"lerrcp": "A2-3518"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Montigny", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "notime": null, "date-ut": "1819-01-08 19:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Montigny"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "date-ut": "1819-01-08 19:42:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3518"}, "ids-in-sources": {"a2": "3518"}}, "raw": {"H": "19", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "8", "LAT": "50N20", "LON": "4E30", "MON": "1", "NUM": "3518", "PRO": "S", "SEC": "0", "YEA": "1819", "CITY": "NAMUR"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5600	morren-edouard-1833-12-02	{"a2": "3519"}	{"lerrcp": "A2-3519"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Morren", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1833-12-02 09:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Morren"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1833-12-02 09:00:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3519"}, "ids-in-sources": {"a2": "3519"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "2", "LAT": "51N 5", "LON": "3E45", "MON": "12", "NUM": "3519", "PRO": "S", "SEC": "0", "YEA": "1833", "CITY": "GAND"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5601	morren-charles-1807-03-03	{"a2": "3520"}	{"lerrcp": "A2-3520"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Morren", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1807-03-03 09:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Morren"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1807-03-03 09:45:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3520"}, "ids-in-sources": {"a2": "3520"}}, "raw": {"H": "9", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "3", "LAT": "51N 5", "LON": "3E45", "MON": "3", "NUM": "3520", "PRO": "S", "SEC": "0", "YEA": "1807", "CITY": "GAND"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5602	mourlon-michel-1845-05-11	{"a2": "3521"}	{"lerrcp": "A2-3521"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Mourlon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MOLENBEEK", "geoid": 0}, "notime": null, "date-ut": "1845-05-11 11:13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Mourlon"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MOLENBEEK", "geoid": 0}, "date-ut": "1845-05-11 11:13:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3521"}, "ids-in-sources": {"a2": "3521"}}, "raw": {"H": "11", "MN": "13", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "11", "LAT": "50N51", "LON": "4E15", "MON": "5", "NUM": "3521", "PRO": "S", "SEC": "0", "YEA": "1845", "CITY": "MOLENBEEK"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5603	mund-walter-1892-01-22	{"a2": "3522"}	{"lerrcp": "A2-3522"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Mund", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1892-01-22 10:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Mund"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1892-01-22 10:42:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3522"}, "ids-in-sources": {"a2": "3522"}}, "raw": {"H": "10", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "22", "LAT": "51N14", "LON": "4E30", "MON": "1", "NUM": "3522", "PRO": "S", "SEC": "0", "YEA": "1892", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5604	pasquier-ernest-1849-10-20	{"a2": "3523"}	{"lerrcp": "A2-3523"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Pasquier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "FLEURUS", "geoid": 0}, "notime": null, "date-ut": "1849-10-20 11:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Pasquier"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "FLEURUS", "geoid": 0}, "date-ut": "1849-10-20 11:42:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3523"}, "ids-in-sources": {"a2": "3523"}}, "raw": {"H": "11", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "20", "LAT": "50N23", "LON": "4E30", "MON": "10", "NUM": "3523", "PRO": "S", "SEC": "0", "YEA": "1849", "CITY": "FLEURUS"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5605	pelsener-jean-paul-1863-06-26	{"a2": "3524"}	{"lerrcp": "A2-3524"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Pelsener Jean Paul", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1863-06-26 00:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "", "family": "Pelsener Jean Paul"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1863-06-26 00:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3524"}, "ids-in-sources": {"a2": "3524"}}, "raw": {"H": "0", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "26", "LAT": "50N51", "LON": "4E15", "MON": "6", "NUM": "3524", "PRO": "S", "SEC": "0", "YEA": "1863", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5606	peter-oscar-1897-11-03	{"a2": "3525"}	{"lerrcp": "A2-3525"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oscar", "family": "Peter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "HASSELT", "geoid": 0}, "notime": null, "date-ut": "1897-11-03 16:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Oscar", "family": "Peter"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "HASSELT", "geoid": 0}, "date-ut": "1897-11-03 16:00:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3525"}, "ids-in-sources": {"a2": "3525"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "3", "LAT": "50N47", "LON": "5E30", "MON": "11", "NUM": "3525", "PRO": "S", "SEC": "0", "YEA": "1897", "CITY": "HASSELT"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5607	pierard-emile-1864-03-11	{"a2": "3526"}	{"lerrcp": "A2-3526"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Pierard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "GIMNEE", "geoid": 0}, "notime": null, "date-ut": "1864-03-11 11:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Pierard"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "GIMNEE", "geoid": 0}, "date-ut": "1864-03-11 11:42:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3526"}, "ids-in-sources": {"a2": "3526"}}, "raw": {"H": "11", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "11", "LAT": "50N20", "LON": "4E30", "MON": "3", "NUM": "3526", "PRO": "S", "SEC": "0", "YEA": "1864", "CITY": "GIMNEE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5608	plateau-a-1841-06-16	{"a2": "3527"}	{"lerrcp": "A2-3527"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "A", "family": "Plateau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1841-06-16 12:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "A", "family": "Plateau"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1841-06-16 12:30:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3527"}, "ids-in-sources": {"a2": "3527"}}, "raw": {"H": "12", "MN": "30", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "16", "LAT": "51N 5", "LON": "3E45", "MON": "6", "NUM": "3527", "PRO": "S", "SEC": "0", "YEA": "1841", "CITY": "GAND"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5609	plateau-joseph-1801-10-14	{"a2": "3528"}	{"lerrcp": "A2-3528"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Plateau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1801-10-14 20:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Plateau"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1801-10-14 20:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3528"}, "ids-in-sources": {"a2": "3528"}}, "raw": {"H": "20", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "14", "LAT": "50N51", "LON": "4E15", "MON": "10", "NUM": "3528", "PRO": "S", "SEC": "0", "YEA": "1801", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5610	quetelet-ernst-1825-08-07	{"a2": "3529"}	{"lerrcp": "A2-3529"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Quetelet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1825-08-07 06:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Quetelet"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1825-08-07 06:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3529"}, "ids-in-sources": {"a2": "3529"}}, "raw": {"H": "6", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "7", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "3529", "PRO": "S", "SEC": "0", "YEA": "1825", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5611	renard-alphonse-1842-09-27	{"a2": "3530"}	{"lerrcp": "A2-3530"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Renard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "RENAIX", "geoid": 0}, "notime": null, "date-ut": "1842-09-27 00:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Renard"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "RENAIX", "geoid": 0}, "date-ut": "1842-09-27 00:45:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3530"}, "ids-in-sources": {"a2": "3530"}}, "raw": {"H": "0", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "27", "LAT": "51N 5", "LON": "3E45", "MON": "9", "NUM": "3530", "PRO": "S", "SEC": "0", "YEA": "1842", "CITY": "RENAIX"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5612	renier-armand-1876-06-26	{"a2": "3531"}	{"lerrcp": "A2-3531"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Renier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "VERVIERS", "geoid": 0}, "notime": null, "date-ut": "1876-06-26 07:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Renier"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "VERVIERS", "geoid": 0}, "date-ut": "1876-06-26 07:38:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3531"}, "ids-in-sources": {"a2": "3531"}}, "raw": {"H": "7", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "26", "LAT": "50N39", "LON": "5E30", "MON": "6", "NUM": "3531", "PRO": "S", "SEC": "0", "YEA": "1876", "CITY": "VERVIERS"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5613	reychler-albert-1854-05-06	{"a2": "3532"}	{"lerrcp": "A2-3532"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Reychler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ST NICOLAS", "geoid": 0}, "notime": null, "date-ut": "1854-05-06 21:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Reychler"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ST NICOLAS", "geoid": 0}, "date-ut": "1854-05-06 21:15:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3532"}, "ids-in-sources": {"a2": "3532"}}, "raw": {"H": "21", "MN": "15", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "6", "LAT": "51N 5", "LON": "3E45", "MON": "5", "NUM": "3532", "PRO": "S", "SEC": "0", "YEA": "1854", "CITY": "ST NICOLAS"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5614	rutot-aime-1847-08-06	{"a2": "3533"}	{"lerrcp": "A2-3533"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aimé", "family": "Rutot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "notime": null, "date-ut": "1847-08-06 21:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Aimé", "family": "Rutot"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "date-ut": "1847-08-06 21:42:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3533"}, "ids-in-sources": {"a2": "3533"}}, "raw": {"H": "21", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "6", "LAT": "50N23", "LON": "4E30", "MON": "8", "NUM": "3533", "PRO": "S", "SEC": "0", "YEA": "1847", "CITY": "MONS"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5615	rysselberghue-francois-1846-08-24	{"a2": "3534"}	{"lerrcp": "A2-3534"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Rysselberghue", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1846-08-24 15:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "François", "family": "Rysselberghue"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1846-08-24 15:45:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3534"}, "ids-in-sources": {"a2": "3534"}}, "raw": {"H": "15", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "24", "LAT": "51N 5", "LON": "3E45", "MON": "8", "NUM": "3534", "PRO": "S", "SEC": "0", "YEA": "1846", "CITY": "GAND"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5616	schaffers-victor-1866-12-03	{"a2": "3535"}	{"lerrcp": "A2-3535"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Schaffers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1866-12-03 10:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Schaffers"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1866-12-03 10:42:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3535"}, "ids-in-sources": {"a2": "3535"}}, "raw": {"H": "10", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "3", "LAT": "51N14", "LON": "4E30", "MON": "12", "NUM": "3535", "PRO": "S", "SEC": "0", "YEA": "1866", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5617	schmit-nicolas-1832-03-08	{"a2": "3536"}	{"lerrcp": "A2-3536"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicolas", "family": "Schmit", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1832-03-08 08:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Nicolas", "family": "Schmit"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1832-03-08 08:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3536"}, "ids-in-sources": {"a2": "3536"}}, "raw": {"H": "8", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "8", "LAT": "50N51", "LON": "4E15", "MON": "3", "NUM": "3536", "PRO": "S", "SEC": "0", "YEA": "1832", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5618	schoentjes-henri-1848-03-23	{"a2": "3537"}	{"lerrcp": "A2-3537"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Schoentjes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1848-03-23 07:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Schoentjes"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1848-03-23 07:42:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3537"}, "ids-in-sources": {"a2": "3537"}}, "raw": {"H": "7", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "23", "LAT": "51N14", "LON": "4E30", "MON": "3", "NUM": "3537", "PRO": "S", "SEC": "0", "YEA": "1848", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5619	servais-clement-1862-10-16	{"a2": "3538"}	{"lerrcp": "A2-3538"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clément", "family": "Servais", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "HUY", "geoid": 0}, "notime": null, "date-ut": "1862-10-16 06:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Clément", "family": "Servais"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "HUY", "geoid": 0}, "date-ut": "1862-10-16 06:38:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3538"}, "ids-in-sources": {"a2": "3538"}}, "raw": {"H": "6", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "16", "LAT": "50N39", "LON": "5E30", "MON": "10", "NUM": "3538", "PRO": "S", "SEC": "0", "YEA": "1862", "CITY": "HUY"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5620	simonart-fernand-1888-01-22	{"a2": "3539"}	{"lerrcp": "A2-3539"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Simonart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BEAUVECHAIN", "geoid": 0}, "notime": null, "date-ut": "1888-01-22 21:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Simonart"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BEAUVECHAIN", "geoid": 0}, "date-ut": "1888-01-22 21:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3539"}, "ids-in-sources": {"a2": "3539"}}, "raw": {"H": "21", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "22", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "3539", "PRO": "S", "SEC": "0", "YEA": "1888", "CITY": "BEAUVECHAIN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5621	spring-walthere-1848-03-06	{"a2": "3540"}	{"lerrcp": "A2-3540"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walthere", "family": "Spring", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1848-03-06 15:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Walthere", "family": "Spring"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1848-03-06 15:38:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3540"}, "ids-in-sources": {"a2": "3540"}}, "raw": {"H": "15", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "6", "LAT": "50N39", "LON": "5E30", "MON": "3", "NUM": "3540", "PRO": "S", "SEC": "0", "YEA": "1848", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5622	stas-jean-1813-08-21	{"a2": "3541"}	{"lerrcp": "A2-3541"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Stas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "notime": null, "date-ut": "1813-08-21 01:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Stas"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "date-ut": "1813-08-21 01:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3541"}, "ids-in-sources": {"a2": "3541"}}, "raw": {"H": "1", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "21", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "3541", "PRO": "S", "SEC": "0", "YEA": "1813", "CITY": "LOUVAIN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5623	steichen-michel-1804-09-29	{"a2": "3542"}	{"lerrcp": "A2-3542"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Steichen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "DUDELANGE", "geoid": 0}, "notime": null, "date-ut": "1804-09-29 18:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Steichen"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "DUDELANGE", "geoid": 0}, "date-ut": "1804-09-29 18:39:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3542"}, "ids-in-sources": {"a2": "3542"}}, "raw": {"H": "18", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "29", "LAT": "50N 2", "LON": "5E15", "MON": "9", "NUM": "3542", "PRO": "S", "SEC": "0", "YEA": "1804", "CITY": "DUDELANGE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5624	straelen-victor-1889-06-14	{"a2": "3543"}	{"lerrcp": "A2-3543"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Straelen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1889-06-14 00:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Straelen"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1889-06-14 00:42:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3543"}, "ids-in-sources": {"a2": "3543"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "14", "LAT": "51N14", "LON": "4E30", "MON": "6", "NUM": "3543", "PRO": "S", "SEC": "0", "YEA": "1889", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5625	strainier-xavier-1865-06-28	{"a2": "3544"}	{"lerrcp": "A2-3544"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Xavier", "family": "Strainier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "BRYE LEZ FLEURU", "geoid": 0}, "notime": null, "date-ut": "1865-06-28 06:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Xavier", "family": "Strainier"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "BRYE LEZ FLEURU", "geoid": 0}, "date-ut": "1865-06-28 06:42:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3544"}, "ids-in-sources": {"a2": "3544"}}, "raw": {"H": "6", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "28", "LAT": "50N23", "LON": "4E30", "MON": "6", "NUM": "3544", "PRO": "S", "SEC": "0", "YEA": "1865", "CITY": "BRYE LEZ FLEURU"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5626	stroobant-paul-1868-04-11	{"a2": "3545"}	{"lerrcp": "A2-3545"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Stroobant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "notime": null, "date-ut": "1868-04-11 08:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Stroobant"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "date-ut": "1868-04-11 08:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3545"}, "ids-in-sources": {"a2": "3545"}}, "raw": {"H": "8", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "11", "LAT": "50N51", "LON": "4E15", "MON": "4", "NUM": "3545", "PRO": "S", "SEC": "0", "YEA": "1868", "CITY": "IXELLES"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5627	stuyvaert-modeste-1866-07-30	{"a2": "3546"}	{"lerrcp": "A2-3546"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Modeste", "family": "Stuyvaert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST JOSSE TEN NO", "geoid": 0}, "notime": null, "date-ut": "1866-07-30 03:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Modeste", "family": "Stuyvaert"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST JOSSE TEN NO", "geoid": 0}, "date-ut": "1866-07-30 03:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3546"}, "ids-in-sources": {"a2": "3546"}}, "raw": {"H": "3", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "30", "LAT": "50N51", "LON": "4E15", "MON": "7", "NUM": "3546", "PRO": "S", "SEC": "0", "YEA": "1866", "CITY": "ST JOSSE TEN NO"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5628	swarts-frederic-1866-09-02	{"a2": "3547"}	{"lerrcp": "A2-3547"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Swarts", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "notime": null, "date-ut": "1866-09-02 16:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Swarts"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "date-ut": "1866-09-02 16:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3547"}, "ids-in-sources": {"a2": "3547"}}, "raw": {"H": "16", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "2", "LAT": "50N51", "LON": "4E15", "MON": "9", "NUM": "3547", "PRO": "S", "SEC": "0", "YEA": "1866", "CITY": "IXELLES"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5629	swings-pol-1906-09-24	{"a2": "3548"}	{"lerrcp": "A2-3548"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pol", "family": "Swings", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "RANSART", "geoid": 0}, "notime": null, "date-ut": "1906-09-24 05:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Pol", "family": "Swings"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "RANSART", "geoid": 0}, "date-ut": "1906-09-24 05:00:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3548"}, "ids-in-sources": {"a2": "3548"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "24", "LAT": "50N23", "LON": "4E30", "MON": "9", "NUM": "3548", "PRO": "S", "SEC": "0", "YEA": "1906", "CITY": "RANSART"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5630	tarlier-jules-1825-03-09	{"a2": "3549"}	{"lerrcp": "A2-3549"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Tarlier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1825-03-09 01:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Tarlier"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1825-03-09 01:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3549"}, "ids-in-sources": {"a2": "3549"}}, "raw": {"H": "1", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "9", "LAT": "50N51", "LON": "4E15", "MON": "3", "NUM": "3549", "PRO": "S", "SEC": "0", "YEA": "1825", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5631	terby-francois-1846-08-08	{"a2": "3550"}	{"lerrcp": "A2-3550"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Terby", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "notime": null, "date-ut": "1846-08-08 20:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "François", "family": "Terby"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "date-ut": "1846-08-08 20:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3550"}, "ids-in-sources": {"a2": "3550"}}, "raw": {"H": "20", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "8", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "3550", "PRO": "S", "SEC": "0", "YEA": "1846", "CITY": "LOUVAIN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
17900	brotte-charles-1901-08-22	{"e1": "267"}	{"lerrcp": "E1-267"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Brotte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-08-22 10:00", "note": null, "place": {"c1": null, "c2": "26", "c3": "", "cy": "FR", "lg": 4.75469, "lat": 44.55468, "name": "Montélimar", "geoid": 2992703}, "notime": null, "date-ut": "1901-08-22 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Brotte"}, "birth": {"tzo": "+00:09", "date": "1901-08-22 10:00", "place": {"c2": "26", "c3": "", "cy": "FR", "lg": 4.75469, "lat": 44.55468, "name": "Montélimar", "geoid": 2992703}, "date-ut": "1901-08-22 09:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "267"}}, "raw": {"H": "10:00", "COD": "26", "DAY": "22", "MON": "08", "NUM": "0267", "PRO": "EX", "YEA": "1901", "CITY": "Montélimar", "NAME": "BROTTE Charles", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
5633	timmermans-jean-1801-08-22	{"a2": "3552"}	{"lerrcp": "A2-3552"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Timmermans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1801-08-22 00:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Timmermans"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1801-08-22 00:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3552"}, "ids-in-sources": {"a2": "3552"}}, "raw": {"H": "0", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "22", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "3552", "PRO": "S", "SEC": "0", "YEA": "1801", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5634	timmermans-jean-1882-01-08	{"a2": "3553"}	{"lerrcp": "A2-3553"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Timmermans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1882-01-08 07:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Timmermans"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1882-01-08 07:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3553"}, "ids-in-sources": {"a2": "3553"}}, "raw": {"H": "7", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "8", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "3553", "PRO": "S", "SEC": "0", "YEA": "1882", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5635	urbain-emile-1873-02-27	{"a2": "3554"}	{"lerrcp": "A2-3554"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Urbain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "PATURAGES", "geoid": 0}, "notime": null, "date-ut": "1873-02-27 05:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Urbain"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "PATURAGES", "geoid": 0}, "date-ut": "1873-02-27 05:42:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3554"}, "ids-in-sources": {"a2": "3554"}}, "raw": {"H": "5", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "27", "LAT": "50N23", "LON": "4E30", "MON": "2", "NUM": "3554", "PRO": "S", "SEC": "0", "YEA": "1873", "CITY": "PATURAGES"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5636	valerius-hubert-1820-08-29	{"a2": "3555"}	{"lerrcp": "A2-3555"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hubert", "family": "Valerius", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "DIEKIRCH", "geoid": 0}, "notime": null, "date-ut": "1820-08-29 01:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Hubert", "family": "Valerius"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "DIEKIRCH", "geoid": 0}, "date-ut": "1820-08-29 01:39:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3555"}, "ids-in-sources": {"a2": "3555"}}, "raw": {"H": "1", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "29", "LAT": "50N 2", "LON": "5E15", "MON": "8", "NUM": "3555", "PRO": "S", "SEC": "0", "YEA": "1820", "CITY": "DIEKIRCH"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5637	vallee-poussin-charles-1866-08-15	{"a2": "3556"}	{"lerrcp": "A2-3556"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Vallee-Poussin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "notime": null, "date-ut": "1866-08-15 04:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Vallee-Poussin"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "date-ut": "1866-08-15 04:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3556"}, "ids-in-sources": {"a2": "3556"}}, "raw": {"H": "4", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "15", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "3556", "PRO": "S", "SEC": "0", "YEA": "1866", "CITY": "LOUVAIN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5638	vallee-poussin-charles-1827-04-06	{"a2": "3557"}	{"lerrcp": "A2-3557"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Vallee-Poussin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "notime": null, "date-ut": "1827-04-06 17:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Vallee-Poussin"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "date-ut": "1827-04-06 17:42:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3557"}, "ids-in-sources": {"a2": "3557"}}, "raw": {"H": "17", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "6", "LAT": "50N20", "LON": "4E30", "MON": "4", "NUM": "3557", "PRO": "S", "SEC": "0", "YEA": "1827", "CITY": "NAMUR"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5639	vandendries-rene-1874-05-03	{"a2": "3558"}	{"lerrcp": "A2-3558"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Vandendries", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "notime": null, "date-ut": "1874-05-03 00:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "René", "family": "Vandendries"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "date-ut": "1874-05-03 00:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3558"}, "ids-in-sources": {"a2": "3558"}}, "raw": {"H": "0", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "3", "LAT": "50N51", "LON": "4E15", "MON": "5", "NUM": "3558", "PRO": "S", "SEC": "0", "YEA": "1874", "CITY": "LOUVAIN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5640	vandevelde-albert-1871-07-28	{"a2": "3559"}	{"lerrcp": "A2-3559"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Vandevelde", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1871-07-28 17:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Vandevelde"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1871-07-28 17:15:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3559"}, "ids-in-sources": {"a2": "3559"}}, "raw": {"H": "17", "MN": "15", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "28", "LAT": "51N 5", "LON": "3E45", "MON": "7", "NUM": "3559", "PRO": "S", "SEC": "0", "YEA": "1871", "CITY": "GAND"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5641	verhulst-pierre-1804-10-28	{"a2": "3560"}	{"lerrcp": "A2-3560"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Verhulst", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1804-10-28 13:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Verhulst"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1804-10-28 13:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3560"}, "ids-in-sources": {"a2": "3560"}}, "raw": {"H": "13", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "28", "LAT": "50N51", "LON": "4E15", "MON": "10", "NUM": "3560", "PRO": "S", "SEC": "0", "YEA": "1804", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5642	vermoesen-camille-1882-08-02	{"a2": "3561"}	{"lerrcp": "A2-3561"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Vermoesen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MALDEREN", "geoid": 0}, "notime": null, "date-ut": "1882-08-02 16:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Vermoesen"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MALDEREN", "geoid": 0}, "date-ut": "1882-08-02 16:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3561"}, "ids-in-sources": {"a2": "3561"}}, "raw": {"H": "16", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "2", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "3561", "PRO": "S", "SEC": "0", "YEA": "1882", "CITY": "MALDEREN"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5643	verriest-gustave-1880-09-24	{"a2": "3562"}	{"lerrcp": "A2-3562"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Verriest", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "notime": null, "date-ut": "1880-09-24 22:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Verriest"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "date-ut": "1880-09-24 22:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3562"}, "ids-in-sources": {"a2": "3562"}}, "raw": {"H": "22", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "24", "LAT": "50N51", "LON": "4E15", "MON": "9", "NUM": "3562", "PRO": "S", "SEC": "0", "YEA": "1880", "CITY": "LOUVAIN"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5644	verschaffel-aloys-1850-03-01	{"a2": "3563"}	{"lerrcp": "A2-3563"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aloys", "family": "Verschaffel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "DESTELDONK", "geoid": 0}, "notime": null, "date-ut": "1850-03-01 08:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Aloys", "family": "Verschaffel"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "DESTELDONK", "geoid": 0}, "date-ut": "1850-03-01 08:15:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3563"}, "ids-in-sources": {"a2": "3563"}}, "raw": {"H": "8", "MN": "15", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "1", "LAT": "51N 5", "LON": "3E45", "MON": "3", "NUM": "3563", "PRO": "S", "SEC": "0", "YEA": "1850", "CITY": "DESTELDONK"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5645	verschaffelt-jules-1870-01-27	{"a2": "3564"}	{"lerrcp": "A2-3564"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Verschaffelt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1870-01-27 03:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Verschaffelt"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1870-01-27 03:45:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3564"}, "ids-in-sources": {"a2": "3564"}}, "raw": {"H": "3", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "27", "LAT": "51N 5", "LON": "3E45", "MON": "1", "NUM": "3564", "PRO": "S", "SEC": "0", "YEA": "1870", "CITY": "GAND"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5646	wauters-jules-1845-06-13	{"a2": "3565"}	{"lerrcp": "A2-3565"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Wauters", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1845-06-13 22:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Wauters"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1845-06-13 22:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3565"}, "ids-in-sources": {"a2": "3565"}}, "raw": {"H": "22", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "13", "LAT": "50N51", "LON": "4E15", "MON": "6", "NUM": "3565", "PRO": "S", "SEC": "0", "YEA": "1845", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5647	wilde-p-1835-07-17	{"a2": "3566"}	{"lerrcp": "A2-3566"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "P", "family": "Wilde", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "MORTZEELE", "geoid": 0}, "notime": null, "date-ut": "1835-07-17 19:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "P", "family": "Wilde"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "MORTZEELE", "geoid": 0}, "date-ut": "1835-07-17 19:45:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3566"}, "ids-in-sources": {"a2": "3566"}}, "raw": {"H": "19", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "17", "LAT": "51N 5", "LON": "3E45", "MON": "7", "NUM": "3566", "PRO": "S", "SEC": "0", "YEA": "1835", "CITY": "MORTZEELE"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5648	wildeman-emile-1866-10-19	{"a2": "3567"}	{"lerrcp": "A2-3567"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Wildeman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST JOSSE TEN NO", "geoid": 0}, "notime": null, "date-ut": "1866-10-19 08:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Wildeman"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST JOSSE TEN NO", "geoid": 0}, "date-ut": "1866-10-19 08:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3567"}, "ids-in-sources": {"a2": "3567"}}, "raw": {"H": "8", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "19", "LAT": "50N51", "LON": "4E15", "MON": "10", "NUM": "3567", "PRO": "S", "SEC": "0", "YEA": "1866", "CITY": "ST JOSSE TEN NO"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5649	willem-victor-1866-03-26	{"a2": "3568"}	{"lerrcp": "A2-3568"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Willem", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "DISON", "geoid": 0}, "notime": null, "date-ut": "1866-03-26 00:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Willem"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "DISON", "geoid": 0}, "date-ut": "1866-03-26 00:38:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3568"}, "ids-in-sources": {"a2": "3568"}}, "raw": {"H": "0", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "26", "LAT": "50N39", "LON": "5E30", "MON": "3", "NUM": "3568", "PRO": "S", "SEC": "0", "YEA": "1866", "CITY": "DISON"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5650	witmeur-henri-1843-10-10	{"a2": "3569"}	{"lerrcp": "A2-3569"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Witmeur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1843-10-10 07:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Witmeur"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1843-10-10 07:38:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3569"}, "ids-in-sources": {"a2": "3569"}}, "raw": {"H": "7", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "10", "LAT": "50N39", "LON": "5E30", "MON": "10", "NUM": "3569", "PRO": "S", "SEC": "0", "YEA": "1843", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5651	wuyts-henri-1872-03-29	{"a2": "3570"}	{"lerrcp": "A2-3570"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Wuyts", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1872-03-29 12:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Wuyts"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1872-03-29 12:43:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3570"}, "ids-in-sources": {"a2": "3570"}}, "raw": {"H": "12", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "29", "LAT": "50N51", "LON": "4E15", "MON": "3", "NUM": "3570", "PRO": "S", "SEC": "0", "YEA": "1872", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5652	barrau-johann-1873-04-03	{"a2": "3571"}	{"lerrcp": "A2-3571"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johann", "family": "Barrau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "OISTERWIJK", "geoid": 0}, "notime": null, "date-ut": "1873-04-03 02:38:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Johann", "family": "Barrau"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "OISTERWIJK", "geoid": 0}, "date-ut": "1873-04-03 02:38:44"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3571"}, "ids-in-sources": {"a2": "3571"}}, "raw": {"H": "2", "MN": "38", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "3", "LAT": "51N42", "LON": "5E19", "MON": "4", "NUM": "3571", "PRO": "S", "SEC": "44", "YEA": "1873", "CITY": "OISTERWIJK"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5653	beaufort-lieven-ferdinand-1879-03-23	{"a2": "3572"}	{"lerrcp": "A2-3572"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Beaufort-Lieven", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "LEUSDEN", "geoid": 0}, "notime": null, "date-ut": "1879-03-23 23:09:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Beaufort-Lieven"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "LEUSDEN", "geoid": 0}, "date-ut": "1879-03-23 23:09:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3572"}, "ids-in-sources": {"a2": "3572"}}, "raw": {"H": "23", "MN": "9", "TZ": "0", "COD": "U", "COU": "N", "DAY": "23", "LAT": "52N 6", "LON": "5E 8", "MON": "3", "NUM": "3572", "PRO": "S", "SEC": "28", "YEA": "1879", "CITY": "LEUSDEN"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5654	beaujon-anthony-1853-06-28	{"a2": "3573"}	{"lerrcp": "A2-3573"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anthony", "family": "Beaujon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1853-06-28 12:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Anthony", "family": "Beaujon"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1853-06-28 12:42:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3573"}, "ids-in-sources": {"a2": "3573"}}, "raw": {"H": "12", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "28", "LAT": "52N 5", "LON": "4E28", "MON": "6", "NUM": "3573", "PRO": "S", "SEC": "8", "YEA": "1853", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5655	beijerinck-willem-1891-07-03	{"a2": "3574"}	{"lerrcp": "A2-3574"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willem", "family": "Beijerinck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "notime": null, "date-ut": "1891-07-03 05:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Willem", "family": "Beijerinck"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "date-ut": "1891-07-03 05:39:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3574"}, "ids-in-sources": {"a2": "3574"}}, "raw": {"H": "5", "MN": "39", "TZ": "0", "COD": "U", "COU": "N", "DAY": "3", "LAT": "52N 6", "LON": "5E 8", "MON": "7", "NUM": "3574", "PRO": "S", "SEC": "28", "YEA": "1891", "CITY": "UTRECHT"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5656	bemmelen-jacob-1830-11-03	{"a2": "3575"}	{"lerrcp": "A2-3575"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacob", "family": "Bemmelen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "O", "c3": null, "cy": "NL", "lg": 6.08333, "lat": 52.51667, "name": "ALMELO", "geoid": 0}, "notime": null, "date-ut": "1830-11-03 09:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jacob", "family": "Bemmelen"}, "birth": {"place": {"c2": "O", "cy": "NL", "lg": 6.08333, "lat": 52.51667, "name": "ALMELO", "geoid": 0}, "date-ut": "1830-11-03 09:05:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3575"}, "ids-in-sources": {"a2": "3575"}}, "raw": {"H": "9", "MN": "5", "TZ": "0", "COD": "O", "COU": "N", "DAY": "3", "LAT": "52N31", "LON": "6E 5", "MON": "11", "NUM": "3575", "PRO": "S", "SEC": "40", "YEA": "1830", "CITY": "ALMELO"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5657	berg-franciskus-1833-07-19	{"a2": "3576"}	{"lerrcp": "A2-3576"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franciskus", "family": "Berg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1833-07-19 09:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Franciskus", "family": "Berg"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1833-07-19 09:42:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3576"}, "ids-in-sources": {"a2": "3576"}}, "raw": {"H": "9", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "19", "LAT": "52N 5", "LON": "4E28", "MON": "7", "NUM": "3576", "PRO": "S", "SEC": "8", "YEA": "1833", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5658	bijvoet-joh-1892-01-23	{"a2": "3577"}	{"lerrcp": "A2-3577"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joh", "family": "Bijvoet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "notime": null, "date-ut": "1892-01-23 05:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Joh", "family": "Bijvoet"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "date-ut": "1892-01-23 05:41:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3577"}, "ids-in-sources": {"a2": "3577"}}, "raw": {"H": "5", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "23", "LAT": "52N22", "LON": "4E38", "MON": "1", "NUM": "3577", "PRO": "S", "SEC": "28", "YEA": "1892", "CITY": "A DAM"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5659	boeseken-jacob-1868-08-20	{"a2": "3578"}	{"lerrcp": "A2-3578"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacob", "family": "Böeseken", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1868-08-20 19:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jacob", "family": "Böeseken"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1868-08-20 19:12:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3578"}, "ids-in-sources": {"a2": "3578"}}, "raw": {"H": "19", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "20", "LAT": "52N 5", "LON": "4E28", "MON": "8", "NUM": "3578", "PRO": "S", "SEC": "8", "YEA": "1868", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5660	bremekamp-hendrik-1880-03-07	{"a2": "3579"}	{"lerrcp": "A2-3579"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hendrik", "family": "Bremekamp", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DORDRECHT", "geoid": 0}, "notime": null, "date-ut": "1880-03-07 11:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Hendrik", "family": "Bremekamp"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DORDRECHT", "geoid": 0}, "date-ut": "1880-03-07 11:42:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3579"}, "ids-in-sources": {"a2": "3579"}}, "raw": {"H": "11", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "7", "LAT": "52N 5", "LON": "4E28", "MON": "3", "NUM": "3579", "PRO": "S", "SEC": "8", "YEA": "1880", "CITY": "DORDRECHT"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5661	brender-gerardus-1881-09-10	{"a2": "3580"}	{"lerrcp": "A2-3580"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gerardus", "family": "Brender", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "L", "c3": null, "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "MAASTRICHT", "geoid": 0}, "notime": null, "date-ut": "1881-09-10 09:37:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Gerardus", "family": "Brender"}, "birth": {"place": {"c2": "L", "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "MAASTRICHT", "geoid": 0}, "date-ut": "1881-09-10 09:37:20"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3580"}, "ids-in-sources": {"a2": "3580"}}, "raw": {"H": "9", "MN": "37", "TZ": "0", "COD": "L", "COU": "N", "DAY": "10", "LAT": "50N51", "LON": "5E40", "MON": "9", "NUM": "3580", "PRO": "S", "SEC": "20", "YEA": "1881", "CITY": "MAASTRICHT"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5662	brouwer-gooitzen-1876-10-29	{"a2": "3581"}	{"lerrcp": "A2-3581"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gooitzen", "family": "Brouwer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "HEERENVEEN", "geoid": 0}, "notime": null, "date-ut": "1876-10-29 21:06:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Gooitzen", "family": "Brouwer"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "HEERENVEEN", "geoid": 0}, "date-ut": "1876-10-29 21:06:48"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3581"}, "ids-in-sources": {"a2": "3581"}}, "raw": {"H": "21", "MN": "6", "TZ": "0", "COD": "F", "COU": "N", "DAY": "29", "LAT": "53N12", "LON": "5E48", "MON": "10", "NUM": "3581", "PRO": "S", "SEC": "48", "YEA": "1876", "CITY": "HEERENVEEN"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5663	brouwer-hendrik-1886-09-20	{"a2": "3582"}	{"lerrcp": "A2-3582"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hendrik", "family": "Brouwer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "MEDEMBLIK", "geoid": 0}, "notime": null, "date-ut": "1886-09-20 22:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Hendrik", "family": "Brouwer"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "MEDEMBLIK", "geoid": 0}, "date-ut": "1886-09-20 22:41:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3582"}, "ids-in-sources": {"a2": "3582"}}, "raw": {"H": "22", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "20", "LAT": "52N22", "LON": "4E38", "MON": "9", "NUM": "3582", "PRO": "S", "SEC": "28", "YEA": "1886", "CITY": "MEDEMBLIK"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5665	bungenberg-jong-hendrik-1893-05-27	{"a2": "3584"}	{"lerrcp": "A2-3584"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Bungenberg Jong Hendrik", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1893-05-27 03:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "", "family": "Bungenberg Jong Hendrik"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1893-05-27 03:12:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3584"}, "ids-in-sources": {"a2": "3584"}}, "raw": {"H": "3", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "27", "LAT": "52N 5", "LON": "4E28", "MON": "5", "NUM": "3584", "PRO": "S", "SEC": "8", "YEA": "1893", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5666	burg-boke-1879-01-19	{"a2": "3585"}	{"lerrcp": "A2-3585"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Boke", "family": "Burg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "JELSUM LEEUWARD", "geoid": 0}, "notime": null, "date-ut": "1879-01-19 07:06:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Boke", "family": "Burg"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "JELSUM LEEUWARD", "geoid": 0}, "date-ut": "1879-01-19 07:06:48"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3585"}, "ids-in-sources": {"a2": "3585"}}, "raw": {"H": "7", "MN": "6", "TZ": "0", "COD": "F", "COU": "N", "DAY": "19", "LAT": "53N12", "LON": "5E48", "MON": "1", "NUM": "3585", "PRO": "S", "SEC": "48", "YEA": "1879", "CITY": "JELSUM LEEUWARD"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5667	burgers-johannes-1895-01-13	{"a2": "3586"}	{"lerrcp": "A2-3586"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Burgers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ARNHEIM", "geoid": 0}, "notime": null, "date-ut": "1895-01-13 01:06:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Burgers"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ARNHEIM", "geoid": 0}, "date-ut": "1895-01-13 01:06:24"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3586"}, "ids-in-sources": {"a2": "3586"}}, "raw": {"H": "1", "MN": "6", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "13", "LAT": "51N59", "LON": "5E54", "MON": "1", "NUM": "3586", "PRO": "S", "SEC": "24", "YEA": "1895", "CITY": "ARNHEIM"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5668	cohen-ernst-1869-03-07	{"a2": "3587"}	{"lerrcp": "A2-3587"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Cohen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "notime": null, "date-ut": "1869-03-07 05:11:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Cohen"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "date-ut": "1869-03-07 05:11:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3587"}, "ids-in-sources": {"a2": "3587"}}, "raw": {"H": "5", "MN": "11", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "7", "LAT": "52N22", "LON": "4E38", "MON": "3", "NUM": "3587", "PRO": "S", "SEC": "28", "YEA": "1869", "CITY": "A DAM"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5669	deuss-josephus-1883-05-27	{"a2": "3588"}	{"lerrcp": "A2-3588"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Josephus", "family": "Deuss", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "L", "c3": null, "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "ROERMOND", "geoid": 0}, "notime": null, "date-ut": "1883-05-27 10:37:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Josephus", "family": "Deuss"}, "birth": {"place": {"c2": "L", "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "ROERMOND", "geoid": 0}, "date-ut": "1883-05-27 10:37:20"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3588"}, "ids-in-sources": {"a2": "3588"}}, "raw": {"H": "10", "MN": "37", "TZ": "0", "COD": "L", "COU": "N", "DAY": "27", "LAT": "50N51", "LON": "5E40", "MON": "5", "NUM": "3588", "PRO": "S", "SEC": "20", "YEA": "1883", "CITY": "ROERMOND"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5670	dijck-willem-1899-03-11	{"a2": "3589"}	{"lerrcp": "A2-3589"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willem", "family": "Dijck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "notime": null, "date-ut": "1899-03-11 21:09:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Willem", "family": "Dijck"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "date-ut": "1899-03-11 21:09:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3589"}, "ids-in-sources": {"a2": "3589"}}, "raw": {"H": "21", "MN": "9", "TZ": "0", "COD": "U", "COU": "N", "DAY": "11", "LAT": "52N 6", "LON": "5E 8", "MON": "3", "NUM": "3589", "PRO": "S", "SEC": "28", "YEA": "1899", "CITY": "UTRECHT"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5671	dijck-pieter-1826-01-31	{"a2": "3590"}	{"lerrcp": "A2-3590"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pieter", "family": "Dijck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "notime": null, "date-ut": "1826-01-31 08:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Pieter", "family": "Dijck"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "date-ut": "1826-01-31 08:41:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3590"}, "ids-in-sources": {"a2": "3590"}}, "raw": {"H": "8", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "31", "LAT": "52N22", "LON": "4E38", "MON": "1", "NUM": "3590", "PRO": "S", "SEC": "28", "YEA": "1826", "CITY": "A DAM"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5672	folie-joacob-1833-12-11	{"a2": "3591"}	{"lerrcp": "A2-3591"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joacob", "family": "Folie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "L", "c3": null, "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "VENLO", "geoid": 0}, "notime": null, "date-ut": "1833-12-11 16:37:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Joacob", "family": "Folie"}, "birth": {"place": {"c2": "L", "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "VENLO", "geoid": 0}, "date-ut": "1833-12-11 16:37:20"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3591"}, "ids-in-sources": {"a2": "3591"}}, "raw": {"H": "16", "MN": "37", "TZ": "0", "COD": "L", "COU": "N", "DAY": "11", "LAT": "50N51", "LON": "5E40", "MON": "12", "NUM": "3591", "PRO": "S", "SEC": "20", "YEA": "1833", "CITY": "VENLO"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5673	franchimont-ant-1844-05-10	{"a2": "3592"}	{"lerrcp": "A2-3592"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ant", "family": "Franchimont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "LEIDEN", "geoid": 0}, "notime": null, "date-ut": "1844-05-10 22:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Ant", "family": "Franchimont"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "LEIDEN", "geoid": 0}, "date-ut": "1844-05-10 22:42:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3592"}, "ids-in-sources": {"a2": "3592"}}, "raw": {"H": "22", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "10", "LAT": "52N 5", "LON": "4E28", "MON": "5", "NUM": "3592", "PRO": "S", "SEC": "8", "YEA": "1844", "CITY": "LEIDEN"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5674	gelderen-cornelis-1872-06-07	{"a2": "3593"}	{"lerrcp": "A2-3593"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cornelis", "family": "Gelderen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "SCHOONHOVEN", "geoid": 0}, "notime": null, "date-ut": "1872-06-07 21:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Cornelis", "family": "Gelderen"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "SCHOONHOVEN", "geoid": 0}, "date-ut": "1872-06-07 21:42:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3593"}, "ids-in-sources": {"a2": "3593"}}, "raw": {"H": "21", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "7", "LAT": "52N 5", "LON": "4E28", "MON": "6", "NUM": "3593", "PRO": "S", "SEC": "8", "YEA": "1872", "CITY": "SCHOONHOVEN"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5675	haan-david-1822-05-03	{"a2": "3594"}	{"lerrcp": "A2-3594"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "David", "family": "Haan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "notime": null, "date-ut": "1822-05-03 18:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "David", "family": "Haan"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "date-ut": "1822-05-03 18:41:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3594"}, "ids-in-sources": {"a2": "3594"}}, "raw": {"H": "18", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "3", "LAT": "52N22", "LON": "4E38", "MON": "5", "NUM": "3594", "PRO": "S", "SEC": "28", "YEA": "1822", "CITY": "A DAM"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5676	hallo-herman-1879-09-28	{"a2": "3595"}	{"lerrcp": "A2-3595"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Herman", "family": "Hallo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "notime": null, "date-ut": "1879-09-28 23:11:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Herman", "family": "Hallo"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "date-ut": "1879-09-28 23:11:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3595"}, "ids-in-sources": {"a2": "3595"}}, "raw": {"H": "23", "MN": "11", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "28", "LAT": "52N22", "LON": "4E38", "MON": "9", "NUM": "3595", "PRO": "S", "SEC": "28", "YEA": "1879", "CITY": "A DAM"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5677	hasselt-arend-1848-01-06	{"a2": "3596"}	{"lerrcp": "A2-3596"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arend", "family": "Hasselt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "notime": null, "date-ut": "1848-01-06 09:33:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Arend", "family": "Hasselt"}, "birth": {"place": {"c2": "GR", "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "date-ut": "1848-01-06 09:33:44"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3596"}, "ids-in-sources": {"a2": "3596"}}, "raw": {"H": "9", "MN": "33", "TZ": "0", "COD": "GR", "COU": "N", "DAY": "6", "LAT": "53N13", "LON": "6E34", "MON": "1", "NUM": "3596", "PRO": "S", "SEC": "44", "YEA": "1848", "CITY": "GRONINGEN"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5678	holleman-arnold-1859-08-18	{"a2": "3597"}	{"lerrcp": "A2-3597"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arnold", "family": "Holleman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "OISTERWIJK", "geoid": 0}, "notime": null, "date-ut": "1859-08-18 17:38:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Arnold", "family": "Holleman"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "OISTERWIJK", "geoid": 0}, "date-ut": "1859-08-18 17:38:44"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3597"}, "ids-in-sources": {"a2": "3597"}}, "raw": {"H": "17", "MN": "38", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "18", "LAT": "51N42", "LON": "5E19", "MON": "8", "NUM": "3597", "PRO": "S", "SEC": "44", "YEA": "1859", "CITY": "OISTERWIJK"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5679	jongmans-willem-1878-08-13	{"a2": "3598"}	{"lerrcp": "A2-3598"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willem", "family": "Jongmans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "LEIDEN", "geoid": 0}, "notime": null, "date-ut": "1878-08-13 04:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Willem", "family": "Jongmans"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "LEIDEN", "geoid": 0}, "date-ut": "1878-08-13 04:12:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3598"}, "ids-in-sources": {"a2": "3598"}}, "raw": {"H": "4", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "13", "LAT": "52N 5", "LON": "4E28", "MON": "8", "NUM": "3598", "PRO": "S", "SEC": "8", "YEA": "1878", "CITY": "LEIDEN"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5680	julius-victor-1851-05-11	{"a2": "3599"}	{"lerrcp": "A2-3599"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Julius", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "notime": null, "date-ut": "1851-05-11 23:09:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Julius"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "date-ut": "1851-05-11 23:09:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3599"}, "ids-in-sources": {"a2": "3599"}}, "raw": {"H": "23", "MN": "9", "TZ": "0", "COD": "U", "COU": "N", "DAY": "11", "LAT": "52N 6", "LON": "5E 8", "MON": "5", "NUM": "3599", "PRO": "S", "SEC": "28", "YEA": "1851", "CITY": "UTRECHT"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5681	kapteijn-jacobus-1851-01-19	{"a2": "3600"}	{"lerrcp": "A2-3600"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacobus", "family": "Kapteijn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "BARNEVELD", "geoid": 0}, "notime": null, "date-ut": "1851-01-19 06:36:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jacobus", "family": "Kapteijn"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "BARNEVELD", "geoid": 0}, "date-ut": "1851-01-19 06:36:24"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3600"}, "ids-in-sources": {"a2": "3600"}}, "raw": {"H": "6", "MN": "36", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "19", "LAT": "51N59", "LON": "5E54", "MON": "1", "NUM": "3600", "PRO": "S", "SEC": "24", "YEA": "1851", "CITY": "BARNEVELD"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5682	kock-anne-1841-06-03	{"a2": "3601"}	{"lerrcp": "A2-3601"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anne", "family": "Kock", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "notime": null, "date-ut": "1841-06-03 02:11:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Anne", "family": "Kock"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "date-ut": "1841-06-03 02:11:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3601"}, "ids-in-sources": {"a2": "3601"}}, "raw": {"H": "2", "MN": "11", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "3", "LAT": "52N22", "LON": "4E38", "MON": "6", "NUM": "3601", "PRO": "S", "SEC": "28", "YEA": "1841", "CITY": "HAARLEM"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5683	kluyver-jan-1860-05-02	{"a2": "3602"}	{"lerrcp": "A2-3602"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Kluyver", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "KOOG A D ZAAN", "geoid": 0}, "notime": null, "date-ut": "1860-05-02 01:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Kluyver"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "KOOG A D ZAAN", "geoid": 0}, "date-ut": "1860-05-02 01:41:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3602"}, "ids-in-sources": {"a2": "3602"}}, "raw": {"H": "1", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "2", "LAT": "52N22", "LON": "4E38", "MON": "5", "NUM": "3602", "PRO": "S", "SEC": "28", "YEA": "1860", "CITY": "KOOG A D ZAAN"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5684	korteweg-diederik-1848-05-31	{"a2": "3603"}	{"lerrcp": "A2-3603"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Diederik", "family": "Korteweg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "S HERTOGENBOSCH", "geoid": 0}, "notime": null, "date-ut": "1848-05-31 13:38:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Diederik", "family": "Korteweg"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "S HERTOGENBOSCH", "geoid": 0}, "date-ut": "1848-05-31 13:38:44"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3603"}, "ids-in-sources": {"a2": "3603"}}, "raw": {"H": "13", "MN": "38", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "31", "LAT": "51N42", "LON": "5E19", "MON": "5", "NUM": "3603", "PRO": "S", "SEC": "44", "YEA": "1848", "CITY": "S HERTOGENBOSCH"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5685	kruyt-hugo-1882-06-03	{"a2": "3604"}	{"lerrcp": "A2-3604"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hugo", "family": "Kruyt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "notime": null, "date-ut": "1882-06-03 14:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Hugo", "family": "Kruyt"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "date-ut": "1882-06-03 14:41:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3604"}, "ids-in-sources": {"a2": "3604"}}, "raw": {"H": "14", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "3", "LAT": "52N22", "LON": "4E38", "MON": "6", "NUM": "3604", "PRO": "S", "SEC": "28", "YEA": "1882", "CITY": "A DAM"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5686	lobry-bruijn-cornelis-1857-01-01	{"a2": "3605"}	{"lerrcp": "A2-3605"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Lobry Bruijn Cornelis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "LEEUWARDEN", "geoid": 0}, "notime": null, "date-ut": "1857-01-01 06:36:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "", "family": "Lobry Bruijn Cornelis"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "LEEUWARDEN", "geoid": 0}, "date-ut": "1857-01-01 06:36:48"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3605"}, "ids-in-sources": {"a2": "3605"}}, "raw": {"H": "6", "MN": "36", "TZ": "0", "COD": "F", "COU": "N", "DAY": "1", "LAT": "53N12", "LON": "5E48", "MON": "1", "NUM": "3605", "PRO": "S", "SEC": "48", "YEA": "1857", "CITY": "LEEUWARDEN"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5688	mees-willem-1882-11-10	{"a2": "3607"}	{"lerrcp": "A2-3607"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willem", "family": "Mees", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "notime": null, "date-ut": "1882-11-10 23:03:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Willem", "family": "Mees"}, "birth": {"place": {"c2": "GR", "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "date-ut": "1882-11-10 23:03:44"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3607"}, "ids-in-sources": {"a2": "3607"}}, "raw": {"H": "23", "MN": "3", "TZ": "0", "COD": "GR", "COU": "N", "DAY": "10", "LAT": "53N13", "LON": "6E34", "MON": "11", "NUM": "3607", "PRO": "S", "SEC": "44", "YEA": "1882", "CITY": "GRONINGEN"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5689	meijere-johanned-1866-04-01	{"a2": "3608"}	{"lerrcp": "A2-3608"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johanned", "family": "Meijere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "DEVENTER", "geoid": 0}, "notime": null, "date-ut": "1866-04-01 13:06:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Johanned", "family": "Meijere"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "DEVENTER", "geoid": 0}, "date-ut": "1866-04-01 13:06:24"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3608"}, "ids-in-sources": {"a2": "3608"}}, "raw": {"H": "13", "MN": "6", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "1", "LAT": "51N59", "LON": "5E54", "MON": "4", "NUM": "3608", "PRO": "S", "SEC": "24", "YEA": "1866", "CITY": "DEVENTER"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5690	methorst-hendrik-1868-03-22	{"a2": "3609"}	{"lerrcp": "A2-3609"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hendrik", "family": "Methorst", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "AMERSFOORT", "geoid": 0}, "notime": null, "date-ut": "1868-03-22 19:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Hendrik", "family": "Methorst"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "AMERSFOORT", "geoid": 0}, "date-ut": "1868-03-22 19:39:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3609"}, "ids-in-sources": {"a2": "3609"}}, "raw": {"H": "19", "MN": "39", "TZ": "0", "COD": "U", "COU": "N", "DAY": "22", "LAT": "52N 6", "LON": "5E 8", "MON": "3", "NUM": "3609", "PRO": "S", "SEC": "28", "YEA": "1868", "CITY": "AMERSFOORT"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5691	minnaert-marcel-1893-02-12	{"a2": "3610"}	{"lerrcp": "A2-3610"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Minnaert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.23333, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "notime": null, "date-ut": "1893-02-12 12:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Minnaert"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.23333, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "date-ut": "1893-02-12 12:00:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3610"}, "ids-in-sources": {"a2": "3610"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "12", "LAT": "51N13", "LON": "3E14", "MON": "2", "NUM": "3610", "PRO": "S", "SEC": "0", "YEA": "1893", "CITY": "BRUGES"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5692	molengraaff-gustaaf-1860-02-27	{"a2": "3611"}	{"lerrcp": "A2-3611"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustaaf", "family": "Molengraaff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "NIJMEGEN", "geoid": 0}, "notime": null, "date-ut": "1860-02-27 18:06:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Gustaaf", "family": "Molengraaff"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "NIJMEGEN", "geoid": 0}, "date-ut": "1860-02-27 18:06:24"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3611"}, "ids-in-sources": {"a2": "3611"}}, "raw": {"H": "18", "MN": "6", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "27", "LAT": "51N59", "LON": "5E54", "MON": "2", "NUM": "3611", "PRO": "S", "SEC": "24", "YEA": "1860", "CITY": "NIJMEGEN"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5693	mourik-broekman-gerrit-1875-08-26	{"a2": "3612"}	{"lerrcp": "A2-3612"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gerrit", "family": "Mourik-Broekman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "VIANEN", "geoid": 0}, "notime": null, "date-ut": "1875-08-26 09:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Gerrit", "family": "Mourik-Broekman"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "VIANEN", "geoid": 0}, "date-ut": "1875-08-26 09:42:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3612"}, "ids-in-sources": {"a2": "3612"}}, "raw": {"H": "9", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "26", "LAT": "52N 5", "LON": "4E28", "MON": "8", "NUM": "3612", "PRO": "S", "SEC": "8", "YEA": "1875", "CITY": "VIANEN"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5694	mulder-eduard-1832-07-17	{"a2": "3613"}	{"lerrcp": "A2-3613"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eduard", "family": "Mulder", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1832-07-17 01:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Eduard", "family": "Mulder"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1832-07-17 01:42:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3613"}, "ids-in-sources": {"a2": "3613"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "17", "LAT": "52N 5", "LON": "4E28", "MON": "7", "NUM": "3613", "PRO": "S", "SEC": "8", "YEA": "1832", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5695	nieuwenburg-cornelis-1889-12-31	{"a2": "3614"}	{"lerrcp": "A2-3614"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cornelis", "family": "Nieuwenburg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1889-12-31 16:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Cornelis", "family": "Nieuwenburg"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1889-12-31 16:42:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3614"}, "ids-in-sources": {"a2": "3614"}}, "raw": {"H": "16", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "31", "LAT": "52N 5", "LON": "4E28", "MON": "12", "NUM": "3614", "PRO": "S", "SEC": "8", "YEA": "1889", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5696	nolen-henri-1890-06-30	{"a2": "3615"}	{"lerrcp": "A2-3615"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Nolen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1890-06-30 06:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Nolen"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1890-06-30 06:42:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3615"}, "ids-in-sources": {"a2": "3615"}}, "raw": {"H": "6", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "30", "LAT": "52N 5", "LON": "4E28", "MON": "6", "NUM": "3615", "PRO": "S", "SEC": "8", "YEA": "1890", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5697	oordt-gregorius-1892-03-19	{"a2": "3616"}	{"lerrcp": "A2-3616"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gregorius", "family": "Oordt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ARNHEM", "geoid": 0}, "notime": null, "date-ut": "1892-03-19 23:06:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Gregorius", "family": "Oordt"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ARNHEM", "geoid": 0}, "date-ut": "1892-03-19 23:06:24"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3616"}, "ids-in-sources": {"a2": "3616"}}, "raw": {"H": "23", "MN": "6", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "19", "LAT": "51N59", "LON": "5E54", "MON": "3", "NUM": "3616", "PRO": "S", "SEC": "24", "YEA": "1892", "CITY": "ARNHEM"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5698	ornstein-leonard-1880-11-12	{"a2": "3617"}	{"lerrcp": "A2-3617"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leonard", "family": "Ornstein", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "NIJMEGEN", "geoid": 0}, "notime": null, "date-ut": "1880-11-12 11:36:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Leonard", "family": "Ornstein"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "NIJMEGEN", "geoid": 0}, "date-ut": "1880-11-12 11:36:24"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3617"}, "ids-in-sources": {"a2": "3617"}}, "raw": {"H": "11", "MN": "36", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "12", "LAT": "51N59", "LON": "5E54", "MON": "11", "NUM": "3617", "PRO": "S", "SEC": "24", "YEA": "1880", "CITY": "NIJMEGEN"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5699	prins-jan-1899-04-18	{"a2": "3618"}	{"lerrcp": "A2-3618"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Prins", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "GROUW IDAARDERA", "geoid": 0}, "notime": null, "date-ut": "1899-04-18 16:06:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Prins"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "GROUW IDAARDERA", "geoid": 0}, "date-ut": "1899-04-18 16:06:48"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3618"}, "ids-in-sources": {"a2": "3618"}}, "raw": {"H": "16", "MN": "6", "TZ": "0", "COD": "F", "COU": "N", "DAY": "18", "LAT": "53N12", "LON": "5E48", "MON": "4", "NUM": "3618", "PRO": "S", "SEC": "48", "YEA": "1899", "CITY": "GROUW IDAARDERA"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5700	quay-jan-1901-08-26	{"a2": "3619"}	{"lerrcp": "A2-3619"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Quay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "S HERTOGENBOSCH", "geoid": 0}, "notime": null, "date-ut": "1901-08-26 16:08:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Quay"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "S HERTOGENBOSCH", "geoid": 0}, "date-ut": "1901-08-26 16:08:44"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3619"}, "ids-in-sources": {"a2": "3619"}}, "raw": {"H": "16", "MN": "8", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "26", "LAT": "51N42", "LON": "5E19", "MON": "8", "NUM": "3619", "PRO": "S", "SEC": "44", "YEA": "1901", "CITY": "S HERTOGENBOSCH"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5701	ritzema-bos-jan-1850-07-25	{"a2": "3620"}	{"lerrcp": "A2-3620"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Ritzema-Bos", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "notime": null, "date-ut": "1850-07-25 05:33:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Ritzema-Bos"}, "birth": {"place": {"c2": "GR", "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "date-ut": "1850-07-25 05:33:44"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3620"}, "ids-in-sources": {"a2": "3620"}}, "raw": {"H": "5", "MN": "33", "TZ": "0", "COD": "GR", "COU": "N", "DAY": "25", "LAT": "53N13", "LON": "6E34", "MON": "7", "NUM": "3620", "PRO": "S", "SEC": "44", "YEA": "1850", "CITY": "GRONINGEN"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5702	royen-louis-1865-10-09	{"a2": "3621"}	{"lerrcp": "A2-3621"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Royen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "GORINCHEM", "geoid": 0}, "notime": null, "date-ut": "1865-10-09 12:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Royen"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "GORINCHEM", "geoid": 0}, "date-ut": "1865-10-09 12:12:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3621"}, "ids-in-sources": {"a2": "3621"}}, "raw": {"H": "12", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "9", "LAT": "52N 5", "LON": "4E28", "MON": "10", "NUM": "3621", "PRO": "S", "SEC": "8", "YEA": "1865", "CITY": "GORINCHEM"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5703	rutgers-johannes-1880-05-05	{"a2": "3622"}	{"lerrcp": "A2-3622"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Rutgers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "S HERTOGENBOSCH", "geoid": 0}, "notime": null, "date-ut": "1880-05-05 04:38:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Rutgers"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "S HERTOGENBOSCH", "geoid": 0}, "date-ut": "1880-05-05 04:38:44"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3622"}, "ids-in-sources": {"a2": "3622"}}, "raw": {"H": "4", "MN": "38", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "5", "LAT": "51N42", "LON": "5E19", "MON": "5", "NUM": "3622", "PRO": "S", "SEC": "44", "YEA": "1880", "CITY": "S HERTOGENBOSCH"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5704	schalij-jilles-1840-05-15	{"a2": "3623"}	{"lerrcp": "A2-3623"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jilles", "family": "Schalij", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "JUTFAAS", "geoid": 0}, "notime": null, "date-ut": "1840-05-15 16:09:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jilles", "family": "Schalij"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "JUTFAAS", "geoid": 0}, "date-ut": "1840-05-15 16:09:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3623"}, "ids-in-sources": {"a2": "3623"}}, "raw": {"H": "16", "MN": "9", "TZ": "0", "COD": "U", "COU": "N", "DAY": "15", "LAT": "52N 6", "LON": "5E 8", "MON": "5", "NUM": "3623", "PRO": "S", "SEC": "28", "YEA": "1840", "CITY": "JUTFAAS"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5705	schermerhorn-willem-1894-12-17	{"a2": "3624"}	{"lerrcp": "A2-3624"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willem", "family": "Schermerhorn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AKERSLOOT", "geoid": 0}, "notime": null, "date-ut": "1894-12-17 13:11:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Willem", "family": "Schermerhorn"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AKERSLOOT", "geoid": 0}, "date-ut": "1894-12-17 13:11:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3624"}, "ids-in-sources": {"a2": "3624"}}, "raw": {"H": "13", "MN": "11", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "17", "LAT": "52N22", "LON": "4E38", "MON": "12", "NUM": "3624", "PRO": "S", "SEC": "28", "YEA": "1894", "CITY": "AKERSLOOT"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5706	schreinermakers-franciscus-1864-09-01	{"a2": "3625"}	{"lerrcp": "A2-3625"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franciscus", "family": "Schreinermakers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "L", "c3": null, "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "ROERMOND", "geoid": 0}, "notime": null, "date-ut": "1864-09-01 19:37:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Franciscus", "family": "Schreinermakers"}, "birth": {"place": {"c2": "L", "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "ROERMOND", "geoid": 0}, "date-ut": "1864-09-01 19:37:20"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3625"}, "ids-in-sources": {"a2": "3625"}}, "raw": {"H": "19", "MN": "37", "TZ": "0", "COD": "L", "COU": "N", "DAY": "1", "LAT": "50N51", "LON": "5E40", "MON": "9", "NUM": "3625", "PRO": "S", "SEC": "20", "YEA": "1864", "CITY": "ROERMOND"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5707	schuh-frederik-1875-02-07	{"a2": "3626"}	{"lerrcp": "A2-3626"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frederik", "family": "Schuh", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "notime": null, "date-ut": "1875-02-07 04:11:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Frederik", "family": "Schuh"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "date-ut": "1875-02-07 04:11:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3626"}, "ids-in-sources": {"a2": "3626"}}, "raw": {"H": "4", "MN": "11", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "7", "LAT": "52N22", "LON": "4E38", "MON": "2", "NUM": "3626", "PRO": "S", "SEC": "28", "YEA": "1875", "CITY": "A DAM"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5708	schuurman-johannes-1836-12-17	{"a2": "3627"}	{"lerrcp": "A2-3627"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Schuurman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "BREDA", "geoid": 0}, "notime": null, "date-ut": "1836-12-17 10:08:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Schuurman"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "BREDA", "geoid": 0}, "date-ut": "1836-12-17 10:08:44"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3627"}, "ids-in-sources": {"a2": "3627"}}, "raw": {"H": "10", "MN": "8", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "17", "LAT": "51N42", "LON": "5E19", "MON": "12", "NUM": "3627", "PRO": "S", "SEC": "44", "YEA": "1836", "CITY": "BREDA"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5709	sluiter-carel-1854-11-16	{"a2": "3628"}	{"lerrcp": "A2-3628"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carel", "family": "Sluiter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "notime": null, "date-ut": "1854-11-16 10:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Carel", "family": "Sluiter"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "date-ut": "1854-11-16 10:41:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3628"}, "ids-in-sources": {"a2": "3628"}}, "raw": {"H": "10", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "16", "LAT": "52N22", "LON": "4E38", "MON": "11", "NUM": "3628", "PRO": "S", "SEC": "28", "YEA": "1854", "CITY": "A DAM"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5710	steur-johan-1865-10-30	{"a2": "3629"}	{"lerrcp": "A2-3629"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johan", "family": "Steur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "notime": null, "date-ut": "1865-10-30 00:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Johan", "family": "Steur"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "date-ut": "1865-10-30 00:41:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3629"}, "ids-in-sources": {"a2": "3629"}}, "raw": {"H": "0", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "30", "LAT": "52N22", "LON": "4E38", "MON": "10", "NUM": "3629", "PRO": "S", "SEC": "28", "YEA": "1865", "CITY": "HAARLEM"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5711	strijbos-jan-1891-03-14	{"a2": "3630"}	{"lerrcp": "A2-3630"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Strijbos", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "notime": null, "date-ut": "1891-03-14 05:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Strijbos"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "date-ut": "1891-03-14 05:41:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3630"}, "ids-in-sources": {"a2": "3630"}}, "raw": {"H": "5", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "14", "LAT": "52N22", "LON": "4E38", "MON": "3", "NUM": "3630", "PRO": "S", "SEC": "28", "YEA": "1891", "CITY": "HAARLEM"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5712	suringar-willem-1832-12-28	{"a2": "3631"}	{"lerrcp": "A2-3631"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willem", "family": "Suringar", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "LEEUWARDEN", "geoid": 0}, "notime": null, "date-ut": "1832-12-28 05:36:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Willem", "family": "Suringar"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "LEEUWARDEN", "geoid": 0}, "date-ut": "1832-12-28 05:36:48"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3631"}, "ids-in-sources": {"a2": "3631"}}, "raw": {"H": "5", "MN": "36", "TZ": "0", "COD": "F", "COU": "N", "DAY": "28", "LAT": "53N12", "LON": "5E48", "MON": "12", "NUM": "3631", "PRO": "S", "SEC": "48", "YEA": "1832", "CITY": "LEEUWARDEN"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5713	telders-jean-1842-05-24	{"a2": "3632"}	{"lerrcp": "A2-3632"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Telders", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "S HERTOGENBOSCH", "geoid": 0}, "notime": null, "date-ut": "1842-05-24 06:08:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Telders"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "S HERTOGENBOSCH", "geoid": 0}, "date-ut": "1842-05-24 06:08:44"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3632"}, "ids-in-sources": {"a2": "3632"}}, "raw": {"H": "6", "MN": "8", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "24", "LAT": "51N42", "LON": "5E19", "MON": "5", "NUM": "3632", "PRO": "S", "SEC": "44", "YEA": "1842", "CITY": "S HERTOGENBOSCH"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5714	thierens-elie-1882-01-28	{"a2": "3633"}	{"lerrcp": "A2-3633"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elie", "family": "Thierens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "WORKUM", "geoid": 0}, "notime": null, "date-ut": "1882-01-28 05:36:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Elie", "family": "Thierens"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "WORKUM", "geoid": 0}, "date-ut": "1882-01-28 05:36:48"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3633"}, "ids-in-sources": {"a2": "3633"}}, "raw": {"H": "5", "MN": "36", "TZ": "0", "COD": "F", "COU": "N", "DAY": "28", "LAT": "53N12", "LON": "5E48", "MON": "1", "NUM": "3633", "PRO": "S", "SEC": "48", "YEA": "1882", "CITY": "WORKUM"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5715	treub-melchior-1851-12-26	{"a2": "3634"}	{"lerrcp": "A2-3634"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Melchior", "family": "Treub", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "VOORSCHOTEN", "geoid": 0}, "notime": null, "date-ut": "1851-12-26 02:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Melchior", "family": "Treub"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "VOORSCHOTEN", "geoid": 0}, "date-ut": "1851-12-26 02:42:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3634"}, "ids-in-sources": {"a2": "3634"}}, "raw": {"H": "2", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "26", "LAT": "52N 5", "LON": "4E28", "MON": "12", "NUM": "3634", "PRO": "S", "SEC": "8", "YEA": "1851", "CITY": "VOORSCHOTEN"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5716	veen-hendrik-1879-09-12	{"a2": "3635"}	{"lerrcp": "A2-3635"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hendrik", "family": "Veen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "D", "c3": null, "cy": "NL", "lg": 6.4, "lat": 52.98333, "name": "MEPPEL", "geoid": 0}, "notime": null, "date-ut": "1879-09-12 00:04:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Hendrik", "family": "Veen"}, "birth": {"place": {"c2": "D", "cy": "NL", "lg": 6.4, "lat": 52.98333, "name": "MEPPEL", "geoid": 0}, "date-ut": "1879-09-12 00:04:24"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3635"}, "ids-in-sources": {"a2": "3635"}}, "raw": {"H": "0", "MN": "4", "TZ": "0", "COD": "D", "COU": "N", "DAY": "12", "LAT": "52N59", "LON": "6E24", "MON": "9", "NUM": "3635", "PRO": "S", "SEC": "24", "YEA": "1879", "CITY": "MEPPEL"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5717	veraart-joannes-1886-01-26	{"a2": "3636"}	{"lerrcp": "A2-3636"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joannes", "family": "Veraart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "notime": null, "date-ut": "1886-01-26 03:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Joannes", "family": "Veraart"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "date-ut": "1886-01-26 03:41:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3636"}, "ids-in-sources": {"a2": "3636"}}, "raw": {"H": "3", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "26", "LAT": "52N22", "LON": "4E38", "MON": "1", "NUM": "3636", "PRO": "S", "SEC": "28", "YEA": "1886", "CITY": "A DAM"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5718	verrijn-stuart-gerard-1893-09-16	{"a2": "3637"}	{"lerrcp": "A2-3637"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Verrijn-Stuart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1893-09-16 05:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Gérard", "family": "Verrijn-Stuart"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1893-09-16 05:12:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3637"}, "ids-in-sources": {"a2": "3637"}}, "raw": {"H": "5", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "16", "LAT": "52N 5", "LON": "4E28", "MON": "9", "NUM": "3637", "PRO": "S", "SEC": "8", "YEA": "1893", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5719	vries-hugo-1848-02-16	{"a2": "3638"}	{"lerrcp": "A2-3638"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hugo", "family": "Vries", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "notime": null, "date-ut": "1848-02-16 00:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Hugo", "family": "Vries"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "date-ut": "1848-02-16 00:41:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3638"}, "ids-in-sources": {"a2": "3638"}}, "raw": {"H": "0", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "16", "LAT": "52N22", "LON": "4E38", "MON": "2", "NUM": "3638", "PRO": "S", "SEC": "28", "YEA": "1848", "CITY": "HAARLEM"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5720	vries-jan-1858-03-01	{"a2": "3639"}	{"lerrcp": "A2-3639"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Vries", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "notime": null, "date-ut": "1858-03-01 09:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Vries"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "date-ut": "1858-03-01 09:41:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3639"}, "ids-in-sources": {"a2": "3639"}}, "raw": {"H": "9", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "1", "LAT": "52N22", "LON": "4E38", "MON": "3", "NUM": "3639", "PRO": "S", "SEC": "28", "YEA": "1858", "CITY": "A DAM"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5721	waals-johannes-1837-11-23	{"a2": "3640"}	{"lerrcp": "A2-3640"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Waals", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "LEIDEN", "geoid": 0}, "notime": null, "date-ut": "1837-11-23 00:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Waals"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "LEIDEN", "geoid": 0}, "date-ut": "1837-11-23 00:12:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3640"}, "ids-in-sources": {"a2": "3640"}}, "raw": {"H": "0", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "23", "LAT": "52N 5", "LON": "4E28", "MON": "11", "NUM": "3640", "PRO": "S", "SEC": "8", "YEA": "1837", "CITY": "LEIDEN"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5722	waals-johannes-1873-08-07	{"a2": "3641"}	{"lerrcp": "A2-3641"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Waals", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1873-08-07 11:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Waals"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1873-08-07 11:42:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3641"}, "ids-in-sources": {"a2": "3641"}}, "raw": {"H": "11", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "7", "LAT": "52N 5", "LON": "4E28", "MON": "8", "NUM": "3641", "PRO": "S", "SEC": "8", "YEA": "1873", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5723	weevers-theodorus-1875-06-08	{"a2": "3642"}	{"lerrcp": "A2-3642"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodorus", "family": "Weevers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "ZAANDAM", "geoid": 0}, "notime": null, "date-ut": "1875-06-08 23:11:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Theodorus", "family": "Weevers"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "ZAANDAM", "geoid": 0}, "date-ut": "1875-06-08 23:11:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3642"}, "ids-in-sources": {"a2": "3642"}}, "raw": {"H": "23", "MN": "11", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "8", "LAT": "52N22", "LON": "4E38", "MON": "6", "NUM": "3642", "PRO": "S", "SEC": "28", "YEA": "1875", "CITY": "ZAANDAM"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5724	went-friedrich-1863-06-18	{"a2": "3643"}	{"lerrcp": "A2-3643"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Went", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "notime": null, "date-ut": "1863-06-18 17:11:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Went"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "date-ut": "1863-06-18 17:11:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3643"}, "ids-in-sources": {"a2": "3643"}}, "raw": {"H": "17", "MN": "11", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "18", "LAT": "52N22", "LON": "4E38", "MON": "6", "NUM": "3643", "PRO": "S", "SEC": "28", "YEA": "1863", "CITY": "A DAM"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5725	winkel-jan-1847-11-16	{"a2": "3644"}	{"lerrcp": "A2-3644"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Winkel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "WINKEL", "geoid": 0}, "notime": null, "date-ut": "1847-11-16 07:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Winkel"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "WINKEL", "geoid": 0}, "date-ut": "1847-11-16 07:41:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3644"}, "ids-in-sources": {"a2": "3644"}}, "raw": {"H": "7", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "16", "LAT": "52N22", "LON": "4E38", "MON": "11", "NUM": "3644", "PRO": "S", "SEC": "28", "YEA": "1847", "CITY": "WINKEL"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5726	zanten-jakob-1874-01-26	{"a2": "3645"}	{"lerrcp": "A2-3645"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jakob", "family": "Zanten", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "TIEL", "geoid": 0}, "notime": null, "date-ut": "1874-01-26 15:36:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jakob", "family": "Zanten"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "TIEL", "geoid": 0}, "date-ut": "1874-01-26 15:36:24"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3645"}, "ids-in-sources": {"a2": "3645"}}, "raw": {"H": "15", "MN": "36", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "26", "LAT": "51N59", "LON": "5E54", "MON": "1", "NUM": "3645", "PRO": "S", "SEC": "24", "YEA": "1874", "CITY": "TIEL"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5727	gauquelin-a2-3646-1865-05-25	{"a2": "3646"}	{"lerrcp": "A2-3646"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A2-3646", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "Z", "c3": null, "cy": "NL", "lg": 3.75, "lat": 51.48333, "name": "ZONNEMAIRE", "geoid": 0}, "notime": null, "date-ut": "1865-05-25 18:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A2-3646"}, "birth": {"place": {"c2": "Z", "cy": "NL", "lg": 3.75, "lat": 51.48333, "name": "ZONNEMAIRE", "geoid": 0}, "date-ut": "1865-05-25 18:45:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3646"}, "ids-in-sources": {"a2": "3646"}}, "raw": {"H": "18", "MN": "45", "TZ": "0", "COD": "Z", "COU": "N", "DAY": "25", "LAT": "51N29", "LON": "3E45", "MON": "5", "NUM": "3646", "PRO": "S", "SEC": "0", "YEA": "1865", "CITY": "ZONNEMAIRE"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5728	zwikker-cornelis-1900-08-19	{"a2": "3647"}	{"lerrcp": "A2-3647"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cornelis", "family": "Zwikker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "ZAANDAM", "geoid": 0}, "notime": null, "date-ut": "1900-08-19 00:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Cornelis", "family": "Zwikker"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "ZAANDAM", "geoid": 0}, "date-ut": "1900-08-19 00:41:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3647"}, "ids-in-sources": {"a2": "3647"}}, "raw": {"H": "0", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "19", "LAT": "52N22", "LON": "4E38", "MON": "8", "NUM": "3647", "PRO": "S", "SEC": "28", "YEA": "1900", "CITY": "ZAANDAM"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
5732	aboville-albert-1848-03-26	{"a3": "4", "g55": "04-3"}	{"g55": "04-3", "lerrcp": "A3-4"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Aboville", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:38", "date": "1848-03-26 04:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 2.40935, "lat": 48.29566, "name": "Malesherbes", "geoid": 2996444}, "notime": null, "date-ut": "1848-03-26 03:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Aboville"}, "birth": {"tzo": "+00:09:38", "date": "1848-03-26 04:00", "place": {"c2": "45", "cy": "FR", "lg": 2.40935, "lat": 48.29566, "name": "Malesherbes", "geoid": 2996444}, "date-ut": "1848-03-26 03:52:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-4"}, "ids-in-sources": {"a3": "4"}}, "raw": {"H": "3", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "26", "LAT": "47N54", "LON": "1E54", "MON": "3", "NUM": "4", "PRO": "M", "SEC": "24", "YEA": "1848", "CITY": "MALESHERBES"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-3"}, "ids-in-source": {"g55": "04-3"}}, "raw": {"DAY": "26-3-1848", "HOUR": "4 h.", "NAME": "ABOVILLE (de) Albert Henri", "PLACE": "Malesherbes (Loiret)."}, "date": "2023-08-20T14:48:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5733	abraham-adolphe-1814-03-21	{"a3": "5", "g55": "04-5"}	{"g55": "04-5", "lerrcp": "A3-5"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Abraham", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:39", "date": "1814-03-21 02:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.16044, "lat": 49.35994, "name": "Thionville", "geoid": 2972811}, "notime": null, "date-ut": "1814-03-21 01:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Abraham"}, "birth": {"tzo": "+00:24:39", "date": "1814-03-21 02:00", "place": {"c2": "57", "cy": "FR", "lg": 6.16044, "lat": 49.35994, "name": "Thionville", "geoid": 2972811}, "date-ut": "1814-03-21 01:35:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-5"}, "ids-in-sources": {"a3": "5"}}, "raw": {"H": "1", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "21", "LAT": "49N 7", "LON": "6E11", "MON": "3", "NUM": "5", "PRO": "M", "SEC": "16", "YEA": "1814", "CITY": "THIONVILLE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-5"}, "ids-in-source": {"g55": "04-5"}}, "raw": {"DAY": "21-3-1814", "HOUR": "2 h.", "NAME": "ABRAHAM Adolphe", "PLACE": "Thionville (Moselle)."}, "date": "2023-08-20T14:48:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5735	gauquelin-a3-7-1879-12-17	{"a3": "7"}	{"lerrcp": "A3-7"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-7", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:45", "date": "1879-12-17 13:00", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 2.18885, "lat": 43.77754, "name": "Réalmont", "geoid": 2984299}, "notime": null, "date-ut": "1879-12-17 12:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-7"}, "birth": {"tzo": "+00:08:45", "date": "1879-12-17 13:00", "place": {"c2": "81", "cy": "FR", "lg": 2.18885, "lat": 43.77754, "name": "Réalmont", "geoid": 2984299}, "date-ut": "1879-12-17 12:51:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-7"}, "ids-in-sources": {"a3": "7"}}, "raw": {"H": "12", "MN": "51", "TZ": "0", "COD": "81", "COU": "F", "DAY": "17", "LAT": "43N55", "LON": "2E 8", "MON": "12", "NUM": "7", "PRO": "M", "SEC": "28", "YEA": "1879", "CITY": "REALMONT"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
5737	adelsward-renauld-1811-12-18	{"a3": "9", "g55": "04-8"}	{"g55": "04-8", "lerrcp": "A3-9"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renauld", "family": "Adelsward", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:03", "date": "1811-12-18 09:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 5.76192, "lat": 49.5217, "name": "Longwy", "geoid": 2997638}, "notime": null, "date-ut": "1811-12-18 08:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Renauld", "family": "Adelsward"}, "birth": {"tzo": "+00:23:03", "date": "1811-12-18 09:00", "place": {"c2": "54", "cy": "FR", "lg": 5.76192, "lat": 49.5217, "name": "Longwy", "geoid": 2997638}, "date-ut": "1811-12-18 08:35:12"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-9"}, "ids-in-sources": {"a3": "9"}}, "raw": {"H": "8", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "18", "LAT": "48N42", "LON": "6E12", "MON": "12", "NUM": "9", "PRO": "M", "SEC": "12", "YEA": "1811", "CITY": "LONGWY"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-8"}, "ids-in-source": {"g55": "04-8"}}, "raw": {"DAY": "18-12-1811", "HOUR": "9h.", "NAME": "ADELSWARD (de) Renauld Oscar", "PLACE": "Longwy (M.-et-M.)."}, "date": "2023-08-20T14:48:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5740	agard-roumejoux-louis-1809-12-20	{"a3": "12", "g55": "04-11"}	{"g55": "04-11", "lerrcp": "A3-12"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Agard Roumejoux Louis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:56", "date": "1809-12-20 01:00", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 0.73333, "lat": 45.18333, "name": "Bussidrées-Badil", "geoid": 0}, "notime": null, "date-ut": "1809-12-20 00:57:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Agard Roumejoux Louis"}, "birth": {"tzo": "+00:02:56", "date": "1809-12-20 01:00", "place": {"c2": "24", "cy": "FR", "lg": 0.73333, "lat": 45.18333, "name": "Bussieres-Badil", "geoid": 0}, "date-ut": "1809-12-20 00:57:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-12"}, "ids-in-sources": {"a3": "12"}}, "raw": {"H": "0", "MN": "57", "TZ": "0", "COD": "24", "COU": "F", "DAY": "20", "LAT": "45N11", "LON": "0E44", "MON": "12", "NUM": "12", "PRO": "M", "SEC": "4", "YEA": "1809", "CITY": "BUSSIERES-BADIL"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Bussidrées-Badil"}}, "partial-ids": {"g55": "04-11"}, "ids-in-source": {"g55": "04-11"}}, "raw": {"DAY": "20-12-1809", "HOUR": "1 h.", "NAME": "AGARD de ROUMEJOUX Louis Come", "PLACE": "Bussidrées-Badil (Dordogne)."}, "date": "2023-08-20T14:48:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5742	alet-pierre-1815-02-13	{"a3": "14", "g55": "04-13"}	{"g55": "04-13", "lerrcp": "A3-14"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Alet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:16", "date": "1815-02-13 04:00", "note": null, "place": {"c1": null, "c2": "12", "c3": null, "cy": "FR", "lg": 2.56667, "lat": 44.35, "name": "La Bastide-l’Evéque", "geoid": 0}, "notime": null, "date-ut": "1815-02-13 03:49:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-14"}, "birth": {"tzo": "+00:10:16", "date": "1815-02-13 04:00", "place": {"c2": "12", "cy": "FR", "lg": 2.56667, "lat": 44.35, "name": "La Bastide-L'Ev", "geoid": 0}, "date-ut": "1815-02-13 03:49:44"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-14"}, "ids-in-sources": {"a3": "14"}}, "raw": {"H": "3", "MN": "49", "TZ": "0", "COD": "12", "COU": "F", "DAY": "13", "LAT": "44N21", "LON": "2E34", "MON": "2", "NUM": "14", "PRO": "M", "SEC": "44", "YEA": "1815", "CITY": "LA BASTIDE-L'EV"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Pierre", "family": "Alet", "nobility": ""}, "slug": "alet-pierre-1815-02-13", "birth": {"place": {"name": "La Bastide-l’Evéque"}}, "partial-ids": {"g55": "04-13"}, "ids-in-source": {"g55": "04-13"}}, "raw": {"DAY": "13-2-1815", "HOUR": "4 h.", "NAME": "ALET Pierre", "PLACE": "La Bastide-l’Evéque (Aveyron)."}, "date": "2023-08-20T14:48:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5745	allehaut-emile-1872-05-03	{"a3": "17", "g55": "04-16"}	{"g55": "04-16", "lerrcp": "A3-17"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Allehaut", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:37", "date": "1872-05-03 07:30", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -1.15222, "lat": 46.16308, "name": "La Rochelle", "geoid": 3006787}, "notime": null, "date-ut": "1872-05-03 07:34:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-17"}, "birth": {"tzo": "-00:04:37", "date": "1872-05-03 07:30", "place": {"c2": "17", "cy": "FR", "lg": -1.15222, "lat": 46.16308, "name": "La Rochelle", "geoid": 3006787}, "date-ut": "1872-05-03 07:34:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-17"}, "ids-in-sources": {"a3": "17"}}, "raw": {"H": "7", "MN": "34", "TZ": "0", "COD": "17", "COU": "F", "DAY": "3", "LAT": "46N 9", "LON": "1W10", "MON": "5", "NUM": "17", "PRO": "M", "SEC": "40", "YEA": "1872", "CITY": "LA ROCHELLE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Emile", "family": "Allehaut", "nobility": ""}, "slug": "allehaut-emile-1872-05-03", "partial-ids": {"g55": "04-16"}, "ids-in-source": {"g55": "04-16"}}, "raw": {"DAY": "3-5-1872", "HOUR": "7 h. 30", "NAME": "ALLEHAUT Emile", "PLACE": "La Rochelle (Charente-Maritime)."}, "date": "2023-08-20T14:48:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5747	althoffer-jean-1864-11-15	{"a3": "19", "g55": "04-18"}	{"g55": "04-18", "lerrcp": "A3-19"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Althoffer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:28:48", "date": "1864-11-15 17:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.2, "lat": 47.91667, "name": "Guebwiller", "geoid": 3014433}, "notime": null, "date-ut": "1864-11-15 16:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Althoffer"}, "birth": {"tzo": "+00:28:48", "date": "1864-11-15 17:00", "place": {"c2": "68", "cy": "FR", "lg": 7.2, "lat": 47.91667, "name": "Guebwiller", "geoid": 3014433}, "date-ut": "1864-11-15 16:30:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-19"}, "ids-in-sources": {"a3": "19"}}, "raw": {"H": "16", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "15", "LAT": "48N 5", "LON": "7E21", "MON": "11", "NUM": "19", "PRO": "M", "SEC": "36", "YEA": "1864", "CITY": "GUEBWILLER"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-18"}, "ids-in-source": {"g55": "04-18"}}, "raw": {"DAY": "15-11-1864", "HOUR": "17 h.", "NAME": "ALTHOFFER Jean Richard", "PLACE": "Guebwiller (Haut-Rhin)."}, "date": "2023-08-20T14:48:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5751	ambert-joachim-1804-02-08	{"a3": "23", "g55": "04-22"}	{"g55": "04-22", "lerrcp": "A3-23"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joachim", "family": "Ambert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:44", "date": "1804-02-08 22:30", "note": null, "place": {"c1": null, "c2": "46", "c3": null, "cy": "FR", "lg": 1.43333, "lat": 44.45, "name": "La Grezette-Caillac", "geoid": 0}, "notime": null, "date-ut": "1804-02-08 22:24:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joachim", "family": "Ambert"}, "birth": {"tzo": "+00:05:44", "date": "1804-02-08 22:30", "place": {"c2": "46", "cy": "FR", "lg": 1.43333, "lat": 44.45, "name": "La Grezette-Cai", "geoid": 0}, "date-ut": "1804-02-08 22:24:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-23"}, "ids-in-sources": {"a3": "23"}}, "raw": {"H": "22", "MN": "24", "TZ": "0", "COD": "46", "COU": "F", "DAY": "8", "LAT": "44N27", "LON": "1E26", "MON": "2", "NUM": "23", "PRO": "M", "SEC": "16", "YEA": "1804", "CITY": "LA GREZETTE-CAI"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "La Grezette-Caillac"}}, "partial-ids": {"g55": "04-22"}, "ids-in-source": {"g55": "04-22"}}, "raw": {"DAY": "8-2-1804", "HOUR": "22 h. 30", "NAME": "AMBERT Joachim Marie", "PLACE": "La Grezette-Caillac (Lot)."}, "date": "2023-08-20T14:48:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5753	ameil-alfred-frederic-1810-11-08	{"a3": "25", "g55": "04-27"}	{"g55": "04-27", "lerrcp": "A3-25"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred Frédéric", "family": "Ameil", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:03", "date": "1810-11-08 03:10", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "notime": null, "date-ut": "1810-11-08 03:03:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-25"}, "birth": {"tzo": "+00:09:03", "date": "1810-11-08 03:10", "place": {"c2": "62", "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "date-ut": "1810-11-08 03:03:56"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-25"}, "ids-in-sources": {"a3": "25"}}, "raw": {"H": "3", "MN": "3", "TZ": "0", "COD": "62", "COU": "F", "DAY": "8", "LAT": "50N18", "LON": "2E46", "MON": "11", "NUM": "25", "PRO": "M", "SEC": "56", "YEA": "1810", "CITY": "SAINT-OMER"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Alfred Frédéric", "family": "Ameil", "nobility": ""}, "slug": "ameil-alfred-frederic-1810-11-08", "partial-ids": {"g55": "04-27"}, "ids-in-source": {"g55": "04-27"}}, "raw": {"DAY": "8-11-1810", "HOUR": "3 h. 15", "NAME": "AMEIL Alfred Frédéric", "PLACE": "Saint-Omer (Pas-de-Calais)."}, "date": "2023-08-20T14:48:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5757	amyot-d-inville-hubert-1909-08-01	{"a3": "29"}	{"lerrcp": "A3-29"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Amyot D'Inville Hubert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1909-08-01 17:15", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Beauvais", "geoid": 3034006}, "notime": null, "date-ut": "1909-08-01 17:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Amyot D'Inville Hubert"}, "birth": {"tzo": "+00:09:21", "date": "1909-08-01 17:15", "place": {"c2": "60", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Beauvais", "geoid": 3034006}, "date-ut": "1909-08-01 17:05:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-29"}, "ids-in-sources": {"a3": "29"}}, "raw": {"H": "17", "MN": "5", "TZ": "0", "COD": "60", "COU": "F", "DAY": "1", "LAT": "49N26", "LON": "2E 5", "MON": "8", "NUM": "29", "PRO": "M", "SEC": "40", "YEA": "1909", "CITY": "BEAUVAIS"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
5758	andigne-henry-1821-11-10	{"a3": "30", "g55": "04-24"}	{"g55": "04-24", "lerrcp": "A3-30"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Andigne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:37", "date": "1821-11-10 03:30", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1821-11-10 03:22:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Andigne"}, "birth": {"tzo": "+00:07:37", "date": "1821-11-10 03:30", "place": {"c2": "45", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1821-11-10 03:22:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-30"}, "ids-in-sources": {"a3": "30"}}, "raw": {"H": "3", "MN": "22", "TZ": "0", "COD": "45", "COU": "F", "DAY": "10", "LAT": "47N54", "LON": "1E54", "MON": "11", "NUM": "30", "PRO": "M", "SEC": "24", "YEA": "1821", "CITY": "ORLEANS"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-24"}, "ids-in-source": {"g55": "04-24"}}, "raw": {"DAY": "10-11-1821", "HOUR": "3 h. 30", "NAME": "ANDIGNE (de) Henri-Marie", "PLACE": "Orléans (Loiret)."}, "date": "2023-08-20T14:48:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5756	amos-geoffroy-1918-10-25	{"a3": "28", "g55": "04-597"}	{"g55": "04-597", "lerrcp": "A3-28"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Geoffroy", "family": "Amos", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.46633, "lat": 48.75415, "name": "Dettwiller", "geoid": 3021518}, "notime": null, "date-ut": "1918-10-25 22:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Geoffroy", "family": "Amos"}, "birth": {"place": {"c2": "67", "cy": "FR", "lg": 7.46633, "lat": 48.75415, "name": "Dettwiller", "geoid": 3021518}, "date-ut": "1918-10-25 22:45"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-28"}, "ids-in-sources": {"a3": "28"}}, "raw": {"H": "23", "MN": "45", "TZ": "-1", "COD": "67", "COU": "F", "DAY": "25", "LAT": "48N35", "LON": "7E45", "MON": "10", "NUM": "28", "PRO": "M", "SEC": "0", "YEA": "1918", "CITY": "DETTWILLER"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-597"}, "ids-in-source": {"g55": "04-597"}}, "raw": {"DAY": "25-10-1918", "HOUR": "23 h. 45", "NAME": "AMOS Paul Geoffroy", "PLACE": "Dettwiller (Bas-Rhin)."}, "date": "2023-08-20T14:48:33+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5761	andrez-charles-1835-07-11	{"a3": "33"}	{"lerrcp": "A3-33"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Andrez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:47", "date": "1835-07-11 08:00", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 5.9463, "lat": 47.9423, "name": "Ameuvelle", "geoid": 3037865}, "notime": null, "date-ut": "1835-07-11 07:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Andrez"}, "birth": {"tzo": "+00:23:47", "date": "1835-07-11 08:00", "place": {"c2": "88", "cy": "FR", "lg": 5.9463, "lat": 47.9423, "name": "Ameuvelle", "geoid": 3037865}, "date-ut": "1835-07-11 07:34:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-33"}, "ids-in-sources": {"a3": "33"}}, "raw": {"H": "7", "MN": "34", "TZ": "0", "COD": "88", "COU": "F", "DAY": "11", "LAT": "48N10", "LON": "6E28", "MON": "7", "NUM": "33", "PRO": "M", "SEC": "8", "YEA": "1835", "CITY": "AMEUVELLE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
5760	andrea-edouard-1871-04-29	{"a3": "32", "g55": "04-30"}	{"g55": "04-30", "lerrcp": "A3-32"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Andrea", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:43", "date": "1871-04-29 22:00", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 5.6789, "lat": 46.29221, "name": "Arbent", "geoid": 3037303}, "notime": null, "date-ut": "1871-04-29 21:39:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Andrea"}, "birth": {"tzo": "+00:22:43", "date": "1871-04-29 22:00", "place": {"c2": "01", "cy": "FR", "lg": 5.6789, "lat": 46.29221, "name": "Arbent", "geoid": 3037303}, "date-ut": "1871-04-29 21:39:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-32"}, "ids-in-sources": {"a3": "32"}}, "raw": {"H": "21", "MN": "39", "TZ": "0", "COD": "01", "COU": "F", "DAY": "29", "LAT": "46N12", "LON": "5E13", "MON": "4", "NUM": "32", "PRO": "M", "SEC": "8", "YEA": "1871", "CITY": "ARBENT"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-30"}, "ids-in-source": {"g55": "04-30"}}, "raw": {"DAY": "29-4-1871", "HOUR": "22 h.", "NAME": "ANDREA Edouard", "PLACE": "Arbent (Ain)."}, "date": "2023-08-20T14:48:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5765	anthoine-francois-1860-02-28	{"a3": "37", "g55": "04-33"}	{"g55": "04-33", "lerrcp": "A3-37"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Anthoine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:49", "date": "1860-02-28 13:00", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "notime": null, "date-ut": "1860-02-28 12:59:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Anthoine"}, "birth": {"tzo": "+00:00:49", "date": "1860-02-28 13:00", "place": {"c2": "72", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "date-ut": "1860-02-28 12:59:12"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-37"}, "ids-in-sources": {"a3": "37"}}, "raw": {"H": "12", "MN": "59", "TZ": "0", "COD": "72", "COU": "F", "DAY": "28", "LAT": "48N 1", "LON": "0E12", "MON": "2", "NUM": "37", "PRO": "M", "SEC": "12", "YEA": "1860", "CITY": "LE MANS"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-33"}, "ids-in-source": {"g55": "04-33"}}, "raw": {"DAY": "28-2-1860", "HOUR": "13 h.", "NAME": "ANTHOINE Francois Paul", "PLACE": "Le Mans (Sarthe)."}, "date": "2023-08-20T14:48:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5767	appert-henry-1851-12-04	{"a3": "39", "g55": "04-35"}	{"g55": "04-35", "lerrcp": "A3-39"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Appert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "Alger", "geoid": 0}, "notime": null, "date-ut": "1851-12-04 16:18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Appert"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "ALGER", "geoid": 0}, "date-ut": "1851-12-04 16:18:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-39"}, "ids-in-sources": {"a3": "39"}}, "raw": {"H": "16", "MN": "18", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "4", "LAT": "36N47", "LON": "3E 0", "MON": "12", "NUM": "39", "PRO": "M", "SEC": "0", "YEA": "1851", "CITY": "ALGER"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Alger"}}, "partial-ids": {"g55": "04-35"}, "ids-in-source": {"g55": "04-35"}}, "raw": {"DAY": "4-12-1851", "HOUR": "16 h. 30", "NAME": "APPERT Henri Lawis", "PLACE": "Alger (Algérie)."}, "date": "2023-08-20T14:48:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5772	archer-louis-1842-03-07	{"a3": "44"}	{"lerrcp": "A3-44"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Archer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:39", "date": "1842-03-07 22:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.6629, "lat": 45.21266, "name": "Sassenage", "geoid": 2975908}, "notime": null, "date-ut": "1842-03-07 21:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Archer"}, "birth": {"tzo": "+00:22:39", "date": "1842-03-07 22:00", "place": {"c2": "38", "cy": "FR", "lg": 5.6629, "lat": 45.21266, "name": "Sassenage", "geoid": 2975908}, "date-ut": "1842-03-07 21:37:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-44"}, "ids-in-sources": {"a3": "44"}}, "raw": {"H": "21", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "7", "LAT": "45N11", "LON": "5E43", "MON": "3", "NUM": "44", "PRO": "M", "SEC": "8", "YEA": "1842", "CITY": "SASSENAGE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
5773	ardant-pico-charles-1821-10-19	{"a3": "45", "g55": "04-55"}	{"g55": "04-55", "lerrcp": "A3-45"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Ardant Pico Charles", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:51", "date": "1821-10-19 19:00", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "notime": null, "date-ut": "1821-10-19 18:57:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Ardant Pico Charles"}, "birth": {"tzo": "+00:02:51", "date": "1821-10-19 19:00", "place": {"c2": "24", "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "date-ut": "1821-10-19 18:57:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-45"}, "ids-in-sources": {"a3": "45"}}, "raw": {"H": "18", "MN": "57", "TZ": "0", "COD": "24", "COU": "F", "DAY": "19", "LAT": "45N11", "LON": "0E44", "MON": "10", "NUM": "45", "PRO": "M", "SEC": "4", "YEA": "1821", "CITY": "PERIGUEUX"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-55"}, "ids-in-source": {"g55": "04-55"}}, "raw": {"DAY": "19-10-1821", "HOUR": "19 h.", "NAME": "ARDANT du PICQ Charles Jean", "PLACE": "Périgueux (Dord.)."}, "date": "2023-08-20T14:48:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5774	argenlieu-georges-1889-08-07	{"a3": "46"}	{"lerrcp": "A3-46"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Argenlieu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:17:57", "date": "1889-08-07 03:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1889-08-07 03:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Argenlieu"}, "birth": {"tzo": "-00:17:57", "date": "1889-08-07 03:00", "place": {"c2": "29", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1889-08-07 03:16:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-46"}, "ids-in-sources": {"a3": "46"}}, "raw": {"H": "3", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "7", "LAT": "48N 0", "LON": "4W 6", "MON": "8", "NUM": "46", "PRO": "M", "SEC": "24", "YEA": "1889", "CITY": "BREST"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
5776	arlabosse-louis-1856-01-20	{"a3": "48", "g55": "04-40"}	{"g55": "04-40", "lerrcp": "A3-48"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Arlabosse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "Alger", "geoid": 0}, "notime": null, "date-ut": "1856-01-20 19:18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Arlabosse"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "ALGER", "geoid": 0}, "date-ut": "1856-01-20 19:18:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-48"}, "ids-in-sources": {"a3": "48"}}, "raw": {"H": "19", "MN": "18", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "20", "LAT": "36N47", "LON": "3E 0", "MON": "1", "NUM": "48", "PRO": "M", "SEC": "0", "YEA": "1856", "CITY": "ALGER"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Alger"}}, "partial-ids": {"g55": "04-40"}, "ids-in-source": {"g55": "04-40"}}, "raw": {"DAY": "20-1-1856", "HOUR": "19 h. 30", "NAME": "ARLABOSSE Louis Eugène", "PLACE": "Alger (Algérie)."}, "date": "2023-08-20T14:48:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5778	arnaudeau-eugene-1821-09-08	{"a3": "50", "g55": "04-42"}	{"g55": "04-42", "lerrcp": "A3-50"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Arnaudeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:31", "date": "1821-09-08 05:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.62714, "lat": 49.5631, "name": "Laon", "geoid": 3007477}, "notime": null, "date-ut": "1821-09-08 04:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Arnaudeau"}, "birth": {"tzo": "+00:14:31", "date": "1821-09-08 05:00", "place": {"c2": "02", "cy": "FR", "lg": 3.62714, "lat": 49.5631, "name": "Laon", "geoid": 3007477}, "date-ut": "1821-09-08 04:45:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-50"}, "ids-in-sources": {"a3": "50"}}, "raw": {"H": "4", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "8", "LAT": "49N34", "LON": "3E37", "MON": "9", "NUM": "50", "PRO": "M", "SEC": "32", "YEA": "1821", "CITY": "LAON"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-42"}, "ids-in-source": {"g55": "04-42"}}, "raw": {"DAY": "8-9-1821", "HOUR": "5 h.", "NAME": "ARNAUDEAU Eugène Jean", "PLACE": "Laon (Aisne)."}, "date": "2023-08-20T14:48:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5781	arricau-eugene-1810-08-30	{"a3": "53", "g55": "04-45"}	{"g55": "04-45", "lerrcp": "A3-53"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Arricau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:08", "date": "1810-08-30 13:00", "note": null, "place": {"c1": null, "c2": "65", "c3": null, "cy": "FR", "lg": 0.03473, "lat": 43.46834, "name": "Maubourguet", "geoid": 2995146}, "notime": null, "date-ut": "1810-08-30 12:59:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Arricau"}, "birth": {"tzo": "+00:00:08", "date": "1810-08-30 13:00", "place": {"c2": "65", "cy": "FR", "lg": 0.03473, "lat": 43.46834, "name": "Maubourguet", "geoid": 2995146}, "date-ut": "1810-08-30 12:59:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-53"}, "ids-in-sources": {"a3": "53"}}, "raw": {"H": "12", "MN": "59", "TZ": "0", "COD": "65", "COU": "F", "DAY": "30", "LAT": "43N14", "LON": "0E 5", "MON": "8", "NUM": "53", "PRO": "M", "SEC": "40", "YEA": "1810", "CITY": "MAUBOURGUET"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-45"}, "ids-in-source": {"g55": "04-45"}}, "raw": {"DAY": "30-8-1810", "HOUR": "13 h.", "NAME": "ARRICAU (de) Eugène", "PLACE": "Maubourguet (Htes-Pyrénées)."}, "date": "2023-08-20T14:48:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5783	arvers-paul-1837-09-06	{"a3": "55", "g55": "04-47"}	{"g55": "04-47", "lerrcp": "A3-55"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Arvers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:39", "date": "1837-09-06 07:30", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.16044, "lat": 49.35994, "name": "Thionville", "geoid": 2972811}, "notime": null, "date-ut": "1837-09-06 07:05:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Arvers"}, "birth": {"tzo": "+00:24:39", "date": "1837-09-06 07:30", "place": {"c2": "57", "cy": "FR", "lg": 6.16044, "lat": 49.35994, "name": "Thionville", "geoid": 2972811}, "date-ut": "1837-09-06 07:05:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-55"}, "ids-in-sources": {"a3": "55"}}, "raw": {"H": "7", "MN": "5", "TZ": "0", "COD": "57", "COU": "F", "DAY": "6", "LAT": "49N 7", "LON": "6E11", "MON": "9", "NUM": "55", "PRO": "M", "SEC": "16", "YEA": "1837", "CITY": "THIONVILLE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-47"}, "ids-in-source": {"g55": "04-47"}}, "raw": {"DAY": "6-9-1837", "HOUR": "7 h. 30", "NAME": "ARVERS Paul", "PLACE": "Thionville (Moselle)."}, "date": "2023-08-20T14:48:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5784	astier-de-la-vigerie-francois-1886-03-07	{"a3": "56"}	{"lerrcp": "A3-56"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Astier De La Vigerie Francois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:49", "date": "1886-03-07 02:00", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "notime": null, "date-ut": "1886-03-07 01:59:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Astier De La Vigerie Francois"}, "birth": {"tzo": "+00:00:49", "date": "1886-03-07 02:00", "place": {"c2": "72", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "date-ut": "1886-03-07 01:59:12"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-56"}, "ids-in-sources": {"a3": "56"}}, "raw": {"H": "1", "MN": "59", "TZ": "0", "COD": "72", "COU": "F", "DAY": "7", "LAT": "48N 1", "LON": "0E12", "MON": "3", "NUM": "56", "PRO": "M", "SEC": "12", "YEA": "1886", "CITY": "LE MANS"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
5785	astier-villatte-robert-1895-05-10	{"a3": "57"}	{"lerrcp": "A3-57"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Astier Villatte Robert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-05-10 15:00", "note": null, "place": {"c1": null, "c2": "46", "c3": null, "cy": "FR", "lg": 1.01622, "lat": 44.4886, "name": "Soturac", "geoid": 2974150}, "notime": null, "date-ut": "1895-05-10 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Astier Villatte Robert"}, "birth": {"tzo": "+00:09:21", "date": "1895-05-10 15:00", "place": {"c2": "46", "cy": "FR", "lg": 1.01622, "lat": 44.4886, "name": "Soturac", "geoid": 2974150}, "date-ut": "1895-05-10 14:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-57"}, "ids-in-sources": {"a3": "57"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "46", "COU": "F", "DAY": "10", "LAT": "44N27", "LON": "1E26", "MON": "5", "NUM": "57", "PRO": "M", "SEC": "40", "YEA": "1895", "CITY": "SOTURAC"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
5788	aubel-ferdinand-1844-11-30	{"a3": "60"}	{"lerrcp": "A3-60"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Aubel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:37", "date": "1844-11-30 11:00", "note": null, "place": {"c1": null, "c2": "36", "c3": null, "cy": "FR", "lg": 1.656, "lat": 46.52359, "name": "Pommiers", "geoid": 2986394}, "notime": null, "date-ut": "1844-11-30 10:53:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Aubel"}, "birth": {"tzo": "+00:06:37", "date": "1844-11-30 11:00", "place": {"c2": "36", "cy": "FR", "lg": 1.656, "lat": 46.52359, "name": "Pommiers", "geoid": 2986394}, "date-ut": "1844-11-30 10:53:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-60"}, "ids-in-sources": {"a3": "60"}}, "raw": {"H": "10", "MN": "53", "TZ": "0", "COD": "36", "COU": "F", "DAY": "30", "LAT": "46N49", "LON": "1E41", "MON": "11", "NUM": "60", "PRO": "M", "SEC": "16", "YEA": "1844", "CITY": "POMMIERS"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
5791	aubertin-claude-fabien-1844-03-27	{"a3": "63", "g55": "04-51"}	{"g55": "04-51", "lerrcp": "A3-63"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude Fabien", "family": "Aubertin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:28", "date": "1844-03-27 01:00", "note": null, "place": {"c1": null, "c2": "70", "c3": null, "cy": "FR", "lg": 5.86752, "lat": 47.87786, "name": "Blondefontaine", "geoid": 3032203}, "notime": null, "date-ut": "1844-03-27 00:35:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-63"}, "birth": {"tzo": "+00:23:28", "date": "1844-03-27 01:00", "place": {"c2": "70", "cy": "FR", "lg": 5.86752, "lat": 47.87786, "name": "Blondefontaine", "geoid": 3032203}, "date-ut": "1844-03-27 00:35:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-63"}, "ids-in-sources": {"a3": "63"}}, "raw": {"H": "0", "MN": "35", "TZ": "0", "COD": "70", "COU": "F", "DAY": "27", "LAT": "47N37", "LON": "6E 9", "MON": "3", "NUM": "63", "PRO": "M", "SEC": "24", "YEA": "1844", "CITY": "BLONDEFONTAINE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Claude Fabien", "family": "Aubertin", "nobility": ""}, "slug": "aubertin-claude-fabien-1844-03-27", "partial-ids": {"g55": "04-51"}, "ids-in-source": {"g55": "04-51"}}, "raw": {"DAY": "27-3-1844", "HOUR": "1 h.", "NAME": "AUBERTIN Claude Fabien", "PLACE": "Blondefontaine (Hte-Saône)."}, "date": "2023-08-20T14:48:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5793	aubigny-edouard-1832-01-28	{"a3": "65", "g55": "04-53"}	{"g55": "04-53", "lerrcp": "A3-65"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Aubigny", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:39", "date": "1832-01-28 10:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.16044, "lat": 49.35994, "name": "Thionville", "geoid": 2972811}, "notime": null, "date-ut": "1832-01-28 09:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Aubigny"}, "birth": {"tzo": "+00:24:39", "date": "1832-01-28 10:00", "place": {"c2": "57", "cy": "FR", "lg": 6.16044, "lat": 49.35994, "name": "Thionville", "geoid": 2972811}, "date-ut": "1832-01-28 09:35:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-65"}, "ids-in-sources": {"a3": "65"}}, "raw": {"H": "9", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "28", "LAT": "49N 7", "LON": "6E11", "MON": "1", "NUM": "65", "PRO": "M", "SEC": "16", "YEA": "1832", "CITY": "THIONVILLE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-53"}, "ids-in-source": {"g55": "04-53"}}, "raw": {"DAY": "28-1-1832", "HOUR": "10 h.", "NAME": "AUBIGNY (de) Edouard Arsène", "PLACE": "Thionville (Moselle)."}, "date": "2023-08-20T14:48:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5796	audeoud-rene-1854-09-07	{"a3": "68"}	{"lerrcp": "A3-68"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Audeoud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:40", "date": "1854-09-07 14:00", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.16667, "lat": 48.76667, "name": "Buxieres-sur-S-le", "geoid": 0}, "notime": null, "date-ut": "1854-09-07 13:39:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "René", "family": "Audeoud"}, "birth": {"tzo": "+00:20:40", "date": "1854-09-07 14:00", "place": {"c2": "55", "cy": "FR", "lg": 5.16667, "lat": 48.76667, "name": "Buxieres-sur-S-le", "geoid": 0}, "date-ut": "1854-09-07 13:39:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-68"}, "ids-in-sources": {"a3": "68"}}, "raw": {"H": "13", "MN": "39", "TZ": "0", "COD": "55", "COU": "F", "DAY": "7", "LAT": "48N46", "LON": "5E10", "MON": "9", "NUM": "68", "PRO": "M", "SEC": "20", "YEA": "1854", "CITY": "BUXIERES-S/S-LE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
5798	audry-rene-1884-02-09	{"a3": "70"}	{"lerrcp": "A3-70"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Audry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:03", "date": "1884-02-09 09:30", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -0.7514, "lat": 46.10809, "name": "Surgères", "geoid": 2973672}, "notime": null, "date-ut": "1884-02-09 09:34:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "René", "family": "Audry"}, "birth": {"tzo": "-00:03", "date": "1884-02-09 09:30", "place": {"c2": "17", "cy": "FR", "lg": -0.7514, "lat": 46.10809, "name": "Surgères", "geoid": 2973672}, "date-ut": "1884-02-09 09:34:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-70"}, "ids-in-sources": {"a3": "70"}}, "raw": {"H": "9", "MN": "34", "TZ": "0", "COD": "17", "COU": "F", "DAY": "9", "LAT": "46N 9", "LON": "1W10", "MON": "2", "NUM": "70", "PRO": "M", "SEC": "40", "YEA": "1884", "CITY": "SURGERES"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
5797	audouin-antoine-1874-11-12	{"a3": "69", "g55": "04-58"}	{"g55": "04-58", "lerrcp": "A3-69"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Audouin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:40", "date": "1874-11-12 17:30", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": 0.16667, "lat": 45.65, "name": "Mouthiers", "geoid": 0}, "notime": null, "date-ut": "1874-11-12 17:29:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Audouin"}, "birth": {"tzo": "+00:00:40", "date": "1874-11-12 17:30", "place": {"c2": "16", "cy": "FR", "lg": 0.16667, "lat": 45.65, "name": "Monthiers", "geoid": 0}, "date-ut": "1874-11-12 17:29:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-69"}, "ids-in-sources": {"a3": "69"}}, "raw": {"H": "17", "MN": "29", "TZ": "0", "COD": "16", "COU": "F", "DAY": "12", "LAT": "45N39", "LON": "0E10", "MON": "11", "NUM": "69", "PRO": "M", "SEC": "20", "YEA": "1874", "CITY": "MONTHIERS"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Mouthiers"}}, "partial-ids": {"g55": "04-58"}, "ids-in-source": {"g55": "04-58"}}, "raw": {"DAY": "12-11-1874", "HOUR": "17 h. 30", "NAME": "AUDOUIN Antoine Gontran", "PLACE": "Mouthiers (Ch.)."}, "date": "2023-08-20T14:48:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5801	auphan-gabriel-1894-11-04	{"a3": "73"}	{"lerrcp": "A3-73"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Auphan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1894-11-04 11:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.08082, "lat": 44.12489, "name": "Alès", "geoid": 3038224}, "notime": null, "date-ut": "1894-11-04 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Auphan"}, "birth": {"tzo": "+00:09:21", "date": "1894-11-04 11:00", "place": {"c2": "30", "cy": "FR", "lg": 4.08082, "lat": 44.12489, "name": "Alès", "geoid": 3038224}, "date-ut": "1894-11-04 10:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-73"}, "ids-in-sources": {"a3": "73"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "30", "COU": "F", "DAY": "4", "LAT": "43N51", "LON": "4E21", "MON": "11", "NUM": "73", "PRO": "M", "SEC": "40", "YEA": "1894", "CITY": "ALES"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
5803	autric-jean-1871-12-29	{"a3": "75"}	{"lerrcp": "A3-75"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Autric", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:43", "date": "1871-12-29 14:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1871-12-29 13:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Autric"}, "birth": {"tzo": "+00:23:43", "date": "1871-12-29 14:00", "place": {"c2": "83", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1871-12-29 13:34:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-75"}, "ids-in-sources": {"a3": "75"}}, "raw": {"H": "13", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "29", "LAT": "43N32", "LON": "6E28", "MON": "12", "NUM": "75", "PRO": "M", "SEC": "8", "YEA": "1871", "CITY": "TOULON"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
5802	aurelles-paladines-louis-1804-01-09	{"a3": "74", "g55": "04-61"}	{"g55": "04-61", "lerrcp": "A3-74"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Aurelles Paladines Louis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14", "date": "1804-01-09 12:00", "note": null, "place": {"c1": null, "c2": "48", "c3": null, "cy": "FR", "lg": 3.5, "lat": 44.51667, "name": "Malzieu", "geoid": 0}, "notime": null, "date-ut": "1804-01-09 11:46"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Aurelles Paladines Louis"}, "birth": {"tzo": "+00:14", "date": "1804-01-09 12:00", "place": {"c2": "48", "cy": "FR", "lg": 3.5, "lat": 44.51667, "name": "Malzieu-Ville", "geoid": 0}, "date-ut": "1804-01-09 11:46"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-74"}, "ids-in-sources": {"a3": "74"}}, "raw": {"H": "11", "MN": "46", "TZ": "0", "COD": "48", "COU": "F", "DAY": "9", "LAT": "44N31", "LON": "3E30", "MON": "1", "NUM": "74", "PRO": "M", "SEC": "0", "YEA": "1804", "CITY": "MALZIEU-VILLE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Malzieu"}}, "partial-ids": {"g55": "04-61"}, "ids-in-source": {"g55": "04-61"}}, "raw": {"DAY": "14-1-1804", "HOUR": "11 h.", "NAME": "AURELLE de PALADINE (de) Louis", "PLACE": "Malzieu (Lozère)."}, "date": "2023-08-20T14:48:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5805	auzouy-pierre-1809-10-28	{"a3": "77"}	{"lerrcp": "A3-77"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Auzouy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:10", "date": "1809-10-28 01:00", "note": null, "place": {"c1": null, "c2": "12", "c3": null, "cy": "FR", "lg": 2.28971, "lat": 44.40874, "name": "Rignac", "geoid": 2983568}, "notime": null, "date-ut": "1809-10-28 00:49:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Auzouy"}, "birth": {"tzo": "+00:09:10", "date": "1809-10-28 01:00", "place": {"c2": "12", "cy": "FR", "lg": 2.28971, "lat": 44.40874, "name": "Rignac", "geoid": 2983568}, "date-ut": "1809-10-28 00:49:44"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-77"}, "ids-in-sources": {"a3": "77"}}, "raw": {"H": "0", "MN": "49", "TZ": "0", "COD": "12", "COU": "F", "DAY": "28", "LAT": "44N21", "LON": "2E34", "MON": "10", "NUM": "77", "PRO": "M", "SEC": "44", "YEA": "1809", "CITY": "RIGNAC"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
5806	aveline-subligny-amedee-1817-02-13	{"a3": "78", "g55": "04-64"}	{"g55": "04-64", "lerrcp": "A3-78"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Aveline Subligny Amedee", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:01", "date": "1817-02-13 16:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 3.50262, "lat": 48.49372, "name": "Nogent-sur-Seine", "geoid": 2990263}, "notime": null, "date-ut": "1817-02-13 15:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Aveline Subligny Amedee"}, "birth": {"tzo": "+00:14:01", "date": "1817-02-13 16:00", "place": {"c2": "10", "cy": "FR", "lg": 3.50262, "lat": 48.49372, "name": "Nogent-sur-Seine", "geoid": 2990263}, "date-ut": "1817-02-13 15:43:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-78"}, "ids-in-sources": {"a3": "78"}}, "raw": {"H": "15", "MN": "43", "TZ": "0", "COD": "10", "COU": "F", "DAY": "13", "LAT": "48N18", "LON": "4E 5", "MON": "2", "NUM": "78", "PRO": "M", "SEC": "40", "YEA": "1817", "CITY": "NOGENT-S/SEINE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-64"}, "ids-in-source": {"g55": "04-64"}}, "raw": {"DAY": "13-2-1817", "HOUR": "16 h.", "NAME": "AVELINE de SUBLIGNY Amédée", "PLACE": "Nogent-sur-Seine (Aube)."}, "date": "2023-08-20T14:48:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5812	bacom-jean-1834-11-10	{"a3": "84"}	{"lerrcp": "A3-84"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bacom", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1834-11-10 22:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Puttelange", "geoid": 0}, "notime": null, "date-ut": "1834-11-10 21:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bacom"}, "birth": {"tzo": "+00:24:44", "date": "1834-11-10 22:00", "place": {"c2": "57", "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Puttelange", "geoid": 0}, "date-ut": "1834-11-10 21:35:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-84"}, "ids-in-sources": {"a3": "84"}}, "raw": {"H": "21", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "10", "LAT": "49N 7", "LON": "6E11", "MON": "11", "NUM": "84", "PRO": "M", "SEC": "16", "YEA": "1834", "CITY": "PUTTELANGE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
5811	bachelier-joseph-1810-01-10	{"a3": "83", "g55": "04-68"}	{"g55": "04-68", "lerrcp": "A3-83"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Bachelier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:38", "date": "1810-01-10 04:00", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.159, "lat": 46.98956, "name": "Nevers", "geoid": 2990474}, "notime": null, "date-ut": "1810-01-10 03:47:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Bachelier"}, "birth": {"tzo": "+00:12:38", "date": "1810-01-10 04:00", "place": {"c2": "58", "cy": "FR", "lg": 3.159, "lat": 46.98956, "name": "Nevers", "geoid": 2990474}, "date-ut": "1810-01-10 03:47:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-83"}, "ids-in-sources": {"a3": "83"}}, "raw": {"H": "3", "MN": "47", "TZ": "0", "COD": "58", "COU": "F", "DAY": "10", "LAT": "46N59", "LON": "3E 9", "MON": "1", "NUM": "83", "PRO": "M", "SEC": "24", "YEA": "1810", "CITY": "NEVERS"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-68"}, "ids-in-source": {"g55": "04-68"}}, "raw": {"DAY": "10-1-1810", "HOUR": "4 h.", "NAME": "BACHELIER Joseph", "PLACE": "Nevers (Nièvre)."}, "date": "2023-08-20T14:48:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5817	baills-george-1876-05-01	{"a3": "89", "g55": "04-72"}	{"g55": "04-72", "lerrcp": "A3-89"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "George", "family": "Baills", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:40", "date": "1876-05-01 07:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.91667, "lat": 42.7, "name": "Amélie-les-Bains", "geoid": 0}, "notime": null, "date-ut": "1876-05-01 06:48:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "George", "family": "Baills"}, "birth": {"tzo": "+00:11:40", "date": "1876-05-01 07:00", "place": {"c2": "66", "cy": "FR", "lg": 2.91667, "lat": 42.7, "name": "Amelie-les-Bain", "geoid": 0}, "date-ut": "1876-05-01 06:48:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-89"}, "ids-in-sources": {"a3": "89"}}, "raw": {"H": "6", "MN": "48", "TZ": "0", "COD": "66", "COU": "F", "DAY": "1", "LAT": "42N42", "LON": "2E55", "MON": "5", "NUM": "89", "PRO": "M", "SEC": "20", "YEA": "1876", "CITY": "AMELIE-LES-BAIN"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Amélie-les-Bains"}}, "partial-ids": {"g55": "04-72"}, "ids-in-source": {"g55": "04-72"}}, "raw": {"DAY": "1-5-1876", "HOUR": "7 h.", "NAME": "BAILLS Georges Joseph", "PLACE": "Amélie-les-Bains (Pyrénées-O.)."}, "date": "2023-08-20T14:48:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5814	bahier-victor-1916-03-05	{"a3": "86", "g55": "04-599"}	{"g55": "04-599", "lerrcp": "A3-86"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Bahier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-03-05 01:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -2.76838, "lat": 48.51513, "name": "Saint-Brieuc", "geoid": 2981280}, "notime": null, "date-ut": "1916-03-05 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Bahier"}, "birth": {"tzo": "+00:00", "date": "1916-03-05 01:00", "place": {"c2": "22", "cy": "FR", "lg": -2.76838, "lat": 48.51513, "name": "Saint-Brieuc", "geoid": 2981280}, "date-ut": "1916-03-05 01:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-86"}, "ids-in-sources": {"a3": "86"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "22", "COU": "F", "DAY": "5", "LAT": "48N31", "LON": "2W45", "MON": "3", "NUM": "86", "PRO": "M", "SEC": "0", "YEA": "1916", "CITY": "ST-BRIEUC"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-599"}, "ids-in-source": {"g55": "04-599"}}, "raw": {"DAY": "5-8-1916", "HOUR": "1 h.", "NAME": "BAHIER Victor", "PLACE": "Saint-Brieuc (Côtes-du-Nord)."}, "date": "2023-08-20T14:48:33+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5821	balaman-ulysse-1839-01-13	{"a3": "93", "g55": "04-76"}	{"g55": "04-76", "lerrcp": "A3-93"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ulysse", "family": "Balaman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:38", "date": "1839-01-13 01:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.15777, "lat": 43.36686, "name": "Maraussan", "geoid": 2996089}, "notime": null, "date-ut": "1839-01-13 00:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ulysse", "family": "Balaman"}, "birth": {"tzo": "+00:12:38", "date": "1839-01-13 01:00", "place": {"c2": "34", "cy": "FR", "lg": 3.15777, "lat": 43.36686, "name": "Maraussan", "geoid": 2996089}, "date-ut": "1839-01-13 00:44:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-93"}, "ids-in-sources": {"a3": "93"}}, "raw": {"H": "0", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "13", "LAT": "43N37", "LON": "3E53", "MON": "1", "NUM": "93", "PRO": "M", "SEC": "28", "YEA": "1839", "CITY": "MARAUSSAN"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-76"}, "ids-in-source": {"g55": "04-76"}}, "raw": {"DAY": "13-1-1839", "HOUR": "1 h.", "NAME": "BALAMAN Ulysse Casimir", "PLACE": "Maraussan (Hérault)."}, "date": "2023-08-20T14:48:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5823	balland-joseph-1820-09-16	{"a3": "95", "g55": "04-78"}	{"g55": "04-78", "lerrcp": "A3-95"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Balland", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:34", "date": "1820-09-16 19:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 5.89115, "lat": 48.68075, "name": "Toul", "geoid": 2972350}, "notime": null, "date-ut": "1820-09-16 18:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Balland"}, "birth": {"tzo": "+00:23:34", "date": "1820-09-16 19:00", "place": {"c2": "54", "cy": "FR", "lg": 5.89115, "lat": 48.68075, "name": "Toul", "geoid": 2972350}, "date-ut": "1820-09-16 18:35:12"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-95"}, "ids-in-sources": {"a3": "95"}}, "raw": {"H": "18", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "16", "LAT": "48N42", "LON": "6E12", "MON": "9", "NUM": "95", "PRO": "M", "SEC": "12", "YEA": "1820", "CITY": "TOUL"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-78"}, "ids-in-source": {"g55": "04-78"}}, "raw": {"DAY": "16-9-1820", "HOUR": "19 h.", "NAME": "BALLAND Joseph", "PLACE": "Toul (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:48:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5824	ballande-charles-1878-06-03	{"a3": "96"}	{"lerrcp": "A3-96"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Ballande", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:24", "date": "1878-06-03 18:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -1.0988, "lat": 45.73209, "name": "Étaules", "geoid": 3019436}, "notime": null, "date-ut": "1878-06-03 18:04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Ballande"}, "birth": {"tzo": "-00:04:24", "date": "1878-06-03 18:00", "place": {"c2": "17", "cy": "FR", "lg": -1.0988, "lat": 45.73209, "name": "Étaules", "geoid": 3019436}, "date-ut": "1878-06-03 18:04:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-96"}, "ids-in-sources": {"a3": "96"}}, "raw": {"H": "18", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "3", "LAT": "46N 9", "LON": "1W10", "MON": "6", "NUM": "96", "PRO": "M", "SEC": "40", "YEA": "1878", "CITY": "ETAULES"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
5825	ballay-noel-1847-07-14	{"a3": "97"}	{"lerrcp": "A3-97"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Noël", "family": "Ballay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06", "date": "1847-07-14 10:00", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 1.5, "lat": 48.45, "name": "Fontenay", "geoid": 0}, "notime": null, "date-ut": "1847-07-14 09:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Noël", "family": "Ballay"}, "birth": {"tzo": "+00:06", "date": "1847-07-14 10:00", "place": {"c2": "28", "cy": "FR", "lg": 1.5, "lat": 48.45, "name": "Fontenay", "geoid": 0}, "date-ut": "1847-07-14 09:54"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-97"}, "ids-in-sources": {"a3": "97"}}, "raw": {"H": "9", "MN": "54", "TZ": "0", "COD": "28", "COU": "F", "DAY": "14", "LAT": "48N27", "LON": "1E30", "MON": "7", "NUM": "97", "PRO": "M", "SEC": "0", "YEA": "1847", "CITY": "FONTENAY"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
5827	bange-charles-1833-08-04	{"a3": "99", "g55": "04-80"}	{"g55": "04-80", "lerrcp": "A3-99"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Bange", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:51", "date": "1833-08-04 08:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.46208, "lat": 48.51548, "name": "Balignicourt", "geoid": 3035239}, "notime": null, "date-ut": "1833-08-04 07:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Bange"}, "birth": {"tzo": "+00:17:51", "date": "1833-08-04 08:00", "place": {"c2": "10", "cy": "FR", "lg": 4.46208, "lat": 48.51548, "name": "Balignicourt", "geoid": 3035239}, "date-ut": "1833-08-04 07:43:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-99"}, "ids-in-sources": {"a3": "99"}}, "raw": {"H": "7", "MN": "43", "TZ": "0", "COD": "10", "COU": "F", "DAY": "4", "LAT": "48N18", "LON": "4E 5", "MON": "8", "NUM": "99", "PRO": "M", "SEC": "40", "YEA": "1833", "CITY": "BALIGNICOURT"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-80"}, "ids-in-source": {"g55": "04-80"}}, "raw": {"DAY": "4-8-1833", "HOUR": "8 h.", "NAME": "BANGE (Ragon de) Charles", "PLACE": "Balignicourt (Aube)."}, "date": "2023-08-20T14:48:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5831	baratier-albert-1864-07-11	{"a3": "103", "g55": "04-84"}	{"g55": "04-84", "lerrcp": "A3-103"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Baratier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:27:25", "date": "1864-07-11 06:44:57", "note": null, "place": {"c1": null, "c2": "90", "c3": null, "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "notime": null, "date-ut": "1864-07-11 06:17:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Baratier"}, "birth": {"tzo": "+00:27:25", "date": "1864-07-11 06:44:57", "place": {"c2": "90", "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "date-ut": "1864-07-11 06:17:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-103"}, "ids-in-sources": {"a3": "103"}}, "raw": {"H": "6", "MN": "17", "TZ": "0", "COD": "90", "COU": "F", "DAY": "11", "LAT": "47N38", "LON": "6E52", "MON": "7", "NUM": "103", "PRO": "M", "SEC": "32", "YEA": "1864", "CITY": "BELFORT"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-84"}, "ids-in-source": {"g55": "04-84"}}, "raw": {"DAY": "11-7-1864", "HOUR": "6 h. 45", "NAME": "BARATIER Albert Ernest", "PLACE": "Beifort (Terr. de Belfort)."}, "date": "2023-08-20T14:48:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5833	barbancey-jean-marcel-1874-05-25	{"a3": "105", "g55": "04-86"}	{"g55": "04-86", "lerrcp": "A3-105"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Marcel", "family": "Barbancey", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:56", "date": "1874-05-25 16:00", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 0.73333, "lat": 45.18333, "name": "Villefranche-de-Lonchat", "geoid": 0}, "notime": null, "date-ut": "1874-05-25 15:57:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-105"}, "birth": {"tzo": "+00:02:56", "date": "1874-05-25 16:00", "place": {"c2": "24", "cy": "FR", "lg": 0.73333, "lat": 45.18333, "name": "Villefranche-de", "geoid": 0}, "date-ut": "1874-05-25 15:57:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-105"}, "ids-in-sources": {"a3": "105"}}, "raw": {"H": "15", "MN": "57", "TZ": "0", "COD": "24", "COU": "F", "DAY": "25", "LAT": "45N11", "LON": "0E44", "MON": "5", "NUM": "105", "PRO": "M", "SEC": "4", "YEA": "1874", "CITY": "VILLEFRANCHE-DE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Jean Marcel", "family": "Barbancey", "nobility": ""}, "slug": "barbancey-jean-marcel-1874-05-25", "birth": {"place": {"name": "Villefranche-de-Lonchat"}}, "partial-ids": {"g55": "04-86"}, "ids-in-source": {"g55": "04-86"}}, "raw": {"DAY": "25-5-1874", "HOUR": "16 h.", "NAME": "BARBANCEY Jean Marcel", "PLACE": "Villefranche-de-Lonchat (Dordogne)."}, "date": "2023-08-20T14:48:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5836	barbe-paul-1831-06-03	{"a3": "108", "g55": "04-89"}	{"g55": "04-89", "lerrcp": "A3-108"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Barbe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:14", "date": "1831-06-03 19:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1831-06-03 18:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Barbe"}, "birth": {"tzo": "+00:19:14", "date": "1831-06-03 19:00", "place": {"c2": "84", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1831-06-03 18:40:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-108"}, "ids-in-sources": {"a3": "108"}}, "raw": {"H": "18", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "3", "LAT": "43N57", "LON": "4E50", "MON": "6", "NUM": "108", "PRO": "M", "SEC": "40", "YEA": "1831", "CITY": "AVIGNON"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-89"}, "ids-in-source": {"g55": "04-89"}}, "raw": {"DAY": "3-6-1831", "HOUR": "19 h.", "NAME": "BARBE Paul Laurent", "PLACE": "Avignon (Vaucluse)."}, "date": "2023-08-20T14:48:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5838	barbot-ernest-1855-08-19	{"a3": "110", "g55": "04-91"}	{"g55": "04-91", "lerrcp": "A3-110"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Barbot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1855-08-19 05:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1855-08-19 04:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Barbot"}, "birth": {"tzo": "+00:05:46", "date": "1855-08-19 05:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1855-08-19 04:54:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-110"}, "ids-in-sources": {"a3": "110"}}, "raw": {"H": "4", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "19", "LAT": "43N37", "LON": "1E26", "MON": "8", "NUM": "110", "PRO": "M", "SEC": "16", "YEA": "1855", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-91"}, "ids-in-source": {"g55": "04-91"}}, "raw": {"DAY": "19-8-1855", "HOUR": "5 h.", "NAME": "BARBOT Ernest Jacques", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:48:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5841	bardin-eugene-1822-07-11	{"a3": "113", "g55": "04-94"}	{"g55": "04-94", "lerrcp": "A3-113"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Bardin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:11", "date": "1822-07-11 17:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -2.75, "lat": 48.51667, "name": "Ile Bréhat", "geoid": 0}, "notime": null, "date-ut": "1822-07-11 17:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Bardin"}, "birth": {"tzo": "-00:11", "date": "1822-07-11 17:00", "place": {"c2": "22", "cy": "FR", "lg": -2.75, "lat": 48.51667, "name": "Ile Brehat", "geoid": 0}, "date-ut": "1822-07-11 17:11"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-113"}, "ids-in-sources": {"a3": "113"}}, "raw": {"H": "17", "MN": "11", "TZ": "0", "COD": "22", "COU": "F", "DAY": "11", "LAT": "48N31", "LON": "2W45", "MON": "7", "NUM": "113", "PRO": "M", "SEC": "0", "YEA": "1822", "CITY": "ILE BREHAT"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Ile Bréhat"}}, "partial-ids": {"g55": "04-94"}, "ids-in-source": {"g55": "04-94"}}, "raw": {"DAY": "11-7-1822", "HOUR": "17 h.", "NAME": "BARDIN Eugène", "PLACE": "Ile Bréhat (Côtes-du-Nord)."}, "date": "2023-08-20T14:48:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5843	baret-joseph-1852-07-10	{"a3": "115", "g55": "04-96"}	{"g55": "04-96", "lerrcp": "A3-115"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Baret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:20", "date": "1852-07-10 19:15:28", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.83335, "lat": 45.20289, "name": "Domène", "geoid": 3021210}, "notime": null, "date-ut": "1852-07-10 18:52:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Baret"}, "birth": {"tzo": "+00:23:20", "date": "1852-07-10 19:15:28", "place": {"c2": "38", "cy": "FR", "lg": 5.83335, "lat": 45.20289, "name": "Domène", "geoid": 3021210}, "date-ut": "1852-07-10 18:52:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-115"}, "ids-in-sources": {"a3": "115"}}, "raw": {"H": "18", "MN": "52", "TZ": "0", "COD": "38", "COU": "F", "DAY": "10", "LAT": "45N11", "LON": "5E43", "MON": "7", "NUM": "115", "PRO": "M", "SEC": "8", "YEA": "1852", "CITY": "DOMENE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-96"}, "ids-in-source": {"g55": "04-96"}}, "raw": {"DAY": "10-7-1852", "HOUR": "19 h. 15", "NAME": "BARET Joseph Louis", "PLACE": "Doméne (Isère)."}, "date": "2023-08-20T14:48:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5846	barjot-pierre-1899-10-13	{"a3": "118"}	{"lerrcp": "A3-118"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Barjot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-10-13 18:00", "note": null, "place": {"c1": null, "c2": "36", "c3": null, "cy": "FR", "lg": 1.06272, "lat": 46.63371, "name": "Le Blanc", "geoid": 3005270}, "notime": null, "date-ut": "1899-10-13 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Barjot"}, "birth": {"tzo": "+00:09:21", "date": "1899-10-13 18:00", "place": {"c2": "36", "cy": "FR", "lg": 1.06272, "lat": 46.63371, "name": "Le Blanc", "geoid": 3005270}, "date-ut": "1899-10-13 17:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-118"}, "ids-in-sources": {"a3": "118"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "36", "COU": "F", "DAY": "13", "LAT": "46N49", "LON": "1E41", "MON": "10", "NUM": "118", "PRO": "M", "SEC": "40", "YEA": "1899", "CITY": "LE BLANC"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
5847	barnouin-gaston-1888-09-30	{"a3": "119"}	{"lerrcp": "A3-119"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Barnouin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:43", "date": "1888-09-30 07:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1888-09-30 06:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Barnouin"}, "birth": {"tzo": "+00:23:43", "date": "1888-09-30 07:00", "place": {"c2": "83", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1888-09-30 06:34:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-119"}, "ids-in-sources": {"a3": "119"}}, "raw": {"H": "6", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "30", "LAT": "43N32", "LON": "6E28", "MON": "9", "NUM": "119", "PRO": "M", "SEC": "8", "YEA": "1888", "CITY": "TOULON"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
5848	barrabe-michel-1821-04-16	{"a3": "120", "g55": "04-99"}	{"g55": "04-99", "lerrcp": "A3-120"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Barrabe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:03:15", "date": "1821-04-16 04:00", "note": null, "place": {"c1": null, "c2": "53", "c3": null, "cy": "FR", "lg": -0.81287, "lat": 48.41161, "name": "Gorron", "geoid": 3015642}, "notime": null, "date-ut": "1821-04-16 04:03"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Barrabe"}, "birth": {"tzo": "-00:03:15", "date": "1821-04-16 04:00", "place": {"c2": "53", "cy": "FR", "lg": -0.81287, "lat": 48.41161, "name": "Gorron", "geoid": 3015642}, "date-ut": "1821-04-16 04:03"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-120"}, "ids-in-sources": {"a3": "120"}}, "raw": {"H": "4", "MN": "3", "TZ": "0", "COD": "53", "COU": "F", "DAY": "16", "LAT": "48N 4", "LON": "0W45", "MON": "4", "NUM": "120", "PRO": "M", "SEC": "0", "YEA": "1821", "CITY": "GORRON"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-99"}, "ids-in-source": {"g55": "04-99"}}, "raw": {"DAY": "16-4-1821", "HOUR": "4 h.", "NAME": "BARRABE Michel Joseph", "PLACE": "Gorron (Mayenne)."}, "date": "2023-08-20T14:48:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5851	barrard-charles-1872-04-11	{"a3": "123", "g55": "04-102"}	{"g55": "04-102", "lerrcp": "A3-123"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Barrard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.29117, "lat": 48.3722, "name": "Charmes", "geoid": 3026588}, "notime": null, "date-ut": "1872-04-11 00:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Barrard"}, "birth": {"place": {"c2": "88", "cy": "FR", "lg": 6.29117, "lat": 48.3722, "name": "Charmes", "geoid": 3026588}, "date-ut": "1872-04-11 00:34:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-123"}, "ids-in-sources": {"a3": "123"}}, "raw": {"H": "0", "MN": "34", "TZ": "0", "COD": "88", "COU": "F", "DAY": "11", "LAT": "48N10", "LON": "6E28", "MON": "4", "NUM": "123", "PRO": "M", "SEC": "8", "YEA": "1872", "CITY": "CHARMES"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-102"}, "ids-in-source": {"g55": "04-102"}}, "raw": {"DAY": "11-4-1872", "HOUR": "1 h.", "NAME": "BARRARD Charles Fernand", "PLACE": "Charmes (Vosges)."}, "date": "2023-08-20T14:48:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5853	barrera-edouard-1836-01-17	{"a3": "125", "g55": "04-104"}	{"g55": "04-104", "lerrcp": "A3-125"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Barrera", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:35", "date": "1836-01-17 04:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "notime": null, "date-ut": "1836-01-17 03:48:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Barrera"}, "birth": {"tzo": "+00:11:35", "date": "1836-01-17 04:00", "place": {"c2": "66", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "date-ut": "1836-01-17 03:48:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-125"}, "ids-in-sources": {"a3": "125"}}, "raw": {"H": "3", "MN": "48", "TZ": "0", "COD": "66", "COU": "F", "DAY": "17", "LAT": "42N42", "LON": "2E55", "MON": "1", "NUM": "125", "PRO": "M", "SEC": "20", "YEA": "1836", "CITY": "PERPIGNAN"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-104"}, "ids-in-source": {"g55": "04-104"}}, "raw": {"DAY": "17-1-1836", "HOUR": "4 h.", "NAME": "BARRERA Edouard Pierre", "PLACE": "Perpignan (Pyrénées-Or.)."}, "date": "2023-08-20T14:48:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5855	barret-auguste-1834-04-07	{"a3": "127"}	{"lerrcp": "A3-127"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Barret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:05", "date": "1834-04-07 06:00", "note": null, "place": {"c1": null, "c2": "12", "c3": null, "cy": "FR", "lg": 3.01987, "lat": 43.96879, "name": "Tournemire", "geoid": 2972231}, "notime": null, "date-ut": "1834-04-07 05:49:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Barret"}, "birth": {"tzo": "+00:12:05", "date": "1834-04-07 06:00", "place": {"c2": "12", "cy": "FR", "lg": 3.01987, "lat": 43.96879, "name": "Tournemire", "geoid": 2972231}, "date-ut": "1834-04-07 05:49:44"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-127"}, "ids-in-sources": {"a3": "127"}}, "raw": {"H": "5", "MN": "49", "TZ": "0", "COD": "12", "COU": "F", "DAY": "7", "LAT": "44N21", "LON": "2E34", "MON": "4", "NUM": "127", "PRO": "M", "SEC": "44", "YEA": "1834", "CITY": "TOURNEMIRE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
5857	barry-maximilien-1843-09-22	{"a3": "129", "g55": "04-107"}	{"g55": "04-107", "lerrcp": "A3-129"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maximilien", "family": "Barry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:26", "date": "1843-09-22 01:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1843-09-22 00:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maximilien", "family": "Barry"}, "birth": {"tzo": "+00:17:26", "date": "1843-09-22 01:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1843-09-22 00:42:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-129"}, "ids-in-sources": {"a3": "129"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "22", "LAT": "43N51", "LON": "4E21", "MON": "9", "NUM": "129", "PRO": "M", "SEC": "36", "YEA": "1843", "CITY": "NIMES"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-107"}, "ids-in-source": {"g55": "04-107"}}, "raw": {"DAY": "22-9-1843", "HOUR": "1 h.", "NAME": "BARRY Maximilien Et.", "PLACE": "Nîmes (Gard)."}, "date": "2023-08-20T14:48:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5860	bassot-leon-1841-04-06	{"a3": "132"}	{"lerrcp": "A3-132"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Bassot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:37", "date": "1841-04-06 21:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.40609, "lat": 47.40391, "name": "Renève", "geoid": 2984003}, "notime": null, "date-ut": "1841-04-06 20:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Bassot"}, "birth": {"tzo": "+00:21:37", "date": "1841-04-06 21:00", "place": {"c2": "21", "cy": "FR", "lg": 5.40609, "lat": 47.40391, "name": "Renève", "geoid": 2984003}, "date-ut": "1841-04-06 20:39:52"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-132"}, "ids-in-sources": {"a3": "132"}}, "raw": {"H": "20", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "6", "LAT": "47N19", "LON": "5E 2", "MON": "4", "NUM": "132", "PRO": "M", "SEC": "52", "YEA": "1841", "CITY": "RENEVE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
5861	baston-paul-marie-1863-03-28	{"a3": "133", "g55": "04-111"}	{"g55": "04-111", "lerrcp": "A3-133"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul-Marie", "family": "Baston", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:28", "date": "1863-03-28 01:00", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.86473, "lat": 46.38679, "name": "Saint-Claude", "geoid": 2981077}, "notime": null, "date-ut": "1863-03-28 00:37:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-133"}, "birth": {"tzo": "+00:23:28", "date": "1863-03-28 01:00", "place": {"c2": "39", "cy": "FR", "lg": 5.86473, "lat": 46.38679, "name": "Saint-Claude", "geoid": 2981077}, "date-ut": "1863-03-28 00:37:48"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-133"}, "ids-in-sources": {"a3": "133"}}, "raw": {"H": "0", "MN": "37", "TZ": "0", "COD": "39", "COU": "F", "DAY": "28", "LAT": "46N40", "LON": "5E33", "MON": "3", "NUM": "133", "PRO": "M", "SEC": "48", "YEA": "1863", "CITY": "SAINT-CLAUDE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Paul-Marie", "family": "Baston", "nobility": ""}, "slug": "baston-paul-marie-1863-03-28", "partial-ids": {"g55": "04-111"}, "ids-in-source": {"g55": "04-111"}}, "raw": {"DAY": "28-3-1863", "HOUR": "1 h.", "NAME": "BASTON Paul-Marie", "PLACE": "Saint-Claude (Jura)."}, "date": "2023-08-20T14:48:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5862	bataille-henri-1861-12-05	{"a3": "134", "g55": "04-113"}	{"g55": "04-113", "lerrcp": "A3-134"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Bataille", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:20", "date": "1861-12-05 01:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Cherbourg", "geoid": 0}, "notime": null, "date-ut": "1861-12-05 01:04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Bataille"}, "birth": {"tzo": "-00:04:20", "date": "1861-12-05 01:00", "place": {"c2": "50", "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Cherbourg", "geoid": 0}, "date-ut": "1861-12-05 01:04:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-134"}, "ids-in-sources": {"a3": "134"}}, "raw": {"H": "1", "MN": "4", "TZ": "0", "COD": "50", "COU": "F", "DAY": "5", "LAT": "49N 7", "LON": "1W 5", "MON": "12", "NUM": "134", "PRO": "M", "SEC": "20", "YEA": "1861", "CITY": "CHERBOURG"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Cherbourg"}}, "partial-ids": {"g55": "04-113"}, "ids-in-source": {"g55": "04-113"}}, "raw": {"DAY": "5-12-1861", "HOUR": "1 h.", "NAME": "BATAILLE Henri-Marie", "PLACE": "Cherbourg (Manche)."}, "date": "2023-08-20T14:48:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5866	battet-robert-1893-10-04	{"a3": "138"}	{"lerrcp": "A3-138"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Battet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1893-10-04 10:00", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "notime": null, "date-ut": "1893-10-04 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Battet"}, "birth": {"tzo": "+00:09:21", "date": "1893-10-04 10:00", "place": {"c2": "72", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "date-ut": "1893-10-04 09:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-138"}, "ids-in-sources": {"a3": "138"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "72", "COU": "F", "DAY": "4", "LAT": "48N 1", "LON": "0E12", "MON": "10", "NUM": "138", "PRO": "M", "SEC": "40", "YEA": "1893", "CITY": "LE MANS"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
5867	batteux-paul-1870-06-15	{"a3": "139", "g55": "04-116"}	{"g55": "04-116", "lerrcp": "A3-139"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Batteux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:60", "date": "1870-06-15 06:45:32", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.74822, "lat": 49.36441, "name": "Muscourt", "geoid": 2991111}, "notime": null, "date-ut": "1870-06-15 06:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Batteux"}, "birth": {"tzo": "+00:14:60", "date": "1870-06-15 06:45:32", "place": {"c2": "02", "cy": "FR", "lg": 3.74822, "lat": 49.36441, "name": "Muscourt", "geoid": 2991111}, "date-ut": "1870-06-15 06:45:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-139"}, "ids-in-sources": {"a3": "139"}}, "raw": {"H": "6", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "15", "LAT": "49N34", "LON": "3E37", "MON": "6", "NUM": "139", "PRO": "M", "SEC": "32", "YEA": "1870", "CITY": "MUSCOURT"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-116"}, "ids-in-source": {"g55": "04-116"}}, "raw": {"DAY": "15-6-1870", "HOUR": "7 h.", "NAME": "BATTEUX Paul Emile", "PLACE": "Muscourt (Aisne)."}, "date": "2023-08-20T14:48:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5872	bauer-theodore-1842-05-28	{"a3": "144"}	{"lerrcp": "A3-144"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodore", "family": "Bauer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:31:47", "date": "1842-05-28 23:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.94548, "lat": 49.03708, "name": "Wissembourg", "geoid": 2967325}, "notime": null, "date-ut": "1842-05-28 22:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Theodore", "family": "Bauer"}, "birth": {"tzo": "+00:31:47", "date": "1842-05-28 23:00", "place": {"c2": "67", "cy": "FR", "lg": 7.94548, "lat": 49.03708, "name": "Wissembourg", "geoid": 2967325}, "date-ut": "1842-05-28 22:29"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-144"}, "ids-in-sources": {"a3": "144"}}, "raw": {"H": "22", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "28", "LAT": "48N35", "LON": "7E45", "MON": "5", "NUM": "144", "PRO": "M", "SEC": "0", "YEA": "1842", "CITY": "WISSEMBOURG"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
5873	baugillot-jean-1848-10-31	{"a3": "145", "g55": "04-120"}	{"g55": "04-120", "lerrcp": "A3-145"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Baugillot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:46", "date": "1848-10-31 07:30", "note": null, "place": {"c1": null, "c2": "36", "c3": null, "cy": "FR", "lg": 1.69362, "lat": 46.81248, "name": "Châteauroux", "geoid": 3026204}, "notime": null, "date-ut": "1848-10-31 07:23:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Baugillot"}, "birth": {"tzo": "+00:06:46", "date": "1848-10-31 07:30", "place": {"c2": "36", "cy": "FR", "lg": 1.69362, "lat": 46.81248, "name": "Châteauroux", "geoid": 3026204}, "date-ut": "1848-10-31 07:23:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-145"}, "ids-in-sources": {"a3": "145"}}, "raw": {"H": "7", "MN": "23", "TZ": "0", "COD": "36", "COU": "F", "DAY": "31", "LAT": "46N49", "LON": "1E41", "MON": "10", "NUM": "145", "PRO": "M", "SEC": "16", "YEA": "1848", "CITY": "CHATEAUROUX"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-120"}, "ids-in-source": {"g55": "04-120"}}, "raw": {"DAY": "31-10-1848", "HOUR": "7 h. 30", "NAME": "BAUGILLOT Jean-Baptiste", "PLACE": "Chateauroux (Indre)."}, "date": "2023-08-20T14:48:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5876	bayard-joseph-1832-06-04	{"a3": "148", "g55": "04-123"}	{"g55": "04-123", "lerrcp": "A3-148"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Bayard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:59", "date": "1832-06-04 18:00", "note": null, "place": {"c1": null, "c2": "05", "c3": null, "cy": "FR", "lg": 6.49526, "lat": 44.56387, "name": "Embrun", "geoid": 3020251}, "notime": null, "date-ut": "1832-06-04 17:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Bayard"}, "birth": {"tzo": "+00:25:59", "date": "1832-06-04 18:00", "place": {"c2": "05", "cy": "FR", "lg": 6.49526, "lat": 44.56387, "name": "Embrun", "geoid": 3020251}, "date-ut": "1832-06-04 17:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-148"}, "ids-in-sources": {"a3": "148"}}, "raw": {"H": "17", "MN": "36", "TZ": "0", "COD": "05", "COU": "F", "DAY": "4", "LAT": "44N33", "LON": "6E 0", "MON": "6", "NUM": "148", "PRO": "M", "SEC": "0", "YEA": "1832", "CITY": "EMBRUN"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-123"}, "ids-in-source": {"g55": "04-123"}}, "raw": {"DAY": "4-6-1832", "HOUR": "18 h.", "NAME": "BAYARD Joseph Auguste", "PLACE": "Embrun (Hautes-Alpes)."}, "date": "2023-08-20T14:48:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5878	bazaine-achille-1811-02-13	{"a3": "150", "g55": "04-125"}	{"g55": "04-125", "lerrcp": "A3-150"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Achille", "family": "Bazaine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1811-02-13 12:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1811-02-13 11:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Achille", "family": "Bazaine"}, "birth": {"tzo": "+00:08:32", "date": "1811-02-13 12:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1811-02-13 11:51:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-150"}, "ids-in-sources": {"a3": "150"}}, "raw": {"H": "11", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "13", "LAT": "48N50", "LON": "2E 8", "MON": "2", "NUM": "150", "PRO": "M", "SEC": "28", "YEA": "1811", "CITY": "VERSAILLES"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-125"}, "ids-in-source": {"g55": "04-125"}}, "raw": {"DAY": "13-2-1811", "HOUR": "12 h.", "NAME": "BAZAINE Francois Achille", "PLACE": "Versailles (Seine-et-Oise)."}, "date": "2023-08-20T14:48:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5882	beaudemoulin-antoine-1857-04-03	{"a3": "154", "g55": "04-128"}	{"g55": "04-128", "lerrcp": "A3-154"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Beaudemoulin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:59", "date": "1857-04-03 10:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1857-04-03 09:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Beaudemoulin"}, "birth": {"tzo": "+00:04:59", "date": "1857-04-03 10:00", "place": {"c2": "87", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1857-04-03 09:55"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-154"}, "ids-in-sources": {"a3": "154"}}, "raw": {"H": "9", "MN": "55", "TZ": "0", "COD": "87", "COU": "F", "DAY": "3", "LAT": "45N50", "LON": "1E15", "MON": "4", "NUM": "154", "PRO": "M", "SEC": "0", "YEA": "1857", "CITY": "LIMOGES"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-128"}, "ids-in-source": {"g55": "04-128"}}, "raw": {"DAY": "3-4-1857", "HOUR": "10 h.", "NAME": "BEAUDEMOULIN Antoine", "PLACE": "Limoges (Haute-Vienne)."}, "date": "2023-08-20T14:48:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5881	bazinet-paul-1915-03-22	{"a3": "153", "g55": "04-601"}	{"g55": "04-601", "lerrcp": "A3-153"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Bazinet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-03-22 09:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1915-03-22 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Bazinet"}, "birth": {"tzo": "+00:00", "date": "1915-03-22 09:00", "place": {"c2": "45", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1915-03-22 09:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-153"}, "ids-in-sources": {"a3": "153"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "45", "COU": "F", "DAY": "22", "LAT": "47N54", "LON": "1E54", "MON": "3", "NUM": "153", "PRO": "M", "SEC": "0", "YEA": "1915", "CITY": "ORLEANS"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-601"}, "ids-in-source": {"g55": "04-601"}}, "raw": {"DAY": "22-3-1915", "HOUR": "9 h.", "NAME": "BAZINET Paul", "PLACE": "Orléans (Loiret)."}, "date": "2023-08-20T14:48:33+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5886	beaujeux-emile-1850-05-18	{"a3": "158", "g55": "04-132"}	{"g55": "04-132", "lerrcp": "A3-158"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Beaujeux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:17:57", "date": "1850-05-18 05:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1850-05-18 05:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Beaujeux"}, "birth": {"tzo": "-00:17:57", "date": "1850-05-18 05:00", "place": {"c2": "29", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1850-05-18 05:16:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-158"}, "ids-in-sources": {"a3": "158"}}, "raw": {"H": "5", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "18", "LAT": "48N 0", "LON": "4W 6", "MON": "5", "NUM": "158", "PRO": "M", "SEC": "24", "YEA": "1850", "CITY": "BREST"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-132"}, "ids-in-source": {"g55": "04-132"}}, "raw": {"DAY": "18-5-1850", "HOUR": "5 h.", "NAME": "BEAUJEUX Emile Charles", "PLACE": "Brest (Finistère)."}, "date": "2023-08-20T14:48:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5888	becker-georges-1872-06-26	{"a3": "160", "g55": "04-134"}	{"g55": "04-134", "lerrcp": "A3-160"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Becker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:07", "date": "1872-06-26 06:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "notime": null, "date-ut": "1872-06-26 05:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Becker"}, "birth": {"tzo": "+00:16:07", "date": "1872-06-26 06:00", "place": {"c2": "51", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "date-ut": "1872-06-26 05:42:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-160"}, "ids-in-sources": {"a3": "160"}}, "raw": {"H": "5", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "26", "LAT": "48N57", "LON": "4E22", "MON": "6", "NUM": "160", "PRO": "M", "SEC": "32", "YEA": "1872", "CITY": "REIMS"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-134"}, "ids-in-source": {"g55": "04-134"}}, "raw": {"DAY": "26-6-1872", "HOUR": "6 h.", "NAME": "BECKER Georges", "PLACE": "Reims (Marne)."}, "date": "2023-08-20T14:48:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5890	bedel-victor-1824-06-01	{"a3": "162"}	{"lerrcp": "A3-162"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Bedel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:14", "date": "1824-06-01 15:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.30797, "lat": 48.97548, "name": "Saulchery", "geoid": 2975838}, "notime": null, "date-ut": "1824-06-01 14:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Bedel"}, "birth": {"tzo": "+00:13:14", "date": "1824-06-01 15:00", "place": {"c2": "02", "cy": "FR", "lg": 3.30797, "lat": 48.97548, "name": "Saulchery", "geoid": 2975838}, "date-ut": "1824-06-01 14:45:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-162"}, "ids-in-sources": {"a3": "162"}}, "raw": {"H": "14", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "1", "LAT": "49N34", "LON": "3E37", "MON": "6", "NUM": "162", "PRO": "M", "SEC": "32", "YEA": "1824", "CITY": "SAULCHERY"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
5892	begougne-juniac-jacques-1810-10-20	{"a3": "164", "g55": "04-137"}	{"g55": "04-137", "lerrcp": "A3-164"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Begougne Juniac Jacques", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1810-10-20 15:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1810-10-20 14:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Begougne Juniac Jacques"}, "birth": {"tzo": "+00:30:59", "date": "1810-10-20 15:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1810-10-20 14:30:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-164"}, "ids-in-sources": {"a3": "164"}}, "raw": {"H": "14", "MN": "30", "TZ": "0", "COD": "67", "COU": "F", "DAY": "20", "LAT": "48N35", "LON": "7E45", "MON": "10", "NUM": "164", "PRO": "M", "SEC": "36", "YEA": "1810", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-137"}, "ids-in-source": {"g55": "04-137"}}, "raw": {"DAY": "20-10-1810", "HOUR": "15 h.", "NAME": "BEGOUGNE de JUNIAC Jacques Louis", "PLACE": "Strasbourg (Bas-Rhin)."}, "date": "2023-08-20T14:48:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5894	beitz-pierre-1833-12-23	{"a3": "166"}	{"lerrcp": "A3-166"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Beitz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:13", "date": "1833-12-23 23:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.30623, "lat": 49.29865, "name": "Metzeresche", "geoid": 2994156}, "notime": null, "date-ut": "1833-12-23 22:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Beitz"}, "birth": {"tzo": "+00:25:13", "date": "1833-12-23 23:00", "place": {"c2": "57", "cy": "FR", "lg": 6.30623, "lat": 49.29865, "name": "Metzeresche", "geoid": 2994156}, "date-ut": "1833-12-23 22:35:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-166"}, "ids-in-sources": {"a3": "166"}}, "raw": {"H": "22", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "23", "LAT": "49N 7", "LON": "6E11", "MON": "12", "NUM": "166", "PRO": "M", "SEC": "16", "YEA": "1833", "CITY": "METZERESCHE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
5898	benic-francois-1816-01-23	{"a3": "170", "g55": "04-141"}	{"g55": "04-141", "lerrcp": "A3-170"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Benic", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:40", "date": "1816-01-23 16:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Saint-Pere", "geoid": 0}, "notime": null, "date-ut": "1816-01-23 16:06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Benic"}, "birth": {"tzo": "-00:06:40", "date": "1816-01-23 16:00", "place": {"c2": "35", "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Saint-Pere", "geoid": 0}, "date-ut": "1816-01-23 16:06:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-170"}, "ids-in-sources": {"a3": "170"}}, "raw": {"H": "16", "MN": "6", "TZ": "0", "COD": "35", "COU": "F", "DAY": "23", "LAT": "48N 7", "LON": "1W40", "MON": "1", "NUM": "170", "PRO": "M", "SEC": "40", "YEA": "1816", "CITY": "SAINT-PERE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Pere"}}, "partial-ids": {"g55": "04-141"}, "ids-in-source": {"g55": "04-141"}}, "raw": {"DAY": "23-1-1816", "HOUR": "16 h.", "NAME": "BENIC Francois Colomba", "PLACE": "Saint-Pere (Ille-et-Vilaine)."}, "date": "2023-08-20T14:48:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5901	benoist-henry-1839-05-13	{"a3": "173", "g55": "04-144"}	{"g55": "04-144", "lerrcp": "A3-173"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Benoist", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:26", "date": "1839-05-13 04:00", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.10675, "lat": 49.02072, "name": "Waly", "geoid": 2967486}, "notime": null, "date-ut": "1839-05-13 03:39:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Benoist"}, "birth": {"tzo": "+00:20:26", "date": "1839-05-13 04:00", "place": {"c2": "55", "cy": "FR", "lg": 5.10675, "lat": 49.02072, "name": "Waly", "geoid": 2967486}, "date-ut": "1839-05-13 03:39:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-173"}, "ids-in-sources": {"a3": "173"}}, "raw": {"H": "3", "MN": "39", "TZ": "0", "COD": "55", "COU": "F", "DAY": "13", "LAT": "48N46", "LON": "5E10", "MON": "5", "NUM": "173", "PRO": "M", "SEC": "20", "YEA": "1839", "CITY": "WALY"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-144"}, "ids-in-source": {"g55": "04-144"}}, "raw": {"DAY": "13-5-1839", "HOUR": "4 h.", "NAME": "BENOIST (de) Henri Gaspard", "PLACE": "Waly (Meuse)."}, "date": "2023-08-20T14:48:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5903	benoit-eugene-1860-10-13	{"a3": "175", "g55": "04-146"}	{"g55": "04-146", "lerrcp": "A3-175"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Benoit", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:18:01", "date": "1860-10-13 05:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.50525, "lat": 48.4165, "name": "Lambézellec", "geoid": 3008206}, "notime": null, "date-ut": "1860-10-13 05:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Benoit"}, "birth": {"tzo": "-00:18:01", "date": "1860-10-13 05:00", "place": {"c2": "29", "cy": "FR", "lg": -4.50525, "lat": 48.4165, "name": "Lambézellec", "geoid": 3008206}, "date-ut": "1860-10-13 05:16:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-175"}, "ids-in-sources": {"a3": "175"}}, "raw": {"H": "5", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "13", "LAT": "48N 0", "LON": "4W 6", "MON": "10", "NUM": "175", "PRO": "M", "SEC": "24", "YEA": "1860", "CITY": "LAMBEZELLEC"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-146"}, "ids-in-source": {"g55": "04-146"}}, "raw": {"DAY": "13-10-1860", "HOUR": "5 h.", "NAME": "BENOIT Eugène Napoléon", "PLACE": "Lambézellec (Finistère)."}, "date": "2023-08-20T14:48:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5906	berard-celestin-1849-08-07	{"a3": "178", "g55": "04-149"}	{"g55": "04-149", "lerrcp": "A3-178"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Célestin", "family": "Berard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:14", "date": "1849-08-07 08:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1849-08-07 07:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Célestin", "family": "Berard"}, "birth": {"tzo": "+00:19:14", "date": "1849-08-07 08:00", "place": {"c2": "84", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1849-08-07 07:40:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-178"}, "ids-in-sources": {"a3": "178"}}, "raw": {"H": "7", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "7", "LAT": "43N57", "LON": "4E50", "MON": "8", "NUM": "178", "PRO": "M", "SEC": "40", "YEA": "1849", "CITY": "AVIGNON"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-149"}, "ids-in-source": {"g55": "04-149"}}, "raw": {"DAY": "7-8-1849", "HOUR": "8 h.", "NAME": "BERARD Célestin Edouard", "PLACE": "Avignon (Vaucluse)."}, "date": "2023-08-20T14:48:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5908	berenger-charles-1829-11-23	{"a3": "180", "g55": "04-151"}	{"g55": "04-151", "lerrcp": "A3-180"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Berenger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:04", "date": "1829-11-23 04:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26667, "lat": 43.7, "name": "Cagnes", "geoid": 0}, "notime": null, "date-ut": "1829-11-23 03:30:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Berenger"}, "birth": {"tzo": "+00:29:04", "date": "1829-11-23 04:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26667, "lat": 43.7, "name": "Cagnes", "geoid": 0}, "date-ut": "1829-11-23 03:30:56"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-180"}, "ids-in-sources": {"a3": "180"}}, "raw": {"H": "3", "MN": "30", "TZ": "0", "COD": "06", "COU": "F", "DAY": "23", "LAT": "43N42", "LON": "7E16", "MON": "11", "NUM": "180", "PRO": "M", "SEC": "56", "YEA": "1829", "CITY": "CAGNES"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Cagnes"}}, "partial-ids": {"g55": "04-151"}, "ids-in-source": {"g55": "04-151"}}, "raw": {"DAY": "23-11-1829", "HOUR": "4 h.", "NAME": "BERENGER Charles Maxime", "PLACE": "Cagnes (Alpes-Marit.)."}, "date": "2023-08-20T14:48:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5912	bergeron-paul-1890-10-24	{"a3": "184"}	{"lerrcp": "A3-184"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Bergeron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:26", "date": "1890-10-24 16:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1890-10-24 15:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Bergeron"}, "birth": {"tzo": "+00:17:26", "date": "1890-10-24 16:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1890-10-24 15:42:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-184"}, "ids-in-sources": {"a3": "184"}}, "raw": {"H": "15", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "24", "LAT": "43N51", "LON": "4E21", "MON": "10", "NUM": "184", "PRO": "M", "SEC": "36", "YEA": "1890", "CITY": "NIMES"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
5911	berger-paul-charles-1880-06-29	{"a3": "183", "g55": "04-154"}	{"g55": "04-154", "lerrcp": "A3-183"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul Charles", "family": "Berger", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:27:12", "date": "1880-06-29 02:03:04", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.79823, "lat": 47.50957, "name": "Montbéliard", "geoid": 2992938}, "notime": null, "date-ut": "1880-06-29 01:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-183"}, "birth": {"tzo": "+00:27:12", "date": "1880-06-29 02:03:04", "place": {"c2": "25", "cy": "FR", "lg": 6.79823, "lat": 47.50957, "name": "Montbéliard", "geoid": 2992938}, "date-ut": "1880-06-29 01:35:52"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-183"}, "ids-in-sources": {"a3": "183"}}, "raw": {"H": "1", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "29", "LAT": "47N15", "LON": "6E 2", "MON": "6", "NUM": "183", "PRO": "M", "SEC": "52", "YEA": "1880", "CITY": "MONTBELIARD"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Paul Charles", "family": "Berger", "nobility": ""}, "slug": "berger-paul-charles-1880-06-29", "partial-ids": {"g55": "04-154"}, "ids-in-source": {"g55": "04-154"}}, "raw": {"DAY": "29-6-1880", "HOUR": "2 h.", "NAME": "BERGER Paul Charles", "PLACE": "Montbeliard (Doubs)."}, "date": "2023-08-20T14:48:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5914	bergouignan-romain-1840-09-07	{"a3": "186"}	{"lerrcp": "A3-186"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Romain", "family": "Bergouignan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:17", "date": "1840-09-07 01:00", "note": null, "place": {"c1": null, "c2": "65", "c3": null, "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "notime": null, "date-ut": "1840-09-07 00:59:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Romain", "family": "Bergouignan"}, "birth": {"tzo": "+00:00:17", "date": "1840-09-07 01:00", "place": {"c2": "65", "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "date-ut": "1840-09-07 00:59:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-186"}, "ids-in-sources": {"a3": "186"}}, "raw": {"H": "0", "MN": "59", "TZ": "0", "COD": "65", "COU": "F", "DAY": "7", "LAT": "43N14", "LON": "0E 5", "MON": "9", "NUM": "186", "PRO": "M", "SEC": "40", "YEA": "1840", "CITY": "TARBES"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
5918	bernard-joseph-1861-11-16	{"a3": "190", "g55": "04-158"}	{"g55": "04-158", "lerrcp": "A3-190"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Bernard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:26:03", "date": "1861-11-16 23:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.51455, "lat": 48.81885, "name": "Château-Salins", "geoid": 3026200}, "notime": null, "date-ut": "1861-11-16 22:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Bernard"}, "birth": {"tzo": "+00:26:03", "date": "1861-11-16 23:00", "place": {"c2": "57", "cy": "FR", "lg": 6.51455, "lat": 48.81885, "name": "Château-Salins", "geoid": 3026200}, "date-ut": "1861-11-16 22:35:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-190"}, "ids-in-sources": {"a3": "190"}}, "raw": {"H": "22", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "16", "LAT": "49N 7", "LON": "6E11", "MON": "11", "NUM": "190", "PRO": "M", "SEC": "16", "YEA": "1861", "CITY": "CHATEAU-SALINS"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-158"}, "ids-in-source": {"g55": "04-158"}}, "raw": {"DAY": "16-11-1861", "HOUR": "23 h.", "NAME": "BERNARD Joseph Jean", "PLACE": "Chateau-Salins (Moselle)."}, "date": "2023-08-20T14:48:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5919	bernard-jules-pierre-1876-08-19	{"a3": "191", "g55": "04-160"}	{"g55": "04-160", "lerrcp": "A3-191"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules Pierre", "family": "Bernard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:20", "date": "1876-08-19 17:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 43.95, "name": "Pernes", "geoid": 0}, "notime": null, "date-ut": "1876-08-19 16:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-191"}, "birth": {"tzo": "+00:19:20", "date": "1876-08-19 17:00", "place": {"c2": "84", "cy": "FR", "lg": 4.83333, "lat": 43.95, "name": "Pernes", "geoid": 0}, "date-ut": "1876-08-19 16:40:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-191"}, "ids-in-sources": {"a3": "191"}}, "raw": {"H": "16", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "19", "LAT": "43N57", "LON": "4E50", "MON": "8", "NUM": "191", "PRO": "M", "SEC": "40", "YEA": "1876", "CITY": "PERNES"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Jules Pierre", "family": "Bernard", "nobility": ""}, "slug": "bernard-jules-pierre-1876-08-19", "birth": {"place": {"name": "Pernes"}}, "partial-ids": {"g55": "04-160"}, "ids-in-source": {"g55": "04-160"}}, "raw": {"DAY": "19-8-1876", "HOUR": "17 h.", "NAME": "BERNARD Jules Pierre", "PLACE": "Pernes (Vaucluse)."}, "date": "2023-08-20T14:48:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5922	berruyer-ulysse-1836-02-21	{"a3": "194", "g55": "04-163"}	{"g55": "04-163", "lerrcp": "A3-194"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ulysse", "family": "Berruyer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:09:35", "date": "1836-02-21 05:30", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -2.39746, "lat": 47.93167, "name": "Ploërmel", "geoid": 2986729}, "notime": null, "date-ut": "1836-02-21 05:40:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ulysse", "family": "Berruyer"}, "birth": {"tzo": "-00:09:35", "date": "1836-02-21 05:30", "place": {"c2": "56", "cy": "FR", "lg": -2.39746, "lat": 47.93167, "name": "Ploërmel", "geoid": 2986729}, "date-ut": "1836-02-21 05:40:56"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-194"}, "ids-in-sources": {"a3": "194"}}, "raw": {"H": "5", "MN": "40", "TZ": "0", "COD": "56", "COU": "F", "DAY": "21", "LAT": "47N40", "LON": "2W44", "MON": "2", "NUM": "194", "PRO": "M", "SEC": "56", "YEA": "1836", "CITY": "PLOERMEL"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-163"}, "ids-in-source": {"g55": "04-163"}}, "raw": {"DAY": "21-2-1836", "HOUR": "5 h. 30", "NAME": "BERRUYER Ulysse Louis", "PLACE": "Ploérmel (Morbihan)."}, "date": "2023-08-20T14:48:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5926	berthelot-henry-1861-12-07	{"a3": "198", "g55": "04-167"}	{"g55": "04-167", "lerrcp": "A3-198"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Berthelot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:55", "date": "1861-12-07 07:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.22755, "lat": 45.73337, "name": "Feurs", "geoid": 3018560}, "notime": null, "date-ut": "1861-12-07 06:42:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Berthelot"}, "birth": {"tzo": "+00:16:55", "date": "1861-12-07 07:00", "place": {"c2": "42", "cy": "FR", "lg": 4.22755, "lat": 45.73337, "name": "Feurs", "geoid": 3018560}, "date-ut": "1861-12-07 06:42:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-198"}, "ids-in-sources": {"a3": "198"}}, "raw": {"H": "6", "MN": "42", "TZ": "0", "COD": "42", "COU": "F", "DAY": "7", "LAT": "45N26", "LON": "4E23", "MON": "12", "NUM": "198", "PRO": "M", "SEC": "28", "YEA": "1861", "CITY": "FEURS"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-167"}, "ids-in-source": {"g55": "04-167"}}, "raw": {"DAY": "7-12-1861", "HOUR": "7 h.", "NAME": "BERTHELOT Henri Mathias", "PLACE": "Feurs (Loire)."}, "date": "2023-08-20T14:48:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5928	berthier-de-grandry-marie-1832-01-19	{"a3": "200", "g55": "04-169"}	{"g55": "04-169", "lerrcp": "A3-200"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Berthier-De-Grandry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:08", "date": "1832-01-19 17:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Semur", "geoid": 0}, "notime": null, "date-ut": "1832-01-19 16:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Berthier-De-Grandry"}, "birth": {"tzo": "+00:20:08", "date": "1832-01-19 17:00", "place": {"c2": "21", "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Semur", "geoid": 0}, "date-ut": "1832-01-19 16:39:52"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-200"}, "ids-in-sources": {"a3": "200"}}, "raw": {"H": "16", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "19", "LAT": "47N19", "LON": "5E 2", "MON": "1", "NUM": "200", "PRO": "M", "SEC": "52", "YEA": "1832", "CITY": "SEMUR"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Semur"}}, "partial-ids": {"g55": "04-169"}, "ids-in-source": {"g55": "04-169"}}, "raw": {"DAY": "19-1-1832", "HOUR": "17 h.", "NAME": "BERTHIER de GRANDRY Marie-Ph.", "PLACE": "Semur (C.-d’Or)."}, "date": "2023-08-20T14:48:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5931	bertrand-henry-1829-07-15	{"a3": "203", "g55": "04-172"}	{"g55": "04-172", "lerrcp": "A3-203"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Bertrand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:26", "date": "1829-07-15 02:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1829-07-15 01:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Bertrand"}, "birth": {"tzo": "+00:17:26", "date": "1829-07-15 02:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1829-07-15 01:42:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-203"}, "ids-in-sources": {"a3": "203"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "15", "LAT": "43N51", "LON": "4E21", "MON": "7", "NUM": "203", "PRO": "M", "SEC": "36", "YEA": "1829", "CITY": "NIMES"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-172"}, "ids-in-source": {"g55": "04-172"}}, "raw": {"DAY": "15-7-1829", "HOUR": "2 h.", "NAME": "BERTRAND Henri Casimir", "PLACE": "Nimes (Gard)."}, "date": "2023-08-20T14:48:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5933	bertrand-pierre-1845-01-08	{"a3": "205", "g55": "04-174"}	{"g55": "04-174", "lerrcp": "A3-205"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Bertrand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:04", "date": "1845-01-08 03:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Saint-Pierre-les- Calais", "geoid": 0}, "notime": null, "date-ut": "1845-01-08 02:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Bertrand"}, "birth": {"tzo": "+00:11:04", "date": "1845-01-08 03:00", "place": {"c2": "62", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Saint-Pierre-les-C", "geoid": 0}, "date-ut": "1845-01-08 02:48:56"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-205"}, "ids-in-sources": {"a3": "205"}}, "raw": {"H": "2", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "8", "LAT": "50N18", "LON": "2E46", "MON": "1", "NUM": "205", "PRO": "M", "SEC": "56", "YEA": "1845", "CITY": "ST-PIERRE-LES-C"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Pierre-les- Calais"}}, "partial-ids": {"g55": "04-174"}, "ids-in-source": {"g55": "04-174"}}, "raw": {"DAY": "8-1-1845", "HOUR": "3 h.", "NAME": "BERTRAND Pierre Francois", "PLACE": "Saint-Pierre-les- Calais (P.-C.)."}, "date": "2023-08-20T14:48:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5935	besaucele-ferdinand-1834-01-24	{"a3": "207", "g55": "04-176"}	{"g55": "04-176", "lerrcp": "A3-207"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Besaucele", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1834-01-24 06:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Avesnes", "geoid": 0}, "notime": null, "date-ut": "1834-01-24 05:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Besaucele"}, "birth": {"tzo": "+00:12:20", "date": "1834-01-24 06:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Avesnes", "geoid": 0}, "date-ut": "1834-01-24 05:47:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-207"}, "ids-in-sources": {"a3": "207"}}, "raw": {"H": "5", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "24", "LAT": "50N39", "LON": "3E 5", "MON": "1", "NUM": "207", "PRO": "M", "SEC": "40", "YEA": "1834", "CITY": "AVESNES"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Avesnes"}}, "partial-ids": {"g55": "04-176"}, "ids-in-source": {"g55": "04-176"}}, "raw": {"DAY": "24-1-1834", "HOUR": "6 h.", "NAME": "BESAUCELE Ferdinand Siméon", "PLACE": "Avesnes (Nord)."}, "date": "2023-08-20T14:48:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5938	besset-cesar-1855-04-17	{"a3": "210", "g55": "04-179"}	{"g55": "04-179", "lerrcp": "A3-210"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "César", "family": "Besset", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:32", "date": "1855-04-17 20:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.38333, "lat": 45.43333, "name": "Saint-Jean-Bonnefont", "geoid": 0}, "notime": null, "date-ut": "1855-04-17 19:42:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "César", "family": "Besset"}, "birth": {"tzo": "+00:17:32", "date": "1855-04-17 20:00", "place": {"c2": "42", "cy": "FR", "lg": 4.38333, "lat": 45.43333, "name": "Saint-Jean-Bonnefo", "geoid": 0}, "date-ut": "1855-04-17 19:42:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-210"}, "ids-in-sources": {"a3": "210"}}, "raw": {"H": "19", "MN": "42", "TZ": "0", "COD": "42", "COU": "F", "DAY": "17", "LAT": "45N26", "LON": "4E23", "MON": "4", "NUM": "210", "PRO": "M", "SEC": "28", "YEA": "1855", "CITY": "ST-JEAN-BONNEFO"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Jean-Bonnefont"}}, "partial-ids": {"g55": "04-179"}, "ids-in-source": {"g55": "04-179"}}, "raw": {"DAY": "17-4-1855", "HOUR": "20 h.", "NAME": "BESSET César Marie", "PLACE": "Saint-Jean-Bonnefont (Loire)."}, "date": "2023-08-20T14:48:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5942	gauquelin-a3-214-1889-12-17	{"a3": "214"}	{"lerrcp": "A3-214"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-214", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:58", "date": "1889-12-17 00:14:46", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.48966, "lat": 47.09225, "name": "Dole", "geoid": 3021263}, "notime": null, "date-ut": "1889-12-16 23:52:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-214"}, "birth": {"tzo": "+00:21:58", "date": "1889-12-17 00:14:46", "place": {"c2": "39", "cy": "FR", "lg": 5.48966, "lat": 47.09225, "name": "Dole", "geoid": 3021263}, "date-ut": "1889-12-16 23:52:48"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-214"}, "ids-in-sources": {"a3": "214"}}, "raw": {"H": "23", "MN": "52", "TZ": "0", "COD": "39", "COU": "F", "DAY": "16", "LAT": "46N40", "LON": "5E33", "MON": "12", "NUM": "214", "PRO": "M", "SEC": "48", "YEA": "1889", "CITY": "DOLE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
5941	besson-marie-1843-12-01	{"a3": "213", "g55": "04-182"}	{"g55": "04-182", "lerrcp": "A3-213"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Besson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:10", "date": "1843-12-01 11:00", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.54197, "lat": 46.64599, "name": "Macornay", "geoid": 2996875}, "notime": null, "date-ut": "1843-12-01 10:37:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Besson"}, "birth": {"tzo": "+00:22:10", "date": "1843-12-01 11:00", "place": {"c2": "39", "cy": "FR", "lg": 5.54197, "lat": 46.64599, "name": "Macornay", "geoid": 2996875}, "date-ut": "1843-12-01 10:37:48"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-213"}, "ids-in-sources": {"a3": "213"}}, "raw": {"H": "10", "MN": "37", "TZ": "0", "COD": "39", "COU": "F", "DAY": "1", "LAT": "46N40", "LON": "5E33", "MON": "12", "NUM": "213", "PRO": "M", "SEC": "48", "YEA": "1843", "CITY": "MACORNAY"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-182"}, "ids-in-source": {"g55": "04-182"}}, "raw": {"DAY": "1-12-1843", "HOUR": "11 h.", "NAME": "BESSON Marie-Léopold", "PLACE": "Macornay (Jura)."}, "date": "2023-08-20T14:48:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5946	bezard-marie-1823-04-04	{"a3": "218", "g55": "04-186"}	{"g55": "04-186", "lerrcp": "A3-218"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Bezard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:01", "date": "1823-04-04 03:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 2.00611, "lat": 42.98401, "name": "Chalabre", "geoid": 3027582}, "notime": null, "date-ut": "1823-04-04 02:50:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Bezard"}, "birth": {"tzo": "+00:08:01", "date": "1823-04-04 03:00", "place": {"c2": "11", "cy": "FR", "lg": 2.00611, "lat": 42.98401, "name": "Chalabre", "geoid": 3027582}, "date-ut": "1823-04-04 02:50:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-218"}, "ids-in-sources": {"a3": "218"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "4", "LAT": "43N12", "LON": "2E21", "MON": "4", "NUM": "218", "PRO": "M", "SEC": "36", "YEA": "1823", "CITY": "CHALABRE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-186"}, "ids-in-source": {"g55": "04-186"}}, "raw": {"DAY": "4-4-1823", "HOUR": "3 h.", "NAME": "BEZARD Marie-Charles", "PLACE": "Chalabre (Aude)."}, "date": "2023-08-20T14:48:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5948	bichot-anicet-1835-10-29	{"a3": "220", "g55": "04-189"}	{"g55": "04-189", "lerrcp": "A3-220"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anicet", "family": "Bichot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:08", "date": "1835-10-29 08:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "notime": null, "date-ut": "1835-10-29 07:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Anicet", "family": "Bichot"}, "birth": {"tzo": "+00:11:08", "date": "1835-10-29 08:00", "place": {"c2": "62", "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "date-ut": "1835-10-29 07:48:56"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-220"}, "ids-in-sources": {"a3": "220"}}, "raw": {"H": "7", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "29", "LAT": "50N18", "LON": "2E46", "MON": "10", "NUM": "220", "PRO": "M", "SEC": "56", "YEA": "1835", "CITY": "ARRAS"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-189"}, "ids-in-source": {"g55": "04-189"}}, "raw": {"DAY": "29-10-1835", "HOUR": "8 h.", "NAME": "BICHOT Anicet Edmond", "PLACE": "Arras (Pas-de-Calais)."}, "date": "2023-08-20T14:48:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5951	bidot-henry-1835-12-01	{"a3": "223"}	{"lerrcp": "A3-223"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Bidot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1835-12-01 19:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1835-12-01 18:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Bidot"}, "birth": {"tzo": "+00:09:24", "date": "1835-12-01 19:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1835-12-01 18:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-223"}, "ids-in-sources": {"a3": "223"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "1", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "223", "PRO": "M", "SEC": "40", "YEA": "1835", "CITY": "PARIS"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
5952	biesse-camille-charles-1872-03-21	{"a3": "224", "g55": "04-191"}	{"g55": "04-191", "lerrcp": "A3-224"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille Charles", "family": "Biesse", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:27", "date": "1872-03-21 03:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.36117, "lat": 47.35295, "name": "Baume-les-Dames", "geoid": 3034535}, "notime": null, "date-ut": "1872-03-21 02:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-224"}, "birth": {"tzo": "+00:25:27", "date": "1872-03-21 03:00", "place": {"c2": "25", "cy": "FR", "lg": 6.36117, "lat": 47.35295, "name": "Baume-les-Dames", "geoid": 3034535}, "date-ut": "1872-03-21 02:35:52"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-224"}, "ids-in-sources": {"a3": "224"}}, "raw": {"H": "2", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "21", "LAT": "47N15", "LON": "6E 2", "MON": "3", "NUM": "224", "PRO": "M", "SEC": "52", "YEA": "1872", "CITY": "BAUME-LES-DAMES"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Camille Charles", "family": "Biesse", "nobility": ""}, "slug": "biesse-camille-charles-1872-03-21", "partial-ids": {"g55": "04-191"}, "ids-in-source": {"g55": "04-191"}}, "raw": {"DAY": "21-3-1872", "HOUR": "3 h.", "NAME": "BIESSE Camille Charles", "PLACE": "Baume-les-Dames (Doubs)."}, "date": "2023-08-20T14:48:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5955	bigourban-joseph-1916-07-14	{"a3": "227"}	{"lerrcp": "A3-227"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Bigourban", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1916-07-14 05:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1916-07-14 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Bigourban"}, "birth": {"tzo": "+01:00", "date": "1916-07-14 05:00", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1916-07-14 04:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-227"}, "ids-in-sources": {"a3": "227"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "33", "COU": "F", "DAY": "14", "LAT": "44N50", "LON": "0W34", "MON": "7", "NUM": "227", "PRO": "M", "SEC": "0", "YEA": "1916", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
5957	billot-jean-1828-08-15	{"a3": "229", "g55": "04-195"}	{"g55": "04-195", "lerrcp": "A3-229"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Billot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:32", "date": "1828-08-15 20:00", "note": null, "place": {"c1": null, "c2": "19", "c3": null, "cy": "FR", "lg": 1.88176, "lat": 45.45636, "name": "Chaumeil", "geoid": 3025924}, "notime": null, "date-ut": "1828-08-15 19:52:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Billot"}, "birth": {"tzo": "+00:07:32", "date": "1828-08-15 20:00", "place": {"c2": "19", "cy": "FR", "lg": 1.88176, "lat": 45.45636, "name": "Chaumeil", "geoid": 3025924}, "date-ut": "1828-08-15 19:52:56"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-229"}, "ids-in-sources": {"a3": "229"}}, "raw": {"H": "19", "MN": "52", "TZ": "0", "COD": "19", "COU": "F", "DAY": "15", "LAT": "45N16", "LON": "1E46", "MON": "8", "NUM": "229", "PRO": "M", "SEC": "56", "YEA": "1828", "CITY": "CHAUMEIL"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-195"}, "ids-in-source": {"g55": "04-195"}}, "raw": {"DAY": "15-8-1828", "HOUR": "20 h.", "NAME": "BILLOT Jean-Baptiste", "PLACE": "Chaumeil (Corrèze)."}, "date": "2023-08-20T14:48:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5959	binos-de-pombarat-gabriel-1828-05-08	{"a3": "232"}	{"lerrcp": "A3-232"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Binos De Pombarat Gabriel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1828-05-08 08:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1828-05-08 07:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Binos De Pombarat Gabriel"}, "birth": {"tzo": "+00:08:32", "date": "1828-05-08 08:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1828-05-08 07:51:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-232"}, "ids-in-sources": {"a3": "232"}}, "raw": {"H": "7", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "8", "LAT": "48N50", "LON": "2E 8", "MON": "5", "NUM": "232", "PRO": "M", "SEC": "28", "YEA": "1828", "CITY": "VERSAILLES"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
11879	hadamar-zelie-1849-09-30	{"a5": "409"}	{"lerrcp": "A5-409"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Zelie", "family": "Hadamar", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": -0.63588, "lat": 35.69906, "name": "Oran", "geoid": 2485926}, "notime": null, "date-ut": "1849-09-30 18:32:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Zelie", "family": "Hadamar"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": -0.63588, "lat": 35.69906, "name": "Oran", "geoid": 2485926}, "date-ut": "1849-09-30 18:32:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-409"}, "ids-in-sources": {"a5": "409"}}, "raw": {"H": "18", "MN": "32", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "30", "LAT": "35N40", "LON": "0W30", "MON": "9", "NUM": "409", "PRO": "A", "SEC": "0", "YEA": "1849", "CITY": "ORAN"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
5960	birchler-emile-1870-10-22	{"a3": "233", "g55": "04-198"}	{"g55": "04-198", "lerrcp": "A3-233"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Birchler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:12", "date": "1870-10-22 05:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1870-10-22 04:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Birchler"}, "birth": {"tzo": "+00:09:12", "date": "1870-10-22 05:00", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1870-10-22 04:50:48"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-233"}, "ids-in-sources": {"a3": "233"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "22", "LAT": "49N54", "LON": "2E18", "MON": "10", "NUM": "233", "PRO": "M", "SEC": "48", "YEA": "1870", "CITY": "AMIENS"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-198"}, "ids-in-source": {"g55": "04-198"}}, "raw": {"DAY": "22-10-1870", "HOUR": "5 h.", "NAME": "BIRCHLER Emile Guillaume", "PLACE": "Amiens (Somme)."}, "date": "2023-08-20T14:48:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5963	bisshop-eric-1891-10-21	{"a3": "236"}	{"lerrcp": "A3-236"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eric", "family": "Bisshop", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1891-10-21 13:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.39876, "lat": 50.63871, "name": "Aire-sur-la-Lys", "geoid": 3038393}, "notime": null, "date-ut": "1891-10-21 12:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eric", "family": "Bisshop"}, "birth": {"tzo": "+00:09:21", "date": "1891-10-21 13:00", "place": {"c2": "62", "cy": "FR", "lg": 2.39876, "lat": 50.63871, "name": "Aire-sur-la-Lys", "geoid": 3038393}, "date-ut": "1891-10-21 12:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-236"}, "ids-in-sources": {"a3": "236"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "62", "COU": "F", "DAY": "21", "LAT": "50N18", "LON": "2E46", "MON": "10", "NUM": "236", "PRO": "M", "SEC": "40", "YEA": "1891", "CITY": "AIRE-SUR-LA-LYS"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
5964	bittard-portes-jean-1815-07-28	{"a3": "237", "g55": "04-201"}	{"g55": "04-201", "lerrcp": "A3-237"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Bittard Portes Jean", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1815-07-28 06:00", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 45.78333, "name": "Coudes-Montpeyroux", "geoid": 0}, "notime": null, "date-ut": "1815-07-28 05:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Bittard Portes Jean"}, "birth": {"tzo": "+00:12:20", "date": "1815-07-28 06:00", "place": {"c2": "63", "cy": "FR", "lg": 3.08333, "lat": 45.78333, "name": "Coudes-Montpeyr", "geoid": 0}, "date-ut": "1815-07-28 05:47:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-237"}, "ids-in-sources": {"a3": "237"}}, "raw": {"H": "5", "MN": "47", "TZ": "0", "COD": "63", "COU": "F", "DAY": "28", "LAT": "45N47", "LON": "3E 5", "MON": "7", "NUM": "237", "PRO": "M", "SEC": "40", "YEA": "1815", "CITY": "COUDES-MONTPEYR"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Coudes-Montpeyroux"}}, "partial-ids": {"g55": "04-201"}, "ids-in-source": {"g55": "04-201"}}, "raw": {"DAY": "28-7-1815", "HOUR": "6 h.", "NAME": "BITTARD des PORTES Jean-Bapt.", "PLACE": "Coudes-Montpeyroux (Puy-de-Dôme)."}, "date": "2023-08-20T14:48:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5966	bizot-brice-1848-04-14	{"a3": "239", "g55": "04-203"}	{"g55": "04-203", "lerrcp": "A3-239"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Brice", "family": "Bizot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:43", "date": "1848-04-14 09:04:59", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 7.42992, "lat": 49.05232, "name": "Bitche", "geoid": 3032518}, "notime": null, "date-ut": "1848-04-14 08:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Brice", "family": "Bizot"}, "birth": {"tzo": "+00:29:43", "date": "1848-04-14 09:04:59", "place": {"c2": "57", "cy": "FR", "lg": 7.42992, "lat": 49.05232, "name": "Bitche", "geoid": 3032518}, "date-ut": "1848-04-14 08:35:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-239"}, "ids-in-sources": {"a3": "239"}}, "raw": {"H": "8", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "14", "LAT": "49N 7", "LON": "6E11", "MON": "4", "NUM": "239", "PRO": "M", "SEC": "16", "YEA": "1848", "CITY": "BITCHE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-203"}, "ids-in-source": {"g55": "04-203"}}, "raw": {"DAY": "14-4-1848", "HOUR": "9 h.", "NAME": "BIZOT Brice Adrien", "PLACE": "Bitche (Moselle)."}, "date": "2023-08-20T14:48:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5969	blaison-georges-1906-07-30	{"a3": "242"}	{"lerrcp": "A3-242"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Blaison", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1906-07-30 08:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.63605, "lat": 46.24835, "name": "Lapalisse", "geoid": 3007461}, "notime": null, "date-ut": "1906-07-30 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Blaison"}, "birth": {"tzo": "+00:09:21", "date": "1906-07-30 08:00", "place": {"c2": "03", "cy": "FR", "lg": 3.63605, "lat": 46.24835, "name": "Lapalisse", "geoid": 3007461}, "date-ut": "1906-07-30 07:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-242"}, "ids-in-sources": {"a3": "242"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "03", "COU": "F", "DAY": "30", "LAT": "46N34", "LON": "3E20", "MON": "7", "NUM": "242", "PRO": "M", "SEC": "40", "YEA": "1906", "CITY": "LAPALISSE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
5971	blanc-clement-1897-10-01	{"a3": "244"}	{"lerrcp": "A3-244"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clément", "family": "Blanc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1897-10-01 23:30", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "notime": null, "date-ut": "1897-10-01 23:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Clément", "family": "Blanc"}, "birth": {"tzo": "+00:09:21", "date": "1897-10-01 23:30", "place": {"c2": "66", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "date-ut": "1897-10-01 23:20:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-244"}, "ids-in-sources": {"a3": "244"}}, "raw": {"H": "23", "MN": "20", "TZ": "0", "COD": "66", "COU": "F", "DAY": "1", "LAT": "42N42", "LON": "2E55", "MON": "10", "NUM": "244", "PRO": "M", "SEC": "40", "YEA": "1897", "CITY": "PERPIGNAN"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
5970	blanc-auguste-1856-05-10	{"a3": "243", "g55": "04-206"}	{"g55": "04-206", "lerrcp": "A3-243"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Blanc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1856-05-10 22:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Montois-Malencourt", "geoid": 0}, "notime": null, "date-ut": "1856-05-10 21:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Blanc"}, "birth": {"tzo": "+00:24:44", "date": "1856-05-10 22:00", "place": {"c2": "57", "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Montois-Malanco", "geoid": 0}, "date-ut": "1856-05-10 21:35:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-243"}, "ids-in-sources": {"a3": "243"}}, "raw": {"H": "21", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "10", "LAT": "49N 7", "LON": "6E11", "MON": "5", "NUM": "243", "PRO": "M", "SEC": "16", "YEA": "1856", "CITY": "MONTOIS-MALANCO"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Montois-Malencourt"}}, "partial-ids": {"g55": "04-206"}, "ids-in-source": {"g55": "04-206"}}, "raw": {"DAY": "10-5-1856", "HOUR": "22 h.", "NAME": "BLANC Auguste Francois", "PLACE": "Montois-Malencourt (Mos.)."}, "date": "2023-08-20T14:48:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5973	blanchard-robert-1896-04-30	{"a3": "246"}	{"lerrcp": "A3-246"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Blanchard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1896-04-30 20:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.87268, "lat": 47.68672, "name": "Segré", "geoid": 2975314}, "notime": null, "date-ut": "1896-04-30 19:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Blanchard"}, "birth": {"tzo": "+00:09:21", "date": "1896-04-30 20:00", "place": {"c2": "49", "cy": "FR", "lg": -0.87268, "lat": 47.68672, "name": "Segré", "geoid": 2975314}, "date-ut": "1896-04-30 19:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-246"}, "ids-in-sources": {"a3": "246"}}, "raw": {"H": "19", "MN": "50", "TZ": "0", "COD": "49", "COU": "F", "DAY": "30", "LAT": "47N28", "LON": "0W32", "MON": "4", "NUM": "246", "PRO": "M", "SEC": "40", "YEA": "1896", "CITY": "SEGRE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
5975	blancher-paul-1846-01-04	{"a3": "248"}	{"lerrcp": "A3-248"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Blancher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:33", "date": "1846-01-04 06:00", "note": null, "place": {"c1": null, "c2": "12", "c3": null, "cy": "FR", "lg": 2.88915, "lat": 43.95575, "name": "Saint-Affrique", "geoid": 2981925}, "notime": null, "date-ut": "1846-01-04 05:49:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Blancher"}, "birth": {"tzo": "+00:11:33", "date": "1846-01-04 06:00", "place": {"c2": "12", "cy": "FR", "lg": 2.88915, "lat": 43.95575, "name": "Saint-Affrique", "geoid": 2981925}, "date-ut": "1846-01-04 05:49:44"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-248"}, "ids-in-sources": {"a3": "248"}}, "raw": {"H": "5", "MN": "49", "TZ": "0", "COD": "12", "COU": "F", "DAY": "4", "LAT": "44N21", "LON": "2E34", "MON": "1", "NUM": "248", "PRO": "M", "SEC": "44", "YEA": "1846", "CITY": "ST-AFFRIQUE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
5976	blanchet-jean-1834-05-16	{"a3": "249", "g55": "04-212"}	{"g55": "04-212", "lerrcp": "A3-249"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Blanchet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:29", "date": "1834-05-16 16:59", "note": null, "place": {"c1": null, "c2": "23", "c3": null, "cy": "FR", "lg": 1.62143, "lat": 46.392, "name": "Crozant", "geoid": 3022255}, "notime": null, "date-ut": "1834-05-16 16:52:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Blanchet"}, "birth": {"tzo": "+00:06:29", "date": "1834-05-16 16:59", "place": {"c2": "23", "cy": "FR", "lg": 1.62143, "lat": 46.392, "name": "Crozant", "geoid": 3022255}, "date-ut": "1834-05-16 16:52:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-249"}, "ids-in-sources": {"a3": "249"}}, "raw": {"H": "16", "MN": "52", "TZ": "0", "COD": "23", "COU": "F", "DAY": "16", "LAT": "46N17", "LON": "1E52", "MON": "5", "NUM": "249", "PRO": "M", "SEC": "32", "YEA": "1834", "CITY": "CROZANT"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-212"}, "ids-in-source": {"g55": "04-212"}}, "raw": {"DAY": "16-5-1834", "HOUR": "17 h.", "NAME": "BLANCHET Jean-Baptiste", "PLACE": "Crozant (Creuse)."}, "date": "2023-08-20T14:48:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5979	blandin-chalain-victor-1840-08-12	{"a3": "252", "g55": "04-211"}	{"g55": "04-211", "lerrcp": "A3-252"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Blandin Chalain Victor", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01:22", "date": "1840-08-12 15:00", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "notime": null, "date-ut": "1840-08-12 14:58:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Blandin Chalain Victor"}, "birth": {"tzo": "+00:01:22", "date": "1840-08-12 15:00", "place": {"c2": "86", "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "date-ut": "1840-08-12 14:58:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-252"}, "ids-in-sources": {"a3": "252"}}, "raw": {"H": "14", "MN": "58", "TZ": "0", "COD": "86", "COU": "F", "DAY": "12", "LAT": "46N35", "LON": "0E20", "MON": "8", "NUM": "252", "PRO": "M", "SEC": "40", "YEA": "1840", "CITY": "POITIERS"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-211"}, "ids-in-source": {"g55": "04-211"}}, "raw": {"DAY": "12-8-1840", "HOUR": "15 h.", "NAME": "BLANDIN de CHALIN Victor", "PLACE": "Poitiers (Vienne)."}, "date": "2023-08-20T14:48:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5981	blin-henry-1878-12-16	{"a3": "254", "g55": "04-214"}	{"g55": "04-214", "lerrcp": "A3-254"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Blin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:29", "date": "1878-12-16 23:30", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.62055, "lat": 44.20199, "name": "Agen", "geoid": 3038634}, "notime": null, "date-ut": "1878-12-16 23:27:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Blin"}, "birth": {"tzo": "+00:02:29", "date": "1878-12-16 23:30", "place": {"c2": "47", "cy": "FR", "lg": 0.62055, "lat": 44.20199, "name": "Agen", "geoid": 3038634}, "date-ut": "1878-12-16 23:27:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-254"}, "ids-in-sources": {"a3": "254"}}, "raw": {"H": "23", "MN": "27", "TZ": "0", "COD": "47", "COU": "F", "DAY": "16", "LAT": "44N12", "LON": "0E38", "MON": "12", "NUM": "254", "PRO": "M", "SEC": "28", "YEA": "1878", "CITY": "AGEN"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-214"}, "ids-in-source": {"g55": "04-214"}}, "raw": {"DAY": "16-12-1878", "HOUR": "23 h. 30", "NAME": "BLIN Henri", "PLACE": "Agen (Lot-et-Garonne)."}, "date": "2023-08-20T14:48:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5984	blondel-richard-1827-04-30	{"a3": "257", "g55": "04-217"}	{"g55": "04-217", "lerrcp": "A3-257"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Blondel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01:54", "date": "1827-04-30 11:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.47339, "lat": 49.57321, "name": "Bolbec", "geoid": 3031871}, "notime": null, "date-ut": "1827-04-30 10:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Blondel"}, "birth": {"tzo": "+00:01:54", "date": "1827-04-30 11:00", "place": {"c2": "76", "cy": "FR", "lg": 0.47339, "lat": 49.57321, "name": "Bolbec", "geoid": 3031871}, "date-ut": "1827-04-30 10:55:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-257"}, "ids-in-sources": {"a3": "257"}}, "raw": {"H": "10", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "30", "LAT": "49N26", "LON": "1E 5", "MON": "4", "NUM": "257", "PRO": "M", "SEC": "40", "YEA": "1827", "CITY": "BOLBEC"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-217"}, "ids-in-source": {"g55": "04-217"}}, "raw": {"DAY": "30-4-1827", "HOUR": "11 h.", "NAME": "BLONDEL Richard Charles", "PLACE": "Bolbec (Seine-Inférieure)."}, "date": "2023-08-20T14:48:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5986	blot-omer-1824-11-27	{"a3": "259", "g55": "04-219"}	{"g55": "04-219", "lerrcp": "A3-259"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Omer", "family": "Blot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:22", "date": "1824-11-27 07:03:02", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.84234, "lat": 50.12884, "name": "Marbaix", "geoid": 2996080}, "notime": null, "date-ut": "1824-11-27 06:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Omer", "family": "Blot"}, "birth": {"tzo": "+00:15:22", "date": "1824-11-27 07:03:02", "place": {"c2": "59", "cy": "FR", "lg": 3.84234, "lat": 50.12884, "name": "Marbaix", "geoid": 2996080}, "date-ut": "1824-11-27 06:47:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-259"}, "ids-in-sources": {"a3": "259"}}, "raw": {"H": "6", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "27", "LAT": "50N39", "LON": "3E 5", "MON": "11", "NUM": "259", "PRO": "M", "SEC": "40", "YEA": "1824", "CITY": "MARBAIX"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-219"}, "ids-in-source": {"g55": "04-219"}}, "raw": {"DAY": "27-11-1824", "HOUR": "7 h.", "NAME": "BLOT Omer Arsène", "PLACE": "Marbaix (Nord)."}, "date": "2023-08-20T14:48:25+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5990	bodet-pierre-1902-08-29	{"a3": "263"}	{"lerrcp": "A3-263"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Bodet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1902-08-29 19:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -1.15222, "lat": 46.16308, "name": "La Rochelle", "geoid": 3006787}, "notime": null, "date-ut": "1902-08-29 18:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Bodet"}, "birth": {"tzo": "+00:09:21", "date": "1902-08-29 19:00", "place": {"c2": "17", "cy": "FR", "lg": -1.15222, "lat": 46.16308, "name": "La Rochelle", "geoid": 3006787}, "date-ut": "1902-08-29 18:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-263"}, "ids-in-sources": {"a3": "263"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "17", "COU": "F", "DAY": "29", "LAT": "46N 9", "LON": "1W10", "MON": "8", "NUM": "263", "PRO": "M", "SEC": "40", "YEA": "1902", "CITY": "LA ROCHELLE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
5991	boe-elie-1858-08-16	{"a3": "264", "g55": "04-222"}	{"g55": "04-222", "lerrcp": "A3-264"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elie", "family": "Boe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:37", "date": "1858-08-16 11:30", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.65356, "lat": 48.5457, "name": "Melun", "geoid": 2994651}, "notime": null, "date-ut": "1858-08-16 11:19:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Elie", "family": "Boe"}, "birth": {"tzo": "+00:10:37", "date": "1858-08-16 11:30", "place": {"c2": "77", "cy": "FR", "lg": 2.65356, "lat": 48.5457, "name": "Melun", "geoid": 2994651}, "date-ut": "1858-08-16 11:19:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-264"}, "ids-in-sources": {"a3": "264"}}, "raw": {"H": "11", "MN": "19", "TZ": "0", "COD": "77", "COU": "F", "DAY": "16", "LAT": "48N33", "LON": "2E40", "MON": "8", "NUM": "264", "PRO": "M", "SEC": "20", "YEA": "1858", "CITY": "MELUN"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-222"}, "ids-in-source": {"g55": "04-222"}}, "raw": {"DAY": "16-8-1858", "HOUR": "11 h. 30", "NAME": "BOE Elie Augustin", "PLACE": "Melun (Seine-et-Marne)."}, "date": "2023-08-20T14:48:25+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5994	boerio-marie-1823-05-10	{"a3": "267", "g55": "04-225"}	{"g55": "04-225", "lerrcp": "A3-267"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Boerio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:36", "date": "1823-05-10 11:00", "note": null, "place": {"c1": null, "c2": "18", "c3": null, "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "notime": null, "date-ut": "1823-05-10 10:50:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Boerio"}, "birth": {"tzo": "+00:09:36", "date": "1823-05-10 11:00", "place": {"c2": "18", "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "date-ut": "1823-05-10 10:50:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-267"}, "ids-in-sources": {"a3": "267"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "18", "COU": "F", "DAY": "10", "LAT": "47N 5", "LON": "2E23", "MON": "5", "NUM": "267", "PRO": "M", "SEC": "28", "YEA": "1823", "CITY": "BOURGES"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-225"}, "ids-in-source": {"g55": "04-225"}}, "raw": {"DAY": "10-5-1823", "HOUR": "11 h.", "NAME": "BOERIO (de) Marie-Pascal", "PLACE": "Bourges (Cher)."}, "date": "2023-08-20T14:48:25+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5996	boigues-paul-1864-05-27	{"a3": "269", "g55": "04-227"}	{"g55": "04-227", "lerrcp": "A3-269"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Boigues", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:26", "date": "1864-05-27 03:26:06", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1864-05-27 03:25:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Boigues"}, "birth": {"tzo": "+00:00:26", "date": "1864-05-27 03:26:06", "place": {"c2": "76", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1864-05-27 03:25:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-269"}, "ids-in-sources": {"a3": "269"}}, "raw": {"H": "3", "MN": "25", "TZ": "0", "COD": "76", "COU": "F", "DAY": "27", "LAT": "49N26", "LON": "1E 5", "MON": "5", "NUM": "269", "PRO": "M", "SEC": "40", "YEA": "1864", "CITY": "LE HAVRE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-227"}, "ids-in-source": {"g55": "04-227"}}, "raw": {"DAY": "27-5-1864", "HOUR": "3 h. 30", "NAME": "BOIGUES Paul-Marie", "PLACE": "Le Havre (Seine-Inférieure)."}, "date": "2023-08-20T14:48:25+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5999	bois-enemetz-edouard-1828-08-26	{"a3": "272", "g55": "04-230"}	{"g55": "04-230", "lerrcp": "A3-272"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Bois Enemetz Edouard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:58", "date": "1828-08-26 12:30", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.48966, "lat": 47.09225, "name": "Dole", "geoid": 3021263}, "notime": null, "date-ut": "1828-08-26 12:07:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Bois Enemetz Edouard"}, "birth": {"tzo": "+00:21:58", "date": "1828-08-26 12:30", "place": {"c2": "39", "cy": "FR", "lg": 5.48966, "lat": 47.09225, "name": "Dole", "geoid": 3021263}, "date-ut": "1828-08-26 12:07:48"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-272"}, "ids-in-sources": {"a3": "272"}}, "raw": {"H": "12", "MN": "7", "TZ": "0", "COD": "39", "COU": "F", "DAY": "26", "LAT": "46N40", "LON": "5E33", "MON": "8", "NUM": "272", "PRO": "M", "SEC": "48", "YEA": "1828", "CITY": "DOLE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-230"}, "ids-in-source": {"g55": "04-230"}}, "raw": {"DAY": "Edouard L.. 26-8-1828", "HOUR": "12 h. 30", "NAME": "BOIS d’ENEMETZ (de)", "PLACE": "Dôle (Jura)."}, "date": "2023-08-20T14:48:25+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6001	boisfleury-joseph-1871-03-27	{"a3": "274", "g55": "04-232"}	{"g55": "04-232", "lerrcp": "A3-274"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Boisfleury", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:16", "date": "1871-03-27 06:55:20", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Lesparre", "geoid": 0}, "notime": null, "date-ut": "1871-03-27 06:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Boisfleury"}, "birth": {"tzo": "-00:02:16", "date": "1871-03-27 06:55:20", "place": {"c2": "33", "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Lesparre", "geoid": 0}, "date-ut": "1871-03-27 06:57:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-274"}, "ids-in-sources": {"a3": "274"}}, "raw": {"H": "6", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "27", "LAT": "44N50", "LON": "0W34", "MON": "3", "NUM": "274", "PRO": "M", "SEC": "36", "YEA": "1871", "CITY": "LESPARRE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Lesparre"}}, "partial-ids": {"g55": "04-232"}, "ids-in-source": {"g55": "04-232"}}, "raw": {"DAY": "27-3-1871", "HOUR": "7 h.", "NAME": "BOISFLEURY (Potiron de) Joseph", "PLACE": "Lesparre (Gir.)."}, "date": "2023-08-20T14:48:25+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6004	boissau-robert-1886-07-09	{"a3": "277", "g55": "04-235"}	{"g55": "04-235", "lerrcp": "A3-277"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Boissau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:09", "date": "1886-07-09 07:00", "note": null, "place": {"c1": null, "c2": "95", "c3": null, "cy": "FR", "lg": 2.28705, "lat": 49.00636, "name": "Montlignon", "geoid": 2992304}, "notime": null, "date-ut": "1886-07-09 06:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Boissau"}, "birth": {"tzo": "+00:09:09", "date": "1886-07-09 07:00", "place": {"c2": "95", "cy": "FR", "lg": 2.28705, "lat": 49.00636, "name": "Montlignon", "geoid": 2992304}, "date-ut": "1886-07-09 06:52"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-277"}, "ids-in-sources": {"a3": "277"}}, "raw": {"H": "6", "MN": "52", "TZ": "0", "COD": "95", "COU": "F", "DAY": "9", "LAT": "49N 0", "LON": "2E 0", "MON": "7", "NUM": "277", "PRO": "M", "SEC": "0", "YEA": "1886", "CITY": "MONTLIGNON"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-235"}, "ids-in-source": {"g55": "04-235"}}, "raw": {"DAY": "9-7-1886", "HOUR": "7 h.", "NAME": "BOISSAU Robert-Marie", "PLACE": "Montlignon (Seine-et-Oise)."}, "date": "2023-08-20T14:48:25+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6006	boisselier-marie-1837-07-28	{"a3": "279", "g55": "04-237"}	{"g55": "04-237", "lerrcp": "A3-279"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Boisselier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1837-07-28 04:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1837-07-28 03:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Boisselier"}, "birth": {"tzo": "+00:05:46", "date": "1837-07-28 04:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1837-07-28 03:54:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-279"}, "ids-in-sources": {"a3": "279"}}, "raw": {"H": "3", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "28", "LAT": "43N37", "LON": "1E26", "MON": "7", "NUM": "279", "PRO": "M", "SEC": "16", "YEA": "1837", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-237"}, "ids-in-source": {"g55": "04-237"}}, "raw": {"DAY": "28-7-1837", "HOUR": "4 h.", "NAME": "BOISSELIER Marie Justin", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:48:25+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6007	boisselin-jean-1855-08-30	{"a3": "280"}	{"lerrcp": "A3-280"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Boisselin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:53", "date": "1855-08-30 18:00", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.2223, "lat": 49.56775, "name": "Froissy", "geoid": 3016996}, "notime": null, "date-ut": "1855-08-30 17:51:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Boisselin"}, "birth": {"tzo": "+00:08:53", "date": "1855-08-30 18:00", "place": {"c2": "60", "cy": "FR", "lg": 2.2223, "lat": 49.56775, "name": "Froissy", "geoid": 3016996}, "date-ut": "1855-08-30 17:51:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-280"}, "ids-in-sources": {"a3": "280"}}, "raw": {"H": "17", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "30", "LAT": "49N26", "LON": "2E 5", "MON": "8", "NUM": "280", "PRO": "M", "SEC": "40", "YEA": "1855", "CITY": "FROISSY"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6010	boistertre-jean-1810-09-20	{"a3": "283", "g55": "04-240"}	{"g55": "04-240", "lerrcp": "A3-283"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Boistertre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:44", "date": "1810-09-20 08:00", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.18333, "lat": 49.01667, "name": "Notre-Dame du Hamel", "geoid": 0}, "notime": null, "date-ut": "1810-09-20 07:55:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Boistertre"}, "birth": {"tzo": "+00:04:44", "date": "1810-09-20 08:00", "place": {"c2": "27", "cy": "FR", "lg": 1.18333, "lat": 49.01667, "name": "N D -du-Hamel", "geoid": 0}, "date-ut": "1810-09-20 07:55:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-283"}, "ids-in-sources": {"a3": "283"}}, "raw": {"H": "7", "MN": "55", "TZ": "0", "COD": "27", "COU": "F", "DAY": "20", "LAT": "49N 1", "LON": "1E11", "MON": "9", "NUM": "283", "PRO": "M", "SEC": "16", "YEA": "1810", "CITY": "N D -DU-HAMEL"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Notre-Dame du Hamel"}}, "partial-ids": {"g55": "04-240"}, "ids-in-source": {"g55": "04-240"}}, "raw": {"DAY": "20-9-1810", "HOUR": "8 h.", "NAME": "\\fBOISTERTRE (de) Jean Anatole", "PLACE": "Notre-Dame du Hamel (Eure)."}, "date": "2023-08-20T14:48:25+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6013	bon-ferdinand-1861-07-03	{"a3": "286"}	{"lerrcp": "A3-286"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Bon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:40", "date": "1861-07-03 01:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Saint-Servan", "geoid": 0}, "notime": null, "date-ut": "1861-07-03 01:06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Bon"}, "birth": {"tzo": "-00:06:40", "date": "1861-07-03 01:00", "place": {"c2": "35", "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Saint-Servan", "geoid": 0}, "date-ut": "1861-07-03 01:06:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-286"}, "ids-in-sources": {"a3": "286"}}, "raw": {"H": "1", "MN": "6", "TZ": "0", "COD": "35", "COU": "F", "DAY": "3", "LAT": "48N 7", "LON": "1W40", "MON": "7", "NUM": "286", "PRO": "M", "SEC": "40", "YEA": "1861", "CITY": "SAINT-SERVAN"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6015	bonamy-frederic-1806-08-14	{"a3": "288", "g55": "04-244"}	{"g55": "04-244", "lerrcp": "A3-288"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Bonamy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:21", "date": "1806-08-14 06:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.08777, "lat": 48.19882, "name": "Villemereuil", "geoid": 2968664}, "notime": null, "date-ut": "1806-08-14 05:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Bonamy"}, "birth": {"tzo": "+00:16:21", "date": "1806-08-14 06:00", "place": {"c2": "10", "cy": "FR", "lg": 4.08777, "lat": 48.19882, "name": "Villemereuil", "geoid": 2968664}, "date-ut": "1806-08-14 05:43:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-288"}, "ids-in-sources": {"a3": "288"}}, "raw": {"H": "5", "MN": "43", "TZ": "0", "COD": "10", "COU": "F", "DAY": "14", "LAT": "48N18", "LON": "4E 5", "MON": "8", "NUM": "288", "PRO": "M", "SEC": "40", "YEA": "1806", "CITY": "VILLEMEREUIL"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-244"}, "ids-in-source": {"g55": "04-244"}}, "raw": {"DAY": "14-8-1806", "HOUR": "6 h.", "NAME": "BONAMY Frédéric", "PLACE": "Villemereuil (Aube)."}, "date": "2023-08-20T14:48:25+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6017	bonard-louis-1805-03-06	{"a3": "290"}	{"lerrcp": "A3-290"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Bonard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:20", "date": "1805-03-06 13:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Cherbourg", "geoid": 0}, "notime": null, "date-ut": "1805-03-06 13:04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Bonard"}, "birth": {"tzo": "-00:04:20", "date": "1805-03-06 13:00", "place": {"c2": "50", "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Cherbourg", "geoid": 0}, "date-ut": "1805-03-06 13:04:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-290"}, "ids-in-sources": {"a3": "290"}}, "raw": {"H": "13", "MN": "4", "TZ": "0", "COD": "50", "COU": "F", "DAY": "6", "LAT": "49N 7", "LON": "1W 5", "MON": "3", "NUM": "290", "PRO": "M", "SEC": "20", "YEA": "1805", "CITY": "CHERBOURG"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6020	bongarcon-alphonse-1834-02-07	{"a3": "293", "g55": "04-248"}	{"g55": "04-248", "lerrcp": "A3-293"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Bongarcon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:47", "date": "1834-02-07 02:00", "note": null, "place": {"c1": null, "c2": "04", "c3": null, "cy": "FR", "lg": 5.94643, "lat": 44.19002, "name": "Sisteron", "geoid": 2974446}, "notime": null, "date-ut": "1834-02-07 01:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Bongarcon"}, "birth": {"tzo": "+00:23:47", "date": "1834-02-07 02:00", "place": {"c2": "04", "cy": "FR", "lg": 5.94643, "lat": 44.19002, "name": "Sisteron", "geoid": 2974446}, "date-ut": "1834-02-07 01:35"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-293"}, "ids-in-sources": {"a3": "293"}}, "raw": {"H": "1", "MN": "35", "TZ": "0", "COD": "04", "COU": "F", "DAY": "7", "LAT": "44N 6", "LON": "6E15", "MON": "2", "NUM": "293", "PRO": "M", "SEC": "0", "YEA": "1834", "CITY": "SISTERON"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-248"}, "ids-in-source": {"g55": "04-248"}}, "raw": {"DAY": "7-2-1834", "HOUR": "2 h.", "NAME": "BONGARCON Alphonse Camille", "PLACE": "Sisteron (Basses-Alpes)."}, "date": "2023-08-20T14:48:25+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6023	bonnabaud-claude-1842-09-17	{"a3": "296"}	{"lerrcp": "A3-296"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Bonnabaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:32", "date": "1842-09-17 08:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.38333, "lat": 45.43333, "name": "Pacaudiere", "geoid": 0}, "notime": null, "date-ut": "1842-09-17 07:42:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Bonnabaud"}, "birth": {"tzo": "+00:17:32", "date": "1842-09-17 08:00", "place": {"c2": "42", "cy": "FR", "lg": 4.38333, "lat": 45.43333, "name": "Pacaudiere", "geoid": 0}, "date-ut": "1842-09-17 07:42:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-296"}, "ids-in-sources": {"a3": "296"}}, "raw": {"H": "7", "MN": "42", "TZ": "0", "COD": "42", "COU": "F", "DAY": "17", "LAT": "45N26", "LON": "4E23", "MON": "9", "NUM": "296", "PRO": "M", "SEC": "28", "YEA": "1842", "CITY": "PACAUDIERE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6024	bonnal-guillaume-1844-03-27	{"a3": "297", "g55": "04-251"}	{"g55": "04-251", "lerrcp": "A3-297"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guillaume", "family": "Bonnal", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1844-03-27 06:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1844-03-27 05:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-297"}, "birth": {"tzo": "+00:05:46", "date": "1844-03-27 06:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1844-03-27 05:54:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-297"}, "ids-in-sources": {"a3": "297"}}, "raw": {"H": "5", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "27", "LAT": "43N37", "LON": "1E26", "MON": "3", "NUM": "297", "PRO": "M", "SEC": "16", "YEA": "1844", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Guillaume", "family": "Bonnal", "nobility": ""}, "slug": "bonnal-guillaume-1844-03-27", "partial-ids": {"g55": "04-251"}, "ids-in-source": {"g55": "04-251"}}, "raw": {"DAY": "27-3-1844", "HOUR": "6 h.", "NAME": "BONNAL Guillaume", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:48:25+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6026	bonneau-martray-edmond-1813-03-01	{"a3": "299", "g55": "04-253"}	{"g55": "04-253", "lerrcp": "A3-299"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Bonneau Martray Edmond", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:24", "date": "1813-03-01 08:00", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.85083, "lat": 46.85167, "name": "Sémelay", "geoid": 2975178}, "notime": null, "date-ut": "1813-03-01 07:47:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Bonneau Martray Edmond"}, "birth": {"tzo": "+00:15:24", "date": "1813-03-01 08:00", "place": {"c2": "58", "cy": "FR", "lg": 3.85083, "lat": 46.85167, "name": "Sémelay", "geoid": 2975178}, "date-ut": "1813-03-01 07:47:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-299"}, "ids-in-sources": {"a3": "299"}}, "raw": {"H": "7", "MN": "47", "TZ": "0", "COD": "58", "COU": "F", "DAY": "1", "LAT": "46N59", "LON": "3E 9", "MON": "3", "NUM": "299", "PRO": "M", "SEC": "24", "YEA": "1813", "CITY": "SEMELAY"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-253"}, "ids-in-source": {"g55": "04-253"}}, "raw": {"DAY": "1-3-1813", "HOUR": "8 h.", "NAME": "BONNEAU du MARTRAY Edmond", "PLACE": "Semelay (Nièvre)."}, "date": "2023-08-20T14:48:25+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6029	bonnet-bruneau-ferdin-1864-03-14	{"a3": "302", "g55": "04-256"}	{"g55": "04-256", "lerrcp": "A3-302"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruneau Ferdin.", "family": "Bonnet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:39", "date": "1864-03-14 00:55:07", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 2.6613, "lat": 43.31369, "name": "Siran", "geoid": 2974468}, "notime": null, "date-ut": "1864-03-14 00:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-302"}, "birth": {"tzo": "+00:10:39", "date": "1864-03-14 00:55:07", "place": {"c2": "34", "cy": "FR", "lg": 2.6613, "lat": 43.31369, "name": "Siran", "geoid": 2974468}, "date-ut": "1864-03-14 00:44:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-302"}, "ids-in-sources": {"a3": "302"}}, "raw": {"H": "0", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "14", "LAT": "43N37", "LON": "3E53", "MON": "3", "NUM": "302", "PRO": "M", "SEC": "28", "YEA": "1864", "CITY": "SIRAN"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Bruneau Ferdin.", "family": "Bonnet", "nobility": ""}, "slug": "bonnet-bruneau-ferdin-1864-03-14", "partial-ids": {"g55": "04-256"}, "ids-in-source": {"g55": "04-256"}}, "raw": {"DAY": "14-3-1864", "HOUR": "1 h.", "NAME": "BONNET Bruneau Ferdin.", "PLACE": "Siran (Hérault)."}, "date": "2023-08-20T14:48:25+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6031	bonnet-jacques-1833-08-23	{"a3": "304", "g55": "04-258"}	{"g55": "04-258", "lerrcp": "A3-304"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Bonnet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:49", "date": "1833-08-23 14:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 1.95339, "lat": 43.31814, "name": "Castelnaudary", "geoid": 3028351}, "notime": null, "date-ut": "1833-08-23 13:50:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Bonnet"}, "birth": {"tzo": "+00:07:49", "date": "1833-08-23 14:00", "place": {"c2": "11", "cy": "FR", "lg": 1.95339, "lat": 43.31814, "name": "Castelnaudary", "geoid": 3028351}, "date-ut": "1833-08-23 13:50:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-304"}, "ids-in-sources": {"a3": "304"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "23", "LAT": "43N12", "LON": "2E21", "MON": "8", "NUM": "304", "PRO": "M", "SEC": "36", "YEA": "1833", "CITY": "CASTELNAUDARY"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-258"}, "ids-in-source": {"g55": "04-258"}}, "raw": {"DAY": "23-8-1833", "HOUR": "14 h.", "NAME": "BONNET Jacques-Marie", "PLACE": "Castelnaudary (Aude)."}, "date": "2023-08-20T14:48:25+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6034	bonvalet-nicolas-1815-04-11	{"a3": "307"}	{"lerrcp": "A3-307"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicolas", "family": "Bonvalet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1815-04-11 08:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1815-04-11 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Nicolas", "family": "Bonvalet"}, "birth": {"tzo": "+00:09:24", "date": "1815-04-11 08:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1815-04-11 07:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-307"}, "ids-in-sources": {"a3": "307"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "11", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "307", "PRO": "M", "SEC": "40", "YEA": "1815", "CITY": "PARIS"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6035	bonvalot-gabriel-1853-07-14	{"a3": "308", "g55": "04-261"}	{"g55": "04-261", "lerrcp": "A3-308"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Bonvalot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:51", "date": "1853-07-14 03:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.46354, "lat": 48.39331, "name": "Épagne", "geoid": 3020099}, "notime": null, "date-ut": "1853-07-14 02:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Bonvalot"}, "birth": {"tzo": "+00:17:51", "date": "1853-07-14 03:00", "place": {"c2": "10", "cy": "FR", "lg": 4.46354, "lat": 48.39331, "name": "Épagne", "geoid": 3020099}, "date-ut": "1853-07-14 02:43:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-308"}, "ids-in-sources": {"a3": "308"}}, "raw": {"H": "2", "MN": "43", "TZ": "0", "COD": "10", "COU": "F", "DAY": "14", "LAT": "48N18", "LON": "4E 5", "MON": "7", "NUM": "308", "PRO": "M", "SEC": "40", "YEA": "1853", "CITY": "EPAGNE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-261"}, "ids-in-source": {"g55": "04-261"}}, "raw": {"DAY": "14-7-1853", "HOUR": "3 h.", "NAME": "BONVALOT Gabriel", "PLACE": "Epagne (Aube)."}, "date": "2023-08-20T14:48:25+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6039	bordeaux-joseph-1866-08-03	{"a3": "313", "g55": "04-266"}	{"g55": "04-266", "lerrcp": "A3-313"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Bordeaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:28", "date": "1866-08-03 15:00", "note": null, "place": {"c1": null, "c2": "74", "c3": null, "cy": "FR", "lg": 6.11667, "lat": 45.9, "name": "Thonon", "geoid": 0}, "notime": null, "date-ut": "1866-08-03 14:35:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Bordeaux"}, "birth": {"tzo": "+00:24:28", "date": "1866-08-03 15:00", "place": {"c2": "74", "cy": "FR", "lg": 6.11667, "lat": 45.9, "name": "Thonon", "geoid": 0}, "date-ut": "1866-08-03 14:35:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-313"}, "ids-in-sources": {"a3": "313"}}, "raw": {"H": "14", "MN": "35", "TZ": "0", "COD": "74", "COU": "F", "DAY": "3", "LAT": "45N54", "LON": "6E 7", "MON": "8", "NUM": "313", "PRO": "M", "SEC": "32", "YEA": "1866", "CITY": "THONON"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Thonon"}}, "partial-ids": {"g55": "04-266"}, "ids-in-source": {"g55": "04-266"}}, "raw": {"DAY": "3-8-1866", "HOUR": "15 h.", "NAME": "BORDEAUX Joseph-Paul", "PLACE": "Thonon (Haute-Savoie)."}, "date": "2023-08-20T14:48:26+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6041	borel-jean-1819-04-03	{"a3": "315", "g55": "04-268"}	{"g55": "04-268", "lerrcp": "A3-315"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Borel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1819-04-03 13:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 2.35, "lat": 43.2, "name": "Fangeaux", "geoid": 0}, "notime": null, "date-ut": "1819-04-03 12:50:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Borel"}, "birth": {"tzo": "+00:09:24", "date": "1819-04-03 13:00", "place": {"c2": "11", "cy": "FR", "lg": 2.35, "lat": 43.2, "name": "Fangeaux", "geoid": 0}, "date-ut": "1819-04-03 12:50:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-315"}, "ids-in-sources": {"a3": "315"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "3", "LAT": "43N12", "LON": "2E21", "MON": "4", "NUM": "315", "PRO": "M", "SEC": "36", "YEA": "1819", "CITY": "FANGEAUX"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Fangeaux"}}, "partial-ids": {"g55": "04-268"}, "ids-in-source": {"g55": "04-268"}}, "raw": {"DAY": "3-4-1819", "HOUR": "13 h.", "NAME": "BOREL Jean Louis", "PLACE": "Fangeaux (Aude)."}, "date": "2023-08-20T14:48:26+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6046	borrelli-emmanuel-1837-12-25	{"a3": "320"}	{"lerrcp": "A3-320"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emmanuel", "family": "Borrelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:16", "date": "1837-12-25 05:55:20", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Taillan", "geoid": 0}, "notime": null, "date-ut": "1837-12-25 05:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emmanuel", "family": "Borrelli"}, "birth": {"tzo": "-00:02:16", "date": "1837-12-25 05:55:20", "place": {"c2": "33", "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Taillan", "geoid": 0}, "date-ut": "1837-12-25 05:57:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-320"}, "ids-in-sources": {"a3": "320"}}, "raw": {"H": "5", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "25", "LAT": "44N50", "LON": "0W34", "MON": "12", "NUM": "320", "PRO": "M", "SEC": "36", "YEA": "1837", "CITY": "TAILLAN"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6044	borgnis-desbordes-gustave-1839-10-22	{"a3": "318", "g55": "04-271"}	{"g55": "04-271", "lerrcp": "A3-318"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Borgnis-Desbordes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:12", "date": "1839-10-22 01:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 3.29939, "lat": 48.55897, "name": "Provins", "geoid": 2985229}, "notime": null, "date-ut": "1839-10-22 00:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Borgnis-Desbordes"}, "birth": {"tzo": "+00:13:12", "date": "1839-10-22 01:00", "place": {"c2": "77", "cy": "FR", "lg": 3.29939, "lat": 48.55897, "name": "Provins", "geoid": 2985229}, "date-ut": "1839-10-22 00:49:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-318"}, "ids-in-sources": {"a3": "318"}}, "raw": {"H": "0", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "22", "LAT": "48N33", "LON": "2E40", "MON": "10", "NUM": "318", "PRO": "M", "SEC": "20", "YEA": "1839", "CITY": "PROVINS"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-271"}, "ids-in-source": {"g55": "04-271"}}, "raw": {"DAY": "22-10-1839", "HOUR": "1 h.", "NAME": "BORGNIS-DESBORDES Gustave", "PLACE": "Provins (S.-et-M.)."}, "date": "2023-08-20T14:48:26+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6048	bory-victor-1843-02-26	{"a3": "322"}	{"lerrcp": "A3-322"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Bory", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:12", "date": "1843-02-26 14:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "notime": null, "date-ut": "1843-02-26 14:02:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Bory"}, "birth": {"tzo": "-00:02:12", "date": "1843-02-26 14:00", "place": {"c2": "49", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "date-ut": "1843-02-26 14:02:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-322"}, "ids-in-sources": {"a3": "322"}}, "raw": {"H": "14", "MN": "2", "TZ": "0", "COD": "49", "COU": "F", "DAY": "26", "LAT": "47N28", "LON": "0W32", "MON": "2", "NUM": "322", "PRO": "M", "SEC": "8", "YEA": "1843", "CITY": "ANGERS"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6050	bosc-jean-1804-08-16	{"a3": "324", "g55": "04-275"}	{"g55": "04-275", "lerrcp": "A3-324"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bosc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:55", "date": "1804-08-16 09:55:23", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 2.7303, "lat": 43.28383, "name": "Olonzac", "geoid": 2989571}, "notime": null, "date-ut": "1804-08-16 09:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bosc"}, "birth": {"tzo": "+00:10:55", "date": "1804-08-16 09:55:23", "place": {"c2": "34", "cy": "FR", "lg": 2.7303, "lat": 43.28383, "name": "Olonzac", "geoid": 2989571}, "date-ut": "1804-08-16 09:44:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-324"}, "ids-in-sources": {"a3": "324"}}, "raw": {"H": "9", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "16", "LAT": "43N37", "LON": "3E53", "MON": "8", "NUM": "324", "PRO": "M", "SEC": "28", "YEA": "1804", "CITY": "OLONZAC"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-275"}, "ids-in-source": {"g55": "04-275"}}, "raw": {"DAY": "16-8-1804", "HOUR": "10 h.", "NAME": "BOSC Jean Urbain", "PLACE": "Olonzac (Hérault)."}, "date": "2023-08-20T14:48:26+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6053	gauquelin-a3-327-1810-11-08	{"a3": "327"}	{"lerrcp": "A3-327"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-327", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:59", "date": "1810-11-08 10:00", "note": null, "place": {"c1": null, "c2": "40", "c3": null, "cy": "FR", "lg": -0.49713, "lat": 43.89022, "name": "Mont-de-Marsan", "geoid": 2992771}, "notime": null, "date-ut": "1810-11-08 10:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-327"}, "birth": {"tzo": "-00:01:59", "date": "1810-11-08 10:00", "place": {"c2": "40", "cy": "FR", "lg": -0.49713, "lat": 43.89022, "name": "Mont-de-Marsan", "geoid": 2992771}, "date-ut": "1810-11-08 10:02"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-327"}, "ids-in-sources": {"a3": "327"}}, "raw": {"H": "10", "MN": "2", "TZ": "0", "COD": "40", "COU": "F", "DAY": "8", "LAT": "43N54", "LON": "0W30", "MON": "11", "NUM": "327", "PRO": "M", "SEC": "0", "YEA": "1810", "CITY": "MONT-DE-MARSAN"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6056	bouan-jean-1892-04-09	{"a3": "330"}	{"lerrcp": "A3-330"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bouan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1892-04-09 01:00", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.62055, "lat": 44.20199, "name": "Agen", "geoid": 3038634}, "notime": null, "date-ut": "1892-04-09 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bouan"}, "birth": {"tzo": "+00:09:21", "date": "1892-04-09 01:00", "place": {"c2": "47", "cy": "FR", "lg": 0.62055, "lat": 44.20199, "name": "Agen", "geoid": 3038634}, "date-ut": "1892-04-09 00:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-330"}, "ids-in-sources": {"a3": "330"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "47", "COU": "F", "DAY": "9", "LAT": "44N12", "LON": "0E38", "MON": "4", "NUM": "330", "PRO": "M", "SEC": "40", "YEA": "1892", "CITY": "AGEN"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6055	bossan-claude-1827-09-20	{"a3": "329", "g55": "04-279"}	{"g55": "04-279", "lerrcp": "A3-329"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Bossan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:12", "date": "1827-09-20 05:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1827-09-20 04:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Bossan"}, "birth": {"tzo": "+00:09:12", "date": "1827-09-20 05:00", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1827-09-20 04:50:48"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-329"}, "ids-in-sources": {"a3": "329"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "20", "LAT": "49N54", "LON": "2E18", "MON": "9", "NUM": "329", "PRO": "M", "SEC": "48", "YEA": "1827", "CITY": "AMIENS"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-279"}, "ids-in-source": {"g55": "04-279"}}, "raw": {"DAY": "20-9-1827", "HOUR": "5 h.", "NAME": "BOSSAN Claude Hippolyte", "PLACE": "Amiens (Somme)."}, "date": "2023-08-20T14:48:26+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6059	bouchard-raoul-1851-08-09	{"a3": "333", "g55": "04-282"}	{"g55": "04-282", "lerrcp": "A3-333"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raoul", "family": "Bouchard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:41", "date": "1851-08-09 09:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1851-08-09 08:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Raoul", "family": "Bouchard"}, "birth": {"tzo": "+00:24:41", "date": "1851-08-09 09:00", "place": {"c2": "57", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1851-08-09 08:35:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-333"}, "ids-in-sources": {"a3": "333"}}, "raw": {"H": "8", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "9", "LAT": "49N 7", "LON": "6E11", "MON": "8", "NUM": "333", "PRO": "M", "SEC": "16", "YEA": "1851", "CITY": "METZ"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-282"}, "ids-in-source": {"g55": "04-282"}}, "raw": {"DAY": "9-8-1851", "HOUR": "9 h.", "NAME": "BOUCHARD Raoul Paul", "PLACE": "Metz (Moselle)."}, "date": "2023-08-20T14:48:26+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6061	boucher-eugene-1847-05-19	{"a3": "335", "g55": "04-284"}	{"g55": "04-284", "lerrcp": "A3-335"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Boucher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:29", "date": "1847-05-19 16:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 2.37238, "lat": 47.76372, "name": "Sully-sur-Loire", "geoid": 2973703}, "notime": null, "date-ut": "1847-05-19 15:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Boucher"}, "birth": {"tzo": "+00:09:29", "date": "1847-05-19 16:00", "place": {"c2": "45", "cy": "FR", "lg": 2.37238, "lat": 47.76372, "name": "Sully-sur-Loire", "geoid": 2973703}, "date-ut": "1847-05-19 15:52:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-335"}, "ids-in-sources": {"a3": "335"}}, "raw": {"H": "15", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "19", "LAT": "47N54", "LON": "1E54", "MON": "5", "NUM": "335", "PRO": "M", "SEC": "24", "YEA": "1847", "CITY": "SULLY-S/LOIRE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-284"}, "ids-in-source": {"g55": "04-284"}}, "raw": {"DAY": "19-5-1847", "HOUR": "16 h.", "NAME": "BOUCHER Eugène Arthur", "PLACE": "Sully-sur-Loire (Loiret)."}, "date": "2023-08-20T14:48:26+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6064	boucher-morlaincourt-francois-1853-01-07	{"a3": "338", "g55": "04-287"}	{"g55": "04-287", "lerrcp": "A3-338"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Boucher Morlaincourt Francois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:52", "date": "1853-01-07 16:00", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "L’Etanche", "geoid": 0}, "notime": null, "date-ut": "1853-01-07 15:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Boucher Morlaincourt Francois"}, "birth": {"tzo": "+00:25:52", "date": "1853-01-07 16:00", "place": {"c2": "88", "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "L Etanche", "geoid": 0}, "date-ut": "1853-01-07 15:34:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-338"}, "ids-in-sources": {"a3": "338"}}, "raw": {"H": "15", "MN": "34", "TZ": "0", "COD": "88", "COU": "F", "DAY": "7", "LAT": "48N10", "LON": "6E28", "MON": "1", "NUM": "338", "PRO": "M", "SEC": "8", "YEA": "1853", "CITY": "L ETANCHE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "L’Etanche"}}, "partial-ids": {"g55": "04-287"}, "ids-in-source": {"g55": "04-287"}}, "raw": {"DAY": "7-1-1853", "HOUR": "16 h.", "NAME": "BOUCHER de MORLAINCOURT Francois", "PLACE": "L’Etanche (Vosges)."}, "date": "2023-08-20T14:48:26+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6066	bouchez-jean-1873-04-25	{"a3": "340", "g55": "04-289"}	{"g55": "04-289", "lerrcp": "A3-340"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bouchez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:36", "date": "1873-04-25 08:00", "note": null, "place": {"c1": null, "c2": "70", "c3": null, "cy": "FR", "lg": 6.15, "lat": 47.61667, "name": "Magny", "geoid": 0}, "notime": null, "date-ut": "1873-04-25 07:35:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bouchez"}, "birth": {"tzo": "+00:24:36", "date": "1873-04-25 08:00", "place": {"c2": "70", "cy": "FR", "lg": 6.15, "lat": 47.61667, "name": "Magny", "geoid": 0}, "date-ut": "1873-04-25 07:35:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-340"}, "ids-in-sources": {"a3": "340"}}, "raw": {"H": "7", "MN": "35", "TZ": "0", "COD": "70", "COU": "F", "DAY": "25", "LAT": "47N37", "LON": "6E 9", "MON": "4", "NUM": "340", "PRO": "M", "SEC": "24", "YEA": "1873", "CITY": "MAGNY"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Magny"}}, "partial-ids": {"g55": "04-289"}, "ids-in-source": {"g55": "04-289"}}, "raw": {"DAY": "25-4-1873", "HOUR": "8 h.", "NAME": "BOUCHEZ Jean-Baptiste", "PLACE": "Magny (Haute-Saône)."}, "date": "2023-08-20T14:48:26+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6067	bouchu-albert-1842-02-17	{"a3": "341"}	{"lerrcp": "A3-341"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Bouchu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:20", "date": "1842-02-17 03:00", "note": null, "place": {"c1": null, "c2": "52", "c3": null, "cy": "FR", "lg": 5.33308, "lat": 47.86263, "name": "Langres", "geoid": 3007680}, "notime": null, "date-ut": "1842-02-17 02:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Bouchu"}, "birth": {"tzo": "+00:21:20", "date": "1842-02-17 03:00", "place": {"c2": "52", "cy": "FR", "lg": 5.33308, "lat": 47.86263, "name": "Langres", "geoid": 3007680}, "date-ut": "1842-02-17 02:39:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-341"}, "ids-in-sources": {"a3": "341"}}, "raw": {"H": "2", "MN": "39", "TZ": "0", "COD": "52", "COU": "F", "DAY": "17", "LAT": "48N 7", "LON": "5E 8", "MON": "2", "NUM": "341", "PRO": "M", "SEC": "28", "YEA": "1842", "CITY": "LANGRES"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6068	boudard-laurent-1834-01-15	{"a3": "342"}	{"lerrcp": "A3-342"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Laurent", "family": "Boudard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:49", "date": "1834-01-15 22:00", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.45439, "lat": 46.91717, "name": "Pleure", "geoid": 2986759}, "notime": null, "date-ut": "1834-01-15 21:37:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Laurent", "family": "Boudard"}, "birth": {"tzo": "+00:21:49", "date": "1834-01-15 22:00", "place": {"c2": "39", "cy": "FR", "lg": 5.45439, "lat": 46.91717, "name": "Pleure", "geoid": 2986759}, "date-ut": "1834-01-15 21:37:48"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-342"}, "ids-in-sources": {"a3": "342"}}, "raw": {"H": "21", "MN": "37", "TZ": "0", "COD": "39", "COU": "F", "DAY": "15", "LAT": "46N40", "LON": "5E33", "MON": "1", "NUM": "342", "PRO": "M", "SEC": "48", "YEA": "1834", "CITY": "PLEURE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6070	boue-de-lapeyrere-auguste-1852-01-18	{"a3": "344", "g55": "04-291"}	{"g55": "04-291", "lerrcp": "A3-344"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Boue De Lapeyrere Auguste", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:24", "date": "1852-01-18 02:04:40", "note": null, "place": {"c1": null, "c2": "32", "c3": null, "cy": "FR", "lg": 0.6, "lat": 43.66667, "name": "Castéra-Lectourois", "geoid": 0}, "notime": null, "date-ut": "1852-01-18 02:02:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Boue De Lapeyrere Auguste"}, "birth": {"tzo": "+00:02:24", "date": "1852-01-18 02:04:40", "place": {"c2": "32", "cy": "FR", "lg": 0.6, "lat": 43.66667, "name": "Castera-Lectour", "geoid": 0}, "date-ut": "1852-01-18 02:02:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-344"}, "ids-in-sources": {"a3": "344"}}, "raw": {"H": "2", "MN": "2", "TZ": "0", "COD": "32", "COU": "F", "DAY": "18", "LAT": "43N40", "LON": "0E36", "MON": "1", "NUM": "344", "PRO": "M", "SEC": "16", "YEA": "1852", "CITY": "CASTERA-LECTOUR"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Castéra-Lectourois"}}, "partial-ids": {"g55": "04-291"}, "ids-in-source": {"g55": "04-291"}}, "raw": {"DAY": "18-1-1852", "HOUR": "2 h.", "NAME": "BOUE de LAPEYRERE Auguste", "PLACE": "Castéra-Lectourois (Gers)."}, "date": "2023-08-20T14:48:26+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6073	bouet-willaumez-louis-1808-04-24	{"a3": "347"}	{"lerrcp": "A3-347"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Bouet-Willaumez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:17:57", "date": "1808-04-24 03:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1808-04-24 03:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Bouet-Willaumez"}, "birth": {"tzo": "-00:17:57", "date": "1808-04-24 03:00", "place": {"c2": "29", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1808-04-24 03:16:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-347"}, "ids-in-sources": {"a3": "347"}}, "raw": {"H": "3", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "24", "LAT": "48N 0", "LON": "4W 6", "MON": "4", "NUM": "347", "PRO": "M", "SEC": "24", "YEA": "1808", "CITY": "BREST"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6074	bouffard-pierre-1831-05-21	{"a3": "348"}	{"lerrcp": "A3-348"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Bouffard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:28", "date": "1831-05-21 08:30", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Sainte-Liviere", "geoid": 0}, "notime": null, "date-ut": "1831-05-21 08:12:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Bouffard"}, "birth": {"tzo": "+00:17:28", "date": "1831-05-21 08:30", "place": {"c2": "51", "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Sainte-Liviere", "geoid": 0}, "date-ut": "1831-05-21 08:12:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-348"}, "ids-in-sources": {"a3": "348"}}, "raw": {"H": "8", "MN": "12", "TZ": "0", "COD": "51", "COU": "F", "DAY": "21", "LAT": "48N57", "LON": "4E22", "MON": "5", "NUM": "348", "PRO": "M", "SEC": "32", "YEA": "1831", "CITY": "STE-LIVIERE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6075	bougaud-francis-1833-11-14	{"a3": "349"}	{"lerrcp": "A3-349"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Bougaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:18", "date": "1833-11-14 05:00", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.32666, "lat": 47.03336, "name": "Saint-Aubin", "geoid": 2981609}, "notime": null, "date-ut": "1833-11-14 04:37:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Francis", "family": "Bougaud"}, "birth": {"tzo": "+00:21:18", "date": "1833-11-14 05:00", "place": {"c2": "39", "cy": "FR", "lg": 5.32666, "lat": 47.03336, "name": "Saint-Aubin", "geoid": 2981609}, "date-ut": "1833-11-14 04:37:48"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-349"}, "ids-in-sources": {"a3": "349"}}, "raw": {"H": "4", "MN": "37", "TZ": "0", "COD": "39", "COU": "F", "DAY": "14", "LAT": "46N40", "LON": "5E33", "MON": "11", "NUM": "349", "PRO": "M", "SEC": "48", "YEA": "1833", "CITY": "SAINT-AUBIN"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6078	bourdais-edme-1820-10-26	{"a3": "352"}	{"lerrcp": "A3-352"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edme", "family": "Bourdais", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:40", "date": "1820-10-26 19:30", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Saint-Servan", "geoid": 0}, "notime": null, "date-ut": "1820-10-26 19:36:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edme", "family": "Bourdais"}, "birth": {"tzo": "-00:06:40", "date": "1820-10-26 19:30", "place": {"c2": "35", "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Saint-Servan", "geoid": 0}, "date-ut": "1820-10-26 19:36:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-352"}, "ids-in-sources": {"a3": "352"}}, "raw": {"H": "19", "MN": "36", "TZ": "0", "COD": "35", "COU": "F", "DAY": "26", "LAT": "48N 7", "LON": "1W40", "MON": "10", "NUM": "352", "PRO": "M", "SEC": "40", "YEA": "1820", "CITY": "SAINT-SERVAN"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6081	bourgeois-simeon-1815-03-26	{"a3": "355"}	{"lerrcp": "A3-355"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Simeon", "family": "Bourgeois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:39", "date": "1815-03-26 05:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.16044, "lat": 49.35994, "name": "Thionville", "geoid": 2972811}, "notime": null, "date-ut": "1815-03-26 04:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Simeon", "family": "Bourgeois"}, "birth": {"tzo": "+00:24:39", "date": "1815-03-26 05:00", "place": {"c2": "57", "cy": "FR", "lg": 6.16044, "lat": 49.35994, "name": "Thionville", "geoid": 2972811}, "date-ut": "1815-03-26 04:35:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-355"}, "ids-in-sources": {"a3": "355"}}, "raw": {"H": "4", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "26", "LAT": "49N 7", "LON": "6E11", "MON": "3", "NUM": "355", "PRO": "M", "SEC": "16", "YEA": "1815", "CITY": "THIONVILLE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6080	bourgeois-joseph-emile-1857-02-21	{"a3": "354", "g55": "04-296"}	{"g55": "04-296", "lerrcp": "A3-354"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph Emile", "family": "Bourgeois", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:24", "date": "1857-02-21 23:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "Sainte-Marie-aux-Mines", "geoid": 0}, "notime": null, "date-ut": "1857-02-21 22:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-354"}, "birth": {"tzo": "+00:29:24", "date": "1857-02-21 23:00", "place": {"c2": "68", "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "Sainte-Marie-Aux-M", "geoid": 0}, "date-ut": "1857-02-21 22:30:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-354"}, "ids-in-sources": {"a3": "354"}}, "raw": {"H": "22", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "21", "LAT": "48N 5", "LON": "7E21", "MON": "2", "NUM": "354", "PRO": "M", "SEC": "36", "YEA": "1857", "CITY": "STE-MARIE-AUX-M"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Joseph Emile", "family": "Bourgeois", "nobility": ""}, "slug": "bourgeois-joseph-emile-1857-02-21", "birth": {"place": {"name": "Sainte-Marie-aux-Mines"}}, "partial-ids": {"g55": "04-296"}, "ids-in-source": {"g55": "04-296"}}, "raw": {"DAY": "21-2-1857", "HOUR": "23 h.", "NAME": "BOURGEOIS Joseph Emile", "PLACE": "Sainte-Marie-aux-Mines (Haut-Rhin)."}, "date": "2023-08-20T14:48:26+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6082	bourlier-antoine-1811-10-10	{"a3": "356"}	{"lerrcp": "A3-356"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Bourlier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:08", "date": "1811-10-10 01:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Avosne", "geoid": 0}, "notime": null, "date-ut": "1811-10-10 00:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Bourlier"}, "birth": {"tzo": "+00:20:08", "date": "1811-10-10 01:00", "place": {"c2": "21", "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Avosne", "geoid": 0}, "date-ut": "1811-10-10 00:39:52"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-356"}, "ids-in-sources": {"a3": "356"}}, "raw": {"H": "0", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "10", "LAT": "47N19", "LON": "5E 2", "MON": "10", "NUM": "356", "PRO": "M", "SEC": "52", "YEA": "1811", "CITY": "AVOSNE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6084	bovet-francois-1827-02-12	{"a3": "358"}	{"lerrcp": "A3-358"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Bovet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:04", "date": "1827-02-12 12:00", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 5.01517, "lat": 44.72639, "name": "Crest", "geoid": 3022540}, "notime": null, "date-ut": "1827-02-12 11:40:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Bovet"}, "birth": {"tzo": "+00:20:04", "date": "1827-02-12 12:00", "place": {"c2": "26", "cy": "FR", "lg": 5.01517, "lat": 44.72639, "name": "Crest", "geoid": 3022540}, "date-ut": "1827-02-12 11:40:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-358"}, "ids-in-sources": {"a3": "358"}}, "raw": {"H": "11", "MN": "40", "TZ": "0", "COD": "26", "COU": "F", "DAY": "12", "LAT": "44N56", "LON": "4E54", "MON": "2", "NUM": "358", "PRO": "M", "SEC": "24", "YEA": "1827", "CITY": "CREST"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6085	boy-pierre-1825-02-17	{"a3": "359"}	{"lerrcp": "A3-359"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Boy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:27", "date": "1825-02-17 14:00", "note": null, "place": {"c1": null, "c2": "09", "c3": null, "cy": "FR", "lg": 1.61079, "lat": 43.1165, "name": "Pamiers", "geoid": 2988670}, "notime": null, "date-ut": "1825-02-17 13:53:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Boy"}, "birth": {"tzo": "+00:06:27", "date": "1825-02-17 14:00", "place": {"c2": "09", "cy": "FR", "lg": 1.61079, "lat": 43.1165, "name": "Pamiers", "geoid": 2988670}, "date-ut": "1825-02-17 13:53:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-359"}, "ids-in-sources": {"a3": "359"}}, "raw": {"H": "13", "MN": "53", "TZ": "0", "COD": "09", "COU": "F", "DAY": "17", "LAT": "42N58", "LON": "1E35", "MON": "2", "NUM": "359", "PRO": "M", "SEC": "40", "YEA": "1825", "CITY": "PAMIERS"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6086	brasseur-jean-1818-11-27	{"a3": "360"}	{"lerrcp": "A3-360"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Brasseur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:41", "date": "1818-11-27 12:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1818-11-27 11:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Brasseur"}, "birth": {"tzo": "+00:24:41", "date": "1818-11-27 12:00", "place": {"c2": "57", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1818-11-27 11:35:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-360"}, "ids-in-sources": {"a3": "360"}}, "raw": {"H": "11", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "27", "LAT": "49N 7", "LON": "6E11", "MON": "11", "NUM": "360", "PRO": "M", "SEC": "16", "YEA": "1818", "CITY": "METZ"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6087	brau-charles-1846-09-08	{"a3": "361"}	{"lerrcp": "A3-361"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Brau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:30", "date": "1846-09-08 19:30", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.87378, "lat": 42.76929, "name": "Rivesaltes", "geoid": 2983393}, "notime": null, "date-ut": "1846-09-08 19:18:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Brau"}, "birth": {"tzo": "+00:11:30", "date": "1846-09-08 19:30", "place": {"c2": "66", "cy": "FR", "lg": 2.87378, "lat": 42.76929, "name": "Rivesaltes", "geoid": 2983393}, "date-ut": "1846-09-08 19:18:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-361"}, "ids-in-sources": {"a3": "361"}}, "raw": {"H": "19", "MN": "18", "TZ": "0", "COD": "66", "COU": "F", "DAY": "8", "LAT": "42N42", "LON": "2E55", "MON": "9", "NUM": "361", "PRO": "M", "SEC": "20", "YEA": "1846", "CITY": "RIVESALTES"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6091	bremond-ars-rene-1852-01-29	{"a3": "365", "g55": "04-299"}	{"g55": "04-299", "lerrcp": "A3-365"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Bremond Ars Rene", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:06", "date": "1852-01-29 03:00", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": -0.27697, "lat": 45.68832, "name": "Saint-Brice", "geoid": 2981291}, "notime": null, "date-ut": "1852-01-29 02:59:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Bremond Ars Rene"}, "birth": {"tzo": "-00:01:06", "date": "1852-01-29 03:00", "place": {"c2": "16", "cy": "FR", "lg": -0.27697, "lat": 45.68832, "name": "Saint-Brice", "geoid": 2981291}, "date-ut": "1852-01-29 02:59:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-365"}, "ids-in-sources": {"a3": "365"}}, "raw": {"H": "2", "MN": "59", "TZ": "0", "COD": "16", "COU": "F", "DAY": "29", "LAT": "45N39", "LON": "0E10", "MON": "1", "NUM": "365", "PRO": "M", "SEC": "20", "YEA": "1852", "CITY": "SAINT-BRICE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-299"}, "ids-in-source": {"g55": "04-299"}}, "raw": {"DAY": "29-1-1852", "HOUR": "3 h.", "NAME": "BREMONT d’ARS (de) René", "PLACE": "Saint-Brice (Charente)."}, "date": "2023-08-20T14:48:26+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6090	breme-paul-1915-12-18	{"a3": "364", "g55": "04-607"}	{"g55": "04-607", "lerrcp": "A3-364"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Breme", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.06278, "lat": 49.32881, "name": "Hayange", "geoid": 3013627}, "notime": null, "date-ut": "1915-12-18 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Breme"}, "birth": {"place": {"c2": "57", "cy": "FR", "lg": 6.06278, "lat": 49.32881, "name": "Hayange", "geoid": 3013627}, "date-ut": "1915-12-18 22:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-364"}, "ids-in-sources": {"a3": "364"}}, "raw": {"H": "23", "MN": "0", "TZ": "-1", "COD": "57", "COU": "F", "DAY": "18", "LAT": "49N 7", "LON": "6E11", "MON": "12", "NUM": "364", "PRO": "M", "SEC": "0", "YEA": "1915", "CITY": "HAYANGE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-607"}, "ids-in-source": {"g55": "04-607"}}, "raw": {"DAY": "18-12-1915", "HOUR": "23 h.", "NAME": "BREME Paul Gustave", "PLACE": "Hayange (Moselle)."}, "date": "2023-08-20T14:48:34+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6093	bridoux-eugene-1888-01-24	{"a3": "367"}	{"lerrcp": "A3-367"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Bridoux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:20", "date": "1888-01-24 10:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.58333, "lat": 47.21667, "name": "Doulon", "geoid": 0}, "notime": null, "date-ut": "1888-01-24 10:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Bridoux"}, "birth": {"tzo": "-00:06:20", "date": "1888-01-24 10:00", "place": {"c2": "44", "cy": "FR", "lg": -1.58333, "lat": 47.21667, "name": "Doulon", "geoid": 0}, "date-ut": "1888-01-24 10:06:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-367"}, "ids-in-sources": {"a3": "367"}}, "raw": {"H": "10", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "24", "LAT": "47N13", "LON": "1W35", "MON": "1", "NUM": "367", "PRO": "M", "SEC": "20", "YEA": "1888", "CITY": "DOULON"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6094	bridoux-marie-1856-02-25	{"a3": "368"}	{"lerrcp": "A3-368"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Bridoux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:04", "date": "1856-02-25 07:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 1.76703, "lat": 49.95587, "name": "Oisemont", "geoid": 2989652}, "notime": null, "date-ut": "1856-02-25 06:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Bridoux"}, "birth": {"tzo": "+00:07:04", "date": "1856-02-25 07:00", "place": {"c2": "80", "cy": "FR", "lg": 1.76703, "lat": 49.95587, "name": "Oisemont", "geoid": 2989652}, "date-ut": "1856-02-25 06:50:48"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-368"}, "ids-in-sources": {"a3": "368"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "25", "LAT": "49N54", "LON": "2E18", "MON": "2", "NUM": "368", "PRO": "M", "SEC": "48", "YEA": "1856", "CITY": "OISEMONT"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6092	brianchon-louis-1915-10-15	{"a3": "366", "g55": "04-608"}	{"g55": "04-608", "lerrcp": "A3-366"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Brianchon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-10-15 01:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1915-10-15 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Brianchon"}, "birth": {"tzo": "+00:00", "date": "1915-10-15 01:00", "place": {"c2": "45", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1915-10-15 01:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-366"}, "ids-in-sources": {"a3": "366"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "45", "COU": "F", "DAY": "15", "LAT": "47N54", "LON": "1E54", "MON": "10", "NUM": "366", "PRO": "M", "SEC": "0", "YEA": "1915", "CITY": "ORLEANS"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-608"}, "ids-in-source": {"g55": "04-608"}}, "raw": {"DAY": "15-10-1915", "HOUR": "1 h.", "NAME": "BRIANCHON Louis Joseph", "PLACE": "Orléans (Loiret)."}, "date": "2023-08-20T14:48:34+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6097	broussier-jules-1840-06-30	{"a3": "371"}	{"lerrcp": "A3-371"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Broussier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:04", "date": "1840-06-30 02:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1840-06-30 01:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Broussier"}, "birth": {"tzo": "+00:20:04", "date": "1840-06-30 02:00", "place": {"c2": "21", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1840-06-30 01:39:52"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-371"}, "ids-in-sources": {"a3": "371"}}, "raw": {"H": "1", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "30", "LAT": "47N19", "LON": "5E 2", "MON": "6", "NUM": "371", "PRO": "M", "SEC": "52", "YEA": "1840", "CITY": "DIJON"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6101	buchinger-daniel-1833-05-26	{"a3": "375"}	{"lerrcp": "A3-375"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "Buchinger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:55", "date": "1833-05-26 08:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.48117, "lat": 48.82495, "name": "Bouxwiller", "geoid": 3030708}, "notime": null, "date-ut": "1833-05-26 07:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Daniel", "family": "Buchinger"}, "birth": {"tzo": "+00:29:55", "date": "1833-05-26 08:00", "place": {"c2": "67", "cy": "FR", "lg": 7.48117, "lat": 48.82495, "name": "Bouxwiller", "geoid": 3030708}, "date-ut": "1833-05-26 07:29"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-375"}, "ids-in-sources": {"a3": "375"}}, "raw": {"H": "7", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "26", "LAT": "48N35", "LON": "7E45", "MON": "5", "NUM": "375", "PRO": "M", "SEC": "0", "YEA": "1833", "CITY": "BOUXWILLER"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6099	brulard-jean-marie-1856-03-01	{"a3": "373", "g55": "04-303"}	{"g55": "04-303", "lerrcp": "A3-373"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Marie", "family": "Brulard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:04", "date": "1856-03-01 04:30", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1856-03-01 04:05:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-373"}, "birth": {"tzo": "+00:24:04", "date": "1856-03-01 04:30", "place": {"c2": "25", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1856-03-01 04:05:52"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-373"}, "ids-in-sources": {"a3": "373"}}, "raw": {"H": "4", "MN": "5", "TZ": "0", "COD": "25", "COU": "F", "DAY": "1", "LAT": "47N15", "LON": "6E 2", "MON": "3", "NUM": "373", "PRO": "M", "SEC": "52", "YEA": "1856", "CITY": "BESANCON"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Jean-Marie", "family": "Brulard", "nobility": ""}, "slug": "brulard-jean-marie-1856-03-01", "partial-ids": {"g55": "04-303"}, "ids-in-source": {"g55": "04-303"}}, "raw": {"DAY": "1-3-1856", "HOUR": "4 h. 30", "NAME": "BRULARD Jean-Marie", "PLACE": "Besançon (Doubs)."}, "date": "2023-08-20T14:48:26+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6102	gauquelin-a3-376-1886-10-07	{"a3": "376"}	{"lerrcp": "A3-376"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-376", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:09:11", "date": "1886-10-07 18:00", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -2.29674, "lat": 47.67739, "name": "Malansac", "geoid": 2996505}, "notime": null, "date-ut": "1886-10-07 18:10:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-376"}, "birth": {"tzo": "-00:09:11", "date": "1886-10-07 18:00", "place": {"c2": "56", "cy": "FR", "lg": -2.29674, "lat": 47.67739, "name": "Malansac", "geoid": 2996505}, "date-ut": "1886-10-07 18:10:56"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-376"}, "ids-in-sources": {"a3": "376"}}, "raw": {"H": "18", "MN": "10", "TZ": "0", "COD": "56", "COU": "F", "DAY": "7", "LAT": "47N40", "LON": "2W44", "MON": "10", "NUM": "376", "PRO": "M", "SEC": "56", "YEA": "1886", "CITY": "MALANSAC"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6105	cabaup-jean-1829-03-21	{"a3": "379"}	{"lerrcp": "A3-379"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Cabaup", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:20", "date": "1829-03-21 18:00", "note": null, "place": {"c1": null, "c2": "09", "c3": null, "cy": "FR", "lg": 1.58333, "lat": 42.96667, "name": "Conflens", "geoid": 0}, "notime": null, "date-ut": "1829-03-21 17:53:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Cabaup"}, "birth": {"tzo": "+00:06:20", "date": "1829-03-21 18:00", "place": {"c2": "09", "cy": "FR", "lg": 1.58333, "lat": 42.96667, "name": "Conflens", "geoid": 0}, "date-ut": "1829-03-21 17:53:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-379"}, "ids-in-sources": {"a3": "379"}}, "raw": {"H": "17", "MN": "53", "TZ": "0", "COD": "09", "COU": "F", "DAY": "21", "LAT": "42N58", "LON": "1E35", "MON": "3", "NUM": "379", "PRO": "M", "SEC": "40", "YEA": "1829", "CITY": "CONFLENS"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6106	cadilhac-jean-1918-08-06	{"a3": "380", "g55": "04-609"}	{"g55": "04-609", "lerrcp": "A3-380"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Cadilhac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-08-06 18:00", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.2865, "lat": 45.76983, "name": "Vertaizon", "geoid": 2969646}, "notime": null, "date-ut": "1918-08-06 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Cadilhac"}, "birth": {"tzo": "+01:00", "date": "1918-08-06 18:00", "place": {"c2": "63", "cy": "FR", "lg": 3.2865, "lat": 45.76983, "name": "Vertaizon", "geoid": 2969646}, "date-ut": "1918-08-06 17:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-380"}, "ids-in-sources": {"a3": "380"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "63", "COU": "F", "DAY": "6", "LAT": "45N47", "LON": "3E 5", "MON": "8", "NUM": "380", "PRO": "M", "SEC": "0", "YEA": "1918", "CITY": "VERTAIZON"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-609"}, "ids-in-source": {"g55": "04-609"}}, "raw": {"DAY": "6-8-1918", "HOUR": "18 h.", "NAME": "CADILHAC Jean", "PLACE": "Vertaizon (Puy-de-Dôme)."}, "date": "2023-08-20T14:48:34+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6107	callies-jean-1896-08-07	{"a3": "381"}	{"lerrcp": "A3-381"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Callies", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1896-08-07 07:30", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.1, "lat": 48, "name": "Le Relecq Kerhu", "geoid": 0}, "notime": null, "date-ut": "1896-08-07 07:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Callies"}, "birth": {"tzo": "+00:09:21", "date": "1896-08-07 07:30", "place": {"c2": "29", "cy": "FR", "lg": -4.1, "lat": 48, "name": "Le Relecq Kerhu", "geoid": 0}, "date-ut": "1896-08-07 07:20:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-381"}, "ids-in-sources": {"a3": "381"}}, "raw": {"H": "7", "MN": "20", "TZ": "0", "COD": "29", "COU": "F", "DAY": "7", "LAT": "48N 0", "LON": "4W 6", "MON": "8", "NUM": "381", "PRO": "M", "SEC": "40", "YEA": "1896", "CITY": "LE RELECQ KERHU"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6108	callot-maurice-1873-12-13	{"a3": "382"}	{"lerrcp": "A3-382"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Callot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:37", "date": "1873-12-13 21:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -1.15222, "lat": 46.16308, "name": "La Rochelle", "geoid": 3006787}, "notime": null, "date-ut": "1873-12-13 21:04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Callot"}, "birth": {"tzo": "-00:04:37", "date": "1873-12-13 21:00", "place": {"c2": "17", "cy": "FR", "lg": -1.15222, "lat": 46.16308, "name": "La Rochelle", "geoid": 3006787}, "date-ut": "1873-12-13 21:04:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-382"}, "ids-in-sources": {"a3": "382"}}, "raw": {"H": "21", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "13", "LAT": "46N 9", "LON": "1W10", "MON": "12", "NUM": "382", "PRO": "M", "SEC": "40", "YEA": "1873", "CITY": "LA ROCHELLE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6111	calmet-jean-1836-01-05	{"a3": "385"}	{"lerrcp": "A3-385"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Calmet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:34", "date": "1836-01-05 01:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 2.14122, "lat": 43.1998, "name": "Montréal", "geoid": 2992119}, "notime": null, "date-ut": "1836-01-05 00:50:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Calmet"}, "birth": {"tzo": "+00:08:34", "date": "1836-01-05 01:00", "place": {"c2": "11", "cy": "FR", "lg": 2.14122, "lat": 43.1998, "name": "Montréal", "geoid": 2992119}, "date-ut": "1836-01-05 00:50:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-385"}, "ids-in-sources": {"a3": "385"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "5", "LAT": "43N12", "LON": "2E21", "MON": "1", "NUM": "385", "PRO": "M", "SEC": "36", "YEA": "1836", "CITY": "MONTREAL"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6115	canu-gustave-1814-05-05	{"a3": "389"}	{"lerrcp": "A3-389"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Canu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:20", "date": "1814-05-05 23:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.08333, "lat": 49.43333, "name": "Manneville-les", "geoid": 0}, "notime": null, "date-ut": "1814-05-05 22:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Canu"}, "birth": {"tzo": "+00:04:20", "date": "1814-05-05 23:00", "place": {"c2": "76", "cy": "FR", "lg": 1.08333, "lat": 49.43333, "name": "Manneville-les", "geoid": 0}, "date-ut": "1814-05-05 22:55:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-389"}, "ids-in-sources": {"a3": "389"}}, "raw": {"H": "22", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "5", "LAT": "49N26", "LON": "1E 5", "MON": "5", "NUM": "389", "PRO": "M", "SEC": "40", "YEA": "1814", "CITY": "MANNEVILLE-LES"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6116	capdevielle-jean-1828-10-12	{"a3": "390"}	{"lerrcp": "A3-390"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Capdevielle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:08", "date": "1828-10-12 19:00", "note": null, "place": {"c1": null, "c2": "65", "c3": null, "cy": "FR", "lg": 0.03473, "lat": 43.46834, "name": "Maubourguet", "geoid": 2995146}, "notime": null, "date-ut": "1828-10-12 18:59:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Capdevielle"}, "birth": {"tzo": "+00:00:08", "date": "1828-10-12 19:00", "place": {"c2": "65", "cy": "FR", "lg": 0.03473, "lat": 43.46834, "name": "Maubourguet", "geoid": 2995146}, "date-ut": "1828-10-12 18:59:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-390"}, "ids-in-sources": {"a3": "390"}}, "raw": {"H": "18", "MN": "59", "TZ": "0", "COD": "65", "COU": "F", "DAY": "12", "LAT": "43N14", "LON": "0E 5", "MON": "10", "NUM": "390", "PRO": "M", "SEC": "40", "YEA": "1828", "CITY": "MAUBOURGUET"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6114	canrobert-certain-1809-06-27	{"a3": "388", "g55": "04-310"}	{"g55": "04-310", "lerrcp": "A3-388"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Certain", "family": "Canrobert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:34", "date": "1809-06-27 14:00", "note": null, "place": {"c1": null, "c2": "46", "c3": null, "cy": "FR", "lg": 1.89127, "lat": 44.85931, "name": "Saint-Céré", "geoid": 2981228}, "notime": null, "date-ut": "1809-06-27 13:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Certain", "family": "Canrobert"}, "birth": {"tzo": "+00:07:34", "date": "1809-06-27 14:00", "place": {"c2": "46", "cy": "FR", "lg": 1.89127, "lat": 44.85931, "name": "Saint-Céré", "geoid": 2981228}, "date-ut": "1809-06-27 13:54:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-388"}, "ids-in-sources": {"a3": "388"}}, "raw": {"H": "13", "MN": "54", "TZ": "0", "COD": "46", "COU": "F", "DAY": "27", "LAT": "44N27", "LON": "1E26", "MON": "6", "NUM": "388", "PRO": "M", "SEC": "16", "YEA": "1809", "CITY": "SAINT-CERE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-310"}, "ids-in-source": {"g55": "04-310"}}, "raw": {"DAY": "27-6-1809", "HOUR": "14 h.", "NAME": "CANROBERT Certain", "PLACE": "Saint-Céré (Lot)."}, "date": "2023-08-20T14:48:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6117	capin-jules-1850-02-22	{"a3": "391"}	{"lerrcp": "A3-391"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Capin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1850-02-22 01:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1850-02-22 00:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Capin"}, "birth": {"tzo": "+00:05:46", "date": "1850-02-22 01:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1850-02-22 00:54:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-391"}, "ids-in-sources": {"a3": "391"}}, "raw": {"H": "0", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "22", "LAT": "43N37", "LON": "1E26", "MON": "2", "NUM": "391", "PRO": "M", "SEC": "16", "YEA": "1850", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6119	carissan-leon-1885-07-08	{"a3": "393"}	{"lerrcp": "A3-393"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Carissan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:05", "date": "1885-07-08 04:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -0.52133, "lat": 45.94408, "name": "Saint-Jean-d'Angély", "geoid": 2979363}, "notime": null, "date-ut": "1885-07-08 04:04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Carissan"}, "birth": {"tzo": "-00:02:05", "date": "1885-07-08 04:00", "place": {"c2": "17", "cy": "FR", "lg": -0.52133, "lat": 45.94408, "name": "Saint-Jean-d'Angély", "geoid": 2979363}, "date-ut": "1885-07-08 04:04:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-393"}, "ids-in-sources": {"a3": "393"}}, "raw": {"H": "4", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "8", "LAT": "46N 9", "LON": "1W10", "MON": "7", "NUM": "393", "PRO": "M", "SEC": "40", "YEA": "1885", "CITY": "ST-JEAN-D'ANGELY"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6121	casanova-jacques-1829-07-23	{"a3": "395"}	{"lerrcp": "A3-395"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Casanova", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:35", "date": "1829-07-23 20:00", "note": null, "place": {"c1": null, "c2": "20", "c3": null, "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Piedicorte-de-G", "geoid": 0}, "notime": null, "date-ut": "1829-07-23 19:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Casanova"}, "birth": {"tzo": "+00:35", "date": "1829-07-23 20:00", "place": {"c2": "20", "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Piedicorte-de-G", "geoid": 0}, "date-ut": "1829-07-23 19:25"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-395"}, "ids-in-sources": {"a3": "395"}}, "raw": {"H": "19", "MN": "25", "TZ": "0", "COD": "20", "COU": "F", "DAY": "23", "LAT": "41N55", "LON": "8E45", "MON": "7", "NUM": "395", "PRO": "M", "SEC": "0", "YEA": "1829", "CITY": "PIEDICORTE-DE-G"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6124	gauquelin-a3-398-1878-10-27	{"a3": "398"}	{"lerrcp": "A3-398"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-398", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:03", "date": "1878-10-27 11:13:59", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "notime": null, "date-ut": "1878-10-27 11:04:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-398"}, "birth": {"tzo": "+00:09:03", "date": "1878-10-27 11:13:59", "place": {"c2": "62", "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "date-ut": "1878-10-27 11:04:56"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-398"}, "ids-in-sources": {"a3": "398"}}, "raw": {"H": "11", "MN": "4", "TZ": "0", "COD": "62", "COU": "F", "DAY": "27", "LAT": "50N18", "LON": "2E46", "MON": "10", "NUM": "398", "PRO": "M", "SEC": "56", "YEA": "1878", "CITY": "SAINT-OMER"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6126	cavelier-cuverville-jules-1834-07-28	{"a3": "400"}	{"lerrcp": "A3-400"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Cavelier Cuverville Jules", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:11:29", "date": "1834-07-28 23:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -2.87279, "lat": 48.31159, "name": "Allineuc", "geoid": 3038100}, "notime": null, "date-ut": "1834-07-28 23:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Cavelier Cuverville Jules"}, "birth": {"tzo": "-00:11:29", "date": "1834-07-28 23:00", "place": {"c2": "22", "cy": "FR", "lg": -2.87279, "lat": 48.31159, "name": "Allineuc", "geoid": 3038100}, "date-ut": "1834-07-28 23:11"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-400"}, "ids-in-sources": {"a3": "400"}}, "raw": {"H": "23", "MN": "11", "TZ": "0", "COD": "22", "COU": "F", "DAY": "28", "LAT": "48N31", "LON": "2W45", "MON": "7", "NUM": "400", "PRO": "M", "SEC": "0", "YEA": "1834", "CITY": "ALLINEUC"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6125	catroux-georges-albert-1877-01-29	{"a3": "399", "g55": "04-313"}	{"g55": "04-313", "lerrcp": "A3-399"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges Albert", "family": "Catroux", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:59", "date": "1877-01-29 21:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1877-01-29 20:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-399"}, "birth": {"tzo": "+00:04:59", "date": "1877-01-29 21:00", "place": {"c2": "87", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1877-01-29 20:55"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-399"}, "ids-in-sources": {"a3": "399"}}, "raw": {"H": "20", "MN": "55", "TZ": "0", "COD": "87", "COU": "F", "DAY": "29", "LAT": "45N50", "LON": "1E15", "MON": "1", "NUM": "399", "PRO": "M", "SEC": "0", "YEA": "1877", "CITY": "LIMOGES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Georges Albert", "family": "Catroux", "nobility": ""}, "slug": "catroux-georges-albert-1877-01-29", "partial-ids": {"g55": "04-313"}, "ids-in-source": {"g55": "04-313"}}, "raw": {"DAY": "29-1-1877", "HOUR": "21 h.", "NAME": "CATROUX Georges Albert", "PLACE": "Limoges (Haute-Vienne)."}, "date": "2023-08-20T14:48:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6129	challe-maurice-1905-09-05	{"a3": "403"}	{"lerrcp": "A3-403"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Challe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1905-09-05 07:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.86008, "lat": 43.96119, "name": "Le Pontet", "geoid": 3002570}, "notime": null, "date-ut": "1905-09-05 06:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Challe"}, "birth": {"tzo": "+00:09:21", "date": "1905-09-05 07:00", "place": {"c2": "84", "cy": "FR", "lg": 4.86008, "lat": 43.96119, "name": "Le Pontet", "geoid": 3002570}, "date-ut": "1905-09-05 06:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-403"}, "ids-in-sources": {"a3": "403"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "84", "COU": "F", "DAY": "5", "LAT": "43N57", "LON": "4E50", "MON": "9", "NUM": "403", "PRO": "M", "SEC": "40", "YEA": "1905", "CITY": "LE PONTET"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6130	chambon-vincent-1835-05-14	{"a3": "404"}	{"lerrcp": "A3-404"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincent", "family": "Chambon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:02", "date": "1835-05-14 08:00", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.50957, "lat": 45.60195, "name": "Auzelles", "geoid": 3035806}, "notime": null, "date-ut": "1835-05-14 07:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Vincent", "family": "Chambon"}, "birth": {"tzo": "+00:14:02", "date": "1835-05-14 08:00", "place": {"c2": "63", "cy": "FR", "lg": 3.50957, "lat": 45.60195, "name": "Auzelles", "geoid": 3035806}, "date-ut": "1835-05-14 07:47:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-404"}, "ids-in-sources": {"a3": "404"}}, "raw": {"H": "7", "MN": "47", "TZ": "0", "COD": "63", "COU": "F", "DAY": "14", "LAT": "45N47", "LON": "3E 5", "MON": "5", "NUM": "404", "PRO": "M", "SEC": "40", "YEA": "1835", "CITY": "AUZELLES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6131	chanoine-charles-1835-12-18	{"a3": "405", "g55": "04-316"}	{"g55": "04-316", "lerrcp": "A3-405"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Chanoine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:04", "date": "1835-12-18 21:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1835-12-18 20:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Chanoine"}, "birth": {"tzo": "+00:20:04", "date": "1835-12-18 21:00", "place": {"c2": "21", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1835-12-18 20:39:52"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-405"}, "ids-in-sources": {"a3": "405"}}, "raw": {"H": "20", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "18", "LAT": "47N19", "LON": "5E 2", "MON": "12", "NUM": "405", "PRO": "M", "SEC": "52", "YEA": "1835", "CITY": "DIJON"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-316"}, "ids-in-source": {"g55": "04-316"}}, "raw": {"DAY": "18-12-1835", "HOUR": "21 h.", "NAME": "CHANOINE Charles Sulpice", "PLACE": "Dijon (Côte-d’Or)."}, "date": "2023-08-20T14:48:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6134	gauquelin-a3-408-1867-07-15	{"a3": "408"}	{"lerrcp": "A3-408"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-408", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:05", "date": "1867-07-15 10:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1867-07-15 09:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-408"}, "birth": {"tzo": "+00:09:05", "date": "1867-07-15 10:00", "place": {"c2": "92", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1867-07-15 09:51:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-408"}, "ids-in-sources": {"a3": "408"}}, "raw": {"H": "9", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "15", "LAT": "48N50", "LON": "2E11", "MON": "7", "NUM": "408", "PRO": "M", "SEC": "16", "YEA": "1867", "CITY": "NEUILLY-S/SEINE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6136	charpy-charles-1869-11-04	{"a3": "410", "g55": "04-319"}	{"g55": "04-319", "lerrcp": "A3-410"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Charpy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:35", "date": "1869-11-04 05:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "notime": null, "date-ut": "1869-11-04 04:48:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Charpy"}, "birth": {"tzo": "+00:11:35", "date": "1869-11-04 05:00", "place": {"c2": "66", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "date-ut": "1869-11-04 04:48:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-410"}, "ids-in-sources": {"a3": "410"}}, "raw": {"H": "4", "MN": "48", "TZ": "0", "COD": "66", "COU": "F", "DAY": "4", "LAT": "42N42", "LON": "2E55", "MON": "11", "NUM": "410", "PRO": "M", "SEC": "20", "YEA": "1869", "CITY": "PERPIGNAN"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-319"}, "ids-in-source": {"g55": "04-319"}}, "raw": {"DAY": "4-11-1869", "HOUR": "5 h.", "NAME": "CHARPY Charles Antoine", "PLACE": "Perpignan (Pyrénées-Orient.)."}, "date": "2023-08-20T14:48:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6138	chaudot-claude-1840-08-21	{"a3": "412"}	{"lerrcp": "A3-412"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Chaudot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:28", "date": "1840-08-21 05:00", "note": null, "place": {"c1": null, "c2": "74", "c3": null, "cy": "FR", "lg": 6.11667, "lat": 45.9, "name": "Germigny", "geoid": 0}, "notime": null, "date-ut": "1840-08-21 04:35:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Chaudot"}, "birth": {"tzo": "+00:24:28", "date": "1840-08-21 05:00", "place": {"c2": "74", "cy": "FR", "lg": 6.11667, "lat": 45.9, "name": "Germigny", "geoid": 0}, "date-ut": "1840-08-21 04:35:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-412"}, "ids-in-sources": {"a3": "412"}}, "raw": {"H": "4", "MN": "35", "TZ": "0", "COD": "74", "COU": "F", "DAY": "21", "LAT": "45N54", "LON": "6E 7", "MON": "8", "NUM": "412", "PRO": "M", "SEC": "32", "YEA": "1840", "CITY": "GERMIGNY"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6139	chaverondier-francois-1831-09-29	{"a3": "413"}	{"lerrcp": "A3-413"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Chaverondier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:32", "date": "1831-09-29 09:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.38333, "lat": 45.43333, "name": "Saint-Germain-Lava", "geoid": 0}, "notime": null, "date-ut": "1831-09-29 08:42:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Chaverondier"}, "birth": {"tzo": "+00:17:32", "date": "1831-09-29 09:00", "place": {"c2": "42", "cy": "FR", "lg": 4.38333, "lat": 45.43333, "name": "Saint-Germain-Lava", "geoid": 0}, "date-ut": "1831-09-29 08:42:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-413"}, "ids-in-sources": {"a3": "413"}}, "raw": {"H": "8", "MN": "42", "TZ": "0", "COD": "42", "COU": "F", "DAY": "29", "LAT": "45N26", "LON": "4E23", "MON": "9", "NUM": "413", "PRO": "M", "SEC": "28", "YEA": "1831", "CITY": "ST-GERMAIN-LAVA"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6141	cherfils-pierre-1849-03-20	{"a3": "415", "g55": "04-322"}	{"g55": "04-322", "lerrcp": "A3-415"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Cherfils", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:43", "date": "1849-03-20 07:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 5.42838, "lat": 43.86308, "name": "Saignon", "geoid": 2981990}, "notime": null, "date-ut": "1849-03-20 06:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Cherfils"}, "birth": {"tzo": "+00:21:43", "date": "1849-03-20 07:00", "place": {"c2": "84", "cy": "FR", "lg": 5.42838, "lat": 43.86308, "name": "Saignon", "geoid": 2981990}, "date-ut": "1849-03-20 06:40:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-415"}, "ids-in-sources": {"a3": "415"}}, "raw": {"H": "6", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "20", "LAT": "43N57", "LON": "4E50", "MON": "3", "NUM": "415", "PRO": "M", "SEC": "40", "YEA": "1849", "CITY": "SAIGNON"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-322"}, "ids-in-source": {"g55": "04-322"}}, "raw": {"DAY": "20-3-1849", "HOUR": "7 h.", "NAME": "CHERFILS Pierre Joseph", "PLACE": "Saignon (Vaucluse)."}, "date": "2023-08-20T14:48:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6143	chevreuil-etienne-1824-09-16	{"a3": "417"}	{"lerrcp": "A3-417"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Chevreuil", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1824-09-16 01:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1824-09-16 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Chevreuil"}, "birth": {"tzo": "+00:09:24", "date": "1824-09-16 01:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1824-09-16 00:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-417"}, "ids-in-sources": {"a3": "417"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "16", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "417", "PRO": "M", "SEC": "40", "YEA": "1824", "CITY": "PARIS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6144	chirouze-constant-1846-04-03	{"a3": "418"}	{"lerrcp": "A3-418"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Constant", "family": "Chirouze", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:52", "date": "1846-04-03 01:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Sone", "geoid": 0}, "notime": null, "date-ut": "1846-04-03 00:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Constant", "family": "Chirouze"}, "birth": {"tzo": "+00:22:52", "date": "1846-04-03 01:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Sone", "geoid": 0}, "date-ut": "1846-04-03 00:37:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-418"}, "ids-in-sources": {"a3": "418"}}, "raw": {"H": "0", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "3", "LAT": "45N11", "LON": "5E43", "MON": "4", "NUM": "418", "PRO": "M", "SEC": "8", "YEA": "1846", "CITY": "SONE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6145	chouteau-rene-1891-10-09	{"a3": "419"}	{"lerrcp": "A3-419"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Chouteau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1891-10-09 04:15", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.53333, "lat": 47.46667, "name": "Chenchutte-les-", "geoid": 0}, "notime": null, "date-ut": "1891-10-09 04:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "René", "family": "Chouteau"}, "birth": {"tzo": "+00:09:21", "date": "1891-10-09 04:15", "place": {"c2": "49", "cy": "FR", "lg": -0.53333, "lat": 47.46667, "name": "Chenchutte-les-", "geoid": 0}, "date-ut": "1891-10-09 04:05:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-419"}, "ids-in-sources": {"a3": "419"}}, "raw": {"H": "4", "MN": "5", "TZ": "0", "COD": "49", "COU": "F", "DAY": "9", "LAT": "47N28", "LON": "0W32", "MON": "10", "NUM": "419", "PRO": "M", "SEC": "40", "YEA": "1891", "CITY": "CHENCHUTTE-LES-"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6147	clement-francois-1837-01-13	{"a3": "421"}	{"lerrcp": "A3-421"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Clement", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:40", "date": "1837-01-13 10:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Marolles-en-Bri", "geoid": 0}, "notime": null, "date-ut": "1837-01-13 09:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Clement"}, "birth": {"tzo": "+00:10:40", "date": "1837-01-13 10:00", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Marolles-en-Bri", "geoid": 0}, "date-ut": "1837-01-13 09:49:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-421"}, "ids-in-sources": {"a3": "421"}}, "raw": {"H": "9", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "13", "LAT": "48N33", "LON": "2E40", "MON": "1", "NUM": "421", "PRO": "M", "SEC": "20", "YEA": "1837", "CITY": "MAROLLES-EN-BRI"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6148	chochard-leon-1838-11-01	{"a3": "422"}	{"lerrcp": "A3-422"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Chochard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:05", "date": "1838-11-01 11:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.01988, "lat": 49.44307, "name": "Ottange", "geoid": 2989087}, "notime": null, "date-ut": "1838-11-01 10:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Chochard"}, "birth": {"tzo": "+00:24:05", "date": "1838-11-01 11:00", "place": {"c2": "57", "cy": "FR", "lg": 6.01988, "lat": 49.44307, "name": "Ottange", "geoid": 2989087}, "date-ut": "1838-11-01 10:35:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-422"}, "ids-in-sources": {"a3": "422"}}, "raw": {"H": "10", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "1", "LAT": "49N 7", "LON": "6E11", "MON": "11", "NUM": "422", "PRO": "M", "SEC": "16", "YEA": "1838", "CITY": "OTTANGE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6149	codet-guillaume-1828-10-24	{"a3": "423"}	{"lerrcp": "A3-423"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guillaume", "family": "Codet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:05", "date": "1828-10-24 14:00", "note": null, "place": {"c1": null, "c2": "19", "c3": null, "cy": "FR", "lg": 1.77233, "lat": 45.26582, "name": "Tulle", "geoid": 2971482}, "notime": null, "date-ut": "1828-10-24 13:52:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Guillaume", "family": "Codet"}, "birth": {"tzo": "+00:07:05", "date": "1828-10-24 14:00", "place": {"c2": "19", "cy": "FR", "lg": 1.77233, "lat": 45.26582, "name": "Tulle", "geoid": 2971482}, "date-ut": "1828-10-24 13:52:56"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-423"}, "ids-in-sources": {"a3": "423"}}, "raw": {"H": "13", "MN": "52", "TZ": "0", "COD": "19", "COU": "F", "DAY": "24", "LAT": "45N16", "LON": "1E46", "MON": "10", "NUM": "423", "PRO": "M", "SEC": "56", "YEA": "1828", "CITY": "TULLE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6150	cogny-rene-1904-04-25	{"a3": "424"}	{"lerrcp": "A3-424"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Cogny", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1904-04-25 06:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.08333, "lat": 49.43333, "name": "Saint-Valery-en-Ca", "geoid": 0}, "notime": null, "date-ut": "1904-04-25 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "René", "family": "Cogny"}, "birth": {"tzo": "+00:09:21", "date": "1904-04-25 06:00", "place": {"c2": "76", "cy": "FR", "lg": 1.08333, "lat": 49.43333, "name": "Saint-Valery-en-Ca", "geoid": 0}, "date-ut": "1904-04-25 05:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-424"}, "ids-in-sources": {"a3": "424"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "76", "COU": "F", "DAY": "25", "LAT": "49N26", "LON": "1E 5", "MON": "4", "NUM": "424", "PRO": "M", "SEC": "40", "YEA": "1904", "CITY": "ST-VALERY-EN-CA"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6151	colbert-charles-1839-05-17	{"a3": "425"}	{"lerrcp": "A3-425"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Colbert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:52", "date": "1839-05-17 15:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 6.46667, "lat": 43.53333, "name": "Le Cannet Pres", "geoid": 0}, "notime": null, "date-ut": "1839-05-17 14:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Colbert"}, "birth": {"tzo": "+00:25:52", "date": "1839-05-17 15:00", "place": {"c2": "83", "cy": "FR", "lg": 6.46667, "lat": 43.53333, "name": "Le Cannet Pres", "geoid": 0}, "date-ut": "1839-05-17 14:34:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-425"}, "ids-in-sources": {"a3": "425"}}, "raw": {"H": "14", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "17", "LAT": "43N32", "LON": "6E28", "MON": "5", "NUM": "425", "PRO": "M", "SEC": "8", "YEA": "1839", "CITY": "LE CANNET PRES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6152	collineau-edouard-1810-11-22	{"a3": "426"}	{"lerrcp": "A3-426"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Collineau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:40", "date": "1810-11-22 20:00", "note": null, "place": {"c1": null, "c2": "85", "c3": null, "cy": "FR", "lg": -1.41667, "lat": 46.66667, "name": "Sables-D'Olonne", "geoid": 0}, "notime": null, "date-ut": "1810-11-22 20:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Collineau"}, "birth": {"tzo": "-00:05:40", "date": "1810-11-22 20:00", "place": {"c2": "85", "cy": "FR", "lg": -1.41667, "lat": 46.66667, "name": "Sables-D'Olonne", "geoid": 0}, "date-ut": "1810-11-22 20:05:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-426"}, "ids-in-sources": {"a3": "426"}}, "raw": {"H": "20", "MN": "5", "TZ": "0", "COD": "85", "COU": "F", "DAY": "22", "LAT": "46N40", "LON": "1W25", "MON": "11", "NUM": "426", "PRO": "M", "SEC": "40", "YEA": "1810", "CITY": "SABLES-D'OLONNE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6153	collinet-louis-1892-02-19	{"a3": "427"}	{"lerrcp": "A3-427"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Collinet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1892-02-19 15:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Cherbourg", "geoid": 0}, "notime": null, "date-ut": "1892-02-19 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Collinet"}, "birth": {"tzo": "+00:09:21", "date": "1892-02-19 15:00", "place": {"c2": "50", "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Cherbourg", "geoid": 0}, "date-ut": "1892-02-19 14:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-427"}, "ids-in-sources": {"a3": "427"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "50", "COU": "F", "DAY": "19", "LAT": "49N 7", "LON": "1W 5", "MON": "2", "NUM": "427", "PRO": "M", "SEC": "40", "YEA": "1892", "CITY": "CHERBOURG"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6154	colonna-istria-phillipe-1837-07-30	{"a3": "428"}	{"lerrcp": "A3-428"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Colonna Istria Phillipe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:35", "date": "1837-07-30 15:00", "note": null, "place": {"c1": null, "c2": "20", "c3": null, "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Sollacaro", "geoid": 0}, "notime": null, "date-ut": "1837-07-30 14:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Colonna Istria Phillipe"}, "birth": {"tzo": "+00:35", "date": "1837-07-30 15:00", "place": {"c2": "20", "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Sollacaro", "geoid": 0}, "date-ut": "1837-07-30 14:25"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-428"}, "ids-in-sources": {"a3": "428"}}, "raw": {"H": "14", "MN": "25", "TZ": "0", "COD": "20", "COU": "F", "DAY": "30", "LAT": "41N55", "LON": "8E45", "MON": "7", "NUM": "428", "PRO": "M", "SEC": "0", "YEA": "1837", "CITY": "SOLLACARO"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6155	comoy-claude-1836-11-24	{"a3": "429"}	{"lerrcp": "A3-429"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Comoy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:38", "date": "1836-11-24 05:30", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.159, "lat": 46.98956, "name": "Nevers", "geoid": 2990474}, "notime": null, "date-ut": "1836-11-24 05:17:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Comoy"}, "birth": {"tzo": "+00:12:38", "date": "1836-11-24 05:30", "place": {"c2": "58", "cy": "FR", "lg": 3.159, "lat": 46.98956, "name": "Nevers", "geoid": 2990474}, "date-ut": "1836-11-24 05:17:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-429"}, "ids-in-sources": {"a3": "429"}}, "raw": {"H": "5", "MN": "17", "TZ": "0", "COD": "58", "COU": "F", "DAY": "24", "LAT": "46N59", "LON": "3E 9", "MON": "11", "NUM": "429", "PRO": "M", "SEC": "24", "YEA": "1836", "CITY": "NEVERS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6157	constant-joseph-1849-06-19	{"a3": "431"}	{"lerrcp": "A3-431"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Constant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:27:06", "date": "1849-06-19 08:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 6.7735, "lat": 43.42332, "name": "Saint-Raphaël", "geoid": 2977246}, "notime": null, "date-ut": "1849-06-19 07:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Constant"}, "birth": {"tzo": "+00:27:06", "date": "1849-06-19 08:00", "place": {"c2": "83", "cy": "FR", "lg": 6.7735, "lat": 43.42332, "name": "Saint-Raphaël", "geoid": 2977246}, "date-ut": "1849-06-19 07:34:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-431"}, "ids-in-sources": {"a3": "431"}}, "raw": {"H": "7", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "19", "LAT": "43N32", "LON": "6E28", "MON": "6", "NUM": "431", "PRO": "M", "SEC": "8", "YEA": "1849", "CITY": "SAINT-RAPHAEL"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6158	coquerelle-alfred-1837-04-03	{"a3": "432"}	{"lerrcp": "A3-432"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Coquerelle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:20", "date": "1837-04-03 08:00", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Villiers-Vicomt", "geoid": 0}, "notime": null, "date-ut": "1837-04-03 07:51:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Coquerelle"}, "birth": {"tzo": "+00:08:20", "date": "1837-04-03 08:00", "place": {"c2": "60", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Villiers-Vicomt", "geoid": 0}, "date-ut": "1837-04-03 07:51:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-432"}, "ids-in-sources": {"a3": "432"}}, "raw": {"H": "7", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "3", "LAT": "49N26", "LON": "2E 5", "MON": "4", "NUM": "432", "PRO": "M", "SEC": "40", "YEA": "1837", "CITY": "VILLIERS-VICOMT"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6161	corn-alfred-1865-11-07	{"a3": "435", "g55": "04-328"}	{"g55": "04-328", "lerrcp": "A3-435"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Corn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": -0.63588, "lat": 35.69906, "name": "Oran", "geoid": 2485926}, "notime": null, "date-ut": "1865-11-07 14:02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Corn"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": -0.63588, "lat": 35.69906, "name": "Oran", "geoid": 2485926}, "date-ut": "1865-11-07 14:02:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-435"}, "ids-in-sources": {"a3": "435"}}, "raw": {"H": "14", "MN": "2", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "7", "LAT": "35N40", "LON": "0W30", "MON": "11", "NUM": "435", "PRO": "M", "SEC": "0", "YEA": "1865", "CITY": "ORAN"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-328"}, "ids-in-source": {"g55": "04-328"}}, "raw": {"DAY": "7-11-1865", "HOUR": "14 h.", "NAME": "CORN (de) Alfred", "PLACE": "Oran (Algérie)."}, "date": "2023-08-20T14:48:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6162	cornelis-francois-1839-05-16	{"a3": "436"}	{"lerrcp": "A3-436"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Cornelis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:40", "date": "1839-05-16 23:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Chauconin", "geoid": 0}, "notime": null, "date-ut": "1839-05-16 22:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Cornelis"}, "birth": {"tzo": "+00:10:40", "date": "1839-05-16 23:00", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Chauconin", "geoid": 0}, "date-ut": "1839-05-16 22:49:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-436"}, "ids-in-sources": {"a3": "436"}}, "raw": {"H": "22", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "16", "LAT": "48N33", "LON": "2E40", "MON": "5", "NUM": "436", "PRO": "M", "SEC": "20", "YEA": "1839", "CITY": "CHAUCONIN"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6163	corre-jean-1883-11-07	{"a3": "437"}	{"lerrcp": "A3-437"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Corre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:16:24", "date": "1883-11-07 08:30", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.1, "lat": 48, "name": "Plougastel-Daou", "geoid": 0}, "notime": null, "date-ut": "1883-11-07 08:46:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Corre"}, "birth": {"tzo": "-00:16:24", "date": "1883-11-07 08:30", "place": {"c2": "29", "cy": "FR", "lg": -4.1, "lat": 48, "name": "Plougastel-Daou", "geoid": 0}, "date-ut": "1883-11-07 08:46:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-437"}, "ids-in-sources": {"a3": "437"}}, "raw": {"H": "8", "MN": "46", "TZ": "0", "COD": "29", "COU": "F", "DAY": "7", "LAT": "48N 0", "LON": "4W 6", "MON": "11", "NUM": "437", "PRO": "M", "SEC": "24", "YEA": "1883", "CITY": "PLOUGASTEL-DAOU"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6164	cottel-pierre-1820-12-07	{"a3": "438"}	{"lerrcp": "A3-438"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Cottel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:20", "date": "1820-12-07 04:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "notime": null, "date-ut": "1820-12-07 03:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Cottel"}, "birth": {"tzo": "+00:16:20", "date": "1820-12-07 04:00", "place": {"c2": "10", "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "date-ut": "1820-12-07 03:43:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-438"}, "ids-in-sources": {"a3": "438"}}, "raw": {"H": "3", "MN": "43", "TZ": "0", "COD": "10", "COU": "F", "DAY": "7", "LAT": "48N18", "LON": "4E 5", "MON": "12", "NUM": "438", "PRO": "M", "SEC": "40", "YEA": "1820", "CITY": "TROYES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6168	courbet-andre-1827-06-26	{"a3": "442", "g55": "04-331"}	{"g55": "04-331", "lerrcp": "A3-442"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Courbet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:21", "date": "1827-06-26 14:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 1.83547, "lat": 50.10521, "name": "Abbeville", "geoid": 3038789}, "notime": null, "date-ut": "1827-06-26 13:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Courbet"}, "birth": {"tzo": "+00:07:21", "date": "1827-06-26 14:00", "place": {"c2": "80", "cy": "FR", "lg": 1.83547, "lat": 50.10521, "name": "Abbeville", "geoid": 3038789}, "date-ut": "1827-06-26 13:50:48"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-442"}, "ids-in-sources": {"a3": "442"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "26", "LAT": "49N54", "LON": "2E18", "MON": "6", "NUM": "442", "PRO": "M", "SEC": "48", "YEA": "1827", "CITY": "ABBEVILLE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-331"}, "ids-in-source": {"g55": "04-331"}}, "raw": {"DAY": "26-6-1827", "HOUR": "14 h.", "NAME": "COURBET André Anatole", "PLACE": "Abbeville (Somme)."}, "date": "2023-08-20T14:48:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6171	cremer-camille-1840-08-06	{"a3": "445", "g55": "04-333"}	{"g55": "04-333", "lerrcp": "A3-445"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Cremer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:28:16", "date": "1840-08-06 19:03:32", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 7.06747, "lat": 49.10995, "name": "Sarreguemines", "geoid": 2975964}, "notime": null, "date-ut": "1840-08-06 18:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Cremer"}, "birth": {"tzo": "+00:28:16", "date": "1840-08-06 19:03:32", "place": {"c2": "57", "cy": "FR", "lg": 7.06747, "lat": 49.10995, "name": "Sarreguemines", "geoid": 2975964}, "date-ut": "1840-08-06 18:35:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-445"}, "ids-in-sources": {"a3": "445"}}, "raw": {"H": "18", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "6", "LAT": "49N 7", "LON": "6E11", "MON": "8", "NUM": "445", "PRO": "M", "SEC": "16", "YEA": "1840", "CITY": "SARREGUEMINES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-333"}, "ids-in-source": {"g55": "04-333"}}, "raw": {"DAY": "6-8-1840", "HOUR": "19 h.", "NAME": "CREMER Camille", "PLACE": "Sarreguemines (Moselle)."}, "date": "2023-08-20T14:48:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6176	cureau-adolphe-1864-06-01	{"a3": "450"}	{"lerrcp": "A3-450"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Cureau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:57", "date": "1864-06-01 19:00", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 1.48925, "lat": 48.44685, "name": "Chartres", "geoid": 3026467}, "notime": null, "date-ut": "1864-06-01 18:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Cureau"}, "birth": {"tzo": "+00:05:57", "date": "1864-06-01 19:00", "place": {"c2": "28", "cy": "FR", "lg": 1.48925, "lat": 48.44685, "name": "Chartres", "geoid": 3026467}, "date-ut": "1864-06-01 18:54"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-450"}, "ids-in-sources": {"a3": "450"}}, "raw": {"H": "18", "MN": "54", "TZ": "0", "COD": "28", "COU": "F", "DAY": "1", "LAT": "48N27", "LON": "1E30", "MON": "6", "NUM": "450", "PRO": "M", "SEC": "0", "YEA": "1864", "CITY": "CHARTRES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6175	cugnac-jean-1861-04-10	{"a3": "449", "g55": "04-336"}	{"g55": "04-336", "lerrcp": "A3-449"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Cugnac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:20", "date": "1861-04-10 10:00", "note": null, "place": {"c1": null, "c2": "79", "c3": null, "cy": "FR", "lg": -0.58366, "lat": 46.23006, "name": "Épannes", "geoid": 3020090}, "notime": null, "date-ut": "1861-04-10 10:01:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Cugnac"}, "birth": {"tzo": "-00:02:20", "date": "1861-04-10 10:00", "place": {"c2": "79", "cy": "FR", "lg": -0.58366, "lat": 46.23006, "name": "Épannes", "geoid": 3020090}, "date-ut": "1861-04-10 10:01:48"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-449"}, "ids-in-sources": {"a3": "449"}}, "raw": {"H": "10", "MN": "1", "TZ": "0", "COD": "79", "COU": "F", "DAY": "10", "LAT": "46N19", "LON": "0W27", "MON": "4", "NUM": "449", "PRO": "M", "SEC": "48", "YEA": "1861", "CITY": "EPANNES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-336"}, "ids-in-source": {"g55": "04-336"}}, "raw": {"DAY": "10-4-1861", "HOUR": "10 h.", "NAME": "CUGNAC (de) Jean Gaspard", "PLACE": "Epannes (Deux-Sévres)."}, "date": "2023-08-20T14:48:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6177	cuvillier-fleury-jules-1829-08-02	{"a3": "451"}	{"lerrcp": "A3-451"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Cuvillier-Fleury", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1829-08-02 10:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1829-08-02 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Cuvillier-Fleury"}, "birth": {"tzo": "+00:09:24", "date": "1829-08-02 10:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1829-08-02 09:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-451"}, "ids-in-sources": {"a3": "451"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "451", "PRO": "M", "SEC": "40", "YEA": "1829", "CITY": "PARIS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6178	dailliere-henry-1901-02-26	{"a3": "452"}	{"lerrcp": "A3-452"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Dailliere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1901-02-26 21:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Tours", "geoid": 0}, "notime": null, "date-ut": "1901-02-26 20:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Dailliere"}, "birth": {"tzo": "+00:09:21", "date": "1901-02-26 21:00", "place": {"c2": "35", "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Tours", "geoid": 0}, "date-ut": "1901-02-26 20:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-452"}, "ids-in-sources": {"a3": "452"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "35", "COU": "F", "DAY": "26", "LAT": "48N 7", "LON": "1W40", "MON": "2", "NUM": "452", "PRO": "M", "SEC": "40", "YEA": "1901", "CITY": "TOURS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6179	damelincourt-ernest-1835-08-27	{"a3": "453"}	{"lerrcp": "A3-453"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Damelincourt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1835-08-27 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1835-08-27 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Damelincourt"}, "birth": {"tzo": "+00:09:24", "date": "1835-08-27 06:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1835-08-27 05:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-453"}, "ids-in-sources": {"a3": "453"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "27", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "453", "PRO": "M", "SEC": "40", "YEA": "1835", "CITY": "PARIS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6181	dartige-fournet-louis-1856-03-02	{"a3": "455"}	{"lerrcp": "A3-455"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Dartige Fournet Louis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:20", "date": "1856-03-02 20:30", "note": null, "place": {"c1": null, "c2": "61", "c3": null, "cy": "FR", "lg": 0.08333, "lat": 48.43333, "name": "Putanges", "geoid": 0}, "notime": null, "date-ut": "1856-03-02 20:29:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Dartige Fournet Louis"}, "birth": {"tzo": "+00:00:20", "date": "1856-03-02 20:30", "place": {"c2": "61", "cy": "FR", "lg": 0.08333, "lat": 48.43333, "name": "Putanges", "geoid": 0}, "date-ut": "1856-03-02 20:29:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-455"}, "ids-in-sources": {"a3": "455"}}, "raw": {"H": "20", "MN": "29", "TZ": "0", "COD": "61", "COU": "F", "DAY": "2", "LAT": "48N26", "LON": "0E 5", "MON": "3", "NUM": "455", "PRO": "M", "SEC": "40", "YEA": "1856", "CITY": "PUTANGES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6182	daugan-albert-1866-12-31	{"a3": "456"}	{"lerrcp": "A3-456"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Daugan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:42", "date": "1866-12-31 22:30", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1866-12-31 22:36:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Daugan"}, "birth": {"tzo": "-00:06:42", "date": "1866-12-31 22:30", "place": {"c2": "35", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1866-12-31 22:36:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-456"}, "ids-in-sources": {"a3": "456"}}, "raw": {"H": "22", "MN": "36", "TZ": "0", "COD": "35", "COU": "F", "DAY": "31", "LAT": "48N 7", "LON": "1W40", "MON": "12", "NUM": "456", "PRO": "M", "SEC": "40", "YEA": "1866", "CITY": "RENNES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6184	daveluy-rene-1863-10-21	{"a3": "458"}	{"lerrcp": "A3-458"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Daveluy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:39", "date": "1863-10-21 07:00", "note": null, "place": {"c1": null, "c2": "91", "c3": null, "cy": "FR", "lg": 2.16233, "lat": 48.43507, "name": "Étampes", "geoid": 3019459}, "notime": null, "date-ut": "1863-10-21 06:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "René", "family": "Daveluy"}, "birth": {"tzo": "+00:08:39", "date": "1863-10-21 07:00", "place": {"c2": "91", "cy": "FR", "lg": 2.16233, "lat": 48.43507, "name": "Étampes", "geoid": 3019459}, "date-ut": "1863-10-21 06:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-458"}, "ids-in-sources": {"a3": "458"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "91", "COU": "F", "DAY": "21", "LAT": "48N36", "LON": "2E20", "MON": "10", "NUM": "458", "PRO": "M", "SEC": "40", "YEA": "1863", "CITY": "ETAMPES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6186	debert-jean-1834-08-06	{"a3": "460"}	{"lerrcp": "A3-460"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Debert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:21", "date": "1834-08-06 03:00", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "notime": null, "date-ut": "1834-08-06 02:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Debert"}, "birth": {"tzo": "+00:12:21", "date": "1834-08-06 03:00", "place": {"c2": "63", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "date-ut": "1834-08-06 02:47:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-460"}, "ids-in-sources": {"a3": "460"}}, "raw": {"H": "2", "MN": "47", "TZ": "0", "COD": "63", "COU": "F", "DAY": "6", "LAT": "45N47", "LON": "3E 5", "MON": "8", "NUM": "460", "PRO": "M", "SEC": "40", "YEA": "1834", "CITY": "CLERMONT-FERRAND"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6187	decoux-jean-1884-05-05	{"a3": "461"}	{"lerrcp": "A3-461"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Decoux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1884-05-05 04:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1884-05-05 04:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Decoux"}, "birth": {"tzo": "-00:02:19", "date": "1884-05-05 04:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1884-05-05 04:57:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-461"}, "ids-in-sources": {"a3": "461"}}, "raw": {"H": "4", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "5", "LAT": "44N50", "LON": "0W34", "MON": "5", "NUM": "461", "PRO": "M", "SEC": "36", "YEA": "1884", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6188	defoy-alexandre-1832-04-18	{"a3": "462"}	{"lerrcp": "A3-462"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Defoy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:17:57", "date": "1832-04-18 04:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1832-04-18 04:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Defoy"}, "birth": {"tzo": "-00:17:57", "date": "1832-04-18 04:00", "place": {"c2": "29", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1832-04-18 04:16:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-462"}, "ids-in-sources": {"a3": "462"}}, "raw": {"H": "4", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "18", "LAT": "48N 0", "LON": "4W 6", "MON": "4", "NUM": "462", "PRO": "M", "SEC": "24", "YEA": "1832", "CITY": "BREST"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6189	de-franciosi-charles-1846-12-23	{"a3": "463"}	{"lerrcp": "A3-463"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "De Franciosi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:53", "date": "1846-12-23 15:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 2.97024, "lat": 50.67013, "name": "Pérenchies", "geoid": 2988003}, "notime": null, "date-ut": "1846-12-23 14:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "De Franciosi"}, "birth": {"tzo": "+00:11:53", "date": "1846-12-23 15:00", "place": {"c2": "59", "cy": "FR", "lg": 2.97024, "lat": 50.67013, "name": "Pérenchies", "geoid": 2988003}, "date-ut": "1846-12-23 14:47:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-463"}, "ids-in-sources": {"a3": "463"}}, "raw": {"H": "14", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "23", "LAT": "50N39", "LON": "3E 5", "MON": "12", "NUM": "463", "PRO": "M", "SEC": "40", "YEA": "1846", "CITY": "PERENCHIES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6191	delage-josepj-1862-01-31	{"a3": "465"}	{"lerrcp": "A3-465"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Josepj", "family": "Delage", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:03:52", "date": "1862-01-31 02:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -0.96774, "lat": 45.94304, "name": "Rochefort", "geoid": 2983276}, "notime": null, "date-ut": "1862-01-31 02:04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Josepj", "family": "Delage"}, "birth": {"tzo": "-00:03:52", "date": "1862-01-31 02:00", "place": {"c2": "17", "cy": "FR", "lg": -0.96774, "lat": 45.94304, "name": "Rochefort", "geoid": 2983276}, "date-ut": "1862-01-31 02:04:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-465"}, "ids-in-sources": {"a3": "465"}}, "raw": {"H": "2", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "31", "LAT": "46N 9", "LON": "1W10", "MON": "1", "NUM": "465", "PRO": "M", "SEC": "40", "YEA": "1862", "CITY": "ROCHEFORT"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6192	delestraint-charles-1879-03-12	{"a3": "466"}	{"lerrcp": "A3-466"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Delestraint", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:04", "date": "1879-03-12 05:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Biache-Saint-Waast", "geoid": 0}, "notime": null, "date-ut": "1879-03-12 04:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Delestraint"}, "birth": {"tzo": "+00:11:04", "date": "1879-03-12 05:00", "place": {"c2": "62", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Biache-Saint-Waast", "geoid": 0}, "date-ut": "1879-03-12 04:48:56"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-466"}, "ids-in-sources": {"a3": "466"}}, "raw": {"H": "4", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "12", "LAT": "50N18", "LON": "2E46", "MON": "3", "NUM": "466", "PRO": "M", "SEC": "56", "YEA": "1879", "CITY": "BIACHE-ST-WAAST"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6196	denoue-edouard-1844-07-12	{"a3": "470"}	{"lerrcp": "A3-470"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Denoue", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:16", "date": "1844-07-12 20:00", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.81714, "lat": 47.28964, "name": "Lormes", "geoid": 2997559}, "notime": null, "date-ut": "1844-07-12 19:47:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Denoue"}, "birth": {"tzo": "+00:15:16", "date": "1844-07-12 20:00", "place": {"c2": "58", "cy": "FR", "lg": 3.81714, "lat": 47.28964, "name": "Lormes", "geoid": 2997559}, "date-ut": "1844-07-12 19:47:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-470"}, "ids-in-sources": {"a3": "470"}}, "raw": {"H": "19", "MN": "47", "TZ": "0", "COD": "58", "COU": "F", "DAY": "12", "LAT": "46N59", "LON": "3E 9", "MON": "7", "NUM": "470", "PRO": "M", "SEC": "24", "YEA": "1844", "CITY": "LORMES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6195	denfert-rochereau-philippe-1823-01-11	{"a3": "469", "g55": "04-343"}	{"g55": "04-343", "lerrcp": "A3-469"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Denfert-Rochereau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:48", "date": "1823-01-11 17:30", "note": null, "place": {"c1": null, "c2": "79", "c3": null, "cy": "FR", "lg": -0.45, "lat": 46.31667, "name": "Saint-Maixent", "geoid": 0}, "notime": null, "date-ut": "1823-01-11 17:31:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Denfert-Rochereau"}, "birth": {"tzo": "-00:01:48", "date": "1823-01-11 17:30", "place": {"c2": "79", "cy": "FR", "lg": -0.45, "lat": 46.31667, "name": "Saint-Maixent", "geoid": 0}, "date-ut": "1823-01-11 17:31:48"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-469"}, "ids-in-sources": {"a3": "469"}}, "raw": {"H": "17", "MN": "31", "TZ": "0", "COD": "79", "COU": "F", "DAY": "11", "LAT": "46N19", "LON": "0W27", "MON": "1", "NUM": "469", "PRO": "M", "SEC": "48", "YEA": "1823", "CITY": "ST-MAIXENT"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Maixent"}}, "partial-ids": {"g55": "04-343"}, "ids-in-source": {"g55": "04-343"}}, "raw": {"DAY": "11-1-1823", "HOUR": "17 h. 3O", "NAME": "DENFERT-ROCHEREAU Philippe Ar.", "PLACE": "Saint-Maixent (Deux-Sèvres)."}, "date": "2023-08-20T14:48:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6199	desaleux-georges-1851-08-04	{"a3": "473"}	{"lerrcp": "A3-473"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Desaleux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:54", "date": "1851-08-04 13:10", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "notime": null, "date-ut": "1851-08-04 13:16:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Desaleux"}, "birth": {"tzo": "-00:05:54", "date": "1851-08-04 13:10", "place": {"c2": "64", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "date-ut": "1851-08-04 13:16:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-473"}, "ids-in-sources": {"a3": "473"}}, "raw": {"H": "13", "MN": "16", "TZ": "0", "COD": "64", "COU": "F", "DAY": "4", "LAT": "43N18", "LON": "0W22", "MON": "8", "NUM": "473", "PRO": "M", "SEC": "28", "YEA": "1851", "CITY": "BAYONNE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6200	gauquelin-a3-474-1850-05-26	{"a3": "474"}	{"lerrcp": "A3-474"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-474", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:16", "date": "1850-05-26 17:55:20", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Soulac", "geoid": 0}, "notime": null, "date-ut": "1850-05-26 17:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-474"}, "birth": {"tzo": "-00:02:16", "date": "1850-05-26 17:55:20", "place": {"c2": "33", "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Soulac", "geoid": 0}, "date-ut": "1850-05-26 17:57:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-474"}, "ids-in-sources": {"a3": "474"}}, "raw": {"H": "17", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "26", "LAT": "44N50", "LON": "0W34", "MON": "5", "NUM": "474", "PRO": "M", "SEC": "36", "YEA": "1850", "CITY": "SOULAC"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6198	deport-joseph-1846-09-17	{"a3": "472", "g55": "04-345"}	{"g55": "04-345", "lerrcp": "A3-472"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Deport", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:36", "date": "1846-09-17 08:00", "note": null, "place": {"c1": null, "c2": "70", "c3": null, "cy": "FR", "lg": 6.15, "lat": 47.61667, "name": "Saint-Loup-sur-Semouse", "geoid": 0}, "notime": null, "date-ut": "1846-09-17 07:35:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Deport"}, "birth": {"tzo": "+00:24:36", "date": "1846-09-17 08:00", "place": {"c2": "70", "cy": "FR", "lg": 6.15, "lat": 47.61667, "name": "Saint-Loup/Semouse", "geoid": 0}, "date-ut": "1846-09-17 07:35:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-472"}, "ids-in-sources": {"a3": "472"}}, "raw": {"H": "7", "MN": "35", "TZ": "0", "COD": "70", "COU": "F", "DAY": "17", "LAT": "47N37", "LON": "6E 9", "MON": "9", "NUM": "472", "PRO": "M", "SEC": "24", "YEA": "1846", "CITY": "ST-LOUP/SEMOUSE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Loup-sur-Semouse"}}, "partial-ids": {"g55": "04-345"}, "ids-in-source": {"g55": "04-345"}}, "raw": {"DAY": "17-9-1846", "HOUR": "8 h.", "NAME": "DEPORT Joseph Albert", "PLACE": "Saint-Loup-sur-Semouse (H.-S.)."}, "date": "2023-08-20T14:48:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6202	detroyat-robert-1911-01-08	{"a3": "476"}	{"lerrcp": "A3-476"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Detroyat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1911-01-08 15:00", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "notime": null, "date-ut": "1911-01-08 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Detroyat"}, "birth": {"tzo": "+00:09:21", "date": "1911-01-08 15:00", "place": {"c2": "37", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "date-ut": "1911-01-08 14:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-476"}, "ids-in-sources": {"a3": "476"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "37", "COU": "F", "DAY": "8", "LAT": "47N24", "LON": "0E42", "MON": "1", "NUM": "476", "PRO": "M", "SEC": "40", "YEA": "1911", "CITY": "TOURS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6203	devienne-charles-1825-04-24	{"a3": "477"}	{"lerrcp": "A3-477"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Devienne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:04", "date": "1825-04-24 17:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Wetis-Cohen", "geoid": 0}, "notime": null, "date-ut": "1825-04-24 16:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Devienne"}, "birth": {"tzo": "+00:11:04", "date": "1825-04-24 17:00", "place": {"c2": "62", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Wetis-Cohen", "geoid": 0}, "date-ut": "1825-04-24 16:48:56"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-477"}, "ids-in-sources": {"a3": "477"}}, "raw": {"H": "16", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "24", "LAT": "50N18", "LON": "2E46", "MON": "4", "NUM": "477", "PRO": "M", "SEC": "56", "YEA": "1825", "CITY": "WETIS-COHEN"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6205	devinck-paul-1892-08-14	{"a3": "479"}	{"lerrcp": "A3-479"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Devinck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1892-08-14 14:30", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Govenvaersvelde", "geoid": 0}, "notime": null, "date-ut": "1892-08-14 14:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Devinck"}, "birth": {"tzo": "+00:09:21", "date": "1892-08-14 14:30", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Govenvaersvelde", "geoid": 0}, "date-ut": "1892-08-14 14:20:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-479"}, "ids-in-sources": {"a3": "479"}}, "raw": {"H": "14", "MN": "20", "TZ": "0", "COD": "59", "COU": "F", "DAY": "14", "LAT": "50N39", "LON": "3E 5", "MON": "8", "NUM": "479", "PRO": "M", "SEC": "40", "YEA": "1892", "CITY": "GOVENVAERSVELDE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6206	didier-jean-1828-11-19	{"a3": "480"}	{"lerrcp": "A3-480"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Didier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:01", "date": "1828-11-19 01:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.00461, "lat": 49.14577, "name": "Vernéville", "geoid": 2969791}, "notime": null, "date-ut": "1828-11-19 00:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Didier"}, "birth": {"tzo": "+00:24:01", "date": "1828-11-19 01:00", "place": {"c2": "57", "cy": "FR", "lg": 6.00461, "lat": 49.14577, "name": "Vernéville", "geoid": 2969791}, "date-ut": "1828-11-19 00:35:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-480"}, "ids-in-sources": {"a3": "480"}}, "raw": {"H": "0", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "19", "LAT": "49N 7", "LON": "6E11", "MON": "11", "NUM": "480", "PRO": "M", "SEC": "16", "YEA": "1828", "CITY": "VERNEVILLE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6208	donet-jean-1830-04-09	{"a3": "482"}	{"lerrcp": "A3-482"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Donet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:09", "date": "1830-04-09 07:00", "note": null, "place": {"c1": null, "c2": "70", "c3": null, "cy": "FR", "lg": 5.78691, "lat": 47.73092, "name": "Malvillers", "geoid": 2996305}, "notime": null, "date-ut": "1830-04-09 06:35:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Donet"}, "birth": {"tzo": "+00:23:09", "date": "1830-04-09 07:00", "place": {"c2": "70", "cy": "FR", "lg": 5.78691, "lat": 47.73092, "name": "Malvillers", "geoid": 2996305}, "date-ut": "1830-04-09 06:35:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-482"}, "ids-in-sources": {"a3": "482"}}, "raw": {"H": "6", "MN": "35", "TZ": "0", "COD": "70", "COU": "F", "DAY": "9", "LAT": "47N37", "LON": "6E 9", "MON": "4", "NUM": "482", "PRO": "M", "SEC": "24", "YEA": "1830", "CITY": "MALVILLERS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6211	douzans-jules-1829-12-28	{"a3": "485"}	{"lerrcp": "A3-485"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Douzans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:40", "date": "1829-12-28 14:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.91667, "lat": 42.7, "name": "Banyuls", "geoid": 0}, "notime": null, "date-ut": "1829-12-28 13:48:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Douzans"}, "birth": {"tzo": "+00:11:40", "date": "1829-12-28 14:00", "place": {"c2": "66", "cy": "FR", "lg": 2.91667, "lat": 42.7, "name": "Banyuls", "geoid": 0}, "date-ut": "1829-12-28 13:48:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-485"}, "ids-in-sources": {"a3": "485"}}, "raw": {"H": "13", "MN": "48", "TZ": "0", "COD": "66", "COU": "F", "DAY": "28", "LAT": "42N42", "LON": "2E55", "MON": "12", "NUM": "485", "PRO": "M", "SEC": "20", "YEA": "1829", "CITY": "BANYULS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6210	doudart-lagree-ernest-1823-03-31	{"a3": "484", "g55": "04-349"}	{"g55": "04-349", "lerrcp": "A3-484"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Doudart Lagree Ernest", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:52", "date": "1823-03-31 22:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Saint-Vincent", "geoid": 0}, "notime": null, "date-ut": "1823-03-31 21:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Doudart Lagree Ernest"}, "birth": {"tzo": "+00:22:52", "date": "1823-03-31 22:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Saint-Vincent", "geoid": 0}, "date-ut": "1823-03-31 21:37:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-484"}, "ids-in-sources": {"a3": "484"}}, "raw": {"H": "21", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "31", "LAT": "45N11", "LON": "5E43", "MON": "3", "NUM": "484", "PRO": "M", "SEC": "8", "YEA": "1823", "CITY": "ST-VINCENT"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Vincent"}}, "partial-ids": {"g55": "04-349"}, "ids-in-source": {"g55": "04-349"}}, "raw": {"DAY": "31-3-1823", "HOUR": "22 h.", "NAME": "\\fDOUDART de LAGREE (de G. de) Ern.", "PLACE": "Saint-Vincent (Isère)."}, "date": "2023-08-20T14:48:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6212	doyen-paul-1881-06-21	{"a3": "486"}	{"lerrcp": "A3-486"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Doyen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:16", "date": "1881-06-21 03:55:20", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Cabanac Et Vill", "geoid": 0}, "notime": null, "date-ut": "1881-06-21 03:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Doyen"}, "birth": {"tzo": "-00:02:16", "date": "1881-06-21 03:55:20", "place": {"c2": "33", "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Cabanac Et Vill", "geoid": 0}, "date-ut": "1881-06-21 03:57:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-486"}, "ids-in-sources": {"a3": "486"}}, "raw": {"H": "3", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "21", "LAT": "44N50", "LON": "0W34", "MON": "6", "NUM": "486", "PRO": "M", "SEC": "36", "YEA": "1881", "CITY": "CABANAC ET VILL"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6214	drogou-francois-1904-12-30	{"a3": "488"}	{"lerrcp": "A3-488"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Drogou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1904-12-30 07:30", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.51424, "lat": 48.42917, "name": "Bohars", "geoid": 3032125}, "notime": null, "date-ut": "1904-12-30 07:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Drogou"}, "birth": {"tzo": "+00:09:21", "date": "1904-12-30 07:30", "place": {"c2": "29", "cy": "FR", "lg": -4.51424, "lat": 48.42917, "name": "Bohars", "geoid": 3032125}, "date-ut": "1904-12-30 07:20:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-488"}, "ids-in-sources": {"a3": "488"}}, "raw": {"H": "7", "MN": "20", "TZ": "0", "COD": "29", "COU": "F", "DAY": "30", "LAT": "48N 0", "LON": "4W 6", "MON": "12", "NUM": "488", "PRO": "M", "SEC": "40", "YEA": "1904", "CITY": "BOHARS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6215	dromard-robert-1894-07-21	{"a3": "489"}	{"lerrcp": "A3-489"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Dromard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1894-07-21 12:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.82545, "lat": 50.13796, "name": "Givet", "geoid": 3015904}, "notime": null, "date-ut": "1894-07-21 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Dromard"}, "birth": {"tzo": "+00:09:21", "date": "1894-07-21 12:00", "place": {"c2": "08", "cy": "FR", "lg": 4.82545, "lat": 50.13796, "name": "Givet", "geoid": 3015904}, "date-ut": "1894-07-21 11:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-489"}, "ids-in-sources": {"a3": "489"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "08", "COU": "F", "DAY": "21", "LAT": "49N46", "LON": "4E44", "MON": "7", "NUM": "489", "PRO": "M", "SEC": "40", "YEA": "1894", "CITY": "GIVET"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6216	drude-antoine-1853-05-27	{"a3": "490"}	{"lerrcp": "A3-490"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Drude", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1853-05-27 02:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Conde-sur-L Esc", "geoid": 0}, "notime": null, "date-ut": "1853-05-27 01:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Drude"}, "birth": {"tzo": "+00:12:20", "date": "1853-05-27 02:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Conde-sur-L Esc", "geoid": 0}, "date-ut": "1853-05-27 01:47:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-490"}, "ids-in-sources": {"a3": "490"}}, "raw": {"H": "1", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "27", "LAT": "50N39", "LON": "3E 5", "MON": "5", "NUM": "490", "PRO": "M", "SEC": "40", "YEA": "1853", "CITY": "CONDE-SUR-L ESC"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6218	duboc-emile-1852-07-08	{"a3": "492"}	{"lerrcp": "A3-492"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Duboc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:03:49", "date": "1852-07-08 16:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.95515, "lat": 49.54533, "name": "Barentin", "geoid": 3034951}, "notime": null, "date-ut": "1852-07-08 15:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Duboc"}, "birth": {"tzo": "+00:03:49", "date": "1852-07-08 16:00", "place": {"c2": "76", "cy": "FR", "lg": 0.95515, "lat": 49.54533, "name": "Barentin", "geoid": 3034951}, "date-ut": "1852-07-08 15:55:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-492"}, "ids-in-sources": {"a3": "492"}}, "raw": {"H": "15", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "8", "LAT": "49N26", "LON": "1E 5", "MON": "7", "NUM": "492", "PRO": "M", "SEC": "40", "YEA": "1852", "CITY": "BARENTIN"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6220	duboys-fresney-etienne-1808-08-15	{"a3": "494"}	{"lerrcp": "A3-494"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Duboys-Fresney", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:03:05", "date": "1808-08-15 21:00", "note": null, "place": {"c1": null, "c2": "53", "c3": null, "cy": "FR", "lg": -0.77019, "lat": 48.07247, "name": "Laval", "geoid": 3005866}, "notime": null, "date-ut": "1808-08-15 21:03"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Duboys-Fresney"}, "birth": {"tzo": "-00:03:05", "date": "1808-08-15 21:00", "place": {"c2": "53", "cy": "FR", "lg": -0.77019, "lat": 48.07247, "name": "Laval", "geoid": 3005866}, "date-ut": "1808-08-15 21:03"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-494"}, "ids-in-sources": {"a3": "494"}}, "raw": {"H": "21", "MN": "3", "TZ": "0", "COD": "53", "COU": "F", "DAY": "15", "LAT": "48N 4", "LON": "0W45", "MON": "8", "NUM": "494", "PRO": "M", "SEC": "0", "YEA": "1808", "CITY": "LAVAL"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6221	ducasse-jean-1807-12-10	{"a3": "495"}	{"lerrcp": "A3-495"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Ducasse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:54", "date": "1807-12-10 05:55:34", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "notime": null, "date-ut": "1807-12-10 06:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Ducasse"}, "birth": {"tzo": "-00:05:54", "date": "1807-12-10 05:55:34", "place": {"c2": "64", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "date-ut": "1807-12-10 06:01:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-495"}, "ids-in-sources": {"a3": "495"}}, "raw": {"H": "6", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "10", "LAT": "43N18", "LON": "0W22", "MON": "12", "NUM": "495", "PRO": "M", "SEC": "28", "YEA": "1807", "CITY": "BAYONNE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6223	duchesne-jacques-1837-03-03	{"a3": "497", "g55": "04-354"}	{"g55": "04-354", "lerrcp": "A3-497"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Duchesne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:08", "date": "1837-03-03 12:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.28328, "lat": 48.19738, "name": "Sens", "geoid": 2975050}, "notime": null, "date-ut": "1837-03-03 11:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Duchesne"}, "birth": {"tzo": "+00:13:08", "date": "1837-03-03 12:00", "place": {"c2": "89", "cy": "FR", "lg": 3.28328, "lat": 48.19738, "name": "Sens", "geoid": 2975050}, "date-ut": "1837-03-03 11:45:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-497"}, "ids-in-sources": {"a3": "497"}}, "raw": {"H": "11", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "3", "LAT": "47N48", "LON": "3E35", "MON": "3", "NUM": "497", "PRO": "M", "SEC": "40", "YEA": "1837", "CITY": "SENS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-354"}, "ids-in-source": {"g55": "04-354"}}, "raw": {"DAY": "3-3-1837", "HOUR": "12 h.", "NAME": "DUCHESNE Jacques Charles", "PLACE": "Sens (Yonne)."}, "date": "2023-08-20T14:48:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6225	dufieux-julien-claude	{"a3": "499", "g55": "04-356"}	{"g55": "04-356", "lerrcp": "A3-499"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julien Claude", "family": "Dufieux", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 0.14027, "lat": 35.39664, "name": "Mascara", "geoid": 2490098}, "notime": null, "date-ut": "1873-05-21 01:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-499"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 0.14027, "lat": 35.39664, "name": "Mascara", "geoid": 2490098}, "date-ut": "1873-05-21 01:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-499"}, "ids-in-sources": {"a3": "499"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "21", "LAT": "35N50", "LON": "0W 0", "MON": "5", "NUM": "499", "PRO": "M", "SEC": "0", "YEA": "1873", "CITY": "MASCARA"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Julien Claude", "family": "Dufieux", "nobility": ""}, "slug": "dufieux-julien-claude", "partial-ids": {"g55": "04-356"}, "ids-in-source": {"g55": "04-356"}}, "raw": {"DAY": "21-5-1873", "HOUR": "1 h.", "NAME": "DUFIEUX Julien Claude", "PLACE": "Mascara (Algérie)."}, "date": "2023-08-20T14:48:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6230	gauquelin-a3-504-1892-01-15	{"a3": "504"}	{"lerrcp": "A3-504"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-504", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1892-01-15 05:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1892-01-15 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-504"}, "birth": {"tzo": "+00:09:21", "date": "1892-01-15 05:00", "place": {"c2": "35", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1892-01-15 04:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-504"}, "ids-in-sources": {"a3": "504"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "35", "COU": "F", "DAY": "15", "LAT": "48N 7", "LON": "1W40", "MON": "1", "NUM": "504", "PRO": "M", "SEC": "40", "YEA": "1892", "CITY": "RENNES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6231	dupre-louis-1812-09-10	{"a3": "505"}	{"lerrcp": "A3-505"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Dupre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:40", "date": "1812-09-10 23:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Montigny-Lencou", "geoid": 0}, "notime": null, "date-ut": "1812-09-10 22:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Dupre"}, "birth": {"tzo": "+00:10:40", "date": "1812-09-10 23:00", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Montigny-Lencou", "geoid": 0}, "date-ut": "1812-09-10 22:49:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-505"}, "ids-in-sources": {"a3": "505"}}, "raw": {"H": "22", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "10", "LAT": "48N33", "LON": "2E40", "MON": "9", "NUM": "505", "PRO": "M", "SEC": "20", "YEA": "1812", "CITY": "MONTIGNY-LENCOU"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6227	duhomme-paul-1917-08-24	{"a3": "501", "g55": "04-617"}	{"g55": "04-617", "lerrcp": "A3-501"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Duhomme", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-08-24 05:20", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.07982, "lat": 48.97285, "name": "Jort", "geoid": 3012255}, "notime": null, "date-ut": "1917-08-24 04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Duhomme"}, "birth": {"tzo": "+01:00", "date": "1917-08-24 05:20", "place": {"c2": "14", "cy": "FR", "lg": -0.07982, "lat": 48.97285, "name": "Jort", "geoid": 3012255}, "date-ut": "1917-08-24 04:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-501"}, "ids-in-sources": {"a3": "501"}}, "raw": {"H": "4", "MN": "20", "TZ": "0", "COD": "14", "COU": "F", "DAY": "24", "LAT": "49N11", "LON": "0W22", "MON": "8", "NUM": "501", "PRO": "M", "SEC": "0", "YEA": "1917", "CITY": "JORT"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-617"}, "ids-in-source": {"g55": "04-617"}}, "raw": {"DAY": "24-8-1917", "HOUR": "5 h. 20", "NAME": "DUHOMME Paul", "PLACE": "Jort (Calvados)."}, "date": "2023-08-20T14:48:34+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6235	dupuy-lome-stanislas-1816-10-15	{"a3": "509"}	{"lerrcp": "A3-509"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Dupuy Lome Stanislas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:10:56", "date": "1816-10-15 05:00", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -2.73333, "lat": 47.66667, "name": "Ploermeur", "geoid": 0}, "notime": null, "date-ut": "1816-10-15 05:10:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Dupuy Lome Stanislas"}, "birth": {"tzo": "-00:10:56", "date": "1816-10-15 05:00", "place": {"c2": "56", "cy": "FR", "lg": -2.73333, "lat": 47.66667, "name": "Ploermeur", "geoid": 0}, "date-ut": "1816-10-15 05:10:56"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-509"}, "ids-in-sources": {"a3": "509"}}, "raw": {"H": "5", "MN": "10", "TZ": "0", "COD": "56", "COU": "F", "DAY": "15", "LAT": "47N40", "LON": "2W44", "MON": "10", "NUM": "509", "PRO": "M", "SEC": "56", "YEA": "1816", "CITY": "PLOERMEUR"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6236	durand-pierre-1876-06-30	{"a3": "510"}	{"lerrcp": "A3-510"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Durand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:16:24", "date": "1876-06-30 15:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.1, "lat": 48, "name": "Ploneour-Lanver", "geoid": 0}, "notime": null, "date-ut": "1876-06-30 15:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Durand"}, "birth": {"tzo": "-00:16:24", "date": "1876-06-30 15:00", "place": {"c2": "29", "cy": "FR", "lg": -4.1, "lat": 48, "name": "Ploneour-Lanver", "geoid": 0}, "date-ut": "1876-06-30 15:16:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-510"}, "ids-in-sources": {"a3": "510"}}, "raw": {"H": "15", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "30", "LAT": "48N 0", "LON": "4W 6", "MON": "6", "NUM": "510", "PRO": "M", "SEC": "24", "YEA": "1876", "CITY": "PLONEOUR-LANVER"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6234	dupre-marie-1813-11-25	{"a3": "508", "g55": "04-362"}	{"g55": "04-362", "lerrcp": "A3-508"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Dupre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:36", "date": "1813-11-25 17:00", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 2.148, "lat": 43.9298, "name": "Albi", "geoid": 3038261}, "notime": null, "date-ut": "1813-11-25 16:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Dupre"}, "birth": {"tzo": "+00:08:36", "date": "1813-11-25 17:00", "place": {"c2": "81", "cy": "FR", "lg": 2.148, "lat": 43.9298, "name": "Albi", "geoid": 3038261}, "date-ut": "1813-11-25 16:51:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-508"}, "ids-in-sources": {"a3": "508"}}, "raw": {"H": "16", "MN": "51", "TZ": "0", "COD": "81", "COU": "F", "DAY": "25", "LAT": "43N55", "LON": "2E 8", "MON": "11", "NUM": "508", "PRO": "M", "SEC": "28", "YEA": "1813", "CITY": "ALBI"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-362"}, "ids-in-source": {"g55": "04-362"}}, "raw": {"DAY": "25-11-1813", "HOUR": "17 h.", "NAME": "DUPRE Marie-Jules", "PLACE": "Albi (Tarn)."}, "date": "2023-08-20T14:48:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6237	durand-viel-georges-1875-03-11	{"a3": "511"}	{"lerrcp": "A3-511"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Durand-Viel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:26", "date": "1875-03-11 20:26:06", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1875-03-11 20:25:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Durand-Viel"}, "birth": {"tzo": "+00:00:26", "date": "1875-03-11 20:26:06", "place": {"c2": "76", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1875-03-11 20:25:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-511"}, "ids-in-sources": {"a3": "511"}}, "raw": {"H": "20", "MN": "25", "TZ": "0", "COD": "76", "COU": "F", "DAY": "11", "LAT": "49N26", "LON": "1E 5", "MON": "3", "NUM": "511", "PRO": "M", "SEC": "40", "YEA": "1875", "CITY": "LE HAVRE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6238	duval-raymond-1894-09-19	{"a3": "512"}	{"lerrcp": "A3-512"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Duval", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1894-09-19 01:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1894-09-19 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Duval"}, "birth": {"tzo": "+00:09:21", "date": "1894-09-19 01:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1894-09-19 00:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-512"}, "ids-in-sources": {"a3": "512"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "34", "COU": "F", "DAY": "19", "LAT": "43N37", "LON": "3E53", "MON": "9", "NUM": "512", "PRO": "M", "SEC": "40", "YEA": "1894", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6241	esteva-jean-1880-09-14	{"a3": "515"}	{"lerrcp": "A3-515"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Esteva", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:07", "date": "1880-09-14 10:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "notime": null, "date-ut": "1880-09-14 09:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Esteva"}, "birth": {"tzo": "+00:16:07", "date": "1880-09-14 10:00", "place": {"c2": "51", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "date-ut": "1880-09-14 09:42:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-515"}, "ids-in-sources": {"a3": "515"}}, "raw": {"H": "9", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "14", "LAT": "48N57", "LON": "4E22", "MON": "9", "NUM": "515", "PRO": "M", "SEC": "32", "YEA": "1880", "CITY": "REIMS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6239	engel-pierre-1917-09-11	{"a3": "513", "g55": "04-618"}	{"g55": "04-618", "lerrcp": "A3-513"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Engel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-09-11 04:00", "note": null, "place": {"c1": null, "c2": "73", "c3": null, "cy": "FR", "lg": 5.92079, "lat": 45.56628, "name": "Chambéry", "geoid": 3027422}, "notime": null, "date-ut": "1917-09-11 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-513"}, "birth": {"tzo": "+01:00", "date": "1917-09-11 04:00", "place": {"c2": "73", "cy": "FR", "lg": 5.92079, "lat": 45.56628, "name": "Chambéry", "geoid": 3027422}, "date-ut": "1917-09-11 03:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-513"}, "ids-in-sources": {"a3": "513"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "73", "COU": "F", "DAY": "11", "LAT": "45N34", "LON": "5E55", "MON": "9", "NUM": "513", "PRO": "M", "SEC": "0", "YEA": "1917", "CITY": "CHAMBERY"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Pierre", "family": "Engel", "nobility": ""}, "slug": "engel-pierre-1917-09-11", "partial-ids": {"g55": "04-618"}, "ids-in-source": {"g55": "04-618"}}, "raw": {"DAY": "11-9-1917", "HOUR": "4 h.", "NAME": "ENGEL Pierre", "PLACE": "Chambéry (Savoie)."}, "date": "2023-08-20T14:48:34+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6243	estienne-orves-honore-1901-06-05	{"a3": "517"}	{"lerrcp": "A3-517"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Honoré", "family": "Estienne-Orves", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1901-06-05 16:00", "note": null, "place": {"c1": null, "c2": "91", "c3": null, "cy": "FR", "lg": 2.33333, "lat": 48.6, "name": "Verrieres-le-Bu", "geoid": 0}, "notime": null, "date-ut": "1901-06-05 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Honoré", "family": "Estienne-Orves"}, "birth": {"tzo": "+00:09:21", "date": "1901-06-05 16:00", "place": {"c2": "91", "cy": "FR", "lg": 2.33333, "lat": 48.6, "name": "Verrieres-le-Bu", "geoid": 0}, "date-ut": "1901-06-05 15:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-517"}, "ids-in-sources": {"a3": "517"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "91", "COU": "F", "DAY": "5", "LAT": "48N36", "LON": "2E20", "MON": "6", "NUM": "517", "PRO": "M", "SEC": "40", "YEA": "1901", "CITY": "VERRIERES-LE-BU"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6246	fabre-adolphe-1832-08-24	{"a3": "520"}	{"lerrcp": "A3-520"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Fabre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1832-08-24 11:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Saint-Cyr", "geoid": 0}, "notime": null, "date-ut": "1832-08-24 10:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Fabre"}, "birth": {"tzo": "+00:08:32", "date": "1832-08-24 11:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Saint-Cyr", "geoid": 0}, "date-ut": "1832-08-24 10:51:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-520"}, "ids-in-sources": {"a3": "520"}}, "raw": {"H": "10", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "24", "LAT": "48N50", "LON": "2E 8", "MON": "8", "NUM": "520", "PRO": "M", "SEC": "28", "YEA": "1832", "CITY": "SAINT-CYR"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6245	exelmans-charles-1854-07-20	{"a3": "519", "g55": "04-366"}	{"g55": "04-366", "lerrcp": "A3-519"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Exelmans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1854-07-20 04:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1854-07-20 03:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Exelmans"}, "birth": {"tzo": "+00:19:23", "date": "1854-07-20 04:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1854-07-20 03:40:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-519"}, "ids-in-sources": {"a3": "519"}}, "raw": {"H": "3", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "20", "LAT": "45N46", "LON": "4E50", "MON": "7", "NUM": "519", "PRO": "M", "SEC": "40", "YEA": "1854", "CITY": "LYON"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-366"}, "ids-in-source": {"g55": "04-366"}}, "raw": {"DAY": "20-7-1854", "HOUR": "4 h.", "NAME": "EXELMANS. Charles-Marie", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:48:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6248	farcy-victor-1830-04-06	{"a3": "522"}	{"lerrcp": "A3-522"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Farcy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:20", "date": "1830-04-06 18:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Genets Canton D", "geoid": 0}, "notime": null, "date-ut": "1830-04-06 18:04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Farcy"}, "birth": {"tzo": "-00:04:20", "date": "1830-04-06 18:00", "place": {"c2": "50", "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Genets Canton D", "geoid": 0}, "date-ut": "1830-04-06 18:04:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-522"}, "ids-in-sources": {"a3": "522"}}, "raw": {"H": "18", "MN": "4", "TZ": "0", "COD": "50", "COU": "F", "DAY": "6", "LAT": "49N 7", "LON": "1W 5", "MON": "4", "NUM": "522", "PRO": "M", "SEC": "20", "YEA": "1830", "CITY": "GENETS CANTON D"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17901	broussaud-andre-1869-06-05	{"e1": "268"}	{"lerrcp": "E1-268"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Broussaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06", "date": "1869-06-05 08:00", "note": null, "place": {"c1": null, "c2": "23", "c3": "", "cy": "FR", "lg": 1.48597, "lat": 46.23791, "name": "La Souterraine", "geoid": 3006387}, "notime": null, "date-ut": "1869-06-05 07:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Broussaud"}, "birth": {"tzo": "+00:06", "date": "1869-06-05 08:00", "place": {"c2": "23", "c3": "", "cy": "FR", "lg": 1.48597, "lat": 46.23791, "name": "La Souterraine", "geoid": 3006387}, "date-ut": "1869-06-05 07:54"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "268"}}, "raw": {"H": "08:00", "COD": "23", "DAY": "05", "MON": "06", "NUM": "0268", "PRO": "MI", "YEA": "1869", "CITY": "La Souterraine", "NAME": "BROUSSAUD André", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
6249	fabre-jean-1816-05-05	{"a3": "523", "g55": "04-368"}	{"g55": "04-368", "lerrcp": "A3-523"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Fabre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:38", "date": "1816-05-05 06:00", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "notime": null, "date-ut": "1816-05-05 05:40:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Fabre"}, "birth": {"tzo": "+00:19:38", "date": "1816-05-05 06:00", "place": {"c2": "26", "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "date-ut": "1816-05-05 05:40:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-523"}, "ids-in-sources": {"a3": "523"}}, "raw": {"H": "5", "MN": "40", "TZ": "0", "COD": "26", "COU": "F", "DAY": "5", "LAT": "44N56", "LON": "4E54", "MON": "5", "NUM": "523", "PRO": "M", "SEC": "24", "YEA": "1816", "CITY": "VALENCE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-368"}, "ids-in-source": {"g55": "04-368"}}, "raw": {"DAY": "5-5-1816", "HOUR": "6 h.", "NAME": "FARRE Jean Joseph", "PLACE": "Valence (Drôme)."}, "date": "2023-08-20T14:48:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
4766	fave-ildephonse-1812-02-28	{"a2": "2681", "a3": "527", "g55": "04-372"}	{"g55": "04-372", "lerrcp": "A2-2681"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ildephonse", "family": "Fave", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:28", "date": "1812-02-28 12:00", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 1.36566, "lat": 48.73649, "name": "Dreux", "geoid": 3020810}, "notime": null, "date-ut": "1812-02-28 11:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist", "military-personnel"]	5	null	[{"new": {"name": {"given": "Ildephonse", "family": "Fave"}, "birth": {"tzo": "+00:05:28", "date": "1812-02-28 12:00", "place": {"c2": "28", "cy": "FR", "lg": 1.36566, "lat": 48.73649, "name": "Dreux", "geoid": 3020810}, "date-ut": "1812-02-28 11:54"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2681"}, "ids-in-sources": {"a2": "2681"}}, "raw": {"H": "11", "MN": "54", "TZ": "0", "COD": "28", "COU": "F", "DAY": "28", "LAT": "48N27", "LON": "1E30", "MON": "2", "NUM": "2681", "PRO": "S", "SEC": "0", "YEA": "1812", "CITY": "DREUX"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["military-personnel"], "sources": "a3", "ids-in-sources": {"a3": "527"}}, "raw": {"H": "11", "MN": "54", "TZ": "0", "COD": "28", "COU": "F", "DAY": "28", "LAT": "48N27", "LON": "1E30", "MON": "2", "NUM": "527", "PRO": "M", "SEC": "0", "YEA": "1812", "CITY": "DREUX"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-372"}, "ids-in-source": {"g55": "04-372"}}, "raw": {"DAY": "28-2-1812", "HOUR": "12 h.", "NAME": "FAVE Ildefonse", "PLACE": "Dreux (Eure-et-Loire)."}, "date": "2023-08-20T14:48:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}, {"new": [], "raw": {"DAY": "28-2-1812", "HOUR": "12 h.", "NAME": "\\fFAVE Ildephonse", "PLACE": "Dreux (Eure-et-Loir)."}, "date": "2023-08-20T14:49:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
6253	faverot-kerbrech-francois-1837-02-24	{"a3": "528"}	{"lerrcp": "A3-528"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Faverot Kerbrech Francois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:10:56", "date": "1837-02-24 20:00", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -2.73333, "lat": 47.66667, "name": "Caudan Canton", "geoid": 0}, "notime": null, "date-ut": "1837-02-24 20:10:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Faverot Kerbrech Francois"}, "birth": {"tzo": "-00:10:56", "date": "1837-02-24 20:00", "place": {"c2": "56", "cy": "FR", "lg": -2.73333, "lat": 47.66667, "name": "Caudan Canton", "geoid": 0}, "date-ut": "1837-02-24 20:10:56"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-528"}, "ids-in-sources": {"a3": "528"}}, "raw": {"H": "20", "MN": "10", "TZ": "0", "COD": "56", "COU": "F", "DAY": "24", "LAT": "47N40", "LON": "2W44", "MON": "2", "NUM": "528", "PRO": "M", "SEC": "56", "YEA": "1837", "CITY": "CAUDAN CANTON"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6255	fay-pierre-1899-03-22	{"a3": "530"}	{"lerrcp": "A3-530"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Fay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-03-22 09:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -2.05049, "lat": 48.45553, "name": "Dinan", "geoid": 3021356}, "notime": null, "date-ut": "1899-03-22 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Fay"}, "birth": {"tzo": "+00:09:21", "date": "1899-03-22 09:00", "place": {"c2": "22", "cy": "FR", "lg": -2.05049, "lat": 48.45553, "name": "Dinan", "geoid": 3021356}, "date-ut": "1899-03-22 08:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-530"}, "ids-in-sources": {"a3": "530"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "22", "COU": "F", "DAY": "22", "LAT": "48N31", "LON": "2W45", "MON": "3", "NUM": "530", "PRO": "M", "SEC": "40", "YEA": "1899", "CITY": "DINAN"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6257	febvrel-maurice-1873-10-16	{"a3": "532", "g55": "04-375"}	{"g55": "04-375", "lerrcp": "A3-532"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Febvrel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:32", "date": "1873-10-16 18:00", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.3829, "lat": 49.15964, "name": "Verdun", "geoid": 2969958}, "notime": null, "date-ut": "1873-10-16 17:39:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Febvrel"}, "birth": {"tzo": "+00:21:32", "date": "1873-10-16 18:00", "place": {"c2": "55", "cy": "FR", "lg": 5.3829, "lat": 49.15964, "name": "Verdun", "geoid": 2969958}, "date-ut": "1873-10-16 17:39:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-532"}, "ids-in-sources": {"a3": "532"}}, "raw": {"H": "17", "MN": "39", "TZ": "0", "COD": "55", "COU": "F", "DAY": "16", "LAT": "48N46", "LON": "5E10", "MON": "10", "NUM": "532", "PRO": "M", "SEC": "20", "YEA": "1873", "CITY": "VERDUN"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-375"}, "ids-in-source": {"g55": "04-375"}}, "raw": {"DAY": "16-10-1873", "HOUR": "18 h.", "NAME": "FEBVREL Maurice", "PLACE": "Verdun (Meuse)."}, "date": "2023-08-20T14:48:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6259	ferron-theophile-1830-09-19	{"a3": "535", "g55": "04-378"}	{"g55": "04-378", "lerrcp": "A3-535"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theophile", "family": "Ferron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:52", "date": "1830-09-19 18:00", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 1.46745, "lat": 48.1851, "name": "Pré-Saint-Évroult", "geoid": 2985423}, "notime": null, "date-ut": "1830-09-19 17:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Theophile", "family": "Ferron"}, "birth": {"tzo": "+00:05:52", "date": "1830-09-19 18:00", "place": {"c2": "28", "cy": "FR", "lg": 1.46745, "lat": 48.1851, "name": "Pré-Saint-Évroult", "geoid": 2985423}, "date-ut": "1830-09-19 17:54"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-535"}, "ids-in-sources": {"a3": "535"}}, "raw": {"H": "17", "MN": "54", "TZ": "0", "COD": "28", "COU": "F", "DAY": "19", "LAT": "48N27", "LON": "1E30", "MON": "9", "NUM": "535", "PRO": "M", "SEC": "0", "YEA": "1830", "CITY": "PRE-ST-EVROULT"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-378"}, "ids-in-source": {"g55": "04-378"}}, "raw": {"DAY": "19-9-1830", "HOUR": "18 h.", "NAME": "FERRON Théophile Adr.", "PLACE": "Pré-Saint-Evroult (E.-et-L.)."}, "date": "2023-08-20T14:48:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6260	fevrier-victor-1823-10-21	{"a3": "536", "g55": "04-379"}	{"g55": "04-379", "lerrcp": "A3-536"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Fevrier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:52", "date": "1823-10-21 06:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1823-10-21 05:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Fevrier"}, "birth": {"tzo": "+00:22:52", "date": "1823-10-21 06:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1823-10-21 05:37:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-536"}, "ids-in-sources": {"a3": "536"}}, "raw": {"H": "5", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "21", "LAT": "45N11", "LON": "5E43", "MON": "10", "NUM": "536", "PRO": "M", "SEC": "8", "YEA": "1823", "CITY": "GRENOBLE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-379"}, "ids-in-source": {"g55": "04-379"}}, "raw": {"DAY": "21-10-1823", "HOUR": "6 h.", "NAME": "FEVRIER Victor", "PLACE": "Grenoble (Isère)."}, "date": "2023-08-20T14:48:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6262	fix-raymond-1915-02-18	{"a3": "538", "g55": "04-620"}	{"g55": "04-620", "lerrcp": "A3-538"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Fix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-02-18 04:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1915-02-18 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Fix"}, "birth": {"tzo": "+00:00", "date": "1915-02-18 04:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1915-02-18 04:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-538"}, "ids-in-sources": {"a3": "538"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "13", "COU": "F", "DAY": "18", "LAT": "43N18", "LON": "5E22", "MON": "2", "NUM": "538", "PRO": "M", "SEC": "0", "YEA": "1915", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-620"}, "ids-in-source": {"g55": "04-620"}}, "raw": {"DAY": "18-2-1915", "HOUR": "4 h.", "NAME": "FIX Raymond", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:48:34+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
11885	hebey-jean-1916-08-29	{"a5": "415", "g55": "07-421"}	{"g55": "07-421", "lerrcp": "A5-415"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Hebey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "Alger", "geoid": 0}, "notime": null, "date-ut": "1916-08-29 06:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Hebey"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "ALGER", "geoid": 0}, "date-ut": "1916-08-29 06:00:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-415"}, "ids-in-sources": {"a5": "415"}}, "raw": {"H": "6", "MN": "0", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "29", "LAT": "36N47", "LON": "3E 0", "MON": "8", "NUM": "415", "PRO": "A", "SEC": "0", "YEA": "1916", "CITY": "ALGER"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Alger"}}, "partial-ids": {"g55": "07-421"}, "ids-in-source": {"g55": "07-421"}}, "raw": {"DAY": "29-8-1916", "HOUR": "6 h.", "NAME": "HEBEY Jean", "PLACE": "Alger (Algérie)."}, "date": "2023-08-20T14:49:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
6263	fomorin-etienne-1849-06-10	{"a3": "540"}	{"lerrcp": "A3-540"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Fomorin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:01", "date": "1849-06-10 02:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.50622, "lat": 45.23568, "name": "La Rivière", "geoid": 3006899}, "notime": null, "date-ut": "1849-06-10 01:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Fomorin"}, "birth": {"tzo": "+00:22:01", "date": "1849-06-10 02:00", "place": {"c2": "38", "cy": "FR", "lg": 5.50622, "lat": 45.23568, "name": "La Rivière", "geoid": 3006899}, "date-ut": "1849-06-10 01:37:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-540"}, "ids-in-sources": {"a3": "540"}}, "raw": {"H": "1", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "10", "LAT": "45N11", "LON": "5E43", "MON": "6", "NUM": "540", "PRO": "M", "SEC": "8", "YEA": "1849", "CITY": "LA RIVIERE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6264	fontaine-jules-1836-02-02	{"a3": "541"}	{"lerrcp": "A3-541"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Fontaine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:09:49", "date": "1836-02-02 06:00", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -2.45323, "lat": 47.661, "name": "Questembert", "geoid": 2984781}, "notime": null, "date-ut": "1836-02-02 06:10:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Fontaine"}, "birth": {"tzo": "-00:09:49", "date": "1836-02-02 06:00", "place": {"c2": "56", "cy": "FR", "lg": -2.45323, "lat": 47.661, "name": "Questembert", "geoid": 2984781}, "date-ut": "1836-02-02 06:10:56"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-541"}, "ids-in-sources": {"a3": "541"}}, "raw": {"H": "6", "MN": "10", "TZ": "0", "COD": "56", "COU": "F", "DAY": "2", "LAT": "47N40", "LON": "2W44", "MON": "2", "NUM": "541", "PRO": "M", "SEC": "56", "YEA": "1836", "CITY": "QUESTEMBERT"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6266	foulon-desire-1834-09-18	{"a3": "543"}	{"lerrcp": "A3-543"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Désiré", "family": "Foulon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:24", "date": "1834-09-18 08:00", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 0.59996, "lat": 49.12135, "name": "Valailles", "geoid": 2971136}, "notime": null, "date-ut": "1834-09-18 07:55:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Désiré", "family": "Foulon"}, "birth": {"tzo": "+00:02:24", "date": "1834-09-18 08:00", "place": {"c2": "27", "cy": "FR", "lg": 0.59996, "lat": 49.12135, "name": "Valailles", "geoid": 2971136}, "date-ut": "1834-09-18 07:55:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-543"}, "ids-in-sources": {"a3": "543"}}, "raw": {"H": "7", "MN": "55", "TZ": "0", "COD": "27", "COU": "F", "DAY": "18", "LAT": "49N 1", "LON": "1E11", "MON": "9", "NUM": "543", "PRO": "M", "SEC": "16", "YEA": "1834", "CITY": "VALAILLES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6268	fourichon-martin-1809-01-10	{"a3": "545"}	{"lerrcp": "A3-545"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Martin", "family": "Fourichon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:03:41", "date": "1809-01-10 13:00", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 0.92143, "lat": 45.41763, "name": "Thiviers", "geoid": 2972792}, "notime": null, "date-ut": "1809-01-10 12:57:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Martin", "family": "Fourichon"}, "birth": {"tzo": "+00:03:41", "date": "1809-01-10 13:00", "place": {"c2": "24", "cy": "FR", "lg": 0.92143, "lat": 45.41763, "name": "Thiviers", "geoid": 2972792}, "date-ut": "1809-01-10 12:57:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-545"}, "ids-in-sources": {"a3": "545"}}, "raw": {"H": "12", "MN": "57", "TZ": "0", "COD": "24", "COU": "F", "DAY": "10", "LAT": "45N11", "LON": "0E44", "MON": "1", "NUM": "545", "PRO": "M", "SEC": "4", "YEA": "1809", "CITY": "THIVIERS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6270	fournier-henry-1882-09-30	{"a3": "547"}	{"lerrcp": "A3-547"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Fournier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:03:05", "date": "1882-09-30 17:00", "note": null, "place": {"c1": null, "c2": "53", "c3": null, "cy": "FR", "lg": -0.77019, "lat": 48.07247, "name": "Laval", "geoid": 3005866}, "notime": null, "date-ut": "1882-09-30 17:03"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Fournier"}, "birth": {"tzo": "-00:03:05", "date": "1882-09-30 17:00", "place": {"c2": "53", "cy": "FR", "lg": -0.77019, "lat": 48.07247, "name": "Laval", "geoid": 3005866}, "date-ut": "1882-09-30 17:03"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-547"}, "ids-in-sources": {"a3": "547"}}, "raw": {"H": "17", "MN": "3", "TZ": "0", "COD": "53", "COU": "F", "DAY": "30", "LAT": "48N 4", "LON": "0W45", "MON": "9", "NUM": "547", "PRO": "M", "SEC": "0", "YEA": "1882", "CITY": "LAVAL"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6272	fracque-charles-1875-02-01	{"a3": "549", "g55": "04-386"}	{"g55": "04-386", "lerrcp": "A3-549"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Fracque", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:28", "date": "1875-02-01 18:00", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.86473, "lat": 46.38679, "name": "Saint-Claude", "geoid": 2981077}, "notime": null, "date-ut": "1875-02-01 17:37:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Fracque"}, "birth": {"tzo": "+00:23:28", "date": "1875-02-01 18:00", "place": {"c2": "39", "cy": "FR", "lg": 5.86473, "lat": 46.38679, "name": "Saint-Claude", "geoid": 2981077}, "date-ut": "1875-02-01 17:37:48"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-549"}, "ids-in-sources": {"a3": "549"}}, "raw": {"H": "17", "MN": "37", "TZ": "0", "COD": "39", "COU": "F", "DAY": "1", "LAT": "46N40", "LON": "5E33", "MON": "2", "NUM": "549", "PRO": "M", "SEC": "48", "YEA": "1875", "CITY": "SAINT-CLAUDE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-386"}, "ids-in-source": {"g55": "04-386"}}, "raw": {"DAY": "1-2-1875", "HOUR": "18 h.", "NAME": "FRACQUE Charles Célien", "PLACE": "Saint-Claude (Jura)."}, "date": "2023-08-20T14:48:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6274	francois-jacques-1913-11-11	{"a3": "551"}	{"lerrcp": "A3-551"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Francois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-11-11 17:00", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 0.82177, "lat": 48.32157, "name": "Nogent-le-Rotrou", "geoid": 2990272}, "notime": null, "date-ut": "1913-11-11 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Francois"}, "birth": {"tzo": "+00:00", "date": "1913-11-11 17:00", "place": {"c2": "28", "cy": "FR", "lg": 0.82177, "lat": 48.32157, "name": "Nogent-le-Rotrou", "geoid": 2990272}, "date-ut": "1913-11-11 17:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-551"}, "ids-in-sources": {"a3": "551"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "28", "COU": "F", "DAY": "11", "LAT": "48N27", "LON": "1E30", "MON": "11", "NUM": "551", "PRO": "M", "SEC": "0", "YEA": "1913", "CITY": "NOGENT-LE-ROTROU"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6276	fremond-merveillere-charles-1823-10-30	{"a3": "553"}	{"lerrcp": "A3-553"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Fremond Merveillere Charles", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:19", "date": "1823-10-30 06:00", "note": null, "place": {"c1": null, "c2": "41", "c3": null, "cy": "FR", "lg": 1.32912, "lat": 47.59432, "name": "Blois", "geoid": 3032213}, "notime": null, "date-ut": "1823-10-30 05:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Fremond Merveillere Charles"}, "birth": {"tzo": "+00:05:19", "date": "1823-10-30 06:00", "place": {"c2": "41", "cy": "FR", "lg": 1.32912, "lat": 47.59432, "name": "Blois", "geoid": 3032213}, "date-ut": "1823-10-30 05:54:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-553"}, "ids-in-sources": {"a3": "553"}}, "raw": {"H": "5", "MN": "54", "TZ": "0", "COD": "41", "COU": "F", "DAY": "30", "LAT": "47N35", "LON": "1E20", "MON": "10", "NUM": "553", "PRO": "M", "SEC": "40", "YEA": "1823", "CITY": "BLOIS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6277	fremond-merveillere-louis-1823-02-06	{"a3": "554"}	{"lerrcp": "A3-554"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Fremond Merveillere Louis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01:22", "date": "1823-02-06 08:00", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "notime": null, "date-ut": "1823-02-06 07:58:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Fremond Merveillere Louis"}, "birth": {"tzo": "+00:01:22", "date": "1823-02-06 08:00", "place": {"c2": "86", "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "date-ut": "1823-02-06 07:58:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-554"}, "ids-in-sources": {"a3": "554"}}, "raw": {"H": "7", "MN": "58", "TZ": "0", "COD": "86", "COU": "F", "DAY": "6", "LAT": "46N35", "LON": "0E20", "MON": "2", "NUM": "554", "PRO": "M", "SEC": "40", "YEA": "1823", "CITY": "POITIERS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6278	frere-aubert-1881-08-21	{"a3": "555"}	{"lerrcp": "A3-555"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aubert", "family": "Frere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:15", "date": "1881-08-21 05:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.8113, "lat": 50.10489, "name": "Grévillers", "geoid": 3014689}, "notime": null, "date-ut": "1881-08-21 04:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Aubert", "family": "Frere"}, "birth": {"tzo": "+00:11:15", "date": "1881-08-21 05:00", "place": {"c2": "62", "cy": "FR", "lg": 2.8113, "lat": 50.10489, "name": "Grévillers", "geoid": 3014689}, "date-ut": "1881-08-21 04:48:56"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-555"}, "ids-in-sources": {"a3": "555"}}, "raw": {"H": "4", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "21", "LAT": "50N18", "LON": "2E46", "MON": "8", "NUM": "555", "PRO": "M", "SEC": "56", "YEA": "1881", "CITY": "GREVILLERS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6281	gabolde-jean-1882-06-22	{"a3": "558"}	{"lerrcp": "A3-558"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Gabolde", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:32", "date": "1882-06-22 08:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.88333, "lat": 43.61667, "name": "Saint-Pons", "geoid": 0}, "notime": null, "date-ut": "1882-06-22 07:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Gabolde"}, "birth": {"tzo": "+00:15:32", "date": "1882-06-22 08:00", "place": {"c2": "34", "cy": "FR", "lg": 3.88333, "lat": 43.61667, "name": "Saint-Pons", "geoid": 0}, "date-ut": "1882-06-22 07:44:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-558"}, "ids-in-sources": {"a3": "558"}}, "raw": {"H": "7", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "22", "LAT": "43N37", "LON": "3E53", "MON": "6", "NUM": "558", "PRO": "M", "SEC": "28", "YEA": "1882", "CITY": "SAINT-PONS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6282	galibier-charles-1824-07-02	{"a3": "559"}	{"lerrcp": "A3-559"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Galibier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:58", "date": "1824-07-02 23:00", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 2.24088, "lat": 43.60527, "name": "Castres", "geoid": 3028263}, "notime": null, "date-ut": "1824-07-02 22:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Galibier"}, "birth": {"tzo": "+00:08:58", "date": "1824-07-02 23:00", "place": {"c2": "81", "cy": "FR", "lg": 2.24088, "lat": 43.60527, "name": "Castres", "geoid": 3028263}, "date-ut": "1824-07-02 22:51:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-559"}, "ids-in-sources": {"a3": "559"}}, "raw": {"H": "22", "MN": "51", "TZ": "0", "COD": "81", "COU": "F", "DAY": "2", "LAT": "43N55", "LON": "2E 8", "MON": "7", "NUM": "559", "PRO": "M", "SEC": "28", "YEA": "1824", "CITY": "CASTRES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6283	ganeval-jean-1894-12-24	{"a3": "561"}	{"lerrcp": "A3-561"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Ganeval", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1894-12-24 01:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1894-12-24 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Ganeval"}, "birth": {"tzo": "+00:09:21", "date": "1894-12-24 01:00", "place": {"c2": "29", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1894-12-24 00:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-561"}, "ids-in-sources": {"a3": "561"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "29", "COU": "F", "DAY": "24", "LAT": "48N 0", "LON": "4W 6", "MON": "12", "NUM": "561", "PRO": "M", "SEC": "40", "YEA": "1894", "CITY": "BREST"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6284	gangloff-gaston-1847-02-15	{"a3": "562"}	{"lerrcp": "A3-562"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Gangloff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:31", "date": "1847-02-15 03:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.75, "lat": 48.58333, "name": "Petite-Pierre", "geoid": 0}, "notime": null, "date-ut": "1847-02-15 02:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Gangloff"}, "birth": {"tzo": "+00:31", "date": "1847-02-15 03:00", "place": {"c2": "67", "cy": "FR", "lg": 7.75, "lat": 48.58333, "name": "Petite-Pierre", "geoid": 0}, "date-ut": "1847-02-15 02:29"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-562"}, "ids-in-sources": {"a3": "562"}}, "raw": {"H": "2", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "15", "LAT": "48N35", "LON": "7E45", "MON": "2", "NUM": "562", "PRO": "M", "SEC": "0", "YEA": "1847", "CITY": "PETITE-PIERRE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6285	garchery-joanny-1876-06-16	{"a3": "563", "g55": "04-391"}	{"g55": "04-391", "lerrcp": "A3-563"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joanny", "family": "Garchery", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:20", "date": "1876-06-16 05:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.33243, "lat": 46.56459, "name": "Moulins", "geoid": 2991481}, "notime": null, "date-ut": "1876-06-16 04:46:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joanny", "family": "Garchery"}, "birth": {"tzo": "+00:13:20", "date": "1876-06-16 05:00", "place": {"c2": "03", "cy": "FR", "lg": 3.33243, "lat": 46.56459, "name": "Moulins", "geoid": 2991481}, "date-ut": "1876-06-16 04:46:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-563"}, "ids-in-sources": {"a3": "563"}}, "raw": {"H": "4", "MN": "46", "TZ": "0", "COD": "03", "COU": "F", "DAY": "16", "LAT": "46N34", "LON": "3E20", "MON": "6", "NUM": "563", "PRO": "M", "SEC": "40", "YEA": "1876", "CITY": "MOULINS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-391"}, "ids-in-source": {"g55": "04-391"}}, "raw": {"DAY": "16-6-1876", "HOUR": "5 h.", "NAME": "GARCHERY Joanny Jules", "PLACE": "Moulins (Allier)."}, "date": "2023-08-20T14:48:29+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6286	gardarein-jean-1831-07-13	{"a3": "564"}	{"lerrcp": "A3-564"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Gardarein", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:54", "date": "1831-07-13 09:00", "note": null, "place": {"c1": null, "c2": "46", "c3": null, "cy": "FR", "lg": 1.4738, "lat": 44.89788, "name": "Souillac", "geoid": 2974066}, "notime": null, "date-ut": "1831-07-13 08:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Gardarein"}, "birth": {"tzo": "+00:05:54", "date": "1831-07-13 09:00", "place": {"c2": "46", "cy": "FR", "lg": 1.4738, "lat": 44.89788, "name": "Souillac", "geoid": 2974066}, "date-ut": "1831-07-13 08:54:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-564"}, "ids-in-sources": {"a3": "564"}}, "raw": {"H": "8", "MN": "54", "TZ": "0", "COD": "46", "COU": "F", "DAY": "13", "LAT": "44N27", "LON": "1E26", "MON": "7", "NUM": "564", "PRO": "M", "SEC": "16", "YEA": "1831", "CITY": "SOUILLAC"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6287	garnault-henry-1820-05-09	{"a3": "565"}	{"lerrcp": "A3-565"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Garnault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:37", "date": "1820-05-09 04:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -1.15222, "lat": 46.16308, "name": "La Rochelle", "geoid": 3006787}, "notime": null, "date-ut": "1820-05-09 04:04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Garnault"}, "birth": {"tzo": "-00:04:37", "date": "1820-05-09 04:00", "place": {"c2": "17", "cy": "FR", "lg": -1.15222, "lat": 46.16308, "name": "La Rochelle", "geoid": 3006787}, "date-ut": "1820-05-09 04:04:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-565"}, "ids-in-sources": {"a3": "565"}}, "raw": {"H": "4", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "9", "LAT": "46N 9", "LON": "1W10", "MON": "5", "NUM": "565", "PRO": "M", "SEC": "40", "YEA": "1820", "CITY": "LA ROCHELLE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6289	gauchet-dominique-1857-08-14	{"a3": "567"}	{"lerrcp": "A3-567"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dominique", "family": "Gauchet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:39", "date": "1857-08-14 12:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.4134, "lat": 48.6806, "name": "Vains", "geoid": 2971165}, "notime": null, "date-ut": "1857-08-14 12:04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Dominique", "family": "Gauchet"}, "birth": {"tzo": "-00:05:39", "date": "1857-08-14 12:00", "place": {"c2": "50", "cy": "FR", "lg": -1.4134, "lat": 48.6806, "name": "Vains", "geoid": 2971165}, "date-ut": "1857-08-14 12:04:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-567"}, "ids-in-sources": {"a3": "567"}}, "raw": {"H": "12", "MN": "4", "TZ": "0", "COD": "50", "COU": "F", "DAY": "14", "LAT": "49N 7", "LON": "1W 5", "MON": "8", "NUM": "567", "PRO": "M", "SEC": "20", "YEA": "1857", "CITY": "VAINS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6291	gensoul-marcel-1880-10-12	{"a3": "569"}	{"lerrcp": "A3-569"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Gensoul", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1880-10-12 01:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1880-10-12 00:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Gensoul"}, "birth": {"tzo": "+00:15:30", "date": "1880-10-12 01:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1880-10-12 00:44:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-569"}, "ids-in-sources": {"a3": "569"}}, "raw": {"H": "0", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "12", "LAT": "43N37", "LON": "3E53", "MON": "10", "NUM": "569", "PRO": "M", "SEC": "28", "YEA": "1880", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6293	germain-joseph-1825-02-22	{"a3": "571"}	{"lerrcp": "A3-571"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Germain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:07", "date": "1825-02-22 14:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.52795, "lat": 48.01783, "name": "Neuf-Brisach", "geoid": 2990683}, "notime": null, "date-ut": "1825-02-22 13:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Germain"}, "birth": {"tzo": "+00:30:07", "date": "1825-02-22 14:00", "place": {"c2": "68", "cy": "FR", "lg": 7.52795, "lat": 48.01783, "name": "Neuf-Brisach", "geoid": 2990683}, "date-ut": "1825-02-22 13:30:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-571"}, "ids-in-sources": {"a3": "571"}}, "raw": {"H": "13", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "22", "LAT": "48N 5", "LON": "7E21", "MON": "2", "NUM": "571", "PRO": "M", "SEC": "36", "YEA": "1825", "CITY": "NEUF-BRISACH"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6295	gicquel-touches-albert-1818-04-10	{"a3": "573"}	{"lerrcp": "A3-573"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gicquel Touches Albert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:17:57", "date": "1818-04-10 15:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1818-04-10 15:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gicquel Touches Albert"}, "birth": {"tzo": "-00:17:57", "date": "1818-04-10 15:00", "place": {"c2": "29", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1818-04-10 15:16:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-573"}, "ids-in-sources": {"a3": "573"}}, "raw": {"H": "15", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "10", "LAT": "48N 0", "LON": "4W 6", "MON": "4", "NUM": "573", "PRO": "M", "SEC": "24", "YEA": "1818", "CITY": "BREST"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6296	gillier-jean-1853-03-05	{"a3": "574"}	{"lerrcp": "A3-574"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Gillier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:59", "date": "1853-03-05 23:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1853-03-05 22:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Gillier"}, "birth": {"tzo": "+00:04:59", "date": "1853-03-05 23:00", "place": {"c2": "87", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1853-03-05 22:55"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-574"}, "ids-in-sources": {"a3": "574"}}, "raw": {"H": "22", "MN": "55", "TZ": "0", "COD": "87", "COU": "F", "DAY": "5", "LAT": "45N50", "LON": "1E15", "MON": "3", "NUM": "574", "PRO": "M", "SEC": "0", "YEA": "1853", "CITY": "LIMOGES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6298	giraud-robert-1899-02-17	{"a3": "576"}	{"lerrcp": "A3-576"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Giraud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-02-17 03:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -0.96774, "lat": 45.94304, "name": "Rochefort", "geoid": 2983276}, "notime": null, "date-ut": "1899-02-17 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Giraud"}, "birth": {"tzo": "+00:09:21", "date": "1899-02-17 03:00", "place": {"c2": "17", "cy": "FR", "lg": -0.96774, "lat": 45.94304, "name": "Rochefort", "geoid": 2983276}, "date-ut": "1899-02-17 02:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-576"}, "ids-in-sources": {"a3": "576"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "17", "COU": "F", "DAY": "17", "LAT": "46N 9", "LON": "1W10", "MON": "2", "NUM": "576", "PRO": "M", "SEC": "40", "YEA": "1899", "CITY": "ROCHEFORT"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6299	girault-edouard-1840-01-04	{"a3": "577"}	{"lerrcp": "A3-577"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Girault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:46", "date": "1840-01-04 09:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.69078, "lat": 48.27511, "name": "Nemours", "geoid": 2990793}, "notime": null, "date-ut": "1840-01-04 08:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Girault"}, "birth": {"tzo": "+00:10:46", "date": "1840-01-04 09:00", "place": {"c2": "77", "cy": "FR", "lg": 2.69078, "lat": 48.27511, "name": "Nemours", "geoid": 2990793}, "date-ut": "1840-01-04 08:49:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-577"}, "ids-in-sources": {"a3": "577"}}, "raw": {"H": "8", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "4", "LAT": "48N33", "LON": "2E40", "MON": "1", "NUM": "577", "PRO": "M", "SEC": "20", "YEA": "1840", "CITY": "NEMOURS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6300	gauquelin-a3-578-1825-05-20	{"a3": "578"}	{"lerrcp": "A3-578"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-578", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:12", "date": "1825-05-20 01:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.79835, "lat": 47.81386, "name": "Chablis", "geoid": 3027699}, "notime": null, "date-ut": "1825-05-20 00:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-578"}, "birth": {"tzo": "+00:15:12", "date": "1825-05-20 01:00", "place": {"c2": "89", "cy": "FR", "lg": 3.79835, "lat": 47.81386, "name": "Chablis", "geoid": 3027699}, "date-ut": "1825-05-20 00:45:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-578"}, "ids-in-sources": {"a3": "578"}}, "raw": {"H": "0", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "20", "LAT": "47N48", "LON": "3E35", "MON": "5", "NUM": "578", "PRO": "M", "SEC": "40", "YEA": "1825", "CITY": "CHABLIS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6301	goepp-jean-1830-05-26	{"a3": "579"}	{"lerrcp": "A3-579"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Goepp", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:38", "date": "1830-05-26 08:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.65721, "lat": 48.679, "name": "Berstett", "geoid": 3033219}, "notime": null, "date-ut": "1830-05-26 07:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Goepp"}, "birth": {"tzo": "+00:30:38", "date": "1830-05-26 08:00", "place": {"c2": "67", "cy": "FR", "lg": 7.65721, "lat": 48.679, "name": "Berstett", "geoid": 3033219}, "date-ut": "1830-05-26 07:29"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-579"}, "ids-in-sources": {"a3": "579"}}, "raw": {"H": "7", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "26", "LAT": "48N35", "LON": "7E45", "MON": "5", "NUM": "579", "PRO": "M", "SEC": "0", "YEA": "1830", "CITY": "BERSTETT"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6302	goffeny-paul-1907-08-27	{"a3": "580"}	{"lerrcp": "A3-580"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Goffeny", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1907-08-27 22:00", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -3.07872, "lat": 47.58433, "name": "Carnac", "geoid": 3028575}, "notime": null, "date-ut": "1907-08-27 21:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Goffeny"}, "birth": {"tzo": "+00:09:21", "date": "1907-08-27 22:00", "place": {"c2": "56", "cy": "FR", "lg": -3.07872, "lat": 47.58433, "name": "Carnac", "geoid": 3028575}, "date-ut": "1907-08-27 21:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-580"}, "ids-in-sources": {"a3": "580"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "56", "COU": "F", "DAY": "27", "LAT": "47N40", "LON": "2W44", "MON": "8", "NUM": "580", "PRO": "M", "SEC": "40", "YEA": "1907", "CITY": "CARNAC"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6304	gougaud-laurent-1834-10-25	{"a3": "582"}	{"lerrcp": "A3-582"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Laurent", "family": "Gougaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1834-10-25 23:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 2.35, "lat": 43.2, "name": "Saint-Colombe-sur-L", "geoid": 0}, "notime": null, "date-ut": "1834-10-25 22:50:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Laurent", "family": "Gougaud"}, "birth": {"tzo": "+00:09:24", "date": "1834-10-25 23:00", "place": {"c2": "11", "cy": "FR", "lg": 2.35, "lat": 43.2, "name": "Saint-Colombe-sur-L", "geoid": 0}, "date-ut": "1834-10-25 22:50:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-582"}, "ids-in-sources": {"a3": "582"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "25", "LAT": "43N12", "LON": "2E21", "MON": "10", "NUM": "582", "PRO": "M", "SEC": "36", "YEA": "1834", "CITY": "ST-COLOMBE-S/L"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6305	goupil-henri-1917-11-19	{"a3": "583", "g55": "04-622"}	{"g55": "04-622", "lerrcp": "A3-583"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Goupil", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1917-11-19 05:00", "note": null, "place": {"c1": null, "c2": "85", "c3": null, "cy": "FR", "lg": -1.42757, "lat": 46.66974, "name": "La Roche-sur-Yon", "geoid": 3006767}, "notime": null, "date-ut": "1917-11-19 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-583"}, "birth": {"tzo": "+00:00", "date": "1917-11-19 05:00", "place": {"c2": "85", "cy": "FR", "lg": -1.42757, "lat": 46.66974, "name": "La Roche-sur-Yon", "geoid": 3006767}, "date-ut": "1917-11-19 05:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-583"}, "ids-in-sources": {"a3": "583"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "85", "COU": "F", "DAY": "19", "LAT": "46N40", "LON": "1W25", "MON": "11", "NUM": "583", "PRO": "M", "SEC": "0", "YEA": "1917", "CITY": "LA ROCHE-S/YON"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Henri", "family": "Goupil", "nobility": ""}, "slug": "goupil-henri-1917-11-19", "partial-ids": {"g55": "04-622"}, "ids-in-source": {"g55": "04-622"}}, "raw": {"DAY": "19-11-1917", "HOUR": "5 h.", "NAME": "GOUPIL Henri", "PLACE": "La Roche-sur-Yon (Vendée)."}, "date": "2023-08-20T14:48:34+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6306	gauquelin-a3-584-1843-01-19	{"a3": "584"}	{"lerrcp": "A3-584"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-584", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1843-01-19 23:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 2.25185, "lat": 48.17185, "name": "Pithiviers", "geoid": 2987003}, "notime": null, "date-ut": "1843-01-19 22:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-584"}, "birth": {"tzo": "+00:09", "date": "1843-01-19 23:00", "place": {"c2": "45", "cy": "FR", "lg": 2.25185, "lat": 48.17185, "name": "Pithiviers", "geoid": 2987003}, "date-ut": "1843-01-19 22:52:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-584"}, "ids-in-sources": {"a3": "584"}}, "raw": {"H": "22", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "19", "LAT": "47N54", "LON": "1E54", "MON": "1", "NUM": "584", "PRO": "M", "SEC": "24", "YEA": "1843", "CITY": "PITHIVIERS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6307	goursaud-ernest-1828-10-21	{"a3": "585"}	{"lerrcp": "A3-585"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Goursaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05", "date": "1828-10-21 20:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.25, "lat": 45.83333, "name": "Saint-Laurent-sur-Go", "geoid": 0}, "notime": null, "date-ut": "1828-10-21 19:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Goursaud"}, "birth": {"tzo": "+00:05", "date": "1828-10-21 20:00", "place": {"c2": "87", "cy": "FR", "lg": 1.25, "lat": 45.83333, "name": "Saint-Laurent-sur-Go", "geoid": 0}, "date-ut": "1828-10-21 19:55"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-585"}, "ids-in-sources": {"a3": "585"}}, "raw": {"H": "19", "MN": "55", "TZ": "0", "COD": "87", "COU": "F", "DAY": "21", "LAT": "45N50", "LON": "1E15", "MON": "10", "NUM": "585", "PRO": "M", "SEC": "0", "YEA": "1828", "CITY": "ST-LAURENT-S/GO"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6309	grandemange-francois-1846-03-07	{"a3": "587"}	{"lerrcp": "A3-587"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Grandemange", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:51", "date": "1846-03-07 01:00", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.2107, "lat": 48.17891, "name": "Ville-sur-Illon", "geoid": 2968286}, "notime": null, "date-ut": "1846-03-07 00:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Grandemange"}, "birth": {"tzo": "+00:24:51", "date": "1846-03-07 01:00", "place": {"c2": "88", "cy": "FR", "lg": 6.2107, "lat": 48.17891, "name": "Ville-sur-Illon", "geoid": 2968286}, "date-ut": "1846-03-07 00:34:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-587"}, "ids-in-sources": {"a3": "587"}}, "raw": {"H": "0", "MN": "34", "TZ": "0", "COD": "88", "COU": "F", "DAY": "7", "LAT": "48N10", "LON": "6E28", "MON": "3", "NUM": "587", "PRO": "M", "SEC": "8", "YEA": "1846", "CITY": "VILLE-S/ILLON"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6310	gras-basile-1836-01-02	{"a3": "588", "g55": "04-399"}	{"g55": "04-399", "lerrcp": "A3-588"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Basile", "family": "Gras", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:20", "date": "1836-01-02 01:00", "note": null, "place": {"c1": null, "c2": "82", "c3": null, "cy": "FR", "lg": 1.33333, "lat": 44.01667, "name": "Saint-Amans-de-Pellagal", "geoid": 0}, "notime": null, "date-ut": "1836-01-02 00:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Basile", "family": "Gras"}, "birth": {"tzo": "+00:05:20", "date": "1836-01-02 01:00", "place": {"c2": "82", "cy": "FR", "lg": 1.33333, "lat": 44.01667, "name": "Saint-Amans-de-Pel", "geoid": 0}, "date-ut": "1836-01-02 00:54:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-588"}, "ids-in-sources": {"a3": "588"}}, "raw": {"H": "0", "MN": "54", "TZ": "0", "COD": "82", "COU": "F", "DAY": "2", "LAT": "44N 1", "LON": "1E20", "MON": "1", "NUM": "588", "PRO": "M", "SEC": "40", "YEA": "1836", "CITY": "ST-AMANS-DE-PEL"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Amans-de-Pellagal"}}, "partial-ids": {"g55": "04-399"}, "ids-in-source": {"g55": "04-399"}}, "raw": {"DAY": "2-1-1836", "HOUR": "1 h.", "NAME": "GRAS Basile", "PLACE": "Saint-Amans-de-Pellagal (Tarn-et-Garonne)."}, "date": "2023-08-20T14:48:29+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6313	gremion-jean-1817-09-20	{"a3": "591"}	{"lerrcp": "A3-591"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Gremion", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:56", "date": "1817-09-20 18:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Saint-Maur-les-Foss", "geoid": 0}, "notime": null, "date-ut": "1817-09-20 17:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Gremion"}, "birth": {"tzo": "+00:09:56", "date": "1817-09-20 18:00", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Saint-Maur-les-Foss", "geoid": 0}, "date-ut": "1817-09-20 17:50:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-591"}, "ids-in-sources": {"a3": "591"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "20", "LAT": "48N47", "LON": "2E29", "MON": "9", "NUM": "591", "PRO": "M", "SEC": "4", "YEA": "1817", "CITY": "ST-MAUR-LES-FOSS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6315	grosse-andre-1842-03-10	{"a3": "593"}	{"lerrcp": "A3-593"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Grosse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1842-03-10 15:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Racrange Canton", "geoid": 0}, "notime": null, "date-ut": "1842-03-10 14:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Grosse"}, "birth": {"tzo": "+00:24:44", "date": "1842-03-10 15:00", "place": {"c2": "57", "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Racrange Canton", "geoid": 0}, "date-ut": "1842-03-10 14:35:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-593"}, "ids-in-sources": {"a3": "593"}}, "raw": {"H": "14", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "10", "LAT": "49N 7", "LON": "6E11", "MON": "3", "NUM": "593", "PRO": "M", "SEC": "16", "YEA": "1842", "CITY": "RACRANGE CANTON"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6314	gros-paul-1864-08-25	{"a3": "592", "g55": "04-402"}	{"g55": "04-402", "lerrcp": "A3-592"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Gros", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:33", "date": "1864-08-25 18:00", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 4.88626, "lat": 45.2722, "name": "Anneyron", "geoid": 3037523}, "notime": null, "date-ut": "1864-08-25 17:40:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Gros"}, "birth": {"tzo": "+00:19:33", "date": "1864-08-25 18:00", "place": {"c2": "26", "cy": "FR", "lg": 4.88626, "lat": 45.2722, "name": "Anneyron", "geoid": 3037523}, "date-ut": "1864-08-25 17:40:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-592"}, "ids-in-sources": {"a3": "592"}}, "raw": {"H": "17", "MN": "40", "TZ": "0", "COD": "26", "COU": "F", "DAY": "25", "LAT": "44N56", "LON": "4E54", "MON": "8", "NUM": "592", "PRO": "M", "SEC": "24", "YEA": "1864", "CITY": "ANNEYRON"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-402"}, "ids-in-source": {"g55": "04-402"}}, "raw": {"DAY": "25-8-1864", "HOUR": "18 h.", "NAME": "GROS Paul", "PLACE": "Anneyron (Drôme)."}, "date": "2023-08-20T14:48:29+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6317	guerin-felix-1807-01-12	{"a3": "595"}	{"lerrcp": "A3-595"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Guerin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:48", "date": "1807-01-12 11:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.70177, "lat": 48.40908, "name": "Fontainebleau", "geoid": 3018074}, "notime": null, "date-ut": "1807-01-12 10:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Guerin"}, "birth": {"tzo": "+00:10:48", "date": "1807-01-12 11:00", "place": {"c2": "77", "cy": "FR", "lg": 2.70177, "lat": 48.40908, "name": "Fontainebleau", "geoid": 3018074}, "date-ut": "1807-01-12 10:49:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-595"}, "ids-in-sources": {"a3": "595"}}, "raw": {"H": "10", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "12", "LAT": "48N33", "LON": "2E40", "MON": "1", "NUM": "595", "PRO": "M", "SEC": "20", "YEA": "1807", "CITY": "FONTAINEBLEAU"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6319	gauquelin-a3-597-1826-06-22	{"a3": "597"}	{"lerrcp": "A3-597"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-597", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:12", "date": "1826-06-22 11:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.29869, "lat": 46.95104, "name": "Autun", "geoid": 3035883}, "notime": null, "date-ut": "1826-06-22 10:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-597"}, "birth": {"tzo": "+00:17:12", "date": "1826-06-22 11:00", "place": {"c2": "71", "cy": "FR", "lg": 4.29869, "lat": 46.95104, "name": "Autun", "geoid": 3035883}, "date-ut": "1826-06-22 10:40:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-597"}, "ids-in-sources": {"a3": "597"}}, "raw": {"H": "10", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "22", "LAT": "46N18", "LON": "4E50", "MON": "6", "NUM": "597", "PRO": "M", "SEC": "40", "YEA": "1826", "CITY": "AUTUN"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6320	guilbert-raymond-1842-02-19	{"a3": "598"}	{"lerrcp": "A3-598"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Guilbert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:18", "date": "1842-02-19 02:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.32554, "lat": 50.03049, "name": "Talmas", "geoid": 2973476}, "notime": null, "date-ut": "1842-02-19 01:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Guilbert"}, "birth": {"tzo": "+00:09:18", "date": "1842-02-19 02:00", "place": {"c2": "80", "cy": "FR", "lg": 2.32554, "lat": 50.03049, "name": "Talmas", "geoid": 2973476}, "date-ut": "1842-02-19 01:50:48"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-598"}, "ids-in-sources": {"a3": "598"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "19", "LAT": "49N54", "LON": "2E18", "MON": "2", "NUM": "598", "PRO": "M", "SEC": "48", "YEA": "1842", "CITY": "TALMAS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6321	guilhamin-jean-1825-03-28	{"a3": "599"}	{"lerrcp": "A3-599"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Guilhamin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:54", "date": "1825-03-28 20:55:34", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "notime": null, "date-ut": "1825-03-28 21:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Guilhamin"}, "birth": {"tzo": "-00:05:54", "date": "1825-03-28 20:55:34", "place": {"c2": "64", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "date-ut": "1825-03-28 21:01:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-599"}, "ids-in-sources": {"a3": "599"}}, "raw": {"H": "21", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "28", "LAT": "43N18", "LON": "0W22", "MON": "3", "NUM": "599", "PRO": "M", "SEC": "28", "YEA": "1825", "CITY": "BAYONNE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6323	guillaume-augustin-1895-07-30	{"a3": "601"}	{"lerrcp": "A3-601"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Augustin", "family": "Guillaume", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-07-30 11:00", "note": null, "place": {"c1": null, "c2": "05", "c3": null, "cy": "FR", "lg": 6.64948, "lat": 44.6595, "name": "Guillestre", "geoid": 3014258}, "notime": null, "date-ut": "1895-07-30 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Augustin", "family": "Guillaume"}, "birth": {"tzo": "+00:09:21", "date": "1895-07-30 11:00", "place": {"c2": "05", "cy": "FR", "lg": 6.64948, "lat": 44.6595, "name": "Guillestre", "geoid": 3014258}, "date-ut": "1895-07-30 10:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-601"}, "ids-in-sources": {"a3": "601"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "05", "COU": "F", "DAY": "30", "LAT": "44N33", "LON": "6E 0", "MON": "7", "NUM": "601", "PRO": "M", "SEC": "40", "YEA": "1895", "CITY": "GUILLESTRE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6325	guimbal-isidore-1848-01-09	{"a3": "603"}	{"lerrcp": "A3-603"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Isidore", "family": "Guimbal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:00:58", "date": "1848-01-09 07:56:38", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.24186, "lat": 44.91449, "name": "Libourne", "geoid": 2998517}, "notime": null, "date-ut": "1848-01-09 07:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Isidore", "family": "Guimbal"}, "birth": {"tzo": "-00:00:58", "date": "1848-01-09 07:56:38", "place": {"c2": "33", "cy": "FR", "lg": -0.24186, "lat": 44.91449, "name": "Libourne", "geoid": 2998517}, "date-ut": "1848-01-09 07:57:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-603"}, "ids-in-sources": {"a3": "603"}}, "raw": {"H": "7", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "9", "LAT": "44N50", "LON": "0W34", "MON": "1", "NUM": "603", "PRO": "M", "SEC": "36", "YEA": "1848", "CITY": "LIBOURNE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6326	guimont-ernest-1838-02-02	{"a3": "604"}	{"lerrcp": "A3-604"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Guimont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:53", "date": "1838-02-02 02:00", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.22105, "lat": 48.27889, "name": "René", "geoid": 2984007}, "notime": null, "date-ut": "1838-02-02 01:59:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Guimont"}, "birth": {"tzo": "+00:00:53", "date": "1838-02-02 02:00", "place": {"c2": "72", "cy": "FR", "lg": 0.22105, "lat": 48.27889, "name": "René", "geoid": 2984007}, "date-ut": "1838-02-02 01:59:12"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-604"}, "ids-in-sources": {"a3": "604"}}, "raw": {"H": "1", "MN": "59", "TZ": "0", "COD": "72", "COU": "F", "DAY": "2", "LAT": "48N 1", "LON": "0E12", "MON": "2", "NUM": "604", "PRO": "M", "SEC": "12", "YEA": "1838", "CITY": "RENE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6328	guisset-gregoire-1835-12-03	{"a3": "606"}	{"lerrcp": "A3-606"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gregoire", "family": "Guisset", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:29", "date": "1835-12-03 23:00", "note": null, "place": {"c1": null, "c2": "09", "c3": null, "cy": "FR", "lg": 1.61992, "lat": 42.83103, "name": "Ussat", "geoid": 2971304}, "notime": null, "date-ut": "1835-12-03 22:53:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gregoire", "family": "Guisset"}, "birth": {"tzo": "+00:06:29", "date": "1835-12-03 23:00", "place": {"c2": "09", "cy": "FR", "lg": 1.61992, "lat": 42.83103, "name": "Ussat", "geoid": 2971304}, "date-ut": "1835-12-03 22:53:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-606"}, "ids-in-sources": {"a3": "606"}}, "raw": {"H": "22", "MN": "53", "TZ": "0", "COD": "09", "COU": "F", "DAY": "3", "LAT": "42N58", "LON": "1E35", "MON": "12", "NUM": "606", "PRO": "M", "SEC": "40", "YEA": "1835", "CITY": "USSAT"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6329	haillot-francois-1843-05-28	{"a3": "607"}	{"lerrcp": "A3-607"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Haillot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:20", "date": "1843-05-28 14:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "La Vendue-Migno", "geoid": 0}, "notime": null, "date-ut": "1843-05-28 13:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Haillot"}, "birth": {"tzo": "+00:16:20", "date": "1843-05-28 14:00", "place": {"c2": "10", "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "La Vendue-Migno", "geoid": 0}, "date-ut": "1843-05-28 13:43:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-607"}, "ids-in-sources": {"a3": "607"}}, "raw": {"H": "13", "MN": "43", "TZ": "0", "COD": "10", "COU": "F", "DAY": "28", "LAT": "48N18", "LON": "4E 5", "MON": "5", "NUM": "607", "PRO": "M", "SEC": "40", "YEA": "1843", "CITY": "LA VENDUE-MIGNO"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6332	heinrich-louis-1848-08-21	{"a3": "610"}	{"lerrcp": "A3-610"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Heinrich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:19", "date": "1848-08-21 01:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "notime": null, "date-ut": "1848-08-21 00:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Heinrich"}, "birth": {"tzo": "+00:29:19", "date": "1848-08-21 01:00", "place": {"c2": "68", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "date-ut": "1848-08-21 00:30:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-610"}, "ids-in-sources": {"a3": "610"}}, "raw": {"H": "0", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "21", "LAT": "48N 5", "LON": "7E21", "MON": "8", "NUM": "610", "PRO": "M", "SEC": "36", "YEA": "1848", "CITY": "MULHOUSE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6334	henriot-auguste-1849-02-08	{"a3": "612"}	{"lerrcp": "A3-612"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Henriot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:07", "date": "1849-02-08 12:00", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.7801, "lat": 49.28178, "name": "Gisors", "geoid": 3015926}, "notime": null, "date-ut": "1849-02-08 11:55:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Henriot"}, "birth": {"tzo": "+00:07:07", "date": "1849-02-08 12:00", "place": {"c2": "27", "cy": "FR", "lg": 1.7801, "lat": 49.28178, "name": "Gisors", "geoid": 3015926}, "date-ut": "1849-02-08 11:55:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-612"}, "ids-in-sources": {"a3": "612"}}, "raw": {"H": "11", "MN": "55", "TZ": "0", "COD": "27", "COU": "F", "DAY": "8", "LAT": "49N 1", "LON": "1E11", "MON": "2", "NUM": "612", "PRO": "M", "SEC": "16", "YEA": "1849", "CITY": "GISORS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6335	henry-paul-1876-11-11	{"a3": "613"}	{"lerrcp": "A3-613"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Henry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:12", "date": "1876-11-11 20:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "notime": null, "date-ut": "1876-11-11 20:02:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Henry"}, "birth": {"tzo": "-00:02:12", "date": "1876-11-11 20:00", "place": {"c2": "49", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "date-ut": "1876-11-11 20:02:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-613"}, "ids-in-sources": {"a3": "613"}}, "raw": {"H": "20", "MN": "2", "TZ": "0", "COD": "49", "COU": "F", "DAY": "11", "LAT": "47N28", "LON": "0W32", "MON": "11", "NUM": "613", "PRO": "M", "SEC": "8", "YEA": "1876", "CITY": "ANGERS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6336	henry-de-kermartin-adolphe-1837-09-13	{"a3": "614"}	{"lerrcp": "A3-614"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Henry De Kermartin Adolphe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:12:37", "date": "1837-09-13 01:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -3.15289, "lat": 48.56259, "name": "Guingamp", "geoid": 3014221}, "notime": null, "date-ut": "1837-09-13 01:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Henry De Kermartin Adolphe"}, "birth": {"tzo": "-00:12:37", "date": "1837-09-13 01:00", "place": {"c2": "22", "cy": "FR", "lg": -3.15289, "lat": 48.56259, "name": "Guingamp", "geoid": 3014221}, "date-ut": "1837-09-13 01:11"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-614"}, "ids-in-sources": {"a3": "614"}}, "raw": {"H": "1", "MN": "11", "TZ": "0", "COD": "22", "COU": "F", "DAY": "13", "LAT": "48N31", "LON": "2W45", "MON": "9", "NUM": "614", "PRO": "M", "SEC": "0", "YEA": "1837", "CITY": "GUINGAMP"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6338	herber-marie-1878-10-23	{"a3": "616"}	{"lerrcp": "A3-616"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Herber", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:46", "date": "1878-10-23 17:30", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "notime": null, "date-ut": "1878-10-23 17:14:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Herber"}, "birth": {"tzo": "+00:14:46", "date": "1878-10-23 17:30", "place": {"c2": "34", "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "date-ut": "1878-10-23 17:14:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-616"}, "ids-in-sources": {"a3": "616"}}, "raw": {"H": "17", "MN": "14", "TZ": "0", "COD": "34", "COU": "F", "DAY": "23", "LAT": "43N37", "LON": "3E53", "MON": "10", "NUM": "616", "PRO": "M", "SEC": "28", "YEA": "1878", "CITY": "SETE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6339	hergault-emile-1869-09-05	{"a3": "617", "g55": "04-409"}	{"g55": "04-409", "lerrcp": "A3-617"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Hergault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:32", "date": "1869-09-05 05:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 5.88312, "lat": 47.1025, "name": "Quingey", "geoid": 2984675}, "notime": null, "date-ut": "1869-09-05 04:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Hergault"}, "birth": {"tzo": "+00:23:32", "date": "1869-09-05 05:00", "place": {"c2": "25", "cy": "FR", "lg": 5.88312, "lat": 47.1025, "name": "Quingey", "geoid": 2984675}, "date-ut": "1869-09-05 04:35:52"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-617"}, "ids-in-sources": {"a3": "617"}}, "raw": {"H": "4", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "5", "LAT": "47N15", "LON": "6E 2", "MON": "9", "NUM": "617", "PRO": "M", "SEC": "52", "YEA": "1869", "CITY": "QUINGEY"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-409"}, "ids-in-source": {"g55": "04-409"}}, "raw": {"DAY": "5-9-1869", "HOUR": "5 h.", "NAME": "HERGAULT Emile Francois", "PLACE": "Quingey (Doubs)."}, "date": "2023-08-20T14:48:29+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6342	herrmann-alexandre-1812-07-30	{"a3": "620"}	{"lerrcp": "A3-620"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Herrmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:31", "date": "1812-07-30 03:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.75, "lat": 48.58333, "name": "Schlestadt", "geoid": 0}, "notime": null, "date-ut": "1812-07-30 02:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Herrmann"}, "birth": {"tzo": "+00:31", "date": "1812-07-30 03:00", "place": {"c2": "67", "cy": "FR", "lg": 7.75, "lat": 48.58333, "name": "Schlestadt", "geoid": 0}, "date-ut": "1812-07-30 02:29"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-620"}, "ids-in-sources": {"a3": "620"}}, "raw": {"H": "2", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "30", "LAT": "48N35", "LON": "7E45", "MON": "7", "NUM": "620", "PRO": "M", "SEC": "0", "YEA": "1812", "CITY": "SCHLESTADT"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6344	hesdin-rene-1890-09-30	{"a3": "622"}	{"lerrcp": "A3-622"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Hesdin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:40", "date": "1890-09-30 04:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Chailly", "geoid": 0}, "notime": null, "date-ut": "1890-09-30 03:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "René", "family": "Hesdin"}, "birth": {"tzo": "+00:10:40", "date": "1890-09-30 04:00", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Chailly", "geoid": 0}, "date-ut": "1890-09-30 03:49:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-622"}, "ids-in-sources": {"a3": "622"}}, "raw": {"H": "3", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "30", "LAT": "48N33", "LON": "2E40", "MON": "9", "NUM": "622", "PRO": "M", "SEC": "20", "YEA": "1890", "CITY": "CHAILLY"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6345	hirschauer-auguste-1857-06-16	{"a3": "623", "g55": "04-413"}	{"g55": "04-413", "lerrcp": "A3-623"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Hirschauer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:26:49", "date": "1857-06-16 11:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.70402, "lat": 49.10465, "name": "Saint-Avold", "geoid": 2981492}, "notime": null, "date-ut": "1857-06-16 10:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Hirschauer"}, "birth": {"tzo": "+00:26:49", "date": "1857-06-16 11:00", "place": {"c2": "57", "cy": "FR", "lg": 6.70402, "lat": 49.10465, "name": "Saint-Avold", "geoid": 2981492}, "date-ut": "1857-06-16 10:35:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-623"}, "ids-in-sources": {"a3": "623"}}, "raw": {"H": "10", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "16", "LAT": "49N 7", "LON": "6E11", "MON": "6", "NUM": "623", "PRO": "M", "SEC": "16", "YEA": "1857", "CITY": "ST-AVOLD"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-413"}, "ids-in-source": {"g55": "04-413"}}, "raw": {"DAY": "16-6-1857", "HOUR": "11 h.", "NAME": "HIRSCHAUER Auguste Edouard", "PLACE": "Saint-Avold (Moselle)."}, "date": "2023-08-20T14:48:29+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6346	hoblinger-pierre-1844-11-20	{"a3": "624"}	{"lerrcp": "A3-624"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Hoblinger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1844-11-20 03:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1844-11-20 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Hoblinger"}, "birth": {"tzo": "+00:09:24", "date": "1844-11-20 03:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1844-11-20 02:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-624"}, "ids-in-sources": {"a3": "624"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "20", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "624", "PRO": "M", "SEC": "40", "YEA": "1844", "CITY": "PARIS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6347	houvenaghel-jules-1839-11-05	{"a3": "625"}	{"lerrcp": "A3-625"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Houvenaghel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:09", "date": "1839-11-05 16:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 2.53729, "lat": 50.72374, "name": "Hazebrouck", "geoid": 3013619}, "notime": null, "date-ut": "1839-11-05 15:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Houvenaghel"}, "birth": {"tzo": "+00:10:09", "date": "1839-11-05 16:00", "place": {"c2": "59", "cy": "FR", "lg": 2.53729, "lat": 50.72374, "name": "Hazebrouck", "geoid": 3013619}, "date-ut": "1839-11-05 15:47:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-625"}, "ids-in-sources": {"a3": "625"}}, "raw": {"H": "15", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "5", "LAT": "50N39", "LON": "3E 5", "MON": "11", "NUM": "625", "PRO": "M", "SEC": "40", "YEA": "1839", "CITY": "HAZEBROUCK"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6349	hue-joseph-1850-12-18	{"a3": "627"}	{"lerrcp": "A3-627"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Hue", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:03:03", "date": "1850-12-18 09:00", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 0.76158, "lat": 49.12725, "name": "Goupillières", "geoid": 3015561}, "notime": null, "date-ut": "1850-12-18 08:55:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Hue"}, "birth": {"tzo": "+00:03:03", "date": "1850-12-18 09:00", "place": {"c2": "27", "cy": "FR", "lg": 0.76158, "lat": 49.12725, "name": "Goupillières", "geoid": 3015561}, "date-ut": "1850-12-18 08:55:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-627"}, "ids-in-sources": {"a3": "627"}}, "raw": {"H": "8", "MN": "55", "TZ": "0", "COD": "27", "COU": "F", "DAY": "18", "LAT": "49N 1", "LON": "1E11", "MON": "12", "NUM": "627", "PRO": "M", "SEC": "16", "YEA": "1850", "CITY": "GOUPILLIERES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6350	hugonot-georges-1893-07-07	{"a3": "628"}	{"lerrcp": "A3-628"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Hugonot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1893-07-07 16:00", "note": null, "place": {"c1": null, "c2": "52", "c3": null, "cy": "FR", "lg": 5.14134, "lat": 48.11121, "name": "Chaumont", "geoid": 3025892}, "notime": null, "date-ut": "1893-07-07 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Hugonot"}, "birth": {"tzo": "+00:09:21", "date": "1893-07-07 16:00", "place": {"c2": "52", "cy": "FR", "lg": 5.14134, "lat": 48.11121, "name": "Chaumont", "geoid": 3025892}, "date-ut": "1893-07-07 15:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-628"}, "ids-in-sources": {"a3": "628"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "52", "COU": "F", "DAY": "7", "LAT": "48N 7", "LON": "5E 8", "MON": "7", "NUM": "628", "PRO": "M", "SEC": "40", "YEA": "1893", "CITY": "CHAUMONT"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6352	hure-antoine-1873-02-11	{"a3": "630"}	{"lerrcp": "A3-630"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Hure", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:02", "date": "1873-02-11 17:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.50682, "lat": 49.90672, "name": "Corbie", "geoid": 3023742}, "notime": null, "date-ut": "1873-02-11 16:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Hure"}, "birth": {"tzo": "+00:10:02", "date": "1873-02-11 17:00", "place": {"c2": "80", "cy": "FR", "lg": 2.50682, "lat": 49.90672, "name": "Corbie", "geoid": 3023742}, "date-ut": "1873-02-11 16:50:48"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-630"}, "ids-in-sources": {"a3": "630"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "11", "LAT": "49N54", "LON": "2E18", "MON": "2", "NUM": "630", "PRO": "M", "SEC": "48", "YEA": "1873", "CITY": "CORBIE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6353	huteau-felix-1834-07-10	{"a3": "631"}	{"lerrcp": "A3-631"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Huteau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:35", "date": "1834-07-10 03:00", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 1.89686, "lat": 43.9016, "name": "Gaillac", "geoid": 3016824}, "notime": null, "date-ut": "1834-07-10 02:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Huteau"}, "birth": {"tzo": "+00:07:35", "date": "1834-07-10 03:00", "place": {"c2": "81", "cy": "FR", "lg": 1.89686, "lat": 43.9016, "name": "Gaillac", "geoid": 3016824}, "date-ut": "1834-07-10 02:51:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-631"}, "ids-in-sources": {"a3": "631"}}, "raw": {"H": "2", "MN": "51", "TZ": "0", "COD": "81", "COU": "F", "DAY": "10", "LAT": "43N55", "LON": "2E 8", "MON": "7", "NUM": "631", "PRO": "M", "SEC": "28", "YEA": "1834", "CITY": "GAILLAC"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6354	ingold-francois-1894-04-04	{"a3": "632"}	{"lerrcp": "A3-632"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Ingold", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1894-04-04 12:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Ingold"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1894-04-04 12:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-632"}, "ids-in-sources": {"a3": "632"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "54", "COU": "F", "DAY": "4", "LAT": "48N42", "LON": "6E12", "MON": "4", "NUM": "632", "PRO": "M", "SEC": "40", "YEA": "1894", "CITY": "NANCY"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6355	jakob-parfait-rene-1916-12-22	{"a3": "633", "g55": "04-627"}	{"g55": "04-627", "lerrcp": "A3-633"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Jakob Parfait Rene", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-12-22 18:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 2.05967, "lat": 48.09234, "name": "Puiseaux", "geoid": 2985118}, "notime": null, "date-ut": "1916-12-22 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Jakob Parfait Rene"}, "birth": {"tzo": "+00:00", "date": "1916-12-22 18:00", "place": {"c2": "45", "cy": "FR", "lg": 2.05967, "lat": 48.09234, "name": "Puiseaux", "geoid": 2985118}, "date-ut": "1916-12-22 18:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-633"}, "ids-in-sources": {"a3": "633"}}, "raw": {"H": "18", "MN": "0", "TZ": "0", "COD": "45", "COU": "F", "DAY": "22", "LAT": "47N54", "LON": "1E54", "MON": "12", "NUM": "633", "PRO": "M", "SEC": "0", "YEA": "1916", "CITY": "PUISEAUX"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-627"}, "ids-in-source": {"g55": "04-627"}}, "raw": {"DAY": "22-12-1916", "HOUR": "18 h.", "NAME": "JACOB Parfait René", "PLACE": "Puiseaux (Loiret)."}, "date": "2023-08-20T14:48:34+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6358	jame-lucien-1891-10-20	{"a3": "636"}	{"lerrcp": "A3-636"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Jame", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1891-10-20 00:30", "note": null, "place": {"c1": null, "c2": "46", "c3": null, "cy": "FR", "lg": 1.38071, "lat": 44.73576, "name": "Gourdon", "geoid": 3015546}, "notime": null, "date-ut": "1891-10-20 00:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Jame"}, "birth": {"tzo": "+00:09:21", "date": "1891-10-20 00:30", "place": {"c2": "46", "cy": "FR", "lg": 1.38071, "lat": 44.73576, "name": "Gourdon", "geoid": 3015546}, "date-ut": "1891-10-20 00:20:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-636"}, "ids-in-sources": {"a3": "636"}}, "raw": {"H": "0", "MN": "20", "TZ": "0", "COD": "46", "COU": "F", "DAY": "20", "LAT": "44N27", "LON": "1E26", "MON": "10", "NUM": "636", "PRO": "M", "SEC": "40", "YEA": "1891", "CITY": "GOURDON"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6359	jaubert-francois-1903-01-16	{"a3": "637"}	{"lerrcp": "A3-637"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Jaubert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1903-01-16 21:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "notime": null, "date-ut": "1903-01-16 20:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Jaubert"}, "birth": {"tzo": "+00:09:21", "date": "1903-01-16 21:00", "place": {"c2": "66", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "date-ut": "1903-01-16 20:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-637"}, "ids-in-sources": {"a3": "637"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "66", "COU": "F", "DAY": "16", "LAT": "42N42", "LON": "2E55", "MON": "1", "NUM": "637", "PRO": "M", "SEC": "40", "YEA": "1903", "CITY": "PERPIGNAN"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6360	jaubert-pascal-1827-04-15	{"a3": "638"}	{"lerrcp": "A3-638"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pascal", "family": "Jaubert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:52", "date": "1827-04-15 03:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 6.46667, "lat": 43.53333, "name": "Roquebrune", "geoid": 0}, "notime": null, "date-ut": "1827-04-15 02:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pascal", "family": "Jaubert"}, "birth": {"tzo": "+00:25:52", "date": "1827-04-15 03:00", "place": {"c2": "83", "cy": "FR", "lg": 6.46667, "lat": 43.53333, "name": "Roquebrune", "geoid": 0}, "date-ut": "1827-04-15 02:34:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-638"}, "ids-in-sources": {"a3": "638"}}, "raw": {"H": "2", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "15", "LAT": "43N32", "LON": "6E28", "MON": "4", "NUM": "638", "PRO": "M", "SEC": "8", "YEA": "1827", "CITY": "ROQUEBRUNE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6361	jaujard-robert-1896-03-06	{"a3": "639"}	{"lerrcp": "A3-639"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Jaujard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1896-03-06 10:00", "note": null, "place": {"c1": null, "c2": "79", "c3": null, "cy": "FR", "lg": -0.45, "lat": 46.31667, "name": "Saint-Martin-de-Saint", "geoid": 0}, "notime": null, "date-ut": "1896-03-06 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Jaujard"}, "birth": {"tzo": "+00:09:21", "date": "1896-03-06 10:00", "place": {"c2": "79", "cy": "FR", "lg": -0.45, "lat": 46.31667, "name": "Saint-Martin-de-Saint", "geoid": 0}, "date-ut": "1896-03-06 09:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-639"}, "ids-in-sources": {"a3": "639"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "79", "COU": "F", "DAY": "6", "LAT": "46N19", "LON": "0W27", "MON": "3", "NUM": "639", "PRO": "M", "SEC": "40", "YEA": "1896", "CITY": "ST-MARTIN-DE-ST"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6363	jaures-jean-1808-12-05	{"a3": "641"}	{"lerrcp": "A3-641"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Jaures", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:58", "date": "1808-12-05 03:00", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 2.24088, "lat": 43.60527, "name": "Castres", "geoid": 3028263}, "notime": null, "date-ut": "1808-12-05 02:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Jaures"}, "birth": {"tzo": "+00:08:58", "date": "1808-12-05 03:00", "place": {"c2": "81", "cy": "FR", "lg": 2.24088, "lat": 43.60527, "name": "Castres", "geoid": 3028263}, "date-ut": "1808-12-05 02:51:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-641"}, "ids-in-sources": {"a3": "641"}}, "raw": {"H": "2", "MN": "51", "TZ": "0", "COD": "81", "COU": "F", "DAY": "5", "LAT": "43N55", "LON": "2E 8", "MON": "12", "NUM": "641", "PRO": "M", "SEC": "28", "YEA": "1808", "CITY": "CASTRES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6365	joffre-joseph-jacques-1852-01-12	{"a3": "643", "g55": "04-417"}	{"g55": "04-417", "lerrcp": "A3-643"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph Jacques", "family": "Joffre", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:30", "date": "1852-01-12 08:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.87378, "lat": 42.76929, "name": "Rivesaltes", "geoid": 2983393}, "notime": null, "date-ut": "1852-01-12 07:48:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-643"}, "birth": {"tzo": "+00:11:30", "date": "1852-01-12 08:00", "place": {"c2": "66", "cy": "FR", "lg": 2.87378, "lat": 42.76929, "name": "Rivesaltes", "geoid": 2983393}, "date-ut": "1852-01-12 07:48:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-643"}, "ids-in-sources": {"a3": "643"}}, "raw": {"H": "7", "MN": "48", "TZ": "0", "COD": "66", "COU": "F", "DAY": "12", "LAT": "42N42", "LON": "2E55", "MON": "1", "NUM": "643", "PRO": "M", "SEC": "20", "YEA": "1852", "CITY": "RIVESALTES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Joseph Jacques", "family": "Joffre", "nobility": ""}, "slug": "joffre-joseph-jacques-1852-01-12", "partial-ids": {"g55": "04-417"}, "ids-in-source": {"g55": "04-417"}}, "raw": {"DAY": "12-1-1852", "HOUR": "10 h.", "NAME": "JOFFRE Joseph Jacques", "PLACE": "Rivesaltes (Pyrénées-Orient.)."}, "date": "2023-08-20T14:48:29+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6366	johann-auguste-1834-12-04	{"a3": "644"}	{"lerrcp": "A3-644"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Johann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:28:16", "date": "1834-12-04 12:03:32", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 7.06747, "lat": 49.10995, "name": "Sarreguemines", "geoid": 2975964}, "notime": null, "date-ut": "1834-12-04 11:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Johann"}, "birth": {"tzo": "+00:28:16", "date": "1834-12-04 12:03:32", "place": {"c2": "57", "cy": "FR", "lg": 7.06747, "lat": 49.10995, "name": "Sarreguemines", "geoid": 2975964}, "date-ut": "1834-12-04 11:35:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-644"}, "ids-in-sources": {"a3": "644"}}, "raw": {"H": "11", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "4", "LAT": "49N 7", "LON": "6E11", "MON": "12", "NUM": "644", "PRO": "M", "SEC": "16", "YEA": "1834", "CITY": "SARREGUEMINES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6367	jonquieres-eugene-1850-06-24	{"a3": "646"}	{"lerrcp": "A3-646"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Jonquieres", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:27:42", "date": "1850-06-24 15:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 6.92537, "lat": 43.65783, "name": "Grasse", "geoid": 3014856}, "notime": null, "date-ut": "1850-06-24 14:30:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Jonquieres"}, "birth": {"tzo": "+00:27:42", "date": "1850-06-24 15:00", "place": {"c2": "06", "cy": "FR", "lg": 6.92537, "lat": 43.65783, "name": "Grasse", "geoid": 3014856}, "date-ut": "1850-06-24 14:30:56"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-646"}, "ids-in-sources": {"a3": "646"}}, "raw": {"H": "14", "MN": "30", "TZ": "0", "COD": "06", "COU": "F", "DAY": "24", "LAT": "43N42", "LON": "7E16", "MON": "6", "NUM": "646", "PRO": "M", "SEC": "56", "YEA": "1850", "CITY": "GRASSE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6368	jorna-leon-1916-09-23	{"a3": "647", "g55": "04-630"}	{"g55": "04-630", "lerrcp": "A3-647"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Jorna", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1916-09-23 04:00", "note": null, "place": {"c1": null, "c2": "74", "c3": null, "cy": "FR", "lg": 6.11667, "lat": 45.9, "name": "Chamonix", "geoid": 0}, "notime": null, "date-ut": "1916-09-23 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-647"}, "birth": {"tzo": "+01:00", "date": "1916-09-23 04:00", "place": {"c2": "74", "cy": "FR", "lg": 6.11667, "lat": 45.9, "name": "Chamonix", "geoid": 0}, "date-ut": "1916-09-23 03:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-647"}, "ids-in-sources": {"a3": "647"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "74", "COU": "F", "DAY": "23", "LAT": "45N54", "LON": "6E 7", "MON": "9", "NUM": "647", "PRO": "M", "SEC": "0", "YEA": "1916", "CITY": "CHAMONIX"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Léon", "family": "Jorna", "nobility": ""}, "slug": "jorna-leon-1916-09-23", "birth": {"place": {"name": "Chamonix"}}, "partial-ids": {"g55": "04-630"}, "ids-in-source": {"g55": "04-630"}}, "raw": {"DAY": "23-9-1916", "HOUR": "4 h.", "NAME": "JORNA Léon", "PLACE": "Chamonix (Haute-Savoie)."}, "date": "2023-08-20T14:48:34+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6369	gauquelin-a3-648-1895-11-20	{"a3": "648"}	{"lerrcp": "A3-648"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-648", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-11-20 18:00", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.20411, "lat": 48.02409, "name": "Coulaines", "geoid": 3023291}, "notime": null, "date-ut": "1895-11-20 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-648"}, "birth": {"tzo": "+00:09:21", "date": "1895-11-20 18:00", "place": {"c2": "72", "cy": "FR", "lg": 0.20411, "lat": 48.02409, "name": "Coulaines", "geoid": 3023291}, "date-ut": "1895-11-20 17:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-648"}, "ids-in-sources": {"a3": "648"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "72", "COU": "F", "DAY": "20", "LAT": "48N 1", "LON": "0E12", "MON": "11", "NUM": "648", "PRO": "M", "SEC": "40", "YEA": "1895", "CITY": "COULAINES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6370	joyeux-paul-1829-08-19	{"a3": "649"}	{"lerrcp": "A3-649"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Joyeux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:37", "date": "1829-08-19 16:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.65356, "lat": 48.5457, "name": "Melun", "geoid": 2994651}, "notime": null, "date-ut": "1829-08-19 15:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Joyeux"}, "birth": {"tzo": "+00:10:37", "date": "1829-08-19 16:00", "place": {"c2": "77", "cy": "FR", "lg": 2.65356, "lat": 48.5457, "name": "Melun", "geoid": 2994651}, "date-ut": "1829-08-19 15:49:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-649"}, "ids-in-sources": {"a3": "649"}}, "raw": {"H": "15", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "19", "LAT": "48N33", "LON": "2E40", "MON": "8", "NUM": "649", "PRO": "M", "SEC": "20", "YEA": "1829", "CITY": "MELUN"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6372	jurien-graviere-jean-1812-11-19	{"a3": "651"}	{"lerrcp": "A3-651"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Jurien Graviere Jean", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:17:57", "date": "1812-11-19 20:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1812-11-19 20:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Jurien Graviere Jean"}, "birth": {"tzo": "-00:17:57", "date": "1812-11-19 20:00", "place": {"c2": "29", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1812-11-19 20:16:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-651"}, "ids-in-sources": {"a3": "651"}}, "raw": {"H": "20", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "19", "LAT": "48N 0", "LON": "4W 6", "MON": "11", "NUM": "651", "PRO": "M", "SEC": "24", "YEA": "1812", "CITY": "BREST"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6373	kenney-jaques-1829-09-06	{"a3": "652"}	{"lerrcp": "A3-652"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jaques", "family": "Kenney", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:29", "date": "1829-09-06 07:00", "note": null, "place": {"c1": null, "c2": "41", "c3": null, "cy": "FR", "lg": 1.1226, "lat": 47.50973, "name": "Mesland", "geoid": 2994267}, "notime": null, "date-ut": "1829-09-06 06:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jaques", "family": "Kenney"}, "birth": {"tzo": "+00:04:29", "date": "1829-09-06 07:00", "place": {"c2": "41", "cy": "FR", "lg": 1.1226, "lat": 47.50973, "name": "Mesland", "geoid": 2994267}, "date-ut": "1829-09-06 06:54:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-652"}, "ids-in-sources": {"a3": "652"}}, "raw": {"H": "6", "MN": "54", "TZ": "0", "COD": "41", "COU": "F", "DAY": "6", "LAT": "47N35", "LON": "1E20", "MON": "9", "NUM": "652", "PRO": "M", "SEC": "40", "YEA": "1829", "CITY": "MESLAND"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6377	gauquelin-a3-656-1878-11-29	{"a3": "656"}	{"lerrcp": "A3-656"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-656", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:53", "date": "1878-11-29 19:40", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.47124, "lat": 49.19461, "name": "Chantilly", "geoid": 3026827}, "notime": null, "date-ut": "1878-11-29 19:31:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-656"}, "birth": {"tzo": "+00:09:53", "date": "1878-11-29 19:40", "place": {"c2": "60", "cy": "FR", "lg": 2.47124, "lat": 49.19461, "name": "Chantilly", "geoid": 3026827}, "date-ut": "1878-11-29 19:31:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-656"}, "ids-in-sources": {"a3": "656"}}, "raw": {"H": "19", "MN": "31", "TZ": "0", "COD": "60", "COU": "F", "DAY": "29", "LAT": "49N26", "LON": "2E 5", "MON": "11", "NUM": "656", "PRO": "M", "SEC": "40", "YEA": "1878", "CITY": "CHANTILLY"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6378	labrousse-nicolas-1807-07-17	{"a3": "657"}	{"lerrcp": "A3-657"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicolas", "family": "Labrousse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:17:57", "date": "1807-07-17 06:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1807-07-17 06:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Nicolas", "family": "Labrousse"}, "birth": {"tzo": "-00:17:57", "date": "1807-07-17 06:00", "place": {"c2": "29", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1807-07-17 06:16:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-657"}, "ids-in-sources": {"a3": "657"}}, "raw": {"H": "6", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "17", "LAT": "48N 0", "LON": "4W 6", "MON": "7", "NUM": "657", "PRO": "M", "SEC": "24", "YEA": "1807", "CITY": "BREST"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6376	kreis-hubert-1878-11-28	{"a3": "655", "g55": "04-421"}	{"g55": "04-421", "lerrcp": "A3-655"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hubert", "family": "Kreis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:59", "date": "1878-11-28 01:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1878-11-28 00:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hubert", "family": "Kreis"}, "birth": {"tzo": "+00:04:59", "date": "1878-11-28 01:00", "place": {"c2": "87", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1878-11-28 00:55"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-655"}, "ids-in-sources": {"a3": "655"}}, "raw": {"H": "0", "MN": "55", "TZ": "0", "COD": "87", "COU": "F", "DAY": "28", "LAT": "45N50", "LON": "1E15", "MON": "11", "NUM": "655", "PRO": "M", "SEC": "0", "YEA": "1878", "CITY": "LIMOGES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-421"}, "ids-in-source": {"g55": "04-421"}}, "raw": {"DAY": "28-11-1878", "HOUR": "1 h.", "NAME": "KREIS Hubert Jean", "PLACE": "Limoges (Haute-Vienne)."}, "date": "2023-08-20T14:48:29+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6381	lachau-alfred-1835-08-18	{"a3": "660"}	{"lerrcp": "A3-660"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Lachau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:05", "date": "1835-08-18 16:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.5201, "lat": 46.21948, "name": "Monsols", "geoid": 2993194}, "notime": null, "date-ut": "1835-08-18 15:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Lachau"}, "birth": {"tzo": "+00:18:05", "date": "1835-08-18 16:00", "place": {"c2": "69", "cy": "FR", "lg": 4.5201, "lat": 46.21948, "name": "Monsols", "geoid": 2993194}, "date-ut": "1835-08-18 15:40:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-660"}, "ids-in-sources": {"a3": "660"}}, "raw": {"H": "15", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "18", "LAT": "45N46", "LON": "4E50", "MON": "8", "NUM": "660", "PRO": "M", "SEC": "40", "YEA": "1835", "CITY": "MONSOLS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6383	lacroix-jean-1843-11-30	{"a3": "662"}	{"lerrcp": "A3-662"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lacroix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:30", "date": "1843-11-30 15:00", "note": null, "place": {"c1": null, "c2": "19", "c3": null, "cy": "FR", "lg": 1.87513, "lat": 45.37244, "name": "Corrèze", "geoid": 3023534}, "notime": null, "date-ut": "1843-11-30 14:52:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lacroix"}, "birth": {"tzo": "+00:07:30", "date": "1843-11-30 15:00", "place": {"c2": "19", "cy": "FR", "lg": 1.87513, "lat": 45.37244, "name": "Corrèze", "geoid": 3023534}, "date-ut": "1843-11-30 14:52:56"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-662"}, "ids-in-sources": {"a3": "662"}}, "raw": {"H": "14", "MN": "52", "TZ": "0", "COD": "19", "COU": "F", "DAY": "30", "LAT": "45N16", "LON": "1E46", "MON": "11", "NUM": "662", "PRO": "M", "SEC": "56", "YEA": "1843", "CITY": "CORREZE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6382	lacourt-jacques-georges-1917-08-09	{"a3": "661", "g55": "04-631"}	{"g55": "04-631", "lerrcp": "A3-661"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques Georges", "family": "Lacourt", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-08-09 10:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Fére-en-Tardenois", "geoid": 0}, "notime": null, "date-ut": "1917-08-09 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-661"}, "birth": {"tzo": "+01:00", "date": "1917-08-09 10:00", "place": {"c2": "02", "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Fere-en-Tardeno", "geoid": 0}, "date-ut": "1917-08-09 09:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-661"}, "ids-in-sources": {"a3": "661"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "02", "COU": "F", "DAY": "9", "LAT": "49N34", "LON": "3E37", "MON": "8", "NUM": "661", "PRO": "M", "SEC": "0", "YEA": "1917", "CITY": "FERE-EN-TARDENO"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Jacques Georges", "family": "Lacourt", "nobility": ""}, "slug": "lacourt-jacques-georges-1917-08-09", "birth": {"place": {"name": "Fére-en-Tardenois"}}, "partial-ids": {"g55": "04-631"}, "ids-in-source": {"g55": "04-631"}}, "raw": {"DAY": "9-8-1917", "HOUR": "10 h.", "NAME": "LACOURT Jacques Georges", "PLACE": "Fére-en-Tardenois (Aisne)."}, "date": "2023-08-20T14:48:34+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6386	laffont-claude-1829-06-01	{"a3": "665"}	{"lerrcp": "A3-665"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Laffont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:08", "date": "1829-06-01 14:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.03333, "lat": 47.25, "name": "Battemans", "geoid": 0}, "notime": null, "date-ut": "1829-06-01 13:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Laffont"}, "birth": {"tzo": "+00:24:08", "date": "1829-06-01 14:00", "place": {"c2": "25", "cy": "FR", "lg": 6.03333, "lat": 47.25, "name": "Battemans", "geoid": 0}, "date-ut": "1829-06-01 13:35:52"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-665"}, "ids-in-sources": {"a3": "665"}}, "raw": {"H": "13", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "1", "LAT": "47N15", "LON": "6E 2", "MON": "6", "NUM": "665", "PRO": "M", "SEC": "52", "YEA": "1829", "CITY": "BATTEMANS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6387	lagarde-aloys-1854-05-11	{"a3": "666"}	{"lerrcp": "A3-666"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aloys", "family": "Lagarde", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:48", "date": "1854-05-11 20:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.2, "lat": 48.7, "name": "Monaville", "geoid": 0}, "notime": null, "date-ut": "1854-05-11 19:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Aloys", "family": "Lagarde"}, "birth": {"tzo": "+00:24:48", "date": "1854-05-11 20:00", "place": {"c2": "54", "cy": "FR", "lg": 6.2, "lat": 48.7, "name": "Monaville", "geoid": 0}, "date-ut": "1854-05-11 19:35:12"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-666"}, "ids-in-sources": {"a3": "666"}}, "raw": {"H": "19", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "11", "LAT": "48N42", "LON": "6E12", "MON": "5", "NUM": "666", "PRO": "M", "SEC": "12", "YEA": "1854", "CITY": "MONAVILLE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6385	lafargue-jean-1917-11-19	{"a3": "664", "g55": "04-632"}	{"g55": "04-632", "lerrcp": "A3-664"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lafargue", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1917-11-19 10:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.75968, "lat": 43.3217, "name": "Navarrenx", "geoid": 2990870}, "notime": null, "date-ut": "1917-11-19 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-664"}, "birth": {"tzo": "+00:00", "date": "1917-11-19 10:00", "place": {"c2": "64", "cy": "FR", "lg": -0.75968, "lat": 43.3217, "name": "Navarrenx", "geoid": 2990870}, "date-ut": "1917-11-19 10:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-664"}, "ids-in-sources": {"a3": "664"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "19", "LAT": "43N18", "LON": "0W22", "MON": "11", "NUM": "664", "PRO": "M", "SEC": "0", "YEA": "1917", "CITY": "NAVARRENX"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Jean", "family": "Lafargue", "nobility": ""}, "slug": "lafargue-jean-1917-11-19", "partial-ids": {"g55": "04-632"}, "ids-in-source": {"g55": "04-632"}}, "raw": {"DAY": "19-11-1917", "HOUR": "10 h.", "NAME": "LAFARGUE Jean", "PLACE": "Navarrenx (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:34+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6389	la-grandiere-pierre-1807-06-28	{"a3": "668"}	{"lerrcp": "A3-668"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "La Grandiere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:08:20", "date": "1807-06-28 07:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -2.08421, "lat": 47.65165, "name": "Redon", "geoid": 2984192}, "notime": null, "date-ut": "1807-06-28 07:06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "La Grandiere"}, "birth": {"tzo": "-00:08:20", "date": "1807-06-28 07:00", "place": {"c2": "35", "cy": "FR", "lg": -2.08421, "lat": 47.65165, "name": "Redon", "geoid": 2984192}, "date-ut": "1807-06-28 07:06:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-668"}, "ids-in-sources": {"a3": "668"}}, "raw": {"H": "7", "MN": "6", "TZ": "0", "COD": "35", "COU": "F", "DAY": "28", "LAT": "48N 7", "LON": "1W40", "MON": "6", "NUM": "668", "PRO": "M", "SEC": "40", "YEA": "1807", "CITY": "REDON"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6393	lallement-julien-1839-03-11	{"a3": "672"}	{"lerrcp": "A3-672"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julien", "family": "Lallement", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:41", "date": "1839-03-11 11:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1839-03-11 10:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Julien", "family": "Lallement"}, "birth": {"tzo": "+00:24:41", "date": "1839-03-11 11:00", "place": {"c2": "57", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1839-03-11 10:35:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-672"}, "ids-in-sources": {"a3": "672"}}, "raw": {"H": "10", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "11", "LAT": "49N 7", "LON": "6E11", "MON": "3", "NUM": "672", "PRO": "M", "SEC": "16", "YEA": "1839", "CITY": "METZ"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6392	la-jaille-charles-1836-01-07	{"a3": "671", "g55": "04-428"}	{"g55": "04-428", "lerrcp": "A3-671"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "La Jaille", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1836-01-07 19:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1836-01-07 19:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "La Jaille"}, "birth": {"tzo": "-00:06:13", "date": "1836-01-07 19:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1836-01-07 19:06:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-671"}, "ids-in-sources": {"a3": "671"}}, "raw": {"H": "19", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "7", "LAT": "47N13", "LON": "1W35", "MON": "1", "NUM": "671", "PRO": "M", "SEC": "20", "YEA": "1836", "CITY": "NANTES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-428"}, "ids-in-source": {"g55": "04-428"}}, "raw": {"DAY": "7-1-1836", "HOUR": "19 h.", "NAME": "LA JAILLE (de) Charles Edouatd", "PLACE": "Nantes (Loire-Infér.)."}, "date": "2023-08-20T14:48:29+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6396	lancelot-pierre-1901-07-29	{"a3": "675"}	{"lerrcp": "A3-675"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Lancelot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1901-07-29 18:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1901-07-29 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Lancelot"}, "birth": {"tzo": "+00:09:21", "date": "1901-07-29 18:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1901-07-29 17:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-675"}, "ids-in-sources": {"a3": "675"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "44", "COU": "F", "DAY": "29", "LAT": "47N13", "LON": "1W35", "MON": "7", "NUM": "675", "PRO": "M", "SEC": "40", "YEA": "1901", "CITY": "NANTES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6397	langle-cary-fernand-1849-07-04	{"a3": "676", "g55": "04-431"}	{"g55": "04-431", "lerrcp": "A3-676"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Langle Cary Fernand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:13:29", "date": "1849-07-04 17:00", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "notime": null, "date-ut": "1849-07-04 17:10:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Langle Cary Fernand"}, "birth": {"tzo": "-00:13:29", "date": "1849-07-04 17:00", "place": {"c2": "56", "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "date-ut": "1849-07-04 17:10:56"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-676"}, "ids-in-sources": {"a3": "676"}}, "raw": {"H": "17", "MN": "10", "TZ": "0", "COD": "56", "COU": "F", "DAY": "4", "LAT": "47N40", "LON": "2W44", "MON": "7", "NUM": "676", "PRO": "M", "SEC": "56", "YEA": "1849", "CITY": "LORIENT"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-431"}, "ids-in-source": {"g55": "04-431"}}, "raw": {"DAY": "4-7-1849", "HOUR": "17 h.", "NAME": "LANGLE de CARY Fernand Louis (de)", "PLACE": "Lorient (Morb.)."}, "date": "2023-08-20T14:48:29+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6401	lantheaume-jules-1828-04-01	{"a3": "680"}	{"lerrcp": "A3-680"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Lantheaume", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:36", "date": "1828-04-01 01:00", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 4.9, "lat": 44.93333, "name": "Chatillon", "geoid": 0}, "notime": null, "date-ut": "1828-04-01 00:40:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Lantheaume"}, "birth": {"tzo": "+00:19:36", "date": "1828-04-01 01:00", "place": {"c2": "26", "cy": "FR", "lg": 4.9, "lat": 44.93333, "name": "Chatillon", "geoid": 0}, "date-ut": "1828-04-01 00:40:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-680"}, "ids-in-sources": {"a3": "680"}}, "raw": {"H": "0", "MN": "40", "TZ": "0", "COD": "26", "COU": "F", "DAY": "1", "LAT": "44N56", "LON": "4E54", "MON": "4", "NUM": "680", "PRO": "M", "SEC": "24", "YEA": "1828", "CITY": "CHATILLON"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6402	laperrine-francois-1860-09-29	{"a3": "681"}	{"lerrcp": "A3-681"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Laperrine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:49", "date": "1860-09-29 07:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 1.95339, "lat": 43.31814, "name": "Castelnaudary", "geoid": 3028351}, "notime": null, "date-ut": "1860-09-29 06:50:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Laperrine"}, "birth": {"tzo": "+00:07:49", "date": "1860-09-29 07:00", "place": {"c2": "11", "cy": "FR", "lg": 1.95339, "lat": 43.31814, "name": "Castelnaudary", "geoid": 3028351}, "date-ut": "1860-09-29 06:50:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-681"}, "ids-in-sources": {"a3": "681"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "29", "LAT": "43N12", "LON": "2E21", "MON": "9", "NUM": "681", "PRO": "M", "SEC": "36", "YEA": "1860", "CITY": "CASTELNAUDARY"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6403	laponterique-francois-1846-12-01	{"a3": "682"}	{"lerrcp": "A3-682"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Laponterique", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:36", "date": "1846-12-01 18:00", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.6512, "lat": 44.06337, "name": "Astaffort", "geoid": 3036495}, "notime": null, "date-ut": "1846-12-01 17:57:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Laponterique"}, "birth": {"tzo": "+00:02:36", "date": "1846-12-01 18:00", "place": {"c2": "47", "cy": "FR", "lg": 0.6512, "lat": 44.06337, "name": "Astaffort", "geoid": 3036495}, "date-ut": "1846-12-01 17:57:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-682"}, "ids-in-sources": {"a3": "682"}}, "raw": {"H": "17", "MN": "57", "TZ": "0", "COD": "47", "COU": "F", "DAY": "1", "LAT": "44N12", "LON": "0E38", "MON": "12", "NUM": "682", "PRO": "M", "SEC": "28", "YEA": "1846", "CITY": "ASTAFFORT"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6404	largeau-etienne-1866-06-06	{"a3": "683"}	{"lerrcp": "A3-683"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Largeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:50", "date": "1866-06-06 03:00", "note": null, "place": {"c1": null, "c2": "79", "c3": null, "cy": "FR", "lg": -0.45877, "lat": 46.32313, "name": "Niort", "geoid": 2990355}, "notime": null, "date-ut": "1866-06-06 03:01:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Largeau"}, "birth": {"tzo": "-00:01:50", "date": "1866-06-06 03:00", "place": {"c2": "79", "cy": "FR", "lg": -0.45877, "lat": 46.32313, "name": "Niort", "geoid": 2990355}, "date-ut": "1866-06-06 03:01:48"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-683"}, "ids-in-sources": {"a3": "683"}}, "raw": {"H": "3", "MN": "1", "TZ": "0", "COD": "79", "COU": "F", "DAY": "6", "LAT": "46N19", "LON": "0W27", "MON": "6", "NUM": "683", "PRO": "M", "SEC": "48", "YEA": "1866", "CITY": "NIORT"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6405	larminat-rene-1895-11-29	{"a3": "684"}	{"lerrcp": "A3-684"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Larminat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-11-29 01:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.08082, "lat": 44.12489, "name": "Alès", "geoid": 3038224}, "notime": null, "date-ut": "1895-11-29 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "René", "family": "Larminat"}, "birth": {"tzo": "+00:09:21", "date": "1895-11-29 01:00", "place": {"c2": "30", "cy": "FR", "lg": 4.08082, "lat": 44.12489, "name": "Alès", "geoid": 3038224}, "date-ut": "1895-11-29 00:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-684"}, "ids-in-sources": {"a3": "684"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "30", "COU": "F", "DAY": "29", "LAT": "43N51", "LON": "4E21", "MON": "11", "NUM": "684", "PRO": "M", "SEC": "40", "YEA": "1895", "CITY": "ALES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6408	latour-pierre-1896-06-18	{"a3": "687"}	{"lerrcp": "A3-687"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Latour", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1896-06-18 07:30", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Maisons-Lafitte", "geoid": 0}, "notime": null, "date-ut": "1896-06-18 07:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Latour"}, "birth": {"tzo": "+00:09:21", "date": "1896-06-18 07:30", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Maisons-Lafitte", "geoid": 0}, "date-ut": "1896-06-18 07:20:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-687"}, "ids-in-sources": {"a3": "687"}}, "raw": {"H": "7", "MN": "20", "TZ": "0", "COD": "78", "COU": "F", "DAY": "18", "LAT": "48N50", "LON": "2E 8", "MON": "6", "NUM": "687", "PRO": "M", "SEC": "40", "YEA": "1896", "CITY": "MAISONS-LAFITTE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
4849	laubeuf-maxime-1864-11-23	{"a2": "2765", "a3": "689", "g55": "09-157"}	{"g55": "09-157", "lerrcp": "A2-2765"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maxime", "family": "Laubeuf", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:12", "date": "1864-11-23 19:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.04952, "lat": 48.92902, "name": "Poissy", "geoid": 2986501}, "notime": null, "date-ut": "1864-11-23 18:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist", "military-personnel"]	5	null	[{"new": {"name": {"given": "Maxime", "family": "Laubeuf"}, "birth": {"tzo": "+00:08:12", "date": "1864-11-23 19:00", "place": {"c2": "78", "cy": "FR", "lg": 2.04952, "lat": 48.92902, "name": "Poissy", "geoid": 2986501}, "date-ut": "1864-11-23 18:51:28"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2765"}, "ids-in-sources": {"a2": "2765"}}, "raw": {"H": "18", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "23", "LAT": "48N50", "LON": "2E 8", "MON": "11", "NUM": "2765", "PRO": "S", "SEC": "28", "YEA": "1864", "CITY": "POISSY"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["military-personnel"], "sources": "a3", "ids-in-sources": {"a3": "689"}}, "raw": {"H": "18", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "23", "LAT": "48N50", "LON": "2E 8", "MON": "11", "NUM": "689", "PRO": "M", "SEC": "28", "YEA": "1864", "CITY": "POISSY"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "09-157"}, "ids-in-source": {"g55": "09-157"}}, "raw": {"DAY": "23-11-1864", "HOUR": "19 h.", "NAME": "LAUBEUF Maxime", "PLACE": "Poissy (Seine-et-Oise)."}, "date": "2023-08-20T14:49:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
6410	laubie-louis-1911-02-27	{"a3": "690"}	{"lerrcp": "A3-690"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Laubie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1911-02-27 16:30", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.41632, "lat": 46.80714, "name": "Le Creusot", "geoid": 3004427}, "notime": null, "date-ut": "1911-02-27 16:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Laubie"}, "birth": {"tzo": "+00:09:21", "date": "1911-02-27 16:30", "place": {"c2": "71", "cy": "FR", "lg": 4.41632, "lat": 46.80714, "name": "Le Creusot", "geoid": 3004427}, "date-ut": "1911-02-27 16:20:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-690"}, "ids-in-sources": {"a3": "690"}}, "raw": {"H": "16", "MN": "20", "TZ": "0", "COD": "71", "COU": "F", "DAY": "27", "LAT": "46N18", "LON": "4E50", "MON": "2", "NUM": "690", "PRO": "M", "SEC": "40", "YEA": "1911", "CITY": "LE CREUSOT"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6411	laure-emile-1881-06-03	{"a3": "691"}	{"lerrcp": "A3-691"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Laure", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:35", "date": "1881-06-03 15:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 5.39635, "lat": 43.87638, "name": "Apt", "geoid": 3037352}, "notime": null, "date-ut": "1881-06-03 14:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Laure"}, "birth": {"tzo": "+00:21:35", "date": "1881-06-03 15:00", "place": {"c2": "84", "cy": "FR", "lg": 5.39635, "lat": 43.87638, "name": "Apt", "geoid": 3037352}, "date-ut": "1881-06-03 14:40:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-691"}, "ids-in-sources": {"a3": "691"}}, "raw": {"H": "14", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "3", "LAT": "43N57", "LON": "4E50", "MON": "6", "NUM": "691", "PRO": "M", "SEC": "40", "YEA": "1881", "CITY": "APT"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6413	lauzin-henry-1903-12-28	{"a3": "694"}	{"lerrcp": "A3-694"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Lauzin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1903-12-28 06:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "notime": null, "date-ut": "1903-12-28 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Lauzin"}, "birth": {"tzo": "+00:09:21", "date": "1903-12-28 06:00", "place": {"c2": "64", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "date-ut": "1903-12-28 05:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-694"}, "ids-in-sources": {"a3": "694"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "64", "COU": "F", "DAY": "28", "LAT": "43N18", "LON": "0W22", "MON": "12", "NUM": "694", "PRO": "M", "SEC": "40", "YEA": "1903", "CITY": "BAYONNE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6414	lavigne-eugene-1835-08-05	{"a3": "695"}	{"lerrcp": "A3-695"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Lavigne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:03:30", "date": "1835-08-05 19:05:46", "note": null, "place": {"c1": null, "c2": "32", "c3": null, "cy": "FR", "lg": 0.8764, "lat": 43.62638, "name": "Gimont", "geoid": 3016023}, "notime": null, "date-ut": "1835-08-05 19:02:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Lavigne"}, "birth": {"tzo": "+00:03:30", "date": "1835-08-05 19:05:46", "place": {"c2": "32", "cy": "FR", "lg": 0.8764, "lat": 43.62638, "name": "Gimont", "geoid": 3016023}, "date-ut": "1835-08-05 19:02:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-695"}, "ids-in-sources": {"a3": "695"}}, "raw": {"H": "19", "MN": "2", "TZ": "0", "COD": "32", "COU": "F", "DAY": "5", "LAT": "43N40", "LON": "0E36", "MON": "8", "NUM": "695", "PRO": "M", "SEC": "16", "YEA": "1835", "CITY": "GIMONT"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
12264	bagni-margherita-1902-02-21	{"a5": "796"}	{"lerrcp": "A5-796"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Margherita", "family": "Bagni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1902-02-21 04:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Margherita", "family": "Bagni"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1902-02-21 04:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-796"}, "ids-in-sources": {"a5": "796"}}, "raw": {"H": "5", "MN": "45", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "21", "LAT": "45N 0", "LON": "8E 0", "MON": "2", "NUM": "796", "PRO": "A", "SEC": "0", "YEA": "1902", "CITY": "TORINO"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
6412	laurent-victor-simon-1862-09-21	{"a3": "692", "g55": "04-436"}	{"g55": "04-436", "lerrcp": "A3-692"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor Simon", "family": "Laurent", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:08", "date": "1862-09-21 12:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Serrigny", "geoid": 0}, "notime": null, "date-ut": "1862-09-21 11:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-692"}, "birth": {"tzo": "+00:20:08", "date": "1862-09-21 12:00", "place": {"c2": "21", "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Serrigny", "geoid": 0}, "date-ut": "1862-09-21 11:39:52"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-692"}, "ids-in-sources": {"a3": "692"}}, "raw": {"H": "11", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "21", "LAT": "47N19", "LON": "5E 2", "MON": "9", "NUM": "692", "PRO": "M", "SEC": "52", "YEA": "1862", "CITY": "SERRIGNY"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Victor Simon", "family": "Laurent", "nobility": ""}, "slug": "laurent-victor-simon-1862-09-21", "birth": {"place": {"name": "Serrigny"}}, "partial-ids": {"g55": "04-436"}, "ids-in-source": {"g55": "04-436"}}, "raw": {"DAY": "21-9-1862", "HOUR": "12 h.", "NAME": "LAURENT Victor Simon", "PLACE": "Serrigny (Côte-d’Or)."}, "date": "2023-08-20T14:48:30+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6417	le-biham-marcel-1916-04-23	{"a3": "698"}	{"lerrcp": "A3-698"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Le Biham", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-04-23 06:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.32904, "lat": 48.09542, "name": "Douarnenez", "geoid": 3020996}, "notime": null, "date-ut": "1916-04-23 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Le Biham"}, "birth": {"tzo": "+00:00", "date": "1916-04-23 06:00", "place": {"c2": "29", "cy": "FR", "lg": -4.32904, "lat": 48.09542, "name": "Douarnenez", "geoid": 3020996}, "date-ut": "1916-04-23 06:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-698"}, "ids-in-sources": {"a3": "698"}}, "raw": {"H": "6", "MN": "0", "TZ": "0", "COD": "29", "COU": "F", "DAY": "23", "LAT": "48N 0", "LON": "4W 6", "MON": "4", "NUM": "698", "PRO": "M", "SEC": "0", "YEA": "1916", "CITY": "DOUARNENEZ"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6418	leblanc-jules-1886-09-03	{"a3": "699"}	{"lerrcp": "A3-699"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Leblanc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:12:01", "date": "1886-09-03 14:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -3.0062, "lat": 48.25615, "name": "Saint-Mayeux", "geoid": 2978097}, "notime": null, "date-ut": "1886-09-03 14:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Leblanc"}, "birth": {"tzo": "-00:12:01", "date": "1886-09-03 14:00", "place": {"c2": "22", "cy": "FR", "lg": -3.0062, "lat": 48.25615, "name": "Saint-Mayeux", "geoid": 2978097}, "date-ut": "1886-09-03 14:11"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-699"}, "ids-in-sources": {"a3": "699"}}, "raw": {"H": "14", "MN": "11", "TZ": "0", "COD": "22", "COU": "F", "DAY": "3", "LAT": "48N31", "LON": "2W45", "MON": "9", "NUM": "699", "PRO": "M", "SEC": "0", "YEA": "1886", "CITY": "ST-MAYEUX"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6415	le-barbier-robert-1915-12-14	{"a3": "696", "g55": "04-636"}	{"g55": "04-636", "lerrcp": "A3-696"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Le Barbier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-12-14 06:40", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Ecourt-Saint-Quentin", "geoid": 0}, "notime": null, "date-ut": "1915-12-14 06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Le Barbier"}, "birth": {"tzo": "+00:00", "date": "1915-12-14 06:40", "place": {"c2": "62", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Ecourt-Saint-Quent", "geoid": 0}, "date-ut": "1915-12-14 06:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-696"}, "ids-in-sources": {"a3": "696"}}, "raw": {"H": "6", "MN": "40", "TZ": "0", "COD": "62", "COU": "F", "DAY": "14", "LAT": "50N18", "LON": "2E46", "MON": "12", "NUM": "696", "PRO": "M", "SEC": "0", "YEA": "1915", "CITY": "ECOURT-ST-QUENT"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Ecourt-Saint-Quentin"}}, "partial-ids": {"g55": "04-636"}, "ids-in-source": {"g55": "04-636"}}, "raw": {"DAY": "14-12-1915", "HOUR": "6 h. 40", "NAME": "LE BARBIER Robert Paul", "PLACE": "Ecourt-Saint-Quentin (Pas-de-Calais)."}, "date": "2023-08-20T14:48:34+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6422	le-cheres-charles-1895-08-20	{"a3": "703"}	{"lerrcp": "A3-703"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Le Cheres", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-08-20 08:00", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 5.21667, "lat": 46.2, "name": "Bourg", "geoid": 0}, "notime": null, "date-ut": "1895-08-20 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Le Cheres"}, "birth": {"tzo": "+00:09:21", "date": "1895-08-20 08:00", "place": {"c2": "01", "cy": "FR", "lg": 5.21667, "lat": 46.2, "name": "Bourg", "geoid": 0}, "date-ut": "1895-08-20 07:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-703"}, "ids-in-sources": {"a3": "703"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "01", "COU": "F", "DAY": "20", "LAT": "46N12", "LON": "5E13", "MON": "8", "NUM": "703", "PRO": "M", "SEC": "40", "YEA": "1895", "CITY": "BOURG"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6424	leclerc-hautecloque-philippe-1902-11-22	{"a3": "705", "g55": "04-439"}	{"g55": "04-439", "lerrcp": "A3-705"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Leclerc Hautecloque Philippe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1902-11-22 20:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Belloy-Saint-Léonard", "geoid": 0}, "notime": null, "date-ut": "1902-11-22 19:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Leclerc Hautecloque Philippe"}, "birth": {"tzo": "+00:09:21", "date": "1902-11-22 20:00", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Belloy-Saint-Leona", "geoid": 0}, "date-ut": "1902-11-22 19:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-705"}, "ids-in-sources": {"a3": "705"}}, "raw": {"H": "19", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "22", "LAT": "49N54", "LON": "2E18", "MON": "11", "NUM": "705", "PRO": "M", "SEC": "40", "YEA": "1902", "CITY": "BELLOY-ST-LEONA"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Belloy-Saint-Léonard"}}, "partial-ids": {"g55": "04-439"}, "ids-in-source": {"g55": "04-439"}}, "raw": {"DAY": "22-11-1902", "HOUR": "20 h.", "NAME": "LECLERC Philippe de Hautecloque (dit)", "PLACE": "Belloy-Saint-Léonard (Somme)."}, "date": "2023-08-20T14:48:30+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6423	le-chevalier-louis-1916-10-16	{"a3": "704", "g55": "04-639"}	{"g55": "04-639", "lerrcp": "A3-704"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Le Chevalier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-10-16 02:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.2591, "lat": 49.27566, "name": "Ouistreham", "geoid": 2989013}, "notime": null, "date-ut": "1916-10-16 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Le Chevalier"}, "birth": {"tzo": "+00:00", "date": "1916-10-16 02:00", "place": {"c2": "14", "cy": "FR", "lg": -0.2591, "lat": 49.27566, "name": "Ouistreham", "geoid": 2989013}, "date-ut": "1916-10-16 02:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-704"}, "ids-in-sources": {"a3": "704"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "14", "COU": "F", "DAY": "16", "LAT": "49N11", "LON": "0W22", "MON": "10", "NUM": "704", "PRO": "M", "SEC": "0", "YEA": "1916", "CITY": "OUISTREHAM"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-639"}, "ids-in-source": {"g55": "04-639"}}, "raw": {"DAY": "16-10-1916", "HOUR": "2 h.", "NAME": "LE CHEVALIER Louis", "PLACE": "Ouistreham (Calvados)."}, "date": "2023-08-20T14:48:34+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6425	lecoeur-eugene-1817-10-11	{"a3": "706"}	{"lerrcp": "A3-706"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Lecoeur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:24", "date": "1817-10-11 02:00", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 0.59858, "lat": 49.08888, "name": "Bernay", "geoid": 3033308}, "notime": null, "date-ut": "1817-10-11 01:55:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Lecoeur"}, "birth": {"tzo": "+00:02:24", "date": "1817-10-11 02:00", "place": {"c2": "27", "cy": "FR", "lg": 0.59858, "lat": 49.08888, "name": "Bernay", "geoid": 3033308}, "date-ut": "1817-10-11 01:55:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-706"}, "ids-in-sources": {"a3": "706"}}, "raw": {"H": "1", "MN": "55", "TZ": "0", "COD": "27", "COU": "F", "DAY": "11", "LAT": "49N 1", "LON": "1E11", "MON": "10", "NUM": "706", "PRO": "M", "SEC": "16", "YEA": "1817", "CITY": "BERNAY"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6427	lecomte-eugene-1847-01-29	{"a3": "708"}	{"lerrcp": "A3-708"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Lecomte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:13", "date": "1847-01-29 19:00", "note": null, "place": {"c1": null, "c2": "53", "c3": null, "cy": "FR", "lg": -0.55381, "lat": 48.13475, "name": "Montsûrs", "geoid": 2991947}, "notime": null, "date-ut": "1847-01-29 19:03"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Lecomte"}, "birth": {"tzo": "-00:02:13", "date": "1847-01-29 19:00", "place": {"c2": "53", "cy": "FR", "lg": -0.55381, "lat": 48.13475, "name": "Montsûrs", "geoid": 2991947}, "date-ut": "1847-01-29 19:03"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-708"}, "ids-in-sources": {"a3": "708"}}, "raw": {"H": "19", "MN": "3", "TZ": "0", "COD": "53", "COU": "F", "DAY": "29", "LAT": "48N 4", "LON": "0W45", "MON": "1", "NUM": "708", "PRO": "M", "SEC": "0", "YEA": "1847", "CITY": "MONTSURS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6429	gauquelin-a3-710-1822-10-31	{"a3": "710"}	{"lerrcp": "A3-710"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-710", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:13:53", "date": "1822-10-31 19:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -3.47262, "lat": 48.61206, "name": "Plouaret", "geoid": 2986699}, "notime": null, "date-ut": "1822-10-31 19:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-710"}, "birth": {"tzo": "-00:13:53", "date": "1822-10-31 19:00", "place": {"c2": "22", "cy": "FR", "lg": -3.47262, "lat": 48.61206, "name": "Plouaret", "geoid": 2986699}, "date-ut": "1822-10-31 19:11"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-710"}, "ids-in-sources": {"a3": "710"}}, "raw": {"H": "19", "MN": "11", "TZ": "0", "COD": "22", "COU": "F", "DAY": "31", "LAT": "48N31", "LON": "2W45", "MON": "10", "NUM": "710", "PRO": "M", "SEC": "0", "YEA": "1822", "CITY": "PLOUARET"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6430	lecuco-louis-1822-05-29	{"a3": "711"}	{"lerrcp": "A3-711"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Lecuco", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1822-05-29 17:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.13292, "lat": 50.51501, "name": "Fruges", "geoid": 3016931}, "notime": null, "date-ut": "1822-05-29 16:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Lecuco"}, "birth": {"tzo": "+00:08:32", "date": "1822-05-29 17:00", "place": {"c2": "62", "cy": "FR", "lg": 2.13292, "lat": 50.51501, "name": "Fruges", "geoid": 3016931}, "date-ut": "1822-05-29 16:48:56"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-711"}, "ids-in-sources": {"a3": "711"}}, "raw": {"H": "16", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "29", "LAT": "50N18", "LON": "2E46", "MON": "5", "NUM": "711", "PRO": "M", "SEC": "56", "YEA": "1822", "CITY": "FRUGES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6432	lefol-phileas-1829-05-07	{"a3": "713"}	{"lerrcp": "A3-713"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Phileas", "family": "Lefol", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:20", "date": "1829-05-07 12:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "Montmorency", "geoid": 0}, "notime": null, "date-ut": "1829-05-07 11:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Phileas", "family": "Lefol"}, "birth": {"tzo": "+00:16:20", "date": "1829-05-07 12:00", "place": {"c2": "10", "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "Montmorency", "geoid": 0}, "date-ut": "1829-05-07 11:43:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-713"}, "ids-in-sources": {"a3": "713"}}, "raw": {"H": "11", "MN": "43", "TZ": "0", "COD": "10", "COU": "F", "DAY": "7", "LAT": "48N18", "LON": "4E 5", "MON": "5", "NUM": "713", "PRO": "M", "SEC": "40", "YEA": "1829", "CITY": "MONTMORENCY"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6433	legentilhomme-paul-1884-03-26	{"a3": "714"}	{"lerrcp": "A3-714"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Legentilhomme", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:53", "date": "1884-03-26 05:30", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.47047, "lat": 49.50881, "name": "Valognes", "geoid": 2970860}, "notime": null, "date-ut": "1884-03-26 05:34:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Legentilhomme"}, "birth": {"tzo": "-00:05:53", "date": "1884-03-26 05:30", "place": {"c2": "50", "cy": "FR", "lg": -1.47047, "lat": 49.50881, "name": "Valognes", "geoid": 2970860}, "date-ut": "1884-03-26 05:34:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-714"}, "ids-in-sources": {"a3": "714"}}, "raw": {"H": "5", "MN": "34", "TZ": "0", "COD": "50", "COU": "F", "DAY": "26", "LAT": "49N 7", "LON": "1W 5", "MON": "3", "NUM": "714", "PRO": "M", "SEC": "20", "YEA": "1884", "CITY": "VALOGNES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6438	gauquelin-a3-719-1829-05-20	{"a3": "719"}	{"lerrcp": "A3-719"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-719", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:42", "date": "1829-05-20 02:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1829-05-20 02:06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-719"}, "birth": {"tzo": "-00:06:42", "date": "1829-05-20 02:00", "place": {"c2": "35", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1829-05-20 02:06:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-719"}, "ids-in-sources": {"a3": "719"}}, "raw": {"H": "2", "MN": "6", "TZ": "0", "COD": "35", "COU": "F", "DAY": "20", "LAT": "48N 7", "LON": "1W40", "MON": "5", "NUM": "719", "PRO": "M", "SEC": "40", "YEA": "1829", "CITY": "RENNES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6439	lemaitre-leon-1838-02-16	{"a3": "720"}	{"lerrcp": "A3-720"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Lemaitre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:56", "date": "1838-02-16 18:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.48273, "lat": 49.77457, "name": "Moreuil", "geoid": 2991839}, "notime": null, "date-ut": "1838-02-16 17:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Lemaitre"}, "birth": {"tzo": "+00:09:56", "date": "1838-02-16 18:00", "place": {"c2": "80", "cy": "FR", "lg": 2.48273, "lat": 49.77457, "name": "Moreuil", "geoid": 2991839}, "date-ut": "1838-02-16 17:50:48"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-720"}, "ids-in-sources": {"a3": "720"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "16", "LAT": "49N54", "LON": "2E18", "MON": "2", "NUM": "720", "PRO": "M", "SEC": "48", "YEA": "1838", "CITY": "MOREUIL"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6437	lejeune-andre-1916-07-17	{"a3": "718", "g55": "04-641"}	{"g55": "04-641", "lerrcp": "A3-718"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Lejeune", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1916-07-17 06:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.9, "lat": 47.9, "name": "Chilleurs-aux-Bois", "geoid": 0}, "notime": null, "date-ut": "1916-07-17 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Lejeune"}, "birth": {"tzo": "+01:00", "date": "1916-07-17 06:00", "place": {"c2": "45", "cy": "FR", "lg": 1.9, "lat": 47.9, "name": "Chilleurs-Aux-B", "geoid": 0}, "date-ut": "1916-07-17 05:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-718"}, "ids-in-sources": {"a3": "718"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "45", "COU": "F", "DAY": "17", "LAT": "47N54", "LON": "1E54", "MON": "7", "NUM": "718", "PRO": "M", "SEC": "0", "YEA": "1916", "CITY": "CHILLEURS-AUX-B"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Chilleurs-aux-Bois"}}, "partial-ids": {"g55": "04-641"}, "ids-in-source": {"g55": "04-641"}}, "raw": {"DAY": "17-7-1916", "HOUR": "6 h.", "NAME": "LEJEUNE André", "PLACE": "Chilleurs-aux-Bois (Loiret)."}, "date": "2023-08-20T14:48:34+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6440	lemonnier-andre-1896-02-24	{"a3": "721"}	{"lerrcp": "A3-721"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Lemonnier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1896-02-24 18:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -3.15289, "lat": 48.56259, "name": "Guingamp", "geoid": 3014221}, "notime": null, "date-ut": "1896-02-24 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Lemonnier"}, "birth": {"tzo": "+00:09:21", "date": "1896-02-24 18:00", "place": {"c2": "22", "cy": "FR", "lg": -3.15289, "lat": 48.56259, "name": "Guingamp", "geoid": 3014221}, "date-ut": "1896-02-24 17:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-721"}, "ids-in-sources": {"a3": "721"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "22", "COU": "F", "DAY": "24", "LAT": "48N31", "LON": "2W45", "MON": "2", "NUM": "721", "PRO": "M", "SEC": "40", "YEA": "1896", "CITY": "GUINGAMP"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6444	leroy-gustave-1905-12-24	{"a3": "725"}	{"lerrcp": "A3-725"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Leroy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1905-12-24 12:30", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -2.05049, "lat": 48.45553, "name": "Dinan", "geoid": 3021356}, "notime": null, "date-ut": "1905-12-24 12:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Leroy"}, "birth": {"tzo": "+00:09:21", "date": "1905-12-24 12:30", "place": {"c2": "22", "cy": "FR", "lg": -2.05049, "lat": 48.45553, "name": "Dinan", "geoid": 3021356}, "date-ut": "1905-12-24 12:20:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-725"}, "ids-in-sources": {"a3": "725"}}, "raw": {"H": "12", "MN": "20", "TZ": "0", "COD": "22", "COU": "F", "DAY": "24", "LAT": "48N31", "LON": "2W45", "MON": "12", "NUM": "725", "PRO": "M", "SEC": "40", "YEA": "1905", "CITY": "DINAN"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6443	le-pesant-francois-1918-02-26	{"a3": "724", "g55": "04-643"}	{"g55": "04-643", "lerrcp": "A3-724"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Le Pesant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1918-02-26 08:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.44518, "lat": 49.04541, "name": "Coutances", "geoid": 3022826}, "notime": null, "date-ut": "1918-02-26 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Le Pesant"}, "birth": {"tzo": "+00:00", "date": "1918-02-26 08:00", "place": {"c2": "50", "cy": "FR", "lg": -1.44518, "lat": 49.04541, "name": "Coutances", "geoid": 3022826}, "date-ut": "1918-02-26 08:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-724"}, "ids-in-sources": {"a3": "724"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "50", "COU": "F", "DAY": "26", "LAT": "49N 7", "LON": "1W 5", "MON": "2", "NUM": "724", "PRO": "M", "SEC": "0", "YEA": "1918", "CITY": "COUTANCES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-643"}, "ids-in-source": {"g55": "04-643"}}, "raw": {"DAY": "26-2-1918", "HOUR": "8 h.", "NAME": "LE PESANT Francois", "PLACE": "Coutances (Manche)."}, "date": "2023-08-20T14:48:34+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6445	lestapis-paul-1814-02-03	{"a3": "726"}	{"lerrcp": "A3-726"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Lestapis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:25", "date": "1814-02-03 03:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "notime": null, "date-ut": "1814-02-03 03:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Lestapis"}, "birth": {"tzo": "-00:01:25", "date": "1814-02-03 03:00", "place": {"c2": "64", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "date-ut": "1814-02-03 03:01:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-726"}, "ids-in-sources": {"a3": "726"}}, "raw": {"H": "3", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "3", "LAT": "43N18", "LON": "0W22", "MON": "2", "NUM": "726", "PRO": "M", "SEC": "28", "YEA": "1814", "CITY": "PAU"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6446	lestin-jean-1871-06-20	{"a3": "727"}	{"lerrcp": "A3-727"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lestin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:51", "date": "1871-06-20 10:00", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "notime": null, "date-ut": "1871-06-20 09:57:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lestin"}, "birth": {"tzo": "+00:02:51", "date": "1871-06-20 10:00", "place": {"c2": "24", "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "date-ut": "1871-06-20 09:57:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-727"}, "ids-in-sources": {"a3": "727"}}, "raw": {"H": "9", "MN": "57", "TZ": "0", "COD": "24", "COU": "F", "DAY": "20", "LAT": "45N11", "LON": "0E44", "MON": "6", "NUM": "727", "PRO": "M", "SEC": "4", "YEA": "1871", "CITY": "PERIGUEUX"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6447	lesur-louis-1825-08-25	{"a3": "728"}	{"lerrcp": "A3-728"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Lesur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:54", "date": "1825-08-25 15:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.72426, "lat": 50.07874, "name": "Vireux-Molhain", "geoid": 2967956}, "notime": null, "date-ut": "1825-08-25 14:41:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Lesur"}, "birth": {"tzo": "+00:18:54", "date": "1825-08-25 15:00", "place": {"c2": "08", "cy": "FR", "lg": 4.72426, "lat": 50.07874, "name": "Vireux-Molhain", "geoid": 2967956}, "date-ut": "1825-08-25 14:41:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-728"}, "ids-in-sources": {"a3": "728"}}, "raw": {"H": "14", "MN": "41", "TZ": "0", "COD": "08", "COU": "F", "DAY": "25", "LAT": "49N46", "LON": "4E44", "MON": "8", "NUM": "728", "PRO": "M", "SEC": "4", "YEA": "1825", "CITY": "VIREUX-MOLHAIN"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6448	lherminier-eugene-1825-04-13	{"a3": "729"}	{"lerrcp": "A3-729"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Lherminier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:01", "date": "1825-04-13 11:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.75583, "lat": 49.52273, "name": "Festieux", "geoid": 3018594}, "notime": null, "date-ut": "1825-04-13 10:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Lherminier"}, "birth": {"tzo": "+00:15:01", "date": "1825-04-13 11:00", "place": {"c2": "02", "cy": "FR", "lg": 3.75583, "lat": 49.52273, "name": "Festieux", "geoid": 3018594}, "date-ut": "1825-04-13 10:45:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-729"}, "ids-in-sources": {"a3": "729"}}, "raw": {"H": "10", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "13", "LAT": "49N34", "LON": "3E37", "MON": "4", "NUM": "729", "PRO": "M", "SEC": "32", "YEA": "1825", "CITY": "FESTIEUX"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6449	l-huillier-jean-1832-11-07	{"a3": "730"}	{"lerrcp": "A3-730"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "L'Huillier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:40", "date": "1832-11-07 20:00", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.16667, "lat": 48.76667, "name": "Gondrecourt", "geoid": 0}, "notime": null, "date-ut": "1832-11-07 19:39:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "L'Huillier"}, "birth": {"tzo": "+00:20:40", "date": "1832-11-07 20:00", "place": {"c2": "55", "cy": "FR", "lg": 5.16667, "lat": 48.76667, "name": "Gondrecourt", "geoid": 0}, "date-ut": "1832-11-07 19:39:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-730"}, "ids-in-sources": {"a3": "730"}}, "raw": {"H": "19", "MN": "39", "TZ": "0", "COD": "55", "COU": "F", "DAY": "7", "LAT": "48N46", "LON": "5E10", "MON": "11", "NUM": "730", "PRO": "M", "SEC": "20", "YEA": "1832", "CITY": "GONDRECOURT"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6452	loche-gustave-1836-05-25	{"a3": "733"}	{"lerrcp": "A3-733"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Loche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:04", "date": "1836-05-25 12:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Issoire", "geoid": 0}, "notime": null, "date-ut": "1836-05-25 11:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Loche"}, "birth": {"tzo": "+00:11:04", "date": "1836-05-25 12:00", "place": {"c2": "62", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Issoire", "geoid": 0}, "date-ut": "1836-05-25 11:48:56"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-733"}, "ids-in-sources": {"a3": "733"}}, "raw": {"H": "11", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "25", "LAT": "50N18", "LON": "2E46", "MON": "5", "NUM": "733", "PRO": "M", "SEC": "56", "YEA": "1836", "CITY": "ISSOIRE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6453	loizeau-lucien-1879-04-09	{"a3": "734"}	{"lerrcp": "A3-734"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Loizeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:07", "date": "1879-04-09 23:30", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "notime": null, "date-ut": "1879-04-09 23:12:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Loizeau"}, "birth": {"tzo": "+00:16:07", "date": "1879-04-09 23:30", "place": {"c2": "51", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "date-ut": "1879-04-09 23:12:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-734"}, "ids-in-sources": {"a3": "734"}}, "raw": {"H": "23", "MN": "12", "TZ": "0", "COD": "51", "COU": "F", "DAY": "9", "LAT": "48N57", "LON": "4E22", "MON": "4", "NUM": "734", "PRO": "M", "SEC": "32", "YEA": "1879", "CITY": "REIMS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6454	loriferne-auguste-1836-12-23	{"a3": "735"}	{"lerrcp": "A3-735"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Loriferne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:54", "date": "1836-12-23 21:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.97369, "lat": 47.85628, "name": "Tonnerre", "geoid": 2972467}, "notime": null, "date-ut": "1836-12-23 20:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Loriferne"}, "birth": {"tzo": "+00:15:54", "date": "1836-12-23 21:00", "place": {"c2": "89", "cy": "FR", "lg": 3.97369, "lat": 47.85628, "name": "Tonnerre", "geoid": 2972467}, "date-ut": "1836-12-23 20:45:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-735"}, "ids-in-sources": {"a3": "735"}}, "raw": {"H": "20", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "23", "LAT": "47N48", "LON": "3E35", "MON": "12", "NUM": "735", "PRO": "M", "SEC": "40", "YEA": "1836", "CITY": "TONNERRE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17902	brun-francois-julien-1909-06-18	{"e1": "269"}	{"lerrcp": "E1-269"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François Julien", "family": "Brun", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-06-18 07:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1909-06-18 06:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "François Julien", "family": "Brun"}, "birth": {"tzo": "+00:09", "date": "1909-06-18 07:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1909-06-18 06:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "269"}}, "raw": {"H": "07:00", "COD": "42", "DAY": "18", "MON": "06", "NUM": "0269", "PRO": "EX", "YEA": "1909", "CITY": "St Etienne", "NAME": "BRUN François Julien", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
6457	lubet-jean-1825-11-07	{"a3": "738"}	{"lerrcp": "A3-738"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lubet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:13", "date": "1825-11-07 16:00", "note": null, "place": {"c1": null, "c2": "40", "c3": null, "cy": "FR", "lg": -1.05366, "lat": 43.71032, "name": "Dax", "geoid": 3021670}, "notime": null, "date-ut": "1825-11-07 16:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lubet"}, "birth": {"tzo": "-00:04:13", "date": "1825-11-07 16:00", "place": {"c2": "40", "cy": "FR", "lg": -1.05366, "lat": 43.71032, "name": "Dax", "geoid": 3021670}, "date-ut": "1825-11-07 16:02"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-738"}, "ids-in-sources": {"a3": "738"}}, "raw": {"H": "16", "MN": "2", "TZ": "0", "COD": "40", "COU": "F", "DAY": "7", "LAT": "43N54", "LON": "0W30", "MON": "11", "NUM": "738", "PRO": "M", "SEC": "0", "YEA": "1825", "CITY": "DAX"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6459	lyautey-louis-1854-11-17	{"a3": "740", "g55": "04-450"}	{"g55": "04-450", "lerrcp": "A3-740"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Lyautey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1854-11-17 17:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1854-11-17 16:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Lyautey"}, "birth": {"tzo": "+00:24:44", "date": "1854-11-17 17:00", "place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1854-11-17 16:35:12"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-740"}, "ids-in-sources": {"a3": "740"}}, "raw": {"H": "16", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "17", "LAT": "48N42", "LON": "6E12", "MON": "11", "NUM": "740", "PRO": "M", "SEC": "12", "YEA": "1854", "CITY": "NANCY"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-450"}, "ids-in-source": {"g55": "04-450"}}, "raw": {"DAY": "17-11-1854", "HOUR": "17 h.", "NAME": "LYAUTEY Louis Hubert", "PLACE": "Nancy (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:48:30+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6462	magnan-joseph-1896-01-11	{"a3": "743"}	{"lerrcp": "A3-743"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Magnan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1896-01-11 15:00", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.46192, "lat": 46.82852, "name": "Decize", "geoid": 3021661}, "notime": null, "date-ut": "1896-01-11 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Magnan"}, "birth": {"tzo": "+00:09:21", "date": "1896-01-11 15:00", "place": {"c2": "58", "cy": "FR", "lg": 3.46192, "lat": 46.82852, "name": "Decize", "geoid": 3021661}, "date-ut": "1896-01-11 14:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-743"}, "ids-in-sources": {"a3": "743"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "58", "COU": "F", "DAY": "11", "LAT": "46N59", "LON": "3E 9", "MON": "1", "NUM": "743", "PRO": "M", "SEC": "40", "YEA": "1896", "CITY": "DECIZE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6464	maillet-francois-1825-03-10	{"a3": "745"}	{"lerrcp": "A3-745"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Maillet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1825-03-10 11:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Vendegies-Aux-B", "geoid": 0}, "notime": null, "date-ut": "1825-03-10 10:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Maillet"}, "birth": {"tzo": "+00:12:20", "date": "1825-03-10 11:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Vendegies-Aux-B", "geoid": 0}, "date-ut": "1825-03-10 10:47:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-745"}, "ids-in-sources": {"a3": "745"}}, "raw": {"H": "10", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "10", "LAT": "50N39", "LON": "3E 5", "MON": "3", "NUM": "745", "PRO": "M", "SEC": "40", "YEA": "1825", "CITY": "VENDEGIES-AUX-B"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6463	mahe-jean-1917-06-02	{"a3": "744", "g55": "04-644"}	{"g55": "04-644", "lerrcp": "A3-744"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Mahe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-06-02 15:15", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1917-06-02 14:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Mahe"}, "birth": {"tzo": "+01:00", "date": "1917-06-02 15:15", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1917-06-02 14:15"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-744"}, "ids-in-sources": {"a3": "744"}}, "raw": {"H": "14", "MN": "15", "TZ": "0", "COD": "44", "COU": "F", "DAY": "2", "LAT": "47N13", "LON": "1W35", "MON": "6", "NUM": "744", "PRO": "M", "SEC": "0", "YEA": "1917", "CITY": "NANTES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-644"}, "ids-in-source": {"g55": "04-644"}}, "raw": {"DAY": "2-6-1917", "HOUR": "15h. 15", "NAME": "MAHE Jean", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:48:34+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6469	marchal-nicolas-1839-08-12	{"a3": "750"}	{"lerrcp": "A3-750"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicolas", "family": "Marchal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:36", "date": "1839-08-12 21:00", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.65185, "lat": 49.19343, "name": "Warcq", "geoid": 2967469}, "notime": null, "date-ut": "1839-08-12 20:39:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Nicolas", "family": "Marchal"}, "birth": {"tzo": "+00:22:36", "date": "1839-08-12 21:00", "place": {"c2": "55", "cy": "FR", "lg": 5.65185, "lat": 49.19343, "name": "Warcq", "geoid": 2967469}, "date-ut": "1839-08-12 20:39:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-750"}, "ids-in-sources": {"a3": "750"}}, "raw": {"H": "20", "MN": "39", "TZ": "0", "COD": "55", "COU": "F", "DAY": "12", "LAT": "48N46", "LON": "5E10", "MON": "8", "NUM": "750", "PRO": "M", "SEC": "20", "YEA": "1839", "CITY": "WARCQ"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6467	mangin-charles-1866-07-06	{"a3": "748", "g55": "04-455"}	{"g55": "04-455", "lerrcp": "A3-748"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Mangin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:28:14", "date": "1866-07-06 14:03:30", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 7.0572, "lat": 48.73558, "name": "Sarrebourg", "geoid": 2975967}, "notime": null, "date-ut": "1866-07-06 13:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Mangin"}, "birth": {"tzo": "+00:28:14", "date": "1866-07-06 14:03:30", "place": {"c2": "57", "cy": "FR", "lg": 7.0572, "lat": 48.73558, "name": "Sarrebourg", "geoid": 2975967}, "date-ut": "1866-07-06 13:35:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-748"}, "ids-in-sources": {"a3": "748"}}, "raw": {"H": "13", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "6", "LAT": "49N 7", "LON": "6E11", "MON": "7", "NUM": "748", "PRO": "M", "SEC": "16", "YEA": "1866", "CITY": "SARREBOURG"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-455"}, "ids-in-source": {"g55": "04-455"}}, "raw": {"DAY": "6-7-1866", "HOUR": "14 h.", "NAME": "MANGIN Charles", "PLACE": "Sarrebourg (Moselle)."}, "date": "2023-08-20T14:48:30+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6472	marco-blond-adolphe-1832-07-29	{"a3": "753"}	{"lerrcp": "A3-753"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Marco Blond Adolphe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:30", "date": "1832-07-29 09:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.62453, "lat": 49.69594, "name": "Crécy-sur-Serre", "geoid": 3022620}, "notime": null, "date-ut": "1832-07-29 08:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Marco Blond Adolphe"}, "birth": {"tzo": "+00:14:30", "date": "1832-07-29 09:00", "place": {"c2": "02", "cy": "FR", "lg": 3.62453, "lat": 49.69594, "name": "Crécy-sur-Serre", "geoid": 3022620}, "date-ut": "1832-07-29 08:45:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-753"}, "ids-in-sources": {"a3": "753"}}, "raw": {"H": "8", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "29", "LAT": "49N34", "LON": "3E37", "MON": "7", "NUM": "753", "PRO": "M", "SEC": "32", "YEA": "1832", "CITY": "CRECY-S/SERRE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6473	margot-eugene-1863-06-24	{"a3": "754", "g55": "04-459"}	{"g55": "04-459", "lerrcp": "A3-754"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Margot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:38", "date": "1863-06-24 03:00", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "notime": null, "date-ut": "1863-06-24 02:40:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Margot"}, "birth": {"tzo": "+00:19:38", "date": "1863-06-24 03:00", "place": {"c2": "26", "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "date-ut": "1863-06-24 02:40:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-754"}, "ids-in-sources": {"a3": "754"}}, "raw": {"H": "2", "MN": "40", "TZ": "0", "COD": "26", "COU": "F", "DAY": "24", "LAT": "44N56", "LON": "4E54", "MON": "6", "NUM": "754", "PRO": "M", "SEC": "24", "YEA": "1863", "CITY": "VALENCE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-459"}, "ids-in-source": {"g55": "04-459"}}, "raw": {"DAY": "24-6-1863", "HOUR": "3 h.", "NAME": "MARGOT Eugène", "PLACE": "Valence (Drôme)."}, "date": "2023-08-20T14:48:30+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6477	marquis-andre-1883-10-24	{"a3": "758"}	{"lerrcp": "A3-758"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Marquis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:43", "date": "1883-10-24 23:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1883-10-24 22:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Marquis"}, "birth": {"tzo": "+00:23:43", "date": "1883-10-24 23:00", "place": {"c2": "83", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1883-10-24 22:34:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-758"}, "ids-in-sources": {"a3": "758"}}, "raw": {"H": "22", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "24", "LAT": "43N32", "LON": "6E28", "MON": "10", "NUM": "758", "PRO": "M", "SEC": "8", "YEA": "1883", "CITY": "TOULON"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6478	marrast-pierre-1884-08-10	{"a3": "759"}	{"lerrcp": "A3-759"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Marrast", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:59", "date": "1884-08-10 11:59", "note": null, "place": {"c1": null, "c2": "40", "c3": null, "cy": "FR", "lg": -0.74714, "lat": 43.59292, "name": "Amou", "geoid": 3037829}, "notime": null, "date-ut": "1884-08-10 12:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Marrast"}, "birth": {"tzo": "-00:02:59", "date": "1884-08-10 11:59", "place": {"c2": "40", "cy": "FR", "lg": -0.74714, "lat": 43.59292, "name": "Amou", "geoid": 3037829}, "date-ut": "1884-08-10 12:02"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-759"}, "ids-in-sources": {"a3": "759"}}, "raw": {"H": "12", "MN": "2", "TZ": "0", "COD": "40", "COU": "F", "DAY": "10", "LAT": "43N54", "LON": "0W30", "MON": "8", "NUM": "759", "PRO": "M", "SEC": "0", "YEA": "1884", "CITY": "AMOU"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6479	marsac-pierre-1880-10-31	{"a3": "760", "g55": "04-464"}	{"g55": "04-464", "lerrcp": "A3-760"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Marsac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:31", "date": "1880-10-31 04:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.87837, "lat": 45.27724, "name": "Crolles", "geoid": 3022331}, "notime": null, "date-ut": "1880-10-31 03:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Marsac"}, "birth": {"tzo": "+00:23:31", "date": "1880-10-31 04:00", "place": {"c2": "38", "cy": "FR", "lg": 5.87837, "lat": 45.27724, "name": "Crolles", "geoid": 3022331}, "date-ut": "1880-10-31 03:37:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-760"}, "ids-in-sources": {"a3": "760"}}, "raw": {"H": "3", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "31", "LAT": "45N11", "LON": "5E43", "MON": "10", "NUM": "760", "PRO": "M", "SEC": "8", "YEA": "1880", "CITY": "CROLLES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-464"}, "ids-in-source": {"g55": "04-464"}}, "raw": {"DAY": "31-10-1880", "HOUR": "4 h.", "NAME": "\\fMARSAC (de) Pierre", "PLACE": "Crolles (Isère)."}, "date": "2023-08-20T14:48:30+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6480	martin-henry-1888-10-27	{"a3": "761"}	{"lerrcp": "A3-761"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Martin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1888-10-27 09:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1888-10-27 09:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Martin"}, "birth": {"tzo": "-00:02:19", "date": "1888-10-27 09:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1888-10-27 09:57:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-761"}, "ids-in-sources": {"a3": "761"}}, "raw": {"H": "9", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "27", "LAT": "44N50", "LON": "0W34", "MON": "10", "NUM": "761", "PRO": "M", "SEC": "36", "YEA": "1888", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6483	masselin-eugene-1825-08-29	{"a3": "764"}	{"lerrcp": "A3-764"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Masselin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1825-08-29 14:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1825-08-29 13:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Masselin"}, "birth": {"tzo": "+00:09:24", "date": "1825-08-29 14:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1825-08-29 13:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-764"}, "ids-in-sources": {"a3": "764"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "29", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "764", "PRO": "M", "SEC": "40", "YEA": "1825", "CITY": "PARIS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6484	massenet-andre-1864-12-25	{"a3": "765", "g55": "04-466"}	{"g55": "04-466", "lerrcp": "A3-765"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Massenet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:16:24", "date": "1864-12-25 04:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.1, "lat": 48, "name": "Saint-Légal", "geoid": 0}, "notime": null, "date-ut": "1864-12-25 04:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Massenet"}, "birth": {"tzo": "-00:16:24", "date": "1864-12-25 04:00", "place": {"c2": "29", "cy": "FR", "lg": -4.1, "lat": 48, "name": "Saint-Legal", "geoid": 0}, "date-ut": "1864-12-25 04:16:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-765"}, "ids-in-sources": {"a3": "765"}}, "raw": {"H": "4", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "25", "LAT": "48N 0", "LON": "4W 6", "MON": "12", "NUM": "765", "PRO": "M", "SEC": "24", "YEA": "1864", "CITY": "ST-LEGAL"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Légal"}}, "partial-ids": {"g55": "04-466"}, "ids-in-source": {"g55": "04-466"}}, "raw": {"DAY": "25-12-1864", "HOUR": "4 h.", "NAME": "MASSENET André Joseph", "PLACE": "Saint-Légal (Finistère)."}, "date": "2023-08-20T14:48:30+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6485	massip-marc-1834-09-04	{"a3": "766"}	{"lerrcp": "A3-766"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marc", "family": "Massip", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:10", "date": "1834-09-04 23:00", "note": null, "place": {"c1": null, "c2": "12", "c3": null, "cy": "FR", "lg": 2.28971, "lat": 44.40874, "name": "Rignac", "geoid": 2983568}, "notime": null, "date-ut": "1834-09-04 22:49:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marc", "family": "Massip"}, "birth": {"tzo": "+00:09:10", "date": "1834-09-04 23:00", "place": {"c2": "12", "cy": "FR", "lg": 2.28971, "lat": 44.40874, "name": "Rignac", "geoid": 2983568}, "date-ut": "1834-09-04 22:49:44"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-766"}, "ids-in-sources": {"a3": "766"}}, "raw": {"H": "22", "MN": "49", "TZ": "0", "COD": "12", "COU": "F", "DAY": "4", "LAT": "44N21", "LON": "2E34", "MON": "9", "NUM": "766", "PRO": "M", "SEC": "44", "YEA": "1834", "CITY": "RIGNAC"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6486	massu-jacques-1908-05-05	{"a3": "767"}	{"lerrcp": "A3-767"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Massu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1908-05-05 09:30", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Chalons-sur-Marne", "geoid": 0}, "notime": null, "date-ut": "1908-05-05 09:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Massu"}, "birth": {"tzo": "+00:09:21", "date": "1908-05-05 09:30", "place": {"c2": "51", "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Chalons-sur-Marne", "geoid": 0}, "date-ut": "1908-05-05 09:20:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-767"}, "ids-in-sources": {"a3": "767"}}, "raw": {"H": "9", "MN": "20", "TZ": "0", "COD": "51", "COU": "F", "DAY": "5", "LAT": "48N57", "LON": "4E22", "MON": "5", "NUM": "767", "PRO": "M", "SEC": "40", "YEA": "1908", "CITY": "CHALONS-S/MARNE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6489	maunoury-michel-1847-12-17	{"a3": "770", "g55": "04-468"}	{"g55": "04-468", "lerrcp": "A3-770"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Maunoury", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:19", "date": "1847-12-17 02:00", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 1.57847, "lat": 48.58704, "name": "Maintenon", "geoid": 2996653}, "notime": null, "date-ut": "1847-12-17 01:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Maunoury"}, "birth": {"tzo": "+00:06:19", "date": "1847-12-17 02:00", "place": {"c2": "28", "cy": "FR", "lg": 1.57847, "lat": 48.58704, "name": "Maintenon", "geoid": 2996653}, "date-ut": "1847-12-17 01:54"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-770"}, "ids-in-sources": {"a3": "770"}}, "raw": {"H": "1", "MN": "54", "TZ": "0", "COD": "28", "COU": "F", "DAY": "17", "LAT": "48N27", "LON": "1E30", "MON": "12", "NUM": "770", "PRO": "M", "SEC": "0", "YEA": "1847", "CITY": "MAINTENON"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-468"}, "ids-in-source": {"g55": "04-468"}}, "raw": {"DAY": "17-12-1847", "HOUR": "2 h.", "NAME": "MAUNOURY Michel Joseph", "PLACE": "’ Maintenon (E.-et-L.)."}, "date": "2023-08-20T14:48:30+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6491	mazare-pierre-1874-11-30	{"a3": "772"}	{"lerrcp": "A3-772"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Mazare", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1874-11-30 00:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1874-11-30 00:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Mazare"}, "birth": {"tzo": "-00:06:13", "date": "1874-11-30 00:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1874-11-30 00:06:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-772"}, "ids-in-sources": {"a3": "772"}}, "raw": {"H": "0", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "30", "LAT": "47N13", "LON": "1W35", "MON": "11", "NUM": "772", "PRO": "M", "SEC": "20", "YEA": "1874", "CITY": "NANTES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6493	mazel-olivier-1858-09-16	{"a3": "774", "g55": "04-471"}	{"g55": "04-471", "lerrcp": "A3-774"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Olivier", "family": "Mazel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:42", "date": "1858-09-16 08:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1858-09-16 08:06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Olivier", "family": "Mazel"}, "birth": {"tzo": "-00:06:42", "date": "1858-09-16 08:00", "place": {"c2": "35", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1858-09-16 08:06:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-774"}, "ids-in-sources": {"a3": "774"}}, "raw": {"H": "8", "MN": "6", "TZ": "0", "COD": "35", "COU": "F", "DAY": "16", "LAT": "48N 7", "LON": "1W40", "MON": "9", "NUM": "774", "PRO": "M", "SEC": "40", "YEA": "1858", "CITY": "RENNES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-471"}, "ids-in-source": {"g55": "04-471"}}, "raw": {"DAY": "16-9-1858", "HOUR": "8 h.", "NAME": "MAZEL Olivier Charles", "PLACE": "Rennes (Ille-et-Vilaine)."}, "date": "2023-08-20T14:48:30+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6495	melchior-1817-02-17	{"a3": "776"}	{"lerrcp": "A3-776"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Melchior", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:41", "date": "1817-02-17 10:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1817-02-17 09:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Melchior"}, "birth": {"tzo": "+00:24:41", "date": "1817-02-17 10:00", "place": {"c2": "57", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1817-02-17 09:35:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-776"}, "ids-in-sources": {"a3": "776"}}, "raw": {"H": "9", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "17", "LAT": "49N 7", "LON": "6E11", "MON": "2", "NUM": "776", "PRO": "M", "SEC": "16", "YEA": "1817", "CITY": "METZ"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6792	bartolomei-ugo-1899-11-27	{"a3": "1077"}	{"lerrcp": "A3-1077"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ugo", "family": "Bartolomei", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1899-11-27 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ugo", "family": "Bartolomei"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1899-11-27 09:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1077"}, "ids-in-sources": {"a3": "1077"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "27", "LAT": "41N54", "LON": "12E30", "MON": "11", "NUM": "1077", "PRO": "M", "SEC": "0", "YEA": "1899", "CITY": "ROMA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6497	menard-joseph-1916-09-23	{"a3": "779", "g55": "04-646"}	{"g55": "04-646", "lerrcp": "A3-779"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Menard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1916-09-23 15:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1916-09-23 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-779"}, "birth": {"tzo": "+01:00", "date": "1916-09-23 15:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1916-09-23 14:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-779"}, "ids-in-sources": {"a3": "779"}}, "raw": {"H": "14", "MN": "0", "TZ": "0", "COD": "44", "COU": "F", "DAY": "23", "LAT": "47N13", "LON": "1W35", "MON": "9", "NUM": "779", "PRO": "M", "SEC": "0", "YEA": "1916", "CITY": "NANTES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Joseph", "family": "Menard", "nobility": ""}, "slug": "menard-joseph-1916-09-23", "partial-ids": {"g55": "04-646"}, "ids-in-source": {"g55": "04-646"}}, "raw": {"DAY": "23-9-1916", "HOUR": "15 h.", "NAME": "MENARD Joseph", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:48:34+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6499	mercier-jean-1845-05-19	{"a3": "781"}	{"lerrcp": "A3-781"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Mercier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1845-05-19 04:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "8", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1845-05-19 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Mercier"}, "birth": {"tzo": "+00:09:24", "date": "1845-05-19 04:00", "place": {"c2": "75", "c3": "8", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1845-05-19 03:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-781"}, "ids-in-sources": {"a3": "781"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "19", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "781", "PRO": "M", "SEC": "40", "YEA": "1845", "CITY": "PARIS 8E"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6500	merveilleux-vignaux-jean-1865-04-22	{"a3": "782"}	{"lerrcp": "A3-782"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Merveilleux Vignaux Jean", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:40", "date": "1865-04-22 05:00", "note": null, "place": {"c1": null, "c2": "85", "c3": null, "cy": "FR", "lg": -1.41667, "lat": 46.66667, "name": "Saint-Vincent-sur", "geoid": 0}, "notime": null, "date-ut": "1865-04-22 05:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Merveilleux Vignaux Jean"}, "birth": {"tzo": "-00:05:40", "date": "1865-04-22 05:00", "place": {"c2": "85", "cy": "FR", "lg": -1.41667, "lat": 46.66667, "name": "Saint-Vincent-sur", "geoid": 0}, "date-ut": "1865-04-22 05:05:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-782"}, "ids-in-sources": {"a3": "782"}}, "raw": {"H": "5", "MN": "5", "TZ": "0", "COD": "85", "COU": "F", "DAY": "22", "LAT": "46N40", "LON": "1W25", "MON": "4", "NUM": "782", "PRO": "M", "SEC": "40", "YEA": "1865", "CITY": "SAINT-VINCENT-S"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6502	metrat-pierre-1817-07-05	{"a3": "784"}	{"lerrcp": "A3-784"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Metrat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:51", "date": "1817-07-05 20:56:59", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 4.96173, "lat": 45.51546, "name": "Estrablin", "geoid": 3019515}, "notime": null, "date-ut": "1817-07-05 20:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Metrat"}, "birth": {"tzo": "+00:19:51", "date": "1817-07-05 20:56:59", "place": {"c2": "38", "cy": "FR", "lg": 4.96173, "lat": 45.51546, "name": "Estrablin", "geoid": 3019515}, "date-ut": "1817-07-05 20:37:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-784"}, "ids-in-sources": {"a3": "784"}}, "raw": {"H": "20", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "5", "LAT": "45N11", "LON": "5E43", "MON": "7", "NUM": "784", "PRO": "M", "SEC": "8", "YEA": "1817", "CITY": "ESTRABLIN"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6504	metz-pierre-1874-10-26	{"a3": "786", "g55": "04-476"}	{"g55": "04-476", "lerrcp": "A3-786"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Metz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.20686, "lat": 48.70426, "name": "Saint-Max", "geoid": 2978105}, "notime": null, "date-ut": "1874-10-26 07:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Metz"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.20686, "lat": 48.70426, "name": "Saint-Max", "geoid": 2978105}, "date-ut": "1874-10-26 07:35:12"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-786"}, "ids-in-sources": {"a3": "786"}}, "raw": {"H": "7", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "26", "LAT": "48N42", "LON": "6E12", "MON": "10", "NUM": "786", "PRO": "M", "SEC": "12", "YEA": "1874", "CITY": "SAINT-MAX"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-476"}, "ids-in-source": {"g55": "04-476"}}, "raw": {"DAY": "26-10-1874", "HOUR": "8 h.", "NAME": "METZ (de) Pierre-Marie", "PLACE": "Saini-Max (Meurthe-et-Mos.)."}, "date": "2023-08-20T14:48:30+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6505	metzinger-leon-1842-11-09	{"a3": "787", "g55": "04-481"}	{"g55": "04-481", "lerrcp": "A3-787"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Metzinger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:04", "date": "1842-11-09 06:30", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1842-11-09 06:09:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Metzinger"}, "birth": {"tzo": "+00:20:04", "date": "1842-11-09 06:30", "place": {"c2": "21", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1842-11-09 06:09:52"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-787"}, "ids-in-sources": {"a3": "787"}}, "raw": {"H": "6", "MN": "9", "TZ": "0", "COD": "21", "COU": "F", "DAY": "9", "LAT": "47N19", "LON": "5E 2", "MON": "11", "NUM": "787", "PRO": "M", "SEC": "52", "YEA": "1842", "CITY": "DIJON"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-481"}, "ids-in-source": {"g55": "04-481"}}, "raw": {"DAY": "9-11-1842", "HOUR": "6 h. 30", "NAME": "METZINGER Léon Frédéric", "PLACE": "Dijon (Côte-d’Or)."}, "date": "2023-08-20T14:48:31+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6508	michelier-frix-1887-02-08	{"a3": "790"}	{"lerrcp": "A3-790"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frix", "family": "Michelier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:52", "date": "1887-02-08 03:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1887-02-08 02:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Frix", "family": "Michelier"}, "birth": {"tzo": "+00:22:52", "date": "1887-02-08 03:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1887-02-08 02:37:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-790"}, "ids-in-sources": {"a3": "790"}}, "raw": {"H": "2", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "8", "LAT": "45N11", "LON": "5E43", "MON": "2", "NUM": "790", "PRO": "M", "SEC": "8", "YEA": "1887", "CITY": "GRENOBLE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6511	miquel-roger-1898-08-20	{"a3": "793"}	{"lerrcp": "A3-793"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Miquel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1898-08-20 05:00", "note": null, "place": {"c1": null, "c2": "46", "c3": null, "cy": "FR", "lg": 1.43663, "lat": 44.4491, "name": "Cahors", "geoid": 3029213}, "notime": null, "date-ut": "1898-08-20 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Miquel"}, "birth": {"tzo": "+00:09:21", "date": "1898-08-20 05:00", "place": {"c2": "46", "cy": "FR", "lg": 1.43663, "lat": 44.4491, "name": "Cahors", "geoid": 3029213}, "date-ut": "1898-08-20 04:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-793"}, "ids-in-sources": {"a3": "793"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "46", "COU": "F", "DAY": "20", "LAT": "44N27", "LON": "1E26", "MON": "8", "NUM": "793", "PRO": "M", "SEC": "40", "YEA": "1898", "CITY": "CAHORS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6512	miribel-marie-1831-09-14	{"a3": "794", "g55": "04-485"}	{"g55": "04-485", "lerrcp": "A3-794"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Miribel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:52", "date": "1831-09-14 22:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Montbonnot", "geoid": 0}, "notime": null, "date-ut": "1831-09-14 21:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Miribel"}, "birth": {"tzo": "+00:22:52", "date": "1831-09-14 22:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Montbonnot", "geoid": 0}, "date-ut": "1831-09-14 21:37:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-794"}, "ids-in-sources": {"a3": "794"}}, "raw": {"H": "21", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "14", "LAT": "45N11", "LON": "5E43", "MON": "9", "NUM": "794", "PRO": "M", "SEC": "8", "YEA": "1831", "CITY": "MONTBONNOT"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Montbonnot"}}, "partial-ids": {"g55": "04-485"}, "ids-in-source": {"g55": "04-485"}}, "raw": {"DAY": "14-9-1831", "HOUR": "22 h.", "NAME": "MIRIBEL (de) Marie-Francois", "PLACE": "Montbonnot (Isère)."}, "date": "2023-08-20T14:48:31+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6513	missoffe-j-1893-05-26	{"a3": "795"}	{"lerrcp": "A3-795"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "J", "family": "Missoffe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1893-05-26 15:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1893-05-26 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "J", "family": "Missoffe"}, "birth": {"tzo": "+00:09:21", "date": "1893-05-26 15:00", "place": {"c2": "29", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1893-05-26 14:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-795"}, "ids-in-sources": {"a3": "795"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "29", "COU": "F", "DAY": "26", "LAT": "48N 0", "LON": "4W 6", "MON": "5", "NUM": "795", "PRO": "M", "SEC": "40", "YEA": "1893", "CITY": "BREST"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6517	molle-marie-1895-03-24	{"a3": "799"}	{"lerrcp": "A3-799"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Molle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-03-24 01:00", "note": null, "place": {"c1": null, "c2": "07", "c3": null, "cy": "FR", "lg": 4.39033, "lat": 44.61975, "name": "Aubenas", "geoid": 3036418}, "notime": null, "date-ut": "1895-03-24 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Molle"}, "birth": {"tzo": "+00:09:21", "date": "1895-03-24 01:00", "place": {"c2": "07", "cy": "FR", "lg": 4.39033, "lat": 44.61975, "name": "Aubenas", "geoid": 3036418}, "date-ut": "1895-03-24 00:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-799"}, "ids-in-sources": {"a3": "799"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "07", "COU": "F", "DAY": "24", "LAT": "44N44", "LON": "4E36", "MON": "3", "NUM": "799", "PRO": "M", "SEC": "40", "YEA": "1895", "CITY": "AUBENAS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6516	modelon-louis-1863-06-02	{"a3": "798", "g55": "04-488"}	{"g55": "04-488", "lerrcp": "A3-798"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Modelon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:16", "date": "1863-06-02 14:30", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 2.06683, "lat": 43.45292, "name": "Sorèze", "geoid": 2974195}, "notime": null, "date-ut": "1863-06-02 14:21:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Modelon"}, "birth": {"tzo": "+00:08:16", "date": "1863-06-02 14:30", "place": {"c2": "81", "cy": "FR", "lg": 2.06683, "lat": 43.45292, "name": "Sorèze", "geoid": 2974195}, "date-ut": "1863-06-02 14:21:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-798"}, "ids-in-sources": {"a3": "798"}}, "raw": {"H": "14", "MN": "21", "TZ": "0", "COD": "81", "COU": "F", "DAY": "2", "LAT": "43N55", "LON": "2E 8", "MON": "6", "NUM": "798", "PRO": "M", "SEC": "28", "YEA": "1863", "CITY": "SOREZE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-488"}, "ids-in-source": {"g55": "04-488"}}, "raw": {"DAY": "2-6-1863", "HOUR": "14 h. 30", "NAME": "MODELON Louis Pierre", "PLACE": "Soréze (Tarn)."}, "date": "2023-08-20T14:48:31+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6518	monfreid-henry-1879-11-14	{"a3": "800"}	{"lerrcp": "A3-800"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Monfreid", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:07", "date": "1879-11-14 13:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 3.02944, "lat": 42.91056, "name": "Leucate", "geoid": 2999046}, "notime": null, "date-ut": "1879-11-14 12:50:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Monfreid"}, "birth": {"tzo": "+00:12:07", "date": "1879-11-14 13:00", "place": {"c2": "11", "cy": "FR", "lg": 3.02944, "lat": 42.91056, "name": "Leucate", "geoid": 2999046}, "date-ut": "1879-11-14 12:50:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-800"}, "ids-in-sources": {"a3": "800"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "14", "LAT": "43N12", "LON": "2E21", "MON": "11", "NUM": "800", "PRO": "M", "SEC": "36", "YEA": "1879", "CITY": "LEUCATE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6522	montfort-louis-1920-09-13	{"a3": "804"}	{"lerrcp": "A3-804"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Montfort", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-09-13 08:00", "note": null, "place": {"c1": null, "c2": "36", "c3": null, "cy": "FR", "lg": 1.68333, "lat": 46.81667, "name": "Pouligny-Saint-Pie", "geoid": 0}, "notime": null, "date-ut": "1920-09-13 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Montfort"}, "birth": {"tzo": "+01:00", "date": "1920-09-13 08:00", "place": {"c2": "36", "cy": "FR", "lg": 1.68333, "lat": 46.81667, "name": "Pouligny-Saint-Pie", "geoid": 0}, "date-ut": "1920-09-13 07:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-804"}, "ids-in-sources": {"a3": "804"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "36", "COU": "F", "DAY": "13", "LAT": "46N49", "LON": "1E41", "MON": "9", "NUM": "804", "PRO": "M", "SEC": "0", "YEA": "1920", "CITY": "POULIGNY-ST-PIE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6519	monnet-valere-1915-02-21	{"a3": "801", "g55": "04-647"}	{"g55": "04-647", "lerrcp": "A3-801"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Valère", "family": "Monnet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-02-21 08:00", "note": null, "place": {"c1": null, "c2": "73", "c3": null, "cy": "FR", "lg": 5.92079, "lat": 45.56628, "name": "Chambéry", "geoid": 3027422}, "notime": null, "date-ut": "1915-02-21 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Valère", "family": "Monnet"}, "birth": {"tzo": "+00:00", "date": "1915-02-21 08:00", "place": {"c2": "73", "cy": "FR", "lg": 5.92079, "lat": 45.56628, "name": "Chambéry", "geoid": 3027422}, "date-ut": "1915-02-21 08:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-801"}, "ids-in-sources": {"a3": "801"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "73", "COU": "F", "DAY": "21", "LAT": "45N34", "LON": "5E55", "MON": "2", "NUM": "801", "PRO": "M", "SEC": "0", "YEA": "1915", "CITY": "CHAMBERY"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-647"}, "ids-in-source": {"g55": "04-647"}}, "raw": {"DAY": "21-2-1915", "HOUR": "8 h.", "NAME": "MONNET Valére", "PLACE": "Chambéry (Savoie)."}, "date": "2023-08-20T14:48:35+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6525	moreau-jacques-1884-08-26	{"a3": "807"}	{"lerrcp": "A3-807"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Moreau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:08", "date": "1884-08-26 01:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Fleury-sur-Ouche", "geoid": 0}, "notime": null, "date-ut": "1884-08-26 00:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Moreau"}, "birth": {"tzo": "+00:20:08", "date": "1884-08-26 01:00", "place": {"c2": "21", "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Fleury-sur-Ouche", "geoid": 0}, "date-ut": "1884-08-26 00:39:52"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-807"}, "ids-in-sources": {"a3": "807"}}, "raw": {"H": "0", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "26", "LAT": "47N19", "LON": "5E 2", "MON": "8", "NUM": "807", "PRO": "M", "SEC": "52", "YEA": "1884", "CITY": "FLEURY-S/OUCHE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6526	moreau-henry-1916-11-01	{"a3": "808", "g55": "04-648"}	{"g55": "04-648", "lerrcp": "A3-808"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Moreau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-11-01 04:00", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": 0.15345, "lat": 45.64997, "name": "Angoulême", "geoid": 3037598}, "notime": null, "date-ut": "1916-11-01 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Moreau"}, "birth": {"tzo": "+00:00", "date": "1916-11-01 04:00", "place": {"c2": "16", "cy": "FR", "lg": 0.15345, "lat": 45.64997, "name": "Angoulême", "geoid": 3037598}, "date-ut": "1916-11-01 04:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-808"}, "ids-in-sources": {"a3": "808"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "16", "COU": "F", "DAY": "1", "LAT": "45N39", "LON": "0E10", "MON": "11", "NUM": "808", "PRO": "M", "SEC": "0", "YEA": "1916", "CITY": "ANGOULEME"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-648"}, "ids-in-source": {"g55": "04-648"}}, "raw": {"DAY": "1-11-1916", "HOUR": "4 h.", "NAME": "MOREAU Henri", "PLACE": "Angoulême (Charente)."}, "date": "2023-08-20T14:48:35+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6528	morillot-roland-1885-06-13	{"a3": "810"}	{"lerrcp": "A3-810"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roland", "family": "Morillot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:28", "date": "1885-06-13 10:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Saint-Lumier-La Po", "geoid": 0}, "notime": null, "date-ut": "1885-06-13 09:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Roland", "family": "Morillot"}, "birth": {"tzo": "+00:17:28", "date": "1885-06-13 10:00", "place": {"c2": "51", "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Saint-Lumier-La Po", "geoid": 0}, "date-ut": "1885-06-13 09:42:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-810"}, "ids-in-sources": {"a3": "810"}}, "raw": {"H": "9", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "13", "LAT": "48N57", "LON": "4E22", "MON": "6", "NUM": "810", "PRO": "M", "SEC": "32", "YEA": "1885", "CITY": "ST-LUMIER-LA PO"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6529	morlot-wengi-ulric-1835-06-21	{"a3": "811"}	{"lerrcp": "A3-811"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Morlot Wengi Ulric", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:24", "date": "1835-06-21 08:30", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1835-06-21 08:25:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Morlot Wengi Ulric"}, "birth": {"tzo": "+00:04:24", "date": "1835-06-21 08:30", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1835-06-21 08:25:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-811"}, "ids-in-sources": {"a3": "811"}}, "raw": {"H": "8", "MN": "25", "TZ": "0", "COD": "76", "COU": "F", "DAY": "21", "LAT": "49N26", "LON": "1E 5", "MON": "6", "NUM": "811", "PRO": "M", "SEC": "40", "YEA": "1835", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6530	motteau-justin-1839-06-06	{"a3": "812"}	{"lerrcp": "A3-812"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Justin", "family": "Motteau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:37", "date": "1839-06-06 09:00", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": 0.15345, "lat": 45.64997, "name": "Angoulême", "geoid": 3037598}, "notime": null, "date-ut": "1839-06-06 08:59:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Justin", "family": "Motteau"}, "birth": {"tzo": "+00:00:37", "date": "1839-06-06 09:00", "place": {"c2": "16", "cy": "FR", "lg": 0.15345, "lat": 45.64997, "name": "Angoulême", "geoid": 3037598}, "date-ut": "1839-06-06 08:59:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-812"}, "ids-in-sources": {"a3": "812"}}, "raw": {"H": "8", "MN": "59", "TZ": "0", "COD": "16", "COU": "F", "DAY": "6", "LAT": "45N39", "LON": "0E10", "MON": "6", "NUM": "812", "PRO": "M", "SEC": "20", "YEA": "1839", "CITY": "ANGOULEME"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6532	mouchon-emile-hippolyte-1865-02-04	{"a3": "814", "g55": "04-494"}	{"g55": "04-494", "lerrcp": "A3-814"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile Hippolyte", "family": "Mouchon", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:24", "date": "1865-02-04 12:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35, "lat": 43.85, "name": "Saint-Hippolyte-du-Fort", "geoid": 0}, "notime": null, "date-ut": "1865-02-04 11:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-814"}, "birth": {"tzo": "+00:17:24", "date": "1865-02-04 12:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35, "lat": 43.85, "name": "Saint-Hippolyte-du", "geoid": 0}, "date-ut": "1865-02-04 11:42:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-814"}, "ids-in-sources": {"a3": "814"}}, "raw": {"H": "11", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "4", "LAT": "43N51", "LON": "4E21", "MON": "2", "NUM": "814", "PRO": "M", "SEC": "36", "YEA": "1865", "CITY": "ST-HIPPOLYTE-DU"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Emile Hippolyte", "family": "Mouchon", "nobility": ""}, "slug": "mouchon-emile-hippolyte-1865-02-04", "birth": {"place": {"name": "Saint-Hippolyte-du-Fort"}}, "partial-ids": {"g55": "04-494"}, "ids-in-source": {"g55": "04-494"}}, "raw": {"DAY": "4-2-1865", "HOUR": "12 h.", "NAME": "MOUCHON Emile Hippolyte", "PLACE": "Saint-Hippolyte-du-Fort (Gard)."}, "date": "2023-08-20T14:48:31+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6534	mouneyres-herve-1899-01-30	{"a3": "816"}	{"lerrcp": "A3-816"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Herve", "family": "Mouneyres", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-01-30 06:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1899-01-30 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Herve", "family": "Mouneyres"}, "birth": {"tzo": "+00:09:21", "date": "1899-01-30 06:00", "place": {"c2": "83", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1899-01-30 05:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-816"}, "ids-in-sources": {"a3": "816"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "83", "COU": "F", "DAY": "30", "LAT": "43N32", "LON": "6E28", "MON": "1", "NUM": "816", "PRO": "M", "SEC": "40", "YEA": "1899", "CITY": "TOULON"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6535	munier-charles-1826-03-08	{"a3": "817"}	{"lerrcp": "A3-817"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Munier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:56", "date": "1826-03-08 14:30", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Charleville", "geoid": 0}, "notime": null, "date-ut": "1826-03-08 14:11:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Munier"}, "birth": {"tzo": "+00:18:56", "date": "1826-03-08 14:30", "place": {"c2": "08", "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Charleville", "geoid": 0}, "date-ut": "1826-03-08 14:11:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-817"}, "ids-in-sources": {"a3": "817"}}, "raw": {"H": "14", "MN": "11", "TZ": "0", "COD": "08", "COU": "F", "DAY": "8", "LAT": "49N46", "LON": "4E44", "MON": "3", "NUM": "817", "PRO": "M", "SEC": "4", "YEA": "1826", "CITY": "CHARLEVILLE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6536	muselier-emile-1882-04-17	{"a3": "818"}	{"lerrcp": "A3-818"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Muselier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1882-04-17 09:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1882-04-17 08:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Muselier"}, "birth": {"tzo": "+00:21:31", "date": "1882-04-17 09:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1882-04-17 08:38:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-818"}, "ids-in-sources": {"a3": "818"}}, "raw": {"H": "8", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "17", "LAT": "43N18", "LON": "5E22", "MON": "4", "NUM": "818", "PRO": "M", "SEC": "32", "YEA": "1882", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6538	namur-antoine-1844-01-09	{"a3": "820"}	{"lerrcp": "A3-820"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Namur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:56", "date": "1844-01-09 08:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Sault-Lez-Rethe", "geoid": 0}, "notime": null, "date-ut": "1844-01-09 07:41:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Namur"}, "birth": {"tzo": "+00:18:56", "date": "1844-01-09 08:00", "place": {"c2": "08", "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Sault-Lez-Rethe", "geoid": 0}, "date-ut": "1844-01-09 07:41:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-820"}, "ids-in-sources": {"a3": "820"}}, "raw": {"H": "7", "MN": "41", "TZ": "0", "COD": "08", "COU": "F", "DAY": "9", "LAT": "49N46", "LON": "4E44", "MON": "1", "NUM": "820", "PRO": "M", "SEC": "4", "YEA": "1844", "CITY": "SAULT-LEZ-RETHE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6541	navarre-henry-1898-07-31	{"a3": "823"}	{"lerrcp": "A3-823"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Navarre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1898-07-31 06:00", "note": null, "place": {"c1": null, "c2": "12", "c3": null, "cy": "FR", "lg": 2.56667, "lat": 44.35, "name": "Villefranche-de", "geoid": 0}, "notime": null, "date-ut": "1898-07-31 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Navarre"}, "birth": {"tzo": "+00:09:21", "date": "1898-07-31 06:00", "place": {"c2": "12", "cy": "FR", "lg": 2.56667, "lat": 44.35, "name": "Villefranche-de", "geoid": 0}, "date-ut": "1898-07-31 05:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-823"}, "ids-in-sources": {"a3": "823"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "12", "COU": "F", "DAY": "31", "LAT": "44N21", "LON": "2E34", "MON": "7", "NUM": "823", "PRO": "M", "SEC": "40", "YEA": "1898", "CITY": "VILLEFRANCHE-DE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6542	navereau-andre-1896-03-10	{"a3": "824"}	{"lerrcp": "A3-824"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Navereau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1896-03-10 05:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -2.76838, "lat": 48.51513, "name": "Saint-Brieuc", "geoid": 2981280}, "notime": null, "date-ut": "1896-03-10 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Navereau"}, "birth": {"tzo": "+00:09:21", "date": "1896-03-10 05:00", "place": {"c2": "22", "cy": "FR", "lg": -2.76838, "lat": 48.51513, "name": "Saint-Brieuc", "geoid": 2981280}, "date-ut": "1896-03-10 04:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-824"}, "ids-in-sources": {"a3": "824"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "22", "COU": "F", "DAY": "10", "LAT": "48N31", "LON": "2W45", "MON": "3", "NUM": "824", "PRO": "M", "SEC": "40", "YEA": "1896", "CITY": "ST-BRIEUC"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6540	naulin-stanislas-1870-04-17	{"a3": "822", "g55": "04-498"}	{"g55": "04-498", "lerrcp": "A3-822"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stanislas", "family": "Naulin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:48", "date": "1870-04-17 03:00", "note": null, "place": {"c1": null, "c2": "79", "c3": null, "cy": "FR", "lg": -0.45, "lat": 46.31667, "name": "Saint-Loup-sur-Thovet", "geoid": 0}, "notime": null, "date-ut": "1870-04-17 03:01:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Stanislas", "family": "Naulin"}, "birth": {"tzo": "-00:01:48", "date": "1870-04-17 03:00", "place": {"c2": "79", "cy": "FR", "lg": -0.45, "lat": 46.31667, "name": "Saint-Loup-sur-Th", "geoid": 0}, "date-ut": "1870-04-17 03:01:48"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-822"}, "ids-in-sources": {"a3": "822"}}, "raw": {"H": "3", "MN": "1", "TZ": "0", "COD": "79", "COU": "F", "DAY": "17", "LAT": "46N19", "LON": "0W27", "MON": "4", "NUM": "822", "PRO": "M", "SEC": "48", "YEA": "1870", "CITY": "SAINT-LOUP-S/TH"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Loup-sur-Thovet"}}, "partial-ids": {"g55": "04-498"}, "ids-in-source": {"g55": "04-498"}}, "raw": {"DAY": "17-4-1870", "HOUR": "3 h.", "NAME": "NAULIN Stanislas", "PLACE": "Saint-Loup-sur-Thovet (Deux-Sévres)."}, "date": "2023-08-20T14:48:31+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6544	niel-adolphe-1802-10-04	{"a3": "826"}	{"lerrcp": "A3-826"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Niel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:18", "date": "1802-10-04 04:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.32541, "lat": 43.45998, "name": "Muret", "geoid": 2991153}, "notime": null, "date-ut": "1802-10-04 03:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Niel"}, "birth": {"tzo": "+00:05:18", "date": "1802-10-04 04:00", "place": {"c2": "31", "cy": "FR", "lg": 1.32541, "lat": 43.45998, "name": "Muret", "geoid": 2991153}, "date-ut": "1802-10-04 03:54:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-826"}, "ids-in-sources": {"a3": "826"}}, "raw": {"H": "3", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "4", "LAT": "43N37", "LON": "1E26", "MON": "10", "NUM": "826", "PRO": "M", "SEC": "16", "YEA": "1802", "CITY": "MURET"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6547	noel-etienne-1826-01-28	{"a3": "829"}	{"lerrcp": "A3-829"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Noel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:17:58", "date": "1826-01-28 12:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.48993, "lat": 48.24643, "name": "Crozon", "geoid": 3022242}, "notime": null, "date-ut": "1826-01-28 12:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Noel"}, "birth": {"tzo": "-00:17:58", "date": "1826-01-28 12:00", "place": {"c2": "29", "cy": "FR", "lg": -4.48993, "lat": 48.24643, "name": "Crozon", "geoid": 3022242}, "date-ut": "1826-01-28 12:16:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-829"}, "ids-in-sources": {"a3": "829"}}, "raw": {"H": "12", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "28", "LAT": "48N 0", "LON": "4W 6", "MON": "1", "NUM": "829", "PRO": "M", "SEC": "24", "YEA": "1826", "CITY": "CROZON"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6546	nivelle-robert-1856-10-15	{"a3": "828", "g55": "04-501"}	{"g55": "04-501", "lerrcp": "A3-828"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Nivelle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:05", "date": "1856-10-15 23:00", "note": null, "place": {"c1": null, "c2": "19", "c3": null, "cy": "FR", "lg": 1.77233, "lat": 45.26582, "name": "Tulle", "geoid": 2971482}, "notime": null, "date-ut": "1856-10-15 22:52:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Nivelle"}, "birth": {"tzo": "+00:07:05", "date": "1856-10-15 23:00", "place": {"c2": "19", "cy": "FR", "lg": 1.77233, "lat": 45.26582, "name": "Tulle", "geoid": 2971482}, "date-ut": "1856-10-15 22:52:56"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-828"}, "ids-in-sources": {"a3": "828"}}, "raw": {"H": "22", "MN": "52", "TZ": "0", "COD": "19", "COU": "F", "DAY": "15", "LAT": "45N16", "LON": "1E46", "MON": "10", "NUM": "828", "PRO": "M", "SEC": "56", "YEA": "1856", "CITY": "TULLE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-501"}, "ids-in-source": {"g55": "04-501"}}, "raw": {"DAY": "15-10-1856", "HOUR": "12 h.", "NAME": "NIVELLE Robert Georges", "PLACE": "Tulle (Corrèze)."}, "date": "2023-08-20T14:48:31+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6548	nogues-charles-1876-08-13	{"a3": "830"}	{"lerrcp": "A3-830"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Nogues", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:04", "date": "1876-08-13 16:00", "note": null, "place": {"c1": null, "c2": "65", "c3": null, "cy": "FR", "lg": 0.51795, "lat": 43.2516, "name": "Monléon-Magnoac", "geoid": 2993271}, "notime": null, "date-ut": "1876-08-13 15:59:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Nogues"}, "birth": {"tzo": "+00:02:04", "date": "1876-08-13 16:00", "place": {"c2": "65", "cy": "FR", "lg": 0.51795, "lat": 43.2516, "name": "Monléon-Magnoac", "geoid": 2993271}, "date-ut": "1876-08-13 15:59:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-830"}, "ids-in-sources": {"a3": "830"}}, "raw": {"H": "15", "MN": "59", "TZ": "0", "COD": "65", "COU": "F", "DAY": "13", "LAT": "43N14", "LON": "0E 5", "MON": "8", "NUM": "830", "PRO": "M", "SEC": "40", "YEA": "1876", "CITY": "MONLEON-MAGNOAC"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6549	noiret-roger-1895-08-10	{"a3": "831"}	{"lerrcp": "A3-831"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Noiret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-08-10 23:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.29167, "lat": 49.19104, "name": "Prosnes", "geoid": 2985263}, "notime": null, "date-ut": "1895-08-10 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Noiret"}, "birth": {"tzo": "+00:09:21", "date": "1895-08-10 23:00", "place": {"c2": "51", "cy": "FR", "lg": 4.29167, "lat": 49.19104, "name": "Prosnes", "geoid": 2985263}, "date-ut": "1895-08-10 22:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-831"}, "ids-in-sources": {"a3": "831"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "51", "COU": "F", "DAY": "10", "LAT": "48N57", "LON": "4E22", "MON": "8", "NUM": "831", "PRO": "M", "SEC": "40", "YEA": "1895", "CITY": "PROSNES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6551	nomy-henry-1899-06-04	{"a3": "833"}	{"lerrcp": "A3-833"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Nomy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-06-04 00:15", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -2.76838, "lat": 48.51513, "name": "Saint-Brieuc", "geoid": 2981280}, "notime": null, "date-ut": "1899-06-04 00:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Nomy"}, "birth": {"tzo": "+00:09:21", "date": "1899-06-04 00:15", "place": {"c2": "22", "cy": "FR", "lg": -2.76838, "lat": 48.51513, "name": "Saint-Brieuc", "geoid": 2981280}, "date-ut": "1899-06-04 00:05:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-833"}, "ids-in-sources": {"a3": "833"}}, "raw": {"H": "0", "MN": "5", "TZ": "0", "COD": "22", "COU": "F", "DAY": "4", "LAT": "48N31", "LON": "2W45", "MON": "6", "NUM": "833", "PRO": "M", "SEC": "40", "YEA": "1899", "CITY": "ST-BRIEUC"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6552	north-marc-1917-04-01	{"a3": "834", "g55": "04-650"}	{"g55": "04-650", "lerrcp": "A3-834"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marc", "family": "North", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1917-04-01 08:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marc", "family": "North"}, "birth": {"place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1917-04-01 08:45"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-834"}, "ids-in-sources": {"a3": "834"}}, "raw": {"H": "9", "MN": "45", "TZ": "-1", "COD": "67", "COU": "F", "DAY": "1", "LAT": "48N35", "LON": "7E45", "MON": "4", "NUM": "834", "PRO": "M", "SEC": "0", "YEA": "1917", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-650"}, "ids-in-source": {"g55": "04-650"}}, "raw": {"DAY": "1-4-1917", "HOUR": "9 h. 45", "NAME": "NORTH Marc", "PLACE": "Strasbourg (Bas-Rhin)."}, "date": "2023-08-20T14:48:35+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6553	nouvion-jean-1829-01-03	{"a3": "835"}	{"lerrcp": "A3-835"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Nouvion", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:56", "date": "1829-01-03 11:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Remilly-les-Pot", "geoid": 0}, "notime": null, "date-ut": "1829-01-03 10:41:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Nouvion"}, "birth": {"tzo": "+00:18:56", "date": "1829-01-03 11:00", "place": {"c2": "08", "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Remilly-les-Pot", "geoid": 0}, "date-ut": "1829-01-03 10:41:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-835"}, "ids-in-sources": {"a3": "835"}}, "raw": {"H": "10", "MN": "41", "TZ": "0", "COD": "08", "COU": "F", "DAY": "3", "LAT": "49N46", "LON": "4E44", "MON": "1", "NUM": "835", "PRO": "M", "SEC": "4", "YEA": "1829", "CITY": "REMILLY-LES-POT"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6554	o-byrne-gabriel-1878-02-20	{"a3": "836"}	{"lerrcp": "A3-836"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "O'Byrne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:54", "date": "1878-02-20 06:00", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 1.72382, "lat": 43.82512, "name": "Rabastens", "geoid": 2984627}, "notime": null, "date-ut": "1878-02-20 05:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "O'Byrne"}, "birth": {"tzo": "+00:06:54", "date": "1878-02-20 06:00", "place": {"c2": "81", "cy": "FR", "lg": 1.72382, "lat": 43.82512, "name": "Rabastens", "geoid": 2984627}, "date-ut": "1878-02-20 05:51:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-836"}, "ids-in-sources": {"a3": "836"}}, "raw": {"H": "5", "MN": "51", "TZ": "0", "COD": "81", "COU": "F", "DAY": "20", "LAT": "43N55", "LON": "2E 8", "MON": "2", "NUM": "836", "PRO": "M", "SEC": "28", "YEA": "1878", "CITY": "RABASTENS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6555	olier-joseph-1832-12-18	{"a3": "837"}	{"lerrcp": "A3-837"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Olier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:24", "date": "1832-12-18 23:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35, "lat": 43.85, "name": "Alais", "geoid": 0}, "notime": null, "date-ut": "1832-12-18 22:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Olier"}, "birth": {"tzo": "+00:17:24", "date": "1832-12-18 23:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35, "lat": 43.85, "name": "Alais", "geoid": 0}, "date-ut": "1832-12-18 22:42:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-837"}, "ids-in-sources": {"a3": "837"}}, "raw": {"H": "22", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "18", "LAT": "43N51", "LON": "4E21", "MON": "12", "NUM": "837", "PRO": "M", "SEC": "36", "YEA": "1832", "CITY": "ALAIS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6556	olry-jean-1832-02-10	{"a3": "838"}	{"lerrcp": "A3-838"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Olry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1832-02-10 11:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1832-02-10 10:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Olry"}, "birth": {"tzo": "+00:24:44", "date": "1832-02-10 11:00", "place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1832-02-10 10:35:12"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-838"}, "ids-in-sources": {"a3": "838"}}, "raw": {"H": "10", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "10", "LAT": "48N42", "LON": "6E12", "MON": "2", "NUM": "838", "PRO": "M", "SEC": "12", "YEA": "1832", "CITY": "NANCY"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6558	gauquelin-a3-840-1823-02-22	{"a3": "840"}	{"lerrcp": "A3-840"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-840", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:17", "date": "1823-02-22 02:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.56964, "lat": 47.60682, "name": "Village-Neuf", "geoid": 2969046}, "notime": null, "date-ut": "1823-02-22 01:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-840"}, "birth": {"tzo": "+00:30:17", "date": "1823-02-22 02:00", "place": {"c2": "68", "cy": "FR", "lg": 7.56964, "lat": 47.60682, "name": "Village-Neuf", "geoid": 2969046}, "date-ut": "1823-02-22 01:30:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-840"}, "ids-in-sources": {"a3": "840"}}, "raw": {"H": "1", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "22", "LAT": "48N 5", "LON": "7E21", "MON": "2", "NUM": "840", "PRO": "M", "SEC": "36", "YEA": "1823", "CITY": "VILLAGE-NEUF"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6561	panserieux-marie-1838-06-02	{"a3": "843"}	{"lerrcp": "A3-843"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Panserieux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:56", "date": "1838-06-02 23:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.48224, "lat": 43.48094, "name": "Montagnac", "geoid": 2993160}, "notime": null, "date-ut": "1838-06-02 22:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Panserieux"}, "birth": {"tzo": "+00:13:56", "date": "1838-06-02 23:00", "place": {"c2": "34", "cy": "FR", "lg": 3.48224, "lat": 43.48094, "name": "Montagnac", "geoid": 2993160}, "date-ut": "1838-06-02 22:44:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-843"}, "ids-in-sources": {"a3": "843"}}, "raw": {"H": "22", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "2", "LAT": "43N37", "LON": "3E53", "MON": "6", "NUM": "843", "PRO": "M", "SEC": "28", "YEA": "1838", "CITY": "MONTAGNAC"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6562	parmentier-paul-1842-03-11	{"a3": "844"}	{"lerrcp": "A3-844"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Parmentier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:21", "date": "1842-03-11 23:00", "note": null, "place": {"c1": null, "c2": "52", "c3": null, "cy": "FR", "lg": 5.33802, "lat": 48.29446, "name": "Reynel", "geoid": 2983789}, "notime": null, "date-ut": "1842-03-11 22:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Parmentier"}, "birth": {"tzo": "+00:21:21", "date": "1842-03-11 23:00", "place": {"c2": "52", "cy": "FR", "lg": 5.33802, "lat": 48.29446, "name": "Reynel", "geoid": 2983789}, "date-ut": "1842-03-11 22:39:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-844"}, "ids-in-sources": {"a3": "844"}}, "raw": {"H": "22", "MN": "39", "TZ": "0", "COD": "52", "COU": "F", "DAY": "11", "LAT": "48N 7", "LON": "5E 8", "MON": "3", "NUM": "844", "PRO": "M", "SEC": "28", "YEA": "1842", "CITY": "REYNEL"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6564	patey-henry-1867-02-11	{"a3": "846"}	{"lerrcp": "A3-846"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Patey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:34", "date": "1867-02-11 21:56:58", "note": null, "place": {"c1": null, "c2": "70", "c3": null, "cy": "FR", "lg": 5.38982, "lat": 47.4831, "name": "Attricourt", "geoid": 3036437}, "notime": null, "date-ut": "1867-02-11 21:35:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Patey"}, "birth": {"tzo": "+00:21:34", "date": "1867-02-11 21:56:58", "place": {"c2": "70", "cy": "FR", "lg": 5.38982, "lat": 47.4831, "name": "Attricourt", "geoid": 3036437}, "date-ut": "1867-02-11 21:35:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-846"}, "ids-in-sources": {"a3": "846"}}, "raw": {"H": "21", "MN": "35", "TZ": "0", "COD": "70", "COU": "F", "DAY": "11", "LAT": "47N37", "LON": "6E 9", "MON": "2", "NUM": "846", "PRO": "M", "SEC": "24", "YEA": "1867", "CITY": "ATTRICOURT"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6567	paulinier-marie-1861-09-26	{"a3": "849", "g55": "04-508"}	{"g55": "04-508", "lerrcp": "A3-849"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Paulinier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1861-09-26 11:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1861-09-26 10:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Paulinier"}, "birth": {"tzo": "+00:30:59", "date": "1861-09-26 11:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1861-09-26 10:29"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-849"}, "ids-in-sources": {"a3": "849"}}, "raw": {"H": "10", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "26", "LAT": "48N35", "LON": "7E45", "MON": "9", "NUM": "849", "PRO": "M", "SEC": "0", "YEA": "1861", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-508"}, "ids-in-source": {"g55": "04-508"}}, "raw": {"DAY": "26-9-1861", "HOUR": "11 h.", "NAME": "PAULINIER Marie-Jean", "PLACE": "Strasbourg (Bas-Rhin)."}, "date": "2023-08-20T14:48:31+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6571	pedoya-jean-1838-11-28	{"a3": "853", "g55": "04-511"}	{"g55": "04-511", "lerrcp": "A3-853"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Pedoya", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:27", "date": "1838-11-28 01:00", "note": null, "place": {"c1": null, "c2": "09", "c3": null, "cy": "FR", "lg": 1.61079, "lat": 43.1165, "name": "Pamiers", "geoid": 2988670}, "notime": null, "date-ut": "1838-11-28 00:53:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Pedoya"}, "birth": {"tzo": "+00:06:27", "date": "1838-11-28 01:00", "place": {"c2": "09", "cy": "FR", "lg": 1.61079, "lat": 43.1165, "name": "Pamiers", "geoid": 2988670}, "date-ut": "1838-11-28 00:53:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-853"}, "ids-in-sources": {"a3": "853"}}, "raw": {"H": "0", "MN": "53", "TZ": "0", "COD": "09", "COU": "F", "DAY": "28", "LAT": "42N58", "LON": "1E35", "MON": "11", "NUM": "853", "PRO": "M", "SEC": "40", "YEA": "1838", "CITY": "PAMIERS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-511"}, "ids-in-source": {"g55": "04-511"}}, "raw": {"DAY": "28-11-1838", "HOUR": "1 h.", "NAME": "PEDOYA Jean-Marie", "PLACE": "Pamiers (Ariège)."}, "date": "2023-08-20T14:48:31+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6568	payen-jaen-1917-08-04	{"a3": "850", "g55": "04-653"}	{"g55": "04-653", "lerrcp": "A3-850"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jaen", "family": "Payen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-08-04 22:30", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.70177, "lat": 48.40908, "name": "Fontainebleau", "geoid": 3018074}, "notime": null, "date-ut": "1917-08-04 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jaen", "family": "Payen"}, "birth": {"tzo": "+01:00", "date": "1917-08-04 22:30", "place": {"c2": "77", "cy": "FR", "lg": 2.70177, "lat": 48.40908, "name": "Fontainebleau", "geoid": 3018074}, "date-ut": "1917-08-04 21:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-850"}, "ids-in-sources": {"a3": "850"}}, "raw": {"H": "21", "MN": "30", "TZ": "0", "COD": "77", "COU": "F", "DAY": "4", "LAT": "48N33", "LON": "2E40", "MON": "8", "NUM": "850", "PRO": "M", "SEC": "0", "YEA": "1917", "CITY": "FONTAINEBLEAU"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-653"}, "ids-in-source": {"g55": "04-653"}}, "raw": {"DAY": "4-8-1917", "HOUR": "22 h. 30", "NAME": "PAYEN Jean Arthur", "PLACE": "Fontainebleau (Seine-et-Marne)."}, "date": "2023-08-20T14:48:35+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6575	penaud-charles-1800-12-24	{"a3": "857"}	{"lerrcp": "A3-857"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Penaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:17:57", "date": "1800-12-24 03:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1800-12-24 03:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Penaud"}, "birth": {"tzo": "-00:17:57", "date": "1800-12-24 03:00", "place": {"c2": "29", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1800-12-24 03:16:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-857"}, "ids-in-sources": {"a3": "857"}}, "raw": {"H": "3", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "24", "LAT": "48N 0", "LON": "4W 6", "MON": "12", "NUM": "857", "PRO": "M", "SEC": "24", "YEA": "1800", "CITY": "BREST"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6577	pententenyo-herve-1879-08-14	{"a3": "859"}	{"lerrcp": "A3-859"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Herve", "family": "Pententenyo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:17:57", "date": "1879-08-14 16:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1879-08-14 16:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Herve", "family": "Pententenyo"}, "birth": {"tzo": "-00:17:57", "date": "1879-08-14 16:00", "place": {"c2": "29", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1879-08-14 16:16:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-859"}, "ids-in-sources": {"a3": "859"}}, "raw": {"H": "16", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "14", "LAT": "48N 0", "LON": "4W 6", "MON": "8", "NUM": "859", "PRO": "M", "SEC": "24", "YEA": "1879", "CITY": "BREST"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6574	pelloux-luigi-1839-03-01	{"a3": "856", "g55": "04-515"}	{"g55": "04-515", "lerrcp": "A3-856"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Pelloux", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:40", "date": "1839-03-01 10:00", "note": null, "place": {"c1": null, "c2": "73", "c3": null, "cy": "FR", "lg": 5.91667, "lat": 45.56667, "name": "La Roche-sur-Foron", "geoid": 0}, "notime": null, "date-ut": "1839-03-01 09:36:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-856"}, "birth": {"tzo": "+00:23:40", "date": "1839-03-01 10:00", "place": {"c2": "73", "cy": "FR", "lg": 5.91667, "lat": 45.56667, "name": "La Roche-sur-Foro", "geoid": 0}, "date-ut": "1839-03-01 09:36:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-856"}, "ids-in-sources": {"a3": "856"}}, "raw": {"H": "9", "MN": "36", "TZ": "0", "COD": "73", "COU": "F", "DAY": "1", "LAT": "45N34", "LON": "5E55", "MON": "3", "NUM": "856", "PRO": "M", "SEC": "20", "YEA": "1839", "CITY": "LA ROCHE-S/FORO"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Luigi", "family": "Pelloux", "nobility": ""}, "slug": "pelloux-luigi-1839-03-01", "birth": {"place": {"name": "La Roche-sur-Foron"}}, "partial-ids": {"g55": "04-515"}, "ids-in-source": {"g55": "04-515"}}, "raw": {"DAY": "1-3-1839", "HOUR": "10 h.", "NAME": "PELLOUX Luigi", "PLACE": "La Roche-sur-Foron (Savoie)."}, "date": "2023-08-20T14:48:31+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
4925	perrier-francois-1833-04-18	{"a2": "2841", "a3": "863", "g55": "04-518"}	{"g55": "04-518", "lerrcp": "A2-2841"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Perrier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:34", "date": "1833-04-18 10:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 3.64195, "lat": 44.08128, "name": "Valleraugue", "geoid": 2970941}, "notime": null, "date-ut": "1833-04-18 09:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist", "military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Perrier"}, "birth": {"tzo": "+00:14:34", "date": "1833-04-18 10:00", "place": {"c2": "30", "cy": "FR", "lg": 3.64195, "lat": 44.08128, "name": "Valleraugue", "geoid": 2970941}, "date-ut": "1833-04-18 09:42:36"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2841"}, "ids-in-sources": {"a2": "2841"}}, "raw": {"H": "9", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "18", "LAT": "43N51", "LON": "4E21", "MON": "4", "NUM": "2841", "PRO": "S", "SEC": "36", "YEA": "1833", "CITY": "VALLARAUGUE"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["military-personnel"], "sources": "a3", "ids-in-sources": {"a3": "863"}}, "raw": {"H": "9", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "18", "LAT": "43N51", "LON": "4E21", "MON": "4", "NUM": "863", "PRO": "M", "SEC": "36", "YEA": "1833", "CITY": "VALLERAUGUE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-518"}, "ids-in-source": {"g55": "04-518"}}, "raw": {"DAY": "18-4-1833", "HOUR": "10 h.", "NAME": "PERRIER Francois", "PLACE": "Valleraugue (Gard)."}, "date": "2023-08-20T14:48:31+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}, {"new": [], "raw": {"DAY": "18-4-1833", "HOUR": "10 h.", "NAME": "PERRIER Francois", "PLACE": "Valleraugue (Gard)."}, "date": "2023-08-20T14:49:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
10114	voigt-wilhelm-1867-09-04	{"a4": "1362"}	{"lerrcp": "A4-1362"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Voigt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "HOF", "geoid": 0}, "notime": null, "date-ut": "1867-09-04 13:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Voigt"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "HOF", "geoid": 0}, "date-ut": "1867-09-04 13:14"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1362"}, "ids-in-sources": {"a4": "1362"}}, "raw": {"H": "14", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "4", "LAT": "49N 0", "LON": "11E30", "MON": "9", "NUM": "1362", "PRO": "P", "SEC": "0", "YEA": "1867", "CITY": "HOF"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
6584	petit-ernest-1888-02-20	{"a3": "867"}	{"lerrcp": "A3-867"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Petit", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:08:07", "date": "1888-02-20 03:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -2.03048, "lat": 47.28654, "name": "Paimboeuf", "geoid": 2988797}, "notime": null, "date-ut": "1888-02-20 03:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Petit"}, "birth": {"tzo": "-00:08:07", "date": "1888-02-20 03:00", "place": {"c2": "44", "cy": "FR", "lg": -2.03048, "lat": 47.28654, "name": "Paimboeuf", "geoid": 2988797}, "date-ut": "1888-02-20 03:06:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-867"}, "ids-in-sources": {"a3": "867"}}, "raw": {"H": "3", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "20", "LAT": "47N13", "LON": "1W35", "MON": "2", "NUM": "867", "PRO": "M", "SEC": "20", "YEA": "1888", "CITY": "PAIMBOEUF"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6582	perrinelle-dumay-andre-1864-02-11	{"a3": "865", "g55": "04-520"}	{"g55": "04-520", "lerrcp": "A3-865"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Perrinelle-Dumay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1864-02-11 02:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1864-02-11 01:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Perrinelle-Dumay"}, "birth": {"tzo": "+00:08:32", "date": "1864-02-11 02:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1864-02-11 01:51:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-865"}, "ids-in-sources": {"a3": "865"}}, "raw": {"H": "1", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "11", "LAT": "48N50", "LON": "2E 8", "MON": "2", "NUM": "865", "PRO": "M", "SEC": "28", "YEA": "1864", "CITY": "VERSAILLES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-520"}, "ids-in-source": {"g55": "04-520"}}, "raw": {"DAY": "11-2-1864", "HOUR": "2 h.", "NAME": "PERRINELLE-DUMAY (de) André", "PLACE": "Versailles (S.-et-O.)."}, "date": "2023-08-20T14:48:31+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6587	pezard-michel-1837-07-23	{"a3": "870"}	{"lerrcp": "A3-870"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Pezard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:56", "date": "1837-07-23 14:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Les-Grandes-Arm", "geoid": 0}, "notime": null, "date-ut": "1837-07-23 13:41:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Pezard"}, "birth": {"tzo": "+00:18:56", "date": "1837-07-23 14:00", "place": {"c2": "08", "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Les-Grandes-Arm", "geoid": 0}, "date-ut": "1837-07-23 13:41:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-870"}, "ids-in-sources": {"a3": "870"}}, "raw": {"H": "13", "MN": "41", "TZ": "0", "COD": "08", "COU": "F", "DAY": "23", "LAT": "49N46", "LON": "4E44", "MON": "7", "NUM": "870", "PRO": "M", "SEC": "4", "YEA": "1837", "CITY": "LES-GRANDES-ARM"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6589	philippe-albert-1863-02-13	{"a3": "872", "g55": "04-523"}	{"g55": "04-523", "lerrcp": "A3-872"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Philippe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:40", "date": "1863-02-13 19:00", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.16667, "lat": 48.76667, "name": "Delouze", "geoid": 0}, "notime": null, "date-ut": "1863-02-13 18:39:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Philippe"}, "birth": {"tzo": "+00:20:40", "date": "1863-02-13 19:00", "place": {"c2": "55", "cy": "FR", "lg": 5.16667, "lat": 48.76667, "name": "Delouze", "geoid": 0}, "date-ut": "1863-02-13 18:39:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-872"}, "ids-in-sources": {"a3": "872"}}, "raw": {"H": "18", "MN": "39", "TZ": "0", "COD": "55", "COU": "F", "DAY": "13", "LAT": "48N46", "LON": "5E10", "MON": "2", "NUM": "872", "PRO": "M", "SEC": "20", "YEA": "1863", "CITY": "DELOUZE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Delouze"}}, "partial-ids": {"g55": "04-523"}, "ids-in-source": {"g55": "04-523"}}, "raw": {"DAY": "13-2-1863", "HOUR": "19 h.", "NAME": "\\fPHILIPPE Albert-Marie", "PLACE": "Delouze (Meuse)."}, "date": "2023-08-20T14:48:31+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6593	pillon-buhorel-charles-1822-11-14	{"a3": "876"}	{"lerrcp": "A3-876"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Pillon Buhorel Charles", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:03:40", "date": "1822-11-14 09:43:56", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 0.91667, "lat": 48.83333, "name": "Breteuil", "geoid": 3030275}, "notime": null, "date-ut": "1822-11-14 09:40:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Pillon Buhorel Charles"}, "birth": {"tzo": "+00:03:40", "date": "1822-11-14 09:43:56", "place": {"c2": "27", "cy": "FR", "lg": 0.91667, "lat": 48.83333, "name": "Breteuil", "geoid": 3030275}, "date-ut": "1822-11-14 09:40:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-876"}, "ids-in-sources": {"a3": "876"}}, "raw": {"H": "9", "MN": "40", "TZ": "0", "COD": "27", "COU": "F", "DAY": "14", "LAT": "49N 1", "LON": "1E11", "MON": "11", "NUM": "876", "PRO": "M", "SEC": "16", "YEA": "1822", "CITY": "BRETEUIL"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6594	pimodan-henry-1911-10-22	{"a3": "877"}	{"lerrcp": "A3-877"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Pimodan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-10-22 02:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.72952, "lat": 47.27976, "name": "La Jumellière", "geoid": 3008571}, "notime": null, "date-ut": "1911-10-22 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Pimodan"}, "birth": {"tzo": "+00:00", "date": "1911-10-22 02:00", "place": {"c2": "49", "cy": "FR", "lg": -0.72952, "lat": 47.27976, "name": "La Jumellière", "geoid": 3008571}, "date-ut": "1911-10-22 02:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-877"}, "ids-in-sources": {"a3": "877"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "49", "COU": "F", "DAY": "22", "LAT": "47N28", "LON": "0W32", "MON": "10", "NUM": "877", "PRO": "M", "SEC": "0", "YEA": "1911", "CITY": "LA JUMELLIERE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6592	pietri-alex	{"a3": "875", "g55": "04-657"}	{"g55": "04-657", "lerrcp": "A3-875"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alex", "family": "Pietri", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 5.41373, "lat": 36.19112, "name": "Sétif", "geoid": 2481700}, "notime": null, "date-ut": "1918-05-04 09:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-875"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 5.41373, "lat": 36.19112, "name": "Sétif", "geoid": 2481700}, "date-ut": "1918-05-04 09:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-875"}, "ids-in-sources": {"a3": "875"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "4", "LAT": "36N10", "LON": "3E45", "MON": "5", "NUM": "875", "PRO": "M", "SEC": "0", "YEA": "1918", "CITY": "SETIF"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Alex", "family": "Pietri", "nobility": ""}, "slug": "pietri-alex", "partial-ids": {"g55": "04-657"}, "ids-in-source": {"g55": "04-657"}}, "raw": {"DAY": "4-5-1918", "HOUR": "9 h.", "NAME": "PIETRI Alex", "PLACE": "Sétif (Algérie)."}, "date": "2023-08-20T14:48:35+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6596	piollet-jean-1899-07-29	{"a3": "879"}	{"lerrcp": "A3-879"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Piollet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.2, "lat": 48.7, "name": "Maizeville", "geoid": 0}, "notime": null, "date-ut": "1899-07-29 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Piollet"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.2, "lat": 48.7, "name": "Maizeville", "geoid": 0}, "date-ut": "1899-07-29 10:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-879"}, "ids-in-sources": {"a3": "879"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "54", "COU": "F", "DAY": "29", "LAT": "48N42", "LON": "6E12", "MON": "7", "NUM": "879", "PRO": "M", "SEC": "40", "YEA": "1899", "CITY": "MAIZEVILLE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6598	pothuau-louis-1896-09-21	{"a3": "881"}	{"lerrcp": "A3-881"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Pothuau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1896-09-21 07:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1896-09-21 06:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Pothuau"}, "birth": {"tzo": "+00:09:21", "date": "1896-09-21 07:00", "place": {"c2": "83", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1896-09-21 06:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-881"}, "ids-in-sources": {"a3": "881"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "83", "COU": "F", "DAY": "21", "LAT": "43N32", "LON": "6E28", "MON": "9", "NUM": "881", "PRO": "M", "SEC": "40", "YEA": "1896", "CITY": "TOULON"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6599	pouget-nadaillac-jean-1846-04-09	{"a3": "882"}	{"lerrcp": "A3-882"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Pouget Nadaillac Jean", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1846-04-09 20:45:04", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1846-04-09 20:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Pouget Nadaillac Jean"}, "birth": {"tzo": "+00:09:24", "date": "1846-04-09 20:45:04", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1846-04-09 20:35:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-882"}, "ids-in-sources": {"a3": "882"}}, "raw": {"H": "20", "MN": "35", "TZ": "0", "COD": "75", "COU": "F", "DAY": "9", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "882", "PRO": "M", "SEC": "40", "YEA": "1846", "CITY": "PARIS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6601	poydenot-marie-1895-01-06	{"a3": "884"}	{"lerrcp": "A3-884"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Poydenot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-01-06 02:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "notime": null, "date-ut": "1895-01-06 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Poydenot"}, "birth": {"tzo": "+00:09:21", "date": "1895-01-06 02:00", "place": {"c2": "64", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "date-ut": "1895-01-06 01:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-884"}, "ids-in-sources": {"a3": "884"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "64", "COU": "F", "DAY": "6", "LAT": "43N18", "LON": "0W22", "MON": "1", "NUM": "884", "PRO": "M", "SEC": "40", "YEA": "1895", "CITY": "BAYONNE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6603	pretelat-gaston-1874-11-14	{"a3": "886"}	{"lerrcp": "A3-886"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Pretelat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:47", "date": "1874-11-14 16:14:15", "note": null, "place": {"c1": null, "c2": "52", "c3": null, "cy": "FR", "lg": 4.94775, "lat": 48.49811, "name": "Wassy", "geoid": 2967434}, "notime": null, "date-ut": "1874-11-14 15:54:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Pretelat"}, "birth": {"tzo": "+00:19:47", "date": "1874-11-14 16:14:15", "place": {"c2": "52", "cy": "FR", "lg": 4.94775, "lat": 48.49811, "name": "Wassy", "geoid": 2967434}, "date-ut": "1874-11-14 15:54:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-886"}, "ids-in-sources": {"a3": "886"}}, "raw": {"H": "15", "MN": "54", "TZ": "0", "COD": "52", "COU": "F", "DAY": "14", "LAT": "48N 7", "LON": "5E 8", "MON": "11", "NUM": "886", "PRO": "M", "SEC": "28", "YEA": "1874", "CITY": "WASSY"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6604	prevost-fernand-1918-01-27	{"a3": "887", "g55": "04-659"}	{"g55": "04-659", "lerrcp": "A3-887"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Prevost", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1918-01-27 21:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Etaples-sur-Mer", "geoid": 0}, "notime": null, "date-ut": "1918-01-27 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Prevost"}, "birth": {"tzo": "+00:00", "date": "1918-01-27 21:00", "place": {"c2": "62", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Etaples-sur-Mer", "geoid": 0}, "date-ut": "1918-01-27 21:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-887"}, "ids-in-sources": {"a3": "887"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "62", "COU": "F", "DAY": "27", "LAT": "50N18", "LON": "2E46", "MON": "1", "NUM": "887", "PRO": "M", "SEC": "0", "YEA": "1918", "CITY": "ETAPLES-S/MER"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Etaples-sur-Mer"}}, "partial-ids": {"g55": "04-659"}, "ids-in-source": {"g55": "04-659"}}, "raw": {"DAY": "27-1-1918", "HOUR": "21 h.", "NAME": "PREVOST Fernand Edouard", "PLACE": "Etaples-sur-Mer (P.-de-C.)."}, "date": "2023-08-20T14:48:35+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6607	protet-auguste-1808-04-20	{"a3": "890"}	{"lerrcp": "A3-890"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Protet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:40", "date": "1808-04-20 02:30", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Saint-Servan", "geoid": 0}, "notime": null, "date-ut": "1808-04-20 02:36:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Protet"}, "birth": {"tzo": "-00:06:40", "date": "1808-04-20 02:30", "place": {"c2": "35", "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Saint-Servan", "geoid": 0}, "date-ut": "1808-04-20 02:36:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-890"}, "ids-in-sources": {"a3": "890"}}, "raw": {"H": "2", "MN": "36", "TZ": "0", "COD": "35", "COU": "F", "DAY": "20", "LAT": "48N 7", "LON": "1W40", "MON": "4", "NUM": "890", "PRO": "M", "SEC": "40", "YEA": "1808", "CITY": "SAINT-SERVAN"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6610	putz-henry-1859-01-26	{"a3": "893", "g55": "04-531"}	{"g55": "04-531", "lerrcp": "A3-893"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Putz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:41", "date": "1859-01-26 09:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1859-01-26 08:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Putz"}, "birth": {"tzo": "+00:24:41", "date": "1859-01-26 09:00", "place": {"c2": "57", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1859-01-26 08:35:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-893"}, "ids-in-sources": {"a3": "893"}}, "raw": {"H": "8", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "26", "LAT": "49N 7", "LON": "6E11", "MON": "1", "NUM": "893", "PRO": "M", "SEC": "16", "YEA": "1859", "CITY": "METZ"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-531"}, "ids-in-source": {"g55": "04-531"}}, "raw": {"DAY": "26-1-1859", "HOUR": "9 h.", "NAME": "PUTZ Henri Gabriel", "PLACE": "Metz (Moselle)."}, "date": "2023-08-20T14:48:32+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6609	prunget-yves-1918-09-20	{"a3": "892", "g55": "04-661"}	{"g55": "04-661", "lerrcp": "A3-892"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Prunget", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-09-20 17:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.37643, "lat": 47.71675, "name": "Châteaubriant", "geoid": 3026303}, "notime": null, "date-ut": "1918-09-20 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Prunget"}, "birth": {"tzo": "+01:00", "date": "1918-09-20 17:00", "place": {"c2": "44", "cy": "FR", "lg": -1.37643, "lat": 47.71675, "name": "Châteaubriant", "geoid": 3026303}, "date-ut": "1918-09-20 16:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-892"}, "ids-in-sources": {"a3": "892"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "44", "COU": "F", "DAY": "20", "LAT": "47N13", "LON": "1W35", "MON": "9", "NUM": "892", "PRO": "M", "SEC": "0", "YEA": "1918", "CITY": "CHATEAUBRIANT"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-661"}, "ids-in-source": {"g55": "04-661"}}, "raw": {"DAY": "/20-9-1918", "HOUR": "17 h.", "NAME": "PRUNGET Yves", "PLACE": "Chateaubriant (Loire-Inférieure)."}, "date": "2023-08-20T14:48:35+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6611	quintin-kercadio-paul-1833-08-12	{"a3": "894"}	{"lerrcp": "A3-894"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Quintin Kercadio Paul", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:10", "date": "1833-08-12 04:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.79372, "lat": 50.29828, "name": "Bavay", "geoid": 3034514}, "notime": null, "date-ut": "1833-08-12 03:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Quintin Kercadio Paul"}, "birth": {"tzo": "+00:15:10", "date": "1833-08-12 04:00", "place": {"c2": "59", "cy": "FR", "lg": 3.79372, "lat": 50.29828, "name": "Bavay", "geoid": 3034514}, "date-ut": "1833-08-12 03:47:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-894"}, "ids-in-sources": {"a3": "894"}}, "raw": {"H": "3", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "12", "LAT": "50N39", "LON": "3E 5", "MON": "8", "NUM": "894", "PRO": "M", "SEC": "40", "YEA": "1833", "CITY": "BAVAY"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6612	rageot-touche-valentin-1858-04-08	{"a3": "895"}	{"lerrcp": "A3-895"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Rageot Touche Valentin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:43", "date": "1858-04-08 21:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1858-04-08 20:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Rageot Touche Valentin"}, "birth": {"tzo": "+00:23:43", "date": "1858-04-08 21:00", "place": {"c2": "83", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1858-04-08 20:34:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-895"}, "ids-in-sources": {"a3": "895"}}, "raw": {"H": "20", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "8", "LAT": "43N32", "LON": "6E28", "MON": "4", "NUM": "895", "PRO": "M", "SEC": "8", "YEA": "1858", "CITY": "TOULON"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6614	gauquelin-a3-897-1833-10-15	{"a3": "897"}	{"lerrcp": "A3-897"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-897", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:17", "date": "1833-10-15 05:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 2.8208, "lat": 46.61791, "name": "Cérilly", "geoid": 3027880}, "notime": null, "date-ut": "1833-10-15 04:46:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-897"}, "birth": {"tzo": "+00:11:17", "date": "1833-10-15 05:00", "place": {"c2": "03", "cy": "FR", "lg": 2.8208, "lat": 46.61791, "name": "Cérilly", "geoid": 3027880}, "date-ut": "1833-10-15 04:46:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-897"}, "ids-in-sources": {"a3": "897"}}, "raw": {"H": "4", "MN": "46", "TZ": "0", "COD": "03", "COU": "F", "DAY": "15", "LAT": "46N34", "LON": "3E20", "MON": "10", "NUM": "897", "PRO": "M", "SEC": "40", "YEA": "1833", "CITY": "CERILLY"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6615	ratier-paul-1831-12-24	{"a3": "898"}	{"lerrcp": "A3-898"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Ratier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:40", "date": "1831-12-24 12:00", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": 0.16612, "lat": 47.28333, "name": "Bourgueil", "geoid": 3030944}, "notime": null, "date-ut": "1831-12-24 11:57:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Ratier"}, "birth": {"tzo": "+00:00:40", "date": "1831-12-24 12:00", "place": {"c2": "37", "cy": "FR", "lg": 0.16612, "lat": 47.28333, "name": "Bourgueil", "geoid": 3030944}, "date-ut": "1831-12-24 11:57:12"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-898"}, "ids-in-sources": {"a3": "898"}}, "raw": {"H": "11", "MN": "57", "TZ": "0", "COD": "37", "COU": "F", "DAY": "24", "LAT": "47N24", "LON": "0E42", "MON": "12", "NUM": "898", "PRO": "M", "SEC": "12", "YEA": "1831", "CITY": "BOURGUEIL"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6616	raulin-charles-1846-06-25	{"a3": "899"}	{"lerrcp": "A3-899"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Raulin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:31", "date": "1846-06-25 11:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.62714, "lat": 49.5631, "name": "Laon", "geoid": 3007477}, "notime": null, "date-ut": "1846-06-25 10:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Raulin"}, "birth": {"tzo": "+00:14:31", "date": "1846-06-25 11:00", "place": {"c2": "02", "cy": "FR", "lg": 3.62714, "lat": 49.5631, "name": "Laon", "geoid": 3007477}, "date-ut": "1846-06-25 10:45:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-899"}, "ids-in-sources": {"a3": "899"}}, "raw": {"H": "10", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "25", "LAT": "49N34", "LON": "3E37", "MON": "6", "NUM": "899", "PRO": "M", "SEC": "32", "YEA": "1846", "CITY": "LAON"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6617	gauquelin-a3-900-1864-04-25	{"a3": "900"}	{"lerrcp": "A3-900"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-900", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:44", "date": "1864-04-25 03:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -0.43485, "lat": 45.44636, "name": "Jonzac", "geoid": 3012266}, "notime": null, "date-ut": "1864-04-25 03:04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-900"}, "birth": {"tzo": "-00:01:44", "date": "1864-04-25 03:00", "place": {"c2": "17", "cy": "FR", "lg": -0.43485, "lat": 45.44636, "name": "Jonzac", "geoid": 3012266}, "date-ut": "1864-04-25 03:04:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-900"}, "ids-in-sources": {"a3": "900"}}, "raw": {"H": "3", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "25", "LAT": "46N 9", "LON": "1W10", "MON": "4", "NUM": "900", "PRO": "M", "SEC": "40", "YEA": "1864", "CITY": "JONZAC"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6620	remy-gilbert-1904-08-06	{"a3": "903"}	{"lerrcp": "A3-903"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilbert", "family": "Remy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1904-08-06 06:00", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -2.76205, "lat": 47.65688, "name": "Vannes", "geoid": 2970777}, "notime": null, "date-ut": "1904-08-06 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gilbert", "family": "Remy"}, "birth": {"tzo": "+00:09:21", "date": "1904-08-06 06:00", "place": {"c2": "56", "cy": "FR", "lg": -2.76205, "lat": 47.65688, "name": "Vannes", "geoid": 2970777}, "date-ut": "1904-08-06 05:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-903"}, "ids-in-sources": {"a3": "903"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "56", "COU": "F", "DAY": "6", "LAT": "47N40", "LON": "2W44", "MON": "8", "NUM": "903", "PRO": "M", "SEC": "40", "YEA": "1904", "CITY": "VANNES"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6618	reeb-eugene-1917-08-17	{"a3": "901", "g55": "04-662"}	{"g55": "04-662", "lerrcp": "A3-901"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Reeb", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.36221, "lat": 48.74164, "name": "Saverne", "geoid": 2975588}, "notime": null, "date-ut": "1917-08-17 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Reeb"}, "birth": {"place": {"c2": "67", "cy": "FR", "lg": 7.36221, "lat": 48.74164, "name": "Saverne", "geoid": 2975588}, "date-ut": "1917-08-17 14:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-901"}, "ids-in-sources": {"a3": "901"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "67", "COU": "F", "DAY": "17", "LAT": "48N35", "LON": "7E45", "MON": "8", "NUM": "901", "PRO": "M", "SEC": "0", "YEA": "1917", "CITY": "SAVERNE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-662"}, "ids-in-source": {"g55": "04-662"}}, "raw": {"DAY": "17-8-1917", "HOUR": "16 h.", "NAME": "REEB Eugène", "PLACE": "Saverne (Bas-Rhin)."}, "date": "2023-08-20T14:48:35+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6625	renoux-adolphe-1833-01-06	{"a3": "908"}	{"lerrcp": "A3-908"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Renoux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:45", "date": "1833-01-06 21:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.18736, "lat": 49.0778, "name": "Magny", "geoid": 2996770}, "notime": null, "date-ut": "1833-01-06 20:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Renoux"}, "birth": {"tzo": "+00:24:45", "date": "1833-01-06 21:00", "place": {"c2": "57", "cy": "FR", "lg": 6.18736, "lat": 49.0778, "name": "Magny", "geoid": 2996770}, "date-ut": "1833-01-06 20:35:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-908"}, "ids-in-sources": {"a3": "908"}}, "raw": {"H": "20", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "6", "LAT": "49N 7", "LON": "6E11", "MON": "1", "NUM": "908", "PRO": "M", "SEC": "16", "YEA": "1833", "CITY": "MAGNY"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6622	renaudie-jean-1916-10-20	{"a3": "905", "g55": "04-663"}	{"g55": "04-663", "lerrcp": "A3-905"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Renaudie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-10-20 01:00", "note": null, "place": {"c1": null, "c2": "19", "c3": null, "cy": "FR", "lg": 1.30514, "lat": 45.42936, "name": "Ségur-le-Château", "geoid": 2975298}, "notime": null, "date-ut": "1916-10-20 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Renaudie"}, "birth": {"tzo": "+00:00", "date": "1916-10-20 01:00", "place": {"c2": "19", "cy": "FR", "lg": 1.30514, "lat": 45.42936, "name": "Ségur-le-Château", "geoid": 2975298}, "date-ut": "1916-10-20 01:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-905"}, "ids-in-sources": {"a3": "905"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "19", "COU": "F", "DAY": "20", "LAT": "45N16", "LON": "1E46", "MON": "10", "NUM": "905", "PRO": "M", "SEC": "0", "YEA": "1916", "CITY": "SEGUR-LE-CHATEAU"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-663"}, "ids-in-source": {"g55": "04-663"}}, "raw": {"DAY": "20-10-1916", "HOUR": "1 h.", "NAME": "RENAUDIE Jean", "PLACE": "Ségur-le-Chateau (Corrèze)."}, "date": "2023-08-20T14:48:35+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6626	repecaud-alban-1829-06-22	{"a3": "909"}	{"lerrcp": "A3-909"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alban", "family": "Repecaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:36", "date": "1829-06-22 14:00", "note": null, "place": {"c1": null, "c2": "18", "c3": null, "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "notime": null, "date-ut": "1829-06-22 13:50:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alban", "family": "Repecaud"}, "birth": {"tzo": "+00:09:36", "date": "1829-06-22 14:00", "place": {"c2": "18", "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "date-ut": "1829-06-22 13:50:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-909"}, "ids-in-sources": {"a3": "909"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "18", "COU": "F", "DAY": "22", "LAT": "47N 5", "LON": "2E23", "MON": "6", "NUM": "909", "PRO": "M", "SEC": "28", "YEA": "1829", "CITY": "BOURGES"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6627	requin-edouard-1879-07-13	{"a3": "910"}	{"lerrcp": "A3-910"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Requin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:24", "date": "1879-07-13 23:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1879-07-13 22:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Requin"}, "birth": {"tzo": "+00:04:24", "date": "1879-07-13 23:00", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1879-07-13 22:55:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-910"}, "ids-in-sources": {"a3": "910"}}, "raw": {"H": "22", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "13", "LAT": "49N26", "LON": "1E 5", "MON": "7", "NUM": "910", "PRO": "M", "SEC": "40", "YEA": "1879", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6628	retrouvey-francois-1840-06-16	{"a3": "911"}	{"lerrcp": "A3-911"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Retrouvey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:04", "date": "1840-06-16 21:30", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1840-06-16 21:05:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Retrouvey"}, "birth": {"tzo": "+00:24:04", "date": "1840-06-16 21:30", "place": {"c2": "25", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1840-06-16 21:05:52"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-911"}, "ids-in-sources": {"a3": "911"}}, "raw": {"H": "21", "MN": "5", "TZ": "0", "COD": "25", "COU": "F", "DAY": "16", "LAT": "47N15", "LON": "6E 2", "MON": "6", "NUM": "911", "PRO": "M", "SEC": "52", "YEA": "1840", "CITY": "BESANCON"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6629	revers-georges-1891-07-30	{"a3": "912"}	{"lerrcp": "A3-912"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Revers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1891-07-30 22:30", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -2.00877, "lat": 48.64738, "name": "Saint-Malo", "geoid": 2978640}, "notime": null, "date-ut": "1891-07-30 22:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Revers"}, "birth": {"tzo": "+00:09:21", "date": "1891-07-30 22:30", "place": {"c2": "35", "cy": "FR", "lg": -2.00877, "lat": 48.64738, "name": "Saint-Malo", "geoid": 2978640}, "date-ut": "1891-07-30 22:20:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-912"}, "ids-in-sources": {"a3": "912"}}, "raw": {"H": "22", "MN": "20", "TZ": "0", "COD": "35", "COU": "F", "DAY": "30", "LAT": "48N 7", "LON": "1W40", "MON": "7", "NUM": "912", "PRO": "M", "SEC": "40", "YEA": "1891", "CITY": "SAINT-MALO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6630	richard-albert-1847-12-11	{"a3": "913"}	{"lerrcp": "A3-913"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Richard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:55", "date": "1847-12-11 23:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.97964, "lat": 45.43176, "name": "Barraux", "geoid": 3034851}, "notime": null, "date-ut": "1847-12-11 22:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Richard"}, "birth": {"tzo": "+00:23:55", "date": "1847-12-11 23:00", "place": {"c2": "38", "cy": "FR", "lg": 5.97964, "lat": 45.43176, "name": "Barraux", "geoid": 3034851}, "date-ut": "1847-12-11 22:37:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-913"}, "ids-in-sources": {"a3": "913"}}, "raw": {"H": "22", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "11", "LAT": "45N11", "LON": "5E43", "MON": "12", "NUM": "913", "PRO": "M", "SEC": "8", "YEA": "1847", "CITY": "BARRAUX"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6632	rispaud-francois-1833-09-06	{"a3": "915"}	{"lerrcp": "A3-915"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Rispaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:26:29", "date": "1833-09-06 14:00", "note": null, "place": {"c1": null, "c2": "05", "c3": null, "cy": "FR", "lg": 6.62235, "lat": 44.66841, "name": "Mont-Dauphin", "geoid": 2992783}, "notime": null, "date-ut": "1833-09-06 13:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Rispaud"}, "birth": {"tzo": "+00:26:29", "date": "1833-09-06 14:00", "place": {"c2": "05", "cy": "FR", "lg": 6.62235, "lat": 44.66841, "name": "Mont-Dauphin", "geoid": 2992783}, "date-ut": "1833-09-06 13:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-915"}, "ids-in-sources": {"a3": "915"}}, "raw": {"H": "13", "MN": "36", "TZ": "0", "COD": "05", "COU": "F", "DAY": "6", "LAT": "44N33", "LON": "6E 0", "MON": "9", "NUM": "915", "PRO": "M", "SEC": "0", "YEA": "1833", "CITY": "MONT-DAUPHIN"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6633	rittier-francois-1807-08-19	{"a3": "916"}	{"lerrcp": "A3-916"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Rittier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:31:47", "date": "1807-08-19 17:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.94548, "lat": 49.03708, "name": "Wissembourg", "geoid": 2967325}, "notime": null, "date-ut": "1807-08-19 16:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Rittier"}, "birth": {"tzo": "+00:31:47", "date": "1807-08-19 17:00", "place": {"c2": "67", "cy": "FR", "lg": 7.94548, "lat": 49.03708, "name": "Wissembourg", "geoid": 2967325}, "date-ut": "1807-08-19 16:29"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-916"}, "ids-in-sources": {"a3": "916"}}, "raw": {"H": "16", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "19", "LAT": "48N35", "LON": "7E45", "MON": "8", "NUM": "916", "PRO": "M", "SEC": "0", "YEA": "1807", "CITY": "WISSEMBOURG"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6634	rivet-eugene-1880-07-22	{"a3": "917"}	{"lerrcp": "A3-917"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Rivet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.2, "lat": 48.7, "name": "Conflans", "geoid": 0}, "notime": null, "date-ut": "1880-07-22 22:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Rivet"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.2, "lat": 48.7, "name": "Conflans", "geoid": 0}, "date-ut": "1880-07-22 22:35:12"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-917"}, "ids-in-sources": {"a3": "917"}}, "raw": {"H": "22", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "22", "LAT": "48N42", "LON": "6E12", "MON": "7", "NUM": "917", "PRO": "M", "SEC": "12", "YEA": "1880", "CITY": "CONFLANS"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6635	rizoul-cesar-1842-02-08	{"a3": "918"}	{"lerrcp": "A3-918"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "César", "family": "Rizoul", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:18", "date": "1842-02-08 00:00", "note": null, "place": {"c1": null, "c2": "05", "c3": null, "cy": "FR", "lg": 5.82321, "lat": 44.53406, "name": "Veynes", "geoid": 2969516}, "notime": null, "date-ut": "1842-02-07 23:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "César", "family": "Rizoul"}, "birth": {"tzo": "+00:23:18", "date": "1842-02-08 00:00", "place": {"c2": "05", "cy": "FR", "lg": 5.82321, "lat": 44.53406, "name": "Veynes", "geoid": 2969516}, "date-ut": "1842-02-07 23:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-918"}, "ids-in-sources": {"a3": "918"}}, "raw": {"H": "23", "MN": "36", "TZ": "0", "COD": "05", "COU": "F", "DAY": "7", "LAT": "44N33", "LON": "6E 0", "MON": "2", "NUM": "918", "PRO": "M", "SEC": "0", "YEA": "1842", "CITY": "VEYNES"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6636	robert-andre-1893-08-09	{"a3": "919"}	{"lerrcp": "A3-919"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Robert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1893-08-09 20:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "notime": null, "date-ut": "1893-08-09 19:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Robert"}, "birth": {"tzo": "+00:09:21", "date": "1893-08-09 20:00", "place": {"c2": "49", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "date-ut": "1893-08-09 19:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-919"}, "ids-in-sources": {"a3": "919"}}, "raw": {"H": "19", "MN": "50", "TZ": "0", "COD": "49", "COU": "F", "DAY": "9", "LAT": "47N28", "LON": "0W32", "MON": "8", "NUM": "919", "PRO": "M", "SEC": "40", "YEA": "1893", "CITY": "ANGERS"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6637	robert-charles-1830-04-24	{"a3": "920"}	{"lerrcp": "A3-920"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Robert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:40", "date": "1830-04-24 08:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Gurcy", "geoid": 0}, "notime": null, "date-ut": "1830-04-24 07:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Robert"}, "birth": {"tzo": "+00:10:40", "date": "1830-04-24 08:00", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Gurcy", "geoid": 0}, "date-ut": "1830-04-24 07:49:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-920"}, "ids-in-sources": {"a3": "920"}}, "raw": {"H": "7", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "24", "LAT": "48N33", "LON": "2E40", "MON": "4", "NUM": "920", "PRO": "M", "SEC": "20", "YEA": "1830", "CITY": "GURCY"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6638	robert-georges-1875-01-31	{"a3": "921"}	{"lerrcp": "A3-921"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Robert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:28", "date": "1875-01-31 16:30", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.36667, "lat": 49.18333, "name": "Courseulles-sur-M", "geoid": 0}, "notime": null, "date-ut": "1875-01-31 16:31:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Robert"}, "birth": {"tzo": "-00:01:28", "date": "1875-01-31 16:30", "place": {"c2": "14", "cy": "FR", "lg": -0.36667, "lat": 49.18333, "name": "Courseulles-sur-M", "geoid": 0}, "date-ut": "1875-01-31 16:31:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-921"}, "ids-in-sources": {"a3": "921"}}, "raw": {"H": "16", "MN": "31", "TZ": "0", "COD": "14", "COU": "F", "DAY": "31", "LAT": "49N11", "LON": "0W22", "MON": "1", "NUM": "921", "PRO": "M", "SEC": "28", "YEA": "1875", "CITY": "COURSEULLES-S/M"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6639	robert-st-vincent-pierre-1882-11-30	{"a3": "922"}	{"lerrcp": "A3-922"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Robert St-Vincent Pierre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:20", "date": "1882-11-30 13:30", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Saint-Leger-en-Bra", "geoid": 0}, "notime": null, "date-ut": "1882-11-30 13:21:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Robert St-Vincent Pierre"}, "birth": {"tzo": "+00:08:20", "date": "1882-11-30 13:30", "place": {"c2": "60", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Saint-Leger-en-Bra", "geoid": 0}, "date-ut": "1882-11-30 13:21:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-922"}, "ids-in-sources": {"a3": "922"}}, "raw": {"H": "13", "MN": "21", "TZ": "0", "COD": "60", "COU": "F", "DAY": "30", "LAT": "49N26", "LON": "2E 5", "MON": "11", "NUM": "922", "PRO": "M", "SEC": "40", "YEA": "1882", "CITY": "ST-LEGER-EN-BRA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6641	rocxin-nicolas-1842-04-27	{"a3": "924"}	{"lerrcp": "A3-924"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicolas", "family": "Rocxin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:53", "date": "1842-04-27 07:00", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.71981, "lat": 48.89125, "name": "Montsec", "geoid": 2991973}, "notime": null, "date-ut": "1842-04-27 06:39:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Nicolas", "family": "Rocxin"}, "birth": {"tzo": "+00:22:53", "date": "1842-04-27 07:00", "place": {"c2": "55", "cy": "FR", "lg": 5.71981, "lat": 48.89125, "name": "Montsec", "geoid": 2991973}, "date-ut": "1842-04-27 06:39:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-924"}, "ids-in-sources": {"a3": "924"}}, "raw": {"H": "6", "MN": "39", "TZ": "0", "COD": "55", "COU": "F", "DAY": "27", "LAT": "48N46", "LON": "5E10", "MON": "4", "NUM": "924", "PRO": "M", "SEC": "20", "YEA": "1842", "CITY": "MONTSEC"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6643	ronarc-h-pierre-1892-11-26	{"a3": "926"}	{"lerrcp": "A3-926"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Ronarc'H", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1892-11-26 21:30", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "notime": null, "date-ut": "1892-11-26 21:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Ronarc'H"}, "birth": {"tzo": "+00:09:21", "date": "1892-11-26 21:30", "place": {"c2": "56", "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "date-ut": "1892-11-26 21:20:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-926"}, "ids-in-sources": {"a3": "926"}}, "raw": {"H": "21", "MN": "20", "TZ": "0", "COD": "56", "COU": "F", "DAY": "26", "LAT": "47N40", "LON": "2W44", "MON": "11", "NUM": "926", "PRO": "M", "SEC": "40", "YEA": "1892", "CITY": "LORIENT"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6645	rossel-louis-1844-09-09	{"a3": "928", "g55": "04-539"}	{"g55": "04-539", "lerrcp": "A3-928"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Rossel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:11:04", "date": "1844-09-09 08:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -2.76838, "lat": 48.51513, "name": "Saint-Brieuc", "geoid": 2981280}, "notime": null, "date-ut": "1844-09-09 08:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Rossel"}, "birth": {"tzo": "-00:11:04", "date": "1844-09-09 08:00", "place": {"c2": "22", "cy": "FR", "lg": -2.76838, "lat": 48.51513, "name": "Saint-Brieuc", "geoid": 2981280}, "date-ut": "1844-09-09 08:11"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-928"}, "ids-in-sources": {"a3": "928"}}, "raw": {"H": "8", "MN": "11", "TZ": "0", "COD": "22", "COU": "F", "DAY": "9", "LAT": "48N31", "LON": "2W45", "MON": "9", "NUM": "928", "PRO": "M", "SEC": "0", "YEA": "1844", "CITY": "ST-BRIEUC"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-539"}, "ids-in-source": {"g55": "04-539"}}, "raw": {"DAY": "9-9-1844", "HOUR": "8 h.", "NAME": "ROSSEL Louis Nathaniel", "PLACE": "Saint-Brieuc (Côtes-du-Nord)."}, "date": "2023-08-20T14:48:32+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6648	rousset-eugene-1828-11-14	{"a3": "931"}	{"lerrcp": "A3-931"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Rousset", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:52", "date": "1828-11-14 05:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Saint-Albin-de-V", "geoid": 0}, "notime": null, "date-ut": "1828-11-14 04:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Rousset"}, "birth": {"tzo": "+00:22:52", "date": "1828-11-14 05:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Saint-Albin-de-V", "geoid": 0}, "date-ut": "1828-11-14 04:37:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-931"}, "ids-in-sources": {"a3": "931"}}, "raw": {"H": "4", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "14", "LAT": "45N11", "LON": "5E43", "MON": "11", "NUM": "931", "PRO": "M", "SEC": "8", "YEA": "1828", "CITY": "ST-ALBIN-DE-V"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6650	roux-victor-1879-10-13	{"a3": "933"}	{"lerrcp": "A3-933"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Roux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:34", "date": "1879-10-13 09:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1879-10-13 08:42:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Roux"}, "birth": {"tzo": "+00:17:34", "date": "1879-10-13 09:00", "place": {"c2": "42", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1879-10-13 08:42:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-933"}, "ids-in-sources": {"a3": "933"}}, "raw": {"H": "8", "MN": "42", "TZ": "0", "COD": "42", "COU": "F", "DAY": "13", "LAT": "45N26", "LON": "4E23", "MON": "10", "NUM": "933", "PRO": "M", "SEC": "28", "YEA": "1879", "CITY": "SAINT-ETIENNE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6646	ruoast-philippe-1917-06-20	{"a3": "929", "g55": "04-665"}	{"g55": "04-665", "lerrcp": "A3-929"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Ruoast", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-06-20 11:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1917-06-20 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Ruoast"}, "birth": {"tzo": "+01:00", "date": "1917-06-20 11:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1917-06-20 10:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-929"}, "ids-in-sources": {"a3": "929"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "38", "COU": "F", "DAY": "20", "LAT": "45N11", "LON": "5E43", "MON": "6", "NUM": "929", "PRO": "M", "SEC": "0", "YEA": "1917", "CITY": "GRENOBLE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-665"}, "ids-in-source": {"g55": "04-665"}}, "raw": {"DAY": "20-6-1917", "HOUR": "11 h.", "NAME": "ROUAST Philippe", "PLACE": "Grenoble (Isère)."}, "date": "2023-08-20T14:48:35+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6652	roze-albert-1822-11-25	{"a3": "935"}	{"lerrcp": "A3-935"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Roze", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:20", "date": "1822-11-25 14:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 43.95, "name": "L Isle-sur-La-Sor", "geoid": 0}, "notime": null, "date-ut": "1822-11-25 13:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Roze"}, "birth": {"tzo": "+00:19:20", "date": "1822-11-25 14:00", "place": {"c2": "84", "cy": "FR", "lg": 4.83333, "lat": 43.95, "name": "L Isle-sur-La-Sor", "geoid": 0}, "date-ut": "1822-11-25 13:40:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-935"}, "ids-in-sources": {"a3": "935"}}, "raw": {"H": "13", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "25", "LAT": "43N57", "LON": "4E50", "MON": "11", "NUM": "935", "PRO": "M", "SEC": "40", "YEA": "1822", "CITY": "L ISLE-S/LA-SOR"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6653	rozier-linage-melchior-1835-05-10	{"a3": "936"}	{"lerrcp": "A3-936"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Rozier Linage Melchior", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:32", "date": "1835-05-10 19:30", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.63192, "lat": 45.29484, "name": "Voreppe", "geoid": 2967695}, "notime": null, "date-ut": "1835-05-10 19:07:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Rozier Linage Melchior"}, "birth": {"tzo": "+00:22:32", "date": "1835-05-10 19:30", "place": {"c2": "38", "cy": "FR", "lg": 5.63192, "lat": 45.29484, "name": "Voreppe", "geoid": 2967695}, "date-ut": "1835-05-10 19:07:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-936"}, "ids-in-sources": {"a3": "936"}}, "raw": {"H": "19", "MN": "7", "TZ": "0", "COD": "38", "COU": "F", "DAY": "10", "LAT": "45N11", "LON": "5E43", "MON": "5", "NUM": "936", "PRO": "M", "SEC": "8", "YEA": "1835", "CITY": "VOREPPE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6655	sabattier-maurice-1829-01-23	{"a3": "938"}	{"lerrcp": "A3-938"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Sabattier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1829-01-23 18:00", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 45.78333, "name": "Jumeau-sur-Allier", "geoid": 0}, "notime": null, "date-ut": "1829-01-23 17:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Sabattier"}, "birth": {"tzo": "+00:12:20", "date": "1829-01-23 18:00", "place": {"c2": "63", "cy": "FR", "lg": 3.08333, "lat": 45.78333, "name": "Jumeau-sur-Allier", "geoid": 0}, "date-ut": "1829-01-23 17:47:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-938"}, "ids-in-sources": {"a3": "938"}}, "raw": {"H": "17", "MN": "47", "TZ": "0", "COD": "63", "COU": "F", "DAY": "23", "LAT": "45N47", "LON": "3E 5", "MON": "1", "NUM": "938", "PRO": "M", "SEC": "40", "YEA": "1829", "CITY": "JUMEAU-S/ALLIER"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6658	sala-antoine-1897-10-08	{"a3": "941"}	{"lerrcp": "A3-941"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Sala", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1897-10-08 07:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "notime": null, "date-ut": "1897-10-08 06:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Sala"}, "birth": {"tzo": "+00:09:21", "date": "1897-10-08 07:00", "place": {"c2": "64", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "date-ut": "1897-10-08 06:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-941"}, "ids-in-sources": {"a3": "941"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "64", "COU": "F", "DAY": "8", "LAT": "43N18", "LON": "0W22", "MON": "10", "NUM": "941", "PRO": "M", "SEC": "40", "YEA": "1897", "CITY": "BAYONNE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6659	salan-raoul-1899-06-10	{"a3": "942"}	{"lerrcp": "A3-942"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raoul", "family": "Salan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-06-10 09:00", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 2.29072, "lat": 43.66482, "name": "Roquecourbe", "geoid": 2982873}, "notime": null, "date-ut": "1899-06-10 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Raoul", "family": "Salan"}, "birth": {"tzo": "+00:09:21", "date": "1899-06-10 09:00", "place": {"c2": "81", "cy": "FR", "lg": 2.29072, "lat": 43.66482, "name": "Roquecourbe", "geoid": 2982873}, "date-ut": "1899-06-10 08:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-942"}, "ids-in-sources": {"a3": "942"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "81", "COU": "F", "DAY": "10", "LAT": "43N55", "LON": "2E 8", "MON": "6", "NUM": "942", "PRO": "M", "SEC": "40", "YEA": "1899", "CITY": "ROQUECOURBE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6657	saint-john-crevecoeur-etienne-1918-05-03	{"a3": "940", "g55": "04-668"}	{"g55": "04-668", "lerrcp": "A3-940"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Saint-John Crevecoeur Etienne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-05-03 03:00", "note": null, "place": {"c1": null, "c2": "32", "c3": null, "cy": "FR", "lg": 0.6, "lat": 43.66667, "name": "Montesquiou-sur-Losse", "geoid": 0}, "notime": null, "date-ut": "1918-05-03 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Saint-John Crevecoeur Etienne"}, "birth": {"tzo": "+01:00", "date": "1918-05-03 03:00", "place": {"c2": "32", "cy": "FR", "lg": 0.6, "lat": 43.66667, "name": "Montesquiou-sur-L", "geoid": 0}, "date-ut": "1918-05-03 02:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-940"}, "ids-in-sources": {"a3": "940"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "32", "COU": "F", "DAY": "3", "LAT": "43N40", "LON": "0E36", "MON": "5", "NUM": "940", "PRO": "M", "SEC": "0", "YEA": "1918", "CITY": "MONTESQUIOU-S/L"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Montesquiou-sur-Losse"}}, "partial-ids": {"g55": "04-668"}, "ids-in-source": {"g55": "04-668"}}, "raw": {"DAY": "3-5-1918", "HOUR": "3 h.", "NAME": "SAINT-JOHN de CREVECCEUR Etienne", "PLACE": "Montesquiou-sur-Losse (Gers)."}, "date": "2023-08-20T14:48:35+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6664	schlesser-guy-1896-03-15	{"a3": "947"}	{"lerrcp": "A3-947"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Schlesser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1896-03-15 09:50", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1896-03-15 09:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Schlesser"}, "birth": {"tzo": "+00:09:21", "date": "1896-03-15 09:50", "place": {"c2": "92", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1896-03-15 09:40:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-947"}, "ids-in-sources": {"a3": "947"}}, "raw": {"H": "9", "MN": "40", "TZ": "0", "COD": "92", "COU": "F", "DAY": "15", "LAT": "48N50", "LON": "2E11", "MON": "3", "NUM": "947", "PRO": "M", "SEC": "40", "YEA": "1896", "CITY": "NEUILLY-S/SEINE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6663	savarit-edmond-1878-12-15	{"a3": "946", "g55": "04-546"}	{"g55": "04-546", "lerrcp": "A3-946"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Savarit", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:00:04", "date": "1878-12-15 16:00", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": -0.01533, "lat": 45.8299, "name": "Gourville", "geoid": 3015497}, "notime": null, "date-ut": "1878-12-15 15:59:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Savarit"}, "birth": {"tzo": "-00:00:04", "date": "1878-12-15 16:00", "place": {"c2": "16", "cy": "FR", "lg": -0.01533, "lat": 45.8299, "name": "Gourville", "geoid": 3015497}, "date-ut": "1878-12-15 15:59:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-946"}, "ids-in-sources": {"a3": "946"}}, "raw": {"H": "15", "MN": "59", "TZ": "0", "COD": "16", "COU": "F", "DAY": "15", "LAT": "45N39", "LON": "0E10", "MON": "12", "NUM": "946", "PRO": "M", "SEC": "20", "YEA": "1878", "CITY": "GOURVILLE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-546"}, "ids-in-source": {"g55": "04-546"}}, "raw": {"DAY": "15-12-1878", "HOUR": "16 h.", "NAME": "SAVARIT Edmond", "PLACE": "Gourville (Charente)."}, "date": "2023-08-20T14:48:32+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6666	schmitt-antoine-1844-03-06	{"a3": "949"}	{"lerrcp": "A3-949"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Schmitt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:28:16", "date": "1844-03-06 03:03:32", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 7.06747, "lat": 49.10995, "name": "Sarreguemines", "geoid": 2975964}, "notime": null, "date-ut": "1844-03-06 02:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Schmitt"}, "birth": {"tzo": "+00:28:16", "date": "1844-03-06 03:03:32", "place": {"c2": "57", "cy": "FR", "lg": 7.06747, "lat": 49.10995, "name": "Sarreguemines", "geoid": 2975964}, "date-ut": "1844-03-06 02:35:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-949"}, "ids-in-sources": {"a3": "949"}}, "raw": {"H": "2", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "6", "LAT": "49N 7", "LON": "6E11", "MON": "3", "NUM": "949", "PRO": "M", "SEC": "16", "YEA": "1844", "CITY": "SARREGUEMINES"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6667	segretain-come-1826-02-16	{"a3": "951"}	{"lerrcp": "A3-951"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Come", "family": "Segretain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:50", "date": "1826-02-16 10:00", "note": null, "place": {"c1": null, "c2": "79", "c3": null, "cy": "FR", "lg": -0.45877, "lat": 46.32313, "name": "Niort", "geoid": 2990355}, "notime": null, "date-ut": "1826-02-16 10:01:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Come", "family": "Segretain"}, "birth": {"tzo": "-00:01:50", "date": "1826-02-16 10:00", "place": {"c2": "79", "cy": "FR", "lg": -0.45877, "lat": 46.32313, "name": "Niort", "geoid": 2990355}, "date-ut": "1826-02-16 10:01:48"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-951"}, "ids-in-sources": {"a3": "951"}}, "raw": {"H": "10", "MN": "1", "TZ": "0", "COD": "79", "COU": "F", "DAY": "16", "LAT": "46N19", "LON": "0W27", "MON": "2", "NUM": "951", "PRO": "M", "SEC": "48", "YEA": "1826", "CITY": "NIORT"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6668	senes-victor-1857-05-31	{"a3": "952"}	{"lerrcp": "A3-952"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Senes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:43", "date": "1857-05-31 06:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1857-05-31 05:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Senes"}, "birth": {"tzo": "+00:23:43", "date": "1857-05-31 06:00", "place": {"c2": "83", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1857-05-31 05:34:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-952"}, "ids-in-sources": {"a3": "952"}}, "raw": {"H": "5", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "31", "LAT": "43N32", "LON": "6E28", "MON": "5", "NUM": "952", "PRO": "M", "SEC": "8", "YEA": "1857", "CITY": "TOULON"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6672	sicre-bertrand-1830-09-06	{"a3": "956"}	{"lerrcp": "A3-956"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bertrand", "family": "Sicre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:02", "date": "1830-09-06 04:00", "note": null, "place": {"c1": null, "c2": "09", "c3": null, "cy": "FR", "lg": 1.75635, "lat": 42.93523, "name": "Roquefixade", "geoid": 2982865}, "notime": null, "date-ut": "1830-09-06 03:53:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Bertrand", "family": "Sicre"}, "birth": {"tzo": "+00:07:02", "date": "1830-09-06 04:00", "place": {"c2": "09", "cy": "FR", "lg": 1.75635, "lat": 42.93523, "name": "Roquefixade", "geoid": 2982865}, "date-ut": "1830-09-06 03:53:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-956"}, "ids-in-sources": {"a3": "956"}}, "raw": {"H": "3", "MN": "53", "TZ": "0", "COD": "09", "COU": "F", "DAY": "6", "LAT": "42N58", "LON": "1E35", "MON": "9", "NUM": "956", "PRO": "M", "SEC": "40", "YEA": "1830", "CITY": "ROQUEFIXADE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6670	serot-almeras-latour-augustin-1868-05-12	{"a3": "954", "g55": "04-550"}	{"g55": "04-550", "lerrcp": "A3-954"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Augustin", "family": "Serot-almeras-latour", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:28", "date": "1868-05-12 16:30", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.3674, "lat": 49.50979, "name": "Rethel", "geoid": 2983891}, "notime": null, "date-ut": "1868-05-12 16:11:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-954"}, "birth": {"tzo": "+00:17:28", "date": "1868-05-12 16:30", "place": {"c2": "08", "cy": "FR", "lg": 4.3674, "lat": 49.50979, "name": "Rethel", "geoid": 2983891}, "date-ut": "1868-05-12 16:11:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-954"}, "ids-in-sources": {"a3": "954"}}, "raw": {"H": "16", "MN": "11", "TZ": "0", "COD": "08", "COU": "F", "DAY": "12", "LAT": "49N46", "LON": "4E44", "MON": "5", "NUM": "954", "PRO": "M", "SEC": "4", "YEA": "1868", "CITY": "RETHEL"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Augustin", "family": "Serot-almeras-latour", "nobility": ""}, "slug": "serot-almeras-latour-augustin-1868-05-12", "partial-ids": {"g55": "04-550"}, "ids-in-source": {"g55": "04-550"}}, "raw": {"DAY": "12-5-1868", "HOUR": "16 h. 30", "NAME": "SEROT-ALMERAS-LATOUR Augustin", "PLACE": "Rethel (Ardennes)."}, "date": "2023-08-20T14:48:32+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6673	simon-andre-1868-05-21	{"a3": "957", "g55": "04-552"}	{"g55": "04-552", "lerrcp": "A3-957"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Simon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:19", "date": "1868-05-21 17:00", "note": null, "place": {"c1": null, "c2": "41", "c3": null, "cy": "FR", "lg": 1.32912, "lat": 47.59432, "name": "Blois", "geoid": 3032213}, "notime": null, "date-ut": "1868-05-21 16:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Simon"}, "birth": {"tzo": "+00:05:19", "date": "1868-05-21 17:00", "place": {"c2": "41", "cy": "FR", "lg": 1.32912, "lat": 47.59432, "name": "Blois", "geoid": 3032213}, "date-ut": "1868-05-21 16:54:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-957"}, "ids-in-sources": {"a3": "957"}}, "raw": {"H": "16", "MN": "54", "TZ": "0", "COD": "41", "COU": "F", "DAY": "21", "LAT": "47N35", "LON": "1E20", "MON": "5", "NUM": "957", "PRO": "M", "SEC": "40", "YEA": "1868", "CITY": "BLOIS"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-552"}, "ids-in-source": {"g55": "04-552"}}, "raw": {"DAY": "21-5-1868", "HOUR": "17 h.", "NAME": "SIMON André", "PLACE": "Blois (Loir-et-Cher)."}, "date": "2023-08-20T14:48:32+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6678	soudee-francois-1834-03-12	{"a3": "962"}	{"lerrcp": "A3-962"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Soudee", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:48", "date": "1834-03-12 17:00", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": 0.7, "lat": 47.4, "name": "Saint-Jean-Saint-Germ", "geoid": 0}, "notime": null, "date-ut": "1834-03-12 16:57:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Soudee"}, "birth": {"tzo": "+00:02:48", "date": "1834-03-12 17:00", "place": {"c2": "37", "cy": "FR", "lg": 0.7, "lat": 47.4, "name": "Saint-Jean-Saint-Germ", "geoid": 0}, "date-ut": "1834-03-12 16:57:12"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-962"}, "ids-in-sources": {"a3": "962"}}, "raw": {"H": "16", "MN": "57", "TZ": "0", "COD": "37", "COU": "F", "DAY": "12", "LAT": "47N24", "LON": "0E42", "MON": "3", "NUM": "962", "PRO": "M", "SEC": "12", "YEA": "1834", "CITY": "ST-JEAN-ST-GERM"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6677	sorel-francois-1876-07-07	{"a3": "961", "g55": "04-555"}	{"g55": "04-555", "lerrcp": "A3-961"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Sorel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:37", "date": "1876-07-07 11:00", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.15481, "lat": 49.30324, "name": "Pont-de-l'Arche", "geoid": 2986249}, "notime": null, "date-ut": "1876-07-07 10:55:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Sorel"}, "birth": {"tzo": "+00:04:37", "date": "1876-07-07 11:00", "place": {"c2": "27", "cy": "FR", "lg": 1.15481, "lat": 49.30324, "name": "Pont-de-l'Arche", "geoid": 2986249}, "date-ut": "1876-07-07 10:55:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-961"}, "ids-in-sources": {"a3": "961"}}, "raw": {"H": "10", "MN": "55", "TZ": "0", "COD": "27", "COU": "F", "DAY": "7", "LAT": "49N 1", "LON": "1E11", "MON": "7", "NUM": "961", "PRO": "M", "SEC": "16", "YEA": "1876", "CITY": "PONT-DE-L'ARCHE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-555"}, "ids-in-source": {"g55": "04-555"}}, "raw": {"DAY": "7-7-1876", "HOUR": "11 h.", "NAME": "SOREL Francois", "PLACE": "Pont-de-l’Arche (Eure)."}, "date": "2023-08-20T14:48:32+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6679	soulie-justin-1846-06-19	{"a3": "963"}	{"lerrcp": "A3-963"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Justin", "family": "Soulie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:16", "date": "1846-06-19 04:00", "note": null, "place": {"c1": null, "c2": "12", "c3": null, "cy": "FR", "lg": 2.56667, "lat": 44.35, "name": "Balaguier", "geoid": 0}, "notime": null, "date-ut": "1846-06-19 03:49:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Justin", "family": "Soulie"}, "birth": {"tzo": "+00:10:16", "date": "1846-06-19 04:00", "place": {"c2": "12", "cy": "FR", "lg": 2.56667, "lat": 44.35, "name": "Balaguier", "geoid": 0}, "date-ut": "1846-06-19 03:49:44"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-963"}, "ids-in-sources": {"a3": "963"}}, "raw": {"H": "3", "MN": "49", "TZ": "0", "COD": "12", "COU": "F", "DAY": "19", "LAT": "44N21", "LON": "2E34", "MON": "6", "NUM": "963", "PRO": "M", "SEC": "44", "YEA": "1846", "CITY": "BALAGUIER"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6682	tatin-claude-1834-10-01	{"a3": "966"}	{"lerrcp": "A3-966"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Tatin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:52", "date": "1834-10-01 06:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Monestier-de-Cl", "geoid": 0}, "notime": null, "date-ut": "1834-10-01 05:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Tatin"}, "birth": {"tzo": "+00:22:52", "date": "1834-10-01 06:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Monestier-de-Cl", "geoid": 0}, "date-ut": "1834-10-01 05:37:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-966"}, "ids-in-sources": {"a3": "966"}}, "raw": {"H": "5", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "1", "LAT": "45N11", "LON": "5E43", "MON": "10", "NUM": "966", "PRO": "M", "SEC": "8", "YEA": "1834", "CITY": "MONESTIER-DE-CL"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6683	taufflieb-emile-1857-05-22	{"a3": "967", "g55": "04-558"}	{"g55": "04-558", "lerrcp": "A3-967"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Taufflieb", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1857-05-22 11:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1857-05-22 10:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Taufflieb"}, "birth": {"tzo": "+00:30:59", "date": "1857-05-22 11:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1857-05-22 10:29"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-967"}, "ids-in-sources": {"a3": "967"}}, "raw": {"H": "10", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "22", "LAT": "48N35", "LON": "7E45", "MON": "5", "NUM": "967", "PRO": "M", "SEC": "0", "YEA": "1857", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-558"}, "ids-in-source": {"g55": "04-558"}}, "raw": {"DAY": "22-5-1857", "HOUR": "11 h.", "NAME": "TAUFFLIEB Emile Adolphe", "PLACE": "Strasbourg: (Bas-Rhin)."}, "date": "2023-08-20T14:48:32+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6685	terquem-felix-1839-04-28	{"a3": "969"}	{"lerrcp": "A3-969"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Terquem", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1839-04-28 13:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1839-04-28 12:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Terquem"}, "birth": {"tzo": "+00:09:24", "date": "1839-04-28 13:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1839-04-28 12:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-969"}, "ids-in-sources": {"a3": "969"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "28", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "969", "PRO": "M", "SEC": "40", "YEA": "1839", "CITY": "PARIS"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6686	tessier-veinnois-marie-1851-12-28	{"a3": "970"}	{"lerrcp": "A3-970"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Tessier-Veinnois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1851-12-28 23:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1851-12-28 22:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Tessier-Veinnois"}, "birth": {"tzo": "+00:30:59", "date": "1851-12-28 23:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1851-12-28 22:29"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-970"}, "ids-in-sources": {"a3": "970"}}, "raw": {"H": "22", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "28", "LAT": "48N35", "LON": "7E45", "MON": "12", "NUM": "970", "PRO": "M", "SEC": "0", "YEA": "1851", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6688	thiroux-jules-1833-04-19	{"a3": "972"}	{"lerrcp": "A3-972"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Thiroux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:16", "date": "1833-04-19 19:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.06814, "lat": 48.79865, "name": "Saint-Cyr-l'École", "geoid": 2980942}, "notime": null, "date-ut": "1833-04-19 18:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Thiroux"}, "birth": {"tzo": "+00:08:16", "date": "1833-04-19 19:00", "place": {"c2": "78", "cy": "FR", "lg": 2.06814, "lat": 48.79865, "name": "Saint-Cyr-l'École", "geoid": 2980942}, "date-ut": "1833-04-19 18:51:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-972"}, "ids-in-sources": {"a3": "972"}}, "raw": {"H": "18", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "19", "LAT": "48N50", "LON": "2E 8", "MON": "4", "NUM": "972", "PRO": "M", "SEC": "28", "YEA": "1833", "CITY": "ST-CYR-L'ECOLE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6691	thomassin-jean-1840-04-09	{"a3": "975"}	{"lerrcp": "A3-975"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Thomassin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:28", "date": "1840-04-09 23:00", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.36835, "lat": 49.52096, "name": "Montmédy", "geoid": 2992260}, "notime": null, "date-ut": "1840-04-09 22:39:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Thomassin"}, "birth": {"tzo": "+00:21:28", "date": "1840-04-09 23:00", "place": {"c2": "55", "cy": "FR", "lg": 5.36835, "lat": 49.52096, "name": "Montmédy", "geoid": 2992260}, "date-ut": "1840-04-09 22:39:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-975"}, "ids-in-sources": {"a3": "975"}}, "raw": {"H": "22", "MN": "39", "TZ": "0", "COD": "55", "COU": "F", "DAY": "9", "LAT": "48N46", "LON": "5E10", "MON": "4", "NUM": "975", "PRO": "M", "SEC": "20", "YEA": "1840", "CITY": "MONTMEDY"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6692	thomasson-emile-1862-11-19	{"a3": "976", "g55": "04-562"}	{"g55": "04-562", "lerrcp": "A3-976"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Thomasson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:37", "date": "1862-11-19 19:40", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": 0.15345, "lat": 45.64997, "name": "Angoulême", "geoid": 3037598}, "notime": null, "date-ut": "1862-11-19 19:39:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Thomasson"}, "birth": {"tzo": "+00:00:37", "date": "1862-11-19 19:40", "place": {"c2": "16", "cy": "FR", "lg": 0.15345, "lat": 45.64997, "name": "Angoulême", "geoid": 3037598}, "date-ut": "1862-11-19 19:39:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-976"}, "ids-in-sources": {"a3": "976"}}, "raw": {"H": "19", "MN": "39", "TZ": "0", "COD": "16", "COU": "F", "DAY": "19", "LAT": "45N39", "LON": "0E10", "MON": "11", "NUM": "976", "PRO": "M", "SEC": "20", "YEA": "1862", "CITY": "ANGOULEME"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-562"}, "ids-in-source": {"g55": "04-562"}}, "raw": {"DAY": "19-11-1862", "HOUR": "19 h. 40", "NAME": "THOMASSON (de) Emile Raoul", "PLACE": "Angoulême (Ch.)."}, "date": "2023-08-20T14:48:32+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6694	thouvenin-nicolas-1851-02-05	{"a3": "978"}	{"lerrcp": "A3-978"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicolas", "family": "Thouvenin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1851-02-05 03:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Conde Northeu", "geoid": 0}, "notime": null, "date-ut": "1851-02-05 02:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Nicolas", "family": "Thouvenin"}, "birth": {"tzo": "+00:24:44", "date": "1851-02-05 03:00", "place": {"c2": "57", "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Conde Northeu", "geoid": 0}, "date-ut": "1851-02-05 02:35:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-978"}, "ids-in-sources": {"a3": "978"}}, "raw": {"H": "2", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "5", "LAT": "49N 7", "LON": "6E11", "MON": "2", "NUM": "978", "PRO": "M", "SEC": "16", "YEA": "1851", "CITY": "CONDE NORTHEU"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
11769	esquier-leon-1871-04-17	{"a5": "298"}	{"lerrcp": "A5-298"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Esquier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "ALGER", "geoid": 0}, "notime": null, "date-ut": "1871-04-17 19:48:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Esquier"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "ALGER", "geoid": 0}, "date-ut": "1871-04-17 19:48:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-298"}, "ids-in-sources": {"a5": "298"}}, "raw": {"H": "19", "MN": "48", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "17", "LAT": "36N47", "LON": "3E 0", "MON": "4", "NUM": "298", "PRO": "A", "SEC": "0", "YEA": "1871", "CITY": "ALGER"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
6695	tinan-camille-1864-09-16	{"a3": "980", "g55": "04-565"}	{"g55": "04-565", "lerrcp": "A3-980"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Tinan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:26", "date": "1864-09-16 10:56:06", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1864-09-16 10:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Tinan"}, "birth": {"tzo": "+00:00:26", "date": "1864-09-16 10:56:06", "place": {"c2": "76", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1864-09-16 10:55:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-980"}, "ids-in-sources": {"a3": "980"}}, "raw": {"H": "10", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "16", "LAT": "49N26", "LON": "1E 5", "MON": "9", "NUM": "980", "PRO": "M", "SEC": "40", "YEA": "1864", "CITY": "LE HAVRE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-565"}, "ids-in-source": {"g55": "04-565"}}, "raw": {"DAY": "16-9-1864", "HOUR": "11 h.", "NAME": "TINAN (Pochet-Lebarbier de) Cam.", "PLACE": "Le Havre (S.I.)."}, "date": "2023-08-20T14:48:33+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6698	gauquelin-a3-983-1844-06-14	{"a3": "983"}	{"lerrcp": "A3-983"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-983", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1844-06-14 14:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1844-06-14 13:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-983"}, "birth": {"tzo": "+00:08:32", "date": "1844-06-14 14:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1844-06-14 13:51:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-983"}, "ids-in-sources": {"a3": "983"}}, "raw": {"H": "13", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "14", "LAT": "48N50", "LON": "2E 8", "MON": "6", "NUM": "983", "PRO": "M", "SEC": "28", "YEA": "1844", "CITY": "VERSAILLES"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6699	touchard-philippe-1810-07-21	{"a3": "984"}	{"lerrcp": "A3-984"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Touchard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1810-07-21 12:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1810-07-21 11:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Touchard"}, "birth": {"tzo": "+00:08:32", "date": "1810-07-21 12:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1810-07-21 11:51:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-984"}, "ids-in-sources": {"a3": "984"}}, "raw": {"H": "11", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "21", "LAT": "48N50", "LON": "2E 8", "MON": "7", "NUM": "984", "PRO": "M", "SEC": "28", "YEA": "1810", "CITY": "VERSAILLES"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6697	torquebiau-pierre-1916-05-01	{"a3": "982", "g55": "04-673"}	{"g55": "04-673", "lerrcp": "A3-982"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Torquebiau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-05-01 08:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1916-05-01 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Torquebiau"}, "birth": {"tzo": "+00:00", "date": "1916-05-01 08:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1916-05-01 08:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-982"}, "ids-in-sources": {"a3": "982"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "34", "COU": "F", "DAY": "1", "LAT": "43N37", "LON": "3E53", "MON": "5", "NUM": "982", "PRO": "M", "SEC": "0", "YEA": "1916", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-673"}, "ids-in-source": {"g55": "04-673"}}, "raw": {"DAY": "1-5-1916", "HOUR": "8 h.", "NAME": "TORQUEBIAU Pierre", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:48:35+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6702	trinite-schillemans-andre-1890-11-29	{"a3": "987"}	{"lerrcp": "A3-987"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Trinite-Schillemans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:35", "date": "1890-11-29 00:55", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.64512, "lat": 44.84247, "name": "Mérignac", "geoid": 2994393}, "notime": null, "date-ut": "1890-11-29 00:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Trinite-Schillemans"}, "birth": {"tzo": "-00:02:35", "date": "1890-11-29 00:55", "place": {"c2": "33", "cy": "FR", "lg": -0.64512, "lat": 44.84247, "name": "Mérignac", "geoid": 2994393}, "date-ut": "1890-11-29 00:57:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-987"}, "ids-in-sources": {"a3": "987"}}, "raw": {"H": "0", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "29", "LAT": "44N50", "LON": "0W34", "MON": "11", "NUM": "987", "PRO": "M", "SEC": "36", "YEA": "1890", "CITY": "MERIGNAC"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6705	truc-joseph-1843-01-24	{"a3": "990"}	{"lerrcp": "A3-990"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Truc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:58", "date": "1843-01-24 11:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.99125, "lat": 44.3849, "name": "Valréas", "geoid": 2970838}, "notime": null, "date-ut": "1843-01-24 10:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Truc"}, "birth": {"tzo": "+00:19:58", "date": "1843-01-24 11:00", "place": {"c2": "84", "cy": "FR", "lg": 4.99125, "lat": 44.3849, "name": "Valréas", "geoid": 2970838}, "date-ut": "1843-01-24 10:40:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-990"}, "ids-in-sources": {"a3": "990"}}, "raw": {"H": "10", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "24", "LAT": "43N57", "LON": "4E50", "MON": "1", "NUM": "990", "PRO": "M", "SEC": "40", "YEA": "1843", "CITY": "VALREAS"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6706	truche-louis-1834-10-17	{"a3": "991"}	{"lerrcp": "A3-991"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Truche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:08", "date": "1834-10-17 22:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.03333, "lat": 47.25, "name": "Mouthiers-Hte-P", "geoid": 0}, "notime": null, "date-ut": "1834-10-17 21:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Truche"}, "birth": {"tzo": "+00:24:08", "date": "1834-10-17 22:00", "place": {"c2": "25", "cy": "FR", "lg": 6.03333, "lat": 47.25, "name": "Mouthiers-Hte-P", "geoid": 0}, "date-ut": "1834-10-17 21:35:52"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-991"}, "ids-in-sources": {"a3": "991"}}, "raw": {"H": "21", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "17", "LAT": "47N15", "LON": "6E 2", "MON": "10", "NUM": "991", "PRO": "M", "SEC": "52", "YEA": "1834", "CITY": "MOUTHIERS-HTE-P"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6708	turlotte-augustin-1831-04-27	{"a3": "993"}	{"lerrcp": "A3-993"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Augustin", "family": "Turlotte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:50", "date": "1831-04-27 08:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.45902, "lat": 50.62328, "name": "Isbergues", "geoid": 3012725}, "notime": null, "date-ut": "1831-04-27 07:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Augustin", "family": "Turlotte"}, "birth": {"tzo": "+00:09:50", "date": "1831-04-27 08:00", "place": {"c2": "62", "cy": "FR", "lg": 2.45902, "lat": 50.62328, "name": "Isbergues", "geoid": 3012725}, "date-ut": "1831-04-27 07:48:56"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-993"}, "ids-in-sources": {"a3": "993"}}, "raw": {"H": "7", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "27", "LAT": "50N18", "LON": "2E46", "MON": "4", "NUM": "993", "PRO": "M", "SEC": "56", "YEA": "1831", "CITY": "ISBERGUES"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6711	gauquelin-a3-996-1834-03-16	{"a3": "996"}	{"lerrcp": "A3-996"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-996", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:08", "date": "1834-03-16 02:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Aubigny-les-Som", "geoid": 0}, "notime": null, "date-ut": "1834-03-16 01:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-996"}, "birth": {"tzo": "+00:20:08", "date": "1834-03-16 02:00", "place": {"c2": "21", "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Aubigny-les-Som", "geoid": 0}, "date-ut": "1834-03-16 01:39:52"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-996"}, "ids-in-sources": {"a3": "996"}}, "raw": {"H": "1", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "16", "LAT": "47N19", "LON": "5E 2", "MON": "3", "NUM": "996", "PRO": "M", "SEC": "52", "YEA": "1834", "CITY": "AUBIGNY-LES-SOM"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6710	urbal-courtois-d-victor-l-1858-11-15	{"a3": "995", "g55": "04-572"}	{"g55": "04-572", "lerrcp": "A3-995"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Courtois d’) Victor L.", "family": "Urbal", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:28:16", "date": "1858-11-15 07:50", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 7.06747, "lat": 49.10995, "name": "Sarreguemines", "geoid": 2975964}, "notime": null, "date-ut": "1858-11-15 07:20:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-995"}, "birth": {"tzo": "+00:28:16", "date": "1858-11-15 07:50", "place": {"c2": "57", "cy": "FR", "lg": 7.06747, "lat": 49.10995, "name": "Sarreguemines", "geoid": 2975964}, "date-ut": "1858-11-15 07:20:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-995"}, "ids-in-sources": {"a3": "995"}}, "raw": {"H": "7", "MN": "20", "TZ": "0", "COD": "57", "COU": "F", "DAY": "15", "LAT": "49N 7", "LON": "6E11", "MON": "11", "NUM": "995", "PRO": "M", "SEC": "16", "YEA": "1858", "CITY": "SARREGUEMINES"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "(Courtois d’) Victor L.", "family": "Urbal", "nobility": ""}, "slug": "urbal-courtois-d-victor-l-1858-11-15", "partial-ids": {"g55": "04-572"}, "ids-in-source": {"g55": "04-572"}}, "raw": {"DAY": "15-11-1858", "HOUR": "7 h. 45", "NAME": "URBAL (Courtois d’) Victor L.", "PLACE": "Sarreguemines (M.)."}, "date": "2023-08-20T14:48:33+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6714	gauquelin-a3-999-1899-05-15	{"a3": "999"}	{"lerrcp": "A3-999"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-999", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-05-15 01:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.38333, "lat": 45.43333, "name": "Rive-de-Giers", "geoid": 0}, "notime": null, "date-ut": "1899-05-15 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-999"}, "birth": {"tzo": "+00:09:21", "date": "1899-05-15 01:00", "place": {"c2": "42", "cy": "FR", "lg": 4.38333, "lat": 45.43333, "name": "Rive-de-Giers", "geoid": 0}, "date-ut": "1899-05-15 00:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-999"}, "ids-in-sources": {"a3": "999"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "42", "COU": "F", "DAY": "15", "LAT": "45N26", "LON": "4E23", "MON": "5", "NUM": "999", "PRO": "M", "SEC": "40", "YEA": "1899", "CITY": "RIVE-DE-GIERS"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6713	valentin-joseph-1863-01-31	{"a3": "998", "g55": "04-574"}	{"g55": "04-574", "lerrcp": "A3-998"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Valentin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:47", "date": "1863-01-31 10:56:15", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 2.94655, "lat": 43.42207, "name": "Saint-Chinian", "geoid": 2981183}, "notime": null, "date-ut": "1863-01-31 10:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-998"}, "birth": {"tzo": "+00:11:47", "date": "1863-01-31 10:56:15", "place": {"c2": "34", "cy": "FR", "lg": 2.94655, "lat": 43.42207, "name": "Saint-Chinian", "geoid": 2981183}, "date-ut": "1863-01-31 10:44:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-998"}, "ids-in-sources": {"a3": "998"}}, "raw": {"H": "10", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "31", "LAT": "43N37", "LON": "3E53", "MON": "1", "NUM": "998", "PRO": "M", "SEC": "28", "YEA": "1863", "CITY": "ST-CHINIAN"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Joseph", "family": "Valentin", "nobility": ""}, "slug": "valentin-joseph-1863-01-31", "partial-ids": {"g55": "04-574"}, "ids-in-source": {"g55": "04-574"}}, "raw": {"DAY": "31-1-1863", "HOUR": "11 h.", "NAME": "VALENTIN Joseph", "PLACE": "Saint-Chinian (Hérault)."}, "date": "2023-08-20T14:48:33+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6716	vaulgrenant-albert-1872-04-08	{"a3": "1001", "g55": "04-576"}	{"g55": "04-576", "lerrcp": "A3-1001"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Vaulgrenant", "spouse": [], "nobility": "de", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1872-04-08 13:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1872-04-08 12:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1001"}, "birth": {"tzo": "+00:08:32", "date": "1872-04-08 13:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1872-04-08 12:51:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1001"}, "ids-in-sources": {"a3": "1001"}}, "raw": {"H": "12", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "8", "LAT": "48N50", "LON": "2E 8", "MON": "4", "NUM": "1001", "PRO": "M", "SEC": "28", "YEA": "1872", "CITY": "VERSAILLES"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Albert", "family": "Vaulgrenant", "nobility": "de"}, "slug": "vaulgrenant-albert-1872-04-08", "partial-ids": {"g55": "04-576"}, "ids-in-source": {"g55": "04-576"}}, "raw": {"DAY": "8-4-1872", "HOUR": "13 h.", "NAME": "VAULGRENANT (de) Albert", "PLACE": "Versailles (Seine-et-Oise)."}, "date": "2023-08-20T14:48:33+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6717	gauquelin-a3-1002-1842-06-12	{"a3": "1002"}	{"lerrcp": "A3-1002"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1002", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:48", "date": "1842-06-12 17:30", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.19817, "lat": 44.26059, "name": "Saint-Ambroix", "geoid": 2981810}, "notime": null, "date-ut": "1842-06-12 17:12:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1002"}, "birth": {"tzo": "+00:16:48", "date": "1842-06-12 17:30", "place": {"c2": "30", "cy": "FR", "lg": 4.19817, "lat": 44.26059, "name": "Saint-Ambroix", "geoid": 2981810}, "date-ut": "1842-06-12 17:12:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1002"}, "ids-in-sources": {"a3": "1002"}}, "raw": {"H": "17", "MN": "12", "TZ": "0", "COD": "30", "COU": "F", "DAY": "12", "LAT": "43N51", "LON": "4E21", "MON": "6", "NUM": "1002", "PRO": "M", "SEC": "36", "YEA": "1842", "CITY": "ST-AMBROIX"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6719	vedrines-jules-1881-12-29	{"a3": "1004", "g55": "04-578"}	{"g55": "04-578", "lerrcp": "A3-1004"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Vedrines", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:25", "date": "1881-12-29 10:00", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.35387, "lat": 48.93564, "name": "Saint-Denis", "geoid": 2980916}, "notime": null, "date-ut": "1881-12-29 09:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1004"}, "birth": {"tzo": "+00:09:25", "date": "1881-12-29 10:00", "place": {"c2": "93", "cy": "FR", "lg": 2.35387, "lat": 48.93564, "name": "Saint-Denis", "geoid": 2980916}, "date-ut": "1881-12-29 09:50"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1004"}, "ids-in-sources": {"a3": "1004"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "93", "COU": "F", "DAY": "29", "LAT": "48N55", "LON": "2E30", "MON": "12", "NUM": "1004", "PRO": "M", "SEC": "0", "YEA": "1881", "CITY": "ST-DENIS"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Jules", "family": "Vedrines", "nobility": ""}, "slug": "vedrines-jules-1881-12-29", "partial-ids": {"g55": "04-578"}, "ids-in-source": {"g55": "04-578"}}, "raw": {"DAY": "29-12-1881", "HOUR": "10 h.", "NAME": "VEDRINES Jules", "PLACE": "Saint-Denis (Seine)."}, "date": "2023-08-20T14:48:33+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6721	vergnette-de-lamotte-1877-09-17	{"a3": "1006", "g55": "04-580"}	{"g55": "04-580", "lerrcp": "A3-1006"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "de LAMOTTE", "family": "Vergnette", "spouse": [], "nobility": "de", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1877-09-17 05:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1877-09-17 04:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1006"}, "birth": {"tzo": "+00:15:30", "date": "1877-09-17 05:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1877-09-17 04:44:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1006"}, "ids-in-sources": {"a3": "1006"}}, "raw": {"H": "4", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "17", "LAT": "43N37", "LON": "3E53", "MON": "9", "NUM": "1006", "PRO": "M", "SEC": "28", "YEA": "1877", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "de LAMOTTE", "family": "Vergnette", "nobility": "de"}, "slug": "vergnette-de-lamotte-1877-09-17", "partial-ids": {"g55": "04-580"}, "ids-in-source": {"g55": "04-580"}}, "raw": {"DAY": "17-9-1877", "HOUR": "5 h.", "NAME": "VERGNETTE de LAMOTTE (de)", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:48:33+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6722	gauquelin-a3-1007-1826-07-22	{"a3": "1007"}	{"lerrcp": "A3-1007"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1007", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:20", "date": "1826-07-22 10:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "Bar-le-Duc", "geoid": 0}, "notime": null, "date-ut": "1826-07-22 09:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1007"}, "birth": {"tzo": "+00:16:20", "date": "1826-07-22 10:00", "place": {"c2": "10", "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "Bar-le-Duc", "geoid": 0}, "date-ut": "1826-07-22 09:43:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1007"}, "ids-in-sources": {"a3": "1007"}}, "raw": {"H": "9", "MN": "43", "TZ": "0", "COD": "10", "COU": "F", "DAY": "22", "LAT": "48N18", "LON": "4E 5", "MON": "7", "NUM": "1007", "PRO": "M", "SEC": "40", "YEA": "1826", "CITY": "BAR-LE-DUC"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6723	gauquelin-a3-1008-1865-04-16	{"a3": "1008"}	{"lerrcp": "A3-1008"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1008", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:38", "date": "1865-04-16 07:00", "note": null, "place": {"c1": null, "c2": "73", "c3": null, "cy": "FR", "lg": 5.90863, "lat": 45.69173, "name": "Aix-les-Bains", "geoid": 3038350}, "notime": null, "date-ut": "1865-04-16 06:36:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1008"}, "birth": {"tzo": "+00:23:38", "date": "1865-04-16 07:00", "place": {"c2": "73", "cy": "FR", "lg": 5.90863, "lat": 45.69173, "name": "Aix-les-Bains", "geoid": 3038350}, "date-ut": "1865-04-16 06:36:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1008"}, "ids-in-sources": {"a3": "1008"}}, "raw": {"H": "6", "MN": "36", "TZ": "0", "COD": "73", "COU": "F", "DAY": "16", "LAT": "45N34", "LON": "5E55", "MON": "4", "NUM": "1008", "PRO": "M", "SEC": "20", "YEA": "1865", "CITY": "AIX-LES-BAINS"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6726	gauquelin-a3-1011-1834-07-24	{"a3": "1011"}	{"lerrcp": "A3-1011"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1011", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:58", "date": "1834-07-24 08:00", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 2.24088, "lat": 43.60527, "name": "Castres", "geoid": 3028263}, "notime": null, "date-ut": "1834-07-24 07:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1011"}, "birth": {"tzo": "+00:08:58", "date": "1834-07-24 08:00", "place": {"c2": "81", "cy": "FR", "lg": 2.24088, "lat": 43.60527, "name": "Castres", "geoid": 3028263}, "date-ut": "1834-07-24 07:51:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1011"}, "ids-in-sources": {"a3": "1011"}}, "raw": {"H": "7", "MN": "51", "TZ": "0", "COD": "81", "COU": "F", "DAY": "24", "LAT": "43N55", "LON": "2E 8", "MON": "7", "NUM": "1011", "PRO": "M", "SEC": "28", "YEA": "1834", "CITY": "CASTRES"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6727	gauquelin-a3-1012-1847-08-17	{"a3": "1012"}	{"lerrcp": "A3-1012"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1012", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:44", "date": "1847-08-17 14:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.43333, "lat": 43.61667, "name": "Briquemont", "geoid": 0}, "notime": null, "date-ut": "1847-08-17 13:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1012"}, "birth": {"tzo": "+00:05:44", "date": "1847-08-17 14:00", "place": {"c2": "31", "cy": "FR", "lg": 1.43333, "lat": 43.61667, "name": "Briquemont", "geoid": 0}, "date-ut": "1847-08-17 13:54:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1012"}, "ids-in-sources": {"a3": "1012"}}, "raw": {"H": "13", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "17", "LAT": "43N37", "LON": "1E26", "MON": "8", "NUM": "1012", "PRO": "M", "SEC": "16", "YEA": "1847", "CITY": "BRIQUEMONT"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6729	gauquelin-a3-1014-1833-11-01	{"a3": "1014"}	{"lerrcp": "A3-1014"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1014", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:52", "date": "1833-11-01 01:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Monestier-de-Cl", "geoid": 0}, "notime": null, "date-ut": "1833-11-01 00:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1014"}, "birth": {"tzo": "+00:22:52", "date": "1833-11-01 01:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Monestier-de-Cl", "geoid": 0}, "date-ut": "1833-11-01 00:37:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1014"}, "ids-in-sources": {"a3": "1014"}}, "raw": {"H": "0", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "1", "LAT": "45N11", "LON": "5E43", "MON": "11", "NUM": "1014", "PRO": "M", "SEC": "8", "YEA": "1833", "CITY": "MONESTIER-DE-CL"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6730	gauquelin-a3-1015-1833-10-08	{"a3": "1015"}	{"lerrcp": "A3-1015"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1015", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:13", "date": "1833-10-08 14:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.30539, "lat": 45.35213, "name": "Brézins", "geoid": 3030148}, "notime": null, "date-ut": "1833-10-08 13:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1015"}, "birth": {"tzo": "+00:21:13", "date": "1833-10-08 14:00", "place": {"c2": "38", "cy": "FR", "lg": 5.30539, "lat": 45.35213, "name": "Brézins", "geoid": 3030148}, "date-ut": "1833-10-08 13:37:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1015"}, "ids-in-sources": {"a3": "1015"}}, "raw": {"H": "13", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "8", "LAT": "45N11", "LON": "5E43", "MON": "10", "NUM": "1015", "PRO": "M", "SEC": "8", "YEA": "1833", "CITY": "BREZINS"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6731	vincendon-joseph-1866-05-12	{"a3": "1016", "g55": "04-583"}	{"g55": "04-583", "lerrcp": "A3-1016"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Vincendon", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:41", "date": "1866-05-12 10:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1866-05-12 09:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1016"}, "birth": {"tzo": "+00:24:41", "date": "1866-05-12 10:00", "place": {"c2": "57", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1866-05-12 09:35:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1016"}, "ids-in-sources": {"a3": "1016"}}, "raw": {"H": "9", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "12", "LAT": "49N 7", "LON": "6E11", "MON": "5", "NUM": "1016", "PRO": "M", "SEC": "16", "YEA": "1866", "CITY": "METZ"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Joseph", "family": "Vincendon", "nobility": ""}, "slug": "vincendon-joseph-1866-05-12", "partial-ids": {"g55": "04-583"}, "ids-in-source": {"g55": "04-583"}}, "raw": {"DAY": "12-5-1866", "HOUR": "10 h.", "NAME": "VINCENDON Joseph", "PLACE": "Metz (Moselle)."}, "date": "2023-08-20T14:48:33+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6734	gauquelin-a3-1019-1869-05-01	{"a3": "1019"}	{"lerrcp": "A3-1019"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1019", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:04", "date": "1869-05-01 21:30", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1869-05-01 21:05:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1019"}, "birth": {"tzo": "+00:24:04", "date": "1869-05-01 21:30", "place": {"c2": "25", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1869-05-01 21:05:52"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1019"}, "ids-in-sources": {"a3": "1019"}}, "raw": {"H": "21", "MN": "5", "TZ": "0", "COD": "25", "COU": "F", "DAY": "1", "LAT": "47N15", "LON": "6E 2", "MON": "5", "NUM": "1019", "PRO": "M", "SEC": "52", "YEA": "1869", "CITY": "BESANCON"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6733	vinoy-joseph-1800-09-10	{"a3": "1018", "g55": "04-585"}	{"g55": "04-585", "lerrcp": "A3-1018"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Vinoy", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:52", "date": "1800-09-10 06:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Saint-Etienne-de-Saint-Geoirs", "geoid": 0}, "notime": null, "date-ut": "1800-09-10 05:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1018"}, "birth": {"tzo": "+00:22:52", "date": "1800-09-10 06:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Saint-Etienne-de-sur", "geoid": 0}, "date-ut": "1800-09-10 05:37:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1018"}, "ids-in-sources": {"a3": "1018"}}, "raw": {"H": "5", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "10", "LAT": "45N11", "LON": "5E43", "MON": "9", "NUM": "1018", "PRO": "M", "SEC": "8", "YEA": "1800", "CITY": "ST-ETIENNE-DE-S"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Joseph", "family": "Vinoy", "nobility": ""}, "slug": "vinoy-joseph-1800-09-10", "birth": {"place": {"name": "Saint-Etienne-de-Saint-Geoirs"}}, "partial-ids": {"g55": "04-585"}, "ids-in-source": {"g55": "04-585"}}, "raw": {"DAY": "10-9-1800", "HOUR": "6 h.", "NAME": "VINOY Joseph", "PLACE": "Saint-Etienne-de-Saint-Geoirs (Isère)."}, "date": "2023-08-20T14:48:33+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6736	viviez-pierre-jean-b-1877-08-06	{"a3": "1021", "g55": "04-587"}	{"g55": "04-587", "lerrcp": "A3-1021"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre Jean-B.", "family": "Viviez", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:25", "date": "1877-08-06 20:10", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "notime": null, "date-ut": "1877-08-06 20:11:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1021"}, "birth": {"tzo": "-00:01:25", "date": "1877-08-06 20:10", "place": {"c2": "64", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "date-ut": "1877-08-06 20:11:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1021"}, "ids-in-sources": {"a3": "1021"}}, "raw": {"H": "20", "MN": "11", "TZ": "0", "COD": "64", "COU": "F", "DAY": "6", "LAT": "43N18", "LON": "0W22", "MON": "8", "NUM": "1021", "PRO": "M", "SEC": "28", "YEA": "1877", "CITY": "PAU"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Pierre Jean-B.", "family": "Viviez", "nobility": ""}, "slug": "viviez-pierre-jean-b-1877-08-06", "partial-ids": {"g55": "04-587"}, "ids-in-source": {"g55": "04-587"}}, "raw": {"DAY": "6-8-1877", "HOUR": "20 h. 10", "NAME": "VIVIEZ Pierre Jean-B.", "PLACE": "Pau (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:33+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6737	gauquelin-a3-1022-1828-09-07	{"a3": "1022"}	{"lerrcp": "A3-1022"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1022", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:55", "date": "1828-09-07 02:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.48117, "lat": 48.82495, "name": "Bouxwiller", "geoid": 3030708}, "notime": null, "date-ut": "1828-09-07 01:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1022"}, "birth": {"tzo": "+00:29:55", "date": "1828-09-07 02:00", "place": {"c2": "67", "cy": "FR", "lg": 7.48117, "lat": 48.82495, "name": "Bouxwiller", "geoid": 3030708}, "date-ut": "1828-09-07 01:29"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1022"}, "ids-in-sources": {"a3": "1022"}}, "raw": {"H": "1", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "7", "LAT": "48N35", "LON": "7E45", "MON": "9", "NUM": "1022", "PRO": "M", "SEC": "0", "YEA": "1828", "CITY": "BOUXWILLER"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6739	voyron-emile-jean-fr-1838-08-05	{"a3": "1024", "g55": "04-589"}	{"g55": "04-589", "lerrcp": "A3-1024"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile Jean Fr.", "family": "Voyron", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:15", "date": "1838-08-05 15:00", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 5.0618, "lat": 44.52563, "name": "Dieulefit", "geoid": 3021397}, "notime": null, "date-ut": "1838-08-05 14:40:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1024"}, "birth": {"tzo": "+00:20:15", "date": "1838-08-05 15:00", "place": {"c2": "26", "cy": "FR", "lg": 5.0618, "lat": 44.52563, "name": "Dieulefit", "geoid": 3021397}, "date-ut": "1838-08-05 14:40:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1024"}, "ids-in-sources": {"a3": "1024"}}, "raw": {"H": "14", "MN": "40", "TZ": "0", "COD": "26", "COU": "F", "DAY": "5", "LAT": "44N56", "LON": "4E54", "MON": "8", "NUM": "1024", "PRO": "M", "SEC": "24", "YEA": "1838", "CITY": "DIEULEFIT"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Emile Jean Fr.", "family": "Voyron", "nobility": ""}, "slug": "voyron-emile-jean-fr-1838-08-05", "partial-ids": {"g55": "04-589"}, "ids-in-source": {"g55": "04-589"}}, "raw": {"DAY": "5-8-1838", "HOUR": "15 h.", "NAME": "VOYRON Emile Jean Fr.", "PLACE": "Dieulefit (Drôme)."}, "date": "2023-08-20T14:48:33+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6741	vuillemot-eugene-francois	{"a3": "1026", "g55": "04-591"}	{"g55": "04-591", "lerrcp": "A3-1026"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène Francois", "family": "Vuillemot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "Alger", "geoid": 0}, "notime": null, "date-ut": "1864-02-13 20:48:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1026"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "ALGER", "geoid": 0}, "date-ut": "1864-02-13 20:48:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1026"}, "ids-in-sources": {"a3": "1026"}}, "raw": {"H": "20", "MN": "48", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "13", "LAT": "36N47", "LON": "3E 0", "MON": "2", "NUM": "1026", "PRO": "M", "SEC": "0", "YEA": "1864", "CITY": "ALGER"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Eugène Francois", "family": "Vuillemot", "nobility": ""}, "slug": "vuillemot-eugene-francois", "birth": {"place": {"name": "Alger"}}, "partial-ids": {"g55": "04-591"}, "ids-in-source": {"g55": "04-591"}}, "raw": {"DAY": "13-2-1864", "HOUR": "21 h.", "NAME": "VUILLEMOT Eugène Francois", "PLACE": "Alger (Algérie)."}, "date": "2023-08-20T14:48:33+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6743	gauquelin-a3-1028-1838-03-17	{"a3": "1028"}	{"lerrcp": "A3-1028"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1028", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:24", "date": "1838-03-17 04:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "Lepuix de Girom", "geoid": 0}, "notime": null, "date-ut": "1838-03-17 03:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1028"}, "birth": {"tzo": "+00:29:24", "date": "1838-03-17 04:00", "place": {"c2": "68", "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "Lepuix de Girom", "geoid": 0}, "date-ut": "1838-03-17 03:30:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1028"}, "ids-in-sources": {"a3": "1028"}}, "raw": {"H": "3", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "17", "LAT": "48N 5", "LON": "7E21", "MON": "3", "NUM": "1028", "PRO": "M", "SEC": "36", "YEA": "1838", "CITY": "LEPUIX DE GIROM"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6745	wirbel-henri-1861-05-31	{"a3": "1030", "g55": "04-593"}	{"g55": "04-593", "lerrcp": "A3-1030"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Wirbel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:07", "date": "1861-05-31 09:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "notime": null, "date-ut": "1861-05-31 08:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1030"}, "birth": {"tzo": "+00:16:07", "date": "1861-05-31 09:00", "place": {"c2": "51", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "date-ut": "1861-05-31 08:42:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1030"}, "ids-in-sources": {"a3": "1030"}}, "raw": {"H": "8", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "31", "LAT": "48N57", "LON": "4E22", "MON": "5", "NUM": "1030", "PRO": "M", "SEC": "32", "YEA": "1861", "CITY": "REIMS"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Henri", "family": "Wirbel", "nobility": ""}, "slug": "wirbel-henri-1861-05-31", "partial-ids": {"g55": "04-593"}, "ids-in-source": {"g55": "04-593"}}, "raw": {"DAY": "31-5-1861", "HOUR": "9 h.", "NAME": "WIRBEL Henri", "PLACE": "Reims (Marne)."}, "date": "2023-08-20T14:48:33+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6746	wisdorff-bernard-1917-10-10	{"a3": "1031", "g55": "04-677"}	{"g55": "04-677", "lerrcp": "A3-1031"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Wisdorff", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1917-10-10 08:15", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1917-10-10 08:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1031"}, "birth": {"tzo": "+00:00", "date": "1917-10-10 08:15", "place": {"c2": "92", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1917-10-10 08:15"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1031"}, "ids-in-sources": {"a3": "1031"}}, "raw": {"H": "8", "MN": "15", "TZ": "0", "COD": "92", "COU": "F", "DAY": "10", "LAT": "48N50", "LON": "2E11", "MON": "10", "NUM": "1031", "PRO": "M", "SEC": "0", "YEA": "1917", "CITY": "NEUILLY-S/SEINE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Bernard", "family": "Wisdorff", "nobility": ""}, "slug": "wisdorff-bernard-1917-10-10", "partial-ids": {"g55": "04-677"}, "ids-in-source": {"g55": "04-677"}}, "raw": {"DAY": "10-10-1917", "HOUR": "8 h. 15", "NAME": "WISDORFF Bernard", "PLACE": "Neuilly-sur-Seine (Seine)."}, "date": "2023-08-20T14:48:35+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6748	gauquelin-a3-1033-1896-03-18	{"a3": "1033"}	{"lerrcp": "A3-1033"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1033", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1896-03-18 15:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1896-03-18 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1033"}, "birth": {"tzo": "+00:09:21", "date": "1896-03-18 15:00", "place": {"c2": "25", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1896-03-18 14:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1033"}, "ids-in-sources": {"a3": "1033"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "25", "COU": "F", "DAY": "18", "LAT": "47N15", "LON": "6E 2", "MON": "3", "NUM": "1033", "PRO": "M", "SEC": "40", "YEA": "1896", "CITY": "BESANCON"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6751	abate-luigi-1836-07-16	{"a3": "1036"}	{"lerrcp": "A3-1036"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Abate", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "IM", "c3": null, "cy": "IT", "lg": 8, "lat": 43.7, "name": "L AQUILA", "geoid": 0}, "notime": null, "date-ut": "1836-07-16 04:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Abate"}, "birth": {"place": {"c2": "IM", "cy": "IT", "lg": 8, "lat": 43.7, "name": "L AQUILA", "geoid": 0}, "date-ut": "1836-07-16 04:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1036"}, "ids-in-sources": {"a3": "1036"}}, "raw": {"H": "5", "MN": "28", "TZ": "-1", "COD": "IM", "COU": "I", "DAY": "16", "LAT": "43N42", "LON": "8E 0", "MON": "7", "NUM": "1036", "PRO": "M", "SEC": "0", "YEA": "1836", "CITY": "L AQUILA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6749	zeller-leon-paul-louis-1868-10-29	{"a3": "1034", "g55": "04-595"}	{"g55": "04-595", "lerrcp": "A3-1034"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon Paul Louis", "family": "Zeller", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:27:46", "date": "1868-10-29 12:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 6.94353, "lat": 47.80768, "name": "Oberbruck", "geoid": 2989813}, "notime": null, "date-ut": "1868-10-29 11:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1034"}, "birth": {"tzo": "+00:27:46", "date": "1868-10-29 12:00", "place": {"c2": "68", "cy": "FR", "lg": 6.94353, "lat": 47.80768, "name": "Oberbruck", "geoid": 2989813}, "date-ut": "1868-10-29 11:30:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1034"}, "ids-in-sources": {"a3": "1034"}}, "raw": {"H": "11", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "29", "LAT": "48N 5", "LON": "7E21", "MON": "10", "NUM": "1034", "PRO": "M", "SEC": "36", "YEA": "1868", "CITY": "OBERBRUCK"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Léon Paul Louis", "family": "Zeller", "nobility": ""}, "slug": "zeller-leon-paul-louis-1868-10-29", "partial-ids": {"g55": "04-595"}, "ids-in-source": {"g55": "04-595"}}, "raw": {"DAY": "29-10-1868", "HOUR": "12 h.", "NAME": "ZELLER Léon Paul Louis", "PLACE": "Oberbruck (Haut-Rhin)."}, "date": "2023-08-20T14:48:33+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6752	accoretti-enrico-1888-07-14	{"a3": "1037"}	{"lerrcp": "A3-1037"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enrico", "family": "Accoretti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MC", "c3": null, "cy": "IT", "lg": 13.45293, "lat": 43.29789, "name": "Macerata", "geoid": 3174380}, "notime": null, "date-ut": "1888-07-14 04:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Enrico", "family": "Accoretti"}, "birth": {"place": {"c2": "MC", "cy": "IT", "lg": 13.45293, "lat": 43.29789, "name": "Macerata", "geoid": 3174380}, "date-ut": "1888-07-14 04:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1037"}, "ids-in-sources": {"a3": "1037"}}, "raw": {"H": "5", "MN": "40", "TZ": "-1", "COD": "MC", "COU": "I", "DAY": "14", "LAT": "43N24", "LON": "13E15", "MON": "7", "NUM": "1037", "PRO": "M", "SEC": "4", "YEA": "1888", "CITY": "MACERATA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6753	acerbo-tito-1890-03-04	{"a3": "1038"}	{"lerrcp": "A3-1038"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tito", "family": "Acerbo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PE", "c3": null, "cy": "IT", "lg": 13.9809, "lat": 42.42924, "name": "Loreto Aprutino", "geoid": 3174565}, "notime": null, "date-ut": "1890-03-04 02:20:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Tito", "family": "Acerbo"}, "birth": {"place": {"c2": "PE", "cy": "IT", "lg": 13.9809, "lat": 42.42924, "name": "Loreto Aprutino", "geoid": 3174565}, "date-ut": "1890-03-04 02:20:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1038"}, "ids-in-sources": {"a3": "1038"}}, "raw": {"H": "3", "MN": "20", "TZ": "-1", "COD": "PE", "COU": "I", "DAY": "4", "LAT": "42N24", "LON": "14E30", "MON": "3", "NUM": "1038", "PRO": "M", "SEC": "4", "YEA": "1890", "CITY": "LORETO APRUTINO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6754	gauquelin-a3-1039-1867-09-12	{"a3": "1039"}	{"lerrcp": "A3-1039"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1039", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14, "lat": 40.9, "name": "CASTELLAMARE DI", "geoid": 0}, "notime": null, "date-ut": "1867-09-12 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1039"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14, "lat": 40.9, "name": "CASTELLAMARE DI", "geoid": 0}, "date-ut": "1867-09-12 00:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1039"}, "ids-in-sources": {"a3": "1039"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "12", "LAT": "40N54", "LON": "14E 0", "MON": "9", "NUM": "1039", "PRO": "M", "SEC": "4", "YEA": "1867", "CITY": "CASTELLAMARE DI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6755	acton-guglielmo-1825-03-25	{"a3": "1040"}	{"lerrcp": "A3-1040"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guglielmo", "family": "Acton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14, "lat": 40.9, "name": "CASTELLAMARE DU", "geoid": 0}, "notime": null, "date-ut": "1825-03-25 06:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Guglielmo", "family": "Acton"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14, "lat": 40.9, "name": "CASTELLAMARE DU", "geoid": 0}, "date-ut": "1825-03-25 06:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1040"}, "ids-in-sources": {"a3": "1040"}}, "raw": {"H": "7", "MN": "4", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "25", "LAT": "40N54", "LON": "14E 0", "MON": "3", "NUM": "1040", "PRO": "M", "SEC": "0", "YEA": "1825", "CITY": "CASTELLAMARE DU"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6756	adorni-ignazio-1820-09-21	{"a3": "1041"}	{"lerrcp": "A3-1041"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ignazio", "family": "Adorni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "notime": null, "date-ut": "1820-09-21 07:17"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ignazio", "family": "Adorni"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "date-ut": "1820-09-21 07:17"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1041"}, "ids-in-sources": {"a3": "1041"}}, "raw": {"H": "8", "MN": "17", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "21", "LAT": "44N48", "LON": "10E45", "MON": "9", "NUM": "1041", "PRO": "M", "SEC": "0", "YEA": "1820", "CITY": "PARMA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6757	agro-pietro-1872-11-20	{"a3": "1042"}	{"lerrcp": "A3-1042"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Agro", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AG", "c3": null, "cy": "IT", "lg": 13.57962, "lat": 37.31168, "name": "Agrigento", "geoid": 2525764}, "notime": null, "date-ut": "1872-11-20 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pietro", "family": "Agro"}, "birth": {"place": {"c2": "AG", "cy": "IT", "lg": 13.57962, "lat": 37.31168, "name": "Agrigento", "geoid": 2525764}, "date-ut": "1872-11-20 03:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1042"}, "ids-in-sources": {"a3": "1042"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "AG", "COU": "I", "DAY": "20", "LAT": "37N12", "LON": "13E30", "MON": "11", "NUM": "1042", "PRO": "M", "SEC": "4", "YEA": "1872", "CITY": "AGRIGENTO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6758	alberti-adriano-1870-02-12	{"a3": "1043"}	{"lerrcp": "A3-1043"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adriano", "family": "Alberti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1870-02-12 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adriano", "family": "Alberti"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1870-02-12 00:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1043"}, "ids-in-sources": {"a3": "1043"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "12", "LAT": "45N30", "LON": "9E15", "MON": "2", "NUM": "1043", "PRO": "M", "SEC": "4", "YEA": "1870", "CITY": "MILANO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6759	alberti-gaetano-1878-07-23	{"a3": "1044"}	{"lerrcp": "A3-1044"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaetano", "family": "Alberti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CS", "c3": null, "cy": "IT", "lg": 16.5, "lat": 39.3, "name": "NORMANNO", "geoid": 0}, "notime": null, "date-ut": "1878-07-23 15:30:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gaetano", "family": "Alberti"}, "birth": {"place": {"c2": "CS", "cy": "IT", "lg": 16.5, "lat": 39.3, "name": "NORMANNO", "geoid": 0}, "date-ut": "1878-07-23 15:30:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1044"}, "ids-in-sources": {"a3": "1044"}}, "raw": {"H": "16", "MN": "30", "TZ": "-1", "COD": "CS", "COU": "I", "DAY": "23", "LAT": "39N18", "LON": "16E30", "MON": "7", "NUM": "1044", "PRO": "M", "SEC": "4", "YEA": "1878", "CITY": "NORMANNO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6760	gauquelin-a3-1045-1892-01-15	{"a3": "1045"}	{"lerrcp": "A3-1045"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1045", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1892-01-15 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1045"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1892-01-15 07:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1045"}, "ids-in-sources": {"a3": "1045"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "15", "LAT": "45N30", "LON": "9E15", "MON": "1", "NUM": "1045", "PRO": "M", "SEC": "4", "YEA": "1892", "CITY": "MILANO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6761	albino-giuseppe-1866-02-23	{"a3": "1046"}	{"lerrcp": "A3-1046"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Albino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CB", "c3": null, "cy": "IT", "lg": 14.66753, "lat": 41.56003, "name": "Campobasso", "geoid": 3180991}, "notime": null, "date-ut": "1866-02-23 01:01"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Albino"}, "birth": {"place": {"c2": "CB", "cy": "IT", "lg": 14.66753, "lat": 41.56003, "name": "Campobasso", "geoid": 3180991}, "date-ut": "1866-02-23 01:01"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1046"}, "ids-in-sources": {"a3": "1046"}}, "raw": {"H": "2", "MN": "1", "TZ": "-1", "COD": "CB", "COU": "I", "DAY": "23", "LAT": "41N36", "LON": "14E45", "MON": "2", "NUM": "1046", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "CAMPOBASSO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6762	gauquelin-a3-1047-1890-05-24	{"a3": "1047"}	{"lerrcp": "A3-1047"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1047", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1890-05-24 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1047"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1890-05-24 07:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1047"}, "ids-in-sources": {"a3": "1047"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "24", "LAT": "41N54", "LON": "12E30", "MON": "5", "NUM": "1047", "PRO": "M", "SEC": "4", "YEA": "1890", "CITY": "ROMA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6763	alfieri-vittorio-1863-07-03	{"a3": "1048"}	{"lerrcp": "A3-1048"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vittorio", "family": "Alfieri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 12.38878, "lat": 43.1122, "name": "Perugia", "geoid": 3171180}, "notime": null, "date-ut": "1863-07-03 16:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Vittorio", "family": "Alfieri"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 12.38878, "lat": 43.1122, "name": "Perugia", "geoid": 3171180}, "date-ut": "1863-07-03 16:23"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1048"}, "ids-in-sources": {"a3": "1048"}}, "raw": {"H": "17", "MN": "23", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "3", "LAT": "43N 0", "LON": "13E 0", "MON": "7", "NUM": "1048", "PRO": "M", "SEC": "0", "YEA": "1863", "CITY": "PERUGIA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6764	allodi-aldobrandino-1839-08-31	{"a3": "1049"}	{"lerrcp": "A3-1049"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldobrandino", "family": "Allodi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PC", "c3": null, "cy": "IT", "lg": 9.69937, "lat": 45.04676, "name": "Piacenza", "geoid": 3171058}, "notime": null, "date-ut": "1839-08-31 09:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Aldobrandino", "family": "Allodi"}, "birth": {"place": {"c2": "PC", "cy": "IT", "lg": 9.69937, "lat": 45.04676, "name": "Piacenza", "geoid": 3171058}, "date-ut": "1839-08-31 09:21"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1049"}, "ids-in-sources": {"a3": "1049"}}, "raw": {"H": "10", "MN": "21", "TZ": "-1", "COD": "PC", "COU": "I", "DAY": "31", "LAT": "45N 0", "LON": "9E45", "MON": "8", "NUM": "1049", "PRO": "M", "SEC": "0", "YEA": "1839", "CITY": "PIACENZA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6765	amadasi-luigi-1855-05-03	{"a3": "1050"}	{"lerrcp": "A3-1050"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Amadasi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "notime": null, "date-ut": "1855-05-03 07:17"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Amadasi"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "date-ut": "1855-05-03 07:17"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1050"}, "ids-in-sources": {"a3": "1050"}}, "raw": {"H": "8", "MN": "17", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "3", "LAT": "44N48", "LON": "10E45", "MON": "5", "NUM": "1050", "PRO": "M", "SEC": "0", "YEA": "1855", "CITY": "PARMA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6766	amadio-giovanni-1890-10-15	{"a3": "1051"}	{"lerrcp": "A3-1051"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Amadio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AP", "c3": null, "cy": "IT", "lg": 13.75, "lat": 43, "name": "MONTALTO DELLE", "geoid": 0}, "notime": null, "date-ut": "1890-10-15 10:55:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Amadio"}, "birth": {"place": {"c2": "AP", "cy": "IT", "lg": 13.75, "lat": 43, "name": "MONTALTO DELLE", "geoid": 0}, "date-ut": "1890-10-15 10:55:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1051"}, "ids-in-sources": {"a3": "1051"}}, "raw": {"H": "11", "MN": "55", "TZ": "-1", "COD": "AP", "COU": "I", "DAY": "15", "LAT": "43N 0", "LON": "13E45", "MON": "10", "NUM": "1051", "PRO": "M", "SEC": "4", "YEA": "1890", "CITY": "MONTALTO DELLE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6767	amantea-liugi-1869-12-02	{"a3": "1052"}	{"lerrcp": "A3-1052"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Liugi", "family": "Amantea", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CS", "c3": null, "cy": "IT", "lg": 16.6349, "lat": 39.5751, "name": "Rossano", "geoid": 2523578}, "notime": null, "date-ut": "1869-12-02 22:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Liugi", "family": "Amantea"}, "birth": {"place": {"c2": "CS", "cy": "IT", "lg": 16.6349, "lat": 39.5751, "name": "Rossano", "geoid": 2523578}, "date-ut": "1869-12-02 22:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1052"}, "ids-in-sources": {"a3": "1052"}}, "raw": {"H": "23", "MN": "10", "TZ": "-1", "COD": "CS", "COU": "I", "DAY": "2", "LAT": "39N18", "LON": "16E30", "MON": "12", "NUM": "1052", "PRO": "M", "SEC": "4", "YEA": "1869", "CITY": "ROSSANO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6768	amaretti-giuseppe-1847-05-12	{"a3": "1053"}	{"lerrcp": "A3-1053"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Amaretti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 9, "lat": 45.5, "name": "DOMODOSSOLA", "geoid": 0}, "notime": null, "date-ut": "1847-05-12 10:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Amaretti"}, "birth": {"place": {"c2": "NO", "cy": "IT", "lg": 9, "lat": 45.5, "name": "DOMODOSSOLA", "geoid": 0}, "date-ut": "1847-05-12 10:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1053"}, "ids-in-sources": {"a3": "1053"}}, "raw": {"H": "11", "MN": "24", "TZ": "-1", "COD": "NO", "COU": "I", "DAY": "12", "LAT": "45N30", "LON": "9E 0", "MON": "5", "NUM": "1053", "PRO": "M", "SEC": "0", "YEA": "1847", "CITY": "DOMODOSSOLA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6769	ambrosio-vittorio-1879-07-28	{"a3": "1054"}	{"lerrcp": "A3-1054"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vittorio", "family": "Ambrosio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1879-07-28 08:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Vittorio", "family": "Ambrosio"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1879-07-28 08:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1054"}, "ids-in-sources": {"a3": "1054"}}, "raw": {"H": "9", "MN": "10", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "28", "LAT": "45N 0", "LON": "8E 0", "MON": "7", "NUM": "1054", "PRO": "M", "SEC": "4", "YEA": "1879", "CITY": "TORINO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6770	angelino-francesco-1893-03-05	{"a3": "1055"}	{"lerrcp": "A3-1055"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Angelino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SR", "c3": null, "cy": "IT", "lg": 15.273, "lat": 37.08515, "name": "Siracusa", "geoid": 2523083}, "notime": null, "date-ut": "1893-03-05 15:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Angelino"}, "birth": {"place": {"c2": "SR", "cy": "IT", "lg": 15.273, "lat": 37.08515, "name": "Siracusa", "geoid": 2523083}, "date-ut": "1893-03-05 15:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1055"}, "ids-in-sources": {"a3": "1055"}}, "raw": {"H": "16", "MN": "10", "TZ": "-1", "COD": "SR", "COU": "I", "DAY": "5", "LAT": "37N 0", "LON": "15E30", "MON": "3", "NUM": "1055", "PRO": "M", "SEC": "4", "YEA": "1893", "CITY": "SIRACUSA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6771	aonzo-giuseppe-1887-05-24	{"a3": "1056"}	{"lerrcp": "A3-1056"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Aonzo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SV", "c3": null, "cy": "IT", "lg": 8.47715, "lat": 44.30905, "name": "Savona", "geoid": 3167022}, "notime": null, "date-ut": "1887-05-24 05:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Aonzo"}, "birth": {"place": {"c2": "SV", "cy": "IT", "lg": 8.47715, "lat": 44.30905, "name": "Savona", "geoid": 3167022}, "date-ut": "1887-05-24 05:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1056"}, "ids-in-sources": {"a3": "1056"}}, "raw": {"H": "6", "MN": "40", "TZ": "-1", "COD": "SV", "COU": "I", "DAY": "24", "LAT": "44N18", "LON": "8E45", "MON": "5", "NUM": "1056", "PRO": "M", "SEC": "4", "YEA": "1887", "CITY": "SAVONA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6772	gauquelin-a3-1057-1874-03-19	{"a3": "1057"}	{"lerrcp": "A3-1057"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1057", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "IM", "c3": null, "cy": "IT", "lg": 8, "lat": 43.7, "name": "VALLECROSIA POR", "geoid": 0}, "notime": null, "date-ut": "1874-03-19 02:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1057"}, "birth": {"place": {"c2": "IM", "cy": "IT", "lg": 8, "lat": 43.7, "name": "VALLECROSIA POR", "geoid": 0}, "date-ut": "1874-03-19 02:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1057"}, "ids-in-sources": {"a3": "1057"}}, "raw": {"H": "3", "MN": "10", "TZ": "-1", "COD": "IM", "COU": "I", "DAY": "19", "LAT": "43N42", "LON": "8E 0", "MON": "3", "NUM": "1057", "PRO": "M", "SEC": "4", "YEA": "1874", "CITY": "VALLECROSIA POR"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6773	arata-angelo-1852-06-14	{"a3": "1058"}	{"lerrcp": "A3-1058"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Arata", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.64525, "lat": 44.63835, "name": "Ovada", "geoid": 3171771}, "notime": null, "date-ut": "1852-06-14 19:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Angelo", "family": "Arata"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.64525, "lat": 44.63835, "name": "Ovada", "geoid": 3171771}, "date-ut": "1852-06-14 19:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1058"}, "ids-in-sources": {"a3": "1058"}}, "raw": {"H": "20", "MN": "24", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "14", "LAT": "45N 0", "LON": "9E 0", "MON": "6", "NUM": "1058", "PRO": "M", "SEC": "0", "YEA": "1852", "CITY": "OVADA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6774	abrasi-angelo-1875-10-27	{"a3": "1059"}	{"lerrcp": "A3-1059"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Abrasi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "SAN FIORANO", "geoid": 0}, "notime": null, "date-ut": "1875-10-27 15:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Angelo", "family": "Abrasi"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "SAN FIORANO", "geoid": 0}, "date-ut": "1875-10-27 15:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1059"}, "ids-in-sources": {"a3": "1059"}}, "raw": {"H": "16", "MN": "10", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "27", "LAT": "45N30", "LON": "9E15", "MON": "10", "NUM": "1059", "PRO": "M", "SEC": "4", "YEA": "1875", "CITY": "SAN FIORANO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6775	arcangeli-luigi-1867-08-23	{"a3": "1060"}	{"lerrcp": "A3-1060"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Arcangeli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.21694, "lat": 45.04056, "name": "Donada", "geoid": 3177530}, "notime": null, "date-ut": "1867-08-23 01:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Arcangeli"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.21694, "lat": 45.04056, "name": "Donada", "geoid": 3177530}, "date-ut": "1867-08-23 01:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1060"}, "ids-in-sources": {"a3": "1060"}}, "raw": {"H": "2", "MN": "10", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "23", "LAT": "45N 0", "LON": "12E15", "MON": "8", "NUM": "1060", "PRO": "M", "SEC": "4", "YEA": "1867", "CITY": "DONADA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6776	arcangeli-pacifico-1888-03-14	{"a3": "1061"}	{"lerrcp": "A3-1061"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pacifico", "family": "Arcangeli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MC", "c3": null, "cy": "IT", "lg": 13.31148, "lat": 43.31056, "name": "Treia", "geoid": 3165261}, "notime": null, "date-ut": "1888-03-14 13:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pacifico", "family": "Arcangeli"}, "birth": {"place": {"c2": "MC", "cy": "IT", "lg": 13.31148, "lat": 43.31056, "name": "Treia", "geoid": 3165261}, "date-ut": "1888-03-14 13:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1061"}, "ids-in-sources": {"a3": "1061"}}, "raw": {"H": "14", "MN": "10", "TZ": "-1", "COD": "MC", "COU": "I", "DAY": "14", "LAT": "43N24", "LON": "13E15", "MON": "3", "NUM": "1061", "PRO": "M", "SEC": "4", "YEA": "1888", "CITY": "TREIA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6777	arcuri-benedetto-1858-03-14	{"a3": "1062"}	{"lerrcp": "A3-1062"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benedetto", "family": "Arcuri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CS", "c3": null, "cy": "IT", "lg": 16.3997, "lat": 39.11909, "name": "Colosimi", "geoid": 2524957}, "notime": null, "date-ut": "1858-03-14 16:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Benedetto", "family": "Arcuri"}, "birth": {"place": {"c2": "CS", "cy": "IT", "lg": 16.3997, "lat": 39.11909, "name": "Colosimi", "geoid": 2524957}, "date-ut": "1858-03-14 16:54"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1062"}, "ids-in-sources": {"a3": "1062"}}, "raw": {"H": "17", "MN": "54", "TZ": "-1", "COD": "CS", "COU": "I", "DAY": "14", "LAT": "39N18", "LON": "16E30", "MON": "3", "NUM": "1062", "PRO": "M", "SEC": "0", "YEA": "1858", "CITY": "COLOSIMI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6778	gauquelin-a3-1063-1912-03-25	{"a3": "1063"}	{"lerrcp": "A3-1063"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1063", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SP", "c3": null, "cy": "IT", "lg": 9.84339, "lat": 44.11054, "name": "La Spezia", "geoid": 3175081}, "notime": null, "date-ut": "1912-03-25 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1063"}, "birth": {"place": {"c2": "SP", "cy": "IT", "lg": 9.84339, "lat": 44.11054, "name": "La Spezia", "geoid": 3175081}, "date-ut": "1912-03-25 23:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1063"}, "ids-in-sources": {"a3": "1063"}}, "raw": {"H": "0", "MN": "0", "TZ": "-1", "COD": "SP", "COU": "I", "DAY": "26", "LAT": "44N 0", "LON": "10E15", "MON": "3", "NUM": "1063", "PRO": "M", "SEC": "0", "YEA": "1912", "CITY": "LA SPEZIA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6779	armelli-quirino-1889-01-31	{"a3": "1064"}	{"lerrcp": "A3-1064"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Quirino", "family": "Armelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 11.96571, "lat": 45.33979, "name": "Legnaro", "geoid": 3174920}, "notime": null, "date-ut": "1889-01-31 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Quirino", "family": "Armelli"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 11.96571, "lat": 45.33979, "name": "Legnaro", "geoid": 3174920}, "date-ut": "1889-01-31 00:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1064"}, "ids-in-sources": {"a3": "1064"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "31", "LAT": "45N24", "LON": "12E15", "MON": "1", "NUM": "1064", "PRO": "M", "SEC": "4", "YEA": "1889", "CITY": "LEGNARO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6780	azari-fedele-1839-06-26	{"a3": "1065"}	{"lerrcp": "A3-1065"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fedele", "family": "Azari", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 9, "lat": 45.5, "name": "PALLANZA-VERBAN", "geoid": 0}, "notime": null, "date-ut": "1839-06-26 18:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Fedele", "family": "Azari"}, "birth": {"place": {"c2": "NO", "cy": "IT", "lg": 9, "lat": 45.5, "name": "PALLANZA-VERBAN", "geoid": 0}, "date-ut": "1839-06-26 18:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1065"}, "ids-in-sources": {"a3": "1065"}}, "raw": {"H": "19", "MN": "24", "TZ": "-1", "COD": "NO", "COU": "I", "DAY": "26", "LAT": "45N30", "LON": "9E 0", "MON": "6", "NUM": "1065", "PRO": "M", "SEC": "0", "YEA": "1839", "CITY": "PALLANZA-VERBAN"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6781	gauquelin-a3-1066-1885-12-23	{"a3": "1066"}	{"lerrcp": "A3-1066"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1066", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 11.37, "lat": 45.01368, "name": "Ceneselli", "geoid": 3179173}, "notime": null, "date-ut": "1885-12-23 22:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1066"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 11.37, "lat": 45.01368, "name": "Ceneselli", "geoid": 3179173}, "date-ut": "1885-12-23 22:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1066"}, "ids-in-sources": {"a3": "1066"}}, "raw": {"H": "23", "MN": "10", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "23", "LAT": "45N 0", "LON": "12E15", "MON": "12", "NUM": "1066", "PRO": "M", "SEC": "4", "YEA": "1885", "CITY": "CENESELLI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6782	badanelli-donati-alessandro-1850-09-19	{"a3": "1067"}	{"lerrcp": "A3-1067"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Badanelli Donati Alessandro", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 8.44557, "lat": 45.82078, "name": "Armeno", "geoid": 3182830}, "notime": null, "date-ut": "1850-09-19 13:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Badanelli Donati Alessandro"}, "birth": {"place": {"c2": "NO", "cy": "IT", "lg": 8.44557, "lat": 45.82078, "name": "Armeno", "geoid": 3182830}, "date-ut": "1850-09-19 13:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1067"}, "ids-in-sources": {"a3": "1067"}}, "raw": {"H": "14", "MN": "24", "TZ": "-1", "COD": "NO", "COU": "I", "DAY": "19", "LAT": "45N30", "LON": "9E 0", "MON": "9", "NUM": "1067", "PRO": "M", "SEC": "0", "YEA": "1850", "CITY": "ARMENO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6783	badini-giangiacomo-1894-01-22	{"a3": "1068"}	{"lerrcp": "A3-1068"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giangiacomo", "family": "Badini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.05778, "lat": 45.05639, "name": "Adria", "geoid": 3183466}, "notime": null, "date-ut": "1894-01-22 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giangiacomo", "family": "Badini"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.05778, "lat": 45.05639, "name": "Adria", "geoid": 3183466}, "date-ut": "1894-01-22 05:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1068"}, "ids-in-sources": {"a3": "1068"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "22", "LAT": "45N 0", "LON": "12E15", "MON": "1", "NUM": "1068", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "ADRIA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6784	baiardi-riccardo-1886-04-04	{"a3": "1069"}	{"lerrcp": "A3-1069"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Riccardo", "family": "Baiardi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.78955, "lat": 44.76085, "name": "Novi Ligure", "geoid": 3172170}, "notime": null, "date-ut": "1886-04-04 19:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Riccardo", "family": "Baiardi"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.78955, "lat": 44.76085, "name": "Novi Ligure", "geoid": 3172170}, "date-ut": "1886-04-04 19:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1069"}, "ids-in-sources": {"a3": "1069"}}, "raw": {"H": "20", "MN": "10", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "4", "LAT": "45N 0", "LON": "9E 0", "MON": "4", "NUM": "1069", "PRO": "M", "SEC": "4", "YEA": "1886", "CITY": "NOVI LIGURE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6785	baldini-alberto-1872-10-09	{"a3": "1070"}	{"lerrcp": "A3-1070"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberto", "family": "Baldini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1872-10-09 04:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alberto", "family": "Baldini"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1872-10-09 04:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1070"}, "ids-in-sources": {"a3": "1070"}}, "raw": {"H": "5", "MN": "10", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "9", "LAT": "44N30", "LON": "11E 0", "MON": "10", "NUM": "1070", "PRO": "M", "SEC": "4", "YEA": "1872", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6786	balsamo-specchia-carlo-1890-04-20	{"a3": "1071"}	{"lerrcp": "A3-1071"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Balsamo Specchia Carlo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TA", "c3": null, "cy": "IT", "lg": 17.22972, "lat": 40.47611, "name": "Taranto", "geoid": 3165926}, "notime": null, "date-ut": "1890-04-20 06:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Balsamo Specchia Carlo"}, "birth": {"place": {"c2": "TA", "cy": "IT", "lg": 17.22972, "lat": 40.47611, "name": "Taranto", "geoid": 3165926}, "date-ut": "1890-04-20 06:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1071"}, "ids-in-sources": {"a3": "1071"}}, "raw": {"H": "7", "MN": "10", "TZ": "-1", "COD": "TA", "COU": "I", "DAY": "20", "LAT": "40N30", "LON": "17E30", "MON": "4", "NUM": "1071", "PRO": "M", "SEC": "4", "YEA": "1890", "CITY": "TARANTO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6787	banfi-alberto-1903-03-18	{"a3": "1072"}	{"lerrcp": "A3-1072"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberto", "family": "Banfi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 7.35, "lat": 44.88333, "name": "Pinerolo", "geoid": 3170694}, "notime": null, "date-ut": "1903-03-18 05:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alberto", "family": "Banfi"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 7.35, "lat": 44.88333, "name": "Pinerolo", "geoid": 3170694}, "date-ut": "1903-03-18 05:55"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1072"}, "ids-in-sources": {"a3": "1072"}}, "raw": {"H": "6", "MN": "55", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "18", "LAT": "45N 0", "LON": "8E 0", "MON": "3", "NUM": "1072", "PRO": "M", "SEC": "0", "YEA": "1903", "CITY": "PINEROLO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6788	barco-lorenzo-1866-05-05	{"a3": "1073"}	{"lerrcp": "A3-1073"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lorenzo", "family": "Barco", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.62495, "lat": 44.83495, "name": "Casal Cermelli", "geoid": 6534873}, "notime": null, "date-ut": "1866-05-05 20:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Lorenzo", "family": "Barco"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.62495, "lat": 44.83495, "name": "Casal Cermelli", "geoid": 6534873}, "date-ut": "1866-05-05 20:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1073"}, "ids-in-sources": {"a3": "1073"}}, "raw": {"H": "21", "MN": "24", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "5", "LAT": "45N 0", "LON": "9E 0", "MON": "5", "NUM": "1073", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "CASAL CERMELLI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6789	bardazzi-ruggero-1885-12-22	{"a3": "1074"}	{"lerrcp": "A3-1074"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ruggero", "family": "Bardazzi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.09792, "lat": 43.79235, "name": "Signa", "geoid": 3166540}, "notime": null, "date-ut": "1885-12-22 14:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ruggero", "family": "Bardazzi"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.09792, "lat": 43.79235, "name": "Signa", "geoid": 3166540}, "date-ut": "1885-12-22 14:25:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1074"}, "ids-in-sources": {"a3": "1074"}}, "raw": {"H": "15", "MN": "25", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "22", "LAT": "43N42", "LON": "11E30", "MON": "12", "NUM": "1074", "PRO": "M", "SEC": "4", "YEA": "1885", "CITY": "SIGNA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6790	barone-pietro-1881-04-09	{"a3": "1075"}	{"lerrcp": "A3-1075"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Barone", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RG", "c3": null, "cy": "IT", "lg": 14.77399, "lat": 36.84594, "name": "Modica", "geoid": 2524119}, "notime": null, "date-ut": "1881-04-09 08:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pietro", "family": "Barone"}, "birth": {"place": {"c2": "RG", "cy": "IT", "lg": 14.77399, "lat": 36.84594, "name": "Modica", "geoid": 2524119}, "date-ut": "1881-04-09 08:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1075"}, "ids-in-sources": {"a3": "1075"}}, "raw": {"H": "9", "MN": "10", "TZ": "-1", "COD": "RG", "COU": "I", "DAY": "9", "LAT": "37N 0", "LON": "14E45", "MON": "4", "NUM": "1075", "PRO": "M", "SEC": "4", "YEA": "1881", "CITY": "MODICA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6791	gauquelin-a3-1076-1881-02-12	{"a3": "1076"}	{"lerrcp": "A3-1076"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1076", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.61894, "lat": 44.91245, "name": "Alessandria", "geoid": 3183299}, "notime": null, "date-ut": "1881-02-12 12:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1076"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.61894, "lat": 44.91245, "name": "Alessandria", "geoid": 3183299}, "date-ut": "1881-02-12 12:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1076"}, "ids-in-sources": {"a3": "1076"}}, "raw": {"H": "13", "MN": "10", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "12", "LAT": "45N 0", "LON": "9E 0", "MON": "2", "NUM": "1076", "PRO": "M", "SEC": "4", "YEA": "1881", "CITY": "ALESSANDRIA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6793	baruzzi-aurelio-1897-01-09	{"a3": "1078"}	{"lerrcp": "A3-1078"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aurelio", "family": "Baruzzi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 11.90763, "lat": 44.42707, "name": "Lugo", "geoid": 3174494}, "notime": null, "date-ut": "1897-01-09 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Aurelio", "family": "Baruzzi"}, "birth": {"place": {"c2": "RA", "cy": "IT", "lg": 11.90763, "lat": 44.42707, "name": "Lugo", "geoid": 3174494}, "date-ut": "1897-01-09 18:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1078"}, "ids-in-sources": {"a3": "1078"}}, "raw": {"H": "19", "MN": "0", "TZ": "-1", "COD": "RA", "COU": "I", "DAY": "9", "LAT": "44N24", "LON": "12E15", "MON": "1", "NUM": "1078", "PRO": "M", "SEC": "0", "YEA": "1897", "CITY": "LUGO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6794	bastico-ettore-1876-04-09	{"a3": "1079"}	{"lerrcp": "A3-1079"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ettore", "family": "Bastico", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1876-04-09 07:55:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ettore", "family": "Bastico"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1876-04-09 07:55:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1079"}, "ids-in-sources": {"a3": "1079"}}, "raw": {"H": "8", "MN": "55", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "9", "LAT": "44N30", "LON": "11E 0", "MON": "4", "NUM": "1079", "PRO": "M", "SEC": "4", "YEA": "1876", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6795	battisti-cesare-1875-02-04	{"a3": "1080"}	{"lerrcp": "A3-1080"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cesare", "family": "Battisti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TN", "c3": null, "cy": "IT", "lg": 11.12108, "lat": 46.06787, "name": "Trento", "geoid": 3165243}, "notime": null, "date-ut": "1875-02-04 04:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Cesare", "family": "Battisti"}, "birth": {"place": {"c2": "TN", "cy": "IT", "lg": 11.12108, "lat": 46.06787, "name": "Trento", "geoid": 3165243}, "date-ut": "1875-02-04 04:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1080"}, "ids-in-sources": {"a3": "1080"}}, "raw": {"H": "5", "MN": "10", "TZ": "-1", "COD": "TN", "COU": "I", "DAY": "4", "LAT": "46N 0", "LON": "12E 0", "MON": "2", "NUM": "1080", "PRO": "M", "SEC": "4", "YEA": "1875", "CITY": "TRENTO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6796	beccati-lino-1913-05-23	{"a3": "1081"}	{"lerrcp": "A3-1081"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lino", "family": "Beccati", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.32453, "lat": 44.94969, "name": "Porto Tolle", "geoid": 3170070}, "notime": null, "date-ut": "1913-05-23 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Lino", "family": "Beccati"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.32453, "lat": 44.94969, "name": "Porto Tolle", "geoid": 3170070}, "date-ut": "1913-05-23 04:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1081"}, "ids-in-sources": {"a3": "1081"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "23", "LAT": "45N 0", "LON": "12E15", "MON": "5", "NUM": "1081", "PRO": "M", "SEC": "0", "YEA": "1913", "CITY": "PORTO TOLLE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6797	bechi-giulio-1870-08-20	{"a3": "1082"}	{"lerrcp": "A3-1082"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giulio", "family": "Bechi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1870-08-20 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giulio", "family": "Bechi"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1870-08-20 00:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1082"}, "ids-in-sources": {"a3": "1082"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "20", "LAT": "43N42", "LON": "11E30", "MON": "8", "NUM": "1082", "PRO": "M", "SEC": "4", "YEA": "1870", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6798	beleno-giuseppe-1863-10-31	{"a3": "1083"}	{"lerrcp": "A3-1083"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Beleno", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 12.76066, "lat": 43.29805, "name": "Fossato di Vico", "geoid": 3176635}, "notime": null, "date-ut": "1863-10-31 00:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Beleno"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 12.76066, "lat": 43.29805, "name": "Fossato di Vico", "geoid": 3176635}, "date-ut": "1863-10-31 00:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1083"}, "ids-in-sources": {"a3": "1083"}}, "raw": {"H": "1", "MN": "8", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "31", "LAT": "43N 0", "LON": "13E 0", "MON": "10", "NUM": "1083", "PRO": "M", "SEC": "0", "YEA": "1863", "CITY": "FOSSATO DI VICO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6799	belletti-pietro-1884-07-28	{"a3": "1084"}	{"lerrcp": "A3-1084"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Belletti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AT", "c3": null, "cy": "IT", "lg": 8.5, "lat": 44.9, "name": "ROCCHETTA TANAR", "geoid": 0}, "notime": null, "date-ut": "1884-07-28 10:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pietro", "family": "Belletti"}, "birth": {"place": {"c2": "AT", "cy": "IT", "lg": 8.5, "lat": 44.9, "name": "ROCCHETTA TANAR", "geoid": 0}, "date-ut": "1884-07-28 10:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1084"}, "ids-in-sources": {"a3": "1084"}}, "raw": {"H": "11", "MN": "40", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "28", "LAT": "44N54", "LON": "8E30", "MON": "7", "NUM": "1084", "PRO": "M", "SEC": "4", "YEA": "1884", "CITY": "ROCCHETTA TANAR"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6800	belloni-pietro-1867-10-27	{"a3": "1085"}	{"lerrcp": "A3-1085"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Belloni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.64144, "lat": 45.01406, "name": "Valenza", "geoid": 3164920}, "notime": null, "date-ut": "1867-10-27 09:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pietro", "family": "Belloni"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.64144, "lat": 45.01406, "name": "Valenza", "geoid": 3164920}, "date-ut": "1867-10-27 09:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1085"}, "ids-in-sources": {"a3": "1085"}}, "raw": {"H": "10", "MN": "10", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "27", "LAT": "45N 0", "LON": "9E 0", "MON": "10", "NUM": "1085", "PRO": "M", "SEC": "4", "YEA": "1867", "CITY": "VALENZA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6801	beltricco-aldo-1892-07-09	{"a3": "1086"}	{"lerrcp": "A3-1086"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Beltricco", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CN", "c3": null, "cy": "IT", "lg": 7.25, "lat": 44.4, "name": "SAN DAMIANO MAC", "geoid": 0}, "notime": null, "date-ut": "1892-07-09 19:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Aldo", "family": "Beltricco"}, "birth": {"place": {"c2": "CN", "cy": "IT", "lg": 7.25, "lat": 44.4, "name": "SAN DAMIANO MAC", "geoid": 0}, "date-ut": "1892-07-09 19:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1086"}, "ids-in-sources": {"a3": "1086"}}, "raw": {"H": "20", "MN": "40", "TZ": "-1", "COD": "CN", "COU": "I", "DAY": "9", "LAT": "44N24", "LON": "7E15", "MON": "7", "NUM": "1086", "PRO": "M", "SEC": "4", "YEA": "1892", "CITY": "SAN DAMIANO MAC"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6803	benedettini-luigi-1898-12-23	{"a3": "1088"}	{"lerrcp": "A3-1088"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Benedettini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1898-12-23 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Benedettini"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1898-12-23 07:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1088"}, "ids-in-sources": {"a3": "1088"}}, "raw": {"H": "8", "MN": "30", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "23", "LAT": "41N54", "LON": "12E30", "MON": "12", "NUM": "1088", "PRO": "M", "SEC": "0", "YEA": "1898", "CITY": "ROMA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6804	benvenuti-giuseppe-1893-12-03	{"a3": "1089"}	{"lerrcp": "A3-1089"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Benvenuti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AR", "c3": null, "cy": "IT", "lg": 11.88261, "lat": 43.46734, "name": "Arezzo", "geoid": 3182884}, "notime": null, "date-ut": "1893-12-03 08:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Benvenuti"}, "birth": {"place": {"c2": "AR", "cy": "IT", "lg": 11.88261, "lat": 43.46734, "name": "Arezzo", "geoid": 3182884}, "date-ut": "1893-12-03 08:45"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1089"}, "ids-in-sources": {"a3": "1089"}}, "raw": {"H": "9", "MN": "45", "TZ": "-1", "COD": "AR", "COU": "I", "DAY": "3", "LAT": "43N30", "LON": "12E 0", "MON": "12", "NUM": "1089", "PRO": "M", "SEC": "0", "YEA": "1893", "CITY": "AREZZO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6805	berardi-francesco-1856-09-10	{"a3": "1090"}	{"lerrcp": "A3-1090"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Berardi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AT", "c3": null, "cy": "IT", "lg": 8.5, "lat": 44.9, "name": "DUSINO SAN MICH", "geoid": 0}, "notime": null, "date-ut": "1856-09-10 04:26"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Berardi"}, "birth": {"place": {"c2": "AT", "cy": "IT", "lg": 8.5, "lat": 44.9, "name": "DUSINO SAN MICH", "geoid": 0}, "date-ut": "1856-09-10 04:26"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1090"}, "ids-in-sources": {"a3": "1090"}}, "raw": {"H": "5", "MN": "26", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "10", "LAT": "44N54", "LON": "8E30", "MON": "9", "NUM": "1090", "PRO": "M", "SEC": "0", "YEA": "1856", "CITY": "DUSINO SAN MICH"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6806	berardi-gabriele-1861-03-17	{"a3": "1091"}	{"lerrcp": "A3-1091"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriele", "family": "Berardi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AV", "c3": null, "cy": "IT", "lg": 15, "lat": 41, "name": "SANT ANGELO DEI", "geoid": 0}, "notime": null, "date-ut": "1861-03-17 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gabriele", "family": "Berardi"}, "birth": {"place": {"c2": "AV", "cy": "IT", "lg": 15, "lat": 41, "name": "SANT ANGELO DEI", "geoid": 0}, "date-ut": "1861-03-17 05:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1091"}, "ids-in-sources": {"a3": "1091"}}, "raw": {"H": "6", "MN": "30", "TZ": "-1", "COD": "AV", "COU": "I", "DAY": "17", "LAT": "41N 0", "LON": "15E 0", "MON": "3", "NUM": "1091", "PRO": "M", "SEC": "0", "YEA": "1861", "CITY": "SANT ANGELO DEI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6807	berardi-gustavo-1870-09-01	{"a3": "1092"}	{"lerrcp": "A3-1092"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustavo", "family": "Berardi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AT", "c3": null, "cy": "IT", "lg": 7.96433, "lat": 44.90175, "name": "Valfenera", "geoid": 3164914}, "notime": null, "date-ut": "1870-09-01 18:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gustavo", "family": "Berardi"}, "birth": {"place": {"c2": "AT", "cy": "IT", "lg": 7.96433, "lat": 44.90175, "name": "Valfenera", "geoid": 3164914}, "date-ut": "1870-09-01 18:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1092"}, "ids-in-sources": {"a3": "1092"}}, "raw": {"H": "19", "MN": "10", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "1", "LAT": "44N54", "LON": "8E30", "MON": "9", "NUM": "1092", "PRO": "M", "SEC": "4", "YEA": "1870", "CITY": "VALFENERA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6808	berardi-paolo-1885-06-21	{"a3": "1093"}	{"lerrcp": "A3-1093"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paolo", "family": "Berardi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1885-06-21 02:30:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paolo", "family": "Berardi"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1885-06-21 02:30:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1093"}, "ids-in-sources": {"a3": "1093"}}, "raw": {"H": "3", "MN": "30", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "21", "LAT": "45N 0", "LON": "8E 0", "MON": "6", "NUM": "1093", "PRO": "M", "SEC": "4", "YEA": "1885", "CITY": "TORINO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6809	berlingieri-adolfo-1858-04-30	{"a3": "1094"}	{"lerrcp": "A3-1094"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolfo", "family": "Berlingieri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CZ", "c3": null, "cy": "IT", "lg": 17.5, "lat": 39, "name": "COTRONEI", "geoid": 0}, "notime": null, "date-ut": "1858-04-30 11:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adolfo", "family": "Berlingieri"}, "birth": {"place": {"c2": "CZ", "cy": "IT", "lg": 17.5, "lat": 39, "name": "COTRONEI", "geoid": 0}, "date-ut": "1858-04-30 11:50"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1094"}, "ids-in-sources": {"a3": "1094"}}, "raw": {"H": "12", "MN": "50", "TZ": "-1", "COD": "CZ", "COU": "I", "DAY": "30", "LAT": "39N 0", "LON": "17E30", "MON": "4", "NUM": "1094", "PRO": "M", "SEC": "0", "YEA": "1858", "CITY": "COTRONEI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6810	gauquelin-a3-1095-1884-08-24	{"a3": "1095"}	{"lerrcp": "A3-1095"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1095", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 9, "lat": 45, "name": "CASALE MONFERRAT", "geoid": 0}, "notime": null, "date-ut": "1884-08-24 10:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1095"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 9, "lat": 45, "name": "CASALE MONFERRAT", "geoid": 0}, "date-ut": "1884-08-24 10:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1095"}, "ids-in-sources": {"a3": "1095"}}, "raw": {"H": "11", "MN": "40", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "24", "LAT": "45N 0", "LON": "9E 0", "MON": "8", "NUM": "1095", "PRO": "M", "SEC": "4", "YEA": "1884", "CITY": "CASALE MONFERRAT"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6811	bernotti-romeo-1877-02-24	{"a3": "1096"}	{"lerrcp": "A3-1096"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Romeo", "family": "Bernotti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LI", "c3": null, "cy": "IT", "lg": 10.19632, "lat": 42.80272, "name": "Marciana Marina", "geoid": 3173996}, "notime": null, "date-ut": "1877-02-24 05:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Romeo", "family": "Bernotti"}, "birth": {"place": {"c2": "LI", "cy": "IT", "lg": 10.19632, "lat": 42.80272, "name": "Marciana Marina", "geoid": 3173996}, "date-ut": "1877-02-24 05:25:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1096"}, "ids-in-sources": {"a3": "1096"}}, "raw": {"H": "6", "MN": "25", "TZ": "-1", "COD": "LI", "COU": "I", "DAY": "24", "LAT": "43N36", "LON": "9E30", "MON": "2", "NUM": "1096", "PRO": "M", "SEC": "4", "YEA": "1877", "CITY": "MARCIANA MARINA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6812	bertacchi-giovanni-1894-01-30	{"a3": "1097"}	{"lerrcp": "A3-1097"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Bertacchi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 11.90763, "lat": 44.42707, "name": "Lugo", "geoid": 3174494}, "notime": null, "date-ut": "1894-01-30 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Bertacchi"}, "birth": {"place": {"c2": "RA", "cy": "IT", "lg": 11.90763, "lat": 44.42707, "name": "Lugo", "geoid": 3174494}, "date-ut": "1894-01-30 22:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1097"}, "ids-in-sources": {"a3": "1097"}}, "raw": {"H": "23", "MN": "0", "TZ": "-1", "COD": "RA", "COU": "I", "DAY": "30", "LAT": "44N24", "LON": "12E15", "MON": "1", "NUM": "1097", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "LUGO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6813	bertini-francesco-1878-12-08	{"a3": "1098"}	{"lerrcp": "A3-1098"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Bertini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1878-12-08 08:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Bertini"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1878-12-08 08:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1098"}, "ids-in-sources": {"a3": "1098"}}, "raw": {"H": "9", "MN": "10", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "8", "LAT": "45N 0", "LON": "8E 0", "MON": "12", "NUM": "1098", "PRO": "M", "SEC": "4", "YEA": "1878", "CITY": "TORINO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6814	bertolotti-giuseppe-1890-05-08	{"a3": "1099"}	{"lerrcp": "A3-1099"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Bertolotti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BS", "c3": null, "cy": "IT", "lg": 10.44257, "lat": 45.58938, "name": "Gavardo", "geoid": 3176277}, "notime": null, "date-ut": "1890-05-08 01:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Bertolotti"}, "birth": {"place": {"c2": "BS", "cy": "IT", "lg": 10.44257, "lat": 45.58938, "name": "Gavardo", "geoid": 3176277}, "date-ut": "1890-05-08 01:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1099"}, "ids-in-sources": {"a3": "1099"}}, "raw": {"H": "2", "MN": "40", "TZ": "-1", "COD": "BS", "COU": "I", "DAY": "8", "LAT": "45N30", "LON": "11E 0", "MON": "5", "NUM": "1099", "PRO": "M", "SEC": "4", "YEA": "1890", "CITY": "GAVARDO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6815	bertolotto-angelo-1881-07-01	{"a3": "1100"}	{"lerrcp": "A3-1100"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Bertolotto", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1881-07-01 15:55:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Angelo", "family": "Bertolotto"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1881-07-01 15:55:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1100"}, "ids-in-sources": {"a3": "1100"}}, "raw": {"H": "16", "MN": "55", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "1", "LAT": "41N54", "LON": "12E30", "MON": "7", "NUM": "1100", "PRO": "M", "SEC": "4", "YEA": "1881", "CITY": "ROMA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6816	bertotti-emilio-1855-07-08	{"a3": "1101"}	{"lerrcp": "A3-1101"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emilio", "family": "Bertotti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 8.53883, "lat": 45.78877, "name": "Meina", "geoid": 3173646}, "notime": null, "date-ut": "1855-07-08 19:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emilio", "family": "Bertotti"}, "birth": {"place": {"c2": "NO", "cy": "IT", "lg": 8.53883, "lat": 45.78877, "name": "Meina", "geoid": 3173646}, "date-ut": "1855-07-08 19:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1101"}, "ids-in-sources": {"a3": "1101"}}, "raw": {"H": "20", "MN": "24", "TZ": "-1", "COD": "NO", "COU": "I", "DAY": "8", "LAT": "45N30", "LON": "9E 0", "MON": "7", "NUM": "1101", "PRO": "M", "SEC": "0", "YEA": "1855", "CITY": "MEINA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6817	gauquelin-a3-1102-1896-01-01	{"a3": "1102"}	{"lerrcp": "A3-1102"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1102", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1896-01-01 07:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1102"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1896-01-01 07:15"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1102"}, "ids-in-sources": {"a3": "1102"}}, "raw": {"H": "8", "MN": "15", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "1", "LAT": "45N 0", "LON": "8E 0", "MON": "1", "NUM": "1102", "PRO": "M", "SEC": "0", "YEA": "1896", "CITY": "TORINO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6818	bianchi-emilio-1882-02-22	{"a3": "1103"}	{"lerrcp": "A3-1103"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emilio", "family": "Bianchi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AN", "c3": null, "cy": "IT", "lg": 13.51008, "lat": 43.59816, "name": "Ancona", "geoid": 3183089}, "notime": null, "date-ut": "1882-02-22 16:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emilio", "family": "Bianchi"}, "birth": {"place": {"c2": "AN", "cy": "IT", "lg": 13.51008, "lat": 43.59816, "name": "Ancona", "geoid": 3183089}, "date-ut": "1882-02-22 16:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1103"}, "ids-in-sources": {"a3": "1103"}}, "raw": {"H": "17", "MN": "10", "TZ": "-1", "COD": "AN", "COU": "I", "DAY": "22", "LAT": "43N42", "LON": "13E45", "MON": "2", "NUM": "1103", "PRO": "M", "SEC": "4", "YEA": "1882", "CITY": "ANCONA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6819	gauquelin-a3-1104-1912-10-22	{"a3": "1104"}	{"lerrcp": "A3-1104"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1104", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SO", "c3": null, "cy": "IT", "lg": 10.32476, "lat": 46.3301, "name": "Sondalo", "geoid": 3166398}, "notime": null, "date-ut": "1912-10-22 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1104"}, "birth": {"place": {"c2": "SO", "cy": "IT", "lg": 10.32476, "lat": 46.3301, "name": "Sondalo", "geoid": 3166398}, "date-ut": "1912-10-22 14:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1104"}, "ids-in-sources": {"a3": "1104"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "SO", "COU": "I", "DAY": "22", "LAT": "46N12", "LON": "10E 0", "MON": "10", "NUM": "1104", "PRO": "M", "SEC": "0", "YEA": "1912", "CITY": "SONDALO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6820	biggi-emilio-1855-10-27	{"a3": "1105"}	{"lerrcp": "A3-1105"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emilio", "family": "Biggi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PC", "c3": null, "cy": "IT", "lg": 9.75, "lat": 45, "name": "CASTEL SAN GIOV", "geoid": 0}, "notime": null, "date-ut": "1855-10-27 10:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emilio", "family": "Biggi"}, "birth": {"place": {"c2": "PC", "cy": "IT", "lg": 9.75, "lat": 45, "name": "CASTEL SAN GIOV", "geoid": 0}, "date-ut": "1855-10-27 10:21"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1105"}, "ids-in-sources": {"a3": "1105"}}, "raw": {"H": "11", "MN": "21", "TZ": "-1", "COD": "PC", "COU": "I", "DAY": "27", "LAT": "45N 0", "LON": "9E45", "MON": "10", "NUM": "1105", "PRO": "M", "SEC": "0", "YEA": "1855", "CITY": "CASTEL SAN GIOV"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6821	birindelli-gino-1911-01-19	{"a3": "1106"}	{"lerrcp": "A3-1106"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gino", "family": "Birindelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PT", "c3": null, "cy": "IT", "lg": 10.69041, "lat": 43.89705, "name": "Pescia", "geoid": 3171148}, "notime": null, "date-ut": "1911-01-19 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gino", "family": "Birindelli"}, "birth": {"place": {"c2": "PT", "cy": "IT", "lg": 10.69041, "lat": 43.89705, "name": "Pescia", "geoid": 3171148}, "date-ut": "1911-01-19 08:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1106"}, "ids-in-sources": {"a3": "1106"}}, "raw": {"H": "9", "MN": "0", "TZ": "-1", "COD": "PT", "COU": "I", "DAY": "19", "LAT": "44N 0", "LON": "11E15", "MON": "1", "NUM": "1106", "PRO": "M", "SEC": "0", "YEA": "1911", "CITY": "PESCIA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6822	biscaretti-ruffia-guido-1867-10-28	{"a3": "1107"}	{"lerrcp": "A3-1107"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Biscaretti Ruffia Guido", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1867-10-28 08:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Biscaretti Ruffia Guido"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1867-10-28 08:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1107"}, "ids-in-sources": {"a3": "1107"}}, "raw": {"H": "9", "MN": "10", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "28", "LAT": "45N 0", "LON": "8E 0", "MON": "10", "NUM": "1107", "PRO": "M", "SEC": "4", "YEA": "1867", "CITY": "TORINO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6823	bloise-carlo-1862-05-18	{"a3": "1108"}	{"lerrcp": "A3-1108"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Bloise", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 16.85118, "lat": 41.11773, "name": "Bari", "geoid": 3182351}, "notime": null, "date-ut": "1862-05-18 08:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Bloise"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 16.85118, "lat": 41.11773, "name": "Bari", "geoid": 3182351}, "date-ut": "1862-05-18 08:52"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1108"}, "ids-in-sources": {"a3": "1108"}}, "raw": {"H": "9", "MN": "52", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "18", "LAT": "41N12", "LON": "17E 0", "MON": "5", "NUM": "1108", "PRO": "M", "SEC": "0", "YEA": "1862", "CITY": "BARI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6824	boldoni-camillo-1815-12-24	{"a3": "1109"}	{"lerrcp": "A3-1109"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camillo", "family": "Boldoni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 17, "lat": 41.2, "name": "BARLETTA", "geoid": 0}, "notime": null, "date-ut": "1815-12-24 09:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Camillo", "family": "Boldoni"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 17, "lat": 41.2, "name": "BARLETTA", "geoid": 0}, "date-ut": "1815-12-24 09:52"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1109"}, "ids-in-sources": {"a3": "1109"}}, "raw": {"H": "10", "MN": "52", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "24", "LAT": "41N12", "LON": "17E 0", "MON": "12", "NUM": "1109", "PRO": "M", "SEC": "0", "YEA": "1815", "CITY": "BARLETTA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6825	boldrini-arrigo-1915-09-06	{"a3": "1110"}	{"lerrcp": "A3-1110"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arrigo", "family": "Boldrini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 12.20111, "lat": 44.4175, "name": "Ravenna", "geoid": 3169561}, "notime": null, "date-ut": "1915-09-06 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Arrigo", "family": "Boldrini"}, "birth": {"place": {"c2": "RA", "cy": "IT", "lg": 12.20111, "lat": 44.4175, "name": "Ravenna", "geoid": 3169561}, "date-ut": "1915-09-06 08:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1110"}, "ids-in-sources": {"a3": "1110"}}, "raw": {"H": "9", "MN": "0", "TZ": "-1", "COD": "RA", "COU": "I", "DAY": "6", "LAT": "44N24", "LON": "12E15", "MON": "9", "NUM": "1110", "PRO": "M", "SEC": "0", "YEA": "1915", "CITY": "RAVENNA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6826	gauquelin-a3-1111-1871-11-26	{"a3": "1111"}	{"lerrcp": "A3-1111"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1111", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "ZIBIDO SAN GIAC", "geoid": 0}, "notime": null, "date-ut": "1871-11-26 18:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1111"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "ZIBIDO SAN GIAC", "geoid": 0}, "date-ut": "1871-11-26 18:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1111"}, "ids-in-sources": {"a3": "1111"}}, "raw": {"H": "19", "MN": "10", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "26", "LAT": "45N30", "LON": "9E15", "MON": "11", "NUM": "1111", "PRO": "M", "SEC": "4", "YEA": "1871", "CITY": "ZIBIDO SAN GIAC"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6827	bompiano-giorgio-1854-10-08	{"a3": "1112"}	{"lerrcp": "A3-1112"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giorgio", "family": "Bompiano", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FR", "c3": null, "cy": "IT", "lg": 13.41774, "lat": 41.6824, "name": "Veroli", "geoid": 3164528}, "notime": null, "date-ut": "1854-10-08 09:07"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giorgio", "family": "Bompiano"}, "birth": {"place": {"c2": "FR", "cy": "IT", "lg": 13.41774, "lat": 41.6824, "name": "Veroli", "geoid": 3164528}, "date-ut": "1854-10-08 09:07"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1112"}, "ids-in-sources": {"a3": "1112"}}, "raw": {"H": "10", "MN": "7", "TZ": "-1", "COD": "FR", "COU": "I", "DAY": "8", "LAT": "41N36", "LON": "13E15", "MON": "10", "NUM": "1112", "PRO": "M", "SEC": "0", "YEA": "1854", "CITY": "VEROLI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6828	bonetti-mario-1888-03-03	{"a3": "1113"}	{"lerrcp": "A3-1113"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Bonetti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AR", "c3": null, "cy": "IT", "lg": 11.88261, "lat": 43.46734, "name": "Arezzo", "geoid": 3182884}, "notime": null, "date-ut": "1888-03-03 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Bonetti"}, "birth": {"place": {"c2": "AR", "cy": "IT", "lg": 11.88261, "lat": 43.46734, "name": "Arezzo", "geoid": 3182884}, "date-ut": "1888-03-03 00:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1113"}, "ids-in-sources": {"a3": "1113"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "AR", "COU": "I", "DAY": "3", "LAT": "43N30", "LON": "12E 0", "MON": "3", "NUM": "1113", "PRO": "M", "SEC": "4", "YEA": "1888", "CITY": "AREZZO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6829	bongoianni-emilio-1898-09-30	{"a3": "1114"}	{"lerrcp": "A3-1114"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emilio", "family": "Bongoianni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1898-09-30 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emilio", "family": "Bongoianni"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1898-09-30 05:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1114"}, "ids-in-sources": {"a3": "1114"}}, "raw": {"H": "6", "MN": "30", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "30", "LAT": "45N 0", "LON": "8E 0", "MON": "9", "NUM": "1114", "PRO": "M", "SEC": "0", "YEA": "1898", "CITY": "TORINO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6830	gauquelin-a3-1115-1920-04-23	{"a3": "1115"}	{"lerrcp": "A3-1115"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1115", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TP", "c3": null, "cy": "IT", "lg": 12.5, "lat": 38, "name": "CAMPOBELLO DI M", "geoid": 0}, "notime": null, "date-ut": "1920-04-23 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1115"}, "birth": {"place": {"c2": "TP", "cy": "IT", "lg": 12.5, "lat": 38, "name": "CAMPOBELLO DI M", "geoid": 0}, "date-ut": "1920-04-23 09:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1115"}, "ids-in-sources": {"a3": "1115"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "TP", "COU": "I", "DAY": "23", "LAT": "38N 0", "LON": "12E30", "MON": "4", "NUM": "1115", "PRO": "M", "SEC": "0", "YEA": "1920", "CITY": "CAMPOBELLO DI M"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6831	bonomi-giovanni-1886-12-19	{"a3": "1116"}	{"lerrcp": "A3-1116"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Bonomi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "IT", "lg": 9, "lat": 45.8, "name": "BRISSAGO", "geoid": 0}, "notime": null, "date-ut": "1886-12-19 02:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Bonomi"}, "birth": {"place": {"c2": "VA", "cy": "IT", "lg": 9, "lat": 45.8, "name": "BRISSAGO", "geoid": 0}, "date-ut": "1886-12-19 02:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1116"}, "ids-in-sources": {"a3": "1116"}}, "raw": {"H": "3", "MN": "10", "TZ": "-1", "COD": "VA", "COU": "I", "DAY": "19", "LAT": "45N48", "LON": "9E 0", "MON": "12", "NUM": "1116", "PRO": "M", "SEC": "4", "YEA": "1886", "CITY": "BRISSAGO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6832	gauquelin-a3-1117-1892-09-21	{"a3": "1117"}	{"lerrcp": "A3-1117"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1117", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CZ", "c3": null, "cy": "IT", "lg": 16.31667, "lat": 38.98333, "name": "Nicastro", "geoid": 2524013}, "notime": null, "date-ut": "1892-09-21 09:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1117"}, "birth": {"place": {"c2": "CZ", "cy": "IT", "lg": 16.31667, "lat": 38.98333, "name": "Nicastro", "geoid": 2524013}, "date-ut": "1892-09-21 09:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1117"}, "ids-in-sources": {"a3": "1117"}}, "raw": {"H": "10", "MN": "40", "TZ": "-1", "COD": "CZ", "COU": "I", "DAY": "21", "LAT": "39N 0", "LON": "17E30", "MON": "9", "NUM": "1117", "PRO": "M", "SEC": "4", "YEA": "1892", "CITY": "NICASTRO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6833	boriani-giuseppe-1868-05-18	{"a3": "1118"}	{"lerrcp": "A3-1118"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Boriani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PC", "c3": null, "cy": "IT", "lg": 9.87107, "lat": 45.04847, "name": "Caorso", "geoid": 3180748}, "notime": null, "date-ut": "1868-05-18 16:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Boriani"}, "birth": {"place": {"c2": "PC", "cy": "IT", "lg": 9.87107, "lat": 45.04847, "name": "Caorso", "geoid": 3180748}, "date-ut": "1868-05-18 16:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1118"}, "ids-in-sources": {"a3": "1118"}}, "raw": {"H": "17", "MN": "10", "TZ": "-1", "COD": "PC", "COU": "I", "DAY": "18", "LAT": "45N 0", "LON": "9E45", "MON": "5", "NUM": "1118", "PRO": "M", "SEC": "4", "YEA": "1868", "CITY": "CAORSO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6834	gauquelin-a3-1119-1878-10-27	{"a3": "1119"}	{"lerrcp": "A3-1119"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1119", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1878-10-27 02:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1119"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1878-10-27 02:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1119"}, "ids-in-sources": {"a3": "1119"}}, "raw": {"H": "3", "MN": "10", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "27", "LAT": "45N 0", "LON": "8E 0", "MON": "10", "NUM": "1119", "PRO": "M", "SEC": "4", "YEA": "1878", "CITY": "TORINO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6835	boselli-rodolfo-1887-05-21	{"a3": "1120"}	{"lerrcp": "A3-1120"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rodolfo", "family": "Boselli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "notime": null, "date-ut": "1887-05-21 13:15:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Rodolfo", "family": "Boselli"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "date-ut": "1887-05-21 13:15:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1120"}, "ids-in-sources": {"a3": "1120"}}, "raw": {"H": "14", "MN": "15", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "21", "LAT": "44N36", "LON": "11E15", "MON": "5", "NUM": "1120", "PRO": "M", "SEC": "4", "YEA": "1887", "CITY": "MODENA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6836	bossi-maurilio-1897-02-20	{"a3": "1121"}	{"lerrcp": "A3-1121"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurilio", "family": "Bossi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "IT", "lg": 9.03464, "lat": 45.62787, "name": "Saronno", "geoid": 3167113}, "notime": null, "date-ut": "1897-02-20 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maurilio", "family": "Bossi"}, "birth": {"place": {"c2": "VA", "cy": "IT", "lg": 9.03464, "lat": 45.62787, "name": "Saronno", "geoid": 3167113}, "date-ut": "1897-02-20 19:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1121"}, "ids-in-sources": {"a3": "1121"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "VA", "COU": "I", "DAY": "20", "LAT": "45N48", "LON": "9E 0", "MON": "2", "NUM": "1121", "PRO": "M", "SEC": "0", "YEA": "1897", "CITY": "SARONNO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6837	bottego-vittorio-1860-07-29	{"a3": "1122"}	{"lerrcp": "A3-1122"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vittorio", "family": "Bottego", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "notime": null, "date-ut": "1860-07-29 05:47"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Vittorio", "family": "Bottego"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "date-ut": "1860-07-29 05:47"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1122"}, "ids-in-sources": {"a3": "1122"}}, "raw": {"H": "6", "MN": "47", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "29", "LAT": "44N48", "LON": "10E45", "MON": "7", "NUM": "1122", "PRO": "M", "SEC": "0", "YEA": "1860", "CITY": "PARMA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6838	botto-ernesto-1907-11-08	{"a3": "1123"}	{"lerrcp": "A3-1123"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernesto", "family": "Botto", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1907-11-08 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ernesto", "family": "Botto"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1907-11-08 01:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1123"}, "ids-in-sources": {"a3": "1123"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "8", "LAT": "45N 0", "LON": "8E 0", "MON": "11", "NUM": "1123", "PRO": "M", "SEC": "0", "YEA": "1907", "CITY": "TORINO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6839	boveri-vincenzo-1867-02-06	{"a3": "1124"}	{"lerrcp": "A3-1124"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincenzo", "family": "Boveri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PC", "c3": null, "cy": "IT", "lg": 9.69937, "lat": 45.04676, "name": "Piacenza", "geoid": 3171058}, "notime": null, "date-ut": "1867-02-06 15:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Vincenzo", "family": "Boveri"}, "birth": {"place": {"c2": "PC", "cy": "IT", "lg": 9.69937, "lat": 45.04676, "name": "Piacenza", "geoid": 3171058}, "date-ut": "1867-02-06 15:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1124"}, "ids-in-sources": {"a3": "1124"}}, "raw": {"H": "16", "MN": "10", "TZ": "-1", "COD": "PC", "COU": "I", "DAY": "6", "LAT": "45N 0", "LON": "9E45", "MON": "2", "NUM": "1124", "PRO": "M", "SEC": "4", "YEA": "1867", "CITY": "PIACENZA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6840	brenci-alessandro-1894-03-10	{"a3": "1125"}	{"lerrcp": "A3-1125"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alessandro", "family": "Brenci", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VT", "c3": null, "cy": "IT", "lg": 11.87637, "lat": 42.7405, "name": "Acquapendente", "geoid": 3183516}, "notime": null, "date-ut": "1894-03-10 05:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alessandro", "family": "Brenci"}, "birth": {"place": {"c2": "VT", "cy": "IT", "lg": 11.87637, "lat": 42.7405, "name": "Acquapendente", "geoid": 3183516}, "date-ut": "1894-03-10 05:15"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1125"}, "ids-in-sources": {"a3": "1125"}}, "raw": {"H": "6", "MN": "15", "TZ": "-1", "COD": "VT", "COU": "I", "DAY": "10", "LAT": "42N24", "LON": "12E 0", "MON": "3", "NUM": "1125", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "ACQUAPENDENTE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6841	brignole-giuseppe-1906-10-06	{"a3": "1126"}	{"lerrcp": "A3-1126"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Brignole", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SV", "c3": null, "cy": "IT", "lg": 8.41458, "lat": 44.20608, "name": "Noli", "geoid": 3172225}, "notime": null, "date-ut": "1906-10-06 03:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Brignole"}, "birth": {"place": {"c2": "SV", "cy": "IT", "lg": 8.41458, "lat": 44.20608, "name": "Noli", "geoid": 3172225}, "date-ut": "1906-10-06 03:02"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1126"}, "ids-in-sources": {"a3": "1126"}}, "raw": {"H": "4", "MN": "2", "TZ": "-1", "COD": "SV", "COU": "I", "DAY": "6", "LAT": "44N18", "LON": "8E45", "MON": "10", "NUM": "1126", "PRO": "M", "SEC": "0", "YEA": "1906", "CITY": "NOLI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6842	gauquelin-a3-1127-1888-11-22	{"a3": "1127"}	{"lerrcp": "A3-1127"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1127", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AN", "c3": null, "cy": "IT", "lg": 13.51008, "lat": 43.59816, "name": "Ancona", "geoid": 3183089}, "notime": null, "date-ut": "1888-11-22 06:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1127"}, "birth": {"place": {"c2": "AN", "cy": "IT", "lg": 13.51008, "lat": 43.59816, "name": "Ancona", "geoid": 3183089}, "date-ut": "1888-11-22 06:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1127"}, "ids-in-sources": {"a3": "1127"}}, "raw": {"H": "7", "MN": "10", "TZ": "-1", "COD": "AN", "COU": "I", "DAY": "22", "LAT": "43N42", "LON": "13E45", "MON": "11", "NUM": "1127", "PRO": "M", "SEC": "4", "YEA": "1888", "CITY": "ANCONA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6843	brussi-roberto-1866-12-15	{"a3": "1128"}	{"lerrcp": "A3-1128"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roberto", "family": "Brussi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 11.88334, "lat": 44.2857, "name": "Faenza", "geoid": 3177300}, "notime": null, "date-ut": "1866-12-15 06:26"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Roberto", "family": "Brussi"}, "birth": {"place": {"c2": "RA", "cy": "IT", "lg": 11.88334, "lat": 44.2857, "name": "Faenza", "geoid": 3177300}, "date-ut": "1866-12-15 06:26"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1128"}, "ids-in-sources": {"a3": "1128"}}, "raw": {"H": "7", "MN": "26", "TZ": "-1", "COD": "RA", "COU": "I", "DAY": "15", "LAT": "44N24", "LON": "12E15", "MON": "12", "NUM": "1128", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "FAENZA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6844	buccella-gino-1894-11-14	{"a3": "1129"}	{"lerrcp": "A3-1129"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gino", "family": "Buccella", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TN", "c3": null, "cy": "IT", "lg": 11.12108, "lat": 46.06787, "name": "Trento", "geoid": 3165243}, "notime": null, "date-ut": "1894-11-14 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gino", "family": "Buccella"}, "birth": {"place": {"c2": "TN", "cy": "IT", "lg": 11.12108, "lat": 46.06787, "name": "Trento", "geoid": 3165243}, "date-ut": "1894-11-14 09:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1129"}, "ids-in-sources": {"a3": "1129"}}, "raw": {"H": "10", "MN": "30", "TZ": "-1", "COD": "TN", "COU": "I", "DAY": "14", "LAT": "46N 0", "LON": "12E 0", "MON": "11", "NUM": "1129", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "TRENTO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6845	buffa-perero-carlo-1867-12-20	{"a3": "1130"}	{"lerrcp": "A3-1130"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Buffa Perero Carlo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1867-12-20 20:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Buffa Perero Carlo"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1867-12-20 20:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1130"}, "ids-in-sources": {"a3": "1130"}}, "raw": {"H": "21", "MN": "40", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "20", "LAT": "45N 0", "LON": "8E 0", "MON": "12", "NUM": "1130", "PRO": "M", "SEC": "4", "YEA": "1867", "CITY": "TORINO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6846	buonomo-lorenzo-1857-10-04	{"a3": "1131"}	{"lerrcp": "A3-1131"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lorenzo", "family": "Buonomo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 17, "lat": 41.2, "name": "ANDRIA", "geoid": 0}, "notime": null, "date-ut": "1857-10-04 18:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Lorenzo", "family": "Buonomo"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 17, "lat": 41.2, "name": "ANDRIA", "geoid": 0}, "date-ut": "1857-10-04 18:52"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1131"}, "ids-in-sources": {"a3": "1131"}}, "raw": {"H": "19", "MN": "52", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "4", "LAT": "41N12", "LON": "17E 0", "MON": "10", "NUM": "1131", "PRO": "M", "SEC": "0", "YEA": "1857", "CITY": "ANDRIA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6847	burocchi-giovanni-1881-04-16	{"a3": "1132"}	{"lerrcp": "A3-1132"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Burocchi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MT", "c3": null, "cy": "IT", "lg": 16.75, "lat": 40.6, "name": "PENNA SAN GIOVA", "geoid": 0}, "notime": null, "date-ut": "1881-04-16 08:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Burocchi"}, "birth": {"place": {"c2": "MT", "cy": "IT", "lg": 16.75, "lat": 40.6, "name": "PENNA SAN GIOVA", "geoid": 0}, "date-ut": "1881-04-16 08:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1132"}, "ids-in-sources": {"a3": "1132"}}, "raw": {"H": "9", "MN": "10", "TZ": "-1", "COD": "MT", "COU": "I", "DAY": "16", "LAT": "40N36", "LON": "16E45", "MON": "4", "NUM": "1132", "PRO": "M", "SEC": "4", "YEA": "1881", "CITY": "PENNA SAN GIOVA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6848	cadlolo-alberto-1899-08-13	{"a3": "1133"}	{"lerrcp": "A3-1133"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberto", "family": "Cadlolo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1899-08-13 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alberto", "family": "Cadlolo"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1899-08-13 21:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1133"}, "ids-in-sources": {"a3": "1133"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "13", "LAT": "41N54", "LON": "12E30", "MON": "8", "NUM": "1133", "PRO": "M", "SEC": "0", "YEA": "1899", "CITY": "ROMA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6849	cadorna-luigi-1850-09-04	{"a3": "1134"}	{"lerrcp": "A3-1134"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Cadorna", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 9, "lat": 45.5, "name": "PALLANZA-VERBAN", "geoid": 0}, "notime": null, "date-ut": "1850-09-04 10:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Cadorna"}, "birth": {"place": {"c2": "NO", "cy": "IT", "lg": 9, "lat": 45.5, "name": "PALLANZA-VERBAN", "geoid": 0}, "date-ut": "1850-09-04 10:54"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1134"}, "ids-in-sources": {"a3": "1134"}}, "raw": {"H": "11", "MN": "54", "TZ": "-1", "COD": "NO", "COU": "I", "DAY": "4", "LAT": "45N30", "LON": "9E 0", "MON": "9", "NUM": "1134", "PRO": "M", "SEC": "0", "YEA": "1850", "CITY": "PALLANZA-VERBAN"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6850	cagni-bu-umberto-1863-02-24	{"a3": "1135"}	{"lerrcp": "A3-1135"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Cagni Bu Umberto", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AT", "c3": null, "cy": "IT", "lg": 8.20684, "lat": 44.89795, "name": "Asti", "geoid": 3182714}, "notime": null, "date-ut": "1863-02-24 07:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Cagni Bu Umberto"}, "birth": {"place": {"c2": "AT", "cy": "IT", "lg": 8.20684, "lat": 44.89795, "name": "Asti", "geoid": 3182714}, "date-ut": "1863-02-24 07:56"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1135"}, "ids-in-sources": {"a3": "1135"}}, "raw": {"H": "8", "MN": "56", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "24", "LAT": "44N54", "LON": "8E30", "MON": "2", "NUM": "1135", "PRO": "M", "SEC": "0", "YEA": "1863", "CITY": "ASTI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6851	calcagno-beniamino-1850-08-23	{"a3": "1136"}	{"lerrcp": "A3-1136"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Beniamino", "family": "Calcagno", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PZ", "c3": null, "cy": "IT", "lg": 15.83578, "lat": 40.0465, "name": "Lauria", "geoid": 3175034}, "notime": null, "date-ut": "1850-08-23 01:22"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Beniamino", "family": "Calcagno"}, "birth": {"place": {"c2": "PZ", "cy": "IT", "lg": 15.83578, "lat": 40.0465, "name": "Lauria", "geoid": 3175034}, "date-ut": "1850-08-23 01:22"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1136"}, "ids-in-sources": {"a3": "1136"}}, "raw": {"H": "2", "MN": "22", "TZ": "-1", "COD": "PZ", "COU": "I", "DAY": "23", "LAT": "40N30", "LON": "15E45", "MON": "8", "NUM": "1136", "PRO": "M", "SEC": "0", "YEA": "1850", "CITY": "LAURIA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6852	calcagno-riccardo-1872-09-01	{"a3": "1137"}	{"lerrcp": "A3-1137"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Riccardo", "family": "Calcagno", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LE", "c3": null, "cy": "IT", "lg": 18.17202, "lat": 40.35703, "name": "Lecce", "geoid": 3174953}, "notime": null, "date-ut": "1872-09-01 17:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Riccardo", "family": "Calcagno"}, "birth": {"place": {"c2": "LE", "cy": "IT", "lg": 18.17202, "lat": 40.35703, "name": "Lecce", "geoid": 3174953}, "date-ut": "1872-09-01 17:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1137"}, "ids-in-sources": {"a3": "1137"}}, "raw": {"H": "18", "MN": "40", "TZ": "-1", "COD": "LE", "COU": "I", "DAY": "1", "LAT": "40N24", "LON": "18E45", "MON": "9", "NUM": "1137", "PRO": "M", "SEC": "4", "YEA": "1872", "CITY": "LECCE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6853	calderoni-antonio-1888-03-05	{"a3": "1138"}	{"lerrcp": "A3-1138"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Calderoni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 11.90763, "lat": 44.42707, "name": "Lugo", "geoid": 3174494}, "notime": null, "date-ut": "1888-03-05 12:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Calderoni"}, "birth": {"place": {"c2": "RA", "cy": "IT", "lg": 11.90763, "lat": 44.42707, "name": "Lugo", "geoid": 3174494}, "date-ut": "1888-03-05 12:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1138"}, "ids-in-sources": {"a3": "1138"}}, "raw": {"H": "13", "MN": "10", "TZ": "-1", "COD": "RA", "COU": "I", "DAY": "5", "LAT": "44N24", "LON": "12E15", "MON": "3", "NUM": "1138", "PRO": "M", "SEC": "4", "YEA": "1888", "CITY": "LUGO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6854	gauquelin-a3-1139-1843-01-19	{"a3": "1139"}	{"lerrcp": "A3-1139"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1139", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AT", "c3": null, "cy": "IT", "lg": 8.26524, "lat": 45.05025, "name": "Moncalvo", "geoid": 3173179}, "notime": null, "date-ut": "1843-01-19 10:26"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1139"}, "birth": {"place": {"c2": "AT", "cy": "IT", "lg": 8.26524, "lat": 45.05025, "name": "Moncalvo", "geoid": 3173179}, "date-ut": "1843-01-19 10:26"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1139"}, "ids-in-sources": {"a3": "1139"}}, "raw": {"H": "11", "MN": "26", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "19", "LAT": "44N54", "LON": "8E30", "MON": "1", "NUM": "1139", "PRO": "M", "SEC": "0", "YEA": "1843", "CITY": "MONCALVO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6855	campioni-inigo-1878-11-14	{"a3": "1140"}	{"lerrcp": "A3-1140"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Inigo", "family": "Campioni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LU", "c3": null, "cy": "IT", "lg": 10.2558, "lat": 43.87354, "name": "Viareggio", "geoid": 3164433}, "notime": null, "date-ut": "1878-11-14 17:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Inigo", "family": "Campioni"}, "birth": {"place": {"c2": "LU", "cy": "IT", "lg": 10.2558, "lat": 43.87354, "name": "Viareggio", "geoid": 3164433}, "date-ut": "1878-11-14 17:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1140"}, "ids-in-sources": {"a3": "1140"}}, "raw": {"H": "18", "MN": "10", "TZ": "-1", "COD": "LU", "COU": "I", "DAY": "14", "LAT": "43N42", "LON": "11E 0", "MON": "11", "NUM": "1140", "PRO": "M", "SEC": "4", "YEA": "1878", "CITY": "VIAREGGIO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6856	campolieti-nicola-1865-06-11	{"a3": "1141"}	{"lerrcp": "A3-1141"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicola", "family": "Campolieti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CB", "c3": null, "cy": "IT", "lg": 14.98953, "lat": 41.98884, "name": "Termoli", "geoid": 3165773}, "notime": null, "date-ut": "1865-06-11 20:01"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Nicola", "family": "Campolieti"}, "birth": {"place": {"c2": "CB", "cy": "IT", "lg": 14.98953, "lat": 41.98884, "name": "Termoli", "geoid": 3165773}, "date-ut": "1865-06-11 20:01"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1141"}, "ids-in-sources": {"a3": "1141"}}, "raw": {"H": "21", "MN": "1", "TZ": "-1", "COD": "CB", "COU": "I", "DAY": "11", "LAT": "41N36", "LON": "14E45", "MON": "6", "NUM": "1141", "PRO": "M", "SEC": "0", "YEA": "1865", "CITY": "TERMOLI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6857	cangemi-alberto-1863-12-10	{"a3": "1142"}	{"lerrcp": "A3-1142"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberto", "family": "Cangemi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CE", "c3": null, "cy": "IT", "lg": 14.37683, "lat": 41.04001, "name": "Maddaloni", "geoid": 3174358}, "notime": null, "date-ut": "1863-12-10 01:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alberto", "family": "Cangemi"}, "birth": {"place": {"c2": "CE", "cy": "IT", "lg": 14.37683, "lat": 41.04001, "name": "Maddaloni", "geoid": 3174358}, "date-ut": "1863-12-10 01:02"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1142"}, "ids-in-sources": {"a3": "1142"}}, "raw": {"H": "2", "MN": "2", "TZ": "-1", "COD": "CE", "COU": "I", "DAY": "10", "LAT": "41N 6", "LON": "14E30", "MON": "12", "NUM": "1142", "PRO": "M", "SEC": "0", "YEA": "1863", "CITY": "MADDALONI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6858	cangemi-alfredo-1862-03-16	{"a3": "1143"}	{"lerrcp": "A3-1143"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfredo", "family": "Cangemi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CE", "c3": null, "cy": "IT", "lg": 14.2133, "lat": 41.11082, "name": "Capua", "geoid": 3180601}, "notime": null, "date-ut": "1862-03-16 04:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alfredo", "family": "Cangemi"}, "birth": {"place": {"c2": "CE", "cy": "IT", "lg": 14.2133, "lat": 41.11082, "name": "Capua", "geoid": 3180601}, "date-ut": "1862-03-16 04:02"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1143"}, "ids-in-sources": {"a3": "1143"}}, "raw": {"H": "5", "MN": "2", "TZ": "-1", "COD": "CE", "COU": "I", "DAY": "16", "LAT": "41N 6", "LON": "14E30", "MON": "3", "NUM": "1143", "PRO": "M", "SEC": "0", "YEA": "1862", "CITY": "CAPUA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6859	cantu-giuseppe-1873-05-24	{"a3": "1144"}	{"lerrcp": "A3-1144"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Cantu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BS", "c3": null, "cy": "IT", "lg": 9.92156, "lat": 45.40398, "name": "Orzinuovi", "geoid": 3171869}, "notime": null, "date-ut": "1873-05-24 06:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Cantu"}, "birth": {"place": {"c2": "BS", "cy": "IT", "lg": 9.92156, "lat": 45.40398, "name": "Orzinuovi", "geoid": 3171869}, "date-ut": "1873-05-24 06:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1144"}, "ids-in-sources": {"a3": "1144"}}, "raw": {"H": "7", "MN": "10", "TZ": "-1", "COD": "BS", "COU": "I", "DAY": "24", "LAT": "45N30", "LON": "11E 0", "MON": "5", "NUM": "1144", "PRO": "M", "SEC": "4", "YEA": "1873", "CITY": "ORZINUOVI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6860	gauquelin-a3-1145-1891-09-24	{"a3": "1145"}	{"lerrcp": "A3-1145"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1145", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.53884, "lat": 40.63771, "name": "Agerola", "geoid": 3183446}, "notime": null, "date-ut": "1891-09-24 21:15:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1145"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.53884, "lat": 40.63771, "name": "Agerola", "geoid": 3183446}, "date-ut": "1891-09-24 21:15:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1145"}, "ids-in-sources": {"a3": "1145"}}, "raw": {"H": "22", "MN": "15", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "24", "LAT": "40N54", "LON": "14E 0", "MON": "9", "NUM": "1145", "PRO": "M", "SEC": "4", "YEA": "1891", "CITY": "AGEROLA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6861	capocci-teodoro-1894-03-26	{"a3": "1146"}	{"lerrcp": "A3-1146"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Teodoro", "family": "Capocci", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AV", "c3": null, "cy": "IT", "lg": 15.18775, "lat": 40.87652, "name": "Lioni", "geoid": 3174697}, "notime": null, "date-ut": "1894-03-26 11:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Teodoro", "family": "Capocci"}, "birth": {"place": {"c2": "AV", "cy": "IT", "lg": 15.18775, "lat": 40.87652, "name": "Lioni", "geoid": 3174697}, "date-ut": "1894-03-26 11:15"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1146"}, "ids-in-sources": {"a3": "1146"}}, "raw": {"H": "12", "MN": "15", "TZ": "-1", "COD": "AV", "COU": "I", "DAY": "26", "LAT": "41N 0", "LON": "15E 0", "MON": "3", "NUM": "1146", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "LIONI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6862	caputo-giacomo-1892-07-27	{"a3": "1147"}	{"lerrcp": "A3-1147"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giacomo", "family": "Caputo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LE", "c3": null, "cy": "IT", "lg": 18.07042, "lat": 40.14292, "name": "Galatone", "geoid": 3176406}, "notime": null, "date-ut": "1892-07-27 22:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giacomo", "family": "Caputo"}, "birth": {"place": {"c2": "LE", "cy": "IT", "lg": 18.07042, "lat": 40.14292, "name": "Galatone", "geoid": 3176406}, "date-ut": "1892-07-27 22:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1147"}, "ids-in-sources": {"a3": "1147"}}, "raw": {"H": "23", "MN": "40", "TZ": "-1", "COD": "LE", "COU": "I", "DAY": "27", "LAT": "40N24", "LON": "18E45", "MON": "7", "NUM": "1147", "PRO": "M", "SEC": "4", "YEA": "1892", "CITY": "GALATONE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6863	carbone-demetrio-1860-04-17	{"a3": "1148"}	{"lerrcp": "A3-1148"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Demetrio", "family": "Carbone", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RC", "c3": null, "cy": "IT", "lg": 15.66129, "lat": 38.11047, "name": "Reggio Calabria", "geoid": 2523630}, "notime": null, "date-ut": "1860-04-17 11:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Demetrio", "family": "Carbone"}, "birth": {"place": {"c2": "RC", "cy": "IT", "lg": 15.66129, "lat": 38.11047, "name": "Reggio Calabria", "geoid": 2523630}, "date-ut": "1860-04-17 11:58"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1148"}, "ids-in-sources": {"a3": "1148"}}, "raw": {"H": "12", "MN": "58", "TZ": "-1", "COD": "RC", "COU": "I", "DAY": "17", "LAT": "38N 6", "LON": "15E30", "MON": "4", "NUM": "1148", "PRO": "M", "SEC": "0", "YEA": "1860", "CITY": "REGGIO CALABRIA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6864	carbone-domenico-1854-05-22	{"a3": "1149"}	{"lerrcp": "A3-1149"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Domenico", "family": "Carbone", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RC", "c3": null, "cy": "IT", "lg": 15.66129, "lat": 38.11047, "name": "Reggio Calabria", "geoid": 2523630}, "notime": null, "date-ut": "1854-05-22 14:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Domenico", "family": "Carbone"}, "birth": {"place": {"c2": "RC", "cy": "IT", "lg": 15.66129, "lat": 38.11047, "name": "Reggio Calabria", "geoid": 2523630}, "date-ut": "1854-05-22 14:58"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1149"}, "ids-in-sources": {"a3": "1149"}}, "raw": {"H": "15", "MN": "58", "TZ": "-1", "COD": "RC", "COU": "I", "DAY": "22", "LAT": "38N 6", "LON": "15E30", "MON": "5", "NUM": "1149", "PRO": "M", "SEC": "0", "YEA": "1854", "CITY": "REGGIO CALABRIA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6865	carbone-vincenzo-1868-06-23	{"a3": "1150"}	{"lerrcp": "A3-1150"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincenzo", "family": "Carbone", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RC", "c3": null, "cy": "IT", "lg": 15.66129, "lat": 38.11047, "name": "Reggio Calabria", "geoid": 2523630}, "notime": null, "date-ut": "1868-06-23 21:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Vincenzo", "family": "Carbone"}, "birth": {"place": {"c2": "RC", "cy": "IT", "lg": 15.66129, "lat": 38.11047, "name": "Reggio Calabria", "geoid": 2523630}, "date-ut": "1868-06-23 21:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1150"}, "ids-in-sources": {"a3": "1150"}}, "raw": {"H": "22", "MN": "40", "TZ": "-1", "COD": "RC", "COU": "I", "DAY": "23", "LAT": "38N 6", "LON": "15E30", "MON": "6", "NUM": "1150", "PRO": "M", "SEC": "4", "YEA": "1868", "CITY": "REGGIO CALABRIA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6866	carletti-annibale-1888-07-23	{"a3": "1151"}	{"lerrcp": "A3-1151"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Annibale", "family": "Carletti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CR", "c3": null, "cy": "IT", "lg": 10.25678, "lat": 45.05607, "name": "Motta Baluffi", "geoid": 3172511}, "notime": null, "date-ut": "1888-07-23 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Annibale", "family": "Carletti"}, "birth": {"place": {"c2": "CR", "cy": "IT", "lg": 10.25678, "lat": 45.05607, "name": "Motta Baluffi", "geoid": 3172511}, "date-ut": "1888-07-23 07:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1151"}, "ids-in-sources": {"a3": "1151"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "CR", "COU": "I", "DAY": "23", "LAT": "45N12", "LON": "11E 0", "MON": "7", "NUM": "1151", "PRO": "M", "SEC": "4", "YEA": "1888", "CITY": "MOTTA BALUFFI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6867	carli-giuseppe-1896-02-16	{"a3": "1152"}	{"lerrcp": "A3-1152"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Carli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 17, "lat": 41.2, "name": "BARLETTA", "geoid": 0}, "notime": null, "date-ut": "1896-02-16 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Carli"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 17, "lat": 41.2, "name": "BARLETTA", "geoid": 0}, "date-ut": "1896-02-16 09:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1152"}, "ids-in-sources": {"a3": "1152"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "16", "LAT": "41N12", "LON": "17E 0", "MON": "2", "NUM": "1152", "PRO": "M", "SEC": "0", "YEA": "1896", "CITY": "BARLETTA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6868	carlotto-ermanno-1878-11-30	{"a3": "1153"}	{"lerrcp": "A3-1153"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ermanno", "family": "Carlotto", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CN", "c3": null, "cy": "IT", "lg": 8.02554, "lat": 44.38253, "name": "Ceva", "geoid": 3178930}, "notime": null, "date-ut": "1878-11-30 21:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ermanno", "family": "Carlotto"}, "birth": {"place": {"c2": "CN", "cy": "IT", "lg": 8.02554, "lat": 44.38253, "name": "Ceva", "geoid": 3178930}, "date-ut": "1878-11-30 21:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1153"}, "ids-in-sources": {"a3": "1153"}}, "raw": {"H": "22", "MN": "10", "TZ": "-1", "COD": "CN", "COU": "I", "DAY": "30", "LAT": "44N24", "LON": "7E15", "MON": "11", "NUM": "1153", "PRO": "M", "SEC": "4", "YEA": "1878", "CITY": "CEVA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6869	carmana-leone-1894-11-11	{"a3": "1154"}	{"lerrcp": "A3-1154"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leone", "family": "Carmana", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RE", "c3": null, "cy": "IT", "lg": 10.466, "lat": 44.36506, "name": "Villa Minozzo", "geoid": 3164203}, "notime": null, "date-ut": "1894-11-11 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Leone", "family": "Carmana"}, "birth": {"place": {"c2": "RE", "cy": "IT", "lg": 10.466, "lat": 44.36506, "name": "Villa Minozzo", "geoid": 3164203}, "date-ut": "1894-11-11 13:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1154"}, "ids-in-sources": {"a3": "1154"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "RE", "COU": "I", "DAY": "11", "LAT": "44N36", "LON": "10E45", "MON": "11", "NUM": "1154", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "VILLA MINOZZO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6870	carrano-emmanuele-1844-01-21	{"a3": "1155"}	{"lerrcp": "A3-1155"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emmanuele", "family": "Carrano", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CE", "c3": null, "cy": "IT", "lg": 14.21681, "lat": 40.96321, "name": "Aversa", "geoid": 3182640}, "notime": null, "date-ut": "1844-01-21 09:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emmanuele", "family": "Carrano"}, "birth": {"place": {"c2": "CE", "cy": "IT", "lg": 14.21681, "lat": 40.96321, "name": "Aversa", "geoid": 3182640}, "date-ut": "1844-01-21 09:02"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1155"}, "ids-in-sources": {"a3": "1155"}}, "raw": {"H": "10", "MN": "2", "TZ": "-1", "COD": "CE", "COU": "I", "DAY": "21", "LAT": "41N 6", "LON": "14E30", "MON": "1", "NUM": "1155", "PRO": "M", "SEC": "0", "YEA": "1844", "CITY": "AVERSA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6871	carroccio-alessandro-1886-01-30	{"a3": "1156"}	{"lerrcp": "A3-1156"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alessandro", "family": "Carroccio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1886-01-30 02:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alessandro", "family": "Carroccio"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1886-01-30 02:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1156"}, "ids-in-sources": {"a3": "1156"}}, "raw": {"H": "3", "MN": "40", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "30", "LAT": "45N 0", "LON": "8E 0", "MON": "1", "NUM": "1156", "PRO": "M", "SEC": "4", "YEA": "1886", "CITY": "TORINO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6872	carusi-antonio-1881-03-06	{"a3": "1157"}	{"lerrcp": "A3-1157"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Carusi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CH", "c3": null, "cy": "IT", "lg": 14.59172, "lat": 42.13784, "name": "Pollutri", "geoid": 3170369}, "notime": null, "date-ut": "1881-03-06 19:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Carusi"}, "birth": {"place": {"c2": "CH", "cy": "IT", "lg": 14.59172, "lat": 42.13784, "name": "Pollutri", "geoid": 3170369}, "date-ut": "1881-03-06 19:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1157"}, "ids-in-sources": {"a3": "1157"}}, "raw": {"H": "20", "MN": "40", "TZ": "-1", "COD": "CH", "COU": "I", "DAY": "6", "LAT": "42N18", "LON": "14E15", "MON": "3", "NUM": "1157", "PRO": "M", "SEC": "4", "YEA": "1881", "CITY": "POLLUTRI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6873	gauquelin-a3-1158-1884-08-24	{"a3": "1158"}	{"lerrcp": "A3-1158"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1158", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CZ", "c3": null, "cy": "IT", "lg": 17.5, "lat": 39, "name": "CASOLE BRUZIO", "geoid": 0}, "notime": null, "date-ut": "1884-08-24 04:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1158"}, "birth": {"place": {"c2": "CZ", "cy": "IT", "lg": 17.5, "lat": 39, "name": "CASOLE BRUZIO", "geoid": 0}, "date-ut": "1884-08-24 04:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1158"}, "ids-in-sources": {"a3": "1158"}}, "raw": {"H": "5", "MN": "10", "TZ": "-1", "COD": "CZ", "COU": "I", "DAY": "24", "LAT": "39N 0", "LON": "17E30", "MON": "8", "NUM": "1158", "PRO": "M", "SEC": "4", "YEA": "1884", "CITY": "CASOLE BRUZIO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6874	gauquelin-a3-1159-1894-10-05	{"a3": "1159"}	{"lerrcp": "A3-1159"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1159", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PC", "c3": null, "cy": "IT", "lg": 9.69937, "lat": 45.04676, "name": "Piacenza", "geoid": 3171058}, "notime": null, "date-ut": "1894-10-05 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1159"}, "birth": {"place": {"c2": "PC", "cy": "IT", "lg": 9.69937, "lat": 45.04676, "name": "Piacenza", "geoid": 3171058}, "date-ut": "1894-10-05 20:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1159"}, "ids-in-sources": {"a3": "1159"}}, "raw": {"H": "21", "MN": "0", "TZ": "-1", "COD": "PC", "COU": "I", "DAY": "5", "LAT": "45N 0", "LON": "9E45", "MON": "10", "NUM": "1159", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "PIACENZA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6875	casanuova-jerserinch-mario-1867-07-09	{"a3": "1160"}	{"lerrcp": "A3-1160"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Casanuova Jerserinch Mario", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AQ", "c3": null, "cy": "IT", "lg": 13.39954, "lat": 42.35055, "name": "L'Aquila", "geoid": 3175121}, "notime": null, "date-ut": "1867-07-09 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Casanuova Jerserinch Mario"}, "birth": {"place": {"c2": "AQ", "cy": "IT", "lg": 13.39954, "lat": 42.35055, "name": "L'Aquila", "geoid": 3175121}, "date-ut": "1867-07-09 03:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1160"}, "ids-in-sources": {"a3": "1160"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "AQ", "COU": "I", "DAY": "9", "LAT": "42N24", "LON": "13E30", "MON": "7", "NUM": "1160", "PRO": "M", "SEC": "4", "YEA": "1867", "CITY": "L AQUILA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6876	cascino-antonio-1862-09-14	{"a3": "1161"}	{"lerrcp": "A3-1161"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Cascino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "EN", "c3": null, "cy": "IT", "lg": 14.36717, "lat": 37.38595, "name": "Piazza Armerina", "geoid": 2523796}, "notime": null, "date-ut": "1862-09-14 17:03"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Cascino"}, "birth": {"place": {"c2": "EN", "cy": "IT", "lg": 14.36717, "lat": 37.38595, "name": "Piazza Armerina", "geoid": 2523796}, "date-ut": "1862-09-14 17:03"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1161"}, "ids-in-sources": {"a3": "1161"}}, "raw": {"H": "18", "MN": "3", "TZ": "-1", "COD": "EN", "COU": "I", "DAY": "14", "LAT": "37N30", "LON": "14E15", "MON": "9", "NUM": "1161", "PRO": "M", "SEC": "0", "YEA": "1862", "CITY": "PIAZZA ARMERINA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6877	cassisi-luigi-1853-06-17	{"a3": "1162"}	{"lerrcp": "A3-1162"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Cassisi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TP", "c3": null, "cy": "IT", "lg": 12.49758, "lat": 38.01906, "name": "Trapani", "geoid": 2522876}, "notime": null, "date-ut": "1853-06-17 09:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Cassisi"}, "birth": {"place": {"c2": "TP", "cy": "IT", "lg": 12.49758, "lat": 38.01906, "name": "Trapani", "geoid": 2522876}, "date-ut": "1853-06-17 09:10"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1162"}, "ids-in-sources": {"a3": "1162"}}, "raw": {"H": "10", "MN": "10", "TZ": "-1", "COD": "TP", "COU": "I", "DAY": "17", "LAT": "38N 0", "LON": "12E30", "MON": "6", "NUM": "1162", "PRO": "M", "SEC": "0", "YEA": "1853", "CITY": "TRAPANI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6878	castellani-aldo-1874-09-08	{"a3": "1163"}	{"lerrcp": "A3-1163"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Castellani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1874-09-08 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Aldo", "family": "Castellani"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1874-09-08 07:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1163"}, "ids-in-sources": {"a3": "1163"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "8", "LAT": "43N42", "LON": "11E30", "MON": "9", "NUM": "1163", "PRO": "M", "SEC": "4", "YEA": "1874", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6879	castenuovo-lanze-carlo-1895-03-09	{"a3": "1164"}	{"lerrcp": "A3-1164"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Castenuovo Lanze Carlo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14, "lat": 40.9, "name": "SAN PAOLO BEL S", "geoid": 0}, "notime": null, "date-ut": "1895-03-09 00:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Castenuovo Lanze Carlo"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14, "lat": 40.9, "name": "SAN PAOLO BEL S", "geoid": 0}, "date-ut": "1895-03-09 00:35"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1164"}, "ids-in-sources": {"a3": "1164"}}, "raw": {"H": "1", "MN": "35", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "9", "LAT": "40N54", "LON": "14E 0", "MON": "3", "NUM": "1164", "PRO": "M", "SEC": "0", "YEA": "1895", "CITY": "SAN PAOLO BEL S"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6880	cattalochino-alcco-1863-10-08	{"a3": "1165"}	{"lerrcp": "A3-1165"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alcco", "family": "Cattalochino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TR", "c3": null, "cy": "IT", "lg": 12.64987, "lat": 42.56713, "name": "Terni", "geoid": 3165771}, "notime": null, "date-ut": "1863-10-08 18:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alcco", "family": "Cattalochino"}, "birth": {"place": {"c2": "TR", "cy": "IT", "lg": 12.64987, "lat": 42.56713, "name": "Terni", "geoid": 3165771}, "date-ut": "1863-10-08 18:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1165"}, "ids-in-sources": {"a3": "1165"}}, "raw": {"H": "19", "MN": "8", "TZ": "-1", "COD": "TR", "COU": "I", "DAY": "8", "LAT": "42N30", "LON": "13E 0", "MON": "10", "NUM": "1165", "PRO": "M", "SEC": "0", "YEA": "1863", "CITY": "TERNI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6881	gauquelin-a3-1166-1869-08-18	{"a3": "1166"}	{"lerrcp": "A3-1166"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1166", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 7.69062, "lat": 45.33115, "name": "Favria", "geoid": 3177140}, "notime": null, "date-ut": "1869-08-18 14:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1166"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 7.69062, "lat": 45.33115, "name": "Favria", "geoid": 3177140}, "date-ut": "1869-08-18 14:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1166"}, "ids-in-sources": {"a3": "1166"}}, "raw": {"H": "15", "MN": "10", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "18", "LAT": "45N 0", "LON": "8E 0", "MON": "8", "NUM": "1166", "PRO": "M", "SEC": "4", "YEA": "1869", "CITY": "FAVRIA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6882	gauquelin-a3-1167-1867-07-11	{"a3": "1167"}	{"lerrcp": "A3-1167"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1167", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NU", "c3": null, "cy": "IT", "lg": 8.8032, "lat": 40.2134, "name": "Borore", "geoid": 3181725}, "notime": null, "date-ut": "1867-07-11 02:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1167"}, "birth": {"place": {"c2": "NU", "cy": "IT", "lg": 8.8032, "lat": 40.2134, "name": "Borore", "geoid": 3181725}, "date-ut": "1867-07-11 02:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1167"}, "ids-in-sources": {"a3": "1167"}}, "raw": {"H": "3", "MN": "10", "TZ": "-1", "COD": "NU", "COU": "I", "DAY": "11", "LAT": "40N18", "LON": "10E 0", "MON": "7", "NUM": "1167", "PRO": "M", "SEC": "4", "YEA": "1867", "CITY": "BORORE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17904	brun-maurice-1907-07-20	{"e1": "271"}	{"lerrcp": "E1-271"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Brun", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-07-20 02:20", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 5.37607, "lat": 45.56371, "name": "Cessieu", "geoid": 3027770}, "notime": null, "date-ut": "1907-07-20 02:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Brun"}, "birth": {"tzo": "+00:09", "date": "1907-07-20 02:20", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": 5.37607, "lat": 45.56371, "name": "Cessieu", "geoid": 3027770}, "date-ut": "1907-07-20 02:11"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "271"}}, "raw": {"H": "02:20", "COD": "38", "DAY": "20", "MON": "07", "NUM": "0271", "PRO": "PH", "YEA": "1907", "CITY": "Cessieu", "NAME": "BRUN Maurice", "NOTE": "-"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
6884	cavalli-molinelli-achille-1865-12-18	{"a3": "1169"}	{"lerrcp": "A3-1169"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Cavalli Molinelli Achille", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.80935, "lat": 44.98066, "name": "Sale", "geoid": 3168682}, "notime": null, "date-ut": "1865-12-18 09:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Cavalli Molinelli Achille"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.80935, "lat": 44.98066, "name": "Sale", "geoid": 3168682}, "date-ut": "1865-12-18 09:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1169"}, "ids-in-sources": {"a3": "1169"}}, "raw": {"H": "10", "MN": "24", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "18", "LAT": "45N 0", "LON": "9E 0", "MON": "12", "NUM": "1169", "PRO": "M", "SEC": "0", "YEA": "1865", "CITY": "SALE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6885	cecchin-giovanni-1894-10-16	{"a3": "1170"}	{"lerrcp": "A3-1170"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Cecchin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VI", "c3": null, "cy": "IT", "lg": 11.6579, "lat": 45.7468, "name": "Marostica", "geoid": 3173878}, "notime": null, "date-ut": "1894-10-16 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Cecchin"}, "birth": {"place": {"c2": "VI", "cy": "IT", "lg": 11.6579, "lat": 45.7468, "name": "Marostica", "geoid": 3173878}, "date-ut": "1894-10-16 17:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1170"}, "ids-in-sources": {"a3": "1170"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "VI", "COU": "I", "DAY": "16", "LAT": "45N30", "LON": "12E 0", "MON": "10", "NUM": "1170", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "MAROSTICA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6886	cei-ugo-1867-10-01	{"a3": "1171"}	{"lerrcp": "A3-1171"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ugo", "family": "Cei", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 11.25, "lat": 44.6, "name": "CASTELFRANCO EM", "geoid": 0}, "notime": null, "date-ut": "1867-10-01 08:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ugo", "family": "Cei"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 11.25, "lat": 44.6, "name": "CASTELFRANCO EM", "geoid": 0}, "date-ut": "1867-10-01 08:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1171"}, "ids-in-sources": {"a3": "1171"}}, "raw": {"H": "9", "MN": "40", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "1", "LAT": "44N36", "LON": "11E15", "MON": "10", "NUM": "1171", "PRO": "M", "SEC": "4", "YEA": "1867", "CITY": "CASTELFRANCO EM"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6887	cella-pietro-1851-03-09	{"a3": "1172"}	{"lerrcp": "A3-1172"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Cella", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 9.73017, "lat": 44.63296, "name": "Bardi", "geoid": 3182366}, "notime": null, "date-ut": "1851-03-09 01:17"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pietro", "family": "Cella"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 9.73017, "lat": 44.63296, "name": "Bardi", "geoid": 3182366}, "date-ut": "1851-03-09 01:17"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1172"}, "ids-in-sources": {"a3": "1172"}}, "raw": {"H": "2", "MN": "17", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "9", "LAT": "44N48", "LON": "10E45", "MON": "3", "NUM": "1172", "PRO": "M", "SEC": "0", "YEA": "1851", "CITY": "BARDI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6888	cerri-vittorio-1857-11-14	{"a3": "1173"}	{"lerrcp": "A3-1173"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vittorio", "family": "Cerri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AT", "c3": null, "cy": "IT", "lg": 8.26524, "lat": 45.05025, "name": "Moncalvo", "geoid": 3173179}, "notime": null, "date-ut": "1857-11-14 14:26"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Vittorio", "family": "Cerri"}, "birth": {"place": {"c2": "AT", "cy": "IT", "lg": 8.26524, "lat": 45.05025, "name": "Moncalvo", "geoid": 3173179}, "date-ut": "1857-11-14 14:26"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1173"}, "ids-in-sources": {"a3": "1173"}}, "raw": {"H": "15", "MN": "26", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "14", "LAT": "44N54", "LON": "8E30", "MON": "11", "NUM": "1173", "PRO": "M", "SEC": "0", "YEA": "1857", "CITY": "MONCALVO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6889	cesari-cesare-1870-03-28	{"a3": "1174"}	{"lerrcp": "A3-1174"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cesare", "family": "Cesari", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "notime": null, "date-ut": "1870-03-28 12:30:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Cesare", "family": "Cesari"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "date-ut": "1870-03-28 12:30:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1174"}, "ids-in-sources": {"a3": "1174"}}, "raw": {"H": "13", "MN": "30", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "28", "LAT": "44N36", "LON": "11E15", "MON": "3", "NUM": "1174", "PRO": "M", "SEC": "4", "YEA": "1870", "CITY": "MODENA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6890	cesarini-guglielmo-1866-08-10	{"a3": "1175"}	{"lerrcp": "A3-1175"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guglielmo", "family": "Cesarini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 12.38878, "lat": 43.1122, "name": "Perugia", "geoid": 3171180}, "notime": null, "date-ut": "1866-08-10 02:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Guglielmo", "family": "Cesarini"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 12.38878, "lat": 43.1122, "name": "Perugia", "geoid": 3171180}, "date-ut": "1866-08-10 02:53"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1175"}, "ids-in-sources": {"a3": "1175"}}, "raw": {"H": "3", "MN": "53", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "10", "LAT": "43N 0", "LON": "13E 0", "MON": "8", "NUM": "1175", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "PERUGIA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6891	chechin-giovanni-1872-04-05	{"a3": "1176"}	{"lerrcp": "A3-1176"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Chechin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "notime": null, "date-ut": "1872-04-05 11:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Chechin"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "date-ut": "1872-04-05 11:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1176"}, "ids-in-sources": {"a3": "1176"}}, "raw": {"H": "12", "MN": "40", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "5", "LAT": "45N30", "LON": "12E30", "MON": "4", "NUM": "1176", "PRO": "M", "SEC": "4", "YEA": "1872", "CITY": "VENEZIA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6892	gauquelin-a3-1177-1871-10-07	{"a3": "1177"}	{"lerrcp": "A3-1177"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1177", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 11, "lat": 45.4, "name": "PESCHIERA DEL G", "geoid": 0}, "notime": null, "date-ut": "1871-10-07 16:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1177"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 11, "lat": 45.4, "name": "PESCHIERA DEL G", "geoid": 0}, "date-ut": "1871-10-07 16:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1177"}, "ids-in-sources": {"a3": "1177"}}, "raw": {"H": "17", "MN": "10", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "7", "LAT": "45N24", "LON": "11E 0", "MON": "10", "NUM": "1177", "PRO": "M", "SEC": "4", "YEA": "1871", "CITY": "PESCHIERA DEL G"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6893	chiesa-damiano-1894-05-24	{"a3": "1178"}	{"lerrcp": "A3-1178"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Damiano", "family": "Chiesa", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TN", "c3": null, "cy": "IT", "lg": 11.03868, "lat": 45.8896, "name": "Rovereto", "geoid": 3168854}, "notime": null, "date-ut": "1894-05-24 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Damiano", "family": "Chiesa"}, "birth": {"place": {"c2": "TN", "cy": "IT", "lg": 11.03868, "lat": 45.8896, "name": "Rovereto", "geoid": 3168854}, "date-ut": "1894-05-24 04:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1178"}, "ids-in-sources": {"a3": "1178"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "TN", "COU": "I", "DAY": "24", "LAT": "46N 0", "LON": "12E 0", "MON": "5", "NUM": "1178", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "ROVERETO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6894	chinotto-antonio-1858-09-28	{"a3": "1179"}	{"lerrcp": "A3-1179"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Chinotto", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 8.55715, "lat": 45.7589, "name": "Arona", "geoid": 3182812}, "notime": null, "date-ut": "1858-09-28 05:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Chinotto"}, "birth": {"place": {"c2": "NO", "cy": "IT", "lg": 8.55715, "lat": 45.7589, "name": "Arona", "geoid": 3182812}, "date-ut": "1858-09-28 05:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1179"}, "ids-in-sources": {"a3": "1179"}}, "raw": {"H": "6", "MN": "24", "TZ": "-1", "COD": "NO", "COU": "I", "DAY": "28", "LAT": "45N30", "LON": "9E 0", "MON": "9", "NUM": "1179", "PRO": "M", "SEC": "0", "YEA": "1858", "CITY": "ARONA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6895	ciacci-augusto-1866-04-28	{"a3": "1180"}	{"lerrcp": "A3-1180"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Augusto", "family": "Ciacci", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1866-04-28 14:18"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Augusto", "family": "Ciacci"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1866-04-28 14:18"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1180"}, "ids-in-sources": {"a3": "1180"}}, "raw": {"H": "15", "MN": "18", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "28", "LAT": "45N 0", "LON": "8E 0", "MON": "4", "NUM": "1180", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "TORINO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6896	ciaccio-andrea-1859-01-13	{"a3": "1181"}	{"lerrcp": "A3-1181"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Andrea", "family": "Ciaccio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CZ", "c3": null, "cy": "IT", "lg": 16.5987, "lat": 38.89079, "name": "Catanzaro", "geoid": 2525059}, "notime": null, "date-ut": "1859-01-13 16:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Andrea", "family": "Ciaccio"}, "birth": {"place": {"c2": "CZ", "cy": "IT", "lg": 16.5987, "lat": 38.89079, "name": "Catanzaro", "geoid": 2525059}, "date-ut": "1859-01-13 16:50"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1181"}, "ids-in-sources": {"a3": "1181"}}, "raw": {"H": "17", "MN": "50", "TZ": "-1", "COD": "CZ", "COU": "I", "DAY": "13", "LAT": "39N 0", "LON": "17E30", "MON": "1", "NUM": "1181", "PRO": "M", "SEC": "0", "YEA": "1859", "CITY": "CATANZARO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6897	ciancabilla-fulvio-1892-10-01	{"a3": "1182"}	{"lerrcp": "A3-1182"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fulvio", "family": "Ciancabilla", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "notime": null, "date-ut": "1892-10-01 14:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Fulvio", "family": "Ciancabilla"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "date-ut": "1892-10-01 14:25:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1182"}, "ids-in-sources": {"a3": "1182"}}, "raw": {"H": "15", "MN": "25", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "1", "LAT": "44N36", "LON": "11E15", "MON": "10", "NUM": "1182", "PRO": "M", "SEC": "4", "YEA": "1892", "CITY": "MODENA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6898	ciancio-giuseppe-1858-03-19	{"a3": "1183"}	{"lerrcp": "A3-1183"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Ciancio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "EN", "c3": null, "cy": "IT", "lg": 14.36717, "lat": 37.38595, "name": "Piazza Armerina", "geoid": 2523796}, "notime": null, "date-ut": "1858-03-19 18:03"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Ciancio"}, "birth": {"place": {"c2": "EN", "cy": "IT", "lg": 14.36717, "lat": 37.38595, "name": "Piazza Armerina", "geoid": 2523796}, "date-ut": "1858-03-19 18:03"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1183"}, "ids-in-sources": {"a3": "1183"}}, "raw": {"H": "19", "MN": "3", "TZ": "-1", "COD": "EN", "COU": "I", "DAY": "19", "LAT": "37N30", "LON": "14E15", "MON": "3", "NUM": "1183", "PRO": "M", "SEC": "0", "YEA": "1858", "CITY": "PIAZZA ARMERINA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6899	cianciolo-vincenzo-1829-09-08	{"a3": "1184"}	{"lerrcp": "A3-1184"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincenzo", "family": "Cianciolo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "notime": null, "date-ut": "1829-09-08 23:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Vincenzo", "family": "Cianciolo"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "date-ut": "1829-09-08 23:58"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1184"}, "ids-in-sources": {"a3": "1184"}}, "raw": {"H": "0", "MN": "58", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "9", "LAT": "38N 0", "LON": "15E30", "MON": "9", "NUM": "1184", "PRO": "M", "SEC": "0", "YEA": "1829", "CITY": "MESSINA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6900	gauquelin-a3-1185-1863-08-02	{"a3": "1185"}	{"lerrcp": "A3-1185"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1185", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AQ", "c3": null, "cy": "IT", "lg": 13.39954, "lat": 42.35055, "name": "L'Aquila", "geoid": 3175121}, "notime": null, "date-ut": "1863-08-02 23:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1185"}, "birth": {"place": {"c2": "AQ", "cy": "IT", "lg": 13.39954, "lat": 42.35055, "name": "L'Aquila", "geoid": 3175121}, "date-ut": "1863-08-02 23:06"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1185"}, "ids-in-sources": {"a3": "1185"}}, "raw": {"H": "0", "MN": "6", "TZ": "-1", "COD": "AQ", "COU": "I", "DAY": "3", "LAT": "42N24", "LON": "13E30", "MON": "8", "NUM": "1185", "PRO": "M", "SEC": "0", "YEA": "1863", "CITY": "L AQUILA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6901	cicconetti-luigi-1868-07-15	{"a3": "1186"}	{"lerrcp": "A3-1186"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Cicconetti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RI", "c3": null, "cy": "IT", "lg": 12.68473, "lat": 42.26121, "name": "Poggio Mirteto", "geoid": 3170456}, "notime": null, "date-ut": "1868-07-15 02:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Cicconetti"}, "birth": {"place": {"c2": "RI", "cy": "IT", "lg": 12.68473, "lat": 42.26121, "name": "Poggio Mirteto", "geoid": 3170456}, "date-ut": "1868-07-15 02:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1186"}, "ids-in-sources": {"a3": "1186"}}, "raw": {"H": "3", "MN": "10", "TZ": "-1", "COD": "RI", "COU": "I", "DAY": "15", "LAT": "42N24", "LON": "13E15", "MON": "7", "NUM": "1186", "PRO": "M", "SEC": "4", "YEA": "1868", "CITY": "POGGIO MIRTETO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6902	cigala-fulgosi-giuseppe-1910-07-25	{"a3": "1187"}	{"lerrcp": "A3-1187"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Cigala Fulgosi Giuseppe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PC", "c3": null, "cy": "IT", "lg": 9.69937, "lat": 45.04676, "name": "Piacenza", "geoid": 3171058}, "notime": null, "date-ut": "1910-07-25 10:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Cigala Fulgosi Giuseppe"}, "birth": {"place": {"c2": "PC", "cy": "IT", "lg": 9.69937, "lat": 45.04676, "name": "Piacenza", "geoid": 3171058}, "date-ut": "1910-07-25 10:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1187"}, "ids-in-sources": {"a3": "1187"}}, "raw": {"H": "11", "MN": "20", "TZ": "-1", "COD": "PC", "COU": "I", "DAY": "25", "LAT": "45N 0", "LON": "9E45", "MON": "7", "NUM": "1187", "PRO": "M", "SEC": "0", "YEA": "1910", "CITY": "PIACENZA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6903	cipolla-giuseppe-1833-07-27	{"a3": "1188"}	{"lerrcp": "A3-1188"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Cipolla", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PA", "c3": null, "cy": "IT", "lg": 13.5, "lat": 38, "name": "MONTEMAGGIORE B", "geoid": 0}, "notime": null, "date-ut": "1833-07-27 05:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Cipolla"}, "birth": {"place": {"c2": "PA", "cy": "IT", "lg": 13.5, "lat": 38, "name": "MONTEMAGGIORE B", "geoid": 0}, "date-ut": "1833-07-27 05:06"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1188"}, "ids-in-sources": {"a3": "1188"}}, "raw": {"H": "6", "MN": "6", "TZ": "-1", "COD": "PA", "COU": "I", "DAY": "27", "LAT": "38N 0", "LON": "13E30", "MON": "7", "NUM": "1188", "PRO": "M", "SEC": "0", "YEA": "1833", "CITY": "MONTEMAGGIORE B"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6904	cirio-eugenio-1849-07-14	{"a3": "1189"}	{"lerrcp": "A3-1189"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugenio", "family": "Cirio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AT", "c3": null, "cy": "IT", "lg": 8.29514, "lat": 44.66344, "name": "Bubbio", "geoid": 3181464}, "notime": null, "date-ut": "1849-07-14 19:26"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eugenio", "family": "Cirio"}, "birth": {"place": {"c2": "AT", "cy": "IT", "lg": 8.29514, "lat": 44.66344, "name": "Bubbio", "geoid": 3181464}, "date-ut": "1849-07-14 19:26"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1189"}, "ids-in-sources": {"a3": "1189"}}, "raw": {"H": "20", "MN": "26", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "14", "LAT": "44N54", "LON": "8E30", "MON": "7", "NUM": "1189", "PRO": "M", "SEC": "0", "YEA": "1849", "CITY": "BUBBIO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6905	gauquelin-a3-1190-1899-03-16	{"a3": "1190"}	{"lerrcp": "A3-1190"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1190", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "notime": null, "date-ut": "1899-03-16 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1190"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "date-ut": "1899-03-16 15:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1190"}, "ids-in-sources": {"a3": "1190"}}, "raw": {"H": "16", "MN": "0", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "16", "LAT": "38N 0", "LON": "15E30", "MON": "3", "NUM": "1190", "PRO": "M", "SEC": "0", "YEA": "1899", "CITY": "MESSINA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17905	brun-robert-1922-01-01	{"e1": "272"}	{"lerrcp": "E1-272"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Brun", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-01-01 07:30", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1922-01-01 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Brun"}, "birth": {"tzo": "+00:00", "date": "1922-01-01 07:30", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1922-01-01 07:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "272"}}, "raw": {"H": "07:30", "COD": "33", "DAY": "01", "MON": "01", "NUM": "0272", "PRO": "MI", "YEA": "1922", "CITY": "Bordeaux", "NAME": "BRUN Robert", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
6907	coco-francesco-1860-12-20	{"a3": "1192"}	{"lerrcp": "A3-1192"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Coco", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "notime": null, "date-ut": "1860-12-20 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Coco"}, "birth": {"place": {"c2": "CT", "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "date-ut": "1860-12-20 09:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1192"}, "ids-in-sources": {"a3": "1192"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "CT", "COU": "I", "DAY": "20", "LAT": "37N30", "LON": "15E 0", "MON": "12", "NUM": "1192", "PRO": "M", "SEC": "0", "YEA": "1860", "CITY": "CATANIA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6908	conforto-carlo-1844-06-27	{"a3": "1193"}	{"lerrcp": "A3-1193"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Conforto", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AO", "c3": null, "cy": "IT", "lg": 7.3166, "lat": 45.73736, "name": "Aosta", "geoid": 3182997}, "notime": null, "date-ut": "1844-06-27 06:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Conforto"}, "birth": {"place": {"c2": "AO", "cy": "IT", "lg": 7.3166, "lat": 45.73736, "name": "Aosta", "geoid": 3182997}, "date-ut": "1844-06-27 06:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1193"}, "ids-in-sources": {"a3": "1193"}}, "raw": {"H": "7", "MN": "28", "TZ": "-1", "COD": "AO", "COU": "I", "DAY": "27", "LAT": "45N48", "LON": "8E 0", "MON": "6", "NUM": "1193", "PRO": "M", "SEC": "0", "YEA": "1844", "CITY": "AOSTA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6909	conz-angelo-1871-06-02	{"a3": "1194"}	{"lerrcp": "A3-1194"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Conz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AN", "c3": null, "cy": "IT", "lg": 13.51008, "lat": 43.59816, "name": "Ancona", "geoid": 3183089}, "notime": null, "date-ut": "1871-06-02 16:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Angelo", "family": "Conz"}, "birth": {"place": {"c2": "AN", "cy": "IT", "lg": 13.51008, "lat": 43.59816, "name": "Ancona", "geoid": 3183089}, "date-ut": "1871-06-02 16:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1194"}, "ids-in-sources": {"a3": "1194"}}, "raw": {"H": "17", "MN": "40", "TZ": "-1", "COD": "AN", "COU": "I", "DAY": "2", "LAT": "43N42", "LON": "13E45", "MON": "6", "NUM": "1194", "PRO": "M", "SEC": "4", "YEA": "1871", "CITY": "ANCONA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6910	coralli-felice-1866-01-12	{"a3": "1195"}	{"lerrcp": "A3-1195"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Felice", "family": "Coralli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 9.12235, "lat": 45.01006, "name": "Casteggio", "geoid": 3179745}, "notime": null, "date-ut": "1866-01-12 19:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Felice", "family": "Coralli"}, "birth": {"place": {"c2": "PV", "cy": "IT", "lg": 9.12235, "lat": 45.01006, "name": "Casteggio", "geoid": 3179745}, "date-ut": "1866-01-12 19:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1195"}, "ids-in-sources": {"a3": "1195"}}, "raw": {"H": "20", "MN": "24", "TZ": "-1", "COD": "PV", "COU": "I", "DAY": "12", "LAT": "45N12", "LON": "9E 0", "MON": "1", "NUM": "1195", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "CASTEGGIO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6911	coralli-luigi-1880-09-03	{"a3": "1196"}	{"lerrcp": "A3-1196"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Coralli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 9.12235, "lat": 45.01006, "name": "Casteggio", "geoid": 3179745}, "notime": null, "date-ut": "1880-09-03 01:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Coralli"}, "birth": {"place": {"c2": "PV", "cy": "IT", "lg": 9.12235, "lat": 45.01006, "name": "Casteggio", "geoid": 3179745}, "date-ut": "1880-09-03 01:25:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1196"}, "ids-in-sources": {"a3": "1196"}}, "raw": {"H": "2", "MN": "25", "TZ": "-1", "COD": "PV", "COU": "I", "DAY": "3", "LAT": "45N12", "LON": "9E 0", "MON": "9", "NUM": "1196", "PRO": "M", "SEC": "4", "YEA": "1880", "CITY": "CASTEGGIO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6912	cornaro-paolo-1868-05-29	{"a3": "1197"}	{"lerrcp": "A3-1197"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paolo", "family": "Cornaro", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CN", "c3": null, "cy": "IT", "lg": 7.65593, "lat": 44.64404, "name": "Savigliano", "geoid": 3167034}, "notime": null, "date-ut": "1868-05-29 22:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paolo", "family": "Cornaro"}, "birth": {"place": {"c2": "CN", "cy": "IT", "lg": 7.65593, "lat": 44.64404, "name": "Savigliano", "geoid": 3167034}, "date-ut": "1868-05-29 22:25:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1197"}, "ids-in-sources": {"a3": "1197"}}, "raw": {"H": "23", "MN": "25", "TZ": "-1", "COD": "CN", "COU": "I", "DAY": "29", "LAT": "44N24", "LON": "7E15", "MON": "5", "NUM": "1197", "PRO": "M", "SEC": "4", "YEA": "1868", "CITY": "SAVIGLIANO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6913	cornoldi-aristide-1873-04-05	{"a3": "1198"}	{"lerrcp": "A3-1198"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aristide", "family": "Cornoldi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "notime": null, "date-ut": "1873-04-05 11:55:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Aristide", "family": "Cornoldi"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "date-ut": "1873-04-05 11:55:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1198"}, "ids-in-sources": {"a3": "1198"}}, "raw": {"H": "12", "MN": "55", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "5", "LAT": "45N30", "LON": "12E30", "MON": "4", "NUM": "1198", "PRO": "M", "SEC": "4", "YEA": "1873", "CITY": "VENEZIA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6914	gauquelin-a3-1199-1892-02-01	{"a3": "1199"}	{"lerrcp": "A3-1199"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1199", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "IT", "lg": 9.13462, "lat": 39.20738, "name": "Cagliari", "geoid": 2525473}, "notime": null, "date-ut": "1892-02-01 05:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1199"}, "birth": {"place": {"c2": "CA", "cy": "IT", "lg": 9.13462, "lat": 39.20738, "name": "Cagliari", "geoid": 2525473}, "date-ut": "1892-02-01 05:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1199"}, "ids-in-sources": {"a3": "1199"}}, "raw": {"H": "6", "MN": "10", "TZ": "-1", "COD": "CA", "COU": "I", "DAY": "1", "LAT": "39N24", "LON": "9E 0", "MON": "2", "NUM": "1199", "PRO": "M", "SEC": "4", "YEA": "1892", "CITY": "CAGLIARI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6915	corsi-ugo-1894-04-06	{"a3": "1200"}	{"lerrcp": "A3-1200"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ugo", "family": "Corsi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1894-04-06 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ugo", "family": "Corsi"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1894-04-06 11:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1200"}, "ids-in-sources": {"a3": "1200"}}, "raw": {"H": "12", "MN": "0", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "6", "LAT": "43N42", "LON": "11E30", "MON": "4", "NUM": "1200", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6916	cosenza-enrico-1820-01-11	{"a3": "1201"}	{"lerrcp": "A3-1201"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enrico", "family": "Cosenza", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LT", "c3": null, "cy": "IT", "lg": 13.57082, "lat": 41.21408, "name": "Gaeta", "geoid": 3176438}, "notime": null, "date-ut": "1820-01-11 07:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Enrico", "family": "Cosenza"}, "birth": {"place": {"c2": "LT", "cy": "IT", "lg": 13.57082, "lat": 41.21408, "name": "Gaeta", "geoid": 3176438}, "date-ut": "1820-01-11 07:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1201"}, "ids-in-sources": {"a3": "1201"}}, "raw": {"H": "8", "MN": "8", "TZ": "-1", "COD": "LT", "COU": "I", "DAY": "11", "LAT": "41N30", "LON": "13E 0", "MON": "1", "NUM": "1201", "PRO": "M", "SEC": "0", "YEA": "1820", "CITY": "GAETA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6917	cosmano-angelo-1878-03-01	{"a3": "1202"}	{"lerrcp": "A3-1202"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Cosmano", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RC", "c3": null, "cy": "IT", "lg": 15.5, "lat": 38.1, "name": "MOLOCCHIO", "geoid": 0}, "notime": null, "date-ut": "1878-03-01 17:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Angelo", "family": "Cosmano"}, "birth": {"place": {"c2": "RC", "cy": "IT", "lg": 15.5, "lat": 38.1, "name": "MOLOCCHIO", "geoid": 0}, "date-ut": "1878-03-01 17:25:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1202"}, "ids-in-sources": {"a3": "1202"}}, "raw": {"H": "18", "MN": "25", "TZ": "-1", "COD": "RC", "COU": "I", "DAY": "1", "LAT": "38N 6", "LON": "15E30", "MON": "3", "NUM": "1202", "PRO": "M", "SEC": "4", "YEA": "1878", "CITY": "MOLOCCHIO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6918	crepaldi-gesu-1888-02-22	{"a3": "1203"}	{"lerrcp": "A3-1203"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gesu", "family": "Crepaldi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ARIANO NEL POLE", "geoid": 0}, "notime": null, "date-ut": "1888-02-22 04:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gesu", "family": "Crepaldi"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ARIANO NEL POLE", "geoid": 0}, "date-ut": "1888-02-22 04:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1203"}, "ids-in-sources": {"a3": "1203"}}, "raw": {"H": "5", "MN": "40", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "22", "LAT": "45N 0", "LON": "12E15", "MON": "2", "NUM": "1203", "PRO": "M", "SEC": "4", "YEA": "1888", "CITY": "ARIANO NEL POLE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6919	crisafulli-elia-1891-10-22	{"a3": "1204"}	{"lerrcp": "A3-1204"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elia", "family": "Crisafulli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 15.5, "lat": 38, "name": "CASTALVECCHIO S", "geoid": 0}, "notime": null, "date-ut": "1891-10-22 13:30:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Elia", "family": "Crisafulli"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 15.5, "lat": 38, "name": "CASTALVECCHIO S", "geoid": 0}, "date-ut": "1891-10-22 13:30:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1204"}, "ids-in-sources": {"a3": "1204"}}, "raw": {"H": "14", "MN": "30", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "22", "LAT": "38N 0", "LON": "15E30", "MON": "10", "NUM": "1204", "PRO": "M", "SEC": "4", "YEA": "1891", "CITY": "CASTALVECCHIO S"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6920	crosa-constantino-1889-02-12	{"a3": "1205"}	{"lerrcp": "A3-1205"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Constantino", "family": "Crosa", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VC", "c3": null, "cy": "IT", "lg": 8.5, "lat": 45.4, "name": "BIELLA", "geoid": 0}, "notime": null, "date-ut": "1889-02-12 14:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Constantino", "family": "Crosa"}, "birth": {"place": {"c2": "VC", "cy": "IT", "lg": 8.5, "lat": 45.4, "name": "BIELLA", "geoid": 0}, "date-ut": "1889-02-12 14:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1205"}, "ids-in-sources": {"a3": "1205"}}, "raw": {"H": "15", "MN": "10", "TZ": "-1", "COD": "VC", "COU": "I", "DAY": "12", "LAT": "45N24", "LON": "8E30", "MON": "2", "NUM": "1205", "PRO": "M", "SEC": "4", "YEA": "1889", "CITY": "BIELLA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6921	cucca-camillo-1829-10-28	{"a3": "1206"}	{"lerrcp": "A3-1206"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camillo", "family": "Cucca", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.42924, "lat": 40.92406, "name": "Brusciano", "geoid": 3181471}, "notime": null, "date-ut": "1829-10-28 10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Camillo", "family": "Cucca"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.42924, "lat": 40.92406, "name": "Brusciano", "geoid": 3181471}, "date-ut": "1829-10-28 10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1206"}, "ids-in-sources": {"a3": "1206"}}, "raw": {"H": "11", "MN": "4", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "28", "LAT": "40N54", "LON": "14E 0", "MON": "10", "NUM": "1206", "PRO": "M", "SEC": "0", "YEA": "1829", "CITY": "BRUSCIANO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6922	cucchiari-giovanni-1894-11-26	{"a3": "1207"}	{"lerrcp": "A3-1207"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Cucchiari", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MC", "c3": null, "cy": "IT", "lg": 13.32548, "lat": 43.10665, "name": "San Ginesio", "geoid": 3168318}, "notime": null, "date-ut": "1894-11-26 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Cucchiari"}, "birth": {"place": {"c2": "MC", "cy": "IT", "lg": 13.32548, "lat": 43.10665, "name": "San Ginesio", "geoid": 3168318}, "date-ut": "1894-11-26 07:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1207"}, "ids-in-sources": {"a3": "1207"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "MC", "COU": "I", "DAY": "26", "LAT": "43N24", "LON": "13E15", "MON": "11", "NUM": "1207", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "SAN GINESIO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6923	curti-stefanino-1895-11-12	{"a3": "1208"}	{"lerrcp": "A3-1208"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stefanino", "family": "Curti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.71582, "lat": 44.35227, "name": "Imola", "geoid": 3175537}, "notime": null, "date-ut": "1895-11-12 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Stefanino", "family": "Curti"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.71582, "lat": 44.35227, "name": "Imola", "geoid": 3175537}, "date-ut": "1895-11-12 12:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1208"}, "ids-in-sources": {"a3": "1208"}}, "raw": {"H": "13", "MN": "0", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "12", "LAT": "44N30", "LON": "11E 0", "MON": "11", "NUM": "1208", "PRO": "M", "SEC": "0", "YEA": "1895", "CITY": "IMOLA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6924	cuturi-enrico-1870-01-30	{"a3": "1209"}	{"lerrcp": "A3-1209"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enrico", "family": "Cuturi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PI", "c3": null, "cy": "IT", "lg": 10.39659, "lat": 43.71553, "name": "Pisa", "geoid": 3170647}, "notime": null, "date-ut": "1870-01-30 01:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Enrico", "family": "Cuturi"}, "birth": {"place": {"c2": "PI", "cy": "IT", "lg": 10.39659, "lat": 43.71553, "name": "Pisa", "geoid": 3170647}, "date-ut": "1870-01-30 01:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1209"}, "ids-in-sources": {"a3": "1209"}}, "raw": {"H": "2", "MN": "40", "TZ": "-1", "COD": "PI", "COU": "I", "DAY": "30", "LAT": "43N42", "LON": "10E30", "MON": "1", "NUM": "1209", "PRO": "M", "SEC": "4", "YEA": "1870", "CITY": "PISA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6925	d-agata-tomaso-1857-12-06	{"a3": "1210"}	{"lerrcp": "A3-1210"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tomaso", "family": "D'Agata", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AQ", "c3": null, "cy": "IT", "lg": 13.92911, "lat": 42.04793, "name": "Sulmona", "geoid": 3166034}, "notime": null, "date-ut": "1857-12-06 03:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Tomaso", "family": "D'Agata"}, "birth": {"place": {"c2": "AQ", "cy": "IT", "lg": 13.92911, "lat": 42.04793, "name": "Sulmona", "geoid": 3166034}, "date-ut": "1857-12-06 03:06"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1210"}, "ids-in-sources": {"a3": "1210"}}, "raw": {"H": "4", "MN": "6", "TZ": "-1", "COD": "AQ", "COU": "I", "DAY": "6", "LAT": "42N24", "LON": "13E30", "MON": "12", "NUM": "1210", "PRO": "M", "SEC": "0", "YEA": "1857", "CITY": "SULMONA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6926	danero-bruno-1896-05-15	{"a3": "1211"}	{"lerrcp": "A3-1211"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Danero", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "IT", "lg": 9, "lat": 39.4, "name": "CARLOFORTE", "geoid": 0}, "notime": null, "date-ut": "1896-05-15 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Bruno", "family": "Danero"}, "birth": {"place": {"c2": "CA", "cy": "IT", "lg": 9, "lat": 39.4, "name": "CARLOFORTE", "geoid": 0}, "date-ut": "1896-05-15 10:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1211"}, "ids-in-sources": {"a3": "1211"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "CA", "COU": "I", "DAY": "15", "LAT": "39N24", "LON": "9E 0", "MON": "5", "NUM": "1211", "PRO": "M", "SEC": "0", "YEA": "1896", "CITY": "CARLOFORTE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6927	d-angelantonio-ettore-1853-09-07	{"a3": "1212"}	{"lerrcp": "A3-1212"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ettore", "family": "D'Angelantonio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AQ", "c3": null, "cy": "IT", "lg": 13.39954, "lat": 42.35055, "name": "L'Aquila", "geoid": 3175121}, "notime": null, "date-ut": "1853-09-07 12:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ettore", "family": "D'Angelantonio"}, "birth": {"place": {"c2": "AQ", "cy": "IT", "lg": 13.39954, "lat": 42.35055, "name": "L'Aquila", "geoid": 3175121}, "date-ut": "1853-09-07 12:06"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1212"}, "ids-in-sources": {"a3": "1212"}}, "raw": {"H": "13", "MN": "6", "TZ": "-1", "COD": "AQ", "COU": "I", "DAY": "7", "LAT": "42N24", "LON": "13E30", "MON": "9", "NUM": "1212", "PRO": "M", "SEC": "0", "YEA": "1853", "CITY": "L AQUILA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6928	d-angelo-gaetano-1860-10-11	{"a3": "1213"}	{"lerrcp": "A3-1213"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaetano", "family": "D'Angelo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CE", "c3": null, "cy": "IT", "lg": 14.5, "lat": 41.1, "name": "PIEDIMONTE D AL", "geoid": 0}, "notime": null, "date-ut": "1860-10-11 03:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gaetano", "family": "D'Angelo"}, "birth": {"place": {"c2": "CE", "cy": "IT", "lg": 14.5, "lat": 41.1, "name": "PIEDIMONTE D AL", "geoid": 0}, "date-ut": "1860-10-11 03:02"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1213"}, "ids-in-sources": {"a3": "1213"}}, "raw": {"H": "4", "MN": "2", "TZ": "-1", "COD": "CE", "COU": "I", "DAY": "11", "LAT": "41N 6", "LON": "14E30", "MON": "10", "NUM": "1213", "PRO": "M", "SEC": "0", "YEA": "1860", "CITY": "PIEDIMONTE D AL"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6929	d-angelo-michele-1868-10-30	{"a3": "1214"}	{"lerrcp": "A3-1214"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michele", "family": "D'Angelo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PZ", "c3": null, "cy": "IT", "lg": 15.75, "lat": 40.5, "name": "RIONERO IN VULT", "geoid": 0}, "notime": null, "date-ut": "1868-10-30 16:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Michele", "family": "D'Angelo"}, "birth": {"place": {"c2": "PZ", "cy": "IT", "lg": 15.75, "lat": 40.5, "name": "RIONERO IN VULT", "geoid": 0}, "date-ut": "1868-10-30 16:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1214"}, "ids-in-sources": {"a3": "1214"}}, "raw": {"H": "17", "MN": "10", "TZ": "-1", "COD": "PZ", "COU": "I", "DAY": "30", "LAT": "40N30", "LON": "15E45", "MON": "10", "NUM": "1214", "PRO": "M", "SEC": "4", "YEA": "1868", "CITY": "RIONERO IN VULT"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6930	d-avanzo-nicola-1858-07-18	{"a3": "1215"}	{"lerrcp": "A3-1215"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicola", "family": "D'Avanzo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CE", "c3": null, "cy": "IT", "lg": 14.21681, "lat": 40.96321, "name": "Aversa", "geoid": 3182640}, "notime": null, "date-ut": "1858-07-18 20:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Nicola", "family": "D'Avanzo"}, "birth": {"place": {"c2": "CE", "cy": "IT", "lg": 14.21681, "lat": 40.96321, "name": "Aversa", "geoid": 3182640}, "date-ut": "1858-07-18 20:02"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1215"}, "ids-in-sources": {"a3": "1215"}}, "raw": {"H": "21", "MN": "2", "TZ": "-1", "COD": "CE", "COU": "I", "DAY": "18", "LAT": "41N 6", "LON": "14E30", "MON": "7", "NUM": "1215", "PRO": "M", "SEC": "0", "YEA": "1858", "CITY": "AVERSA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6931	d-ayala-godoj-carlo-1864-10-09	{"a3": "1216"}	{"lerrcp": "A3-1216"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "D'Ayala Godoj Carlo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.33716, "lat": 40.81563, "name": "Portici", "geoid": 3170116}, "notime": null, "date-ut": "1864-10-09 15:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "D'Ayala Godoj Carlo"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.33716, "lat": 40.81563, "name": "Portici", "geoid": 3170116}, "date-ut": "1864-10-09 15:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1216"}, "ids-in-sources": {"a3": "1216"}}, "raw": {"H": "16", "MN": "4", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "9", "LAT": "40N54", "LON": "14E 0", "MON": "10", "NUM": "1216", "PRO": "M", "SEC": "0", "YEA": "1864", "CITY": "PORTICI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6932	gauquelin-a3-1217-1871-12-08	{"a3": "1217"}	{"lerrcp": "A3-1217"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1217", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1871-12-08 15:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1217"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1871-12-08 15:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1217"}, "ids-in-sources": {"a3": "1217"}}, "raw": {"H": "16", "MN": "40", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "8", "LAT": "43N42", "LON": "11E30", "MON": "12", "NUM": "1217", "PRO": "M", "SEC": "4", "YEA": "1871", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6933	de-angelis-edoardo-1858-02-08	{"a3": "1218"}	{"lerrcp": "A3-1218"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edoardo", "family": "De Angelis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AV", "c3": null, "cy": "IT", "lg": 15, "lat": 41, "name": "ARIANO", "geoid": 0}, "notime": null, "date-ut": "1858-02-08 11:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edoardo", "family": "De Angelis"}, "birth": {"place": {"c2": "AV", "cy": "IT", "lg": 15, "lat": 41, "name": "ARIANO", "geoid": 0}, "date-ut": "1858-02-08 11:15"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1218"}, "ids-in-sources": {"a3": "1218"}}, "raw": {"H": "12", "MN": "15", "TZ": "-1", "COD": "AV", "COU": "I", "DAY": "8", "LAT": "41N 0", "LON": "15E 0", "MON": "2", "NUM": "1218", "PRO": "M", "SEC": "0", "YEA": "1858", "CITY": "ARIANO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6934	de-angelis-giulio-1862-08-21	{"a3": "1219"}	{"lerrcp": "A3-1219"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giulio", "family": "De Angelis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 9, "lat": 45, "name": "CASTELNUOVO SCR", "geoid": 0}, "notime": null, "date-ut": "1862-08-21 07:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giulio", "family": "De Angelis"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 9, "lat": 45, "name": "CASTELNUOVO SCR", "geoid": 0}, "date-ut": "1862-08-21 07:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1219"}, "ids-in-sources": {"a3": "1219"}}, "raw": {"H": "8", "MN": "24", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "21", "LAT": "45N 0", "LON": "9E 0", "MON": "8", "NUM": "1219", "PRO": "M", "SEC": "0", "YEA": "1862", "CITY": "CASTELNUOVO SCR"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6935	de-antonio-carlo-1863-11-17	{"a3": "1220"}	{"lerrcp": "A3-1220"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "De Antonio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RE", "c3": null, "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "REGGIO EMILIA", "geoid": 0}, "notime": null, "date-ut": "1863-11-17 05:47"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "De Antonio"}, "birth": {"place": {"c2": "RE", "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "REGGIO EMILIA", "geoid": 0}, "date-ut": "1863-11-17 05:47"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1220"}, "ids-in-sources": {"a3": "1220"}}, "raw": {"H": "6", "MN": "47", "TZ": "-1", "COD": "RE", "COU": "I", "DAY": "17", "LAT": "44N36", "LON": "10E45", "MON": "11", "NUM": "1220", "PRO": "M", "SEC": "0", "YEA": "1863", "CITY": "REGGIO EMILIA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6936	de-bernardi-lamberto-1898-04-04	{"a3": "1221"}	{"lerrcp": "A3-1221"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lamberto", "family": "De Bernardi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1898-04-04 14:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Lamberto", "family": "De Bernardi"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1898-04-04 14:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1221"}, "ids-in-sources": {"a3": "1221"}}, "raw": {"H": "15", "MN": "40", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "4", "LAT": "45N 0", "LON": "8E 0", "MON": "4", "NUM": "1221", "PRO": "M", "SEC": "0", "YEA": "1898", "CITY": "TORINO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6937	de-bernardinis-vircinio-1884-03-29	{"a3": "1222"}	{"lerrcp": "A3-1222"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vircinio", "family": "De Bernardinis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AQ", "c3": null, "cy": "IT", "lg": 13.4388, "lat": 42.04023, "name": "Avezzano", "geoid": 3182636}, "notime": null, "date-ut": "1884-03-29 19:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Vircinio", "family": "De Bernardinis"}, "birth": {"place": {"c2": "AQ", "cy": "IT", "lg": 13.4388, "lat": 42.04023, "name": "Avezzano", "geoid": 3182636}, "date-ut": "1884-03-29 19:25:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1222"}, "ids-in-sources": {"a3": "1222"}}, "raw": {"H": "20", "MN": "25", "TZ": "-1", "COD": "AQ", "COU": "I", "DAY": "29", "LAT": "42N24", "LON": "13E30", "MON": "3", "NUM": "1222", "PRO": "M", "SEC": "4", "YEA": "1884", "CITY": "AVEZZANO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6938	de-bonis-francesco-1853-12-17	{"a3": "1223"}	{"lerrcp": "A3-1223"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "De Bonis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CS", "c3": null, "cy": "IT", "lg": 16.2883, "lat": 39.17719, "name": "Belsito", "geoid": 2525570}, "notime": null, "date-ut": "1853-12-17 21:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "De Bonis"}, "birth": {"place": {"c2": "CS", "cy": "IT", "lg": 16.2883, "lat": 39.17719, "name": "Belsito", "geoid": 2525570}, "date-ut": "1853-12-17 21:54"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1223"}, "ids-in-sources": {"a3": "1223"}}, "raw": {"H": "22", "MN": "54", "TZ": "-1", "COD": "CS", "COU": "I", "DAY": "17", "LAT": "39N18", "LON": "16E30", "MON": "12", "NUM": "1223", "PRO": "M", "SEC": "0", "YEA": "1853", "CITY": "BELSITO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17906	brunaud-marcel-1916-11-23	{"e1": "273"}	{"lerrcp": "E1-273"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Brunaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-11-23 02:00", "note": null, "place": {"c1": null, "c2": "86", "c3": "", "cy": "FR", "lg": 0.15556, "lat": 46.71643, "name": "Champigny-le-Sec", "geoid": 3027109}, "notime": null, "date-ut": "1916-11-23 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Brunaud"}, "birth": {"tzo": "+00:00", "date": "1916-11-23 02:00", "place": {"c2": "86", "c3": "", "cy": "FR", "lg": 0.15556, "lat": 46.71643, "name": "Champigny-le-Sec", "geoid": 3027109}, "date-ut": "1916-11-23 02:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "273"}}, "raw": {"H": "02:00", "COD": "86", "DAY": "23", "MON": "11", "NUM": "0273", "PRO": "PH", "YEA": "1916", "CITY": "Champigny le Sec", "NAME": "BRUNAUD Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
6940	de-carli-giuseppe-1897-11-02	{"a3": "1225"}	{"lerrcp": "A3-1225"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "De Carli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.5, "lat": 46, "name": "AZZANO DECIMO", "geoid": 0}, "notime": null, "date-ut": "1897-11-02 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "De Carli"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.5, "lat": 46, "name": "AZZANO DECIMO", "geoid": 0}, "date-ut": "1897-11-02 07:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1225"}, "ids-in-sources": {"a3": "1225"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "2", "LAT": "46N 0", "LON": "13E30", "MON": "11", "NUM": "1225", "PRO": "M", "SEC": "0", "YEA": "1897", "CITY": "AZZANO DECIMO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6941	de-carli-nicolo-1894-05-19	{"a3": "1226"}	{"lerrcp": "A3-1226"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicolo", "family": "De Carli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.5, "lat": 46, "name": "AZZANO DECIMO", "geoid": 0}, "notime": null, "date-ut": "1894-05-19 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Nicolo", "family": "De Carli"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.5, "lat": 46, "name": "AZZANO DECIMO", "geoid": 0}, "date-ut": "1894-05-19 09:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1226"}, "ids-in-sources": {"a3": "1226"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "19", "LAT": "46N 0", "LON": "13E30", "MON": "5", "NUM": "1226", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "AZZANO DECIMO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6942	de-caroli-riccardo-1878-05-27	{"a3": "1227"}	{"lerrcp": "A3-1227"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Riccardo", "family": "De Caroli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SV", "c3": null, "cy": "IT", "lg": 8.34295, "lat": 44.33524, "name": "Altare", "geoid": 3183174}, "notime": null, "date-ut": "1878-05-27 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Riccardo", "family": "De Caroli"}, "birth": {"place": {"c2": "SV", "cy": "IT", "lg": 8.34295, "lat": 44.33524, "name": "Altare", "geoid": 3183174}, "date-ut": "1878-05-27 00:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1227"}, "ids-in-sources": {"a3": "1227"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "SV", "COU": "I", "DAY": "27", "LAT": "44N18", "LON": "8E45", "MON": "5", "NUM": "1227", "PRO": "M", "SEC": "4", "YEA": "1878", "CITY": "ALTARE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6943	de-cesaris-ulderico-1889-12-22	{"a3": "1228"}	{"lerrcp": "A3-1228"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ulderico", "family": "De Cesaris", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PE", "c3": null, "cy": "IT", "lg": 14.14101, "lat": 42.45344, "name": "Spoltore", "geoid": 3166235}, "notime": null, "date-ut": "1889-12-22 15:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ulderico", "family": "De Cesaris"}, "birth": {"place": {"c2": "PE", "cy": "IT", "lg": 14.14101, "lat": 42.45344, "name": "Spoltore", "geoid": 3166235}, "date-ut": "1889-12-22 15:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1228"}, "ids-in-sources": {"a3": "1228"}}, "raw": {"H": "16", "MN": "40", "TZ": "-1", "COD": "PE", "COU": "I", "DAY": "22", "LAT": "42N24", "LON": "14E30", "MON": "12", "NUM": "1228", "PRO": "M", "SEC": "4", "YEA": "1889", "CITY": "SPOLTORE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6944	de-cumis-teodore-1852-02-22	{"a3": "1229"}	{"lerrcp": "A3-1229"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Teodore", "family": "De Cumis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CZ", "c3": null, "cy": "IT", "lg": 16.5987, "lat": 38.89079, "name": "Catanzaro", "geoid": 2525059}, "notime": null, "date-ut": "1852-02-22 11:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Teodore", "family": "De Cumis"}, "birth": {"place": {"c2": "CZ", "cy": "IT", "lg": 16.5987, "lat": 38.89079, "name": "Catanzaro", "geoid": 2525059}, "date-ut": "1852-02-22 11:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1229"}, "ids-in-sources": {"a3": "1229"}}, "raw": {"H": "12", "MN": "20", "TZ": "-1", "COD": "CZ", "COU": "I", "DAY": "22", "LAT": "39N 0", "LON": "17E30", "MON": "2", "NUM": "1229", "PRO": "M", "SEC": "0", "YEA": "1852", "CITY": "CATANZARO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6945	de-feo-vincenzo-1876-09-16	{"a3": "1230"}	{"lerrcp": "A3-1230"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincenzo", "family": "De Feo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CB", "c3": null, "cy": "IT", "lg": 14.75, "lat": 41.6, "name": "MIRABELLO SANNI", "geoid": 0}, "notime": null, "date-ut": "1876-09-16 20:36:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Vincenzo", "family": "De Feo"}, "birth": {"place": {"c2": "CB", "cy": "IT", "lg": 14.75, "lat": 41.6, "name": "MIRABELLO SANNI", "geoid": 0}, "date-ut": "1876-09-16 20:36:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1230"}, "ids-in-sources": {"a3": "1230"}}, "raw": {"H": "21", "MN": "36", "TZ": "-1", "COD": "CB", "COU": "I", "DAY": "16", "LAT": "41N36", "LON": "14E45", "MON": "9", "NUM": "1230", "PRO": "M", "SEC": "4", "YEA": "1876", "CITY": "MIRABELLO SANNI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6946	de-casperi-ercole-1865-10-08	{"a3": "1231"}	{"lerrcp": "A3-1231"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ercole", "family": "De Casperi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BS", "c3": null, "cy": "IT", "lg": 10.07587, "lat": 45.32818, "name": "Verolanuova", "geoid": 3164531}, "notime": null, "date-ut": "1865-10-08 20:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ercole", "family": "De Casperi"}, "birth": {"place": {"c2": "BS", "cy": "IT", "lg": 10.07587, "lat": 45.32818, "name": "Verolanuova", "geoid": 3164531}, "date-ut": "1865-10-08 20:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1231"}, "ids-in-sources": {"a3": "1231"}}, "raw": {"H": "21", "MN": "16", "TZ": "-1", "COD": "BS", "COU": "I", "DAY": "8", "LAT": "45N30", "LON": "11E 0", "MON": "10", "NUM": "1231", "PRO": "M", "SEC": "0", "YEA": "1865", "CITY": "VEROLANUOVA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6947	de-casperi-oreste-1864-12-10	{"a3": "1232"}	{"lerrcp": "A3-1232"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oreste", "family": "De Casperi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PZ", "c3": null, "cy": "IT", "lg": 15.80857, "lat": 40.64432, "name": "Potenza", "geoid": 3170027}, "notime": null, "date-ut": "1864-12-10 08:57"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Oreste", "family": "De Casperi"}, "birth": {"place": {"c2": "PZ", "cy": "IT", "lg": 15.80857, "lat": 40.64432, "name": "Potenza", "geoid": 3170027}, "date-ut": "1864-12-10 08:57"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1232"}, "ids-in-sources": {"a3": "1232"}}, "raw": {"H": "9", "MN": "57", "TZ": "-1", "COD": "PZ", "COU": "I", "DAY": "10", "LAT": "40N30", "LON": "15E45", "MON": "12", "NUM": "1232", "PRO": "M", "SEC": "0", "YEA": "1864", "CITY": "POTENZA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6948	degol-giuseppe-1882-08-29	{"a3": "1233"}	{"lerrcp": "A3-1233"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Degol", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TN", "c3": null, "cy": "IT", "lg": 11.52009, "lat": 46.06741, "name": "Strigno", "geoid": 3166091}, "notime": null, "date-ut": "1882-08-29 06:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Degol"}, "birth": {"place": {"c2": "TN", "cy": "IT", "lg": 11.52009, "lat": 46.06741, "name": "Strigno", "geoid": 3166091}, "date-ut": "1882-08-29 06:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1233"}, "ids-in-sources": {"a3": "1233"}}, "raw": {"H": "7", "MN": "10", "TZ": "-1", "COD": "TN", "COU": "I", "DAY": "29", "LAT": "46N 0", "LON": "12E 0", "MON": "8", "NUM": "1233", "PRO": "M", "SEC": "4", "YEA": "1882", "CITY": "STRIGNO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6949	de-grossi-fortunato-1869-01-11	{"a3": "1234"}	{"lerrcp": "A3-1234"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fortunato", "family": "De Grossi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1869-01-11 05:30:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Fortunato", "family": "De Grossi"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1869-01-11 05:30:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1234"}, "ids-in-sources": {"a3": "1234"}}, "raw": {"H": "6", "MN": "30", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "11", "LAT": "43N42", "LON": "11E30", "MON": "1", "NUM": "1234", "PRO": "M", "SEC": "4", "YEA": "1869", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6950	de-janni-amedeo-1915-03-29	{"a3": "1235"}	{"lerrcp": "A3-1235"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amedeo", "family": "De Janni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BN", "c3": null, "cy": "IT", "lg": 14.77328, "lat": 41.13204, "name": "Benevento", "geoid": 3182179}, "notime": null, "date-ut": "1915-03-29 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Amedeo", "family": "De Janni"}, "birth": {"place": {"c2": "BN", "cy": "IT", "lg": 14.77328, "lat": 41.13204, "name": "Benevento", "geoid": 3182179}, "date-ut": "1915-03-29 08:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1235"}, "ids-in-sources": {"a3": "1235"}}, "raw": {"H": "9", "MN": "0", "TZ": "-1", "COD": "BN", "COU": "I", "DAY": "29", "LAT": "41N18", "LON": "15E 0", "MON": "3", "NUM": "1235", "PRO": "M", "SEC": "0", "YEA": "1915", "CITY": "BENEVENTO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6951	gauquelin-a3-1236-1856-09-21	{"a3": "1236"}	{"lerrcp": "A3-1236"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1236", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.75, "lat": 44.8, "name": "GOLESE", "geoid": 0}, "notime": null, "date-ut": "1856-09-21 07:17"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1236"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.75, "lat": 44.8, "name": "GOLESE", "geoid": 0}, "date-ut": "1856-09-21 07:17"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1236"}, "ids-in-sources": {"a3": "1236"}}, "raw": {"H": "8", "MN": "17", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "21", "LAT": "44N48", "LON": "10E45", "MON": "9", "NUM": "1236", "PRO": "M", "SEC": "0", "YEA": "1856", "CITY": "GOLESE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6952	del-buono-armando-1873-03-01	{"a3": "1237"}	{"lerrcp": "A3-1237"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armando", "family": "Del Buono", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LI", "c3": null, "cy": "IT", "lg": 10.42622, "lat": 42.81342, "name": "Rio Marina", "geoid": 3169330}, "notime": null, "date-ut": "1873-03-01 12:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Armando", "family": "Del Buono"}, "birth": {"place": {"c2": "LI", "cy": "IT", "lg": 10.42622, "lat": 42.81342, "name": "Rio Marina", "geoid": 3169330}, "date-ut": "1873-03-01 12:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1237"}, "ids-in-sources": {"a3": "1237"}}, "raw": {"H": "13", "MN": "10", "TZ": "-1", "COD": "LI", "COU": "I", "DAY": "1", "LAT": "43N36", "LON": "9E30", "MON": "3", "NUM": "1237", "PRO": "M", "SEC": "4", "YEA": "1873", "CITY": "RIO MARINA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6953	del-buono-francesco-1859-12-16	{"a3": "1238"}	{"lerrcp": "A3-1238"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Del Buono", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 15.23828, "lat": 38.22117, "name": "Milazzo", "geoid": 2524155}, "notime": null, "date-ut": "1859-12-16 04:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Del Buono"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 15.23828, "lat": 38.22117, "name": "Milazzo", "geoid": 2524155}, "date-ut": "1859-12-16 04:58"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1238"}, "ids-in-sources": {"a3": "1238"}}, "raw": {"H": "5", "MN": "58", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "16", "LAT": "38N 0", "LON": "15E30", "MON": "12", "NUM": "1238", "PRO": "M", "SEC": "0", "YEA": "1859", "CITY": "MILAZZO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17907	brunet-maurice-1912-09-23	{"e1": "274"}	{"lerrcp": "E1-274"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Brunet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-09-23 22:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1912-09-23 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Brunet"}, "birth": {"tzo": "+00:00", "date": "1912-09-23 22:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1912-09-23 22:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "274"}}, "raw": {"H": "22:00", "COD": "29", "DAY": "23", "MON": "09", "NUM": "0274", "PRO": "MI", "YEA": "1912", "CITY": "Brest", "NAME": "BRUNET Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
6955	de-lellis-gregorio-1894-03-13	{"a3": "1240"}	{"lerrcp": "A3-1240"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gregorio", "family": "De Lellis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FR", "c3": null, "cy": "IT", "lg": 13.4916, "lat": 41.46892, "name": "Pastena", "geoid": 3171406}, "notime": null, "date-ut": "1894-03-13 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gregorio", "family": "De Lellis"}, "birth": {"place": {"c2": "FR", "cy": "IT", "lg": 13.4916, "lat": 41.46892, "name": "Pastena", "geoid": 3171406}, "date-ut": "1894-03-13 21:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1240"}, "ids-in-sources": {"a3": "1240"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "FR", "COU": "I", "DAY": "13", "LAT": "41N36", "LON": "13E15", "MON": "3", "NUM": "1240", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "PASTENA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6956	del-greco-carlo-1873-08-04	{"a3": "1241"}	{"lerrcp": "A3-1241"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Del Greco", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1873-08-04 17:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Del Greco"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1873-08-04 17:25:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1241"}, "ids-in-sources": {"a3": "1241"}}, "raw": {"H": "18", "MN": "25", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "4", "LAT": "43N42", "LON": "11E30", "MON": "8", "NUM": "1241", "PRO": "M", "SEC": "4", "YEA": "1873", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6957	del-grosso-mario-1893-07-24	{"a3": "1242"}	{"lerrcp": "A3-1242"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Del Grosso", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SO", "c3": null, "cy": "IT", "lg": 10, "lat": 46.2, "name": "PRATA CAMPORTAC", "geoid": 0}, "notime": null, "date-ut": "1893-07-24 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Del Grosso"}, "birth": {"place": {"c2": "SO", "cy": "IT", "lg": 10, "lat": 46.2, "name": "PRATA CAMPORTAC", "geoid": 0}, "date-ut": "1893-07-24 00:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1242"}, "ids-in-sources": {"a3": "1242"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "SO", "COU": "I", "DAY": "24", "LAT": "46N12", "LON": "10E 0", "MON": "7", "NUM": "1242", "PRO": "M", "SEC": "4", "YEA": "1893", "CITY": "PRATA CAMPORTAC"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6958	delli-ponti-italo-1861-09-28	{"a3": "1243"}	{"lerrcp": "A3-1243"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Delli Ponti Italo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TA", "c3": null, "cy": "IT", "lg": 17.22972, "lat": 40.47611, "name": "Taranto", "geoid": 3165926}, "notime": null, "date-ut": "1861-09-28 23:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Delli Ponti Italo"}, "birth": {"place": {"c2": "TA", "cy": "IT", "lg": 17.22972, "lat": 40.47611, "name": "Taranto", "geoid": 3165926}, "date-ut": "1861-09-28 23:50"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1243"}, "ids-in-sources": {"a3": "1243"}}, "raw": {"H": "0", "MN": "50", "TZ": "-1", "COD": "TA", "COU": "I", "DAY": "29", "LAT": "40N30", "LON": "17E30", "MON": "9", "NUM": "1243", "PRO": "M", "SEC": "0", "YEA": "1861", "CITY": "TARANTO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6959	gauquelin-a3-1244-1868-05-12	{"a3": "1244"}	{"lerrcp": "A3-1244"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1244", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1868-05-12 22:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1244"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1868-05-12 22:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1244"}, "ids-in-sources": {"a3": "1244"}}, "raw": {"H": "23", "MN": "40", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "12", "LAT": "45N 0", "LON": "8E 0", "MON": "5", "NUM": "1244", "PRO": "M", "SEC": "4", "YEA": "1868", "CITY": "TORINO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6960	del-vento-giovanni-1920-02-12	{"a3": "1245"}	{"lerrcp": "A3-1245"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Del Vento", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 17, "lat": 41.2, "name": "CANOSA DI PUGLI", "geoid": 0}, "notime": null, "date-ut": "1920-02-12 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Del Vento"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 17, "lat": 41.2, "name": "CANOSA DI PUGLI", "geoid": 0}, "date-ut": "1920-02-12 04:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1245"}, "ids-in-sources": {"a3": "1245"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "12", "LAT": "41N12", "LON": "17E 0", "MON": "2", "NUM": "1245", "PRO": "M", "SEC": "0", "YEA": "1920", "CITY": "CANOSA DI PUGLI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6961	gauquelin-a3-1246-1868-12-09	{"a3": "1246"}	{"lerrcp": "A3-1246"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1246", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SA", "c3": null, "cy": "IT", "lg": 15.25, "lat": 40.7, "name": "CAVA DEI TIRRENI", "geoid": 0}, "notime": null, "date-ut": "1868-12-09 02:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1246"}, "birth": {"place": {"c2": "SA", "cy": "IT", "lg": 15.25, "lat": 40.7, "name": "CAVA DEI TIRRENI", "geoid": 0}, "date-ut": "1868-12-09 02:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1246"}, "ids-in-sources": {"a3": "1246"}}, "raw": {"H": "3", "MN": "40", "TZ": "-1", "COD": "SA", "COU": "I", "DAY": "9", "LAT": "40N42", "LON": "15E15", "MON": "12", "NUM": "1246", "PRO": "M", "SEC": "4", "YEA": "1868", "CITY": "CAVA DEI TIRRENI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6962	de-merich-giovanni-1859-11-23	{"a3": "1247"}	{"lerrcp": "A3-1247"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "De Merich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CE", "c3": null, "cy": "IT", "lg": 14.2133, "lat": 41.11082, "name": "Capua", "geoid": 3180601}, "notime": null, "date-ut": "1859-11-23 01:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "De Merich"}, "birth": {"place": {"c2": "CE", "cy": "IT", "lg": 14.2133, "lat": 41.11082, "name": "Capua", "geoid": 3180601}, "date-ut": "1859-11-23 01:02"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1247"}, "ids-in-sources": {"a3": "1247"}}, "raw": {"H": "2", "MN": "2", "TZ": "-1", "COD": "CE", "COU": "I", "DAY": "23", "LAT": "41N 6", "LON": "14E30", "MON": "11", "NUM": "1247", "PRO": "M", "SEC": "0", "YEA": "1859", "CITY": "CAPUA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6963	de-renzis-michele-1846-06-22	{"a3": "1248"}	{"lerrcp": "A3-1248"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michele", "family": "De Renzis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 16.68938, "lat": 41.11083, "name": "Bitonto", "geoid": 3181995}, "notime": null, "date-ut": "1846-06-22 05:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Michele", "family": "De Renzis"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 16.68938, "lat": 41.11083, "name": "Bitonto", "geoid": 3181995}, "date-ut": "1846-06-22 05:52"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1248"}, "ids-in-sources": {"a3": "1248"}}, "raw": {"H": "6", "MN": "52", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "22", "LAT": "41N12", "LON": "17E 0", "MON": "6", "NUM": "1248", "PRO": "M", "SEC": "0", "YEA": "1846", "CITY": "BITONTO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6964	de-rosa-francesco-1853-10-13	{"a3": "1249"}	{"lerrcp": "A3-1249"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "De Rosa", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PZ", "c3": null, "cy": "IT", "lg": 15.80857, "lat": 40.64432, "name": "Potenza", "geoid": 3170027}, "notime": null, "date-ut": "1853-10-13 03:57"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "De Rosa"}, "birth": {"place": {"c2": "PZ", "cy": "IT", "lg": 15.80857, "lat": 40.64432, "name": "Potenza", "geoid": 3170027}, "date-ut": "1853-10-13 03:57"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1249"}, "ids-in-sources": {"a3": "1249"}}, "raw": {"H": "4", "MN": "57", "TZ": "-1", "COD": "PZ", "COU": "I", "DAY": "13", "LAT": "40N30", "LON": "15E45", "MON": "10", "NUM": "1249", "PRO": "M", "SEC": "0", "YEA": "1853", "CITY": "POTENZA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6965	de-sanctis-giorgio-1921-12-17	{"a3": "1250"}	{"lerrcp": "A3-1250"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giorgio", "family": "De Sanctis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CB", "c3": null, "cy": "IT", "lg": 14.91723, "lat": 41.91444, "name": "Guglionesi", "geoid": 3175680}, "notime": null, "date-ut": "1921-12-17 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giorgio", "family": "De Sanctis"}, "birth": {"place": {"c2": "CB", "cy": "IT", "lg": 14.91723, "lat": 41.91444, "name": "Guglionesi", "geoid": 3175680}, "date-ut": "1921-12-17 07:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1250"}, "ids-in-sources": {"a3": "1250"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "CB", "COU": "I", "DAY": "17", "LAT": "41N36", "LON": "14E45", "MON": "12", "NUM": "1250", "PRO": "M", "SEC": "0", "YEA": "1921", "CITY": "GUGLIONESI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6966	de-sauget-guglielmo-1820-04-01	{"a3": "1251"}	{"lerrcp": "A3-1251"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guglielmo", "family": "De Sauget", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1820-04-01 11:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Guglielmo", "family": "De Sauget"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1820-04-01 11:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1251"}, "ids-in-sources": {"a3": "1251"}}, "raw": {"H": "12", "MN": "4", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "1", "LAT": "40N54", "LON": "14E 0", "MON": "4", "NUM": "1251", "PRO": "M", "SEC": "0", "YEA": "1820", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6967	gauquelin-a3-1252-1896-01-01	{"a3": "1252"}	{"lerrcp": "A3-1252"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1252", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BR", "c3": null, "cy": "IT", "lg": 18, "lat": 40.6, "name": "SAN PIETRO VERN", "geoid": 0}, "notime": null, "date-ut": "1896-01-01 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1252"}, "birth": {"place": {"c2": "BR", "cy": "IT", "lg": 18, "lat": 40.6, "name": "SAN PIETRO VERN", "geoid": 0}, "date-ut": "1896-01-01 03:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1252"}, "ids-in-sources": {"a3": "1252"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "BR", "COU": "I", "DAY": "1", "LAT": "40N36", "LON": "18E 0", "MON": "1", "NUM": "1252", "PRO": "M", "SEC": "0", "YEA": "1896", "CITY": "SAN PIETRO VERN"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6968	de-vecchi-eugenio-1870-02-11	{"a3": "1253"}	{"lerrcp": "A3-1253"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugenio", "family": "De Vecchi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CE", "c3": null, "cy": "IT", "lg": 14.31163, "lat": 41.07124, "name": "Casagiove", "geoid": 6534262}, "notime": null, "date-ut": "1870-02-11 12:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eugenio", "family": "De Vecchi"}, "birth": {"place": {"c2": "CE", "cy": "IT", "lg": 14.31163, "lat": 41.07124, "name": "Casagiove", "geoid": 6534262}, "date-ut": "1870-02-11 12:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1253"}, "ids-in-sources": {"a3": "1253"}}, "raw": {"H": "13", "MN": "10", "TZ": "-1", "COD": "CE", "COU": "I", "DAY": "11", "LAT": "41N 6", "LON": "14E30", "MON": "2", "NUM": "1253", "PRO": "M", "SEC": "4", "YEA": "1870", "CITY": "CASAGIOVE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6969	de-vito-francesco-raffaele-1857-09-15	{"a3": "1254"}	{"lerrcp": "A3-1254"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "De Vito Francesco Raffaele", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 16.70848, "lat": 41.01353, "name": "Grumo Appula", "geoid": 3175746}, "notime": null, "date-ut": "1857-09-15 00:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "De Vito Francesco Raffaele"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 16.70848, "lat": 41.01353, "name": "Grumo Appula", "geoid": 3175746}, "date-ut": "1857-09-15 00:52"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1254"}, "ids-in-sources": {"a3": "1254"}}, "raw": {"H": "1", "MN": "52", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "15", "LAT": "41N12", "LON": "17E 0", "MON": "9", "NUM": "1254", "PRO": "M", "SEC": "0", "YEA": "1857", "CITY": "GRUMO APPULA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6970	dianda-umberto-1916-04-12	{"a3": "1255"}	{"lerrcp": "A3-1255"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Umberto", "family": "Dianda", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LU", "c3": null, "cy": "IT", "lg": 10.50585, "lat": 43.84357, "name": "Lucca", "geoid": 3174530}, "notime": null, "date-ut": "1916-04-12 19:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Umberto", "family": "Dianda"}, "birth": {"place": {"c2": "LU", "cy": "IT", "lg": 10.50585, "lat": 43.84357, "name": "Lucca", "geoid": 3174530}, "date-ut": "1916-04-12 19:45"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1255"}, "ids-in-sources": {"a3": "1255"}}, "raw": {"H": "20", "MN": "45", "TZ": "-1", "COD": "LU", "COU": "I", "DAY": "12", "LAT": "43N42", "LON": "11E 0", "MON": "4", "NUM": "1255", "PRO": "M", "SEC": "0", "YEA": "1916", "CITY": "LUCCA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6971	di-bella-francesco-1914-07-07	{"a3": "1256"}	{"lerrcp": "A3-1256"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Di Bella", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 15.39519, "lat": 37.97626, "name": "Roccalumera", "geoid": 2523601}, "notime": null, "date-ut": "1914-07-07 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Di Bella"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 15.39519, "lat": 37.97626, "name": "Roccalumera", "geoid": 2523601}, "date-ut": "1914-07-07 16:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1256"}, "ids-in-sources": {"a3": "1256"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "7", "LAT": "38N 0", "LON": "15E30", "MON": "7", "NUM": "1256", "PRO": "M", "SEC": "0", "YEA": "1914", "CITY": "ROCCALUMERA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6972	de-benedetto-vincenzo-1866-01-29	{"a3": "1257"}	{"lerrcp": "A3-1257"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincenzo", "family": "De Benedetto", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "EN", "c3": null, "cy": "IT", "lg": 14.28917, "lat": 37.55885, "name": "Enna", "geoid": 2524819}, "notime": null, "date-ut": "1866-01-29 15:03"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Vincenzo", "family": "De Benedetto"}, "birth": {"place": {"c2": "EN", "cy": "IT", "lg": 14.28917, "lat": 37.55885, "name": "Enna", "geoid": 2524819}, "date-ut": "1866-01-29 15:03"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1257"}, "ids-in-sources": {"a3": "1257"}}, "raw": {"H": "16", "MN": "3", "TZ": "-1", "COD": "EN", "COU": "I", "DAY": "29", "LAT": "37N30", "LON": "14E15", "MON": "1", "NUM": "1257", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "ENNA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6973	gauquelin-a3-1258-1850-11-30	{"a3": "1258"}	{"lerrcp": "A3-1258"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1258", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TP", "c3": null, "cy": "IT", "lg": 12.49758, "lat": 38.01906, "name": "Trapani", "geoid": 2522876}, "notime": null, "date-ut": "1850-11-30 12:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1258"}, "birth": {"place": {"c2": "TP", "cy": "IT", "lg": 12.49758, "lat": 38.01906, "name": "Trapani", "geoid": 2522876}, "date-ut": "1850-11-30 12:10"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1258"}, "ids-in-sources": {"a3": "1258"}}, "raw": {"H": "13", "MN": "10", "TZ": "-1", "COD": "TP", "COU": "I", "DAY": "30", "LAT": "38N 0", "LON": "12E30", "MON": "11", "NUM": "1258", "PRO": "M", "SEC": "0", "YEA": "1850", "CITY": "TRAPANI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6974	di-brocchetti-alfonso-1814-08-03	{"a3": "1259"}	{"lerrcp": "A3-1259"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfonso", "family": "Di Brocchetti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1814-08-03 20:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alfonso", "family": "Di Brocchetti"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1814-08-03 20:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1259"}, "ids-in-sources": {"a3": "1259"}}, "raw": {"H": "21", "MN": "4", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "3", "LAT": "40N54", "LON": "14E 0", "MON": "8", "NUM": "1259", "PRO": "M", "SEC": "0", "YEA": "1814", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6975	di-brocchetti-enrico-1817-11-08	{"a3": "1260"}	{"lerrcp": "A3-1260"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enrico", "family": "Di Brocchetti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1817-11-08 18:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Enrico", "family": "Di Brocchetti"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1817-11-08 18:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1260"}, "ids-in-sources": {"a3": "1260"}}, "raw": {"H": "19", "MN": "4", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "8", "LAT": "40N54", "LON": "14E 0", "MON": "11", "NUM": "1260", "PRO": "M", "SEC": "0", "YEA": "1817", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6976	di-cocco-alfredo-1885-06-01	{"a3": "1261"}	{"lerrcp": "A3-1261"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfredo", "family": "Di Cocco", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PE", "c3": null, "cy": "IT", "lg": 13.8308, "lat": 42.16993, "name": "Popoli", "geoid": 3170175}, "notime": null, "date-ut": "1885-06-01 17:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alfredo", "family": "Di Cocco"}, "birth": {"place": {"c2": "PE", "cy": "IT", "lg": 13.8308, "lat": 42.16993, "name": "Popoli", "geoid": 3170175}, "date-ut": "1885-06-01 17:25:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1261"}, "ids-in-sources": {"a3": "1261"}}, "raw": {"H": "18", "MN": "25", "TZ": "-1", "COD": "PE", "COU": "I", "DAY": "1", "LAT": "42N24", "LON": "14E30", "MON": "6", "NUM": "1261", "PRO": "M", "SEC": "4", "YEA": "1885", "CITY": "POPOLI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6977	di-giorgio-antonio-1867-09-22	{"a3": "1262"}	{"lerrcp": "A3-1262"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Di Giorgio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 14.59817, "lat": 38.01706, "name": "San Fratello", "geoid": 2523487}, "notime": null, "date-ut": "1867-09-22 08:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Di Giorgio"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 14.59817, "lat": 38.01706, "name": "San Fratello", "geoid": 2523487}, "date-ut": "1867-09-22 08:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1262"}, "ids-in-sources": {"a3": "1262"}}, "raw": {"H": "9", "MN": "10", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "22", "LAT": "38N 0", "LON": "15E30", "MON": "9", "NUM": "1262", "PRO": "M", "SEC": "4", "YEA": "1867", "CITY": "SAN FRATELLO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6978	di-loreto-ernesto-1873-10-04	{"a3": "1263"}	{"lerrcp": "A3-1263"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernesto", "family": "Di Loreto", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AQ", "c3": null, "cy": "IT", "lg": 13.99251, "lat": 41.75593, "name": "Barrea", "geoid": 3182333}, "notime": null, "date-ut": "1873-10-04 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ernesto", "family": "Di Loreto"}, "birth": {"place": {"c2": "AQ", "cy": "IT", "lg": 13.99251, "lat": 41.75593, "name": "Barrea", "geoid": 3182333}, "date-ut": "1873-10-04 10:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1263"}, "ids-in-sources": {"a3": "1263"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "AQ", "COU": "I", "DAY": "4", "LAT": "42N24", "LON": "13E30", "MON": "10", "NUM": "1263", "PRO": "M", "SEC": "4", "YEA": "1873", "CITY": "BARREA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6979	di-majo-pio-1848-12-25	{"a3": "1264"}	{"lerrcp": "A3-1264"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pio", "family": "Di Majo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SA", "c3": null, "cy": "IT", "lg": 15.32145, "lat": 40.80832, "name": "Santomenna", "geoid": 3167282}, "notime": null, "date-ut": "1848-12-25 19:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pio", "family": "Di Majo"}, "birth": {"place": {"c2": "SA", "cy": "IT", "lg": 15.32145, "lat": 40.80832, "name": "Santomenna", "geoid": 3167282}, "date-ut": "1848-12-25 19:59"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1264"}, "ids-in-sources": {"a3": "1264"}}, "raw": {"H": "20", "MN": "59", "TZ": "-1", "COD": "SA", "COU": "I", "DAY": "25", "LAT": "40N42", "LON": "15E15", "MON": "12", "NUM": "1264", "PRO": "M", "SEC": "0", "YEA": "1848", "CITY": "SANTOMENNA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6980	di-maria-alleri-eugenio-1862-05-04	{"a3": "1265"}	{"lerrcp": "A3-1265"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Di Maria Alleri Eugenio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PA", "c3": null, "cy": "IT", "lg": 13.5, "lat": 38, "name": "PETRALIA SOTTAN", "geoid": 0}, "notime": null, "date-ut": "1862-05-04 09:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Di Maria Alleri Eugenio"}, "birth": {"place": {"c2": "PA", "cy": "IT", "lg": 13.5, "lat": 38, "name": "PETRALIA SOTTAN", "geoid": 0}, "date-ut": "1862-05-04 09:06"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1265"}, "ids-in-sources": {"a3": "1265"}}, "raw": {"H": "10", "MN": "6", "TZ": "-1", "COD": "PA", "COU": "I", "DAY": "4", "LAT": "38N 0", "LON": "13E30", "MON": "5", "NUM": "1265", "PRO": "M", "SEC": "0", "YEA": "1862", "CITY": "PETRALIA SOTTAN"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6981	donato-francesco-1885-10-02	{"a3": "1266"}	{"lerrcp": "A3-1266"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Donato", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VC", "c3": null, "cy": "IT", "lg": 8.01103, "lat": 45.23755, "name": "Saluggia", "geoid": 3168615}, "notime": null, "date-ut": "1885-10-02 22:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Donato"}, "birth": {"place": {"c2": "VC", "cy": "IT", "lg": 8.01103, "lat": 45.23755, "name": "Saluggia", "geoid": 3168615}, "date-ut": "1885-10-02 22:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1266"}, "ids-in-sources": {"a3": "1266"}}, "raw": {"H": "23", "MN": "10", "TZ": "-1", "COD": "VC", "COU": "I", "DAY": "2", "LAT": "45N24", "LON": "8E30", "MON": "10", "NUM": "1266", "PRO": "M", "SEC": "4", "YEA": "1885", "CITY": "SALUGGIA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6982	dorigo-sante-1892-02-18	{"a3": "1267"}	{"lerrcp": "A3-1267"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sante", "family": "Dorigo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TV", "c3": null, "cy": "IT", "lg": 12.12444, "lat": 45.90528, "name": "Farra di Soligo", "geoid": 3177177}, "notime": null, "date-ut": "1892-02-18 13:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Sante", "family": "Dorigo"}, "birth": {"place": {"c2": "TV", "cy": "IT", "lg": 12.12444, "lat": 45.90528, "name": "Farra di Soligo", "geoid": 3177177}, "date-ut": "1892-02-18 13:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1267"}, "ids-in-sources": {"a3": "1267"}}, "raw": {"H": "14", "MN": "40", "TZ": "-1", "COD": "TV", "COU": "I", "DAY": "18", "LAT": "45N36", "LON": "12E45", "MON": "2", "NUM": "1267", "PRO": "M", "SEC": "4", "YEA": "1892", "CITY": "FARRA DI SOLIGO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6983	ducci-gino-1872-09-18	{"a3": "1268"}	{"lerrcp": "A3-1268"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gino", "family": "Ducci", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1872-09-18 14:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gino", "family": "Ducci"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1872-09-18 14:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1268"}, "ids-in-sources": {"a3": "1268"}}, "raw": {"H": "15", "MN": "40", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "18", "LAT": "43N42", "LON": "11E30", "MON": "9", "NUM": "1268", "PRO": "M", "SEC": "4", "YEA": "1872", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6984	ederle-carlo-1892-05-29	{"a3": "1269"}	{"lerrcp": "A3-1269"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Ederle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "notime": null, "date-ut": "1892-05-29 03:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Ederle"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "date-ut": "1892-05-29 03:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1269"}, "ids-in-sources": {"a3": "1269"}}, "raw": {"H": "4", "MN": "40", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "29", "LAT": "45N24", "LON": "11E 0", "MON": "5", "NUM": "1269", "PRO": "M", "SEC": "4", "YEA": "1892", "CITY": "VERONA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6985	esposito-giovanni-1882-05-18	{"a3": "1270"}	{"lerrcp": "A3-1270"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Esposito", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PE", "c3": null, "cy": "IT", "lg": 13.9809, "lat": 42.42924, "name": "Loreto Aprutino", "geoid": 3174565}, "notime": null, "date-ut": "1882-05-18 10:15:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Esposito"}, "birth": {"place": {"c2": "PE", "cy": "IT", "lg": 13.9809, "lat": 42.42924, "name": "Loreto Aprutino", "geoid": 3174565}, "date-ut": "1882-05-18 10:15:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1270"}, "ids-in-sources": {"a3": "1270"}}, "raw": {"H": "11", "MN": "15", "TZ": "-1", "COD": "PE", "COU": "I", "DAY": "18", "LAT": "42N24", "LON": "14E30", "MON": "5", "NUM": "1270", "PRO": "M", "SEC": "4", "YEA": "1882", "CITY": "LORETO APRUTINO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6986	fadda-francesco-1893-10-28	{"a3": "1271"}	{"lerrcp": "A3-1271"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Fadda", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SS", "c3": null, "cy": "IT", "lg": 8.5, "lat": 40.8, "name": "TEMPIO PAUSANIA", "geoid": 0}, "notime": null, "date-ut": "1893-10-28 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Fadda"}, "birth": {"place": {"c2": "SS", "cy": "IT", "lg": 8.5, "lat": 40.8, "name": "TEMPIO PAUSANIA", "geoid": 0}, "date-ut": "1893-10-28 10:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1271"}, "ids-in-sources": {"a3": "1271"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "SS", "COU": "I", "DAY": "28", "LAT": "40N48", "LON": "8E30", "MON": "10", "NUM": "1271", "PRO": "M", "SEC": "4", "YEA": "1893", "CITY": "TEMPIO PAUSANIA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6987	faggin-lucindo-1887-08-29	{"a3": "1272"}	{"lerrcp": "A3-1272"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucindo", "family": "Faggin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "notime": null, "date-ut": "1887-08-29 18:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Lucindo", "family": "Faggin"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "date-ut": "1887-08-29 18:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1272"}, "ids-in-sources": {"a3": "1272"}}, "raw": {"H": "19", "MN": "10", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "29", "LAT": "45N24", "LON": "12E15", "MON": "8", "NUM": "1272", "PRO": "M", "SEC": "4", "YEA": "1887", "CITY": "PADOVA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6988	faggioni-luigi-1909-11-09	{"a3": "1273"}	{"lerrcp": "A3-1273"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Faggioni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SP", "c3": null, "cy": "IT", "lg": 9.84339, "lat": 44.11054, "name": "La Spezia", "geoid": 3175081}, "notime": null, "date-ut": "1909-11-09 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Faggioni"}, "birth": {"place": {"c2": "SP", "cy": "IT", "lg": 9.84339, "lat": 44.11054, "name": "La Spezia", "geoid": 3175081}, "date-ut": "1909-11-09 02:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1273"}, "ids-in-sources": {"a3": "1273"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "SP", "COU": "I", "DAY": "9", "LAT": "44N 0", "LON": "10E15", "MON": "11", "NUM": "1273", "PRO": "M", "SEC": "0", "YEA": "1909", "CITY": "LA SPEZIA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6989	fantini-oddone-1889-01-15	{"a3": "1274"}	{"lerrcp": "A3-1274"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oddone", "family": "Fantini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RE", "c3": null, "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "CORREGIO", "geoid": 0}, "notime": null, "date-ut": "1889-01-15 15:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Oddone", "family": "Fantini"}, "birth": {"place": {"c2": "RE", "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "CORREGIO", "geoid": 0}, "date-ut": "1889-01-15 15:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1274"}, "ids-in-sources": {"a3": "1274"}}, "raw": {"H": "16", "MN": "10", "TZ": "-1", "COD": "RE", "COU": "I", "DAY": "15", "LAT": "44N36", "LON": "10E45", "MON": "1", "NUM": "1274", "PRO": "M", "SEC": "4", "YEA": "1889", "CITY": "CORREGIO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6990	gauquelin-a3-1275-1864-03-23	{"a3": "1275"}	{"lerrcp": "A3-1275"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1275", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 8.64343, "lat": 45.60147, "name": "Oleggio", "geoid": 3172079}, "notime": null, "date-ut": "1864-03-23 11:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1275"}, "birth": {"place": {"c2": "NO", "cy": "IT", "lg": 8.64343, "lat": 45.60147, "name": "Oleggio", "geoid": 3172079}, "date-ut": "1864-03-23 11:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1275"}, "ids-in-sources": {"a3": "1275"}}, "raw": {"H": "12", "MN": "24", "TZ": "-1", "COD": "NO", "COU": "I", "DAY": "23", "LAT": "45N30", "LON": "9E 0", "MON": "3", "NUM": "1275", "PRO": "M", "SEC": "0", "YEA": "1864", "CITY": "OLEGGIO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6991	fara-gustavo-1859-09-18	{"a3": "1276"}	{"lerrcp": "A3-1276"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustavo", "family": "Fara", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 9, "lat": 45.5, "name": "ORTA NOVARESE", "geoid": 0}, "notime": null, "date-ut": "1859-09-18 06:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gustavo", "family": "Fara"}, "birth": {"place": {"c2": "NO", "cy": "IT", "lg": 9, "lat": 45.5, "name": "ORTA NOVARESE", "geoid": 0}, "date-ut": "1859-09-18 06:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1276"}, "ids-in-sources": {"a3": "1276"}}, "raw": {"H": "7", "MN": "24", "TZ": "-1", "COD": "NO", "COU": "I", "DAY": "18", "LAT": "45N30", "LON": "9E 0", "MON": "9", "NUM": "1276", "PRO": "M", "SEC": "0", "YEA": "1859", "CITY": "ORTA NOVARESE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6992	farina-carlo-1845-12-24	{"a3": "1277"}	{"lerrcp": "A3-1277"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Farina", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.33716, "lat": 40.81563, "name": "Portici", "geoid": 3170116}, "notime": null, "date-ut": "1845-12-24 20:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Farina"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.33716, "lat": 40.81563, "name": "Portici", "geoid": 3170116}, "date-ut": "1845-12-24 20:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1277"}, "ids-in-sources": {"a3": "1277"}}, "raw": {"H": "21", "MN": "4", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "24", "LAT": "40N54", "LON": "14E 0", "MON": "12", "NUM": "1277", "PRO": "M", "SEC": "0", "YEA": "1845", "CITY": "PORTICI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6993	farina-ferdinando-1876-09-09	{"a3": "1278"}	{"lerrcp": "A3-1278"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinando", "family": "Farina", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SP", "c3": null, "cy": "IT", "lg": 9.84339, "lat": 44.11054, "name": "La Spezia", "geoid": 3175081}, "notime": null, "date-ut": "1876-09-09 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ferdinando", "family": "Farina"}, "birth": {"place": {"c2": "SP", "cy": "IT", "lg": 9.84339, "lat": 44.11054, "name": "La Spezia", "geoid": 3175081}, "date-ut": "1876-09-09 00:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1278"}, "ids-in-sources": {"a3": "1278"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "SP", "COU": "I", "DAY": "9", "LAT": "44N 0", "LON": "10E15", "MON": "9", "NUM": "1278", "PRO": "M", "SEC": "4", "YEA": "1876", "CITY": "LA SPEZIA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6994	farinata-uberto-1876-04-06	{"a3": "1279"}	{"lerrcp": "A3-1279"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Uberto", "family": "Farinata", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "notime": null, "date-ut": "1876-04-06 11:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Uberto", "family": "Farinata"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "date-ut": "1876-04-06 11:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1279"}, "ids-in-sources": {"a3": "1279"}}, "raw": {"H": "12", "MN": "10", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "6", "LAT": "45N24", "LON": "11E 0", "MON": "4", "NUM": "1279", "PRO": "M", "SEC": "4", "YEA": "1876", "CITY": "VERONA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6995	fasolis-nestore-1871-04-27	{"a3": "1280"}	{"lerrcp": "A3-1280"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nestore", "family": "Fasolis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1871-04-27 11:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Nestore", "family": "Fasolis"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1871-04-27 11:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1280"}, "ids-in-sources": {"a3": "1280"}}, "raw": {"H": "12", "MN": "10", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "27", "LAT": "45N 0", "LON": "8E 0", "MON": "4", "NUM": "1280", "PRO": "M", "SEC": "4", "YEA": "1871", "CITY": "TORINO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6996	fava-guido-1868-07-27	{"a3": "1281"}	{"lerrcp": "A3-1281"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guido", "family": "Fava", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SA", "c3": null, "cy": "IT", "lg": 15.25, "lat": 40.7, "name": "SAVONA", "geoid": 0}, "notime": null, "date-ut": "1868-07-27 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Guido", "family": "Fava"}, "birth": {"place": {"c2": "SA", "cy": "IT", "lg": 15.25, "lat": 40.7, "name": "SAVONA", "geoid": 0}, "date-ut": "1868-07-27 07:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1281"}, "ids-in-sources": {"a3": "1281"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "SA", "COU": "I", "DAY": "27", "LAT": "40N42", "LON": "15E15", "MON": "7", "NUM": "1281", "PRO": "M", "SEC": "4", "YEA": "1868", "CITY": "SAVONA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6997	gauquelin-a3-1282-1888-11-22	{"a3": "1282"}	{"lerrcp": "A3-1282"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1282", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CR", "c3": null, "cy": "IT", "lg": 10.02797, "lat": 45.13617, "name": "Cremona", "geoid": 3177838}, "notime": null, "date-ut": "1888-11-22 05:55:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1282"}, "birth": {"place": {"c2": "CR", "cy": "IT", "lg": 10.02797, "lat": 45.13617, "name": "Cremona", "geoid": 3177838}, "date-ut": "1888-11-22 05:55:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1282"}, "ids-in-sources": {"a3": "1282"}}, "raw": {"H": "6", "MN": "55", "TZ": "-1", "COD": "CR", "COU": "I", "DAY": "22", "LAT": "45N12", "LON": "11E 0", "MON": "11", "NUM": "1282", "PRO": "M", "SEC": "4", "YEA": "1888", "CITY": "CREMONA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6998	ferrari-elio-1875-02-21	{"a3": "1283"}	{"lerrcp": "A3-1283"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elio", "family": "Ferrari", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 7.59882, "lat": 45.23505, "name": "Ciriè", "geoid": 3178650}, "notime": null, "date-ut": "1875-02-21 11:00:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Elio", "family": "Ferrari"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 7.59882, "lat": 45.23505, "name": "Ciriè", "geoid": 3178650}, "date-ut": "1875-02-21 11:00:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1283"}, "ids-in-sources": {"a3": "1283"}}, "raw": {"H": "12", "MN": "0", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "21", "LAT": "45N 0", "LON": "8E 0", "MON": "2", "NUM": "1283", "PRO": "M", "SEC": "4", "YEA": "1875", "CITY": "CIRIE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
6999	ferrari-giuseppe-1865-03-28	{"a3": "1284"}	{"lerrcp": "A3-1284"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Ferrari", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SP", "c3": null, "cy": "IT", "lg": 9.91121, "lat": 44.07587, "name": "Lerici", "geoid": 3174856}, "notime": null, "date-ut": "1865-03-28 14:19"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Ferrari"}, "birth": {"place": {"c2": "SP", "cy": "IT", "lg": 9.91121, "lat": 44.07587, "name": "Lerici", "geoid": 3174856}, "date-ut": "1865-03-28 14:19"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1284"}, "ids-in-sources": {"a3": "1284"}}, "raw": {"H": "15", "MN": "19", "TZ": "-1", "COD": "SP", "COU": "I", "DAY": "28", "LAT": "44N 0", "LON": "10E15", "MON": "3", "NUM": "1284", "PRO": "M", "SEC": "0", "YEA": "1865", "CITY": "LERICI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7000	ferrari-tranquillo-1920-03-10	{"a3": "1285"}	{"lerrcp": "A3-1285"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tranquillo", "family": "Ferrari", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 9, "lat": 45.2, "name": "ALAGNA NOVELLIN", "geoid": 0}, "notime": null, "date-ut": "1920-03-10 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Tranquillo", "family": "Ferrari"}, "birth": {"place": {"c2": "PV", "cy": "IT", "lg": 9, "lat": 45.2, "name": "ALAGNA NOVELLIN", "geoid": 0}, "date-ut": "1920-03-10 08:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1285"}, "ids-in-sources": {"a3": "1285"}}, "raw": {"H": "9", "MN": "30", "TZ": "-1", "COD": "PV", "COU": "I", "DAY": "10", "LAT": "45N12", "LON": "9E 0", "MON": "3", "NUM": "1285", "PRO": "M", "SEC": "0", "YEA": "1920", "CITY": "ALAGNA NOVELLIN"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7001	ferrario-paolo-1883-08-20	{"a3": "1286"}	{"lerrcp": "A3-1286"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paolo", "family": "Ferrario", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 8.99404, "lat": 45.52697, "name": "Vanzago", "geoid": 3164727}, "notime": null, "date-ut": "1883-08-20 01:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paolo", "family": "Ferrario"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 8.99404, "lat": 45.52697, "name": "Vanzago", "geoid": 3164727}, "date-ut": "1883-08-20 01:50:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1286"}, "ids-in-sources": {"a3": "1286"}}, "raw": {"H": "2", "MN": "50", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "20", "LAT": "45N30", "LON": "9E15", "MON": "8", "NUM": "1286", "PRO": "M", "SEC": "4", "YEA": "1883", "CITY": "VANZAGO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7002	ferretti-ernesto-1866-10-04	{"a3": "1287"}	{"lerrcp": "A3-1287"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernesto", "family": "Ferretti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FE", "c3": null, "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "notime": null, "date-ut": "1866-10-04 04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ernesto", "family": "Ferretti"}, "birth": {"place": {"c2": "FE", "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "date-ut": "1866-10-04 04:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1287"}, "ids-in-sources": {"a3": "1287"}}, "raw": {"H": "5", "MN": "40", "TZ": "-1", "COD": "FE", "COU": "I", "DAY": "4", "LAT": "44N42", "LON": "12E30", "MON": "10", "NUM": "1287", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "FERRARA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17908	brunet-rene-1900-09-24	{"e1": "275"}	{"lerrcp": "E1-275"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Brunet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1900-09-24 19:45", "note": null, "place": {"c1": null, "c2": "85", "c3": "", "cy": "FR", "lg": -1.16629, "lat": 46.45493, "name": "Luçon", "geoid": 2997210}, "notime": null, "date-ut": "1900-09-24 19:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Brunet"}, "birth": {"tzo": "+00:09", "date": "1900-09-24 19:45", "place": {"c2": "85", "c3": "", "cy": "FR", "lg": -1.16629, "lat": 46.45493, "name": "Luçon", "geoid": 2997210}, "date-ut": "1900-09-24 19:36"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "275"}}, "raw": {"H": "19:45", "COD": "85", "DAY": "24", "MON": "09", "NUM": "0275", "PRO": "PH", "YEA": "1900", "CITY": "Lucon", "NAME": "BRUNET René", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
7004	ferro-emmanuele-1886-04-29	{"a3": "1289"}	{"lerrcp": "A3-1289"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emmanuele", "family": "Ferro", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SP", "c3": null, "cy": "IT", "lg": 9.84339, "lat": 44.11054, "name": "La Spezia", "geoid": 3175081}, "notime": null, "date-ut": "1886-04-29 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emmanuele", "family": "Ferro"}, "birth": {"place": {"c2": "SP", "cy": "IT", "lg": 9.84339, "lat": 44.11054, "name": "La Spezia", "geoid": 3175081}, "date-ut": "1886-04-29 00:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1289"}, "ids-in-sources": {"a3": "1289"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "SP", "COU": "I", "DAY": "29", "LAT": "44N 0", "LON": "10E15", "MON": "4", "NUM": "1289", "PRO": "M", "SEC": "4", "YEA": "1886", "CITY": "LA SPEZIA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7005	feruglio-maulio-1892-01-28	{"a3": "1290"}	{"lerrcp": "A3-1290"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maulio", "family": "Feruglio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TV", "c3": null, "cy": "IT", "lg": 12.23722, "lat": 45.60139, "name": "Preganziol", "geoid": 3169869}, "notime": null, "date-ut": "1892-01-28 09:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maulio", "family": "Feruglio"}, "birth": {"place": {"c2": "TV", "cy": "IT", "lg": 12.23722, "lat": 45.60139, "name": "Preganziol", "geoid": 3169869}, "date-ut": "1892-01-28 09:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1290"}, "ids-in-sources": {"a3": "1290"}}, "raw": {"H": "10", "MN": "40", "TZ": "-1", "COD": "TV", "COU": "I", "DAY": "28", "LAT": "45N36", "LON": "12E45", "MON": "1", "NUM": "1290", "PRO": "M", "SEC": "4", "YEA": "1892", "CITY": "PREGANZIOL"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7006	fiastri-giulio-1867-07-23	{"a3": "1291"}	{"lerrcp": "A3-1291"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giulio", "family": "Fiastri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RE", "c3": null, "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "REGGIO EMILIA", "geoid": 0}, "notime": null, "date-ut": "1867-07-23 04:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giulio", "family": "Fiastri"}, "birth": {"place": {"c2": "RE", "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "REGGIO EMILIA", "geoid": 0}, "date-ut": "1867-07-23 04:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1291"}, "ids-in-sources": {"a3": "1291"}}, "raw": {"H": "5", "MN": "10", "TZ": "-1", "COD": "RE", "COU": "I", "DAY": "23", "LAT": "44N36", "LON": "10E45", "MON": "7", "NUM": "1291", "PRO": "M", "SEC": "4", "YEA": "1867", "CITY": "REGGIO EMILIA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7007	gauquelin-a3-1292-1863-09-22	{"a3": "1292"}	{"lerrcp": "A3-1292"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1292", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AV", "c3": null, "cy": "IT", "lg": 14.61444, "lat": 41.02042, "name": "Cervinara", "geoid": 6534229}, "notime": null, "date-ut": "1863-09-22 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1292"}, "birth": {"place": {"c2": "AV", "cy": "IT", "lg": 14.61444, "lat": 41.02042, "name": "Cervinara", "geoid": 6534229}, "date-ut": "1863-09-22 08:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1292"}, "ids-in-sources": {"a3": "1292"}}, "raw": {"H": "9", "MN": "0", "TZ": "-1", "COD": "AV", "COU": "I", "DAY": "22", "LAT": "41N 0", "LON": "15E 0", "MON": "9", "NUM": "1292", "PRO": "M", "SEC": "0", "YEA": "1863", "CITY": "CERVINARA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7008	finiguerra-francesco-1853-02-13	{"a3": "1293"}	{"lerrcp": "A3-1293"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Finiguerra", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PZ", "c3": null, "cy": "IT", "lg": 15.79076, "lat": 41.04562, "name": "Lavello", "geoid": 3175009}, "notime": null, "date-ut": "1853-02-13 07:57"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Finiguerra"}, "birth": {"place": {"c2": "PZ", "cy": "IT", "lg": 15.79076, "lat": 41.04562, "name": "Lavello", "geoid": 3175009}, "date-ut": "1853-02-13 07:57"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1293"}, "ids-in-sources": {"a3": "1293"}}, "raw": {"H": "8", "MN": "57", "TZ": "-1", "COD": "PZ", "COU": "I", "DAY": "13", "LAT": "40N30", "LON": "15E45", "MON": "2", "NUM": "1293", "PRO": "M", "SEC": "0", "YEA": "1853", "CITY": "LAVELLO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7009	gauquelin-a3-1294-1891-08-14	{"a3": "1294"}	{"lerrcp": "A3-1294"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1294", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 11.74901, "lat": 45.24239, "name": "Monselice", "geoid": 3173124}, "notime": null, "date-ut": "1891-08-14 18:55:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1294"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 11.74901, "lat": 45.24239, "name": "Monselice", "geoid": 3173124}, "date-ut": "1891-08-14 18:55:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1294"}, "ids-in-sources": {"a3": "1294"}}, "raw": {"H": "19", "MN": "55", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "14", "LAT": "45N24", "LON": "12E15", "MON": "8", "NUM": "1294", "PRO": "M", "SEC": "4", "YEA": "1891", "CITY": "MONSELICE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7010	fiorenza-giuseppe-1900-04-04	{"a3": "1295"}	{"lerrcp": "A3-1295"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Fiorenza", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "EN", "c3": null, "cy": "IT", "lg": 14.73908, "lat": 37.62295, "name": "Centuripe", "geoid": 2525032}, "notime": null, "date-ut": "1900-04-04 17:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Fiorenza"}, "birth": {"place": {"c2": "EN", "cy": "IT", "lg": 14.73908, "lat": 37.62295, "name": "Centuripe", "geoid": 2525032}, "date-ut": "1900-04-04 17:21"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1295"}, "ids-in-sources": {"a3": "1295"}}, "raw": {"H": "18", "MN": "21", "TZ": "-1", "COD": "EN", "COU": "I", "DAY": "4", "LAT": "37N30", "LON": "14E15", "MON": "4", "NUM": "1295", "PRO": "M", "SEC": "0", "YEA": "1900", "CITY": "CENTURIPE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7011	gauquelin-a3-1296-1872-08-02	{"a3": "1296"}	{"lerrcp": "A3-1296"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1296", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 16.66738, "lat": 41.18643, "name": "Giovinazzo", "geoid": 3176072}, "notime": null, "date-ut": "1872-08-02 17:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1296"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 16.66738, "lat": 41.18643, "name": "Giovinazzo", "geoid": 3176072}, "date-ut": "1872-08-02 17:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1296"}, "ids-in-sources": {"a3": "1296"}}, "raw": {"H": "18", "MN": "10", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "2", "LAT": "41N12", "LON": "17E 0", "MON": "8", "NUM": "1296", "PRO": "M", "SEC": "4", "YEA": "1872", "CITY": "GIOVINAZZO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7012	fochetti-napoleone-1861-03-14	{"a3": "1297"}	{"lerrcp": "A3-1297"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Napoleone", "family": "Fochetti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VT", "c3": null, "cy": "IT", "lg": 12.27677, "lat": 42.38383, "name": "Vignanello", "geoid": 3164354}, "notime": null, "date-ut": "1861-03-14 15:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Napoleone", "family": "Fochetti"}, "birth": {"place": {"c2": "VT", "cy": "IT", "lg": 12.27677, "lat": 42.38383, "name": "Vignanello", "geoid": 3164354}, "date-ut": "1861-03-14 15:12"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1297"}, "ids-in-sources": {"a3": "1297"}}, "raw": {"H": "16", "MN": "12", "TZ": "-1", "COD": "VT", "COU": "I", "DAY": "14", "LAT": "42N24", "LON": "12E 0", "MON": "3", "NUM": "1297", "PRO": "M", "SEC": "0", "YEA": "1861", "CITY": "VIGNANELLO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7013	fodde-francesco-1890-01-11	{"a3": "1298"}	{"lerrcp": "A3-1298"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Fodde", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SS", "c3": null, "cy": "IT", "lg": 8.5, "lat": 40.8, "name": "BUDDUSO", "geoid": 0}, "notime": null, "date-ut": "1890-01-11 01:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Fodde"}, "birth": {"place": {"c2": "SS", "cy": "IT", "lg": 8.5, "lat": 40.8, "name": "BUDDUSO", "geoid": 0}, "date-ut": "1890-01-11 01:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1298"}, "ids-in-sources": {"a3": "1298"}}, "raw": {"H": "2", "MN": "40", "TZ": "-1", "COD": "SS", "COU": "I", "DAY": "11", "LAT": "40N48", "LON": "8E30", "MON": "1", "NUM": "1298", "PRO": "M", "SEC": "4", "YEA": "1890", "CITY": "BUDDUSO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7014	gauquelin-a3-1299-1839-08-03	{"a3": "1299"}	{"lerrcp": "A3-1299"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1299", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 8.69674, "lat": 45.48157, "name": "Galliate", "geoid": 3176379}, "notime": null, "date-ut": "1839-08-03 13:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1299"}, "birth": {"place": {"c2": "NO", "cy": "IT", "lg": 8.69674, "lat": 45.48157, "name": "Galliate", "geoid": 3176379}, "date-ut": "1839-08-03 13:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1299"}, "ids-in-sources": {"a3": "1299"}}, "raw": {"H": "14", "MN": "24", "TZ": "-1", "COD": "NO", "COU": "I", "DAY": "3", "LAT": "45N30", "LON": "9E 0", "MON": "8", "NUM": "1299", "PRO": "M", "SEC": "0", "YEA": "1839", "CITY": "GALLIATE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7015	foscari-adriano-1904-06-10	{"a3": "1300"}	{"lerrcp": "A3-1300"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adriano", "family": "Foscari", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "notime": null, "date-ut": "1904-06-10 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adriano", "family": "Foscari"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "date-ut": "1904-06-10 08:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1300"}, "ids-in-sources": {"a3": "1300"}}, "raw": {"H": "9", "MN": "0", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "10", "LAT": "45N30", "LON": "12E30", "MON": "6", "NUM": "1300", "PRO": "M", "SEC": "0", "YEA": "1904", "CITY": "VENEZIA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7016	foschini-antonio-1872-02-21	{"a3": "1301"}	{"lerrcp": "A3-1301"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Foschini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.24222, "lat": 46.06194, "name": "Udine", "geoid": 3165072}, "notime": null, "date-ut": "1872-02-21 04:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Foschini"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.24222, "lat": 46.06194, "name": "Udine", "geoid": 3165072}, "date-ut": "1872-02-21 04:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1301"}, "ids-in-sources": {"a3": "1301"}}, "raw": {"H": "5", "MN": "40", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "21", "LAT": "46N 0", "LON": "13E30", "MON": "2", "NUM": "1301", "PRO": "M", "SEC": "4", "YEA": "1872", "CITY": "UDINE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7017	franceschi-garibaldi-1897-11-11	{"a3": "1302"}	{"lerrcp": "A3-1302"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Garibaldi", "family": "Franceschi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "notime": null, "date-ut": "1897-11-11 08:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Garibaldi", "family": "Franceschi"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "date-ut": "1897-11-11 08:12"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1302"}, "ids-in-sources": {"a3": "1302"}}, "raw": {"H": "9", "MN": "12", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "11", "LAT": "44N36", "LON": "11E15", "MON": "11", "NUM": "1302", "PRO": "M", "SEC": "0", "YEA": "1897", "CITY": "MODENA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7018	franchi-maggi-giuseppe-1890-09-15	{"a3": "1303"}	{"lerrcp": "A3-1303"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Franchi Maggi Giuseppe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 9.16145, "lat": 45.18446, "name": "Pavia", "geoid": 3171366}, "notime": null, "date-ut": "1890-09-15 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Franchi Maggi Giuseppe"}, "birth": {"place": {"c2": "PV", "cy": "IT", "lg": 9.16145, "lat": 45.18446, "name": "Pavia", "geoid": 3171366}, "date-ut": "1890-09-15 10:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1303"}, "ids-in-sources": {"a3": "1303"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "PV", "COU": "I", "DAY": "15", "LAT": "45N12", "LON": "9E 0", "MON": "9", "NUM": "1303", "PRO": "M", "SEC": "4", "YEA": "1890", "CITY": "PAVIA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7019	freguglia-carlo-1890-04-18	{"a3": "1304"}	{"lerrcp": "A3-1304"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Freguglia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 7.87617, "lat": 45.46723, "name": "Ivrea", "geoid": 3175384}, "notime": null, "date-ut": "1890-04-18 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Freguglia"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 7.87617, "lat": 45.46723, "name": "Ivrea", "geoid": 3175384}, "date-ut": "1890-04-18 03:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1304"}, "ids-in-sources": {"a3": "1304"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "18", "LAT": "45N 0", "LON": "8E 0", "MON": "4", "NUM": "1304", "PRO": "M", "SEC": "4", "YEA": "1890", "CITY": "IVREA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7020	fuggetta-gaetano-1841-06-02	{"a3": "1305"}	{"lerrcp": "A3-1305"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaetano", "family": "Fuggetta", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SR", "c3": null, "cy": "IT", "lg": 15.273, "lat": 37.08515, "name": "Siracusa", "geoid": 2523083}, "notime": null, "date-ut": "1841-06-02 16:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gaetano", "family": "Fuggetta"}, "birth": {"place": {"c2": "SR", "cy": "IT", "lg": 15.273, "lat": 37.08515, "name": "Siracusa", "geoid": 2523083}, "date-ut": "1841-06-02 16:58"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1305"}, "ids-in-sources": {"a3": "1305"}}, "raw": {"H": "17", "MN": "58", "TZ": "-1", "COD": "SR", "COU": "I", "DAY": "2", "LAT": "37N 0", "LON": "15E30", "MON": "6", "NUM": "1305", "PRO": "M", "SEC": "0", "YEA": "1841", "CITY": "SIRACUSA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17909	brygoo-pierre-1922-06-28	{"e1": "276"}	{"lerrcp": "E1-276"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Brygoo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-06-28 06:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "notime": null, "date-ut": "1922-06-28 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Brygoo"}, "birth": {"tzo": "+01:00", "date": "1922-06-28 06:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "date-ut": "1922-06-28 05:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "276"}}, "raw": {"H": "06:30", "COD": "59", "DAY": "28", "MON": "06", "NUM": "0276", "PRO": "PH", "YEA": "1922", "CITY": "Tourcoing", "NAME": "BRYGOO Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
7022	gabbana-enrico-1901-11-01	{"a3": "1307"}	{"lerrcp": "A3-1307"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enrico", "family": "Gabbana", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.5, "lat": 46, "name": "PORDENONE", "geoid": 0}, "notime": null, "date-ut": "1901-11-01 05:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Enrico", "family": "Gabbana"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.5, "lat": 46, "name": "PORDENONE", "geoid": 0}, "date-ut": "1901-11-01 05:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1307"}, "ids-in-sources": {"a3": "1307"}}, "raw": {"H": "6", "MN": "20", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "1", "LAT": "46N 0", "LON": "13E30", "MON": "11", "NUM": "1307", "PRO": "M", "SEC": "0", "YEA": "1901", "CITY": "PORDENONE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7023	gadolini-vittorio-1859-06-10	{"a3": "1308"}	{"lerrcp": "A3-1308"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vittorio", "family": "Gadolini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PC", "c3": null, "cy": "IT", "lg": 9.75, "lat": 45, "name": "CASTELL AQUATO", "geoid": 0}, "notime": null, "date-ut": "1859-06-10 19:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Vittorio", "family": "Gadolini"}, "birth": {"place": {"c2": "PC", "cy": "IT", "lg": 9.75, "lat": 45, "name": "CASTELL AQUATO", "geoid": 0}, "date-ut": "1859-06-10 19:51"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1308"}, "ids-in-sources": {"a3": "1308"}}, "raw": {"H": "20", "MN": "51", "TZ": "-1", "COD": "PC", "COU": "I", "DAY": "10", "LAT": "45N 0", "LON": "9E45", "MON": "6", "NUM": "1308", "PRO": "M", "SEC": "0", "YEA": "1859", "CITY": "CASTELL AQUATO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7024	gagliani-francesco-1862-07-18	{"a3": "1309"}	{"lerrcp": "A3-1309"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Gagliani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CN", "c3": null, "cy": "IT", "lg": 7.67893, "lat": 44.76984, "name": "Racconigi", "geoid": 3169647}, "notime": null, "date-ut": "1862-07-18 10:31"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Gagliani"}, "birth": {"place": {"c2": "CN", "cy": "IT", "lg": 7.67893, "lat": 44.76984, "name": "Racconigi", "geoid": 3169647}, "date-ut": "1862-07-18 10:31"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1309"}, "ids-in-sources": {"a3": "1309"}}, "raw": {"H": "11", "MN": "31", "TZ": "-1", "COD": "CN", "COU": "I", "DAY": "18", "LAT": "44N24", "LON": "7E15", "MON": "7", "NUM": "1309", "PRO": "M", "SEC": "0", "YEA": "1862", "CITY": "RACCONIGI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7025	gallardi-carlo-1885-07-25	{"a3": "1310"}	{"lerrcp": "A3-1310"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Gallardi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VC", "c3": null, "cy": "IT", "lg": 8.41533, "lat": 45.32306, "name": "Vercelli", "geoid": 3164565}, "notime": null, "date-ut": "1885-07-25 09:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Gallardi"}, "birth": {"place": {"c2": "VC", "cy": "IT", "lg": 8.41533, "lat": 45.32306, "name": "Vercelli", "geoid": 3164565}, "date-ut": "1885-07-25 09:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1310"}, "ids-in-sources": {"a3": "1310"}}, "raw": {"H": "10", "MN": "10", "TZ": "-1", "COD": "VC", "COU": "I", "DAY": "25", "LAT": "45N24", "LON": "8E30", "MON": "7", "NUM": "1310", "PRO": "M", "SEC": "4", "YEA": "1885", "CITY": "VERCELLI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7026	galleani-leoniero-1869-06-14	{"a3": "1311"}	{"lerrcp": "A3-1311"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leoniero", "family": "Galleani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CE", "c3": null, "cy": "IT", "lg": 14.06652, "lat": 41.25132, "name": "Teano", "geoid": 3165856}, "notime": null, "date-ut": "1869-06-14 06:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Leoniero", "family": "Galleani"}, "birth": {"place": {"c2": "CE", "cy": "IT", "lg": 14.06652, "lat": 41.25132, "name": "Teano", "geoid": 3165856}, "date-ut": "1869-06-14 06:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1311"}, "ids-in-sources": {"a3": "1311"}}, "raw": {"H": "7", "MN": "10", "TZ": "-1", "COD": "CE", "COU": "I", "DAY": "14", "LAT": "41N 6", "LON": "14E30", "MON": "6", "NUM": "1311", "PRO": "M", "SEC": "4", "YEA": "1869", "CITY": "TEANO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7027	gambelli-remo-1880-02-23	{"a3": "1312"}	{"lerrcp": "A3-1312"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Remo", "family": "Gambelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1880-02-23 04:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Remo", "family": "Gambelli"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1880-02-23 04:25:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1312"}, "ids-in-sources": {"a3": "1312"}}, "raw": {"H": "5", "MN": "25", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "23", "LAT": "44N30", "LON": "11E 0", "MON": "2", "NUM": "1312", "PRO": "M", "SEC": "4", "YEA": "1880", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7028	gangitano-luigi-1862-08-19	{"a3": "1313"}	{"lerrcp": "A3-1313"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Gangitano", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AG", "c3": null, "cy": "IT", "lg": 13.85036, "lat": 37.35894, "name": "Canicattì", "geoid": 2525405}, "notime": null, "date-ut": "1862-08-19 17:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Gangitano"}, "birth": {"place": {"c2": "AG", "cy": "IT", "lg": 13.85036, "lat": 37.35894, "name": "Canicattì", "geoid": 2525405}, "date-ut": "1862-08-19 17:06"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1313"}, "ids-in-sources": {"a3": "1313"}}, "raw": {"H": "18", "MN": "6", "TZ": "-1", "COD": "AG", "COU": "I", "DAY": "19", "LAT": "37N12", "LON": "13E30", "MON": "8", "NUM": "1313", "PRO": "M", "SEC": "0", "YEA": "1862", "CITY": "CANICATTI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7029	gardan-carlo-1893-04-21	{"a3": "1314"}	{"lerrcp": "A3-1314"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Gardan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.5, "lat": 45.5, "name": "SANTA MARIA DI", "geoid": 0}, "notime": null, "date-ut": "1893-04-21 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Gardan"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.5, "lat": 45.5, "name": "SANTA MARIA DI", "geoid": 0}, "date-ut": "1893-04-21 07:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1314"}, "ids-in-sources": {"a3": "1314"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "21", "LAT": "45N30", "LON": "12E30", "MON": "4", "NUM": "1314", "PRO": "M", "SEC": "4", "YEA": "1893", "CITY": "SANTA MARIA DI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7030	gargano-giocchino-1838-11-15	{"a3": "1315"}	{"lerrcp": "A3-1315"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giocchino", "family": "Gargano", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 16.5421, "lat": 41.12681, "name": "Terlizzi", "geoid": 3165788}, "notime": null, "date-ut": "1838-11-15 04:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giocchino", "family": "Gargano"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 16.5421, "lat": 41.12681, "name": "Terlizzi", "geoid": 3165788}, "date-ut": "1838-11-15 04:52"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1315"}, "ids-in-sources": {"a3": "1315"}}, "raw": {"H": "5", "MN": "52", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "15", "LAT": "41N12", "LON": "17E 0", "MON": "11", "NUM": "1315", "PRO": "M", "SEC": "0", "YEA": "1838", "CITY": "TERLIZZI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7031	gariboldi-italo-1879-04-20	{"a3": "1316"}	{"lerrcp": "A3-1316"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Italo", "family": "Gariboldi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "LODI", "geoid": 0}, "notime": null, "date-ut": "1879-04-20 22:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Italo", "family": "Gariboldi"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "LODI", "geoid": 0}, "date-ut": "1879-04-20 22:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1316"}, "ids-in-sources": {"a3": "1316"}}, "raw": {"H": "23", "MN": "10", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "20", "LAT": "45N30", "LON": "9E15", "MON": "4", "NUM": "1316", "PRO": "M", "SEC": "4", "YEA": "1879", "CITY": "LODI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7032	garrone-eugenio-1888-10-09	{"a3": "1317"}	{"lerrcp": "A3-1317"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugenio", "family": "Garrone", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VC", "c3": null, "cy": "IT", "lg": 8.41533, "lat": 45.32306, "name": "Vercelli", "geoid": 3164565}, "notime": null, "date-ut": "1888-10-09 21:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eugenio", "family": "Garrone"}, "birth": {"place": {"c2": "VC", "cy": "IT", "lg": 8.41533, "lat": 45.32306, "name": "Vercelli", "geoid": 3164565}, "date-ut": "1888-10-09 21:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1317"}, "ids-in-sources": {"a3": "1317"}}, "raw": {"H": "22", "MN": "40", "TZ": "-1", "COD": "VC", "COU": "I", "DAY": "9", "LAT": "45N24", "LON": "8E30", "MON": "10", "NUM": "1317", "PRO": "M", "SEC": "4", "YEA": "1888", "CITY": "VERCELLI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7033	garrone-giuseppe-1886-11-10	{"a3": "1318"}	{"lerrcp": "A3-1318"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Garrone", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VC", "c3": null, "cy": "IT", "lg": 8.41533, "lat": 45.32306, "name": "Vercelli", "geoid": 3164565}, "notime": null, "date-ut": "1886-11-10 12:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Garrone"}, "birth": {"place": {"c2": "VC", "cy": "IT", "lg": 8.41533, "lat": 45.32306, "name": "Vercelli", "geoid": 3164565}, "date-ut": "1886-11-10 12:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1318"}, "ids-in-sources": {"a3": "1318"}}, "raw": {"H": "13", "MN": "10", "TZ": "-1", "COD": "VC", "COU": "I", "DAY": "10", "LAT": "45N24", "LON": "8E30", "MON": "11", "NUM": "1318", "PRO": "M", "SEC": "4", "YEA": "1886", "CITY": "VERCELLI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7034	garrone-renzo-1870-03-27	{"a3": "1319"}	{"lerrcp": "A3-1319"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renzo", "family": "Garrone", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CN", "c3": null, "cy": "IT", "lg": 8.02554, "lat": 44.38253, "name": "Ceva", "geoid": 3178930}, "notime": null, "date-ut": "1870-03-27 19:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Renzo", "family": "Garrone"}, "birth": {"place": {"c2": "CN", "cy": "IT", "lg": 8.02554, "lat": 44.38253, "name": "Ceva", "geoid": 3178930}, "date-ut": "1870-03-27 19:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1319"}, "ids-in-sources": {"a3": "1319"}}, "raw": {"H": "20", "MN": "40", "TZ": "-1", "COD": "CN", "COU": "I", "DAY": "27", "LAT": "44N24", "LON": "7E15", "MON": "3", "NUM": "1319", "PRO": "M", "SEC": "4", "YEA": "1870", "CITY": "CEVA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7035	gasparotti-edoardo-1853-07-12	{"a3": "1320"}	{"lerrcp": "A3-1320"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edoardo", "family": "Gasparotti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "notime": null, "date-ut": "1853-07-12 10:47"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edoardo", "family": "Gasparotti"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "date-ut": "1853-07-12 10:47"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1320"}, "ids-in-sources": {"a3": "1320"}}, "raw": {"H": "11", "MN": "47", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "12", "LAT": "44N48", "LON": "10E45", "MON": "7", "NUM": "1320", "PRO": "M", "SEC": "0", "YEA": "1853", "CITY": "PARMA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7036	gatto-antonio-1852-08-22	{"a3": "1321"}	{"lerrcp": "A3-1321"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Gatto", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 14.96434, "lat": 38.14046, "name": "Patti", "geoid": 2523864}, "notime": null, "date-ut": "1852-08-22 12:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Gatto"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 14.96434, "lat": 38.14046, "name": "Patti", "geoid": 2523864}, "date-ut": "1852-08-22 12:58"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1321"}, "ids-in-sources": {"a3": "1321"}}, "raw": {"H": "13", "MN": "58", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "22", "LAT": "38N 0", "LON": "15E30", "MON": "8", "NUM": "1321", "PRO": "M", "SEC": "0", "YEA": "1852", "CITY": "PATTI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7037	gatto-salvatore-1868-03-20	{"a3": "1322"}	{"lerrcp": "A3-1322"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Salvatore", "family": "Gatto", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 14.96434, "lat": 38.14046, "name": "Patti", "geoid": 2523864}, "notime": null, "date-ut": "1868-03-20 09:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Salvatore", "family": "Gatto"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 14.96434, "lat": 38.14046, "name": "Patti", "geoid": 2523864}, "date-ut": "1868-03-20 09:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1322"}, "ids-in-sources": {"a3": "1322"}}, "raw": {"H": "10", "MN": "10", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "20", "LAT": "38N 0", "LON": "15E30", "MON": "3", "NUM": "1322", "PRO": "M", "SEC": "4", "YEA": "1868", "CITY": "PATTI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17910	brygoo-robert-1896-01-08	{"e1": "277"}	{"lerrcp": "E1-277"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Brygoo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1896-01-08 16:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1896-01-08 15:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Brygoo"}, "birth": {"tzo": "+00:09", "date": "1896-01-08 16:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1896-01-08 15:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "277"}}, "raw": {"H": "16:00", "COD": "59", "DAY": "08", "MON": "01", "NUM": "0277", "PRO": "MI", "YEA": "1896", "CITY": "Lille", "NAME": "BRYGOO Robert", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
7039	gento-eugenio-1871-03-18	{"a3": "1324"}	{"lerrcp": "A3-1324"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugenio", "family": "Gento", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SV", "c3": null, "cy": "IT", "lg": 8.25743, "lat": 44.12777, "name": "Loano", "geoid": 3174649}, "notime": null, "date-ut": "1871-03-18 02:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eugenio", "family": "Gento"}, "birth": {"place": {"c2": "SV", "cy": "IT", "lg": 8.25743, "lat": 44.12777, "name": "Loano", "geoid": 3174649}, "date-ut": "1871-03-18 02:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1324"}, "ids-in-sources": {"a3": "1324"}}, "raw": {"H": "3", "MN": "10", "TZ": "-1", "COD": "SV", "COU": "I", "DAY": "18", "LAT": "44N18", "LON": "8E45", "MON": "3", "NUM": "1324", "PRO": "M", "SEC": "4", "YEA": "1871", "CITY": "LOANO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7040	geraci-vincenzo-1891-03-05	{"a3": "1325"}	{"lerrcp": "A3-1325"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincenzo", "family": "Geraci", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "notime": null, "date-ut": "1891-03-05 18:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Vincenzo", "family": "Geraci"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "date-ut": "1891-03-05 18:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1325"}, "ids-in-sources": {"a3": "1325"}}, "raw": {"H": "19", "MN": "10", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "5", "LAT": "38N 0", "LON": "15E30", "MON": "3", "NUM": "1325", "PRO": "M", "SEC": "4", "YEA": "1891", "CITY": "MESSINA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7041	gerani-lamberto-1895-09-20	{"a3": "1326"}	{"lerrcp": "A3-1326"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lamberto", "family": "Gerani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MC", "c3": null, "cy": "IT", "lg": 13.01057, "lat": 43.25405, "name": "Matelica", "geoid": 3173722}, "notime": null, "date-ut": "1895-09-20 14:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Lamberto", "family": "Gerani"}, "birth": {"place": {"c2": "MC", "cy": "IT", "lg": 13.01057, "lat": 43.25405, "name": "Matelica", "geoid": 3173722}, "date-ut": "1895-09-20 14:15"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1326"}, "ids-in-sources": {"a3": "1326"}}, "raw": {"H": "15", "MN": "15", "TZ": "-1", "COD": "MC", "COU": "I", "DAY": "20", "LAT": "43N24", "LON": "13E15", "MON": "9", "NUM": "1326", "PRO": "M", "SEC": "0", "YEA": "1895", "CITY": "MATELICA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7042	giardina-antonio-1856-07-18	{"a3": "1327"}	{"lerrcp": "A3-1327"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Giardina", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 14.96434, "lat": 38.14046, "name": "Patti", "geoid": 2523864}, "notime": null, "date-ut": "1856-07-18 07:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Giardina"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 14.96434, "lat": 38.14046, "name": "Patti", "geoid": 2523864}, "date-ut": "1856-07-18 07:58"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1327"}, "ids-in-sources": {"a3": "1327"}}, "raw": {"H": "8", "MN": "58", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "18", "LAT": "38N 0", "LON": "15E30", "MON": "7", "NUM": "1327", "PRO": "M", "SEC": "0", "YEA": "1856", "CITY": "PATTI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7043	gauquelin-a3-1328-1866-08-17	{"a3": "1328"}	{"lerrcp": "A3-1328"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1328", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AT", "c3": null, "cy": "IT", "lg": 8.32534, "lat": 44.98305, "name": "Montemagno", "geoid": 3172850}, "notime": null, "date-ut": "1866-08-17 22:26"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1328"}, "birth": {"place": {"c2": "AT", "cy": "IT", "lg": 8.32534, "lat": 44.98305, "name": "Montemagno", "geoid": 3172850}, "date-ut": "1866-08-17 22:26"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1328"}, "ids-in-sources": {"a3": "1328"}}, "raw": {"H": "23", "MN": "26", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "17", "LAT": "44N54", "LON": "8E30", "MON": "8", "NUM": "1328", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "MONTEMAGNO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7044	giardino-gaetano-1864-01-24	{"a3": "1329"}	{"lerrcp": "A3-1329"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaetano", "family": "Giardino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AT", "c3": null, "cy": "IT", "lg": 8.32534, "lat": 44.98305, "name": "Montemagno", "geoid": 3172850}, "notime": null, "date-ut": "1864-01-24 15:26"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gaetano", "family": "Giardino"}, "birth": {"place": {"c2": "AT", "cy": "IT", "lg": 8.32534, "lat": 44.98305, "name": "Montemagno", "geoid": 3172850}, "date-ut": "1864-01-24 15:26"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1329"}, "ids-in-sources": {"a3": "1329"}}, "raw": {"H": "16", "MN": "26", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "24", "LAT": "44N54", "LON": "8E30", "MON": "1", "NUM": "1329", "PRO": "M", "SEC": "0", "YEA": "1864", "CITY": "MONTEMAGNO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7045	gauquelin-a3-1330-1855-08-08	{"a3": "1330"}	{"lerrcp": "A3-1330"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1330", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "notime": null, "date-ut": "1855-08-08 12:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1330"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "date-ut": "1855-08-08 12:02"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1330"}, "ids-in-sources": {"a3": "1330"}}, "raw": {"H": "13", "MN": "2", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "8", "LAT": "44N48", "LON": "10E45", "MON": "8", "NUM": "1330", "PRO": "M", "SEC": "0", "YEA": "1855", "CITY": "PARMA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7046	giglioli-emilio-1888-05-11	{"a3": "1331"}	{"lerrcp": "A3-1331"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emilio", "family": "Giglioli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1888-05-11 01:20:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emilio", "family": "Giglioli"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1888-05-11 01:20:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1331"}, "ids-in-sources": {"a3": "1331"}}, "raw": {"H": "2", "MN": "20", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "11", "LAT": "44N30", "LON": "11E 0", "MON": "5", "NUM": "1331", "PRO": "M", "SEC": "4", "YEA": "1888", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7047	gauquelin-a3-1332-1869-01-16	{"a3": "1332"}	{"lerrcp": "A3-1332"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1332", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1869-01-16 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1332"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1869-01-16 10:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1332"}, "ids-in-sources": {"a3": "1332"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "16", "LAT": "43N42", "LON": "11E30", "MON": "1", "NUM": "1332", "PRO": "M", "SEC": "4", "YEA": "1869", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7048	giova-gennaro-1860-09-19	{"a3": "1333"}	{"lerrcp": "A3-1333"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gennaro", "family": "Giova", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LT", "c3": null, "cy": "IT", "lg": 13.57082, "lat": 41.21408, "name": "Gaeta", "geoid": 3176438}, "notime": null, "date-ut": "1860-09-19 03:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gennaro", "family": "Giova"}, "birth": {"place": {"c2": "LT", "cy": "IT", "lg": 13.57082, "lat": 41.21408, "name": "Gaeta", "geoid": 3176438}, "date-ut": "1860-09-19 03:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1333"}, "ids-in-sources": {"a3": "1333"}}, "raw": {"H": "4", "MN": "8", "TZ": "-1", "COD": "LT", "COU": "I", "DAY": "19", "LAT": "41N30", "LON": "13E 0", "MON": "9", "NUM": "1333", "PRO": "M", "SEC": "0", "YEA": "1860", "CITY": "GAETA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7049	giovagnoli-alessandro-1868-05-14	{"a3": "1334"}	{"lerrcp": "A3-1334"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alessandro", "family": "Giovagnoli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TR", "c3": null, "cy": "IT", "lg": 12.64987, "lat": 42.56713, "name": "Terni", "geoid": 3165771}, "notime": null, "date-ut": "1868-05-14 01:55:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alessandro", "family": "Giovagnoli"}, "birth": {"place": {"c2": "TR", "cy": "IT", "lg": 12.64987, "lat": 42.56713, "name": "Terni", "geoid": 3165771}, "date-ut": "1868-05-14 01:55:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1334"}, "ids-in-sources": {"a3": "1334"}}, "raw": {"H": "2", "MN": "55", "TZ": "-1", "COD": "TR", "COU": "I", "DAY": "14", "LAT": "42N30", "LON": "13E 0", "MON": "5", "NUM": "1334", "PRO": "M", "SEC": "4", "YEA": "1868", "CITY": "TERNI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7050	giuffredi-alfredo-1855-02-20	{"a3": "1335"}	{"lerrcp": "A3-1335"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfredo", "family": "Giuffredi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.75, "lat": 44.8, "name": "NOCETO PARMENSE", "geoid": 0}, "notime": null, "date-ut": "1855-02-20 11:17"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alfredo", "family": "Giuffredi"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.75, "lat": 44.8, "name": "NOCETO PARMENSE", "geoid": 0}, "date-ut": "1855-02-20 11:17"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1335"}, "ids-in-sources": {"a3": "1335"}}, "raw": {"H": "12", "MN": "17", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "20", "LAT": "44N48", "LON": "10E45", "MON": "2", "NUM": "1335", "PRO": "M", "SEC": "0", "YEA": "1855", "CITY": "NOCETO PARMENSE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7051	giuetani-francesco-1857-08-08	{"a3": "1336"}	{"lerrcp": "A3-1336"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Giuetani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CZ", "c3": null, "cy": "IT", "lg": 16.5987, "lat": 38.89079, "name": "Catanzaro", "geoid": 2525059}, "notime": null, "date-ut": "1857-08-08 02:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Giuetani"}, "birth": {"place": {"c2": "CZ", "cy": "IT", "lg": 16.5987, "lat": 38.89079, "name": "Catanzaro", "geoid": 2525059}, "date-ut": "1857-08-08 02:50"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1336"}, "ids-in-sources": {"a3": "1336"}}, "raw": {"H": "3", "MN": "50", "TZ": "-1", "COD": "CZ", "COU": "I", "DAY": "8", "LAT": "39N 0", "LON": "17E30", "MON": "8", "NUM": "1336", "PRO": "M", "SEC": "0", "YEA": "1857", "CITY": "CATANZARO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7052	giuliano-arturo-1875-12-15	{"a3": "1337"}	{"lerrcp": "A3-1337"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arturo", "family": "Giuliano", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AR", "c3": null, "cy": "IT", "lg": 11.88261, "lat": 43.46734, "name": "Arezzo", "geoid": 3182884}, "notime": null, "date-ut": "1875-12-15 17:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Arturo", "family": "Giuliano"}, "birth": {"place": {"c2": "AR", "cy": "IT", "lg": 11.88261, "lat": 43.46734, "name": "Arezzo", "geoid": 3182884}, "date-ut": "1875-12-15 17:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1337"}, "ids-in-sources": {"a3": "1337"}}, "raw": {"H": "18", "MN": "10", "TZ": "-1", "COD": "AR", "COU": "I", "DAY": "15", "LAT": "43N30", "LON": "12E 0", "MON": "12", "NUM": "1337", "PRO": "M", "SEC": "4", "YEA": "1875", "CITY": "AREZZO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7053	giuria-ettore-1865-09-02	{"a3": "1338"}	{"lerrcp": "A3-1338"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ettore", "family": "Giuria", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "notime": null, "date-ut": "1865-09-02 16:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ettore", "family": "Giuria"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "date-ut": "1865-09-02 16:15"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1338"}, "ids-in-sources": {"a3": "1338"}}, "raw": {"H": "17", "MN": "15", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "2", "LAT": "44N36", "LON": "11E15", "MON": "9", "NUM": "1338", "PRO": "M", "SEC": "0", "YEA": "1865", "CITY": "MODENA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7054	gorino-antonio-1896-11-27	{"a3": "1339"}	{"lerrcp": "A3-1339"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Gorino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "IT", "lg": 8.82193, "lat": 45.82908, "name": "Varese", "geoid": 3164699}, "notime": null, "date-ut": "1896-11-27 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Gorino"}, "birth": {"place": {"c2": "VA", "cy": "IT", "lg": 8.82193, "lat": 45.82908, "name": "Varese", "geoid": 3164699}, "date-ut": "1896-11-27 03:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1339"}, "ids-in-sources": {"a3": "1339"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "VA", "COU": "I", "DAY": "27", "LAT": "45N48", "LON": "9E 0", "MON": "11", "NUM": "1339", "PRO": "M", "SEC": "0", "YEA": "1896", "CITY": "VARESE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7055	gotti-enrico-1867-07-18	{"a3": "1340"}	{"lerrcp": "A3-1340"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enrico", "family": "Gotti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1867-07-18 09:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Enrico", "family": "Gotti"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1867-07-18 09:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1340"}, "ids-in-sources": {"a3": "1340"}}, "raw": {"H": "10", "MN": "10", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "18", "LAT": "45N 0", "LON": "8E 0", "MON": "7", "NUM": "1340", "PRO": "M", "SEC": "4", "YEA": "1867", "CITY": "TORINO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7056	gramigna-pietro-1912-03-20	{"a3": "1341"}	{"lerrcp": "A3-1341"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Gramigna", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 11.90763, "lat": 44.42707, "name": "Lugo", "geoid": 3174494}, "notime": null, "date-ut": "1912-03-20 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pietro", "family": "Gramigna"}, "birth": {"place": {"c2": "RA", "cy": "IT", "lg": 11.90763, "lat": 44.42707, "name": "Lugo", "geoid": 3174494}, "date-ut": "1912-03-20 15:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1341"}, "ids-in-sources": {"a3": "1341"}}, "raw": {"H": "16", "MN": "30", "TZ": "-1", "COD": "RA", "COU": "I", "DAY": "20", "LAT": "44N24", "LON": "12E15", "MON": "3", "NUM": "1341", "PRO": "M", "SEC": "0", "YEA": "1912", "CITY": "LUGO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17911	bucaille-maurice-1920-07-19	{"e1": "278"}	{"lerrcp": "E1-278"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Bucaille", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-07-19 15:30", "note": null, "place": {"c1": null, "c2": "14", "c3": "", "cy": "FR", "lg": 0.19161, "lat": 49.28912, "name": "Pont-l'Évêque", "geoid": 2986151}, "notime": null, "date-ut": "1920-07-19 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Bucaille"}, "birth": {"tzo": "+01:00", "date": "1920-07-19 15:30", "place": {"c2": "14", "c3": "", "cy": "FR", "lg": 0.19161, "lat": 49.28912, "name": "Pont-l'Évêque", "geoid": 2986151}, "date-ut": "1920-07-19 14:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "278"}}, "raw": {"H": "15:30", "COD": "14", "DAY": "19", "MON": "07", "NUM": "0278", "PRO": "PH", "YEA": "1920", "CITY": "Pont-L'Evêque", "NAME": "BUCAILLE Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
7058	grassi-mario-1870-07-25	{"a3": "1343"}	{"lerrcp": "A3-1343"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Grassi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AT", "c3": null, "cy": "IT", "lg": 8.20684, "lat": 44.89795, "name": "Asti", "geoid": 3182714}, "notime": null, "date-ut": "1870-07-25 12:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Grassi"}, "birth": {"place": {"c2": "AT", "cy": "IT", "lg": 8.20684, "lat": 44.89795, "name": "Asti", "geoid": 3182714}, "date-ut": "1870-07-25 12:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1343"}, "ids-in-sources": {"a3": "1343"}}, "raw": {"H": "13", "MN": "40", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "25", "LAT": "44N54", "LON": "8E30", "MON": "7", "NUM": "1343", "PRO": "M", "SEC": "4", "YEA": "1870", "CITY": "ASTI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17912	buchalet-albert-1911-10-02	{"e1": "279"}	{"lerrcp": "E1-279"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Buchalet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-10-02 15:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1911-10-02 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Buchalet"}, "birth": {"tzo": "+00:00", "date": "1911-10-02 15:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1911-10-02 15:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "279"}}, "raw": {"H": "15:00", "COD": "13", "DAY": "02", "MON": "10", "NUM": "0279", "PRO": "MI", "YEA": "1911", "CITY": "Marseille", "NAME": "BUCHALET Albert", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
7060	grazioli-lante-riccardo-1887-04-21	{"a3": "1345"}	{"lerrcp": "A3-1345"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Grazioli Lante Riccardo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1887-04-21 01:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Grazioli Lante Riccardo"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1887-04-21 01:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1345"}, "ids-in-sources": {"a3": "1345"}}, "raw": {"H": "2", "MN": "10", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "21", "LAT": "41N54", "LON": "12E30", "MON": "4", "NUM": "1345", "PRO": "M", "SEC": "4", "YEA": "1887", "CITY": "ROMA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7061	gregorutti-pier-1880-02-13	{"a3": "1346"}	{"lerrcp": "A3-1346"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pier", "family": "Gregorutti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13, "lat": 45.77917, "name": "Latisana", "geoid": 3175055}, "notime": null, "date-ut": "1880-02-13 13:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pier", "family": "Gregorutti"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13, "lat": 45.77917, "name": "Latisana", "geoid": 3175055}, "date-ut": "1880-02-13 13:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1346"}, "ids-in-sources": {"a3": "1346"}}, "raw": {"H": "14", "MN": "10", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "13", "LAT": "46N 0", "LON": "13E30", "MON": "2", "NUM": "1346", "PRO": "M", "SEC": "4", "YEA": "1880", "CITY": "LATISANA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7062	groppiero-gianandrea-1921-10-24	{"a3": "1347"}	{"lerrcp": "A3-1347"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gianandrea", "family": "Groppiero", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.24222, "lat": 46.06194, "name": "Udine", "geoid": 3165072}, "notime": null, "date-ut": "1921-10-24 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gianandrea", "family": "Groppiero"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.24222, "lat": 46.06194, "name": "Udine", "geoid": 3165072}, "date-ut": "1921-10-24 06:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1347"}, "ids-in-sources": {"a3": "1347"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "24", "LAT": "46N 0", "LON": "13E30", "MON": "10", "NUM": "1347", "PRO": "M", "SEC": "0", "YEA": "1921", "CITY": "UDINE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7063	guadagni-camillo-1861-03-13	{"a3": "1348"}	{"lerrcp": "A3-1348"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camillo", "family": "Guadagni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14, "lat": 40.9, "name": "POMIGLIANO D AR", "geoid": 0}, "notime": null, "date-ut": "1861-03-13 15:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Camillo", "family": "Guadagni"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14, "lat": 40.9, "name": "POMIGLIANO D AR", "geoid": 0}, "date-ut": "1861-03-13 15:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1348"}, "ids-in-sources": {"a3": "1348"}}, "raw": {"H": "16", "MN": "4", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "13", "LAT": "40N54", "LON": "14E 0", "MON": "3", "NUM": "1348", "PRO": "M", "SEC": "0", "YEA": "1861", "CITY": "POMIGLIANO D AR"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7064	guadagni-carlo-1878-04-27	{"a3": "1349"}	{"lerrcp": "A3-1349"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Guadagni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 17, "lat": 41.2, "name": "SANTERAMO IN CO", "geoid": 0}, "notime": null, "date-ut": "1878-04-27 21:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Guadagni"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 17, "lat": 41.2, "name": "SANTERAMO IN CO", "geoid": 0}, "date-ut": "1878-04-27 21:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1349"}, "ids-in-sources": {"a3": "1349"}}, "raw": {"H": "22", "MN": "10", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "27", "LAT": "41N12", "LON": "17E 0", "MON": "4", "NUM": "1349", "PRO": "M", "SEC": "4", "YEA": "1878", "CITY": "SANTERAMO IN CO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7065	gualdi-carlo-1862-11-16	{"a3": "1350"}	{"lerrcp": "A3-1350"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Gualdi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RE", "c3": null, "cy": "IT", "lg": 10.66089, "lat": 44.91317, "name": "Guastalla", "geoid": 3175693}, "notime": null, "date-ut": "1862-11-16 22:17"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Gualdi"}, "birth": {"place": {"c2": "RE", "cy": "IT", "lg": 10.66089, "lat": 44.91317, "name": "Guastalla", "geoid": 3175693}, "date-ut": "1862-11-16 22:17"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1350"}, "ids-in-sources": {"a3": "1350"}}, "raw": {"H": "23", "MN": "17", "TZ": "-1", "COD": "RE", "COU": "I", "DAY": "16", "LAT": "44N36", "LON": "10E45", "MON": "11", "NUM": "1350", "PRO": "M", "SEC": "0", "YEA": "1862", "CITY": "GUASTALLA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7066	gualterio-enrico-1843-09-04	{"a3": "1351"}	{"lerrcp": "A3-1351"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enrico", "family": "Gualterio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TR", "c3": null, "cy": "IT", "lg": 12.11156, "lat": 42.71953, "name": "Orvieto", "geoid": 3171874}, "notime": null, "date-ut": "1843-09-04 00:38"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Enrico", "family": "Gualterio"}, "birth": {"place": {"c2": "TR", "cy": "IT", "lg": 12.11156, "lat": 42.71953, "name": "Orvieto", "geoid": 3171874}, "date-ut": "1843-09-04 00:38"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1351"}, "ids-in-sources": {"a3": "1351"}}, "raw": {"H": "1", "MN": "38", "TZ": "-1", "COD": "TR", "COU": "I", "DAY": "4", "LAT": "42N30", "LON": "13E 0", "MON": "9", "NUM": "1351", "PRO": "M", "SEC": "0", "YEA": "1843", "CITY": "ORVIETO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7067	gualtieri-nicola-1866-05-02	{"a3": "1352"}	{"lerrcp": "A3-1352"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicola", "family": "Gualtieri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AQ", "c3": null, "cy": "IT", "lg": 13.39954, "lat": 42.35055, "name": "L'Aquila", "geoid": 3175121}, "notime": null, "date-ut": "1866-05-02 07:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Nicola", "family": "Gualtieri"}, "birth": {"place": {"c2": "AQ", "cy": "IT", "lg": 13.39954, "lat": 42.35055, "name": "L'Aquila", "geoid": 3175121}, "date-ut": "1866-05-02 07:06"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1352"}, "ids-in-sources": {"a3": "1352"}}, "raw": {"H": "8", "MN": "6", "TZ": "-1", "COD": "AQ", "COU": "I", "DAY": "2", "LAT": "42N24", "LON": "13E30", "MON": "5", "NUM": "1352", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "L AQUILA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7068	guarneri-enea-1894-10-24	{"a3": "1353"}	{"lerrcp": "A3-1353"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enea", "family": "Guarneri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BS", "c3": null, "cy": "IT", "lg": 10.06666, "lat": 45.59868, "name": "Passirano", "geoid": 3171416}, "notime": null, "date-ut": "1894-10-24 16:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Enea", "family": "Guarneri"}, "birth": {"place": {"c2": "BS", "cy": "IT", "lg": 10.06666, "lat": 45.59868, "name": "Passirano", "geoid": 3171416}, "date-ut": "1894-10-24 16:15"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1353"}, "ids-in-sources": {"a3": "1353"}}, "raw": {"H": "17", "MN": "15", "TZ": "-1", "COD": "BS", "COU": "I", "DAY": "24", "LAT": "45N30", "LON": "11E 0", "MON": "10", "NUM": "1353", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "PASSIRANO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7069	guasco-giuseppe-1870-02-28	{"a3": "1354"}	{"lerrcp": "A3-1354"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Guasco", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AT", "c3": null, "cy": "IT", "lg": 8.5, "lat": 44.9, "name": "CAMERANO CASASC", "geoid": 0}, "notime": null, "date-ut": "1870-02-28 06:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Guasco"}, "birth": {"place": {"c2": "AT", "cy": "IT", "lg": 8.5, "lat": 44.9, "name": "CAMERANO CASASC", "geoid": 0}, "date-ut": "1870-02-28 06:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1354"}, "ids-in-sources": {"a3": "1354"}}, "raw": {"H": "7", "MN": "10", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "28", "LAT": "44N54", "LON": "8E30", "MON": "2", "NUM": "1354", "PRO": "M", "SEC": "4", "YEA": "1870", "CITY": "CAMERANO CASASC"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7070	guella-frederico-1893-11-27	{"a3": "1355"}	{"lerrcp": "A3-1355"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frederico", "family": "Guella", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TN", "c3": null, "cy": "IT", "lg": 10.71833, "lat": 45.89704, "name": "Bezzecca", "geoid": 6535248}, "notime": null, "date-ut": "1893-11-27 17:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Frederico", "family": "Guella"}, "birth": {"place": {"c2": "TN", "cy": "IT", "lg": 10.71833, "lat": 45.89704, "name": "Bezzecca", "geoid": 6535248}, "date-ut": "1893-11-27 17:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1355"}, "ids-in-sources": {"a3": "1355"}}, "raw": {"H": "18", "MN": "30", "TZ": "-1", "COD": "TN", "COU": "I", "DAY": "27", "LAT": "46N 0", "LON": "12E 0", "MON": "11", "NUM": "1355", "PRO": "M", "SEC": "0", "YEA": "1893", "CITY": "BEZZECCA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7071	guffanti-alessandro-1876-05-10	{"a3": "1356"}	{"lerrcp": "A3-1356"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alessandro", "family": "Guffanti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 9.34586, "lat": 45.00696, "name": "Rovescala", "geoid": 6534582}, "notime": null, "date-ut": "1876-05-10 16:26:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alessandro", "family": "Guffanti"}, "birth": {"place": {"c2": "PV", "cy": "IT", "lg": 9.34586, "lat": 45.00696, "name": "Rovescala", "geoid": 6534582}, "date-ut": "1876-05-10 16:26:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1356"}, "ids-in-sources": {"a3": "1356"}}, "raw": {"H": "17", "MN": "26", "TZ": "-1", "COD": "PV", "COU": "I", "DAY": "10", "LAT": "45N12", "LON": "9E 0", "MON": "5", "NUM": "1356", "PRO": "M", "SEC": "4", "YEA": "1876", "CITY": "ROVESCALA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7072	guidetti-angelo-1869-04-28	{"a3": "1357"}	{"lerrcp": "A3-1357"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Guidetti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VC", "c3": null, "cy": "IT", "lg": 8.41533, "lat": 45.32306, "name": "Vercelli", "geoid": 3164565}, "notime": null, "date-ut": "1869-04-28 06:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Angelo", "family": "Guidetti"}, "birth": {"place": {"c2": "VC", "cy": "IT", "lg": 8.41533, "lat": 45.32306, "name": "Vercelli", "geoid": 3164565}, "date-ut": "1869-04-28 06:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1357"}, "ids-in-sources": {"a3": "1357"}}, "raw": {"H": "7", "MN": "10", "TZ": "-1", "COD": "VC", "COU": "I", "DAY": "28", "LAT": "45N24", "LON": "8E30", "MON": "4", "NUM": "1357", "PRO": "M", "SEC": "4", "YEA": "1869", "CITY": "VERCELLI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7073	guidi-francesco-1876-01-23	{"a3": "1358"}	{"lerrcp": "A3-1358"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Guidi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FO", "c3": null, "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "MERCATO SARACEN", "geoid": 0}, "notime": null, "date-ut": "1876-01-23 00:34:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Guidi"}, "birth": {"place": {"c2": "FO", "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "MERCATO SARACEN", "geoid": 0}, "date-ut": "1876-01-23 00:34:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1358"}, "ids-in-sources": {"a3": "1358"}}, "raw": {"H": "1", "MN": "34", "TZ": "-1", "COD": "FO", "COU": "I", "DAY": "23", "LAT": "44N12", "LON": "12E30", "MON": "1", "NUM": "1358", "PRO": "M", "SEC": "4", "YEA": "1876", "CITY": "MERCATO SARACEN"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7074	guidobono-c-g-gregorio-1852-09-19	{"a3": "1359"}	{"lerrcp": "A3-1359"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gregorio", "family": "Guidobono-C-G", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.86374, "lat": 44.89784, "name": "Tortona", "geoid": 3165370}, "notime": null, "date-ut": "1852-09-19 06:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gregorio", "family": "Guidobono-C-G"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.86374, "lat": 44.89784, "name": "Tortona", "geoid": 3165370}, "date-ut": "1852-09-19 06:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1359"}, "ids-in-sources": {"a3": "1359"}}, "raw": {"H": "7", "MN": "24", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "19", "LAT": "45N 0", "LON": "9E 0", "MON": "9", "NUM": "1359", "PRO": "M", "SEC": "0", "YEA": "1852", "CITY": "TORTONA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7075	guidorossi-luigi-1825-02-01	{"a3": "1360"}	{"lerrcp": "A3-1360"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Guidorossi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.12298, "lat": 44.60316, "name": "Calestano", "geoid": 3181197}, "notime": null, "date-ut": "1825-02-01 14:17"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Guidorossi"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.12298, "lat": 44.60316, "name": "Calestano", "geoid": 3181197}, "date-ut": "1825-02-01 14:17"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1360"}, "ids-in-sources": {"a3": "1360"}}, "raw": {"H": "15", "MN": "17", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "1", "LAT": "44N48", "LON": "10E45", "MON": "2", "NUM": "1360", "PRO": "M", "SEC": "0", "YEA": "1825", "CITY": "CALESTANO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7076	gauquelin-a3-1361-1871-04-15	{"a3": "1361"}	{"lerrcp": "A3-1361"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1361", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1871-04-15 04:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1361"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1871-04-15 04:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1361"}, "ids-in-sources": {"a3": "1361"}}, "raw": {"H": "5", "MN": "40", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "15", "LAT": "43N42", "LON": "11E30", "MON": "4", "NUM": "1361", "PRO": "M", "SEC": "4", "YEA": "1871", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7077	gulli-tommaso-1879-11-17	{"a3": "1362"}	{"lerrcp": "A3-1362"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tommaso", "family": "Gulli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 11.88334, "lat": 44.2857, "name": "Faenza", "geoid": 3177300}, "notime": null, "date-ut": "1879-11-17 12:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Tommaso", "family": "Gulli"}, "birth": {"place": {"c2": "RA", "cy": "IT", "lg": 11.88334, "lat": 44.2857, "name": "Faenza", "geoid": 3177300}, "date-ut": "1879-11-17 12:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1362"}, "ids-in-sources": {"a3": "1362"}}, "raw": {"H": "13", "MN": "10", "TZ": "-1", "COD": "RA", "COU": "I", "DAY": "17", "LAT": "44N24", "LON": "12E15", "MON": "11", "NUM": "1362", "PRO": "M", "SEC": "4", "YEA": "1879", "CITY": "FAENZA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7078	gauquelin-a3-1363-1855-08-08	{"a3": "1363"}	{"lerrcp": "A3-1363"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1363", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CS", "c3": null, "cy": "IT", "lg": 16.5, "lat": 39.3, "name": "SPEZZANO PICCOL", "geoid": 0}, "notime": null, "date-ut": "1855-08-08 13:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1363"}, "birth": {"place": {"c2": "CS", "cy": "IT", "lg": 16.5, "lat": 39.3, "name": "SPEZZANO PICCOL", "geoid": 0}, "date-ut": "1855-08-08 13:54"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1363"}, "ids-in-sources": {"a3": "1363"}}, "raw": {"H": "14", "MN": "54", "TZ": "-1", "COD": "CS", "COU": "I", "DAY": "8", "LAT": "39N18", "LON": "16E30", "MON": "8", "NUM": "1363", "PRO": "M", "SEC": "0", "YEA": "1855", "CITY": "SPEZZANO PICCOL"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7079	gauquelin-a3-1364-1895-12-18	{"a3": "1364"}	{"lerrcp": "A3-1364"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1364", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1895-12-18 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1364"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1895-12-18 20:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1364"}, "ids-in-sources": {"a3": "1364"}}, "raw": {"H": "21", "MN": "0", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "18", "LAT": "43N42", "LON": "11E30", "MON": "12", "NUM": "1364", "PRO": "M", "SEC": "0", "YEA": "1895", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7080	ingianni-giulio-1876-12-17	{"a3": "1365"}	{"lerrcp": "A3-1365"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giulio", "family": "Ingianni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TP", "c3": null, "cy": "IT", "lg": 12.43518, "lat": 37.79664, "name": "Marsala", "geoid": 2524245}, "notime": null, "date-ut": "1876-12-17 23:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giulio", "family": "Ingianni"}, "birth": {"place": {"c2": "TP", "cy": "IT", "lg": 12.43518, "lat": 37.79664, "name": "Marsala", "geoid": 2524245}, "date-ut": "1876-12-17 23:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1365"}, "ids-in-sources": {"a3": "1365"}}, "raw": {"H": "0", "MN": "40", "TZ": "-1", "COD": "TP", "COU": "I", "DAY": "18", "LAT": "38N 0", "LON": "12E30", "MON": "12", "NUM": "1365", "PRO": "M", "SEC": "4", "YEA": "1876", "CITY": "MARSALA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7081	gauquelin-a3-1366-1861-09-06	{"a3": "1366"}	{"lerrcp": "A3-1366"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1366", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.64525, "lat": 44.63835, "name": "Ovada", "geoid": 3171771}, "notime": null, "date-ut": "1861-09-06 04:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1366"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.64525, "lat": 44.63835, "name": "Ovada", "geoid": 3171771}, "date-ut": "1861-09-06 04:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1366"}, "ids-in-sources": {"a3": "1366"}}, "raw": {"H": "5", "MN": "24", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "6", "LAT": "45N 0", "LON": "9E 0", "MON": "9", "NUM": "1366", "PRO": "M", "SEC": "0", "YEA": "1861", "CITY": "OVADA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7082	jachino-angelo-1889-04-24	{"a3": "1367"}	{"lerrcp": "A3-1367"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Jachino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "IM", "c3": null, "cy": "IT", "lg": 7.7772, "lat": 43.81725, "name": "San Remo", "geoid": 3167777}, "notime": null, "date-ut": "1889-04-24 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Angelo", "family": "Jachino"}, "birth": {"place": {"c2": "IM", "cy": "IT", "lg": 7.7772, "lat": 43.81725, "name": "San Remo", "geoid": 3167777}, "date-ut": "1889-04-24 00:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1367"}, "ids-in-sources": {"a3": "1367"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "IM", "COU": "I", "DAY": "24", "LAT": "43N42", "LON": "8E 0", "MON": "4", "NUM": "1367", "PRO": "M", "SEC": "4", "YEA": "1889", "CITY": "SAN REMO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7083	la-jolo-ettore-1889-09-20	{"a3": "1368"}	{"lerrcp": "A3-1368"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ettore", "family": "La Jolo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AT", "c3": null, "cy": "IT", "lg": 8.32094, "lat": 44.81095, "name": "Vinchio", "geoid": 6534863}, "notime": null, "date-ut": "1889-09-20 08:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ettore", "family": "La Jolo"}, "birth": {"place": {"c2": "AT", "cy": "IT", "lg": 8.32094, "lat": 44.81095, "name": "Vinchio", "geoid": 6534863}, "date-ut": "1889-09-20 08:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1368"}, "ids-in-sources": {"a3": "1368"}}, "raw": {"H": "9", "MN": "10", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "20", "LAT": "44N54", "LON": "8E30", "MON": "9", "NUM": "1368", "PRO": "M", "SEC": "4", "YEA": "1889", "CITY": "VINCHIO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7084	lama-luigi-1891-01-12	{"a3": "1369"}	{"lerrcp": "A3-1369"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Lama", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AO", "c3": null, "cy": "IT", "lg": 7.3166, "lat": 45.73736, "name": "Aosta", "geoid": 3182997}, "notime": null, "date-ut": "1891-01-12 13:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Lama"}, "birth": {"place": {"c2": "AO", "cy": "IT", "lg": 7.3166, "lat": 45.73736, "name": "Aosta", "geoid": 3182997}, "date-ut": "1891-01-12 13:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1369"}, "ids-in-sources": {"a3": "1369"}}, "raw": {"H": "14", "MN": "40", "TZ": "-1", "COD": "AO", "COU": "I", "DAY": "12", "LAT": "45N48", "LON": "8E 0", "MON": "1", "NUM": "1369", "PRO": "M", "SEC": "4", "YEA": "1891", "CITY": "AOSTA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7085	lambertenghi-italo-1885-11-17	{"a3": "1370"}	{"lerrcp": "A3-1370"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Italo", "family": "Lambertenghi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SO", "c3": null, "cy": "IT", "lg": 10.13385, "lat": 46.2039, "name": "Villa di Tirano", "geoid": 3164256}, "notime": null, "date-ut": "1885-11-17 12:22:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Italo", "family": "Lambertenghi"}, "birth": {"place": {"c2": "SO", "cy": "IT", "lg": 10.13385, "lat": 46.2039, "name": "Villa di Tirano", "geoid": 3164256}, "date-ut": "1885-11-17 12:22:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1370"}, "ids-in-sources": {"a3": "1370"}}, "raw": {"H": "13", "MN": "22", "TZ": "-1", "COD": "SO", "COU": "I", "DAY": "17", "LAT": "46N12", "LON": "10E 0", "MON": "11", "NUM": "1370", "PRO": "M", "SEC": "4", "YEA": "1885", "CITY": "VILLA DI TIRANO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7086	lammoglia-biagio-1891-11-25	{"a3": "1371"}	{"lerrcp": "A3-1371"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Biagio", "family": "Lammoglia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PZ", "c3": null, "cy": "IT", "lg": 15.72237, "lat": 39.9967, "name": "Maratea", "geoid": 2524287}, "notime": null, "date-ut": "1891-11-25 04:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Biagio", "family": "Lammoglia"}, "birth": {"place": {"c2": "PZ", "cy": "IT", "lg": 15.72237, "lat": 39.9967, "name": "Maratea", "geoid": 2524287}, "date-ut": "1891-11-25 04:25:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1371"}, "ids-in-sources": {"a3": "1371"}}, "raw": {"H": "5", "MN": "25", "TZ": "-1", "COD": "PZ", "COU": "I", "DAY": "25", "LAT": "40N30", "LON": "15E45", "MON": "11", "NUM": "1371", "PRO": "M", "SEC": "4", "YEA": "1891", "CITY": "MARATEA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7087	lanzavecchia-giovanni-1842-06-24	{"a3": "1372"}	{"lerrcp": "A3-1372"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Lanzavecchia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.86374, "lat": 44.89784, "name": "Tortona", "geoid": 3165370}, "notime": null, "date-ut": "1842-06-24 13:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Lanzavecchia"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.86374, "lat": 44.89784, "name": "Tortona", "geoid": 3165370}, "date-ut": "1842-06-24 13:54"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1372"}, "ids-in-sources": {"a3": "1372"}}, "raw": {"H": "14", "MN": "54", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "24", "LAT": "45N 0", "LON": "9E 0", "MON": "6", "NUM": "1372", "PRO": "M", "SEC": "0", "YEA": "1842", "CITY": "TORTONA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7088	gauquelin-a3-1373-1856-12-22	{"a3": "1373"}	{"lerrcp": "A3-1373"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1373", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.86374, "lat": 44.89784, "name": "Tortona", "geoid": 3165370}, "notime": null, "date-ut": "1856-12-22 10:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1373"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.86374, "lat": 44.89784, "name": "Tortona", "geoid": 3165370}, "date-ut": "1856-12-22 10:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1373"}, "ids-in-sources": {"a3": "1373"}}, "raw": {"H": "11", "MN": "24", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "22", "LAT": "45N 0", "LON": "9E 0", "MON": "12", "NUM": "1373", "PRO": "M", "SEC": "0", "YEA": "1856", "CITY": "TORTONA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7089	lavallea-paolo-1847-07-02	{"a3": "1374"}	{"lerrcp": "A3-1374"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paolo", "family": "Lavallea", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.86374, "lat": 44.89784, "name": "Tortona", "geoid": 3165370}, "notime": null, "date-ut": "1847-07-02 08:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paolo", "family": "Lavallea"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.86374, "lat": 44.89784, "name": "Tortona", "geoid": 3165370}, "date-ut": "1847-07-02 08:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1374"}, "ids-in-sources": {"a3": "1374"}}, "raw": {"H": "9", "MN": "24", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "2", "LAT": "45N 0", "LON": "9E 0", "MON": "7", "NUM": "1374", "PRO": "M", "SEC": "0", "YEA": "1847", "CITY": "TORTONA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7090	lavezzari-carlo-1868-08-31	{"a3": "1375"}	{"lerrcp": "A3-1375"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Lavezzari", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.86374, "lat": 44.89784, "name": "Tortona", "geoid": 3165370}, "notime": null, "date-ut": "1868-08-31 11:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Lavezzari"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.86374, "lat": 44.89784, "name": "Tortona", "geoid": 3165370}, "date-ut": "1868-08-31 11:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1375"}, "ids-in-sources": {"a3": "1375"}}, "raw": {"H": "12", "MN": "10", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "31", "LAT": "45N 0", "LON": "9E 0", "MON": "8", "NUM": "1375", "PRO": "M", "SEC": "4", "YEA": "1868", "CITY": "TORTONA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7091	leonardi-vittorio-1895-03-16	{"a3": "1376"}	{"lerrcp": "A3-1376"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vittorio", "family": "Leonardi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SP", "c3": null, "cy": "IT", "lg": 9.84339, "lat": 44.11054, "name": "La Spezia", "geoid": 3175081}, "notime": null, "date-ut": "1895-03-16 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Vittorio", "family": "Leonardi"}, "birth": {"place": {"c2": "SP", "cy": "IT", "lg": 9.84339, "lat": 44.11054, "name": "La Spezia", "geoid": 3175081}, "date-ut": "1895-03-16 05:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1376"}, "ids-in-sources": {"a3": "1376"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "SP", "COU": "I", "DAY": "16", "LAT": "44N 0", "LON": "10E15", "MON": "3", "NUM": "1376", "PRO": "M", "SEC": "0", "YEA": "1895", "CITY": "LA SPEZIA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7092	leoncini-adolfo-1867-07-04	{"a3": "1377"}	{"lerrcp": "A3-1377"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolfo", "family": "Leoncini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LI", "c3": null, "cy": "IT", "lg": 10.31462, "lat": 42.81152, "name": "Portoferraio", "geoid": 3170094}, "notime": null, "date-ut": "1867-07-04 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adolfo", "family": "Leoncini"}, "birth": {"place": {"c2": "LI", "cy": "IT", "lg": 10.31462, "lat": 42.81152, "name": "Portoferraio", "geoid": 3170094}, "date-ut": "1867-07-04 03:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1377"}, "ids-in-sources": {"a3": "1377"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "LI", "COU": "I", "DAY": "4", "LAT": "43N36", "LON": "9E30", "MON": "7", "NUM": "1377", "PRO": "M", "SEC": "4", "YEA": "1867", "CITY": "PORTOFERRAIO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7093	li-gobbi-alberto-1914-06-10	{"a3": "1378"}	{"lerrcp": "A3-1378"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Li Gobbi Alberto", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1914-06-10 02:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Li Gobbi Alberto"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1914-06-10 02:15"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1378"}, "ids-in-sources": {"a3": "1378"}}, "raw": {"H": "3", "MN": "15", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "10", "LAT": "44N30", "LON": "11E 0", "MON": "6", "NUM": "1378", "PRO": "M", "SEC": "0", "YEA": "1914", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7094	linati-camillo-1820-07-01	{"a3": "1379"}	{"lerrcp": "A3-1379"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camillo", "family": "Linati", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "notime": null, "date-ut": "1820-07-01 01:17"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Camillo", "family": "Linati"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "date-ut": "1820-07-01 01:17"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1379"}, "ids-in-sources": {"a3": "1379"}}, "raw": {"H": "2", "MN": "17", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "1", "LAT": "44N48", "LON": "10E45", "MON": "7", "NUM": "1379", "PRO": "M", "SEC": "0", "YEA": "1820", "CITY": "PARMA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7095	lipella-giovanni-1899-11-13	{"a3": "1380"}	{"lerrcp": "A3-1380"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Lipella", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TN", "c3": null, "cy": "IT", "lg": 12, "lat": 46, "name": "RIVA DI TRENTO", "geoid": 0}, "notime": null, "date-ut": "1899-11-13 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Lipella"}, "birth": {"place": {"c2": "TN", "cy": "IT", "lg": 12, "lat": 46, "name": "RIVA DI TRENTO", "geoid": 0}, "date-ut": "1899-11-13 13:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1380"}, "ids-in-sources": {"a3": "1380"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "TN", "COU": "I", "DAY": "13", "LAT": "46N 0", "LON": "12E 0", "MON": "11", "NUM": "1380", "PRO": "M", "SEC": "0", "YEA": "1899", "CITY": "RIVA DI TRENTO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7096	lisa-natoli-michele-1856-12-17	{"a3": "1381"}	{"lerrcp": "A3-1381"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Lisa Natoli Michele", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 15.5, "lat": 38, "name": "RACCUJA", "geoid": 0}, "notime": null, "date-ut": "1856-12-17 16:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Lisa Natoli Michele"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 15.5, "lat": 38, "name": "RACCUJA", "geoid": 0}, "date-ut": "1856-12-17 16:58"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1381"}, "ids-in-sources": {"a3": "1381"}}, "raw": {"H": "17", "MN": "58", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "17", "LAT": "38N 0", "LON": "15E30", "MON": "12", "NUM": "1381", "PRO": "M", "SEC": "0", "YEA": "1856", "CITY": "RACCUJA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7097	liuzzi-guido-1866-12-04	{"a3": "1382"}	{"lerrcp": "A3-1382"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guido", "family": "Liuzzi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RE", "c3": null, "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "REGGIO EMILIA", "geoid": 0}, "notime": null, "date-ut": "1866-12-04 06:47"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Guido", "family": "Liuzzi"}, "birth": {"place": {"c2": "RE", "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "REGGIO EMILIA", "geoid": 0}, "date-ut": "1866-12-04 06:47"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1382"}, "ids-in-sources": {"a3": "1382"}}, "raw": {"H": "7", "MN": "47", "TZ": "-1", "COD": "RE", "COU": "I", "DAY": "4", "LAT": "44N36", "LON": "10E45", "MON": "12", "NUM": "1382", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "REGGIO EMILIA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7098	lollini-ivo-1897-05-25	{"a3": "1383"}	{"lerrcp": "A3-1383"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ivo", "family": "Lollini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11, "lat": 44.5, "name": "CASTEL D AIAMO", "geoid": 0}, "notime": null, "date-ut": "1897-05-25 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ivo", "family": "Lollini"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11, "lat": 44.5, "name": "CASTEL D AIAMO", "geoid": 0}, "date-ut": "1897-05-25 04:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1383"}, "ids-in-sources": {"a3": "1383"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "25", "LAT": "44N30", "LON": "11E 0", "MON": "5", "NUM": "1383", "PRO": "M", "SEC": "0", "YEA": "1897", "CITY": "CASTEL D AIAMO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7099	lombardi-eugenio-1866-01-06	{"a3": "1384"}	{"lerrcp": "A3-1384"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugenio", "family": "Lombardi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CE", "c3": null, "cy": "IT", "lg": 14.37683, "lat": 41.04001, "name": "Maddaloni", "geoid": 3174358}, "notime": null, "date-ut": "1866-01-06 09:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eugenio", "family": "Lombardi"}, "birth": {"place": {"c2": "CE", "cy": "IT", "lg": 14.37683, "lat": 41.04001, "name": "Maddaloni", "geoid": 3174358}, "date-ut": "1866-01-06 09:02"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1384"}, "ids-in-sources": {"a3": "1384"}}, "raw": {"H": "10", "MN": "2", "TZ": "-1", "COD": "CE", "COU": "I", "DAY": "6", "LAT": "41N 6", "LON": "14E30", "MON": "1", "NUM": "1384", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "MADDALONI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7100	lombardi-giuseppe-1886-05-11	{"a3": "1385"}	{"lerrcp": "A3-1385"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Lombardi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CN", "c3": null, "cy": "IT", "lg": 7.35133, "lat": 44.46573, "name": "Dronero", "geoid": 3177474}, "notime": null, "date-ut": "1886-05-11 06:30:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Lombardi"}, "birth": {"place": {"c2": "CN", "cy": "IT", "lg": 7.35133, "lat": 44.46573, "name": "Dronero", "geoid": 3177474}, "date-ut": "1886-05-11 06:30:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1385"}, "ids-in-sources": {"a3": "1385"}}, "raw": {"H": "7", "MN": "30", "TZ": "-1", "COD": "CN", "COU": "I", "DAY": "11", "LAT": "44N24", "LON": "7E15", "MON": "5", "NUM": "1385", "PRO": "M", "SEC": "4", "YEA": "1886", "CITY": "DRONERO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7101	lombardini-camillo-1821-03-14	{"a3": "1386"}	{"lerrcp": "A3-1386"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camillo", "family": "Lombardini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "notime": null, "date-ut": "1821-03-14 10:17"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Camillo", "family": "Lombardini"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "date-ut": "1821-03-14 10:17"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1386"}, "ids-in-sources": {"a3": "1386"}}, "raw": {"H": "11", "MN": "17", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "14", "LAT": "44N48", "LON": "10E45", "MON": "3", "NUM": "1386", "PRO": "M", "SEC": "0", "YEA": "1821", "CITY": "PARMA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7102	lordi-achille-1860-08-11	{"a3": "1387"}	{"lerrcp": "A3-1387"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Achille", "family": "Lordi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PZ", "c3": null, "cy": "IT", "lg": 15.48576, "lat": 40.75252, "name": "Muro Lucano", "geoid": 3172436}, "notime": null, "date-ut": "1860-08-11 05:57"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Achille", "family": "Lordi"}, "birth": {"place": {"c2": "PZ", "cy": "IT", "lg": 15.48576, "lat": 40.75252, "name": "Muro Lucano", "geoid": 3172436}, "date-ut": "1860-08-11 05:57"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1387"}, "ids-in-sources": {"a3": "1387"}}, "raw": {"H": "6", "MN": "57", "TZ": "-1", "COD": "PZ", "COU": "I", "DAY": "11", "LAT": "40N30", "LON": "15E45", "MON": "8", "NUM": "1387", "PRO": "M", "SEC": "0", "YEA": "1860", "CITY": "MURO LUCANO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7103	lusi-giulio-1899-01-28	{"a3": "1388"}	{"lerrcp": "A3-1388"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giulio", "family": "Lusi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AV", "c3": null, "cy": "IT", "lg": 15.08334, "lat": 41.14892, "name": "Ariano Irpino", "geoid": 3182854}, "notime": null, "date-ut": "1899-01-28 10:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giulio", "family": "Lusi"}, "birth": {"place": {"c2": "AV", "cy": "IT", "lg": 15.08334, "lat": 41.14892, "name": "Ariano Irpino", "geoid": 3182854}, "date-ut": "1899-01-28 10:05"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1388"}, "ids-in-sources": {"a3": "1388"}}, "raw": {"H": "11", "MN": "5", "TZ": "-1", "COD": "AV", "COU": "I", "DAY": "28", "LAT": "41N 0", "LON": "15E 0", "MON": "1", "NUM": "1388", "PRO": "M", "SEC": "0", "YEA": "1899", "CITY": "ARIANO IRPINO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7104	maccario-giovanni-1888-04-19	{"a3": "1389"}	{"lerrcp": "A3-1389"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Maccario", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CN", "c3": null, "cy": "IT", "lg": 7.54453, "lat": 44.39733, "name": "Cuneo", "geoid": 3177700}, "notime": null, "date-ut": "1888-04-19 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Maccario"}, "birth": {"place": {"c2": "CN", "cy": "IT", "lg": 7.54453, "lat": 44.39733, "name": "Cuneo", "geoid": 3177700}, "date-ut": "1888-04-19 00:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1389"}, "ids-in-sources": {"a3": "1389"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "CN", "COU": "I", "DAY": "19", "LAT": "44N24", "LON": "7E15", "MON": "4", "NUM": "1389", "PRO": "M", "SEC": "4", "YEA": "1888", "CITY": "CUNEO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7105	madonia-vincenzo-1891-03-06	{"a3": "1390"}	{"lerrcp": "A3-1390"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincenzo", "family": "Madonia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PA", "c3": null, "cy": "IT", "lg": 13.08444, "lat": 38.14595, "name": "Terrasini", "geoid": 2522952}, "notime": null, "date-ut": "1891-03-06 03:28:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Vincenzo", "family": "Madonia"}, "birth": {"place": {"c2": "PA", "cy": "IT", "lg": 13.08444, "lat": 38.14595, "name": "Terrasini", "geoid": 2522952}, "date-ut": "1891-03-06 03:28:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1390"}, "ids-in-sources": {"a3": "1390"}}, "raw": {"H": "4", "MN": "28", "TZ": "-1", "COD": "PA", "COU": "I", "DAY": "6", "LAT": "38N 0", "LON": "13E30", "MON": "3", "NUM": "1390", "PRO": "M", "SEC": "4", "YEA": "1891", "CITY": "TERRASINI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7106	maggesi-tommaso-1857-09-05	{"a3": "1391"}	{"lerrcp": "A3-1391"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tommaso", "family": "Maggesi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MS", "c3": null, "cy": "IT", "lg": 10.11409, "lat": 44.02204, "name": "Massa", "geoid": 3173775}, "notime": null, "date-ut": "1857-09-05 06:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Tommaso", "family": "Maggesi"}, "birth": {"place": {"c2": "MS", "cy": "IT", "lg": 10.11409, "lat": 44.02204, "name": "Massa", "geoid": 3173775}, "date-ut": "1857-09-05 06:48"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1391"}, "ids-in-sources": {"a3": "1391"}}, "raw": {"H": "7", "MN": "48", "TZ": "-1", "COD": "MS", "COU": "I", "DAY": "5", "LAT": "44N 0", "LON": "10E30", "MON": "9", "NUM": "1391", "PRO": "M", "SEC": "0", "YEA": "1857", "CITY": "MASSA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7107	malerba-agatino-1893-05-01	{"a3": "1392"}	{"lerrcp": "A3-1392"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Agatino", "family": "Malerba", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "notime": null, "date-ut": "1893-05-01 07:30:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Agatino", "family": "Malerba"}, "birth": {"place": {"c2": "CT", "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "date-ut": "1893-05-01 07:30:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1392"}, "ids-in-sources": {"a3": "1392"}}, "raw": {"H": "8", "MN": "30", "TZ": "-1", "COD": "CT", "COU": "I", "DAY": "1", "LAT": "37N30", "LON": "15E 0", "MON": "5", "NUM": "1392", "PRO": "M", "SEC": "4", "YEA": "1893", "CITY": "CATANIA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7108	mancini-giuseppe-1893-02-10	{"a3": "1393"}	{"lerrcp": "A3-1393"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Mancini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AR", "c3": null, "cy": "IT", "lg": 11.88261, "lat": 43.46734, "name": "Arezzo", "geoid": 3182884}, "notime": null, "date-ut": "1893-02-10 13:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Mancini"}, "birth": {"place": {"c2": "AR", "cy": "IT", "lg": 11.88261, "lat": 43.46734, "name": "Arezzo", "geoid": 3182884}, "date-ut": "1893-02-10 13:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1393"}, "ids-in-sources": {"a3": "1393"}}, "raw": {"H": "14", "MN": "10", "TZ": "-1", "COD": "AR", "COU": "I", "DAY": "10", "LAT": "43N30", "LON": "12E 0", "MON": "2", "NUM": "1393", "PRO": "M", "SEC": "4", "YEA": "1893", "CITY": "AREZZO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7109	manisco-girolamo-1917-08-31	{"a3": "1394"}	{"lerrcp": "A3-1394"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Girolamo", "family": "Manisco", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TA", "c3": null, "cy": "IT", "lg": 17.22972, "lat": 40.47611, "name": "Taranto", "geoid": 3165926}, "notime": null, "date-ut": "1917-08-31 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Girolamo", "family": "Manisco"}, "birth": {"place": {"c2": "TA", "cy": "IT", "lg": 17.22972, "lat": 40.47611, "name": "Taranto", "geoid": 3165926}, "date-ut": "1917-08-31 06:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1394"}, "ids-in-sources": {"a3": "1394"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "TA", "COU": "I", "DAY": "31", "LAT": "40N30", "LON": "17E30", "MON": "8", "NUM": "1394", "PRO": "M", "SEC": "0", "YEA": "1917", "CITY": "TARANTO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7110	marafini-valentino-1863-03-24	{"a3": "1395"}	{"lerrcp": "A3-1395"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Valentino", "family": "Marafini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LT", "c3": null, "cy": "IT", "lg": 12.91279, "lat": 41.64442, "name": "Cori", "geoid": 3178099}, "notime": null, "date-ut": "1863-03-24 21:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Valentino", "family": "Marafini"}, "birth": {"place": {"c2": "LT", "cy": "IT", "lg": 12.91279, "lat": 41.64442, "name": "Cori", "geoid": 3178099}, "date-ut": "1863-03-24 21:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1395"}, "ids-in-sources": {"a3": "1395"}}, "raw": {"H": "22", "MN": "8", "TZ": "-1", "COD": "LT", "COU": "I", "DAY": "24", "LAT": "41N30", "LON": "13E 0", "MON": "3", "NUM": "1395", "PRO": "M", "SEC": "0", "YEA": "1863", "CITY": "CORI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7111	maravigna-pietro-1876-03-14	{"a3": "1396"}	{"lerrcp": "A3-1396"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Maravigna", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "notime": null, "date-ut": "1876-03-14 08:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pietro", "family": "Maravigna"}, "birth": {"place": {"c2": "CT", "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "date-ut": "1876-03-14 08:25:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1396"}, "ids-in-sources": {"a3": "1396"}}, "raw": {"H": "9", "MN": "25", "TZ": "-1", "COD": "CT", "COU": "I", "DAY": "14", "LAT": "37N30", "LON": "15E 0", "MON": "3", "NUM": "1396", "PRO": "M", "SEC": "4", "YEA": "1876", "CITY": "CATANIA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7112	marcias-erminio-1897-08-14	{"a3": "1397"}	{"lerrcp": "A3-1397"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erminio", "family": "Marcias", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "IT", "lg": 9, "lat": 39.4, "name": "TERRALBA", "geoid": 0}, "notime": null, "date-ut": "1897-08-14 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Erminio", "family": "Marcias"}, "birth": {"place": {"c2": "CA", "cy": "IT", "lg": 9, "lat": 39.4, "name": "TERRALBA", "geoid": 0}, "date-ut": "1897-08-14 05:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1397"}, "ids-in-sources": {"a3": "1397"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "CA", "COU": "I", "DAY": "14", "LAT": "39N24", "LON": "9E 0", "MON": "8", "NUM": "1397", "PRO": "M", "SEC": "0", "YEA": "1897", "CITY": "TERRALBA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7113	marcucci-poltri-gian-1869-10-10	{"a3": "1398"}	{"lerrcp": "A3-1398"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gian", "family": "Marcucci-Poltri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AR", "c3": null, "cy": "IT", "lg": 11.81759, "lat": 43.69534, "name": "Bibbiena", "geoid": 3182059}, "notime": null, "date-ut": "1869-10-10 08:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gian", "family": "Marcucci-Poltri"}, "birth": {"place": {"c2": "AR", "cy": "IT", "lg": 11.81759, "lat": 43.69534, "name": "Bibbiena", "geoid": 3182059}, "date-ut": "1869-10-10 08:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1398"}, "ids-in-sources": {"a3": "1398"}}, "raw": {"H": "9", "MN": "40", "TZ": "-1", "COD": "AR", "COU": "I", "DAY": "10", "LAT": "43N30", "LON": "12E 0", "MON": "10", "NUM": "1398", "PRO": "M", "SEC": "4", "YEA": "1869", "CITY": "BIBBIENA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7114	marena-francesco-1870-08-29	{"a3": "1399"}	{"lerrcp": "A3-1399"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Marena", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 16.85118, "lat": 41.11773, "name": "Bari", "geoid": 3182351}, "notime": null, "date-ut": "1870-08-29 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Marena"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 16.85118, "lat": 41.11773, "name": "Bari", "geoid": 3182351}, "date-ut": "1870-08-29 03:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1399"}, "ids-in-sources": {"a3": "1399"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "29", "LAT": "41N12", "LON": "17E 0", "MON": "8", "NUM": "1399", "PRO": "M", "SEC": "4", "YEA": "1870", "CITY": "BARI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7115	gauquelin-a3-1400-1857-10-30	{"a3": "1400"}	{"lerrcp": "A3-1400"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1400", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 15.5, "lat": 38, "name": "S STEFANO DI CA", "geoid": 0}, "notime": null, "date-ut": "1857-10-30 06:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1400"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 15.5, "lat": 38, "name": "S STEFANO DI CA", "geoid": 0}, "date-ut": "1857-10-30 06:58"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1400"}, "ids-in-sources": {"a3": "1400"}}, "raw": {"H": "7", "MN": "58", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "30", "LAT": "38N 0", "LON": "15E30", "MON": "10", "NUM": "1400", "PRO": "M", "SEC": "0", "YEA": "1857", "CITY": "S STEFANO DI CA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7116	marinetti-adriano-1875-09-30	{"a3": "1401"}	{"lerrcp": "A3-1401"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adriano", "family": "Marinetti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "notime": null, "date-ut": "1875-09-30 01:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adriano", "family": "Marinetti"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "date-ut": "1875-09-30 01:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1401"}, "ids-in-sources": {"a3": "1401"}}, "raw": {"H": "2", "MN": "10", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "30", "LAT": "45N24", "LON": "11E 0", "MON": "9", "NUM": "1401", "PRO": "M", "SEC": "4", "YEA": "1875", "CITY": "VERONA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7117	marinetti-giulio-1877-06-04	{"a3": "1402"}	{"lerrcp": "A3-1402"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giulio", "family": "Marinetti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "notime": null, "date-ut": "1877-06-04 20:15:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giulio", "family": "Marinetti"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "date-ut": "1877-06-04 20:15:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1402"}, "ids-in-sources": {"a3": "1402"}}, "raw": {"H": "21", "MN": "15", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "4", "LAT": "45N24", "LON": "11E 0", "MON": "6", "NUM": "1402", "PRO": "M", "SEC": "4", "YEA": "1877", "CITY": "VERONA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7118	marini-edoardo-1873-09-04	{"a3": "1403"}	{"lerrcp": "A3-1403"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edoardo", "family": "Marini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VC", "c3": null, "cy": "IT", "lg": 8.41533, "lat": 45.32306, "name": "Vercelli", "geoid": 3164565}, "notime": null, "date-ut": "1873-09-04 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edoardo", "family": "Marini"}, "birth": {"place": {"c2": "VC", "cy": "IT", "lg": 8.41533, "lat": 45.32306, "name": "Vercelli", "geoid": 3164565}, "date-ut": "1873-09-04 03:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1403"}, "ids-in-sources": {"a3": "1403"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "VC", "COU": "I", "DAY": "4", "LAT": "45N24", "LON": "8E30", "MON": "9", "NUM": "1403", "PRO": "M", "SEC": "4", "YEA": "1873", "CITY": "VERCELLI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7119	marrullier-emilio-1856-12-25	{"a3": "1404"}	{"lerrcp": "A3-1404"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emilio", "family": "Marrullier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CE", "c3": null, "cy": "IT", "lg": 14.2133, "lat": 41.11082, "name": "Capua", "geoid": 3180601}, "notime": null, "date-ut": "1856-12-25 19:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emilio", "family": "Marrullier"}, "birth": {"place": {"c2": "CE", "cy": "IT", "lg": 14.2133, "lat": 41.11082, "name": "Capua", "geoid": 3180601}, "date-ut": "1856-12-25 19:02"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1404"}, "ids-in-sources": {"a3": "1404"}}, "raw": {"H": "20", "MN": "2", "TZ": "-1", "COD": "CE", "COU": "I", "DAY": "25", "LAT": "41N 6", "LON": "14E30", "MON": "12", "NUM": "1404", "PRO": "M", "SEC": "0", "YEA": "1856", "CITY": "CAPUA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7120	mattel-alfonso-1867-06-30	{"a3": "1405"}	{"lerrcp": "A3-1405"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfonso", "family": "Mattel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PI", "c3": null, "cy": "IT", "lg": 10.39659, "lat": 43.71553, "name": "Pisa", "geoid": 3170647}, "notime": null, "date-ut": "1867-06-30 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alfonso", "family": "Mattel"}, "birth": {"place": {"c2": "PI", "cy": "IT", "lg": 10.39659, "lat": 43.71553, "name": "Pisa", "geoid": 3170647}, "date-ut": "1867-06-30 10:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1405"}, "ids-in-sources": {"a3": "1405"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "PI", "COU": "I", "DAY": "30", "LAT": "43N42", "LON": "10E30", "MON": "6", "NUM": "1405", "PRO": "M", "SEC": "4", "YEA": "1867", "CITY": "PISA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7121	mazzaresi-carlo-1893-01-20	{"a3": "1406"}	{"lerrcp": "A3-1406"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Mazzaresi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1893-01-20 06:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Mazzaresi"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1893-01-20 06:25:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1406"}, "ids-in-sources": {"a3": "1406"}}, "raw": {"H": "7", "MN": "25", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "20", "LAT": "41N54", "LON": "12E30", "MON": "1", "NUM": "1406", "PRO": "M", "SEC": "4", "YEA": "1893", "CITY": "ROMA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7122	mazzoli-domenico-1854-02-01	{"a3": "1407"}	{"lerrcp": "A3-1407"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Domenico", "family": "Mazzoli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "notime": null, "date-ut": "1854-02-01 05:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Domenico", "family": "Mazzoli"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "date-ut": "1854-02-01 05:58"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1407"}, "ids-in-sources": {"a3": "1407"}}, "raw": {"H": "6", "MN": "58", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "1", "LAT": "38N 0", "LON": "15E30", "MON": "2", "NUM": "1407", "PRO": "M", "SEC": "0", "YEA": "1854", "CITY": "MESSINA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7123	mazzone-natalino-1858-12-25	{"a3": "1408"}	{"lerrcp": "A3-1408"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Natalino", "family": "Mazzone", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 9, "lat": 45, "name": "SPINO MONFERRAT", "geoid": 0}, "notime": null, "date-ut": "1858-12-25 19:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Natalino", "family": "Mazzone"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 9, "lat": 45, "name": "SPINO MONFERRAT", "geoid": 0}, "date-ut": "1858-12-25 19:54"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1408"}, "ids-in-sources": {"a3": "1408"}}, "raw": {"H": "20", "MN": "54", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "25", "LAT": "45N 0", "LON": "9E 0", "MON": "12", "NUM": "1408", "PRO": "M", "SEC": "0", "YEA": "1858", "CITY": "SPINO MONFERRAT"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7124	mazzoni-corrado-1892-05-12	{"a3": "1409"}	{"lerrcp": "A3-1409"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Corrado", "family": "Mazzoni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1892-05-12 11:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Corrado", "family": "Mazzoni"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1892-05-12 11:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1409"}, "ids-in-sources": {"a3": "1409"}}, "raw": {"H": "12", "MN": "40", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "12", "LAT": "44N30", "LON": "11E 0", "MON": "5", "NUM": "1409", "PRO": "M", "SEC": "4", "YEA": "1892", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7125	mazzoni-giovanni-1886-10-21	{"a3": "1410"}	{"lerrcp": "A3-1410"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Mazzoni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AR", "c3": null, "cy": "IT", "lg": 11.88261, "lat": 43.46734, "name": "Arezzo", "geoid": 3182884}, "notime": null, "date-ut": "1886-10-21 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Mazzoni"}, "birth": {"place": {"c2": "AR", "cy": "IT", "lg": 11.88261, "lat": 43.46734, "name": "Arezzo", "geoid": 3182884}, "date-ut": "1886-10-21 07:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1410"}, "ids-in-sources": {"a3": "1410"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "AR", "COU": "I", "DAY": "21", "LAT": "43N30", "LON": "12E 0", "MON": "10", "NUM": "1410", "PRO": "M", "SEC": "4", "YEA": "1886", "CITY": "AREZZO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7126	gauquelin-a3-1411-1872-04-14	{"a3": "1411"}	{"lerrcp": "A3-1411"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1411", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VC", "c3": null, "cy": "IT", "lg": 8.41533, "lat": 45.32306, "name": "Vercelli", "geoid": 3164565}, "notime": null, "date-ut": "1872-04-14 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1411"}, "birth": {"place": {"c2": "VC", "cy": "IT", "lg": 8.41533, "lat": 45.32306, "name": "Vercelli", "geoid": 3164565}, "date-ut": "1872-04-14 00:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1411"}, "ids-in-sources": {"a3": "1411"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "VC", "COU": "I", "DAY": "14", "LAT": "45N24", "LON": "8E30", "MON": "4", "NUM": "1411", "PRO": "M", "SEC": "4", "YEA": "1872", "CITY": "VERCELLI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7127	mazzuoli-edmondo-1889-02-28	{"a3": "1412"}	{"lerrcp": "A3-1412"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmondo", "family": "Mazzuoli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1889-02-28 02:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edmondo", "family": "Mazzuoli"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1889-02-28 02:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1412"}, "ids-in-sources": {"a3": "1412"}}, "raw": {"H": "3", "MN": "10", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "28", "LAT": "44N30", "LON": "11E 0", "MON": "2", "NUM": "1412", "PRO": "M", "SEC": "4", "YEA": "1889", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7128	melardi-salvatore-1861-05-18	{"a3": "1413"}	{"lerrcp": "A3-1413"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Salvatore", "family": "Melardi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "notime": null, "date-ut": "1861-05-18 02:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Salvatore", "family": "Melardi"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "date-ut": "1861-05-18 02:58"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1413"}, "ids-in-sources": {"a3": "1413"}}, "raw": {"H": "3", "MN": "58", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "18", "LAT": "38N 0", "LON": "15E30", "MON": "5", "NUM": "1413", "PRO": "M", "SEC": "0", "YEA": "1861", "CITY": "MESSINA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7129	mellana-stefano-1874-10-18	{"a3": "1414"}	{"lerrcp": "A3-1414"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stefano", "family": "Mellana", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 9, "lat": 45, "name": "CASALE MONFERRAT", "geoid": 0}, "notime": null, "date-ut": "1874-10-18 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Stefano", "family": "Mellana"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 9, "lat": 45, "name": "CASALE MONFERRAT", "geoid": 0}, "date-ut": "1874-10-18 07:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1414"}, "ids-in-sources": {"a3": "1414"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "18", "LAT": "45N 0", "LON": "9E 0", "MON": "10", "NUM": "1414", "PRO": "M", "SEC": "4", "YEA": "1874", "CITY": "CASALE MONFERRAT"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7130	menna-giuseppe-1867-03-08	{"a3": "1415"}	{"lerrcp": "A3-1415"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Menna", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AV", "c3": null, "cy": "IT", "lg": 15, "lat": 41, "name": "COMICELLA", "geoid": 0}, "notime": null, "date-ut": "1867-03-08 21:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Menna"}, "birth": {"place": {"c2": "AV", "cy": "IT", "lg": 15, "lat": 41, "name": "COMICELLA", "geoid": 0}, "date-ut": "1867-03-08 21:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1415"}, "ids-in-sources": {"a3": "1415"}}, "raw": {"H": "22", "MN": "10", "TZ": "-1", "COD": "AV", "COU": "I", "DAY": "8", "LAT": "41N 0", "LON": "15E 0", "MON": "3", "NUM": "1415", "PRO": "M", "SEC": "4", "YEA": "1867", "CITY": "COMICELLA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7131	mennella-arcangelo-1858-08-02	{"a3": "1416"}	{"lerrcp": "A3-1416"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arcangelo", "family": "Mennella", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PZ", "c3": null, "cy": "IT", "lg": 15.75, "lat": 40.5, "name": "RIONERO IN VULT", "geoid": 0}, "notime": null, "date-ut": "1858-08-02 07:57"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Arcangelo", "family": "Mennella"}, "birth": {"place": {"c2": "PZ", "cy": "IT", "lg": 15.75, "lat": 40.5, "name": "RIONERO IN VULT", "geoid": 0}, "date-ut": "1858-08-02 07:57"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1416"}, "ids-in-sources": {"a3": "1416"}}, "raw": {"H": "8", "MN": "57", "TZ": "-1", "COD": "PZ", "COU": "I", "DAY": "2", "LAT": "40N30", "LON": "15E45", "MON": "8", "NUM": "1416", "PRO": "M", "SEC": "0", "YEA": "1858", "CITY": "RIONERO IN VULT"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7132	merelli-raffaele-1886-08-19	{"a3": "1417"}	{"lerrcp": "A3-1417"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raffaele", "family": "Merelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MC", "c3": null, "cy": "IT", "lg": 13.25, "lat": 43.4, "name": "SANGINESIO", "geoid": 0}, "notime": null, "date-ut": "1886-08-19 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Raffaele", "family": "Merelli"}, "birth": {"place": {"c2": "MC", "cy": "IT", "lg": 13.25, "lat": 43.4, "name": "SANGINESIO", "geoid": 0}, "date-ut": "1886-08-19 10:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1417"}, "ids-in-sources": {"a3": "1417"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "MC", "COU": "I", "DAY": "19", "LAT": "43N24", "LON": "13E15", "MON": "8", "NUM": "1417", "PRO": "M", "SEC": "4", "YEA": "1886", "CITY": "SANGINESIO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7133	mereu-attilio-1895-03-04	{"a3": "1418"}	{"lerrcp": "A3-1418"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Attilio", "family": "Mereu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "IT", "lg": 9.13462, "lat": 39.20738, "name": "Cagliari", "geoid": 2525473}, "notime": null, "date-ut": "1895-03-04 15:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Attilio", "family": "Mereu"}, "birth": {"place": {"c2": "CA", "cy": "IT", "lg": 9.13462, "lat": 39.20738, "name": "Cagliari", "geoid": 2525473}, "date-ut": "1895-03-04 15:45"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1418"}, "ids-in-sources": {"a3": "1418"}}, "raw": {"H": "16", "MN": "45", "TZ": "-1", "COD": "CA", "COU": "I", "DAY": "4", "LAT": "39N24", "LON": "9E 0", "MON": "3", "NUM": "1418", "PRO": "M", "SEC": "0", "YEA": "1895", "CITY": "CAGLIARI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7134	merli-duilio-1893-07-30	{"a3": "1419"}	{"lerrcp": "A3-1419"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Duilio", "family": "Merli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FE", "c3": null, "cy": "IT", "lg": 11.49011, "lat": 44.76597, "name": "Poggio Renatico", "geoid": 3170442}, "notime": null, "date-ut": "1893-07-30 06:55:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Duilio", "family": "Merli"}, "birth": {"place": {"c2": "FE", "cy": "IT", "lg": 11.49011, "lat": 44.76597, "name": "Poggio Renatico", "geoid": 3170442}, "date-ut": "1893-07-30 06:55:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1419"}, "ids-in-sources": {"a3": "1419"}}, "raw": {"H": "7", "MN": "55", "TZ": "-1", "COD": "FE", "COU": "I", "DAY": "30", "LAT": "44N42", "LON": "12E30", "MON": "7", "NUM": "1419", "PRO": "M", "SEC": "4", "YEA": "1893", "CITY": "POGGIO RENATICO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7135	merli-severino-1891-07-28	{"a3": "1420"}	{"lerrcp": "A3-1420"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Severino", "family": "Merli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FE", "c3": null, "cy": "IT", "lg": 11.49011, "lat": 44.76597, "name": "Poggio Renatico", "geoid": 3170442}, "notime": null, "date-ut": "1891-07-28 06:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Severino", "family": "Merli"}, "birth": {"place": {"c2": "FE", "cy": "IT", "lg": 11.49011, "lat": 44.76597, "name": "Poggio Renatico", "geoid": 3170442}, "date-ut": "1891-07-28 06:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1420"}, "ids-in-sources": {"a3": "1420"}}, "raw": {"H": "7", "MN": "40", "TZ": "-1", "COD": "FE", "COU": "I", "DAY": "28", "LAT": "44N42", "LON": "12E30", "MON": "7", "NUM": "1420", "PRO": "M", "SEC": "4", "YEA": "1891", "CITY": "POGGIO RENATICO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7136	merli-miglietti-giulio-1857-12-01	{"a3": "1421"}	{"lerrcp": "A3-1421"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giulio", "family": "Merli-Miglietti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 9, "lat": 45, "name": "S SALVATORE MON", "geoid": 0}, "notime": null, "date-ut": "1857-12-01 13:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giulio", "family": "Merli-Miglietti"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 9, "lat": 45, "name": "S SALVATORE MON", "geoid": 0}, "date-ut": "1857-12-01 13:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1421"}, "ids-in-sources": {"a3": "1421"}}, "raw": {"H": "14", "MN": "24", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "1", "LAT": "45N 0", "LON": "9E 0", "MON": "12", "NUM": "1421", "PRO": "M", "SEC": "0", "YEA": "1857", "CITY": "S SALVATORE MON"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7137	merlin-mario-1889-08-27	{"a3": "1422"}	{"lerrcp": "A3-1422"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Merlin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.27774, "lat": 45.21857, "name": "Chioggia", "geoid": 3178784}, "notime": null, "date-ut": "1889-08-27 06:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Merlin"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.27774, "lat": 45.21857, "name": "Chioggia", "geoid": 3178784}, "date-ut": "1889-08-27 06:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1422"}, "ids-in-sources": {"a3": "1422"}}, "raw": {"H": "7", "MN": "10", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "27", "LAT": "45N30", "LON": "12E30", "MON": "8", "NUM": "1422", "PRO": "M", "SEC": "4", "YEA": "1889", "CITY": "CHIOGGIA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7138	merrone-enrico-1865-04-17	{"a3": "1423"}	{"lerrcp": "A3-1423"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enrico", "family": "Merrone", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CE", "c3": null, "cy": "IT", "lg": 14.37683, "lat": 41.04001, "name": "Maddaloni", "geoid": 3174358}, "notime": null, "date-ut": "1865-04-17 19:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Enrico", "family": "Merrone"}, "birth": {"place": {"c2": "CE", "cy": "IT", "lg": 14.37683, "lat": 41.04001, "name": "Maddaloni", "geoid": 3174358}, "date-ut": "1865-04-17 19:02"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1423"}, "ids-in-sources": {"a3": "1423"}}, "raw": {"H": "20", "MN": "2", "TZ": "-1", "COD": "CE", "COU": "I", "DAY": "17", "LAT": "41N 6", "LON": "14E30", "MON": "4", "NUM": "1423", "PRO": "M", "SEC": "0", "YEA": "1865", "CITY": "MADDALONI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7139	gauquelin-a3-1424-1877-11-30	{"a3": "1424"}	{"lerrcp": "A3-1424"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1424", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1877-11-30 02:01:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1424"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1877-11-30 02:01:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1424"}, "ids-in-sources": {"a3": "1424"}}, "raw": {"H": "3", "MN": "1", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "30", "LAT": "41N54", "LON": "12E30", "MON": "11", "NUM": "1424", "PRO": "M", "SEC": "4", "YEA": "1877", "CITY": "ROMA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7140	miccinesi-arduino-1899-03-29	{"a3": "1425"}	{"lerrcp": "A3-1425"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arduino", "family": "Miccinesi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1899-03-29 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Arduino", "family": "Miccinesi"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1899-03-29 05:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1425"}, "ids-in-sources": {"a3": "1425"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "29", "LAT": "43N42", "LON": "11E30", "MON": "3", "NUM": "1425", "PRO": "M", "SEC": "0", "YEA": "1899", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7141	michelini-tocci-francesco-1899-02-27	{"a3": "1426"}	{"lerrcp": "A3-1426"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Michelini Tocci Francesco", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PS", "c3": null, "cy": "IT", "lg": 13, "lat": 44, "name": "CAGLI", "geoid": 0}, "notime": null, "date-ut": "1899-02-27 23:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Michelini Tocci Francesco"}, "birth": {"place": {"c2": "PS", "cy": "IT", "lg": 13, "lat": 44, "name": "CAGLI", "geoid": 0}, "date-ut": "1899-02-27 23:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1426"}, "ids-in-sources": {"a3": "1426"}}, "raw": {"H": "0", "MN": "30", "TZ": "-1", "COD": "PS", "COU": "I", "DAY": "28", "LAT": "44N 0", "LON": "13E 0", "MON": "2", "NUM": "1426", "PRO": "M", "SEC": "0", "YEA": "1899", "CITY": "CAGLI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7142	mignone-francesco-1884-06-04	{"a3": "1427"}	{"lerrcp": "A3-1427"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Mignone", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SV", "c3": null, "cy": "IT", "lg": 8.47715, "lat": 44.30905, "name": "Savona", "geoid": 3167022}, "notime": null, "date-ut": "1884-06-04 08:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Mignone"}, "birth": {"place": {"c2": "SV", "cy": "IT", "lg": 8.47715, "lat": 44.30905, "name": "Savona", "geoid": 3167022}, "date-ut": "1884-06-04 08:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1427"}, "ids-in-sources": {"a3": "1427"}}, "raw": {"H": "9", "MN": "10", "TZ": "-1", "COD": "SV", "COU": "I", "DAY": "4", "LAT": "44N18", "LON": "8E45", "MON": "6", "NUM": "1427", "PRO": "M", "SEC": "4", "YEA": "1884", "CITY": "SAVONA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7143	gauquelin-a3-1428-1895-11-20	{"a3": "1428"}	{"lerrcp": "A3-1428"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1428", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "LODI", "geoid": 0}, "notime": null, "date-ut": "1895-11-20 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1428"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "LODI", "geoid": 0}, "date-ut": "1895-11-20 17:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1428"}, "ids-in-sources": {"a3": "1428"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "20", "LAT": "45N30", "LON": "9E15", "MON": "11", "NUM": "1428", "PRO": "M", "SEC": "0", "YEA": "1895", "CITY": "LODI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7144	minutillo-sergio-1862-07-10	{"a3": "1429"}	{"lerrcp": "A3-1429"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sergio", "family": "Minutillo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 16.59748, "lat": 41.20023, "name": "Molfetta", "geoid": 3173287}, "notime": null, "date-ut": "1862-07-10 23:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Sergio", "family": "Minutillo"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 16.59748, "lat": 41.20023, "name": "Molfetta", "geoid": 3173287}, "date-ut": "1862-07-10 23:52"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1429"}, "ids-in-sources": {"a3": "1429"}}, "raw": {"H": "0", "MN": "52", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "11", "LAT": "41N12", "LON": "17E 0", "MON": "7", "NUM": "1429", "PRO": "M", "SEC": "0", "YEA": "1862", "CITY": "MOLFETTA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7145	mirabello-giovan-1841-11-20	{"a3": "1430"}	{"lerrcp": "A3-1430"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovan", "family": "Mirabello", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.86374, "lat": 44.89784, "name": "Tortona", "geoid": 3165370}, "notime": null, "date-ut": "1841-11-20 07:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giovan", "family": "Mirabello"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.86374, "lat": 44.89784, "name": "Tortona", "geoid": 3165370}, "date-ut": "1841-11-20 07:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1430"}, "ids-in-sources": {"a3": "1430"}}, "raw": {"H": "8", "MN": "24", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "20", "LAT": "45N 0", "LON": "9E 0", "MON": "11", "NUM": "1430", "PRO": "M", "SEC": "0", "YEA": "1841", "CITY": "TORTONA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7146	miraglia-luigi-1876-11-06	{"a3": "1431"}	{"lerrcp": "A3-1431"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Miraglia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1876-11-06 00:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Miraglia"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1876-11-06 00:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1431"}, "ids-in-sources": {"a3": "1431"}}, "raw": {"H": "1", "MN": "40", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "6", "LAT": "41N54", "LON": "12E30", "MON": "11", "NUM": "1431", "PRO": "M", "SEC": "4", "YEA": "1876", "CITY": "ROMA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7147	modena-angelo-1867-01-25	{"a3": "1432"}	{"lerrcp": "A3-1432"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Modena", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RE", "c3": null, "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "REGGIO EMILIA", "geoid": 0}, "notime": null, "date-ut": "1867-01-25 22:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Angelo", "family": "Modena"}, "birth": {"place": {"c2": "RE", "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "REGGIO EMILIA", "geoid": 0}, "date-ut": "1867-01-25 22:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1432"}, "ids-in-sources": {"a3": "1432"}}, "raw": {"H": "23", "MN": "10", "TZ": "-1", "COD": "RE", "COU": "I", "DAY": "25", "LAT": "44N36", "LON": "10E45", "MON": "1", "NUM": "1432", "PRO": "M", "SEC": "4", "YEA": "1867", "CITY": "REGGIO EMILIA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7148	mombelli-ernesto-1867-07-12	{"a3": "1433"}	{"lerrcp": "A3-1433"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernesto", "family": "Mombelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1867-07-12 07:55:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ernesto", "family": "Mombelli"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1867-07-12 07:55:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1433"}, "ids-in-sources": {"a3": "1433"}}, "raw": {"H": "8", "MN": "55", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "12", "LAT": "45N 0", "LON": "8E 0", "MON": "7", "NUM": "1433", "PRO": "M", "SEC": "4", "YEA": "1867", "CITY": "TORINO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7149	gauquelin-a3-1434-1871-08-30	{"a3": "1434"}	{"lerrcp": "A3-1434"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1434", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.33716, "lat": 40.81563, "name": "Portici", "geoid": 3170116}, "notime": null, "date-ut": "1871-08-30 02:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1434"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.33716, "lat": 40.81563, "name": "Portici", "geoid": 3170116}, "date-ut": "1871-08-30 02:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1434"}, "ids-in-sources": {"a3": "1434"}}, "raw": {"H": "3", "MN": "10", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "30", "LAT": "40N54", "LON": "14E 0", "MON": "8", "NUM": "1434", "PRO": "M", "SEC": "4", "YEA": "1871", "CITY": "PORTICI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7150	gauquelin-a3-1435-1867-04-12	{"a3": "1435"}	{"lerrcp": "A3-1435"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1435", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "notime": null, "date-ut": "1867-04-12 04:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1435"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "date-ut": "1867-04-12 04:25:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1435"}, "ids-in-sources": {"a3": "1435"}}, "raw": {"H": "5", "MN": "25", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "12", "LAT": "44N48", "LON": "10E45", "MON": "4", "NUM": "1435", "PRO": "M", "SEC": "4", "YEA": "1867", "CITY": "PARMA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7151	gauquelin-a3-1436-1868-05-12	{"a3": "1436"}	{"lerrcp": "A3-1436"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1436", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SP", "c3": null, "cy": "IT", "lg": 9.83431, "lat": 44.05083, "name": "Portovenere", "geoid": 3170065}, "notime": null, "date-ut": "1868-05-12 01:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1436"}, "birth": {"place": {"c2": "SP", "cy": "IT", "lg": 9.83431, "lat": 44.05083, "name": "Portovenere", "geoid": 3170065}, "date-ut": "1868-05-12 01:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1436"}, "ids-in-sources": {"a3": "1436"}}, "raw": {"H": "2", "MN": "40", "TZ": "-1", "COD": "SP", "COU": "I", "DAY": "12", "LAT": "44N 0", "LON": "10E15", "MON": "5", "NUM": "1436", "PRO": "M", "SEC": "4", "YEA": "1868", "CITY": "PORTOVENERE"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7152	monti-adriano-1893-03-06	{"a3": "1437"}	{"lerrcp": "A3-1437"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adriano", "family": "Monti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LT", "c3": null, "cy": "IT", "lg": 13.24127, "lat": 41.28967, "name": "Terracina", "geoid": 3165762}, "notime": null, "date-ut": "1893-03-06 01:18:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adriano", "family": "Monti"}, "birth": {"place": {"c2": "LT", "cy": "IT", "lg": 13.24127, "lat": 41.28967, "name": "Terracina", "geoid": 3165762}, "date-ut": "1893-03-06 01:18:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1437"}, "ids-in-sources": {"a3": "1437"}}, "raw": {"H": "2", "MN": "18", "TZ": "-1", "COD": "LT", "COU": "I", "DAY": "6", "LAT": "41N30", "LON": "13E 0", "MON": "3", "NUM": "1437", "PRO": "M", "SEC": "4", "YEA": "1893", "CITY": "TERRACINA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7153	monti-guido-1888-10-11	{"a3": "1438"}	{"lerrcp": "A3-1438"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guido", "family": "Monti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.5, "lat": 46, "name": "PORDENONE", "geoid": 0}, "notime": null, "date-ut": "1888-10-11 06:43:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Guido", "family": "Monti"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.5, "lat": 46, "name": "PORDENONE", "geoid": 0}, "date-ut": "1888-10-11 06:43:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1438"}, "ids-in-sources": {"a3": "1438"}}, "raw": {"H": "7", "MN": "43", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "11", "LAT": "46N 0", "LON": "13E30", "MON": "10", "NUM": "1438", "PRO": "M", "SEC": "4", "YEA": "1888", "CITY": "PORDENONE"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7154	montuori-luca-1859-02-18	{"a3": "1439"}	{"lerrcp": "A3-1439"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luca", "family": "Montuori", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AV", "c3": null, "cy": "IT", "lg": 14.78874, "lat": 40.91442, "name": "Avellino", "geoid": 3182650}, "notime": null, "date-ut": "1859-02-18 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Luca", "family": "Montuori"}, "birth": {"place": {"c2": "AV", "cy": "IT", "lg": 14.78874, "lat": 40.91442, "name": "Avellino", "geoid": 3182650}, "date-ut": "1859-02-18 05:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1439"}, "ids-in-sources": {"a3": "1439"}}, "raw": {"H": "6", "MN": "30", "TZ": "-1", "COD": "AV", "COU": "I", "DAY": "18", "LAT": "41N 0", "LON": "15E 0", "MON": "2", "NUM": "1439", "PRO": "M", "SEC": "0", "YEA": "1859", "CITY": "AVELLINO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7155	morcaldi-francesco-1816-12-04	{"a3": "1440"}	{"lerrcp": "A3-1440"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Morcaldi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SA", "c3": null, "cy": "IT", "lg": 15.25, "lat": 40.7, "name": "CAVA DEI TIRRENI", "geoid": 0}, "notime": null, "date-ut": "1816-12-04 03:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Morcaldi"}, "birth": {"place": {"c2": "SA", "cy": "IT", "lg": 15.25, "lat": 40.7, "name": "CAVA DEI TIRRENI", "geoid": 0}, "date-ut": "1816-12-04 03:59"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1440"}, "ids-in-sources": {"a3": "1440"}}, "raw": {"H": "4", "MN": "59", "TZ": "-1", "COD": "SA", "COU": "I", "DAY": "4", "LAT": "40N42", "LON": "15E15", "MON": "12", "NUM": "1440", "PRO": "M", "SEC": "0", "YEA": "1816", "CITY": "CAVA DEI TIRRENI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7156	moreno-italio-1874-03-29	{"a3": "1441"}	{"lerrcp": "A3-1441"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Italio", "family": "Moreno", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "notime": null, "date-ut": "1874-03-29 12:35:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Italio", "family": "Moreno"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "date-ut": "1874-03-29 12:35:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1441"}, "ids-in-sources": {"a3": "1441"}}, "raw": {"H": "13", "MN": "35", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "29", "LAT": "44N36", "LON": "11E15", "MON": "3", "NUM": "1441", "PRO": "M", "SEC": "4", "YEA": "1874", "CITY": "MODENA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7157	moricchio-vincenzo-1861-12-26	{"a3": "1442"}	{"lerrcp": "A3-1442"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincenzo", "family": "Moricchio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CB", "c3": null, "cy": "IT", "lg": 14.75, "lat": 41.6, "name": "PORTO CANNONE", "geoid": 0}, "notime": null, "date-ut": "1861-12-26 14:01"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Vincenzo", "family": "Moricchio"}, "birth": {"place": {"c2": "CB", "cy": "IT", "lg": 14.75, "lat": 41.6, "name": "PORTO CANNONE", "geoid": 0}, "date-ut": "1861-12-26 14:01"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1442"}, "ids-in-sources": {"a3": "1442"}}, "raw": {"H": "15", "MN": "1", "TZ": "-1", "COD": "CB", "COU": "I", "DAY": "26", "LAT": "41N36", "LON": "14E45", "MON": "12", "NUM": "1442", "PRO": "M", "SEC": "0", "YEA": "1861", "CITY": "PORTO CANNONE"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7158	morrone-paolo-1854-07-03	{"a3": "1443"}	{"lerrcp": "A3-1443"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paolo", "family": "Morrone", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14, "lat": 40.9, "name": "TORRE ANNUNZIAT", "geoid": 0}, "notime": null, "date-ut": "1854-07-03 14:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paolo", "family": "Morrone"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14, "lat": 40.9, "name": "TORRE ANNUNZIAT", "geoid": 0}, "date-ut": "1854-07-03 14:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1443"}, "ids-in-sources": {"a3": "1443"}}, "raw": {"H": "15", "MN": "4", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "3", "LAT": "40N54", "LON": "14E 0", "MON": "7", "NUM": "1443", "PRO": "M", "SEC": "0", "YEA": "1854", "CITY": "TORRE ANNUNZIAT"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7159	morsenti-angelo-1888-02-04	{"a3": "1444"}	{"lerrcp": "A3-1444"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Morsenti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CR", "c3": null, "cy": "IT", "lg": 9.64336, "lat": 45.33757, "name": "Capergnanica", "geoid": 3180722}, "notime": null, "date-ut": "1888-02-04 01:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Angelo", "family": "Morsenti"}, "birth": {"place": {"c2": "CR", "cy": "IT", "lg": 9.64336, "lat": 45.33757, "name": "Capergnanica", "geoid": 3180722}, "date-ut": "1888-02-04 01:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1444"}, "ids-in-sources": {"a3": "1444"}}, "raw": {"H": "2", "MN": "10", "TZ": "-1", "COD": "CR", "COU": "I", "DAY": "4", "LAT": "45N12", "LON": "11E 0", "MON": "2", "NUM": "1444", "PRO": "M", "SEC": "4", "YEA": "1888", "CITY": "CAPERGNANICA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7160	musso-carlo-1871-11-22	{"a3": "1445"}	{"lerrcp": "A3-1445"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Musso", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1871-11-22 14:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Musso"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1871-11-22 14:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1445"}, "ids-in-sources": {"a3": "1445"}}, "raw": {"H": "15", "MN": "40", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "22", "LAT": "45N 0", "LON": "8E 0", "MON": "11", "NUM": "1445", "PRO": "M", "SEC": "4", "YEA": "1871", "CITY": "TORINO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7161	musso-mario-1876-01-30	{"a3": "1446"}	{"lerrcp": "A3-1446"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Musso", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CN", "c3": null, "cy": "IT", "lg": 7.48623, "lat": 44.64644, "name": "Saluzzo", "geoid": 3168609}, "notime": null, "date-ut": "1876-01-30 02:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Musso"}, "birth": {"place": {"c2": "CN", "cy": "IT", "lg": 7.48623, "lat": 44.64644, "name": "Saluzzo", "geoid": 3168609}, "date-ut": "1876-01-30 02:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1446"}, "ids-in-sources": {"a3": "1446"}}, "raw": {"H": "3", "MN": "40", "TZ": "-1", "COD": "CN", "COU": "I", "DAY": "30", "LAT": "44N24", "LON": "7E15", "MON": "1", "NUM": "1446", "PRO": "M", "SEC": "4", "YEA": "1876", "CITY": "SALUZZO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7162	muti-ettore-1902-05-22	{"a3": "1447"}	{"lerrcp": "A3-1447"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ettore", "family": "Muti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 12.20111, "lat": 44.4175, "name": "Ravenna", "geoid": 3169561}, "notime": null, "date-ut": "1902-05-22 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ettore", "family": "Muti"}, "birth": {"place": {"c2": "RA", "cy": "IT", "lg": 12.20111, "lat": 44.4175, "name": "Ravenna", "geoid": 3169561}, "date-ut": "1902-05-22 03:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1447"}, "ids-in-sources": {"a3": "1447"}}, "raw": {"H": "4", "MN": "30", "TZ": "-1", "COD": "RA", "COU": "I", "DAY": "22", "LAT": "44N24", "LON": "12E15", "MON": "5", "NUM": "1447", "PRO": "M", "SEC": "0", "YEA": "1902", "CITY": "RAVENNA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7163	nasalli-rocca-saverio-1856-01-11	{"a3": "1448"}	{"lerrcp": "A3-1448"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Nasalli Rocca Saverio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PC", "c3": null, "cy": "IT", "lg": 9.69937, "lat": 45.04676, "name": "Piacenza", "geoid": 3171058}, "notime": null, "date-ut": "1856-01-11 02:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Nasalli Rocca Saverio"}, "birth": {"place": {"c2": "PC", "cy": "IT", "lg": 9.69937, "lat": 45.04676, "name": "Piacenza", "geoid": 3171058}, "date-ut": "1856-01-11 02:21"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1448"}, "ids-in-sources": {"a3": "1448"}}, "raw": {"H": "3", "MN": "21", "TZ": "-1", "COD": "PC", "COU": "I", "DAY": "11", "LAT": "45N 0", "LON": "9E45", "MON": "1", "NUM": "1448", "PRO": "M", "SEC": "0", "YEA": "1856", "CITY": "PIACENZA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7164	nasi-guglielmo-1879-02-21	{"a3": "1449"}	{"lerrcp": "A3-1449"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guglielmo", "family": "Nasi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VT", "c3": null, "cy": "IT", "lg": 12, "lat": 42.4, "name": "CIVITAVECCHIA", "geoid": 0}, "notime": null, "date-ut": "1879-02-21 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Guglielmo", "family": "Nasi"}, "birth": {"place": {"c2": "VT", "cy": "IT", "lg": 12, "lat": 42.4, "name": "CIVITAVECCHIA", "geoid": 0}, "date-ut": "1879-02-21 10:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1449"}, "ids-in-sources": {"a3": "1449"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "VT", "COU": "I", "DAY": "21", "LAT": "42N24", "LON": "12E 0", "MON": "2", "NUM": "1449", "PRO": "M", "SEC": "4", "YEA": "1879", "CITY": "CIVITAVECCHIA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7165	necco-antonio-1858-02-04	{"a3": "1450"}	{"lerrcp": "A3-1450"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Necco", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LT", "c3": null, "cy": "IT", "lg": 13.57082, "lat": 41.21408, "name": "Gaeta", "geoid": 3176438}, "notime": null, "date-ut": "1858-02-04 15:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Necco"}, "birth": {"place": {"c2": "LT", "cy": "IT", "lg": 13.57082, "lat": 41.21408, "name": "Gaeta", "geoid": 3176438}, "date-ut": "1858-02-04 15:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1450"}, "ids-in-sources": {"a3": "1450"}}, "raw": {"H": "16", "MN": "8", "TZ": "-1", "COD": "LT", "COU": "I", "DAY": "4", "LAT": "41N30", "LON": "13E 0", "MON": "2", "NUM": "1450", "PRO": "M", "SEC": "0", "YEA": "1858", "CITY": "GAETA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7166	neyrone-mario-1864-11-09	{"a3": "1451"}	{"lerrcp": "A3-1451"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Neyrone", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "notime": null, "date-ut": "1864-11-09 04:17"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Neyrone"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "date-ut": "1864-11-09 04:17"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1451"}, "ids-in-sources": {"a3": "1451"}}, "raw": {"H": "5", "MN": "17", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "9", "LAT": "44N48", "LON": "10E45", "MON": "11", "NUM": "1451", "PRO": "M", "SEC": "0", "YEA": "1864", "CITY": "PARMA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7167	nota-giovanni-1863-07-24	{"a3": "1452"}	{"lerrcp": "A3-1452"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Nota", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LT", "c3": null, "cy": "IT", "lg": 13.43131, "lat": 41.35411, "name": "Fondi", "geoid": 3176843}, "notime": null, "date-ut": "1863-07-24 08:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Nota"}, "birth": {"place": {"c2": "LT", "cy": "IT", "lg": 13.43131, "lat": 41.35411, "name": "Fondi", "geoid": 3176843}, "date-ut": "1863-07-24 08:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1452"}, "ids-in-sources": {"a3": "1452"}}, "raw": {"H": "9", "MN": "8", "TZ": "-1", "COD": "LT", "COU": "I", "DAY": "24", "LAT": "41N30", "LON": "13E 0", "MON": "7", "NUM": "1452", "PRO": "M", "SEC": "0", "YEA": "1863", "CITY": "FONDI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7168	novelli-enrico-1869-05-20	{"a3": "1453"}	{"lerrcp": "A3-1453"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enrico", "family": "Novelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 12.38878, "lat": 43.1122, "name": "Perugia", "geoid": 3171180}, "notime": null, "date-ut": "1869-05-20 10:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Enrico", "family": "Novelli"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 12.38878, "lat": 43.1122, "name": "Perugia", "geoid": 3171180}, "date-ut": "1869-05-20 10:25:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1453"}, "ids-in-sources": {"a3": "1453"}}, "raw": {"H": "11", "MN": "25", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "20", "LAT": "43N 0", "LON": "13E 0", "MON": "5", "NUM": "1453", "PRO": "M", "SEC": "4", "YEA": "1869", "CITY": "PERUGIA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7169	ollearo-ulderico-1890-05-02	{"a3": "1454"}	{"lerrcp": "A3-1454"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ulderico", "family": "Ollearo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 9, "lat": 45, "name": "S SALVATORE MON", "geoid": 0}, "notime": null, "date-ut": "1890-05-02 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ulderico", "family": "Ollearo"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 9, "lat": 45, "name": "S SALVATORE MON", "geoid": 0}, "date-ut": "1890-05-02 00:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1454"}, "ids-in-sources": {"a3": "1454"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "2", "LAT": "45N 0", "LON": "9E 0", "MON": "5", "NUM": "1454", "PRO": "M", "SEC": "4", "YEA": "1890", "CITY": "S SALVATORE MON"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7170	omati-vittorio-1860-05-22	{"a3": "1455"}	{"lerrcp": "A3-1455"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vittorio", "family": "Omati", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PC", "c3": null, "cy": "IT", "lg": 9.69937, "lat": 45.04676, "name": "Piacenza", "geoid": 3171058}, "notime": null, "date-ut": "1860-05-22 18:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Vittorio", "family": "Omati"}, "birth": {"place": {"c2": "PC", "cy": "IT", "lg": 9.69937, "lat": 45.04676, "name": "Piacenza", "geoid": 3171058}, "date-ut": "1860-05-22 18:21"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1455"}, "ids-in-sources": {"a3": "1455"}}, "raw": {"H": "19", "MN": "21", "TZ": "-1", "COD": "PC", "COU": "I", "DAY": "22", "LAT": "45N 0", "LON": "9E45", "MON": "5", "NUM": "1455", "PRO": "M", "SEC": "0", "YEA": "1860", "CITY": "PIACENZA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7171	onesti-torquato-1839-03-03	{"a3": "1456"}	{"lerrcp": "A3-1456"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Torquato", "family": "Onesti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AT", "c3": null, "cy": "IT", "lg": 8.5, "lat": 44.9, "name": "NIZZA MONFERRAT", "geoid": 0}, "notime": null, "date-ut": "1839-03-03 05:26"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Torquato", "family": "Onesti"}, "birth": {"place": {"c2": "AT", "cy": "IT", "lg": 8.5, "lat": 44.9, "name": "NIZZA MONFERRAT", "geoid": 0}, "date-ut": "1839-03-03 05:26"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1456"}, "ids-in-sources": {"a3": "1456"}}, "raw": {"H": "6", "MN": "26", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "3", "LAT": "44N54", "LON": "8E30", "MON": "3", "NUM": "1456", "PRO": "M", "SEC": "0", "YEA": "1839", "CITY": "NIZZA MONFERRAT"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7172	gauquelin-a3-1457-1866-02-05	{"a3": "1457"}	{"lerrcp": "A3-1457"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1457", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "IT", "lg": 9.13462, "lat": 39.20738, "name": "Cagliari", "geoid": 2525473}, "notime": null, "date-ut": "1866-02-05 03:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1457"}, "birth": {"place": {"c2": "CA", "cy": "IT", "lg": 9.13462, "lat": 39.20738, "name": "Cagliari", "geoid": 2525473}, "date-ut": "1866-02-05 03:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1457"}, "ids-in-sources": {"a3": "1457"}}, "raw": {"H": "4", "MN": "24", "TZ": "-1", "COD": "CA", "COU": "I", "DAY": "5", "LAT": "39N24", "LON": "9E 0", "MON": "2", "NUM": "1457", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "CAGLIARI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7173	orefice-pasquale-1855-12-26	{"a3": "1458"}	{"lerrcp": "A3-1458"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pasquale", "family": "Orefice", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LT", "c3": null, "cy": "IT", "lg": 13.57082, "lat": 41.21408, "name": "Gaeta", "geoid": 3176438}, "notime": null, "date-ut": "1855-12-26 12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pasquale", "family": "Orefice"}, "birth": {"place": {"c2": "LT", "cy": "IT", "lg": 13.57082, "lat": 41.21408, "name": "Gaeta", "geoid": 3176438}, "date-ut": "1855-12-26 12:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1458"}, "ids-in-sources": {"a3": "1458"}}, "raw": {"H": "13", "MN": "8", "TZ": "-1", "COD": "LT", "COU": "I", "DAY": "26", "LAT": "41N30", "LON": "13E 0", "MON": "12", "NUM": "1458", "PRO": "M", "SEC": "0", "YEA": "1855", "CITY": "GAETA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7174	orlando-taddeo-1885-06-23	{"a3": "1459"}	{"lerrcp": "A3-1459"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Taddeo", "family": "Orlando", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LT", "c3": null, "cy": "IT", "lg": 13.57082, "lat": 41.21408, "name": "Gaeta", "geoid": 3176438}, "notime": null, "date-ut": "1885-06-23 03:13:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Taddeo", "family": "Orlando"}, "birth": {"place": {"c2": "LT", "cy": "IT", "lg": 13.57082, "lat": 41.21408, "name": "Gaeta", "geoid": 3176438}, "date-ut": "1885-06-23 03:13:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1459"}, "ids-in-sources": {"a3": "1459"}}, "raw": {"H": "4", "MN": "13", "TZ": "-1", "COD": "LT", "COU": "I", "DAY": "23", "LAT": "41N30", "LON": "13E 0", "MON": "6", "NUM": "1459", "PRO": "M", "SEC": "4", "YEA": "1885", "CITY": "GAETA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7175	oro-pasquale-1849-06-08	{"a3": "1460"}	{"lerrcp": "A3-1460"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pasquale", "family": "Oro", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SA", "c3": null, "cy": "IT", "lg": 15.49336, "lat": 40.56781, "name": "Caggiano", "geoid": 3181278}, "notime": null, "date-ut": "1849-06-08 08:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pasquale", "family": "Oro"}, "birth": {"place": {"c2": "SA", "cy": "IT", "lg": 15.49336, "lat": 40.56781, "name": "Caggiano", "geoid": 3181278}, "date-ut": "1849-06-08 08:59"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1460"}, "ids-in-sources": {"a3": "1460"}}, "raw": {"H": "9", "MN": "59", "TZ": "-1", "COD": "SA", "COU": "I", "DAY": "8", "LAT": "40N42", "LON": "15E15", "MON": "6", "NUM": "1460", "PRO": "M", "SEC": "0", "YEA": "1849", "CITY": "CAGGIANO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7176	orsini-gustavo-1867-04-14	{"a3": "1461"}	{"lerrcp": "A3-1461"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustavo", "family": "Orsini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1867-04-14 13:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gustavo", "family": "Orsini"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1867-04-14 13:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1461"}, "ids-in-sources": {"a3": "1461"}}, "raw": {"H": "14", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "14", "LAT": "43N42", "LON": "11E30", "MON": "4", "NUM": "1461", "PRO": "M", "SEC": "4", "YEA": "1867", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7177	gauquelin-a3-1462-1869-01-05	{"a3": "1462"}	{"lerrcp": "A3-1462"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1462", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 7.94043, "lat": 45.13045, "name": "Casalborgone", "geoid": 3180245}, "notime": null, "date-ut": "1869-01-05 05:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1462"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 7.94043, "lat": 45.13045, "name": "Casalborgone", "geoid": 3180245}, "date-ut": "1869-01-05 05:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1462"}, "ids-in-sources": {"a3": "1462"}}, "raw": {"H": "6", "MN": "10", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "5", "LAT": "45N 0", "LON": "8E 0", "MON": "1", "NUM": "1462", "PRO": "M", "SEC": "4", "YEA": "1869", "CITY": "CASALBORGONE"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7178	gauquelin-a3-1463-1894-04-22	{"a3": "1463"}	{"lerrcp": "A3-1463"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1463", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AQ", "c3": null, "cy": "IT", "lg": 13.5, "lat": 42.4, "name": "PETTORANO SUL G", "geoid": 0}, "notime": null, "date-ut": "1894-04-22 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1463"}, "birth": {"place": {"c2": "AQ", "cy": "IT", "lg": 13.5, "lat": 42.4, "name": "PETTORANO SUL G", "geoid": 0}, "date-ut": "1894-04-22 22:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1463"}, "ids-in-sources": {"a3": "1463"}}, "raw": {"H": "23", "MN": "0", "TZ": "-1", "COD": "AQ", "COU": "I", "DAY": "22", "LAT": "42N24", "LON": "13E30", "MON": "4", "NUM": "1463", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "PETTORANO SUL G"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7179	pagano-salvatore-1875-03-26	{"a3": "1464"}	{"lerrcp": "A3-1464"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Salvatore", "family": "Pagano", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CZ", "c3": null, "cy": "IT", "lg": 17.5, "lat": 39, "name": "ARENA", "geoid": 0}, "notime": null, "date-ut": "1875-03-26 12:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Salvatore", "family": "Pagano"}, "birth": {"place": {"c2": "CZ", "cy": "IT", "lg": 17.5, "lat": 39, "name": "ARENA", "geoid": 0}, "date-ut": "1875-03-26 12:25:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1464"}, "ids-in-sources": {"a3": "1464"}}, "raw": {"H": "13", "MN": "25", "TZ": "-1", "COD": "CZ", "COU": "I", "DAY": "26", "LAT": "39N 0", "LON": "17E30", "MON": "3", "NUM": "1464", "PRO": "M", "SEC": "4", "YEA": "1875", "CITY": "ARENA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7180	paladini-osvaldo-1866-12-26	{"a3": "1465"}	{"lerrcp": "A3-1465"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Osvaldo", "family": "Paladini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CS", "c3": null, "cy": "IT", "lg": 16.5, "lat": 39.3, "name": "SAN MARCO ARGEN", "geoid": 0}, "notime": null, "date-ut": "1866-12-26 21:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Osvaldo", "family": "Paladini"}, "birth": {"place": {"c2": "CS", "cy": "IT", "lg": 16.5, "lat": 39.3, "name": "SAN MARCO ARGEN", "geoid": 0}, "date-ut": "1866-12-26 21:54"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1465"}, "ids-in-sources": {"a3": "1465"}}, "raw": {"H": "22", "MN": "54", "TZ": "-1", "COD": "CS", "COU": "I", "DAY": "26", "LAT": "39N18", "LON": "16E30", "MON": "12", "NUM": "1465", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "SAN MARCO ARGEN"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7181	pallotti-giacomo-1897-02-06	{"a3": "1466"}	{"lerrcp": "A3-1466"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giacomo", "family": "Pallotti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1897-02-06 09:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giacomo", "family": "Pallotti"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1897-02-06 09:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1466"}, "ids-in-sources": {"a3": "1466"}}, "raw": {"H": "10", "MN": "40", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "6", "LAT": "44N30", "LON": "11E 0", "MON": "2", "NUM": "1466", "PRO": "M", "SEC": "0", "YEA": "1897", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7182	palmegiani-umberto-1861-03-01	{"a3": "1467"}	{"lerrcp": "A3-1467"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Umberto", "family": "Palmegiani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RI", "c3": null, "cy": "IT", "lg": 12.85918, "lat": 42.40723, "name": "Rieti", "geoid": 3169412}, "notime": null, "date-ut": "1861-03-01 08:07"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Umberto", "family": "Palmegiani"}, "birth": {"place": {"c2": "RI", "cy": "IT", "lg": 12.85918, "lat": 42.40723, "name": "Rieti", "geoid": 3169412}, "date-ut": "1861-03-01 08:07"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1467"}, "ids-in-sources": {"a3": "1467"}}, "raw": {"H": "9", "MN": "7", "TZ": "-1", "COD": "RI", "COU": "I", "DAY": "1", "LAT": "42N24", "LON": "13E15", "MON": "3", "NUM": "1467", "PRO": "M", "SEC": "0", "YEA": "1861", "CITY": "RIETI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7183	palmeri-constantino-1894-03-18	{"a3": "1468"}	{"lerrcp": "A3-1468"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Constantino", "family": "Palmeri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RI", "c3": null, "cy": "IT", "lg": 12.96138, "lat": 42.56554, "name": "Leonessa", "geoid": 3174875}, "notime": null, "date-ut": "1894-03-18 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Constantino", "family": "Palmeri"}, "birth": {"place": {"c2": "RI", "cy": "IT", "lg": 12.96138, "lat": 42.56554, "name": "Leonessa", "geoid": 3174875}, "date-ut": "1894-03-18 21:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1468"}, "ids-in-sources": {"a3": "1468"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "RI", "COU": "I", "DAY": "18", "LAT": "42N24", "LON": "13E15", "MON": "3", "NUM": "1468", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "LEONESSA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7184	panico-antimo-1892-05-25	{"a3": "1469"}	{"lerrcp": "A3-1469"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antimo", "family": "Panico", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14, "lat": 40.9, "name": "GIULIANO IN CAM", "geoid": 0}, "notime": null, "date-ut": "1892-05-25 07:45:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Antimo", "family": "Panico"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14, "lat": 40.9, "name": "GIULIANO IN CAM", "geoid": 0}, "date-ut": "1892-05-25 07:45:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1469"}, "ids-in-sources": {"a3": "1469"}}, "raw": {"H": "8", "MN": "45", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "25", "LAT": "40N54", "LON": "14E 0", "MON": "5", "NUM": "1469", "PRO": "M", "SEC": "4", "YEA": "1892", "CITY": "GIULIANO IN CAM"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7185	pannilunghi-arturo-1876-08-02	{"a3": "1470"}	{"lerrcp": "A3-1470"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arturo", "family": "Pannilunghi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SI", "c3": null, "cy": "IT", "lg": 11.33283, "lat": 43.32004, "name": "Siena", "geoid": 3166548}, "notime": null, "date-ut": "1876-08-02 01:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Arturo", "family": "Pannilunghi"}, "birth": {"place": {"c2": "SI", "cy": "IT", "lg": 11.33283, "lat": 43.32004, "name": "Siena", "geoid": 3166548}, "date-ut": "1876-08-02 01:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1470"}, "ids-in-sources": {"a3": "1470"}}, "raw": {"H": "2", "MN": "10", "TZ": "-1", "COD": "SI", "COU": "I", "DAY": "2", "LAT": "43N18", "LON": "11E45", "MON": "8", "NUM": "1470", "PRO": "M", "SEC": "4", "YEA": "1876", "CITY": "SIENA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7186	pantanali-emilio-1893-11-14	{"a3": "1471"}	{"lerrcp": "A3-1471"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emilio", "family": "Pantanali", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.24222, "lat": 46.06194, "name": "Udine", "geoid": 3165072}, "notime": null, "date-ut": "1893-11-14 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emilio", "family": "Pantanali"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.24222, "lat": 46.06194, "name": "Udine", "geoid": 3165072}, "date-ut": "1893-11-14 03:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1471"}, "ids-in-sources": {"a3": "1471"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "14", "LAT": "46N 0", "LON": "13E30", "MON": "11", "NUM": "1471", "PRO": "M", "SEC": "0", "YEA": "1893", "CITY": "UDINE"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7187	paolino-federico-1873-05-02	{"a3": "1472"}	{"lerrcp": "A3-1472"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Federico", "family": "Paolino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1873-05-02 04:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Federico", "family": "Paolino"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1873-05-02 04:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1472"}, "ids-in-sources": {"a3": "1472"}}, "raw": {"H": "5", "MN": "40", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "2", "LAT": "45N 0", "LON": "8E 0", "MON": "5", "NUM": "1472", "PRO": "M", "SEC": "4", "YEA": "1873", "CITY": "TORINO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7188	paolino-giuseppe-1861-04-11	{"a3": "1473"}	{"lerrcp": "A3-1473"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Paolino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PE", "c3": null, "cy": "IT", "lg": 13.8308, "lat": 42.16993, "name": "Popoli", "geoid": 3170175}, "notime": null, "date-ut": "1861-04-11 05:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Paolino"}, "birth": {"place": {"c2": "PE", "cy": "IT", "lg": 13.8308, "lat": 42.16993, "name": "Popoli", "geoid": 3170175}, "date-ut": "1861-04-11 05:02"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1473"}, "ids-in-sources": {"a3": "1473"}}, "raw": {"H": "6", "MN": "2", "TZ": "-1", "COD": "PE", "COU": "I", "DAY": "11", "LAT": "42N24", "LON": "14E30", "MON": "4", "NUM": "1473", "PRO": "M", "SEC": "0", "YEA": "1861", "CITY": "POPOLI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7189	paolino-luigi-1866-12-01	{"a3": "1474"}	{"lerrcp": "A3-1474"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Paolino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PT", "c3": null, "cy": "IT", "lg": 10.92361, "lat": 43.92125, "name": "Pistoia", "geoid": 3170621}, "notime": null, "date-ut": "1866-12-01 08:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Paolino"}, "birth": {"place": {"c2": "PT", "cy": "IT", "lg": 10.92361, "lat": 43.92125, "name": "Pistoia", "geoid": 3170621}, "date-ut": "1866-12-01 08:15"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1474"}, "ids-in-sources": {"a3": "1474"}}, "raw": {"H": "9", "MN": "15", "TZ": "-1", "COD": "PT", "COU": "I", "DAY": "1", "LAT": "44N 0", "LON": "11E15", "MON": "12", "NUM": "1474", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "PISTOIA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7190	paolucci-raffaele-1892-06-01	{"a3": "1475"}	{"lerrcp": "A3-1475"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raffaele", "family": "Paolucci", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1892-06-01 03:30:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Raffaele", "family": "Paolucci"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1892-06-01 03:30:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1475"}, "ids-in-sources": {"a3": "1475"}}, "raw": {"H": "4", "MN": "30", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "1", "LAT": "41N54", "LON": "12E30", "MON": "6", "NUM": "1475", "PRO": "M", "SEC": "4", "YEA": "1892", "CITY": "ROMA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7191	gauquelin-a3-1476-1863-02-23	{"a3": "1476"}	{"lerrcp": "A3-1476"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1476", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BS", "c3": null, "cy": "IT", "lg": 11, "lat": 45.5, "name": "DESENZANO DEL G", "geoid": 0}, "notime": null, "date-ut": "1863-02-23 14:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1476"}, "birth": {"place": {"c2": "BS", "cy": "IT", "lg": 11, "lat": 45.5, "name": "DESENZANO DEL G", "geoid": 0}, "date-ut": "1863-02-23 14:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1476"}, "ids-in-sources": {"a3": "1476"}}, "raw": {"H": "15", "MN": "16", "TZ": "-1", "COD": "BS", "COU": "I", "DAY": "23", "LAT": "45N30", "LON": "11E 0", "MON": "2", "NUM": "1476", "PRO": "M", "SEC": "0", "YEA": "1863", "CITY": "DESENZANO DEL G"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7192	parrilla-angelo-1899-01-01	{"a3": "1477"}	{"lerrcp": "A3-1477"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Parrilla", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CS", "c3": null, "cy": "IT", "lg": 16.6105, "lat": 39.4483, "name": "Longobucco", "geoid": 2524367}, "notime": null, "date-ut": "1899-01-01 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Angelo", "family": "Parrilla"}, "birth": {"place": {"c2": "CS", "cy": "IT", "lg": 16.6105, "lat": 39.4483, "name": "Longobucco", "geoid": 2524367}, "date-ut": "1899-01-01 02:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1477"}, "ids-in-sources": {"a3": "1477"}}, "raw": {"H": "3", "MN": "30", "TZ": "-1", "COD": "CS", "COU": "I", "DAY": "1", "LAT": "39N18", "LON": "16E30", "MON": "1", "NUM": "1477", "PRO": "M", "SEC": "0", "YEA": "1899", "CITY": "LONGOBUCCO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7193	parziale-filipo-1861-03-07	{"a3": "1478"}	{"lerrcp": "A3-1478"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Filipo", "family": "Parziale", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BN", "c3": null, "cy": "IT", "lg": 14.77328, "lat": 41.13204, "name": "Benevento", "geoid": 3182179}, "notime": null, "date-ut": "1861-03-07 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Filipo", "family": "Parziale"}, "birth": {"place": {"c2": "BN", "cy": "IT", "lg": 14.77328, "lat": 41.13204, "name": "Benevento", "geoid": 3182179}, "date-ut": "1861-03-07 03:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1478"}, "ids-in-sources": {"a3": "1478"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "BN", "COU": "I", "DAY": "7", "LAT": "41N18", "LON": "15E 0", "MON": "3", "NUM": "1478", "PRO": "M", "SEC": "0", "YEA": "1861", "CITY": "BENEVENTO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7194	pascolini-stefano-1918-03-29	{"a3": "1479"}	{"lerrcp": "A3-1479"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stefano", "family": "Pascolini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1918-03-29 11:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Stefano", "family": "Pascolini"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1918-03-29 11:45"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1479"}, "ids-in-sources": {"a3": "1479"}}, "raw": {"H": "12", "MN": "45", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "29", "LAT": "43N42", "LON": "11E30", "MON": "3", "NUM": "1479", "PRO": "M", "SEC": "0", "YEA": "1918", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7195	pasetti-antonio-1879-02-24	{"a3": "1480"}	{"lerrcp": "A3-1480"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Pasetti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TV", "c3": null, "cy": "IT", "lg": 12.245, "lat": 45.66667, "name": "Treviso", "geoid": 3165201}, "notime": null, "date-ut": "1879-02-24 20:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Pasetti"}, "birth": {"place": {"c2": "TV", "cy": "IT", "lg": 12.245, "lat": 45.66667, "name": "Treviso", "geoid": 3165201}, "date-ut": "1879-02-24 20:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1480"}, "ids-in-sources": {"a3": "1480"}}, "raw": {"H": "21", "MN": "10", "TZ": "-1", "COD": "TV", "COU": "I", "DAY": "24", "LAT": "45N36", "LON": "12E45", "MON": "2", "NUM": "1480", "PRO": "M", "SEC": "4", "YEA": "1879", "CITY": "TREVISO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7196	pasquale-nicola-1866-10-10	{"a3": "1481"}	{"lerrcp": "A3-1481"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicola", "family": "Pasquale", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RC", "c3": null, "cy": "IT", "lg": 16.0794, "lat": 38.43618, "name": "Anoia", "geoid": 2525706}, "notime": null, "date-ut": "1866-10-10 10:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Nicola", "family": "Pasquale"}, "birth": {"place": {"c2": "RC", "cy": "IT", "lg": 16.0794, "lat": 38.43618, "name": "Anoia", "geoid": 2525706}, "date-ut": "1866-10-10 10:58"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1481"}, "ids-in-sources": {"a3": "1481"}}, "raw": {"H": "11", "MN": "58", "TZ": "-1", "COD": "RC", "COU": "I", "DAY": "10", "LAT": "38N 6", "LON": "15E30", "MON": "10", "NUM": "1481", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "ANOIA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7197	pedroli-claudio-1862-07-23	{"a3": "1482"}	{"lerrcp": "A3-1482"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claudio", "family": "Pedroli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PC", "c3": null, "cy": "IT", "lg": 9.69937, "lat": 45.04676, "name": "Piacenza", "geoid": 3171058}, "notime": null, "date-ut": "1862-07-23 12:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Claudio", "family": "Pedroli"}, "birth": {"place": {"c2": "PC", "cy": "IT", "lg": 9.69937, "lat": 45.04676, "name": "Piacenza", "geoid": 3171058}, "date-ut": "1862-07-23 12:21"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1482"}, "ids-in-sources": {"a3": "1482"}}, "raw": {"H": "13", "MN": "21", "TZ": "-1", "COD": "PC", "COU": "I", "DAY": "23", "LAT": "45N 0", "LON": "9E45", "MON": "7", "NUM": "1482", "PRO": "M", "SEC": "0", "YEA": "1862", "CITY": "PIACENZA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7198	gauquelin-a3-1483-1895-09-21	{"a3": "1483"}	{"lerrcp": "A3-1483"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1483", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BS", "c3": null, "cy": "IT", "lg": 10.12396, "lat": 45.66148, "name": "Polaveno", "geoid": 6535201}, "notime": null, "date-ut": "1895-09-21 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1483"}, "birth": {"place": {"c2": "BS", "cy": "IT", "lg": 10.12396, "lat": 45.66148, "name": "Polaveno", "geoid": 6535201}, "date-ut": "1895-09-21 22:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1483"}, "ids-in-sources": {"a3": "1483"}}, "raw": {"H": "23", "MN": "30", "TZ": "-1", "COD": "BS", "COU": "I", "DAY": "21", "LAT": "45N30", "LON": "11E 0", "MON": "9", "NUM": "1483", "PRO": "M", "SEC": "0", "YEA": "1895", "CITY": "POLAVENO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7199	pellas-leopoldo-1897-01-01	{"a3": "1484"}	{"lerrcp": "A3-1484"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leopoldo", "family": "Pellas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 12.38878, "lat": 43.1122, "name": "Perugia", "geoid": 3171180}, "notime": null, "date-ut": "1897-01-01 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Leopoldo", "family": "Pellas"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 12.38878, "lat": 43.1122, "name": "Perugia", "geoid": 3171180}, "date-ut": "1897-01-01 01:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1484"}, "ids-in-sources": {"a3": "1484"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "1", "LAT": "43N 0", "LON": "13E 0", "MON": "1", "NUM": "1484", "PRO": "M", "SEC": "0", "YEA": "1897", "CITY": "PERUGIA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7200	pellegrini-mario-1880-12-07	{"a3": "1485"}	{"lerrcp": "A3-1485"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Pellegrini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 11.0048, "lat": 44.48296, "name": "Vignola", "geoid": 3164342}, "notime": null, "date-ut": "1880-12-07 00:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Pellegrini"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 11.0048, "lat": 44.48296, "name": "Vignola", "geoid": 3164342}, "date-ut": "1880-12-07 00:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1485"}, "ids-in-sources": {"a3": "1485"}}, "raw": {"H": "1", "MN": "40", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "7", "LAT": "44N36", "LON": "11E15", "MON": "12", "NUM": "1485", "PRO": "M", "SEC": "4", "YEA": "1880", "CITY": "VIGNOLA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7201	pelli-roberto-1863-02-16	{"a3": "1486"}	{"lerrcp": "A3-1486"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roberto", "family": "Pelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LT", "c3": null, "cy": "IT", "lg": 13.57082, "lat": 41.21408, "name": "Gaeta", "geoid": 3176438}, "notime": null, "date-ut": "1863-02-16 21:38"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Roberto", "family": "Pelli"}, "birth": {"place": {"c2": "LT", "cy": "IT", "lg": 13.57082, "lat": 41.21408, "name": "Gaeta", "geoid": 3176438}, "date-ut": "1863-02-16 21:38"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1486"}, "ids-in-sources": {"a3": "1486"}}, "raw": {"H": "22", "MN": "38", "TZ": "-1", "COD": "LT", "COU": "I", "DAY": "16", "LAT": "41N30", "LON": "13E 0", "MON": "2", "NUM": "1486", "PRO": "M", "SEC": "0", "YEA": "1863", "CITY": "GAETA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7202	pellissero-giuseppe-1867-01-13	{"a3": "1487"}	{"lerrcp": "A3-1487"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Pellissero", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AT", "c3": null, "cy": "IT", "lg": 8.20684, "lat": 44.89795, "name": "Asti", "geoid": 3182714}, "notime": null, "date-ut": "1867-01-13 17:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Pellissero"}, "birth": {"place": {"c2": "AT", "cy": "IT", "lg": 8.20684, "lat": 44.89795, "name": "Asti", "geoid": 3182714}, "date-ut": "1867-01-13 17:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1487"}, "ids-in-sources": {"a3": "1487"}}, "raw": {"H": "18", "MN": "10", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "13", "LAT": "44N54", "LON": "8E30", "MON": "1", "NUM": "1487", "PRO": "M", "SEC": "4", "YEA": "1867", "CITY": "ASTI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7203	pellizzari-germano-1900-05-04	{"a3": "1488"}	{"lerrcp": "A3-1488"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Germano", "family": "Pellizzari", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "notime": null, "date-ut": "1900-05-04 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Germano", "family": "Pellizzari"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "date-ut": "1900-05-04 02:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1488"}, "ids-in-sources": {"a3": "1488"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "4", "LAT": "45N24", "LON": "12E15", "MON": "5", "NUM": "1488", "PRO": "M", "SEC": "0", "YEA": "1900", "CITY": "PADOVA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7204	pellizzari-guido-1893-10-18	{"a3": "1489"}	{"lerrcp": "A3-1489"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guido", "family": "Pellizzari", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.21323, "lat": 46.1601, "name": "Tricesimo", "geoid": 3165189}, "notime": null, "date-ut": "1893-10-18 05:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Guido", "family": "Pellizzari"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.21323, "lat": 46.1601, "name": "Tricesimo", "geoid": 3165189}, "date-ut": "1893-10-18 05:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1489"}, "ids-in-sources": {"a3": "1489"}}, "raw": {"H": "6", "MN": "10", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "18", "LAT": "46N 0", "LON": "13E30", "MON": "10", "NUM": "1489", "PRO": "M", "SEC": "4", "YEA": "1893", "CITY": "TRICESIMO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7205	pennella-giuseppe-1864-08-08	{"a3": "1490"}	{"lerrcp": "A3-1490"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Pennella", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PZ", "c3": null, "cy": "IT", "lg": 15.75, "lat": 40.5, "name": "RIONERO IN VULT", "geoid": 0}, "notime": null, "date-ut": "1864-08-08 06:57"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Pennella"}, "birth": {"place": {"c2": "PZ", "cy": "IT", "lg": 15.75, "lat": 40.5, "name": "RIONERO IN VULT", "geoid": 0}, "date-ut": "1864-08-08 06:57"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1490"}, "ids-in-sources": {"a3": "1490"}}, "raw": {"H": "7", "MN": "57", "TZ": "-1", "COD": "PZ", "COU": "I", "DAY": "8", "LAT": "40N30", "LON": "15E45", "MON": "8", "NUM": "1490", "PRO": "M", "SEC": "0", "YEA": "1864", "CITY": "RIONERO IN VULT"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7206	perelli-ippolite-1871-05-10	{"a3": "1491"}	{"lerrcp": "A3-1491"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ippolite", "family": "Perelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1871-05-10 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ippolite", "family": "Perelli"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1871-05-10 10:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1491"}, "ids-in-sources": {"a3": "1491"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "10", "LAT": "41N54", "LON": "12E30", "MON": "5", "NUM": "1491", "PRO": "M", "SEC": "4", "YEA": "1871", "CITY": "ROMA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7207	gauquelin-a3-1492-1871-01-08	{"a3": "1492"}	{"lerrcp": "A3-1492"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1492", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AN", "c3": null, "cy": "IT", "lg": 13.51008, "lat": 43.59816, "name": "Ancona", "geoid": 3183089}, "notime": null, "date-ut": "1871-01-08 18:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1492"}, "birth": {"place": {"c2": "AN", "cy": "IT", "lg": 13.51008, "lat": 43.59816, "name": "Ancona", "geoid": 3183089}, "date-ut": "1871-01-08 18:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1492"}, "ids-in-sources": {"a3": "1492"}}, "raw": {"H": "19", "MN": "10", "TZ": "-1", "COD": "AN", "COU": "I", "DAY": "8", "LAT": "43N42", "LON": "13E45", "MON": "1", "NUM": "1492", "PRO": "M", "SEC": "4", "YEA": "1871", "CITY": "ANCONA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7208	gauquelin-a3-1493-1866-04-07	{"a3": "1493"}	{"lerrcp": "A3-1493"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1493", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 6.98531, "lat": 45.11954, "name": "Chiomonte", "geoid": 3178782}, "notime": null, "date-ut": "1866-04-07 02:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1493"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 6.98531, "lat": 45.11954, "name": "Chiomonte", "geoid": 3178782}, "date-ut": "1866-04-07 02:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1493"}, "ids-in-sources": {"a3": "1493"}}, "raw": {"H": "3", "MN": "28", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "7", "LAT": "45N 0", "LON": "8E 0", "MON": "4", "NUM": "1493", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "CHIOMONTE"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7209	perrini-mario-1893-09-14	{"a3": "1494"}	{"lerrcp": "A3-1494"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Perrini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VT", "c3": null, "cy": "IT", "lg": 11.75657, "lat": 42.25419, "name": "Tarquinia", "geoid": 3165919}, "notime": null, "date-ut": "1893-09-14 19:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Perrini"}, "birth": {"place": {"c2": "VT", "cy": "IT", "lg": 11.75657, "lat": 42.25419, "name": "Tarquinia", "geoid": 3165919}, "date-ut": "1893-09-14 19:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1494"}, "ids-in-sources": {"a3": "1494"}}, "raw": {"H": "20", "MN": "10", "TZ": "-1", "COD": "VT", "COU": "I", "DAY": "14", "LAT": "42N24", "LON": "12E 0", "MON": "9", "NUM": "1494", "PRO": "M", "SEC": "4", "YEA": "1893", "CITY": "TARQUINIA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7210	perris-carlo-1869-10-28	{"a3": "1495"}	{"lerrcp": "A3-1495"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Perris", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SA", "c3": null, "cy": "IT", "lg": 14.57144, "lat": 40.74271, "name": "Angri", "geoid": 3183063}, "notime": null, "date-ut": "1869-10-28 09:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Perris"}, "birth": {"place": {"c2": "SA", "cy": "IT", "lg": 14.57144, "lat": 40.74271, "name": "Angri", "geoid": 3183063}, "date-ut": "1869-10-28 09:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1495"}, "ids-in-sources": {"a3": "1495"}}, "raw": {"H": "10", "MN": "10", "TZ": "-1", "COD": "SA", "COU": "I", "DAY": "28", "LAT": "40N42", "LON": "15E15", "MON": "10", "NUM": "1495", "PRO": "M", "SEC": "4", "YEA": "1869", "CITY": "ANGRI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7211	perrone-ariberto-1864-02-12	{"a3": "1496"}	{"lerrcp": "A3-1496"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ariberto", "family": "Perrone", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CL", "c3": null, "cy": "IT", "lg": 14, "lat": 37.5, "name": "CALTANISETTA", "geoid": 0}, "notime": null, "date-ut": "1864-02-12 04:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ariberto", "family": "Perrone"}, "birth": {"place": {"c2": "CL", "cy": "IT", "lg": 14, "lat": 37.5, "name": "CALTANISETTA", "geoid": 0}, "date-ut": "1864-02-12 04:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1496"}, "ids-in-sources": {"a3": "1496"}}, "raw": {"H": "5", "MN": "4", "TZ": "-1", "COD": "CL", "COU": "I", "DAY": "12", "LAT": "37N30", "LON": "14E 0", "MON": "2", "NUM": "1496", "PRO": "M", "SEC": "0", "YEA": "1864", "CITY": "CALTANISETTA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7212	perrottelli-raffaele-1889-01-28	{"a3": "1497"}	{"lerrcp": "A3-1497"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raffaele", "family": "Perrottelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AV", "c3": null, "cy": "IT", "lg": 15, "lat": 41, "name": "S MICHELE DI SE", "geoid": 0}, "notime": null, "date-ut": "1889-01-28 13:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Raffaele", "family": "Perrottelli"}, "birth": {"place": {"c2": "AV", "cy": "IT", "lg": 15, "lat": 41, "name": "S MICHELE DI SE", "geoid": 0}, "date-ut": "1889-01-28 13:25:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1497"}, "ids-in-sources": {"a3": "1497"}}, "raw": {"H": "14", "MN": "25", "TZ": "-1", "COD": "AV", "COU": "I", "DAY": "28", "LAT": "41N 0", "LON": "15E 0", "MON": "1", "NUM": "1497", "PRO": "M", "SEC": "4", "YEA": "1889", "CITY": "S MICHELE DI SE"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7213	persichetti-sila-1890-05-22	{"a3": "1498"}	{"lerrcp": "A3-1498"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sila", "family": "Persichetti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AQ", "c3": null, "cy": "IT", "lg": 13.24758, "lat": 42.52184, "name": "Montereale", "geoid": 3172788}, "notime": null, "date-ut": "1890-05-22 22:59:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Sila", "family": "Persichetti"}, "birth": {"place": {"c2": "AQ", "cy": "IT", "lg": 13.24758, "lat": 42.52184, "name": "Montereale", "geoid": 3172788}, "date-ut": "1890-05-22 22:59:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1498"}, "ids-in-sources": {"a3": "1498"}}, "raw": {"H": "23", "MN": "59", "TZ": "-1", "COD": "AQ", "COU": "I", "DAY": "22", "LAT": "42N24", "LON": "13E30", "MON": "5", "NUM": "1498", "PRO": "M", "SEC": "4", "YEA": "1890", "CITY": "MONTEREALE"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7214	perugi-giulio-1886-06-14	{"a3": "1499"}	{"lerrcp": "A3-1499"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giulio", "family": "Perugi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VT", "c3": null, "cy": "IT", "lg": 12.10856, "lat": 42.41783, "name": "Viterbo", "geoid": 3164039}, "notime": null, "date-ut": "1886-06-14 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giulio", "family": "Perugi"}, "birth": {"place": {"c2": "VT", "cy": "IT", "lg": 12.10856, "lat": 42.41783, "name": "Viterbo", "geoid": 3164039}, "date-ut": "1886-06-14 07:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1499"}, "ids-in-sources": {"a3": "1499"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "VT", "COU": "I", "DAY": "14", "LAT": "42N24", "LON": "12E 0", "MON": "6", "NUM": "1499", "PRO": "M", "SEC": "4", "YEA": "1886", "CITY": "VITERBO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7215	pesenti-gritti-giuseppe-1908-03-10	{"a3": "1500"}	{"lerrcp": "A3-1500"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Pesenti Gritti Giuseppe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BG", "c3": null, "cy": "IT", "lg": 9.85326, "lat": 45.81039, "name": "Vertova", "geoid": 3164504}, "notime": null, "date-ut": "1908-03-10 22:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Pesenti Gritti Giuseppe"}, "birth": {"place": {"c2": "BG", "cy": "IT", "lg": 9.85326, "lat": 45.81039, "name": "Vertova", "geoid": 3164504}, "date-ut": "1908-03-10 22:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1500"}, "ids-in-sources": {"a3": "1500"}}, "raw": {"H": "23", "MN": "40", "TZ": "-1", "COD": "BG", "COU": "I", "DAY": "10", "LAT": "45N36", "LON": "9E45", "MON": "3", "NUM": "1500", "PRO": "M", "SEC": "0", "YEA": "1908", "CITY": "VERTOVA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7216	petella-g-1857-04-10	{"a3": "1501"}	{"lerrcp": "A3-1501"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "G", "family": "Petella", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CE", "c3": null, "cy": "IT", "lg": 14.5, "lat": 41.1, "name": "PIEDIMONTE D AL", "geoid": 0}, "notime": null, "date-ut": "1857-04-10 11:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "G", "family": "Petella"}, "birth": {"place": {"c2": "CE", "cy": "IT", "lg": 14.5, "lat": 41.1, "name": "PIEDIMONTE D AL", "geoid": 0}, "date-ut": "1857-04-10 11:02"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1501"}, "ids-in-sources": {"a3": "1501"}}, "raw": {"H": "12", "MN": "2", "TZ": "-1", "COD": "CE", "COU": "I", "DAY": "10", "LAT": "41N 6", "LON": "14E30", "MON": "4", "NUM": "1501", "PRO": "M", "SEC": "0", "YEA": "1857", "CITY": "PIEDIMONTE D AL"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7217	petella-giuseppe-1861-04-13	{"a3": "1502"}	{"lerrcp": "A3-1502"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Petella", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CE", "c3": null, "cy": "IT", "lg": 14.5, "lat": 41.1, "name": "PIEDIMONTE D AL", "geoid": 0}, "notime": null, "date-ut": "1861-04-13 15:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Petella"}, "birth": {"place": {"c2": "CE", "cy": "IT", "lg": 14.5, "lat": 41.1, "name": "PIEDIMONTE D AL", "geoid": 0}, "date-ut": "1861-04-13 15:02"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1502"}, "ids-in-sources": {"a3": "1502"}}, "raw": {"H": "16", "MN": "2", "TZ": "-1", "COD": "CE", "COU": "I", "DAY": "13", "LAT": "41N 6", "LON": "14E30", "MON": "4", "NUM": "1502", "PRO": "M", "SEC": "0", "YEA": "1861", "CITY": "PIEDIMONTE D AL"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7218	pettinati-luigi-1864-06-07	{"a3": "1503"}	{"lerrcp": "A3-1503"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Pettinati", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.45425, "lat": 44.63034, "name": "Cavatore", "geoid": 6535540}, "notime": null, "date-ut": "1864-06-07 21:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Pettinati"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.45425, "lat": 44.63034, "name": "Cavatore", "geoid": 6535540}, "date-ut": "1864-06-07 21:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1503"}, "ids-in-sources": {"a3": "1503"}}, "raw": {"H": "22", "MN": "24", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "7", "LAT": "45N 0", "LON": "9E 0", "MON": "6", "NUM": "1503", "PRO": "M", "SEC": "0", "YEA": "1864", "CITY": "CAVATORE"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7219	pezzano-gerolamo-1870-12-24	{"a3": "1504"}	{"lerrcp": "A3-1504"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gerolamo", "family": "Pezzano", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "IM", "c3": null, "cy": "IT", "lg": 8.03083, "lat": 43.8875, "name": "Imperia", "geoid": 3175532}, "notime": null, "date-ut": "1870-12-24 02:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gerolamo", "family": "Pezzano"}, "birth": {"place": {"c2": "IM", "cy": "IT", "lg": 8.03083, "lat": 43.8875, "name": "Imperia", "geoid": 3175532}, "date-ut": "1870-12-24 02:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1504"}, "ids-in-sources": {"a3": "1504"}}, "raw": {"H": "3", "MN": "10", "TZ": "-1", "COD": "IM", "COU": "I", "DAY": "24", "LAT": "43N42", "LON": "8E 0", "MON": "12", "NUM": "1504", "PRO": "M", "SEC": "4", "YEA": "1870", "CITY": "IMPERIA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17913	buck-paul-1915-05-24	{"e1": "280"}	{"lerrcp": "E1-280"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Buck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1915-05-24 11:00", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.59372, "lat": 48.60508, "name": "Ittenheim", "geoid": 3012640}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Buck"}, "birth": {"tzo": "", "date": "1915-05-24 11:00", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.59372, "lat": 48.60508, "name": "Ittenheim", "geoid": 3012640}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "280"}}, "raw": {"H": "11:00", "COD": "67", "DAY": "24", "MON": "05", "NUM": "0280", "PRO": "PH", "YEA": "1915", "CITY": "Ittenheim", "NAME": "BUCK Paul", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
7221	piazza-venceslao-1870-07-29	{"a3": "1506"}	{"lerrcp": "A3-1506"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Venceslao", "family": "Piazza", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CR", "c3": null, "cy": "IT", "lg": 10.02797, "lat": 45.13617, "name": "Cremona", "geoid": 3177838}, "notime": null, "date-ut": "1870-07-29 03:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Venceslao", "family": "Piazza"}, "birth": {"place": {"c2": "CR", "cy": "IT", "lg": 10.02797, "lat": 45.13617, "name": "Cremona", "geoid": 3177838}, "date-ut": "1870-07-29 03:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1506"}, "ids-in-sources": {"a3": "1506"}}, "raw": {"H": "4", "MN": "40", "TZ": "-1", "COD": "CR", "COU": "I", "DAY": "29", "LAT": "45N12", "LON": "11E 0", "MON": "7", "NUM": "1506", "PRO": "M", "SEC": "4", "YEA": "1870", "CITY": "CREMONA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7222	picca-domenico-1882-06-18	{"a3": "1507"}	{"lerrcp": "A3-1507"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Domenico", "family": "Picca", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 16.59748, "lat": 41.20023, "name": "Molfetta", "geoid": 3173287}, "notime": null, "date-ut": "1882-06-18 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Domenico", "family": "Picca"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 16.59748, "lat": 41.20023, "name": "Molfetta", "geoid": 3173287}, "date-ut": "1882-06-18 10:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1507"}, "ids-in-sources": {"a3": "1507"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "18", "LAT": "41N12", "LON": "17E 0", "MON": "6", "NUM": "1507", "PRO": "M", "SEC": "4", "YEA": "1882", "CITY": "MOLFETTA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7223	picchioni-giuseppe-1886-01-22	{"a3": "1508"}	{"lerrcp": "A3-1508"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Picchioni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.79888, "lat": 41.96092, "name": "Tivoli", "geoid": 3165624}, "notime": null, "date-ut": "1886-01-22 18:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Picchioni"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.79888, "lat": 41.96092, "name": "Tivoli", "geoid": 3165624}, "date-ut": "1886-01-22 18:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1508"}, "ids-in-sources": {"a3": "1508"}}, "raw": {"H": "19", "MN": "40", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "22", "LAT": "41N54", "LON": "12E30", "MON": "1", "NUM": "1508", "PRO": "M", "SEC": "4", "YEA": "1886", "CITY": "TIVOLI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7224	piccione-uigi-1866-07-08	{"a3": "1509"}	{"lerrcp": "A3-1509"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Uigi", "family": "Piccione", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 8.60183, "lat": 45.68927, "name": "Borgo Ticino", "geoid": 3181748}, "notime": null, "date-ut": "1866-07-08 01:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Uigi", "family": "Piccione"}, "birth": {"place": {"c2": "NO", "cy": "IT", "lg": 8.60183, "lat": 45.68927, "name": "Borgo Ticino", "geoid": 3181748}, "date-ut": "1866-07-08 01:54"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1509"}, "ids-in-sources": {"a3": "1509"}}, "raw": {"H": "2", "MN": "54", "TZ": "-1", "COD": "NO", "COU": "I", "DAY": "8", "LAT": "45N30", "LON": "9E 0", "MON": "7", "NUM": "1509", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "BORGO TICINO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7225	pignatari-aldo-1897-03-20	{"a3": "1510"}	{"lerrcp": "A3-1510"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Pignatari", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PZ", "c3": null, "cy": "IT", "lg": 15.80857, "lat": 40.64432, "name": "Potenza", "geoid": 3170027}, "notime": null, "date-ut": "1897-03-20 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Aldo", "family": "Pignatari"}, "birth": {"place": {"c2": "PZ", "cy": "IT", "lg": 15.80857, "lat": 40.64432, "name": "Potenza", "geoid": 3170027}, "date-ut": "1897-03-20 17:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1510"}, "ids-in-sources": {"a3": "1510"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "PZ", "COU": "I", "DAY": "20", "LAT": "40N30", "LON": "15E45", "MON": "3", "NUM": "1510", "PRO": "M", "SEC": "0", "YEA": "1897", "CITY": "POTENZA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7226	pignatti-carlo-1869-09-02	{"a3": "1511"}	{"lerrcp": "A3-1511"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Pignatti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "notime": null, "date-ut": "1869-09-02 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Pignatti"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "date-ut": "1869-09-02 10:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1511"}, "ids-in-sources": {"a3": "1511"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "2", "LAT": "44N36", "LON": "11E15", "MON": "9", "NUM": "1511", "PRO": "M", "SEC": "4", "YEA": "1869", "CITY": "MODENA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7227	pinelli-elia-1864-09-12	{"a3": "1512"}	{"lerrcp": "A3-1512"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elia", "family": "Pinelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MS", "c3": null, "cy": "IT", "lg": 10.01649, "lat": 44.13245, "name": "Fosdinovo", "geoid": 3176661}, "notime": null, "date-ut": "1864-09-12 17:18"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Elia", "family": "Pinelli"}, "birth": {"place": {"c2": "MS", "cy": "IT", "lg": 10.01649, "lat": 44.13245, "name": "Fosdinovo", "geoid": 3176661}, "date-ut": "1864-09-12 17:18"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1512"}, "ids-in-sources": {"a3": "1512"}}, "raw": {"H": "18", "MN": "18", "TZ": "-1", "COD": "MS", "COU": "I", "DAY": "12", "LAT": "44N 0", "LON": "10E30", "MON": "9", "NUM": "1512", "PRO": "M", "SEC": "0", "YEA": "1864", "CITY": "FOSDINOVO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7228	gauquelin-a3-1513-1876-03-01	{"a3": "1513"}	{"lerrcp": "A3-1513"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1513", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CN", "c3": null, "cy": "IT", "lg": 7.48353, "lat": 44.59503, "name": "Verzuolo", "geoid": 3164499}, "notime": null, "date-ut": "1876-03-01 01:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1513"}, "birth": {"place": {"c2": "CN", "cy": "IT", "lg": 7.48353, "lat": 44.59503, "name": "Verzuolo", "geoid": 3164499}, "date-ut": "1876-03-01 01:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1513"}, "ids-in-sources": {"a3": "1513"}}, "raw": {"H": "2", "MN": "10", "TZ": "-1", "COD": "CN", "COU": "I", "DAY": "1", "LAT": "44N24", "LON": "7E15", "MON": "3", "NUM": "1513", "PRO": "M", "SEC": "4", "YEA": "1876", "CITY": "VERZUOLO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7229	pintor-pietro-1880-05-20	{"a3": "1514"}	{"lerrcp": "A3-1514"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Pintor", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "IT", "lg": 9.13462, "lat": 39.20738, "name": "Cagliari", "geoid": 2525473}, "notime": null, "date-ut": "1880-05-20 02:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pietro", "family": "Pintor"}, "birth": {"place": {"c2": "CA", "cy": "IT", "lg": 9.13462, "lat": 39.20738, "name": "Cagliari", "geoid": 2525473}, "date-ut": "1880-05-20 02:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1514"}, "ids-in-sources": {"a3": "1514"}}, "raw": {"H": "3", "MN": "10", "TZ": "-1", "COD": "CA", "COU": "I", "DAY": "20", "LAT": "39N24", "LON": "9E 0", "MON": "5", "NUM": "1514", "PRO": "M", "SEC": "4", "YEA": "1880", "CITY": "CAGLIARI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7230	pintus-giuseppe-1890-02-04	{"a3": "1515"}	{"lerrcp": "A3-1515"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Pintus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "IT", "lg": 8.99694, "lat": 39.29056, "name": "Assemini", "geoid": 2525655}, "notime": null, "date-ut": "1890-02-04 06:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Pintus"}, "birth": {"place": {"c2": "CA", "cy": "IT", "lg": 8.99694, "lat": 39.29056, "name": "Assemini", "geoid": 2525655}, "date-ut": "1890-02-04 06:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1515"}, "ids-in-sources": {"a3": "1515"}}, "raw": {"H": "7", "MN": "10", "TZ": "-1", "COD": "CA", "COU": "I", "DAY": "4", "LAT": "39N24", "LON": "9E 0", "MON": "2", "NUM": "1515", "PRO": "M", "SEC": "4", "YEA": "1890", "CITY": "ASSEMINI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7231	piras-fedele-1895-12-01	{"a3": "1516"}	{"lerrcp": "A3-1516"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fedele", "family": "Piras", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "IT", "lg": 8.99694, "lat": 39.29056, "name": "Assemini", "geoid": 2525655}, "notime": null, "date-ut": "1895-12-01 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Fedele", "family": "Piras"}, "birth": {"place": {"c2": "CA", "cy": "IT", "lg": 8.99694, "lat": 39.29056, "name": "Assemini", "geoid": 2525655}, "date-ut": "1895-12-01 02:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1516"}, "ids-in-sources": {"a3": "1516"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "CA", "COU": "I", "DAY": "1", "LAT": "39N24", "LON": "9E 0", "MON": "12", "NUM": "1516", "PRO": "M", "SEC": "0", "YEA": "1895", "CITY": "ASSEMINI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7232	gauquelin-a3-1517-1877-07-26	{"a3": "1517"}	{"lerrcp": "A3-1517"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1517", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CB", "c3": null, "cy": "IT", "lg": 14.66753, "lat": 41.56003, "name": "Campobasso", "geoid": 3180991}, "notime": null, "date-ut": "1877-07-26 15:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1517"}, "birth": {"place": {"c2": "CB", "cy": "IT", "lg": 14.66753, "lat": 41.56003, "name": "Campobasso", "geoid": 3180991}, "date-ut": "1877-07-26 15:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1517"}, "ids-in-sources": {"a3": "1517"}}, "raw": {"H": "16", "MN": "40", "TZ": "-1", "COD": "CB", "COU": "I", "DAY": "26", "LAT": "41N36", "LON": "14E45", "MON": "7", "NUM": "1517", "PRO": "M", "SEC": "4", "YEA": "1877", "CITY": "CAMPOBASSO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7233	pittaluga-giovanni-1840-06-24	{"a3": "1518"}	{"lerrcp": "A3-1518"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Pittaluga", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 9, "lat": 45, "name": "ACQUI", "geoid": 0}, "notime": null, "date-ut": "1840-06-24 18:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Pittaluga"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 9, "lat": 45, "name": "ACQUI", "geoid": 0}, "date-ut": "1840-06-24 18:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1518"}, "ids-in-sources": {"a3": "1518"}}, "raw": {"H": "19", "MN": "24", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "24", "LAT": "45N 0", "LON": "9E 0", "MON": "6", "NUM": "1518", "PRO": "M", "SEC": "0", "YEA": "1840", "CITY": "ACQUI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7234	gauquelin-a3-1519-1891-10-08	{"a3": "1519"}	{"lerrcp": "A3-1519"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1519", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RC", "c3": null, "cy": "IT", "lg": 15.84915, "lat": 38.35862, "name": "Palmi", "geoid": 2523902}, "notime": null, "date-ut": "1891-10-08 01:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1519"}, "birth": {"place": {"c2": "RC", "cy": "IT", "lg": 15.84915, "lat": 38.35862, "name": "Palmi", "geoid": 2523902}, "date-ut": "1891-10-08 01:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1519"}, "ids-in-sources": {"a3": "1519"}}, "raw": {"H": "2", "MN": "10", "TZ": "-1", "COD": "RC", "COU": "I", "DAY": "8", "LAT": "38N 6", "LON": "15E30", "MON": "10", "NUM": "1519", "PRO": "M", "SEC": "4", "YEA": "1891", "CITY": "PALMI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7235	gauquelin-a3-1520-1877-07-14	{"a3": "1520"}	{"lerrcp": "A3-1520"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1520", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MC", "c3": null, "cy": "IT", "lg": 13.45293, "lat": 43.29789, "name": "Macerata", "geoid": 3174380}, "notime": null, "date-ut": "1877-07-14 11:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1520"}, "birth": {"place": {"c2": "MC", "cy": "IT", "lg": 13.45293, "lat": 43.29789, "name": "Macerata", "geoid": 3174380}, "date-ut": "1877-07-14 11:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1520"}, "ids-in-sources": {"a3": "1520"}}, "raw": {"H": "12", "MN": "10", "TZ": "-1", "COD": "MC", "COU": "I", "DAY": "14", "LAT": "43N24", "LON": "13E15", "MON": "7", "NUM": "1520", "PRO": "M", "SEC": "4", "YEA": "1877", "CITY": "MACERATA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7236	podda-ferdinando-1892-09-25	{"a3": "1521"}	{"lerrcp": "A3-1521"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinando", "family": "Podda", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NU", "c3": null, "cy": "IT", "lg": 10, "lat": 40.3, "name": "LOCERI", "geoid": 0}, "notime": null, "date-ut": "1892-09-25 02:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ferdinando", "family": "Podda"}, "birth": {"place": {"c2": "NU", "cy": "IT", "lg": 10, "lat": 40.3, "name": "LOCERI", "geoid": 0}, "date-ut": "1892-09-25 02:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1521"}, "ids-in-sources": {"a3": "1521"}}, "raw": {"H": "3", "MN": "10", "TZ": "-1", "COD": "NU", "COU": "I", "DAY": "25", "LAT": "40N18", "LON": "10E 0", "MON": "9", "NUM": "1521", "PRO": "M", "SEC": "4", "YEA": "1892", "CITY": "LOCERI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7237	poggi-cesare-1883-11-28	{"a3": "1522"}	{"lerrcp": "A3-1522"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cesare", "family": "Poggi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "IT", "lg": 9.11584, "lat": 45.85488, "name": "Torno", "geoid": 3165498}, "notime": null, "date-ut": "1883-11-28 20:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Cesare", "family": "Poggi"}, "birth": {"place": {"c2": "CO", "cy": "IT", "lg": 9.11584, "lat": 45.85488, "name": "Torno", "geoid": 3165498}, "date-ut": "1883-11-28 20:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1522"}, "ids-in-sources": {"a3": "1522"}}, "raw": {"H": "21", "MN": "40", "TZ": "-1", "COD": "CO", "COU": "I", "DAY": "28", "LAT": "45N48", "LON": "9E15", "MON": "11", "NUM": "1522", "PRO": "M", "SEC": "4", "YEA": "1883", "CITY": "TORNO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7238	gauquelin-a3-1523-1867-09-12	{"a3": "1523"}	{"lerrcp": "A3-1523"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1523", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SV", "c3": null, "cy": "IT", "lg": 8.75, "lat": 44.3, "name": "ALBISOLA SUPERI", "geoid": 0}, "notime": null, "date-ut": "1867-09-12 18:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1523"}, "birth": {"place": {"c2": "SV", "cy": "IT", "lg": 8.75, "lat": 44.3, "name": "ALBISOLA SUPERI", "geoid": 0}, "date-ut": "1867-09-12 18:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1523"}, "ids-in-sources": {"a3": "1523"}}, "raw": {"H": "19", "MN": "10", "TZ": "-1", "COD": "SV", "COU": "I", "DAY": "12", "LAT": "44N18", "LON": "8E45", "MON": "9", "NUM": "1523", "PRO": "M", "SEC": "4", "YEA": "1867", "CITY": "ALBISOLA SUPERI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7239	polla-arduino-1884-09-06	{"a3": "1524"}	{"lerrcp": "A3-1524"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arduino", "family": "Polla", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "notime": null, "date-ut": "1884-09-06 15:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Arduino", "family": "Polla"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "date-ut": "1884-09-06 15:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1524"}, "ids-in-sources": {"a3": "1524"}}, "raw": {"H": "16", "MN": "10", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "6", "LAT": "45N30", "LON": "12E30", "MON": "9", "NUM": "1524", "PRO": "M", "SEC": "4", "YEA": "1884", "CITY": "VENEZIA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7240	ponza-san-martino-gustavo-1876-01-22	{"a3": "1525"}	{"lerrcp": "A3-1525"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Ponza San Martino Gustavo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1876-01-22 13:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Ponza San Martino Gustavo"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1876-01-22 13:25:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1525"}, "ids-in-sources": {"a3": "1525"}}, "raw": {"H": "14", "MN": "25", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "22", "LAT": "41N54", "LON": "12E30", "MON": "1", "NUM": "1525", "PRO": "M", "SEC": "4", "YEA": "1876", "CITY": "ROMA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7241	ponzi-vincenzo-1864-11-02	{"a3": "1526"}	{"lerrcp": "A3-1526"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincenzo", "family": "Ponzi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.23178, "lat": 44.72026, "name": "Sala Baganza", "geoid": 3168703}, "notime": null, "date-ut": "1864-11-02 04:17"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Vincenzo", "family": "Ponzi"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.23178, "lat": 44.72026, "name": "Sala Baganza", "geoid": 3168703}, "date-ut": "1864-11-02 04:17"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1526"}, "ids-in-sources": {"a3": "1526"}}, "raw": {"H": "5", "MN": "17", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "2", "LAT": "44N48", "LON": "10E45", "MON": "11", "NUM": "1526", "PRO": "M", "SEC": "0", "YEA": "1864", "CITY": "SALA BAGANZA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7242	ponzio-san-sebastiano-mario-1898-04-30	{"a3": "1527"}	{"lerrcp": "A3-1527"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Ponzio San Sebastiano Mario", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 8.61684, "lat": 45.44056, "name": "Novara", "geoid": 3172189}, "notime": null, "date-ut": "1898-04-30 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Ponzio San Sebastiano Mario"}, "birth": {"place": {"c2": "NO", "cy": "IT", "lg": 8.61684, "lat": 45.44056, "name": "Novara", "geoid": 3172189}, "date-ut": "1898-04-30 12:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1527"}, "ids-in-sources": {"a3": "1527"}}, "raw": {"H": "13", "MN": "30", "TZ": "-1", "COD": "NO", "COU": "I", "DAY": "30", "LAT": "45N30", "LON": "9E 0", "MON": "4", "NUM": "1527", "PRO": "M", "SEC": "0", "YEA": "1898", "CITY": "NOVARA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7243	gauquelin-a3-1528-1894-12-19	{"a3": "1528"}	{"lerrcp": "A3-1528"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1528", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "IT", "lg": 9, "lat": 39.4, "name": "QUARTU SAN ELEN", "geoid": 0}, "notime": null, "date-ut": "1894-12-19 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1528"}, "birth": {"place": {"c2": "CA", "cy": "IT", "lg": 9, "lat": 39.4, "name": "QUARTU SAN ELEN", "geoid": 0}, "date-ut": "1894-12-19 09:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1528"}, "ids-in-sources": {"a3": "1528"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "CA", "COU": "I", "DAY": "19", "LAT": "39N24", "LON": "9E 0", "MON": "12", "NUM": "1528", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "QUARTU SAN ELEN"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7244	gauquelin-a3-1529-1849-10-19	{"a3": "1529"}	{"lerrcp": "A3-1529"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1529", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RC", "c3": null, "cy": "IT", "lg": 15.8078, "lat": 38.28847, "name": "Bagnara Calabra", "geoid": 2525616}, "notime": null, "date-ut": "1849-10-19 22:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1529"}, "birth": {"place": {"c2": "RC", "cy": "IT", "lg": 15.8078, "lat": 38.28847, "name": "Bagnara Calabra", "geoid": 2525616}, "date-ut": "1849-10-19 22:58"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1529"}, "ids-in-sources": {"a3": "1529"}}, "raw": {"H": "23", "MN": "58", "TZ": "-1", "COD": "RC", "COU": "I", "DAY": "19", "LAT": "38N 6", "LON": "15E30", "MON": "10", "NUM": "1529", "PRO": "M", "SEC": "0", "YEA": "1849", "CITY": "BAGNARA CALABRA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7245	porro-alberto-1866-09-25	{"a3": "1530"}	{"lerrcp": "A3-1530"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberto", "family": "Porro", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.8, "name": "LECCO", "geoid": 0}, "notime": null, "date-ut": "1866-09-25 12:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alberto", "family": "Porro"}, "birth": {"place": {"c2": "CO", "cy": "IT", "lg": 9.25, "lat": 45.8, "name": "LECCO", "geoid": 0}, "date-ut": "1866-09-25 12:53"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1530"}, "ids-in-sources": {"a3": "1530"}}, "raw": {"H": "13", "MN": "53", "TZ": "-1", "COD": "CO", "COU": "I", "DAY": "25", "LAT": "45N48", "LON": "9E15", "MON": "9", "NUM": "1530", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "LECCO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7246	porta-achille-1868-02-07	{"a3": "1531"}	{"lerrcp": "A3-1531"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Achille", "family": "Porta", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 11.0662, "lat": 44.88677, "name": "Mirandola", "geoid": 3173370}, "notime": null, "date-ut": "1868-02-07 08:55:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Achille", "family": "Porta"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 11.0662, "lat": 44.88677, "name": "Mirandola", "geoid": 3173370}, "date-ut": "1868-02-07 08:55:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1531"}, "ids-in-sources": {"a3": "1531"}}, "raw": {"H": "9", "MN": "55", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "7", "LAT": "44N36", "LON": "11E15", "MON": "2", "NUM": "1531", "PRO": "M", "SEC": "4", "YEA": "1868", "CITY": "MIRANDOLA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7247	porta-ettore-1868-07-13	{"a3": "1532"}	{"lerrcp": "A3-1532"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ettore", "family": "Porta", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SP", "c3": null, "cy": "IT", "lg": 9.84339, "lat": 44.11054, "name": "La Spezia", "geoid": 3175081}, "notime": null, "date-ut": "1868-07-13 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ettore", "family": "Porta"}, "birth": {"place": {"c2": "SP", "cy": "IT", "lg": 9.84339, "lat": 44.11054, "name": "La Spezia", "geoid": 3175081}, "date-ut": "1868-07-13 07:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1532"}, "ids-in-sources": {"a3": "1532"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "SP", "COU": "I", "DAY": "13", "LAT": "44N 0", "LON": "10E15", "MON": "7", "NUM": "1532", "PRO": "M", "SEC": "4", "YEA": "1868", "CITY": "LA SPEZIA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7248	porta-felice-1862-11-21	{"a3": "1533"}	{"lerrcp": "A3-1533"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Felice", "family": "Porta", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.43584, "lat": 44.89935, "name": "Felizzano", "geoid": 3177123}, "notime": null, "date-ut": "1862-11-21 10:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Felice", "family": "Porta"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.43584, "lat": 44.89935, "name": "Felizzano", "geoid": 3177123}, "date-ut": "1862-11-21 10:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1533"}, "ids-in-sources": {"a3": "1533"}}, "raw": {"H": "11", "MN": "24", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "21", "LAT": "45N 0", "LON": "9E 0", "MON": "11", "NUM": "1533", "PRO": "M", "SEC": "0", "YEA": "1862", "CITY": "FELIZZANO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7249	portaluluppi-luigi-1871-07-29	{"a3": "1534"}	{"lerrcp": "A3-1534"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Portaluluppi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1871-07-29 12:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Portaluluppi"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1871-07-29 12:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1534"}, "ids-in-sources": {"a3": "1534"}}, "raw": {"H": "13", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "29", "LAT": "43N42", "LON": "11E30", "MON": "7", "NUM": "1534", "PRO": "M", "SEC": "4", "YEA": "1871", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7250	postiglione-gaetano-1892-10-20	{"a3": "1535"}	{"lerrcp": "A3-1535"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaetano", "family": "Postiglione", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FG", "c3": null, "cy": "IT", "lg": 15.54925, "lat": 41.46093, "name": "Foggia", "geoid": 3176885}, "notime": null, "date-ut": "1892-10-20 07:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gaetano", "family": "Postiglione"}, "birth": {"place": {"c2": "FG", "cy": "IT", "lg": 15.54925, "lat": 41.46093, "name": "Foggia", "geoid": 3176885}, "date-ut": "1892-10-20 07:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1535"}, "ids-in-sources": {"a3": "1535"}}, "raw": {"H": "8", "MN": "40", "TZ": "-1", "COD": "FG", "COU": "I", "DAY": "20", "LAT": "41N36", "LON": "15E30", "MON": "10", "NUM": "1535", "PRO": "M", "SEC": "4", "YEA": "1892", "CITY": "FOGGIA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7251	prati-carlo-1848-08-25	{"a3": "1536"}	{"lerrcp": "A3-1536"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Prati", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 9, "lat": 45, "name": "SAN SALVATORE", "geoid": 0}, "notime": null, "date-ut": "1848-08-25 05:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Prati"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 9, "lat": 45, "name": "SAN SALVATORE", "geoid": 0}, "date-ut": "1848-08-25 05:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1536"}, "ids-in-sources": {"a3": "1536"}}, "raw": {"H": "6", "MN": "24", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "25", "LAT": "45N 0", "LON": "9E 0", "MON": "8", "NUM": "1536", "PRO": "M", "SEC": "0", "YEA": "1848", "CITY": "SAN SALVATORE"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7252	pressato-giuseppe-1915-08-27	{"a3": "1537"}	{"lerrcp": "A3-1537"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Pressato", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 11.73841, "lat": 45.33609, "name": "Torreglia", "geoid": 3165438}, "notime": null, "date-ut": "1915-08-27 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Pressato"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 11.73841, "lat": 45.33609, "name": "Torreglia", "geoid": 3165438}, "date-ut": "1915-08-27 21:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1537"}, "ids-in-sources": {"a3": "1537"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "27", "LAT": "45N24", "LON": "12E15", "MON": "8", "NUM": "1537", "PRO": "M", "SEC": "0", "YEA": "1915", "CITY": "TORREGLIA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7253	prestinari-marcello-1847-04-19	{"a3": "1538"}	{"lerrcp": "A3-1538"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcello", "family": "Prestinari", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 8.52394, "lat": 45.35836, "name": "Casalino", "geoid": 3180178}, "notime": null, "date-ut": "1847-04-19 07:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marcello", "family": "Prestinari"}, "birth": {"place": {"c2": "NO", "cy": "IT", "lg": 8.52394, "lat": 45.35836, "name": "Casalino", "geoid": 3180178}, "date-ut": "1847-04-19 07:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1538"}, "ids-in-sources": {"a3": "1538"}}, "raw": {"H": "8", "MN": "24", "TZ": "-1", "COD": "NO", "COU": "I", "DAY": "19", "LAT": "45N30", "LON": "9E 0", "MON": "4", "NUM": "1538", "PRO": "M", "SEC": "0", "YEA": "1847", "CITY": "CASALINO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7254	prestisimone-pasquale-1894-02-11	{"a3": "1539"}	{"lerrcp": "A3-1539"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pasquale", "family": "Prestisimone", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PA", "c3": null, "cy": "IT", "lg": 14.02285, "lat": 38.03856, "name": "Cefalù", "geoid": 2525041}, "notime": null, "date-ut": "1894-02-11 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pasquale", "family": "Prestisimone"}, "birth": {"place": {"c2": "PA", "cy": "IT", "lg": 14.02285, "lat": 38.03856, "name": "Cefalù", "geoid": 2525041}, "date-ut": "1894-02-11 13:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1539"}, "ids-in-sources": {"a3": "1539"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "PA", "COU": "I", "DAY": "11", "LAT": "38N 0", "LON": "13E30", "MON": "2", "NUM": "1539", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "CEFALU"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7255	profumo-alberto-1871-05-18	{"a3": "1540"}	{"lerrcp": "A3-1540"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberto", "family": "Profumo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SP", "c3": null, "cy": "IT", "lg": 9.84339, "lat": 44.11054, "name": "La Spezia", "geoid": 3175081}, "notime": null, "date-ut": "1871-05-18 17:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alberto", "family": "Profumo"}, "birth": {"place": {"c2": "SP", "cy": "IT", "lg": 9.84339, "lat": 44.11054, "name": "La Spezia", "geoid": 3175081}, "date-ut": "1871-05-18 17:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1540"}, "ids-in-sources": {"a3": "1540"}}, "raw": {"H": "18", "MN": "10", "TZ": "-1", "COD": "SP", "COU": "I", "DAY": "18", "LAT": "44N 0", "LON": "10E15", "MON": "5", "NUM": "1540", "PRO": "M", "SEC": "4", "YEA": "1871", "CITY": "LA SPEZIA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7256	pugliese-emmanuele-1874-04-11	{"a3": "1541"}	{"lerrcp": "A3-1541"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emmanuele", "family": "Pugliese", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VC", "c3": null, "cy": "IT", "lg": 8.41533, "lat": 45.32306, "name": "Vercelli", "geoid": 3164565}, "notime": null, "date-ut": "1874-04-11 13:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emmanuele", "family": "Pugliese"}, "birth": {"place": {"c2": "VC", "cy": "IT", "lg": 8.41533, "lat": 45.32306, "name": "Vercelli", "geoid": 3164565}, "date-ut": "1874-04-11 13:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1541"}, "ids-in-sources": {"a3": "1541"}}, "raw": {"H": "14", "MN": "40", "TZ": "-1", "COD": "VC", "COU": "I", "DAY": "11", "LAT": "45N24", "LON": "8E30", "MON": "4", "NUM": "1541", "PRO": "M", "SEC": "4", "YEA": "1874", "CITY": "VERCELLI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7257	pugliese-umberto-1880-01-13	{"a3": "1542"}	{"lerrcp": "A3-1542"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Umberto", "family": "Pugliese", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.61894, "lat": 44.91245, "name": "Alessandria", "geoid": 3183299}, "notime": null, "date-ut": "1880-01-13 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Umberto", "family": "Pugliese"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.61894, "lat": 44.91245, "name": "Alessandria", "geoid": 3183299}, "date-ut": "1880-01-13 07:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1542"}, "ids-in-sources": {"a3": "1542"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "13", "LAT": "45N 0", "LON": "9E 0", "MON": "1", "NUM": "1542", "PRO": "M", "SEC": "4", "YEA": "1880", "CITY": "ALESSANDRIA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7258	puglioli-vito-1866-07-28	{"a3": "1543"}	{"lerrcp": "A3-1543"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vito", "family": "Puglioli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11, "lat": 44.5, "name": "S GIORGIO DI PI", "geoid": 0}, "notime": null, "date-ut": "1866-07-28 14:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Vito", "family": "Puglioli"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11, "lat": 44.5, "name": "S GIORGIO DI PI", "geoid": 0}, "date-ut": "1866-07-28 14:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1543"}, "ids-in-sources": {"a3": "1543"}}, "raw": {"H": "15", "MN": "16", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "28", "LAT": "44N30", "LON": "11E 0", "MON": "7", "NUM": "1543", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "S GIORGIO DI PI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7259	quercia-ernesto-1854-11-05	{"a3": "1544"}	{"lerrcp": "A3-1544"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernesto", "family": "Quercia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 17, "lat": 41.2, "name": "TRANI", "geoid": 0}, "notime": null, "date-ut": "1854-11-05 07:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ernesto", "family": "Quercia"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 17, "lat": 41.2, "name": "TRANI", "geoid": 0}, "date-ut": "1854-11-05 07:52"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1544"}, "ids-in-sources": {"a3": "1544"}}, "raw": {"H": "8", "MN": "52", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "5", "LAT": "41N12", "LON": "17E 0", "MON": "11", "NUM": "1544", "PRO": "M", "SEC": "0", "YEA": "1854", "CITY": "TRANI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7260	racagni-paolo-1888-12-05	{"a3": "1545"}	{"lerrcp": "A3-1545"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paolo", "family": "Racagni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "notime": null, "date-ut": "1888-12-05 19:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paolo", "family": "Racagni"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "date-ut": "1888-12-05 19:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1545"}, "ids-in-sources": {"a3": "1545"}}, "raw": {"H": "20", "MN": "10", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "5", "LAT": "44N48", "LON": "10E45", "MON": "12", "NUM": "1545", "PRO": "M", "SEC": "4", "YEA": "1888", "CITY": "PARMA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7261	gauquelin-a3-1546-1866-02-25	{"a3": "1546"}	{"lerrcp": "A3-1546"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1546", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PC", "c3": null, "cy": "IT", "lg": 9.51856, "lat": 44.94566, "name": "Agazzano", "geoid": 3183450}, "notime": null, "date-ut": "1866-02-25 23:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1546"}, "birth": {"place": {"c2": "PC", "cy": "IT", "lg": 9.51856, "lat": 44.94566, "name": "Agazzano", "geoid": 3183450}, "date-ut": "1866-02-25 23:21"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1546"}, "ids-in-sources": {"a3": "1546"}}, "raw": {"H": "0", "MN": "21", "TZ": "-1", "COD": "PC", "COU": "I", "DAY": "26", "LAT": "45N 0", "LON": "9E45", "MON": "2", "NUM": "1546", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "AGAZZANO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7262	raffaldi-vittorio-1890-01-25	{"a3": "1547"}	{"lerrcp": "A3-1547"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vittorio", "family": "Raffaldi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 9, "lat": 45, "name": "CASALE MONFERRAT", "geoid": 0}, "notime": null, "date-ut": "1890-01-25 05:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Vittorio", "family": "Raffaldi"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 9, "lat": 45, "name": "CASALE MONFERRAT", "geoid": 0}, "date-ut": "1890-01-25 05:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1547"}, "ids-in-sources": {"a3": "1547"}}, "raw": {"H": "6", "MN": "10", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "25", "LAT": "45N 0", "LON": "9E 0", "MON": "1", "NUM": "1547", "PRO": "M", "SEC": "4", "YEA": "1890", "CITY": "CASALE MONFERRAT"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7263	raggi-decio-1884-09-29	{"a3": "1548"}	{"lerrcp": "A3-1548"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Decio", "family": "Raggi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FO", "c3": null, "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "SOGLIANO AL RUB", "geoid": 0}, "notime": null, "date-ut": "1884-09-29 06:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Decio", "family": "Raggi"}, "birth": {"place": {"c2": "FO", "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "SOGLIANO AL RUB", "geoid": 0}, "date-ut": "1884-09-29 06:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1548"}, "ids-in-sources": {"a3": "1548"}}, "raw": {"H": "7", "MN": "10", "TZ": "-1", "COD": "FO", "COU": "I", "DAY": "29", "LAT": "44N12", "LON": "12E30", "MON": "9", "NUM": "1548", "PRO": "M", "SEC": "4", "YEA": "1884", "CITY": "SOGLIANO AL RUB"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7264	gauquelin-a3-1549-1852-04-21	{"a3": "1549"}	{"lerrcp": "A3-1549"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1549", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 8.38863, "lat": 45.63107, "name": "Romagnano Sesia", "geoid": 3169064}, "notime": null, "date-ut": "1852-04-21 09:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1549"}, "birth": {"place": {"c2": "NO", "cy": "IT", "lg": 8.38863, "lat": 45.63107, "name": "Romagnano Sesia", "geoid": 3169064}, "date-ut": "1852-04-21 09:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1549"}, "ids-in-sources": {"a3": "1549"}}, "raw": {"H": "10", "MN": "24", "TZ": "-1", "COD": "NO", "COU": "I", "DAY": "21", "LAT": "45N30", "LON": "9E 0", "MON": "4", "NUM": "1549", "PRO": "M", "SEC": "0", "YEA": "1852", "CITY": "ROMAGNANO SESIA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7265	ragusin-augusto-1868-06-06	{"a3": "1550"}	{"lerrcp": "A3-1550"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Augusto", "family": "Ragusin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1868-06-06 22:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Augusto", "family": "Ragusin"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1868-06-06 22:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1550"}, "ids-in-sources": {"a3": "1550"}}, "raw": {"H": "23", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "6", "LAT": "43N42", "LON": "11E30", "MON": "6", "NUM": "1550", "PRO": "M", "SEC": "4", "YEA": "1868", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7266	rapino-pantaleone-1889-03-29	{"a3": "1551"}	{"lerrcp": "A3-1551"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pantaleone", "family": "Rapino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CH", "c3": null, "cy": "IT", "lg": 14.25, "lat": 42.3, "name": "ORTONA A MARE", "geoid": 0}, "notime": null, "date-ut": "1889-03-29 15:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pantaleone", "family": "Rapino"}, "birth": {"place": {"c2": "CH", "cy": "IT", "lg": 14.25, "lat": 42.3, "name": "ORTONA A MARE", "geoid": 0}, "date-ut": "1889-03-29 15:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1551"}, "ids-in-sources": {"a3": "1551"}}, "raw": {"H": "16", "MN": "10", "TZ": "-1", "COD": "CH", "COU": "I", "DAY": "29", "LAT": "42N18", "LON": "14E15", "MON": "3", "NUM": "1551", "PRO": "M", "SEC": "4", "YEA": "1889", "CITY": "ORTONA A MARE"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7267	rappis-lorenzo-1838-10-13	{"a3": "1552"}	{"lerrcp": "A3-1552"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lorenzo", "family": "Rappis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VC", "c3": null, "cy": "IT", "lg": 8.5, "lat": 45.4, "name": "ANDORNO MICCA", "geoid": 0}, "notime": null, "date-ut": "1838-10-13 01:26"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Lorenzo", "family": "Rappis"}, "birth": {"place": {"c2": "VC", "cy": "IT", "lg": 8.5, "lat": 45.4, "name": "ANDORNO MICCA", "geoid": 0}, "date-ut": "1838-10-13 01:26"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1552"}, "ids-in-sources": {"a3": "1552"}}, "raw": {"H": "2", "MN": "26", "TZ": "-1", "COD": "VC", "COU": "I", "DAY": "13", "LAT": "45N24", "LON": "8E30", "MON": "10", "NUM": "1552", "PRO": "M", "SEC": "0", "YEA": "1838", "CITY": "ANDORNO MICCA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7268	ravazza-edoardo-1863-01-17	{"a3": "1553"}	{"lerrcp": "A3-1553"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edoardo", "family": "Ravazza", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AT", "c3": null, "cy": "IT", "lg": 8.29474, "lat": 44.81785, "name": "Mombercelli", "geoid": 6534330}, "notime": null, "date-ut": "1863-01-17 04:26"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edoardo", "family": "Ravazza"}, "birth": {"place": {"c2": "AT", "cy": "IT", "lg": 8.29474, "lat": 44.81785, "name": "Mombercelli", "geoid": 6534330}, "date-ut": "1863-01-17 04:26"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1553"}, "ids-in-sources": {"a3": "1553"}}, "raw": {"H": "5", "MN": "26", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "17", "LAT": "44N54", "LON": "8E30", "MON": "1", "NUM": "1553", "PRO": "M", "SEC": "0", "YEA": "1863", "CITY": "MOMBERCELLI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7269	reinero-pietro-1892-04-23	{"a3": "1554"}	{"lerrcp": "A3-1554"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Reinero", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CN", "c3": null, "cy": "IT", "lg": 7.09402, "lat": 44.45833, "name": "Marmora", "geoid": 6535469}, "notime": null, "date-ut": "1892-04-23 13:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pietro", "family": "Reinero"}, "birth": {"place": {"c2": "CN", "cy": "IT", "lg": 7.09402, "lat": 44.45833, "name": "Marmora", "geoid": 6535469}, "date-ut": "1892-04-23 13:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1554"}, "ids-in-sources": {"a3": "1554"}}, "raw": {"H": "14", "MN": "10", "TZ": "-1", "COD": "CN", "COU": "I", "DAY": "23", "LAT": "44N24", "LON": "7E15", "MON": "4", "NUM": "1554", "PRO": "M", "SEC": "4", "YEA": "1892", "CITY": "MARMORA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7270	reisoli-ezio-1856-11-17	{"a3": "1555"}	{"lerrcp": "A3-1555"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ezio", "family": "Reisoli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MS", "c3": null, "cy": "IT", "lg": 9.87888, "lat": 44.37515, "name": "Pontremoli", "geoid": 3170191}, "notime": null, "date-ut": "1856-11-17 18:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ezio", "family": "Reisoli"}, "birth": {"place": {"c2": "MS", "cy": "IT", "lg": 9.87888, "lat": 44.37515, "name": "Pontremoli", "geoid": 3170191}, "date-ut": "1856-11-17 18:48"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1555"}, "ids-in-sources": {"a3": "1555"}}, "raw": {"H": "19", "MN": "48", "TZ": "-1", "COD": "MS", "COU": "I", "DAY": "17", "LAT": "44N 0", "LON": "10E30", "MON": "11", "NUM": "1555", "PRO": "M", "SEC": "0", "YEA": "1856", "CITY": "PONTREMOLI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7271	reverberi-leopoldo-1886-02-04	{"a3": "1556"}	{"lerrcp": "A3-1556"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leopoldo", "family": "Reverberi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RE", "c3": null, "cy": "IT", "lg": 10.7355, "lat": 44.58466, "name": "Casalgrande", "geoid": 3180191}, "notime": null, "date-ut": "1886-02-04 02:00:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Leopoldo", "family": "Reverberi"}, "birth": {"place": {"c2": "RE", "cy": "IT", "lg": 10.7355, "lat": 44.58466, "name": "Casalgrande", "geoid": 3180191}, "date-ut": "1886-02-04 02:00:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1556"}, "ids-in-sources": {"a3": "1556"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "RE", "COU": "I", "DAY": "4", "LAT": "44N36", "LON": "10E45", "MON": "2", "NUM": "1556", "PRO": "M", "SEC": "4", "YEA": "1886", "CITY": "CASALGRANDE"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7272	riccardi-arturo-1878-10-30	{"a3": "1557"}	{"lerrcp": "A3-1557"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arturo", "family": "Riccardi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 9.16145, "lat": 45.18446, "name": "Pavia", "geoid": 3171366}, "notime": null, "date-ut": "1878-10-30 21:20:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Arturo", "family": "Riccardi"}, "birth": {"place": {"c2": "PV", "cy": "IT", "lg": 9.16145, "lat": 45.18446, "name": "Pavia", "geoid": 3171366}, "date-ut": "1878-10-30 21:20:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1557"}, "ids-in-sources": {"a3": "1557"}}, "raw": {"H": "22", "MN": "20", "TZ": "-1", "COD": "PV", "COU": "I", "DAY": "30", "LAT": "45N12", "LON": "9E 0", "MON": "10", "NUM": "1557", "PRO": "M", "SEC": "4", "YEA": "1878", "CITY": "PAVIA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7273	ricchetti-aurelio-1876-04-01	{"a3": "1558"}	{"lerrcp": "A3-1558"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aurelio", "family": "Ricchetti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RE", "c3": null, "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "REGGIO EMILIA", "geoid": 0}, "notime": null, "date-ut": "1876-04-01 14:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Aurelio", "family": "Ricchetti"}, "birth": {"place": {"c2": "RE", "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "REGGIO EMILIA", "geoid": 0}, "date-ut": "1876-04-01 14:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1558"}, "ids-in-sources": {"a3": "1558"}}, "raw": {"H": "15", "MN": "40", "TZ": "-1", "COD": "RE", "COU": "I", "DAY": "1", "LAT": "44N36", "LON": "10E45", "MON": "4", "NUM": "1558", "PRO": "M", "SEC": "4", "YEA": "1876", "CITY": "REGGIO EMILIA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7274	ricci-italo-1867-08-15	{"a3": "1559"}	{"lerrcp": "A3-1559"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Italo", "family": "Ricci", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AT", "c3": null, "cy": "IT", "lg": 8.20684, "lat": 44.89795, "name": "Asti", "geoid": 3182714}, "notime": null, "date-ut": "1867-08-15 22:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Italo", "family": "Ricci"}, "birth": {"place": {"c2": "AT", "cy": "IT", "lg": 8.20684, "lat": 44.89795, "name": "Asti", "geoid": 3182714}, "date-ut": "1867-08-15 22:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1559"}, "ids-in-sources": {"a3": "1559"}}, "raw": {"H": "23", "MN": "10", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "15", "LAT": "44N54", "LON": "8E30", "MON": "8", "NUM": "1559", "PRO": "M", "SEC": "4", "YEA": "1867", "CITY": "ASTI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7275	ricci-mario-1908-05-20	{"a3": "1560"}	{"lerrcp": "A3-1560"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Ricci", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 11.25, "lat": 44.6, "name": "PAVULLO NEL FRI", "geoid": 0}, "notime": null, "date-ut": "1908-05-20 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Ricci"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 11.25, "lat": 44.6, "name": "PAVULLO NEL FRI", "geoid": 0}, "date-ut": "1908-05-20 08:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1560"}, "ids-in-sources": {"a3": "1560"}}, "raw": {"H": "9", "MN": "0", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "20", "LAT": "44N36", "LON": "11E15", "MON": "5", "NUM": "1560", "PRO": "M", "SEC": "0", "YEA": "1908", "CITY": "PAVULLO NEL FRI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17914	bucquoy-maurice-1900-09-10	{"e1": "281"}	{"lerrcp": "E1-281"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Bucquoy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1900-09-10 23:30", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.07772, "lat": 49.9216, "name": "Dieppe", "geoid": 3021411}, "notime": null, "date-ut": "1900-09-10 23:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Bucquoy"}, "birth": {"tzo": "+00:09", "date": "1900-09-10 23:30", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 1.07772, "lat": 49.9216, "name": "Dieppe", "geoid": 3021411}, "date-ut": "1900-09-10 23:21"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "281"}}, "raw": {"H": "23:30", "COD": "76", "DAY": "10", "MON": "09", "NUM": "0281", "PRO": "PH", "YEA": "1900", "CITY": "Dieppe", "NAME": "BUCQUOY Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
7277	ricci-armani-armano-1859-07-31	{"a3": "1562"}	{"lerrcp": "A3-1562"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armano", "family": "Ricci-Armani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MS", "c3": null, "cy": "IT", "lg": 9.87888, "lat": 44.37515, "name": "Pontremoli", "geoid": 3170191}, "notime": null, "date-ut": "1859-07-31 20:18"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Armano", "family": "Ricci-Armani"}, "birth": {"place": {"c2": "MS", "cy": "IT", "lg": 9.87888, "lat": 44.37515, "name": "Pontremoli", "geoid": 3170191}, "date-ut": "1859-07-31 20:18"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1562"}, "ids-in-sources": {"a3": "1562"}}, "raw": {"H": "21", "MN": "18", "TZ": "-1", "COD": "MS", "COU": "I", "DAY": "31", "LAT": "44N 0", "LON": "10E30", "MON": "7", "NUM": "1562", "PRO": "M", "SEC": "0", "YEA": "1859", "CITY": "PONTREMOLI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7278	ricotti-magnani-1822-01-30	{"a3": "1563"}	{"lerrcp": "A3-1563"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Magnani", "family": "Ricotti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 9, "lat": 45.5, "name": "BORGO LAVEZZANO", "geoid": 0}, "notime": null, "date-ut": "1822-01-30 14:09"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Magnani", "family": "Ricotti"}, "birth": {"place": {"c2": "NO", "cy": "IT", "lg": 9, "lat": 45.5, "name": "BORGO LAVEZZANO", "geoid": 0}, "date-ut": "1822-01-30 14:09"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1563"}, "ids-in-sources": {"a3": "1563"}}, "raw": {"H": "15", "MN": "9", "TZ": "-1", "COD": "NO", "COU": "I", "DAY": "30", "LAT": "45N30", "LON": "9E 0", "MON": "1", "NUM": "1563", "PRO": "M", "SEC": "0", "YEA": "1822", "CITY": "BORGO LAVEZZANO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7279	rigatti-mario-1910-06-05	{"a3": "1564"}	{"lerrcp": "A3-1564"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Rigatti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TN", "c3": null, "cy": "IT", "lg": 11.03868, "lat": 45.8896, "name": "Rovereto", "geoid": 3168854}, "notime": null, "date-ut": "1910-06-05 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Rigatti"}, "birth": {"place": {"c2": "TN", "cy": "IT", "lg": 11.03868, "lat": 45.8896, "name": "Rovereto", "geoid": 3168854}, "date-ut": "1910-06-05 00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1564"}, "ids-in-sources": {"a3": "1564"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "TN", "COU": "I", "DAY": "5", "LAT": "46N 0", "LON": "12E 0", "MON": "6", "NUM": "1564", "PRO": "M", "SEC": "0", "YEA": "1910", "CITY": "ROVERETO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7280	riva-umberto-1867-01-31	{"a3": "1565"}	{"lerrcp": "A3-1565"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Umberto", "family": "Riva", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "notime": null, "date-ut": "1867-01-31 16:17:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Umberto", "family": "Riva"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "date-ut": "1867-01-31 16:17:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1565"}, "ids-in-sources": {"a3": "1565"}}, "raw": {"H": "17", "MN": "17", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "31", "LAT": "44N36", "LON": "11E15", "MON": "1", "NUM": "1565", "PRO": "M", "SEC": "4", "YEA": "1867", "CITY": "MODENA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7281	gauquelin-a3-1566-1859-04-25	{"a3": "1566"}	{"lerrcp": "A3-1566"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1566", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SR", "c3": null, "cy": "IT", "lg": 15.5, "lat": 37, "name": "PALAZZOLO ACREI", "geoid": 0}, "notime": null, "date-ut": "1859-04-25 21:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1566"}, "birth": {"place": {"c2": "SR", "cy": "IT", "lg": 15.5, "lat": 37, "name": "PALAZZOLO ACREI", "geoid": 0}, "date-ut": "1859-04-25 21:58"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1566"}, "ids-in-sources": {"a3": "1566"}}, "raw": {"H": "22", "MN": "58", "TZ": "-1", "COD": "SR", "COU": "I", "DAY": "25", "LAT": "37N 0", "LON": "15E30", "MON": "4", "NUM": "1566", "PRO": "M", "SEC": "0", "YEA": "1859", "CITY": "PALAZZOLO ACREI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7282	rizzo-luigi-1887-10-08	{"a3": "1567"}	{"lerrcp": "A3-1567"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Rizzo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 15.23828, "lat": 38.22117, "name": "Milazzo", "geoid": 2524155}, "notime": null, "date-ut": "1887-10-08 02:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Rizzo"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 15.23828, "lat": 38.22117, "name": "Milazzo", "geoid": 2524155}, "date-ut": "1887-10-08 02:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1567"}, "ids-in-sources": {"a3": "1567"}}, "raw": {"H": "3", "MN": "10", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "8", "LAT": "38N 0", "LON": "15E30", "MON": "10", "NUM": "1567", "PRO": "M", "SEC": "4", "YEA": "1887", "CITY": "MILAZZO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7283	gauquelin-a3-1568-1867-06-16	{"a3": "1568"}	{"lerrcp": "A3-1568"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1568", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AT", "c3": null, "cy": "IT", "lg": 8.29244, "lat": 44.72154, "name": "Canelli", "geoid": 3180850}, "notime": null, "date-ut": "1867-06-16 21:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1568"}, "birth": {"place": {"c2": "AT", "cy": "IT", "lg": 8.29244, "lat": 44.72154, "name": "Canelli", "geoid": 3180850}, "date-ut": "1867-06-16 21:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1568"}, "ids-in-sources": {"a3": "1568"}}, "raw": {"H": "22", "MN": "10", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "16", "LAT": "44N54", "LON": "8E30", "MON": "6", "NUM": "1568", "PRO": "M", "SEC": "4", "YEA": "1867", "CITY": "CANELLI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7284	gauquelin-a3-1569-1878-06-06	{"a3": "1569"}	{"lerrcp": "A3-1569"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1569", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "IM", "c3": null, "cy": "IT", "lg": 8.03083, "lat": 43.8875, "name": "Imperia", "geoid": 3175532}, "notime": null, "date-ut": "1878-06-06 21:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1569"}, "birth": {"place": {"c2": "IM", "cy": "IT", "lg": 8.03083, "lat": 43.8875, "name": "Imperia", "geoid": 3175532}, "date-ut": "1878-06-06 21:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1569"}, "ids-in-sources": {"a3": "1569"}}, "raw": {"H": "22", "MN": "10", "TZ": "-1", "COD": "IM", "COU": "I", "DAY": "6", "LAT": "43N42", "LON": "8E 0", "MON": "6", "NUM": "1569", "PRO": "M", "SEC": "4", "YEA": "1878", "CITY": "IMPERIA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7285	gauquelin-a3-1570-1866-04-07	{"a3": "1570"}	{"lerrcp": "A3-1570"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1570", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.7847, "lat": 44.55086, "name": "Sassuolo", "geoid": 3167053}, "notime": null, "date-ut": "1866-04-07 17:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1570"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.7847, "lat": 44.55086, "name": "Sassuolo", "geoid": 3167053}, "date-ut": "1866-04-07 17:15"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1570"}, "ids-in-sources": {"a3": "1570"}}, "raw": {"H": "18", "MN": "15", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "7", "LAT": "44N36", "LON": "11E15", "MON": "4", "NUM": "1570", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "SASSUOLO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7286	rolandi-ricci-ottavio-1870-08-11	{"a3": "1571"}	{"lerrcp": "A3-1571"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ottavio", "family": "Rolandi-Ricci", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SV", "c3": null, "cy": "IT", "lg": 8.21829, "lat": 44.04997, "name": "Albenga", "geoid": 3183343}, "notime": null, "date-ut": "1870-08-11 13:55:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ottavio", "family": "Rolandi-Ricci"}, "birth": {"place": {"c2": "SV", "cy": "IT", "lg": 8.21829, "lat": 44.04997, "name": "Albenga", "geoid": 3183343}, "date-ut": "1870-08-11 13:55:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1571"}, "ids-in-sources": {"a3": "1571"}}, "raw": {"H": "14", "MN": "55", "TZ": "-1", "COD": "SV", "COU": "I", "DAY": "11", "LAT": "44N18", "LON": "8E45", "MON": "8", "NUM": "1571", "PRO": "M", "SEC": "4", "YEA": "1870", "CITY": "ALBENGA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7287	rolando-francesco-1889-02-27	{"a3": "1572"}	{"lerrcp": "A3-1572"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Rolando", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 7.05461, "lat": 45.13754, "name": "Susa", "geoid": 3166018}, "notime": null, "date-ut": "1889-02-27 16:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Rolando"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 7.05461, "lat": 45.13754, "name": "Susa", "geoid": 3166018}, "date-ut": "1889-02-27 16:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1572"}, "ids-in-sources": {"a3": "1572"}}, "raw": {"H": "17", "MN": "10", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "27", "LAT": "45N 0", "LON": "8E 0", "MON": "2", "NUM": "1572", "PRO": "M", "SEC": "4", "YEA": "1889", "CITY": "SUSA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7288	romei-longhena-giovanni-1865-09-15	{"a3": "1573"}	{"lerrcp": "A3-1573"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Romei Longhena Giovanni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RE", "c3": null, "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "REGGIO EMILIA", "geoid": 0}, "notime": null, "date-ut": "1865-09-15 17:17"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Romei Longhena Giovanni"}, "birth": {"place": {"c2": "RE", "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "REGGIO EMILIA", "geoid": 0}, "date-ut": "1865-09-15 17:17"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1573"}, "ids-in-sources": {"a3": "1573"}}, "raw": {"H": "18", "MN": "17", "TZ": "-1", "COD": "RE", "COU": "I", "DAY": "15", "LAT": "44N36", "LON": "10E45", "MON": "9", "NUM": "1573", "PRO": "M", "SEC": "0", "YEA": "1865", "CITY": "REGGIO EMILIA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7289	rorai-giuseppe-1895-10-25	{"a3": "1574"}	{"lerrcp": "A3-1574"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Rorai", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.18993, "lat": 45.06086, "name": "Loreo", "geoid": 3174570}, "notime": null, "date-ut": "1895-10-25 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Rorai"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.18993, "lat": 45.06086, "name": "Loreo", "geoid": 3174570}, "date-ut": "1895-10-25 05:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1574"}, "ids-in-sources": {"a3": "1574"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "25", "LAT": "45N 0", "LON": "12E15", "MON": "10", "NUM": "1574", "PRO": "M", "SEC": "0", "YEA": "1895", "CITY": "LOREO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7290	gauquelin-a3-1575-1864-04-03	{"a3": "1575"}	{"lerrcp": "A3-1575"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1575", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "notime": null, "date-ut": "1864-04-03 23:17"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1575"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "date-ut": "1864-04-03 23:17"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1575"}, "ids-in-sources": {"a3": "1575"}}, "raw": {"H": "0", "MN": "17", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "4", "LAT": "44N48", "LON": "10E45", "MON": "4", "NUM": "1575", "PRO": "M", "SEC": "0", "YEA": "1864", "CITY": "PARMA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7291	rosati-giovanni-1844-05-11	{"a3": "1576"}	{"lerrcp": "A3-1576"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Rosati", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 8.71904, "lat": 45.46397, "name": "Romentino", "geoid": 3169035}, "notime": null, "date-ut": "1844-05-11 19:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Rosati"}, "birth": {"place": {"c2": "NO", "cy": "IT", "lg": 8.71904, "lat": 45.46397, "name": "Romentino", "geoid": 3169035}, "date-ut": "1844-05-11 19:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1576"}, "ids-in-sources": {"a3": "1576"}}, "raw": {"H": "20", "MN": "24", "TZ": "-1", "COD": "NO", "COU": "I", "DAY": "11", "LAT": "45N30", "LON": "9E 0", "MON": "5", "NUM": "1576", "PRO": "M", "SEC": "0", "YEA": "1844", "CITY": "ROMENTINO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7292	rossani-mario-1890-02-01	{"a3": "1577"}	{"lerrcp": "A3-1577"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Rossani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 17, "lat": 41.2, "name": "CASSANO DELLE M", "geoid": 0}, "notime": null, "date-ut": "1890-02-01 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Rossani"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 17, "lat": 41.2, "name": "CASSANO DELLE M", "geoid": 0}, "date-ut": "1890-02-01 00:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1577"}, "ids-in-sources": {"a3": "1577"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "1", "LAT": "41N12", "LON": "17E 0", "MON": "2", "NUM": "1577", "PRO": "M", "SEC": "4", "YEA": "1890", "CITY": "CASSANO DELLE M"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7293	rossetti-gaetano-1858-04-12	{"a3": "1578"}	{"lerrcp": "A3-1578"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaetano", "family": "Rossetti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TR", "c3": null, "cy": "IT", "lg": 12.11156, "lat": 42.71953, "name": "Orvieto", "geoid": 3171874}, "notime": null, "date-ut": "1858-04-12 10:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gaetano", "family": "Rossetti"}, "birth": {"place": {"c2": "TR", "cy": "IT", "lg": 12.11156, "lat": 42.71953, "name": "Orvieto", "geoid": 3171874}, "date-ut": "1858-04-12 10:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1578"}, "ids-in-sources": {"a3": "1578"}}, "raw": {"H": "11", "MN": "8", "TZ": "-1", "COD": "TR", "COU": "I", "DAY": "12", "LAT": "42N30", "LON": "13E 0", "MON": "4", "NUM": "1578", "PRO": "M", "SEC": "0", "YEA": "1858", "CITY": "ORVIETO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7294	rossi-amilcare-1895-01-01	{"a3": "1579"}	{"lerrcp": "A3-1579"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amilcare", "family": "Rossi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LT", "c3": null, "cy": "IT", "lg": 13, "lat": 41.5, "name": "LANUVIO", "geoid": 0}, "notime": null, "date-ut": "1895-01-01 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Amilcare", "family": "Rossi"}, "birth": {"place": {"c2": "LT", "cy": "IT", "lg": 13, "lat": 41.5, "name": "LANUVIO", "geoid": 0}, "date-ut": "1895-01-01 22:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1579"}, "ids-in-sources": {"a3": "1579"}}, "raw": {"H": "23", "MN": "30", "TZ": "-1", "COD": "LT", "COU": "I", "DAY": "1", "LAT": "41N30", "LON": "13E 0", "MON": "1", "NUM": "1579", "PRO": "M", "SEC": "0", "YEA": "1895", "CITY": "LANUVIO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7295	rossi-francesco-1865-12-04	{"a3": "1580"}	{"lerrcp": "A3-1580"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Rossi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AQ", "c3": null, "cy": "IT", "lg": 13.5, "lat": 42.4, "name": "PAGANICCA-L AQU", "geoid": 0}, "notime": null, "date-ut": "1865-12-04 07:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Rossi"}, "birth": {"place": {"c2": "AQ", "cy": "IT", "lg": 13.5, "lat": 42.4, "name": "PAGANICCA-L AQU", "geoid": 0}, "date-ut": "1865-12-04 07:06"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1580"}, "ids-in-sources": {"a3": "1580"}}, "raw": {"H": "8", "MN": "6", "TZ": "-1", "COD": "AQ", "COU": "I", "DAY": "4", "LAT": "42N24", "LON": "13E30", "MON": "12", "NUM": "1580", "PRO": "M", "SEC": "0", "YEA": "1865", "CITY": "PAGANICCA-L AQU"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7296	rossi-francesco-1888-04-09	{"a3": "1581"}	{"lerrcp": "A3-1581"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Rossi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FG", "c3": null, "cy": "IT", "lg": 15.5, "lat": 41.6, "name": "BERTINORO", "geoid": 0}, "notime": null, "date-ut": "1888-04-09 18:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Rossi"}, "birth": {"place": {"c2": "FG", "cy": "IT", "lg": 15.5, "lat": 41.6, "name": "BERTINORO", "geoid": 0}, "date-ut": "1888-04-09 18:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1581"}, "ids-in-sources": {"a3": "1581"}}, "raw": {"H": "19", "MN": "10", "TZ": "-1", "COD": "FG", "COU": "I", "DAY": "9", "LAT": "41N36", "LON": "15E30", "MON": "4", "NUM": "1581", "PRO": "M", "SEC": "4", "YEA": "1888", "CITY": "BERTINORO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7297	rossi-gastone-1867-12-11	{"a3": "1582"}	{"lerrcp": "A3-1582"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gastone", "family": "Rossi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 7.55732, "lat": 45.25645, "name": "Grosso", "geoid": 6535275}, "notime": null, "date-ut": "1867-12-11 02:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gastone", "family": "Rossi"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 7.55732, "lat": 45.25645, "name": "Grosso", "geoid": 6535275}, "date-ut": "1867-12-11 02:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1582"}, "ids-in-sources": {"a3": "1582"}}, "raw": {"H": "3", "MN": "40", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "11", "LAT": "45N 0", "LON": "8E 0", "MON": "12", "NUM": "1582", "PRO": "M", "SEC": "4", "YEA": "1867", "CITY": "GROSSO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7298	gauquelin-a3-1583-1887-10-02	{"a3": "1583"}	{"lerrcp": "A3-1583"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1583", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TE", "c3": null, "cy": "IT", "lg": 13.69901, "lat": 42.66123, "name": "Teramo", "geoid": 3165803}, "notime": null, "date-ut": "1887-10-02 11:15:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1583"}, "birth": {"place": {"c2": "TE", "cy": "IT", "lg": 13.69901, "lat": 42.66123, "name": "Teramo", "geoid": 3165803}, "date-ut": "1887-10-02 11:15:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1583"}, "ids-in-sources": {"a3": "1583"}}, "raw": {"H": "12", "MN": "15", "TZ": "-1", "COD": "TE", "COU": "I", "DAY": "2", "LAT": "42N42", "LON": "14E 0", "MON": "10", "NUM": "1583", "PRO": "M", "SEC": "4", "YEA": "1887", "CITY": "TERAMO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7299	rossi-italo-1860-01-17	{"a3": "1584"}	{"lerrcp": "A3-1584"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Italo", "family": "Rossi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "notime": null, "date-ut": "1860-01-17 08:17"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Italo", "family": "Rossi"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "date-ut": "1860-01-17 08:17"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1584"}, "ids-in-sources": {"a3": "1584"}}, "raw": {"H": "9", "MN": "17", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "17", "LAT": "44N48", "LON": "10E45", "MON": "1", "NUM": "1584", "PRO": "M", "SEC": "0", "YEA": "1860", "CITY": "PARMA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7300	rossi-luigi-1868-06-01	{"a3": "1585"}	{"lerrcp": "A3-1585"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Rossi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CN", "c3": null, "cy": "IT", "lg": 7.54453, "lat": 44.39733, "name": "Cuneo", "geoid": 3177700}, "notime": null, "date-ut": "1868-06-01 10:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Rossi"}, "birth": {"place": {"c2": "CN", "cy": "IT", "lg": 7.54453, "lat": 44.39733, "name": "Cuneo", "geoid": 3177700}, "date-ut": "1868-06-01 10:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1585"}, "ids-in-sources": {"a3": "1585"}}, "raw": {"H": "11", "MN": "40", "TZ": "-1", "COD": "CN", "COU": "I", "DAY": "1", "LAT": "44N24", "LON": "7E15", "MON": "6", "NUM": "1585", "PRO": "M", "SEC": "4", "YEA": "1868", "CITY": "CUNEO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7301	rossi-vincenzo-1866-01-20	{"a3": "1586"}	{"lerrcp": "A3-1586"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincenzo", "family": "Rossi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "IM", "c3": null, "cy": "IT", "lg": 7.66451, "lat": 43.78064, "name": "Bordighera", "geoid": 3181864}, "notime": null, "date-ut": "1866-01-20 03:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Vincenzo", "family": "Rossi"}, "birth": {"place": {"c2": "IM", "cy": "IT", "lg": 7.66451, "lat": 43.78064, "name": "Bordighera", "geoid": 3181864}, "date-ut": "1866-01-20 03:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1586"}, "ids-in-sources": {"a3": "1586"}}, "raw": {"H": "4", "MN": "28", "TZ": "-1", "COD": "IM", "COU": "I", "DAY": "20", "LAT": "43N42", "LON": "8E 0", "MON": "1", "NUM": "1586", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "BORDIGHERA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7302	gauquelin-a3-1587-1877-01-29	{"a3": "1587"}	{"lerrcp": "A3-1587"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1587", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.8777, "lat": 44.78237, "name": "Carpi", "geoid": 3180445}, "notime": null, "date-ut": "1877-01-29 08:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1587"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.8777, "lat": 44.78237, "name": "Carpi", "geoid": 3180445}, "date-ut": "1877-01-29 08:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1587"}, "ids-in-sources": {"a3": "1587"}}, "raw": {"H": "9", "MN": "10", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "29", "LAT": "44N36", "LON": "11E15", "MON": "1", "NUM": "1587", "PRO": "M", "SEC": "4", "YEA": "1877", "CITY": "CARPI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7303	rossi-vittorio-1859-11-12	{"a3": "1588"}	{"lerrcp": "A3-1588"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vittorio", "family": "Rossi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RE", "c3": null, "cy": "IT", "lg": 10.7823, "lat": 44.76977, "name": "Correggio", "geoid": 3178019}, "notime": null, "date-ut": "1859-11-12 01:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Vittorio", "family": "Rossi"}, "birth": {"place": {"c2": "RE", "cy": "IT", "lg": 10.7823, "lat": 44.76977, "name": "Correggio", "geoid": 3178019}, "date-ut": "1859-11-12 01:02"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1588"}, "ids-in-sources": {"a3": "1588"}}, "raw": {"H": "2", "MN": "2", "TZ": "-1", "COD": "RE", "COU": "I", "DAY": "12", "LAT": "44N36", "LON": "10E45", "MON": "11", "NUM": "1588", "PRO": "M", "SEC": "0", "YEA": "1859", "CITY": "CORREGGIO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7304	gauquelin-a3-1589-1896-02-05	{"a3": "1589"}	{"lerrcp": "A3-1589"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1589", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TR", "c3": null, "cy": "IT", "lg": 12.64987, "lat": 42.56713, "name": "Terni", "geoid": 3165771}, "notime": null, "date-ut": "1896-02-05 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1589"}, "birth": {"place": {"c2": "TR", "cy": "IT", "lg": 12.64987, "lat": 42.56713, "name": "Terni", "geoid": 3165771}, "date-ut": "1896-02-05 03:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1589"}, "ids-in-sources": {"a3": "1589"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "TR", "COU": "I", "DAY": "5", "LAT": "42N30", "LON": "13E 0", "MON": "2", "NUM": "1589", "PRO": "M", "SEC": "0", "YEA": "1896", "CITY": "TERNI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7305	rota-ettore-1872-11-29	{"a3": "1590"}	{"lerrcp": "A3-1590"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ettore", "family": "Rota", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 9, "lat": 45, "name": "CASALE MONFERRAT", "geoid": 0}, "notime": null, "date-ut": "1872-11-29 17:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ettore", "family": "Rota"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 9, "lat": 45, "name": "CASALE MONFERRAT", "geoid": 0}, "date-ut": "1872-11-29 17:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1590"}, "ids-in-sources": {"a3": "1590"}}, "raw": {"H": "18", "MN": "10", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "29", "LAT": "45N 0", "LON": "9E 0", "MON": "11", "NUM": "1590", "PRO": "M", "SEC": "4", "YEA": "1872", "CITY": "CASALE MONFERRAT"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7306	rovere-edoardo-1874-03-09	{"a3": "1591"}	{"lerrcp": "A3-1591"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edoardo", "family": "Rovere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1874-03-09 15:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edoardo", "family": "Rovere"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1874-03-09 15:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1591"}, "ids-in-sources": {"a3": "1591"}}, "raw": {"H": "16", "MN": "40", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "9", "LAT": "45N 0", "LON": "8E 0", "MON": "3", "NUM": "1591", "PRO": "M", "SEC": "4", "YEA": "1874", "CITY": "TORINO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7307	ruggeri-antonio-1871-09-15	{"a3": "1592"}	{"lerrcp": "A3-1592"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Ruggeri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "notime": null, "date-ut": "1871-09-15 11:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Ruggeri"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "date-ut": "1871-09-15 11:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1592"}, "ids-in-sources": {"a3": "1592"}}, "raw": {"H": "12", "MN": "10", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "15", "LAT": "38N 0", "LON": "15E30", "MON": "9", "NUM": "1592", "PRO": "M", "SEC": "4", "YEA": "1871", "CITY": "MESSINA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7308	gauquelin-a3-1593-1863-02-23	{"a3": "1593"}	{"lerrcp": "A3-1593"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1593", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:26", "date": "1863-02-23 06:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1863-02-23 05:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1593"}, "birth": {"tzo": "+00:17:26", "date": "1863-02-23 06:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1863-02-23 05:42:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1593"}, "ids-in-sources": {"a3": "1593"}}, "raw": {"H": "5", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "23", "LAT": "43N51", "LON": "4E21", "MON": "2", "NUM": "1593", "PRO": "M", "SEC": "36", "YEA": "1863", "CITY": "NIMES"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7309	ruggieri-benedetto-1867-11-11	{"a3": "1594"}	{"lerrcp": "A3-1594"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benedetto", "family": "Ruggieri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AQ", "c3": null, "cy": "IT", "lg": 13.5, "lat": 42.4, "name": "CASTEL DI SANGR", "geoid": 0}, "notime": null, "date-ut": "1867-11-11 05:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Benedetto", "family": "Ruggieri"}, "birth": {"place": {"c2": "AQ", "cy": "IT", "lg": 13.5, "lat": 42.4, "name": "CASTEL DI SANGR", "geoid": 0}, "date-ut": "1867-11-11 05:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1594"}, "ids-in-sources": {"a3": "1594"}}, "raw": {"H": "6", "MN": "10", "TZ": "-1", "COD": "AQ", "COU": "I", "DAY": "11", "LAT": "42N24", "LON": "13E30", "MON": "11", "NUM": "1594", "PRO": "M", "SEC": "4", "YEA": "1867", "CITY": "CASTEL DI SANGR"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7310	rulent-giuseppe-1893-12-13	{"a3": "1595"}	{"lerrcp": "A3-1595"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Rulent", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 7.49642, "lat": 45.16225, "name": "Givoletto", "geoid": 6535274}, "notime": null, "date-ut": "1893-12-13 00:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Rulent"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 7.49642, "lat": 45.16225, "name": "Givoletto", "geoid": 6535274}, "date-ut": "1893-12-13 00:15"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1595"}, "ids-in-sources": {"a3": "1595"}}, "raw": {"H": "1", "MN": "15", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "13", "LAT": "45N 0", "LON": "8E 0", "MON": "12", "NUM": "1595", "PRO": "M", "SEC": "0", "YEA": "1893", "CITY": "GIVOLETTO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7311	gauquelin-a3-1596-1865-09-08	{"a3": "1596"}	{"lerrcp": "A3-1596"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1596", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "notime": null, "date-ut": "1865-09-08 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1596"}, "birth": {"place": {"c2": "CT", "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "date-ut": "1865-09-08 19:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1596"}, "ids-in-sources": {"a3": "1596"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "CT", "COU": "I", "DAY": "8", "LAT": "37N30", "LON": "15E 0", "MON": "9", "NUM": "1596", "PRO": "M", "SEC": "0", "YEA": "1865", "CITY": "CATANIA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7312	sabatelli-vita-1910-07-19	{"a3": "1597"}	{"lerrcp": "A3-1597"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vita", "family": "Sabatelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RI", "c3": null, "cy": "IT", "lg": 13.25, "lat": 42.4, "name": "BORGOCOLLEFEGAT", "geoid": 0}, "notime": null, "date-ut": "1910-07-19 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Vita", "family": "Sabatelli"}, "birth": {"place": {"c2": "RI", "cy": "IT", "lg": 13.25, "lat": 42.4, "name": "BORGOCOLLEFEGAT", "geoid": 0}, "date-ut": "1910-07-19 15:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1597"}, "ids-in-sources": {"a3": "1597"}}, "raw": {"H": "16", "MN": "0", "TZ": "-1", "COD": "RI", "COU": "I", "DAY": "19", "LAT": "42N24", "LON": "13E15", "MON": "7", "NUM": "1597", "PRO": "M", "SEC": "0", "YEA": "1910", "CITY": "BORGOCOLLEFEGAT"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7313	gauquelin-a3-1598-1891-06-03	{"a3": "1598"}	{"lerrcp": "A3-1598"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1598", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.61894, "lat": 44.91245, "name": "Alessandria", "geoid": 3183299}, "notime": null, "date-ut": "1891-06-03 23:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1598"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.61894, "lat": 44.91245, "name": "Alessandria", "geoid": 3183299}, "date-ut": "1891-06-03 23:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1598"}, "ids-in-sources": {"a3": "1598"}}, "raw": {"H": "0", "MN": "10", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "4", "LAT": "45N 0", "LON": "9E 0", "MON": "6", "NUM": "1598", "PRO": "M", "SEC": "4", "YEA": "1891", "CITY": "ALESSANDRIA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7314	sacco-francesco-1877-09-20	{"a3": "1599"}	{"lerrcp": "A3-1599"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Sacco", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CB", "c3": null, "cy": "IT", "lg": 14.75, "lat": 41.6, "name": "SANTA CROCE DI", "geoid": 0}, "notime": null, "date-ut": "1877-09-20 13:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Sacco"}, "birth": {"place": {"c2": "CB", "cy": "IT", "lg": 14.75, "lat": 41.6, "name": "SANTA CROCE DI", "geoid": 0}, "date-ut": "1877-09-20 13:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1599"}, "ids-in-sources": {"a3": "1599"}}, "raw": {"H": "14", "MN": "10", "TZ": "-1", "COD": "CB", "COU": "I", "DAY": "20", "LAT": "41N36", "LON": "14E45", "MON": "9", "NUM": "1599", "PRO": "M", "SEC": "4", "YEA": "1877", "CITY": "SANTA CROCE DI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
5217	sacco-luigi-1883-08-01	{"a2": "3134", "a3": "1600"}	{"lerrcp": "A2-3134"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Sacco", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CN", "c3": null, "cy": "IT", "lg": 8.0347, "lat": 44.6999, "name": "Alba", "geoid": 3183364}, "notime": null, "date-ut": "1883-08-01 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist", "military-personnel"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Sacco"}, "birth": {"place": {"c2": "CN", "cy": "IT", "lg": 8.0347, "lat": 44.6999, "name": "Alba", "geoid": 3183364}, "date-ut": "1883-08-01 03:10:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3134"}, "ids-in-sources": {"a2": "3134"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "CN", "COU": "I", "DAY": "1", "LAT": "44N24", "LON": "7E15", "MON": "8", "NUM": "3134", "PRO": "S", "SEC": "4", "YEA": "1883", "CITY": "ALBA"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["military-personnel"], "sources": "a3", "ids-in-sources": {"a3": "1600"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "CN", "COU": "I", "DAY": "1", "LAT": "44N24", "LON": "7E15", "MON": "8", "NUM": "1600", "PRO": "M", "SEC": "4", "YEA": "1883", "CITY": "ALBA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7315	sacco-umberto-1898-06-09	{"a3": "1601"}	{"lerrcp": "A3-1601"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Umberto", "family": "Sacco", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CN", "c3": null, "cy": "IT", "lg": 8.0347, "lat": 44.6999, "name": "Alba", "geoid": 3183364}, "notime": null, "date-ut": "1898-06-09 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Umberto", "family": "Sacco"}, "birth": {"place": {"c2": "CN", "cy": "IT", "lg": 8.0347, "lat": 44.6999, "name": "Alba", "geoid": 3183364}, "date-ut": "1898-06-09 02:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1601"}, "ids-in-sources": {"a3": "1601"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "CN", "COU": "I", "DAY": "9", "LAT": "44N24", "LON": "7E15", "MON": "6", "NUM": "1601", "PRO": "M", "SEC": "0", "YEA": "1898", "CITY": "ALBA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7316	saccomani-giuseppe-1867-05-02	{"a3": "1602"}	{"lerrcp": "A3-1602"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Saccomani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CN", "c3": null, "cy": "IT", "lg": 7.87444, "lat": 44.48104, "name": "Carrù", "geoid": 3180405}, "notime": null, "date-ut": "1867-05-02 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Saccomani"}, "birth": {"place": {"c2": "CN", "cy": "IT", "lg": 7.87444, "lat": 44.48104, "name": "Carrù", "geoid": 3180405}, "date-ut": "1867-05-02 07:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1602"}, "ids-in-sources": {"a3": "1602"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "CN", "COU": "I", "DAY": "2", "LAT": "44N24", "LON": "7E15", "MON": "5", "NUM": "1602", "PRO": "M", "SEC": "4", "YEA": "1867", "CITY": "CARRU"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7317	salaris-ignazio-1892-04-11	{"a3": "1603"}	{"lerrcp": "A3-1603"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ignazio", "family": "Salaris", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NU", "c3": null, "cy": "IT", "lg": 8.83622, "lat": 40.28286, "name": "Bortigali", "geoid": 3181712}, "notime": null, "date-ut": "1892-04-11 14:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ignazio", "family": "Salaris"}, "birth": {"place": {"c2": "NU", "cy": "IT", "lg": 8.83622, "lat": 40.28286, "name": "Bortigali", "geoid": 3181712}, "date-ut": "1892-04-11 14:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1603"}, "ids-in-sources": {"a3": "1603"}}, "raw": {"H": "15", "MN": "10", "TZ": "-1", "COD": "NU", "COU": "I", "DAY": "11", "LAT": "40N18", "LON": "10E 0", "MON": "4", "NUM": "1603", "PRO": "M", "SEC": "4", "YEA": "1892", "CITY": "BORTIGALI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7318	salice-francesco-1867-08-09	{"a3": "1604"}	{"lerrcp": "A3-1604"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Salice", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.86374, "lat": 44.89784, "name": "Tortona", "geoid": 3165370}, "notime": null, "date-ut": "1867-08-09 01:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Salice"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.86374, "lat": 44.89784, "name": "Tortona", "geoid": 3165370}, "date-ut": "1867-08-09 01:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1604"}, "ids-in-sources": {"a3": "1604"}}, "raw": {"H": "2", "MN": "10", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "9", "LAT": "45N 0", "LON": "9E 0", "MON": "8", "NUM": "1604", "PRO": "M", "SEC": "4", "YEA": "1867", "CITY": "TORTONA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7319	salinardi-pasquale-1868-02-10	{"a3": "1605"}	{"lerrcp": "A3-1605"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pasquale", "family": "Salinardi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PZ", "c3": null, "cy": "IT", "lg": 15.67896, "lat": 40.71802, "name": "Ruoti", "geoid": 3168791}, "notime": null, "date-ut": "1868-02-10 09:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pasquale", "family": "Salinardi"}, "birth": {"place": {"c2": "PZ", "cy": "IT", "lg": 15.67896, "lat": 40.71802, "name": "Ruoti", "geoid": 3168791}, "date-ut": "1868-02-10 09:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1605"}, "ids-in-sources": {"a3": "1605"}}, "raw": {"H": "10", "MN": "10", "TZ": "-1", "COD": "PZ", "COU": "I", "DAY": "10", "LAT": "40N30", "LON": "15E45", "MON": "2", "NUM": "1605", "PRO": "M", "SEC": "4", "YEA": "1868", "CITY": "RUOTI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7320	saloni-soccorso-1895-05-08	{"a3": "1606"}	{"lerrcp": "A3-1606"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Soccorso", "family": "Saloni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LE", "c3": null, "cy": "IT", "lg": 18.17202, "lat": 40.35703, "name": "Lecce", "geoid": 3174953}, "notime": null, "date-ut": "1895-05-08 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Soccorso", "family": "Saloni"}, "birth": {"place": {"c2": "LE", "cy": "IT", "lg": 18.17202, "lat": 40.35703, "name": "Lecce", "geoid": 3174953}, "date-ut": "1895-05-08 18:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1606"}, "ids-in-sources": {"a3": "1606"}}, "raw": {"H": "19", "MN": "30", "TZ": "-1", "COD": "LE", "COU": "I", "DAY": "8", "LAT": "40N24", "LON": "18E45", "MON": "5", "NUM": "1606", "PRO": "M", "SEC": "0", "YEA": "1895", "CITY": "LECCE"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7321	salza-silvio-1879-01-12	{"a3": "1607"}	{"lerrcp": "A3-1607"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Silvio", "family": "Salza", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1879-01-12 20:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Silvio", "family": "Salza"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1879-01-12 20:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1607"}, "ids-in-sources": {"a3": "1607"}}, "raw": {"H": "21", "MN": "40", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "12", "LAT": "45N 0", "LON": "8E 0", "MON": "1", "NUM": "1607", "PRO": "M", "SEC": "4", "YEA": "1879", "CITY": "TORINO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7322	somaggia-alfonso-1893-09-09	{"a3": "1608"}	{"lerrcp": "A3-1608"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfonso", "family": "Somaggia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1893-09-09 19:30:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alfonso", "family": "Somaggia"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1893-09-09 19:30:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1608"}, "ids-in-sources": {"a3": "1608"}}, "raw": {"H": "20", "MN": "30", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "9", "LAT": "44N30", "LON": "11E 0", "MON": "9", "NUM": "1608", "PRO": "M", "SEC": "4", "YEA": "1893", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7323	sanita-donato-1917-03-12	{"a3": "1609"}	{"lerrcp": "A3-1609"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Donato", "family": "Sanita", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PZ", "c3": null, "cy": "IT", "lg": 16.01627, "lat": 40.69422, "name": "Tolve", "geoid": 3165582}, "notime": null, "date-ut": "1917-03-12 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Donato", "family": "Sanita"}, "birth": {"place": {"c2": "PZ", "cy": "IT", "lg": 16.01627, "lat": 40.69422, "name": "Tolve", "geoid": 3165582}, "date-ut": "1917-03-12 01:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1609"}, "ids-in-sources": {"a3": "1609"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "PZ", "COU": "I", "DAY": "12", "LAT": "40N30", "LON": "15E45", "MON": "3", "NUM": "1609", "PRO": "M", "SEC": "0", "YEA": "1917", "CITY": "TOLVE"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7324	santini-ruggero-1870-04-16	{"a3": "1610"}	{"lerrcp": "A3-1610"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ruggero", "family": "Santini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PA", "c3": null, "cy": "IT", "lg": 13.5, "lat": 38, "name": "VENTIMIGLIA DI", "geoid": 0}, "notime": null, "date-ut": "1870-04-16 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ruggero", "family": "Santini"}, "birth": {"place": {"c2": "PA", "cy": "IT", "lg": 13.5, "lat": 38, "name": "VENTIMIGLIA DI", "geoid": 0}, "date-ut": "1870-04-16 03:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1610"}, "ids-in-sources": {"a3": "1610"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "PA", "COU": "I", "DAY": "16", "LAT": "38N 0", "LON": "13E30", "MON": "4", "NUM": "1610", "PRO": "M", "SEC": "4", "YEA": "1870", "CITY": "VENTIMIGLIA DI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7325	santoro-carlo-1900-05-03	{"a3": "1611"}	{"lerrcp": "A3-1611"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Santoro", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SA", "c3": null, "cy": "IT", "lg": 15.25, "lat": 40.7, "name": "CAVA DEI TIRRENI", "geoid": 0}, "notime": null, "date-ut": "1900-05-03 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Santoro"}, "birth": {"place": {"c2": "SA", "cy": "IT", "lg": 15.25, "lat": 40.7, "name": "CAVA DEI TIRRENI", "geoid": 0}, "date-ut": "1900-05-03 06:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1611"}, "ids-in-sources": {"a3": "1611"}}, "raw": {"H": "7", "MN": "30", "TZ": "-1", "COD": "SA", "COU": "I", "DAY": "3", "LAT": "40N42", "LON": "15E15", "MON": "5", "NUM": "1611", "PRO": "M", "SEC": "0", "YEA": "1900", "CITY": "CAVA DEI TIRRENI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7326	sapienza-luigi-1866-03-10	{"a3": "1612"}	{"lerrcp": "A3-1612"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Sapienza", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "notime": null, "date-ut": "1866-03-10 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Sapienza"}, "birth": {"place": {"c2": "CT", "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "date-ut": "1866-03-10 04:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1612"}, "ids-in-sources": {"a3": "1612"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "CT", "COU": "I", "DAY": "10", "LAT": "37N30", "LON": "15E 0", "MON": "3", "NUM": "1612", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "CATANIA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7327	sartori-pietro-1861-11-17	{"a3": "1613"}	{"lerrcp": "A3-1613"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Sartori", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MS", "c3": null, "cy": "IT", "lg": 9.99507, "lat": 44.31494, "name": "Bagnone", "geoid": 3182497}, "notime": null, "date-ut": "1861-11-17 04:18"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pietro", "family": "Sartori"}, "birth": {"place": {"c2": "MS", "cy": "IT", "lg": 9.99507, "lat": 44.31494, "name": "Bagnone", "geoid": 3182497}, "date-ut": "1861-11-17 04:18"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1613"}, "ids-in-sources": {"a3": "1613"}}, "raw": {"H": "5", "MN": "18", "TZ": "-1", "COD": "MS", "COU": "I", "DAY": "17", "LAT": "44N 0", "LON": "10E30", "MON": "11", "NUM": "1613", "PRO": "M", "SEC": "0", "YEA": "1861", "CITY": "BAGNONE"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7328	sasso-marco-1896-04-05	{"a3": "1614"}	{"lerrcp": "A3-1614"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marco", "family": "Sasso", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VI", "c3": null, "cy": "IT", "lg": 11.6607, "lat": 45.8563, "name": "Valstagna", "geoid": 3164754}, "notime": null, "date-ut": "1896-04-05 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marco", "family": "Sasso"}, "birth": {"place": {"c2": "VI", "cy": "IT", "lg": 11.6607, "lat": 45.8563, "name": "Valstagna", "geoid": 3164754}, "date-ut": "1896-04-05 22:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1614"}, "ids-in-sources": {"a3": "1614"}}, "raw": {"H": "23", "MN": "0", "TZ": "-1", "COD": "VI", "COU": "I", "DAY": "5", "LAT": "45N30", "LON": "12E 0", "MON": "4", "NUM": "1614", "PRO": "M", "SEC": "0", "YEA": "1896", "CITY": "VALSTAGNA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7329	scala-fabio-1876-11-01	{"a3": "1615"}	{"lerrcp": "A3-1615"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fabio", "family": "Scala", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1876-11-01 10:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Fabio", "family": "Scala"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1876-11-01 10:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1615"}, "ids-in-sources": {"a3": "1615"}}, "raw": {"H": "11", "MN": "40", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "1", "LAT": "45N 0", "LON": "8E 0", "MON": "11", "NUM": "1615", "PRO": "M", "SEC": "4", "YEA": "1876", "CITY": "TORINO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7330	scalfaro-ercolino-1881-05-11	{"a3": "1616"}	{"lerrcp": "A3-1616"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ercolino", "family": "Scalfaro", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CZ", "c3": null, "cy": "IT", "lg": 16.5987, "lat": 38.89079, "name": "Catanzaro", "geoid": 2525059}, "notime": null, "date-ut": "1881-05-11 22:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ercolino", "family": "Scalfaro"}, "birth": {"place": {"c2": "CZ", "cy": "IT", "lg": 16.5987, "lat": 38.89079, "name": "Catanzaro", "geoid": 2525059}, "date-ut": "1881-05-11 22:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1616"}, "ids-in-sources": {"a3": "1616"}}, "raw": {"H": "23", "MN": "40", "TZ": "-1", "COD": "CZ", "COU": "I", "DAY": "11", "LAT": "39N 0", "LON": "17E30", "MON": "5", "NUM": "1616", "PRO": "M", "SEC": "4", "YEA": "1881", "CITY": "CATANZARO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7331	scandaliato-angelo-1869-02-16	{"a3": "1617"}	{"lerrcp": "A3-1617"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Scandaliato", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AG", "c3": null, "cy": "IT", "lg": 13.08399, "lat": 37.50693, "name": "Sciacca", "geoid": 2523194}, "notime": null, "date-ut": "1869-02-16 23:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Angelo", "family": "Scandaliato"}, "birth": {"place": {"c2": "AG", "cy": "IT", "lg": 13.08399, "lat": 37.50693, "name": "Sciacca", "geoid": 2523194}, "date-ut": "1869-02-16 23:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1617"}, "ids-in-sources": {"a3": "1617"}}, "raw": {"H": "0", "MN": "10", "TZ": "-1", "COD": "AG", "COU": "I", "DAY": "17", "LAT": "37N12", "LON": "13E30", "MON": "2", "NUM": "1617", "PRO": "M", "SEC": "4", "YEA": "1869", "CITY": "SCIACCA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7332	scapin-g-1876-04-18	{"a3": "1618"}	{"lerrcp": "A3-1618"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "G", "family": "Scapin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "notime": null, "date-ut": "1876-04-18 01:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "G", "family": "Scapin"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "date-ut": "1876-04-18 01:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1618"}, "ids-in-sources": {"a3": "1618"}}, "raw": {"H": "2", "MN": "10", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "18", "LAT": "45N24", "LON": "12E15", "MON": "4", "NUM": "1618", "PRO": "M", "SEC": "4", "YEA": "1876", "CITY": "PADOVA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7333	scatolone-angelo-1877-08-03	{"a3": "1619"}	{"lerrcp": "A3-1619"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Scatolone", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CB", "c3": null, "cy": "IT", "lg": 14.66753, "lat": 41.56003, "name": "Campobasso", "geoid": 3180991}, "notime": null, "date-ut": "1877-08-03 10:12:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Angelo", "family": "Scatolone"}, "birth": {"place": {"c2": "CB", "cy": "IT", "lg": 14.66753, "lat": 41.56003, "name": "Campobasso", "geoid": 3180991}, "date-ut": "1877-08-03 10:12:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1619"}, "ids-in-sources": {"a3": "1619"}}, "raw": {"H": "11", "MN": "12", "TZ": "-1", "COD": "CB", "COU": "I", "DAY": "3", "LAT": "41N36", "LON": "14E45", "MON": "8", "NUM": "1619", "PRO": "M", "SEC": "4", "YEA": "1877", "CITY": "CAMPOBASSO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7334	schiro-giacomo-1901-11-23	{"a3": "1620"}	{"lerrcp": "A3-1620"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giacomo", "family": "Schiro", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PA", "c3": null, "cy": "IT", "lg": 13.5, "lat": 38, "name": "PIANA DEI ALBAN", "geoid": 0}, "notime": null, "date-ut": "1901-11-23 14:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giacomo", "family": "Schiro"}, "birth": {"place": {"c2": "PA", "cy": "IT", "lg": 13.5, "lat": 38, "name": "PIANA DEI ALBAN", "geoid": 0}, "date-ut": "1901-11-23 14:45"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1620"}, "ids-in-sources": {"a3": "1620"}}, "raw": {"H": "15", "MN": "45", "TZ": "-1", "COD": "PA", "COU": "I", "DAY": "23", "LAT": "38N 0", "LON": "13E30", "MON": "11", "NUM": "1620", "PRO": "M", "SEC": "0", "YEA": "1901", "CITY": "PIANA DEI ALBAN"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7335	gauquelin-a3-1621-1862-09-23	{"a3": "1621"}	{"lerrcp": "A3-1621"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1621", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TA", "c3": null, "cy": "IT", "lg": 17.3339, "lat": 40.70313, "name": "Martina Franca", "geoid": 3173841}, "notime": null, "date-ut": "1862-09-23 10:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1621"}, "birth": {"place": {"c2": "TA", "cy": "IT", "lg": 17.3339, "lat": 40.70313, "name": "Martina Franca", "geoid": 3173841}, "date-ut": "1862-09-23 10:50"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1621"}, "ids-in-sources": {"a3": "1621"}}, "raw": {"H": "11", "MN": "50", "TZ": "-1", "COD": "TA", "COU": "I", "DAY": "23", "LAT": "40N30", "LON": "17E30", "MON": "9", "NUM": "1621", "PRO": "M", "SEC": "0", "YEA": "1862", "CITY": "MARTINA FRANCA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7336	scianna-ciro-1887-03-07	{"a3": "1622"}	{"lerrcp": "A3-1622"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ciro", "family": "Scianna", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PA", "c3": null, "cy": "IT", "lg": 13.51236, "lat": 38.07892, "name": "Bagheria", "geoid": 2525628}, "notime": null, "date-ut": "1887-03-07 22:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ciro", "family": "Scianna"}, "birth": {"place": {"c2": "PA", "cy": "IT", "lg": 13.51236, "lat": 38.07892, "name": "Bagheria", "geoid": 2525628}, "date-ut": "1887-03-07 22:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1622"}, "ids-in-sources": {"a3": "1622"}}, "raw": {"H": "23", "MN": "10", "TZ": "-1", "COD": "PA", "COU": "I", "DAY": "7", "LAT": "38N 0", "LON": "13E30", "MON": "3", "NUM": "1622", "PRO": "M", "SEC": "4", "YEA": "1887", "CITY": "BAGHERIA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7337	scimeca-vito-1875-01-08	{"a3": "1623"}	{"lerrcp": "A3-1623"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vito", "family": "Scimeca", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PA", "c3": null, "cy": "IT", "lg": 13.55945, "lat": 37.89825, "name": "Ciminna", "geoid": 2524989}, "notime": null, "date-ut": "1875-01-08 08:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Vito", "family": "Scimeca"}, "birth": {"place": {"c2": "PA", "cy": "IT", "lg": 13.55945, "lat": 37.89825, "name": "Ciminna", "geoid": 2524989}, "date-ut": "1875-01-08 08:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1623"}, "ids-in-sources": {"a3": "1623"}}, "raw": {"H": "9", "MN": "40", "TZ": "-1", "COD": "PA", "COU": "I", "DAY": "8", "LAT": "38N 0", "LON": "13E30", "MON": "1", "NUM": "1623", "PRO": "M", "SEC": "4", "YEA": "1875", "CITY": "CIMINNA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7338	scintu-raimondo-1889-09-24	{"a3": "1624"}	{"lerrcp": "A3-1624"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raimondo", "family": "Scintu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "IT", "lg": 9.0363, "lat": 39.5564, "name": "Guasila", "geoid": 2524551}, "notime": null, "date-ut": "1889-09-24 02:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Raimondo", "family": "Scintu"}, "birth": {"place": {"c2": "CA", "cy": "IT", "lg": 9.0363, "lat": 39.5564, "name": "Guasila", "geoid": 2524551}, "date-ut": "1889-09-24 02:25:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1624"}, "ids-in-sources": {"a3": "1624"}}, "raw": {"H": "3", "MN": "25", "TZ": "-1", "COD": "CA", "COU": "I", "DAY": "24", "LAT": "39N24", "LON": "9E 0", "MON": "9", "NUM": "1624", "PRO": "M", "SEC": "4", "YEA": "1889", "CITY": "GUASILA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7339	scipione-scipione-1867-04-18	{"a3": "1625"}	{"lerrcp": "A3-1625"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Scipione", "family": "Scipione", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 12.11634, "lat": 43.49825, "name": "Citerna", "geoid": 3178629}, "notime": null, "date-ut": "1867-04-18 20:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Scipione", "family": "Scipione"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 12.11634, "lat": 43.49825, "name": "Citerna", "geoid": 3178629}, "date-ut": "1867-04-18 20:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1625"}, "ids-in-sources": {"a3": "1625"}}, "raw": {"H": "21", "MN": "10", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "18", "LAT": "43N 0", "LON": "13E 0", "MON": "4", "NUM": "1625", "PRO": "M", "SEC": "4", "YEA": "1867", "CITY": "CITERNA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7340	scire-sebastiano-1890-10-12	{"a3": "1626"}	{"lerrcp": "A3-1626"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sebastiano", "family": "Scire", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SR", "c3": null, "cy": "IT", "lg": 14.88059, "lat": 37.22645, "name": "Francofonte", "geoid": 2524704}, "notime": null, "date-ut": "1890-10-12 01:15:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Sebastiano", "family": "Scire"}, "birth": {"place": {"c2": "SR", "cy": "IT", "lg": 14.88059, "lat": 37.22645, "name": "Francofonte", "geoid": 2524704}, "date-ut": "1890-10-12 01:15:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1626"}, "ids-in-sources": {"a3": "1626"}}, "raw": {"H": "2", "MN": "15", "TZ": "-1", "COD": "SR", "COU": "I", "DAY": "12", "LAT": "37N 0", "LON": "15E30", "MON": "10", "NUM": "1626", "PRO": "M", "SEC": "4", "YEA": "1890", "CITY": "FRANCOFONTE"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7341	scotti-arcangelo-1860-01-07	{"a3": "1627"}	{"lerrcp": "A3-1627"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arcangelo", "family": "Scotti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CE", "c3": null, "cy": "IT", "lg": 14.5, "lat": 41.1, "name": "BAIA E LATINA", "geoid": 0}, "notime": null, "date-ut": "1860-01-07 22:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Arcangelo", "family": "Scotti"}, "birth": {"place": {"c2": "CE", "cy": "IT", "lg": 14.5, "lat": 41.1, "name": "BAIA E LATINA", "geoid": 0}, "date-ut": "1860-01-07 22:02"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1627"}, "ids-in-sources": {"a3": "1627"}}, "raw": {"H": "23", "MN": "2", "TZ": "-1", "COD": "CE", "COU": "I", "DAY": "7", "LAT": "41N 6", "LON": "14E30", "MON": "1", "NUM": "1627", "PRO": "M", "SEC": "0", "YEA": "1860", "CITY": "BAIA E LATINA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7342	scribani-rossi-alfredo-1844-07-18	{"a3": "1628"}	{"lerrcp": "A3-1628"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Scribani Rossi Alfredo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PC", "c3": null, "cy": "IT", "lg": 9.69937, "lat": 45.04676, "name": "Piacenza", "geoid": 3171058}, "notime": null, "date-ut": "1844-07-18 07:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Scribani Rossi Alfredo"}, "birth": {"place": {"c2": "PC", "cy": "IT", "lg": 9.69937, "lat": 45.04676, "name": "Piacenza", "geoid": 3171058}, "date-ut": "1844-07-18 07:21"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1628"}, "ids-in-sources": {"a3": "1628"}}, "raw": {"H": "8", "MN": "21", "TZ": "-1", "COD": "PC", "COU": "I", "DAY": "18", "LAT": "45N 0", "LON": "9E45", "MON": "7", "NUM": "1628", "PRO": "M", "SEC": "0", "YEA": "1844", "CITY": "PIACENZA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7343	scribani-rossi-stefano-1850-09-02	{"a3": "1629"}	{"lerrcp": "A3-1629"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Scribani Rossi Stefano", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PC", "c3": null, "cy": "IT", "lg": 9.69937, "lat": 45.04676, "name": "Piacenza", "geoid": 3171058}, "notime": null, "date-ut": "1850-09-02 06:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Scribani Rossi Stefano"}, "birth": {"place": {"c2": "PC", "cy": "IT", "lg": 9.69937, "lat": 45.04676, "name": "Piacenza", "geoid": 3171058}, "date-ut": "1850-09-02 06:51"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1629"}, "ids-in-sources": {"a3": "1629"}}, "raw": {"H": "7", "MN": "51", "TZ": "-1", "COD": "PC", "COU": "I", "DAY": "2", "LAT": "45N 0", "LON": "9E45", "MON": "9", "NUM": "1629", "PRO": "M", "SEC": "0", "YEA": "1850", "CITY": "PIACENZA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17915	buffenoir-maurice-1917-02-20	{"e1": "282"}	{"lerrcp": "E1-282"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Buffenoir", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1917-02-20 10:30", "note": null, "place": {"c1": null, "c2": "02", "c3": "", "cy": "FR", "lg": 3.40304, "lat": 49.04636, "name": "Château-Thierry", "geoid": 3026194}, "notime": null, "date-ut": "1917-02-20 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Buffenoir"}, "birth": {"tzo": "+00:00", "date": "1917-02-20 10:30", "place": {"c2": "02", "c3": "", "cy": "FR", "lg": 3.40304, "lat": 49.04636, "name": "Château-Thierry", "geoid": 3026194}, "date-ut": "1917-02-20 10:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "282"}}, "raw": {"H": "10:30", "COD": "02", "DAY": "20", "MON": "02", "NUM": "0282", "PRO": "MI", "YEA": "1917", "CITY": "Château-Thierry", "NAME": "BUFFENOIR Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
7345	segre-guido-1871-03-30	{"a3": "1631"}	{"lerrcp": "A3-1631"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guido", "family": "Segre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "notime": null, "date-ut": "1871-03-30 16:20:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Guido", "family": "Segre"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "date-ut": "1871-03-30 16:20:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1631"}, "ids-in-sources": {"a3": "1631"}}, "raw": {"H": "17", "MN": "20", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "30", "LAT": "44N36", "LON": "11E15", "MON": "3", "NUM": "1631", "PRO": "M", "SEC": "4", "YEA": "1871", "CITY": "MODENA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7346	segre-roberto-1872-04-06	{"a3": "1632"}	{"lerrcp": "A3-1632"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roberto", "family": "Segre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1872-04-06 22:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Roberto", "family": "Segre"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1872-04-06 22:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1632"}, "ids-in-sources": {"a3": "1632"}}, "raw": {"H": "23", "MN": "10", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "6", "LAT": "45N 0", "LON": "8E 0", "MON": "4", "NUM": "1632", "PRO": "M", "SEC": "4", "YEA": "1872", "CITY": "TORINO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7347	serato-rizieri-1889-09-21	{"a3": "1633"}	{"lerrcp": "A3-1633"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rizieri", "family": "Serato", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45.4, "name": "SAN MARTINO DI", "geoid": 0}, "notime": null, "date-ut": "1889-09-21 05:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Rizieri", "family": "Serato"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 12.25, "lat": 45.4, "name": "SAN MARTINO DI", "geoid": 0}, "date-ut": "1889-09-21 05:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1633"}, "ids-in-sources": {"a3": "1633"}}, "raw": {"H": "6", "MN": "10", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "21", "LAT": "45N24", "LON": "12E15", "MON": "9", "NUM": "1633", "PRO": "M", "SEC": "4", "YEA": "1889", "CITY": "SAN MARTINO DI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7348	gauquelin-a3-1634-1894-07-12	{"a3": "1634"}	{"lerrcp": "A3-1634"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1634", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SO", "c3": null, "cy": "IT", "lg": 9.86915, "lat": 46.169, "name": "Sondrio", "geoid": 3166397}, "notime": null, "date-ut": "1894-07-12 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1634"}, "birth": {"place": {"c2": "SO", "cy": "IT", "lg": 9.86915, "lat": 46.169, "name": "Sondrio", "geoid": 3166397}, "date-ut": "1894-07-12 01:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1634"}, "ids-in-sources": {"a3": "1634"}}, "raw": {"H": "2", "MN": "30", "TZ": "-1", "COD": "SO", "COU": "I", "DAY": "12", "LAT": "46N12", "LON": "10E 0", "MON": "7", "NUM": "1634", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "SONDRIO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7349	sestilli-giovanni-1867-03-02	{"a3": "1635"}	{"lerrcp": "A3-1635"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Sestilli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AN", "c3": null, "cy": "IT", "lg": 13.51008, "lat": 43.59816, "name": "Ancona", "geoid": 3183089}, "notime": null, "date-ut": "1867-03-02 13:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Sestilli"}, "birth": {"place": {"c2": "AN", "cy": "IT", "lg": 13.51008, "lat": 43.59816, "name": "Ancona", "geoid": 3183089}, "date-ut": "1867-03-02 13:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1635"}, "ids-in-sources": {"a3": "1635"}}, "raw": {"H": "14", "MN": "10", "TZ": "-1", "COD": "AN", "COU": "I", "DAY": "2", "LAT": "43N42", "LON": "13E45", "MON": "3", "NUM": "1635", "PRO": "M", "SEC": "4", "YEA": "1867", "CITY": "ANCONA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7350	gauquelin-a3-1636-1894-12-19	{"a3": "1636"}	{"lerrcp": "A3-1636"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1636", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 9.15015, "lat": 45.04836, "name": "Robecco Pavese", "geoid": 6534580}, "notime": null, "date-ut": "1894-12-19 20:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1636"}, "birth": {"place": {"c2": "PV", "cy": "IT", "lg": 9.15015, "lat": 45.04836, "name": "Robecco Pavese", "geoid": 6534580}, "date-ut": "1894-12-19 20:15"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1636"}, "ids-in-sources": {"a3": "1636"}}, "raw": {"H": "21", "MN": "15", "TZ": "-1", "COD": "PV", "COU": "I", "DAY": "19", "LAT": "45N12", "LON": "9E 0", "MON": "12", "NUM": "1636", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "ROBECCO PAVESE"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7351	setti-fulvio-1914-02-16	{"a3": "1637"}	{"lerrcp": "A3-1637"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fulvio", "family": "Setti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "notime": null, "date-ut": "1914-02-16 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Fulvio", "family": "Setti"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "date-ut": "1914-02-16 14:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1637"}, "ids-in-sources": {"a3": "1637"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "16", "LAT": "44N36", "LON": "11E15", "MON": "2", "NUM": "1637", "PRO": "M", "SEC": "0", "YEA": "1914", "CITY": "MODENA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7352	settino-luigi-1897-01-16	{"a3": "1638"}	{"lerrcp": "A3-1638"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Settino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CS", "c3": null, "cy": "IT", "lg": 16.5, "lat": 39.3, "name": "SAN PIETRO IN G", "geoid": 0}, "notime": null, "date-ut": "1897-01-16 18:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Settino"}, "birth": {"place": {"c2": "CS", "cy": "IT", "lg": 16.5, "lat": 39.3, "name": "SAN PIETRO IN G", "geoid": 0}, "date-ut": "1897-01-16 18:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1638"}, "ids-in-sources": {"a3": "1638"}}, "raw": {"H": "19", "MN": "40", "TZ": "-1", "COD": "CS", "COU": "I", "DAY": "16", "LAT": "39N18", "LON": "16E30", "MON": "1", "NUM": "1638", "PRO": "M", "SEC": "0", "YEA": "1897", "CITY": "SAN PIETRO IN G"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7353	severini-augusto-1862-11-09	{"a3": "1639"}	{"lerrcp": "A3-1639"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Augusto", "family": "Severini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PZ", "c3": null, "cy": "IT", "lg": 15.65364, "lat": 40.99656, "name": "Melfi", "geoid": 3173615}, "notime": null, "date-ut": "1862-11-09 04:27"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Augusto", "family": "Severini"}, "birth": {"place": {"c2": "PZ", "cy": "IT", "lg": 15.65364, "lat": 40.99656, "name": "Melfi", "geoid": 3173615}, "date-ut": "1862-11-09 04:27"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1639"}, "ids-in-sources": {"a3": "1639"}}, "raw": {"H": "5", "MN": "27", "TZ": "-1", "COD": "PZ", "COU": "I", "DAY": "9", "LAT": "40N30", "LON": "15E45", "MON": "11", "NUM": "1639", "PRO": "M", "SEC": "0", "YEA": "1862", "CITY": "MELFI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7354	severini-gustavo-1850-08-09	{"a3": "1640"}	{"lerrcp": "A3-1640"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustavo", "family": "Severini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PZ", "c3": null, "cy": "IT", "lg": 15.65364, "lat": 40.99656, "name": "Melfi", "geoid": 3173615}, "notime": null, "date-ut": "1850-08-09 18:57"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gustavo", "family": "Severini"}, "birth": {"place": {"c2": "PZ", "cy": "IT", "lg": 15.65364, "lat": 40.99656, "name": "Melfi", "geoid": 3173615}, "date-ut": "1850-08-09 18:57"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1640"}, "ids-in-sources": {"a3": "1640"}}, "raw": {"H": "19", "MN": "57", "TZ": "-1", "COD": "PZ", "COU": "I", "DAY": "9", "LAT": "40N30", "LON": "15E45", "MON": "8", "NUM": "1640", "PRO": "M", "SEC": "0", "YEA": "1850", "CITY": "MELFI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7355	siciliani-domenico-1879-05-01	{"a3": "1641"}	{"lerrcp": "A3-1641"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Domenico", "family": "Siciliani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CZ", "c3": null, "cy": "IT", "lg": 17.5, "lat": 39, "name": "CIRO", "geoid": 0}, "notime": null, "date-ut": "1879-05-01 02:20:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Domenico", "family": "Siciliani"}, "birth": {"place": {"c2": "CZ", "cy": "IT", "lg": 17.5, "lat": 39, "name": "CIRO", "geoid": 0}, "date-ut": "1879-05-01 02:20:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1641"}, "ids-in-sources": {"a3": "1641"}}, "raw": {"H": "3", "MN": "20", "TZ": "-1", "COD": "CZ", "COU": "I", "DAY": "1", "LAT": "39N 0", "LON": "17E30", "MON": "5", "NUM": "1641", "PRO": "M", "SEC": "4", "YEA": "1879", "CITY": "CIRO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7356	siffredi-angelo-1896-05-06	{"a3": "1642"}	{"lerrcp": "A3-1642"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Siffredi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "IM", "c3": null, "cy": "IT", "lg": 8.03083, "lat": 43.8875, "name": "Imperia", "geoid": 3175532}, "notime": null, "date-ut": "1896-05-06 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Angelo", "family": "Siffredi"}, "birth": {"place": {"c2": "IM", "cy": "IT", "lg": 8.03083, "lat": 43.8875, "name": "Imperia", "geoid": 3175532}, "date-ut": "1896-05-06 14:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1642"}, "ids-in-sources": {"a3": "1642"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "IM", "COU": "I", "DAY": "6", "LAT": "43N42", "LON": "8E 0", "MON": "5", "NUM": "1642", "PRO": "M", "SEC": "0", "YEA": "1896", "CITY": "IMPERIA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7357	sillicani-giuseppe-1881-09-29	{"a3": "1643"}	{"lerrcp": "A3-1643"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Sillicani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MS", "c3": null, "cy": "IT", "lg": 10.09987, "lat": 44.07834, "name": "Carrara", "geoid": 3180423}, "notime": null, "date-ut": "1881-09-29 22:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Sillicani"}, "birth": {"place": {"c2": "MS", "cy": "IT", "lg": 10.09987, "lat": 44.07834, "name": "Carrara", "geoid": 3180423}, "date-ut": "1881-09-29 22:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1643"}, "ids-in-sources": {"a3": "1643"}}, "raw": {"H": "23", "MN": "10", "TZ": "-1", "COD": "MS", "COU": "I", "DAY": "29", "LAT": "44N 0", "LON": "10E30", "MON": "9", "NUM": "1643", "PRO": "M", "SEC": "4", "YEA": "1881", "CITY": "CARRARA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7358	silva-giuseppe-1867-03-13	{"a3": "1644"}	{"lerrcp": "A3-1644"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Silva", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BR", "c3": null, "cy": "IT", "lg": 18, "lat": 40.6, "name": "SAN VITO DEI NO", "geoid": 0}, "notime": null, "date-ut": "1867-03-13 19:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Silva"}, "birth": {"place": {"c2": "BR", "cy": "IT", "lg": 18, "lat": 40.6, "name": "SAN VITO DEI NO", "geoid": 0}, "date-ut": "1867-03-13 19:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1644"}, "ids-in-sources": {"a3": "1644"}}, "raw": {"H": "20", "MN": "10", "TZ": "-1", "COD": "BR", "COU": "I", "DAY": "13", "LAT": "40N36", "LON": "18E 0", "MON": "3", "NUM": "1644", "PRO": "M", "SEC": "4", "YEA": "1867", "CITY": "SAN VITO DEI NO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7359	sirombo-giovanni-1862-08-09	{"a3": "1645"}	{"lerrcp": "A3-1645"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Sirombo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.48704, "lat": 44.94495, "name": "Quargnento", "geoid": 3169716}, "notime": null, "date-ut": "1862-08-09 14:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Sirombo"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.48704, "lat": 44.94495, "name": "Quargnento", "geoid": 3169716}, "date-ut": "1862-08-09 14:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1645"}, "ids-in-sources": {"a3": "1645"}}, "raw": {"H": "15", "MN": "24", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "9", "LAT": "45N 0", "LON": "9E 0", "MON": "8", "NUM": "1645", "PRO": "M", "SEC": "0", "YEA": "1862", "CITY": "QUARGNENTO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7360	solarino-umberto-1883-03-25	{"a3": "1646"}	{"lerrcp": "A3-1646"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Umberto", "family": "Solarino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RG", "c3": null, "cy": "IT", "lg": 14.77399, "lat": 36.84594, "name": "Modica", "geoid": 2524119}, "notime": null, "date-ut": "1883-03-25 01:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Umberto", "family": "Solarino"}, "birth": {"place": {"c2": "RG", "cy": "IT", "lg": 14.77399, "lat": 36.84594, "name": "Modica", "geoid": 2524119}, "date-ut": "1883-03-25 01:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1646"}, "ids-in-sources": {"a3": "1646"}}, "raw": {"H": "2", "MN": "40", "TZ": "-1", "COD": "RG", "COU": "I", "DAY": "25", "LAT": "37N 0", "LON": "14E45", "MON": "3", "NUM": "1646", "PRO": "M", "SEC": "4", "YEA": "1883", "CITY": "MODICA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7361	somigli-edoardo-1892-08-19	{"a3": "1647"}	{"lerrcp": "A3-1647"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edoardo", "family": "Somigli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SP", "c3": null, "cy": "IT", "lg": 9.84339, "lat": 44.11054, "name": "La Spezia", "geoid": 3175081}, "notime": null, "date-ut": "1892-08-19 05:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edoardo", "family": "Somigli"}, "birth": {"place": {"c2": "SP", "cy": "IT", "lg": 9.84339, "lat": 44.11054, "name": "La Spezia", "geoid": 3175081}, "date-ut": "1892-08-19 05:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1647"}, "ids-in-sources": {"a3": "1647"}}, "raw": {"H": "6", "MN": "10", "TZ": "-1", "COD": "SP", "COU": "I", "DAY": "19", "LAT": "44N 0", "LON": "10E15", "MON": "8", "NUM": "1647", "PRO": "M", "SEC": "4", "YEA": "1892", "CITY": "LA SPEZIA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7362	somma-donato-1862-11-25	{"a3": "1648"}	{"lerrcp": "A3-1648"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Donato", "family": "Somma", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SA", "c3": null, "cy": "IT", "lg": 15.25, "lat": 40.7, "name": "MERCATO SAN SEV", "geoid": 0}, "notime": null, "date-ut": "1862-11-25 09:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Donato", "family": "Somma"}, "birth": {"place": {"c2": "SA", "cy": "IT", "lg": 15.25, "lat": 40.7, "name": "MERCATO SAN SEV", "geoid": 0}, "date-ut": "1862-11-25 09:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1648"}, "ids-in-sources": {"a3": "1648"}}, "raw": {"H": "10", "MN": "14", "TZ": "-1", "COD": "SA", "COU": "I", "DAY": "25", "LAT": "40N42", "LON": "15E15", "MON": "11", "NUM": "1648", "PRO": "M", "SEC": "0", "YEA": "1862", "CITY": "MERCATO SAN SEV"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7363	somma-umberto-1878-11-20	{"a3": "1649"}	{"lerrcp": "A3-1649"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Umberto", "family": "Somma", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PT", "c3": null, "cy": "IT", "lg": 10.92361, "lat": 43.92125, "name": "Pistoia", "geoid": 3170621}, "notime": null, "date-ut": "1878-11-20 10:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Umberto", "family": "Somma"}, "birth": {"place": {"c2": "PT", "cy": "IT", "lg": 10.92361, "lat": 43.92125, "name": "Pistoia", "geoid": 3170621}, "date-ut": "1878-11-20 10:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1649"}, "ids-in-sources": {"a3": "1649"}}, "raw": {"H": "11", "MN": "40", "TZ": "-1", "COD": "PT", "COU": "I", "DAY": "20", "LAT": "44N 0", "LON": "11E15", "MON": "11", "NUM": "1649", "PRO": "M", "SEC": "4", "YEA": "1878", "CITY": "PISTOIA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7364	spaccamela-pio-1849-12-30	{"a3": "1650"}	{"lerrcp": "A3-1650"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pio", "family": "Spaccamela", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FR", "c3": null, "cy": "IT", "lg": 13.60881, "lat": 41.64742, "name": "Arpino", "geoid": 3182807}, "notime": null, "date-ut": "1849-12-30 07:07"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pio", "family": "Spaccamela"}, "birth": {"place": {"c2": "FR", "cy": "IT", "lg": 13.60881, "lat": 41.64742, "name": "Arpino", "geoid": 3182807}, "date-ut": "1849-12-30 07:07"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1650"}, "ids-in-sources": {"a3": "1650"}}, "raw": {"H": "8", "MN": "7", "TZ": "-1", "COD": "FR", "COU": "I", "DAY": "30", "LAT": "41N36", "LON": "13E15", "MON": "12", "NUM": "1650", "PRO": "M", "SEC": "0", "YEA": "1849", "CITY": "ARPINO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7365	spano-fermo-1872-05-06	{"a3": "1651"}	{"lerrcp": "A3-1651"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fermo", "family": "Spano", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SP", "c3": null, "cy": "IT", "lg": 9.84339, "lat": 44.11054, "name": "La Spezia", "geoid": 3175081}, "notime": null, "date-ut": "1872-05-06 01:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Fermo", "family": "Spano"}, "birth": {"place": {"c2": "SP", "cy": "IT", "lg": 9.84339, "lat": 44.11054, "name": "La Spezia", "geoid": 3175081}, "date-ut": "1872-05-06 01:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1651"}, "ids-in-sources": {"a3": "1651"}}, "raw": {"H": "2", "MN": "10", "TZ": "-1", "COD": "SP", "COU": "I", "DAY": "6", "LAT": "44N 0", "LON": "10E15", "MON": "5", "NUM": "1651", "PRO": "M", "SEC": "4", "YEA": "1872", "CITY": "LA SPEZIA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7366	gauquelin-a3-1652-1889-05-22	{"a3": "1652"}	{"lerrcp": "A3-1652"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1652", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 16.68938, "lat": 41.11083, "name": "Bitonto", "geoid": 3181995}, "notime": null, "date-ut": "1889-05-22 23:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1652"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 16.68938, "lat": 41.11083, "name": "Bitonto", "geoid": 3181995}, "date-ut": "1889-05-22 23:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1652"}, "ids-in-sources": {"a3": "1652"}}, "raw": {"H": "0", "MN": "10", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "23", "LAT": "41N12", "LON": "17E 0", "MON": "5", "NUM": "1652", "PRO": "M", "SEC": "4", "YEA": "1889", "CITY": "BITONTO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7367	spiller-gaetano-1871-09-22	{"a3": "1653"}	{"lerrcp": "A3-1653"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaetano", "family": "Spiller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "IT", "lg": 10.79784, "lat": 45.16031, "name": "Mantova", "geoid": 3174051}, "notime": null, "date-ut": "1871-09-22 13:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gaetano", "family": "Spiller"}, "birth": {"place": {"c2": "MN", "cy": "IT", "lg": 10.79784, "lat": 45.16031, "name": "Mantova", "geoid": 3174051}, "date-ut": "1871-09-22 13:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1653"}, "ids-in-sources": {"a3": "1653"}}, "raw": {"H": "14", "MN": "40", "TZ": "-1", "COD": "MN", "COU": "I", "DAY": "22", "LAT": "45N12", "LON": "11E 0", "MON": "9", "NUM": "1653", "PRO": "M", "SEC": "4", "YEA": "1871", "CITY": "MANTOVA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7368	spinelli-arturo-1861-09-18	{"a3": "1654"}	{"lerrcp": "A3-1654"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arturo", "family": "Spinelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.86374, "lat": 44.89784, "name": "Tortona", "geoid": 3165370}, "notime": null, "date-ut": "1861-09-18 14:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Arturo", "family": "Spinelli"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.86374, "lat": 44.89784, "name": "Tortona", "geoid": 3165370}, "date-ut": "1861-09-18 14:54"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1654"}, "ids-in-sources": {"a3": "1654"}}, "raw": {"H": "15", "MN": "54", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "18", "LAT": "45N 0", "LON": "9E 0", "MON": "9", "NUM": "1654", "PRO": "M", "SEC": "0", "YEA": "1861", "CITY": "TORTONA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7369	spingardi-paolo-1845-11-02	{"a3": "1655"}	{"lerrcp": "A3-1655"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paolo", "family": "Spingardi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.43584, "lat": 44.89935, "name": "Felizzano", "geoid": 3177123}, "notime": null, "date-ut": "1845-11-02 16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paolo", "family": "Spingardi"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.43584, "lat": 44.89935, "name": "Felizzano", "geoid": 3177123}, "date-ut": "1845-11-02 16:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1655"}, "ids-in-sources": {"a3": "1655"}}, "raw": {"H": "17", "MN": "24", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "2", "LAT": "45N 0", "LON": "9E 0", "MON": "11", "NUM": "1655", "PRO": "M", "SEC": "0", "YEA": "1845", "CITY": "FELIZZANO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7370	spinucci-emidio-1870-08-02	{"a3": "1656"}	{"lerrcp": "A3-1656"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emidio", "family": "Spinucci", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1870-08-02 15:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emidio", "family": "Spinucci"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1870-08-02 15:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1656"}, "ids-in-sources": {"a3": "1656"}}, "raw": {"H": "16", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "2", "LAT": "43N42", "LON": "11E30", "MON": "8", "NUM": "1656", "PRO": "M", "SEC": "4", "YEA": "1870", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7371	sprovieri-francesco-1826-05-02	{"a3": "1657"}	{"lerrcp": "A3-1657"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Sprovieri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CS", "c3": null, "cy": "IT", "lg": 16.38379, "lat": 39.4929, "name": "Acri", "geoid": 2525772}, "notime": null, "date-ut": "1826-05-02 18:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Sprovieri"}, "birth": {"place": {"c2": "CS", "cy": "IT", "lg": 16.38379, "lat": 39.4929, "name": "Acri", "geoid": 2525772}, "date-ut": "1826-05-02 18:54"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1657"}, "ids-in-sources": {"a3": "1657"}}, "raw": {"H": "19", "MN": "54", "TZ": "-1", "COD": "CS", "COU": "I", "DAY": "2", "LAT": "39N18", "LON": "16E30", "MON": "5", "NUM": "1657", "PRO": "M", "SEC": "0", "YEA": "1826", "CITY": "ACRI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7372	stampacchia-luigi-1858-09-27	{"a3": "1658"}	{"lerrcp": "A3-1658"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Stampacchia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LE", "c3": null, "cy": "IT", "lg": 18.17202, "lat": 40.35703, "name": "Lecce", "geoid": 3174953}, "notime": null, "date-ut": "1858-09-27 16:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Stampacchia"}, "birth": {"place": {"c2": "LE", "cy": "IT", "lg": 18.17202, "lat": 40.35703, "name": "Lecce", "geoid": 3174953}, "date-ut": "1858-09-27 16:45"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1658"}, "ids-in-sources": {"a3": "1658"}}, "raw": {"H": "17", "MN": "45", "TZ": "-1", "COD": "LE", "COU": "I", "DAY": "27", "LAT": "40N24", "LON": "18E45", "MON": "9", "NUM": "1658", "PRO": "M", "SEC": "0", "YEA": "1858", "CITY": "LECCE"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7373	stefenelli-ferruccio-1898-07-09	{"a3": "1659"}	{"lerrcp": "A3-1659"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferruccio", "family": "Stefenelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TN", "c3": null, "cy": "IT", "lg": 11.12108, "lat": 46.06787, "name": "Trento", "geoid": 3165243}, "notime": null, "date-ut": "1898-07-09 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ferruccio", "family": "Stefenelli"}, "birth": {"place": {"c2": "TN", "cy": "IT", "lg": 11.12108, "lat": 46.06787, "name": "Trento", "geoid": 3165243}, "date-ut": "1898-07-09 10:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1659"}, "ids-in-sources": {"a3": "1659"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "TN", "COU": "I", "DAY": "9", "LAT": "46N 0", "LON": "12E 0", "MON": "7", "NUM": "1659", "PRO": "M", "SEC": "0", "YEA": "1898", "CITY": "TRENTO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7374	stegher-italo-1894-05-28	{"a3": "1660"}	{"lerrcp": "A3-1660"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Italo", "family": "Stegher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VT", "c3": null, "cy": "IT", "lg": 12, "lat": 42.4, "name": "CIVITAVECCHIA", "geoid": 0}, "notime": null, "date-ut": "1894-05-28 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Italo", "family": "Stegher"}, "birth": {"place": {"c2": "VT", "cy": "IT", "lg": 12, "lat": 42.4, "name": "CIVITAVECCHIA", "geoid": 0}, "date-ut": "1894-05-28 07:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1660"}, "ids-in-sources": {"a3": "1660"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "VT", "COU": "I", "DAY": "28", "LAT": "42N24", "LON": "12E 0", "MON": "5", "NUM": "1660", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "CIVITAVECCHIA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7375	stefani-francesco-1840-12-26	{"a3": "1661"}	{"lerrcp": "A3-1661"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Stefani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PC", "c3": null, "cy": "IT", "lg": 9.32826, "lat": 44.90506, "name": "Nibbiano", "geoid": 3172275}, "notime": null, "date-ut": "1840-12-26 20:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Stefani"}, "birth": {"place": {"c2": "PC", "cy": "IT", "lg": 9.32826, "lat": 44.90506, "name": "Nibbiano", "geoid": 3172275}, "date-ut": "1840-12-26 20:21"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1661"}, "ids-in-sources": {"a3": "1661"}}, "raw": {"H": "21", "MN": "21", "TZ": "-1", "COD": "PC", "COU": "I", "DAY": "26", "LAT": "45N 0", "LON": "9E45", "MON": "12", "NUM": "1661", "PRO": "M", "SEC": "0", "YEA": "1840", "CITY": "NIBBIANO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7376	strani-amilcare-1846-05-31	{"a3": "1662"}	{"lerrcp": "A3-1662"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amilcare", "family": "Strani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CZ", "c3": null, "cy": "IT", "lg": 17.5, "lat": 39, "name": "MONTELEONE", "geoid": 0}, "notime": null, "date-ut": "1846-05-31 03:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Amilcare", "family": "Strani"}, "birth": {"place": {"c2": "CZ", "cy": "IT", "lg": 17.5, "lat": 39, "name": "MONTELEONE", "geoid": 0}, "date-ut": "1846-05-31 03:50"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1662"}, "ids-in-sources": {"a3": "1662"}}, "raw": {"H": "4", "MN": "50", "TZ": "-1", "COD": "CZ", "COU": "I", "DAY": "31", "LAT": "39N 0", "LON": "17E30", "MON": "5", "NUM": "1662", "PRO": "M", "SEC": "0", "YEA": "1846", "CITY": "MONTELEONE"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7377	stringa-pirio-1867-09-14	{"a3": "1663"}	{"lerrcp": "A3-1663"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pirio", "family": "Stringa", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 11.25, "lat": 44.6, "name": "LAMA DI MOCOGNO", "geoid": 0}, "notime": null, "date-ut": "1867-09-14 11:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pirio", "family": "Stringa"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 11.25, "lat": 44.6, "name": "LAMA DI MOCOGNO", "geoid": 0}, "date-ut": "1867-09-14 11:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1663"}, "ids-in-sources": {"a3": "1663"}}, "raw": {"H": "12", "MN": "10", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "14", "LAT": "44N36", "LON": "11E15", "MON": "9", "NUM": "1663", "PRO": "M", "SEC": "4", "YEA": "1867", "CITY": "LAMA DI MOCOGNO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7378	tagliaferri-florenzio-1868-02-14	{"a3": "1664"}	{"lerrcp": "A3-1664"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Florenzio", "family": "Tagliaferri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1868-02-14 20:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Florenzio", "family": "Tagliaferri"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1868-02-14 20:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1664"}, "ids-in-sources": {"a3": "1664"}}, "raw": {"H": "21", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "14", "LAT": "43N42", "LON": "11E30", "MON": "2", "NUM": "1664", "PRO": "M", "SEC": "4", "YEA": "1868", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7379	gauquelin-a3-1665-1864-08-18	{"a3": "1665"}	{"lerrcp": "A3-1665"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1665", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CZ", "c3": null, "cy": "IT", "lg": 16.5987, "lat": 38.89079, "name": "Catanzaro", "geoid": 2525059}, "notime": null, "date-ut": "1864-08-18 13:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1665"}, "birth": {"place": {"c2": "CZ", "cy": "IT", "lg": 16.5987, "lat": 38.89079, "name": "Catanzaro", "geoid": 2525059}, "date-ut": "1864-08-18 13:50"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1665"}, "ids-in-sources": {"a3": "1665"}}, "raw": {"H": "14", "MN": "50", "TZ": "-1", "COD": "CZ", "COU": "I", "DAY": "18", "LAT": "39N 0", "LON": "17E30", "MON": "8", "NUM": "1665", "PRO": "M", "SEC": "0", "YEA": "1864", "CITY": "CATANZARO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7380	tanca-battista-1873-10-28	{"a3": "1666"}	{"lerrcp": "A3-1666"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Battista", "family": "Tanca", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SS", "c3": null, "cy": "IT", "lg": 8.5, "lat": 40.8, "name": "LA MADDALENA", "geoid": 0}, "notime": null, "date-ut": "1873-10-28 20:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Battista", "family": "Tanca"}, "birth": {"place": {"c2": "SS", "cy": "IT", "lg": 8.5, "lat": 40.8, "name": "LA MADDALENA", "geoid": 0}, "date-ut": "1873-10-28 20:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1666"}, "ids-in-sources": {"a3": "1666"}}, "raw": {"H": "21", "MN": "10", "TZ": "-1", "COD": "SS", "COU": "I", "DAY": "28", "LAT": "40N48", "LON": "8E30", "MON": "10", "NUM": "1666", "PRO": "M", "SEC": "4", "YEA": "1873", "CITY": "LA MADDALENA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7381	tandura-alessandro-1893-09-18	{"a3": "1667"}	{"lerrcp": "A3-1667"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alessandro", "family": "Tandura", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TV", "c3": null, "cy": "IT", "lg": 12.30333, "lat": 45.97667, "name": "Vittorio Veneto", "geoid": 3164028}, "notime": null, "date-ut": "1893-09-18 12:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alessandro", "family": "Tandura"}, "birth": {"place": {"c2": "TV", "cy": "IT", "lg": 12.30333, "lat": 45.97667, "name": "Vittorio Veneto", "geoid": 3164028}, "date-ut": "1893-09-18 12:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1667"}, "ids-in-sources": {"a3": "1667"}}, "raw": {"H": "13", "MN": "10", "TZ": "-1", "COD": "TV", "COU": "I", "DAY": "18", "LAT": "45N36", "LON": "12E45", "MON": "9", "NUM": "1667", "PRO": "M", "SEC": "4", "YEA": "1893", "CITY": "VITTORIO VENETO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7382	tangari-nicola-1867-05-13	{"a3": "1668"}	{"lerrcp": "A3-1668"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicola", "family": "Tangari", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 16.5421, "lat": 41.12681, "name": "Terlizzi", "geoid": 3165788}, "notime": null, "date-ut": "1867-05-13 06:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Nicola", "family": "Tangari"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 16.5421, "lat": 41.12681, "name": "Terlizzi", "geoid": 3165788}, "date-ut": "1867-05-13 06:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1668"}, "ids-in-sources": {"a3": "1668"}}, "raw": {"H": "7", "MN": "10", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "13", "LAT": "41N12", "LON": "17E 0", "MON": "5", "NUM": "1668", "PRO": "M", "SEC": "4", "YEA": "1867", "CITY": "TERLIZZI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7383	tassoni-giulio-1859-02-26	{"a3": "1669"}	{"lerrcp": "A3-1669"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giulio", "family": "Tassoni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RE", "c3": null, "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "MONTECCHIO", "geoid": 0}, "notime": null, "date-ut": "1859-02-26 21:17"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giulio", "family": "Tassoni"}, "birth": {"place": {"c2": "RE", "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "MONTECCHIO", "geoid": 0}, "date-ut": "1859-02-26 21:17"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1669"}, "ids-in-sources": {"a3": "1669"}}, "raw": {"H": "22", "MN": "17", "TZ": "-1", "COD": "RE", "COU": "I", "DAY": "26", "LAT": "44N36", "LON": "10E45", "MON": "2", "NUM": "1669", "PRO": "M", "SEC": "0", "YEA": "1859", "CITY": "MONTECCHIO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7384	tedeschi-azaria-1887-01-30	{"a3": "1670"}	{"lerrcp": "A3-1670"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Azaria", "family": "Tedeschi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CZ", "c3": null, "cy": "IT", "lg": 17.5, "lat": 39, "name": "SERRA SAN BRUNO", "geoid": 0}, "notime": null, "date-ut": "1887-01-30 01:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Azaria", "family": "Tedeschi"}, "birth": {"place": {"c2": "CZ", "cy": "IT", "lg": 17.5, "lat": 39, "name": "SERRA SAN BRUNO", "geoid": 0}, "date-ut": "1887-01-30 01:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1670"}, "ids-in-sources": {"a3": "1670"}}, "raw": {"H": "2", "MN": "40", "TZ": "-1", "COD": "CZ", "COU": "I", "DAY": "30", "LAT": "39N 0", "LON": "17E30", "MON": "1", "NUM": "1670", "PRO": "M", "SEC": "4", "YEA": "1887", "CITY": "SERRA SAN BRUNO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7385	tedeschi-tullio-1910-07-15	{"a3": "1671"}	{"lerrcp": "A3-1671"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tullio", "family": "Tedeschi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CB", "c3": null, "cy": "IT", "lg": 14.75, "lat": 41.6, "name": "ISERNIA", "geoid": 0}, "notime": null, "date-ut": "1910-07-15 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Tullio", "family": "Tedeschi"}, "birth": {"place": {"c2": "CB", "cy": "IT", "lg": 14.75, "lat": 41.6, "name": "ISERNIA", "geoid": 0}, "date-ut": "1910-07-15 02:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1671"}, "ids-in-sources": {"a3": "1671"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "CB", "COU": "I", "DAY": "15", "LAT": "41N36", "LON": "14E45", "MON": "7", "NUM": "1671", "PRO": "M", "SEC": "0", "YEA": "1910", "CITY": "ISERNIA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7386	teruzzi-attilio-1882-05-05	{"a3": "1672"}	{"lerrcp": "A3-1672"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Attilio", "family": "Teruzzi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1882-05-05 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Attilio", "family": "Teruzzi"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1882-05-05 10:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1672"}, "ids-in-sources": {"a3": "1672"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "5", "LAT": "45N30", "LON": "9E15", "MON": "5", "NUM": "1672", "PRO": "M", "SEC": "4", "YEA": "1882", "CITY": "MILANO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7387	testolini-giuseppe-1896-09-30	{"a3": "1673"}	{"lerrcp": "A3-1673"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Testolini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "notime": null, "date-ut": "1896-09-30 22:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Testolini"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "date-ut": "1896-09-30 22:50"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1673"}, "ids-in-sources": {"a3": "1673"}}, "raw": {"H": "23", "MN": "50", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "30", "LAT": "45N30", "LON": "12E30", "MON": "9", "NUM": "1673", "PRO": "M", "SEC": "0", "YEA": "1896", "CITY": "VENEZIA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7388	tiravanti-pietro-1887-02-28	{"a3": "1674"}	{"lerrcp": "A3-1674"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Tiravanti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FR", "c3": null, "cy": "IT", "lg": 13.3401, "lat": 41.64002, "name": "Frosinone", "geoid": 3176515}, "notime": null, "date-ut": "1887-02-28 22:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pietro", "family": "Tiravanti"}, "birth": {"place": {"c2": "FR", "cy": "IT", "lg": 13.3401, "lat": 41.64002, "name": "Frosinone", "geoid": 3176515}, "date-ut": "1887-02-28 22:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1674"}, "ids-in-sources": {"a3": "1674"}}, "raw": {"H": "23", "MN": "10", "TZ": "-1", "COD": "FR", "COU": "I", "DAY": "28", "LAT": "41N36", "LON": "13E15", "MON": "2", "NUM": "1674", "PRO": "M", "SEC": "4", "YEA": "1887", "CITY": "FROSINONE"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7389	tobia-arturo-1868-10-24	{"a3": "1675"}	{"lerrcp": "A3-1675"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arturo", "family": "Tobia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FR", "c3": null, "cy": "IT", "lg": 13.86761, "lat": 41.64632, "name": "Picinisco", "geoid": 3170864}, "notime": null, "date-ut": "1868-10-24 06:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Arturo", "family": "Tobia"}, "birth": {"place": {"c2": "FR", "cy": "IT", "lg": 13.86761, "lat": 41.64632, "name": "Picinisco", "geoid": 3170864}, "date-ut": "1868-10-24 06:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1675"}, "ids-in-sources": {"a3": "1675"}}, "raw": {"H": "7", "MN": "10", "TZ": "-1", "COD": "FR", "COU": "I", "DAY": "24", "LAT": "41N36", "LON": "13E15", "MON": "10", "NUM": "1675", "PRO": "M", "SEC": "4", "YEA": "1868", "CITY": "PICINISCO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7390	tagnali-angelo-1897-01-14	{"a3": "1676"}	{"lerrcp": "A3-1676"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Tagnali", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BS", "c3": null, "cy": "IT", "lg": 10.44716, "lat": 46.2484, "name": "Vione", "geoid": 3164066}, "notime": null, "date-ut": "1897-01-14 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Angelo", "family": "Tagnali"}, "birth": {"place": {"c2": "BS", "cy": "IT", "lg": 10.44716, "lat": 46.2484, "name": "Vione", "geoid": 3164066}, "date-ut": "1897-01-14 00:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1676"}, "ids-in-sources": {"a3": "1676"}}, "raw": {"H": "1", "MN": "30", "TZ": "-1", "COD": "BS", "COU": "I", "DAY": "14", "LAT": "45N30", "LON": "11E 0", "MON": "1", "NUM": "1676", "PRO": "M", "SEC": "0", "YEA": "1897", "CITY": "VIONE"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7391	tognoni-giorgio-1894-04-13	{"a3": "1677"}	{"lerrcp": "A3-1677"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giorgio", "family": "Tognoni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SP", "c3": null, "cy": "IT", "lg": 10.25, "lat": 44, "name": "CASTELNUOVO MAG", "geoid": 0}, "notime": null, "date-ut": "1894-04-13 23:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giorgio", "family": "Tognoni"}, "birth": {"place": {"c2": "SP", "cy": "IT", "lg": 10.25, "lat": 44, "name": "CASTELNUOVO MAG", "geoid": 0}, "date-ut": "1894-04-13 23:15"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1677"}, "ids-in-sources": {"a3": "1677"}}, "raw": {"H": "0", "MN": "15", "TZ": "-1", "COD": "SP", "COU": "I", "DAY": "14", "LAT": "44N 0", "LON": "10E15", "MON": "4", "NUM": "1677", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "CASTELNUOVO MAG"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7392	tommassucci-fulvio-1881-05-12	{"a3": "1678"}	{"lerrcp": "A3-1678"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fulvio", "family": "Tommassucci", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VT", "c3": null, "cy": "IT", "lg": 12.10856, "lat": 42.41783, "name": "Viterbo", "geoid": 3164039}, "notime": null, "date-ut": "1881-05-12 11:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Fulvio", "family": "Tommassucci"}, "birth": {"place": {"c2": "VT", "cy": "IT", "lg": 12.10856, "lat": 42.41783, "name": "Viterbo", "geoid": 3164039}, "date-ut": "1881-05-12 11:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1678"}, "ids-in-sources": {"a3": "1678"}}, "raw": {"H": "12", "MN": "10", "TZ": "-1", "COD": "VT", "COU": "I", "DAY": "12", "LAT": "42N24", "LON": "12E 0", "MON": "5", "NUM": "1678", "PRO": "M", "SEC": "4", "YEA": "1881", "CITY": "VITERBO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7393	tombolan-fava-1895-07-17	{"a3": "1679"}	{"lerrcp": "A3-1679"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Tombolan-Fava", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.00556, "lat": 45.41333, "name": "Stra", "geoid": 3166122}, "notime": null, "date-ut": "1895-07-17 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Tombolan-Fava"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.00556, "lat": 45.41333, "name": "Stra", "geoid": 3166122}, "date-ut": "1895-07-17 05:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1679"}, "ids-in-sources": {"a3": "1679"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "17", "LAT": "45N30", "LON": "12E30", "MON": "7", "NUM": "1679", "PRO": "M", "SEC": "0", "YEA": "1895", "CITY": "STRA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7394	tonelli-mario-1871-04-05	{"a3": "1680"}	{"lerrcp": "A3-1680"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Tonelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1871-04-05 21:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Tonelli"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1871-04-05 21:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1680"}, "ids-in-sources": {"a3": "1680"}}, "raw": {"H": "22", "MN": "10", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "5", "LAT": "45N 0", "LON": "8E 0", "MON": "4", "NUM": "1680", "PRO": "M", "SEC": "4", "YEA": "1871", "CITY": "TORINO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7395	tonolini-francesco-1880-04-28	{"a3": "1681"}	{"lerrcp": "A3-1681"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Tonolini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BS", "c3": null, "cy": "IT", "lg": 10.30476, "lat": 45.95779, "name": "Breno", "geoid": 3181569}, "notime": null, "date-ut": "1880-04-28 01:30:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Tonolini"}, "birth": {"place": {"c2": "BS", "cy": "IT", "lg": 10.30476, "lat": 45.95779, "name": "Breno", "geoid": 3181569}, "date-ut": "1880-04-28 01:30:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1681"}, "ids-in-sources": {"a3": "1681"}}, "raw": {"H": "2", "MN": "30", "TZ": "-1", "COD": "BS", "COU": "I", "DAY": "28", "LAT": "45N30", "LON": "11E 0", "MON": "4", "NUM": "1681", "PRO": "M", "SEC": "4", "YEA": "1880", "CITY": "BRENO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7396	tonti-ulrico-1877-01-23	{"a3": "1682"}	{"lerrcp": "A3-1682"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ulrico", "family": "Tonti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CB", "c3": null, "cy": "IT", "lg": 14.75, "lat": 41.6, "name": "FORLI DEL SANNI", "geoid": 0}, "notime": null, "date-ut": "1877-01-23 03:15:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ulrico", "family": "Tonti"}, "birth": {"place": {"c2": "CB", "cy": "IT", "lg": 14.75, "lat": 41.6, "name": "FORLI DEL SANNI", "geoid": 0}, "date-ut": "1877-01-23 03:15:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1682"}, "ids-in-sources": {"a3": "1682"}}, "raw": {"H": "4", "MN": "15", "TZ": "-1", "COD": "CB", "COU": "I", "DAY": "23", "LAT": "41N36", "LON": "14E45", "MON": "1", "NUM": "1682", "PRO": "M", "SEC": "4", "YEA": "1877", "CITY": "FORLI DEL SANNI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
5251	toraldo-francia-orazio-1884-09-09	{"a2": "3168", "a3": "1683"}	{"lerrcp": "A2-3168"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Toraldo Francia Orazio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CZ", "c3": null, "cy": "IT", "lg": 17.5, "lat": 39, "name": "TROPEA", "geoid": 0}, "notime": null, "date-ut": "1884-09-09 21:30:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist", "military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Toraldo Francia Orazio"}, "birth": {"place": {"c2": "CZ", "cy": "IT", "lg": 17.5, "lat": 39, "name": "TROPEA", "geoid": 0}, "date-ut": "1884-09-09 21:30:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3168"}, "ids-in-sources": {"a2": "3168"}}, "raw": {"H": "22", "MN": "30", "TZ": "-1", "COD": "CZ", "COU": "I", "DAY": "9", "LAT": "39N 0", "LON": "17E30", "MON": "9", "NUM": "3168", "PRO": "S", "SEC": "4", "YEA": "1884", "CITY": "TROPEA"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["military-personnel"], "sources": "a3", "ids-in-sources": {"a3": "1683"}}, "raw": {"H": "22", "MN": "30", "TZ": "-1", "COD": "CZ", "COU": "I", "DAY": "9", "LAT": "39N 0", "LON": "17E30", "MON": "9", "NUM": "1683", "PRO": "M", "SEC": "4", "YEA": "1884", "CITY": "TROPEA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7397	torelli-alfonso-1856-11-11	{"a3": "1684"}	{"lerrcp": "A3-1684"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfonso", "family": "Torelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FG", "c3": null, "cy": "IT", "lg": 15.44374, "lat": 41.78394, "name": "Apricena", "geoid": 3182958}, "notime": null, "date-ut": "1856-11-11 06:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alfonso", "family": "Torelli"}, "birth": {"place": {"c2": "FG", "cy": "IT", "lg": 15.44374, "lat": 41.78394, "name": "Apricena", "geoid": 3182958}, "date-ut": "1856-11-11 06:58"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1684"}, "ids-in-sources": {"a3": "1684"}}, "raw": {"H": "7", "MN": "58", "TZ": "-1", "COD": "FG", "COU": "I", "DAY": "11", "LAT": "41N36", "LON": "15E30", "MON": "11", "NUM": "1684", "PRO": "M", "SEC": "0", "YEA": "1856", "CITY": "APRICENA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7398	toscano-oreste-1915-06-16	{"a3": "1685"}	{"lerrcp": "A3-1685"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oreste", "family": "Toscano", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "notime": null, "date-ut": "1915-06-16 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Oreste", "family": "Toscano"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "date-ut": "1915-06-16 07:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1685"}, "ids-in-sources": {"a3": "1685"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "16", "LAT": "38N 0", "LON": "15E30", "MON": "6", "NUM": "1685", "PRO": "M", "SEC": "0", "YEA": "1915", "CITY": "MESSINA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7399	toselli-lazzarini-cesare-1851-11-06	{"a3": "1686"}	{"lerrcp": "A3-1686"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cesare", "family": "Toselli-Lazzarini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.52185, "lat": 44.69815, "name": "Strevi", "geoid": 3166097}, "notime": null, "date-ut": "1851-11-06 22:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Cesare", "family": "Toselli-Lazzarini"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.52185, "lat": 44.69815, "name": "Strevi", "geoid": 3166097}, "date-ut": "1851-11-06 22:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1686"}, "ids-in-sources": {"a3": "1686"}}, "raw": {"H": "23", "MN": "24", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "6", "LAT": "45N 0", "LON": "9E 0", "MON": "11", "NUM": "1686", "PRO": "M", "SEC": "0", "YEA": "1851", "CITY": "STREVI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7400	toso-emilio-1840-05-07	{"a3": "1687"}	{"lerrcp": "A3-1687"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emilio", "family": "Toso", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AT", "c3": null, "cy": "IT", "lg": 8.19003, "lat": 45.02445, "name": "Tonco", "geoid": 3165564}, "notime": null, "date-ut": "1840-05-07 04:26"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emilio", "family": "Toso"}, "birth": {"place": {"c2": "AT", "cy": "IT", "lg": 8.19003, "lat": 45.02445, "name": "Tonco", "geoid": 3165564}, "date-ut": "1840-05-07 04:26"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1687"}, "ids-in-sources": {"a3": "1687"}}, "raw": {"H": "5", "MN": "26", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "7", "LAT": "44N54", "LON": "8E30", "MON": "5", "NUM": "1687", "PRO": "M", "SEC": "0", "YEA": "1840", "CITY": "TONCO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7401	toti-enrico-1882-08-20	{"a3": "1688"}	{"lerrcp": "A3-1688"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enrico", "family": "Toti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1882-08-20 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Enrico", "family": "Toti"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1882-08-20 07:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1688"}, "ids-in-sources": {"a3": "1688"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "20", "LAT": "41N54", "LON": "12E30", "MON": "8", "NUM": "1688", "PRO": "M", "SEC": "4", "YEA": "1882", "CITY": "ROMA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7402	traniello-vincenzo-1860-07-01	{"a3": "1689"}	{"lerrcp": "A3-1689"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincenzo", "family": "Traniello", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LT", "c3": null, "cy": "IT", "lg": 13.57082, "lat": 41.21408, "name": "Gaeta", "geoid": 3176438}, "notime": null, "date-ut": "1860-07-01 07:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Vincenzo", "family": "Traniello"}, "birth": {"place": {"c2": "LT", "cy": "IT", "lg": 13.57082, "lat": 41.21408, "name": "Gaeta", "geoid": 3176438}, "date-ut": "1860-07-01 07:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1689"}, "ids-in-sources": {"a3": "1689"}}, "raw": {"H": "8", "MN": "8", "TZ": "-1", "COD": "LT", "COU": "I", "DAY": "1", "LAT": "41N30", "LON": "13E 0", "MON": "7", "NUM": "1689", "PRO": "M", "SEC": "0", "YEA": "1860", "CITY": "GAETA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7403	treboldi-giuseppe-1868-12-12	{"a3": "1690"}	{"lerrcp": "A3-1690"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Treboldi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BS", "c3": null, "cy": "IT", "lg": 10.49377, "lat": 45.76639, "name": "Anfo", "geoid": 3183069}, "notime": null, "date-ut": "1868-12-12 09:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Treboldi"}, "birth": {"place": {"c2": "BS", "cy": "IT", "lg": 10.49377, "lat": 45.76639, "name": "Anfo", "geoid": 3183069}, "date-ut": "1868-12-12 09:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1690"}, "ids-in-sources": {"a3": "1690"}}, "raw": {"H": "10", "MN": "10", "TZ": "-1", "COD": "BS", "COU": "I", "DAY": "12", "LAT": "45N30", "LON": "11E 0", "MON": "12", "NUM": "1690", "PRO": "M", "SEC": "4", "YEA": "1868", "CITY": "ANFO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7404	trua-antonio-1880-12-08	{"a3": "1691"}	{"lerrcp": "A3-1691"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Trua", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VT", "c3": null, "cy": "IT", "lg": 12, "lat": 42.4, "name": "SORIANO NEL CIM", "geoid": 0}, "notime": null, "date-ut": "1880-12-08 08:15:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Trua"}, "birth": {"place": {"c2": "VT", "cy": "IT", "lg": 12, "lat": 42.4, "name": "SORIANO NEL CIM", "geoid": 0}, "date-ut": "1880-12-08 08:15:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1691"}, "ids-in-sources": {"a3": "1691"}}, "raw": {"H": "9", "MN": "15", "TZ": "-1", "COD": "VT", "COU": "I", "DAY": "8", "LAT": "42N24", "LON": "12E 0", "MON": "12", "NUM": "1691", "PRO": "M", "SEC": "4", "YEA": "1880", "CITY": "SORIANO NEL CIM"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7405	tua-angelo-1874-04-20	{"a3": "1692"}	{"lerrcp": "A3-1692"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Tua", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CN", "c3": null, "cy": "IT", "lg": 7.54453, "lat": 44.39733, "name": "Cuneo", "geoid": 3177700}, "notime": null, "date-ut": "1874-04-20 15:55:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Angelo", "family": "Tua"}, "birth": {"place": {"c2": "CN", "cy": "IT", "lg": 7.54453, "lat": 44.39733, "name": "Cuneo", "geoid": 3177700}, "date-ut": "1874-04-20 15:55:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1692"}, "ids-in-sources": {"a3": "1692"}}, "raw": {"H": "16", "MN": "55", "TZ": "-1", "COD": "CN", "COU": "I", "DAY": "20", "LAT": "44N24", "LON": "7E15", "MON": "4", "NUM": "1692", "PRO": "M", "SEC": "4", "YEA": "1874", "CITY": "CUNEO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7406	ugolini-giuseppe-1885-03-19	{"a3": "1693"}	{"lerrcp": "A3-1693"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Ugolini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 12.44136, "lat": 43.02854, "name": "Torgiano", "geoid": 3165527}, "notime": null, "date-ut": "1885-03-19 13:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Ugolini"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 12.44136, "lat": 43.02854, "name": "Torgiano", "geoid": 3165527}, "date-ut": "1885-03-19 13:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1693"}, "ids-in-sources": {"a3": "1693"}}, "raw": {"H": "14", "MN": "10", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "19", "LAT": "43N 0", "LON": "13E 0", "MON": "3", "NUM": "1693", "PRO": "M", "SEC": "4", "YEA": "1885", "CITY": "TORGIANO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7407	gauquelin-a3-1694-1872-11-22	{"a3": "1694"}	{"lerrcp": "A3-1694"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1694", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 7.35, "lat": 44.88333, "name": "Pinerolo", "geoid": 3170694}, "notime": null, "date-ut": "1872-11-22 08:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1694"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 7.35, "lat": 44.88333, "name": "Pinerolo", "geoid": 3170694}, "date-ut": "1872-11-22 08:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1694"}, "ids-in-sources": {"a3": "1694"}}, "raw": {"H": "9", "MN": "10", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "22", "LAT": "45N 0", "LON": "8E 0", "MON": "11", "NUM": "1694", "PRO": "M", "SEC": "4", "YEA": "1872", "CITY": "PINEROLO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7408	gauquelin-a3-1695-1866-02-02	{"a3": "1695"}	{"lerrcp": "A3-1695"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1695", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VI", "c3": null, "cy": "IT", "lg": 12, "lat": 45.5, "name": "MONTEBELLO VINC", "geoid": 0}, "notime": null, "date-ut": "1866-02-02 13:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1695"}, "birth": {"place": {"c2": "VI", "cy": "IT", "lg": 12, "lat": 45.5, "name": "MONTEBELLO VINC", "geoid": 0}, "date-ut": "1866-02-02 13:12"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1695"}, "ids-in-sources": {"a3": "1695"}}, "raw": {"H": "14", "MN": "12", "TZ": "-1", "COD": "VI", "COU": "I", "DAY": "2", "LAT": "45N30", "LON": "12E 0", "MON": "2", "NUM": "1695", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "MONTEBELLO VINC"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7409	gauquelin-a3-1696-1870-03-17	{"a3": "1696"}	{"lerrcp": "A3-1696"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1696", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CR", "c3": null, "cy": "IT", "lg": 10.02797, "lat": 45.13617, "name": "Cremona", "geoid": 3177838}, "notime": null, "date-ut": "1870-03-17 13:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1696"}, "birth": {"place": {"c2": "CR", "cy": "IT", "lg": 10.02797, "lat": 45.13617, "name": "Cremona", "geoid": 3177838}, "date-ut": "1870-03-17 13:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1696"}, "ids-in-sources": {"a3": "1696"}}, "raw": {"H": "14", "MN": "10", "TZ": "-1", "COD": "CR", "COU": "I", "DAY": "17", "LAT": "45N12", "LON": "11E 0", "MON": "3", "NUM": "1696", "PRO": "M", "SEC": "4", "YEA": "1870", "CITY": "CREMONA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7410	gauquelin-a3-1697-1882-10-19	{"a3": "1697"}	{"lerrcp": "A3-1697"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1697", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1882-10-19 20:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1697"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1882-10-19 20:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1697"}, "ids-in-sources": {"a3": "1697"}}, "raw": {"H": "21", "MN": "10", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "19", "LAT": "41N54", "LON": "12E30", "MON": "10", "NUM": "1697", "PRO": "M", "SEC": "4", "YEA": "1882", "CITY": "ROMA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7411	gauquelin-a3-1698-1853-01-01	{"a3": "1698"}	{"lerrcp": "A3-1698"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1698", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VC", "c3": null, "cy": "IT", "lg": 7.99552, "lat": 45.33236, "name": "Moncrivello", "geoid": 6535830}, "notime": null, "date-ut": "1853-01-01 13:26"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1698"}, "birth": {"place": {"c2": "VC", "cy": "IT", "lg": 7.99552, "lat": 45.33236, "name": "Moncrivello", "geoid": 6535830}, "date-ut": "1853-01-01 13:26"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1698"}, "ids-in-sources": {"a3": "1698"}}, "raw": {"H": "14", "MN": "26", "TZ": "-1", "COD": "VC", "COU": "I", "DAY": "1", "LAT": "45N24", "LON": "8E30", "MON": "1", "NUM": "1698", "PRO": "M", "SEC": "0", "YEA": "1853", "CITY": "MONCRIVELLO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7412	gauquelin-a3-1699-1875-05-20	{"a3": "1699"}	{"lerrcp": "A3-1699"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1699", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1875-05-20 19:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1699"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1875-05-20 19:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1699"}, "ids-in-sources": {"a3": "1699"}}, "raw": {"H": "20", "MN": "10", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "20", "LAT": "41N54", "LON": "12E30", "MON": "5", "NUM": "1699", "PRO": "M", "SEC": "4", "YEA": "1875", "CITY": "ROMA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7413	gauquelin-a3-1700-1893-10-23	{"a3": "1700"}	{"lerrcp": "A3-1700"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1700", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SI", "c3": null, "cy": "IT", "lg": 11.04752, "lat": 43.34014, "name": "Casole d'Elsa", "geoid": 3179829}, "notime": null, "date-ut": "1893-10-23 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1700"}, "birth": {"place": {"c2": "SI", "cy": "IT", "lg": 11.04752, "lat": 43.34014, "name": "Casole d'Elsa", "geoid": 3179829}, "date-ut": "1893-10-23 00:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1700"}, "ids-in-sources": {"a3": "1700"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "SI", "COU": "I", "DAY": "23", "LAT": "43N18", "LON": "11E45", "MON": "10", "NUM": "1700", "PRO": "M", "SEC": "4", "YEA": "1893", "CITY": "CASOLE D ELSA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7414	gauquelin-a3-1701-1876-05-28	{"a3": "1701"}	{"lerrcp": "A3-1701"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1701", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1876-05-28 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1701"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1876-05-28 07:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1701"}, "ids-in-sources": {"a3": "1701"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "28", "LAT": "41N54", "LON": "12E30", "MON": "5", "NUM": "1701", "PRO": "M", "SEC": "4", "YEA": "1876", "CITY": "ROMA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7415	gauquelin-a3-1702-1871-06-24	{"a3": "1702"}	{"lerrcp": "A3-1702"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1702", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1871-06-24 06:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1702"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1871-06-24 06:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1702"}, "ids-in-sources": {"a3": "1702"}}, "raw": {"H": "7", "MN": "10", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "24", "LAT": "41N54", "LON": "12E30", "MON": "6", "NUM": "1702", "PRO": "M", "SEC": "4", "YEA": "1871", "CITY": "ROMA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7416	gauquelin-a3-1703-1872-08-02	{"a3": "1703"}	{"lerrcp": "A3-1703"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1703", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CR", "c3": null, "cy": "IT", "lg": 10.02797, "lat": 45.13617, "name": "Cremona", "geoid": 3177838}, "notime": null, "date-ut": "1872-08-02 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1703"}, "birth": {"place": {"c2": "CR", "cy": "IT", "lg": 10.02797, "lat": 45.13617, "name": "Cremona", "geoid": 3177838}, "date-ut": "1872-08-02 10:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1703"}, "ids-in-sources": {"a3": "1703"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "CR", "COU": "I", "DAY": "2", "LAT": "45N12", "LON": "11E 0", "MON": "8", "NUM": "1703", "PRO": "M", "SEC": "4", "YEA": "1872", "CITY": "CREMONA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7417	gauquelin-a3-1704-1891-01-14	{"a3": "1704"}	{"lerrcp": "A3-1704"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1704", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AP", "c3": null, "cy": "IT", "lg": 13.5749, "lat": 42.85483, "name": "Ascoli Piceno", "geoid": 3182749}, "notime": null, "date-ut": "1891-01-14 02:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1704"}, "birth": {"place": {"c2": "AP", "cy": "IT", "lg": 13.5749, "lat": 42.85483, "name": "Ascoli Piceno", "geoid": 3182749}, "date-ut": "1891-01-14 02:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1704"}, "ids-in-sources": {"a3": "1704"}}, "raw": {"H": "3", "MN": "10", "TZ": "-1", "COD": "AP", "COU": "I", "DAY": "14", "LAT": "43N 0", "LON": "13E45", "MON": "1", "NUM": "1704", "PRO": "M", "SEC": "4", "YEA": "1891", "CITY": "ASCOLI PICENO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7418	gauquelin-a3-1705-1880-01-04	{"a3": "1705"}	{"lerrcp": "A3-1705"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1705", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "IT", "lg": 9.08744, "lat": 45.80998, "name": "Como", "geoid": 3178229}, "notime": null, "date-ut": "1880-01-04 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1705"}, "birth": {"place": {"c2": "CO", "cy": "IT", "lg": 9.08744, "lat": 45.80998, "name": "Como", "geoid": 3178229}, "date-ut": "1880-01-04 03:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1705"}, "ids-in-sources": {"a3": "1705"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "CO", "COU": "I", "DAY": "4", "LAT": "45N48", "LON": "9E15", "MON": "1", "NUM": "1705", "PRO": "M", "SEC": "4", "YEA": "1880", "CITY": "COMO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7419	gauquelin-a3-1706-1879-02-10	{"a3": "1706"}	{"lerrcp": "A3-1706"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1706", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AT", "c3": null, "cy": "IT", "lg": 8.20684, "lat": 44.89795, "name": "Asti", "geoid": 3182714}, "notime": null, "date-ut": "1879-02-10 22:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1706"}, "birth": {"place": {"c2": "AT", "cy": "IT", "lg": 8.20684, "lat": 44.89795, "name": "Asti", "geoid": 3182714}, "date-ut": "1879-02-10 22:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1706"}, "ids-in-sources": {"a3": "1706"}}, "raw": {"H": "23", "MN": "10", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "10", "LAT": "44N54", "LON": "8E30", "MON": "2", "NUM": "1706", "PRO": "M", "SEC": "4", "YEA": "1879", "CITY": "ASTI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7420	gauquelin-a3-1707-1892-02-29	{"a3": "1707"}	{"lerrcp": "A3-1707"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1707", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TP", "c3": null, "cy": "IT", "lg": 12.49758, "lat": 38.01906, "name": "Trapani", "geoid": 2522876}, "notime": null, "date-ut": "1892-02-29 08:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1707"}, "birth": {"place": {"c2": "TP", "cy": "IT", "lg": 12.49758, "lat": 38.01906, "name": "Trapani", "geoid": 2522876}, "date-ut": "1892-02-29 08:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1707"}, "ids-in-sources": {"a3": "1707"}}, "raw": {"H": "9", "MN": "40", "TZ": "-1", "COD": "TP", "COU": "I", "DAY": "29", "LAT": "38N 0", "LON": "12E30", "MON": "2", "NUM": "1707", "PRO": "M", "SEC": "4", "YEA": "1892", "CITY": "TRAPANI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7421	gauquelin-a3-1708-1873-07-01	{"a3": "1708"}	{"lerrcp": "A3-1708"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1708", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RI", "c3": null, "cy": "IT", "lg": 12.96738, "lat": 42.27313, "name": "Longone Sabino", "geoid": 3174589}, "notime": null, "date-ut": "1873-07-01 09:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1708"}, "birth": {"place": {"c2": "RI", "cy": "IT", "lg": 12.96738, "lat": 42.27313, "name": "Longone Sabino", "geoid": 3174589}, "date-ut": "1873-07-01 09:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1708"}, "ids-in-sources": {"a3": "1708"}}, "raw": {"H": "10", "MN": "10", "TZ": "-1", "COD": "RI", "COU": "I", "DAY": "1", "LAT": "42N24", "LON": "13E15", "MON": "7", "NUM": "1708", "PRO": "M", "SEC": "4", "YEA": "1873", "CITY": "LONGONE SABINO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7422	gauquelin-a3-1709-1868-08-04	{"a3": "1709"}	{"lerrcp": "A3-1709"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1709", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 9.16145, "lat": 45.18446, "name": "Pavia", "geoid": 3171366}, "notime": null, "date-ut": "1868-08-04 11:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1709"}, "birth": {"place": {"c2": "PV", "cy": "IT", "lg": 9.16145, "lat": 45.18446, "name": "Pavia", "geoid": 3171366}, "date-ut": "1868-08-04 11:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1709"}, "ids-in-sources": {"a3": "1709"}}, "raw": {"H": "12", "MN": "10", "TZ": "-1", "COD": "PV", "COU": "I", "DAY": "4", "LAT": "45N12", "LON": "9E 0", "MON": "8", "NUM": "1709", "PRO": "M", "SEC": "4", "YEA": "1868", "CITY": "PAVIA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7423	gauquelin-a3-1710-1872-03-04	{"a3": "1710"}	{"lerrcp": "A3-1710"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1710", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1872-03-04 06:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1710"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1872-03-04 06:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1710"}, "ids-in-sources": {"a3": "1710"}}, "raw": {"H": "7", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "4", "LAT": "43N42", "LON": "11E30", "MON": "3", "NUM": "1710", "PRO": "M", "SEC": "4", "YEA": "1872", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7424	gauquelin-a3-1711-1863-01-21	{"a3": "1711"}	{"lerrcp": "A3-1711"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1711", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VC", "c3": null, "cy": "IT", "lg": 8.5, "lat": 45.4, "name": "SANDIGLIANO", "geoid": 0}, "notime": null, "date-ut": "1863-01-21 05:26"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1711"}, "birth": {"place": {"c2": "VC", "cy": "IT", "lg": 8.5, "lat": 45.4, "name": "SANDIGLIANO", "geoid": 0}, "date-ut": "1863-01-21 05:26"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1711"}, "ids-in-sources": {"a3": "1711"}}, "raw": {"H": "6", "MN": "26", "TZ": "-1", "COD": "VC", "COU": "I", "DAY": "21", "LAT": "45N24", "LON": "8E30", "MON": "1", "NUM": "1711", "PRO": "M", "SEC": "0", "YEA": "1863", "CITY": "SANDIGLIANO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7425	gauquelin-a3-1712-1894-04-21	{"a3": "1712"}	{"lerrcp": "A3-1712"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1712", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MS", "c3": null, "cy": "IT", "lg": 10.5, "lat": 44, "name": "VILLAFRANCA IN", "geoid": 0}, "notime": null, "date-ut": "1894-04-21 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1712"}, "birth": {"place": {"c2": "MS", "cy": "IT", "lg": 10.5, "lat": 44, "name": "VILLAFRANCA IN", "geoid": 0}, "date-ut": "1894-04-21 19:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1712"}, "ids-in-sources": {"a3": "1712"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "MS", "COU": "I", "DAY": "21", "LAT": "44N 0", "LON": "10E30", "MON": "4", "NUM": "1712", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "VILLAFRANCA IN"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7426	gauquelin-a3-1713-1897-01-28	{"a3": "1713"}	{"lerrcp": "A3-1713"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1713", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CN", "c3": null, "cy": "IT", "lg": 7.48623, "lat": 44.64644, "name": "Saluzzo", "geoid": 3168609}, "notime": null, "date-ut": "1897-01-28 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1713"}, "birth": {"place": {"c2": "CN", "cy": "IT", "lg": 7.48623, "lat": 44.64644, "name": "Saluzzo", "geoid": 3168609}, "date-ut": "1897-01-28 00:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1713"}, "ids-in-sources": {"a3": "1713"}}, "raw": {"H": "1", "MN": "30", "TZ": "-1", "COD": "CN", "COU": "I", "DAY": "28", "LAT": "44N24", "LON": "7E15", "MON": "1", "NUM": "1713", "PRO": "M", "SEC": "0", "YEA": "1897", "CITY": "SALUZZO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7427	gauquelin-a3-1714-1889-11-15	{"a3": "1714"}	{"lerrcp": "A3-1714"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1714", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LU", "c3": null, "cy": "IT", "lg": 10.50585, "lat": 43.84357, "name": "Lucca", "geoid": 3174530}, "notime": null, "date-ut": "1889-11-15 00:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1714"}, "birth": {"place": {"c2": "LU", "cy": "IT", "lg": 10.50585, "lat": 43.84357, "name": "Lucca", "geoid": 3174530}, "date-ut": "1889-11-15 00:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1714"}, "ids-in-sources": {"a3": "1714"}}, "raw": {"H": "1", "MN": "40", "TZ": "-1", "COD": "LU", "COU": "I", "DAY": "15", "LAT": "43N42", "LON": "11E 0", "MON": "11", "NUM": "1714", "PRO": "M", "SEC": "4", "YEA": "1889", "CITY": "LUCCA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7428	gauquelin-a3-1715-1895-07-08	{"a3": "1715"}	{"lerrcp": "A3-1715"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1715", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "notime": null, "date-ut": "1895-07-08 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1715"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "date-ut": "1895-07-08 00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1715"}, "ids-in-sources": {"a3": "1715"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "8", "LAT": "44N48", "LON": "10E45", "MON": "7", "NUM": "1715", "PRO": "M", "SEC": "0", "YEA": "1895", "CITY": "PARMA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7429	gauquelin-a3-1716-1887-09-30	{"a3": "1716"}	{"lerrcp": "A3-1716"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1716", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FG", "c3": null, "cy": "IT", "lg": 15.5, "lat": 41.6, "name": "ORSARA DI PUGLI", "geoid": 0}, "notime": null, "date-ut": "1887-09-30 00:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1716"}, "birth": {"place": {"c2": "FG", "cy": "IT", "lg": 15.5, "lat": 41.6, "name": "ORSARA DI PUGLI", "geoid": 0}, "date-ut": "1887-09-30 00:40:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1716"}, "ids-in-sources": {"a3": "1716"}}, "raw": {"H": "1", "MN": "40", "TZ": "-1", "COD": "FG", "COU": "I", "DAY": "30", "LAT": "41N36", "LON": "15E30", "MON": "9", "NUM": "1716", "PRO": "M", "SEC": "4", "YEA": "1887", "CITY": "ORSARA DI PUGLI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7430	gauquelin-a3-1717-1877-07-20	{"a3": "1717"}	{"lerrcp": "A3-1717"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1717", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 12.38878, "lat": 43.1122, "name": "Perugia", "geoid": 3171180}, "notime": null, "date-ut": "1877-07-20 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1717"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 12.38878, "lat": 43.1122, "name": "Perugia", "geoid": 3171180}, "date-ut": "1877-07-20 10:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1717"}, "ids-in-sources": {"a3": "1717"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "20", "LAT": "43N 0", "LON": "13E 0", "MON": "7", "NUM": "1717", "PRO": "M", "SEC": "4", "YEA": "1877", "CITY": "PERUGIA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7431	gauquelin-a3-1718-1915-05-13	{"a3": "1718"}	{"lerrcp": "A3-1718"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1718", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 11.74901, "lat": 45.24239, "name": "Monselice", "geoid": 3173124}, "notime": null, "date-ut": "1915-05-13 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1718"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 11.74901, "lat": 45.24239, "name": "Monselice", "geoid": 3173124}, "date-ut": "1915-05-13 06:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1718"}, "ids-in-sources": {"a3": "1718"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "13", "LAT": "45N24", "LON": "12E15", "MON": "5", "NUM": "1718", "PRO": "M", "SEC": "0", "YEA": "1915", "CITY": "MONSELICE"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7432	gauquelin-a3-1719-1866-01-08	{"a3": "1719"}	{"lerrcp": "A3-1719"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1719", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BL", "c3": null, "cy": "IT", "lg": 12.22139, "lat": 46.145, "name": "Belluno", "geoid": 3182210}, "notime": null, "date-ut": "1866-01-08 07:42"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1719"}, "birth": {"place": {"c2": "BL", "cy": "IT", "lg": 12.22139, "lat": 46.145, "name": "Belluno", "geoid": 3182210}, "date-ut": "1866-01-08 07:42"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1719"}, "ids-in-sources": {"a3": "1719"}}, "raw": {"H": "8", "MN": "42", "TZ": "-1", "COD": "BL", "COU": "I", "DAY": "8", "LAT": "46N12", "LON": "12E 0", "MON": "1", "NUM": "1719", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "BELLUNO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7433	gauquelin-a3-1720-1862-12-14	{"a3": "1720"}	{"lerrcp": "A3-1720"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1720", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PC", "c3": null, "cy": "IT", "lg": 9.69937, "lat": 45.04676, "name": "Piacenza", "geoid": 3171058}, "notime": null, "date-ut": "1862-12-14 22:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1720"}, "birth": {"place": {"c2": "PC", "cy": "IT", "lg": 9.69937, "lat": 45.04676, "name": "Piacenza", "geoid": 3171058}, "date-ut": "1862-12-14 22:21"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1720"}, "ids-in-sources": {"a3": "1720"}}, "raw": {"H": "23", "MN": "21", "TZ": "-1", "COD": "PC", "COU": "I", "DAY": "14", "LAT": "45N 0", "LON": "9E45", "MON": "12", "NUM": "1720", "PRO": "M", "SEC": "0", "YEA": "1862", "CITY": "PIACENZA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7434	gauquelin-a3-1721-1892-01-10	{"a3": "1721"}	{"lerrcp": "A3-1721"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1721", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 11.92771, "lat": 45.4423, "name": "Cadoneghe", "geoid": 3181288}, "notime": null, "date-ut": "1892-01-10 21:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1721"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 11.92771, "lat": 45.4423, "name": "Cadoneghe", "geoid": 3181288}, "date-ut": "1892-01-10 21:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1721"}, "ids-in-sources": {"a3": "1721"}}, "raw": {"H": "22", "MN": "10", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "10", "LAT": "45N24", "LON": "12E15", "MON": "1", "NUM": "1721", "PRO": "M", "SEC": "4", "YEA": "1892", "CITY": "CADONEGHE"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7435	gauquelin-a3-1722-1856-02-02	{"a3": "1722"}	{"lerrcp": "A3-1722"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1722", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.86374, "lat": 44.89784, "name": "Tortona", "geoid": 3165370}, "notime": null, "date-ut": "1856-02-02 07:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1722"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.86374, "lat": 44.89784, "name": "Tortona", "geoid": 3165370}, "date-ut": "1856-02-02 07:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1722"}, "ids-in-sources": {"a3": "1722"}}, "raw": {"H": "8", "MN": "24", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "2", "LAT": "45N 0", "LON": "9E 0", "MON": "2", "NUM": "1722", "PRO": "M", "SEC": "0", "YEA": "1856", "CITY": "TORTONA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7436	gauquelin-a3-1723-1898-08-10	{"a3": "1723"}	{"lerrcp": "A3-1723"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1723", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PI", "c3": null, "cy": "IT", "lg": 10.39659, "lat": 43.71553, "name": "Pisa", "geoid": 3170647}, "notime": null, "date-ut": "1898-08-10 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1723"}, "birth": {"place": {"c2": "PI", "cy": "IT", "lg": 10.39659, "lat": 43.71553, "name": "Pisa", "geoid": 3170647}, "date-ut": "1898-08-10 20:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1723"}, "ids-in-sources": {"a3": "1723"}}, "raw": {"H": "21", "MN": "0", "TZ": "-1", "COD": "PI", "COU": "I", "DAY": "10", "LAT": "43N42", "LON": "10E30", "MON": "8", "NUM": "1723", "PRO": "M", "SEC": "0", "YEA": "1898", "CITY": "PISA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7437	gauquelin-a3-1724-1869-03-28	{"a3": "1724"}	{"lerrcp": "A3-1724"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1724", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FR", "c3": null, "cy": "IT", "lg": 13.71391, "lat": 41.63192, "name": "Casalvieri", "geoid": 3180153}, "notime": null, "date-ut": "1869-03-28 19:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1724"}, "birth": {"place": {"c2": "FR", "cy": "IT", "lg": 13.71391, "lat": 41.63192, "name": "Casalvieri", "geoid": 3180153}, "date-ut": "1869-03-28 19:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1724"}, "ids-in-sources": {"a3": "1724"}}, "raw": {"H": "20", "MN": "10", "TZ": "-1", "COD": "FR", "COU": "I", "DAY": "28", "LAT": "41N36", "LON": "13E15", "MON": "3", "NUM": "1724", "PRO": "M", "SEC": "4", "YEA": "1869", "CITY": "CASALVIERI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7438	gauquelin-a3-1725-1884-01-10	{"a3": "1725"}	{"lerrcp": "A3-1725"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1725", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 14.75228, "lat": 38.02736, "name": "Longi", "geoid": 2524369}, "notime": null, "date-ut": "1884-01-10 04:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1725"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 14.75228, "lat": 38.02736, "name": "Longi", "geoid": 2524369}, "date-ut": "1884-01-10 04:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1725"}, "ids-in-sources": {"a3": "1725"}}, "raw": {"H": "5", "MN": "10", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "10", "LAT": "38N 0", "LON": "15E30", "MON": "1", "NUM": "1725", "PRO": "M", "SEC": "4", "YEA": "1884", "CITY": "LONGI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7439	gauquelin-a3-1726-1857-12-24	{"a3": "1726"}	{"lerrcp": "A3-1726"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1726", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 15.23828, "lat": 38.22117, "name": "Milazzo", "geoid": 2524155}, "notime": null, "date-ut": "1857-12-24 21:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1726"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 15.23828, "lat": 38.22117, "name": "Milazzo", "geoid": 2524155}, "date-ut": "1857-12-24 21:58"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1726"}, "ids-in-sources": {"a3": "1726"}}, "raw": {"H": "22", "MN": "58", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "24", "LAT": "38N 0", "LON": "15E30", "MON": "12", "NUM": "1726", "PRO": "M", "SEC": "0", "YEA": "1857", "CITY": "MILAZZO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7440	gauquelin-a3-1727-1870-01-16	{"a3": "1727"}	{"lerrcp": "A3-1727"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1727", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 8.61684, "lat": 45.44056, "name": "Novara", "geoid": 3172189}, "notime": null, "date-ut": "1870-01-16 17:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1727"}, "birth": {"place": {"c2": "NO", "cy": "IT", "lg": 8.61684, "lat": 45.44056, "name": "Novara", "geoid": 3172189}, "date-ut": "1870-01-16 17:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1727"}, "ids-in-sources": {"a3": "1727"}}, "raw": {"H": "18", "MN": "10", "TZ": "-1", "COD": "NO", "COU": "I", "DAY": "16", "LAT": "45N30", "LON": "9E 0", "MON": "1", "NUM": "1727", "PRO": "M", "SEC": "4", "YEA": "1870", "CITY": "NOVARA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7441	gauquelin-a3-1728-1891-09-26	{"a3": "1728"}	{"lerrcp": "A3-1728"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1728", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 14.96434, "lat": 38.14046, "name": "Patti", "geoid": 2523864}, "notime": null, "date-ut": "1891-09-26 03:20:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1728"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 14.96434, "lat": 38.14046, "name": "Patti", "geoid": 2523864}, "date-ut": "1891-09-26 03:20:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1728"}, "ids-in-sources": {"a3": "1728"}}, "raw": {"H": "4", "MN": "20", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "26", "LAT": "38N 0", "LON": "15E30", "MON": "9", "NUM": "1728", "PRO": "M", "SEC": "4", "YEA": "1891", "CITY": "PATTI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7442	gauquelin-a3-1729-1900-08-31	{"a3": "1729"}	{"lerrcp": "A3-1729"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1729", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "IT", "lg": 8.90764, "lat": 45.71097, "name": "Tradate", "geoid": 3165340}, "notime": null, "date-ut": "1900-08-31 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1729"}, "birth": {"place": {"c2": "VA", "cy": "IT", "lg": 8.90764, "lat": 45.71097, "name": "Tradate", "geoid": 3165340}, "date-ut": "1900-08-31 22:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1729"}, "ids-in-sources": {"a3": "1729"}}, "raw": {"H": "23", "MN": "30", "TZ": "-1", "COD": "VA", "COU": "I", "DAY": "31", "LAT": "45N48", "LON": "9E 0", "MON": "8", "NUM": "1729", "PRO": "M", "SEC": "0", "YEA": "1900", "CITY": "TRADATE"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7443	gauquelin-a3-1730-1873-07-23	{"a3": "1730"}	{"lerrcp": "A3-1730"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1730", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VC", "c3": null, "cy": "IT", "lg": 8.5, "lat": 45.4, "name": "BIELLA", "geoid": 0}, "notime": null, "date-ut": "1873-07-23 12:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1730"}, "birth": {"place": {"c2": "VC", "cy": "IT", "lg": 8.5, "lat": 45.4, "name": "BIELLA", "geoid": 0}, "date-ut": "1873-07-23 12:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1730"}, "ids-in-sources": {"a3": "1730"}}, "raw": {"H": "13", "MN": "10", "TZ": "-1", "COD": "VC", "COU": "I", "DAY": "23", "LAT": "45N24", "LON": "8E30", "MON": "7", "NUM": "1730", "PRO": "M", "SEC": "4", "YEA": "1873", "CITY": "BIELLA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7444	achilles-albrecht-1914-01-25	{"a3": "1731"}	{"lerrcp": "A3-1731"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albrecht", "family": "Achilles", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "KARLSRUHE", "geoid": 0}, "notime": null, "date-ut": "1914-01-25 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Albrecht", "family": "Achilles"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "KARLSRUHE", "geoid": 0}, "date-ut": "1914-01-25 11:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1731"}, "ids-in-sources": {"a3": "1731"}}, "raw": {"H": "12", "MN": "0", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "25", "LAT": "48N30", "LON": "9E 0", "MON": "1", "NUM": "1731", "PRO": "M", "SEC": "0", "YEA": "1914", "CITY": "KARLSRUHE"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7445	adam-hans-1883-03-05	{"a3": "1732"}	{"lerrcp": "A3-1732"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Adam", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WESEL", "geoid": 0}, "notime": null, "date-ut": "1883-03-05 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Adam"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WESEL", "geoid": 0}, "date-ut": "1883-03-05 05:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1732"}, "ids-in-sources": {"a3": "1732"}}, "raw": {"H": "6", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "5", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "1732", "PRO": "M", "SEC": "0", "YEA": "1883", "CITY": "WESEL"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7446	adam-hans-1886-05-24	{"a3": "1733"}	{"lerrcp": "A3-1733"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Adam", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "EISENSTEIN NIED", "geoid": 0}, "notime": null, "date-ut": "1886-05-24 10:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Adam"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "EISENSTEIN NIED", "geoid": 0}, "date-ut": "1886-05-24 10:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1733"}, "ids-in-sources": {"a3": "1733"}}, "raw": {"H": "11", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "24", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "1733", "PRO": "M", "SEC": "0", "YEA": "1886", "CITY": "EISENSTEIN NIED"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7447	adam-wilhelm-1877-09-15	{"a3": "1734"}	{"lerrcp": "A3-1734"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Adam", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ANSBACH", "geoid": 0}, "notime": null, "date-ut": "1877-09-15 13:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Adam"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ANSBACH", "geoid": 0}, "date-ut": "1877-09-15 13:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1734"}, "ids-in-sources": {"a3": "1734"}}, "raw": {"H": "14", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "15", "LAT": "49N 0", "LON": "11E30", "MON": "9", "NUM": "1734", "PRO": "M", "SEC": "0", "YEA": "1877", "CITY": "ANSBACH"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7448	ahrens-eberhard-1892-01-13	{"a3": "1735"}	{"lerrcp": "A3-1735"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eberhard", "family": "Ahrens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WETTER RUHR", "geoid": 0}, "notime": null, "date-ut": "1892-01-13 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eberhard", "family": "Ahrens"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WETTER RUHR", "geoid": 0}, "date-ut": "1892-01-13 19:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1735"}, "ids-in-sources": {"a3": "1735"}}, "raw": {"H": "20", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "13", "LAT": "51N30", "LON": "7E30", "MON": "1", "NUM": "1735", "PRO": "M", "SEC": "0", "YEA": "1892", "CITY": "WETTER RUHR"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7449	gauquelin-a3-1736-1859-11-02	{"a3": "1736"}	{"lerrcp": "A3-1736"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1736", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "ULZEN HANN", "geoid": 0}, "notime": null, "date-ut": "1859-11-02 06:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1736"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "ULZEN HANN", "geoid": 0}, "date-ut": "1859-11-02 06:35"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1736"}, "ids-in-sources": {"a3": "1736"}}, "raw": {"H": "7", "MN": "35", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "2", "LAT": "52N 0", "LON": "10E 0", "MON": "11", "NUM": "1736", "PRO": "M", "SEC": "0", "YEA": "1859", "CITY": "ULZEN HANN"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7450	albrecht-conrad-1880-10-07	{"a3": "1737"}	{"lerrcp": "A3-1737"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Conrad", "family": "Albrecht", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BREM", "c3": null, "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "notime": null, "date-ut": "1880-10-07 03:24:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Conrad", "family": "Albrecht"}, "birth": {"place": {"c2": "BREM", "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "date-ut": "1880-10-07 03:24:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1737"}, "ids-in-sources": {"a3": "1737"}}, "raw": {"H": "4", "MN": "24", "TZ": "-1", "COD": "BREM", "COU": "G", "DAY": "7", "LAT": "53N 5", "LON": "8E50", "MON": "10", "NUM": "1737", "PRO": "M", "SEC": "40", "YEA": "1880", "CITY": "BREMEN"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7451	aldebert-karl-1888-09-24	{"a3": "1738"}	{"lerrcp": "A3-1738"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Aldebert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "notime": null, "date-ut": "1888-09-24 06:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Aldebert"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "date-ut": "1888-09-24 06:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1738"}, "ids-in-sources": {"a3": "1738"}}, "raw": {"H": "7", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "24", "LAT": "49N 0", "LON": "11E30", "MON": "9", "NUM": "1738", "PRO": "M", "SEC": "0", "YEA": "1888", "CITY": "NURNBERG"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7452	allmendinger-karl-1891-02-03	{"a3": "1739"}	{"lerrcp": "A3-1739"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Allmendinger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "ABTSGMUND", "geoid": 0}, "notime": null, "date-ut": "1891-02-03 20:23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Allmendinger"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "ABTSGMUND", "geoid": 0}, "date-ut": "1891-02-03 20:23:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1739"}, "ids-in-sources": {"a3": "1739"}}, "raw": {"H": "21", "MN": "23", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "3", "LAT": "48N45", "LON": "9E13", "MON": "2", "NUM": "1739", "PRO": "M", "SEC": "8", "YEA": "1891", "CITY": "ABTSGMUND"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7453	ameiser-anton-1907-08-01	{"a3": "1740"}	{"lerrcp": "A3-1740"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anton", "family": "Ameiser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1907-08-01 10:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Anton", "family": "Ameiser"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1907-08-01 10:45"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1740"}, "ids-in-sources": {"a3": "1740"}}, "raw": {"H": "11", "MN": "45", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "1", "LAT": "49N 0", "LON": "11E30", "MON": "8", "NUM": "1740", "PRO": "M", "SEC": "0", "YEA": "1907", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7454	ammon-friedrich-1847-01-17	{"a3": "1741"}	{"lerrcp": "A3-1741"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Ammon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "notime": null, "date-ut": "1847-01-17 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Ammon"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "date-ut": "1847-01-17 18:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1741"}, "ids-in-sources": {"a3": "1741"}}, "raw": {"H": "19", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "17", "LAT": "51N30", "LON": "7E30", "MON": "1", "NUM": "1741", "PRO": "M", "SEC": "0", "YEA": "1847", "CITY": "KOLN"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7455	asal-walter-1891-06-14	{"a3": "1742"}	{"lerrcp": "A3-1742"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Asal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "BRUCHSAL", "geoid": 0}, "notime": null, "date-ut": "1891-06-14 12:39"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Asal"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "BRUCHSAL", "geoid": 0}, "date-ut": "1891-06-14 12:39"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1742"}, "ids-in-sources": {"a3": "1742"}}, "raw": {"H": "13", "MN": "39", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "14", "LAT": "48N30", "LON": "9E 0", "MON": "6", "NUM": "1742", "PRO": "M", "SEC": "0", "YEA": "1891", "CITY": "BRUCHSAL"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7456	augst-otto-1892-01-05	{"a3": "1743"}	{"lerrcp": "A3-1743"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Augst", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHL-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "MAMMELZEN", "geoid": 0}, "notime": null, "date-ut": "1892-01-05 04:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Augst"}, "birth": {"place": {"c2": "RHL-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "MAMMELZEN", "geoid": 0}, "date-ut": "1892-01-05 04:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1743"}, "ids-in-sources": {"a3": "1743"}}, "raw": {"H": "5", "MN": "32", "TZ": "-1", "COD": "RHL-PF", "COU": "G", "DAY": "5", "LAT": "50N 0", "LON": "7E 0", "MON": "1", "NUM": "1743", "PRO": "M", "SEC": "0", "YEA": "1892", "CITY": "MAMMELZEN"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7457	axthelm-walter-1893-12-23	{"a3": "1744"}	{"lerrcp": "A3-1744"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Axthelm", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "HERSBRUCK", "geoid": 0}, "notime": null, "date-ut": "1893-12-23 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Axthelm"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "HERSBRUCK", "geoid": 0}, "date-ut": "1893-12-23 19:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1744"}, "ids-in-sources": {"a3": "1744"}}, "raw": {"H": "20", "MN": "30", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "23", "LAT": "49N 0", "LON": "11E30", "MON": "12", "NUM": "1744", "PRO": "M", "SEC": "0", "YEA": "1893", "CITY": "HERSBRUCK"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7458	bachmeier-josef-1908-10-27	{"a3": "1745"}	{"lerrcp": "A3-1745"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Josef", "family": "Bachmeier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "DINGOLFING NIED", "geoid": 0}, "notime": null, "date-ut": "1908-10-27 04:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Josef", "family": "Bachmeier"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "DINGOLFING NIED", "geoid": 0}, "date-ut": "1908-10-27 04:15"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1745"}, "ids-in-sources": {"a3": "1745"}}, "raw": {"H": "5", "MN": "15", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "27", "LAT": "49N 0", "LON": "11E30", "MON": "10", "NUM": "1745", "PRO": "M", "SEC": "0", "YEA": "1908", "CITY": "DINGOLFING NIED"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7459	gauquelin-a3-1746-1892-02-01	{"a3": "1746"}	{"lerrcp": "A3-1746"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1746", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "GOTTINGEN", "geoid": 0}, "notime": null, "date-ut": "1892-02-01 04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1746"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "GOTTINGEN", "geoid": 0}, "date-ut": "1892-02-01 04:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1746"}, "ids-in-sources": {"a3": "1746"}}, "raw": {"H": "5", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "1", "LAT": "52N 0", "LON": "10E 0", "MON": "2", "NUM": "1746", "PRO": "M", "SEC": "0", "YEA": "1892", "CITY": "GOTTINGEN"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7460	bader-paul-1883-07-20	{"a3": "1747"}	{"lerrcp": "A3-1747"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Bader", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "LAHR-SCHWARZWAL", "geoid": 0}, "notime": null, "date-ut": "1883-07-20 19:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Bader"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "LAHR-SCHWARZWAL", "geoid": 0}, "date-ut": "1883-07-20 19:54"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1747"}, "ids-in-sources": {"a3": "1747"}}, "raw": {"H": "20", "MN": "54", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "20", "LAT": "48N30", "LON": "9E 0", "MON": "7", "NUM": "1747", "PRO": "M", "SEC": "0", "YEA": "1883", "CITY": "LAHR-SCHWARZWAL"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7461	bake-franz-1898-02-28	{"a3": "1748"}	{"lerrcp": "A3-1748"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Bäke", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "SCHWARZENFELS", "geoid": 0}, "notime": null, "date-ut": "1898-02-28 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Franz", "family": "Bäke"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "SCHWARZENFELS", "geoid": 0}, "date-ut": "1898-02-28 11:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1748"}, "ids-in-sources": {"a3": "1748"}}, "raw": {"H": "12", "MN": "0", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "28", "LAT": "50N30", "LON": "9E15", "MON": "2", "NUM": "1748", "PRO": "M", "SEC": "0", "YEA": "1898", "CITY": "SCHWARZENFELS"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7462	barckhausen-franz-1882-12-21	{"a3": "1749"}	{"lerrcp": "A3-1749"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Barckhausen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "WITTINGEN-HANN", "geoid": 0}, "notime": null, "date-ut": "1882-12-21 01:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Franz", "family": "Barckhausen"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "WITTINGEN-HANN", "geoid": 0}, "date-ut": "1882-12-21 01:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1749"}, "ids-in-sources": {"a3": "1749"}}, "raw": {"H": "2", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "21", "LAT": "52N 0", "LON": "10E 0", "MON": "12", "NUM": "1749", "PRO": "M", "SEC": "0", "YEA": "1882", "CITY": "WITTINGEN-HANN"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7463	barenfanger-erich-1915-01-12	{"a3": "1750"}	{"lerrcp": "A3-1750"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erich", "family": "Bärenfänger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SAUERL", "c3": null, "cy": "DE", "lg": 8, "lat": 51.16667, "name": "MENDEN", "geoid": 0}, "notime": null, "date-ut": "1915-01-12 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Erich", "family": "Bärenfänger"}, "birth": {"place": {"c2": "SAUERL", "cy": "DE", "lg": 8, "lat": 51.16667, "name": "MENDEN", "geoid": 0}, "date-ut": "1915-01-12 02:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1750"}, "ids-in-sources": {"a3": "1750"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "SAUERL", "COU": "G", "DAY": "12", "LAT": "51N10", "LON": "8E 0", "MON": "1", "NUM": "1750", "PRO": "M", "SEC": "0", "YEA": "1915", "CITY": "MENDEN"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7464	bargsten-klaus-1911-10-31	{"a3": "1751"}	{"lerrcp": "A3-1751"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Klaus", "family": "Bargsten", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "BAD OLDESLOE", "geoid": 0}, "notime": null, "date-ut": "1911-10-31 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Klaus", "family": "Bargsten"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "BAD OLDESLOE", "geoid": 0}, "date-ut": "1911-10-31 08:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1751"}, "ids-in-sources": {"a3": "1751"}}, "raw": {"H": "9", "MN": "30", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "31", "LAT": "52N 0", "LON": "10E 0", "MON": "10", "NUM": "1751", "PRO": "M", "SEC": "0", "YEA": "1911", "CITY": "BAD OLDESLOE"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7465	bartenbach-karl-1881-11-29	{"a3": "1752"}	{"lerrcp": "A3-1752"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Bartenbach", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEILBRONN-NECKA", "geoid": 0}, "notime": null, "date-ut": "1881-11-29 05:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Bartenbach"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEILBRONN-NECKA", "geoid": 0}, "date-ut": "1881-11-29 05:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1752"}, "ids-in-sources": {"a3": "1752"}}, "raw": {"H": "6", "MN": "24", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "29", "LAT": "48N30", "LON": "9E 0", "MON": "11", "NUM": "1752", "PRO": "M", "SEC": "0", "YEA": "1881", "CITY": "HEILBRONN-NECKA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7466	barth-johannes-1867-07-26	{"a3": "1753"}	{"lerrcp": "A3-1753"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Barth", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "notime": null, "date-ut": "1867-07-26 06:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Barth"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "date-ut": "1867-07-26 06:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1753"}, "ids-in-sources": {"a3": "1753"}}, "raw": {"H": "7", "MN": "24", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "26", "LAT": "48N30", "LON": "9E 0", "MON": "7", "NUM": "1753", "PRO": "M", "SEC": "0", "YEA": "1867", "CITY": "MANNHEIM"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7467	bastian-helmut-1916-11-17	{"a3": "1754"}	{"lerrcp": "A3-1754"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Helmut", "family": "Bastian", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "KIEL", "geoid": 0}, "notime": null, "date-ut": "1916-11-17 12:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Helmut", "family": "Bastian"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "KIEL", "geoid": 0}, "date-ut": "1916-11-17 12:45"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1754"}, "ids-in-sources": {"a3": "1754"}}, "raw": {"H": "13", "MN": "45", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "17", "LAT": "54N30", "LON": "9E45", "MON": "11", "NUM": "1754", "PRO": "M", "SEC": "0", "YEA": "1916", "CITY": "KIEL"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7468	bauer-helmut-1920-02-02	{"a3": "1755"}	{"lerrcp": "A3-1755"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Helmut", "family": "Bauer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "MITTELSCHEFFLEN", "geoid": 0}, "notime": null, "date-ut": "1920-02-02 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Helmut", "family": "Bauer"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "MITTELSCHEFFLEN", "geoid": 0}, "date-ut": "1920-02-02 15:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1755"}, "ids-in-sources": {"a3": "1755"}}, "raw": {"H": "16", "MN": "30", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "2", "LAT": "48N30", "LON": "9E 0", "MON": "2", "NUM": "1755", "PRO": "M", "SEC": "0", "YEA": "1920", "CITY": "MITTELSCHEFFLEN"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7469	baum-otto-1911-11-15	{"a3": "1756"}	{"lerrcp": "A3-1756"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Baum", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "STETTEN-HECHING", "geoid": 0}, "notime": null, "date-ut": "1911-11-15 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Baum"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "STETTEN-HECHING", "geoid": 0}, "date-ut": "1911-11-15 21:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1756"}, "ids-in-sources": {"a3": "1756"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "15", "LAT": "48N30", "LON": "9E 0", "MON": "11", "NUM": "1756", "PRO": "M", "SEC": "0", "YEA": "1911", "CITY": "STETTEN-HECHING"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7470	baumer-paul-1896-05-11	{"a3": "1757"}	{"lerrcp": "A3-1757"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Bäumer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUISBURG", "geoid": 0}, "notime": null, "date-ut": "1896-05-11 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Bäumer"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUISBURG", "geoid": 0}, "date-ut": "1896-05-11 12:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1757"}, "ids-in-sources": {"a3": "1757"}}, "raw": {"H": "13", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "11", "LAT": "51N30", "LON": "7E30", "MON": "5", "NUM": "1757", "PRO": "M", "SEC": "0", "YEA": "1896", "CITY": "DUISBURG"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7472	beck-wilhelm-1919-12-22	{"a3": "1759"}	{"lerrcp": "A3-1759"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Beck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "BITZ", "geoid": 0}, "notime": null, "date-ut": "1919-12-22 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Beck"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "BITZ", "geoid": 0}, "date-ut": "1919-12-22 12:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1759"}, "ids-in-sources": {"a3": "1759"}}, "raw": {"H": "13", "MN": "30", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "22", "LAT": "48N45", "LON": "9E13", "MON": "12", "NUM": "1759", "PRO": "M", "SEC": "0", "YEA": "1919", "CITY": "BITZ"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7473	becker-karl-1879-12-14	{"a3": "1760"}	{"lerrcp": "A3-1760"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Becker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHL-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "SPEYER", "geoid": 0}, "notime": null, "date-ut": "1879-12-14 21:17"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Becker"}, "birth": {"place": {"c2": "RHL-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "SPEYER", "geoid": 0}, "date-ut": "1879-12-14 21:17"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1760"}, "ids-in-sources": {"a3": "1760"}}, "raw": {"H": "22", "MN": "17", "TZ": "-1", "COD": "RHL-PF", "COU": "G", "DAY": "14", "LAT": "50N 0", "LON": "7E 0", "MON": "12", "NUM": "1760", "PRO": "M", "SEC": "0", "YEA": "1879", "CITY": "SPEYER"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7474	becker-paul-1881-05-23	{"a3": "1761"}	{"lerrcp": "A3-1761"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Becker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHL-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "WORMS-A-RHEIN", "geoid": 0}, "notime": null, "date-ut": "1881-05-23 09:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Becker"}, "birth": {"place": {"c2": "RHL-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "WORMS-A-RHEIN", "geoid": 0}, "date-ut": "1881-05-23 09:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1761"}, "ids-in-sources": {"a3": "1761"}}, "raw": {"H": "10", "MN": "32", "TZ": "-1", "COD": "RHL-PF", "COU": "G", "DAY": "23", "LAT": "50N 0", "LON": "7E 0", "MON": "5", "NUM": "1761", "PRO": "M", "SEC": "0", "YEA": "1881", "CITY": "WORMS-A-RHEIN"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7475	behler-klemens-1921-12-06	{"a3": "1762"}	{"lerrcp": "A3-1762"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Klemens", "family": "Behler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BOCHUM", "geoid": 0}, "notime": null, "date-ut": "1921-12-06 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Klemens", "family": "Behler"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BOCHUM", "geoid": 0}, "date-ut": "1921-12-06 11:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1762"}, "ids-in-sources": {"a3": "1762"}}, "raw": {"H": "12", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "6", "LAT": "51N30", "LON": "7E30", "MON": "12", "NUM": "1762", "PRO": "M", "SEC": "0", "YEA": "1921", "CITY": "BOCHUM"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7476	bengl-josef-1899-04-23	{"a3": "1763"}	{"lerrcp": "A3-1763"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Josef", "family": "Bengl", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "KOLBERMOOR OBB", "geoid": 0}, "notime": null, "date-ut": "1899-04-23 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Josef", "family": "Bengl"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "KOLBERMOOR OBB", "geoid": 0}, "date-ut": "1899-04-23 20:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1763"}, "ids-in-sources": {"a3": "1763"}}, "raw": {"H": "21", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "23", "LAT": "49N 0", "LON": "11E30", "MON": "4", "NUM": "1763", "PRO": "M", "SEC": "0", "YEA": "1899", "CITY": "KOLBERMOOR OBB"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7477	benz-reinbold-1893-09-12	{"a3": "1764"}	{"lerrcp": "A3-1764"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Reinbold", "family": "Benz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NEU-ULM SCHWABE", "geoid": 0}, "notime": null, "date-ut": "1893-09-12 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Reinbold", "family": "Benz"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NEU-ULM SCHWABE", "geoid": 0}, "date-ut": "1893-09-12 06:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1764"}, "ids-in-sources": {"a3": "1764"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "12", "LAT": "49N 0", "LON": "11E30", "MON": "9", "NUM": "1764", "PRO": "M", "SEC": "0", "YEA": "1893", "CITY": "NEU-ULM SCHWABE"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7478	bernuth-felix-1889-02-01	{"a3": "1765"}	{"lerrcp": "A3-1765"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Bernuth", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "notime": null, "date-ut": "1889-02-01 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Bernuth"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "date-ut": "1889-02-01 11:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1765"}, "ids-in-sources": {"a3": "1765"}}, "raw": {"H": "12", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "1", "LAT": "51N30", "LON": "7E30", "MON": "2", "NUM": "1765", "PRO": "M", "SEC": "0", "YEA": "1889", "CITY": "BONN"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7479	gauquelin-a3-1766-1891-03-24	{"a3": "1766"}	{"lerrcp": "A3-1766"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1766", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "DITTERSWIND", "geoid": 0}, "notime": null, "date-ut": "1891-03-24 17:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1766"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "DITTERSWIND", "geoid": 0}, "date-ut": "1891-03-24 17:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1766"}, "ids-in-sources": {"a3": "1766"}}, "raw": {"H": "18", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "24", "LAT": "49N 0", "LON": "11E30", "MON": "3", "NUM": "1766", "PRO": "M", "SEC": "0", "YEA": "1891", "CITY": "DITTERSWIND"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7480	bestmann-walter-1907-10-02	{"a3": "1767"}	{"lerrcp": "A3-1767"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Bestmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "LUBECK", "geoid": 0}, "notime": null, "date-ut": "1907-10-02 10:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Bestmann"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "LUBECK", "geoid": 0}, "date-ut": "1907-10-02 10:15"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1767"}, "ids-in-sources": {"a3": "1767"}}, "raw": {"H": "11", "MN": "15", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "2", "LAT": "54N30", "LON": "9E45", "MON": "10", "NUM": "1767", "PRO": "M", "SEC": "0", "YEA": "1907", "CITY": "LUBECK"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7481	bettenhauser-werner-1886-05-03	{"a3": "1768"}	{"lerrcp": "A3-1768"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Werner", "family": "Bettenhäuser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "MEINE KR GIFHOR", "geoid": 0}, "notime": null, "date-ut": "1886-05-03 01:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Werner", "family": "Bettenhäuser"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "MEINE KR GIFHOR", "geoid": 0}, "date-ut": "1886-05-03 01:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1768"}, "ids-in-sources": {"a3": "1768"}}, "raw": {"H": "2", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "3", "LAT": "52N 0", "LON": "10E 0", "MON": "5", "NUM": "1768", "PRO": "M", "SEC": "0", "YEA": "1886", "CITY": "MEINE KR GIFHOR"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7482	betzel-clemens-1895-06-09	{"a3": "1769"}	{"lerrcp": "A3-1769"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clemens", "family": "Betzel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "ULM", "geoid": 0}, "notime": null, "date-ut": "1895-06-09 04:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Clemens", "family": "Betzel"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "ULM", "geoid": 0}, "date-ut": "1895-06-09 04:45"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1769"}, "ids-in-sources": {"a3": "1769"}}, "raw": {"H": "5", "MN": "45", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "9", "LAT": "48N30", "LON": "9E 0", "MON": "6", "NUM": "1769", "PRO": "M", "SEC": "0", "YEA": "1895", "CITY": "ULM"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7483	betzel-paul-1873-01-13	{"a3": "1770"}	{"lerrcp": "A3-1770"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Betzel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PFALZ", "c3": null, "cy": "DE", "lg": 8, "lat": 49.33333, "name": "LANDAU", "geoid": 0}, "notime": null, "date-ut": "1873-01-13 07:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Betzel"}, "birth": {"place": {"c2": "PFALZ", "cy": "DE", "lg": 8, "lat": 49.33333, "name": "LANDAU", "geoid": 0}, "date-ut": "1873-01-13 07:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1770"}, "ids-in-sources": {"a3": "1770"}}, "raw": {"H": "8", "MN": "28", "TZ": "-1", "COD": "PFALZ", "COU": "G", "DAY": "13", "LAT": "49N20", "LON": "8E 0", "MON": "1", "NUM": "1770", "PRO": "M", "SEC": "0", "YEA": "1873", "CITY": "LANDAU"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7484	gauquelin-a3-1771-1899-03-16	{"a3": "1771"}	{"lerrcp": "A3-1771"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1771", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "ROT A D ROT", "geoid": 0}, "notime": null, "date-ut": "1899-03-16 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1771"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "ROT A D ROT", "geoid": 0}, "date-ut": "1899-03-16 20:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1771"}, "ids-in-sources": {"a3": "1771"}}, "raw": {"H": "21", "MN": "30", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "16", "LAT": "48N30", "LON": "9E 0", "MON": "3", "NUM": "1771", "PRO": "M", "SEC": "0", "YEA": "1899", "CITY": "ROT A D ROT"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7485	bieber-rudolf-1901-03-12	{"a3": "1772"}	{"lerrcp": "A3-1772"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rudolf", "family": "Bieber", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "notime": null, "date-ut": "1901-03-12 07:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Rudolf", "family": "Bieber"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "date-ut": "1901-03-12 07:15"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1772"}, "ids-in-sources": {"a3": "1772"}}, "raw": {"H": "8", "MN": "15", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "12", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "1772", "PRO": "M", "SEC": "0", "YEA": "1901", "CITY": "DUSSELDORF"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7486	blaurock-edmund-1899-10-12	{"a3": "1773"}	{"lerrcp": "A3-1773"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmund", "family": "Blaurock", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "notime": null, "date-ut": "1899-10-12 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edmund", "family": "Blaurock"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "date-ut": "1899-10-12 00:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1773"}, "ids-in-sources": {"a3": "1773"}}, "raw": {"H": "1", "MN": "30", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "12", "LAT": "49N 0", "LON": "11E30", "MON": "10", "NUM": "1773", "PRO": "M", "SEC": "0", "YEA": "1899", "CITY": "NURNBERG"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7487	blumentritt-gunther-1892-02-10	{"a3": "1774"}	{"lerrcp": "A3-1774"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gunther", "family": "Blumentritt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1892-02-10 20:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gunther", "family": "Blumentritt"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1892-02-10 20:59"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1774"}, "ids-in-sources": {"a3": "1774"}}, "raw": {"H": "21", "MN": "59", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "10", "LAT": "49N 0", "LON": "11E30", "MON": "2", "NUM": "1774", "PRO": "M", "SEC": "0", "YEA": "1892", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7488	bockmann-herbert-1886-07-24	{"a3": "1775"}	{"lerrcp": "A3-1775"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Herbert", "family": "Böckmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BREM", "c3": null, "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "notime": null, "date-ut": "1886-07-24 03:39:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Herbert", "family": "Böckmann"}, "birth": {"place": {"c2": "BREM", "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "date-ut": "1886-07-24 03:39:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1775"}, "ids-in-sources": {"a3": "1775"}}, "raw": {"H": "4", "MN": "39", "TZ": "-1", "COD": "BREM", "COU": "G", "DAY": "24", "LAT": "53N 5", "LON": "8E50", "MON": "7", "NUM": "1775", "PRO": "M", "SEC": "40", "YEA": "1886", "CITY": "BREMEN"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7489	bock-polach-friedrich-1849-05-18	{"a3": "1776"}	{"lerrcp": "A3-1776"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Bock Polach Friedrich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "SANDFORT B OLFE", "geoid": 0}, "notime": null, "date-ut": "1849-05-18 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Bock Polach Friedrich"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "SANDFORT B OLFE", "geoid": 0}, "date-ut": "1849-05-18 14:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1776"}, "ids-in-sources": {"a3": "1776"}}, "raw": {"H": "15", "MN": "30", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "18", "LAT": "51N50", "LON": "7E30", "MON": "5", "NUM": "1776", "PRO": "M", "SEC": "0", "YEA": "1849", "CITY": "SANDFORT B OLFE"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7490	bodenhausen-erpo-1897-04-12	{"a3": "1777"}	{"lerrcp": "A3-1777"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erpo", "family": "Bodenhausen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "SCHLOSS ARNSTEI", "geoid": 0}, "notime": null, "date-ut": "1897-04-12 11:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Erpo", "family": "Bodenhausen"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "SCHLOSS ARNSTEI", "geoid": 0}, "date-ut": "1897-04-12 11:15"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1777"}, "ids-in-sources": {"a3": "1777"}}, "raw": {"H": "12", "MN": "15", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "12", "LAT": "50N30", "LON": "9E15", "MON": "4", "NUM": "1777", "PRO": "M", "SEC": "0", "YEA": "1897", "CITY": "SCHLOSS ARNSTEI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7491	bogel-hermann-1914-09-09	{"a3": "1778"}	{"lerrcp": "A3-1778"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Bögel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN-RECKLINGH", "geoid": 0}, "notime": null, "date-ut": "1914-09-09 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Bögel"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN-RECKLINGH", "geoid": 0}, "date-ut": "1914-09-09 07:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1778"}, "ids-in-sources": {"a3": "1778"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "9", "LAT": "51N30", "LON": "7E30", "MON": "9", "NUM": "1778", "PRO": "M", "SEC": "0", "YEA": "1914", "CITY": "ESSEN-RECKLINGH"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7492	bogendorfer-friedrich-1869-05-05	{"a3": "1779"}	{"lerrcp": "A3-1779"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Bogendörfer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "BUTTELBRONN", "geoid": 0}, "notime": null, "date-ut": "1869-05-05 11:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Bogendörfer"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "BUTTELBRONN", "geoid": 0}, "date-ut": "1869-05-05 11:44"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1779"}, "ids-in-sources": {"a3": "1779"}}, "raw": {"H": "12", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "5", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "1779", "PRO": "M", "SEC": "0", "YEA": "1869", "CITY": "BUTTELBRONN"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7493	boosfeld-joachim-1922-06-01	{"a3": "1780"}	{"lerrcp": "A3-1780"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joachim", "family": "Boosfeld", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "AACHEN", "geoid": 0}, "notime": null, "date-ut": "1922-06-01 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joachim", "family": "Boosfeld"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "AACHEN", "geoid": 0}, "date-ut": "1922-06-01 05:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1780"}, "ids-in-sources": {"a3": "1780"}}, "raw": {"H": "6", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "1", "LAT": "51N30", "LON": "7E30", "MON": "6", "NUM": "1780", "PRO": "M", "SEC": "0", "YEA": "1922", "CITY": "AACHEN"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7494	bramesfeld-heinrich-1899-06-24	{"a3": "1781"}	{"lerrcp": "A3-1781"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Bramesfeld", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "GEMEN I W", "geoid": 0}, "notime": null, "date-ut": "1899-06-24 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Bramesfeld"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "GEMEN I W", "geoid": 0}, "date-ut": "1899-06-24 06:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1781"}, "ids-in-sources": {"a3": "1781"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "24", "LAT": "51N30", "LON": "7E30", "MON": "6", "NUM": "1781", "PRO": "M", "SEC": "0", "YEA": "1899", "CITY": "GEMEN I W"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7495	brandenstein-hermann-1868-08-18	{"a3": "1782"}	{"lerrcp": "A3-1782"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Brandenstein", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "CANNSTATT", "geoid": 0}, "notime": null, "date-ut": "1868-08-18 15:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Brandenstein"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "CANNSTATT", "geoid": 0}, "date-ut": "1868-08-18 15:54"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1782"}, "ids-in-sources": {"a3": "1782"}}, "raw": {"H": "16", "MN": "54", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "18", "LAT": "48N30", "LON": "9E 0", "MON": "8", "NUM": "1782", "PRO": "M", "SEC": "0", "YEA": "1868", "CITY": "CANNSTATT"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7496	brandi-albrecht-1914-06-20	{"a3": "1783"}	{"lerrcp": "A3-1783"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albrecht", "family": "Brandi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DORTMUND", "geoid": 0}, "notime": null, "date-ut": "1914-06-20 09:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Albrecht", "family": "Brandi"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DORTMUND", "geoid": 0}, "date-ut": "1914-06-20 09:45"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1783"}, "ids-in-sources": {"a3": "1783"}}, "raw": {"H": "10", "MN": "45", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "20", "LAT": "51N30", "LON": "7E30", "MON": "6", "NUM": "1783", "PRO": "M", "SEC": "0", "YEA": "1914", "CITY": "DORTMUND"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7497	brandis-cordt-1888-10-04	{"a3": "1784"}	{"lerrcp": "A3-1784"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cordt", "family": "Brandis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "EIMBECKHAUSEN", "geoid": 0}, "notime": null, "date-ut": "1888-10-04 17:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Cordt", "family": "Brandis"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "EIMBECKHAUSEN", "geoid": 0}, "date-ut": "1888-10-04 17:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1784"}, "ids-in-sources": {"a3": "1784"}}, "raw": {"H": "18", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "4", "LAT": "52N 0", "LON": "10E 0", "MON": "10", "NUM": "1784", "PRO": "M", "SEC": "0", "YEA": "1888", "CITY": "EIMBECKHAUSEN"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7498	brandt-gunter-1898-10-01	{"a3": "1785"}	{"lerrcp": "A3-1785"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Günter", "family": "Brandt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "KIEL", "geoid": 0}, "notime": null, "date-ut": "1898-10-01 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Günter", "family": "Brandt"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "KIEL", "geoid": 0}, "date-ut": "1898-10-01 22:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1785"}, "ids-in-sources": {"a3": "1785"}}, "raw": {"H": "23", "MN": "30", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "1", "LAT": "54N30", "LON": "9E45", "MON": "10", "NUM": "1785", "PRO": "M", "SEC": "0", "YEA": "1898", "CITY": "KIEL"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7499	bremer-gerhard-1917-07-25	{"a3": "1786"}	{"lerrcp": "A3-1786"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gerhard", "family": "Bremer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "DUSTERNTAL", "geoid": 0}, "notime": null, "date-ut": "1917-07-25 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gerhard", "family": "Bremer"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "DUSTERNTAL", "geoid": 0}, "date-ut": "1917-07-25 06:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1786"}, "ids-in-sources": {"a3": "1786"}}, "raw": {"H": "7", "MN": "30", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "25", "LAT": "52N 0", "LON": "10E 0", "MON": "7", "NUM": "1786", "PRO": "M", "SEC": "0", "YEA": "1917", "CITY": "DUSTERNTAL"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7500	brennecke-kurt-1891-12-16	{"a3": "1787"}	{"lerrcp": "A3-1787"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kurt", "family": "Brennecke", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "SALZGITTER-RING", "geoid": 0}, "notime": null, "date-ut": "1891-12-16 09:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Kurt", "family": "Brennecke"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "SALZGITTER-RING", "geoid": 0}, "date-ut": "1891-12-16 09:50"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1787"}, "ids-in-sources": {"a3": "1787"}}, "raw": {"H": "10", "MN": "50", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "16", "LAT": "52N 0", "LON": "10E 0", "MON": "12", "NUM": "1787", "PRO": "M", "SEC": "0", "YEA": "1891", "CITY": "SALZGITTER-RING"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7501	brinkmann-helmuth-1895-03-12	{"a3": "1788"}	{"lerrcp": "A3-1788"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Helmuth", "family": "Brinkmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "LUBECK", "geoid": 0}, "notime": null, "date-ut": "1895-03-12 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Helmuth", "family": "Brinkmann"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "LUBECK", "geoid": 0}, "date-ut": "1895-03-12 04:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1788"}, "ids-in-sources": {"a3": "1788"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "12", "LAT": "54N30", "LON": "9E45", "MON": "3", "NUM": "1788", "PRO": "M", "SEC": "0", "YEA": "1895", "CITY": "LUBECK"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7502	brinkord-heinrich-1882-09-07	{"a3": "1789"}	{"lerrcp": "A3-1789"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Brinkord", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "SENDE B VERL", "geoid": 0}, "notime": null, "date-ut": "1882-09-07 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Brinkord"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "SENDE B VERL", "geoid": 0}, "date-ut": "1882-09-07 18:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1789"}, "ids-in-sources": {"a3": "1789"}}, "raw": {"H": "19", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "7", "LAT": "51N30", "LON": "7E30", "MON": "9", "NUM": "1789", "PRO": "M", "SEC": "0", "YEA": "1882", "CITY": "SENDE B VERL"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7503	brisken-ferdinand-1876-09-24	{"a3": "1790"}	{"lerrcp": "A3-1790"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Brisken", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ARNSBERG", "geoid": 0}, "notime": null, "date-ut": "1876-09-24 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Brisken"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ARNSBERG", "geoid": 0}, "date-ut": "1876-09-24 11:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1790"}, "ids-in-sources": {"a3": "1790"}}, "raw": {"H": "12", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "24", "LAT": "51N30", "LON": "7E30", "MON": "9", "NUM": "1790", "PRO": "M", "SEC": "0", "YEA": "1876", "CITY": "ARNSBERG"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7504	gauquelin-a3-1791-1896-02-05	{"a3": "1791"}	{"lerrcp": "A3-1791"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1791", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "LINNICH BZ AACH", "geoid": 0}, "notime": null, "date-ut": "1896-02-05 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1791"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "LINNICH BZ AACH", "geoid": 0}, "date-ut": "1896-02-05 14:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1791"}, "ids-in-sources": {"a3": "1791"}}, "raw": {"H": "15", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "5", "LAT": "51N30", "LON": "7E30", "MON": "2", "NUM": "1791", "PRO": "M", "SEC": "0", "YEA": "1896", "CITY": "LINNICH BZ AACH"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7505	brug-karl-1855-06-15	{"a3": "1792"}	{"lerrcp": "A3-1792"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Brug", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "DIRLEWANG", "geoid": 0}, "notime": null, "date-ut": "1855-06-15 22:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Brug"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "DIRLEWANG", "geoid": 0}, "date-ut": "1855-06-15 22:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1792"}, "ids-in-sources": {"a3": "1792"}}, "raw": {"H": "23", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "15", "LAT": "49N 0", "LON": "11E30", "MON": "6", "NUM": "1792", "PRO": "M", "SEC": "0", "YEA": "1855", "CITY": "DIRLEWANG"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7506	buchner-hermann-1917-01-16	{"a3": "1793"}	{"lerrcp": "A3-1793"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Buchner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "notime": null, "date-ut": "1917-01-16 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Buchner"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "date-ut": "1917-01-16 03:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1793"}, "ids-in-sources": {"a3": "1793"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "16", "LAT": "49N 0", "LON": "11E30", "MON": "1", "NUM": "1793", "PRO": "M", "SEC": "0", "YEA": "1917", "CITY": "NURNBERG"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7507	buckler-julius-1894-03-28	{"a3": "1794"}	{"lerrcp": "A3-1794"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julius", "family": "Buckler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHL-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "notime": null, "date-ut": "1894-03-28 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Julius", "family": "Buckler"}, "birth": {"place": {"c2": "RHL-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "date-ut": "1894-03-28 14:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1794"}, "ids-in-sources": {"a3": "1794"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "RHL-PF", "COU": "G", "DAY": "28", "LAT": "50N 0", "LON": "7E 0", "MON": "3", "NUM": "1794", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "MAINZ"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7508	bulow-harry-1897-11-19	{"a3": "1795"}	{"lerrcp": "A3-1795"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Harry", "family": "Bülow", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "BOTHKAMPS", "geoid": 0}, "notime": null, "date-ut": "1897-11-19 19:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Harry", "family": "Bülow"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "BOTHKAMPS", "geoid": 0}, "date-ut": "1897-11-19 19:15"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1795"}, "ids-in-sources": {"a3": "1795"}}, "raw": {"H": "20", "MN": "15", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "19", "LAT": "54N30", "LON": "9E45", "MON": "11", "NUM": "1795", "PRO": "M", "SEC": "0", "YEA": "1897", "CITY": "BOTHKAMPS"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7509	bulow-otto-1911-10-16	{"a3": "1796"}	{"lerrcp": "A3-1796"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Bülow", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "WILHELMSHAVEN", "geoid": 0}, "notime": null, "date-ut": "1911-10-16 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Bülow"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "WILHELMSHAVEN", "geoid": 0}, "date-ut": "1911-10-16 12:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1796"}, "ids-in-sources": {"a3": "1796"}}, "raw": {"H": "13", "MN": "30", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "16", "LAT": "52N 0", "LON": "10E 0", "MON": "10", "NUM": "1796", "PRO": "M", "SEC": "0", "YEA": "1911", "CITY": "WILHELMSHAVEN"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7510	gauquelin-a3-1797-1894-10-05	{"a3": "1797"}	{"lerrcp": "A3-1797"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1797", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FULDA", "geoid": 0}, "notime": null, "date-ut": "1894-10-05 18:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1797"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FULDA", "geoid": 0}, "date-ut": "1894-10-05 18:15"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1797"}, "ids-in-sources": {"a3": "1797"}}, "raw": {"H": "19", "MN": "15", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "5", "LAT": "50N30", "LON": "9E15", "MON": "10", "NUM": "1797", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "FULDA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7511	burchardi-theodor-1892-05-14	{"a3": "1798"}	{"lerrcp": "A3-1798"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodor", "family": "Burchardi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HOMBERG KASSEL", "geoid": 0}, "notime": null, "date-ut": "1892-05-14 03:38"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Theodor", "family": "Burchardi"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HOMBERG KASSEL", "geoid": 0}, "date-ut": "1892-05-14 03:38"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1798"}, "ids-in-sources": {"a3": "1798"}}, "raw": {"H": "4", "MN": "38", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "14", "LAT": "50N30", "LON": "9E15", "MON": "5", "NUM": "1798", "PRO": "M", "SEC": "0", "YEA": "1892", "CITY": "HOMBERG KASSEL"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7512	busch-ernst-1885-07-06	{"a3": "1799"}	{"lerrcp": "A3-1799"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Busch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN-STEELE", "geoid": 0}, "notime": null, "date-ut": "1885-07-06 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Busch"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN-STEELE", "geoid": 0}, "date-ut": "1885-07-06 04:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1799"}, "ids-in-sources": {"a3": "1799"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "6", "LAT": "51N30", "LON": "7E30", "MON": "7", "NUM": "1799", "PRO": "M", "SEC": "0", "YEA": "1885", "CITY": "ESSEN-STEELE"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7514	caracciola-delbruck-1873-07-29	{"a3": "1801"}	{"lerrcp": "A3-1801"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Caracciola-Delbrück", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "REMAGEN RHEIN", "geoid": 0}, "notime": null, "date-ut": "1873-07-29 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Caracciola-Delbrück"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "REMAGEN RHEIN", "geoid": 0}, "date-ut": "1873-07-29 22:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1801"}, "ids-in-sources": {"a3": "1801"}}, "raw": {"H": "23", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "29", "LAT": "51N30", "LON": "7E30", "MON": "7", "NUM": "1801", "PRO": "M", "SEC": "0", "YEA": "1873", "CITY": "REMAGEN RHEIN"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7515	gauquelin-a3-1802-1877-07-26	{"a3": "1802"}	{"lerrcp": "A3-1802"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1802", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DETMOLD", "geoid": 0}, "notime": null, "date-ut": "1877-07-26 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1802"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DETMOLD", "geoid": 0}, "date-ut": "1877-07-26 14:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1802"}, "ids-in-sources": {"a3": "1802"}}, "raw": {"H": "15", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "26", "LAT": "51N30", "LON": "7E30", "MON": "7", "NUM": "1802", "PRO": "M", "SEC": "0", "YEA": "1877", "CITY": "DETMOLD"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7516	christiansen-friedrich-1879-12-12	{"a3": "1803"}	{"lerrcp": "A3-1803"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Christiansen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "WYK AUF FOHR", "geoid": 0}, "notime": null, "date-ut": "1879-12-12 04:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Christiansen"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "WYK AUF FOHR", "geoid": 0}, "date-ut": "1879-12-12 04:21"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1803"}, "ids-in-sources": {"a3": "1803"}}, "raw": {"H": "5", "MN": "21", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "12", "LAT": "54N30", "LON": "9E45", "MON": "12", "NUM": "1803", "PRO": "M", "SEC": "0", "YEA": "1879", "CITY": "WYK AUF FOHR"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7517	clausen-nicolai-1911-06-02	{"a3": "1804"}	{"lerrcp": "A3-1804"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicolai", "family": "Clausen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "FLENSBURG", "geoid": 0}, "notime": null, "date-ut": "1911-06-02 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Nicolai", "family": "Clausen"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "FLENSBURG", "geoid": 0}, "date-ut": "1911-06-02 15:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1804"}, "ids-in-sources": {"a3": "1804"}}, "raw": {"H": "16", "MN": "0", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "2", "LAT": "54N30", "LON": "9E45", "MON": "6", "NUM": "1804", "PRO": "M", "SEC": "0", "YEA": "1911", "CITY": "FLENSBURG"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7518	crailsheim-eduard-1865-01-16	{"a3": "1805"}	{"lerrcp": "A3-1805"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eduard", "family": "Crailsheim", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "BAD REICHENHALL", "geoid": 0}, "notime": null, "date-ut": "1865-01-16 00:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eduard", "family": "Crailsheim"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "BAD REICHENHALL", "geoid": 0}, "date-ut": "1865-01-16 00:29"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1805"}, "ids-in-sources": {"a3": "1805"}}, "raw": {"H": "1", "MN": "29", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "16", "LAT": "49N 0", "LON": "11E30", "MON": "1", "NUM": "1805", "PRO": "M", "SEC": "0", "YEA": "1865", "CITY": "BAD REICHENHALL"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7519	cruwell-ludwi-1892-03-20	{"a3": "1806"}	{"lerrcp": "A3-1806"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludwi", "family": "Crüwell", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DORTMUND", "geoid": 0}, "notime": null, "date-ut": "1892-03-20 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ludwi", "family": "Crüwell"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DORTMUND", "geoid": 0}, "date-ut": "1892-03-20 19:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1806"}, "ids-in-sources": {"a3": "1806"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "20", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "1806", "PRO": "M", "SEC": "0", "YEA": "1892", "CITY": "DORTMUND"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7520	danckelmann-heinrich-1887-08-02	{"a3": "1807"}	{"lerrcp": "A3-1807"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Danckelmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "SCHERFEDE-HARDE", "geoid": 0}, "notime": null, "date-ut": "1887-08-02 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Danckelmann"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "SCHERFEDE-HARDE", "geoid": 0}, "date-ut": "1887-08-02 20:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1807"}, "ids-in-sources": {"a3": "1807"}}, "raw": {"H": "21", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "2", "LAT": "51N30", "LON": "7E30", "MON": "8", "NUM": "1807", "PRO": "M", "SEC": "0", "YEA": "1887", "CITY": "SCHERFEDE-HARDE"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7521	danner-rudolf-1862-10-12	{"a3": "1808"}	{"lerrcp": "A3-1808"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rudolf", "family": "Dänner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "LINDAU-A-BODENS", "geoid": 0}, "notime": null, "date-ut": "1862-10-12 23:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Rudolf", "family": "Dänner"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "LINDAU-A-BODENS", "geoid": 0}, "date-ut": "1862-10-12 23:29"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1808"}, "ids-in-sources": {"a3": "1808"}}, "raw": {"H": "0", "MN": "29", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "13", "LAT": "49N 0", "LON": "11E30", "MON": "10", "NUM": "1808", "PRO": "M", "SEC": "0", "YEA": "1862", "CITY": "LINDAU-A-BODENS"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7522	dauberschmidt-otto-1887-07-28	{"a3": "1809"}	{"lerrcp": "A3-1809"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Dauberschmidt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ANSBACH", "geoid": 0}, "notime": null, "date-ut": "1887-07-28 00:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Dauberschmidt"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ANSBACH", "geoid": 0}, "date-ut": "1887-07-28 00:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1809"}, "ids-in-sources": {"a3": "1809"}}, "raw": {"H": "1", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "28", "LAT": "49N 0", "LON": "11E30", "MON": "7", "NUM": "1809", "PRO": "M", "SEC": "0", "YEA": "1887", "CITY": "ANSBACH"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7523	dauch-josef-1896-11-10	{"a3": "1810"}	{"lerrcp": "A3-1810"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Josef", "family": "Dauch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ROTHENFELS", "geoid": 0}, "notime": null, "date-ut": "1896-11-10 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Josef", "family": "Dauch"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ROTHENFELS", "geoid": 0}, "date-ut": "1896-11-10 14:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1810"}, "ids-in-sources": {"a3": "1810"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "10", "LAT": "49N 0", "LON": "11E30", "MON": "11", "NUM": "1810", "PRO": "M", "SEC": "0", "YEA": "1896", "CITY": "ROTHENFELS"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7524	gauquelin-a3-1811-1908-07-31	{"a3": "1811"}	{"lerrcp": "A3-1811"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1811", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1908-07-31 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1811"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1908-07-31 11:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1811"}, "ids-in-sources": {"a3": "1811"}}, "raw": {"H": "12", "MN": "30", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "31", "LAT": "49N 0", "LON": "11E30", "MON": "7", "NUM": "1811", "PRO": "M", "SEC": "0", "YEA": "1908", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7525	degelow-carl-1891-01-06	{"a3": "1812"}	{"lerrcp": "A3-1812"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carl", "family": "Degelow", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "MUNSTERDORF", "geoid": 0}, "notime": null, "date-ut": "1891-01-06 12:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Carl", "family": "Degelow"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "MUNSTERDORF", "geoid": 0}, "date-ut": "1891-01-06 12:21"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1812"}, "ids-in-sources": {"a3": "1812"}}, "raw": {"H": "13", "MN": "21", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "6", "LAT": "54N30", "LON": "9E45", "MON": "1", "NUM": "1812", "PRO": "M", "SEC": "0", "YEA": "1891", "CITY": "MUNSTERDORF"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7526	deichmann-paul-1898-08-27	{"a3": "1813"}	{"lerrcp": "A3-1813"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Deichmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FULDA", "geoid": 0}, "notime": null, "date-ut": "1898-08-27 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Deichmann"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FULDA", "geoid": 0}, "date-ut": "1898-08-27 01:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1813"}, "ids-in-sources": {"a3": "1813"}}, "raw": {"H": "2", "MN": "30", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "27", "LAT": "50N30", "LON": "9E15", "MON": "8", "NUM": "1813", "PRO": "M", "SEC": "0", "YEA": "1898", "CITY": "FULDA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7527	deisenhofer-eduard-1909-06-27	{"a3": "1814"}	{"lerrcp": "A3-1814"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eduard", "family": "Deisenhofer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "FREISING", "geoid": 0}, "notime": null, "date-ut": "1909-06-27 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eduard", "family": "Deisenhofer"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "FREISING", "geoid": 0}, "date-ut": "1909-06-27 18:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1814"}, "ids-in-sources": {"a3": "1814"}}, "raw": {"H": "19", "MN": "30", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "27", "LAT": "49N 0", "LON": "11E30", "MON": "6", "NUM": "1814", "PRO": "M", "SEC": "0", "YEA": "1909", "CITY": "FREISING"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7528	denzel-alfred-1879-10-25	{"a3": "1815"}	{"lerrcp": "A3-1815"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Denzel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1879-10-25 06:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Denzel"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1879-10-25 06:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1815"}, "ids-in-sources": {"a3": "1815"}}, "raw": {"H": "7", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "25", "LAT": "49N 0", "LON": "11E30", "MON": "10", "NUM": "1815", "PRO": "M", "SEC": "0", "YEA": "1879", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7529	dernen-friedrich-1884-02-15	{"a3": "1816"}	{"lerrcp": "A3-1816"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Dernen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "notime": null, "date-ut": "1884-02-15 11:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Dernen"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "date-ut": "1884-02-15 11:45"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1816"}, "ids-in-sources": {"a3": "1816"}}, "raw": {"H": "12", "MN": "45", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "15", "LAT": "51N30", "LON": "7E30", "MON": "2", "NUM": "1816", "PRO": "M", "SEC": "0", "YEA": "1884", "CITY": "KOLN"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7530	dessloch-friedrich-1882-11-17	{"a3": "1817"}	{"lerrcp": "A3-1817"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Dessloch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "LOHR UNTERFR", "geoid": 0}, "notime": null, "date-ut": "1882-11-17 09:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Dessloch"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "LOHR UNTERFR", "geoid": 0}, "date-ut": "1882-11-17 09:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1817"}, "ids-in-sources": {"a3": "1817"}}, "raw": {"H": "10", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "17", "LAT": "49N 0", "LON": "11E30", "MON": "11", "NUM": "1817", "PRO": "M", "SEC": "0", "YEA": "1882", "CITY": "LOHR UNTERFR"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7531	dethleffsen-erich-1904-08-02	{"a3": "1818"}	{"lerrcp": "A3-1818"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erich", "family": "Dethleffsen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "KIEL", "geoid": 0}, "notime": null, "date-ut": "1904-08-02 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Erich", "family": "Dethleffsen"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "KIEL", "geoid": 0}, "date-ut": "1904-08-02 06:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1818"}, "ids-in-sources": {"a3": "1818"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "2", "LAT": "54N30", "LON": "9E45", "MON": "8", "NUM": "1818", "PRO": "M", "SEC": "0", "YEA": "1904", "CITY": "KIEL"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7532	gauquelin-a3-1819-1859-11-02	{"a3": "1819"}	{"lerrcp": "A3-1819"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1819", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "SCHLITZ", "geoid": 0}, "notime": null, "date-ut": "1859-11-02 00:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1819"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "SCHLITZ", "geoid": 0}, "date-ut": "1859-11-02 00:23"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1819"}, "ids-in-sources": {"a3": "1819"}}, "raw": {"H": "1", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "2", "LAT": "50N30", "LON": "9E15", "MON": "11", "NUM": "1819", "PRO": "M", "SEC": "0", "YEA": "1859", "CITY": "SCHLITZ"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7533	diepenbroick-gruter-otto-1860-07-18	{"a3": "1820"}	{"lerrcp": "A3-1820"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Diepenbroick-Grüter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "notime": null, "date-ut": "1860-07-18 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Diepenbroick-Grüter"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "date-ut": "1860-07-18 21:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1820"}, "ids-in-sources": {"a3": "1820"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "18", "LAT": "51N30", "LON": "7E30", "MON": "7", "NUM": "1820", "PRO": "M", "SEC": "0", "YEA": "1860", "CITY": "DUSSELDORF"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7534	diergarten-hans-1913-04-05	{"a3": "1821"}	{"lerrcp": "A3-1821"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Diergarten", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "SCHALKSMUHLE", "geoid": 0}, "notime": null, "date-ut": "1913-04-05 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Diergarten"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "SCHALKSMUHLE", "geoid": 0}, "date-ut": "1913-04-05 11:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1821"}, "ids-in-sources": {"a3": "1821"}}, "raw": {"H": "12", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "5", "LAT": "51N30", "LON": "7E30", "MON": "4", "NUM": "1821", "PRO": "M", "SEC": "0", "YEA": "1913", "CITY": "SCHALKSMUHLE"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7535	dietl-eduard-1890-07-21	{"a3": "1822"}	{"lerrcp": "A3-1822"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eduard", "family": "Dietl", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "BAD AIBLING ROS", "geoid": 0}, "notime": null, "date-ut": "1890-07-21 01:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eduard", "family": "Dietl"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "BAD AIBLING ROS", "geoid": 0}, "date-ut": "1890-07-21 01:29"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1822"}, "ids-in-sources": {"a3": "1822"}}, "raw": {"H": "2", "MN": "29", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "21", "LAT": "49N 0", "LON": "11E30", "MON": "7", "NUM": "1822", "PRO": "M", "SEC": "0", "YEA": "1890", "CITY": "BAD AIBLING ROS"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7536	dietrich-josef-1892-05-28	{"a3": "1823"}	{"lerrcp": "A3-1823"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Josef", "family": "Dietrich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "HAWANGEN", "geoid": 0}, "notime": null, "date-ut": "1892-05-28 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Josef", "family": "Dietrich"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "HAWANGEN", "geoid": 0}, "date-ut": "1892-05-28 00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1823"}, "ids-in-sources": {"a3": "1823"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "28", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "1823", "PRO": "M", "SEC": "0", "YEA": "1892", "CITY": "HAWANGEN"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7537	dittelberger-martin-1871-12-13	{"a3": "1824"}	{"lerrcp": "A3-1824"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Martin", "family": "Dittelberger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "WALDFENSTER", "geoid": 0}, "notime": null, "date-ut": "1871-12-13 20:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Martin", "family": "Dittelberger"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "WALDFENSTER", "geoid": 0}, "date-ut": "1871-12-13 20:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1824"}, "ids-in-sources": {"a3": "1824"}}, "raw": {"H": "21", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "13", "LAT": "49N 0", "LON": "11E30", "MON": "12", "NUM": "1824", "PRO": "M", "SEC": "0", "YEA": "1871", "CITY": "WALDFENSTER"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7538	gauquelin-a3-1825-1873-05-21	{"a3": "1825"}	{"lerrcp": "A3-1825"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1825", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "POSSENHEIM UNT", "geoid": 0}, "notime": null, "date-ut": "1873-05-21 01:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1825"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "POSSENHEIM UNT", "geoid": 0}, "date-ut": "1873-05-21 01:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1825"}, "ids-in-sources": {"a3": "1825"}}, "raw": {"H": "2", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "21", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "1825", "PRO": "M", "SEC": "0", "YEA": "1873", "CITY": "POSSENHEIM UNT"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7539	doehla-heinrich-1881-11-03	{"a3": "1826"}	{"lerrcp": "A3-1826"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Doehla", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1881-11-03 02:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Doehla"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1881-11-03 02:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1826"}, "ids-in-sources": {"a3": "1826"}}, "raw": {"H": "3", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "3", "LAT": "49N 0", "LON": "11E30", "MON": "11", "NUM": "1826", "PRO": "M", "SEC": "0", "YEA": "1881", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7540	dorner-helmut-1909-06-26	{"a3": "1827"}	{"lerrcp": "A3-1827"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Helmut", "family": "Dörner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MONCHEN-GLADBAC", "geoid": 0}, "notime": null, "date-ut": "1909-06-26 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Helmut", "family": "Dörner"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MONCHEN-GLADBAC", "geoid": 0}, "date-ut": "1909-06-26 19:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1827"}, "ids-in-sources": {"a3": "1827"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "26", "LAT": "51N30", "LON": "7E30", "MON": "6", "NUM": "1827", "PRO": "M", "SEC": "0", "YEA": "1909", "CITY": "MONCHEN-GLADBAC"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7542	doser-robert-1889-03-14	{"a3": "1829"}	{"lerrcp": "A3-1829"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Doser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NEUHOFEN", "geoid": 0}, "notime": null, "date-ut": "1889-03-14 00:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Doser"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NEUHOFEN", "geoid": 0}, "date-ut": "1889-03-14 00:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1829"}, "ids-in-sources": {"a3": "1829"}}, "raw": {"H": "1", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "14", "LAT": "49N 0", "LON": "11E30", "MON": "3", "NUM": "1829", "PRO": "M", "SEC": "0", "YEA": "1889", "CITY": "NEUHOFEN"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7543	dossenbach-albert-1891-06-05	{"a3": "1830"}	{"lerrcp": "A3-1830"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Dossenbach", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "ST BLASIEN", "geoid": 0}, "notime": null, "date-ut": "1891-06-05 12:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Dossenbach"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "ST BLASIEN", "geoid": 0}, "date-ut": "1891-06-05 12:54"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1830"}, "ids-in-sources": {"a3": "1830"}}, "raw": {"H": "13", "MN": "54", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "5", "LAT": "48N30", "LON": "9E 0", "MON": "6", "NUM": "1830", "PRO": "M", "SEC": "0", "YEA": "1891", "CITY": "ST BLASIEN"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7544	dostler-anton-1891-05-10	{"a3": "1831"}	{"lerrcp": "A3-1831"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anton", "family": "Dostler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1891-05-10 12:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Anton", "family": "Dostler"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1891-05-10 12:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1831"}, "ids-in-sources": {"a3": "1831"}}, "raw": {"H": "13", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "10", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "1831", "PRO": "M", "SEC": "0", "YEA": "1891", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7545	dostler-eduard-1892-02-03	{"a3": "1832"}	{"lerrcp": "A3-1832"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eduard", "family": "Dostler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "POTTENSTEIN OBE", "geoid": 0}, "notime": null, "date-ut": "1892-02-03 08:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eduard", "family": "Dostler"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "POTTENSTEIN OBE", "geoid": 0}, "date-ut": "1892-02-03 08:59"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1832"}, "ids-in-sources": {"a3": "1832"}}, "raw": {"H": "9", "MN": "59", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "3", "LAT": "49N 0", "LON": "11E30", "MON": "2", "NUM": "1832", "PRO": "M", "SEC": "0", "YEA": "1892", "CITY": "POTTENSTEIN OBE"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7546	drechsler-hans-1893-12-30	{"a3": "1833"}	{"lerrcp": "A3-1833"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Drechsler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-BA", "c3": null, "cy": "DE", "lg": 13.23333, "lat": 49.01667, "name": "HINTERBEN", "geoid": 0}, "notime": null, "date-ut": "1893-12-30 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Drechsler"}, "birth": {"place": {"c2": "NIED-BA", "cy": "DE", "lg": 13.23333, "lat": 49.01667, "name": "HINTERBEN", "geoid": 0}, "date-ut": "1893-12-30 14:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1833"}, "ids-in-sources": {"a3": "1833"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "NIED-BA", "COU": "G", "DAY": "30", "LAT": "49N 1", "LON": "13E14", "MON": "12", "NUM": "1833", "PRO": "M", "SEC": "0", "YEA": "1893", "CITY": "HINTERBEN"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7547	gauquelin-a3-1834-1892-02-06	{"a3": "1834"}	{"lerrcp": "A3-1834"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1834", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "EBERMANNSTADT", "geoid": 0}, "notime": null, "date-ut": "1892-02-06 14:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1834"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "EBERMANNSTADT", "geoid": 0}, "date-ut": "1892-02-06 14:44"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1834"}, "ids-in-sources": {"a3": "1834"}}, "raw": {"H": "15", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "6", "LAT": "49N 0", "LON": "11E30", "MON": "2", "NUM": "1834", "PRO": "M", "SEC": "0", "YEA": "1892", "CITY": "EBERMANNSTADT"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7548	drexler-walter-1916-09-25	{"a3": "1835"}	{"lerrcp": "A3-1835"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Drexler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "ULM", "geoid": 0}, "notime": null, "date-ut": "1916-09-25 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Drexler"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "ULM", "geoid": 0}, "date-ut": "1916-09-25 07:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1835"}, "ids-in-sources": {"a3": "1835"}}, "raw": {"H": "8", "MN": "30", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "25", "LAT": "48N30", "LON": "9E 0", "MON": "9", "NUM": "1835", "PRO": "M", "SEC": "0", "YEA": "1916", "CITY": "ULM"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7549	durr-emil-1920-06-11	{"a3": "1836"}	{"lerrcp": "A3-1836"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emil", "family": "Dürr", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "MUHLACKER", "geoid": 0}, "notime": null, "date-ut": "1920-06-11 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emil", "family": "Dürr"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "MUHLACKER", "geoid": 0}, "date-ut": "1920-06-11 06:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1836"}, "ids-in-sources": {"a3": "1836"}}, "raw": {"H": "7", "MN": "30", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "11", "LAT": "48N30", "LON": "9E 0", "MON": "6", "NUM": "1836", "PRO": "M", "SEC": "0", "YEA": "1920", "CITY": "MUHLACKER"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7550	dusel-heinrich-1889-04-22	{"a3": "1837"}	{"lerrcp": "A3-1837"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Düsel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MAROLDSWEISACH", "geoid": 0}, "notime": null, "date-ut": "1889-04-22 20:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Düsel"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MAROLDSWEISACH", "geoid": 0}, "date-ut": "1889-04-22 20:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1837"}, "ids-in-sources": {"a3": "1837"}}, "raw": {"H": "21", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "22", "LAT": "49N 0", "LON": "11E30", "MON": "4", "NUM": "1837", "PRO": "M", "SEC": "0", "YEA": "1889", "CITY": "MAROLDSWEISACH"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7551	dutschke-kurt-1892-10-15	{"a3": "1838"}	{"lerrcp": "A3-1838"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kurt", "family": "Dütschke", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "AURICH", "geoid": 0}, "notime": null, "date-ut": "1892-10-15 08:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Kurt", "family": "Dütschke"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "AURICH", "geoid": 0}, "date-ut": "1892-10-15 08:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1838"}, "ids-in-sources": {"a3": "1838"}}, "raw": {"H": "9", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "15", "LAT": "52N 0", "LON": "10E 0", "MON": "10", "NUM": "1838", "PRO": "M", "SEC": "0", "YEA": "1892", "CITY": "AURICH"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7552	duwell-karl-1869-08-05	{"a3": "1839"}	{"lerrcp": "A3-1839"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Düwell", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "KEMPTEN", "geoid": 0}, "notime": null, "date-ut": "1869-08-05 23:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Düwell"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "KEMPTEN", "geoid": 0}, "date-ut": "1869-08-05 23:44"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1839"}, "ids-in-sources": {"a3": "1839"}}, "raw": {"H": "0", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "6", "LAT": "49N 0", "LON": "11E30", "MON": "8", "NUM": "1839", "PRO": "M", "SEC": "0", "YEA": "1869", "CITY": "KEMPTEN"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7553	gauquelin-a3-1840-1895-11-24	{"a3": "1840"}	{"lerrcp": "A3-1840"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1840", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART", "geoid": 0}, "notime": null, "date-ut": "1895-11-24 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1840"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART", "geoid": 0}, "date-ut": "1895-11-24 08:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1840"}, "ids-in-sources": {"a3": "1840"}}, "raw": {"H": "9", "MN": "30", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "24", "LAT": "48N30", "LON": "9E 0", "MON": "11", "NUM": "1840", "PRO": "M", "SEC": "0", "YEA": "1895", "CITY": "STUTTGART"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7554	eberlein-august-1877-01-07	{"a3": "1841"}	{"lerrcp": "A3-1841"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "August", "family": "Eberlein", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "KITZINGEN", "geoid": 0}, "notime": null, "date-ut": "1877-01-07 04:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "August", "family": "Eberlein"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "KITZINGEN", "geoid": 0}, "date-ut": "1877-01-07 04:44"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1841"}, "ids-in-sources": {"a3": "1841"}}, "raw": {"H": "5", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "7", "LAT": "49N 0", "LON": "11E30", "MON": "1", "NUM": "1841", "PRO": "M", "SEC": "0", "YEA": "1877", "CITY": "KITZINGEN"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7555	ebert-geor-1885-04-03	{"a3": "1842"}	{"lerrcp": "A3-1842"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Geor", "family": "Ebert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ANSBACH", "geoid": 0}, "notime": null, "date-ut": "1885-04-03 04:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Geor", "family": "Ebert"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ANSBACH", "geoid": 0}, "date-ut": "1885-04-03 04:44"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1842"}, "ids-in-sources": {"a3": "1842"}}, "raw": {"H": "5", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "3", "LAT": "49N 0", "LON": "11E30", "MON": "4", "NUM": "1842", "PRO": "M", "SEC": "0", "YEA": "1885", "CITY": "ANSBACH"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7556	gauquelin-a3-1843-1916-06-01	{"a3": "1843"}	{"lerrcp": "A3-1843"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1843", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ZAILACH BEI ANS", "geoid": 0}, "notime": null, "date-ut": "1916-06-01 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1843"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ZAILACH BEI ANS", "geoid": 0}, "date-ut": "1916-06-01 11:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1843"}, "ids-in-sources": {"a3": "1843"}}, "raw": {"H": "12", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "1", "LAT": "49N 0", "LON": "11E30", "MON": "6", "NUM": "1843", "PRO": "M", "SEC": "0", "YEA": "1916", "CITY": "ZAILACH BEI ANS"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7557	edelsheim-franz-1868-10-25	{"a3": "1844"}	{"lerrcp": "A3-1844"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Edelsheim", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "KONSTANZ", "geoid": 0}, "notime": null, "date-ut": "1868-10-25 12:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Franz", "family": "Edelsheim"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "KONSTANZ", "geoid": 0}, "date-ut": "1868-10-25 12:54"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1844"}, "ids-in-sources": {"a3": "1844"}}, "raw": {"H": "13", "MN": "54", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "25", "LAT": "48N30", "LON": "9E 0", "MON": "10", "NUM": "1844", "PRO": "M", "SEC": "0", "YEA": "1868", "CITY": "KONSTANZ"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7558	eder-felix-1856-01-07	{"a3": "1845"}	{"lerrcp": "A3-1845"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Eder", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ILLERTISSEN", "geoid": 0}, "notime": null, "date-ut": "1856-01-07 03:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Eder"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ILLERTISSEN", "geoid": 0}, "date-ut": "1856-01-07 03:44"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1845"}, "ids-in-sources": {"a3": "1845"}}, "raw": {"H": "4", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "7", "LAT": "49N 0", "LON": "11E30", "MON": "1", "NUM": "1845", "PRO": "M", "SEC": "0", "YEA": "1856", "CITY": "ILLERTISSEN"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7559	eder-wolfgan-1889-10-24	{"a3": "1846"}	{"lerrcp": "A3-1846"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wolfgan", "family": "Eder", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1889-10-24 13:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Wolfgan", "family": "Eder"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1889-10-24 13:44"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1846"}, "ids-in-sources": {"a3": "1846"}}, "raw": {"H": "14", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "24", "LAT": "49N 0", "LON": "11E30", "MON": "10", "NUM": "1846", "PRO": "M", "SEC": "0", "YEA": "1889", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7560	ehrath-fritz-1909-06-09	{"a3": "1847"}	{"lerrcp": "A3-1847"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Ehrath", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "KARLSRUHE", "geoid": 0}, "notime": null, "date-ut": "1909-06-09 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Fritz", "family": "Ehrath"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "KARLSRUHE", "geoid": 0}, "date-ut": "1909-06-09 11:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1847"}, "ids-in-sources": {"a3": "1847"}}, "raw": {"H": "12", "MN": "30", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "9", "LAT": "48N30", "LON": "9E 0", "MON": "6", "NUM": "1847", "PRO": "M", "SEC": "0", "YEA": "1909", "CITY": "KARLSRUHE"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7561	eich-gustav-1892-06-16	{"a3": "1848"}	{"lerrcp": "A3-1848"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustav", "family": "Eich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "EICHSTATT", "geoid": 0}, "notime": null, "date-ut": "1892-06-16 07:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gustav", "family": "Eich"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "EICHSTATT", "geoid": 0}, "date-ut": "1892-06-16 07:15"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1848"}, "ids-in-sources": {"a3": "1848"}}, "raw": {"H": "8", "MN": "15", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "16", "LAT": "49N 0", "LON": "11E30", "MON": "6", "NUM": "1848", "PRO": "M", "SEC": "0", "YEA": "1892", "CITY": "EICHSTATT"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7562	endress-hans-1911-07-05	{"a3": "1849"}	{"lerrcp": "A3-1849"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Endress", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART", "geoid": 0}, "notime": null, "date-ut": "1911-07-05 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Endress"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART", "geoid": 0}, "date-ut": "1911-07-05 11:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1849"}, "ids-in-sources": {"a3": "1849"}}, "raw": {"H": "12", "MN": "30", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "5", "LAT": "48N30", "LON": "9E 0", "MON": "7", "NUM": "1849", "PRO": "M", "SEC": "0", "YEA": "1911", "CITY": "STUTTGART"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7563	ertel-karl-1919-11-26	{"a3": "1850"}	{"lerrcp": "A3-1850"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Ertel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "LUNEN-BRAMBAUER", "geoid": 0}, "notime": null, "date-ut": "1919-11-26 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Ertel"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "LUNEN-BRAMBAUER", "geoid": 0}, "date-ut": "1919-11-26 18:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1850"}, "ids-in-sources": {"a3": "1850"}}, "raw": {"H": "19", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "26", "LAT": "51N30", "LON": "7E30", "MON": "11", "NUM": "1850", "PRO": "M", "SEC": "0", "YEA": "1919", "CITY": "LUNEN-BRAMBAUER"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7564	fegelein-hermann-1906-10-30	{"a3": "1851"}	{"lerrcp": "A3-1851"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Fegelein", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ANSBACH", "geoid": 0}, "notime": null, "date-ut": "1906-10-30 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Fegelein"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ANSBACH", "geoid": 0}, "date-ut": "1906-10-30 08:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1851"}, "ids-in-sources": {"a3": "1851"}}, "raw": {"H": "9", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "30", "LAT": "49N 0", "LON": "11E30", "MON": "10", "NUM": "1851", "PRO": "M", "SEC": "0", "YEA": "1906", "CITY": "ANSBACH"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7565	fegelein-waldemar-1912-01-09	{"a3": "1852"}	{"lerrcp": "A3-1852"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Waldemar", "family": "Fegelein", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ANSBACH", "geoid": 0}, "notime": null, "date-ut": "1912-01-09 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Waldemar", "family": "Fegelein"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ANSBACH", "geoid": 0}, "date-ut": "1912-01-09 10:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1852"}, "ids-in-sources": {"a3": "1852"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "9", "LAT": "49N 0", "LON": "11E30", "MON": "1", "NUM": "1852", "PRO": "M", "SEC": "0", "YEA": "1912", "CITY": "ANSBACH"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7566	fehn-gustav-1892-02-21	{"a3": "1853"}	{"lerrcp": "A3-1853"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustav", "family": "Fehn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "notime": null, "date-ut": "1892-02-21 08:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gustav", "family": "Fehn"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "date-ut": "1892-02-21 08:59"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1853"}, "ids-in-sources": {"a3": "1853"}}, "raw": {"H": "9", "MN": "59", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "21", "LAT": "49N 0", "LON": "11E30", "MON": "2", "NUM": "1853", "PRO": "M", "SEC": "0", "YEA": "1892", "CITY": "NURNBERG"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7567	fick-jakob-1912-01-15	{"a3": "1854"}	{"lerrcp": "A3-1854"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jakob", "family": "Fick", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "ULM", "geoid": 0}, "notime": null, "date-ut": "1912-01-15 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jakob", "family": "Fick"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "ULM", "geoid": 0}, "date-ut": "1912-01-15 05:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1854"}, "ids-in-sources": {"a3": "1854"}}, "raw": {"H": "6", "MN": "30", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "15", "LAT": "48N30", "LON": "9E 0", "MON": "1", "NUM": "1854", "PRO": "M", "SEC": "0", "YEA": "1912", "CITY": "ULM"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7568	fink-johannes-1895-02-28	{"a3": "1855"}	{"lerrcp": "A3-1855"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Fink", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "PFULLINGEN", "geoid": 0}, "notime": null, "date-ut": "1895-02-28 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Fink"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "PFULLINGEN", "geoid": 0}, "date-ut": "1895-02-28 12:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1855"}, "ids-in-sources": {"a3": "1855"}}, "raw": {"H": "13", "MN": "0", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "28", "LAT": "48N45", "LON": "9E13", "MON": "2", "NUM": "1855", "PRO": "M", "SEC": "0", "YEA": "1895", "CITY": "PFULLINGEN"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7569	fischel-max-1850-03-31	{"a3": "1856"}	{"lerrcp": "A3-1856"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Fischel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHL-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "KOBLENZ", "geoid": 0}, "notime": null, "date-ut": "1850-03-31 09:17"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Max", "family": "Fischel"}, "birth": {"place": {"c2": "RHL-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "KOBLENZ", "geoid": 0}, "date-ut": "1850-03-31 09:17"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1856"}, "ids-in-sources": {"a3": "1856"}}, "raw": {"H": "10", "MN": "17", "TZ": "-1", "COD": "RHL-PF", "COU": "G", "DAY": "31", "LAT": "50N 0", "LON": "7E 0", "MON": "3", "NUM": "1856", "PRO": "M", "SEC": "0", "YEA": "1850", "CITY": "KOBLENZ"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7570	fischer-udo-1868-08-07	{"a3": "1857"}	{"lerrcp": "A3-1857"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Udo", "family": "Fischer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "SCHLESWIG", "geoid": 0}, "notime": null, "date-ut": "1868-08-07 18:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Udo", "family": "Fischer"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "SCHLESWIG", "geoid": 0}, "date-ut": "1868-08-07 18:51"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1857"}, "ids-in-sources": {"a3": "1857"}}, "raw": {"H": "19", "MN": "51", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "7", "LAT": "54N30", "LON": "9E45", "MON": "8", "NUM": "1857", "PRO": "M", "SEC": "0", "YEA": "1868", "CITY": "SCHLESWIG"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7571	flugel-hans-1919-02-13	{"a3": "1858"}	{"lerrcp": "A3-1858"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Flügel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ARZBERG", "geoid": 0}, "notime": null, "date-ut": "1919-02-13 08:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Flügel"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ARZBERG", "geoid": 0}, "date-ut": "1919-02-13 08:15"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1858"}, "ids-in-sources": {"a3": "1858"}}, "raw": {"H": "9", "MN": "15", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "13", "LAT": "49N 0", "LON": "11E30", "MON": "2", "NUM": "1858", "PRO": "M", "SEC": "0", "YEA": "1919", "CITY": "ARZBERG"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7572	forstmann-walter-1883-03-09	{"a3": "1859"}	{"lerrcp": "A3-1859"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Forstmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WERDEN A D RUHR", "geoid": 0}, "notime": null, "date-ut": "1883-03-09 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Forstmann"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WERDEN A D RUHR", "geoid": 0}, "date-ut": "1883-03-09 04:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1859"}, "ids-in-sources": {"a3": "1859"}}, "raw": {"H": "5", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "9", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "1859", "PRO": "M", "SEC": "0", "YEA": "1883", "CITY": "WERDEN A D RUHR"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7573	fortmuller-august-1864-08-16	{"a3": "1860"}	{"lerrcp": "A3-1860"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "August", "family": "Fortmüller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "PEINE", "geoid": 0}, "notime": null, "date-ut": "1864-08-16 17:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "August", "family": "Fortmüller"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "PEINE", "geoid": 0}, "date-ut": "1864-08-16 17:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1860"}, "ids-in-sources": {"a3": "1860"}}, "raw": {"H": "18", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "16", "LAT": "52N 0", "LON": "10E 0", "MON": "8", "NUM": "1860", "PRO": "M", "SEC": "0", "YEA": "1864", "CITY": "PEINE"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7574	frank-robert-1910-10-18	{"a3": "1861"}	{"lerrcp": "A3-1861"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Frank", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ERLANGEN", "geoid": 0}, "notime": null, "date-ut": "1910-10-18 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Frank"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ERLANGEN", "geoid": 0}, "date-ut": "1910-10-18 22:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1861"}, "ids-in-sources": {"a3": "1861"}}, "raw": {"H": "23", "MN": "30", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "18", "LAT": "49N 0", "LON": "11E30", "MON": "10", "NUM": "1861", "PRO": "M", "SEC": "0", "YEA": "1910", "CITY": "ERLANGEN"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7575	gauquelin-a3-1862-1892-02-06	{"a3": "1862"}	{"lerrcp": "A3-1862"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1862", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "KARLSRUHE", "geoid": 0}, "notime": null, "date-ut": "1892-02-06 19:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1862"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "KARLSRUHE", "geoid": 0}, "date-ut": "1892-02-06 19:54"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1862"}, "ids-in-sources": {"a3": "1862"}}, "raw": {"H": "20", "MN": "54", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "6", "LAT": "48N30", "LON": "9E 0", "MON": "2", "NUM": "1862", "PRO": "M", "SEC": "0", "YEA": "1892", "CITY": "KARLSRUHE"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7576	frey-albert-1913-02-16	{"a3": "1863"}	{"lerrcp": "A3-1863"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Frey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "notime": null, "date-ut": "1913-02-16 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Frey"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "date-ut": "1913-02-16 15:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1863"}, "ids-in-sources": {"a3": "1863"}}, "raw": {"H": "16", "MN": "30", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "16", "LAT": "48N30", "LON": "9E 0", "MON": "2", "NUM": "1863", "PRO": "M", "SEC": "0", "YEA": "1913", "CITY": "HEIDELBERG"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7577	gauquelin-a3-1864-1894-04-22	{"a3": "1864"}	{"lerrcp": "A3-1864"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1864", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "GUSTERHAIN", "geoid": 0}, "notime": null, "date-ut": "1894-04-22 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1864"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "GUSTERHAIN", "geoid": 0}, "date-ut": "1894-04-22 06:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1864"}, "ids-in-sources": {"a3": "1864"}}, "raw": {"H": "7", "MN": "30", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "22", "LAT": "50N30", "LON": "9E15", "MON": "4", "NUM": "1864", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "GUSTERHAIN"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7578	gauquelin-a3-1865-1884-08-24	{"a3": "1865"}	{"lerrcp": "A3-1865"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1865", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "AMMERDINGEN", "geoid": 0}, "notime": null, "date-ut": "1884-08-24 15:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1865"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "AMMERDINGEN", "geoid": 0}, "date-ut": "1884-08-24 15:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1865"}, "ids-in-sources": {"a3": "1865"}}, "raw": {"H": "16", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "24", "LAT": "49N 0", "LON": "11E30", "MON": "8", "NUM": "1865", "PRO": "M", "SEC": "0", "YEA": "1884", "CITY": "AMMERDINGEN"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7579	fritsch-albert-1856-04-28	{"a3": "1866"}	{"lerrcp": "A3-1866"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Fritsch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADEN", "c3": null, "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "FREISTEDT", "geoid": 0}, "notime": null, "date-ut": "1856-04-28 23:27:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Fritsch"}, "birth": {"place": {"c2": "BADEN", "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "FREISTEDT", "geoid": 0}, "date-ut": "1856-04-28 23:27:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1866"}, "ids-in-sources": {"a3": "1866"}}, "raw": {"H": "0", "MN": "27", "TZ": "-1", "COD": "BADEN", "COU": "G", "DAY": "29", "LAT": "48N46", "LON": "8E14", "MON": "4", "NUM": "1866", "PRO": "M", "SEC": "4", "YEA": "1856", "CITY": "FREISTEDT"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7580	fritsch-werner-1880-08-04	{"a3": "1867"}	{"lerrcp": "A3-1867"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Werner", "family": "Fritsch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF-BENR", "geoid": 0}, "notime": null, "date-ut": "1880-08-04 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Werner", "family": "Fritsch"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF-BENR", "geoid": 0}, "date-ut": "1880-08-04 05:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1867"}, "ids-in-sources": {"a3": "1867"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "4", "LAT": "51N30", "LON": "7E30", "MON": "8", "NUM": "1867", "PRO": "M", "SEC": "0", "YEA": "1880", "CITY": "DUSSELDORF-BENR"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7581	fuchtbauer-heinrich-1879-04-02	{"a3": "1868"}	{"lerrcp": "A3-1868"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Füchtbauer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "notime": null, "date-ut": "1879-04-02 23:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Füchtbauer"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "date-ut": "1879-04-02 23:44"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1868"}, "ids-in-sources": {"a3": "1868"}}, "raw": {"H": "0", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "3", "LAT": "49N 0", "LON": "11E30", "MON": "4", "NUM": "1868", "PRO": "M", "SEC": "0", "YEA": "1879", "CITY": "NURNBERG"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7582	funck-hans-1891-12-23	{"a3": "1869"}	{"lerrcp": "A3-1869"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Funck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "AACHEN", "geoid": 0}, "notime": null, "date-ut": "1891-12-23 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Funck"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "AACHEN", "geoid": 0}, "date-ut": "1891-12-23 16:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1869"}, "ids-in-sources": {"a3": "1869"}}, "raw": {"H": "17", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "23", "LAT": "51N30", "LON": "7E30", "MON": "12", "NUM": "1869", "PRO": "M", "SEC": "0", "YEA": "1891", "CITY": "AACHEN"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7583	gartmayr-eduard-1865-12-30	{"a3": "1870"}	{"lerrcp": "A3-1870"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eduard", "family": "Gartmayr", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "SPIELBERG", "geoid": 0}, "notime": null, "date-ut": "1865-12-30 01:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eduard", "family": "Gartmayr"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "SPIELBERG", "geoid": 0}, "date-ut": "1865-12-30 01:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1870"}, "ids-in-sources": {"a3": "1870"}}, "raw": {"H": "2", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "30", "LAT": "49N 0", "LON": "11E30", "MON": "12", "NUM": "1870", "PRO": "M", "SEC": "0", "YEA": "1865", "CITY": "SPIELBERG"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7584	geib-theodor-1885-09-15	{"a3": "1871"}	{"lerrcp": "A3-1871"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodor", "family": "Geib", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PFALZ", "c3": null, "cy": "DE", "lg": 8, "lat": 49.33333, "name": "LANDAU", "geoid": 0}, "notime": null, "date-ut": "1885-09-15 14:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Theodor", "family": "Geib"}, "birth": {"place": {"c2": "PFALZ", "cy": "DE", "lg": 8, "lat": 49.33333, "name": "LANDAU", "geoid": 0}, "date-ut": "1885-09-15 14:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1871"}, "ids-in-sources": {"a3": "1871"}}, "raw": {"H": "15", "MN": "28", "TZ": "-1", "COD": "PFALZ", "COU": "G", "DAY": "15", "LAT": "49N20", "LON": "8E 0", "MON": "9", "NUM": "1871", "PRO": "M", "SEC": "0", "YEA": "1885", "CITY": "LANDAU"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7585	geissler-heinrich-1894-12-28	{"a3": "1872"}	{"lerrcp": "A3-1872"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Geissler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "WEISENHEIM-A", "geoid": 0}, "notime": null, "date-ut": "1894-12-28 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Geissler"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "WEISENHEIM-A", "geoid": 0}, "date-ut": "1894-12-28 03:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1872"}, "ids-in-sources": {"a3": "1872"}}, "raw": {"H": "4", "MN": "30", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "28", "LAT": "49N 0", "LON": "11E30", "MON": "12", "NUM": "1872", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "WEISENHEIM-A"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7586	geitner-kurt-1884-05-03	{"a3": "1873"}	{"lerrcp": "A3-1873"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kurt", "family": "Geitner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "TRUPPACHER HOF", "geoid": 0}, "notime": null, "date-ut": "1884-05-03 11:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Kurt", "family": "Geitner"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "TRUPPACHER HOF", "geoid": 0}, "date-ut": "1884-05-03 11:29"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1873"}, "ids-in-sources": {"a3": "1873"}}, "raw": {"H": "12", "MN": "29", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "3", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "1873", "PRO": "M", "SEC": "0", "YEA": "1884", "CITY": "TRUPPACHER HOF"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7587	geyer-hermann-1882-07-07	{"a3": "1874"}	{"lerrcp": "A3-1874"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Geyer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART", "geoid": 0}, "notime": null, "date-ut": "1882-07-07 02:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Geyer"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART", "geoid": 0}, "date-ut": "1882-07-07 02:54"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1874"}, "ids-in-sources": {"a3": "1874"}}, "raw": {"H": "3", "MN": "54", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "7", "LAT": "48N30", "LON": "9E 0", "MON": "7", "NUM": "1874", "PRO": "M", "SEC": "0", "YEA": "1882", "CITY": "STUTTGART"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7588	giehrl-hermann-1877-09-22	{"a3": "1875"}	{"lerrcp": "A3-1875"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Giehrl", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1877-09-22 20:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Giehrl"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1877-09-22 20:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1875"}, "ids-in-sources": {"a3": "1875"}}, "raw": {"H": "21", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "22", "LAT": "49N 0", "LON": "11E30", "MON": "9", "NUM": "1875", "PRO": "M", "SEC": "0", "YEA": "1877", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7589	gienanth-curt-1876-12-06	{"a3": "1876"}	{"lerrcp": "A3-1876"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Curt", "family": "Gienanth", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHL-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "EISENBERG", "geoid": 0}, "notime": null, "date-ut": "1876-12-06 20:17"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Curt", "family": "Gienanth"}, "birth": {"place": {"c2": "RHL-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "EISENBERG", "geoid": 0}, "date-ut": "1876-12-06 20:17"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1876"}, "ids-in-sources": {"a3": "1876"}}, "raw": {"H": "21", "MN": "17", "TZ": "-1", "COD": "RHL-PF", "COU": "G", "DAY": "6", "LAT": "50N 0", "LON": "7E 0", "MON": "12", "NUM": "1876", "PRO": "M", "SEC": "0", "YEA": "1876", "CITY": "EISENBERG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7590	gauquelin-a3-1877-1891-03-24	{"a3": "1877"}	{"lerrcp": "A3-1877"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1877", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "HOHENHAMELN", "geoid": 0}, "notime": null, "date-ut": "1891-03-24 07:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1877"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "HOHENHAMELN", "geoid": 0}, "date-ut": "1891-03-24 07:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1877"}, "ids-in-sources": {"a3": "1877"}}, "raw": {"H": "8", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "24", "LAT": "52N 0", "LON": "10E 0", "MON": "3", "NUM": "1877", "PRO": "M", "SEC": "0", "YEA": "1891", "CITY": "HOHENHAMELN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7591	godin-emmerich-1881-09-12	{"a3": "1878"}	{"lerrcp": "A3-1878"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emmerich", "family": "Godin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "HOHENASCHAU", "geoid": 0}, "notime": null, "date-ut": "1881-09-12 23:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emmerich", "family": "Godin"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "HOHENASCHAU", "geoid": 0}, "date-ut": "1881-09-12 23:59"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1878"}, "ids-in-sources": {"a3": "1878"}}, "raw": {"H": "0", "MN": "59", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "13", "LAT": "49N 0", "LON": "11E30", "MON": "9", "NUM": "1878", "PRO": "M", "SEC": "0", "YEA": "1881", "CITY": "HOHENASCHAU"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7592	gauquelin-a3-1879-1876-08-04	{"a3": "1879"}	{"lerrcp": "A3-1879"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1879", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "notime": null, "date-ut": "1876-08-04 23:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1879"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "date-ut": "1876-08-04 23:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1879"}, "ids-in-sources": {"a3": "1879"}}, "raw": {"H": "0", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "5", "LAT": "49N 0", "LON": "11E30", "MON": "8", "NUM": "1879", "PRO": "M", "SEC": "0", "YEA": "1876", "CITY": "NURNBERG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7593	guntermann-heinrich-1896-02-25	{"a3": "1880"}	{"lerrcp": "A3-1880"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Guntermann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "SIEGEN", "geoid": 0}, "notime": null, "date-ut": "1896-02-25 03:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Guntermann"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "SIEGEN", "geoid": 0}, "date-ut": "1896-02-25 03:15"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1880"}, "ids-in-sources": {"a3": "1880"}}, "raw": {"H": "4", "MN": "15", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "25", "LAT": "51N30", "LON": "7E30", "MON": "2", "NUM": "1880", "PRO": "M", "SEC": "0", "YEA": "1896", "CITY": "SIEGEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17916	bugard-pierre-1909-02-16	{"e1": "283"}	{"lerrcp": "E1-283"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Bugard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1909-02-16 14:30", "note": null, "place": {"c1": null, "c2": "17", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Rochefort sur Mer", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Bugard"}, "birth": {"tzo": "", "date": "1909-02-16 14:30", "place": {"c2": "17", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Rochefort sur Mer", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "283"}}, "raw": {"H": "14:30", "COD": "17", "DAY": "16", "MON": "02", "NUM": "0283", "PRO": "PH", "YEA": "1909", "CITY": "Rochefort sur Mer", "NAME": "BUGARD Pierre", "NOTE": "-"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
7595	goringer-alfred-1856-10-04	{"a3": "1882"}	{"lerrcp": "A3-1882"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Göringer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNNERSTADT", "geoid": 0}, "notime": null, "date-ut": "1856-10-04 05:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Göringer"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNNERSTADT", "geoid": 0}, "date-ut": "1856-10-04 05:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1882"}, "ids-in-sources": {"a3": "1882"}}, "raw": {"H": "6", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "4", "LAT": "49N 0", "LON": "11E30", "MON": "10", "NUM": "1882", "PRO": "M", "SEC": "0", "YEA": "1856", "CITY": "MUNNERSTADT"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7596	goss-franz-1896-03-29	{"a3": "1883"}	{"lerrcp": "A3-1883"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Goss", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1896-03-29 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Franz", "family": "Goss"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1896-03-29 07:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1883"}, "ids-in-sources": {"a3": "1883"}}, "raw": {"H": "8", "MN": "30", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "29", "LAT": "49N 0", "LON": "11E30", "MON": "3", "NUM": "1883", "PRO": "M", "SEC": "0", "YEA": "1896", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7597	gossmann-richard-1876-09-07	{"a3": "1884"}	{"lerrcp": "A3-1884"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Gossmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "OBERNDORF-A-NEC", "geoid": 0}, "notime": null, "date-ut": "1876-09-07 06:23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Gossmann"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "OBERNDORF-A-NEC", "geoid": 0}, "date-ut": "1876-09-07 06:23:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1884"}, "ids-in-sources": {"a3": "1884"}}, "raw": {"H": "7", "MN": "23", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "7", "LAT": "48N45", "LON": "9E13", "MON": "9", "NUM": "1884", "PRO": "M", "SEC": "8", "YEA": "1876", "CITY": "OBERNDORF-A-NEC"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7598	gottke-heinrich-1921-07-07	{"a3": "1885"}	{"lerrcp": "A3-1885"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Gottke", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "FLENSBURG", "geoid": 0}, "notime": null, "date-ut": "1921-07-07 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Gottke"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "FLENSBURG", "geoid": 0}, "date-ut": "1921-07-07 08:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1885"}, "ids-in-sources": {"a3": "1885"}}, "raw": {"H": "9", "MN": "30", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "7", "LAT": "54N30", "LON": "9E45", "MON": "7", "NUM": "1885", "PRO": "M", "SEC": "0", "YEA": "1921", "CITY": "FLENSBURG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7599	gotz-olenhusen-leo-1855-07-14	{"a3": "1886"}	{"lerrcp": "A3-1886"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Götz Olenhusen Leo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "OLENHUSEN", "geoid": 0}, "notime": null, "date-ut": "1855-07-14 17:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Götz Olenhusen Leo"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "OLENHUSEN", "geoid": 0}, "date-ut": "1855-07-14 17:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1886"}, "ids-in-sources": {"a3": "1886"}}, "raw": {"H": "18", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "14", "LAT": "52N 0", "LON": "10E 0", "MON": "7", "NUM": "1886", "PRO": "M", "SEC": "0", "YEA": "1855", "CITY": "OLENHUSEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7600	gauquelin-a3-1887-1881-05-26	{"a3": "1887"}	{"lerrcp": "A3-1887"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1887", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "HALL", "geoid": 0}, "notime": null, "date-ut": "1881-05-26 01:23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1887"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "HALL", "geoid": 0}, "date-ut": "1881-05-26 01:23:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1887"}, "ids-in-sources": {"a3": "1887"}}, "raw": {"H": "2", "MN": "23", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "26", "LAT": "48N45", "LON": "9E13", "MON": "5", "NUM": "1887", "PRO": "M", "SEC": "8", "YEA": "1881", "CITY": "HALL"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7601	greim-robert-1892-06-22	{"a3": "1888"}	{"lerrcp": "A3-1888"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Greim", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "BAYREUTH", "geoid": 0}, "notime": null, "date-ut": "1892-06-22 05:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Greim"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "BAYREUTH", "geoid": 0}, "date-ut": "1892-06-22 05:45"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1888"}, "ids-in-sources": {"a3": "1888"}}, "raw": {"H": "6", "MN": "45", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "22", "LAT": "49N 0", "LON": "11E30", "MON": "6", "NUM": "1888", "PRO": "M", "SEC": "0", "YEA": "1892", "CITY": "BAYREUTH"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7602	gries-eugen-1869-06-25	{"a3": "1889"}	{"lerrcp": "A3-1889"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugen", "family": "Gries", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "KEMPTEN", "geoid": 0}, "notime": null, "date-ut": "1869-06-25 16:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eugen", "family": "Gries"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "KEMPTEN", "geoid": 0}, "date-ut": "1869-06-25 16:29"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1889"}, "ids-in-sources": {"a3": "1889"}}, "raw": {"H": "17", "MN": "29", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "25", "LAT": "49N 0", "LON": "11E30", "MON": "6", "NUM": "1889", "PRO": "M", "SEC": "0", "YEA": "1869", "CITY": "KEMPTEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7603	groener-wilhelm-1867-11-22	{"a3": "1890"}	{"lerrcp": "A3-1890"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Groener", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "LUDWIGSBURG", "geoid": 0}, "notime": null, "date-ut": "1867-11-22 14:53:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Groener"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "LUDWIGSBURG", "geoid": 0}, "date-ut": "1867-11-22 14:53:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1890"}, "ids-in-sources": {"a3": "1890"}}, "raw": {"H": "15", "MN": "53", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "22", "LAT": "48N45", "LON": "9E13", "MON": "11", "NUM": "1890", "PRO": "M", "SEC": "8", "YEA": "1867", "CITY": "LUDWIGSBURG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7604	groh-richard-1891-07-12	{"a3": "1891"}	{"lerrcp": "A3-1891"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Groh", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PFALZ", "c3": null, "cy": "DE", "lg": 8, "lat": 49.33333, "name": "HOMBURG", "geoid": 0}, "notime": null, "date-ut": "1891-07-12 14:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Groh"}, "birth": {"place": {"c2": "PFALZ", "cy": "DE", "lg": 8, "lat": 49.33333, "name": "HOMBURG", "geoid": 0}, "date-ut": "1891-07-12 14:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1891"}, "ids-in-sources": {"a3": "1891"}}, "raw": {"H": "15", "MN": "28", "TZ": "-1", "COD": "PFALZ", "COU": "G", "DAY": "12", "LAT": "49N20", "LON": "8E 0", "MON": "7", "NUM": "1891", "PRO": "M", "SEC": "0", "YEA": "1891", "CITY": "HOMBURG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7605	groppe-theodor-1882-08-16	{"a3": "1892"}	{"lerrcp": "A3-1892"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodor", "family": "Groppe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHL-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "TRIER", "geoid": 0}, "notime": null, "date-ut": "1882-08-16 06:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Theodor", "family": "Groppe"}, "birth": {"place": {"c2": "RHL-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "TRIER", "geoid": 0}, "date-ut": "1882-08-16 06:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1892"}, "ids-in-sources": {"a3": "1892"}}, "raw": {"H": "7", "MN": "32", "TZ": "-1", "COD": "RHL-PF", "COU": "G", "DAY": "16", "LAT": "50N 0", "LON": "7E 0", "MON": "8", "NUM": "1892", "PRO": "M", "SEC": "0", "YEA": "1882", "CITY": "TRIER"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7606	gross-karl-1898-07-05	{"a3": "1893"}	{"lerrcp": "A3-1893"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Gross", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "LAMPERTSHEIM", "geoid": 0}, "notime": null, "date-ut": "1898-07-05 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Gross"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "LAMPERTSHEIM", "geoid": 0}, "date-ut": "1898-07-05 11:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1893"}, "ids-in-sources": {"a3": "1893"}}, "raw": {"H": "12", "MN": "30", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "5", "LAT": "50N30", "LON": "9E15", "MON": "7", "NUM": "1893", "PRO": "M", "SEC": "0", "YEA": "1898", "CITY": "LAMPERTSHEIM"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7607	gruny-karl-1886-05-25	{"a3": "1894"}	{"lerrcp": "A3-1894"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Gruny", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "INGOLSTADT", "geoid": 0}, "notime": null, "date-ut": "1886-05-25 22:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Gruny"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "INGOLSTADT", "geoid": 0}, "date-ut": "1886-05-25 22:59"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1894"}, "ids-in-sources": {"a3": "1894"}}, "raw": {"H": "23", "MN": "59", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "25", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "1894", "PRO": "M", "SEC": "0", "YEA": "1886", "CITY": "INGOLSTADT"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7608	gauquelin-a3-1895-1916-06-01	{"a3": "1895"}	{"lerrcp": "A3-1895"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1895", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART-ZUFFE", "geoid": 0}, "notime": null, "date-ut": "1916-06-01 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1895"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART-ZUFFE", "geoid": 0}, "date-ut": "1916-06-01 13:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1895"}, "ids-in-sources": {"a3": "1895"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "1", "LAT": "48N30", "LON": "9E 0", "MON": "6", "NUM": "1895", "PRO": "M", "SEC": "0", "YEA": "1916", "CITY": "STUTTGART-ZUFFE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7609	gullmann-otto-1887-11-07	{"a3": "1896"}	{"lerrcp": "A3-1896"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Gullmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "INGOLSTADT", "geoid": 0}, "notime": null, "date-ut": "1887-11-07 09:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Gullmann"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "INGOLSTADT", "geoid": 0}, "date-ut": "1887-11-07 09:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1896"}, "ids-in-sources": {"a3": "1896"}}, "raw": {"H": "10", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "7", "LAT": "49N 0", "LON": "11E30", "MON": "11", "NUM": "1896", "PRO": "M", "SEC": "0", "YEA": "1887", "CITY": "INGOLSTADT"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7610	haack-friedrich-1869-12-08	{"a3": "1897"}	{"lerrcp": "A3-1897"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Haack", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHL-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "SOTERN-B-BIRKEN", "geoid": 0}, "notime": null, "date-ut": "1869-12-08 20:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Haack"}, "birth": {"place": {"c2": "RHL-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "SOTERN-B-BIRKEN", "geoid": 0}, "date-ut": "1869-12-08 20:02"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1897"}, "ids-in-sources": {"a3": "1897"}}, "raw": {"H": "21", "MN": "2", "TZ": "-1", "COD": "RHL-PF", "COU": "G", "DAY": "8", "LAT": "50N 0", "LON": "7E 0", "MON": "12", "NUM": "1897", "PRO": "M", "SEC": "0", "YEA": "1869", "CITY": "SOTERN-B-BIRKEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7611	gauquelin-a3-1898-1877-07-14	{"a3": "1898"}	{"lerrcp": "A3-1898"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1898", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHL-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "BINGEN-AM-RHEIN", "geoid": 0}, "notime": null, "date-ut": "1877-07-14 02:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1898"}, "birth": {"place": {"c2": "RHL-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "BINGEN-AM-RHEIN", "geoid": 0}, "date-ut": "1877-07-14 02:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1898"}, "ids-in-sources": {"a3": "1898"}}, "raw": {"H": "3", "MN": "32", "TZ": "-1", "COD": "RHL-PF", "COU": "G", "DAY": "14", "LAT": "50N 0", "LON": "7E 0", "MON": "7", "NUM": "1898", "PRO": "M", "SEC": "0", "YEA": "1877", "CITY": "BINGEN-AM-RHEIN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7612	haase-kurt-1881-12-15	{"a3": "1899"}	{"lerrcp": "A3-1899"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kurt", "family": "Haase", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "HONNEF RHEIN", "geoid": 0}, "notime": null, "date-ut": "1881-12-15 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Kurt", "family": "Haase"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "HONNEF RHEIN", "geoid": 0}, "date-ut": "1881-12-15 19:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1899"}, "ids-in-sources": {"a3": "1899"}}, "raw": {"H": "20", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "15", "LAT": "51N30", "LON": "7E30", "MON": "12", "NUM": "1899", "PRO": "M", "SEC": "0", "YEA": "1881", "CITY": "HONNEF RHEIN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7613	hack-franz-1915-02-03	{"a3": "1900"}	{"lerrcp": "A3-1900"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Hack", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "notime": null, "date-ut": "1915-02-03 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Franz", "family": "Hack"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "date-ut": "1915-02-03 00:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1900"}, "ids-in-sources": {"a3": "1900"}}, "raw": {"H": "1", "MN": "30", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "3", "LAT": "48N30", "LON": "9E 0", "MON": "2", "NUM": "1900", "PRO": "M", "SEC": "0", "YEA": "1915", "CITY": "MANNHEIM"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7614	haefele-johann-1865-04-10	{"a3": "1901"}	{"lerrcp": "A3-1901"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johann", "family": "Haefele", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "KEMPTEN", "geoid": 0}, "notime": null, "date-ut": "1865-04-10 03:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Johann", "family": "Haefele"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "KEMPTEN", "geoid": 0}, "date-ut": "1865-04-10 03:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1901"}, "ids-in-sources": {"a3": "1901"}}, "raw": {"H": "4", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "10", "LAT": "49N 0", "LON": "11E30", "MON": "4", "NUM": "1901", "PRO": "M", "SEC": "0", "YEA": "1865", "CITY": "KEMPTEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7615	gauquelin-a3-1902-1878-09-08	{"a3": "1902"}	{"lerrcp": "A3-1902"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1902", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "KONSTANZ", "geoid": 0}, "notime": null, "date-ut": "1878-09-08 17:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1902"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "KONSTANZ", "geoid": 0}, "date-ut": "1878-09-08 17:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1902"}, "ids-in-sources": {"a3": "1902"}}, "raw": {"H": "18", "MN": "24", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "8", "LAT": "48N30", "LON": "9E 0", "MON": "9", "NUM": "1902", "PRO": "M", "SEC": "0", "YEA": "1878", "CITY": "KONSTANZ"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7616	halder-franz-1884-06-30	{"a3": "1903"}	{"lerrcp": "A3-1903"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Halder", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "WURZBURG", "geoid": 0}, "notime": null, "date-ut": "1884-06-30 21:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Franz", "family": "Halder"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "WURZBURG", "geoid": 0}, "date-ut": "1884-06-30 21:59"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1903"}, "ids-in-sources": {"a3": "1903"}}, "raw": {"H": "22", "MN": "59", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "30", "LAT": "49N 0", "LON": "11E30", "MON": "6", "NUM": "1903", "PRO": "M", "SEC": "0", "YEA": "1884", "CITY": "WURZBURG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7617	halt-karl-1891-06-02	{"a3": "1904"}	{"lerrcp": "A3-1904"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Halt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1891-06-02 01:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Halt"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1891-06-02 01:59"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1904"}, "ids-in-sources": {"a3": "1904"}}, "raw": {"H": "2", "MN": "59", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "2", "LAT": "49N 0", "LON": "11E30", "MON": "6", "NUM": "1904", "PRO": "M", "SEC": "0", "YEA": "1891", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7618	hamel-heinz-1914-10-25	{"a3": "1905"}	{"lerrcp": "A3-1905"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinz", "family": "Hämel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "OBERVELLMAR", "geoid": 0}, "notime": null, "date-ut": "1914-10-25 05:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Heinz", "family": "Hämel"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "OBERVELLMAR", "geoid": 0}, "date-ut": "1914-10-25 05:15"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1905"}, "ids-in-sources": {"a3": "1905"}}, "raw": {"H": "6", "MN": "15", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "25", "LAT": "50N30", "LON": "9E15", "MON": "10", "NUM": "1905", "PRO": "M", "SEC": "0", "YEA": "1914", "CITY": "OBERVELLMAR"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7619	hammacher-ernst-1869-06-22	{"a3": "1906"}	{"lerrcp": "A3-1906"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Hammacher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DORTMUND-BAROP", "geoid": 0}, "notime": null, "date-ut": "1869-06-22 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Hammacher"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DORTMUND-BAROP", "geoid": 0}, "date-ut": "1869-06-22 16:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1906"}, "ids-in-sources": {"a3": "1906"}}, "raw": {"H": "17", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "22", "LAT": "51N30", "LON": "7E30", "MON": "6", "NUM": "1906", "PRO": "M", "SEC": "0", "YEA": "1869", "CITY": "DORTMUND-BAROP"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7620	gauquelin-a3-1907-1892-09-20	{"a3": "1907"}	{"lerrcp": "A3-1907"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1907", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHL-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "RHLD-PF", "geoid": 0}, "notime": null, "date-ut": "1892-09-20 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1907"}, "birth": {"place": {"c2": "RHL-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "RHLD-PF", "geoid": 0}, "date-ut": "1892-09-20 23:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1907"}, "ids-in-sources": {"a3": "1907"}}, "raw": {"H": "0", "MN": "0", "TZ": "-1", "COD": "RHL-PF", "COU": "G", "DAY": "21", "LAT": "50N 0", "LON": "7E 0", "MON": "9", "NUM": "1907", "PRO": "M", "SEC": "0", "YEA": "1892", "CITY": "RHLD-PF"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7621	hansen-christian-1885-04-10	{"a3": "1908"}	{"lerrcp": "A3-1908"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Hansen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "SCHLESWIG", "geoid": 0}, "notime": null, "date-ut": "1885-04-10 16:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Christian", "family": "Hansen"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "SCHLESWIG", "geoid": 0}, "date-ut": "1885-04-10 16:21"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1908"}, "ids-in-sources": {"a3": "1908"}}, "raw": {"H": "17", "MN": "21", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "10", "LAT": "54N30", "LON": "9E45", "MON": "4", "NUM": "1908", "PRO": "M", "SEC": "0", "YEA": "1885", "CITY": "SCHLESWIG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7622	gauquelin-a3-1909-1908-07-31	{"a3": "1909"}	{"lerrcp": "A3-1909"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1909", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "NIEBULL", "geoid": 0}, "notime": null, "date-ut": "1908-07-31 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1909"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "NIEBULL", "geoid": 0}, "date-ut": "1908-07-31 21:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1909"}, "ids-in-sources": {"a3": "1909"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "31", "LAT": "54N30", "LON": "9E45", "MON": "7", "NUM": "1909", "PRO": "M", "SEC": "0", "YEA": "1908", "CITY": "NIEBULL"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7623	harlinghausen-martin-1902-01-17	{"a3": "1910"}	{"lerrcp": "A3-1910"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Martin", "family": "Harlinghausen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "RHEDA", "geoid": 0}, "notime": null, "date-ut": "1902-01-17 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Martin", "family": "Harlinghausen"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "RHEDA", "geoid": 0}, "date-ut": "1902-01-17 20:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1910"}, "ids-in-sources": {"a3": "1910"}}, "raw": {"H": "21", "MN": "30", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "17", "LAT": "51N50", "LON": "7E30", "MON": "1", "NUM": "1910", "PRO": "M", "SEC": "0", "YEA": "1902", "CITY": "RHEDA"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7624	harmel-heinz-1906-06-29	{"a3": "1911"}	{"lerrcp": "A3-1911"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinz", "family": "Harmel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MOSELLE", "c3": null, "cy": "DE", "lg": 6.16667, "lat": 49.13333, "name": "METZ", "geoid": 0}, "notime": null, "date-ut": "1906-06-29 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Heinz", "family": "Harmel"}, "birth": {"place": {"c2": "MOSELLE", "cy": "DE", "lg": 6.16667, "lat": 49.13333, "name": "METZ", "geoid": 0}, "date-ut": "1906-06-29 14:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1911"}, "ids-in-sources": {"a3": "1911"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "MOSELLE", "COU": "G", "DAY": "29", "LAT": "49N 8", "LON": "6E10", "MON": "6", "NUM": "1911", "PRO": "M", "SEC": "40", "YEA": "1906", "CITY": "METZ"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7625	harpe-josef-1887-09-21	{"a3": "1912"}	{"lerrcp": "A3-1912"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Josef", "family": "Harpe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "GELSENKIRCHEN", "geoid": 0}, "notime": null, "date-ut": "1887-09-21 21:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Josef", "family": "Harpe"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "GELSENKIRCHEN", "geoid": 0}, "date-ut": "1887-09-21 21:45"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1912"}, "ids-in-sources": {"a3": "1912"}}, "raw": {"H": "22", "MN": "45", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "21", "LAT": "51N30", "LON": "7E30", "MON": "9", "NUM": "1912", "PRO": "M", "SEC": "0", "YEA": "1887", "CITY": "GELSENKIRCHEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7626	hartwig-ludwi-1887-01-21	{"a3": "1913"}	{"lerrcp": "A3-1913"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludwi", "family": "Hartwig", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HANAU", "geoid": 0}, "notime": null, "date-ut": "1887-01-21 05:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ludwi", "family": "Hartwig"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HANAU", "geoid": 0}, "date-ut": "1887-01-21 05:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1913"}, "ids-in-sources": {"a3": "1913"}}, "raw": {"H": "6", "MN": "8", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "21", "LAT": "50N30", "LON": "9E15", "MON": "1", "NUM": "1913", "PRO": "M", "SEC": "0", "YEA": "1887", "CITY": "HANAU"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7627	hartz-bernhard-1862-04-12	{"a3": "1914"}	{"lerrcp": "A3-1914"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernhard", "family": "Hartz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "REGENSBURG", "geoid": 0}, "notime": null, "date-ut": "1862-04-12 09:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Bernhard", "family": "Hartz"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "REGENSBURG", "geoid": 0}, "date-ut": "1862-04-12 09:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1914"}, "ids-in-sources": {"a3": "1914"}}, "raw": {"H": "10", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "12", "LAT": "49N 0", "LON": "11E30", "MON": "4", "NUM": "1914", "PRO": "M", "SEC": "0", "YEA": "1862", "CITY": "REGENSBURG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7628	harzer-walter-1912-09-29	{"a3": "1915"}	{"lerrcp": "A3-1915"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Harzer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART-FEUER", "geoid": 0}, "notime": null, "date-ut": "1912-09-29 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Harzer"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART-FEUER", "geoid": 0}, "date-ut": "1912-09-29 02:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1915"}, "ids-in-sources": {"a3": "1915"}}, "raw": {"H": "3", "MN": "30", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "29", "LAT": "48N30", "LON": "9E 0", "MON": "9", "NUM": "1915", "PRO": "M", "SEC": "0", "YEA": "1912", "CITY": "STUTTGART-FEUER"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7629	gauquelin-a3-1916-1862-09-21	{"a3": "1916"}	{"lerrcp": "A3-1916"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1916", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "EINBECK", "geoid": 0}, "notime": null, "date-ut": "1862-09-21 09:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1916"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "EINBECK", "geoid": 0}, "date-ut": "1862-09-21 09:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1916"}, "ids-in-sources": {"a3": "1916"}}, "raw": {"H": "10", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "21", "LAT": "52N 0", "LON": "10E 0", "MON": "9", "NUM": "1916", "PRO": "M", "SEC": "0", "YEA": "1862", "CITY": "EINBECK"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7630	haupt-wilhelm-1871-11-11	{"a3": "1917"}	{"lerrcp": "A3-1917"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Haupt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "ORANIENSTEIN", "geoid": 0}, "notime": null, "date-ut": "1871-11-11 05:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Haupt"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "ORANIENSTEIN", "geoid": 0}, "date-ut": "1871-11-11 05:23"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1917"}, "ids-in-sources": {"a3": "1917"}}, "raw": {"H": "6", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "11", "LAT": "50N30", "LON": "9E15", "MON": "11", "NUM": "1917", "PRO": "M", "SEC": "0", "YEA": "1871", "CITY": "ORANIENSTEIN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7631	hecker-adolf-1852-11-02	{"a3": "1918"}	{"lerrcp": "A3-1918"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolf", "family": "Hecker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HAIGER DILL KRE", "geoid": 0}, "notime": null, "date-ut": "1852-11-02 09:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adolf", "family": "Hecker"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HAIGER DILL KRE", "geoid": 0}, "date-ut": "1852-11-02 09:23"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1918"}, "ids-in-sources": {"a3": "1918"}}, "raw": {"H": "10", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "2", "LAT": "50N30", "LON": "9E15", "MON": "11", "NUM": "1918", "PRO": "M", "SEC": "0", "YEA": "1852", "CITY": "HAIGER DILL KRE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7632	heckmann-max-1863-09-05	{"a3": "1919"}	{"lerrcp": "A3-1919"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Heckmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "LIMBURG-A D LAH", "geoid": 0}, "notime": null, "date-ut": "1863-09-05 09:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Max", "family": "Heckmann"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "LIMBURG-A D LAH", "geoid": 0}, "date-ut": "1863-09-05 09:23"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1919"}, "ids-in-sources": {"a3": "1919"}}, "raw": {"H": "10", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "5", "LAT": "50N30", "LON": "9E15", "MON": "9", "NUM": "1919", "PRO": "M", "SEC": "0", "YEA": "1863", "CITY": "LIMBURG-A D LAH"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7633	heidkamper-otto-1901-03-13	{"a3": "1920"}	{"lerrcp": "A3-1920"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Heidkamper", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "LAUENHAGEN", "geoid": 0}, "notime": null, "date-ut": "1901-03-13 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Heidkamper"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "LAUENHAGEN", "geoid": 0}, "date-ut": "1901-03-13 14:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1920"}, "ids-in-sources": {"a3": "1920"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "13", "LAT": "52N 0", "LON": "10E 0", "MON": "3", "NUM": "1920", "PRO": "M", "SEC": "0", "YEA": "1901", "CITY": "LAUENHAGEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7634	heimann-heinrich-1915-09-17	{"a3": "1921"}	{"lerrcp": "A3-1921"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Heimann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "NORDDINKER", "geoid": 0}, "notime": null, "date-ut": "1915-09-17 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Heimann"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "NORDDINKER", "geoid": 0}, "date-ut": "1915-09-17 08:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1921"}, "ids-in-sources": {"a3": "1921"}}, "raw": {"H": "9", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "17", "LAT": "51N30", "LON": "7E30", "MON": "9", "NUM": "1921", "PRO": "M", "SEC": "0", "YEA": "1915", "CITY": "NORDDINKER"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7635	hein-willi-1917-04-26	{"a3": "1922"}	{"lerrcp": "A3-1922"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willi", "family": "Hein", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "HOHENWESTEDT", "geoid": 0}, "notime": null, "date-ut": "1917-04-26 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Willi", "family": "Hein"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "HOHENWESTEDT", "geoid": 0}, "date-ut": "1917-04-26 10:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1922"}, "ids-in-sources": {"a3": "1922"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "26", "LAT": "54N30", "LON": "9E45", "MON": "4", "NUM": "1922", "PRO": "M", "SEC": "0", "YEA": "1917", "CITY": "HOHENWESTEDT"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7636	heindl-siegfried-1894-04-24	{"a3": "1923"}	{"lerrcp": "A3-1923"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Siegfried", "family": "Heindl", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "VILSHOFEN", "geoid": 0}, "notime": null, "date-ut": "1894-04-24 17:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Siegfried", "family": "Heindl"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "VILSHOFEN", "geoid": 0}, "date-ut": "1894-04-24 17:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1923"}, "ids-in-sources": {"a3": "1923"}}, "raw": {"H": "18", "MN": "30", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "24", "LAT": "49N 0", "LON": "11E30", "MON": "4", "NUM": "1923", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "VILSHOFEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7637	heinemann-erich-1881-01-13	{"a3": "1924"}	{"lerrcp": "A3-1924"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erich", "family": "Heinemann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "notime": null, "date-ut": "1881-01-13 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Erich", "family": "Heinemann"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "date-ut": "1881-01-13 13:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1924"}, "ids-in-sources": {"a3": "1924"}}, "raw": {"H": "14", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "13", "LAT": "51N30", "LON": "7E30", "MON": "1", "NUM": "1924", "PRO": "M", "SEC": "0", "YEA": "1881", "CITY": "DUSSELDORF"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7638	hell-ernest-1887-09-19	{"a3": "1925"}	{"lerrcp": "A3-1925"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Hell", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "STADE", "geoid": 0}, "notime": null, "date-ut": "1887-09-19 05:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Hell"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "STADE", "geoid": 0}, "date-ut": "1887-09-19 05:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1925"}, "ids-in-sources": {"a3": "1925"}}, "raw": {"H": "6", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "19", "LAT": "52N 0", "LON": "10E 0", "MON": "9", "NUM": "1925", "PRO": "M", "SEC": "0", "YEA": "1887", "CITY": "STADE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7639	henrici-siegfried-1889-05-10	{"a3": "1926"}	{"lerrcp": "A3-1926"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Siegfried", "family": "Henrici", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "SOEST", "geoid": 0}, "notime": null, "date-ut": "1889-05-10 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Siegfried", "family": "Henrici"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "SOEST", "geoid": 0}, "date-ut": "1889-05-10 00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1926"}, "ids-in-sources": {"a3": "1926"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "10", "LAT": "51N50", "LON": "7E30", "MON": "5", "NUM": "1926", "PRO": "M", "SEC": "0", "YEA": "1889", "CITY": "SOEST"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7640	hentsch-richard-1870-12-18	{"a3": "1927"}	{"lerrcp": "A3-1927"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Hentsch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KKOLN", "geoid": 0}, "notime": null, "date-ut": "1870-12-18 06:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Hentsch"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KKOLN", "geoid": 0}, "date-ut": "1870-12-18 06:15"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1927"}, "ids-in-sources": {"a3": "1927"}}, "raw": {"H": "7", "MN": "15", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "18", "LAT": "51N30", "LON": "7E30", "MON": "12", "NUM": "1927", "PRO": "M", "SEC": "0", "YEA": "1870", "CITY": "KKOLN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7641	gauquelin-a3-1928-1925-11-12	{"a3": "1928"}	{"lerrcp": "A3-1928"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1928", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "NECKARGARTACH", "geoid": 0}, "notime": null, "date-ut": "1925-11-12 02:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1928"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "NECKARGARTACH", "geoid": 0}, "date-ut": "1925-11-12 02:15"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1928"}, "ids-in-sources": {"a3": "1928"}}, "raw": {"H": "3", "MN": "15", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "12", "LAT": "48N30", "LON": "9E 0", "MON": "11", "NUM": "1928", "PRO": "M", "SEC": "0", "YEA": "1925", "CITY": "NECKARGARTACH"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7642	hermberg-paul-1888-03-16	{"a3": "1929"}	{"lerrcp": "A3-1929"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Hermberg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "MUNSTERDORF", "geoid": 0}, "notime": null, "date-ut": "1888-03-16 22:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Hermberg"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "MUNSTERDORF", "geoid": 0}, "date-ut": "1888-03-16 22:21"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1929"}, "ids-in-sources": {"a3": "1929"}}, "raw": {"H": "23", "MN": "21", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "16", "LAT": "54N30", "LON": "9E45", "MON": "3", "NUM": "1929", "PRO": "M", "SEC": "0", "YEA": "1888", "CITY": "MUNSTERDORF"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7643	heye-hellmuth-1895-08-09	{"a3": "1930"}	{"lerrcp": "A3-1930"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hellmuth", "family": "Heye", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SAAR", "c3": null, "cy": "DE", "lg": 7, "lat": 49.33333, "name": "BECKINGEN", "geoid": 0}, "notime": null, "date-ut": "1895-08-09 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hellmuth", "family": "Heye"}, "birth": {"place": {"c2": "SAAR", "cy": "DE", "lg": 7, "lat": 49.33333, "name": "BECKINGEN", "geoid": 0}, "date-ut": "1895-08-09 01:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1930"}, "ids-in-sources": {"a3": "1930"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "SAAR", "COU": "G", "DAY": "9", "LAT": "49N20", "LON": "7E 0", "MON": "8", "NUM": "1930", "PRO": "M", "SEC": "0", "YEA": "1895", "CITY": "BECKINGEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7644	hieronymus-robert-1884-05-08	{"a3": "1931"}	{"lerrcp": "A3-1931"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Hieronymus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HOLSTN", "c3": null, "cy": "DE", "lg": 9.8, "lat": 53.56667, "name": "NEUMUNSTER", "geoid": 0}, "notime": null, "date-ut": "1884-05-08 04:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Hieronymus"}, "birth": {"place": {"c2": "HOLSTN", "cy": "DE", "lg": 9.8, "lat": 53.56667, "name": "NEUMUNSTER", "geoid": 0}, "date-ut": "1884-05-08 04:50:48"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1931"}, "ids-in-sources": {"a3": "1931"}}, "raw": {"H": "5", "MN": "50", "TZ": "-1", "COD": "HOLSTN", "COU": "G", "DAY": "8", "LAT": "53N34", "LON": "9E48", "MON": "5", "NUM": "1931", "PRO": "M", "SEC": "48", "YEA": "1884", "CITY": "NEUMUNSTER"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7645	hilpert-karl-1888-09-12	{"a3": "1932"}	{"lerrcp": "A3-1932"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Hilpert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "notime": null, "date-ut": "1888-09-12 11:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Hilpert"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "date-ut": "1888-09-12 11:29"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1932"}, "ids-in-sources": {"a3": "1932"}}, "raw": {"H": "12", "MN": "29", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "12", "LAT": "49N 0", "LON": "11E30", "MON": "9", "NUM": "1932", "PRO": "M", "SEC": "0", "YEA": "1888", "CITY": "NURNBERG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7646	hipper-maximilian-1863-09-13	{"a3": "1933"}	{"lerrcp": "A3-1933"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maximilian", "family": "Hipper", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "WEILHEIM", "geoid": 0}, "notime": null, "date-ut": "1863-09-13 13:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maximilian", "family": "Hipper"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "WEILHEIM", "geoid": 0}, "date-ut": "1863-09-13 13:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1933"}, "ids-in-sources": {"a3": "1933"}}, "raw": {"H": "14", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "13", "LAT": "49N 0", "LON": "11E30", "MON": "9", "NUM": "1933", "PRO": "M", "SEC": "0", "YEA": "1863", "CITY": "WEILHEIM"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7647	hitzen-joachim-1892-12-16	{"a3": "1934"}	{"lerrcp": "A3-1934"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joachim", "family": "Hitzen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "HARDWARDEN-OLDE", "geoid": 0}, "notime": null, "date-ut": "1892-12-16 18:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joachim", "family": "Hitzen"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "HARDWARDEN-OLDE", "geoid": 0}, "date-ut": "1892-12-16 18:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1934"}, "ids-in-sources": {"a3": "1934"}}, "raw": {"H": "19", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "16", "LAT": "52N 0", "LON": "10E 0", "MON": "12", "NUM": "1934", "PRO": "M", "SEC": "0", "YEA": "1892", "CITY": "HARDWARDEN-OLDE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7648	hitzler-jakob-1877-05-08	{"a3": "1935"}	{"lerrcp": "A3-1935"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jakob", "family": "Hitzler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NEUBURG-A D-D", "geoid": 0}, "notime": null, "date-ut": "1877-05-08 10:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jakob", "family": "Hitzler"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NEUBURG-A D-D", "geoid": 0}, "date-ut": "1877-05-08 10:59"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1935"}, "ids-in-sources": {"a3": "1935"}}, "raw": {"H": "11", "MN": "59", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "8", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "1935", "PRO": "M", "SEC": "0", "YEA": "1877", "CITY": "NEUBURG-A D-D"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7649	hock-karl-1879-12-24	{"a3": "1936"}	{"lerrcp": "A3-1936"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Hock", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ASCHAFFENBURG", "geoid": 0}, "notime": null, "date-ut": "1879-12-24 21:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Hock"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ASCHAFFENBURG", "geoid": 0}, "date-ut": "1879-12-24 21:44"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1936"}, "ids-in-sources": {"a3": "1936"}}, "raw": {"H": "22", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "24", "LAT": "49N 0", "LON": "11E30", "MON": "12", "NUM": "1936", "PRO": "M", "SEC": "0", "YEA": "1879", "CITY": "ASCHAFFENBURG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7650	hofer-franz-1873-11-03	{"a3": "1937"}	{"lerrcp": "A3-1937"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Hofer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "EICHSTATT", "geoid": 0}, "notime": null, "date-ut": "1873-11-03 06:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Franz", "family": "Hofer"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "EICHSTATT", "geoid": 0}, "date-ut": "1873-11-03 06:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1937"}, "ids-in-sources": {"a3": "1937"}}, "raw": {"H": "7", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "3", "LAT": "49N 0", "LON": "11E30", "MON": "11", "NUM": "1937", "PRO": "M", "SEC": "0", "YEA": "1873", "CITY": "EICHSTATT"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7651	hofmann-grossenbuch-konrad-1891-07-06	{"a3": "1938"}	{"lerrcp": "A3-1938"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Konrad", "family": "Hofmann-Grossenbuch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "FORCHHEIM", "geoid": 0}, "notime": null, "date-ut": "1891-07-06 08:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Konrad", "family": "Hofmann-Grossenbuch"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "FORCHHEIM", "geoid": 0}, "date-ut": "1891-07-06 08:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1938"}, "ids-in-sources": {"a3": "1938"}}, "raw": {"H": "9", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "6", "LAT": "49N 0", "LON": "11E30", "MON": "7", "NUM": "1938", "PRO": "M", "SEC": "0", "YEA": "1891", "CITY": "FORCHHEIM"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7652	hohnhorst-ernst-1865-05-18	{"a3": "1939"}	{"lerrcp": "A3-1939"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Hohnhorst", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "FALLINGBOSTEL", "geoid": 0}, "notime": null, "date-ut": "1865-05-18 10:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Hohnhorst"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "FALLINGBOSTEL", "geoid": 0}, "date-ut": "1865-05-18 10:50"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1939"}, "ids-in-sources": {"a3": "1939"}}, "raw": {"H": "11", "MN": "50", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "18", "LAT": "52N 0", "LON": "10E 0", "MON": "5", "NUM": "1939", "PRO": "M", "SEC": "0", "YEA": "1865", "CITY": "FALLINGBOSTEL"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7653	holle-alexander-1898-02-27	{"a3": "1940"}	{"lerrcp": "A3-1940"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexander", "family": "Holle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BIELEFELD", "geoid": 0}, "notime": null, "date-ut": "1898-02-27 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alexander", "family": "Holle"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BIELEFELD", "geoid": 0}, "date-ut": "1898-02-27 07:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1940"}, "ids-in-sources": {"a3": "1940"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "27", "LAT": "51N30", "LON": "7E30", "MON": "2", "NUM": "1940", "PRO": "M", "SEC": "0", "YEA": "1898", "CITY": "BIELEFELD"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7654	hollidt-eduard-1886-05-10	{"a3": "1941"}	{"lerrcp": "A3-1941"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eduard", "family": "Hollidt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PFALZ", "c3": null, "cy": "DE", "lg": 8, "lat": 49.33333, "name": "SPEYER", "geoid": 0}, "notime": null, "date-ut": "1886-05-10 08:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eduard", "family": "Hollidt"}, "birth": {"place": {"c2": "PFALZ", "cy": "DE", "lg": 8, "lat": 49.33333, "name": "SPEYER", "geoid": 0}, "date-ut": "1886-05-10 08:58"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1941"}, "ids-in-sources": {"a3": "1941"}}, "raw": {"H": "9", "MN": "58", "TZ": "-1", "COD": "PFALZ", "COU": "G", "DAY": "10", "LAT": "49N20", "LON": "8E 0", "MON": "5", "NUM": "1941", "PRO": "M", "SEC": "0", "YEA": "1886", "CITY": "SPEYER"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7655	hollidt-karl-1891-04-28	{"a3": "1942"}	{"lerrcp": "A3-1942"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Hollidt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHL-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "SPEYER", "geoid": 0}, "notime": null, "date-ut": "1891-04-28 12:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Hollidt"}, "birth": {"place": {"c2": "RHL-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "SPEYER", "geoid": 0}, "date-ut": "1891-04-28 12:02"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1942"}, "ids-in-sources": {"a3": "1942"}}, "raw": {"H": "13", "MN": "2", "TZ": "-1", "COD": "RHL-PF", "COU": "G", "DAY": "28", "LAT": "50N 0", "LON": "7E 0", "MON": "4", "NUM": "1942", "PRO": "M", "SEC": "0", "YEA": "1891", "CITY": "SPEYER"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7656	holscher-walter-1872-09-17	{"a3": "1943"}	{"lerrcp": "A3-1943"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Hölscher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "WUPPERTAL-ELBER", "geoid": 0}, "notime": null, "date-ut": "1872-09-17 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Hölscher"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "WUPPERTAL-ELBER", "geoid": 0}, "date-ut": "1872-09-17 09:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1943"}, "ids-in-sources": {"a3": "1943"}}, "raw": {"H": "10", "MN": "30", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "17", "LAT": "51N50", "LON": "7E30", "MON": "9", "NUM": "1943", "PRO": "M", "SEC": "0", "YEA": "1872", "CITY": "WUPPERTAL-ELBER"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7657	horauf-rz-1878-07-16	{"a3": "1944"}	{"lerrcp": "A3-1944"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rz", "family": "Hörauf", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PFALZ", "c3": null, "cy": "DE", "lg": 8, "lat": 49.33333, "name": "LANDAU", "geoid": 0}, "notime": null, "date-ut": "1878-07-16 20:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Rz", "family": "Hörauf"}, "birth": {"place": {"c2": "PFALZ", "cy": "DE", "lg": 8, "lat": 49.33333, "name": "LANDAU", "geoid": 0}, "date-ut": "1878-07-16 20:58"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1944"}, "ids-in-sources": {"a3": "1944"}}, "raw": {"H": "21", "MN": "58", "TZ": "-1", "COD": "PFALZ", "COU": "G", "DAY": "16", "LAT": "49N20", "LON": "8E 0", "MON": "7", "NUM": "1944", "PRO": "M", "SEC": "0", "YEA": "1878", "CITY": "LANDAU"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7658	hossbach-friedrich-1894-11-21	{"a3": "1945"}	{"lerrcp": "A3-1945"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Hossbach", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "UNNA", "geoid": 0}, "notime": null, "date-ut": "1894-11-21 07:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Hossbach"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "UNNA", "geoid": 0}, "date-ut": "1894-11-21 07:45"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1945"}, "ids-in-sources": {"a3": "1945"}}, "raw": {"H": "8", "MN": "45", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "21", "LAT": "51N30", "LON": "7E30", "MON": "11", "NUM": "1945", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "UNNA"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7659	hubner-otto-1862-02-09	{"a3": "1946"}	{"lerrcp": "A3-1946"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Hübner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "HELMSTEDT", "geoid": 0}, "notime": null, "date-ut": "1862-02-09 21:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Hübner"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "HELMSTEDT", "geoid": 0}, "date-ut": "1862-02-09 21:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1946"}, "ids-in-sources": {"a3": "1946"}}, "raw": {"H": "22", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "9", "LAT": "52N 0", "LON": "10E 0", "MON": "2", "NUM": "1946", "PRO": "M", "SEC": "0", "YEA": "1862", "CITY": "HELMSTEDT"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7660	humser-wilhelm-1870-11-12	{"a3": "1947"}	{"lerrcp": "A3-1947"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Humser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS-D", "c3": null, "cy": "DE", "lg": 8.66667, "lat": 50, "name": "FRANKFURT", "geoid": 0}, "notime": null, "date-ut": "1870-11-12 10:55:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Humser"}, "birth": {"place": {"c2": "HESS-D", "cy": "DE", "lg": 8.66667, "lat": 50, "name": "FRANKFURT", "geoid": 0}, "date-ut": "1870-11-12 10:55:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1947"}, "ids-in-sources": {"a3": "1947"}}, "raw": {"H": "11", "MN": "55", "TZ": "-1", "COD": "HESS-D", "COU": "G", "DAY": "12", "LAT": "50N 0", "LON": "8E40", "MON": "11", "NUM": "1947", "PRO": "M", "SEC": "20", "YEA": "1870", "CITY": "FRANKFURT"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7661	gauquelin-a3-1948-1888-11-22	{"a3": "1948"}	{"lerrcp": "A3-1948"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1948", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "SCHWABACH", "geoid": 0}, "notime": null, "date-ut": "1888-11-22 16:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1948"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "SCHWABACH", "geoid": 0}, "date-ut": "1888-11-22 16:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1948"}, "ids-in-sources": {"a3": "1948"}}, "raw": {"H": "17", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "22", "LAT": "49N 0", "LON": "11E30", "MON": "11", "NUM": "1948", "PRO": "M", "SEC": "0", "YEA": "1888", "CITY": "SCHWABACH"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7662	jacobs-joseph-1894-05-15	{"a3": "1949"}	{"lerrcp": "A3-1949"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Jacobs", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHL-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "KREUZKAPELLE", "geoid": 0}, "notime": null, "date-ut": "1894-05-15 05:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Jacobs"}, "birth": {"place": {"c2": "RHL-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "KREUZKAPELLE", "geoid": 0}, "date-ut": "1894-05-15 05:15"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1949"}, "ids-in-sources": {"a3": "1949"}}, "raw": {"H": "6", "MN": "15", "TZ": "-1", "COD": "RHL-PF", "COU": "G", "DAY": "15", "LAT": "50N 0", "LON": "7E 0", "MON": "5", "NUM": "1949", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "KREUZKAPELLE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7663	gauquelin-a3-1950-1856-09-21	{"a3": "1950"}	{"lerrcp": "A3-1950"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1950", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "LUDWIGSBURG", "geoid": 0}, "notime": null, "date-ut": "1856-09-21 19:23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1950"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "LUDWIGSBURG", "geoid": 0}, "date-ut": "1856-09-21 19:23:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1950"}, "ids-in-sources": {"a3": "1950"}}, "raw": {"H": "20", "MN": "23", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "21", "LAT": "48N45", "LON": "9E13", "MON": "9", "NUM": "1950", "PRO": "M", "SEC": "8", "YEA": "1856", "CITY": "LUDWIGSBURG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7664	jaenecke-erwin-1890-04-22	{"a3": "1951"}	{"lerrcp": "A3-1951"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erwin", "family": "Jaenecke", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "FREREN", "geoid": 0}, "notime": null, "date-ut": "1890-04-22 05:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Erwin", "family": "Jaenecke"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "FREREN", "geoid": 0}, "date-ut": "1890-04-22 05:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1951"}, "ids-in-sources": {"a3": "1951"}}, "raw": {"H": "6", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "22", "LAT": "52N 0", "LON": "10E 0", "MON": "4", "NUM": "1951", "PRO": "M", "SEC": "0", "YEA": "1890", "CITY": "FREREN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7665	jahreiss-paul-1878-05-01	{"a3": "1952"}	{"lerrcp": "A3-1952"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Jahreiss", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "INGOLSTADT", "geoid": 0}, "notime": null, "date-ut": "1878-05-01 01:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Jahreiss"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "INGOLSTADT", "geoid": 0}, "date-ut": "1878-05-01 01:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1952"}, "ids-in-sources": {"a3": "1952"}}, "raw": {"H": "2", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "1", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "1952", "PRO": "M", "SEC": "0", "YEA": "1878", "CITY": "INGOLSTADT"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7666	jodl-ferdinand-1896-11-28	{"a3": "1953"}	{"lerrcp": "A3-1953"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Jodl", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PFALZ", "c3": null, "cy": "DE", "lg": 8, "lat": 49.33333, "name": "LANDAU", "geoid": 0}, "notime": null, "date-ut": "1896-11-28 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Jodl"}, "birth": {"place": {"c2": "PFALZ", "cy": "DE", "lg": 8, "lat": 49.33333, "name": "LANDAU", "geoid": 0}, "date-ut": "1896-11-28 08:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1953"}, "ids-in-sources": {"a3": "1953"}}, "raw": {"H": "9", "MN": "30", "TZ": "-1", "COD": "PFALZ", "COU": "G", "DAY": "28", "LAT": "49N20", "LON": "8E 0", "MON": "11", "NUM": "1953", "PRO": "M", "SEC": "0", "YEA": "1896", "CITY": "LANDAU"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7667	jold-alfred-1890-05-10	{"a3": "1954"}	{"lerrcp": "A3-1954"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Jold", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "WURZBURG", "geoid": 0}, "notime": null, "date-ut": "1890-05-10 04:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Jold"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "WURZBURG", "geoid": 0}, "date-ut": "1890-05-10 04:59"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1954"}, "ids-in-sources": {"a3": "1954"}}, "raw": {"H": "5", "MN": "59", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "10", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "1954", "PRO": "M", "SEC": "0", "YEA": "1890", "CITY": "WURZBURG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7668	jordan-hans-1892-12-27	{"a3": "1955"}	{"lerrcp": "A3-1955"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Jordan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADEN", "c3": null, "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "GERNSBACH", "geoid": 0}, "notime": null, "date-ut": "1892-12-27 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Jordan"}, "birth": {"place": {"c2": "BADEN", "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "GERNSBACH", "geoid": 0}, "date-ut": "1892-12-27 20:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1955"}, "ids-in-sources": {"a3": "1955"}}, "raw": {"H": "21", "MN": "30", "TZ": "-1", "COD": "BADEN", "COU": "G", "DAY": "27", "LAT": "48N46", "LON": "8E14", "MON": "12", "NUM": "1955", "PRO": "M", "SEC": "0", "YEA": "1892", "CITY": "GERNSBACH"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7670	kaether-ernst-1869-05-11	{"a3": "1957"}	{"lerrcp": "A3-1957"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Kaether", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "AACHEN", "geoid": 0}, "notime": null, "date-ut": "1869-05-11 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Kaether"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "AACHEN", "geoid": 0}, "date-ut": "1869-05-11 00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1957"}, "ids-in-sources": {"a3": "1957"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "11", "LAT": "51N30", "LON": "7E30", "MON": "5", "NUM": "1957", "PRO": "M", "SEC": "0", "YEA": "1869", "CITY": "AACHEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7671	kamper-paul-1877-06-13	{"a3": "1958"}	{"lerrcp": "A3-1958"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Kamper", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "SCHWELM", "geoid": 0}, "notime": null, "date-ut": "1877-06-13 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Kamper"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "SCHWELM", "geoid": 0}, "date-ut": "1877-06-13 02:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1958"}, "ids-in-sources": {"a3": "1958"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "13", "LAT": "51N50", "LON": "7E30", "MON": "6", "NUM": "1958", "PRO": "M", "SEC": "0", "YEA": "1877", "CITY": "SCHWELM"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7672	kardel-rudolf-1889-10-06	{"a3": "1959"}	{"lerrcp": "A3-1959"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rudolf", "family": "Kardel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "NORTORF", "geoid": 0}, "notime": null, "date-ut": "1889-10-06 00:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Rudolf", "family": "Kardel"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "NORTORF", "geoid": 0}, "date-ut": "1889-10-06 00:21"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1959"}, "ids-in-sources": {"a3": "1959"}}, "raw": {"H": "1", "MN": "21", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "6", "LAT": "54N30", "LON": "9E45", "MON": "10", "NUM": "1959", "PRO": "M", "SEC": "0", "YEA": "1889", "CITY": "NORTORF"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7673	kaufmann-lukas-1881-06-20	{"a3": "1960"}	{"lerrcp": "A3-1960"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lukas", "family": "Kaufmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "WERNECK", "geoid": 0}, "notime": null, "date-ut": "1881-06-20 19:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Lukas", "family": "Kaufmann"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "WERNECK", "geoid": 0}, "date-ut": "1881-06-20 19:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1960"}, "ids-in-sources": {"a3": "1960"}}, "raw": {"H": "20", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "20", "LAT": "49N 0", "LON": "11E30", "MON": "6", "NUM": "1960", "PRO": "M", "SEC": "0", "YEA": "1881", "CITY": "WERNECK"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7674	kehrer-karl-1849-10-10	{"a3": "1961"}	{"lerrcp": "A3-1961"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Kehrer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHL-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "WORMS", "geoid": 0}, "notime": null, "date-ut": "1849-10-10 04:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Kehrer"}, "birth": {"place": {"c2": "RHL-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "WORMS", "geoid": 0}, "date-ut": "1849-10-10 04:02"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1961"}, "ids-in-sources": {"a3": "1961"}}, "raw": {"H": "5", "MN": "2", "TZ": "-1", "COD": "RHL-PF", "COU": "G", "DAY": "10", "LAT": "50N 0", "LON": "7E 0", "MON": "10", "NUM": "1961", "PRO": "M", "SEC": "0", "YEA": "1849", "CITY": "WORMS"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7675	keller-alfred-1882-09-19	{"a3": "1962"}	{"lerrcp": "A3-1962"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Keller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BOCHUM", "geoid": 0}, "notime": null, "date-ut": "1882-09-19 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Keller"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BOCHUM", "geoid": 0}, "date-ut": "1882-09-19 06:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1962"}, "ids-in-sources": {"a3": "1962"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "19", "LAT": "51N30", "LON": "7E30", "MON": "9", "NUM": "1962", "PRO": "M", "SEC": "0", "YEA": "1882", "CITY": "BOCHUM"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7676	keppler-geor-1894-05-07	{"a3": "1963"}	{"lerrcp": "A3-1963"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Geor", "family": "Keppler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHL-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "notime": null, "date-ut": "1894-05-07 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Geor", "family": "Keppler"}, "birth": {"place": {"c2": "RHL-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "date-ut": "1894-05-07 02:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1963"}, "ids-in-sources": {"a3": "1963"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "RHL-PF", "COU": "G", "DAY": "7", "LAT": "50N 0", "LON": "7E 0", "MON": "5", "NUM": "1963", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "MAINZ"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7677	kersting-anton-1849-09-22	{"a3": "1964"}	{"lerrcp": "A3-1964"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anton", "family": "Kersting", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "AMHOLT", "geoid": 0}, "notime": null, "date-ut": "1849-09-22 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Anton", "family": "Kersting"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "AMHOLT", "geoid": 0}, "date-ut": "1849-09-22 17:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1964"}, "ids-in-sources": {"a3": "1964"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "22", "LAT": "51N50", "LON": "7E30", "MON": "9", "NUM": "1964", "PRO": "M", "SEC": "0", "YEA": "1849", "CITY": "AMHOLT"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7678	kettgen-hans-1917-11-20	{"a3": "1965"}	{"lerrcp": "A3-1965"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Kettgen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "notime": null, "date-ut": "1917-11-20 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Kettgen"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "date-ut": "1917-11-20 04:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1965"}, "ids-in-sources": {"a3": "1965"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "20", "LAT": "51N30", "LON": "7E30", "MON": "11", "NUM": "1965", "PRO": "M", "SEC": "0", "YEA": "1917", "CITY": "ESSEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7679	kiefhaber-christoph-1855-10-19	{"a3": "1966"}	{"lerrcp": "A3-1966"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christoph", "family": "Kiefhaber", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "WAISCHENFELD", "geoid": 0}, "notime": null, "date-ut": "1855-10-19 13:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Christoph", "family": "Kiefhaber"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "WAISCHENFELD", "geoid": 0}, "date-ut": "1855-10-19 13:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1966"}, "ids-in-sources": {"a3": "1966"}}, "raw": {"H": "14", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "19", "LAT": "49N 0", "LON": "11E30", "MON": "10", "NUM": "1966", "PRO": "M", "SEC": "0", "YEA": "1855", "CITY": "WAISCHENFELD"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7680	kirchstein-hans-1896-08-05	{"a3": "1967"}	{"lerrcp": "A3-1967"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Kirchstein", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHL-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "KOBLENZ", "geoid": 0}, "notime": null, "date-ut": "1896-08-05 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Kirchstein"}, "birth": {"place": {"c2": "RHL-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "KOBLENZ", "geoid": 0}, "date-ut": "1896-08-05 08:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1967"}, "ids-in-sources": {"a3": "1967"}}, "raw": {"H": "9", "MN": "30", "TZ": "-1", "COD": "RHL-PF", "COU": "G", "DAY": "5", "LAT": "50N 0", "LON": "7E 0", "MON": "8", "NUM": "1967", "PRO": "M", "SEC": "0", "YEA": "1896", "CITY": "KOBLENZ"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7681	kitzinger-karl-1886-04-18	{"a3": "1968"}	{"lerrcp": "A3-1968"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Kitzinger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NEU-ULM", "geoid": 0}, "notime": null, "date-ut": "1886-04-18 10:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Kitzinger"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NEU-ULM", "geoid": 0}, "date-ut": "1886-04-18 10:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1968"}, "ids-in-sources": {"a3": "1968"}}, "raw": {"H": "11", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "18", "LAT": "49N 0", "LON": "11E30", "MON": "4", "NUM": "1968", "PRO": "M", "SEC": "0", "YEA": "1886", "CITY": "NEU-ULM"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7682	kleemann-eugen-1894-02-01	{"a3": "1969"}	{"lerrcp": "A3-1969"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugen", "family": "Kleemann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PFALZ", "c3": null, "cy": "DE", "lg": 8, "lat": 49.33333, "name": "KOLLWEILER", "geoid": 0}, "notime": null, "date-ut": "1894-02-01 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eugen", "family": "Kleemann"}, "birth": {"place": {"c2": "PFALZ", "cy": "DE", "lg": 8, "lat": 49.33333, "name": "KOLLWEILER", "geoid": 0}, "date-ut": "1894-02-01 10:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1969"}, "ids-in-sources": {"a3": "1969"}}, "raw": {"H": "11", "MN": "30", "TZ": "-1", "COD": "PFALZ", "COU": "G", "DAY": "1", "LAT": "49N20", "LON": "8E 0", "MON": "2", "NUM": "1969", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "KOLLWEILER"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7683	kleffner-franz-1907-06-02	{"a3": "1970"}	{"lerrcp": "A3-1970"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Kleffner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ALTENA", "geoid": 0}, "notime": null, "date-ut": "1907-06-02 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Franz", "family": "Kleffner"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ALTENA", "geoid": 0}, "date-ut": "1907-06-02 21:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1970"}, "ids-in-sources": {"a3": "1970"}}, "raw": {"H": "22", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "2", "LAT": "51N30", "LON": "7E30", "MON": "6", "NUM": "1970", "PRO": "M", "SEC": "0", "YEA": "1907", "CITY": "ALTENA"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7684	kleine-rudolf-1886-08-28	{"a3": "1971"}	{"lerrcp": "A3-1971"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rudolf", "family": "Kleine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "MINDEN", "geoid": 0}, "notime": null, "date-ut": "1886-08-28 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Rudolf", "family": "Kleine"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "MINDEN", "geoid": 0}, "date-ut": "1886-08-28 09:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1971"}, "ids-in-sources": {"a3": "1971"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "28", "LAT": "51N50", "LON": "7E30", "MON": "8", "NUM": "1971", "PRO": "M", "SEC": "0", "YEA": "1886", "CITY": "MINDEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7685	kleinheisterkamp-mathias-1893-06-22	{"a3": "1972"}	{"lerrcp": "A3-1972"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mathias", "family": "Kleinheisterkamp", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL-ELBER", "geoid": 0}, "notime": null, "date-ut": "1893-06-22 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Mathias", "family": "Kleinheisterkamp"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL-ELBER", "geoid": 0}, "date-ut": "1893-06-22 01:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1972"}, "ids-in-sources": {"a3": "1972"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "22", "LAT": "51N30", "LON": "7E30", "MON": "6", "NUM": "1972", "PRO": "M", "SEC": "0", "YEA": "1893", "CITY": "WUPPERTAL-ELBER"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7686	kleist-ewald-1881-08-08	{"a3": "1973"}	{"lerrcp": "A3-1973"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ewald", "family": "Kleist", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "BRAUMFELS", "geoid": 0}, "notime": null, "date-ut": "1881-08-08 17:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ewald", "family": "Kleist"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "BRAUMFELS", "geoid": 0}, "date-ut": "1881-08-08 17:23"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1973"}, "ids-in-sources": {"a3": "1973"}}, "raw": {"H": "18", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "8", "LAT": "50N30", "LON": "9E15", "MON": "8", "NUM": "1973", "PRO": "M", "SEC": "0", "YEA": "1881", "CITY": "BRAUMFELS"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7687	knittel-gustav-1914-11-27	{"a3": "1974"}	{"lerrcp": "A3-1974"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustav", "family": "Knittel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NEU-ULM", "geoid": 0}, "notime": null, "date-ut": "1914-11-27 05:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gustav", "family": "Knittel"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NEU-ULM", "geoid": 0}, "date-ut": "1914-11-27 05:45"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1974"}, "ids-in-sources": {"a3": "1974"}}, "raw": {"H": "6", "MN": "45", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "27", "LAT": "49N 0", "LON": "11E30", "MON": "11", "NUM": "1974", "PRO": "M", "SEC": "0", "YEA": "1914", "CITY": "NEU-ULM"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7688	knochlein-fritz-1911-05-27	{"a3": "1975"}	{"lerrcp": "A3-1975"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Knöchlein", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1911-05-27 22:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Fritz", "family": "Knöchlein"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1911-05-27 22:45"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1975"}, "ids-in-sources": {"a3": "1975"}}, "raw": {"H": "23", "MN": "45", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "27", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "1975", "PRO": "M", "SEC": "0", "YEA": "1911", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7689	koberle-paul-1866-05-19	{"a3": "1976"}	{"lerrcp": "A3-1976"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Köberle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MEMMINGEN", "geoid": 0}, "notime": null, "date-ut": "1866-05-19 00:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Köberle"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MEMMINGEN", "geoid": 0}, "date-ut": "1866-05-19 00:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1976"}, "ids-in-sources": {"a3": "1976"}}, "raw": {"H": "1", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "19", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "1976", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "MEMMINGEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7690	koch-ferdinand-1875-10-31	{"a3": "1977"}	{"lerrcp": "A3-1977"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Koch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "HILDESHEIM", "geoid": 0}, "notime": null, "date-ut": "1875-10-31 22:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Koch"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "HILDESHEIM", "geoid": 0}, "date-ut": "1875-10-31 22:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1977"}, "ids-in-sources": {"a3": "1977"}}, "raw": {"H": "23", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "31", "LAT": "52N 0", "LON": "10E 0", "MON": "10", "NUM": "1977", "PRO": "M", "SEC": "0", "YEA": "1875", "CITY": "HILDESHEIM"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7691	gauquelin-a3-1978-1888-04-15	{"a3": "1978"}	{"lerrcp": "A3-1978"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1978", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NEU ULM", "geoid": 0}, "notime": null, "date-ut": "1888-04-15 22:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1978"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NEU ULM", "geoid": 0}, "date-ut": "1888-04-15 22:44"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1978"}, "ids-in-sources": {"a3": "1978"}}, "raw": {"H": "23", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "15", "LAT": "49N 0", "LON": "11E30", "MON": "4", "NUM": "1978", "PRO": "M", "SEC": "0", "YEA": "1888", "CITY": "NEU ULM"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7692	koller-karl-1898-02-22	{"a3": "1979"}	{"lerrcp": "A3-1979"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Koller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "GLONN", "geoid": 0}, "notime": null, "date-ut": "1898-02-22 01:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Koller"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "GLONN", "geoid": 0}, "date-ut": "1898-02-22 01:45"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1979"}, "ids-in-sources": {"a3": "1979"}}, "raw": {"H": "2", "MN": "45", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "22", "LAT": "49N 0", "LON": "11E30", "MON": "2", "NUM": "1979", "PRO": "M", "SEC": "0", "YEA": "1898", "CITY": "GLONN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7693	kraas-hugo-1911-01-25	{"a3": "1980"}	{"lerrcp": "A3-1980"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hugo", "family": "Kraas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WITTEN", "geoid": 0}, "notime": null, "date-ut": "1911-01-25 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hugo", "family": "Kraas"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WITTEN", "geoid": 0}, "date-ut": "1911-01-25 05:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1980"}, "ids-in-sources": {"a3": "1980"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "25", "LAT": "51N30", "LON": "7E30", "MON": "1", "NUM": "1980", "PRO": "M", "SEC": "0", "YEA": "1911", "CITY": "WITTEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7694	krafft-dellmensingen-konrad-1862-11-20	{"a3": "1981"}	{"lerrcp": "A3-1981"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Krafft Dellmensingen Konrad", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OB-BAY", "c3": null, "cy": "DE", "lg": 11, "lat": 48, "name": "LAUFEN", "geoid": 0}, "notime": null, "date-ut": "1862-11-20 10:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Krafft Dellmensingen Konrad"}, "birth": {"place": {"c2": "OB-BAY", "cy": "DE", "lg": 11, "lat": 48, "name": "LAUFEN", "geoid": 0}, "date-ut": "1862-11-20 10:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1981"}, "ids-in-sources": {"a3": "1981"}}, "raw": {"H": "11", "MN": "16", "TZ": "-1", "COD": "OB-BAY", "COU": "G", "DAY": "20", "LAT": "48N 0", "LON": "11E 0", "MON": "11", "NUM": "1981", "PRO": "M", "SEC": "0", "YEA": "1862", "CITY": "LAUFEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7695	krause-ernst-1859-07-27	{"a3": "1982"}	{"lerrcp": "A3-1982"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Krause", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "STADE", "geoid": 0}, "notime": null, "date-ut": "1859-07-27 02:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Krause"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "STADE", "geoid": 0}, "date-ut": "1859-07-27 02:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1982"}, "ids-in-sources": {"a3": "1982"}}, "raw": {"H": "3", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "27", "LAT": "52N 0", "LON": "10E 0", "MON": "7", "NUM": "1982", "PRO": "M", "SEC": "0", "YEA": "1859", "CITY": "STADE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7696	krausser-friedrich-1888-04-29	{"a3": "1983"}	{"lerrcp": "A3-1983"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Krausser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "notime": null, "date-ut": "1888-04-29 04:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Krausser"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "date-ut": "1888-04-29 04:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1983"}, "ids-in-sources": {"a3": "1983"}}, "raw": {"H": "5", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "29", "LAT": "49N 0", "LON": "11E30", "MON": "4", "NUM": "1983", "PRO": "M", "SEC": "0", "YEA": "1888", "CITY": "NURNBERG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7697	krebs-hans-1898-03-04	{"a3": "1984"}	{"lerrcp": "A3-1984"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Krebs", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "HELMSTEDT", "geoid": 0}, "notime": null, "date-ut": "1898-03-04 07:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Krebs"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "HELMSTEDT", "geoid": 0}, "date-ut": "1898-03-04 07:15"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1984"}, "ids-in-sources": {"a3": "1984"}}, "raw": {"H": "8", "MN": "15", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "4", "LAT": "52N 0", "LON": "10E 0", "MON": "3", "NUM": "1984", "PRO": "M", "SEC": "0", "YEA": "1898", "CITY": "HELMSTEDT"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7698	kress-kressenstein-friedrich-1855-03-15	{"a3": "1985"}	{"lerrcp": "A3-1985"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Kress Kressenstein Friedrich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHL-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "GERMERSHEIM", "geoid": 0}, "notime": null, "date-ut": "1855-03-15 18:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Kress Kressenstein Friedrich"}, "birth": {"place": {"c2": "RHL-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "GERMERSHEIM", "geoid": 0}, "date-ut": "1855-03-15 18:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1985"}, "ids-in-sources": {"a3": "1985"}}, "raw": {"H": "19", "MN": "32", "TZ": "-1", "COD": "RHL-PF", "COU": "G", "DAY": "15", "LAT": "50N 0", "LON": "7E 0", "MON": "3", "NUM": "1985", "PRO": "M", "SEC": "0", "YEA": "1855", "CITY": "GERMERSHEIM"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7699	kress-kressenstein-otto-1850-09-13	{"a3": "1986"}	{"lerrcp": "A3-1986"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Kress Kressenstein Otto", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHL-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "GERMERSHEIM", "geoid": 0}, "notime": null, "date-ut": "1850-09-13 06:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Kress Kressenstein Otto"}, "birth": {"place": {"c2": "RHL-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "GERMERSHEIM", "geoid": 0}, "date-ut": "1850-09-13 06:02"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1986"}, "ids-in-sources": {"a3": "1986"}}, "raw": {"H": "7", "MN": "2", "TZ": "-1", "COD": "RHL-PF", "COU": "G", "DAY": "13", "LAT": "50N 0", "LON": "7E 0", "MON": "9", "NUM": "1986", "PRO": "M", "SEC": "0", "YEA": "1850", "CITY": "GERMERSHEIM"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7700	kreysing-hans-1890-08-17	{"a3": "1987"}	{"lerrcp": "A3-1987"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Kreysing", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "GOTTINGEN", "geoid": 0}, "notime": null, "date-ut": "1890-08-17 16:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Kreysing"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "GOTTINGEN", "geoid": 0}, "date-ut": "1890-08-17 16:05"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1987"}, "ids-in-sources": {"a3": "1987"}}, "raw": {"H": "17", "MN": "5", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "17", "LAT": "52N 0", "LON": "10E 0", "MON": "8", "NUM": "1987", "PRO": "M", "SEC": "0", "YEA": "1890", "CITY": "GOTTINGEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7701	kriebel-friedrich-1879-10-14	{"a3": "1988"}	{"lerrcp": "A3-1988"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Kriebel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NEU-ULM", "geoid": 0}, "notime": null, "date-ut": "1879-10-14 04:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Kriebel"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NEU-ULM", "geoid": 0}, "date-ut": "1879-10-14 04:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1988"}, "ids-in-sources": {"a3": "1988"}}, "raw": {"H": "5", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "14", "LAT": "49N 0", "LON": "11E30", "MON": "10", "NUM": "1988", "PRO": "M", "SEC": "0", "YEA": "1879", "CITY": "NEU-ULM"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7702	kron-otto-1911-02-28	{"a3": "1989"}	{"lerrcp": "A3-1989"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Kron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHL-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "SPEYER", "geoid": 0}, "notime": null, "date-ut": "1911-02-28 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Kron"}, "birth": {"place": {"c2": "RHL-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "SPEYER", "geoid": 0}, "date-ut": "1911-02-28 07:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1989"}, "ids-in-sources": {"a3": "1989"}}, "raw": {"H": "8", "MN": "30", "TZ": "-1", "COD": "RHL-PF", "COU": "G", "DAY": "28", "LAT": "50N 0", "LON": "7E 0", "MON": "2", "NUM": "1989", "PRO": "M", "SEC": "0", "YEA": "1911", "CITY": "SPEYER"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7703	gauquelin-a3-1990-1913-04-22	{"a3": "1990"}	{"lerrcp": "A3-1990"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-1990", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "NORDHORN", "geoid": 0}, "notime": null, "date-ut": "1913-04-22 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1990"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "NORDHORN", "geoid": 0}, "date-ut": "1913-04-22 13:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1990"}, "ids-in-sources": {"a3": "1990"}}, "raw": {"H": "14", "MN": "30", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "22", "LAT": "52N 0", "LON": "10E 0", "MON": "4", "NUM": "1990", "PRO": "M", "SEC": "0", "YEA": "1913", "CITY": "NORDHORN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7704	kruger-friedrich-1894-05-08	{"a3": "1991"}	{"lerrcp": "A3-1991"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Krüger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "DE", "lg": 7.66667, "lat": 48.58333, "name": "STRASBOURG", "geoid": 0}, "notime": null, "date-ut": "1894-05-08 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Krüger"}, "birth": {"place": {"c2": "67", "cy": "DE", "lg": 7.66667, "lat": 48.58333, "name": "STRASBOURG", "geoid": 0}, "date-ut": "1894-05-08 00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1991"}, "ids-in-sources": {"a3": "1991"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "67", "COU": "G", "DAY": "8", "LAT": "48N35", "LON": "7E40", "MON": "5", "NUM": "1991", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7705	kruger-walter-1890-02-27	{"a3": "1992"}	{"lerrcp": "A3-1992"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Krüger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "DE", "lg": 7.66667, "lat": 48.58333, "name": "STRASBOURG", "geoid": 0}, "notime": null, "date-ut": "1890-02-27 00:59:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Krüger"}, "birth": {"place": {"c2": "67", "cy": "DE", "lg": 7.66667, "lat": 48.58333, "name": "STRASBOURG", "geoid": 0}, "date-ut": "1890-02-27 00:59:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1992"}, "ids-in-sources": {"a3": "1992"}}, "raw": {"H": "1", "MN": "59", "TZ": "-1", "COD": "67", "COU": "G", "DAY": "27", "LAT": "48N35", "LON": "7E40", "MON": "2", "NUM": "1992", "PRO": "M", "SEC": "20", "YEA": "1890", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7706	kubler-ludwi-1889-09-02	{"a3": "1993"}	{"lerrcp": "A3-1993"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludwi", "family": "Kübler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN-UNTERDI", "geoid": 0}, "notime": null, "date-ut": "1889-09-02 05:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ludwi", "family": "Kübler"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN-UNTERDI", "geoid": 0}, "date-ut": "1889-09-02 05:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1993"}, "ids-in-sources": {"a3": "1993"}}, "raw": {"H": "6", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "2", "LAT": "49N 0", "LON": "11E30", "MON": "9", "NUM": "1993", "PRO": "M", "SEC": "0", "YEA": "1889", "CITY": "MUNCHEN-UNTERDI"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7707	kuchler-geor-1881-05-30	{"a3": "1994"}	{"lerrcp": "A3-1994"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Geor", "family": "Küchler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HANAU-H", "c3": null, "cy": "DE", "lg": 8.91667, "lat": 50.13333, "name": "SCHLOSS PHILIPP", "geoid": 0}, "notime": null, "date-ut": "1881-05-30 07:54:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Geor", "family": "Küchler"}, "birth": {"place": {"c2": "HANAU-H", "cy": "DE", "lg": 8.91667, "lat": 50.13333, "name": "SCHLOSS PHILIPP", "geoid": 0}, "date-ut": "1881-05-30 07:54:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1994"}, "ids-in-sources": {"a3": "1994"}}, "raw": {"H": "8", "MN": "54", "TZ": "-1", "COD": "HANAU-H", "COU": "G", "DAY": "30", "LAT": "50N 8", "LON": "8E55", "MON": "5", "NUM": "1994", "PRO": "M", "SEC": "20", "YEA": "1881", "CITY": "SCHLOSS PHILIPP"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7708	kuhl-hermann-1856-12-30	{"a3": "1995"}	{"lerrcp": "A3-1995"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Kuhl", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHL-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "KOBLENZ", "geoid": 0}, "notime": null, "date-ut": "1856-12-30 19:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Kuhl"}, "birth": {"place": {"c2": "RHL-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "KOBLENZ", "geoid": 0}, "date-ut": "1856-12-30 19:02"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1995"}, "ids-in-sources": {"a3": "1995"}}, "raw": {"H": "20", "MN": "2", "TZ": "-1", "COD": "RHL-PF", "COU": "G", "DAY": "30", "LAT": "50N 0", "LON": "7E 0", "MON": "12", "NUM": "1995", "PRO": "M", "SEC": "0", "YEA": "1856", "CITY": "KOBLENZ"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7709	lahs-rudolf-1880-01-03	{"a3": "1996"}	{"lerrcp": "A3-1996"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rudolf", "family": "Lahs", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "MARBURG", "geoid": 0}, "notime": null, "date-ut": "1880-01-03 22:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Rudolf", "family": "Lahs"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "MARBURG", "geoid": 0}, "date-ut": "1880-01-03 22:23"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1996"}, "ids-in-sources": {"a3": "1996"}}, "raw": {"H": "23", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "3", "LAT": "50N30", "LON": "9E15", "MON": "1", "NUM": "1996", "PRO": "M", "SEC": "0", "YEA": "1880", "CITY": "MARBURG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7710	lammerding-heinz-1905-08-27	{"a3": "1997"}	{"lerrcp": "A3-1997"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinz", "family": "Lammerding", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DORTMUND", "geoid": 0}, "notime": null, "date-ut": "1905-08-27 22:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Heinz", "family": "Lammerding"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DORTMUND", "geoid": 0}, "date-ut": "1905-08-27 22:45"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1997"}, "ids-in-sources": {"a3": "1997"}}, "raw": {"H": "23", "MN": "45", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "27", "LAT": "51N30", "LON": "7E30", "MON": "8", "NUM": "1997", "PRO": "M", "SEC": "0", "YEA": "1905", "CITY": "DORTMUND"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7711	lancelle-otto-1885-03-27	{"a3": "1998"}	{"lerrcp": "A3-1998"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Lancelle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "XANTEN-A-RHEIN", "geoid": 0}, "notime": null, "date-ut": "1885-03-27 04:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Lancelle"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "XANTEN-A-RHEIN", "geoid": 0}, "date-ut": "1885-03-27 04:15"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1998"}, "ids-in-sources": {"a3": "1998"}}, "raw": {"H": "5", "MN": "15", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "27", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "1998", "PRO": "M", "SEC": "0", "YEA": "1885", "CITY": "XANTEN-A-RHEIN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7712	landmann-karl-1846-08-23	{"a3": "1999"}	{"lerrcp": "A3-1999"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Landmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "GROSSWEINGARTEN", "geoid": 0}, "notime": null, "date-ut": "1846-08-23 21:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Landmann"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "GROSSWEINGARTEN", "geoid": 0}, "date-ut": "1846-08-23 21:29"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1999"}, "ids-in-sources": {"a3": "1999"}}, "raw": {"H": "22", "MN": "29", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "23", "LAT": "49N 0", "LON": "11E30", "MON": "8", "NUM": "1999", "PRO": "M", "SEC": "0", "YEA": "1846", "CITY": "GROSSWEINGARTEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7713	lang-hermann-1922-03-24	{"a3": "2000"}	{"lerrcp": "A3-2000"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Lang", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "FUSSEN ALLGAU", "geoid": 0}, "notime": null, "date-ut": "1922-03-24 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Lang"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "FUSSEN ALLGAU", "geoid": 0}, "date-ut": "1922-03-24 11:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2000"}, "ids-in-sources": {"a3": "2000"}}, "raw": {"H": "12", "MN": "30", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "24", "LAT": "49N 0", "LON": "11E30", "MON": "3", "NUM": "2000", "PRO": "M", "SEC": "0", "YEA": "1922", "CITY": "FUSSEN ALLGAU"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7714	lang-otto-1887-09-18	{"a3": "2001"}	{"lerrcp": "A3-2001"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Lang", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1887-09-18 04:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Lang"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1887-09-18 04:59"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2001"}, "ids-in-sources": {"a3": "2001"}}, "raw": {"H": "5", "MN": "59", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "18", "LAT": "49N 0", "LON": "11E30", "MON": "9", "NUM": "2001", "PRO": "M", "SEC": "0", "YEA": "1887", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7715	langbein-geor-1881-09-30	{"a3": "2002"}	{"lerrcp": "A3-2002"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Geor", "family": "Langbein", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "notime": null, "date-ut": "1881-09-30 09:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Geor", "family": "Langbein"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "date-ut": "1881-09-30 09:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2002"}, "ids-in-sources": {"a3": "2002"}}, "raw": {"H": "10", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "30", "LAT": "49N 0", "LON": "11E30", "MON": "9", "NUM": "2002", "PRO": "M", "SEC": "0", "YEA": "1881", "CITY": "NURNBERG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7716	laumann-arthur-1894-07-04	{"a3": "2003"}	{"lerrcp": "A3-2003"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Laumann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "notime": null, "date-ut": "1894-07-04 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Laumann"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "date-ut": "1894-07-04 03:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2003"}, "ids-in-sources": {"a3": "2003"}}, "raw": {"H": "4", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "4", "LAT": "51N30", "LON": "7E30", "MON": "7", "NUM": "2003", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "ESSEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7717	leeb-wilhelm-1876-09-05	{"a3": "2004"}	{"lerrcp": "A3-2004"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Leeb", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "LANDSBERG-AM-LE", "geoid": 0}, "notime": null, "date-ut": "1876-09-05 07:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Leeb"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "LANDSBERG-AM-LE", "geoid": 0}, "date-ut": "1876-09-05 07:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2004"}, "ids-in-sources": {"a3": "2004"}}, "raw": {"H": "8", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "5", "LAT": "49N 0", "LON": "11E30", "MON": "9", "NUM": "2004", "PRO": "M", "SEC": "0", "YEA": "1876", "CITY": "LANDSBERG-AM-LE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7718	leffers-gustav-1894-01-02	{"a3": "2005"}	{"lerrcp": "A3-2005"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustav", "family": "Leffers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "WILHELMSHAVEN", "geoid": 0}, "notime": null, "date-ut": "1894-01-02 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gustav", "family": "Leffers"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "WILHELMSHAVEN", "geoid": 0}, "date-ut": "1894-01-02 01:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2005"}, "ids-in-sources": {"a3": "2005"}}, "raw": {"H": "2", "MN": "30", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "2", "LAT": "52N 0", "LON": "10E 0", "MON": "1", "NUM": "2005", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "WILHELMSHAVEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7719	lehmann-ernst-1886-03-12	{"a3": "2006"}	{"lerrcp": "A3-2006"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Lehmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHL-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "LUDWIGSHAFEN-A", "geoid": 0}, "notime": null, "date-ut": "1886-03-12 01:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Lehmann"}, "birth": {"place": {"c2": "RHL-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "LUDWIGSHAFEN-A", "geoid": 0}, "date-ut": "1886-03-12 01:02"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2006"}, "ids-in-sources": {"a3": "2006"}}, "raw": {"H": "2", "MN": "2", "TZ": "-1", "COD": "RHL-PF", "COU": "G", "DAY": "12", "LAT": "50N 0", "LON": "7E 0", "MON": "3", "NUM": "2006", "PRO": "M", "SEC": "0", "YEA": "1886", "CITY": "LUDWIGSHAFEN-A"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7720	lehmann-rudolf-1914-01-30	{"a3": "2007"}	{"lerrcp": "A3-2007"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rudolf", "family": "Lehmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "notime": null, "date-ut": "1914-01-30 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Rudolf", "family": "Lehmann"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "date-ut": "1914-01-30 13:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2007"}, "ids-in-sources": {"a3": "2007"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "30", "LAT": "48N30", "LON": "9E 0", "MON": "1", "NUM": "2007", "PRO": "M", "SEC": "0", "YEA": "1914", "CITY": "HEIDELBERG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7721	lenz-hermann-1872-06-23	{"a3": "2008"}	{"lerrcp": "A3-2008"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Lenz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NEU-ULM", "geoid": 0}, "notime": null, "date-ut": "1872-06-23 16:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Lenz"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NEU-ULM", "geoid": 0}, "date-ut": "1872-06-23 16:29"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2008"}, "ids-in-sources": {"a3": "2008"}}, "raw": {"H": "17", "MN": "29", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "23", "LAT": "49N 0", "LON": "11E30", "MON": "6", "NUM": "2008", "PRO": "M", "SEC": "0", "YEA": "1872", "CITY": "NEU-ULM"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7722	lequis-arnold-1861-02-02	{"a3": "2009"}	{"lerrcp": "A3-2009"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arnold", "family": "Lequis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "DILLENBURG", "geoid": 0}, "notime": null, "date-ut": "1861-02-02 17:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Arnold", "family": "Lequis"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "DILLENBURG", "geoid": 0}, "date-ut": "1861-02-02 17:53"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2009"}, "ids-in-sources": {"a3": "2009"}}, "raw": {"H": "18", "MN": "53", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "2", "LAT": "50N30", "LON": "9E15", "MON": "2", "NUM": "2009", "PRO": "M", "SEC": "0", "YEA": "1861", "CITY": "DILLENBURG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7723	lex-hans-1893-10-27	{"a3": "2010"}	{"lerrcp": "A3-2010"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Lex", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ROSENHEIM", "geoid": 0}, "notime": null, "date-ut": "1893-10-27 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Lex"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ROSENHEIM", "geoid": 0}, "date-ut": "1893-10-27 11:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2010"}, "ids-in-sources": {"a3": "2010"}}, "raw": {"H": "12", "MN": "30", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "27", "LAT": "49N 0", "LON": "11E30", "MON": "10", "NUM": "2010", "PRO": "M", "SEC": "0", "YEA": "1893", "CITY": "ROSENHEIM"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7724	lichte-karl-1920-08-23	{"a3": "2011"}	{"lerrcp": "A3-2011"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Lichte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WANNE-EICKEL", "geoid": 0}, "notime": null, "date-ut": "1920-08-23 08:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Lichte"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WANNE-EICKEL", "geoid": 0}, "date-ut": "1920-08-23 08:15"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2011"}, "ids-in-sources": {"a3": "2011"}}, "raw": {"H": "9", "MN": "15", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "23", "LAT": "51N30", "LON": "7E30", "MON": "8", "NUM": "2011", "PRO": "M", "SEC": "0", "YEA": "1920", "CITY": "WANNE-EICKEL"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7725	lichtenberger-walter-1891-09-30	{"a3": "2012"}	{"lerrcp": "A3-2012"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Lichtenberger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PFALZ", "c3": null, "cy": "DE", "lg": 8, "lat": 49.33333, "name": "SPEYER", "geoid": 0}, "notime": null, "date-ut": "1891-09-30 11:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Lichtenberger"}, "birth": {"place": {"c2": "PFALZ", "cy": "DE", "lg": 8, "lat": 49.33333, "name": "SPEYER", "geoid": 0}, "date-ut": "1891-09-30 11:58"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2012"}, "ids-in-sources": {"a3": "2012"}}, "raw": {"H": "12", "MN": "58", "TZ": "-1", "COD": "PFALZ", "COU": "G", "DAY": "30", "LAT": "49N20", "LON": "8E 0", "MON": "9", "NUM": "2012", "PRO": "M", "SEC": "0", "YEA": "1891", "CITY": "SPEYER"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7726	list-wilhelm-1880-05-14	{"a3": "2013"}	{"lerrcp": "A3-2013"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "List", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "OBERKIRCHBERG", "geoid": 0}, "notime": null, "date-ut": "1880-05-14 03:53:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "List"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "OBERKIRCHBERG", "geoid": 0}, "date-ut": "1880-05-14 03:53:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2013"}, "ids-in-sources": {"a3": "2013"}}, "raw": {"H": "4", "MN": "53", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "14", "LAT": "48N45", "LON": "9E13", "MON": "5", "NUM": "2013", "PRO": "M", "SEC": "8", "YEA": "1880", "CITY": "OBERKIRCHBERG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7727	lobmeyer-jakob-1918-10-12	{"a3": "2014"}	{"lerrcp": "A3-2014"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jakob", "family": "Lobmeyer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHL-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "LACHEN", "geoid": 0}, "notime": null, "date-ut": "1918-10-12 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jakob", "family": "Lobmeyer"}, "birth": {"place": {"c2": "RHL-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "LACHEN", "geoid": 0}, "date-ut": "1918-10-12 07:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2014"}, "ids-in-sources": {"a3": "2014"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "RHL-PF", "COU": "G", "DAY": "12", "LAT": "50N 0", "LON": "7E 0", "MON": "10", "NUM": "2014", "PRO": "M", "SEC": "0", "YEA": "1918", "CITY": "LACHEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7728	loch-herbert-1886-08-05	{"a3": "2015"}	{"lerrcp": "A3-2015"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Herbert", "family": "Loch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHL-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "IDAR-OBERSTEIN", "geoid": 0}, "notime": null, "date-ut": "1886-08-05 05:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Herbert", "family": "Loch"}, "birth": {"place": {"c2": "RHL-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "IDAR-OBERSTEIN", "geoid": 0}, "date-ut": "1886-08-05 05:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2015"}, "ids-in-sources": {"a3": "2015"}}, "raw": {"H": "6", "MN": "32", "TZ": "-1", "COD": "RHL-PF", "COU": "G", "DAY": "5", "LAT": "50N 0", "LON": "7E 0", "MON": "8", "NUM": "2015", "PRO": "M", "SEC": "0", "YEA": "1886", "CITY": "IDAR-OBERSTEIN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7729	lohmann-hanns-1911-04-24	{"a3": "2016"}	{"lerrcp": "A3-2016"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hanns", "family": "Lohmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "GUTERSLOH", "geoid": 0}, "notime": null, "date-ut": "1911-04-24 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hanns", "family": "Lohmann"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "GUTERSLOH", "geoid": 0}, "date-ut": "1911-04-24 01:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2016"}, "ids-in-sources": {"a3": "2016"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "24", "LAT": "51N30", "LON": "7E30", "MON": "4", "NUM": "2016", "PRO": "M", "SEC": "0", "YEA": "1911", "CITY": "GUTERSLOH"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7730	lotze-gerhard-1922-05-21	{"a3": "2017"}	{"lerrcp": "A3-2017"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gerhard", "family": "Lotze", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "BIBERACH-RISS", "geoid": 0}, "notime": null, "date-ut": "1922-05-21 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gerhard", "family": "Lotze"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "BIBERACH-RISS", "geoid": 0}, "date-ut": "1922-05-21 16:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2017"}, "ids-in-sources": {"a3": "2017"}}, "raw": {"H": "17", "MN": "30", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "21", "LAT": "48N30", "LON": "9E 0", "MON": "5", "NUM": "2017", "PRO": "M", "SEC": "0", "YEA": "1922", "CITY": "BIBERACH-RISS"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7731	gauquelin-a3-2018-1895-12-23	{"a3": "2018"}	{"lerrcp": "A3-2018"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2018", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "DE", "lg": 7.66667, "lat": 48.58333, "name": "STRASBOURG", "geoid": 0}, "notime": null, "date-ut": "1895-12-23 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2018"}, "birth": {"place": {"c2": "67", "cy": "DE", "lg": 7.66667, "lat": 48.58333, "name": "STRASBOURG", "geoid": 0}, "date-ut": "1895-12-23 22:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2018"}, "ids-in-sources": {"a3": "2018"}}, "raw": {"H": "23", "MN": "30", "TZ": "-1", "COD": "67", "COU": "G", "DAY": "23", "LAT": "48N35", "LON": "7E40", "MON": "12", "NUM": "2018", "PRO": "M", "SEC": "0", "YEA": "1895", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7732	gauquelin-a3-2019-1913-11-15	{"a3": "2019"}	{"lerrcp": "A3-2019"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2019", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BREM", "c3": null, "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "notime": null, "date-ut": "1913-11-15 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2019"}, "birth": {"place": {"c2": "BREM", "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "date-ut": "1913-11-15 06:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2019"}, "ids-in-sources": {"a3": "2019"}}, "raw": {"H": "7", "MN": "30", "TZ": "-1", "COD": "BREM", "COU": "G", "DAY": "15", "LAT": "53N 5", "LON": "8E50", "MON": "11", "NUM": "2019", "PRO": "M", "SEC": "0", "YEA": "1913", "CITY": "BREMEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7733	mandelsloh-albrecht-1861-10-22	{"a3": "2020"}	{"lerrcp": "A3-2020"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albrecht", "family": "Mandelsloh", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "GIFHORN", "geoid": 0}, "notime": null, "date-ut": "1861-10-22 22:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Albrecht", "family": "Mandelsloh"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "GIFHORN", "geoid": 0}, "date-ut": "1861-10-22 22:50"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2020"}, "ids-in-sources": {"a3": "2020"}}, "raw": {"H": "23", "MN": "50", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "22", "LAT": "52N 0", "LON": "10E 0", "MON": "10", "NUM": "2020", "PRO": "M", "SEC": "0", "YEA": "1861", "CITY": "GIFHORN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7734	marquard-gottfried-1864-06-02	{"a3": "2021"}	{"lerrcp": "A3-2021"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gottfried", "family": "Marquard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "notime": null, "date-ut": "1864-06-02 02:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gottfried", "family": "Marquard"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "date-ut": "1864-06-02 02:50"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2021"}, "ids-in-sources": {"a3": "2021"}}, "raw": {"H": "3", "MN": "50", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "2", "LAT": "52N 0", "LON": "10E 0", "MON": "6", "NUM": "2021", "PRO": "M", "SEC": "0", "YEA": "1864", "CITY": "BRAUNSCHWEIG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7735	martin-kurt-1879-01-31	{"a3": "2022"}	{"lerrcp": "A3-2022"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kurt", "family": "Martin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ASCHAFFENBURG", "geoid": 0}, "notime": null, "date-ut": "1879-01-31 09:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Kurt", "family": "Martin"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ASCHAFFENBURG", "geoid": 0}, "date-ut": "1879-01-31 09:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2022"}, "ids-in-sources": {"a3": "2022"}}, "raw": {"H": "10", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "31", "LAT": "49N 0", "LON": "11E30", "MON": "1", "NUM": "2022", "PRO": "M", "SEC": "0", "YEA": "1879", "CITY": "ASCHAFFENBURG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7736	masarie-lino-1912-10-10	{"a3": "2023"}	{"lerrcp": "A3-2023"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lino", "family": "Masarie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "notime": null, "date-ut": "1912-10-10 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Lino", "family": "Masarie"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "date-ut": "1912-10-10 12:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2023"}, "ids-in-sources": {"a3": "2023"}}, "raw": {"H": "13", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "10", "LAT": "49N 0", "LON": "11E30", "MON": "10", "NUM": "2023", "PRO": "M", "SEC": "0", "YEA": "1912", "CITY": "NURNBERG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7737	mattern-walter-1920-02-27	{"a3": "2024"}	{"lerrcp": "A3-2024"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Mattern", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "notime": null, "date-ut": "1920-02-27 18:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Mattern"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "date-ut": "1920-02-27 18:15"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2024"}, "ids-in-sources": {"a3": "2024"}}, "raw": {"H": "19", "MN": "15", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "27", "LAT": "52N 0", "LON": "10E 0", "MON": "2", "NUM": "2024", "PRO": "M", "SEC": "0", "YEA": "1920", "CITY": "BRAUNSCHWEIG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7738	mauss-karl-1898-05-07	{"a3": "2025"}	{"lerrcp": "A3-2025"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Mauss", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HOLSTN", "c3": null, "cy": "DE", "lg": 9.8, "lat": 53.56667, "name": "PLON", "geoid": 0}, "notime": null, "date-ut": "1898-05-07 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Mauss"}, "birth": {"place": {"c2": "HOLSTN", "cy": "DE", "lg": 9.8, "lat": 53.56667, "name": "PLON", "geoid": 0}, "date-ut": "1898-05-07 12:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2025"}, "ids-in-sources": {"a3": "2025"}}, "raw": {"H": "13", "MN": "0", "TZ": "-1", "COD": "HOLSTN", "COU": "G", "DAY": "7", "LAT": "53N34", "LON": "9E48", "MON": "5", "NUM": "2025", "PRO": "M", "SEC": "0", "YEA": "1898", "CITY": "PLON"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7739	maussner-josef-1891-10-28	{"a3": "2026"}	{"lerrcp": "A3-2026"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Josef", "family": "Maussner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "SPEIKERN", "geoid": 0}, "notime": null, "date-ut": "1891-10-28 14:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Josef", "family": "Maussner"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "SPEIKERN", "geoid": 0}, "date-ut": "1891-10-28 14:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2026"}, "ids-in-sources": {"a3": "2026"}}, "raw": {"H": "15", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "28", "LAT": "49N 0", "LON": "11E30", "MON": "10", "NUM": "2026", "PRO": "M", "SEC": "0", "YEA": "1891", "CITY": "SPEIKERN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7740	gauquelin-a3-2027-1886-10-07	{"a3": "2027"}	{"lerrcp": "A3-2027"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2027", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "URACH", "geoid": 0}, "notime": null, "date-ut": "1886-10-07 12:23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2027"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "URACH", "geoid": 0}, "date-ut": "1886-10-07 12:23:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2027"}, "ids-in-sources": {"a3": "2027"}}, "raw": {"H": "13", "MN": "23", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "7", "LAT": "48N45", "LON": "9E13", "MON": "10", "NUM": "2027", "PRO": "M", "SEC": "8", "YEA": "1886", "CITY": "URACH"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7741	gauquelin-a3-2028-1916-12-11	{"a3": "2028"}	{"lerrcp": "A3-2028"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2028", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WESEL", "geoid": 0}, "notime": null, "date-ut": "1916-12-11 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2028"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WESEL", "geoid": 0}, "date-ut": "1916-12-11 09:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2028"}, "ids-in-sources": {"a3": "2028"}}, "raw": {"H": "10", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "11", "LAT": "51N30", "LON": "7E30", "MON": "12", "NUM": "2028", "PRO": "M", "SEC": "0", "YEA": "1916", "CITY": "WESEL"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7742	meister-johann-1864-10-25	{"a3": "2029"}	{"lerrcp": "A3-2029"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johann", "family": "Meister", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "CALENBERG", "geoid": 0}, "notime": null, "date-ut": "1864-10-25 08:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Johann", "family": "Meister"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "CALENBERG", "geoid": 0}, "date-ut": "1864-10-25 08:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2029"}, "ids-in-sources": {"a3": "2029"}}, "raw": {"H": "9", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "25", "LAT": "52N 0", "LON": "10E 0", "MON": "10", "NUM": "2029", "PRO": "M", "SEC": "0", "YEA": "1864", "CITY": "CALENBERG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7743	menckhoff-carl-1883-04-14	{"a3": "2030"}	{"lerrcp": "A3-2030"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carl", "family": "Menckhoff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "HERFORD", "geoid": 0}, "notime": null, "date-ut": "1883-04-14 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Carl", "family": "Menckhoff"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "HERFORD", "geoid": 0}, "date-ut": "1883-04-14 09:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2030"}, "ids-in-sources": {"a3": "2030"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "14", "LAT": "51N50", "LON": "7E30", "MON": "4", "NUM": "2030", "PRO": "M", "SEC": "0", "YEA": "1883", "CITY": "HERFORD"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7744	mertz-quirnheim-hermann-1866-07-23	{"a3": "2031"}	{"lerrcp": "A3-2031"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Mertz Quirnheim Hermann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ANSBACH", "geoid": 0}, "notime": null, "date-ut": "1866-07-23 16:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Mertz Quirnheim Hermann"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ANSBACH", "geoid": 0}, "date-ut": "1866-07-23 16:44"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2031"}, "ids-in-sources": {"a3": "2031"}}, "raw": {"H": "17", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "23", "LAT": "49N 0", "LON": "11E30", "MON": "7", "NUM": "2031", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "ANSBACH"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7745	gauquelin-a3-2032-1898-02-25	{"a3": "2032"}	{"lerrcp": "A3-2032"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2032", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT-A-M", "geoid": 0}, "notime": null, "date-ut": "1898-02-25 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2032"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT-A-M", "geoid": 0}, "date-ut": "1898-02-25 06:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2032"}, "ids-in-sources": {"a3": "2032"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "25", "LAT": "50N30", "LON": "9E15", "MON": "2", "NUM": "2032", "PRO": "M", "SEC": "0", "YEA": "1898", "CITY": "FRANKFURT-A-M"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7746	meyer-berthold-1876-10-29	{"a3": "2033"}	{"lerrcp": "A3-2033"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Berthold", "family": "Meyer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "HILDESHEIM", "geoid": 0}, "notime": null, "date-ut": "1876-10-29 03:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Berthold", "family": "Meyer"}, "birth": {"place": {"c2": "NIED SA", "cy": "DE", "lg": 10, "lat": 52, "name": "HILDESHEIM", "geoid": 0}, "date-ut": "1876-10-29 03:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2033"}, "ids-in-sources": {"a3": "2033"}}, "raw": {"H": "4", "MN": "20", "TZ": "-1", "COD": "NIED SA", "COU": "G", "DAY": "29", "LAT": "52N 0", "LON": "10E 0", "MON": "10", "NUM": "2033", "PRO": "M", "SEC": "0", "YEA": "1876", "CITY": "HILDESHEIM"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7747	meyer-otto-1912-12-23	{"a3": "2034"}	{"lerrcp": "A3-2034"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Meyer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "MOLDENIT", "geoid": 0}, "notime": null, "date-ut": "1912-12-23 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Meyer"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "MOLDENIT", "geoid": 0}, "date-ut": "1912-12-23 11:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2034"}, "ids-in-sources": {"a3": "2034"}}, "raw": {"H": "12", "MN": "0", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "23", "LAT": "54N30", "LON": "9E45", "MON": "12", "NUM": "2034", "PRO": "M", "SEC": "0", "YEA": "1912", "CITY": "MOLDENIT"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7748	michelsen-andreas-1869-02-19	{"a3": "2035"}	{"lerrcp": "A3-2035"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Andreas", "family": "Michelsen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "HILDESHEIM", "geoid": 0}, "notime": null, "date-ut": "1869-02-19 10:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Andreas", "family": "Michelsen"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "HILDESHEIM", "geoid": 0}, "date-ut": "1869-02-19 10:50"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2035"}, "ids-in-sources": {"a3": "2035"}}, "raw": {"H": "11", "MN": "50", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "19", "LAT": "52N 0", "LON": "10E 0", "MON": "2", "NUM": "2035", "PRO": "M", "SEC": "0", "YEA": "1869", "CITY": "HILDESHEIM"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7749	milch-erhard-1892-03-30	{"a3": "2036"}	{"lerrcp": "A3-2036"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erhard", "family": "Milch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "WILHELMSHAVEN", "geoid": 0}, "notime": null, "date-ut": "1892-03-30 15:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Erhard", "family": "Milch"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "WILHELMSHAVEN", "geoid": 0}, "date-ut": "1892-03-30 15:05"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2036"}, "ids-in-sources": {"a3": "2036"}}, "raw": {"H": "16", "MN": "5", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "30", "LAT": "52N 0", "LON": "10E 0", "MON": "3", "NUM": "2036", "PRO": "M", "SEC": "0", "YEA": "1892", "CITY": "WILHELMSHAVEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7750	mittelberger-hilmar-1878-12-19	{"a3": "2037"}	{"lerrcp": "A3-2037"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hilmar", "family": "Mittelberger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1878-12-19 14:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hilmar", "family": "Mittelberger"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1878-12-19 14:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2037"}, "ids-in-sources": {"a3": "2037"}}, "raw": {"H": "15", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "19", "LAT": "49N 0", "LON": "11E30", "MON": "12", "NUM": "2037", "PRO": "M", "SEC": "0", "YEA": "1878", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7751	gauquelin-a3-2038-1891-08-22	{"a3": "2038"}	{"lerrcp": "A3-2038"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2038", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "LUDENSCHEID", "geoid": 0}, "notime": null, "date-ut": "1891-08-22 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2038"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "LUDENSCHEID", "geoid": 0}, "date-ut": "1891-08-22 01:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2038"}, "ids-in-sources": {"a3": "2038"}}, "raw": {"H": "2", "MN": "30", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "22", "LAT": "51N50", "LON": "7E30", "MON": "8", "NUM": "2038", "PRO": "M", "SEC": "0", "YEA": "1891", "CITY": "LUDENSCHEID"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7752	mohl-arnold-1867-03-26	{"a3": "2039"}	{"lerrcp": "A3-2039"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arnold", "family": "Möhl", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OB-BAY", "c3": null, "cy": "DE", "lg": 11, "lat": 48, "name": "NANDLSTADT", "geoid": 0}, "notime": null, "date-ut": "1867-03-26 11:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Arnold", "family": "Möhl"}, "birth": {"place": {"c2": "OB-BAY", "cy": "DE", "lg": 11, "lat": 48, "name": "NANDLSTADT", "geoid": 0}, "date-ut": "1867-03-26 11:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2039"}, "ids-in-sources": {"a3": "2039"}}, "raw": {"H": "12", "MN": "16", "TZ": "-1", "COD": "OB-BAY", "COU": "G", "DAY": "26", "LAT": "48N 0", "LON": "11E 0", "MON": "3", "NUM": "2039", "PRO": "M", "SEC": "0", "YEA": "1867", "CITY": "NANDLSTADT"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7753	mohnke-wilhelm-1911-03-15	{"a3": "2040"}	{"lerrcp": "A3-2040"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Mohnke", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "LUBECK", "geoid": 0}, "notime": null, "date-ut": "1911-03-15 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Mohnke"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "LUBECK", "geoid": 0}, "date-ut": "1911-03-15 20:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2040"}, "ids-in-sources": {"a3": "2040"}}, "raw": {"H": "21", "MN": "0", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "15", "LAT": "54N30", "LON": "9E45", "MON": "3", "NUM": "2040", "PRO": "M", "SEC": "0", "YEA": "1911", "CITY": "LUBECK"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7754	molders-werner-1913-03-18	{"a3": "2041"}	{"lerrcp": "A3-2041"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Werner", "family": "Mölders", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "GELSENKIRCHEN", "geoid": 0}, "notime": null, "date-ut": "1913-03-18 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Werner", "family": "Mölders"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "GELSENKIRCHEN", "geoid": 0}, "date-ut": "1913-03-18 22:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2041"}, "ids-in-sources": {"a3": "2041"}}, "raw": {"H": "23", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "18", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "2041", "PRO": "M", "SEC": "0", "YEA": "1913", "CITY": "GELSENKIRCHEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7755	muhleck-karl-1920-07-27	{"a3": "2042"}	{"lerrcp": "A3-2042"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Mühleck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "WEINSBERG", "geoid": 0}, "notime": null, "date-ut": "1920-07-27 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Mühleck"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "WEINSBERG", "geoid": 0}, "date-ut": "1920-07-27 00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2042"}, "ids-in-sources": {"a3": "2042"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "27", "LAT": "48N30", "LON": "9E 0", "MON": "7", "NUM": "2042", "PRO": "M", "SEC": "0", "YEA": "1920", "CITY": "WEINSBERG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7756	muller-ernst-1889-10-22	{"a3": "2043"}	{"lerrcp": "A3-2043"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Müller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "TUTTBINGEN", "geoid": 0}, "notime": null, "date-ut": "1889-10-22 11:08:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Müller"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "TUTTBINGEN", "geoid": 0}, "date-ut": "1889-10-22 11:08:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2043"}, "ids-in-sources": {"a3": "2043"}}, "raw": {"H": "12", "MN": "8", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "22", "LAT": "48N45", "LON": "9E13", "MON": "10", "NUM": "2043", "PRO": "M", "SEC": "8", "YEA": "1889", "CITY": "TUTTBINGEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7757	muller-friedrich-1897-08-29	{"a3": "2044"}	{"lerrcp": "A3-2044"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Müller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL-BARME", "geoid": 0}, "notime": null, "date-ut": "1897-08-29 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Müller"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL-BARME", "geoid": 0}, "date-ut": "1897-08-29 06:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2044"}, "ids-in-sources": {"a3": "2044"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "29", "LAT": "51N30", "LON": "7E30", "MON": "8", "NUM": "2044", "PRO": "M", "SEC": "0", "YEA": "1897", "CITY": "WUPPERTAL-BARME"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7758	muller-ludwi-1892-06-28	{"a3": "2045"}	{"lerrcp": "A3-2045"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludwi", "family": "Müller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHL-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "ZESELBERG", "geoid": 0}, "notime": null, "date-ut": "1892-06-28 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ludwi", "family": "Müller"}, "birth": {"place": {"c2": "RHL-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "ZESELBERG", "geoid": 0}, "date-ut": "1892-06-28 00:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2045"}, "ids-in-sources": {"a3": "2045"}}, "raw": {"H": "1", "MN": "30", "TZ": "-1", "COD": "RHL-PF", "COU": "G", "DAY": "28", "LAT": "50N 0", "LON": "7E 0", "MON": "6", "NUM": "2045", "PRO": "M", "SEC": "0", "YEA": "1892", "CITY": "ZESELBERG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7759	muller-otto-1871-03-05	{"a3": "2046"}	{"lerrcp": "A3-2046"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Müller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WESEL-A-RH", "geoid": 0}, "notime": null, "date-ut": "1871-03-05 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Müller"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WESEL-A-RH", "geoid": 0}, "date-ut": "1871-03-05 22:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2046"}, "ids-in-sources": {"a3": "2046"}}, "raw": {"H": "23", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "5", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "2046", "PRO": "M", "SEC": "0", "YEA": "1871", "CITY": "WESEL-A-RH"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7760	nerz-lothar-1893-01-28	{"a3": "2047"}	{"lerrcp": "A3-2047"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lothar", "family": "Nerz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "notime": null, "date-ut": "1893-01-28 17:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Lothar", "family": "Nerz"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "date-ut": "1893-01-28 17:15"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2047"}, "ids-in-sources": {"a3": "2047"}}, "raw": {"H": "18", "MN": "15", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "28", "LAT": "49N 0", "LON": "11E30", "MON": "1", "NUM": "2047", "PRO": "M", "SEC": "0", "YEA": "1893", "CITY": "NURNBERG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7761	neubert-hans-1888-04-21	{"a3": "2048"}	{"lerrcp": "A3-2048"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Neubert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ANSBACH", "geoid": 0}, "notime": null, "date-ut": "1888-04-21 01:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Neubert"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ANSBACH", "geoid": 0}, "date-ut": "1888-04-21 01:44"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2048"}, "ids-in-sources": {"a3": "2048"}}, "raw": {"H": "2", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "21", "LAT": "49N 0", "LON": "11E30", "MON": "4", "NUM": "2048", "PRO": "M", "SEC": "0", "YEA": "1888", "CITY": "ANSBACH"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7762	niedermayer-oskar-1885-11-08	{"a3": "2049"}	{"lerrcp": "A3-2049"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oskar", "family": "Niedermayer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OB-BAY", "c3": null, "cy": "DE", "lg": 11, "lat": 48, "name": "FREISING", "geoid": 0}, "notime": null, "date-ut": "1885-11-08 11:46"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Oskar", "family": "Niedermayer"}, "birth": {"place": {"c2": "OB-BAY", "cy": "DE", "lg": 11, "lat": 48, "name": "FREISING", "geoid": 0}, "date-ut": "1885-11-08 11:46"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2049"}, "ids-in-sources": {"a3": "2049"}}, "raw": {"H": "12", "MN": "46", "TZ": "-1", "COD": "OB-BAY", "COU": "G", "DAY": "8", "LAT": "48N 0", "LON": "11E 0", "MON": "11", "NUM": "2049", "PRO": "M", "SEC": "0", "YEA": "1885", "CITY": "FREISING"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7763	nielsen-andreas-1899-12-23	{"a3": "2050"}	{"lerrcp": "A3-2050"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Andreas", "family": "Nielsen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "FLENSBURG", "geoid": 0}, "notime": null, "date-ut": "1899-12-23 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Andreas", "family": "Nielsen"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "FLENSBURG", "geoid": 0}, "date-ut": "1899-12-23 19:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2050"}, "ids-in-sources": {"a3": "2050"}}, "raw": {"H": "20", "MN": "30", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "23", "LAT": "54N30", "LON": "9E45", "MON": "12", "NUM": "2050", "PRO": "M", "SEC": "0", "YEA": "1899", "CITY": "FLENSBURG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7764	niessen-walter-1891-11-02	{"a3": "2051"}	{"lerrcp": "A3-2051"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Niessen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1891-11-02 12:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Niessen"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1891-11-02 12:29"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2051"}, "ids-in-sources": {"a3": "2051"}}, "raw": {"H": "13", "MN": "29", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "2", "LAT": "49N 0", "LON": "11E30", "MON": "11", "NUM": "2051", "PRO": "M", "SEC": "0", "YEA": "1891", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7765	oldershausen-erich-1872-01-10	{"a3": "2052"}	{"lerrcp": "A3-2052"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erich", "family": "Oldershausen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "HILDESHEIM", "geoid": 0}, "notime": null, "date-ut": "1872-01-10 05:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Erich", "family": "Oldershausen"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "HILDESHEIM", "geoid": 0}, "date-ut": "1872-01-10 05:50"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2052"}, "ids-in-sources": {"a3": "2052"}}, "raw": {"H": "6", "MN": "50", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "10", "LAT": "52N 0", "LON": "10E 0", "MON": "1", "NUM": "2052", "PRO": "M", "SEC": "0", "YEA": "1872", "CITY": "HILDESHEIM"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7766	oldershausen-martin-1865-11-24	{"a3": "2053"}	{"lerrcp": "A3-2053"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Martin", "family": "Oldershausen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "HILDESHEIM", "geoid": 0}, "notime": null, "date-ut": "1865-11-24 21:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Martin", "family": "Oldershausen"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "HILDESHEIM", "geoid": 0}, "date-ut": "1865-11-24 21:50"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2053"}, "ids-in-sources": {"a3": "2053"}}, "raw": {"H": "22", "MN": "50", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "24", "LAT": "52N 0", "LON": "10E 0", "MON": "11", "NUM": "2053", "PRO": "M", "SEC": "0", "YEA": "1865", "CITY": "HILDESHEIM"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7767	osiander-wilhelm-1875-06-26	{"a3": "2054"}	{"lerrcp": "A3-2054"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Osiander", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADEN", "c3": null, "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "RASTATT", "geoid": 0}, "notime": null, "date-ut": "1875-06-26 16:57:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Osiander"}, "birth": {"place": {"c2": "BADEN", "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "RASTATT", "geoid": 0}, "date-ut": "1875-06-26 16:57:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2054"}, "ids-in-sources": {"a3": "2054"}}, "raw": {"H": "17", "MN": "57", "TZ": "-1", "COD": "BADEN", "COU": "G", "DAY": "26", "LAT": "48N46", "LON": "8E14", "MON": "6", "NUM": "2054", "PRO": "M", "SEC": "4", "YEA": "1875", "CITY": "RASTATT"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7768	paetsch-otto-1909-08-03	{"a3": "2055"}	{"lerrcp": "A3-2055"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Paetsch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "RHEINHAUSEN", "geoid": 0}, "notime": null, "date-ut": "1909-08-03 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Paetsch"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "RHEINHAUSEN", "geoid": 0}, "date-ut": "1909-08-03 08:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2055"}, "ids-in-sources": {"a3": "2055"}}, "raw": {"H": "9", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "3", "LAT": "51N30", "LON": "7E30", "MON": "8", "NUM": "2055", "PRO": "M", "SEC": "0", "YEA": "1909", "CITY": "RHEINHAUSEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7769	papas-fred-1921-05-15	{"a3": "2056"}	{"lerrcp": "A3-2056"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fred", "family": "Papas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHL-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "LUDWIGSHAFEN-A", "geoid": 0}, "notime": null, "date-ut": "1921-05-15 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Fred", "family": "Papas"}, "birth": {"place": {"c2": "RHL-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "LUDWIGSHAFEN-A", "geoid": 0}, "date-ut": "1921-05-15 19:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2056"}, "ids-in-sources": {"a3": "2056"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "RHL-PF", "COU": "G", "DAY": "15", "LAT": "50N 0", "LON": "7E 0", "MON": "5", "NUM": "2056", "PRO": "M", "SEC": "0", "YEA": "1921", "CITY": "LUDWIGSHAFEN-A"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7771	pechmann-friedrich-1862-07-28	{"a3": "2058"}	{"lerrcp": "A3-2058"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Pechmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OB-BAY", "c3": null, "cy": "DE", "lg": 11, "lat": 48, "name": "WOLFRATSHAUSEN", "geoid": 0}, "notime": null, "date-ut": "1862-07-28 13:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Pechmann"}, "birth": {"place": {"c2": "OB-BAY", "cy": "DE", "lg": 11, "lat": 48, "name": "WOLFRATSHAUSEN", "geoid": 0}, "date-ut": "1862-07-28 13:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2058"}, "ids-in-sources": {"a3": "2058"}}, "raw": {"H": "14", "MN": "16", "TZ": "-1", "COD": "OB-BAY", "COU": "G", "DAY": "28", "LAT": "48N 0", "LON": "11E 0", "MON": "7", "NUM": "2058", "PRO": "M", "SEC": "0", "YEA": "1862", "CITY": "WOLFRATSHAUSEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7772	pechmann-gunther-1882-11-10	{"a3": "2059"}	{"lerrcp": "A3-2059"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Günther", "family": "Pechmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NEU-ULM", "geoid": 0}, "notime": null, "date-ut": "1882-11-10 09:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Günther", "family": "Pechmann"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NEU-ULM", "geoid": 0}, "date-ut": "1882-11-10 09:44"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2059"}, "ids-in-sources": {"a3": "2059"}}, "raw": {"H": "10", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "10", "LAT": "49N 0", "LON": "11E30", "MON": "11", "NUM": "2059", "PRO": "M", "SEC": "0", "YEA": "1882", "CITY": "NEU-ULM"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7773	pechmann-otto-1874-09-12	{"a3": "2060"}	{"lerrcp": "A3-2060"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Pechmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-BA", "c3": null, "cy": "DE", "lg": 13.23333, "lat": 49.01667, "name": "ZWIESEL", "geoid": 0}, "notime": null, "date-ut": "1874-09-12 12:22:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Pechmann"}, "birth": {"place": {"c2": "NIED-BA", "cy": "DE", "lg": 13.23333, "lat": 49.01667, "name": "ZWIESEL", "geoid": 0}, "date-ut": "1874-09-12 12:22:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2060"}, "ids-in-sources": {"a3": "2060"}}, "raw": {"H": "13", "MN": "22", "TZ": "-1", "COD": "NIED-BA", "COU": "G", "DAY": "12", "LAT": "49N 1", "LON": "13E14", "MON": "9", "NUM": "2060", "PRO": "M", "SEC": "4", "YEA": "1874", "CITY": "ZWIESEL"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7774	perignon-rudolf-1880-02-29	{"a3": "2061"}	{"lerrcp": "A3-2061"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rudolf", "family": "Perignon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PFALZ", "c3": null, "cy": "DE", "lg": 8, "lat": 49.33333, "name": "LANDSTUHL", "geoid": 0}, "notime": null, "date-ut": "1880-02-29 00:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Rudolf", "family": "Perignon"}, "birth": {"place": {"c2": "PFALZ", "cy": "DE", "lg": 8, "lat": 49.33333, "name": "LANDSTUHL", "geoid": 0}, "date-ut": "1880-02-29 00:58"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2061"}, "ids-in-sources": {"a3": "2061"}}, "raw": {"H": "1", "MN": "58", "TZ": "-1", "COD": "PFALZ", "COU": "G", "DAY": "29", "LAT": "49N20", "LON": "8E 0", "MON": "2", "NUM": "2061", "PRO": "M", "SEC": "0", "YEA": "1880", "CITY": "LANDSTUHL"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7775	petersen-erich-1889-08-25	{"a3": "2062"}	{"lerrcp": "A3-2062"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erich", "family": "Petersen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "notime": null, "date-ut": "1889-08-25 18:39"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Erich", "family": "Petersen"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "date-ut": "1889-08-25 18:39"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2062"}, "ids-in-sources": {"a3": "2062"}}, "raw": {"H": "19", "MN": "39", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "25", "LAT": "48N30", "LON": "9E 0", "MON": "8", "NUM": "2062", "PRO": "M", "SEC": "0", "YEA": "1889", "CITY": "HEIDELBERG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7776	pfaehler-wilhelm-1876-01-20	{"a3": "2063"}	{"lerrcp": "A3-2063"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Pfaehler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ISERLOHN", "geoid": 0}, "notime": null, "date-ut": "1876-01-20 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Pfaehler"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ISERLOHN", "geoid": 0}, "date-ut": "1876-01-20 05:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2063"}, "ids-in-sources": {"a3": "2063"}}, "raw": {"H": "6", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "20", "LAT": "51N30", "LON": "7E30", "MON": "1", "NUM": "2063", "PRO": "M", "SEC": "0", "YEA": "1876", "CITY": "ISERLOHN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7777	pflugradt-curt-1887-11-14	{"a3": "2064"}	{"lerrcp": "A3-2064"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Curt", "family": "Pflugradt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "MARBURG", "geoid": 0}, "notime": null, "date-ut": "1887-11-14 03:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Curt", "family": "Pflugradt"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "MARBURG", "geoid": 0}, "date-ut": "1887-11-14 03:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2064"}, "ids-in-sources": {"a3": "2064"}}, "raw": {"H": "4", "MN": "8", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "14", "LAT": "50N30", "LON": "9E15", "MON": "11", "NUM": "2064", "PRO": "M", "SEC": "0", "YEA": "1887", "CITY": "MARBURG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7778	gauquelin-a3-2065-1913-04-22	{"a3": "2065"}	{"lerrcp": "A3-2065"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2065", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BEVERUNGEN", "geoid": 0}, "notime": null, "date-ut": "1913-04-22 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2065"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BEVERUNGEN", "geoid": 0}, "date-ut": "1913-04-22 02:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2065"}, "ids-in-sources": {"a3": "2065"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "22", "LAT": "51N30", "LON": "7E30", "MON": "4", "NUM": "2065", "PRO": "M", "SEC": "0", "YEA": "1913", "CITY": "BEVERUNGEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7779	pitrof-daniel-1873-02-14	{"a3": "2066"}	{"lerrcp": "A3-2066"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "Pitrof", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "OCHSENFURT", "geoid": 0}, "notime": null, "date-ut": "1873-02-14 01:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Daniel", "family": "Pitrof"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "OCHSENFURT", "geoid": 0}, "date-ut": "1873-02-14 01:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2066"}, "ids-in-sources": {"a3": "2066"}}, "raw": {"H": "2", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "14", "LAT": "49N 0", "LON": "11E30", "MON": "2", "NUM": "2066", "PRO": "M", "SEC": "0", "YEA": "1873", "CITY": "OCHSENFURT"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7780	pittschellis-adolf-1914-10-28	{"a3": "2067"}	{"lerrcp": "A3-2067"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolf", "family": "Pittschellis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HOMBERG", "geoid": 0}, "notime": null, "date-ut": "1914-10-28 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adolf", "family": "Pittschellis"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HOMBERG", "geoid": 0}, "date-ut": "1914-10-28 03:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2067"}, "ids-in-sources": {"a3": "2067"}}, "raw": {"H": "4", "MN": "30", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "28", "LAT": "50N30", "LON": "9E15", "MON": "10", "NUM": "2067", "PRO": "M", "SEC": "0", "YEA": "1914", "CITY": "HOMBERG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7781	pohl-maximilian-1893-04-15	{"a3": "2068"}	{"lerrcp": "A3-2068"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maximilian", "family": "Pohl", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNHENN", "geoid": 0}, "notime": null, "date-ut": "1893-04-15 11:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maximilian", "family": "Pohl"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNHENN", "geoid": 0}, "date-ut": "1893-04-15 11:15"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2068"}, "ids-in-sources": {"a3": "2068"}}, "raw": {"H": "12", "MN": "15", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "15", "LAT": "49N 0", "LON": "11E30", "MON": "4", "NUM": "2068", "PRO": "M", "SEC": "0", "YEA": "1893", "CITY": "MUNHENN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7782	popp-christian-1891-04-07	{"a3": "2069"}	{"lerrcp": "A3-2069"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Popp", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "BAYREUTH", "geoid": 0}, "notime": null, "date-ut": "1891-04-07 16:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Christian", "family": "Popp"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "BAYREUTH", "geoid": 0}, "date-ut": "1891-04-07 16:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2069"}, "ids-in-sources": {"a3": "2069"}}, "raw": {"H": "17", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "7", "LAT": "49N 0", "LON": "11E30", "MON": "4", "NUM": "2069", "PRO": "M", "SEC": "0", "YEA": "1891", "CITY": "BAYREUTH"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7783	prager-karl-1875-10-23	{"a3": "2070"}	{"lerrcp": "A3-2070"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Prager", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "WARMENSTEINACH", "geoid": 0}, "notime": null, "date-ut": "1875-10-23 02:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Prager"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "WARMENSTEINACH", "geoid": 0}, "date-ut": "1875-10-23 02:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2070"}, "ids-in-sources": {"a3": "2070"}}, "raw": {"H": "3", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "23", "LAT": "49N 0", "LON": "11E30", "MON": "10", "NUM": "2070", "PRO": "M", "SEC": "0", "YEA": "1875", "CITY": "WARMENSTEINACH"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7784	prankh-hans-1888-04-23	{"a3": "2071"}	{"lerrcp": "A3-2071"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Prankh", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OB-BAY", "c3": null, "cy": "DE", "lg": 11, "lat": 48, "name": "BAD REICHENHALL", "geoid": 0}, "notime": null, "date-ut": "1888-04-23 12:01"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Prankh"}, "birth": {"place": {"c2": "OB-BAY", "cy": "DE", "lg": 11, "lat": 48, "name": "BAD REICHENHALL", "geoid": 0}, "date-ut": "1888-04-23 12:01"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2071"}, "ids-in-sources": {"a3": "2071"}}, "raw": {"H": "13", "MN": "1", "TZ": "-1", "COD": "OB-BAY", "COU": "G", "DAY": "23", "LAT": "48N 0", "LON": "11E 0", "MON": "4", "NUM": "2071", "PRO": "M", "SEC": "0", "YEA": "1888", "CITY": "BAD REICHENHALL"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7785	prankh-siegmund-1887-05-04	{"a3": "2072"}	{"lerrcp": "A3-2072"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Siegmund", "family": "Prankh", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "BAD KISSINGEN", "geoid": 0}, "notime": null, "date-ut": "1887-05-04 09:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Siegmund", "family": "Prankh"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "BAD KISSINGEN", "geoid": 0}, "date-ut": "1887-05-04 09:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2072"}, "ids-in-sources": {"a3": "2072"}}, "raw": {"H": "10", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "4", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "2072", "PRO": "M", "SEC": "0", "YEA": "1887", "CITY": "BAD KISSINGEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7786	gauquelin-a3-2073-1880-06-28	{"a3": "2073"}	{"lerrcp": "A3-2073"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2073", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1880-06-28 04:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2073"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1880-06-28 04:59"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2073"}, "ids-in-sources": {"a3": "2073"}}, "raw": {"H": "5", "MN": "59", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "28", "LAT": "49N 0", "LON": "11E30", "MON": "6", "NUM": "2073", "PRO": "M", "SEC": "0", "YEA": "1880", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7787	putter-fritz-1895-01-14	{"a3": "2074"}	{"lerrcp": "A3-2074"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Pütter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "KARTHAUS", "geoid": 0}, "notime": null, "date-ut": "1895-01-14 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Fritz", "family": "Pütter"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "KARTHAUS", "geoid": 0}, "date-ut": "1895-01-14 05:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2074"}, "ids-in-sources": {"a3": "2074"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "14", "LAT": "51N50", "LON": "7E30", "MON": "1", "NUM": "2074", "PRO": "M", "SEC": "0", "YEA": "1895", "CITY": "KARTHAUS"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7788	radlmayer-ludwi-1887-10-27	{"a3": "2075"}	{"lerrcp": "A3-2075"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludwi", "family": "Radlmayer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OB-BAY", "c3": null, "cy": "DE", "lg": 11, "lat": 48, "name": "FREISING", "geoid": 0}, "notime": null, "date-ut": "1887-10-27 10:46"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ludwi", "family": "Radlmayer"}, "birth": {"place": {"c2": "OB-BAY", "cy": "DE", "lg": 11, "lat": 48, "name": "FREISING", "geoid": 0}, "date-ut": "1887-10-27 10:46"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2075"}, "ids-in-sources": {"a3": "2075"}}, "raw": {"H": "11", "MN": "46", "TZ": "-1", "COD": "OB-BAY", "COU": "G", "DAY": "27", "LAT": "48N 0", "LON": "11E 0", "MON": "10", "NUM": "2075", "PRO": "M", "SEC": "0", "YEA": "1887", "CITY": "FREISING"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7789	raffler-friedrich-1883-06-24	{"a3": "2076"}	{"lerrcp": "A3-2076"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Raffler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "BABENHAUSEN", "geoid": 0}, "notime": null, "date-ut": "1883-06-24 04:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Raffler"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "BABENHAUSEN", "geoid": 0}, "date-ut": "1883-06-24 04:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2076"}, "ids-in-sources": {"a3": "2076"}}, "raw": {"H": "5", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "24", "LAT": "49N 0", "LON": "11E30", "MON": "6", "NUM": "2076", "PRO": "M", "SEC": "0", "YEA": "1883", "CITY": "BABENHAUSEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7790	raithel-helmut-1907-04-09	{"a3": "2077"}	{"lerrcp": "A3-2077"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Helmut", "family": "Raithel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "INGOLSTADT", "geoid": 0}, "notime": null, "date-ut": "1907-04-09 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Helmut", "family": "Raithel"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "INGOLSTADT", "geoid": 0}, "date-ut": "1907-04-09 18:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2077"}, "ids-in-sources": {"a3": "2077"}}, "raw": {"H": "19", "MN": "30", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "9", "LAT": "49N 0", "LON": "11E30", "MON": "4", "NUM": "2077", "PRO": "M", "SEC": "0", "YEA": "1907", "CITY": "INGOLSTADT"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7791	rasp-siegfried-1898-01-10	{"a3": "2078"}	{"lerrcp": "A3-2078"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Siegfried", "family": "Rasp", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1898-01-10 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Siegfried", "family": "Rasp"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1898-01-10 05:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2078"}, "ids-in-sources": {"a3": "2078"}}, "raw": {"H": "6", "MN": "30", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "10", "LAT": "49N 0", "LON": "11E30", "MON": "1", "NUM": "2078", "PRO": "M", "SEC": "0", "YEA": "1898", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7792	rechenbach-horst-1895-07-11	{"a3": "2079"}	{"lerrcp": "A3-2079"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Horst", "family": "Rechenbach", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "DE", "lg": 7.66667, "lat": 48.58333, "name": "STRASBOURG", "geoid": 0}, "notime": null, "date-ut": "1895-07-11 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Horst", "family": "Rechenbach"}, "birth": {"place": {"c2": "67", "cy": "DE", "lg": 7.66667, "lat": 48.58333, "name": "STRASBOURG", "geoid": 0}, "date-ut": "1895-07-11 02:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2079"}, "ids-in-sources": {"a3": "2079"}}, "raw": {"H": "3", "MN": "30", "TZ": "-1", "COD": "67", "COU": "G", "DAY": "11", "LAT": "48N35", "LON": "7E40", "MON": "7", "NUM": "2079", "PRO": "M", "SEC": "0", "YEA": "1895", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7793	reich-ottmar-1890-01-12	{"a3": "2080"}	{"lerrcp": "A3-2080"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ottmar", "family": "Reich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "LINDENBERG", "geoid": 0}, "notime": null, "date-ut": "1890-01-12 09:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ottmar", "family": "Reich"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "LINDENBERG", "geoid": 0}, "date-ut": "1890-01-12 09:44"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2080"}, "ids-in-sources": {"a3": "2080"}}, "raw": {"H": "10", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "12", "LAT": "49N 0", "LON": "11E30", "MON": "1", "NUM": "2080", "PRO": "M", "SEC": "0", "YEA": "1890", "CITY": "LINDENBERG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7794	reichenau-walter-1884-10-08	{"a3": "2081"}	{"lerrcp": "A3-2081"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Reichenau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "KARLSRUHE", "geoid": 0}, "notime": null, "date-ut": "1884-10-08 05:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Reichenau"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "KARLSRUHE", "geoid": 0}, "date-ut": "1884-10-08 05:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2081"}, "ids-in-sources": {"a3": "2081"}}, "raw": {"H": "6", "MN": "24", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "8", "LAT": "48N30", "LON": "9E 0", "MON": "10", "NUM": "2081", "PRO": "M", "SEC": "0", "YEA": "1884", "CITY": "KARLSRUHE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7795	reichert-josef-1890-08-29	{"a3": "2082"}	{"lerrcp": "A3-2082"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Josef", "family": "Reichert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "HALSBACH", "geoid": 0}, "notime": null, "date-ut": "1890-08-29 22:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Josef", "family": "Reichert"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "HALSBACH", "geoid": 0}, "date-ut": "1890-08-29 22:59"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2082"}, "ids-in-sources": {"a3": "2082"}}, "raw": {"H": "23", "MN": "59", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "29", "LAT": "49N 0", "LON": "11E30", "MON": "8", "NUM": "2082", "PRO": "M", "SEC": "0", "YEA": "1890", "CITY": "HALSBACH"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7796	reif-karl-1880-12-23	{"a3": "2083"}	{"lerrcp": "A3-2083"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Reif", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "SCHWEINFURT", "geoid": 0}, "notime": null, "date-ut": "1880-12-23 10:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Reif"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "SCHWEINFURT", "geoid": 0}, "date-ut": "1880-12-23 10:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2083"}, "ids-in-sources": {"a3": "2083"}}, "raw": {"H": "11", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "23", "LAT": "49N 0", "LON": "11E30", "MON": "12", "NUM": "2083", "PRO": "M", "SEC": "0", "YEA": "1880", "CITY": "SCHWEINFURT"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7797	reimling-hans-1918-01-17	{"a3": "2084"}	{"lerrcp": "A3-2084"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Reimling", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "KARLSRUHE-MUHLB", "geoid": 0}, "notime": null, "date-ut": "1918-01-17 15:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Reimling"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "KARLSRUHE-MUHLB", "geoid": 0}, "date-ut": "1918-01-17 15:45"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2084"}, "ids-in-sources": {"a3": "2084"}}, "raw": {"H": "16", "MN": "45", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "17", "LAT": "48N30", "LON": "9E 0", "MON": "1", "NUM": "2084", "PRO": "M", "SEC": "0", "YEA": "1918", "CITY": "KARLSRUHE-MUHLB"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7798	reiner-geor-1894-12-18	{"a3": "2085"}	{"lerrcp": "A3-2085"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Geor", "family": "Reiner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OB-BAY", "c3": null, "cy": "DE", "lg": 11, "lat": 48, "name": "KIRCHENLAIBACH", "geoid": 0}, "notime": null, "date-ut": "1894-12-18 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Geor", "family": "Reiner"}, "birth": {"place": {"c2": "OB-BAY", "cy": "DE", "lg": 11, "lat": 48, "name": "KIRCHENLAIBACH", "geoid": 0}, "date-ut": "1894-12-18 07:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2085"}, "ids-in-sources": {"a3": "2085"}}, "raw": {"H": "8", "MN": "30", "TZ": "-1", "COD": "OB-BAY", "COU": "G", "DAY": "18", "LAT": "48N 0", "LON": "11E 0", "MON": "12", "NUM": "2085", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "KIRCHENLAIBACH"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7799	reitzenstein-wilhelm-1880-02-26	{"a3": "2086"}	{"lerrcp": "A3-2086"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Reitzenstein", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "notime": null, "date-ut": "1880-02-26 00:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Reitzenstein"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "date-ut": "1880-02-26 00:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2086"}, "ids-in-sources": {"a3": "2086"}}, "raw": {"H": "1", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "26", "LAT": "49N 0", "LON": "11E30", "MON": "2", "NUM": "2086", "PRO": "M", "SEC": "0", "YEA": "1880", "CITY": "NURNBERG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7800	gauquelin-a3-2087-1917-11-19	{"a3": "2087"}	{"lerrcp": "A3-2087"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2087", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MUNSTER", "geoid": 0}, "notime": null, "date-ut": "1917-11-19 01:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2087"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MUNSTER", "geoid": 0}, "date-ut": "1917-11-19 01:15"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2087"}, "ids-in-sources": {"a3": "2087"}}, "raw": {"H": "2", "MN": "15", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "19", "LAT": "51N30", "LON": "7E30", "MON": "11", "NUM": "2087", "PRO": "M", "SEC": "0", "YEA": "1917", "CITY": "MUNSTER"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7801	renz-gottlieb-1911-09-12	{"a3": "2088"}	{"lerrcp": "A3-2088"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gottlieb", "family": "Renz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "PFULLINGEN", "geoid": 0}, "notime": null, "date-ut": "1911-09-12 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gottlieb", "family": "Renz"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "PFULLINGEN", "geoid": 0}, "date-ut": "1911-09-12 07:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2088"}, "ids-in-sources": {"a3": "2088"}}, "raw": {"H": "8", "MN": "30", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "12", "LAT": "48N30", "LON": "9E 0", "MON": "9", "NUM": "2088", "PRO": "M", "SEC": "0", "YEA": "1911", "CITY": "PFULLINGEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7802	rettlinger-karl-1913-02-08	{"a3": "2089"}	{"lerrcp": "A3-2089"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Rettlinger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "GUNZENHAUSEN", "geoid": 0}, "notime": null, "date-ut": "1913-02-08 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Rettlinger"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "GUNZENHAUSEN", "geoid": 0}, "date-ut": "1913-02-08 12:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2089"}, "ids-in-sources": {"a3": "2089"}}, "raw": {"H": "13", "MN": "30", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "8", "LAT": "49N 0", "LON": "11E30", "MON": "2", "NUM": "2089", "PRO": "M", "SEC": "0", "YEA": "1913", "CITY": "GUNZENHAUSEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7803	retze-ewald-1894-08-28	{"a3": "2090"}	{"lerrcp": "A3-2090"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ewald", "family": "Retze", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "notime": null, "date-ut": "1894-08-28 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ewald", "family": "Retze"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "date-ut": "1894-08-28 20:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2090"}, "ids-in-sources": {"a3": "2090"}}, "raw": {"H": "21", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "28", "LAT": "51N30", "LON": "7E30", "MON": "8", "NUM": "2090", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "ESSEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7804	richter-helmut-1891-06-22	{"a3": "2091"}	{"lerrcp": "A3-2091"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Helmut", "family": "Richter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART", "geoid": 0}, "notime": null, "date-ut": "1891-06-22 18:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Helmut", "family": "Richter"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART", "geoid": 0}, "date-ut": "1891-06-22 18:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2091"}, "ids-in-sources": {"a3": "2091"}}, "raw": {"H": "19", "MN": "24", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "22", "LAT": "48N30", "LON": "9E 0", "MON": "6", "NUM": "2091", "PRO": "M", "SEC": "0", "YEA": "1891", "CITY": "STUTTGART"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7805	richter-wilfried-1916-05-09	{"a3": "2092"}	{"lerrcp": "A3-2092"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilfried", "family": "Richter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "PFORZHEIM", "geoid": 0}, "notime": null, "date-ut": "1916-05-09 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Wilfried", "family": "Richter"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "PFORZHEIM", "geoid": 0}, "date-ut": "1916-05-09 13:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2092"}, "ids-in-sources": {"a3": "2092"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "9", "LAT": "48N30", "LON": "9E 0", "MON": "5", "NUM": "2092", "PRO": "M", "SEC": "0", "YEA": "1916", "CITY": "PFORZHEIM"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7806	riedl-karl-1862-06-09	{"a3": "2093"}	{"lerrcp": "A3-2093"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Riedl", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MEMMINGEN", "geoid": 0}, "notime": null, "date-ut": "1862-06-09 16:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Riedl"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MEMMINGEN", "geoid": 0}, "date-ut": "1862-06-09 16:44"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2093"}, "ids-in-sources": {"a3": "2093"}}, "raw": {"H": "17", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "9", "LAT": "49N 0", "LON": "11E30", "MON": "6", "NUM": "2093", "PRO": "M", "SEC": "0", "YEA": "1862", "CITY": "MEMMINGEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7807	riefkogel-waldemar-1913-01-07	{"a3": "2094"}	{"lerrcp": "A3-2094"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Waldemar", "family": "Riefkogel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "SARSTEDT", "geoid": 0}, "notime": null, "date-ut": "1913-01-07 09:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Waldemar", "family": "Riefkogel"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "SARSTEDT", "geoid": 0}, "date-ut": "1913-01-07 09:15"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2094"}, "ids-in-sources": {"a3": "2094"}}, "raw": {"H": "10", "MN": "15", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "7", "LAT": "52N 0", "LON": "10E 0", "MON": "1", "NUM": "2094", "PRO": "M", "SEC": "0", "YEA": "1913", "CITY": "SARSTEDT"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7808	rieflin-fritz-1920-02-05	{"a3": "2095"}	{"lerrcp": "A3-2095"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Rieflin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "LANGENWINKEL", "geoid": 0}, "notime": null, "date-ut": "1920-02-05 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Fritz", "family": "Rieflin"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "LANGENWINKEL", "geoid": 0}, "date-ut": "1920-02-05 15:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2095"}, "ids-in-sources": {"a3": "2095"}}, "raw": {"H": "16", "MN": "30", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "5", "LAT": "48N30", "LON": "9E 0", "MON": "2", "NUM": "2095", "PRO": "M", "SEC": "0", "YEA": "1920", "CITY": "LANGENWINKEL"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7809	riepe-julius-1903-12-18	{"a3": "2096"}	{"lerrcp": "A3-2096"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julius", "family": "Riepe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "WARBURG", "geoid": 0}, "notime": null, "date-ut": "1903-12-18 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Julius", "family": "Riepe"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "WARBURG", "geoid": 0}, "date-ut": "1903-12-18 15:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2096"}, "ids-in-sources": {"a3": "2096"}}, "raw": {"H": "16", "MN": "0", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "18", "LAT": "51N50", "LON": "7E30", "MON": "12", "NUM": "2096", "PRO": "M", "SEC": "0", "YEA": "1903", "CITY": "WARBURG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7810	rohder-wolfgan-1911-08-17	{"a3": "2097"}	{"lerrcp": "A3-2097"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wolfgan", "family": "Röhder", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL-ELBER", "geoid": 0}, "notime": null, "date-ut": "1911-08-17 16:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Wolfgan", "family": "Röhder"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL-ELBER", "geoid": 0}, "date-ut": "1911-08-17 16:15"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2097"}, "ids-in-sources": {"a3": "2097"}}, "raw": {"H": "17", "MN": "15", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "17", "LAT": "51N30", "LON": "7E30", "MON": "8", "NUM": "2097", "PRO": "M", "SEC": "0", "YEA": "1911", "CITY": "WUPPERTAL-ELBER"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7812	rompf-otto-1883-09-08	{"a3": "2099"}	{"lerrcp": "A3-2099"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Rompf", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "LANG-GORS", "geoid": 0}, "notime": null, "date-ut": "1883-09-08 18:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Rompf"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "LANG-GORS", "geoid": 0}, "date-ut": "1883-09-08 18:23"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2099"}, "ids-in-sources": {"a3": "2099"}}, "raw": {"H": "19", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "8", "LAT": "50N30", "LON": "9E15", "MON": "9", "NUM": "2099", "PRO": "M", "SEC": "0", "YEA": "1883", "CITY": "LANG-GORS"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7813	roser-august-1870-01-25	{"a3": "2100"}	{"lerrcp": "A3-2100"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "August", "family": "Roser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PFALZ", "c3": null, "cy": "DE", "lg": 8, "lat": 49.33333, "name": "PIRMASENS", "geoid": 0}, "notime": null, "date-ut": "1870-01-25 17:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "August", "family": "Roser"}, "birth": {"place": {"c2": "PFALZ", "cy": "DE", "lg": 8, "lat": 49.33333, "name": "PIRMASENS", "geoid": 0}, "date-ut": "1870-01-25 17:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2100"}, "ids-in-sources": {"a3": "2100"}}, "raw": {"H": "18", "MN": "28", "TZ": "-1", "COD": "PFALZ", "COU": "G", "DAY": "25", "LAT": "49N20", "LON": "8E 0", "MON": "1", "NUM": "2100", "PRO": "M", "SEC": "0", "YEA": "1870", "CITY": "PIRMASENS"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7814	rossner-erich-1918-05-26	{"a3": "2101"}	{"lerrcp": "A3-2101"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erich", "family": "Rossner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "HELMBRECHTS", "geoid": 0}, "notime": null, "date-ut": "1918-05-26 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Erich", "family": "Rossner"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "HELMBRECHTS", "geoid": 0}, "date-ut": "1918-05-26 11:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2101"}, "ids-in-sources": {"a3": "2101"}}, "raw": {"H": "12", "MN": "30", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "26", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "2101", "PRO": "M", "SEC": "0", "YEA": "1918", "CITY": "HELMBRECHTS"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7815	gauquelin-a3-2102-1893-09-29	{"a3": "2102"}	{"lerrcp": "A3-2102"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2102", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "notime": null, "date-ut": "1893-09-29 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2102"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "date-ut": "1893-09-29 23:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2102"}, "ids-in-sources": {"a3": "2102"}}, "raw": {"H": "0", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "30", "LAT": "49N 0", "LON": "11E30", "MON": "9", "NUM": "2102", "PRO": "M", "SEC": "0", "YEA": "1893", "CITY": "NURNBERG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7816	rudolph-ludwi-1890-06-25	{"a3": "2103"}	{"lerrcp": "A3-2103"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludwi", "family": "Rudolph", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "notime": null, "date-ut": "1890-06-25 22:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ludwi", "family": "Rudolph"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "date-ut": "1890-06-25 22:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2103"}, "ids-in-sources": {"a3": "2103"}}, "raw": {"H": "23", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "25", "LAT": "49N 0", "LON": "11E30", "MON": "6", "NUM": "2103", "PRO": "M", "SEC": "0", "YEA": "1890", "CITY": "NURNBERG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7817	ruhle-lilienstern-hans-1915-01-09	{"a3": "2104"}	{"lerrcp": "A3-2104"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Rühle Lilienstern Hans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRITZLAR", "geoid": 0}, "notime": null, "date-ut": "1915-01-09 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Rühle Lilienstern Hans"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRITZLAR", "geoid": 0}, "date-ut": "1915-01-09 07:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2104"}, "ids-in-sources": {"a3": "2104"}}, "raw": {"H": "8", "MN": "30", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "9", "LAT": "50N30", "LON": "9E15", "MON": "1", "NUM": "2104", "PRO": "M", "SEC": "0", "YEA": "1915", "CITY": "FRITZLAR"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7818	ruoff-richard-1883-08-18	{"a3": "2105"}	{"lerrcp": "A3-2105"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Ruoff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "MESSBACH", "geoid": 0}, "notime": null, "date-ut": "1883-08-18 17:23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Ruoff"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "MESSBACH", "geoid": 0}, "date-ut": "1883-08-18 17:23:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2105"}, "ids-in-sources": {"a3": "2105"}}, "raw": {"H": "18", "MN": "23", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "18", "LAT": "48N45", "LON": "9E13", "MON": "8", "NUM": "2105", "PRO": "M", "SEC": "8", "YEA": "1883", "CITY": "MESSBACH"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7819	salmuth-hans-1888-11-21	{"a3": "2106"}	{"lerrcp": "A3-2106"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Salmuth", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MOSELLE", "c3": null, "cy": "DE", "lg": 6.16667, "lat": 49.13333, "name": "METZ", "geoid": 0}, "notime": null, "date-ut": "1888-11-21 21:05:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Salmuth"}, "birth": {"place": {"c2": "MOSELLE", "cy": "DE", "lg": 6.16667, "lat": 49.13333, "name": "METZ", "geoid": 0}, "date-ut": "1888-11-21 21:05:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2106"}, "ids-in-sources": {"a3": "2106"}}, "raw": {"H": "21", "MN": "5", "TZ": "0", "COD": "MOSELLE", "COU": "G", "DAY": "21", "LAT": "49N 8", "LON": "6E10", "MON": "11", "NUM": "2106", "PRO": "M", "SEC": "20", "YEA": "1888", "CITY": "METZ"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7820	saumenicht-rudolf-1916-02-13	{"a3": "2107"}	{"lerrcp": "A3-2107"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rudolf", "family": "Säumenicht", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "HARBURG", "geoid": 0}, "notime": null, "date-ut": "1916-02-13 04:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Rudolf", "family": "Säumenicht"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "HARBURG", "geoid": 0}, "date-ut": "1916-02-13 04:15"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2107"}, "ids-in-sources": {"a3": "2107"}}, "raw": {"H": "5", "MN": "15", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "13", "LAT": "52N 0", "LON": "10E 0", "MON": "2", "NUM": "2107", "PRO": "M", "SEC": "0", "YEA": "1916", "CITY": "HARBURG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7821	gauquelin-a3-2108-1876-03-01	{"a3": "2108"}	{"lerrcp": "A3-2108"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2108", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OB-BAY", "c3": null, "cy": "DE", "lg": 11, "lat": 48, "name": "KOLBERMOOR", "geoid": 0}, "notime": null, "date-ut": "1876-03-01 08:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2108"}, "birth": {"place": {"c2": "OB-BAY", "cy": "DE", "lg": 11, "lat": 48, "name": "KOLBERMOOR", "geoid": 0}, "date-ut": "1876-03-01 08:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2108"}, "ids-in-sources": {"a3": "2108"}}, "raw": {"H": "9", "MN": "16", "TZ": "-1", "COD": "OB-BAY", "COU": "G", "DAY": "1", "LAT": "48N 0", "LON": "11E 0", "MON": "3", "NUM": "2108", "PRO": "M", "SEC": "0", "YEA": "1876", "CITY": "KOLBERMOOR"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7822	schaaf-wilhelm-1894-07-22	{"a3": "2109"}	{"lerrcp": "A3-2109"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Schaaf", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PFALZ", "c3": null, "cy": "DE", "lg": 8, "lat": 49.33333, "name": "LUDWIGSHAFEN", "geoid": 0}, "notime": null, "date-ut": "1894-07-22 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Schaaf"}, "birth": {"place": {"c2": "PFALZ", "cy": "DE", "lg": 8, "lat": 49.33333, "name": "LUDWIGSHAFEN", "geoid": 0}, "date-ut": "1894-07-22 11:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2109"}, "ids-in-sources": {"a3": "2109"}}, "raw": {"H": "12", "MN": "0", "TZ": "-1", "COD": "PFALZ", "COU": "G", "DAY": "22", "LAT": "49N20", "LON": "8E 0", "MON": "7", "NUM": "2109", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "LUDWIGSHAFEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7823	schaefer-karl-1891-12-17	{"a3": "2110"}	{"lerrcp": "A3-2110"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Schaefer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KREFELD", "geoid": 0}, "notime": null, "date-ut": "1891-12-17 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Schaefer"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KREFELD", "geoid": 0}, "date-ut": "1891-12-17 02:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2110"}, "ids-in-sources": {"a3": "2110"}}, "raw": {"H": "3", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "17", "LAT": "51N30", "LON": "7E30", "MON": "12", "NUM": "2110", "PRO": "M", "SEC": "0", "YEA": "1891", "CITY": "KREFELD"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7824	schaffer-joseph-1886-06-17	{"a3": "2111"}	{"lerrcp": "A3-2111"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Schäffer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHL-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "GERMERSHEIM", "geoid": 0}, "notime": null, "date-ut": "1886-06-17 15:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Schäffer"}, "birth": {"place": {"c2": "RHL-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "GERMERSHEIM", "geoid": 0}, "date-ut": "1886-06-17 15:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2111"}, "ids-in-sources": {"a3": "2111"}}, "raw": {"H": "16", "MN": "32", "TZ": "-1", "COD": "RHL-PF", "COU": "G", "DAY": "17", "LAT": "50N 0", "LON": "7E 0", "MON": "6", "NUM": "2111", "PRO": "M", "SEC": "0", "YEA": "1886", "CITY": "GERMERSHEIM"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7825	scheffer-boyadel-reinhard-1851-03-28	{"a3": "2112"}	{"lerrcp": "A3-2112"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Reinhard", "family": "Scheffer-Boyadel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HANAU", "geoid": 0}, "notime": null, "date-ut": "1851-03-28 22:38"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Reinhard", "family": "Scheffer-Boyadel"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HANAU", "geoid": 0}, "date-ut": "1851-03-28 22:38"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2112"}, "ids-in-sources": {"a3": "2112"}}, "raw": {"H": "23", "MN": "38", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "28", "LAT": "50N30", "LON": "9E15", "MON": "3", "NUM": "2112", "PRO": "M", "SEC": "0", "YEA": "1851", "CITY": "HANAU"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7826	gauquelin-a3-2113-1858-03-13	{"a3": "2113"}	{"lerrcp": "A3-2113"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2113", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRIEDBERG", "geoid": 0}, "notime": null, "date-ut": "1858-03-13 00:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2113"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRIEDBERG", "geoid": 0}, "date-ut": "1858-03-13 00:23"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2113"}, "ids-in-sources": {"a3": "2113"}}, "raw": {"H": "1", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "13", "LAT": "50N30", "LON": "9E15", "MON": "3", "NUM": "2113", "PRO": "M", "SEC": "0", "YEA": "1858", "CITY": "FRIEDBERG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7827	schenitzki-max-1894-03-21	{"a3": "2114"}	{"lerrcp": "A3-2114"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Schenitzki", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DORTMUND", "geoid": 0}, "notime": null, "date-ut": "1894-03-21 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Max", "family": "Schenitzki"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DORTMUND", "geoid": 0}, "date-ut": "1894-03-21 16:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2114"}, "ids-in-sources": {"a3": "2114"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "21", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "2114", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "DORTMUND"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7828	scherf-kurt-1866-09-12	{"a3": "2115"}	{"lerrcp": "A3-2115"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kurt", "family": "Scherf", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ANSBACH", "geoid": 0}, "notime": null, "date-ut": "1866-09-12 18:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Kurt", "family": "Scherf"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ANSBACH", "geoid": 0}, "date-ut": "1866-09-12 18:44"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2115"}, "ids-in-sources": {"a3": "2115"}}, "raw": {"H": "19", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "12", "LAT": "49N 0", "LON": "11E30", "MON": "9", "NUM": "2115", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "ANSBACH"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7829	scheuring-baptist-1887-08-24	{"a3": "2116"}	{"lerrcp": "A3-2116"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Baptist", "family": "Scheuring", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "BAD KISSINGEN", "geoid": 0}, "notime": null, "date-ut": "1887-08-24 15:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Baptist", "family": "Scheuring"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "BAD KISSINGEN", "geoid": 0}, "date-ut": "1887-08-24 15:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2116"}, "ids-in-sources": {"a3": "2116"}}, "raw": {"H": "16", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "24", "LAT": "49N 0", "LON": "11E30", "MON": "8", "NUM": "2116", "PRO": "M", "SEC": "0", "YEA": "1887", "CITY": "BAD KISSINGEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7830	scheurlen-heinz-1895-04-24	{"a3": "2117"}	{"lerrcp": "A3-2117"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinz", "family": "Scheurlen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART", "geoid": 0}, "notime": null, "date-ut": "1895-04-24 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Heinz", "family": "Scheurlen"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART", "geoid": 0}, "date-ut": "1895-04-24 08:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2117"}, "ids-in-sources": {"a3": "2117"}}, "raw": {"H": "9", "MN": "0", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "24", "LAT": "48N30", "LON": "9E 0", "MON": "4", "NUM": "2117", "PRO": "M", "SEC": "0", "YEA": "1895", "CITY": "STUTTGART"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7831	schlamelcher-karl-1912-09-21	{"a3": "2118"}	{"lerrcp": "A3-2118"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Schlamelcher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "ST ANDREASBERG", "geoid": 0}, "notime": null, "date-ut": "1912-09-21 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Schlamelcher"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "ST ANDREASBERG", "geoid": 0}, "date-ut": "1912-09-21 02:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2118"}, "ids-in-sources": {"a3": "2118"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "21", "LAT": "52N 0", "LON": "10E 0", "MON": "9", "NUM": "2118", "PRO": "M", "SEC": "0", "YEA": "1912", "CITY": "ST ANDREASBERG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7832	schlechtendal-max-1868-05-08	{"a3": "2119"}	{"lerrcp": "A3-2119"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Schlechtendal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "notime": null, "date-ut": "1868-05-08 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Max", "family": "Schlechtendal"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "date-ut": "1868-05-08 09:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2119"}, "ids-in-sources": {"a3": "2119"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "8", "LAT": "51N30", "LON": "7E30", "MON": "5", "NUM": "2119", "PRO": "M", "SEC": "0", "YEA": "1868", "CITY": "DUSSELDORF"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7834	schlerf-heinrich-1890-05-01	{"a3": "2121"}	{"lerrcp": "A3-2121"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Schlerf", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "notime": null, "date-ut": "1890-05-01 14:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Schlerf"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "date-ut": "1890-05-01 14:54"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2121"}, "ids-in-sources": {"a3": "2121"}}, "raw": {"H": "15", "MN": "54", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "1", "LAT": "48N30", "LON": "9E 0", "MON": "5", "NUM": "2121", "PRO": "M", "SEC": "0", "YEA": "1890", "CITY": "MANNHEIM"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7835	schlieper-paul-1864-06-29	{"a3": "2122"}	{"lerrcp": "A3-2122"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Schlieper", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "GRUNE B", "geoid": 0}, "notime": null, "date-ut": "1864-06-29 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Schlieper"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "GRUNE B", "geoid": 0}, "date-ut": "1864-06-29 12:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2122"}, "ids-in-sources": {"a3": "2122"}}, "raw": {"H": "13", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "29", "LAT": "51N30", "LON": "7E30", "MON": "6", "NUM": "2122", "PRO": "M", "SEC": "0", "YEA": "1864", "CITY": "GRUNE B"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7836	schluter-wilhelm-1915-10-19	{"a3": "2123"}	{"lerrcp": "A3-2123"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Schlüter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "ELMSHORN", "geoid": 0}, "notime": null, "date-ut": "1915-10-19 04:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Schlüter"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "ELMSHORN", "geoid": 0}, "date-ut": "1915-10-19 04:15"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2123"}, "ids-in-sources": {"a3": "2123"}}, "raw": {"H": "5", "MN": "15", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "19", "LAT": "54N30", "LON": "9E45", "MON": "10", "NUM": "2123", "PRO": "M", "SEC": "0", "YEA": "1915", "CITY": "ELMSHORN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7837	schmid-joseph-1887-11-18	{"a3": "2124"}	{"lerrcp": "A3-2124"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Schmid", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PFALZ", "c3": null, "cy": "DE", "lg": 8, "lat": 49.33333, "name": "PRESSATH", "geoid": 0}, "notime": null, "date-ut": "1887-11-18 03:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Schmid"}, "birth": {"place": {"c2": "PFALZ", "cy": "DE", "lg": 8, "lat": 49.33333, "name": "PRESSATH", "geoid": 0}, "date-ut": "1887-11-18 03:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2124"}, "ids-in-sources": {"a3": "2124"}}, "raw": {"H": "4", "MN": "28", "TZ": "-1", "COD": "PFALZ", "COU": "G", "DAY": "18", "LAT": "49N20", "LON": "8E 0", "MON": "11", "NUM": "2124", "PRO": "M", "SEC": "0", "YEA": "1887", "CITY": "PRESSATH"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7838	gauquelin-a3-2125-1901-09-09	{"a3": "2125"}	{"lerrcp": "A3-2125"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2125", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "GOPPINGEN", "geoid": 0}, "notime": null, "date-ut": "1901-09-09 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2125"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "GOPPINGEN", "geoid": 0}, "date-ut": "1901-09-09 19:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2125"}, "ids-in-sources": {"a3": "2125"}}, "raw": {"H": "20", "MN": "30", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "9", "LAT": "48N30", "LON": "9E 0", "MON": "9", "NUM": "2125", "PRO": "M", "SEC": "0", "YEA": "1901", "CITY": "GOPPINGEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7839	schmidt-walter-1917-01-28	{"a3": "2126"}	{"lerrcp": "A3-2126"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Schmidt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BREM", "c3": null, "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "notime": null, "date-ut": "1917-01-28 13:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Schmidt"}, "birth": {"place": {"c2": "BREM", "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "date-ut": "1917-01-28 13:45"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2126"}, "ids-in-sources": {"a3": "2126"}}, "raw": {"H": "14", "MN": "45", "TZ": "-1", "COD": "BREM", "COU": "G", "DAY": "28", "LAT": "53N 5", "LON": "8E50", "MON": "1", "NUM": "2126", "PRO": "M", "SEC": "0", "YEA": "1917", "CITY": "BREMEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7840	gauquelin-a3-2127-1866-09-02	{"a3": "2127"}	{"lerrcp": "A3-2127"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2127", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SAAR", "c3": null, "cy": "DE", "lg": 7, "lat": 49.33333, "name": "ESCHBERGERHOF", "geoid": 0}, "notime": null, "date-ut": "1866-09-02 23:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2127"}, "birth": {"place": {"c2": "SAAR", "cy": "DE", "lg": 7, "lat": 49.33333, "name": "ESCHBERGERHOF", "geoid": 0}, "date-ut": "1866-09-02 23:02"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2127"}, "ids-in-sources": {"a3": "2127"}}, "raw": {"H": "0", "MN": "2", "TZ": "-1", "COD": "SAAR", "COU": "G", "DAY": "3", "LAT": "49N20", "LON": "7E 0", "MON": "9", "NUM": "2127", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "ESCHBERGERHOF"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7841	gauquelin-a3-2128-1896-08-13	{"a3": "2128"}	{"lerrcp": "A3-2128"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2128", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MOSELLE", "c3": null, "cy": "DE", "lg": 6.16667, "lat": 49.13333, "name": "METZ", "geoid": 0}, "notime": null, "date-ut": "1896-08-13 15:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2128"}, "birth": {"place": {"c2": "MOSELLE", "cy": "DE", "lg": 6.16667, "lat": 49.13333, "name": "METZ", "geoid": 0}, "date-ut": "1896-08-13 15:20:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2128"}, "ids-in-sources": {"a3": "2128"}}, "raw": {"H": "15", "MN": "20", "TZ": "0", "COD": "MOSELLE", "COU": "G", "DAY": "13", "LAT": "49N 8", "LON": "6E10", "MON": "8", "NUM": "2128", "PRO": "M", "SEC": "40", "YEA": "1896", "CITY": "METZ"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7842	schneckenburger-willi-1891-03-30	{"a3": "2129"}	{"lerrcp": "A3-2129"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willi", "family": "Schneckenburger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "TUBINGEN", "geoid": 0}, "notime": null, "date-ut": "1891-03-30 16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Willi", "family": "Schneckenburger"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "TUBINGEN", "geoid": 0}, "date-ut": "1891-03-30 16:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2129"}, "ids-in-sources": {"a3": "2129"}}, "raw": {"H": "17", "MN": "24", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "30", "LAT": "48N30", "LON": "9E 0", "MON": "3", "NUM": "2129", "PRO": "M", "SEC": "0", "YEA": "1891", "CITY": "TUBINGEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7843	schneider-christian-1880-04-20	{"a3": "2130"}	{"lerrcp": "A3-2130"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Schneider", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1880-04-20 10:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Christian", "family": "Schneider"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1880-04-20 10:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2130"}, "ids-in-sources": {"a3": "2130"}}, "raw": {"H": "11", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "20", "LAT": "49N 0", "LON": "11E30", "MON": "4", "NUM": "2130", "PRO": "M", "SEC": "0", "YEA": "1880", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7844	schniewind-otto-1887-12-14	{"a3": "2131"}	{"lerrcp": "A3-2131"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Schniewind", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SAAR", "c3": null, "cy": "DE", "lg": 7, "lat": 49.33333, "name": "SAARLOUIS", "geoid": 0}, "notime": null, "date-ut": "1887-12-14 12:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Schniewind"}, "birth": {"place": {"c2": "SAAR", "cy": "DE", "lg": 7, "lat": 49.33333, "name": "SAARLOUIS", "geoid": 0}, "date-ut": "1887-12-14 12:02"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2131"}, "ids-in-sources": {"a3": "2131"}}, "raw": {"H": "13", "MN": "2", "TZ": "-1", "COD": "SAAR", "COU": "G", "DAY": "14", "LAT": "49N20", "LON": "7E 0", "MON": "12", "NUM": "2131", "PRO": "M", "SEC": "0", "YEA": "1887", "CITY": "SAARLOUIS"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7845	schniewindt-wilhelm-1868-12-05	{"a3": "2132"}	{"lerrcp": "A3-2132"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Schniewindt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "ALTENA", "geoid": 0}, "notime": null, "date-ut": "1868-12-05 17:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Schniewindt"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "ALTENA", "geoid": 0}, "date-ut": "1868-12-05 17:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2132"}, "ids-in-sources": {"a3": "2132"}}, "raw": {"H": "18", "MN": "30", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "5", "LAT": "51N50", "LON": "7E30", "MON": "12", "NUM": "2132", "PRO": "M", "SEC": "0", "YEA": "1868", "CITY": "ALTENA"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7846	schonberger-geor-1911-02-21	{"a3": "2133"}	{"lerrcp": "A3-2133"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Geor", "family": "Schönberger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1911-02-21 00:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Geor", "family": "Schönberger"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1911-02-21 00:45"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2133"}, "ids-in-sources": {"a3": "2133"}}, "raw": {"H": "1", "MN": "45", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "21", "LAT": "49N 0", "LON": "11E30", "MON": "2", "NUM": "2133", "PRO": "M", "SEC": "0", "YEA": "1911", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7847	schonborn-max-1887-05-01	{"a3": "2134"}	{"lerrcp": "A3-2134"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Schönborn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "LEUCHERHOF PAR", "geoid": 0}, "notime": null, "date-ut": "1887-05-01 08:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Max", "family": "Schönborn"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "LEUCHERHOF PAR", "geoid": 0}, "date-ut": "1887-05-01 08:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2134"}, "ids-in-sources": {"a3": "2134"}}, "raw": {"H": "9", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "1", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "2134", "PRO": "M", "SEC": "0", "YEA": "1887", "CITY": "LEUCHERHOF PAR"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7848	schopf-hermann-1886-11-06	{"a3": "2135"}	{"lerrcp": "A3-2135"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Schöpf", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PFALZ", "c3": null, "cy": "DE", "lg": 8, "lat": 49.33333, "name": "LEIMERSHEIM", "geoid": 0}, "notime": null, "date-ut": "1886-11-06 20:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Schöpf"}, "birth": {"place": {"c2": "PFALZ", "cy": "DE", "lg": 8, "lat": 49.33333, "name": "LEIMERSHEIM", "geoid": 0}, "date-ut": "1886-11-06 20:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2135"}, "ids-in-sources": {"a3": "2135"}}, "raw": {"H": "21", "MN": "28", "TZ": "-1", "COD": "PFALZ", "COU": "G", "DAY": "6", "LAT": "49N20", "LON": "8E 0", "MON": "11", "NUM": "2135", "PRO": "M", "SEC": "0", "YEA": "1886", "CITY": "LEIMERSHEIM"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7849	schorner-ferdinand-1892-06-12	{"a3": "2136"}	{"lerrcp": "A3-2136"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Schörner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1892-06-12 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Schörner"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1892-06-12 06:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2136"}, "ids-in-sources": {"a3": "2136"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "12", "LAT": "49N 0", "LON": "11E30", "MON": "6", "NUM": "2136", "PRO": "M", "SEC": "0", "YEA": "1892", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7850	schramm-wilhelm-1898-04-20	{"a3": "2137"}	{"lerrcp": "A3-2137"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Schramm", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "HERSBRUCK", "geoid": 0}, "notime": null, "date-ut": "1898-04-20 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Schramm"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "HERSBRUCK", "geoid": 0}, "date-ut": "1898-04-20 07:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2137"}, "ids-in-sources": {"a3": "2137"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "20", "LAT": "49N 0", "LON": "11E30", "MON": "4", "NUM": "2137", "PRO": "M", "SEC": "0", "YEA": "1898", "CITY": "HERSBRUCK"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7851	schreiber-gustav-1916-12-25	{"a3": "2138"}	{"lerrcp": "A3-2138"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustav", "family": "Schreiber", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "SELM", "geoid": 0}, "notime": null, "date-ut": "1916-12-25 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gustav", "family": "Schreiber"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "SELM", "geoid": 0}, "date-ut": "1916-12-25 10:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2138"}, "ids-in-sources": {"a3": "2138"}}, "raw": {"H": "11", "MN": "30", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "25", "LAT": "51N50", "LON": "7E30", "MON": "12", "NUM": "2138", "PRO": "M", "SEC": "0", "YEA": "1916", "CITY": "SELM"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7852	schrenk-wilhelm-1876-07-13	{"a3": "2139"}	{"lerrcp": "A3-2139"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Schrenk", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NORDLINGEN", "geoid": 0}, "notime": null, "date-ut": "1876-07-13 03:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Schrenk"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NORDLINGEN", "geoid": 0}, "date-ut": "1876-07-13 03:44"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2139"}, "ids-in-sources": {"a3": "2139"}}, "raw": {"H": "4", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "13", "LAT": "49N 0", "LON": "11E30", "MON": "7", "NUM": "2139", "PRO": "M", "SEC": "0", "YEA": "1876", "CITY": "NORDLINGEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7853	schroder-ludwi-1884-09-12	{"a3": "2140"}	{"lerrcp": "A3-2140"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludwi", "family": "Schröder", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "KIEL", "geoid": 0}, "notime": null, "date-ut": "1884-09-12 06:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ludwi", "family": "Schröder"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "KIEL", "geoid": 0}, "date-ut": "1884-09-12 06:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2140"}, "ids-in-sources": {"a3": "2140"}}, "raw": {"H": "7", "MN": "36", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "12", "LAT": "54N30", "LON": "9E45", "MON": "9", "NUM": "2140", "PRO": "M", "SEC": "0", "YEA": "1884", "CITY": "KIEL"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7854	schultze-otto-1884-05-11	{"a3": "2141"}	{"lerrcp": "A3-2141"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Schultze", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "OLDENBURG I O", "geoid": 0}, "notime": null, "date-ut": "1884-05-11 12:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Schultze"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "OLDENBURG I O", "geoid": 0}, "date-ut": "1884-05-11 12:35"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2141"}, "ids-in-sources": {"a3": "2141"}}, "raw": {"H": "13", "MN": "35", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "11", "LAT": "52N 0", "LON": "10E 0", "MON": "5", "NUM": "2141", "PRO": "M", "SEC": "0", "YEA": "1884", "CITY": "OLDENBURG I O"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7855	schulz-karl-1906-05-06	{"a3": "2142"}	{"lerrcp": "A3-2142"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Schulz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "WILHELMSHAVEN", "geoid": 0}, "notime": null, "date-ut": "1906-05-06 04:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Schulz"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "WILHELMSHAVEN", "geoid": 0}, "date-ut": "1906-05-06 04:45"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2142"}, "ids-in-sources": {"a3": "2142"}}, "raw": {"H": "5", "MN": "45", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "6", "LAT": "52N 0", "LON": "10E 0", "MON": "5", "NUM": "2142", "PRO": "M", "SEC": "0", "YEA": "1906", "CITY": "WILHELMSHAVEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7856	schwandner-maximilian-1881-02-20	{"a3": "2143"}	{"lerrcp": "A3-2143"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maximilian", "family": "Schwandner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "WEISSENBURG", "geoid": 0}, "notime": null, "date-ut": "1881-02-20 11:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maximilian", "family": "Schwandner"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "WEISSENBURG", "geoid": 0}, "date-ut": "1881-02-20 11:29"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2143"}, "ids-in-sources": {"a3": "2143"}}, "raw": {"H": "12", "MN": "29", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "20", "LAT": "49N 0", "LON": "11E30", "MON": "2", "NUM": "2143", "PRO": "M", "SEC": "0", "YEA": "1881", "CITY": "WEISSENBURG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7857	schwappacher-oskar-1914-08-23	{"a3": "2144"}	{"lerrcp": "A3-2144"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oskar", "family": "Schwappacher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "notime": null, "date-ut": "1914-08-23 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Oskar", "family": "Schwappacher"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "date-ut": "1914-08-23 12:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2144"}, "ids-in-sources": {"a3": "2144"}}, "raw": {"H": "13", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "23", "LAT": "49N 0", "LON": "11E30", "MON": "8", "NUM": "2144", "PRO": "M", "SEC": "0", "YEA": "1914", "CITY": "NURNBERG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7858	schweikard-heinrich-1914-02-17	{"a3": "2145"}	{"lerrcp": "A3-2145"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Schweikard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "notime": null, "date-ut": "1914-02-17 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Schweikard"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "date-ut": "1914-02-17 13:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2145"}, "ids-in-sources": {"a3": "2145"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "17", "LAT": "48N30", "LON": "9E 0", "MON": "2", "NUM": "2145", "PRO": "M", "SEC": "0", "YEA": "1914", "CITY": "HEIDELBERG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7859	schweitzer-willi-1911-12-13	{"a3": "2146"}	{"lerrcp": "A3-2146"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willi", "family": "Schweitzer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "MINDEN", "geoid": 0}, "notime": null, "date-ut": "1911-12-13 17:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Willi", "family": "Schweitzer"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "MINDEN", "geoid": 0}, "date-ut": "1911-12-13 17:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2146"}, "ids-in-sources": {"a3": "2146"}}, "raw": {"H": "18", "MN": "30", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "13", "LAT": "52N 0", "LON": "10E 0", "MON": "12", "NUM": "2146", "PRO": "M", "SEC": "0", "YEA": "1911", "CITY": "MINDEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7860	seelhorst-just-1870-06-03	{"a3": "2147"}	{"lerrcp": "A3-2147"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Just", "family": "Seelhorst", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "LUBECK", "geoid": 0}, "notime": null, "date-ut": "1870-06-03 04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Just", "family": "Seelhorst"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "LUBECK", "geoid": 0}, "date-ut": "1870-06-03 04:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2147"}, "ids-in-sources": {"a3": "2147"}}, "raw": {"H": "5", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "3", "LAT": "52N 0", "LON": "10E 0", "MON": "6", "NUM": "2147", "PRO": "M", "SEC": "0", "YEA": "1870", "CITY": "LUBECK"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7861	seiler-reinhard-1882-06-04	{"a3": "2148"}	{"lerrcp": "A3-2148"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Reinhard", "family": "Seiler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHL-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "TRARBACH A D", "geoid": 0}, "notime": null, "date-ut": "1882-06-04 07:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Reinhard", "family": "Seiler"}, "birth": {"place": {"c2": "RHL-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "TRARBACH A D", "geoid": 0}, "date-ut": "1882-06-04 07:02"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2148"}, "ids-in-sources": {"a3": "2148"}}, "raw": {"H": "8", "MN": "2", "TZ": "-1", "COD": "RHL-PF", "COU": "G", "DAY": "4", "LAT": "50N 0", "LON": "7E 0", "MON": "6", "NUM": "2148", "PRO": "M", "SEC": "0", "YEA": "1882", "CITY": "TRARBACH A D"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7862	gauquelin-a3-2149-1885-12-22	{"a3": "2149"}	{"lerrcp": "A3-2149"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2149", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "POTTENSTEIN", "geoid": 0}, "notime": null, "date-ut": "1885-12-22 23:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2149"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "POTTENSTEIN", "geoid": 0}, "date-ut": "1885-12-22 23:44"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2149"}, "ids-in-sources": {"a3": "2149"}}, "raw": {"H": "0", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "23", "LAT": "49N 0", "LON": "11E30", "MON": "12", "NUM": "2149", "PRO": "M", "SEC": "0", "YEA": "1885", "CITY": "POTTENSTEIN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7863	senghas-paul-1916-01-31	{"a3": "2150"}	{"lerrcp": "A3-2150"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Senghas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "GUNDELSHEIM-BOT", "geoid": 0}, "notime": null, "date-ut": "1916-01-31 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Senghas"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "GUNDELSHEIM-BOT", "geoid": 0}, "date-ut": "1916-01-31 00:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2150"}, "ids-in-sources": {"a3": "2150"}}, "raw": {"H": "1", "MN": "30", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "31", "LAT": "48N30", "LON": "9E 0", "MON": "1", "NUM": "2150", "PRO": "M", "SEC": "0", "YEA": "1916", "CITY": "GUNDELSHEIM-BOT"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7864	sieger-ludwi-1857-09-27	{"a3": "2151"}	{"lerrcp": "A3-2151"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludwi", "family": "Sieger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHL-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "ZULPICH", "geoid": 0}, "notime": null, "date-ut": "1857-09-27 02:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ludwi", "family": "Sieger"}, "birth": {"place": {"c2": "RHL-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "ZULPICH", "geoid": 0}, "date-ut": "1857-09-27 02:02"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2151"}, "ids-in-sources": {"a3": "2151"}}, "raw": {"H": "3", "MN": "2", "TZ": "-1", "COD": "RHL-PF", "COU": "G", "DAY": "27", "LAT": "50N 0", "LON": "7E 0", "MON": "9", "NUM": "2151", "PRO": "M", "SEC": "0", "YEA": "1857", "CITY": "ZULPICH"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7865	speck-hermann-1888-08-08	{"a3": "2152"}	{"lerrcp": "A3-2152"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Speck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1888-08-08 01:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Speck"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1888-08-08 01:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2152"}, "ids-in-sources": {"a3": "2152"}}, "raw": {"H": "2", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "8", "LAT": "49N 0", "LON": "11E30", "MON": "8", "NUM": "2152", "PRO": "M", "SEC": "0", "YEA": "1888", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7866	speidel-hans-1886-09-26	{"a3": "2153"}	{"lerrcp": "A3-2153"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Speidel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-BA", "c3": null, "cy": "DE", "lg": 13.23333, "lat": 49.01667, "name": "ADLDORF", "geoid": 0}, "notime": null, "date-ut": "1886-09-26 05:07:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Speidel"}, "birth": {"place": {"c2": "NIED-BA", "cy": "DE", "lg": 13.23333, "lat": 49.01667, "name": "ADLDORF", "geoid": 0}, "date-ut": "1886-09-26 05:07:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2153"}, "ids-in-sources": {"a3": "2153"}}, "raw": {"H": "6", "MN": "7", "TZ": "-1", "COD": "NIED-BA", "COU": "G", "DAY": "26", "LAT": "49N 1", "LON": "13E14", "MON": "9", "NUM": "2153", "PRO": "M", "SEC": "4", "YEA": "1886", "CITY": "ADLDORF"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7867	speidel-hans-1897-10-28	{"a3": "2154"}	{"lerrcp": "A3-2154"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Speidel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "METZINGEN", "geoid": 0}, "notime": null, "date-ut": "1897-10-28 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Speidel"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "METZINGEN", "geoid": 0}, "date-ut": "1897-10-28 01:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2154"}, "ids-in-sources": {"a3": "2154"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "28", "LAT": "48N45", "LON": "9E13", "MON": "10", "NUM": "2154", "PRO": "M", "SEC": "0", "YEA": "1897", "CITY": "METZINGEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7868	sperrle-hugo-1885-02-08	{"a3": "2155"}	{"lerrcp": "A3-2155"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hugo", "family": "Sperrle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "LUDWIGSBURG", "geoid": 0}, "notime": null, "date-ut": "1885-02-08 00:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hugo", "family": "Sperrle"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "LUDWIGSBURG", "geoid": 0}, "date-ut": "1885-02-08 00:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2155"}, "ids-in-sources": {"a3": "2155"}}, "raw": {"H": "1", "MN": "24", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "8", "LAT": "48N30", "LON": "9E 0", "MON": "2", "NUM": "2155", "PRO": "M", "SEC": "0", "YEA": "1885", "CITY": "LUDWIGSBURG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7869	speth-hans-1897-10-07	{"a3": "2156"}	{"lerrcp": "A3-2156"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Speth", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HOCKENBERG", "geoid": 0}, "notime": null, "date-ut": "1897-10-07 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Speth"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HOCKENBERG", "geoid": 0}, "date-ut": "1897-10-07 05:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2156"}, "ids-in-sources": {"a3": "2156"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "7", "LAT": "50N30", "LON": "9E15", "MON": "10", "NUM": "2156", "PRO": "M", "SEC": "0", "YEA": "1897", "CITY": "HOCKENBERG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7870	spindler-ludwi-1910-11-15	{"a3": "2157"}	{"lerrcp": "A3-2157"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludwi", "family": "Spindler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1910-11-15 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ludwi", "family": "Spindler"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1910-11-15 21:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2157"}, "ids-in-sources": {"a3": "2157"}}, "raw": {"H": "22", "MN": "30", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "15", "LAT": "49N 0", "LON": "11E30", "MON": "11", "NUM": "2157", "PRO": "M", "SEC": "0", "YEA": "1910", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7871	sporle-richard-1915-07-20	{"a3": "2158"}	{"lerrcp": "A3-2158"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Spörle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "LUDWIGSBURG", "geoid": 0}, "notime": null, "date-ut": "1915-07-20 21:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Spörle"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "LUDWIGSBURG", "geoid": 0}, "date-ut": "1915-07-20 21:45"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2158"}, "ids-in-sources": {"a3": "2158"}}, "raw": {"H": "22", "MN": "45", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "20", "LAT": "48N30", "LON": "9E 0", "MON": "7", "NUM": "2158", "PRO": "M", "SEC": "0", "YEA": "1915", "CITY": "LUDWIGSBURG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7872	springer-heinrich-1914-11-03	{"a3": "2159"}	{"lerrcp": "A3-2159"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Springer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "KIEL", "geoid": 0}, "notime": null, "date-ut": "1914-11-03 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Springer"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "KIEL", "geoid": 0}, "date-ut": "1914-11-03 13:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2159"}, "ids-in-sources": {"a3": "2159"}}, "raw": {"H": "14", "MN": "30", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "3", "LAT": "54N30", "LON": "9E45", "MON": "11", "NUM": "2159", "PRO": "M", "SEC": "0", "YEA": "1914", "CITY": "KIEL"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7873	staedke-helmut-1905-08-30	{"a3": "2160"}	{"lerrcp": "A3-2160"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Helmut", "family": "Staedke", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1905-08-30 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Helmut", "family": "Staedke"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1905-08-30 12:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2160"}, "ids-in-sources": {"a3": "2160"}}, "raw": {"H": "13", "MN": "30", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "30", "LAT": "49N 0", "LON": "11E30", "MON": "8", "NUM": "2160", "PRO": "M", "SEC": "0", "YEA": "1905", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7874	stadtler-friedrich-1885-10-29	{"a3": "2161"}	{"lerrcp": "A3-2161"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Städtler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "AMBERG", "geoid": 0}, "notime": null, "date-ut": "1885-10-29 22:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Städtler"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "AMBERG", "geoid": 0}, "date-ut": "1885-10-29 22:44"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2161"}, "ids-in-sources": {"a3": "2161"}}, "raw": {"H": "23", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "29", "LAT": "49N 0", "LON": "11E30", "MON": "10", "NUM": "2161", "PRO": "M", "SEC": "0", "YEA": "1885", "CITY": "AMBERG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7875	staubwasser-anton-1867-07-01	{"a3": "2162"}	{"lerrcp": "A3-2162"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anton", "family": "Staubwasser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NEU-ULM", "geoid": 0}, "notime": null, "date-ut": "1867-07-01 00:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Anton", "family": "Staubwasser"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NEU-ULM", "geoid": 0}, "date-ut": "1867-07-01 00:59"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2162"}, "ids-in-sources": {"a3": "2162"}}, "raw": {"H": "1", "MN": "59", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "1", "LAT": "49N 0", "LON": "11E30", "MON": "7", "NUM": "2162", "PRO": "M", "SEC": "0", "YEA": "1867", "CITY": "NEU-ULM"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7876	staudle-ernst-1913-06-06	{"a3": "2163"}	{"lerrcp": "A3-2163"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Stäudle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDENHEIM", "geoid": 0}, "notime": null, "date-ut": "1913-06-06 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Stäudle"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDENHEIM", "geoid": 0}, "date-ut": "1913-06-06 01:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2163"}, "ids-in-sources": {"a3": "2163"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "6", "LAT": "48N30", "LON": "9E 0", "MON": "6", "NUM": "2163", "PRO": "M", "SEC": "0", "YEA": "1913", "CITY": "HEIDENHEIM"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7877	stein-hermann-1859-02-11	{"a3": "2164"}	{"lerrcp": "A3-2164"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Stein", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ANSBACH", "geoid": 0}, "notime": null, "date-ut": "1859-02-11 05:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Stein"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ANSBACH", "geoid": 0}, "date-ut": "1859-02-11 05:29"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2164"}, "ids-in-sources": {"a3": "2164"}}, "raw": {"H": "6", "MN": "29", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "11", "LAT": "49N 0", "LON": "11E30", "MON": "2", "NUM": "2164", "PRO": "M", "SEC": "0", "YEA": "1859", "CITY": "ANSBACH"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7878	steindorff-ernst-1886-11-12	{"a3": "2165"}	{"lerrcp": "A3-2165"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Steindorff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "SINZIG REMAGEN", "geoid": 0}, "notime": null, "date-ut": "1886-11-12 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Steindorff"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "SINZIG REMAGEN", "geoid": 0}, "date-ut": "1886-11-12 09:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2165"}, "ids-in-sources": {"a3": "2165"}}, "raw": {"H": "10", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "12", "LAT": "51N30", "LON": "7E30", "MON": "11", "NUM": "2165", "PRO": "M", "SEC": "0", "YEA": "1886", "CITY": "SINZIG REMAGEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7879	gauquelin-a3-2166-1895-11-24	{"a3": "2166"}	{"lerrcp": "A3-2166"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2166", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "LANGENREICHEN", "geoid": 0}, "notime": null, "date-ut": "1895-11-24 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2166"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "LANGENREICHEN", "geoid": 0}, "date-ut": "1895-11-24 00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2166"}, "ids-in-sources": {"a3": "2166"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "24", "LAT": "49N 0", "LON": "11E30", "MON": "11", "NUM": "2166", "PRO": "M", "SEC": "0", "YEA": "1895", "CITY": "LANGENREICHEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7880	steinwachs-adolf-1868-05-15	{"a3": "2167"}	{"lerrcp": "A3-2167"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolf", "family": "Steinwachs", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "KONSTANZ", "geoid": 0}, "notime": null, "date-ut": "1868-05-15 06:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adolf", "family": "Steinwachs"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "KONSTANZ", "geoid": 0}, "date-ut": "1868-05-15 06:54"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2167"}, "ids-in-sources": {"a3": "2167"}}, "raw": {"H": "7", "MN": "54", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "15", "LAT": "48N30", "LON": "9E 0", "MON": "5", "NUM": "2167", "PRO": "M", "SEC": "0", "YEA": "1868", "CITY": "KONSTANZ"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7881	gauquelin-a3-2168-1881-02-12	{"a3": "2168"}	{"lerrcp": "A3-2168"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2168", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "KARLSRUHE", "geoid": 0}, "notime": null, "date-ut": "1881-02-12 19:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2168"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "KARLSRUHE", "geoid": 0}, "date-ut": "1881-02-12 19:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2168"}, "ids-in-sources": {"a3": "2168"}}, "raw": {"H": "20", "MN": "24", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "12", "LAT": "48N30", "LON": "9E 0", "MON": "2", "NUM": "2168", "PRO": "M", "SEC": "0", "YEA": "1881", "CITY": "KARLSRUHE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7882	streccius-alfred-1874-06-03	{"a3": "2169"}	{"lerrcp": "A3-2169"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Streccius", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "DE", "lg": 7.35, "lat": 48.08333, "name": "MULHOUSE", "geoid": 0}, "notime": null, "date-ut": "1874-06-03 20:15:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Streccius"}, "birth": {"place": {"c2": "68", "cy": "DE", "lg": 7.35, "lat": 48.08333, "name": "MULHOUSE", "geoid": 0}, "date-ut": "1874-06-03 20:15:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2169"}, "ids-in-sources": {"a3": "2169"}}, "raw": {"H": "20", "MN": "15", "TZ": "0", "COD": "68", "COU": "G", "DAY": "3", "LAT": "48N 5", "LON": "7E21", "MON": "6", "NUM": "2169", "PRO": "M", "SEC": "36", "YEA": "1874", "CITY": "MULHOUSE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7883	strobel-wolfgan-1891-12-28	{"a3": "2170"}	{"lerrcp": "A3-2170"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wolfgan", "family": "Strobel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OB-BAY", "c3": null, "cy": "DE", "lg": 11, "lat": 48, "name": "GABERSEE-ATTEL", "geoid": 0}, "notime": null, "date-ut": "1891-12-28 11:46"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Wolfgan", "family": "Strobel"}, "birth": {"place": {"c2": "OB-BAY", "cy": "DE", "lg": 11, "lat": 48, "name": "GABERSEE-ATTEL", "geoid": 0}, "date-ut": "1891-12-28 11:46"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2170"}, "ids-in-sources": {"a3": "2170"}}, "raw": {"H": "12", "MN": "46", "TZ": "-1", "COD": "OB-BAY", "COU": "G", "DAY": "28", "LAT": "48N 0", "LON": "11E 0", "MON": "12", "NUM": "2170", "PRO": "M", "SEC": "0", "YEA": "1891", "CITY": "GABERSEE-ATTEL"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7884	swierzinski-lothar-1922-07-18	{"a3": "2171"}	{"lerrcp": "A3-2171"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lothar", "family": "Swierzinski", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "GELSENKIRCHEN", "geoid": 0}, "notime": null, "date-ut": "1922-07-18 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Lothar", "family": "Swierzinski"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "GELSENKIRCHEN", "geoid": 0}, "date-ut": "1922-07-18 12:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2171"}, "ids-in-sources": {"a3": "2171"}}, "raw": {"H": "13", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "18", "LAT": "51N30", "LON": "7E30", "MON": "7", "NUM": "2171", "PRO": "M", "SEC": "0", "YEA": "1922", "CITY": "GELSENKIRCHEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7885	telkamp-eberhard-1914-05-08	{"a3": "2172"}	{"lerrcp": "A3-2172"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eberhard", "family": "Telkamp", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "IHROVE", "geoid": 0}, "notime": null, "date-ut": "1914-05-08 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eberhard", "family": "Telkamp"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "IHROVE", "geoid": 0}, "date-ut": "1914-05-08 02:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2172"}, "ids-in-sources": {"a3": "2172"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "8", "LAT": "52N 0", "LON": "10E 0", "MON": "5", "NUM": "2172", "PRO": "M", "SEC": "0", "YEA": "1914", "CITY": "IHROVE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7886	tetsch-ernst-1916-10-28	{"a3": "2173"}	{"lerrcp": "A3-2173"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Tetsch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "KARLSRUHE", "geoid": 0}, "notime": null, "date-ut": "1916-10-28 02:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Tetsch"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "KARLSRUHE", "geoid": 0}, "date-ut": "1916-10-28 02:45"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2173"}, "ids-in-sources": {"a3": "2173"}}, "raw": {"H": "3", "MN": "45", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "28", "LAT": "48N30", "LON": "9E 0", "MON": "10", "NUM": "2173", "PRO": "M", "SEC": "0", "YEA": "1916", "CITY": "KARLSRUHE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7887	thoma-wilhelm-1891-09-11	{"a3": "2174"}	{"lerrcp": "A3-2174"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Thoma", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OB-BAY", "c3": null, "cy": "DE", "lg": 11, "lat": 48, "name": "DACHAU", "geoid": 0}, "notime": null, "date-ut": "1891-09-11 00:31"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Thoma"}, "birth": {"place": {"c2": "OB-BAY", "cy": "DE", "lg": 11, "lat": 48, "name": "DACHAU", "geoid": 0}, "date-ut": "1891-09-11 00:31"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2174"}, "ids-in-sources": {"a3": "2174"}}, "raw": {"H": "1", "MN": "31", "TZ": "-1", "COD": "OB-BAY", "COU": "G", "DAY": "11", "LAT": "48N 0", "LON": "11E 0", "MON": "9", "NUM": "2174", "PRO": "M", "SEC": "0", "YEA": "1891", "CITY": "DACHAU"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7888	thumm-helmut-1895-08-25	{"a3": "2175"}	{"lerrcp": "A3-2175"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Helmut", "family": "Thumm", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "RAVENSBURG", "geoid": 0}, "notime": null, "date-ut": "1895-08-25 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Helmut", "family": "Thumm"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "RAVENSBURG", "geoid": 0}, "date-ut": "1895-08-25 13:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2175"}, "ids-in-sources": {"a3": "2175"}}, "raw": {"H": "14", "MN": "30", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "25", "LAT": "48N30", "LON": "9E 0", "MON": "8", "NUM": "2175", "PRO": "M", "SEC": "0", "YEA": "1895", "CITY": "RAVENSBURG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7889	thuy-emil-1894-03-11	{"a3": "2176"}	{"lerrcp": "A3-2176"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emil", "family": "Thuy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL-BARME", "geoid": 0}, "notime": null, "date-ut": "1894-03-11 15:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emil", "family": "Thuy"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL-BARME", "geoid": 0}, "date-ut": "1894-03-11 15:45"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2176"}, "ids-in-sources": {"a3": "2176"}}, "raw": {"H": "16", "MN": "45", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "11", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "2176", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "WUPPERTAL-BARME"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
4299	tillmanns-hermann-1844-10-04	{"a2": "2213", "a3": "2177"}	{"lerrcp": "A2-2213"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Tillmanns", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL ELBER", "geoid": 0}, "notime": null, "date-ut": "1844-10-04 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician", "military-personnel"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Tillmanns"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL ELBER", "geoid": 0}, "date-ut": "1844-10-04 01:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2213"}, "ids-in-sources": {"a2": "2213"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "4", "LAT": "51N30", "LON": "7E30", "MON": "10", "NUM": "2213", "PRO": "S", "SEC": "0", "YEA": "1844", "CITY": "WUPPERTAL ELBER"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["military-personnel"], "sources": "a3", "ids-in-sources": {"a3": "2177"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "4", "LAT": "51N30", "LON": "7E30", "MON": "10", "NUM": "2177", "PRO": "M", "SEC": "0", "YEA": "1844", "CITY": "WUPPERTAL-ELBER"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7890	trebing-emil-1888-01-08	{"a3": "2178"}	{"lerrcp": "A3-2178"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emil", "family": "Trebing", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "ZWESTEN", "geoid": 0}, "notime": null, "date-ut": "1888-01-08 23:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emil", "family": "Trebing"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "ZWESTEN", "geoid": 0}, "date-ut": "1888-01-08 23:23"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2178"}, "ids-in-sources": {"a3": "2178"}}, "raw": {"H": "0", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "9", "LAT": "50N30", "LON": "9E15", "MON": "1", "NUM": "2178", "PRO": "M", "SEC": "0", "YEA": "1888", "CITY": "ZWESTEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7891	trotha-adolf-1868-03-01	{"a3": "2179"}	{"lerrcp": "A3-2179"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolf", "family": "Trotha", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHL-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "KOBLENZ", "geoid": 0}, "notime": null, "date-ut": "1868-03-01 11:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adolf", "family": "Trotha"}, "birth": {"place": {"c2": "RHL-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "KOBLENZ", "geoid": 0}, "date-ut": "1868-03-01 11:02"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2179"}, "ids-in-sources": {"a3": "2179"}}, "raw": {"H": "12", "MN": "2", "TZ": "-1", "COD": "RHL-PF", "COU": "G", "DAY": "1", "LAT": "50N 0", "LON": "7E 0", "MON": "3", "NUM": "2179", "PRO": "M", "SEC": "0", "YEA": "1868", "CITY": "KOBLENZ"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7892	tumma-friedrich-1875-09-05	{"a3": "2180"}	{"lerrcp": "A3-2180"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Tumma", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "REGENSBURG", "geoid": 0}, "notime": null, "date-ut": "1875-09-05 18:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Tumma"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "REGENSBURG", "geoid": 0}, "date-ut": "1875-09-05 18:44"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2180"}, "ids-in-sources": {"a3": "2180"}}, "raw": {"H": "19", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "5", "LAT": "49N 0", "LON": "11E30", "MON": "9", "NUM": "2180", "PRO": "M", "SEC": "0", "YEA": "1875", "CITY": "REGENSBURG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7893	tutschek-adolf-1891-05-16	{"a3": "2181"}	{"lerrcp": "A3-2181"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolf", "family": "Tutschek", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "INGOLSTADT", "geoid": 0}, "notime": null, "date-ut": "1891-05-16 06:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adolf", "family": "Tutschek"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "INGOLSTADT", "geoid": 0}, "date-ut": "1891-05-16 06:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2181"}, "ids-in-sources": {"a3": "2181"}}, "raw": {"H": "7", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "16", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "2181", "PRO": "M", "SEC": "0", "YEA": "1891", "CITY": "INGOLSTADT"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7894	udet-ernst-1896-04-26	{"a3": "2182"}	{"lerrcp": "A3-2182"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Udet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT-A-M", "geoid": 0}, "notime": null, "date-ut": "1896-04-26 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Udet"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT-A-M", "geoid": 0}, "date-ut": "1896-04-26 16:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2182"}, "ids-in-sources": {"a3": "2182"}}, "raw": {"H": "17", "MN": "30", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "26", "LAT": "50N30", "LON": "9E15", "MON": "4", "NUM": "2182", "PRO": "M", "SEC": "0", "YEA": "1896", "CITY": "FRANKFURT-A-M"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7895	vaernewyck-hans-1874-01-02	{"a3": "2183"}	{"lerrcp": "A3-2183"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Vaernewyck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BREM", "c3": null, "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "notime": null, "date-ut": "1874-01-02 19:24:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Vaernewyck"}, "birth": {"place": {"c2": "BREM", "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "date-ut": "1874-01-02 19:24:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2183"}, "ids-in-sources": {"a3": "2183"}}, "raw": {"H": "20", "MN": "24", "TZ": "-1", "COD": "BREM", "COU": "G", "DAY": "2", "LAT": "53N 5", "LON": "8E50", "MON": "1", "NUM": "2183", "PRO": "M", "SEC": "40", "YEA": "1874", "CITY": "BREMEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7896	vandieken-anton-1909-07-04	{"a3": "2184"}	{"lerrcp": "A3-2184"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anton", "family": "Vandieken", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "BREDENBORN", "geoid": 0}, "notime": null, "date-ut": "1909-07-04 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Anton", "family": "Vandieken"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "BREDENBORN", "geoid": 0}, "date-ut": "1909-07-04 17:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2184"}, "ids-in-sources": {"a3": "2184"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "4", "LAT": "51N50", "LON": "7E30", "MON": "7", "NUM": "2184", "PRO": "M", "SEC": "0", "YEA": "1909", "CITY": "BREDENBORN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7897	veltjens-joseph-1894-06-02	{"a3": "2185"}	{"lerrcp": "A3-2185"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Veltjens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "GELDERN", "geoid": 0}, "notime": null, "date-ut": "1894-06-02 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Veltjens"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "GELDERN", "geoid": 0}, "date-ut": "1894-06-02 12:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2185"}, "ids-in-sources": {"a3": "2185"}}, "raw": {"H": "13", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "2", "LAT": "51N30", "LON": "7E30", "MON": "6", "NUM": "2185", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "GELDERN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
4314	verth-max-1874-10-03	{"a2": "2228", "a3": "2186"}	{"lerrcp": "A2-2228"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Verth", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "TELGTE", "geoid": 0}, "notime": null, "date-ut": "1874-10-03 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician", "military-personnel"]	5	null	[{"new": {"name": {"given": "Max", "family": "Verth"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "TELGTE", "geoid": 0}, "date-ut": "1874-10-03 11:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2228"}, "ids-in-sources": {"a2": "2228"}}, "raw": {"H": "12", "MN": "0", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "3", "LAT": "51N50", "LON": "7E30", "MON": "10", "NUM": "2228", "PRO": "S", "SEC": "0", "YEA": "1874", "CITY": "TELGTE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["military-personnel"], "sources": "a3", "ids-in-sources": {"a3": "2186"}}, "raw": {"H": "12", "MN": "0", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "3", "LAT": "51N50", "LON": "7E30", "MON": "10", "NUM": "2186", "PRO": "M", "SEC": "0", "YEA": "1874", "CITY": "TELGTE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7898	viebahn-max-1888-03-27	{"a3": "2187"}	{"lerrcp": "A3-2187"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Viebahn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DETMOLD", "geoid": 0}, "notime": null, "date-ut": "1888-03-27 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Max", "family": "Viebahn"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DETMOLD", "geoid": 0}, "date-ut": "1888-03-27 21:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2187"}, "ids-in-sources": {"a3": "2187"}}, "raw": {"H": "22", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "27", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "2187", "PRO": "M", "SEC": "0", "YEA": "1888", "CITY": "DETMOLD"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7899	vietinghoff-scheel-heinrich-1887-12-06	{"a3": "2188"}	{"lerrcp": "A3-2188"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Vietinghoff-Scheel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHL-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "notime": null, "date-ut": "1887-12-06 13:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Vietinghoff-Scheel"}, "birth": {"place": {"c2": "RHL-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "date-ut": "1887-12-06 13:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2188"}, "ids-in-sources": {"a3": "2188"}}, "raw": {"H": "14", "MN": "32", "TZ": "-1", "COD": "RHL-PF", "COU": "G", "DAY": "6", "LAT": "50N 0", "LON": "7E 0", "MON": "12", "NUM": "2188", "PRO": "M", "SEC": "0", "YEA": "1887", "CITY": "MAINZ"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7900	vogt-fritz-1918-03-17	{"a3": "2189"}	{"lerrcp": "A3-2189"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Vogt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1918-03-17 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Fritz", "family": "Vogt"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1918-03-17 19:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2189"}, "ids-in-sources": {"a3": "2189"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "17", "LAT": "49N 0", "LON": "11E30", "MON": "3", "NUM": "2189", "PRO": "M", "SEC": "0", "YEA": "1918", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7901	volckamer-jobst-1894-04-16	{"a3": "2190"}	{"lerrcp": "A3-2190"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jobst", "family": "Volckamer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "OBERSTDORF ALL", "geoid": 0}, "notime": null, "date-ut": "1894-04-16 04:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jobst", "family": "Volckamer"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "OBERSTDORF ALL", "geoid": 0}, "date-ut": "1894-04-16 04:45"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2190"}, "ids-in-sources": {"a3": "2190"}}, "raw": {"H": "5", "MN": "45", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "16", "LAT": "49N 0", "LON": "11E30", "MON": "4", "NUM": "2190", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "OBERSTDORF ALL"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7902	voss-werner-1897-04-13	{"a3": "2191"}	{"lerrcp": "A3-2191"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Werner", "family": "Voss", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KREFELD", "geoid": 0}, "notime": null, "date-ut": "1897-04-13 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Werner", "family": "Voss"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KREFELD", "geoid": 0}, "date-ut": "1897-04-13 04:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2191"}, "ids-in-sources": {"a3": "2191"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "13", "LAT": "51N30", "LON": "7E30", "MON": "4", "NUM": "2191", "PRO": "M", "SEC": "0", "YEA": "1897", "CITY": "KREFELD"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7903	gauquelin-a3-2192-1901-09-09	{"a3": "2192"}	{"lerrcp": "A3-2192"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2192", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "DE", "lg": 7.66667, "lat": 48.58333, "name": "STRASBOURG", "geoid": 0}, "notime": null, "date-ut": "1901-09-09 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2192"}, "birth": {"place": {"c2": "67", "cy": "DE", "lg": 7.66667, "lat": 48.58333, "name": "STRASBOURG", "geoid": 0}, "date-ut": "1901-09-09 06:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2192"}, "ids-in-sources": {"a3": "2192"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "67", "COU": "G", "DAY": "9", "LAT": "48N35", "LON": "7E40", "MON": "9", "NUM": "2192", "PRO": "M", "SEC": "0", "YEA": "1901", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7904	walz-franz-1885-12-04	{"a3": "2193"}	{"lerrcp": "A3-2193"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Walz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHL-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "SPEYER", "geoid": 0}, "notime": null, "date-ut": "1885-12-04 19:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Franz", "family": "Walz"}, "birth": {"place": {"c2": "RHL-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "SPEYER", "geoid": 0}, "date-ut": "1885-12-04 19:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2193"}, "ids-in-sources": {"a3": "2193"}}, "raw": {"H": "20", "MN": "32", "TZ": "-1", "COD": "RHL-PF", "COU": "G", "DAY": "4", "LAT": "50N 0", "LON": "7E 0", "MON": "12", "NUM": "2193", "PRO": "M", "SEC": "0", "YEA": "1885", "CITY": "SPEYER"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7905	warlimont-walter-1894-10-03	{"a3": "2194"}	{"lerrcp": "A3-2194"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Warlimont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "OSNABRUCK", "geoid": 0}, "notime": null, "date-ut": "1894-10-03 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Warlimont"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "OSNABRUCK", "geoid": 0}, "date-ut": "1894-10-03 07:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2194"}, "ids-in-sources": {"a3": "2194"}}, "raw": {"H": "8", "MN": "30", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "3", "LAT": "52N 0", "LON": "10E 0", "MON": "10", "NUM": "2194", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "OSNABRUCK"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7906	watter-oskar-1861-09-02	{"a3": "2195"}	{"lerrcp": "A3-2195"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oskar", "family": "Watter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "LUDWIGSBURG", "geoid": 0}, "notime": null, "date-ut": "1861-09-02 04:23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Oskar", "family": "Watter"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "LUDWIGSBURG", "geoid": 0}, "date-ut": "1861-09-02 04:23:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2195"}, "ids-in-sources": {"a3": "2195"}}, "raw": {"H": "5", "MN": "23", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "2", "LAT": "48N45", "LON": "9E13", "MON": "9", "NUM": "2195", "PRO": "M", "SEC": "8", "YEA": "1861", "CITY": "LUDWIGSBURG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7907	weber-karl-1892-08-23	{"a3": "2196"}	{"lerrcp": "A3-2196"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Weber", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "GEISELBACH", "geoid": 0}, "notime": null, "date-ut": "1892-08-23 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Weber"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "GEISELBACH", "geoid": 0}, "date-ut": "1892-08-23 00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2196"}, "ids-in-sources": {"a3": "2196"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "23", "LAT": "49N 0", "LON": "11E30", "MON": "8", "NUM": "2196", "PRO": "M", "SEC": "0", "YEA": "1892", "CITY": "GEISELBACH"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7908	weger-wilhelm-1918-03-19	{"a3": "2197"}	{"lerrcp": "A3-2197"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Weger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "PIVITZHEIDE", "geoid": 0}, "notime": null, "date-ut": "1918-03-19 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Weger"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "PIVITZHEIDE", "geoid": 0}, "date-ut": "1918-03-19 17:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2197"}, "ids-in-sources": {"a3": "2197"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "19", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "2197", "PRO": "M", "SEC": "0", "YEA": "1918", "CITY": "PIVITZHEIDE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7909	weiser-hermann-1918-11-22	{"a3": "2198"}	{"lerrcp": "A3-2198"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Weiser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADEN-B", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "OTTENAU", "geoid": 0}, "notime": null, "date-ut": "1918-11-22 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Weiser"}, "birth": {"place": {"c2": "BADEN-B", "cy": "DE", "lg": 9, "lat": 48.5, "name": "OTTENAU", "geoid": 0}, "date-ut": "1918-11-22 07:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2198"}, "ids-in-sources": {"a3": "2198"}}, "raw": {"H": "8", "MN": "30", "TZ": "-1", "COD": "BADEN-B", "COU": "G", "DAY": "22", "LAT": "48N30", "LON": "9E 0", "MON": "11", "NUM": "2198", "PRO": "M", "SEC": "0", "YEA": "1918", "CITY": "OTTENAU"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7910	wenckstern-karl-1878-08-31	{"a3": "2199"}	{"lerrcp": "A3-2199"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Wenckstern", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "MUNSTER", "geoid": 0}, "notime": null, "date-ut": "1878-08-31 11:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Wenckstern"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "MUNSTER", "geoid": 0}, "date-ut": "1878-08-31 11:45"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2199"}, "ids-in-sources": {"a3": "2199"}}, "raw": {"H": "12", "MN": "45", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "31", "LAT": "51N50", "LON": "7E30", "MON": "8", "NUM": "2199", "PRO": "M", "SEC": "0", "YEA": "1878", "CITY": "MUNSTER"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7911	werder-hans-1867-11-16	{"a3": "2200"}	{"lerrcp": "A3-2200"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Werder", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "SCHLESWIG", "geoid": 0}, "notime": null, "date-ut": "1867-11-16 06:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Werder"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "SCHLESWIG", "geoid": 0}, "date-ut": "1867-11-16 06:21"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2200"}, "ids-in-sources": {"a3": "2200"}}, "raw": {"H": "7", "MN": "21", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "16", "LAT": "54N30", "LON": "9E45", "MON": "11", "NUM": "2200", "PRO": "M", "SEC": "0", "YEA": "1867", "CITY": "SCHLESWIG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7912	werr-anton-1886-11-09	{"a3": "2201"}	{"lerrcp": "A3-2201"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anton", "family": "Werr", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1886-11-09 22:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Anton", "family": "Werr"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1886-11-09 22:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2201"}, "ids-in-sources": {"a3": "2201"}}, "raw": {"H": "23", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "9", "LAT": "49N 0", "LON": "11E30", "MON": "11", "NUM": "2201", "PRO": "M", "SEC": "0", "YEA": "1886", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7913	wick-helmut-1915-08-05	{"a3": "2202"}	{"lerrcp": "A3-2202"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Helmut", "family": "Wick", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "notime": null, "date-ut": "1915-08-05 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Helmut", "family": "Wick"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "date-ut": "1915-08-05 11:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2202"}, "ids-in-sources": {"a3": "2202"}}, "raw": {"H": "12", "MN": "30", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "5", "LAT": "48N30", "LON": "9E 0", "MON": "8", "NUM": "2202", "PRO": "M", "SEC": "0", "YEA": "1915", "CITY": "MANNHEIM"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7914	gauquelin-a3-2203-1865-02-04	{"a3": "2203"}	{"lerrcp": "A3-2203"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2203", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "BIBERACH", "geoid": 0}, "notime": null, "date-ut": "1865-02-04 10:23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2203"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "BIBERACH", "geoid": 0}, "date-ut": "1865-02-04 10:23:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2203"}, "ids-in-sources": {"a3": "2203"}}, "raw": {"H": "11", "MN": "23", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "4", "LAT": "48N45", "LON": "9E13", "MON": "2", "NUM": "2203", "PRO": "M", "SEC": "8", "YEA": "1865", "CITY": "BIBERACH"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7915	wiese-friedrich-1892-12-05	{"a3": "2204"}	{"lerrcp": "A3-2204"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Wiese", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "NORDHASTEDT", "geoid": 0}, "notime": null, "date-ut": "1892-12-05 16:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Wiese"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "NORDHASTEDT", "geoid": 0}, "date-ut": "1892-12-05 16:21"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2204"}, "ids-in-sources": {"a3": "2204"}}, "raw": {"H": "17", "MN": "21", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "5", "LAT": "54N30", "LON": "9E45", "MON": "12", "NUM": "2204", "PRO": "M", "SEC": "0", "YEA": "1892", "CITY": "NORDHASTEDT"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7916	wilm-ludwi-1869-11-25	{"a3": "2205"}	{"lerrcp": "A3-2205"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludwi", "family": "Wilm", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "REGENSBURG", "geoid": 0}, "notime": null, "date-ut": "1869-11-25 09:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ludwi", "family": "Wilm"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "REGENSBURG", "geoid": 0}, "date-ut": "1869-11-25 09:44"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2205"}, "ids-in-sources": {"a3": "2205"}}, "raw": {"H": "10", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "25", "LAT": "49N 0", "LON": "11E30", "MON": "11", "NUM": "2205", "PRO": "M", "SEC": "0", "YEA": "1869", "CITY": "REGENSBURG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7917	wimmer-franz-1896-08-11	{"a3": "2206"}	{"lerrcp": "A3-2206"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Wimmer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-BA", "c3": null, "cy": "DE", "lg": 13.23333, "lat": 49.01667, "name": "MARKLKOSEN", "geoid": 0}, "notime": null, "date-ut": "1896-08-11 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Franz", "family": "Wimmer"}, "birth": {"place": {"c2": "NIED-BA", "cy": "DE", "lg": 13.23333, "lat": 49.01667, "name": "MARKLKOSEN", "geoid": 0}, "date-ut": "1896-08-11 18:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2206"}, "ids-in-sources": {"a3": "2206"}}, "raw": {"H": "19", "MN": "0", "TZ": "-1", "COD": "NIED-BA", "COU": "G", "DAY": "11", "LAT": "49N 1", "LON": "13E14", "MON": "8", "NUM": "2206", "PRO": "M", "SEC": "0", "YEA": "1896", "CITY": "MARKLKOSEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7918	winter-august-1897-01-18	{"a3": "2207"}	{"lerrcp": "A3-2207"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "August", "family": "Winter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1897-01-18 19:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "August", "family": "Winter"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1897-01-18 19:45"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2207"}, "ids-in-sources": {"a3": "2207"}}, "raw": {"H": "20", "MN": "45", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "18", "LAT": "49N 0", "LON": "11E30", "MON": "1", "NUM": "2207", "PRO": "M", "SEC": "0", "YEA": "1897", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7919	witt-fritz-1908-05-27	{"a3": "2208"}	{"lerrcp": "A3-2208"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Witt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "HOHENLIMBURG", "geoid": 0}, "notime": null, "date-ut": "1908-05-27 17:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Fritz", "family": "Witt"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "HOHENLIMBURG", "geoid": 0}, "date-ut": "1908-05-27 17:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2208"}, "ids-in-sources": {"a3": "2208"}}, "raw": {"H": "18", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "27", "LAT": "51N30", "LON": "7E30", "MON": "5", "NUM": "2208", "PRO": "M", "SEC": "0", "YEA": "1908", "CITY": "HOHENLIMBURG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7920	wittekind-eduard-1876-02-29	{"a3": "2209"}	{"lerrcp": "A3-2209"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eduard", "family": "Wittekind", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHL-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "notime": null, "date-ut": "1876-02-29 19:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eduard", "family": "Wittekind"}, "birth": {"place": {"c2": "RHL-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "date-ut": "1876-02-29 19:02"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2209"}, "ids-in-sources": {"a3": "2209"}}, "raw": {"H": "20", "MN": "2", "TZ": "-1", "COD": "RHL-PF", "COU": "G", "DAY": "29", "LAT": "50N 0", "LON": "7E 0", "MON": "2", "NUM": "2209", "PRO": "M", "SEC": "0", "YEA": "1876", "CITY": "MAINZ"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7921	wittmann-michael-1914-04-22	{"a3": "2210"}	{"lerrcp": "A3-2210"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michael", "family": "Wittmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "VOGELTHAL", "geoid": 0}, "notime": null, "date-ut": "1914-04-22 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Michael", "family": "Wittmann"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "VOGELTHAL", "geoid": 0}, "date-ut": "1914-04-22 09:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2210"}, "ids-in-sources": {"a3": "2210"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "22", "LAT": "49N 0", "LON": "11E30", "MON": "4", "NUM": "2210", "PRO": "M", "SEC": "0", "YEA": "1914", "CITY": "VOGELTHAL"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7922	witzell-karl-1884-10-18	{"a3": "2211"}	{"lerrcp": "A3-2211"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Witzell", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "HIESFELD", "geoid": 0}, "notime": null, "date-ut": "1884-10-18 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Witzell"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "HIESFELD", "geoid": 0}, "date-ut": "1884-10-18 00:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2211"}, "ids-in-sources": {"a3": "2211"}}, "raw": {"H": "1", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "18", "LAT": "51N30", "LON": "7E30", "MON": "10", "NUM": "2211", "PRO": "M", "SEC": "0", "YEA": "1884", "CITY": "HIESFELD"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7923	gauquelin-a3-2212-1894-07-12	{"a3": "2212"}	{"lerrcp": "A3-2212"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2212", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "GROSSBURGWEDEL", "geoid": 0}, "notime": null, "date-ut": "1894-07-12 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2212"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "GROSSBURGWEDEL", "geoid": 0}, "date-ut": "1894-07-12 03:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2212"}, "ids-in-sources": {"a3": "2212"}}, "raw": {"H": "4", "MN": "30", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "12", "LAT": "52N 0", "LON": "10E 0", "MON": "7", "NUM": "2212", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "GROSSBURGWEDEL"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7924	gauquelin-a3-2213-1922-09-01	{"a3": "2213"}	{"lerrcp": "A3-2213"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2213", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SAAR", "c3": null, "cy": "DE", "lg": 7, "lat": 49.33333, "name": "WEMMETSWEILER-S", "geoid": 0}, "notime": null, "date-ut": "1922-09-01 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2213"}, "birth": {"place": {"c2": "SAAR", "cy": "DE", "lg": 7, "lat": 49.33333, "name": "WEMMETSWEILER-S", "geoid": 0}, "date-ut": "1922-09-01 10:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2213"}, "ids-in-sources": {"a3": "2213"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "SAAR", "COU": "G", "DAY": "1", "LAT": "49N20", "LON": "7E 0", "MON": "9", "NUM": "2213", "PRO": "M", "SEC": "0", "YEA": "1922", "CITY": "WEMMETSWEILER-S"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7925	wucher-karl-1873-12-03	{"a3": "2214"}	{"lerrcp": "A3-2214"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Wucher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "WINDSHEIM", "geoid": 0}, "notime": null, "date-ut": "1873-12-03 05:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Wucher"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "WINDSHEIM", "geoid": 0}, "date-ut": "1873-12-03 05:14"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2214"}, "ids-in-sources": {"a3": "2214"}}, "raw": {"H": "6", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "3", "LAT": "49N 0", "LON": "11E30", "MON": "12", "NUM": "2214", "PRO": "M", "SEC": "0", "YEA": "1873", "CITY": "WINDSHEIM"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7926	wulff-fritz-1874-08-23	{"a3": "2215"}	{"lerrcp": "A3-2215"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Wulff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "HERNE-I W", "geoid": 0}, "notime": null, "date-ut": "1874-08-23 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Fritz", "family": "Wulff"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "HERNE-I W", "geoid": 0}, "date-ut": "1874-08-23 18:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2215"}, "ids-in-sources": {"a3": "2215"}}, "raw": {"H": "19", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "23", "LAT": "51N30", "LON": "7E30", "MON": "8", "NUM": "2215", "PRO": "M", "SEC": "0", "YEA": "1874", "CITY": "HERNE-I W"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7927	wurmbach-hans-1891-05-12	{"a3": "2216"}	{"lerrcp": "A3-2216"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Wurmbach", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "SIEGEN I W", "geoid": 0}, "notime": null, "date-ut": "1891-05-12 19:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Wurmbach"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "SIEGEN I W", "geoid": 0}, "date-ut": "1891-05-12 19:45"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2216"}, "ids-in-sources": {"a3": "2216"}}, "raw": {"H": "20", "MN": "45", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "12", "LAT": "51N30", "LON": "7E30", "MON": "5", "NUM": "2216", "PRO": "M", "SEC": "0", "YEA": "1891", "CITY": "SIEGEN I W"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7928	wusthoff-kurt-1898-01-27	{"a3": "2217"}	{"lerrcp": "A3-2217"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kurt", "family": "Wüsthoff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "AACHEN", "geoid": 0}, "notime": null, "date-ut": "1898-01-27 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Kurt", "family": "Wüsthoff"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "AACHEN", "geoid": 0}, "date-ut": "1898-01-27 00:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2217"}, "ids-in-sources": {"a3": "2217"}}, "raw": {"H": "1", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "27", "LAT": "51N30", "LON": "7E30", "MON": "1", "NUM": "2217", "PRO": "M", "SEC": "0", "YEA": "1898", "CITY": "AACHEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7929	xylander-oskar-1856-01-16	{"a3": "2218"}	{"lerrcp": "A3-2218"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oskar", "family": "Xylander", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHL-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "notime": null, "date-ut": "1856-01-16 03:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Oskar", "family": "Xylander"}, "birth": {"place": {"c2": "RHL-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "date-ut": "1856-01-16 03:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2218"}, "ids-in-sources": {"a3": "2218"}}, "raw": {"H": "4", "MN": "32", "TZ": "-1", "COD": "RHL-PF", "COU": "G", "DAY": "16", "LAT": "50N 0", "LON": "7E 0", "MON": "1", "NUM": "2218", "PRO": "M", "SEC": "0", "YEA": "1856", "CITY": "MAINZ"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7930	xylander-wolfdietrich-1903-04-09	{"a3": "2219"}	{"lerrcp": "A3-2219"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wolfdietrich", "family": "Xylander", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1903-04-09 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Wolfdietrich", "family": "Xylander"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1903-04-09 10:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2219"}, "ids-in-sources": {"a3": "2219"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "9", "LAT": "49N 0", "LON": "11E30", "MON": "4", "NUM": "2219", "PRO": "M", "SEC": "0", "YEA": "1903", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7931	zahler-hans-1885-08-29	{"a3": "2220"}	{"lerrcp": "A3-2220"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Zahler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "KARLSRUHE", "geoid": 0}, "notime": null, "date-ut": "1885-08-29 06:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Zahler"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "KARLSRUHE", "geoid": 0}, "date-ut": "1885-08-29 06:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2220"}, "ids-in-sources": {"a3": "2220"}}, "raw": {"H": "7", "MN": "24", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "29", "LAT": "48N30", "LON": "9E 0", "MON": "8", "NUM": "2220", "PRO": "M", "SEC": "0", "YEA": "1885", "CITY": "KARLSRUHE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7932	zangen-gustav-1892-11-07	{"a3": "2221"}	{"lerrcp": "A3-2221"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustav", "family": "Zangen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "DARMSTADT", "geoid": 0}, "notime": null, "date-ut": "1892-11-07 01:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gustav", "family": "Zangen"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "DARMSTADT", "geoid": 0}, "date-ut": "1892-11-07 01:23"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2221"}, "ids-in-sources": {"a3": "2221"}}, "raw": {"H": "2", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "7", "LAT": "50N30", "LON": "9E15", "MON": "11", "NUM": "2221", "PRO": "M", "SEC": "0", "YEA": "1892", "CITY": "DARMSTADT"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7933	zastrow-ernst-1858-06-23	{"a3": "2222"}	{"lerrcp": "A3-2222"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Zastrow", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "ARNSBERG", "geoid": 0}, "notime": null, "date-ut": "1858-06-23 17:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Zastrow"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "ARNSBERG", "geoid": 0}, "date-ut": "1858-06-23 17:45"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2222"}, "ids-in-sources": {"a3": "2222"}}, "raw": {"H": "18", "MN": "45", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "23", "LAT": "51N50", "LON": "7E30", "MON": "6", "NUM": "2222", "PRO": "M", "SEC": "0", "YEA": "1858", "CITY": "ARNSBERG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7934	zehender-august-1903-04-28	{"a3": "2223"}	{"lerrcp": "A3-2223"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "August", "family": "Zehender", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 12.06667, "lat": 50.88333, "name": "AALEN", "geoid": 0}, "notime": null, "date-ut": "1903-04-28 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "August", "family": "Zehender"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 12.06667, "lat": 50.88333, "name": "AALEN", "geoid": 0}, "date-ut": "1903-04-28 08:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2223"}, "ids-in-sources": {"a3": "2223"}}, "raw": {"H": "9", "MN": "30", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "28", "LAT": "50N53", "LON": "12E 4", "MON": "4", "NUM": "2223", "PRO": "M", "SEC": "0", "YEA": "1903", "CITY": "AALEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7935	zottmann-maximilian-1882-09-27	{"a3": "2224"}	{"lerrcp": "A3-2224"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maximilian", "family": "Zottmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PFALZ", "c3": null, "cy": "DE", "lg": 8, "lat": 49.33333, "name": "LANDAU", "geoid": 0}, "notime": null, "date-ut": "1882-09-27 16:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maximilian", "family": "Zottmann"}, "birth": {"place": {"c2": "PFALZ", "cy": "DE", "lg": 8, "lat": 49.33333, "name": "LANDAU", "geoid": 0}, "date-ut": "1882-09-27 16:58"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2224"}, "ids-in-sources": {"a3": "2224"}}, "raw": {"H": "17", "MN": "58", "TZ": "-1", "COD": "PFALZ", "COU": "G", "DAY": "27", "LAT": "49N20", "LON": "8E 0", "MON": "9", "NUM": "2224", "PRO": "M", "SEC": "0", "YEA": "1882", "CITY": "LANDAU"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7936	achten-victor-1893-02-04	{"a3": "2225"}	{"lerrcp": "A3-2225"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Achten", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "notime": null, "date-ut": "1893-02-04 02:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Achten"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "date-ut": "1893-02-04 02:30:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2225"}, "ids-in-sources": {"a3": "2225"}}, "raw": {"H": "2", "MN": "30", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "4", "LAT": "50N51", "LON": "4E15", "MON": "2", "NUM": "2225", "PRO": "M", "SEC": "0", "YEA": "1893", "CITY": "SCHAERBEEK"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7937	adam-auguste-1865-06-03	{"a3": "2226"}	{"lerrcp": "A3-2226"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Adam", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "notime": null, "date-ut": "1865-06-03 10:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Adam"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "date-ut": "1865-06-03 10:12:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2226"}, "ids-in-sources": {"a3": "2226"}}, "raw": {"H": "10", "MN": "12", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "3", "LAT": "50N20", "LON": "4E30", "MON": "6", "NUM": "2226", "PRO": "M", "SEC": "0", "YEA": "1865", "CITY": "NAMUR"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7938	adam-jules-1868-06-11	{"a3": "2227"}	{"lerrcp": "A3-2227"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Adam", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1868-06-11 01:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Adam"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1868-06-11 01:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2227"}, "ids-in-sources": {"a3": "2227"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "11", "LAT": "51N14", "LON": "4E30", "MON": "6", "NUM": "2227", "PRO": "M", "SEC": "0", "YEA": "1868", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7939	aerts-arthur-1872-12-22	{"a3": "2228"}	{"lerrcp": "A3-2228"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Aerts", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1872-12-22 21:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Aerts"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1872-12-22 21:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2228"}, "ids-in-sources": {"a3": "2228"}}, "raw": {"H": "21", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "22", "LAT": "51N14", "LON": "4E30", "MON": "12", "NUM": "2228", "PRO": "M", "SEC": "0", "YEA": "1872", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7940	amelot-louis-1857-08-26	{"a3": "2229"}	{"lerrcp": "A3-2229"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Amelot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1857-08-26 13:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Amelot"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1857-08-26 13:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2229"}, "ids-in-sources": {"a3": "2229"}}, "raw": {"H": "13", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "26", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "2229", "PRO": "M", "SEC": "0", "YEA": "1857", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7941	gauquelin-a3-2230-1874-11-16	{"a3": "2230"}	{"lerrcp": "A3-2230"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2230", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LENS/GEER", "geoid": 0}, "notime": null, "date-ut": "1874-11-16 01:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2230"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LENS/GEER", "geoid": 0}, "date-ut": "1874-11-16 01:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2230"}, "ids-in-sources": {"a3": "2230"}}, "raw": {"H": "1", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "16", "LAT": "50N39", "LON": "5E30", "MON": "11", "NUM": "2230", "PRO": "M", "SEC": "0", "YEA": "1874", "CITY": "LENS/GEER"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7942	anethau-jules-1803-04-23	{"a3": "2231"}	{"lerrcp": "A3-2231"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Anethau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1803-04-23 11:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Anethau"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1803-04-23 11:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2231"}, "ids-in-sources": {"a3": "2231"}}, "raw": {"H": "11", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "23", "LAT": "50N51", "LON": "4E15", "MON": "4", "NUM": "2231", "PRO": "M", "SEC": "0", "YEA": "1803", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7943	ardevel-albert-1874-02-26	{"a3": "2232"}	{"lerrcp": "A3-2232"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Ardevel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "HALLE", "geoid": 0}, "notime": null, "date-ut": "1874-02-26 00:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Ardevel"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "HALLE", "geoid": 0}, "date-ut": "1874-02-26 00:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2232"}, "ids-in-sources": {"a3": "2232"}}, "raw": {"H": "0", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "26", "LAT": "50N51", "LON": "4E15", "MON": "2", "NUM": "2232", "PRO": "M", "SEC": "0", "YEA": "1874", "CITY": "HALLE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7944	arickx-jules-1869-08-23	{"a3": "2233"}	{"lerrcp": "A3-2233"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Arickx", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVI", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "TERMONDE", "geoid": 0}, "notime": null, "date-ut": "1869-08-23 07:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Arickx"}, "birth": {"place": {"c2": "OVI", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "TERMONDE", "geoid": 0}, "date-ut": "1869-08-23 07:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2233"}, "ids-in-sources": {"a3": "2233"}}, "raw": {"H": "7", "MN": "45", "TZ": "0", "COD": "OVI", "COU": "B", "DAY": "23", "LAT": "51N 5", "LON": "3E45", "MON": "8", "NUM": "2233", "PRO": "M", "SEC": "0", "YEA": "1869", "CITY": "TERMONDE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7945	arnold-rodolphe-1876-03-23	{"a3": "2234"}	{"lerrcp": "A3-2234"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rodolphe", "family": "Arnold", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "ROCHEFORT", "geoid": 0}, "notime": null, "date-ut": "1876-03-23 22:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Rodolphe", "family": "Arnold"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "ROCHEFORT", "geoid": 0}, "date-ut": "1876-03-23 22:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2234"}, "ids-in-sources": {"a3": "2234"}}, "raw": {"H": "22", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "23", "LAT": "50N20", "LON": "4E30", "MON": "3", "NUM": "2234", "PRO": "M", "SEC": "0", "YEA": "1876", "CITY": "ROCHEFORT"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7946	augustin-guillaume-1860-06-14	{"a3": "2235"}	{"lerrcp": "A3-2235"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guillaume", "family": "Augustin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "VIANDEN-GD DUCH", "geoid": 0}, "notime": null, "date-ut": "1860-06-14 06:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Guillaume", "family": "Augustin"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "VIANDEN-GD DUCH", "geoid": 0}, "date-ut": "1860-06-14 06:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2235"}, "ids-in-sources": {"a3": "2235"}}, "raw": {"H": "6", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "14", "LAT": "51N 5", "LON": "3E45", "MON": "6", "NUM": "2235", "PRO": "M", "SEC": "0", "YEA": "1860", "CITY": "VIANDEN-GD DUCH"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7947	avaert-henri-1851-10-04	{"a3": "2236"}	{"lerrcp": "A3-2236"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Avaert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-JOSSE-TEN-NO", "geoid": 0}, "notime": null, "date-ut": "1851-10-04 05:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Avaert"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-JOSSE-TEN-NO", "geoid": 0}, "date-ut": "1851-10-04 05:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2236"}, "ids-in-sources": {"a3": "2236"}}, "raw": {"H": "5", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "4", "LAT": "50N51", "LON": "4E15", "MON": "10", "NUM": "2236", "PRO": "M", "SEC": "0", "YEA": "1851", "CITY": "ST-JOSSE-TEN-NO"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7948	badart-joseph-1871-08-05	{"a3": "2237"}	{"lerrcp": "A3-2237"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Badart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "PETIT-ROEULX-LE", "geoid": 0}, "notime": null, "date-ut": "1871-08-05 01:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Badart"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "PETIT-ROEULX-LE", "geoid": 0}, "date-ut": "1871-08-05 01:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2237"}, "ids-in-sources": {"a3": "2237"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "5", "LAT": "50N23", "LON": "4E30", "MON": "8", "NUM": "2237", "PRO": "M", "SEC": "0", "YEA": "1871", "CITY": "PETIT-ROEULX-LE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7949	baert-ernest-1860-08-12	{"a3": "2238"}	{"lerrcp": "A3-2238"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Baert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1860-08-12 10:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Baert"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1860-08-12 10:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2238"}, "ids-in-sources": {"a3": "2238"}}, "raw": {"H": "10", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "12", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "2238", "PRO": "M", "SEC": "0", "YEA": "1860", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7950	balot-maximilian-1890-05-29	{"a3": "2239"}	{"lerrcp": "A3-2239"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maximilian", "family": "Balot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "GEMBLOUX", "geoid": 0}, "notime": null, "date-ut": "1890-05-29 18:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maximilian", "family": "Balot"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "GEMBLOUX", "geoid": 0}, "date-ut": "1890-05-29 18:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2239"}, "ids-in-sources": {"a3": "2239"}}, "raw": {"H": "18", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "29", "LAT": "50N20", "LON": "4E30", "MON": "5", "NUM": "2239", "PRO": "M", "SEC": "0", "YEA": "1890", "CITY": "GEMBLOUX"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17918	buisson-martial-1890-02-15	{"e1": "286"}	{"lerrcp": "E1-286"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Martial", "family": "Buisson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05", "date": "1890-02-15 14:00", "note": null, "place": {"c1": null, "c2": "87", "c3": "", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1890-02-15 13:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Martial", "family": "Buisson"}, "birth": {"tzo": "+00:05", "date": "1890-02-15 14:00", "place": {"c2": "87", "c3": "", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1890-02-15 13:55"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "286"}}, "raw": {"H": "14:00", "COD": "87", "DAY": "15", "MON": "02", "NUM": "0286", "PRO": "EX", "YEA": "1890", "CITY": "Limoges", "NAME": "BUISSON Martial", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
7953	gauquelin-a3-2242-1864-12-15	{"a3": "2242"}	{"lerrcp": "A3-2242"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2242", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NOVILLE-LES-BOI", "geoid": 0}, "notime": null, "date-ut": "1864-12-15 23:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2242"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NOVILLE-LES-BOI", "geoid": 0}, "date-ut": "1864-12-15 23:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2242"}, "ids-in-sources": {"a3": "2242"}}, "raw": {"H": "23", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "15", "LAT": "50N20", "LON": "4E30", "MON": "12", "NUM": "2242", "PRO": "M", "SEC": "0", "YEA": "1864", "CITY": "NOVILLE-LES-BOI"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7952	bara-jules-1835-08-23	{"a3": "2241", "a5": "2127"}	{"lerrcp": "A3-2241"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Bara", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "notime": null, "date-ut": "1835-08-23 07:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Bara"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "date-ut": "1835-08-23 07:12:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2241"}, "ids-in-sources": {"a3": "2241"}}, "raw": {"H": "7", "MN": "12", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "23", "LAT": "50N23", "LON": "4E30", "MON": "8", "NUM": "2241", "PRO": "M", "SEC": "0", "YEA": "1835", "CITY": "TOURNAI"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "2127"}}, "raw": {"H": "7", "MN": "12", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "23", "LAT": "50N23", "LON": "4E30", "MON": "8", "NUM": "2127", "PRO": "PT", "SEC": "0", "YEA": "1835", "CITY": "TOURNAI"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
7954	gauquelin-a3-2243-1850-05-26	{"a3": "2243"}	{"lerrcp": "A3-2243"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2243", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "notime": null, "date-ut": "1850-05-26 19:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2243"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "date-ut": "1850-05-26 19:47:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2243"}, "ids-in-sources": {"a3": "2243"}}, "raw": {"H": "19", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "26", "LAT": "51N13", "LON": "3E15", "MON": "5", "NUM": "2243", "PRO": "M", "SEC": "0", "YEA": "1850", "CITY": "BRUGES"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7955	becker-francois-1886-01-28	{"a3": "2244"}	{"lerrcp": "A3-2244"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Becker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "notime": null, "date-ut": "1886-01-28 07:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Becker"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "date-ut": "1886-01-28 07:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2244"}, "ids-in-sources": {"a3": "2244"}}, "raw": {"H": "7", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "28", "LAT": "51N14", "LON": "4E30", "MON": "1", "NUM": "2244", "PRO": "M", "SEC": "0", "YEA": "1886", "CITY": "MALINES"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7956	becker-jerome-1850-08-29	{"a3": "2245"}	{"lerrcp": "A3-2245"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jerome", "family": "Becker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "CALMPTHOUT", "geoid": 0}, "notime": null, "date-ut": "1850-08-29 22:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jerome", "family": "Becker"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "CALMPTHOUT", "geoid": 0}, "date-ut": "1850-08-29 22:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2245"}, "ids-in-sources": {"a3": "2245"}}, "raw": {"H": "22", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "29", "LAT": "51N14", "LON": "4E30", "MON": "8", "NUM": "2245", "PRO": "M", "SEC": "0", "YEA": "1850", "CITY": "CALMPTHOUT"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7957	beernaert-auguste-1829-07-26	{"a3": "2246"}	{"lerrcp": "A3-2246"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Beernaert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OSTENDE", "geoid": 0}, "notime": null, "date-ut": "1829-07-26 00:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Beernaert"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OSTENDE", "geoid": 0}, "date-ut": "1829-07-26 00:47:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2246"}, "ids-in-sources": {"a3": "2246"}}, "raw": {"H": "0", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "26", "LAT": "51N13", "LON": "3E15", "MON": "7", "NUM": "2246", "PRO": "M", "SEC": "0", "YEA": "1829", "CITY": "OSTENDE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7958	gauquelin-a3-2247-1861-09-06	{"a3": "2247"}	{"lerrcp": "A3-2247"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2247", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "OOSTVLETEREN", "geoid": 0}, "notime": null, "date-ut": "1861-09-06 08:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2247"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "OOSTVLETEREN", "geoid": 0}, "date-ut": "1861-09-06 08:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2247"}, "ids-in-sources": {"a3": "2247"}}, "raw": {"H": "8", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "6", "LAT": "51N 5", "LON": "3E45", "MON": "9", "NUM": "2247", "PRO": "M", "SEC": "0", "YEA": "1861", "CITY": "OOSTVLETEREN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7959	bernard-theophile-1865-03-30	{"a3": "2248"}	{"lerrcp": "A3-2248"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theophile", "family": "Bernard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "notime": null, "date-ut": "1865-03-30 01:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Theophile", "family": "Bernard"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "date-ut": "1865-03-30 01:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2248"}, "ids-in-sources": {"a3": "2248"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "30", "LAT": "50N23", "LON": "4E30", "MON": "3", "NUM": "2248", "PRO": "M", "SEC": "0", "YEA": "1865", "CITY": "MONS"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17919	bulin-rene-1920-08-08	{"e1": "287"}	{"lerrcp": "E1-287"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Bulin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-08-08 22:30", "note": null, "place": {"c1": null, "c2": "52", "c3": "", "cy": "FR", "lg": 5.33308, "lat": 47.86263, "name": "Langres", "geoid": 3007680}, "notime": null, "date-ut": "1920-08-08 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "René", "family": "Bulin"}, "birth": {"tzo": "+01:00", "date": "1920-08-08 22:30", "place": {"c2": "52", "c3": "", "cy": "FR", "lg": 5.33308, "lat": 47.86263, "name": "Langres", "geoid": 3007680}, "date-ut": "1920-08-08 21:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "287"}}, "raw": {"H": "22:30", "COD": "52", "DAY": "08", "MON": "08", "NUM": "0287", "PRO": "MI", "YEA": "1920", "CITY": "Langres", "NAME": "BULIN René", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
7961	beughem-houthem-chales-1895-02-14	{"a3": "2250"}	{"lerrcp": "A3-2250"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Beughem Houthem Chales", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ETTERBEEK", "geoid": 0}, "notime": null, "date-ut": "1895-02-14 07:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Beughem Houthem Chales"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ETTERBEEK", "geoid": 0}, "date-ut": "1895-02-14 07:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2250"}, "ids-in-sources": {"a3": "2250"}}, "raw": {"H": "7", "MN": "45", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "14", "LAT": "50N51", "LON": "4E15", "MON": "2", "NUM": "2250", "PRO": "M", "SEC": "0", "YEA": "1895", "CITY": "ETTERBEEK"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7962	beyaert-joseph-1890-01-03	{"a3": "2251"}	{"lerrcp": "A3-2251"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Beyaert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "COURTRAI", "geoid": 0}, "notime": null, "date-ut": "1890-01-03 03:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Beyaert"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "COURTRAI", "geoid": 0}, "date-ut": "1890-01-03 03:47:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2251"}, "ids-in-sources": {"a3": "2251"}}, "raw": {"H": "3", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "3", "LAT": "51N13", "LON": "3E15", "MON": "1", "NUM": "2251", "PRO": "M", "SEC": "0", "YEA": "1890", "CITY": "COURTRAI"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7963	bia-lucien-1852-12-02	{"a3": "2252"}	{"lerrcp": "A3-2252"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Bia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1852-12-02 16:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Bia"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1852-12-02 16:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2252"}, "ids-in-sources": {"a3": "2252"}}, "raw": {"H": "16", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "2", "LAT": "50N39", "LON": "5E30", "MON": "12", "NUM": "2252", "PRO": "M", "SEC": "0", "YEA": "1852", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7964	bienaime-leon-1874-01-25	{"a3": "2253"}	{"lerrcp": "A3-2253"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Bienaime", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-JOSSE-TEN-NO", "geoid": 0}, "notime": null, "date-ut": "1874-01-25 17:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Bienaime"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-JOSSE-TEN-NO", "geoid": 0}, "date-ut": "1874-01-25 17:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2253"}, "ids-in-sources": {"a3": "2253"}}, "raw": {"H": "17", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "25", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "2253", "PRO": "M", "SEC": "0", "YEA": "1874", "CITY": "ST-JOSSE-TEN-NO"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7965	blaise-isidore-1864-01-22	{"a3": "2254"}	{"lerrcp": "A3-2254"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Isidore", "family": "Blaise", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LOUVEIGNE", "geoid": 0}, "notime": null, "date-ut": "1864-01-22 10:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Isidore", "family": "Blaise"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LOUVEIGNE", "geoid": 0}, "date-ut": "1864-01-22 10:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2254"}, "ids-in-sources": {"a3": "2254"}}, "raw": {"H": "10", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "22", "LAT": "50N39", "LON": "5E30", "MON": "1", "NUM": "2254", "PRO": "M", "SEC": "0", "YEA": "1864", "CITY": "LOUVEIGNE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7966	bloch-emile-1883-05-26	{"a3": "2255"}	{"lerrcp": "A3-2255"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Bloch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "ARLON", "geoid": 0}, "notime": null, "date-ut": "1883-05-26 05:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Bloch"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "ARLON", "geoid": 0}, "date-ut": "1883-05-26 05:39:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2255"}, "ids-in-sources": {"a3": "2255"}}, "raw": {"H": "5", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "26", "LAT": "50N 2", "LON": "5E15", "MON": "5", "NUM": "2255", "PRO": "M", "SEC": "0", "YEA": "1883", "CITY": "ARLON"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7967	blondiau-rene-1887-07-07	{"a3": "2256"}	{"lerrcp": "A3-2256"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Blondiau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "notime": null, "date-ut": "1887-07-07 11:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "René", "family": "Blondiau"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "date-ut": "1887-07-07 11:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2256"}, "ids-in-sources": {"a3": "2256"}}, "raw": {"H": "11", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "7", "LAT": "50N23", "LON": "4E30", "MON": "7", "NUM": "2256", "PRO": "M", "SEC": "0", "YEA": "1887", "CITY": "MONS"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7968	bock-achille-1869-10-26	{"a3": "2257"}	{"lerrcp": "A3-2257"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Achille", "family": "Bock", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "LEUPEGEM", "geoid": 0}, "notime": null, "date-ut": "1869-10-26 22:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Achille", "family": "Bock"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "LEUPEGEM", "geoid": 0}, "date-ut": "1869-10-26 22:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2257"}, "ids-in-sources": {"a3": "2257"}}, "raw": {"H": "22", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "26", "LAT": "51N 5", "LON": "3E45", "MON": "10", "NUM": "2257", "PRO": "M", "SEC": "0", "YEA": "1869", "CITY": "LEUPEGEM"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7969	bodson-oscar-1856-01-05	{"a3": "2258"}	{"lerrcp": "A3-2258"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oscar", "family": "Bodson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1856-01-05 21:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Oscar", "family": "Bodson"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1856-01-05 21:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2258"}, "ids-in-sources": {"a3": "2258"}}, "raw": {"H": "21", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "5", "LAT": "51N14", "LON": "4E30", "MON": "1", "NUM": "2258", "PRO": "M", "SEC": "0", "YEA": "1856", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7970	boetz-paul-1860-07-13	{"a3": "2259"}	{"lerrcp": "A3-2259"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Boetz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "SOIGNIES", "geoid": 0}, "notime": null, "date-ut": "1860-07-13 10:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Boetz"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "SOIGNIES", "geoid": 0}, "date-ut": "1860-07-13 10:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2259"}, "ids-in-sources": {"a3": "2259"}}, "raw": {"H": "10", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "13", "LAT": "50N23", "LON": "4E30", "MON": "7", "NUM": "2259", "PRO": "M", "SEC": "0", "YEA": "1860", "CITY": "SOIGNIES"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7971	bogaerde-jules-1857-04-14	{"a3": "2260"}	{"lerrcp": "A3-2260"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Bogaerde", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1857-04-14 00:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Bogaerde"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1857-04-14 00:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2260"}, "ids-in-sources": {"a3": "2260"}}, "raw": {"H": "0", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "14", "LAT": "50N39", "LON": "5E30", "MON": "4", "NUM": "2260", "PRO": "M", "SEC": "0", "YEA": "1857", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7972	boigelot-andre-1865-01-05	{"a3": "2261"}	{"lerrcp": "A3-2261"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Boigelot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ST-VAAST-LA-LOU", "geoid": 0}, "notime": null, "date-ut": "1865-01-05 07:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Boigelot"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ST-VAAST-LA-LOU", "geoid": 0}, "date-ut": "1865-01-05 07:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2261"}, "ids-in-sources": {"a3": "2261"}}, "raw": {"H": "7", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "5", "LAT": "50N23", "LON": "4E30", "MON": "1", "NUM": "2261", "PRO": "M", "SEC": "0", "YEA": "1865", "CITY": "ST-VAAST-LA-LOU"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7973	bollen-jean-1862-01-30	{"a3": "2262"}	{"lerrcp": "A3-2262"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bollen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1862-01-30 14:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bollen"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1862-01-30 14:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2262"}, "ids-in-sources": {"a3": "2262"}}, "raw": {"H": "14", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "30", "LAT": "50N39", "LON": "5E30", "MON": "1", "NUM": "2262", "PRO": "M", "SEC": "0", "YEA": "1862", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7974	borsut-cyrille-1869-05-09	{"a3": "2263"}	{"lerrcp": "A3-2263"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cyrille", "family": "Borsut", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "BARONHEID-FRANC", "geoid": 0}, "notime": null, "date-ut": "1869-05-09 15:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Cyrille", "family": "Borsut"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "BARONHEID-FRANC", "geoid": 0}, "date-ut": "1869-05-09 15:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2263"}, "ids-in-sources": {"a3": "2263"}}, "raw": {"H": "15", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "9", "LAT": "50N39", "LON": "5E30", "MON": "5", "NUM": "2263", "PRO": "M", "SEC": "0", "YEA": "1869", "CITY": "BARONHEID-FRANC"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7975	bouckaert-daniel-1891-02-10	{"a3": "2264"}	{"lerrcp": "A3-2264"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "Bouckaert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "EECLOO", "geoid": 0}, "notime": null, "date-ut": "1891-02-10 07:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Daniel", "family": "Bouckaert"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "EECLOO", "geoid": 0}, "date-ut": "1891-02-10 07:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2264"}, "ids-in-sources": {"a3": "2264"}}, "raw": {"H": "7", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "10", "LAT": "51N 5", "LON": "3E45", "MON": "2", "NUM": "2264", "PRO": "M", "SEC": "0", "YEA": "1891", "CITY": "EECLOO"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7976	boulenger-georges-1858-10-19	{"a3": "2265"}	{"lerrcp": "A3-2265"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Boulenger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1858-10-19 21:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Boulenger"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1858-10-19 21:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2265"}, "ids-in-sources": {"a3": "2265"}}, "raw": {"H": "21", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "19", "LAT": "50N51", "LON": "4E15", "MON": "10", "NUM": "2265", "PRO": "M", "SEC": "0", "YEA": "1858", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7977	gauquelin-a3-2266-1862-06-20	{"a3": "2266"}	{"lerrcp": "A3-2266"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2266", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "notime": null, "date-ut": "1862-06-20 23:58:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2266"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "date-ut": "1862-06-20 23:58:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2266"}, "ids-in-sources": {"a3": "2266"}}, "raw": {"H": "23", "MN": "58", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "20", "LAT": "50N51", "LON": "4E15", "MON": "6", "NUM": "2266", "PRO": "M", "SEC": "0", "YEA": "1862", "CITY": "IXELLES"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7978	bouvier-adhemar-1877-10-14	{"a3": "2267"}	{"lerrcp": "A3-2267"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adhemar", "family": "Bouvier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-GILLES", "geoid": 0}, "notime": null, "date-ut": "1877-10-14 01:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adhemar", "family": "Bouvier"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-GILLES", "geoid": 0}, "date-ut": "1877-10-14 01:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2267"}, "ids-in-sources": {"a3": "2267"}}, "raw": {"H": "1", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "14", "LAT": "50N51", "LON": "4E15", "MON": "10", "NUM": "2267", "PRO": "M", "SEC": "0", "YEA": "1877", "CITY": "ST-GILLES"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7979	bove-adolphe-1885-04-02	{"a3": "2268"}	{"lerrcp": "A3-2268"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Bove", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "WETTEREN", "geoid": 0}, "notime": null, "date-ut": "1885-04-02 19:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Bove"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "WETTEREN", "geoid": 0}, "date-ut": "1885-04-02 19:15:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2268"}, "ids-in-sources": {"a3": "2268"}}, "raw": {"H": "19", "MN": "15", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "2", "LAT": "51N 5", "LON": "3E45", "MON": "4", "NUM": "2268", "PRO": "M", "SEC": "0", "YEA": "1885", "CITY": "WETTEREN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7980	braconnier-charles-1849-06-28	{"a3": "2269"}	{"lerrcp": "A3-2269"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Braconnier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "ARLON", "geoid": 0}, "notime": null, "date-ut": "1849-06-28 09:09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Braconnier"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "ARLON", "geoid": 0}, "date-ut": "1849-06-28 09:09:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2269"}, "ids-in-sources": {"a3": "2269"}}, "raw": {"H": "9", "MN": "9", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "28", "LAT": "50N 2", "LON": "5E15", "MON": "6", "NUM": "2269", "PRO": "M", "SEC": "0", "YEA": "1849", "CITY": "ARLON"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7981	braconnier-leon-1850-06-09	{"a3": "2270"}	{"lerrcp": "A3-2270"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Braconnier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "ARLON", "geoid": 0}, "notime": null, "date-ut": "1850-06-09 15:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Braconnier"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "ARLON", "geoid": 0}, "date-ut": "1850-06-09 15:39:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2270"}, "ids-in-sources": {"a3": "2270"}}, "raw": {"H": "15", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "9", "LAT": "50N 2", "LON": "5E15", "MON": "6", "NUM": "2270", "PRO": "M", "SEC": "0", "YEA": "1850", "CITY": "ARLON"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7982	braive-emile-1860-05-05	{"a3": "2271"}	{"lerrcp": "A3-2271"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Braive", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OSTENDE", "geoid": 0}, "notime": null, "date-ut": "1860-05-05 11:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Braive"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OSTENDE", "geoid": 0}, "date-ut": "1860-05-05 11:47:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2271"}, "ids-in-sources": {"a3": "2271"}}, "raw": {"H": "11", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "5", "LAT": "51N13", "LON": "3E15", "MON": "5", "NUM": "2271", "PRO": "M", "SEC": "0", "YEA": "1860", "CITY": "OSTENDE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7983	branden-jan-1885-02-15	{"a3": "2272"}	{"lerrcp": "A3-2272"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Branden", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MECHELEN", "geoid": 0}, "notime": null, "date-ut": "1885-02-15 04:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Branden"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MECHELEN", "geoid": 0}, "date-ut": "1885-02-15 04:12:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2272"}, "ids-in-sources": {"a3": "2272"}}, "raw": {"H": "4", "MN": "12", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "15", "LAT": "51N14", "LON": "4E30", "MON": "2", "NUM": "2272", "PRO": "M", "SEC": "0", "YEA": "1885", "CITY": "MECHELEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7984	brasseur-clement-1863-08-19	{"a3": "2273"}	{"lerrcp": "A3-2273"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clément", "family": "Brasseur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "OISY-GODINNE", "geoid": 0}, "notime": null, "date-ut": "1863-08-19 10:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Clément", "family": "Brasseur"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "OISY-GODINNE", "geoid": 0}, "date-ut": "1863-08-19 10:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2273"}, "ids-in-sources": {"a3": "2273"}}, "raw": {"H": "10", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "19", "LAT": "50N20", "LON": "4E30", "MON": "8", "NUM": "2273", "PRO": "M", "SEC": "0", "YEA": "1863", "CITY": "OISY-GODINNE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17920	bureau-robert-1898-04-09	{"e1": "288"}	{"lerrcp": "E1-288"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Bureau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-04-09 15:45", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1898-04-09 15:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Bureau"}, "birth": {"tzo": "+00:09", "date": "1898-04-09 15:45", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1898-04-09 15:36"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "288"}}, "raw": {"H": "15:45", "COD": "44", "DAY": "09", "MON": "04", "NUM": "0288", "PRO": "PH", "YEA": "1898", "CITY": "Nantes", "NAME": "BUREAU Robert", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
7986	gauquelin-a3-2275-1863-04-18	{"a3": "2275"}	{"lerrcp": "A3-2275"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2275", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-JOSSE-TEN-NO", "geoid": 0}, "notime": null, "date-ut": "1863-04-18 10:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2275"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-JOSSE-TEN-NO", "geoid": 0}, "date-ut": "1863-04-18 10:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2275"}, "ids-in-sources": {"a3": "2275"}}, "raw": {"H": "10", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "18", "LAT": "50N51", "LON": "4E15", "MON": "4", "NUM": "2275", "PRO": "M", "SEC": "0", "YEA": "1863", "CITY": "ST-JOSSE-TEN-NO"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7987	briart-paul-1860-01-03	{"a3": "2276"}	{"lerrcp": "A3-2276"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Briart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CHAPELLE-LEZ-HE", "geoid": 0}, "notime": null, "date-ut": "1860-01-03 19:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Briart"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CHAPELLE-LEZ-HE", "geoid": 0}, "date-ut": "1860-01-03 19:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2276"}, "ids-in-sources": {"a3": "2276"}}, "raw": {"H": "19", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "3", "LAT": "50N23", "LON": "4E30", "MON": "1", "NUM": "2276", "PRO": "M", "SEC": "0", "YEA": "1860", "CITY": "CHAPELLE-LEZ-HE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7988	briers-pierre-1877-05-02	{"a3": "2277"}	{"lerrcp": "A3-2277"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Briers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "notime": null, "date-ut": "1877-05-02 04:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Briers"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "date-ut": "1877-05-02 04:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2277"}, "ids-in-sources": {"a3": "2277"}}, "raw": {"H": "4", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "2", "LAT": "51N14", "LON": "4E30", "MON": "5", "NUM": "2277", "PRO": "M", "SEC": "0", "YEA": "1877", "CITY": "MALINES"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7989	broden-alphonse-1875-09-10	{"a3": "2278"}	{"lerrcp": "A3-2278"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Broden", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "DIEST", "geoid": 0}, "notime": null, "date-ut": "1875-09-10 02:13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Broden"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "DIEST", "geoid": 0}, "date-ut": "1875-09-10 02:13:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2278"}, "ids-in-sources": {"a3": "2278"}}, "raw": {"H": "2", "MN": "13", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "10", "LAT": "50N51", "LON": "4E15", "MON": "9", "NUM": "2278", "PRO": "M", "SEC": "0", "YEA": "1875", "CITY": "DIEST"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7990	brodheoux-emile-1873-08-19	{"a3": "2279"}	{"lerrcp": "A3-2279"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Brodheoux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "BOUSSU-EN-FAGNE", "geoid": 0}, "notime": null, "date-ut": "1873-08-19 18:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Brodheoux"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "BOUSSU-EN-FAGNE", "geoid": 0}, "date-ut": "1873-08-19 18:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2279"}, "ids-in-sources": {"a3": "2279"}}, "raw": {"H": "18", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "19", "LAT": "50N20", "LON": "4E30", "MON": "8", "NUM": "2279", "PRO": "M", "SEC": "0", "YEA": "1873", "CITY": "BOUSSU-EN-FAGNE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7991	broeck-leon-1863-06-26	{"a3": "2280"}	{"lerrcp": "A3-2280"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Broeck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MECHELEN", "geoid": 0}, "notime": null, "date-ut": "1863-06-26 10:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Broeck"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MECHELEN", "geoid": 0}, "date-ut": "1863-06-26 10:12:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2280"}, "ids-in-sources": {"a3": "2280"}}, "raw": {"H": "10", "MN": "12", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "26", "LAT": "51N14", "LON": "4E30", "MON": "6", "NUM": "2280", "PRO": "M", "SEC": "0", "YEA": "1863", "CITY": "MECHELEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7992	browne-teige-alexandre-1841-06-05	{"a3": "2281"}	{"lerrcp": "A3-2281"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Browne Teige Alexandre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "BERCHEM-LES-ANV", "geoid": 0}, "notime": null, "date-ut": "1841-06-05 06:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Browne Teige Alexandre"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "BERCHEM-LES-ANV", "geoid": 0}, "date-ut": "1841-06-05 06:15:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2281"}, "ids-in-sources": {"a3": "2281"}}, "raw": {"H": "6", "MN": "15", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "5", "LAT": "51N 5", "LON": "3E45", "MON": "6", "NUM": "2281", "PRO": "M", "SEC": "0", "YEA": "1841", "CITY": "BERCHEM-LES-ANV"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7993	bruneel-alberic-1863-01-05	{"a3": "2282"}	{"lerrcp": "A3-2282"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberic", "family": "Bruneel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "RENAIX", "geoid": 0}, "notime": null, "date-ut": "1863-01-05 10:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alberic", "family": "Bruneel"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "RENAIX", "geoid": 0}, "date-ut": "1863-01-05 10:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2282"}, "ids-in-sources": {"a3": "2282"}}, "raw": {"H": "10", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "5", "LAT": "51N 5", "LON": "3E45", "MON": "1", "NUM": "2282", "PRO": "M", "SEC": "0", "YEA": "1863", "CITY": "RENAIX"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7994	bruyne-henri-1868-02-02	{"a3": "2283"}	{"lerrcp": "A3-2283"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Bruyne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BLANCKENBERGHE", "geoid": 0}, "notime": null, "date-ut": "1868-02-02 12:17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Bruyne"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BLANCKENBERGHE", "geoid": 0}, "date-ut": "1868-02-02 12:17:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2283"}, "ids-in-sources": {"a3": "2283"}}, "raw": {"H": "12", "MN": "17", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "2", "LAT": "51N13", "LON": "3E15", "MON": "2", "NUM": "2283", "PRO": "M", "SEC": "0", "YEA": "1868", "CITY": "BLANCKENBERGHE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7995	boquo-frederic-1869-03-07	{"a3": "2284"}	{"lerrcp": "A3-2284"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Boquo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1869-03-07 16:57:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Boquo"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1869-03-07 16:57:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2284"}, "ids-in-sources": {"a3": "2284"}}, "raw": {"H": "16", "MN": "57", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "7", "LAT": "51N14", "LON": "4E30", "MON": "3", "NUM": "2284", "PRO": "M", "SEC": "0", "YEA": "1869", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7996	burdo-adolphe-1849-01-31	{"a3": "2285"}	{"lerrcp": "A3-2285"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Burdo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1849-01-31 00:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Burdo"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1849-01-31 00:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2285"}, "ids-in-sources": {"a3": "2285"}}, "raw": {"H": "0", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "31", "LAT": "50N39", "LON": "5E30", "MON": "1", "NUM": "2285", "PRO": "M", "SEC": "0", "YEA": "1849", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17921	burg-constant-1924-06-28	{"e1": "289"}	{"lerrcp": "E1-289"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Constant", "family": "Burg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1924-06-28 00:45", "note": null, "place": {"c1": null, "c2": "57", "c3": "", "cy": "FR", "lg": 5.94418, "lat": 49.41787, "name": "Aumetz", "geoid": 3036107}, "notime": null, "date-ut": "1924-06-27 23:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Constant", "family": "Burg"}, "birth": {"tzo": "+01:00", "date": "1924-06-28 00:45", "place": {"c2": "57", "c3": "", "cy": "FR", "lg": 5.94418, "lat": 49.41787, "name": "Aumetz", "geoid": 3036107}, "date-ut": "1924-06-27 23:45"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "289"}}, "raw": {"H": "00:45", "COD": "57", "DAY": "28", "MON": "06", "NUM": "0289", "PRO": "PH", "YEA": "1924", "CITY": "Aumetz", "NAME": "BURG Constant", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
7998	cabra-alphonse-1862-07-30	{"a3": "2287"}	{"lerrcp": "A3-2287"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Cabra", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CHIEVRES", "geoid": 0}, "notime": null, "date-ut": "1862-07-30 16:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Cabra"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CHIEVRES", "geoid": 0}, "date-ut": "1862-07-30 16:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2287"}, "ids-in-sources": {"a3": "2287"}}, "raw": {"H": "16", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "30", "LAT": "50N23", "LON": "4E30", "MON": "7", "NUM": "2287", "PRO": "M", "SEC": "0", "YEA": "1862", "CITY": "CHIEVRES"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
7999	gauquelin-a3-2288-1871-11-26	{"a3": "2288"}	{"lerrcp": "A3-2288"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2288", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "ROCLENGE/GEER", "geoid": 0}, "notime": null, "date-ut": "1871-11-26 06:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2288"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "ROCLENGE/GEER", "geoid": 0}, "date-ut": "1871-11-26 06:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2288"}, "ids-in-sources": {"a3": "2288"}}, "raw": {"H": "6", "MN": "38", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "26", "LAT": "50N47", "LON": "5E30", "MON": "11", "NUM": "2288", "PRO": "M", "SEC": "0", "YEA": "1871", "CITY": "ROCLENGE/GEER"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8000	calonne-beaufaict-adolphe-1881-07-16	{"a3": "2289"}	{"lerrcp": "A3-2289"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Calonne-Beaufaict", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVI", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "YPRES", "geoid": 0}, "notime": null, "date-ut": "1881-07-16 08:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Calonne-Beaufaict"}, "birth": {"place": {"c2": "WVI", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "YPRES", "geoid": 0}, "date-ut": "1881-07-16 08:47:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2289"}, "ids-in-sources": {"a3": "2289"}}, "raw": {"H": "8", "MN": "47", "TZ": "0", "COD": "WVI", "COU": "B", "DAY": "16", "LAT": "51N13", "LON": "3E15", "MON": "7", "NUM": "2289", "PRO": "M", "SEC": "0", "YEA": "1881", "CITY": "YPRES"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8001	cambrier-ernest-1844-06-21	{"a3": "2290"}	{"lerrcp": "A3-2290"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Cambrier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ATH", "geoid": 0}, "notime": null, "date-ut": "1844-06-21 11:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Cambrier"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ATH", "geoid": 0}, "date-ut": "1844-06-21 11:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2290"}, "ids-in-sources": {"a3": "2290"}}, "raw": {"H": "11", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "21", "LAT": "50N23", "LON": "4E30", "MON": "6", "NUM": "2290", "PRO": "M", "SEC": "0", "YEA": "1844", "CITY": "ATH"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17922	burgeat-pierre-1896-12-14	{"e1": "290"}	{"lerrcp": "E1-290"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Burgeat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1896-12-14 00:15", "note": null, "place": {"c1": null, "c2": "52", "c3": "", "cy": "FR", "lg": 4.94892, "lat": 48.63773, "name": "Saint-Dizier", "geoid": 2980816}, "notime": null, "date-ut": "1896-12-14 00:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Burgeat"}, "birth": {"tzo": "+00:09", "date": "1896-12-14 00:15", "place": {"c2": "52", "c3": "", "cy": "FR", "lg": 4.94892, "lat": 48.63773, "name": "Saint-Dizier", "geoid": 2980816}, "date-ut": "1896-12-14 00:06"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "290"}}, "raw": {"H": "00:15", "COD": "52", "DAY": "14", "MON": "12", "NUM": "0290", "PRO": "PH", "YEA": "1896", "CITY": "St Dizier", "NAME": "BURGEAT Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
8003	carre-louis-1860-04-06	{"a3": "2292"}	{"lerrcp": "A3-2292"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Carre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "ARLON", "geoid": 0}, "notime": null, "date-ut": "1860-04-06 04:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Carre"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "ARLON", "geoid": 0}, "date-ut": "1860-04-06 04:39:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2292"}, "ids-in-sources": {"a3": "2292"}}, "raw": {"H": "4", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "6", "LAT": "50N 2", "LON": "5E15", "MON": "4", "NUM": "2292", "PRO": "M", "SEC": "0", "YEA": "1860", "CITY": "ARLON"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8004	cassieman-victor-1869-11-17	{"a3": "2293"}	{"lerrcp": "A3-2293"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Cassieman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "notime": null, "date-ut": "1869-11-17 21:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Cassieman"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "date-ut": "1869-11-17 21:47:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2293"}, "ids-in-sources": {"a3": "2293"}}, "raw": {"H": "21", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "17", "LAT": "51N13", "LON": "3E15", "MON": "11", "NUM": "2293", "PRO": "M", "SEC": "0", "YEA": "1869", "CITY": "BRUGES"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8005	cayen-alphonse-1885-03-01	{"a3": "2294"}	{"lerrcp": "A3-2294"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Cayen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "GEMBLOUX", "geoid": 0}, "notime": null, "date-ut": "1885-03-01 03:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Cayen"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "GEMBLOUX", "geoid": 0}, "date-ut": "1885-03-01 03:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2294"}, "ids-in-sources": {"a3": "2294"}}, "raw": {"H": "3", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "1", "LAT": "50N20", "LON": "4E30", "MON": "3", "NUM": "2294", "PRO": "M", "SEC": "0", "YEA": "1885", "CITY": "GEMBLOUX"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8006	chaltin-louis-1857-04-27	{"a3": "2295"}	{"lerrcp": "A3-2295"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Chaltin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "notime": null, "date-ut": "1857-04-27 21:13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Chaltin"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "date-ut": "1857-04-27 21:13:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2295"}, "ids-in-sources": {"a3": "2295"}}, "raw": {"H": "21", "MN": "13", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "27", "LAT": "50N51", "LON": "4E15", "MON": "4", "NUM": "2295", "PRO": "M", "SEC": "0", "YEA": "1857", "CITY": "IXELLES"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8007	chantraine-arthur-1885-02-22	{"a3": "2296"}	{"lerrcp": "A3-2296"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Chantraine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "FLAWINNE", "geoid": 0}, "notime": null, "date-ut": "1885-02-22 04:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Chantraine"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "FLAWINNE", "geoid": 0}, "date-ut": "1885-02-22 04:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2296"}, "ids-in-sources": {"a3": "2296"}}, "raw": {"H": "4", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "22", "LAT": "50N20", "LON": "4E30", "MON": "2", "NUM": "2296", "PRO": "M", "SEC": "0", "YEA": "1885", "CITY": "FLAWINNE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8008	charmanne-hector-1855-01-04	{"a3": "2297"}	{"lerrcp": "A3-2297"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hector", "family": "Charmanne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "YVES-GOMEZEE", "geoid": 0}, "notime": null, "date-ut": "1855-01-04 20:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hector", "family": "Charmanne"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "YVES-GOMEZEE", "geoid": 0}, "date-ut": "1855-01-04 20:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2297"}, "ids-in-sources": {"a3": "2297"}}, "raw": {"H": "20", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "4", "LAT": "50N20", "LON": "4E30", "MON": "1", "NUM": "2297", "PRO": "M", "SEC": "0", "YEA": "1855", "CITY": "YVES-GOMEZEE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17923	buser-pierre-1921-08-19	{"e1": "291"}	{"lerrcp": "E1-291"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Buser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-08-19 11:00", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1921-08-19 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Buser"}, "birth": {"tzo": "+01:00", "date": "1921-08-19 11:00", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1921-08-19 10:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "291"}}, "raw": {"H": "11:00", "COD": "67", "DAY": "19", "MON": "08", "NUM": "0291", "PRO": "PH", "YEA": "1921", "CITY": "Strasbourg", "NAME": "BUSER Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
8010	gauquelin-a3-2299-1858-05-27	{"a3": "2299"}	{"lerrcp": "A3-2299"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2299", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "DIEST", "geoid": 0}, "notime": null, "date-ut": "1858-05-27 06:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2299"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "DIEST", "geoid": 0}, "date-ut": "1858-05-27 06:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2299"}, "ids-in-sources": {"a3": "2299"}}, "raw": {"H": "6", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "27", "LAT": "50N51", "LON": "4E15", "MON": "5", "NUM": "2299", "PRO": "M", "SEC": "0", "YEA": "1858", "CITY": "DIEST"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8011	cipont-corneille-1892-04-24	{"a3": "2300"}	{"lerrcp": "A3-2300"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Corneille", "family": "Cipont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "LA LOUVIERE", "geoid": 0}, "notime": null, "date-ut": "1892-04-24 21:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Corneille", "family": "Cipont"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "LA LOUVIERE", "geoid": 0}, "date-ut": "1892-04-24 21:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2300"}, "ids-in-sources": {"a3": "2300"}}, "raw": {"H": "21", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "24", "LAT": "50N23", "LON": "4E30", "MON": "4", "NUM": "2300", "PRO": "M", "SEC": "0", "YEA": "1892", "CITY": "LA LOUVIERE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8012	clairbois-alphonse-1888-01-29	{"a3": "2301"}	{"lerrcp": "A3-2301"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Clairbois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "SOIGNIES", "geoid": 0}, "notime": null, "date-ut": "1888-01-29 05:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Clairbois"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "SOIGNIES", "geoid": 0}, "date-ut": "1888-01-29 05:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2301"}, "ids-in-sources": {"a3": "2301"}}, "raw": {"H": "5", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "29", "LAT": "50N23", "LON": "4E30", "MON": "1", "NUM": "2301", "PRO": "M", "SEC": "0", "YEA": "1888", "CITY": "SOIGNIES"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8013	gauquelin-a3-2302-1857-11-18	{"a3": "2302"}	{"lerrcp": "A3-2302"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2302", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "notime": null, "date-ut": "1857-11-18 04:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2302"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "date-ut": "1857-11-18 04:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2302"}, "ids-in-sources": {"a3": "2302"}}, "raw": {"H": "4", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "18", "LAT": "50N51", "LON": "4E15", "MON": "11", "NUM": "2302", "PRO": "M", "SEC": "0", "YEA": "1857", "CITY": "SCHAERBEEK"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8014	gauquelin-a3-2303-1874-11-16	{"a3": "2303"}	{"lerrcp": "A3-2303"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2303", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "PERWEZ", "geoid": 0}, "notime": null, "date-ut": "1874-11-16 01:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2303"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "PERWEZ", "geoid": 0}, "date-ut": "1874-11-16 01:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2303"}, "ids-in-sources": {"a3": "2303"}}, "raw": {"H": "1", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "16", "LAT": "50N51", "LON": "4E15", "MON": "11", "NUM": "2303", "PRO": "M", "SEC": "0", "YEA": "1874", "CITY": "PERWEZ"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8015	cock-jacques-1871-03-17	{"a3": "2304"}	{"lerrcp": "A3-2304"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Cock", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1871-03-17 07:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Cock"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1871-03-17 07:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2304"}, "ids-in-sources": {"a3": "2304"}}, "raw": {"H": "7", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "17", "LAT": "50N51", "LON": "4E15", "MON": "3", "NUM": "2304", "PRO": "M", "SEC": "0", "YEA": "1871", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8016	coeymans-mathieu-1880-12-30	{"a3": "2305"}	{"lerrcp": "A3-2305"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mathieu", "family": "Coeymans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LAEKEN", "geoid": 0}, "notime": null, "date-ut": "1880-12-30 01:13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Mathieu", "family": "Coeymans"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LAEKEN", "geoid": 0}, "date-ut": "1880-12-30 01:13:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2305"}, "ids-in-sources": {"a3": "2305"}}, "raw": {"H": "1", "MN": "13", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "30", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "2305", "PRO": "M", "SEC": "0", "YEA": "1880", "CITY": "LAEKEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8017	colfs-henri-1864-12-01	{"a3": "2306"}	{"lerrcp": "A3-2306"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Colfs", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1864-12-01 00:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Colfs"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1864-12-01 00:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2306"}, "ids-in-sources": {"a3": "2306"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "1", "LAT": "51N14", "LON": "4E30", "MON": "12", "NUM": "2306", "PRO": "M", "SEC": "0", "YEA": "1864", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8018	colignon-leon-1891-12-13	{"a3": "2307"}	{"lerrcp": "A3-2307"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Colignon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "BONINNE", "geoid": 0}, "notime": null, "date-ut": "1891-12-13 16:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Colignon"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "BONINNE", "geoid": 0}, "date-ut": "1891-12-13 16:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2307"}, "ids-in-sources": {"a3": "2307"}}, "raw": {"H": "16", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "13", "LAT": "50N20", "LON": "4E30", "MON": "12", "NUM": "2307", "PRO": "M", "SEC": "0", "YEA": "1891", "CITY": "BONINNE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8019	collet-georges-1870-12-20	{"a3": "2308"}	{"lerrcp": "A3-2308"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Collet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "notime": null, "date-ut": "1870-12-20 04:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Collet"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "date-ut": "1870-12-20 04:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2308"}, "ids-in-sources": {"a3": "2308"}}, "raw": {"H": "4", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "20", "LAT": "50N23", "LON": "4E30", "MON": "12", "NUM": "2308", "PRO": "M", "SEC": "0", "YEA": "1870", "CITY": "MONS"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8021	coninck-merckem-charles-1836-06-18	{"a3": "2310"}	{"lerrcp": "A3-2310"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Coninck Merckem Charles", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1836-06-18 09:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Coninck Merckem Charles"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1836-06-18 09:15:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2310"}, "ids-in-sources": {"a3": "2310"}}, "raw": {"H": "9", "MN": "15", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "18", "LAT": "51N 5", "LON": "3E45", "MON": "6", "NUM": "2310", "PRO": "M", "SEC": "0", "YEA": "1836", "CITY": "GAND"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17924	busnel-rene-guy-1914-11-30	{"e1": "292"}	{"lerrcp": "E1-292"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René Guy", "family": "Busnel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-11-30 20:00", "note": null, "place": {"c1": null, "c2": "58", "c3": "", "cy": "FR", "lg": 3.159, "lat": 46.98956, "name": "Nevers", "geoid": 2990474}, "notime": null, "date-ut": "1914-11-30 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René Guy", "family": "Busnel"}, "birth": {"tzo": "+00:00", "date": "1914-11-30 20:00", "place": {"c2": "58", "c3": "", "cy": "FR", "lg": 3.159, "lat": 46.98956, "name": "Nevers", "geoid": 2990474}, "date-ut": "1914-11-30 20:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "292"}}, "raw": {"H": "20:00", "COD": "58", "DAY": "30", "MON": "11", "NUM": "0292", "PRO": "PH", "YEA": "1914", "CITY": "Nevers", "NAME": "BUSNEL René Guy", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
8023	copette-leon-1876-10-04	{"a3": "2312"}	{"lerrcp": "A3-2312"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Copette", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "notime": null, "date-ut": "1876-10-04 20:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Copette"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "date-ut": "1876-10-04 20:12:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2312"}, "ids-in-sources": {"a3": "2312"}}, "raw": {"H": "20", "MN": "12", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "4", "LAT": "50N20", "LON": "4E30", "MON": "10", "NUM": "2312", "PRO": "M", "SEC": "0", "YEA": "1876", "CITY": "NAMUR"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8020	collin-j-1878-11-25	{"a3": "2309", "a6": "1052"}	{"lerrcp": "A3-2309"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "J", "family": "Collin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1878-11-25 05:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "writer"]	5	null	[{"new": {"name": {"given": "J", "family": "Collin"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1878-11-25 05:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2309"}, "ids-in-sources": {"a3": "2309"}}, "raw": {"H": "5", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "25", "LAT": "50N39", "LON": "5E30", "MON": "11", "NUM": "2309", "PRO": "M", "SEC": "0", "YEA": "1878", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "1052"}}, "raw": {"H": "5", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "25", "LAT": "50N39", "LON": "5E30", "MON": "11", "NUM": "1052", "PRO": "W", "SEC": "0", "YEA": "1878", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
8024	gauquelin-a3-2313-1853-10-15	{"a3": "2313"}	{"lerrcp": "A3-2313"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2313", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1853-10-15 08:53:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2313"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1853-10-15 08:53:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2313"}, "ids-in-sources": {"a3": "2313"}}, "raw": {"H": "8", "MN": "53", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "15", "LAT": "50N39", "LON": "5E30", "MON": "10", "NUM": "2313", "PRO": "M", "SEC": "0", "YEA": "1853", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8025	cornesse-joseph-1881-12-04	{"a3": "2314"}	{"lerrcp": "A3-2314"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Cornesse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "notime": null, "date-ut": "1881-12-04 13:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Cornesse"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "date-ut": "1881-12-04 13:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2314"}, "ids-in-sources": {"a3": "2314"}}, "raw": {"H": "13", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "4", "LAT": "51N14", "LON": "4E30", "MON": "12", "NUM": "2314", "PRO": "M", "SEC": "0", "YEA": "1881", "CITY": "MALINES"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
5513	cornet-jules-1865-03-04	{"a2": "3432", "a3": "2315"}	{"lerrcp": "A2-3432"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Cornet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "LA LOUVIERE", "geoid": 0}, "notime": null, "date-ut": "1865-03-04 04:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist", "military-personnel"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Cornet"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "LA LOUVIERE", "geoid": 0}, "date-ut": "1865-03-04 04:42:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3432"}, "ids-in-sources": {"a2": "3432"}}, "raw": {"H": "4", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "4", "LAT": "50N23", "LON": "4E30", "MON": "3", "NUM": "3432", "PRO": "S", "SEC": "0", "YEA": "1865", "CITY": "LA LOUVIERE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["military-personnel"], "sources": "a3", "ids-in-sources": {"a3": "2315"}}, "raw": {"H": "4", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "4", "LAT": "50N23", "LON": "4E30", "MON": "3", "NUM": "2315", "PRO": "M", "SEC": "0", "YEA": "1865", "CITY": "LA LOUVIERE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8026	corte-emile-1869-09-18	{"a3": "2316"}	{"lerrcp": "A3-2316"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Corte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "MARIAKERKE-GAND", "geoid": 0}, "notime": null, "date-ut": "1869-09-18 00:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Corte"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "MARIAKERKE-GAND", "geoid": 0}, "date-ut": "1869-09-18 00:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2316"}, "ids-in-sources": {"a3": "2316"}}, "raw": {"H": "0", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "18", "LAT": "51N 5", "LON": "3E45", "MON": "9", "NUM": "2316", "PRO": "M", "SEC": "0", "YEA": "1869", "CITY": "MARIAKERKE-GAND"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8027	gauquelin-a3-2317-1860-04-02	{"a3": "2317"}	{"lerrcp": "A3-2317"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2317", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1860-04-02 02:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2317"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1860-04-02 02:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2317"}, "ids-in-sources": {"a3": "2317"}}, "raw": {"H": "2", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "2", "LAT": "50N51", "LON": "4E15", "MON": "4", "NUM": "2317", "PRO": "M", "SEC": "0", "YEA": "1860", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8028	court-charles-1872-12-30	{"a3": "2318"}	{"lerrcp": "A3-2318"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Court", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "notime": null, "date-ut": "1872-12-30 17:58:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Court"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "date-ut": "1872-12-30 17:58:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2318"}, "ids-in-sources": {"a3": "2318"}}, "raw": {"H": "17", "MN": "58", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "30", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "2318", "PRO": "M", "SEC": "0", "YEA": "1872", "CITY": "SCHAERBEEK"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8029	courtois-ernest-1856-01-13	{"a3": "2319"}	{"lerrcp": "A3-2319"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Courtois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "HALLE", "geoid": 0}, "notime": null, "date-ut": "1856-01-13 18:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Courtois"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "HALLE", "geoid": 0}, "date-ut": "1856-01-13 18:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2319"}, "ids-in-sources": {"a3": "2319"}}, "raw": {"H": "18", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "13", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "2319", "PRO": "M", "SEC": "0", "YEA": "1856", "CITY": "HALLE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8030	crahay-hyacinthe-1867-07-22	{"a3": "2320"}	{"lerrcp": "A3-2320"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hyacinthe", "family": "Crahay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1867-07-22 10:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hyacinthe", "family": "Crahay"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1867-07-22 10:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2320"}, "ids-in-sources": {"a3": "2320"}}, "raw": {"H": "10", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "22", "LAT": "50N39", "LON": "5E30", "MON": "7", "NUM": "2320", "PRO": "M", "SEC": "0", "YEA": "1867", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8031	craybex-hubert-1879-11-01	{"a3": "2321"}	{"lerrcp": "A3-2321"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hubert", "family": "Craybex", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "HASSELT", "geoid": 0}, "notime": null, "date-ut": "1879-11-01 02:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hubert", "family": "Craybex"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "HASSELT", "geoid": 0}, "date-ut": "1879-11-01 02:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2321"}, "ids-in-sources": {"a3": "2321"}}, "raw": {"H": "2", "MN": "38", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "1", "LAT": "50N47", "LON": "5E30", "MON": "11", "NUM": "2321", "PRO": "M", "SEC": "0", "YEA": "1879", "CITY": "HASSELT"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8032	crespel-louis-1838-12-04	{"a3": "2322"}	{"lerrcp": "A3-2322"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Crespel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "notime": null, "date-ut": "1838-12-04 00:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Crespel"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "date-ut": "1838-12-04 00:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2322"}, "ids-in-sources": {"a3": "2322"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "4", "LAT": "50N23", "LON": "4E30", "MON": "12", "NUM": "2322", "PRO": "M", "SEC": "0", "YEA": "1838", "CITY": "TOURNAI"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8033	crevecoeur-leon-1871-02-25	{"a3": "2323"}	{"lerrcp": "A3-2323"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Crevecoeur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "KESSEL-LOO", "geoid": 0}, "notime": null, "date-ut": "1871-02-25 04:13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Crevecoeur"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "KESSEL-LOO", "geoid": 0}, "date-ut": "1871-02-25 04:13:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2323"}, "ids-in-sources": {"a3": "2323"}}, "raw": {"H": "4", "MN": "13", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "25", "LAT": "50N51", "LON": "4E15", "MON": "2", "NUM": "2323", "PRO": "M", "SEC": "0", "YEA": "1871", "CITY": "KESSEL-LOO"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8034	croes-jean-1869-08-10	{"a3": "2324"}	{"lerrcp": "A3-2324"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Croes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ANDERLECHT-BRUX", "geoid": 0}, "notime": null, "date-ut": "1869-08-10 19:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Croes"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ANDERLECHT-BRUX", "geoid": 0}, "date-ut": "1869-08-10 19:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2324"}, "ids-in-sources": {"a3": "2324"}}, "raw": {"H": "19", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "10", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "2324", "PRO": "M", "SEC": "0", "YEA": "1869", "CITY": "ANDERLECHT-BRUX"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8035	crombrugge-looringe-victor-1866-08-07	{"a3": "2325"}	{"lerrcp": "A3-2325"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Crombrugge Looringe Victor", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "notime": null, "date-ut": "1866-08-07 02:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Crombrugge Looringe Victor"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "date-ut": "1866-08-07 02:47:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2325"}, "ids-in-sources": {"a3": "2325"}}, "raw": {"H": "2", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "7", "LAT": "51N13", "LON": "3E15", "MON": "8", "NUM": "2325", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "BRUGES"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8036	gauquelin-a3-2326-1859-04-25	{"a3": "2326"}	{"lerrcp": "A3-2326"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2326", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MOLENBEEK", "geoid": 0}, "notime": null, "date-ut": "1859-04-25 02:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2326"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MOLENBEEK", "geoid": 0}, "date-ut": "1859-04-25 02:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2326"}, "ids-in-sources": {"a3": "2326"}}, "raw": {"H": "2", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "25", "LAT": "50N51", "LON": "4E15", "MON": "4", "NUM": "2326", "PRO": "M", "SEC": "0", "YEA": "1859", "CITY": "MOLENBEEK"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8037	cruysen-maurice-1871-05-12	{"a3": "2327"}	{"lerrcp": "A3-2327"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Cruysen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "TIELT", "geoid": 0}, "notime": null, "date-ut": "1871-05-12 23:17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Cruysen"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "TIELT", "geoid": 0}, "date-ut": "1871-05-12 23:17:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2327"}, "ids-in-sources": {"a3": "2327"}}, "raw": {"H": "23", "MN": "17", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "12", "LAT": "51N13", "LON": "3E15", "MON": "5", "NUM": "2327", "PRO": "M", "SEC": "0", "YEA": "1871", "CITY": "TIELT"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8038	cudell-alfred-1875-06-04	{"a3": "2328"}	{"lerrcp": "A3-2328"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Cudell", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "NEUFCHATEAU", "geoid": 0}, "notime": null, "date-ut": "1875-06-04 01:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Cudell"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "NEUFCHATEAU", "geoid": 0}, "date-ut": "1875-06-04 01:39:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2328"}, "ids-in-sources": {"a3": "2328"}}, "raw": {"H": "1", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "4", "LAT": "50N 2", "LON": "5E15", "MON": "6", "NUM": "2328", "PRO": "M", "SEC": "0", "YEA": "1875", "CITY": "NEUFCHATEAU"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8039	cuvelier-adolphe-1860-09-25	{"a3": "2329"}	{"lerrcp": "A3-2329"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Cuvelier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "PHILIPPEVILLE", "geoid": 0}, "notime": null, "date-ut": "1860-09-25 19:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Cuvelier"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "PHILIPPEVILLE", "geoid": 0}, "date-ut": "1860-09-25 19:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2329"}, "ids-in-sources": {"a3": "2329"}}, "raw": {"H": "19", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "25", "LAT": "50N20", "LON": "4E30", "MON": "9", "NUM": "2329", "PRO": "M", "SEC": "0", "YEA": "1860", "CITY": "PHILIPPEVILLE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8040	daelman-jean-1875-10-20	{"a3": "2330"}	{"lerrcp": "A3-2330"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Daelman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "UCCLE", "geoid": 0}, "notime": null, "date-ut": "1875-10-20 11:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Daelman"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "UCCLE", "geoid": 0}, "date-ut": "1875-10-20 11:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2330"}, "ids-in-sources": {"a3": "2330"}}, "raw": {"H": "11", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "20", "LAT": "50N51", "LON": "4E15", "MON": "10", "NUM": "2330", "PRO": "M", "SEC": "0", "YEA": "1875", "CITY": "UCCLE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8041	daenen-adhemar-1853-09-08	{"a3": "2331"}	{"lerrcp": "A3-2331"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adhemar", "family": "Daenen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1853-09-08 04:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adhemar", "family": "Daenen"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1853-09-08 04:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2331"}, "ids-in-sources": {"a3": "2331"}}, "raw": {"H": "4", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "8", "LAT": "50N51", "LON": "4E15", "MON": "9", "NUM": "2331", "PRO": "M", "SEC": "0", "YEA": "1853", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8042	daens-adolf-1839-12-18	{"a3": "2332"}	{"lerrcp": "A3-2332"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolf", "family": "Daens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ALOST", "geoid": 0}, "notime": null, "date-ut": "1839-12-18 19:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adolf", "family": "Daens"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ALOST", "geoid": 0}, "date-ut": "1839-12-18 19:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2332"}, "ids-in-sources": {"a3": "2332"}}, "raw": {"H": "19", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "18", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "2332", "PRO": "M", "SEC": "0", "YEA": "1839", "CITY": "ALOST"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8043	damme-pierre-1887-11-27	{"a3": "2333"}	{"lerrcp": "A3-2333"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Damme", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1887-11-27 11:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Damme"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1887-11-27 11:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2333"}, "ids-in-sources": {"a3": "2333"}}, "raw": {"H": "11", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "27", "LAT": "51N 5", "LON": "3E45", "MON": "11", "NUM": "2333", "PRO": "M", "SEC": "0", "YEA": "1887", "CITY": "GAND"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8044	daneels-marcel-1905-01-04	{"a3": "2334"}	{"lerrcp": "A3-2334"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Daneels", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-JOSSE-TEN-NO", "geoid": 0}, "notime": null, "date-ut": "1905-01-04 06:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Daneels"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-JOSSE-TEN-NO", "geoid": 0}, "date-ut": "1905-01-04 06:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2334"}, "ids-in-sources": {"a3": "2334"}}, "raw": {"H": "6", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "4", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "2334", "PRO": "M", "SEC": "0", "YEA": "1905", "CITY": "ST-JOSSE-TEN-NO"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8045	danneels-victor-1876-07-12	{"a3": "2335"}	{"lerrcp": "A3-2335"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Danneels", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1876-07-12 10:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Danneels"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1876-07-12 10:15:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2335"}, "ids-in-sources": {"a3": "2335"}}, "raw": {"H": "10", "MN": "15", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "12", "LAT": "51N 5", "LON": "3E45", "MON": "7", "NUM": "2335", "PRO": "M", "SEC": "0", "YEA": "1876", "CITY": "GAND"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8046	dautzenberg-jacques-1871-01-24	{"a3": "2336"}	{"lerrcp": "A3-2336"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Dautzenberg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1871-01-24 08:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Dautzenberg"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1871-01-24 08:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2336"}, "ids-in-sources": {"a3": "2336"}}, "raw": {"H": "8", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "24", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "2336", "PRO": "M", "SEC": "0", "YEA": "1871", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17925	buttin-gerard-1931-10-21	{"e1": "293"}	{"lerrcp": "E1-293"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Buttin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1931-10-21 15:30", "note": null, "place": {"c1": null, "c2": "73", "c3": "", "cy": "FR", "lg": 5.92079, "lat": 45.56628, "name": "Chambéry", "geoid": 3027422}, "notime": null, "date-ut": "1931-10-21 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gérard", "family": "Buttin"}, "birth": {"tzo": "+00:00", "date": "1931-10-21 15:30", "place": {"c2": "73", "c3": "", "cy": "FR", "lg": 5.92079, "lat": 45.56628, "name": "Chambéry", "geoid": 3027422}, "date-ut": "1931-10-21 15:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "293"}}, "raw": {"H": "15:30", "COD": "73", "DAY": "21", "MON": "10", "NUM": "0293", "PRO": "PH", "YEA": "1931", "CITY": "Chambéry", "NAME": "BUTTIN Gérard", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
8048	debroux-jean-1880-05-21	{"a3": "2338"}	{"lerrcp": "A3-2338"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Debroux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ETTERBEEK-BRUXE", "geoid": 0}, "notime": null, "date-ut": "1880-05-21 15:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Debroux"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ETTERBEEK-BRUXE", "geoid": 0}, "date-ut": "1880-05-21 15:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2338"}, "ids-in-sources": {"a3": "2338"}}, "raw": {"H": "15", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "21", "LAT": "50N51", "LON": "4E15", "MON": "5", "NUM": "2338", "PRO": "M", "SEC": "0", "YEA": "1880", "CITY": "ETTERBEEK-BRUXE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8049	declairfayt-louis-1886-09-16	{"a3": "2339"}	{"lerrcp": "A3-2339"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Declairfayt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "RABORIVE-AYWAIL", "geoid": 0}, "notime": null, "date-ut": "1886-09-16 13:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Declairfayt"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "RABORIVE-AYWAIL", "geoid": 0}, "date-ut": "1886-09-16 13:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2339"}, "ids-in-sources": {"a3": "2339"}}, "raw": {"H": "13", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "16", "LAT": "50N39", "LON": "5E30", "MON": "9", "NUM": "2339", "PRO": "M", "SEC": "0", "YEA": "1886", "CITY": "RABORIVE-AYWAIL"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8050	declerck-jean-1878-02-14	{"a3": "2340"}	{"lerrcp": "A3-2340"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Declerck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MOLENBEEK", "geoid": 0}, "notime": null, "date-ut": "1878-02-14 10:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Declerck"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MOLENBEEK", "geoid": 0}, "date-ut": "1878-02-14 10:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2340"}, "ids-in-sources": {"a3": "2340"}}, "raw": {"H": "10", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "14", "LAT": "50N51", "LON": "4E15", "MON": "2", "NUM": "2340", "PRO": "M", "SEC": "0", "YEA": "1878", "CITY": "MOLENBEEK"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8051	deffense-fernand-1870-02-27	{"a3": "2341"}	{"lerrcp": "A3-2341"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Deffense", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "notime": null, "date-ut": "1870-02-27 11:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Deffense"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "date-ut": "1870-02-27 11:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2341"}, "ids-in-sources": {"a3": "2341"}}, "raw": {"H": "11", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "27", "LAT": "50N20", "LON": "4E30", "MON": "2", "NUM": "2341", "PRO": "M", "SEC": "0", "YEA": "1870", "CITY": "NAMUR"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8052	defoin-leon-1883-09-21	{"a3": "2342"}	{"lerrcp": "A3-2342"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Defoin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ELLEZELLES", "geoid": 0}, "notime": null, "date-ut": "1883-09-21 01:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Defoin"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ELLEZELLES", "geoid": 0}, "date-ut": "1883-09-21 01:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2342"}, "ids-in-sources": {"a3": "2342"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "21", "LAT": "50N23", "LON": "4E30", "MON": "9", "NUM": "2342", "PRO": "M", "SEC": "0", "YEA": "1883", "CITY": "ELLEZELLES"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8053	deisser-jean-1870-08-13	{"a3": "2343"}	{"lerrcp": "A3-2343"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Deisser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "JETTE ST-PIERRE", "geoid": 0}, "notime": null, "date-ut": "1870-08-13 00:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Deisser"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "JETTE ST-PIERRE", "geoid": 0}, "date-ut": "1870-08-13 00:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2343"}, "ids-in-sources": {"a3": "2343"}}, "raw": {"H": "0", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "13", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "2343", "PRO": "M", "SEC": "0", "YEA": "1870", "CITY": "JETTE ST-PIERRE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8054	delaby-georges-1879-05-19	{"a3": "2344"}	{"lerrcp": "A3-2344"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Delaby", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "notime": null, "date-ut": "1879-05-19 01:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Delaby"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "date-ut": "1879-05-19 01:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2344"}, "ids-in-sources": {"a3": "2344"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "19", "LAT": "50N23", "LON": "4E30", "MON": "5", "NUM": "2344", "PRO": "M", "SEC": "0", "YEA": "1879", "CITY": "TOURNAI"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8055	deladrier-emile-1878-08-01	{"a3": "2345"}	{"lerrcp": "A3-2345"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Deladrier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1878-08-01 09:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Deladrier"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1878-08-01 09:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2345"}, "ids-in-sources": {"a3": "2345"}}, "raw": {"H": "9", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "1", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "2345", "PRO": "M", "SEC": "0", "YEA": "1878", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8056	delange-arthur-1869-08-20	{"a3": "2346"}	{"lerrcp": "A3-2346"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Delange", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1869-08-20 19:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Delange"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1869-08-20 19:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2346"}, "ids-in-sources": {"a3": "2346"}}, "raw": {"H": "19", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "20", "LAT": "50N39", "LON": "5E30", "MON": "8", "NUM": "2346", "PRO": "M", "SEC": "0", "YEA": "1869", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8057	delanghe-florimond-1861-07-25	{"a3": "2347"}	{"lerrcp": "A3-2347"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Florimond", "family": "Delanghe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "notime": null, "date-ut": "1861-07-25 22:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Florimond", "family": "Delanghe"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "date-ut": "1861-07-25 22:47:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2347"}, "ids-in-sources": {"a3": "2347"}}, "raw": {"H": "22", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "25", "LAT": "51N13", "LON": "3E15", "MON": "7", "NUM": "2347", "PRO": "M", "SEC": "0", "YEA": "1861", "CITY": "BRUGES"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8058	delattre-armand-1881-05-13	{"a3": "2348"}	{"lerrcp": "A3-2348"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Delattre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "CHASTRES-LEZ-WA", "geoid": 0}, "notime": null, "date-ut": "1881-05-13 21:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Delattre"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "CHASTRES-LEZ-WA", "geoid": 0}, "date-ut": "1881-05-13 21:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2348"}, "ids-in-sources": {"a3": "2348"}}, "raw": {"H": "21", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "13", "LAT": "50N20", "LON": "4E30", "MON": "5", "NUM": "2348", "PRO": "M", "SEC": "0", "YEA": "1881", "CITY": "CHASTRES-LEZ-WA"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8059	delava-laurent-1867-03-17	{"a3": "2349"}	{"lerrcp": "A3-2349"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Laurent", "family": "Delava", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "VAUX-BORSET", "geoid": 0}, "notime": null, "date-ut": "1867-03-17 09:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Laurent", "family": "Delava"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "VAUX-BORSET", "geoid": 0}, "date-ut": "1867-03-17 09:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2349"}, "ids-in-sources": {"a3": "2349"}}, "raw": {"H": "9", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "17", "LAT": "50N39", "LON": "5E30", "MON": "3", "NUM": "2349", "PRO": "M", "SEC": "0", "YEA": "1867", "CITY": "VAUX-BORSET"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17926	cabanac-jean-1905-07-10	{"e1": "294"}	{"lerrcp": "E1-294"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Cabanac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1905-07-10 12:00", "note": null, "place": {"c1": null, "c2": "43", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Chambon sur Lignon", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Cabanac"}, "birth": {"tzo": "", "date": "1905-07-10 12:00", "place": {"c2": "43", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Chambon sur Lignon", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "294"}}, "raw": {"H": "12:00", "COD": "43", "DAY": "10", "MON": "07", "NUM": "0294", "PRO": "PH", "YEA": "1905", "CITY": "Chambon sur Lignon", "NAME": "CABANAC Jean", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
8061	delbruyere-louis-1860-10-27	{"a3": "2351"}	{"lerrcp": "A3-2351"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Delbruyere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TRAZEGNIES", "geoid": 0}, "notime": null, "date-ut": "1860-10-27 08:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Delbruyere"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TRAZEGNIES", "geoid": 0}, "date-ut": "1860-10-27 08:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2351"}, "ids-in-sources": {"a3": "2351"}}, "raw": {"H": "8", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "27", "LAT": "50N23", "LON": "4E30", "MON": "10", "NUM": "2351", "PRO": "M", "SEC": "0", "YEA": "1860", "CITY": "TRAZEGNIES"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8062	delcommune-alexandre-1855-10-06	{"a3": "2352"}	{"lerrcp": "A3-2352"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Delcommune", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "notime": null, "date-ut": "1855-10-06 11:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Delcommune"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "date-ut": "1855-10-06 11:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2352"}, "ids-in-sources": {"a3": "2352"}}, "raw": {"H": "11", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "6", "LAT": "50N20", "LON": "4E30", "MON": "10", "NUM": "2352", "PRO": "M", "SEC": "0", "YEA": "1855", "CITY": "NAMUR"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8063	delecloz-henri-1870-11-26	{"a3": "2353"}	{"lerrcp": "A3-2353"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Delecloz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "PERWEZ", "geoid": 0}, "notime": null, "date-ut": "1870-11-26 09:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Delecloz"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "PERWEZ", "geoid": 0}, "date-ut": "1870-11-26 09:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2353"}, "ids-in-sources": {"a3": "2353"}}, "raw": {"H": "9", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "26", "LAT": "50N51", "LON": "4E15", "MON": "11", "NUM": "2353", "PRO": "M", "SEC": "0", "YEA": "1870", "CITY": "PERWEZ"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8064	delhaise-charles-1872-07-01	{"a3": "2354"}	{"lerrcp": "A3-2354"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Delhaise", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "HUY", "geoid": 0}, "notime": null, "date-ut": "1872-07-01 11:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Delhaise"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "HUY", "geoid": 0}, "date-ut": "1872-07-01 11:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2354"}, "ids-in-sources": {"a3": "2354"}}, "raw": {"H": "11", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "1", "LAT": "50N39", "LON": "5E30", "MON": "7", "NUM": "2354", "PRO": "M", "SEC": "0", "YEA": "1872", "CITY": "HUY"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8065	gauquelin-a3-2355-1885-08-03	{"a3": "2355"}	{"lerrcp": "A3-2355"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2355", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ATH", "geoid": 0}, "notime": null, "date-ut": "1885-08-03 00:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2355"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ATH", "geoid": 0}, "date-ut": "1885-08-03 00:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2355"}, "ids-in-sources": {"a3": "2355"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "3", "LAT": "50N23", "LON": "4E30", "MON": "8", "NUM": "2355", "PRO": "M", "SEC": "0", "YEA": "1885", "CITY": "ATH"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8066	delobe-maxime-1891-10-07	{"a3": "2356"}	{"lerrcp": "A3-2356"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maxime", "family": "Delobe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ETTERBEEK", "geoid": 0}, "notime": null, "date-ut": "1891-10-07 05:03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maxime", "family": "Delobe"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ETTERBEEK", "geoid": 0}, "date-ut": "1891-10-07 05:03:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2356"}, "ids-in-sources": {"a3": "2356"}}, "raw": {"H": "5", "MN": "3", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "7", "LAT": "50N51", "LON": "4E15", "MON": "10", "NUM": "2356", "PRO": "M", "SEC": "0", "YEA": "1891", "CITY": "ETTERBEEK"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8067	delporte-augustin-1844-12-15	{"a3": "2357"}	{"lerrcp": "A3-2357"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Augustin", "family": "Delporte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "notime": null, "date-ut": "1844-12-15 01:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Augustin", "family": "Delporte"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "date-ut": "1844-12-15 01:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2357"}, "ids-in-sources": {"a3": "2357"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "15", "LAT": "50N23", "LON": "4E30", "MON": "12", "NUM": "2357", "PRO": "M", "SEC": "0", "YEA": "1844", "CITY": "TOURNAI"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8068	delvin-louis-1871-12-17	{"a3": "2358"}	{"lerrcp": "A3-2358"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Delvin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "TIRLEMONT", "geoid": 0}, "notime": null, "date-ut": "1871-12-17 13:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Delvin"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "TIRLEMONT", "geoid": 0}, "date-ut": "1871-12-17 13:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2358"}, "ids-in-sources": {"a3": "2358"}}, "raw": {"H": "13", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "17", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "2358", "PRO": "M", "SEC": "0", "YEA": "1871", "CITY": "TIRLEMONT"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8069	demblon-p-j-celestin-1859-05-19	{"a3": "2359"}	{"lerrcp": "A3-2359"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Demblon P J Celestin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LA NEUVILLE-EN-", "geoid": 0}, "notime": null, "date-ut": "1859-05-19 12:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Demblon P J Celestin"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LA NEUVILLE-EN-", "geoid": 0}, "date-ut": "1859-05-19 12:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2359"}, "ids-in-sources": {"a3": "2359"}}, "raw": {"H": "12", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "19", "LAT": "50N39", "LON": "5E30", "MON": "5", "NUM": "2359", "PRO": "M", "SEC": "0", "YEA": "1859", "CITY": "LA NEUVILLE-EN-"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8070	gauquelin-a3-2360-1863-09-22	{"a3": "2360"}	{"lerrcp": "A3-2360"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2360", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "VERVIERS", "geoid": 0}, "notime": null, "date-ut": "1863-09-22 11:23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2360"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "VERVIERS", "geoid": 0}, "date-ut": "1863-09-22 11:23:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2360"}, "ids-in-sources": {"a3": "2360"}}, "raw": {"H": "11", "MN": "23", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "22", "LAT": "50N39", "LON": "5E30", "MON": "9", "NUM": "2360", "PRO": "M", "SEC": "0", "YEA": "1863", "CITY": "VERVIERS"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8071	demoustier-desire-1865-02-15	{"a3": "2361"}	{"lerrcp": "A3-2361"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Désiré", "family": "Demoustier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "FRAMERIES", "geoid": 0}, "notime": null, "date-ut": "1865-02-15 00:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Désiré", "family": "Demoustier"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "FRAMERIES", "geoid": 0}, "date-ut": "1865-02-15 00:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2361"}, "ids-in-sources": {"a3": "2361"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "15", "LAT": "50N23", "LON": "4E30", "MON": "2", "NUM": "2361", "PRO": "M", "SEC": "0", "YEA": "1865", "CITY": "FRAMERIES"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8072	demuenynck-auguste-1876-05-16	{"a3": "2362"}	{"lerrcp": "A3-2362"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Demuenynck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OSTENDE", "geoid": 0}, "notime": null, "date-ut": "1876-05-16 00:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Demuenynck"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OSTENDE", "geoid": 0}, "date-ut": "1876-05-16 00:47:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2362"}, "ids-in-sources": {"a3": "2362"}}, "raw": {"H": "0", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "16", "LAT": "51N13", "LON": "3E15", "MON": "5", "NUM": "2362", "PRO": "M", "SEC": "0", "YEA": "1876", "CITY": "OSTENDE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
5523	denis-hector-1842-10-29	{"a2": "3442", "a3": "2363"}	{"lerrcp": "A2-3442"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hector", "family": "Denis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "BRAINE LE COMTE", "geoid": 0}, "notime": null, "date-ut": "1842-10-29 03:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist", "military-personnel"]	5	null	[{"new": {"name": {"given": "Hector", "family": "Denis"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "BRAINE LE COMTE", "geoid": 0}, "date-ut": "1842-10-29 03:42:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3442"}, "ids-in-sources": {"a2": "3442"}}, "raw": {"H": "3", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "29", "LAT": "50N23", "LON": "4E30", "MON": "10", "NUM": "3442", "PRO": "S", "SEC": "0", "YEA": "1842", "CITY": "BRAINE LE COMTE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["military-personnel"], "sources": "a3", "ids-in-sources": {"a3": "2363"}}, "raw": {"H": "3", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "29", "LAT": "50N23", "LON": "4E30", "MON": "10", "NUM": "2363", "PRO": "M", "SEC": "0", "YEA": "1842", "CITY": "BRAINE-LE-COMTE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8073	gauquelin-a3-2364-1867-07-11	{"a3": "2364"}	{"lerrcp": "A3-2364"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2364", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1867-07-11 14:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2364"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1867-07-11 14:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2364"}, "ids-in-sources": {"a3": "2364"}}, "raw": {"H": "14", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "11", "LAT": "50N51", "LON": "4E15", "MON": "7", "NUM": "2364", "PRO": "M", "SEC": "0", "YEA": "1867", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8074	derclaye-francois-1867-12-08	{"a3": "2365"}	{"lerrcp": "A3-2365"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Derclaye", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "BURDINNE", "geoid": 0}, "notime": null, "date-ut": "1867-12-08 04:08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Derclaye"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "BURDINNE", "geoid": 0}, "date-ut": "1867-12-08 04:08:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2365"}, "ids-in-sources": {"a3": "2365"}}, "raw": {"H": "4", "MN": "8", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "8", "LAT": "50N39", "LON": "5E30", "MON": "12", "NUM": "2365", "PRO": "M", "SEC": "0", "YEA": "1867", "CITY": "BURDINNE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8075	derscheid-jean-1901-05-19	{"a3": "2366"}	{"lerrcp": "A3-2366"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Derscheid", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "STERREBEEK", "geoid": 0}, "notime": null, "date-ut": "1901-05-19 05:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Derscheid"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "STERREBEEK", "geoid": 0}, "date-ut": "1901-05-19 05:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2366"}, "ids-in-sources": {"a3": "2366"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "19", "LAT": "50N51", "LON": "4E15", "MON": "5", "NUM": "2366", "PRO": "M", "SEC": "0", "YEA": "1901", "CITY": "STERREBEEK"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17927	cabanettes-lucien-1920-05-30	{"e1": "295"}	{"lerrcp": "E1-295"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Cabanettes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1920-05-30 17:00", "note": null, "place": {"c1": null, "c2": "12", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Côme sur Lot", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Cabanettes"}, "birth": {"tzo": "", "date": "1920-05-30 17:00", "place": {"c2": "12", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Côme sur Lot", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "295"}}, "raw": {"H": "17:00", "COD": "12", "DAY": "30", "MON": "05", "NUM": "0295", "PRO": "PH", "YEA": "1920", "CITY": "St Côme sur Lot", "NAME": "CABANETTES Lucien", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
8077	descamps-georges-1855-09-17	{"a3": "2368"}	{"lerrcp": "A3-2368"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Descamps", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "notime": null, "date-ut": "1855-09-17 20:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Descamps"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "date-ut": "1855-09-17 20:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2368"}, "ids-in-sources": {"a3": "2368"}}, "raw": {"H": "20", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "17", "LAT": "50N23", "LON": "4E30", "MON": "9", "NUM": "2368", "PRO": "M", "SEC": "0", "YEA": "1855", "CITY": "MONS"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8078	gauquelin-a3-2369-1864-03-23	{"a3": "2369"}	{"lerrcp": "A3-2369"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2369", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "WARISOULX", "geoid": 0}, "notime": null, "date-ut": "1864-03-23 01:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2369"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "WARISOULX", "geoid": 0}, "date-ut": "1864-03-23 01:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2369"}, "ids-in-sources": {"a3": "2369"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "23", "LAT": "50N20", "LON": "4E30", "MON": "3", "NUM": "2369", "PRO": "M", "SEC": "0", "YEA": "1864", "CITY": "WARISOULX"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8079	dest-adolphe-1885-07-19	{"a3": "2370"}	{"lerrcp": "A3-2370"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Dest", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1885-07-19 17:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Dest"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1885-07-19 17:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2370"}, "ids-in-sources": {"a3": "2370"}}, "raw": {"H": "17", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "19", "LAT": "50N39", "LON": "5E30", "MON": "7", "NUM": "2370", "PRO": "M", "SEC": "0", "YEA": "1885", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17928	cabanettes-suzanne-cours-1919-11-19	{"e1": "296"}	{"lerrcp": "E1-296"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Suzanne (COURS)", "family": "Cabanettes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1919-11-19 08:00", "note": null, "place": {"c1": null, "c2": "26", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Poët-Laval", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Suzanne (COURS)", "family": "Cabanettes"}, "birth": {"tzo": "", "date": "1919-11-19 08:00", "place": {"c2": "26", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Poët-Laval", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "296"}}, "raw": {"H": "08:00", "COD": "26", "DAY": "19", "MON": "11", "NUM": "0296", "PRO": "PH", "YEA": "1919", "CITY": "Poët-Laval", "NAME": "CABANETTES Suzanne (COURS)", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
8081	detiege-maurice-1867-02-03	{"a3": "2372"}	{"lerrcp": "A3-2372"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Detiege", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "TIRLEMONT", "geoid": 0}, "notime": null, "date-ut": "1867-02-03 19:13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Detiege"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "TIRLEMONT", "geoid": 0}, "date-ut": "1867-02-03 19:13:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2372"}, "ids-in-sources": {"a3": "2372"}}, "raw": {"H": "19", "MN": "13", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "3", "LAT": "50N51", "LON": "4E15", "MON": "2", "NUM": "2372", "PRO": "M", "SEC": "0", "YEA": "1867", "CITY": "TIRLEMONT"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8082	devenyns-leonard-1867-10-15	{"a3": "2373"}	{"lerrcp": "A3-2373"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leonard", "family": "Devenyns", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ARC-AINIERES", "geoid": 0}, "notime": null, "date-ut": "1867-10-15 13:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Leonard", "family": "Devenyns"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ARC-AINIERES", "geoid": 0}, "date-ut": "1867-10-15 13:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2373"}, "ids-in-sources": {"a3": "2373"}}, "raw": {"H": "13", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "15", "LAT": "50N23", "LON": "4E30", "MON": "10", "NUM": "2373", "PRO": "M", "SEC": "0", "YEA": "1867", "CITY": "ARC-AINIERES"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8083	devolder-jean-1886-09-24	{"a3": "2374"}	{"lerrcp": "A3-2374"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Devolder", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1886-09-24 00:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Devolder"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1886-09-24 00:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2374"}, "ids-in-sources": {"a3": "2374"}}, "raw": {"H": "0", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "24", "LAT": "50N51", "LON": "4E15", "MON": "9", "NUM": "2374", "PRO": "M", "SEC": "0", "YEA": "1886", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17929	cabanier-georgss-1906-11-21	{"e1": "297"}	{"lerrcp": "E1-297"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georgss", "family": "Cabanier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-11-21 22:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.29282, "lat": 43.77128, "name": "Grenade", "geoid": 3014745}, "notime": null, "date-ut": "1906-11-21 21:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georgss", "family": "Cabanier"}, "birth": {"tzo": "+00:09", "date": "1906-11-21 22:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.29282, "lat": 43.77128, "name": "Grenade", "geoid": 3014745}, "date-ut": "1906-11-21 21:51"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "297"}}, "raw": {"H": "22:00", "COD": "31", "DAY": "21", "MON": "11", "NUM": "0297", "PRO": "MI", "YEA": "1906", "CITY": "Grenade", "NAME": "CABANIER Georgss", "NOTE": "L"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
8085	devos-achille-1869-03-31	{"a3": "2376"}	{"lerrcp": "A3-2376"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Achille", "family": "Devos", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "ST-GENOIS-ST-DE", "geoid": 0}, "notime": null, "date-ut": "1869-03-31 03:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Achille", "family": "Devos"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "ST-GENOIS-ST-DE", "geoid": 0}, "date-ut": "1869-03-31 03:47:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2376"}, "ids-in-sources": {"a3": "2376"}}, "raw": {"H": "3", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "31", "LAT": "51N13", "LON": "3E15", "MON": "3", "NUM": "2376", "PRO": "M", "SEC": "0", "YEA": "1869", "CITY": "ST-GENOIS-ST-DE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8086	dewatines-julien-1874-02-08	{"a3": "2377"}	{"lerrcp": "A3-2377"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julien", "family": "Dewatines", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1874-02-08 20:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Julien", "family": "Dewatines"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1874-02-08 20:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2377"}, "ids-in-sources": {"a3": "2377"}}, "raw": {"H": "20", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "8", "LAT": "50N39", "LON": "5E30", "MON": "2", "NUM": "2377", "PRO": "M", "SEC": "0", "YEA": "1874", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8087	dewevre-alfred-1866-03-20	{"a3": "2378"}	{"lerrcp": "A3-2378"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Dewevre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1866-03-20 10:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Dewevre"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1866-03-20 10:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2378"}, "ids-in-sources": {"a3": "2378"}}, "raw": {"H": "10", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "20", "LAT": "50N51", "LON": "4E15", "MON": "3", "NUM": "2378", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8088	diderrich-norbert-1867-04-26	{"a3": "2379"}	{"lerrcp": "A3-2379"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Norbert", "family": "Diderrich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "VIELSALM", "geoid": 0}, "notime": null, "date-ut": "1867-04-26 09:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Norbert", "family": "Diderrich"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "VIELSALM", "geoid": 0}, "date-ut": "1867-04-26 09:39:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2379"}, "ids-in-sources": {"a3": "2379"}}, "raw": {"H": "9", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "26", "LAT": "50N 2", "LON": "5E15", "MON": "4", "NUM": "2379", "PRO": "M", "SEC": "0", "YEA": "1867", "CITY": "VIELSALM"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8089	dodergnie-jean-1862-12-25	{"a3": "2380"}	{"lerrcp": "A3-2380"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Dodergnie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1862-12-25 03:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Dodergnie"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1862-12-25 03:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2380"}, "ids-in-sources": {"a3": "2380"}}, "raw": {"H": "3", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "25", "LAT": "50N39", "LON": "5E30", "MON": "12", "NUM": "2380", "PRO": "M", "SEC": "0", "YEA": "1862", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8090	donckier-donceel-xavier-1871-07-18	{"a3": "2381"}	{"lerrcp": "A3-2381"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Donckier Donceel Xavier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "LEDEBERG-LEZ-GA", "geoid": 0}, "notime": null, "date-ut": "1871-07-18 22:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Donckier Donceel Xavier"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "LEDEBERG-LEZ-GA", "geoid": 0}, "date-ut": "1871-07-18 22:15:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2381"}, "ids-in-sources": {"a3": "2381"}}, "raw": {"H": "22", "MN": "15", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "18", "LAT": "51N 5", "LON": "3E45", "MON": "7", "NUM": "2381", "PRO": "M", "SEC": "0", "YEA": "1871", "CITY": "LEDEBERG-LEZ-GA"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8091	donnay-joseph-1866-04-29	{"a3": "2382"}	{"lerrcp": "A3-2382"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Donnay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1866-04-29 14:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Donnay"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1866-04-29 14:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2382"}, "ids-in-sources": {"a3": "2382"}}, "raw": {"H": "14", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "29", "LAT": "50N39", "LON": "5E30", "MON": "4", "NUM": "2382", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8092	donny-albert-1841-03-01	{"a3": "2383"}	{"lerrcp": "A3-2383"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Donny", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1841-03-01 04:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Donny"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1841-03-01 04:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2383"}, "ids-in-sources": {"a3": "2383"}}, "raw": {"H": "4", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "1", "LAT": "50N51", "LON": "4E15", "MON": "3", "NUM": "2383", "PRO": "M", "SEC": "0", "YEA": "1841", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8093	gauquelin-a3-2384-1879-12-17	{"a3": "2384"}	{"lerrcp": "A3-2384"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2384", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1879-12-17 17:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2384"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1879-12-17 17:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2384"}, "ids-in-sources": {"a3": "2384"}}, "raw": {"H": "17", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "17", "LAT": "51N 5", "LON": "3E45", "MON": "12", "NUM": "2384", "PRO": "M", "SEC": "0", "YEA": "1879", "CITY": "GAND"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8094	dore-jacobus-1861-11-08	{"a3": "2385"}	{"lerrcp": "A3-2385"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacobus", "family": "Dore", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1861-11-08 20:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jacobus", "family": "Dore"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1861-11-08 20:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2385"}, "ids-in-sources": {"a3": "2385"}}, "raw": {"H": "20", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "8", "LAT": "51N14", "LON": "4E30", "MON": "11", "NUM": "2385", "PRO": "M", "SEC": "0", "YEA": "1861", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8095	doorme-aristide-1863-10-10	{"a3": "2386"}	{"lerrcp": "A3-2386"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aristide", "family": "Doorme", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1863-10-10 11:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Aristide", "family": "Doorme"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1863-10-10 11:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2386"}, "ids-in-sources": {"a3": "2386"}}, "raw": {"H": "11", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "10", "LAT": "51N14", "LON": "4E30", "MON": "10", "NUM": "2386", "PRO": "M", "SEC": "0", "YEA": "1863", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8096	dorpe-jules-1856-11-12	{"a3": "2387"}	{"lerrcp": "A3-2387"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Dorpe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "DEYNSE", "geoid": 0}, "notime": null, "date-ut": "1856-11-12 16:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Dorpe"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "DEYNSE", "geoid": 0}, "date-ut": "1856-11-12 16:15:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2387"}, "ids-in-sources": {"a3": "2387"}}, "raw": {"H": "16", "MN": "15", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "12", "LAT": "51N 5", "LON": "3E45", "MON": "11", "NUM": "2387", "PRO": "M", "SEC": "0", "YEA": "1856", "CITY": "DEYNSE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8097	dorsinfang-victor-1876-07-20	{"a3": "2388"}	{"lerrcp": "A3-2388"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Dorsinfang", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "VIRTON", "geoid": 0}, "notime": null, "date-ut": "1876-07-20 19:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Dorsinfang"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "VIRTON", "geoid": 0}, "date-ut": "1876-07-20 19:39:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2388"}, "ids-in-sources": {"a3": "2388"}}, "raw": {"H": "19", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "20", "LAT": "50N 2", "LON": "5E15", "MON": "7", "NUM": "2388", "PRO": "M", "SEC": "0", "YEA": "1876", "CITY": "VIRTON"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17930	cabiac-roger-1921-10-07	{"e1": "298"}	{"lerrcp": "E1-298"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Cabiac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-10-07 07:00", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": 4.17976, "lat": 43.7397, "name": "Aigues-Vives", "geoid": 3038488}, "notime": null, "date-ut": "1921-10-07 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Cabiac"}, "birth": {"tzo": "+01:00", "date": "1921-10-07 07:00", "place": {"c2": "30", "c3": "", "cy": "FR", "lg": 4.17976, "lat": 43.7397, "name": "Aigues-Vives", "geoid": 3038488}, "date-ut": "1921-10-07 06:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "298"}}, "raw": {"H": "07:00", "COD": "30", "DAY": "07", "MON": "10", "NUM": "0298", "PRO": "EX", "YEA": "1921", "CITY": "Aigues-Vives", "NAME": "CABIAC Roger", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
8099	druart-camille-1876-11-08	{"a3": "2390"}	{"lerrcp": "A3-2390"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Druart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "DOUR", "geoid": 0}, "notime": null, "date-ut": "1876-11-08 19:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Druart"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "DOUR", "geoid": 0}, "date-ut": "1876-11-08 19:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2390"}, "ids-in-sources": {"a3": "2390"}}, "raw": {"H": "19", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "8", "LAT": "50N23", "LON": "4E30", "MON": "11", "NUM": "2390", "PRO": "M", "SEC": "0", "YEA": "1876", "CITY": "DOUR"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8100	dryepondt-gustave-1866-02-03	{"a3": "2391"}	{"lerrcp": "A3-2391"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Dryepondt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "notime": null, "date-ut": "1866-02-03 12:32:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Dryepondt"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "date-ut": "1866-02-03 12:32:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2391"}, "ids-in-sources": {"a3": "2391"}}, "raw": {"H": "12", "MN": "32", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "3", "LAT": "51N13", "LON": "3E15", "MON": "2", "NUM": "2391", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "BRUGES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8101	gauquelin-a3-2392-1871-10-07	{"a3": "2392"}	{"lerrcp": "A3-2392"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2392", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1871-10-07 03:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2392"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1871-10-07 03:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2392"}, "ids-in-sources": {"a3": "2392"}}, "raw": {"H": "3", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "7", "LAT": "50N39", "LON": "5E30", "MON": "10", "NUM": "2392", "PRO": "M", "SEC": "0", "YEA": "1871", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8102	dubois-jules-1856-12-23	{"a3": "2393"}	{"lerrcp": "A3-2393"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Dubois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "PESSOUX", "geoid": 0}, "notime": null, "date-ut": "1856-12-23 09:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Dubois"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "PESSOUX", "geoid": 0}, "date-ut": "1856-12-23 09:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2393"}, "ids-in-sources": {"a3": "2393"}}, "raw": {"H": "9", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "23", "LAT": "50N20", "LON": "4E30", "MON": "12", "NUM": "2393", "PRO": "M", "SEC": "0", "YEA": "1856", "CITY": "PESSOUX"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8103	dubreucq-fernand-1874-09-03	{"a3": "2394"}	{"lerrcp": "A3-2394"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Dubreucq", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "FLOBECQ", "geoid": 0}, "notime": null, "date-ut": "1874-09-03 04:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Dubreucq"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "FLOBECQ", "geoid": 0}, "date-ut": "1874-09-03 04:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2394"}, "ids-in-sources": {"a3": "2394"}}, "raw": {"H": "4", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "3", "LAT": "50N23", "LON": "4E30", "MON": "9", "NUM": "2394", "PRO": "M", "SEC": "0", "YEA": "1874", "CITY": "FLOBECQ"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8104	dubreucq-rene-1869-11-05	{"a3": "2395"}	{"lerrcp": "A3-2395"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Dubreucq", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "FLOBECQ", "geoid": 0}, "notime": null, "date-ut": "1869-11-05 01:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "René", "family": "Dubreucq"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "FLOBECQ", "geoid": 0}, "date-ut": "1869-11-05 01:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2395"}, "ids-in-sources": {"a3": "2395"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "5", "LAT": "50N23", "LON": "4E30", "MON": "11", "NUM": "2395", "PRO": "M", "SEC": "0", "YEA": "1869", "CITY": "FLOBECQ"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8105	duchesne-charles-1881-09-01	{"a3": "2396"}	{"lerrcp": "A3-2396"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Duchesne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MOLENBEEK", "geoid": 0}, "notime": null, "date-ut": "1881-09-01 08:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Duchesne"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MOLENBEEK", "geoid": 0}, "date-ut": "1881-09-01 08:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2396"}, "ids-in-sources": {"a3": "2396"}}, "raw": {"H": "8", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "1", "LAT": "50N51", "LON": "4E15", "MON": "9", "NUM": "2396", "PRO": "M", "SEC": "0", "YEA": "1881", "CITY": "MOLENBEEK"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8106	dufrane-friart-jules-1848-03-24	{"a3": "2397"}	{"lerrcp": "A3-2397"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Dufrane-Friart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "FRAMERIES", "geoid": 0}, "notime": null, "date-ut": "1848-03-24 04:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Dufrane-Friart"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "FRAMERIES", "geoid": 0}, "date-ut": "1848-03-24 04:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2397"}, "ids-in-sources": {"a3": "2397"}}, "raw": {"H": "4", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "24", "LAT": "50N23", "LON": "4E30", "MON": "3", "NUM": "2397", "PRO": "M", "SEC": "0", "YEA": "1848", "CITY": "FRAMERIES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8107	duhaut-hector-1881-05-22	{"a3": "2398"}	{"lerrcp": "A3-2398"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hector", "family": "Duhaut", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CUESMES", "geoid": 0}, "notime": null, "date-ut": "1881-05-22 03:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hector", "family": "Duhaut"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CUESMES", "geoid": 0}, "date-ut": "1881-05-22 03:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2398"}, "ids-in-sources": {"a3": "2398"}}, "raw": {"H": "3", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "22", "LAT": "50N23", "LON": "4E30", "MON": "5", "NUM": "2398", "PRO": "M", "SEC": "0", "YEA": "1881", "CITY": "CUESMES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8108	dupont-j-emile-1834-06-23	{"a3": "2399"}	{"lerrcp": "A3-2399"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Dupont J Emile", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1834-06-23 19:08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Dupont J Emile"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1834-06-23 19:08:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2399"}, "ids-in-sources": {"a3": "2399"}}, "raw": {"H": "19", "MN": "8", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "23", "LAT": "50N39", "LON": "5E30", "MON": "6", "NUM": "2399", "PRO": "M", "SEC": "0", "YEA": "1834", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8109	durutte-adolphe-1853-05-18	{"a3": "2400"}	{"lerrcp": "A3-2400"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Durutte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "YPRES", "geoid": 0}, "notime": null, "date-ut": "1853-05-18 04:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Durutte"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "YPRES", "geoid": 0}, "date-ut": "1853-05-18 04:47:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2400"}, "ids-in-sources": {"a3": "2400"}}, "raw": {"H": "4", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "18", "LAT": "51N13", "LON": "3E15", "MON": "5", "NUM": "2400", "PRO": "M", "SEC": "0", "YEA": "1853", "CITY": "YPRES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8110	dusart-charles-1860-12-17	{"a3": "2401"}	{"lerrcp": "A3-2401"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Dusart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1860-12-17 06:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Dusart"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1860-12-17 06:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2401"}, "ids-in-sources": {"a3": "2401"}}, "raw": {"H": "6", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "17", "LAT": "50N39", "LON": "5E30", "MON": "12", "NUM": "2401", "PRO": "M", "SEC": "0", "YEA": "1860", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8111	dutrieux-jules-1885-05-07	{"a3": "2402"}	{"lerrcp": "A3-2402"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Dutrieux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "CRAINHEM", "geoid": 0}, "notime": null, "date-ut": "1885-05-07 00:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Dutrieux"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "CRAINHEM", "geoid": 0}, "date-ut": "1885-05-07 00:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2402"}, "ids-in-sources": {"a3": "2402"}}, "raw": {"H": "0", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "7", "LAT": "50N51", "LON": "4E15", "MON": "5", "NUM": "2402", "PRO": "M", "SEC": "0", "YEA": "1885", "CITY": "CRAINHEM"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8112	duvivier-joseph-1867-05-14	{"a3": "2403"}	{"lerrcp": "A3-2403"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Duvivier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "notime": null, "date-ut": "1867-05-14 19:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Duvivier"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "date-ut": "1867-05-14 19:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2403"}, "ids-in-sources": {"a3": "2403"}}, "raw": {"H": "19", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "14", "LAT": "50N51", "LON": "4E15", "MON": "5", "NUM": "2403", "PRO": "M", "SEC": "0", "YEA": "1867", "CITY": "SCHAERBEEK"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8113	gauquelin-a3-2404-1852-04-21	{"a3": "2404"}	{"lerrcp": "A3-2404"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2404", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MOLL", "geoid": 0}, "notime": null, "date-ut": "1852-04-21 18:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2404"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MOLL", "geoid": 0}, "date-ut": "1852-04-21 18:12:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2404"}, "ids-in-sources": {"a3": "2404"}}, "raw": {"H": "18", "MN": "12", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "21", "LAT": "51N14", "LON": "4E30", "MON": "4", "NUM": "2404", "PRO": "M", "SEC": "0", "YEA": "1852", "CITY": "MOLL"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8114	eloy-fernand-1868-08-13	{"a3": "2405"}	{"lerrcp": "A3-2405"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Eloy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ANDERLECHT-BRUX", "geoid": 0}, "notime": null, "date-ut": "1868-08-13 17:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Eloy"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ANDERLECHT-BRUX", "geoid": 0}, "date-ut": "1868-08-13 17:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2405"}, "ids-in-sources": {"a3": "2405"}}, "raw": {"H": "17", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "13", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "2405", "PRO": "M", "SEC": "0", "YEA": "1868", "CITY": "ANDERLECHT-BRUX"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8115	elter-robert-1873-06-23	{"a3": "2406"}	{"lerrcp": "A3-2406"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Elter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "ROLLINGERGRUND", "geoid": 0}, "notime": null, "date-ut": "1873-06-23 11:09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Elter"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "ROLLINGERGRUND", "geoid": 0}, "date-ut": "1873-06-23 11:09:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2406"}, "ids-in-sources": {"a3": "2406"}}, "raw": {"H": "11", "MN": "9", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "23", "LAT": "50N 2", "LON": "5E15", "MON": "6", "NUM": "2406", "PRO": "M", "SEC": "0", "YEA": "1873", "CITY": "ROLLINGERGRUND"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8116	gauquelin-a3-2407-1852-09-20	{"a3": "2407"}	{"lerrcp": "A3-2407"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2407", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "BELOEIL", "geoid": 0}, "notime": null, "date-ut": "1852-09-20 22:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2407"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "BELOEIL", "geoid": 0}, "date-ut": "1852-09-20 22:12:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2407"}, "ids-in-sources": {"a3": "2407"}}, "raw": {"H": "22", "MN": "12", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "20", "LAT": "50N23", "LON": "4E30", "MON": "9", "NUM": "2407", "PRO": "M", "SEC": "0", "YEA": "1852", "CITY": "BELOEIL"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8117	epine-hulst-jacques-1879-07-29	{"a3": "2408"}	{"lerrcp": "A3-2408"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Epine Hulst Jacques", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "TIHANGE", "geoid": 0}, "notime": null, "date-ut": "1879-07-29 18:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Epine Hulst Jacques"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "TIHANGE", "geoid": 0}, "date-ut": "1879-07-29 18:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2408"}, "ids-in-sources": {"a3": "2408"}}, "raw": {"H": "18", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "29", "LAT": "50N39", "LON": "5E30", "MON": "7", "NUM": "2408", "PRO": "M", "SEC": "0", "YEA": "1879", "CITY": "TIHANGE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8118	fievez-victor-1855-04-30	{"a3": "2409"}	{"lerrcp": "A3-2409"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Fievez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "HAVRE", "geoid": 0}, "notime": null, "date-ut": "1855-04-30 02:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Fievez"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "HAVRE", "geoid": 0}, "date-ut": "1855-04-30 02:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2409"}, "ids-in-sources": {"a3": "2409"}}, "raw": {"H": "2", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "30", "LAT": "50N23", "LON": "4E30", "MON": "4", "NUM": "2409", "PRO": "M", "SEC": "0", "YEA": "1855", "CITY": "HAVRE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
4432	firket-charles-1852-09-02	{"a2": "2346", "a3": "2410"}	{"lerrcp": "A2-2346"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Firket", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1852-09-02 14:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician", "military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Firket"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1852-09-02 14:38:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2346"}, "ids-in-sources": {"a2": "2346"}}, "raw": {"H": "14", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "2", "LAT": "50N39", "LON": "5E30", "MON": "9", "NUM": "2346", "PRO": "S", "SEC": "0", "YEA": "1852", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["military-personnel"], "sources": "a3", "ids-in-sources": {"a3": "2410"}}, "raw": {"H": "14", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "2", "LAT": "50N39", "LON": "5E30", "MON": "9", "NUM": "2410", "PRO": "M", "SEC": "0", "YEA": "1852", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8119	fisch-gaston-1871-07-23	{"a3": "2411"}	{"lerrcp": "A3-2411"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Fisch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-JOSSE-TEN-NO", "geoid": 0}, "notime": null, "date-ut": "1871-07-23 14:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Fisch"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-JOSSE-TEN-NO", "geoid": 0}, "date-ut": "1871-07-23 14:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2411"}, "ids-in-sources": {"a3": "2411"}}, "raw": {"H": "14", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "23", "LAT": "50N51", "LON": "4E15", "MON": "7", "NUM": "2411", "PRO": "M", "SEC": "0", "YEA": "1871", "CITY": "ST-JOSSE-TEN-NO"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8120	fisette-marcel-1889-07-20	{"a3": "2412"}	{"lerrcp": "A3-2412"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Fisette", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "FARCIENNES", "geoid": 0}, "notime": null, "date-ut": "1889-07-20 22:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Fisette"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "FARCIENNES", "geoid": 0}, "date-ut": "1889-07-20 22:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2412"}, "ids-in-sources": {"a3": "2412"}}, "raw": {"H": "22", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "20", "LAT": "50N23", "LON": "4E30", "MON": "7", "NUM": "2412", "PRO": "M", "SEC": "0", "YEA": "1889", "CITY": "FARCIENNES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8121	five-gaspard-1849-01-01	{"a3": "2413"}	{"lerrcp": "A3-2413"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaspard", "family": "Five", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-JOSSE-TEN-NO", "geoid": 0}, "notime": null, "date-ut": "1849-01-01 01:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gaspard", "family": "Five"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-JOSSE-TEN-NO", "geoid": 0}, "date-ut": "1849-01-01 01:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2413"}, "ids-in-sources": {"a3": "2413"}}, "raw": {"H": "1", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "1", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "2413", "PRO": "M", "SEC": "0", "YEA": "1849", "CITY": "ST-JOSSE-TEN-NO"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8122	flamme-jules-1866-02-15	{"a3": "2414"}	{"lerrcp": "A3-2414"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Flamme", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1866-02-15 21:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Flamme"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1866-02-15 21:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2414"}, "ids-in-sources": {"a3": "2414"}}, "raw": {"H": "21", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "15", "LAT": "50N51", "LON": "4E15", "MON": "2", "NUM": "2414", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8123	foret-jean-1878-02-18	{"a3": "2415"}	{"lerrcp": "A3-2415"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Foret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1878-02-18 07:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Foret"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1878-02-18 07:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2415"}, "ids-in-sources": {"a3": "2415"}}, "raw": {"H": "7", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "18", "LAT": "50N51", "LON": "4E15", "MON": "2", "NUM": "2415", "PRO": "M", "SEC": "0", "YEA": "1878", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8124	gauquelin-a3-2416-1864-03-14	{"a3": "2416"}	{"lerrcp": "A3-2416"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2416", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "VYLE-THAROUL", "geoid": 0}, "notime": null, "date-ut": "1864-03-14 22:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2416"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "VYLE-THAROUL", "geoid": 0}, "date-ut": "1864-03-14 22:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2416"}, "ids-in-sources": {"a3": "2416"}}, "raw": {"H": "22", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "14", "LAT": "50N39", "LON": "5E30", "MON": "3", "NUM": "2416", "PRO": "M", "SEC": "0", "YEA": "1864", "CITY": "VYLE-THAROUL"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8125	fraipont-clement-1878-02-03	{"a3": "2417"}	{"lerrcp": "A3-2417"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clément", "family": "Fraipont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "OUFFET", "geoid": 0}, "notime": null, "date-ut": "1878-02-03 04:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Clément", "family": "Fraipont"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "OUFFET", "geoid": 0}, "date-ut": "1878-02-03 04:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2417"}, "ids-in-sources": {"a3": "2417"}}, "raw": {"H": "4", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "3", "LAT": "50N39", "LON": "5E30", "MON": "2", "NUM": "2417", "PRO": "M", "SEC": "0", "YEA": "1878", "CITY": "OUFFET"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17931	cabrol-christian-1925-09-16	{"e1": "299"}	{"lerrcp": "E1-299"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Cabrol", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1925-09-16 20:00", "note": null, "place": {"c1": null, "c2": "02", "c3": "", "cy": "FR", "lg": 3.36786, "lat": 48.98881, "name": "Chézy-sur-Marne", "geoid": 3025204}, "notime": null, "date-ut": "1925-09-16 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Christian", "family": "Cabrol"}, "birth": {"tzo": "+01:00", "date": "1925-09-16 20:00", "place": {"c2": "02", "c3": "", "cy": "FR", "lg": 3.36786, "lat": 48.98881, "name": "Chézy-sur-Marne", "geoid": 3025204}, "date-ut": "1925-09-16 19:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "299"}}, "raw": {"H": "20:00", "COD": "02", "DAY": "16", "MON": "09", "NUM": "0299", "PRO": "PH", "YEA": "1925", "CITY": "Chezy sur Marne", "NAME": "CABROL Christian", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
8127	franken-emmanuel-1866-12-16	{"a3": "2419"}	{"lerrcp": "A3-2419"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emmanuel", "family": "Franken", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "notime": null, "date-ut": "1866-12-16 14:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emmanuel", "family": "Franken"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "date-ut": "1866-12-16 14:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2419"}, "ids-in-sources": {"a3": "2419"}}, "raw": {"H": "14", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "16", "LAT": "50N23", "LON": "4E30", "MON": "12", "NUM": "2419", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "TOURNAI"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8128	franssen-guillaume-1885-12-20	{"a3": "2420"}	{"lerrcp": "A3-2420"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guillaume", "family": "Franssen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "TIRLEMONT", "geoid": 0}, "notime": null, "date-ut": "1885-12-20 07:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Guillaume", "family": "Franssen"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "TIRLEMONT", "geoid": 0}, "date-ut": "1885-12-20 07:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2420"}, "ids-in-sources": {"a3": "2420"}}, "raw": {"H": "7", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "20", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "2420", "PRO": "M", "SEC": "0", "YEA": "1885", "CITY": "TIRLEMONT"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8129	freitag-ernst-1865-08-11	{"a3": "2421"}	{"lerrcp": "A3-2421"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Freitag", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1865-08-11 00:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Freitag"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1865-08-11 00:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2421"}, "ids-in-sources": {"a3": "2421"}}, "raw": {"H": "0", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "11", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "2421", "PRO": "M", "SEC": "0", "YEA": "1865", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8130	frennet-victor-1868-02-11	{"a3": "2422"}	{"lerrcp": "A3-2422"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Frennet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "notime": null, "date-ut": "1868-02-11 22:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Frennet"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "date-ut": "1868-02-11 22:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2422"}, "ids-in-sources": {"a3": "2422"}}, "raw": {"H": "22", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "11", "LAT": "50N51", "LON": "4E15", "MON": "2", "NUM": "2422", "PRO": "M", "SEC": "0", "YEA": "1868", "CITY": "IXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8131	friart-felix-1870-03-01	{"a3": "2423"}	{"lerrcp": "A3-2423"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Friart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "notime": null, "date-ut": "1870-03-01 13:17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Friart"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "date-ut": "1870-03-01 13:17:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2423"}, "ids-in-sources": {"a3": "2423"}}, "raw": {"H": "13", "MN": "17", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "1", "LAT": "51N13", "LON": "3E15", "MON": "3", "NUM": "2423", "PRO": "M", "SEC": "0", "YEA": "1870", "CITY": "BRUGES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8132	fromont-julien-1873-01-29	{"a3": "2424"}	{"lerrcp": "A3-2424"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julien", "family": "Fromont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1873-01-29 22:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Julien", "family": "Fromont"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1873-01-29 22:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2424"}, "ids-in-sources": {"a3": "2424"}}, "raw": {"H": "22", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "29", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "2424", "PRO": "M", "SEC": "0", "YEA": "1873", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8133	fuchs-felix-1858-01-25	{"a3": "2425"}	{"lerrcp": "A3-2425"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Fuchs", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "notime": null, "date-ut": "1858-01-25 13:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Fuchs"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "date-ut": "1858-01-25 13:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2425"}, "ids-in-sources": {"a3": "2425"}}, "raw": {"H": "13", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "25", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "2425", "PRO": "M", "SEC": "0", "YEA": "1858", "CITY": "IXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8134	furst-gaston-1885-04-29	{"a3": "2426"}	{"lerrcp": "A3-2426"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Furst", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-GILLES", "geoid": 0}, "notime": null, "date-ut": "1885-04-29 22:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Furst"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-GILLES", "geoid": 0}, "date-ut": "1885-04-29 22:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2426"}, "ids-in-sources": {"a3": "2426"}}, "raw": {"H": "22", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "29", "LAT": "50N51", "LON": "4E15", "MON": "4", "NUM": "2426", "PRO": "M", "SEC": "0", "YEA": "1885", "CITY": "ST-GILLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8135	gehot-guillaume-1869-07-17	{"a3": "2427"}	{"lerrcp": "A3-2427"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guillaume", "family": "Gehot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ALOST", "geoid": 0}, "notime": null, "date-ut": "1869-07-17 07:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Guillaume", "family": "Gehot"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ALOST", "geoid": 0}, "date-ut": "1869-07-17 07:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2427"}, "ids-in-sources": {"a3": "2427"}}, "raw": {"H": "7", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "17", "LAT": "51N 5", "LON": "3E45", "MON": "7", "NUM": "2427", "PRO": "M", "SEC": "0", "YEA": "1869", "CITY": "ALOST"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8136	gerard-auguste-1871-05-16	{"a3": "2428"}	{"lerrcp": "A3-2428"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Gerard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "WARISOULX", "geoid": 0}, "notime": null, "date-ut": "1871-05-16 05:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Gerard"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "WARISOULX", "geoid": 0}, "date-ut": "1871-05-16 05:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2428"}, "ids-in-sources": {"a3": "2428"}}, "raw": {"H": "5", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "16", "LAT": "50N20", "LON": "4E30", "MON": "5", "NUM": "2428", "PRO": "M", "SEC": "0", "YEA": "1871", "CITY": "WARISOULX"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8137	gevaert-eugene-1859-05-07	{"a3": "2429"}	{"lerrcp": "A3-2429"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Gevaert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1859-05-07 19:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Gevaert"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1859-05-07 19:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2429"}, "ids-in-sources": {"a3": "2429"}}, "raw": {"H": "19", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "7", "LAT": "51N 5", "LON": "3E45", "MON": "5", "NUM": "2429", "PRO": "M", "SEC": "0", "YEA": "1859", "CITY": "GAND"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8138	gauquelin-a3-2430-1866-02-05	{"a3": "2430"}	{"lerrcp": "A3-2430"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2430", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1866-02-05 14:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2430"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1866-02-05 14:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2430"}, "ids-in-sources": {"a3": "2430"}}, "raw": {"H": "14", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "5", "LAT": "50N39", "LON": "5E30", "MON": "2", "NUM": "2430", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8139	ghysen-jean-1867-04-06	{"a3": "2431"}	{"lerrcp": "A3-2431"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Ghysen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "notime": null, "date-ut": "1867-04-06 15:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Ghysen"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "date-ut": "1867-04-06 15:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2431"}, "ids-in-sources": {"a3": "2431"}}, "raw": {"H": "15", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "6", "LAT": "50N23", "LON": "4E30", "MON": "4", "NUM": "2431", "PRO": "M", "SEC": "0", "YEA": "1867", "CITY": "TOURNAI"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8140	gillain-cyrique-1857-08-11	{"a3": "2432"}	{"lerrcp": "A3-2432"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cyrique", "family": "Gillain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "BIESME-LES-FOSS", "geoid": 0}, "notime": null, "date-ut": "1857-08-11 02:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Cyrique", "family": "Gillain"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "BIESME-LES-FOSS", "geoid": 0}, "date-ut": "1857-08-11 02:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2432"}, "ids-in-sources": {"a3": "2432"}}, "raw": {"H": "2", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "11", "LAT": "50N20", "LON": "4E30", "MON": "8", "NUM": "2432", "PRO": "M", "SEC": "0", "YEA": "1857", "CITY": "BIESME-LES-FOSS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8141	gillis-lucien-1856-03-11	{"a3": "2433"}	{"lerrcp": "A3-2433"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Gillis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MARILLES", "geoid": 0}, "notime": null, "date-ut": "1856-03-11 17:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Gillis"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MARILLES", "geoid": 0}, "date-ut": "1856-03-11 17:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2433"}, "ids-in-sources": {"a3": "2433"}}, "raw": {"H": "17", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "11", "LAT": "50N51", "LON": "4E15", "MON": "3", "NUM": "2433", "PRO": "M", "SEC": "0", "YEA": "1856", "CITY": "MARILLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8142	glorie-charles-1872-05-04	{"a3": "2434"}	{"lerrcp": "A3-2434"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Glorie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "OKEGHEM", "geoid": 0}, "notime": null, "date-ut": "1872-05-04 11:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Glorie"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "OKEGHEM", "geoid": 0}, "date-ut": "1872-05-04 11:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2434"}, "ids-in-sources": {"a3": "2434"}}, "raw": {"H": "11", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "4", "LAT": "51N 5", "LON": "3E45", "MON": "5", "NUM": "2434", "PRO": "M", "SEC": "0", "YEA": "1872", "CITY": "OKEGHEM"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17932	cacharel-jean-bousquet-1932-03-30	{"e1": "300"}	{"lerrcp": "E1-300"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean (BOUSQUET)", "family": "Cacharel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1932-03-30 23:00", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1932-03-30 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean (BOUSQUET)", "family": "Cacharel"}, "birth": {"tzo": "+00:00", "date": "1932-03-30 23:00", "place": {"c2": "30", "c3": "", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1932-03-30 23:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "300"}}, "raw": {"H": "23:00", "COD": "30", "DAY": "30", "MON": "03", "NUM": "0300", "PRO": "EX", "YEA": "1932", "CITY": "Nîmes", "NAME": "CACHAREL Jean (BOUSQUET)", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
8144	gauquelin-a3-2436-1871-04-15	{"a3": "2436"}	{"lerrcp": "A3-2436"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2436", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1871-04-15 15:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2436"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1871-04-15 15:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2436"}, "ids-in-sources": {"a3": "2436"}}, "raw": {"H": "15", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "15", "LAT": "50N39", "LON": "5E30", "MON": "4", "NUM": "2436", "PRO": "M", "SEC": "0", "YEA": "1871", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8145	gauquelin-a3-2437-1864-04-25	{"a3": "2437"}	{"lerrcp": "A3-2437"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2437", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "notime": null, "date-ut": "1864-04-25 16:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2437"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "date-ut": "1864-04-25 16:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2437"}, "ids-in-sources": {"a3": "2437"}}, "raw": {"H": "16", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "25", "LAT": "50N23", "LON": "4E30", "MON": "4", "NUM": "2437", "PRO": "M", "SEC": "0", "YEA": "1864", "CITY": "TOURNAI"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8146	gourdinne-fernand-1885-07-29	{"a3": "2438"}	{"lerrcp": "A3-2438"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Gourdinne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1885-07-29 19:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Gourdinne"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1885-07-29 19:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2438"}, "ids-in-sources": {"a3": "2438"}}, "raw": {"H": "19", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "29", "LAT": "50N39", "LON": "5E30", "MON": "7", "NUM": "2438", "PRO": "M", "SEC": "0", "YEA": "1885", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8147	grang-nicolas-1854-01-02	{"a3": "2439"}	{"lerrcp": "A3-2439"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicolas", "family": "Grang", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "WAHL-GD-DUCHE D", "geoid": 0}, "notime": null, "date-ut": "1854-01-02 04:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Nicolas", "family": "Grang"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "WAHL-GD-DUCHE D", "geoid": 0}, "date-ut": "1854-01-02 04:39:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2439"}, "ids-in-sources": {"a3": "2439"}}, "raw": {"H": "4", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "2", "LAT": "50N 2", "LON": "5E15", "MON": "1", "NUM": "2439", "PRO": "M", "SEC": "0", "YEA": "1854", "CITY": "WAHL-GD-DUCHE D"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17933	cachera-jean-paul-1930-12-08	{"e1": "301"}	{"lerrcp": "E1-301"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Paul", "family": "Cachera", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1930-12-08 08:15", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Boulogne-Billt", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean Paul", "family": "Cachera"}, "birth": {"tzo": "", "date": "1930-12-08 08:15", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Boulogne-Billt", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "301"}}, "raw": {"H": "08:15", "COD": "92", "DAY": "08", "MON": "12", "NUM": "0301", "PRO": "PH", "YEA": "1930", "CITY": "Boulogne-Billt", "NAME": "CACHERA Jean Paul", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
8149	grave-henri-1871-03-06	{"a3": "2441"}	{"lerrcp": "A3-2441"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Grave", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LAEKEN", "geoid": 0}, "notime": null, "date-ut": "1871-03-06 05:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Grave"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LAEKEN", "geoid": 0}, "date-ut": "1871-03-06 05:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2441"}, "ids-in-sources": {"a3": "2441"}}, "raw": {"H": "5", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "6", "LAT": "50N51", "LON": "4E15", "MON": "3", "NUM": "2441", "PRO": "M", "SEC": "0", "YEA": "1871", "CITY": "LAEKEN"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8150	gremling-louis-1865-04-07	{"a3": "2442"}	{"lerrcp": "A3-2442"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Gremling", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-JOSSE-TEN-NO", "geoid": 0}, "notime": null, "date-ut": "1865-04-07 03:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Gremling"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-JOSSE-TEN-NO", "geoid": 0}, "date-ut": "1865-04-07 03:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2442"}, "ids-in-sources": {"a3": "2442"}}, "raw": {"H": "3", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "7", "LAT": "50N51", "LON": "4E15", "MON": "4", "NUM": "2442", "PRO": "M", "SEC": "0", "YEA": "1865", "CITY": "ST-JOSSE-TEN-NO"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8151	gustin-gustave-1867-04-07	{"a3": "2443"}	{"lerrcp": "A3-2443"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Gustin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "LINIERE-ROY", "geoid": 0}, "notime": null, "date-ut": "1867-04-07 05:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Gustin"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "LINIERE-ROY", "geoid": 0}, "date-ut": "1867-04-07 05:39:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2443"}, "ids-in-sources": {"a3": "2443"}}, "raw": {"H": "5", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "7", "LAT": "50N 2", "LON": "5E15", "MON": "4", "NUM": "2443", "PRO": "M", "SEC": "0", "YEA": "1867", "CITY": "LINIERE-ROY"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8152	gysels-pierre-1869-07-08	{"a3": "2444"}	{"lerrcp": "A3-2444"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Gysels", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1869-07-08 12:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Gysels"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1869-07-08 12:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2444"}, "ids-in-sources": {"a3": "2444"}}, "raw": {"H": "12", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "8", "LAT": "50N51", "LON": "4E15", "MON": "7", "NUM": "2444", "PRO": "M", "SEC": "0", "YEA": "1869", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8153	haas-charles-1888-06-28	{"a3": "2445"}	{"lerrcp": "A3-2445"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Haas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "VERVIERS", "geoid": 0}, "notime": null, "date-ut": "1888-06-28 18:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Haas"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "VERVIERS", "geoid": 0}, "date-ut": "1888-06-28 18:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2445"}, "ids-in-sources": {"a3": "2445"}}, "raw": {"H": "18", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "28", "LAT": "50N39", "LON": "5E30", "MON": "6", "NUM": "2445", "PRO": "M", "SEC": "0", "YEA": "1888", "CITY": "VERVIERS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8154	hackars-henri-1881-01-31	{"a3": "2446"}	{"lerrcp": "A3-2446"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Hackars", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "KOERSEL", "geoid": 0}, "notime": null, "date-ut": "1881-01-31 21:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Hackars"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "KOERSEL", "geoid": 0}, "date-ut": "1881-01-31 21:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2446"}, "ids-in-sources": {"a3": "2446"}}, "raw": {"H": "21", "MN": "38", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "31", "LAT": "50N47", "LON": "5E30", "MON": "1", "NUM": "2446", "PRO": "M", "SEC": "0", "YEA": "1881", "CITY": "KOERSEL"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8155	gauquelin-a3-2447-1863-10-30	{"a3": "2447"}	{"lerrcp": "A3-2447"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2447", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "GEMBLOUX", "geoid": 0}, "notime": null, "date-ut": "1863-10-30 00:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2447"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "GEMBLOUX", "geoid": 0}, "date-ut": "1863-10-30 00:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2447"}, "ids-in-sources": {"a3": "2447"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "30", "LAT": "50N20", "LON": "4E30", "MON": "10", "NUM": "2447", "PRO": "M", "SEC": "0", "YEA": "1863", "CITY": "GEMBLOUX"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8156	haneusse-louis-1853-04-19	{"a3": "2448"}	{"lerrcp": "A3-2448"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Haneusse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1853-04-19 02:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Haneusse"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1853-04-19 02:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2448"}, "ids-in-sources": {"a3": "2448"}}, "raw": {"H": "2", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "19", "LAT": "50N39", "LON": "5E30", "MON": "4", "NUM": "2448", "PRO": "M", "SEC": "0", "YEA": "1853", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8157	hankenne-louis-1880-10-04	{"a3": "2449"}	{"lerrcp": "A3-2449"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Hankenne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "VILLERS-LE-PEUP", "geoid": 0}, "notime": null, "date-ut": "1880-10-04 09:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Hankenne"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "VILLERS-LE-PEUP", "geoid": 0}, "date-ut": "1880-10-04 09:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2449"}, "ids-in-sources": {"a3": "2449"}}, "raw": {"H": "9", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "4", "LAT": "50N39", "LON": "5E30", "MON": "10", "NUM": "2449", "PRO": "M", "SEC": "0", "YEA": "1880", "CITY": "VILLERS-LE-PEUP"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8158	hanolet-leon-1859-11-25	{"a3": "2450"}	{"lerrcp": "A3-2450"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Hanolet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "MEHAIGNE-EGHEZE", "geoid": 0}, "notime": null, "date-ut": "1859-11-25 00:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Hanolet"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "MEHAIGNE-EGHEZE", "geoid": 0}, "date-ut": "1859-11-25 00:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2450"}, "ids-in-sources": {"a3": "2450"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "25", "LAT": "50N20", "LON": "4E30", "MON": "11", "NUM": "2450", "PRO": "M", "SEC": "0", "YEA": "1859", "CITY": "MEHAIGNE-EGHEZE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8159	hanssens-edmondus-1843-07-25	{"a3": "2451"}	{"lerrcp": "A3-2451"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmondus", "family": "Hanssens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "VEURNE", "geoid": 0}, "notime": null, "date-ut": "1843-07-25 09:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edmondus", "family": "Hanssens"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "VEURNE", "geoid": 0}, "date-ut": "1843-07-25 09:47:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2451"}, "ids-in-sources": {"a3": "2451"}}, "raw": {"H": "9", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "25", "LAT": "51N13", "LON": "3E15", "MON": "7", "NUM": "2451", "PRO": "M", "SEC": "0", "YEA": "1843", "CITY": "VEURNE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8160	harou-victor-1851-12-25	{"a3": "2452"}	{"lerrcp": "A3-2452"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Harou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "FAYT-LES-MANAGE", "geoid": 0}, "notime": null, "date-ut": "1851-12-25 04:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Harou"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "FAYT-LES-MANAGE", "geoid": 0}, "date-ut": "1851-12-25 04:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2452"}, "ids-in-sources": {"a3": "2452"}}, "raw": {"H": "4", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "25", "LAT": "50N23", "LON": "4E30", "MON": "12", "NUM": "2452", "PRO": "M", "SEC": "0", "YEA": "1851", "CITY": "FAYT-LES-MANAGE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8161	gauquelin-a3-2453-1867-04-12	{"a3": "2453"}	{"lerrcp": "A3-2453"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2453", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MARCHE-LEZ-ECOU", "geoid": 0}, "notime": null, "date-ut": "1867-04-12 16:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2453"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MARCHE-LEZ-ECOU", "geoid": 0}, "date-ut": "1867-04-12 16:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2453"}, "ids-in-sources": {"a3": "2453"}}, "raw": {"H": "16", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "12", "LAT": "50N23", "LON": "4E30", "MON": "4", "NUM": "2453", "PRO": "M", "SEC": "0", "YEA": "1867", "CITY": "MARCHE-LEZ-ECOU"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8162	haye-jules-1869-05-29	{"a3": "2454"}	{"lerrcp": "A3-2454"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Haye", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "FLORENNES", "geoid": 0}, "notime": null, "date-ut": "1869-05-29 14:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Haye"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "FLORENNES", "geoid": 0}, "date-ut": "1869-05-29 14:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2454"}, "ids-in-sources": {"a3": "2454"}}, "raw": {"H": "14", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "29", "LAT": "50N20", "LON": "4E30", "MON": "5", "NUM": "2454", "PRO": "M", "SEC": "0", "YEA": "1869", "CITY": "FLORENNES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8163	hecq-celestin-1859-10-18	{"a3": "2455"}	{"lerrcp": "A3-2455"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Célestin", "family": "Hecq", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ALOST", "geoid": 0}, "notime": null, "date-ut": "1859-10-18 09:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Célestin", "family": "Hecq"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ALOST", "geoid": 0}, "date-ut": "1859-10-18 09:15:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2455"}, "ids-in-sources": {"a3": "2455"}}, "raw": {"H": "9", "MN": "15", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "18", "LAT": "51N 5", "LON": "3E45", "MON": "10", "NUM": "2455", "PRO": "M", "SEC": "0", "YEA": "1859", "CITY": "ALOST"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8164	hellemans-robert-1878-04-03	{"a3": "2456"}	{"lerrcp": "A3-2456"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Hellemans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "notime": null, "date-ut": "1878-04-03 08:13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Hellemans"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "date-ut": "1878-04-03 08:13:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2456"}, "ids-in-sources": {"a3": "2456"}}, "raw": {"H": "8", "MN": "13", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "3", "LAT": "50N51", "LON": "4E15", "MON": "4", "NUM": "2456", "PRO": "M", "SEC": "0", "YEA": "1878", "CITY": "IXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8165	henneberg-georges-1865-04-03	{"a3": "2457"}	{"lerrcp": "A3-2457"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Henneberg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-JOSSE-TEN-NO", "geoid": 0}, "notime": null, "date-ut": "1865-04-03 06:13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Henneberg"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-JOSSE-TEN-NO", "geoid": 0}, "date-ut": "1865-04-03 06:13:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2457"}, "ids-in-sources": {"a3": "2457"}}, "raw": {"H": "6", "MN": "13", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "3", "LAT": "50N51", "LON": "4E15", "MON": "4", "NUM": "2457", "PRO": "M", "SEC": "0", "YEA": "1865", "CITY": "ST-JOSSE-TEN-NO"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8166	henrion-arthur-1874-03-16	{"a3": "2458"}	{"lerrcp": "A3-2458"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Henrion", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1874-03-16 12:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Henrion"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1874-03-16 12:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2458"}, "ids-in-sources": {"a3": "2458"}}, "raw": {"H": "12", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "16", "LAT": "51N14", "LON": "4E30", "MON": "3", "NUM": "2458", "PRO": "M", "SEC": "0", "YEA": "1874", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8167	henrotte-charles-1884-09-15	{"a3": "2459"}	{"lerrcp": "A3-2459"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Henrotte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1884-09-15 21:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Henrotte"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1884-09-15 21:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2459"}, "ids-in-sources": {"a3": "2459"}}, "raw": {"H": "21", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "15", "LAT": "50N39", "LON": "5E30", "MON": "9", "NUM": "2459", "PRO": "M", "SEC": "0", "YEA": "1884", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8168	gauquelin-a3-2460-1878-06-06	{"a3": "2460"}	{"lerrcp": "A3-2460"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2460", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "ANDENNE", "geoid": 0}, "notime": null, "date-ut": "1878-06-06 17:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2460"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "ANDENNE", "geoid": 0}, "date-ut": "1878-06-06 17:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2460"}, "ids-in-sources": {"a3": "2460"}}, "raw": {"H": "17", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "6", "LAT": "50N20", "LON": "4E30", "MON": "6", "NUM": "2460", "PRO": "M", "SEC": "0", "YEA": "1878", "CITY": "ANDENNE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8169	herry-georges-1851-07-02	{"a3": "2461"}	{"lerrcp": "A3-2461"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Herry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1851-07-02 03:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Herry"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1851-07-02 03:15:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2461"}, "ids-in-sources": {"a3": "2461"}}, "raw": {"H": "3", "MN": "15", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "2", "LAT": "51N 5", "LON": "3E45", "MON": "7", "NUM": "2461", "PRO": "M", "SEC": "0", "YEA": "1851", "CITY": "GAND"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8170	heusch-odilon-1869-08-29	{"a3": "2462"}	{"lerrcp": "A3-2462"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Odilon", "family": "Heusch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "DENDERMONDE", "geoid": 0}, "notime": null, "date-ut": "1869-08-29 08:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Odilon", "family": "Heusch"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "DENDERMONDE", "geoid": 0}, "date-ut": "1869-08-29 08:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2462"}, "ids-in-sources": {"a3": "2462"}}, "raw": {"H": "8", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "29", "LAT": "51N 5", "LON": "3E45", "MON": "8", "NUM": "2462", "PRO": "M", "SEC": "0", "YEA": "1869", "CITY": "DENDERMONDE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17934	cadeac-d-ardaud-jean-1917-04-26	{"e1": "302"}	{"lerrcp": "E1-302"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Cadeac D'ardaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-04-26 21:00", "note": null, "place": {"c1": null, "c2": "47", "c3": "", "cy": "FR", "lg": 0.62055, "lat": 44.20199, "name": "Agen", "geoid": 3038634}, "notime": null, "date-ut": "1917-04-26 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Cadeac D'ardaud"}, "birth": {"tzo": "+01:00", "date": "1917-04-26 21:00", "place": {"c2": "47", "c3": "", "cy": "FR", "lg": 0.62055, "lat": 44.20199, "name": "Agen", "geoid": 3038634}, "date-ut": "1917-04-26 20:00"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "302"}}, "raw": {"H": "21:00", "COD": "47", "DAY": "26", "MON": "04", "NUM": "0302", "PRO": "MI", "YEA": "1917", "CITY": "Agen", "NAME": "CADEAC D'ARDAUD Jean", "NOTE": "L"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
8172	heuvel-theodore-1846-02-26	{"a3": "2464"}	{"lerrcp": "A3-2464"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodore", "family": "Heuvel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MOLENBEEK-WERSB", "geoid": 0}, "notime": null, "date-ut": "1846-02-26 08:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Theodore", "family": "Heuvel"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MOLENBEEK-WERSB", "geoid": 0}, "date-ut": "1846-02-26 08:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2464"}, "ids-in-sources": {"a3": "2464"}}, "raw": {"H": "8", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "26", "LAT": "50N51", "LON": "4E15", "MON": "2", "NUM": "2464", "PRO": "M", "SEC": "0", "YEA": "1846", "CITY": "MOLENBEEK-WERSB"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8173	heyse-prosper-1869-12-30	{"a3": "2465"}	{"lerrcp": "A3-2465"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Prosper", "family": "Heyse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ASPER", "geoid": 0}, "notime": null, "date-ut": "1869-12-30 09:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Prosper", "family": "Heyse"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ASPER", "geoid": 0}, "date-ut": "1869-12-30 09:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2465"}, "ids-in-sources": {"a3": "2465"}}, "raw": {"H": "9", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "30", "LAT": "51N 5", "LON": "3E45", "MON": "12", "NUM": "2465", "PRO": "M", "SEC": "0", "YEA": "1869", "CITY": "ASPER"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8174	hinck-edouard-1861-05-26	{"a3": "2466"}	{"lerrcp": "A3-2466"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Hinck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "AYWAILLE", "geoid": 0}, "notime": null, "date-ut": "1861-05-26 18:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Hinck"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "AYWAILLE", "geoid": 0}, "date-ut": "1861-05-26 18:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2466"}, "ids-in-sources": {"a3": "2466"}}, "raw": {"H": "18", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "26", "LAT": "50N39", "LON": "5E30", "MON": "5", "NUM": "2466", "PRO": "M", "SEC": "0", "YEA": "1861", "CITY": "AYWAILLE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8175	hodister-arthur-1847-08-14	{"a3": "2467"}	{"lerrcp": "A3-2467"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Hodister", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "notime": null, "date-ut": "1847-08-14 17:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Hodister"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "date-ut": "1847-08-14 17:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2467"}, "ids-in-sources": {"a3": "2467"}}, "raw": {"H": "17", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "14", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "2467", "PRO": "M", "SEC": "0", "YEA": "1847", "CITY": "SCHAERBEEK"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8176	holsbeek-leon-1868-05-04	{"a3": "2468"}	{"lerrcp": "A3-2468"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Holsbeek", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1868-05-04 11:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Holsbeek"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1868-05-04 11:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2468"}, "ids-in-sources": {"a3": "2468"}}, "raw": {"H": "11", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "4", "LAT": "50N51", "LON": "4E15", "MON": "5", "NUM": "2468", "PRO": "M", "SEC": "0", "YEA": "1868", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8177	hoyois-joseph-1861-06-14	{"a3": "2469"}	{"lerrcp": "A3-2469"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Hoyois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "notime": null, "date-ut": "1861-06-14 14:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Hoyois"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "date-ut": "1861-06-14 14:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2469"}, "ids-in-sources": {"a3": "2469"}}, "raw": {"H": "14", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "14", "LAT": "50N23", "LON": "4E30", "MON": "6", "NUM": "2469", "PRO": "M", "SEC": "0", "YEA": "1861", "CITY": "TOURNAI"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8178	husson-jean-1854-02-02	{"a3": "2470"}	{"lerrcp": "A3-2470"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Husson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "BOHAN/SEMOIS", "geoid": 0}, "notime": null, "date-ut": "1854-02-02 10:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Husson"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "BOHAN/SEMOIS", "geoid": 0}, "date-ut": "1854-02-02 10:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2470"}, "ids-in-sources": {"a3": "2470"}}, "raw": {"H": "10", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "2", "LAT": "50N20", "LON": "4E30", "MON": "2", "NUM": "2470", "PRO": "M", "SEC": "0", "YEA": "1854", "CITY": "BOHAN/SEMOIS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8179	hutereau-joseph-1875-03-30	{"a3": "2471"}	{"lerrcp": "A3-2471"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Hutereau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1875-03-30 00:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Hutereau"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1875-03-30 00:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2471"}, "ids-in-sources": {"a3": "2471"}}, "raw": {"H": "0", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "30", "LAT": "50N51", "LON": "4E15", "MON": "3", "NUM": "2471", "PRO": "M", "SEC": "0", "YEA": "1875", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8180	huyghe-mahenge-armand-1871-07-11	{"a3": "2472"}	{"lerrcp": "A3-2472"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Huyghe Mahenge Armand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "notime": null, "date-ut": "1871-07-11 10:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Huyghe Mahenge Armand"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "date-ut": "1871-07-11 10:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2472"}, "ids-in-sources": {"a3": "2472"}}, "raw": {"H": "10", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "11", "LAT": "50N51", "LON": "4E15", "MON": "7", "NUM": "2472", "PRO": "M", "SEC": "0", "YEA": "1871", "CITY": "LOUVAIN"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8181	jacques-dixmude-jules-1858-02-24	{"a3": "2473"}	{"lerrcp": "A3-2473"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Jacques Dixmude Jules", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "STAVELOT", "geoid": 0}, "notime": null, "date-ut": "1858-02-24 02:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Jacques Dixmude Jules"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "STAVELOT", "geoid": 0}, "date-ut": "1858-02-24 02:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2473"}, "ids-in-sources": {"a3": "2473"}}, "raw": {"H": "2", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "24", "LAT": "50N39", "LON": "5E30", "MON": "2", "NUM": "2473", "PRO": "M", "SEC": "0", "YEA": "1858", "CITY": "STAVELOT"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8182	jadot-albert-1885-08-05	{"a3": "2474"}	{"lerrcp": "A3-2474"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Jadot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1885-08-05 13:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Jadot"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1885-08-05 13:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2474"}, "ids-in-sources": {"a3": "2474"}}, "raw": {"H": "13", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "5", "LAT": "50N39", "LON": "5E30", "MON": "8", "NUM": "2474", "PRO": "M", "SEC": "0", "YEA": "1885", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8183	janot-narcisse-1870-12-05	{"a3": "2475"}	{"lerrcp": "A3-2475"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Narcisse", "family": "Janot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ROISIN", "geoid": 0}, "notime": null, "date-ut": "1870-12-05 07:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Narcisse", "family": "Janot"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ROISIN", "geoid": 0}, "date-ut": "1870-12-05 07:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2475"}, "ids-in-sources": {"a3": "2475"}}, "raw": {"H": "7", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "5", "LAT": "50N23", "LON": "4E30", "MON": "12", "NUM": "2475", "PRO": "M", "SEC": "0", "YEA": "1870", "CITY": "ROISIN"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8184	janssen-camille-1837-12-05	{"a3": "2476"}	{"lerrcp": "A3-2476"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Janssen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1837-12-05 03:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Janssen"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1837-12-05 03:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2476"}, "ids-in-sources": {"a3": "2476"}}, "raw": {"H": "3", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "5", "LAT": "50N39", "LON": "5E30", "MON": "12", "NUM": "2476", "PRO": "M", "SEC": "0", "YEA": "1837", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8185	janssen-eugene-1858-09-25	{"a3": "2477"}	{"lerrcp": "A3-2477"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Janssen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1858-09-25 01:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Janssen"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1858-09-25 01:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2477"}, "ids-in-sources": {"a3": "2477"}}, "raw": {"H": "1", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "25", "LAT": "50N51", "LON": "4E15", "MON": "9", "NUM": "2477", "PRO": "M", "SEC": "0", "YEA": "1858", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8186	jolle-cyrille-1873-06-19	{"a3": "2478"}	{"lerrcp": "A3-2478"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cyrille", "family": "Jolle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "WOUMEN-DIXMUDE", "geoid": 0}, "notime": null, "date-ut": "1873-06-19 10:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Cyrille", "family": "Jolle"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "WOUMEN-DIXMUDE", "geoid": 0}, "date-ut": "1873-06-19 10:47:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2478"}, "ids-in-sources": {"a3": "2478"}}, "raw": {"H": "10", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "19", "LAT": "51N13", "LON": "3E15", "MON": "6", "NUM": "2478", "PRO": "M", "SEC": "0", "YEA": "1873", "CITY": "WOUMEN-DIXMUDE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8187	julien-leon-1859-05-29	{"a3": "2479"}	{"lerrcp": "A3-2479"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Julien", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "ST-LEGER", "geoid": 0}, "notime": null, "date-ut": "1859-05-29 06:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Julien"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "ST-LEGER", "geoid": 0}, "date-ut": "1859-05-29 06:39:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2479"}, "ids-in-sources": {"a3": "2479"}}, "raw": {"H": "6", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "29", "LAT": "50N 2", "LON": "5E15", "MON": "5", "NUM": "2479", "PRO": "M", "SEC": "0", "YEA": "1859", "CITY": "ST-LEGER"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8188	jungers-francois-1851-10-22	{"a3": "2480"}	{"lerrcp": "A3-2480"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Jungers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "ARLON", "geoid": 0}, "notime": null, "date-ut": "1851-10-22 10:09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Jungers"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "ARLON", "geoid": 0}, "date-ut": "1851-10-22 10:09:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2480"}, "ids-in-sources": {"a3": "2480"}}, "raw": {"H": "10", "MN": "9", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "22", "LAT": "50N 2", "LON": "5E15", "MON": "10", "NUM": "2480", "PRO": "M", "SEC": "0", "YEA": "1851", "CITY": "ARLON"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8189	kerckhove-frederic-1884-02-16	{"a3": "2481"}	{"lerrcp": "A3-2481"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Kerckhove", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "GUYGOVEN", "geoid": 0}, "notime": null, "date-ut": "1884-02-16 14:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Kerckhove"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "GUYGOVEN", "geoid": 0}, "date-ut": "1884-02-16 14:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2481"}, "ids-in-sources": {"a3": "2481"}}, "raw": {"H": "14", "MN": "38", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "16", "LAT": "50N47", "LON": "5E30", "MON": "2", "NUM": "2481", "PRO": "M", "SEC": "0", "YEA": "1884", "CITY": "GUYGOVEN"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8190	kerckhoven-guillaume-1853-01-28	{"a3": "2482"}	{"lerrcp": "A3-2482"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guillaume", "family": "Kerckhoven", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "notime": null, "date-ut": "1853-01-28 05:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Guillaume", "family": "Kerckhoven"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "date-ut": "1853-01-28 05:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2482"}, "ids-in-sources": {"a3": "2482"}}, "raw": {"H": "5", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "28", "LAT": "51N14", "LON": "4E30", "MON": "1", "NUM": "2482", "PRO": "M", "SEC": "0", "YEA": "1853", "CITY": "MALINES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8191	kesler-johan-1882-10-16	{"a3": "2483"}	{"lerrcp": "A3-2483"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johan", "family": "Kesler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "JODOIGNE", "geoid": 0}, "notime": null, "date-ut": "1882-10-16 06:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Johan", "family": "Kesler"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "JODOIGNE", "geoid": 0}, "date-ut": "1882-10-16 06:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2483"}, "ids-in-sources": {"a3": "2483"}}, "raw": {"H": "6", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "16", "LAT": "50N51", "LON": "4E15", "MON": "10", "NUM": "2483", "PRO": "M", "SEC": "0", "YEA": "1882", "CITY": "JODOIGNE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8192	kessels-ernest-1864-03-26	{"a3": "2484"}	{"lerrcp": "A3-2484"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Kessels", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "notime": null, "date-ut": "1864-03-26 01:58:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Kessels"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "date-ut": "1864-03-26 01:58:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2484"}, "ids-in-sources": {"a3": "2484"}}, "raw": {"H": "1", "MN": "58", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "26", "LAT": "50N51", "LON": "4E15", "MON": "3", "NUM": "2484", "PRO": "M", "SEC": "0", "YEA": "1864", "CITY": "IXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8193	kethulle-ryhove-charles-1865-12-06	{"a3": "2485"}	{"lerrcp": "A3-2485"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Kethulle Ryhove Charles", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "notime": null, "date-ut": "1865-12-06 05:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Kethulle Ryhove Charles"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "date-ut": "1865-12-06 05:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2485"}, "ids-in-sources": {"a3": "2485"}}, "raw": {"H": "5", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "6", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "2485", "PRO": "M", "SEC": "0", "YEA": "1865", "CITY": "LOUVAIN"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8194	gauquelin-a3-2486-1881-07-24	{"a3": "2486"}	{"lerrcp": "A3-2486"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2486", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "LEDEBERG-LEZ-GA", "geoid": 0}, "notime": null, "date-ut": "1881-07-24 23:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2486"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "LEDEBERG-LEZ-GA", "geoid": 0}, "date-ut": "1881-07-24 23:15:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2486"}, "ids-in-sources": {"a3": "2486"}}, "raw": {"H": "23", "MN": "15", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "24", "LAT": "51N 5", "LON": "3E45", "MON": "7", "NUM": "2486", "PRO": "M", "SEC": "0", "YEA": "1881", "CITY": "LEDEBERG-LEZ-GA"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8195	labarre-antoine-1879-10-29	{"a3": "2487"}	{"lerrcp": "A3-2487"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Labarre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIMBOURG", "geoid": 0}, "notime": null, "date-ut": "1879-10-29 08:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Labarre"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIMBOURG", "geoid": 0}, "date-ut": "1879-10-29 08:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2487"}, "ids-in-sources": {"a3": "2487"}}, "raw": {"H": "8", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "29", "LAT": "50N39", "LON": "5E30", "MON": "10", "NUM": "2487", "PRO": "M", "SEC": "0", "YEA": "1879", "CITY": "LIMBOURG"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8196	lagneaux-oswald-1879-04-10	{"a3": "2488"}	{"lerrcp": "A3-2488"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oswald", "family": "Lagneaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ECAUSSINES-D EN", "geoid": 0}, "notime": null, "date-ut": "1879-04-10 03:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Oswald", "family": "Lagneaux"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ECAUSSINES-D EN", "geoid": 0}, "date-ut": "1879-04-10 03:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2488"}, "ids-in-sources": {"a3": "2488"}}, "raw": {"H": "3", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "10", "LAT": "50N23", "LON": "4E30", "MON": "4", "NUM": "2488", "PRO": "M", "SEC": "0", "YEA": "1879", "CITY": "ECAUSSINES-D EN"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8197	lange-alphonse-1865-05-25	{"a3": "2489"}	{"lerrcp": "A3-2489"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Lange", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1865-05-25 10:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Lange"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1865-05-25 10:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2489"}, "ids-in-sources": {"a3": "2489"}}, "raw": {"H": "10", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "25", "LAT": "50N39", "LON": "5E30", "MON": "5", "NUM": "2489", "PRO": "M", "SEC": "0", "YEA": "1865", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8198	langerock-albert-1873-11-19	{"a3": "2490"}	{"lerrcp": "A3-2490"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Langerock", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1873-11-19 16:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Langerock"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1873-11-19 16:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2490"}, "ids-in-sources": {"a3": "2490"}}, "raw": {"H": "16", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "19", "LAT": "51N 5", "LON": "3E45", "MON": "11", "NUM": "2490", "PRO": "M", "SEC": "0", "YEA": "1873", "CITY": "GAND"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8199	langhans-auguste-1859-07-30	{"a3": "2491"}	{"lerrcp": "A3-2491"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Langhans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1859-07-30 12:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Langhans"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1859-07-30 12:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2491"}, "ids-in-sources": {"a3": "2491"}}, "raw": {"H": "12", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "30", "LAT": "51N14", "LON": "4E30", "MON": "7", "NUM": "2491", "PRO": "M", "SEC": "0", "YEA": "1859", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8200	lantonnois-rode-albert-1852-06-19	{"a3": "2492"}	{"lerrcp": "A3-2492"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Lantonnois Rode Albert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "notime": null, "date-ut": "1852-06-19 17:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Lantonnois Rode Albert"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "date-ut": "1852-06-19 17:12:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2492"}, "ids-in-sources": {"a3": "2492"}}, "raw": {"H": "17", "MN": "12", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "19", "LAT": "50N23", "LON": "4E30", "MON": "6", "NUM": "2492", "PRO": "M", "SEC": "0", "YEA": "1852", "CITY": "MONS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17935	cadenat-etienne-1895-07-27	{"e1": "303"}	{"lerrcp": "E1-303"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Cadenat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1895-07-27 10:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1895-07-27 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Cadenat"}, "birth": {"tzo": "+00:09", "date": "1895-07-27 10:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1895-07-27 09:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "303"}}, "raw": {"H": "10:00", "COD": "31", "DAY": "27", "MON": "07", "NUM": "0303", "PRO": "PH", "YEA": "1895", "CITY": "Toulouse", "NAME": "CADENAT Etienne", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
8202	lapierre-albert-1873-08-26	{"a3": "2494"}	{"lerrcp": "A3-2494"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Lapierre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "YPRES", "geoid": 0}, "notime": null, "date-ut": "1873-08-26 08:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Lapierre"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "YPRES", "geoid": 0}, "date-ut": "1873-08-26 08:47:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2494"}, "ids-in-sources": {"a3": "2494"}}, "raw": {"H": "8", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "26", "LAT": "51N13", "LON": "3E15", "MON": "8", "NUM": "2494", "PRO": "M", "SEC": "0", "YEA": "1873", "CITY": "YPRES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8203	laplume-jules-1866-11-16	{"a3": "2495"}	{"lerrcp": "A3-2495"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Laplume", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "VIELSALM", "geoid": 0}, "notime": null, "date-ut": "1866-11-16 01:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Laplume"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "VIELSALM", "geoid": 0}, "date-ut": "1866-11-16 01:39:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2495"}, "ids-in-sources": {"a3": "2495"}}, "raw": {"H": "1", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "16", "LAT": "50N 2", "LON": "5E15", "MON": "11", "NUM": "2495", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "VIELSALM"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8204	gauquelin-a3-2496-1861-09-05	{"a3": "2496"}	{"lerrcp": "A3-2496"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2496", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "GOUY-LES-PIETON", "geoid": 0}, "notime": null, "date-ut": "1861-09-05 03:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2496"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "GOUY-LES-PIETON", "geoid": 0}, "date-ut": "1861-09-05 03:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2496"}, "ids-in-sources": {"a3": "2496"}}, "raw": {"H": "3", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "5", "LAT": "50N23", "LON": "4E30", "MON": "9", "NUM": "2496", "PRO": "M", "SEC": "0", "YEA": "1861", "CITY": "GOUY-LES-PIETON"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8205	gauquelin-a3-2497-1872-01-29	{"a3": "2497"}	{"lerrcp": "A3-2497"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2497", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "LEDEBERG-LEZ-GA", "geoid": 0}, "notime": null, "date-ut": "1872-01-29 13:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2497"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "LEDEBERG-LEZ-GA", "geoid": 0}, "date-ut": "1872-01-29 13:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2497"}, "ids-in-sources": {"a3": "2497"}}, "raw": {"H": "13", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "29", "LAT": "51N 5", "LON": "3E45", "MON": "1", "NUM": "2497", "PRO": "M", "SEC": "0", "YEA": "1872", "CITY": "LEDEBERG-LEZ-GA"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8206	gauquelin-a3-2498-1884-08-24	{"a3": "2498"}	{"lerrcp": "A3-2498"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2498", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "TERMONDE", "geoid": 0}, "notime": null, "date-ut": "1884-08-24 07:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2498"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "TERMONDE", "geoid": 0}, "date-ut": "1884-08-24 07:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2498"}, "ids-in-sources": {"a3": "2498"}}, "raw": {"H": "7", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "24", "LAT": "51N 5", "LON": "3E45", "MON": "8", "NUM": "2498", "PRO": "M", "SEC": "0", "YEA": "1884", "CITY": "TERMONDE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8207	leclement-st-marcq-philippe-1860-06-04	{"a3": "2499"}	{"lerrcp": "A3-2499"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Leclement St-Marcq Philippe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "KAIN-LEZ-TOURNA", "geoid": 0}, "notime": null, "date-ut": "1860-06-04 14:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Leclement St-Marcq Philippe"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "KAIN-LEZ-TOURNA", "geoid": 0}, "date-ut": "1860-06-04 14:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2499"}, "ids-in-sources": {"a3": "2499"}}, "raw": {"H": "14", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "4", "LAT": "50N23", "LON": "4E30", "MON": "6", "NUM": "2499", "PRO": "M", "SEC": "0", "YEA": "1860", "CITY": "KAIN-LEZ-TOURNA"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8208	lecocq-rene-1882-11-12	{"a3": "2500"}	{"lerrcp": "A3-2500"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Lecocq", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "notime": null, "date-ut": "1882-11-12 10:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "René", "family": "Lecocq"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "date-ut": "1882-11-12 10:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2500"}, "ids-in-sources": {"a3": "2500"}}, "raw": {"H": "10", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "12", "LAT": "50N23", "LON": "4E30", "MON": "11", "NUM": "2500", "PRO": "M", "SEC": "0", "YEA": "1882", "CITY": "TOURNAI"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8209	leeuw-louis-1886-03-11	{"a3": "2501"}	{"lerrcp": "A3-2501"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Leeuw", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "notime": null, "date-ut": "1886-03-11 16:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Leeuw"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "date-ut": "1886-03-11 16:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2501"}, "ids-in-sources": {"a3": "2501"}}, "raw": {"H": "16", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "11", "LAT": "51N14", "LON": "4E30", "MON": "3", "NUM": "2501", "PRO": "M", "SEC": "0", "YEA": "1886", "CITY": "MALINES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8210	gauquelin-a3-2502-1873-11-22	{"a3": "2502"}	{"lerrcp": "A3-2502"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2502", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "QUEVY-LE-GRAND", "geoid": 0}, "notime": null, "date-ut": "1873-11-22 14:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2502"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "QUEVY-LE-GRAND", "geoid": 0}, "date-ut": "1873-11-22 14:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2502"}, "ids-in-sources": {"a3": "2502"}}, "raw": {"H": "14", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "22", "LAT": "50N23", "LON": "4E30", "MON": "11", "NUM": "2502", "PRO": "M", "SEC": "0", "YEA": "1873", "CITY": "QUEVY-LE-GRAND"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8211	lekens-marie-1871-09-12	{"a3": "2503"}	{"lerrcp": "A3-2503"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Lekens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "GRAESEN-EN-BRAB", "geoid": 0}, "notime": null, "date-ut": "1871-09-12 14:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Lekens"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "GRAESEN-EN-BRAB", "geoid": 0}, "date-ut": "1871-09-12 14:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2503"}, "ids-in-sources": {"a3": "2503"}}, "raw": {"H": "14", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "12", "LAT": "50N51", "LON": "4E15", "MON": "9", "NUM": "2503", "PRO": "M", "SEC": "0", "YEA": "1871", "CITY": "GRAESEN-EN-BRAB"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8212	gauquelin-a3-2504-1866-05-26	{"a3": "2504"}	{"lerrcp": "A3-2504"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2504", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1866-05-26 22:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2504"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1866-05-26 22:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2504"}, "ids-in-sources": {"a3": "2504"}}, "raw": {"H": "22", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "26", "LAT": "50N51", "LON": "4E15", "MON": "5", "NUM": "2504", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8213	lenger-aubry-1862-02-14	{"a3": "2505"}	{"lerrcp": "A3-2505"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aubry", "family": "Lenger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "ALTIVIES GD DUC", "geoid": 0}, "notime": null, "date-ut": "1862-02-14 03:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Aubry", "family": "Lenger"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "ALTIVIES GD DUC", "geoid": 0}, "date-ut": "1862-02-14 03:39:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2505"}, "ids-in-sources": {"a3": "2505"}}, "raw": {"H": "3", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "14", "LAT": "50N 2", "LON": "5E15", "MON": "2", "NUM": "2505", "PRO": "M", "SEC": "0", "YEA": "1862", "CITY": "ALTIVIES GD DUC"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8214	lens-alfred-1869-06-21	{"a3": "2506"}	{"lerrcp": "A3-2506"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Lens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1869-06-21 00:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Lens"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1869-06-21 00:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2506"}, "ids-in-sources": {"a3": "2506"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "21", "LAT": "51N14", "LON": "4E30", "MON": "6", "NUM": "2506", "PRO": "M", "SEC": "0", "YEA": "1869", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8215	lequeux-armand-1866-01-07	{"a3": "2507"}	{"lerrcp": "A3-2507"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Lequeux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "DINANT", "geoid": 0}, "notime": null, "date-ut": "1866-01-07 10:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Lequeux"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "DINANT", "geoid": 0}, "date-ut": "1866-01-07 10:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2507"}, "ids-in-sources": {"a3": "2507"}}, "raw": {"H": "10", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "7", "LAT": "50N20", "LON": "4E30", "MON": "1", "NUM": "2507", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "DINANT"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8216	leroi-gustave-1858-05-05	{"a3": "2508"}	{"lerrcp": "A3-2508"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Leroi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "notime": null, "date-ut": "1858-05-05 23:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Leroi"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "date-ut": "1858-05-05 23:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2508"}, "ids-in-sources": {"a3": "2508"}}, "raw": {"H": "23", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "5", "LAT": "50N20", "LON": "4E30", "MON": "5", "NUM": "2508", "PRO": "M", "SEC": "0", "YEA": "1858", "CITY": "NAMUR"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8217	lespagnard-emile-1882-10-21	{"a3": "2509"}	{"lerrcp": "A3-2509"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Lespagnard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "BLEHARIES", "geoid": 0}, "notime": null, "date-ut": "1882-10-21 04:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Lespagnard"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "BLEHARIES", "geoid": 0}, "date-ut": "1882-10-21 04:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2509"}, "ids-in-sources": {"a3": "2509"}}, "raw": {"H": "4", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "21", "LAT": "50N23", "LON": "4E30", "MON": "10", "NUM": "2509", "PRO": "M", "SEC": "0", "YEA": "1882", "CITY": "BLEHARIES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8218	leu-albert-1852-06-23	{"a3": "2510"}	{"lerrcp": "A3-2510"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Leu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1852-06-23 12:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Leu"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1852-06-23 12:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2510"}, "ids-in-sources": {"a3": "2510"}}, "raw": {"H": "12", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "23", "LAT": "51N 5", "LON": "3E45", "MON": "6", "NUM": "2510", "PRO": "M", "SEC": "0", "YEA": "1852", "CITY": "GAND"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8219	liard-edgar-1876-03-02	{"a3": "2511"}	{"lerrcp": "A3-2511"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edgar", "family": "Liard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "LA LOUVIERE", "geoid": 0}, "notime": null, "date-ut": "1876-03-02 06:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edgar", "family": "Liard"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "LA LOUVIERE", "geoid": 0}, "date-ut": "1876-03-02 06:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2511"}, "ids-in-sources": {"a3": "2511"}}, "raw": {"H": "6", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "2", "LAT": "50N23", "LON": "4E30", "MON": "3", "NUM": "2511", "PRO": "M", "SEC": "0", "YEA": "1876", "CITY": "LA LOUVIERE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8220	libert-alfred-1884-03-21	{"a3": "2512"}	{"lerrcp": "A3-2512"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Libert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OSTENDE", "geoid": 0}, "notime": null, "date-ut": "1884-03-21 00:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Libert"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OSTENDE", "geoid": 0}, "date-ut": "1884-03-21 00:47:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2512"}, "ids-in-sources": {"a3": "2512"}}, "raw": {"H": "0", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "21", "LAT": "51N13", "LON": "3E15", "MON": "3", "NUM": "2512", "PRO": "M", "SEC": "0", "YEA": "1884", "CITY": "OSTENDE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8221	libois-jean-1869-04-06	{"a3": "2513"}	{"lerrcp": "A3-2513"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Libois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "notime": null, "date-ut": "1869-04-06 20:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Libois"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "date-ut": "1869-04-06 20:47:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2513"}, "ids-in-sources": {"a3": "2513"}}, "raw": {"H": "20", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "6", "LAT": "51N13", "LON": "3E15", "MON": "4", "NUM": "2513", "PRO": "M", "SEC": "0", "YEA": "1869", "CITY": "BRUGES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8222	liebaert-alfred-1864-10-28	{"a3": "2514"}	{"lerrcp": "A3-2514"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Liebaert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "DEYNZE", "geoid": 0}, "notime": null, "date-ut": "1864-10-28 00:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Liebaert"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "DEYNZE", "geoid": 0}, "date-ut": "1864-10-28 00:15:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2514"}, "ids-in-sources": {"a3": "2514"}}, "raw": {"H": "0", "MN": "15", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "28", "LAT": "51N 5", "LON": "3E45", "MON": "10", "NUM": "2514", "PRO": "M", "SEC": "0", "YEA": "1864", "CITY": "DEYNZE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17936	caderas-de-kerleau-jean-1906-09-04	{"e1": "304"}	{"lerrcp": "E1-304"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Caderas De Kerleau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-09-04 19:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.28462, "lat": 47.79731, "name": "Guilvinec", "geoid": 3014239}, "notime": null, "date-ut": "1906-09-04 18:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Caderas De Kerleau"}, "birth": {"tzo": "+00:09", "date": "1906-09-04 19:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.28462, "lat": 47.79731, "name": "Guilvinec", "geoid": 3014239}, "date-ut": "1906-09-04 18:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "304"}}, "raw": {"H": "19:00", "COD": "29", "DAY": "04", "MON": "09", "NUM": "0304", "PRO": "PH", "YEA": "1906", "CITY": "Guilvinec", "NAME": "CADERAS DE KERLEAU Jean", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
8224	liebrechts-charles-1858-05-07	{"a3": "2516"}	{"lerrcp": "A3-2516"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Liebrechts", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1858-05-07 00:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Liebrechts"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1858-05-07 00:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2516"}, "ids-in-sources": {"a3": "2516"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "7", "LAT": "51N14", "LON": "4E30", "MON": "5", "NUM": "2516", "PRO": "M", "SEC": "0", "YEA": "1858", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8225	liebrechts-louis-1862-06-06	{"a3": "2517"}	{"lerrcp": "A3-2517"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Liebrechts", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1862-06-06 21:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Liebrechts"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1862-06-06 21:12:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2517"}, "ids-in-sources": {"a3": "2517"}}, "raw": {"H": "21", "MN": "12", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "6", "LAT": "51N14", "LON": "4E30", "MON": "6", "NUM": "2517", "PRO": "M", "SEC": "0", "YEA": "1862", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8226	liegeois-victorien-1867-03-21	{"a3": "2518"}	{"lerrcp": "A3-2518"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victorien", "family": "Liegeois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "BLEID", "geoid": 0}, "notime": null, "date-ut": "1867-03-21 16:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Victorien", "family": "Liegeois"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "BLEID", "geoid": 0}, "date-ut": "1867-03-21 16:39:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2518"}, "ids-in-sources": {"a3": "2518"}}, "raw": {"H": "16", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "21", "LAT": "50N 2", "LON": "5E15", "MON": "3", "NUM": "2518", "PRO": "M", "SEC": "0", "YEA": "1867", "CITY": "BLEID"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8227	gauquelin-a3-2519-1861-09-05	{"a3": "2519"}	{"lerrcp": "A3-2519"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2519", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "BERCHEM-ANVERS", "geoid": 0}, "notime": null, "date-ut": "1861-09-05 19:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2519"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "BERCHEM-ANVERS", "geoid": 0}, "date-ut": "1861-09-05 19:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2519"}, "ids-in-sources": {"a3": "2519"}}, "raw": {"H": "19", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "5", "LAT": "51N14", "LON": "4E30", "MON": "9", "NUM": "2519", "PRO": "M", "SEC": "0", "YEA": "1861", "CITY": "BERCHEM-ANVERS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8228	lietard-leopold-1882-10-28	{"a3": "2520"}	{"lerrcp": "A3-2520"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leopold", "family": "Lietard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "SERAING", "geoid": 0}, "notime": null, "date-ut": "1882-10-28 18:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Leopold", "family": "Lietard"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "SERAING", "geoid": 0}, "date-ut": "1882-10-28 18:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2520"}, "ids-in-sources": {"a3": "2520"}}, "raw": {"H": "18", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "28", "LAT": "50N39", "LON": "5E30", "MON": "10", "NUM": "2520", "PRO": "M", "SEC": "0", "YEA": "1882", "CITY": "SERAING"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8229	ligot-joseph-1860-11-03	{"a3": "2521"}	{"lerrcp": "A3-2521"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Ligot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "BRYE", "geoid": 0}, "notime": null, "date-ut": "1860-11-03 15:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Ligot"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "BRYE", "geoid": 0}, "date-ut": "1860-11-03 15:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2521"}, "ids-in-sources": {"a3": "2521"}}, "raw": {"H": "15", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "3", "LAT": "50N23", "LON": "4E30", "MON": "11", "NUM": "2521", "PRO": "M", "SEC": "0", "YEA": "1860", "CITY": "BRYE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8230	lint-jean-1862-05-11	{"a3": "2522"}	{"lerrcp": "A3-2522"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lint", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "notime": null, "date-ut": "1862-05-11 03:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lint"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "date-ut": "1862-05-11 03:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2522"}, "ids-in-sources": {"a3": "2522"}}, "raw": {"H": "3", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "11", "LAT": "50N51", "LON": "4E15", "MON": "5", "NUM": "2522", "PRO": "M", "SEC": "0", "YEA": "1862", "CITY": "LOUVAIN"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8231	lippens-joseph-1855-10-10	{"a3": "2523"}	{"lerrcp": "A3-2523"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Lippens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1855-10-10 20:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Lippens"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1855-10-10 20:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2523"}, "ids-in-sources": {"a3": "2523"}}, "raw": {"H": "20", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "10", "LAT": "50N51", "LON": "4E15", "MON": "10", "NUM": "2523", "PRO": "M", "SEC": "0", "YEA": "1855", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8232	long-albert-1858-06-16	{"a3": "2524"}	{"lerrcp": "A3-2524"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Long", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1858-06-16 14:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Long"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1858-06-16 14:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2524"}, "ids-in-sources": {"a3": "2524"}}, "raw": {"H": "14", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "16", "LAT": "51N 5", "LON": "3E45", "MON": "6", "NUM": "2524", "PRO": "M", "SEC": "0", "YEA": "1858", "CITY": "GAND"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8233	lorand-georges-1860-05-14	{"a3": "2525"}	{"lerrcp": "A3-2525"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Lorand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "notime": null, "date-ut": "1860-05-14 08:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Lorand"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "date-ut": "1860-05-14 08:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2525"}, "ids-in-sources": {"a3": "2525"}}, "raw": {"H": "8", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "14", "LAT": "50N20", "LON": "4E30", "MON": "5", "NUM": "2525", "PRO": "M", "SEC": "0", "YEA": "1860", "CITY": "NAMUR"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8234	lothaire-hubert-1865-11-19	{"a3": "2526"}	{"lerrcp": "A3-2526"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hubert", "family": "Lothaire", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "ROCHEFORT", "geoid": 0}, "notime": null, "date-ut": "1865-11-19 07:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hubert", "family": "Lothaire"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "ROCHEFORT", "geoid": 0}, "date-ut": "1865-11-19 07:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2526"}, "ids-in-sources": {"a3": "2526"}}, "raw": {"H": "7", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "19", "LAT": "50N20", "LON": "4E30", "MON": "11", "NUM": "2526", "PRO": "M", "SEC": "0", "YEA": "1865", "CITY": "ROCHEFORT"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8235	luyckx-theodor-1867-07-17	{"a3": "2527"}	{"lerrcp": "A3-2527"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodor", "family": "Luyckx", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "notime": null, "date-ut": "1867-07-17 03:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Theodor", "family": "Luyckx"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "date-ut": "1867-07-17 03:12:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2527"}, "ids-in-sources": {"a3": "2527"}}, "raw": {"H": "3", "MN": "12", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "17", "LAT": "50N20", "LON": "4E30", "MON": "7", "NUM": "2527", "PRO": "M", "SEC": "0", "YEA": "1867", "CITY": "NAMUR"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8236	macar-adolphe-1847-12-03	{"a3": "2528"}	{"lerrcp": "A3-2528"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Macar", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1847-12-03 11:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Macar"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1847-12-03 11:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2528"}, "ids-in-sources": {"a3": "2528"}}, "raw": {"H": "11", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "3", "LAT": "50N39", "LON": "5E30", "MON": "12", "NUM": "2528", "PRO": "M", "SEC": "0", "YEA": "1847", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8237	maele-georges-1867-08-07	{"a3": "2529"}	{"lerrcp": "A3-2529"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Maele", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1867-08-07 11:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Maele"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1867-08-07 11:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2529"}, "ids-in-sources": {"a3": "2529"}}, "raw": {"H": "11", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "7", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "2529", "PRO": "M", "SEC": "0", "YEA": "1867", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8238	maes-arnold-1854-03-24	{"a3": "2530"}	{"lerrcp": "A3-2530"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arnold", "family": "Maes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "HASSELT", "geoid": 0}, "notime": null, "date-ut": "1854-03-24 10:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Arnold", "family": "Maes"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "HASSELT", "geoid": 0}, "date-ut": "1854-03-24 10:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2530"}, "ids-in-sources": {"a3": "2530"}}, "raw": {"H": "10", "MN": "38", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "24", "LAT": "50N47", "LON": "5E30", "MON": "3", "NUM": "2530", "PRO": "M", "SEC": "0", "YEA": "1854", "CITY": "HASSELT"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8239	magery-jules-1866-09-04	{"a3": "2531"}	{"lerrcp": "A3-2531"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Magery", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "DINANT", "geoid": 0}, "notime": null, "date-ut": "1866-09-04 04:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Magery"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "DINANT", "geoid": 0}, "date-ut": "1866-09-04 04:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2531"}, "ids-in-sources": {"a3": "2531"}}, "raw": {"H": "4", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "4", "LAT": "50N20", "LON": "4E30", "MON": "9", "NUM": "2531", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "DINANT"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8240	magery-lucien-1861-06-15	{"a3": "2532"}	{"lerrcp": "A3-2532"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Magery", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "NEUFCHATEAU", "geoid": 0}, "notime": null, "date-ut": "1861-06-15 10:09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Magery"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "NEUFCHATEAU", "geoid": 0}, "date-ut": "1861-06-15 10:09:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2532"}, "ids-in-sources": {"a3": "2532"}}, "raw": {"H": "10", "MN": "9", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "15", "LAT": "50N 2", "LON": "5E15", "MON": "6", "NUM": "2532", "PRO": "M", "SEC": "0", "YEA": "1861", "CITY": "NEUFCHATEAU"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8241	magis-leopold-1879-09-23	{"a3": "2533"}	{"lerrcp": "A3-2533"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leopold", "family": "Magis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "SERAING", "geoid": 0}, "notime": null, "date-ut": "1879-09-23 00:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Leopold", "family": "Magis"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "SERAING", "geoid": 0}, "date-ut": "1879-09-23 00:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2533"}, "ids-in-sources": {"a3": "2533"}}, "raw": {"H": "0", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "23", "LAT": "50N39", "LON": "5E30", "MON": "9", "NUM": "2533", "PRO": "M", "SEC": "0", "YEA": "1879", "CITY": "SERAING"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17937	cagger-georges-1909-03-14	{"e1": "305"}	{"lerrcp": "E1-305"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Cagger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-03-14 10:50", "note": null, "place": {"c1": null, "c2": "73", "c3": "", "cy": "FR", "lg": 5.90863, "lat": 45.69173, "name": "Aix-les-Bains", "geoid": 3038350}, "notime": null, "date-ut": "1909-03-14 10:41"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Cagger"}, "birth": {"tzo": "+00:09", "date": "1909-03-14 10:50", "place": {"c2": "73", "c3": "", "cy": "FR", "lg": 5.90863, "lat": 45.69173, "name": "Aix-les-Bains", "geoid": 3038350}, "date-ut": "1909-03-14 10:41"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "305"}}, "raw": {"H": "10:50", "COD": "73", "DAY": "14", "MON": "03", "NUM": "0305", "PRO": "MI", "YEA": "1909", "CITY": "Aix les Bains", "NAME": "CAGGER Georges", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
8243	mahieu-adolphe-1853-03-10	{"a3": "2535"}	{"lerrcp": "A3-2535"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Mahieu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "JEMAPPES", "geoid": 0}, "notime": null, "date-ut": "1853-03-10 00:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Mahieu"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "JEMAPPES", "geoid": 0}, "date-ut": "1853-03-10 00:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2535"}, "ids-in-sources": {"a3": "2535"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "10", "LAT": "50N23", "LON": "4E30", "MON": "3", "NUM": "2535", "PRO": "M", "SEC": "0", "YEA": "1853", "CITY": "JEMAPPES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8244	malfeyt-justin-1862-06-26	{"a3": "2536"}	{"lerrcp": "A3-2536"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Justin", "family": "Malfeyt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "notime": null, "date-ut": "1862-06-26 22:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Justin", "family": "Malfeyt"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "date-ut": "1862-06-26 22:47:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2536"}, "ids-in-sources": {"a3": "2536"}}, "raw": {"H": "22", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "26", "LAT": "51N13", "LON": "3E15", "MON": "6", "NUM": "2536", "PRO": "M", "SEC": "0", "YEA": "1862", "CITY": "BRUGES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8245	malou-jules-1810-10-19	{"a3": "2537", "a5": "2226"}	{"lerrcp": "A3-2537"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Malou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "YPRES", "geoid": 0}, "notime": null, "date-ut": "1810-10-19 02:17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Malou"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "YPRES", "geoid": 0}, "date-ut": "1810-10-19 02:17:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2537"}, "ids-in-sources": {"a3": "2537"}}, "raw": {"H": "2", "MN": "17", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "19", "LAT": "51N13", "LON": "3E15", "MON": "10", "NUM": "2537", "PRO": "M", "SEC": "0", "YEA": "1810", "CITY": "YPRES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "2226"}}, "raw": {"H": "2", "MN": "17", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "19", "LAT": "51N13", "LON": "3E15", "MON": "10", "NUM": "2226", "PRO": "PT", "SEC": "0", "YEA": "1810", "CITY": "YPRES"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
8246	manduau-edouard-1855-12-18	{"a3": "2538"}	{"lerrcp": "A3-2538"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Manduau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1855-12-18 12:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Manduau"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1855-12-18 12:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2538"}, "ids-in-sources": {"a3": "2538"}}, "raw": {"H": "12", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "18", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "2538", "PRO": "M", "SEC": "0", "YEA": "1855", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8247	marbaix-henri-1868-08-12	{"a3": "2539"}	{"lerrcp": "A3-2539"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Marbaix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "EINDHOUT", "geoid": 0}, "notime": null, "date-ut": "1868-08-12 14:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Marbaix"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "EINDHOUT", "geoid": 0}, "date-ut": "1868-08-12 14:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2539"}, "ids-in-sources": {"a3": "2539"}}, "raw": {"H": "14", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "12", "LAT": "51N14", "LON": "4E30", "MON": "8", "NUM": "2539", "PRO": "M", "SEC": "0", "YEA": "1868", "CITY": "EINDHOUT"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8248	marcke-lummen-lionel-1868-03-29	{"a3": "2540"}	{"lerrcp": "A3-2540"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Marcke Lummen Lionel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "notime": null, "date-ut": "1868-03-29 04:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Marcke Lummen Lionel"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "date-ut": "1868-03-29 04:47:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2540"}, "ids-in-sources": {"a3": "2540"}}, "raw": {"H": "4", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "29", "LAT": "51N13", "LON": "3E15", "MON": "3", "NUM": "2540", "PRO": "M", "SEC": "0", "YEA": "1868", "CITY": "BRUGES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8249	marin-arthur-1882-10-29	{"a3": "2541"}	{"lerrcp": "A3-2541"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Marin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONTIGNIES-S/SA", "geoid": 0}, "notime": null, "date-ut": "1882-10-29 04:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Marin"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONTIGNIES-S/SA", "geoid": 0}, "date-ut": "1882-10-29 04:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2541"}, "ids-in-sources": {"a3": "2541"}}, "raw": {"H": "4", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "29", "LAT": "50N23", "LON": "4E30", "MON": "10", "NUM": "2541", "PRO": "M", "SEC": "0", "YEA": "1882", "CITY": "MONTIGNIES-S/SA"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17938	caide-laurent-1870-06-13	{"e1": "306"}	{"lerrcp": "E1-306"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Laurent", "family": "Caide", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1870-06-13 03:00", "note": null, "place": {"c1": null, "c2": "73", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Tignes les Brévières", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Laurent", "family": "Caide"}, "birth": {"tzo": "", "date": "1870-06-13 03:00", "place": {"c2": "73", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Tignes les Brévières", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "306"}}, "raw": {"H": "03:00", "COD": "73", "DAY": "13", "MON": "06", "NUM": "0306", "PRO": "MI", "YEA": "1870", "CITY": "Tignes les Brévières", "NAME": "CAIDE Laurent", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
8251	massy-fernand-1890-04-23	{"a3": "2543"}	{"lerrcp": "A3-2543"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Massy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ATH", "geoid": 0}, "notime": null, "date-ut": "1890-04-23 22:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Massy"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ATH", "geoid": 0}, "date-ut": "1890-04-23 22:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2543"}, "ids-in-sources": {"a3": "2543"}}, "raw": {"H": "22", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "23", "LAT": "50N23", "LON": "4E30", "MON": "4", "NUM": "2543", "PRO": "M", "SEC": "0", "YEA": "1890", "CITY": "ATH"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8252	gauquelin-a3-2544-1865-09-08	{"a3": "2544"}	{"lerrcp": "A3-2544"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2544", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "SORINNES", "geoid": 0}, "notime": null, "date-ut": "1865-09-08 20:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2544"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "SORINNES", "geoid": 0}, "date-ut": "1865-09-08 20:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2544"}, "ids-in-sources": {"a3": "2544"}}, "raw": {"H": "20", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "8", "LAT": "50N20", "LON": "4E30", "MON": "9", "NUM": "2544", "PRO": "M", "SEC": "0", "YEA": "1865", "CITY": "SORINNES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8253	mazy-jean-1875-05-04	{"a3": "2545"}	{"lerrcp": "A3-2545"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Mazy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "WASSEIGES", "geoid": 0}, "notime": null, "date-ut": "1875-05-04 08:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Mazy"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "WASSEIGES", "geoid": 0}, "date-ut": "1875-05-04 08:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2545"}, "ids-in-sources": {"a3": "2545"}}, "raw": {"H": "8", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "4", "LAT": "50N39", "LON": "5E30", "MON": "5", "NUM": "2545", "PRO": "M", "SEC": "0", "YEA": "1875", "CITY": "WASSEIGES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8254	melis-leopoldus-1853-04-03	{"a3": "2546"}	{"lerrcp": "A3-2546"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leopoldus", "family": "Melis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "WESTCAPELLE", "geoid": 0}, "notime": null, "date-ut": "1853-04-03 09:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Leopoldus", "family": "Melis"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "WESTCAPELLE", "geoid": 0}, "date-ut": "1853-04-03 09:47:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2546"}, "ids-in-sources": {"a3": "2546"}}, "raw": {"H": "9", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "3", "LAT": "51N13", "LON": "3E15", "MON": "4", "NUM": "2546", "PRO": "M", "SEC": "0", "YEA": "1853", "CITY": "WESTCAPELLE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8255	gauquelin-a3-2547-1886-10-07	{"a3": "2547"}	{"lerrcp": "A3-2547"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2547", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1886-10-07 10:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2547"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1886-10-07 10:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2547"}, "ids-in-sources": {"a3": "2547"}}, "raw": {"H": "10", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "7", "LAT": "50N39", "LON": "5E30", "MON": "10", "NUM": "2547", "PRO": "M", "SEC": "0", "YEA": "1886", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8256	meuleman-joseph-1874-04-18	{"a3": "2548"}	{"lerrcp": "A3-2548"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Meuleman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1874-04-18 21:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Meuleman"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1874-04-18 21:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2548"}, "ids-in-sources": {"a3": "2548"}}, "raw": {"H": "21", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "18", "LAT": "51N 5", "LON": "3E45", "MON": "4", "NUM": "2548", "PRO": "M", "SEC": "0", "YEA": "1874", "CITY": "GAND"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8257	michaux-oscar-1860-03-27	{"a3": "2549"}	{"lerrcp": "A3-2549"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oscar", "family": "Michaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "GLIMES", "geoid": 0}, "notime": null, "date-ut": "1860-03-27 02:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Oscar", "family": "Michaux"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "GLIMES", "geoid": 0}, "date-ut": "1860-03-27 02:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2549"}, "ids-in-sources": {"a3": "2549"}}, "raw": {"H": "2", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "27", "LAT": "50N51", "LON": "4E15", "MON": "3", "NUM": "2549", "PRO": "M", "SEC": "0", "YEA": "1860", "CITY": "GLIMES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8258	michel-arthur-1880-05-25	{"a3": "2550"}	{"lerrcp": "A3-2550"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Michel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ASSCHE", "geoid": 0}, "notime": null, "date-ut": "1880-05-25 10:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Michel"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ASSCHE", "geoid": 0}, "date-ut": "1880-05-25 10:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2550"}, "ids-in-sources": {"a3": "2550"}}, "raw": {"H": "10", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "25", "LAT": "50N51", "LON": "4E15", "MON": "5", "NUM": "2550", "PRO": "M", "SEC": "0", "YEA": "1880", "CITY": "ASSCHE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8259	gauquelin-a3-2551-1851-01-08	{"a3": "2551"}	{"lerrcp": "A3-2551"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2551", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1851-01-08 17:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2551"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1851-01-08 17:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2551"}, "ids-in-sources": {"a3": "2551"}}, "raw": {"H": "17", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "8", "LAT": "51N 5", "LON": "3E45", "MON": "1", "NUM": "2551", "PRO": "M", "SEC": "0", "YEA": "1851", "CITY": "GAND"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8260	michiels-isidore-1869-11-28	{"a3": "2552"}	{"lerrcp": "A3-2552"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Isidore", "family": "Michiels", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "HOEYLAERT", "geoid": 0}, "notime": null, "date-ut": "1869-11-28 06:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Isidore", "family": "Michiels"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "HOEYLAERT", "geoid": 0}, "date-ut": "1869-11-28 06:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2552"}, "ids-in-sources": {"a3": "2552"}}, "raw": {"H": "6", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "28", "LAT": "50N51", "LON": "4E15", "MON": "11", "NUM": "2552", "PRO": "M", "SEC": "0", "YEA": "1869", "CITY": "HOEYLAERT"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8261	middagh-felix-1866-08-01	{"a3": "2553"}	{"lerrcp": "A3-2553"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Middagh", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-JOSSE-TEN-NO", "geoid": 0}, "notime": null, "date-ut": "1866-08-01 13:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Middagh"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-JOSSE-TEN-NO", "geoid": 0}, "date-ut": "1866-08-01 13:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2553"}, "ids-in-sources": {"a3": "2553"}}, "raw": {"H": "13", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "1", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "2553", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "ST-JOSSE-TEN-NO"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8262	millard-albert-1860-06-30	{"a3": "2554"}	{"lerrcp": "A3-2554"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Millard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "BOUILLON", "geoid": 0}, "notime": null, "date-ut": "1860-06-30 18:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Millard"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "BOUILLON", "geoid": 0}, "date-ut": "1860-06-30 18:39:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2554"}, "ids-in-sources": {"a3": "2554"}}, "raw": {"H": "18", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "30", "LAT": "50N 2", "LON": "5E15", "MON": "6", "NUM": "2554", "PRO": "M", "SEC": "0", "YEA": "1860", "CITY": "BOUILLON"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8263	milz-jules-1861-09-10	{"a3": "2555"}	{"lerrcp": "A3-2555"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Milz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "VIRTON", "geoid": 0}, "notime": null, "date-ut": "1861-09-10 04:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Milz"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "VIRTON", "geoid": 0}, "date-ut": "1861-09-10 04:39:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2555"}, "ids-in-sources": {"a3": "2555"}}, "raw": {"H": "4", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "10", "LAT": "50N 2", "LON": "5E15", "MON": "9", "NUM": "2555", "PRO": "M", "SEC": "0", "YEA": "1861", "CITY": "VIRTON"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8264	miot-fernand-1854-06-09	{"a3": "2556"}	{"lerrcp": "A3-2556"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Miot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "LESSINES", "geoid": 0}, "notime": null, "date-ut": "1854-06-09 09:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Miot"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "LESSINES", "geoid": 0}, "date-ut": "1854-06-09 09:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2556"}, "ids-in-sources": {"a3": "2556"}}, "raw": {"H": "9", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "9", "LAT": "50N23", "LON": "4E30", "MON": "6", "NUM": "2556", "PRO": "M", "SEC": "0", "YEA": "1854", "CITY": "LESSINES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8265	misonne-robert-1883-08-21	{"a3": "2557"}	{"lerrcp": "A3-2557"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Misonne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "PETIT-ENGHIEN", "geoid": 0}, "notime": null, "date-ut": "1883-08-21 20:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Misonne"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "PETIT-ENGHIEN", "geoid": 0}, "date-ut": "1883-08-21 20:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2557"}, "ids-in-sources": {"a3": "2557"}}, "raw": {"H": "20", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "21", "LAT": "50N23", "LON": "4E30", "MON": "8", "NUM": "2557", "PRO": "M", "SEC": "0", "YEA": "1883", "CITY": "PETIT-ENGHIEN"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8266	monville-alfred-1857-08-23	{"a3": "2558"}	{"lerrcp": "A3-2558"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Monville", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "notime": null, "date-ut": "1857-08-23 19:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Monville"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "date-ut": "1857-08-23 19:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2558"}, "ids-in-sources": {"a3": "2558"}}, "raw": {"H": "19", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "23", "LAT": "50N20", "LON": "4E30", "MON": "8", "NUM": "2558", "PRO": "M", "SEC": "0", "YEA": "1857", "CITY": "NAMUR"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8267	moreau-edouard-1876-08-22	{"a3": "2559"}	{"lerrcp": "A3-2559"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Moreau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "CINEY", "geoid": 0}, "notime": null, "date-ut": "1876-08-22 06:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Moreau"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "CINEY", "geoid": 0}, "date-ut": "1876-08-22 06:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2559"}, "ids-in-sources": {"a3": "2559"}}, "raw": {"H": "6", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "22", "LAT": "50N20", "LON": "4E30", "MON": "8", "NUM": "2559", "PRO": "M", "SEC": "0", "YEA": "1876", "CITY": "CINEY"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8268	morisseau-jules-1859-03-27	{"a3": "2560"}	{"lerrcp": "A3-2560"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Morisseau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1859-03-27 17:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Morisseau"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1859-03-27 17:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2560"}, "ids-in-sources": {"a3": "2560"}}, "raw": {"H": "17", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "27", "LAT": "50N39", "LON": "5E30", "MON": "3", "NUM": "2560", "PRO": "M", "SEC": "0", "YEA": "1859", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8269	gauquelin-a3-2561-1872-01-29	{"a3": "2561"}	{"lerrcp": "A3-2561"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2561", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "notime": null, "date-ut": "1872-01-29 04:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2561"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "date-ut": "1872-01-29 04:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2561"}, "ids-in-sources": {"a3": "2561"}}, "raw": {"H": "4", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "29", "LAT": "51N14", "LON": "4E30", "MON": "1", "NUM": "2561", "PRO": "M", "SEC": "0", "YEA": "1872", "CITY": "MALINES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8270	moulaert-maurice-1881-10-28	{"a3": "2562"}	{"lerrcp": "A3-2562"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Moulaert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "notime": null, "date-ut": "1881-10-28 17:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Moulaert"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "date-ut": "1881-10-28 17:47:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2562"}, "ids-in-sources": {"a3": "2562"}}, "raw": {"H": "17", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "28", "LAT": "51N13", "LON": "3E15", "MON": "10", "NUM": "2562", "PRO": "M", "SEC": "0", "YEA": "1881", "CITY": "BRUGES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8271	nagels-gustave-1871-12-10	{"a3": "2563"}	{"lerrcp": "A3-2563"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Nagels", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1871-12-10 20:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Nagels"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1871-12-10 20:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2563"}, "ids-in-sources": {"a3": "2563"}}, "raw": {"H": "20", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "10", "LAT": "51N14", "LON": "4E30", "MON": "12", "NUM": "2563", "PRO": "M", "SEC": "0", "YEA": "1871", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8272	nahan-paul-1867-11-03	{"a3": "2564"}	{"lerrcp": "A3-2564"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Nahan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "RUETTE-VIRTON", "geoid": 0}, "notime": null, "date-ut": "1867-11-03 14:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Nahan"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "RUETTE-VIRTON", "geoid": 0}, "date-ut": "1867-11-03 14:39:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2564"}, "ids-in-sources": {"a3": "2564"}}, "raw": {"H": "14", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "3", "LAT": "50N 2", "LON": "5E15", "MON": "11", "NUM": "2564", "PRO": "M", "SEC": "0", "YEA": "1867", "CITY": "RUETTE-VIRTON"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17939	calemard-joseph-1874-10-01	{"e1": "307"}	{"lerrcp": "E1-307"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Calemard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18", "date": "1874-10-01 02:30", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1874-10-01 02:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Calemard"}, "birth": {"tzo": "+00:18", "date": "1874-10-01 02:30", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1874-10-01 02:12"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "307"}}, "raw": {"H": "02:30", "COD": "42", "DAY": "01", "MON": "10", "NUM": "0307", "PRO": "MI", "YEA": "1874", "CITY": "St Etienne", "NAME": "CALEMARD Joseph", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17940	callens-paul-1923-03-23	{"e1": "308"}	{"lerrcp": "E1-308"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Callens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-03-23 02:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "notime": null, "date-ut": "1923-03-23 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Callens"}, "birth": {"tzo": "+00:00", "date": "1923-03-23 02:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "date-ut": "1923-03-23 02:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "308"}}, "raw": {"H": "02:30", "COD": "59", "DAY": "23", "MON": "03", "NUM": "0308", "PRO": "EX", "YEA": "1923", "CITY": "Tourcoing", "NAME": "CALLENS Paul", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
8274	neuss-hubert-1839-12-10	{"a3": "2566", "a5": "2237"}	{"lerrcp": "A3-2566"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hubert", "family": "Neuss", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "HASSELT", "geoid": 0}, "notime": null, "date-ut": "1839-12-10 05:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Hubert", "family": "Neuss"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "HASSELT", "geoid": 0}, "date-ut": "1839-12-10 05:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2566"}, "ids-in-sources": {"a3": "2566"}}, "raw": {"H": "5", "MN": "38", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "10", "LAT": "50N47", "LON": "5E30", "MON": "12", "NUM": "2566", "PRO": "M", "SEC": "0", "YEA": "1839", "CITY": "HASSELT"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "2237"}}, "raw": {"H": "5", "MN": "38", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "10", "LAT": "50N47", "LON": "5E30", "MON": "12", "NUM": "2237", "PRO": "PT", "SEC": "0", "YEA": "1839", "CITY": "HASSELT"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
8276	niclot-jean-1864-04-13	{"a3": "2568"}	{"lerrcp": "A3-2568"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Niclot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "LAMORTEAU", "geoid": 0}, "notime": null, "date-ut": "1864-04-13 22:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Niclot"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "LAMORTEAU", "geoid": 0}, "date-ut": "1864-04-13 22:39:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2568"}, "ids-in-sources": {"a3": "2568"}}, "raw": {"H": "22", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "13", "LAT": "50N 2", "LON": "5E15", "MON": "4", "NUM": "2568", "PRO": "M", "SEC": "0", "YEA": "1864", "CITY": "LAMORTEAU"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8277	nitsen-rene-1886-02-20	{"a3": "2569"}	{"lerrcp": "A3-2569"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Nitsen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "DIEST", "geoid": 0}, "notime": null, "date-ut": "1886-02-20 10:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "René", "family": "Nitsen"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "DIEST", "geoid": 0}, "date-ut": "1886-02-20 10:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2569"}, "ids-in-sources": {"a3": "2569"}}, "raw": {"H": "10", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "20", "LAT": "50N51", "LON": "4E15", "MON": "2", "NUM": "2569", "PRO": "M", "SEC": "0", "YEA": "1886", "CITY": "DIEST"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8278	noblesse-alfred-1869-06-23	{"a3": "2570"}	{"lerrcp": "A3-2570"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Noblesse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1869-06-23 13:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Noblesse"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1869-06-23 13:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2570"}, "ids-in-sources": {"a3": "2570"}}, "raw": {"H": "13", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "23", "LAT": "50N51", "LON": "4E15", "MON": "6", "NUM": "2570", "PRO": "M", "SEC": "0", "YEA": "1869", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8279	nys-fernand-1865-08-26	{"a3": "2571"}	{"lerrcp": "A3-2571"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Nys", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "notime": null, "date-ut": "1865-08-26 07:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Nys"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "date-ut": "1865-08-26 07:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2571"}, "ids-in-sources": {"a3": "2571"}}, "raw": {"H": "7", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "26", "LAT": "50N23", "LON": "4E30", "MON": "8", "NUM": "2571", "PRO": "M", "SEC": "0", "YEA": "1865", "CITY": "TOURNAI"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8280	ogg-john-1879-09-05	{"a3": "2572"}	{"lerrcp": "A3-2572"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Ogg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1879-09-05 06:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "John", "family": "Ogg"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1879-09-05 06:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2572"}, "ids-in-sources": {"a3": "2572"}}, "raw": {"H": "6", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "5", "LAT": "51N14", "LON": "4E30", "MON": "9", "NUM": "2572", "PRO": "M", "SEC": "0", "YEA": "1879", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8281	omval-rene-1889-03-03	{"a3": "2573"}	{"lerrcp": "A3-2573"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Omval", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "WETTEREN", "geoid": 0}, "notime": null, "date-ut": "1889-03-03 08:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "René", "family": "Omval"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "WETTEREN", "geoid": 0}, "date-ut": "1889-03-03 08:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2573"}, "ids-in-sources": {"a3": "2573"}}, "raw": {"H": "8", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "3", "LAT": "51N 5", "LON": "3E45", "MON": "3", "NUM": "2573", "PRO": "M", "SEC": "0", "YEA": "1889", "CITY": "WETTEREN"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8282	parfonry-emile-1857-07-20	{"a3": "2574"}	{"lerrcp": "A3-2574"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Parfonry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "HOTTON", "geoid": 0}, "notime": null, "date-ut": "1857-07-20 02:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Parfonry"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "HOTTON", "geoid": 0}, "date-ut": "1857-07-20 02:39:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2574"}, "ids-in-sources": {"a3": "2574"}}, "raw": {"H": "2", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "20", "LAT": "50N 2", "LON": "5E15", "MON": "7", "NUM": "2574", "PRO": "M", "SEC": "0", "YEA": "1857", "CITY": "HOTTON"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8283	paternoster-fernand-1873-06-11	{"a3": "2575"}	{"lerrcp": "A3-2575"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Paternoster", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "VERVIERS", "geoid": 0}, "notime": null, "date-ut": "1873-06-11 16:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Paternoster"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "VERVIERS", "geoid": 0}, "date-ut": "1873-06-11 16:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2575"}, "ids-in-sources": {"a3": "2575"}}, "raw": {"H": "16", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "11", "LAT": "50N39", "LON": "5E30", "MON": "6", "NUM": "2575", "PRO": "M", "SEC": "0", "YEA": "1873", "CITY": "VERVIERS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8284	gauquelin-a3-2576-1885-11-23	{"a3": "2576"}	{"lerrcp": "A3-2576"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2576", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1885-11-23 23:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2576"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1885-11-23 23:47:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2576"}, "ids-in-sources": {"a3": "2576"}}, "raw": {"H": "23", "MN": "47", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "23", "LAT": "51N14", "LON": "4E30", "MON": "11", "NUM": "2576", "PRO": "M", "SEC": "0", "YEA": "1885", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8285	pelzer-mathieu-1856-10-19	{"a3": "2577"}	{"lerrcp": "A3-2577"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mathieu", "family": "Pelzer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "ST-TROND", "geoid": 0}, "notime": null, "date-ut": "1856-10-19 00:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Mathieu", "family": "Pelzer"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "ST-TROND", "geoid": 0}, "date-ut": "1856-10-19 00:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2577"}, "ids-in-sources": {"a3": "2577"}}, "raw": {"H": "0", "MN": "38", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "19", "LAT": "50N47", "LON": "5E30", "MON": "10", "NUM": "2577", "PRO": "M", "SEC": "0", "YEA": "1856", "CITY": "ST-TROND"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8286	perignon-pierre-1881-09-10	{"a3": "2578"}	{"lerrcp": "A3-2578"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Perignon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CHATELET", "geoid": 0}, "notime": null, "date-ut": "1881-09-10 16:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Perignon"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CHATELET", "geoid": 0}, "date-ut": "1881-09-10 16:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2578"}, "ids-in-sources": {"a3": "2578"}}, "raw": {"H": "16", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "10", "LAT": "50N23", "LON": "4E30", "MON": "9", "NUM": "2578", "PRO": "M", "SEC": "0", "YEA": "1881", "CITY": "CHATELET"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8287	peters-cesar-1867-03-10	{"a3": "2579"}	{"lerrcp": "A3-2579"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "César", "family": "Peters", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "LENS", "geoid": 0}, "notime": null, "date-ut": "1867-03-10 08:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "César", "family": "Peters"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "LENS", "geoid": 0}, "date-ut": "1867-03-10 08:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2579"}, "ids-in-sources": {"a3": "2579"}}, "raw": {"H": "8", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "10", "LAT": "50N23", "LON": "4E30", "MON": "3", "NUM": "2579", "PRO": "M", "SEC": "0", "YEA": "1867", "CITY": "LENS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8288	petillon-arthur-1855-09-01	{"a3": "2580"}	{"lerrcp": "A3-2580"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Petillon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "PERUWELZ", "geoid": 0}, "notime": null, "date-ut": "1855-09-01 15:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Petillon"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "PERUWELZ", "geoid": 0}, "date-ut": "1855-09-01 15:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2580"}, "ids-in-sources": {"a3": "2580"}}, "raw": {"H": "15", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "1", "LAT": "50N23", "LON": "4E30", "MON": "9", "NUM": "2580", "PRO": "M", "SEC": "0", "YEA": "1855", "CITY": "PERUWELZ"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8289	peuter-louis-1870-09-04	{"a3": "2581"}	{"lerrcp": "A3-2581"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Peuter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "DUFFEL", "geoid": 0}, "notime": null, "date-ut": "1870-09-04 00:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Peuter"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "DUFFEL", "geoid": 0}, "date-ut": "1870-09-04 00:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2581"}, "ids-in-sources": {"a3": "2581"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "4", "LAT": "51N14", "LON": "4E30", "MON": "9", "NUM": "2581", "PRO": "M", "SEC": "0", "YEA": "1870", "CITY": "DUFFEL"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8290	gauquelin-a3-2582-1836-12-15	{"a3": "2582"}	{"lerrcp": "A3-2582"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2582", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1836-12-15 06:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2582"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1836-12-15 06:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2582"}, "ids-in-sources": {"a3": "2582"}}, "raw": {"H": "6", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "15", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "2582", "PRO": "M", "SEC": "0", "YEA": "1836", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8291	pieren-henri-1887-01-06	{"a3": "2583"}	{"lerrcp": "A3-2583"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Pieren", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ST-LAURENT", "geoid": 0}, "notime": null, "date-ut": "1887-01-06 21:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Pieren"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ST-LAURENT", "geoid": 0}, "date-ut": "1887-01-06 21:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2583"}, "ids-in-sources": {"a3": "2583"}}, "raw": {"H": "21", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "6", "LAT": "51N 5", "LON": "3E45", "MON": "1", "NUM": "2583", "PRO": "M", "SEC": "0", "YEA": "1887", "CITY": "ST-LAURENT"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8292	gauquelin-a3-2584-1890-05-24	{"a3": "2584"}	{"lerrcp": "A3-2584"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2584", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1890-05-24 09:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2584"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1890-05-24 09:15:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2584"}, "ids-in-sources": {"a3": "2584"}}, "raw": {"H": "9", "MN": "15", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "24", "LAT": "51N 5", "LON": "3E45", "MON": "5", "NUM": "2584", "PRO": "M", "SEC": "0", "YEA": "1890", "CITY": "GAND"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8293	pietkin-louis-1876-08-12	{"a3": "2585"}	{"lerrcp": "A3-2585"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Pietkin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1876-08-12 09:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Pietkin"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1876-08-12 09:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2585"}, "ids-in-sources": {"a3": "2585"}}, "raw": {"H": "9", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "12", "LAT": "51N14", "LON": "4E30", "MON": "8", "NUM": "2585", "PRO": "M", "SEC": "0", "YEA": "1876", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8294	gauquelin-a3-2586-1866-10-17	{"a3": "2586"}	{"lerrcp": "A3-2586"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2586", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "VEZIN", "geoid": 0}, "notime": null, "date-ut": "1866-10-17 21:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2586"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "VEZIN", "geoid": 0}, "date-ut": "1866-10-17 21:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2586"}, "ids-in-sources": {"a3": "2586"}}, "raw": {"H": "21", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "17", "LAT": "50N20", "LON": "4E30", "MON": "10", "NUM": "2586", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "VEZIN"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8295	piret-antoine-1869-08-04	{"a3": "2587"}	{"lerrcp": "A3-2587"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Piret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "HARRE", "geoid": 0}, "notime": null, "date-ut": "1869-08-04 15:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Piret"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "HARRE", "geoid": 0}, "date-ut": "1869-08-04 15:39:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2587"}, "ids-in-sources": {"a3": "2587"}}, "raw": {"H": "15", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "4", "LAT": "50N 2", "LON": "5E15", "MON": "8", "NUM": "2587", "PRO": "M", "SEC": "0", "YEA": "1869", "CITY": "HARRE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17941	calvet-jean-1900-08-08	{"e1": "309"}	{"lerrcp": "E1-309"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Calvet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1900-08-08 01:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Olonzac en Minervois", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Calvet"}, "birth": {"tzo": "", "date": "1900-08-08 01:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Olonzac en Minervois", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "309"}}, "raw": {"H": "01:00", "COD": "34", "DAY": "08", "MON": "08", "NUM": "0309", "PRO": "PH", "YEA": "1900", "CITY": "Olonzac en Minervois", "NAME": "CALVET Jean", "NOTE": "+"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
8297	piron-felix-1870-12-14	{"a3": "2589"}	{"lerrcp": "A3-2589"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Piron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "VERVIERS", "geoid": 0}, "notime": null, "date-ut": "1870-12-14 05:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Piron"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "VERVIERS", "geoid": 0}, "date-ut": "1870-12-14 05:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2589"}, "ids-in-sources": {"a3": "2589"}}, "raw": {"H": "5", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "14", "LAT": "50N39", "LON": "5E30", "MON": "12", "NUM": "2589", "PRO": "M", "SEC": "0", "YEA": "1870", "CITY": "VERVIERS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8298	plancq-henri-1869-05-22	{"a3": "2590"}	{"lerrcp": "A3-2590"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Plancq", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "notime": null, "date-ut": "1869-05-22 19:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Plancq"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "date-ut": "1869-05-22 19:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2590"}, "ids-in-sources": {"a3": "2590"}}, "raw": {"H": "19", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "22", "LAT": "50N23", "LON": "4E30", "MON": "5", "NUM": "2590", "PRO": "M", "SEC": "0", "YEA": "1869", "CITY": "TOURNAI"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8299	plas-camille-1850-01-05	{"a3": "2591"}	{"lerrcp": "A3-2591"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Plas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-JOSSE-TEN-NO", "geoid": 0}, "notime": null, "date-ut": "1850-01-05 23:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Plas"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-JOSSE-TEN-NO", "geoid": 0}, "date-ut": "1850-01-05 23:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2591"}, "ids-in-sources": {"a3": "2591"}}, "raw": {"H": "23", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "5", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "2591", "PRO": "M", "SEC": "0", "YEA": "1850", "CITY": "ST-JOSSE-TEN-NO"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8300	platbroot-philippe-1858-07-31	{"a3": "2592"}	{"lerrcp": "A3-2592"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Platbroot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1858-07-31 09:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Platbroot"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1858-07-31 09:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2592"}, "ids-in-sources": {"a3": "2592"}}, "raw": {"H": "9", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "31", "LAT": "50N51", "LON": "4E15", "MON": "7", "NUM": "2592", "PRO": "M", "SEC": "0", "YEA": "1858", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8301	piognard-francois-1886-06-29	{"a3": "2593"}	{"lerrcp": "A3-2593"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Piognard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "notime": null, "date-ut": "1886-06-29 16:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Piognard"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "date-ut": "1886-06-29 16:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2593"}, "ids-in-sources": {"a3": "2593"}}, "raw": {"H": "16", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "29", "LAT": "50N23", "LON": "4E30", "MON": "6", "NUM": "2593", "PRO": "M", "SEC": "0", "YEA": "1886", "CITY": "MONS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8302	ponthier-pierre-1858-05-04	{"a3": "2594"}	{"lerrcp": "A3-2594"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Ponthier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "NEBLON COMMUNE", "geoid": 0}, "notime": null, "date-ut": "1858-05-04 14:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Ponthier"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "NEBLON COMMUNE", "geoid": 0}, "date-ut": "1858-05-04 14:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2594"}, "ids-in-sources": {"a3": "2594"}}, "raw": {"H": "14", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "4", "LAT": "50N39", "LON": "5E30", "MON": "5", "NUM": "2594", "PRO": "M", "SEC": "0", "YEA": "1858", "CITY": "NEBLON COMMUNE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8303	preud-homme-leon-1871-07-28	{"a3": "2595"}	{"lerrcp": "A3-2595"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Preud-Homme", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "FLEURUS", "geoid": 0}, "notime": null, "date-ut": "1871-07-28 01:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Preud-Homme"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "FLEURUS", "geoid": 0}, "date-ut": "1871-07-28 01:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2595"}, "ids-in-sources": {"a3": "2595"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "28", "LAT": "50N23", "LON": "4E30", "MON": "7", "NUM": "2595", "PRO": "M", "SEC": "0", "YEA": "1871", "CITY": "FLEURUS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8304	pruyssenare-wostine-eugene-1826-10-07	{"a3": "2596"}	{"lerrcp": "A3-2596"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Pruyssenare Wostine Eugene", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "YPRES", "geoid": 0}, "notime": null, "date-ut": "1826-10-07 15:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Pruyssenare Wostine Eugene"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "YPRES", "geoid": 0}, "date-ut": "1826-10-07 15:47:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2596"}, "ids-in-sources": {"a3": "2596"}}, "raw": {"H": "15", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "7", "LAT": "51N13", "LON": "3E15", "MON": "10", "NUM": "2596", "PRO": "M", "SEC": "0", "YEA": "1826", "CITY": "YPRES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8305	ramaeckers-guillaume-1848-12-11	{"a3": "2597"}	{"lerrcp": "A3-2597"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guillaume", "family": "Ramaeckers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "notime": null, "date-ut": "1848-12-11 16:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Guillaume", "family": "Ramaeckers"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "date-ut": "1848-12-11 16:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2597"}, "ids-in-sources": {"a3": "2597"}}, "raw": {"H": "16", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "11", "LAT": "50N20", "LON": "4E30", "MON": "12", "NUM": "2597", "PRO": "M", "SEC": "0", "YEA": "1848", "CITY": "NAMUR"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8306	raynaud-edmond-1870-03-20	{"a3": "2598"}	{"lerrcp": "A3-2598"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Raynaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "notime": null, "date-ut": "1870-03-20 01:13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Raynaud"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "date-ut": "1870-03-20 01:13:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2598"}, "ids-in-sources": {"a3": "2598"}}, "raw": {"H": "1", "MN": "13", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "20", "LAT": "50N51", "LON": "4E15", "MON": "3", "NUM": "2598", "PRO": "M", "SEC": "0", "YEA": "1870", "CITY": "IXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8307	rechter-edouard-1859-04-21	{"a3": "2599"}	{"lerrcp": "A3-2599"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Rechter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "notime": null, "date-ut": "1859-04-21 17:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Rechter"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "date-ut": "1859-04-21 17:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2599"}, "ids-in-sources": {"a3": "2599"}}, "raw": {"H": "17", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "21", "LAT": "50N20", "LON": "4E30", "MON": "4", "NUM": "2599", "PRO": "M", "SEC": "0", "YEA": "1859", "CITY": "NAMUR"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8308	renier-gustave-1867-11-30	{"a3": "2600"}	{"lerrcp": "A3-2600"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Renier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "WAREMME", "geoid": 0}, "notime": null, "date-ut": "1867-11-30 17:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Renier"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "WAREMME", "geoid": 0}, "date-ut": "1867-11-30 17:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2600"}, "ids-in-sources": {"a3": "2600"}}, "raw": {"H": "17", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "30", "LAT": "50N39", "LON": "5E30", "MON": "11", "NUM": "2600", "PRO": "M", "SEC": "0", "YEA": "1867", "CITY": "WAREMME"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17942	calvet-jean-paul-1908-12-29	{"e1": "310"}	{"lerrcp": "E1-310"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Paul", "family": "Calvet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-12-29 18:00", "note": null, "place": {"c1": null, "c2": "52", "c3": "", "cy": "FR", "lg": 5.14134, "lat": 48.11121, "name": "Chaumont", "geoid": 3025892}, "notime": null, "date-ut": "1908-12-29 17:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean Paul", "family": "Calvet"}, "birth": {"tzo": "+00:09", "date": "1908-12-29 18:00", "place": {"c2": "52", "c3": "", "cy": "FR", "lg": 5.14134, "lat": 48.11121, "name": "Chaumont", "geoid": 3025892}, "date-ut": "1908-12-29 17:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "310"}}, "raw": {"H": "18:00", "COD": "52", "DAY": "29", "MON": "12", "NUM": "0310", "PRO": "PH", "YEA": "1908", "CITY": "Chaumont", "NAME": "CALVET Jean Paul", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
8310	reuliaux-felix-1886-05-12	{"a3": "2602"}	{"lerrcp": "A3-2602"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Reuliaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "EVELETTE", "geoid": 0}, "notime": null, "date-ut": "1886-05-12 13:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Reuliaux"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "EVELETTE", "geoid": 0}, "date-ut": "1886-05-12 13:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2602"}, "ids-in-sources": {"a3": "2602"}}, "raw": {"H": "13", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "12", "LAT": "50N20", "LON": "4E30", "MON": "5", "NUM": "2602", "PRO": "M", "SEC": "0", "YEA": "1886", "CITY": "EVELETTE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8311	reytter-eugene-1860-02-19	{"a3": "2603"}	{"lerrcp": "A3-2603"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Reytter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "EECKEREN", "geoid": 0}, "notime": null, "date-ut": "1860-02-19 21:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Reytter"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "EECKEREN", "geoid": 0}, "date-ut": "1860-02-19 21:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2603"}, "ids-in-sources": {"a3": "2603"}}, "raw": {"H": "21", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "19", "LAT": "51N14", "LON": "4E30", "MON": "2", "NUM": "2603", "PRO": "M", "SEC": "0", "YEA": "1860", "CITY": "EECKEREN"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8312	richard-edouard-1862-07-03	{"a3": "2604"}	{"lerrcp": "A3-2604"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Richard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "LATOUR", "geoid": 0}, "notime": null, "date-ut": "1862-07-03 05:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Richard"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "LATOUR", "geoid": 0}, "date-ut": "1862-07-03 05:39:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2604"}, "ids-in-sources": {"a3": "2604"}}, "raw": {"H": "5", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "3", "LAT": "50N 2", "LON": "5E15", "MON": "7", "NUM": "2604", "PRO": "M", "SEC": "0", "YEA": "1862", "CITY": "LATOUR"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8313	richir-oscar-1872-02-20	{"a3": "2605"}	{"lerrcp": "A3-2605"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oscar", "family": "Richir", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "JUMET", "geoid": 0}, "notime": null, "date-ut": "1872-02-20 20:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Oscar", "family": "Richir"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "JUMET", "geoid": 0}, "date-ut": "1872-02-20 20:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2605"}, "ids-in-sources": {"a3": "2605"}}, "raw": {"H": "20", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "20", "LAT": "50N23", "LON": "4E30", "MON": "2", "NUM": "2605", "PRO": "M", "SEC": "0", "YEA": "1872", "CITY": "JUMET"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8314	riemaecker-achille-1850-09-23	{"a3": "2606"}	{"lerrcp": "A3-2606"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Achille", "family": "Riemaecker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "BERCHEM", "geoid": 0}, "notime": null, "date-ut": "1850-09-23 12:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Achille", "family": "Riemaecker"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "BERCHEM", "geoid": 0}, "date-ut": "1850-09-23 12:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2606"}, "ids-in-sources": {"a3": "2606"}}, "raw": {"H": "12", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "23", "LAT": "51N 5", "LON": "3E45", "MON": "9", "NUM": "2606", "PRO": "M", "SEC": "0", "YEA": "1850", "CITY": "BERCHEM"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8315	rodigas-edgar-1879-08-12	{"a3": "2607"}	{"lerrcp": "A3-2607"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edgar", "family": "Rodigas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1879-08-12 02:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edgar", "family": "Rodigas"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1879-08-12 02:15:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2607"}, "ids-in-sources": {"a3": "2607"}}, "raw": {"H": "2", "MN": "15", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "12", "LAT": "51N 5", "LON": "3E45", "MON": "8", "NUM": "2607", "PRO": "M", "SEC": "0", "YEA": "1879", "CITY": "GAND"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8316	roger-leon-1858-06-21	{"a3": "2608"}	{"lerrcp": "A3-2608"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Roger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1858-06-21 03:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Roger"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1858-06-21 03:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2608"}, "ids-in-sources": {"a3": "2608"}}, "raw": {"H": "3", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "21", "LAT": "50N51", "LON": "4E15", "MON": "6", "NUM": "2608", "PRO": "M", "SEC": "0", "YEA": "1858", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17943	cambar-roger-1912-08-12	{"e1": "311"}	{"lerrcp": "E1-311"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Cambar", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-08-12 09:00", "note": null, "place": {"c1": null, "c2": "12", "c3": "", "cy": "FR", "lg": 2.57338, "lat": 44.35258, "name": "Rodez", "geoid": 2983154}, "notime": null, "date-ut": "1912-08-12 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Cambar"}, "birth": {"tzo": "+00:00", "date": "1912-08-12 09:00", "place": {"c2": "12", "c3": "", "cy": "FR", "lg": 2.57338, "lat": 44.35258, "name": "Rodez", "geoid": 2983154}, "date-ut": "1912-08-12 09:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "311"}}, "raw": {"H": "09:00", "COD": "12", "DAY": "12", "MON": "08", "NUM": "0311", "PRO": "PH", "YEA": "1912", "CITY": "Rodez", "NAME": "CAMBAR Roger", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
8318	gauquelin-a3-2610-1860-04-02	{"a3": "2610"}	{"lerrcp": "A3-2610"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2610", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "notime": null, "date-ut": "1860-04-02 09:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2610"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "date-ut": "1860-04-02 09:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2610"}, "ids-in-sources": {"a3": "2610"}}, "raw": {"H": "9", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "2", "LAT": "50N23", "LON": "4E30", "MON": "4", "NUM": "2610", "PRO": "M", "SEC": "0", "YEA": "1860", "CITY": "MONS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8319	rombaut-charles-1880-07-05	{"a3": "2611"}	{"lerrcp": "A3-2611"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Rombaut", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-JOSSE-TEN-NO", "geoid": 0}, "notime": null, "date-ut": "1880-07-05 07:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Rombaut"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-JOSSE-TEN-NO", "geoid": 0}, "date-ut": "1880-07-05 07:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2611"}, "ids-in-sources": {"a3": "2611"}}, "raw": {"H": "7", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "5", "LAT": "50N51", "LON": "4E15", "MON": "7", "NUM": "2611", "PRO": "M", "SEC": "0", "YEA": "1880", "CITY": "ST-JOSSE-TEN-NO"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8320	rossignon-adrien-1870-04-18	{"a3": "2612"}	{"lerrcp": "A3-2612"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrien", "family": "Rossignon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "notime": null, "date-ut": "1870-04-18 12:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adrien", "family": "Rossignon"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "date-ut": "1870-04-18 12:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2612"}, "ids-in-sources": {"a3": "2612"}}, "raw": {"H": "12", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "18", "LAT": "50N51", "LON": "4E15", "MON": "4", "NUM": "2612", "PRO": "M", "SEC": "0", "YEA": "1870", "CITY": "SCHAERBEEK"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8321	roubaix-adolphe-1826-05-08	{"a3": "2613"}	{"lerrcp": "A3-2613"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Roubaix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "notime": null, "date-ut": "1826-05-08 06:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Roubaix"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "date-ut": "1826-05-08 06:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2613"}, "ids-in-sources": {"a3": "2613"}}, "raw": {"H": "6", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "8", "LAT": "50N23", "LON": "4E30", "MON": "5", "NUM": "2613", "PRO": "M", "SEC": "0", "YEA": "1826", "CITY": "TOURNAI"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8322	rouling-jean-1869-06-20	{"a3": "2614"}	{"lerrcp": "A3-2614"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Rouling", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "LONGWILLY", "geoid": 0}, "notime": null, "date-ut": "1869-06-20 06:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Rouling"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "LONGWILLY", "geoid": 0}, "date-ut": "1869-06-20 06:39:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2614"}, "ids-in-sources": {"a3": "2614"}}, "raw": {"H": "6", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "20", "LAT": "50N 2", "LON": "5E15", "MON": "6", "NUM": "2614", "PRO": "M", "SEC": "0", "YEA": "1869", "CITY": "LONGWILLY"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8323	royaux-louis-1866-11-28	{"a3": "2615"}	{"lerrcp": "A3-2615"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Royaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "FOY-NOTRE-DAME", "geoid": 0}, "notime": null, "date-ut": "1866-11-28 00:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Royaux"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "FOY-NOTRE-DAME", "geoid": 0}, "date-ut": "1866-11-28 00:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2615"}, "ids-in-sources": {"a3": "2615"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "28", "LAT": "50N20", "LON": "4E30", "MON": "11", "NUM": "2615", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "FOY-NOTRE-DAME"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17944	camus-raymond-1911-04-10	{"e1": "312"}	{"lerrcp": "E1-312"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Camus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-04-10 09:30", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1911-04-10 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Camus"}, "birth": {"tzo": "+00:00", "date": "1911-04-10 09:30", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1911-04-10 09:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "312"}}, "raw": {"H": "09:30", "COD": "76", "DAY": "10", "MON": "04", "NUM": "0312", "PRO": "EX", "YEA": "1911", "CITY": "Le Havre", "NAME": "CAMUS Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
8325	rutten-martin-1876-06-12	{"a3": "2617"}	{"lerrcp": "A3-2617"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Martin", "family": "Rutten", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "CLERMONT-S/BERW", "geoid": 0}, "notime": null, "date-ut": "1876-06-12 01:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Martin", "family": "Rutten"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "CLERMONT-S/BERW", "geoid": 0}, "date-ut": "1876-06-12 01:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2617"}, "ids-in-sources": {"a3": "2617"}}, "raw": {"H": "1", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "12", "LAT": "50N39", "LON": "5E30", "MON": "6", "NUM": "2617", "PRO": "M", "SEC": "0", "YEA": "1876", "CITY": "CLERMONT-S/BERW"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8326	sacre-henri-1887-06-14	{"a3": "2618"}	{"lerrcp": "A3-2618"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Sacre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1887-06-14 22:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Sacre"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1887-06-14 22:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2618"}, "ids-in-sources": {"a3": "2618"}}, "raw": {"H": "22", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "14", "LAT": "50N51", "LON": "4E15", "MON": "6", "NUM": "2618", "PRO": "M", "SEC": "0", "YEA": "1887", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8327	sagers-jean-1870-02-24	{"a3": "2619"}	{"lerrcp": "A3-2619"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Sagers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1870-02-24 22:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Sagers"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1870-02-24 22:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2619"}, "ids-in-sources": {"a3": "2619"}}, "raw": {"H": "22", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "24", "LAT": "50N51", "LON": "4E15", "MON": "2", "NUM": "2619", "PRO": "M", "SEC": "0", "YEA": "1870", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8328	sainctelette-charles-1825-01-07	{"a3": "2620"}	{"lerrcp": "A3-2620"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Sainctelette", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1825-01-07 13:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Sainctelette"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1825-01-07 13:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2620"}, "ids-in-sources": {"a3": "2620"}}, "raw": {"H": "13", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "7", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "2620", "PRO": "M", "SEC": "0", "YEA": "1825", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8329	sandrart-victor-1869-02-01	{"a3": "2621"}	{"lerrcp": "A3-2621"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Sandrart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "THOREMBAIS-ST-T", "geoid": 0}, "notime": null, "date-ut": "1869-02-01 05:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Sandrart"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "THOREMBAIS-ST-T", "geoid": 0}, "date-ut": "1869-02-01 05:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2621"}, "ids-in-sources": {"a3": "2621"}}, "raw": {"H": "5", "MN": "38", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "1", "LAT": "50N47", "LON": "5E30", "MON": "2", "NUM": "2621", "PRO": "M", "SEC": "0", "YEA": "1869", "CITY": "THOREMBAIS-ST-T"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8330	sarolea-henri-1872-09-26	{"a3": "2622"}	{"lerrcp": "A3-2622"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Sarolea", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "HASSELT", "geoid": 0}, "notime": null, "date-ut": "1872-09-26 20:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Sarolea"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "HASSELT", "geoid": 0}, "date-ut": "1872-09-26 20:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2622"}, "ids-in-sources": {"a3": "2622"}}, "raw": {"H": "20", "MN": "38", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "26", "LAT": "50N47", "LON": "5E30", "MON": "9", "NUM": "2622", "PRO": "M", "SEC": "0", "YEA": "1872", "CITY": "HASSELT"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8331	gauquelin-a3-2623-1874-03-19	{"a3": "2623"}	{"lerrcp": "A3-2623"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2623", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "HASSELT", "geoid": 0}, "notime": null, "date-ut": "1874-03-19 05:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2623"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "HASSELT", "geoid": 0}, "date-ut": "1874-03-19 05:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2623"}, "ids-in-sources": {"a3": "2623"}}, "raw": {"H": "5", "MN": "38", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "19", "LAT": "50N47", "LON": "5E30", "MON": "3", "NUM": "2623", "PRO": "M", "SEC": "0", "YEA": "1874", "CITY": "HASSELT"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8332	sauber-jacques-1869-07-27	{"a3": "2624"}	{"lerrcp": "A3-2624"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Sauber", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1869-07-27 18:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Sauber"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1869-07-27 18:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2624"}, "ids-in-sources": {"a3": "2624"}}, "raw": {"H": "18", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "27", "LAT": "50N39", "LON": "5E30", "MON": "7", "NUM": "2624", "PRO": "M", "SEC": "0", "YEA": "1869", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8333	scharff-jean-1882-10-30	{"a3": "2625"}	{"lerrcp": "A3-2625"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Scharff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "notime": null, "date-ut": "1882-10-30 11:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Scharff"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "date-ut": "1882-10-30 11:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2625"}, "ids-in-sources": {"a3": "2625"}}, "raw": {"H": "11", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "30", "LAT": "50N23", "LON": "4E30", "MON": "10", "NUM": "2625", "PRO": "M", "SEC": "0", "YEA": "1882", "CITY": "MONS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8334	gauquelin-a3-2626-1864-08-18	{"a3": "2626"}	{"lerrcp": "A3-2626"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2626", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "NINOVE", "geoid": 0}, "notime": null, "date-ut": "1864-08-18 13:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2626"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "NINOVE", "geoid": 0}, "date-ut": "1864-08-18 13:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2626"}, "ids-in-sources": {"a3": "2626"}}, "raw": {"H": "13", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "18", "LAT": "51N 5", "LON": "3E45", "MON": "8", "NUM": "2626", "PRO": "M", "SEC": "0", "YEA": "1864", "CITY": "NINOVE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8335	scheers-maurice-1895-12-05	{"a3": "2627"}	{"lerrcp": "A3-2627"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Scheers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1895-12-05 04:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Scheers"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1895-12-05 04:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2627"}, "ids-in-sources": {"a3": "2627"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "5", "LAT": "51N14", "LON": "4E30", "MON": "12", "NUM": "2627", "PRO": "M", "SEC": "0", "YEA": "1895", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8336	schmit-adolphe-1882-04-24	{"a3": "2628"}	{"lerrcp": "A3-2628"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Schmit", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1882-04-24 07:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Schmit"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1882-04-24 07:12:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2628"}, "ids-in-sources": {"a3": "2628"}}, "raw": {"H": "7", "MN": "12", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "24", "LAT": "51N14", "LON": "4E30", "MON": "4", "NUM": "2628", "PRO": "M", "SEC": "0", "YEA": "1882", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8338	schoonbroodt-jean-1902-05-29	{"a3": "2630"}	{"lerrcp": "A3-2630"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Schoonbroodt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "EMBOUR", "geoid": 0}, "notime": null, "date-ut": "1902-05-29 01:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Schoonbroodt"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "EMBOUR", "geoid": 0}, "date-ut": "1902-05-29 01:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2630"}, "ids-in-sources": {"a3": "2630"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "29", "LAT": "50N39", "LON": "5E30", "MON": "5", "NUM": "2630", "PRO": "M", "SEC": "0", "YEA": "1902", "CITY": "EMBOUR"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8339	sillye-albert-1867-04-16	{"a3": "2631"}	{"lerrcp": "A3-2631"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Sillye", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1867-04-16 06:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Sillye"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1867-04-16 06:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2631"}, "ids-in-sources": {"a3": "2631"}}, "raw": {"H": "6", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "16", "LAT": "50N51", "LON": "4E15", "MON": "4", "NUM": "2631", "PRO": "M", "SEC": "0", "YEA": "1867", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8340	gauquelin-a3-2632-1858-03-13	{"a3": "2632"}	{"lerrcp": "A3-2632"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2632", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "BOUILLON", "geoid": 0}, "notime": null, "date-ut": "1858-03-13 03:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2632"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "BOUILLON", "geoid": 0}, "date-ut": "1858-03-13 03:39:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2632"}, "ids-in-sources": {"a3": "2632"}}, "raw": {"H": "3", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "13", "LAT": "50N 2", "LON": "5E15", "MON": "3", "NUM": "2632", "PRO": "M", "SEC": "0", "YEA": "1858", "CITY": "BOUILLON"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8341	gauquelin-a3-2633-1873-05-26	{"a3": "2633"}	{"lerrcp": "A3-2633"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2633", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ENGHIEN", "geoid": 0}, "notime": null, "date-ut": "1873-05-26 10:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2633"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ENGHIEN", "geoid": 0}, "date-ut": "1873-05-26 10:12:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2633"}, "ids-in-sources": {"a3": "2633"}}, "raw": {"H": "10", "MN": "12", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "26", "LAT": "50N23", "LON": "4E30", "MON": "5", "NUM": "2633", "PRO": "M", "SEC": "0", "YEA": "1873", "CITY": "ENGHIEN"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8342	slosse-eugene-1866-12-29	{"a3": "2634"}	{"lerrcp": "A3-2634"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Slosse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1866-12-29 10:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Slosse"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1866-12-29 10:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2634"}, "ids-in-sources": {"a3": "2634"}}, "raw": {"H": "10", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "29", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "2634", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8343	smedt-jean-1853-12-19	{"a3": "2635"}	{"lerrcp": "A3-2635"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Smedt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ANDERLECHT-BRUX", "geoid": 0}, "notime": null, "date-ut": "1853-12-19 02:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Smedt"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ANDERLECHT-BRUX", "geoid": 0}, "date-ut": "1853-12-19 02:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2635"}, "ids-in-sources": {"a3": "2635"}}, "raw": {"H": "2", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "19", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "2635", "PRO": "M", "SEC": "0", "YEA": "1853", "CITY": "ANDERLECHT-BRUX"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17946	canel-robert-1907-12-13	{"e1": "314"}	{"lerrcp": "E1-314"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Canel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1907-12-13 11:00", "note": null, "place": {"c1": null, "c2": "55", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Belleville", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Canel"}, "birth": {"tzo": "", "date": "1907-12-13 11:00", "place": {"c2": "55", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Belleville", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "314"}}, "raw": {"H": "11:00", "COD": "55", "DAY": "13", "MON": "12", "NUM": "0314", "PRO": "PH", "YEA": "1907", "CITY": "Belleville", "NAME": "CANEL Robert", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
8345	smets-victor-1873-01-10	{"a3": "2637"}	{"lerrcp": "A3-2637"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Smets", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "JODOIGNE", "geoid": 0}, "notime": null, "date-ut": "1873-01-10 09:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Smets"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "JODOIGNE", "geoid": 0}, "date-ut": "1873-01-10 09:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2637"}, "ids-in-sources": {"a3": "2637"}}, "raw": {"H": "9", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "10", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "2637", "PRO": "M", "SEC": "0", "YEA": "1873", "CITY": "JODOIGNE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8346	snickt-georges-1869-07-15	{"a3": "2638"}	{"lerrcp": "A3-2638"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Snickt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1869-07-15 07:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Snickt"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1869-07-15 07:12:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2638"}, "ids-in-sources": {"a3": "2638"}}, "raw": {"H": "7", "MN": "12", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "15", "LAT": "51N14", "LON": "4E30", "MON": "7", "NUM": "2638", "PRO": "M", "SEC": "0", "YEA": "1869", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8347	gauquelin-a3-2639-1871-07-10	{"a3": "2639"}	{"lerrcp": "A3-2639"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2639", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "WAESMUNSTER", "geoid": 0}, "notime": null, "date-ut": "1871-07-10 10:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2639"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "WAESMUNSTER", "geoid": 0}, "date-ut": "1871-07-10 10:47:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2639"}, "ids-in-sources": {"a3": "2639"}}, "raw": {"H": "10", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "10", "LAT": "51N13", "LON": "3E15", "MON": "7", "NUM": "2639", "PRO": "M", "SEC": "0", "YEA": "1871", "CITY": "WAESMUNSTER"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8348	sterckx-armand-1866-09-26	{"a3": "2640"}	{"lerrcp": "A3-2640"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Sterckx", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-GILLES", "geoid": 0}, "notime": null, "date-ut": "1866-09-26 06:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Sterckx"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-GILLES", "geoid": 0}, "date-ut": "1866-09-26 06:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2640"}, "ids-in-sources": {"a3": "2640"}}, "raw": {"H": "6", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "26", "LAT": "50N51", "LON": "4E15", "MON": "9", "NUM": "2640", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "ST-GILLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8349	sterpin-abel-1865-04-06	{"a3": "2641"}	{"lerrcp": "A3-2641"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Abel", "family": "Sterpin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "BEAURAING", "geoid": 0}, "notime": null, "date-ut": "1865-04-06 06:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Abel", "family": "Sterpin"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "BEAURAING", "geoid": 0}, "date-ut": "1865-04-06 06:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2641"}, "ids-in-sources": {"a3": "2641"}}, "raw": {"H": "6", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "6", "LAT": "50N20", "LON": "4E30", "MON": "4", "NUM": "2641", "PRO": "M", "SEC": "0", "YEA": "1865", "CITY": "BEAURAING"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8350	stevens-gustav-1866-08-13	{"a3": "2642"}	{"lerrcp": "A3-2642"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustav", "family": "Stevens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1866-08-13 06:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gustav", "family": "Stevens"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1866-08-13 06:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2642"}, "ids-in-sources": {"a3": "2642"}}, "raw": {"H": "6", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "13", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "2642", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8351	sticzinski-michel-1886-01-05	{"a3": "2643"}	{"lerrcp": "A3-2643"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Sticzinski", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "notime": null, "date-ut": "1886-01-05 15:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Sticzinski"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "date-ut": "1886-01-05 15:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2643"}, "ids-in-sources": {"a3": "2643"}}, "raw": {"H": "15", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "5", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "2643", "PRO": "M", "SEC": "0", "YEA": "1886", "CITY": "SCHAERBEEK"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8352	stienon-leon-1879-07-16	{"a3": "2644"}	{"lerrcp": "A3-2644"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Stienon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "WASSEIGES", "geoid": 0}, "notime": null, "date-ut": "1879-07-16 03:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Stienon"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "WASSEIGES", "geoid": 0}, "date-ut": "1879-07-16 03:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2644"}, "ids-in-sources": {"a3": "2644"}}, "raw": {"H": "3", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "16", "LAT": "50N39", "LON": "5E30", "MON": "7", "NUM": "2644", "PRO": "M", "SEC": "0", "YEA": "1879", "CITY": "WASSEIGES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8353	stiers-leopold-1886-04-27	{"a3": "2645"}	{"lerrcp": "A3-2645"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leopold", "family": "Stiers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "notime": null, "date-ut": "1886-04-27 06:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Leopold", "family": "Stiers"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "date-ut": "1886-04-27 06:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2645"}, "ids-in-sources": {"a3": "2645"}}, "raw": {"H": "6", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "27", "LAT": "50N51", "LON": "4E15", "MON": "4", "NUM": "2645", "PRO": "M", "SEC": "0", "YEA": "1886", "CITY": "IXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8354	storms-emile-1846-06-02	{"a3": "2646"}	{"lerrcp": "A3-2646"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Storms", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "WETTEREN", "geoid": 0}, "notime": null, "date-ut": "1846-06-02 21:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Storms"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "WETTEREN", "geoid": 0}, "date-ut": "1846-06-02 21:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2646"}, "ids-in-sources": {"a3": "2646"}}, "raw": {"H": "21", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "2", "LAT": "51N 5", "LON": "3E45", "MON": "6", "NUM": "2646", "PRO": "M", "SEC": "0", "YEA": "1846", "CITY": "WETTEREN"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8355	stroobant-raphael-1868-04-04	{"a3": "2647"}	{"lerrcp": "A3-2647"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raphaël", "family": "Stroobant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "VEURNE", "geoid": 0}, "notime": null, "date-ut": "1868-04-04 05:17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Raphaël", "family": "Stroobant"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "VEURNE", "geoid": 0}, "date-ut": "1868-04-04 05:17:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2647"}, "ids-in-sources": {"a3": "2647"}}, "raw": {"H": "5", "MN": "17", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "4", "LAT": "51N13", "LON": "3E15", "MON": "4", "NUM": "2647", "PRO": "M", "SEC": "0", "YEA": "1868", "CITY": "VEURNE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8356	tagon-julien-1871-12-04	{"a3": "2648"}	{"lerrcp": "A3-2648"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julien", "family": "Tagon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1871-12-04 08:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Julien", "family": "Tagon"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1871-12-04 08:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2648"}, "ids-in-sources": {"a3": "2648"}}, "raw": {"H": "8", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "4", "LAT": "51N 5", "LON": "3E45", "MON": "12", "NUM": "2648", "PRO": "M", "SEC": "0", "YEA": "1871", "CITY": "GAND"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8357	terlinden-robert-1886-11-25	{"a3": "2649"}	{"lerrcp": "A3-2649"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Terlinden", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-GILLES", "geoid": 0}, "notime": null, "date-ut": "1886-11-25 08:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Terlinden"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-GILLES", "geoid": 0}, "date-ut": "1886-11-25 08:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2649"}, "ids-in-sources": {"a3": "2649"}}, "raw": {"H": "8", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "25", "LAT": "50N51", "LON": "4E15", "MON": "11", "NUM": "2649", "PRO": "M", "SEC": "0", "YEA": "1886", "CITY": "ST-GILLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17947	cantarel-emile-1909-08-10	{"e1": "315"}	{"lerrcp": "E1-315"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Cantarel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1909-08-10 19:00", "note": null, "place": {"c1": null, "c2": "61", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Flers de l'Orne", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Cantarel"}, "birth": {"tzo": "", "date": "1909-08-10 19:00", "place": {"c2": "61", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Flers de l'Orne", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "315"}}, "raw": {"H": "19:00", "COD": "61", "DAY": "10", "MON": "08", "NUM": "0315", "PRO": "MI", "YEA": "1909", "CITY": "Flers de l'Orne", "NAME": "CANTAREL Emile", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
8359	thieffry-edmond-1892-09-28	{"a3": "2651"}	{"lerrcp": "A3-2651"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Thieffry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ETTERBEEK-BRUXE", "geoid": 0}, "notime": null, "date-ut": "1892-09-28 10:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Thieffry"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ETTERBEEK-BRUXE", "geoid": 0}, "date-ut": "1892-09-28 10:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2651"}, "ids-in-sources": {"a3": "2651"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "28", "LAT": "50N51", "LON": "4E15", "MON": "9", "NUM": "2651", "PRO": "M", "SEC": "0", "YEA": "1892", "CITY": "ETTERBEEK-BRUXE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8360	thys-albert-1849-11-28	{"a3": "2652"}	{"lerrcp": "A3-2652"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Thys", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "DALHEM-LEZ-VISE", "geoid": 0}, "notime": null, "date-ut": "1849-11-28 20:08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Thys"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "DALHEM-LEZ-VISE", "geoid": 0}, "date-ut": "1849-11-28 20:08:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2652"}, "ids-in-sources": {"a3": "2652"}}, "raw": {"H": "20", "MN": "8", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "28", "LAT": "50N39", "LON": "5E30", "MON": "11", "NUM": "2652", "PRO": "M", "SEC": "0", "YEA": "1849", "CITY": "DALHEM-LEZ-VISE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17948	cantoni-georges-1913-07-09	{"e1": "316"}	{"lerrcp": "E1-316"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Cantoni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-07-09 10:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "notime": null, "date-ut": "1913-07-09 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Cantoni"}, "birth": {"tzo": "+00:00", "date": "1913-07-09 10:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "date-ut": "1913-07-09 10:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "316"}}, "raw": {"H": "10:00", "COD": "13", "DAY": "09", "MON": "07", "NUM": "0316", "PRO": "PH", "YEA": "1913", "CITY": "Aix en Provence", "NAME": "CANTONI Georges", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
8362	gauquelin-a3-2654-1866-10-17	{"a3": "2654"}	{"lerrcp": "A3-2654"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2654", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "GEMBLOUX", "geoid": 0}, "notime": null, "date-ut": "1866-10-17 05:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2654"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "GEMBLOUX", "geoid": 0}, "date-ut": "1866-10-17 05:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2654"}, "ids-in-sources": {"a3": "2654"}}, "raw": {"H": "5", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "17", "LAT": "50N20", "LON": "4E30", "MON": "10", "NUM": "2654", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "GEMBLOUX"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8363	gauquelin-a3-2655-1872-04-28	{"a3": "2655"}	{"lerrcp": "A3-2655"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2655", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1872-04-28 23:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2655"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1872-04-28 23:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2655"}, "ids-in-sources": {"a3": "2655"}}, "raw": {"H": "23", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "28", "LAT": "50N51", "LON": "4E15", "MON": "4", "NUM": "2655", "PRO": "M", "SEC": "0", "YEA": "1872", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8364	gauquelin-a3-2656-1883-10-04	{"a3": "2656"}	{"lerrcp": "A3-2656"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2656", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "ARDOYE", "geoid": 0}, "notime": null, "date-ut": "1883-10-04 07:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2656"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "ARDOYE", "geoid": 0}, "date-ut": "1883-10-04 07:47:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2656"}, "ids-in-sources": {"a3": "2656"}}, "raw": {"H": "7", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "4", "LAT": "51N13", "LON": "3E15", "MON": "10", "NUM": "2656", "PRO": "M", "SEC": "0", "YEA": "1883", "CITY": "ARDOYE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8365	tobback-nicolas-1859-08-21	{"a3": "2657"}	{"lerrcp": "A3-2657"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicolas", "family": "Tobback", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1859-08-21 18:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Nicolas", "family": "Tobback"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1859-08-21 18:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2657"}, "ids-in-sources": {"a3": "2657"}}, "raw": {"H": "18", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "21", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "2657", "PRO": "M", "SEC": "0", "YEA": "1859", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8366	gauquelin-a3-2658-1895-12-18	{"a3": "2658"}	{"lerrcp": "A3-2658"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2658", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "VERVIERS", "geoid": 0}, "notime": null, "date-ut": "1895-12-18 06:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2658"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "VERVIERS", "geoid": 0}, "date-ut": "1895-12-18 06:30:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2658"}, "ids-in-sources": {"a3": "2658"}}, "raw": {"H": "6", "MN": "30", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "18", "LAT": "50N39", "LON": "5E30", "MON": "12", "NUM": "2658", "PRO": "M", "SEC": "0", "YEA": "1895", "CITY": "VERVIERS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8367	tonglet-ernest-1865-01-21	{"a3": "2659"}	{"lerrcp": "A3-2659"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Tonglet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "notime": null, "date-ut": "1865-01-21 22:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Tonglet"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "date-ut": "1865-01-21 22:12:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2659"}, "ids-in-sources": {"a3": "2659"}}, "raw": {"H": "22", "MN": "12", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "21", "LAT": "50N20", "LON": "4E30", "MON": "1", "NUM": "2659", "PRO": "M", "SEC": "0", "YEA": "1865", "CITY": "NAMUR"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8368	gauquelin-a3-2660-1863-03-28	{"a3": "2660"}	{"lerrcp": "A3-2660"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2660", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "WIERS", "geoid": 0}, "notime": null, "date-ut": "1863-03-28 04:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2660"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "WIERS", "geoid": 0}, "date-ut": "1863-03-28 04:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2660"}, "ids-in-sources": {"a3": "2660"}}, "raw": {"H": "4", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "28", "LAT": "50N23", "LON": "4E30", "MON": "3", "NUM": "2660", "PRO": "M", "SEC": "0", "YEA": "1863", "CITY": "WIERS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8369	gauquelin-a3-2661-1857-02-21	{"a3": "2661"}	{"lerrcp": "A3-2661"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2661", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "notime": null, "date-ut": "1857-02-21 18:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2661"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "date-ut": "1857-02-21 18:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2661"}, "ids-in-sources": {"a3": "2661"}}, "raw": {"H": "18", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "21", "LAT": "50N51", "LON": "4E15", "MON": "2", "NUM": "2661", "PRO": "M", "SEC": "0", "YEA": "1857", "CITY": "LOUVAIN"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8370	tummers-joseph-1866-08-18	{"a3": "2662"}	{"lerrcp": "A3-2662"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Tummers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1866-08-18 06:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Tummers"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1866-08-18 06:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2662"}, "ids-in-sources": {"a3": "2662"}}, "raw": {"H": "6", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "18", "LAT": "50N39", "LON": "5E30", "MON": "8", "NUM": "2662", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8371	gauquelin-a3-2663-1866-05-26	{"a3": "2663"}	{"lerrcp": "A3-2663"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2663", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1866-05-26 02:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2663"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1866-05-26 02:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2663"}, "ids-in-sources": {"a3": "2663"}}, "raw": {"H": "2", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "26", "LAT": "50N51", "LON": "4E15", "MON": "5", "NUM": "2663", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8372	ursel-hippolyte-1850-11-17	{"a3": "2664"}	{"lerrcp": "A3-2664"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hippolyte", "family": "Ursel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1850-11-17 15:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hippolyte", "family": "Ursel"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1850-11-17 15:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2664"}, "ids-in-sources": {"a3": "2664"}}, "raw": {"H": "15", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "17", "LAT": "50N51", "LON": "4E15", "MON": "11", "NUM": "2664", "PRO": "M", "SEC": "0", "YEA": "1850", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8373	gauquelin-a3-2665-1856-12-22	{"a3": "2665"}	{"lerrcp": "A3-2665"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2665", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "notime": null, "date-ut": "1856-12-22 03:17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2665"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "date-ut": "1856-12-22 03:17:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2665"}, "ids-in-sources": {"a3": "2665"}}, "raw": {"H": "3", "MN": "17", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "22", "LAT": "51N13", "LON": "3E15", "MON": "12", "NUM": "2665", "PRO": "M", "SEC": "0", "YEA": "1856", "CITY": "BRUGES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17949	capette-louis-1879-01-17	{"e1": "317"}	{"lerrcp": "E1-317"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Capette", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1879-01-17 06:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1879-01-17 06:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Capette"}, "birth": {"tzo": "+00:09", "date": "1879-01-17 06:30", "place": {"c2": "75", "c3": "", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1879-01-17 06:21"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "317"}}, "raw": {"H": "06:30", "COD": "75", "DAY": "17", "MON": "01", "NUM": "0317", "PRO": "PH", "YEA": "1879", "CITY": "Paris", "NAME": "CAPETTE Louis", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
8375	vandervelde-emile-1866-01-25	{"a3": "2667", "a5": "2284"}	{"lerrcp": "A3-2667"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Vandervelde", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "notime": null, "date-ut": "1866-01-25 05:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Vandervelde"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "date-ut": "1866-01-25 05:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2667"}, "ids-in-sources": {"a3": "2667"}}, "raw": {"H": "5", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "25", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "2667", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "IXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "2284"}}, "raw": {"H": "5", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "25", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "2284", "PRO": "PT", "SEC": "0", "YEA": "1866", "CITY": "IXELLES"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
8376	vandevelde-ch-1863-12-13	{"a3": "2668"}	{"lerrcp": "A3-2668"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ch", "family": "Vandevelde", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "notime": null, "date-ut": "1863-12-13 04:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ch", "family": "Vandevelde"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "date-ut": "1863-12-13 04:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2668"}, "ids-in-sources": {"a3": "2668"}}, "raw": {"H": "4", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "13", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "2668", "PRO": "M", "SEC": "0", "YEA": "1863", "CITY": "SCHAERBEEK"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8377	vandevelde-joseph-1855-01-05	{"a3": "2669"}	{"lerrcp": "A3-2669"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Vandevelde", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1855-01-05 09:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Vandevelde"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1855-01-05 09:15:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2669"}, "ids-in-sources": {"a3": "2669"}}, "raw": {"H": "9", "MN": "15", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "5", "LAT": "51N 5", "LON": "3E45", "MON": "1", "NUM": "2669", "PRO": "M", "SEC": "0", "YEA": "1855", "CITY": "GAND"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8378	vangele-alphonse-1848-04-25	{"a3": "2670"}	{"lerrcp": "A3-2670"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Vangele", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1848-04-25 03:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Vangele"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1848-04-25 03:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2670"}, "ids-in-sources": {"a3": "2670"}}, "raw": {"H": "3", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "25", "LAT": "50N51", "LON": "4E15", "MON": "4", "NUM": "2670", "PRO": "M", "SEC": "0", "YEA": "1848", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8379	gauquelin-a3-2671-1871-01-08	{"a3": "2671"}	{"lerrcp": "A3-2671"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2671", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1871-01-08 00:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2671"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1871-01-08 00:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2671"}, "ids-in-sources": {"a3": "2671"}}, "raw": {"H": "0", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "8", "LAT": "50N39", "LON": "5E30", "MON": "1", "NUM": "2671", "PRO": "M", "SEC": "0", "YEA": "1871", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8380	gauquelin-a3-2672-1850-12-01	{"a3": "2672"}	{"lerrcp": "A3-2672"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2672", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "LEDEBERG-LEZ-GA", "geoid": 0}, "notime": null, "date-ut": "1850-12-01 00:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2672"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "LEDEBERG-LEZ-GA", "geoid": 0}, "date-ut": "1850-12-01 00:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2672"}, "ids-in-sources": {"a3": "2672"}}, "raw": {"H": "0", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "1", "LAT": "51N 5", "LON": "3E45", "MON": "12", "NUM": "2672", "PRO": "M", "SEC": "0", "YEA": "1850", "CITY": "LEDEBERG-LEZ-GA"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8381	venas-pierre-1888-06-16	{"a3": "2673"}	{"lerrcp": "A3-2673"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Venas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "MALDEGHEM", "geoid": 0}, "notime": null, "date-ut": "1888-06-16 13:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Venas"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "MALDEGHEM", "geoid": 0}, "date-ut": "1888-06-16 13:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2673"}, "ids-in-sources": {"a3": "2673"}}, "raw": {"H": "13", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "16", "LAT": "51N 5", "LON": "3E45", "MON": "6", "NUM": "2673", "PRO": "M", "SEC": "0", "YEA": "1888", "CITY": "MALDEGHEM"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8382	verdick-edgar-1868-09-14	{"a3": "2674"}	{"lerrcp": "A3-2674"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edgar", "family": "Verdick", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-JOSSE-TEN-NO", "geoid": 0}, "notime": null, "date-ut": "1868-09-14 05:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edgar", "family": "Verdick"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-JOSSE-TEN-NO", "geoid": 0}, "date-ut": "1868-09-14 05:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2674"}, "ids-in-sources": {"a3": "2674"}}, "raw": {"H": "5", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "14", "LAT": "50N51", "LON": "4E15", "MON": "9", "NUM": "2674", "PRO": "M", "SEC": "0", "YEA": "1868", "CITY": "ST-JOSSE-TEN-NO"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8383	gauquelin-a3-2675-1868-07-20	{"a3": "2675"}	{"lerrcp": "A3-2675"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2675", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "notime": null, "date-ut": "1868-07-20 03:58:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2675"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "date-ut": "1868-07-20 03:58:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2675"}, "ids-in-sources": {"a3": "2675"}}, "raw": {"H": "3", "MN": "58", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "20", "LAT": "50N51", "LON": "4E15", "MON": "7", "NUM": "2675", "PRO": "M", "SEC": "0", "YEA": "1868", "CITY": "IXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8384	vereycken-jules-1866-03-13	{"a3": "2676"}	{"lerrcp": "A3-2676"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Vereycken", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LAEKEN", "geoid": 0}, "notime": null, "date-ut": "1866-03-13 15:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Vereycken"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LAEKEN", "geoid": 0}, "date-ut": "1866-03-13 15:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2676"}, "ids-in-sources": {"a3": "2676"}}, "raw": {"H": "15", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "13", "LAT": "50N51", "LON": "4E15", "MON": "3", "NUM": "2676", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "LAEKEN"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8385	vergeynst-rene-1878-08-20	{"a3": "2677"}	{"lerrcp": "A3-2677"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Vergeynst", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "DEFTINGE", "geoid": 0}, "notime": null, "date-ut": "1878-08-20 07:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "René", "family": "Vergeynst"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "DEFTINGE", "geoid": 0}, "date-ut": "1878-08-20 07:15:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2677"}, "ids-in-sources": {"a3": "2677"}}, "raw": {"H": "7", "MN": "15", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "20", "LAT": "51N 5", "LON": "3E45", "MON": "8", "NUM": "2677", "PRO": "M", "SEC": "0", "YEA": "1878", "CITY": "DEFTINGE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8386	verhellen-nicolas-1870-08-04	{"a3": "2678"}	{"lerrcp": "A3-2678"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicolas", "family": "Verhellen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "notime": null, "date-ut": "1870-08-04 11:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Nicolas", "family": "Verhellen"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "date-ut": "1870-08-04 11:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2678"}, "ids-in-sources": {"a3": "2678"}}, "raw": {"H": "11", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "4", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "2678", "PRO": "M", "SEC": "0", "YEA": "1870", "CITY": "IXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8387	vermeulen-jules-1874-05-03	{"a3": "2679"}	{"lerrcp": "A3-2679"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Vermeulen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "BRAINE-LE-COMTE", "geoid": 0}, "notime": null, "date-ut": "1874-05-03 02:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Vermeulen"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "BRAINE-LE-COMTE", "geoid": 0}, "date-ut": "1874-05-03 02:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2679"}, "ids-in-sources": {"a3": "2679"}}, "raw": {"H": "2", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "3", "LAT": "50N23", "LON": "4E30", "MON": "5", "NUM": "2679", "PRO": "M", "SEC": "0", "YEA": "1874", "CITY": "BRAINE-LE-COMTE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8388	verschueren-joseph-1889-10-18	{"a3": "2680"}	{"lerrcp": "A3-2680"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Verschueren", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ANDERLECHT-BRUX", "geoid": 0}, "notime": null, "date-ut": "1889-10-18 20:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Verschueren"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ANDERLECHT-BRUX", "geoid": 0}, "date-ut": "1889-10-18 20:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2680"}, "ids-in-sources": {"a3": "2680"}}, "raw": {"H": "20", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "18", "LAT": "50N51", "LON": "4E15", "MON": "10", "NUM": "2680", "PRO": "M", "SEC": "0", "YEA": "1889", "CITY": "ANDERLECHT-BRUX"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8389	versluys-albert-1873-03-09	{"a3": "2681"}	{"lerrcp": "A3-2681"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Versluys", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ORP-LE-GRAND", "geoid": 0}, "notime": null, "date-ut": "1873-03-09 08:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Versluys"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ORP-LE-GRAND", "geoid": 0}, "date-ut": "1873-03-09 08:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2681"}, "ids-in-sources": {"a3": "2681"}}, "raw": {"H": "8", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "9", "LAT": "50N51", "LON": "4E15", "MON": "3", "NUM": "2681", "PRO": "M", "SEC": "0", "YEA": "1873", "CITY": "ORP-LE-GRAND"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8390	gauquelin-a3-2682-1863-05-03	{"a3": "2682"}	{"lerrcp": "A3-2682"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2682", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "notime": null, "date-ut": "1863-05-03 18:57:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2682"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "date-ut": "1863-05-03 18:57:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2682"}, "ids-in-sources": {"a3": "2682"}}, "raw": {"H": "18", "MN": "57", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "3", "LAT": "51N14", "LON": "4E30", "MON": "5", "NUM": "2682", "PRO": "M", "SEC": "0", "YEA": "1863", "CITY": "MALINES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8391	vidick-jean-1890-09-27	{"a3": "2683"}	{"lerrcp": "A3-2683"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Vidick", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "LA ROCHE-EN-ARD", "geoid": 0}, "notime": null, "date-ut": "1890-09-27 21:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Vidick"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "LA ROCHE-EN-ARD", "geoid": 0}, "date-ut": "1890-09-27 21:39:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2683"}, "ids-in-sources": {"a3": "2683"}}, "raw": {"H": "21", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "27", "LAT": "50N 2", "LON": "5E15", "MON": "9", "NUM": "2683", "PRO": "M", "SEC": "0", "YEA": "1890", "CITY": "LA ROCHE-EN-ARD"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8392	vincart-leon-1873-01-08	{"a3": "2684"}	{"lerrcp": "A3-2684"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Vincart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "BORGERHOUT", "geoid": 0}, "notime": null, "date-ut": "1873-01-08 15:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Vincart"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "BORGERHOUT", "geoid": 0}, "date-ut": "1873-01-08 15:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2684"}, "ids-in-sources": {"a3": "2684"}}, "raw": {"H": "15", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "8", "LAT": "51N14", "LON": "4E30", "MON": "1", "NUM": "2684", "PRO": "M", "SEC": "0", "YEA": "1873", "CITY": "BORGERHOUT"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8393	gauquelin-a3-2685-1866-08-17	{"a3": "2685"}	{"lerrcp": "A3-2685"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2685", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "GHEEL", "geoid": 0}, "notime": null, "date-ut": "1866-08-17 00:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2685"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "GHEEL", "geoid": 0}, "date-ut": "1866-08-17 00:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2685"}, "ids-in-sources": {"a3": "2685"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "17", "LAT": "51N14", "LON": "4E30", "MON": "8", "NUM": "2685", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "GHEEL"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8394	voisin-charles-1887-10-29	{"a3": "2686"}	{"lerrcp": "A3-2686"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Voisin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "FLOBECQ", "geoid": 0}, "notime": null, "date-ut": "1887-10-29 03:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Voisin"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "FLOBECQ", "geoid": 0}, "date-ut": "1887-10-29 03:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2686"}, "ids-in-sources": {"a3": "2686"}}, "raw": {"H": "3", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "29", "LAT": "50N23", "LON": "4E30", "MON": "10", "NUM": "2686", "PRO": "M", "SEC": "0", "YEA": "1887", "CITY": "FLOBECQ"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8395	vrithoff-alexis-1867-08-11	{"a3": "2687"}	{"lerrcp": "A3-2687"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexis", "family": "Vrithoff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "notime": null, "date-ut": "1867-08-11 04:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alexis", "family": "Vrithoff"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "date-ut": "1867-08-11 04:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2687"}, "ids-in-sources": {"a3": "2687"}}, "raw": {"H": "4", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "11", "LAT": "50N20", "LON": "4E30", "MON": "8", "NUM": "2687", "PRO": "M", "SEC": "0", "YEA": "1867", "CITY": "NAMUR"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8396	wacquez-florian-1870-08-01	{"a3": "2688"}	{"lerrcp": "A3-2688"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Florian", "family": "Wacquez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "BLANDAIN-TOURNA", "geoid": 0}, "notime": null, "date-ut": "1870-08-01 00:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Florian", "family": "Wacquez"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "BLANDAIN-TOURNA", "geoid": 0}, "date-ut": "1870-08-01 00:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2688"}, "ids-in-sources": {"a3": "2688"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "1", "LAT": "50N23", "LON": "4E30", "MON": "8", "NUM": "2688", "PRO": "M", "SEC": "0", "YEA": "1870", "CITY": "BLANDAIN-TOURNA"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8397	waeterrinckx-henri-1845-06-16	{"a3": "2689"}	{"lerrcp": "A3-2689"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Waeterrinckx", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1845-06-16 21:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Waeterrinckx"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1845-06-16 21:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2689"}, "ids-in-sources": {"a3": "2689"}}, "raw": {"H": "21", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "16", "LAT": "50N51", "LON": "4E15", "MON": "6", "NUM": "2689", "PRO": "M", "SEC": "0", "YEA": "1845", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8398	wahis-theophile-1844-04-27	{"a3": "2690"}	{"lerrcp": "A3-2690"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theophile", "family": "Wahis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "MENIN", "geoid": 0}, "notime": null, "date-ut": "1844-04-27 09:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Theophile", "family": "Wahis"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "MENIN", "geoid": 0}, "date-ut": "1844-04-27 09:47:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2690"}, "ids-in-sources": {"a3": "2690"}}, "raw": {"H": "9", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "27", "LAT": "51N13", "LON": "3E15", "MON": "4", "NUM": "2690", "PRO": "M", "SEC": "0", "YEA": "1844", "CITY": "MENIN"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8399	walhousen-francois-1866-06-14	{"a3": "2691"}	{"lerrcp": "A3-2691"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Walhousen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "RESTEIGNE", "geoid": 0}, "notime": null, "date-ut": "1866-06-14 07:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Walhousen"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "RESTEIGNE", "geoid": 0}, "date-ut": "1866-06-14 07:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2691"}, "ids-in-sources": {"a3": "2691"}}, "raw": {"H": "7", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "14", "LAT": "50N20", "LON": "4E30", "MON": "6", "NUM": "2691", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "RESTEIGNE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8400	wangermee-emile-1855-03-14	{"a3": "2692"}	{"lerrcp": "A3-2692"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Wangermee", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "TIRLEMONT", "geoid": 0}, "notime": null, "date-ut": "1855-03-14 20:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Wangermee"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "TIRLEMONT", "geoid": 0}, "date-ut": "1855-03-14 20:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2692"}, "ids-in-sources": {"a3": "2692"}}, "raw": {"H": "20", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "14", "LAT": "50N51", "LON": "4E15", "MON": "3", "NUM": "2692", "PRO": "M", "SEC": "0", "YEA": "1855", "CITY": "TIRLEMONT"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8401	gauquelin-a3-2693-1857-11-18	{"a3": "2693"}	{"lerrcp": "A3-2693"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2693", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1857-11-18 19:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2693"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1857-11-18 19:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2693"}, "ids-in-sources": {"a3": "2693"}}, "raw": {"H": "19", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "18", "LAT": "50N51", "LON": "4E15", "MON": "11", "NUM": "2693", "PRO": "M", "SEC": "0", "YEA": "1857", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8402	gauquelin-a3-2694-1874-05-25	{"a3": "2694"}	{"lerrcp": "A3-2694"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2694", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1874-05-25 19:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2694"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1874-05-25 19:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2694"}, "ids-in-sources": {"a3": "2694"}}, "raw": {"H": "19", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "25", "LAT": "50N51", "LON": "4E15", "MON": "5", "NUM": "2694", "PRO": "M", "SEC": "0", "YEA": "1874", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8403	wauters-edmond-1862-09-05	{"a3": "2695"}	{"lerrcp": "A3-2695"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Wauters", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1862-09-05 08:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Wauters"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1862-09-05 08:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2695"}, "ids-in-sources": {"a3": "2695"}}, "raw": {"H": "8", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "5", "LAT": "51N14", "LON": "4E30", "MON": "9", "NUM": "2695", "PRO": "M", "SEC": "0", "YEA": "1862", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8404	wauthier-omer-1875-07-03	{"a3": "2696"}	{"lerrcp": "A3-2696"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Omer", "family": "Wauthier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "DOISCHE", "geoid": 0}, "notime": null, "date-ut": "1875-07-03 21:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Omer", "family": "Wauthier"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "DOISCHE", "geoid": 0}, "date-ut": "1875-07-03 21:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2696"}, "ids-in-sources": {"a3": "2696"}}, "raw": {"H": "21", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "3", "LAT": "50N20", "LON": "4E30", "MON": "7", "NUM": "2696", "PRO": "M", "SEC": "0", "YEA": "1875", "CITY": "DOISCHE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8405	wautier-jean-1844-09-03	{"a3": "2697"}	{"lerrcp": "A3-2697"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Wautier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMECHE", "geoid": 0}, "notime": null, "date-ut": "1844-09-03 02:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Wautier"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMECHE", "geoid": 0}, "date-ut": "1844-09-03 02:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2697"}, "ids-in-sources": {"a3": "2697"}}, "raw": {"H": "2", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "3", "LAT": "50N20", "LON": "4E30", "MON": "9", "NUM": "2697", "PRO": "M", "SEC": "0", "YEA": "1844", "CITY": "NAMECHE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8406	wert-jules-1869-09-22	{"a3": "2698"}	{"lerrcp": "A3-2698"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Wert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "notime": null, "date-ut": "1869-09-22 09:57:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Wert"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "date-ut": "1869-09-22 09:57:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2698"}, "ids-in-sources": {"a3": "2698"}}, "raw": {"H": "9", "MN": "57", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "22", "LAT": "50N23", "LON": "4E30", "MON": "9", "NUM": "2698", "PRO": "M", "SEC": "0", "YEA": "1869", "CITY": "MONS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8407	gauquelin-a3-2699-1869-03-01	{"a3": "2699"}	{"lerrcp": "A3-2699"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2699", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "notime": null, "date-ut": "1869-03-01 07:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2699"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "date-ut": "1869-03-01 07:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2699"}, "ids-in-sources": {"a3": "2699"}}, "raw": {"H": "7", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "1", "LAT": "51N14", "LON": "4E30", "MON": "3", "NUM": "2699", "PRO": "M", "SEC": "0", "YEA": "1869", "CITY": "MALINES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8408	weyns-auguste-1854-06-26	{"a3": "2700"}	{"lerrcp": "A3-2700"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Weyns", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "LODELINSART", "geoid": 0}, "notime": null, "date-ut": "1854-06-26 08:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Weyns"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "LODELINSART", "geoid": 0}, "date-ut": "1854-06-26 08:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2700"}, "ids-in-sources": {"a3": "2700"}}, "raw": {"H": "8", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "26", "LAT": "50N23", "LON": "4E30", "MON": "6", "NUM": "2700", "PRO": "M", "SEC": "0", "YEA": "1854", "CITY": "LODELINSART"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8409	wiener-samson-1851-08-18	{"a3": "2701"}	{"lerrcp": "A3-2701"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Samson", "family": "Wiener", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1851-08-18 22:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Samson", "family": "Wiener"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1851-08-18 22:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2701"}, "ids-in-sources": {"a3": "2701"}}, "raw": {"H": "22", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "18", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "2701", "PRO": "M", "SEC": "0", "YEA": "1851", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8410	wille-rodolphe-1882-04-08	{"a3": "2702"}	{"lerrcp": "A3-2702"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rodolphe", "family": "Wille", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "KNESSELAERE", "geoid": 0}, "notime": null, "date-ut": "1882-04-08 08:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Rodolphe", "family": "Wille"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "KNESSELAERE", "geoid": 0}, "date-ut": "1882-04-08 08:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2702"}, "ids-in-sources": {"a3": "2702"}}, "raw": {"H": "8", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "8", "LAT": "51N 5", "LON": "3E45", "MON": "4", "NUM": "2702", "PRO": "M", "SEC": "0", "YEA": "1882", "CITY": "KNESSELAERE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8411	wilverth-etienne-1866-01-24	{"a3": "2703"}	{"lerrcp": "A3-2703"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Wilverth", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "notime": null, "date-ut": "1866-01-24 05:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Wilverth"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "date-ut": "1866-01-24 05:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2703"}, "ids-in-sources": {"a3": "2703"}}, "raw": {"H": "5", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "24", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "2703", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "SCHAERBEEK"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8412	windt-jean-1876-06-07	{"a3": "2704"}	{"lerrcp": "A3-2704"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Windt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ALOST", "geoid": 0}, "notime": null, "date-ut": "1876-06-07 11:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Windt"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ALOST", "geoid": 0}, "date-ut": "1876-06-07 11:15:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2704"}, "ids-in-sources": {"a3": "2704"}}, "raw": {"H": "11", "MN": "15", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "7", "LAT": "51N 5", "LON": "3E45", "MON": "6", "NUM": "2704", "PRO": "M", "SEC": "0", "YEA": "1876", "CITY": "ALOST"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8413	witterwulghe-georges-1871-12-24	{"a3": "2705"}	{"lerrcp": "A3-2705"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Witterwulghe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1871-12-24 13:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Witterwulghe"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1871-12-24 13:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2705"}, "ids-in-sources": {"a3": "2705"}}, "raw": {"H": "13", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "24", "LAT": "51N 5", "LON": "3E45", "MON": "12", "NUM": "2705", "PRO": "M", "SEC": "0", "YEA": "1871", "CITY": "GAND"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17950	capodanno-ferdinand-1909-09-30	{"e1": "318"}	{"lerrcp": "E1-318"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Capodanno", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-09-30 10:00", "note": null, "place": {"c1": null, "c2": "09", "c3": "", "cy": "FR", "lg": 1.6056, "lat": 42.8471, "name": "Tarascon-sur-Ariège", "geoid": 2973392}, "notime": null, "date-ut": "1909-09-30 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Capodanno"}, "birth": {"tzo": "+00:09", "date": "1909-09-30 10:00", "place": {"c2": "09", "c3": "", "cy": "FR", "lg": 1.6056, "lat": 42.8471, "name": "Tarascon-sur-Ariège", "geoid": 2973392}, "date-ut": "1909-09-30 09:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "318"}}, "raw": {"H": "10:00", "COD": "09", "DAY": "30", "MON": "09", "NUM": "0318", "PRO": "MI", "YEA": "1909", "CITY": "Tarascon sur Ariège", "NAME": "CAPODANNO Ferdinand", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
8415	zboinski-claude-1839-01-18	{"a3": "2707"}	{"lerrcp": "A3-2707"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Zboinski", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1839-01-18 23:08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Zboinski"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1839-01-18 23:08:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2707"}, "ids-in-sources": {"a3": "2707"}}, "raw": {"H": "23", "MN": "8", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "18", "LAT": "50N39", "LON": "5E30", "MON": "1", "NUM": "2707", "PRO": "M", "SEC": "0", "YEA": "1839", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8416	zimmer-emile-1889-02-17	{"a3": "2708"}	{"lerrcp": "A3-2708"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Zimmer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "LA ROCHE-EN-ARD", "geoid": 0}, "notime": null, "date-ut": "1889-02-17 05:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Zimmer"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "LA ROCHE-EN-ARD", "geoid": 0}, "date-ut": "1889-02-17 05:39:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2708"}, "ids-in-sources": {"a3": "2708"}}, "raw": {"H": "5", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "17", "LAT": "50N 2", "LON": "5E15", "MON": "2", "NUM": "2708", "PRO": "M", "SEC": "0", "YEA": "1889", "CITY": "LA ROCHE-EN-ARD"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8417	gauquelin-a3-2709-1881-07-24	{"a3": "2709"}	{"lerrcp": "A3-2709"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2709", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ZWIJNDRECHT", "geoid": 0}, "notime": null, "date-ut": "1881-07-24 08:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2709"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ZWIJNDRECHT", "geoid": 0}, "date-ut": "1881-07-24 08:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2709"}, "ids-in-sources": {"a3": "2709"}}, "raw": {"H": "8", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "24", "LAT": "51N14", "LON": "4E30", "MON": "7", "NUM": "2709", "PRO": "M", "SEC": "0", "YEA": "1881", "CITY": "ZWIJNDRECHT"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8418	antoine-maurice-1890-10-29	{"a3": "2710"}	{"lerrcp": "A3-2710"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Antoine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "notime": null, "date-ut": "1890-10-29 21:13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Antoine"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "date-ut": "1890-10-29 21:13:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2710"}, "ids-in-sources": {"a3": "2710"}}, "raw": {"H": "21", "MN": "13", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "29", "LAT": "50N51", "LON": "4E15", "MON": "10", "NUM": "2710", "PRO": "M", "SEC": "0", "YEA": "1890", "CITY": "IXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8419	artan-st-martin-l-1893-05-12	{"a3": "2711"}	{"lerrcp": "A3-2711"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Artan St Martin L", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "notime": null, "date-ut": "1893-05-12 00:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Artan St Martin L"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "date-ut": "1893-05-12 00:30:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2711"}, "ids-in-sources": {"a3": "2711"}}, "raw": {"H": "0", "MN": "30", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "12", "LAT": "50N51", "LON": "4E15", "MON": "5", "NUM": "2711", "PRO": "M", "SEC": "0", "YEA": "1893", "CITY": "IXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8420	aveau-frans-1882-11-22	{"a3": "2712"}	{"lerrcp": "A3-2712"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frans", "family": "Aveau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "FAMILLEUREUX-HE", "geoid": 0}, "notime": null, "date-ut": "1882-11-22 01:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Frans", "family": "Aveau"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "FAMILLEUREUX-HE", "geoid": 0}, "date-ut": "1882-11-22 01:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2712"}, "ids-in-sources": {"a3": "2712"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "22", "LAT": "50N23", "LON": "4E30", "MON": "11", "NUM": "2712", "PRO": "M", "SEC": "0", "YEA": "1882", "CITY": "FAMILLEUREUX-HE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8421	baele-etienne-1891-04-29	{"a3": "2713"}	{"lerrcp": "A3-2713"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Baele", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "BERCHEM-ANVERS", "geoid": 0}, "notime": null, "date-ut": "1891-04-29 12:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Baele"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "BERCHEM-ANVERS", "geoid": 0}, "date-ut": "1891-04-29 12:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2713"}, "ids-in-sources": {"a3": "2713"}}, "raw": {"H": "12", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "29", "LAT": "51N14", "LON": "4E30", "MON": "4", "NUM": "2713", "PRO": "M", "SEC": "0", "YEA": "1891", "CITY": "BERCHEM-ANVERS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8422	baix-guillaume-1852-07-16	{"a3": "2714"}	{"lerrcp": "A3-2714"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guillaume", "family": "Baix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1852-07-16 01:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Guillaume", "family": "Baix"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1852-07-16 01:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2714"}, "ids-in-sources": {"a3": "2714"}}, "raw": {"H": "1", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "16", "LAT": "50N39", "LON": "5E30", "MON": "7", "NUM": "2714", "PRO": "M", "SEC": "0", "YEA": "1852", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8423	bernard-leopold-1862-12-21	{"a3": "2715"}	{"lerrcp": "A3-2715"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leopold", "family": "Bernard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "AUBLAIN", "geoid": 0}, "notime": null, "date-ut": "1862-12-21 01:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Leopold", "family": "Bernard"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "AUBLAIN", "geoid": 0}, "date-ut": "1862-12-21 01:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2715"}, "ids-in-sources": {"a3": "2715"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "21", "LAT": "50N20", "LON": "4E30", "MON": "12", "NUM": "2715", "PRO": "M", "SEC": "0", "YEA": "1862", "CITY": "AUBLAIN"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8424	bernheim-louis-1861-09-01	{"a3": "2716"}	{"lerrcp": "A3-2716"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Bernheim", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-JOSSE-TEN-NO", "geoid": 0}, "notime": null, "date-ut": "1861-09-01 17:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Bernheim"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-JOSSE-TEN-NO", "geoid": 0}, "date-ut": "1861-09-01 17:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2716"}, "ids-in-sources": {"a3": "2716"}}, "raw": {"H": "17", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "1", "LAT": "50N51", "LON": "4E15", "MON": "9", "NUM": "2716", "PRO": "M", "SEC": "0", "YEA": "1861", "CITY": "ST-JOSSE-TEN-NO"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8425	bersaques-jean-1895-08-31	{"a3": "2717"}	{"lerrcp": "A3-2717"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bersaques", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1895-08-31 22:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bersaques"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1895-08-31 22:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2717"}, "ids-in-sources": {"a3": "2717"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "31", "LAT": "51N 5", "LON": "3E45", "MON": "8", "NUM": "2717", "PRO": "M", "SEC": "0", "YEA": "1895", "CITY": "GAND"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8426	bertrand-edmond-1836-01-24	{"a3": "2718"}	{"lerrcp": "A3-2718"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Bertrand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "DINANT", "geoid": 0}, "notime": null, "date-ut": "1836-01-24 18:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Bertrand"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "DINANT", "geoid": 0}, "date-ut": "1836-01-24 18:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2718"}, "ids-in-sources": {"a3": "2718"}}, "raw": {"H": "18", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "24", "LAT": "50N20", "LON": "4E30", "MON": "1", "NUM": "2718", "PRO": "M", "SEC": "0", "YEA": "1836", "CITY": "DINANT"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8427	bertrand-victor-1857-08-21	{"a3": "2719"}	{"lerrcp": "A3-2719"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Bertrand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1857-08-21 05:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Bertrand"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1857-08-21 05:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2719"}, "ids-in-sources": {"a3": "2719"}}, "raw": {"H": "5", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "21", "LAT": "50N39", "LON": "5E30", "MON": "8", "NUM": "2719", "PRO": "M", "SEC": "0", "YEA": "1857", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8428	bisschops-georges-1853-04-22	{"a3": "2720"}	{"lerrcp": "A3-2720"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Bisschops", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "SCHELLE", "geoid": 0}, "notime": null, "date-ut": "1853-04-22 19:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Bisschops"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "SCHELLE", "geoid": 0}, "date-ut": "1853-04-22 19:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2720"}, "ids-in-sources": {"a3": "2720"}}, "raw": {"H": "19", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "22", "LAT": "51N14", "LON": "4E30", "MON": "4", "NUM": "2720", "PRO": "M", "SEC": "0", "YEA": "1853", "CITY": "SCHELLE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8429	block-frederic-1888-01-16	{"a3": "2721"}	{"lerrcp": "A3-2721"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Block", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "WAVRE", "geoid": 0}, "notime": null, "date-ut": "1888-01-16 09:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Block"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "WAVRE", "geoid": 0}, "date-ut": "1888-01-16 09:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2721"}, "ids-in-sources": {"a3": "2721"}}, "raw": {"H": "9", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "16", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "2721", "PRO": "M", "SEC": "0", "YEA": "1888", "CITY": "WAVRE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8430	boel-gaston-1895-01-17	{"a3": "2722"}	{"lerrcp": "A3-2722"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Boel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ALOST", "geoid": 0}, "notime": null, "date-ut": "1895-01-17 08:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Boel"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ALOST", "geoid": 0}, "date-ut": "1895-01-17 08:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2722"}, "ids-in-sources": {"a3": "2722"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "17", "LAT": "51N 5", "LON": "3E45", "MON": "1", "NUM": "2722", "PRO": "M", "SEC": "0", "YEA": "1895", "CITY": "ALOST"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8431	gauquelin-a3-2723-1878-11-29	{"a3": "2723"}	{"lerrcp": "A3-2723"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2723", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "TERVUEREN", "geoid": 0}, "notime": null, "date-ut": "1878-11-29 12:13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2723"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "TERVUEREN", "geoid": 0}, "date-ut": "1878-11-29 12:13:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2723"}, "ids-in-sources": {"a3": "2723"}}, "raw": {"H": "12", "MN": "13", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "29", "LAT": "50N51", "LON": "4E15", "MON": "11", "NUM": "2723", "PRO": "M", "SEC": "0", "YEA": "1878", "CITY": "TERVUEREN"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8432	bottelgerghs-robert-1891-04-03	{"a3": "2724"}	{"lerrcp": "A3-2724"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Bottelgerghs", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1891-04-03 10:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Bottelgerghs"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1891-04-03 10:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2724"}, "ids-in-sources": {"a3": "2724"}}, "raw": {"H": "10", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "3", "LAT": "50N51", "LON": "4E15", "MON": "4", "NUM": "2724", "PRO": "M", "SEC": "0", "YEA": "1891", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8433	boulvin-auguste-1888-09-14	{"a3": "2725"}	{"lerrcp": "A3-2725"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Boulvin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "SAINT-AUBIN", "geoid": 0}, "notime": null, "date-ut": "1888-09-14 03:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Boulvin"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "SAINT-AUBIN", "geoid": 0}, "date-ut": "1888-09-14 03:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2725"}, "ids-in-sources": {"a3": "2725"}}, "raw": {"H": "3", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "14", "LAT": "50N20", "LON": "4E30", "MON": "9", "NUM": "2725", "PRO": "M", "SEC": "0", "YEA": "1888", "CITY": "SAINT-AUBIN"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8434	boumal-louis-1890-05-11	{"a3": "2726"}	{"lerrcp": "A3-2726"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Boumal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1890-05-11 15:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Boumal"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1890-05-11 15:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2726"}, "ids-in-sources": {"a3": "2726"}}, "raw": {"H": "15", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "11", "LAT": "50N39", "LON": "5E30", "MON": "5", "NUM": "2726", "PRO": "M", "SEC": "0", "YEA": "1890", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8435	bourg-damien-1870-03-12	{"a3": "2727"}	{"lerrcp": "A3-2727"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Damien", "family": "Bourg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "WEICHERDANGE", "geoid": 0}, "notime": null, "date-ut": "1870-03-12 08:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Damien", "family": "Bourg"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "WEICHERDANGE", "geoid": 0}, "date-ut": "1870-03-12 08:39:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2727"}, "ids-in-sources": {"a3": "2727"}}, "raw": {"H": "8", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "12", "LAT": "50N 2", "LON": "5E15", "MON": "3", "NUM": "2727", "PRO": "M", "SEC": "0", "YEA": "1870", "CITY": "WEICHERDANGE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8436	brabant-albert-1887-04-29	{"a3": "2728"}	{"lerrcp": "A3-2728"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Brabant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "DION-LE-MONT", "geoid": 0}, "notime": null, "date-ut": "1887-04-29 08:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Brabant"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "DION-LE-MONT", "geoid": 0}, "date-ut": "1887-04-29 08:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2728"}, "ids-in-sources": {"a3": "2728"}}, "raw": {"H": "8", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "29", "LAT": "50N51", "LON": "4E15", "MON": "4", "NUM": "2728", "PRO": "M", "SEC": "0", "YEA": "1887", "CITY": "DION-LE-MONT"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8437	bray-firmin-1847-08-28	{"a3": "2729"}	{"lerrcp": "A3-2729"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Firmin", "family": "Bray", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "THUIN", "geoid": 0}, "notime": null, "date-ut": "1847-08-28 19:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Firmin", "family": "Bray"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "THUIN", "geoid": 0}, "date-ut": "1847-08-28 19:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2729"}, "ids-in-sources": {"a3": "2729"}}, "raw": {"H": "19", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "28", "LAT": "50N23", "LON": "4E30", "MON": "8", "NUM": "2729", "PRO": "M", "SEC": "0", "YEA": "1847", "CITY": "THUIN"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8438	bremer-rene-1871-06-16	{"a3": "2730"}	{"lerrcp": "A3-2730"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Bremer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "SOMMIERES-LEZ-D", "geoid": 0}, "notime": null, "date-ut": "1871-06-16 17:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "René", "family": "Bremer"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "SOMMIERES-LEZ-D", "geoid": 0}, "date-ut": "1871-06-16 17:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2730"}, "ids-in-sources": {"a3": "2730"}}, "raw": {"H": "17", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "16", "LAT": "50N20", "LON": "4E30", "MON": "6", "NUM": "2730", "PRO": "M", "SEC": "0", "YEA": "1871", "CITY": "SOMMIERES-LEZ-D"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8439	brisbois-leon-1893-02-22	{"a3": "2731"}	{"lerrcp": "A3-2731"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Brisbois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "SERAING", "geoid": 0}, "notime": null, "date-ut": "1893-02-22 16:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Brisbois"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "SERAING", "geoid": 0}, "date-ut": "1893-02-22 16:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2731"}, "ids-in-sources": {"a3": "2731"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "22", "LAT": "50N39", "LON": "5E30", "MON": "2", "NUM": "2731", "PRO": "M", "SEC": "0", "YEA": "1893", "CITY": "SERAING"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8440	buffin-leopold-1839-01-23	{"a3": "2732"}	{"lerrcp": "A3-2732"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leopold", "family": "Buffin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "notime": null, "date-ut": "1839-01-23 06:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Leopold", "family": "Buffin"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "date-ut": "1839-01-23 06:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2732"}, "ids-in-sources": {"a3": "2732"}}, "raw": {"H": "6", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "23", "LAT": "50N23", "LON": "4E30", "MON": "1", "NUM": "2732", "PRO": "M", "SEC": "0", "YEA": "1839", "CITY": "TOURNAI"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8441	burch-rodolphe-1844-09-21	{"a3": "2733"}	{"lerrcp": "A3-2733"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rodolphe", "family": "Burch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1844-09-21 12:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Rodolphe", "family": "Burch"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1844-09-21 12:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2733"}, "ids-in-sources": {"a3": "2733"}}, "raw": {"H": "12", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "21", "LAT": "50N51", "LON": "4E15", "MON": "9", "NUM": "2733", "PRO": "M", "SEC": "0", "YEA": "1844", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8442	bureau-leon-1869-08-08	{"a3": "2734"}	{"lerrcp": "A3-2734"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Bureau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "SPY", "geoid": 0}, "notime": null, "date-ut": "1869-08-08 21:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Bureau"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "SPY", "geoid": 0}, "date-ut": "1869-08-08 21:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2734"}, "ids-in-sources": {"a3": "2734"}}, "raw": {"H": "21", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "8", "LAT": "50N20", "LON": "4E30", "MON": "8", "NUM": "2734", "PRO": "M", "SEC": "0", "YEA": "1869", "CITY": "SPY"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8443	burguet-laurentius-1866-04-06	{"a3": "2735"}	{"lerrcp": "A3-2735"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Laurentius", "family": "Burguet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1866-04-06 05:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Laurentius", "family": "Burguet"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1866-04-06 05:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2735"}, "ids-in-sources": {"a3": "2735"}}, "raw": {"H": "5", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "6", "LAT": "51N14", "LON": "4E30", "MON": "4", "NUM": "2735", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8444	bussy-leopold-1890-02-26	{"a3": "2736"}	{"lerrcp": "A3-2736"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leopold", "family": "Bussy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CHIMAY", "geoid": 0}, "notime": null, "date-ut": "1890-02-26 09:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Leopold", "family": "Bussy"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CHIMAY", "geoid": 0}, "date-ut": "1890-02-26 09:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2736"}, "ids-in-sources": {"a3": "2736"}}, "raw": {"H": "9", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "26", "LAT": "50N23", "LON": "4E30", "MON": "2", "NUM": "2736", "PRO": "M", "SEC": "0", "YEA": "1890", "CITY": "CHIMAY"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8445	callant-jules-1882-06-16	{"a3": "2737"}	{"lerrcp": "A3-2737"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Callant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CHARLEROI", "geoid": 0}, "notime": null, "date-ut": "1882-06-16 22:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Callant"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CHARLEROI", "geoid": 0}, "date-ut": "1882-06-16 22:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2737"}, "ids-in-sources": {"a3": "2737"}}, "raw": {"H": "22", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "16", "LAT": "50N23", "LON": "4E30", "MON": "6", "NUM": "2737", "PRO": "M", "SEC": "0", "YEA": "1882", "CITY": "CHARLEROI"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8446	callemeyn-victor-1895-02-20	{"a3": "2738"}	{"lerrcp": "A3-2738"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Callemeyn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "COURTRAI", "geoid": 0}, "notime": null, "date-ut": "1895-02-20 05:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Callemeyn"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "COURTRAI", "geoid": 0}, "date-ut": "1895-02-20 05:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2738"}, "ids-in-sources": {"a3": "2738"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "20", "LAT": "51N13", "LON": "3E15", "MON": "2", "NUM": "2738", "PRO": "M", "SEC": "0", "YEA": "1895", "CITY": "COURTRAI"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8447	gauquelin-a3-2739-1798-11-14	{"a3": "2739"}	{"lerrcp": "A3-2739"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2739", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "notime": null, "date-ut": "1798-11-14 19:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2739"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "date-ut": "1798-11-14 19:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2739"}, "ids-in-sources": {"a3": "2739"}}, "raw": {"H": "19", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "14", "LAT": "50N23", "LON": "4E30", "MON": "11", "NUM": "2739", "PRO": "M", "SEC": "0", "YEA": "1798", "CITY": "MONS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8448	cassiers-jean-1879-02-22	{"a3": "2740"}	{"lerrcp": "A3-2740"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Cassiers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "KRUISHOUTEM", "geoid": 0}, "notime": null, "date-ut": "1879-02-22 01:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Cassiers"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "KRUISHOUTEM", "geoid": 0}, "date-ut": "1879-02-22 01:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2740"}, "ids-in-sources": {"a3": "2740"}}, "raw": {"H": "1", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "22", "LAT": "51N 5", "LON": "3E45", "MON": "2", "NUM": "2740", "PRO": "M", "SEC": "0", "YEA": "1879", "CITY": "KRUISHOUTEM"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8449	caubergh-alfred-1891-01-09	{"a3": "2741"}	{"lerrcp": "A3-2741"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Caubergh", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "notime": null, "date-ut": "1891-01-09 20:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Caubergh"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "date-ut": "1891-01-09 20:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2741"}, "ids-in-sources": {"a3": "2741"}}, "raw": {"H": "20", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "9", "LAT": "50N20", "LON": "4E30", "MON": "1", "NUM": "2741", "PRO": "M", "SEC": "0", "YEA": "1891", "CITY": "NAMUR"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8450	gauquelin-a3-2742-1858-05-27	{"a3": "2742"}	{"lerrcp": "A3-2742"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2742", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "notime": null, "date-ut": "1858-05-27 11:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2742"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "date-ut": "1858-05-27 11:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2742"}, "ids-in-sources": {"a3": "2742"}}, "raw": {"H": "11", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "27", "LAT": "51N14", "LON": "4E30", "MON": "5", "NUM": "2742", "PRO": "M", "SEC": "0", "YEA": "1858", "CITY": "MALINES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8451	chapelie-paul-1840-06-25	{"a3": "2743"}	{"lerrcp": "A3-2743"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Chapelie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1840-06-25 00:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Chapelie"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1840-06-25 00:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2743"}, "ids-in-sources": {"a3": "2743"}}, "raw": {"H": "0", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "25", "LAT": "50N51", "LON": "4E15", "MON": "6", "NUM": "2743", "PRO": "M", "SEC": "0", "YEA": "1840", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8452	ciselet-marcel-1890-05-15	{"a3": "2744"}	{"lerrcp": "A3-2744"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Ciselet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1890-05-15 21:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Ciselet"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1890-05-15 21:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2744"}, "ids-in-sources": {"a3": "2744"}}, "raw": {"H": "21", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "15", "LAT": "51N14", "LON": "4E30", "MON": "5", "NUM": "2744", "PRO": "M", "SEC": "0", "YEA": "1890", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8453	clarinval-arsene-1864-12-07	{"a3": "2745"}	{"lerrcp": "A3-2745"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arsène", "family": "Clarinval", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "JEMEPPE-S/MEUSE", "geoid": 0}, "notime": null, "date-ut": "1864-12-07 22:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Arsène", "family": "Clarinval"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "JEMEPPE-S/MEUSE", "geoid": 0}, "date-ut": "1864-12-07 22:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2745"}, "ids-in-sources": {"a3": "2745"}}, "raw": {"H": "22", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "7", "LAT": "50N39", "LON": "5E30", "MON": "12", "NUM": "2745", "PRO": "M", "SEC": "0", "YEA": "1864", "CITY": "JEMEPPE-S/MEUSE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8454	clooten-henri-1849-06-15	{"a3": "2746"}	{"lerrcp": "A3-2746"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Clooten", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1849-06-15 17:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Clooten"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1849-06-15 17:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2746"}, "ids-in-sources": {"a3": "2746"}}, "raw": {"H": "17", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "15", "LAT": "50N51", "LON": "4E15", "MON": "6", "NUM": "2746", "PRO": "M", "SEC": "0", "YEA": "1849", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8455	coenen-michel-1897-08-11	{"a3": "2747"}	{"lerrcp": "A3-2747"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Coenen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1897-08-11 20:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Coenen"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1897-08-11 20:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2747"}, "ids-in-sources": {"a3": "2747"}}, "raw": {"H": "20", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "11", "LAT": "51N14", "LON": "4E30", "MON": "8", "NUM": "2747", "PRO": "M", "SEC": "0", "YEA": "1897", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8456	coet-cajetan-1897-11-30	{"a3": "2748"}	{"lerrcp": "A3-2748"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cajetan", "family": "Coet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "TURNHOUT", "geoid": 0}, "notime": null, "date-ut": "1897-11-30 06:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Cajetan", "family": "Coet"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "TURNHOUT", "geoid": 0}, "date-ut": "1897-11-30 06:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2748"}, "ids-in-sources": {"a3": "2748"}}, "raw": {"H": "6", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "30", "LAT": "51N14", "LON": "4E30", "MON": "11", "NUM": "2748", "PRO": "M", "SEC": "0", "YEA": "1897", "CITY": "TURNHOUT"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8457	collyns-charles-1864-01-27	{"a3": "2749"}	{"lerrcp": "A3-2749"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Collyns", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1864-01-27 16:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Collyns"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1864-01-27 16:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2749"}, "ids-in-sources": {"a3": "2749"}}, "raw": {"H": "16", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "27", "LAT": "50N39", "LON": "5E30", "MON": "1", "NUM": "2749", "PRO": "M", "SEC": "0", "YEA": "1864", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8458	collyns-louis-1860-07-25	{"a3": "2750"}	{"lerrcp": "A3-2750"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Collyns", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1860-07-25 02:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Collyns"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1860-07-25 02:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2750"}, "ids-in-sources": {"a3": "2750"}}, "raw": {"H": "2", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "25", "LAT": "50N39", "LON": "5E30", "MON": "7", "NUM": "2750", "PRO": "M", "SEC": "0", "YEA": "1860", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8459	gauquelin-a3-2751-1877-11-30	{"a3": "2751"}	{"lerrcp": "A3-2751"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2751", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "TERMONDE", "geoid": 0}, "notime": null, "date-ut": "1877-11-30 01:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2751"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "TERMONDE", "geoid": 0}, "date-ut": "1877-11-30 01:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2751"}, "ids-in-sources": {"a3": "2751"}}, "raw": {"H": "1", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "30", "LAT": "51N 5", "LON": "3E45", "MON": "11", "NUM": "2751", "PRO": "M", "SEC": "0", "YEA": "1877", "CITY": "TERMONDE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8460	coomans-charles-1894-04-13	{"a3": "2752"}	{"lerrcp": "A3-2752"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Coomans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "NIMY", "geoid": 0}, "notime": null, "date-ut": "1894-04-13 03:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Coomans"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "NIMY", "geoid": 0}, "date-ut": "1894-04-13 03:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2752"}, "ids-in-sources": {"a3": "2752"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "13", "LAT": "50N23", "LON": "4E30", "MON": "4", "NUM": "2752", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "NIMY"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8461	coppens-houthulst-willy-1892-07-06	{"a3": "2753"}	{"lerrcp": "A3-2753"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Coppens Houthulst Willy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "WATERMAEL-BOITS", "geoid": 0}, "notime": null, "date-ut": "1892-07-06 16:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Coppens Houthulst Willy"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "WATERMAEL-BOITS", "geoid": 0}, "date-ut": "1892-07-06 16:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2753"}, "ids-in-sources": {"a3": "2753"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "6", "LAT": "50N51", "LON": "4E15", "MON": "7", "NUM": "2753", "PRO": "M", "SEC": "0", "YEA": "1892", "CITY": "WATERMAEL-BOITS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8462	cornesse-william-1890-03-13	{"a3": "2754"}	{"lerrcp": "A3-2754"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Cornesse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "STAVELOT", "geoid": 0}, "notime": null, "date-ut": "1890-03-13 09:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "William", "family": "Cornesse"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "STAVELOT", "geoid": 0}, "date-ut": "1890-03-13 09:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2754"}, "ids-in-sources": {"a3": "2754"}}, "raw": {"H": "9", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "13", "LAT": "50N39", "LON": "5E30", "MON": "3", "NUM": "2754", "PRO": "M", "SEC": "0", "YEA": "1890", "CITY": "STAVELOT"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17951	capsec-laporterie-jean-1906-05-07	{"e1": "319"}	{"lerrcp": "E1-319"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Capsec-Laporterie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-05-07 06:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.71779, "lat": 44.8955, "name": "Saint-Médard-en-Jalles", "geoid": 2978072}, "notime": null, "date-ut": "1906-05-07 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Capsec-Laporterie"}, "birth": {"tzo": "+00:09", "date": "1906-05-07 06:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.71779, "lat": 44.8955, "name": "Saint-Médard-en-Jalles", "geoid": 2978072}, "date-ut": "1906-05-07 05:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "319"}}, "raw": {"H": "06:00", "COD": "33", "DAY": "07", "MON": "05", "NUM": "0319", "PRO": "PH", "YEA": "1906", "CITY": "St Médard en Jalles", "NAME": "CAPSEC-LAPORTERIE Jean", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
8464	cremers-leon-1897-05-07	{"a3": "2756"}	{"lerrcp": "A3-2756"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Cremers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ZWYNAERDE-LEZ-G", "geoid": 0}, "notime": null, "date-ut": "1897-05-07 16:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Cremers"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ZWYNAERDE-LEZ-G", "geoid": 0}, "date-ut": "1897-05-07 16:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2756"}, "ids-in-sources": {"a3": "2756"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "7", "LAT": "51N 5", "LON": "3E45", "MON": "5", "NUM": "2756", "PRO": "M", "SEC": "0", "YEA": "1897", "CITY": "ZWYNAERDE-LEZ-G"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8465	crouquet-1874-10-02	{"a3": "2757"}	{"lerrcp": "A3-2757"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Crouquet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "notime": null, "date-ut": "1874-10-02 14:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Crouquet"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "date-ut": "1874-10-02 14:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2757"}, "ids-in-sources": {"a3": "2757"}}, "raw": {"H": "14", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "2", "LAT": "50N23", "LON": "4E30", "MON": "10", "NUM": "2757", "PRO": "M", "SEC": "0", "YEA": "1874", "CITY": "MONS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8466	cubber-leon-1893-02-23	{"a3": "2758"}	{"lerrcp": "A3-2758"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Cubber", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ANDERLECHT-BRUX", "geoid": 0}, "notime": null, "date-ut": "1893-02-23 11:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Cubber"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ANDERLECHT-BRUX", "geoid": 0}, "date-ut": "1893-02-23 11:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2758"}, "ids-in-sources": {"a3": "2758"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "23", "LAT": "50N51", "LON": "4E15", "MON": "2", "NUM": "2758", "PRO": "M", "SEC": "0", "YEA": "1893", "CITY": "ANDERLECHT-BRUX"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8467	cumont-adolphe-1873-08-15	{"a3": "2759"}	{"lerrcp": "A3-2759"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Cumont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ALOST", "geoid": 0}, "notime": null, "date-ut": "1873-08-15 06:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Cumont"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ALOST", "geoid": 0}, "date-ut": "1873-08-15 06:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2759"}, "ids-in-sources": {"a3": "2759"}}, "raw": {"H": "6", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "15", "LAT": "51N 5", "LON": "3E45", "MON": "8", "NUM": "2759", "PRO": "M", "SEC": "0", "YEA": "1873", "CITY": "ALOST"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8468	cuvelier-eugene-1858-02-11	{"a3": "2760"}	{"lerrcp": "A3-2760"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Cuvelier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "FLORENVILLE", "geoid": 0}, "notime": null, "date-ut": "1858-02-11 12:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Cuvelier"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "FLORENVILLE", "geoid": 0}, "date-ut": "1858-02-11 12:39:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2760"}, "ids-in-sources": {"a3": "2760"}}, "raw": {"H": "12", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "11", "LAT": "50N 2", "LON": "5E15", "MON": "2", "NUM": "2760", "PRO": "M", "SEC": "0", "YEA": "1858", "CITY": "FLORENVILLE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8469	daelman-felix-1836-03-11	{"a3": "2761"}	{"lerrcp": "A3-2761"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Daelman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "notime": null, "date-ut": "1836-03-11 23:32:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Daelman"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "date-ut": "1836-03-11 23:32:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2761"}, "ids-in-sources": {"a3": "2761"}}, "raw": {"H": "23", "MN": "32", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "11", "LAT": "51N13", "LON": "3E15", "MON": "3", "NUM": "2761", "PRO": "M", "SEC": "0", "YEA": "1836", "CITY": "BRUGES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8470	gauquelin-a3-2762-1873-05-26	{"a3": "2762"}	{"lerrcp": "A3-2762"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2762", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1873-05-26 06:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2762"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1873-05-26 06:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2762"}, "ids-in-sources": {"a3": "2762"}}, "raw": {"H": "6", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "26", "LAT": "50N51", "LON": "4E15", "MON": "5", "NUM": "2762", "PRO": "M", "SEC": "0", "YEA": "1873", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8471	damry-charles-1889-12-11	{"a3": "2763"}	{"lerrcp": "A3-2763"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Damry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1889-12-11 03:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Damry"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1889-12-11 03:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2763"}, "ids-in-sources": {"a3": "2763"}}, "raw": {"H": "3", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "11", "LAT": "51N14", "LON": "4E30", "MON": "12", "NUM": "2763", "PRO": "M", "SEC": "0", "YEA": "1889", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8472	gauquelin-a3-2764-1892-12-15	{"a3": "2764"}	{"lerrcp": "A3-2764"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2764", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "notime": null, "date-ut": "1892-12-15 05:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2764"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "date-ut": "1892-12-15 05:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2764"}, "ids-in-sources": {"a3": "2764"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "15", "LAT": "51N13", "LON": "3E15", "MON": "12", "NUM": "2764", "PRO": "M", "SEC": "0", "YEA": "1892", "CITY": "BRUGES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8473	dansart-georges-1876-01-21	{"a3": "2765"}	{"lerrcp": "A3-2765"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Dansart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1876-01-21 07:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Dansart"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1876-01-21 07:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2765"}, "ids-in-sources": {"a3": "2765"}}, "raw": {"H": "7", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "21", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "2765", "PRO": "M", "SEC": "0", "YEA": "1876", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8474	dardenne-camille-1896-11-12	{"a3": "2766"}	{"lerrcp": "A3-2766"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Dardenne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "ANDENNE-HOUYET", "geoid": 0}, "notime": null, "date-ut": "1896-11-12 18:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Dardenne"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "ANDENNE-HOUYET", "geoid": 0}, "date-ut": "1896-11-12 18:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2766"}, "ids-in-sources": {"a3": "2766"}}, "raw": {"H": "18", "MN": "0", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "12", "LAT": "50N20", "LON": "4E30", "MON": "11", "NUM": "2766", "PRO": "M", "SEC": "0", "YEA": "1896", "CITY": "ANDENNE-HOUYET"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8475	daufresne-chevalerie-guy-1904-08-08	{"a3": "2767"}	{"lerrcp": "A3-2767"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Daufresne Chevalerie Guy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "notime": null, "date-ut": "1904-08-08 08:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Daufresne Chevalerie Guy"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "date-ut": "1904-08-08 08:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2767"}, "ids-in-sources": {"a3": "2767"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "8", "LAT": "51N13", "LON": "3E15", "MON": "8", "NUM": "2767", "PRO": "M", "SEC": "0", "YEA": "1904", "CITY": "BRUGES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8476	debroey-emile-1885-08-01	{"a3": "2768"}	{"lerrcp": "A3-2768"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Debroey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "GELINDEN-LEZ-ST", "geoid": 0}, "notime": null, "date-ut": "1885-08-01 19:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Debroey"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "GELINDEN-LEZ-ST", "geoid": 0}, "date-ut": "1885-08-01 19:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2768"}, "ids-in-sources": {"a3": "2768"}}, "raw": {"H": "19", "MN": "38", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "1", "LAT": "50N47", "LON": "5E30", "MON": "8", "NUM": "2768", "PRO": "M", "SEC": "0", "YEA": "1885", "CITY": "GELINDEN-LEZ-ST"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8477	dechamps-francois-1885-04-17	{"a3": "2769"}	{"lerrcp": "A3-2769"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Dechamps", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1885-04-17 22:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Dechamps"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1885-04-17 22:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2769"}, "ids-in-sources": {"a3": "2769"}}, "raw": {"H": "22", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "17", "LAT": "50N51", "LON": "4E15", "MON": "4", "NUM": "2769", "PRO": "M", "SEC": "0", "YEA": "1885", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8478	deguise-victor-1855-12-22	{"a3": "2770"}	{"lerrcp": "A3-2770"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Deguise", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1855-12-22 08:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Deguise"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1855-12-22 08:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2770"}, "ids-in-sources": {"a3": "2770"}}, "raw": {"H": "8", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "22", "LAT": "50N39", "LON": "5E30", "MON": "12", "NUM": "2770", "PRO": "M", "SEC": "0", "YEA": "1855", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8479	dejaiffe-auguste-1864-02-20	{"a3": "2771"}	{"lerrcp": "A3-2771"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Dejaiffe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "MORNIMONT", "geoid": 0}, "notime": null, "date-ut": "1864-02-20 06:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Dejaiffe"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "MORNIMONT", "geoid": 0}, "date-ut": "1864-02-20 06:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2771"}, "ids-in-sources": {"a3": "2771"}}, "raw": {"H": "6", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "20", "LAT": "50N20", "LON": "4E30", "MON": "2", "NUM": "2771", "PRO": "M", "SEC": "0", "YEA": "1864", "CITY": "MORNIMONT"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8480	dejardin-charles-1828-12-12	{"a3": "2772"}	{"lerrcp": "A3-2772"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Dejardin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "notime": null, "date-ut": "1828-12-12 13:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Dejardin"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "date-ut": "1828-12-12 13:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2772"}, "ids-in-sources": {"a3": "2772"}}, "raw": {"H": "13", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "12", "LAT": "50N23", "LON": "4E30", "MON": "12", "NUM": "2772", "PRO": "M", "SEC": "0", "YEA": "1828", "CITY": "MONS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8481	delbauve-v-1864-12-08	{"a3": "2773"}	{"lerrcp": "A3-2773"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "V", "family": "Delbauve", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "notime": null, "date-ut": "1864-12-08 21:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "V", "family": "Delbauve"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "date-ut": "1864-12-08 21:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2773"}, "ids-in-sources": {"a3": "2773"}}, "raw": {"H": "21", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "8", "LAT": "50N23", "LON": "4E30", "MON": "12", "NUM": "2773", "PRO": "M", "SEC": "0", "YEA": "1864", "CITY": "MONS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8482	delsinne-edmond-1893-12-24	{"a3": "2774"}	{"lerrcp": "A3-2774"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Delsinne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "HACQUEGNIES", "geoid": 0}, "notime": null, "date-ut": "1893-12-24 23:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Delsinne"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "HACQUEGNIES", "geoid": 0}, "date-ut": "1893-12-24 23:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2774"}, "ids-in-sources": {"a3": "2774"}}, "raw": {"H": "23", "MN": "0", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "24", "LAT": "50N23", "LON": "4E30", "MON": "12", "NUM": "2774", "PRO": "M", "SEC": "0", "YEA": "1893", "CITY": "HACQUEGNIES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8483	demanet-arsene-1884-01-08	{"a3": "2775"}	{"lerrcp": "A3-2775"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arsène", "family": "Demanet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1884-01-08 23:08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Arsène", "family": "Demanet"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1884-01-08 23:08:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2775"}, "ids-in-sources": {"a3": "2775"}}, "raw": {"H": "23", "MN": "8", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "8", "LAT": "50N39", "LON": "5E30", "MON": "1", "NUM": "2775", "PRO": "M", "SEC": "0", "YEA": "1884", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8484	demuyter-ernest-1893-03-23	{"a3": "2776"}	{"lerrcp": "A3-2776"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Demuyter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1893-03-23 04:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Demuyter"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1893-03-23 04:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2776"}, "ids-in-sources": {"a3": "2776"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "23", "LAT": "51N 5", "LON": "3E45", "MON": "3", "NUM": "2776", "PRO": "M", "SEC": "0", "YEA": "1893", "CITY": "GAND"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17952	carayon-andre-1915-11-20	{"e1": "320"}	{"lerrcp": "E1-320"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Carayon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-11-20 08:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "notime": null, "date-ut": "1915-11-20 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Carayon"}, "birth": {"tzo": "+00:00", "date": "1915-11-20 08:00", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "date-ut": "1915-11-20 08:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "320"}}, "raw": {"H": "08:00", "COD": "66", "DAY": "20", "MON": "11", "NUM": "0320", "PRO": "MI", "YEA": "1915", "CITY": "Perpignan", "NAME": "CARAYON André", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
8486	deppe-auguste-1853-03-18	{"a3": "2778"}	{"lerrcp": "A3-2778"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Deppe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "notime": null, "date-ut": "1853-03-18 08:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Deppe"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "date-ut": "1853-03-18 08:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2778"}, "ids-in-sources": {"a3": "2778"}}, "raw": {"H": "8", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "18", "LAT": "51N14", "LON": "4E30", "MON": "3", "NUM": "2778", "PRO": "M", "SEC": "0", "YEA": "1853", "CITY": "MALINES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8487	desclee-1886-06-11	{"a3": "2779"}	{"lerrcp": "A3-2779"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Desclee", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ST-GHISLAIN", "geoid": 0}, "notime": null, "date-ut": "1886-06-11 00:57:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Desclee"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ST-GHISLAIN", "geoid": 0}, "date-ut": "1886-06-11 00:57:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2779"}, "ids-in-sources": {"a3": "2779"}}, "raw": {"H": "0", "MN": "57", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "11", "LAT": "50N23", "LON": "4E30", "MON": "6", "NUM": "2779", "PRO": "M", "SEC": "0", "YEA": "1886", "CITY": "ST-GHISLAIN"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8488	dessent-fenand-1877-11-25	{"a3": "2780"}	{"lerrcp": "A3-2780"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fenand", "family": "Dessent", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "JUMET", "geoid": 0}, "notime": null, "date-ut": "1877-11-25 16:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Fenand", "family": "Dessent"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "JUMET", "geoid": 0}, "date-ut": "1877-11-25 16:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2780"}, "ids-in-sources": {"a3": "2780"}}, "raw": {"H": "16", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "25", "LAT": "50N23", "LON": "4E30", "MON": "11", "NUM": "2780", "PRO": "M", "SEC": "0", "YEA": "1877", "CITY": "JUMET"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8489	detail-alfred-1862-05-07	{"a3": "2781"}	{"lerrcp": "A3-2781"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Detail", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "notime": null, "date-ut": "1862-05-07 03:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Detail"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "date-ut": "1862-05-07 03:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2781"}, "ids-in-sources": {"a3": "2781"}}, "raw": {"H": "3", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "7", "LAT": "50N23", "LON": "4E30", "MON": "5", "NUM": "2781", "PRO": "M", "SEC": "0", "YEA": "1862", "CITY": "MONS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8490	doncker-jacques-1893-08-21	{"a3": "2782"}	{"lerrcp": "A3-2782"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Doncker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ERPS-QUERBS", "geoid": 0}, "notime": null, "date-ut": "1893-08-21 04:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Doncker"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ERPS-QUERBS", "geoid": 0}, "date-ut": "1893-08-21 04:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2782"}, "ids-in-sources": {"a3": "2782"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "21", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "2782", "PRO": "M", "SEC": "0", "YEA": "1893", "CITY": "ERPS-QUERBS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8491	dossin-st-georges-emile-1854-07-18	{"a3": "2783"}	{"lerrcp": "A3-2783"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Dossin St Georges Emile", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1854-07-18 13:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Dossin St Georges Emile"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1854-07-18 13:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2783"}, "ids-in-sources": {"a3": "2783"}}, "raw": {"H": "13", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "18", "LAT": "50N39", "LON": "5E30", "MON": "7", "NUM": "2783", "PRO": "M", "SEC": "0", "YEA": "1854", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8492	drubbel-honore-1855-12-02	{"a3": "2784"}	{"lerrcp": "A3-2784"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Honoré", "family": "Drubbel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "OOSTACKER", "geoid": 0}, "notime": null, "date-ut": "1855-12-02 21:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Honoré", "family": "Drubbel"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "OOSTACKER", "geoid": 0}, "date-ut": "1855-12-02 21:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2784"}, "ids-in-sources": {"a3": "2784"}}, "raw": {"H": "21", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "2", "LAT": "51N 5", "LON": "3E45", "MON": "12", "NUM": "2784", "PRO": "M", "SEC": "0", "YEA": "1855", "CITY": "OOSTACKER"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8493	ducarne-victor-1845-04-25	{"a3": "2785"}	{"lerrcp": "A3-2785"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Ducarne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "notime": null, "date-ut": "1845-04-25 21:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Ducarne"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "date-ut": "1845-04-25 21:12:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2785"}, "ids-in-sources": {"a3": "2785"}}, "raw": {"H": "21", "MN": "12", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "25", "LAT": "50N20", "LON": "4E30", "MON": "4", "NUM": "2785", "PRO": "M", "SEC": "0", "YEA": "1845", "CITY": "NAMUR"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8494	dumon-louis-1875-10-10	{"a3": "2786"}	{"lerrcp": "A3-2786"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Dumon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1875-10-10 02:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Dumon"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1875-10-10 02:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2786"}, "ids-in-sources": {"a3": "2786"}}, "raw": {"H": "2", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "10", "LAT": "50N51", "LON": "4E15", "MON": "10", "NUM": "2786", "PRO": "M", "SEC": "0", "YEA": "1875", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8495	dumont-charles-1890-05-18	{"a3": "2787"}	{"lerrcp": "A3-2787"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Dumont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "notime": null, "date-ut": "1890-05-18 22:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Dumont"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "date-ut": "1890-05-18 22:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2787"}, "ids-in-sources": {"a3": "2787"}}, "raw": {"H": "22", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "18", "LAT": "50N20", "LON": "4E30", "MON": "5", "NUM": "2787", "PRO": "M", "SEC": "0", "YEA": "1890", "CITY": "NAMUR"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8496	gauquelin-a3-2788-1895-05-22	{"a3": "2788"}	{"lerrcp": "A3-2788"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2788", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "SERAING", "geoid": 0}, "notime": null, "date-ut": "1895-05-22 17:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2788"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "SERAING", "geoid": 0}, "date-ut": "1895-05-22 17:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2788"}, "ids-in-sources": {"a3": "2788"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "22", "LAT": "50N39", "LON": "5E30", "MON": "5", "NUM": "2788", "PRO": "M", "SEC": "0", "YEA": "1895", "CITY": "SERAING"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8497	dupont-maurice-1896-06-28	{"a3": "2789"}	{"lerrcp": "A3-2789"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Dupont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ATH", "geoid": 0}, "notime": null, "date-ut": "1896-06-28 21:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Dupont"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ATH", "geoid": 0}, "date-ut": "1896-06-28 21:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2789"}, "ids-in-sources": {"a3": "2789"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "28", "LAT": "50N23", "LON": "4E30", "MON": "6", "NUM": "2789", "PRO": "M", "SEC": "0", "YEA": "1896", "CITY": "ATH"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8498	dusch-jean-1898-05-04	{"a3": "2790"}	{"lerrcp": "A3-2790"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Dusch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1898-05-04 21:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Dusch"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1898-05-04 21:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2790"}, "ids-in-sources": {"a3": "2790"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "4", "LAT": "50N39", "LON": "5E30", "MON": "5", "NUM": "2790", "PRO": "M", "SEC": "0", "YEA": "1898", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8499	duthoy-frans-1882-05-09	{"a3": "2791"}	{"lerrcp": "A3-2791"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frans", "family": "Duthoy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "DIXMUDE", "geoid": 0}, "notime": null, "date-ut": "1882-05-09 02:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Frans", "family": "Duthoy"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "DIXMUDE", "geoid": 0}, "date-ut": "1882-05-09 02:47:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2791"}, "ids-in-sources": {"a3": "2791"}}, "raw": {"H": "2", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "9", "LAT": "51N13", "LON": "3E15", "MON": "5", "NUM": "2791", "PRO": "M", "SEC": "0", "YEA": "1882", "CITY": "DIXMUDE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8500	gauquelin-a3-2792-1881-05-26	{"a3": "2792"}	{"lerrcp": "A3-2792"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2792", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "TIRLEMONT", "geoid": 0}, "notime": null, "date-ut": "1881-05-26 19:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2792"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "TIRLEMONT", "geoid": 0}, "date-ut": "1881-05-26 19:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2792"}, "ids-in-sources": {"a3": "2792"}}, "raw": {"H": "19", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "26", "LAT": "50N51", "LON": "4E15", "MON": "5", "NUM": "2792", "PRO": "M", "SEC": "0", "YEA": "1881", "CITY": "TIRLEMONT"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8501	gauquelin-a3-2793-1895-12-18	{"a3": "2793"}	{"lerrcp": "A3-2793"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2793", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "HALLE", "geoid": 0}, "notime": null, "date-ut": "1895-12-18 03:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2793"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "HALLE", "geoid": 0}, "date-ut": "1895-12-18 03:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2793"}, "ids-in-sources": {"a3": "2793"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "18", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "2793", "PRO": "M", "SEC": "0", "YEA": "1895", "CITY": "HALLE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8502	eckstein-serge-1888-11-10	{"a3": "2794"}	{"lerrcp": "A3-2794"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Serge", "family": "Eckstein", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1888-11-10 09:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Serge", "family": "Eckstein"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1888-11-10 09:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2794"}, "ids-in-sources": {"a3": "2794"}}, "raw": {"H": "9", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "10", "LAT": "51N14", "LON": "4E30", "MON": "11", "NUM": "2794", "PRO": "M", "SEC": "0", "YEA": "1888", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8503	eewens-alexis-1805-06-29	{"a3": "2795"}	{"lerrcp": "A3-2795"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexis", "family": "Eewens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1805-06-29 16:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alexis", "family": "Eewens"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1805-06-29 16:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2795"}, "ids-in-sources": {"a3": "2795"}}, "raw": {"H": "16", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "29", "LAT": "50N51", "LON": "4E15", "MON": "6", "NUM": "2795", "PRO": "M", "SEC": "0", "YEA": "1805", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8504	elegem-charles-1885-11-01	{"a3": "2796"}	{"lerrcp": "A3-2796"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Elegem", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MOLENBEEK", "geoid": 0}, "notime": null, "date-ut": "1885-11-01 00:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Elegem"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MOLENBEEK", "geoid": 0}, "date-ut": "1885-11-01 00:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2796"}, "ids-in-sources": {"a3": "2796"}}, "raw": {"H": "0", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "1", "LAT": "50N51", "LON": "4E15", "MON": "11", "NUM": "2796", "PRO": "M", "SEC": "0", "YEA": "1885", "CITY": "MOLENBEEK"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8505	emelen-jean-1875-12-02	{"a3": "2797"}	{"lerrcp": "A3-2797"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Emelen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "notime": null, "date-ut": "1875-12-02 06:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Emelen"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "date-ut": "1875-12-02 06:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2797"}, "ids-in-sources": {"a3": "2797"}}, "raw": {"H": "6", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "2", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "2797", "PRO": "M", "SEC": "0", "YEA": "1875", "CITY": "LOUVAIN"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8506	evrard-fernand-1891-05-02	{"a3": "2798"}	{"lerrcp": "A3-2798"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Evrard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "ROCHEFORT", "geoid": 0}, "notime": null, "date-ut": "1891-05-02 07:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Evrard"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "ROCHEFORT", "geoid": 0}, "date-ut": "1891-05-02 07:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2798"}, "ids-in-sources": {"a3": "2798"}}, "raw": {"H": "7", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "2", "LAT": "50N20", "LON": "4E30", "MON": "5", "NUM": "2798", "PRO": "M", "SEC": "0", "YEA": "1891", "CITY": "ROCHEFORT"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8507	gauquelin-a3-2799-1865-05-10	{"a3": "2799"}	{"lerrcp": "A3-2799"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2799", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "LOMPREZ", "geoid": 0}, "notime": null, "date-ut": "1865-05-10 03:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2799"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "LOMPREZ", "geoid": 0}, "date-ut": "1865-05-10 03:39:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2799"}, "ids-in-sources": {"a3": "2799"}}, "raw": {"H": "3", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "10", "LAT": "50N 2", "LON": "5E15", "MON": "5", "NUM": "2799", "PRO": "M", "SEC": "0", "YEA": "1865", "CITY": "LOMPREZ"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8508	evrard-marcel-1897-02-12	{"a3": "2800"}	{"lerrcp": "A3-2800"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Evrard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1897-02-12 09:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Evrard"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1897-02-12 09:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2800"}, "ids-in-sources": {"a3": "2800"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "12", "LAT": "50N39", "LON": "5E30", "MON": "2", "NUM": "2800", "PRO": "M", "SEC": "0", "YEA": "1897", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8509	faille-leverghem-andre-1887-08-05	{"a3": "2801"}	{"lerrcp": "A3-2801"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Faille Leverghem Andre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "BRASSCHAET", "geoid": 0}, "notime": null, "date-ut": "1887-08-05 22:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Faille Leverghem Andre"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "BRASSCHAET", "geoid": 0}, "date-ut": "1887-08-05 22:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2801"}, "ids-in-sources": {"a3": "2801"}}, "raw": {"H": "22", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "5", "LAT": "51N14", "LON": "4E30", "MON": "8", "NUM": "2801", "PRO": "M", "SEC": "0", "YEA": "1887", "CITY": "BRASSCHAET"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8510	fierlant-dormer-adrien-1882-01-31	{"a3": "2802"}	{"lerrcp": "A3-2802"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrien", "family": "Fierlant-Dormer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1882-01-31 09:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adrien", "family": "Fierlant-Dormer"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1882-01-31 09:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2802"}, "ids-in-sources": {"a3": "2802"}}, "raw": {"H": "9", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "31", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "2802", "PRO": "M", "SEC": "0", "YEA": "1882", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8511	flebus-pierre-1865-06-06	{"a3": "2803"}	{"lerrcp": "A3-2803"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Flebus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1865-06-06 03:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Flebus"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1865-06-06 03:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2803"}, "ids-in-sources": {"a3": "2803"}}, "raw": {"H": "3", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "6", "LAT": "50N39", "LON": "5E30", "MON": "6", "NUM": "2803", "PRO": "M", "SEC": "0", "YEA": "1865", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8512	foucart-gabriel-1885-06-03	{"a3": "2804"}	{"lerrcp": "A3-2804"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Foucart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "notime": null, "date-ut": "1885-06-03 13:58:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Foucart"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "date-ut": "1885-06-03 13:58:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2804"}, "ids-in-sources": {"a3": "2804"}}, "raw": {"H": "13", "MN": "58", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "3", "LAT": "50N51", "LON": "4E15", "MON": "6", "NUM": "2804", "PRO": "M", "SEC": "0", "YEA": "1885", "CITY": "IXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8513	fouillien-marc-1894-07-27	{"a3": "2805"}	{"lerrcp": "A3-2805"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marc", "family": "Fouillien", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1894-07-27 12:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marc", "family": "Fouillien"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1894-07-27 12:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2805"}, "ids-in-sources": {"a3": "2805"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "27", "LAT": "51N14", "LON": "4E30", "MON": "7", "NUM": "2805", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8514	galler-dreze-robert-1887-12-16	{"a3": "2806"}	{"lerrcp": "A3-2806"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Galler-Dreze", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1887-12-16 12:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Galler-Dreze"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1887-12-16 12:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2806"}, "ids-in-sources": {"a3": "2806"}}, "raw": {"H": "12", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "16", "LAT": "50N39", "LON": "5E30", "MON": "12", "NUM": "2806", "PRO": "M", "SEC": "0", "YEA": "1887", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8515	gallet-emile-1870-12-13	{"a3": "2807"}	{"lerrcp": "A3-2807"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Gallet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ERPION", "geoid": 0}, "notime": null, "date-ut": "1870-12-13 07:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Gallet"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ERPION", "geoid": 0}, "date-ut": "1870-12-13 07:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2807"}, "ids-in-sources": {"a3": "2807"}}, "raw": {"H": "7", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "13", "LAT": "50N23", "LON": "4E30", "MON": "12", "NUM": "2807", "PRO": "M", "SEC": "0", "YEA": "1870", "CITY": "ERPION"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8516	garnier-alfred-1887-05-15	{"a3": "2808"}	{"lerrcp": "A3-2808"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Garnier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "DOUR", "geoid": 0}, "notime": null, "date-ut": "1887-05-15 04:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Garnier"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "DOUR", "geoid": 0}, "date-ut": "1887-05-15 04:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2808"}, "ids-in-sources": {"a3": "2808"}}, "raw": {"H": "4", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "15", "LAT": "50N23", "LON": "4E30", "MON": "5", "NUM": "2808", "PRO": "M", "SEC": "0", "YEA": "1887", "CITY": "DOUR"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8517	geel-henri-1888-07-22	{"a3": "2809"}	{"lerrcp": "A3-2809"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Geel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "notime": null, "date-ut": "1888-07-22 16:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Geel"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "date-ut": "1888-07-22 16:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2809"}, "ids-in-sources": {"a3": "2809"}}, "raw": {"H": "16", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "22", "LAT": "50N51", "LON": "4E15", "MON": "7", "NUM": "2809", "PRO": "M", "SEC": "0", "YEA": "1888", "CITY": "SCHAERBEEK"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8518	george-henri-1848-01-20	{"a3": "2810"}	{"lerrcp": "A3-2810"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "George", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1848-01-20 09:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henri", "family": "George"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1848-01-20 09:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2810"}, "ids-in-sources": {"a3": "2810"}}, "raw": {"H": "9", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "20", "LAT": "51N 5", "LON": "3E45", "MON": "1", "NUM": "2810", "PRO": "M", "SEC": "0", "YEA": "1848", "CITY": "GAND"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8519	gauquelin-a3-2811-1889-03-16	{"a3": "2811"}	{"lerrcp": "A3-2811"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2811", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1889-03-16 00:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2811"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1889-03-16 00:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2811"}, "ids-in-sources": {"a3": "2811"}}, "raw": {"H": "0", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "16", "LAT": "50N39", "LON": "5E30", "MON": "3", "NUM": "2811", "PRO": "M", "SEC": "0", "YEA": "1889", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8520	gerlache-gomery-adrien-1866-08-02	{"a3": "2812"}	{"lerrcp": "A3-2812"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gerlache Gomery Adrien", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "HASSELT", "geoid": 0}, "notime": null, "date-ut": "1866-08-02 07:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gerlache Gomery Adrien"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "HASSELT", "geoid": 0}, "date-ut": "1866-08-02 07:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2812"}, "ids-in-sources": {"a3": "2812"}}, "raw": {"H": "7", "MN": "38", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "2", "LAT": "50N47", "LON": "5E30", "MON": "8", "NUM": "2812", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "HASSELT"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8521	gilles-joseph-1878-06-10	{"a3": "2813"}	{"lerrcp": "A3-2813"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Gilles", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "SCLESSIN-OUGREE", "geoid": 0}, "notime": null, "date-ut": "1878-06-10 09:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Gilles"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "SCLESSIN-OUGREE", "geoid": 0}, "date-ut": "1878-06-10 09:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2813"}, "ids-in-sources": {"a3": "2813"}}, "raw": {"H": "9", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "10", "LAT": "50N39", "LON": "5E30", "MON": "6", "NUM": "2813", "PRO": "M", "SEC": "0", "YEA": "1878", "CITY": "SCLESSIN-OUGREE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8522	gisseleire-albert-1895-12-31	{"a3": "2814"}	{"lerrcp": "A3-2814"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Gisseleire", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1895-12-31 23:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Gisseleire"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1895-12-31 23:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2814"}, "ids-in-sources": {"a3": "2814"}}, "raw": {"H": "23", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "31", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "2814", "PRO": "M", "SEC": "0", "YEA": "1895", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8523	gauquelin-a3-2815-1888-09-16	{"a3": "2815"}	{"lerrcp": "A3-2815"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2815", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "BERCHEM-LEZ-AUDE", "geoid": 0}, "notime": null, "date-ut": "1888-09-16 08:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2815"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "BERCHEM-LEZ-AUDE", "geoid": 0}, "date-ut": "1888-09-16 08:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2815"}, "ids-in-sources": {"a3": "2815"}}, "raw": {"H": "8", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "16", "LAT": "51N 5", "LON": "3E45", "MON": "9", "NUM": "2815", "PRO": "M", "SEC": "0", "YEA": "1888", "CITY": "BERCHEM-LEZ-AUDE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8524	gauquelin-a3-2816-1891-08-14	{"a3": "2816"}	{"lerrcp": "A3-2816"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2816", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "WESTMEERBEEK", "geoid": 0}, "notime": null, "date-ut": "1891-08-14 16:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2816"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "WESTMEERBEEK", "geoid": 0}, "date-ut": "1891-08-14 16:12:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2816"}, "ids-in-sources": {"a3": "2816"}}, "raw": {"H": "16", "MN": "12", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "14", "LAT": "51N14", "LON": "4E30", "MON": "8", "NUM": "2816", "PRO": "M", "SEC": "0", "YEA": "1891", "CITY": "WESTMEERBEEK"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8525	goethals-jacques-1889-11-18	{"a3": "2817"}	{"lerrcp": "A3-2817"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Goethals", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "COURTRAI", "geoid": 0}, "notime": null, "date-ut": "1889-11-18 07:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Goethals"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "COURTRAI", "geoid": 0}, "date-ut": "1889-11-18 07:47:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2817"}, "ids-in-sources": {"a3": "2817"}}, "raw": {"H": "7", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "18", "LAT": "51N13", "LON": "3E15", "MON": "11", "NUM": "2817", "PRO": "M", "SEC": "0", "YEA": "1889", "CITY": "COURTRAI"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8526	goussencourt-paul-1892-01-14	{"a3": "2818"}	{"lerrcp": "A3-2818"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Goussencourt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "OBOURG", "geoid": 0}, "notime": null, "date-ut": "1892-01-14 06:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Goussencourt"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "OBOURG", "geoid": 0}, "date-ut": "1892-01-14 06:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2818"}, "ids-in-sources": {"a3": "2818"}}, "raw": {"H": "6", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "14", "LAT": "50N23", "LON": "4E30", "MON": "1", "NUM": "2818", "PRO": "M", "SEC": "0", "YEA": "1892", "CITY": "OBOURG"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8527	gauquelin-a3-2819-1822-09-01	{"a3": "2819"}	{"lerrcp": "A3-2819"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2819", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ATH", "geoid": 0}, "notime": null, "date-ut": "1822-09-01 08:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2819"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ATH", "geoid": 0}, "date-ut": "1822-09-01 08:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2819"}, "ids-in-sources": {"a3": "2819"}}, "raw": {"H": "8", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "1", "LAT": "50N23", "LON": "4E30", "MON": "9", "NUM": "2819", "PRO": "M", "SEC": "0", "YEA": "1822", "CITY": "ATH"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8528	gauquelin-a3-2820-1900-08-31	{"a3": "2820"}	{"lerrcp": "A3-2820"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2820", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "HALLE", "geoid": 0}, "notime": null, "date-ut": "1900-08-31 02:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2820"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "HALLE", "geoid": 0}, "date-ut": "1900-08-31 02:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2820"}, "ids-in-sources": {"a3": "2820"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "31", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "2820", "PRO": "M", "SEC": "0", "YEA": "1900", "CITY": "HALLE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8529	gruber-servais-1894-04-05	{"a3": "2821"}	{"lerrcp": "A3-2821"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Servais", "family": "Gruber", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "ETTELBRUCK", "geoid": 0}, "notime": null, "date-ut": "1894-04-05 18:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Servais", "family": "Gruber"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "ETTELBRUCK", "geoid": 0}, "date-ut": "1894-04-05 18:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2821"}, "ids-in-sources": {"a3": "2821"}}, "raw": {"H": "18", "MN": "0", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "5", "LAT": "50N 2", "LON": "5E15", "MON": "4", "NUM": "2821", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "ETTELBRUCK"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8530	hanciau-paul-1885-01-26	{"a3": "2822"}	{"lerrcp": "A3-2822"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Hanciau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "notime": null, "date-ut": "1885-01-26 18:13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Hanciau"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "date-ut": "1885-01-26 18:13:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2822"}, "ids-in-sources": {"a3": "2822"}}, "raw": {"H": "18", "MN": "13", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "26", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "2822", "PRO": "M", "SEC": "0", "YEA": "1885", "CITY": "IXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8531	hanoteau-1853-10-08	{"a3": "2823"}	{"lerrcp": "A3-2823"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Hanoteau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "SOMBREFFE", "geoid": 0}, "notime": null, "date-ut": "1853-10-08 10:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Hanoteau"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "SOMBREFFE", "geoid": 0}, "date-ut": "1853-10-08 10:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2823"}, "ids-in-sources": {"a3": "2823"}}, "raw": {"H": "10", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "8", "LAT": "50N20", "LON": "4E30", "MON": "10", "NUM": "2823", "PRO": "M", "SEC": "0", "YEA": "1853", "CITY": "SOMBREFFE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17953	cardot-jean-1920-05-09	{"e1": "321"}	{"lerrcp": "E1-321"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Cardot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-05-09 03:00", "note": null, "place": {"c1": null, "c2": "73", "c3": "", "cy": "FR", "lg": 5.92079, "lat": 45.56628, "name": "Chambéry", "geoid": 3027422}, "notime": null, "date-ut": "1920-05-09 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Cardot"}, "birth": {"tzo": "+01:00", "date": "1920-05-09 03:00", "place": {"c2": "73", "c3": "", "cy": "FR", "lg": 5.92079, "lat": 45.56628, "name": "Chambéry", "geoid": 3027422}, "date-ut": "1920-05-09 02:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "321"}}, "raw": {"H": "03:00", "COD": "73", "DAY": "09", "MON": "05", "NUM": "0321", "PRO": "MI", "YEA": "1920", "CITY": "Chambéry", "NAME": "CARDOT Jean", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
8533	gauquelin-a3-2825-1868-12-09	{"a3": "2825"}	{"lerrcp": "A3-2825"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2825", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "notime": null, "date-ut": "1868-12-09 21:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2825"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "date-ut": "1868-12-09 21:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2825"}, "ids-in-sources": {"a3": "2825"}}, "raw": {"H": "21", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "9", "LAT": "51N14", "LON": "4E30", "MON": "12", "NUM": "2825", "PRO": "M", "SEC": "0", "YEA": "1868", "CITY": "MALINES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8534	hennequin-emile-1838-08-12	{"a3": "2826"}	{"lerrcp": "A3-2826"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Hennequin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1838-08-12 00:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Hennequin"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1838-08-12 00:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2826"}, "ids-in-sources": {"a3": "2826"}}, "raw": {"H": "0", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "12", "LAT": "50N39", "LON": "5E30", "MON": "8", "NUM": "2826", "PRO": "M", "SEC": "0", "YEA": "1838", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8535	hennequin-1884-11-02	{"a3": "2827"}	{"lerrcp": "A3-2827"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Hennequin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "YPRES", "geoid": 0}, "notime": null, "date-ut": "1884-11-02 02:17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Hennequin"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "YPRES", "geoid": 0}, "date-ut": "1884-11-02 02:17:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2827"}, "ids-in-sources": {"a3": "2827"}}, "raw": {"H": "2", "MN": "17", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "2", "LAT": "51N13", "LON": "3E15", "MON": "11", "NUM": "2827", "PRO": "M", "SEC": "0", "YEA": "1884", "CITY": "YPRES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8536	henning-raoul-de-1879-03-13	{"a3": "2828"}	{"lerrcp": "A3-2828"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Henning Raoul de", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-JOSSE-TEN-NO", "geoid": 0}, "notime": null, "date-ut": "1879-03-13 10:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Henning Raoul de"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-JOSSE-TEN-NO", "geoid": 0}, "date-ut": "1879-03-13 10:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2828"}, "ids-in-sources": {"a3": "2828"}}, "raw": {"H": "10", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "13", "LAT": "50N51", "LON": "4E15", "MON": "3", "NUM": "2828", "PRO": "M", "SEC": "0", "YEA": "1879", "CITY": "ST-JOSSE-TEN-NO"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8537	herman-edouard-1896-08-25	{"a3": "2829"}	{"lerrcp": "A3-2829"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Herman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1896-08-25 22:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Herman"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1896-08-25 22:30:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2829"}, "ids-in-sources": {"a3": "2829"}}, "raw": {"H": "22", "MN": "30", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "25", "LAT": "51N14", "LON": "4E30", "MON": "8", "NUM": "2829", "PRO": "M", "SEC": "0", "YEA": "1896", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8538	hoornaert-hector-1866-01-10	{"a3": "2830"}	{"lerrcp": "A3-2830"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hector", "family": "Hoornaert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "HELCHIN", "geoid": 0}, "notime": null, "date-ut": "1866-01-10 16:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hector", "family": "Hoornaert"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "HELCHIN", "geoid": 0}, "date-ut": "1866-01-10 16:47:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2830"}, "ids-in-sources": {"a3": "2830"}}, "raw": {"H": "16", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "10", "LAT": "51N13", "LON": "3E15", "MON": "1", "NUM": "2830", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "HELCHIN"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8539	hulet-armand-1897-11-22	{"a3": "2831"}	{"lerrcp": "A3-2831"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Hulet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "notime": null, "date-ut": "1897-11-22 06:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Hulet"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "date-ut": "1897-11-22 06:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2831"}, "ids-in-sources": {"a3": "2831"}}, "raw": {"H": "6", "MN": "0", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "22", "LAT": "50N20", "LON": "4E30", "MON": "11", "NUM": "2831", "PRO": "M", "SEC": "0", "YEA": "1897", "CITY": "NAMUR"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8540	jacmart-camille-1821-01-15	{"a3": "2832"}	{"lerrcp": "A3-2832"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Jacmart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "notime": null, "date-ut": "1821-01-15 02:28:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Jacmart"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "date-ut": "1821-01-15 02:28:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2832"}, "ids-in-sources": {"a3": "2832"}}, "raw": {"H": "2", "MN": "28", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "15", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "2832", "PRO": "M", "SEC": "0", "YEA": "1821", "CITY": "LOUVAIN"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8541	jacoby-adolphe-1888-08-17	{"a3": "2833"}	{"lerrcp": "A3-2833"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Jacoby", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "GRANDMENIL", "geoid": 0}, "notime": null, "date-ut": "1888-08-17 07:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Jacoby"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "GRANDMENIL", "geoid": 0}, "date-ut": "1888-08-17 07:39:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2833"}, "ids-in-sources": {"a3": "2833"}}, "raw": {"H": "7", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "17", "LAT": "50N 2", "LON": "5E15", "MON": "8", "NUM": "2833", "PRO": "M", "SEC": "0", "YEA": "1888", "CITY": "GRANDMENIL"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8542	gauquelin-a3-2834-1891-06-03	{"a3": "2834"}	{"lerrcp": "A3-2834"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2834", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "HERVE", "geoid": 0}, "notime": null, "date-ut": "1891-06-03 01:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2834"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "HERVE", "geoid": 0}, "date-ut": "1891-06-03 01:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2834"}, "ids-in-sources": {"a3": "2834"}}, "raw": {"H": "1", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "3", "LAT": "50N39", "LON": "5E30", "MON": "6", "NUM": "2834", "PRO": "M", "SEC": "0", "YEA": "1891", "CITY": "HERVE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8543	gauquelin-a3-2835-1825-08-03	{"a3": "2835"}	{"lerrcp": "A3-2835"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2835", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1825-08-03 10:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2835"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1825-08-03 10:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2835"}, "ids-in-sources": {"a3": "2835"}}, "raw": {"H": "10", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "3", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "2835", "PRO": "M", "SEC": "0", "YEA": "1825", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8544	jonghe-ardoye-andre-1861-08-26	{"a3": "2836"}	{"lerrcp": "A3-2836"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Jonghe Ardoye Andre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "RHODE-ST-GENESE", "geoid": 0}, "notime": null, "date-ut": "1861-08-26 15:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Jonghe Ardoye Andre"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "RHODE-ST-GENESE", "geoid": 0}, "date-ut": "1861-08-26 15:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2836"}, "ids-in-sources": {"a3": "2836"}}, "raw": {"H": "15", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "26", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "2836", "PRO": "M", "SEC": "0", "YEA": "1861", "CITY": "RHODE-ST-GENESE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8545	jooris-robert-1892-11-14	{"a3": "2837"}	{"lerrcp": "A3-2837"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Jooris", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "notime": null, "date-ut": "1892-11-14 05:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Jooris"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "date-ut": "1892-11-14 05:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2837"}, "ids-in-sources": {"a3": "2837"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "14", "LAT": "50N51", "LON": "4E15", "MON": "11", "NUM": "2837", "PRO": "M", "SEC": "0", "YEA": "1892", "CITY": "IXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8546	joostens-emmanuel-1864-01-09	{"a3": "2838"}	{"lerrcp": "A3-2838"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emmanuel", "family": "Joostens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1864-01-09 00:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emmanuel", "family": "Joostens"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1864-01-09 00:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2838"}, "ids-in-sources": {"a3": "2838"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "9", "LAT": "51N14", "LON": "4E30", "MON": "1", "NUM": "2838", "PRO": "M", "SEC": "0", "YEA": "1864", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8547	jungbluth-harry-1847-04-27	{"a3": "2839"}	{"lerrcp": "A3-2839"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Harry", "family": "Jungbluth", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "notime": null, "date-ut": "1847-04-27 17:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Harry", "family": "Jungbluth"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "date-ut": "1847-04-27 17:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2839"}, "ids-in-sources": {"a3": "2839"}}, "raw": {"H": "17", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "27", "LAT": "50N23", "LON": "4E30", "MON": "4", "NUM": "2839", "PRO": "M", "SEC": "0", "YEA": "1847", "CITY": "MONS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8548	kasel-gabriel-1897-03-07	{"a3": "2840"}	{"lerrcp": "A3-2840"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Kasel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "ARLON", "geoid": 0}, "notime": null, "date-ut": "1897-03-07 07:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Kasel"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "ARLON", "geoid": 0}, "date-ut": "1897-03-07 07:30:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2840"}, "ids-in-sources": {"a3": "2840"}}, "raw": {"H": "7", "MN": "30", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "7", "LAT": "50N 2", "LON": "5E15", "MON": "3", "NUM": "2840", "PRO": "M", "SEC": "0", "YEA": "1897", "CITY": "ARLON"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8549	kervyn-lettenhove-charles-1892-10-29	{"a3": "2841"}	{"lerrcp": "A3-2841"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Kervyn Lettenhove Charles", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "WACKEN", "geoid": 0}, "notime": null, "date-ut": "1892-10-29 21:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Kervyn Lettenhove Charles"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "WACKEN", "geoid": 0}, "date-ut": "1892-10-29 21:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2841"}, "ids-in-sources": {"a3": "2841"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "29", "LAT": "51N13", "LON": "3E15", "MON": "10", "NUM": "2841", "PRO": "M", "SEC": "0", "YEA": "1892", "CITY": "WACKEN"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17954	carette-alain-1929-09-03	{"e1": "322"}	{"lerrcp": "E1-322"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Carette", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1929-09-03 17:15", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.27485, "lat": 48.91936, "name": "Bois-Colombes", "geoid": 3032070}, "notime": null, "date-ut": "1929-09-03 16:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Alain", "family": "Carette"}, "birth": {"tzo": "+01:00", "date": "1929-09-03 17:15", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.27485, "lat": 48.91936, "name": "Bois-Colombes", "geoid": 3032070}, "date-ut": "1929-09-03 16:15"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "322"}}, "raw": {"H": "17:15", "COD": "92", "DAY": "03", "MON": "09", "NUM": "0322", "PRO": "EX", "YEA": "1929", "CITY": "Bois-Colombes", "NAME": "CARETTE Alain", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
8551	labio-adrianus-1887-11-12	{"a3": "2843"}	{"lerrcp": "A3-2843"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrianus", "family": "Labio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OSTENDE", "geoid": 0}, "notime": null, "date-ut": "1887-11-12 15:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adrianus", "family": "Labio"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OSTENDE", "geoid": 0}, "date-ut": "1887-11-12 15:47:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2843"}, "ids-in-sources": {"a3": "2843"}}, "raw": {"H": "15", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "12", "LAT": "51N13", "LON": "3E15", "MON": "11", "NUM": "2843", "PRO": "M", "SEC": "0", "YEA": "1887", "CITY": "OSTENDE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8552	lagrange-robert-1891-03-18	{"a3": "2844"}	{"lerrcp": "A3-2844"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Lagrange", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "notime": null, "date-ut": "1891-03-18 05:13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Lagrange"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "date-ut": "1891-03-18 05:13:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2844"}, "ids-in-sources": {"a3": "2844"}}, "raw": {"H": "5", "MN": "13", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "18", "LAT": "50N51", "LON": "4E15", "MON": "3", "NUM": "2844", "PRO": "M", "SEC": "0", "YEA": "1891", "CITY": "IXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8553	lahire-pierre-1864-01-16	{"a3": "2845"}	{"lerrcp": "A3-2845"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Lahire", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "notime": null, "date-ut": "1864-01-16 15:27:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Lahire"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "date-ut": "1864-01-16 15:27:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2845"}, "ids-in-sources": {"a3": "2845"}}, "raw": {"H": "15", "MN": "27", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "16", "LAT": "50N23", "LON": "4E30", "MON": "1", "NUM": "2845", "PRO": "M", "SEC": "0", "YEA": "1864", "CITY": "MONS"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8554	lallemand-nestor-1889-03-15	{"a3": "2846"}	{"lerrcp": "A3-2846"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nestor", "family": "Lallemand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "VIRTON", "geoid": 0}, "notime": null, "date-ut": "1889-03-15 00:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Nestor", "family": "Lallemand"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "VIRTON", "geoid": 0}, "date-ut": "1889-03-15 00:39:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2846"}, "ids-in-sources": {"a3": "2846"}}, "raw": {"H": "0", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "15", "LAT": "50N 2", "LON": "5E15", "MON": "3", "NUM": "2846", "PRO": "M", "SEC": "0", "YEA": "1889", "CITY": "VIRTON"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8555	lauwens-francois-1868-03-09	{"a3": "2847"}	{"lerrcp": "A3-2847"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Lauwens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1868-03-09 13:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Lauwens"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1868-03-09 13:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2847"}, "ids-in-sources": {"a3": "2847"}}, "raw": {"H": "13", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "9", "LAT": "50N51", "LON": "4E15", "MON": "3", "NUM": "2847", "PRO": "M", "SEC": "0", "YEA": "1868", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8556	lebon-pierre-1888-06-09	{"a3": "2848"}	{"lerrcp": "A3-2848"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Lebon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "notime": null, "date-ut": "1888-06-09 08:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Lebon"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "date-ut": "1888-06-09 08:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2848"}, "ids-in-sources": {"a3": "2848"}}, "raw": {"H": "8", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "9", "LAT": "50N51", "LON": "4E15", "MON": "6", "NUM": "2848", "PRO": "M", "SEC": "0", "YEA": "1888", "CITY": "SCHAERBEEK"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8557	lekeux-henri-1874-06-21	{"a3": "2849"}	{"lerrcp": "A3-2849"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Lekeux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "GRAND HALLEUX", "geoid": 0}, "notime": null, "date-ut": "1874-06-21 05:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Lekeux"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "GRAND HALLEUX", "geoid": 0}, "date-ut": "1874-06-21 05:39:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2849"}, "ids-in-sources": {"a3": "2849"}}, "raw": {"H": "5", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "21", "LAT": "50N 2", "LON": "5E15", "MON": "6", "NUM": "2849", "PRO": "M", "SEC": "0", "YEA": "1874", "CITY": "GRAND HALLEUX"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8558	le-maire-octave-1830-09-23	{"a3": "2850"}	{"lerrcp": "A3-2850"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Octave", "family": "Le Maire", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "TERMONDE", "geoid": 0}, "notime": null, "date-ut": "1830-09-23 19:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Octave", "family": "Le Maire"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "TERMONDE", "geoid": 0}, "date-ut": "1830-09-23 19:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2850"}, "ids-in-sources": {"a3": "2850"}}, "raw": {"H": "19", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "23", "LAT": "51N 5", "LON": "3E45", "MON": "9", "NUM": "2850", "PRO": "M", "SEC": "0", "YEA": "1830", "CITY": "TERMONDE"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8559	gauquelin-a3-2851-1851-01-08	{"a3": "2851"}	{"lerrcp": "A3-2851"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2851", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1851-01-08 05:53:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2851"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1851-01-08 05:53:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2851"}, "ids-in-sources": {"a3": "2851"}}, "raw": {"H": "5", "MN": "53", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "8", "LAT": "50N39", "LON": "5E30", "MON": "1", "NUM": "2851", "PRO": "M", "SEC": "0", "YEA": "1851", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8560	lemercier-1863-01-24	{"a3": "2852"}	{"lerrcp": "A3-2852"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Lemercier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ECAUSSINES-LALAI", "geoid": 0}, "notime": null, "date-ut": "1863-01-24 20:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Lemercier"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ECAUSSINES-LALAI", "geoid": 0}, "date-ut": "1863-01-24 20:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2852"}, "ids-in-sources": {"a3": "2852"}}, "raw": {"H": "20", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "24", "LAT": "50N23", "LON": "4E30", "MON": "1", "NUM": "2852", "PRO": "M", "SEC": "0", "YEA": "1863", "CITY": "ECAUSSINES-LALAI"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17955	carette-albert-1917-05-14	{"e1": "323"}	{"lerrcp": "E1-323"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Carette", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-05-14 21:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.06802, "lat": 46.03624, "name": "Roanne", "geoid": 2983362}, "notime": null, "date-ut": "1917-05-14 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Carette"}, "birth": {"tzo": "+01:00", "date": "1917-05-14 21:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.06802, "lat": 46.03624, "name": "Roanne", "geoid": 2983362}, "date-ut": "1917-05-14 20:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "323"}}, "raw": {"H": "21:00", "COD": "42", "DAY": "14", "MON": "05", "NUM": "0323", "PRO": "MI", "YEA": "1917", "CITY": "Roanne", "NAME": "CARETTE Albert", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
8561	gauquelin-a3-2854-1867-03-12	{"a3": "2854"}	{"lerrcp": "A3-2854"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2854", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "TOURINES-ST-LAM", "geoid": 0}, "notime": null, "date-ut": "1867-03-12 10:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2854"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "TOURINES-ST-LAM", "geoid": 0}, "date-ut": "1867-03-12 10:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2854"}, "ids-in-sources": {"a3": "2854"}}, "raw": {"H": "10", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "12", "LAT": "50N51", "LON": "4E15", "MON": "3", "NUM": "2854", "PRO": "M", "SEC": "0", "YEA": "1867", "CITY": "TOURINES-ST-LAM"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8562	lorette-arthur-1889-04-05	{"a3": "2855"}	{"lerrcp": "A3-2855"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Lorette", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "JEMEPPE-S/SAMBR", "geoid": 0}, "notime": null, "date-ut": "1889-04-05 09:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Lorette"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "JEMEPPE-S/SAMBR", "geoid": 0}, "date-ut": "1889-04-05 09:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2855"}, "ids-in-sources": {"a3": "2855"}}, "raw": {"H": "9", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "5", "LAT": "50N39", "LON": "5E30", "MON": "4", "NUM": "2855", "PRO": "M", "SEC": "0", "YEA": "1889", "CITY": "JEMEPPE-S/SAMBR"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8563	gauquelin-a3-2856-1872-01-09	{"a3": "2856"}	{"lerrcp": "A3-2856"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2856", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MOLENBEEK", "geoid": 0}, "notime": null, "date-ut": "1872-01-09 10:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2856"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MOLENBEEK", "geoid": 0}, "date-ut": "1872-01-09 10:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2856"}, "ids-in-sources": {"a3": "2856"}}, "raw": {"H": "10", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "9", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "2856", "PRO": "M", "SEC": "0", "YEA": "1872", "CITY": "MOLENBEEK"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8564	lotz-gustave-1863-05-21	{"a3": "2857"}	{"lerrcp": "A3-2857"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Lotz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1863-05-21 18:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Lotz"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1863-05-21 18:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2857"}, "ids-in-sources": {"a3": "2857"}}, "raw": {"H": "18", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "21", "LAT": "50N51", "LON": "4E15", "MON": "5", "NUM": "2857", "PRO": "M", "SEC": "0", "YEA": "1863", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8565	lupsin-arthur-1890-09-14	{"a3": "2858"}	{"lerrcp": "A3-2858"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Lupsin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "FURFOOZ", "geoid": 0}, "notime": null, "date-ut": "1890-09-14 04:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Lupsin"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "FURFOOZ", "geoid": 0}, "date-ut": "1890-09-14 04:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2858"}, "ids-in-sources": {"a3": "2858"}}, "raw": {"H": "4", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "14", "LAT": "50N20", "LON": "4E30", "MON": "9", "NUM": "2858", "PRO": "M", "SEC": "0", "YEA": "1890", "CITY": "FURFOOZ"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8566	gauquelin-a3-2859-1896-08-13	{"a3": "2859"}	{"lerrcp": "A3-2859"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2859", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1896-08-13 20:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2859"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1896-08-13 20:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2859"}, "ids-in-sources": {"a3": "2859"}}, "raw": {"H": "20", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "13", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "2859", "PRO": "M", "SEC": "0", "YEA": "1896", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8567	gauquelin-a3-2860-1859-05-28	{"a3": "2860"}	{"lerrcp": "A3-2860"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2860", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "notime": null, "date-ut": "1859-05-28 21:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2860"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "date-ut": "1859-05-28 21:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2860"}, "ids-in-sources": {"a3": "2860"}}, "raw": {"H": "21", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "28", "LAT": "50N51", "LON": "4E15", "MON": "5", "NUM": "2860", "PRO": "M", "SEC": "0", "YEA": "1859", "CITY": "SCHAERBEEK"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8568	maes-jean-1829-03-02	{"a3": "2861"}	{"lerrcp": "A3-2861"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Maes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "notime": null, "date-ut": "1829-03-02 17:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Maes"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "date-ut": "1829-03-02 17:47:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2861"}, "ids-in-sources": {"a3": "2861"}}, "raw": {"H": "17", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "2", "LAT": "51N13", "LON": "3E15", "MON": "3", "NUM": "2861", "PRO": "M", "SEC": "0", "YEA": "1829", "CITY": "BRUGES"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8569	gauquelin-a3-2862-1891-10-08	{"a3": "2862"}	{"lerrcp": "A3-2862"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2862", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "DONCEEL-EN-HESB", "geoid": 0}, "notime": null, "date-ut": "1891-10-08 05:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2862"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "DONCEEL-EN-HESB", "geoid": 0}, "date-ut": "1891-10-08 05:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2862"}, "ids-in-sources": {"a3": "2862"}}, "raw": {"H": "5", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "8", "LAT": "50N39", "LON": "5E30", "MON": "10", "NUM": "2862", "PRO": "M", "SEC": "0", "YEA": "1891", "CITY": "DONCEEL-EN-HESB"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8570	mahieu-ludovicus-1865-02-05	{"a3": "2863"}	{"lerrcp": "A3-2863"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludovicus", "family": "Mahieu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1865-02-05 23:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ludovicus", "family": "Mahieu"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1865-02-05 23:12:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2863"}, "ids-in-sources": {"a3": "2863"}}, "raw": {"H": "23", "MN": "12", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "5", "LAT": "51N14", "LON": "4E30", "MON": "2", "NUM": "2863", "PRO": "M", "SEC": "0", "YEA": "1865", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8571	mahieux-louis-1862-10-09	{"a3": "2864"}	{"lerrcp": "A3-2864"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Mahieux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1862-10-09 01:57:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Mahieux"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1862-10-09 01:57:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2864"}, "ids-in-sources": {"a3": "2864"}}, "raw": {"H": "1", "MN": "57", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "9", "LAT": "51N14", "LON": "4E30", "MON": "10", "NUM": "2864", "PRO": "M", "SEC": "0", "YEA": "1862", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8572	malherbe-didier-1896-07-28	{"a3": "2865"}	{"lerrcp": "A3-2865"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Didier", "family": "Malherbe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1896-07-28 10:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Didier", "family": "Malherbe"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1896-07-28 10:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2865"}, "ids-in-sources": {"a3": "2865"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "28", "LAT": "50N39", "LON": "5E30", "MON": "7", "NUM": "2865", "PRO": "M", "SEC": "0", "YEA": "1896", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8573	gauquelin-a3-2866-1879-04-22	{"a3": "2866"}	{"lerrcp": "A3-2866"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2866", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "BRAINE-LE-COMTE", "geoid": 0}, "notime": null, "date-ut": "1879-04-22 23:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2866"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "BRAINE-LE-COMTE", "geoid": 0}, "date-ut": "1879-04-22 23:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2866"}, "ids-in-sources": {"a3": "2866"}}, "raw": {"H": "23", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "22", "LAT": "50N23", "LON": "4E30", "MON": "4", "NUM": "2866", "PRO": "M", "SEC": "0", "YEA": "1879", "CITY": "BRAINE-LE-COMTE"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8574	gauquelin-a3-2867-1863-02-23	{"a3": "2867"}	{"lerrcp": "A3-2867"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2867", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "BEN-AHIN", "geoid": 0}, "notime": null, "date-ut": "1863-02-23 15:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2867"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "BEN-AHIN", "geoid": 0}, "date-ut": "1863-02-23 15:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2867"}, "ids-in-sources": {"a3": "2867"}}, "raw": {"H": "15", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "23", "LAT": "50N39", "LON": "5E30", "MON": "2", "NUM": "2867", "PRO": "M", "SEC": "0", "YEA": "1863", "CITY": "BEN-AHIN"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8575	martin-max-1895-06-01	{"a3": "2868"}	{"lerrcp": "A3-2868"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Martin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "BONNEVILLE-SCLA", "geoid": 0}, "notime": null, "date-ut": "1895-06-01 11:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Max", "family": "Martin"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "BONNEVILLE-SCLA", "geoid": 0}, "date-ut": "1895-06-01 11:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2868"}, "ids-in-sources": {"a3": "2868"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "1", "LAT": "50N20", "LON": "4E30", "MON": "6", "NUM": "2868", "PRO": "M", "SEC": "0", "YEA": "1895", "CITY": "BONNEVILLE-SCLA"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8576	marzorati-alfred-1881-09-28	{"a3": "2869"}	{"lerrcp": "A3-2869"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Marzorati", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "notime": null, "date-ut": "1881-09-28 05:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Marzorati"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "date-ut": "1881-09-28 05:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2869"}, "ids-in-sources": {"a3": "2869"}}, "raw": {"H": "5", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "28", "LAT": "50N23", "LON": "4E30", "MON": "9", "NUM": "2869", "PRO": "M", "SEC": "0", "YEA": "1881", "CITY": "TOURNAI"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8577	masui-remy-1882-02-18	{"a3": "2870"}	{"lerrcp": "A3-2870"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rémy", "family": "Masui", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "JAMBES", "geoid": 0}, "notime": null, "date-ut": "1882-02-18 18:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Rémy", "family": "Masui"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "JAMBES", "geoid": 0}, "date-ut": "1882-02-18 18:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2870"}, "ids-in-sources": {"a3": "2870"}}, "raw": {"H": "18", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "18", "LAT": "50N20", "LON": "4E30", "MON": "2", "NUM": "2870", "PRO": "M", "SEC": "0", "YEA": "1882", "CITY": "JAMBES"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8578	matheys-paul-1890-04-03	{"a3": "2871"}	{"lerrcp": "A3-2871"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Matheys", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "notime": null, "date-ut": "1890-04-03 10:13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Matheys"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "date-ut": "1890-04-03 10:13:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2871"}, "ids-in-sources": {"a3": "2871"}}, "raw": {"H": "10", "MN": "13", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "3", "LAT": "50N51", "LON": "4E15", "MON": "4", "NUM": "2871", "PRO": "M", "SEC": "0", "YEA": "1890", "CITY": "SCHAERBEEK"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8579	gauquelin-a3-2872-1895-05-22	{"a3": "2872"}	{"lerrcp": "A3-2872"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2872", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1895-05-22 22:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2872"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1895-05-22 22:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2872"}, "ids-in-sources": {"a3": "2872"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "22", "LAT": "51N14", "LON": "4E30", "MON": "5", "NUM": "2872", "PRO": "M", "SEC": "0", "YEA": "1895", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8580	meeus-jacques-1893-06-15	{"a3": "2873"}	{"lerrcp": "A3-2873"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Meeüs", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "LILLOIS-WITTERZ", "geoid": 0}, "notime": null, "date-ut": "1893-06-15 07:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Meeüs"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "LILLOIS-WITTERZ", "geoid": 0}, "date-ut": "1893-06-15 07:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2873"}, "ids-in-sources": {"a3": "2873"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "15", "LAT": "50N23", "LON": "4E30", "MON": "6", "NUM": "2873", "PRO": "M", "SEC": "0", "YEA": "1893", "CITY": "LILLOIS-WITTERZ"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8581	meiser-jean-1857-09-21	{"a3": "2874"}	{"lerrcp": "A3-2874"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Meiser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-JOSSE-TEN-NO", "geoid": 0}, "notime": null, "date-ut": "1857-09-21 14:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Meiser"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-JOSSE-TEN-NO", "geoid": 0}, "date-ut": "1857-09-21 14:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2874"}, "ids-in-sources": {"a3": "2874"}}, "raw": {"H": "14", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "21", "LAT": "50N51", "LON": "4E15", "MON": "9", "NUM": "2874", "PRO": "M", "SEC": "0", "YEA": "1857", "CITY": "ST-JOSSE-TEN-NO"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8582	meldert-jean-1847-10-27	{"a3": "2875"}	{"lerrcp": "A3-2875"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Meldert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1847-10-27 19:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Meldert"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1847-10-27 19:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2875"}, "ids-in-sources": {"a3": "2875"}}, "raw": {"H": "19", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "27", "LAT": "51N 5", "LON": "3E45", "MON": "10", "NUM": "2875", "PRO": "M", "SEC": "0", "YEA": "1847", "CITY": "GAND"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8583	melotte-lavaux-paul-1896-04-21	{"a3": "2876"}	{"lerrcp": "A3-2876"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Melotte Lavaux Paul", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1896-04-21 19:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Melotte Lavaux Paul"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1896-04-21 19:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2876"}, "ids-in-sources": {"a3": "2876"}}, "raw": {"H": "19", "MN": "0", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "21", "LAT": "50N39", "LON": "5E30", "MON": "4", "NUM": "2876", "PRO": "M", "SEC": "0", "YEA": "1896", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8584	mercenier-albert-1884-02-21	{"a3": "2877"}	{"lerrcp": "A3-2877"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Mercenier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "ANDENNE", "geoid": 0}, "notime": null, "date-ut": "1884-02-21 22:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Mercenier"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "ANDENNE", "geoid": 0}, "date-ut": "1884-02-21 22:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2877"}, "ids-in-sources": {"a3": "2877"}}, "raw": {"H": "22", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "21", "LAT": "50N20", "LON": "4E30", "MON": "2", "NUM": "2877", "PRO": "M", "SEC": "0", "YEA": "1884", "CITY": "ANDENNE"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8585	merchie-1866-08-14	{"a3": "2878"}	{"lerrcp": "A3-2878"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Merchie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "EENAME", "geoid": 0}, "notime": null, "date-ut": "1866-08-14 14:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Merchie"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "EENAME", "geoid": 0}, "date-ut": "1866-08-14 14:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2878"}, "ids-in-sources": {"a3": "2878"}}, "raw": {"H": "14", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "14", "LAT": "51N 5", "LON": "3E45", "MON": "8", "NUM": "2878", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "EENAME"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8586	michaux-henri-1891-08-24	{"a3": "2879"}	{"lerrcp": "A3-2879"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Michaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1891-08-24 04:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Michaux"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1891-08-24 04:12:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2879"}, "ids-in-sources": {"a3": "2879"}}, "raw": {"H": "4", "MN": "12", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "24", "LAT": "51N14", "LON": "4E30", "MON": "8", "NUM": "2879", "PRO": "M", "SEC": "0", "YEA": "1891", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8587	michel-augustin-1855-05-14	{"a3": "2880"}	{"lerrcp": "A3-2880"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Augustin", "family": "Michel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CHARLEROI", "geoid": 0}, "notime": null, "date-ut": "1855-05-14 17:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Augustin", "family": "Michel"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CHARLEROI", "geoid": 0}, "date-ut": "1855-05-14 17:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2880"}, "ids-in-sources": {"a3": "2880"}}, "raw": {"H": "17", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "14", "LAT": "50N23", "LON": "4E30", "MON": "5", "NUM": "2880", "PRO": "M", "SEC": "0", "YEA": "1855", "CITY": "CHARLEROI"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8588	michem-victor-1883-02-26	{"a3": "2881"}	{"lerrcp": "A3-2881"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Michem", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "LEDEBERG-LEZ-GA", "geoid": 0}, "notime": null, "date-ut": "1883-02-26 16:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Michem"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "LEDEBERG-LEZ-GA", "geoid": 0}, "date-ut": "1883-02-26 16:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2881"}, "ids-in-sources": {"a3": "2881"}}, "raw": {"H": "16", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "26", "LAT": "51N 5", "LON": "3E45", "MON": "2", "NUM": "2881", "PRO": "M", "SEC": "0", "YEA": "1883", "CITY": "LEDEBERG-LEZ-GA"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8589	moeller-laddersous-alfred-1889-12-09	{"a3": "2882"}	{"lerrcp": "A3-2882"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Moeller Laddersous Alfred", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "notime": null, "date-ut": "1889-12-09 05:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Moeller Laddersous Alfred"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "date-ut": "1889-12-09 05:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2882"}, "ids-in-sources": {"a3": "2882"}}, "raw": {"H": "5", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "9", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "2882", "PRO": "M", "SEC": "0", "YEA": "1889", "CITY": "LOUVAIN"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8590	montigny-charles-1892-06-14	{"a3": "2883"}	{"lerrcp": "A3-2883"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Montigny", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1892-06-14 15:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Montigny"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1892-06-14 15:30:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2883"}, "ids-in-sources": {"a3": "2883"}}, "raw": {"H": "15", "MN": "30", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "14", "LAT": "51N14", "LON": "4E30", "MON": "6", "NUM": "2883", "PRO": "M", "SEC": "0", "YEA": "1892", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8591	moroy-georges-1893-04-26	{"a3": "2884"}	{"lerrcp": "A3-2884"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Moroy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "SAINT-AMAND", "geoid": 0}, "notime": null, "date-ut": "1893-04-26 20:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Moroy"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "SAINT-AMAND", "geoid": 0}, "date-ut": "1893-04-26 20:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2884"}, "ids-in-sources": {"a3": "2884"}}, "raw": {"H": "20", "MN": "0", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "26", "LAT": "50N23", "LON": "4E30", "MON": "4", "NUM": "2884", "PRO": "M", "SEC": "0", "YEA": "1893", "CITY": "SAINT-AMAND"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8592	mot-pierre-de-1876-08-26	{"a3": "2885"}	{"lerrcp": "A3-2885"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Mot Pierre de", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1876-08-26 04:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Mot Pierre de"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1876-08-26 04:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2885"}, "ids-in-sources": {"a3": "2885"}}, "raw": {"H": "4", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "26", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "2885", "PRO": "M", "SEC": "0", "YEA": "1876", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8593	motz-nicolas-1895-02-26	{"a3": "2886"}	{"lerrcp": "A3-2886"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicolas", "family": "Motz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "ARLON", "geoid": 0}, "notime": null, "date-ut": "1895-02-26 06:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Nicolas", "family": "Motz"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "ARLON", "geoid": 0}, "date-ut": "1895-02-26 06:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2886"}, "ids-in-sources": {"a3": "2886"}}, "raw": {"H": "6", "MN": "0", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "26", "LAT": "50N 2", "LON": "5E15", "MON": "2", "NUM": "2886", "PRO": "M", "SEC": "0", "YEA": "1895", "CITY": "ARLON"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8594	moulins-jules-1867-06-27	{"a3": "2887"}	{"lerrcp": "A3-2887"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Moulins", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "PERUWELZ", "geoid": 0}, "notime": null, "date-ut": "1867-06-27 11:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Moulins"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "PERUWELZ", "geoid": 0}, "date-ut": "1867-06-27 11:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2887"}, "ids-in-sources": {"a3": "2887"}}, "raw": {"H": "11", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "27", "LAT": "50N23", "LON": "4E30", "MON": "6", "NUM": "2887", "PRO": "M", "SEC": "0", "YEA": "1867", "CITY": "PERUWELZ"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8595	muldermans-charles-1832-11-10	{"a3": "2888"}	{"lerrcp": "A3-2888"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Muldermans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "notime": null, "date-ut": "1832-11-10 00:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Muldermans"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "date-ut": "1832-11-10 00:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2888"}, "ids-in-sources": {"a3": "2888"}}, "raw": {"H": "0", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "10", "LAT": "50N51", "LON": "4E15", "MON": "11", "NUM": "2888", "PRO": "M", "SEC": "0", "YEA": "1832", "CITY": "LOUVAIN"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8596	neyt-leon-1893-07-26	{"a3": "2889"}	{"lerrcp": "A3-2889"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Neyt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "notime": null, "date-ut": "1893-07-26 02:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Neyt"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "date-ut": "1893-07-26 02:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2889"}, "ids-in-sources": {"a3": "2889"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "26", "LAT": "51N13", "LON": "3E15", "MON": "7", "NUM": "2889", "PRO": "M", "SEC": "0", "YEA": "1893", "CITY": "BRUGES"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8597	nicaise-alex-1827-05-09	{"a3": "2890"}	{"lerrcp": "A3-2890"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alex", "family": "Nicaise", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1827-05-09 17:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alex", "family": "Nicaise"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1827-05-09 17:15:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2890"}, "ids-in-sources": {"a3": "2890"}}, "raw": {"H": "17", "MN": "15", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "9", "LAT": "51N 5", "LON": "3E45", "MON": "5", "NUM": "2890", "PRO": "M", "SEC": "0", "YEA": "1827", "CITY": "GAND"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8598	nicod-emile-1877-01-26	{"a3": "2891"}	{"lerrcp": "A3-2891"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Nicod", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "notime": null, "date-ut": "1877-01-26 07:13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Nicod"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "date-ut": "1877-01-26 07:13:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2891"}, "ids-in-sources": {"a3": "2891"}}, "raw": {"H": "7", "MN": "13", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "26", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "2891", "PRO": "M", "SEC": "0", "YEA": "1877", "CITY": "IXELLES"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8599	ninitte-theophile-1840-05-18	{"a3": "2892"}	{"lerrcp": "A3-2892"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theophile", "family": "Ninitte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1840-05-18 11:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Theophile", "family": "Ninitte"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1840-05-18 11:30:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2892"}, "ids-in-sources": {"a3": "2892"}}, "raw": {"H": "11", "MN": "30", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "18", "LAT": "51N 5", "LON": "3E45", "MON": "5", "NUM": "2892", "PRO": "M", "SEC": "0", "YEA": "1840", "CITY": "GAND"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8600	oldenneel-william-1846-02-12	{"a3": "2893"}	{"lerrcp": "A3-2893"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Oldenneel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "YPRES", "geoid": 0}, "notime": null, "date-ut": "1846-02-12 04:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "William", "family": "Oldenneel"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "YPRES", "geoid": 0}, "date-ut": "1846-02-12 04:47:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2893"}, "ids-in-sources": {"a3": "2893"}}, "raw": {"H": "4", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "12", "LAT": "51N13", "LON": "3E15", "MON": "2", "NUM": "2893", "PRO": "M", "SEC": "0", "YEA": "1846", "CITY": "YPRES"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8601	oultremont-theodore-1839-11-08	{"a3": "2894"}	{"lerrcp": "A3-2894"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodore", "family": "Oultremont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1839-11-08 03:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Theodore", "family": "Oultremont"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1839-11-08 03:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2894"}, "ids-in-sources": {"a3": "2894"}}, "raw": {"H": "3", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "8", "LAT": "50N51", "LON": "4E15", "MON": "11", "NUM": "2894", "PRO": "M", "SEC": "0", "YEA": "1839", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8602	ouwerx-leon-1870-05-30	{"a3": "2895"}	{"lerrcp": "A3-2895"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Ouwerx", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "RUMMEN", "geoid": 0}, "notime": null, "date-ut": "1870-05-30 03:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Ouwerx"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "RUMMEN", "geoid": 0}, "date-ut": "1870-05-30 03:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2895"}, "ids-in-sources": {"a3": "2895"}}, "raw": {"H": "3", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "30", "LAT": "50N51", "LON": "4E15", "MON": "5", "NUM": "2895", "PRO": "M", "SEC": "0", "YEA": "1870", "CITY": "RUMMEN"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8603	overstraeten-raoul-1885-01-25	{"a3": "2896"}	{"lerrcp": "A3-2896"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raoul", "family": "Overstraeten", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ATH", "geoid": 0}, "notime": null, "date-ut": "1885-01-25 22:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Raoul", "family": "Overstraeten"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ATH", "geoid": 0}, "date-ut": "1885-01-25 22:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2896"}, "ids-in-sources": {"a3": "2896"}}, "raw": {"H": "22", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "25", "LAT": "50N23", "LON": "4E30", "MON": "1", "NUM": "2896", "PRO": "M", "SEC": "0", "YEA": "1885", "CITY": "ATH"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8604	panne-charles-1822-10-25	{"a3": "2897"}	{"lerrcp": "A3-2897"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Panne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "notime": null, "date-ut": "1822-10-25 01:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Panne"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "date-ut": "1822-10-25 01:47:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2897"}, "ids-in-sources": {"a3": "2897"}}, "raw": {"H": "1", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "25", "LAT": "51N13", "LON": "3E15", "MON": "10", "NUM": "2897", "PRO": "M", "SEC": "0", "YEA": "1822", "CITY": "BRUGES"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8605	parmentier-georges-1896-01-19	{"a3": "2898"}	{"lerrcp": "A3-2898"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Parmentier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ANDERLECHT-BRUX", "geoid": 0}, "notime": null, "date-ut": "1896-01-19 09:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Parmentier"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ANDERLECHT-BRUX", "geoid": 0}, "date-ut": "1896-01-19 09:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2898"}, "ids-in-sources": {"a3": "2898"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "19", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "2898", "PRO": "M", "SEC": "0", "YEA": "1896", "CITY": "ANDERLECHT-BRUX"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8606	petillon-leo-1903-05-22	{"a3": "2899"}	{"lerrcp": "A3-2899"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leo", "family": "Petillon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "ESNEUX", "geoid": 0}, "notime": null, "date-ut": "1903-05-22 10:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Leo", "family": "Petillon"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "ESNEUX", "geoid": 0}, "date-ut": "1903-05-22 10:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2899"}, "ids-in-sources": {"a3": "2899"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "22", "LAT": "50N39", "LON": "5E30", "MON": "5", "NUM": "2899", "PRO": "M", "SEC": "0", "YEA": "1903", "CITY": "ESNEUX"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8607	petry-auguste-1874-08-06	{"a3": "2900"}	{"lerrcp": "A3-2900"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Petry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "CINEY", "geoid": 0}, "notime": null, "date-ut": "1874-08-06 15:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Petry"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "CINEY", "geoid": 0}, "date-ut": "1874-08-06 15:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2900"}, "ids-in-sources": {"a3": "2900"}}, "raw": {"H": "15", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "6", "LAT": "50N20", "LON": "4E30", "MON": "8", "NUM": "2900", "PRO": "M", "SEC": "0", "YEA": "1874", "CITY": "CINEY"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8608	philippson-jacques-1888-09-09	{"a3": "2901"}	{"lerrcp": "A3-2901"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Philippson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "UCCLE", "geoid": 0}, "notime": null, "date-ut": "1888-09-09 03:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Philippson"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "UCCLE", "geoid": 0}, "date-ut": "1888-09-09 03:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2901"}, "ids-in-sources": {"a3": "2901"}}, "raw": {"H": "3", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "9", "LAT": "50N51", "LON": "4E15", "MON": "9", "NUM": "2901", "PRO": "M", "SEC": "0", "YEA": "1888", "CITY": "UCCLE"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8609	gauquelin-a3-2902-1892-12-15	{"a3": "2902"}	{"lerrcp": "A3-2902"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2902", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "LEDEBERG-LEZ-GA", "geoid": 0}, "notime": null, "date-ut": "1892-12-15 13:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2902"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "LEDEBERG-LEZ-GA", "geoid": 0}, "date-ut": "1892-12-15 13:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2902"}, "ids-in-sources": {"a3": "2902"}}, "raw": {"H": "13", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "15", "LAT": "51N 5", "LON": "3E45", "MON": "12", "NUM": "2902", "PRO": "M", "SEC": "0", "YEA": "1892", "CITY": "LEDEBERG-LEZ-GA"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8610	gauquelin-a3-2903-1886-08-02	{"a3": "2903"}	{"lerrcp": "A3-2903"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2903", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ANDERLUES", "geoid": 0}, "notime": null, "date-ut": "1886-08-02 20:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2903"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ANDERLUES", "geoid": 0}, "date-ut": "1886-08-02 20:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2903"}, "ids-in-sources": {"a3": "2903"}}, "raw": {"H": "20", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "2", "LAT": "50N23", "LON": "4E30", "MON": "8", "NUM": "2903", "PRO": "M", "SEC": "0", "YEA": "1886", "CITY": "ANDERLUES"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8611	raty-georges-1890-12-21	{"a3": "2904"}	{"lerrcp": "A3-2904"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Raty", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "BOUILLON", "geoid": 0}, "notime": null, "date-ut": "1890-12-21 02:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Raty"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "BOUILLON", "geoid": 0}, "date-ut": "1890-12-21 02:39:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2904"}, "ids-in-sources": {"a3": "2904"}}, "raw": {"H": "2", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "21", "LAT": "50N 2", "LON": "5E15", "MON": "12", "NUM": "2904", "PRO": "M", "SEC": "0", "YEA": "1890", "CITY": "BOUILLON"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8612	ratz-adolphe-1892-05-21	{"a3": "2905"}	{"lerrcp": "A3-2905"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Ratz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "VIELSALM", "geoid": 0}, "notime": null, "date-ut": "1892-05-21 01:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Ratz"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "VIELSALM", "geoid": 0}, "date-ut": "1892-05-21 01:30:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2905"}, "ids-in-sources": {"a3": "2905"}}, "raw": {"H": "1", "MN": "30", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "21", "LAT": "50N 2", "LON": "5E15", "MON": "5", "NUM": "2905", "PRO": "M", "SEC": "0", "YEA": "1892", "CITY": "VIELSALM"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8613	gauquelin-a3-2906-1869-08-18	{"a3": "2906"}	{"lerrcp": "A3-2906"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2906", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "notime": null, "date-ut": "1869-08-18 03:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2906"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "date-ut": "1869-08-18 03:12:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2906"}, "ids-in-sources": {"a3": "2906"}}, "raw": {"H": "3", "MN": "12", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "18", "LAT": "51N14", "LON": "4E30", "MON": "8", "NUM": "2906", "PRO": "M", "SEC": "0", "YEA": "1869", "CITY": "MALINES"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8614	remy-edmond-1898-08-21	{"a3": "2907"}	{"lerrcp": "A3-2907"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Remy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "HANZINNE", "geoid": 0}, "notime": null, "date-ut": "1898-08-21 09:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Remy"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "HANZINNE", "geoid": 0}, "date-ut": "1898-08-21 09:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2907"}, "ids-in-sources": {"a3": "2907"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "21", "LAT": "50N20", "LON": "4E30", "MON": "8", "NUM": "2907", "PRO": "M", "SEC": "0", "YEA": "1898", "CITY": "HANZINNE"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8615	gauquelin-a3-2908-1892-02-29	{"a3": "2908"}	{"lerrcp": "A3-2908"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2908", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "FRASNES-LEZ-COU", "geoid": 0}, "notime": null, "date-ut": "1892-02-29 12:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2908"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "FRASNES-LEZ-COU", "geoid": 0}, "date-ut": "1892-02-29 12:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2908"}, "ids-in-sources": {"a3": "2908"}}, "raw": {"H": "12", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "29", "LAT": "50N20", "LON": "4E30", "MON": "2", "NUM": "2908", "PRO": "M", "SEC": "0", "YEA": "1892", "CITY": "FRASNES-LEZ-COU"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17956	carlier-georges-1909-02-28	{"e1": "324"}	{"lerrcp": "E1-324"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Carlier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-02-28 17:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1909-02-28 17:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Carlier"}, "birth": {"tzo": "+00:09", "date": "1909-02-28 17:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1909-02-28 17:21"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "324"}}, "raw": {"H": "17:30", "COD": "59", "DAY": "28", "MON": "02", "NUM": "0324", "PRO": "PH", "YEA": "1909", "CITY": "Lille", "NAME": "CARLIER Georges", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
8617	gauquelin-a3-2910-1887-10-02	{"a3": "2910"}	{"lerrcp": "A3-2910"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2910", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "ST-SERVAIS", "geoid": 0}, "notime": null, "date-ut": "1887-10-02 15:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2910"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "ST-SERVAIS", "geoid": 0}, "date-ut": "1887-10-02 15:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2910"}, "ids-in-sources": {"a3": "2910"}}, "raw": {"H": "15", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "2", "LAT": "50N20", "LON": "4E30", "MON": "10", "NUM": "2910", "PRO": "M", "SEC": "0", "YEA": "1887", "CITY": "ST-SERVAIS"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8618	robberechts-antoine-1890-12-27	{"a3": "2911"}	{"lerrcp": "A3-2911"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Robberechts", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LAEKEN", "geoid": 0}, "notime": null, "date-ut": "1890-12-27 02:13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Robberechts"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LAEKEN", "geoid": 0}, "date-ut": "1890-12-27 02:13:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2911"}, "ids-in-sources": {"a3": "2911"}}, "raw": {"H": "2", "MN": "13", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "27", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "2911", "PRO": "M", "SEC": "0", "YEA": "1890", "CITY": "LAEKEN"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8619	roest-alkemade-jean-1894-03-07	{"a3": "2912"}	{"lerrcp": "A3-2912"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Roest Alkemade Jean", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "JAUSSE-MOZET", "geoid": 0}, "notime": null, "date-ut": "1894-03-07 12:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Roest Alkemade Jean"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "JAUSSE-MOZET", "geoid": 0}, "date-ut": "1894-03-07 12:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2912"}, "ids-in-sources": {"a3": "2912"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "7", "LAT": "50N20", "LON": "4E30", "MON": "3", "NUM": "2912", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "JAUSSE-MOZET"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8620	rolan-max-1895-01-26	{"a3": "2913"}	{"lerrcp": "A3-2913"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Rolan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "HYON-LEZ-MONS", "geoid": 0}, "notime": null, "date-ut": "1895-01-26 12:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Max", "family": "Rolan"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "HYON-LEZ-MONS", "geoid": 0}, "date-ut": "1895-01-26 12:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2913"}, "ids-in-sources": {"a3": "2913"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "26", "LAT": "50N23", "LON": "4E30", "MON": "1", "NUM": "2913", "PRO": "M", "SEC": "0", "YEA": "1895", "CITY": "HYON-LEZ-MONS"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8621	roobaert-egide-1894-08-08	{"a3": "2914"}	{"lerrcp": "A3-2914"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Egide", "family": "Roobaert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MOLENBEEK", "geoid": 0}, "notime": null, "date-ut": "1894-08-08 09:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Egide", "family": "Roobaert"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MOLENBEEK", "geoid": 0}, "date-ut": "1894-08-08 09:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2914"}, "ids-in-sources": {"a3": "2914"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "8", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "2914", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "MOLENBEEK"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8622	gauquelin-a3-2915-1836-12-15	{"a3": "2915"}	{"lerrcp": "A3-2915"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2915", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "BLICQUY", "geoid": 0}, "notime": null, "date-ut": "1836-12-15 05:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2915"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "BLICQUY", "geoid": 0}, "date-ut": "1836-12-15 05:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2915"}, "ids-in-sources": {"a3": "2915"}}, "raw": {"H": "5", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "15", "LAT": "50N23", "LON": "4E30", "MON": "12", "NUM": "2915", "PRO": "M", "SEC": "0", "YEA": "1836", "CITY": "BLICQUY"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8623	ruquoy-luois-1861-11-03	{"a3": "2916"}	{"lerrcp": "A3-2916"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luois", "family": "Ruquoy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "FRASNES-LES-BUI", "geoid": 0}, "notime": null, "date-ut": "1861-11-03 00:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Luois", "family": "Ruquoy"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "FRASNES-LES-BUI", "geoid": 0}, "date-ut": "1861-11-03 00:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2916"}, "ids-in-sources": {"a3": "2916"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "3", "LAT": "50N23", "LON": "4E30", "MON": "11", "NUM": "2916", "PRO": "M", "SEC": "0", "YEA": "1861", "CITY": "FRASNES-LES-BUI"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8624	ruttiens-pierre-1897-04-19	{"a3": "2917"}	{"lerrcp": "A3-2917"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Ruttiens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-JOSSE-TEN-NO", "geoid": 0}, "notime": null, "date-ut": "1897-04-19 18:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Ruttiens"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-JOSSE-TEN-NO", "geoid": 0}, "date-ut": "1897-04-19 18:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2917"}, "ids-in-sources": {"a3": "2917"}}, "raw": {"H": "18", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "19", "LAT": "50N51", "LON": "4E15", "MON": "4", "NUM": "2917", "PRO": "M", "SEC": "0", "YEA": "1897", "CITY": "ST-JOSSE-TEN-NO"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8625	gauquelin-a3-2918-1895-12-23	{"a3": "2918"}	{"lerrcp": "A3-2918"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2918", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "HUY", "geoid": 0}, "notime": null, "date-ut": "1895-12-23 22:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2918"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "HUY", "geoid": 0}, "date-ut": "1895-12-23 22:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2918"}, "ids-in-sources": {"a3": "2918"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "23", "LAT": "50N39", "LON": "5E30", "MON": "12", "NUM": "2918", "PRO": "M", "SEC": "0", "YEA": "1895", "CITY": "HUY"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8626	sabbe-edgard-1892-12-13	{"a3": "2919"}	{"lerrcp": "A3-2919"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edgard", "family": "Sabbe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "notime": null, "date-ut": "1892-12-13 11:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edgard", "family": "Sabbe"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "date-ut": "1892-12-13 11:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2919"}, "ids-in-sources": {"a3": "2919"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "13", "LAT": "51N13", "LON": "3E15", "MON": "12", "NUM": "2919", "PRO": "M", "SEC": "0", "YEA": "1892", "CITY": "BRUGES"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8627	gauquelin-a3-2920-1852-01-12	{"a3": "2920"}	{"lerrcp": "A3-2920"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2920", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-JOSSE-TEN-NO", "geoid": 0}, "notime": null, "date-ut": "1852-01-12 01:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2920"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-JOSSE-TEN-NO", "geoid": 0}, "date-ut": "1852-01-12 01:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2920"}, "ids-in-sources": {"a3": "2920"}}, "raw": {"H": "1", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "12", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "2920", "PRO": "M", "SEC": "0", "YEA": "1852", "CITY": "ST-JOSSE-TEN-NO"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8628	six-henri-1877-05-04	{"a3": "2921"}	{"lerrcp": "A3-2921"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Six", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TEMPLEUVE", "geoid": 0}, "notime": null, "date-ut": "1877-05-04 22:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Six"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TEMPLEUVE", "geoid": 0}, "date-ut": "1877-05-04 22:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2921"}, "ids-in-sources": {"a3": "2921"}}, "raw": {"H": "22", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "4", "LAT": "50N23", "LON": "4E30", "MON": "5", "NUM": "2921", "PRO": "M", "SEC": "0", "YEA": "1877", "CITY": "TEMPLEUVE"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8629	smal-eugene-1835-06-24	{"a3": "2922"}	{"lerrcp": "A3-2922"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Smal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:56", "date": "1835-06-24 23:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Charleville", "geoid": 0}, "notime": null, "date-ut": "1835-06-24 22:41:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Smal"}, "birth": {"tzo": "+00:18:56", "date": "1835-06-24 23:00", "place": {"c2": "08", "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Charleville", "geoid": 0}, "date-ut": "1835-06-24 22:41:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2922"}, "ids-in-sources": {"a3": "2922"}}, "raw": {"H": "22", "MN": "41", "TZ": "0", "COD": "08", "COU": "F", "DAY": "24", "LAT": "49N46", "LON": "4E44", "MON": "6", "NUM": "2922", "PRO": "M", "SEC": "4", "YEA": "1835", "CITY": "CHARLEVILLE"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8630	smissen-alfred-1823-02-01	{"a3": "2923"}	{"lerrcp": "A3-2923"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Smissen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1823-02-01 16:13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Smissen"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1823-02-01 16:13:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2923"}, "ids-in-sources": {"a3": "2923"}}, "raw": {"H": "16", "MN": "13", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "1", "LAT": "50N51", "LON": "4E15", "MON": "2", "NUM": "2923", "PRO": "M", "SEC": "0", "YEA": "1823", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8631	gauquelin-a3-2924-1891-09-24	{"a3": "2924"}	{"lerrcp": "A3-2924"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2924", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1891-09-24 09:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2924"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1891-09-24 09:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2924"}, "ids-in-sources": {"a3": "2924"}}, "raw": {"H": "9", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "24", "LAT": "50N51", "LON": "4E15", "MON": "9", "NUM": "2924", "PRO": "M", "SEC": "0", "YEA": "1891", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8632	somers-adolphe-1895-02-04	{"a3": "2925"}	{"lerrcp": "A3-2925"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Somers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CALONNE-LEZ-ANT", "geoid": 0}, "notime": null, "date-ut": "1895-02-04 05:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Somers"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CALONNE-LEZ-ANT", "geoid": 0}, "date-ut": "1895-02-04 05:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2925"}, "ids-in-sources": {"a3": "2925"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "4", "LAT": "50N23", "LON": "4E30", "MON": "2", "NUM": "2925", "PRO": "M", "SEC": "0", "YEA": "1895", "CITY": "CALONNE-LEZ-ANT"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8633	soomer-leon-1909-01-30	{"a3": "2926"}	{"lerrcp": "A3-2926"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Soomer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1909-01-30 19:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Soomer"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1909-01-30 19:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2926"}, "ids-in-sources": {"a3": "2926"}}, "raw": {"H": "19", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "30", "LAT": "51N14", "LON": "4E30", "MON": "1", "NUM": "2926", "PRO": "M", "SEC": "0", "YEA": "1909", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8634	stappen-victor-1898-05-06	{"a3": "2927"}	{"lerrcp": "A3-2927"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Stappen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1898-05-06 20:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Stappen"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1898-05-06 20:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2927"}, "ids-in-sources": {"a3": "2927"}}, "raw": {"H": "20", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "6", "LAT": "51N14", "LON": "4E30", "MON": "5", "NUM": "2927", "PRO": "M", "SEC": "0", "YEA": "1898", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8635	stassin-francois-1859-06-15	{"a3": "2928"}	{"lerrcp": "A3-2928"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Stassin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "AUVELAIS", "geoid": 0}, "notime": null, "date-ut": "1859-06-15 19:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Stassin"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "AUVELAIS", "geoid": 0}, "date-ut": "1859-06-15 19:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2928"}, "ids-in-sources": {"a3": "2928"}}, "raw": {"H": "19", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "15", "LAT": "50N23", "LON": "4E30", "MON": "6", "NUM": "2928", "PRO": "M", "SEC": "0", "YEA": "1859", "CITY": "AUVELAIS"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8636	steenberghe-adrien-1897-03-09	{"a3": "2929"}	{"lerrcp": "A3-2929"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrien", "family": "Steenberghe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1897-03-09 06:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adrien", "family": "Steenberghe"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1897-03-09 06:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2929"}, "ids-in-sources": {"a3": "2929"}}, "raw": {"H": "6", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "9", "LAT": "50N51", "LON": "4E15", "MON": "3", "NUM": "2929", "PRO": "M", "SEC": "0", "YEA": "1897", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8637	strauch-maximilien-1829-10-04	{"a3": "2930"}	{"lerrcp": "A3-2930"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maximilien", "family": "Strauch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "LOMPREZ", "geoid": 0}, "notime": null, "date-ut": "1829-10-04 18:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maximilien", "family": "Strauch"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "LOMPREZ", "geoid": 0}, "date-ut": "1829-10-04 18:39:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2930"}, "ids-in-sources": {"a3": "2930"}}, "raw": {"H": "18", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "4", "LAT": "50N 2", "LON": "5E15", "MON": "10", "NUM": "2930", "PRO": "M", "SEC": "0", "YEA": "1829", "CITY": "LOMPREZ"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8638	stroobants-jules-1872-10-08	{"a3": "2931"}	{"lerrcp": "A3-2931"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Stroobants", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MONT-ST-ANDRE", "geoid": 0}, "notime": null, "date-ut": "1872-10-08 06:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Stroobants"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MONT-ST-ANDRE", "geoid": 0}, "date-ut": "1872-10-08 06:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2931"}, "ids-in-sources": {"a3": "2931"}}, "raw": {"H": "6", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "8", "LAT": "50N51", "LON": "4E15", "MON": "10", "NUM": "2931", "PRO": "M", "SEC": "0", "YEA": "1872", "CITY": "MONT-ST-ANDRE"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8639	strydonck-burkel-victor-1876-07-16	{"a3": "2932"}	{"lerrcp": "A3-2932"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Strydonck Burkel Victor", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1876-07-16 23:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Strydonck Burkel Victor"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1876-07-16 23:12:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2932"}, "ids-in-sources": {"a3": "2932"}}, "raw": {"H": "23", "MN": "12", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "16", "LAT": "51N14", "LON": "4E30", "MON": "7", "NUM": "2932", "PRO": "M", "SEC": "0", "YEA": "1876", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8640	swagers-franciscus-1871-04-14	{"a3": "2933"}	{"lerrcp": "A3-2933"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franciscus", "family": "Swagers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MEER", "geoid": 0}, "notime": null, "date-ut": "1871-04-14 01:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Franciscus", "family": "Swagers"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MEER", "geoid": 0}, "date-ut": "1871-04-14 01:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2933"}, "ids-in-sources": {"a3": "2933"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "14", "LAT": "51N14", "LON": "4E30", "MON": "4", "NUM": "2933", "PRO": "M", "SEC": "0", "YEA": "1871", "CITY": "MEER"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8641	taccoen-gabriel-1886-07-16	{"a3": "2934"}	{"lerrcp": "A3-2934"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Taccoen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "LEYSELE", "geoid": 0}, "notime": null, "date-ut": "1886-07-16 10:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Taccoen"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "LEYSELE", "geoid": 0}, "date-ut": "1886-07-16 10:47:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2934"}, "ids-in-sources": {"a3": "2934"}}, "raw": {"H": "10", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "16", "LAT": "51N13", "LON": "3E15", "MON": "7", "NUM": "2934", "PRO": "M", "SEC": "0", "YEA": "1886", "CITY": "LEYSELE"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8642	tapproge-1890-03-02	{"a3": "2935"}	{"lerrcp": "A3-2935"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Tapproge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "notime": null, "date-ut": "1890-03-02 17:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Tapproge"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "date-ut": "1890-03-02 17:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2935"}, "ids-in-sources": {"a3": "2935"}}, "raw": {"H": "17", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "2", "LAT": "50N51", "LON": "4E15", "MON": "3", "NUM": "2935", "PRO": "M", "SEC": "0", "YEA": "1890", "CITY": "LOUVAIN"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8643	tasnier-maurice-1876-01-01	{"a3": "2936"}	{"lerrcp": "A3-2936"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Tasnier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "IVOZ-RAMET", "geoid": 0}, "notime": null, "date-ut": "1876-01-01 10:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Tasnier"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "IVOZ-RAMET", "geoid": 0}, "date-ut": "1876-01-01 10:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2936"}, "ids-in-sources": {"a3": "2936"}}, "raw": {"H": "10", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "1", "LAT": "50N39", "LON": "5E30", "MON": "1", "NUM": "2936", "PRO": "M", "SEC": "0", "YEA": "1876", "CITY": "IVOZ-RAMET"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8644	tassier-emile-1864-10-26	{"a3": "2937"}	{"lerrcp": "A3-2937"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Tassier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "notime": null, "date-ut": "1864-10-26 09:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Tassier"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "date-ut": "1864-10-26 09:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2937"}, "ids-in-sources": {"a3": "2937"}}, "raw": {"H": "9", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "26", "LAT": "50N23", "LON": "4E30", "MON": "10", "NUM": "2937", "PRO": "M", "SEC": "0", "YEA": "1864", "CITY": "TOURNAI"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8645	terlinden-jacques-1885-09-06	{"a3": "2938"}	{"lerrcp": "A3-2938"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Terlinden", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "notime": null, "date-ut": "1885-09-06 06:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Terlinden"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "date-ut": "1885-09-06 06:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2938"}, "ids-in-sources": {"a3": "2938"}}, "raw": {"H": "6", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "6", "LAT": "50N51", "LON": "4E15", "MON": "9", "NUM": "2938", "PRO": "M", "SEC": "0", "YEA": "1885", "CITY": "SCHAERBEEK"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8646	gauquelin-a3-2939-1872-01-09	{"a3": "2939"}	{"lerrcp": "A3-2939"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2939", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-JOSSE-TEN-NO", "geoid": 0}, "notime": null, "date-ut": "1872-01-09 20:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2939"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-JOSSE-TEN-NO", "geoid": 0}, "date-ut": "1872-01-09 20:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2939"}, "ids-in-sources": {"a3": "2939"}}, "raw": {"H": "20", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "9", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "2939", "PRO": "M", "SEC": "0", "YEA": "1872", "CITY": "ST-JOSSE-TEN-NO"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8647	thomas-desire-1870-03-05	{"a3": "2940"}	{"lerrcp": "A3-2940"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Désiré", "family": "Thomas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "FONTAINE-L EVEQ", "geoid": 0}, "notime": null, "date-ut": "1870-03-05 01:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Désiré", "family": "Thomas"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "FONTAINE-L EVEQ", "geoid": 0}, "date-ut": "1870-03-05 01:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2940"}, "ids-in-sources": {"a3": "2940"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "5", "LAT": "50N23", "LON": "4E30", "MON": "3", "NUM": "2940", "PRO": "M", "SEC": "0", "YEA": "1870", "CITY": "FONTAINE-L EVEQ"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
5632	tilly-joseph-1837-08-16	{"a2": "3551", "a3": "2941"}	{"lerrcp": "A2-3551"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Tilly", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "YPRES", "geoid": 0}, "notime": null, "date-ut": "1837-08-16 00:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist", "military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Tilly"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "YPRES", "geoid": 0}, "date-ut": "1837-08-16 00:47:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3551"}, "ids-in-sources": {"a2": "3551"}}, "raw": {"H": "0", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "16", "LAT": "51N13", "LON": "3E15", "MON": "8", "NUM": "3551", "PRO": "S", "SEC": "0", "YEA": "1837", "CITY": "YPRES"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["military-personnel"], "sources": "a3", "ids-in-sources": {"a3": "2941"}}, "raw": {"H": "0", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "16", "LAT": "51N13", "LON": "3E15", "MON": "8", "NUM": "2941", "PRO": "M", "SEC": "0", "YEA": "1837", "CITY": "YPRES"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8648	tresignies-leon-1886-03-26	{"a3": "2942"}	{"lerrcp": "A3-2942"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Tresignies", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BIERGHES", "geoid": 0}, "notime": null, "date-ut": "1886-03-26 17:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Tresignies"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BIERGHES", "geoid": 0}, "date-ut": "1886-03-26 17:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2942"}, "ids-in-sources": {"a3": "2942"}}, "raw": {"H": "17", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "26", "LAT": "50N51", "LON": "4E15", "MON": "3", "NUM": "2942", "PRO": "M", "SEC": "0", "YEA": "1886", "CITY": "BIERGHES"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8649	t-serclaes-wommerson-jacques-1852-01-09	{"a3": "2943"}	{"lerrcp": "A3-2943"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "T'Serclaes Wommerson Jacques", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-JOSSE-TEN-NO", "geoid": 0}, "notime": null, "date-ut": "1852-01-09 04:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "T'Serclaes Wommerson Jacques"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-JOSSE-TEN-NO", "geoid": 0}, "date-ut": "1852-01-09 04:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2943"}, "ids-in-sources": {"a3": "2943"}}, "raw": {"H": "4", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "9", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "2943", "PRO": "M", "SEC": "0", "YEA": "1852", "CITY": "ST-JOSSE-TEN-NO"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8650	turine-victor-1855-01-07	{"a3": "2944"}	{"lerrcp": "A3-2944"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Turine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CUESMES", "geoid": 0}, "notime": null, "date-ut": "1855-01-07 01:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Turine"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CUESMES", "geoid": 0}, "date-ut": "1855-01-07 01:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2944"}, "ids-in-sources": {"a3": "2944"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "7", "LAT": "50N23", "LON": "4E30", "MON": "1", "NUM": "2944", "PRO": "M", "SEC": "0", "YEA": "1855", "CITY": "CUESMES"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8651	gauquelin-a3-2945-1867-03-12	{"a3": "2945"}	{"lerrcp": "A3-2945"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2945", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "UCCLE", "geoid": 0}, "notime": null, "date-ut": "1867-03-12 11:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2945"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "UCCLE", "geoid": 0}, "date-ut": "1867-03-12 11:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2945"}, "ids-in-sources": {"a3": "2945"}}, "raw": {"H": "11", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "12", "LAT": "50N51", "LON": "4E15", "MON": "3", "NUM": "2945", "PRO": "M", "SEC": "0", "YEA": "1867", "CITY": "UCCLE"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8652	verbessem-carlo-1891-10-05	{"a3": "2946"}	{"lerrcp": "A3-2946"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Verbessem", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1891-10-05 08:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Verbessem"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1891-10-05 08:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2946"}, "ids-in-sources": {"a3": "2946"}}, "raw": {"H": "8", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "5", "LAT": "51N 5", "LON": "3E45", "MON": "10", "NUM": "2946", "PRO": "M", "SEC": "0", "YEA": "1891", "CITY": "GAND"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8653	verbist-constant-1860-01-11	{"a3": "2947"}	{"lerrcp": "A3-2947"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Constant", "family": "Verbist", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1860-01-11 05:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Constant", "family": "Verbist"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1860-01-11 05:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2947"}, "ids-in-sources": {"a3": "2947"}}, "raw": {"H": "5", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "11", "LAT": "51N14", "LON": "4E30", "MON": "1", "NUM": "2947", "PRO": "M", "SEC": "0", "YEA": "1860", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8654	verhoustraeten-armand-1890-12-19	{"a3": "2948"}	{"lerrcp": "A3-2948"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Verhoustraeten", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1890-12-19 17:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Verhoustraeten"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1890-12-19 17:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2948"}, "ids-in-sources": {"a3": "2948"}}, "raw": {"H": "17", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "19", "LAT": "51N14", "LON": "4E30", "MON": "12", "NUM": "2948", "PRO": "M", "SEC": "0", "YEA": "1890", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8655	vertongen-rene-1877-10-15	{"a3": "2949"}	{"lerrcp": "A3-2949"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Vertongen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "HAMME", "geoid": 0}, "notime": null, "date-ut": "1877-10-15 17:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "René", "family": "Vertongen"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "HAMME", "geoid": 0}, "date-ut": "1877-10-15 17:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2949"}, "ids-in-sources": {"a3": "2949"}}, "raw": {"H": "17", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "15", "LAT": "51N 5", "LON": "3E45", "MON": "10", "NUM": "2949", "PRO": "M", "SEC": "0", "YEA": "1877", "CITY": "HAMME"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8656	vlieckx-rene-1896-07-29	{"a3": "2950"}	{"lerrcp": "A3-2950"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Vlieckx", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1896-07-29 20:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "René", "family": "Vlieckx"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1896-07-29 20:30:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2950"}, "ids-in-sources": {"a3": "2950"}}, "raw": {"H": "20", "MN": "30", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "29", "LAT": "50N39", "LON": "5E30", "MON": "7", "NUM": "2950", "PRO": "M", "SEC": "0", "YEA": "1896", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8657	vyve-charles-1867-02-13	{"a3": "2951"}	{"lerrcp": "A3-2951"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Vyve", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1867-02-13 14:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Vyve"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1867-02-13 14:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2951"}, "ids-in-sources": {"a3": "2951"}}, "raw": {"H": "14", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "13", "LAT": "50N51", "LON": "4E15", "MON": "2", "NUM": "2951", "PRO": "M", "SEC": "0", "YEA": "1867", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8658	wahis-theophile-a-1877-03-27	{"a3": "2952"}	{"lerrcp": "A3-2952"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Wahis Theophile A.", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LAEKEN", "geoid": 0}, "notime": null, "date-ut": "1877-03-27 17:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Wahis Theophile A."}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LAEKEN", "geoid": 0}, "date-ut": "1877-03-27 17:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2952"}, "ids-in-sources": {"a3": "2952"}}, "raw": {"H": "17", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "27", "LAT": "50N51", "LON": "4E15", "MON": "3", "NUM": "2952", "PRO": "M", "SEC": "0", "YEA": "1877", "CITY": "LAEKEN"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8659	gauquelin-a3-2953-1825-05-20	{"a3": "2953"}	{"lerrcp": "A3-2953"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2953", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1825-05-20 04:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2953"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1825-05-20 04:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2953"}, "ids-in-sources": {"a3": "2953"}}, "raw": {"H": "4", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "20", "LAT": "50N51", "LON": "4E15", "MON": "5", "NUM": "2953", "PRO": "M", "SEC": "0", "YEA": "1825", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8660	wielemans-felix-1863-01-10	{"a3": "2954"}	{"lerrcp": "A3-2954"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Wielemans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1863-01-10 12:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Wielemans"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1863-01-10 12:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2954"}, "ids-in-sources": {"a3": "2954"}}, "raw": {"H": "12", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "10", "LAT": "51N 5", "LON": "3E45", "MON": "1", "NUM": "2954", "PRO": "M", "SEC": "0", "YEA": "1863", "CITY": "GAND"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8661	witte-haelen-leon-1857-01-12	{"a3": "2955"}	{"lerrcp": "A3-2955"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Witte Haelen Leon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "notime": null, "date-ut": "1857-01-12 20:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Witte Haelen Leon"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "date-ut": "1857-01-12 20:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2955"}, "ids-in-sources": {"a3": "2955"}}, "raw": {"H": "20", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "12", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "2955", "PRO": "M", "SEC": "0", "YEA": "1857", "CITY": "IXELLES"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8662	woot-trixhe-fernand-1886-10-19	{"a3": "2956"}	{"lerrcp": "A3-2956"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Woot Trixhe Fernand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "PRESSEUX-SPRIMO", "geoid": 0}, "notime": null, "date-ut": "1886-10-19 21:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Woot Trixhe Fernand"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "PRESSEUX-SPRIMO", "geoid": 0}, "date-ut": "1886-10-19 21:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2956"}, "ids-in-sources": {"a3": "2956"}}, "raw": {"H": "21", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "19", "LAT": "50N39", "LON": "5E30", "MON": "10", "NUM": "2956", "PRO": "M", "SEC": "0", "YEA": "1886", "CITY": "PRESSEUX-SPRIMO"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8663	wustefeld-ernst-1895-03-10	{"a3": "2957"}	{"lerrcp": "A3-2957"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Wustefeld", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "COURCELLES", "geoid": 0}, "notime": null, "date-ut": "1895-03-10 10:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Wustefeld"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "COURCELLES", "geoid": 0}, "date-ut": "1895-03-10 10:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2957"}, "ids-in-sources": {"a3": "2957"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "10", "LAT": "50N23", "LON": "4E30", "MON": "3", "NUM": "2957", "PRO": "M", "SEC": "0", "YEA": "1895", "CITY": "COURCELLES"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8664	asbeck-carel-1891-02-05	{"a3": "2958"}	{"lerrcp": "A3-2958"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carel", "family": "Asbeck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1891-02-05 07:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Carel", "family": "Asbeck"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1891-02-05 07:12:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2958"}, "ids-in-sources": {"a3": "2958"}}, "raw": {"H": "7", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "5", "LAT": "52N 5", "LON": "4E28", "MON": "2", "NUM": "2958", "PRO": "M", "SEC": "8", "YEA": "1891", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8665	baay-willem-1894-08-21	{"a3": "2959"}	{"lerrcp": "A3-2959"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willem", "family": "Baay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ARNHEM", "geoid": 0}, "notime": null, "date-ut": "1894-08-21 03:36:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Willem", "family": "Baay"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ARNHEM", "geoid": 0}, "date-ut": "1894-08-21 03:36:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2959"}, "ids-in-sources": {"a3": "2959"}}, "raw": {"H": "3", "MN": "36", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "21", "LAT": "51N59", "LON": "5E54", "MON": "8", "NUM": "2959", "PRO": "M", "SEC": "24", "YEA": "1894", "CITY": "ARNHEM"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8666	baretta-antonius-1897-05-21	{"a3": "2960"}	{"lerrcp": "A3-2960"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonius", "family": "Baretta", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1897-05-21 23:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Antonius", "family": "Baretta"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1897-05-21 23:12:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2960"}, "ids-in-sources": {"a3": "2960"}}, "raw": {"H": "23", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "21", "LAT": "52N 5", "LON": "4E28", "MON": "5", "NUM": "2960", "PRO": "M", "SEC": "8", "YEA": "1897", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8667	bas-francois-1840-09-10	{"a3": "2961"}	{"lerrcp": "A3-2961"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Bas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1840-09-10 04:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Bas"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1840-09-10 04:12:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2961"}, "ids-in-sources": {"a3": "2961"}}, "raw": {"H": "4", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "10", "LAT": "52N 5", "LON": "4E28", "MON": "9", "NUM": "2961", "PRO": "M", "SEC": "8", "YEA": "1840", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8668	bauduin-fritz-1864-04-15	{"a3": "2962"}	{"lerrcp": "A3-2962"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Bauduin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "PRINCENHAGE", "geoid": 0}, "notime": null, "date-ut": "1864-04-15 06:08:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Fritz", "family": "Bauduin"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "PRINCENHAGE", "geoid": 0}, "date-ut": "1864-04-15 06:08:44"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2962"}, "ids-in-sources": {"a3": "2962"}}, "raw": {"H": "6", "MN": "8", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "15", "LAT": "51N42", "LON": "5E19", "MON": "4", "NUM": "2962", "PRO": "M", "SEC": "44", "YEA": "1864", "CITY": "PRINCENHAGE"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8669	best-petrus-1881-01-19	{"a3": "2963"}	{"lerrcp": "A3-2963"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Petrus", "family": "Best", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "notime": null, "date-ut": "1881-01-19 10:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Petrus", "family": "Best"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "date-ut": "1881-01-19 10:41:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2963"}, "ids-in-sources": {"a3": "2963"}}, "raw": {"H": "10", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "19", "LAT": "52N22", "LON": "4E38", "MON": "1", "NUM": "2963", "PRO": "M", "SEC": "28", "YEA": "1881", "CITY": "A DAM"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8670	borel-jean-1868-07-02	{"a3": "2964"}	{"lerrcp": "A3-2964"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Borel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "L", "c3": null, "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "MAASTRICHT", "geoid": 0}, "notime": null, "date-ut": "1868-07-02 12:37:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Borel"}, "birth": {"place": {"c2": "L", "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "MAASTRICHT", "geoid": 0}, "date-ut": "1868-07-02 12:37:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2964"}, "ids-in-sources": {"a3": "2964"}}, "raw": {"H": "12", "MN": "37", "TZ": "0", "COD": "L", "COU": "N", "DAY": "2", "LAT": "50N51", "LON": "5E40", "MON": "7", "NUM": "2964", "PRO": "M", "SEC": "20", "YEA": "1868", "CITY": "MAASTRICHT"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17957	caroli-jacques-1902-05-21	{"e1": "325"}	{"lerrcp": "E1-325"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Caroli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1902-05-21 01:00", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Les Essarts le Roy", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Caroli"}, "birth": {"tzo": "", "date": "1902-05-21 01:00", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Les Essarts le Roy", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "325"}}, "raw": {"H": "01:00", "COD": "78", "DAY": "21", "MON": "05", "NUM": "0325", "PRO": "PH", "YEA": "1902", "CITY": "Les Essarts le Roy", "NAME": "CAROLI Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
8672	bosboom-nicolas-1855-09-30	{"a3": "2966"}	{"lerrcp": "A3-2966"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicolas", "family": "Bosboom", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1855-09-30 00:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Nicolas", "family": "Bosboom"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1855-09-30 00:42:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2966"}, "ids-in-sources": {"a3": "2966"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "30", "LAT": "52N 5", "LON": "4E28", "MON": "9", "NUM": "2966", "PRO": "M", "SEC": "8", "YEA": "1855", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8673	bosch-johan-1867-01-18	{"a3": "2967"}	{"lerrcp": "A3-2967"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johan", "family": "Bosch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "HELLEVOETSLIUS", "geoid": 0}, "notime": null, "date-ut": "1867-01-18 07:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Johan", "family": "Bosch"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "HELLEVOETSLIUS", "geoid": 0}, "date-ut": "1867-01-18 07:42:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2967"}, "ids-in-sources": {"a3": "2967"}}, "raw": {"H": "7", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "18", "LAT": "52N 5", "LON": "4E28", "MON": "1", "NUM": "2967", "PRO": "M", "SEC": "8", "YEA": "1867", "CITY": "HELLEVOETSLIUS"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8674	bosch-johannes-1853-02-02	{"a3": "2968"}	{"lerrcp": "A3-2968"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Bosch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "TIEL", "geoid": 0}, "notime": null, "date-ut": "1853-02-02 22:36:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Bosch"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "TIEL", "geoid": 0}, "date-ut": "1853-02-02 22:36:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2968"}, "ids-in-sources": {"a3": "2968"}}, "raw": {"H": "22", "MN": "36", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "2", "LAT": "51N59", "LON": "5E54", "MON": "2", "NUM": "2968", "PRO": "M", "SEC": "24", "YEA": "1853", "CITY": "TIEL"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8675	brialmont-hendrik-1821-05-25	{"a3": "2969"}	{"lerrcp": "A3-2969"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hendrik", "family": "Brialmont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "L", "c3": null, "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "VENLO", "geoid": 0}, "notime": null, "date-ut": "1821-05-25 18:37:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hendrik", "family": "Brialmont"}, "birth": {"place": {"c2": "L", "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "VENLO", "geoid": 0}, "date-ut": "1821-05-25 18:37:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2969"}, "ids-in-sources": {"a3": "2969"}}, "raw": {"H": "18", "MN": "37", "TZ": "0", "COD": "L", "COU": "N", "DAY": "25", "LAT": "50N51", "LON": "5E40", "MON": "5", "NUM": "2969", "PRO": "M", "SEC": "20", "YEA": "1821", "CITY": "VENLO"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8676	gauquelin-a3-2970-1877-11-30	{"a3": "2970"}	{"lerrcp": "A3-2970"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2970", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DEN HAAG", "geoid": 0}, "notime": null, "date-ut": "1877-11-30 20:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2970"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DEN HAAG", "geoid": 0}, "date-ut": "1877-11-30 20:12:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2970"}, "ids-in-sources": {"a3": "2970"}}, "raw": {"H": "20", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "30", "LAT": "52N 5", "LON": "4E28", "MON": "11", "NUM": "2970", "PRO": "M", "SEC": "8", "YEA": "1877", "CITY": "DEN HAAG"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8677	brons-joh-1884-08-06	{"a3": "2971"}	{"lerrcp": "A3-2971"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joh", "family": "Brons", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DEN HAAG", "geoid": 0}, "notime": null, "date-ut": "1884-08-06 08:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joh", "family": "Brons"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DEN HAAG", "geoid": 0}, "date-ut": "1884-08-06 08:42:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2971"}, "ids-in-sources": {"a3": "2971"}}, "raw": {"H": "8", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "6", "LAT": "52N 5", "LON": "4E28", "MON": "8", "NUM": "2971", "PRO": "M", "SEC": "8", "YEA": "1884", "CITY": "DEN HAAG"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8678	brutel-riviere-carel-1878-10-25	{"a3": "2972"}	{"lerrcp": "A3-2972"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Brutel Riviere Carel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "D", "c3": null, "cy": "NL", "lg": 6.4, "lat": 52.98333, "name": "ASSEN", "geoid": 0}, "notime": null, "date-ut": "1878-10-25 13:34:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Brutel Riviere Carel"}, "birth": {"place": {"c2": "D", "cy": "NL", "lg": 6.4, "lat": 52.98333, "name": "ASSEN", "geoid": 0}, "date-ut": "1878-10-25 13:34:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2972"}, "ids-in-sources": {"a3": "2972"}}, "raw": {"H": "13", "MN": "34", "TZ": "0", "COD": "D", "COU": "N", "DAY": "25", "LAT": "52N59", "LON": "6E24", "MON": "10", "NUM": "2972", "PRO": "M", "SEC": "24", "YEA": "1878", "CITY": "ASSEN"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8679	carp-eugene-1868-09-13	{"a3": "2973"}	{"lerrcp": "A3-2973"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Carp", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GL", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ARNHEM", "geoid": 0}, "notime": null, "date-ut": "1868-09-13 07:06:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Carp"}, "birth": {"place": {"c2": "GL", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ARNHEM", "geoid": 0}, "date-ut": "1868-09-13 07:06:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2973"}, "ids-in-sources": {"a3": "2973"}}, "raw": {"H": "7", "MN": "6", "TZ": "0", "COD": "GL", "COU": "N", "DAY": "13", "LAT": "51N59", "LON": "5E54", "MON": "9", "NUM": "2973", "PRO": "M", "SEC": "24", "YEA": "1868", "CITY": "ARNHEM"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17958	caron-yves-1900-09-07	{"e1": "326"}	{"lerrcp": "E1-326"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Caron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1900-09-07 19:45", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 0.91581, "lat": 49.82795, "name": "Luneray", "geoid": 2997112}, "notime": null, "date-ut": "1900-09-07 19:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Caron"}, "birth": {"tzo": "+00:09", "date": "1900-09-07 19:45", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 0.91581, "lat": 49.82795, "name": "Luneray", "geoid": 2997112}, "date-ut": "1900-09-07 19:36"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "326"}}, "raw": {"H": "19:45", "COD": "76", "DAY": "07", "MON": "09", "NUM": "0326", "PRO": "MI", "YEA": "1900", "CITY": "Luneray", "NAME": "CARON Yves", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
8681	casembroot-frans-1817-07-26	{"a3": "2975"}	{"lerrcp": "A3-2975"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frans", "family": "Casembroot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "NL", "lg": 5.5, "lat": 50.65, "name": "LUIK-LIEGE", "geoid": 0}, "notime": null, "date-ut": "1817-07-26 21:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Frans", "family": "Casembroot"}, "birth": {"place": {"c2": "LIE", "cy": "NL", "lg": 5.5, "lat": 50.65, "name": "LUIK-LIEGE", "geoid": 0}, "date-ut": "1817-07-26 21:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2975"}, "ids-in-sources": {"a3": "2975"}}, "raw": {"H": "21", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "N", "DAY": "26", "LAT": "50N39", "LON": "5E30", "MON": "7", "NUM": "2975", "PRO": "M", "SEC": "0", "YEA": "1817", "CITY": "LUIK-LIEGE"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8682	gauquelin-a3-2976-1888-09-16	{"a3": "2976"}	{"lerrcp": "A3-2976"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2976", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1888-09-16 04:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2976"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1888-09-16 04:42:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2976"}, "ids-in-sources": {"a3": "2976"}}, "raw": {"H": "4", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "16", "LAT": "52N 5", "LON": "4E28", "MON": "9", "NUM": "2976", "PRO": "M", "SEC": "8", "YEA": "1888", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8683	dominicus-christian-1860-09-10	{"a3": "2977"}	{"lerrcp": "A3-2977"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Dominicus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "Z", "c3": null, "cy": "NL", "lg": 3.75, "lat": 51.48333, "name": "KRUININGEN", "geoid": 0}, "notime": null, "date-ut": "1860-09-10 11:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Christian", "family": "Dominicus"}, "birth": {"place": {"c2": "Z", "cy": "NL", "lg": 3.75, "lat": 51.48333, "name": "KRUININGEN", "geoid": 0}, "date-ut": "1860-09-10 11:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2977"}, "ids-in-sources": {"a3": "2977"}}, "raw": {"H": "11", "MN": "45", "TZ": "0", "COD": "Z", "COU": "N", "DAY": "10", "LAT": "51N29", "LON": "3E45", "MON": "9", "NUM": "2977", "PRO": "M", "SEC": "0", "YEA": "1860", "CITY": "KRUININGEN"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8684	doorman-pieter-1896-12-16	{"a3": "2978"}	{"lerrcp": "A3-2978"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pieter", "family": "Doorman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DEN HAAG", "geoid": 0}, "notime": null, "date-ut": "1896-12-16 16:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pieter", "family": "Doorman"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DEN HAAG", "geoid": 0}, "date-ut": "1896-12-16 16:42:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2978"}, "ids-in-sources": {"a3": "2978"}}, "raw": {"H": "16", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "16", "LAT": "52N 5", "LON": "4E28", "MON": "12", "NUM": "2978", "PRO": "M", "SEC": "8", "YEA": "1896", "CITY": "DEN HAAG"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8685	doorman-robert-1860-03-05	{"a3": "2979"}	{"lerrcp": "A3-2979"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Doorman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "LOBITH", "geoid": 0}, "notime": null, "date-ut": "1860-03-05 12:36:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Doorman"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "LOBITH", "geoid": 0}, "date-ut": "1860-03-05 12:36:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2979"}, "ids-in-sources": {"a3": "2979"}}, "raw": {"H": "12", "MN": "36", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "5", "LAT": "51N59", "LON": "5E54", "MON": "3", "NUM": "2979", "PRO": "M", "SEC": "24", "YEA": "1860", "CITY": "LOBITH"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8686	dulm-maarten-1879-08-04	{"a3": "2980"}	{"lerrcp": "A3-2980"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maarten", "family": "Dulm", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ARNHEM", "geoid": 0}, "notime": null, "date-ut": "1879-08-04 14:36:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maarten", "family": "Dulm"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ARNHEM", "geoid": 0}, "date-ut": "1879-08-04 14:36:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2980"}, "ids-in-sources": {"a3": "2980"}}, "raw": {"H": "14", "MN": "36", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "4", "LAT": "51N59", "LON": "5E54", "MON": "8", "NUM": "2980", "PRO": "M", "SEC": "24", "YEA": "1879", "CITY": "ARNHEM"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8687	duymaer-twist-lodewijk-1865-11-09	{"a3": "2981"}	{"lerrcp": "A3-2981"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Duymaer Twist Lodewijk", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1865-11-09 18:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Duymaer Twist Lodewijk"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1865-11-09 18:42:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2981"}, "ids-in-sources": {"a3": "2981"}}, "raw": {"H": "18", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "9", "LAT": "52N 5", "LON": "4E28", "MON": "11", "NUM": "2981", "PRO": "M", "SEC": "8", "YEA": "1865", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8688	eland-kornelius-1838-09-15	{"a3": "2982"}	{"lerrcp": "A3-2982"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kornelius", "family": "Eland", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "KLUNDERT", "geoid": 0}, "notime": null, "date-ut": "1838-09-15 03:38:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Kornelius", "family": "Eland"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "KLUNDERT", "geoid": 0}, "date-ut": "1838-09-15 03:38:44"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2982"}, "ids-in-sources": {"a3": "2982"}}, "raw": {"H": "3", "MN": "38", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "15", "LAT": "51N42", "LON": "5E19", "MON": "9", "NUM": "2982", "PRO": "M", "SEC": "44", "YEA": "1838", "CITY": "KLUNDERT"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8689	ermel-scherer-herman-1875-09-29	{"a3": "2983"}	{"lerrcp": "A3-2983"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Herman", "family": "Ermel-Scherer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1875-09-29 09:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Herman", "family": "Ermel-Scherer"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1875-09-29 09:42:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2983"}, "ids-in-sources": {"a3": "2983"}}, "raw": {"H": "9", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "29", "LAT": "52N 5", "LON": "4E28", "MON": "9", "NUM": "2983", "PRO": "M", "SEC": "8", "YEA": "1875", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8690	fabius-hendrik-1878-12-31	{"a3": "2984"}	{"lerrcp": "A3-2984"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hendrik", "family": "Fabius", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "notime": null, "date-ut": "1878-12-31 01:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hendrik", "family": "Fabius"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "date-ut": "1878-12-31 01:39:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2984"}, "ids-in-sources": {"a3": "2984"}}, "raw": {"H": "1", "MN": "39", "TZ": "0", "COD": "U", "COU": "N", "DAY": "31", "LAT": "52N 6", "LON": "5E 8", "MON": "12", "NUM": "2984", "PRO": "M", "SEC": "28", "YEA": "1878", "CITY": "UTRECHT"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8691	ferwerda-hendrikus-1885-10-01	{"a3": "2985"}	{"lerrcp": "A3-2985"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hendrikus", "family": "Ferwerda", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "HEEG", "geoid": 0}, "notime": null, "date-ut": "1885-10-01 05:06:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hendrikus", "family": "Ferwerda"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "HEEG", "geoid": 0}, "date-ut": "1885-10-01 05:06:48"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2985"}, "ids-in-sources": {"a3": "2985"}}, "raw": {"H": "5", "MN": "6", "TZ": "0", "COD": "F", "COU": "N", "DAY": "1", "LAT": "53N12", "LON": "5E48", "MON": "10", "NUM": "2985", "PRO": "M", "SEC": "48", "YEA": "1885", "CITY": "HEEG"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8692	gauquelin-a3-2986-1871-08-30	{"a3": "2986"}	{"lerrcp": "A3-2986"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2986", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1871-08-30 19:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2986"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1871-08-30 19:42:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2986"}, "ids-in-sources": {"a3": "2986"}}, "raw": {"H": "19", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "30", "LAT": "52N 5", "LON": "4E28", "MON": "8", "NUM": "2986", "PRO": "M", "SEC": "8", "YEA": "1871", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8693	furstner-johannes-1887-01-16	{"a3": "2987"}	{"lerrcp": "A3-2987"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Furstner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "notime": null, "date-ut": "1887-01-16 04:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Furstner"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "date-ut": "1887-01-16 04:41:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2987"}, "ids-in-sources": {"a3": "2987"}}, "raw": {"H": "4", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "16", "LAT": "52N22", "LON": "4E38", "MON": "1", "NUM": "2987", "PRO": "M", "SEC": "28", "YEA": "1887", "CITY": "A DAM"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8694	geerling-frederik-1815-05-04	{"a3": "2988"}	{"lerrcp": "A3-2988"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frederik", "family": "Geerling", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "L", "c3": null, "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "MAASTRICHT", "geoid": 0}, "notime": null, "date-ut": "1815-05-04 08:37:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Frederik", "family": "Geerling"}, "birth": {"place": {"c2": "L", "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "MAASTRICHT", "geoid": 0}, "date-ut": "1815-05-04 08:37:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2988"}, "ids-in-sources": {"a3": "2988"}}, "raw": {"H": "8", "MN": "37", "TZ": "0", "COD": "L", "COU": "N", "DAY": "4", "LAT": "50N51", "LON": "5E40", "MON": "5", "NUM": "2988", "PRO": "M", "SEC": "20", "YEA": "1815", "CITY": "MAASTRICHT"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8695	gesseler-verschuir-pieter-1883-05-20	{"a3": "2989"}	{"lerrcp": "A3-2989"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pieter", "family": "Gesseler-Verschuir", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "notime": null, "date-ut": "1883-05-20 06:33:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pieter", "family": "Gesseler-Verschuir"}, "birth": {"place": {"c2": "GR", "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "date-ut": "1883-05-20 06:33:44"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2989"}, "ids-in-sources": {"a3": "2989"}}, "raw": {"H": "6", "MN": "33", "TZ": "0", "COD": "GR", "COU": "N", "DAY": "20", "LAT": "53N13", "LON": "6E34", "MON": "5", "NUM": "2989", "PRO": "M", "SEC": "44", "YEA": "1883", "CITY": "GRONINGEN"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8696	haga-banke-1890-11-09	{"a3": "2990"}	{"lerrcp": "A3-2990"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Banke", "family": "Haga", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "notime": null, "date-ut": "1890-11-09 09:03:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Banke", "family": "Haga"}, "birth": {"place": {"c2": "GR", "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "date-ut": "1890-11-09 09:03:44"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2990"}, "ids-in-sources": {"a3": "2990"}}, "raw": {"H": "9", "MN": "3", "TZ": "0", "COD": "GR", "COU": "N", "DAY": "9", "LAT": "53N13", "LON": "6E34", "MON": "11", "NUM": "2990", "PRO": "M", "SEC": "44", "YEA": "1890", "CITY": "GRONINGEN"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8697	hasselman-benjamin-1898-03-14	{"a3": "2991"}	{"lerrcp": "A3-2991"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benjamin", "family": "Hasselman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1898-03-14 12:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Benjamin", "family": "Hasselman"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1898-03-14 12:42:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2991"}, "ids-in-sources": {"a3": "2991"}}, "raw": {"H": "12", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "14", "LAT": "52N 5", "LON": "4E28", "MON": "3", "NUM": "2991", "PRO": "M", "SEC": "8", "YEA": "1898", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8698	gauquelin-a3-2992-1871-07-22	{"a3": "2992"}	{"lerrcp": "A3-2992"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-2992", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "VREELAND", "geoid": 0}, "notime": null, "date-ut": "1871-07-22 23:09:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-2992"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "VREELAND", "geoid": 0}, "date-ut": "1871-07-22 23:09:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2992"}, "ids-in-sources": {"a3": "2992"}}, "raw": {"H": "23", "MN": "9", "TZ": "0", "COD": "U", "COU": "N", "DAY": "22", "LAT": "52N 6", "LON": "5E 8", "MON": "7", "NUM": "2992", "PRO": "M", "SEC": "28", "YEA": "1871", "CITY": "VREELAND"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8699	heerdt-tot-eversberg-johannes-1829-02-22	{"a3": "2993"}	{"lerrcp": "A3-2993"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Heerdt Tot Eversberg Johannes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "O", "c3": null, "cy": "NL", "lg": 6.08333, "lat": 52.51667, "name": "ZWOLLE", "geoid": 0}, "notime": null, "date-ut": "1829-02-22 10:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Heerdt Tot Eversberg Johannes"}, "birth": {"place": {"c2": "O", "cy": "NL", "lg": 6.08333, "lat": 52.51667, "name": "ZWOLLE", "geoid": 0}, "date-ut": "1829-02-22 10:35:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2993"}, "ids-in-sources": {"a3": "2993"}}, "raw": {"H": "10", "MN": "35", "TZ": "0", "COD": "O", "COU": "N", "DAY": "22", "LAT": "52N31", "LON": "6E 5", "MON": "2", "NUM": "2993", "PRO": "M", "SEC": "40", "YEA": "1829", "CITY": "ZWOLLE"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8700	heeris-floris-1881-12-26	{"a3": "2994"}	{"lerrcp": "A3-2994"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Floris", "family": "Heeris", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "notime": null, "date-ut": "1881-12-26 12:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Floris", "family": "Heeris"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "date-ut": "1881-12-26 12:41:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2994"}, "ids-in-sources": {"a3": "2994"}}, "raw": {"H": "12", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "26", "LAT": "52N22", "LON": "4E38", "MON": "12", "NUM": "2994", "PRO": "M", "SEC": "28", "YEA": "1881", "CITY": "A DAM"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8701	holthe-edgar-1896-01-29	{"a3": "2995"}	{"lerrcp": "A3-2995"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edgar", "family": "Holthe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1896-01-29 20:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edgar", "family": "Holthe"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1896-01-29 20:42:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2995"}, "ids-in-sources": {"a3": "2995"}}, "raw": {"H": "20", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "29", "LAT": "52N 5", "LON": "4E28", "MON": "1", "NUM": "2995", "PRO": "M", "SEC": "8", "YEA": "1896", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8702	insinger-ernst-1870-05-01	{"a3": "2996"}	{"lerrcp": "A3-2996"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Insinger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ARNHEM", "geoid": 0}, "notime": null, "date-ut": "1870-05-01 17:06:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Insinger"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ARNHEM", "geoid": 0}, "date-ut": "1870-05-01 17:06:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2996"}, "ids-in-sources": {"a3": "2996"}}, "raw": {"H": "17", "MN": "6", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "1", "LAT": "51N59", "LON": "5E54", "MON": "5", "NUM": "2996", "PRO": "M", "SEC": "24", "YEA": "1870", "CITY": "ARNHEM"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8703	iongh-henrik-1877-08-04	{"a3": "2997"}	{"lerrcp": "A3-2997"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henrik", "family": "Iongh", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DORDRECHT", "geoid": 0}, "notime": null, "date-ut": "1877-08-04 09:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henrik", "family": "Iongh"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DORDRECHT", "geoid": 0}, "date-ut": "1877-08-04 09:42:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2997"}, "ids-in-sources": {"a3": "2997"}}, "raw": {"H": "9", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "4", "LAT": "52N 5", "LON": "4E28", "MON": "8", "NUM": "2997", "PRO": "M", "SEC": "8", "YEA": "1877", "CITY": "DORDRECHT"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8704	jager-jacobus-1876-10-06	{"a3": "2998"}	{"lerrcp": "A3-2998"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacobus", "family": "Jager", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "NAARDEN", "geoid": 0}, "notime": null, "date-ut": "1876-10-06 15:11:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jacobus", "family": "Jager"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "NAARDEN", "geoid": 0}, "date-ut": "1876-10-06 15:11:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2998"}, "ids-in-sources": {"a3": "2998"}}, "raw": {"H": "15", "MN": "11", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "6", "LAT": "52N22", "LON": "4E38", "MON": "10", "NUM": "2998", "PRO": "M", "SEC": "28", "YEA": "1876", "CITY": "NAARDEN"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
17959	carpentier-marcel-1895-03-02	{"e1": "327"}	{"lerrcp": "E1-327"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Carpentier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1895-03-02 04:00", "note": null, "place": {"c1": null, "c2": "37", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Preuilly", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Carpentier"}, "birth": {"tzo": "", "date": "1895-03-02 04:00", "place": {"c2": "37", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Preuilly", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "327"}}, "raw": {"H": "04:00", "COD": "37", "DAY": "02", "MON": "03", "NUM": "0327", "PRO": "MI", "YEA": "1895", "CITY": "Preuilly", "NAME": "CARPENTIER Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
8706	kempen-carel-1872-03-18	{"a3": "3000"}	{"lerrcp": "A3-3000"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carel", "family": "Kempen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "Z", "c3": null, "cy": "NL", "lg": 3.75, "lat": 51.48333, "name": "ZIERIKZEE", "geoid": 0}, "notime": null, "date-ut": "1872-03-18 06:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Carel", "family": "Kempen"}, "birth": {"place": {"c2": "Z", "cy": "NL", "lg": 3.75, "lat": 51.48333, "name": "ZIERIKZEE", "geoid": 0}, "date-ut": "1872-03-18 06:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3000"}, "ids-in-sources": {"a3": "3000"}}, "raw": {"H": "6", "MN": "45", "TZ": "0", "COD": "Z", "COU": "N", "DAY": "18", "LAT": "51N29", "LON": "3E45", "MON": "3", "NUM": "3000", "PRO": "M", "SEC": "0", "YEA": "1872", "CITY": "ZIERIKZEE"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8707	kist-frederik-1899-12-07	{"a3": "3001"}	{"lerrcp": "A3-3001"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frederik", "family": "Kist", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1899-12-07 02:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Frederik", "family": "Kist"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1899-12-07 02:42:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3001"}, "ids-in-sources": {"a3": "3001"}}, "raw": {"H": "2", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "7", "LAT": "52N 5", "LON": "4E28", "MON": "12", "NUM": "3001", "PRO": "M", "SEC": "8", "YEA": "1899", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8708	kloster-joh-1882-02-06	{"a3": "3002"}	{"lerrcp": "A3-3002"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joh", "family": "Kloster", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "OVERSCHIE", "geoid": 0}, "notime": null, "date-ut": "1882-02-06 04:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joh", "family": "Kloster"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "OVERSCHIE", "geoid": 0}, "date-ut": "1882-02-06 04:42:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3002"}, "ids-in-sources": {"a3": "3002"}}, "raw": {"H": "4", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "6", "LAT": "52N 5", "LON": "4E28", "MON": "2", "NUM": "3002", "PRO": "M", "SEC": "8", "YEA": "1882", "CITY": "OVERSCHIE"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8709	kromhout-joachim-1835-06-12	{"a3": "3003"}	{"lerrcp": "A3-3003"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joachim", "family": "Kromhout", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ANGERLOO", "geoid": 0}, "notime": null, "date-ut": "1835-06-12 08:36:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joachim", "family": "Kromhout"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ANGERLOO", "geoid": 0}, "date-ut": "1835-06-12 08:36:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3003"}, "ids-in-sources": {"a3": "3003"}}, "raw": {"H": "8", "MN": "36", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "12", "LAT": "51N59", "LON": "5E54", "MON": "6", "NUM": "3003", "PRO": "M", "SEC": "24", "YEA": "1835", "CITY": "ANGERLOO"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8710	kruls-hendrik-1902-08-01	{"a3": "3004"}	{"lerrcp": "A3-3004"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hendrik", "family": "Kruls", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "notime": null, "date-ut": "1902-08-01 01:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hendrik", "family": "Kruls"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "date-ut": "1902-08-01 01:41:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3004"}, "ids-in-sources": {"a3": "3004"}}, "raw": {"H": "1", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "1", "LAT": "52N22", "LON": "4E38", "MON": "8", "NUM": "3004", "PRO": "M", "SEC": "28", "YEA": "1902", "CITY": "A DAM"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8711	lagerwerff-cornelius-1875-07-28	{"a3": "3005"}	{"lerrcp": "A3-3005"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cornelius", "family": "Lagerwerff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "notime": null, "date-ut": "1875-07-28 17:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Cornelius", "family": "Lagerwerff"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "date-ut": "1875-07-28 17:41:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3005"}, "ids-in-sources": {"a3": "3005"}}, "raw": {"H": "17", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "28", "LAT": "52N22", "LON": "4E38", "MON": "7", "NUM": "3005", "PRO": "M", "SEC": "28", "YEA": "1875", "CITY": "HAARLEM"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8712	gauquelin-a3-3006-1872-04-14	{"a3": "3006"}	{"lerrcp": "A3-3006"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-3006", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "BREDA", "geoid": 0}, "notime": null, "date-ut": "1872-04-14 16:38:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-3006"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "BREDA", "geoid": 0}, "date-ut": "1872-04-14 16:38:44"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3006"}, "ids-in-sources": {"a3": "3006"}}, "raw": {"H": "16", "MN": "38", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "14", "LAT": "51N42", "LON": "5E19", "MON": "4", "NUM": "3006", "PRO": "M", "SEC": "44", "YEA": "1872", "CITY": "BREDA"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8713	moorman-henricus-1899-07-30	{"a3": "3007"}	{"lerrcp": "A3-3007"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henricus", "family": "Moorman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "L", "c3": null, "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "ROERMOND", "geoid": 0}, "notime": null, "date-ut": "1899-07-30 14:07:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henricus", "family": "Moorman"}, "birth": {"place": {"c2": "L", "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "ROERMOND", "geoid": 0}, "date-ut": "1899-07-30 14:07:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3007"}, "ids-in-sources": {"a3": "3007"}}, "raw": {"H": "14", "MN": "7", "TZ": "0", "COD": "L", "COU": "N", "DAY": "30", "LAT": "50N51", "LON": "5E40", "MON": "7", "NUM": "3007", "PRO": "M", "SEC": "20", "YEA": "1899", "CITY": "ROERMOND"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8714	muller-massis-theodore-1866-07-27	{"a3": "3008"}	{"lerrcp": "A3-3008"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Muller Massis Theodore", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "WICHMOND-WARNSV", "geoid": 0}, "notime": null, "date-ut": "1866-07-27 11:21:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Muller Massis Theodore"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "WICHMOND-WARNSV", "geoid": 0}, "date-ut": "1866-07-27 11:21:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3008"}, "ids-in-sources": {"a3": "3008"}}, "raw": {"H": "11", "MN": "21", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "27", "LAT": "51N59", "LON": "5E54", "MON": "7", "NUM": "3008", "PRO": "M", "SEC": "24", "YEA": "1866", "CITY": "WICHMOND-WARNSV"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8715	munnekrede-petrus-1873-03-19	{"a3": "3009"}	{"lerrcp": "A3-3009"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Petrus", "family": "Munnekrede", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DELFT", "geoid": 0}, "notime": null, "date-ut": "1873-03-19 23:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Petrus", "family": "Munnekrede"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DELFT", "geoid": 0}, "date-ut": "1873-03-19 23:12:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3009"}, "ids-in-sources": {"a3": "3009"}}, "raw": {"H": "23", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "19", "LAT": "52N 5", "LON": "4E28", "MON": "3", "NUM": "3009", "PRO": "M", "SEC": "8", "YEA": "1873", "CITY": "DELFT"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8716	naudin-cate-willem-1860-07-15	{"a3": "3010"}	{"lerrcp": "A3-3010"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Naudin Cate Willem", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "notime": null, "date-ut": "1860-07-15 22:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Naudin Cate Willem"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "date-ut": "1860-07-15 22:41:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3010"}, "ids-in-sources": {"a3": "3010"}}, "raw": {"H": "22", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "15", "LAT": "52N22", "LON": "4E38", "MON": "7", "NUM": "3010", "PRO": "M", "SEC": "28", "YEA": "1860", "CITY": "HAARLEM"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8717	nauta-pieter-1878-05-03	{"a3": "3011"}	{"lerrcp": "A3-3011"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pieter", "family": "Nauta", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "BREDA", "geoid": 0}, "notime": null, "date-ut": "1878-05-03 02:38:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pieter", "family": "Nauta"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "BREDA", "geoid": 0}, "date-ut": "1878-05-03 02:38:44"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3011"}, "ids-in-sources": {"a3": "3011"}}, "raw": {"H": "2", "MN": "38", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "3", "LAT": "51N42", "LON": "5E19", "MON": "5", "NUM": "3011", "PRO": "M", "SEC": "44", "YEA": "1878", "CITY": "BREDA"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8718	oordt-herman-1857-11-06	{"a3": "3012"}	{"lerrcp": "A3-3012"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Herman", "family": "Oordt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1857-11-06 22:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Herman", "family": "Oordt"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1857-11-06 22:42:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3012"}, "ids-in-sources": {"a3": "3012"}}, "raw": {"H": "22", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "6", "LAT": "52N 5", "LON": "4E28", "MON": "11", "NUM": "3012", "PRO": "M", "SEC": "8", "YEA": "1857", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8719	opsomer-adrianus-1897-01-07	{"a3": "3013"}	{"lerrcp": "A3-3013"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrianus", "family": "Opsomer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "NIJMEGEN", "geoid": 0}, "notime": null, "date-ut": "1897-01-07 21:06:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adrianus", "family": "Opsomer"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "NIJMEGEN", "geoid": 0}, "date-ut": "1897-01-07 21:06:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3013"}, "ids-in-sources": {"a3": "3013"}}, "raw": {"H": "21", "MN": "6", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "7", "LAT": "51N59", "LON": "5E54", "MON": "1", "NUM": "3013", "PRO": "M", "SEC": "24", "YEA": "1897", "CITY": "NIJMEGEN"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8720	pfeiffer-karel-1872-03-01	{"a3": "3014"}	{"lerrcp": "A3-3014"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karel", "family": "Pfeiffer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1872-03-01 19:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Karel", "family": "Pfeiffer"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1872-03-01 19:42:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3014"}, "ids-in-sources": {"a3": "3014"}}, "raw": {"H": "19", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "1", "LAT": "52N 5", "LON": "4E28", "MON": "3", "NUM": "3014", "PRO": "M", "SEC": "8", "YEA": "1872", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8721	philips-august-1883-12-01	{"a3": "3015"}	{"lerrcp": "A3-3015"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "August", "family": "Philips", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "notime": null, "date-ut": "1883-12-01 05:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "August", "family": "Philips"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "date-ut": "1883-12-01 05:41:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3015"}, "ids-in-sources": {"a3": "3015"}}, "raw": {"H": "5", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "1", "LAT": "52N22", "LON": "4E38", "MON": "12", "NUM": "3015", "PRO": "M", "SEC": "28", "YEA": "1883", "CITY": "A DAM"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8722	pinke-albertus-1894-10-14	{"a3": "3016"}	{"lerrcp": "A3-3016"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albertus", "family": "Pinke", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "HEERDE", "geoid": 0}, "notime": null, "date-ut": "1894-10-14 00:36:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Albertus", "family": "Pinke"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "HEERDE", "geoid": 0}, "date-ut": "1894-10-14 00:36:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3016"}, "ids-in-sources": {"a3": "3016"}}, "raw": {"H": "0", "MN": "36", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "14", "LAT": "51N59", "LON": "5E54", "MON": "10", "NUM": "3016", "PRO": "M", "SEC": "24", "YEA": "1894", "CITY": "HEERDE"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8723	pompe-abraham-1831-03-16	{"a3": "3017"}	{"lerrcp": "A3-3017"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Abraham", "family": "Pompe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "GORINCHEM", "geoid": 0}, "notime": null, "date-ut": "1831-03-16 21:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Abraham", "family": "Pompe"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "GORINCHEM", "geoid": 0}, "date-ut": "1831-03-16 21:12:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3017"}, "ids-in-sources": {"a3": "3017"}}, "raw": {"H": "21", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "16", "LAT": "52N 5", "LON": "4E28", "MON": "3", "NUM": "3017", "PRO": "M", "SEC": "8", "YEA": "1831", "CITY": "GORINCHEM"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8724	quanjer-frederik-1875-05-21	{"a3": "3018"}	{"lerrcp": "A3-3018"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frederik", "family": "Quanjer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "NAARDEN", "geoid": 0}, "notime": null, "date-ut": "1875-05-21 04:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Frederik", "family": "Quanjer"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "NAARDEN", "geoid": 0}, "date-ut": "1875-05-21 04:41:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3018"}, "ids-in-sources": {"a3": "3018"}}, "raw": {"H": "4", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "21", "LAT": "52N22", "LON": "4E38", "MON": "5", "NUM": "3018", "PRO": "M", "SEC": "28", "YEA": "1875", "CITY": "NAARDEN"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8725	quant-laurentius-1872-12-14	{"a3": "3019"}	{"lerrcp": "A3-3019"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Laurentius", "family": "Quant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "LEIDEN", "geoid": 0}, "notime": null, "date-ut": "1872-12-14 21:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Laurentius", "family": "Quant"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "LEIDEN", "geoid": 0}, "date-ut": "1872-12-14 21:42:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3019"}, "ids-in-sources": {"a3": "3019"}}, "raw": {"H": "21", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "14", "LAT": "52N 5", "LON": "4E28", "MON": "12", "NUM": "3019", "PRO": "M", "SEC": "8", "YEA": "1872", "CITY": "LEIDEN"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8726	quay-rudolph-1868-12-06	{"a3": "3020"}	{"lerrcp": "A3-3020"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rudolph", "family": "Quay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "L", "c3": null, "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "MAASTRICHT", "geoid": 0}, "notime": null, "date-ut": "1868-12-06 08:37:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Rudolph", "family": "Quay"}, "birth": {"place": {"c2": "L", "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "MAASTRICHT", "geoid": 0}, "date-ut": "1868-12-06 08:37:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3020"}, "ids-in-sources": {"a3": "3020"}}, "raw": {"H": "8", "MN": "37", "TZ": "0", "COD": "L", "COU": "N", "DAY": "6", "LAT": "50N51", "LON": "5E40", "MON": "12", "NUM": "3020", "PRO": "M", "SEC": "20", "YEA": "1868", "CITY": "MAASTRICHT"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8727	reijnders-izaak-1879-03-27	{"a3": "3021"}	{"lerrcp": "A3-3021"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Izaak", "family": "Reijnders", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "STADSKANAAL-ONS", "geoid": 0}, "notime": null, "date-ut": "1879-03-27 09:33:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Izaak", "family": "Reijnders"}, "birth": {"place": {"c2": "GR", "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "STADSKANAAL-ONS", "geoid": 0}, "date-ut": "1879-03-27 09:33:44"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3021"}, "ids-in-sources": {"a3": "3021"}}, "raw": {"H": "9", "MN": "33", "TZ": "0", "COD": "GR", "COU": "N", "DAY": "27", "LAT": "53N13", "LON": "6E34", "MON": "3", "NUM": "3021", "PRO": "M", "SEC": "44", "YEA": "1879", "CITY": "STADSKANAAL-ONS"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8728	roell-johann-1866-12-24	{"a3": "3022"}	{"lerrcp": "A3-3022"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johann", "family": "Röell", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1866-12-24 13:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Johann", "family": "Röell"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1866-12-24 13:12:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3022"}, "ids-in-sources": {"a3": "3022"}}, "raw": {"H": "13", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "24", "LAT": "52N 5", "LON": "4E28", "MON": "12", "NUM": "3022", "PRO": "M", "SEC": "8", "YEA": "1866", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8729	schepers-jan-1897-11-25	{"a3": "3023"}	{"lerrcp": "A3-3023"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Schepers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "notime": null, "date-ut": "1897-11-25 06:11:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Schepers"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "date-ut": "1897-11-25 06:11:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3023"}, "ids-in-sources": {"a3": "3023"}}, "raw": {"H": "6", "MN": "11", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "25", "LAT": "52N22", "LON": "4E38", "MON": "11", "NUM": "3023", "PRO": "M", "SEC": "28", "YEA": "1897", "CITY": "HAARLEM"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8730	schimmelpenninck-oije-j-1836-08-12	{"a3": "3024"}	{"lerrcp": "A3-3024"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Schimmelpenninck Oije J", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "BRUMMEN", "geoid": 0}, "notime": null, "date-ut": "1836-08-12 11:06:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Schimmelpenninck Oije J"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "BRUMMEN", "geoid": 0}, "date-ut": "1836-08-12 11:06:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3024"}, "ids-in-sources": {"a3": "3024"}}, "raw": {"H": "11", "MN": "6", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "12", "LAT": "51N59", "LON": "5E54", "MON": "8", "NUM": "3024", "PRO": "M", "SEC": "24", "YEA": "1836", "CITY": "BRUMMEN"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8731	gauquelin-a3-3025-1876-08-19	{"a3": "3025"}	{"lerrcp": "A3-3025"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-3025", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "notime": null, "date-ut": "1876-08-19 14:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-3025"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "date-ut": "1876-08-19 14:41:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3025"}, "ids-in-sources": {"a3": "3025"}}, "raw": {"H": "14", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "19", "LAT": "52N22", "LON": "4E38", "MON": "8", "NUM": "3025", "PRO": "M", "SEC": "28", "YEA": "1876", "CITY": "A DAM"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8732	schreuders-bart-1870-05-17	{"a3": "3026"}	{"lerrcp": "A3-3026"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bart", "family": "Schreuders", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "NOORDWIJK", "geoid": 0}, "notime": null, "date-ut": "1870-05-17 02:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Bart", "family": "Schreuders"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "NOORDWIJK", "geoid": 0}, "date-ut": "1870-05-17 02:12:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3026"}, "ids-in-sources": {"a3": "3026"}}, "raw": {"H": "2", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "17", "LAT": "52N 5", "LON": "4E28", "MON": "5", "NUM": "3026", "PRO": "M", "SEC": "8", "YEA": "1870", "CITY": "NOORDWIJK"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8733	gauquelin-a3-3027-1871-12-08	{"a3": "3027"}	{"lerrcp": "A3-3027"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-3027", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "notime": null, "date-ut": "1871-12-08 21:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-3027"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "date-ut": "1871-12-08 21:41:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3027"}, "ids-in-sources": {"a3": "3027"}}, "raw": {"H": "21", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "8", "LAT": "52N22", "LON": "4E38", "MON": "12", "NUM": "3027", "PRO": "M", "SEC": "28", "YEA": "1871", "CITY": "A DAM"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8734	seyffardt-hendrik-1872-11-01	{"a3": "3028"}	{"lerrcp": "A3-3028"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hendrik", "family": "Seyffardt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "BREDA", "geoid": 0}, "notime": null, "date-ut": "1872-11-01 23:08:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hendrik", "family": "Seyffardt"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "BREDA", "geoid": 0}, "date-ut": "1872-11-01 23:08:44"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3028"}, "ids-in-sources": {"a3": "3028"}}, "raw": {"H": "23", "MN": "8", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "1", "LAT": "51N42", "LON": "5E19", "MON": "11", "NUM": "3028", "PRO": "M", "SEC": "44", "YEA": "1872", "CITY": "BREDA"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8735	sickinghe-agathon-1868-10-28	{"a3": "3029"}	{"lerrcp": "A3-3029"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Agathon", "family": "Sickinghe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1868-10-28 09:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Agathon", "family": "Sickinghe"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1868-10-28 09:12:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3029"}, "ids-in-sources": {"a3": "3029"}}, "raw": {"H": "9", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "28", "LAT": "52N 5", "LON": "4E28", "MON": "10", "NUM": "3029", "PRO": "M", "SEC": "8", "YEA": "1868", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8736	sillevis-willem-1880-05-13	{"a3": "3030"}	{"lerrcp": "A3-3030"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willem", "family": "Sillevis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1880-05-13 12:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Willem", "family": "Sillevis"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1880-05-13 12:42:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3030"}, "ids-in-sources": {"a3": "3030"}}, "raw": {"H": "12", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "13", "LAT": "52N 5", "LON": "4E28", "MON": "5", "NUM": "3030", "PRO": "M", "SEC": "8", "YEA": "1880", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8737	slobbe-bartholomeus-1882-10-31	{"a3": "3031"}	{"lerrcp": "A3-3031"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bartholomeus", "family": "Slobbe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "SCHIEDAM", "geoid": 0}, "notime": null, "date-ut": "1882-10-31 08:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Bartholomeus", "family": "Slobbe"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "SCHIEDAM", "geoid": 0}, "date-ut": "1882-10-31 08:12:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3031"}, "ids-in-sources": {"a3": "3031"}}, "raw": {"H": "8", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "31", "LAT": "52N 5", "LON": "4E28", "MON": "10", "NUM": "3031", "PRO": "M", "SEC": "8", "YEA": "1882", "CITY": "SCHIEDAM"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8738	gauquelin-a3-3032-1872-04-29	{"a3": "3032"}	{"lerrcp": "A3-3032"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-3032", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ZUTFEN", "geoid": 0}, "notime": null, "date-ut": "1872-04-29 18:36:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-3032"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ZUTFEN", "geoid": 0}, "date-ut": "1872-04-29 18:36:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3032"}, "ids-in-sources": {"a3": "3032"}}, "raw": {"H": "18", "MN": "36", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "29", "LAT": "51N59", "LON": "5E54", "MON": "4", "NUM": "3032", "PRO": "M", "SEC": "24", "YEA": "1872", "CITY": "ZUTFEN"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8739	snijders-cornelis-1852-09-29	{"a3": "3033"}	{"lerrcp": "A3-3033"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cornelis", "family": "Snijders", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "NIEUWE-TONGE", "geoid": 0}, "notime": null, "date-ut": "1852-09-29 15:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Cornelis", "family": "Snijders"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "NIEUWE-TONGE", "geoid": 0}, "date-ut": "1852-09-29 15:42:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3033"}, "ids-in-sources": {"a3": "3033"}}, "raw": {"H": "15", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "29", "LAT": "52N 5", "LON": "4E28", "MON": "9", "NUM": "3033", "PRO": "M", "SEC": "8", "YEA": "1852", "CITY": "NIEUWE-TONGE"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8740	struycken-ant-1906-12-27	{"a3": "3034"}	{"lerrcp": "A3-3034"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ant", "family": "Struycken", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "BREDA", "geoid": 0}, "notime": null, "date-ut": "1906-12-27 06:38:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ant", "family": "Struycken"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "BREDA", "geoid": 0}, "date-ut": "1906-12-27 06:38:44"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3034"}, "ids-in-sources": {"a3": "3034"}}, "raw": {"H": "6", "MN": "38", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "27", "LAT": "51N42", "LON": "5E19", "MON": "12", "NUM": "3034", "PRO": "M", "SEC": "44", "YEA": "1906", "CITY": "BREDA"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8741	suchtelen-bertho-1885-09-07	{"a3": "3035"}	{"lerrcp": "A3-3035"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bertho", "family": "Suchtelen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1885-09-07 08:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Bertho", "family": "Suchtelen"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1885-09-07 08:12:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3035"}, "ids-in-sources": {"a3": "3035"}}, "raw": {"H": "8", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "7", "LAT": "52N 5", "LON": "4E28", "MON": "9", "NUM": "3035", "PRO": "M", "SEC": "8", "YEA": "1885", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8742	surie-henry-1867-04-02	{"a3": "3036"}	{"lerrcp": "A3-3036"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Surie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1867-04-02 10:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Surie"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1867-04-02 10:42:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3036"}, "ids-in-sources": {"a3": "3036"}}, "raw": {"H": "10", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "2", "LAT": "52N 5", "LON": "4E28", "MON": "4", "NUM": "3036", "PRO": "M", "SEC": "8", "YEA": "1867", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8743	tjarda-starkenborgh-alidius-1888-03-07	{"a3": "3037"}	{"lerrcp": "A3-3037"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Tjarda Starkenborgh Alidius", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "notime": null, "date-ut": "1888-03-07 14:33:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Tjarda Starkenborgh Alidius"}, "birth": {"place": {"c2": "GR", "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "date-ut": "1888-03-07 14:33:44"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3037"}, "ids-in-sources": {"a3": "3037"}}, "raw": {"H": "14", "MN": "33", "TZ": "0", "COD": "GR", "COU": "N", "DAY": "7", "LAT": "53N13", "LON": "6E34", "MON": "3", "NUM": "3037", "PRO": "M", "SEC": "44", "YEA": "1888", "CITY": "GRONINGEN"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8744	tricht-aleid-1886-01-04	{"a3": "3038"}	{"lerrcp": "A3-3038"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aleid", "family": "Tricht", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ARNHEM", "geoid": 0}, "notime": null, "date-ut": "1886-01-04 04:06:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Aleid", "family": "Tricht"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ARNHEM", "geoid": 0}, "date-ut": "1886-01-04 04:06:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3038"}, "ids-in-sources": {"a3": "3038"}}, "raw": {"H": "4", "MN": "6", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "4", "LAT": "51N59", "LON": "5E54", "MON": "1", "NUM": "3038", "PRO": "M", "SEC": "24", "YEA": "1886", "CITY": "ARNHEM"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8745	tuinen-christoffel-1865-03-18	{"a3": "3039"}	{"lerrcp": "A3-3039"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christoffel", "family": "Tuinen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "LEEUWARDEN", "geoid": 0}, "notime": null, "date-ut": "1865-03-18 02:36:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Christoffel", "family": "Tuinen"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "LEEUWARDEN", "geoid": 0}, "date-ut": "1865-03-18 02:36:48"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3039"}, "ids-in-sources": {"a3": "3039"}}, "raw": {"H": "2", "MN": "36", "TZ": "0", "COD": "F", "COU": "N", "DAY": "18", "LAT": "53N12", "LON": "5E48", "MON": "3", "NUM": "3039", "PRO": "M", "SEC": "48", "YEA": "1865", "CITY": "LEEUWARDEN"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8746	vijver-johannes-1880-07-07	{"a3": "3040"}	{"lerrcp": "A3-3040"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Vijver", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "notime": null, "date-ut": "1880-07-07 01:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Vijver"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "date-ut": "1880-07-07 01:41:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3040"}, "ids-in-sources": {"a3": "3040"}}, "raw": {"H": "1", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "7", "LAT": "52N22", "LON": "4E38", "MON": "7", "NUM": "3040", "PRO": "M", "SEC": "28", "YEA": "1880", "CITY": "A DAM"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8747	gauquelin-a3-3041-1886-08-02	{"a3": "3041"}	{"lerrcp": "A3-3041"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A3-3041", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1886-08-02 18:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-3041"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1886-08-02 18:42:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3041"}, "ids-in-sources": {"a3": "3041"}}, "raw": {"H": "18", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "2", "LAT": "52N 5", "LON": "4E28", "MON": "8", "NUM": "3041", "PRO": "M", "SEC": "8", "YEA": "1886", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8748	voorst-tot-voorst-jan-1880-12-29	{"a3": "3042"}	{"lerrcp": "A3-3042"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Voorst Tot Voorst Jan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "O", "c3": null, "cy": "NL", "lg": 6.08333, "lat": 52.51667, "name": "KAMPEN", "geoid": 0}, "notime": null, "date-ut": "1880-12-29 21:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Voorst Tot Voorst Jan"}, "birth": {"place": {"c2": "O", "cy": "NL", "lg": 6.08333, "lat": 52.51667, "name": "KAMPEN", "geoid": 0}, "date-ut": "1880-12-29 21:35:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3042"}, "ids-in-sources": {"a3": "3042"}}, "raw": {"H": "21", "MN": "35", "TZ": "0", "COD": "O", "COU": "N", "DAY": "29", "LAT": "52N31", "LON": "6E 5", "MON": "12", "NUM": "3042", "PRO": "M", "SEC": "40", "YEA": "1880", "CITY": "KAMPEN"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8749	vos-aart-1882-03-09	{"a3": "3043"}	{"lerrcp": "A3-3043"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aart", "family": "Vos", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "BREUKELEN-NIJEN", "geoid": 0}, "notime": null, "date-ut": "1882-03-09 09:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Aart", "family": "Vos"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "BREUKELEN-NIJEN", "geoid": 0}, "date-ut": "1882-03-09 09:39:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3043"}, "ids-in-sources": {"a3": "3043"}}, "raw": {"H": "9", "MN": "39", "TZ": "0", "COD": "U", "COU": "N", "DAY": "9", "LAT": "52N 6", "LON": "5E 8", "MON": "3", "NUM": "3043", "PRO": "M", "SEC": "28", "YEA": "1882", "CITY": "BREUKELEN-NIJEN"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8750	wagner-herman-1822-11-11	{"a3": "3044"}	{"lerrcp": "A3-3044"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Herman", "family": "Wagner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "L", "c3": null, "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "MAASTRICHT", "geoid": 0}, "notime": null, "date-ut": "1822-11-11 04:07:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Herman", "family": "Wagner"}, "birth": {"place": {"c2": "L", "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "MAASTRICHT", "geoid": 0}, "date-ut": "1822-11-11 04:07:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3044"}, "ids-in-sources": {"a3": "3044"}}, "raw": {"H": "4", "MN": "7", "TZ": "0", "COD": "L", "COU": "N", "DAY": "11", "LAT": "50N51", "LON": "5E40", "MON": "11", "NUM": "3044", "PRO": "M", "SEC": "20", "YEA": "1822", "CITY": "MAASTRICHT"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8751	willigen-pieter-1859-01-31	{"a3": "3045"}	{"lerrcp": "A3-3045"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pieter", "family": "Willigen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "GOUDA", "geoid": 0}, "notime": null, "date-ut": "1859-01-31 16:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pieter", "family": "Willigen"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "GOUDA", "geoid": 0}, "date-ut": "1859-01-31 16:42:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3045"}, "ids-in-sources": {"a3": "3045"}}, "raw": {"H": "16", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "31", "LAT": "52N 5", "LON": "4E28", "MON": "1", "NUM": "3045", "PRO": "M", "SEC": "8", "YEA": "1859", "CITY": "GOUDA"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8752	wittert-everard-1868-04-24	{"a3": "3046"}	{"lerrcp": "A3-3046"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Everard", "family": "Wittert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "L", "c3": null, "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "MAASTRICHT", "geoid": 0}, "notime": null, "date-ut": "1868-04-24 06:22:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Everard", "family": "Wittert"}, "birth": {"place": {"c2": "L", "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "MAASTRICHT", "geoid": 0}, "date-ut": "1868-04-24 06:22:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3046"}, "ids-in-sources": {"a3": "3046"}}, "raw": {"H": "6", "MN": "22", "TZ": "0", "COD": "L", "COU": "N", "DAY": "24", "LAT": "50N51", "LON": "5E40", "MON": "4", "NUM": "3046", "PRO": "M", "SEC": "20", "YEA": "1868", "CITY": "MAASTRICHT"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8753	wouters-grelldam-1883-02-21	{"a3": "3047"}	{"lerrcp": "A3-3047"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Grelldam", "family": "Wouters", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "L", "c3": null, "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "MAASTRICHT", "geoid": 0}, "notime": null, "date-ut": "1883-02-21 07:07:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Grelldam", "family": "Wouters"}, "birth": {"place": {"c2": "L", "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "MAASTRICHT", "geoid": 0}, "date-ut": "1883-02-21 07:07:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3047"}, "ids-in-sources": {"a3": "3047"}}, "raw": {"H": "7", "MN": "7", "TZ": "0", "COD": "L", "COU": "N", "DAY": "21", "LAT": "50N51", "LON": "5E40", "MON": "2", "NUM": "3047", "PRO": "M", "SEC": "20", "YEA": "1883", "CITY": "MAASTRICHT"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}]	[]
8756	abonnel-michel-1881-01-15	{"a4": "3", "g55": "05-239"}	{"g55": "05-239", "lerrcp": "A4-3"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Abonnel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:21", "date": "1881-01-15 08:00", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "notime": null, "date-ut": "1881-01-15 07:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Abonnel"}, "birth": {"tzo": "+00:12:21", "date": "1881-01-15 08:00", "place": {"c2": "63", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "date-ut": "1881-01-15 07:47:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-3"}, "ids-in-sources": {"a4": "3"}}, "raw": {"H": "7", "MN": "47", "TZ": "0", "COD": "63", "COU": "F", "DAY": "15", "LAT": "45N47", "LON": "3E 5", "MON": "1", "NUM": "3", "PRO": "P", "SEC": "40", "YEA": "1881", "CITY": "CLERMONT-FERRAND"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-239"}, "ids-in-source": {"g55": "05-239"}}, "raw": {"DAY": "15-1-1881", "HOUR": "8 h.", "NAME": "ABONNEL Michel", "PLACE": "Clermont-Ferrand (Puy-de-Dôme)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8758	achille-fould-georges-1865-08-24	{"a4": "5", "g55": "05-241"}	{"g55": "05-241", "lerrcp": "A4-5"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Achille-Fould", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:44", "date": "1865-08-24 19:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Asnières", "geoid": 0}, "notime": null, "date-ut": "1865-08-24 18:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Achille-Fould"}, "birth": {"tzo": "+00:08:44", "date": "1865-08-24 19:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Asnieres", "geoid": 0}, "date-ut": "1865-08-24 18:51:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-5"}, "ids-in-sources": {"a4": "5"}}, "raw": {"H": "18", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "24", "LAT": "48N50", "LON": "2E11", "MON": "8", "NUM": "5", "PRO": "P", "SEC": "16", "YEA": "1865", "CITY": "ASNIERES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Asnières"}}, "partial-ids": {"g55": "05-241"}, "ids-in-source": {"g55": "05-241"}}, "raw": {"DAY": "24-8-1865", "HOUR": "19 h.", "NAME": "ACHILLE-FOULD Georges (Mlle)", "PLACE": "Asnières (Seine)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8761	aiguier-louis-1819-02-23	{"a4": "8"}	{"lerrcp": "A4-8"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Aiguier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:43", "date": "1819-02-23 16:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1819-02-23 15:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Aiguier"}, "birth": {"tzo": "+00:23:43", "date": "1819-02-23 16:00", "place": {"c2": "83", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1819-02-23 15:34:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-8"}, "ids-in-sources": {"a4": "8"}}, "raw": {"H": "15", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "23", "LAT": "43N32", "LON": "6E28", "MON": "2", "NUM": "8", "PRO": "P", "SEC": "8", "YEA": "1819", "CITY": "TOULON"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
8760	agache-alfred-1843-08-29	{"a4": "7", "g55": "05-3"}	{"g55": "05-3", "lerrcp": "A4-7"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Agache", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1843-08-29 08:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1843-08-29 07:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Agache"}, "birth": {"tzo": "+00:12:14", "date": "1843-08-29 08:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1843-08-29 07:47:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-7"}, "ids-in-sources": {"a4": "7"}}, "raw": {"H": "7", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "29", "LAT": "50N39", "LON": "3E 5", "MON": "8", "NUM": "7", "PRO": "P", "SEC": "40", "YEA": "1843", "CITY": "LILLE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-3"}, "ids-in-source": {"g55": "05-3"}}, "raw": {"DAY": "29-8-1843", "HOUR": "8 h.", "NAME": "AGACHE Alfred-Pierre", "PLACE": "Lille (Nord)."}, "date": "2023-08-20T14:48:36+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8763	alaux-gustave-1887-08-21	{"a4": "10", "g55": "05-244"}	{"g55": "05-244", "lerrcp": "A4-10"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Alaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1887-08-21 09:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1887-08-21 09:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Alaux"}, "birth": {"tzo": "-00:02:19", "date": "1887-08-21 09:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1887-08-21 09:57:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-10"}, "ids-in-sources": {"a4": "10"}}, "raw": {"H": "9", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "21", "LAT": "44N50", "LON": "0W34", "MON": "8", "NUM": "10", "PRO": "P", "SEC": "36", "YEA": "1887", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-244"}, "ids-in-source": {"g55": "05-244"}}, "raw": {"DAY": "21-8-1887", "HOUR": "10 h.", "NAME": "ALAUX Gustave", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8768	alleaume-ludovic-1859-03-24	{"a4": "15", "g55": "05-5"}	{"g55": "05-5", "lerrcp": "A4-15"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludovic", "family": "Alleaume", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:12", "date": "1859-03-24 06:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "notime": null, "date-ut": "1859-03-24 06:02:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Ludovic", "family": "Alleaume"}, "birth": {"tzo": "-00:02:12", "date": "1859-03-24 06:00", "place": {"c2": "49", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "date-ut": "1859-03-24 06:02:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-15"}, "ids-in-sources": {"a4": "15"}}, "raw": {"H": "6", "MN": "2", "TZ": "0", "COD": "49", "COU": "F", "DAY": "24", "LAT": "47N28", "LON": "0W32", "MON": "3", "NUM": "15", "PRO": "P", "SEC": "8", "YEA": "1859", "CITY": "ANGERS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-5"}, "ids-in-source": {"g55": "05-5"}}, "raw": {"DAY": "24-3-1859", "HOUR": "6 h.", "NAME": "ALLEAUME Ludovic", "PLACE": "Angers (Maine-et-Loire)."}, "date": "2023-08-20T14:48:36+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8766	alizard-joseph-1867-08-12	{"a4": "13", "g55": "05-245"}	{"g55": "05-245", "lerrcp": "A4-13"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Alizard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:20", "date": "1867-08-12 22:00", "note": null, "place": {"c1": null, "c2": "52", "c3": null, "cy": "FR", "lg": 5.33308, "lat": 47.86263, "name": "Langres", "geoid": 3007680}, "notime": null, "date-ut": "1867-08-12 21:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Alizard"}, "birth": {"tzo": "+00:21:20", "date": "1867-08-12 22:00", "place": {"c2": "52", "cy": "FR", "lg": 5.33308, "lat": 47.86263, "name": "Langres", "geoid": 3007680}, "date-ut": "1867-08-12 21:39:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-13"}, "ids-in-sources": {"a4": "13"}}, "raw": {"H": "21", "MN": "39", "TZ": "0", "COD": "52", "COU": "F", "DAY": "12", "LAT": "48N 7", "LON": "5E 8", "MON": "8", "NUM": "13", "PRO": "P", "SEC": "28", "YEA": "1867", "CITY": "LANGRES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-245"}, "ids-in-source": {"g55": "05-245"}}, "raw": {"DAY": "12-8-1867", "HOUR": "22 h.", "NAME": "ALIZARD Joseph Paul", "PLACE": "Langres (Haute-Marne)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8769	gauquelin-a4-16-1833-03-19	{"a4": "16"}	{"lerrcp": "A4-16"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-16", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1833-03-19 12:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1833-03-19 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-16"}, "birth": {"tzo": "+00:09:24", "date": "1833-03-19 12:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1833-03-19 11:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-16"}, "ids-in-sources": {"a4": "16"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "19", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "16", "PRO": "P", "SEC": "40", "YEA": "1833", "CITY": "PARIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
8771	amiel-louis-1802-03-12	{"a4": "18", "g55": "05-248"}	{"g55": "05-248", "lerrcp": "A4-18"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Amiel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:49", "date": "1802-03-12 02:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 1.95339, "lat": 43.31814, "name": "Castelnaudary", "geoid": 3028351}, "notime": null, "date-ut": "1802-03-12 01:50:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Amiel"}, "birth": {"tzo": "+00:07:49", "date": "1802-03-12 02:00", "place": {"c2": "11", "cy": "FR", "lg": 1.95339, "lat": 43.31814, "name": "Castelnaudary", "geoid": 3028351}, "date-ut": "1802-03-12 01:50:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-18"}, "ids-in-sources": {"a4": "18"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "12", "LAT": "43N12", "LON": "2E21", "MON": "3", "NUM": "18", "PRO": "P", "SEC": "36", "YEA": "1802", "CITY": "CASTELNAUDARY"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-248"}, "ids-in-source": {"g55": "05-248"}}, "raw": {"DAY": "12-3-1802", "HOUR": "2 h.", "NAME": "AMIEL Louis Félix", "PLACE": "Castelnaudary (Aude)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8773	angrand-charles-1854-04-19	{"a4": "20", "g55": "05-250"}	{"g55": "05-250", "lerrcp": "A4-20"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Angrand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:20", "date": "1854-04-19 11:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.08333, "lat": 49.43333, "name": "Criquetot-sur-Ouville", "geoid": 0}, "notime": null, "date-ut": "1854-04-19 10:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Angrand"}, "birth": {"tzo": "+00:04:20", "date": "1854-04-19 11:00", "place": {"c2": "76", "cy": "FR", "lg": 1.08333, "lat": 49.43333, "name": "Criquetotsouvil", "geoid": 0}, "date-ut": "1854-04-19 10:55:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-20"}, "ids-in-sources": {"a4": "20"}}, "raw": {"H": "10", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "19", "LAT": "49N26", "LON": "1E 5", "MON": "4", "NUM": "20", "PRO": "P", "SEC": "40", "YEA": "1854", "CITY": "CRIQUETOTSOUVIL"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Criquetot-sur-Ouville"}}, "partial-ids": {"g55": "05-250"}, "ids-in-source": {"g55": "05-250"}}, "raw": {"DAY": "19-4-1854", "HOUR": "11 h.", "NAME": "ANGRAND Charles", "PLACE": "Criquetot-sur-Ouville (Seine-Inf.)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8775	antigna-alexandre-1817-03-07	{"a4": "22", "g55": "05-7"}	{"g55": "05-7", "lerrcp": "A4-22"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Antigna", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:37", "date": "1817-03-07 04:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1817-03-07 03:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Antigna"}, "birth": {"tzo": "+00:07:37", "date": "1817-03-07 04:00", "place": {"c2": "45", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1817-03-07 03:52:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-22"}, "ids-in-sources": {"a4": "22"}}, "raw": {"H": "3", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "7", "LAT": "47N54", "LON": "1E54", "MON": "3", "NUM": "22", "PRO": "P", "SEC": "24", "YEA": "1817", "CITY": "ORLEANS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-7"}, "ids-in-source": {"g55": "05-7"}}, "raw": {"DAY": "7-3-1817", "HOUR": "4 h.", "NAME": "ANTIGNA Alexandre Jean", "PLACE": "Orléans (Loire)."}, "date": "2023-08-20T14:48:36+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8777	appert-eugene-1814-12-29	{"a4": "24", "g55": "05-251"}	{"g55": "05-251", "lerrcp": "A4-24"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Appert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:12", "date": "1814-12-29 01:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "notime": null, "date-ut": "1814-12-29 01:02:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Appert"}, "birth": {"tzo": "-00:02:12", "date": "1814-12-29 01:00", "place": {"c2": "49", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "date-ut": "1814-12-29 01:02:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-24"}, "ids-in-sources": {"a4": "24"}}, "raw": {"H": "1", "MN": "2", "TZ": "0", "COD": "49", "COU": "F", "DAY": "29", "LAT": "47N28", "LON": "0W32", "MON": "12", "NUM": "24", "PRO": "P", "SEC": "8", "YEA": "1814", "CITY": "ANGERS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-251"}, "ids-in-source": {"g55": "05-251"}}, "raw": {"DAY": "29-12-1814", "HOUR": "1 h.", "NAME": "APPERT Eugène", "PLACE": "Angers (Maine-et-Loire)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8783	aubert-joseph-1849-08-19	{"a4": "30"}	{"lerrcp": "A4-30"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Aubert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1849-08-19 23:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1849-08-19 23:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Aubert"}, "birth": {"tzo": "-00:06:13", "date": "1849-08-19 23:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1849-08-19 23:06:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-30"}, "ids-in-sources": {"a4": "30"}}, "raw": {"H": "23", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "19", "LAT": "47N13", "LON": "1W35", "MON": "8", "NUM": "30", "PRO": "P", "SEC": "20", "YEA": "1849", "CITY": "NANTES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
8779	arus-jean-1846-11-06	{"a4": "26", "g55": "05-253"}	{"g55": "05-253", "lerrcp": "A4-26"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Arus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:26", "date": "1846-11-06 22:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1846-11-06 21:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Arus"}, "birth": {"tzo": "+00:17:26", "date": "1846-11-06 22:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1846-11-06 21:42:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-26"}, "ids-in-sources": {"a4": "26"}}, "raw": {"H": "21", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "6", "LAT": "43N51", "LON": "4E21", "MON": "11", "NUM": "26", "PRO": "P", "SEC": "36", "YEA": "1846", "CITY": "NIMES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-253"}, "ids-in-source": {"g55": "05-253"}}, "raw": {"DAY": "6-11-1846", "HOUR": "22 h.", "NAME": "ARUS Jean-Marie Jo.", "PLACE": "Nimes (Gard)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8782	astruc-zacharie-1833-02-20	{"a4": "29", "g55": "05-255"}	{"g55": "05-255", "lerrcp": "A4-29"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Zacharie", "family": "Astruc", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:12", "date": "1833-02-20 02:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "notime": null, "date-ut": "1833-02-20 02:02:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-29"}, "birth": {"tzo": "-00:02:12", "date": "1833-02-20 02:00", "place": {"c2": "49", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "date-ut": "1833-02-20 02:02:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-29"}, "ids-in-sources": {"a4": "29"}}, "raw": {"H": "2", "MN": "2", "TZ": "0", "COD": "49", "COU": "F", "DAY": "20", "LAT": "47N28", "LON": "0W32", "MON": "2", "NUM": "29", "PRO": "P", "SEC": "8", "YEA": "1833", "CITY": "ANGERS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Zacharie", "family": "Astruc", "nobility": ""}, "slug": "astruc-zacharie-1833-02-20", "partial-ids": {"g55": "05-255"}, "ids-in-source": {"g55": "05-255"}}, "raw": {"DAY": "20-2-1833", "HOUR": "2 h.", "NAME": "ASTRUC Zacharie", "PLACE": "Angers (Maine-et-Loire)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8787	bach-marcel-1879-05-20	{"a4": "34"}	{"lerrcp": "A4-34"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Bach", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1879-05-20 18:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1879-05-20 18:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Bach"}, "birth": {"tzo": "-00:02:19", "date": "1879-05-20 18:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1879-05-20 18:57:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-34"}, "ids-in-sources": {"a4": "34"}}, "raw": {"H": "18", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "20", "LAT": "44N50", "LON": "0W34", "MON": "5", "NUM": "34", "PRO": "P", "SEC": "36", "YEA": "1879", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
8785	auffray-alexandre-1869-05-14	{"a4": "32", "g55": "05-257"}	{"g55": "05-257", "lerrcp": "A4-32"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Auffray", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:20", "date": "1869-05-14 18:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.58333, "lat": 47.21667, "name": "Saint-Nazaire", "geoid": 0}, "notime": null, "date-ut": "1869-05-14 18:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Auffray"}, "birth": {"tzo": "-00:06:20", "date": "1869-05-14 18:00", "place": {"c2": "44", "cy": "FR", "lg": -1.58333, "lat": 47.21667, "name": "Stnazaire", "geoid": 0}, "date-ut": "1869-05-14 18:06:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-32"}, "ids-in-sources": {"a4": "32"}}, "raw": {"H": "18", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "14", "LAT": "47N13", "LON": "1W35", "MON": "5", "NUM": "32", "PRO": "P", "SEC": "20", "YEA": "1869", "CITY": "STNAZAIRE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Nazaire"}}, "partial-ids": {"g55": "05-257"}, "ids-in-source": {"g55": "05-257"}}, "raw": {"DAY": "14-5-1869", "HOUR": "18 h.", "NAME": "AUFFRAY Alexandre", "PLACE": "Saint-Nazaire (Loire-Inférieure)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8788	bachelet-emile-1892-01-02	{"a4": "35", "g55": "05-259"}	{"g55": "05-259", "lerrcp": "A4-35"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Bachelet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1892-01-02 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Bachelet"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1892-01-02 00:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-35"}, "ids-in-sources": {"a4": "35"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "54", "COU": "F", "DAY": "2", "LAT": "48N42", "LON": "6E12", "MON": "1", "NUM": "35", "PRO": "P", "SEC": "40", "YEA": "1892", "CITY": "NANCY"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-259"}, "ids-in-source": {"g55": "05-259"}}, "raw": {"DAY": "2-1-1892", "HOUR": "1 h.", "NAME": "BACHELET Emile Just", "PLACE": "Nancy (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8789	badin-pierre-1805-07-28	{"a4": "36", "g55": "05-260"}	{"g55": "05-260", "lerrcp": "A4-36"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Badin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:17", "date": "1805-07-28 06:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.57033, "lat": 47.7996, "name": "Auxerre", "geoid": 3035843}, "notime": null, "date-ut": "1805-07-28 05:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Badin"}, "birth": {"tzo": "+00:14:17", "date": "1805-07-28 06:00", "place": {"c2": "89", "cy": "FR", "lg": 3.57033, "lat": 47.7996, "name": "Auxerre", "geoid": 3035843}, "date-ut": "1805-07-28 05:45:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-36"}, "ids-in-sources": {"a4": "36"}}, "raw": {"H": "5", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "28", "LAT": "47N48", "LON": "3E35", "MON": "7", "NUM": "36", "PRO": "P", "SEC": "40", "YEA": "1805", "CITY": "AUXERRE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-260"}, "ids-in-source": {"g55": "05-260"}}, "raw": {"DAY": "28-7-1805", "HOUR": "6 h.", "NAME": "BADIN Pierre Adolphe", "PLACE": "Auxerre (Yonne)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8793	baille-herve-1896-01-21	{"a4": "40", "g55": "05-262"}	{"g55": "05-262", "lerrcp": "A4-40"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Herve", "family": "Baille", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1896-01-21 17:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "notime": null, "date-ut": "1896-01-21 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Herve", "family": "Baille"}, "birth": {"tzo": "+00:09:21", "date": "1896-01-21 17:00", "place": {"c2": "34", "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "date-ut": "1896-01-21 16:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-40"}, "ids-in-sources": {"a4": "40"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "34", "COU": "F", "DAY": "21", "LAT": "43N37", "LON": "3E53", "MON": "1", "NUM": "40", "PRO": "P", "SEC": "40", "YEA": "1896", "CITY": "SETE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-262"}, "ids-in-source": {"g55": "05-262"}}, "raw": {"DAY": "21-1-1896", "HOUR": "17 h.", "NAME": "BAILLE Hervé", "PLACE": "Sete (Hérault)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8794	baillergeau-yves-1881-10-03	{"a4": "41"}	{"lerrcp": "A4-41"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Baillergeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1881-10-03 12:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1881-10-03 12:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Baillergeau"}, "birth": {"tzo": "-00:06:13", "date": "1881-10-03 12:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1881-10-03 12:06:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-41"}, "ids-in-sources": {"a4": "41"}}, "raw": {"H": "12", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "3", "LAT": "47N13", "LON": "1W35", "MON": "10", "NUM": "41", "PRO": "P", "SEC": "20", "YEA": "1881", "CITY": "NANTES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
8798	ball-demont-adrienne-1888-03-16	{"a4": "45", "g55": "05-266"}	{"g55": "05-266", "lerrcp": "A4-45"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrienne", "family": "Ball-Demont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:48", "date": "1888-03-16 14:15:28", "note": null, "place": {"c1": null, "c2": "91", "c3": null, "cy": "FR", "lg": 2.45039, "lat": 48.70543, "name": "Montgeron", "geoid": 2992536}, "notime": null, "date-ut": "1888-03-16 14:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Adrienne", "family": "Ball-Demont"}, "birth": {"tzo": "+00:09:48", "date": "1888-03-16 14:15:28", "place": {"c2": "91", "cy": "FR", "lg": 2.45039, "lat": 48.70543, "name": "Montgeron", "geoid": 2992536}, "date-ut": "1888-03-16 14:05:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-45"}, "ids-in-sources": {"a4": "45"}}, "raw": {"H": "14", "MN": "5", "TZ": "0", "COD": "91", "COU": "F", "DAY": "16", "LAT": "48N36", "LON": "2E20", "MON": "3", "NUM": "45", "PRO": "P", "SEC": "40", "YEA": "1888", "CITY": "MONTGERON"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-266"}, "ids-in-source": {"g55": "05-266"}}, "raw": {"DAY": "16-3-1888", "HOUR": "14 h. 15", "NAME": "BALL-DEMONT Adrienne Elodie", "PLACE": "Montgeron (Seine-et-Oise)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8801	balthasar-casimir-1811-11-04	{"a4": "48", "g55": "05-268"}	{"g55": "05-268", "lerrcp": "A4-48"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Casimir", "family": "Balthasar", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:15", "date": "1811-11-04 23:14:31", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.06278, "lat": 49.32881, "name": "Hayange", "geoid": 3013627}, "notime": null, "date-ut": "1811-11-04 22:50:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Casimir", "family": "Balthasar"}, "birth": {"tzo": "+00:24:15", "date": "1811-11-04 23:14:31", "place": {"c2": "57", "cy": "FR", "lg": 6.06278, "lat": 49.32881, "name": "Hayange", "geoid": 3013627}, "date-ut": "1811-11-04 22:50:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-48"}, "ids-in-sources": {"a4": "48"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "57", "COU": "F", "DAY": "4", "LAT": "49N 7", "LON": "6E11", "MON": "11", "NUM": "48", "PRO": "P", "SEC": "16", "YEA": "1811", "CITY": "HAYANGE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-268"}, "ids-in-source": {"g55": "05-268"}}, "raw": {"DAY": "4-11-1811", "HOUR": "23 h. 15", "NAME": "BALTHASAR (de) Casimir", "PLACE": "Hayange (Moselle)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8799	ballue-pierre-ernest-1855-02-27	{"a4": "46", "g55": "05-274"}	{"g55": "05-274", "lerrcp": "A4-46"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre Ernest", "family": "Ballue", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:48", "date": "1855-02-27 13:00", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": 0.7, "lat": 47.4, "name": "La Haye-Descartes", "geoid": 0}, "notime": null, "date-ut": "1855-02-27 12:57:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-46"}, "birth": {"tzo": "+00:02:48", "date": "1855-02-27 13:00", "place": {"c2": "37", "cy": "FR", "lg": 0.7, "lat": 47.4, "name": "Lahayedescartes", "geoid": 0}, "date-ut": "1855-02-27 12:57:12"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-46"}, "ids-in-sources": {"a4": "46"}}, "raw": {"H": "12", "MN": "57", "TZ": "0", "COD": "37", "COU": "F", "DAY": "27", "LAT": "47N24", "LON": "0E42", "MON": "2", "NUM": "46", "PRO": "P", "SEC": "12", "YEA": "1855", "CITY": "LAHAYEDESCARTES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Pierre Ernest", "family": "Ballue", "nobility": ""}, "slug": "ballue-pierre-ernest-1855-02-27", "birth": {"place": {"name": "La Haye-Descartes"}}, "partial-ids": {"g55": "05-274"}, "ids-in-source": {"g55": "05-274"}}, "raw": {"DAY": "27-2-1855", "HOUR": "13 h.", "NAME": "BALLUE Pierre Ernest", "PLACE": "La Haye-Descartes (Indre-et-L.)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8808	baron-henri-1816-06-23	{"a4": "55", "g55": "05-12"}	{"g55": "05-12", "lerrcp": "A4-55"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Baron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:04", "date": "1816-06-23 22:30", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1816-06-23 22:05:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Baron"}, "birth": {"tzo": "+00:24:04", "date": "1816-06-23 22:30", "place": {"c2": "25", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1816-06-23 22:05:52"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-55"}, "ids-in-sources": {"a4": "55"}}, "raw": {"H": "22", "MN": "5", "TZ": "0", "COD": "25", "COU": "F", "DAY": "23", "LAT": "47N15", "LON": "6E 2", "MON": "6", "NUM": "55", "PRO": "P", "SEC": "52", "YEA": "1816", "CITY": "BESANCON"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-12"}, "ids-in-source": {"g55": "05-12"}}, "raw": {"DAY": "23-6-1816", "HOUR": "22 h. 30", "NAME": "BARON Henri Charles", "PLACE": "Besançon (Doubs)."}, "date": "2023-08-20T14:48:36+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8805	barbotin-william-1861-08-25	{"a4": "52", "g55": "05-271"}	{"g55": "05-271", "lerrcp": "A4-52"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Barbotin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:40", "date": "1861-08-25 07:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -1.16667, "lat": 46.15, "name": "Ars-en-Ré", "geoid": 0}, "notime": null, "date-ut": "1861-08-25 07:04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "William", "family": "Barbotin"}, "birth": {"tzo": "-00:04:40", "date": "1861-08-25 07:00", "place": {"c2": "17", "cy": "FR", "lg": -1.16667, "lat": 46.15, "name": "Arsenre", "geoid": 0}, "date-ut": "1861-08-25 07:04:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-52"}, "ids-in-sources": {"a4": "52"}}, "raw": {"H": "7", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "25", "LAT": "46N 9", "LON": "1W10", "MON": "8", "NUM": "52", "PRO": "P", "SEC": "40", "YEA": "1861", "CITY": "ARSENRE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Ars-en-Ré"}}, "partial-ids": {"g55": "05-271"}, "ids-in-source": {"g55": "05-271"}}, "raw": {"DAY": "25-8-1861", "HOUR": "7 h.", "NAME": "BARBOTIN William", "PLACE": "Ars-en-Ré (Charente-Maritime)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8810	bascoules-jean-1886-08-19	{"a4": "57", "g55": "05-277"}	{"g55": "05-277", "lerrcp": "A4-57"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bascoules", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:35", "date": "1886-08-19 06:30", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "notime": null, "date-ut": "1886-08-19 06:18:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bascoules"}, "birth": {"tzo": "+00:11:35", "date": "1886-08-19 06:30", "place": {"c2": "66", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "date-ut": "1886-08-19 06:18:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-57"}, "ids-in-sources": {"a4": "57"}}, "raw": {"H": "6", "MN": "18", "TZ": "0", "COD": "66", "COU": "F", "DAY": "19", "LAT": "42N42", "LON": "2E55", "MON": "8", "NUM": "57", "PRO": "P", "SEC": "20", "YEA": "1886", "CITY": "PERPIGNAN"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-277"}, "ids-in-source": {"g55": "05-277"}}, "raw": {"DAY": "19-8-1886", "HOUR": "6 h. 30", "NAME": "BASCOULES Jean Désiré", "PLACE": "Perpignan (Pyr.-Orient)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8812	bastide-alice-1868-05-18	{"a4": "59", "g55": "05-279"}	{"g55": "05-279", "lerrcp": "A4-59"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alice", "family": "Bastide", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:56", "date": "1868-05-18 08:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Saint-Mandé", "geoid": 0}, "notime": null, "date-ut": "1868-05-18 07:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alice", "family": "Bastide"}, "birth": {"tzo": "+00:09:56", "date": "1868-05-18 08:00", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Stmande", "geoid": 0}, "date-ut": "1868-05-18 07:50:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-59"}, "ids-in-sources": {"a4": "59"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "18", "LAT": "48N47", "LON": "2E29", "MON": "5", "NUM": "59", "PRO": "P", "SEC": "4", "YEA": "1868", "CITY": "STMANDE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Mandé"}}, "partial-ids": {"g55": "05-279"}, "ids-in-source": {"g55": "05-279"}}, "raw": {"DAY": "18-5-1868", "HOUR": "8 h.", "NAME": "BASTIDE Alice Claire", "PLACE": "Saint-Mandé (Seine)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
17960	carraz-maurice-1921-02-23	{"e1": "328"}	{"lerrcp": "E1-328"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Carraz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1921-02-23 21:00", "note": null, "place": {"c1": null, "c2": "01", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Cibains", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Carraz"}, "birth": {"tzo": "", "date": "1921-02-23 21:00", "place": {"c2": "01", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Cibains", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "328"}}, "raw": {"H": "21:00", "COD": "01", "DAY": "23", "MON": "02", "NUM": "0328", "PRO": "PH", "YEA": "1921", "CITY": "Cibains", "NAME": "CARRAZ Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
8816	battaille-eugene-1817-04-18	{"a4": "63", "g55": "05-281"}	{"g55": "05-281", "lerrcp": "A4-63"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Battaille", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:23", "date": "1817-04-18 06:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.59714, "lat": 48.83792, "name": "Granville", "geoid": 3014867}, "notime": null, "date-ut": "1817-04-18 06:04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Battaille"}, "birth": {"tzo": "-00:06:23", "date": "1817-04-18 06:00", "place": {"c2": "50", "cy": "FR", "lg": -1.59714, "lat": 48.83792, "name": "Granville", "geoid": 3014867}, "date-ut": "1817-04-18 06:04:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-63"}, "ids-in-sources": {"a4": "63"}}, "raw": {"H": "6", "MN": "4", "TZ": "0", "COD": "50", "COU": "F", "DAY": "18", "LAT": "49N 7", "LON": "1W 5", "MON": "4", "NUM": "63", "PRO": "P", "SEC": "20", "YEA": "1817", "CITY": "GRANVILLE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-281"}, "ids-in-source": {"g55": "05-281"}}, "raw": {"DAY": "18-4-1817", "HOUR": "6 h.", "NAME": "BATTAILLE Eugène Antonin", "PLACE": "Granville (Manche)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8818	baude-francois-1880-01-10	{"a4": "65", "g55": "05-283"}	{"g55": "05-283", "lerrcp": "A4-65"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Baude", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:40", "date": "1880-01-10 21:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 2.91518, "lat": 50.69499, "name": "Houplines", "geoid": 3013082}, "notime": null, "date-ut": "1880-01-10 20:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "François", "family": "Baude"}, "birth": {"tzo": "+00:11:40", "date": "1880-01-10 21:00", "place": {"c2": "59", "cy": "FR", "lg": 2.91518, "lat": 50.69499, "name": "Houplines", "geoid": 3013082}, "date-ut": "1880-01-10 20:47:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-65"}, "ids-in-sources": {"a4": "65"}}, "raw": {"H": "20", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "10", "LAT": "50N39", "LON": "3E 5", "MON": "1", "NUM": "65", "PRO": "P", "SEC": "40", "YEA": "1880", "CITY": "HOUPLINES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-283"}, "ids-in-source": {"g55": "05-283"}}, "raw": {"DAY": "10-1-1880", "HOUR": "21 h.", "NAME": "BAUDE Francois Charles", "PLACE": "Houplines (Nord)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8823	bazille-jean-1841-12-06	{"a4": "70", "g55": "05-16"}	{"g55": "05-16", "lerrcp": "A4-70"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bazille", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1841-12-06 21:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1841-12-06 20:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bazille"}, "birth": {"tzo": "+00:15:30", "date": "1841-12-06 21:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1841-12-06 20:44:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-70"}, "ids-in-sources": {"a4": "70"}}, "raw": {"H": "20", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "6", "LAT": "43N37", "LON": "3E53", "MON": "12", "NUM": "70", "PRO": "P", "SEC": "28", "YEA": "1841", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-16"}, "ids-in-source": {"g55": "05-16"}}, "raw": {"DAY": "6-12-1841", "HOUR": "21 h.", "NAME": "BAZILLE Jean-Frédéric", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:48:36+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8820	baudoin-paul-1844-10-24	{"a4": "67", "g55": "05-285"}	{"g55": "05-285", "lerrcp": "A4-67"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Baudoin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:24", "date": "1844-10-24 10:30", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1844-10-24 10:25:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Baudoin"}, "birth": {"tzo": "+00:04:24", "date": "1844-10-24 10:30", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1844-10-24 10:25:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-67"}, "ids-in-sources": {"a4": "67"}}, "raw": {"H": "10", "MN": "25", "TZ": "0", "COD": "76", "COU": "F", "DAY": "24", "LAT": "49N26", "LON": "1E 5", "MON": "10", "NUM": "67", "PRO": "P", "SEC": "40", "YEA": "1844", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-285"}, "ids-in-source": {"g55": "05-285"}}, "raw": {"DAY": "24-10-1844", "HOUR": "10 h. 30", "NAME": "BAUDOIN Paul Albert", "PLACE": "Rouen (Seine-Inférieure)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8825	beaume-emile-1888-04-28	{"a4": "72", "g55": "05-287"}	{"g55": "05-287", "lerrcp": "A4-72"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Beaume", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:41", "date": "1888-04-28 22:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.42258, "lat": 43.45997, "name": "Pézenas", "geoid": 2987441}, "notime": null, "date-ut": "1888-04-28 21:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Beaume"}, "birth": {"tzo": "+00:13:41", "date": "1888-04-28 22:00", "place": {"c2": "34", "cy": "FR", "lg": 3.42258, "lat": 43.45997, "name": "Pézenas", "geoid": 2987441}, "date-ut": "1888-04-28 21:44:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-72"}, "ids-in-sources": {"a4": "72"}}, "raw": {"H": "21", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "28", "LAT": "43N37", "LON": "3E53", "MON": "4", "NUM": "72", "PRO": "P", "SEC": "28", "YEA": "1888", "CITY": "PEZENAS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-287"}, "ids-in-source": {"g55": "05-287"}}, "raw": {"DAY": "28-4-1888", "HOUR": "22 h.", "NAME": "BEAUME Emile", "PLACE": "Pézenas (Hérault)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8827	beaumont-jean-1895-10-01	{"a4": "74", "g55": "05-289"}	{"g55": "05-289", "lerrcp": "A4-74"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Beaumont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-10-01 13:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.00288, "lat": 49.28669, "name": "Elbeuf", "geoid": 3020307}, "notime": null, "date-ut": "1895-10-01 12:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Beaumont"}, "birth": {"tzo": "+00:09:21", "date": "1895-10-01 13:00", "place": {"c2": "76", "cy": "FR", "lg": 1.00288, "lat": 49.28669, "name": "Elbeuf", "geoid": 3020307}, "date-ut": "1895-10-01 12:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-74"}, "ids-in-sources": {"a4": "74"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "76", "COU": "F", "DAY": "1", "LAT": "49N26", "LON": "1E 5", "MON": "10", "NUM": "74", "PRO": "P", "SEC": "40", "YEA": "1895", "CITY": "ELBEUF"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-289"}, "ids-in-source": {"g55": "05-289"}}, "raw": {"DAY": "1-10-1895", "HOUR": "13 h.", "NAME": "BEAUMONT Jean Georges", "PLACE": "Elbeuf (Seine-Inférieure)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8831	bechillon-marc-1916-12-17	{"a4": "78", "g55": "05-292"}	{"g55": "05-292", "lerrcp": "A4-78"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marc", "family": "Bechillon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-12-17 01:00", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "notime": null, "date-ut": "1916-12-17 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Marc", "family": "Bechillon"}, "birth": {"tzo": "+00:00", "date": "1916-12-17 01:00", "place": {"c2": "24", "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "date-ut": "1916-12-17 01:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-78"}, "ids-in-sources": {"a4": "78"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "24", "COU": "F", "DAY": "17", "LAT": "45N11", "LON": "0E44", "MON": "12", "NUM": "78", "PRO": "P", "SEC": "0", "YEA": "1916", "CITY": "PERIGUEUX"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-292"}, "ids-in-source": {"g55": "05-292"}}, "raw": {"DAY": "17-12-1916", "HOUR": "1 h.", "NAME": "BECHILLON (de) Marc", "PLACE": "Périgueux (Dordogne)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8833	belle-narcisse-1900-09-09	{"a4": "80", "g55": "05-294"}	{"g55": "05-294", "lerrcp": "A4-80"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Narcisse", "family": "Belle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-09-09 11:00", "note": null, "place": {"c1": null, "c2": "23", "c3": null, "cy": "FR", "lg": 1.86667, "lat": 46.28333, "name": "Saint-Silvain", "geoid": 0}, "notime": null, "date-ut": "1900-09-09 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Narcisse", "family": "Belle"}, "birth": {"tzo": "+00:09:21", "date": "1900-09-09 11:00", "place": {"c2": "23", "cy": "FR", "lg": 1.86667, "lat": 46.28333, "name": "Saint-Silvainsstoul", "geoid": 0}, "date-ut": "1900-09-09 10:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-80"}, "ids-in-sources": {"a4": "80"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "23", "COU": "F", "DAY": "9", "LAT": "46N17", "LON": "1E52", "MON": "9", "NUM": "80", "PRO": "P", "SEC": "40", "YEA": "1900", "CITY": "ST-SILVAINSSTOUL"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Silvain"}}, "partial-ids": {"g55": "05-294"}, "ids-in-source": {"g55": "05-294"}}, "raw": {"DAY": "9-9-1900", "HOUR": "11 h.", "NAME": "BELLE Narcisse", "PLACE": "Saint-Silvain (Creuse)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8835	belly-leon-1827-03-23	{"a4": "82", "g55": "05-296"}	{"g55": "05-296", "lerrcp": "A4-82"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Belly", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:03", "date": "1827-03-23 11:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "notime": null, "date-ut": "1827-03-23 10:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Belly"}, "birth": {"tzo": "+00:09:03", "date": "1827-03-23 11:00", "place": {"c2": "62", "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "date-ut": "1827-03-23 10:48:56"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-82"}, "ids-in-sources": {"a4": "82"}}, "raw": {"H": "10", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "23", "LAT": "50N18", "LON": "2E46", "MON": "3", "NUM": "82", "PRO": "P", "SEC": "56", "YEA": "1827", "CITY": "ST-OMER"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-296"}, "ids-in-source": {"g55": "05-296"}}, "raw": {"DAY": "23-3-1827", "HOUR": "11 h.", "NAME": "BELLY Léon Adolphe", "PLACE": "Saint-Omer (Pas-de-Calais)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8837	benner-emmanuel-1836-03-28	{"a4": "84", "g55": "05-298"}	{"g55": "05-298", "lerrcp": "A4-84"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emmanuel", "family": "Benner", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:19", "date": "1836-03-28 19:30", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "notime": null, "date-ut": "1836-03-28 19:00:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-84"}, "birth": {"tzo": "+00:29:19", "date": "1836-03-28 19:30", "place": {"c2": "68", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "date-ut": "1836-03-28 19:00:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-84"}, "ids-in-sources": {"a4": "84"}}, "raw": {"H": "19", "MN": "0", "TZ": "0", "COD": "68", "COU": "F", "DAY": "28", "LAT": "48N 5", "LON": "7E21", "MON": "3", "NUM": "84", "PRO": "P", "SEC": "36", "YEA": "1836", "CITY": "MULHOUSE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Emmanuel", "family": "Benner", "nobility": ""}, "slug": "benner-emmanuel-1836-03-28", "partial-ids": {"g55": "05-298"}, "ids-in-source": {"g55": "05-298"}}, "raw": {"DAY": "28-3-1836", "HOUR": "19 h. 30", "NAME": "BENNER Emmanuel", "PLACE": "Mulhouse (Haut-Rhin)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8839	benouville-francois-1821-03-30	{"a4": "86"}	{"lerrcp": "A4-86"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Benouville", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1821-03-30 22:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1821-03-30 21:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "François", "family": "Benouville"}, "birth": {"tzo": "+00:09:24", "date": "1821-03-30 22:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1821-03-30 21:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-86"}, "ids-in-sources": {"a4": "86"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "30", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "86", "PRO": "P", "SEC": "40", "YEA": "1821", "CITY": "PARIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
8840	benvignat-charles-cesar-1805-12-23	{"a4": "87", "g55": "05-300"}	{"g55": "05-300", "lerrcp": "A4-87"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles César", "family": "Benvignat", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:27", "date": "1805-12-23 23:55:23", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "notime": null, "date-ut": "1805-12-23 23:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-87"}, "birth": {"tzo": "+00:06:27", "date": "1805-12-23 23:55:23", "place": {"c2": "62", "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "date-ut": "1805-12-23 23:48:56"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-87"}, "ids-in-sources": {"a4": "87"}}, "raw": {"H": "23", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "23", "LAT": "50N18", "LON": "2E46", "MON": "12", "NUM": "87", "PRO": "P", "SEC": "56", "YEA": "1805", "CITY": "BOULOGNE-S-MER"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Charles César", "family": "Benvignat", "nobility": ""}, "slug": "benvignat-charles-cesar-1805-12-23", "partial-ids": {"g55": "05-300"}, "ids-in-source": {"g55": "05-300"}}, "raw": {"DAY": "24-12-1805", "HOUR": "0 h.", "NAME": "BENVIGNAT Charles César", "PLACE": "Boulogne-sur-Mer (Pas-de-Calais)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8842	beranger-jean-1814-08-21	{"a4": "89", "g55": "05-302"}	{"g55": "05-302", "lerrcp": "A4-89"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Beranger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:52", "date": "1814-08-21 03:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.21757, "lat": 48.82292, "name": "Sèvres", "geoid": 2974678}, "notime": null, "date-ut": "1814-08-21 02:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Beranger"}, "birth": {"tzo": "+00:08:52", "date": "1814-08-21 03:00", "place": {"c2": "92", "cy": "FR", "lg": 2.21757, "lat": 48.82292, "name": "Sèvres", "geoid": 2974678}, "date-ut": "1814-08-21 02:51:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-89"}, "ids-in-sources": {"a4": "89"}}, "raw": {"H": "2", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "21", "LAT": "48N50", "LON": "2E11", "MON": "8", "NUM": "89", "PRO": "P", "SEC": "16", "YEA": "1814", "CITY": "SEVRES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-302"}, "ids-in-source": {"g55": "05-302"}}, "raw": {"DAY": "21-8-1814", "HOUR": "3 h.", "NAME": "BERANGER Jean-Baptiste", "PLACE": "Sèvres (Seine-et-Oise)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8845	berjonneau-jules-1890-12-26	{"a4": "92", "g55": "05-303"}	{"g55": "05-303", "lerrcp": "A4-92"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Berjonneau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01:20", "date": "1890-12-26 01:00", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.33333, "lat": 46.58333, "name": "Montmorillon", "geoid": 0}, "notime": null, "date-ut": "1890-12-26 00:58:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Berjonneau"}, "birth": {"tzo": "+00:01:20", "date": "1890-12-26 01:00", "place": {"c2": "86", "cy": "FR", "lg": 0.33333, "lat": 46.58333, "name": "Monmorillon", "geoid": 0}, "date-ut": "1890-12-26 00:58:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-92"}, "ids-in-sources": {"a4": "92"}}, "raw": {"H": "0", "MN": "58", "TZ": "0", "COD": "86", "COU": "F", "DAY": "26", "LAT": "46N35", "LON": "0E20", "MON": "12", "NUM": "92", "PRO": "P", "SEC": "40", "YEA": "1890", "CITY": "MONMORILLON"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Montmorillon"}}, "partial-ids": {"g55": "05-303"}, "ids-in-source": {"g55": "05-303"}}, "raw": {"DAY": "26-12-1890", "HOUR": "1 h.", "NAME": "BERJONNEAU Jules", "PLACE": "Montmorillon (Vienne)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8847	bernard-jean-1908-12-17	{"a4": "94", "g55": "05-305"}	{"g55": "05-305", "lerrcp": "A4-94"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bernard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1908-12-17 10:00", "note": null, "place": {"c1": null, "c2": "95", "c3": null, "cy": "FR", "lg": 2.24744, "lat": 48.94788, "name": "Argenteuil", "geoid": 3037044}, "notime": null, "date-ut": "1908-12-17 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bernard"}, "birth": {"tzo": "+00:09:21", "date": "1908-12-17 10:00", "place": {"c2": "95", "cy": "FR", "lg": 2.24744, "lat": 48.94788, "name": "Argenteuil", "geoid": 3037044}, "date-ut": "1908-12-17 09:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-94"}, "ids-in-sources": {"a4": "94"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "95", "COU": "F", "DAY": "17", "LAT": "49N 0", "LON": "2E 0", "MON": "12", "NUM": "94", "PRO": "P", "SEC": "40", "YEA": "1908", "CITY": "ARGENTEUIL"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-305"}, "ids-in-source": {"g55": "05-305"}}, "raw": {"DAY": "17-12-1908", "HOUR": "10 h.", "NAME": "BERNARD Jean Fleury", "PLACE": "Argenteuil (Seine-et-Oise)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8851	berne-bellecour-jean-jacques-1874-08-14	{"a4": "98", "g55": "05-308"}	{"g55": "05-308", "lerrcp": "A4-98"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Jacques", "family": "Berne-bellecour", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1874-08-14 04:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Saint-Germain-en-Laye", "geoid": 0}, "notime": null, "date-ut": "1874-08-14 03:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-98"}, "birth": {"tzo": "+00:08:32", "date": "1874-08-14 04:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Stgermainenl", "geoid": 0}, "date-ut": "1874-08-14 03:51:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-98"}, "ids-in-sources": {"a4": "98"}}, "raw": {"H": "3", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "14", "LAT": "48N50", "LON": "2E 8", "MON": "8", "NUM": "98", "PRO": "P", "SEC": "28", "YEA": "1874", "CITY": "STGERMAINENL"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Jean Jacques", "family": "Berne-bellecour", "nobility": ""}, "slug": "berne-bellecour-jean-jacques-1874-08-14", "birth": {"place": {"name": "Saint-Germain-en-Laye"}}, "partial-ids": {"g55": "05-308"}, "ids-in-source": {"g55": "05-308"}}, "raw": {"DAY": "14-8-1874", "HOUR": "4 h.", "NAME": "BERNE-BELLECOUR Jean Jacques", "PLACE": "Saint-Germain-en-Laye (Seine-et-Oise)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8853	berthault-lucien-1854-06-29	{"a4": "100", "g55": "05-310"}	{"g55": "05-310", "lerrcp": "A4-100"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Berthault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1854-06-29 14:30", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 3.08498, "lat": 48.81451, "name": "Coulommiers", "geoid": 3023240}, "notime": null, "date-ut": "1854-06-29 14:19:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Berthault"}, "birth": {"tzo": "+00:12:20", "date": "1854-06-29 14:30", "place": {"c2": "77", "cy": "FR", "lg": 3.08498, "lat": 48.81451, "name": "Coulommiers", "geoid": 3023240}, "date-ut": "1854-06-29 14:19:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-100"}, "ids-in-sources": {"a4": "100"}}, "raw": {"H": "14", "MN": "19", "TZ": "0", "COD": "77", "COU": "F", "DAY": "29", "LAT": "48N33", "LON": "2E40", "MON": "6", "NUM": "100", "PRO": "P", "SEC": "20", "YEA": "1854", "CITY": "COULOMMIERS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-310"}, "ids-in-source": {"g55": "05-310"}}, "raw": {"DAY": "29-6-1854", "HOUR": "14 h. 30", "NAME": "BERTHAULT Lucien Claude", "PLACE": "Coulommiers (S.-M.)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8855	berthelin-max-1811-06-18	{"a4": "102", "g55": "05-312"}	{"g55": "05-312", "lerrcp": "A4-102"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Berthelin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:20", "date": "1811-06-18 05:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "notime": null, "date-ut": "1811-06-18 04:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Max", "family": "Berthelin"}, "birth": {"tzo": "+00:16:20", "date": "1811-06-18 05:00", "place": {"c2": "10", "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "date-ut": "1811-06-18 04:43:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-102"}, "ids-in-sources": {"a4": "102"}}, "raw": {"H": "4", "MN": "43", "TZ": "0", "COD": "10", "COU": "F", "DAY": "18", "LAT": "48N18", "LON": "4E 5", "MON": "6", "NUM": "102", "PRO": "P", "SEC": "40", "YEA": "1811", "CITY": "TROYES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-312"}, "ids-in-source": {"g55": "05-312"}}, "raw": {"DAY": "18-6-1811", "HOUR": "5 h.", "NAME": "BERTHELIN Max", "PLACE": "Troyes (Aube)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8857	bertier-charles-1860-10-01	{"a4": "104", "g55": "05-314"}	{"g55": "05-314", "lerrcp": "A4-104"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Bertier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:52", "date": "1860-10-01 06:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1860-10-01 05:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Bertier"}, "birth": {"tzo": "+00:22:52", "date": "1860-10-01 06:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1860-10-01 05:37:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-104"}, "ids-in-sources": {"a4": "104"}}, "raw": {"H": "5", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "1", "LAT": "45N11", "LON": "5E43", "MON": "10", "NUM": "104", "PRO": "P", "SEC": "8", "YEA": "1860", "CITY": "GRENOBLE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-314"}, "ids-in-source": {"g55": "05-314"}}, "raw": {"DAY": "1-10-1860", "HOUR": "6 h.", "NAME": "BERTIER Charles Alexan.", "PLACE": "Grenoble (Isère)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8862	besnard-paul-1849-06-02	{"a4": "109"}	{"lerrcp": "A4-109"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Besnard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1849-06-02 15:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1849-06-02 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Besnard"}, "birth": {"tzo": "+00:09:24", "date": "1849-06-02 15:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1849-06-02 14:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-109"}, "ids-in-sources": {"a4": "109"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "109", "PRO": "P", "SEC": "40", "YEA": "1849", "CITY": "PARIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
8860	bertrand-j-1823-03-25	{"a4": "107", "g55": "05-22"}	{"g55": "05-22", "lerrcp": "A4-107"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "J", "family": "Bertrand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1823-03-25 01:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1823-03-25 00:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "J", "family": "Bertrand"}, "birth": {"tzo": "+00:19:23", "date": "1823-03-25 01:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1823-03-25 00:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-107"}, "ids-in-sources": {"a4": "107"}}, "raw": {"H": "0", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "25", "LAT": "45N46", "LON": "4E50", "MON": "3", "NUM": "107", "PRO": "P", "SEC": "40", "YEA": "1823", "CITY": "LYON"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-22"}, "ids-in-source": {"g55": "05-22"}}, "raw": {"DAY": "25-3-1823", "HOUR": "1 h.", "NAME": "BERTRAND Jean Baptiste", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:48:36+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8863	besse-albert-1871-05-01	{"a4": "110", "g55": "05-317"}	{"g55": "05-317", "lerrcp": "A4-110"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Besse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:19", "date": "1871-05-01 23:00", "note": null, "place": {"c1": null, "c2": "41", "c3": null, "cy": "FR", "lg": 1.32912, "lat": 47.59432, "name": "Blois", "geoid": 3032213}, "notime": null, "date-ut": "1871-05-01 22:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Besse"}, "birth": {"tzo": "+00:05:19", "date": "1871-05-01 23:00", "place": {"c2": "41", "cy": "FR", "lg": 1.32912, "lat": 47.59432, "name": "Blois", "geoid": 3032213}, "date-ut": "1871-05-01 22:54:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-110"}, "ids-in-sources": {"a4": "110"}}, "raw": {"H": "22", "MN": "54", "TZ": "0", "COD": "41", "COU": "F", "DAY": "1", "LAT": "47N35", "LON": "1E20", "MON": "5", "NUM": "110", "PRO": "P", "SEC": "40", "YEA": "1871", "CITY": "BLOIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-317"}, "ids-in-source": {"g55": "05-317"}}, "raw": {"DAY": "1-5-1871", "HOUR": "23 h.", "NAME": "BESSE Albert Georges", "PLACE": "Blois (Loir-et-Cher)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8864	besse-raymond-1899-12-27	{"a4": "111", "g55": "05-318"}	{"g55": "05-318", "lerrcp": "A4-111"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Besse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-12-27 21:00", "note": null, "place": {"c1": null, "c2": "79", "c3": null, "cy": "FR", "lg": -0.45877, "lat": 46.32313, "name": "Niort", "geoid": 2990355}, "notime": null, "date-ut": "1899-12-27 20:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Besse"}, "birth": {"tzo": "+00:09:21", "date": "1899-12-27 21:00", "place": {"c2": "79", "cy": "FR", "lg": -0.45877, "lat": 46.32313, "name": "Niort", "geoid": 2990355}, "date-ut": "1899-12-27 20:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-111"}, "ids-in-sources": {"a4": "111"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "79", "COU": "F", "DAY": "27", "LAT": "46N19", "LON": "0W27", "MON": "12", "NUM": "111", "PRO": "P", "SEC": "40", "YEA": "1899", "CITY": "NIORT"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-318"}, "ids-in-source": {"g55": "05-318"}}, "raw": {"DAY": "27-12-1899", "HOUR": "21 h.", "NAME": "BESSE Raymond James", "PLACE": "Niort (Deux-Sèvres)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8867	biennourry-victor-1823-01-10	{"a4": "114", "g55": "05-320"}	{"g55": "05-320", "lerrcp": "A4-114"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Biennourry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:20", "date": "1823-01-10 12:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "Bar-sur-Aube", "geoid": 0}, "notime": null, "date-ut": "1823-01-10 11:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Biennourry"}, "birth": {"tzo": "+00:16:20", "date": "1823-01-10 12:00", "place": {"c2": "10", "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "Baraube", "geoid": 0}, "date-ut": "1823-01-10 11:43:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-114"}, "ids-in-sources": {"a4": "114"}}, "raw": {"H": "11", "MN": "43", "TZ": "0", "COD": "10", "COU": "F", "DAY": "10", "LAT": "48N18", "LON": "4E 5", "MON": "1", "NUM": "114", "PRO": "P", "SEC": "40", "YEA": "1823", "CITY": "BARAUBE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Bar-sur-Aube"}}, "partial-ids": {"g55": "05-320"}, "ids-in-source": {"g55": "05-320"}}, "raw": {"DAY": "10-1-1823", "HOUR": "12 h.", "NAME": "BIENNOURRY Victor Francois", "PLACE": "Bar-sur-Aube (Aube)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8870	bigot-raymond-1872-05-17	{"a4": "117", "g55": "05-323"}	{"g55": "05-323", "lerrcp": "A4-117"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Bigot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01:40", "date": "1872-05-17 15:03:08", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": 0.41667, "lat": 49.01667, "name": "Orbec", "geoid": 2989445}, "notime": null, "date-ut": "1872-05-17 15:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Bigot"}, "birth": {"tzo": "+00:01:40", "date": "1872-05-17 15:03:08", "place": {"c2": "14", "cy": "FR", "lg": 0.41667, "lat": 49.01667, "name": "Orbec", "geoid": 2989445}, "date-ut": "1872-05-17 15:01:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-117"}, "ids-in-sources": {"a4": "117"}}, "raw": {"H": "15", "MN": "1", "TZ": "0", "COD": "14", "COU": "F", "DAY": "17", "LAT": "49N11", "LON": "0W22", "MON": "5", "NUM": "117", "PRO": "P", "SEC": "28", "YEA": "1872", "CITY": "ORBEC"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-323"}, "ids-in-source": {"g55": "05-323"}}, "raw": {"DAY": "17-5-1872", "HOUR": "15 h.", "NAME": "BIGOT Raymond", "PLACE": "Orbec (Calvados)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8871	billardet-leon-1818-05-17	{"a4": "118", "g55": "05-325"}	{"g55": "05-325", "lerrcp": "A4-118"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Billardet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:22", "date": "1818-05-17 18:00", "note": null, "place": {"c1": null, "c2": "70", "c3": null, "cy": "FR", "lg": 5.59215, "lat": 47.44575, "name": "Gray", "geoid": 3014784}, "notime": null, "date-ut": "1818-05-17 17:35:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Billardet"}, "birth": {"tzo": "+00:22:22", "date": "1818-05-17 18:00", "place": {"c2": "70", "cy": "FR", "lg": 5.59215, "lat": 47.44575, "name": "Gray", "geoid": 3014784}, "date-ut": "1818-05-17 17:35:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-118"}, "ids-in-sources": {"a4": "118"}}, "raw": {"H": "17", "MN": "35", "TZ": "0", "COD": "70", "COU": "F", "DAY": "17", "LAT": "47N37", "LON": "6E 9", "MON": "5", "NUM": "118", "PRO": "P", "SEC": "24", "YEA": "1818", "CITY": "GRAY"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-325"}, "ids-in-source": {"g55": "05-325"}}, "raw": {"DAY": "17-5-1818", "HOUR": "18 h.", "NAME": "BILLARDET Léon Marie-J.", "PLACE": "Gray (Haute-Saône)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8874	billotte-leon-1815-09-28	{"a4": "121", "g55": "05-327"}	{"g55": "05-327", "lerrcp": "A4-121"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Billotte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:04", "date": "1815-09-28 22:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1815-09-28 21:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Billotte"}, "birth": {"tzo": "+00:20:04", "date": "1815-09-28 22:00", "place": {"c2": "21", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1815-09-28 21:39:52"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-121"}, "ids-in-sources": {"a4": "121"}}, "raw": {"H": "21", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "28", "LAT": "47N19", "LON": "5E 2", "MON": "9", "NUM": "121", "PRO": "P", "SEC": "52", "YEA": "1815", "CITY": "DIJON"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-327"}, "ids-in-source": {"g55": "05-327"}}, "raw": {"DAY": "28-9-1815", "HOUR": "22 h.", "NAME": "BILLOTTE Léon Joseph", "PLACE": "Dijon (Côte-d’Or)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8877	binet-georges-1865-04-30	{"a4": "124", "g55": "05-329"}	{"g55": "05-329", "lerrcp": "A4-124"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Binet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:26", "date": "1865-04-30 02:56:06", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1865-04-30 02:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Binet"}, "birth": {"tzo": "+00:00:26", "date": "1865-04-30 02:56:06", "place": {"c2": "76", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1865-04-30 02:55:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-124"}, "ids-in-sources": {"a4": "124"}}, "raw": {"H": "2", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "30", "LAT": "49N26", "LON": "1E 5", "MON": "4", "NUM": "124", "PRO": "P", "SEC": "40", "YEA": "1865", "CITY": "LE HAVRE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-329"}, "ids-in-source": {"g55": "05-329"}}, "raw": {"DAY": "30-4-1865", "HOUR": "3 h.", "NAME": "BINET Georges Jules", "PLACE": "Le Havre (Seine-Inférieure)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8880	bizard-charles-henry-1887-11-13	{"a4": "127", "g55": "05-331"}	{"g55": "05-331", "lerrcp": "A4-127"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles-Henry", "family": "Bizard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:42", "date": "1887-11-13 00:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1887-11-12 23:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-127"}, "birth": {"tzo": "+00:12:42", "date": "1887-11-13 00:00", "place": {"c2": "59", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1887-11-12 23:47:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-127"}, "ids-in-sources": {"a4": "127"}}, "raw": {"H": "23", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "12", "LAT": "50N39", "LON": "3E 5", "MON": "11", "NUM": "127", "PRO": "P", "SEC": "40", "YEA": "1887", "CITY": "ROUBAIX"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Charles-Henry", "family": "Bizard", "nobility": ""}, "slug": "bizard-charles-henry-1887-11-13", "partial-ids": {"g55": "05-331"}, "ids-in-source": {"g55": "05-331"}}, "raw": {"DAY": "13-11-1887", "HOUR": "0 h.", "NAME": "BIZARD Charles-Henry", "PLACE": "Roubaix (Nord)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8882	blanc-celestin-joseph-1817-11-22	{"a4": "129", "g55": "05-333"}	{"g55": "05-333", "lerrcp": "A4-129"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Celestin Joseph", "family": "Blanc", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:30", "date": "1817-11-22 10:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.62491, "lat": 44.82654, "name": "Clelles", "geoid": 3024680}, "notime": null, "date-ut": "1817-11-22 09:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-129"}, "birth": {"tzo": "+00:22:30", "date": "1817-11-22 10:00", "place": {"c2": "38", "cy": "FR", "lg": 5.62491, "lat": 44.82654, "name": "Clelles", "geoid": 3024680}, "date-ut": "1817-11-22 09:37:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-129"}, "ids-in-sources": {"a4": "129"}}, "raw": {"H": "9", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "22", "LAT": "45N11", "LON": "5E43", "MON": "11", "NUM": "129", "PRO": "P", "SEC": "8", "YEA": "1817", "CITY": "CLELLES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Celestin Joseph", "family": "Blanc", "nobility": ""}, "slug": "blanc-celestin-joseph-1817-11-22", "partial-ids": {"g55": "05-333"}, "ids-in-source": {"g55": "05-333"}}, "raw": {"DAY": "22-11-1817", "HOUR": "10 h.", "NAME": "BLANC Celestin Joseph", "PLACE": "Clelles (Isère)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8884	blanchard-charles-1814-08-12	{"a4": "131", "g55": "05-335"}	{"g55": "05-335", "lerrcp": "A4-131"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Blanchard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:17:57", "date": "1814-08-12 22:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1814-08-12 22:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Blanchard"}, "birth": {"tzo": "-00:17:57", "date": "1814-08-12 22:00", "place": {"c2": "29", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1814-08-12 22:16:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-131"}, "ids-in-sources": {"a4": "131"}}, "raw": {"H": "22", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "12", "LAT": "48N 0", "LON": "4W 6", "MON": "8", "NUM": "131", "PRO": "P", "SEC": "24", "YEA": "1814", "CITY": "BREST"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-335"}, "ids-in-source": {"g55": "05-335"}}, "raw": {"DAY": "12-8-1814", "HOUR": "22 h.", "NAME": "BLANCHARD Charles Octave", "PLACE": "Brest (Finistère)."}, "date": "2023-08-20T14:48:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8886	blin-francois-1827-09-10	{"a4": "133", "g55": "05-337"}	{"g55": "05-337", "lerrcp": "A4-133"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Blin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:42", "date": "1827-09-10 05:30", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1827-09-10 05:36:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "François", "family": "Blin"}, "birth": {"tzo": "-00:06:42", "date": "1827-09-10 05:30", "place": {"c2": "35", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1827-09-10 05:36:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-133"}, "ids-in-sources": {"a4": "133"}}, "raw": {"H": "5", "MN": "36", "TZ": "0", "COD": "35", "COU": "F", "DAY": "10", "LAT": "48N 7", "LON": "1W40", "MON": "9", "NUM": "133", "PRO": "P", "SEC": "40", "YEA": "1827", "CITY": "RENNES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-337"}, "ids-in-source": {"g55": "05-337"}}, "raw": {"DAY": "10-9-1827", "HOUR": "5 h. 30", "NAME": "BLIN Francois", "PLACE": "Rennes (Ille-et-Vilaine)."}, "date": "2023-08-20T14:48:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8893	bonnardel-alexandre-1867-09-06	{"a4": "140", "g55": "05-339"}	{"g55": "05-339", "lerrcp": "A4-140"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Bonnardel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:32", "date": "1867-09-06 02:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.13493, "lat": 45.36251, "name": "Pajay", "geoid": 2988776}, "notime": null, "date-ut": "1867-09-06 01:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Bonnardel"}, "birth": {"tzo": "+00:20:32", "date": "1867-09-06 02:00", "place": {"c2": "38", "cy": "FR", "lg": 5.13493, "lat": 45.36251, "name": "Pajay", "geoid": 2988776}, "date-ut": "1867-09-06 01:37:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-140"}, "ids-in-sources": {"a4": "140"}}, "raw": {"H": "1", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "6", "LAT": "45N11", "LON": "5E43", "MON": "9", "NUM": "140", "PRO": "P", "SEC": "8", "YEA": "1867", "CITY": "PAJAY"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-339"}, "ids-in-source": {"g55": "05-339"}}, "raw": {"DAY": "6-9-1867", "HOUR": "2 h.", "NAME": "BONNARDEL Alexandre Fr.", "PLACE": "Pajay (Isère)."}, "date": "2023-08-20T14:48:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8891	bonirote-pierre-1811-04-06	{"a4": "138", "g55": "05-29"}	{"g55": "05-29", "lerrcp": "A4-138"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Bonirote", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1811-04-06 03:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1811-04-06 02:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Bonirote"}, "birth": {"tzo": "+00:19:23", "date": "1811-04-06 03:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1811-04-06 02:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-138"}, "ids-in-sources": {"a4": "138"}}, "raw": {"H": "2", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "6", "LAT": "45N46", "LON": "4E50", "MON": "4", "NUM": "138", "PRO": "P", "SEC": "40", "YEA": "1811", "CITY": "LYON"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-29"}, "ids-in-source": {"g55": "05-29"}}, "raw": {"DAY": "6-4-1811", "HOUR": "3 h.", "NAME": "BONIROTE Pierre", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:48:36+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8896	bonnegrace-charles-adolphe-1808-04-17	{"a4": "143", "g55": "05-341"}	{"g55": "05-341", "lerrcp": "A4-143"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles Adolphe", "family": "Bonnegrace", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1808-04-17 00:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1808-04-16 23:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-143"}, "birth": {"tzo": "+00:05:46", "date": "1808-04-17 00:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1808-04-16 23:54:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-143"}, "ids-in-sources": {"a4": "143"}}, "raw": {"H": "23", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "16", "LAT": "43N37", "LON": "1E26", "MON": "4", "NUM": "143", "PRO": "P", "SEC": "16", "YEA": "1808", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Charles Adolphe", "family": "Bonnegrace", "nobility": ""}, "slug": "bonnegrace-charles-adolphe-1808-04-17", "partial-ids": {"g55": "05-341"}, "ids-in-source": {"g55": "05-341"}}, "raw": {"DAY": "17-4-1808", "HOUR": "0 h.", "NAME": "BONNEGRACE Charles Adolphe", "PLACE": "Toulouse (Hte-Gar.)."}, "date": "2023-08-20T14:48:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8898	bonneton-germain-1874-09-18	{"a4": "145", "g55": "05-343"}	{"g55": "05-343", "lerrcp": "A4-145"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Germain", "family": "Bonneton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:24", "date": "1874-09-18 01:00", "note": null, "place": {"c1": null, "c2": "07", "c3": null, "cy": "FR", "lg": 4.6, "lat": 44.73333, "name": "Tournon-sur-Rhône", "geoid": 0}, "notime": null, "date-ut": "1874-09-18 00:41:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Germain", "family": "Bonneton"}, "birth": {"tzo": "+00:18:24", "date": "1874-09-18 01:00", "place": {"c2": "07", "cy": "FR", "lg": 4.6, "lat": 44.73333, "name": "Tournonrhone", "geoid": 0}, "date-ut": "1874-09-18 00:41:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-145"}, "ids-in-sources": {"a4": "145"}}, "raw": {"H": "0", "MN": "41", "TZ": "0", "COD": "07", "COU": "F", "DAY": "18", "LAT": "44N44", "LON": "4E36", "MON": "9", "NUM": "145", "PRO": "P", "SEC": "36", "YEA": "1874", "CITY": "TOURNONRHONE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Tournon-sur-Rhône"}}, "partial-ids": {"g55": "05-343"}, "ids-in-source": {"g55": "05-343"}}, "raw": {"DAY": "18-9-1874", "HOUR": "1 h.", "NAME": "BONNETON Germain Eugène", "PLACE": "Tournon-sur-Rhône (Ard.)."}, "date": "2023-08-20T14:48:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8899	gauquelin-a4-146-1817-11-22	{"a4": "146"}	{"lerrcp": "A4-146"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-146", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1817-11-22 12:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1817-11-22 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-146"}, "birth": {"tzo": "+00:09:24", "date": "1817-11-22 12:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1817-11-22 11:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-146"}, "ids-in-sources": {"a4": "146"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "22", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "146", "PRO": "P", "SEC": "40", "YEA": "1817", "CITY": "PARIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
8901	bornet-paul-1878-09-11	{"a4": "148", "g55": "05-344"}	{"g55": "05-344", "lerrcp": "A4-148"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Bornet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:54", "date": "1878-09-11 15:00", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.72305, "lat": 47.1503, "name": "Ranchot", "geoid": 2984467}, "notime": null, "date-ut": "1878-09-11 14:37:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Bornet"}, "birth": {"tzo": "+00:22:54", "date": "1878-09-11 15:00", "place": {"c2": "39", "cy": "FR", "lg": 5.72305, "lat": 47.1503, "name": "Ranchot", "geoid": 2984467}, "date-ut": "1878-09-11 14:37:48"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-148"}, "ids-in-sources": {"a4": "148"}}, "raw": {"H": "14", "MN": "37", "TZ": "0", "COD": "39", "COU": "F", "DAY": "11", "LAT": "46N40", "LON": "5E33", "MON": "9", "NUM": "148", "PRO": "P", "SEC": "48", "YEA": "1878", "CITY": "RANCHOT"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-344"}, "ids-in-source": {"g55": "05-344"}}, "raw": {"DAY": "11-9-1878", "HOUR": "15 h.", "NAME": "BORNET Paul", "PLACE": "Ranchot (Jura)."}, "date": "2023-08-20T14:48:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8903	boucoiran-numa-1805-05-24	{"a4": "150", "g55": "05-346"}	{"g55": "05-346", "lerrcp": "A4-150"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Numa", "family": "Boucoiran", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:26", "date": "1805-05-24 02:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1805-05-24 01:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Numa", "family": "Boucoiran"}, "birth": {"tzo": "+00:17:26", "date": "1805-05-24 02:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1805-05-24 01:42:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-150"}, "ids-in-sources": {"a4": "150"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "24", "LAT": "43N51", "LON": "4E21", "MON": "5", "NUM": "150", "PRO": "P", "SEC": "36", "YEA": "1805", "CITY": "NIMES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-346"}, "ids-in-source": {"g55": "05-346"}}, "raw": {"DAY": "24-5-1805", "HOUR": "2 h.", "NAME": "BOUCOIRAN Numa", "PLACE": "Nimes (Gard)."}, "date": "2023-08-20T14:48:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8906	boulanger-gustave-1824-04-25	{"a4": "153"}	{"lerrcp": "A4-153"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Boulanger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1824-04-25 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1824-04-25 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Boulanger"}, "birth": {"tzo": "+00:09:24", "date": "1824-04-25 05:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1824-04-25 04:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-153"}, "ids-in-sources": {"a4": "153"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "25", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "153", "PRO": "P", "SEC": "40", "YEA": "1824", "CITY": "PARIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
8907	bouquet-michel-1807-10-17	{"a4": "154", "g55": "05-347"}	{"g55": "05-347", "lerrcp": "A4-154"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Bouquet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:13:29", "date": "1807-10-17 14:00", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "notime": null, "date-ut": "1807-10-17 14:10:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Bouquet"}, "birth": {"tzo": "-00:13:29", "date": "1807-10-17 14:00", "place": {"c2": "56", "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "date-ut": "1807-10-17 14:10:56"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-154"}, "ids-in-sources": {"a4": "154"}}, "raw": {"H": "14", "MN": "10", "TZ": "0", "COD": "56", "COU": "F", "DAY": "17", "LAT": "47N40", "LON": "2W44", "MON": "10", "NUM": "154", "PRO": "P", "SEC": "56", "YEA": "1807", "CITY": "LORIENT"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-347"}, "ids-in-source": {"g55": "05-347"}}, "raw": {"DAY": "17-10-1807", "HOUR": "14 h.", "NAME": "BOUQUET Michel", "PLACE": "Lorient (Morbihan)."}, "date": "2023-08-20T14:48:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8913	brascassat-jacques-1804-08-30	{"a4": "160", "g55": "05-35"}	{"g55": "05-35", "lerrcp": "A4-160"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Brascassat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1804-08-30 20:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1804-08-30 20:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Brascassat"}, "birth": {"tzo": "-00:02:19", "date": "1804-08-30 20:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1804-08-30 20:57:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-160"}, "ids-in-sources": {"a4": "160"}}, "raw": {"H": "20", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "30", "LAT": "44N50", "LON": "0W34", "MON": "8", "NUM": "160", "PRO": "P", "SEC": "36", "YEA": "1804", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-35"}, "ids-in-source": {"g55": "05-35"}}, "raw": {"DAY": "30-8-1804", "HOUR": "21 h.", "NAME": "BRACASSAT Jacques Raymond", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:48:36+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8910	boutet-de-monvel-louis-1850-10-18	{"a4": "157", "g55": "05-350"}	{"g55": "05-350", "lerrcp": "A4-157"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Boutet De Monvel Louis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:37", "date": "1850-10-18 03:30", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1850-10-18 03:22:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Boutet De Monvel Louis"}, "birth": {"tzo": "+00:07:37", "date": "1850-10-18 03:30", "place": {"c2": "45", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1850-10-18 03:22:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-157"}, "ids-in-sources": {"a4": "157"}}, "raw": {"H": "3", "MN": "22", "TZ": "0", "COD": "45", "COU": "F", "DAY": "18", "LAT": "47N54", "LON": "1E54", "MON": "10", "NUM": "157", "PRO": "P", "SEC": "24", "YEA": "1850", "CITY": "ORLEANS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-350"}, "ids-in-source": {"g55": "05-350"}}, "raw": {"DAY": "18-10-1850", "HOUR": "3 h. 30", "NAME": "BOUTET de MONVEL Louis Maur.", "PLACE": "Orléans (Lt)."}, "date": "2023-08-20T14:48:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8917	brillouin-louis-1817-04-22	{"a4": "164", "g55": "05-39"}	{"g55": "05-39", "lerrcp": "A4-164"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Brillouin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:05", "date": "1817-04-22 06:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -0.52133, "lat": 45.94408, "name": "Saint-Jean-d'Angély", "geoid": 2979363}, "notime": null, "date-ut": "1817-04-22 06:04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Brillouin"}, "birth": {"tzo": "-00:02:05", "date": "1817-04-22 06:00", "place": {"c2": "17", "cy": "FR", "lg": -0.52133, "lat": 45.94408, "name": "Saint-Jean-d'Angély", "geoid": 2979363}, "date-ut": "1817-04-22 06:04:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-164"}, "ids-in-sources": {"a4": "164"}}, "raw": {"H": "6", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "22", "LAT": "46N 9", "LON": "1W10", "MON": "4", "NUM": "164", "PRO": "P", "SEC": "40", "YEA": "1817", "CITY": "ST-JEAN D'ANGELY"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-39"}, "ids-in-source": {"g55": "05-39"}}, "raw": {"DAY": "22-4-1817", "HOUR": "6 h.", "NAME": "BRILLOUIN Louis Georges", "PLACE": "Saint-Jean-d’Angely (Charente-Maritime)."}, "date": "2023-08-20T14:48:37+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8915	bret-paul-1902-03-23	{"a4": "162", "g55": "05-352"}	{"g55": "05-352", "lerrcp": "A4-162"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Bret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1902-03-23 18:30", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 6.46458, "lat": 43.53692, "name": "Draguignan", "geoid": 3020850}, "notime": null, "date-ut": "1902-03-23 18:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Bret"}, "birth": {"tzo": "+00:09:21", "date": "1902-03-23 18:30", "place": {"c2": "83", "cy": "FR", "lg": 6.46458, "lat": 43.53692, "name": "Draguignan", "geoid": 3020850}, "date-ut": "1902-03-23 18:20:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-162"}, "ids-in-sources": {"a4": "162"}}, "raw": {"H": "18", "MN": "20", "TZ": "0", "COD": "83", "COU": "F", "DAY": "23", "LAT": "43N32", "LON": "6E28", "MON": "3", "NUM": "162", "PRO": "P", "SEC": "40", "YEA": "1902", "CITY": "DRAGUIGNAN"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-352"}, "ids-in-source": {"g55": "05-352"}}, "raw": {"DAY": "23-3-1902", "HOUR": "18 h. 30", "NAME": "BRET Paul-Marie Léon", "PLACE": "Draguignan (Var)."}, "date": "2023-08-20T14:48:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8922	brown-ford-1821-04-16	{"a4": "169", "g55": "05-42"}	{"g55": "05-42", "lerrcp": "A4-169"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ford", "family": "Brown", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:26", "date": "1821-04-16 15:56:22", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 1.85635, "lat": 50.95194, "name": "Calais", "geoid": 3029162}, "notime": null, "date-ut": "1821-04-16 15:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Ford", "family": "Brown"}, "birth": {"tzo": "+00:07:26", "date": "1821-04-16 15:56:22", "place": {"c2": "62", "cy": "FR", "lg": 1.85635, "lat": 50.95194, "name": "Calais", "geoid": 3029162}, "date-ut": "1821-04-16 15:48:56"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-169"}, "ids-in-sources": {"a4": "169"}}, "raw": {"H": "15", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "16", "LAT": "50N18", "LON": "2E46", "MON": "4", "NUM": "169", "PRO": "P", "SEC": "56", "YEA": "1821", "CITY": "CALAIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-42"}, "ids-in-source": {"g55": "05-42"}}, "raw": {"DAY": "16-4-1821", "HOUR": "16 h.", "NAME": "BROWN Ford Madox", "PLACE": "Calais (Pas-de-Calais)."}, "date": "2023-08-20T14:48:37+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8920	brossard-guillaume-1808-07-07	{"a4": "167", "g55": "05-354"}	{"g55": "05-354", "lerrcp": "A4-167"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guillaume", "family": "Brossard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:37", "date": "1808-07-07 20:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -1.15222, "lat": 46.16308, "name": "La Rochelle", "geoid": 3006787}, "notime": null, "date-ut": "1808-07-07 20:04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Guillaume", "family": "Brossard"}, "birth": {"tzo": "-00:04:37", "date": "1808-07-07 20:00", "place": {"c2": "17", "cy": "FR", "lg": -1.15222, "lat": 46.16308, "name": "La Rochelle", "geoid": 3006787}, "date-ut": "1808-07-07 20:04:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-167"}, "ids-in-sources": {"a4": "167"}}, "raw": {"H": "20", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "7", "LAT": "46N 9", "LON": "1W10", "MON": "7", "NUM": "167", "PRO": "P", "SEC": "40", "YEA": "1808", "CITY": "LA ROCHELLE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-354"}, "ids-in-source": {"g55": "05-354"}}, "raw": {"DAY": "7-7-1808", "HOUR": "20 h.", "NAME": "BROSSARD ‘Guillaume Etien.", "PLACE": "La Rochelle (Char.-M.)."}, "date": "2023-08-20T14:48:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8928	butin-ulysse-1838-05-16	{"a4": "175", "g55": "05-45"}	{"g55": "05-45", "lerrcp": "A4-175"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ulysse", "family": "Butin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:09", "date": "1838-05-16 11:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "notime": null, "date-ut": "1838-05-16 10:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Ulysse", "family": "Butin"}, "birth": {"tzo": "+00:13:09", "date": "1838-05-16 11:00", "place": {"c2": "02", "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "date-ut": "1838-05-16 10:45:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-175"}, "ids-in-sources": {"a4": "175"}}, "raw": {"H": "10", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "16", "LAT": "49N34", "LON": "3E37", "MON": "5", "NUM": "175", "PRO": "P", "SEC": "32", "YEA": "1838", "CITY": "SAINT-QUENTIN"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-45"}, "ids-in-source": {"g55": "05-45"}}, "raw": {"DAY": "16-5-1838", "HOUR": "11 h.", "NAME": "BUTIN Ulysse Louis", "PLACE": "Saint-Quentin (Aisne)."}, "date": "2023-08-20T14:48:37+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8926	busset-maurice-1879-12-16	{"a4": "173", "g55": "05-357"}	{"g55": "05-357", "lerrcp": "A4-173"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Busset", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:21", "date": "1879-12-16 15:30", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "notime": null, "date-ut": "1879-12-16 15:17:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Busset"}, "birth": {"tzo": "+00:12:21", "date": "1879-12-16 15:30", "place": {"c2": "63", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "date-ut": "1879-12-16 15:17:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-173"}, "ids-in-sources": {"a4": "173"}}, "raw": {"H": "15", "MN": "17", "TZ": "0", "COD": "63", "COU": "F", "DAY": "16", "LAT": "45N47", "LON": "3E 5", "MON": "12", "NUM": "173", "PRO": "P", "SEC": "40", "YEA": "1879", "CITY": "CLERMONT-FERRAND"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-357"}, "ids-in-source": {"g55": "05-357"}}, "raw": {"DAY": "16-12-1879", "HOUR": "15 h. 30", "NAME": "\\fBUSSET Maurice", "PLACE": "Clermont-Ferrand (Puy-de-D.)."}, "date": "2023-08-20T14:48:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8930	cabie-louis-1853-11-15	{"a4": "177", "g55": "05-47"}	{"g55": "05-47", "lerrcp": "A4-177"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Cabie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:40", "date": "1853-11-15 11:30", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Dol", "geoid": 0}, "notime": null, "date-ut": "1853-11-15 11:36:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Cabie"}, "birth": {"tzo": "-00:06:40", "date": "1853-11-15 11:30", "place": {"c2": "35", "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Dol", "geoid": 0}, "date-ut": "1853-11-15 11:36:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-177"}, "ids-in-sources": {"a4": "177"}}, "raw": {"H": "11", "MN": "36", "TZ": "0", "COD": "35", "COU": "F", "DAY": "15", "LAT": "48N 7", "LON": "1W40", "MON": "11", "NUM": "177", "PRO": "P", "SEC": "40", "YEA": "1853", "CITY": "DOL"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Dol"}}, "partial-ids": {"g55": "05-47"}, "ids-in-source": {"g55": "05-47"}}, "raw": {"DAY": "15-11-1853", "HOUR": "11 h. 30", "NAME": "CABIE Louis Alexandre", "PLACE": "Dol (Ille-et-Vilaine)."}, "date": "2023-08-20T14:48:37+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8932	calbet-antonin-1860-08-16	{"a4": "179", "g55": "05-49"}	{"g55": "05-49", "lerrcp": "A4-179"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonin", "family": "Calbet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:03:32", "date": "1860-08-16 01:01", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.88522, "lat": 44.25899, "name": "Engayrac", "geoid": 3020193}, "notime": null, "date-ut": "1860-08-16 00:57:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Antonin", "family": "Calbet"}, "birth": {"tzo": "+00:03:32", "date": "1860-08-16 01:01", "place": {"c2": "47", "cy": "FR", "lg": 0.88522, "lat": 44.25899, "name": "Engayrac", "geoid": 3020193}, "date-ut": "1860-08-16 00:57:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-179"}, "ids-in-sources": {"a4": "179"}}, "raw": {"H": "0", "MN": "57", "TZ": "0", "COD": "47", "COU": "F", "DAY": "16", "LAT": "44N12", "LON": "0E38", "MON": "8", "NUM": "179", "PRO": "P", "SEC": "28", "YEA": "1860", "CITY": "ENGAYRAC"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-49"}, "ids-in-source": {"g55": "05-49"}}, "raw": {"DAY": "16-8-1860", "HOUR": "1 h.", "NAME": "CALBET Antonin", "PLACE": "Engayrac (Lot-et-Garonne)."}, "date": "2023-08-20T14:48:37+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8938	carjat-pierre-1828-03-28	{"a4": "185", "g55": "05-367"}	{"g55": "05-367", "lerrcp": "A4-185"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Carjat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:03", "date": "1828-03-28 16:00", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 4.76136, "lat": 46.01913, "name": "Fareins", "geoid": 3019042}, "notime": null, "date-ut": "1828-03-28 15:39:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Carjat"}, "birth": {"tzo": "+00:19:03", "date": "1828-03-28 16:00", "place": {"c2": "01", "cy": "FR", "lg": 4.76136, "lat": 46.01913, "name": "Fareins", "geoid": 3019042}, "date-ut": "1828-03-28 15:39:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-185"}, "ids-in-sources": {"a4": "185"}}, "raw": {"H": "15", "MN": "39", "TZ": "0", "COD": "01", "COU": "F", "DAY": "28", "LAT": "46N12", "LON": "5E13", "MON": "3", "NUM": "185", "PRO": "P", "SEC": "8", "YEA": "1828", "CITY": "FAREINS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-367"}, "ids-in-source": {"g55": "05-367"}}, "raw": {"DAY": "28-3-1828", "HOUR": "16 h.", "NAME": "CARJAT Pierre Etienne", "PLACE": "Fareins (Ain)."}, "date": "2023-08-20T14:48:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8936	caraud-joseph-1821-01-05	{"a4": "183", "g55": "05-369"}	{"g55": "05-369", "lerrcp": "A4-183"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Caraud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:38", "date": "1821-01-05 10:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.65845, "lat": 46.43318, "name": "Cluny", "geoid": 3024534}, "notime": null, "date-ut": "1821-01-05 09:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Caraud"}, "birth": {"tzo": "+00:18:38", "date": "1821-01-05 10:00", "place": {"c2": "71", "cy": "FR", "lg": 4.65845, "lat": 46.43318, "name": "Cluny", "geoid": 3024534}, "date-ut": "1821-01-05 09:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-183"}, "ids-in-sources": {"a4": "183"}}, "raw": {"H": "9", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "5", "LAT": "46N18", "LON": "4E50", "MON": "1", "NUM": "183", "PRO": "P", "SEC": "40", "YEA": "1821", "CITY": "CLUNY"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-369"}, "ids-in-source": {"g55": "05-369"}}, "raw": {"DAY": "5-1-1821", "HOUR": "10 h.", "NAME": "CARAUD Joseph", "PLACE": "Cluny (Saône-et-Loire)."}, "date": "2023-08-20T14:48:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8942	caron-henri-paul-edmond-1860-05-09	{"a4": "189", "g55": "05-364"}	{"g55": "05-364", "lerrcp": "A4-189"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri Paul Edmond", "family": "Caron", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:21", "date": "1860-05-09 06:13:09", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 1.83547, "lat": 50.10521, "name": "Abbeville", "geoid": 3038789}, "notime": null, "date-ut": "1860-05-09 06:05:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-189"}, "birth": {"tzo": "+00:07:21", "date": "1860-05-09 06:13:09", "place": {"c2": "80", "cy": "FR", "lg": 1.83547, "lat": 50.10521, "name": "Abbeville", "geoid": 3038789}, "date-ut": "1860-05-09 06:05:48"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-189"}, "ids-in-sources": {"a4": "189"}}, "raw": {"H": "6", "MN": "5", "TZ": "0", "COD": "80", "COU": "F", "DAY": "9", "LAT": "49N54", "LON": "2E18", "MON": "5", "NUM": "189", "PRO": "P", "SEC": "48", "YEA": "1860", "CITY": "ABBEVILLE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Henri Paul Edmond", "family": "Caron", "nobility": ""}, "slug": "caron-henri-paul-edmond-1860-05-09", "partial-ids": {"g55": "05-364"}, "ids-in-source": {"g55": "05-364"}}, "raw": {"DAY": "9-5-1860", "HOUR": "6 h. 15", "NAME": "CARON Henri Paul Edmond", "PLACE": "Abbeville (Somme)."}, "date": "2023-08-20T14:48:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8939	carl-rosa-mario-1853-10-29	{"a4": "186", "g55": "05-366"}	{"g55": "05-366", "lerrcp": "A4-186"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Carl-Rosa", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:20", "date": "1853-10-29 16:59", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.08296, "lat": 47.00788, "name": "Loudun", "geoid": 2997457}, "notime": null, "date-ut": "1853-10-29 16:58:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Carl-Rosa"}, "birth": {"tzo": "+00:00:20", "date": "1853-10-29 16:59", "place": {"c2": "86", "cy": "FR", "lg": 0.08296, "lat": 47.00788, "name": "Loudun", "geoid": 2997457}, "date-ut": "1853-10-29 16:58:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-186"}, "ids-in-sources": {"a4": "186"}}, "raw": {"H": "16", "MN": "58", "TZ": "0", "COD": "86", "COU": "F", "DAY": "29", "LAT": "46N35", "LON": "0E20", "MON": "10", "NUM": "186", "PRO": "P", "SEC": "40", "YEA": "1853", "CITY": "LOUDUN"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-366"}, "ids-in-source": {"g55": "05-366"}}, "raw": {"DAY": "29-10-1853", "HOUR": "17 h.", "NAME": "CARL-ROSA Mario-Raoul", "PLACE": "Loudun (Vienne)."}, "date": "2023-08-20T14:48:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8947	carriere-eugene-1849-01-16	{"a4": "194"}	{"lerrcp": "A4-194"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Carriere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10", "date": "1849-01-16 03:00", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.5, "lat": 48.91667, "name": "Gournay", "geoid": 0}, "notime": null, "date-ut": "1849-01-16 02:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Carriere"}, "birth": {"tzo": "+00:10", "date": "1849-01-16 03:00", "place": {"c2": "93", "cy": "FR", "lg": 2.5, "lat": 48.91667, "name": "Gournay", "geoid": 0}, "date-ut": "1849-01-16 02:50"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-194"}, "ids-in-sources": {"a4": "194"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "93", "COU": "F", "DAY": "16", "LAT": "48N55", "LON": "2E30", "MON": "1", "NUM": "194", "PRO": "P", "SEC": "0", "YEA": "1849", "CITY": "GOURNAY"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
8945	carrey-louis-1822-08-21	{"a4": "192", "g55": "05-363"}	{"g55": "05-363", "lerrcp": "A4-192"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Carrey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:24", "date": "1822-08-21 12:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1822-08-21 11:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Carrey"}, "birth": {"tzo": "+00:04:24", "date": "1822-08-21 12:00", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1822-08-21 11:55:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-192"}, "ids-in-sources": {"a4": "192"}}, "raw": {"H": "11", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "21", "LAT": "49N26", "LON": "1E 5", "MON": "8", "NUM": "192", "PRO": "P", "SEC": "40", "YEA": "1822", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-363"}, "ids-in-source": {"g55": "05-363"}}, "raw": {"DAY": "21-8-1822", "HOUR": "12 h.", "NAME": "CARREY Louis Jacques", "PLACE": "Rouen (Seine-Inférieure)."}, "date": "2023-08-20T14:48:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8953	ceria-edmond-1884-01-26	{"a4": "200", "g55": "05-52"}	{"g55": "05-52", "lerrcp": "A4-200"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Ceria", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:28", "date": "1884-01-26 08:30", "note": null, "place": {"c1": null, "c2": "74", "c3": null, "cy": "FR", "lg": 6.11667, "lat": 45.9, "name": "Evian", "geoid": 0}, "notime": null, "date-ut": "1884-01-26 08:05:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Ceria"}, "birth": {"tzo": "+00:24:28", "date": "1884-01-26 08:30", "place": {"c2": "74", "cy": "FR", "lg": 6.11667, "lat": 45.9, "name": "Evian", "geoid": 0}, "date-ut": "1884-01-26 08:05:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-200"}, "ids-in-sources": {"a4": "200"}}, "raw": {"H": "8", "MN": "5", "TZ": "0", "COD": "74", "COU": "F", "DAY": "26", "LAT": "45N54", "LON": "6E 7", "MON": "1", "NUM": "200", "PRO": "P", "SEC": "32", "YEA": "1884", "CITY": "EVIAN"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Evian"}}, "partial-ids": {"g55": "05-52"}, "ids-in-source": {"g55": "05-52"}}, "raw": {"DAY": "26-1-1884", "HOUR": "8 h. 30", "NAME": "CERIA Edmond", "PLACE": "Evian (Haute-Savoie)."}, "date": "2023-08-20T14:48:37+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8950	cavailles-jean-1901-06-20	{"a4": "197", "g55": "05-373"}	{"g55": "05-373", "lerrcp": "A4-197"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Cavailles", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1901-06-20 15:00", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 2.1581, "lat": 44.04963, "name": "Carmaux", "geoid": 3028580}, "notime": null, "date-ut": "1901-06-20 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Cavailles"}, "birth": {"tzo": "+00:09:21", "date": "1901-06-20 15:00", "place": {"c2": "81", "cy": "FR", "lg": 2.1581, "lat": 44.04963, "name": "Carmaux", "geoid": 3028580}, "date-ut": "1901-06-20 14:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-197"}, "ids-in-sources": {"a4": "197"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "81", "COU": "F", "DAY": "20", "LAT": "43N55", "LON": "2E 8", "MON": "6", "NUM": "197", "PRO": "P", "SEC": "40", "YEA": "1901", "CITY": "CARMAUX"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-373"}, "ids-in-source": {"g55": "05-373"}}, "raw": {"DAY": "20-6-1901", "HOUR": "15 h.", "NAME": "CAVAILLES Jean Jules L.", "PLACE": "Carmaux (Tarn)."}, "date": "2023-08-20T14:48:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8956	chabas-maurice-1862-09-26	{"a4": "203"}	{"lerrcp": "A4-203"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Chabas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1862-09-26 21:15:07", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1862-09-26 21:21:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Chabas"}, "birth": {"tzo": "-00:06:13", "date": "1862-09-26 21:15:07", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1862-09-26 21:21:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-203"}, "ids-in-sources": {"a4": "203"}}, "raw": {"H": "21", "MN": "21", "TZ": "0", "COD": "44", "COU": "F", "DAY": "26", "LAT": "47N13", "LON": "1W35", "MON": "9", "NUM": "203", "PRO": "P", "SEC": "20", "YEA": "1862", "CITY": "NANTES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
8957	chabaud-auguste-1882-10-03	{"a4": "204", "g55": "05-376"}	{"g55": "05-376", "lerrcp": "A4-204"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Chabaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:26", "date": "1882-10-03 06:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1882-10-03 05:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Chabaud"}, "birth": {"tzo": "+00:17:26", "date": "1882-10-03 06:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1882-10-03 05:42:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-204"}, "ids-in-sources": {"a4": "204"}}, "raw": {"H": "5", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "3", "LAT": "43N51", "LON": "4E21", "MON": "10", "NUM": "204", "PRO": "P", "SEC": "36", "YEA": "1882", "CITY": "NIMES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-376"}, "ids-in-source": {"g55": "05-376"}}, "raw": {"DAY": "3-10-1882", "HOUR": "6 h.", "NAME": "CHABAUD Auguste Elisée", "PLACE": "Nimes (Gard)."}, "date": "2023-08-20T14:48:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8959	chaix-auguste-1860-11-03	{"a4": "206", "g55": "05-378"}	{"g55": "05-378", "lerrcp": "A4-206"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Chaix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:30", "date": "1860-11-03 10:56:38", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 4.87484, "lat": 45.52569, "name": "Vienne", "geoid": 2969284}, "notime": null, "date-ut": "1860-11-03 10:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Chaix"}, "birth": {"tzo": "+00:19:30", "date": "1860-11-03 10:56:38", "place": {"c2": "38", "cy": "FR", "lg": 4.87484, "lat": 45.52569, "name": "Vienne", "geoid": 2969284}, "date-ut": "1860-11-03 10:37:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-206"}, "ids-in-sources": {"a4": "206"}}, "raw": {"H": "10", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "3", "LAT": "45N11", "LON": "5E43", "MON": "11", "NUM": "206", "PRO": "P", "SEC": "8", "YEA": "1860", "CITY": "VIENNE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-378"}, "ids-in-source": {"g55": "05-378"}}, "raw": {"DAY": "3-11-1860", "HOUR": "17 h.", "NAME": "CHAIX Auguste Hippol.", "PLACE": "Vienne (Isère)."}, "date": "2023-08-20T14:48:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8961	chanut-marie-1851-02-02	{"a4": "208", "g55": "05-380"}	{"g55": "05-380", "lerrcp": "A4-208"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Chanut", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:52", "date": "1851-02-02 19:30", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 5.21667, "lat": 46.2, "name": "Bourg", "geoid": 0}, "notime": null, "date-ut": "1851-02-02 19:09:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Chanut"}, "birth": {"tzo": "+00:20:52", "date": "1851-02-02 19:30", "place": {"c2": "01", "cy": "FR", "lg": 5.21667, "lat": 46.2, "name": "Bourg", "geoid": 0}, "date-ut": "1851-02-02 19:09:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-208"}, "ids-in-sources": {"a4": "208"}}, "raw": {"H": "19", "MN": "9", "TZ": "0", "COD": "01", "COU": "F", "DAY": "2", "LAT": "46N12", "LON": "5E13", "MON": "2", "NUM": "208", "PRO": "P", "SEC": "8", "YEA": "1851", "CITY": "BOURG"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Bourg"}}, "partial-ids": {"g55": "05-380"}, "ids-in-source": {"g55": "05-380"}}, "raw": {"DAY": "2-2-1851", "HOUR": "19 h. 30", "NAME": "CHANUT Marie-Claude", "PLACE": "Bourg (Ain)."}, "date": "2023-08-20T14:48:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8964	chapront-henry-1876-02-26	{"a4": "211", "g55": "05-382"}	{"g55": "05-382", "lerrcp": "A4-211"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Chapront", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:03:52", "date": "1876-02-26 06:30", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -0.96774, "lat": 45.94304, "name": "Rochefort", "geoid": 2983276}, "notime": null, "date-ut": "1876-02-26 06:34:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Chapront"}, "birth": {"tzo": "-00:03:52", "date": "1876-02-26 06:30", "place": {"c2": "17", "cy": "FR", "lg": -0.96774, "lat": 45.94304, "name": "Rochefort", "geoid": 2983276}, "date-ut": "1876-02-26 06:34:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-211"}, "ids-in-sources": {"a4": "211"}}, "raw": {"H": "6", "MN": "34", "TZ": "0", "COD": "17", "COU": "F", "DAY": "26", "LAT": "46N 9", "LON": "1W10", "MON": "2", "NUM": "211", "PRO": "P", "SEC": "40", "YEA": "1876", "CITY": "ROCHEFORT"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-382"}, "ids-in-source": {"g55": "05-382"}}, "raw": {"DAY": "26-2-1876", "HOUR": "6 h. 30", "NAME": "CHAPRONT Henry", "PLACE": "Rochefort-sur-Mer (Char.-Mar.)."}, "date": "2023-08-20T14:48:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8968	charpentier-bosio-andre-1822-02-09	{"a4": "215", "g55": "05-385"}	{"g55": "05-385", "lerrcp": "A4-215"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Charpentier-Bosio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:57", "date": "1822-02-09 12:00", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 1.48925, "lat": 48.44685, "name": "Chartres", "geoid": 3026467}, "notime": null, "date-ut": "1822-02-09 11:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "André", "family": "Charpentier-Bosio"}, "birth": {"tzo": "+00:05:57", "date": "1822-02-09 12:00", "place": {"c2": "28", "cy": "FR", "lg": 1.48925, "lat": 48.44685, "name": "Chartres", "geoid": 3026467}, "date-ut": "1822-02-09 11:54"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-215"}, "ids-in-sources": {"a4": "215"}}, "raw": {"H": "11", "MN": "54", "TZ": "0", "COD": "28", "COU": "F", "DAY": "9", "LAT": "48N27", "LON": "1E30", "MON": "2", "NUM": "215", "PRO": "P", "SEC": "0", "YEA": "1822", "CITY": "CHARTRES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-385"}, "ids-in-source": {"g55": "05-385"}}, "raw": {"DAY": "9-2-1822", "HOUR": "12 h.", "NAME": "CHARPENTIER-BOSIO André", "PLACE": "Chartres (Eure-et-Loire)."}, "date": "2023-08-20T14:48:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8970	charreton-victor-1864-03-02	{"a4": "217", "g55": "05-57"}	{"g55": "05-57", "lerrcp": "A4-217"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Charreton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:05", "date": "1864-03-02 13:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.27236, "lat": 45.59889, "name": "Bourgoin", "geoid": 3030960}, "notime": null, "date-ut": "1864-03-02 12:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Charreton"}, "birth": {"tzo": "+00:21:05", "date": "1864-03-02 13:00", "place": {"c2": "38", "cy": "FR", "lg": 5.27236, "lat": 45.59889, "name": "Bourgoin", "geoid": 3030960}, "date-ut": "1864-03-02 12:37:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-217"}, "ids-in-sources": {"a4": "217"}}, "raw": {"H": "12", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "2", "LAT": "45N11", "LON": "5E43", "MON": "3", "NUM": "217", "PRO": "P", "SEC": "8", "YEA": "1864", "CITY": "BOURGOIN"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-57"}, "ids-in-source": {"g55": "05-57"}}, "raw": {"DAY": "2-3-1864", "HOUR": "13 h.", "NAME": "CHARRETON Victor", "PLACE": "Bourgoin (Isère)."}, "date": "2023-08-20T14:48:37+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8971	chartier-henri-1859-02-23	{"a4": "218", "g55": "05-386"}	{"g55": "05-386", "lerrcp": "A4-218"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Chartier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:36", "date": "1859-02-23 04:00", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.15, "lat": 46.98333, "name": "Chateau-Chinon", "geoid": 0}, "notime": null, "date-ut": "1859-02-23 03:47:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Chartier"}, "birth": {"tzo": "+00:12:36", "date": "1859-02-23 04:00", "place": {"c2": "58", "cy": "FR", "lg": 3.15, "lat": 46.98333, "name": "Chateauchinon", "geoid": 0}, "date-ut": "1859-02-23 03:47:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-218"}, "ids-in-sources": {"a4": "218"}}, "raw": {"H": "3", "MN": "47", "TZ": "0", "COD": "58", "COU": "F", "DAY": "23", "LAT": "46N59", "LON": "3E 9", "MON": "2", "NUM": "218", "PRO": "P", "SEC": "24", "YEA": "1859", "CITY": "CHATEAUCHINON"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Chateau-Chinon"}}, "partial-ids": {"g55": "05-386"}, "ids-in-source": {"g55": "05-386"}}, "raw": {"DAY": "23-2-1859", "HOUR": "4 h.", "NAME": "CHARTIER Henri Georges", "PLACE": "Chateau-Chinon (Nièvre)."}, "date": "2023-08-20T14:48:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8975	chenard-huche-georges-1864-06-14	{"a4": "222"}	{"lerrcp": "A4-222"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Chenard-Huche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1864-06-14 20:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1864-06-14 20:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Chenard-Huche"}, "birth": {"tzo": "-00:06:13", "date": "1864-06-14 20:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1864-06-14 20:06:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-222"}, "ids-in-sources": {"a4": "222"}}, "raw": {"H": "20", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "14", "LAT": "47N13", "LON": "1W35", "MON": "6", "NUM": "222", "PRO": "P", "SEC": "20", "YEA": "1864", "CITY": "NANTES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
8976	chereau-claude-1883-12-31	{"a4": "223", "g55": "05-388"}	{"g55": "05-388", "lerrcp": "A4-223"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Chereau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:26", "date": "1883-12-31 22:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.35992, "lat": 48.7939, "name": "Villejuif", "geoid": 2968705}, "notime": null, "date-ut": "1883-12-31 21:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Chereau"}, "birth": {"tzo": "+00:09:26", "date": "1883-12-31 22:00", "place": {"c2": "94", "cy": "FR", "lg": 2.35992, "lat": 48.7939, "name": "Villejuif", "geoid": 2968705}, "date-ut": "1883-12-31 21:50:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-223"}, "ids-in-sources": {"a4": "223"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "31", "LAT": "48N47", "LON": "2E29", "MON": "12", "NUM": "223", "PRO": "P", "SEC": "4", "YEA": "1883", "CITY": "VILLEJUIF"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-388"}, "ids-in-source": {"g55": "05-388"}}, "raw": {"DAY": "31-12-1883", "HOUR": "22 h.", "NAME": "CHEREAU Claude Eugène", "PLACE": "Villejuif (Seine)."}, "date": "2023-08-20T14:48:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8980	chintreuil-antoine-1815-05-15	{"a4": "227", "g55": "05-62"}	{"g55": "05-62", "lerrcp": "A4-227"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Chintreuil", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:52", "date": "1815-05-15 08:00", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 5.21667, "lat": 46.2, "name": "Pont-de-Vaux", "geoid": 0}, "notime": null, "date-ut": "1815-05-15 07:39:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-227"}, "birth": {"tzo": "+00:20:52", "date": "1815-05-15 08:00", "place": {"c2": "01", "cy": "FR", "lg": 5.21667, "lat": 46.2, "name": "Pontdevaux", "geoid": 0}, "date-ut": "1815-05-15 07:39:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-227"}, "ids-in-sources": {"a4": "227"}}, "raw": {"H": "7", "MN": "39", "TZ": "0", "COD": "01", "COU": "F", "DAY": "15", "LAT": "46N12", "LON": "5E13", "MON": "5", "NUM": "227", "PRO": "P", "SEC": "8", "YEA": "1815", "CITY": "PONTDEVAUX"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Antoine", "family": "Chintreuil", "nobility": ""}, "slug": "chintreuil-antoine-1815-05-15", "birth": {"place": {"name": "Pont-de-Vaux"}}, "partial-ids": {"g55": "05-62"}, "ids-in-source": {"g55": "05-62"}}, "raw": {"DAY": "15-5-1815", "HOUR": "8 h.", "NAME": "CHINTREUIL Antoine", "PLACE": "Pont-de-Vaux (Ain)."}, "date": "2023-08-20T14:48:37+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8981	chocarne-moreau-ch-1855-10-31	{"a4": "228", "g55": "05-390"}	{"g55": "05-390", "lerrcp": "A4-228"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ch", "family": "Chocarne-Moreau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:04", "date": "1855-10-31 05:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1855-10-31 04:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Ch", "family": "Chocarne-Moreau"}, "birth": {"tzo": "+00:20:04", "date": "1855-10-31 05:00", "place": {"c2": "21", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1855-10-31 04:39:52"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-228"}, "ids-in-sources": {"a4": "228"}}, "raw": {"H": "4", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "31", "LAT": "47N19", "LON": "5E 2", "MON": "10", "NUM": "228", "PRO": "P", "SEC": "52", "YEA": "1855", "CITY": "DIJON"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-390"}, "ids-in-source": {"g55": "05-390"}}, "raw": {"DAY": "31-10-1855", "HOUR": "5 h.", "NAME": "CHOCARNE-MOREAU Charles Paul", "PLACE": "Dijon (C.-d’Or)."}, "date": "2023-08-20T14:48:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8985	clairin-jules-1843-09-11	{"a4": "232"}	{"lerrcp": "A4-232"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Clairin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1843-09-11 20:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1843-09-11 19:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Clairin"}, "birth": {"tzo": "+00:09:24", "date": "1843-09-11 20:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1843-09-11 19:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-232"}, "ids-in-sources": {"a4": "232"}}, "raw": {"H": "19", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "11", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "232", "PRO": "P", "SEC": "40", "YEA": "1843", "CITY": "PARIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
8986	clement-felix-1826-05-20	{"a4": "233", "g55": "05-393"}	{"g55": "05-393", "lerrcp": "A4-233"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Clement", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:51", "date": "1826-05-20 01:00", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 4.71134, "lat": 44.44246, "name": "Donzère", "geoid": 3021061}, "notime": null, "date-ut": "1826-05-20 00:40:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Clement"}, "birth": {"tzo": "+00:18:51", "date": "1826-05-20 01:00", "place": {"c2": "26", "cy": "FR", "lg": 4.71134, "lat": 44.44246, "name": "Donzère", "geoid": 3021061}, "date-ut": "1826-05-20 00:40:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-233"}, "ids-in-sources": {"a4": "233"}}, "raw": {"H": "0", "MN": "40", "TZ": "0", "COD": "26", "COU": "F", "DAY": "20", "LAT": "44N56", "LON": "4E54", "MON": "5", "NUM": "233", "PRO": "P", "SEC": "24", "YEA": "1826", "CITY": "DONZERE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-393"}, "ids-in-source": {"g55": "05-393"}}, "raw": {"DAY": "20-5-1826", "HOUR": "1 h.", "NAME": "CLEMENT Felix Auguste", "PLACE": "Donzére (Drôme)."}, "date": "2023-08-20T14:48:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8988	cluseau-lanauve-jean-1914-11-07	{"a4": "235", "g55": "05-395"}	{"g55": "05-395", "lerrcp": "A4-235"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Cluseau-Lanauve", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-11-07 19:30", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "notime": null, "date-ut": "1914-11-07 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Cluseau-Lanauve"}, "birth": {"tzo": "+00:00", "date": "1914-11-07 19:30", "place": {"c2": "24", "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "date-ut": "1914-11-07 19:30"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-235"}, "ids-in-sources": {"a4": "235"}}, "raw": {"H": "19", "MN": "30", "TZ": "0", "COD": "24", "COU": "F", "DAY": "7", "LAT": "45N11", "LON": "0E44", "MON": "11", "NUM": "235", "PRO": "P", "SEC": "0", "YEA": "1914", "CITY": "PERIGUEUX"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-395"}, "ids-in-source": {"g55": "05-395"}}, "raw": {"DAY": "7-11-1914", "HOUR": "19 h. 30", "NAME": "CLUSEAU-LANAUVE Jean", "PLACE": "Périgueux (Dordogne)."}, "date": "2023-08-20T14:48:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
17961	carre-adrien-1908-09-04	{"e1": "329"}	{"lerrcp": "E1-329"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrien", "family": "Carre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-09-04 06:30", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1908-09-04 06:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adrien", "family": "Carre"}, "birth": {"tzo": "+00:09", "date": "1908-09-04 06:30", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1908-09-04 06:21"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "329"}}, "raw": {"H": "06:30", "COD": "29", "DAY": "04", "MON": "09", "NUM": "0329", "PRO": "MI", "YEA": "1908", "CITY": "Brest", "NAME": "CARRE Adrien", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
8989	cochet-gerard-1888-10-13	{"a4": "236", "g55": "05-396"}	{"g55": "05-396", "lerrcp": "A4-236"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Cochet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:26", "date": "1888-10-13 01:30", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.35686, "lat": 48.68436, "name": "Avranches", "geoid": 3035639}, "notime": null, "date-ut": "1888-10-13 01:34:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Gérard", "family": "Cochet"}, "birth": {"tzo": "-00:05:26", "date": "1888-10-13 01:30", "place": {"c2": "50", "cy": "FR", "lg": -1.35686, "lat": 48.68436, "name": "Avranches", "geoid": 3035639}, "date-ut": "1888-10-13 01:34:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-236"}, "ids-in-sources": {"a4": "236"}}, "raw": {"H": "1", "MN": "34", "TZ": "0", "COD": "50", "COU": "F", "DAY": "13", "LAT": "49N 7", "LON": "1W 5", "MON": "10", "NUM": "236", "PRO": "P", "SEC": "20", "YEA": "1888", "CITY": "AVRANCHES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-396"}, "ids-in-source": {"g55": "05-396"}}, "raw": {"DAY": "13-10-1888", "HOUR": "1 h. 30", "NAME": "COCHET Gérard Paul", "PLACE": "Avranches (Manche)."}, "date": "2023-08-20T14:48:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8993	colas-alphonse-1818-09-25	{"a4": "240", "g55": "05-399"}	{"g55": "05-399", "lerrcp": "A4-240"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Colas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1818-09-25 02:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1818-09-25 01:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Colas"}, "birth": {"tzo": "+00:12:14", "date": "1818-09-25 02:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1818-09-25 01:47:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-240"}, "ids-in-sources": {"a4": "240"}}, "raw": {"H": "1", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "25", "LAT": "50N39", "LON": "3E 5", "MON": "9", "NUM": "240", "PRO": "P", "SEC": "40", "YEA": "1818", "CITY": "LILLE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-399"}, "ids-in-source": {"g55": "05-399"}}, "raw": {"DAY": "25-9-1818", "HOUR": "2 h.", "NAME": "COLAS Alphonse", "PLACE": "Lille (Nord)."}, "date": "2023-08-20T14:48:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8994	colin-alexandre-1798-12-05	{"a4": "241"}	{"lerrcp": "A4-241"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Colin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1798-12-05 17:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1798-12-05 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Colin"}, "birth": {"tzo": "+00:09:24", "date": "1798-12-05 17:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1798-12-05 16:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-241"}, "ids-in-sources": {"a4": "241"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "5", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "241", "PRO": "P", "SEC": "40", "YEA": "1798", "CITY": "PARIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
8998	comerre-leon-1850-10-10	{"a4": "245", "g55": "05-66"}	{"g55": "05-66", "lerrcp": "A4-245"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Comerre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:24", "date": "1850-10-10 03:04:04", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 4.102, "lat": 50.05805, "name": "Trélon", "geoid": 2971887}, "notime": null, "date-ut": "1850-10-10 02:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Comerre"}, "birth": {"tzo": "+00:16:24", "date": "1850-10-10 03:04:04", "place": {"c2": "59", "cy": "FR", "lg": 4.102, "lat": 50.05805, "name": "Trélon", "geoid": 2971887}, "date-ut": "1850-10-10 02:47:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-245"}, "ids-in-sources": {"a4": "245"}}, "raw": {"H": "2", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "10", "LAT": "50N39", "LON": "3E 5", "MON": "10", "NUM": "245", "PRO": "P", "SEC": "40", "YEA": "1850", "CITY": "TRELON"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-66"}, "ids-in-source": {"g55": "05-66"}}, "raw": {"DAY": "10-10-1850", "HOUR": "3 h.", "NAME": "COMERRE Léon Francois", "PLACE": "Trélon (Nord)."}, "date": "2023-08-20T14:48:37+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8997	comairas-philippe-1803-10-24	{"a4": "244", "g55": "05-401"}	{"g55": "05-401", "lerrcp": "A4-244"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Comairas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1803-10-24 09:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Saint-Germain-en-Laye", "geoid": 0}, "notime": null, "date-ut": "1803-10-24 08:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Comairas"}, "birth": {"tzo": "+00:08:32", "date": "1803-10-24 09:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Stgermainenlaye", "geoid": 0}, "date-ut": "1803-10-24 08:51:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-244"}, "ids-in-sources": {"a4": "244"}}, "raw": {"H": "8", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "24", "LAT": "48N50", "LON": "2E 8", "MON": "10", "NUM": "244", "PRO": "P", "SEC": "28", "YEA": "1803", "CITY": "STGERMAINENLAYE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Germain-en-Laye"}}, "partial-ids": {"g55": "05-401"}, "ids-in-source": {"g55": "05-401"}}, "raw": {"DAY": "24-10-1803", "HOUR": "9 h.", "NAME": "COMAIRAS Philippe", "PLACE": "Saint-Germain-en-Laye (S.O.)."}, "date": "2023-08-20T14:48:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8999	compte-calix-francois-1813-08-27	{"a4": "246", "g55": "05-67"}	{"g55": "05-67", "lerrcp": "A4-246"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Compte-Calix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1813-08-27 23:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1813-08-27 22:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "François", "family": "Compte-Calix"}, "birth": {"tzo": "+00:19:23", "date": "1813-08-27 23:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1813-08-27 22:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-246"}, "ids-in-sources": {"a4": "246"}}, "raw": {"H": "22", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "27", "LAT": "45N46", "LON": "4E50", "MON": "8", "NUM": "246", "PRO": "P", "SEC": "40", "YEA": "1813", "CITY": "LYON"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-67"}, "ids-in-source": {"g55": "05-67"}}, "raw": {"DAY": "27-8-1813", "HOUR": "23 h.", "NAME": "COMPTE-CALIX Francois Claude", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:48:37+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9001	corneau-eugene-1894-06-18	{"a4": "249", "g55": "05-403"}	{"g55": "05-403", "lerrcp": "A4-249"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Corneau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1894-06-18 16:00", "note": null, "place": {"c1": null, "c2": "18", "c3": null, "cy": "FR", "lg": 2.22201, "lat": 47.26, "name": "Vouzeron", "geoid": 2967604}, "notime": null, "date-ut": "1894-06-18 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Corneau"}, "birth": {"tzo": "+00:09:21", "date": "1894-06-18 16:00", "place": {"c2": "18", "cy": "FR", "lg": 2.22201, "lat": 47.26, "name": "Vouzeron", "geoid": 2967604}, "date-ut": "1894-06-18 15:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-249"}, "ids-in-sources": {"a4": "249"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "18", "COU": "F", "DAY": "18", "LAT": "47N 5", "LON": "2E23", "MON": "6", "NUM": "249", "PRO": "P", "SEC": "40", "YEA": "1894", "CITY": "VOUZERON"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-403"}, "ids-in-source": {"g55": "05-403"}}, "raw": {"DAY": "18-6-1894", "HOUR": "16 h.", "NAME": "CORNEAU Eugène", "PLACE": "Vouzeron (Cher)."}, "date": "2023-08-20T14:48:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9006	courdouan-vincent-1810-03-07	{"a4": "254"}	{"lerrcp": "A4-254"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincent", "family": "Courdouan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:43", "date": "1810-03-07 16:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1810-03-07 15:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Vincent", "family": "Courdouan"}, "birth": {"tzo": "+00:23:43", "date": "1810-03-07 16:00", "place": {"c2": "83", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1810-03-07 15:34:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-254"}, "ids-in-sources": {"a4": "254"}}, "raw": {"H": "15", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "7", "LAT": "43N32", "LON": "6E28", "MON": "3", "NUM": "254", "PRO": "P", "SEC": "8", "YEA": "1810", "CITY": "TOULON"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9004	cottet-jacques-1863-07-12	{"a4": "252", "g55": "05-68"}	{"g55": "05-68", "lerrcp": "A4-252"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Cottet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:32", "date": "1863-07-12 09:00", "note": null, "place": {"c1": null, "c2": "43", "c3": null, "cy": "FR", "lg": 3.88333, "lat": 45.05, "name": "Le Puy", "geoid": 0}, "notime": null, "date-ut": "1863-07-12 08:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Cottet"}, "birth": {"tzo": "+00:15:32", "date": "1863-07-12 09:00", "place": {"c2": "43", "cy": "FR", "lg": 3.88333, "lat": 45.05, "name": "Lepuy", "geoid": 0}, "date-ut": "1863-07-12 08:44:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-252"}, "ids-in-sources": {"a4": "252"}}, "raw": {"H": "8", "MN": "44", "TZ": "0", "COD": "43", "COU": "F", "DAY": "12", "LAT": "45N 3", "LON": "3E53", "MON": "7", "NUM": "252", "PRO": "P", "SEC": "28", "YEA": "1863", "CITY": "LEPUY"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Le Puy"}}, "partial-ids": {"g55": "05-68"}, "ids-in-source": {"g55": "05-68"}}, "raw": {"DAY": "12-7-1863", "HOUR": "9 h.", "NAME": "COTTET Jacques Charles", "PLACE": "Le Puy (Haute-Loire)."}, "date": "2023-08-20T14:48:37+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9007	coutaud-lucien-1904-12-13	{"a4": "255", "g55": "05-405"}	{"g55": "05-405", "lerrcp": "A4-255"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Coutaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1904-12-13 16:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.56133, "lat": 43.88274, "name": "Meynes", "geoid": 2994078}, "notime": null, "date-ut": "1904-12-13 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Coutaud"}, "birth": {"tzo": "+00:09:21", "date": "1904-12-13 16:00", "place": {"c2": "30", "cy": "FR", "lg": 4.56133, "lat": 43.88274, "name": "Meynes", "geoid": 2994078}, "date-ut": "1904-12-13 15:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-255"}, "ids-in-sources": {"a4": "255"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "30", "COU": "F", "DAY": "13", "LAT": "43N51", "LON": "4E21", "MON": "12", "NUM": "255", "PRO": "P", "SEC": "40", "YEA": "1904", "CITY": "MEYNES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-405"}, "ids-in-source": {"g55": "05-405"}}, "raw": {"DAY": "13-12-1904", "HOUR": "16 h.", "NAME": "COUTAUD Lucien", "PLACE": "Meynes (Gard)."}, "date": "2023-08-20T14:48:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9011	crapelet-louis-amable-1822-06-01	{"a4": "259", "g55": "05-407"}	{"g55": "05-407", "lerrcp": "A4-259"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis Amable", "family": "Crapelet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:17", "date": "1822-06-01 12:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.57033, "lat": 47.7996, "name": "Auxerre", "geoid": 3035843}, "notime": null, "date-ut": "1822-06-01 11:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-259"}, "birth": {"tzo": "+00:14:17", "date": "1822-06-01 12:00", "place": {"c2": "89", "cy": "FR", "lg": 3.57033, "lat": 47.7996, "name": "Auxerre", "geoid": 3035843}, "date-ut": "1822-06-01 11:45:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-259"}, "ids-in-sources": {"a4": "259"}}, "raw": {"H": "11", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "1", "LAT": "47N48", "LON": "3E35", "MON": "6", "NUM": "259", "PRO": "P", "SEC": "40", "YEA": "1822", "CITY": "AUXERRE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Louis Amable", "family": "Crapelet", "nobility": ""}, "slug": "crapelet-louis-amable-1822-06-01", "partial-ids": {"g55": "05-407"}, "ids-in-source": {"g55": "05-407"}}, "raw": {"DAY": "1-6-1822", "HOUR": "12 h.", "NAME": "CRAPELET Louis Amable", "PLACE": "Auxerre (Yonne)."}, "date": "2023-08-20T14:48:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9013	crochepierre-andre-1860-05-31	{"a4": "261", "g55": "05-409"}	{"g55": "05-409", "lerrcp": "A4-261"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Crochepierre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:32", "date": "1860-05-31 11:00", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.63333, "lat": 44.2, "name": "Villeneuve-sur-Lot", "geoid": 0}, "notime": null, "date-ut": "1860-05-31 10:57:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "André", "family": "Crochepierre"}, "birth": {"tzo": "+00:02:32", "date": "1860-05-31 11:00", "place": {"c2": "47", "cy": "FR", "lg": 0.63333, "lat": 44.2, "name": "Villeneuveslot", "geoid": 0}, "date-ut": "1860-05-31 10:57:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-261"}, "ids-in-sources": {"a4": "261"}}, "raw": {"H": "10", "MN": "57", "TZ": "0", "COD": "47", "COU": "F", "DAY": "31", "LAT": "44N12", "LON": "0E38", "MON": "5", "NUM": "261", "PRO": "P", "SEC": "28", "YEA": "1860", "CITY": "VILLENEUVESLOT"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Villeneuve-sur-Lot"}}, "partial-ids": {"g55": "05-409"}, "ids-in-source": {"g55": "05-409"}}, "raw": {"DAY": "31-5-1860", "HOUR": "11 h.", "NAME": "CROCHEPIERRE André Antoine", "PLACE": "Villeneuve-sur-Lot (Lot-et-Garonne)."}, "date": "2023-08-20T14:48:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9018	damoye-pierre-1847-02-20	{"a4": "266"}	{"lerrcp": "A4-266"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Damoye", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1847-02-20 22:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1847-02-20 21:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Damoye"}, "birth": {"tzo": "+00:09:24", "date": "1847-02-20 22:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1847-02-20 21:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-266"}, "ids-in-sources": {"a4": "266"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "20", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "266", "PRO": "P", "SEC": "40", "YEA": "1847", "CITY": "PARIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9015	curzon-paul-1820-09-07	{"a4": "263", "g55": "05-410"}	{"g55": "05-410", "lerrcp": "A4-263"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Curzon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01:16", "date": "1820-09-07 08:00", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.31483, "lat": 46.62756, "name": "Migné", "geoid": 2993918}, "notime": null, "date-ut": "1820-09-07 07:58:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Curzon"}, "birth": {"tzo": "+00:01:16", "date": "1820-09-07 08:00", "place": {"c2": "86", "cy": "FR", "lg": 0.31483, "lat": 46.62756, "name": "Migné", "geoid": 2993918}, "date-ut": "1820-09-07 07:58:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-263"}, "ids-in-sources": {"a4": "263"}}, "raw": {"H": "7", "MN": "58", "TZ": "0", "COD": "86", "COU": "F", "DAY": "7", "LAT": "46N35", "LON": "0E20", "MON": "9", "NUM": "263", "PRO": "P", "SEC": "40", "YEA": "1820", "CITY": "MIGNE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-410"}, "ids-in-source": {"g55": "05-410"}}, "raw": {"DAY": "7-9-1820", "HOUR": "8 h.", "NAME": "CURZON Paul Alfrede", "PLACE": "Moulinet (Vienne)."}, "date": "2023-08-20T14:48:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9017	dalmbert-daniel-1918-10-22	{"a4": "265", "g55": "05-412"}	{"g55": "05-412", "lerrcp": "A4-265"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "Dalmbert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1918-10-22 14:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Maisons-Alfort", "geoid": 0}, "notime": null, "date-ut": "1918-10-22 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Daniel", "family": "Dalmbert"}, "birth": {"tzo": "+00:00", "date": "1918-10-22 14:00", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Maisonsalfort", "geoid": 0}, "date-ut": "1918-10-22 14:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-265"}, "ids-in-sources": {"a4": "265"}}, "raw": {"H": "14", "MN": "0", "TZ": "0", "COD": "94", "COU": "F", "DAY": "22", "LAT": "48N47", "LON": "2E29", "MON": "10", "NUM": "265", "PRO": "P", "SEC": "0", "YEA": "1918", "CITY": "MAISONSALFORT"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Maisons-Alfort"}}, "partial-ids": {"g55": "05-412"}, "ids-in-source": {"g55": "05-412"}}, "raw": {"DAY": "22-10-1918", "HOUR": "14 h.", "NAME": "DALMBERT Daniel", "PLACE": "Maisons-Alfort (Seine)."}, "date": "2023-08-20T14:48:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9019	danguin-jean-1823-05-03	{"a4": "267", "g55": "05-413"}	{"g55": "05-413", "lerrcp": "A4-267"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Danguin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:28", "date": "1823-05-03 10:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.61816, "lat": 45.92561, "name": "Frontenas", "geoid": 3016964}, "notime": null, "date-ut": "1823-05-03 09:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Danguin"}, "birth": {"tzo": "+00:18:28", "date": "1823-05-03 10:00", "place": {"c2": "69", "cy": "FR", "lg": 4.61816, "lat": 45.92561, "name": "Frontenas", "geoid": 3016964}, "date-ut": "1823-05-03 09:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-267"}, "ids-in-sources": {"a4": "267"}}, "raw": {"H": "9", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "3", "LAT": "45N46", "LON": "4E50", "MON": "5", "NUM": "267", "PRO": "P", "SEC": "40", "YEA": "1823", "CITY": "FRONTENAS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-413"}, "ids-in-source": {"g55": "05-413"}}, "raw": {"DAY": "3-5-1823", "HOUR": "10 h.", "NAME": "DANGUIN Jean-Baptiste", "PLACE": "Frontenas (Rhône)."}, "date": "2023-08-20T14:48:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9022	daumont-emile-1834-02-19	{"a4": "270", "g55": "05-415"}	{"g55": "05-415", "lerrcp": "A4-270"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Daumont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:40", "date": "1834-02-19 21:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Montereau", "geoid": 0}, "notime": null, "date-ut": "1834-02-19 20:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Daumont"}, "birth": {"tzo": "+00:10:40", "date": "1834-02-19 21:00", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Montereaufautyo", "geoid": 0}, "date-ut": "1834-02-19 20:49:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-270"}, "ids-in-sources": {"a4": "270"}}, "raw": {"H": "20", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "19", "LAT": "48N33", "LON": "2E40", "MON": "2", "NUM": "270", "PRO": "P", "SEC": "20", "YEA": "1834", "CITY": "MONTEREAUFAUTYO"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Montereau"}}, "partial-ids": {"g55": "05-415"}, "ids-in-source": {"g55": "05-415"}}, "raw": {"DAY": "19-2-1834", "HOUR": "21 h.", "NAME": "DAUMONT Emile Florentin", "PLACE": "Montereau (Seine-et-M.)."}, "date": "2023-08-20T14:48:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9026	debat-ponsan-edouard-1847-04-25	{"a4": "274", "g55": "05-75"}	{"g55": "05-75", "lerrcp": "A4-274"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Debat-ponsan", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1847-04-25 10:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1847-04-25 09:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-274"}, "birth": {"tzo": "+00:05:46", "date": "1847-04-25 10:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1847-04-25 09:54:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-274"}, "ids-in-sources": {"a4": "274"}}, "raw": {"H": "9", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "25", "LAT": "43N37", "LON": "1E26", "MON": "4", "NUM": "274", "PRO": "P", "SEC": "16", "YEA": "1847", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Edouard", "family": "Debat-ponsan", "nobility": ""}, "slug": "debat-ponsan-edouard-1847-04-25", "partial-ids": {"g55": "05-75"}, "ids-in-source": {"g55": "05-75"}}, "raw": {"DAY": "25-4-1847", "HOUR": "10 h.", "NAME": "DEBAT-PONSAN Edouard", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:48:37+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9027	debelle-alexandre-1805-12-21	{"a4": "275", "g55": "05-418"}	{"g55": "05-418", "lerrcp": "A4-275"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Debelle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:32", "date": "1805-12-21 07:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.63192, "lat": 45.29484, "name": "Voreppe", "geoid": 2967695}, "notime": null, "date-ut": "1805-12-21 06:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Debelle"}, "birth": {"tzo": "+00:22:32", "date": "1805-12-21 07:00", "place": {"c2": "38", "cy": "FR", "lg": 5.63192, "lat": 45.29484, "name": "Voreppe", "geoid": 2967695}, "date-ut": "1805-12-21 06:37:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-275"}, "ids-in-sources": {"a4": "275"}}, "raw": {"H": "6", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "21", "LAT": "45N11", "LON": "5E43", "MON": "12", "NUM": "275", "PRO": "P", "SEC": "8", "YEA": "1805", "CITY": "VOREPPE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-418"}, "ids-in-source": {"g55": "05-418"}}, "raw": {"DAY": "21-12-1805", "HOUR": "7 h.", "NAME": "DEBELLE Alexandre Joseph", "PLACE": "Voreppe (Isère)."}, "date": "2023-08-20T14:48:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9030	decisy-eugene-1866-02-06	{"a4": "278", "g55": "05-421"}	{"g55": "05-421", "lerrcp": "A4-278"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Decisy", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:41", "date": "1866-02-06 19:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1866-02-06 18:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-278"}, "birth": {"tzo": "+00:24:41", "date": "1866-02-06 19:00", "place": {"c2": "57", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1866-02-06 18:35:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-278"}, "ids-in-sources": {"a4": "278"}}, "raw": {"H": "18", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "6", "LAT": "49N 7", "LON": "6E11", "MON": "2", "NUM": "278", "PRO": "P", "SEC": "16", "YEA": "1866", "CITY": "METZ"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Eugène", "family": "Decisy", "nobility": ""}, "slug": "decisy-eugene-1866-02-06", "partial-ids": {"g55": "05-421"}, "ids-in-source": {"g55": "05-421"}}, "raw": {"DAY": "6-2-1866", "HOUR": "19 h.", "NAME": "DECISY Eugène", "PLACE": "Metz (Moselle)."}, "date": "2023-08-20T14:48:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9032	decreuse-jean-1806-08-28	{"a4": "280", "g55": "05-423"}	{"g55": "05-423", "lerrcp": "A4-280"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Decreuse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:08", "date": "1806-08-28 06:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.03333, "lat": 47.25, "name": "Montrond", "geoid": 0}, "notime": null, "date-ut": "1806-08-28 05:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Decreuse"}, "birth": {"tzo": "+00:24:08", "date": "1806-08-28 06:00", "place": {"c2": "25", "cy": "FR", "lg": 6.03333, "lat": 47.25, "name": "Montrond", "geoid": 0}, "date-ut": "1806-08-28 05:35:52"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-280"}, "ids-in-sources": {"a4": "280"}}, "raw": {"H": "5", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "28", "LAT": "47N15", "LON": "6E 2", "MON": "8", "NUM": "280", "PRO": "P", "SEC": "52", "YEA": "1806", "CITY": "MONTROND"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Montrond"}}, "partial-ids": {"g55": "05-423"}, "ids-in-source": {"g55": "05-423"}}, "raw": {"DAY": "28-8-1806", "HOUR": "6 h.", "NAME": "DECREUSE Jean-Pierre", "PLACE": "Montrond (Doubs)."}, "date": "2023-08-20T14:48:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9034	dehodencq-alexis-1822-04-23	{"a4": "282"}	{"lerrcp": "A4-282"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexis", "family": "Dehodencq", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1822-04-23 10:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1822-04-23 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alexis", "family": "Dehodencq"}, "birth": {"tzo": "+00:09:24", "date": "1822-04-23 10:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1822-04-23 09:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-282"}, "ids-in-sources": {"a4": "282"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "23", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "282", "PRO": "P", "SEC": "40", "YEA": "1822", "CITY": "PARIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9035	delaborde-henri-1811-05-02	{"a4": "283", "g55": "05-424"}	{"g55": "05-424", "lerrcp": "A4-283"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Delaborde", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:42", "date": "1811-05-02 23:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1811-05-02 23:06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Delaborde"}, "birth": {"tzo": "-00:06:42", "date": "1811-05-02 23:00", "place": {"c2": "35", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1811-05-02 23:06:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-283"}, "ids-in-sources": {"a4": "283"}}, "raw": {"H": "23", "MN": "6", "TZ": "0", "COD": "35", "COU": "F", "DAY": "2", "LAT": "48N 7", "LON": "1W40", "MON": "5", "NUM": "283", "PRO": "P", "SEC": "40", "YEA": "1811", "CITY": "RENNES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-424"}, "ids-in-source": {"g55": "05-424"}}, "raw": {"DAY": "2-5-1811", "HOUR": "23 h.", "NAME": "DELABORDE Henri", "PLACE": "Rennes (Ille-et-Vilaine)."}, "date": "2023-08-20T14:48:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9038	delahogue-alexis-1867-07-06	{"a4": "286", "g55": "05-426"}	{"g55": "05-426", "lerrcp": "A4-286"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexis", "family": "Delahogue", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:18", "date": "1867-07-06 18:43:50", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.32361, "lat": 49.38167, "name": "Soissons", "geoid": 2974389}, "notime": null, "date-ut": "1867-07-06 18:30:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alexis", "family": "Delahogue"}, "birth": {"tzo": "+00:13:18", "date": "1867-07-06 18:43:50", "place": {"c2": "02", "cy": "FR", "lg": 3.32361, "lat": 49.38167, "name": "Soissons", "geoid": 2974389}, "date-ut": "1867-07-06 18:30:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-286"}, "ids-in-sources": {"a4": "286"}}, "raw": {"H": "18", "MN": "30", "TZ": "0", "COD": "02", "COU": "F", "DAY": "6", "LAT": "49N34", "LON": "3E37", "MON": "7", "NUM": "286", "PRO": "P", "SEC": "32", "YEA": "1867", "CITY": "SOISSONS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-426"}, "ids-in-source": {"g55": "05-426"}}, "raw": {"DAY": "6-7-1867", "HOUR": "18 h. 45", "NAME": "DELAHOGUE Alexis Auguste", "PLACE": "Soissons (Aisne)."}, "date": "2023-08-20T14:48:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9040	delaunay-claude-1915-07-16	{"a4": "288", "g55": "05-428"}	{"g55": "05-428", "lerrcp": "A4-288"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Delaunay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-07-16 04:00", "note": null, "place": {"c1": null, "c2": "85", "c3": null, "cy": "FR", "lg": -1.41667, "lat": 46.66667, "name": "La Ferriére", "geoid": 0}, "notime": null, "date-ut": "1915-07-16 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Delaunay"}, "birth": {"tzo": "+00:00", "date": "1915-07-16 04:00", "place": {"c2": "85", "cy": "FR", "lg": -1.41667, "lat": 46.66667, "name": "Laferriere", "geoid": 0}, "date-ut": "1915-07-16 04:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-288"}, "ids-in-sources": {"a4": "288"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "85", "COU": "F", "DAY": "16", "LAT": "46N40", "LON": "1W25", "MON": "7", "NUM": "288", "PRO": "P", "SEC": "0", "YEA": "1915", "CITY": "LAFERRIERE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "La Ferriére"}}, "partial-ids": {"g55": "05-428"}, "ids-in-source": {"g55": "05-428"}}, "raw": {"DAY": "16-7-1915", "HOUR": "4 h.", "NAME": "DELAUNAY Claude", "PLACE": "La Ferriére (Vendée)."}, "date": "2023-08-20T14:48:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9043	deligne-adolphe-1818-06-12	{"a4": "291", "g55": "05-430"}	{"g55": "05-430", "lerrcp": "A4-291"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Deligne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:56", "date": "1818-06-12 09:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.23472, "lat": 50.17596, "name": "Cambrai", "geoid": 3029030}, "notime": null, "date-ut": "1818-06-12 08:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Deligne"}, "birth": {"tzo": "+00:12:56", "date": "1818-06-12 09:00", "place": {"c2": "59", "cy": "FR", "lg": 3.23472, "lat": 50.17596, "name": "Cambrai", "geoid": 3029030}, "date-ut": "1818-06-12 08:47:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-291"}, "ids-in-sources": {"a4": "291"}}, "raw": {"H": "8", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "12", "LAT": "50N39", "LON": "3E 5", "MON": "6", "NUM": "291", "PRO": "P", "SEC": "40", "YEA": "1818", "CITY": "CAMBRAI"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-430"}, "ids-in-source": {"g55": "05-430"}}, "raw": {"DAY": "12-6-1818", "HOUR": "9 h.", "NAME": "DELIGNE Adolphe Julien", "PLACE": "Cambrai (Nord)."}, "date": "2023-08-20T14:48:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9045	delpy-hippolyte-1842-04-16	{"a4": "293", "g55": "05-80"}	{"g55": "05-80", "lerrcp": "A4-293"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hippolyte", "family": "Delpy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:36", "date": "1842-04-16 12:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.40096, "lat": 47.98288, "name": "Joigny", "geoid": 3012319}, "notime": null, "date-ut": "1842-04-16 11:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Hippolyte", "family": "Delpy"}, "birth": {"tzo": "+00:13:36", "date": "1842-04-16 12:00", "place": {"c2": "89", "cy": "FR", "lg": 3.40096, "lat": 47.98288, "name": "Joigny", "geoid": 3012319}, "date-ut": "1842-04-16 11:45:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-293"}, "ids-in-sources": {"a4": "293"}}, "raw": {"H": "11", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "16", "LAT": "47N48", "LON": "3E35", "MON": "4", "NUM": "293", "PRO": "P", "SEC": "40", "YEA": "1842", "CITY": "JOIGNY"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-80"}, "ids-in-source": {"g55": "05-80"}}, "raw": {"DAY": "16-4-1842", "HOUR": "12 h.", "NAME": "DELPY Hyppolyte Cam.", "PLACE": "Joigny (Yonne)."}, "date": "2023-08-20T14:48:38+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9047	deltombe-paul-1878-04-06	{"a4": "295", "g55": "05-432"}	{"g55": "05-432", "lerrcp": "A4-295"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Deltombe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1878-04-06 17:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": ". Catillon", "geoid": 0}, "notime": null, "date-ut": "1878-04-06 16:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Deltombe"}, "birth": {"tzo": "+00:12:20", "date": "1878-04-06 17:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Catillon", "geoid": 0}, "date-ut": "1878-04-06 16:47:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-295"}, "ids-in-sources": {"a4": "295"}}, "raw": {"H": "16", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "6", "LAT": "50N39", "LON": "3E 5", "MON": "4", "NUM": "295", "PRO": "P", "SEC": "40", "YEA": "1878", "CITY": "CATILLON"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": ". Catillon"}}, "partial-ids": {"g55": "05-432"}, "ids-in-source": {"g55": "05-432"}}, "raw": {"DAY": "6-4-1878", "HOUR": "17 h.", "NAME": "DELTOMBE Paul", "PLACE": ". Catillon (Nord)."}, "date": "2023-08-20T14:48:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9050	denis-maurice-1870-11-25	{"a4": "298", "g55": "05-81"}	{"g55": "05-81", "lerrcp": "A4-298"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Denis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:23", "date": "1870-11-25 16:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.59714, "lat": 48.83792, "name": "Granville", "geoid": 3014867}, "notime": null, "date-ut": "1870-11-25 16:04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Denis"}, "birth": {"tzo": "-00:06:23", "date": "1870-11-25 16:00", "place": {"c2": "50", "cy": "FR", "lg": -1.59714, "lat": 48.83792, "name": "Granville", "geoid": 3014867}, "date-ut": "1870-11-25 16:04:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-298"}, "ids-in-sources": {"a4": "298"}}, "raw": {"H": "16", "MN": "4", "TZ": "0", "COD": "50", "COU": "F", "DAY": "25", "LAT": "49N 7", "LON": "1W 5", "MON": "11", "NUM": "298", "PRO": "P", "SEC": "20", "YEA": "1870", "CITY": "GRANVILLE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-81"}, "ids-in-source": {"g55": "05-81"}}, "raw": {"DAY": "25-11-1870", "HOUR": "16 h.", "NAME": "DENIS Maurice", "PLACE": "Granville (Manche)."}, "date": "2023-08-20T14:48:38+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9053	desavary-charles-1837-02-06	{"a4": "301", "g55": "05-435"}	{"g55": "05-435", "lerrcp": "A4-301"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Desavary", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:08", "date": "1837-02-06 10:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "notime": null, "date-ut": "1837-02-06 09:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Desavary"}, "birth": {"tzo": "+00:11:08", "date": "1837-02-06 10:00", "place": {"c2": "62", "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "date-ut": "1837-02-06 09:48:56"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-301"}, "ids-in-sources": {"a4": "301"}}, "raw": {"H": "9", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "6", "LAT": "50N18", "LON": "2E46", "MON": "2", "NUM": "301", "PRO": "P", "SEC": "56", "YEA": "1837", "CITY": "ARRAS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-435"}, "ids-in-source": {"g55": "05-435"}}, "raw": {"DAY": "6-2-1837", "HOUR": "10 h.", "NAME": "DESAVARY Charles Paul", "PLACE": "Arras (Pas-de-Calais)."}, "date": "2023-08-20T14:48:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9057	deshayes-charles-1831-11-09	{"a4": "305"}	{"lerrcp": "A4-305"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Deshayes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:43", "date": "1831-11-09 11:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1831-11-09 10:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Deshayes"}, "birth": {"tzo": "+00:23:43", "date": "1831-11-09 11:00", "place": {"c2": "83", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1831-11-09 10:34:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-305"}, "ids-in-sources": {"a4": "305"}}, "raw": {"H": "10", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "9", "LAT": "43N32", "LON": "6E28", "MON": "11", "NUM": "305", "PRO": "P", "SEC": "8", "YEA": "1831", "CITY": "TOULON"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9056	desgranges-guillaume-1886-02-10	{"a4": "304", "g55": "05-438"}	{"g55": "05-438", "lerrcp": "A4-304"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guillaume", "family": "Desgranges", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:26", "date": "1886-02-10 18:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.35686, "lat": 48.68436, "name": "Avranches", "geoid": 3035639}, "notime": null, "date-ut": "1886-02-10 18:04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Guillaume", "family": "Desgranges"}, "birth": {"tzo": "-00:05:26", "date": "1886-02-10 18:00", "place": {"c2": "50", "cy": "FR", "lg": -1.35686, "lat": 48.68436, "name": "Avranches", "geoid": 3035639}, "date-ut": "1886-02-10 18:04:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-304"}, "ids-in-sources": {"a4": "304"}}, "raw": {"H": "18", "MN": "4", "TZ": "0", "COD": "50", "COU": "F", "DAY": "10", "LAT": "49N 7", "LON": "1W 5", "MON": "2", "NUM": "304", "PRO": "P", "SEC": "20", "YEA": "1886", "CITY": "AVRANCHES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-438"}, "ids-in-source": {"g55": "05-438"}}, "raw": {"DAY": "10-2-1886", "HOUR": "18 h.", "NAME": "DESGRANGES Guillaume Jac.", "PLACE": "Avranches (Manche)."}, "date": "2023-08-20T14:48:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9063	detaille-edouard-1848-10-05	{"a4": "311"}	{"lerrcp": "A4-311"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Detaille", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1848-10-05 17:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1848-10-05 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Detaille"}, "birth": {"tzo": "+00:09:24", "date": "1848-10-05 17:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1848-10-05 16:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-311"}, "ids-in-sources": {"a4": "311"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "5", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "311", "PRO": "P", "SEC": "40", "YEA": "1848", "CITY": "PARIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9061	despierre-jacques-1912-03-07	{"a4": "309", "g55": "05-443"}	{"g55": "05-443", "lerrcp": "A4-309"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Despierre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-03-07 17:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1912-03-07 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Despierre"}, "birth": {"tzo": "+00:00", "date": "1912-03-07 17:00", "place": {"c2": "42", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1912-03-07 17:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-309"}, "ids-in-sources": {"a4": "309"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "42", "COU": "F", "DAY": "7", "LAT": "45N26", "LON": "4E23", "MON": "3", "NUM": "309", "PRO": "P", "SEC": "0", "YEA": "1912", "CITY": "ST-ETIENNE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-443"}, "ids-in-source": {"g55": "05-443"}}, "raw": {"DAY": "7-3-1912", "HOUR": "17 h.", "NAME": "DESPIERRE Jacques (Ceria)", "PLACE": "Saint-Etienne (Loire)."}, "date": "2023-08-20T14:48:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9068	deveria-eugene-1805-04-22	{"a4": "316"}	{"lerrcp": "A4-316"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Deveria", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1805-04-22 04:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1805-04-22 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Deveria"}, "birth": {"tzo": "+00:09:24", "date": "1805-04-22 04:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1805-04-22 03:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-316"}, "ids-in-sources": {"a4": "316"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "22", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "316", "PRO": "P", "SEC": "40", "YEA": "1805", "CITY": "PARIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9066	deve-eugene-1826-09-23	{"a4": "314", "g55": "05-447"}	{"g55": "05-447", "lerrcp": "A4-314"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Deve", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:24", "date": "1826-09-23 00:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1826-09-22 23:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Deve"}, "birth": {"tzo": "+00:04:24", "date": "1826-09-23 00:00", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1826-09-22 23:55:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-314"}, "ids-in-sources": {"a4": "314"}}, "raw": {"H": "23", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "22", "LAT": "49N26", "LON": "1E 5", "MON": "9", "NUM": "314", "PRO": "P", "SEC": "40", "YEA": "1826", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-447"}, "ids-in-source": {"g55": "05-447"}}, "raw": {"DAY": "22-9-1826", "HOUR": "24 h.", "NAME": "DEVE Eugène", "PLACE": "Rouen (Seine-Inférieure)."}, "date": "2023-08-20T14:48:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9073	didier-jules-1831-05-26	{"a4": "321"}	{"lerrcp": "A4-321"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Didier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1831-05-26 11:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1831-05-26 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Didier"}, "birth": {"tzo": "+00:09:24", "date": "1831-05-26 11:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1831-05-26 10:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-321"}, "ids-in-sources": {"a4": "321"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "26", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "321", "PRO": "P", "SEC": "40", "YEA": "1831", "CITY": "PARIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9069	devilly-louis-1818-10-28	{"a4": "317", "g55": "05-449"}	{"g55": "05-449", "lerrcp": "A4-317"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Devilly", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:41", "date": "1818-10-28 15:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1818-10-28 14:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Devilly"}, "birth": {"tzo": "+00:24:41", "date": "1818-10-28 15:00", "place": {"c2": "57", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1818-10-28 14:35:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-317"}, "ids-in-sources": {"a4": "317"}}, "raw": {"H": "14", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "28", "LAT": "49N 7", "LON": "6E11", "MON": "10", "NUM": "317", "PRO": "P", "SEC": "16", "YEA": "1818", "CITY": "METZ"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-449"}, "ids-in-source": {"g55": "05-449"}}, "raw": {"DAY": "28-10-1818", "HOUR": "15 h.", "NAME": "DEVILLEY Louis Théodore", "PLACE": "Metz (Moselle)."}, "date": "2023-08-20T14:48:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9071	dezire-henri-1878-02-06	{"a4": "319", "g55": "05-451"}	{"g55": "05-451", "lerrcp": "A4-319"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Dezire", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:00:58", "date": "1878-02-06 05:56:38", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.24186, "lat": 44.91449, "name": "Libourne", "geoid": 2998517}, "notime": null, "date-ut": "1878-02-06 05:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Dezire"}, "birth": {"tzo": "-00:00:58", "date": "1878-02-06 05:56:38", "place": {"c2": "33", "cy": "FR", "lg": -0.24186, "lat": 44.91449, "name": "Libourne", "geoid": 2998517}, "date-ut": "1878-02-06 05:57:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-319"}, "ids-in-sources": {"a4": "319"}}, "raw": {"H": "5", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "6", "LAT": "44N50", "LON": "0W34", "MON": "2", "NUM": "319", "PRO": "P", "SEC": "36", "YEA": "1878", "CITY": "LIBOURNE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-451"}, "ids-in-source": {"g55": "05-451"}}, "raw": {"DAY": "6-2-1878", "HOUR": "6 h.", "NAME": "DEZIRE Henri", "PLACE": "Libourne (Gironde)."}, "date": "2023-08-20T14:48:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9076	domergue-jean-1889-03-04	{"a4": "324", "g55": "05-85"}	{"g55": "05-85", "lerrcp": "A4-324"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Domergue", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1889-03-04 08:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1889-03-04 08:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Domergue"}, "birth": {"tzo": "-00:02:19", "date": "1889-03-04 08:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1889-03-04 08:57:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-324"}, "ids-in-sources": {"a4": "324"}}, "raw": {"H": "8", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "4", "LAT": "44N50", "LON": "0W34", "MON": "3", "NUM": "324", "PRO": "P", "SEC": "36", "YEA": "1889", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-85"}, "ids-in-source": {"g55": "05-85"}}, "raw": {"DAY": "4-3-1889", "HOUR": "9 h.", "NAME": "DOMERGUE Jean Gabriel", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:48:38+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9075	diffloth-emile-1856-01-28	{"a4": "323", "g55": "05-452"}	{"g55": "05-452", "lerrcp": "A4-323"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Diffloth", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:38", "date": "1856-01-28 01:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 2.90754, "lat": 46.6723, "name": "Couleuvre", "geoid": 3023271}, "notime": null, "date-ut": "1856-01-28 00:46:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Diffloth"}, "birth": {"tzo": "+00:11:38", "date": "1856-01-28 01:00", "place": {"c2": "03", "cy": "FR", "lg": 2.90754, "lat": 46.6723, "name": "Couleuvre", "geoid": 3023271}, "date-ut": "1856-01-28 00:46:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-323"}, "ids-in-sources": {"a4": "323"}}, "raw": {"H": "0", "MN": "46", "TZ": "0", "COD": "03", "COU": "F", "DAY": "28", "LAT": "46N34", "LON": "3E20", "MON": "1", "NUM": "323", "PRO": "P", "SEC": "40", "YEA": "1856", "CITY": "COULEUVRE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-452"}, "ids-in-source": {"g55": "05-452"}}, "raw": {"DAY": "28-1-1856", "HOUR": "1 h.", "NAME": "DIFFLOTH Emile", "PLACE": "Couleuvre (Allier)."}, "date": "2023-08-20T14:48:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9081	douillard-alexis-1835-06-28	{"a4": "329"}	{"lerrcp": "A4-329"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexis", "family": "Douillard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1835-06-28 05:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1835-06-28 05:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alexis", "family": "Douillard"}, "birth": {"tzo": "-00:06:13", "date": "1835-06-28 05:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1835-06-28 05:06:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-329"}, "ids-in-sources": {"a4": "329"}}, "raw": {"H": "5", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "28", "LAT": "47N13", "LON": "1W35", "MON": "6", "NUM": "329", "PRO": "P", "SEC": "20", "YEA": "1835", "CITY": "NANTES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9082	dourouze-daniel-urbain-1874-03-21	{"a4": "330", "g55": "05-88"}	{"g55": "05-88", "lerrcp": "A4-330"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel. Urbain", "family": "Dourouze", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:52", "date": "1874-03-21 08:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1874-03-21 07:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-330"}, "birth": {"tzo": "+00:22:52", "date": "1874-03-21 08:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1874-03-21 07:37:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-330"}, "ids-in-sources": {"a4": "330"}}, "raw": {"H": "7", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "21", "LAT": "45N11", "LON": "5E43", "MON": "3", "NUM": "330", "PRO": "P", "SEC": "8", "YEA": "1874", "CITY": "GRENOBLE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Daniel. Urbain", "family": "Dourouze", "nobility": ""}, "slug": "dourouze-daniel-urbain-1874-03-21", "partial-ids": {"g55": "05-88"}, "ids-in-source": {"g55": "05-88"}}, "raw": {"DAY": "21-3-1874", "HOUR": "8 h.", "NAME": "DOUROUZE Daniel. Urbain", "PLACE": "Grenoble (Isère)."}, "date": "2023-08-20T14:48:38+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9083	doze-jean-1827-12-16	{"a4": "331", "g55": "05-455"}	{"g55": "05-455", "lerrcp": "A4-331"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Doze", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:41", "date": "1827-12-16 17:30", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.41973, "lat": 44.01251, "name": "Uzès", "geoid": 2971258}, "notime": null, "date-ut": "1827-12-16 17:12:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Doze"}, "birth": {"tzo": "+00:17:41", "date": "1827-12-16 17:30", "place": {"c2": "30", "cy": "FR", "lg": 4.41973, "lat": 44.01251, "name": "Uzès", "geoid": 2971258}, "date-ut": "1827-12-16 17:12:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-331"}, "ids-in-sources": {"a4": "331"}}, "raw": {"H": "17", "MN": "12", "TZ": "0", "COD": "30", "COU": "F", "DAY": "16", "LAT": "43N51", "LON": "4E21", "MON": "12", "NUM": "331", "PRO": "P", "SEC": "36", "YEA": "1827", "CITY": "UZES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-455"}, "ids-in-source": {"g55": "05-455"}}, "raw": {"DAY": "16-12-1827", "HOUR": "17 h. 30", "NAME": "DOZE Jean-Marie Mel.", "PLACE": "Uzes (Gard)."}, "date": "2023-08-20T14:48:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9088	dubasty-adolphe-1814-06-19	{"a4": "336"}	{"lerrcp": "A4-336"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Dubasty", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1814-06-19 01:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1814-06-19 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Dubasty"}, "birth": {"tzo": "+00:09:24", "date": "1814-06-19 01:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1814-06-19 00:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-336"}, "ids-in-sources": {"a4": "336"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "19", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "336", "PRO": "P", "SEC": "40", "YEA": "1814", "CITY": "PARIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9086	drouyn-francois-1816-07-12	{"a4": "334", "g55": "05-458"}	{"g55": "05-458", "lerrcp": "A4-334"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Drouyn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:27", "date": "1816-07-12 22:56:09", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.36212, "lat": 44.92051, "name": "Izon", "geoid": 3012593}, "notime": null, "date-ut": "1816-07-12 22:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "François", "family": "Drouyn"}, "birth": {"tzo": "-00:01:27", "date": "1816-07-12 22:56:09", "place": {"c2": "33", "cy": "FR", "lg": -0.36212, "lat": 44.92051, "name": "Izon", "geoid": 3012593}, "date-ut": "1816-07-12 22:57:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-334"}, "ids-in-sources": {"a4": "334"}}, "raw": {"H": "22", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "12", "LAT": "44N50", "LON": "0W34", "MON": "7", "NUM": "334", "PRO": "P", "SEC": "36", "YEA": "1816", "CITY": "IZON"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-458"}, "ids-in-source": {"g55": "05-458"}}, "raw": {"DAY": "12-7-1816", "HOUR": "23 h.", "NAME": "DROUYN Francois Joss.", "PLACE": "Izon (Gironde)."}, "date": "2023-08-20T14:48:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9091	dubouchet-henri-1833-03-28	{"a4": "339", "g55": "05-462"}	{"g55": "05-462", "lerrcp": "A4-339"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Dubouchet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:20", "date": "1833-03-28 21:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Caluire", "geoid": 0}, "notime": null, "date-ut": "1833-03-28 20:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Dubouchet"}, "birth": {"tzo": "+00:19:20", "date": "1833-03-28 21:00", "place": {"c2": "69", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Caluire", "geoid": 0}, "date-ut": "1833-03-28 20:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-339"}, "ids-in-sources": {"a4": "339"}}, "raw": {"H": "20", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "28", "LAT": "45N46", "LON": "4E50", "MON": "3", "NUM": "339", "PRO": "P", "SEC": "40", "YEA": "1833", "CITY": "CALUIRE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Caluire"}}, "partial-ids": {"g55": "05-462"}, "ids-in-source": {"g55": "05-462"}}, "raw": {"DAY": "28-3-1833", "HOUR": "21h.", "NAME": "DUBOUCHET Henri Joseph", "PLACE": "Caluire (Rhône)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9093	dubreuil-pierre-1891-09-08	{"a4": "341", "g55": "05-464"}	{"g55": "05-464", "lerrcp": "A4-341"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Dubreuil", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1891-09-08 07:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.09795, "lat": 47.99597, "name": "Quimper", "geoid": 2984701}, "notime": null, "date-ut": "1891-09-08 06:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Dubreuil"}, "birth": {"tzo": "+00:09:21", "date": "1891-09-08 07:00", "place": {"c2": "29", "cy": "FR", "lg": -4.09795, "lat": 47.99597, "name": "Quimper", "geoid": 2984701}, "date-ut": "1891-09-08 06:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-341"}, "ids-in-sources": {"a4": "341"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "29", "COU": "F", "DAY": "8", "LAT": "48N 0", "LON": "4W 6", "MON": "9", "NUM": "341", "PRO": "P", "SEC": "40", "YEA": "1891", "CITY": "QUIMPER"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-464"}, "ids-in-source": {"g55": "05-464"}}, "raw": {"DAY": "8-9-1891", "HOUR": "7 h.", "NAME": "DUBREUIL Pierre", "PLACE": "Quimper (Finistère)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9094	dubufe-edouard-1819-03-31	{"a4": "342"}	{"lerrcp": "A4-342"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Dubufe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1819-03-31 18:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1819-03-31 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Dubufe"}, "birth": {"tzo": "+00:09:24", "date": "1819-03-31 18:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1819-03-31 17:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-342"}, "ids-in-sources": {"a4": "342"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "31", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "342", "PRO": "P", "SEC": "40", "YEA": "1819", "CITY": "PARIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9095	dubufe-edouard-1853-05-16	{"a4": "343"}	{"lerrcp": "A4-343"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Dubufe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1853-05-16 02:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1853-05-16 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Dubufe"}, "birth": {"tzo": "+00:09:24", "date": "1853-05-16 02:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1853-05-16 01:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-343"}, "ids-in-sources": {"a4": "343"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "16", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "343", "PRO": "P", "SEC": "40", "YEA": "1853", "CITY": "PARIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9098	ducornet-louis-1806-01-12	{"a4": "346"}	{"lerrcp": "A4-346"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Ducornet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1806-01-12 00:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1806-01-11 23:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Ducornet"}, "birth": {"tzo": "+00:12:14", "date": "1806-01-12 00:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1806-01-11 23:47:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-346"}, "ids-in-sources": {"a4": "346"}}, "raw": {"H": "23", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "11", "LAT": "50N39", "LON": "3E 5", "MON": "1", "NUM": "346", "PRO": "P", "SEC": "40", "YEA": "1806", "CITY": "LILLE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9099	duez-ernest-1843-03-07	{"a4": "347"}	{"lerrcp": "A4-347"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Duez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1843-03-07 16:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1843-03-07 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Duez"}, "birth": {"tzo": "+00:09:24", "date": "1843-03-07 16:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1843-03-07 15:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-347"}, "ids-in-sources": {"a4": "347"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "7", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "347", "PRO": "P", "SEC": "40", "YEA": "1843", "CITY": "PARIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9101	dufrenoy-georges-1870-06-20	{"a4": "349", "g55": "05-90"}	{"g55": "05-90", "lerrcp": "A4-349"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Dufrenoy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:35", "date": "1870-06-20 23:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.3961, "lat": 48.76496, "name": "Thiais", "geoid": 2972893}, "notime": null, "date-ut": "1870-06-20 22:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Dufrenoy"}, "birth": {"tzo": "+00:09:35", "date": "1870-06-20 23:00", "place": {"c2": "94", "cy": "FR", "lg": 2.3961, "lat": 48.76496, "name": "Thiais", "geoid": 2972893}, "date-ut": "1870-06-20 22:50:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-349"}, "ids-in-sources": {"a4": "349"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "20", "LAT": "48N47", "LON": "2E29", "MON": "6", "NUM": "349", "PRO": "P", "SEC": "4", "YEA": "1870", "CITY": "THIAIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-90"}, "ids-in-source": {"g55": "05-90"}}, "raw": {"DAY": "20-6-1870", "HOUR": "23 h.", "NAME": "DUFRENOY Georges Léon", "PLACE": "Thiais (Seine)."}, "date": "2023-08-20T14:48:38+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9103	dufy-jean-1888-03-12	{"a4": "351", "g55": "05-92"}	{"g55": "05-92", "lerrcp": "A4-351"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Dufy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:26", "date": "1888-03-12 13:56:06", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1888-03-12 13:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Dufy"}, "birth": {"tzo": "+00:00:26", "date": "1888-03-12 13:56:06", "place": {"c2": "76", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1888-03-12 13:55:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-351"}, "ids-in-sources": {"a4": "351"}}, "raw": {"H": "13", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "12", "LAT": "49N26", "LON": "1E 5", "MON": "3", "NUM": "351", "PRO": "P", "SEC": "40", "YEA": "1888", "CITY": "LE HAVRE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-92"}, "ids-in-source": {"g55": "05-92"}}, "raw": {"DAY": "12-3-1888", "HOUR": "14 h.", "NAME": "DUFY Jean-Jacques", "PLACE": "Le Havre (Seine-Inférieure)."}, "date": "2023-08-20T14:48:38+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9106	dunoyer-de-segonzac-andre-1884-07-06	{"a4": "354", "g55": "05-94"}	{"g55": "05-94", "lerrcp": "A4-354"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "de SEGONZAC André", "family": "Dunoyer", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:20", "date": "1884-07-06 00:05", "note": null, "place": {"c1": null, "c2": "91", "c3": null, "cy": "FR", "lg": 2.33333, "lat": 48.6, "name": "Boussy-Saint-Antoine", "geoid": 0}, "notime": null, "date-ut": "1884-07-05 23:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-354"}, "birth": {"tzo": "+00:09:20", "date": "1884-07-06 00:05", "place": {"c2": "91", "cy": "FR", "lg": 2.33333, "lat": 48.6, "name": "Boussystantoine", "geoid": 0}, "date-ut": "1884-07-05 23:55:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-354"}, "ids-in-sources": {"a4": "354"}}, "raw": {"H": "23", "MN": "55", "TZ": "0", "COD": "91", "COU": "F", "DAY": "5", "LAT": "48N36", "LON": "2E20", "MON": "7", "NUM": "354", "PRO": "P", "SEC": "40", "YEA": "1884", "CITY": "BOUSSYSTANTOINE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "de SEGONZAC André", "family": "Dunoyer", "nobility": ""}, "slug": "dunoyer-de-segonzac-andre-1884-07-06", "birth": {"place": {"name": "Boussy-Saint-Antoine"}}, "partial-ids": {"g55": "05-94"}, "ids-in-source": {"g55": "05-94"}}, "raw": {"DAY": "6-7-1884", "HOUR": "0 h. 05", "NAME": "DUNOYER de SEGONZAC André", "PLACE": "Boussy-Saint-Antoine (Seine-et-Oise)."}, "date": "2023-08-20T14:48:38+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9108	dupre-jules-1811-04-05	{"a4": "356", "g55": "05-96"}	{"g55": "05-96", "lerrcp": "A4-356"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Dupre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1811-04-05 20:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1811-04-05 20:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Dupre"}, "birth": {"tzo": "-00:06:13", "date": "1811-04-05 20:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1811-04-05 20:06:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-356"}, "ids-in-sources": {"a4": "356"}}, "raw": {"H": "20", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "5", "LAT": "47N13", "LON": "1W35", "MON": "4", "NUM": "356", "PRO": "P", "SEC": "20", "YEA": "1811", "CITY": "NANTES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-96"}, "ids-in-source": {"g55": "05-96"}}, "raw": {"DAY": "5-4-1811", "HOUR": "20 h.", "NAME": "DUPRE Jules", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:48:38+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9113	durand-brager-jean-1814-05-20	{"a4": "361", "g55": "05-98"}	{"g55": "05-98", "lerrcp": "A4-361"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Durand-Brager", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:40", "date": "1814-05-20 18:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Dol", "geoid": 0}, "notime": null, "date-ut": "1814-05-20 18:06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Durand-Brager"}, "birth": {"tzo": "-00:06:40", "date": "1814-05-20 18:00", "place": {"c2": "35", "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Dol", "geoid": 0}, "date-ut": "1814-05-20 18:06:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-361"}, "ids-in-sources": {"a4": "361"}}, "raw": {"H": "18", "MN": "6", "TZ": "0", "COD": "35", "COU": "F", "DAY": "20", "LAT": "48N 7", "LON": "1W40", "MON": "5", "NUM": "361", "PRO": "P", "SEC": "40", "YEA": "1814", "CITY": "DOL"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Dol"}}, "partial-ids": {"g55": "05-98"}, "ids-in-source": {"g55": "05-98"}}, "raw": {"DAY": "20-5-1814", "HOUR": "18 h.", "NAME": "DURAND-BRAGER Jean-Baptiste", "PLACE": "Dol (Ille-et-Vilaine)."}, "date": "2023-08-20T14:48:38+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9111	dupuis-pierre-1833-07-09	{"a4": "359", "g55": "05-470"}	{"g55": "05-470", "lerrcp": "A4-359"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Dupuis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:37", "date": "1833-07-09 07:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1833-07-09 06:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Dupuis"}, "birth": {"tzo": "+00:07:37", "date": "1833-07-09 07:00", "place": {"c2": "45", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1833-07-09 06:52:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-359"}, "ids-in-sources": {"a4": "359"}}, "raw": {"H": "6", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "9", "LAT": "47N54", "LON": "1E54", "MON": "7", "NUM": "359", "PRO": "P", "SEC": "24", "YEA": "1833", "CITY": "ORLEANS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-470"}, "ids-in-source": {"g55": "05-470"}}, "raw": {"DAY": "9-7-1833", "HOUR": "7 h.", "NAME": "DUPUIS Pierre", "PLACE": "Orléans (Loiret)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9117	dutuit-philippe-1812-06-17	{"a4": "365"}	{"lerrcp": "A4-365"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Dutuit", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1812-06-17 09:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1812-06-17 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Dutuit"}, "birth": {"tzo": "+00:09:24", "date": "1812-06-17 09:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1812-06-17 08:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-365"}, "ids-in-sources": {"a4": "365"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "17", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "365", "PRO": "P", "SEC": "40", "YEA": "1812", "CITY": "PARIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9118	dutzschold-henri-1841-01-04	{"a4": "366"}	{"lerrcp": "A4-366"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Dutzschold", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1841-01-04 11:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1841-01-04 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Dutzschold"}, "birth": {"tzo": "+00:09:24", "date": "1841-01-04 11:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1841-01-04 10:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-366"}, "ids-in-sources": {"a4": "366"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "4", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "366", "PRO": "P", "SEC": "40", "YEA": "1841", "CITY": "PARIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9114	durand-roy-rene-1894-10-29	{"a4": "362", "g55": "05-472"}	{"g55": "05-472", "lerrcp": "A4-362"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Durand-Roy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1894-10-29 12:30", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -0.63489, "lat": 45.74742, "name": "Saintes", "geoid": 2980340}, "notime": null, "date-ut": "1894-10-29 12:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "René", "family": "Durand-Roy"}, "birth": {"tzo": "+00:09:21", "date": "1894-10-29 12:30", "place": {"c2": "17", "cy": "FR", "lg": -0.63489, "lat": 45.74742, "name": "Saintes", "geoid": 2980340}, "date-ut": "1894-10-29 12:20:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-362"}, "ids-in-sources": {"a4": "362"}}, "raw": {"H": "12", "MN": "20", "TZ": "0", "COD": "17", "COU": "F", "DAY": "29", "LAT": "46N 9", "LON": "1W10", "MON": "10", "NUM": "362", "PRO": "P", "SEC": "40", "YEA": "1894", "CITY": "SAINTES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-472"}, "ids-in-source": {"g55": "05-472"}}, "raw": {"DAY": "29-10-1894", "HOUR": "12 h. 30", "NAME": "DURAND-ROY René Emile", "PLACE": "Saintes (Ch.-Mar.)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9119	duval-lecamus-jules-1814-08-05	{"a4": "367"}	{"lerrcp": "A4-367"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Duval-Lecamus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1814-08-05 04:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1814-08-05 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Duval-Lecamus"}, "birth": {"tzo": "+00:09:24", "date": "1814-08-05 04:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1814-08-05 03:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-367"}, "ids-in-sources": {"a4": "367"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "5", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "367", "PRO": "P", "SEC": "40", "YEA": "1814", "CITY": "PARIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9121	dyonnet-edmund-1859-06-25	{"a4": "369", "g55": "05-475"}	{"g55": "05-475", "lerrcp": "A4-369"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmund", "family": "Dyonnet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:04", "date": "1859-06-25 05:00", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 5.01517, "lat": 44.72639, "name": "Crest", "geoid": 3022540}, "notime": null, "date-ut": "1859-06-25 04:40:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edmund", "family": "Dyonnet"}, "birth": {"tzo": "+00:20:04", "date": "1859-06-25 05:00", "place": {"c2": "26", "cy": "FR", "lg": 5.01517, "lat": 44.72639, "name": "Crest", "geoid": 3022540}, "date-ut": "1859-06-25 04:40:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-369"}, "ids-in-sources": {"a4": "369"}}, "raw": {"H": "4", "MN": "40", "TZ": "0", "COD": "26", "COU": "F", "DAY": "25", "LAT": "44N56", "LON": "4E54", "MON": "6", "NUM": "369", "PRO": "P", "SEC": "24", "YEA": "1859", "CITY": "CREST"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-475"}, "ids-in-source": {"g55": "05-475"}}, "raw": {"DAY": "25-6-1859", "HOUR": "5 h.", "NAME": "DYONNET Edmund", "PLACE": "Crest (Drôme)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9123	entraygues-charles-1850-07-14	{"a4": "371", "g55": "05-477"}	{"g55": "05-477", "lerrcp": "A4-371"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Entraygues", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:04", "date": "1850-07-14 10:00", "note": null, "place": {"c1": null, "c2": "19", "c3": null, "cy": "FR", "lg": 1.76667, "lat": 45.26667, "name": "Brive", "geoid": 0}, "notime": null, "date-ut": "1850-07-14 09:52:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Entraygues"}, "birth": {"tzo": "+00:07:04", "date": "1850-07-14 10:00", "place": {"c2": "19", "cy": "FR", "lg": 1.76667, "lat": 45.26667, "name": "Brive", "geoid": 0}, "date-ut": "1850-07-14 09:52:56"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-371"}, "ids-in-sources": {"a4": "371"}}, "raw": {"H": "9", "MN": "52", "TZ": "0", "COD": "19", "COU": "F", "DAY": "14", "LAT": "45N16", "LON": "1E46", "MON": "7", "NUM": "371", "PRO": "P", "SEC": "56", "YEA": "1850", "CITY": "BRIVE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Brive"}}, "partial-ids": {"g55": "05-477"}, "ids-in-source": {"g55": "05-477"}}, "raw": {"DAY": "14-7-1850", "HOUR": "10 h.", "NAME": "ENTRAYGUES Charles (d’)", "PLACE": "Brive (Corrèze)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9125	escot-charles-1834-04-16	{"a4": "373", "g55": "05-479"}	{"g55": "05-479", "lerrcp": "A4-373"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Escot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:35", "date": "1834-04-16 01:30", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 1.89686, "lat": 43.9016, "name": "Gaillac", "geoid": 3016824}, "notime": null, "date-ut": "1834-04-16 01:21:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Escot"}, "birth": {"tzo": "+00:07:35", "date": "1834-04-16 01:30", "place": {"c2": "81", "cy": "FR", "lg": 1.89686, "lat": 43.9016, "name": "Gaillac", "geoid": 3016824}, "date-ut": "1834-04-16 01:21:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-373"}, "ids-in-sources": {"a4": "373"}}, "raw": {"H": "1", "MN": "21", "TZ": "0", "COD": "81", "COU": "F", "DAY": "16", "LAT": "43N55", "LON": "2E 8", "MON": "4", "NUM": "373", "PRO": "P", "SEC": "28", "YEA": "1834", "CITY": "GAILLAC"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-479"}, "ids-in-source": {"g55": "05-479"}}, "raw": {"DAY": "16-4-1834", "HOUR": "1 h. 30", "NAME": "ESCOT Charles", "PLACE": "Gaillac (Tarn)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9128	etcheverry-denis-1867-09-21	{"a4": "376", "g55": "05-481"}	{"g55": "05-481", "lerrcp": "A4-376"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Denis", "family": "Etcheverry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:54", "date": "1867-09-21 04:55:34", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "notime": null, "date-ut": "1867-09-21 05:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Denis", "family": "Etcheverry"}, "birth": {"tzo": "-00:05:54", "date": "1867-09-21 04:55:34", "place": {"c2": "64", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "date-ut": "1867-09-21 05:01:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-376"}, "ids-in-sources": {"a4": "376"}}, "raw": {"H": "5", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "21", "LAT": "43N18", "LON": "0W22", "MON": "9", "NUM": "376", "PRO": "P", "SEC": "28", "YEA": "1867", "CITY": "BAYONNE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-481"}, "ids-in-source": {"g55": "05-481"}}, "raw": {"DAY": "21-9-1867", "HOUR": "5 h.", "NAME": "ETCHEVERRY Denis", "PLACE": "Bayonne (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9129	etex-louis-1810-09-20	{"a4": "377"}	{"lerrcp": "A4-377"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Etex", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1810-09-20 11:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1810-09-20 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Etex"}, "birth": {"tzo": "+00:09:24", "date": "1810-09-20 11:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1810-09-20 10:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-377"}, "ids-in-sources": {"a4": "377"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "20", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "377", "PRO": "P", "SEC": "40", "YEA": "1810", "CITY": "PARIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9131	evenepoel-henri-1872-10-03	{"a4": "379", "g55": "05-483"}	{"g55": "05-483", "lerrcp": "A4-379"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Evenepoel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:04", "date": "1872-10-03 11:30", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1872-10-03 11:00:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Evenepoel"}, "birth": {"tzo": "+00:29:04", "date": "1872-10-03 11:30", "place": {"c2": "06", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1872-10-03 11:00:56"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-379"}, "ids-in-sources": {"a4": "379"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "06", "COU": "F", "DAY": "3", "LAT": "43N42", "LON": "7E16", "MON": "10", "NUM": "379", "PRO": "P", "SEC": "56", "YEA": "1872", "CITY": "NICE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-483"}, "ids-in-source": {"g55": "05-483"}}, "raw": {"DAY": "3-10-1872", "HOUR": "11 h. 30", "NAME": "EVENEPOEL Henri Jacques", "PLACE": "Nice (Alpes-Marit.)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9138	fantin-latour-theodore-1836-01-14	{"a4": "386", "g55": "05-103"}	{"g55": "05-103", "lerrcp": "A4-386"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodore", "family": "Fantin-Latour", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:52", "date": "1836-01-14 15:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1836-01-14 14:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Theodore", "family": "Fantin-Latour"}, "birth": {"tzo": "+00:22:52", "date": "1836-01-14 15:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1836-01-14 14:37:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-386"}, "ids-in-sources": {"a4": "386"}}, "raw": {"H": "14", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "14", "LAT": "45N11", "LON": "5E43", "MON": "1", "NUM": "386", "PRO": "P", "SEC": "8", "YEA": "1836", "CITY": "GRENOBLE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-103"}, "ids-in-source": {"g55": "05-103"}}, "raw": {"DAY": "14-1-1836", "HOUR": "15 h.", "NAME": "FANTIN-LATOUR Théodore", "PLACE": "Grenoble (Isère)."}, "date": "2023-08-20T14:48:38+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9134	faivre-louis-1818-04-17	{"a4": "382", "g55": "05-486"}	{"g55": "05-486", "lerrcp": "A4-382"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Faivre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1818-04-17 12:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1818-04-17 11:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Faivre"}, "birth": {"tzo": "+00:24:44", "date": "1818-04-17 12:00", "place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1818-04-17 11:35:12"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-382"}, "ids-in-sources": {"a4": "382"}}, "raw": {"H": "11", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "17", "LAT": "48N42", "LON": "6E12", "MON": "4", "NUM": "382", "PRO": "P", "SEC": "12", "YEA": "1818", "CITY": "NANCY"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-486"}, "ids-in-source": {"g55": "05-486"}}, "raw": {"DAY": "17-4-1818", "HOUR": "12 h.", "NAME": "FAIVRE Louis Stanislas", "PLACE": "Nancy (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9139	gauquelin-a4-387-1850-11-22	{"a4": "387"}	{"lerrcp": "A4-387"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-387", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1850-11-22 14:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1850-11-22 13:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-387"}, "birth": {"tzo": "+00:09:24", "date": "1850-11-22 14:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1850-11-22 13:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-387"}, "ids-in-sources": {"a4": "387"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "22", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "387", "PRO": "P", "SEC": "40", "YEA": "1850", "CITY": "PARIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9141	faverjon-jean-1823-01-03	{"a4": "389"}	{"lerrcp": "A4-389"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Faverjon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:34", "date": "1823-01-03 05:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1823-01-03 04:42:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Faverjon"}, "birth": {"tzo": "+00:17:34", "date": "1823-01-03 05:00", "place": {"c2": "42", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1823-01-03 04:42:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-389"}, "ids-in-sources": {"a4": "389"}}, "raw": {"H": "4", "MN": "42", "TZ": "0", "COD": "42", "COU": "F", "DAY": "3", "LAT": "45N26", "LON": "4E23", "MON": "1", "NUM": "389", "PRO": "P", "SEC": "28", "YEA": "1823", "CITY": "ST-ETIENNE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9142	feragu-auguste-1816-05-24	{"a4": "390", "g55": "05-490"}	{"g55": "05-490", "lerrcp": "A4-390"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Feragu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1816-05-24 12:30", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1816-05-24 12:17:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Feragu"}, "birth": {"tzo": "+00:12:14", "date": "1816-05-24 12:30", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1816-05-24 12:17:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-390"}, "ids-in-sources": {"a4": "390"}}, "raw": {"H": "12", "MN": "17", "TZ": "0", "COD": "59", "COU": "F", "DAY": "24", "LAT": "50N39", "LON": "3E 5", "MON": "5", "NUM": "390", "PRO": "P", "SEC": "40", "YEA": "1816", "CITY": "LILLE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-490"}, "ids-in-source": {"g55": "05-490"}}, "raw": {"DAY": "24-5-1816", "HOUR": "12 h. 30", "NAME": "FERAGU Auguste Franc.", "PLACE": "Lille (Nord)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9148	filliard-ernest-1868-12-15	{"a4": "396", "g55": "05-106"}	{"g55": "05-106", "lerrcp": "A4-396"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Filliard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:40", "date": "1868-12-15 09:00", "note": null, "place": {"c1": null, "c2": "73", "c3": null, "cy": "FR", "lg": 5.91667, "lat": 45.56667, "name": "Chambéry", "geoid": 0}, "notime": null, "date-ut": "1868-12-15 08:36:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Filliard"}, "birth": {"tzo": "+00:23:40", "date": "1868-12-15 09:00", "place": {"c2": "73", "cy": "FR", "lg": 5.91667, "lat": 45.56667, "name": "Chanbery", "geoid": 0}, "date-ut": "1868-12-15 08:36:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-396"}, "ids-in-sources": {"a4": "396"}}, "raw": {"H": "8", "MN": "36", "TZ": "0", "COD": "73", "COU": "F", "DAY": "15", "LAT": "45N34", "LON": "5E55", "MON": "12", "NUM": "396", "PRO": "P", "SEC": "20", "YEA": "1868", "CITY": "CHANBERY"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Chambéry"}}, "partial-ids": {"g55": "05-106"}, "ids-in-source": {"g55": "05-106"}}, "raw": {"DAY": "15-12-1868", "HOUR": "9 h.", "NAME": "FILLIARD Ernest", "PLACE": "Chambéry (Savoie)."}, "date": "2023-08-20T14:48:38+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9146	feyen-jacques-1815-11-13	{"a4": "394", "g55": "05-492"}	{"g55": "05-492", "lerrcp": "A4-394"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Feyen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:48", "date": "1815-11-13 01:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.2, "lat": 48.7, "name": "Bey-sur-Seille", "geoid": 0}, "notime": null, "date-ut": "1815-11-13 00:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Feyen"}, "birth": {"tzo": "+00:24:48", "date": "1815-11-13 01:00", "place": {"c2": "54", "cy": "FR", "lg": 6.2, "lat": 48.7, "name": "Beysseille", "geoid": 0}, "date-ut": "1815-11-13 00:35:12"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-394"}, "ids-in-sources": {"a4": "394"}}, "raw": {"H": "0", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "13", "LAT": "48N42", "LON": "6E12", "MON": "11", "NUM": "394", "PRO": "P", "SEC": "12", "YEA": "1815", "CITY": "BEYSSEILLE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Bey-sur-Seille"}}, "partial-ids": {"g55": "05-492"}, "ids-in-source": {"g55": "05-492"}}, "raw": {"DAY": "13-11-1815", "HOUR": "1 h.", "NAME": "FEYEN Jacques Eugène", "PLACE": "Bey-sur-Seille (Meurthe-et-M.)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9153	flandrin-jules-1871-07-09	{"a4": "401", "g55": "05-108"}	{"g55": "05-108", "lerrcp": "A4-401"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Flandrin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:04", "date": "1871-07-09 06:30", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.76497, "lat": 45.21889, "name": "Corenc", "geoid": 3023672}, "notime": null, "date-ut": "1871-07-09 06:07:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Flandrin"}, "birth": {"tzo": "+00:23:04", "date": "1871-07-09 06:30", "place": {"c2": "38", "cy": "FR", "lg": 5.76497, "lat": 45.21889, "name": "Corenc", "geoid": 3023672}, "date-ut": "1871-07-09 06:07:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-401"}, "ids-in-sources": {"a4": "401"}}, "raw": {"H": "6", "MN": "7", "TZ": "0", "COD": "38", "COU": "F", "DAY": "9", "LAT": "45N11", "LON": "5E43", "MON": "7", "NUM": "401", "PRO": "P", "SEC": "8", "YEA": "1871", "CITY": "CORENC"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-108"}, "ids-in-source": {"g55": "05-108"}}, "raw": {"DAY": "9-7-1871", "HOUR": "6 h. 30", "NAME": "FLANDRIN Jules", "PLACE": "Corenc (Isère)."}, "date": "2023-08-20T14:48:38+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9150	fillyon-jules-1824-04-11	{"a4": "398", "g55": "05-494"}	{"g55": "05-494", "lerrcp": "A4-398"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Fillyon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:18", "date": "1824-04-11 12:00", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.82606, "lat": 49.41794, "name": "Compiègne", "geoid": 3024066}, "notime": null, "date-ut": "1824-04-11 11:51:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Fillyon"}, "birth": {"tzo": "+00:11:18", "date": "1824-04-11 12:00", "place": {"c2": "60", "cy": "FR", "lg": 2.82606, "lat": 49.41794, "name": "Compiègne", "geoid": 3024066}, "date-ut": "1824-04-11 11:51:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-398"}, "ids-in-sources": {"a4": "398"}}, "raw": {"H": "11", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "11", "LAT": "49N26", "LON": "2E 5", "MON": "4", "NUM": "398", "PRO": "P", "SEC": "40", "YEA": "1824", "CITY": "COMPIEGNE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-494"}, "ids-in-source": {"g55": "05-494"}}, "raw": {"DAY": "11-4-1824", "HOUR": "12 h.", "NAME": "FILLYON Jules", "PLACE": "Compiègne (Oise)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9155	fleury-francois-1804-12-18	{"a4": "403"}	{"lerrcp": "A4-403"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Fleury", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1804-12-18 06:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1804-12-18 06:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "François", "family": "Fleury"}, "birth": {"tzo": "+00:09:24", "date": "1804-12-18 06:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1804-12-18 06:20:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-403"}, "ids-in-sources": {"a4": "403"}}, "raw": {"H": "6", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "18", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "403", "PRO": "P", "SEC": "40", "YEA": "1804", "CITY": "PARIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9157	font-constantin-1890-01-11	{"a4": "405", "g55": "05-497"}	{"g55": "05-497", "lerrcp": "A4-405"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Constantin", "family": "Font", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:21", "date": "1890-01-11 05:04:37", "note": null, "place": {"c1": null, "c2": "32", "c3": null, "cy": "FR", "lg": 0.58856, "lat": 43.64561, "name": "Auch", "geoid": 3036281}, "notime": null, "date-ut": "1890-01-11 05:02:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Constantin", "family": "Font"}, "birth": {"tzo": "+00:02:21", "date": "1890-01-11 05:04:37", "place": {"c2": "32", "cy": "FR", "lg": 0.58856, "lat": 43.64561, "name": "Auch", "geoid": 3036281}, "date-ut": "1890-01-11 05:02:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-405"}, "ids-in-sources": {"a4": "405"}}, "raw": {"H": "5", "MN": "2", "TZ": "0", "COD": "32", "COU": "F", "DAY": "11", "LAT": "43N40", "LON": "0E36", "MON": "1", "NUM": "405", "PRO": "P", "SEC": "16", "YEA": "1890", "CITY": "AUCH"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-497"}, "ids-in-source": {"g55": "05-497"}}, "raw": {"DAY": "11-1-1890", "HOUR": "5 h.", "NAME": "FONT Constantin", "PLACE": "Auch (Gers)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9161	forain-jean-1852-10-23	{"a4": "409"}	{"lerrcp": "A4-409"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Forain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:07", "date": "1852-10-23 23:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "notime": null, "date-ut": "1852-10-23 22:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Forain"}, "birth": {"tzo": "+00:16:07", "date": "1852-10-23 23:00", "place": {"c2": "51", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "date-ut": "1852-10-23 22:42:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-409"}, "ids-in-sources": {"a4": "409"}}, "raw": {"H": "22", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "23", "LAT": "48N57", "LON": "4E22", "MON": "10", "NUM": "409", "PRO": "P", "SEC": "32", "YEA": "1852", "CITY": "REIMS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9159	fontan-leon-1884-09-23	{"a4": "407", "g55": "05-499"}	{"g55": "05-499", "lerrcp": "A4-407"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Fontan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:30", "date": "1884-09-23 02:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.87417, "lat": 49.69584, "name": "Donchery", "geoid": 3021100}, "notime": null, "date-ut": "1884-09-23 01:41:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Fontan"}, "birth": {"tzo": "+00:19:30", "date": "1884-09-23 02:00", "place": {"c2": "08", "cy": "FR", "lg": 4.87417, "lat": 49.69584, "name": "Donchery", "geoid": 3021100}, "date-ut": "1884-09-23 01:41:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-407"}, "ids-in-sources": {"a4": "407"}}, "raw": {"H": "1", "MN": "41", "TZ": "0", "COD": "08", "COU": "F", "DAY": "23", "LAT": "49N46", "LON": "4E44", "MON": "9", "NUM": "407", "PRO": "P", "SEC": "4", "YEA": "1884", "CITY": "DONCHERY"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-499"}, "ids-in-source": {"g55": "05-499"}}, "raw": {"DAY": "23-9-1884", "HOUR": "2 h.", "NAME": "FONTAN Léon Victor", "PLACE": "Donchery (Ardennes)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9163	fougerat-emmanuel-1869-12-25	{"a4": "411", "g55": "05-501"}	{"g55": "05-501", "lerrcp": "A4-411"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emmanuel", "family": "Fougerat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:42", "date": "1869-12-25 00:30", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1869-12-25 00:36:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emmanuel", "family": "Fougerat"}, "birth": {"tzo": "-00:06:42", "date": "1869-12-25 00:30", "place": {"c2": "35", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1869-12-25 00:36:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-411"}, "ids-in-sources": {"a4": "411"}}, "raw": {"H": "0", "MN": "36", "TZ": "0", "COD": "35", "COU": "F", "DAY": "25", "LAT": "48N 7", "LON": "1W40", "MON": "12", "NUM": "411", "PRO": "P", "SEC": "40", "YEA": "1869", "CITY": "RENNES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-501"}, "ids-in-source": {"g55": "05-501"}}, "raw": {"DAY": "25-12-1869", "HOUR": "0 h. 30", "NAME": "FOUGERAT Emmanuel", "PLACE": "Rennes (Ille-et-Vilaine)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9166	foureau-hugues-1803-05-09	{"a4": "414"}	{"lerrcp": "A4-414"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hugues", "family": "Foureau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1803-05-09 03:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1803-05-09 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Hugues", "family": "Foureau"}, "birth": {"tzo": "+00:09:24", "date": "1803-05-09 03:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1803-05-09 02:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-414"}, "ids-in-sources": {"a4": "414"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "9", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "414", "PRO": "P", "SEC": "40", "YEA": "1803", "CITY": "PARIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9167	foussereau-joseph-1809-12-05	{"a4": "415"}	{"lerrcp": "A4-415"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Foussereau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1809-12-05 17:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1809-12-05 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Foussereau"}, "birth": {"tzo": "+00:09:24", "date": "1809-12-05 17:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1809-12-05 16:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-415"}, "ids-in-sources": {"a4": "415"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "5", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "415", "PRO": "P", "SEC": "40", "YEA": "1809", "CITY": "PARIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9165	fouqueray-charles-1869-04-23	{"a4": "413", "g55": "05-503"}	{"g55": "05-503", "lerrcp": "A4-413"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Fouqueray", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:49", "date": "1869-04-23 10:00", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "notime": null, "date-ut": "1869-04-23 09:59:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Fouqueray"}, "birth": {"tzo": "+00:00:49", "date": "1869-04-23 10:00", "place": {"c2": "72", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "date-ut": "1869-04-23 09:59:12"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-413"}, "ids-in-sources": {"a4": "413"}}, "raw": {"H": "9", "MN": "59", "TZ": "0", "COD": "72", "COU": "F", "DAY": "23", "LAT": "48N 1", "LON": "0E12", "MON": "4", "NUM": "413", "PRO": "P", "SEC": "12", "YEA": "1869", "CITY": "LE MANS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-503"}, "ids-in-source": {"g55": "05-503"}}, "raw": {"DAY": "23-4-1869", "HOUR": "10 h.", "NAME": "FOUQUERAY Charles", "PLACE": "Le Mans (Sarthe)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9172	frere-charles-1837-07-10	{"a4": "420"}	{"lerrcp": "A4-420"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Frere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1837-07-10 23:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1837-07-10 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Frere"}, "birth": {"tzo": "+00:09:24", "date": "1837-07-10 23:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1837-07-10 22:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-420"}, "ids-in-sources": {"a4": "420"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "10", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "420", "PRO": "P", "SEC": "40", "YEA": "1837", "CITY": "PARIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9173	frere-charles-1814-06-21	{"a4": "421"}	{"lerrcp": "A4-421"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Frere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1814-06-21 13:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1814-06-21 12:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Frere"}, "birth": {"tzo": "+00:09:24", "date": "1814-06-21 13:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1814-06-21 12:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-421"}, "ids-in-sources": {"a4": "421"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "21", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "421", "PRO": "P", "SEC": "40", "YEA": "1814", "CITY": "PARIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9170	fraye-andre-1887-10-18	{"a4": "418", "g55": "05-112"}	{"g55": "05-112", "lerrcp": "A4-418"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Fraye", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1887-10-18 11:15:07", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1887-10-18 11:21:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "André", "family": "Fraye"}, "birth": {"tzo": "-00:06:13", "date": "1887-10-18 11:15:07", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1887-10-18 11:21:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-418"}, "ids-in-sources": {"a4": "418"}}, "raw": {"H": "11", "MN": "21", "TZ": "0", "COD": "44", "COU": "F", "DAY": "18", "LAT": "47N13", "LON": "1W35", "MON": "10", "NUM": "418", "PRO": "P", "SEC": "20", "YEA": "1887", "CITY": "NANTES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-112"}, "ids-in-source": {"g55": "05-112"}}, "raw": {"DAY": "18-10-1887", "HOUR": "11 h. 15", "NAME": "FRAYE André", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:48:38+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9176	froment-delormel-jacques-1820-06-17	{"a4": "424"}	{"lerrcp": "A4-424"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Froment-Delormel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1820-06-17 12:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1820-06-17 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Froment-Delormel"}, "birth": {"tzo": "+00:09:24", "date": "1820-06-17 12:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1820-06-17 11:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-424"}, "ids-in-sources": {"a4": "424"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "17", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "424", "PRO": "P", "SEC": "40", "YEA": "1820", "CITY": "PARIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
17962	carre-pierre-1900-07-21	{"e1": "330"}	{"lerrcp": "E1-330"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Carre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1900-07-21 16:00", "note": null, "place": {"c1": null, "c2": "02", "c3": "", "cy": "FR", "lg": 3.62801, "lat": 49.90055, "name": "Guise", "geoid": 3014195}, "notime": null, "date-ut": "1900-07-21 15:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Carre"}, "birth": {"tzo": "+00:09", "date": "1900-07-21 16:00", "place": {"c2": "02", "c3": "", "cy": "FR", "lg": 3.62801, "lat": 49.90055, "name": "Guise", "geoid": 3014195}, "date-ut": "1900-07-21 15:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "330"}}, "raw": {"H": "16:00", "COD": "02", "DAY": "21", "MON": "07", "NUM": "0330", "PRO": "EX", "YEA": "1900", "CITY": "Guise", "NAME": "CARRE Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
9175	friesz-othon-1879-02-06	{"a4": "423", "g55": "05-115"}	{"g55": "05-115", "lerrcp": "A4-423"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Othon", "family": "Friesz", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:26", "date": "1879-02-06 12:56:06", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1879-02-06 12:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-423"}, "birth": {"tzo": "+00:00:26", "date": "1879-02-06 12:56:06", "place": {"c2": "76", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1879-02-06 12:55:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-423"}, "ids-in-sources": {"a4": "423"}}, "raw": {"H": "12", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "6", "LAT": "49N26", "LON": "1E 5", "MON": "2", "NUM": "423", "PRO": "P", "SEC": "40", "YEA": "1879", "CITY": "LE HAVRE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Othon", "family": "Friesz", "nobility": ""}, "slug": "friesz-othon-1879-02-06", "partial-ids": {"g55": "05-115"}, "ids-in-source": {"g55": "05-115"}}, "raw": {"DAY": "6-2-1879", "HOUR": "13 h.", "NAME": "FRIESZ Othon", "PLACE": "Le Havre (Seine-Inférieure)."}, "date": "2023-08-20T14:48:38+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9181	gaillard-claude-1834-01-07	{"a4": "429"}	{"lerrcp": "A4-429"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Gaillard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1834-01-07 12:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1834-01-07 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Gaillard"}, "birth": {"tzo": "+00:09:24", "date": "1834-01-07 12:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1834-01-07 11:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-429"}, "ids-in-sources": {"a4": "429"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "7", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "429", "PRO": "P", "SEC": "40", "YEA": "1834", "CITY": "PARIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9183	galbrund-alphonse-1810-06-30	{"a4": "431"}	{"lerrcp": "A4-431"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Galbrund", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1810-06-30 02:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1810-06-30 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Galbrund"}, "birth": {"tzo": "+00:09:24", "date": "1810-06-30 02:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1810-06-30 01:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-431"}, "ids-in-sources": {"a4": "431"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "30", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "431", "PRO": "P", "SEC": "40", "YEA": "1810", "CITY": "PARIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9182	galand-leon-1872-04-18	{"a4": "430", "g55": "05-508"}	{"g55": "05-508", "lerrcp": "A4-430"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Galand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1872-04-18 09:30", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1872-04-18 09:14:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Galand"}, "birth": {"tzo": "+00:15:30", "date": "1872-04-18 09:30", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1872-04-18 09:14:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-430"}, "ids-in-sources": {"a4": "430"}}, "raw": {"H": "9", "MN": "14", "TZ": "0", "COD": "34", "COU": "F", "DAY": "18", "LAT": "43N37", "LON": "3E53", "MON": "4", "NUM": "430", "PRO": "P", "SEC": "28", "YEA": "1872", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-508"}, "ids-in-source": {"g55": "05-508"}}, "raw": {"DAY": "18-4-1872", "HOUR": "9 h. 30", "NAME": "GALAND Léon Laurent", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:48:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9185	gallier-achille-1814-06-05	{"a4": "433", "g55": "05-510"}	{"g55": "05-510", "lerrcp": "A4-433"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Achille", "family": "Gallier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:54", "date": "1814-06-05 23:55:34", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "notime": null, "date-ut": "1814-06-06 00:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Achille", "family": "Gallier"}, "birth": {"tzo": "-00:05:54", "date": "1814-06-05 23:55:34", "place": {"c2": "64", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "date-ut": "1814-06-06 00:01:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-433"}, "ids-in-sources": {"a4": "433"}}, "raw": {"H": "0", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "6", "LAT": "43N18", "LON": "0W22", "MON": "6", "NUM": "433", "PRO": "P", "SEC": "28", "YEA": "1814", "CITY": "BAYONNE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-510"}, "ids-in-source": {"g55": "05-510"}}, "raw": {"DAY": "6-6-1814", "HOUR": "0 h.", "NAME": "GALLIER Achille Gratien", "PLACE": "Bayonne (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9187	gandon-pierre-1899-07-20	{"a4": "435", "g55": "05-512"}	{"g55": "05-512", "lerrcp": "A4-435"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Gandon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-07-20 18:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "L’Hay-les-Roses", "geoid": 0}, "notime": null, "date-ut": "1899-07-20 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Gandon"}, "birth": {"tzo": "+00:09:21", "date": "1899-07-20 18:00", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Lhaylesroses", "geoid": 0}, "date-ut": "1899-07-20 17:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-435"}, "ids-in-sources": {"a4": "435"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "20", "LAT": "48N47", "LON": "2E29", "MON": "7", "NUM": "435", "PRO": "P", "SEC": "40", "YEA": "1899", "CITY": "LHAYLESROSES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "L’Hay-les-Roses"}}, "partial-ids": {"g55": "05-512"}, "ids-in-source": {"g55": "05-512"}}, "raw": {"DAY": "20-7-1899", "HOUR": "18 h.", "NAME": "GANDON Pierre", "PLACE": "L’Hay-les-Roses (Seine)."}, "date": "2023-08-20T14:48:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9189	garnier-jules-1847-01-22	{"a4": "437"}	{"lerrcp": "A4-437"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Garnier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1847-01-22 07:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1847-01-22 06:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Garnier"}, "birth": {"tzo": "+00:09:24", "date": "1847-01-22 07:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1847-01-22 06:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-437"}, "ids-in-sources": {"a4": "437"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "22", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "437", "PRO": "P", "SEC": "40", "YEA": "1847", "CITY": "PARIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9192	gausson-leo-1860-02-16	{"a4": "440", "g55": "05-515"}	{"g55": "05-515", "lerrcp": "A4-440"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leo", "family": "Gausson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:40", "date": "1860-02-16 15:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Lagny", "geoid": 0}, "notime": null, "date-ut": "1860-02-16 14:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Leo", "family": "Gausson"}, "birth": {"tzo": "+00:10:40", "date": "1860-02-16 15:00", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Lagny", "geoid": 0}, "date-ut": "1860-02-16 14:49:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-440"}, "ids-in-sources": {"a4": "440"}}, "raw": {"H": "14", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "16", "LAT": "48N33", "LON": "2E40", "MON": "2", "NUM": "440", "PRO": "P", "SEC": "20", "YEA": "1860", "CITY": "LAGNY"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Lagny"}}, "partial-ids": {"g55": "05-515"}, "ids-in-source": {"g55": "05-515"}}, "raw": {"DAY": "16-2-1860", "HOUR": "15 h.", "NAME": "GAUSSON Léo", "PLACE": "Lagny (Seine-et-Marne)."}, "date": "2023-08-20T14:48:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9194	gavarni-paul-1804-01-13	{"a4": "442"}	{"lerrcp": "A4-442"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Gavarni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1804-01-13 23:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1804-01-13 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Gavarni"}, "birth": {"tzo": "+00:09:24", "date": "1804-01-13 23:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1804-01-13 22:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-442"}, "ids-in-sources": {"a4": "442"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "13", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "442", "PRO": "P", "SEC": "40", "YEA": "1804", "CITY": "PARIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
17963	carrez-pierre-1908-05-09	{"e1": "331"}	{"lerrcp": "E1-331"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Carrez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-05-09 14:00", "note": null, "place": {"c1": null, "c2": "02", "c3": "", "cy": "FR", "lg": 3.30855, "lat": 49.99714, "name": "Beaurevoir", "geoid": 3034054}, "notime": null, "date-ut": "1908-05-09 13:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Carrez"}, "birth": {"tzo": "+00:09", "date": "1908-05-09 14:00", "place": {"c2": "02", "c3": "", "cy": "FR", "lg": 3.30855, "lat": 49.99714, "name": "Beaurevoir", "geoid": 3034054}, "date-ut": "1908-05-09 13:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "331"}}, "raw": {"H": "14:00", "COD": "02", "DAY": "09", "MON": "05", "NUM": "0331", "PRO": "PH", "YEA": "1908", "CITY": "Beaurevoir", "NAME": "CARREZ Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
9197	gendran-ernest-1817-03-17	{"a4": "445"}	{"lerrcp": "A4-445"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Gendran", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1817-03-17 03:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1817-03-17 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Gendran"}, "birth": {"tzo": "+00:09:24", "date": "1817-03-17 03:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1817-03-17 02:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-445"}, "ids-in-sources": {"a4": "445"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "17", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "445", "PRO": "P", "SEC": "40", "YEA": "1817", "CITY": "PARIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9199	genisson-jules-victor-1805-03-07	{"a4": "447", "g55": "05-519"}	{"g55": "05-519", "lerrcp": "A4-447"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules Victor", "family": "Genisson", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:03", "date": "1805-03-07 12:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "notime": null, "date-ut": "1805-03-07 11:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-447"}, "birth": {"tzo": "+00:09:03", "date": "1805-03-07 12:00", "place": {"c2": "62", "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "date-ut": "1805-03-07 11:48:56"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-447"}, "ids-in-sources": {"a4": "447"}}, "raw": {"H": "11", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "7", "LAT": "50N18", "LON": "2E46", "MON": "3", "NUM": "447", "PRO": "P", "SEC": "56", "YEA": "1805", "CITY": "ST-OMER"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Jules Victor", "family": "Genisson", "nobility": ""}, "slug": "genisson-jules-victor-1805-03-07", "partial-ids": {"g55": "05-519"}, "ids-in-source": {"g55": "05-519"}}, "raw": {"DAY": "7-3-1805", "HOUR": "12 h.", "NAME": "GENISSON Jules Victor", "PLACE": "Saint-Omer (Pas-de-Calais)."}, "date": "2023-08-20T14:48:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9201	gerardin-auguste-1849-06-30	{"a4": "449", "g55": "05-521"}	{"g55": "05-521", "lerrcp": "A4-449"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Gerardin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:19", "date": "1849-06-30 08:30", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "notime": null, "date-ut": "1849-06-30 08:00:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Gerardin"}, "birth": {"tzo": "+00:29:19", "date": "1849-06-30 08:30", "place": {"c2": "68", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "date-ut": "1849-06-30 08:00:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-449"}, "ids-in-sources": {"a4": "449"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "68", "COU": "F", "DAY": "30", "LAT": "48N 5", "LON": "7E21", "MON": "6", "NUM": "449", "PRO": "P", "SEC": "36", "YEA": "1849", "CITY": "MULHOUSE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-521"}, "ids-in-source": {"g55": "05-521"}}, "raw": {"DAY": "30-6-1849", "HOUR": "8 h. 30", "NAME": "GERARDIN Auguste", "PLACE": "Mulhouse (Haut-Rhin)."}, "date": "2023-08-20T14:48:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9205	gauquelin-a4-453-1852-09-10	{"a4": "453"}	{"lerrcp": "A4-453"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-453", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1852-09-10 23:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1852-09-10 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-453"}, "birth": {"tzo": "+00:09:24", "date": "1852-09-10 23:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1852-09-10 22:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-453"}, "ids-in-sources": {"a4": "453"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "10", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "453", "PRO": "P", "SEC": "40", "YEA": "1852", "CITY": "PARIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9207	gide-francois-1822-03-15	{"a4": "455"}	{"lerrcp": "A4-455"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Gide", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1822-03-15 19:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1822-03-15 18:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "François", "family": "Gide"}, "birth": {"tzo": "+00:09:24", "date": "1822-03-15 19:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1822-03-15 18:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-455"}, "ids-in-sources": {"a4": "455"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "15", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "455", "PRO": "P", "SEC": "40", "YEA": "1822", "CITY": "PARIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9206	giacomotti-felix-1828-11-19	{"a4": "454", "g55": "05-524"}	{"g55": "05-524", "lerrcp": "A4-454"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Giacomotti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:32", "date": "1828-11-19 03:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 5.88312, "lat": 47.1025, "name": "Quingey", "geoid": 2984675}, "notime": null, "date-ut": "1828-11-19 02:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Giacomotti"}, "birth": {"tzo": "+00:23:32", "date": "1828-11-19 03:00", "place": {"c2": "25", "cy": "FR", "lg": 5.88312, "lat": 47.1025, "name": "Quingey", "geoid": 2984675}, "date-ut": "1828-11-19 02:35:52"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-454"}, "ids-in-sources": {"a4": "454"}}, "raw": {"H": "2", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "19", "LAT": "47N15", "LON": "6E 2", "MON": "11", "NUM": "454", "PRO": "P", "SEC": "52", "YEA": "1828", "CITY": "QUINGEY"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-524"}, "ids-in-source": {"g55": "05-524"}}, "raw": {"DAY": "19-11-1828", "HOUR": "3 h.", "NAME": "GIACOMOTTI Félix Henri", "PLACE": "Quingey (Doubs)."}, "date": "2023-08-20T14:48:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9209	gill-andre-1840-10-17	{"a4": "457"}	{"lerrcp": "A4-457"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Gill", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1840-10-17 07:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1840-10-17 06:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "André", "family": "Gill"}, "birth": {"tzo": "+00:09:24", "date": "1840-10-17 07:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1840-10-17 06:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-457"}, "ids-in-sources": {"a4": "457"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "17", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "457", "PRO": "P", "SEC": "40", "YEA": "1840", "CITY": "PARIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9213	girard-paul-1839-12-13	{"a4": "461"}	{"lerrcp": "A4-461"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Girard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1839-12-13 02:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1839-12-13 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Girard"}, "birth": {"tzo": "+00:09:24", "date": "1839-12-13 02:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1839-12-13 01:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-461"}, "ids-in-sources": {"a4": "461"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "13", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "461", "PRO": "P", "SEC": "40", "YEA": "1839", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9210	gimel-georges-1898-03-08	{"a4": "458", "g55": "05-526"}	{"g55": "05-526", "lerrcp": "A4-458"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Gimel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1898-03-08 14:30", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.83335, "lat": 45.20289, "name": "Domène", "geoid": 3021210}, "notime": null, "date-ut": "1898-03-08 14:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Gimel"}, "birth": {"tzo": "+00:09:21", "date": "1898-03-08 14:30", "place": {"c2": "38", "cy": "FR", "lg": 5.83335, "lat": 45.20289, "name": "Domène", "geoid": 3021210}, "date-ut": "1898-03-08 14:20:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-458"}, "ids-in-sources": {"a4": "458"}}, "raw": {"H": "14", "MN": "20", "TZ": "0", "COD": "38", "COU": "F", "DAY": "8", "LAT": "45N11", "LON": "5E43", "MON": "3", "NUM": "458", "PRO": "P", "SEC": "40", "YEA": "1898", "CITY": "DOMENE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-526"}, "ids-in-source": {"g55": "05-526"}}, "raw": {"DAY": "8-3-1898", "HOUR": "14 h. 30", "NAME": "GIMEL Georges", "PLACE": "Doméne (Isère)."}, "date": "2023-08-20T14:48:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9216	giraud-pierre-1806-08-09	{"a4": "464"}	{"lerrcp": "A4-464"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Giraud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1806-08-09 11:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1806-08-09 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Giraud"}, "birth": {"tzo": "+00:09:24", "date": "1806-08-09 11:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1806-08-09 10:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-464"}, "ids-in-sources": {"a4": "464"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "9", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "464", "PRO": "P", "SEC": "40", "YEA": "1806", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9217	giraud-sebastien-1819-01-17	{"a4": "465"}	{"lerrcp": "A4-465"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sebastien", "family": "Giraud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1819-01-17 21:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1819-01-17 20:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Sebastien", "family": "Giraud"}, "birth": {"tzo": "+00:09:24", "date": "1819-01-17 21:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1819-01-17 20:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-465"}, "ids-in-sources": {"a4": "465"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "17", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "465", "PRO": "P", "SEC": "40", "YEA": "1819", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9218	girodon-anne-1812-08-19	{"a4": "466", "g55": "05-530"}	{"g55": "05-530", "lerrcp": "A4-466"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anne", "family": "Girodon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:24", "date": "1812-08-19 07:00", "note": null, "place": {"c1": null, "c2": "07", "c3": null, "cy": "FR", "lg": 4.6, "lat": 44.73333, "name": "Satillieu", "geoid": 0}, "notime": null, "date-ut": "1812-08-19 06:41:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Anne", "family": "Girodon"}, "birth": {"tzo": "+00:18:24", "date": "1812-08-19 07:00", "place": {"c2": "07", "cy": "FR", "lg": 4.6, "lat": 44.73333, "name": "Satillien", "geoid": 0}, "date-ut": "1812-08-19 06:41:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-466"}, "ids-in-sources": {"a4": "466"}}, "raw": {"H": "6", "MN": "41", "TZ": "0", "COD": "07", "COU": "F", "DAY": "19", "LAT": "44N44", "LON": "4E36", "MON": "8", "NUM": "466", "PRO": "P", "SEC": "36", "YEA": "1812", "CITY": "SATILLIEN"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Satillieu"}}, "partial-ids": {"g55": "05-530"}, "ids-in-source": {"g55": "05-530"}}, "raw": {"DAY": "19-8-1812", "HOUR": "7 h.", "NAME": "GIRODON Anne-Joseph A.", "PLACE": "Satillieu (Ardèche)."}, "date": "2023-08-20T14:48:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9219	giroux-andre-1801-04-30	{"a4": "467"}	{"lerrcp": "A4-467"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Giroux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1801-04-30 20:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1801-04-30 19:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "André", "family": "Giroux"}, "birth": {"tzo": "+00:09:24", "date": "1801-04-30 20:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1801-04-30 19:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-467"}, "ids-in-sources": {"a4": "467"}}, "raw": {"H": "19", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "30", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "467", "PRO": "P", "SEC": "40", "YEA": "1801", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9222	glaize-pierre-1842-02-03	{"a4": "470"}	{"lerrcp": "A4-470"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Glaize", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1842-02-03 23:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1842-02-03 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Glaize"}, "birth": {"tzo": "+00:09:24", "date": "1842-02-03 23:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1842-02-03 22:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-470"}, "ids-in-sources": {"a4": "470"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "3", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "470", "PRO": "P", "SEC": "40", "YEA": "1842", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9221	glaize-auguste-1807-12-14	{"a4": "469", "g55": "05-531"}	{"g55": "05-531", "lerrcp": "A4-469"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Glaize", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1807-12-14 08:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1807-12-14 07:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Glaize"}, "birth": {"tzo": "+00:15:30", "date": "1807-12-14 08:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1807-12-14 07:44:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-469"}, "ids-in-sources": {"a4": "469"}}, "raw": {"H": "7", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "14", "LAT": "43N37", "LON": "3E53", "MON": "12", "NUM": "469", "PRO": "P", "SEC": "28", "YEA": "1807", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-531"}, "ids-in-source": {"g55": "05-531"}}, "raw": {"DAY": "14-12-1807", "HOUR": "8 h.", "NAME": "GLAIZE Auguste Barth.", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:48:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9227	gosset-adolphe-1815-11-18	{"a4": "475"}	{"lerrcp": "A4-475"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Gosset", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1815-11-18 22:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1815-11-18 21:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Gosset"}, "birth": {"tzo": "+00:09:24", "date": "1815-11-18 22:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1815-11-18 21:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-475"}, "ids-in-sources": {"a4": "475"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "18", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "475", "PRO": "P", "SEC": "40", "YEA": "1815", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9228	goubie-jean-1842-01-12	{"a4": "476"}	{"lerrcp": "A4-476"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Goubie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1842-01-12 23:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1842-01-12 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Goubie"}, "birth": {"tzo": "+00:09:24", "date": "1842-01-12 23:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1842-01-12 22:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-476"}, "ids-in-sources": {"a4": "476"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "12", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "476", "PRO": "P", "SEC": "40", "YEA": "1842", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9224	godeby-charles-1866-01-26	{"a4": "472", "g55": "05-533"}	{"g55": "05-533", "lerrcp": "A4-472"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Godeby", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:42", "date": "1866-01-26 16:30", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1866-01-26 16:36:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Godeby"}, "birth": {"tzo": "-00:06:42", "date": "1866-01-26 16:30", "place": {"c2": "35", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1866-01-26 16:36:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-472"}, "ids-in-sources": {"a4": "472"}}, "raw": {"H": "16", "MN": "36", "TZ": "0", "COD": "35", "COU": "F", "DAY": "26", "LAT": "48N 7", "LON": "1W40", "MON": "1", "NUM": "472", "PRO": "P", "SEC": "40", "YEA": "1866", "CITY": "RENNES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-533"}, "ids-in-source": {"g55": "05-533"}}, "raw": {"DAY": "26-1-1866", "HOUR": "16 h. 30", "NAME": "\\fGODEBY Charlies Léon", "PLACE": "Rennes (Ille-et-Vilaine)."}, "date": "2023-08-20T14:48:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9230	gourlier-paul-1813-06-13	{"a4": "478"}	{"lerrcp": "A4-478"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Gourlier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1813-06-13 22:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1813-06-13 21:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Gourlier"}, "birth": {"tzo": "+00:09:24", "date": "1813-06-13 22:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1813-06-13 21:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-478"}, "ids-in-sources": {"a4": "478"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "13", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "478", "PRO": "P", "SEC": "40", "YEA": "1813", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9231	gauquelin-a4-479-1853-04-07	{"a4": "479"}	{"lerrcp": "A4-479"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-479", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1853-04-07 13:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1853-04-07 12:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-479"}, "birth": {"tzo": "+00:09:24", "date": "1853-04-07 13:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1853-04-07 12:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-479"}, "ids-in-sources": {"a4": "479"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "7", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "479", "PRO": "P", "SEC": "40", "YEA": "1853", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9232	gauquelin-a4-480-1844-05-21	{"a4": "480"}	{"lerrcp": "A4-480"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-480", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1844-05-21 18:15:04", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1844-05-21 18:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-480"}, "birth": {"tzo": "+00:09:24", "date": "1844-05-21 18:15:04", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1844-05-21 18:05:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-480"}, "ids-in-sources": {"a4": "480"}}, "raw": {"H": "18", "MN": "5", "TZ": "0", "COD": "75", "COU": "F", "DAY": "21", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "480", "PRO": "P", "SEC": "40", "YEA": "1844", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9233	grandsire-pierre-1825-03-18	{"a4": "481", "g55": "05-536"}	{"g55": "05-536", "lerrcp": "A4-481"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Grandsire", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:37", "date": "1825-03-18 16:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1825-03-18 15:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Grandsire"}, "birth": {"tzo": "+00:07:37", "date": "1825-03-18 16:00", "place": {"c2": "45", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1825-03-18 15:52:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-481"}, "ids-in-sources": {"a4": "481"}}, "raw": {"H": "15", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "18", "LAT": "47N54", "LON": "1E54", "MON": "3", "NUM": "481", "PRO": "P", "SEC": "24", "YEA": "1825", "CITY": "ORLEANS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-536"}, "ids-in-source": {"g55": "05-536"}}, "raw": {"DAY": "18-3-1825", "HOUR": "16 h.", "NAME": "GRANDSIRE Pierre Eugène", "PLACE": "Orléans (Loiret)."}, "date": "2023-08-20T14:48:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9236	grellet-francois-1838-10-19	{"a4": "484", "g55": "05-538"}	{"g55": "05-538", "lerrcp": "A4-484"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Grellet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:30", "date": "1838-10-19 22:56:38", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 4.87484, "lat": 45.52569, "name": "Vienne", "geoid": 2969284}, "notime": null, "date-ut": "1838-10-19 22:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "François", "family": "Grellet"}, "birth": {"tzo": "+00:19:30", "date": "1838-10-19 22:56:38", "place": {"c2": "38", "cy": "FR", "lg": 4.87484, "lat": 45.52569, "name": "Vienne", "geoid": 2969284}, "date-ut": "1838-10-19 22:37:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-484"}, "ids-in-sources": {"a4": "484"}}, "raw": {"H": "22", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "19", "LAT": "45N11", "LON": "5E43", "MON": "10", "NUM": "484", "PRO": "P", "SEC": "8", "YEA": "1838", "CITY": "VIENNE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-538"}, "ids-in-source": {"g55": "05-538"}}, "raw": {"DAY": "19-10-1838", "HOUR": "23 h.", "NAME": "GRELLET Francois", "PLACE": "Vienne (Isère)."}, "date": "2023-08-20T14:48:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9238	grenier-claude-1817-07-14	{"a4": "486", "g55": "05-540"}	{"g55": "05-540", "lerrcp": "A4-486"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Grenier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:08", "date": "1817-07-14 11:30", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.03333, "lat": 47.25, "name": "Baume-les-Dames", "geoid": 0}, "notime": null, "date-ut": "1817-07-14 11:05:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Grenier"}, "birth": {"tzo": "+00:24:08", "date": "1817-07-14 11:30", "place": {"c2": "25", "cy": "FR", "lg": 6.03333, "lat": 47.25, "name": "Baumelesdames", "geoid": 0}, "date-ut": "1817-07-14 11:05:52"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-486"}, "ids-in-sources": {"a4": "486"}}, "raw": {"H": "11", "MN": "5", "TZ": "0", "COD": "25", "COU": "F", "DAY": "14", "LAT": "47N15", "LON": "6E 2", "MON": "7", "NUM": "486", "PRO": "P", "SEC": "52", "YEA": "1817", "CITY": "BAUMELESDAMES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Baume-les-Dames"}}, "partial-ids": {"g55": "05-540"}, "ids-in-source": {"g55": "05-540"}}, "raw": {"DAY": "14-7-1817", "HOUR": "11h. 30", "NAME": "GRENIER Claude Jules", "PLACE": "Baume-les-Dames (Doubs)."}, "date": "2023-08-20T14:48:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9243	grobon-francois-1815-07-10	{"a4": "491", "g55": "05-125"}	{"g55": "05-125", "lerrcp": "A4-491"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Grobon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1815-07-10 05:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1815-07-10 04:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "François", "family": "Grobon"}, "birth": {"tzo": "+00:19:23", "date": "1815-07-10 05:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1815-07-10 04:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-491"}, "ids-in-sources": {"a4": "491"}}, "raw": {"H": "4", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "10", "LAT": "45N46", "LON": "4E50", "MON": "7", "NUM": "491", "PRO": "P", "SEC": "40", "YEA": "1815", "CITY": "LYON"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-125"}, "ids-in-source": {"g55": "05-125"}}, "raw": {"DAY": "10-7-1815", "HOUR": "5 h.", "NAME": "GROBON Francois Fréd.", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:48:39+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9240	grillon-roger-1881-09-28	{"a4": "488", "g55": "05-542"}	{"g55": "05-542", "lerrcp": "A4-488"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Grillon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01:22", "date": "1881-09-28 10:00", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "notime": null, "date-ut": "1881-09-28 09:58:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Grillon"}, "birth": {"tzo": "+00:01:22", "date": "1881-09-28 10:00", "place": {"c2": "86", "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "date-ut": "1881-09-28 09:58:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-488"}, "ids-in-sources": {"a4": "488"}}, "raw": {"H": "9", "MN": "58", "TZ": "0", "COD": "86", "COU": "F", "DAY": "28", "LAT": "46N35", "LON": "0E20", "MON": "9", "NUM": "488", "PRO": "P", "SEC": "40", "YEA": "1881", "CITY": "POITIERS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-542"}, "ids-in-source": {"g55": "05-542"}}, "raw": {"DAY": "28-9-1881", "HOUR": "10 h.", "NAME": "GRILLON Roger Maurice", "PLACE": "Poitiers (Vienne)."}, "date": "2023-08-20T14:48:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9245	gromaire-marcel-1892-07-24	{"a4": "493", "g55": "05-127"}	{"g55": "05-127", "lerrcp": "A4-493"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Gromaire", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1892-07-24 19:30", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.76132, "lat": 50.13508, "name": "Maroilles", "geoid": 2995585}, "notime": null, "date-ut": "1892-07-24 19:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Gromaire"}, "birth": {"tzo": "+00:09:21", "date": "1892-07-24 19:30", "place": {"c2": "59", "cy": "FR", "lg": 3.76132, "lat": 50.13508, "name": "Maroilles", "geoid": 2995585}, "date-ut": "1892-07-24 19:20:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-493"}, "ids-in-sources": {"a4": "493"}}, "raw": {"H": "19", "MN": "20", "TZ": "0", "COD": "59", "COU": "F", "DAY": "24", "LAT": "50N39", "LON": "3E 5", "MON": "7", "NUM": "493", "PRO": "P", "SEC": "40", "YEA": "1892", "CITY": "MAROILLES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-127"}, "ids-in-source": {"g55": "05-127"}}, "raw": {"DAY": "24-7-1892", "HOUR": "19 h. 30", "NAME": "GROMAIRE Marcel", "PLACE": "Maroilles (Nord)."}, "date": "2023-08-20T14:48:39+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9246	gros-lucien-alphonse-1845-05-19	{"a4": "494", "g55": "05-544"}	{"g55": "05-544", "lerrcp": "A4-494"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien Alphonse", "family": "Gros", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:24", "date": "1845-05-19 07:30", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "Wesserling", "geoid": 0}, "notime": null, "date-ut": "1845-05-19 07:00:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-494"}, "birth": {"tzo": "+00:29:24", "date": "1845-05-19 07:30", "place": {"c2": "68", "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "Wesserling", "geoid": 0}, "date-ut": "1845-05-19 07:00:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-494"}, "ids-in-sources": {"a4": "494"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "68", "COU": "F", "DAY": "19", "LAT": "48N 5", "LON": "7E21", "MON": "5", "NUM": "494", "PRO": "P", "SEC": "36", "YEA": "1845", "CITY": "WESSERLING"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Lucien Alphonse", "family": "Gros", "nobility": ""}, "slug": "gros-lucien-alphonse-1845-05-19", "birth": {"place": {"name": "Wesserling"}}, "partial-ids": {"g55": "05-544"}, "ids-in-source": {"g55": "05-544"}}, "raw": {"DAY": "19-5-1845", "HOUR": "7 h. 30", "NAME": "GROS Lucien Alphonse", "PLACE": "Wesserling (Haut-Rhin)."}, "date": "2023-08-20T14:48:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9252	guichard-joseph-1806-11-14	{"a4": "500", "g55": "05-130"}	{"g55": "05-130", "lerrcp": "A4-500"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Guichard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1806-11-14 19:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1806-11-14 18:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Guichard"}, "birth": {"tzo": "+00:19:23", "date": "1806-11-14 19:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1806-11-14 18:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-500"}, "ids-in-sources": {"a4": "500"}}, "raw": {"H": "18", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "14", "LAT": "45N46", "LON": "4E50", "MON": "11", "NUM": "500", "PRO": "P", "SEC": "40", "YEA": "1806", "CITY": "LYON"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-130"}, "ids-in-source": {"g55": "05-130"}}, "raw": {"DAY": "14-11-1806", "HOUR": "19 h.", "NAME": "GUICHARD Joseph Benoit", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:48:39+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9249	guerard-a-1824-02-24	{"a4": "497", "g55": "05-546"}	{"g55": "05-546", "lerrcp": "A4-497"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "A", "family": "Guerard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:08", "date": "1824-02-24 03:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.28328, "lat": 48.19738, "name": "Sens", "geoid": 2975050}, "notime": null, "date-ut": "1824-02-24 02:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "A", "family": "Guerard"}, "birth": {"tzo": "+00:13:08", "date": "1824-02-24 03:00", "place": {"c2": "89", "cy": "FR", "lg": 3.28328, "lat": 48.19738, "name": "Sens", "geoid": 2975050}, "date-ut": "1824-02-24 02:45:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-497"}, "ids-in-sources": {"a4": "497"}}, "raw": {"H": "2", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "24", "LAT": "47N48", "LON": "3E35", "MON": "2", "NUM": "497", "PRO": "P", "SEC": "40", "YEA": "1824", "CITY": "SENS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-546"}, "ids-in-source": {"g55": "05-546"}}, "raw": {"DAY": "24-2-1824", "HOUR": "3 h.", "NAME": "GUERARD A. Amédée", "PLACE": "Sens (Yonne)."}, "date": "2023-08-20T14:48:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9254	guignet-jean-1816-01-21	{"a4": "502", "g55": "05-548"}	{"g55": "05-548", "lerrcp": "A4-502"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Guignet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:30", "date": "1816-01-21 02:00", "note": null, "place": {"c1": null, "c2": "74", "c3": null, "cy": "FR", "lg": 6.12565, "lat": 45.90878, "name": "Annecy", "geoid": 3037543}, "notime": null, "date-ut": "1816-01-21 01:35:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Guignet"}, "birth": {"tzo": "+00:24:30", "date": "1816-01-21 02:00", "place": {"c2": "74", "cy": "FR", "lg": 6.12565, "lat": 45.90878, "name": "Annecy", "geoid": 3037543}, "date-ut": "1816-01-21 01:35:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-502"}, "ids-in-sources": {"a4": "502"}}, "raw": {"H": "1", "MN": "35", "TZ": "0", "COD": "74", "COU": "F", "DAY": "21", "LAT": "45N54", "LON": "6E 7", "MON": "1", "NUM": "502", "PRO": "P", "SEC": "32", "YEA": "1816", "CITY": "ANNECY"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-548"}, "ids-in-source": {"g55": "05-548"}}, "raw": {"DAY": "21-1-1816", "HOUR": "2 h.", "NAME": "GUIGNET Jean Adrien", "PLACE": "Annecy (Haute-Savoie)."}, "date": "2023-08-20T14:48:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9257	guiguet-francois-1860-01-08	{"a4": "505", "g55": "05-550"}	{"g55": "05-550", "lerrcp": "A4-505"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Guiguet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:10", "date": "1860-01-08 02:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.54261, "lat": 45.60733, "name": "Corbelin", "geoid": 3023759}, "notime": null, "date-ut": "1860-01-08 01:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "François", "family": "Guiguet"}, "birth": {"tzo": "+00:22:10", "date": "1860-01-08 02:00", "place": {"c2": "38", "cy": "FR", "lg": 5.54261, "lat": 45.60733, "name": "Corbelin", "geoid": 3023759}, "date-ut": "1860-01-08 01:37:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-505"}, "ids-in-sources": {"a4": "505"}}, "raw": {"H": "1", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "8", "LAT": "45N11", "LON": "5E43", "MON": "1", "NUM": "505", "PRO": "P", "SEC": "8", "YEA": "1860", "CITY": "CORBELIN"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-550"}, "ids-in-source": {"g55": "05-550"}}, "raw": {"DAY": "8-1-1860", "HOUR": "2 h.", "NAME": "GUIGUET Francois Jules", "PLACE": "Corbelin (Isère)."}, "date": "2023-08-20T14:48:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9260	guy-jean-1824-03-08	{"a4": "508", "g55": "05-134"}	{"g55": "05-134", "lerrcp": "A4-508"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Guy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1824-03-08 03:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1824-03-08 02:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Guy"}, "birth": {"tzo": "+00:19:23", "date": "1824-03-08 03:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1824-03-08 02:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-508"}, "ids-in-sources": {"a4": "508"}}, "raw": {"H": "2", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "8", "LAT": "45N46", "LON": "4E50", "MON": "3", "NUM": "508", "PRO": "P", "SEC": "40", "YEA": "1824", "CITY": "LYON"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-134"}, "ids-in-source": {"g55": "05-134"}}, "raw": {"DAY": "8-3-1824", "HOUR": "3 h.", "NAME": "GUY Jean-Baptiste", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:48:39+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9262	hamelin-jacques-1809-08-04	{"a4": "510", "g55": "05-553"}	{"g55": "05-553", "lerrcp": "A4-510"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Hamelin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:56", "date": "1809-08-04 15:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": 0.23294, "lat": 49.41985, "name": "Honfleur", "geoid": 3013173}, "notime": null, "date-ut": "1809-08-04 15:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Hamelin"}, "birth": {"tzo": "+00:00:56", "date": "1809-08-04 15:00", "place": {"c2": "14", "cy": "FR", "lg": 0.23294, "lat": 49.41985, "name": "Honfleur", "geoid": 3013173}, "date-ut": "1809-08-04 15:01:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-510"}, "ids-in-sources": {"a4": "510"}}, "raw": {"H": "15", "MN": "1", "TZ": "0", "COD": "14", "COU": "F", "DAY": "4", "LAT": "49N11", "LON": "0W22", "MON": "8", "NUM": "510", "PRO": "P", "SEC": "28", "YEA": "1809", "CITY": "HONFLEUR"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-553"}, "ids-in-source": {"g55": "05-553"}}, "raw": {"DAY": "4-8-1809", "HOUR": "15 h.", "NAME": "HAMELIN Jacques Gustave", "PLACE": "Honfleur (Calvados)."}, "date": "2023-08-20T14:48:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9267	hedouin-pierre-1820-07-16	{"a4": "515", "g55": "05-136"}	{"g55": "05-136", "lerrcp": "A4-515"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Hedouin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:27", "date": "1820-07-16 18:25:23", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "notime": null, "date-ut": "1820-07-16 18:18:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Hedouin"}, "birth": {"tzo": "+00:06:27", "date": "1820-07-16 18:25:23", "place": {"c2": "62", "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "date-ut": "1820-07-16 18:18:56"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-515"}, "ids-in-sources": {"a4": "515"}}, "raw": {"H": "18", "MN": "18", "TZ": "0", "COD": "62", "COU": "F", "DAY": "16", "LAT": "50N18", "LON": "2E46", "MON": "7", "NUM": "515", "PRO": "P", "SEC": "56", "YEA": "1820", "CITY": "BOULOGNE-S-MER"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-136"}, "ids-in-source": {"g55": "05-136"}}, "raw": {"DAY": "16-7-1820", "HOUR": "18 h. 30", "NAME": "HEDOUIN Pierre Edmond", "PLACE": "Boulogne-sur-Mer (Pas-de-Calais)."}, "date": "2023-08-20T14:48:39+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9265	hansi-jean-1873-02-23	{"a4": "513", "g55": "05-556"}	{"g55": "05-556", "lerrcp": "A4-513"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Hansi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.35584, "lat": 48.08078, "name": "Colmar", "geoid": 3024297}, "notime": null, "date-ut": "1873-02-23 12:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Hansi"}, "birth": {"place": {"c2": "68", "cy": "FR", "lg": 7.35584, "lat": 48.08078, "name": "Colmar", "geoid": 3024297}, "date-ut": "1873-02-23 12:30:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-513"}, "ids-in-sources": {"a4": "513"}}, "raw": {"H": "13", "MN": "30", "TZ": "-1", "COD": "68", "COU": "F", "DAY": "23", "LAT": "48N 5", "LON": "7E21", "MON": "2", "NUM": "513", "PRO": "P", "SEC": "36", "YEA": "1873", "CITY": "COLMAR"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-556"}, "ids-in-source": {"g55": "05-556"}}, "raw": {"DAY": "23-2-1873", "HOUR": "13 h.", "NAME": "HANS! (Waltz Jean-J.)", "PLACE": "Colmar (Haut-Rhin)."}, "date": "2023-08-20T14:48:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9271	henner-jean-1829-03-05	{"a4": "519", "g55": "05-138"}	{"g55": "05-138", "lerrcp": "A4-519"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Henner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:24", "date": "1829-03-05 23:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "Bernviller", "geoid": 0}, "notime": null, "date-ut": "1829-03-05 22:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Henner"}, "birth": {"tzo": "+00:29:24", "date": "1829-03-05 23:00", "place": {"c2": "68", "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "Bernviller", "geoid": 0}, "date-ut": "1829-03-05 22:30:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-519"}, "ids-in-sources": {"a4": "519"}}, "raw": {"H": "22", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "5", "LAT": "48N 5", "LON": "7E21", "MON": "3", "NUM": "519", "PRO": "P", "SEC": "36", "YEA": "1829", "CITY": "BERNVILLER"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Bernviller"}}, "partial-ids": {"g55": "05-138"}, "ids-in-source": {"g55": "05-138"}}, "raw": {"DAY": "5-3-1829", "HOUR": "23 h.", "NAME": "HENNER Jean-Jacques", "PLACE": "Bernviller (Haut-Rhin)."}, "date": "2023-08-20T14:48:39+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9270	hellouin-xenophon-1820-02-20	{"a4": "518", "g55": "05-558"}	{"g55": "05-558", "lerrcp": "A4-518"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Xénophon", "family": "Hellouin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:28", "date": "1820-02-20 08:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.36667, "lat": 49.18333, "name": "Aunay-sur-Odon", "geoid": 0}, "notime": null, "date-ut": "1820-02-20 08:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-518"}, "birth": {"tzo": "-00:01:28", "date": "1820-02-20 08:00", "place": {"c2": "14", "cy": "FR", "lg": -0.36667, "lat": 49.18333, "name": "Aunaysodon", "geoid": 0}, "date-ut": "1820-02-20 08:01:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-518"}, "ids-in-sources": {"a4": "518"}}, "raw": {"H": "8", "MN": "1", "TZ": "0", "COD": "14", "COU": "F", "DAY": "20", "LAT": "49N11", "LON": "0W22", "MON": "2", "NUM": "518", "PRO": "P", "SEC": "28", "YEA": "1820", "CITY": "AUNAYSODON"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Xénophon", "family": "Hellouin", "nobility": ""}, "slug": "hellouin-xenophon-1820-02-20", "birth": {"place": {"name": "Aunay-sur-Odon"}}, "partial-ids": {"g55": "05-558"}, "ids-in-source": {"g55": "05-558"}}, "raw": {"DAY": "20-2-1820", "HOUR": "8 h.", "NAME": "HELLOUIN Xénophon", "PLACE": "Aunay-sur-Odon (Calvados)."}, "date": "2023-08-20T14:48:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9277	hesse-alexandre-1806-09-30	{"a4": "525"}	{"lerrcp": "A4-525"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Hesse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1806-09-30 07:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1806-09-30 06:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Hesse"}, "birth": {"tzo": "+00:09:24", "date": "1806-09-30 07:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1806-09-30 06:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-525"}, "ids-in-sources": {"a4": "525"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "30", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "525", "PRO": "P", "SEC": "40", "YEA": "1806", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9278	heullant-felix-1834-04-23	{"a4": "526"}	{"lerrcp": "A4-526"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Heullant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1834-04-23 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1834-04-23 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Heullant"}, "birth": {"tzo": "+00:09:24", "date": "1834-04-23 05:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1834-04-23 04:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-526"}, "ids-in-sources": {"a4": "526"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "23", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "526", "PRO": "P", "SEC": "40", "YEA": "1834", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9275	herve-jules-1887-04-14	{"a4": "523", "g55": "05-561"}	{"g55": "05-561", "lerrcp": "A4-523"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Herve", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:20", "date": "1887-04-14 14:00", "note": null, "place": {"c1": null, "c2": "52", "c3": null, "cy": "FR", "lg": 5.33308, "lat": 47.86263, "name": "Langres", "geoid": 3007680}, "notime": null, "date-ut": "1887-04-14 13:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Herve"}, "birth": {"tzo": "+00:21:20", "date": "1887-04-14 14:00", "place": {"c2": "52", "cy": "FR", "lg": 5.33308, "lat": 47.86263, "name": "Langres", "geoid": 3007680}, "date-ut": "1887-04-14 13:39:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-523"}, "ids-in-sources": {"a4": "523"}}, "raw": {"H": "13", "MN": "39", "TZ": "0", "COD": "52", "COU": "F", "DAY": "14", "LAT": "48N 7", "LON": "5E 8", "MON": "4", "NUM": "523", "PRO": "P", "SEC": "28", "YEA": "1887", "CITY": "LANGRES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-561"}, "ids-in-source": {"g55": "05-561"}}, "raw": {"DAY": "14-4-1887", "HOUR": "14 h.", "NAME": "HERVE Jules", "PLACE": "Langres (Haute-Marne)."}, "date": "2023-08-20T14:48:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9283	hubert-jean-1801-10-15	{"a4": "531"}	{"lerrcp": "A4-531"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Hubert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1801-10-15 20:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1801-10-15 19:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Hubert"}, "birth": {"tzo": "+00:09:24", "date": "1801-10-15 20:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1801-10-15 19:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-531"}, "ids-in-sources": {"a4": "531"}}, "raw": {"H": "19", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "15", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "531", "PRO": "P", "SEC": "40", "YEA": "1801", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9280	hochard-gaston-1862-07-27	{"a4": "528", "g55": "05-564"}	{"g55": "05-564", "lerrcp": "A4-528"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Hochard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:37", "date": "1862-07-27 15:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1862-07-27 14:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Hochard"}, "birth": {"tzo": "+00:07:37", "date": "1862-07-27 15:00", "place": {"c2": "45", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1862-07-27 14:52:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-528"}, "ids-in-sources": {"a4": "528"}}, "raw": {"H": "14", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "27", "LAT": "47N54", "LON": "1E54", "MON": "7", "NUM": "528", "PRO": "P", "SEC": "24", "YEA": "1862", "CITY": "ORLEANS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-564"}, "ids-in-source": {"g55": "05-564"}}, "raw": {"DAY": "27-7-1862", "HOUR": "15 h.", "NAME": "HOCHARD Gaston", "PLACE": "Orléans (Loiret)."}, "date": "2023-08-20T14:48:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9282	housez-charles-1822-12-17	{"a4": "530", "g55": "05-566"}	{"g55": "05-566", "lerrcp": "A4-530"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Housez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1822-12-17 02:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Condé", "geoid": 0}, "notime": null, "date-ut": "1822-12-17 01:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Housez"}, "birth": {"tzo": "+00:12:20", "date": "1822-12-17 02:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Conde", "geoid": 0}, "date-ut": "1822-12-17 01:47:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-530"}, "ids-in-sources": {"a4": "530"}}, "raw": {"H": "1", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "17", "LAT": "50N39", "LON": "3E 5", "MON": "12", "NUM": "530", "PRO": "P", "SEC": "40", "YEA": "1822", "CITY": "CONDE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Condé"}}, "partial-ids": {"g55": "05-566"}, "ids-in-source": {"g55": "05-566"}}, "raw": {"DAY": "17-12-1822", "HOUR": "2 h.", "NAME": "HOUSEZ Charles Gustave", "PLACE": "Condé (Nord)."}, "date": "2023-08-20T14:48:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9287	huet-paul-1803-10-03	{"a4": "535"}	{"lerrcp": "A4-535"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Huet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1803-10-03 04:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1803-10-03 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Huet"}, "birth": {"tzo": "+00:09:24", "date": "1803-10-03 04:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1803-10-03 03:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-535"}, "ids-in-sources": {"a4": "535"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "3", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "535", "PRO": "P", "SEC": "40", "YEA": "1803", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
17964	carriere-pierre-1912-11-19	{"e1": "332"}	{"lerrcp": "E1-332"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Carriere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1912-11-19 08:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Villefranche de La", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Carriere"}, "birth": {"tzo": "", "date": "1912-11-19 08:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Villefranche de La", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "332"}}, "raw": {"H": "08:00", "COD": "31", "DAY": "19", "MON": "11", "NUM": "0332", "PRO": "MI", "YEA": "1912", "CITY": "Villefranche de La", "NAME": "CARRIERE Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
9285	hueber-luc-1888-09-27	{"a4": "533", "g55": "05-568"}	{"g55": "05-568", "lerrcp": "A4-533"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luc", "family": "Hueber", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "Sainte-Croix-en-Plaine", "geoid": 0}, "notime": null, "date-ut": "1888-09-27 07:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Luc", "family": "Hueber"}, "birth": {"place": {"c2": "68", "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "Stecroixenplain", "geoid": 0}, "date-ut": "1888-09-27 07:30:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-533"}, "ids-in-sources": {"a4": "533"}}, "raw": {"H": "8", "MN": "30", "TZ": "-1", "COD": "68", "COU": "F", "DAY": "27", "LAT": "48N 5", "LON": "7E21", "MON": "9", "NUM": "533", "PRO": "P", "SEC": "36", "YEA": "1888", "CITY": "STECROIXENPLAIN"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Sainte-Croix-en-Plaine"}}, "partial-ids": {"g55": "05-568"}, "ids-in-source": {"g55": "05-568"}}, "raw": {"DAY": "27-9-1888", "HOUR": "8 h.", "NAME": "HUEBER Luc", "PLACE": "Sainte-Croix-en-Plaine (Haut-Rhin)."}, "date": "2023-08-20T14:48:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9290	humbert-jacques-1842-01-08	{"a4": "538"}	{"lerrcp": "A4-538"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Humbert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1842-01-08 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1842-01-08 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Humbert"}, "birth": {"tzo": "+00:09:24", "date": "1842-01-08 05:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1842-01-08 04:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-538"}, "ids-in-sources": {"a4": "538"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "8", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "538", "PRO": "P", "SEC": "40", "YEA": "1842", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9292	hurtrel-arsene-1817-06-25	{"a4": "540", "g55": "05-571"}	{"g55": "05-571", "lerrcp": "A4-540"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arsène", "family": "Hurtrel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1817-06-25 13:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1817-06-25 12:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Arsène", "family": "Hurtrel"}, "birth": {"tzo": "+00:12:14", "date": "1817-06-25 13:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1817-06-25 12:47:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-540"}, "ids-in-sources": {"a4": "540"}}, "raw": {"H": "12", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "25", "LAT": "50N39", "LON": "3E 5", "MON": "6", "NUM": "540", "PRO": "P", "SEC": "40", "YEA": "1817", "CITY": "LILLE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-571"}, "ids-in-source": {"g55": "05-571"}}, "raw": {"DAY": "25-6-1817", "HOUR": "13 h.", "NAME": "HURTREL Arsène Charles", "PLACE": "Lille (Nord)."}, "date": "2023-08-20T14:48:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
17965	carteret-trecourt-simon-1821-01-03	{"e1": "333"}	{"lerrcp": "E1-333"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Simon", "family": "Carteret-Trecourt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21", "date": "1821-01-03 19:00", "note": null, "place": {"c1": null, "c2": "52", "c3": "", "cy": "FR", "lg": 5.2856, "lat": 47.94951, "name": "Rolampont", "geoid": 2983067}, "notime": null, "date-ut": "1821-01-03 18:39"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Simon", "family": "Carteret-Trecourt"}, "birth": {"tzo": "+00:21", "date": "1821-01-03 19:00", "place": {"c2": "52", "c3": "", "cy": "FR", "lg": 5.2856, "lat": 47.94951, "name": "Rolampont", "geoid": 2983067}, "date-ut": "1821-01-03 18:39"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "333"}}, "raw": {"H": "19:00", "COD": "52", "DAY": "03", "MON": "01", "NUM": "0333", "PRO": "MI", "YEA": "1821", "CITY": "Rolampont", "NAME": "CARTERET-TRECOURT Simon", "NOTE": "*"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
9296	jacomin-alfred-1842-01-03	{"a4": "544"}	{"lerrcp": "A4-544"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Jacomin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1842-01-03 09:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1842-01-03 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Jacomin"}, "birth": {"tzo": "+00:09:24", "date": "1842-01-03 09:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1842-01-03 08:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-544"}, "ids-in-sources": {"a4": "544"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "3", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "544", "PRO": "P", "SEC": "40", "YEA": "1842", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9298	jacquemot-charles-1879-07-31	{"a4": "546", "g55": "05-575"}	{"g55": "05-575", "lerrcp": "A4-546"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Jacquemot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:49", "date": "1879-07-31 05:00", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "notime": null, "date-ut": "1879-07-31 04:57:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Jacquemot"}, "birth": {"tzo": "+00:02:49", "date": "1879-07-31 05:00", "place": {"c2": "37", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "date-ut": "1879-07-31 04:57:12"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-546"}, "ids-in-sources": {"a4": "546"}}, "raw": {"H": "4", "MN": "57", "TZ": "0", "COD": "37", "COU": "F", "DAY": "31", "LAT": "47N24", "LON": "0E42", "MON": "7", "NUM": "546", "PRO": "P", "SEC": "12", "YEA": "1879", "CITY": "TOURS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-575"}, "ids-in-source": {"g55": "05-575"}}, "raw": {"DAY": "31-7-1879", "HOUR": "5 h.", "NAME": "JACQUEMOT Charles Louis", "PLACE": "Tours (Indre-et-Loire)."}, "date": "2023-08-20T14:48:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9299	jacquet-gustave-1846-05-25	{"a4": "547"}	{"lerrcp": "A4-547"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Jacquet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1846-05-25 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1846-05-25 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Jacquet"}, "birth": {"tzo": "+00:09:24", "date": "1846-05-25 05:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1846-05-25 04:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-547"}, "ids-in-sources": {"a4": "547"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "25", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "547", "PRO": "P", "SEC": "40", "YEA": "1846", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9302	jamin-paul-1853-02-09	{"a4": "550"}	{"lerrcp": "A4-550"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Jamin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1853-02-09 17:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1853-02-09 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Jamin"}, "birth": {"tzo": "+00:09:24", "date": "1853-02-09 17:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1853-02-09 16:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-550"}, "ids-in-sources": {"a4": "550"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "9", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "550", "PRO": "P", "SEC": "40", "YEA": "1853", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9300	jalabert-charles-frang-1819-01-01	{"a4": "548", "g55": "05-576"}	{"g55": "05-576", "lerrcp": "A4-548"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles Frang.", "family": "Jalabert", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:26", "date": "1819-01-01 17:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1819-01-01 16:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-548"}, "birth": {"tzo": "+00:17:26", "date": "1819-01-01 17:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1819-01-01 16:42:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-548"}, "ids-in-sources": {"a4": "548"}}, "raw": {"H": "16", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "1", "LAT": "43N51", "LON": "4E21", "MON": "1", "NUM": "548", "PRO": "P", "SEC": "36", "YEA": "1819", "CITY": "NIMES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Charles Frang.", "family": "Jalabert", "nobility": ""}, "slug": "jalabert-charles-frang-1819-01-01", "partial-ids": {"g55": "05-576"}, "ids-in-source": {"g55": "05-576"}}, "raw": {"DAY": "1-1-1819", "HOUR": "17 h.", "NAME": "JALABERT Charles Frang.", "PLACE": "Nimes (Gard)."}, "date": "2023-08-20T14:48:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9305	jeannot-joseph-1855-01-05	{"a4": "553", "g55": "05-579"}	{"g55": "05-579", "lerrcp": "A4-553"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Jeannot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:34", "date": "1855-01-05 11:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.14306, "lat": 47.10749, "name": "Ornans", "geoid": 2989252}, "notime": null, "date-ut": "1855-01-05 10:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Jeannot"}, "birth": {"tzo": "+00:24:34", "date": "1855-01-05 11:00", "place": {"c2": "25", "cy": "FR", "lg": 6.14306, "lat": 47.10749, "name": "Ornans", "geoid": 2989252}, "date-ut": "1855-01-05 10:35:52"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-553"}, "ids-in-sources": {"a4": "553"}}, "raw": {"H": "10", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "5", "LAT": "47N15", "LON": "6E 2", "MON": "1", "NUM": "553", "PRO": "P", "SEC": "52", "YEA": "1855", "CITY": "ORNANS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-579"}, "ids-in-source": {"g55": "05-579"}}, "raw": {"DAY": "5-1-1855", "HOUR": "11 h.", "NAME": "JEANNOT Joseph Clément", "PLACE": "Ornans (Doubs)."}, "date": "2023-08-20T14:48:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9307	jobe-duval-felix-1821-07-17	{"a4": "555", "g55": "05-581"}	{"g55": "05-581", "lerrcp": "A4-555"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Jobe-Duval", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:16:24", "date": "1821-07-17 18:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.1, "lat": 48, "name": "Carhaix", "geoid": 0}, "notime": null, "date-ut": "1821-07-17 18:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Jobe-Duval"}, "birth": {"tzo": "-00:16:24", "date": "1821-07-17 18:00", "place": {"c2": "29", "cy": "FR", "lg": -4.1, "lat": 48, "name": "Carhaix", "geoid": 0}, "date-ut": "1821-07-17 18:16:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-555"}, "ids-in-sources": {"a4": "555"}}, "raw": {"H": "18", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "17", "LAT": "48N 0", "LON": "4W 6", "MON": "7", "NUM": "555", "PRO": "P", "SEC": "24", "YEA": "1821", "CITY": "CARHAIX"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Carhaix"}}, "partial-ids": {"g55": "05-581"}, "ids-in-source": {"g55": "05-581"}}, "raw": {"DAY": "17-7-1821", "HOUR": "18 h.", "NAME": "JOBE-DUVAL Félix Armand", "PLACE": "Carhaix (Finistère)."}, "date": "2023-08-20T14:48:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9310	joets-jules-1884-09-01	{"a4": "558", "g55": "05-584"}	{"g55": "05-584", "lerrcp": "A4-558"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Joets", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:03", "date": "1884-09-01 07:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "notime": null, "date-ut": "1884-09-01 06:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Joets"}, "birth": {"tzo": "+00:09:03", "date": "1884-09-01 07:00", "place": {"c2": "62", "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "date-ut": "1884-09-01 06:48:56"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-558"}, "ids-in-sources": {"a4": "558"}}, "raw": {"H": "6", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "1", "LAT": "50N18", "LON": "2E46", "MON": "9", "NUM": "558", "PRO": "P", "SEC": "56", "YEA": "1884", "CITY": "ST-OMER"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-584"}, "ids-in-source": {"g55": "05-584"}}, "raw": {"DAY": "1-9-1884", "HOUR": "7 h.", "NAME": "JOETS Jules Arthur", "PLACE": "Saint-Omer (Pas-de-Calais)."}, "date": "2023-08-20T14:48:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9312	jonas-lucien-1880-04-08	{"a4": "560", "g55": "05-586"}	{"g55": "05-586", "lerrcp": "A4-560"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Jonas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:01", "date": "1880-04-08 12:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.50387, "lat": 50.37201, "name": "Anzin", "geoid": 3037397}, "notime": null, "date-ut": "1880-04-08 11:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Jonas"}, "birth": {"tzo": "+00:14:01", "date": "1880-04-08 12:00", "place": {"c2": "59", "cy": "FR", "lg": 3.50387, "lat": 50.37201, "name": "Anzin", "geoid": 3037397}, "date-ut": "1880-04-08 11:47:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-560"}, "ids-in-sources": {"a4": "560"}}, "raw": {"H": "11", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "8", "LAT": "50N39", "LON": "3E 5", "MON": "4", "NUM": "560", "PRO": "P", "SEC": "40", "YEA": "1880", "CITY": "ANZIN"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-586"}, "ids-in-source": {"g55": "05-586"}}, "raw": {"DAY": "8-4-1880", "HOUR": "12 h.", "NAME": "JONAS Lucien", "PLACE": "Anzin (Nord)."}, "date": "2023-08-20T14:48:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9315	jourdan-theodore-1833-07-29	{"a4": "563", "g55": "05-589"}	{"g55": "05-589", "lerrcp": "A4-563"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodore", "family": "Jourdan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:28", "date": "1833-07-29 08:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Salon", "geoid": 0}, "notime": null, "date-ut": "1833-07-29 07:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Theodore", "family": "Jourdan"}, "birth": {"tzo": "+00:21:28", "date": "1833-07-29 08:00", "place": {"c2": "13", "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Salon", "geoid": 0}, "date-ut": "1833-07-29 07:38:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-563"}, "ids-in-sources": {"a4": "563"}}, "raw": {"H": "7", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "29", "LAT": "43N18", "LON": "5E22", "MON": "7", "NUM": "563", "PRO": "P", "SEC": "32", "YEA": "1833", "CITY": "SALON"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Salon"}}, "partial-ids": {"g55": "05-589"}, "ids-in-source": {"g55": "05-589"}}, "raw": {"DAY": "29-7-1833", "HOUR": "8 h.", "NAME": "JOURDAN Théodore", "PLACE": "Salon (Bouches-du-Rhône)."}, "date": "2023-08-20T14:48:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9317	joussay-jacques-1822-10-01	{"a4": "565", "g55": "05-591"}	{"g55": "05-591", "lerrcp": "A4-565"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Joussay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:20", "date": "1822-10-01 04:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Rochetaille", "geoid": 0}, "notime": null, "date-ut": "1822-10-01 03:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Joussay"}, "birth": {"tzo": "+00:19:20", "date": "1822-10-01 04:00", "place": {"c2": "69", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Rochetaille", "geoid": 0}, "date-ut": "1822-10-01 03:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-565"}, "ids-in-sources": {"a4": "565"}}, "raw": {"H": "3", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "1", "LAT": "45N46", "LON": "4E50", "MON": "10", "NUM": "565", "PRO": "P", "SEC": "40", "YEA": "1822", "CITY": "ROCHETAILLE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Rochetaille"}}, "partial-ids": {"g55": "05-591"}, "ids-in-source": {"g55": "05-591"}}, "raw": {"DAY": "1-10-1822", "HOUR": "4 h.", "NAME": "JOUSSAY Jacques", "PLACE": "Rochetaille (Rhône)."}, "date": "2023-08-20T14:48:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
17966	cartier-rene-1910-08-21	{"e1": "334"}	{"lerrcp": "E1-334"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Cartier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-08-21 12:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1910-08-21 11:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "René", "family": "Cartier"}, "birth": {"tzo": "+00:09", "date": "1910-08-21 12:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1910-08-21 11:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "334"}}, "raw": {"H": "12:00", "COD": "59", "DAY": "21", "MON": "08", "NUM": "0334", "PRO": "EX", "YEA": "1910", "CITY": "Lille", "NAME": "CARTIER René", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
9320	karcher-gustave-1831-03-29	{"a4": "568", "g55": "05-594"}	{"g55": "05-594", "lerrcp": "A4-568"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Karcher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:25", "date": "1831-03-29 08:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.35584, "lat": 48.08078, "name": "Colmar", "geoid": 3024297}, "notime": null, "date-ut": "1831-03-29 07:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Karcher"}, "birth": {"tzo": "+00:29:25", "date": "1831-03-29 08:00", "place": {"c2": "68", "cy": "FR", "lg": 7.35584, "lat": 48.08078, "name": "Colmar", "geoid": 3024297}, "date-ut": "1831-03-29 07:30:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-568"}, "ids-in-sources": {"a4": "568"}}, "raw": {"H": "7", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "29", "LAT": "48N 5", "LON": "7E21", "MON": "3", "NUM": "568", "PRO": "P", "SEC": "36", "YEA": "1831", "CITY": "COLMAR"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-594"}, "ids-in-source": {"g55": "05-594"}}, "raw": {"DAY": "29-3-1831", "HOUR": "8 h.", "NAME": "KARCHER Gustave", "PLACE": "Colmar (Haut-Rhin)."}, "date": "2023-08-20T14:48:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9323	kohl-pierre-1897-02-03	{"a4": "571", "g55": "05-597"}	{"g55": "05-597", "lerrcp": "A4-571"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Kohl", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "MC", "lg": 7.41667, "lat": 43.73333, "name": "Monaco", "geoid": 2993458}, "notime": null, "date-ut": "1897-02-03 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Kohl"}, "birth": {"place": {"c2": "", "cy": "MC", "lg": 7.41667, "lat": 43.73333, "name": "Monaco", "geoid": 2993458}, "date-ut": "1897-02-03 22:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-571"}, "ids-in-sources": {"a4": "571"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "MON", "COU": "F", "DAY": "3", "LAT": "43N45", "LON": "7E25", "MON": "2", "NUM": "571", "PRO": "P", "SEC": "40", "YEA": "1897", "CITY": "MONACO"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-597"}, "ids-in-source": {"g55": "05-597"}}, "raw": {"DAY": "3-2-1897", "HOUR": "23 h.", "NAME": "KOHL Pierre Ernest", "PLACE": "Monaco (Principauté de Monaco)."}, "date": "2023-08-20T14:48:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9328	laborne-edme-1837-01-11	{"a4": "576"}	{"lerrcp": "A4-576"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edme", "family": "Laborne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1837-01-11 21:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1837-01-11 20:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edme", "family": "Laborne"}, "birth": {"tzo": "+00:09:24", "date": "1837-01-11 21:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1837-01-11 20:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-576"}, "ids-in-sources": {"a4": "576"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "11", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "576", "PRO": "P", "SEC": "40", "YEA": "1837", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9325	kron-paul-1869-03-18	{"a4": "573", "g55": "05-599"}	{"g55": "05-599", "lerrcp": "A4-573"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Kron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:04", "date": "1869-03-18 19:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1869-03-18 18:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Kron"}, "birth": {"tzo": "+00:24:04", "date": "1869-03-18 19:00", "place": {"c2": "25", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1869-03-18 18:35:52"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-573"}, "ids-in-sources": {"a4": "573"}}, "raw": {"H": "18", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "18", "LAT": "47N15", "LON": "6E 2", "MON": "3", "NUM": "573", "PRO": "P", "SEC": "52", "YEA": "1869", "CITY": "BESANCON"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-599"}, "ids-in-source": {"g55": "05-599"}}, "raw": {"DAY": "18-3-1869", "HOUR": "19 h.", "NAME": "KRON Paul", "PLACE": "Besançon (Doubs)."}, "date": "2023-08-20T14:48:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9327	labor-charles-1813-11-05	{"a4": "575", "g55": "05-601"}	{"g55": "05-601", "lerrcp": "A4-575"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Labor", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:51", "date": "1813-11-05 23:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "notime": null, "date-ut": "1813-11-05 22:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Labor"}, "birth": {"tzo": "+00:12:51", "date": "1813-11-05 23:00", "place": {"c2": "34", "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "date-ut": "1813-11-05 22:44:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-575"}, "ids-in-sources": {"a4": "575"}}, "raw": {"H": "22", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "5", "LAT": "43N37", "LON": "3E53", "MON": "11", "NUM": "575", "PRO": "P", "SEC": "28", "YEA": "1813", "CITY": "BEZIERS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-601"}, "ids-in-source": {"g55": "05-601"}}, "raw": {"DAY": "5-11-1813", "HOUR": "23 h.", "NAME": "LABOR Charles", "PLACE": "Béziers (Hérault)."}, "date": "2023-08-20T14:48:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9329	labouchere-pierre-1807-11-26	{"a4": "577"}	{"lerrcp": "A4-577"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Labouchere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1807-11-26 16:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1807-11-26 16:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Labouchere"}, "birth": {"tzo": "-00:06:13", "date": "1807-11-26 16:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1807-11-26 16:06:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-577"}, "ids-in-sources": {"a4": "577"}}, "raw": {"H": "16", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "26", "LAT": "47N13", "LON": "1W35", "MON": "11", "NUM": "577", "PRO": "P", "SEC": "20", "YEA": "1807", "CITY": "NANTES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9331	laclau-armand-1892-05-04	{"a4": "579", "g55": "05-602"}	{"g55": "05-602", "lerrcp": "A4-579"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Laclau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1892-05-04 10:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1892-05-04 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Laclau"}, "birth": {"tzo": "+00:09:21", "date": "1892-05-04 10:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1892-05-04 09:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-579"}, "ids-in-sources": {"a4": "579"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "31", "COU": "F", "DAY": "4", "LAT": "43N37", "LON": "1E26", "MON": "5", "NUM": "579", "PRO": "P", "SEC": "40", "YEA": "1892", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-602"}, "ids-in-source": {"g55": "05-602"}}, "raw": {"DAY": "4-5-1892", "HOUR": "10 h.", "NAME": "LACLAU Armand", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:48:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9333	lafond-jacques-1817-01-26	{"a4": "581", "g55": "05-604"}	{"g55": "05-604", "lerrcp": "A4-581"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Lafond", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:56", "date": "1817-01-26 16:00", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 0.73333, "lat": 45.18333, "name": "Périgueux", "geoid": 0}, "notime": null, "date-ut": "1817-01-26 15:57:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Lafond"}, "birth": {"tzo": "+00:02:56", "date": "1817-01-26 16:00", "place": {"c2": "24", "cy": "FR", "lg": 0.73333, "lat": 45.18333, "name": "Periguex", "geoid": 0}, "date-ut": "1817-01-26 15:57:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-581"}, "ids-in-sources": {"a4": "581"}}, "raw": {"H": "15", "MN": "57", "TZ": "0", "COD": "24", "COU": "F", "DAY": "26", "LAT": "45N11", "LON": "0E44", "MON": "1", "NUM": "581", "PRO": "P", "SEC": "4", "YEA": "1817", "CITY": "PERIGUEX"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Périgueux"}}, "partial-ids": {"g55": "05-604"}, "ids-in-source": {"g55": "05-604"}}, "raw": {"DAY": "26-1-1817", "HOUR": "16 h.", "NAME": "LAFOND Jacques", "PLACE": "Périgueux (Dordogne)."}, "date": "2023-08-20T14:48:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9334	lafond-francois-1815-04-24	{"a4": "582"}	{"lerrcp": "A4-582"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Lafond", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1815-04-24 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1815-04-24 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "François", "family": "Lafond"}, "birth": {"tzo": "+00:09:24", "date": "1815-04-24 06:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1815-04-24 05:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-582"}, "ids-in-sources": {"a4": "582"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "24", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "582", "PRO": "P", "SEC": "40", "YEA": "1815", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9338	lambert-albert-1854-04-10	{"a4": "586"}	{"lerrcp": "A4-586"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Lambert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1854-04-10 13:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1854-04-10 12:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Lambert"}, "birth": {"tzo": "+00:09:24", "date": "1854-04-10 13:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1854-04-10 12:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-586"}, "ids-in-sources": {"a4": "586"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "10", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "586", "PRO": "P", "SEC": "40", "YEA": "1854", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9336	lalanne-maxime-1827-11-27	{"a4": "584", "g55": "05-144"}	{"g55": "05-144", "lerrcp": "A4-584"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maxime", "family": "Lalanne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1827-11-27 20:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1827-11-27 20:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Maxime", "family": "Lalanne"}, "birth": {"tzo": "-00:02:19", "date": "1827-11-27 20:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1827-11-27 20:57:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-584"}, "ids-in-sources": {"a4": "584"}}, "raw": {"H": "20", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "27", "LAT": "44N50", "LON": "0W34", "MON": "11", "NUM": "584", "PRO": "P", "SEC": "36", "YEA": "1827", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-144"}, "ids-in-source": {"g55": "05-144"}}, "raw": {"DAY": "27-11-1827", "HOUR": "21 h.", "NAME": "LALANNE Maxime", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:48:39+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9342	lami-eugene-1800-01-12	{"a4": "590"}	{"lerrcp": "A4-590"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Lami", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1800-01-12 13:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1800-01-12 12:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Lami"}, "birth": {"tzo": "+00:09:24", "date": "1800-01-12 13:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1800-01-12 12:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-590"}, "ids-in-sources": {"a4": "590"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "12", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "590", "PRO": "P", "SEC": "40", "YEA": "1800", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9339	lambert-antoine-1824-04-26	{"a4": "587", "g55": "05-606"}	{"g55": "05-606", "lerrcp": "A4-587"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Lambert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:04", "date": "1824-04-26 12:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1824-04-26 11:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Lambert"}, "birth": {"tzo": "+00:20:04", "date": "1824-04-26 12:00", "place": {"c2": "21", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1824-04-26 11:39:52"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-587"}, "ids-in-sources": {"a4": "587"}}, "raw": {"H": "11", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "26", "LAT": "47N19", "LON": "5E 2", "MON": "4", "NUM": "587", "PRO": "P", "SEC": "52", "YEA": "1824", "CITY": "DIJON"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-606"}, "ids-in-source": {"g55": "05-606"}}, "raw": {"DAY": "26-4-1824", "HOUR": "12 h.", "NAME": "LAMBERT Antoine Eugène", "PLACE": "Dijon (Côte-d’Or)."}, "date": "2023-08-20T14:48:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9346	lanoue-felix-1812-10-14	{"a4": "594", "g55": "05-609"}	{"g55": "05-609", "lerrcp": "A4-594"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Lanoue", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1812-10-14 06:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1812-10-14 05:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Lanoue"}, "birth": {"tzo": "+00:08:32", "date": "1812-10-14 06:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1812-10-14 05:51:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-594"}, "ids-in-sources": {"a4": "594"}}, "raw": {"H": "5", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "14", "LAT": "48N50", "LON": "2E 8", "MON": "10", "NUM": "594", "PRO": "P", "SEC": "28", "YEA": "1812", "CITY": "VERSAILLES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-609"}, "ids-in-source": {"g55": "05-609"}}, "raw": {"DAY": "14-10-1812", "HOUR": "6 h.", "NAME": "LANOUE Félix Hippolyte", "PLACE": "Versailles (Seine-et-Oise)."}, "date": "2023-08-20T14:48:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9348	lansier-emmanuel-1835-02-19	{"a4": "596", "g55": "05-611"}	{"g55": "05-611", "lerrcp": "A4-596"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emmanuel", "family": "Lansier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:07:60", "date": "1835-02-19 08:05:40", "note": null, "place": {"c1": null, "c2": "85", "c3": null, "cy": "FR", "lg": -1.99846, "lat": 46.97417, "name": "Bouin", "geoid": 3031222}, "notime": null, "date-ut": "1835-02-19 08:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emmanuel", "family": "Lansier"}, "birth": {"tzo": "-00:07:60", "date": "1835-02-19 08:05:40", "place": {"c2": "85", "cy": "FR", "lg": -1.99846, "lat": 46.97417, "name": "Bouin", "geoid": 3031222}, "date-ut": "1835-02-19 08:05:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-596"}, "ids-in-sources": {"a4": "596"}}, "raw": {"H": "8", "MN": "5", "TZ": "0", "COD": "85", "COU": "F", "DAY": "19", "LAT": "46N40", "LON": "1W25", "MON": "2", "NUM": "596", "PRO": "P", "SEC": "40", "YEA": "1835", "CITY": "BOUIN"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-611"}, "ids-in-source": {"g55": "05-611"}}, "raw": {"DAY": "19-2-1835", "HOUR": "8 h.", "NAME": "LANSIER Emmanuel Maur.", "PLACE": "Bouin (Vendée)."}, "date": "2023-08-20T14:48:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9349	la-patelliere-amedee-1890-07-05	{"a4": "597"}	{"lerrcp": "A4-597"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amédée", "family": "La Patelliere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:04", "date": "1890-07-05 01:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.26715, "lat": 47.16133, "name": "Vallet", "geoid": 2970923}, "notime": null, "date-ut": "1890-07-05 01:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Amédée", "family": "La Patelliere"}, "birth": {"tzo": "-00:05:04", "date": "1890-07-05 01:00", "place": {"c2": "44", "cy": "FR", "lg": -1.26715, "lat": 47.16133, "name": "Vallet", "geoid": 2970923}, "date-ut": "1890-07-05 01:06:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-597"}, "ids-in-sources": {"a4": "597"}}, "raw": {"H": "1", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "5", "LAT": "47N13", "LON": "1W35", "MON": "7", "NUM": "597", "PRO": "P", "SEC": "20", "YEA": "1890", "CITY": "VALLET"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9350	lapicque-charles-1898-10-06	{"a4": "598", "g55": "05-612"}	{"g55": "05-612", "lerrcp": "A4-598"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Lapicque", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1898-10-06 14:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.61634, "lat": 45.93963, "name": "Theizé", "geoid": 2972978}, "notime": null, "date-ut": "1898-10-06 13:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Lapicque"}, "birth": {"tzo": "+00:09:21", "date": "1898-10-06 14:00", "place": {"c2": "69", "cy": "FR", "lg": 4.61634, "lat": 45.93963, "name": "Theizé", "geoid": 2972978}, "date-ut": "1898-10-06 13:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-598"}, "ids-in-sources": {"a4": "598"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "69", "COU": "F", "DAY": "6", "LAT": "45N46", "LON": "4E50", "MON": "10", "NUM": "598", "PRO": "P", "SEC": "40", "YEA": "1898", "CITY": "THEIZE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-612"}, "ids-in-source": {"g55": "05-612"}}, "raw": {"DAY": "6-10-1898", "HOUR": "14 h.", "NAME": "LAPICQUE Charles", "PLACE": "Theizé (Rhône)."}, "date": "2023-08-20T14:48:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9352	laporte-jean-1839-03-09	{"a4": "600", "g55": "05-614"}	{"g55": "05-614", "lerrcp": "A4-600"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Laporte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:16", "date": "1839-03-09 23:00", "note": null, "place": {"c1": null, "c2": "12", "c3": null, "cy": "FR", "lg": 2.56667, "lat": 44.35, "name": "Saint-Geniez-d’Olt", "geoid": 0}, "notime": null, "date-ut": "1839-03-09 22:49:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Laporte"}, "birth": {"tzo": "+00:10:16", "date": "1839-03-09 23:00", "place": {"c2": "12", "cy": "FR", "lg": 2.56667, "lat": 44.35, "name": "Stgeniezdolt", "geoid": 0}, "date-ut": "1839-03-09 22:49:44"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-600"}, "ids-in-sources": {"a4": "600"}}, "raw": {"H": "22", "MN": "49", "TZ": "0", "COD": "12", "COU": "F", "DAY": "9", "LAT": "44N21", "LON": "2E34", "MON": "3", "NUM": "600", "PRO": "P", "SEC": "44", "YEA": "1839", "CITY": "STGENIEZDOLT"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Geniez-d’Olt"}}, "partial-ids": {"g55": "05-614"}, "ids-in-source": {"g55": "05-614"}}, "raw": {"DAY": "9-3-1839", "HOUR": "23 h.", "NAME": "LAPORTE Jean Marcellin", "PLACE": "Saint-Geniez-d’Olt (Aveyron)."}, "date": "2023-08-20T14:48:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9355	laronze-jean-1852-11-25	{"a4": "603", "g55": "05-616"}	{"g55": "05-616", "lerrcp": "A4-603"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Laronze", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:57", "date": "1852-11-25 05:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.23619, "lat": 46.58119, "name": "Génelard", "geoid": 3016375}, "notime": null, "date-ut": "1852-11-25 04:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-603"}, "birth": {"tzo": "+00:16:57", "date": "1852-11-25 05:00", "place": {"c2": "71", "cy": "FR", "lg": 4.23619, "lat": 46.58119, "name": "Génelard", "geoid": 3016375}, "date-ut": "1852-11-25 04:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-603"}, "ids-in-sources": {"a4": "603"}}, "raw": {"H": "4", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "25", "LAT": "46N18", "LON": "4E50", "MON": "11", "NUM": "603", "PRO": "P", "SEC": "40", "YEA": "1852", "CITY": "GENELARD"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Jean", "family": "Laronze", "nobility": ""}, "slug": "laronze-jean-1852-11-25", "partial-ids": {"g55": "05-616"}, "ids-in-source": {"g55": "05-616"}}, "raw": {"DAY": "25-11-1852", "HOUR": "5 h.", "NAME": "LARONZE Jean", "PLACE": "Génelard (Saône-et-Loire)."}, "date": "2023-08-20T14:48:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9357	latapie-louis-1891-07-11	{"a4": "605", "g55": "05-618"}	{"g55": "05-618", "lerrcp": "A4-605"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Latapie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1891-07-11 02:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1891-07-11 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Latapie"}, "birth": {"tzo": "+00:09:21", "date": "1891-07-11 02:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1891-07-11 01:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-605"}, "ids-in-sources": {"a4": "605"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "31", "COU": "F", "DAY": "11", "LAT": "43N37", "LON": "1E26", "MON": "7", "NUM": "605", "PRO": "P", "SEC": "40", "YEA": "1891", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-618"}, "ids-in-source": {"g55": "05-618"}}, "raw": {"DAY": "11-7-1891", "HOUR": "2 h.", "NAME": "LATAPIE Louis Robert", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:48:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9359	laugee-desire-1823-01-25	{"a4": "607", "g55": "05-619"}	{"g55": "05-619", "lerrcp": "A4-607"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Désiré", "family": "Laugee", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:06", "date": "1823-01-25 21:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.02375, "lat": 49.47925, "name": "Maromme", "geoid": 2995563}, "notime": null, "date-ut": "1823-01-25 20:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Désiré", "family": "Laugee"}, "birth": {"tzo": "+00:04:06", "date": "1823-01-25 21:00", "place": {"c2": "76", "cy": "FR", "lg": 1.02375, "lat": 49.47925, "name": "Maromme", "geoid": 2995563}, "date-ut": "1823-01-25 20:55:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-607"}, "ids-in-sources": {"a4": "607"}}, "raw": {"H": "20", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "25", "LAT": "49N26", "LON": "1E 5", "MON": "1", "NUM": "607", "PRO": "P", "SEC": "40", "YEA": "1823", "CITY": "MAROMME"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-619"}, "ids-in-source": {"g55": "05-619"}}, "raw": {"DAY": "25-1-1823", "HOUR": "21 h.", "NAME": "LAUGEE Désiré Francois", "PLACE": "Maromme (Seine-Inférieure)."}, "date": "2023-08-20T14:48:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9361	launois-jean-1898-11-22	{"a4": "609", "g55": "05-621"}	{"g55": "05-621", "lerrcp": "A4-609"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Launois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1898-11-22 09:30", "note": null, "place": {"c1": null, "c2": "85", "c3": null, "cy": "FR", "lg": -1.41667, "lat": 46.66667, "name": "Les Sables-d’Olonne", "geoid": 0}, "notime": null, "date-ut": "1898-11-22 09:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Launois"}, "birth": {"tzo": "+00:09:21", "date": "1898-11-22 09:30", "place": {"c2": "85", "cy": "FR", "lg": -1.41667, "lat": 46.66667, "name": "Sablesdolonne", "geoid": 0}, "date-ut": "1898-11-22 09:20:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-609"}, "ids-in-sources": {"a4": "609"}}, "raw": {"H": "9", "MN": "20", "TZ": "0", "COD": "85", "COU": "F", "DAY": "22", "LAT": "46N40", "LON": "1W25", "MON": "11", "NUM": "609", "PRO": "P", "SEC": "40", "YEA": "1898", "CITY": "SABLESDOLONNE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Les Sables-d’Olonne"}}, "partial-ids": {"g55": "05-621"}, "ids-in-source": {"g55": "05-621"}}, "raw": {"DAY": "22-11-1898", "HOUR": "9 h. 30", "NAME": "LAUNOIS Jean", "PLACE": "Les Sables-d’Olonne (Vendée)."}, "date": "2023-08-20T14:48:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9366	laurens-nicolas-1829-03-01	{"a4": "614", "g55": "05-623"}	{"g55": "05-623", "lerrcp": "A4-614"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicolas", "family": "Laurens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:08", "date": "1829-03-01 23:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Pontailler-s.-Saône", "geoid": 0}, "notime": null, "date-ut": "1829-03-01 22:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Nicolas", "family": "Laurens"}, "birth": {"tzo": "+00:20:08", "date": "1829-03-01 23:00", "place": {"c2": "21", "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Pontaillerssaon", "geoid": 0}, "date-ut": "1829-03-01 22:39:52"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-614"}, "ids-in-sources": {"a4": "614"}}, "raw": {"H": "22", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "1", "LAT": "47N19", "LON": "5E 2", "MON": "3", "NUM": "614", "PRO": "P", "SEC": "52", "YEA": "1829", "CITY": "PONTAILLERSSAON"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Pontailler-s.-Saône"}}, "partial-ids": {"g55": "05-623"}, "ids-in-source": {"g55": "05-623"}}, "raw": {"DAY": "1-3-1829", "HOUR": "23 h.", "NAME": "LAURENS Nicolas Auguste", "PLACE": "Pontailler-s.-Saône (C.-d’O.)."}, "date": "2023-08-20T14:48:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9368	lauret-emmanuel-1809-05-31	{"a4": "616", "g55": "05-625"}	{"g55": "05-625", "lerrcp": "A4-616"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emmanuel", "family": "Lauret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:54", "date": "1809-05-31 23:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 6.2265, "lat": 43.30071, "name": "Pignans", "geoid": 2987179}, "notime": null, "date-ut": "1809-05-31 22:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emmanuel", "family": "Lauret"}, "birth": {"tzo": "+00:24:54", "date": "1809-05-31 23:00", "place": {"c2": "83", "cy": "FR", "lg": 6.2265, "lat": 43.30071, "name": "Pignans", "geoid": 2987179}, "date-ut": "1809-05-31 22:34:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-616"}, "ids-in-sources": {"a4": "616"}}, "raw": {"H": "22", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "31", "LAT": "43N32", "LON": "6E28", "MON": "5", "NUM": "616", "PRO": "P", "SEC": "8", "YEA": "1809", "CITY": "PIGNANS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-625"}, "ids-in-source": {"g55": "05-625"}}, "raw": {"DAY": "31-5-1809", "HOUR": "23 h.", "NAME": "LAURET Emmanuel Jose.", "PLACE": "Pignans (Var)."}, "date": "2023-08-20T14:48:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9370	lavielle-eugene-1820-11-29	{"a4": "618"}	{"lerrcp": "A4-618"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Lavielle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1820-11-29 17:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1820-11-29 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Lavielle"}, "birth": {"tzo": "+00:09:24", "date": "1820-11-29 17:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1820-11-29 16:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-618"}, "ids-in-sources": {"a4": "618"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "29", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "618", "PRO": "P", "SEC": "40", "YEA": "1820", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9372	lavrut-louise-1874-02-28	{"a4": "620", "g55": "05-628"}	{"g55": "05-628", "lerrcp": "A4-620"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louise", "family": "Lavrut", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:18", "date": "1874-02-28 15:00", "note": null, "place": {"c1": null, "c2": "91", "c3": null, "cy": "FR", "lg": 2.07688, "lat": 48.64625, "name": "Limours", "geoid": 2998269}, "notime": null, "date-ut": "1874-02-28 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louise", "family": "Lavrut"}, "birth": {"tzo": "+00:08:18", "date": "1874-02-28 15:00", "place": {"c2": "91", "cy": "FR", "lg": 2.07688, "lat": 48.64625, "name": "Limours", "geoid": 2998269}, "date-ut": "1874-02-28 14:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-620"}, "ids-in-sources": {"a4": "620"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "91", "COU": "F", "DAY": "28", "LAT": "48N36", "LON": "2E20", "MON": "2", "NUM": "620", "PRO": "P", "SEC": "40", "YEA": "1874", "CITY": "LIMOURS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-628"}, "ids-in-source": {"g55": "05-628"}}, "raw": {"DAY": "28-2-1874", "HOUR": "15 h.", "NAME": "LAVRUT Louise", "PLACE": "Limours (Seine-et-Oise)."}, "date": "2023-08-20T14:48:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9375	leandre-charles-1862-07-23	{"a4": "623", "g55": "05-154"}	{"g55": "05-154", "lerrcp": "A4-623"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Leandre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:12", "date": "1862-07-23 07:00", "note": null, "place": {"c1": null, "c2": "61", "c3": null, "cy": "FR", "lg": -0.55058, "lat": 48.60925, "name": "Champsecret", "geoid": 3027021}, "notime": null, "date-ut": "1862-07-23 06:59:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Leandre"}, "birth": {"tzo": "-00:02:12", "date": "1862-07-23 07:00", "place": {"c2": "61", "cy": "FR", "lg": -0.55058, "lat": 48.60925, "name": "Champsecret", "geoid": 3027021}, "date-ut": "1862-07-23 06:59:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-623"}, "ids-in-sources": {"a4": "623"}}, "raw": {"H": "6", "MN": "59", "TZ": "0", "COD": "61", "COU": "F", "DAY": "23", "LAT": "48N26", "LON": "0E 5", "MON": "7", "NUM": "623", "PRO": "P", "SEC": "40", "YEA": "1862", "CITY": "CHAMPSECRET"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-154"}, "ids-in-source": {"g55": "05-154"}}, "raw": {"DAY": "23-7-1862", "HOUR": "7 h.", "NAME": "LEANDRE Charles Lucien", "PLACE": "Champsecret (Orne)."}, "date": "2023-08-20T14:48:39+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9376	le-bail-louis-1866-04-17	{"a4": "624", "g55": "05-630"}	{"g55": "05-630", "lerrcp": "A4-624"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Le Bail", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:37", "date": "1866-04-17 06:00", "note": null, "place": {"c1": null, "c2": "53", "c3": null, "cy": "FR", "lg": -0.40242, "lat": 48.15587, "name": "Évron", "geoid": 3019259}, "notime": null, "date-ut": "1866-04-17 06:03"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Le Bail"}, "birth": {"tzo": "-00:01:37", "date": "1866-04-17 06:00", "place": {"c2": "53", "cy": "FR", "lg": -0.40242, "lat": 48.15587, "name": "Évron", "geoid": 3019259}, "date-ut": "1866-04-17 06:03"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-624"}, "ids-in-sources": {"a4": "624"}}, "raw": {"H": "6", "MN": "3", "TZ": "0", "COD": "53", "COU": "F", "DAY": "17", "LAT": "48N 4", "LON": "0W45", "MON": "4", "NUM": "624", "PRO": "P", "SEC": "0", "YEA": "1866", "CITY": "EVRON"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-630"}, "ids-in-source": {"g55": "05-630"}}, "raw": {"DAY": "17-4-1866", "HOUR": "6 h.", "NAME": "LE BAIL Louis", "PLACE": "Evron (Mayenne)."}, "date": "2023-08-20T14:48:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9380	le-blant-julien-1851-03-30	{"a4": "628"}	{"lerrcp": "A4-628"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julien", "family": "Le Blant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1851-03-30 14:40", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1851-03-30 14:30:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Julien", "family": "Le Blant"}, "birth": {"tzo": "+00:09:24", "date": "1851-03-30 14:40", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1851-03-30 14:30:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-628"}, "ids-in-sources": {"a4": "628"}}, "raw": {"H": "14", "MN": "30", "TZ": "0", "COD": "75", "COU": "F", "DAY": "30", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "628", "PRO": "P", "SEC": "40", "YEA": "1851", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9383	le-comte-paul-1842-04-25	{"a4": "631"}	{"lerrcp": "A4-631"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Le Comte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1842-04-25 01:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1842-04-25 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Le Comte"}, "birth": {"tzo": "+00:09:24", "date": "1842-04-25 01:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1842-04-25 00:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-631"}, "ids-in-sources": {"a4": "631"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "25", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "631", "PRO": "P", "SEC": "40", "YEA": "1842", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9379	leblanc-cl-theodore-1800-10-03	{"a4": "627", "g55": "05-632"}	{"g55": "05-632", "lerrcp": "A4-627"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Leblanc Cl. Theodore", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1800-10-03 05:30", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1800-10-03 04:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Leblanc Cl. Theodore"}, "birth": {"tzo": "+00:30:59", "date": "1800-10-03 05:30", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1800-10-03 04:59"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-627"}, "ids-in-sources": {"a4": "627"}}, "raw": {"H": "4", "MN": "59", "TZ": "0", "COD": "67", "COU": "F", "DAY": "3", "LAT": "48N35", "LON": "7E45", "MON": "10", "NUM": "627", "PRO": "P", "SEC": "0", "YEA": "1800", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-632"}, "ids-in-source": {"g55": "05-632"}}, "raw": {"DAY": "3-10-1800", "HOUR": "5 h. 30", "NAME": "LEBLANC Cl. Théodore", "PLACE": "Strasbourg (Bas-Rhin)."}, "date": "2023-08-20T14:48:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9388	legat-leon-1829-08-02	{"a4": "636"}	{"lerrcp": "A4-636"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Legat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1829-08-02 05:20", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1829-08-02 05:10:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Legat"}, "birth": {"tzo": "+00:09:24", "date": "1829-08-02 05:20", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1829-08-02 05:10:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-636"}, "ids-in-sources": {"a4": "636"}}, "raw": {"H": "5", "MN": "10", "TZ": "0", "COD": "75", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "636", "PRO": "P", "SEC": "40", "YEA": "1829", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9384	lecurieux-jacques-1801-08-13	{"a4": "632", "g55": "05-633"}	{"g55": "05-633", "lerrcp": "A4-632"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Lecurieux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:04", "date": "1801-08-13 07:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1801-08-13 06:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Lecurieux"}, "birth": {"tzo": "+00:20:04", "date": "1801-08-13 07:00", "place": {"c2": "21", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1801-08-13 06:39:52"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-632"}, "ids-in-sources": {"a4": "632"}}, "raw": {"H": "6", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "13", "LAT": "47N19", "LON": "5E 2", "MON": "8", "NUM": "632", "PRO": "P", "SEC": "52", "YEA": "1801", "CITY": "DIJON"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-633"}, "ids-in-source": {"g55": "05-633"}}, "raw": {"DAY": "13-8-1801", "HOUR": "7 h.", "NAME": "LECURIEUX Jacques Joseph", "PLACE": "Dijon (Côte-d’Or)."}, "date": "2023-08-20T14:48:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9387	lefortier-henri-1819-10-02	{"a4": "635", "g55": "05-635"}	{"g55": "05-635", "lerrcp": "A4-635"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Lefortier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:52", "date": "1819-10-02 03:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.21757, "lat": 48.82292, "name": "Sèvres", "geoid": 2974678}, "notime": null, "date-ut": "1819-10-02 02:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Lefortier"}, "birth": {"tzo": "+00:08:52", "date": "1819-10-02 03:00", "place": {"c2": "92", "cy": "FR", "lg": 2.21757, "lat": 48.82292, "name": "Sèvres", "geoid": 2974678}, "date-ut": "1819-10-02 02:51:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-635"}, "ids-in-sources": {"a4": "635"}}, "raw": {"H": "2", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E11", "MON": "10", "NUM": "635", "PRO": "P", "SEC": "16", "YEA": "1819", "CITY": "SEVRES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-635"}, "ids-in-source": {"g55": "05-635"}}, "raw": {"DAY": "2-10-1819", "HOUR": "3 h.", "NAME": "LEFORTIER Henri Jean", "PLACE": "Sèvres (Seine-et-Oise)."}, "date": "2023-08-20T14:48:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9390	legrand-louis-1863-09-28	{"a4": "638", "g55": "05-160"}	{"g55": "05-160", "lerrcp": "A4-638"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Legrand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:04", "date": "1863-09-28 23:44:56", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1863-09-28 23:24:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Legrand"}, "birth": {"tzo": "+00:20:04", "date": "1863-09-28 23:44:56", "place": {"c2": "21", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1863-09-28 23:24:52"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-638"}, "ids-in-sources": {"a4": "638"}}, "raw": {"H": "23", "MN": "24", "TZ": "0", "COD": "21", "COU": "F", "DAY": "28", "LAT": "47N19", "LON": "5E 2", "MON": "9", "NUM": "638", "PRO": "P", "SEC": "52", "YEA": "1863", "CITY": "DIJON"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-160"}, "ids-in-source": {"g55": "05-160"}}, "raw": {"DAY": "28-9-1863", "HOUR": "23 h. 45", "NAME": "LEGRAND Louis", "PLACE": "Dijon (Cote-d’Or)."}, "date": "2023-08-20T14:48:39+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9392	leheutre-gustave-1861-07-26	{"a4": "640", "g55": "05-636"}	{"g55": "05-636", "lerrcp": "A4-640"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Leheutre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:20", "date": "1861-07-26 01:45", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "notime": null, "date-ut": "1861-07-26 01:28:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Leheutre"}, "birth": {"tzo": "+00:16:20", "date": "1861-07-26 01:45", "place": {"c2": "10", "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "date-ut": "1861-07-26 01:28:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-640"}, "ids-in-sources": {"a4": "640"}}, "raw": {"H": "1", "MN": "28", "TZ": "0", "COD": "10", "COU": "F", "DAY": "26", "LAT": "48N18", "LON": "4E 5", "MON": "7", "NUM": "640", "PRO": "P", "SEC": "40", "YEA": "1861", "CITY": "TROYES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-636"}, "ids-in-source": {"g55": "05-636"}}, "raw": {"DAY": "26-7-1861", "HOUR": "1 h. 45", "NAME": "LEHEUTRE Gustave", "PLACE": "Troyes (Aube)."}, "date": "2023-08-20T14:48:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9395	leloir-alexandre-1843-03-04	{"a4": "643"}	{"lerrcp": "A4-643"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Leloir", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1843-03-04 18:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1843-03-04 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Leloir"}, "birth": {"tzo": "+00:09:24", "date": "1843-03-04 18:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1843-03-04 17:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-643"}, "ids-in-sources": {"a4": "643"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "4", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "643", "PRO": "P", "SEC": "40", "YEA": "1843", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9396	leloir-maurice-1853-11-01	{"a4": "644"}	{"lerrcp": "A4-644"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Leloir", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1853-11-01 23:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1853-11-01 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Leloir"}, "birth": {"tzo": "+00:09:24", "date": "1853-11-01 23:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1853-11-01 22:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-644"}, "ids-in-sources": {"a4": "644"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "1", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "644", "PRO": "P", "SEC": "40", "YEA": "1853", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9394	leleu-alexandre-1871-03-09	{"a4": "642", "g55": "05-638"}	{"g55": "05-638", "lerrcp": "A4-642"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Leleu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1871-03-09 06:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Raisnes", "geoid": 0}, "notime": null, "date-ut": "1871-03-09 05:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Leleu"}, "birth": {"tzo": "+00:12:20", "date": "1871-03-09 06:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Raisnes", "geoid": 0}, "date-ut": "1871-03-09 05:47:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-642"}, "ids-in-sources": {"a4": "642"}}, "raw": {"H": "5", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "9", "LAT": "50N39", "LON": "3E 5", "MON": "3", "NUM": "642", "PRO": "P", "SEC": "40", "YEA": "1871", "CITY": "RAISNES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Raisnes"}}, "partial-ids": {"g55": "05-638"}, "ids-in-source": {"g55": "05-638"}}, "raw": {"DAY": "9-3-1871", "HOUR": "6 h.", "NAME": "LELEUX Alexandre Félix", "PLACE": "Raisnes (Nord)."}, "date": "2023-08-20T14:48:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9401	le-meilleur-georges-1861-01-31	{"a4": "649"}	{"lerrcp": "A4-649"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Le Meilleur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:24", "date": "1861-01-31 08:30", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1861-01-31 08:25:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Le Meilleur"}, "birth": {"tzo": "+00:04:24", "date": "1861-01-31 08:30", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1861-01-31 08:25:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-649"}, "ids-in-sources": {"a4": "649"}}, "raw": {"H": "8", "MN": "25", "TZ": "0", "COD": "76", "COU": "F", "DAY": "31", "LAT": "49N26", "LON": "1E 5", "MON": "1", "NUM": "649", "PRO": "P", "SEC": "40", "YEA": "1861", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9399	lemarie-des-landelles-emile-1847-01-14	{"a4": "647", "g55": "05-640"}	{"g55": "05-640", "lerrcp": "A4-647"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "des LANDELLES Emile", "family": "Lemarie", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:24", "date": "1847-01-14 00:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35, "lat": 43.85, "name": "Pontorson", "geoid": 0}, "notime": null, "date-ut": "1847-01-13 23:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-647"}, "birth": {"tzo": "+00:17:24", "date": "1847-01-14 00:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35, "lat": 43.85, "name": "Pontorson", "geoid": 0}, "date-ut": "1847-01-13 23:42:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-647"}, "ids-in-sources": {"a4": "647"}}, "raw": {"H": "23", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "13", "LAT": "43N51", "LON": "4E21", "MON": "1", "NUM": "647", "PRO": "P", "SEC": "36", "YEA": "1847", "CITY": "PONTORSON"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "des LANDELLES Emile", "family": "Lemarie", "nobility": ""}, "slug": "lemarie-des-landelles-emile-1847-01-14", "birth": {"place": {"name": "Pontorson"}}, "partial-ids": {"g55": "05-640"}, "ids-in-source": {"g55": "05-640"}}, "raw": {"DAY": "14-1-1847", "HOUR": "0 h.", "NAME": "LEMARIE des LANDELLES Emile", "PLACE": "Pontorson (Manche)."}, "date": "2023-08-20T14:48:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9403	lempereur-edmond-1876-01-04	{"a4": "651", "g55": "05-642"}	{"g55": "05-642", "lerrcp": "A4-651"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Lempereur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:14", "date": "1876-01-04 15:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.80755, "lat": 45.71404, "name": "Oullins", "geoid": 2988998}, "notime": null, "date-ut": "1876-01-04 14:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Lempereur"}, "birth": {"tzo": "+00:19:14", "date": "1876-01-04 15:00", "place": {"c2": "69", "cy": "FR", "lg": 4.80755, "lat": 45.71404, "name": "Oullins", "geoid": 2988998}, "date-ut": "1876-01-04 14:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-651"}, "ids-in-sources": {"a4": "651"}}, "raw": {"H": "14", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "4", "LAT": "45N46", "LON": "4E50", "MON": "1", "NUM": "651", "PRO": "P", "SEC": "40", "YEA": "1876", "CITY": "OULLINS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-642"}, "ids-in-source": {"g55": "05-642"}}, "raw": {"DAY": "4-1-1876", "HOUR": "15 h.", "NAME": "LEMPEREUR Edmond", "PLACE": "Oullins (Rhône)."}, "date": "2023-08-20T14:48:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9408	lepere-louis-1849-11-30	{"a4": "656"}	{"lerrcp": "A4-656"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Lepere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1849-11-30 01:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1849-11-30 01:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Lepere"}, "birth": {"tzo": "+00:09:24", "date": "1849-11-30 01:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1849-11-30 01:20:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-656"}, "ids-in-sources": {"a4": "656"}}, "raw": {"H": "1", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "30", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "656", "PRO": "P", "SEC": "40", "YEA": "1849", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9406	leofanti-adolphe-1838-06-10	{"a4": "654", "g55": "05-644"}	{"g55": "05-644", "lerrcp": "A4-654"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Leofanti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:42", "date": "1838-06-10 15:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1838-06-10 15:06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Leofanti"}, "birth": {"tzo": "-00:06:42", "date": "1838-06-10 15:00", "place": {"c2": "35", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1838-06-10 15:06:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-654"}, "ids-in-sources": {"a4": "654"}}, "raw": {"H": "15", "MN": "6", "TZ": "0", "COD": "35", "COU": "F", "DAY": "10", "LAT": "48N 7", "LON": "1W40", "MON": "6", "NUM": "654", "PRO": "P", "SEC": "40", "YEA": "1838", "CITY": "RENNES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-644"}, "ids-in-source": {"g55": "05-644"}}, "raw": {"DAY": "10-6-1838", "HOUR": "15 h.", "NAME": "LEOFANTI Adolphe Pierre", "PLACE": "Rennes (Ille-et-Vilaine)."}, "date": "2023-08-20T14:48:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9407	lepaulle-francois-1804-01-21	{"a4": "655", "g55": "05-646"}	{"g55": "05-646", "lerrcp": "A4-655"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Lepaulle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1804-01-21 10:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1804-01-21 09:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "François", "family": "Lepaulle"}, "birth": {"tzo": "+00:08:32", "date": "1804-01-21 10:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1804-01-21 09:51:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-655"}, "ids-in-sources": {"a4": "655"}}, "raw": {"H": "9", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "21", "LAT": "48N50", "LON": "2E 8", "MON": "1", "NUM": "655", "PRO": "P", "SEC": "28", "YEA": "1804", "CITY": "VERSAILLES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-646"}, "ids-in-source": {"g55": "05-646"}}, "raw": {"DAY": "21-1-1804", "HOUR": "10 h.", "NAME": "LEPAULLE Francois Gabr.", "PLACE": "Versailles (Seine-et-Oise)."}, "date": "2023-08-20T14:48:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9409	le-petit-alfred-1841-06-08	{"a4": "657", "g55": "05-647"}	{"g55": "05-647", "lerrcp": "A4-657"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Le Petit", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:01", "date": "1841-06-08 10:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.75587, "lat": 49.76985, "name": "Aumale", "geoid": 3036117}, "notime": null, "date-ut": "1841-06-08 09:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Le Petit"}, "birth": {"tzo": "+00:07:01", "date": "1841-06-08 10:00", "place": {"c2": "76", "cy": "FR", "lg": 1.75587, "lat": 49.76985, "name": "Aumale", "geoid": 3036117}, "date-ut": "1841-06-08 09:55:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-657"}, "ids-in-sources": {"a4": "657"}}, "raw": {"H": "9", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "8", "LAT": "49N26", "LON": "1E 5", "MON": "6", "NUM": "657", "PRO": "P", "SEC": "40", "YEA": "1841", "CITY": "AUMALE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-647"}, "ids-in-source": {"g55": "05-647"}}, "raw": {"DAY": "8-6-1841", "HOUR": "10 h.", "NAME": "LE PETIT Alfred", "PLACE": "Aumale (Seine-Inférieure)."}, "date": "2023-08-20T14:48:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9411	lepoittevin-louis-1847-05-22	{"a4": "659", "g55": "05-649"}	{"g55": "05-649", "lerrcp": "A4-659"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Lepoittevin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:20", "date": "1847-05-22 08:30", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.08333, "lat": 49.43333, "name": "La Neuville-Champ-d’Oisel", "geoid": 0}, "notime": null, "date-ut": "1847-05-22 08:25:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Lepoittevin"}, "birth": {"tzo": "+00:04:20", "date": "1847-05-22 08:30", "place": {"c2": "76", "cy": "FR", "lg": 1.08333, "lat": 49.43333, "name": "La Neuvillechamp", "geoid": 0}, "date-ut": "1847-05-22 08:25:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-659"}, "ids-in-sources": {"a4": "659"}}, "raw": {"H": "8", "MN": "25", "TZ": "0", "COD": "76", "COU": "F", "DAY": "22", "LAT": "49N26", "LON": "1E 5", "MON": "5", "NUM": "659", "PRO": "P", "SEC": "40", "YEA": "1847", "CITY": "LA NEUVILLECHAMP"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "La Neuville-Champ-d’Oisel"}}, "partial-ids": {"g55": "05-649"}, "ids-in-source": {"g55": "05-649"}}, "raw": {"DAY": "22-5-1847", "HOUR": "8 h. 30", "NAME": "LEPOITTEVIN .Louis", "PLACE": "La Neuville-Champ-d’Oisel (Seine-Inférieure)."}, "date": "2023-08-20T14:48:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9415	lerolle-henry-1848-10-04	{"a4": "663"}	{"lerrcp": "A4-663"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Lerolle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1848-10-04 03:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1848-10-04 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Lerolle"}, "birth": {"tzo": "+00:09:24", "date": "1848-10-04 03:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1848-10-04 02:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-663"}, "ids-in-sources": {"a4": "663"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "4", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "663", "PRO": "P", "SEC": "40", "YEA": "1848", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9416	leroux-louis-1833-09-28	{"a4": "664"}	{"lerrcp": "A4-664"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Leroux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1833-09-28 11:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1833-09-28 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Leroux"}, "birth": {"tzo": "+00:09:24", "date": "1833-09-28 11:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1833-09-28 10:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-664"}, "ids-in-sources": {"a4": "664"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "28", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "664", "PRO": "P", "SEC": "40", "YEA": "1833", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9418	leroux-marie-1814-04-25	{"a4": "666"}	{"lerrcp": "A4-666"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Leroux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1814-04-25 14:30", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1814-04-25 14:36:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Leroux"}, "birth": {"tzo": "-00:06:13", "date": "1814-04-25 14:30", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1814-04-25 14:36:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-666"}, "ids-in-sources": {"a4": "666"}}, "raw": {"H": "14", "MN": "36", "TZ": "0", "COD": "44", "COU": "F", "DAY": "25", "LAT": "47N13", "LON": "1W35", "MON": "4", "NUM": "666", "PRO": "P", "SEC": "20", "YEA": "1814", "CITY": "NANTES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9417	leroux-louis-1829-12-28	{"a4": "665", "g55": "05-652"}	{"g55": "05-652", "lerrcp": "A4-665"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Leroux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:32", "date": "1829-12-28 09:30", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.3829, "lat": 49.15964, "name": "Verdun", "geoid": 2969958}, "notime": null, "date-ut": "1829-12-28 09:09:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Leroux"}, "birth": {"tzo": "+00:21:32", "date": "1829-12-28 09:30", "place": {"c2": "55", "cy": "FR", "lg": 5.3829, "lat": 49.15964, "name": "Verdun", "geoid": 2969958}, "date-ut": "1829-12-28 09:09:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-665"}, "ids-in-sources": {"a4": "665"}}, "raw": {"H": "9", "MN": "9", "TZ": "0", "COD": "55", "COU": "F", "DAY": "28", "LAT": "48N46", "LON": "5E10", "MON": "12", "NUM": "665", "PRO": "P", "SEC": "20", "YEA": "1829", "CITY": "VERDUN"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-652"}, "ids-in-source": {"g55": "05-652"}}, "raw": {"DAY": "28-12-1829", "HOUR": "9 h. 30", "NAME": "LEROUX Louis Hector", "PLACE": "Verdun (Meuse)."}, "date": "2023-08-20T14:48:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9419	lesage-pierre-1872-08-20	{"a4": "667"}	{"lerrcp": "A4-667"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Lesage", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1872-08-20 02:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1872-08-20 02:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Lesage"}, "birth": {"tzo": "-00:06:13", "date": "1872-08-20 02:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1872-08-20 02:06:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-667"}, "ids-in-sources": {"a4": "667"}}, "raw": {"H": "2", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "20", "LAT": "47N13", "LON": "1W35", "MON": "8", "NUM": "667", "PRO": "P", "SEC": "20", "YEA": "1872", "CITY": "NANTES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9423	leullier-louis-1811-11-14	{"a4": "671"}	{"lerrcp": "A4-671"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Leullier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1811-11-14 15:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1811-11-14 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Leullier"}, "birth": {"tzo": "+00:09:24", "date": "1811-11-14 15:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1811-11-14 14:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-671"}, "ids-in-sources": {"a4": "671"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "14", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "671", "PRO": "P", "SEC": "40", "YEA": "1811", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9422	lessieux-ernest-1848-08-03	{"a4": "670", "g55": "05-654"}	{"g55": "05-654", "lerrcp": "A4-670"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Lessieux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:37", "date": "1848-08-03 07:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -1.15222, "lat": 46.16308, "name": "La Rochelle", "geoid": 3006787}, "notime": null, "date-ut": "1848-08-03 07:04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Lessieux"}, "birth": {"tzo": "-00:04:37", "date": "1848-08-03 07:00", "place": {"c2": "17", "cy": "FR", "lg": -1.15222, "lat": 46.16308, "name": "La Rochelle", "geoid": 3006787}, "date-ut": "1848-08-03 07:04:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-670"}, "ids-in-sources": {"a4": "670"}}, "raw": {"H": "7", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "3", "LAT": "46N 9", "LON": "1W10", "MON": "8", "NUM": "670", "PRO": "P", "SEC": "40", "YEA": "1848", "CITY": "LA ROCHELLE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-654"}, "ids-in-source": {"g55": "05-654"}}, "raw": {"DAY": "3-8-1848", "HOUR": "7 h.", "NAME": "LESSIEUX Ernest Louis", "PLACE": "La Rochelle (Charente-Maritime)."}, "date": "2023-08-20T14:48:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9425	levrel-rene-1900-03-12	{"a4": "673"}	{"lerrcp": "A4-673"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Levrel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-03-12 12:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1900-03-12 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "René", "family": "Levrel"}, "birth": {"tzo": "+00:09:21", "date": "1900-03-12 12:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1900-03-12 11:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-673"}, "ids-in-sources": {"a4": "673"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "44", "COU": "F", "DAY": "12", "LAT": "47N13", "LON": "1W35", "MON": "3", "NUM": "673", "PRO": "P", "SEC": "40", "YEA": "1900", "CITY": "NANTES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9424	leverd-rene-1872-02-05	{"a4": "672", "g55": "05-656"}	{"g55": "05-656", "lerrcp": "A4-672"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Leverd", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:09", "date": "1872-02-05 20:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.0382, "lat": 50.37349, "name": "Hesdin", "geoid": 3013365}, "notime": null, "date-ut": "1872-02-05 19:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "René", "family": "Leverd"}, "birth": {"tzo": "+00:08:09", "date": "1872-02-05 20:00", "place": {"c2": "62", "cy": "FR", "lg": 2.0382, "lat": 50.37349, "name": "Hesdin", "geoid": 3013365}, "date-ut": "1872-02-05 19:48:56"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-672"}, "ids-in-sources": {"a4": "672"}}, "raw": {"H": "19", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "5", "LAT": "50N18", "LON": "2E46", "MON": "2", "NUM": "672", "PRO": "P", "SEC": "56", "YEA": "1872", "CITY": "HESDIN"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-656"}, "ids-in-source": {"g55": "05-656"}}, "raw": {"DAY": "5-2-1872", "HOUR": "20 h.", "NAME": "LEVERD René", "PLACE": "Hesdin (Pas-de-Calais)."}, "date": "2023-08-20T14:48:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9428	leydet-victor-1861-07-23	{"a4": "676", "g55": "05-658"}	{"g55": "05-658", "lerrcp": "A4-676"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Leydet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:20", "date": "1861-07-23 08:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 43.95, "name": "L’Isle-sur-Sorgue", "geoid": 0}, "notime": null, "date-ut": "1861-07-23 07:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Leydet"}, "birth": {"tzo": "+00:19:20", "date": "1861-07-23 08:00", "place": {"c2": "84", "cy": "FR", "lg": 4.83333, "lat": 43.95, "name": "Lislessorgue", "geoid": 0}, "date-ut": "1861-07-23 07:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-676"}, "ids-in-sources": {"a4": "676"}}, "raw": {"H": "7", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "23", "LAT": "43N57", "LON": "4E50", "MON": "7", "NUM": "676", "PRO": "P", "SEC": "40", "YEA": "1861", "CITY": "LISLESSORGUE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "L’Isle-sur-Sorgue"}}, "partial-ids": {"g55": "05-658"}, "ids-in-source": {"g55": "05-658"}}, "raw": {"DAY": "23-7-1861", "HOUR": "8h.", "NAME": "LEYDET Victor", "PLACE": "L’Isle-sur-Sorgue (Vaucluse)."}, "date": "2023-08-20T14:48:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9430	lhote-andre-1885-07-05	{"a4": "678", "g55": "05-167"}	{"g55": "05-167", "lerrcp": "A4-678"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Lhote", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1885-07-05 21:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1885-07-05 21:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "André", "family": "Lhote"}, "birth": {"tzo": "-00:02:19", "date": "1885-07-05 21:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1885-07-05 21:57:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-678"}, "ids-in-sources": {"a4": "678"}}, "raw": {"H": "21", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "5", "LAT": "44N50", "LON": "0W34", "MON": "7", "NUM": "678", "PRO": "P", "SEC": "36", "YEA": "1885", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-167"}, "ids-in-source": {"g55": "05-167"}}, "raw": {"DAY": "5-7-1885", "HOUR": "22 h.", "NAME": "LHOTE André", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:48:40+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9432	lobbedez-charles-1825-06-10	{"a4": "680", "g55": "05-660"}	{"g55": "05-660", "lerrcp": "A4-680"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Lobbedez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1825-06-10 23:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1825-06-10 22:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Lobbedez"}, "birth": {"tzo": "+00:12:14", "date": "1825-06-10 23:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1825-06-10 22:47:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-680"}, "ids-in-sources": {"a4": "680"}}, "raw": {"H": "22", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "10", "LAT": "50N39", "LON": "3E 5", "MON": "6", "NUM": "680", "PRO": "P", "SEC": "40", "YEA": "1825", "CITY": "LILLE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-660"}, "ids-in-source": {"g55": "05-660"}}, "raw": {"DAY": "10-6-1825", "HOUR": "23 h.", "NAME": "LOBBEDEZ Charles August.", "PLACE": "Lille (Nord)."}, "date": "2023-08-20T14:48:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9434	lombard-jean-1895-03-08	{"a4": "682", "g55": "05-662"}	{"g55": "05-662", "lerrcp": "A4-682"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lombard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-03-08 02:30", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1895-03-08 02:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lombard"}, "birth": {"tzo": "+00:09:21", "date": "1895-03-08 02:30", "place": {"c2": "21", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1895-03-08 02:20:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-682"}, "ids-in-sources": {"a4": "682"}}, "raw": {"H": "2", "MN": "20", "TZ": "0", "COD": "21", "COU": "F", "DAY": "8", "LAT": "47N19", "LON": "5E 2", "MON": "3", "NUM": "682", "PRO": "P", "SEC": "40", "YEA": "1895", "CITY": "DIJON"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-662"}, "ids-in-source": {"g55": "05-662"}}, "raw": {"DAY": "8-3-1895", "HOUR": "2 h. 30", "NAME": "LOMBARD Jean", "PLACE": "Dijon (Côte-d’Or)."}, "date": "2023-08-20T14:48:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9437	lotin-de-laval-pierre-1810-09-19	{"a4": "685", "g55": "05-664"}	{"g55": "05-664", "lerrcp": "A4-685"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Lotin De Laval Pierre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01:40", "date": "1810-09-19 16:03:08", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": 0.41667, "lat": 49.01667, "name": "Orbec", "geoid": 2989445}, "notime": null, "date-ut": "1810-09-19 16:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Lotin De Laval Pierre"}, "birth": {"tzo": "+00:01:40", "date": "1810-09-19 16:03:08", "place": {"c2": "14", "cy": "FR", "lg": 0.41667, "lat": 49.01667, "name": "Orbec", "geoid": 2989445}, "date-ut": "1810-09-19 16:01:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-685"}, "ids-in-sources": {"a4": "685"}}, "raw": {"H": "16", "MN": "1", "TZ": "0", "COD": "14", "COU": "F", "DAY": "19", "LAT": "49N11", "LON": "0W22", "MON": "9", "NUM": "685", "PRO": "P", "SEC": "28", "YEA": "1810", "CITY": "ORBEC"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-664"}, "ids-in-source": {"g55": "05-664"}}, "raw": {"DAY": "19-9-1810", "HOUR": "16 h.", "NAME": "LOTIN de LAVAL Pierre Victor", "PLACE": "Orbec (Calvados)."}, "date": "2023-08-20T14:48:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9440	luminais-evariste-1821-10-13	{"a4": "688", "g55": "05-170"}	{"g55": "05-170", "lerrcp": "A4-688"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Evariste", "family": "Luminais", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1821-10-13 20:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1821-10-13 20:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Evariste", "family": "Luminais"}, "birth": {"tzo": "-00:06:13", "date": "1821-10-13 20:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1821-10-13 20:06:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-688"}, "ids-in-sources": {"a4": "688"}}, "raw": {"H": "20", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "13", "LAT": "47N13", "LON": "1W35", "MON": "10", "NUM": "688", "PRO": "P", "SEC": "20", "YEA": "1821", "CITY": "NANTES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-170"}, "ids-in-source": {"g55": "05-170"}}, "raw": {"DAY": "13-10-1821", "HOUR": "20 h.", "NAME": "LUMINAIS Evariste Vital", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:48:40+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9443	madelain-gustave-1867-07-28	{"a4": "691", "g55": "05-677"}	{"g55": "05-677", "lerrcp": "A4-691"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Madelain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:28", "date": "1867-07-28 08:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Charly", "geoid": 0}, "notime": null, "date-ut": "1867-07-28 07:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Madelain"}, "birth": {"tzo": "+00:14:28", "date": "1867-07-28 08:00", "place": {"c2": "02", "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Charly", "geoid": 0}, "date-ut": "1867-07-28 07:45:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-691"}, "ids-in-sources": {"a4": "691"}}, "raw": {"H": "7", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "28", "LAT": "49N34", "LON": "3E37", "MON": "7", "NUM": "691", "PRO": "P", "SEC": "32", "YEA": "1867", "CITY": "CHARLY"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Charly"}}, "partial-ids": {"g55": "05-677"}, "ids-in-source": {"g55": "05-677"}}, "raw": {"DAY": "28-7-1867", "HOUR": "8 h.", "NAME": "MADELAIN Gustave", "PLACE": "Charly (Aisne)."}, "date": "2023-08-20T14:48:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9446	magy-jules-1827-03-04	{"a4": "694", "g55": "05-666"}	{"g55": "05-666", "lerrcp": "A4-694"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Magy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:41", "date": "1827-03-04 01:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1827-03-04 00:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Magy"}, "birth": {"tzo": "+00:24:41", "date": "1827-03-04 01:00", "place": {"c2": "57", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1827-03-04 00:35:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-694"}, "ids-in-sources": {"a4": "694"}}, "raw": {"H": "0", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "4", "LAT": "49N 7", "LON": "6E11", "MON": "3", "NUM": "694", "PRO": "P", "SEC": "16", "YEA": "1827", "CITY": "METZ"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-666"}, "ids-in-source": {"g55": "05-666"}}, "raw": {"DAY": "4-3-1827", "HOUR": "1 h.", "NAME": "MAGY Jules Edouard (de)", "PLACE": "Metz (Moselle)."}, "date": "2023-08-20T14:48:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9445	maguet-richard-1896-03-08	{"a4": "693", "g55": "05-679"}	{"g55": "05-679", "lerrcp": "A4-693"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Maguet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1896-03-08 13:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1896-03-08 12:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Maguet"}, "birth": {"tzo": "+00:09:21", "date": "1896-03-08 13:00", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1896-03-08 12:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-693"}, "ids-in-sources": {"a4": "693"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "8", "LAT": "49N54", "LON": "2E18", "MON": "3", "NUM": "693", "PRO": "P", "SEC": "40", "YEA": "1896", "CITY": "AMIENS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-679"}, "ids-in-source": {"g55": "05-679"}}, "raw": {"DAY": "8-3-1896", "HOUR": "13 h.", "NAME": "MAGUET Richard", "PLACE": "Amiens (Somme)."}, "date": "2023-08-20T14:48:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9451	maillot-theodore-1826-07-30	{"a4": "699"}	{"lerrcp": "A4-699"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodore", "family": "Maillot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1826-07-30 23:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1826-07-30 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Theodore", "family": "Maillot"}, "birth": {"tzo": "+00:09:24", "date": "1826-07-30 23:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1826-07-30 22:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-699"}, "ids-in-sources": {"a4": "699"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "30", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "699", "PRO": "P", "SEC": "40", "YEA": "1826", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9452	mainssieux-lucien-1885-08-04	{"a4": "700", "g55": "05-174"}	{"g55": "05-174", "lerrcp": "A4-700"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Mainssieux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:21", "date": "1885-08-04 16:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.5856, "lat": 45.36471, "name": "Voiron", "geoid": 2967758}, "notime": null, "date-ut": "1885-08-04 15:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Mainssieux"}, "birth": {"tzo": "+00:22:21", "date": "1885-08-04 16:00", "place": {"c2": "38", "cy": "FR", "lg": 5.5856, "lat": 45.36471, "name": "Voiron", "geoid": 2967758}, "date-ut": "1885-08-04 15:37:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-700"}, "ids-in-sources": {"a4": "700"}}, "raw": {"H": "15", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "4", "LAT": "45N11", "LON": "5E43", "MON": "8", "NUM": "700", "PRO": "P", "SEC": "8", "YEA": "1885", "CITY": "VOIRON"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-174"}, "ids-in-source": {"g55": "05-174"}}, "raw": {"DAY": "4-8-1885", "HOUR": "16 h.", "NAME": "MAINSSIEUX Lucien", "PLACE": "Voiron (Isère)."}, "date": "2023-08-20T14:48:40+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9453	maison-pierre-1814-07-14	{"a4": "701", "g55": "05-669"}	{"g55": "05-669", "lerrcp": "A4-701"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Maison", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:20", "date": "1814-07-14 11:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "Les Riceys", "geoid": 0}, "notime": null, "date-ut": "1814-07-14 10:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Maison"}, "birth": {"tzo": "+00:16:20", "date": "1814-07-14 11:00", "place": {"c2": "10", "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "Lesriceys", "geoid": 0}, "date-ut": "1814-07-14 10:43:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-701"}, "ids-in-sources": {"a4": "701"}}, "raw": {"H": "10", "MN": "43", "TZ": "0", "COD": "10", "COU": "F", "DAY": "14", "LAT": "48N18", "LON": "4E 5", "MON": "7", "NUM": "701", "PRO": "P", "SEC": "40", "YEA": "1814", "CITY": "LESRICEYS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Les Riceys"}}, "partial-ids": {"g55": "05-669"}, "ids-in-source": {"g55": "05-669"}}, "raw": {"DAY": "14-7-1814", "HOUR": "11 h.", "NAME": "MAISON Pierre Eugène", "PLACE": "Les Riceys (Aube)."}, "date": "2023-08-20T14:48:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9457	manessier-alfred-1911-12-05	{"a4": "705", "g55": "05-175"}	{"g55": "05-175", "lerrcp": "A4-705"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Manessier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-12-05 13:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Saint-Ouen", "geoid": 0}, "notime": null, "date-ut": "1911-12-05 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Manessier"}, "birth": {"tzo": "+00:00", "date": "1911-12-05 13:00", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Stouen", "geoid": 0}, "date-ut": "1911-12-05 13:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-705"}, "ids-in-sources": {"a4": "705"}}, "raw": {"H": "13", "MN": "0", "TZ": "0", "COD": "80", "COU": "F", "DAY": "5", "LAT": "49N54", "LON": "2E18", "MON": "12", "NUM": "705", "PRO": "P", "SEC": "0", "YEA": "1911", "CITY": "STOUEN"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Ouen"}}, "partial-ids": {"g55": "05-175"}, "ids-in-source": {"g55": "05-175"}}, "raw": {"DAY": "5-12-1911", "HOUR": "13 h.", "NAME": "MANESSIER Alfred", "PLACE": "Saint-Ouen (Somme)."}, "date": "2023-08-20T14:48:40+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9455	malfroy-henry-1895-01-15	{"a4": "703", "g55": "05-671"}	{"g55": "05-671", "lerrcp": "A4-703"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Malfroy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-01-15 01:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Les Martigues", "geoid": 0}, "notime": null, "date-ut": "1895-01-15 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Malfroy"}, "birth": {"tzo": "+00:09:21", "date": "1895-01-15 01:00", "place": {"c2": "13", "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Lesmartigues", "geoid": 0}, "date-ut": "1895-01-15 00:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-703"}, "ids-in-sources": {"a4": "703"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "13", "COU": "F", "DAY": "15", "LAT": "43N18", "LON": "5E22", "MON": "1", "NUM": "703", "PRO": "P", "SEC": "40", "YEA": "1895", "CITY": "LESMARTIGUES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Les Martigues"}}, "partial-ids": {"g55": "05-671"}, "ids-in-source": {"g55": "05-671"}}, "raw": {"DAY": "15-1-1895", "HOUR": "1 h.", "NAME": "MALFROY Henry", "PLACE": "Les Martigues (Bouches-du-Rhône)."}, "date": "2023-08-20T14:48:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9460	mansson-theodore-1811-07-10	{"a4": "708"}	{"lerrcp": "A4-708"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodore", "family": "Mansson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:24", "date": "1811-07-10 06:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1811-07-10 05:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Theodore", "family": "Mansson"}, "birth": {"tzo": "+00:04:24", "date": "1811-07-10 06:00", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1811-07-10 05:55:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-708"}, "ids-in-sources": {"a4": "708"}}, "raw": {"H": "5", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "10", "LAT": "49N26", "LON": "1E 5", "MON": "7", "NUM": "708", "PRO": "P", "SEC": "40", "YEA": "1811", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9462	marchal-charles-1825-04-10	{"a4": "710"}	{"lerrcp": "A4-710"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Marchal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1825-04-10 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1825-04-10 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Marchal"}, "birth": {"tzo": "+00:09:24", "date": "1825-04-10 05:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1825-04-10 04:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-710"}, "ids-in-sources": {"a4": "710"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "10", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "710", "PRO": "P", "SEC": "40", "YEA": "1825", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9459	mange-joseph-1866-10-10	{"a4": "707", "g55": "05-673"}	{"g55": "05-673", "lerrcp": "A4-707"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Mange", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:43", "date": "1866-10-10 10:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1866-10-10 09:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Mange"}, "birth": {"tzo": "+00:23:43", "date": "1866-10-10 10:00", "place": {"c2": "83", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1866-10-10 09:34:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-707"}, "ids-in-sources": {"a4": "707"}}, "raw": {"H": "9", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "10", "LAT": "43N32", "LON": "6E28", "MON": "10", "NUM": "707", "PRO": "P", "SEC": "8", "YEA": "1866", "CITY": "TOULON"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-673"}, "ids-in-source": {"g55": "05-673"}}, "raw": {"DAY": "10-10-1866", "HOUR": "10 h.", "NAME": "MANGE Joseph Julien", "PLACE": "Toulon (Var)."}, "date": "2023-08-20T14:48:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9464	marchand-jean-1828-12-02	{"a4": "712", "g55": "05-675"}	{"g55": "05-675", "lerrcp": "A4-712"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Marchand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:57", "date": "1828-12-02 08:00", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 1.48925, "lat": 48.44685, "name": "Chartres", "geoid": 3026467}, "notime": null, "date-ut": "1828-12-02 07:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Marchand"}, "birth": {"tzo": "+00:05:57", "date": "1828-12-02 08:00", "place": {"c2": "28", "cy": "FR", "lg": 1.48925, "lat": 48.44685, "name": "Chartres", "geoid": 3026467}, "date-ut": "1828-12-02 07:54"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-712"}, "ids-in-sources": {"a4": "712"}}, "raw": {"H": "7", "MN": "54", "TZ": "0", "COD": "28", "COU": "F", "DAY": "2", "LAT": "48N27", "LON": "1E30", "MON": "12", "NUM": "712", "PRO": "P", "SEC": "0", "YEA": "1828", "CITY": "CHARTRES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-675"}, "ids-in-source": {"g55": "05-675"}}, "raw": {"DAY": "2-12-1828", "HOUR": "8 h.", "NAME": "MARCHAND Jean Albert", "PLACE": "Chartres (Eure-et-Loire)."}, "date": "2023-08-20T14:48:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9467	marcotte-marie-1867-05-31	{"a4": "715", "g55": "05-681"}	{"g55": "05-681", "lerrcp": "A4-715"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Marcotte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:20", "date": "1867-05-31 11:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "notime": null, "date-ut": "1867-05-31 10:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Marcotte"}, "birth": {"tzo": "+00:16:20", "date": "1867-05-31 11:00", "place": {"c2": "10", "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "date-ut": "1867-05-31 10:43:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-715"}, "ids-in-sources": {"a4": "715"}}, "raw": {"H": "10", "MN": "43", "TZ": "0", "COD": "10", "COU": "F", "DAY": "31", "LAT": "48N18", "LON": "4E 5", "MON": "5", "NUM": "715", "PRO": "P", "SEC": "40", "YEA": "1867", "CITY": "TROYES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-681"}, "ids-in-source": {"g55": "05-681"}}, "raw": {"DAY": "31-5-1867", "HOUR": "11 h.", "NAME": "MARCOTTE Marie-Antoinetie", "PLACE": "Troyes (Aube)."}, "date": "2023-08-20T14:48:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9471	margantin-louis-1900-04-04	{"a4": "719", "g55": "05-685"}	{"g55": "05-685", "lerrcp": "A4-719"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Margantin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-04-04 23:00", "note": null, "place": {"c1": null, "c2": "53", "c3": null, "cy": "FR", "lg": -0.77019, "lat": 48.07247, "name": "Laval", "geoid": 3005866}, "notime": null, "date-ut": "1900-04-04 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Margantin"}, "birth": {"tzo": "+00:09:21", "date": "1900-04-04 23:00", "place": {"c2": "53", "cy": "FR", "lg": -0.77019, "lat": 48.07247, "name": "Laval", "geoid": 3005866}, "date-ut": "1900-04-04 22:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-719"}, "ids-in-sources": {"a4": "719"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "53", "COU": "F", "DAY": "4", "LAT": "48N 4", "LON": "0W45", "MON": "4", "NUM": "719", "PRO": "P", "SEC": "40", "YEA": "1900", "CITY": "LAVAL"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-685"}, "ids-in-source": {"g55": "05-685"}}, "raw": {"DAY": "4-4-1900", "HOUR": "23 h.", "NAME": "MARGANTIN Louis André", "PLACE": "Laval (Mayenne)."}, "date": "2023-08-20T14:48:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9473	marie-adrien-emmanu-1848-10-19	{"a4": "721", "g55": "05-687"}	{"g55": "05-687", "lerrcp": "A4-721"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrien Emmanu.", "family": "Marie", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:44", "date": "1848-10-19 13:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly-sur-Seine", "geoid": 0}, "notime": null, "date-ut": "1848-10-19 12:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-721"}, "birth": {"tzo": "+00:08:44", "date": "1848-10-19 13:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly", "geoid": 0}, "date-ut": "1848-10-19 12:51:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-721"}, "ids-in-sources": {"a4": "721"}}, "raw": {"H": "12", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "19", "LAT": "48N50", "LON": "2E11", "MON": "10", "NUM": "721", "PRO": "P", "SEC": "16", "YEA": "1848", "CITY": "NEUILLY"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Adrien Emmanu.", "family": "Marie", "nobility": ""}, "slug": "marie-adrien-emmanu-1848-10-19", "birth": {"place": {"name": "Neuilly-sur-Seine"}}, "partial-ids": {"g55": "05-687"}, "ids-in-source": {"g55": "05-687"}}, "raw": {"DAY": "19-10-1848", "HOUR": "13 h.", "NAME": "MARIE Adrien Emmanu.", "PLACE": "Neuilly-sur-Seine (Seine)."}, "date": "2023-08-20T14:48:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9478	marquet-de-vasselot-anatole-1840-06-16	{"a4": "726"}	{"lerrcp": "A4-726"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Marquet De Vasselot Anatole", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1840-06-16 03:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1840-06-16 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Marquet De Vasselot Anatole"}, "birth": {"tzo": "+00:09:24", "date": "1840-06-16 03:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1840-06-16 02:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-726"}, "ids-in-sources": {"a4": "726"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "16", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "726", "PRO": "P", "SEC": "40", "YEA": "1840", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9477	marquet-pierre-1875-03-27	{"a4": "725", "g55": "05-179"}	{"g55": "05-179", "lerrcp": "A4-725"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Marquet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1875-03-27 07:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1875-03-27 07:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Marquet"}, "birth": {"tzo": "-00:02:19", "date": "1875-03-27 07:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1875-03-27 07:57:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-725"}, "ids-in-sources": {"a4": "725"}}, "raw": {"H": "7", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "27", "LAT": "44N50", "LON": "0W34", "MON": "3", "NUM": "725", "PRO": "P", "SEC": "36", "YEA": "1875", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-179"}, "ids-in-source": {"g55": "05-179"}}, "raw": {"DAY": "27-3-1875", "HOUR": "8 h.", "NAME": "MARQUET Pierre Albert", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:48:40+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9476	maroniez-georges-1865-01-17	{"a4": "724", "g55": "05-690"}	{"g55": "05-690", "lerrcp": "A4-724"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Maroniez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:19", "date": "1865-01-17 01:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "notime": null, "date-ut": "1865-01-17 00:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Maroniez"}, "birth": {"tzo": "+00:12:19", "date": "1865-01-17 01:00", "place": {"c2": "59", "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "date-ut": "1865-01-17 00:47:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-724"}, "ids-in-sources": {"a4": "724"}}, "raw": {"H": "0", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "17", "LAT": "50N39", "LON": "3E 5", "MON": "1", "NUM": "724", "PRO": "P", "SEC": "40", "YEA": "1865", "CITY": "DOUAI"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-690"}, "ids-in-source": {"g55": "05-690"}}, "raw": {"DAY": "17-1-1865", "HOUR": "1 h.", "NAME": "MARONIEZ Georges Philib.", "PLACE": "Douai (Nord)."}, "date": "2023-08-20T14:48:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9480	martin-charles-1844-06-02	{"a4": "728", "g55": "05-692"}	{"g55": "05-692", "lerrcp": "A4-728"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Martin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:44", "date": "1844-06-02 08:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly-sur-Seine", "geoid": 0}, "notime": null, "date-ut": "1844-06-02 07:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Martin"}, "birth": {"tzo": "+00:08:44", "date": "1844-06-02 08:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly", "geoid": 0}, "date-ut": "1844-06-02 07:51:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-728"}, "ids-in-sources": {"a4": "728"}}, "raw": {"H": "7", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E11", "MON": "6", "NUM": "728", "PRO": "P", "SEC": "16", "YEA": "1844", "CITY": "NEUILLY"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Neuilly-sur-Seine"}}, "partial-ids": {"g55": "05-692"}, "ids-in-source": {"g55": "05-692"}}, "raw": {"DAY": "2-6-1844", "HOUR": "8 h.", "NAME": "MARTIN Charles-Marie", "PLACE": "Neuilly-sur-Seine (Seine)."}, "date": "2023-08-20T14:48:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9483	martin-ferriere-jac-1893-08-06	{"a4": "731", "g55": "05-694"}	{"g55": "05-694", "lerrcp": "A4-731"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jac", "family": "Martin-Ferriere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1893-08-06 03:00", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 43.91667, "name": "Saint-Paul", "geoid": 0}, "notime": null, "date-ut": "1893-08-06 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jac", "family": "Martin-Ferriere"}, "birth": {"tzo": "+00:09:21", "date": "1893-08-06 03:00", "place": {"c2": "81", "cy": "FR", "lg": 2.13333, "lat": 43.91667, "name": "Saintpaul", "geoid": 0}, "date-ut": "1893-08-06 02:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-731"}, "ids-in-sources": {"a4": "731"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "81", "COU": "F", "DAY": "6", "LAT": "43N55", "LON": "2E 8", "MON": "8", "NUM": "731", "PRO": "P", "SEC": "40", "YEA": "1893", "CITY": "SAINTPAUL"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Paul"}}, "partial-ids": {"g55": "05-694"}, "ids-in-source": {"g55": "05-694"}}, "raw": {"DAY": "6-8-1893", "HOUR": "3 h.", "NAME": "MARTIN-FERRIERE Jac", "PLACE": "Saint-Paul (Tarn)."}, "date": "2023-08-20T14:48:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9485	marvy-louis-gerv-1815-05-15	{"a4": "733", "g55": "05-696"}	{"g55": "05-696", "lerrcp": "A4-733"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis Gerv.", "family": "Marvy", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1815-05-15 05:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Jouy-en-Josas", "geoid": 0}, "notime": null, "date-ut": "1815-05-15 04:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-733"}, "birth": {"tzo": "+00:08:32", "date": "1815-05-15 05:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Jouyenjosas", "geoid": 0}, "date-ut": "1815-05-15 04:51:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-733"}, "ids-in-sources": {"a4": "733"}}, "raw": {"H": "4", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "15", "LAT": "48N50", "LON": "2E 8", "MON": "5", "NUM": "733", "PRO": "P", "SEC": "28", "YEA": "1815", "CITY": "JOUYENJOSAS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Louis Gerv.", "family": "Marvy", "nobility": ""}, "slug": "marvy-louis-gerv-1815-05-15", "birth": {"place": {"name": "Jouy-en-Josas"}}, "partial-ids": {"g55": "05-696"}, "ids-in-source": {"g55": "05-696"}}, "raw": {"DAY": "15-5-1815", "HOUR": "5 h.", "NAME": "MARVY Louis Gerv.", "PLACE": "Jouy-en-Josas (Seine)."}, "date": "2023-08-20T14:48:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9487	mascart-paul-1874-04-18	{"a4": "735", "g55": "05-698"}	{"g55": "05-698", "lerrcp": "A4-735"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Mascart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1874-04-18 19:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Condé-sur-l’Escaut", "geoid": 0}, "notime": null, "date-ut": "1874-04-18 18:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Mascart"}, "birth": {"tzo": "+00:12:20", "date": "1874-04-18 19:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Condeslescaut", "geoid": 0}, "date-ut": "1874-04-18 18:47:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-735"}, "ids-in-sources": {"a4": "735"}}, "raw": {"H": "18", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "18", "LAT": "50N39", "LON": "3E 5", "MON": "4", "NUM": "735", "PRO": "P", "SEC": "40", "YEA": "1874", "CITY": "CONDESLESCAUT"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Condé-sur-l’Escaut"}}, "partial-ids": {"g55": "05-698"}, "ids-in-source": {"g55": "05-698"}}, "raw": {"DAY": "18-4-1874", "HOUR": "19 h.", "NAME": "MASCART Paul Edmond", "PLACE": "Condé-sur-l’Escaut (Nord)."}, "date": "2023-08-20T14:48:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9491	mathey-paul-1844-11-14	{"a4": "739"}	{"lerrcp": "A4-739"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Mathey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1844-11-14 11:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1844-11-14 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Mathey"}, "birth": {"tzo": "+00:09:24", "date": "1844-11-14 11:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1844-11-14 10:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-739"}, "ids-in-sources": {"a4": "739"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "14", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "739", "PRO": "P", "SEC": "40", "YEA": "1844", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9490	masure-jules-1819-03-17	{"a4": "738", "g55": "05-700"}	{"g55": "05-700", "lerrcp": "A4-738"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Masure", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:08", "date": "1819-03-17 02:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.53262, "lat": 49.34261, "name": "Braine", "geoid": 3030604}, "notime": null, "date-ut": "1819-03-17 01:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Masure"}, "birth": {"tzo": "+00:14:08", "date": "1819-03-17 02:00", "place": {"c2": "02", "cy": "FR", "lg": 3.53262, "lat": 49.34261, "name": "Braine", "geoid": 3030604}, "date-ut": "1819-03-17 01:45:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-738"}, "ids-in-sources": {"a4": "738"}}, "raw": {"H": "1", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "17", "LAT": "49N34", "LON": "3E37", "MON": "3", "NUM": "738", "PRO": "P", "SEC": "32", "YEA": "1819", "CITY": "BRAINE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-700"}, "ids-in-source": {"g55": "05-700"}}, "raw": {"DAY": "17-3-1819", "HOUR": "2 h.", "NAME": "MASURE Jules", "PLACE": "Braine (Aisne)."}, "date": "2023-08-20T14:48:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9493	matisse-auguste-1866-05-22	{"a4": "741", "g55": "05-702"}	{"g55": "05-702", "lerrcp": "A4-741"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Matisse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:38", "date": "1866-05-22 19:30", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.159, "lat": 46.98956, "name": "Nevers", "geoid": 2990474}, "notime": null, "date-ut": "1866-05-22 19:17:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Matisse"}, "birth": {"tzo": "+00:12:38", "date": "1866-05-22 19:30", "place": {"c2": "58", "cy": "FR", "lg": 3.159, "lat": 46.98956, "name": "Nevers", "geoid": 2990474}, "date-ut": "1866-05-22 19:17:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-741"}, "ids-in-sources": {"a4": "741"}}, "raw": {"H": "19", "MN": "17", "TZ": "0", "COD": "58", "COU": "F", "DAY": "22", "LAT": "46N59", "LON": "3E 9", "MON": "5", "NUM": "741", "PRO": "P", "SEC": "24", "YEA": "1866", "CITY": "NEVERS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-702"}, "ids-in-source": {"g55": "05-702"}}, "raw": {"DAY": "22-5-1866", "HOUR": "19 h. 30", "NAME": "MATISSE Auguste Phil.", "PLACE": "Nevers (Nièvre)."}, "date": "2023-08-20T14:48:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9496	maufra-maxime-1861-05-17	{"a4": "744", "g55": "05-183"}	{"g55": "05-183", "lerrcp": "A4-744"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maxime", "family": "Maufra", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1861-05-17 06:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1861-05-17 06:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Maxime", "family": "Maufra"}, "birth": {"tzo": "-00:06:13", "date": "1861-05-17 06:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1861-05-17 06:06:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-744"}, "ids-in-sources": {"a4": "744"}}, "raw": {"H": "6", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "17", "LAT": "47N13", "LON": "1W35", "MON": "5", "NUM": "744", "PRO": "P", "SEC": "20", "YEA": "1861", "CITY": "NANTES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-183"}, "ids-in-source": {"g55": "05-183"}}, "raw": {"DAY": "17-5-1861", "HOUR": "6 h.", "NAME": "MAUFRA Maxime Emile", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:48:40+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9495	mattio-laurent-1892-09-29	{"a4": "743", "g55": "05-703"}	{"g55": "05-703", "lerrcp": "A4-743"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Laurent", "family": "Mattio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1892-09-29 19:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1892-09-29 18:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Laurent", "family": "Mattio"}, "birth": {"tzo": "+00:09:21", "date": "1892-09-29 19:00", "place": {"c2": "83", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1892-09-29 18:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-743"}, "ids-in-sources": {"a4": "743"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "83", "COU": "F", "DAY": "29", "LAT": "43N32", "LON": "6E28", "MON": "9", "NUM": "743", "PRO": "P", "SEC": "40", "YEA": "1892", "CITY": "TOULON"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-703"}, "ids-in-source": {"g55": "05-703"}}, "raw": {"DAY": "29-9-1892", "HOUR": "19 h.", "NAME": "MATTIO Laurent Mari.", "PLACE": "Toulon (Var)."}, "date": "2023-08-20T14:48:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9499	maxence-edgard-1871-09-17	{"a4": "747"}	{"lerrcp": "A4-747"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edgard", "family": "Maxence", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1871-09-17 15:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1871-09-17 15:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edgard", "family": "Maxence"}, "birth": {"tzo": "-00:06:13", "date": "1871-09-17 15:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1871-09-17 15:06:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-747"}, "ids-in-sources": {"a4": "747"}}, "raw": {"H": "15", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "17", "LAT": "47N13", "LON": "1W35", "MON": "9", "NUM": "747", "PRO": "P", "SEC": "20", "YEA": "1871", "CITY": "NANTES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9501	mazo-maurice-1901-02-12	{"a4": "749", "g55": "05-705"}	{"g55": "05-705", "lerrcp": "A4-749"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Mazo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 0.08918, "lat": 35.93115, "name": "Mostaganem", "geoid": 2487134}, "notime": null, "date-ut": "1901-02-12 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Mazo"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 0.08918, "lat": 35.93115, "name": "Mostaganem", "geoid": 2487134}, "date-ut": "1901-02-12 10:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-749"}, "ids-in-sources": {"a4": "749"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "12", "LAT": "35N50", "LON": "0W 0", "MON": "2", "NUM": "749", "PRO": "P", "SEC": "40", "YEA": "1901", "CITY": "MOSTAGANEM"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-705"}, "ids-in-source": {"g55": "05-705"}}, "raw": {"DAY": "12-2-1901", "HOUR": "11 h.", "NAME": "MAZO Maurice Jean", "PLACE": "Mostaganem (Algérie)."}, "date": "2023-08-20T14:48:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9503	meheut-mathurin-1882-05-21	{"a4": "751", "g55": "05-707"}	{"g55": "05-707", "lerrcp": "A4-751"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mathurin", "family": "Meheut", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:10:04", "date": "1882-05-21 14:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -2.51781, "lat": 48.46808, "name": "Lamballe", "geoid": 3008225}, "notime": null, "date-ut": "1882-05-21 14:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Mathurin", "family": "Meheut"}, "birth": {"tzo": "-00:10:04", "date": "1882-05-21 14:00", "place": {"c2": "22", "cy": "FR", "lg": -2.51781, "lat": 48.46808, "name": "Lamballe", "geoid": 3008225}, "date-ut": "1882-05-21 14:11"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-751"}, "ids-in-sources": {"a4": "751"}}, "raw": {"H": "14", "MN": "11", "TZ": "0", "COD": "22", "COU": "F", "DAY": "21", "LAT": "48N31", "LON": "2W45", "MON": "5", "NUM": "751", "PRO": "P", "SEC": "0", "YEA": "1882", "CITY": "LAMBALLE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-707"}, "ids-in-source": {"g55": "05-707"}}, "raw": {"DAY": "21-5-1882", "HOUR": "14 h.", "NAME": "MEHEUT Mathurin", "PLACE": "Lamballe (Côtes-du-Nord)."}, "date": "2023-08-20T14:48:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
17967	carven-carmen-tommaso-1909-08-31	{"e1": "335"}	{"lerrcp": "E1-335"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carmen (TOMMASO)", "family": "Carven", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-08-31 22:00", "note": null, "place": {"c1": null, "c2": "86", "c3": "", "cy": "FR", "lg": 0.54518, "lat": 46.81705, "name": "Châtellerault", "geoid": 3026141}, "notime": null, "date-ut": "1909-08-31 21:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Carmen (TOMMASO)", "family": "Carven"}, "birth": {"tzo": "+00:09", "date": "1909-08-31 22:00", "place": {"c2": "86", "c3": "", "cy": "FR", "lg": 0.54518, "lat": 46.81705, "name": "Châtellerault", "geoid": 3026141}, "date-ut": "1909-08-31 21:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "335"}}, "raw": {"H": "22:00", "COD": "86", "DAY": "31", "MON": "08", "NUM": "0335", "PRO": "EX", "YEA": "1909", "CITY": "Chatellerault", "NAME": "CARVEN Carmen (TOMMASO)", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
9506	melingue-lucien-1841-12-18	{"a4": "754"}	{"lerrcp": "A4-754"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Melingue", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1841-12-18 20:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1841-12-18 19:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Melingue"}, "birth": {"tzo": "+00:09:24", "date": "1841-12-18 20:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1841-12-18 19:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-754"}, "ids-in-sources": {"a4": "754"}}, "raw": {"H": "19", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "18", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "754", "PRO": "P", "SEC": "40", "YEA": "1841", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9507	mennessier-auguste-1803-08-17	{"a4": "755", "g55": "05-709"}	{"g55": "05-709", "lerrcp": "A4-755"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Mennessier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1803-08-17 01:14:56", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1803-08-17 00:50:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Mennessier"}, "birth": {"tzo": "+00:24:44", "date": "1803-08-17 01:14:56", "place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1803-08-17 00:50:12"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-755"}, "ids-in-sources": {"a4": "755"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "54", "COU": "F", "DAY": "17", "LAT": "48N42", "LON": "6E12", "MON": "8", "NUM": "755", "PRO": "P", "SEC": "12", "YEA": "1803", "CITY": "NANCY"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-709"}, "ids-in-source": {"g55": "05-709"}}, "raw": {"DAY": "17-8-1803", "HOUR": "1 h. 15", "NAME": "\\fMENNESSIER Auguste Domi.", "PLACE": "Nancy (M.-et-M.)."}, "date": "2023-08-20T14:48:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9511	merson-luc-1846-05-21	{"a4": "759"}	{"lerrcp": "A4-759"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luc", "family": "Merson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1846-05-21 19:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1846-05-21 18:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Luc", "family": "Merson"}, "birth": {"tzo": "+00:09:24", "date": "1846-05-21 19:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1846-05-21 18:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-759"}, "ids-in-sources": {"a4": "759"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "21", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "759", "PRO": "P", "SEC": "40", "YEA": "1846", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9513	mettling-louis-1845-12-07	{"a4": "761"}	{"lerrcp": "A4-761"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Mettling", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:04", "date": "1845-12-07 07:30", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1845-12-07 07:09:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Mettling"}, "birth": {"tzo": "+00:20:04", "date": "1845-12-07 07:30", "place": {"c2": "21", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1845-12-07 07:09:52"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-761"}, "ids-in-sources": {"a4": "761"}}, "raw": {"H": "7", "MN": "9", "TZ": "0", "COD": "21", "COU": "F", "DAY": "7", "LAT": "47N19", "LON": "5E 2", "MON": "12", "NUM": "761", "PRO": "P", "SEC": "52", "YEA": "1845", "CITY": "DIJON"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9512	mesle-joseph-1855-01-25	{"a4": "760", "g55": "05-713"}	{"g55": "05-713", "lerrcp": "A4-760"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Mesle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:40", "date": "1855-01-25 11:15", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Saint-Servan", "geoid": 0}, "notime": null, "date-ut": "1855-01-25 11:21:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Mesle"}, "birth": {"tzo": "-00:06:40", "date": "1855-01-25 11:15", "place": {"c2": "35", "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Saint-Servan", "geoid": 0}, "date-ut": "1855-01-25 11:21:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-760"}, "ids-in-sources": {"a4": "760"}}, "raw": {"H": "11", "MN": "21", "TZ": "0", "COD": "35", "COU": "F", "DAY": "25", "LAT": "48N 7", "LON": "1W40", "MON": "1", "NUM": "760", "PRO": "P", "SEC": "40", "YEA": "1855", "CITY": "ST-SERVAN"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Servan"}}, "partial-ids": {"g55": "05-713"}, "ids-in-source": {"g55": "05-713"}}, "raw": {"DAY": "25-1-1855", "HOUR": "11 h. 15", "NAME": "MESLE Joseph Paul", "PLACE": "Saint-Servan (Ille-et-Vilaine)."}, "date": "2023-08-20T14:48:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9515	meuret-francois-1800-03-03	{"a4": "763"}	{"lerrcp": "A4-763"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Meuret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1800-03-03 17:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1800-03-03 17:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "François", "family": "Meuret"}, "birth": {"tzo": "-00:06:13", "date": "1800-03-03 17:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1800-03-03 17:06:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-763"}, "ids-in-sources": {"a4": "763"}}, "raw": {"H": "17", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "3", "LAT": "47N13", "LON": "1W35", "MON": "3", "NUM": "763", "PRO": "P", "SEC": "20", "YEA": "1800", "CITY": "NANTES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9516	michallon-achille-1796-10-22	{"a4": "764"}	{"lerrcp": "A4-764"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Achille", "family": "Michallon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1796-10-22 23:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1796-10-22 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Achille", "family": "Michallon"}, "birth": {"tzo": "+00:09:24", "date": "1796-10-22 23:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1796-10-22 22:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-764"}, "ids-in-sources": {"a4": "764"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "22", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "764", "PRO": "P", "SEC": "40", "YEA": "1796", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9517	michau-raoul-1897-05-12	{"a4": "765", "g55": "05-714"}	{"g55": "05-714", "lerrcp": "A4-765"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raoul", "family": "Michau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1897-05-12 16:00", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "notime": null, "date-ut": "1897-05-12 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Raoul", "family": "Michau"}, "birth": {"tzo": "+00:09:21", "date": "1897-05-12 16:00", "place": {"c2": "37", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "date-ut": "1897-05-12 15:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-765"}, "ids-in-sources": {"a4": "765"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "37", "COU": "F", "DAY": "12", "LAT": "47N24", "LON": "0E42", "MON": "5", "NUM": "765", "PRO": "P", "SEC": "40", "YEA": "1897", "CITY": "TOURS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-714"}, "ids-in-source": {"g55": "05-714"}}, "raw": {"DAY": "12-5-1897", "HOUR": "16 h.", "NAME": "MICHAU Raoul", "PLACE": "Tours (Indre-et-Loire)."}, "date": "2023-08-20T14:48:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9519	michel-ernest-1833-07-30	{"a4": "767", "g55": "05-716"}	{"g55": "05-716", "lerrcp": "A4-767"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Michel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1833-07-30 07:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1833-07-30 06:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Michel"}, "birth": {"tzo": "+00:15:30", "date": "1833-07-30 07:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1833-07-30 06:44:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-767"}, "ids-in-sources": {"a4": "767"}}, "raw": {"H": "6", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "30", "LAT": "43N37", "LON": "3E53", "MON": "7", "NUM": "767", "PRO": "P", "SEC": "28", "YEA": "1833", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-716"}, "ids-in-source": {"g55": "05-716"}}, "raw": {"DAY": "30-7-1833", "HOUR": "7 h.", "NAME": "MICHEL Ernest Barth.", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:48:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9521	mignon-jules-1875-05-03	{"a4": "769", "g55": "05-718"}	{"g55": "05-718", "lerrcp": "A4-769"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Mignon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:12", "date": "1875-05-03 06:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "notime": null, "date-ut": "1875-05-03 06:02:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Mignon"}, "birth": {"tzo": "-00:02:12", "date": "1875-05-03 06:00", "place": {"c2": "49", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "date-ut": "1875-05-03 06:02:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-769"}, "ids-in-sources": {"a4": "769"}}, "raw": {"H": "6", "MN": "2", "TZ": "0", "COD": "49", "COU": "F", "DAY": "3", "LAT": "47N28", "LON": "0W32", "MON": "5", "NUM": "769", "PRO": "P", "SEC": "8", "YEA": "1875", "CITY": "ANGERS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-718"}, "ids-in-source": {"g55": "05-718"}}, "raw": {"DAY": "3-5-1875", "HOUR": "6 h.", "NAME": "MIGNON Jules Albert", "PLACE": "Angers (Maine-et-Loire)."}, "date": "2023-08-20T14:48:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9525	milliere-maurice-1871-12-12	{"a4": "773", "g55": "05-720"}	{"g55": "05-720", "lerrcp": "A4-773"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Milliere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:26", "date": "1871-12-12 00:56:06", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1871-12-12 00:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Milliere"}, "birth": {"tzo": "+00:00:26", "date": "1871-12-12 00:56:06", "place": {"c2": "76", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1871-12-12 00:55:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-773"}, "ids-in-sources": {"a4": "773"}}, "raw": {"H": "0", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "12", "LAT": "49N26", "LON": "1E 5", "MON": "12", "NUM": "773", "PRO": "P", "SEC": "40", "YEA": "1871", "CITY": "LE HAVRE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-720"}, "ids-in-source": {"g55": "05-720"}}, "raw": {"DAY": "12-12-1871", "HOUR": "1 h.", "NAME": "MILLIERE Mauelie", "PLACE": "Le Havre (Seine-Inférieure)."}, "date": "2023-08-20T14:48:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9527	mirande-henry-1877-03-25	{"a4": "775", "g55": "05-722"}	{"g55": "05-722", "lerrcp": "A4-775"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Mirande", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:04", "date": "1877-03-25 01:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1877-03-25 00:30:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Mirande"}, "birth": {"tzo": "+00:29:04", "date": "1877-03-25 01:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1877-03-25 00:30:56"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-775"}, "ids-in-sources": {"a4": "775"}}, "raw": {"H": "0", "MN": "30", "TZ": "0", "COD": "06", "COU": "F", "DAY": "25", "LAT": "43N42", "LON": "7E16", "MON": "3", "NUM": "775", "PRO": "P", "SEC": "56", "YEA": "1877", "CITY": "NICE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-722"}, "ids-in-source": {"g55": "05-722"}}, "raw": {"DAY": "25-3-1877", "HOUR": "1 h.", "NAME": "MIRANDE Henry", "PLACE": "Nice (Alpes-Maritimes)."}, "date": "2023-08-20T14:48:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9530	monginot-charles-1825-09-24	{"a4": "778", "g55": "05-726"}	{"g55": "05-726", "lerrcp": "A4-778"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Monginot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:20", "date": "1825-09-24 01:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "Brienne-Napoléon", "geoid": 0}, "notime": null, "date-ut": "1825-09-24 00:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Monginot"}, "birth": {"tzo": "+00:16:20", "date": "1825-09-24 01:00", "place": {"c2": "10", "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "Brienne Napoleon", "geoid": 0}, "date-ut": "1825-09-24 00:43:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-778"}, "ids-in-sources": {"a4": "778"}}, "raw": {"H": "0", "MN": "43", "TZ": "0", "COD": "10", "COU": "F", "DAY": "24", "LAT": "48N18", "LON": "4E 5", "MON": "9", "NUM": "778", "PRO": "P", "SEC": "40", "YEA": "1825", "CITY": "BRIENNE NAPOLEON"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Brienne-Napoléon"}}, "partial-ids": {"g55": "05-726"}, "ids-in-source": {"g55": "05-726"}}, "raw": {"DAY": "24-9-1825", "HOUR": "1 h.", "NAME": "MONGINOT Charles", "PLACE": "Brienne-Napoléon (Aube)."}, "date": "2023-08-20T14:48:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9533	montagne-agricol-1879-08-19	{"a4": "781", "g55": "05-728"}	{"g55": "05-728", "lerrcp": "A4-781"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Agricol", "family": "Montagne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:14", "date": "1879-08-19 08:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1879-08-19 07:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Agricol", "family": "Montagne"}, "birth": {"tzo": "+00:19:14", "date": "1879-08-19 08:00", "place": {"c2": "84", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1879-08-19 07:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-781"}, "ids-in-sources": {"a4": "781"}}, "raw": {"H": "7", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "19", "LAT": "43N57", "LON": "4E50", "MON": "8", "NUM": "781", "PRO": "P", "SEC": "40", "YEA": "1879", "CITY": "AVIGNON"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-728"}, "ids-in-source": {"g55": "05-728"}}, "raw": {"DAY": "19-8-1879", "HOUR": "8 h.", "NAME": "MONTAGNE Agricol Louis", "PLACE": "Avignon (Vaucluse)."}, "date": "2023-08-20T14:48:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9534	montfort-antoine-1802-04-03	{"a4": "782"}	{"lerrcp": "A4-782"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Montfort", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1802-04-03 22:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1802-04-03 21:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Montfort"}, "birth": {"tzo": "+00:09:24", "date": "1802-04-03 22:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1802-04-03 21:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-782"}, "ids-in-sources": {"a4": "782"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "3", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "782", "PRO": "P", "SEC": "40", "YEA": "1802", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9538	moreau-adrien-1843-04-18	{"a4": "786", "g55": "05-190"}	{"g55": "05-190", "lerrcp": "A4-786"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrien", "family": "Moreau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:20", "date": "1843-04-18 22:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "notime": null, "date-ut": "1843-04-18 21:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Adrien", "family": "Moreau"}, "birth": {"tzo": "+00:16:20", "date": "1843-04-18 22:00", "place": {"c2": "10", "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "date-ut": "1843-04-18 21:43:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-786"}, "ids-in-sources": {"a4": "786"}}, "raw": {"H": "21", "MN": "43", "TZ": "0", "COD": "10", "COU": "F", "DAY": "18", "LAT": "48N18", "LON": "4E 5", "MON": "4", "NUM": "786", "PRO": "P", "SEC": "40", "YEA": "1843", "CITY": "TROYES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-190"}, "ids-in-source": {"g55": "05-190"}}, "raw": {"DAY": "18-4-1843", "HOUR": "22 h.", "NAME": "MOREAU Adrien", "PLACE": "Troyes (Aube)."}, "date": "2023-08-20T14:48:40+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9537	morchain-paul-1876-12-27	{"a4": "785", "g55": "05-730"}	{"g55": "05-730", "lerrcp": "A4-785"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Morchain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:03:52", "date": "1876-12-27 12:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -0.96774, "lat": 45.94304, "name": "Rochefort", "geoid": 2983276}, "notime": null, "date-ut": "1876-12-27 12:04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Morchain"}, "birth": {"tzo": "-00:03:52", "date": "1876-12-27 12:00", "place": {"c2": "17", "cy": "FR", "lg": -0.96774, "lat": 45.94304, "name": "Rochefort", "geoid": 2983276}, "date-ut": "1876-12-27 12:04:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-785"}, "ids-in-sources": {"a4": "785"}}, "raw": {"H": "12", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "27", "LAT": "46N 9", "LON": "1W10", "MON": "12", "NUM": "785", "PRO": "P", "SEC": "40", "YEA": "1876", "CITY": "ROCHEFORT"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-730"}, "ids-in-source": {"g55": "05-730"}}, "raw": {"DAY": "27-12-1876", "HOUR": "12 h.", "NAME": "MORCHAIN Paul Bernard", "PLACE": "Rochefort-sur-Mer (Charente-Maritime)."}, "date": "2023-08-20T14:48:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9539	gauquelin-a4-787-1826-04-06	{"a4": "787"}	{"lerrcp": "A4-787"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-787", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1826-04-06 09:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1826-04-06 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-787"}, "birth": {"tzo": "+00:09:24", "date": "1826-04-06 09:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1826-04-06 08:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-787"}, "ids-in-sources": {"a4": "787"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "6", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "787", "PRO": "P", "SEC": "40", "YEA": "1826", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9541	moreau-de-tours-georges-1848-04-03	{"a4": "789", "g55": "05-732"}	{"g55": "05-732", "lerrcp": "A4-789"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Moreau De Tours Georges", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:32", "date": "1848-04-03 03:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.38487, "lat": 48.81568, "name": "Ivry-sur-Seine", "geoid": 3012621}, "notime": null, "date-ut": "1848-04-03 02:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Moreau De Tours Georges"}, "birth": {"tzo": "+00:09:32", "date": "1848-04-03 03:00", "place": {"c2": "94", "cy": "FR", "lg": 2.38487, "lat": 48.81568, "name": "Ivry-sur-Seine", "geoid": 3012621}, "date-ut": "1848-04-03 02:50:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-789"}, "ids-in-sources": {"a4": "789"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "3", "LAT": "48N47", "LON": "2E29", "MON": "4", "NUM": "789", "PRO": "P", "SEC": "4", "YEA": "1848", "CITY": "IVRY-S-SEINE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-732"}, "ids-in-source": {"g55": "05-732"}}, "raw": {"DAY": "3-4-1848", "HOUR": "3 h.", "NAME": "MOREAU de TOURS Georges", "PLACE": "Ivry-sur-Seine (Seine)."}, "date": "2023-08-20T14:48:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9544	morel-retz-louis-1825-06-03	{"a4": "792"}	{"lerrcp": "A4-792"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Morel-Retz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:04", "date": "1825-06-03 18:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1825-06-03 17:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Morel-Retz"}, "birth": {"tzo": "+00:20:04", "date": "1825-06-03 18:00", "place": {"c2": "21", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1825-06-03 17:39:52"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-792"}, "ids-in-sources": {"a4": "792"}}, "raw": {"H": "17", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "3", "LAT": "47N19", "LON": "5E 2", "MON": "6", "NUM": "792", "PRO": "P", "SEC": "52", "YEA": "1825", "CITY": "DIJON"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9547	morot-aime-1850-06-16	{"a4": "795", "g55": "05-193"}	{"g55": "05-193", "lerrcp": "A4-795"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aimé", "family": "Morot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1850-06-16 16:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1850-06-16 15:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Aimé", "family": "Morot"}, "birth": {"tzo": "+00:24:44", "date": "1850-06-16 16:00", "place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1850-06-16 15:35:12"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-795"}, "ids-in-sources": {"a4": "795"}}, "raw": {"H": "15", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "16", "LAT": "48N42", "LON": "6E12", "MON": "6", "NUM": "795", "PRO": "P", "SEC": "12", "YEA": "1850", "CITY": "NANCY"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-193"}, "ids-in-source": {"g55": "05-193"}}, "raw": {"DAY": "16-6-1850", "HOUR": "16 h.", "NAME": "MOROT Aimé Nicolas", "PLACE": "Nancy (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:48:40+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9548	mortier-robert-1878-07-28	{"a4": "796", "g55": "05-735"}	{"g55": "05-735", "lerrcp": "A4-796"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Mortier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:04", "date": "1878-07-28 15:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1878-07-28 14:30:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Mortier"}, "birth": {"tzo": "+00:29:04", "date": "1878-07-28 15:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1878-07-28 14:30:56"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-796"}, "ids-in-sources": {"a4": "796"}}, "raw": {"H": "14", "MN": "30", "TZ": "0", "COD": "06", "COU": "F", "DAY": "28", "LAT": "43N42", "LON": "7E16", "MON": "7", "NUM": "796", "PRO": "P", "SEC": "56", "YEA": "1878", "CITY": "NICE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-735"}, "ids-in-source": {"g55": "05-735"}}, "raw": {"DAY": "28-7-1878", "HOUR": "15 h.", "NAME": "MORTIER Robert", "PLACE": "Nice (Alpes-Maritimes)."}, "date": "2023-08-20T14:48:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9550	mottez-victor-1809-02-13	{"a4": "798", "g55": "05-737"}	{"g55": "05-737", "lerrcp": "A4-798"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Mottez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1809-02-13 04:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1809-02-13 03:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Mottez"}, "birth": {"tzo": "+00:12:14", "date": "1809-02-13 04:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1809-02-13 03:47:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-798"}, "ids-in-sources": {"a4": "798"}}, "raw": {"H": "3", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "13", "LAT": "50N39", "LON": "3E 5", "MON": "2", "NUM": "798", "PRO": "P", "SEC": "40", "YEA": "1809", "CITY": "LILLE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-737"}, "ids-in-source": {"g55": "05-737"}}, "raw": {"DAY": "13-2-1809", "HOUR": "4 h.", "NAME": "MOTTEZ Victor Louis", "PLACE": "Lille (Nord)."}, "date": "2023-08-20T14:48:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9552	moulinet-antoine-ed-1833-02-20	{"a4": "800", "g55": "05-739"}	{"g55": "05-739", "lerrcp": "A4-800"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine Ed.", "family": "Moulinet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:32", "date": "1833-02-20 03:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.88333, "lat": 43.61667, "name": "Olonzac-Minervois", "geoid": 0}, "notime": null, "date-ut": "1833-02-20 02:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-800"}, "birth": {"tzo": "+00:15:32", "date": "1833-02-20 03:00", "place": {"c2": "34", "cy": "FR", "lg": 3.88333, "lat": 43.61667, "name": "Olonzacminervoi", "geoid": 0}, "date-ut": "1833-02-20 02:44:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-800"}, "ids-in-sources": {"a4": "800"}}, "raw": {"H": "2", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "20", "LAT": "43N37", "LON": "3E53", "MON": "2", "NUM": "800", "PRO": "P", "SEC": "28", "YEA": "1833", "CITY": "OLONZACMINERVOI"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Antoine Ed.", "family": "Moulinet", "nobility": ""}, "slug": "moulinet-antoine-ed-1833-02-20", "birth": {"place": {"name": "Olonzac-Minervois"}}, "partial-ids": {"g55": "05-739"}, "ids-in-source": {"g55": "05-739"}}, "raw": {"DAY": "20-2-1833", "HOUR": "3 h.", "NAME": "MOULINET Antoine Ed.", "PLACE": "Olonzac-Minervois (Hérault)."}, "date": "2023-08-20T14:48:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9555	gauquelin-a4-803-1863-11-29	{"a4": "803"}	{"lerrcp": "A4-803"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-803", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1863-11-29 22:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1863-11-29 21:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-803"}, "birth": {"tzo": "+00:19:23", "date": "1863-11-29 22:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1863-11-29 21:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-803"}, "ids-in-sources": {"a4": "803"}}, "raw": {"H": "21", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "29", "LAT": "45N46", "LON": "4E50", "MON": "11", "NUM": "803", "PRO": "P", "SEC": "40", "YEA": "1863", "CITY": "LYON"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9556	murat-jean-1807-09-16	{"a4": "804", "g55": "05-742"}	{"g55": "05-742", "lerrcp": "A4-804"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Murat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:42", "date": "1807-09-16 07:00", "note": null, "place": {"c1": null, "c2": "23", "c3": null, "cy": "FR", "lg": 2.17335, "lat": 45.88415, "name": "Felletin", "geoid": 3018747}, "notime": null, "date-ut": "1807-09-16 06:52:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Murat"}, "birth": {"tzo": "+00:08:42", "date": "1807-09-16 07:00", "place": {"c2": "23", "cy": "FR", "lg": 2.17335, "lat": 45.88415, "name": "Felletin", "geoid": 3018747}, "date-ut": "1807-09-16 06:52:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-804"}, "ids-in-sources": {"a4": "804"}}, "raw": {"H": "6", "MN": "52", "TZ": "0", "COD": "23", "COU": "F", "DAY": "16", "LAT": "46N17", "LON": "1E52", "MON": "9", "NUM": "804", "PRO": "P", "SEC": "32", "YEA": "1807", "CITY": "FELLETIN"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-742"}, "ids-in-source": {"g55": "05-742"}}, "raw": {"DAY": "16-9-1807", "HOUR": "7 h.", "NAME": "MURAT Jean Gilbert", "PLACE": "Felletin (Creuse)."}, "date": "2023-08-20T14:48:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9558	muraton-frederic-1824-04-16	{"a4": "806", "g55": "05-744"}	{"g55": "05-744", "lerrcp": "A4-806"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Muraton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:49", "date": "1824-04-16 02:00", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "notime": null, "date-ut": "1824-04-16 01:57:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Muraton"}, "birth": {"tzo": "+00:02:49", "date": "1824-04-16 02:00", "place": {"c2": "37", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "date-ut": "1824-04-16 01:57:12"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-806"}, "ids-in-sources": {"a4": "806"}}, "raw": {"H": "1", "MN": "57", "TZ": "0", "COD": "37", "COU": "F", "DAY": "16", "LAT": "47N24", "LON": "0E42", "MON": "4", "NUM": "806", "PRO": "P", "SEC": "12", "YEA": "1824", "CITY": "TOURS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-744"}, "ids-in-source": {"g55": "05-744"}}, "raw": {"DAY": "16-4-1824", "HOUR": "2 h.", "NAME": "MURATON Frédéric", "PLACE": "Tours (Indre-et-Loire)."}, "date": "2023-08-20T14:48:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9559	myr-louis-1893-11-10	{"a4": "807", "g55": "05-745"}	{"g55": "05-745", "lerrcp": "A4-807"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Myr", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1893-11-10 01:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.70427, "lat": 46.71369, "name": "Buxy", "geoid": 3029350}, "notime": null, "date-ut": "1893-11-10 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Myr"}, "birth": {"tzo": "+00:09:21", "date": "1893-11-10 01:00", "place": {"c2": "71", "cy": "FR", "lg": 4.70427, "lat": 46.71369, "name": "Buxy", "geoid": 3029350}, "date-ut": "1893-11-10 00:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-807"}, "ids-in-sources": {"a4": "807"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "71", "COU": "F", "DAY": "10", "LAT": "46N18", "LON": "4E50", "MON": "11", "NUM": "807", "PRO": "P", "SEC": "40", "YEA": "1893", "CITY": "BUXY"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-745"}, "ids-in-source": {"g55": "05-745"}}, "raw": {"DAY": "10-11-1893", "HOUR": "1 h.", "NAME": "MYR Louis Marcel", "PLACE": "Buxy (Saône-et-Loire)."}, "date": "2023-08-20T14:48:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9562	narbonne-eugene-1885-06-07	{"a4": "810", "g55": "05-747"}	{"g55": "05-747", "lerrcp": "A4-810"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Narbonne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:42", "date": "1885-06-07 20:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 4.42521, "lat": 47.6508, "name": "Touillon", "geoid": 2972353}, "notime": null, "date-ut": "1885-06-07 19:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Narbonne"}, "birth": {"tzo": "+00:17:42", "date": "1885-06-07 20:00", "place": {"c2": "21", "cy": "FR", "lg": 4.42521, "lat": 47.6508, "name": "Touillon", "geoid": 2972353}, "date-ut": "1885-06-07 19:39:52"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-810"}, "ids-in-sources": {"a4": "810"}}, "raw": {"H": "19", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "7", "LAT": "47N19", "LON": "5E 2", "MON": "6", "NUM": "810", "PRO": "P", "SEC": "52", "YEA": "1885", "CITY": "TOUILLON"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-747"}, "ids-in-source": {"g55": "05-747"}}, "raw": {"DAY": "7-6-1885", "HOUR": "20 h.", "NAME": "NARBONNE Eugène", "PLACE": "Touillon (Côte-d’Or)."}, "date": "2023-08-20T14:48:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9566	navlet-victor-1819-11-08	{"a4": "814", "g55": "05-750"}	{"g55": "05-750", "lerrcp": "A4-814"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Navlet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:28", "date": "1819-11-08 07:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Châlons-sur-Marne", "geoid": 0}, "notime": null, "date-ut": "1819-11-08 06:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-814"}, "birth": {"tzo": "+00:17:28", "date": "1819-11-08 07:00", "place": {"c2": "51", "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Chalons-sur-Marne", "geoid": 0}, "date-ut": "1819-11-08 06:42:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-814"}, "ids-in-sources": {"a4": "814"}}, "raw": {"H": "6", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "8", "LAT": "48N57", "LON": "4E22", "MON": "11", "NUM": "814", "PRO": "P", "SEC": "32", "YEA": "1819", "CITY": "CHALONS-S-MARNE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Victor", "family": "Navlet", "nobility": ""}, "slug": "navlet-victor-1819-11-08", "birth": {"place": {"name": "Châlons-sur-Marne"}}, "partial-ids": {"g55": "05-750"}, "ids-in-source": {"g55": "05-750"}}, "raw": {"DAY": "8-11-1819", "HOUR": "7 h.", "NAME": "NAVLET Victor", "PLACE": "Châlons-sur-Marne (Marne)."}, "date": "2023-08-20T14:48:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9568	neillot-louis-1898-02-10	{"a4": "816", "g55": "05-752"}	{"g55": "05-752", "lerrcp": "A4-816"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Neillot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1898-02-10 16:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.42577, "lat": 46.12709, "name": "Vichy", "geoid": 2969392}, "notime": null, "date-ut": "1898-02-10 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Neillot"}, "birth": {"tzo": "+00:09:21", "date": "1898-02-10 16:00", "place": {"c2": "03", "cy": "FR", "lg": 3.42577, "lat": 46.12709, "name": "Vichy", "geoid": 2969392}, "date-ut": "1898-02-10 15:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-816"}, "ids-in-sources": {"a4": "816"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "03", "COU": "F", "DAY": "10", "LAT": "46N34", "LON": "3E20", "MON": "2", "NUM": "816", "PRO": "P", "SEC": "40", "YEA": "1898", "CITY": "VICHY"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-752"}, "ids-in-source": {"g55": "05-752"}}, "raw": {"DAY": "10-2-1898", "HOUR": "16 h.", "NAME": "NEILLOT Louis", "PLACE": "Vichy (Allier)."}, "date": "2023-08-20T14:48:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9572	nicolle-emile-1830-03-01	{"a4": "820"}	{"lerrcp": "A4-820"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Nicolle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:24", "date": "1830-03-01 04:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1830-03-01 03:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Nicolle"}, "birth": {"tzo": "+00:04:24", "date": "1830-03-01 04:00", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1830-03-01 03:55:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-820"}, "ids-in-sources": {"a4": "820"}}, "raw": {"H": "3", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "1", "LAT": "49N26", "LON": "1E 5", "MON": "3", "NUM": "820", "PRO": "P", "SEC": "40", "YEA": "1830", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9569	nelck-annelies-1925-07-26	{"a4": "817", "g55": "05-753"}	{"g55": "05-753", "lerrcp": "A4-817"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Annelies", "family": "Nelck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1925-07-26 09:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1925-07-26 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Annelies", "family": "Nelck"}, "birth": {"tzo": "+01:00", "date": "1925-07-26 09:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1925-07-26 08:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-817"}, "ids-in-sources": {"a4": "817"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "06", "COU": "F", "DAY": "26", "LAT": "43N42", "LON": "7E16", "MON": "7", "NUM": "817", "PRO": "P", "SEC": "0", "YEA": "1925", "CITY": "NICE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-753"}, "ids-in-source": {"g55": "05-753"}}, "raw": {"DAY": "26-7-1925", "HOUR": "9 h.", "NAME": "NELCK Annelies", "PLACE": "Nice (Alpes-Maritimes)."}, "date": "2023-08-20T14:48:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9573	node-joseph-1811-01-28	{"a4": "821", "g55": "05-755"}	{"g55": "05-755", "lerrcp": "A4-821"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Node", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1811-01-28 11:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1811-01-28 10:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Node"}, "birth": {"tzo": "+00:15:30", "date": "1811-01-28 11:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1811-01-28 10:44:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-821"}, "ids-in-sources": {"a4": "821"}}, "raw": {"H": "10", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "28", "LAT": "43N37", "LON": "3E53", "MON": "1", "NUM": "821", "PRO": "P", "SEC": "28", "YEA": "1811", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-755"}, "ids-in-source": {"g55": "05-755"}}, "raw": {"DAY": "28-1-1811", "HOUR": "11 h.", "NAME": "NODE Joseph Charles", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:48:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9575	noirot-emile-1853-06-05	{"a4": "823", "g55": "05-198"}	{"g55": "05-198", "lerrcp": "A4-823"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Noirot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:16", "date": "1853-06-05 21:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.06802, "lat": 46.03624, "name": "Roanne", "geoid": 2983362}, "notime": null, "date-ut": "1853-06-05 20:42:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Noirot"}, "birth": {"tzo": "+00:16:16", "date": "1853-06-05 21:00", "place": {"c2": "42", "cy": "FR", "lg": 4.06802, "lat": 46.03624, "name": "Roanne", "geoid": 2983362}, "date-ut": "1853-06-05 20:42:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-823"}, "ids-in-sources": {"a4": "823"}}, "raw": {"H": "20", "MN": "42", "TZ": "0", "COD": "42", "COU": "F", "DAY": "5", "LAT": "45N26", "LON": "4E23", "MON": "6", "NUM": "823", "PRO": "P", "SEC": "28", "YEA": "1853", "CITY": "ROANNE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-198"}, "ids-in-source": {"g55": "05-198"}}, "raw": {"DAY": "5-6-1853", "HOUR": "21 h.", "NAME": "NOIROT Emile Benoit", "PLACE": "Roanne (Loire)."}, "date": "2023-08-20T14:48:40+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9576	nonclercq-elie-1847-06-23	{"a4": "824", "g55": "05-756"}	{"g55": "05-756", "lerrcp": "A4-824"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elie", "family": "Nonclercq", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:06", "date": "1847-06-23 03:30", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.52506, "lat": 50.35909, "name": "Valenciennes", "geoid": 2971041}, "notime": null, "date-ut": "1847-06-23 03:17:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Elie", "family": "Nonclercq"}, "birth": {"tzo": "+00:14:06", "date": "1847-06-23 03:30", "place": {"c2": "59", "cy": "FR", "lg": 3.52506, "lat": 50.35909, "name": "Valenciennes", "geoid": 2971041}, "date-ut": "1847-06-23 03:17:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-824"}, "ids-in-sources": {"a4": "824"}}, "raw": {"H": "3", "MN": "17", "TZ": "0", "COD": "59", "COU": "F", "DAY": "23", "LAT": "50N39", "LON": "3E 5", "MON": "6", "NUM": "824", "PRO": "P", "SEC": "40", "YEA": "1847", "CITY": "VALENCIENNES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-756"}, "ids-in-source": {"g55": "05-756"}}, "raw": {"DAY": "23-6-1847", "HOUR": "3 h. 30", "NAME": "NONCLERCQ Elie", "PLACE": "Valenciennes (Nord)."}, "date": "2023-08-20T14:48:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9580	olivier-leon-1832-10-04	{"a4": "828", "g55": "05-759"}	{"g55": "05-759", "lerrcp": "A4-828"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Olivier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12", "date": "1832-10-04 01:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 3.00141, "lat": 43.18396, "name": "Narbonne", "geoid": 2990919}, "notime": null, "date-ut": "1832-10-04 00:50:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Olivier"}, "birth": {"tzo": "+00:12", "date": "1832-10-04 01:00", "place": {"c2": "11", "cy": "FR", "lg": 3.00141, "lat": 43.18396, "name": "Narbonne", "geoid": 2990919}, "date-ut": "1832-10-04 00:50:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-828"}, "ids-in-sources": {"a4": "828"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "4", "LAT": "43N12", "LON": "2E21", "MON": "10", "NUM": "828", "PRO": "P", "SEC": "36", "YEA": "1832", "CITY": "NARBONNE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-759"}, "ids-in-source": {"g55": "05-759"}}, "raw": {"DAY": "4-10-1832", "HOUR": "1 h.", "NAME": "OLIVIER Léon", "PLACE": "Narbonne (Aude)."}, "date": "2023-08-20T14:48:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9582	orant-marthe-1874-06-03	{"a4": "830", "g55": "05-761"}	{"g55": "05-761", "lerrcp": "A4-830"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marthe", "family": "Orant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:12", "date": "1874-06-03 18:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.04952, "lat": 48.92902, "name": "Poissy", "geoid": 2986501}, "notime": null, "date-ut": "1874-06-03 17:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Marthe", "family": "Orant"}, "birth": {"tzo": "+00:08:12", "date": "1874-06-03 18:00", "place": {"c2": "78", "cy": "FR", "lg": 2.04952, "lat": 48.92902, "name": "Poissy", "geoid": 2986501}, "date-ut": "1874-06-03 17:51:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-830"}, "ids-in-sources": {"a4": "830"}}, "raw": {"H": "17", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "3", "LAT": "48N50", "LON": "2E 8", "MON": "6", "NUM": "830", "PRO": "P", "SEC": "28", "YEA": "1874", "CITY": "POISSY"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-761"}, "ids-in-source": {"g55": "05-761"}}, "raw": {"DAY": "3-6-1874", "HOUR": "18 h.", "NAME": "ORANT Marthe", "PLACE": "Poissy (Seine-et-Oise)."}, "date": "2023-08-20T14:48:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9585	oudinot-achille-1820-04-17	{"a4": "833", "g55": "05-763"}	{"g55": "05-763", "lerrcp": "A4-833"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Achille", "family": "Oudinot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:16", "date": "1820-04-17 14:00", "note": null, "place": {"c1": null, "c2": "61", "c3": null, "cy": "FR", "lg": 0.06667, "lat": 48.45, "name": "Damigny", "geoid": 3021859}, "notime": null, "date-ut": "1820-04-17 13:59:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Achille", "family": "Oudinot"}, "birth": {"tzo": "+00:00:16", "date": "1820-04-17 14:00", "place": {"c2": "61", "cy": "FR", "lg": 0.06667, "lat": 48.45, "name": "Damigny", "geoid": 3021859}, "date-ut": "1820-04-17 13:59:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-833"}, "ids-in-sources": {"a4": "833"}}, "raw": {"H": "13", "MN": "59", "TZ": "0", "COD": "61", "COU": "F", "DAY": "17", "LAT": "48N26", "LON": "0E 5", "MON": "4", "NUM": "833", "PRO": "P", "SEC": "40", "YEA": "1820", "CITY": "DAMIGNY"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-763"}, "ids-in-source": {"g55": "05-763"}}, "raw": {"DAY": "17-4-1820", "HOUR": "14 h.", "NAME": "OUDINOT Achille Franc.", "PLACE": "Damigny (Orne)."}, "date": "2023-08-20T14:48:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9587	outin-jean-1840-01-26	{"a4": "835", "g55": "05-765"}	{"g55": "05-765", "lerrcp": "A4-835"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Outin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:20", "date": "1840-01-26 04:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.33243, "lat": 46.56459, "name": "Moulins", "geoid": 2991481}, "notime": null, "date-ut": "1840-01-26 03:46:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Outin"}, "birth": {"tzo": "+00:13:20", "date": "1840-01-26 04:00", "place": {"c2": "03", "cy": "FR", "lg": 3.33243, "lat": 46.56459, "name": "Moulins", "geoid": 2991481}, "date-ut": "1840-01-26 03:46:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-835"}, "ids-in-sources": {"a4": "835"}}, "raw": {"H": "3", "MN": "46", "TZ": "0", "COD": "03", "COU": "F", "DAY": "26", "LAT": "46N34", "LON": "3E20", "MON": "1", "NUM": "835", "PRO": "P", "SEC": "40", "YEA": "1840", "CITY": "MOULINS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-765"}, "ids-in-source": {"g55": "05-765"}}, "raw": {"DAY": "26-1-1840", "HOUR": "4 h.", "NAME": "OUTIN Jean-Pierre", "PLACE": "Moulins (Allier)."}, "date": "2023-08-20T14:48:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9589	pabst-camille-alfred-1828-06-18	{"a4": "837", "g55": "05-766"}	{"g55": "05-766", "lerrcp": "A4-837"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille Alfred", "family": "Pabst", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:10", "date": "1828-06-18 02:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.54005, "lat": 47.97016, "name": "Heiteren", "geoid": 3013575}, "notime": null, "date-ut": "1828-06-18 01:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-837"}, "birth": {"tzo": "+00:30:10", "date": "1828-06-18 02:00", "place": {"c2": "68", "cy": "FR", "lg": 7.54005, "lat": 47.97016, "name": "Heiteren", "geoid": 3013575}, "date-ut": "1828-06-18 01:30:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-837"}, "ids-in-sources": {"a4": "837"}}, "raw": {"H": "1", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "18", "LAT": "48N 5", "LON": "7E21", "MON": "6", "NUM": "837", "PRO": "P", "SEC": "36", "YEA": "1828", "CITY": "HEITEREN"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Camille Alfred", "family": "Pabst", "nobility": ""}, "slug": "pabst-camille-alfred-1828-06-18", "partial-ids": {"g55": "05-766"}, "ids-in-source": {"g55": "05-766"}}, "raw": {"DAY": "18-6-1828", "HOUR": "2 h.", "NAME": "PABST Camille Alfred", "PLACE": "Heiteren (Haut-Rhin)."}, "date": "2023-08-20T14:48:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9592	palmieri-georges-1922-10-04	{"a4": "840", "g55": "05-768"}	{"g55": "05-768", "lerrcp": "A4-840"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Palmieri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-10-04 07:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 6.46667, "lat": 43.53333, "name": "La Seyne-sur-Mer", "geoid": 0}, "notime": null, "date-ut": "1922-10-04 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Palmieri"}, "birth": {"tzo": "+01:00", "date": "1922-10-04 07:00", "place": {"c2": "83", "cy": "FR", "lg": 6.46667, "lat": 43.53333, "name": "Laseynesmer", "geoid": 0}, "date-ut": "1922-10-04 06:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-840"}, "ids-in-sources": {"a4": "840"}}, "raw": {"H": "6", "MN": "0", "TZ": "0", "COD": "83", "COU": "F", "DAY": "4", "LAT": "43N32", "LON": "6E28", "MON": "10", "NUM": "840", "PRO": "P", "SEC": "0", "YEA": "1922", "CITY": "LASEYNESMER"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "La Seyne-sur-Mer"}}, "partial-ids": {"g55": "05-768"}, "ids-in-source": {"g55": "05-768"}}, "raw": {"DAY": "4-10-1922", "HOUR": "7 h.", "NAME": "\\fPALMIERI Georges Pierre", "PLACE": "La Seyne-sur-Mer (Var)."}, "date": "2023-08-20T14:48:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9595	paris-camille-1834-03-22	{"a4": "843"}	{"lerrcp": "A4-843"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Paris", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1834-03-22 14:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1834-03-22 13:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Paris"}, "birth": {"tzo": "+00:09:24", "date": "1834-03-22 14:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1834-03-22 13:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-843"}, "ids-in-sources": {"a4": "843"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "22", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "843", "PRO": "P", "SEC": "40", "YEA": "1834", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9594	pape-jean-1865-03-13	{"a4": "842", "g55": "05-770"}	{"g55": "05-770", "lerrcp": "A4-842"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Pape", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:56", "date": "1865-03-13 17:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.235, "lat": 48.81381, "name": "Meudon", "geoid": 2994144}, "notime": null, "date-ut": "1865-03-13 16:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Pape"}, "birth": {"tzo": "+00:08:56", "date": "1865-03-13 17:00", "place": {"c2": "92", "cy": "FR", "lg": 2.235, "lat": 48.81381, "name": "Meudon", "geoid": 2994144}, "date-ut": "1865-03-13 16:51:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-842"}, "ids-in-sources": {"a4": "842"}}, "raw": {"H": "16", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "13", "LAT": "48N50", "LON": "2E11", "MON": "3", "NUM": "842", "PRO": "P", "SEC": "16", "YEA": "1865", "CITY": "MEUDON"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-770"}, "ids-in-source": {"g55": "05-770"}}, "raw": {"DAY": "13-3-1865", "HOUR": "17 h.", "NAME": "PAPE Jean Constant", "PLACE": "Meudon (Seine-et-Oise)."}, "date": "2023-08-20T14:48:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9598	pascal-leopold-1900-07-08	{"a4": "846", "g55": "05-772"}	{"g55": "05-772", "lerrcp": "A4-846"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leopold", "family": "Pascal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-07-08 22:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -3.82792, "lat": 48.57784, "name": "Morlaix", "geoid": 2991772}, "notime": null, "date-ut": "1900-07-08 21:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Leopold", "family": "Pascal"}, "birth": {"tzo": "+00:09:21", "date": "1900-07-08 22:00", "place": {"c2": "29", "cy": "FR", "lg": -3.82792, "lat": 48.57784, "name": "Morlaix", "geoid": 2991772}, "date-ut": "1900-07-08 21:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-846"}, "ids-in-sources": {"a4": "846"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "29", "COU": "F", "DAY": "8", "LAT": "48N 0", "LON": "4W 6", "MON": "7", "NUM": "846", "PRO": "P", "SEC": "40", "YEA": "1900", "CITY": "MORLAIX"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-772"}, "ids-in-source": {"g55": "05-772"}}, "raw": {"DAY": "8-7-1900", "HOUR": "22 h.", "NAME": "PASCAL Léopold-Eugène", "PLACE": "Morlaix (Finistère)."}, "date": "2023-08-20T14:48:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9599	pascau-j-1875-04-15	{"a4": "847", "g55": "05-773"}	{"g55": "05-773", "lerrcp": "A4-847"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "J", "family": "Pascau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:54", "date": "1875-04-15 01:55:34", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "notime": null, "date-ut": "1875-04-15 02:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "J", "family": "Pascau"}, "birth": {"tzo": "-00:05:54", "date": "1875-04-15 01:55:34", "place": {"c2": "64", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "date-ut": "1875-04-15 02:01:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-847"}, "ids-in-sources": {"a4": "847"}}, "raw": {"H": "2", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "15", "LAT": "43N18", "LON": "0W22", "MON": "4", "NUM": "847", "PRO": "P", "SEC": "28", "YEA": "1875", "CITY": "BAYONNE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-773"}, "ids-in-source": {"g55": "05-773"}}, "raw": {"DAY": "15-4-1875", "HOUR": "2 h.", "NAME": "PASCAU J. P. P. Eugène", "PLACE": "Bayonne (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9601	pastour-louis-1876-06-26	{"a4": "849", "g55": "05-775"}	{"g55": "05-775", "lerrcp": "A4-849"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Pastour", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:28:03", "date": "1876-06-26 02:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.01275, "lat": 43.55135, "name": "Cannes", "geoid": 3028808}, "notime": null, "date-ut": "1876-06-26 01:30:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Pastour"}, "birth": {"tzo": "+00:28:03", "date": "1876-06-26 02:00", "place": {"c2": "06", "cy": "FR", "lg": 7.01275, "lat": 43.55135, "name": "Cannes", "geoid": 3028808}, "date-ut": "1876-06-26 01:30:56"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-849"}, "ids-in-sources": {"a4": "849"}}, "raw": {"H": "1", "MN": "30", "TZ": "0", "COD": "06", "COU": "F", "DAY": "26", "LAT": "43N42", "LON": "7E16", "MON": "6", "NUM": "849", "PRO": "P", "SEC": "56", "YEA": "1876", "CITY": "CANNES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-775"}, "ids-in-source": {"g55": "05-775"}}, "raw": {"DAY": "26-6-1876", "HOUR": "2 h.", "NAME": "PASTOUR Louis", "PLACE": "Cannes (Alpes-Maritimes)."}, "date": "2023-08-20T14:48:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9604	paul-louis-1854-06-05	{"a4": "852", "g55": "05-777"}	{"g55": "05-777", "lerrcp": "A4-852"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Paul", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:51", "date": "1854-06-05 09:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "notime": null, "date-ut": "1854-06-05 08:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Paul"}, "birth": {"tzo": "+00:12:51", "date": "1854-06-05 09:00", "place": {"c2": "34", "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "date-ut": "1854-06-05 08:44:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-852"}, "ids-in-sources": {"a4": "852"}}, "raw": {"H": "8", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "5", "LAT": "43N37", "LON": "3E53", "MON": "6", "NUM": "852", "PRO": "P", "SEC": "28", "YEA": "1854", "CITY": "BEZIERS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-777"}, "ids-in-source": {"g55": "05-777"}}, "raw": {"DAY": "5-6-1854", "HOUR": "9 h.", "NAME": "PAUL Louis Auguste", "PLACE": "Béziers (Hérault)."}, "date": "2023-08-20T14:48:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9606	pearon-jules-1836-07-26	{"a4": "854", "g55": "05-779"}	{"g55": "05-779", "lerrcp": "A4-854"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Pearon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:44", "date": "1836-07-26 20:00", "note": null, "place": {"c1": null, "c2": "36", "c3": null, "cy": "FR", "lg": 1.68333, "lat": 46.81667, "name": "La Chatre", "geoid": 0}, "notime": null, "date-ut": "1836-07-26 19:53:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Pearon"}, "birth": {"tzo": "+00:06:44", "date": "1836-07-26 20:00", "place": {"c2": "36", "cy": "FR", "lg": 1.68333, "lat": 46.81667, "name": "Lachatre", "geoid": 0}, "date-ut": "1836-07-26 19:53:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-854"}, "ids-in-sources": {"a4": "854"}}, "raw": {"H": "19", "MN": "53", "TZ": "0", "COD": "36", "COU": "F", "DAY": "26", "LAT": "46N49", "LON": "1E41", "MON": "7", "NUM": "854", "PRO": "P", "SEC": "16", "YEA": "1836", "CITY": "LACHATRE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "La Chatre"}}, "partial-ids": {"g55": "05-779"}, "ids-in-source": {"g55": "05-779"}}, "raw": {"DAY": "26-7-1836", "HOUR": "20 h.", "NAME": "PEARON Jules Barthél.", "PLACE": "La Chatre (Indre)."}, "date": "2023-08-20T14:48:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9609	pellet-joseph-1817-04-29	{"a4": "857", "g55": "05-781"}	{"g55": "05-781", "lerrcp": "A4-857"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Pellet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:51", "date": "1817-04-29 20:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "notime": null, "date-ut": "1817-04-29 19:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Pellet"}, "birth": {"tzo": "+00:12:51", "date": "1817-04-29 20:00", "place": {"c2": "34", "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "date-ut": "1817-04-29 19:44:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-857"}, "ids-in-sources": {"a4": "857"}}, "raw": {"H": "19", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "29", "LAT": "43N37", "LON": "3E53", "MON": "4", "NUM": "857", "PRO": "P", "SEC": "28", "YEA": "1817", "CITY": "BEZIERS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-781"}, "ids-in-source": {"g55": "05-781"}}, "raw": {"DAY": "29-4-1817", "HOUR": "20 h.", "NAME": "PELLET Joseph", "PLACE": "Béziers (Hérault)."}, "date": "2023-08-20T14:48:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9611	pelletier-pierre-1867-11-11	{"a4": "859", "g55": "05-783"}	{"g55": "05-783", "lerrcp": "A4-859"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Pelletier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:21", "date": "1867-11-11 00:30", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "notime": null, "date-ut": "1867-11-11 00:17:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Pelletier"}, "birth": {"tzo": "+00:12:21", "date": "1867-11-11 00:30", "place": {"c2": "63", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "date-ut": "1867-11-11 00:17:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-859"}, "ids-in-sources": {"a4": "859"}}, "raw": {"H": "0", "MN": "17", "TZ": "0", "COD": "63", "COU": "F", "DAY": "11", "LAT": "45N47", "LON": "3E 5", "MON": "11", "NUM": "859", "PRO": "P", "SEC": "40", "YEA": "1867", "CITY": "CLERMONT-FERRAND"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-783"}, "ids-in-source": {"g55": "05-783"}}, "raw": {"DAY": "11-11-1867", "HOUR": "0 h. 30", "NAME": "PELLETIER Pierre Jacques", "PLACE": "Clermont-Ferrand (Puy-de-Dôme)."}, "date": "2023-08-20T14:48:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9614	penne-charles-1831-01-11	{"a4": "862"}	{"lerrcp": "A4-862"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Penne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1831-01-11 05:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1831-01-11 05:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Penne"}, "birth": {"tzo": "+00:09:24", "date": "1831-01-11 05:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1831-01-11 05:20:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-862"}, "ids-in-sources": {"a4": "862"}}, "raw": {"H": "5", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "11", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "862", "PRO": "P", "SEC": "40", "YEA": "1831", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9618	perrin-emile-1814-01-19	{"a4": "866"}	{"lerrcp": "A4-866"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Perrin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:24", "date": "1814-01-19 03:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1814-01-19 02:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Perrin"}, "birth": {"tzo": "+00:04:24", "date": "1814-01-19 03:00", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1814-01-19 02:55:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-866"}, "ids-in-sources": {"a4": "866"}}, "raw": {"H": "2", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "19", "LAT": "49N26", "LON": "1E 5", "MON": "1", "NUM": "866", "PRO": "P", "SEC": "40", "YEA": "1814", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9616	perot-edmond-1907-06-20	{"a4": "864", "g55": "05-786"}	{"g55": "05-786", "lerrcp": "A4-864"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Perot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1907-06-20 12:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.23894, "lat": 48.88341, "name": "Puteaux", "geoid": 2985034}, "notime": null, "date-ut": "1907-06-20 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Perot"}, "birth": {"tzo": "+00:09:21", "date": "1907-06-20 12:00", "place": {"c2": "92", "cy": "FR", "lg": 2.23894, "lat": 48.88341, "name": "Puteaux", "geoid": 2985034}, "date-ut": "1907-06-20 11:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-864"}, "ids-in-sources": {"a4": "864"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "92", "COU": "F", "DAY": "20", "LAT": "48N50", "LON": "2E11", "MON": "6", "NUM": "864", "PRO": "P", "SEC": "40", "YEA": "1907", "CITY": "PUTEAUX"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-786"}, "ids-in-source": {"g55": "05-786"}}, "raw": {"DAY": "20-6-1907", "HOUR": "12 h.", "NAME": "PEROT Edmond Maurice", "PLACE": "Puteaux (Seine)."}, "date": "2023-08-20T14:48:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9620	perrot-ferdinand-1808-04-23	{"a4": "868", "g55": "05-789"}	{"g55": "05-789", "lerrcp": "A4-868"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Perrot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:08:07", "date": "1808-04-23 04:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -2.03048, "lat": 47.28654, "name": "Paimboeuf", "geoid": 2988797}, "notime": null, "date-ut": "1808-04-23 04:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Perrot"}, "birth": {"tzo": "-00:08:07", "date": "1808-04-23 04:00", "place": {"c2": "44", "cy": "FR", "lg": -2.03048, "lat": 47.28654, "name": "Paimboeuf", "geoid": 2988797}, "date-ut": "1808-04-23 04:06:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-868"}, "ids-in-sources": {"a4": "868"}}, "raw": {"H": "4", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "23", "LAT": "47N13", "LON": "1W35", "MON": "4", "NUM": "868", "PRO": "P", "SEC": "20", "YEA": "1808", "CITY": "PAIMBOEUF"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-789"}, "ids-in-source": {"g55": "05-789"}}, "raw": {"DAY": "23-4-1808", "HOUR": "4 h.", "NAME": "PERROT Ferdinand", "PLACE": "Paimbceuf (Loire-Inférieure)."}, "date": "2023-08-20T14:48:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9622	pertus-ferdinand-1883-11-03	{"a4": "870", "g55": "05-791"}	{"g55": "05-791", "lerrcp": "A4-870"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Pertus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:11", "date": "1883-11-03 14:56:39", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.04466, "lat": 43.3288, "name": "Capestang", "geoid": 3028720}, "notime": null, "date-ut": "1883-11-03 14:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Pertus"}, "birth": {"tzo": "+00:12:11", "date": "1883-11-03 14:56:39", "place": {"c2": "34", "cy": "FR", "lg": 3.04466, "lat": 43.3288, "name": "Capestang", "geoid": 3028720}, "date-ut": "1883-11-03 14:44:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-870"}, "ids-in-sources": {"a4": "870"}}, "raw": {"H": "14", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "3", "LAT": "43N37", "LON": "3E53", "MON": "11", "NUM": "870", "PRO": "P", "SEC": "28", "YEA": "1883", "CITY": "CAPESTANG"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-791"}, "ids-in-source": {"g55": "05-791"}}, "raw": {"DAY": "3-11-1883", "HOUR": "15 h.", "NAME": "PERTUS Ferdinand", "PLACE": "Capestang (Hérault)."}, "date": "2023-08-20T14:48:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9625	petua-leon-1846-11-03	{"a4": "873", "g55": "05-794"}	{"g55": "05-794", "lerrcp": "A4-873"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Petua", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:04", "date": "1846-11-03 10:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1846-11-03 09:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Petua"}, "birth": {"tzo": "+00:24:04", "date": "1846-11-03 10:00", "place": {"c2": "25", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1846-11-03 09:35:52"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-873"}, "ids-in-sources": {"a4": "873"}}, "raw": {"H": "9", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "3", "LAT": "47N15", "LON": "6E 2", "MON": "11", "NUM": "873", "PRO": "P", "SEC": "52", "YEA": "1846", "CITY": "BESANCON"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-794"}, "ids-in-source": {"g55": "05-794"}}, "raw": {"DAY": "3-11-1846", "HOUR": "10 h.", "NAME": "PETUA Léon Jean", "PLACE": "Besançon (Doubs)."}, "date": "2023-08-20T14:48:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9627	peyson-pierre-1807-03-29	{"a4": "875", "g55": "05-796"}	{"g55": "05-796", "lerrcp": "A4-875"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Peyson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1807-03-29 13:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1807-03-29 12:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Peyson"}, "birth": {"tzo": "+00:15:30", "date": "1807-03-29 13:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1807-03-29 12:44:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-875"}, "ids-in-sources": {"a4": "875"}}, "raw": {"H": "12", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "29", "LAT": "43N37", "LON": "3E53", "MON": "3", "NUM": "875", "PRO": "P", "SEC": "28", "YEA": "1807", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-796"}, "ids-in-source": {"g55": "05-796"}}, "raw": {"DAY": "29-3-1807", "HOUR": "13 h.", "NAME": "PEYSON Pierre Frédér.", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:48:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9629	philippoteaux-henri-1815-04-03	{"a4": "877"}	{"lerrcp": "A4-877"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Philippoteaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1815-04-03 02:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1815-04-03 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Philippoteaux"}, "birth": {"tzo": "+00:09:24", "date": "1815-04-03 02:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1815-04-03 01:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-877"}, "ids-in-sources": {"a4": "877"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "3", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "877", "PRO": "P", "SEC": "40", "YEA": "1815", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9631	picard-hugues-1841-05-17	{"a4": "879", "g55": "05-799"}	{"g55": "05-799", "lerrcp": "A4-879"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hugues", "family": "Picard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:32", "date": "1841-05-17 15:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.63192, "lat": 45.29484, "name": "Voreppe", "geoid": 2967695}, "notime": null, "date-ut": "1841-05-17 14:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Hugues", "family": "Picard"}, "birth": {"tzo": "+00:22:32", "date": "1841-05-17 15:00", "place": {"c2": "38", "cy": "FR", "lg": 5.63192, "lat": 45.29484, "name": "Voreppe", "geoid": 2967695}, "date-ut": "1841-05-17 14:37:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-879"}, "ids-in-sources": {"a4": "879"}}, "raw": {"H": "14", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "17", "LAT": "45N11", "LON": "5E43", "MON": "5", "NUM": "879", "PRO": "P", "SEC": "8", "YEA": "1841", "CITY": "VOREPPE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-799"}, "ids-in-source": {"g55": "05-799"}}, "raw": {"DAY": "17-5-1841", "HOUR": "15 h.", "NAME": "PICARD Hugues", "PLACE": "Voreppe (Isère)."}, "date": "2023-08-20T14:48:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9633	pierdon-francois-1821-08-14	{"a4": "881", "g55": "05-801"}	{"g55": "05-801", "lerrcp": "A4-881"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Pierdon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:20", "date": "1821-08-14 04:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.33333, "lat": 46.56667, "name": "Saint-Gérand-le-Puy", "geoid": 0}, "notime": null, "date-ut": "1821-08-14 03:46:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "François", "family": "Pierdon"}, "birth": {"tzo": "+00:13:20", "date": "1821-08-14 04:00", "place": {"c2": "03", "cy": "FR", "lg": 3.33333, "lat": 46.56667, "name": "Stgerard-Lepuy", "geoid": 0}, "date-ut": "1821-08-14 03:46:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-881"}, "ids-in-sources": {"a4": "881"}}, "raw": {"H": "3", "MN": "46", "TZ": "0", "COD": "03", "COU": "F", "DAY": "14", "LAT": "46N34", "LON": "3E20", "MON": "8", "NUM": "881", "PRO": "P", "SEC": "40", "YEA": "1821", "CITY": "STGERARD-LEPUY"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Gérand-le-Puy"}}, "partial-ids": {"g55": "05-801"}, "ids-in-source": {"g55": "05-801"}}, "raw": {"DAY": "14-8-1821", "HOUR": "4 h.", "NAME": "PIERDON Francois", "PLACE": "Saint-Gérand-le-Puy (Allier)."}, "date": "2023-08-20T14:48:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9637	pils-isidore-1815-11-07	{"a4": "885"}	{"lerrcp": "A4-885"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Isidore", "family": "Pils", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1815-11-07 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1815-11-07 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Isidore", "family": "Pils"}, "birth": {"tzo": "+00:09:24", "date": "1815-11-07 05:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1815-11-07 04:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-885"}, "ids-in-sources": {"a4": "885"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "7", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "885", "PRO": "P", "SEC": "40", "YEA": "1815", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9635	piette-ludovic-1826-05-11	{"a4": "883", "g55": "05-803"}	{"g55": "05-803", "lerrcp": "A4-883"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludovic", "family": "Piette", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:50", "date": "1826-05-11 03:00", "note": null, "place": {"c1": null, "c2": "79", "c3": null, "cy": "FR", "lg": -0.45877, "lat": 46.32313, "name": "Niort", "geoid": 2990355}, "notime": null, "date-ut": "1826-05-11 03:01:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Ludovic", "family": "Piette"}, "birth": {"tzo": "-00:01:50", "date": "1826-05-11 03:00", "place": {"c2": "79", "cy": "FR", "lg": -0.45877, "lat": 46.32313, "name": "Niort", "geoid": 2990355}, "date-ut": "1826-05-11 03:01:48"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-883"}, "ids-in-sources": {"a4": "883"}}, "raw": {"H": "3", "MN": "1", "TZ": "0", "COD": "79", "COU": "F", "DAY": "11", "LAT": "46N19", "LON": "0W27", "MON": "5", "NUM": "883", "PRO": "P", "SEC": "48", "YEA": "1826", "CITY": "NIORT"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-803"}, "ids-in-source": {"g55": "05-803"}}, "raw": {"DAY": "11-5-1826", "HOUR": "3 h.", "NAME": "PIETTE Ludovic", "PLACE": "Niort (Deux-Sévres)."}, "date": "2023-08-20T14:48:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9643	place-henri-1812-04-05	{"a4": "891"}	{"lerrcp": "A4-891"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Place", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1812-04-05 14:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1812-04-05 13:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Place"}, "birth": {"tzo": "+00:09:24", "date": "1812-04-05 14:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1812-04-05 13:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-891"}, "ids-in-sources": {"a4": "891"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "5", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "891", "PRO": "P", "SEC": "40", "YEA": "1812", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9640	pinel-gustave-1842-04-15	{"a4": "888", "g55": "05-806"}	{"g55": "05-806", "lerrcp": "A4-888"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Pinel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:20", "date": "1842-04-15 14:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "Les Riceys", "geoid": 0}, "notime": null, "date-ut": "1842-04-15 13:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-888"}, "birth": {"tzo": "+00:16:20", "date": "1842-04-15 14:00", "place": {"c2": "10", "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "Lesriceys", "geoid": 0}, "date-ut": "1842-04-15 13:43:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-888"}, "ids-in-sources": {"a4": "888"}}, "raw": {"H": "13", "MN": "43", "TZ": "0", "COD": "10", "COU": "F", "DAY": "15", "LAT": "48N18", "LON": "4E 5", "MON": "4", "NUM": "888", "PRO": "P", "SEC": "40", "YEA": "1842", "CITY": "LESRICEYS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Gustave", "family": "Pinel", "nobility": ""}, "slug": "pinel-gustave-1842-04-15", "birth": {"place": {"name": "Les Riceys"}}, "partial-ids": {"g55": "05-806"}, "ids-in-source": {"g55": "05-806"}}, "raw": {"DAY": "15-4-1842", "HOUR": "14 h.", "NAME": "PINEL Gustave", "PLACE": "Les Riceys (Aube)."}, "date": "2023-08-20T14:48:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9642	pissarro-paul-1884-08-22	{"a4": "890", "g55": "05-808"}	{"g55": "05-808", "lerrcp": "A4-890"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Pissarro", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:20", "date": "1884-08-22 06:00", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Eragny-sur-Epte", "geoid": 0}, "notime": null, "date-ut": "1884-08-22 05:51:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Pissarro"}, "birth": {"tzo": "+00:08:20", "date": "1884-08-22 06:00", "place": {"c2": "60", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Eragnysepte", "geoid": 0}, "date-ut": "1884-08-22 05:51:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-890"}, "ids-in-sources": {"a4": "890"}}, "raw": {"H": "5", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "22", "LAT": "49N26", "LON": "2E 5", "MON": "8", "NUM": "890", "PRO": "P", "SEC": "40", "YEA": "1884", "CITY": "ERAGNYSEPTE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Eragny-sur-Epte"}}, "partial-ids": {"g55": "05-808"}, "ids-in-source": {"g55": "05-808"}}, "raw": {"DAY": "22-8-1884", "HOUR": "6 h.", "NAME": "PISSARO Paul Emile", "PLACE": "Eragny-sur-Epte (Oise)."}, "date": "2023-08-20T14:48:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9647	pollpot-theophile-1848-03-20	{"a4": "895"}	{"lerrcp": "A4-895"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theophile", "family": "Pollpot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1848-03-20 01:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1848-03-20 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Theophile", "family": "Pollpot"}, "birth": {"tzo": "+00:09:24", "date": "1848-03-20 01:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1848-03-20 00:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-895"}, "ids-in-sources": {"a4": "895"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "20", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "895", "PRO": "P", "SEC": "40", "YEA": "1848", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9646	plassan-antoine-1817-07-29	{"a4": "894", "g55": "05-209"}	{"g55": "05-209", "lerrcp": "A4-894"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Plassan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1817-07-29 04:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1817-07-29 04:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Plassan"}, "birth": {"tzo": "-00:02:19", "date": "1817-07-29 04:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1817-07-29 04:57:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-894"}, "ids-in-sources": {"a4": "894"}}, "raw": {"H": "4", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "29", "LAT": "44N50", "LON": "0W34", "MON": "7", "NUM": "894", "PRO": "P", "SEC": "36", "YEA": "1817", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-209"}, "ids-in-source": {"g55": "05-209"}}, "raw": {"DAY": "29-7-1817", "HOUR": "5 h.", "NAME": "PLASSAN Antoine Emile", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:48:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9648	point-armand-1861-03-23	{"a4": "896", "g55": "05-810"}	{"g55": "05-810", "lerrcp": "A4-896"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Point", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "Alger", "geoid": 0}, "notime": null, "date-ut": "1861-03-23 08:48:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Point"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "ALGER", "geoid": 0}, "date-ut": "1861-03-23 08:48:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-896"}, "ids-in-sources": {"a4": "896"}}, "raw": {"H": "8", "MN": "48", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "23", "LAT": "36N47", "LON": "3E 0", "MON": "3", "NUM": "896", "PRO": "P", "SEC": "0", "YEA": "1861", "CITY": "ALGER"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Alger"}}, "partial-ids": {"g55": "05-810"}, "ids-in-source": {"g55": "05-810"}}, "raw": {"DAY": "23-3-1861", "HOUR": "9 h.", "NAME": "POINT Armand", "PLACE": "Alger (Algérie)."}, "date": "2023-08-20T14:48:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9649	point-maurice-1875-09-18	{"a4": "897", "g55": "05-811"}	{"g55": "05-811", "lerrcp": "A4-897"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Point", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:09", "date": "1875-09-18 12:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "notime": null, "date-ut": "1875-09-18 11:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Point"}, "birth": {"tzo": "+00:13:09", "date": "1875-09-18 12:00", "place": {"c2": "02", "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "date-ut": "1875-09-18 11:45:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-897"}, "ids-in-sources": {"a4": "897"}}, "raw": {"H": "11", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "18", "LAT": "49N34", "LON": "3E37", "MON": "9", "NUM": "897", "PRO": "P", "SEC": "32", "YEA": "1875", "CITY": "SAINT-QUENTIN"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-811"}, "ids-in-source": {"g55": "05-811"}}, "raw": {"DAY": "18-9-1875", "HOUR": "12 h.", "NAME": "POINT Maurice", "PLACE": "Saint-Quentin (Aisne)."}, "date": "2023-08-20T14:48:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9652	poncet-jean-1827-02-08	{"a4": "900", "g55": "05-813"}	{"g55": "05-813", "lerrcp": "A4-900"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Poncet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:52", "date": "1827-02-08 06:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Saint-Laurent", "geoid": 0}, "notime": null, "date-ut": "1827-02-08 05:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Poncet"}, "birth": {"tzo": "+00:22:52", "date": "1827-02-08 06:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Stlaurentdemure", "geoid": 0}, "date-ut": "1827-02-08 05:37:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-900"}, "ids-in-sources": {"a4": "900"}}, "raw": {"H": "5", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "8", "LAT": "45N11", "LON": "5E43", "MON": "2", "NUM": "900", "PRO": "P", "SEC": "8", "YEA": "1827", "CITY": "STLAURENTDEMURE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Laurent"}}, "partial-ids": {"g55": "05-813"}, "ids-in-source": {"g55": "05-813"}}, "raw": {"DAY": "8-2-1827", "HOUR": "6 h.", "NAME": "PONCET Jean Baptiste", "PLACE": "Saint-Laurent (Isère)."}, "date": "2023-08-20T14:48:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9654	popelin-gustave-1859-07-30	{"a4": "902"}	{"lerrcp": "A4-902"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Popelin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1859-07-30 20:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1859-07-30 19:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Popelin"}, "birth": {"tzo": "+00:09:24", "date": "1859-07-30 20:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1859-07-30 19:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-902"}, "ids-in-sources": {"a4": "902"}}, "raw": {"H": "19", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "30", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "902", "PRO": "P", "SEC": "40", "YEA": "1859", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9656	poterlet-pierre-1804-10-28	{"a4": "904", "g55": "05-816"}	{"g55": "05-816", "lerrcp": "A4-904"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Poterlet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:50", "date": "1804-10-28 18:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 3.95922, "lat": 49.04, "name": "Épernay", "geoid": 3020062}, "notime": null, "date-ut": "1804-10-28 17:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Poterlet"}, "birth": {"tzo": "+00:15:50", "date": "1804-10-28 18:00", "place": {"c2": "51", "cy": "FR", "lg": 3.95922, "lat": 49.04, "name": "Épernay", "geoid": 3020062}, "date-ut": "1804-10-28 17:42:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-904"}, "ids-in-sources": {"a4": "904"}}, "raw": {"H": "17", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "28", "LAT": "48N57", "LON": "4E22", "MON": "10", "NUM": "904", "PRO": "P", "SEC": "32", "YEA": "1804", "CITY": "EPERNAY"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-816"}, "ids-in-source": {"g55": "05-816"}}, "raw": {"DAY": "28-10-1804", "HOUR": "18 h.", "NAME": "POTERLET Pierre", "PLACE": "Epernay (Marne)."}, "date": "2023-08-20T14:48:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9658	poulain-michel-1906-12-05	{"a4": "906", "g55": "05-818"}	{"g55": "05-818", "lerrcp": "A4-906"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Poulain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1906-12-05 03:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.33333, "lat": 48.83333, "name": "Nogent-sur-Marne", "geoid": 0}, "notime": null, "date-ut": "1906-12-05 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Poulain"}, "birth": {"tzo": "+00:09:21", "date": "1906-12-05 03:00", "place": {"c2": "75", "cy": "FR", "lg": 2.33333, "lat": 48.83333, "name": "Nogent-sur-Marne", "geoid": 0}, "date-ut": "1906-12-05 02:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-906"}, "ids-in-sources": {"a4": "906"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "5", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "906", "PRO": "P", "SEC": "40", "YEA": "1906", "CITY": "NOGENT-S-MARNE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Nogent-sur-Marne"}}, "partial-ids": {"g55": "05-818"}, "ids-in-source": {"g55": "05-818"}}, "raw": {"DAY": "5-12-1906", "HOUR": "3 h.", "NAME": "POULAIN Michel", "PLACE": "Nogent-sur-Marne (Seine)."}, "date": "2023-08-20T14:48:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9660	prat-loys-1879-10-05	{"a4": "908", "g55": "05-819"}	{"g55": "05-819", "lerrcp": "A4-908"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Loys", "family": "Prat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:51", "date": "1879-10-05 03:00", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 4.71134, "lat": 44.44246, "name": "Donzère", "geoid": 3021061}, "notime": null, "date-ut": "1879-10-05 02:40:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Loys", "family": "Prat"}, "birth": {"tzo": "+00:18:51", "date": "1879-10-05 03:00", "place": {"c2": "26", "cy": "FR", "lg": 4.71134, "lat": 44.44246, "name": "Donzère", "geoid": 3021061}, "date-ut": "1879-10-05 02:40:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-908"}, "ids-in-sources": {"a4": "908"}}, "raw": {"H": "2", "MN": "40", "TZ": "0", "COD": "26", "COU": "F", "DAY": "5", "LAT": "44N56", "LON": "4E54", "MON": "10", "NUM": "908", "PRO": "P", "SEC": "24", "YEA": "1879", "CITY": "DONZERE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-819"}, "ids-in-source": {"g55": "05-819"}}, "raw": {"DAY": "5-10-1879", "HOUR": "3 h.", "NAME": "PRAT Loys", "PLACE": "Donzère (Drôme)."}, "date": "2023-08-20T14:48:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9662	prevot-valeri-auguste-1857-01-21	{"a4": "910", "g55": "05-821"}	{"g55": "05-821", "lerrcp": "A4-910"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Prevot-Valeri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:20", "date": "1857-01-21 11:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.58333, "lat": 47.8, "name": "Villeneuve", "geoid": 0}, "notime": null, "date-ut": "1857-01-21 10:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Prevot-Valeri"}, "birth": {"tzo": "+00:14:20", "date": "1857-01-21 11:00", "place": {"c2": "89", "cy": "FR", "lg": 3.58333, "lat": 47.8, "name": "Villeneuvesyonn", "geoid": 0}, "date-ut": "1857-01-21 10:45:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-910"}, "ids-in-sources": {"a4": "910"}}, "raw": {"H": "10", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "21", "LAT": "47N48", "LON": "3E35", "MON": "1", "NUM": "910", "PRO": "P", "SEC": "40", "YEA": "1857", "CITY": "VILLENEUVESYONN"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Villeneuve"}}, "partial-ids": {"g55": "05-821"}, "ids-in-source": {"g55": "05-821"}}, "raw": {"DAY": "21-1-1857", "HOUR": "11 h.", "NAME": "PREVOT-VALERY Auguste", "PLACE": "Villeneuve (Yonne)."}, "date": "2023-08-20T14:48:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9665	gauquelin-a4-913-1845-10-14	{"a4": "913"}	{"lerrcp": "A4-913"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-913", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1845-10-14 03:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1845-10-14 02:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-913"}, "birth": {"tzo": "+00:05:46", "date": "1845-10-14 03:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1845-10-14 02:54:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-913"}, "ids-in-sources": {"a4": "913"}}, "raw": {"H": "2", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "14", "LAT": "43N37", "LON": "1E26", "MON": "10", "NUM": "913", "PRO": "P", "SEC": "16", "YEA": "1845", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9667	protais-alexandre-1825-10-17	{"a4": "915"}	{"lerrcp": "A4-915"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Protais", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1825-10-17 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1825-10-17 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Protais"}, "birth": {"tzo": "+00:09:24", "date": "1825-10-17 06:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1825-10-17 05:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-915"}, "ids-in-sources": {"a4": "915"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "17", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "915", "PRO": "P", "SEC": "40", "YEA": "1825", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9666	pron-louis-1817-12-19	{"a4": "914", "g55": "05-823"}	{"g55": "05-823", "lerrcp": "A4-914"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Pron", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:40", "date": "1817-12-19 17:00", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.16667, "lat": 48.76667, "name": "Sézanne", "geoid": 0}, "notime": null, "date-ut": "1817-12-19 16:39:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-914"}, "birth": {"tzo": "+00:20:40", "date": "1817-12-19 17:00", "place": {"c2": "55", "cy": "FR", "lg": 5.16667, "lat": 48.76667, "name": "Sezanne", "geoid": 0}, "date-ut": "1817-12-19 16:39:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-914"}, "ids-in-sources": {"a4": "914"}}, "raw": {"H": "16", "MN": "39", "TZ": "0", "COD": "55", "COU": "F", "DAY": "19", "LAT": "48N46", "LON": "5E10", "MON": "12", "NUM": "914", "PRO": "P", "SEC": "20", "YEA": "1817", "CITY": "SEZANNE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Louis", "family": "Pron", "nobility": ""}, "slug": "pron-louis-1817-12-19", "birth": {"place": {"name": "Sézanne"}}, "partial-ids": {"g55": "05-823"}, "ids-in-source": {"g55": "05-823"}}, "raw": {"DAY": "19-12-1817", "HOUR": "17 h.", "NAME": "PRON Louis", "PLACE": "Sézanne (Marne)."}, "date": "2023-08-20T14:48:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9670	puy-jean-1876-11-07	{"a4": "918", "g55": "05-214"}	{"g55": "05-214", "lerrcp": "A4-918"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Puy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:16", "date": "1876-11-07 12:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.06802, "lat": 46.03624, "name": "Roanne", "geoid": 2983362}, "notime": null, "date-ut": "1876-11-07 11:42:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Puy"}, "birth": {"tzo": "+00:16:16", "date": "1876-11-07 12:00", "place": {"c2": "42", "cy": "FR", "lg": 4.06802, "lat": 46.03624, "name": "Roanne", "geoid": 2983362}, "date-ut": "1876-11-07 11:42:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-918"}, "ids-in-sources": {"a4": "918"}}, "raw": {"H": "11", "MN": "42", "TZ": "0", "COD": "42", "COU": "F", "DAY": "7", "LAT": "45N26", "LON": "4E23", "MON": "11", "NUM": "918", "PRO": "P", "SEC": "28", "YEA": "1876", "CITY": "ROANNE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-214"}, "ids-in-source": {"g55": "05-214"}}, "raw": {"DAY": "7-11-1876", "HOUR": "12 h.", "NAME": "PUY Jean", "PLACE": "Roanne (Loire)."}, "date": "2023-08-20T14:48:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9672	quentin-bernard-1923-06-22	{"a4": "920", "g55": "05-825"}	{"g55": "05-825", "lerrcp": "A4-920"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Quentin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1923-06-22 09:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Flamicourt", "geoid": 0}, "notime": null, "date-ut": "1923-06-22 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Quentin"}, "birth": {"tzo": "+01:00", "date": "1923-06-22 09:00", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Flamicourt", "geoid": 0}, "date-ut": "1923-06-22 08:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-920"}, "ids-in-sources": {"a4": "920"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "80", "COU": "F", "DAY": "22", "LAT": "49N54", "LON": "2E18", "MON": "6", "NUM": "920", "PRO": "P", "SEC": "0", "YEA": "1923", "CITY": "FLAMICOURT"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Flamicourt"}}, "partial-ids": {"g55": "05-825"}, "ids-in-source": {"g55": "05-825"}}, "raw": {"DAY": "2-6-1923", "HOUR": "9 h.", "NAME": "QUENTIN Bernard", "PLACE": "Flamicourt (Somme)."}, "date": "2023-08-20T14:48:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9678	raffaelli-jean-1850-04-20	{"a4": "926"}	{"lerrcp": "A4-926"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Raffaelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1850-04-20 08:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1850-04-20 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Raffaelli"}, "birth": {"tzo": "+00:09:24", "date": "1850-04-20 08:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1850-04-20 07:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-926"}, "ids-in-sources": {"a4": "926"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "20", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "926", "PRO": "P", "SEC": "40", "YEA": "1850", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9675	quesnel-jean-1803-08-13	{"a4": "923", "g55": "05-828"}	{"g55": "05-828", "lerrcp": "A4-923"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Quesnel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:47", "date": "1803-08-13 18:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.44518, "lat": 49.04541, "name": "Coutances", "geoid": 3022826}, "notime": null, "date-ut": "1803-08-13 18:04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Quesnel"}, "birth": {"tzo": "-00:05:47", "date": "1803-08-13 18:00", "place": {"c2": "50", "cy": "FR", "lg": -1.44518, "lat": 49.04541, "name": "Coutances", "geoid": 3022826}, "date-ut": "1803-08-13 18:04:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-923"}, "ids-in-sources": {"a4": "923"}}, "raw": {"H": "18", "MN": "4", "TZ": "0", "COD": "50", "COU": "F", "DAY": "13", "LAT": "49N 7", "LON": "1W 5", "MON": "8", "NUM": "923", "PRO": "P", "SEC": "20", "YEA": "1803", "CITY": "COUTANCES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-828"}, "ids-in-source": {"g55": "05-828"}}, "raw": {"DAY": "13-8-1803", "HOUR": "18 h.", "NAME": "QUESNEL Jean Francois", "PLACE": "Coutances (Manche)."}, "date": "2023-08-20T14:48:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9677	rabier-benjamin-1869-12-30	{"a4": "925", "g55": "05-830"}	{"g55": "05-830", "lerrcp": "A4-925"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benjamin", "family": "Rabier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:40", "date": "1869-12-30 16:00", "note": null, "place": {"c1": null, "c2": "85", "c3": null, "cy": "FR", "lg": -1.41667, "lat": 46.66667, "name": "La Roche-sur-Yon", "geoid": 0}, "notime": null, "date-ut": "1869-12-30 16:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Benjamin", "family": "Rabier"}, "birth": {"tzo": "-00:05:40", "date": "1869-12-30 16:00", "place": {"c2": "85", "cy": "FR", "lg": -1.41667, "lat": 46.66667, "name": "Larochesyon", "geoid": 0}, "date-ut": "1869-12-30 16:05:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-925"}, "ids-in-sources": {"a4": "925"}}, "raw": {"H": "16", "MN": "5", "TZ": "0", "COD": "85", "COU": "F", "DAY": "30", "LAT": "46N40", "LON": "1W25", "MON": "12", "NUM": "925", "PRO": "P", "SEC": "40", "YEA": "1869", "CITY": "LAROCHESYON"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "La Roche-sur-Yon"}}, "partial-ids": {"g55": "05-830"}, "ids-in-source": {"g55": "05-830"}}, "raw": {"DAY": "30-12-1869", "HOUR": "16 h.", "NAME": "RABIER Benjamin", "PLACE": "La Roche-sur-Yon (Vendée)."}, "date": "2023-08-20T14:48:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9679	raffet-auguste-1804-03-02	{"a4": "927"}	{"lerrcp": "A4-927"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Raffet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1804-03-02 01:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1804-03-02 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Raffet"}, "birth": {"tzo": "+00:09:24", "date": "1804-03-02 01:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1804-03-02 00:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-927"}, "ids-in-sources": {"a4": "927"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "927", "PRO": "P", "SEC": "40", "YEA": "1804", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9680	raffort-etienne-1802-05-11	{"a4": "928"}	{"lerrcp": "A4-928"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Raffort", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:25", "date": "1802-05-11 11:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.85372, "lat": 46.78112, "name": "Chalon-sur-Saône", "geoid": 3027484}, "notime": null, "date-ut": "1802-05-11 10:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Raffort"}, "birth": {"tzo": "+00:19:25", "date": "1802-05-11 11:00", "place": {"c2": "71", "cy": "FR", "lg": 4.85372, "lat": 46.78112, "name": "Chalon-sur-Saône", "geoid": 3027484}, "date-ut": "1802-05-11 10:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-928"}, "ids-in-sources": {"a4": "928"}}, "raw": {"H": "10", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "11", "LAT": "46N18", "LON": "4E50", "MON": "5", "NUM": "928", "PRO": "P", "SEC": "40", "YEA": "1802", "CITY": "CHALON-S-SAONE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9682	rame-jules-1855-12-17	{"a4": "930", "g55": "05-832"}	{"g55": "05-832", "lerrcp": "A4-930"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Rame", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:00:25", "date": "1855-12-17 22:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.1021, "lat": 49.08363, "name": "Ouézy", "geoid": 2989040}, "notime": null, "date-ut": "1855-12-17 22:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Rame"}, "birth": {"tzo": "-00:00:25", "date": "1855-12-17 22:00", "place": {"c2": "14", "cy": "FR", "lg": -0.1021, "lat": 49.08363, "name": "Ouézy", "geoid": 2989040}, "date-ut": "1855-12-17 22:01:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-930"}, "ids-in-sources": {"a4": "930"}}, "raw": {"H": "22", "MN": "1", "TZ": "0", "COD": "14", "COU": "F", "DAY": "17", "LAT": "49N11", "LON": "0W22", "MON": "12", "NUM": "930", "PRO": "P", "SEC": "28", "YEA": "1855", "CITY": "OUEZY"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-832"}, "ids-in-source": {"g55": "05-832"}}, "raw": {"DAY": "17-12-1855", "HOUR": "22 h.", "NAME": "RAME Jules", "PLACE": "Ouézy (Calvados)."}, "date": "2023-08-20T14:48:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9688	ravier-auguste-1814-05-04	{"a4": "936", "g55": "05-217"}	{"g55": "05-217", "lerrcp": "A4-936"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Ravier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1814-05-04 12:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1814-05-04 11:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Ravier"}, "birth": {"tzo": "+00:19:23", "date": "1814-05-04 12:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1814-05-04 11:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-936"}, "ids-in-sources": {"a4": "936"}}, "raw": {"H": "11", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "4", "LAT": "45N46", "LON": "4E50", "MON": "5", "NUM": "936", "PRO": "P", "SEC": "40", "YEA": "1814", "CITY": "LYON"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-217"}, "ids-in-source": {"g55": "05-217"}}, "raw": {"DAY": "4-5-1814", "HOUR": "12 h.", "NAME": "RAVIER Auguste Francois", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:48:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9685	ravanne-leon-1854-09-30	{"a4": "933", "g55": "05-835"}	{"g55": "05-835", "lerrcp": "A4-933"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Ravanne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1854-09-30 16:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Meulan", "geoid": 0}, "notime": null, "date-ut": "1854-09-30 15:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Ravanne"}, "birth": {"tzo": "+00:08:32", "date": "1854-09-30 16:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Meulan", "geoid": 0}, "date-ut": "1854-09-30 15:51:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-933"}, "ids-in-sources": {"a4": "933"}}, "raw": {"H": "15", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "30", "LAT": "48N50", "LON": "2E 8", "MON": "9", "NUM": "933", "PRO": "P", "SEC": "28", "YEA": "1854", "CITY": "MEULAN"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Meulan"}}, "partial-ids": {"g55": "05-835"}, "ids-in-source": {"g55": "05-835"}}, "raw": {"DAY": "30-9-1854", "HOUR": "16 h.", "NAME": "RAVANNE Léon", "PLACE": "Meulan (Seine-et-Oise)."}, "date": "2023-08-20T14:48:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9693	regnault-henri-1843-10-30	{"a4": "941"}	{"lerrcp": "A4-941"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Regnault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1843-10-30 14:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1843-10-30 13:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Regnault"}, "birth": {"tzo": "+00:09:24", "date": "1843-10-30 14:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1843-10-30 13:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-941"}, "ids-in-sources": {"a4": "941"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "30", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "941", "PRO": "P", "SEC": "40", "YEA": "1843", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9689	rebeyrolle-paul-1926-11-03	{"a4": "937", "g55": "05-837"}	{"g55": "05-837", "lerrcp": "A4-937"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Rebeyrolle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1926-11-03 16:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.74215, "lat": 45.73884, "name": "Eymoutiers", "geoid": 3019209}, "notime": null, "date-ut": "1926-11-03 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Rebeyrolle"}, "birth": {"tzo": "+00:00", "date": "1926-11-03 16:00", "place": {"c2": "87", "cy": "FR", "lg": 1.74215, "lat": 45.73884, "name": "Eymoutiers", "geoid": 3019209}, "date-ut": "1926-11-03 16:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-937"}, "ids-in-sources": {"a4": "937"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "87", "COU": "F", "DAY": "3", "LAT": "45N50", "LON": "1E15", "MON": "11", "NUM": "937", "PRO": "P", "SEC": "0", "YEA": "1926", "CITY": "EYMOUTIERS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-837"}, "ids-in-source": {"g55": "05-837"}}, "raw": {"DAY": "3-11-1926", "HOUR": "16 h.", "NAME": "REBEYROLLE Paul", "PLACE": "Eymoutiers (Haute-Vienne)."}, "date": "2023-08-20T14:48:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9691	reboussin-roger-1881-10-11	{"a4": "939", "g55": "05-839"}	{"g55": "05-839", "lerrcp": "A4-939"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Reboussin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:20", "date": "1881-10-11 10:00", "note": null, "place": {"c1": null, "c2": "41", "c3": null, "cy": "FR", "lg": 1.33333, "lat": 47.58333, "name": "Sargé", "geoid": 0}, "notime": null, "date-ut": "1881-10-11 09:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Reboussin"}, "birth": {"tzo": "+00:05:20", "date": "1881-10-11 10:00", "place": {"c2": "41", "cy": "FR", "lg": 1.33333, "lat": 47.58333, "name": "Sarge", "geoid": 0}, "date-ut": "1881-10-11 09:54:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-939"}, "ids-in-sources": {"a4": "939"}}, "raw": {"H": "9", "MN": "54", "TZ": "0", "COD": "41", "COU": "F", "DAY": "11", "LAT": "47N35", "LON": "1E20", "MON": "10", "NUM": "939", "PRO": "P", "SEC": "40", "YEA": "1881", "CITY": "SARGE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Sargé"}}, "partial-ids": {"g55": "05-839"}, "ids-in-source": {"g55": "05-839"}}, "raw": {"DAY": "11-10-1881", "HOUR": "10 h.", "NAME": "REBOUSSIN Roger", "PLACE": "Sargé (Loir-et-Cher)."}, "date": "2023-08-20T14:48:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9694	regner-alfred-1902-02-22	{"a4": "942", "g55": "05-840"}	{"g55": "05-840", "lerrcp": "A4-942"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Regner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1902-02-22 19:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1902-02-22 18:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Regner"}, "birth": {"tzo": "+00:09:21", "date": "1902-02-22 19:00", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1902-02-22 18:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-942"}, "ids-in-sources": {"a4": "942"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "22", "LAT": "49N54", "LON": "2E18", "MON": "2", "NUM": "942", "PRO": "P", "SEC": "40", "YEA": "1902", "CITY": "AMIENS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-840"}, "ids-in-source": {"g55": "05-840"}}, "raw": {"DAY": "22-2-1902", "HOUR": "19 h.", "NAME": "REGNER Alfred", "PLACE": "Amiens (Somme)."}, "date": "2023-08-20T14:48:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9696	renaudin-alfred-1866-06-03	{"a4": "944", "g55": "05-842"}	{"g55": "05-842", "lerrcp": "A4-944"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Renaudin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:52", "date": "1866-06-03 09:00", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "Le Neuveville-les-Raon", "geoid": 0}, "notime": null, "date-ut": "1866-06-03 08:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Renaudin"}, "birth": {"tzo": "+00:25:52", "date": "1866-06-03 09:00", "place": {"c2": "88", "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "Laneuvevilleles", "geoid": 0}, "date-ut": "1866-06-03 08:34:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-944"}, "ids-in-sources": {"a4": "944"}}, "raw": {"H": "8", "MN": "34", "TZ": "0", "COD": "88", "COU": "F", "DAY": "3", "LAT": "48N10", "LON": "6E28", "MON": "6", "NUM": "944", "PRO": "P", "SEC": "8", "YEA": "1866", "CITY": "LANEUVEVILLELES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Le Neuveville-les-Raon"}}, "partial-ids": {"g55": "05-842"}, "ids-in-source": {"g55": "05-842"}}, "raw": {"DAY": "3-6-1866", "HOUR": "9 h.", "NAME": "RENAUDIN Alfred", "PLACE": "Le Neuveville-les-Raon (Vosges)."}, "date": "2023-08-20T14:48:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9703	ricard-louis-gustave-1823-09-01	{"a4": "951", "g55": "05-222"}	{"g55": "05-222", "lerrcp": "A4-951"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis Gustave", "family": "Ricard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1823-09-01 19:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1823-09-01 18:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-951"}, "birth": {"tzo": "+00:21:31", "date": "1823-09-01 19:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1823-09-01 18:38:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-951"}, "ids-in-sources": {"a4": "951"}}, "raw": {"H": "18", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "1", "LAT": "43N18", "LON": "5E22", "MON": "9", "NUM": "951", "PRO": "P", "SEC": "32", "YEA": "1823", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Louis Gustave", "family": "Ricard", "nobility": ""}, "slug": "ricard-louis-gustave-1823-09-01", "partial-ids": {"g55": "05-222"}, "ids-in-source": {"g55": "05-222"}}, "raw": {"DAY": "1-9-1823", "HOUR": "19 h.", "NAME": "RICARD Louis Gustave", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:48:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9701	rey-millet-constant-1905-07-03	{"a4": "949", "g55": "05-845"}	{"g55": "05-845", "lerrcp": "A4-949"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Constant", "family": "Rey-Millet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1905-07-03 17:30", "note": null, "place": {"c1": null, "c2": "74", "c3": null, "cy": "FR", "lg": 6.11667, "lat": 45.9, "name": "La Tour", "geoid": 0}, "notime": null, "date-ut": "1905-07-03 17:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Constant", "family": "Rey-Millet"}, "birth": {"tzo": "+00:09:21", "date": "1905-07-03 17:30", "place": {"c2": "74", "cy": "FR", "lg": 6.11667, "lat": 45.9, "name": "Latour", "geoid": 0}, "date-ut": "1905-07-03 17:20:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-949"}, "ids-in-sources": {"a4": "949"}}, "raw": {"H": "17", "MN": "20", "TZ": "0", "COD": "74", "COU": "F", "DAY": "3", "LAT": "45N54", "LON": "6E 7", "MON": "7", "NUM": "949", "PRO": "P", "SEC": "40", "YEA": "1905", "CITY": "LATOUR"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "La Tour"}}, "partial-ids": {"g55": "05-845"}, "ids-in-source": {"g55": "05-845"}}, "raw": {"DAY": "3-7-1905", "HOUR": "17 h. 30", "NAME": "REY-MILLET Constant", "PLACE": "La Tour (Haute-Savoie)."}, "date": "2023-08-20T14:48:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9706	richomme-jules-1818-09-19	{"a4": "954"}	{"lerrcp": "A4-954"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Richomme", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1818-09-19 08:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1818-09-19 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Richomme"}, "birth": {"tzo": "+00:09:24", "date": "1818-09-19 08:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1818-09-19 07:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-954"}, "ids-in-sources": {"a4": "954"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "19", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "954", "PRO": "P", "SEC": "40", "YEA": "1818", "CITY": "PARIS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9708	riesener-louis-1808-01-21	{"a4": "956"}	{"lerrcp": "A4-956"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Riesener", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1808-01-21 23:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1808-01-21 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Riesener"}, "birth": {"tzo": "+00:09:24", "date": "1808-01-21 23:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1808-01-21 22:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-956"}, "ids-in-sources": {"a4": "956"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "21", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "956", "PRO": "P", "SEC": "40", "YEA": "1808", "CITY": "PARIS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9705	richebe-horace-1871-11-23	{"a4": "953", "g55": "05-847"}	{"g55": "05-847", "lerrcp": "A4-953"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Horace", "family": "Richebe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "Alger", "geoid": 0}, "notime": null, "date-ut": "1871-11-23 19:48:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Horace", "family": "Richebe"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "ALGER", "geoid": 0}, "date-ut": "1871-11-23 19:48:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-953"}, "ids-in-sources": {"a4": "953"}}, "raw": {"H": "19", "MN": "48", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "23", "LAT": "36N47", "LON": "3E 0", "MON": "11", "NUM": "953", "PRO": "P", "SEC": "0", "YEA": "1871", "CITY": "ALGER"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Alger"}}, "partial-ids": {"g55": "05-847"}, "ids-in-source": {"g55": "05-847"}}, "raw": {"DAY": "23-11-1871", "HOUR": "20 h.", "NAME": "RICHEBE Charles", "PLACE": "Alger (Algérie)."}, "date": "2023-08-20T14:48:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9709	rigaud-pierre-1874-08-04	{"a4": "957"}	{"lerrcp": "A4-957"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Rigaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1874-08-04 17:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1874-08-04 17:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Rigaud"}, "birth": {"tzo": "-00:02:19", "date": "1874-08-04 17:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1874-08-04 17:57:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-957"}, "ids-in-sources": {"a4": "957"}}, "raw": {"H": "17", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "4", "LAT": "44N50", "LON": "0W34", "MON": "8", "NUM": "957", "PRO": "P", "SEC": "36", "YEA": "1874", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9711	rixens-jean-1846-11-30	{"a4": "959", "g55": "05-850"}	{"g55": "05-850", "lerrcp": "A4-959"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Rixens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:54", "date": "1846-11-30 02:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 0.72318, "lat": 43.10813, "name": "Saint-Gaudens", "geoid": 2980045}, "notime": null, "date-ut": "1846-11-30 01:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Rixens"}, "birth": {"tzo": "+00:02:54", "date": "1846-11-30 02:00", "place": {"c2": "31", "cy": "FR", "lg": 0.72318, "lat": 43.10813, "name": "Saint-Gaudens", "geoid": 2980045}, "date-ut": "1846-11-30 01:54:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-959"}, "ids-in-sources": {"a4": "959"}}, "raw": {"H": "1", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "30", "LAT": "43N37", "LON": "1E26", "MON": "11", "NUM": "959", "PRO": "P", "SEC": "16", "YEA": "1846", "CITY": "ST-GAUDENS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-850"}, "ids-in-source": {"g55": "05-850"}}, "raw": {"DAY": "30-11-1846", "HOUR": "2 h.", "NAME": "RIXENS Jean", "PLACE": "Saint-Gaudens (Haute-Garonne)."}, "date": "2023-08-20T14:48:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9713	robinet-gustave-1845-04-11	{"a4": "961", "g55": "05-852"}	{"g55": "05-852", "lerrcp": "A4-961"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Robinet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:36", "date": "1845-04-11 05:00", "note": null, "place": {"c1": null, "c2": "70", "c3": null, "cy": "FR", "lg": 6.15, "lat": 47.61667, "name": "Magny-Vernois", "geoid": 0}, "notime": null, "date-ut": "1845-04-11 04:35:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-961"}, "birth": {"tzo": "+00:24:36", "date": "1845-04-11 05:00", "place": {"c2": "70", "cy": "FR", "lg": 6.15, "lat": 47.61667, "name": "Magnyvernois", "geoid": 0}, "date-ut": "1845-04-11 04:35:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-961"}, "ids-in-sources": {"a4": "961"}}, "raw": {"H": "4", "MN": "35", "TZ": "0", "COD": "70", "COU": "F", "DAY": "11", "LAT": "47N37", "LON": "6E 9", "MON": "4", "NUM": "961", "PRO": "P", "SEC": "24", "YEA": "1845", "CITY": "MAGNYVERNOIS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Gustave", "family": "Robinet", "nobility": ""}, "slug": "robinet-gustave-1845-04-11", "birth": {"place": {"name": "Magny-Vernois"}}, "partial-ids": {"g55": "05-852"}, "ids-in-source": {"g55": "05-852"}}, "raw": {"DAY": "11-4-1845", "HOUR": "5 h.", "NAME": "ROBINET Gustave", "PLACE": "Magny-Vernois (Haute-Saône)."}, "date": "2023-08-20T14:48:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9714	robinet-gustave-ii-1877-11-21	{"a4": "962", "g55": "05-853"}	{"g55": "05-853", "lerrcp": "A4-962"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Robinet Gustave II", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:12", "date": "1877-11-21 18:20", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.04952, "lat": 48.92902, "name": "Poissy", "geoid": 2986501}, "notime": null, "date-ut": "1877-11-21 18:11:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Robinet Gustave II"}, "birth": {"tzo": "+00:08:12", "date": "1877-11-21 18:20", "place": {"c2": "78", "cy": "FR", "lg": 2.04952, "lat": 48.92902, "name": "Poissy", "geoid": 2986501}, "date-ut": "1877-11-21 18:11:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-962"}, "ids-in-sources": {"a4": "962"}}, "raw": {"H": "18", "MN": "11", "TZ": "0", "COD": "78", "COU": "F", "DAY": "21", "LAT": "48N50", "LON": "2E 8", "MON": "11", "NUM": "962", "PRO": "P", "SEC": "28", "YEA": "1877", "CITY": "POISSY"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-853"}, "ids-in-source": {"g55": "05-853"}}, "raw": {"DAY": "21-11-1877", "HOUR": "18 h. 20", "NAME": "ROBINET Gustave", "PLACE": "Poissy (Seine-et-Oise)."}, "date": "2023-08-20T14:48:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9717	roger-adolphe-1800-03-16	{"a4": "965", "g55": "05-855"}	{"g55": "05-855", "lerrcp": "A4-965"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Roger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:60", "date": "1800-03-16 00:50", "note": null, "place": {"c1": null, "c2": "91", "c3": null, "cy": "FR", "lg": 2.2498, "lat": 48.71828, "name": "Palaiseau", "geoid": 2988758}, "notime": null, "date-ut": "1800-03-16 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Roger"}, "birth": {"tzo": "+00:08:60", "date": "1800-03-16 00:50", "place": {"c2": "91", "cy": "FR", "lg": 2.2498, "lat": 48.71828, "name": "Palaiseau", "geoid": 2988758}, "date-ut": "1800-03-16 00:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-965"}, "ids-in-sources": {"a4": "965"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "91", "COU": "F", "DAY": "16", "LAT": "48N36", "LON": "2E20", "MON": "3", "NUM": "965", "PRO": "P", "SEC": "40", "YEA": "1800", "CITY": "PALAISEAU"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-855"}, "ids-in-source": {"g55": "05-855"}}, "raw": {"DAY": "16-3-1800", "HOUR": "1 h.", "NAME": "ROGER Adolphe", "PLACE": "Palaiseau (Seine-et-Oise)."}, "date": "2023-08-20T14:48:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9719	gauquelin-a4-967-1846-03-01	{"a4": "967"}	{"lerrcp": "A4-967"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-967", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1846-03-01 00:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1846-03-01 00:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-967"}, "birth": {"tzo": "+00:09:24", "date": "1846-03-01 00:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1846-03-01 00:20:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-967"}, "ids-in-sources": {"a4": "967"}}, "raw": {"H": "0", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "1", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "967", "PRO": "P", "SEC": "40", "YEA": "1846", "CITY": "PARIS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9720	rondel-henri-1857-02-02	{"a4": "968", "g55": "05-857"}	{"g55": "05-857", "lerrcp": "A4-968"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Rondel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:14", "date": "1857-02-02 01:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1857-02-02 00:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Rondel"}, "birth": {"tzo": "+00:19:14", "date": "1857-02-02 01:00", "place": {"c2": "84", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1857-02-02 00:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-968"}, "ids-in-sources": {"a4": "968"}}, "raw": {"H": "0", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "2", "LAT": "43N57", "LON": "4E50", "MON": "2", "NUM": "968", "PRO": "P", "SEC": "40", "YEA": "1857", "CITY": "AVIGNON"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-857"}, "ids-in-source": {"g55": "05-857"}}, "raw": {"DAY": "2-2-1857", "HOUR": "1 h.", "NAME": "RONDEL Henri", "PLACE": "Avignon (Vaucluse)."}, "date": "2023-08-20T14:48:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9722	ronsin-jean-1905-11-08	{"a4": "970", "g55": "05-859"}	{"g55": "05-859", "lerrcp": "A4-970"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Ronsin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1905-11-08 10:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1905-11-08 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Ronsin"}, "birth": {"tzo": "+00:09:21", "date": "1905-11-08 10:00", "place": {"c2": "35", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1905-11-08 09:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-970"}, "ids-in-sources": {"a4": "970"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "35", "COU": "F", "DAY": "8", "LAT": "48N 7", "LON": "1W40", "MON": "11", "NUM": "970", "PRO": "P", "SEC": "40", "YEA": "1905", "CITY": "RENNES"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-859"}, "ids-in-source": {"g55": "05-859"}}, "raw": {"DAY": "8-11-1905", "HOUR": "10 h.", "NAME": "RONSIN Jean", "PLACE": "Rennes (Ille-et-Vilaine)."}, "date": "2023-08-20T14:48:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9724	rose-georges-1895-07-27	{"a4": "972", "g55": "05-860"}	{"g55": "05-860", "lerrcp": "A4-972"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Rose", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 5.41373, "lat": 36.19112, "name": "Sétif", "geoid": 2481700}, "notime": null, "date-ut": "1895-07-27 19:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Rose"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 5.41373, "lat": 36.19112, "name": "Sétif", "geoid": 2481700}, "date-ut": "1895-07-27 19:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-972"}, "ids-in-sources": {"a4": "972"}}, "raw": {"H": "19", "MN": "50", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "27", "LAT": "36N10", "LON": "3E45", "MON": "7", "NUM": "972", "PRO": "P", "SEC": "40", "YEA": "1895", "CITY": "SETIF"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-860"}, "ids-in-source": {"g55": "05-860"}}, "raw": {"DAY": "27-7-1895", "HOUR": "20 h.", "NAME": "ROSE Georges", "PLACE": "Sétif (Algérie)."}, "date": "2023-08-20T14:48:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9726	rosier-amedee-1831-08-20	{"a4": "974", "g55": "05-862"}	{"g55": "05-862", "lerrcp": "A4-974"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amédée", "family": "Rosier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:31", "date": "1831-08-20 01:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.87885, "lat": 48.96014, "name": "Meaux", "geoid": 2994798}, "notime": null, "date-ut": "1831-08-20 00:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Amédée", "family": "Rosier"}, "birth": {"tzo": "+00:11:31", "date": "1831-08-20 01:00", "place": {"c2": "77", "cy": "FR", "lg": 2.87885, "lat": 48.96014, "name": "Meaux", "geoid": 2994798}, "date-ut": "1831-08-20 00:49:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-974"}, "ids-in-sources": {"a4": "974"}}, "raw": {"H": "0", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "20", "LAT": "48N33", "LON": "2E40", "MON": "8", "NUM": "974", "PRO": "P", "SEC": "20", "YEA": "1831", "CITY": "MEAUX"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-862"}, "ids-in-source": {"g55": "05-862"}}, "raw": {"DAY": "20-8-1831", "HOUR": "1 h.", "NAME": "ROSIER Amédée", "PLACE": "Meaux (Seine-et-Marne)."}, "date": "2023-08-20T14:48:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9732	rousseau-philippe-1816-02-23	{"a4": "980"}	{"lerrcp": "A4-980"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Rousseau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1816-02-23 23:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1816-02-23 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Rousseau"}, "birth": {"tzo": "+00:09:24", "date": "1816-02-23 23:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1816-02-23 22:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-980"}, "ids-in-sources": {"a4": "980"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "23", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "980", "PRO": "P", "SEC": "40", "YEA": "1816", "CITY": "PARIS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9733	rousseau-theodore-1812-04-15	{"a4": "981"}	{"lerrcp": "A4-981"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodore", "family": "Rousseau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1812-04-15 23:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1812-04-15 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Theodore", "family": "Rousseau"}, "birth": {"tzo": "+00:09:24", "date": "1812-04-15 23:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1812-04-15 22:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-981"}, "ids-in-sources": {"a4": "981"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "15", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "981", "PRO": "P", "SEC": "40", "YEA": "1812", "CITY": "PARIS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9729	rougeron-jules-1840-10-08	{"a4": "977", "g55": "05-864"}	{"g55": "05-864", "lerrcp": "A4-977"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Rougeron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:08", "date": "1840-10-08 07:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Gevray-Chambertin", "geoid": 0}, "notime": null, "date-ut": "1840-10-08 06:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Rougeron"}, "birth": {"tzo": "+00:20:08", "date": "1840-10-08 07:00", "place": {"c2": "21", "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Gevraychamberti", "geoid": 0}, "date-ut": "1840-10-08 06:39:52"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-977"}, "ids-in-sources": {"a4": "977"}}, "raw": {"H": "6", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "8", "LAT": "47N19", "LON": "5E 2", "MON": "10", "NUM": "977", "PRO": "P", "SEC": "52", "YEA": "1840", "CITY": "GEVRAYCHAMBERTI"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Gevray-Chambertin"}}, "partial-ids": {"g55": "05-864"}, "ids-in-source": {"g55": "05-864"}}, "raw": {"DAY": "8-10-1840", "HOUR": "7 h.", "NAME": "ROUGERON Jules", "PLACE": "Gevray-Chambertin (Côte-d’Or)."}, "date": "2023-08-20T14:48:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9735	roussel-georges-1860-12-19	{"a4": "983", "g55": "05-866"}	{"g55": "05-866", "lerrcp": "A4-983"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Roussel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:20", "date": "1860-12-19 09:00", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Beauvais", "geoid": 3034006}, "notime": null, "date-ut": "1860-12-19 08:51:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Roussel"}, "birth": {"tzo": "+00:08:20", "date": "1860-12-19 09:00", "place": {"c2": "60", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Beauvais", "geoid": 3034006}, "date-ut": "1860-12-19 08:51:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-983"}, "ids-in-sources": {"a4": "983"}}, "raw": {"H": "8", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "19", "LAT": "49N26", "LON": "2E 5", "MON": "12", "NUM": "983", "PRO": "P", "SEC": "40", "YEA": "1860", "CITY": "BEAUVAIS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-866"}, "ids-in-source": {"g55": "05-866"}}, "raw": {"DAY": "19-12-1860", "HOUR": "9 h.", "NAME": "ROUSSEL Georges", "PLACE": "Beauvais (Oise)."}, "date": "2023-08-20T14:48:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9738	roux-tony-1894-07-03	{"a4": "986", "g55": "05-868"}	{"g55": "05-868", "lerrcp": "A4-986"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tony", "family": "Roux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1894-07-03 10:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Fontenay-sous-Bois", "geoid": 0}, "notime": null, "date-ut": "1894-07-03 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Tony", "family": "Roux"}, "birth": {"tzo": "+00:09:21", "date": "1894-07-03 10:00", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Fontenayssbois", "geoid": 0}, "date-ut": "1894-07-03 09:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-986"}, "ids-in-sources": {"a4": "986"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "3", "LAT": "48N47", "LON": "2E29", "MON": "7", "NUM": "986", "PRO": "P", "SEC": "40", "YEA": "1894", "CITY": "FONTENAYSSBOIS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Fontenay-sous-Bois"}}, "partial-ids": {"g55": "05-868"}, "ids-in-source": {"g55": "05-868"}}, "raw": {"DAY": "3-7-1894", "HOUR": "10 h.", "NAME": "ROUX Tony", "PLACE": "Fontenay-sous-Bois (Seine)."}, "date": "2023-08-20T14:48:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9742	roybet-ferdinand-1840-04-12	{"a4": "990", "g55": "05-230"}	{"g55": "05-230", "lerrcp": "A4-990"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Roybet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:41", "date": "1840-04-12 03:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.41973, "lat": 44.01251, "name": "Uzès", "geoid": 2971258}, "notime": null, "date-ut": "1840-04-12 02:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-990"}, "birth": {"tzo": "+00:17:41", "date": "1840-04-12 03:00", "place": {"c2": "30", "cy": "FR", "lg": 4.41973, "lat": 44.01251, "name": "Uzès", "geoid": 2971258}, "date-ut": "1840-04-12 02:42:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-990"}, "ids-in-sources": {"a4": "990"}}, "raw": {"H": "2", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "12", "LAT": "43N51", "LON": "4E21", "MON": "4", "NUM": "990", "PRO": "P", "SEC": "36", "YEA": "1840", "CITY": "UZES"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Ferdinand", "family": "Roybet", "nobility": ""}, "slug": "roybet-ferdinand-1840-04-12", "partial-ids": {"g55": "05-230"}, "ids-in-source": {"g55": "05-230"}}, "raw": {"DAY": "12-4-1840", "HOUR": "3 h.", "NAME": "ROYBET Ferdinand", "PLACE": "Uzés (Gard)."}, "date": "2023-08-20T14:48:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9740	roux-renard-antonin-1870-03-15	{"a4": "988", "g55": "05-870"}	{"g55": "05-870", "lerrcp": "A4-988"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonin", "family": "Roux-Renard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:14", "date": "1870-03-15 02:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.81025, "lat": 44.13806, "name": "Orange", "geoid": 2989460}, "notime": null, "date-ut": "1870-03-15 01:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Antonin", "family": "Roux-Renard"}, "birth": {"tzo": "+00:19:14", "date": "1870-03-15 02:00", "place": {"c2": "84", "cy": "FR", "lg": 4.81025, "lat": 44.13806, "name": "Orange", "geoid": 2989460}, "date-ut": "1870-03-15 01:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-988"}, "ids-in-sources": {"a4": "988"}}, "raw": {"H": "1", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "15", "LAT": "43N57", "LON": "4E50", "MON": "3", "NUM": "988", "PRO": "P", "SEC": "40", "YEA": "1870", "CITY": "ORANGE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-870"}, "ids-in-source": {"g55": "05-870"}}, "raw": {"DAY": "15-3-1870", "HOUR": "2 h.", "NAME": "ROUX RENARD Antonin", "PLACE": "Orange (Vaucluse)."}, "date": "2023-08-20T14:48:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9745	rudaux-edmond-1840-02-10	{"a4": "993", "g55": "05-873"}	{"g55": "05-873", "lerrcp": "A4-993"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Rudaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:32", "date": "1840-02-10 02:00", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.3829, "lat": 49.15964, "name": "Verdun", "geoid": 2969958}, "notime": null, "date-ut": "1840-02-10 01:39:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Rudaux"}, "birth": {"tzo": "+00:21:32", "date": "1840-02-10 02:00", "place": {"c2": "55", "cy": "FR", "lg": 5.3829, "lat": 49.15964, "name": "Verdun", "geoid": 2969958}, "date-ut": "1840-02-10 01:39:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-993"}, "ids-in-sources": {"a4": "993"}}, "raw": {"H": "1", "MN": "39", "TZ": "0", "COD": "55", "COU": "F", "DAY": "10", "LAT": "48N46", "LON": "5E10", "MON": "2", "NUM": "993", "PRO": "P", "SEC": "20", "YEA": "1840", "CITY": "VERDUN"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-873"}, "ids-in-source": {"g55": "05-873"}}, "raw": {"DAY": "10-2-1840", "HOUR": "2 h.", "NAME": "RUDAUX Edmond", "PLACE": "Verdun (Meuse)."}, "date": "2023-08-20T14:48:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9747	russac-clairefond-lucienne-1909-07-13	{"a4": "995", "g55": "05-875"}	{"g55": "05-875", "lerrcp": "A4-995"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucienne", "family": "Russac-Clairefond", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1909-07-13 04:00", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.96725, "lat": 44.49898, "name": "Fumel", "geoid": 3016903}, "notime": null, "date-ut": "1909-07-13 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Lucienne", "family": "Russac-Clairefond"}, "birth": {"tzo": "+00:09:21", "date": "1909-07-13 04:00", "place": {"c2": "47", "cy": "FR", "lg": 0.96725, "lat": 44.49898, "name": "Fumel", "geoid": 3016903}, "date-ut": "1909-07-13 03:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-995"}, "ids-in-sources": {"a4": "995"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "47", "COU": "F", "DAY": "13", "LAT": "44N12", "LON": "0E38", "MON": "7", "NUM": "995", "PRO": "P", "SEC": "40", "YEA": "1909", "CITY": "FUMEL"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-875"}, "ids-in-source": {"g55": "05-875"}}, "raw": {"DAY": "13-7-1909", "HOUR": "4 h.", "NAME": "RUSSAC-CLAIREFOND Lucienne", "PLACE": "Fumel (Lot-et-Gar.)."}, "date": "2023-08-20T14:48:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9752	saint-germier-joseph-1860-01-19	{"a4": "1000"}	{"lerrcp": "A4-1000"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Saint-Germier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1860-01-19 14:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1860-01-19 13:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Saint-Germier"}, "birth": {"tzo": "+00:05:46", "date": "1860-01-19 14:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1860-01-19 13:54:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1000"}, "ids-in-sources": {"a4": "1000"}}, "raw": {"H": "13", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "19", "LAT": "43N37", "LON": "1E26", "MON": "1", "NUM": "1000", "PRO": "P", "SEC": "16", "YEA": "1860", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9751	sain-paul-jean-marie-1853-12-06	{"a4": "999", "g55": "05-232"}	{"g55": "05-232", "lerrcp": "A4-999"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul Jean-Marie", "family": "Sain", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:14", "date": "1853-12-06 00:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1853-12-05 23:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-999"}, "birth": {"tzo": "+00:19:14", "date": "1853-12-06 00:00", "place": {"c2": "84", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1853-12-05 23:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-999"}, "ids-in-sources": {"a4": "999"}}, "raw": {"H": "23", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "5", "LAT": "43N57", "LON": "4E50", "MON": "12", "NUM": "999", "PRO": "P", "SEC": "40", "YEA": "1853", "CITY": "AVIGNON"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Paul Jean-Marie", "family": "Sain", "nobility": ""}, "slug": "sain-paul-jean-marie-1853-12-06", "partial-ids": {"g55": "05-232"}, "ids-in-source": {"g55": "05-232"}}, "raw": {"DAY": "6-12-1853", "HOUR": "0 h.", "NAME": "SAIN Paul Jean-Marie", "PLACE": "Avignon (Vaucluse)."}, "date": "2023-08-20T14:48:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9749	sabatte-fernand-1874-05-14	{"a4": "997", "g55": "05-877"}	{"g55": "05-877", "lerrcp": "A4-997"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Sabatte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01:21", "date": "1874-05-14 05:00", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.33943, "lat": 44.29919, "name": "Aiguillon", "geoid": 3038466}, "notime": null, "date-ut": "1874-05-14 04:57:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Sabatte"}, "birth": {"tzo": "+00:01:21", "date": "1874-05-14 05:00", "place": {"c2": "47", "cy": "FR", "lg": 0.33943, "lat": 44.29919, "name": "Aiguillon", "geoid": 3038466}, "date-ut": "1874-05-14 04:57:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-997"}, "ids-in-sources": {"a4": "997"}}, "raw": {"H": "4", "MN": "57", "TZ": "0", "COD": "47", "COU": "F", "DAY": "14", "LAT": "44N12", "LON": "0E38", "MON": "5", "NUM": "997", "PRO": "P", "SEC": "28", "YEA": "1874", "CITY": "AIGUILLON"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-877"}, "ids-in-source": {"g55": "05-877"}}, "raw": {"DAY": "14-5-1874", "HOUR": "5 h.", "NAME": "SABATTE Fernand", "PLACE": "Aiguillon (Lot-et-Garonne)."}, "date": "2023-08-20T14:48:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9756	saint-saens-marc-1903-05-01	{"a4": "1004", "g55": "05-881"}	{"g55": "05-881", "lerrcp": "A4-1004"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marc", "family": "Saint-Saens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1903-05-01 15:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1903-05-01 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Marc", "family": "Saint-Saens"}, "birth": {"tzo": "+00:09:21", "date": "1903-05-01 15:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1903-05-01 14:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1004"}, "ids-in-sources": {"a4": "1004"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "31", "COU": "F", "DAY": "1", "LAT": "43N37", "LON": "1E26", "MON": "5", "NUM": "1004", "PRO": "P", "SEC": "40", "YEA": "1903", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-881"}, "ids-in-source": {"g55": "05-881"}}, "raw": {"DAY": "1-5-1903", "HOUR": "15 h.", "NAME": "SAINT-SAENS Marcel", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:48:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9758	salvat-francois-1892-07-12	{"a4": "1006", "g55": "05-883"}	{"g55": "05-883", "lerrcp": "A4-1006"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Salvat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1892-07-12 15:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.91667, "lat": 42.7, "name": "Amélie-les-Bains", "geoid": 0}, "notime": null, "date-ut": "1892-07-12 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "François", "family": "Salvat"}, "birth": {"tzo": "+00:09:21", "date": "1892-07-12 15:00", "place": {"c2": "66", "cy": "FR", "lg": 2.91667, "lat": 42.7, "name": "Amelielesbains", "geoid": 0}, "date-ut": "1892-07-12 14:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1006"}, "ids-in-sources": {"a4": "1006"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "66", "COU": "F", "DAY": "12", "LAT": "42N42", "LON": "2E55", "MON": "7", "NUM": "1006", "PRO": "P", "SEC": "40", "YEA": "1892", "CITY": "AMELIELESBAINS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Amélie-les-Bains"}}, "partial-ids": {"g55": "05-883"}, "ids-in-source": {"g55": "05-883"}}, "raw": {"DAY": "12-7-1892", "HOUR": "15 h.", "NAME": "SALVAT Francois", "PLACE": "Amélie-les-Bains (Pyrénées-Orient.)."}, "date": "2023-08-20T14:48:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9759	saubes-leon-1855-03-06	{"a4": "1007", "g55": "05-884"}	{"g55": "05-884", "lerrcp": "A4-1007"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Saubes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:49", "date": "1855-03-06 20:56:39", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.20403, "lat": 43.51199, "name": "Guiche", "geoid": 3014306}, "notime": null, "date-ut": "1855-03-06 21:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Saubes"}, "birth": {"tzo": "-00:04:49", "date": "1855-03-06 20:56:39", "place": {"c2": "64", "cy": "FR", "lg": -1.20403, "lat": 43.51199, "name": "Guiche", "geoid": 3014306}, "date-ut": "1855-03-06 21:01:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1007"}, "ids-in-sources": {"a4": "1007"}}, "raw": {"H": "21", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "6", "LAT": "43N18", "LON": "0W22", "MON": "3", "NUM": "1007", "PRO": "P", "SEC": "28", "YEA": "1855", "CITY": "GUICHE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-884"}, "ids-in-source": {"g55": "05-884"}}, "raw": {"DAY": "6-3-1855", "HOUR": "21 h.", "NAME": "SAUBES Léon", "PLACE": "Guiche (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9762	sautai-paul-1842-01-29	{"a4": "1010", "g55": "05-886"}	{"g55": "05-886", "lerrcp": "A4-1010"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Sautai", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:12", "date": "1842-01-29 17:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1842-01-29 16:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Sautai"}, "birth": {"tzo": "+00:09:12", "date": "1842-01-29 17:00", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1842-01-29 16:50:48"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1010"}, "ids-in-sources": {"a4": "1010"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "29", "LAT": "49N54", "LON": "2E18", "MON": "1", "NUM": "1010", "PRO": "P", "SEC": "48", "YEA": "1842", "CITY": "AMIENS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-886"}, "ids-in-source": {"g55": "05-886"}}, "raw": {"DAY": "29-1-1842", "HOUR": "17 h.", "NAME": "SAUTAI Paul", "PLACE": "Amiens (Somme)."}, "date": "2023-08-20T14:48:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9766	savreux-maurice-1884-05-27	{"a4": "1014", "g55": "05-236"}	{"g55": "05-236", "lerrcp": "A4-1014"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Savreux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1884-05-27 15:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1884-05-27 14:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Savreux"}, "birth": {"tzo": "+00:12:14", "date": "1884-05-27 15:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1884-05-27 14:47:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1014"}, "ids-in-sources": {"a4": "1014"}}, "raw": {"H": "14", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "27", "LAT": "50N39", "LON": "3E 5", "MON": "5", "NUM": "1014", "PRO": "P", "SEC": "40", "YEA": "1884", "CITY": "LILLE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-236"}, "ids-in-source": {"g55": "05-236"}}, "raw": {"DAY": "27-5-1884", "HOUR": "15 h.", "NAME": "SAVREUX Maurice", "PLACE": "Lille (Nord)."}, "date": "2023-08-20T14:48:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9767	scalbert-jules-1851-08-09	{"a4": "1015", "g55": "05-889"}	{"g55": "05-889", "lerrcp": "A4-1015"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Scalbert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:19", "date": "1851-08-09 16:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "notime": null, "date-ut": "1851-08-09 15:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Scalbert"}, "birth": {"tzo": "+00:12:19", "date": "1851-08-09 16:00", "place": {"c2": "59", "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "date-ut": "1851-08-09 15:47:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1015"}, "ids-in-sources": {"a4": "1015"}}, "raw": {"H": "15", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "9", "LAT": "50N39", "LON": "3E 5", "MON": "8", "NUM": "1015", "PRO": "P", "SEC": "40", "YEA": "1851", "CITY": "DOUAI"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-889"}, "ids-in-source": {"g55": "05-889"}}, "raw": {"DAY": "9-8-1851", "HOUR": "16 h.", "NAME": "SCALBERT jules", "PLACE": "Douai (Nord)."}, "date": "2023-08-20T14:48:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9770	schlumberger-eugene-1875-03-09	{"a4": "1018", "g55": "05-892"}	{"g55": "05-892", "lerrcp": "A4-1018"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Schlumberger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "notime": null, "date-ut": "1875-03-09 03:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Schlumberger"}, "birth": {"place": {"c2": "68", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "date-ut": "1875-03-09 03:30:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1018"}, "ids-in-sources": {"a4": "1018"}}, "raw": {"H": "4", "MN": "30", "TZ": "-1", "COD": "68", "COU": "F", "DAY": "9", "LAT": "48N 5", "LON": "7E21", "MON": "3", "NUM": "1018", "PRO": "P", "SEC": "36", "YEA": "1875", "CITY": "MULHOUSE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-892"}, "ids-in-source": {"g55": "05-892"}}, "raw": {"DAY": "9-3-1875", "HOUR": "4 h.", "NAME": "SCHLUMBERGER Eugène", "PLACE": "Mulhouse (Haut-Rhin)."}, "date": "2023-08-20T14:48:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9772	schuler-jules-1821-06-18	{"a4": "1020", "g55": "05-894"}	{"g55": "05-894", "lerrcp": "A4-1020"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Schuler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1821-06-18 12:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1821-06-18 11:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Schuler"}, "birth": {"tzo": "+00:30:59", "date": "1821-06-18 12:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1821-06-18 11:29"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1020"}, "ids-in-sources": {"a4": "1020"}}, "raw": {"H": "11", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "18", "LAT": "48N35", "LON": "7E45", "MON": "6", "NUM": "1020", "PRO": "P", "SEC": "0", "YEA": "1821", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-894"}, "ids-in-source": {"g55": "05-894"}}, "raw": {"DAY": "18-6-1821", "HOUR": "12 h.", "NAME": "SCHULER Jules", "PLACE": "Strasbourg (Bas-Rhin)."}, "date": "2023-08-20T14:48:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9775	sechan-charles-1803-06-29	{"a4": "1023"}	{"lerrcp": "A4-1023"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Sechan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1803-06-29 11:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1803-06-29 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Sechan"}, "birth": {"tzo": "+00:09:24", "date": "1803-06-29 11:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1803-06-29 10:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1023"}, "ids-in-sources": {"a4": "1023"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "29", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "1023", "PRO": "P", "SEC": "40", "YEA": "1803", "CITY": "PARIS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9777	sellier-charles-1830-12-23	{"a4": "1025", "g55": "05-898"}	{"g55": "05-898", "lerrcp": "A4-1025"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Sellier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1830-12-23 18:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1830-12-23 17:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Sellier"}, "birth": {"tzo": "+00:24:44", "date": "1830-12-23 18:00", "place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1830-12-23 17:35:12"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1025"}, "ids-in-sources": {"a4": "1025"}}, "raw": {"H": "17", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "23", "LAT": "48N42", "LON": "6E12", "MON": "12", "NUM": "1025", "PRO": "P", "SEC": "12", "YEA": "1830", "CITY": "NANCY"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-898"}, "ids-in-source": {"g55": "05-898"}}, "raw": {"DAY": "23-12-1830", "HOUR": "18 h.", "NAME": "SELLIER Charles", "PLACE": "Nancy (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:48:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9779	sem-marie-1863-11-22	{"a4": "1027", "g55": "05-900"}	{"g55": "05-900", "lerrcp": "A4-1027"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Sem", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:51", "date": "1863-11-22 21:00", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "notime": null, "date-ut": "1863-11-22 20:57:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Sem"}, "birth": {"tzo": "+00:02:51", "date": "1863-11-22 21:00", "place": {"c2": "24", "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "date-ut": "1863-11-22 20:57:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1027"}, "ids-in-sources": {"a4": "1027"}}, "raw": {"H": "20", "MN": "57", "TZ": "0", "COD": "24", "COU": "F", "DAY": "22", "LAT": "45N11", "LON": "0E44", "MON": "11", "NUM": "1027", "PRO": "P", "SEC": "4", "YEA": "1863", "CITY": "PERIGUEUX"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-900"}, "ids-in-source": {"g55": "05-900"}}, "raw": {"DAY": "22-11-1863", "HOUR": "21 h.", "NAME": "SEM Joseph (Goursat)", "PLACE": "Périgueux (Dordogne)."}, "date": "2023-08-20T14:48:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9781	serret-charles-1824-07-05	{"a4": "1029", "g55": "05-902"}	{"g55": "05-902", "lerrcp": "A4-1029"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Serret", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:34", "date": "1824-07-05 07:00", "note": null, "place": {"c1": null, "c2": "07", "c3": null, "cy": "FR", "lg": 4.39033, "lat": 44.61975, "name": "Aubenas", "geoid": 3036418}, "notime": null, "date-ut": "1824-07-05 06:41:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1029"}, "birth": {"tzo": "+00:17:34", "date": "1824-07-05 07:00", "place": {"c2": "07", "cy": "FR", "lg": 4.39033, "lat": 44.61975, "name": "Aubenas", "geoid": 3036418}, "date-ut": "1824-07-05 06:41:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1029"}, "ids-in-sources": {"a4": "1029"}}, "raw": {"H": "6", "MN": "41", "TZ": "0", "COD": "07", "COU": "F", "DAY": "5", "LAT": "44N44", "LON": "4E36", "MON": "7", "NUM": "1029", "PRO": "P", "SEC": "36", "YEA": "1824", "CITY": "AUBENAS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Charles", "family": "Serret", "nobility": ""}, "slug": "serret-charles-1824-07-05", "partial-ids": {"g55": "05-902"}, "ids-in-source": {"g55": "05-902"}}, "raw": {"DAY": "5-7-1824", "HOUR": "7 h.", "NAME": "SERRET Charles", "PLACE": "Aubenas (Ardèche)."}, "date": "2023-08-20T14:48:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9787	sinibaldi-jean-1857-05-19	{"a4": "1035"}	{"lerrcp": "A4-1035"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Sinibaldi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1857-05-19 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1857-05-19 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Sinibaldi"}, "birth": {"tzo": "+00:09:24", "date": "1857-05-19 05:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1857-05-19 04:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1035"}, "ids-in-sources": {"a4": "1035"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "19", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "1035", "PRO": "P", "SEC": "40", "YEA": "1857", "CITY": "PARIS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9784	simon-leon-1836-06-14	{"a4": "1032", "g55": "05-903"}	{"g55": "05-903", "lerrcp": "A4-1032"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Simon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:41", "date": "1836-06-14 05:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1836-06-14 04:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Simon"}, "birth": {"tzo": "+00:24:41", "date": "1836-06-14 05:00", "place": {"c2": "57", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1836-06-14 04:35:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1032"}, "ids-in-sources": {"a4": "1032"}}, "raw": {"H": "4", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "14", "LAT": "49N 7", "LON": "6E11", "MON": "6", "NUM": "1032", "PRO": "P", "SEC": "16", "YEA": "1836", "CITY": "METZ"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-903"}, "ids-in-source": {"g55": "05-903"}}, "raw": {"DAY": "14-6-1836", "HOUR": "5 h.", "NAME": "SIMON Léon", "PLACE": "Metz (Moselle)."}, "date": "2023-08-20T14:48:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9786	sinet-andre-1867-02-19	{"a4": "1034", "g55": "05-905"}	{"g55": "05-905", "lerrcp": "A4-1034"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Sinet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1867-02-19 15:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Villennes-sur-Seine", "geoid": 0}, "notime": null, "date-ut": "1867-02-19 14:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "André", "family": "Sinet"}, "birth": {"tzo": "+00:08:32", "date": "1867-02-19 15:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Villennessseine", "geoid": 0}, "date-ut": "1867-02-19 14:51:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1034"}, "ids-in-sources": {"a4": "1034"}}, "raw": {"H": "14", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "19", "LAT": "48N50", "LON": "2E 8", "MON": "2", "NUM": "1034", "PRO": "P", "SEC": "28", "YEA": "1867", "CITY": "VILLENNESSSEINE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Villennes-sur-Seine"}}, "partial-ids": {"g55": "05-905"}, "ids-in-source": {"g55": "05-905"}}, "raw": {"DAY": "19-2-1867", "HOUR": "15 h.", "NAME": "SINET André", "PLACE": "Villennes-sur-Seine (Seine-et-Oise)."}, "date": "2023-08-20T14:48:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9789	smith-alfred-1854-07-30	{"a4": "1037"}	{"lerrcp": "A4-1037"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Smith", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1854-07-30 06:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1854-07-30 06:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Smith"}, "birth": {"tzo": "-00:02:19", "date": "1854-07-30 06:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1854-07-30 06:57:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1037"}, "ids-in-sources": {"a4": "1037"}}, "raw": {"H": "6", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "30", "LAT": "44N50", "LON": "0W34", "MON": "7", "NUM": "1037", "PRO": "P", "SEC": "36", "YEA": "1854", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9790	solde-alexandre-1821-10-03	{"a4": "1038"}	{"lerrcp": "A4-1038"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Solde", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:12", "date": "1821-10-03 03:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "notime": null, "date-ut": "1821-10-03 03:02:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Solde"}, "birth": {"tzo": "-00:02:12", "date": "1821-10-03 03:00", "place": {"c2": "49", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "date-ut": "1821-10-03 03:02:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1038"}, "ids-in-sources": {"a4": "1038"}}, "raw": {"H": "3", "MN": "2", "TZ": "0", "COD": "49", "COU": "F", "DAY": "3", "LAT": "47N28", "LON": "0W32", "MON": "10", "NUM": "1038", "PRO": "P", "SEC": "8", "YEA": "1821", "CITY": "ANGERS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9791	gauquelin-a4-1039-1844-02-29	{"a4": "1039"}	{"lerrcp": "A4-1039"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1039", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:24", "date": "1844-02-29 02:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1844-02-29 01:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1039"}, "birth": {"tzo": "+00:04:24", "date": "1844-02-29 02:00", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1844-02-29 01:55:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1039"}, "ids-in-sources": {"a4": "1039"}}, "raw": {"H": "1", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "29", "LAT": "49N26", "LON": "1E 5", "MON": "2", "NUM": "1039", "PRO": "P", "SEC": "40", "YEA": "1844", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9792	son-johannes-1859-12-24	{"a4": "1040"}	{"lerrcp": "A4-1040"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Son", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1859-12-24 03:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1859-12-24 02:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Son"}, "birth": {"tzo": "+00:19:23", "date": "1859-12-24 03:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1859-12-24 02:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1040"}, "ids-in-sources": {"a4": "1040"}}, "raw": {"H": "2", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "24", "LAT": "45N46", "LON": "4E50", "MON": "12", "NUM": "1040", "PRO": "P", "SEC": "40", "YEA": "1859", "CITY": "LYON"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9793	sonrel-elisabeth-1874-05-17	{"a4": "1041"}	{"lerrcp": "A4-1041"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elisabeth", "family": "Sonrel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:49", "date": "1874-05-17 22:00", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "notime": null, "date-ut": "1874-05-17 21:57:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Elisabeth", "family": "Sonrel"}, "birth": {"tzo": "+00:02:49", "date": "1874-05-17 22:00", "place": {"c2": "37", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "date-ut": "1874-05-17 21:57:12"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1041"}, "ids-in-sources": {"a4": "1041"}}, "raw": {"H": "21", "MN": "57", "TZ": "0", "COD": "37", "COU": "F", "DAY": "17", "LAT": "47N24", "LON": "0E42", "MON": "5", "NUM": "1041", "PRO": "P", "SEC": "12", "YEA": "1874", "CITY": "TOURS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9794	sorieul-jean-1823-12-08	{"a4": "1042"}	{"lerrcp": "A4-1042"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Sorieul", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:24", "date": "1823-12-08 05:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1823-12-08 04:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Sorieul"}, "birth": {"tzo": "+00:04:24", "date": "1823-12-08 05:00", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1823-12-08 04:55:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1042"}, "ids-in-sources": {"a4": "1042"}}, "raw": {"H": "4", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "8", "LAT": "49N26", "LON": "1E 5", "MON": "12", "NUM": "1042", "PRO": "P", "SEC": "40", "YEA": "1823", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9795	soulas-louis-1905-09-01	{"a4": "1043"}	{"lerrcp": "A4-1043"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Soulas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1905-09-01 02:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1905-09-01 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Soulas"}, "birth": {"tzo": "+00:09:21", "date": "1905-09-01 02:00", "place": {"c2": "45", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1905-09-01 01:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1043"}, "ids-in-sources": {"a4": "1043"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "45", "COU": "F", "DAY": "1", "LAT": "47N54", "LON": "1E54", "MON": "9", "NUM": "1043", "PRO": "P", "SEC": "40", "YEA": "1905", "CITY": "ORLEANS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9796	souverbie-jean-1891-03-21	{"a4": "1044"}	{"lerrcp": "A4-1044"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Souverbie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1891-03-21 21:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Boulogne-Billanc", "geoid": 0}, "notime": null, "date-ut": "1891-03-21 20:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Souverbie"}, "birth": {"tzo": "+00:09:21", "date": "1891-03-21 21:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Boulogne-Billanc", "geoid": 0}, "date-ut": "1891-03-21 20:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1044"}, "ids-in-sources": {"a4": "1044"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "92", "COU": "F", "DAY": "21", "LAT": "48N50", "LON": "2E11", "MON": "3", "NUM": "1044", "PRO": "P", "SEC": "40", "YEA": "1891", "CITY": "BOULOGNE-BILLANC"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9797	staal-gustave-1817-09-02	{"a4": "1045"}	{"lerrcp": "A4-1045"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Staal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:01", "date": "1817-09-02 09:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.00216, "lat": 48.90609, "name": "Vertus", "geoid": 2969607}, "notime": null, "date-ut": "1817-09-02 08:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Staal"}, "birth": {"tzo": "+00:16:01", "date": "1817-09-02 09:00", "place": {"c2": "51", "cy": "FR", "lg": 4.00216, "lat": 48.90609, "name": "Vertus", "geoid": 2969607}, "date-ut": "1817-09-02 08:42:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1045"}, "ids-in-sources": {"a4": "1045"}}, "raw": {"H": "8", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "2", "LAT": "48N57", "LON": "4E22", "MON": "9", "NUM": "1045", "PRO": "P", "SEC": "32", "YEA": "1817", "CITY": "VERTUS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9798	steinheil-louis-1814-06-26	{"a4": "1046"}	{"lerrcp": "A4-1046"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Steinheil", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1814-06-26 02:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1814-06-26 01:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Steinheil"}, "birth": {"tzo": "+00:30:59", "date": "1814-06-26 02:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1814-06-26 01:29"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1046"}, "ids-in-sources": {"a4": "1046"}}, "raw": {"H": "1", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "26", "LAT": "48N35", "LON": "7E45", "MON": "6", "NUM": "1046", "PRO": "P", "SEC": "0", "YEA": "1814", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9799	steuben-alexandre-1814-06-22	{"a4": "1047"}	{"lerrcp": "A4-1047"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Steuben", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1814-06-22 17:15:04", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1814-06-22 17:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Steuben"}, "birth": {"tzo": "+00:09:24", "date": "1814-06-22 17:15:04", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1814-06-22 17:05:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1047"}, "ids-in-sources": {"a4": "1047"}}, "raw": {"H": "17", "MN": "5", "TZ": "0", "COD": "75", "COU": "F", "DAY": "22", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "1047", "PRO": "P", "SEC": "40", "YEA": "1814", "CITY": "PARIS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9800	stoskopf-gustave-1869-07-08	{"a4": "1048"}	{"lerrcp": "A4-1048"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Stoskopf", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:51", "date": "1869-07-08 14:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.71095, "lat": 48.73398, "name": "Brumath", "geoid": 3029771}, "notime": null, "date-ut": "1869-07-08 13:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Stoskopf"}, "birth": {"tzo": "+00:30:51", "date": "1869-07-08 14:00", "place": {"c2": "67", "cy": "FR", "lg": 7.71095, "lat": 48.73398, "name": "Brumath", "geoid": 3029771}, "date-ut": "1869-07-08 13:29"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1048"}, "ids-in-sources": {"a4": "1048"}}, "raw": {"H": "13", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "8", "LAT": "48N35", "LON": "7E45", "MON": "7", "NUM": "1048", "PRO": "P", "SEC": "0", "YEA": "1869", "CITY": "BRUMATH"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9801	sturler-franz-1802-02-28	{"a4": "1049"}	{"lerrcp": "A4-1049"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Sturler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1802-02-28 22:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1802-02-28 21:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Franz", "family": "Sturler"}, "birth": {"tzo": "+00:09:24", "date": "1802-02-28 22:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1802-02-28 21:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1049"}, "ids-in-sources": {"a4": "1049"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "28", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "1049", "PRO": "P", "SEC": "40", "YEA": "1802", "CITY": "PARIS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9802	suau-edmond-1871-06-04	{"a4": "1050"}	{"lerrcp": "A4-1050"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Suau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "notime": null, "date-ut": "1871-06-04 07:00:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Suau"}, "birth": {"place": {"c2": "68", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "date-ut": "1871-06-04 07:00:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1050"}, "ids-in-sources": {"a4": "1050"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "68", "COU": "F", "DAY": "4", "LAT": "48N 5", "LON": "7E21", "MON": "6", "NUM": "1050", "PRO": "P", "SEC": "36", "YEA": "1871", "CITY": "MULHOUSE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9803	suchet-joseph-1824-07-29	{"a4": "1051"}	{"lerrcp": "A4-1051"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Suchet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1824-07-29 09:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1824-07-29 08:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Suchet"}, "birth": {"tzo": "+00:21:31", "date": "1824-07-29 09:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1824-07-29 08:38:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1051"}, "ids-in-sources": {"a4": "1051"}}, "raw": {"H": "8", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "29", "LAT": "43N18", "LON": "5E22", "MON": "7", "NUM": "1051", "PRO": "P", "SEC": "32", "YEA": "1824", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9804	suire-louis-1899-10-29	{"a4": "1052"}	{"lerrcp": "A4-1052"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Suire", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-10-29 06:45", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": -0.32867, "lat": 45.69581, "name": "Cognac", "geoid": 3024440}, "notime": null, "date-ut": "1899-10-29 06:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Suire"}, "birth": {"tzo": "+00:09:21", "date": "1899-10-29 06:45", "place": {"c2": "16", "cy": "FR", "lg": -0.32867, "lat": 45.69581, "name": "Cognac", "geoid": 3024440}, "date-ut": "1899-10-29 06:35:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1052"}, "ids-in-sources": {"a4": "1052"}}, "raw": {"H": "6", "MN": "35", "TZ": "0", "COD": "16", "COU": "F", "DAY": "29", "LAT": "45N39", "LON": "0E10", "MON": "10", "NUM": "1052", "PRO": "P", "SEC": "40", "YEA": "1899", "CITY": "COGNAC"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9805	suisse-charles-1846-06-01	{"a4": "1053"}	{"lerrcp": "A4-1053"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Suisse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1846-06-01 19:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1846-06-01 18:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Suisse"}, "birth": {"tzo": "+00:09:24", "date": "1846-06-01 19:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1846-06-01 18:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1053"}, "ids-in-sources": {"a4": "1053"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "1", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "1053", "PRO": "P", "SEC": "40", "YEA": "1846", "CITY": "PARIS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9806	sureda-andre-1872-06-05	{"a4": "1054"}	{"lerrcp": "A4-1054"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Sureda", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1872-06-05 05:30", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1872-06-05 05:21:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "André", "family": "Sureda"}, "birth": {"tzo": "+00:08:32", "date": "1872-06-05 05:30", "place": {"c2": "78", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1872-06-05 05:21:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1054"}, "ids-in-sources": {"a4": "1054"}}, "raw": {"H": "5", "MN": "21", "TZ": "0", "COD": "78", "COU": "F", "DAY": "5", "LAT": "48N50", "LON": "2E 8", "MON": "6", "NUM": "1054", "PRO": "P", "SEC": "28", "YEA": "1872", "CITY": "VERSAILLES"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9807	gauquelin-a4-1055-1847-06-24	{"a4": "1055"}	{"lerrcp": "A4-1055"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1055", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:51", "date": "1847-06-24 01:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "notime": null, "date-ut": "1847-06-24 00:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1055"}, "birth": {"tzo": "+00:12:51", "date": "1847-06-24 01:00", "place": {"c2": "34", "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "date-ut": "1847-06-24 00:44:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1055"}, "ids-in-sources": {"a4": "1055"}}, "raw": {"H": "0", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "24", "LAT": "43N37", "LON": "3E53", "MON": "6", "NUM": "1055", "PRO": "P", "SEC": "28", "YEA": "1847", "CITY": "BEZIERS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9808	tal-coat-pierre-1905-12-12	{"a4": "1056"}	{"lerrcp": "A4-1056"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Tal-Coat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1905-12-12 09:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.1, "lat": 48, "name": "Cloharscarnoet", "geoid": 0}, "notime": null, "date-ut": "1905-12-12 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Tal-Coat"}, "birth": {"tzo": "+00:09:21", "date": "1905-12-12 09:00", "place": {"c2": "29", "cy": "FR", "lg": -4.1, "lat": 48, "name": "Cloharscarnoet", "geoid": 0}, "date-ut": "1905-12-12 08:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1056"}, "ids-in-sources": {"a4": "1056"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "29", "COU": "F", "DAY": "12", "LAT": "48N 0", "LON": "4W 6", "MON": "12", "NUM": "1056", "PRO": "P", "SEC": "40", "YEA": "1905", "CITY": "CLOHARSCARNOET"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9809	tanoux-adrien-1865-10-07	{"a4": "1057"}	{"lerrcp": "A4-1057"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrien", "family": "Tanoux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1865-10-07 12:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1865-10-07 11:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Adrien", "family": "Tanoux"}, "birth": {"tzo": "+00:21:31", "date": "1865-10-07 12:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1865-10-07 11:38:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1057"}, "ids-in-sources": {"a4": "1057"}}, "raw": {"H": "11", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "7", "LAT": "43N18", "LON": "5E22", "MON": "10", "NUM": "1057", "PRO": "P", "SEC": "32", "YEA": "1865", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9810	tapissier-edmond-1861-06-14	{"a4": "1058"}	{"lerrcp": "A4-1058"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Tapissier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1861-06-14 14:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1861-06-14 13:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Tapissier"}, "birth": {"tzo": "+00:19:23", "date": "1861-06-14 14:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1861-06-14 13:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1058"}, "ids-in-sources": {"a4": "1058"}}, "raw": {"H": "13", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "14", "LAT": "45N46", "LON": "4E50", "MON": "6", "NUM": "1058", "PRO": "P", "SEC": "40", "YEA": "1861", "CITY": "LYON"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9811	tardieu-victor-1870-04-30	{"a4": "1059"}	{"lerrcp": "A4-1059"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Tardieu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1870-04-30 09:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1870-04-30 08:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Tardieu"}, "birth": {"tzo": "+00:19:23", "date": "1870-04-30 09:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1870-04-30 08:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1059"}, "ids-in-sources": {"a4": "1059"}}, "raw": {"H": "8", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "30", "LAT": "45N46", "LON": "4E50", "MON": "4", "NUM": "1059", "PRO": "P", "SEC": "40", "YEA": "1870", "CITY": "LYON"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9812	tenre-charles-1854-10-14	{"a4": "1060"}	{"lerrcp": "A4-1060"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Tenre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1854-10-14 00:35", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Stgermainenlaye", "geoid": 0}, "notime": null, "date-ut": "1854-10-14 00:26:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Tenre"}, "birth": {"tzo": "+00:08:32", "date": "1854-10-14 00:35", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Stgermainenlaye", "geoid": 0}, "date-ut": "1854-10-14 00:26:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1060"}, "ids-in-sources": {"a4": "1060"}}, "raw": {"H": "0", "MN": "26", "TZ": "0", "COD": "78", "COU": "F", "DAY": "14", "LAT": "48N50", "LON": "2E 8", "MON": "10", "NUM": "1060", "PRO": "P", "SEC": "28", "YEA": "1854", "CITY": "STGERMAINENLAYE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9813	teysonniere-pierre-1834-06-06	{"a4": "1061"}	{"lerrcp": "A4-1061"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Teysonniere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:36", "date": "1834-06-06 09:00", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 2.148, "lat": 43.9298, "name": "Albi", "geoid": 3038261}, "notime": null, "date-ut": "1834-06-06 08:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Teysonniere"}, "birth": {"tzo": "+00:08:36", "date": "1834-06-06 09:00", "place": {"c2": "81", "cy": "FR", "lg": 2.148, "lat": 43.9298, "name": "Albi", "geoid": 3038261}, "date-ut": "1834-06-06 08:51:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1061"}, "ids-in-sources": {"a4": "1061"}}, "raw": {"H": "8", "MN": "51", "TZ": "0", "COD": "81", "COU": "F", "DAY": "6", "LAT": "43N55", "LON": "2E 8", "MON": "6", "NUM": "1061", "PRO": "P", "SEC": "28", "YEA": "1834", "CITY": "ALBI"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9814	theron-pierre-1918-07-22	{"a4": "1062"}	{"lerrcp": "A4-1062"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Theron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-07-22 23:40", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.33844, "lat": 44.13597, "name": "Nérac", "geoid": 2990780}, "notime": null, "date-ut": "1918-07-22 22:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Theron"}, "birth": {"tzo": "+01:00", "date": "1918-07-22 23:40", "place": {"c2": "47", "cy": "FR", "lg": 0.33844, "lat": 44.13597, "name": "Nérac", "geoid": 2990780}, "date-ut": "1918-07-22 22:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1062"}, "ids-in-sources": {"a4": "1062"}}, "raw": {"H": "22", "MN": "40", "TZ": "0", "COD": "47", "COU": "F", "DAY": "22", "LAT": "44N12", "LON": "0E38", "MON": "7", "NUM": "1062", "PRO": "P", "SEC": "0", "YEA": "1918", "CITY": "NERAC"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9815	thevenin-claude-1800-04-18	{"a4": "1063"}	{"lerrcp": "A4-1063"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Thevenin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:60", "date": "1800-04-18 05:40", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.24911, "lat": 45.72557, "name": "Crémieu", "geoid": 3022600}, "notime": null, "date-ut": "1800-04-18 05:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Thevenin"}, "birth": {"tzo": "+00:20:60", "date": "1800-04-18 05:40", "place": {"c2": "38", "cy": "FR", "lg": 5.24911, "lat": 45.72557, "name": "Crémieu", "geoid": 3022600}, "date-ut": "1800-04-18 05:37:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1063"}, "ids-in-sources": {"a4": "1063"}}, "raw": {"H": "5", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "18", "LAT": "45N11", "LON": "5E43", "MON": "4", "NUM": "1063", "PRO": "P", "SEC": "8", "YEA": "1800", "CITY": "CREMIEU"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9816	thil-jeanne-1887-12-18	{"a4": "1064"}	{"lerrcp": "A4-1064"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jeanne", "family": "Thil", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:26", "date": "1887-12-18 16:56:22", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 1.85635, "lat": 50.95194, "name": "Calais", "geoid": 3029162}, "notime": null, "date-ut": "1887-12-18 16:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jeanne", "family": "Thil"}, "birth": {"tzo": "+00:07:26", "date": "1887-12-18 16:56:22", "place": {"c2": "62", "cy": "FR", "lg": 1.85635, "lat": 50.95194, "name": "Calais", "geoid": 3029162}, "date-ut": "1887-12-18 16:48:56"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1064"}, "ids-in-sources": {"a4": "1064"}}, "raw": {"H": "16", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "18", "LAT": "50N18", "LON": "2E46", "MON": "12", "NUM": "1064", "PRO": "P", "SEC": "56", "YEA": "1887", "CITY": "CALAIS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9817	thiollet-alexandre-1824-05-08	{"a4": "1065"}	{"lerrcp": "A4-1065"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Thiollet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1824-05-08 19:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1824-05-08 18:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Thiollet"}, "birth": {"tzo": "+00:09:24", "date": "1824-05-08 19:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1824-05-08 18:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1065"}, "ids-in-sources": {"a4": "1065"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "8", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "1065", "PRO": "P", "SEC": "40", "YEA": "1824", "CITY": "PARIS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9818	gauquelin-a4-1066-1839-05-19	{"a4": "1066"}	{"lerrcp": "A4-1066"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1066", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1839-05-19 16:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1839-05-19 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1066"}, "birth": {"tzo": "+00:09:24", "date": "1839-05-19 16:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1839-05-19 15:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1066"}, "ids-in-sources": {"a4": "1066"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "19", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "1066", "PRO": "P", "SEC": "40", "YEA": "1839", "CITY": "PARIS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9819	thornley-william-1857-05-12	{"a4": "1067"}	{"lerrcp": "A4-1067"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Thornley", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:35", "date": "1857-05-12 18:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.3961, "lat": 48.76496, "name": "Thiais", "geoid": 2972893}, "notime": null, "date-ut": "1857-05-12 17:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "William", "family": "Thornley"}, "birth": {"tzo": "+00:09:35", "date": "1857-05-12 18:00", "place": {"c2": "94", "cy": "FR", "lg": 2.3961, "lat": 48.76496, "name": "Thiais", "geoid": 2972893}, "date-ut": "1857-05-12 17:50:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1067"}, "ids-in-sources": {"a4": "1067"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "12", "LAT": "48N47", "LON": "2E29", "MON": "5", "NUM": "1067", "PRO": "P", "SEC": "4", "YEA": "1857", "CITY": "THIAIS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9820	thurner-gabriel-1840-01-06	{"a4": "1068"}	{"lerrcp": "A4-1068"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Thurner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:19", "date": "1840-01-06 18:30", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "notime": null, "date-ut": "1840-01-06 18:00:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Thurner"}, "birth": {"tzo": "+00:29:19", "date": "1840-01-06 18:30", "place": {"c2": "68", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "date-ut": "1840-01-06 18:00:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1068"}, "ids-in-sources": {"a4": "1068"}}, "raw": {"H": "18", "MN": "0", "TZ": "0", "COD": "68", "COU": "F", "DAY": "6", "LAT": "48N 5", "LON": "7E21", "MON": "1", "NUM": "1068", "PRO": "P", "SEC": "36", "YEA": "1840", "CITY": "MULHOUSE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9821	tinayre-jean-1861-03-14	{"a4": "1069"}	{"lerrcp": "A4-1069"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Tinayre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:44", "date": "1861-03-14 05:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly", "geoid": 0}, "notime": null, "date-ut": "1861-03-14 04:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Tinayre"}, "birth": {"tzo": "+00:08:44", "date": "1861-03-14 05:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly", "geoid": 0}, "date-ut": "1861-03-14 04:51:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1069"}, "ids-in-sources": {"a4": "1069"}}, "raw": {"H": "4", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "14", "LAT": "48N50", "LON": "2E11", "MON": "3", "NUM": "1069", "PRO": "P", "SEC": "16", "YEA": "1861", "CITY": "NEUILLY"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9822	tissier-jean-1814-03-06	{"a4": "1070"}	{"lerrcp": "A4-1070"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Tissier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1814-03-06 02:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1814-03-06 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Tissier"}, "birth": {"tzo": "+00:09:24", "date": "1814-03-06 02:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1814-03-06 01:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1070"}, "ids-in-sources": {"a4": "1070"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "6", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "1070", "PRO": "P", "SEC": "40", "YEA": "1814", "CITY": "PARIS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9823	tissot-jacques-1836-10-15	{"a4": "1071"}	{"lerrcp": "A4-1071"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Tissot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1836-10-15 06:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1836-10-15 06:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Tissot"}, "birth": {"tzo": "-00:06:13", "date": "1836-10-15 06:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1836-10-15 06:06:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1071"}, "ids-in-sources": {"a4": "1071"}}, "raw": {"H": "6", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "15", "LAT": "47N13", "LON": "1W35", "MON": "10", "NUM": "1071", "PRO": "P", "SEC": "20", "YEA": "1836", "CITY": "NANTES"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9824	tollet-tony-1857-11-05	{"a4": "1072"}	{"lerrcp": "A4-1072"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tony", "family": "Tollet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1857-11-05 14:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1857-11-05 13:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Tony", "family": "Tollet"}, "birth": {"tzo": "+00:19:23", "date": "1857-11-05 14:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1857-11-05 13:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1072"}, "ids-in-sources": {"a4": "1072"}}, "raw": {"H": "13", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "5", "LAT": "45N46", "LON": "4E50", "MON": "11", "NUM": "1072", "PRO": "P", "SEC": "40", "YEA": "1857", "CITY": "LYON"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9825	gauquelin-a4-1073-1839-05-23	{"a4": "1073"}	{"lerrcp": "A4-1073"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1073", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1839-05-23 12:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1839-05-23 11:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1073"}, "birth": {"tzo": "+00:21:31", "date": "1839-05-23 12:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1839-05-23 11:38:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1073"}, "ids-in-sources": {"a4": "1073"}}, "raw": {"H": "11", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "23", "LAT": "43N18", "LON": "5E22", "MON": "5", "NUM": "1073", "PRO": "P", "SEC": "32", "YEA": "1839", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9826	touchagues-louis-1893-04-28	{"a4": "1074"}	{"lerrcp": "A4-1074"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Touchagues", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1893-04-28 03:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Stcyraumontdor", "geoid": 0}, "notime": null, "date-ut": "1893-04-28 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Touchagues"}, "birth": {"tzo": "+00:09:21", "date": "1893-04-28 03:00", "place": {"c2": "69", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Stcyraumontdor", "geoid": 0}, "date-ut": "1893-04-28 02:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1074"}, "ids-in-sources": {"a4": "1074"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "69", "COU": "F", "DAY": "28", "LAT": "45N46", "LON": "4E50", "MON": "4", "NUM": "1074", "PRO": "P", "SEC": "40", "YEA": "1893", "CITY": "STCYRAUMONTDOR"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9827	toudouze-simon-1850-07-30	{"a4": "1075"}	{"lerrcp": "A4-1075"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Simon", "family": "Toudouze", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1850-07-30 06:45:04", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1850-07-30 06:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Simon", "family": "Toudouze"}, "birth": {"tzo": "+00:09:24", "date": "1850-07-30 06:45:04", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1850-07-30 06:35:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1075"}, "ids-in-sources": {"a4": "1075"}}, "raw": {"H": "6", "MN": "35", "TZ": "0", "COD": "75", "COU": "F", "DAY": "30", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "1075", "PRO": "P", "SEC": "40", "YEA": "1850", "CITY": "PARIS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9828	toulmouche-auguste-1829-09-21	{"a4": "1076"}	{"lerrcp": "A4-1076"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Toulmouche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1829-09-21 16:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1829-09-21 16:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Toulmouche"}, "birth": {"tzo": "-00:06:13", "date": "1829-09-21 16:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1829-09-21 16:06:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1076"}, "ids-in-sources": {"a4": "1076"}}, "raw": {"H": "16", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "21", "LAT": "47N13", "LON": "1W35", "MON": "9", "NUM": "1076", "PRO": "P", "SEC": "20", "YEA": "1829", "CITY": "NANTES"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9829	toulouse-roger-1918-02-19	{"a4": "1077"}	{"lerrcp": "A4-1077"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Toulouse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1918-02-19 10:50", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1918-02-19 10:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Toulouse"}, "birth": {"tzo": "+00:00", "date": "1918-02-19 10:50", "place": {"c2": "45", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1918-02-19 10:50"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1077"}, "ids-in-sources": {"a4": "1077"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "45", "COU": "F", "DAY": "19", "LAT": "47N54", "LON": "1E54", "MON": "2", "NUM": "1077", "PRO": "P", "SEC": "0", "YEA": "1918", "CITY": "ORLEANS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9831	tournemine-charles-1812-10-25	{"a4": "1079"}	{"lerrcp": "A4-1079"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Tournemine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:43", "date": "1812-10-25 21:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1812-10-25 20:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Tournemine"}, "birth": {"tzo": "+00:23:43", "date": "1812-10-25 21:00", "place": {"c2": "83", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1812-10-25 20:34:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1079"}, "ids-in-sources": {"a4": "1079"}}, "raw": {"H": "20", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "25", "LAT": "43N32", "LON": "6E28", "MON": "10", "NUM": "1079", "PRO": "P", "SEC": "8", "YEA": "1812", "CITY": "TOULON"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9832	tourte-suzanne-1904-12-16	{"a4": "1080"}	{"lerrcp": "A4-1080"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Suzanne", "family": "Tourte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1904-12-16 12:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.05, "lat": 49.21667, "name": "Cormontreuil", "geoid": 3023628}, "notime": null, "date-ut": "1904-12-16 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Suzanne", "family": "Tourte"}, "birth": {"tzo": "+00:09:21", "date": "1904-12-16 12:00", "place": {"c2": "51", "cy": "FR", "lg": 4.05, "lat": 49.21667, "name": "Cormontreuil", "geoid": 3023628}, "date-ut": "1904-12-16 11:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1080"}, "ids-in-sources": {"a4": "1080"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "51", "COU": "F", "DAY": "16", "LAT": "48N57", "LON": "4E22", "MON": "12", "NUM": "1080", "PRO": "P", "SEC": "40", "YEA": "1904", "CITY": "CORMONTREUIL"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9833	touttain-andre-1875-01-04	{"a4": "1081"}	{"lerrcp": "A4-1081"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Touttain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10", "date": "1875-01-04 18:30", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.5, "lat": 48.88333, "name": "Villemomble", "geoid": 2968653}, "notime": null, "date-ut": "1875-01-04 18:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "André", "family": "Touttain"}, "birth": {"tzo": "+00:10", "date": "1875-01-04 18:30", "place": {"c2": "93", "cy": "FR", "lg": 2.5, "lat": 48.88333, "name": "Villemomble", "geoid": 2968653}, "date-ut": "1875-01-04 18:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1081"}, "ids-in-sources": {"a4": "1081"}}, "raw": {"H": "18", "MN": "20", "TZ": "0", "COD": "93", "COU": "F", "DAY": "4", "LAT": "48N55", "LON": "2E30", "MON": "1", "NUM": "1081", "PRO": "P", "SEC": "0", "YEA": "1875", "CITY": "VILLEMOMBLE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9834	touttain-jacques-1903-03-19	{"a4": "1082"}	{"lerrcp": "A4-1082"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Touttain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1903-03-19 14:30", "note": null, "place": {"c1": null, "c2": "95", "c3": null, "cy": "FR", "lg": 2.25, "lat": 48.96667, "name": "Sannois", "geoid": 2976179}, "notime": null, "date-ut": "1903-03-19 14:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Touttain"}, "birth": {"tzo": "+00:09:21", "date": "1903-03-19 14:30", "place": {"c2": "95", "cy": "FR", "lg": 2.25, "lat": 48.96667, "name": "Sannois", "geoid": 2976179}, "date-ut": "1903-03-19 14:20:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1082"}, "ids-in-sources": {"a4": "1082"}}, "raw": {"H": "14", "MN": "20", "TZ": "0", "COD": "95", "COU": "F", "DAY": "19", "LAT": "49N 0", "LON": "2E 0", "MON": "3", "NUM": "1082", "PRO": "P", "SEC": "40", "YEA": "1903", "CITY": "SANNOIS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9835	trevedy-yves-1916-01-16	{"a4": "1083"}	{"lerrcp": "A4-1083"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Trevedy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-01-16 22:30", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1916-01-16 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Trevedy"}, "birth": {"tzo": "+00:00", "date": "1916-01-16 22:30", "place": {"c2": "35", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1916-01-16 22:30"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1083"}, "ids-in-sources": {"a4": "1083"}}, "raw": {"H": "22", "MN": "30", "TZ": "0", "COD": "35", "COU": "F", "DAY": "16", "LAT": "48N 7", "LON": "1W40", "MON": "1", "NUM": "1083", "PRO": "P", "SEC": "0", "YEA": "1916", "CITY": "RENNES"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9836	troyon-constant-1810-08-28	{"a4": "1084"}	{"lerrcp": "A4-1084"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Constant", "family": "Troyon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1810-08-28 06:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Sevres", "geoid": 0}, "notime": null, "date-ut": "1810-08-28 05:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Constant", "family": "Troyon"}, "birth": {"tzo": "+00:08:32", "date": "1810-08-28 06:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Sevres", "geoid": 0}, "date-ut": "1810-08-28 05:51:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1084"}, "ids-in-sources": {"a4": "1084"}}, "raw": {"H": "5", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "28", "LAT": "48N50", "LON": "2E 8", "MON": "8", "NUM": "1084", "PRO": "P", "SEC": "28", "YEA": "1810", "CITY": "SEVRES"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9837	trutat-felix-1824-02-27	{"a4": "1085"}	{"lerrcp": "A4-1085"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Trutat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:04", "date": "1824-02-27 04:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1824-02-27 03:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Trutat"}, "birth": {"tzo": "+00:20:04", "date": "1824-02-27 04:00", "place": {"c2": "21", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1824-02-27 03:39:52"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1085"}, "ids-in-sources": {"a4": "1085"}}, "raw": {"H": "3", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "27", "LAT": "47N19", "LON": "5E 2", "MON": "2", "NUM": "1085", "PRO": "P", "SEC": "52", "YEA": "1824", "CITY": "DIJON"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9838	ulmann-benjamin-1829-05-24	{"a4": "1086"}	{"lerrcp": "A4-1086"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benjamin", "family": "Ulmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:24", "date": "1829-05-24 02:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "Blozheim", "geoid": 0}, "notime": null, "date-ut": "1829-05-24 01:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Benjamin", "family": "Ulmann"}, "birth": {"tzo": "+00:29:24", "date": "1829-05-24 02:00", "place": {"c2": "68", "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "Blozheim", "geoid": 0}, "date-ut": "1829-05-24 01:30:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1086"}, "ids-in-sources": {"a4": "1086"}}, "raw": {"H": "1", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "24", "LAT": "48N 5", "LON": "7E21", "MON": "5", "NUM": "1086", "PRO": "P", "SEC": "36", "YEA": "1829", "CITY": "BLOZHEIM"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9839	umbricht-honore-1860-01-17	{"a4": "1087"}	{"lerrcp": "A4-1087"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Honoré", "family": "Umbricht", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:55", "date": "1860-01-17 09:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.481, "lat": 48.46313, "name": "Obernai", "geoid": 2989796}, "notime": null, "date-ut": "1860-01-17 08:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Honoré", "family": "Umbricht"}, "birth": {"tzo": "+00:29:55", "date": "1860-01-17 09:00", "place": {"c2": "67", "cy": "FR", "lg": 7.481, "lat": 48.46313, "name": "Obernai", "geoid": 2989796}, "date-ut": "1860-01-17 08:29"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1087"}, "ids-in-sources": {"a4": "1087"}}, "raw": {"H": "8", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "17", "LAT": "48N35", "LON": "7E45", "MON": "1", "NUM": "1087", "PRO": "P", "SEC": "0", "YEA": "1860", "CITY": "OBERNAI"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9840	untersteller-nicolas-1900-03-26	{"a4": "1088"}	{"lerrcp": "A4-1088"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicolas", "family": "Untersteller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Stiringwendel", "geoid": 0}, "notime": null, "date-ut": "1900-03-26 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Nicolas", "family": "Untersteller"}, "birth": {"place": {"c2": "57", "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Stiringwendel", "geoid": 0}, "date-ut": "1900-03-26 12:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1088"}, "ids-in-sources": {"a4": "1088"}}, "raw": {"H": "13", "MN": "0", "TZ": "-1", "COD": "57", "COU": "F", "DAY": "26", "LAT": "49N 7", "LON": "6E11", "MON": "3", "NUM": "1088", "PRO": "P", "SEC": "0", "YEA": "1900", "CITY": "STIRINGWENDEL"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9841	urbain-alexandre-1875-03-01	{"a4": "1089"}	{"lerrcp": "A4-1089"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Urbain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "Stemarieauxmines", "geoid": 0}, "notime": null, "date-ut": "1875-03-01 14:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Urbain"}, "birth": {"place": {"c2": "68", "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "Stemarieauxmines", "geoid": 0}, "date-ut": "1875-03-01 14:30:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1089"}, "ids-in-sources": {"a4": "1089"}}, "raw": {"H": "15", "MN": "30", "TZ": "-1", "COD": "68", "COU": "F", "DAY": "1", "LAT": "48N 5", "LON": "7E21", "MON": "3", "NUM": "1089", "PRO": "P", "SEC": "36", "YEA": "1875", "CITY": "STEMARIEAUXMINES"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9842	urtin-paul-1874-07-12	{"a4": "1090"}	{"lerrcp": "A4-1090"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Urtin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:52", "date": "1874-07-12 15:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1874-07-12 14:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Urtin"}, "birth": {"tzo": "+00:22:52", "date": "1874-07-12 15:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1874-07-12 14:37:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1090"}, "ids-in-sources": {"a4": "1090"}}, "raw": {"H": "14", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "12", "LAT": "45N11", "LON": "5E43", "MON": "7", "NUM": "1090", "PRO": "P", "SEC": "8", "YEA": "1874", "CITY": "GRENOBLE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9843	valadon-jules-1826-10-05	{"a4": "1091"}	{"lerrcp": "A4-1091"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Valadon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1826-10-05 03:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1826-10-05 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Valadon"}, "birth": {"tzo": "+00:09:24", "date": "1826-10-05 03:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1826-10-05 02:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1091"}, "ids-in-sources": {"a4": "1091"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "5", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "1091", "PRO": "P", "SEC": "40", "YEA": "1826", "CITY": "PARIS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9845	valerio-theodore-1819-02-18	{"a4": "1093"}	{"lerrcp": "A4-1093"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodore", "family": "Valerio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:10", "date": "1819-02-18 20:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 5.78994, "lat": 49.52047, "name": "Herserange", "geoid": 3013381}, "notime": null, "date-ut": "1819-02-18 19:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Theodore", "family": "Valerio"}, "birth": {"tzo": "+00:23:10", "date": "1819-02-18 20:00", "place": {"c2": "54", "cy": "FR", "lg": 5.78994, "lat": 49.52047, "name": "Herserange", "geoid": 3013381}, "date-ut": "1819-02-18 19:35:12"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1093"}, "ids-in-sources": {"a4": "1093"}}, "raw": {"H": "19", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "18", "LAT": "48N42", "LON": "6E12", "MON": "2", "NUM": "1093", "PRO": "P", "SEC": "12", "YEA": "1819", "CITY": "HERSERANGE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
17968	casaban-bernard-de-1902-06-03	{"e1": "336"}	{"lerrcp": "E1-336"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard de", "family": "Casaban", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1902-06-03 06:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Pau", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Bernard de", "family": "Casaban"}, "birth": {"tzo": "", "date": "1902-06-03 06:00", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Pau", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "336"}}, "raw": {"H": "06:00", "COD": "66", "DAY": "03", "MON": "06", "NUM": "0336", "PRO": "PH", "YEA": "1902", "CITY": "Pau", "NAME": "CASABAN Bernard de", "NOTE": "-"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
9847	vallee-etienne-1853-04-20	{"a4": "1095"}	{"lerrcp": "A4-1095"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Vallee", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:10", "date": "1853-04-20 23:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 4.5419, "lat": 47.39732, "name": "Vitteaux", "geoid": 2967847}, "notime": null, "date-ut": "1853-04-20 22:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Vallee"}, "birth": {"tzo": "+00:18:10", "date": "1853-04-20 23:00", "place": {"c2": "21", "cy": "FR", "lg": 4.5419, "lat": 47.39732, "name": "Vitteaux", "geoid": 2967847}, "date-ut": "1853-04-20 22:39:52"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1095"}, "ids-in-sources": {"a4": "1095"}}, "raw": {"H": "22", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "20", "LAT": "47N19", "LON": "5E 2", "MON": "4", "NUM": "1095", "PRO": "P", "SEC": "52", "YEA": "1853", "CITY": "VITTEAUX"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9848	vallet-alexis-1869-09-15	{"a4": "1096"}	{"lerrcp": "A4-1096"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexis", "family": "Vallet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:04", "date": "1869-09-15 08:30", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": -0.26721, "lat": 45.57171, "name": "Verrières", "geoid": 2969704}, "notime": null, "date-ut": "1869-09-15 08:29:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alexis", "family": "Vallet"}, "birth": {"tzo": "-00:01:04", "date": "1869-09-15 08:30", "place": {"c2": "16", "cy": "FR", "lg": -0.26721, "lat": 45.57171, "name": "Verrières", "geoid": 2969704}, "date-ut": "1869-09-15 08:29:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1096"}, "ids-in-sources": {"a4": "1096"}}, "raw": {"H": "8", "MN": "29", "TZ": "0", "COD": "16", "COU": "F", "DAY": "15", "LAT": "45N39", "LON": "0E10", "MON": "9", "NUM": "1096", "PRO": "P", "SEC": "20", "YEA": "1869", "CITY": "VERRIERES"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9849	vallet-louis-1856-02-26	{"a4": "1097"}	{"lerrcp": "A4-1097"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Vallet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1856-02-26 11:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1856-02-26 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Vallet"}, "birth": {"tzo": "+00:09:24", "date": "1856-02-26 11:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1856-02-26 10:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1097"}, "ids-in-sources": {"a4": "1097"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "26", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "1097", "PRO": "P", "SEC": "40", "YEA": "1856", "CITY": "PARIS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9850	valmier-georges-1885-04-10	{"a4": "1098"}	{"lerrcp": "A4-1098"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Valmier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:37", "date": "1885-04-10 11:00", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": 0.15345, "lat": 45.64997, "name": "Angoulême", "geoid": 3037598}, "notime": null, "date-ut": "1885-04-10 10:59:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Valmier"}, "birth": {"tzo": "+00:00:37", "date": "1885-04-10 11:00", "place": {"c2": "16", "cy": "FR", "lg": 0.15345, "lat": 45.64997, "name": "Angoulême", "geoid": 3037598}, "date-ut": "1885-04-10 10:59:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1098"}, "ids-in-sources": {"a4": "1098"}}, "raw": {"H": "10", "MN": "59", "TZ": "0", "COD": "16", "COU": "F", "DAY": "10", "LAT": "45N39", "LON": "0E10", "MON": "4", "NUM": "1098", "PRO": "P", "SEC": "20", "YEA": "1885", "CITY": "ANGOULEME"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9851	valtat-louis-1869-08-08	{"a4": "1099"}	{"lerrcp": "A4-1099"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Valtat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:19", "date": "1869-08-08 06:30", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.07772, "lat": 49.9216, "name": "Dieppe", "geoid": 3021411}, "notime": null, "date-ut": "1869-08-08 06:25:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Valtat"}, "birth": {"tzo": "+00:04:19", "date": "1869-08-08 06:30", "place": {"c2": "76", "cy": "FR", "lg": 1.07772, "lat": 49.9216, "name": "Dieppe", "geoid": 3021411}, "date-ut": "1869-08-08 06:25:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1099"}, "ids-in-sources": {"a4": "1099"}}, "raw": {"H": "6", "MN": "25", "TZ": "0", "COD": "76", "COU": "F", "DAY": "8", "LAT": "49N26", "LON": "1E 5", "MON": "8", "NUM": "1099", "PRO": "P", "SEC": "40", "YEA": "1869", "CITY": "DIEPPE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9852	valton-edmond-1836-09-25	{"a4": "1100"}	{"lerrcp": "A4-1100"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Valton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1836-09-25 15:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1836-09-25 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Valton"}, "birth": {"tzo": "+00:09:24", "date": "1836-09-25 15:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1836-09-25 14:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1100"}, "ids-in-sources": {"a4": "1100"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "25", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "1100", "PRO": "P", "SEC": "40", "YEA": "1836", "CITY": "PARIS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9853	verdier-marcel-1817-05-20	{"a4": "1101"}	{"lerrcp": "A4-1101"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Verdier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1817-05-20 14:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1817-05-20 13:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Verdier"}, "birth": {"tzo": "+00:09:24", "date": "1817-05-20 14:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1817-05-20 13:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1101"}, "ids-in-sources": {"a4": "1101"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "20", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "1101", "PRO": "P", "SEC": "40", "YEA": "1817", "CITY": "PARIS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9854	vernier-emile-1829-11-29	{"a4": "1102"}	{"lerrcp": "A4-1102"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Vernier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:12", "date": "1829-11-29 21:00", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.55, "lat": 46.66667, "name": "Lonslesaunier", "geoid": 0}, "notime": null, "date-ut": "1829-11-29 20:37:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Vernier"}, "birth": {"tzo": "+00:22:12", "date": "1829-11-29 21:00", "place": {"c2": "39", "cy": "FR", "lg": 5.55, "lat": 46.66667, "name": "Lonslesaunier", "geoid": 0}, "date-ut": "1829-11-29 20:37:48"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1102"}, "ids-in-sources": {"a4": "1102"}}, "raw": {"H": "20", "MN": "37", "TZ": "0", "COD": "39", "COU": "F", "DAY": "29", "LAT": "46N40", "LON": "5E33", "MON": "11", "NUM": "1102", "PRO": "P", "SEC": "48", "YEA": "1829", "CITY": "LONSLESAUNIER"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9855	veron-alexandre-1826-01-11	{"a4": "1103"}	{"lerrcp": "A4-1103"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Veron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:48", "date": "1826-01-11 18:00", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": 0.69988, "lat": 47.28348, "name": "Montbazon", "geoid": 2992943}, "notime": null, "date-ut": "1826-01-11 17:57:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Veron"}, "birth": {"tzo": "+00:02:48", "date": "1826-01-11 18:00", "place": {"c2": "37", "cy": "FR", "lg": 0.69988, "lat": 47.28348, "name": "Montbazon", "geoid": 2992943}, "date-ut": "1826-01-11 17:57:12"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1103"}, "ids-in-sources": {"a4": "1103"}}, "raw": {"H": "17", "MN": "57", "TZ": "0", "COD": "37", "COU": "F", "DAY": "11", "LAT": "47N24", "LON": "0E42", "MON": "1", "NUM": "1103", "PRO": "P", "SEC": "12", "YEA": "1826", "CITY": "MONTBAZON"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9856	viala-eugene-1859-09-08	{"a4": "1104"}	{"lerrcp": "A4-1104"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Viala", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:16", "date": "1859-09-08 20:00", "note": null, "place": {"c1": null, "c2": "12", "c3": null, "cy": "FR", "lg": 2.56667, "lat": 44.35, "name": "Sallescuran", "geoid": 0}, "notime": null, "date-ut": "1859-09-08 19:49:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Viala"}, "birth": {"tzo": "+00:10:16", "date": "1859-09-08 20:00", "place": {"c2": "12", "cy": "FR", "lg": 2.56667, "lat": 44.35, "name": "Sallescuran", "geoid": 0}, "date-ut": "1859-09-08 19:49:44"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1104"}, "ids-in-sources": {"a4": "1104"}}, "raw": {"H": "19", "MN": "49", "TZ": "0", "COD": "12", "COU": "F", "DAY": "8", "LAT": "44N21", "LON": "2E34", "MON": "9", "NUM": "1104", "PRO": "P", "SEC": "44", "YEA": "1859", "CITY": "SALLESCURAN"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9857	viardot-leon-1805-12-01	{"a4": "1105"}	{"lerrcp": "A4-1105"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Viardot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:04", "date": "1805-12-01 05:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1805-12-01 04:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Viardot"}, "birth": {"tzo": "+00:20:04", "date": "1805-12-01 05:00", "place": {"c2": "21", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1805-12-01 04:39:52"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1105"}, "ids-in-sources": {"a4": "1105"}}, "raw": {"H": "4", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "1", "LAT": "47N19", "LON": "5E 2", "MON": "12", "NUM": "1105", "PRO": "P", "SEC": "52", "YEA": "1805", "CITY": "DIJON"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9858	vibert-jean-1840-09-30	{"a4": "1106"}	{"lerrcp": "A4-1106"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Vibert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1840-09-30 16:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1840-09-30 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Vibert"}, "birth": {"tzo": "+00:09:24", "date": "1840-09-30 16:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1840-09-30 15:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1106"}, "ids-in-sources": {"a4": "1106"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "30", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "1106", "PRO": "P", "SEC": "40", "YEA": "1840", "CITY": "PARIS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9859	vidal-vincent-1811-01-20	{"a4": "1107"}	{"lerrcp": "A4-1107"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincent", "family": "Vidal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1811-01-20 18:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "notime": null, "date-ut": "1811-01-20 17:50:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Vincent", "family": "Vidal"}, "birth": {"tzo": "+00:09:24", "date": "1811-01-20 18:00", "place": {"c2": "11", "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "date-ut": "1811-01-20 17:50:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1107"}, "ids-in-sources": {"a4": "1107"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "20", "LAT": "43N12", "LON": "2E21", "MON": "1", "NUM": "1107", "PRO": "P", "SEC": "36", "YEA": "1811", "CITY": "CARCASSONNE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9860	vignal-pierre-1855-07-07	{"a4": "1108"}	{"lerrcp": "A4-1108"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Vignal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:16", "date": "1855-07-07 15:55:20", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Lebouscat", "geoid": 0}, "notime": null, "date-ut": "1855-07-07 15:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Vignal"}, "birth": {"tzo": "-00:02:16", "date": "1855-07-07 15:55:20", "place": {"c2": "33", "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Lebouscat", "geoid": 0}, "date-ut": "1855-07-07 15:57:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1108"}, "ids-in-sources": {"a4": "1108"}}, "raw": {"H": "15", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "7", "LAT": "44N50", "LON": "0W34", "MON": "7", "NUM": "1108", "PRO": "P", "SEC": "36", "YEA": "1855", "CITY": "LEBOUSCAT"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9861	vignon-victor-1847-12-25	{"a4": "1109"}	{"lerrcp": "A4-1109"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Vignon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:28", "date": "1847-12-25 06:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Villerscotteret", "geoid": 0}, "notime": null, "date-ut": "1847-12-25 05:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Vignon"}, "birth": {"tzo": "+00:14:28", "date": "1847-12-25 06:00", "place": {"c2": "02", "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Villerscotteret", "geoid": 0}, "date-ut": "1847-12-25 05:45:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1109"}, "ids-in-sources": {"a4": "1109"}}, "raw": {"H": "5", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "25", "LAT": "49N34", "LON": "3E37", "MON": "12", "NUM": "1109", "PRO": "P", "SEC": "32", "YEA": "1847", "CITY": "VILLERSCOTTERET"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9862	villard-antoine-1867-04-17	{"a4": "1110"}	{"lerrcp": "A4-1110"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Villard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:19", "date": "1867-04-17 00:30", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.82823, "lat": 46.31407, "name": "Mâcon", "geoid": 2996882}, "notime": null, "date-ut": "1867-04-17 00:10:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Villard"}, "birth": {"tzo": "+00:19:19", "date": "1867-04-17 00:30", "place": {"c2": "71", "cy": "FR", "lg": 4.82823, "lat": 46.31407, "name": "Mâcon", "geoid": 2996882}, "date-ut": "1867-04-17 00:10:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1110"}, "ids-in-sources": {"a4": "1110"}}, "raw": {"H": "0", "MN": "10", "TZ": "0", "COD": "71", "COU": "F", "DAY": "17", "LAT": "46N18", "LON": "4E50", "MON": "4", "NUM": "1110", "PRO": "P", "SEC": "40", "YEA": "1867", "CITY": "MACON"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9863	villon-jacques-1875-07-31	{"a4": "1111"}	{"lerrcp": "A4-1111"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Villon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:18", "date": "1875-07-31 22:00", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.07458, "lat": 48.8693, "name": "Damville", "geoid": 3021795}, "notime": null, "date-ut": "1875-07-31 21:55:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Villon"}, "birth": {"tzo": "+00:04:18", "date": "1875-07-31 22:00", "place": {"c2": "27", "cy": "FR", "lg": 1.07458, "lat": 48.8693, "name": "Damville", "geoid": 3021795}, "date-ut": "1875-07-31 21:55:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1111"}, "ids-in-sources": {"a4": "1111"}}, "raw": {"H": "21", "MN": "55", "TZ": "0", "COD": "27", "COU": "F", "DAY": "31", "LAT": "49N 1", "LON": "1E11", "MON": "7", "NUM": "1111", "PRO": "P", "SEC": "16", "YEA": "1875", "CITY": "DAMVILLE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9864	vimont-edouard-1846-08-08	{"a4": "1112"}	{"lerrcp": "A4-1112"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Vimont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1846-08-08 22:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1846-08-08 21:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Vimont"}, "birth": {"tzo": "+00:09:24", "date": "1846-08-08 22:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1846-08-08 21:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1112"}, "ids-in-sources": {"a4": "1112"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "8", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "1112", "PRO": "P", "SEC": "40", "YEA": "1846", "CITY": "PARIS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9865	vinay-jean-1907-02-02	{"a4": "1113"}	{"lerrcp": "A4-1113"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Vinay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1907-02-02 03:30", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Stmarcellin", "geoid": 0}, "notime": null, "date-ut": "1907-02-02 03:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Vinay"}, "birth": {"tzo": "+00:09:21", "date": "1907-02-02 03:30", "place": {"c2": "38", "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Stmarcellin", "geoid": 0}, "date-ut": "1907-02-02 03:20:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1113"}, "ids-in-sources": {"a4": "1113"}}, "raw": {"H": "3", "MN": "20", "TZ": "0", "COD": "38", "COU": "F", "DAY": "2", "LAT": "45N11", "LON": "5E43", "MON": "2", "NUM": "1113", "PRO": "P", "SEC": "40", "YEA": "1907", "CITY": "STMARCELLIN"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9866	vivin-louis-1861-07-27	{"a4": "1114"}	{"lerrcp": "A4-1114"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Vivin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:54", "date": "1861-07-27 22:00", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.47662, "lat": 48.08983, "name": "Hadol", "geoid": 3014096}, "notime": null, "date-ut": "1861-07-27 21:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Vivin"}, "birth": {"tzo": "+00:25:54", "date": "1861-07-27 22:00", "place": {"c2": "88", "cy": "FR", "lg": 6.47662, "lat": 48.08983, "name": "Hadol", "geoid": 3014096}, "date-ut": "1861-07-27 21:34:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1114"}, "ids-in-sources": {"a4": "1114"}}, "raw": {"H": "21", "MN": "34", "TZ": "0", "COD": "88", "COU": "F", "DAY": "27", "LAT": "48N10", "LON": "6E28", "MON": "7", "NUM": "1114", "PRO": "P", "SEC": "8", "YEA": "1861", "CITY": "HADOL"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9867	vollon-antoine-1833-04-20	{"a4": "1115"}	{"lerrcp": "A4-1115"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Vollon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1833-04-20 05:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1833-04-20 04:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Vollon"}, "birth": {"tzo": "+00:19:23", "date": "1833-04-20 05:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1833-04-20 04:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1115"}, "ids-in-sources": {"a4": "1115"}}, "raw": {"H": "4", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "20", "LAT": "45N46", "LON": "4E50", "MON": "4", "NUM": "1115", "PRO": "P", "SEC": "40", "YEA": "1833", "CITY": "LYON"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9868	vuillard-edouard-1868-11-12	{"a4": "1116"}	{"lerrcp": "A4-1116"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Vuillard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:33", "date": "1868-11-12 01:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 5.38931, "lat": 46.49473, "name": "Cuiseaux", "geoid": 3022124}, "notime": null, "date-ut": "1868-11-12 00:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Vuillard"}, "birth": {"tzo": "+00:21:33", "date": "1868-11-12 01:00", "place": {"c2": "71", "cy": "FR", "lg": 5.38931, "lat": 46.49473, "name": "Cuiseaux", "geoid": 3022124}, "date-ut": "1868-11-12 00:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1116"}, "ids-in-sources": {"a4": "1116"}}, "raw": {"H": "0", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "12", "LAT": "46N18", "LON": "4E50", "MON": "11", "NUM": "1116", "PRO": "P", "SEC": "40", "YEA": "1868", "CITY": "CUISEAUX"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9869	vuillefroy-felix-1841-03-02	{"a4": "1117"}	{"lerrcp": "A4-1117"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Vuillefroy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1841-03-02 07:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1841-03-02 07:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Vuillefroy"}, "birth": {"tzo": "+00:09:24", "date": "1841-03-02 07:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1841-03-02 07:20:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1117"}, "ids-in-sources": {"a4": "1117"}}, "raw": {"H": "7", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "1117", "PRO": "P", "SEC": "40", "YEA": "1841", "CITY": "PARIS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9870	wachsmuth-ferdinand-1802-03-21	{"a4": "1118"}	{"lerrcp": "A4-1118"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Wachsmuth", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:19", "date": "1802-03-21 11:30", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "notime": null, "date-ut": "1802-03-21 11:00:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Wachsmuth"}, "birth": {"tzo": "+00:29:19", "date": "1802-03-21 11:30", "place": {"c2": "68", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "date-ut": "1802-03-21 11:00:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1118"}, "ids-in-sources": {"a4": "1118"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "68", "COU": "F", "DAY": "21", "LAT": "48N 5", "LON": "7E21", "MON": "3", "NUM": "1118", "PRO": "P", "SEC": "36", "YEA": "1802", "CITY": "MULHOUSE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9871	walch-charles-1896-08-04	{"a4": "1119"}	{"lerrcp": "A4-1119"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Walch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.10301, "lat": 47.80789, "name": "Thann", "geoid": 2973013}, "notime": null, "date-ut": "1896-08-04 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Walch"}, "birth": {"place": {"c2": "68", "cy": "FR", "lg": 7.10301, "lat": 47.80789, "name": "Thann", "geoid": 2973013}, "date-ut": "1896-08-04 00:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1119"}, "ids-in-sources": {"a4": "1119"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "68", "COU": "F", "DAY": "4", "LAT": "48N 5", "LON": "7E21", "MON": "8", "NUM": "1119", "PRO": "P", "SEC": "0", "YEA": "1896", "CITY": "THANN"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9872	weerts-jean-1847-05-01	{"a4": "1120"}	{"lerrcp": "A4-1120"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Weerts", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:42", "date": "1847-05-01 01:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1847-05-01 00:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Weerts"}, "birth": {"tzo": "+00:12:42", "date": "1847-05-01 01:00", "place": {"c2": "59", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1847-05-01 00:47:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1120"}, "ids-in-sources": {"a4": "1120"}}, "raw": {"H": "0", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "1", "LAT": "50N39", "LON": "3E 5", "MON": "5", "NUM": "1120", "PRO": "P", "SEC": "40", "YEA": "1847", "CITY": "ROUBAIX"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9873	welsch-paul-1889-07-26	{"a4": "1121"}	{"lerrcp": "A4-1121"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Welsch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1889-07-26 03:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Welsch"}, "birth": {"place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1889-07-26 03:29"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1121"}, "ids-in-sources": {"a4": "1121"}}, "raw": {"H": "4", "MN": "29", "TZ": "-1", "COD": "67", "COU": "F", "DAY": "26", "LAT": "48N35", "LON": "7E45", "MON": "7", "NUM": "1121", "PRO": "P", "SEC": "0", "YEA": "1889", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9874	wencker-joseph-1848-11-03	{"a4": "1122"}	{"lerrcp": "A4-1122"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Wencker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1848-11-03 22:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1848-11-03 21:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Wencker"}, "birth": {"tzo": "+00:30:59", "date": "1848-11-03 22:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1848-11-03 21:29"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1122"}, "ids-in-sources": {"a4": "1122"}}, "raw": {"H": "21", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "3", "LAT": "48N35", "LON": "7E45", "MON": "11", "NUM": "1122", "PRO": "P", "SEC": "0", "YEA": "1848", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9875	wery-emile-1868-09-03	{"a4": "1123"}	{"lerrcp": "A4-1123"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Wery", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:07", "date": "1868-09-03 11:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "notime": null, "date-ut": "1868-09-03 10:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Wery"}, "birth": {"tzo": "+00:16:07", "date": "1868-09-03 11:00", "place": {"c2": "51", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "date-ut": "1868-09-03 10:42:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1123"}, "ids-in-sources": {"a4": "1123"}}, "raw": {"H": "10", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "3", "LAT": "48N57", "LON": "4E22", "MON": "9", "NUM": "1123", "PRO": "P", "SEC": "32", "YEA": "1868", "CITY": "REIMS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9876	willaume-louis-1874-05-31	{"a4": "1124"}	{"lerrcp": "A4-1124"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Willaume", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:40", "date": "1874-05-31 03:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Lagny", "geoid": 0}, "notime": null, "date-ut": "1874-05-31 02:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Willaume"}, "birth": {"tzo": "+00:10:40", "date": "1874-05-31 03:00", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Lagny", "geoid": 0}, "date-ut": "1874-05-31 02:49:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1124"}, "ids-in-sources": {"a4": "1124"}}, "raw": {"H": "2", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "31", "LAT": "48N33", "LON": "2E40", "MON": "5", "NUM": "1124", "PRO": "P", "SEC": "20", "YEA": "1874", "CITY": "LAGNY"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9877	willette-adolphe-1857-07-30	{"a4": "1125"}	{"lerrcp": "A4-1125"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Willette", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:28", "date": "1857-07-30 02:30", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Chalons-sur-Marne", "geoid": 0}, "notime": null, "date-ut": "1857-07-30 02:12:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Willette"}, "birth": {"tzo": "+00:17:28", "date": "1857-07-30 02:30", "place": {"c2": "51", "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Chalons-sur-Marne", "geoid": 0}, "date-ut": "1857-07-30 02:12:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1125"}, "ids-in-sources": {"a4": "1125"}}, "raw": {"H": "2", "MN": "12", "TZ": "0", "COD": "51", "COU": "F", "DAY": "30", "LAT": "48N57", "LON": "4E22", "MON": "7", "NUM": "1125", "PRO": "P", "SEC": "32", "YEA": "1857", "CITY": "CHALONS-S-MARNE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9878	worms-roger-1907-06-19	{"a4": "1126"}	{"lerrcp": "A4-1126"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Worms", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1907-06-19 04:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 3.95922, "lat": 49.04, "name": "Épernay", "geoid": 3020062}, "notime": null, "date-ut": "1907-06-19 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Worms"}, "birth": {"tzo": "+00:09:21", "date": "1907-06-19 04:00", "place": {"c2": "51", "cy": "FR", "lg": 3.95922, "lat": 49.04, "name": "Épernay", "geoid": 3020062}, "date-ut": "1907-06-19 03:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1126"}, "ids-in-sources": {"a4": "1126"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "51", "COU": "F", "DAY": "19", "LAT": "48N57", "LON": "4E22", "MON": "6", "NUM": "1126", "PRO": "P", "SEC": "40", "YEA": "1907", "CITY": "EPERNAY"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9879	yvon-adolphe-1817-01-30	{"a4": "1127"}	{"lerrcp": "A4-1127"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Yvon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1817-01-30 22:30", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Escheviller", "geoid": 0}, "notime": null, "date-ut": "1817-01-30 22:05:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Yvon"}, "birth": {"tzo": "+00:24:44", "date": "1817-01-30 22:30", "place": {"c2": "57", "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Escheviller", "geoid": 0}, "date-ut": "1817-01-30 22:05:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1127"}, "ids-in-sources": {"a4": "1127"}}, "raw": {"H": "22", "MN": "5", "TZ": "0", "COD": "57", "COU": "F", "DAY": "30", "LAT": "49N 7", "LON": "6E11", "MON": "1", "NUM": "1127", "PRO": "P", "SEC": "16", "YEA": "1817", "CITY": "ESCHEVILLER"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9880	ziegler-jules-1804-03-17	{"a4": "1128"}	{"lerrcp": "A4-1128"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Ziegler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:28", "date": "1804-03-17 21:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Langres", "geoid": 0}, "notime": null, "date-ut": "1804-03-17 20:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Ziegler"}, "birth": {"tzo": "+00:17:28", "date": "1804-03-17 21:00", "place": {"c2": "51", "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Langres", "geoid": 0}, "date-ut": "1804-03-17 20:42:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1128"}, "ids-in-sources": {"a4": "1128"}}, "raw": {"H": "20", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "17", "LAT": "48N57", "LON": "4E22", "MON": "3", "NUM": "1128", "PRO": "P", "SEC": "32", "YEA": "1804", "CITY": "LANGRES"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9881	zillhardt-jenny-1857-03-17	{"a4": "1129"}	{"lerrcp": "A4-1129"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jenny", "family": "Zillhardt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:09", "date": "1857-03-17 09:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "notime": null, "date-ut": "1857-03-17 08:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jenny", "family": "Zillhardt"}, "birth": {"tzo": "+00:13:09", "date": "1857-03-17 09:00", "place": {"c2": "02", "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "date-ut": "1857-03-17 08:45:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1129"}, "ids-in-sources": {"a4": "1129"}}, "raw": {"H": "8", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "17", "LAT": "49N34", "LON": "3E37", "MON": "3", "NUM": "1129", "PRO": "P", "SEC": "32", "YEA": "1857", "CITY": "SAINT-QUENTIN"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9882	zingg-jules-1882-08-25	{"a4": "1130"}	{"lerrcp": "A4-1130"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Zingg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:27:12", "date": "1882-08-25 23:03:04", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.79823, "lat": 47.50957, "name": "Montbéliard", "geoid": 2992938}, "notime": null, "date-ut": "1882-08-25 22:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Zingg"}, "birth": {"tzo": "+00:27:12", "date": "1882-08-25 23:03:04", "place": {"c2": "25", "cy": "FR", "lg": 6.79823, "lat": 47.50957, "name": "Montbéliard", "geoid": 2992938}, "date-ut": "1882-08-25 22:35:52"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1130"}, "ids-in-sources": {"a4": "1130"}}, "raw": {"H": "22", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "25", "LAT": "47N15", "LON": "6E 2", "MON": "8", "NUM": "1130", "PRO": "P", "SEC": "52", "YEA": "1882", "CITY": "MONTBELIARD"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9883	zo-henri-1873-12-02	{"a4": "1131"}	{"lerrcp": "A4-1131"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Zo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:54", "date": "1873-12-02 09:55:34", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "notime": null, "date-ut": "1873-12-02 10:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Zo"}, "birth": {"tzo": "-00:05:54", "date": "1873-12-02 09:55:34", "place": {"c2": "64", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "date-ut": "1873-12-02 10:01:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1131"}, "ids-in-sources": {"a4": "1131"}}, "raw": {"H": "10", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "2", "LAT": "43N18", "LON": "0W22", "MON": "12", "NUM": "1131", "PRO": "P", "SEC": "28", "YEA": "1873", "CITY": "BAYONNE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9884	zuber-jean-1844-06-24	{"a4": "1132"}	{"lerrcp": "A4-1132"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Zuber", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:36", "date": "1844-06-24 19:30", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.40203, "lat": 47.7497, "name": "Rixheim", "geoid": 2983369}, "notime": null, "date-ut": "1844-06-24 19:00:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Zuber"}, "birth": {"tzo": "+00:29:36", "date": "1844-06-24 19:30", "place": {"c2": "68", "cy": "FR", "lg": 7.40203, "lat": 47.7497, "name": "Rixheim", "geoid": 2983369}, "date-ut": "1844-06-24 19:00:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1132"}, "ids-in-sources": {"a4": "1132"}}, "raw": {"H": "19", "MN": "0", "TZ": "0", "COD": "68", "COU": "F", "DAY": "24", "LAT": "48N 5", "LON": "7E21", "MON": "6", "NUM": "1132", "PRO": "P", "SEC": "36", "YEA": "1844", "CITY": "RIXHEIM"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9885	zwiller-marie-1850-07-10	{"a4": "1133"}	{"lerrcp": "A4-1133"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Zwiller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:12", "date": "1850-07-10 12:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.30157, "lat": 47.71866, "name": "Didenheim", "geoid": 3021437}, "notime": null, "date-ut": "1850-07-10 11:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Zwiller"}, "birth": {"tzo": "+00:29:12", "date": "1850-07-10 12:00", "place": {"c2": "68", "cy": "FR", "lg": 7.30157, "lat": 47.71866, "name": "Didenheim", "geoid": 3021437}, "date-ut": "1850-07-10 11:30:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1133"}, "ids-in-sources": {"a4": "1133"}}, "raw": {"H": "11", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "10", "LAT": "48N 5", "LON": "7E21", "MON": "7", "NUM": "1133", "PRO": "P", "SEC": "36", "YEA": "1850", "CITY": "DIDENHEIM"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9886	affanni-ignazio-1828-03-22	{"a4": "1134"}	{"lerrcp": "A4-1134"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ignazio", "family": "Affanni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "notime": null, "date-ut": "1828-03-22 11:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Ignazio", "family": "Affanni"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "date-ut": "1828-03-22 11:02"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1134"}, "ids-in-sources": {"a4": "1134"}}, "raw": {"H": "12", "MN": "2", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "22", "LAT": "44N48", "LON": "10E45", "MON": "3", "NUM": "1134", "PRO": "P", "SEC": "0", "YEA": "1828", "CITY": "PARMA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9887	agazzi-ermegildo-1866-07-24	{"a4": "1135"}	{"lerrcp": "A4-1135"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ermegildo", "family": "Agazzi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BG", "c3": null, "cy": "IT", "lg": 9.55505, "lat": 45.71438, "name": "Mapello", "geoid": 3174038}, "notime": null, "date-ut": "1866-07-24 13:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Ermegildo", "family": "Agazzi"}, "birth": {"place": {"c2": "BG", "cy": "IT", "lg": 9.55505, "lat": 45.71438, "name": "Mapello", "geoid": 3174038}, "date-ut": "1866-07-24 13:21"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1135"}, "ids-in-sources": {"a4": "1135"}}, "raw": {"H": "14", "MN": "21", "TZ": "-1", "COD": "BG", "COU": "I", "DAY": "24", "LAT": "45N36", "LON": "9E45", "MON": "7", "NUM": "1135", "PRO": "P", "SEC": "0", "YEA": "1866", "CITY": "MAPELLO"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9888	gauquelin-a4-1136-1879-04-06	{"a4": "1136"}	{"lerrcp": "A4-1136"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1136", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CS", "c3": null, "cy": "IT", "lg": 16.21229, "lat": 39.8203, "name": "Castrovillari", "geoid": 2525070}, "notime": null, "date-ut": "1879-04-06 19:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1136"}, "birth": {"place": {"c2": "CS", "cy": "IT", "lg": 16.21229, "lat": 39.8203, "name": "Castrovillari", "geoid": 2525070}, "date-ut": "1879-04-06 19:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1136"}, "ids-in-sources": {"a4": "1136"}}, "raw": {"H": "20", "MN": "10", "TZ": "-1", "COD": "CS", "COU": "I", "DAY": "6", "LAT": "39N18", "LON": "16E30", "MON": "4", "NUM": "1136", "PRO": "P", "SEC": "4", "YEA": "1879", "CITY": "CASTROVILLARI"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9889	amato-orazio-1884-05-01	{"a4": "1137"}	{"lerrcp": "A4-1137"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Orazio", "family": "Amato", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ANTICOLICORRADO", "geoid": 0}, "notime": null, "date-ut": "1884-05-01 22:20:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Orazio", "family": "Amato"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ANTICOLICORRADO", "geoid": 0}, "date-ut": "1884-05-01 22:20:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1137"}, "ids-in-sources": {"a4": "1137"}}, "raw": {"H": "23", "MN": "20", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "1", "LAT": "45N 0", "LON": "12E15", "MON": "5", "NUM": "1137", "PRO": "P", "SEC": "4", "YEA": "1884", "CITY": "ANTICOLICORRADO"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9890	armenise-raffaello-1852-03-18	{"a4": "1138"}	{"lerrcp": "A4-1138"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raffaello", "family": "Armenise", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 17, "lat": 41.2, "name": "BARJ", "geoid": 0}, "notime": null, "date-ut": "1852-03-18 23:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Raffaello", "family": "Armenise"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 17, "lat": 41.2, "name": "BARJ", "geoid": 0}, "date-ut": "1852-03-18 23:52"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1138"}, "ids-in-sources": {"a4": "1138"}}, "raw": {"H": "0", "MN": "52", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "19", "LAT": "41N12", "LON": "17E 0", "MON": "3", "NUM": "1138", "PRO": "P", "SEC": "0", "YEA": "1852", "CITY": "BARJ"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9891	baccarini-domenico-1882-12-16	{"a4": "1139"}	{"lerrcp": "A4-1139"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Domenico", "family": "Baccarini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 11.88334, "lat": 44.2857, "name": "Faenza", "geoid": 3177300}, "notime": null, "date-ut": "1882-12-16 00:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Domenico", "family": "Baccarini"}, "birth": {"place": {"c2": "RA", "cy": "IT", "lg": 11.88334, "lat": 44.2857, "name": "Faenza", "geoid": 3177300}, "date-ut": "1882-12-16 00:40:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1139"}, "ids-in-sources": {"a4": "1139"}}, "raw": {"H": "1", "MN": "40", "TZ": "-1", "COD": "RA", "COU": "I", "DAY": "16", "LAT": "44N24", "LON": "12E15", "MON": "12", "NUM": "1139", "PRO": "P", "SEC": "4", "YEA": "1882", "CITY": "FAENZA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9892	baccarini-lino-1893-12-06	{"a4": "1140"}	{"lerrcp": "A4-1140"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lino", "family": "Baccarini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "IT", "lg": 10.82089, "lat": 44.94977, "name": "Gonzaga", "geoid": 3176002}, "notime": null, "date-ut": "1893-12-06 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Lino", "family": "Baccarini"}, "birth": {"place": {"c2": "MN", "cy": "IT", "lg": 10.82089, "lat": 44.94977, "name": "Gonzaga", "geoid": 3176002}, "date-ut": "1893-12-06 05:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1140"}, "ids-in-sources": {"a4": "1140"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "MN", "COU": "I", "DAY": "6", "LAT": "45N12", "LON": "11E 0", "MON": "12", "NUM": "1140", "PRO": "P", "SEC": "0", "YEA": "1893", "CITY": "GONZAGA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9893	bacchelli-mario-1893-01-03	{"a4": "1141"}	{"lerrcp": "A4-1141"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Bacchelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1893-01-03 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Bacchelli"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1893-01-03 00:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1141"}, "ids-in-sources": {"a4": "1141"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "3", "LAT": "44N30", "LON": "11E 0", "MON": "1", "NUM": "1141", "PRO": "P", "SEC": "4", "YEA": "1893", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9895	balestrieri-lionello-1872-09-12	{"a4": "1143"}	{"lerrcp": "A4-1143"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lionello", "family": "Balestrieri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SI", "c3": null, "cy": "IT", "lg": 11.90235, "lat": 42.96694, "name": "Cetona", "geoid": 3178933}, "notime": null, "date-ut": "1872-09-12 12:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Lionello", "family": "Balestrieri"}, "birth": {"place": {"c2": "SI", "cy": "IT", "lg": 11.90235, "lat": 42.96694, "name": "Cetona", "geoid": 3178933}, "date-ut": "1872-09-12 12:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1143"}, "ids-in-sources": {"a4": "1143"}}, "raw": {"H": "13", "MN": "10", "TZ": "-1", "COD": "SI", "COU": "I", "DAY": "12", "LAT": "43N18", "LON": "11E45", "MON": "9", "NUM": "1143", "PRO": "P", "SEC": "4", "YEA": "1872", "CITY": "CETONA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9896	gauquelin-a4-1144-1871-07-18	{"a4": "1144"}	{"lerrcp": "A4-1144"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1144", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1871-07-18 23:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1144"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1871-07-18 23:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1144"}, "ids-in-sources": {"a4": "1144"}}, "raw": {"H": "0", "MN": "10", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "19", "LAT": "45N 0", "LON": "8E 0", "MON": "7", "NUM": "1144", "PRO": "P", "SEC": "4", "YEA": "1871", "CITY": "TORINO"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9897	baranelli-domenico-1895-02-04	{"a4": "1145"}	{"lerrcp": "A4-1145"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Domenico", "family": "Baranelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CB", "c3": null, "cy": "IT", "lg": 14.93333, "lat": 41.70453, "name": "Bonefro", "geoid": 3181888}, "notime": null, "date-ut": "1895-02-04 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Domenico", "family": "Baranelli"}, "birth": {"place": {"c2": "CB", "cy": "IT", "lg": 14.93333, "lat": 41.70453, "name": "Bonefro", "geoid": 3181888}, "date-ut": "1895-02-04 04:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1145"}, "ids-in-sources": {"a4": "1145"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "CB", "COU": "I", "DAY": "4", "LAT": "41N36", "LON": "14E45", "MON": "2", "NUM": "1145", "PRO": "P", "SEC": "0", "YEA": "1895", "CITY": "BONEFRO"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9898	gauquelin-a4-1146-1874-08-14	{"a4": "1146"}	{"lerrcp": "A4-1146"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1146", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.17128, "lat": 44.81136, "name": "Noceto", "geoid": 3172241}, "notime": null, "date-ut": "1874-08-14 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1146"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.17128, "lat": 44.81136, "name": "Noceto", "geoid": 3172241}, "date-ut": "1874-08-14 10:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1146"}, "ids-in-sources": {"a4": "1146"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "14", "LAT": "44N48", "LON": "10E45", "MON": "8", "NUM": "1146", "PRO": "P", "SEC": "4", "YEA": "1874", "CITY": "NOCETO"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9899	basaldella-afro-1912-03-04	{"a4": "1147"}	{"lerrcp": "A4-1147"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Afro", "family": "Basaldella", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.24222, "lat": 46.06194, "name": "Udine", "geoid": 3165072}, "notime": null, "date-ut": "1912-03-04 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Afro", "family": "Basaldella"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.24222, "lat": 46.06194, "name": "Udine", "geoid": 3165072}, "date-ut": "1912-03-04 03:30"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1147"}, "ids-in-sources": {"a4": "1147"}}, "raw": {"H": "4", "MN": "30", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "4", "LAT": "46N 0", "LON": "13E30", "MON": "3", "NUM": "1147", "PRO": "P", "SEC": "0", "YEA": "1912", "CITY": "UDINE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9900	bastianini-augusto-1875-04-01	{"a4": "1148"}	{"lerrcp": "A4-1148"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Augusto", "family": "Bastianini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SI", "c3": null, "cy": "IT", "lg": 11.75, "lat": 43.3, "name": "CASOLEDELSA", "geoid": 0}, "notime": null, "date-ut": "1875-04-01 12:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Augusto", "family": "Bastianini"}, "birth": {"place": {"c2": "SI", "cy": "IT", "lg": 11.75, "lat": 43.3, "name": "CASOLEDELSA", "geoid": 0}, "date-ut": "1875-04-01 12:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1148"}, "ids-in-sources": {"a4": "1148"}}, "raw": {"H": "13", "MN": "10", "TZ": "-1", "COD": "SI", "COU": "I", "DAY": "1", "LAT": "43N18", "LON": "11E45", "MON": "4", "NUM": "1148", "PRO": "P", "SEC": "4", "YEA": "1875", "CITY": "CASOLEDELSA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9901	gauquelin-a4-1149-1873-07-17	{"a4": "1149"}	{"lerrcp": "A4-1149"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1149", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.24263, "lat": 40.55073, "name": "Capri", "geoid": 3180630}, "notime": null, "date-ut": "1873-07-17 17:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1149"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.24263, "lat": 40.55073, "name": "Capri", "geoid": 3180630}, "date-ut": "1873-07-17 17:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1149"}, "ids-in-sources": {"a4": "1149"}}, "raw": {"H": "18", "MN": "10", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "17", "LAT": "40N54", "LON": "14E 0", "MON": "7", "NUM": "1149", "PRO": "P", "SEC": "4", "YEA": "1873", "CITY": "CAPRI"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9902	bersani-stefano-1872-03-29	{"a4": "1150"}	{"lerrcp": "A4-1150"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stefano", "family": "Bersani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.32395, "lat": 45.35877, "name": "Melegnano", "geoid": 3173631}, "notime": null, "date-ut": "1872-03-29 21:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Stefano", "family": "Bersani"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.32395, "lat": 45.35877, "name": "Melegnano", "geoid": 3173631}, "date-ut": "1872-03-29 21:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1150"}, "ids-in-sources": {"a4": "1150"}}, "raw": {"H": "22", "MN": "10", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "29", "LAT": "45N30", "LON": "9E15", "MON": "3", "NUM": "1150", "PRO": "P", "SEC": "4", "YEA": "1872", "CITY": "MELEGNANO"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9903	bertieri-pilade-1874-08-01	{"a4": "1151"}	{"lerrcp": "A4-1151"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pilade", "family": "Bertieri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1874-08-01 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pilade", "family": "Bertieri"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1874-08-01 10:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1151"}, "ids-in-sources": {"a4": "1151"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "1", "LAT": "45N 0", "LON": "8E 0", "MON": "8", "NUM": "1151", "PRO": "P", "SEC": "4", "YEA": "1874", "CITY": "TORINO"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9904	biagetti-biagio-1877-07-21	{"a4": "1152"}	{"lerrcp": "A4-1152"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Biagio", "family": "Biagetti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MC", "c3": null, "cy": "IT", "lg": 13.25, "lat": 43.4, "name": "PORTORECANATI", "geoid": 0}, "notime": null, "date-ut": "1877-07-21 01:30:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Biagio", "family": "Biagetti"}, "birth": {"place": {"c2": "MC", "cy": "IT", "lg": 13.25, "lat": 43.4, "name": "PORTORECANATI", "geoid": 0}, "date-ut": "1877-07-21 01:30:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1152"}, "ids-in-sources": {"a4": "1152"}}, "raw": {"H": "2", "MN": "30", "TZ": "-1", "COD": "MC", "COU": "I", "DAY": "21", "LAT": "43N24", "LON": "13E15", "MON": "7", "NUM": "1152", "PRO": "P", "SEC": "4", "YEA": "1877", "CITY": "PORTORECANATI"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9905	birolli-renato-1905-12-10	{"a4": "1153"}	{"lerrcp": "A4-1153"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renato", "family": "Birolli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "notime": null, "date-ut": "1905-12-10 00:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Renato", "family": "Birolli"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "date-ut": "1905-12-10 00:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1153"}, "ids-in-sources": {"a4": "1153"}}, "raw": {"H": "1", "MN": "20", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "10", "LAT": "45N24", "LON": "11E 0", "MON": "12", "NUM": "1153", "PRO": "P", "SEC": "0", "YEA": "1905", "CITY": "VERONA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9906	bisi-carlo-1890-12-18	{"a4": "1154"}	{"lerrcp": "A4-1154"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Bisi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RE", "c3": null, "cy": "IT", "lg": 10.51229, "lat": 44.89657, "name": "Brescello", "geoid": 3181555}, "notime": null, "date-ut": "1890-12-18 22:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Bisi"}, "birth": {"place": {"c2": "RE", "cy": "IT", "lg": 10.51229, "lat": 44.89657, "name": "Brescello", "geoid": 3181555}, "date-ut": "1890-12-18 22:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1154"}, "ids-in-sources": {"a4": "1154"}}, "raw": {"H": "23", "MN": "10", "TZ": "-1", "COD": "RE", "COU": "I", "DAY": "18", "LAT": "44N36", "LON": "10E45", "MON": "12", "NUM": "1154", "PRO": "P", "SEC": "4", "YEA": "1890", "CITY": "BRESCELLO"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9907	bocchi-amedeo-1883-08-24	{"a4": "1155"}	{"lerrcp": "A4-1155"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amedeo", "family": "Bocchi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "notime": null, "date-ut": "1883-08-24 11:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Amedeo", "family": "Bocchi"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "date-ut": "1883-08-24 11:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1155"}, "ids-in-sources": {"a4": "1155"}}, "raw": {"H": "12", "MN": "10", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "24", "LAT": "44N48", "LON": "10E45", "MON": "8", "NUM": "1155", "PRO": "P", "SEC": "4", "YEA": "1883", "CITY": "PARMA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9908	bordoni-enrico-1904-08-02	{"a4": "1156"}	{"lerrcp": "A4-1156"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enrico", "family": "Bordoni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SV", "c3": null, "cy": "IT", "lg": 8.34295, "lat": 44.33524, "name": "Altare", "geoid": 3183174}, "notime": null, "date-ut": "1904-08-02 02:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Enrico", "family": "Bordoni"}, "birth": {"place": {"c2": "SV", "cy": "IT", "lg": 8.34295, "lat": 44.33524, "name": "Altare", "geoid": 3183174}, "date-ut": "1904-08-02 02:35"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1156"}, "ids-in-sources": {"a4": "1156"}}, "raw": {"H": "3", "MN": "35", "TZ": "-1", "COD": "SV", "COU": "I", "DAY": "2", "LAT": "44N18", "LON": "8E45", "MON": "8", "NUM": "1156", "PRO": "P", "SEC": "0", "YEA": "1904", "CITY": "ALTARE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9909	bracchi-luigi-1892-05-17	{"a4": "1157"}	{"lerrcp": "A4-1157"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Bracchi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SO", "c3": null, "cy": "IT", "lg": 10.16786, "lat": 46.2154, "name": "Tirano", "geoid": 3165647}, "notime": null, "date-ut": "1892-05-17 06:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Bracchi"}, "birth": {"place": {"c2": "SO", "cy": "IT", "lg": 10.16786, "lat": 46.2154, "name": "Tirano", "geoid": 3165647}, "date-ut": "1892-05-17 06:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1157"}, "ids-in-sources": {"a4": "1157"}}, "raw": {"H": "7", "MN": "10", "TZ": "-1", "COD": "SO", "COU": "I", "DAY": "17", "LAT": "46N12", "LON": "10E 0", "MON": "5", "NUM": "1157", "PRO": "P", "SEC": "4", "YEA": "1892", "CITY": "TIRANO"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9910	brunelleschi-umberto-1879-06-21	{"a4": "1158"}	{"lerrcp": "A4-1158"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Umberto", "family": "Brunelleschi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PT", "c3": null, "cy": "IT", "lg": 10.92361, "lat": 43.92125, "name": "Pistoia", "geoid": 3170621}, "notime": null, "date-ut": "1879-06-21 05:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Umberto", "family": "Brunelleschi"}, "birth": {"place": {"c2": "PT", "cy": "IT", "lg": 10.92361, "lat": 43.92125, "name": "Pistoia", "geoid": 3170621}, "date-ut": "1879-06-21 05:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1158"}, "ids-in-sources": {"a4": "1158"}}, "raw": {"H": "6", "MN": "10", "TZ": "-1", "COD": "PT", "COU": "I", "DAY": "21", "LAT": "44N 0", "LON": "11E15", "MON": "6", "NUM": "1158", "PRO": "P", "SEC": "4", "YEA": "1879", "CITY": "PISTOIA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9911	buratti-domenico-1883-11-21	{"a4": "1159"}	{"lerrcp": "A4-1159"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Domenico", "family": "Buratti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "NOLECANAVESE", "geoid": 0}, "notime": null, "date-ut": "1883-11-21 19:20:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Domenico", "family": "Buratti"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "NOLECANAVESE", "geoid": 0}, "date-ut": "1883-11-21 19:20:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1159"}, "ids-in-sources": {"a4": "1159"}}, "raw": {"H": "20", "MN": "20", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "21", "LAT": "45N 0", "LON": "8E 0", "MON": "11", "NUM": "1159", "PRO": "P", "SEC": "4", "YEA": "1883", "CITY": "NOLECANAVESE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9912	cadorin-guido-1892-06-06	{"a4": "1160"}	{"lerrcp": "A4-1160"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guido", "family": "Cadorin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "notime": null, "date-ut": "1892-06-06 09:30:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Guido", "family": "Cadorin"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "date-ut": "1892-06-06 09:30:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1160"}, "ids-in-sources": {"a4": "1160"}}, "raw": {"H": "10", "MN": "30", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "6", "LAT": "45N30", "LON": "12E30", "MON": "6", "NUM": "1160", "PRO": "P", "SEC": "4", "YEA": "1892", "CITY": "VENEZIA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9913	caligiani-alberto-1894-01-06	{"a4": "1161"}	{"lerrcp": "A4-1161"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberto", "family": "Caligiani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "IT", "lg": 11.10794, "lat": 42.77142, "name": "Grosseto", "geoid": 3175786}, "notime": null, "date-ut": "1894-01-06 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alberto", "family": "Caligiani"}, "birth": {"place": {"c2": "GR", "cy": "IT", "lg": 11.10794, "lat": 42.77142, "name": "Grosseto", "geoid": 3175786}, "date-ut": "1894-01-06 21:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1161"}, "ids-in-sources": {"a4": "1161"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "GR", "COU": "I", "DAY": "6", "LAT": "42N42", "LON": "11E30", "MON": "1", "NUM": "1161", "PRO": "P", "SEC": "0", "YEA": "1894", "CITY": "GROSSETO"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9914	cantatore-domenico-1906-03-16	{"a4": "1162"}	{"lerrcp": "A4-1162"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Domenico", "family": "Cantatore", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 17, "lat": 41.2, "name": "RUVODIPUGLIA", "geoid": 0}, "notime": null, "date-ut": "1906-03-16 22:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Domenico", "family": "Cantatore"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 17, "lat": 41.2, "name": "RUVODIPUGLIA", "geoid": 0}, "date-ut": "1906-03-16 22:05"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1162"}, "ids-in-sources": {"a4": "1162"}}, "raw": {"H": "23", "MN": "5", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "16", "LAT": "41N12", "LON": "17E 0", "MON": "3", "NUM": "1162", "PRO": "P", "SEC": "0", "YEA": "1906", "CITY": "RUVODIPUGLIA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9915	caprotti-guido-1887-10-05	{"a4": "1163"}	{"lerrcp": "A4-1163"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guido", "family": "Caprotti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "MONZA", "geoid": 0}, "notime": null, "date-ut": "1887-10-05 00:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Guido", "family": "Caprotti"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "MONZA", "geoid": 0}, "date-ut": "1887-10-05 00:25:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1163"}, "ids-in-sources": {"a4": "1163"}}, "raw": {"H": "1", "MN": "25", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "5", "LAT": "45N30", "LON": "9E15", "MON": "10", "NUM": "1163", "PRO": "P", "SEC": "4", "YEA": "1887", "CITY": "MONZA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9916	carena-felice-1879-08-13	{"a4": "1164"}	{"lerrcp": "A4-1164"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Felice", "family": "Carena", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1879-08-13 12:05:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Felice", "family": "Carena"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1879-08-13 12:05:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1164"}, "ids-in-sources": {"a4": "1164"}}, "raw": {"H": "13", "MN": "5", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "13", "LAT": "45N 0", "LON": "8E 0", "MON": "8", "NUM": "1164", "PRO": "P", "SEC": "4", "YEA": "1879", "CITY": "TORINO"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9917	carmignani-guido-1838-01-27	{"a4": "1165"}	{"lerrcp": "A4-1165"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guido", "family": "Carmignani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "notime": null, "date-ut": "1838-01-27 10:47"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Guido", "family": "Carmignani"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "date-ut": "1838-01-27 10:47"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1165"}, "ids-in-sources": {"a4": "1165"}}, "raw": {"H": "11", "MN": "47", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "27", "LAT": "44N48", "LON": "10E45", "MON": "1", "NUM": "1165", "PRO": "P", "SEC": "0", "YEA": "1838", "CITY": "PARMA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9918	carra-carlo-1881-02-11	{"a4": "1166"}	{"lerrcp": "A4-1166"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Carra", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 9, "lat": 45, "name": "QUARNIENTO", "geoid": 0}, "notime": null, "date-ut": "1881-02-11 13:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Carra"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 9, "lat": 45, "name": "QUARNIENTO", "geoid": 0}, "date-ut": "1881-02-11 13:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1166"}, "ids-in-sources": {"a4": "1166"}}, "raw": {"H": "14", "MN": "10", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "11", "LAT": "45N 0", "LON": "9E 0", "MON": "2", "NUM": "1166", "PRO": "P", "SEC": "4", "YEA": "1881", "CITY": "QUARNIENTO"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9919	cecchi-pieraccini-leonetta-1882-10-30	{"a4": "1167"}	{"lerrcp": "A4-1167"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leonetta", "family": "Cecchi-Pieraccini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SI", "c3": null, "cy": "IT", "lg": 11.14593, "lat": 43.48117, "name": "Poggibonsi", "geoid": 3170504}, "notime": null, "date-ut": "1882-10-30 18:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Leonetta", "family": "Cecchi-Pieraccini"}, "birth": {"place": {"c2": "SI", "cy": "IT", "lg": 11.14593, "lat": 43.48117, "name": "Poggibonsi", "geoid": 3170504}, "date-ut": "1882-10-30 18:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1167"}, "ids-in-sources": {"a4": "1167"}}, "raw": {"H": "19", "MN": "10", "TZ": "-1", "COD": "SI", "COU": "I", "DAY": "30", "LAT": "43N18", "LON": "11E45", "MON": "10", "NUM": "1167", "PRO": "P", "SEC": "4", "YEA": "1882", "CITY": "POGGIBONSI"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9920	celada-ugo-1895-05-25	{"a4": "1168"}	{"lerrcp": "A4-1168"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ugo", "family": "Celada", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "IT", "lg": 11, "lat": 45.2, "name": "VIRGILIO", "geoid": 0}, "notime": null, "date-ut": "1895-05-25 14:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Ugo", "family": "Celada"}, "birth": {"place": {"c2": "MN", "cy": "IT", "lg": 11, "lat": 45.2, "name": "VIRGILIO", "geoid": 0}, "date-ut": "1895-05-25 14:10"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1168"}, "ids-in-sources": {"a4": "1168"}}, "raw": {"H": "15", "MN": "10", "TZ": "-1", "COD": "MN", "COU": "I", "DAY": "25", "LAT": "45N12", "LON": "11E 0", "MON": "5", "NUM": "1168", "PRO": "P", "SEC": "0", "YEA": "1895", "CITY": "VIRGILIO"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9921	ceracchini-gisberto-1899-02-05	{"a4": "1169"}	{"lerrcp": "A4-1169"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gisberto", "family": "Ceracchini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AR", "c3": null, "cy": "IT", "lg": 12, "lat": 43.5, "name": "FOIANODELLACHIA", "geoid": 0}, "notime": null, "date-ut": "1899-02-05 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Gisberto", "family": "Ceracchini"}, "birth": {"place": {"c2": "AR", "cy": "IT", "lg": 12, "lat": 43.5, "name": "FOIANODELLACHIA", "geoid": 0}, "date-ut": "1899-02-05 16:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1169"}, "ids-in-sources": {"a4": "1169"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "AR", "COU": "I", "DAY": "5", "LAT": "43N30", "LON": "12E 0", "MON": "2", "NUM": "1169", "PRO": "P", "SEC": "0", "YEA": "1899", "CITY": "FOIANODELLACHIA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9922	cercone-ettore-1850-11-20	{"a4": "1170"}	{"lerrcp": "A4-1170"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ettore", "family": "Cercone", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "notime": null, "date-ut": "1850-11-20 23:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Ettore", "family": "Cercone"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "date-ut": "1850-11-20 23:58"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1170"}, "ids-in-sources": {"a4": "1170"}}, "raw": {"H": "0", "MN": "58", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "21", "LAT": "38N 0", "LON": "15E30", "MON": "11", "NUM": "1170", "PRO": "P", "SEC": "0", "YEA": "1850", "CITY": "MESSINA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9923	cesetti-giuseppe-1902-03-10	{"a4": "1171"}	{"lerrcp": "A4-1171"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Cesetti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VT", "c3": null, "cy": "IT", "lg": 11.87212, "lat": 42.41726, "name": "Tuscania", "geoid": 3165083}, "notime": null, "date-ut": "1902-03-10 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Cesetti"}, "birth": {"place": {"c2": "VT", "cy": "IT", "lg": 11.87212, "lat": 42.41726, "name": "Tuscania", "geoid": 3165083}, "date-ut": "1902-03-10 21:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1171"}, "ids-in-sources": {"a4": "1171"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "VT", "COU": "I", "DAY": "10", "LAT": "42N24", "LON": "12E 0", "MON": "3", "NUM": "1171", "PRO": "P", "SEC": "0", "YEA": "1902", "CITY": "TUSCANIA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9924	chareun-raoul-1889-12-16	{"a4": "1172"}	{"lerrcp": "A4-1172"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raoul", "family": "Chareun", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "IT", "lg": 9.13462, "lat": 39.20738, "name": "Cagliari", "geoid": 2525473}, "notime": null, "date-ut": "1889-12-16 03:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Raoul", "family": "Chareun"}, "birth": {"place": {"c2": "CA", "cy": "IT", "lg": 9.13462, "lat": 39.20738, "name": "Cagliari", "geoid": 2525473}, "date-ut": "1889-12-16 03:25:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1172"}, "ids-in-sources": {"a4": "1172"}}, "raw": {"H": "4", "MN": "25", "TZ": "-1", "COD": "CA", "COU": "I", "DAY": "16", "LAT": "39N24", "LON": "9E 0", "MON": "12", "NUM": "1172", "PRO": "P", "SEC": "4", "YEA": "1889", "CITY": "CAGLIARI"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9925	checchi-arturo-1886-09-29	{"a4": "1173"}	{"lerrcp": "A4-1173"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arturo", "family": "Checchi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 10.81011, "lat": 43.72784, "name": "Fucecchio", "geoid": 3176504}, "notime": null, "date-ut": "1886-09-29 19:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Arturo", "family": "Checchi"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 10.81011, "lat": 43.72784, "name": "Fucecchio", "geoid": 3176504}, "date-ut": "1886-09-29 19:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1173"}, "ids-in-sources": {"a4": "1173"}}, "raw": {"H": "20", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "29", "LAT": "43N42", "LON": "11E30", "MON": "9", "NUM": "1173", "PRO": "P", "SEC": "4", "YEA": "1886", "CITY": "FUCECCHIO"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9926	cherubini-carlo-1897-07-27	{"a4": "1174"}	{"lerrcp": "A4-1174"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Cherubini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AN", "c3": null, "cy": "IT", "lg": 13.51008, "lat": 43.59816, "name": "Ancona", "geoid": 3183089}, "notime": null, "date-ut": "1897-07-27 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Cherubini"}, "birth": {"place": {"c2": "AN", "cy": "IT", "lg": 13.51008, "lat": 43.59816, "name": "Ancona", "geoid": 3183089}, "date-ut": "1897-07-27 03:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1174"}, "ids-in-sources": {"a4": "1174"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "AN", "COU": "I", "DAY": "27", "LAT": "43N42", "LON": "13E45", "MON": "7", "NUM": "1174", "PRO": "P", "SEC": "0", "YEA": "1897", "CITY": "ANCONA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9927	chirico-giacomo-1844-01-25	{"a4": "1175"}	{"lerrcp": "A4-1175"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giacomo", "family": "Chirico", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PC", "c3": null, "cy": "IT", "lg": 9.75, "lat": 45, "name": "VENOSA", "geoid": 0}, "notime": null, "date-ut": "1844-01-25 00:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Giacomo", "family": "Chirico"}, "birth": {"place": {"c2": "PC", "cy": "IT", "lg": 9.75, "lat": 45, "name": "VENOSA", "geoid": 0}, "date-ut": "1844-01-25 00:21"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1175"}, "ids-in-sources": {"a4": "1175"}}, "raw": {"H": "1", "MN": "21", "TZ": "-1", "COD": "PC", "COU": "I", "DAY": "25", "LAT": "45N 0", "LON": "9E45", "MON": "1", "NUM": "1175", "PRO": "P", "SEC": "0", "YEA": "1844", "CITY": "VENOSA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9928	ciardo-vincenzo-1894-10-25	{"a4": "1176"}	{"lerrcp": "A4-1176"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincenzo", "family": "Ciardo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LE", "c3": null, "cy": "IT", "lg": 18.75, "lat": 40.4, "name": "GAGLIANODELCAPO", "geoid": 0}, "notime": null, "date-ut": "1894-10-25 17:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Vincenzo", "family": "Ciardo"}, "birth": {"place": {"c2": "LE", "cy": "IT", "lg": 18.75, "lat": 40.4, "name": "GAGLIANODELCAPO", "geoid": 0}, "date-ut": "1894-10-25 17:30"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1176"}, "ids-in-sources": {"a4": "1176"}}, "raw": {"H": "18", "MN": "30", "TZ": "-1", "COD": "LE", "COU": "I", "DAY": "25", "LAT": "40N24", "LON": "18E45", "MON": "10", "NUM": "1176", "PRO": "P", "SEC": "0", "YEA": "1894", "CITY": "GAGLIANODELCAPO"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9929	colacicchi-giovanni-1900-01-19	{"a4": "1177"}	{"lerrcp": "A4-1177"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Colacicchi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FR", "c3": null, "cy": "IT", "lg": 13.15269, "lat": 41.74472, "name": "Anagni", "geoid": 3183098}, "notime": null, "date-ut": "1900-01-19 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Colacicchi"}, "birth": {"place": {"c2": "FR", "cy": "IT", "lg": 13.15269, "lat": 41.74472, "name": "Anagni", "geoid": 3183098}, "date-ut": "1900-01-19 02:30"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1177"}, "ids-in-sources": {"a4": "1177"}}, "raw": {"H": "3", "MN": "30", "TZ": "-1", "COD": "FR", "COU": "I", "DAY": "19", "LAT": "41N36", "LON": "13E15", "MON": "1", "NUM": "1177", "PRO": "P", "SEC": "0", "YEA": "1900", "CITY": "ANAGNI"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9930	corazza-corrado-1897-08-22	{"a4": "1178"}	{"lerrcp": "A4-1178"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Corrado", "family": "Corazza", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1897-08-22 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Corrado", "family": "Corazza"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1897-08-22 09:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1178"}, "ids-in-sources": {"a4": "1178"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "22", "LAT": "44N30", "LON": "11E 0", "MON": "8", "NUM": "1178", "PRO": "P", "SEC": "0", "YEA": "1897", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9931	costetti-romeo-1871-08-27	{"a4": "1179"}	{"lerrcp": "A4-1179"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Romeo", "family": "Costetti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RE", "c3": null, "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "REGGIOEMILIA", "geoid": 0}, "notime": null, "date-ut": "1871-08-27 05:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Romeo", "family": "Costetti"}, "birth": {"place": {"c2": "RE", "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "REGGIOEMILIA", "geoid": 0}, "date-ut": "1871-08-27 05:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1179"}, "ids-in-sources": {"a4": "1179"}}, "raw": {"H": "6", "MN": "10", "TZ": "-1", "COD": "RE", "COU": "I", "DAY": "27", "LAT": "44N36", "LON": "10E45", "MON": "8", "NUM": "1179", "PRO": "P", "SEC": "4", "YEA": "1871", "CITY": "REGGIOEMILIA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9932	crema-giambattista-1883-04-13	{"a4": "1180"}	{"lerrcp": "A4-1180"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giambattista", "family": "Crema", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FE", "c3": null, "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "notime": null, "date-ut": "1883-04-13 22:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Giambattista", "family": "Crema"}, "birth": {"place": {"c2": "FE", "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "date-ut": "1883-04-13 22:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1180"}, "ids-in-sources": {"a4": "1180"}}, "raw": {"H": "23", "MN": "10", "TZ": "-1", "COD": "FE", "COU": "I", "DAY": "13", "LAT": "44N42", "LON": "12E30", "MON": "4", "NUM": "1180", "PRO": "P", "SEC": "4", "YEA": "1883", "CITY": "FERRARA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9933	cusin-federico-1875-12-08	{"a4": "1181"}	{"lerrcp": "A4-1181"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Federico", "family": "Cusin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "notime": null, "date-ut": "1875-12-08 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Federico", "family": "Cusin"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "date-ut": "1875-12-08 00:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1181"}, "ids-in-sources": {"a4": "1181"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "8", "LAT": "45N30", "LON": "12E30", "MON": "12", "NUM": "1181", "PRO": "P", "SEC": "4", "YEA": "1875", "CITY": "VENEZIA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9934	dani-franco-1895-08-11	{"a4": "1182"}	{"lerrcp": "A4-1182"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franco", "family": "Dani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1895-08-11 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Franco", "family": "Dani"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1895-08-11 15:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1182"}, "ids-in-sources": {"a4": "1182"}}, "raw": {"H": "16", "MN": "0", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "11", "LAT": "43N42", "LON": "11E30", "MON": "8", "NUM": "1182", "PRO": "P", "SEC": "0", "YEA": "1895", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9935	d-anna-giulio-1908-08-30	{"a4": "1183"}	{"lerrcp": "A4-1183"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giulio", "family": "D'Anna", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "EN", "c3": null, "cy": "IT", "lg": 14.16597, "lat": 37.58875, "name": "Villarosa", "geoid": 2522732}, "notime": null, "date-ut": "1908-08-30 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Giulio", "family": "D'Anna"}, "birth": {"place": {"c2": "EN", "cy": "IT", "lg": 14.16597, "lat": 37.58875, "name": "Villarosa", "geoid": 2522732}, "date-ut": "1908-08-30 01:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1183"}, "ids-in-sources": {"a4": "1183"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "EN", "COU": "I", "DAY": "30", "LAT": "37N30", "LON": "14E15", "MON": "8", "NUM": "1183", "PRO": "P", "SEC": "0", "YEA": "1908", "CITY": "VILLAROSA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9936	de-bernardi-domenico-1892-02-21	{"a4": "1184"}	{"lerrcp": "A4-1184"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Domenico", "family": "De Bernardi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "IT", "lg": 8.66923, "lat": 45.85198, "name": "Besozzo", "geoid": 3182111}, "notime": null, "date-ut": "1892-02-21 03:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Domenico", "family": "De Bernardi"}, "birth": {"place": {"c2": "VA", "cy": "IT", "lg": 8.66923, "lat": 45.85198, "name": "Besozzo", "geoid": 3182111}, "date-ut": "1892-02-21 03:40:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1184"}, "ids-in-sources": {"a4": "1184"}}, "raw": {"H": "4", "MN": "40", "TZ": "-1", "COD": "VA", "COU": "I", "DAY": "21", "LAT": "45N48", "LON": "9E 0", "MON": "2", "NUM": "1184", "PRO": "P", "SEC": "4", "YEA": "1892", "CITY": "BESOZZO"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9937	de-rocchi-francesco-1902-03-13	{"a4": "1185"}	{"lerrcp": "A4-1185"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "De Rocchi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "IT", "lg": 9.03464, "lat": 45.62787, "name": "Saronno", "geoid": 3167113}, "notime": null, "date-ut": "1902-03-13 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "De Rocchi"}, "birth": {"place": {"c2": "VA", "cy": "IT", "lg": 9.03464, "lat": 45.62787, "name": "Saronno", "geoid": 3167113}, "date-ut": "1902-03-13 03:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1185"}, "ids-in-sources": {"a4": "1185"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "VA", "COU": "I", "DAY": "13", "LAT": "45N48", "LON": "9E 0", "MON": "3", "NUM": "1185", "PRO": "P", "SEC": "0", "YEA": "1902", "CITY": "SARONNO"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9938	de-salvo-giambattista-1903-03-28	{"a4": "1186"}	{"lerrcp": "A4-1186"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giambattista", "family": "De Salvo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SV", "c3": null, "cy": "IT", "lg": 8.47715, "lat": 44.30905, "name": "Savona", "geoid": 3167022}, "notime": null, "date-ut": "1903-03-28 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Giambattista", "family": "De Salvo"}, "birth": {"place": {"c2": "SV", "cy": "IT", "lg": 8.47715, "lat": 44.30905, "name": "Savona", "geoid": 3167022}, "date-ut": "1903-03-28 01:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1186"}, "ids-in-sources": {"a4": "1186"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "SV", "COU": "I", "DAY": "28", "LAT": "44N18", "LON": "8E45", "MON": "3", "NUM": "1186", "PRO": "P", "SEC": "0", "YEA": "1903", "CITY": "SAVONA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9939	de-vincenzi-giorgio-1884-12-20	{"a4": "1187"}	{"lerrcp": "A4-1187"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giorgio", "family": "De Vincenzi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FE", "c3": null, "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "notime": null, "date-ut": "1884-12-20 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Giorgio", "family": "De Vincenzi"}, "birth": {"place": {"c2": "FE", "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "date-ut": "1884-12-20 03:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1187"}, "ids-in-sources": {"a4": "1187"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "FE", "COU": "I", "DAY": "20", "LAT": "44N42", "LON": "12E30", "MON": "12", "NUM": "1187", "PRO": "P", "SEC": "4", "YEA": "1884", "CITY": "FERRARA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9940	discovolo-antonio-1874-12-25	{"a4": "1188"}	{"lerrcp": "A4-1188"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Discovolo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1874-12-25 17:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Discovolo"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1874-12-25 17:40:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1188"}, "ids-in-sources": {"a4": "1188"}}, "raw": {"H": "18", "MN": "40", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "25", "LAT": "44N30", "LON": "11E 0", "MON": "12", "NUM": "1188", "PRO": "P", "SEC": "4", "YEA": "1874", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9941	dottori-gerardo-1888-11-11	{"a4": "1189"}	{"lerrcp": "A4-1189"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gerardo", "family": "Dottori", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 12.38878, "lat": 43.1122, "name": "Perugia", "geoid": 3171180}, "notime": null, "date-ut": "1888-11-11 07:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Gerardo", "family": "Dottori"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 12.38878, "lat": 43.1122, "name": "Perugia", "geoid": 3171180}, "date-ut": "1888-11-11 07:25:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1189"}, "ids-in-sources": {"a4": "1189"}}, "raw": {"H": "8", "MN": "25", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "11", "LAT": "43N 0", "LON": "13E 0", "MON": "11", "NUM": "1189", "PRO": "P", "SEC": "4", "YEA": "1888", "CITY": "PERUGIA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9942	durante-domenico-1879-12-17	{"a4": "1190"}	{"lerrcp": "A4-1190"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Domenico", "family": "Durante", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CN", "c3": null, "cy": "IT", "lg": 8.02184, "lat": 44.47474, "name": "Murazzano", "geoid": 3172450}, "notime": null, "date-ut": "1879-12-17 04:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Domenico", "family": "Durante"}, "birth": {"place": {"c2": "CN", "cy": "IT", "lg": 8.02184, "lat": 44.47474, "name": "Murazzano", "geoid": 3172450}, "date-ut": "1879-12-17 04:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1190"}, "ids-in-sources": {"a4": "1190"}}, "raw": {"H": "5", "MN": "10", "TZ": "-1", "COD": "CN", "COU": "I", "DAY": "17", "LAT": "44N24", "LON": "7E15", "MON": "12", "NUM": "1190", "PRO": "P", "SEC": "4", "YEA": "1879", "CITY": "MURAZZANO"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9943	fanti-erminio-1821-01-06	{"a4": "1191"}	{"lerrcp": "A4-1191"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erminio", "family": "Fanti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "notime": null, "date-ut": "1821-01-06 18:17"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Erminio", "family": "Fanti"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "date-ut": "1821-01-06 18:17"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1191"}, "ids-in-sources": {"a4": "1191"}}, "raw": {"H": "19", "MN": "17", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "6", "LAT": "44N48", "LON": "10E45", "MON": "1", "NUM": "1191", "PRO": "P", "SEC": "0", "YEA": "1821", "CITY": "PARMA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9944	farina-guido-1896-11-22	{"a4": "1192"}	{"lerrcp": "A4-1192"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guido", "family": "Farina", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "notime": null, "date-ut": "1896-11-22 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Guido", "family": "Farina"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "date-ut": "1896-11-22 20:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1192"}, "ids-in-sources": {"a4": "1192"}}, "raw": {"H": "21", "MN": "0", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "22", "LAT": "45N24", "LON": "11E 0", "MON": "11", "NUM": "1192", "PRO": "P", "SEC": "0", "YEA": "1896", "CITY": "VERONA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9945	ferroni-guido-1888-02-19	{"a4": "1193"}	{"lerrcp": "A4-1193"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guido", "family": "Ferroni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SI", "c3": null, "cy": "IT", "lg": 11.33283, "lat": 43.32004, "name": "Siena", "geoid": 3166548}, "notime": null, "date-ut": "1888-02-19 02:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Guido", "family": "Ferroni"}, "birth": {"place": {"c2": "SI", "cy": "IT", "lg": 11.33283, "lat": 43.32004, "name": "Siena", "geoid": 3166548}, "date-ut": "1888-02-19 02:40:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1193"}, "ids-in-sources": {"a4": "1193"}}, "raw": {"H": "3", "MN": "40", "TZ": "-1", "COD": "SI", "COU": "I", "DAY": "19", "LAT": "43N18", "LON": "11E45", "MON": "2", "NUM": "1193", "PRO": "P", "SEC": "4", "YEA": "1888", "CITY": "SIENA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9946	figari-filippo-1885-09-23	{"a4": "1194"}	{"lerrcp": "A4-1194"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Filippo", "family": "Figari", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "IT", "lg": 9.13462, "lat": 39.20738, "name": "Cagliari", "geoid": 2525473}, "notime": null, "date-ut": "1885-09-23 01:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Filippo", "family": "Figari"}, "birth": {"place": {"c2": "CA", "cy": "IT", "lg": 9.13462, "lat": 39.20738, "name": "Cagliari", "geoid": 2525473}, "date-ut": "1885-09-23 01:25:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1194"}, "ids-in-sources": {"a4": "1194"}}, "raw": {"H": "2", "MN": "25", "TZ": "-1", "COD": "CA", "COU": "I", "DAY": "23", "LAT": "39N24", "LON": "9E 0", "MON": "9", "NUM": "1194", "PRO": "P", "SEC": "4", "YEA": "1885", "CITY": "CAGLIARI"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9947	francalancia-riccardo-1886-11-09	{"a4": "1195"}	{"lerrcp": "A4-1195"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Riccardo", "family": "Francalancia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 12.61429, "lat": 43.07083, "name": "Assisi", "geoid": 3182722}, "notime": null, "date-ut": "1886-11-09 11:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Riccardo", "family": "Francalancia"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 12.61429, "lat": 43.07083, "name": "Assisi", "geoid": 3182722}, "date-ut": "1886-11-09 11:40:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1195"}, "ids-in-sources": {"a4": "1195"}}, "raw": {"H": "12", "MN": "40", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "9", "LAT": "43N 0", "LON": "13E 0", "MON": "11", "NUM": "1195", "PRO": "P", "SEC": "4", "YEA": "1886", "CITY": "ASSISI"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9948	frisia-donato-1883-08-30	{"a4": "1196"}	{"lerrcp": "A4-1196"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Donato", "family": "Frisia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.8, "name": "MERATE", "geoid": 0}, "notime": null, "date-ut": "1883-08-30 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Donato", "family": "Frisia"}, "birth": {"place": {"c2": "CO", "cy": "IT", "lg": 9.25, "lat": 45.8, "name": "MERATE", "geoid": 0}, "date-ut": "1883-08-30 10:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1196"}, "ids-in-sources": {"a4": "1196"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "CO", "COU": "I", "DAY": "30", "LAT": "45N48", "LON": "9E15", "MON": "8", "NUM": "1196", "PRO": "P", "SEC": "4", "YEA": "1883", "CITY": "MERATE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9949	gai-ernesto-1886-07-13	{"a4": "1197"}	{"lerrcp": "A4-1197"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernesto", "family": "Gai", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1886-07-13 11:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Ernesto", "family": "Gai"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1886-07-13 11:40:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1197"}, "ids-in-sources": {"a4": "1197"}}, "raw": {"H": "12", "MN": "40", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "13", "LAT": "45N 0", "LON": "8E 0", "MON": "7", "NUM": "1197", "PRO": "P", "SEC": "4", "YEA": "1886", "CITY": "TORINO"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9950	gentilini-franco-1909-08-04	{"a4": "1198"}	{"lerrcp": "A4-1198"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franco", "family": "Gentilini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 11.88334, "lat": 44.2857, "name": "Faenza", "geoid": 3177300}, "notime": null, "date-ut": "1909-08-04 17:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Franco", "family": "Gentilini"}, "birth": {"place": {"c2": "RA", "cy": "IT", "lg": 11.88334, "lat": 44.2857, "name": "Faenza", "geoid": 3177300}, "date-ut": "1909-08-04 17:30"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1198"}, "ids-in-sources": {"a4": "1198"}}, "raw": {"H": "18", "MN": "30", "TZ": "-1", "COD": "RA", "COU": "I", "DAY": "4", "LAT": "44N24", "LON": "12E15", "MON": "8", "NUM": "1198", "PRO": "P", "SEC": "0", "YEA": "1909", "CITY": "FAENZA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9951	giachetti-giulio-1886-10-08	{"a4": "1199"}	{"lerrcp": "A4-1199"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giulio", "family": "Giachetti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1886-10-08 10:55:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Giulio", "family": "Giachetti"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1886-10-08 10:55:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1199"}, "ids-in-sources": {"a4": "1199"}}, "raw": {"H": "11", "MN": "55", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "8", "LAT": "43N42", "LON": "11E30", "MON": "10", "NUM": "1199", "PRO": "P", "SEC": "4", "YEA": "1886", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9952	giusti-giuseppe-1872-04-03	{"a4": "1200"}	{"lerrcp": "A4-1200"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Giusti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 12.38878, "lat": 43.1122, "name": "Perugia", "geoid": 3171180}, "notime": null, "date-ut": "1872-04-03 20:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Giusti"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 12.38878, "lat": 43.1122, "name": "Perugia", "geoid": 3171180}, "date-ut": "1872-04-03 20:40:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1200"}, "ids-in-sources": {"a4": "1200"}}, "raw": {"H": "21", "MN": "40", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "3", "LAT": "43N 0", "LON": "13E 0", "MON": "4", "NUM": "1200", "PRO": "P", "SEC": "4", "YEA": "1872", "CITY": "PERUGIA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9953	grandi-alfredo-1888-07-03	{"a4": "1201"}	{"lerrcp": "A4-1201"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfredo", "family": "Grandi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 8.86114, "lat": 45.31166, "name": "Vigevano", "geoid": 3164376}, "notime": null, "date-ut": "1888-07-03 02:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alfredo", "family": "Grandi"}, "birth": {"place": {"c2": "PV", "cy": "IT", "lg": 8.86114, "lat": 45.31166, "name": "Vigevano", "geoid": 3164376}, "date-ut": "1888-07-03 02:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1201"}, "ids-in-sources": {"a4": "1201"}}, "raw": {"H": "3", "MN": "10", "TZ": "-1", "COD": "PV", "COU": "I", "DAY": "3", "LAT": "45N12", "LON": "9E 0", "MON": "7", "NUM": "1201", "PRO": "P", "SEC": "4", "YEA": "1888", "CITY": "VIGEVANO"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9954	graziani-alfio-1900-10-29	{"a4": "1202"}	{"lerrcp": "A4-1202"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfio", "family": "Graziani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "IT", "lg": 10.93949, "lat": 45.14058, "name": "Roncoferraro", "geoid": 3168999}, "notime": null, "date-ut": "1900-10-29 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alfio", "family": "Graziani"}, "birth": {"place": {"c2": "MN", "cy": "IT", "lg": 10.93949, "lat": 45.14058, "name": "Roncoferraro", "geoid": 3168999}, "date-ut": "1900-10-29 22:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1202"}, "ids-in-sources": {"a4": "1202"}}, "raw": {"H": "23", "MN": "0", "TZ": "-1", "COD": "MN", "COU": "I", "DAY": "29", "LAT": "45N12", "LON": "11E 0", "MON": "10", "NUM": "1202", "PRO": "P", "SEC": "0", "YEA": "1900", "CITY": "RONCOFERRARO"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9955	guarino-antonio-1882-05-16	{"a4": "1203"}	{"lerrcp": "A4-1203"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Guarino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AG", "c3": null, "cy": "IT", "lg": 13.5, "lat": 37.2, "name": "SAMBUCADESICILI", "geoid": 0}, "notime": null, "date-ut": "1882-05-16 08:20:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Guarino"}, "birth": {"place": {"c2": "AG", "cy": "IT", "lg": 13.5, "lat": 37.2, "name": "SAMBUCADESICILI", "geoid": 0}, "date-ut": "1882-05-16 08:20:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1203"}, "ids-in-sources": {"a4": "1203"}}, "raw": {"H": "9", "MN": "20", "TZ": "-1", "COD": "AG", "COU": "I", "DAY": "16", "LAT": "37N12", "LON": "13E30", "MON": "5", "NUM": "1203", "PRO": "P", "SEC": "4", "YEA": "1882", "CITY": "SAMBUCADESICILI"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9956	guberti-baldo-1907-07-04	{"a4": "1204"}	{"lerrcp": "A4-1204"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Baldo", "family": "Guberti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 12.20111, "lat": 44.4175, "name": "Ravenna", "geoid": 3169561}, "notime": null, "date-ut": "1907-07-04 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Baldo", "family": "Guberti"}, "birth": {"place": {"c2": "RA", "cy": "IT", "lg": 12.20111, "lat": 44.4175, "name": "Ravenna", "geoid": 3169561}, "date-ut": "1907-07-04 07:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1204"}, "ids-in-sources": {"a4": "1204"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "RA", "COU": "I", "DAY": "4", "LAT": "44N24", "LON": "12E15", "MON": "7", "NUM": "1204", "PRO": "P", "SEC": "0", "YEA": "1907", "CITY": "RAVENNA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9957	isola-raffaello-1897-12-17	{"a4": "1205"}	{"lerrcp": "A4-1205"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raffaello", "family": "Isola", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LU", "c3": null, "cy": "IT", "lg": 10.50585, "lat": 43.84357, "name": "Lucca", "geoid": 3174530}, "notime": null, "date-ut": "1897-12-17 15:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Raffaello", "family": "Isola"}, "birth": {"place": {"c2": "LU", "cy": "IT", "lg": 10.50585, "lat": 43.84357, "name": "Lucca", "geoid": 3174530}, "date-ut": "1897-12-17 15:45"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1205"}, "ids-in-sources": {"a4": "1205"}}, "raw": {"H": "16", "MN": "45", "TZ": "-1", "COD": "LU", "COU": "I", "DAY": "17", "LAT": "43N42", "LON": "11E 0", "MON": "12", "NUM": "1205", "PRO": "P", "SEC": "0", "YEA": "1897", "CITY": "LUCCA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9958	jodi-casimiro-1886-10-30	{"a4": "1206"}	{"lerrcp": "A4-1206"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Casimiro", "family": "Jodi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "notime": null, "date-ut": "1886-10-30 21:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Casimiro", "family": "Jodi"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "date-ut": "1886-10-30 21:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1206"}, "ids-in-sources": {"a4": "1206"}}, "raw": {"H": "22", "MN": "10", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "30", "LAT": "44N36", "LON": "11E15", "MON": "10", "NUM": "1206", "PRO": "P", "SEC": "4", "YEA": "1886", "CITY": "MODENA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9959	magri-alberto-1880-06-04	{"a4": "1207"}	{"lerrcp": "A4-1207"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberto", "family": "Magri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PI", "c3": null, "cy": "IT", "lg": 10.51441, "lat": 43.57064, "name": "Fauglia", "geoid": 3177150}, "notime": null, "date-ut": "1880-06-04 03:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alberto", "family": "Magri"}, "birth": {"place": {"c2": "PI", "cy": "IT", "lg": 10.51441, "lat": 43.57064, "name": "Fauglia", "geoid": 3177150}, "date-ut": "1880-06-04 03:25:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1207"}, "ids-in-sources": {"a4": "1207"}}, "raw": {"H": "4", "MN": "25", "TZ": "-1", "COD": "PI", "COU": "I", "DAY": "4", "LAT": "43N42", "LON": "10E30", "MON": "6", "NUM": "1207", "PRO": "P", "SEC": "4", "YEA": "1880", "CITY": "FAUGLIA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9960	martini-alberto-1876-11-24	{"a4": "1208"}	{"lerrcp": "A4-1208"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberto", "family": "Martini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TV", "c3": null, "cy": "IT", "lg": 12.48806, "lat": 45.78, "name": "Oderzo", "geoid": 3172116}, "notime": null, "date-ut": "1876-11-24 12:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alberto", "family": "Martini"}, "birth": {"place": {"c2": "TV", "cy": "IT", "lg": 12.48806, "lat": 45.78, "name": "Oderzo", "geoid": 3172116}, "date-ut": "1876-11-24 12:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1208"}, "ids-in-sources": {"a4": "1208"}}, "raw": {"H": "13", "MN": "10", "TZ": "-1", "COD": "TV", "COU": "I", "DAY": "24", "LAT": "45N36", "LON": "12E45", "MON": "11", "NUM": "1208", "PRO": "P", "SEC": "4", "YEA": "1876", "CITY": "ODERZO"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9961	mattiuzzi-ernesto-1900-08-22	{"a4": "1209"}	{"lerrcp": "A4-1209"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernesto", "family": "Mattiuzzi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "notime": null, "date-ut": "1900-08-22 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Ernesto", "family": "Mattiuzzi"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "date-ut": "1900-08-22 17:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1209"}, "ids-in-sources": {"a4": "1209"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "22", "LAT": "45N30", "LON": "12E30", "MON": "8", "NUM": "1209", "PRO": "P", "SEC": "0", "YEA": "1900", "CITY": "VENEZIA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9962	menzio-francesco-1899-04-03	{"a4": "1210"}	{"lerrcp": "A4-1210"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Menzio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SS", "c3": null, "cy": "IT", "lg": 8.5, "lat": 40.8, "name": "TEMPIOPAUSANIA", "geoid": 0}, "notime": null, "date-ut": "1899-04-03 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Menzio"}, "birth": {"place": {"c2": "SS", "cy": "IT", "lg": 8.5, "lat": 40.8, "name": "TEMPIOPAUSANIA", "geoid": 0}, "date-ut": "1899-04-03 00:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1210"}, "ids-in-sources": {"a4": "1210"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "SS", "COU": "I", "DAY": "3", "LAT": "40N48", "LON": "8E30", "MON": "4", "NUM": "1210", "PRO": "P", "SEC": "0", "YEA": "1899", "CITY": "TEMPIOPAUSANIA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9963	micheletti-mario-1888-03-10	{"a4": "1211"}	{"lerrcp": "A4-1211"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Micheletti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.40344, "lat": 45.18356, "name": "Balzola", "geoid": 3182436}, "notime": null, "date-ut": "1888-03-10 01:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Micheletti"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.40344, "lat": 45.18356, "name": "Balzola", "geoid": 3182436}, "date-ut": "1888-03-10 01:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1211"}, "ids-in-sources": {"a4": "1211"}}, "raw": {"H": "2", "MN": "10", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "10", "LAT": "45N 0", "LON": "9E 0", "MON": "3", "NUM": "1211", "PRO": "P", "SEC": "4", "YEA": "1888", "CITY": "BALZOLA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9965	modotto-angilotto-1900-07-12	{"a4": "1213"}	{"lerrcp": "A4-1213"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angilotto", "family": "Modotto", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.24222, "lat": 46.06194, "name": "Udine", "geoid": 3165072}, "notime": null, "date-ut": "1900-07-12 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Angilotto", "family": "Modotto"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.24222, "lat": 46.06194, "name": "Udine", "geoid": 3165072}, "date-ut": "1900-07-12 10:30"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1213"}, "ids-in-sources": {"a4": "1213"}}, "raw": {"H": "11", "MN": "30", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "12", "LAT": "46N 0", "LON": "13E30", "MON": "7", "NUM": "1213", "PRO": "P", "SEC": "0", "YEA": "1900", "CITY": "UDINE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9966	moggioli-umberto-1886-06-25	{"a4": "1214"}	{"lerrcp": "A4-1214"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Umberto", "family": "Moggioli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TN", "c3": null, "cy": "IT", "lg": 11.12108, "lat": 46.06787, "name": "Trento", "geoid": 3165243}, "notime": null, "date-ut": "1886-06-25 14:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Umberto", "family": "Moggioli"}, "birth": {"place": {"c2": "TN", "cy": "IT", "lg": 11.12108, "lat": 46.06787, "name": "Trento", "geoid": 3165243}, "date-ut": "1886-06-25 14:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1214"}, "ids-in-sources": {"a4": "1214"}}, "raw": {"H": "15", "MN": "10", "TZ": "-1", "COD": "TN", "COU": "I", "DAY": "25", "LAT": "46N 0", "LON": "12E 0", "MON": "6", "NUM": "1214", "PRO": "P", "SEC": "4", "YEA": "1886", "CITY": "TRENTO"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9967	montanari-dante-1896-07-19	{"a4": "1215"}	{"lerrcp": "A4-1215"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dante", "family": "Montanari", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AP", "c3": null, "cy": "IT", "lg": 13.75, "lat": 43, "name": "SELPIDIOAMARE", "geoid": 0}, "notime": null, "date-ut": "1896-07-19 14:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Dante", "family": "Montanari"}, "birth": {"place": {"c2": "AP", "cy": "IT", "lg": 13.75, "lat": 43, "name": "SELPIDIOAMARE", "geoid": 0}, "date-ut": "1896-07-19 14:15"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1215"}, "ids-in-sources": {"a4": "1215"}}, "raw": {"H": "15", "MN": "15", "TZ": "-1", "COD": "AP", "COU": "I", "DAY": "19", "LAT": "43N 0", "LON": "13E45", "MON": "7", "NUM": "1215", "PRO": "P", "SEC": "0", "YEA": "1896", "CITY": "SELPIDIOAMARE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9968	montanari-giuseppe-1889-10-30	{"a4": "1216"}	{"lerrcp": "A4-1216"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Montanari", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AN", "c3": null, "cy": "IT", "lg": 13.48748, "lat": 43.48276, "name": "Osimo", "geoid": 3171848}, "notime": null, "date-ut": "1889-10-30 18:55:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Montanari"}, "birth": {"place": {"c2": "AN", "cy": "IT", "lg": 13.48748, "lat": 43.48276, "name": "Osimo", "geoid": 3171848}, "date-ut": "1889-10-30 18:55:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1216"}, "ids-in-sources": {"a4": "1216"}}, "raw": {"H": "19", "MN": "55", "TZ": "-1", "COD": "AN", "COU": "I", "DAY": "30", "LAT": "43N42", "LON": "13E45", "MON": "10", "NUM": "1216", "PRO": "P", "SEC": "4", "YEA": "1889", "CITY": "OSIMO"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9969	montanarini-luigi-1906-07-22	{"a4": "1217"}	{"lerrcp": "A4-1217"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Montanarini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1906-07-22 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Montanarini"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1906-07-22 08:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1217"}, "ids-in-sources": {"a4": "1217"}}, "raw": {"H": "9", "MN": "0", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "22", "LAT": "43N42", "LON": "11E30", "MON": "7", "NUM": "1217", "PRO": "P", "SEC": "0", "YEA": "1906", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9970	monti-cesare-1891-03-02	{"a4": "1218"}	{"lerrcp": "A4-1218"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cesare", "family": "Monti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BS", "c3": null, "cy": "IT", "lg": 10.22727, "lat": 45.52478, "name": "Brescia", "geoid": 3181554}, "notime": null, "date-ut": "1891-03-02 21:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Cesare", "family": "Monti"}, "birth": {"place": {"c2": "BS", "cy": "IT", "lg": 10.22727, "lat": 45.52478, "name": "Brescia", "geoid": 3181554}, "date-ut": "1891-03-02 21:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1218"}, "ids-in-sources": {"a4": "1218"}}, "raw": {"H": "22", "MN": "10", "TZ": "-1", "COD": "BS", "COU": "I", "DAY": "2", "LAT": "45N30", "LON": "11E 0", "MON": "3", "NUM": "1218", "PRO": "P", "SEC": "4", "YEA": "1891", "CITY": "BRESCIA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9971	morandi-giorgio-1890-07-20	{"a4": "1219"}	{"lerrcp": "A4-1219"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giorgio", "family": "Morandi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1890-07-20 14:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Giorgio", "family": "Morandi"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1890-07-20 14:40:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1219"}, "ids-in-sources": {"a4": "1219"}}, "raw": {"H": "15", "MN": "40", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "20", "LAT": "44N30", "LON": "11E 0", "MON": "7", "NUM": "1219", "PRO": "P", "SEC": "4", "YEA": "1890", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9972	mussini-augusto-1870-01-19	{"a4": "1220"}	{"lerrcp": "A4-1220"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Augusto", "family": "Mussini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RE", "c3": null, "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "REGGIOEMILIA", "geoid": 0}, "notime": null, "date-ut": "1870-01-19 19:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Augusto", "family": "Mussini"}, "birth": {"place": {"c2": "RE", "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "REGGIOEMILIA", "geoid": 0}, "date-ut": "1870-01-19 19:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1220"}, "ids-in-sources": {"a4": "1220"}}, "raw": {"H": "20", "MN": "10", "TZ": "-1", "COD": "RE", "COU": "I", "DAY": "19", "LAT": "44N36", "LON": "10E45", "MON": "1", "NUM": "1220", "PRO": "P", "SEC": "4", "YEA": "1870", "CITY": "REGGIOEMILIA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9973	mussino-attilio-1878-01-25	{"a4": "1221"}	{"lerrcp": "A4-1221"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Attilio", "family": "Mussino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1878-01-25 12:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Attilio", "family": "Mussino"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1878-01-25 12:40:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1221"}, "ids-in-sources": {"a4": "1221"}}, "raw": {"H": "13", "MN": "40", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "25", "LAT": "45N 0", "LON": "8E 0", "MON": "1", "NUM": "1221", "PRO": "P", "SEC": "4", "YEA": "1878", "CITY": "TORINO"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9974	netti-francesco-1832-12-22	{"a4": "1222"}	{"lerrcp": "A4-1222"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Netti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 17, "lat": 41.2, "name": "SANTERAMOINCOLL", "geoid": 0}, "notime": null, "date-ut": "1832-12-22 16:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Netti"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 17, "lat": 41.2, "name": "SANTERAMOINCOLL", "geoid": 0}, "date-ut": "1832-12-22 16:52"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1222"}, "ids-in-sources": {"a4": "1222"}}, "raw": {"H": "17", "MN": "52", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "22", "LAT": "41N12", "LON": "17E 0", "MON": "12", "NUM": "1222", "PRO": "P", "SEC": "0", "YEA": "1832", "CITY": "SANTERAMOINCOLL"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9975	nittis-giuseppe-1846-02-25	{"a4": "1223"}	{"lerrcp": "A4-1223"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Nittis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 17, "lat": 41.2, "name": "BARLETTA", "geoid": 0}, "notime": null, "date-ut": "1846-02-25 16:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Nittis"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 17, "lat": 41.2, "name": "BARLETTA", "geoid": 0}, "date-ut": "1846-02-25 16:52"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1223"}, "ids-in-sources": {"a4": "1223"}}, "raw": {"H": "17", "MN": "52", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "25", "LAT": "41N12", "LON": "17E 0", "MON": "2", "NUM": "1223", "PRO": "P", "SEC": "0", "YEA": "1846", "CITY": "BARLETTA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9976	notte-emilio-1891-01-30	{"a4": "1224"}	{"lerrcp": "A4-1224"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emilio", "family": "Notte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BR", "c3": null, "cy": "IT", "lg": 18, "lat": 40.6, "name": "CEGLIEMESSAPICO", "geoid": 0}, "notime": null, "date-ut": "1891-01-30 19:46:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emilio", "family": "Notte"}, "birth": {"place": {"c2": "BR", "cy": "IT", "lg": 18, "lat": 40.6, "name": "CEGLIEMESSAPICO", "geoid": 0}, "date-ut": "1891-01-30 19:46:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1224"}, "ids-in-sources": {"a4": "1224"}}, "raw": {"H": "20", "MN": "46", "TZ": "-1", "COD": "BR", "COU": "I", "DAY": "30", "LAT": "40N36", "LON": "18E 0", "MON": "1", "NUM": "1224", "PRO": "P", "SEC": "4", "YEA": "1891", "CITY": "CEGLIEMESSAPICO"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9977	novati-marco-1895-05-20	{"a4": "1225"}	{"lerrcp": "A4-1225"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marco", "family": "Novati", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "notime": null, "date-ut": "1895-05-20 17:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Marco", "family": "Novati"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "date-ut": "1895-05-20 17:30"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1225"}, "ids-in-sources": {"a4": "1225"}}, "raw": {"H": "18", "MN": "30", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "20", "LAT": "45N30", "LON": "12E30", "MON": "5", "NUM": "1225", "PRO": "P", "SEC": "0", "YEA": "1895", "CITY": "VENEZIA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9978	oppi-ubaldo-1889-07-25	{"a4": "1226"}	{"lerrcp": "A4-1226"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ubaldo", "family": "Oppi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1889-07-25 07:55:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Ubaldo", "family": "Oppi"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1889-07-25 07:55:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1226"}, "ids-in-sources": {"a4": "1226"}}, "raw": {"H": "8", "MN": "55", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "25", "LAT": "44N30", "LON": "11E 0", "MON": "7", "NUM": "1226", "PRO": "P", "SEC": "4", "YEA": "1889", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9979	palazzi-bernardino-1907-12-22	{"a4": "1227"}	{"lerrcp": "A4-1227"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernardino", "family": "Palazzi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NU", "c3": null, "cy": "IT", "lg": 9.32973, "lat": 40.32106, "name": "Nuoro", "geoid": 3172154}, "notime": null, "date-ut": "1907-12-22 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Bernardino", "family": "Palazzi"}, "birth": {"place": {"c2": "NU", "cy": "IT", "lg": 9.32973, "lat": 40.32106, "name": "Nuoro", "geoid": 3172154}, "date-ut": "1907-12-22 22:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1227"}, "ids-in-sources": {"a4": "1227"}}, "raw": {"H": "23", "MN": "0", "TZ": "-1", "COD": "NU", "COU": "I", "DAY": "22", "LAT": "40N18", "LON": "10E 0", "MON": "12", "NUM": "1227", "PRO": "P", "SEC": "0", "YEA": "1907", "CITY": "NUORO"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9980	palizzi-filippo-1818-06-16	{"a4": "1228"}	{"lerrcp": "A4-1228"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Filippo", "family": "Palizzi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CH", "c3": null, "cy": "IT", "lg": 14.70592, "lat": 42.12434, "name": "Vasto", "geoid": 3164672}, "notime": null, "date-ut": "1818-06-16 00:03"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Filippo", "family": "Palizzi"}, "birth": {"place": {"c2": "CH", "cy": "IT", "lg": 14.70592, "lat": 42.12434, "name": "Vasto", "geoid": 3164672}, "date-ut": "1818-06-16 00:03"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1228"}, "ids-in-sources": {"a4": "1228"}}, "raw": {"H": "1", "MN": "3", "TZ": "-1", "COD": "CH", "COU": "I", "DAY": "16", "LAT": "42N18", "LON": "14E15", "MON": "6", "NUM": "1228", "PRO": "P", "SEC": "0", "YEA": "1818", "CITY": "VASTO"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9981	palizzi-giuseppe-1812-03-12	{"a4": "1229"}	{"lerrcp": "A4-1229"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Palizzi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CH", "c3": null, "cy": "IT", "lg": 14.38822, "lat": 42.21674, "name": "Lanciano", "geoid": 3175173}, "notime": null, "date-ut": "1812-03-12 09:03"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Palizzi"}, "birth": {"place": {"c2": "CH", "cy": "IT", "lg": 14.38822, "lat": 42.21674, "name": "Lanciano", "geoid": 3175173}, "date-ut": "1812-03-12 09:03"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1229"}, "ids-in-sources": {"a4": "1229"}}, "raw": {"H": "10", "MN": "3", "TZ": "-1", "COD": "CH", "COU": "I", "DAY": "12", "LAT": "42N18", "LON": "14E15", "MON": "3", "NUM": "1229", "PRO": "P", "SEC": "0", "YEA": "1812", "CITY": "LANCIANO"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9982	pasinetti-giovanni-1894-12-02	{"a4": "1230"}	{"lerrcp": "A4-1230"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Pasinetti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "notime": null, "date-ut": "1894-12-02 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Pasinetti"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "date-ut": "1894-12-02 20:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1230"}, "ids-in-sources": {"a4": "1230"}}, "raw": {"H": "21", "MN": "0", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "2", "LAT": "45N30", "LON": "12E30", "MON": "12", "NUM": "1230", "PRO": "P", "SEC": "0", "YEA": "1894", "CITY": "VENEZIA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9983	pasini-alberto-1826-09-03	{"a4": "1231"}	{"lerrcp": "A4-1231"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberto", "family": "Pasini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.04208, "lat": 44.98057, "name": "Busseto", "geoid": 3181364}, "notime": null, "date-ut": "1826-09-03 22:17"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alberto", "family": "Pasini"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.04208, "lat": 44.98057, "name": "Busseto", "geoid": 3181364}, "date-ut": "1826-09-03 22:17"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1231"}, "ids-in-sources": {"a4": "1231"}}, "raw": {"H": "23", "MN": "17", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "3", "LAT": "44N48", "LON": "10E45", "MON": "9", "NUM": "1231", "PRO": "P", "SEC": "0", "YEA": "1826", "CITY": "BUSSETO"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9984	pasini-lazzaro-1861-09-28	{"a4": "1232"}	{"lerrcp": "A4-1232"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lazzaro", "family": "Pasini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RE", "c3": null, "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "REGGIOEMILIA", "geoid": 0}, "notime": null, "date-ut": "1861-09-28 16:17"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Lazzaro", "family": "Pasini"}, "birth": {"place": {"c2": "RE", "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "REGGIOEMILIA", "geoid": 0}, "date-ut": "1861-09-28 16:17"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1232"}, "ids-in-sources": {"a4": "1232"}}, "raw": {"H": "17", "MN": "17", "TZ": "-1", "COD": "RE", "COU": "I", "DAY": "28", "LAT": "44N36", "LON": "10E45", "MON": "9", "NUM": "1232", "PRO": "P", "SEC": "0", "YEA": "1861", "CITY": "REGGIOEMILIA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9985	perissinoto-giorgio-1904-03-28	{"a4": "1233"}	{"lerrcp": "A4-1233"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giorgio", "family": "Perissinoto", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "notime": null, "date-ut": "1904-03-28 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Giorgio", "family": "Perissinoto"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "date-ut": "1904-03-28 02:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1233"}, "ids-in-sources": {"a4": "1233"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "28", "LAT": "45N24", "LON": "12E15", "MON": "3", "NUM": "1233", "PRO": "P", "SEC": "0", "YEA": "1904", "CITY": "PADOVA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9986	pizzirani-guglielmo-1886-11-28	{"a4": "1234"}	{"lerrcp": "A4-1234"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guglielmo", "family": "Pizzirani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1886-11-28 15:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Guglielmo", "family": "Pizzirani"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1886-11-28 15:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1234"}, "ids-in-sources": {"a4": "1234"}}, "raw": {"H": "16", "MN": "10", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "28", "LAT": "44N30", "LON": "11E 0", "MON": "11", "NUM": "1234", "PRO": "P", "SEC": "4", "YEA": "1886", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9987	pomi-alessandro-1890-10-07	{"a4": "1235"}	{"lerrcp": "A4-1235"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alessandro", "family": "Pomi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.2425, "lat": 45.49028, "name": "Mestre", "geoid": 3173529}, "notime": null, "date-ut": "1890-10-07 05:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alessandro", "family": "Pomi"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.2425, "lat": 45.49028, "name": "Mestre", "geoid": 3173529}, "date-ut": "1890-10-07 05:40:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1235"}, "ids-in-sources": {"a4": "1235"}}, "raw": {"H": "6", "MN": "40", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "7", "LAT": "45N30", "LON": "12E30", "MON": "10", "NUM": "1235", "PRO": "P", "SEC": "4", "YEA": "1890", "CITY": "MESTRE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9988	ponti-pino-1905-04-12	{"a4": "1236"}	{"lerrcp": "A4-1236"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pino", "family": "Ponti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "notime": null, "date-ut": "1905-04-12 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pino", "family": "Ponti"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "date-ut": "1905-04-12 18:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1236"}, "ids-in-sources": {"a4": "1236"}}, "raw": {"H": "19", "MN": "0", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "12", "LAT": "45N30", "LON": "12E30", "MON": "4", "NUM": "1236", "PRO": "P", "SEC": "0", "YEA": "1905", "CITY": "VENEZIA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9989	prampolini-enrico-1894-04-20	{"a4": "1237"}	{"lerrcp": "A4-1237"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enrico", "family": "Prampolini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "notime": null, "date-ut": "1894-04-20 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Enrico", "family": "Prampolini"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "date-ut": "1894-04-20 05:30"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1237"}, "ids-in-sources": {"a4": "1237"}}, "raw": {"H": "6", "MN": "30", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "20", "LAT": "44N36", "LON": "11E15", "MON": "4", "NUM": "1237", "PRO": "P", "SEC": "0", "YEA": "1894", "CITY": "MODENA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9990	pratelli-esodo-1892-02-08	{"a4": "1238"}	{"lerrcp": "A4-1238"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Esodo", "family": "Pratelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 11.90763, "lat": 44.42707, "name": "Lugo", "geoid": 3174494}, "notime": null, "date-ut": "1892-02-08 07:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Esodo", "family": "Pratelli"}, "birth": {"place": {"c2": "RA", "cy": "IT", "lg": 11.90763, "lat": 44.42707, "name": "Lugo", "geoid": 3174494}, "date-ut": "1892-02-08 07:40:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1238"}, "ids-in-sources": {"a4": "1238"}}, "raw": {"H": "8", "MN": "40", "TZ": "-1", "COD": "RA", "COU": "I", "DAY": "8", "LAT": "44N24", "LON": "12E15", "MON": "2", "NUM": "1238", "PRO": "P", "SEC": "4", "YEA": "1892", "CITY": "LUGO"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9991	privato-cosimo-1899-09-18	{"a4": "1239"}	{"lerrcp": "A4-1239"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cosimo", "family": "Privato", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "notime": null, "date-ut": "1899-09-18 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Cosimo", "family": "Privato"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "date-ut": "1899-09-18 03:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1239"}, "ids-in-sources": {"a4": "1239"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "18", "LAT": "45N30", "LON": "12E30", "MON": "9", "NUM": "1239", "PRO": "P", "SEC": "0", "YEA": "1899", "CITY": "VENEZIA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9992	pucci-silvio-1892-07-25	{"a4": "1240"}	{"lerrcp": "A4-1240"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Silvio", "family": "Pucci", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PT", "c3": null, "cy": "IT", "lg": 10.92361, "lat": 43.92125, "name": "Pistoia", "geoid": 3170621}, "notime": null, "date-ut": "1892-07-25 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Silvio", "family": "Pucci"}, "birth": {"place": {"c2": "PT", "cy": "IT", "lg": 10.92361, "lat": 43.92125, "name": "Pistoia", "geoid": 3170621}, "date-ut": "1892-07-25 07:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1240"}, "ids-in-sources": {"a4": "1240"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "PT", "COU": "I", "DAY": "25", "LAT": "44N 0", "LON": "11E15", "MON": "7", "NUM": "1240", "PRO": "P", "SEC": "4", "YEA": "1892", "CITY": "PISTOIA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9993	rambaldi-emanuele-1903-02-05	{"a4": "1241"}	{"lerrcp": "A4-1241"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emanuele", "family": "Rambaldi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "IM", "c3": null, "cy": "IT", "lg": 8, "lat": 43.7, "name": "PIEVEDITECO", "geoid": 0}, "notime": null, "date-ut": "1903-02-05 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emanuele", "family": "Rambaldi"}, "birth": {"place": {"c2": "IM", "cy": "IT", "lg": 8, "lat": 43.7, "name": "PIEVEDITECO", "geoid": 0}, "date-ut": "1903-02-05 01:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1241"}, "ids-in-sources": {"a4": "1241"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "IM", "COU": "I", "DAY": "5", "LAT": "43N42", "LON": "8E 0", "MON": "2", "NUM": "1241", "PRO": "P", "SEC": "0", "YEA": "1903", "CITY": "PIEVEDITECO"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9994	reviglione-mario-1883-03-31	{"a4": "1242"}	{"lerrcp": "A4-1242"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Reviglione", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1883-03-31 01:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Reviglione"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1883-03-31 01:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1242"}, "ids-in-sources": {"a4": "1242"}}, "raw": {"H": "2", "MN": "10", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "31", "LAT": "45N 0", "LON": "8E 0", "MON": "3", "NUM": "1242", "PRO": "P", "SEC": "4", "YEA": "1883", "CITY": "TORINO"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9995	ricchetti-luciano-1897-04-27	{"a4": "1243"}	{"lerrcp": "A4-1243"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luciano", "family": "Ricchetti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PC", "c3": null, "cy": "IT", "lg": 9.69937, "lat": 45.04676, "name": "Piacenza", "geoid": 3171058}, "notime": null, "date-ut": "1897-04-27 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Luciano", "family": "Ricchetti"}, "birth": {"place": {"c2": "PC", "cy": "IT", "lg": 9.69937, "lat": 45.04676, "name": "Piacenza", "geoid": 3171058}, "date-ut": "1897-04-27 14:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1243"}, "ids-in-sources": {"a4": "1243"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "PC", "COU": "I", "DAY": "27", "LAT": "45N 0", "LON": "9E45", "MON": "4", "NUM": "1243", "PRO": "P", "SEC": "0", "YEA": "1897", "CITY": "PIACENZA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9996	rizzo-pippo-1897-01-06	{"a4": "1244"}	{"lerrcp": "A4-1244"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pippo", "family": "Rizzo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PA", "c3": null, "cy": "IT", "lg": 13.3017, "lat": 37.81338, "name": "Corleone", "geoid": 2524928}, "notime": null, "date-ut": "1897-01-06 01:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pippo", "family": "Rizzo"}, "birth": {"place": {"c2": "PA", "cy": "IT", "lg": 13.3017, "lat": 37.81338, "name": "Corleone", "geoid": 2524928}, "date-ut": "1897-01-06 01:15"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1244"}, "ids-in-sources": {"a4": "1244"}}, "raw": {"H": "2", "MN": "15", "TZ": "-1", "COD": "PA", "COU": "I", "DAY": "6", "LAT": "38N 0", "LON": "13E30", "MON": "1", "NUM": "1244", "PRO": "P", "SEC": "0", "YEA": "1897", "CITY": "CORLEONE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9997	rosai-ottone-1895-04-28	{"a4": "1245"}	{"lerrcp": "A4-1245"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ottone", "family": "Rosai", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1895-04-28 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Ottone", "family": "Rosai"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1895-04-28 14:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1245"}, "ids-in-sources": {"a4": "1245"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "28", "LAT": "43N42", "LON": "11E30", "MON": "4", "NUM": "1245", "PRO": "P", "SEC": "0", "YEA": "1895", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9998	rossi-giuseppe-1876-10-25	{"a4": "1246"}	{"lerrcp": "A4-1246"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Rossi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1876-10-25 12:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Rossi"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1876-10-25 12:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1246"}, "ids-in-sources": {"a4": "1246"}}, "raw": {"H": "13", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "25", "LAT": "43N42", "LON": "11E30", "MON": "10", "NUM": "1246", "PRO": "P", "SEC": "4", "YEA": "1876", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
9999	rossi-joseph-1892-01-29	{"a4": "1247"}	{"lerrcp": "A4-1247"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Rossi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PC", "c3": null, "cy": "IT", "lg": 9.69937, "lat": 45.04676, "name": "Piacenza", "geoid": 3171058}, "notime": null, "date-ut": "1892-01-29 03:45:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Rossi"}, "birth": {"place": {"c2": "PC", "cy": "IT", "lg": 9.69937, "lat": 45.04676, "name": "Piacenza", "geoid": 3171058}, "date-ut": "1892-01-29 03:45:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1247"}, "ids-in-sources": {"a4": "1247"}}, "raw": {"H": "4", "MN": "45", "TZ": "-1", "COD": "PC", "COU": "I", "DAY": "29", "LAT": "45N 0", "LON": "9E45", "MON": "1", "NUM": "1247", "PRO": "P", "SEC": "4", "YEA": "1892", "CITY": "PIACENZA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10000	rosso-gustavo-1881-02-17	{"a4": "1248"}	{"lerrcp": "A4-1248"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustavo", "family": "Rosso", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1881-02-17 08:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Gustavo", "family": "Rosso"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1881-02-17 08:40:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1248"}, "ids-in-sources": {"a4": "1248"}}, "raw": {"H": "9", "MN": "40", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "17", "LAT": "45N 0", "LON": "8E 0", "MON": "2", "NUM": "1248", "PRO": "P", "SEC": "4", "YEA": "1881", "CITY": "TORINO"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10001	russolo-luigi-1885-04-30	{"a4": "1249"}	{"lerrcp": "A4-1249"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Russolo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.83861, "lat": 45.77528, "name": "Portogruaro", "geoid": 3170086}, "notime": null, "date-ut": "1885-04-30 22:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Russolo"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.83861, "lat": 45.77528, "name": "Portogruaro", "geoid": 3170086}, "date-ut": "1885-04-30 22:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1249"}, "ids-in-sources": {"a4": "1249"}}, "raw": {"H": "23", "MN": "10", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "30", "LAT": "45N30", "LON": "12E30", "MON": "4", "NUM": "1249", "PRO": "P", "SEC": "4", "YEA": "1885", "CITY": "PORTOGRUARO"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10002	sacchi-bortolo-1892-02-26	{"a4": "1250"}	{"lerrcp": "A4-1250"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bortolo", "family": "Sacchi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "notime": null, "date-ut": "1892-02-26 22:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Bortolo", "family": "Sacchi"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "date-ut": "1892-02-26 22:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1250"}, "ids-in-sources": {"a4": "1250"}}, "raw": {"H": "23", "MN": "10", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "26", "LAT": "45N30", "LON": "12E30", "MON": "2", "NUM": "1250", "PRO": "P", "SEC": "4", "YEA": "1892", "CITY": "VENEZIA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10003	saetti-bruno-1902-02-21	{"a4": "1251"}	{"lerrcp": "A4-1251"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Saetti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1902-02-21 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Bruno", "family": "Saetti"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1902-02-21 00:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1251"}, "ids-in-sources": {"a4": "1251"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "21", "LAT": "44N30", "LON": "11E 0", "MON": "2", "NUM": "1251", "PRO": "P", "SEC": "0", "YEA": "1902", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10004	salietti-alberto-1892-03-15	{"a4": "1252"}	{"lerrcp": "A4-1252"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberto", "family": "Salietti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 12.20111, "lat": 44.4175, "name": "Ravenna", "geoid": 3169561}, "notime": null, "date-ut": "1892-03-15 13:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alberto", "family": "Salietti"}, "birth": {"place": {"c2": "RA", "cy": "IT", "lg": 12.20111, "lat": 44.4175, "name": "Ravenna", "geoid": 3169561}, "date-ut": "1892-03-15 13:25:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1252"}, "ids-in-sources": {"a4": "1252"}}, "raw": {"H": "14", "MN": "25", "TZ": "-1", "COD": "RA", "COU": "I", "DAY": "15", "LAT": "44N24", "LON": "12E15", "MON": "3", "NUM": "1252", "PRO": "P", "SEC": "4", "YEA": "1892", "CITY": "RAVENNA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10005	samartino-edoardo-1901-10-16	{"a4": "1253"}	{"lerrcp": "A4-1253"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edoardo", "family": "Samartino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "PEROSACANAVESE", "geoid": 0}, "notime": null, "date-ut": "1901-10-16 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edoardo", "family": "Samartino"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "PEROSACANAVESE", "geoid": 0}, "date-ut": "1901-10-16 04:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1253"}, "ids-in-sources": {"a4": "1253"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "16", "LAT": "45N 0", "LON": "8E 0", "MON": "10", "NUM": "1253", "PRO": "P", "SEC": "0", "YEA": "1901", "CITY": "PEROSACANAVESE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10006	santi-bruno-1892-04-26	{"a4": "1254"}	{"lerrcp": "A4-1254"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Santi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1892-04-26 13:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Bruno", "family": "Santi"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1892-04-26 13:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1254"}, "ids-in-sources": {"a4": "1254"}}, "raw": {"H": "14", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "26", "LAT": "43N42", "LON": "11E30", "MON": "4", "NUM": "1254", "PRO": "P", "SEC": "4", "YEA": "1892", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10007	santomaso-giuseppe-1907-09-26	{"a4": "1255"}	{"lerrcp": "A4-1255"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Santomaso", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "notime": null, "date-ut": "1907-09-26 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Santomaso"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "date-ut": "1907-09-26 18:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1255"}, "ids-in-sources": {"a4": "1255"}}, "raw": {"H": "19", "MN": "0", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "26", "LAT": "45N30", "LON": "12E30", "MON": "9", "NUM": "1255", "PRO": "P", "SEC": "0", "YEA": "1907", "CITY": "VENEZIA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10008	santoro-rubens-1859-10-26	{"a4": "1256"}	{"lerrcp": "A4-1256"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rubens", "family": "Santoro", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CS", "c3": null, "cy": "IT", "lg": 16.11059, "lat": 39.5269, "name": "Mongrassano", "geoid": 2524086}, "notime": null, "date-ut": "1859-10-26 08:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Rubens", "family": "Santoro"}, "birth": {"place": {"c2": "CS", "cy": "IT", "lg": 16.11059, "lat": 39.5269, "name": "Mongrassano", "geoid": 2524086}, "date-ut": "1859-10-26 08:54"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1256"}, "ids-in-sources": {"a4": "1256"}}, "raw": {"H": "9", "MN": "54", "TZ": "-1", "COD": "CS", "COU": "I", "DAY": "26", "LAT": "39N18", "LON": "16E30", "MON": "10", "NUM": "1256", "PRO": "P", "SEC": "0", "YEA": "1859", "CITY": "MONGRASSANO"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10009	scarpa-natale-1897-01-14	{"a4": "1257"}	{"lerrcp": "A4-1257"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Natale", "family": "Scarpa", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BS", "c3": null, "cy": "IT", "lg": 11, "lat": 45.5, "name": "DESENZANODELGAR", "geoid": 0}, "notime": null, "date-ut": "1897-01-14 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Natale", "family": "Scarpa"}, "birth": {"place": {"c2": "BS", "cy": "IT", "lg": 11, "lat": 45.5, "name": "DESENZANODELGAR", "geoid": 0}, "date-ut": "1897-01-14 19:30"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1257"}, "ids-in-sources": {"a4": "1257"}}, "raw": {"H": "20", "MN": "30", "TZ": "-1", "COD": "BS", "COU": "I", "DAY": "14", "LAT": "45N30", "LON": "11E 0", "MON": "1", "NUM": "1257", "PRO": "P", "SEC": "0", "YEA": "1897", "CITY": "DESENZANODELGAR"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10010	scattola-ferruccio-1873-09-15	{"a4": "1258"}	{"lerrcp": "A4-1258"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferruccio", "family": "Scattola", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "notime": null, "date-ut": "1873-09-15 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Ferruccio", "family": "Scattola"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "date-ut": "1873-09-15 07:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1258"}, "ids-in-sources": {"a4": "1258"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "15", "LAT": "45N30", "LON": "12E30", "MON": "9", "NUM": "1258", "PRO": "P", "SEC": "4", "YEA": "1873", "CITY": "VENEZIA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10011	schiaffino-antonio-1879-10-14	{"a4": "1259"}	{"lerrcp": "A4-1259"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Schiaffino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "IT", "lg": 9.15487, "lat": 44.34945, "name": "Camogli", "geoid": 3181071}, "notime": null, "date-ut": "1879-10-14 05:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Schiaffino"}, "birth": {"place": {"c2": "GE", "cy": "IT", "lg": 9.15487, "lat": 44.34945, "name": "Camogli", "geoid": 3181071}, "date-ut": "1879-10-14 05:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1259"}, "ids-in-sources": {"a4": "1259"}}, "raw": {"H": "6", "MN": "10", "TZ": "-1", "COD": "GE", "COU": "I", "DAY": "14", "LAT": "44N24", "LON": "9E 0", "MON": "10", "NUM": "1259", "PRO": "P", "SEC": "4", "YEA": "1879", "CITY": "CAMOGLI"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10012	scipione-gino-1904-02-25	{"a4": "1260"}	{"lerrcp": "A4-1260"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gino", "family": "Scipione", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MC", "c3": null, "cy": "IT", "lg": 13.45293, "lat": 43.29789, "name": "Macerata", "geoid": 3174380}, "notime": null, "date-ut": "1904-02-25 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Gino", "family": "Scipione"}, "birth": {"place": {"c2": "MC", "cy": "IT", "lg": 13.45293, "lat": 43.29789, "name": "Macerata", "geoid": 3174380}, "date-ut": "1904-02-25 04:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1260"}, "ids-in-sources": {"a4": "1260"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "MC", "COU": "I", "DAY": "25", "LAT": "43N24", "LON": "13E15", "MON": "2", "NUM": "1260", "PRO": "P", "SEC": "0", "YEA": "1904", "CITY": "MACERATA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10013	seibezzi-fioravante-1906-11-03	{"a4": "1261"}	{"lerrcp": "A4-1261"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fioravante", "family": "Seibezzi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "notime": null, "date-ut": "1906-11-03 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Fioravante", "family": "Seibezzi"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "date-ut": "1906-11-03 12:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1261"}, "ids-in-sources": {"a4": "1261"}}, "raw": {"H": "13", "MN": "0", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "3", "LAT": "45N30", "LON": "12E30", "MON": "11", "NUM": "1261", "PRO": "P", "SEC": "0", "YEA": "1906", "CITY": "VENEZIA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10014	severini-gino-1883-04-07	{"a4": "1262"}	{"lerrcp": "A4-1262"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gino", "family": "Severini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AR", "c3": null, "cy": "IT", "lg": 11.98533, "lat": 43.27467, "name": "Cortona", "geoid": 3177948}, "notime": null, "date-ut": "1883-04-07 05:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Gino", "family": "Severini"}, "birth": {"place": {"c2": "AR", "cy": "IT", "lg": 11.98533, "lat": 43.27467, "name": "Cortona", "geoid": 3177948}, "date-ut": "1883-04-07 05:40:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1262"}, "ids-in-sources": {"a4": "1262"}}, "raw": {"H": "6", "MN": "40", "TZ": "-1", "COD": "AR", "COU": "I", "DAY": "7", "LAT": "43N30", "LON": "12E 0", "MON": "4", "NUM": "1262", "PRO": "P", "SEC": "4", "YEA": "1883", "CITY": "CORTONA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10015	sidoli-giuseppe-1886-07-05	{"a4": "1263"}	{"lerrcp": "A4-1263"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Sidoli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PC", "c3": null, "cy": "IT", "lg": 9.69937, "lat": 45.04676, "name": "Piacenza", "geoid": 3171058}, "notime": null, "date-ut": "1886-07-05 05:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Sidoli"}, "birth": {"place": {"c2": "PC", "cy": "IT", "lg": 9.69937, "lat": 45.04676, "name": "Piacenza", "geoid": 3171058}, "date-ut": "1886-07-05 05:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1263"}, "ids-in-sources": {"a4": "1263"}}, "raw": {"H": "6", "MN": "10", "TZ": "-1", "COD": "PC", "COU": "I", "DAY": "5", "LAT": "45N 0", "LON": "9E45", "MON": "7", "NUM": "1263", "PRO": "P", "SEC": "4", "YEA": "1886", "CITY": "PIACENZA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10016	sobrero-emilio-1890-12-09	{"a4": "1264"}	{"lerrcp": "A4-1264"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emilio", "family": "Sobrero", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1890-12-09 20:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emilio", "family": "Sobrero"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1890-12-09 20:40:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1264"}, "ids-in-sources": {"a4": "1264"}}, "raw": {"H": "21", "MN": "40", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "9", "LAT": "45N 0", "LON": "8E 0", "MON": "12", "NUM": "1264", "PRO": "P", "SEC": "4", "YEA": "1890", "CITY": "TORINO"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10017	socrate-carlo-1889-03-12	{"a4": "1265"}	{"lerrcp": "A4-1265"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Socrate", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 9, "lat": 45.2, "name": "MEZZANABIGLI", "geoid": 0}, "notime": null, "date-ut": "1889-03-12 06:46:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Socrate"}, "birth": {"place": {"c2": "PV", "cy": "IT", "lg": 9, "lat": 45.2, "name": "MEZZANABIGLI", "geoid": 0}, "date-ut": "1889-03-12 06:46:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1265"}, "ids-in-sources": {"a4": "1265"}}, "raw": {"H": "7", "MN": "46", "TZ": "-1", "COD": "PV", "COU": "I", "DAY": "12", "LAT": "45N12", "LON": "9E 0", "MON": "3", "NUM": "1265", "PRO": "P", "SEC": "4", "YEA": "1889", "CITY": "MEZZANABIGLI"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
17969	casalegno-emile-1923-12-02	{"e1": "337"}	{"lerrcp": "E1-337"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Casalegno", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-12-02 07:00", "note": null, "place": {"c1": null, "c2": "01", "c3": "", "cy": "FR", "lg": 5.4363, "lat": 45.94734, "name": "Saint-Rambert-en-Bugey", "geoid": 2977250}, "notime": null, "date-ut": "1923-12-02 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Casalegno"}, "birth": {"tzo": "+00:00", "date": "1923-12-02 07:00", "place": {"c2": "01", "c3": "", "cy": "FR", "lg": 5.4363, "lat": 45.94734, "name": "Saint-Rambert-en-Bugey", "geoid": 2977250}, "date-ut": "1923-12-02 07:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "337"}}, "raw": {"H": "07:00", "COD": "01", "DAY": "02", "MON": "12", "NUM": "0337", "PRO": "EX", "YEA": "1923", "CITY": "St Rambert en Bugey", "NAME": "CASALEGNO Emile", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
10019	sospizio-seve-1908-04-12	{"a4": "1267"}	{"lerrcp": "A4-1267"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Seve", "family": "Sospizio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 12.38878, "lat": 43.1122, "name": "Perugia", "geoid": 3171180}, "notime": null, "date-ut": "1908-04-12 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Seve", "family": "Sospizio"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 12.38878, "lat": 43.1122, "name": "Perugia", "geoid": 3171180}, "date-ut": "1908-04-12 02:30"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1267"}, "ids-in-sources": {"a4": "1267"}}, "raw": {"H": "3", "MN": "30", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "12", "LAT": "43N 0", "LON": "13E 0", "MON": "4", "NUM": "1267", "PRO": "P", "SEC": "0", "YEA": "1908", "CITY": "PERUGIA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10020	springolo-nino-1886-03-01	{"a4": "1268"}	{"lerrcp": "A4-1268"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nino", "family": "Springolo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TV", "c3": null, "cy": "IT", "lg": 12.245, "lat": 45.66667, "name": "Treviso", "geoid": 3165201}, "notime": null, "date-ut": "1886-03-01 11:55:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Nino", "family": "Springolo"}, "birth": {"place": {"c2": "TV", "cy": "IT", "lg": 12.245, "lat": 45.66667, "name": "Treviso", "geoid": 3165201}, "date-ut": "1886-03-01 11:55:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1268"}, "ids-in-sources": {"a4": "1268"}}, "raw": {"H": "12", "MN": "55", "TZ": "-1", "COD": "TV", "COU": "I", "DAY": "1", "LAT": "45N36", "LON": "12E45", "MON": "3", "NUM": "1268", "PRO": "P", "SEC": "4", "YEA": "1886", "CITY": "TREVISO"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10021	stefani-pierangelo-1893-02-11	{"a4": "1269"}	{"lerrcp": "A4-1269"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierangelo", "family": "Stefani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VI", "c3": null, "cy": "IT", "lg": 11.5409, "lat": 45.55729, "name": "Vicenza", "geoid": 3164419}, "notime": null, "date-ut": "1893-02-11 11:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierangelo", "family": "Stefani"}, "birth": {"place": {"c2": "VI", "cy": "IT", "lg": 11.5409, "lat": 45.55729, "name": "Vicenza", "geoid": 3164419}, "date-ut": "1893-02-11 11:40:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1269"}, "ids-in-sources": {"a4": "1269"}}, "raw": {"H": "12", "MN": "40", "TZ": "-1", "COD": "VI", "COU": "I", "DAY": "11", "LAT": "45N30", "LON": "12E 0", "MON": "2", "NUM": "1269", "PRO": "P", "SEC": "4", "YEA": "1893", "CITY": "VICENZA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10022	tealdi-ascanio-1880-06-05	{"a4": "1270"}	{"lerrcp": "A4-1270"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ascanio", "family": "Tealdi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PI", "c3": null, "cy": "IT", "lg": 10.5, "lat": 43.7, "name": "PISACISANELLO", "geoid": 0}, "notime": null, "date-ut": "1880-06-05 23:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Ascanio", "family": "Tealdi"}, "birth": {"place": {"c2": "PI", "cy": "IT", "lg": 10.5, "lat": 43.7, "name": "PISACISANELLO", "geoid": 0}, "date-ut": "1880-06-05 23:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1270"}, "ids-in-sources": {"a4": "1270"}}, "raw": {"H": "0", "MN": "10", "TZ": "-1", "COD": "PI", "COU": "I", "DAY": "6", "LAT": "43N42", "LON": "10E30", "MON": "6", "NUM": "1270", "PRO": "P", "SEC": "4", "YEA": "1880", "CITY": "PISACISANELLO"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10023	tibertelli-de-pisis-luigi-1896-05-11	{"a4": "1271"}	{"lerrcp": "A4-1271"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Tibertelli De Pisis Luigi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FE", "c3": null, "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "notime": null, "date-ut": "1896-05-11 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Tibertelli De Pisis Luigi"}, "birth": {"place": {"c2": "FE", "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "date-ut": "1896-05-11 10:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1271"}, "ids-in-sources": {"a4": "1271"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "FE", "COU": "I", "DAY": "11", "LAT": "44N42", "LON": "12E30", "MON": "5", "NUM": "1271", "PRO": "P", "SEC": "0", "YEA": "1896", "CITY": "FERRARA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10024	tiberti-alessandro-1872-09-02	{"a4": "1272"}	{"lerrcp": "A4-1272"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alessandro", "family": "Tiberti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TR", "c3": null, "cy": "IT", "lg": 13, "lat": 42.5, "name": "NARNITAIZZANO", "geoid": 0}, "notime": null, "date-ut": "1872-09-02 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alessandro", "family": "Tiberti"}, "birth": {"place": {"c2": "TR", "cy": "IT", "lg": 13, "lat": 42.5, "name": "NARNITAIZZANO", "geoid": 0}, "date-ut": "1872-09-02 03:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1272"}, "ids-in-sources": {"a4": "1272"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "TR", "COU": "I", "DAY": "2", "LAT": "42N30", "LON": "13E 0", "MON": "9", "NUM": "1272", "PRO": "P", "SEC": "4", "YEA": "1872", "CITY": "NARNITAIZZANO"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10025	tito-ettore-1859-12-15	{"a4": "1273"}	{"lerrcp": "A4-1273"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ettore", "family": "Tito", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14, "lat": 40.9, "name": "CASTELLAMAREDIS", "geoid": 0}, "notime": null, "date-ut": "1859-12-15 12:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Ettore", "family": "Tito"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14, "lat": 40.9, "name": "CASTELLAMAREDIS", "geoid": 0}, "date-ut": "1859-12-15 12:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1273"}, "ids-in-sources": {"a4": "1273"}}, "raw": {"H": "13", "MN": "4", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "15", "LAT": "40N54", "LON": "14E 0", "MON": "12", "NUM": "1273", "PRO": "P", "SEC": "0", "YEA": "1859", "CITY": "CASTELLAMAREDIS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10026	toma-giovacchino-1836-01-24	{"a4": "1274"}	{"lerrcp": "A4-1274"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovacchino", "family": "Toma", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LE", "c3": null, "cy": "IT", "lg": 18.16822, "lat": 40.17402, "name": "Galatina", "geoid": 3176407}, "notime": null, "date-ut": "1836-01-24 15:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Giovacchino", "family": "Toma"}, "birth": {"place": {"c2": "LE", "cy": "IT", "lg": 18.16822, "lat": 40.17402, "name": "Galatina", "geoid": 3176407}, "date-ut": "1836-01-24 15:45"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1274"}, "ids-in-sources": {"a4": "1274"}}, "raw": {"H": "16", "MN": "45", "TZ": "-1", "COD": "LE", "COU": "I", "DAY": "24", "LAT": "40N24", "LON": "18E45", "MON": "1", "NUM": "1274", "PRO": "P", "SEC": "0", "YEA": "1836", "CITY": "GALATINA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10027	tomea-fiorenzo-1910-02-07	{"a4": "1275"}	{"lerrcp": "A4-1275"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fiorenzo", "family": "Tomea", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BL", "c3": null, "cy": "IT", "lg": 12, "lat": 46.2, "name": "ZOPPEDICADORE", "geoid": 0}, "notime": null, "date-ut": "1910-02-07 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Fiorenzo", "family": "Tomea"}, "birth": {"place": {"c2": "BL", "cy": "IT", "lg": 12, "lat": 46.2, "name": "ZOPPEDICADORE", "geoid": 0}, "date-ut": "1910-02-07 20:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1275"}, "ids-in-sources": {"a4": "1275"}}, "raw": {"H": "21", "MN": "0", "TZ": "-1", "COD": "BL", "COU": "I", "DAY": "7", "LAT": "46N12", "LON": "12E 0", "MON": "2", "NUM": "1275", "PRO": "P", "SEC": "0", "YEA": "1910", "CITY": "ZOPPEDICADORE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10028	torelli-vieri-1873-12-05	{"a4": "1276"}	{"lerrcp": "A4-1276"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vieri", "family": "Torelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1873-12-05 09:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Vieri", "family": "Torelli"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1873-12-05 09:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1276"}, "ids-in-sources": {"a4": "1276"}}, "raw": {"H": "10", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "5", "LAT": "43N42", "LON": "11E30", "MON": "12", "NUM": "1276", "PRO": "P", "SEC": "4", "YEA": "1873", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10029	tos-arturo-1871-07-24	{"a4": "1277"}	{"lerrcp": "A4-1277"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arturo", "family": "Tos", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "IT", "lg": 9, "lat": 45.8, "name": "BUSTOARSIZIO", "geoid": 0}, "notime": null, "date-ut": "1871-07-24 20:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Arturo", "family": "Tos"}, "birth": {"place": {"c2": "VA", "cy": "IT", "lg": 9, "lat": 45.8, "name": "BUSTOARSIZIO", "geoid": 0}, "date-ut": "1871-07-24 20:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1277"}, "ids-in-sources": {"a4": "1277"}}, "raw": {"H": "21", "MN": "10", "TZ": "-1", "COD": "VA", "COU": "I", "DAY": "24", "LAT": "45N48", "LON": "9E 0", "MON": "7", "NUM": "1277", "PRO": "P", "SEC": "4", "YEA": "1871", "CITY": "BUSTOARSIZIO"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10030	toschi-orazio-1887-12-27	{"a4": "1278"}	{"lerrcp": "A4-1278"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Orazio", "family": "Toschi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 11.90763, "lat": 44.42707, "name": "Lugo", "geoid": 3174494}, "notime": null, "date-ut": "1887-12-27 19:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Orazio", "family": "Toschi"}, "birth": {"place": {"c2": "RA", "cy": "IT", "lg": 11.90763, "lat": 44.42707, "name": "Lugo", "geoid": 3174494}, "date-ut": "1887-12-27 19:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1278"}, "ids-in-sources": {"a4": "1278"}}, "raw": {"H": "20", "MN": "10", "TZ": "-1", "COD": "RA", "COU": "I", "DAY": "27", "LAT": "44N24", "LON": "12E15", "MON": "12", "NUM": "1278", "PRO": "P", "SEC": "4", "YEA": "1887", "CITY": "LUGO"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10031	tozzi-mario-1895-10-31	{"a4": "1279"}	{"lerrcp": "A4-1279"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Tozzi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PS", "c3": null, "cy": "IT", "lg": 13, "lat": 44, "name": "FOSSOMBRONE", "geoid": 0}, "notime": null, "date-ut": "1895-10-31 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Tozzi"}, "birth": {"place": {"c2": "PS", "cy": "IT", "lg": 13, "lat": 44, "name": "FOSSOMBRONE", "geoid": 0}, "date-ut": "1895-10-31 16:30"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1279"}, "ids-in-sources": {"a4": "1279"}}, "raw": {"H": "17", "MN": "30", "TZ": "-1", "COD": "PS", "COU": "I", "DAY": "31", "LAT": "44N 0", "LON": "13E 0", "MON": "10", "NUM": "1279", "PRO": "P", "SEC": "0", "YEA": "1895", "CITY": "FOSSOMBRONE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10032	valente-anton-1896-10-11	{"a4": "1280"}	{"lerrcp": "A4-1280"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anton", "family": "Valente", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CS", "c3": null, "cy": "IT", "lg": 16.3364, "lat": 39.27639, "name": "Pedace", "geoid": 2523853}, "notime": null, "date-ut": "1896-10-11 15:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Anton", "family": "Valente"}, "birth": {"place": {"c2": "CS", "cy": "IT", "lg": 16.3364, "lat": 39.27639, "name": "Pedace", "geoid": 2523853}, "date-ut": "1896-10-11 15:10"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1280"}, "ids-in-sources": {"a4": "1280"}}, "raw": {"H": "16", "MN": "10", "TZ": "-1", "COD": "CS", "COU": "I", "DAY": "11", "LAT": "39N18", "LON": "16E30", "MON": "10", "NUM": "1280", "PRO": "P", "SEC": "0", "YEA": "1896", "CITY": "PEDACE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10033	valinotti-domenico-1889-09-17	{"a4": "1281"}	{"lerrcp": "A4-1281"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Domenico", "family": "Valinotti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1889-09-17 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Domenico", "family": "Valinotti"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1889-09-17 03:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1281"}, "ids-in-sources": {"a4": "1281"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "17", "LAT": "45N 0", "LON": "8E 0", "MON": "9", "NUM": "1281", "PRO": "P", "SEC": "4", "YEA": "1889", "CITY": "TORINO"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10034	vinci-pietro-1854-12-03	{"a4": "1282"}	{"lerrcp": "A4-1282"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Vinci", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TA", "c3": null, "cy": "IT", "lg": 17.22972, "lat": 40.47611, "name": "Taranto", "geoid": 3165926}, "notime": null, "date-ut": "1854-12-03 03:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pietro", "family": "Vinci"}, "birth": {"place": {"c2": "TA", "cy": "IT", "lg": 17.22972, "lat": 40.47611, "name": "Taranto", "geoid": 3165926}, "date-ut": "1854-12-03 03:50"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1282"}, "ids-in-sources": {"a4": "1282"}}, "raw": {"H": "4", "MN": "50", "TZ": "-1", "COD": "TA", "COU": "I", "DAY": "3", "LAT": "40N30", "LON": "17E30", "MON": "12", "NUM": "1282", "PRO": "P", "SEC": "0", "YEA": "1854", "CITY": "TARANTO"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10035	vitturi-albano-1888-12-19	{"a4": "1283"}	{"lerrcp": "A4-1283"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albano", "family": "Vitturi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.5, "lat": 45.5, "name": "VERONA", "geoid": 0}, "notime": null, "date-ut": "1888-12-19 19:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Albano", "family": "Vitturi"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.5, "lat": 45.5, "name": "VERONA", "geoid": 0}, "date-ut": "1888-12-19 19:40:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1283"}, "ids-in-sources": {"a4": "1283"}}, "raw": {"H": "20", "MN": "40", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "19", "LAT": "45N30", "LON": "12E30", "MON": "12", "NUM": "1283", "PRO": "P", "SEC": "4", "YEA": "1888", "CITY": "VERONA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10036	wolf-ferrari-teodoro-1878-06-29	{"a4": "1284"}	{"lerrcp": "A4-1284"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Teodoro", "family": "Wolf-Ferrari", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "notime": null, "date-ut": "1878-06-29 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Teodoro", "family": "Wolf-Ferrari"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "date-ut": "1878-06-29 10:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1284"}, "ids-in-sources": {"a4": "1284"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "29", "LAT": "45N30", "LON": "12E30", "MON": "6", "NUM": "1284", "PRO": "P", "SEC": "4", "YEA": "1878", "CITY": "VENEZIA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10037	zardo-alberto-1876-05-10	{"a4": "1285"}	{"lerrcp": "A4-1285"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberto", "family": "Zardo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "notime": null, "date-ut": "1876-05-10 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alberto", "family": "Zardo"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "date-ut": "1876-05-10 00:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1285"}, "ids-in-sources": {"a4": "1285"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "10", "LAT": "45N24", "LON": "12E15", "MON": "5", "NUM": "1285", "PRO": "P", "SEC": "4", "YEA": "1876", "CITY": "PADOVA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10038	achenbach-oswald-1827-02-02	{"a4": "1286"}	{"lerrcp": "A4-1286"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oswald", "family": "Achenbach", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRDRHW", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "notime": null, "date-ut": "1827-02-02 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Oswald", "family": "Achenbach"}, "birth": {"place": {"c2": "NRDRHW", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "date-ut": "1827-02-02 01:30"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1286"}, "ids-in-sources": {"a4": "1286"}}, "raw": {"H": "2", "MN": "30", "TZ": "-1", "COD": "NRDRHW", "COU": "G", "DAY": "2", "LAT": "51N30", "LON": "7E30", "MON": "2", "NUM": "1286", "PRO": "P", "SEC": "0", "YEA": "1827", "CITY": "DUSSELDORF"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10039	bauer-bredt-eduard-1878-07-04	{"a4": "1287"}	{"lerrcp": "A4-1287"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eduard", "family": "Bauer-Bredt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ANSBACH", "geoid": 0}, "notime": null, "date-ut": "1878-07-04 04:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Eduard", "family": "Bauer-Bredt"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ANSBACH", "geoid": 0}, "date-ut": "1878-07-04 04:29"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1287"}, "ids-in-sources": {"a4": "1287"}}, "raw": {"H": "5", "MN": "29", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "4", "LAT": "49N 0", "LON": "11E30", "MON": "7", "NUM": "1287", "PRO": "P", "SEC": "0", "YEA": "1878", "CITY": "ANSBACH"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10040	bauerle-karl-1831-06-05	{"a4": "1288"}	{"lerrcp": "A4-1288"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Bauerle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "ENDERSBACH", "geoid": 0}, "notime": null, "date-ut": "1831-06-05 17:23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Bauerle"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "ENDERSBACH", "geoid": 0}, "date-ut": "1831-06-05 17:23:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1288"}, "ids-in-sources": {"a4": "1288"}}, "raw": {"H": "18", "MN": "23", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "5", "LAT": "48N45", "LON": "9E13", "MON": "6", "NUM": "1288", "PRO": "P", "SEC": "8", "YEA": "1831", "CITY": "ENDERSBACH"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10041	baur-albert-1835-07-07	{"a4": "1289"}	{"lerrcp": "A4-1289"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Baur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRDRHW", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "AACHEN", "geoid": 0}, "notime": null, "date-ut": "1835-07-07 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Baur"}, "birth": {"place": {"c2": "NRDRHW", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "AACHEN", "geoid": 0}, "date-ut": "1835-07-07 16:30"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1289"}, "ids-in-sources": {"a4": "1289"}}, "raw": {"H": "17", "MN": "30", "TZ": "-1", "COD": "NRDRHW", "COU": "G", "DAY": "7", "LAT": "51N30", "LON": "7E30", "MON": "7", "NUM": "1289", "PRO": "P", "SEC": "0", "YEA": "1835", "CITY": "AACHEN"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10042	beckerath-moritz-1838-05-02	{"a4": "1290"}	{"lerrcp": "A4-1290"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Moritz", "family": "Beckerath", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRDRHW", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KREFELD", "geoid": 0}, "notime": null, "date-ut": "1838-05-02 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Moritz", "family": "Beckerath"}, "birth": {"place": {"c2": "NRDRHW", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KREFELD", "geoid": 0}, "date-ut": "1838-05-02 05:30"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1290"}, "ids-in-sources": {"a4": "1290"}}, "raw": {"H": "6", "MN": "30", "TZ": "-1", "COD": "NRDRHW", "COU": "G", "DAY": "2", "LAT": "51N30", "LON": "7E30", "MON": "5", "NUM": "1290", "PRO": "P", "SEC": "0", "YEA": "1838", "CITY": "KREFELD"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10043	beckerath-willy-1868-09-28	{"a4": "1291"}	{"lerrcp": "A4-1291"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willy", "family": "Beckerath", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRDRHW", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KREFELD", "geoid": 0}, "notime": null, "date-ut": "1868-09-28 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Willy", "family": "Beckerath"}, "birth": {"place": {"c2": "NRDRHW", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KREFELD", "geoid": 0}, "date-ut": "1868-09-28 04:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1291"}, "ids-in-sources": {"a4": "1291"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "NRDRHW", "COU": "G", "DAY": "28", "LAT": "51N30", "LON": "7E30", "MON": "9", "NUM": "1291", "PRO": "P", "SEC": "0", "YEA": "1868", "CITY": "KREFELD"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10044	bek-gran-hermann-1869-09-20	{"a4": "1292"}	{"lerrcp": "A4-1292"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Bek-Gran", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "MAINZ", "geoid": 0}, "notime": null, "date-ut": "1869-09-20 00:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Bek-Gran"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "MAINZ", "geoid": 0}, "date-ut": "1869-09-20 00:23"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1292"}, "ids-in-sources": {"a4": "1292"}}, "raw": {"H": "1", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "20", "LAT": "50N30", "LON": "9E15", "MON": "9", "NUM": "1292", "PRO": "P", "SEC": "0", "YEA": "1869", "CITY": "MAINZ"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10045	bernatz-johann-1802-03-21	{"a4": "1293"}	{"lerrcp": "A4-1293"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johann", "family": "Bernatz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "SPEYER", "geoid": 0}, "notime": null, "date-ut": "1802-03-21 23:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Johann", "family": "Bernatz"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "SPEYER", "geoid": 0}, "date-ut": "1802-03-21 23:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1293"}, "ids-in-sources": {"a4": "1293"}}, "raw": {"H": "0", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "22", "LAT": "50N 0", "LON": "7E 0", "MON": "3", "NUM": "1293", "PRO": "P", "SEC": "0", "YEA": "1802", "CITY": "SPEYER"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10046	bindewald-friedrich-1862-01-30	{"a4": "1294"}	{"lerrcp": "A4-1294"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Bindewald", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "BUSENBORN", "geoid": 0}, "notime": null, "date-ut": "1862-01-30 23:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Bindewald"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "BUSENBORN", "geoid": 0}, "date-ut": "1862-01-30 23:53"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1294"}, "ids-in-sources": {"a4": "1294"}}, "raw": {"H": "0", "MN": "53", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "31", "LAT": "50N30", "LON": "9E15", "MON": "1", "NUM": "1294", "PRO": "P", "SEC": "0", "YEA": "1862", "CITY": "BUSENBORN"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10047	dieffenbacher-august-1858-08-14	{"a4": "1295"}	{"lerrcp": "A4-1295"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "August", "family": "Dieffenbacher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADW", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "notime": null, "date-ut": "1858-08-14 18:09"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "August", "family": "Dieffenbacher"}, "birth": {"place": {"c2": "BADW", "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "date-ut": "1858-08-14 18:09"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1295"}, "ids-in-sources": {"a4": "1295"}}, "raw": {"H": "19", "MN": "9", "TZ": "-1", "COD": "BADW", "COU": "G", "DAY": "14", "LAT": "48N30", "LON": "9E 0", "MON": "8", "NUM": "1295", "PRO": "P", "SEC": "0", "YEA": "1858", "CITY": "MANNHEIM"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10048	duntze-johannes-1823-05-05	{"a4": "1296"}	{"lerrcp": "A4-1296"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Duntze", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BREM", "c3": null, "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMENROBLINGHA", "geoid": 0}, "notime": null, "date-ut": "1823-05-05 23:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Duntze"}, "birth": {"place": {"c2": "BREM", "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMENROBLINGHA", "geoid": 0}, "date-ut": "1823-05-05 23:54:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1296"}, "ids-in-sources": {"a4": "1296"}}, "raw": {"H": "0", "MN": "54", "TZ": "-1", "COD": "BREM", "COU": "G", "DAY": "6", "LAT": "53N 5", "LON": "8E50", "MON": "5", "NUM": "1296", "PRO": "P", "SEC": "40", "YEA": "1823", "CITY": "BREMENROBLINGHA"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10049	gauquelin-a4-1297-1880-06-03	{"a4": "1297"}	{"lerrcp": "A4-1297"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1297", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "LIMBURGLAHN", "geoid": 0}, "notime": null, "date-ut": "1880-06-03 08:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1297"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "LIMBURGLAHN", "geoid": 0}, "date-ut": "1880-06-03 08:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1297"}, "ids-in-sources": {"a4": "1297"}}, "raw": {"H": "9", "MN": "8", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "3", "LAT": "50N30", "LON": "9E15", "MON": "6", "NUM": "1297", "PRO": "P", "SEC": "0", "YEA": "1880", "CITY": "LIMBURGLAHN"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10050	eschwege-emar-1856-08-22	{"a4": "1298"}	{"lerrcp": "A4-1298"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emar", "family": "Eschwege", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIEDSA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "notime": null, "date-ut": "1856-08-22 09:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emar", "family": "Eschwege"}, "birth": {"place": {"c2": "NIEDSA", "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "date-ut": "1856-08-22 09:05"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1298"}, "ids-in-sources": {"a4": "1298"}}, "raw": {"H": "10", "MN": "5", "TZ": "-1", "COD": "NIEDSA", "COU": "G", "DAY": "22", "LAT": "52N 0", "LON": "10E 0", "MON": "8", "NUM": "1298", "PRO": "P", "SEC": "0", "YEA": "1856", "CITY": "BRAUNSCHWEIG"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10051	gauquelin-a4-1299-1869-02-14	{"a4": "1299"}	{"lerrcp": "A4-1299"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1299", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NEUMARKTOBERPF", "geoid": 0}, "notime": null, "date-ut": "1869-02-14 19:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1299"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NEUMARKTOBERPF", "geoid": 0}, "date-ut": "1869-02-14 19:14"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1299"}, "ids-in-sources": {"a4": "1299"}}, "raw": {"H": "20", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "14", "LAT": "49N 0", "LON": "11E30", "MON": "2", "NUM": "1299", "PRO": "P", "SEC": "0", "YEA": "1869", "CITY": "NEUMARKTOBERPF"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10052	feyerabend-erich-1889-11-19	{"a4": "1300"}	{"lerrcp": "A4-1300"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erich", "family": "Feyerabend", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRDRHW", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "REES", "geoid": 0}, "notime": null, "date-ut": "1889-11-19 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Erich", "family": "Feyerabend"}, "birth": {"place": {"c2": "NRDRHW", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "REES", "geoid": 0}, "date-ut": "1889-11-19 07:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1300"}, "ids-in-sources": {"a4": "1300"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "NRDRHW", "COU": "G", "DAY": "19", "LAT": "51N30", "LON": "7E30", "MON": "11", "NUM": "1300", "PRO": "P", "SEC": "0", "YEA": "1889", "CITY": "REES"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10053	fischer-oskar-1892-08-04	{"a4": "1301"}	{"lerrcp": "A4-1301"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oskar", "family": "Fischer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADW", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "KARLSRUHE", "geoid": 0}, "notime": null, "date-ut": "1892-08-04 06:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Oskar", "family": "Fischer"}, "birth": {"place": {"c2": "BADW", "cy": "DE", "lg": 9, "lat": 48.5, "name": "KARLSRUHE", "geoid": 0}, "date-ut": "1892-08-04 06:15"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1301"}, "ids-in-sources": {"a4": "1301"}}, "raw": {"H": "7", "MN": "15", "TZ": "-1", "COD": "BADW", "COU": "G", "DAY": "4", "LAT": "48N30", "LON": "9E 0", "MON": "8", "NUM": "1301", "PRO": "P", "SEC": "0", "YEA": "1892", "CITY": "KARLSRUHE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10054	gauquelin-a4-1302-1869-10-22	{"a4": "1302"}	{"lerrcp": "A4-1302"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1302", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "GRAUHEIM", "geoid": 0}, "notime": null, "date-ut": "1869-10-22 06:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1302"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "GRAUHEIM", "geoid": 0}, "date-ut": "1869-10-22 06:23"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1302"}, "ids-in-sources": {"a4": "1302"}}, "raw": {"H": "7", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "22", "LAT": "50N30", "LON": "9E15", "MON": "10", "NUM": "1302", "PRO": "P", "SEC": "0", "YEA": "1869", "CITY": "GRAUHEIM"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10055	gauquelin-a4-1303-1870-10-08	{"a4": "1303"}	{"lerrcp": "A4-1303"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1303", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRDRHW", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MONCHENGLADBACH", "geoid": 0}, "notime": null, "date-ut": "1870-10-08 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1303"}, "birth": {"place": {"c2": "NRDRHW", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MONCHENGLADBACH", "geoid": 0}, "date-ut": "1870-10-08 09:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1303"}, "ids-in-sources": {"a4": "1303"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "NRDRHW", "COU": "G", "DAY": "8", "LAT": "51N30", "LON": "7E30", "MON": "10", "NUM": "1303", "PRO": "P", "SEC": "0", "YEA": "1870", "CITY": "MONCHENGLADBACH"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10057	gotz-hermann-1848-09-28	{"a4": "1305"}	{"lerrcp": "A4-1305"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Götz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADW", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "DONAUESCHINGEN", "geoid": 0}, "notime": null, "date-ut": "1848-09-28 11:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Götz"}, "birth": {"place": {"c2": "BADW", "cy": "DE", "lg": 9, "lat": 48.5, "name": "DONAUESCHINGEN", "geoid": 0}, "date-ut": "1848-09-28 11:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1305"}, "ids-in-sources": {"a4": "1305"}}, "raw": {"H": "12", "MN": "24", "TZ": "-1", "COD": "BADW", "COU": "G", "DAY": "28", "LAT": "48N30", "LON": "9E 0", "MON": "9", "NUM": "1305", "PRO": "P", "SEC": "0", "YEA": "1848", "CITY": "DONAUESCHINGEN"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10058	graf-herman-1873-06-28	{"a4": "1306"}	{"lerrcp": "A4-1306"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Herman", "family": "Graf", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURTM", "geoid": 0}, "notime": null, "date-ut": "1873-06-28 02:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Herman", "family": "Graf"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURTM", "geoid": 0}, "date-ut": "1873-06-28 02:53"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1306"}, "ids-in-sources": {"a4": "1306"}}, "raw": {"H": "3", "MN": "53", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "28", "LAT": "50N30", "LON": "9E15", "MON": "6", "NUM": "1306", "PRO": "P", "SEC": "0", "YEA": "1873", "CITY": "FRANKFURTM"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10059	graumann-erwin-1902-06-14	{"a4": "1307"}	{"lerrcp": "A4-1307"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erwin", "family": "Graumann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRDRHW", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BIELEFELD", "geoid": 0}, "notime": null, "date-ut": "1902-06-14 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Erwin", "family": "Graumann"}, "birth": {"place": {"c2": "NRDRHW", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BIELEFELD", "geoid": 0}, "date-ut": "1902-06-14 09:30"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1307"}, "ids-in-sources": {"a4": "1307"}}, "raw": {"H": "10", "MN": "30", "TZ": "-1", "COD": "NRDRHW", "COU": "G", "DAY": "14", "LAT": "51N30", "LON": "7E30", "MON": "6", "NUM": "1307", "PRO": "P", "SEC": "0", "YEA": "1902", "CITY": "BIELEFELD"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10060	groh-august-1871-02-25	{"a4": "1308"}	{"lerrcp": "A4-1308"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "August", "family": "Groh", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADW", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "NECKARSTEINACH", "geoid": 0}, "notime": null, "date-ut": "1871-02-25 13:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "August", "family": "Groh"}, "birth": {"place": {"c2": "BADW", "cy": "DE", "lg": 9, "lat": 48.5, "name": "NECKARSTEINACH", "geoid": 0}, "date-ut": "1871-02-25 13:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1308"}, "ids-in-sources": {"a4": "1308"}}, "raw": {"H": "14", "MN": "24", "TZ": "-1", "COD": "BADW", "COU": "G", "DAY": "25", "LAT": "48N30", "LON": "9E 0", "MON": "2", "NUM": "1308", "PRO": "P", "SEC": "0", "YEA": "1871", "CITY": "NECKARSTEINACH"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10061	haeberlin-carl-1832-12-16	{"a4": "1309"}	{"lerrcp": "A4-1309"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carl", "family": "Haeberlin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "OBERESSLINGEN", "geoid": 0}, "notime": null, "date-ut": "1832-12-16 11:23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Carl", "family": "Haeberlin"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "OBERESSLINGEN", "geoid": 0}, "date-ut": "1832-12-16 11:23:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1309"}, "ids-in-sources": {"a4": "1309"}}, "raw": {"H": "12", "MN": "23", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "16", "LAT": "48N45", "LON": "9E13", "MON": "12", "NUM": "1309", "PRO": "P", "SEC": "8", "YEA": "1832", "CITY": "OBERESSLINGEN"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10062	henschen-konrad-1883-03-26	{"a4": "1310"}	{"lerrcp": "A4-1310"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Konrad", "family": "Henschen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHLH", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "LUBECK", "geoid": 0}, "notime": null, "date-ut": "1883-03-26 05:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Konrad", "family": "Henschen"}, "birth": {"place": {"c2": "SCHLH", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "LUBECK", "geoid": 0}, "date-ut": "1883-03-26 05:21"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1310"}, "ids-in-sources": {"a4": "1310"}}, "raw": {"H": "6", "MN": "21", "TZ": "-1", "COD": "SCHLH", "COU": "G", "DAY": "26", "LAT": "54N30", "LON": "9E45", "MON": "3", "NUM": "1310", "PRO": "P", "SEC": "0", "YEA": "1883", "CITY": "LUBECK"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10063	heupel-siegen-zarita-1896-10-02	{"a4": "1311"}	{"lerrcp": "A4-1311"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Zarita", "family": "Heupel-Siegen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRDRHW", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "notime": null, "date-ut": "1896-10-02 22:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Zarita", "family": "Heupel-Siegen"}, "birth": {"place": {"c2": "NRDRHW", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "date-ut": "1896-10-02 22:45"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1311"}, "ids-in-sources": {"a4": "1311"}}, "raw": {"H": "23", "MN": "45", "TZ": "-1", "COD": "NRDRHW", "COU": "G", "DAY": "2", "LAT": "51N30", "LON": "7E30", "MON": "10", "NUM": "1311", "PRO": "P", "SEC": "0", "YEA": "1896", "CITY": "DUSSELDORF"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10064	gauquelin-a4-1312-1878-10-11	{"a4": "1312"}	{"lerrcp": "A4-1312"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1312", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADW", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "KARLSRUHE", "geoid": 0}, "notime": null, "date-ut": "1878-10-11 04:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1312"}, "birth": {"place": {"c2": "BADW", "cy": "DE", "lg": 9, "lat": 48.5, "name": "KARLSRUHE", "geoid": 0}, "date-ut": "1878-10-11 04:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1312"}, "ids-in-sources": {"a4": "1312"}}, "raw": {"H": "5", "MN": "24", "TZ": "-1", "COD": "BADW", "COU": "G", "DAY": "11", "LAT": "48N30", "LON": "9E 0", "MON": "10", "NUM": "1312", "PRO": "P", "SEC": "0", "YEA": "1878", "CITY": "KARLSRUHE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10065	hollenweger-jules-1863-09-11	{"a4": "1313"}	{"lerrcp": "A4-1313"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Hollenweger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADEN", "c3": null, "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "MAPPACH", "geoid": 0}, "notime": null, "date-ut": "1863-09-11 15:27:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Hollenweger"}, "birth": {"place": {"c2": "BADEN", "cy": "DE", "lg": 8.23333, "lat": 48.76667, "name": "MAPPACH", "geoid": 0}, "date-ut": "1863-09-11 15:27:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1313"}, "ids-in-sources": {"a4": "1313"}}, "raw": {"H": "16", "MN": "27", "TZ": "-1", "COD": "BADEN", "COU": "G", "DAY": "11", "LAT": "48N46", "LON": "8E14", "MON": "9", "NUM": "1313", "PRO": "P", "SEC": "4", "YEA": "1863", "CITY": "MAPPACH"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10066	isselmann-ernst-1885-04-29	{"a4": "1314"}	{"lerrcp": "A4-1314"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Isselmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRDRHW", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "REESRHEIN", "geoid": 0}, "notime": null, "date-ut": "1885-04-29 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Isselmann"}, "birth": {"place": {"c2": "NRDRHW", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "REESRHEIN", "geoid": 0}, "date-ut": "1885-04-29 19:30"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1314"}, "ids-in-sources": {"a4": "1314"}}, "raw": {"H": "20", "MN": "30", "TZ": "-1", "COD": "NRDRHW", "COU": "G", "DAY": "29", "LAT": "51N30", "LON": "7E30", "MON": "4", "NUM": "1314", "PRO": "P", "SEC": "0", "YEA": "1885", "CITY": "REESRHEIN"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10067	ittenbach-franz-1813-04-18	{"a4": "1315"}	{"lerrcp": "A4-1315"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Ittenbach", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRDRHW", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KONIGSWINTERRH", "geoid": 0}, "notime": null, "date-ut": "1813-04-18 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Franz", "family": "Ittenbach"}, "birth": {"place": {"c2": "NRDRHW", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KONIGSWINTERRH", "geoid": 0}, "date-ut": "1813-04-18 00:30"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1315"}, "ids-in-sources": {"a4": "1315"}}, "raw": {"H": "1", "MN": "30", "TZ": "-1", "COD": "NRDRHW", "COU": "G", "DAY": "18", "LAT": "51N30", "LON": "7E30", "MON": "4", "NUM": "1315", "PRO": "P", "SEC": "0", "YEA": "1813", "CITY": "KONIGSWINTERRH"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10068	jahns-rudolf-1896-03-13	{"a4": "1316"}	{"lerrcp": "A4-1316"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rudolf", "family": "Jahns", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIEDSA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "WOLFENBUTTEL", "geoid": 0}, "notime": null, "date-ut": "1896-03-13 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Rudolf", "family": "Jahns"}, "birth": {"place": {"c2": "NIEDSA", "cy": "DE", "lg": 10, "lat": 52, "name": "WOLFENBUTTEL", "geoid": 0}, "date-ut": "1896-03-13 04:30"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1316"}, "ids-in-sources": {"a4": "1316"}}, "raw": {"H": "5", "MN": "30", "TZ": "-1", "COD": "NIEDSA", "COU": "G", "DAY": "13", "LAT": "52N 0", "LON": "10E 0", "MON": "3", "NUM": "1316", "PRO": "P", "SEC": "0", "YEA": "1896", "CITY": "WOLFENBUTTEL"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10069	jung-otto-1867-03-28	{"a4": "1317"}	{"lerrcp": "A4-1317"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Jung", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "OSTDORF", "geoid": 0}, "notime": null, "date-ut": "1867-03-28 15:53:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Jung"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "OSTDORF", "geoid": 0}, "date-ut": "1867-03-28 15:53:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1317"}, "ids-in-sources": {"a4": "1317"}}, "raw": {"H": "16", "MN": "53", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "28", "LAT": "48N45", "LON": "9E13", "MON": "3", "NUM": "1317", "PRO": "P", "SEC": "8", "YEA": "1867", "CITY": "OSTDORF"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10070	jungnickel-ludwi-1881-07-22	{"a4": "1318"}	{"lerrcp": "A4-1318"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludwi", "family": "Jungnickel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "WUNSIEDEL", "geoid": 0}, "notime": null, "date-ut": "1881-07-22 15:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Ludwi", "family": "Jungnickel"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "WUNSIEDEL", "geoid": 0}, "date-ut": "1881-07-22 15:14"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1318"}, "ids-in-sources": {"a4": "1318"}}, "raw": {"H": "16", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "22", "LAT": "49N 0", "LON": "11E30", "MON": "7", "NUM": "1318", "PRO": "P", "SEC": "0", "YEA": "1881", "CITY": "WUNSIEDEL"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10071	kampf-arthur-1864-09-28	{"a4": "1319"}	{"lerrcp": "A4-1319"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Kampf", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRDRHW", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "AACHEN", "geoid": 0}, "notime": null, "date-ut": "1864-09-28 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Kampf"}, "birth": {"place": {"c2": "NRDRHW", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "AACHEN", "geoid": 0}, "date-ut": "1864-09-28 14:30"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1319"}, "ids-in-sources": {"a4": "1319"}}, "raw": {"H": "15", "MN": "30", "TZ": "-1", "COD": "NRDRHW", "COU": "G", "DAY": "28", "LAT": "51N30", "LON": "7E30", "MON": "9", "NUM": "1319", "PRO": "P", "SEC": "0", "YEA": "1864", "CITY": "AACHEN"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10072	kampf-eugen-1861-03-16	{"a4": "1320"}	{"lerrcp": "A4-1320"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugen", "family": "Kampf", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRDRHW", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "AACHEN", "geoid": 0}, "notime": null, "date-ut": "1861-03-16 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Eugen", "family": "Kampf"}, "birth": {"place": {"c2": "NRDRHW", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "AACHEN", "geoid": 0}, "date-ut": "1861-03-16 11:30"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1320"}, "ids-in-sources": {"a4": "1320"}}, "raw": {"H": "12", "MN": "30", "TZ": "-1", "COD": "NRDRHW", "COU": "G", "DAY": "16", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "1320", "PRO": "P", "SEC": "0", "YEA": "1861", "CITY": "AACHEN"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10073	keller-ferdinand-1842-08-05	{"a4": "1321"}	{"lerrcp": "A4-1321"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Keller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADW", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "KARLSRUHE", "geoid": 0}, "notime": null, "date-ut": "1842-08-05 03:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Keller"}, "birth": {"place": {"c2": "BADW", "cy": "DE", "lg": 9, "lat": 48.5, "name": "KARLSRUHE", "geoid": 0}, "date-ut": "1842-08-05 03:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1321"}, "ids-in-sources": {"a4": "1321"}}, "raw": {"H": "4", "MN": "24", "TZ": "-1", "COD": "BADW", "COU": "G", "DAY": "5", "LAT": "48N30", "LON": "9E 0", "MON": "8", "NUM": "1321", "PRO": "P", "SEC": "0", "YEA": "1842", "CITY": "KARLSRUHE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10074	kempen-hans-1874-04-10	{"a4": "1322"}	{"lerrcp": "A4-1322"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Kempen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRDRHW", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "notime": null, "date-ut": "1874-04-10 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Kempen"}, "birth": {"place": {"c2": "NRDRHW", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "date-ut": "1874-04-10 00:30"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1322"}, "ids-in-sources": {"a4": "1322"}}, "raw": {"H": "1", "MN": "30", "TZ": "-1", "COD": "NRDRHW", "COU": "G", "DAY": "10", "LAT": "51N30", "LON": "7E30", "MON": "4", "NUM": "1322", "PRO": "P", "SEC": "0", "YEA": "1874", "CITY": "KOLN"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10075	kiederich-frank-1873-07-25	{"a4": "1323"}	{"lerrcp": "A4-1323"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frank", "family": "Kiederich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRDRHW", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "notime": null, "date-ut": "1873-07-25 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Frank", "family": "Kiederich"}, "birth": {"place": {"c2": "NRDRHW", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "date-ut": "1873-07-25 07:30"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1323"}, "ids-in-sources": {"a4": "1323"}}, "raw": {"H": "8", "MN": "30", "TZ": "-1", "COD": "NRDRHW", "COU": "G", "DAY": "25", "LAT": "51N30", "LON": "7E30", "MON": "7", "NUM": "1323", "PRO": "P", "SEC": "0", "YEA": "1873", "CITY": "DUSSELDORF"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10077	konig-leo-1871-02-28	{"a4": "1325"}	{"lerrcp": "A4-1325"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leo", "family": "König", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIEDSA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "notime": null, "date-ut": "1871-02-28 15:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Leo", "family": "König"}, "birth": {"place": {"c2": "NIEDSA", "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "date-ut": "1871-02-28 15:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1325"}, "ids-in-sources": {"a4": "1325"}}, "raw": {"H": "16", "MN": "20", "TZ": "-1", "COD": "NIEDSA", "COU": "G", "DAY": "28", "LAT": "52N 0", "LON": "10E 0", "MON": "2", "NUM": "1325", "PRO": "P", "SEC": "0", "YEA": "1871", "CITY": "BRAUNSCHWEIG"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10078	kotschenreiter-hugo-1854-01-06	{"a4": "1326"}	{"lerrcp": "A4-1326"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hugo", "family": "Kotschenreiter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "HOF", "geoid": 0}, "notime": null, "date-ut": "1854-01-06 07:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Hugo", "family": "Kotschenreiter"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "HOF", "geoid": 0}, "date-ut": "1854-01-06 07:14"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1326"}, "ids-in-sources": {"a4": "1326"}}, "raw": {"H": "8", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "6", "LAT": "49N 0", "LON": "11E30", "MON": "1", "NUM": "1326", "PRO": "P", "SEC": "0", "YEA": "1854", "CITY": "HOF"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10079	gauquelin-a4-1327-1863-05-25	{"a4": "1327"}	{"lerrcp": "A4-1327"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1327", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIEDSA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "CELLE", "geoid": 0}, "notime": null, "date-ut": "1863-05-25 05:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1327"}, "birth": {"place": {"c2": "NIEDSA", "cy": "DE", "lg": 10, "lat": 52, "name": "CELLE", "geoid": 0}, "date-ut": "1863-05-25 05:50"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1327"}, "ids-in-sources": {"a4": "1327"}}, "raw": {"H": "6", "MN": "50", "TZ": "-1", "COD": "NIEDSA", "COU": "G", "DAY": "25", "LAT": "52N 0", "LON": "10E 0", "MON": "5", "NUM": "1327", "PRO": "P", "SEC": "0", "YEA": "1863", "CITY": "CELLE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10080	kricheldorf-hermann-1867-10-01	{"a4": "1328"}	{"lerrcp": "A4-1328"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Kricheldorf", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIEDSA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "CELLE", "geoid": 0}, "notime": null, "date-ut": "1867-10-01 04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Kricheldorf"}, "birth": {"place": {"c2": "NIEDSA", "cy": "DE", "lg": 10, "lat": 52, "name": "CELLE", "geoid": 0}, "date-ut": "1867-10-01 04:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1328"}, "ids-in-sources": {"a4": "1328"}}, "raw": {"H": "5", "MN": "20", "TZ": "-1", "COD": "NIEDSA", "COU": "G", "DAY": "1", "LAT": "52N 0", "LON": "10E 0", "MON": "10", "NUM": "1328", "PRO": "P", "SEC": "0", "YEA": "1867", "CITY": "CELLE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10081	lang-fritz-1877-03-15	{"a4": "1329"}	{"lerrcp": "A4-1329"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Lang", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADW", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART", "geoid": 0}, "notime": null, "date-ut": "1877-03-15 09:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Fritz", "family": "Lang"}, "birth": {"place": {"c2": "BADW", "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART", "geoid": 0}, "date-ut": "1877-03-15 09:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1329"}, "ids-in-sources": {"a4": "1329"}}, "raw": {"H": "10", "MN": "24", "TZ": "-1", "COD": "BADW", "COU": "G", "DAY": "15", "LAT": "48N30", "LON": "9E 0", "MON": "3", "NUM": "1329", "PRO": "P", "SEC": "0", "YEA": "1877", "CITY": "STUTTGART"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10082	lategahn-wilhelm-1882-11-27	{"a4": "1330"}	{"lerrcp": "A4-1330"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Lategahn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRDRHW", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MULHEIMRUHR", "geoid": 0}, "notime": null, "date-ut": "1882-11-27 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Lategahn"}, "birth": {"place": {"c2": "NRDRHW", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MULHEIMRUHR", "geoid": 0}, "date-ut": "1882-11-27 03:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1330"}, "ids-in-sources": {"a4": "1330"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "NRDRHW", "COU": "G", "DAY": "27", "LAT": "51N30", "LON": "7E30", "MON": "11", "NUM": "1330", "PRO": "P", "SEC": "0", "YEA": "1882", "CITY": "MULHEIMRUHR"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10083	laupheimer-anton-1848-06-23	{"a4": "1331"}	{"lerrcp": "A4-1331"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anton", "family": "Laupheimer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "ERBACHPRESDULM", "geoid": 0}, "notime": null, "date-ut": "1848-06-23 17:23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Anton", "family": "Laupheimer"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "ERBACHPRESDULM", "geoid": 0}, "date-ut": "1848-06-23 17:23:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1331"}, "ids-in-sources": {"a4": "1331"}}, "raw": {"H": "18", "MN": "23", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "23", "LAT": "48N45", "LON": "9E13", "MON": "6", "NUM": "1331", "PRO": "P", "SEC": "8", "YEA": "1848", "CITY": "ERBACHPRESDULM"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10084	linde-walther-heinrich-1868-08-16	{"a4": "1332"}	{"lerrcp": "A4-1332"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Linde-Walther", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHLH", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "LUBECK", "geoid": 0}, "notime": null, "date-ut": "1868-08-16 21:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Linde-Walther"}, "birth": {"place": {"c2": "SCHLH", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "LUBECK", "geoid": 0}, "date-ut": "1868-08-16 21:21"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1332"}, "ids-in-sources": {"a4": "1332"}}, "raw": {"H": "22", "MN": "21", "TZ": "-1", "COD": "SCHLH", "COU": "G", "DAY": "16", "LAT": "54N30", "LON": "9E45", "MON": "8", "NUM": "1332", "PRO": "P", "SEC": "0", "YEA": "1868", "CITY": "LUBECK"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10085	meid-hans-1883-06-03	{"a4": "1333"}	{"lerrcp": "A4-1333"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Meid", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADW", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "PFORZHEIM", "geoid": 0}, "notime": null, "date-ut": "1883-06-03 03:39"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Meid"}, "birth": {"place": {"c2": "BADW", "cy": "DE", "lg": 9, "lat": 48.5, "name": "PFORZHEIM", "geoid": 0}, "date-ut": "1883-06-03 03:39"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1333"}, "ids-in-sources": {"a4": "1333"}}, "raw": {"H": "4", "MN": "39", "TZ": "-1", "COD": "BADW", "COU": "G", "DAY": "3", "LAT": "48N30", "LON": "9E 0", "MON": "6", "NUM": "1333", "PRO": "P", "SEC": "0", "YEA": "1883", "CITY": "PFORZHEIM"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10086	murdfield-carl-1868-06-09	{"a4": "1334"}	{"lerrcp": "A4-1334"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carl", "family": "Murdfield", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRDRHW", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "RHEINEIWESTF", "geoid": 0}, "notime": null, "date-ut": "1868-06-09 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Carl", "family": "Murdfield"}, "birth": {"place": {"c2": "NRDRHW", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "RHEINEIWESTF", "geoid": 0}, "date-ut": "1868-06-09 14:30"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1334"}, "ids-in-sources": {"a4": "1334"}}, "raw": {"H": "15", "MN": "30", "TZ": "-1", "COD": "NRDRHW", "COU": "G", "DAY": "9", "LAT": "51N30", "LON": "7E30", "MON": "6", "NUM": "1334", "PRO": "P", "SEC": "0", "YEA": "1868", "CITY": "RHEINEIWESTF"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10087	mutter-karl-1869-04-02	{"a4": "1335"}	{"lerrcp": "A4-1335"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Mutter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADW", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "UTZENFELDSCHWAR", "geoid": 0}, "notime": null, "date-ut": "1869-04-02 10:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Mutter"}, "birth": {"place": {"c2": "BADW", "cy": "DE", "lg": 9, "lat": 48.5, "name": "UTZENFELDSCHWAR", "geoid": 0}, "date-ut": "1869-04-02 10:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1335"}, "ids-in-sources": {"a4": "1335"}}, "raw": {"H": "11", "MN": "24", "TZ": "-1", "COD": "BADW", "COU": "G", "DAY": "2", "LAT": "48N30", "LON": "9E 0", "MON": "4", "NUM": "1335", "PRO": "P", "SEC": "0", "YEA": "1869", "CITY": "UTZENFELDSCHWAR"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10088	oeder-geor-1846-04-12	{"a4": "1336"}	{"lerrcp": "A4-1336"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Geor", "family": "Oeder", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRDRHW", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "AACHEN", "geoid": 0}, "notime": null, "date-ut": "1846-04-12 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Geor", "family": "Oeder"}, "birth": {"place": {"c2": "NRDRHW", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "AACHEN", "geoid": 0}, "date-ut": "1846-04-12 07:30"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1336"}, "ids-in-sources": {"a4": "1336"}}, "raw": {"H": "8", "MN": "30", "TZ": "-1", "COD": "NRDRHW", "COU": "G", "DAY": "12", "LAT": "51N30", "LON": "7E30", "MON": "4", "NUM": "1336", "PRO": "P", "SEC": "0", "YEA": "1846", "CITY": "AACHEN"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10089	oeser-willy-1897-02-11	{"a4": "1337"}	{"lerrcp": "A4-1337"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willy", "family": "Oeser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADW", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "notime": null, "date-ut": "1897-02-11 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Willy", "family": "Oeser"}, "birth": {"place": {"c2": "BADW", "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "date-ut": "1897-02-11 06:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1337"}, "ids-in-sources": {"a4": "1337"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "BADW", "COU": "G", "DAY": "11", "LAT": "48N30", "LON": "9E 0", "MON": "2", "NUM": "1337", "PRO": "P", "SEC": "0", "YEA": "1897", "CITY": "MANNHEIM"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10090	oppenheim-alfred-1873-07-07	{"a4": "1338"}	{"lerrcp": "A4-1338"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Oppenheim", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURTM", "geoid": 0}, "notime": null, "date-ut": "1873-07-07 06:38"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Oppenheim"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURTM", "geoid": 0}, "date-ut": "1873-07-07 06:38"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1338"}, "ids-in-sources": {"a4": "1338"}}, "raw": {"H": "7", "MN": "38", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "7", "LAT": "50N30", "LON": "9E15", "MON": "7", "NUM": "1338", "PRO": "P", "SEC": "0", "YEA": "1873", "CITY": "FRANKFURTM"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10091	petersen-walter-1862-04-06	{"a4": "1339"}	{"lerrcp": "A4-1339"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Petersen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRDRHW", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BURGWUPPER", "geoid": 0}, "notime": null, "date-ut": "1862-04-06 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Petersen"}, "birth": {"place": {"c2": "NRDRHW", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BURGWUPPER", "geoid": 0}, "date-ut": "1862-04-06 02:30"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1339"}, "ids-in-sources": {"a4": "1339"}}, "raw": {"H": "3", "MN": "30", "TZ": "-1", "COD": "NRDRHW", "COU": "G", "DAY": "6", "LAT": "51N30", "LON": "7E30", "MON": "4", "NUM": "1339", "PRO": "P", "SEC": "0", "YEA": "1862", "CITY": "BURGWUPPER"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10092	phillippi-peter-1866-03-30	{"a4": "1340"}	{"lerrcp": "A4-1340"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Peter", "family": "Phillippi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "TRIER", "geoid": 0}, "notime": null, "date-ut": "1866-03-30 11:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Peter", "family": "Phillippi"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "TRIER", "geoid": 0}, "date-ut": "1866-03-30 11:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1340"}, "ids-in-sources": {"a4": "1340"}}, "raw": {"H": "12", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "30", "LAT": "50N 0", "LON": "7E 0", "MON": "3", "NUM": "1340", "PRO": "P", "SEC": "0", "YEA": "1866", "CITY": "TRIER"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10093	pleuer-hermann-1863-04-05	{"a4": "1341"}	{"lerrcp": "A4-1341"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Pleuer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "SCHWABISCHGMUND", "geoid": 0}, "notime": null, "date-ut": "1863-04-05 14:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Pleuer"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "SCHWABISCHGMUND", "geoid": 0}, "date-ut": "1863-04-05 14:14"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1341"}, "ids-in-sources": {"a4": "1341"}}, "raw": {"H": "15", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "5", "LAT": "49N 0", "LON": "11E30", "MON": "4", "NUM": "1341", "PRO": "P", "SEC": "0", "YEA": "1863", "CITY": "SCHWABISCHGMUND"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10094	preyer-johan-1803-07-19	{"a4": "1342"}	{"lerrcp": "A4-1342"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johan", "family": "Preyer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "RHEYDT", "geoid": 0}, "notime": null, "date-ut": "1803-07-19 18:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Johan", "family": "Preyer"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "RHEYDT", "geoid": 0}, "date-ut": "1803-07-19 18:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1342"}, "ids-in-sources": {"a4": "1342"}}, "raw": {"H": "19", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "19", "LAT": "50N 0", "LON": "7E 0", "MON": "7", "NUM": "1342", "PRO": "P", "SEC": "0", "YEA": "1803", "CITY": "RHEYDT"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10095	purrmann-hans-1880-04-10	{"a4": "1343"}	{"lerrcp": "A4-1343"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Purrmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "SPEYERRH", "geoid": 0}, "notime": null, "date-ut": "1880-04-10 01:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Purrmann"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "SPEYERRH", "geoid": 0}, "date-ut": "1880-04-10 01:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1343"}, "ids-in-sources": {"a4": "1343"}}, "raw": {"H": "2", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "10", "LAT": "50N 0", "LON": "7E 0", "MON": "4", "NUM": "1343", "PRO": "P", "SEC": "0", "YEA": "1880", "CITY": "SPEYERRH"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10096	radziwill-joh-1895-02-06	{"a4": "1344"}	{"lerrcp": "A4-1344"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joh", "family": "Radziwill", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIEDSA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "STROHAUSENIOLD", "geoid": 0}, "notime": null, "date-ut": "1895-02-06 20:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Joh", "family": "Radziwill"}, "birth": {"place": {"c2": "NIEDSA", "cy": "DE", "lg": 10, "lat": 52, "name": "STROHAUSENIOLD", "geoid": 0}, "date-ut": "1895-02-06 20:15"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1344"}, "ids-in-sources": {"a4": "1344"}}, "raw": {"H": "21", "MN": "15", "TZ": "-1", "COD": "NIEDSA", "COU": "G", "DAY": "6", "LAT": "52N 0", "LON": "10E 0", "MON": "2", "NUM": "1344", "PRO": "P", "SEC": "0", "YEA": "1895", "CITY": "STROHAUSENIOLD"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10097	recher-peter-1879-06-29	{"a4": "1345"}	{"lerrcp": "A4-1345"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Peter", "family": "Recher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADW", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEILBRONN", "geoid": 0}, "notime": null, "date-ut": "1879-06-29 11:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Peter", "family": "Recher"}, "birth": {"place": {"c2": "BADW", "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEILBRONN", "geoid": 0}, "date-ut": "1879-06-29 11:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1345"}, "ids-in-sources": {"a4": "1345"}}, "raw": {"H": "12", "MN": "24", "TZ": "-1", "COD": "BADW", "COU": "G", "DAY": "29", "LAT": "48N30", "LON": "9E 0", "MON": "6", "NUM": "1345", "PRO": "P", "SEC": "0", "YEA": "1879", "CITY": "HEILBRONN"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10098	ritter-wilhelm-1850-02-18	{"a4": "1346"}	{"lerrcp": "A4-1346"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Ritter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "MARBURGLAHN", "geoid": 0}, "notime": null, "date-ut": "1850-02-18 18:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Ritter"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "MARBURGLAHN", "geoid": 0}, "date-ut": "1850-02-18 18:53"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1346"}, "ids-in-sources": {"a4": "1346"}}, "raw": {"H": "19", "MN": "53", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "18", "LAT": "50N30", "LON": "9E15", "MON": "2", "NUM": "1346", "PRO": "P", "SEC": "0", "YEA": "1850", "CITY": "MARBURGLAHN"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10099	salentin-hubert-1822-01-14	{"a4": "1347"}	{"lerrcp": "A4-1347"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hubert", "family": "Salentin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "ZULPICH", "geoid": 0}, "notime": null, "date-ut": "1822-01-14 19:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Hubert", "family": "Salentin"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "ZULPICH", "geoid": 0}, "date-ut": "1822-01-14 19:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1347"}, "ids-in-sources": {"a4": "1347"}}, "raw": {"H": "20", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "14", "LAT": "50N 0", "LON": "7E 0", "MON": "1", "NUM": "1347", "PRO": "P", "SEC": "0", "YEA": "1822", "CITY": "ZULPICH"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10100	samberger-leo-1861-08-14	{"a4": "1348"}	{"lerrcp": "A4-1348"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leo", "family": "Samberger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "INGOLSTADT", "geoid": 0}, "notime": null, "date-ut": "1861-08-14 01:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Leo", "family": "Samberger"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "INGOLSTADT", "geoid": 0}, "date-ut": "1861-08-14 01:44"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1348"}, "ids-in-sources": {"a4": "1348"}}, "raw": {"H": "2", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "14", "LAT": "49N 0", "LON": "11E30", "MON": "8", "NUM": "1348", "PRO": "P", "SEC": "0", "YEA": "1861", "CITY": "INGOLSTADT"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10101	sauter-george-1866-04-21	{"a4": "1349"}	{"lerrcp": "A4-1349"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "George", "family": "Sauter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "RETTENBACH", "geoid": 0}, "notime": null, "date-ut": "1866-04-21 08:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "George", "family": "Sauter"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "RETTENBACH", "geoid": 0}, "date-ut": "1866-04-21 08:14"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1349"}, "ids-in-sources": {"a4": "1349"}}, "raw": {"H": "9", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "21", "LAT": "49N 0", "LON": "11E30", "MON": "4", "NUM": "1349", "PRO": "P", "SEC": "0", "YEA": "1866", "CITY": "RETTENBACH"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10102	schirmer-johann-1807-09-05	{"a4": "1350"}	{"lerrcp": "A4-1350"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johann", "family": "Schirmer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRDRHW", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "JULICH", "geoid": 0}, "notime": null, "date-ut": "1807-09-05 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Johann", "family": "Schirmer"}, "birth": {"place": {"c2": "NRDRHW", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "JULICH", "geoid": 0}, "date-ut": "1807-09-05 21:30"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1350"}, "ids-in-sources": {"a4": "1350"}}, "raw": {"H": "22", "MN": "30", "TZ": "-1", "COD": "NRDRHW", "COU": "G", "DAY": "5", "LAT": "51N30", "LON": "7E30", "MON": "9", "NUM": "1350", "PRO": "P", "SEC": "0", "YEA": "1807", "CITY": "JULICH"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10103	schmitt-franz-1816-09-26	{"a4": "1351"}	{"lerrcp": "A4-1351"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Schmitt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "WOLFSTEIN", "geoid": 0}, "notime": null, "date-ut": "1816-09-26 16:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Franz", "family": "Schmitt"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "WOLFSTEIN", "geoid": 0}, "date-ut": "1816-09-26 16:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1351"}, "ids-in-sources": {"a4": "1351"}}, "raw": {"H": "17", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "26", "LAT": "50N 0", "LON": "7E 0", "MON": "9", "NUM": "1351", "PRO": "P", "SEC": "0", "YEA": "1816", "CITY": "WOLFSTEIN"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10104	schober-peter-1897-12-13	{"a4": "1352"}	{"lerrcp": "A4-1352"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Peter", "family": "Schober", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FRANK", "c3": null, "cy": "DE", "lg": 11, "lat": 50, "name": "GSCHMEND", "geoid": 0}, "notime": null, "date-ut": "1897-12-13 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Peter", "family": "Schober"}, "birth": {"place": {"c2": "FRANK", "cy": "DE", "lg": 11, "lat": 50, "name": "GSCHMEND", "geoid": 0}, "date-ut": "1897-12-13 21:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1352"}, "ids-in-sources": {"a4": "1352"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "FRANK", "COU": "G", "DAY": "13", "LAT": "50N 0", "LON": "11E 0", "MON": "12", "NUM": "1352", "PRO": "P", "SEC": "0", "YEA": "1897", "CITY": "GSCHMEND"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10105	schonleber-gustav-1851-12-03	{"a4": "1353"}	{"lerrcp": "A4-1353"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustav", "family": "Schönleber", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADW", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "BIETIGHEIMANECK", "geoid": 0}, "notime": null, "date-ut": "1851-12-03 15:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Gustav", "family": "Schönleber"}, "birth": {"place": {"c2": "BADW", "cy": "DE", "lg": 9, "lat": 48.5, "name": "BIETIGHEIMANECK", "geoid": 0}, "date-ut": "1851-12-03 15:54"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1353"}, "ids-in-sources": {"a4": "1353"}}, "raw": {"H": "16", "MN": "54", "TZ": "-1", "COD": "BADW", "COU": "G", "DAY": "3", "LAT": "48N30", "LON": "9E 0", "MON": "12", "NUM": "1353", "PRO": "P", "SEC": "0", "YEA": "1851", "CITY": "BIETIGHEIMANECK"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10106	schonnenbeck-adolf-1869-05-10	{"a4": "1354"}	{"lerrcp": "A4-1354"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolf", "family": "Schönnenbeck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "STENKENBERGBHAL", "geoid": 0}, "notime": null, "date-ut": "1869-05-10 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Adolf", "family": "Schönnenbeck"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "STENKENBERGBHAL", "geoid": 0}, "date-ut": "1869-05-10 22:30"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1354"}, "ids-in-sources": {"a4": "1354"}}, "raw": {"H": "23", "MN": "30", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "10", "LAT": "51N50", "LON": "7E30", "MON": "5", "NUM": "1354", "PRO": "P", "SEC": "0", "YEA": "1869", "CITY": "STENKENBERGBHAL"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10107	steppes-edmund-1873-07-11	{"a4": "1355"}	{"lerrcp": "A4-1355"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmund", "family": "Steppes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "BURGHAUSENOBERB", "geoid": 0}, "notime": null, "date-ut": "1873-07-11 17:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edmund", "family": "Steppes"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "BURGHAUSENOBERB", "geoid": 0}, "date-ut": "1873-07-11 17:14"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1355"}, "ids-in-sources": {"a4": "1355"}}, "raw": {"H": "18", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "11", "LAT": "49N 0", "LON": "11E30", "MON": "7", "NUM": "1355", "PRO": "P", "SEC": "0", "YEA": "1873", "CITY": "BURGHAUSENOBERB"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10108	stratmann-carl-1866-09-11	{"a4": "1356"}	{"lerrcp": "A4-1356"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carl", "family": "Stratmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRDRHW", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "notime": null, "date-ut": "1866-09-11 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Carl", "family": "Stratmann"}, "birth": {"place": {"c2": "NRDRHW", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "date-ut": "1866-09-11 11:30"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1356"}, "ids-in-sources": {"a4": "1356"}}, "raw": {"H": "12", "MN": "30", "TZ": "-1", "COD": "NRDRHW", "COU": "G", "DAY": "11", "LAT": "51N30", "LON": "7E30", "MON": "9", "NUM": "1356", "PRO": "P", "SEC": "0", "YEA": "1866", "CITY": "DUSSELDORF"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10109	stuber-hanny-1870-07-20	{"a4": "1357"}	{"lerrcp": "A4-1357"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hanny", "family": "Stüber", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRDRHW", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTALELBERF", "geoid": 0}, "notime": null, "date-ut": "1870-07-20 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Hanny", "family": "Stüber"}, "birth": {"place": {"c2": "NRDRHW", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTALELBERF", "geoid": 0}, "date-ut": "1870-07-20 03:30"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1357"}, "ids-in-sources": {"a4": "1357"}}, "raw": {"H": "4", "MN": "30", "TZ": "-1", "COD": "NRDRHW", "COU": "G", "DAY": "20", "LAT": "51N30", "LON": "7E30", "MON": "7", "NUM": "1357", "PRO": "P", "SEC": "0", "YEA": "1870", "CITY": "WUPPERTALELBERF"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10110	thienhaus-rudolf-1873-08-02	{"a4": "1358"}	{"lerrcp": "A4-1358"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rudolf", "family": "Thienhaus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRDRHW", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ENGELSKIRCHEN", "geoid": 0}, "notime": null, "date-ut": "1873-08-02 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Rudolf", "family": "Thienhaus"}, "birth": {"place": {"c2": "NRDRHW", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ENGELSKIRCHEN", "geoid": 0}, "date-ut": "1873-08-02 15:30"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1358"}, "ids-in-sources": {"a4": "1358"}}, "raw": {"H": "16", "MN": "30", "TZ": "-1", "COD": "NRDRHW", "COU": "G", "DAY": "2", "LAT": "51N30", "LON": "7E30", "MON": "8", "NUM": "1358", "PRO": "P", "SEC": "0", "YEA": "1873", "CITY": "ENGELSKIRCHEN"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10112	troendle-hugo-1882-09-28	{"a4": "1360"}	{"lerrcp": "A4-1360"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hugo", "family": "Troendle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADW", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "BRUCHSAL", "geoid": 0}, "notime": null, "date-ut": "1882-09-28 10:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Hugo", "family": "Troendle"}, "birth": {"place": {"c2": "BADW", "cy": "DE", "lg": 9, "lat": 48.5, "name": "BRUCHSAL", "geoid": 0}, "date-ut": "1882-09-28 10:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1360"}, "ids-in-sources": {"a4": "1360"}}, "raw": {"H": "11", "MN": "24", "TZ": "-1", "COD": "BADW", "COU": "G", "DAY": "28", "LAT": "48N30", "LON": "9E 0", "MON": "9", "NUM": "1360", "PRO": "P", "SEC": "0", "YEA": "1882", "CITY": "BRUCHSAL"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10113	trubner-heinrich-1851-02-03	{"a4": "1361"}	{"lerrcp": "A4-1361"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Trübner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HEIDELBERG", "geoid": 0}, "notime": null, "date-ut": "1851-02-03 14:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Trübner"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HEIDELBERG", "geoid": 0}, "date-ut": "1851-02-03 14:23"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1361"}, "ids-in-sources": {"a4": "1361"}}, "raw": {"H": "15", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "3", "LAT": "50N30", "LON": "9E15", "MON": "2", "NUM": "1361", "PRO": "P", "SEC": "0", "YEA": "1851", "CITY": "HEIDELBERG"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10115	volz-wilhelm-1855-12-08	{"a4": "1363"}	{"lerrcp": "A4-1363"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Volz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADW", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "KARLSRUHE", "geoid": 0}, "notime": null, "date-ut": "1855-12-08 15:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Volz"}, "birth": {"place": {"c2": "BADW", "cy": "DE", "lg": 9, "lat": 48.5, "name": "KARLSRUHE", "geoid": 0}, "date-ut": "1855-12-08 15:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1363"}, "ids-in-sources": {"a4": "1363"}}, "raw": {"H": "16", "MN": "24", "TZ": "-1", "COD": "BADW", "COU": "G", "DAY": "8", "LAT": "48N30", "LON": "9E 0", "MON": "12", "NUM": "1363", "PRO": "P", "SEC": "0", "YEA": "1855", "CITY": "KARLSRUHE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10116	weiss-emil-1875-10-12	{"a4": "1364"}	{"lerrcp": "A4-1364"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emil", "family": "Weiss", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADW", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "LAHRBAD", "geoid": 0}, "notime": null, "date-ut": "1875-10-12 09:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emil", "family": "Weiss"}, "birth": {"place": {"c2": "BADW", "cy": "DE", "lg": 9, "lat": 48.5, "name": "LAHRBAD", "geoid": 0}, "date-ut": "1875-10-12 09:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1364"}, "ids-in-sources": {"a4": "1364"}}, "raw": {"H": "10", "MN": "24", "TZ": "-1", "COD": "BADW", "COU": "G", "DAY": "12", "LAT": "48N30", "LON": "9E 0", "MON": "10", "NUM": "1364", "PRO": "P", "SEC": "0", "YEA": "1875", "CITY": "LAHRBAD"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10117	gauquelin-a4-1365-1850-10-22	{"a4": "1365"}	{"lerrcp": "A4-1365"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1365", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "MURRHARDT", "geoid": 0}, "notime": null, "date-ut": "1850-10-22 03:23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1365"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "MURRHARDT", "geoid": 0}, "date-ut": "1850-10-22 03:23:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1365"}, "ids-in-sources": {"a4": "1365"}}, "raw": {"H": "4", "MN": "23", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "22", "LAT": "48N45", "LON": "9E13", "MON": "10", "NUM": "1365", "PRO": "P", "SEC": "8", "YEA": "1850", "CITY": "MURRHARDT"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10118	abeloos-victor-1881-12-25	{"a4": "1366"}	{"lerrcp": "A4-1366"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Abeloos", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "STGILLES", "geoid": 0}, "notime": null, "date-ut": "1881-12-25 20:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Abeloos"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "STGILLES", "geoid": 0}, "date-ut": "1881-12-25 20:43:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1366"}, "ids-in-sources": {"a4": "1366"}}, "raw": {"H": "20", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "25", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "1366", "PRO": "P", "SEC": "0", "YEA": "1881", "CITY": "STGILLES"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10119	gauquelin-a4-1367-1858-04-16	{"a4": "1367"}	{"lerrcp": "A4-1367"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1367", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "notime": null, "date-ut": "1858-04-16 20:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1367"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "date-ut": "1858-04-16 20:47:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1367"}, "ids-in-sources": {"a4": "1367"}}, "raw": {"H": "20", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "16", "LAT": "51N13", "LON": "3E15", "MON": "4", "NUM": "1367", "PRO": "P", "SEC": "0", "YEA": "1858", "CITY": "BRUGES"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10120	allard-l-olivier-fernand-1883-07-12	{"a4": "1368"}	{"lerrcp": "A4-1368"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Allard-L'Olivier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "TOURNAI", "geoid": 0}, "notime": null, "date-ut": "1883-07-12 18:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Allard-L'Olivier"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "TOURNAI", "geoid": 0}, "date-ut": "1883-07-12 18:42:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1368"}, "ids-in-sources": {"a4": "1368"}}, "raw": {"H": "18", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "12", "LAT": "51N14", "LON": "4E30", "MON": "7", "NUM": "1368", "PRO": "P", "SEC": "0", "YEA": "1883", "CITY": "TOURNAI"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10121	backer-francois-1812-05-02	{"a4": "1369"}	{"lerrcp": "A4-1369"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Backer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "GHEEL", "geoid": 0}, "notime": null, "date-ut": "1812-05-02 01:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "François", "family": "Backer"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "GHEEL", "geoid": 0}, "date-ut": "1812-05-02 01:42:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1369"}, "ids-in-sources": {"a4": "1369"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "2", "LAT": "51N14", "LON": "4E30", "MON": "5", "NUM": "1369", "PRO": "P", "SEC": "0", "YEA": "1812", "CITY": "GHEEL"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10122	beaudouin-jean-1851-07-23	{"a4": "1370"}	{"lerrcp": "A4-1370"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Beaudouin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "VERVIERS", "geoid": 0}, "notime": null, "date-ut": "1851-07-23 19:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Beaudouin"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "VERVIERS", "geoid": 0}, "date-ut": "1851-07-23 19:38:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1370"}, "ids-in-sources": {"a4": "1370"}}, "raw": {"H": "19", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "23", "LAT": "50N39", "LON": "5E30", "MON": "7", "NUM": "1370", "PRO": "P", "SEC": "0", "YEA": "1851", "CITY": "VERVIERS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10123	beernaert-euphrosine-1831-04-11	{"a4": "1371"}	{"lerrcp": "A4-1371"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Euphrosine", "family": "Beernaert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OSTENDE", "geoid": 0}, "notime": null, "date-ut": "1831-04-11 20:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Euphrosine", "family": "Beernaert"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OSTENDE", "geoid": 0}, "date-ut": "1831-04-11 20:47:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1371"}, "ids-in-sources": {"a4": "1371"}}, "raw": {"H": "20", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "11", "LAT": "51N13", "LON": "3E15", "MON": "4", "NUM": "1371", "PRO": "P", "SEC": "0", "YEA": "1831", "CITY": "OSTENDE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10124	beers-jan-1852-03-27	{"a4": "1372"}	{"lerrcp": "A4-1372"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Beers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "LIERRE", "geoid": 0}, "notime": null, "date-ut": "1852-03-27 21:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Beers"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "LIERRE", "geoid": 0}, "date-ut": "1852-03-27 21:42:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1372"}, "ids-in-sources": {"a4": "1372"}}, "raw": {"H": "21", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "27", "LAT": "51N14", "LON": "4E30", "MON": "3", "NUM": "1372", "PRO": "P", "SEC": "0", "YEA": "1852", "CITY": "LIERRE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10125	beveren-charles-1809-04-07	{"a4": "1373"}	{"lerrcp": "A4-1373"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Beveren", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "notime": null, "date-ut": "1809-04-07 20:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Beveren"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "date-ut": "1809-04-07 20:12:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1373"}, "ids-in-sources": {"a4": "1373"}}, "raw": {"H": "20", "MN": "12", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "7", "LAT": "51N14", "LON": "4E30", "MON": "4", "NUM": "1373", "PRO": "P", "SEC": "0", "YEA": "1809", "CITY": "MALINES"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10126	cerf-ivan-1883-02-04	{"a4": "1374"}	{"lerrcp": "A4-1374"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ivan", "family": "Cerf", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "VERVIERS", "geoid": 0}, "notime": null, "date-ut": "1883-02-04 07:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Ivan", "family": "Cerf"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "VERVIERS", "geoid": 0}, "date-ut": "1883-02-04 07:38:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1374"}, "ids-in-sources": {"a4": "1374"}}, "raw": {"H": "7", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "4", "LAT": "50N39", "LON": "5E30", "MON": "2", "NUM": "1374", "PRO": "P", "SEC": "0", "YEA": "1883", "CITY": "VERVIERS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10127	claus-emile-1849-09-27	{"a4": "1375"}	{"lerrcp": "A4-1375"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Claus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "STELOIVIJVE", "geoid": 0}, "notime": null, "date-ut": "1849-09-27 15:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Claus"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "STELOIVIJVE", "geoid": 0}, "date-ut": "1849-09-27 15:47:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1375"}, "ids-in-sources": {"a4": "1375"}}, "raw": {"H": "15", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "27", "LAT": "51N13", "LON": "3E15", "MON": "9", "NUM": "1375", "PRO": "P", "SEC": "0", "YEA": "1849", "CITY": "STELOIVIJVE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10128	clays-emile-1817-11-20	{"a4": "1376"}	{"lerrcp": "A4-1376"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Clays", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "notime": null, "date-ut": "1817-11-20 11:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Clays"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "date-ut": "1817-11-20 11:47:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1376"}, "ids-in-sources": {"a4": "1376"}}, "raw": {"H": "11", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "20", "LAT": "51N13", "LON": "3E15", "MON": "11", "NUM": "1376", "PRO": "P", "SEC": "0", "YEA": "1817", "CITY": "BRUGES"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10129	courtens-franz-1854-02-04	{"a4": "1377"}	{"lerrcp": "A4-1377"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Courtens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "TERMONDE", "geoid": 0}, "notime": null, "date-ut": "1854-02-04 04:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Franz", "family": "Courtens"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "TERMONDE", "geoid": 0}, "date-ut": "1854-02-04 04:45:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1377"}, "ids-in-sources": {"a4": "1377"}}, "raw": {"H": "4", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "4", "LAT": "51N 5", "LON": "3E45", "MON": "2", "NUM": "1377", "PRO": "P", "SEC": "0", "YEA": "1854", "CITY": "TERMONDE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10130	creytens-julien-1897-03-28	{"a4": "1378"}	{"lerrcp": "A4-1378"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julien", "family": "Creytens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "WYNGENE", "geoid": 0}, "notime": null, "date-ut": "1897-03-28 03:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Julien", "family": "Creytens"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "WYNGENE", "geoid": 0}, "date-ut": "1897-03-28 03:00:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1378"}, "ids-in-sources": {"a4": "1378"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "28", "LAT": "51N13", "LON": "3E15", "MON": "3", "NUM": "1378", "PRO": "P", "SEC": "0", "YEA": "1897", "CITY": "WYNGENE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10131	donnay-auguste-1862-03-22	{"a4": "1379"}	{"lerrcp": "A4-1379"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Donnay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1862-03-22 20:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Donnay"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1862-03-22 20:38:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1379"}, "ids-in-sources": {"a4": "1379"}}, "raw": {"H": "20", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "22", "LAT": "50N39", "LON": "5E30", "MON": "3", "NUM": "1379", "PRO": "P", "SEC": "0", "YEA": "1862", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10132	de-jonghe-gustave-1829-02-04	{"a4": "1380"}	{"lerrcp": "A4-1380"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "De Jonghe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "COURTRAI", "geoid": 0}, "notime": null, "date-ut": "1829-02-04 13:17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "De Jonghe"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "COURTRAI", "geoid": 0}, "date-ut": "1829-02-04 13:17:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1380"}, "ids-in-sources": {"a4": "1380"}}, "raw": {"H": "13", "MN": "17", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "4", "LAT": "51N13", "LON": "3E15", "MON": "2", "NUM": "1380", "PRO": "P", "SEC": "0", "YEA": "1829", "CITY": "COURTRAI"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10133	delbeke-louis-1821-02-09	{"a4": "1381"}	{"lerrcp": "A4-1381"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Delbeke", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "POPERINGHE", "geoid": 0}, "notime": null, "date-ut": "1821-02-09 08:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Delbeke"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "POPERINGHE", "geoid": 0}, "date-ut": "1821-02-09 08:47:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1381"}, "ids-in-sources": {"a4": "1381"}}, "raw": {"H": "8", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "9", "LAT": "51N13", "LON": "3E15", "MON": "2", "NUM": "1381", "PRO": "P", "SEC": "0", "YEA": "1821", "CITY": "POPERINGHE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10134	delperee-emile-1850-09-15	{"a4": "1382"}	{"lerrcp": "A4-1382"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Delperee", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "HUY", "geoid": 0}, "notime": null, "date-ut": "1850-09-15 22:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Delperee"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "HUY", "geoid": 0}, "date-ut": "1850-09-15 22:38:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1382"}, "ids-in-sources": {"a4": "1382"}}, "raw": {"H": "22", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "15", "LAT": "50N39", "LON": "5E30", "MON": "9", "NUM": "1382", "PRO": "P", "SEC": "0", "YEA": "1850", "CITY": "HUY"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10135	delville-jean-1867-01-19	{"a4": "1383"}	{"lerrcp": "A4-1383"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Delville", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "notime": null, "date-ut": "1867-01-19 01:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Delville"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "date-ut": "1867-01-19 01:43:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1383"}, "ids-in-sources": {"a4": "1383"}}, "raw": {"H": "1", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "19", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "1383", "PRO": "P", "SEC": "0", "YEA": "1867", "CITY": "LOUVAIN"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10136	dyckmans-josephus-1811-08-09	{"a4": "1384"}	{"lerrcp": "A4-1384"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Josephus", "family": "Dyckmans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "LIERRE", "geoid": 0}, "notime": null, "date-ut": "1811-08-09 03:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Josephus", "family": "Dyckmans"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "LIERRE", "geoid": 0}, "date-ut": "1811-08-09 03:42:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1384"}, "ids-in-sources": {"a4": "1384"}}, "raw": {"H": "3", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "9", "LAT": "51N14", "LON": "4E30", "MON": "8", "NUM": "1384", "PRO": "P", "SEC": "0", "YEA": "1811", "CITY": "LIERRE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10138	fabry-emile-1865-12-30	{"a4": "1386"}	{"lerrcp": "A4-1386"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Fabry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "VERVIERS", "geoid": 0}, "notime": null, "date-ut": "1865-12-30 00:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Fabry"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "VERVIERS", "geoid": 0}, "date-ut": "1865-12-30 00:38:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1386"}, "ids-in-sources": {"a4": "1386"}}, "raw": {"H": "0", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "30", "LAT": "50N39", "LON": "5E30", "MON": "12", "NUM": "1386", "PRO": "P", "SEC": "0", "YEA": "1865", "CITY": "VERVIERS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10139	gallait-louis-1810-05-10	{"a4": "1387"}	{"lerrcp": "A4-1387"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Gallait", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "notime": null, "date-ut": "1810-05-10 17:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Gallait"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "date-ut": "1810-05-10 17:42:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1387"}, "ids-in-sources": {"a4": "1387"}}, "raw": {"H": "17", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "10", "LAT": "50N23", "LON": "4E30", "MON": "5", "NUM": "1387", "PRO": "P", "SEC": "0", "YEA": "1810", "CITY": "TOURNAI"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10140	gauquelin-a4-1388-1872-10-06	{"a4": "1388"}	{"lerrcp": "A4-1388"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1388", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "STJOSSETENNOODE", "geoid": 0}, "notime": null, "date-ut": "1872-10-06 13:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1388"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "STJOSSETENNOODE", "geoid": 0}, "date-ut": "1872-10-06 13:43:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1388"}, "ids-in-sources": {"a4": "1388"}}, "raw": {"H": "13", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "6", "LAT": "50N51", "LON": "4E15", "MON": "10", "NUM": "1388", "PRO": "P", "SEC": "0", "YEA": "1872", "CITY": "STJOSSETENNOODE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10141	geets-willem-1838-01-20	{"a4": "1389"}	{"lerrcp": "A4-1389"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willem", "family": "Geets", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "notime": null, "date-ut": "1838-01-20 00:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Willem", "family": "Geets"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "date-ut": "1838-01-20 00:12:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1389"}, "ids-in-sources": {"a4": "1389"}}, "raw": {"H": "0", "MN": "12", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "20", "LAT": "51N14", "LON": "4E30", "MON": "1", "NUM": "1389", "PRO": "P", "SEC": "0", "YEA": "1838", "CITY": "MALINES"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10142	guffens-godfried-1823-07-22	{"a4": "1390"}	{"lerrcp": "A4-1390"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Godfried", "family": "Guffens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "HASSELT", "geoid": 0}, "notime": null, "date-ut": "1823-07-22 16:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Godfried", "family": "Guffens"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "HASSELT", "geoid": 0}, "date-ut": "1823-07-22 16:38:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1390"}, "ids-in-sources": {"a4": "1390"}}, "raw": {"H": "16", "MN": "38", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "22", "LAT": "50N47", "LON": "5E30", "MON": "7", "NUM": "1390", "PRO": "P", "SEC": "0", "YEA": "1823", "CITY": "HASSELT"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10143	hagemans-maurice-1852-08-27	{"a4": "1391"}	{"lerrcp": "A4-1391"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Hagemans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1852-08-27 10:53:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Hagemans"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1852-08-27 10:53:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1391"}, "ids-in-sources": {"a4": "1391"}}, "raw": {"H": "10", "MN": "53", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "27", "LAT": "50N39", "LON": "5E30", "MON": "8", "NUM": "1391", "PRO": "P", "SEC": "0", "YEA": "1852", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10144	haghe-louis-1806-03-17	{"a4": "1392"}	{"lerrcp": "A4-1392"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Haghe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "notime": null, "date-ut": "1806-03-17 00:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Haghe"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "date-ut": "1806-03-17 00:42:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1392"}, "ids-in-sources": {"a4": "1392"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "17", "LAT": "50N23", "LON": "4E30", "MON": "3", "NUM": "1392", "PRO": "P", "SEC": "0", "YEA": "1806", "CITY": "TOURNAI"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10145	havermaet-piet-1834-01-16	{"a4": "1393"}	{"lerrcp": "A4-1393"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Piet", "family": "Havermaet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "STNICOLAS", "geoid": 0}, "notime": null, "date-ut": "1834-01-16 06:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Piet", "family": "Havermaet"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "STNICOLAS", "geoid": 0}, "date-ut": "1834-01-16 06:45:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1393"}, "ids-in-sources": {"a4": "1393"}}, "raw": {"H": "6", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "16", "LAT": "51N 5", "LON": "3E45", "MON": "1", "NUM": "1393", "PRO": "P", "SEC": "0", "YEA": "1834", "CITY": "STNICOLAS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10146	herbo-leon-1850-10-08	{"a4": "1394"}	{"lerrcp": "A4-1394"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Herbo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TEMPLEUVE", "geoid": 0}, "notime": null, "date-ut": "1850-10-08 12:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Herbo"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TEMPLEUVE", "geoid": 0}, "date-ut": "1850-10-08 12:42:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1394"}, "ids-in-sources": {"a4": "1394"}}, "raw": {"H": "12", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "8", "LAT": "50N23", "LON": "4E30", "MON": "10", "NUM": "1394", "PRO": "P", "SEC": "0", "YEA": "1850", "CITY": "TEMPLEUVE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10147	jomouton-frederic-1858-05-09	{"a4": "1395"}	{"lerrcp": "A4-1395"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Jomouton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "notime": null, "date-ut": "1858-05-09 20:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Jomouton"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "date-ut": "1858-05-09 20:42:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1395"}, "ids-in-sources": {"a4": "1395"}}, "raw": {"H": "20", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "9", "LAT": "50N20", "LON": "4E30", "MON": "5", "NUM": "1395", "PRO": "P", "SEC": "0", "YEA": "1858", "CITY": "NAMUR"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10148	gauquelin-a4-1396-1850-02-22	{"a4": "1396"}	{"lerrcp": "A4-1396"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1396", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "BORGERHOUT", "geoid": 0}, "notime": null, "date-ut": "1850-02-22 10:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1396"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "BORGERHOUT", "geoid": 0}, "date-ut": "1850-02-22 10:42:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1396"}, "ids-in-sources": {"a4": "1396"}}, "raw": {"H": "10", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "22", "LAT": "51N14", "LON": "4E30", "MON": "2", "NUM": "1396", "PRO": "P", "SEC": "0", "YEA": "1850", "CITY": "BORGERHOUT"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10149	keelhoff-frans-1820-05-02	{"a4": "1397"}	{"lerrcp": "A4-1397"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frans", "family": "Keelhoff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "NEERHAREM", "geoid": 0}, "notime": null, "date-ut": "1820-05-02 08:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Frans", "family": "Keelhoff"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "NEERHAREM", "geoid": 0}, "date-ut": "1820-05-02 08:38:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1397"}, "ids-in-sources": {"a4": "1397"}}, "raw": {"H": "8", "MN": "38", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "2", "LAT": "50N47", "LON": "5E30", "MON": "5", "NUM": "1397", "PRO": "P", "SEC": "0", "YEA": "1820", "CITY": "NEERHAREM"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10150	keyser-nicaise-1813-08-26	{"a4": "1398"}	{"lerrcp": "A4-1398"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicaise", "family": "Keyser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERSZANDVLIET", "geoid": 0}, "notime": null, "date-ut": "1813-08-26 20:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Nicaise", "family": "Keyser"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERSZANDVLIET", "geoid": 0}, "date-ut": "1813-08-26 20:42:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1398"}, "ids-in-sources": {"a4": "1398"}}, "raw": {"H": "20", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "26", "LAT": "51N14", "LON": "4E30", "MON": "8", "NUM": "1398", "PRO": "P", "SEC": "0", "YEA": "1813", "CITY": "ANVERSZANDVLIET"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10151	leemputten-cornelis-1841-01-25	{"a4": "1399"}	{"lerrcp": "A4-1399"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cornelis", "family": "Leemputten", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "WERCHTER", "geoid": 0}, "notime": null, "date-ut": "1841-01-25 03:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Cornelis", "family": "Leemputten"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "WERCHTER", "geoid": 0}, "date-ut": "1841-01-25 03:43:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1399"}, "ids-in-sources": {"a4": "1399"}}, "raw": {"H": "3", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "25", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "1399", "PRO": "P", "SEC": "0", "YEA": "1841", "CITY": "WERCHTER"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10152	leemputten-frans-1850-12-29	{"a4": "1400"}	{"lerrcp": "A4-1400"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frans", "family": "Leemputten", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "WERCHTER", "geoid": 0}, "notime": null, "date-ut": "1850-12-29 11:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Frans", "family": "Leemputten"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "WERCHTER", "geoid": 0}, "date-ut": "1850-12-29 11:43:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1400"}, "ids-in-sources": {"a4": "1400"}}, "raw": {"H": "11", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "29", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "1400", "PRO": "P", "SEC": "0", "YEA": "1850", "CITY": "WERCHTER"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10153	lerius-joseph-1823-11-23	{"a4": "1401"}	{"lerrcp": "A4-1401"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Lerius", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "BOOM", "geoid": 0}, "notime": null, "date-ut": "1823-11-23 12:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Lerius"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "BOOM", "geoid": 0}, "date-ut": "1823-11-23 12:42:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1401"}, "ids-in-sources": {"a4": "1401"}}, "raw": {"H": "12", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "23", "LAT": "51N14", "LON": "4E30", "MON": "11", "NUM": "1401", "PRO": "P", "SEC": "0", "YEA": "1823", "CITY": "BOOM"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10154	leys-henri-1815-02-22	{"a4": "1402"}	{"lerrcp": "A4-1402"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Leys", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1815-02-22 07:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Leys"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1815-02-22 07:42:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1402"}, "ids-in-sources": {"a4": "1402"}}, "raw": {"H": "7", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "22", "LAT": "51N14", "LON": "4E30", "MON": "2", "NUM": "1402", "PRO": "P", "SEC": "0", "YEA": "1815", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10155	luyten-jean-1859-05-21	{"a4": "1403"}	{"lerrcp": "A4-1403"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Luyten", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "NL", "lg": 6.5, "lat": 52.98333, "name": "ROERMONDE", "geoid": 0}, "notime": null, "date-ut": "1859-05-21 12:34:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Luyten"}, "birth": {"place": {"c2": "BRA", "cy": "NL", "lg": 6.5, "lat": 52.98333, "name": "ROERMONDE", "geoid": 0}, "date-ut": "1859-05-21 12:34:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1403"}, "ids-in-sources": {"a4": "1403"}}, "raw": {"H": "12", "MN": "34", "TZ": "0", "COD": "BRA", "COU": "N", "DAY": "21", "LAT": "52N59", "LON": "6E30", "MON": "5", "NUM": "1403", "PRO": "P", "SEC": "0", "YEA": "1859", "CITY": "ROERMONDE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10156	mathieu-paul-1872-08-31	{"a4": "1404"}	{"lerrcp": "A4-1404"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Mathieu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "STJOSSETENNOODE", "geoid": 0}, "notime": null, "date-ut": "1872-08-31 22:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Mathieu"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "STJOSSETENNOODE", "geoid": 0}, "date-ut": "1872-08-31 22:43:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1404"}, "ids-in-sources": {"a4": "1404"}}, "raw": {"H": "22", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "31", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "1404", "PRO": "P", "SEC": "0", "YEA": "1872", "CITY": "STJOSSETENNOODE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10157	musin-francois-1820-10-04	{"a4": "1405"}	{"lerrcp": "A4-1405"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Musin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OSTENDE", "geoid": 0}, "notime": null, "date-ut": "1820-10-04 09:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "François", "family": "Musin"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OSTENDE", "geoid": 0}, "date-ut": "1820-10-04 09:47:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1405"}, "ids-in-sources": {"a4": "1405"}}, "raw": {"H": "9", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "4", "LAT": "51N13", "LON": "3E15", "MON": "10", "NUM": "1405", "PRO": "P", "SEC": "0", "YEA": "1820", "CITY": "OSTENDE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10158	ooms-charles-1845-01-27	{"a4": "1406"}	{"lerrcp": "A4-1406"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Ooms", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "DESSEL", "geoid": 0}, "notime": null, "date-ut": "1845-01-27 20:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Ooms"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "DESSEL", "geoid": 0}, "date-ut": "1845-01-27 20:42:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1406"}, "ids-in-sources": {"a4": "1406"}}, "raw": {"H": "20", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "27", "LAT": "51N14", "LON": "4E30", "MON": "1", "NUM": "1406", "PRO": "P", "SEC": "0", "YEA": "1845", "CITY": "DESSEL"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10159	pauwels-ferdinand-1830-04-13	{"a4": "1407"}	{"lerrcp": "A4-1407"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Pauwels", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "EKEREN", "geoid": 0}, "notime": null, "date-ut": "1830-04-13 19:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Pauwels"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "EKEREN", "geoid": 0}, "date-ut": "1830-04-13 19:42:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1407"}, "ids-in-sources": {"a4": "1407"}}, "raw": {"H": "19", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "13", "LAT": "51N14", "LON": "4E30", "MON": "4", "NUM": "1407", "PRO": "P", "SEC": "0", "YEA": "1830", "CITY": "EKEREN"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10160	permeke-constant-1886-07-31	{"a4": "1408"}	{"lerrcp": "A4-1408"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Constant", "family": "Permeke", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1886-07-31 09:57:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Constant", "family": "Permeke"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1886-07-31 09:57:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1408"}, "ids-in-sources": {"a4": "1408"}}, "raw": {"H": "9", "MN": "57", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "31", "LAT": "51N14", "LON": "4E30", "MON": "7", "NUM": "1408", "PRO": "P", "SEC": "0", "YEA": "1886", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10161	portaels-jean-1818-04-30	{"a4": "1409"}	{"lerrcp": "A4-1409"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Portaels", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "VILVOORDE", "geoid": 0}, "notime": null, "date-ut": "1818-04-30 00:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Portaels"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "VILVOORDE", "geoid": 0}, "date-ut": "1818-04-30 00:43:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1409"}, "ids-in-sources": {"a4": "1409"}}, "raw": {"H": "0", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "30", "LAT": "50N51", "LON": "4E15", "MON": "4", "NUM": "1409", "PRO": "P", "SEC": "0", "YEA": "1818", "CITY": "VILVOORDE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10162	praetere-edmond-1826-05-26	{"a4": "1410"}	{"lerrcp": "A4-1410"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Praetere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "COURTRAI", "geoid": 0}, "notime": null, "date-ut": "1826-05-26 12:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Praetere"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "COURTRAI", "geoid": 0}, "date-ut": "1826-05-26 12:47:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1410"}, "ids-in-sources": {"a4": "1410"}}, "raw": {"H": "12", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "26", "LAT": "51N13", "LON": "3E15", "MON": "5", "NUM": "1410", "PRO": "P", "SEC": "0", "YEA": "1826", "CITY": "COURTRAI"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10163	richir-hermann-1866-12-04	{"a4": "1411"}	{"lerrcp": "A4-1411"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Richir", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "notime": null, "date-ut": "1866-12-04 04:13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Richir"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "date-ut": "1866-12-04 04:13:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1411"}, "ids-in-sources": {"a4": "1411"}}, "raw": {"H": "4", "MN": "13", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "4", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "1411", "PRO": "P", "SEC": "0", "YEA": "1866", "CITY": "IXELLES"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10164	robbe-louis-1806-11-17	{"a4": "1412"}	{"lerrcp": "A4-1412"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Robbe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "COURTRAI", "geoid": 0}, "notime": null, "date-ut": "1806-11-17 03:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Robbe"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "COURTRAI", "geoid": 0}, "date-ut": "1806-11-17 03:47:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1412"}, "ids-in-sources": {"a4": "1412"}}, "raw": {"H": "3", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "17", "LAT": "51N13", "LON": "3E15", "MON": "11", "NUM": "1412", "PRO": "P", "SEC": "0", "YEA": "1806", "CITY": "COURTRAI"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10165	gauquelin-a4-1413-1817-02-26	{"a4": "1413"}	{"lerrcp": "A4-1413"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1413", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TRAZEGNIES", "geoid": 0}, "notime": null, "date-ut": "1817-02-26 23:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1413"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TRAZEGNIES", "geoid": 0}, "date-ut": "1817-02-26 23:42:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1413"}, "ids-in-sources": {"a4": "1413"}}, "raw": {"H": "23", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "26", "LAT": "50N23", "LON": "4E30", "MON": "2", "NUM": "1413", "PRO": "P", "SEC": "0", "YEA": "1817", "CITY": "TRAZEGNIES"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10166	rops-felicien-1833-07-07	{"a4": "1414"}	{"lerrcp": "A4-1414"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Felicien", "family": "Rops", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "notime": null, "date-ut": "1833-07-07 08:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Felicien", "family": "Rops"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "date-ut": "1833-07-07 08:12:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1414"}, "ids-in-sources": {"a4": "1414"}}, "raw": {"H": "8", "MN": "12", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "7", "LAT": "50N20", "LON": "4E30", "MON": "7", "NUM": "1414", "PRO": "P", "SEC": "0", "YEA": "1833", "CITY": "NAMUR"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10167	saedeler-valerus-1867-08-04	{"a4": "1415"}	{"lerrcp": "A4-1415"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Valerus", "family": "Saedeler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ALOST", "geoid": 0}, "notime": null, "date-ut": "1867-08-04 07:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Valerus", "family": "Saedeler"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ALOST", "geoid": 0}, "date-ut": "1867-08-04 07:15:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1415"}, "ids-in-sources": {"a4": "1415"}}, "raw": {"H": "7", "MN": "15", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "4", "LAT": "51N 5", "LON": "3E45", "MON": "8", "NUM": "1415", "PRO": "P", "SEC": "0", "YEA": "1867", "CITY": "ALOST"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10168	singier-gustave-1909-02-11	{"a4": "1416"}	{"lerrcp": "A4-1416"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Singier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "WARNETON", "geoid": 0}, "notime": null, "date-ut": "1909-02-11 15:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Singier"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "WARNETON", "geoid": 0}, "date-ut": "1909-02-11 15:00:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1416"}, "ids-in-sources": {"a4": "1416"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "11", "LAT": "51N13", "LON": "3E15", "MON": "2", "NUM": "1416", "PRO": "P", "SEC": "0", "YEA": "1909", "CITY": "WARNETON"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10169	gauquelin-a4-1417-1820-05-28	{"a4": "1417"}	{"lerrcp": "A4-1417"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1417", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "LOCHRISTI", "geoid": 0}, "notime": null, "date-ut": "1820-05-28 00:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1417"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "LOCHRISTI", "geoid": 0}, "date-ut": "1820-05-28 00:45:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1417"}, "ids-in-sources": {"a4": "1417"}}, "raw": {"H": "0", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "28", "LAT": "51N 5", "LON": "3E45", "MON": "5", "NUM": "1417", "PRO": "P", "SEC": "0", "YEA": "1820", "CITY": "LOCHRISTI"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10170	spilliaert-leon-1881-07-28	{"a4": "1418"}	{"lerrcp": "A4-1418"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Spilliaert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OSTENDE", "geoid": 0}, "notime": null, "date-ut": "1881-07-28 09:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Spilliaert"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OSTENDE", "geoid": 0}, "date-ut": "1881-07-28 09:47:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1418"}, "ids-in-sources": {"a4": "1418"}}, "raw": {"H": "9", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "28", "LAT": "51N13", "LON": "3E15", "MON": "7", "NUM": "1418", "PRO": "P", "SEC": "0", "YEA": "1881", "CITY": "OSTENDE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10171	stobbaerts-jean-1838-03-18	{"a4": "1419"}	{"lerrcp": "A4-1419"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Stobbaerts", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1838-03-18 00:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Stobbaerts"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1838-03-18 00:12:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1419"}, "ids-in-sources": {"a4": "1419"}}, "raw": {"H": "0", "MN": "12", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "18", "LAT": "51N14", "LON": "4E30", "MON": "3", "NUM": "1419", "PRO": "P", "SEC": "0", "YEA": "1838", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10172	tyt-gat-louis-1841-04-27	{"a4": "1420"}	{"lerrcp": "A4-1420"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Tyt-Gat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "LOVENDEGHEM", "geoid": 0}, "notime": null, "date-ut": "1841-04-27 19:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Tyt-Gat"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "LOVENDEGHEM", "geoid": 0}, "date-ut": "1841-04-27 19:15:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1420"}, "ids-in-sources": {"a4": "1420"}}, "raw": {"H": "19", "MN": "15", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "27", "LAT": "51N 5", "LON": "3E45", "MON": "4", "NUM": "1420", "PRO": "P", "SEC": "0", "YEA": "1841", "CITY": "LOVENDEGHEM"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10173	verboeckhoven-charles-1802-02-05	{"a4": "1421"}	{"lerrcp": "A4-1421"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Verboeckhoven", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "WARNETON", "geoid": 0}, "notime": null, "date-ut": "1802-02-05 09:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Verboeckhoven"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "WARNETON", "geoid": 0}, "date-ut": "1802-02-05 09:47:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1421"}, "ids-in-sources": {"a4": "1421"}}, "raw": {"H": "9", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "5", "LAT": "51N13", "LON": "3E15", "MON": "2", "NUM": "1421", "PRO": "P", "SEC": "0", "YEA": "1802", "CITY": "WARNETON"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10174	gauquelin-a4-1422-1834-01-09	{"a4": "1422"}	{"lerrcp": "A4-1422"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1422", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "TERMONDE", "geoid": 0}, "notime": null, "date-ut": "1834-01-09 03:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1422"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "TERMONDE", "geoid": 0}, "date-ut": "1834-01-09 03:45:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1422"}, "ids-in-sources": {"a4": "1422"}}, "raw": {"H": "3", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "9", "LAT": "51N 5", "LON": "3E45", "MON": "1", "NUM": "1422", "PRO": "P", "SEC": "0", "YEA": "1834", "CITY": "TERMONDE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10175	verheyden-francois-1806-03-18	{"a4": "1423"}	{"lerrcp": "A4-1423"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Verheyden", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "notime": null, "date-ut": "1806-03-18 09:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "François", "family": "Verheyden"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "date-ut": "1806-03-18 09:43:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1423"}, "ids-in-sources": {"a4": "1423"}}, "raw": {"H": "9", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "18", "LAT": "50N51", "LON": "4E15", "MON": "3", "NUM": "1423", "PRO": "P", "SEC": "0", "YEA": "1806", "CITY": "LOUVAIN"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10176	verlat-charles-1824-11-25	{"a4": "1424"}	{"lerrcp": "A4-1424"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Verlat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1824-11-25 03:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Verlat"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1824-11-25 03:42:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1424"}, "ids-in-sources": {"a4": "1424"}}, "raw": {"H": "3", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "25", "LAT": "51N14", "LON": "4E30", "MON": "11", "NUM": "1424", "PRO": "P", "SEC": "0", "YEA": "1824", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10177	vermersch-ambros-1810-01-09	{"a4": "1425"}	{"lerrcp": "A4-1425"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ambros", "family": "Vermersch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "MALDEGHEM", "geoid": 0}, "notime": null, "date-ut": "1810-01-09 20:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Ambros", "family": "Vermersch"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "MALDEGHEM", "geoid": 0}, "date-ut": "1810-01-09 20:45:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1425"}, "ids-in-sources": {"a4": "1425"}}, "raw": {"H": "20", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "9", "LAT": "51N 5", "LON": "3E45", "MON": "1", "NUM": "1425", "PRO": "P", "SEC": "0", "YEA": "1810", "CITY": "MALDEGHEM"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10178	verwee-alfred-1838-04-23	{"a4": "1426"}	{"lerrcp": "A4-1426"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Verwee", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "STJOSSETENNOODE", "geoid": 0}, "notime": null, "date-ut": "1838-04-23 09:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Verwee"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "STJOSSETENNOODE", "geoid": 0}, "date-ut": "1838-04-23 09:43:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1426"}, "ids-in-sources": {"a4": "1426"}}, "raw": {"H": "9", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "23", "LAT": "50N51", "LON": "4E15", "MON": "4", "NUM": "1426", "PRO": "P", "SEC": "0", "YEA": "1838", "CITY": "STJOSSETENNOODE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10179	vos-vincent-1829-03-04	{"a4": "1427"}	{"lerrcp": "A4-1427"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincent", "family": "Vos", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "COURTRAI", "geoid": 0}, "notime": null, "date-ut": "1829-03-04 19:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Vincent", "family": "Vos"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "COURTRAI", "geoid": 0}, "date-ut": "1829-03-04 19:47:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1427"}, "ids-in-sources": {"a4": "1427"}}, "raw": {"H": "19", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "4", "LAT": "51N13", "LON": "3E15", "MON": "3", "NUM": "1427", "PRO": "P", "SEC": "0", "YEA": "1829", "CITY": "COURTRAI"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10180	watelet-charles-1867-02-11	{"a4": "1428"}	{"lerrcp": "A4-1428"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Watelet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "BEAURAING", "geoid": 0}, "notime": null, "date-ut": "1867-02-11 11:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Watelet"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "BEAURAING", "geoid": 0}, "date-ut": "1867-02-11 11:42:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1428"}, "ids-in-sources": {"a4": "1428"}}, "raw": {"H": "11", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "11", "LAT": "50N20", "LON": "4E30", "MON": "2", "NUM": "1428", "PRO": "P", "SEC": "0", "YEA": "1867", "CITY": "BEAURAING"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10181	wiertz-antoine-1806-02-22	{"a4": "1429"}	{"lerrcp": "A4-1429"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Wiertz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "DINANT", "geoid": 0}, "notime": null, "date-ut": "1806-02-22 20:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Wiertz"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "DINANT", "geoid": 0}, "date-ut": "1806-02-22 20:42:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1429"}, "ids-in-sources": {"a4": "1429"}}, "raw": {"H": "20", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "22", "LAT": "50N20", "LON": "4E30", "MON": "2", "NUM": "1429", "PRO": "P", "SEC": "0", "YEA": "1806", "CITY": "DINANT"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10182	willems-florent-1823-01-08	{"a4": "1430"}	{"lerrcp": "A4-1430"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Florent", "family": "Willems", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1823-01-08 23:08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Florent", "family": "Willems"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1823-01-08 23:08:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1430"}, "ids-in-sources": {"a4": "1430"}}, "raw": {"H": "23", "MN": "8", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "8", "LAT": "50N39", "LON": "5E30", "MON": "1", "NUM": "1430", "PRO": "P", "SEC": "0", "YEA": "1823", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10183	woutermaertens-edouard-1819-08-15	{"a4": "1431"}	{"lerrcp": "A4-1431"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Woutermaertens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "COURTRAI", "geoid": 0}, "notime": null, "date-ut": "1819-08-15 19:17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Woutermaertens"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "COURTRAI", "geoid": 0}, "date-ut": "1819-08-15 19:17:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1431"}, "ids-in-sources": {"a4": "1431"}}, "raw": {"H": "19", "MN": "17", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "15", "LAT": "51N13", "LON": "3E15", "MON": "8", "NUM": "1431", "PRO": "P", "SEC": "0", "YEA": "1819", "CITY": "COURTRAI"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10184	wouters-rik-1882-08-21	{"a4": "1432"}	{"lerrcp": "A4-1432"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rik", "family": "Wouters", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "notime": null, "date-ut": "1882-08-21 10:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Rik", "family": "Wouters"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "date-ut": "1882-08-21 10:42:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1432"}, "ids-in-sources": {"a4": "1432"}}, "raw": {"H": "10", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "21", "LAT": "51N14", "LON": "4E30", "MON": "8", "NUM": "1432", "PRO": "P", "SEC": "0", "YEA": "1882", "CITY": "MALINES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10185	ansingh-maria-1875-03-13	{"a4": "1433"}	{"lerrcp": "A4-1433"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maria", "family": "Ansingh", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "notime": null, "date-ut": "1875-03-13 22:09:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Maria", "family": "Ansingh"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "date-ut": "1875-03-13 22:09:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1433"}, "ids-in-sources": {"a4": "1433"}}, "raw": {"H": "22", "MN": "9", "TZ": "0", "COD": "U", "COU": "N", "DAY": "13", "LAT": "52N 6", "LON": "5E 8", "MON": "3", "NUM": "1433", "PRO": "P", "SEC": "28", "YEA": "1875", "CITY": "UTRECHT"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10186	bisschop-christoffel-1828-04-22	{"a4": "1434"}	{"lerrcp": "A4-1434"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christoffel", "family": "Bisschop", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "LEEUWARDEN", "geoid": 0}, "notime": null, "date-ut": "1828-04-22 07:06:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Christoffel", "family": "Bisschop"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "LEEUWARDEN", "geoid": 0}, "date-ut": "1828-04-22 07:06:48"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1434"}, "ids-in-sources": {"a4": "1434"}}, "raw": {"H": "7", "MN": "6", "TZ": "0", "COD": "F", "COU": "N", "DAY": "22", "LAT": "53N12", "LON": "5E48", "MON": "4", "NUM": "1434", "PRO": "P", "SEC": "48", "YEA": "1828", "CITY": "LEEUWARDEN"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10187	bisschop-richard-1849-06-21	{"a4": "1435"}	{"lerrcp": "A4-1435"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Bisschop", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "LEEUWARDEN", "geoid": 0}, "notime": null, "date-ut": "1849-06-21 02:36:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Bisschop"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "LEEUWARDEN", "geoid": 0}, "date-ut": "1849-06-21 02:36:48"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1435"}, "ids-in-sources": {"a4": "1435"}}, "raw": {"H": "2", "MN": "36", "TZ": "0", "COD": "F", "COU": "N", "DAY": "21", "LAT": "53N12", "LON": "5E48", "MON": "6", "NUM": "1435", "PRO": "P", "SEC": "48", "YEA": "1849", "CITY": "LEEUWARDEN"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10188	bilders-johannes-1811-08-18	{"a4": "1436"}	{"lerrcp": "A4-1436"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Bilders", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "notime": null, "date-ut": "1811-08-18 07:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Bilders"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "date-ut": "1811-08-18 07:39:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1436"}, "ids-in-sources": {"a4": "1436"}}, "raw": {"H": "7", "MN": "39", "TZ": "0", "COD": "U", "COU": "N", "DAY": "18", "LAT": "52N 6", "LON": "5E 8", "MON": "8", "NUM": "1436", "PRO": "P", "SEC": "28", "YEA": "1811", "CITY": "UTRECHT"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10189	borselen-jan-1825-09-20	{"a4": "1437"}	{"lerrcp": "A4-1437"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Borselen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "GOUDA", "geoid": 0}, "notime": null, "date-ut": "1825-09-20 02:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Borselen"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "GOUDA", "geoid": 0}, "date-ut": "1825-09-20 02:42:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1437"}, "ids-in-sources": {"a4": "1437"}}, "raw": {"H": "2", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "20", "LAT": "52N 5", "LON": "4E28", "MON": "9", "NUM": "1437", "PRO": "P", "SEC": "8", "YEA": "1825", "CITY": "GOUDA"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10190	bosboom-johannes-1817-02-18	{"a4": "1438"}	{"lerrcp": "A4-1438"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Bosboom", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "SGRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1817-02-18 16:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Bosboom"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "SGRAVENHAGE", "geoid": 0}, "date-ut": "1817-02-18 16:12:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1438"}, "ids-in-sources": {"a4": "1438"}}, "raw": {"H": "16", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "18", "LAT": "52N 5", "LON": "4E28", "MON": "2", "NUM": "1438", "PRO": "P", "SEC": "8", "YEA": "1817", "CITY": "SGRAVENHAGE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10191	bottema-tjeerd-1884-02-06	{"a4": "1439"}	{"lerrcp": "A4-1439"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tjeerd", "family": "Bottema", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "LANGESWAAGOPSTE", "geoid": 0}, "notime": null, "date-ut": "1884-02-06 03:36:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Tjeerd", "family": "Bottema"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "LANGESWAAGOPSTE", "geoid": 0}, "date-ut": "1884-02-06 03:36:48"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1439"}, "ids-in-sources": {"a4": "1439"}}, "raw": {"H": "3", "MN": "36", "TZ": "0", "COD": "F", "COU": "N", "DAY": "6", "LAT": "53N12", "LON": "5E48", "MON": "2", "NUM": "1439", "PRO": "P", "SEC": "48", "YEA": "1884", "CITY": "LANGESWAAGOPSTE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10192	gauquelin-a4-1440-1834-01-09	{"a4": "1440"}	{"lerrcp": "A4-1440"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1440", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "HUISSEN", "geoid": 0}, "notime": null, "date-ut": "1834-01-09 12:36:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1440"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "HUISSEN", "geoid": 0}, "date-ut": "1834-01-09 12:36:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1440"}, "ids-in-sources": {"a4": "1440"}}, "raw": {"H": "12", "MN": "36", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "9", "LAT": "51N59", "LON": "5E54", "MON": "1", "NUM": "1440", "PRO": "P", "SEC": "24", "YEA": "1834", "CITY": "HUISSEN"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10193	cate-siebe-1858-02-27	{"a4": "1441"}	{"lerrcp": "A4-1441"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Siebe", "family": "Cate", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "SNEEK", "geoid": 0}, "notime": null, "date-ut": "1858-02-27 07:06:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Siebe", "family": "Cate"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "SNEEK", "geoid": 0}, "date-ut": "1858-02-27 07:06:48"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1441"}, "ids-in-sources": {"a4": "1441"}}, "raw": {"H": "7", "MN": "6", "TZ": "0", "COD": "F", "COU": "N", "DAY": "27", "LAT": "53N12", "LON": "5E48", "MON": "2", "NUM": "1441", "PRO": "P", "SEC": "48", "YEA": "1858", "CITY": "SNEEK"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10194	chattel-fred-1856-02-10	{"a4": "1442"}	{"lerrcp": "A4-1442"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fred", "family": "Chattel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "LEIDEN", "geoid": 0}, "notime": null, "date-ut": "1856-02-10 00:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Fred", "family": "Chattel"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "LEIDEN", "geoid": 0}, "date-ut": "1856-02-10 00:42:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1442"}, "ids-in-sources": {"a4": "1442"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "10", "LAT": "52N 5", "LON": "4E28", "MON": "2", "NUM": "1442", "PRO": "P", "SEC": "8", "YEA": "1856", "CITY": "LEIDEN"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10195	dongen-kees-van-1877-01-26	{"a4": "1443"}	{"lerrcp": "A4-1443"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Dongen Kees van", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAMDELFSH", "geoid": 0}, "notime": null, "date-ut": "1877-01-26 06:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Dongen Kees van"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAMDELFSH", "geoid": 0}, "date-ut": "1877-01-26 06:42:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1443"}, "ids-in-sources": {"a4": "1443"}}, "raw": {"H": "6", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "26", "LAT": "52N 5", "LON": "4E28", "MON": "1", "NUM": "1443", "PRO": "P", "SEC": "8", "YEA": "1877", "CITY": "ROTTERDAMDELFSH"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10197	gorter-arnold-1866-12-03	{"a4": "1445"}	{"lerrcp": "A4-1445"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arnold", "family": "Gorter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "O", "c3": null, "cy": "NL", "lg": 6.08333, "lat": 52.51667, "name": "ALMELO", "geoid": 0}, "notime": null, "date-ut": "1866-12-03 03:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Arnold", "family": "Gorter"}, "birth": {"place": {"c2": "O", "cy": "NL", "lg": 6.08333, "lat": 52.51667, "name": "ALMELO", "geoid": 0}, "date-ut": "1866-12-03 03:35:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1445"}, "ids-in-sources": {"a4": "1445"}}, "raw": {"H": "3", "MN": "35", "TZ": "0", "COD": "O", "COU": "N", "DAY": "3", "LAT": "52N31", "LON": "6E 5", "MON": "12", "NUM": "1445", "PRO": "P", "SEC": "40", "YEA": "1866", "CITY": "ALMELO"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10198	henkes-gerke-1844-06-25	{"a4": "1446"}	{"lerrcp": "A4-1446"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gerke", "family": "Henkes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DELFSHAVENROTTE", "geoid": 0}, "notime": null, "date-ut": "1844-06-25 01:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Gerke", "family": "Henkes"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DELFSHAVENROTTE", "geoid": 0}, "date-ut": "1844-06-25 01:42:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1446"}, "ids-in-sources": {"a4": "1446"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "25", "LAT": "52N 5", "LON": "4E28", "MON": "6", "NUM": "1446", "PRO": "P", "SEC": "8", "YEA": "1844", "CITY": "DELFSHAVENROTTE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10199	israels-joseph-1824-01-27	{"a4": "1447"}	{"lerrcp": "A4-1447"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Israels", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "notime": null, "date-ut": "1824-01-27 03:33:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Israels"}, "birth": {"place": {"c2": "GR", "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "date-ut": "1824-01-27 03:33:44"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1447"}, "ids-in-sources": {"a4": "1447"}}, "raw": {"H": "3", "MN": "33", "TZ": "0", "COD": "GR", "COU": "N", "DAY": "27", "LAT": "53N13", "LON": "6E34", "MON": "1", "NUM": "1447", "PRO": "P", "SEC": "44", "YEA": "1824", "CITY": "GRONINGEN"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10200	jansen-hendrik-1855-12-12	{"a4": "1448"}	{"lerrcp": "A4-1448"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hendrik", "family": "Jansen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "NIJMEGEN", "geoid": 0}, "notime": null, "date-ut": "1855-12-12 13:36:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Hendrik", "family": "Jansen"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "NIJMEGEN", "geoid": 0}, "date-ut": "1855-12-12 13:36:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1448"}, "ids-in-sources": {"a4": "1448"}}, "raw": {"H": "13", "MN": "36", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "12", "LAT": "51N59", "LON": "5E54", "MON": "12", "NUM": "1448", "PRO": "P", "SEC": "24", "YEA": "1855", "CITY": "NIJMEGEN"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10201	jongkind-johan-1819-06-03	{"a4": "1449"}	{"lerrcp": "A4-1449"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johan", "family": "Jongkind", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "D", "c3": null, "cy": "NL", "lg": 6.4, "lat": 52.98333, "name": "LATTROP", "geoid": 0}, "notime": null, "date-ut": "1819-06-03 16:04:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Johan", "family": "Jongkind"}, "birth": {"place": {"c2": "D", "cy": "NL", "lg": 6.4, "lat": 52.98333, "name": "LATTROP", "geoid": 0}, "date-ut": "1819-06-03 16:04:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1449"}, "ids-in-sources": {"a4": "1449"}}, "raw": {"H": "16", "MN": "4", "TZ": "0", "COD": "D", "COU": "N", "DAY": "3", "LAT": "52N59", "LON": "6E24", "MON": "6", "NUM": "1449", "PRO": "P", "SEC": "24", "YEA": "1819", "CITY": "LATTROP"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10202	jurres-johannes-1875-01-17	{"a4": "1450"}	{"lerrcp": "A4-1450"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Jurres", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "LEEUWARDEN", "geoid": 0}, "notime": null, "date-ut": "1875-01-17 00:06:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Jurres"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "LEEUWARDEN", "geoid": 0}, "date-ut": "1875-01-17 00:06:48"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1450"}, "ids-in-sources": {"a4": "1450"}}, "raw": {"H": "0", "MN": "6", "TZ": "0", "COD": "F", "COU": "N", "DAY": "17", "LAT": "53N12", "LON": "5E48", "MON": "1", "NUM": "1450", "PRO": "P", "SEC": "48", "YEA": "1875", "CITY": "LEEUWARDEN"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10203	gauquelin-a4-1451-1832-10-02	{"a4": "1451"}	{"lerrcp": "A4-1451"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1451", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "BROKHUIZENLEERS", "geoid": 0}, "notime": null, "date-ut": "1832-10-02 02:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1451"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "BROKHUIZENLEERS", "geoid": 0}, "date-ut": "1832-10-02 02:39:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1451"}, "ids-in-sources": {"a4": "1451"}}, "raw": {"H": "2", "MN": "39", "TZ": "0", "COD": "U", "COU": "N", "DAY": "2", "LAT": "52N 6", "LON": "5E 8", "MON": "10", "NUM": "1451", "PRO": "P", "SEC": "28", "YEA": "1832", "CITY": "BROKHUIZENLEERS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10204	maris-jacob-1837-07-25	{"a4": "1452"}	{"lerrcp": "A4-1452"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacob", "family": "Maris", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "SGRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1837-07-25 01:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jacob", "family": "Maris"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "SGRAVENHAGE", "geoid": 0}, "date-ut": "1837-07-25 01:42:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1452"}, "ids-in-sources": {"a4": "1452"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "25", "LAT": "52N 5", "LON": "4E28", "MON": "7", "NUM": "1452", "PRO": "P", "SEC": "8", "YEA": "1837", "CITY": "SGRAVENHAGE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10205	mauve-anton-1838-09-18	{"a4": "1453"}	{"lerrcp": "A4-1453"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anton", "family": "Mauve", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "ZAANDAM", "geoid": 0}, "notime": null, "date-ut": "1838-09-18 03:11:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Anton", "family": "Mauve"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "ZAANDAM", "geoid": 0}, "date-ut": "1838-09-18 03:11:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1453"}, "ids-in-sources": {"a4": "1453"}}, "raw": {"H": "3", "MN": "11", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "18", "LAT": "52N22", "LON": "4E38", "MON": "9", "NUM": "1453", "PRO": "P", "SEC": "28", "YEA": "1838", "CITY": "ZAANDAM"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10206	mesdag-hendrik-1831-02-23	{"a4": "1454"}	{"lerrcp": "A4-1454"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hendrik", "family": "Mesdag", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "notime": null, "date-ut": "1831-02-23 09:33:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Hendrik", "family": "Mesdag"}, "birth": {"place": {"c2": "GR", "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "date-ut": "1831-02-23 09:33:44"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1454"}, "ids-in-sources": {"a4": "1454"}}, "raw": {"H": "9", "MN": "33", "TZ": "0", "COD": "GR", "COU": "N", "DAY": "23", "LAT": "53N13", "LON": "6E34", "MON": "2", "NUM": "1454", "PRO": "P", "SEC": "44", "YEA": "1831", "CITY": "GRONINGEN"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10207	mesdag-van-houten-sientze-1834-12-23	{"a4": "1455"}	{"lerrcp": "A4-1455"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Mesdag-Van Houten Sientze", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "notime": null, "date-ut": "1834-12-23 10:33:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Mesdag-Van Houten Sientze"}, "birth": {"place": {"c2": "GR", "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "date-ut": "1834-12-23 10:33:44"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1455"}, "ids-in-sources": {"a4": "1455"}}, "raw": {"H": "10", "MN": "33", "TZ": "0", "COD": "GR", "COU": "N", "DAY": "23", "LAT": "53N13", "LON": "6E34", "MON": "12", "NUM": "1455", "PRO": "P", "SEC": "44", "YEA": "1834", "CITY": "GRONINGEN"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10209	neuhuys-albert-1844-06-10	{"a4": "1457"}	{"lerrcp": "A4-1457"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Neuhuys", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "notime": null, "date-ut": "1844-06-10 21:09:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Neuhuys"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "date-ut": "1844-06-10 21:09:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1457"}, "ids-in-sources": {"a4": "1457"}}, "raw": {"H": "21", "MN": "9", "TZ": "0", "COD": "U", "COU": "N", "DAY": "10", "LAT": "52N 6", "LON": "5E 8", "MON": "6", "NUM": "1457", "PRO": "P", "SEC": "28", "YEA": "1844", "CITY": "UTRECHT"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10210	neuhuys-josephus-1841-04-07	{"a4": "1458"}	{"lerrcp": "A4-1458"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Josephus", "family": "Neuhuys", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "notime": null, "date-ut": "1841-04-07 15:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Josephus", "family": "Neuhuys"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "date-ut": "1841-04-07 15:39:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1458"}, "ids-in-sources": {"a4": "1458"}}, "raw": {"H": "15", "MN": "39", "TZ": "0", "COD": "U", "COU": "N", "DAY": "7", "LAT": "52N 6", "LON": "5E 8", "MON": "4", "NUM": "1458", "PRO": "P", "SEC": "28", "YEA": "1841", "CITY": "UTRECHT"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10211	ochtman-leonard-1854-10-21	{"a4": "1459"}	{"lerrcp": "A4-1459"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leonard", "family": "Ochtman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "Z", "c3": null, "cy": "NL", "lg": 3.75, "lat": 51.48333, "name": "ZONNEMARIE", "geoid": 0}, "notime": null, "date-ut": "1854-10-21 10:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Leonard", "family": "Ochtman"}, "birth": {"place": {"c2": "Z", "cy": "NL", "lg": 3.75, "lat": 51.48333, "name": "ZONNEMARIE", "geoid": 0}, "date-ut": "1854-10-21 10:45:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1459"}, "ids-in-sources": {"a4": "1459"}}, "raw": {"H": "10", "MN": "45", "TZ": "0", "COD": "Z", "COU": "N", "DAY": "21", "LAT": "51N29", "LON": "3E45", "MON": "10", "NUM": "1459", "PRO": "P", "SEC": "0", "YEA": "1854", "CITY": "ZONNEMARIE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10212	paerels-willem-1878-07-15	{"a4": "1460"}	{"lerrcp": "A4-1460"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willem", "family": "Paerels", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DELFT", "geoid": 0}, "notime": null, "date-ut": "1878-07-15 16:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Willem", "family": "Paerels"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DELFT", "geoid": 0}, "date-ut": "1878-07-15 16:12:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1460"}, "ids-in-sources": {"a4": "1460"}}, "raw": {"H": "16", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "15", "LAT": "52N 5", "LON": "4E28", "MON": "7", "NUM": "1460", "PRO": "P", "SEC": "8", "YEA": "1878", "CITY": "DELFT"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10213	peters-pieters-1818-06-07	{"a4": "1461"}	{"lerrcp": "A4-1461"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pieters", "family": "Peters", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "NIJMEGEN", "geoid": 0}, "notime": null, "date-ut": "1818-06-07 19:36:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pieters", "family": "Peters"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "NIJMEGEN", "geoid": 0}, "date-ut": "1818-06-07 19:36:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1461"}, "ids-in-sources": {"a4": "1461"}}, "raw": {"H": "19", "MN": "36", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "7", "LAT": "51N59", "LON": "5E54", "MON": "6", "NUM": "1461", "PRO": "P", "SEC": "24", "YEA": "1818", "CITY": "NIJMEGEN"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10214	raemaekers-louis-1869-04-06	{"a4": "1462"}	{"lerrcp": "A4-1462"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Raemaekers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "L", "c3": null, "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "ROERMOND", "geoid": 0}, "notime": null, "date-ut": "1869-04-06 05:37:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Raemaekers"}, "birth": {"place": {"c2": "L", "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "ROERMOND", "geoid": 0}, "date-ut": "1869-04-06 05:37:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1462"}, "ids-in-sources": {"a4": "1462"}}, "raw": {"H": "5", "MN": "37", "TZ": "0", "COD": "L", "COU": "N", "DAY": "6", "LAT": "50N51", "LON": "5E40", "MON": "4", "NUM": "1462", "PRO": "P", "SEC": "20", "YEA": "1869", "CITY": "ROERMOND"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10215	reekers-hendrik-1815-09-21	{"a4": "1463"}	{"lerrcp": "A4-1463"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hendrik", "family": "Reekers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "notime": null, "date-ut": "1815-09-21 09:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Hendrik", "family": "Reekers"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "date-ut": "1815-09-21 09:41:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1463"}, "ids-in-sources": {"a4": "1463"}}, "raw": {"H": "9", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "21", "LAT": "52N22", "LON": "4E38", "MON": "9", "NUM": "1463", "PRO": "P", "SEC": "28", "YEA": "1815", "CITY": "HAARLEM"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10216	sluyters-jan-1881-12-17	{"a4": "1464"}	{"lerrcp": "A4-1464"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Sluyters", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "SHERTOGENBOSCH", "geoid": 0}, "notime": null, "date-ut": "1881-12-17 00:38:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Sluyters"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "SHERTOGENBOSCH", "geoid": 0}, "date-ut": "1881-12-17 00:38:44"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1464"}, "ids-in-sources": {"a4": "1464"}}, "raw": {"H": "0", "MN": "38", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "17", "LAT": "51N42", "LON": "5E19", "MON": "12", "NUM": "1464", "PRO": "P", "SEC": "44", "YEA": "1881", "CITY": "SHERTOGENBOSCH"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10217	spohler-jan-1811-11-07	{"a4": "1465"}	{"lerrcp": "A4-1465"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Spohler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "NEDERHORSTDENBE", "geoid": 0}, "notime": null, "date-ut": "1811-11-07 07:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Spohler"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "NEDERHORSTDENBE", "geoid": 0}, "date-ut": "1811-11-07 07:41:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1465"}, "ids-in-sources": {"a4": "1465"}}, "raw": {"H": "7", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "7", "LAT": "52N22", "LON": "4E38", "MON": "11", "NUM": "1465", "PRO": "P", "SEC": "28", "YEA": "1811", "CITY": "NEDERHORSTDENBE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10218	ter-meulen-frans-1843-03-09	{"a4": "1466"}	{"lerrcp": "A4-1466"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Ter Meulen Frans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "BODEGRAVEN", "geoid": 0}, "notime": null, "date-ut": "1843-03-09 12:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Ter Meulen Frans"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "BODEGRAVEN", "geoid": 0}, "date-ut": "1843-03-09 12:42:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1466"}, "ids-in-sources": {"a4": "1466"}}, "raw": {"H": "12", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "9", "LAT": "52N 5", "LON": "4E28", "MON": "3", "NUM": "1466", "PRO": "P", "SEC": "8", "YEA": "1843", "CITY": "BODEGRAVEN"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10219	tom-jean-1813-03-04	{"a4": "1467"}	{"lerrcp": "A4-1467"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Tom", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "BOSKOOP", "geoid": 0}, "notime": null, "date-ut": "1813-03-04 00:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Tom"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "BOSKOOP", "geoid": 0}, "date-ut": "1813-03-04 00:42:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1467"}, "ids-in-sources": {"a4": "1467"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "4", "LAT": "52N 5", "LON": "4E28", "MON": "3", "NUM": "1467", "PRO": "P", "SEC": "8", "YEA": "1813", "CITY": "BOSKOOP"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10220	trigt-hendrik-1829-10-22	{"a4": "1468"}	{"lerrcp": "A4-1468"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hendrik", "family": "Trigt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DORDRECHT", "geoid": 0}, "notime": null, "date-ut": "1829-10-22 00:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Hendrik", "family": "Trigt"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DORDRECHT", "geoid": 0}, "date-ut": "1829-10-22 00:42:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1468"}, "ids-in-sources": {"a4": "1468"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "22", "LAT": "52N 5", "LON": "4E28", "MON": "10", "NUM": "1468", "PRO": "P", "SEC": "8", "YEA": "1829", "CITY": "DORDRECHT"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10221	vanderpoel-john-1857-11-15	{"a4": "1469"}	{"lerrcp": "A4-1469"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Vanderpoel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEMMERMEER", "geoid": 0}, "notime": null, "date-ut": "1857-11-15 03:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "John", "family": "Vanderpoel"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEMMERMEER", "geoid": 0}, "date-ut": "1857-11-15 03:41:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1469"}, "ids-in-sources": {"a4": "1469"}}, "raw": {"H": "3", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "15", "LAT": "52N22", "LON": "4E38", "MON": "11", "NUM": "1469", "PRO": "P", "SEC": "28", "YEA": "1857", "CITY": "HAARLEMMERMEER"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10222	verkade-jan-1868-09-18	{"a4": "1470"}	{"lerrcp": "A4-1470"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Verkade", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "ZAANDAM", "geoid": 0}, "notime": null, "date-ut": "1868-09-18 08:11:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Verkade"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "ZAANDAM", "geoid": 0}, "date-ut": "1868-09-18 08:11:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1470"}, "ids-in-sources": {"a4": "1470"}}, "raw": {"H": "8", "MN": "11", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "18", "LAT": "52N22", "LON": "4E38", "MON": "9", "NUM": "1470", "PRO": "P", "SEC": "28", "YEA": "1868", "CITY": "ZAANDAM"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10223	voerman-jan-1857-01-25	{"a4": "1471"}	{"lerrcp": "A4-1471"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Voerman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "O", "c3": null, "cy": "NL", "lg": 6.08333, "lat": 52.51667, "name": "KAMPEN", "geoid": 0}, "notime": null, "date-ut": "1857-01-25 09:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Voerman"}, "birth": {"place": {"c2": "O", "cy": "NL", "lg": 6.08333, "lat": 52.51667, "name": "KAMPEN", "geoid": 0}, "date-ut": "1857-01-25 09:35:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1471"}, "ids-in-sources": {"a4": "1471"}}, "raw": {"H": "9", "MN": "35", "TZ": "0", "COD": "O", "COU": "N", "DAY": "25", "LAT": "52N31", "LON": "6E 5", "MON": "1", "NUM": "1471", "PRO": "P", "SEC": "40", "YEA": "1857", "CITY": "KAMPEN"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10224	vogel-cornelis-1824-12-29	{"a4": "1472"}	{"lerrcp": "A4-1472"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cornelis", "family": "Vogel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DORDRECHT", "geoid": 0}, "notime": null, "date-ut": "1824-12-29 05:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Cornelis", "family": "Vogel"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DORDRECHT", "geoid": 0}, "date-ut": "1824-12-29 05:12:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1472"}, "ids-in-sources": {"a4": "1472"}}, "raw": {"H": "5", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "29", "LAT": "52N 5", "LON": "4E28", "MON": "12", "NUM": "1472", "PRO": "P", "SEC": "8", "YEA": "1824", "CITY": "DORDRECHT"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10225	weiland-johannes-1856-11-23	{"a4": "1473"}	{"lerrcp": "A4-1473"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Weiland", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "VLAARDINGEN", "geoid": 0}, "notime": null, "date-ut": "1856-11-23 11:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Weiland"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "VLAARDINGEN", "geoid": 0}, "date-ut": "1856-11-23 11:42:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1473"}, "ids-in-sources": {"a4": "1473"}}, "raw": {"H": "11", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "23", "LAT": "52N 5", "LON": "4E28", "MON": "11", "NUM": "1473", "PRO": "P", "SEC": "8", "YEA": "1856", "CITY": "VLAARDINGEN"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10226	abbiate-louis-1866-01-04	{"a4": "1474"}	{"lerrcp": "A4-1474"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Abbiate", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "MC", "lg": 7.41667, "lat": 43.73333, "name": "Monaco", "geoid": 2993458}, "notime": null, "date-ut": "1866-01-04 12:30:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Abbiate"}, "birth": {"place": {"c2": "", "cy": "MC", "lg": 7.41667, "lat": 43.73333, "name": "Monaco", "geoid": 2993458}, "date-ut": "1866-01-04 12:30:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1474"}, "ids-in-sources": {"a4": "1474"}}, "raw": {"H": "12", "MN": "30", "TZ": "0", "COD": "MON", "COU": "F", "DAY": "4", "LAT": "43N45", "LON": "7E25", "MON": "1", "NUM": "1474", "PRO": "M", "SEC": "20", "YEA": "1866", "CITY": "MONACO"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10227	ach-edouard-1848-04-27	{"a4": "1475"}	{"lerrcp": "A4-1475"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Ach", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1848-04-27 07:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1848-04-27 06:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Ach"}, "birth": {"tzo": "+00:21:31", "date": "1848-04-27 07:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1848-04-27 06:38:32"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1475"}, "ids-in-sources": {"a4": "1475"}}, "raw": {"H": "6", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "27", "LAT": "43N18", "LON": "5E22", "MON": "4", "NUM": "1475", "PRO": "M", "SEC": "32", "YEA": "1848", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10228	adam-adolphe-1803-07-24	{"a4": "1476"}	{"lerrcp": "A4-1476"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Adam", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1803-07-24 14:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1803-07-24 13:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Adam"}, "birth": {"tzo": "+00:09:24", "date": "1803-07-24 14:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1803-07-24 13:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1476"}, "ids-in-sources": {"a4": "1476"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "24", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "1476", "PRO": "M", "SEC": "40", "YEA": "1803", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10229	gauquelin-a4-1477-1821-07-01	{"a4": "1477"}	{"lerrcp": "A4-1477"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1477", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1821-07-01 00:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1821-06-30 23:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1477"}, "birth": {"tzo": "+00:08:32", "date": "1821-07-01 00:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1821-06-30 23:51:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1477"}, "ids-in-sources": {"a4": "1477"}}, "raw": {"H": "23", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "30", "LAT": "48N50", "LON": "2E 8", "MON": "6", "NUM": "1477", "PRO": "M", "SEC": "28", "YEA": "1821", "CITY": "VERSAILLES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10230	agnellet-martin-1872-07-09	{"a4": "1478"}	{"lerrcp": "A4-1478"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Martin", "family": "Agnellet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:04", "date": "1872-07-09 10:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1872-07-09 09:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Martin", "family": "Agnellet"}, "birth": {"tzo": "+00:20:04", "date": "1872-07-09 10:00", "place": {"c2": "21", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1872-07-09 09:39:52"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1478"}, "ids-in-sources": {"a4": "1478"}}, "raw": {"H": "9", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "9", "LAT": "47N19", "LON": "5E 2", "MON": "7", "NUM": "1478", "PRO": "M", "SEC": "52", "YEA": "1872", "CITY": "DIJON"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10231	alain-jehan-1911-02-03	{"a4": "1479"}	{"lerrcp": "A4-1479"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jehan", "family": "Alain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1911-02-03 05:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Stgermainenlaye", "geoid": 0}, "notime": null, "date-ut": "1911-02-03 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jehan", "family": "Alain"}, "birth": {"tzo": "+00:09:21", "date": "1911-02-03 05:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Stgermainenlaye", "geoid": 0}, "date-ut": "1911-02-03 04:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1479"}, "ids-in-sources": {"a4": "1479"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "78", "COU": "F", "DAY": "3", "LAT": "48N50", "LON": "2E 8", "MON": "2", "NUM": "1479", "PRO": "M", "SEC": "40", "YEA": "1911", "CITY": "STGERMAINENLAYE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10232	gauquelin-a4-1480-1815-03-07	{"a4": "1480"}	{"lerrcp": "A4-1480"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1480", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:54", "date": "1815-03-07 04:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "notime": null, "date-ut": "1815-03-07 04:05:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1480"}, "birth": {"tzo": "-00:05:54", "date": "1815-03-07 04:00", "place": {"c2": "64", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "date-ut": "1815-03-07 04:05:56"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1480"}, "ids-in-sources": {"a4": "1480"}}, "raw": {"H": "4", "MN": "5", "TZ": "0", "COD": "64", "COU": "F", "DAY": "7", "LAT": "43N29", "LON": "1W29", "MON": "3", "NUM": "1480", "PRO": "M", "SEC": "56", "YEA": "1815", "CITY": "BAYONNE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10233	alary-jean-1850-11-28	{"a4": "1481"}	{"lerrcp": "A4-1481"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Alary", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:28", "date": "1850-11-28 10:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.36667, "lat": 49.18333, "name": "Aurillac", "geoid": 0}, "notime": null, "date-ut": "1850-11-28 10:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Alary"}, "birth": {"tzo": "-00:01:28", "date": "1850-11-28 10:00", "place": {"c2": "14", "cy": "FR", "lg": -0.36667, "lat": 49.18333, "name": "Aurillac", "geoid": 0}, "date-ut": "1850-11-28 10:01:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1481"}, "ids-in-sources": {"a4": "1481"}}, "raw": {"H": "10", "MN": "1", "TZ": "0", "COD": "14", "COU": "F", "DAY": "28", "LAT": "49N11", "LON": "0W22", "MON": "11", "NUM": "1481", "PRO": "M", "SEC": "28", "YEA": "1850", "CITY": "AURILLAC"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10234	alerme-etienne-1810-07-16	{"a4": "1482"}	{"lerrcp": "A4-1482"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Alerme", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1810-07-16 22:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1810-07-16 21:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Alerme"}, "birth": {"tzo": "+00:09:24", "date": "1810-07-16 22:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1810-07-16 21:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1482"}, "ids-in-sources": {"a4": "1482"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "16", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "1482", "PRO": "M", "SEC": "40", "YEA": "1810", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10235	alibert-joseph-1881-12-06	{"a4": "1483"}	{"lerrcp": "A4-1483"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Alibert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1881-12-06 13:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1881-12-06 12:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Alibert"}, "birth": {"tzo": "+00:05:46", "date": "1881-12-06 13:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1881-12-06 12:54:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1483"}, "ids-in-sources": {"a4": "1483"}}, "raw": {"H": "12", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "6", "LAT": "43N37", "LON": "1E26", "MON": "12", "NUM": "1483", "PRO": "M", "SEC": "16", "YEA": "1881", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10236	alix-rene-1907-09-14	{"a4": "1484"}	{"lerrcp": "A4-1484"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Alix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1907-09-14 11:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.08333, "lat": 49.43333, "name": "Sottevillelesro", "geoid": 0}, "notime": null, "date-ut": "1907-09-14 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "René", "family": "Alix"}, "birth": {"tzo": "+00:09:21", "date": "1907-09-14 11:00", "place": {"c2": "76", "cy": "FR", "lg": 1.08333, "lat": 49.43333, "name": "Sottevillelesro", "geoid": 0}, "date-ut": "1907-09-14 10:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1484"}, "ids-in-sources": {"a4": "1484"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "76", "COU": "F", "DAY": "14", "LAT": "49N26", "LON": "1E 5", "MON": "9", "NUM": "1484", "PRO": "M", "SEC": "40", "YEA": "1907", "CITY": "SOTTEVILLELESRO"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10237	alkan-charles-1813-11-30	{"a4": "1485"}	{"lerrcp": "A4-1485"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Alkan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1813-11-30 15:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1813-11-30 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Alkan"}, "birth": {"tzo": "+00:09:24", "date": "1813-11-30 15:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1813-11-30 14:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1485"}, "ids-in-sources": {"a4": "1485"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "30", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "1485", "PRO": "M", "SEC": "40", "YEA": "1813", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10238	alkan-napoleon-1826-02-02	{"a4": "1486"}	{"lerrcp": "A4-1486"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Napoleon", "family": "Alkan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1826-02-02 23:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1826-02-02 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Napoleon", "family": "Alkan"}, "birth": {"tzo": "+00:09:24", "date": "1826-02-02 23:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1826-02-02 22:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1486"}, "ids-in-sources": {"a4": "1486"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "1486", "PRO": "M", "SEC": "40", "YEA": "1826", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10239	alphonse-jean-1880-12-31	{"a4": "1487"}	{"lerrcp": "A4-1487"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Alphonse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:16", "date": "1880-12-31 18:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.06802, "lat": 46.03624, "name": "Roanne", "geoid": 2983362}, "notime": null, "date-ut": "1880-12-31 17:42:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Alphonse"}, "birth": {"tzo": "+00:16:16", "date": "1880-12-31 18:00", "place": {"c2": "42", "cy": "FR", "lg": 4.06802, "lat": 46.03624, "name": "Roanne", "geoid": 2983362}, "date-ut": "1880-12-31 17:42:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1487"}, "ids-in-sources": {"a4": "1487"}}, "raw": {"H": "17", "MN": "42", "TZ": "0", "COD": "42", "COU": "F", "DAY": "31", "LAT": "45N26", "LON": "4E23", "MON": "12", "NUM": "1487", "PRO": "M", "SEC": "28", "YEA": "1880", "CITY": "ROANNE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10240	alrit-antoine-1822-12-24	{"a4": "1488"}	{"lerrcp": "A4-1488"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Alrit", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:17:57", "date": "1822-12-24 09:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1822-12-24 09:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Alrit"}, "birth": {"tzo": "-00:17:57", "date": "1822-12-24 09:00", "place": {"c2": "29", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1822-12-24 09:16:24"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1488"}, "ids-in-sources": {"a4": "1488"}}, "raw": {"H": "9", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "24", "LAT": "48N 0", "LON": "4W 6", "MON": "12", "NUM": "1488", "PRO": "M", "SEC": "24", "YEA": "1822", "CITY": "BREST"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10241	altes-ernest-1830-03-28	{"a4": "1489"}	{"lerrcp": "A4-1489"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Altes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1830-03-28 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1830-03-28 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Altes"}, "birth": {"tzo": "+00:09:24", "date": "1830-03-28 05:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1830-03-28 04:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1489"}, "ids-in-sources": {"a4": "1489"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "28", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "1489", "PRO": "M", "SEC": "40", "YEA": "1830", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10242	ammann-charles-1845-03-05	{"a4": "1490"}	{"lerrcp": "A4-1490"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Ammann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1845-03-05 21:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1845-03-05 20:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Ammann"}, "birth": {"tzo": "+00:30:59", "date": "1845-03-05 21:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1845-03-05 20:29"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1490"}, "ids-in-sources": {"a4": "1490"}}, "raw": {"H": "20", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "5", "LAT": "48N35", "LON": "7E45", "MON": "3", "NUM": "1490", "PRO": "M", "SEC": "0", "YEA": "1845", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10243	andlauer-louis-1876-09-07	{"a4": "1491"}	{"lerrcp": "A4-1491"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Andlauer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:56", "date": "1876-09-07 16:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": 0.23294, "lat": 49.41985, "name": "Honfleur", "geoid": 3013173}, "notime": null, "date-ut": "1876-09-07 16:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Andlauer"}, "birth": {"tzo": "+00:00:56", "date": "1876-09-07 16:00", "place": {"c2": "14", "cy": "FR", "lg": 0.23294, "lat": 49.41985, "name": "Honfleur", "geoid": 3013173}, "date-ut": "1876-09-07 16:01:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1491"}, "ids-in-sources": {"a4": "1491"}}, "raw": {"H": "16", "MN": "1", "TZ": "0", "COD": "14", "COU": "F", "DAY": "7", "LAT": "49N11", "LON": "0W22", "MON": "9", "NUM": "1491", "PRO": "M", "SEC": "28", "YEA": "1876", "CITY": "HONFLEUR"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10244	andraud-jean-1887-04-15	{"a4": "1492"}	{"lerrcp": "A4-1492"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Andraud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1887-04-15 11:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1887-04-15 10:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Andraud"}, "birth": {"tzo": "+00:05:46", "date": "1887-04-15 11:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1887-04-15 10:54:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1492"}, "ids-in-sources": {"a4": "1492"}}, "raw": {"H": "10", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "15", "LAT": "43N37", "LON": "1E26", "MON": "4", "NUM": "1492", "PRO": "M", "SEC": "16", "YEA": "1887", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10245	andre-rene-1870-06-04	{"a4": "1493"}	{"lerrcp": "A4-1493"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Andre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:12", "date": "1870-06-04 19:55:24", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.55144, "lat": 44.80759, "name": "Bègles", "geoid": 3033881}, "notime": null, "date-ut": "1870-06-04 19:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "René", "family": "Andre"}, "birth": {"tzo": "-00:02:12", "date": "1870-06-04 19:55:24", "place": {"c2": "33", "cy": "FR", "lg": -0.55144, "lat": 44.80759, "name": "Bègles", "geoid": 3033881}, "date-ut": "1870-06-04 19:57:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1493"}, "ids-in-sources": {"a4": "1493"}}, "raw": {"H": "19", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "4", "LAT": "44N50", "LON": "0W34", "MON": "6", "NUM": "1493", "PRO": "M", "SEC": "36", "YEA": "1870", "CITY": "BEGLES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10246	andres-francois-1864-03-05	{"a4": "1494"}	{"lerrcp": "A4-1494"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Andres", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:13", "date": "1864-03-05 21:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.30308, "lat": 48.09803, "name": "Ingersheim", "geoid": 3012790}, "notime": null, "date-ut": "1864-03-05 20:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "François", "family": "Andres"}, "birth": {"tzo": "+00:29:13", "date": "1864-03-05 21:00", "place": {"c2": "68", "cy": "FR", "lg": 7.30308, "lat": 48.09803, "name": "Ingersheim", "geoid": 3012790}, "date-ut": "1864-03-05 20:30:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1494"}, "ids-in-sources": {"a4": "1494"}}, "raw": {"H": "20", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "5", "LAT": "48N 5", "LON": "7E21", "MON": "3", "NUM": "1494", "PRO": "M", "SEC": "36", "YEA": "1864", "CITY": "INGERSHEIM"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10247	andrieu-vincent-1863-08-06	{"a4": "1495"}	{"lerrcp": "A4-1495"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincent", "family": "Andrieu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12", "date": "1863-08-06 01:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 3.00141, "lat": 43.18396, "name": "Narbonne", "geoid": 2990919}, "notime": null, "date-ut": "1863-08-06 00:50:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Vincent", "family": "Andrieu"}, "birth": {"tzo": "+00:12", "date": "1863-08-06 01:00", "place": {"c2": "11", "cy": "FR", "lg": 3.00141, "lat": 43.18396, "name": "Narbonne", "geoid": 2990919}, "date-ut": "1863-08-06 00:50:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1495"}, "ids-in-sources": {"a4": "1495"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "6", "LAT": "43N12", "LON": "2E21", "MON": "8", "NUM": "1495", "PRO": "M", "SEC": "36", "YEA": "1863", "CITY": "NARBONNE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10248	ansart-leandre-1845-06-16	{"a4": "1496"}	{"lerrcp": "A4-1496"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leandre", "family": "Ansart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:08", "date": "1845-06-16 06:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "notime": null, "date-ut": "1845-06-16 05:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Leandre", "family": "Ansart"}, "birth": {"tzo": "+00:11:08", "date": "1845-06-16 06:00", "place": {"c2": "62", "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "date-ut": "1845-06-16 05:48:56"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1496"}, "ids-in-sources": {"a4": "1496"}}, "raw": {"H": "5", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "16", "LAT": "50N18", "LON": "2E46", "MON": "6", "NUM": "1496", "PRO": "M", "SEC": "56", "YEA": "1845", "CITY": "ARRAS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10249	anthiome-eugene-1836-08-19	{"a4": "1497"}	{"lerrcp": "A4-1497"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Anthiome", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:13:29", "date": "1836-08-19 04:00", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "notime": null, "date-ut": "1836-08-19 04:10:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Anthiome"}, "birth": {"tzo": "-00:13:29", "date": "1836-08-19 04:00", "place": {"c2": "56", "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "date-ut": "1836-08-19 04:10:56"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1497"}, "ids-in-sources": {"a4": "1497"}}, "raw": {"H": "4", "MN": "10", "TZ": "0", "COD": "56", "COU": "F", "DAY": "19", "LAT": "47N40", "LON": "2W44", "MON": "8", "NUM": "1497", "PRO": "M", "SEC": "56", "YEA": "1836", "CITY": "LORIENT"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10250	antony-thouret-auguste-1828-11-25	{"a4": "1498"}	{"lerrcp": "A4-1498"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Antony-Thouret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:28", "date": "1828-11-25 01:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Lafere", "geoid": 0}, "notime": null, "date-ut": "1828-11-25 00:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Antony-Thouret"}, "birth": {"tzo": "+00:14:28", "date": "1828-11-25 01:00", "place": {"c2": "02", "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Lafere", "geoid": 0}, "date-ut": "1828-11-25 00:45:32"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1498"}, "ids-in-sources": {"a4": "1498"}}, "raw": {"H": "0", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "25", "LAT": "49N34", "LON": "3E37", "MON": "11", "NUM": "1498", "PRO": "M", "SEC": "32", "YEA": "1828", "CITY": "LAFERE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10251	aragon-francois-1863-06-21	{"a4": "1499"}	{"lerrcp": "A4-1499"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Aragon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1863-06-21 21:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1863-06-21 20:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "François", "family": "Aragon"}, "birth": {"tzo": "+00:05:46", "date": "1863-06-21 21:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1863-06-21 20:54:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1499"}, "ids-in-sources": {"a4": "1499"}}, "raw": {"H": "20", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "21", "LAT": "43N37", "LON": "1E26", "MON": "6", "NUM": "1499", "PRO": "M", "SEC": "16", "YEA": "1863", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10252	arambourou-charles-1884-01-04	{"a4": "1500"}	{"lerrcp": "A4-1500"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Arambourou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:00:31", "date": "1884-01-04 12:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.12886, "lat": 45.04067, "name": "Coutras", "geoid": 3022799}, "notime": null, "date-ut": "1884-01-04 11:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Arambourou"}, "birth": {"tzo": "-00:00:31", "date": "1884-01-04 12:00", "place": {"c2": "33", "cy": "FR", "lg": -0.12886, "lat": 45.04067, "name": "Coutras", "geoid": 3022799}, "date-ut": "1884-01-04 11:57:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1500"}, "ids-in-sources": {"a4": "1500"}}, "raw": {"H": "11", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "4", "LAT": "44N50", "LON": "0W34", "MON": "1", "NUM": "1500", "PRO": "M", "SEC": "36", "YEA": "1884", "CITY": "COUTRAS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10253	arban-joseph-1825-02-28	{"a4": "1501"}	{"lerrcp": "A4-1501"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Arban", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1825-02-28 03:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1825-02-28 02:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Arban"}, "birth": {"tzo": "+00:19:23", "date": "1825-02-28 03:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1825-02-28 02:40:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1501"}, "ids-in-sources": {"a4": "1501"}}, "raw": {"H": "2", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "28", "LAT": "45N46", "LON": "4E50", "MON": "2", "NUM": "1501", "PRO": "M", "SEC": "40", "YEA": "1825", "CITY": "LYON"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10254	arcouet-gontran-1883-10-30	{"a4": "1502"}	{"lerrcp": "A4-1502"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gontran", "family": "Arcouet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1883-10-30 17:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1883-10-30 17:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Gontran", "family": "Arcouet"}, "birth": {"tzo": "-00:06:13", "date": "1883-10-30 17:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1883-10-30 17:06:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1502"}, "ids-in-sources": {"a4": "1502"}}, "raw": {"H": "17", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "30", "LAT": "47N13", "LON": "1W35", "MON": "10", "NUM": "1502", "PRO": "M", "SEC": "20", "YEA": "1883", "CITY": "NANTES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10255	argaing-rene-1868-11-17	{"a4": "1503"}	{"lerrcp": "A4-1503"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Argaing", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1868-11-17 06:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1868-11-17 05:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "René", "family": "Argaing"}, "birth": {"tzo": "+00:05:46", "date": "1868-11-17 06:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1868-11-17 05:54:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1503"}, "ids-in-sources": {"a4": "1503"}}, "raw": {"H": "5", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "17", "LAT": "43N37", "LON": "1E26", "MON": "11", "NUM": "1503", "PRO": "M", "SEC": "16", "YEA": "1868", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10256	arnaud-jean-1807-03-17	{"a4": "1504"}	{"lerrcp": "A4-1504"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Arnaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1807-03-17 00:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1807-03-16 23:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Arnaud"}, "birth": {"tzo": "+00:21:31", "date": "1807-03-17 00:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1807-03-16 23:38:32"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1504"}, "ids-in-sources": {"a4": "1504"}}, "raw": {"H": "23", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "16", "LAT": "43N18", "LON": "5E22", "MON": "3", "NUM": "1504", "PRO": "M", "SEC": "32", "YEA": "1807", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10257	arnoud-jules-1847-06-10	{"a4": "1505"}	{"lerrcp": "A4-1505"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Arnoud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1847-06-10 03:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1847-06-10 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Arnoud"}, "birth": {"tzo": "+00:09:24", "date": "1847-06-10 03:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1847-06-10 02:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1505"}, "ids-in-sources": {"a4": "1505"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "10", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "1505", "PRO": "M", "SEC": "40", "YEA": "1847", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10258	artus-amedee-1815-10-28	{"a4": "1506"}	{"lerrcp": "A4-1506"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amédée", "family": "Artus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:35", "date": "1815-10-28 08:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "notime": null, "date-ut": "1815-10-28 07:48:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Amédée", "family": "Artus"}, "birth": {"tzo": "+00:11:35", "date": "1815-10-28 08:00", "place": {"c2": "66", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "date-ut": "1815-10-28 07:48:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1506"}, "ids-in-sources": {"a4": "1506"}}, "raw": {"H": "7", "MN": "48", "TZ": "0", "COD": "66", "COU": "F", "DAY": "28", "LAT": "42N42", "LON": "2E55", "MON": "10", "NUM": "1506", "PRO": "M", "SEC": "20", "YEA": "1815", "CITY": "PERPIGNAN"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10259	gauquelin-a4-1507-1833-10-23	{"a4": "1507"}	{"lerrcp": "A4-1507"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1507", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:20", "date": "1833-10-23 03:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 43.95, "name": "Latourdaigues", "geoid": 0}, "notime": null, "date-ut": "1833-10-23 02:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1507"}, "birth": {"tzo": "+00:19:20", "date": "1833-10-23 03:00", "place": {"c2": "84", "cy": "FR", "lg": 4.83333, "lat": 43.95, "name": "Latourdaigues", "geoid": 0}, "date-ut": "1833-10-23 02:40:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1507"}, "ids-in-sources": {"a4": "1507"}}, "raw": {"H": "2", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "23", "LAT": "43N57", "LON": "4E50", "MON": "10", "NUM": "1507", "PRO": "M", "SEC": "40", "YEA": "1833", "CITY": "LATOURDAIGUES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10260	aubert-cesar-1858-07-10	{"a4": "1508"}	{"lerrcp": "A4-1508"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "César", "family": "Aubert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1858-07-10 01:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1858-07-10 00:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "César", "family": "Aubert"}, "birth": {"tzo": "+00:21:31", "date": "1858-07-10 01:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1858-07-10 00:38:32"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1508"}, "ids-in-sources": {"a4": "1508"}}, "raw": {"H": "0", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "10", "LAT": "43N18", "LON": "5E22", "MON": "7", "NUM": "1508", "PRO": "M", "SEC": "32", "YEA": "1858", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10261	aubert-louis-1877-02-19	{"a4": "1509"}	{"lerrcp": "A4-1509"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Aubert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:07:55", "date": "1877-02-19 05:30", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.97911, "lat": 48.66016, "name": "Paramé", "geoid": 2988606}, "notime": null, "date-ut": "1877-02-19 05:36:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Aubert"}, "birth": {"tzo": "-00:07:55", "date": "1877-02-19 05:30", "place": {"c2": "35", "cy": "FR", "lg": -1.97911, "lat": 48.66016, "name": "Paramé", "geoid": 2988606}, "date-ut": "1877-02-19 05:36:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1509"}, "ids-in-sources": {"a4": "1509"}}, "raw": {"H": "5", "MN": "36", "TZ": "0", "COD": "35", "COU": "F", "DAY": "19", "LAT": "48N 7", "LON": "1W40", "MON": "2", "NUM": "1509", "PRO": "M", "SEC": "40", "YEA": "1877", "CITY": "PARAME"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10262	aubert-louis-1872-12-24	{"a4": "1510"}	{"lerrcp": "A4-1510"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Aubert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:31", "date": "1872-12-24 02:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 4.63031, "lat": 43.67681, "name": "Arles", "geoid": 3036938}, "notime": null, "date-ut": "1872-12-24 01:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Aubert"}, "birth": {"tzo": "+00:18:31", "date": "1872-12-24 02:00", "place": {"c2": "13", "cy": "FR", "lg": 4.63031, "lat": 43.67681, "name": "Arles", "geoid": 3036938}, "date-ut": "1872-12-24 01:38:32"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1510"}, "ids-in-sources": {"a4": "1510"}}, "raw": {"H": "1", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "24", "LAT": "43N18", "LON": "5E22", "MON": "12", "NUM": "1510", "PRO": "M", "SEC": "32", "YEA": "1872", "CITY": "ARLES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10263	aubert-maximin-1847-05-20	{"a4": "1511"}	{"lerrcp": "A4-1511"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maximin", "family": "Aubert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1847-05-20 01:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1847-05-20 00:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Maximin", "family": "Aubert"}, "birth": {"tzo": "+00:19:23", "date": "1847-05-20 01:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1847-05-20 00:40:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1511"}, "ids-in-sources": {"a4": "1511"}}, "raw": {"H": "0", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "20", "LAT": "45N46", "LON": "4E50", "MON": "5", "NUM": "1511", "PRO": "M", "SEC": "40", "YEA": "1847", "CITY": "LYON"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10264	aubry-georges-1868-01-07	{"a4": "1512"}	{"lerrcp": "A4-1512"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Aubry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:52", "date": "1868-01-07 03:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.21757, "lat": 48.82292, "name": "Sèvres", "geoid": 2974678}, "notime": null, "date-ut": "1868-01-07 02:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Aubry"}, "birth": {"tzo": "+00:08:52", "date": "1868-01-07 03:00", "place": {"c2": "92", "cy": "FR", "lg": 2.21757, "lat": 48.82292, "name": "Sèvres", "geoid": 2974678}, "date-ut": "1868-01-07 02:51:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1512"}, "ids-in-sources": {"a4": "1512"}}, "raw": {"H": "2", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "7", "LAT": "48N50", "LON": "2E11", "MON": "1", "NUM": "1512", "PRO": "M", "SEC": "16", "YEA": "1868", "CITY": "SEVRES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10265	gauquelin-a4-1513-1840-04-12	{"a4": "1513"}	{"lerrcp": "A4-1513"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1513", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1840-04-12 01:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1840-04-12 00:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1513"}, "birth": {"tzo": "+00:19:23", "date": "1840-04-12 01:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1840-04-12 00:40:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1513"}, "ids-in-sources": {"a4": "1513"}}, "raw": {"H": "0", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "12", "LAT": "45N46", "LON": "4E50", "MON": "4", "NUM": "1513", "PRO": "M", "SEC": "40", "YEA": "1840", "CITY": "LYON"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10266	audran-francois-1824-04-13	{"a4": "1514"}	{"lerrcp": "A4-1514"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Audran", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:28", "date": "1824-04-13 15:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.11763, "lat": 43.41231, "name": "Rieumes", "geoid": 2983606}, "notime": null, "date-ut": "1824-04-13 14:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "François", "family": "Audran"}, "birth": {"tzo": "+00:04:28", "date": "1824-04-13 15:00", "place": {"c2": "31", "cy": "FR", "lg": 1.11763, "lat": 43.41231, "name": "Rieumes", "geoid": 2983606}, "date-ut": "1824-04-13 14:54:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1514"}, "ids-in-sources": {"a4": "1514"}}, "raw": {"H": "14", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "13", "LAT": "43N37", "LON": "1E26", "MON": "4", "NUM": "1514", "PRO": "M", "SEC": "16", "YEA": "1824", "CITY": "RIEUMES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10267	aulas-francisque-1884-08-07	{"a4": "1515"}	{"lerrcp": "A4-1515"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francisque", "family": "Aulas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1884-08-07 03:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1884-08-07 02:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Francisque", "family": "Aulas"}, "birth": {"tzo": "+00:19:23", "date": "1884-08-07 03:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1884-08-07 02:40:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1515"}, "ids-in-sources": {"a4": "1515"}}, "raw": {"H": "2", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "7", "LAT": "45N46", "LON": "4E50", "MON": "8", "NUM": "1515", "PRO": "M", "SEC": "40", "YEA": "1884", "CITY": "LYON"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10268	aumond-henri-1818-07-31	{"a4": "1516"}	{"lerrcp": "A4-1516"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Aumond", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1818-07-31 13:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1818-07-31 12:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Aumond"}, "birth": {"tzo": "+00:09:24", "date": "1818-07-31 13:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1818-07-31 12:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1516"}, "ids-in-sources": {"a4": "1516"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "31", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "1516", "PRO": "M", "SEC": "40", "YEA": "1818", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10269	aupicg-pierre-1814-06-10	{"a4": "1517"}	{"lerrcp": "A4-1517"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Aupicg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:11:52", "date": "1814-06-10 10:00", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -2.96645, "lat": 48.06835, "name": "Pontivy", "geoid": 2986160}, "notime": null, "date-ut": "1814-06-10 10:10:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Aupicg"}, "birth": {"tzo": "-00:11:52", "date": "1814-06-10 10:00", "place": {"c2": "56", "cy": "FR", "lg": -2.96645, "lat": 48.06835, "name": "Pontivy", "geoid": 2986160}, "date-ut": "1814-06-10 10:10:56"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1517"}, "ids-in-sources": {"a4": "1517"}}, "raw": {"H": "10", "MN": "10", "TZ": "0", "COD": "56", "COU": "F", "DAY": "10", "LAT": "47N40", "LON": "2W44", "MON": "6", "NUM": "1517", "PRO": "M", "SEC": "56", "YEA": "1814", "CITY": "PONTIVY"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10270	auriaux-raphael-1852-02-01	{"a4": "1518"}	{"lerrcp": "A4-1518"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raphaël", "family": "Auriaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:11", "date": "1852-02-01 06:00", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.54518, "lat": 46.81705, "name": "Châtellerault", "geoid": 3026141}, "notime": null, "date-ut": "1852-02-01 05:58:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Raphaël", "family": "Auriaux"}, "birth": {"tzo": "+00:02:11", "date": "1852-02-01 06:00", "place": {"c2": "86", "cy": "FR", "lg": 0.54518, "lat": 46.81705, "name": "Châtellerault", "geoid": 3026141}, "date-ut": "1852-02-01 05:58:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1518"}, "ids-in-sources": {"a4": "1518"}}, "raw": {"H": "5", "MN": "58", "TZ": "0", "COD": "86", "COU": "F", "DAY": "1", "LAT": "46N35", "LON": "0E20", "MON": "2", "NUM": "1518", "PRO": "M", "SEC": "40", "YEA": "1852", "CITY": "CHATELLERAULT"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10271	gauquelin-a4-1519-1869-02-14	{"a4": "1519"}	{"lerrcp": "A4-1519"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1519", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:35", "date": "1869-02-14 07:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "notime": null, "date-ut": "1869-02-14 06:48:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1519"}, "birth": {"tzo": "+00:11:35", "date": "1869-02-14 07:00", "place": {"c2": "66", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "date-ut": "1869-02-14 06:48:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1519"}, "ids-in-sources": {"a4": "1519"}}, "raw": {"H": "6", "MN": "48", "TZ": "0", "COD": "66", "COU": "F", "DAY": "14", "LAT": "42N42", "LON": "2E55", "MON": "2", "NUM": "1519", "PRO": "M", "SEC": "20", "YEA": "1869", "CITY": "PERPIGNAN"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10272	bacqueville-charles-1865-11-13	{"a4": "1520"}	{"lerrcp": "A4-1520"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Bacqueville", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1865-11-13 05:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1865-11-13 04:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Bacqueville"}, "birth": {"tzo": "+00:12:14", "date": "1865-11-13 05:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1865-11-13 04:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1520"}, "ids-in-sources": {"a4": "1520"}}, "raw": {"H": "4", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "13", "LAT": "50N39", "LON": "3E 5", "MON": "11", "NUM": "1520", "PRO": "M", "SEC": "40", "YEA": "1865", "CITY": "LILLE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10273	gauquelin-a4-1521-1829-08-15	{"a4": "1521"}	{"lerrcp": "A4-1521"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1521", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:59", "date": "1829-08-15 11:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.745, "lat": 47.00966, "name": "Maulévrier", "geoid": 2995104}, "notime": null, "date-ut": "1829-08-15 11:02:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1521"}, "birth": {"tzo": "-00:02:59", "date": "1829-08-15 11:00", "place": {"c2": "49", "cy": "FR", "lg": -0.745, "lat": 47.00966, "name": "Maulévrier", "geoid": 2995104}, "date-ut": "1829-08-15 11:02:08"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1521"}, "ids-in-sources": {"a4": "1521"}}, "raw": {"H": "11", "MN": "2", "TZ": "0", "COD": "49", "COU": "F", "DAY": "15", "LAT": "47N28", "LON": "0W32", "MON": "8", "NUM": "1521", "PRO": "M", "SEC": "8", "YEA": "1829", "CITY": "MAULEVRIER"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10274	baillon-pierre-1881-10-25	{"a4": "1522"}	{"lerrcp": "A4-1522"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Baillon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1881-10-25 21:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Baillon"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1881-10-25 21:35:12"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1522"}, "ids-in-sources": {"a4": "1522"}}, "raw": {"H": "21", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "25", "LAT": "48N42", "LON": "6E12", "MON": "10", "NUM": "1522", "PRO": "M", "SEC": "12", "YEA": "1881", "CITY": "NANCY"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10275	bailly-cyrille-1865-06-16	{"a4": "1523"}	{"lerrcp": "A4-1523"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cyrille", "family": "Bailly", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:20", "date": "1865-06-16 11:00", "note": null, "place": {"c1": null, "c2": "91", "c3": null, "cy": "FR", "lg": 2.33333, "lat": 48.6, "name": "Marollesenhurep", "geoid": 0}, "notime": null, "date-ut": "1865-06-16 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Cyrille", "family": "Bailly"}, "birth": {"tzo": "+00:09:20", "date": "1865-06-16 11:00", "place": {"c2": "91", "cy": "FR", "lg": 2.33333, "lat": 48.6, "name": "Marollesenhurep", "geoid": 0}, "date-ut": "1865-06-16 10:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1523"}, "ids-in-sources": {"a4": "1523"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "91", "COU": "F", "DAY": "16", "LAT": "48N36", "LON": "2E20", "MON": "6", "NUM": "1523", "PRO": "M", "SEC": "40", "YEA": "1865", "CITY": "MAROLLESENHUREP"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10276	bailly-louis-1882-06-13	{"a4": "1524"}	{"lerrcp": "A4-1524"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Bailly", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:06", "date": "1882-06-13 04:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.52506, "lat": 50.35909, "name": "Valenciennes", "geoid": 2971041}, "notime": null, "date-ut": "1882-06-13 03:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Bailly"}, "birth": {"tzo": "+00:14:06", "date": "1882-06-13 04:00", "place": {"c2": "59", "cy": "FR", "lg": 3.52506, "lat": 50.35909, "name": "Valenciennes", "geoid": 2971041}, "date-ut": "1882-06-13 03:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1524"}, "ids-in-sources": {"a4": "1524"}}, "raw": {"H": "3", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "13", "LAT": "50N39", "LON": "3E 5", "MON": "6", "NUM": "1524", "PRO": "M", "SEC": "40", "YEA": "1882", "CITY": "VALENCIENNES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10277	bannelier-louis-1840-03-15	{"a4": "1525"}	{"lerrcp": "A4-1525"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Bannelier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1840-03-15 01:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1840-03-15 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Bannelier"}, "birth": {"tzo": "+00:09:24", "date": "1840-03-15 01:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1840-03-15 00:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1525"}, "ids-in-sources": {"a4": "1525"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "15", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "1525", "PRO": "M", "SEC": "40", "YEA": "1840", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10278	baque-jean-1854-12-21	{"a4": "1526"}	{"lerrcp": "A4-1526"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Baque", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1854-12-21 00:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1854-12-21 00:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Baque"}, "birth": {"tzo": "-00:02:19", "date": "1854-12-21 00:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1854-12-21 00:57:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1526"}, "ids-in-sources": {"a4": "1526"}}, "raw": {"H": "0", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "21", "LAT": "44N50", "LON": "0W34", "MON": "12", "NUM": "1526", "PRO": "M", "SEC": "36", "YEA": "1854", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10279	barbe-adrien-1874-02-09	{"a4": "1527"}	{"lerrcp": "A4-1527"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrien", "family": "Barbe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:21", "date": "1874-02-09 00:13:09", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 1.83547, "lat": 50.10521, "name": "Abbeville", "geoid": 3038789}, "notime": null, "date-ut": "1874-02-09 00:05:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Adrien", "family": "Barbe"}, "birth": {"tzo": "+00:07:21", "date": "1874-02-09 00:13:09", "place": {"c2": "80", "cy": "FR", "lg": 1.83547, "lat": 50.10521, "name": "Abbeville", "geoid": 3038789}, "date-ut": "1874-02-09 00:05:48"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1527"}, "ids-in-sources": {"a4": "1527"}}, "raw": {"H": "0", "MN": "5", "TZ": "0", "COD": "80", "COU": "F", "DAY": "9", "LAT": "49N54", "LON": "2E18", "MON": "2", "NUM": "1527", "PRO": "M", "SEC": "48", "YEA": "1874", "CITY": "ABBEVILLE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10280	bardey-auguste-1838-11-08	{"a4": "1528"}	{"lerrcp": "A4-1528"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Bardey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:08", "date": "1838-11-08 14:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.03333, "lat": 47.25, "name": "Baumelesdames", "geoid": 0}, "notime": null, "date-ut": "1838-11-08 13:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Bardey"}, "birth": {"tzo": "+00:24:08", "date": "1838-11-08 14:00", "place": {"c2": "25", "cy": "FR", "lg": 6.03333, "lat": 47.25, "name": "Baumelesdames", "geoid": 0}, "date-ut": "1838-11-08 13:35:52"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1528"}, "ids-in-sources": {"a4": "1528"}}, "raw": {"H": "13", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "8", "LAT": "47N15", "LON": "6E 2", "MON": "11", "NUM": "1528", "PRO": "M", "SEC": "52", "YEA": "1838", "CITY": "BAUMELESDAMES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10281	gauquelin-a4-1529-1826-05-23	{"a4": "1529"}	{"lerrcp": "A4-1529"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1529", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:08", "date": "1826-05-23 17:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.03333, "lat": 47.25, "name": "Baumelesdames", "geoid": 0}, "notime": null, "date-ut": "1826-05-23 16:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1529"}, "birth": {"tzo": "+00:24:08", "date": "1826-05-23 17:00", "place": {"c2": "25", "cy": "FR", "lg": 6.03333, "lat": 47.25, "name": "Baumelesdames", "geoid": 0}, "date-ut": "1826-05-23 16:35:52"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1529"}, "ids-in-sources": {"a4": "1529"}}, "raw": {"H": "16", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "23", "LAT": "47N15", "LON": "6E 2", "MON": "5", "NUM": "1529", "PRO": "M", "SEC": "52", "YEA": "1826", "CITY": "BAUMELESDAMES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10282	bardout-alexandre-1869-10-04	{"a4": "1530"}	{"lerrcp": "A4-1530"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Bardout", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:44", "date": "1869-10-04 23:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly", "geoid": 0}, "notime": null, "date-ut": "1869-10-04 22:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Bardout"}, "birth": {"tzo": "+00:08:44", "date": "1869-10-04 23:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly", "geoid": 0}, "date-ut": "1869-10-04 22:51:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1530"}, "ids-in-sources": {"a4": "1530"}}, "raw": {"H": "22", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "4", "LAT": "48N50", "LON": "2E11", "MON": "10", "NUM": "1530", "PRO": "M", "SEC": "16", "YEA": "1869", "CITY": "NEUILLY"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10283	baresse-louis-1842-11-30	{"a4": "1531"}	{"lerrcp": "A4-1531"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Baresse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12", "date": "1842-11-30 19:03:40", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 3, "lat": 49.58333, "name": "Noyon", "geoid": 2989877}, "notime": null, "date-ut": "1842-11-30 18:51:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Baresse"}, "birth": {"tzo": "+00:12", "date": "1842-11-30 19:03:40", "place": {"c2": "60", "cy": "FR", "lg": 3, "lat": 49.58333, "name": "Noyon", "geoid": 2989877}, "date-ut": "1842-11-30 18:51:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1531"}, "ids-in-sources": {"a4": "1531"}}, "raw": {"H": "18", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "30", "LAT": "49N26", "LON": "2E 5", "MON": "11", "NUM": "1531", "PRO": "M", "SEC": "40", "YEA": "1842", "CITY": "NOYON"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10284	baretty-charles-1859-03-31	{"a4": "1532"}	{"lerrcp": "A4-1532"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Baretty", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1859-03-31 00:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1859-03-31 00:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Baretty"}, "birth": {"tzo": "-00:02:19", "date": "1859-03-31 00:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1859-03-31 00:57:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1532"}, "ids-in-sources": {"a4": "1532"}}, "raw": {"H": "0", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "31", "LAT": "44N50", "LON": "0W34", "MON": "3", "NUM": "1532", "PRO": "M", "SEC": "36", "YEA": "1859", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10285	baretty-henri-1836-10-26	{"a4": "1533"}	{"lerrcp": "A4-1533"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Baretty", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1836-10-26 15:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1836-10-26 15:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Baretty"}, "birth": {"tzo": "-00:02:19", "date": "1836-10-26 15:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1836-10-26 15:57:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1533"}, "ids-in-sources": {"a4": "1533"}}, "raw": {"H": "15", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "26", "LAT": "44N50", "LON": "0W34", "MON": "10", "NUM": "1533", "PRO": "M", "SEC": "36", "YEA": "1836", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10286	barraud-henri-1900-04-23	{"a4": "1534"}	{"lerrcp": "A4-1534"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Barraud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-04-23 08:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1900-04-23 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Barraud"}, "birth": {"tzo": "+00:09:21", "date": "1900-04-23 08:00", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1900-04-23 07:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1534"}, "ids-in-sources": {"a4": "1534"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "33", "COU": "F", "DAY": "23", "LAT": "44N50", "LON": "0W34", "MON": "4", "NUM": "1534", "PRO": "M", "SEC": "40", "YEA": "1900", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10287	barre-apollon-1804-11-06	{"a4": "1535"}	{"lerrcp": "A4-1535"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Apollon", "family": "Barre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:11:04", "date": "1804-11-06 21:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -2.76838, "lat": 48.51513, "name": "Saint-Brieuc", "geoid": 2981280}, "notime": null, "date-ut": "1804-11-06 21:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Apollon", "family": "Barre"}, "birth": {"tzo": "-00:11:04", "date": "1804-11-06 21:00", "place": {"c2": "22", "cy": "FR", "lg": -2.76838, "lat": 48.51513, "name": "Saint-Brieuc", "geoid": 2981280}, "date-ut": "1804-11-06 21:11"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1535"}, "ids-in-sources": {"a4": "1535"}}, "raw": {"H": "21", "MN": "11", "TZ": "0", "COD": "22", "COU": "F", "DAY": "6", "LAT": "48N31", "LON": "2W45", "MON": "11", "NUM": "1535", "PRO": "M", "SEC": "0", "YEA": "1804", "CITY": "ST-BRIEUC"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10288	barrez-victor-1843-10-01	{"a4": "1536"}	{"lerrcp": "A4-1536"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Barrez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1843-10-01 21:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1843-10-01 20:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Barrez"}, "birth": {"tzo": "+00:12:14", "date": "1843-10-01 21:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1843-10-01 20:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1536"}, "ids-in-sources": {"a4": "1536"}}, "raw": {"H": "20", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "1", "LAT": "50N39", "LON": "3E 5", "MON": "10", "NUM": "1536", "PRO": "M", "SEC": "40", "YEA": "1843", "CITY": "LILLE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10289	barthe-charles-1819-07-17	{"a4": "1537"}	{"lerrcp": "A4-1537"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Barthe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:54", "date": "1819-07-17 18:55:34", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "notime": null, "date-ut": "1819-07-17 19:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Barthe"}, "birth": {"tzo": "-00:05:54", "date": "1819-07-17 18:55:34", "place": {"c2": "64", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "date-ut": "1819-07-17 19:01:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1537"}, "ids-in-sources": {"a4": "1537"}}, "raw": {"H": "19", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "17", "LAT": "43N18", "LON": "0W22", "MON": "7", "NUM": "1537", "PRO": "M", "SEC": "28", "YEA": "1819", "CITY": "BAYONNE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10290	barthe-gratien-1828-06-07	{"a4": "1538"}	{"lerrcp": "A4-1538"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gratien", "family": "Barthe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:54", "date": "1828-06-07 03:55:34", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "notime": null, "date-ut": "1828-06-07 04:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Gratien", "family": "Barthe"}, "birth": {"tzo": "-00:05:54", "date": "1828-06-07 03:55:34", "place": {"c2": "64", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "date-ut": "1828-06-07 04:01:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1538"}, "ids-in-sources": {"a4": "1538"}}, "raw": {"H": "4", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "7", "LAT": "43N18", "LON": "0W22", "MON": "6", "NUM": "1538", "PRO": "M", "SEC": "28", "YEA": "1828", "CITY": "BAYONNE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10291	barthel-alfred-1871-03-29	{"a4": "1539"}	{"lerrcp": "A4-1539"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Barthel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:05", "date": "1871-03-29 11:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 4.76952, "lat": 46.97822, "name": "Meursault", "geoid": 2994113}, "notime": null, "date-ut": "1871-03-29 10:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Barthel"}, "birth": {"tzo": "+00:19:05", "date": "1871-03-29 11:00", "place": {"c2": "21", "cy": "FR", "lg": 4.76952, "lat": 46.97822, "name": "Meursault", "geoid": 2994113}, "date-ut": "1871-03-29 10:39:52"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1539"}, "ids-in-sources": {"a4": "1539"}}, "raw": {"H": "10", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "29", "LAT": "47N19", "LON": "5E 2", "MON": "3", "NUM": "1539", "PRO": "M", "SEC": "52", "YEA": "1871", "CITY": "MEURSAULT"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10292	bastide-edmond-1885-12-24	{"a4": "1540"}	{"lerrcp": "A4-1540"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Bastide", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:59", "date": "1885-12-24 03:30", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1885-12-24 03:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Bastide"}, "birth": {"tzo": "+00:04:59", "date": "1885-12-24 03:30", "place": {"c2": "87", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1885-12-24 03:25"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1540"}, "ids-in-sources": {"a4": "1540"}}, "raw": {"H": "3", "MN": "25", "TZ": "0", "COD": "87", "COU": "F", "DAY": "24", "LAT": "45N50", "LON": "1E15", "MON": "12", "NUM": "1540", "PRO": "M", "SEC": "0", "YEA": "1885", "CITY": "LIMOGES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10293	gauquelin-a4-1541-1879-04-06	{"a4": "1541"}	{"lerrcp": "A4-1541"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1541", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:16:24", "date": "1879-04-06 05:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.09795, "lat": 47.99597, "name": "Quimper", "geoid": 2984701}, "notime": null, "date-ut": "1879-04-06 05:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1541"}, "birth": {"tzo": "-00:16:24", "date": "1879-04-06 05:00", "place": {"c2": "29", "cy": "FR", "lg": -4.09795, "lat": 47.99597, "name": "Quimper", "geoid": 2984701}, "date-ut": "1879-04-06 05:16:24"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1541"}, "ids-in-sources": {"a4": "1541"}}, "raw": {"H": "5", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "6", "LAT": "48N 0", "LON": "4W 6", "MON": "4", "NUM": "1541", "PRO": "M", "SEC": "24", "YEA": "1879", "CITY": "QUIMPER"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10294	bastide-godefroid-paul-1842-07-10	{"a4": "1542"}	{"lerrcp": "A4-1542"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Bastide-Godefroid", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1842-07-10 08:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1842-07-10 07:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Bastide-Godefroid"}, "birth": {"tzo": "+00:24:44", "date": "1842-07-10 08:00", "place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1842-07-10 07:35:12"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1542"}, "ids-in-sources": {"a4": "1542"}}, "raw": {"H": "7", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "10", "LAT": "48N42", "LON": "6E12", "MON": "7", "NUM": "1542", "PRO": "M", "SEC": "12", "YEA": "1842", "CITY": "NANCY"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10295	baton-rhene-1879-09-05	{"a4": "1543"}	{"lerrcp": "A4-1543"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rhene", "family": "Baton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:28", "date": "1879-09-05 08:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.36667, "lat": 49.18333, "name": "Courseulles-Mer", "geoid": 0}, "notime": null, "date-ut": "1879-09-05 08:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Rhene", "family": "Baton"}, "birth": {"tzo": "-00:01:28", "date": "1879-09-05 08:00", "place": {"c2": "14", "cy": "FR", "lg": -0.36667, "lat": 49.18333, "name": "Courseulles-Mer", "geoid": 0}, "date-ut": "1879-09-05 08:01:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1543"}, "ids-in-sources": {"a4": "1543"}}, "raw": {"H": "8", "MN": "1", "TZ": "0", "COD": "14", "COU": "F", "DAY": "5", "LAT": "49N11", "LON": "0W22", "MON": "9", "NUM": "1543", "PRO": "M", "SEC": "28", "YEA": "1879", "CITY": "COURSEULLES-MER"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10296	bauduin-urbain-1882-09-16	{"a4": "1544"}	{"lerrcp": "A4-1544"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Urbain", "family": "Bauduin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:08", "date": "1882-09-16 11:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.28333, "lat": 50.4, "name": "Marchiennes", "geoid": 2995991}, "notime": null, "date-ut": "1882-09-16 10:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Urbain", "family": "Bauduin"}, "birth": {"tzo": "+00:13:08", "date": "1882-09-16 11:00", "place": {"c2": "59", "cy": "FR", "lg": 3.28333, "lat": 50.4, "name": "Marchiennes", "geoid": 2995991}, "date-ut": "1882-09-16 10:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1544"}, "ids-in-sources": {"a4": "1544"}}, "raw": {"H": "10", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "16", "LAT": "50N39", "LON": "3E 5", "MON": "9", "NUM": "1544", "PRO": "M", "SEC": "40", "YEA": "1882", "CITY": "MARCHIENNES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10297	baumann-louis-1821-08-21	{"a4": "1545"}	{"lerrcp": "A4-1545"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Baumann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1821-08-21 13:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1821-08-21 12:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Baumann"}, "birth": {"tzo": "+00:19:23", "date": "1821-08-21 13:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1821-08-21 12:40:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1545"}, "ids-in-sources": {"a4": "1545"}}, "raw": {"H": "12", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "21", "LAT": "45N46", "LON": "4E50", "MON": "8", "NUM": "1545", "PRO": "M", "SEC": "40", "YEA": "1821", "CITY": "LYON"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10298	baume-joseph-1871-06-09	{"a4": "1546"}	{"lerrcp": "A4-1546"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Baume", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:43", "date": "1871-06-09 14:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1871-06-09 13:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Baume"}, "birth": {"tzo": "+00:23:43", "date": "1871-06-09 14:00", "place": {"c2": "83", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1871-06-09 13:34:08"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1546"}, "ids-in-sources": {"a4": "1546"}}, "raw": {"H": "13", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "9", "LAT": "43N32", "LON": "6E28", "MON": "6", "NUM": "1546", "PRO": "M", "SEC": "8", "YEA": "1871", "CITY": "TOULON"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10299	baussart-frederic-1842-05-30	{"a4": "1547"}	{"lerrcp": "A4-1547"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Baussart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:04", "date": "1842-05-30 05:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Aireslys", "geoid": 0}, "notime": null, "date-ut": "1842-05-30 04:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Baussart"}, "birth": {"tzo": "+00:11:04", "date": "1842-05-30 05:00", "place": {"c2": "62", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Aireslys", "geoid": 0}, "date-ut": "1842-05-30 04:48:56"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1547"}, "ids-in-sources": {"a4": "1547"}}, "raw": {"H": "4", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "30", "LAT": "50N18", "LON": "2E46", "MON": "5", "NUM": "1547", "PRO": "M", "SEC": "56", "YEA": "1842", "CITY": "AIRESLYS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10300	bazelaire-paul-1886-03-04	{"a4": "1548"}	{"lerrcp": "A4-1548"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Bazelaire", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:46", "date": "1886-03-04 23:45:50", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.94028, "lat": 49.70187, "name": "Sedan", "geoid": 2975349}, "notime": null, "date-ut": "1886-03-04 23:26:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Bazelaire"}, "birth": {"tzo": "+00:19:46", "date": "1886-03-04 23:45:50", "place": {"c2": "08", "cy": "FR", "lg": 4.94028, "lat": 49.70187, "name": "Sedan", "geoid": 2975349}, "date-ut": "1886-03-04 23:26:04"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1548"}, "ids-in-sources": {"a4": "1548"}}, "raw": {"H": "23", "MN": "26", "TZ": "0", "COD": "08", "COU": "F", "DAY": "4", "LAT": "49N46", "LON": "4E44", "MON": "3", "NUM": "1548", "PRO": "M", "SEC": "4", "YEA": "1886", "CITY": "SEDAN"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10301	bazile-louis-1847-08-05	{"a4": "1549"}	{"lerrcp": "A4-1549"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Bazile", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1847-08-05 02:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1847-08-05 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Bazile"}, "birth": {"tzo": "+00:09:24", "date": "1847-08-05 02:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1847-08-05 01:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1549"}, "ids-in-sources": {"a4": "1549"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "5", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "1549", "PRO": "M", "SEC": "40", "YEA": "1847", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10302	bazin-francois-1816-09-04	{"a4": "1550"}	{"lerrcp": "A4-1550"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Bazin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1816-09-04 14:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1816-09-04 13:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "François", "family": "Bazin"}, "birth": {"tzo": "+00:21:31", "date": "1816-09-04 14:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1816-09-04 13:38:32"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1550"}, "ids-in-sources": {"a4": "1550"}}, "raw": {"H": "13", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "4", "LAT": "43N18", "LON": "5E22", "MON": "9", "NUM": "1550", "PRO": "M", "SEC": "32", "YEA": "1816", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10303	beauvais-alexandre-1824-09-06	{"a4": "1551"}	{"lerrcp": "A4-1551"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Beauvais", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1824-09-06 15:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Stgermain", "geoid": 0}, "notime": null, "date-ut": "1824-09-06 14:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Beauvais"}, "birth": {"tzo": "+00:08:32", "date": "1824-09-06 15:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Stgermain", "geoid": 0}, "date-ut": "1824-09-06 14:51:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1551"}, "ids-in-sources": {"a4": "1551"}}, "raw": {"H": "14", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "6", "LAT": "48N50", "LON": "2E 8", "MON": "9", "NUM": "1551", "PRO": "M", "SEC": "28", "YEA": "1824", "CITY": "STGERMAIN"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10304	bele-desire-1868-02-09	{"a4": "1552"}	{"lerrcp": "A4-1552"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Désiré", "family": "Bele", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:09", "date": "1868-02-09 05:30", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 2.53729, "lat": 50.72374, "name": "Hazebrouck", "geoid": 3013619}, "notime": null, "date-ut": "1868-02-09 05:17:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Désiré", "family": "Bele"}, "birth": {"tzo": "+00:10:09", "date": "1868-02-09 05:30", "place": {"c2": "59", "cy": "FR", "lg": 2.53729, "lat": 50.72374, "name": "Hazebrouck", "geoid": 3013619}, "date-ut": "1868-02-09 05:17:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1552"}, "ids-in-sources": {"a4": "1552"}}, "raw": {"H": "5", "MN": "17", "TZ": "0", "COD": "59", "COU": "F", "DAY": "9", "LAT": "50N39", "LON": "3E 5", "MON": "2", "NUM": "1552", "PRO": "M", "SEC": "40", "YEA": "1868", "CITY": "HAZEBROUCK"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10305	belliard-maxime-1888-11-28	{"a4": "1553"}	{"lerrcp": "A4-1553"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maxime", "family": "Belliard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:37", "date": "1888-11-28 04:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1888-11-28 03:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Maxime", "family": "Belliard"}, "birth": {"tzo": "+00:07:37", "date": "1888-11-28 04:00", "place": {"c2": "45", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1888-11-28 03:52:24"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1553"}, "ids-in-sources": {"a4": "1553"}}, "raw": {"H": "3", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "28", "LAT": "47N54", "LON": "1E54", "MON": "11", "NUM": "1553", "PRO": "M", "SEC": "24", "YEA": "1888", "CITY": "ORLEANS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10306	berceaux-eugene-1840-07-16	{"a4": "1554"}	{"lerrcp": "A4-1554"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Berceaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:14", "date": "1840-07-16 04:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.30952, "lat": 48.90018, "name": "Clichy", "geoid": 3024597}, "notime": null, "date-ut": "1840-07-16 03:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Berceaux"}, "birth": {"tzo": "+00:09:14", "date": "1840-07-16 04:00", "place": {"c2": "92", "cy": "FR", "lg": 2.30952, "lat": 48.90018, "name": "Clichy", "geoid": 3024597}, "date-ut": "1840-07-16 03:51:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1554"}, "ids-in-sources": {"a4": "1554"}}, "raw": {"H": "3", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "16", "LAT": "48N50", "LON": "2E11", "MON": "7", "NUM": "1554", "PRO": "M", "SEC": "16", "YEA": "1840", "CITY": "CLICHY"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10307	berger-georges-1871-06-13	{"a4": "1555"}	{"lerrcp": "A4-1555"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Berger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:11", "date": "1871-06-13 10:00", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.54518, "lat": 46.81705, "name": "Châtellerault", "geoid": 3026141}, "notime": null, "date-ut": "1871-06-13 09:58:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Berger"}, "birth": {"tzo": "+00:02:11", "date": "1871-06-13 10:00", "place": {"c2": "86", "cy": "FR", "lg": 0.54518, "lat": 46.81705, "name": "Châtellerault", "geoid": 3026141}, "date-ut": "1871-06-13 09:58:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1555"}, "ids-in-sources": {"a4": "1555"}}, "raw": {"H": "9", "MN": "58", "TZ": "0", "COD": "86", "COU": "F", "DAY": "13", "LAT": "46N35", "LON": "0E20", "MON": "6", "NUM": "1555", "PRO": "M", "SEC": "40", "YEA": "1871", "CITY": "CHATELLERAULT"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10309	bernadou-marius-1851-01-19	{"a4": "1557"}	{"lerrcp": "A4-1557"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marius", "family": "Bernadou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:58", "date": "1851-01-19 05:00", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 2.24088, "lat": 43.60527, "name": "Castres", "geoid": 3028263}, "notime": null, "date-ut": "1851-01-19 04:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Marius", "family": "Bernadou"}, "birth": {"tzo": "+00:08:58", "date": "1851-01-19 05:00", "place": {"c2": "81", "cy": "FR", "lg": 2.24088, "lat": 43.60527, "name": "Castres", "geoid": 3028263}, "date-ut": "1851-01-19 04:51:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1557"}, "ids-in-sources": {"a4": "1557"}}, "raw": {"H": "4", "MN": "51", "TZ": "0", "COD": "81", "COU": "F", "DAY": "19", "LAT": "43N55", "LON": "2E 8", "MON": "1", "NUM": "1557", "PRO": "M", "SEC": "28", "YEA": "1851", "CITY": "CASTRES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10310	bernard-alfred-1831-11-05	{"a4": "1558"}	{"lerrcp": "A4-1558"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Bernard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1831-11-05 06:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1831-11-05 06:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Bernard"}, "birth": {"tzo": "-00:06:13", "date": "1831-11-05 06:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1831-11-05 06:06:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1558"}, "ids-in-sources": {"a4": "1558"}}, "raw": {"H": "6", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "5", "LAT": "47N13", "LON": "1W35", "MON": "11", "NUM": "1558", "PRO": "M", "SEC": "20", "YEA": "1831", "CITY": "NANTES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10311	gauquelin-a4-1559-1837-02-17	{"a4": "1559"}	{"lerrcp": "A4-1559"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1559", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:19", "date": "1837-02-17 06:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "notime": null, "date-ut": "1837-02-17 05:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1559"}, "birth": {"tzo": "+00:12:19", "date": "1837-02-17 06:00", "place": {"c2": "59", "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "date-ut": "1837-02-17 05:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1559"}, "ids-in-sources": {"a4": "1559"}}, "raw": {"H": "5", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "17", "LAT": "50N39", "LON": "3E 5", "MON": "2", "NUM": "1559", "PRO": "M", "SEC": "40", "YEA": "1837", "CITY": "DOUAI"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10312	bernard-charles-i-1844-12-23	{"a4": "1560"}	{"lerrcp": "A4-1560"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Bernard Charles I", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1844-12-23 07:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1844-12-23 06:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Bernard Charles I"}, "birth": {"tzo": "+00:24:44", "date": "1844-12-23 07:00", "place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1844-12-23 06:35:12"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1560"}, "ids-in-sources": {"a4": "1560"}}, "raw": {"H": "6", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "23", "LAT": "48N42", "LON": "6E12", "MON": "12", "NUM": "1560", "PRO": "M", "SEC": "12", "YEA": "1844", "CITY": "NANCY"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10313	bernard-charles-ii-1825-10-04	{"a4": "1561"}	{"lerrcp": "A4-1561"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Bernard Charles II", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01:22", "date": "1825-10-04 12:00", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "notime": null, "date-ut": "1825-10-04 11:58:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Bernard Charles II"}, "birth": {"tzo": "+00:01:22", "date": "1825-10-04 12:00", "place": {"c2": "86", "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "date-ut": "1825-10-04 11:58:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1561"}, "ids-in-sources": {"a4": "1561"}}, "raw": {"H": "11", "MN": "58", "TZ": "0", "COD": "86", "COU": "F", "DAY": "4", "LAT": "46N35", "LON": "0E20", "MON": "10", "NUM": "1561", "PRO": "M", "SEC": "40", "YEA": "1825", "CITY": "POITIERS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10314	bernard-edouard-1877-10-20	{"a4": "1562"}	{"lerrcp": "A4-1562"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Bernard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:12", "date": "1877-10-20 10:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1877-10-20 09:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Bernard"}, "birth": {"tzo": "+00:09:12", "date": "1877-10-20 10:00", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1877-10-20 09:50:48"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1562"}, "ids-in-sources": {"a4": "1562"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "20", "LAT": "49N54", "LON": "2E18", "MON": "10", "NUM": "1562", "PRO": "M", "SEC": "48", "YEA": "1877", "CITY": "AMIENS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10315	bernard-gustave-1859-02-12	{"a4": "1563"}	{"lerrcp": "A4-1563"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Bernard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:40", "date": "1859-02-12 10:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Lemee", "geoid": 0}, "notime": null, "date-ut": "1859-02-12 09:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Bernard"}, "birth": {"tzo": "+00:10:40", "date": "1859-02-12 10:00", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Lemee", "geoid": 0}, "date-ut": "1859-02-12 09:49:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1563"}, "ids-in-sources": {"a4": "1563"}}, "raw": {"H": "9", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "12", "LAT": "48N33", "LON": "2E40", "MON": "2", "NUM": "1563", "PRO": "M", "SEC": "20", "YEA": "1859", "CITY": "LEMEE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10316	bernard-guy-1907-05-19	{"a4": "1564"}	{"lerrcp": "A4-1564"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Bernard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1907-05-19 10:25", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.21857, "lat": 49.61514, "name": "Chauny", "geoid": 3025860}, "notime": null, "date-ut": "1907-05-19 10:15:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Bernard"}, "birth": {"tzo": "+00:09:21", "date": "1907-05-19 10:25", "place": {"c2": "02", "cy": "FR", "lg": 3.21857, "lat": 49.61514, "name": "Chauny", "geoid": 3025860}, "date-ut": "1907-05-19 10:15:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1564"}, "ids-in-sources": {"a4": "1564"}}, "raw": {"H": "10", "MN": "15", "TZ": "0", "COD": "02", "COU": "F", "DAY": "19", "LAT": "49N34", "LON": "3E37", "MON": "5", "NUM": "1564", "PRO": "M", "SEC": "40", "YEA": "1907", "CITY": "CHAUNY"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10317	bernard-hubert-1852-01-17	{"a4": "1565"}	{"lerrcp": "A4-1565"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hubert", "family": "Bernard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:15", "date": "1852-01-17 12:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.56376, "lat": 49.83469, "name": "Harcy", "geoid": 3013947}, "notime": null, "date-ut": "1852-01-17 11:41:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Hubert", "family": "Bernard"}, "birth": {"tzo": "+00:18:15", "date": "1852-01-17 12:00", "place": {"c2": "08", "cy": "FR", "lg": 4.56376, "lat": 49.83469, "name": "Harcy", "geoid": 3013947}, "date-ut": "1852-01-17 11:41:04"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1565"}, "ids-in-sources": {"a4": "1565"}}, "raw": {"H": "11", "MN": "41", "TZ": "0", "COD": "08", "COU": "F", "DAY": "17", "LAT": "49N46", "LON": "4E44", "MON": "1", "NUM": "1565", "PRO": "M", "SEC": "4", "YEA": "1852", "CITY": "HARCY"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10318	bertelin-albert-1872-07-26	{"a4": "1566"}	{"lerrcp": "A4-1566"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Bertelin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1872-07-26 11:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1872-07-26 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Bertelin"}, "birth": {"tzo": "+00:09:24", "date": "1872-07-26 11:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1872-07-26 10:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1566"}, "ids-in-sources": {"a4": "1566"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "26", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "1566", "PRO": "M", "SEC": "40", "YEA": "1872", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10319	berthelemy-alfred-1840-01-30	{"a4": "1567"}	{"lerrcp": "A4-1567"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Berthelemy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:14", "date": "1840-01-30 23:00", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.05873, "lat": 49.23175, "name": "Cheppy", "geoid": 3025486}, "notime": null, "date-ut": "1840-01-30 22:39:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Berthelemy"}, "birth": {"tzo": "+00:20:14", "date": "1840-01-30 23:00", "place": {"c2": "55", "cy": "FR", "lg": 5.05873, "lat": 49.23175, "name": "Cheppy", "geoid": 3025486}, "date-ut": "1840-01-30 22:39:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1567"}, "ids-in-sources": {"a4": "1567"}}, "raw": {"H": "22", "MN": "39", "TZ": "0", "COD": "55", "COU": "F", "DAY": "30", "LAT": "48N46", "LON": "5E10", "MON": "1", "NUM": "1567", "PRO": "M", "SEC": "20", "YEA": "1840", "CITY": "CHEPPY"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10320	berthelemy-felix-1829-11-04	{"a4": "1568"}	{"lerrcp": "A4-1568"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Berthelemy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:03", "date": "1829-11-04 10:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "notime": null, "date-ut": "1829-11-04 09:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Berthelemy"}, "birth": {"tzo": "+00:09:03", "date": "1829-11-04 10:00", "place": {"c2": "62", "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "date-ut": "1829-11-04 09:48:56"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1568"}, "ids-in-sources": {"a4": "1568"}}, "raw": {"H": "9", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "4", "LAT": "50N18", "LON": "2E46", "MON": "11", "NUM": "1568", "PRO": "M", "SEC": "56", "YEA": "1829", "CITY": "ST-OMER"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10321	gauquelin-a4-1569-1856-12-27	{"a4": "1569"}	{"lerrcp": "A4-1569"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1569", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01:20", "date": "1856-12-27 04:00", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.33333, "lat": 46.58333, "name": "Limoges", "geoid": 0}, "notime": null, "date-ut": "1856-12-27 03:58:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1569"}, "birth": {"tzo": "+00:01:20", "date": "1856-12-27 04:00", "place": {"c2": "86", "cy": "FR", "lg": 0.33333, "lat": 46.58333, "name": "Limoges", "geoid": 0}, "date-ut": "1856-12-27 03:58:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1569"}, "ids-in-sources": {"a4": "1569"}}, "raw": {"H": "3", "MN": "58", "TZ": "0", "COD": "86", "COU": "F", "DAY": "27", "LAT": "46N35", "LON": "0E20", "MON": "12", "NUM": "1569", "PRO": "M", "SEC": "40", "YEA": "1856", "CITY": "LIMOGES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10322	berthemet-eugene-1848-08-06	{"a4": "1570"}	{"lerrcp": "A4-1570"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Berthemet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1848-08-06 12:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1848-08-06 12:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Berthemet"}, "birth": {"tzo": "+00:09:24", "date": "1848-08-06 12:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1848-08-06 12:20:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1570"}, "ids-in-sources": {"a4": "1570"}}, "raw": {"H": "12", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "6", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "1570", "PRO": "M", "SEC": "40", "YEA": "1848", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10323	bertram-edmond-1851-10-14	{"a4": "1571"}	{"lerrcp": "A4-1571"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Bertram", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:03", "date": "1851-10-14 09:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "notime": null, "date-ut": "1851-10-14 08:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Bertram"}, "birth": {"tzo": "+00:09:03", "date": "1851-10-14 09:00", "place": {"c2": "62", "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "date-ut": "1851-10-14 08:48:56"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1571"}, "ids-in-sources": {"a4": "1571"}}, "raw": {"H": "8", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "14", "LAT": "50N18", "LON": "2E46", "MON": "10", "NUM": "1571", "PRO": "M", "SEC": "56", "YEA": "1851", "CITY": "ST-OMER"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10324	bertrand-louis-1831-03-26	{"a4": "1572"}	{"lerrcp": "A4-1572"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Bertrand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:40", "date": "1831-03-26 01:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Laferte-Sjouarre", "geoid": 0}, "notime": null, "date-ut": "1831-03-26 00:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Bertrand"}, "birth": {"tzo": "+00:10:40", "date": "1831-03-26 01:00", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Laferte-Sjouarre", "geoid": 0}, "date-ut": "1831-03-26 00:49:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1572"}, "ids-in-sources": {"a4": "1572"}}, "raw": {"H": "0", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "26", "LAT": "48N33", "LON": "2E40", "MON": "3", "NUM": "1572", "PRO": "M", "SEC": "20", "YEA": "1831", "CITY": "LAFERTE-SJOUARRE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10325	besozzi-louis-1814-04-03	{"a4": "1573"}	{"lerrcp": "A4-1573"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Besozzi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1814-04-03 12:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1814-04-03 11:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Besozzi"}, "birth": {"tzo": "+00:08:32", "date": "1814-04-03 12:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1814-04-03 11:51:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1573"}, "ids-in-sources": {"a4": "1573"}}, "raw": {"H": "11", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "3", "LAT": "48N50", "LON": "2E 8", "MON": "4", "NUM": "1573", "PRO": "M", "SEC": "28", "YEA": "1814", "CITY": "VERSAILLES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10326	beydts-louis-1895-06-29	{"a4": "1574"}	{"lerrcp": "A4-1574"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Beydts", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-06-29 02:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1895-06-29 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Beydts"}, "birth": {"tzo": "+00:09:21", "date": "1895-06-29 02:00", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1895-06-29 01:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1574"}, "ids-in-sources": {"a4": "1574"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "33", "COU": "F", "DAY": "29", "LAT": "44N50", "LON": "0W34", "MON": "6", "NUM": "1574", "PRO": "M", "SEC": "40", "YEA": "1895", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10327	beyls-yvon-1871-04-28	{"a4": "1575"}	{"lerrcp": "A4-1575"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yvon", "family": "Beyls", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1871-04-28 22:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Lysleslannois", "geoid": 0}, "notime": null, "date-ut": "1871-04-28 21:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Yvon", "family": "Beyls"}, "birth": {"tzo": "+00:12:20", "date": "1871-04-28 22:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Lysleslannois", "geoid": 0}, "date-ut": "1871-04-28 21:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1575"}, "ids-in-sources": {"a4": "1575"}}, "raw": {"H": "21", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "28", "LAT": "50N39", "LON": "3E 5", "MON": "4", "NUM": "1575", "PRO": "M", "SEC": "40", "YEA": "1871", "CITY": "LYSLESLANNOIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10328	bienaime-paul-1802-07-07	{"a4": "1576"}	{"lerrcp": "A4-1576"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Bienaime", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1802-07-07 10:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1802-07-07 10:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Bienaime"}, "birth": {"tzo": "+00:09:24", "date": "1802-07-07 10:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1802-07-07 10:20:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1576"}, "ids-in-sources": {"a4": "1576"}}, "raw": {"H": "10", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "7", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "1576", "PRO": "M", "SEC": "40", "YEA": "1802", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10329	bilbaut-justin-1857-10-20	{"a4": "1577"}	{"lerrcp": "A4-1577"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Justin", "family": "Bilbaut", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:19", "date": "1857-10-20 00:30", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "notime": null, "date-ut": "1857-10-20 00:17:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Justin", "family": "Bilbaut"}, "birth": {"tzo": "+00:12:19", "date": "1857-10-20 00:30", "place": {"c2": "59", "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "date-ut": "1857-10-20 00:17:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1577"}, "ids-in-sources": {"a4": "1577"}}, "raw": {"H": "0", "MN": "17", "TZ": "0", "COD": "59", "COU": "F", "DAY": "20", "LAT": "50N39", "LON": "3E 5", "MON": "10", "NUM": "1577", "PRO": "M", "SEC": "40", "YEA": "1857", "CITY": "DOUAI"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10330	billa-rene-1884-07-22	{"a4": "1578"}	{"lerrcp": "A4-1578"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Billa", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:04", "date": "1884-07-22 01:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1884-07-22 00:30:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "René", "family": "Billa"}, "birth": {"tzo": "+00:29:04", "date": "1884-07-22 01:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1884-07-22 00:30:56"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1578"}, "ids-in-sources": {"a4": "1578"}}, "raw": {"H": "0", "MN": "30", "TZ": "0", "COD": "06", "COU": "F", "DAY": "22", "LAT": "43N42", "LON": "7E16", "MON": "7", "NUM": "1578", "PRO": "M", "SEC": "56", "YEA": "1884", "CITY": "NICE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10331	gauquelin-a4-1579-1853-03-08	{"a4": "1579"}	{"lerrcp": "A4-1579"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1579", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:03", "date": "1853-03-08 12:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "notime": null, "date-ut": "1853-03-08 11:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1579"}, "birth": {"tzo": "+00:09:03", "date": "1853-03-08 12:00", "place": {"c2": "62", "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "date-ut": "1853-03-08 11:48:56"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1579"}, "ids-in-sources": {"a4": "1579"}}, "raw": {"H": "11", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "8", "LAT": "50N18", "LON": "2E46", "MON": "3", "NUM": "1579", "PRO": "M", "SEC": "56", "YEA": "1853", "CITY": "ST-OMER"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10332	bisetzki-antoine-1817-06-05	{"a4": "1580"}	{"lerrcp": "A4-1580"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Bisetzki", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1817-06-05 17:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Stgermain", "geoid": 0}, "notime": null, "date-ut": "1817-06-05 16:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Bisetzki"}, "birth": {"tzo": "+00:08:32", "date": "1817-06-05 17:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Stgermain", "geoid": 0}, "date-ut": "1817-06-05 16:51:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1580"}, "ids-in-sources": {"a4": "1580"}}, "raw": {"H": "16", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "5", "LAT": "48N50", "LON": "2E 8", "MON": "6", "NUM": "1580", "PRO": "M", "SEC": "28", "YEA": "1817", "CITY": "STGERMAIN"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10333	bizet-joseph-1876-08-11	{"a4": "1581"}	{"lerrcp": "A4-1581"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Bizet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:52", "date": "1876-08-11 23:00", "note": null, "place": {"c1": null, "c2": "95", "c3": null, "cy": "FR", "lg": 2.21487, "lat": 49.11247, "name": "Parmain", "geoid": 2988490}, "notime": null, "date-ut": "1876-08-11 22:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Bizet"}, "birth": {"tzo": "+00:08:52", "date": "1876-08-11 23:00", "place": {"c2": "95", "cy": "FR", "lg": 2.21487, "lat": 49.11247, "name": "Parmain", "geoid": 2988490}, "date-ut": "1876-08-11 22:52"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1581"}, "ids-in-sources": {"a4": "1581"}}, "raw": {"H": "22", "MN": "52", "TZ": "0", "COD": "95", "COU": "F", "DAY": "11", "LAT": "49N 0", "LON": "2E 0", "MON": "8", "NUM": "1581", "PRO": "M", "SEC": "0", "YEA": "1876", "CITY": "PARMAIN"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10334	blachere-charles-1851-10-02	{"a4": "1582"}	{"lerrcp": "A4-1582"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Blachere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:24", "date": "1851-10-02 15:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35, "lat": 43.85, "name": "Pontstesprit", "geoid": 0}, "notime": null, "date-ut": "1851-10-02 14:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Blachere"}, "birth": {"tzo": "+00:17:24", "date": "1851-10-02 15:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35, "lat": 43.85, "name": "Pontstesprit", "geoid": 0}, "date-ut": "1851-10-02 14:42:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1582"}, "ids-in-sources": {"a4": "1582"}}, "raw": {"H": "14", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "2", "LAT": "43N51", "LON": "4E21", "MON": "10", "NUM": "1582", "PRO": "M", "SEC": "36", "YEA": "1851", "CITY": "PONTSTESPRIT"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10335	blachier-joseph-1848-05-11	{"a4": "1583"}	{"lerrcp": "A4-1583"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Blachier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:26", "date": "1848-05-11 02:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1848-05-11 01:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Blachier"}, "birth": {"tzo": "+00:17:26", "date": "1848-05-11 02:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1848-05-11 01:42:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1583"}, "ids-in-sources": {"a4": "1583"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "11", "LAT": "43N51", "LON": "4E21", "MON": "5", "NUM": "1583", "PRO": "M", "SEC": "36", "YEA": "1848", "CITY": "NIMES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10336	blanc-jean-1828-06-26	{"a4": "1584"}	{"lerrcp": "A4-1584"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Blanc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:09", "date": "1828-06-26 02:00", "note": null, "place": {"c1": null, "c2": "04", "c3": null, "cy": "FR", "lg": 5.78688, "lat": 43.82883, "name": "Manosque", "geoid": 2996180}, "notime": null, "date-ut": "1828-06-26 01:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Blanc"}, "birth": {"tzo": "+00:23:09", "date": "1828-06-26 02:00", "place": {"c2": "04", "cy": "FR", "lg": 5.78688, "lat": 43.82883, "name": "Manosque", "geoid": 2996180}, "date-ut": "1828-06-26 01:35"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1584"}, "ids-in-sources": {"a4": "1584"}}, "raw": {"H": "1", "MN": "35", "TZ": "0", "COD": "04", "COU": "F", "DAY": "26", "LAT": "44N 6", "LON": "6E15", "MON": "6", "NUM": "1584", "PRO": "M", "SEC": "0", "YEA": "1828", "CITY": "MANOSQUE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10337	blanckeman-paul-1821-12-08	{"a4": "1585"}	{"lerrcp": "A4-1585"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Blanckeman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:27:25", "date": "1821-12-08 22:00", "note": null, "place": {"c1": null, "c2": "90", "c3": null, "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "notime": null, "date-ut": "1821-12-08 21:32:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Blanckeman"}, "birth": {"tzo": "+00:27:25", "date": "1821-12-08 22:00", "place": {"c2": "90", "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "date-ut": "1821-12-08 21:32:32"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1585"}, "ids-in-sources": {"a4": "1585"}}, "raw": {"H": "21", "MN": "32", "TZ": "0", "COD": "90", "COU": "F", "DAY": "8", "LAT": "47N38", "LON": "6E52", "MON": "12", "NUM": "1585", "PRO": "M", "SEC": "32", "YEA": "1821", "CITY": "BELFORT"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10338	blanco-pierre-1826-01-17	{"a4": "1586"}	{"lerrcp": "A4-1586"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Blanco", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01:22", "date": "1826-01-17 19:00", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "notime": null, "date-ut": "1826-01-17 18:58:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Blanco"}, "birth": {"tzo": "+00:01:22", "date": "1826-01-17 19:00", "place": {"c2": "86", "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "date-ut": "1826-01-17 18:58:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1586"}, "ids-in-sources": {"a4": "1586"}}, "raw": {"H": "18", "MN": "58", "TZ": "0", "COD": "86", "COU": "F", "DAY": "17", "LAT": "46N35", "LON": "0E20", "MON": "1", "NUM": "1586", "PRO": "M", "SEC": "40", "YEA": "1826", "CITY": "POITIERS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10339	gauquelin-a4-1587-1877-06-02	{"a4": "1587"}	{"lerrcp": "A4-1587"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1587", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:56", "date": "1877-06-02 16:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.48333, "lat": 50.38333, "name": "Raismes", "geoid": 2984537}, "notime": null, "date-ut": "1877-06-02 15:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1587"}, "birth": {"tzo": "+00:13:56", "date": "1877-06-02 16:00", "place": {"c2": "59", "cy": "FR", "lg": 3.48333, "lat": 50.38333, "name": "Raismes", "geoid": 2984537}, "date-ut": "1877-06-02 15:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1587"}, "ids-in-sources": {"a4": "1587"}}, "raw": {"H": "15", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "2", "LAT": "50N39", "LON": "3E 5", "MON": "6", "NUM": "1587", "PRO": "M", "SEC": "40", "YEA": "1877", "CITY": "RAISMES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10340	blanvillain-alexandre-1825-08-22	{"a4": "1588"}	{"lerrcp": "A4-1588"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Blanvillain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1825-08-22 01:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1825-08-22 00:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Blanvillain"}, "birth": {"tzo": "+00:08:32", "date": "1825-08-22 01:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1825-08-22 00:51:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1588"}, "ids-in-sources": {"a4": "1588"}}, "raw": {"H": "0", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "22", "LAT": "48N50", "LON": "2E 8", "MON": "8", "NUM": "1588", "PRO": "M", "SEC": "28", "YEA": "1825", "CITY": "VERSAILLES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10341	bleuset-eugene-1850-04-09	{"a4": "1589"}	{"lerrcp": "A4-1589"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Bleuset", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:03", "date": "1850-04-09 01:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "notime": null, "date-ut": "1850-04-09 00:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Bleuset"}, "birth": {"tzo": "+00:09:03", "date": "1850-04-09 01:00", "place": {"c2": "62", "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "date-ut": "1850-04-09 00:48:56"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1589"}, "ids-in-sources": {"a4": "1589"}}, "raw": {"H": "0", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "9", "LAT": "50N18", "LON": "2E46", "MON": "4", "NUM": "1589", "PRO": "M", "SEC": "56", "YEA": "1850", "CITY": "ST-OMER"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10342	bleuzet-louis-1874-04-26	{"a4": "1590"}	{"lerrcp": "A4-1590"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Bleuzet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:09", "date": "1874-04-26 22:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 2.53729, "lat": 50.72374, "name": "Hazebrouck", "geoid": 3013619}, "notime": null, "date-ut": "1874-04-26 21:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Bleuzet"}, "birth": {"tzo": "+00:10:09", "date": "1874-04-26 22:00", "place": {"c2": "59", "cy": "FR", "lg": 2.53729, "lat": 50.72374, "name": "Hazebrouck", "geoid": 3013619}, "date-ut": "1874-04-26 21:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1590"}, "ids-in-sources": {"a4": "1590"}}, "raw": {"H": "21", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "26", "LAT": "50N39", "LON": "3E 5", "MON": "4", "NUM": "1590", "PRO": "M", "SEC": "40", "YEA": "1874", "CITY": "HAZEBROUCK"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10343	bloch-andreas-1873-01-14	{"a4": "1591"}	{"lerrcp": "A4-1591"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Andreas", "family": "Bloch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.94548, "lat": 49.03708, "name": "Wissembourg", "geoid": 2967325}, "notime": null, "date-ut": "1873-01-14 06:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Andreas", "family": "Bloch"}, "birth": {"place": {"c2": "67", "cy": "FR", "lg": 7.94548, "lat": 49.03708, "name": "Wissembourg", "geoid": 2967325}, "date-ut": "1873-01-14 06:29"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1591"}, "ids-in-sources": {"a4": "1591"}}, "raw": {"H": "7", "MN": "29", "TZ": "-1", "COD": "67", "COU": "F", "DAY": "14", "LAT": "48N35", "LON": "7E45", "MON": "1", "NUM": "1591", "PRO": "M", "SEC": "0", "YEA": "1873", "CITY": "WISSEMBOURG"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10344	boblin-fernand-1868-08-26	{"a4": "1592"}	{"lerrcp": "A4-1592"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Boblin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:49", "date": "1868-08-26 16:00", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "notime": null, "date-ut": "1868-08-26 15:59:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Boblin"}, "birth": {"tzo": "+00:00:49", "date": "1868-08-26 16:00", "place": {"c2": "72", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "date-ut": "1868-08-26 15:59:12"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1592"}, "ids-in-sources": {"a4": "1592"}}, "raw": {"H": "15", "MN": "59", "TZ": "0", "COD": "72", "COU": "F", "DAY": "26", "LAT": "48N 1", "LON": "0E12", "MON": "8", "NUM": "1592", "PRO": "M", "SEC": "12", "YEA": "1868", "CITY": "LE MANS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10345	boellmann-leon-1862-09-25	{"a4": "1593"}	{"lerrcp": "A4-1593"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Boellmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:24", "date": "1862-09-25 08:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.35052, "lat": 47.86584, "name": "Ensisheim", "geoid": 3020152}, "notime": null, "date-ut": "1862-09-25 07:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Boellmann"}, "birth": {"tzo": "+00:29:24", "date": "1862-09-25 08:00", "place": {"c2": "68", "cy": "FR", "lg": 7.35052, "lat": 47.86584, "name": "Ensisheim", "geoid": 3020152}, "date-ut": "1862-09-25 07:30:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1593"}, "ids-in-sources": {"a4": "1593"}}, "raw": {"H": "7", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "25", "LAT": "48N 5", "LON": "7E21", "MON": "9", "NUM": "1593", "PRO": "M", "SEC": "36", "YEA": "1862", "CITY": "ENSISHEIM"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10346	boffy-leon-1876-03-19	{"a4": "1594"}	{"lerrcp": "A4-1594"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Boffy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:58", "date": "1876-03-19 05:00", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.48966, "lat": 47.09225, "name": "Dole", "geoid": 3021263}, "notime": null, "date-ut": "1876-03-19 04:37:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Boffy"}, "birth": {"tzo": "+00:21:58", "date": "1876-03-19 05:00", "place": {"c2": "39", "cy": "FR", "lg": 5.48966, "lat": 47.09225, "name": "Dole", "geoid": 3021263}, "date-ut": "1876-03-19 04:37:48"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1594"}, "ids-in-sources": {"a4": "1594"}}, "raw": {"H": "4", "MN": "37", "TZ": "0", "COD": "39", "COU": "F", "DAY": "19", "LAT": "46N40", "LON": "5E33", "MON": "3", "NUM": "1594", "PRO": "M", "SEC": "48", "YEA": "1876", "CITY": "DOLE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10347	boisseau-arthur-1845-09-08	{"a4": "1595"}	{"lerrcp": "A4-1595"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Boisseau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:49", "date": "1845-09-08 01:00", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "notime": null, "date-ut": "1845-09-08 00:57:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Boisseau"}, "birth": {"tzo": "+00:02:49", "date": "1845-09-08 01:00", "place": {"c2": "37", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "date-ut": "1845-09-08 00:57:12"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1595"}, "ids-in-sources": {"a4": "1595"}}, "raw": {"H": "0", "MN": "57", "TZ": "0", "COD": "37", "COU": "F", "DAY": "8", "LAT": "47N24", "LON": "0E42", "MON": "9", "NUM": "1595", "PRO": "M", "SEC": "12", "YEA": "1845", "CITY": "TOURS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10348	boisselot-dominique-1811-12-03	{"a4": "1596"}	{"lerrcp": "A4-1596"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dominique", "family": "Boisselot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1811-12-03 23:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1811-12-03 22:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Dominique", "family": "Boisselot"}, "birth": {"tzo": "+00:15:30", "date": "1811-12-03 23:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1811-12-03 22:44:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1596"}, "ids-in-sources": {"a4": "1596"}}, "raw": {"H": "22", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "3", "LAT": "43N37", "LON": "3E53", "MON": "12", "NUM": "1596", "PRO": "M", "SEC": "28", "YEA": "1811", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10350	bondon-georges-1867-09-01	{"a4": "1598"}	{"lerrcp": "A4-1598"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Bondon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:44", "date": "1867-09-01 17:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Asnieres", "geoid": 0}, "notime": null, "date-ut": "1867-09-01 16:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Bondon"}, "birth": {"tzo": "+00:08:44", "date": "1867-09-01 17:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Asnieres", "geoid": 0}, "date-ut": "1867-09-01 16:51:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1598"}, "ids-in-sources": {"a4": "1598"}}, "raw": {"H": "16", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "1", "LAT": "48N50", "LON": "2E11", "MON": "9", "NUM": "1598", "PRO": "M", "SEC": "16", "YEA": "1867", "CITY": "ASNIERES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10351	bonnange-jules-1845-12-04	{"a4": "1599"}	{"lerrcp": "A4-1599"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Bonnange", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:49", "date": "1845-12-04 09:30", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.70563, "lat": 49.01375, "name": "Juilly", "geoid": 3012099}, "notime": null, "date-ut": "1845-12-04 09:19:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Bonnange"}, "birth": {"tzo": "+00:10:49", "date": "1845-12-04 09:30", "place": {"c2": "77", "cy": "FR", "lg": 2.70563, "lat": 49.01375, "name": "Juilly", "geoid": 3012099}, "date-ut": "1845-12-04 09:19:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1599"}, "ids-in-sources": {"a4": "1599"}}, "raw": {"H": "9", "MN": "19", "TZ": "0", "COD": "77", "COU": "F", "DAY": "4", "LAT": "48N33", "LON": "2E40", "MON": "12", "NUM": "1599", "PRO": "M", "SEC": "20", "YEA": "1845", "CITY": "JUILLY"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10352	bonnet-antoine-1864-02-19	{"a4": "1600"}	{"lerrcp": "A4-1600"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Bonnet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:35", "date": "1864-02-19 06:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "notime": null, "date-ut": "1864-02-19 05:48:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Bonnet"}, "birth": {"tzo": "+00:11:35", "date": "1864-02-19 06:00", "place": {"c2": "66", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "date-ut": "1864-02-19 05:48:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1600"}, "ids-in-sources": {"a4": "1600"}}, "raw": {"H": "5", "MN": "48", "TZ": "0", "COD": "66", "COU": "F", "DAY": "19", "LAT": "42N42", "LON": "2E55", "MON": "2", "NUM": "1600", "PRO": "M", "SEC": "20", "YEA": "1864", "CITY": "PERPIGNAN"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10353	bonnet-clement-1866-10-08	{"a4": "1601"}	{"lerrcp": "A4-1601"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clément", "family": "Bonnet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:12", "date": "1866-10-08 09:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 3.04995, "lat": 43.01833, "name": "Port-La Nouvelle", "geoid": 2985968}, "notime": null, "date-ut": "1866-10-08 08:50:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Clément", "family": "Bonnet"}, "birth": {"tzo": "+00:12:12", "date": "1866-10-08 09:00", "place": {"c2": "11", "cy": "FR", "lg": 3.04995, "lat": 43.01833, "name": "Port-La Nouvelle", "geoid": 2985968}, "date-ut": "1866-10-08 08:50:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1601"}, "ids-in-sources": {"a4": "1601"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "8", "LAT": "43N12", "LON": "2E21", "MON": "10", "NUM": "1601", "PRO": "M", "SEC": "36", "YEA": "1866", "CITY": "PORT LA NOUVELLE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10354	bonnet-louis-1849-12-29	{"a4": "1602"}	{"lerrcp": "A4-1602"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Bonnet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1849-12-29 02:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1849-12-29 01:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Bonnet"}, "birth": {"tzo": "+00:15:30", "date": "1849-12-29 02:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1849-12-29 01:44:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1602"}, "ids-in-sources": {"a4": "1602"}}, "raw": {"H": "1", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "29", "LAT": "43N37", "LON": "3E53", "MON": "12", "NUM": "1602", "PRO": "M", "SEC": "28", "YEA": "1849", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10355	bonnier-jules-1830-05-22	{"a4": "1603"}	{"lerrcp": "A4-1603"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Bonnier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:19", "date": "1830-05-22 17:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "notime": null, "date-ut": "1830-05-22 16:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Bonnier"}, "birth": {"tzo": "+00:12:19", "date": "1830-05-22 17:00", "place": {"c2": "59", "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "date-ut": "1830-05-22 16:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1603"}, "ids-in-sources": {"a4": "1603"}}, "raw": {"H": "16", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "22", "LAT": "50N39", "LON": "3E 5", "MON": "5", "NUM": "1603", "PRO": "M", "SEC": "40", "YEA": "1830", "CITY": "DOUAI"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10356	bonniol-pierre-1859-02-22	{"a4": "1604"}	{"lerrcp": "A4-1604"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Bonniol", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:26", "date": "1859-02-22 17:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1859-02-22 16:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Bonniol"}, "birth": {"tzo": "+00:17:26", "date": "1859-02-22 17:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1859-02-22 16:42:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1604"}, "ids-in-sources": {"a4": "1604"}}, "raw": {"H": "16", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "22", "LAT": "43N51", "LON": "4E21", "MON": "2", "NUM": "1604", "PRO": "M", "SEC": "36", "YEA": "1859", "CITY": "NIMES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10357	bordier-paul-1826-06-24	{"a4": "1605"}	{"lerrcp": "A4-1605"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Bordier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:12", "date": "1826-06-24 10:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "notime": null, "date-ut": "1826-06-24 10:02:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Bordier"}, "birth": {"tzo": "-00:02:12", "date": "1826-06-24 10:00", "place": {"c2": "49", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "date-ut": "1826-06-24 10:02:08"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1605"}, "ids-in-sources": {"a4": "1605"}}, "raw": {"H": "10", "MN": "2", "TZ": "0", "COD": "49", "COU": "F", "DAY": "24", "LAT": "47N28", "LON": "0W32", "MON": "6", "NUM": "1605", "PRO": "M", "SEC": "8", "YEA": "1826", "CITY": "ANGERS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10358	borrel-eugene-1876-08-22	{"a4": "1606"}	{"lerrcp": "A4-1606"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Borrel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:00:58", "date": "1876-08-22 20:56:38", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.24186, "lat": 44.91449, "name": "Libourne", "geoid": 2998517}, "notime": null, "date-ut": "1876-08-22 20:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Borrel"}, "birth": {"tzo": "-00:00:58", "date": "1876-08-22 20:56:38", "place": {"c2": "33", "cy": "FR", "lg": -0.24186, "lat": 44.91449, "name": "Libourne", "geoid": 2998517}, "date-ut": "1876-08-22 20:57:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1606"}, "ids-in-sources": {"a4": "1606"}}, "raw": {"H": "20", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "22", "LAT": "44N50", "LON": "0W34", "MON": "8", "NUM": "1606", "PRO": "M", "SEC": "36", "YEA": "1876", "CITY": "LIBOURNE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10359	bosc-elzear-1873-10-18	{"a4": "1607"}	{"lerrcp": "A4-1607"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elzear", "family": "Bosc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1873-10-18 13:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1873-10-18 12:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Elzear", "family": "Bosc"}, "birth": {"tzo": "+00:15:30", "date": "1873-10-18 13:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1873-10-18 12:44:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1607"}, "ids-in-sources": {"a4": "1607"}}, "raw": {"H": "12", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "18", "LAT": "43N37", "LON": "3E53", "MON": "10", "NUM": "1607", "PRO": "M", "SEC": "28", "YEA": "1873", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10360	botte-adolphe-1823-09-26	{"a4": "1608"}	{"lerrcp": "A4-1608"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Botte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:03:49", "date": "1823-09-26 01:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.95445, "lat": 49.56703, "name": "Pavilly", "geoid": 2988305}, "notime": null, "date-ut": "1823-09-26 00:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Botte"}, "birth": {"tzo": "+00:03:49", "date": "1823-09-26 01:00", "place": {"c2": "76", "cy": "FR", "lg": 0.95445, "lat": 49.56703, "name": "Pavilly", "geoid": 2988305}, "date-ut": "1823-09-26 00:55:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1608"}, "ids-in-sources": {"a4": "1608"}}, "raw": {"H": "0", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "26", "LAT": "49N26", "LON": "1E 5", "MON": "9", "NUM": "1608", "PRO": "M", "SEC": "40", "YEA": "1823", "CITY": "PAVILLY"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10361	boucher-henri-1873-05-14	{"a4": "1609"}	{"lerrcp": "A4-1609"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Boucher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:44", "date": "1873-05-14 21:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Issylesmoulinea", "geoid": 0}, "notime": null, "date-ut": "1873-05-14 20:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Boucher"}, "birth": {"tzo": "+00:08:44", "date": "1873-05-14 21:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Issylesmoulinea", "geoid": 0}, "date-ut": "1873-05-14 20:51:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1609"}, "ids-in-sources": {"a4": "1609"}}, "raw": {"H": "20", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "14", "LAT": "48N50", "LON": "2E11", "MON": "5", "NUM": "1609", "PRO": "M", "SEC": "16", "YEA": "1873", "CITY": "ISSYLESMOULINEA"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10362	boucherit-jules-1877-03-29	{"a4": "1610"}	{"lerrcp": "A4-1610"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Boucherit", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:15:19", "date": "1877-03-29 02:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -3.82792, "lat": 48.57784, "name": "Morlaix", "geoid": 2991772}, "notime": null, "date-ut": "1877-03-29 02:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Boucherit"}, "birth": {"tzo": "-00:15:19", "date": "1877-03-29 02:00", "place": {"c2": "29", "cy": "FR", "lg": -3.82792, "lat": 48.57784, "name": "Morlaix", "geoid": 2991772}, "date-ut": "1877-03-29 02:16:24"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1610"}, "ids-in-sources": {"a4": "1610"}}, "raw": {"H": "2", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "29", "LAT": "48N 0", "LON": "4W 6", "MON": "3", "NUM": "1610", "PRO": "M", "SEC": "24", "YEA": "1877", "CITY": "MORLAIX"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10363	boudier-charles-1877-01-14	{"a4": "1611"}	{"lerrcp": "A4-1611"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Boudier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:25", "date": "1877-01-14 18:30", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.85372, "lat": 46.78112, "name": "Chalon-sur-Saône", "geoid": 3027484}, "notime": null, "date-ut": "1877-01-14 18:10:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Boudier"}, "birth": {"tzo": "+00:19:25", "date": "1877-01-14 18:30", "place": {"c2": "71", "cy": "FR", "lg": 4.85372, "lat": 46.78112, "name": "Chalon-sur-Saône", "geoid": 3027484}, "date-ut": "1877-01-14 18:10:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1611"}, "ids-in-sources": {"a4": "1611"}}, "raw": {"H": "18", "MN": "10", "TZ": "0", "COD": "71", "COU": "F", "DAY": "14", "LAT": "46N18", "LON": "4E50", "MON": "1", "NUM": "1611", "PRO": "M", "SEC": "40", "YEA": "1877", "CITY": "CHALON-S-SAONE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10364	boudoux-edmond-1875-02-24	{"a4": "1612"}	{"lerrcp": "A4-1612"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Boudoux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1875-02-24 23:45", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1875-02-24 23:36:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Boudoux"}, "birth": {"tzo": "+00:08:32", "date": "1875-02-24 23:45", "place": {"c2": "78", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1875-02-24 23:36:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1612"}, "ids-in-sources": {"a4": "1612"}}, "raw": {"H": "23", "MN": "36", "TZ": "0", "COD": "78", "COU": "F", "DAY": "24", "LAT": "48N50", "LON": "2E 8", "MON": "2", "NUM": "1612", "PRO": "M", "SEC": "28", "YEA": "1875", "CITY": "VERSAILLES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10365	bouffard-jean-1834-03-26	{"a4": "1613"}	{"lerrcp": "A4-1613"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bouffard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1834-03-26 11:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "notime": null, "date-ut": "1834-03-26 10:50:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bouffard"}, "birth": {"tzo": "+00:09:24", "date": "1834-03-26 11:00", "place": {"c2": "11", "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "date-ut": "1834-03-26 10:50:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1613"}, "ids-in-sources": {"a4": "1613"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "26", "LAT": "43N12", "LON": "2E21", "MON": "3", "NUM": "1613", "PRO": "M", "SEC": "36", "YEA": "1834", "CITY": "CARCASSONNE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10366	boulanger-henri-1815-09-16	{"a4": "1614"}	{"lerrcp": "A4-1614"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Boulanger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1815-09-16 12:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1815-09-16 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Boulanger"}, "birth": {"tzo": "+00:09:24", "date": "1815-09-16 12:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1815-09-16 11:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1614"}, "ids-in-sources": {"a4": "1614"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "16", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "1614", "PRO": "M", "SEC": "40", "YEA": "1815", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10368	boullard-louis-1852-03-10	{"a4": "1616"}	{"lerrcp": "A4-1616"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Boullard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:42", "date": "1852-03-10 06:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1852-03-10 06:06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Boullard"}, "birth": {"tzo": "-00:06:42", "date": "1852-03-10 06:00", "place": {"c2": "35", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1852-03-10 06:06:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1616"}, "ids-in-sources": {"a4": "1616"}}, "raw": {"H": "6", "MN": "6", "TZ": "0", "COD": "35", "COU": "F", "DAY": "10", "LAT": "48N 7", "LON": "1W40", "MON": "3", "NUM": "1616", "PRO": "M", "SEC": "40", "YEA": "1852", "CITY": "RENNES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10369	boulnois-lucien-1887-09-08	{"a4": "1617"}	{"lerrcp": "A4-1617"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Boulnois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:20", "date": "1887-09-08 18:00", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Villersstpaul", "geoid": 0}, "notime": null, "date-ut": "1887-09-08 17:51:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Boulnois"}, "birth": {"tzo": "+00:08:20", "date": "1887-09-08 18:00", "place": {"c2": "60", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Villersstpaul", "geoid": 0}, "date-ut": "1887-09-08 17:51:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1617"}, "ids-in-sources": {"a4": "1617"}}, "raw": {"H": "17", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "8", "LAT": "49N26", "LON": "2E 5", "MON": "9", "NUM": "1617", "PRO": "M", "SEC": "40", "YEA": "1887", "CITY": "VILLERSSTPAUL"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10370	bouquet-eugene-1844-05-25	{"a4": "1618"}	{"lerrcp": "A4-1618"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Bouquet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:48", "date": "1844-05-25 01:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.70177, "lat": 48.40908, "name": "Fontainebleau", "geoid": 3018074}, "notime": null, "date-ut": "1844-05-25 00:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Bouquet"}, "birth": {"tzo": "+00:10:48", "date": "1844-05-25 01:00", "place": {"c2": "77", "cy": "FR", "lg": 2.70177, "lat": 48.40908, "name": "Fontainebleau", "geoid": 3018074}, "date-ut": "1844-05-25 00:49:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1618"}, "ids-in-sources": {"a4": "1618"}}, "raw": {"H": "0", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "25", "LAT": "48N33", "LON": "2E40", "MON": "5", "NUM": "1618", "PRO": "M", "SEC": "20", "YEA": "1844", "CITY": "FONTAINEBLEAU"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10371	gauquelin-a4-1619-1832-10-02	{"a4": "1619"}	{"lerrcp": "A4-1619"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1619", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:37", "date": "1832-10-02 14:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -1.15222, "lat": 46.16308, "name": "La Rochelle", "geoid": 3006787}, "notime": null, "date-ut": "1832-10-02 14:04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1619"}, "birth": {"tzo": "-00:04:37", "date": "1832-10-02 14:00", "place": {"c2": "17", "cy": "FR", "lg": -1.15222, "lat": 46.16308, "name": "La Rochelle", "geoid": 3006787}, "date-ut": "1832-10-02 14:04:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1619"}, "ids-in-sources": {"a4": "1619"}}, "raw": {"H": "14", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "2", "LAT": "46N 9", "LON": "1W10", "MON": "10", "NUM": "1619", "PRO": "M", "SEC": "40", "YEA": "1832", "CITY": "LA ROCHELLE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10372	gauquelin-a4-1620-1869-10-22	{"a4": "1620"}	{"lerrcp": "A4-1620"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1620", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:08", "date": "1869-10-22 03:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Semur", "geoid": 0}, "notime": null, "date-ut": "1869-10-22 02:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1620"}, "birth": {"tzo": "+00:20:08", "date": "1869-10-22 03:00", "place": {"c2": "21", "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Semur", "geoid": 0}, "date-ut": "1869-10-22 02:39:52"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1620"}, "ids-in-sources": {"a4": "1620"}}, "raw": {"H": "2", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "22", "LAT": "47N19", "LON": "5E 2", "MON": "10", "NUM": "1620", "PRO": "M", "SEC": "52", "YEA": "1869", "CITY": "SEMUR"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10373	bourgault-ducoudray-louis-1840-02-02	{"a4": "1621"}	{"lerrcp": "A4-1621"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Bourgault-Ducoudray", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1840-02-02 13:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1840-02-02 13:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Bourgault-Ducoudray"}, "birth": {"tzo": "-00:06:13", "date": "1840-02-02 13:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1840-02-02 13:06:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1621"}, "ids-in-sources": {"a4": "1621"}}, "raw": {"H": "13", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "2", "LAT": "47N13", "LON": "1W35", "MON": "2", "NUM": "1621", "PRO": "M", "SEC": "20", "YEA": "1840", "CITY": "NANTES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10374	bourgeois-leon-1867-10-26	{"a4": "1622"}	{"lerrcp": "A4-1622"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Bourgeois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:06", "date": "1867-10-26 19:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.52506, "lat": 50.35909, "name": "Valenciennes", "geoid": 2971041}, "notime": null, "date-ut": "1867-10-26 18:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Bourgeois"}, "birth": {"tzo": "+00:14:06", "date": "1867-10-26 19:00", "place": {"c2": "59", "cy": "FR", "lg": 3.52506, "lat": 50.35909, "name": "Valenciennes", "geoid": 2971041}, "date-ut": "1867-10-26 18:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1622"}, "ids-in-sources": {"a4": "1622"}}, "raw": {"H": "18", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "26", "LAT": "50N39", "LON": "3E 5", "MON": "10", "NUM": "1622", "PRO": "M", "SEC": "40", "YEA": "1867", "CITY": "VALENCIENNES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10375	bourges-pierre-1873-02-12	{"a4": "1623"}	{"lerrcp": "A4-1623"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Bourges", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:51", "date": "1873-02-12 09:00", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "notime": null, "date-ut": "1873-02-12 08:57:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Bourges"}, "birth": {"tzo": "+00:02:51", "date": "1873-02-12 09:00", "place": {"c2": "24", "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "date-ut": "1873-02-12 08:57:04"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1623"}, "ids-in-sources": {"a4": "1623"}}, "raw": {"H": "8", "MN": "57", "TZ": "0", "COD": "24", "COU": "F", "DAY": "12", "LAT": "45N11", "LON": "0E44", "MON": "2", "NUM": "1623", "PRO": "M", "SEC": "4", "YEA": "1873", "CITY": "PERIGUEUX"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10376	bousquet-ange-1818-03-12	{"a4": "1624"}	{"lerrcp": "A4-1624"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ange", "family": "Bousquet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:35", "date": "1818-03-12 05:30", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "notime": null, "date-ut": "1818-03-12 05:18:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Ange", "family": "Bousquet"}, "birth": {"tzo": "+00:11:35", "date": "1818-03-12 05:30", "place": {"c2": "66", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "date-ut": "1818-03-12 05:18:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1624"}, "ids-in-sources": {"a4": "1624"}}, "raw": {"H": "5", "MN": "18", "TZ": "0", "COD": "66", "COU": "F", "DAY": "12", "LAT": "42N42", "LON": "2E55", "MON": "3", "NUM": "1624", "PRO": "M", "SEC": "20", "YEA": "1818", "CITY": "PERPIGNAN"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10377	bousquet-paulin-1848-03-19	{"a4": "1625"}	{"lerrcp": "A4-1625"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paulin", "family": "Bousquet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:25", "date": "1848-03-19 09:58", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 3.85244, "lat": 44.04573, "name": "Lasalle", "geoid": 3006543}, "notime": null, "date-ut": "1848-03-19 09:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Paulin", "family": "Bousquet"}, "birth": {"tzo": "+00:15:25", "date": "1848-03-19 09:58", "place": {"c2": "30", "cy": "FR", "lg": 3.85244, "lat": 44.04573, "name": "Lasalle", "geoid": 3006543}, "date-ut": "1848-03-19 09:42:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1625"}, "ids-in-sources": {"a4": "1625"}}, "raw": {"H": "9", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "19", "LAT": "43N51", "LON": "4E21", "MON": "3", "NUM": "1625", "PRO": "M", "SEC": "36", "YEA": "1848", "CITY": "LASALLE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10378	boussagol-emile-1854-12-10	{"a4": "1626"}	{"lerrcp": "A4-1626"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Boussagol", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1854-12-10 07:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1854-12-10 06:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Boussagol"}, "birth": {"tzo": "+00:09:24", "date": "1854-12-10 07:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1854-12-10 06:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1626"}, "ids-in-sources": {"a4": "1626"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "10", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "1626", "PRO": "M", "SEC": "40", "YEA": "1854", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10379	bouvetier-baudile-1852-06-03	{"a4": "1627"}	{"lerrcp": "A4-1627"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Baudile", "family": "Bouvetier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:26", "date": "1852-06-03 08:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1852-06-03 07:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Baudile", "family": "Bouvetier"}, "birth": {"tzo": "+00:17:26", "date": "1852-06-03 08:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1852-06-03 07:42:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1627"}, "ids-in-sources": {"a4": "1627"}}, "raw": {"H": "7", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "3", "LAT": "43N51", "LON": "4E21", "MON": "6", "NUM": "1627", "PRO": "M", "SEC": "36", "YEA": "1852", "CITY": "NIMES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10380	bozza-eugene-1905-04-02	{"a4": "1628"}	{"lerrcp": "A4-1628"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Bozza", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1905-04-02 09:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1905-04-02 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Bozza"}, "birth": {"tzo": "+00:09:21", "date": "1905-04-02 09:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1905-04-02 08:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1628"}, "ids-in-sources": {"a4": "1628"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "06", "COU": "F", "DAY": "2", "LAT": "43N42", "LON": "7E16", "MON": "4", "NUM": "1628", "PRO": "M", "SEC": "40", "YEA": "1905", "CITY": "NICE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10381	braquet-charles-1840-12-21	{"a4": "1629"}	{"lerrcp": "A4-1629"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Braquet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:21", "date": "1840-12-21 03:02", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.58661, "lat": 49.20724, "name": "Senlis", "geoid": 2975088}, "notime": null, "date-ut": "1840-12-21 02:51:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Braquet"}, "birth": {"tzo": "+00:10:21", "date": "1840-12-21 03:02", "place": {"c2": "60", "cy": "FR", "lg": 2.58661, "lat": 49.20724, "name": "Senlis", "geoid": 2975088}, "date-ut": "1840-12-21 02:51:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1629"}, "ids-in-sources": {"a4": "1629"}}, "raw": {"H": "2", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "21", "LAT": "49N26", "LON": "2E 5", "MON": "12", "NUM": "1629", "PRO": "M", "SEC": "40", "YEA": "1840", "CITY": "SENLIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10382	brenne-felix-1848-02-14	{"a4": "1630"}	{"lerrcp": "A4-1630"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Brenne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:20", "date": "1848-02-14 20:00", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Stjustenchausse", "geoid": 0}, "notime": null, "date-ut": "1848-02-14 19:51:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Brenne"}, "birth": {"tzo": "+00:08:20", "date": "1848-02-14 20:00", "place": {"c2": "60", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Stjustenchausse", "geoid": 0}, "date-ut": "1848-02-14 19:51:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1630"}, "ids-in-sources": {"a4": "1630"}}, "raw": {"H": "19", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "14", "LAT": "49N26", "LON": "2E 5", "MON": "2", "NUM": "1630", "PRO": "M", "SEC": "40", "YEA": "1848", "CITY": "STJUSTENCHAUSSE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10383	bressler-joseph-1803-12-12	{"a4": "1631"}	{"lerrcp": "A4-1631"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Bressler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:24", "date": "1803-12-12 23:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "Ammerschwir", "geoid": 0}, "notime": null, "date-ut": "1803-12-12 22:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Bressler"}, "birth": {"tzo": "+00:29:24", "date": "1803-12-12 23:00", "place": {"c2": "68", "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "Ammerschwir", "geoid": 0}, "date-ut": "1803-12-12 22:30:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1631"}, "ids-in-sources": {"a4": "1631"}}, "raw": {"H": "22", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "12", "LAT": "48N 5", "LON": "7E21", "MON": "12", "NUM": "1631", "PRO": "M", "SEC": "36", "YEA": "1803", "CITY": "AMMERSCHWIR"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10384	bret-gustave-1875-08-30	{"a4": "1632"}	{"lerrcp": "A4-1632"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Bret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:15", "date": "1875-08-30 08:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 6.06172, "lat": 43.4058, "name": "Brignoles", "geoid": 3030057}, "notime": null, "date-ut": "1875-08-30 07:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Bret"}, "birth": {"tzo": "+00:24:15", "date": "1875-08-30 08:00", "place": {"c2": "83", "cy": "FR", "lg": 6.06172, "lat": 43.4058, "name": "Brignoles", "geoid": 3030057}, "date-ut": "1875-08-30 07:34:08"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1632"}, "ids-in-sources": {"a4": "1632"}}, "raw": {"H": "7", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "30", "LAT": "43N32", "LON": "6E28", "MON": "8", "NUM": "1632", "PRO": "M", "SEC": "8", "YEA": "1875", "CITY": "BRIGNOLES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10385	gauquelin-a4-1633-1856-04-01	{"a4": "1633"}	{"lerrcp": "A4-1633"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1633", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:18", "date": "1856-04-01 04:00", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.07489, "lat": 46.61947, "name": "Latillé", "geoid": 3006262}, "notime": null, "date-ut": "1856-04-01 03:58:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1633"}, "birth": {"tzo": "+00:00:18", "date": "1856-04-01 04:00", "place": {"c2": "86", "cy": "FR", "lg": 0.07489, "lat": 46.61947, "name": "Latillé", "geoid": 3006262}, "date-ut": "1856-04-01 03:58:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1633"}, "ids-in-sources": {"a4": "1633"}}, "raw": {"H": "3", "MN": "58", "TZ": "0", "COD": "86", "COU": "F", "DAY": "1", "LAT": "46N35", "LON": "0E20", "MON": "4", "NUM": "1633", "PRO": "M", "SEC": "40", "YEA": "1856", "CITY": "LATILLE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10386	breville-pierre-1861-02-21	{"a4": "1634"}	{"lerrcp": "A4-1634"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Breville", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:40", "date": "1861-02-21 02:45", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.16667, "lat": 48.76667, "name": "Barleduc", "geoid": 0}, "notime": null, "date-ut": "1861-02-21 02:24:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Breville"}, "birth": {"tzo": "+00:20:40", "date": "1861-02-21 02:45", "place": {"c2": "55", "cy": "FR", "lg": 5.16667, "lat": 48.76667, "name": "Barleduc", "geoid": 0}, "date-ut": "1861-02-21 02:24:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1634"}, "ids-in-sources": {"a4": "1634"}}, "raw": {"H": "2", "MN": "24", "TZ": "0", "COD": "55", "COU": "F", "DAY": "21", "LAT": "48N46", "LON": "5E10", "MON": "2", "NUM": "1634", "PRO": "M", "SEC": "20", "YEA": "1861", "CITY": "BARLEDUC"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10387	briard-jean-1823-05-15	{"a4": "1635"}	{"lerrcp": "A4-1635"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Briard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:12", "date": "1823-05-15 12:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 5.04813, "lat": 44.05507, "name": "Carpentras", "geoid": 3028542}, "notime": null, "date-ut": "1823-05-15 11:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Briard"}, "birth": {"tzo": "+00:20:12", "date": "1823-05-15 12:00", "place": {"c2": "84", "cy": "FR", "lg": 5.04813, "lat": 44.05507, "name": "Carpentras", "geoid": 3028542}, "date-ut": "1823-05-15 11:40:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1635"}, "ids-in-sources": {"a4": "1635"}}, "raw": {"H": "11", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "15", "LAT": "43N57", "LON": "4E50", "MON": "5", "NUM": "1635", "PRO": "M", "SEC": "40", "YEA": "1823", "CITY": "CARPENTRAS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10388	gauquelin-a4-1636-1842-04-15	{"a4": "1636"}	{"lerrcp": "A4-1636"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1636", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:20", "date": "1842-04-15 04:00", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Gournaysaronde", "geoid": 0}, "notime": null, "date-ut": "1842-04-15 03:51:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1636"}, "birth": {"tzo": "+00:08:20", "date": "1842-04-15 04:00", "place": {"c2": "60", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Gournaysaronde", "geoid": 0}, "date-ut": "1842-04-15 03:51:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1636"}, "ids-in-sources": {"a4": "1636"}}, "raw": {"H": "3", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "15", "LAT": "49N26", "LON": "2E 5", "MON": "4", "NUM": "1636", "PRO": "M", "SEC": "40", "YEA": "1842", "CITY": "GOURNAYSARONDE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10389	briol-maurice-1874-09-22	{"a4": "1637"}	{"lerrcp": "A4-1637"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Briol", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:19", "date": "1874-09-22 09:56:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.33124, "lat": 44.71098, "name": "Capian", "geoid": 3028714}, "notime": null, "date-ut": "1874-09-22 09:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Briol"}, "birth": {"tzo": "-00:01:19", "date": "1874-09-22 09:56:17", "place": {"c2": "33", "cy": "FR", "lg": -0.33124, "lat": 44.71098, "name": "Capian", "geoid": 3028714}, "date-ut": "1874-09-22 09:57:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1637"}, "ids-in-sources": {"a4": "1637"}}, "raw": {"H": "9", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "22", "LAT": "44N50", "LON": "0W34", "MON": "9", "NUM": "1637", "PRO": "M", "SEC": "36", "YEA": "1874", "CITY": "CAPIAN"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10390	brisset-louis-1872-08-25	{"a4": "1638"}	{"lerrcp": "A4-1638"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Brisset", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 6.61472, "lat": 36.365, "name": "Constantine", "geoid": 2501152}, "notime": null, "date-ut": "1872-08-25 13:05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Brisset"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 6.61472, "lat": 36.365, "name": "Constantine", "geoid": 2501152}, "date-ut": "1872-08-25 13:05:00"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1638"}, "ids-in-sources": {"a4": "1638"}}, "raw": {"H": "13", "MN": "5", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "25", "LAT": "36N30", "LON": "6E15", "MON": "8", "NUM": "1638", "PRO": "M", "SEC": "0", "YEA": "1872", "CITY": "CONSTANTINE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10391	brivady-auguste-1830-11-29	{"a4": "1639"}	{"lerrcp": "A4-1639"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Brivady", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:35", "date": "1830-11-29 12:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "notime": null, "date-ut": "1830-11-29 11:48:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Brivady"}, "birth": {"tzo": "+00:11:35", "date": "1830-11-29 12:00", "place": {"c2": "66", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "date-ut": "1830-11-29 11:48:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1639"}, "ids-in-sources": {"a4": "1639"}}, "raw": {"H": "11", "MN": "48", "TZ": "0", "COD": "66", "COU": "F", "DAY": "29", "LAT": "42N42", "LON": "2E55", "MON": "11", "NUM": "1639", "PRO": "M", "SEC": "20", "YEA": "1830", "CITY": "PERPIGNAN"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10392	brive-augustin-1855-09-12	{"a4": "1640"}	{"lerrcp": "A4-1640"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Augustin", "family": "Brive", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:14", "date": "1855-09-12 18:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1855-09-12 17:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Augustin", "family": "Brive"}, "birth": {"tzo": "+00:19:14", "date": "1855-09-12 18:00", "place": {"c2": "84", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1855-09-12 17:40:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1640"}, "ids-in-sources": {"a4": "1640"}}, "raw": {"H": "17", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "12", "LAT": "43N57", "LON": "4E50", "MON": "9", "NUM": "1640", "PRO": "M", "SEC": "40", "YEA": "1855", "CITY": "AVIGNON"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10393	brousse-joseph-1864-11-21	{"a4": "1641"}	{"lerrcp": "A4-1641"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Brousse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:20", "date": "1864-11-21 03:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.33467, "lat": 43.61058, "name": "Colomiers", "geoid": 3024223}, "notime": null, "date-ut": "1864-11-21 02:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Brousse"}, "birth": {"tzo": "+00:05:20", "date": "1864-11-21 03:00", "place": {"c2": "31", "cy": "FR", "lg": 1.33467, "lat": 43.61058, "name": "Colomiers", "geoid": 3024223}, "date-ut": "1864-11-21 02:54:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1641"}, "ids-in-sources": {"a4": "1641"}}, "raw": {"H": "2", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "21", "LAT": "43N37", "LON": "1E26", "MON": "11", "NUM": "1641", "PRO": "M", "SEC": "16", "YEA": "1864", "CITY": "COLOMIERS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10394	broutin-clement-1851-05-04	{"a4": "1642"}	{"lerrcp": "A4-1642"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clément", "family": "Broutin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:56", "date": "1851-05-04 10:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.23333, "lat": 50.46667, "name": "Orchies", "geoid": 2989422}, "notime": null, "date-ut": "1851-05-04 09:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Clément", "family": "Broutin"}, "birth": {"tzo": "+00:12:56", "date": "1851-05-04 10:00", "place": {"c2": "59", "cy": "FR", "lg": 3.23333, "lat": 50.46667, "name": "Orchies", "geoid": 2989422}, "date-ut": "1851-05-04 09:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1642"}, "ids-in-sources": {"a4": "1642"}}, "raw": {"H": "9", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "4", "LAT": "50N39", "LON": "3E 5", "MON": "5", "NUM": "1642", "PRO": "M", "SEC": "40", "YEA": "1851", "CITY": "ORCHIES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10395	bruguier-francois-1853-03-16	{"a4": "1643"}	{"lerrcp": "A4-1643"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Bruguier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:48", "date": "1853-03-16 12:30", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "notime": null, "date-ut": "1853-03-16 12:08:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "François", "family": "Bruguier"}, "birth": {"tzo": "+00:21:48", "date": "1853-03-16 12:30", "place": {"c2": "13", "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "date-ut": "1853-03-16 12:08:32"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1643"}, "ids-in-sources": {"a4": "1643"}}, "raw": {"H": "12", "MN": "8", "TZ": "0", "COD": "13", "COU": "F", "DAY": "16", "LAT": "43N18", "LON": "5E22", "MON": "3", "NUM": "1643", "PRO": "M", "SEC": "32", "YEA": "1853", "CITY": "AIX-EN-PROVENCE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10396	brun-pierre-1878-10-15	{"a4": "1644"}	{"lerrcp": "A4-1644"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Brun", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1878-10-15 09:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1878-10-15 08:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Brun"}, "birth": {"tzo": "+00:15:30", "date": "1878-10-15 09:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1878-10-15 08:44:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1644"}, "ids-in-sources": {"a4": "1644"}}, "raw": {"H": "8", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "15", "LAT": "43N37", "LON": "3E53", "MON": "10", "NUM": "1644", "PRO": "M", "SEC": "28", "YEA": "1878", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10397	brunard-henry-1844-09-11	{"a4": "1645"}	{"lerrcp": "A4-1645"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Brunard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:40", "date": "1844-09-11 19:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Beaumont", "geoid": 0}, "notime": null, "date-ut": "1844-09-11 18:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Brunard"}, "birth": {"tzo": "+00:10:40", "date": "1844-09-11 19:00", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Beaumont", "geoid": 0}, "date-ut": "1844-09-11 18:49:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1645"}, "ids-in-sources": {"a4": "1645"}}, "raw": {"H": "18", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "11", "LAT": "48N33", "LON": "2E40", "MON": "9", "NUM": "1645", "PRO": "M", "SEC": "20", "YEA": "1844", "CITY": "BEAUMONT"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10398	bruneau-louis-1857-03-03	{"a4": "1646"}	{"lerrcp": "A4-1646"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Bruneau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1857-03-03 01:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1857-03-03 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Bruneau"}, "birth": {"tzo": "+00:09:24", "date": "1857-03-03 01:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1857-03-03 00:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1646"}, "ids-in-sources": {"a4": "1646"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "3", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "1646", "PRO": "M", "SEC": "40", "YEA": "1857", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10399	brunel-louis-1844-09-15	{"a4": "1647"}	{"lerrcp": "A4-1647"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Brunel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:12", "date": "1844-09-15 04:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "notime": null, "date-ut": "1844-09-15 04:02:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Brunel"}, "birth": {"tzo": "-00:02:12", "date": "1844-09-15 04:00", "place": {"c2": "49", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "date-ut": "1844-09-15 04:02:08"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1647"}, "ids-in-sources": {"a4": "1647"}}, "raw": {"H": "4", "MN": "2", "TZ": "0", "COD": "49", "COU": "F", "DAY": "15", "LAT": "47N28", "LON": "0W32", "MON": "9", "NUM": "1647", "PRO": "M", "SEC": "8", "YEA": "1844", "CITY": "ANGERS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10400	brunet-edouard-1853-04-08	{"a4": "1648"}	{"lerrcp": "A4-1648"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Brunet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:27", "date": "1853-04-08 08:25:23", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "notime": null, "date-ut": "1853-04-08 08:18:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Brunet"}, "birth": {"tzo": "+00:06:27", "date": "1853-04-08 08:25:23", "place": {"c2": "62", "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "date-ut": "1853-04-08 08:18:56"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1648"}, "ids-in-sources": {"a4": "1648"}}, "raw": {"H": "8", "MN": "18", "TZ": "0", "COD": "62", "COU": "F", "DAY": "8", "LAT": "50N18", "LON": "2E46", "MON": "4", "NUM": "1648", "PRO": "M", "SEC": "56", "YEA": "1853", "CITY": "BOULOGNE-S-MER"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10401	gauquelin-a4-1649-1827-12-14	{"a4": "1649"}	{"lerrcp": "A4-1649"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1649", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:25", "date": "1827-12-14 00:16:17", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.35542, "lat": 46.90347, "name": "Pontarlier", "geoid": 2986302}, "notime": null, "date-ut": "1827-12-13 23:50:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1649"}, "birth": {"tzo": "+00:25:25", "date": "1827-12-14 00:16:17", "place": {"c2": "25", "cy": "FR", "lg": 6.35542, "lat": 46.90347, "name": "Pontarlier", "geoid": 2986302}, "date-ut": "1827-12-13 23:50:52"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1649"}, "ids-in-sources": {"a4": "1649"}}, "raw": {"H": "23", "MN": "50", "TZ": "0", "COD": "25", "COU": "F", "DAY": "13", "LAT": "47N15", "LON": "6E 2", "MON": "12", "NUM": "1649", "PRO": "M", "SEC": "52", "YEA": "1827", "CITY": "PONTARLIER"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10402	gauquelin-a4-1650-1880-06-03	{"a4": "1650"}	{"lerrcp": "A4-1650"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1650", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:20", "date": "1880-06-03 10:01", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.33333, "lat": 50.3, "name": "Rœulx", "geoid": 2983144}, "notime": null, "date-ut": "1880-06-03 09:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1650"}, "birth": {"tzo": "+00:13:20", "date": "1880-06-03 10:01", "place": {"c2": "59", "cy": "FR", "lg": 3.33333, "lat": 50.3, "name": "Rœulx", "geoid": 2983144}, "date-ut": "1880-06-03 09:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1650"}, "ids-in-sources": {"a4": "1650"}}, "raw": {"H": "9", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "3", "LAT": "50N39", "LON": "3E 5", "MON": "6", "NUM": "1650", "PRO": "M", "SEC": "40", "YEA": "1880", "CITY": "ROEULX"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10403	bulteau-paul-1872-03-03	{"a4": "1651"}	{"lerrcp": "A4-1651"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Bulteau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:42", "date": "1872-03-03 13:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1872-03-03 12:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Bulteau"}, "birth": {"tzo": "+00:12:42", "date": "1872-03-03 13:00", "place": {"c2": "59", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1872-03-03 12:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1651"}, "ids-in-sources": {"a4": "1651"}}, "raw": {"H": "12", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "3", "LAT": "50N39", "LON": "3E 5", "MON": "3", "NUM": "1651", "PRO": "M", "SEC": "40", "YEA": "1872", "CITY": "ROUBAIX"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10404	busser-henri-1872-01-16	{"a4": "1652"}	{"lerrcp": "A4-1652"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Busser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1872-01-16 05:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1872-01-16 04:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Busser"}, "birth": {"tzo": "+00:05:46", "date": "1872-01-16 05:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1872-01-16 04:54:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1652"}, "ids-in-sources": {"a4": "1652"}}, "raw": {"H": "4", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "16", "LAT": "43N37", "LON": "1E26", "MON": "1", "NUM": "1652", "PRO": "M", "SEC": "16", "YEA": "1872", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10405	cabassol-jean-1843-10-29	{"a4": "1653"}	{"lerrcp": "A4-1653"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Cabassol", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:28", "date": "1843-10-29 19:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Peyrolles", "geoid": 0}, "notime": null, "date-ut": "1843-10-29 18:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Cabassol"}, "birth": {"tzo": "+00:21:28", "date": "1843-10-29 19:00", "place": {"c2": "13", "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Peyrolles", "geoid": 0}, "date-ut": "1843-10-29 18:38:32"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1653"}, "ids-in-sources": {"a4": "1653"}}, "raw": {"H": "18", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "29", "LAT": "43N18", "LON": "5E22", "MON": "10", "NUM": "1653", "PRO": "M", "SEC": "32", "YEA": "1843", "CITY": "PEYROLLES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10406	cabilliot-georges-1861-04-02	{"a4": "1654"}	{"lerrcp": "A4-1654"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Cabilliot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1861-04-02 22:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Kerprich", "geoid": 0}, "notime": null, "date-ut": "1861-04-02 21:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Cabilliot"}, "birth": {"tzo": "+00:24:44", "date": "1861-04-02 22:00", "place": {"c2": "57", "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Kerprich", "geoid": 0}, "date-ut": "1861-04-02 21:35:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1654"}, "ids-in-sources": {"a4": "1654"}}, "raw": {"H": "21", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "2", "LAT": "49N 7", "LON": "6E11", "MON": "4", "NUM": "1654", "PRO": "M", "SEC": "16", "YEA": "1861", "CITY": "KERPRICH"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10407	caby-robert-1905-03-25	{"a4": "1655"}	{"lerrcp": "A4-1655"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Caby", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1905-03-25 10:30", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.80317, "lat": 49.41705, "name": "Venette", "geoid": 2970081}, "notime": null, "date-ut": "1905-03-25 10:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Caby"}, "birth": {"tzo": "+00:09:21", "date": "1905-03-25 10:30", "place": {"c2": "60", "cy": "FR", "lg": 2.80317, "lat": 49.41705, "name": "Venette", "geoid": 2970081}, "date-ut": "1905-03-25 10:20:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1655"}, "ids-in-sources": {"a4": "1655"}}, "raw": {"H": "10", "MN": "20", "TZ": "0", "COD": "60", "COU": "F", "DAY": "25", "LAT": "49N26", "LON": "2E 5", "MON": "3", "NUM": "1655", "PRO": "M", "SEC": "40", "YEA": "1905", "CITY": "VENETTE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10408	cahusac-louis-1880-07-12	{"a4": "1656"}	{"lerrcp": "A4-1656"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Cahusac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:51", "date": "1880-07-12 10:56:19", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 2.96265, "lat": 43.34665, "name": "Quarante", "geoid": 2984879}, "notime": null, "date-ut": "1880-07-12 10:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Cahusac"}, "birth": {"tzo": "+00:11:51", "date": "1880-07-12 10:56:19", "place": {"c2": "34", "cy": "FR", "lg": 2.96265, "lat": 43.34665, "name": "Quarante", "geoid": 2984879}, "date-ut": "1880-07-12 10:44:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1656"}, "ids-in-sources": {"a4": "1656"}}, "raw": {"H": "10", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "12", "LAT": "43N37", "LON": "3E53", "MON": "7", "NUM": "1656", "PRO": "M", "SEC": "28", "YEA": "1880", "CITY": "QUARANTE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10409	gauquelin-a4-1657-1853-04-07	{"a4": "1657"}	{"lerrcp": "A4-1657"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1657", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1853-04-07 11:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1853-04-07 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1657"}, "birth": {"tzo": "+00:09:24", "date": "1853-04-07 11:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1853-04-07 10:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1657"}, "ids-in-sources": {"a4": "1657"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "7", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "1657", "PRO": "M", "SEC": "40", "YEA": "1853", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10410	caillol-francois-1865-05-18	{"a4": "1658"}	{"lerrcp": "A4-1658"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Caillol", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:48", "date": "1865-05-18 21:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "notime": null, "date-ut": "1865-05-18 20:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "François", "family": "Caillol"}, "birth": {"tzo": "+00:21:48", "date": "1865-05-18 21:00", "place": {"c2": "13", "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "date-ut": "1865-05-18 20:38:32"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1658"}, "ids-in-sources": {"a4": "1658"}}, "raw": {"H": "20", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "18", "LAT": "43N18", "LON": "5E22", "MON": "5", "NUM": "1658", "PRO": "M", "SEC": "32", "YEA": "1865", "CITY": "AIX-EN-PROVENCE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10411	canteloube-joseph-1879-10-21	{"a4": "1659"}	{"lerrcp": "A4-1659"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Canteloube", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:41", "date": "1879-10-21 11:00", "note": null, "place": {"c1": null, "c2": "07", "c3": null, "cy": "FR", "lg": 4.6707, "lat": 45.23992, "name": "Annonay", "geoid": 3037514}, "notime": null, "date-ut": "1879-10-21 10:41:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Canteloube"}, "birth": {"tzo": "+00:18:41", "date": "1879-10-21 11:00", "place": {"c2": "07", "cy": "FR", "lg": 4.6707, "lat": 45.23992, "name": "Annonay", "geoid": 3037514}, "date-ut": "1879-10-21 10:41:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1659"}, "ids-in-sources": {"a4": "1659"}}, "raw": {"H": "10", "MN": "41", "TZ": "0", "COD": "07", "COU": "F", "DAY": "21", "LAT": "44N44", "LON": "4E36", "MON": "10", "NUM": "1659", "PRO": "M", "SEC": "36", "YEA": "1879", "CITY": "ANNONAY"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10412	capdevielle-jacques-1875-07-17	{"a4": "1660"}	{"lerrcp": "A4-1660"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Capdevielle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:25", "date": "1875-07-17 08:30", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "notime": null, "date-ut": "1875-07-17 08:31:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Capdevielle"}, "birth": {"tzo": "-00:01:25", "date": "1875-07-17 08:30", "place": {"c2": "64", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "date-ut": "1875-07-17 08:31:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1660"}, "ids-in-sources": {"a4": "1660"}}, "raw": {"H": "8", "MN": "31", "TZ": "0", "COD": "64", "COU": "F", "DAY": "17", "LAT": "43N18", "LON": "0W22", "MON": "7", "NUM": "1660", "PRO": "M", "SEC": "28", "YEA": "1875", "CITY": "PAU"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10413	capel-achille-1848-06-17	{"a4": "1661"}	{"lerrcp": "A4-1661"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Achille", "family": "Capel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:56", "date": "1848-06-17 02:30", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.23472, "lat": 50.17596, "name": "Cambrai", "geoid": 3029030}, "notime": null, "date-ut": "1848-06-17 02:17:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Achille", "family": "Capel"}, "birth": {"tzo": "+00:12:56", "date": "1848-06-17 02:30", "place": {"c2": "59", "cy": "FR", "lg": 3.23472, "lat": 50.17596, "name": "Cambrai", "geoid": 3029030}, "date-ut": "1848-06-17 02:17:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1661"}, "ids-in-sources": {"a4": "1661"}}, "raw": {"H": "2", "MN": "17", "TZ": "0", "COD": "59", "COU": "F", "DAY": "17", "LAT": "50N39", "LON": "3E 5", "MON": "6", "NUM": "1661", "PRO": "M", "SEC": "40", "YEA": "1848", "CITY": "CAMBRAI"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10414	caplet-andre-1878-11-23	{"a4": "1662"}	{"lerrcp": "A4-1662"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Caplet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:26", "date": "1878-11-23 13:56:06", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1878-11-23 13:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "André", "family": "Caplet"}, "birth": {"tzo": "+00:00:26", "date": "1878-11-23 13:56:06", "place": {"c2": "76", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1878-11-23 13:55:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1662"}, "ids-in-sources": {"a4": "1662"}}, "raw": {"H": "13", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "23", "LAT": "49N26", "LON": "1E 5", "MON": "11", "NUM": "1662", "PRO": "M", "SEC": "40", "YEA": "1878", "CITY": "LE HAVRE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10415	carcanade-rene-1874-02-22	{"a4": "1663"}	{"lerrcp": "A4-1663"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Carcanade", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:58", "date": "1874-02-22 01:00", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 2.24088, "lat": 43.60527, "name": "Castres", "geoid": 3028263}, "notime": null, "date-ut": "1874-02-22 00:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "René", "family": "Carcanade"}, "birth": {"tzo": "+00:08:58", "date": "1874-02-22 01:00", "place": {"c2": "81", "cy": "FR", "lg": 2.24088, "lat": 43.60527, "name": "Castres", "geoid": 3028263}, "date-ut": "1874-02-22 00:51:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1663"}, "ids-in-sources": {"a4": "1663"}}, "raw": {"H": "0", "MN": "51", "TZ": "0", "COD": "81", "COU": "F", "DAY": "22", "LAT": "43N55", "LON": "2E 8", "MON": "2", "NUM": "1663", "PRO": "M", "SEC": "28", "YEA": "1874", "CITY": "CASTRES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10416	gauquelin-a4-1664-1882-04-29	{"a4": "1664"}	{"lerrcp": "A4-1664"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1664", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:01", "date": "1882-04-29 09:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.50387, "lat": 50.37201, "name": "Anzin", "geoid": 3037397}, "notime": null, "date-ut": "1882-04-29 08:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1664"}, "birth": {"tzo": "+00:14:01", "date": "1882-04-29 09:00", "place": {"c2": "59", "cy": "FR", "lg": 3.50387, "lat": 50.37201, "name": "Anzin", "geoid": 3037397}, "date-ut": "1882-04-29 08:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1664"}, "ids-in-sources": {"a4": "1664"}}, "raw": {"H": "8", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "29", "LAT": "50N39", "LON": "3E 5", "MON": "4", "NUM": "1664", "PRO": "M", "SEC": "40", "YEA": "1882", "CITY": "ANZIN"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10417	carles-fernand-1855-01-18	{"a4": "1665"}	{"lerrcp": "A4-1665"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Carles", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1855-01-18 11:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1855-01-18 10:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Carles"}, "birth": {"tzo": "+00:15:30", "date": "1855-01-18 11:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1855-01-18 10:44:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1665"}, "ids-in-sources": {"a4": "1665"}}, "raw": {"H": "10", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "18", "LAT": "43N37", "LON": "3E53", "MON": "1", "NUM": "1665", "PRO": "M", "SEC": "28", "YEA": "1855", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10418	carlier-florestan-1814-06-30	{"a4": "1666"}	{"lerrcp": "A4-1666"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Florestan", "family": "Carlier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:42", "date": "1814-06-30 21:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1814-06-30 21:06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Florestan", "family": "Carlier"}, "birth": {"tzo": "-00:06:42", "date": "1814-06-30 21:00", "place": {"c2": "35", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1814-06-30 21:06:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1666"}, "ids-in-sources": {"a4": "1666"}}, "raw": {"H": "21", "MN": "6", "TZ": "0", "COD": "35", "COU": "F", "DAY": "30", "LAT": "48N 7", "LON": "1W40", "MON": "6", "NUM": "1666", "PRO": "M", "SEC": "40", "YEA": "1814", "CITY": "RENNES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10419	carmont-armand-1833-08-18	{"a4": "1667"}	{"lerrcp": "A4-1667"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Carmont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:03:56", "date": "1833-08-18 06:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.98357, "lat": 49.58609, "name": "Goupillières", "geoid": 3015560}, "notime": null, "date-ut": "1833-08-18 05:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Carmont"}, "birth": {"tzo": "+00:03:56", "date": "1833-08-18 06:00", "place": {"c2": "76", "cy": "FR", "lg": 0.98357, "lat": 49.58609, "name": "Goupillières", "geoid": 3015560}, "date-ut": "1833-08-18 05:55:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1667"}, "ids-in-sources": {"a4": "1667"}}, "raw": {"H": "5", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "18", "LAT": "49N26", "LON": "1E 5", "MON": "8", "NUM": "1667", "PRO": "M", "SEC": "40", "YEA": "1833", "CITY": "GOUPILLIERES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10420	caron-benoui-1859-05-05	{"a4": "1668"}	{"lerrcp": "A4-1668"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benoui", "family": "Caron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:56", "date": "1859-05-05 23:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Fontenayssbois", "geoid": 0}, "notime": null, "date-ut": "1859-05-05 22:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Benoui", "family": "Caron"}, "birth": {"tzo": "+00:09:56", "date": "1859-05-05 23:00", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Fontenayssbois", "geoid": 0}, "date-ut": "1859-05-05 22:50:04"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1668"}, "ids-in-sources": {"a4": "1668"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "5", "LAT": "48N47", "LON": "2E29", "MON": "5", "NUM": "1668", "PRO": "M", "SEC": "4", "YEA": "1859", "CITY": "FONTENAYSSBOIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10421	carraud-michel-1864-07-20	{"a4": "1669"}	{"lerrcp": "A4-1669"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Carraud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:40", "date": "1864-07-20 19:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Lemee", "geoid": 0}, "notime": null, "date-ut": "1864-07-20 18:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Carraud"}, "birth": {"tzo": "+00:10:40", "date": "1864-07-20 19:00", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Lemee", "geoid": 0}, "date-ut": "1864-07-20 18:49:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1669"}, "ids-in-sources": {"a4": "1669"}}, "raw": {"H": "18", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "20", "LAT": "48N33", "LON": "2E40", "MON": "7", "NUM": "1669", "PRO": "M", "SEC": "20", "YEA": "1864", "CITY": "LEMEE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10422	gauquelin-a4-1670-1869-06-06	{"a4": "1670"}	{"lerrcp": "A4-1670"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1670", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:27", "date": "1869-06-06 19:55:23", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "notime": null, "date-ut": "1869-06-06 19:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1670"}, "birth": {"tzo": "+00:06:27", "date": "1869-06-06 19:55:23", "place": {"c2": "62", "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "date-ut": "1869-06-06 19:48:56"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1670"}, "ids-in-sources": {"a4": "1670"}}, "raw": {"H": "19", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "6", "LAT": "50N18", "LON": "2E46", "MON": "6", "NUM": "1670", "PRO": "M", "SEC": "56", "YEA": "1869", "CITY": "BOULOGNE-S-MER"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10423	carre-felix-1872-04-08	{"a4": "1671"}	{"lerrcp": "A4-1671"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Carre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:10", "date": "1872-04-08 13:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 5.04156, "lat": 49.6708, "name": "Douzy", "geoid": 3020871}, "notime": null, "date-ut": "1872-04-08 12:41:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Carre"}, "birth": {"tzo": "+00:20:10", "date": "1872-04-08 13:00", "place": {"c2": "08", "cy": "FR", "lg": 5.04156, "lat": 49.6708, "name": "Douzy", "geoid": 3020871}, "date-ut": "1872-04-08 12:41:04"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1671"}, "ids-in-sources": {"a4": "1671"}}, "raw": {"H": "12", "MN": "41", "TZ": "0", "COD": "08", "COU": "F", "DAY": "8", "LAT": "49N46", "LON": "4E44", "MON": "4", "NUM": "1671", "PRO": "M", "SEC": "4", "YEA": "1872", "CITY": "DOUZY"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10424	gauquelin-a4-1672-1838-08-01	{"a4": "1672"}	{"lerrcp": "A4-1672"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1672", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:44", "date": "1838-08-01 00:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 2.43242, "lat": 50.96882, "name": "Bergues", "geoid": 3033363}, "notime": null, "date-ut": "1838-07-31 23:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1672"}, "birth": {"tzo": "+00:09:44", "date": "1838-08-01 00:00", "place": {"c2": "59", "cy": "FR", "lg": 2.43242, "lat": 50.96882, "name": "Bergues", "geoid": 3033363}, "date-ut": "1838-07-31 23:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1672"}, "ids-in-sources": {"a4": "1672"}}, "raw": {"H": "23", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "31", "LAT": "50N39", "LON": "3E 5", "MON": "7", "NUM": "1672", "PRO": "M", "SEC": "40", "YEA": "1838", "CITY": "BERGUES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10425	carriere-leopold-1804-08-12	{"a4": "1673"}	{"lerrcp": "A4-1673"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leopold", "family": "Carriere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:17:57", "date": "1804-08-12 09:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1804-08-12 09:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Leopold", "family": "Carriere"}, "birth": {"tzo": "-00:17:57", "date": "1804-08-12 09:00", "place": {"c2": "29", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1804-08-12 09:16:24"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1673"}, "ids-in-sources": {"a4": "1673"}}, "raw": {"H": "9", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "12", "LAT": "48N 0", "LON": "4W 6", "MON": "8", "NUM": "1673", "PRO": "M", "SEC": "24", "YEA": "1804", "CITY": "BREST"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10426	cartan-jean-1906-12-01	{"a4": "1674"}	{"lerrcp": "A4-1674"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Cartan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1906-12-01 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Cartan"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1906-12-01 14:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1674"}, "ids-in-sources": {"a4": "1674"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "54", "COU": "F", "DAY": "1", "LAT": "48N42", "LON": "6E12", "MON": "12", "NUM": "1674", "PRO": "M", "SEC": "40", "YEA": "1906", "CITY": "NANCY"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10427	casadesus-francis-1870-12-02	{"a4": "1675"}	{"lerrcp": "A4-1675"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Casadesus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1870-12-02 17:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1870-12-02 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Francis", "family": "Casadesus"}, "birth": {"tzo": "+00:09:24", "date": "1870-12-02 17:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1870-12-02 16:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1675"}, "ids-in-sources": {"a4": "1675"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "1675", "PRO": "M", "SEC": "40", "YEA": "1870", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10428	gauquelin-a4-1676-1877-02-08	{"a4": "1676"}	{"lerrcp": "A4-1676"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1676", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:04", "date": "1877-02-08 11:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Brexentenocq", "geoid": 0}, "notime": null, "date-ut": "1877-02-08 10:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1676"}, "birth": {"tzo": "+00:11:04", "date": "1877-02-08 11:00", "place": {"c2": "62", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Brexentenocq", "geoid": 0}, "date-ut": "1877-02-08 10:48:56"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1676"}, "ids-in-sources": {"a4": "1676"}}, "raw": {"H": "10", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "8", "LAT": "50N18", "LON": "2E46", "MON": "2", "NUM": "1676", "PRO": "M", "SEC": "56", "YEA": "1877", "CITY": "BREXENTENOCQ"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10429	castera-rene-1873-04-03	{"a4": "1677"}	{"lerrcp": "A4-1677"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Castera", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:13", "date": "1873-04-03 02:00", "note": null, "place": {"c1": null, "c2": "40", "c3": null, "cy": "FR", "lg": -1.05366, "lat": 43.71032, "name": "Dax", "geoid": 3021670}, "notime": null, "date-ut": "1873-04-03 02:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "René", "family": "Castera"}, "birth": {"tzo": "-00:04:13", "date": "1873-04-03 02:00", "place": {"c2": "40", "cy": "FR", "lg": -1.05366, "lat": 43.71032, "name": "Dax", "geoid": 3021670}, "date-ut": "1873-04-03 02:02"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1677"}, "ids-in-sources": {"a4": "1677"}}, "raw": {"H": "2", "MN": "2", "TZ": "0", "COD": "40", "COU": "F", "DAY": "3", "LAT": "43N54", "LON": "0W30", "MON": "4", "NUM": "1677", "PRO": "M", "SEC": "0", "YEA": "1873", "CITY": "DAX"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10430	castillon-alexis-1838-12-13	{"a4": "1678"}	{"lerrcp": "A4-1678"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexis", "family": "Castillon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:57", "date": "1838-12-13 15:30", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 1.48925, "lat": 48.44685, "name": "Chartres", "geoid": 3026467}, "notime": null, "date-ut": "1838-12-13 15:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Alexis", "family": "Castillon"}, "birth": {"tzo": "+00:05:57", "date": "1838-12-13 15:30", "place": {"c2": "28", "cy": "FR", "lg": 1.48925, "lat": 48.44685, "name": "Chartres", "geoid": 3026467}, "date-ut": "1838-12-13 15:24"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1678"}, "ids-in-sources": {"a4": "1678"}}, "raw": {"H": "15", "MN": "24", "TZ": "0", "COD": "28", "COU": "F", "DAY": "13", "LAT": "48N27", "LON": "1E30", "MON": "12", "NUM": "1678", "PRO": "M", "SEC": "0", "YEA": "1838", "CITY": "CHARTRES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10431	cavailles-emile-1874-04-21	{"a4": "1679"}	{"lerrcp": "A4-1679"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Cavailles", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1874-04-21 15:00", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 43.91667, "name": "Labastiderouair", "geoid": 0}, "notime": null, "date-ut": "1874-04-21 14:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Cavailles"}, "birth": {"tzo": "+00:08:32", "date": "1874-04-21 15:00", "place": {"c2": "81", "cy": "FR", "lg": 2.13333, "lat": 43.91667, "name": "Labastiderouair", "geoid": 0}, "date-ut": "1874-04-21 14:51:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1679"}, "ids-in-sources": {"a4": "1679"}}, "raw": {"H": "14", "MN": "51", "TZ": "0", "COD": "81", "COU": "F", "DAY": "21", "LAT": "43N55", "LON": "2E 8", "MON": "4", "NUM": "1679", "PRO": "M", "SEC": "28", "YEA": "1874", "CITY": "LABASTIDEROUAIR"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10432	cazajus-jean-1858-08-17	{"a4": "1680"}	{"lerrcp": "A4-1680"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Cazajus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:54", "date": "1858-08-17 02:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.47464, "lat": 43.35079, "name": "Auterive", "geoid": 3035970}, "notime": null, "date-ut": "1858-08-17 01:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Cazajus"}, "birth": {"tzo": "+00:05:54", "date": "1858-08-17 02:00", "place": {"c2": "31", "cy": "FR", "lg": 1.47464, "lat": 43.35079, "name": "Auterive", "geoid": 3035970}, "date-ut": "1858-08-17 01:54:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1680"}, "ids-in-sources": {"a4": "1680"}}, "raw": {"H": "1", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "17", "LAT": "43N37", "LON": "1E26", "MON": "8", "NUM": "1680", "PRO": "M", "SEC": "16", "YEA": "1858", "CITY": "AUTERIVE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10433	chabeaux-jean-1854-02-19	{"a4": "1681"}	{"lerrcp": "A4-1681"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Chabeaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:25", "date": "1854-02-19 00:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "notime": null, "date-ut": "1854-02-19 00:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Chabeaux"}, "birth": {"tzo": "-00:01:25", "date": "1854-02-19 00:00", "place": {"c2": "64", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "date-ut": "1854-02-19 00:01:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1681"}, "ids-in-sources": {"a4": "1681"}}, "raw": {"H": "0", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "19", "LAT": "43N18", "LON": "0W22", "MON": "2", "NUM": "1681", "PRO": "M", "SEC": "28", "YEA": "1854", "CITY": "PAU"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10434	chabrier-emmanuel-1841-01-18	{"a4": "1682"}	{"lerrcp": "A4-1682"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emmanuel", "family": "Chabrier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:58", "date": "1841-01-18 16:00", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.74164, "lat": 45.54944, "name": "Ambert", "geoid": 3037937}, "notime": null, "date-ut": "1841-01-18 15:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Emmanuel", "family": "Chabrier"}, "birth": {"tzo": "+00:14:58", "date": "1841-01-18 16:00", "place": {"c2": "63", "cy": "FR", "lg": 3.74164, "lat": 45.54944, "name": "Ambert", "geoid": 3037937}, "date-ut": "1841-01-18 15:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1682"}, "ids-in-sources": {"a4": "1682"}}, "raw": {"H": "15", "MN": "47", "TZ": "0", "COD": "63", "COU": "F", "DAY": "18", "LAT": "45N47", "LON": "3E 5", "MON": "1", "NUM": "1682", "PRO": "M", "SEC": "40", "YEA": "1841", "CITY": "AMBERT"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10435	chailley-francois-1881-06-03	{"a4": "1683"}	{"lerrcp": "A4-1683"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Chailley", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:44", "date": "1881-06-03 13:30", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Asnieres", "geoid": 0}, "notime": null, "date-ut": "1881-06-03 13:21:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "François", "family": "Chailley"}, "birth": {"tzo": "+00:08:44", "date": "1881-06-03 13:30", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Asnieres", "geoid": 0}, "date-ut": "1881-06-03 13:21:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1683"}, "ids-in-sources": {"a4": "1683"}}, "raw": {"H": "13", "MN": "21", "TZ": "0", "COD": "92", "COU": "F", "DAY": "3", "LAT": "48N50", "LON": "2E11", "MON": "6", "NUM": "1683", "PRO": "M", "SEC": "16", "YEA": "1881", "CITY": "ASNIERES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10436	chaine-eugene-1819-12-01	{"a4": "1684"}	{"lerrcp": "A4-1684"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Chaine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:56", "date": "1819-12-01 07:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Charleville", "geoid": 0}, "notime": null, "date-ut": "1819-12-01 06:41:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Chaine"}, "birth": {"tzo": "+00:18:56", "date": "1819-12-01 07:00", "place": {"c2": "08", "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Charleville", "geoid": 0}, "date-ut": "1819-12-01 06:41:04"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1684"}, "ids-in-sources": {"a4": "1684"}}, "raw": {"H": "6", "MN": "41", "TZ": "0", "COD": "08", "COU": "F", "DAY": "1", "LAT": "49N46", "LON": "4E44", "MON": "12", "NUM": "1684", "PRO": "M", "SEC": "4", "YEA": "1819", "CITY": "CHARLEVILLE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10437	chalory-marie-1829-07-20	{"a4": "1685"}	{"lerrcp": "A4-1685"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Chalory", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:20", "date": "1829-07-20 21:00", "note": null, "place": {"c1": null, "c2": "41", "c3": null, "cy": "FR", "lg": 1.33333, "lat": 47.58333, "name": "Romorantin", "geoid": 0}, "notime": null, "date-ut": "1829-07-20 20:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Chalory"}, "birth": {"tzo": "+00:05:20", "date": "1829-07-20 21:00", "place": {"c2": "41", "cy": "FR", "lg": 1.33333, "lat": 47.58333, "name": "Romorantin", "geoid": 0}, "date-ut": "1829-07-20 20:54:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1685"}, "ids-in-sources": {"a4": "1685"}}, "raw": {"H": "20", "MN": "54", "TZ": "0", "COD": "41", "COU": "F", "DAY": "20", "LAT": "47N35", "LON": "1E20", "MON": "7", "NUM": "1685", "PRO": "M", "SEC": "40", "YEA": "1829", "CITY": "ROMORANTIN"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10438	chambris-henri-1879-03-29	{"a4": "1686"}	{"lerrcp": "A4-1686"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Chambris", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:49", "date": "1879-03-29 07:00", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "notime": null, "date-ut": "1879-03-29 06:59:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Chambris"}, "birth": {"tzo": "+00:00:49", "date": "1879-03-29 07:00", "place": {"c2": "72", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "date-ut": "1879-03-29 06:59:12"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1686"}, "ids-in-sources": {"a4": "1686"}}, "raw": {"H": "6", "MN": "59", "TZ": "0", "COD": "72", "COU": "F", "DAY": "29", "LAT": "48N 1", "LON": "0E12", "MON": "3", "NUM": "1686", "PRO": "M", "SEC": "12", "YEA": "1879", "CITY": "LE MANS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10439	chapelle-edouard-1814-02-23	{"a4": "1687"}	{"lerrcp": "A4-1687"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Chapelle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:42", "date": "1814-02-23 16:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1814-02-23 16:06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Chapelle"}, "birth": {"tzo": "-00:06:42", "date": "1814-02-23 16:00", "place": {"c2": "35", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1814-02-23 16:06:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1687"}, "ids-in-sources": {"a4": "1687"}}, "raw": {"H": "16", "MN": "6", "TZ": "0", "COD": "35", "COU": "F", "DAY": "23", "LAT": "48N 7", "LON": "1W40", "MON": "2", "NUM": "1687", "PRO": "M", "SEC": "40", "YEA": "1814", "CITY": "RENNES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10440	chapuis-auguste-1858-04-20	{"a4": "1688"}	{"lerrcp": "A4-1688"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Chapuis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:36", "date": "1858-04-20 10:30", "note": null, "place": {"c1": null, "c2": "70", "c3": null, "cy": "FR", "lg": 6.15, "lat": 47.61667, "name": "Dampierressalon", "geoid": 0}, "notime": null, "date-ut": "1858-04-20 10:05:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Chapuis"}, "birth": {"tzo": "+00:24:36", "date": "1858-04-20 10:30", "place": {"c2": "70", "cy": "FR", "lg": 6.15, "lat": 47.61667, "name": "Dampierressalon", "geoid": 0}, "date-ut": "1858-04-20 10:05:24"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1688"}, "ids-in-sources": {"a4": "1688"}}, "raw": {"H": "10", "MN": "5", "TZ": "0", "COD": "70", "COU": "F", "DAY": "20", "LAT": "47N37", "LON": "6E 9", "MON": "4", "NUM": "1688", "PRO": "M", "SEC": "24", "YEA": "1858", "CITY": "DAMPIERRESSALON"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10441	charlot-alphonse-1836-04-29	{"a4": "1689"}	{"lerrcp": "A4-1689"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Charlot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:22", "date": "1836-04-29 13:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.59295, "lat": 48.88109, "name": "Chelles", "geoid": 3025622}, "notime": null, "date-ut": "1836-04-29 12:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Charlot"}, "birth": {"tzo": "+00:10:22", "date": "1836-04-29 13:00", "place": {"c2": "77", "cy": "FR", "lg": 2.59295, "lat": 48.88109, "name": "Chelles", "geoid": 3025622}, "date-ut": "1836-04-29 12:49:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1689"}, "ids-in-sources": {"a4": "1689"}}, "raw": {"H": "12", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "29", "LAT": "48N33", "LON": "2E40", "MON": "4", "NUM": "1689", "PRO": "M", "SEC": "20", "YEA": "1836", "CITY": "CHELLES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10442	charmoux-amedee-1825-01-01	{"a4": "1690"}	{"lerrcp": "A4-1690"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amédée", "family": "Charmoux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:56", "date": "1825-01-01 01:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.23472, "lat": 50.17596, "name": "Cambrai", "geoid": 3029030}, "notime": null, "date-ut": "1825-01-01 00:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Amédée", "family": "Charmoux"}, "birth": {"tzo": "+00:12:56", "date": "1825-01-01 01:00", "place": {"c2": "59", "cy": "FR", "lg": 3.23472, "lat": 50.17596, "name": "Cambrai", "geoid": 3029030}, "date-ut": "1825-01-01 00:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1690"}, "ids-in-sources": {"a4": "1690"}}, "raw": {"H": "0", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "1", "LAT": "50N39", "LON": "3E 5", "MON": "1", "NUM": "1690", "PRO": "M", "SEC": "40", "YEA": "1825", "CITY": "CAMBRAI"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10443	charpentier-gustave-1860-06-25	{"a4": "1691"}	{"lerrcp": "A4-1691"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Charpentier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:26:52", "date": "1860-06-25 23:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.7178, "lat": 48.81263, "name": "Dieuze", "geoid": 3021392}, "notime": null, "date-ut": "1860-06-25 22:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Charpentier"}, "birth": {"tzo": "+00:26:52", "date": "1860-06-25 23:00", "place": {"c2": "57", "cy": "FR", "lg": 6.7178, "lat": 48.81263, "name": "Dieuze", "geoid": 3021392}, "date-ut": "1860-06-25 22:35:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1691"}, "ids-in-sources": {"a4": "1691"}}, "raw": {"H": "22", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "25", "LAT": "49N 7", "LON": "6E11", "MON": "6", "NUM": "1691", "PRO": "M", "SEC": "16", "YEA": "1860", "CITY": "DIEUZE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10444	charpentier-hippolyte-1844-01-02	{"a4": "1692"}	{"lerrcp": "A4-1692"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hippolyte", "family": "Charpentier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1844-01-02 02:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1844-01-02 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Hippolyte", "family": "Charpentier"}, "birth": {"tzo": "+00:09:24", "date": "1844-01-02 02:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1844-01-02 01:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1692"}, "ids-in-sources": {"a4": "1692"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "1692", "PRO": "M", "SEC": "40", "YEA": "1844", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10445	charpentier-paul-1846-05-19	{"a4": "1693"}	{"lerrcp": "A4-1693"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Charpentier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:28", "date": "1846-05-19 04:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Crecysserre", "geoid": 0}, "notime": null, "date-ut": "1846-05-19 03:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Charpentier"}, "birth": {"tzo": "+00:14:28", "date": "1846-05-19 04:00", "place": {"c2": "02", "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Crecysserre", "geoid": 0}, "date-ut": "1846-05-19 03:45:32"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1693"}, "ids-in-sources": {"a4": "1693"}}, "raw": {"H": "3", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "19", "LAT": "49N34", "LON": "3E37", "MON": "5", "NUM": "1693", "PRO": "M", "SEC": "32", "YEA": "1846", "CITY": "CRECYSSERRE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10446	charpentier-victor-1867-07-23	{"a4": "1694"}	{"lerrcp": "A4-1694"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Charpentier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:26:52", "date": "1867-07-23 13:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.7178, "lat": 48.81263, "name": "Dieuze", "geoid": 3021392}, "notime": null, "date-ut": "1867-07-23 12:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Charpentier"}, "birth": {"tzo": "+00:26:52", "date": "1867-07-23 13:00", "place": {"c2": "57", "cy": "FR", "lg": 6.7178, "lat": 48.81263, "name": "Dieuze", "geoid": 3021392}, "date-ut": "1867-07-23 12:35:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1694"}, "ids-in-sources": {"a4": "1694"}}, "raw": {"H": "12", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "23", "LAT": "49N 7", "LON": "6E11", "MON": "7", "NUM": "1694", "PRO": "M", "SEC": "16", "YEA": "1867", "CITY": "DIEUZE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10447	chartier-paul-1875-12-11	{"a4": "1695"}	{"lerrcp": "A4-1695"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Chartier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:01", "date": "1875-12-11 21:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.50387, "lat": 50.37201, "name": "Anzin", "geoid": 3037397}, "notime": null, "date-ut": "1875-12-11 20:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Chartier"}, "birth": {"tzo": "+00:14:01", "date": "1875-12-11 21:00", "place": {"c2": "59", "cy": "FR", "lg": 3.50387, "lat": 50.37201, "name": "Anzin", "geoid": 3037397}, "date-ut": "1875-12-11 20:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1695"}, "ids-in-sources": {"a4": "1695"}}, "raw": {"H": "20", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "11", "LAT": "50N39", "LON": "3E 5", "MON": "12", "NUM": "1695", "PRO": "M", "SEC": "40", "YEA": "1875", "CITY": "ANZIN"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10448	chaussier-henry-1854-05-23	{"a4": "1696"}	{"lerrcp": "A4-1696"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Chaussier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:41", "date": "1854-05-23 03:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.92104, "lat": 47.80377, "name": "Viviers", "geoid": 2967818}, "notime": null, "date-ut": "1854-05-23 02:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Chaussier"}, "birth": {"tzo": "+00:15:41", "date": "1854-05-23 03:00", "place": {"c2": "89", "cy": "FR", "lg": 3.92104, "lat": 47.80377, "name": "Viviers", "geoid": 2967818}, "date-ut": "1854-05-23 02:45:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1696"}, "ids-in-sources": {"a4": "1696"}}, "raw": {"H": "2", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "23", "LAT": "47N48", "LON": "3E35", "MON": "5", "NUM": "1696", "PRO": "M", "SEC": "40", "YEA": "1854", "CITY": "VIVIERS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10449	chausson-ernest-1855-01-20	{"a4": "1697"}	{"lerrcp": "A4-1697"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Chausson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1855-01-20 12:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1855-01-20 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Chausson"}, "birth": {"tzo": "+00:09:24", "date": "1855-01-20 12:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1855-01-20 11:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1697"}, "ids-in-sources": {"a4": "1697"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "20", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "1697", "PRO": "M", "SEC": "40", "YEA": "1855", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10450	chauvet-charles-1837-06-07	{"a4": "1698"}	{"lerrcp": "A4-1698"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Chauvet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:56", "date": "1837-06-07 04:00", "note": null, "place": {"c1": null, "c2": "95", "c3": null, "cy": "FR", "lg": 1.98226, "lat": 49.14485, "name": "Marines", "geoid": 2995702}, "notime": null, "date-ut": "1837-06-07 03:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Chauvet"}, "birth": {"tzo": "+00:07:56", "date": "1837-06-07 04:00", "place": {"c2": "95", "cy": "FR", "lg": 1.98226, "lat": 49.14485, "name": "Marines", "geoid": 2995702}, "date-ut": "1837-06-07 03:52"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1698"}, "ids-in-sources": {"a4": "1698"}}, "raw": {"H": "3", "MN": "52", "TZ": "0", "COD": "95", "COU": "F", "DAY": "7", "LAT": "49N 0", "LON": "2E 0", "MON": "6", "NUM": "1698", "PRO": "M", "SEC": "0", "YEA": "1837", "CITY": "MARINES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10451	chavagnat-anne-1845-10-17	{"a4": "1699"}	{"lerrcp": "A4-1699"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anne", "family": "Chavagnat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1845-10-17 03:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1845-10-17 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Anne", "family": "Chavagnat"}, "birth": {"tzo": "+00:09:24", "date": "1845-10-17 03:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1845-10-17 02:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1699"}, "ids-in-sources": {"a4": "1699"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "17", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "1699", "PRO": "M", "SEC": "40", "YEA": "1845", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10452	chazeau-jean-1879-04-26	{"a4": "1700"}	{"lerrcp": "A4-1700"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Chazeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:37", "date": "1879-04-26 23:00", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": 0.15345, "lat": 45.64997, "name": "Angoulême", "geoid": 3037598}, "notime": null, "date-ut": "1879-04-26 22:59:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Chazeau"}, "birth": {"tzo": "+00:00:37", "date": "1879-04-26 23:00", "place": {"c2": "16", "cy": "FR", "lg": 0.15345, "lat": 45.64997, "name": "Angoulême", "geoid": 3037598}, "date-ut": "1879-04-26 22:59:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1700"}, "ids-in-sources": {"a4": "1700"}}, "raw": {"H": "22", "MN": "59", "TZ": "0", "COD": "16", "COU": "F", "DAY": "26", "LAT": "45N39", "LON": "0E10", "MON": "4", "NUM": "1700", "PRO": "M", "SEC": "20", "YEA": "1879", "CITY": "ANGOULEME"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10453	gauquelin-a4-1701-1809-03-23	{"a4": "1701"}	{"lerrcp": "A4-1701"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1701", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:48", "date": "1809-03-23 15:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.70051, "lat": 45.89815, "name": "Morancé", "geoid": 2991896}, "notime": null, "date-ut": "1809-03-23 14:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1701"}, "birth": {"tzo": "+00:18:48", "date": "1809-03-23 15:00", "place": {"c2": "69", "cy": "FR", "lg": 4.70051, "lat": 45.89815, "name": "Morancé", "geoid": 2991896}, "date-ut": "1809-03-23 14:40:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1701"}, "ids-in-sources": {"a4": "1701"}}, "raw": {"H": "14", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "23", "LAT": "45N46", "LON": "4E50", "MON": "3", "NUM": "1701", "PRO": "M", "SEC": "40", "YEA": "1809", "CITY": "MORANCE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10454	cheri-victor-1830-03-14	{"a4": "1702"}	{"lerrcp": "A4-1702"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Cheri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:17", "date": "1830-03-14 02:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.57033, "lat": 47.7996, "name": "Auxerre", "geoid": 3035843}, "notime": null, "date-ut": "1830-03-14 01:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Cheri"}, "birth": {"tzo": "+00:14:17", "date": "1830-03-14 02:00", "place": {"c2": "89", "cy": "FR", "lg": 3.57033, "lat": 47.7996, "name": "Auxerre", "geoid": 3035843}, "date-ut": "1830-03-14 01:45:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1702"}, "ids-in-sources": {"a4": "1702"}}, "raw": {"H": "1", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "14", "LAT": "47N48", "LON": "3E35", "MON": "3", "NUM": "1702", "PRO": "M", "SEC": "40", "YEA": "1830", "CITY": "AUXERRE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10455	cherouvrier-edmond-1831-02-07	{"a4": "1703"}	{"lerrcp": "A4-1703"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Cherouvrier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:48", "date": "1831-02-07 23:00", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.2, "lat": 48.01667, "name": "Sable", "geoid": 0}, "notime": null, "date-ut": "1831-02-07 22:59:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Cherouvrier"}, "birth": {"tzo": "+00:00:48", "date": "1831-02-07 23:00", "place": {"c2": "72", "cy": "FR", "lg": 0.2, "lat": 48.01667, "name": "Sable", "geoid": 0}, "date-ut": "1831-02-07 22:59:12"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1703"}, "ids-in-sources": {"a4": "1703"}}, "raw": {"H": "22", "MN": "59", "TZ": "0", "COD": "72", "COU": "F", "DAY": "7", "LAT": "48N 1", "LON": "0E12", "MON": "2", "NUM": "1703", "PRO": "M", "SEC": "12", "YEA": "1831", "CITY": "SABLE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10456	chevalier-jean-1874-12-16	{"a4": "1704"}	{"lerrcp": "A4-1704"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Chevalier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:16", "date": "1874-12-16 17:55:20", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Farguessthilair", "geoid": 0}, "notime": null, "date-ut": "1874-12-16 17:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Chevalier"}, "birth": {"tzo": "-00:02:16", "date": "1874-12-16 17:55:20", "place": {"c2": "33", "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Farguessthilair", "geoid": 0}, "date-ut": "1874-12-16 17:57:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1704"}, "ids-in-sources": {"a4": "1704"}}, "raw": {"H": "17", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "16", "LAT": "44N50", "LON": "0W34", "MON": "12", "NUM": "1704", "PRO": "M", "SEC": "36", "YEA": "1874", "CITY": "FARGUESSTHILAIR"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10457	chevillard-paul-1859-10-14	{"a4": "1705"}	{"lerrcp": "A4-1705"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Chevillard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1859-10-14 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1859-10-14 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Chevillard"}, "birth": {"tzo": "+00:09:24", "date": "1859-10-14 06:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1859-10-14 05:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1705"}, "ids-in-sources": {"a4": "1705"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "14", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "1705", "PRO": "M", "SEC": "40", "YEA": "1859", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10458	choinet-henri-1872-12-06	{"a4": "1706"}	{"lerrcp": "A4-1706"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Choinet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:49", "date": "1872-12-06 16:00", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "notime": null, "date-ut": "1872-12-06 15:59:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Choinet"}, "birth": {"tzo": "+00:00:49", "date": "1872-12-06 16:00", "place": {"c2": "72", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "date-ut": "1872-12-06 15:59:12"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1706"}, "ids-in-sources": {"a4": "1706"}}, "raw": {"H": "15", "MN": "59", "TZ": "0", "COD": "72", "COU": "F", "DAY": "6", "LAT": "48N 1", "LON": "0E12", "MON": "12", "NUM": "1706", "PRO": "M", "SEC": "12", "YEA": "1872", "CITY": "LE MANS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10459	choisnel-marie-1857-01-03	{"a4": "1707"}	{"lerrcp": "A4-1707"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Choisnel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1857-01-03 19:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1857-01-03 18:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Choisnel"}, "birth": {"tzo": "+00:09:24", "date": "1857-01-03 19:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1857-01-03 18:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1707"}, "ids-in-sources": {"a4": "1707"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "3", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "1707", "PRO": "M", "SEC": "40", "YEA": "1857", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10460	christine-henri-1867-12-27	{"a4": "1708"}	{"lerrcp": "A4-1708"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Christine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "CH", "lg": 6.14569, "lat": 46.20222, "name": "Genève", "geoid": 2660646}, "notime": null, "date-ut": "1867-12-27 21:30:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Christine"}, "birth": {"place": {"c2": "", "cy": "CH", "lg": 6.14569, "lat": 46.20222, "name": "Genève", "geoid": 2660646}, "date-ut": "1867-12-27 21:30:08"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1708"}, "ids-in-sources": {"a4": "1708"}}, "raw": {"H": "22", "MN": "30", "TZ": "-1", "COD": "SCHW", "COU": "F", "DAY": "27", "LAT": "46N12", "LON": "6E 9", "MON": "12", "NUM": "1708", "PRO": "M", "SEC": "8", "YEA": "1867", "CITY": "GENEVE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10461	claudel-eugene-1823-08-01	{"a4": "1709"}	{"lerrcp": "A4-1709"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Claudel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:42", "date": "1823-08-01 16:30", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1823-08-01 16:36:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Claudel"}, "birth": {"tzo": "-00:06:42", "date": "1823-08-01 16:30", "place": {"c2": "35", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1823-08-01 16:36:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1709"}, "ids-in-sources": {"a4": "1709"}}, "raw": {"H": "16", "MN": "36", "TZ": "0", "COD": "35", "COU": "F", "DAY": "1", "LAT": "48N 7", "LON": "1W40", "MON": "8", "NUM": "1709", "PRO": "M", "SEC": "40", "YEA": "1823", "CITY": "RENNES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10462	claveau-henri-1845-07-07	{"a4": "1710"}	{"lerrcp": "A4-1710"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Claveau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1845-07-07 06:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1845-07-07 06:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Claveau"}, "birth": {"tzo": "+00:09:24", "date": "1845-07-07 06:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1845-07-07 06:20:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1710"}, "ids-in-sources": {"a4": "1710"}}, "raw": {"H": "6", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "7", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "1710", "PRO": "M", "SEC": "40", "YEA": "1845", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10463	clerc-charles-1879-09-22	{"a4": "1711"}	{"lerrcp": "A4-1711"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Clerc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:03", "date": "1879-09-22 16:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.26229, "lat": 43.17987, "name": "Nay", "geoid": 2990852}, "notime": null, "date-ut": "1879-09-22 16:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Clerc"}, "birth": {"tzo": "-00:01:03", "date": "1879-09-22 16:00", "place": {"c2": "64", "cy": "FR", "lg": -0.26229, "lat": 43.17987, "name": "Nay", "geoid": 2990852}, "date-ut": "1879-09-22 16:01:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1711"}, "ids-in-sources": {"a4": "1711"}}, "raw": {"H": "16", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "22", "LAT": "43N18", "LON": "0W22", "MON": "9", "NUM": "1711", "PRO": "M", "SEC": "28", "YEA": "1879", "CITY": "NAY"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10464	clerjot-maurice-1874-05-01	{"a4": "1712"}	{"lerrcp": "A4-1712"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Clerjot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:31", "date": "1874-05-01 02:30", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.62714, "lat": 49.5631, "name": "Laon", "geoid": 3007477}, "notime": null, "date-ut": "1874-05-01 02:15:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Clerjot"}, "birth": {"tzo": "+00:14:31", "date": "1874-05-01 02:30", "place": {"c2": "02", "cy": "FR", "lg": 3.62714, "lat": 49.5631, "name": "Laon", "geoid": 3007477}, "date-ut": "1874-05-01 02:15:32"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1712"}, "ids-in-sources": {"a4": "1712"}}, "raw": {"H": "2", "MN": "15", "TZ": "0", "COD": "02", "COU": "F", "DAY": "1", "LAT": "49N34", "LON": "3E37", "MON": "5", "NUM": "1712", "PRO": "M", "SEC": "32", "YEA": "1874", "CITY": "LAON"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10465	coche-victor-1806-11-24	{"a4": "1713"}	{"lerrcp": "A4-1713"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Coche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:08", "date": "1806-11-24 20:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "notime": null, "date-ut": "1806-11-24 19:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Coche"}, "birth": {"tzo": "+00:11:08", "date": "1806-11-24 20:00", "place": {"c2": "62", "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "date-ut": "1806-11-24 19:48:56"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1713"}, "ids-in-sources": {"a4": "1713"}}, "raw": {"H": "19", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "24", "LAT": "50N18", "LON": "2E46", "MON": "11", "NUM": "1713", "PRO": "M", "SEC": "56", "YEA": "1806", "CITY": "ARRAS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10466	cognier-achille-1861-03-13	{"a4": "1714"}	{"lerrcp": "A4-1714"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Achille", "family": "Cognier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:12", "date": "1861-03-13 14:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 3.29939, "lat": 48.55897, "name": "Provins", "geoid": 2985229}, "notime": null, "date-ut": "1861-03-13 13:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Achille", "family": "Cognier"}, "birth": {"tzo": "+00:13:12", "date": "1861-03-13 14:00", "place": {"c2": "77", "cy": "FR", "lg": 3.29939, "lat": 48.55897, "name": "Provins", "geoid": 2985229}, "date-ut": "1861-03-13 13:49:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1714"}, "ids-in-sources": {"a4": "1714"}}, "raw": {"H": "13", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "13", "LAT": "48N33", "LON": "2E40", "MON": "3", "NUM": "1714", "PRO": "M", "SEC": "20", "YEA": "1861", "CITY": "PROVINS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10467	cohen-leonce-1829-02-12	{"a4": "1715"}	{"lerrcp": "A4-1715"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leonce", "family": "Cohen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1829-02-12 12:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1829-02-12 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Leonce", "family": "Cohen"}, "birth": {"tzo": "+00:09:24", "date": "1829-02-12 12:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1829-02-12 11:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1715"}, "ids-in-sources": {"a4": "1715"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "12", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "1715", "PRO": "M", "SEC": "40", "YEA": "1829", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10468	coinchon-pierre-1819-12-08	{"a4": "1716"}	{"lerrcp": "A4-1716"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Coinchon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:20", "date": "1819-12-08 04:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.33243, "lat": 46.56459, "name": "Moulins", "geoid": 2991481}, "notime": null, "date-ut": "1819-12-08 03:46:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Coinchon"}, "birth": {"tzo": "+00:13:20", "date": "1819-12-08 04:00", "place": {"c2": "03", "cy": "FR", "lg": 3.33243, "lat": 46.56459, "name": "Moulins", "geoid": 2991481}, "date-ut": "1819-12-08 03:46:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1716"}, "ids-in-sources": {"a4": "1716"}}, "raw": {"H": "3", "MN": "46", "TZ": "0", "COD": "03", "COU": "F", "DAY": "8", "LAT": "46N34", "LON": "3E20", "MON": "12", "NUM": "1716", "PRO": "M", "SEC": "40", "YEA": "1819", "CITY": "MOULINS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10469	colin-charles-1832-06-02	{"a4": "1717"}	{"lerrcp": "A4-1717"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Colin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:20", "date": "1832-06-02 11:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Cherbourg", "geoid": 0}, "notime": null, "date-ut": "1832-06-02 11:04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Colin"}, "birth": {"tzo": "-00:04:20", "date": "1832-06-02 11:00", "place": {"c2": "50", "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Cherbourg", "geoid": 0}, "date-ut": "1832-06-02 11:04:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1717"}, "ids-in-sources": {"a4": "1717"}}, "raw": {"H": "11", "MN": "4", "TZ": "0", "COD": "50", "COU": "F", "DAY": "2", "LAT": "49N 7", "LON": "1W 5", "MON": "6", "NUM": "1717", "PRO": "M", "SEC": "20", "YEA": "1832", "CITY": "CHERBOURG"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10470	colin-leopold-1849-05-28	{"a4": "1718"}	{"lerrcp": "A4-1718"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leopold", "family": "Colin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1849-05-28 02:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1849-05-28 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Leopold", "family": "Colin"}, "birth": {"tzo": "+00:09:24", "date": "1849-05-28 02:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1849-05-28 01:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1718"}, "ids-in-sources": {"a4": "1718"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "28", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "1718", "PRO": "M", "SEC": "40", "YEA": "1849", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10471	commette-edouard-1883-04-12	{"a4": "1719"}	{"lerrcp": "A4-1719"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Commette", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1883-04-12 09:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1883-04-12 08:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Commette"}, "birth": {"tzo": "+00:19:23", "date": "1883-04-12 09:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1883-04-12 08:40:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1719"}, "ids-in-sources": {"a4": "1719"}}, "raw": {"H": "8", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "12", "LAT": "45N46", "LON": "4E50", "MON": "4", "NUM": "1719", "PRO": "M", "SEC": "40", "YEA": "1883", "CITY": "LYON"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10472	compere-jean-1836-11-07	{"a4": "1720"}	{"lerrcp": "A4-1720"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Compere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:23", "date": "1836-11-07 04:00", "note": null, "place": {"c1": null, "c2": "41", "c3": null, "cy": "FR", "lg": 1.09714, "lat": 47.81085, "name": "Meslay", "geoid": 2994266}, "notime": null, "date-ut": "1836-11-07 03:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Compere"}, "birth": {"tzo": "+00:04:23", "date": "1836-11-07 04:00", "place": {"c2": "41", "cy": "FR", "lg": 1.09714, "lat": 47.81085, "name": "Meslay", "geoid": 2994266}, "date-ut": "1836-11-07 03:54:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1720"}, "ids-in-sources": {"a4": "1720"}}, "raw": {"H": "3", "MN": "54", "TZ": "0", "COD": "41", "COU": "F", "DAY": "7", "LAT": "47N35", "LON": "1E20", "MON": "11", "NUM": "1720", "PRO": "M", "SEC": "40", "YEA": "1836", "CITY": "MESLAY"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10473	constans-benoit-1822-10-27	{"a4": "1721"}	{"lerrcp": "A4-1721"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benoît", "family": "Constans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:45", "date": "1822-10-27 10:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18864, "lat": 48.80565, "name": "Chaville", "geoid": 3025715}, "notime": null, "date-ut": "1822-10-27 09:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Benoît", "family": "Constans"}, "birth": {"tzo": "+00:08:45", "date": "1822-10-27 10:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18864, "lat": 48.80565, "name": "Chaville", "geoid": 3025715}, "date-ut": "1822-10-27 09:51:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1721"}, "ids-in-sources": {"a4": "1721"}}, "raw": {"H": "9", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "27", "LAT": "48N50", "LON": "2E11", "MON": "10", "NUM": "1721", "PRO": "M", "SEC": "16", "YEA": "1822", "CITY": "CHAVILLE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10474	gauquelin-a4-1722-1846-05-26	{"a4": "1722"}	{"lerrcp": "A4-1722"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1722", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1846-05-26 13:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1846-05-26 12:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1722"}, "birth": {"tzo": "+00:09:24", "date": "1846-05-26 13:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1846-05-26 12:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1722"}, "ids-in-sources": {"a4": "1722"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "26", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "1722", "PRO": "M", "SEC": "40", "YEA": "1846", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10475	coquet-bernard-1836-05-21	{"a4": "1723"}	{"lerrcp": "A4-1723"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Coquet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:08", "date": "1836-05-21 02:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Poiseul-la-Gran", "geoid": 0}, "notime": null, "date-ut": "1836-05-21 01:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Coquet"}, "birth": {"tzo": "+00:20:08", "date": "1836-05-21 02:00", "place": {"c2": "21", "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Poiseul-la-Gran", "geoid": 0}, "date-ut": "1836-05-21 01:39:52"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1723"}, "ids-in-sources": {"a4": "1723"}}, "raw": {"H": "1", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "21", "LAT": "47N19", "LON": "5E 2", "MON": "5", "NUM": "1723", "PRO": "M", "SEC": "52", "YEA": "1836", "CITY": "POISEUL-LA-GRAN"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10476	cordelle-hippolyte-1855-07-30	{"a4": "1724"}	{"lerrcp": "A4-1724"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hippolyte", "family": "Cordelle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:25", "date": "1855-07-30 16:00", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.35387, "lat": 48.93564, "name": "Saint-Denis", "geoid": 2980916}, "notime": null, "date-ut": "1855-07-30 15:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Hippolyte", "family": "Cordelle"}, "birth": {"tzo": "+00:09:25", "date": "1855-07-30 16:00", "place": {"c2": "93", "cy": "FR", "lg": 2.35387, "lat": 48.93564, "name": "Saint-Denis", "geoid": 2980916}, "date-ut": "1855-07-30 15:50"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1724"}, "ids-in-sources": {"a4": "1724"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "93", "COU": "F", "DAY": "30", "LAT": "48N55", "LON": "2E30", "MON": "7", "NUM": "1724", "PRO": "M", "SEC": "0", "YEA": "1855", "CITY": "ST-DENIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10477	cote-jean-1849-03-25	{"a4": "1725"}	{"lerrcp": "A4-1725"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Cote", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:38", "date": "1849-03-25 19:00", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "notime": null, "date-ut": "1849-03-25 18:40:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Cote"}, "birth": {"tzo": "+00:19:38", "date": "1849-03-25 19:00", "place": {"c2": "26", "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "date-ut": "1849-03-25 18:40:24"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1725"}, "ids-in-sources": {"a4": "1725"}}, "raw": {"H": "18", "MN": "40", "TZ": "0", "COD": "26", "COU": "F", "DAY": "25", "LAT": "44N56", "LON": "4E54", "MON": "3", "NUM": "1725", "PRO": "M", "SEC": "24", "YEA": "1849", "CITY": "VALENCE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10478	cotte-charles-1839-08-05	{"a4": "1726"}	{"lerrcp": "A4-1726"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Cotte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:44", "date": "1839-08-05 03:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Fontenayauxrose", "geoid": 0}, "notime": null, "date-ut": "1839-08-05 02:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Cotte"}, "birth": {"tzo": "+00:08:44", "date": "1839-08-05 03:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Fontenayauxrose", "geoid": 0}, "date-ut": "1839-08-05 02:51:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1726"}, "ids-in-sources": {"a4": "1726"}}, "raw": {"H": "2", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "5", "LAT": "48N50", "LON": "2E11", "MON": "8", "NUM": "1726", "PRO": "M", "SEC": "16", "YEA": "1839", "CITY": "FONTENAYAUXROSE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10479	cottin-louis-1880-10-03	{"a4": "1727"}	{"lerrcp": "A4-1727"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Cottin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:46", "date": "1880-10-03 15:00", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.44322, "lat": 48.86415, "name": "Montreuil", "geoid": 2992090}, "notime": null, "date-ut": "1880-10-03 14:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Cottin"}, "birth": {"tzo": "+00:09:46", "date": "1880-10-03 15:00", "place": {"c2": "93", "cy": "FR", "lg": 2.44322, "lat": 48.86415, "name": "Montreuil", "geoid": 2992090}, "date-ut": "1880-10-03 14:50"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1727"}, "ids-in-sources": {"a4": "1727"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "93", "COU": "F", "DAY": "3", "LAT": "48N55", "LON": "2E30", "MON": "10", "NUM": "1727", "PRO": "M", "SEC": "0", "YEA": "1880", "CITY": "MONTREUIL"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10480	couillaud-henri-1878-12-09	{"a4": "1728"}	{"lerrcp": "A4-1728"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Couillaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:16", "date": "1878-12-09 21:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.31781, "lat": 48.77888, "name": "Bourg-la-Reine", "geoid": 3030990}, "notime": null, "date-ut": "1878-12-09 20:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Couillaud"}, "birth": {"tzo": "+00:09:16", "date": "1878-12-09 21:00", "place": {"c2": "92", "cy": "FR", "lg": 2.31781, "lat": 48.77888, "name": "Bourg-la-Reine", "geoid": 3030990}, "date-ut": "1878-12-09 20:51:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1728"}, "ids-in-sources": {"a4": "1728"}}, "raw": {"H": "20", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "9", "LAT": "48N50", "LON": "2E11", "MON": "12", "NUM": "1728", "PRO": "M", "SEC": "16", "YEA": "1878", "CITY": "BOURG-LA-REINE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10481	courtade-louis-1848-08-08	{"a4": "1729"}	{"lerrcp": "A4-1729"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Courtade", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1848-08-08 15:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1848-08-08 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Courtade"}, "birth": {"tzo": "+00:09:24", "date": "1848-08-08 15:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1848-08-08 14:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1729"}, "ids-in-sources": {"a4": "1729"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "8", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "1729", "PRO": "M", "SEC": "40", "YEA": "1848", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10482	courtois-andre-1879-08-12	{"a4": "1730"}	{"lerrcp": "A4-1730"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Courtois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:39", "date": "1879-08-12 03:00", "note": null, "place": {"c1": null, "c2": "91", "c3": null, "cy": "FR", "lg": 2.16233, "lat": 48.43507, "name": "Étampes", "geoid": 3019459}, "notime": null, "date-ut": "1879-08-12 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "André", "family": "Courtois"}, "birth": {"tzo": "+00:08:39", "date": "1879-08-12 03:00", "place": {"c2": "91", "cy": "FR", "lg": 2.16233, "lat": 48.43507, "name": "Étampes", "geoid": 3019459}, "date-ut": "1879-08-12 02:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1730"}, "ids-in-sources": {"a4": "1730"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "91", "COU": "F", "DAY": "12", "LAT": "48N36", "LON": "2E20", "MON": "8", "NUM": "1730", "PRO": "M", "SEC": "40", "YEA": "1879", "CITY": "ETAMPES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10483	cousin-jean-1843-01-20	{"a4": "1731"}	{"lerrcp": "A4-1731"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Cousin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:25", "date": "1843-01-20 08:30", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "notime": null, "date-ut": "1843-01-20 08:31:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Cousin"}, "birth": {"tzo": "-00:01:25", "date": "1843-01-20 08:30", "place": {"c2": "64", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "date-ut": "1843-01-20 08:31:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1731"}, "ids-in-sources": {"a4": "1731"}}, "raw": {"H": "8", "MN": "31", "TZ": "0", "COD": "64", "COU": "F", "DAY": "20", "LAT": "43N18", "LON": "0W22", "MON": "1", "NUM": "1731", "PRO": "M", "SEC": "28", "YEA": "1843", "CITY": "PAU"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10484	couzin-maurice-1881-08-27	{"a4": "1732"}	{"lerrcp": "A4-1732"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Couzin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:56", "date": "1881-08-27 05:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.48333, "lat": 50.38333, "name": "Raismes", "geoid": 2984537}, "notime": null, "date-ut": "1881-08-27 04:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Couzin"}, "birth": {"tzo": "+00:13:56", "date": "1881-08-27 05:00", "place": {"c2": "59", "cy": "FR", "lg": 3.48333, "lat": 50.38333, "name": "Raismes", "geoid": 2984537}, "date-ut": "1881-08-27 04:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1732"}, "ids-in-sources": {"a4": "1732"}}, "raw": {"H": "4", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "27", "LAT": "50N39", "LON": "3E 5", "MON": "8", "NUM": "1732", "PRO": "M", "SEC": "40", "YEA": "1881", "CITY": "RAISMES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10485	covin-henri-1845-09-13	{"a4": "1733"}	{"lerrcp": "A4-1733"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Covin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:46", "date": "1845-09-13 14:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.69171, "lat": 50.12499, "name": "Landrecies", "geoid": 3007830}, "notime": null, "date-ut": "1845-09-13 13:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Covin"}, "birth": {"tzo": "+00:14:46", "date": "1845-09-13 14:00", "place": {"c2": "59", "cy": "FR", "lg": 3.69171, "lat": 50.12499, "name": "Landrecies", "geoid": 3007830}, "date-ut": "1845-09-13 13:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1733"}, "ids-in-sources": {"a4": "1733"}}, "raw": {"H": "13", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "13", "LAT": "50N39", "LON": "3E 5", "MON": "9", "NUM": "1733", "PRO": "M", "SEC": "40", "YEA": "1845", "CITY": "LANDRECIES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10486	coyon-antoine-1830-10-20	{"a4": "1734"}	{"lerrcp": "A4-1734"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Coyon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:28", "date": "1830-10-20 05:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Chalons-sur-Marne", "geoid": 0}, "notime": null, "date-ut": "1830-10-20 04:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Coyon"}, "birth": {"tzo": "+00:17:28", "date": "1830-10-20 05:00", "place": {"c2": "51", "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Chalons-sur-Marne", "geoid": 0}, "date-ut": "1830-10-20 04:42:32"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1734"}, "ids-in-sources": {"a4": "1734"}}, "raw": {"H": "4", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "20", "LAT": "48N57", "LON": "4E22", "MON": "10", "NUM": "1734", "PRO": "M", "SEC": "32", "YEA": "1830", "CITY": "CHALONS-S-MARNE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10487	craiste-vanceslas-1856-01-16	{"a4": "1735"}	{"lerrcp": "A4-1735"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vanceslas", "family": "Craiste", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:03:30", "date": "1856-01-16 17:30", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 0.87579, "lat": 48.84389, "name": "Bémécourt", "geoid": 3033532}, "notime": null, "date-ut": "1856-01-16 17:25:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Vanceslas", "family": "Craiste"}, "birth": {"tzo": "+00:03:30", "date": "1856-01-16 17:30", "place": {"c2": "27", "cy": "FR", "lg": 0.87579, "lat": 48.84389, "name": "Bémécourt", "geoid": 3033532}, "date-ut": "1856-01-16 17:25:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1735"}, "ids-in-sources": {"a4": "1735"}}, "raw": {"H": "17", "MN": "25", "TZ": "0", "COD": "27", "COU": "F", "DAY": "16", "LAT": "49N 1", "LON": "1E11", "MON": "1", "NUM": "1735", "PRO": "M", "SEC": "16", "YEA": "1856", "CITY": "BEMECOURT"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10488	cras-jean-1879-05-22	{"a4": "1736"}	{"lerrcp": "A4-1736"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Cras", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:17:57", "date": "1879-05-22 10:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1879-05-22 10:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Cras"}, "birth": {"tzo": "-00:17:57", "date": "1879-05-22 10:00", "place": {"c2": "29", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1879-05-22 10:16:24"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1736"}, "ids-in-sources": {"a4": "1736"}}, "raw": {"H": "10", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "22", "LAT": "48N 0", "LON": "4W 6", "MON": "5", "NUM": "1736", "PRO": "M", "SEC": "24", "YEA": "1879", "CITY": "BREST"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10489	cremnitz-alfred-1834-01-10	{"a4": "1737"}	{"lerrcp": "A4-1737"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Cremnitz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:59", "date": "1834-01-10 23:30", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.49383, "lat": 48.59273, "name": "Lunéville", "geoid": 2997110}, "notime": null, "date-ut": "1834-01-10 23:05:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Cremnitz"}, "birth": {"tzo": "+00:25:59", "date": "1834-01-10 23:30", "place": {"c2": "54", "cy": "FR", "lg": 6.49383, "lat": 48.59273, "name": "Lunéville", "geoid": 2997110}, "date-ut": "1834-01-10 23:05:12"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1737"}, "ids-in-sources": {"a4": "1737"}}, "raw": {"H": "23", "MN": "5", "TZ": "0", "COD": "54", "COU": "F", "DAY": "10", "LAT": "48N42", "LON": "6E12", "MON": "1", "NUM": "1737", "PRO": "M", "SEC": "12", "YEA": "1834", "CITY": "LUNEVILLE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10490	crepy-maurice-1878-02-27	{"a4": "1738"}	{"lerrcp": "A4-1738"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Crepy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:08", "date": "1878-02-27 07:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.28328, "lat": 48.19738, "name": "Sens", "geoid": 2975050}, "notime": null, "date-ut": "1878-02-27 06:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Crepy"}, "birth": {"tzo": "+00:13:08", "date": "1878-02-27 07:00", "place": {"c2": "89", "cy": "FR", "lg": 3.28328, "lat": 48.19738, "name": "Sens", "geoid": 2975050}, "date-ut": "1878-02-27 06:45:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1738"}, "ids-in-sources": {"a4": "1738"}}, "raw": {"H": "6", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "27", "LAT": "47N48", "LON": "3E35", "MON": "2", "NUM": "1738", "PRO": "M", "SEC": "40", "YEA": "1878", "CITY": "SENS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10491	creusot-armand-1875-01-16	{"a4": "1739"}	{"lerrcp": "A4-1739"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Creusot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:04", "date": "1875-01-16 13:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1875-01-16 12:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Creusot"}, "birth": {"tzo": "+00:20:04", "date": "1875-01-16 13:00", "place": {"c2": "21", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1875-01-16 12:39:52"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1739"}, "ids-in-sources": {"a4": "1739"}}, "raw": {"H": "12", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "16", "LAT": "47N19", "LON": "5E 2", "MON": "1", "NUM": "1739", "PRO": "M", "SEC": "52", "YEA": "1875", "CITY": "DIJON"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10492	crevecoeur-joseph-1819-01-12	{"a4": "1740"}	{"lerrcp": "A4-1740"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Crevecoeur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:26", "date": "1819-01-12 04:56:22", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 1.85635, "lat": 50.95194, "name": "Calais", "geoid": 3029162}, "notime": null, "date-ut": "1819-01-12 04:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Crevecoeur"}, "birth": {"tzo": "+00:07:26", "date": "1819-01-12 04:56:22", "place": {"c2": "62", "cy": "FR", "lg": 1.85635, "lat": 50.95194, "name": "Calais", "geoid": 3029162}, "date-ut": "1819-01-12 04:48:56"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1740"}, "ids-in-sources": {"a4": "1740"}}, "raw": {"H": "4", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "12", "LAT": "50N18", "LON": "2E46", "MON": "1", "NUM": "1740", "PRO": "M", "SEC": "56", "YEA": "1819", "CITY": "CALAIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10493	crongny-hippolyte-1844-11-07	{"a4": "1741"}	{"lerrcp": "A4-1741"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hippolyte", "family": "Crongny", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:54", "date": "1844-11-07 07:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 3.72339, "lat": 48.72047, "name": "Sézanne", "geoid": 2974640}, "notime": null, "date-ut": "1844-11-07 06:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Hippolyte", "family": "Crongny"}, "birth": {"tzo": "+00:14:54", "date": "1844-11-07 07:00", "place": {"c2": "51", "cy": "FR", "lg": 3.72339, "lat": 48.72047, "name": "Sézanne", "geoid": 2974640}, "date-ut": "1844-11-07 06:42:32"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1741"}, "ids-in-sources": {"a4": "1741"}}, "raw": {"H": "6", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "7", "LAT": "48N57", "LON": "4E22", "MON": "11", "NUM": "1741", "PRO": "M", "SEC": "32", "YEA": "1844", "CITY": "SEZANNE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10494	cros-celestin-1855-09-11	{"a4": "1742"}	{"lerrcp": "A4-1742"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Célestin", "family": "Cros", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:58", "date": "1855-09-11 13:00", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 2.24088, "lat": 43.60527, "name": "Castres", "geoid": 3028263}, "notime": null, "date-ut": "1855-09-11 12:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Célestin", "family": "Cros"}, "birth": {"tzo": "+00:08:58", "date": "1855-09-11 13:00", "place": {"c2": "81", "cy": "FR", "lg": 2.24088, "lat": 43.60527, "name": "Castres", "geoid": 3028263}, "date-ut": "1855-09-11 12:51:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1742"}, "ids-in-sources": {"a4": "1742"}}, "raw": {"H": "12", "MN": "51", "TZ": "0", "COD": "81", "COU": "F", "DAY": "11", "LAT": "43N55", "LON": "2E 8", "MON": "9", "NUM": "1742", "PRO": "M", "SEC": "28", "YEA": "1855", "CITY": "CASTRES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10495	gauquelin-a4-1743-1826-05-23	{"a4": "1743"}	{"lerrcp": "A4-1743"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1743", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08", "date": "1826-05-23 01:00", "note": null, "place": {"c1": null, "c2": "95", "c3": null, "cy": "FR", "lg": 2, "lat": 49, "name": "Lisleadam", "geoid": 0}, "notime": null, "date-ut": "1826-05-23 00:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1743"}, "birth": {"tzo": "+00:08", "date": "1826-05-23 01:00", "place": {"c2": "95", "cy": "FR", "lg": 2, "lat": 49, "name": "Lisleadam", "geoid": 0}, "date-ut": "1826-05-23 00:52"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1743"}, "ids-in-sources": {"a4": "1743"}}, "raw": {"H": "0", "MN": "52", "TZ": "0", "COD": "95", "COU": "F", "DAY": "23", "LAT": "49N 0", "LON": "2E 0", "MON": "5", "NUM": "1743", "PRO": "M", "SEC": "0", "YEA": "1826", "CITY": "LISLEADAM"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10496	cuvillier-charles-1877-04-24	{"a4": "1744"}	{"lerrcp": "A4-1744"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Cuvillier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1877-04-24 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1877-04-24 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Cuvillier"}, "birth": {"tzo": "+00:09:24", "date": "1877-04-24 05:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1877-04-24 04:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1744"}, "ids-in-sources": {"a4": "1744"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "24", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "1744", "PRO": "M", "SEC": "40", "YEA": "1877", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10497	damase-jean-1928-01-27	{"a4": "1745"}	{"lerrcp": "A4-1745"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Damase", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1928-01-27 03:30", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1928-01-27 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Damase"}, "birth": {"tzo": "+00:00", "date": "1928-01-27 03:30", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1928-01-27 03:30"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1745"}, "ids-in-sources": {"a4": "1745"}}, "raw": {"H": "3", "MN": "30", "TZ": "0", "COD": "33", "COU": "F", "DAY": "27", "LAT": "44N50", "LON": "0W34", "MON": "1", "NUM": "1745", "PRO": "M", "SEC": "0", "YEA": "1928", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10498	gauquelin-a4-1746-1819-01-01	{"a4": "1746"}	{"lerrcp": "A4-1746"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1746", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:20", "date": "1819-01-01 01:00", "note": null, "place": {"c1": null, "c2": "65", "c3": null, "cy": "FR", "lg": 0.08333, "lat": 43.23333, "name": "Bagneresdebigor", "geoid": 0}, "notime": null, "date-ut": "1819-01-01 00:59:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1746"}, "birth": {"tzo": "+00:00:20", "date": "1819-01-01 01:00", "place": {"c2": "65", "cy": "FR", "lg": 0.08333, "lat": 43.23333, "name": "Bagneresdebigor", "geoid": 0}, "date-ut": "1819-01-01 00:59:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1746"}, "ids-in-sources": {"a4": "1746"}}, "raw": {"H": "0", "MN": "59", "TZ": "0", "COD": "65", "COU": "F", "DAY": "1", "LAT": "43N14", "LON": "0E 5", "MON": "1", "NUM": "1746", "PRO": "M", "SEC": "40", "YEA": "1819", "CITY": "BAGNERESDEBIGOR"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10499	gauquelin-a4-1747-1817-12-19	{"a4": "1747"}	{"lerrcp": "A4-1747"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1747", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:20", "date": "1817-12-19 15:00", "note": null, "place": {"c1": null, "c2": "65", "c3": null, "cy": "FR", "lg": 0.08333, "lat": 43.23333, "name": "Bagneres", "geoid": 0}, "notime": null, "date-ut": "1817-12-19 14:59:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1747"}, "birth": {"tzo": "+00:00:20", "date": "1817-12-19 15:00", "place": {"c2": "65", "cy": "FR", "lg": 0.08333, "lat": 43.23333, "name": "Bagneres", "geoid": 0}, "date-ut": "1817-12-19 14:59:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1747"}, "ids-in-sources": {"a4": "1747"}}, "raw": {"H": "14", "MN": "59", "TZ": "0", "COD": "65", "COU": "F", "DAY": "19", "LAT": "43N14", "LON": "0E 5", "MON": "12", "NUM": "1747", "PRO": "M", "SEC": "40", "YEA": "1817", "CITY": "BAGNERES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10500	gauquelin-a4-1748-1822-06-01	{"a4": "1748"}	{"lerrcp": "A4-1748"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1748", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:20", "date": "1822-06-01 09:00", "note": null, "place": {"c1": null, "c2": "65", "c3": null, "cy": "FR", "lg": 0.08333, "lat": 43.23333, "name": "Bagneresdebigor", "geoid": 0}, "notime": null, "date-ut": "1822-06-01 08:59:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1748"}, "birth": {"tzo": "+00:00:20", "date": "1822-06-01 09:00", "place": {"c2": "65", "cy": "FR", "lg": 0.08333, "lat": 43.23333, "name": "Bagneresdebigor", "geoid": 0}, "date-ut": "1822-06-01 08:59:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1748"}, "ids-in-sources": {"a4": "1748"}}, "raw": {"H": "8", "MN": "59", "TZ": "0", "COD": "65", "COU": "F", "DAY": "1", "LAT": "43N14", "LON": "0E 5", "MON": "6", "NUM": "1748", "PRO": "M", "SEC": "40", "YEA": "1822", "CITY": "BAGNERESDEBIGOR"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10501	dandelot-georges-1895-12-02	{"a4": "1749"}	{"lerrcp": "A4-1749"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Dandelot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-12-02 21:45", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1895-12-02 21:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Dandelot"}, "birth": {"tzo": "+00:09:21", "date": "1895-12-02 21:45", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1895-12-02 21:35:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1749"}, "ids-in-sources": {"a4": "1749"}}, "raw": {"H": "21", "MN": "35", "TZ": "0", "COD": "75", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "1749", "PRO": "M", "SEC": "40", "YEA": "1895", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10502	danhauser-adolphe-1835-02-26	{"a4": "1750"}	{"lerrcp": "A4-1750"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Danhauser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1835-02-26 10:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1835-02-26 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Danhauser"}, "birth": {"tzo": "+00:09:24", "date": "1835-02-26 10:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1835-02-26 09:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1750"}, "ids-in-sources": {"a4": "1750"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "26", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "1750", "PRO": "M", "SEC": "40", "YEA": "1835", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10503	darnis-auguste-1870-03-12	{"a4": "1751"}	{"lerrcp": "A4-1751"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Darnis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:00:53", "date": "1870-03-12 16:00", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": -0.21986, "lat": 45.61807, "name": "Segonzac", "geoid": 2975321}, "notime": null, "date-ut": "1870-03-12 15:59:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Darnis"}, "birth": {"tzo": "-00:00:53", "date": "1870-03-12 16:00", "place": {"c2": "16", "cy": "FR", "lg": -0.21986, "lat": 45.61807, "name": "Segonzac", "geoid": 2975321}, "date-ut": "1870-03-12 15:59:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1751"}, "ids-in-sources": {"a4": "1751"}}, "raw": {"H": "15", "MN": "59", "TZ": "0", "COD": "16", "COU": "F", "DAY": "12", "LAT": "45N39", "LON": "0E10", "MON": "3", "NUM": "1751", "PRO": "M", "SEC": "20", "YEA": "1870", "CITY": "SEGONZAC"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10504	gauquelin-a4-1752-1860-09-29	{"a4": "1752"}	{"lerrcp": "A4-1752"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1752", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:16", "date": "1860-09-29 05:25:20", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "", "geoid": 0}, "notime": null, "date-ut": "1860-09-29 05:27:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1752"}, "birth": {"tzo": "-00:02:16", "date": "1860-09-29 05:25:20", "place": {"c2": "33", "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "", "geoid": 0}, "date-ut": "1860-09-29 05:27:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1752"}, "ids-in-sources": {"a4": "1752"}}, "raw": {"H": "5", "MN": "27", "TZ": "0", "COD": "33", "COU": "F", "DAY": "29", "LAT": "44N50", "LON": "0W34", "MON": "9", "NUM": "1752", "PRO": "M", "SEC": "36", "YEA": "1860", "CITY": ""}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10505	daunis-franck-1875-10-29	{"a4": "1753"}	{"lerrcp": "A4-1753"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franck", "family": "Daunis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:50", "date": "1875-10-29 10:45:30", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.45639, "lat": 46.13452, "name": "Cusset", "geoid": 3021993}, "notime": null, "date-ut": "1875-10-29 10:31:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Franck", "family": "Daunis"}, "birth": {"tzo": "+00:13:50", "date": "1875-10-29 10:45:30", "place": {"c2": "03", "cy": "FR", "lg": 3.45639, "lat": 46.13452, "name": "Cusset", "geoid": 3021993}, "date-ut": "1875-10-29 10:31:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1753"}, "ids-in-sources": {"a4": "1753"}}, "raw": {"H": "10", "MN": "31", "TZ": "0", "COD": "03", "COU": "F", "DAY": "29", "LAT": "46N34", "LON": "3E20", "MON": "10", "NUM": "1753", "PRO": "M", "SEC": "40", "YEA": "1875", "CITY": "CUSSET"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10506	david-felicien-1810-04-13	{"a4": "1754"}	{"lerrcp": "A4-1754"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Felicien", "family": "David", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:30", "date": "1810-04-13 07:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 5.37339, "lat": 43.735, "name": "Cadenet", "geoid": 3029256}, "notime": null, "date-ut": "1810-04-13 06:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Felicien", "family": "David"}, "birth": {"tzo": "+00:21:30", "date": "1810-04-13 07:00", "place": {"c2": "84", "cy": "FR", "lg": 5.37339, "lat": 43.735, "name": "Cadenet", "geoid": 3029256}, "date-ut": "1810-04-13 06:40:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1754"}, "ids-in-sources": {"a4": "1754"}}, "raw": {"H": "6", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "13", "LAT": "43N57", "LON": "4E50", "MON": "4", "NUM": "1754", "PRO": "M", "SEC": "40", "YEA": "1810", "CITY": "CADENET"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10507	david-samuel-1836-11-12	{"a4": "1755"}	{"lerrcp": "A4-1755"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Samuel", "family": "David", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1836-11-12 22:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1836-11-12 21:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Samuel", "family": "David"}, "birth": {"tzo": "+00:09:24", "date": "1836-11-12 22:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1836-11-12 21:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1755"}, "ids-in-sources": {"a4": "1755"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "12", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "1755", "PRO": "M", "SEC": "40", "YEA": "1836", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10508	debar-remi-1854-11-15	{"a4": "1756"}	{"lerrcp": "A4-1756"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rémi", "family": "Debar", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:11:52", "date": "1854-11-15 22:00", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -2.96645, "lat": 48.06835, "name": "Pontivy", "geoid": 2986160}, "notime": null, "date-ut": "1854-11-15 22:10:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Rémi", "family": "Debar"}, "birth": {"tzo": "-00:11:52", "date": "1854-11-15 22:00", "place": {"c2": "56", "cy": "FR", "lg": -2.96645, "lat": 48.06835, "name": "Pontivy", "geoid": 2986160}, "date-ut": "1854-11-15 22:10:56"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1756"}, "ids-in-sources": {"a4": "1756"}}, "raw": {"H": "22", "MN": "10", "TZ": "0", "COD": "56", "COU": "F", "DAY": "15", "LAT": "47N40", "LON": "2W44", "MON": "11", "NUM": "1756", "PRO": "M", "SEC": "56", "YEA": "1854", "CITY": "PONTIVY"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10509	debeir-joseph-1872-04-15	{"a4": "1757"}	{"lerrcp": "A4-1757"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Debeir", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:42", "date": "1872-04-15 09:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1872-04-15 08:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Debeir"}, "birth": {"tzo": "+00:12:42", "date": "1872-04-15 09:00", "place": {"c2": "59", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1872-04-15 08:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1757"}, "ids-in-sources": {"a4": "1757"}}, "raw": {"H": "8", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "15", "LAT": "50N39", "LON": "3E 5", "MON": "4", "NUM": "1757", "PRO": "M", "SEC": "40", "YEA": "1872", "CITY": "ROUBAIX"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10510	debruille-emile-1849-02-10	{"a4": "1758"}	{"lerrcp": "A4-1758"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Debruille", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:22", "date": "1849-02-10 15:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.09333, "lat": 50.43466, "name": "Raimbeaucourt", "geoid": 2984548}, "notime": null, "date-ut": "1849-02-10 14:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Debruille"}, "birth": {"tzo": "+00:12:22", "date": "1849-02-10 15:00", "place": {"c2": "59", "cy": "FR", "lg": 3.09333, "lat": 50.43466, "name": "Raimbeaucourt", "geoid": 2984548}, "date-ut": "1849-02-10 14:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1758"}, "ids-in-sources": {"a4": "1758"}}, "raw": {"H": "14", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "10", "LAT": "50N39", "LON": "3E 5", "MON": "2", "NUM": "1758", "PRO": "M", "SEC": "40", "YEA": "1849", "CITY": "RAIMBEAUCOURT"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10511	debuchy-albert-1864-07-19	{"a4": "1759"}	{"lerrcp": "A4-1759"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Debuchy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:09", "date": "1864-07-19 05:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "notime": null, "date-ut": "1864-07-19 04:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Debuchy"}, "birth": {"tzo": "+00:13:09", "date": "1864-07-19 05:00", "place": {"c2": "02", "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "date-ut": "1864-07-19 04:45:32"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1759"}, "ids-in-sources": {"a4": "1759"}}, "raw": {"H": "4", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "19", "LAT": "49N34", "LON": "3E37", "MON": "7", "NUM": "1759", "PRO": "M", "SEC": "32", "YEA": "1864", "CITY": "SAINT-QUENTIN"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10513	gauquelin-a4-1761-1860-05-09	{"a4": "1761"}	{"lerrcp": "A4-1761"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1761", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:40", "date": "1860-05-09 20:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Jouysmorin", "geoid": 0}, "notime": null, "date-ut": "1860-05-09 19:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1761"}, "birth": {"tzo": "+00:10:40", "date": "1860-05-09 20:00", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Jouysmorin", "geoid": 0}, "date-ut": "1860-05-09 19:49:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1761"}, "ids-in-sources": {"a4": "1761"}}, "raw": {"H": "19", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "9", "LAT": "48N33", "LON": "2E40", "MON": "5", "NUM": "1761", "PRO": "M", "SEC": "20", "YEA": "1860", "CITY": "JOUYSMORIN"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10514	deffes-pierre-1819-07-25	{"a4": "1762"}	{"lerrcp": "A4-1762"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Deffes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1819-07-25 16:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1819-07-25 15:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Deffes"}, "birth": {"tzo": "+00:05:46", "date": "1819-07-25 16:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1819-07-25 15:54:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1762"}, "ids-in-sources": {"a4": "1762"}}, "raw": {"H": "15", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "25", "LAT": "43N37", "LON": "1E26", "MON": "7", "NUM": "1762", "PRO": "M", "SEC": "16", "YEA": "1819", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10515	degageux-lucien-1878-10-10	{"a4": "1763"}	{"lerrcp": "A4-1763"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Degageux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:36", "date": "1878-10-10 05:00", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.15082, "lat": 49.02414, "name": "Évreux", "geoid": 3019265}, "notime": null, "date-ut": "1878-10-10 04:55:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Degageux"}, "birth": {"tzo": "+00:04:36", "date": "1878-10-10 05:00", "place": {"c2": "27", "cy": "FR", "lg": 1.15082, "lat": 49.02414, "name": "Évreux", "geoid": 3019265}, "date-ut": "1878-10-10 04:55:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1763"}, "ids-in-sources": {"a4": "1763"}}, "raw": {"H": "4", "MN": "55", "TZ": "0", "COD": "27", "COU": "F", "DAY": "10", "LAT": "49N 1", "LON": "1E11", "MON": "10", "NUM": "1763", "PRO": "M", "SEC": "16", "YEA": "1878", "CITY": "EVREUX"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10516	degaugue-frederic-1833-03-15	{"a4": "1764"}	{"lerrcp": "A4-1764"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Degaugue", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1833-03-15 06:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Vieuxconde", "geoid": 0}, "notime": null, "date-ut": "1833-03-15 05:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Degaugue"}, "birth": {"tzo": "+00:12:20", "date": "1833-03-15 06:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Vieuxconde", "geoid": 0}, "date-ut": "1833-03-15 05:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1764"}, "ids-in-sources": {"a4": "1764"}}, "raw": {"H": "5", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "15", "LAT": "50N39", "LON": "3E 5", "MON": "3", "NUM": "1764", "PRO": "M", "SEC": "40", "YEA": "1833", "CITY": "VIEUXCONDE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10517	degouy-jean-1823-10-22	{"a4": "1765"}	{"lerrcp": "A4-1765"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Degouy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:21", "date": "1823-10-22 23:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 1.83547, "lat": 50.10521, "name": "Abbeville", "geoid": 3038789}, "notime": null, "date-ut": "1823-10-22 22:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Degouy"}, "birth": {"tzo": "+00:07:21", "date": "1823-10-22 23:00", "place": {"c2": "80", "cy": "FR", "lg": 1.83547, "lat": 50.10521, "name": "Abbeville", "geoid": 3038789}, "date-ut": "1823-10-22 22:50:48"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1765"}, "ids-in-sources": {"a4": "1765"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "22", "LAT": "49N54", "LON": "2E18", "MON": "10", "NUM": "1765", "PRO": "M", "SEC": "48", "YEA": "1823", "CITY": "ABBEVILLE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10518	delaby-victor-1848-06-09	{"a4": "1766"}	{"lerrcp": "A4-1766"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Delaby", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:36", "date": "1848-06-09 13:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.40096, "lat": 50.46779, "name": "Lecelles", "geoid": 3004814}, "notime": null, "date-ut": "1848-06-09 12:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Delaby"}, "birth": {"tzo": "+00:13:36", "date": "1848-06-09 13:00", "place": {"c2": "59", "cy": "FR", "lg": 3.40096, "lat": 50.46779, "name": "Lecelles", "geoid": 3004814}, "date-ut": "1848-06-09 12:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1766"}, "ids-in-sources": {"a4": "1766"}}, "raw": {"H": "12", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "9", "LAT": "50N39", "LON": "3E 5", "MON": "6", "NUM": "1766", "PRO": "M", "SEC": "40", "YEA": "1848", "CITY": "LECELLES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10519	delacroix-henri-1876-04-06	{"a4": "1767"}	{"lerrcp": "A4-1767"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Delacroix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:12", "date": "1876-04-06 05:45", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1876-04-06 05:35:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Delacroix"}, "birth": {"tzo": "+00:09:12", "date": "1876-04-06 05:45", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1876-04-06 05:35:48"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1767"}, "ids-in-sources": {"a4": "1767"}}, "raw": {"H": "5", "MN": "35", "TZ": "0", "COD": "80", "COU": "F", "DAY": "6", "LAT": "49N54", "LON": "2E18", "MON": "4", "NUM": "1767", "PRO": "M", "SEC": "48", "YEA": "1876", "CITY": "AMIENS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10520	delacroix-paul-1882-06-21	{"a4": "1768"}	{"lerrcp": "A4-1768"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Delacroix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:04", "date": "1882-06-21 01:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Heninlietard", "geoid": 0}, "notime": null, "date-ut": "1882-06-21 00:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Delacroix"}, "birth": {"tzo": "+00:11:04", "date": "1882-06-21 01:00", "place": {"c2": "62", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Heninlietard", "geoid": 0}, "date-ut": "1882-06-21 00:48:56"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1768"}, "ids-in-sources": {"a4": "1768"}}, "raw": {"H": "0", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "21", "LAT": "50N18", "LON": "2E46", "MON": "6", "NUM": "1768", "PRO": "M", "SEC": "56", "YEA": "1882", "CITY": "HENINLIETARD"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10521	delafontaine-joseph-1831-01-22	{"a4": "1769"}	{"lerrcp": "A4-1769"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Delafontaine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1831-01-22 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1831-01-22 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Delafontaine"}, "birth": {"tzo": "+00:09:24", "date": "1831-01-22 06:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1831-01-22 05:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1769"}, "ids-in-sources": {"a4": "1769"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "22", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "1769", "PRO": "M", "SEC": "40", "YEA": "1831", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10522	delahaigue-albert-1872-06-18	{"a4": "1770"}	{"lerrcp": "A4-1770"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Delahaigue", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:09", "date": "1872-06-18 10:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "notime": null, "date-ut": "1872-06-18 09:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Delahaigue"}, "birth": {"tzo": "+00:13:09", "date": "1872-06-18 10:00", "place": {"c2": "02", "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "date-ut": "1872-06-18 09:45:32"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1770"}, "ids-in-sources": {"a4": "1770"}}, "raw": {"H": "9", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "18", "LAT": "49N34", "LON": "3E37", "MON": "6", "NUM": "1770", "PRO": "M", "SEC": "32", "YEA": "1872", "CITY": "SAINT-QUENTIN"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10523	delamothe-jean-1866-10-07	{"a4": "1771"}	{"lerrcp": "A4-1771"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Delamothe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:20", "date": "1866-10-07 07:00", "note": null, "place": {"c1": null, "c2": "09", "c3": null, "cy": "FR", "lg": 1.58333, "lat": 42.96667, "name": "Tarascon", "geoid": 0}, "notime": null, "date-ut": "1866-10-07 06:53:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Delamothe"}, "birth": {"tzo": "+00:06:20", "date": "1866-10-07 07:00", "place": {"c2": "09", "cy": "FR", "lg": 1.58333, "lat": 42.96667, "name": "Tarascon", "geoid": 0}, "date-ut": "1866-10-07 06:53:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1771"}, "ids-in-sources": {"a4": "1771"}}, "raw": {"H": "6", "MN": "53", "TZ": "0", "COD": "09", "COU": "F", "DAY": "7", "LAT": "42N58", "LON": "1E35", "MON": "10", "NUM": "1771", "PRO": "M", "SEC": "40", "YEA": "1866", "CITY": "TARASCON"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10524	delannoy-marcel-1898-07-09	{"a4": "1772"}	{"lerrcp": "A4-1772"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Delannoy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1898-07-09 17:30", "note": null, "place": {"c1": null, "c2": "91", "c3": null, "cy": "FR", "lg": 2.33333, "lat": 48.6, "name": "Lafertealais", "geoid": 0}, "notime": null, "date-ut": "1898-07-09 17:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Delannoy"}, "birth": {"tzo": "+00:09:21", "date": "1898-07-09 17:30", "place": {"c2": "91", "cy": "FR", "lg": 2.33333, "lat": 48.6, "name": "Lafertealais", "geoid": 0}, "date-ut": "1898-07-09 17:20:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1772"}, "ids-in-sources": {"a4": "1772"}}, "raw": {"H": "17", "MN": "20", "TZ": "0", "COD": "91", "COU": "F", "DAY": "9", "LAT": "48N36", "LON": "2E20", "MON": "7", "NUM": "1772", "PRO": "M", "SEC": "40", "YEA": "1898", "CITY": "LAFERTEALAIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10525	delaruelle-pierre-1833-02-23	{"a4": "1773"}	{"lerrcp": "A4-1773"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Delaruelle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:17", "date": "1833-02-23 23:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.56991, "lat": 49.648, "name": "Montdidier", "geoid": 2992760}, "notime": null, "date-ut": "1833-02-23 22:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Delaruelle"}, "birth": {"tzo": "+00:10:17", "date": "1833-02-23 23:00", "place": {"c2": "80", "cy": "FR", "lg": 2.56991, "lat": 49.648, "name": "Montdidier", "geoid": 2992760}, "date-ut": "1833-02-23 22:50:48"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1773"}, "ids-in-sources": {"a4": "1773"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "23", "LAT": "49N54", "LON": "2E18", "MON": "2", "NUM": "1773", "PRO": "M", "SEC": "48", "YEA": "1833", "CITY": "MONTDIDIER"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10526	gauquelin-a4-1774-1817-12-10	{"a4": "1774"}	{"lerrcp": "A4-1774"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1774", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:56", "date": "1817-12-10 17:15:36", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.23472, "lat": 50.17596, "name": "Cambrai", "geoid": 3029030}, "notime": null, "date-ut": "1817-12-10 17:02:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1774"}, "birth": {"tzo": "+00:12:56", "date": "1817-12-10 17:15:36", "place": {"c2": "59", "cy": "FR", "lg": 3.23472, "lat": 50.17596, "name": "Cambrai", "geoid": 3029030}, "date-ut": "1817-12-10 17:02:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1774"}, "ids-in-sources": {"a4": "1774"}}, "raw": {"H": "17", "MN": "2", "TZ": "0", "COD": "59", "COU": "F", "DAY": "10", "LAT": "50N39", "LON": "3E 5", "MON": "12", "NUM": "1774", "PRO": "M", "SEC": "40", "YEA": "1817", "CITY": "CAMBRAI"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10527	gauquelin-a4-1775-1839-04-14	{"a4": "1775"}	{"lerrcp": "A4-1775"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1775", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:26", "date": "1839-04-14 19:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.35686, "lat": 48.68436, "name": "Avranches", "geoid": 3035639}, "notime": null, "date-ut": "1839-04-14 19:04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1775"}, "birth": {"tzo": "-00:05:26", "date": "1839-04-14 19:00", "place": {"c2": "50", "cy": "FR", "lg": -1.35686, "lat": 48.68436, "name": "Avranches", "geoid": 3035639}, "date-ut": "1839-04-14 19:04:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1775"}, "ids-in-sources": {"a4": "1775"}}, "raw": {"H": "19", "MN": "4", "TZ": "0", "COD": "50", "COU": "F", "DAY": "14", "LAT": "49N 7", "LON": "1W 5", "MON": "4", "NUM": "1775", "PRO": "M", "SEC": "20", "YEA": "1839", "CITY": "AVRANCHES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10528	delfosse-gustave-1878-01-24	{"a4": "1776"}	{"lerrcp": "A4-1776"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Delfosse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:01", "date": "1878-01-24 09:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.50387, "lat": 50.37201, "name": "Anzin", "geoid": 3037397}, "notime": null, "date-ut": "1878-01-24 08:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Delfosse"}, "birth": {"tzo": "+00:14:01", "date": "1878-01-24 09:00", "place": {"c2": "59", "cy": "FR", "lg": 3.50387, "lat": 50.37201, "name": "Anzin", "geoid": 3037397}, "date-ut": "1878-01-24 08:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1776"}, "ids-in-sources": {"a4": "1776"}}, "raw": {"H": "8", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "24", "LAT": "50N39", "LON": "3E 5", "MON": "1", "NUM": "1776", "PRO": "M", "SEC": "40", "YEA": "1878", "CITY": "ANZIN"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10529	delibes-leo-1836-02-21	{"a4": "1777"}	{"lerrcp": "A4-1777"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leo", "family": "Delibes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:48", "date": "1836-02-21 14:00", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.2, "lat": 48.01667, "name": "Stgermainduval", "geoid": 0}, "notime": null, "date-ut": "1836-02-21 13:59:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Leo", "family": "Delibes"}, "birth": {"tzo": "+00:00:48", "date": "1836-02-21 14:00", "place": {"c2": "72", "cy": "FR", "lg": 0.2, "lat": 48.01667, "name": "Stgermainduval", "geoid": 0}, "date-ut": "1836-02-21 13:59:12"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1777"}, "ids-in-sources": {"a4": "1777"}}, "raw": {"H": "13", "MN": "59", "TZ": "0", "COD": "72", "COU": "F", "DAY": "21", "LAT": "48N 1", "LON": "0E12", "MON": "2", "NUM": "1777", "PRO": "M", "SEC": "12", "YEA": "1836", "CITY": "STGERMAINDUVAL"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10530	delioux-savignac-jean-1825-04-17	{"a4": "1778"}	{"lerrcp": "A4-1778"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Delioux-Savignac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:13:29", "date": "1825-04-17 02:00", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "notime": null, "date-ut": "1825-04-17 02:10:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Delioux-Savignac"}, "birth": {"tzo": "-00:13:29", "date": "1825-04-17 02:00", "place": {"c2": "56", "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "date-ut": "1825-04-17 02:10:56"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1778"}, "ids-in-sources": {"a4": "1778"}}, "raw": {"H": "2", "MN": "10", "TZ": "0", "COD": "56", "COU": "F", "DAY": "17", "LAT": "47N40", "LON": "2W44", "MON": "4", "NUM": "1778", "PRO": "M", "SEC": "56", "YEA": "1825", "CITY": "LORIENT"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10531	delisle-charles-1854-08-12	{"a4": "1779"}	{"lerrcp": "A4-1779"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Delisle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:44", "date": "1854-08-12 21:30", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly", "geoid": 0}, "notime": null, "date-ut": "1854-08-12 21:21:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Delisle"}, "birth": {"tzo": "+00:08:44", "date": "1854-08-12 21:30", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly", "geoid": 0}, "date-ut": "1854-08-12 21:21:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1779"}, "ids-in-sources": {"a4": "1779"}}, "raw": {"H": "21", "MN": "21", "TZ": "0", "COD": "92", "COU": "F", "DAY": "12", "LAT": "48N50", "LON": "2E11", "MON": "8", "NUM": "1779", "PRO": "M", "SEC": "16", "YEA": "1854", "CITY": "NEUILLY"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10532	delorme-alexandre-1876-01-24	{"a4": "1780"}	{"lerrcp": "A4-1780"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Delorme", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:24", "date": "1876-01-24 23:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 1.60007, "lat": 48.79044, "name": "Houdan", "geoid": 3013120}, "notime": null, "date-ut": "1876-01-24 22:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Delorme"}, "birth": {"tzo": "+00:06:24", "date": "1876-01-24 23:00", "place": {"c2": "78", "cy": "FR", "lg": 1.60007, "lat": 48.79044, "name": "Houdan", "geoid": 3013120}, "date-ut": "1876-01-24 22:51:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1780"}, "ids-in-sources": {"a4": "1780"}}, "raw": {"H": "22", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "24", "LAT": "48N50", "LON": "2E 8", "MON": "1", "NUM": "1780", "PRO": "M", "SEC": "28", "YEA": "1876", "CITY": "HOUDAN"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10533	delrieux-pascal-1850-05-17	{"a4": "1781"}	{"lerrcp": "A4-1781"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pascal", "family": "Delrieux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 6.61472, "lat": 36.365, "name": "Constantine", "geoid": 2501152}, "notime": null, "date-ut": "1850-05-17 15:35:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Pascal", "family": "Delrieux"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 6.61472, "lat": 36.365, "name": "Constantine", "geoid": 2501152}, "date-ut": "1850-05-17 15:35:00"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1781"}, "ids-in-sources": {"a4": "1781"}}, "raw": {"H": "15", "MN": "35", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "17", "LAT": "36N30", "LON": "6E15", "MON": "5", "NUM": "1781", "PRO": "M", "SEC": "0", "YEA": "1850", "CITY": "CONSTANTINE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10534	delsart-jules-1844-11-24	{"a4": "1782"}	{"lerrcp": "A4-1782"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Delsart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:43", "date": "1844-11-24 07:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.67722, "lat": 50.22793, "name": "Jolimetz", "geoid": 3012309}, "notime": null, "date-ut": "1844-11-24 06:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Delsart"}, "birth": {"tzo": "+00:14:43", "date": "1844-11-24 07:00", "place": {"c2": "59", "cy": "FR", "lg": 3.67722, "lat": 50.22793, "name": "Jolimetz", "geoid": 3012309}, "date-ut": "1844-11-24 06:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1782"}, "ids-in-sources": {"a4": "1782"}}, "raw": {"H": "6", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "24", "LAT": "50N39", "LON": "3E 5", "MON": "11", "NUM": "1782", "PRO": "M", "SEC": "40", "YEA": "1844", "CITY": "JOLIMETZ"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10535	delvincourt-claude-1888-01-12	{"a4": "1783"}	{"lerrcp": "A4-1783"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Delvincourt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1888-01-12 21:40", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1888-01-12 21:30:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Delvincourt"}, "birth": {"tzo": "+00:09:24", "date": "1888-01-12 21:40", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1888-01-12 21:30:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1783"}, "ids-in-sources": {"a4": "1783"}}, "raw": {"H": "21", "MN": "30", "TZ": "0", "COD": "75", "COU": "F", "DAY": "12", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "1783", "PRO": "M", "SEC": "40", "YEA": "1888", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10536	demersseman-jules-1833-01-09	{"a4": "1784"}	{"lerrcp": "A4-1784"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Demersseman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:20", "date": "1833-01-09 17:58", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 2.58372, "lat": 50.978, "name": "Hondschoote", "geoid": 3013174}, "notime": null, "date-ut": "1833-01-09 17:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Demersseman"}, "birth": {"tzo": "+00:10:20", "date": "1833-01-09 17:58", "place": {"c2": "59", "cy": "FR", "lg": 2.58372, "lat": 50.978, "name": "Hondschoote", "geoid": 3013174}, "date-ut": "1833-01-09 17:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1784"}, "ids-in-sources": {"a4": "1784"}}, "raw": {"H": "17", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "9", "LAT": "50N39", "LON": "3E 5", "MON": "1", "NUM": "1784", "PRO": "M", "SEC": "40", "YEA": "1833", "CITY": "HONDSCHOOTE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10537	deneaux-theodore-1825-12-14	{"a4": "1785"}	{"lerrcp": "A4-1785"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodore", "family": "Deneaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:28", "date": "1825-12-14 21:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Vigneux", "geoid": 0}, "notime": null, "date-ut": "1825-12-14 20:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Theodore", "family": "Deneaux"}, "birth": {"tzo": "+00:14:28", "date": "1825-12-14 21:00", "place": {"c2": "02", "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Vigneux", "geoid": 0}, "date-ut": "1825-12-14 20:45:32"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1785"}, "ids-in-sources": {"a4": "1785"}}, "raw": {"H": "20", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "14", "LAT": "49N34", "LON": "3E37", "MON": "12", "NUM": "1785", "PRO": "M", "SEC": "32", "YEA": "1825", "CITY": "VIGNEUX"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10538	dere-jean-1886-06-23	{"a4": "1786"}	{"lerrcp": "A4-1786"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Dere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:50", "date": "1886-06-23 20:30", "note": null, "place": {"c1": null, "c2": "79", "c3": null, "cy": "FR", "lg": -0.45877, "lat": 46.32313, "name": "Niort", "geoid": 2990355}, "notime": null, "date-ut": "1886-06-23 20:31:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Dere"}, "birth": {"tzo": "-00:01:50", "date": "1886-06-23 20:30", "place": {"c2": "79", "cy": "FR", "lg": -0.45877, "lat": 46.32313, "name": "Niort", "geoid": 2990355}, "date-ut": "1886-06-23 20:31:48"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1786"}, "ids-in-sources": {"a4": "1786"}}, "raw": {"H": "20", "MN": "31", "TZ": "0", "COD": "79", "COU": "F", "DAY": "23", "LAT": "46N19", "LON": "0W27", "MON": "6", "NUM": "1786", "PRO": "M", "SEC": "48", "YEA": "1886", "CITY": "NIORT"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10539	derennes-jean-1815-02-08	{"a4": "1787"}	{"lerrcp": "A4-1787"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Derennes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:20", "date": "1815-02-08 14:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.58333, "lat": 47.21667, "name": "Cellier", "geoid": 0}, "notime": null, "date-ut": "1815-02-08 14:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Derennes"}, "birth": {"tzo": "-00:06:20", "date": "1815-02-08 14:00", "place": {"c2": "44", "cy": "FR", "lg": -1.58333, "lat": 47.21667, "name": "Cellier", "geoid": 0}, "date-ut": "1815-02-08 14:06:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1787"}, "ids-in-sources": {"a4": "1787"}}, "raw": {"H": "14", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "8", "LAT": "47N13", "LON": "1W35", "MON": "2", "NUM": "1787", "PRO": "M", "SEC": "20", "YEA": "1815", "CITY": "CELLIER"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10540	derigny-joseph-1850-12-05	{"a4": "1788"}	{"lerrcp": "A4-1788"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Derigny", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:02", "date": "1850-12-05 01:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.25666, "lat": 48.89672, "name": "Courbevoie", "geoid": 3023141}, "notime": null, "date-ut": "1850-12-05 00:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Derigny"}, "birth": {"tzo": "+00:09:02", "date": "1850-12-05 01:00", "place": {"c2": "92", "cy": "FR", "lg": 2.25666, "lat": 48.89672, "name": "Courbevoie", "geoid": 3023141}, "date-ut": "1850-12-05 00:51:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1788"}, "ids-in-sources": {"a4": "1788"}}, "raw": {"H": "0", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "5", "LAT": "48N50", "LON": "2E11", "MON": "12", "NUM": "1788", "PRO": "M", "SEC": "16", "YEA": "1850", "CITY": "COURBEVOIE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10541	desenclos-alfred-1912-02-07	{"a4": "1789"}	{"lerrcp": "A4-1789"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Desenclos", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-02-07 19:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Leportel", "geoid": 0}, "notime": null, "date-ut": "1912-02-07 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Desenclos"}, "birth": {"tzo": "+00:00", "date": "1912-02-07 19:00", "place": {"c2": "62", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Leportel", "geoid": 0}, "date-ut": "1912-02-07 19:00"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1789"}, "ids-in-sources": {"a4": "1789"}}, "raw": {"H": "19", "MN": "0", "TZ": "0", "COD": "62", "COU": "F", "DAY": "7", "LAT": "50N18", "LON": "2E46", "MON": "2", "NUM": "1789", "PRO": "M", "SEC": "0", "YEA": "1912", "CITY": "LEPORTEL"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10542	desjardins-leon-1847-04-05	{"a4": "1790"}	{"lerrcp": "A4-1790"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Desjardins", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1847-04-05 12:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1847-04-05 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Desjardins"}, "birth": {"tzo": "+00:09:24", "date": "1847-04-05 12:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1847-04-05 11:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1790"}, "ids-in-sources": {"a4": "1790"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "5", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "1790", "PRO": "M", "SEC": "40", "YEA": "1847", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10543	deslandres-adolphe-1840-01-22	{"a4": "1791"}	{"lerrcp": "A4-1791"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Deslandres", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1840-01-22 17:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1840-01-22 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Deslandres"}, "birth": {"tzo": "+00:09:24", "date": "1840-01-22 17:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1840-01-22 16:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1791"}, "ids-in-sources": {"a4": "1791"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "22", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "1791", "PRO": "M", "SEC": "40", "YEA": "1840", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10544	deslandres-georges-1849-05-05	{"a4": "1792"}	{"lerrcp": "A4-1792"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Deslandres", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1849-05-05 02:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1849-05-05 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Deslandres"}, "birth": {"tzo": "+00:09:24", "date": "1849-05-05 02:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1849-05-05 01:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1792"}, "ids-in-sources": {"a4": "1792"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "5", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "1792", "PRO": "M", "SEC": "40", "YEA": "1849", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10545	desmarets-jean-1804-06-16	{"a4": "1793"}	{"lerrcp": "A4-1793"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Desmarets", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:48", "date": "1804-06-16 13:00", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.19799, "lat": 48.77086, "name": "Nonancourt", "geoid": 2990158}, "notime": null, "date-ut": "1804-06-16 12:55:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Desmarets"}, "birth": {"tzo": "+00:04:48", "date": "1804-06-16 13:00", "place": {"c2": "27", "cy": "FR", "lg": 1.19799, "lat": 48.77086, "name": "Nonancourt", "geoid": 2990158}, "date-ut": "1804-06-16 12:55:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1793"}, "ids-in-sources": {"a4": "1793"}}, "raw": {"H": "12", "MN": "55", "TZ": "0", "COD": "27", "COU": "F", "DAY": "16", "LAT": "49N 1", "LON": "1E11", "MON": "6", "NUM": "1793", "PRO": "M", "SEC": "16", "YEA": "1804", "CITY": "NONANCOURT"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10546	desmidt-samuel-1866-04-14	{"a4": "1794"}	{"lerrcp": "A4-1794"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Samuel", "family": "Desmidt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:12", "date": "1866-04-14 06:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "notime": null, "date-ut": "1866-04-14 06:02:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Samuel", "family": "Desmidt"}, "birth": {"tzo": "-00:02:12", "date": "1866-04-14 06:00", "place": {"c2": "49", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "date-ut": "1866-04-14 06:02:08"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1794"}, "ids-in-sources": {"a4": "1794"}}, "raw": {"H": "6", "MN": "2", "TZ": "0", "COD": "49", "COU": "F", "DAY": "14", "LAT": "47N28", "LON": "0W32", "MON": "4", "NUM": "1794", "PRO": "M", "SEC": "8", "YEA": "1866", "CITY": "ANGERS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10547	despreaux-guillaume-1801-09-20	{"a4": "1795"}	{"lerrcp": "A4-1795"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guillaume", "family": "Despreaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:21", "date": "1801-09-20 11:00", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "notime": null, "date-ut": "1801-09-20 10:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Guillaume", "family": "Despreaux"}, "birth": {"tzo": "+00:12:21", "date": "1801-09-20 11:00", "place": {"c2": "63", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "date-ut": "1801-09-20 10:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1795"}, "ids-in-sources": {"a4": "1795"}}, "raw": {"H": "10", "MN": "47", "TZ": "0", "COD": "63", "COU": "F", "DAY": "20", "LAT": "45N47", "LON": "3E 5", "MON": "9", "NUM": "1795", "PRO": "M", "SEC": "40", "YEA": "1801", "CITY": "CLERMONT-FERRAND"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10548	desormiere-roger-1898-09-13	{"a4": "1796"}	{"lerrcp": "A4-1796"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Desormiere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1898-09-13 07:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.42577, "lat": 46.12709, "name": "Vichy", "geoid": 2969392}, "notime": null, "date-ut": "1898-09-13 06:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Desormiere"}, "birth": {"tzo": "+00:09:21", "date": "1898-09-13 07:00", "place": {"c2": "03", "cy": "FR", "lg": 3.42577, "lat": 46.12709, "name": "Vichy", "geoid": 2969392}, "date-ut": "1898-09-13 06:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1796"}, "ids-in-sources": {"a4": "1796"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "03", "COU": "F", "DAY": "13", "LAT": "46N34", "LON": "3E20", "MON": "9", "NUM": "1796", "PRO": "M", "SEC": "40", "YEA": "1898", "CITY": "VICHY"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10549	desoubrie-augustin-1871-03-24	{"a4": "1797"}	{"lerrcp": "A4-1797"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Augustin", "family": "Desoubrie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:39", "date": "1871-03-24 09:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "notime": null, "date-ut": "1871-03-24 08:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Augustin", "family": "Desoubrie"}, "birth": {"tzo": "+00:12:39", "date": "1871-03-24 09:00", "place": {"c2": "59", "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "date-ut": "1871-03-24 08:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1797"}, "ids-in-sources": {"a4": "1797"}}, "raw": {"H": "8", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "24", "LAT": "50N39", "LON": "3E 5", "MON": "3", "NUM": "1797", "PRO": "M", "SEC": "40", "YEA": "1871", "CITY": "TOURCOING"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10550	diepedaal-ismael-1845-12-15	{"a4": "1798"}	{"lerrcp": "A4-1798"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ismael", "family": "Diepedaal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:53", "date": "1845-12-15 03:03:33", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.97267, "lat": 50.27875, "name": "Maubeuge", "geoid": 2995150}, "notime": null, "date-ut": "1845-12-15 02:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Ismael", "family": "Diepedaal"}, "birth": {"tzo": "+00:15:53", "date": "1845-12-15 03:03:33", "place": {"c2": "59", "cy": "FR", "lg": 3.97267, "lat": 50.27875, "name": "Maubeuge", "geoid": 2995150}, "date-ut": "1845-12-15 02:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1798"}, "ids-in-sources": {"a4": "1798"}}, "raw": {"H": "2", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "15", "LAT": "50N39", "LON": "3E 5", "MON": "12", "NUM": "1798", "PRO": "M", "SEC": "40", "YEA": "1845", "CITY": "MAUBEUGE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10551	dietsch-pierre-1808-03-17	{"a4": "1799"}	{"lerrcp": "A4-1799"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Dietsch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:04", "date": "1808-03-17 17:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1808-03-17 16:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Dietsch"}, "birth": {"tzo": "+00:20:04", "date": "1808-03-17 17:00", "place": {"c2": "21", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1808-03-17 16:39:52"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1799"}, "ids-in-sources": {"a4": "1799"}}, "raw": {"H": "16", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "17", "LAT": "47N19", "LON": "5E 2", "MON": "3", "NUM": "1799", "PRO": "M", "SEC": "52", "YEA": "1808", "CITY": "DIJON"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10552	do-casimir-1873-07-21	{"a4": "1800"}	{"lerrcp": "A4-1800"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Casimir", "family": "Do", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:51", "date": "1873-07-21 21:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "notime": null, "date-ut": "1873-07-21 20:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Casimir", "family": "Do"}, "birth": {"tzo": "+00:12:51", "date": "1873-07-21 21:00", "place": {"c2": "34", "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "date-ut": "1873-07-21 20:44:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1800"}, "ids-in-sources": {"a4": "1800"}}, "raw": {"H": "20", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "21", "LAT": "43N37", "LON": "3E53", "MON": "7", "NUM": "1800", "PRO": "M", "SEC": "28", "YEA": "1873", "CITY": "BEZIERS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10553	domergue-charles-1878-08-09	{"a4": "1801"}	{"lerrcp": "A4-1801"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Domergue", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 5.89572, "lat": 48.18424, "name": "Contrexéville", "geoid": 3023808}, "notime": null, "date-ut": "1878-08-09 01:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Domergue"}, "birth": {"place": {"c2": "88", "cy": "FR", "lg": 5.89572, "lat": 48.18424, "name": "Contrexéville", "geoid": 3023808}, "date-ut": "1878-08-09 01:34:08"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1801"}, "ids-in-sources": {"a4": "1801"}}, "raw": {"H": "1", "MN": "34", "TZ": "0", "COD": "88", "COU": "F", "DAY": "9", "LAT": "48N10", "LON": "6E28", "MON": "8", "NUM": "1801", "PRO": "M", "SEC": "8", "YEA": "1878", "CITY": "CONTREXEVILLE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10554	donat-marthe-1842-12-13	{"a4": "1802"}	{"lerrcp": "A4-1802"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marthe", "family": "Donat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:15", "date": "1842-12-13 21:30", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.06367, "lat": 48.88693, "name": "Fourqueux", "geoid": 3017474}, "notime": null, "date-ut": "1842-12-13 21:21:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Marthe", "family": "Donat"}, "birth": {"tzo": "+00:08:15", "date": "1842-12-13 21:30", "place": {"c2": "78", "cy": "FR", "lg": 2.06367, "lat": 48.88693, "name": "Fourqueux", "geoid": 3017474}, "date-ut": "1842-12-13 21:21:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1802"}, "ids-in-sources": {"a4": "1802"}}, "raw": {"H": "21", "MN": "21", "TZ": "0", "COD": "78", "COU": "F", "DAY": "13", "LAT": "48N50", "LON": "2E 8", "MON": "12", "NUM": "1802", "PRO": "M", "SEC": "28", "YEA": "1842", "CITY": "FOURQUEUX"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10555	dorel-pierre-1852-01-26	{"a4": "1803"}	{"lerrcp": "A4-1803"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Dorel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:24", "date": "1852-01-26 23:00", "note": null, "place": {"c1": null, "c2": "07", "c3": null, "cy": "FR", "lg": 4.6, "lat": 44.73333, "name": "Stdesirat", "geoid": 0}, "notime": null, "date-ut": "1852-01-26 22:41:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Dorel"}, "birth": {"tzo": "+00:18:24", "date": "1852-01-26 23:00", "place": {"c2": "07", "cy": "FR", "lg": 4.6, "lat": 44.73333, "name": "Stdesirat", "geoid": 0}, "date-ut": "1852-01-26 22:41:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1803"}, "ids-in-sources": {"a4": "1803"}}, "raw": {"H": "22", "MN": "41", "TZ": "0", "COD": "07", "COU": "F", "DAY": "26", "LAT": "44N44", "LON": "4E36", "MON": "1", "NUM": "1803", "PRO": "M", "SEC": "36", "YEA": "1852", "CITY": "STDESIRAT"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10556	dorson-jean-1882-04-12	{"a4": "1804"}	{"lerrcp": "A4-1804"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Dorson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:51", "date": "1882-04-12 04:00", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "notime": null, "date-ut": "1882-04-12 03:57:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Dorson"}, "birth": {"tzo": "+00:02:51", "date": "1882-04-12 04:00", "place": {"c2": "24", "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "date-ut": "1882-04-12 03:57:04"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1804"}, "ids-in-sources": {"a4": "1804"}}, "raw": {"H": "3", "MN": "57", "TZ": "0", "COD": "24", "COU": "F", "DAY": "12", "LAT": "45N11", "LON": "0E44", "MON": "4", "NUM": "1804", "PRO": "M", "SEC": "4", "YEA": "1882", "CITY": "PERIGUEUX"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10557	gauquelin-a4-1805-1845-06-10	{"a4": "1805"}	{"lerrcp": "A4-1805"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1805", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:56", "date": "1845-06-10 23:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Stmaurlesfosses", "geoid": 0}, "notime": null, "date-ut": "1845-06-10 22:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1805"}, "birth": {"tzo": "+00:09:56", "date": "1845-06-10 23:00", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Stmaurlesfosses", "geoid": 0}, "date-ut": "1845-06-10 22:50:04"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1805"}, "ids-in-sources": {"a4": "1805"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "10", "LAT": "48N47", "LON": "2E29", "MON": "6", "NUM": "1805", "PRO": "M", "SEC": "4", "YEA": "1845", "CITY": "STMAURLESFOSSES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10558	douay-louis-1836-04-01	{"a4": "1806"}	{"lerrcp": "A4-1806"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Douay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:46", "date": "1836-04-01 16:30", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.69171, "lat": 50.12499, "name": "Landrecies", "geoid": 3007830}, "notime": null, "date-ut": "1836-04-01 16:17:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Douay"}, "birth": {"tzo": "+00:14:46", "date": "1836-04-01 16:30", "place": {"c2": "59", "cy": "FR", "lg": 3.69171, "lat": 50.12499, "name": "Landrecies", "geoid": 3007830}, "date-ut": "1836-04-01 16:17:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1806"}, "ids-in-sources": {"a4": "1806"}}, "raw": {"H": "16", "MN": "17", "TZ": "0", "COD": "59", "COU": "F", "DAY": "1", "LAT": "50N39", "LON": "3E 5", "MON": "4", "NUM": "1806", "PRO": "M", "SEC": "40", "YEA": "1836", "CITY": "LANDRECIES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10559	dourthe-joseph-1845-09-21	{"a4": "1807"}	{"lerrcp": "A4-1807"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Dourthe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:40", "date": "1845-09-21 10:00", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.16667, "lat": 48.76667, "name": "Milly", "geoid": 0}, "notime": null, "date-ut": "1845-09-21 09:39:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Dourthe"}, "birth": {"tzo": "+00:20:40", "date": "1845-09-21 10:00", "place": {"c2": "55", "cy": "FR", "lg": 5.16667, "lat": 48.76667, "name": "Milly", "geoid": 0}, "date-ut": "1845-09-21 09:39:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1807"}, "ids-in-sources": {"a4": "1807"}}, "raw": {"H": "9", "MN": "39", "TZ": "0", "COD": "55", "COU": "F", "DAY": "21", "LAT": "48N46", "LON": "5E10", "MON": "9", "NUM": "1807", "PRO": "M", "SEC": "20", "YEA": "1845", "CITY": "MILLY"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10560	gauquelin-a4-1808-1882-04-03	{"a4": "1808"}	{"lerrcp": "A4-1808"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1808", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:10", "date": "1882-04-03 22:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.79364, "lat": 49.60321, "name": "Vendresse", "geoid": 2970101}, "notime": null, "date-ut": "1882-04-03 21:41:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1808"}, "birth": {"tzo": "+00:19:10", "date": "1882-04-03 22:00", "place": {"c2": "08", "cy": "FR", "lg": 4.79364, "lat": 49.60321, "name": "Vendresse", "geoid": 2970101}, "date-ut": "1882-04-03 21:41:04"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1808"}, "ids-in-sources": {"a4": "1808"}}, "raw": {"H": "21", "MN": "41", "TZ": "0", "COD": "08", "COU": "F", "DAY": "3", "LAT": "49N46", "LON": "4E44", "MON": "4", "NUM": "1808", "PRO": "M", "SEC": "4", "YEA": "1882", "CITY": "VENDRESSE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10561	dreyfuss-louis-1860-10-08	{"a4": "1809"}	{"lerrcp": "A4-1809"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Dreyfuss", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:25", "date": "1860-10-08 10:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.35584, "lat": 48.08078, "name": "Colmar", "geoid": 3024297}, "notime": null, "date-ut": "1860-10-08 09:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Dreyfuss"}, "birth": {"tzo": "+00:29:25", "date": "1860-10-08 10:00", "place": {"c2": "68", "cy": "FR", "lg": 7.35584, "lat": 48.08078, "name": "Colmar", "geoid": 3024297}, "date-ut": "1860-10-08 09:30:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1809"}, "ids-in-sources": {"a4": "1809"}}, "raw": {"H": "9", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "8", "LAT": "48N 5", "LON": "7E21", "MON": "10", "NUM": "1809", "PRO": "M", "SEC": "36", "YEA": "1860", "CITY": "COLMAR"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10562	drezet-joseph-1825-11-03	{"a4": "1810"}	{"lerrcp": "A4-1810"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Drezet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:21", "date": "1825-11-03 17:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.33744, "lat": 47.09892, "name": "Nods", "geoid": 2990296}, "notime": null, "date-ut": "1825-11-03 16:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Drezet"}, "birth": {"tzo": "+00:25:21", "date": "1825-11-03 17:00", "place": {"c2": "25", "cy": "FR", "lg": 6.33744, "lat": 47.09892, "name": "Nods", "geoid": 2990296}, "date-ut": "1825-11-03 16:35:52"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1810"}, "ids-in-sources": {"a4": "1810"}}, "raw": {"H": "16", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "3", "LAT": "47N15", "LON": "6E 2", "MON": "11", "NUM": "1810", "PRO": "M", "SEC": "52", "YEA": "1825", "CITY": "NODS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10563	drouet-georges-1882-04-24	{"a4": "1811"}	{"lerrcp": "A4-1811"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Drouet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:40", "date": "1882-04-24 08:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Bussystgeorges", "geoid": 0}, "notime": null, "date-ut": "1882-04-24 07:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Drouet"}, "birth": {"tzo": "+00:10:40", "date": "1882-04-24 08:00", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Bussystgeorges", "geoid": 0}, "date-ut": "1882-04-24 07:49:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1811"}, "ids-in-sources": {"a4": "1811"}}, "raw": {"H": "7", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "24", "LAT": "48N33", "LON": "2E40", "MON": "4", "NUM": "1811", "PRO": "M", "SEC": "20", "YEA": "1882", "CITY": "BUSSYSTGEORGES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10564	dubois-christophe-1830-05-06	{"a4": "1812"}	{"lerrcp": "A4-1812"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christophe", "family": "Dubois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:29", "date": "1830-05-06 06:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.1205, "lat": 49.74089, "name": "Fleury", "geoid": 3018289}, "notime": null, "date-ut": "1830-05-06 05:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Christophe", "family": "Dubois"}, "birth": {"tzo": "+00:08:29", "date": "1830-05-06 06:00", "place": {"c2": "80", "cy": "FR", "lg": 2.1205, "lat": 49.74089, "name": "Fleury", "geoid": 3018289}, "date-ut": "1830-05-06 05:50:48"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1812"}, "ids-in-sources": {"a4": "1812"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "6", "LAT": "49N54", "LON": "2E18", "MON": "5", "NUM": "1812", "PRO": "M", "SEC": "48", "YEA": "1830", "CITY": "FLEURY"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10565	dubois-eugene-1851-12-18	{"a4": "1813"}	{"lerrcp": "A4-1813"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Dubois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": -1.315, "lat": 34.87833, "name": "Tlemcen", "geoid": 2475687}, "notime": null, "date-ut": "1851-12-18 04:04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Dubois"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": -1.315, "lat": 34.87833, "name": "Tlemcen", "geoid": 2475687}, "date-ut": "1851-12-18 04:04:00"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1813"}, "ids-in-sources": {"a4": "1813"}}, "raw": {"H": "4", "MN": "4", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "18", "LAT": "35N 0", "LON": "1W 0", "MON": "12", "NUM": "1813", "PRO": "M", "SEC": "0", "YEA": "1851", "CITY": "TLEMCEN"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10566	dubois-ferdinand-1817-03-23	{"a4": "1814"}	{"lerrcp": "A4-1814"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Dubois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:24", "date": "1817-03-23 19:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "Neufbrisach", "geoid": 0}, "notime": null, "date-ut": "1817-03-23 18:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Dubois"}, "birth": {"tzo": "+00:29:24", "date": "1817-03-23 19:00", "place": {"c2": "68", "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "Neufbrisach", "geoid": 0}, "date-ut": "1817-03-23 18:30:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1814"}, "ids-in-sources": {"a4": "1814"}}, "raw": {"H": "18", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "23", "LAT": "48N 5", "LON": "7E21", "MON": "3", "NUM": "1814", "PRO": "M", "SEC": "36", "YEA": "1817", "CITY": "NEUFBRISACH"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10567	dubois-jacques-1873-05-13	{"a4": "1815"}	{"lerrcp": "A4-1815"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Dubois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:43", "date": "1873-05-13 12:00", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": 0.17989, "lat": 45.61503, "name": "Puymoyen", "geoid": 2984929}, "notime": null, "date-ut": "1873-05-13 11:59:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Dubois"}, "birth": {"tzo": "+00:00:43", "date": "1873-05-13 12:00", "place": {"c2": "16", "cy": "FR", "lg": 0.17989, "lat": 45.61503, "name": "Puymoyen", "geoid": 2984929}, "date-ut": "1873-05-13 11:59:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1815"}, "ids-in-sources": {"a4": "1815"}}, "raw": {"H": "11", "MN": "59", "TZ": "0", "COD": "16", "COU": "F", "DAY": "13", "LAT": "45N39", "LON": "0E10", "MON": "5", "NUM": "1815", "PRO": "M", "SEC": "20", "YEA": "1873", "CITY": "PUYMOYEN"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10568	dubois-jean-1870-05-22	{"a4": "1816"}	{"lerrcp": "A4-1816"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Dubois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:37", "date": "1870-05-22 20:00", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": 0.15345, "lat": 45.64997, "name": "Angoulême", "geoid": 3037598}, "notime": null, "date-ut": "1870-05-22 19:59:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Dubois"}, "birth": {"tzo": "+00:00:37", "date": "1870-05-22 20:00", "place": {"c2": "16", "cy": "FR", "lg": 0.15345, "lat": 45.64997, "name": "Angoulême", "geoid": 3037598}, "date-ut": "1870-05-22 19:59:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1816"}, "ids-in-sources": {"a4": "1816"}}, "raw": {"H": "19", "MN": "59", "TZ": "0", "COD": "16", "COU": "F", "DAY": "22", "LAT": "45N39", "LON": "0E10", "MON": "5", "NUM": "1816", "PRO": "M", "SEC": "20", "YEA": "1870", "CITY": "ANGOULEME"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10569	dubois-leon-1872-04-28	{"a4": "1817"}	{"lerrcp": "A4-1817"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Dubois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:37", "date": "1872-04-28 07:00", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": 0.15345, "lat": 45.64997, "name": "Angoulême", "geoid": 3037598}, "notime": null, "date-ut": "1872-04-28 06:59:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Dubois"}, "birth": {"tzo": "+00:00:37", "date": "1872-04-28 07:00", "place": {"c2": "16", "cy": "FR", "lg": 0.15345, "lat": 45.64997, "name": "Angoulême", "geoid": 3037598}, "date-ut": "1872-04-28 06:59:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1817"}, "ids-in-sources": {"a4": "1817"}}, "raw": {"H": "6", "MN": "59", "TZ": "0", "COD": "16", "COU": "F", "DAY": "28", "LAT": "45N39", "LON": "0E10", "MON": "4", "NUM": "1817", "PRO": "M", "SEC": "20", "YEA": "1872", "CITY": "ANGOULEME"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10570	gauquelin-a4-1818-1837-08-24	{"a4": "1818"}	{"lerrcp": "A4-1818"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1818", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:27", "date": "1837-08-24 00:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 3.86238, "lat": 49.25404, "name": "Rosnay", "geoid": 2982763}, "notime": null, "date-ut": "1837-08-23 23:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1818"}, "birth": {"tzo": "+00:15:27", "date": "1837-08-24 00:00", "place": {"c2": "51", "cy": "FR", "lg": 3.86238, "lat": 49.25404, "name": "Rosnay", "geoid": 2982763}, "date-ut": "1837-08-23 23:42:32"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1818"}, "ids-in-sources": {"a4": "1818"}}, "raw": {"H": "23", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "23", "LAT": "48N57", "LON": "4E22", "MON": "8", "NUM": "1818", "PRO": "M", "SEC": "32", "YEA": "1837", "CITY": "ROSNAY"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10571	dubroqua-simon-1864-04-13	{"a4": "1819"}	{"lerrcp": "A4-1819"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Simon", "family": "Dubroqua", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:28", "date": "1864-04-13 10:56:08", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.36495, "lat": 44.68558, "name": "Paillet", "geoid": 2988806}, "notime": null, "date-ut": "1864-04-13 10:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Simon", "family": "Dubroqua"}, "birth": {"tzo": "-00:01:28", "date": "1864-04-13 10:56:08", "place": {"c2": "33", "cy": "FR", "lg": -0.36495, "lat": 44.68558, "name": "Paillet", "geoid": 2988806}, "date-ut": "1864-04-13 10:57:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1819"}, "ids-in-sources": {"a4": "1819"}}, "raw": {"H": "10", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "13", "LAT": "44N50", "LON": "0W34", "MON": "4", "NUM": "1819", "PRO": "M", "SEC": "36", "YEA": "1864", "CITY": "PAILLET"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10572	ducarne-fulgence-1843-11-29	{"a4": "1820"}	{"lerrcp": "A4-1820"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fulgence", "family": "Ducarne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:53", "date": "1843-11-29 08:03:33", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.97267, "lat": 50.27875, "name": "Maubeuge", "geoid": 2995150}, "notime": null, "date-ut": "1843-11-29 07:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Fulgence", "family": "Ducarne"}, "birth": {"tzo": "+00:15:53", "date": "1843-11-29 08:03:33", "place": {"c2": "59", "cy": "FR", "lg": 3.97267, "lat": 50.27875, "name": "Maubeuge", "geoid": 2995150}, "date-ut": "1843-11-29 07:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1820"}, "ids-in-sources": {"a4": "1820"}}, "raw": {"H": "7", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "29", "LAT": "50N39", "LON": "3E 5", "MON": "11", "NUM": "1820", "PRO": "M", "SEC": "40", "YEA": "1843", "CITY": "MAUBEUGE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10573	ducheron-pierre-1857-03-08	{"a4": "1821"}	{"lerrcp": "A4-1821"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Ducheron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:16", "date": "1857-03-08 04:00", "note": null, "place": {"c1": null, "c2": "18", "c3": null, "cy": "FR", "lg": 2.0684, "lat": 47.22186, "name": "Vierzon", "geoid": 2969257}, "notime": null, "date-ut": "1857-03-08 03:50:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Ducheron"}, "birth": {"tzo": "+00:08:16", "date": "1857-03-08 04:00", "place": {"c2": "18", "cy": "FR", "lg": 2.0684, "lat": 47.22186, "name": "Vierzon", "geoid": 2969257}, "date-ut": "1857-03-08 03:50:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1821"}, "ids-in-sources": {"a4": "1821"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "18", "COU": "F", "DAY": "8", "LAT": "47N 5", "LON": "2E23", "MON": "3", "NUM": "1821", "PRO": "M", "SEC": "28", "YEA": "1857", "CITY": "VIERZON"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10574	ducor-edmond-1829-08-17	{"a4": "1822"}	{"lerrcp": "A4-1822"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Ducor", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1829-08-17 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1829-08-17 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Ducor"}, "birth": {"tzo": "+00:09:24", "date": "1829-08-17 06:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1829-08-17 05:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1822"}, "ids-in-sources": {"a4": "1822"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "17", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "1822", "PRO": "M", "SEC": "40", "YEA": "1829", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10575	dufils-jean-1835-07-24	{"a4": "1823"}	{"lerrcp": "A4-1823"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Dufils", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1835-07-24 05:45:04", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1835-07-24 05:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Dufils"}, "birth": {"tzo": "+00:09:24", "date": "1835-07-24 05:45:04", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1835-07-24 05:35:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1823"}, "ids-in-sources": {"a4": "1823"}}, "raw": {"H": "5", "MN": "35", "TZ": "0", "COD": "75", "COU": "F", "DAY": "24", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "1823", "PRO": "M", "SEC": "40", "YEA": "1835", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10576	dufour-victor-1839-02-10	{"a4": "1824"}	{"lerrcp": "A4-1824"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Dufour", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:22", "date": "1839-02-10 09:00", "note": null, "place": {"c1": null, "c2": "15", "c3": null, "cy": "FR", "lg": 3.09297, "lat": 45.03374, "name": "Saint-Flour", "geoid": 2980104}, "notime": null, "date-ut": "1839-02-10 08:50:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Dufour"}, "birth": {"tzo": "+00:12:22", "date": "1839-02-10 09:00", "place": {"c2": "15", "cy": "FR", "lg": 3.09297, "lat": 45.03374, "name": "Saint-Flour", "geoid": 2980104}, "date-ut": "1839-02-10 08:50:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1824"}, "ids-in-sources": {"a4": "1824"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "15", "COU": "F", "DAY": "10", "LAT": "44N56", "LON": "2E26", "MON": "2", "NUM": "1824", "PRO": "M", "SEC": "16", "YEA": "1839", "CITY": "ST-FLOUR"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10577	duhot-charles-1834-10-25	{"a4": "1825"}	{"lerrcp": "A4-1825"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Duhot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1834-10-25 07:30", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Conde", "geoid": 0}, "notime": null, "date-ut": "1834-10-25 07:17:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Duhot"}, "birth": {"tzo": "+00:12:20", "date": "1834-10-25 07:30", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Conde", "geoid": 0}, "date-ut": "1834-10-25 07:17:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1825"}, "ids-in-sources": {"a4": "1825"}}, "raw": {"H": "7", "MN": "17", "TZ": "0", "COD": "59", "COU": "F", "DAY": "25", "LAT": "50N39", "LON": "3E 5", "MON": "10", "NUM": "1825", "PRO": "M", "SEC": "40", "YEA": "1834", "CITY": "CONDE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10578	dukas-paul-1865-10-01	{"a4": "1826"}	{"lerrcp": "A4-1826"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Dukas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1865-10-01 01:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1865-10-01 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Dukas"}, "birth": {"tzo": "+00:09:24", "date": "1865-10-01 01:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1865-10-01 00:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1826"}, "ids-in-sources": {"a4": "1826"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "1", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "1826", "PRO": "M", "SEC": "40", "YEA": "1865", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10579	duparc-henri-1848-01-21	{"a4": "1827"}	{"lerrcp": "A4-1827"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Duparc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1848-01-21 08:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1848-01-21 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Duparc"}, "birth": {"tzo": "+00:09:24", "date": "1848-01-21 08:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1848-01-21 07:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1827"}, "ids-in-sources": {"a4": "1827"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "21", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "1827", "PRO": "M", "SEC": "40", "YEA": "1848", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10580	dupin-paul-1865-08-14	{"a4": "1828"}	{"lerrcp": "A4-1828"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Dupin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:42", "date": "1865-08-14 23:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1865-08-14 22:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Dupin"}, "birth": {"tzo": "+00:12:42", "date": "1865-08-14 23:00", "place": {"c2": "59", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1865-08-14 22:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1828"}, "ids-in-sources": {"a4": "1828"}}, "raw": {"H": "22", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "14", "LAT": "50N39", "LON": "3E 5", "MON": "8", "NUM": "1828", "PRO": "M", "SEC": "40", "YEA": "1865", "CITY": "ROUBAIX"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10581	dupont-gabriel-1878-03-01	{"a4": "1829"}	{"lerrcp": "A4-1829"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Dupont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:26", "date": "1878-03-01 14:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.35912, "lat": 49.18585, "name": "Caen", "geoid": 3029241}, "notime": null, "date-ut": "1878-03-01 14:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Dupont"}, "birth": {"tzo": "-00:01:26", "date": "1878-03-01 14:00", "place": {"c2": "14", "cy": "FR", "lg": -0.35912, "lat": 49.18585, "name": "Caen", "geoid": 3029241}, "date-ut": "1878-03-01 14:01:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1829"}, "ids-in-sources": {"a4": "1829"}}, "raw": {"H": "14", "MN": "1", "TZ": "0", "COD": "14", "COU": "F", "DAY": "1", "LAT": "49N11", "LON": "0W22", "MON": "3", "NUM": "1829", "PRO": "M", "SEC": "28", "YEA": "1878", "CITY": "CAEN"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10582	gauquelin-a4-1830-1827-08-20	{"a4": "1830"}	{"lerrcp": "A4-1830"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1830", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:26", "date": "1827-08-20 02:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1827-08-20 01:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1830"}, "birth": {"tzo": "+00:17:26", "date": "1827-08-20 02:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1827-08-20 01:42:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1830"}, "ids-in-sources": {"a4": "1830"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "20", "LAT": "43N51", "LON": "4E21", "MON": "8", "NUM": "1830", "PRO": "M", "SEC": "36", "YEA": "1827", "CITY": "NIMES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10583	dupre-germain-1868-07-04	{"a4": "1831"}	{"lerrcp": "A4-1831"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Germain", "family": "Dupre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:44", "date": "1868-07-04 19:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.43333, "lat": 43.61667, "name": "Saint-Sulpice", "geoid": 0}, "notime": null, "date-ut": "1868-07-04 18:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Germain", "family": "Dupre"}, "birth": {"tzo": "+00:05:44", "date": "1868-07-04 19:00", "place": {"c2": "31", "cy": "FR", "lg": 1.43333, "lat": 43.61667, "name": "Saint-Sulpice", "geoid": 0}, "date-ut": "1868-07-04 18:54:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1831"}, "ids-in-sources": {"a4": "1831"}}, "raw": {"H": "18", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "4", "LAT": "43N37", "LON": "1E26", "MON": "7", "NUM": "1831", "PRO": "M", "SEC": "16", "YEA": "1868", "CITY": "ST-SULPICE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10584	dupre-marcel-1886-05-03	{"a4": "1832"}	{"lerrcp": "A4-1832"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Dupre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:24", "date": "1886-05-03 04:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1886-05-03 03:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Dupre"}, "birth": {"tzo": "+00:04:24", "date": "1886-05-03 04:00", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1886-05-03 03:55:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1832"}, "ids-in-sources": {"a4": "1832"}}, "raw": {"H": "3", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "3", "LAT": "49N26", "LON": "1E 5", "MON": "5", "NUM": "1832", "PRO": "M", "SEC": "40", "YEA": "1886", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10585	durand-antoine-1826-03-26	{"a4": "1833"}	{"lerrcp": "A4-1833"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Durand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:15", "date": "1826-03-26 21:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.31435, "lat": 49.07832, "name": "Laquenexy", "geoid": 3007106}, "notime": null, "date-ut": "1826-03-26 20:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Durand"}, "birth": {"tzo": "+00:25:15", "date": "1826-03-26 21:00", "place": {"c2": "57", "cy": "FR", "lg": 6.31435, "lat": 49.07832, "name": "Laquenexy", "geoid": 3007106}, "date-ut": "1826-03-26 20:35:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1833"}, "ids-in-sources": {"a4": "1833"}}, "raw": {"H": "20", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "26", "LAT": "49N 7", "LON": "6E11", "MON": "3", "NUM": "1833", "PRO": "M", "SEC": "16", "YEA": "1826", "CITY": "LAQUENEXY"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10586	durand-emile-1830-02-16	{"a4": "1834"}	{"lerrcp": "A4-1834"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Durand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:11:04", "date": "1830-02-16 02:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -2.76838, "lat": 48.51513, "name": "Saint-Brieuc", "geoid": 2981280}, "notime": null, "date-ut": "1830-02-16 02:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Durand"}, "birth": {"tzo": "-00:11:04", "date": "1830-02-16 02:00", "place": {"c2": "22", "cy": "FR", "lg": -2.76838, "lat": 48.51513, "name": "Saint-Brieuc", "geoid": 2981280}, "date-ut": "1830-02-16 02:11"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1834"}, "ids-in-sources": {"a4": "1834"}}, "raw": {"H": "2", "MN": "11", "TZ": "0", "COD": "22", "COU": "F", "DAY": "16", "LAT": "48N31", "LON": "2W45", "MON": "2", "NUM": "1834", "PRO": "M", "SEC": "0", "YEA": "1830", "CITY": "ST-BRIEUC"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10587	durand-joseph-1878-08-26	{"a4": "1835"}	{"lerrcp": "A4-1835"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Durand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.16044, "lat": 49.35994, "name": "Thionville", "geoid": 2972811}, "notime": null, "date-ut": "1878-08-26 14:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Durand"}, "birth": {"place": {"c2": "57", "cy": "FR", "lg": 6.16044, "lat": 49.35994, "name": "Thionville", "geoid": 2972811}, "date-ut": "1878-08-26 14:35:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1835"}, "ids-in-sources": {"a4": "1835"}}, "raw": {"H": "15", "MN": "35", "TZ": "-1", "COD": "57", "COU": "F", "DAY": "26", "LAT": "49N 7", "LON": "6E11", "MON": "8", "NUM": "1835", "PRO": "M", "SEC": "16", "YEA": "1878", "CITY": "THIONVILLE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10588	durey-louis-1888-05-27	{"a4": "1836"}	{"lerrcp": "A4-1836"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Durey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1888-05-27 11:15:04", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1888-05-27 11:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Durey"}, "birth": {"tzo": "+00:09:24", "date": "1888-05-27 11:15:04", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1888-05-27 11:05:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1836"}, "ids-in-sources": {"a4": "1836"}}, "raw": {"H": "11", "MN": "5", "TZ": "0", "COD": "75", "COU": "F", "DAY": "27", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "1836", "PRO": "M", "SEC": "40", "YEA": "1888", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10589	durietz-daniel-1856-05-24	{"a4": "1837"}	{"lerrcp": "A4-1837"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "Durietz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:27:42", "date": "1856-05-24 11:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 6.92537, "lat": 43.65783, "name": "Grasse", "geoid": 3014856}, "notime": null, "date-ut": "1856-05-24 10:30:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Daniel", "family": "Durietz"}, "birth": {"tzo": "+00:27:42", "date": "1856-05-24 11:00", "place": {"c2": "06", "cy": "FR", "lg": 6.92537, "lat": 43.65783, "name": "Grasse", "geoid": 3014856}, "date-ut": "1856-05-24 10:30:56"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1837"}, "ids-in-sources": {"a4": "1837"}}, "raw": {"H": "10", "MN": "30", "TZ": "0", "COD": "06", "COU": "F", "DAY": "24", "LAT": "43N42", "LON": "7E16", "MON": "5", "NUM": "1837", "PRO": "M", "SEC": "56", "YEA": "1856", "CITY": "GRASSE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10590	durufle-maurice-1902-01-11	{"a4": "1838"}	{"lerrcp": "A4-1838"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Durufle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1902-01-11 06:15", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.16667, "lat": 49.21667, "name": "Louviers", "geoid": 2997336}, "notime": null, "date-ut": "1902-01-11 06:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Durufle"}, "birth": {"tzo": "+00:09:21", "date": "1902-01-11 06:15", "place": {"c2": "27", "cy": "FR", "lg": 1.16667, "lat": 49.21667, "name": "Louviers", "geoid": 2997336}, "date-ut": "1902-01-11 06:05:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1838"}, "ids-in-sources": {"a4": "1838"}}, "raw": {"H": "6", "MN": "5", "TZ": "0", "COD": "27", "COU": "F", "DAY": "11", "LAT": "49N 1", "LON": "1E11", "MON": "1", "NUM": "1838", "PRO": "M", "SEC": "40", "YEA": "1902", "CITY": "LOUVIERS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10591	dusausoy-fernand-1882-07-11	{"a4": "1839"}	{"lerrcp": "A4-1839"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Dusausoy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1882-07-11 17:30", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Condeslescaut", "geoid": 0}, "notime": null, "date-ut": "1882-07-11 17:17:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Dusausoy"}, "birth": {"tzo": "+00:12:20", "date": "1882-07-11 17:30", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Condeslescaut", "geoid": 0}, "date-ut": "1882-07-11 17:17:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1839"}, "ids-in-sources": {"a4": "1839"}}, "raw": {"H": "17", "MN": "17", "TZ": "0", "COD": "59", "COU": "F", "DAY": "11", "LAT": "50N39", "LON": "3E 5", "MON": "7", "NUM": "1839", "PRO": "M", "SEC": "40", "YEA": "1882", "CITY": "CONDESLESCAUT"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10592	dusautoy-charles-1853-10-13	{"a4": "1840"}	{"lerrcp": "A4-1840"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Dusautoy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1853-10-13 17:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1853-10-13 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Dusautoy"}, "birth": {"tzo": "+00:09:24", "date": "1853-10-13 17:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1853-10-13 16:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1840"}, "ids-in-sources": {"a4": "1840"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "13", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "1840", "PRO": "M", "SEC": "40", "YEA": "1853", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10593	duseigneur-louis-1838-03-08	{"a4": "1841"}	{"lerrcp": "A4-1841"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Duseigneur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:24", "date": "1838-03-08 01:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.60136, "lat": 47.90542, "name": "Seignelay", "geoid": 2975278}, "notime": null, "date-ut": "1838-03-08 00:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Duseigneur"}, "birth": {"tzo": "+00:14:24", "date": "1838-03-08 01:00", "place": {"c2": "89", "cy": "FR", "lg": 3.60136, "lat": 47.90542, "name": "Seignelay", "geoid": 2975278}, "date-ut": "1838-03-08 00:45:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1841"}, "ids-in-sources": {"a4": "1841"}}, "raw": {"H": "0", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "8", "LAT": "47N48", "LON": "3E35", "MON": "3", "NUM": "1841", "PRO": "M", "SEC": "40", "YEA": "1838", "CITY": "SEIGNELAY"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10594	dutacq-amedee-1848-07-18	{"a4": "1842"}	{"lerrcp": "A4-1842"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amédée", "family": "Dutacq", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:44", "date": "1848-07-18 14:30", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly", "geoid": 0}, "notime": null, "date-ut": "1848-07-18 14:21:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Amédée", "family": "Dutacq"}, "birth": {"tzo": "+00:08:44", "date": "1848-07-18 14:30", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly", "geoid": 0}, "date-ut": "1848-07-18 14:21:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1842"}, "ids-in-sources": {"a4": "1842"}}, "raw": {"H": "14", "MN": "21", "TZ": "0", "COD": "92", "COU": "F", "DAY": "18", "LAT": "48N50", "LON": "2E11", "MON": "7", "NUM": "1842", "PRO": "M", "SEC": "16", "YEA": "1848", "CITY": "NEUILLY"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10595	gauquelin-a4-1843-1837-08-24	{"a4": "1843"}	{"lerrcp": "A4-1843"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1843", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:20", "date": "1837-08-24 08:00", "note": null, "place": {"c1": null, "c2": "41", "c3": null, "cy": "FR", "lg": 1.33333, "lat": 47.58333, "name": "Montoire", "geoid": 0}, "notime": null, "date-ut": "1837-08-24 07:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1843"}, "birth": {"tzo": "+00:05:20", "date": "1837-08-24 08:00", "place": {"c2": "41", "cy": "FR", "lg": 1.33333, "lat": 47.58333, "name": "Montoire", "geoid": 0}, "date-ut": "1837-08-24 07:54:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1843"}, "ids-in-sources": {"a4": "1843"}}, "raw": {"H": "7", "MN": "54", "TZ": "0", "COD": "41", "COU": "F", "DAY": "24", "LAT": "47N35", "LON": "1E20", "MON": "8", "NUM": "1843", "PRO": "M", "SEC": "40", "YEA": "1837", "CITY": "MONTOIRE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10596	dutilleux-henri-1916-01-22	{"a4": "1844"}	{"lerrcp": "A4-1844"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Dutilleux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-01-22 06:30", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "notime": null, "date-ut": "1916-01-22 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Dutilleux"}, "birth": {"tzo": "+00:00", "date": "1916-01-22 06:30", "place": {"c2": "49", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "date-ut": "1916-01-22 06:30"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1844"}, "ids-in-sources": {"a4": "1844"}}, "raw": {"H": "6", "MN": "30", "TZ": "0", "COD": "49", "COU": "F", "DAY": "22", "LAT": "47N28", "LON": "0W32", "MON": "1", "NUM": "1844", "PRO": "M", "SEC": "0", "YEA": "1916", "CITY": "ANGERS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10597	duvernoy-charles-1844-06-17	{"a4": "1845"}	{"lerrcp": "A4-1845"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Duvernoy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1844-06-17 12:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1844-06-17 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Duvernoy"}, "birth": {"tzo": "+00:09:24", "date": "1844-06-17 12:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1844-06-17 11:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1845"}, "ids-in-sources": {"a4": "1845"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "17", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "1845", "PRO": "M", "SEC": "40", "YEA": "1844", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10598	duvernoy-victor-1842-08-30	{"a4": "1846"}	{"lerrcp": "A4-1846"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Duvernoy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1842-08-30 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1842-08-30 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Duvernoy"}, "birth": {"tzo": "+00:09:24", "date": "1842-08-30 05:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1842-08-30 04:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1846"}, "ids-in-sources": {"a4": "1846"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "30", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "1846", "PRO": "M", "SEC": "40", "YEA": "1842", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10599	ehrhart-charles-1802-04-16	{"a4": "1847"}	{"lerrcp": "A4-1847"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Ehrhart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:25", "date": "1802-04-16 10:30", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.35584, "lat": 48.08078, "name": "Colmar", "geoid": 3024297}, "notime": null, "date-ut": "1802-04-16 10:00:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Ehrhart"}, "birth": {"tzo": "+00:29:25", "date": "1802-04-16 10:30", "place": {"c2": "68", "cy": "FR", "lg": 7.35584, "lat": 48.08078, "name": "Colmar", "geoid": 3024297}, "date-ut": "1802-04-16 10:00:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1847"}, "ids-in-sources": {"a4": "1847"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "68", "COU": "F", "DAY": "16", "LAT": "48N 5", "LON": "7E21", "MON": "4", "NUM": "1847", "PRO": "M", "SEC": "36", "YEA": "1802", "CITY": "COLMAR"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10600	ehrhart-leon-1854-05-11	{"a4": "1848"}	{"lerrcp": "A4-1848"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Ehrhart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:19", "date": "1854-05-11 21:30", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "notime": null, "date-ut": "1854-05-11 21:00:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Ehrhart"}, "birth": {"tzo": "+00:29:19", "date": "1854-05-11 21:30", "place": {"c2": "68", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "date-ut": "1854-05-11 21:00:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1848"}, "ids-in-sources": {"a4": "1848"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "68", "COU": "F", "DAY": "11", "LAT": "48N 5", "LON": "7E21", "MON": "5", "NUM": "1848", "PRO": "M", "SEC": "36", "YEA": "1854", "CITY": "MULHOUSE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10601	emmanuel-maurice-1862-05-02	{"a4": "1849"}	{"lerrcp": "A4-1849"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Emmanuel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:20", "date": "1862-05-02 08:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "Barsaube", "geoid": 0}, "notime": null, "date-ut": "1862-05-02 07:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Emmanuel"}, "birth": {"tzo": "+00:16:20", "date": "1862-05-02 08:00", "place": {"c2": "10", "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "Barsaube", "geoid": 0}, "date-ut": "1862-05-02 07:43:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1849"}, "ids-in-sources": {"a4": "1849"}}, "raw": {"H": "7", "MN": "43", "TZ": "0", "COD": "10", "COU": "F", "DAY": "2", "LAT": "48N18", "LON": "4E 5", "MON": "5", "NUM": "1849", "PRO": "M", "SEC": "40", "YEA": "1862", "CITY": "BARSAUBE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10602	erb-marie-1860-01-26	{"a4": "1850"}	{"lerrcp": "A4-1850"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Erb", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1860-01-26 01:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1860-01-26 00:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Erb"}, "birth": {"tzo": "+00:30:59", "date": "1860-01-26 01:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1860-01-26 00:29"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1850"}, "ids-in-sources": {"a4": "1850"}}, "raw": {"H": "0", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "26", "LAT": "48N35", "LON": "7E45", "MON": "1", "NUM": "1850", "PRO": "M", "SEC": "0", "YEA": "1860", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10603	gauquelin-a4-1851-1863-05-25	{"a4": "1851"}	{"lerrcp": "A4-1851"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1851", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1863-05-25 22:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1863-05-25 22:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1851"}, "birth": {"tzo": "+00:09:24", "date": "1863-05-25 22:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1863-05-25 22:20:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1851"}, "ids-in-sources": {"a4": "1851"}}, "raw": {"H": "22", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "25", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "1851", "PRO": "M", "SEC": "40", "YEA": "1863", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10604	erlanger-jules-1830-06-25	{"a4": "1852"}	{"lerrcp": "A4-1852"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Erlanger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:31:47", "date": "1830-06-25 17:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.94548, "lat": 49.03708, "name": "Wissembourg", "geoid": 2967325}, "notime": null, "date-ut": "1830-06-25 16:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Erlanger"}, "birth": {"tzo": "+00:31:47", "date": "1830-06-25 17:00", "place": {"c2": "67", "cy": "FR", "lg": 7.94548, "lat": 49.03708, "name": "Wissembourg", "geoid": 2967325}, "date-ut": "1830-06-25 16:29"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1852"}, "ids-in-sources": {"a4": "1852"}}, "raw": {"H": "16", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "25", "LAT": "48N35", "LON": "7E45", "MON": "6", "NUM": "1852", "PRO": "M", "SEC": "0", "YEA": "1830", "CITY": "WISSEMBOURG"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10605	esclobas-louis-1845-10-10	{"a4": "1853"}	{"lerrcp": "A4-1853"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Esclobas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1845-10-10 11:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1845-10-10 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Esclobas"}, "birth": {"tzo": "+00:09:24", "date": "1845-10-10 11:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1845-10-10 10:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1853"}, "ids-in-sources": {"a4": "1853"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "10", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "1853", "PRO": "M", "SEC": "40", "YEA": "1845", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10606	espagnet-jean-1871-03-17	{"a4": "1854"}	{"lerrcp": "A4-1854"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Espagnet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:16", "date": "1871-03-17 01:55:20", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Repentitmerigna", "geoid": 0}, "notime": null, "date-ut": "1871-03-17 01:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Espagnet"}, "birth": {"tzo": "-00:02:16", "date": "1871-03-17 01:55:20", "place": {"c2": "33", "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Repentitmerigna", "geoid": 0}, "date-ut": "1871-03-17 01:57:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1854"}, "ids-in-sources": {"a4": "1854"}}, "raw": {"H": "1", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "17", "LAT": "44N50", "LON": "0W34", "MON": "3", "NUM": "1854", "PRO": "M", "SEC": "36", "YEA": "1871", "CITY": "REPENTITMERIGNA"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10607	estyle-abel-1877-10-31	{"a4": "1855"}	{"lerrcp": "A4-1855"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Abel", "family": "Estyle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1877-10-31 08:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Condeslescaut", "geoid": 0}, "notime": null, "date-ut": "1877-10-31 07:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Abel", "family": "Estyle"}, "birth": {"tzo": "+00:12:20", "date": "1877-10-31 08:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Condeslescaut", "geoid": 0}, "date-ut": "1877-10-31 07:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1855"}, "ids-in-sources": {"a4": "1855"}}, "raw": {"H": "7", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "31", "LAT": "50N39", "LON": "3E 5", "MON": "10", "NUM": "1855", "PRO": "M", "SEC": "40", "YEA": "1877", "CITY": "CONDESLESCAUT"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10608	fabre-emile-1868-05-25	{"a4": "1856"}	{"lerrcp": "A4-1856"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Fabre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12", "date": "1868-05-25 02:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 3.00141, "lat": 43.18396, "name": "Narbonne", "geoid": 2990919}, "notime": null, "date-ut": "1868-05-25 01:50:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Fabre"}, "birth": {"tzo": "+00:12", "date": "1868-05-25 02:00", "place": {"c2": "11", "cy": "FR", "lg": 3.00141, "lat": 43.18396, "name": "Narbonne", "geoid": 2990919}, "date-ut": "1868-05-25 01:50:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1856"}, "ids-in-sources": {"a4": "1856"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "25", "LAT": "43N12", "LON": "2E21", "MON": "5", "NUM": "1856", "PRO": "M", "SEC": "36", "YEA": "1868", "CITY": "NARBONNE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10609	fages-jean-1846-02-05	{"a4": "1857"}	{"lerrcp": "A4-1857"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Fages", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:30", "date": "1846-02-05 18:00", "note": null, "place": {"c1": null, "c2": "09", "c3": null, "cy": "FR", "lg": 1.87367, "lat": 43.0884, "name": "Mirepoix", "geoid": 2993720}, "notime": null, "date-ut": "1846-02-05 17:53:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Fages"}, "birth": {"tzo": "+00:07:30", "date": "1846-02-05 18:00", "place": {"c2": "09", "cy": "FR", "lg": 1.87367, "lat": 43.0884, "name": "Mirepoix", "geoid": 2993720}, "date-ut": "1846-02-05 17:53:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1857"}, "ids-in-sources": {"a4": "1857"}}, "raw": {"H": "17", "MN": "53", "TZ": "0", "COD": "09", "COU": "F", "DAY": "5", "LAT": "42N58", "LON": "1E35", "MON": "2", "NUM": "1857", "PRO": "M", "SEC": "40", "YEA": "1846", "CITY": "MIREPOIX"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10610	fanton-jules-1841-09-18	{"a4": "1858"}	{"lerrcp": "A4-1858"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Fanton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1841-09-18 03:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1841-09-18 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Fanton"}, "birth": {"tzo": "+00:09:24", "date": "1841-09-18 03:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1841-09-18 02:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1858"}, "ids-in-sources": {"a4": "1858"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "18", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "1858", "PRO": "M", "SEC": "40", "YEA": "1841", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10611	fauchard-auguste-1881-03-05	{"a4": "1859"}	{"lerrcp": "A4-1859"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Fauchard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:03:05", "date": "1881-03-05 16:00", "note": null, "place": {"c1": null, "c2": "53", "c3": null, "cy": "FR", "lg": -0.77019, "lat": 48.07247, "name": "Laval", "geoid": 3005866}, "notime": null, "date-ut": "1881-03-05 16:03"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Fauchard"}, "birth": {"tzo": "-00:03:05", "date": "1881-03-05 16:00", "place": {"c2": "53", "cy": "FR", "lg": -0.77019, "lat": 48.07247, "name": "Laval", "geoid": 3005866}, "date-ut": "1881-03-05 16:03"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1859"}, "ids-in-sources": {"a4": "1859"}}, "raw": {"H": "16", "MN": "3", "TZ": "0", "COD": "53", "COU": "F", "DAY": "5", "LAT": "48N 4", "LON": "0W45", "MON": "3", "NUM": "1859", "PRO": "M", "SEC": "0", "YEA": "1881", "CITY": "LAVAL"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10613	faure-jean-1830-01-15	{"a4": "1861"}	{"lerrcp": "A4-1861"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Faure", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:20", "date": "1830-01-15 10:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.33243, "lat": 46.56459, "name": "Moulins", "geoid": 2991481}, "notime": null, "date-ut": "1830-01-15 09:46:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Faure"}, "birth": {"tzo": "+00:13:20", "date": "1830-01-15 10:00", "place": {"c2": "03", "cy": "FR", "lg": 3.33243, "lat": 46.56459, "name": "Moulins", "geoid": 2991481}, "date-ut": "1830-01-15 09:46:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1861"}, "ids-in-sources": {"a4": "1861"}}, "raw": {"H": "9", "MN": "46", "TZ": "0", "COD": "03", "COU": "F", "DAY": "15", "LAT": "46N34", "LON": "3E20", "MON": "1", "NUM": "1861", "PRO": "M", "SEC": "40", "YEA": "1830", "CITY": "MOULINS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10614	faures-jean-1834-08-18	{"a4": "1862"}	{"lerrcp": "A4-1862"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Faures", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:19", "date": "1834-08-18 08:00", "note": null, "place": {"c1": null, "c2": "12", "c3": null, "cy": "FR", "lg": 3.07848, "lat": 44.09973, "name": "Millau", "geoid": 2993875}, "notime": null, "date-ut": "1834-08-18 07:49:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Faures"}, "birth": {"tzo": "+00:12:19", "date": "1834-08-18 08:00", "place": {"c2": "12", "cy": "FR", "lg": 3.07848, "lat": 44.09973, "name": "Millau", "geoid": 2993875}, "date-ut": "1834-08-18 07:49:44"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1862"}, "ids-in-sources": {"a4": "1862"}}, "raw": {"H": "7", "MN": "49", "TZ": "0", "COD": "12", "COU": "F", "DAY": "18", "LAT": "44N21", "LON": "2E34", "MON": "8", "NUM": "1862", "PRO": "M", "SEC": "44", "YEA": "1834", "CITY": "MILLAU"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10615	fauthoux-pierre-1865-08-28	{"a4": "1863"}	{"lerrcp": "A4-1863"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Fauthoux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:14", "date": "1865-08-28 07:55:14", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.55684, "lat": 43.48055, "name": "Biarritz", "geoid": 3032797}, "notime": null, "date-ut": "1865-08-28 08:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Fauthoux"}, "birth": {"tzo": "-00:06:14", "date": "1865-08-28 07:55:14", "place": {"c2": "64", "cy": "FR", "lg": -1.55684, "lat": 43.48055, "name": "Biarritz", "geoid": 3032797}, "date-ut": "1865-08-28 08:01:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1863"}, "ids-in-sources": {"a4": "1863"}}, "raw": {"H": "8", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "28", "LAT": "43N18", "LON": "0W22", "MON": "8", "NUM": "1863", "PRO": "M", "SEC": "28", "YEA": "1865", "CITY": "BIARRITZ"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10616	favre-jean-1838-02-13	{"a4": "1864"}	{"lerrcp": "A4-1864"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Favre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:18", "date": "1838-02-13 05:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.82309, "lat": 49.46274, "name": "Corbeny", "geoid": 3023755}, "notime": null, "date-ut": "1838-02-13 04:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Favre"}, "birth": {"tzo": "+00:15:18", "date": "1838-02-13 05:00", "place": {"c2": "02", "cy": "FR", "lg": 3.82309, "lat": 49.46274, "name": "Corbeny", "geoid": 3023755}, "date-ut": "1838-02-13 04:45:32"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1864"}, "ids-in-sources": {"a4": "1864"}}, "raw": {"H": "4", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "13", "LAT": "49N34", "LON": "3E37", "MON": "2", "NUM": "1864", "PRO": "M", "SEC": "32", "YEA": "1838", "CITY": "CORBENY"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10617	gauquelin-a4-1865-1835-06-12	{"a4": "1865"}	{"lerrcp": "A4-1865"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1865", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:42", "date": "1835-06-12 13:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 4.1767, "lat": 43.66478, "name": "Marsillargues", "geoid": 2995456}, "notime": null, "date-ut": "1835-06-12 12:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1865"}, "birth": {"tzo": "+00:16:42", "date": "1835-06-12 13:00", "place": {"c2": "34", "cy": "FR", "lg": 4.1767, "lat": 43.66478, "name": "Marsillargues", "geoid": 2995456}, "date-ut": "1835-06-12 12:44:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1865"}, "ids-in-sources": {"a4": "1865"}}, "raw": {"H": "12", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "12", "LAT": "43N37", "LON": "3E53", "MON": "6", "NUM": "1865", "PRO": "M", "SEC": "28", "YEA": "1835", "CITY": "MARSILLARGUES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10618	ferrand-hippolythe-1830-12-05	{"a4": "1866"}	{"lerrcp": "A4-1866"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hippolythe", "family": "Ferrand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:49", "date": "1830-12-05 06:00", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "notime": null, "date-ut": "1830-12-05 05:57:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Hippolythe", "family": "Ferrand"}, "birth": {"tzo": "+00:02:49", "date": "1830-12-05 06:00", "place": {"c2": "37", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "date-ut": "1830-12-05 05:57:12"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1866"}, "ids-in-sources": {"a4": "1866"}}, "raw": {"H": "5", "MN": "57", "TZ": "0", "COD": "37", "COU": "F", "DAY": "5", "LAT": "47N24", "LON": "0E42", "MON": "12", "NUM": "1866", "PRO": "M", "SEC": "12", "YEA": "1830", "CITY": "TOURS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10619	ferroud-pierre-1900-01-06	{"a4": "1867"}	{"lerrcp": "A4-1867"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Ferroud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-01-06 01:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Chasselaypresly", "geoid": 0}, "notime": null, "date-ut": "1900-01-06 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Ferroud"}, "birth": {"tzo": "+00:09:21", "date": "1900-01-06 01:00", "place": {"c2": "69", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Chasselaypresly", "geoid": 0}, "date-ut": "1900-01-06 00:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1867"}, "ids-in-sources": {"a4": "1867"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "69", "COU": "F", "DAY": "6", "LAT": "45N46", "LON": "4E50", "MON": "1", "NUM": "1867", "PRO": "M", "SEC": "40", "YEA": "1900", "CITY": "CHASSELAYPRESLY"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10620	fery-aime-1862-06-26	{"a4": "1868"}	{"lerrcp": "A4-1868"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aimé", "family": "Fery", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:41", "date": "1862-06-26 07:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1862-06-26 06:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Aimé", "family": "Fery"}, "birth": {"tzo": "+00:24:41", "date": "1862-06-26 07:00", "place": {"c2": "57", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1862-06-26 06:35:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1868"}, "ids-in-sources": {"a4": "1868"}}, "raw": {"H": "6", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "26", "LAT": "49N 7", "LON": "6E11", "MON": "6", "NUM": "1868", "PRO": "M", "SEC": "16", "YEA": "1862", "CITY": "METZ"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10621	fevrier-henry-1875-10-02	{"a4": "1869"}	{"lerrcp": "A4-1869"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Fevrier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1875-10-02 19:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1875-10-02 19:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Fevrier"}, "birth": {"tzo": "+00:09:24", "date": "1875-10-02 19:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1875-10-02 19:20:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1869"}, "ids-in-sources": {"a4": "1869"}}, "raw": {"H": "19", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "1869", "PRO": "M", "SEC": "40", "YEA": "1875", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10622	fichet-raymond-1867-06-19	{"a4": "1870"}	{"lerrcp": "A4-1870"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Fichet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:56", "date": "1867-06-19 14:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.48224, "lat": 43.48094, "name": "Montagnac", "geoid": 2993160}, "notime": null, "date-ut": "1867-06-19 13:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Fichet"}, "birth": {"tzo": "+00:13:56", "date": "1867-06-19 14:00", "place": {"c2": "34", "cy": "FR", "lg": 3.48224, "lat": 43.48094, "name": "Montagnac", "geoid": 2993160}, "date-ut": "1867-06-19 13:44:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1870"}, "ids-in-sources": {"a4": "1870"}}, "raw": {"H": "13", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "19", "LAT": "43N37", "LON": "3E53", "MON": "6", "NUM": "1870", "PRO": "M", "SEC": "28", "YEA": "1867", "CITY": "MONTAGNAC"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10623	gauquelin-a4-1871-1877-05-11	{"a4": "1871"}	{"lerrcp": "A4-1871"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1871", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:03:05", "date": "1877-05-11 02:00", "note": null, "place": {"c1": null, "c2": "53", "c3": null, "cy": "FR", "lg": -0.77019, "lat": 48.07247, "name": "Laval", "geoid": 3005866}, "notime": null, "date-ut": "1877-05-11 02:03"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1871"}, "birth": {"tzo": "-00:03:05", "date": "1877-05-11 02:00", "place": {"c2": "53", "cy": "FR", "lg": -0.77019, "lat": 48.07247, "name": "Laval", "geoid": 3005866}, "date-ut": "1877-05-11 02:03"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1871"}, "ids-in-sources": {"a4": "1871"}}, "raw": {"H": "2", "MN": "3", "TZ": "0", "COD": "53", "COU": "F", "DAY": "11", "LAT": "48N 4", "LON": "0W45", "MON": "5", "NUM": "1871", "PRO": "M", "SEC": "0", "YEA": "1877", "CITY": "LAVAL"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10624	flament-achille-1865-12-07	{"a4": "1872"}	{"lerrcp": "A4-1872"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Achille", "family": "Flament", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:32", "date": "1865-12-07 11:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 2.88214, "lat": 50.68568, "name": "Armentières", "geoid": 3036903}, "notime": null, "date-ut": "1865-12-07 10:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Achille", "family": "Flament"}, "birth": {"tzo": "+00:11:32", "date": "1865-12-07 11:00", "place": {"c2": "59", "cy": "FR", "lg": 2.88214, "lat": 50.68568, "name": "Armentières", "geoid": 3036903}, "date-ut": "1865-12-07 10:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1872"}, "ids-in-sources": {"a4": "1872"}}, "raw": {"H": "10", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "7", "LAT": "50N39", "LON": "3E 5", "MON": "12", "NUM": "1872", "PRO": "M", "SEC": "40", "YEA": "1865", "CITY": "ARMENTIERES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10625	gauquelin-a4-1873-1880-08-27	{"a4": "1873"}	{"lerrcp": "A4-1873"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1873", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:19", "date": "1880-08-27 20:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "notime": null, "date-ut": "1880-08-27 19:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1873"}, "birth": {"tzo": "+00:12:19", "date": "1880-08-27 20:00", "place": {"c2": "59", "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "date-ut": "1880-08-27 19:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1873"}, "ids-in-sources": {"a4": "1873"}}, "raw": {"H": "19", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "27", "LAT": "50N39", "LON": "3E 5", "MON": "8", "NUM": "1873", "PRO": "M", "SEC": "40", "YEA": "1880", "CITY": "DOUAI"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10626	fleury-andre-1903-07-25	{"a4": "1874"}	{"lerrcp": "A4-1874"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Fleury", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1903-07-25 05:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly", "geoid": 0}, "notime": null, "date-ut": "1903-07-25 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "André", "family": "Fleury"}, "birth": {"tzo": "+00:09:21", "date": "1903-07-25 05:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly", "geoid": 0}, "date-ut": "1903-07-25 04:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1874"}, "ids-in-sources": {"a4": "1874"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "92", "COU": "F", "DAY": "25", "LAT": "48N50", "LON": "2E11", "MON": "7", "NUM": "1874", "PRO": "M", "SEC": "40", "YEA": "1903", "CITY": "NEUILLY"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10627	floquet-victor-1851-06-28	{"a4": "1875"}	{"lerrcp": "A4-1875"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Floquet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:12", "date": "1851-06-28 08:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.05, "lat": 49.21667, "name": "Cormontreuil", "geoid": 3023628}, "notime": null, "date-ut": "1851-06-28 07:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Floquet"}, "birth": {"tzo": "+00:16:12", "date": "1851-06-28 08:00", "place": {"c2": "51", "cy": "FR", "lg": 4.05, "lat": 49.21667, "name": "Cormontreuil", "geoid": 3023628}, "date-ut": "1851-06-28 07:42:32"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1875"}, "ids-in-sources": {"a4": "1875"}}, "raw": {"H": "7", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "28", "LAT": "48N57", "LON": "4E22", "MON": "6", "NUM": "1875", "PRO": "M", "SEC": "32", "YEA": "1851", "CITY": "CORMONTREUIL"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10628	fock-paul-1850-10-21	{"a4": "1876"}	{"lerrcp": "A4-1876"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Fock", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1850-10-21 04:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1850-10-21 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Fock"}, "birth": {"tzo": "+00:09:24", "date": "1850-10-21 04:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1850-10-21 03:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1876"}, "ids-in-sources": {"a4": "1876"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "21", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "1876", "PRO": "M", "SEC": "40", "YEA": "1850", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10629	folie-louis-1817-10-29	{"a4": "1877"}	{"lerrcp": "A4-1877"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Folie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1817-10-29 20:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1817-10-29 19:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Folie"}, "birth": {"tzo": "+00:09:24", "date": "1817-10-29 20:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1817-10-29 19:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1877"}, "ids-in-sources": {"a4": "1877"}}, "raw": {"H": "19", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "29", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "1877", "PRO": "M", "SEC": "40", "YEA": "1817", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10630	fouant-de-la-tombelle-antoine-1854-08-03	{"a4": "1878"}	{"lerrcp": "A4-1878"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Fouant De La Tombelle Antoine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1854-08-03 19:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1854-08-03 19:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Fouant De La Tombelle Antoine"}, "birth": {"tzo": "+00:09:24", "date": "1854-08-03 19:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1854-08-03 19:20:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1878"}, "ids-in-sources": {"a4": "1878"}}, "raw": {"H": "19", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "3", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "1878", "PRO": "M", "SEC": "40", "YEA": "1854", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10631	fourestier-louis-1892-05-31	{"a4": "1879"}	{"lerrcp": "A4-1879"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Fourestier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1892-05-31 03:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1892-05-31 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Fourestier"}, "birth": {"tzo": "+00:09:21", "date": "1892-05-31 03:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1892-05-31 02:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1879"}, "ids-in-sources": {"a4": "1879"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "34", "COU": "F", "DAY": "31", "LAT": "43N37", "LON": "3E53", "MON": "5", "NUM": "1879", "PRO": "M", "SEC": "40", "YEA": "1892", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10632	fournier-louis-1877-07-08	{"a4": "1880"}	{"lerrcp": "A4-1880"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Fournier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:48", "date": "1877-07-08 11:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "notime": null, "date-ut": "1877-07-08 10:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Fournier"}, "birth": {"tzo": "+00:21:48", "date": "1877-07-08 11:00", "place": {"c2": "13", "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "date-ut": "1877-07-08 10:38:32"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1880"}, "ids-in-sources": {"a4": "1880"}}, "raw": {"H": "10", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "8", "LAT": "43N18", "LON": "5E22", "MON": "7", "NUM": "1880", "PRO": "M", "SEC": "32", "YEA": "1877", "CITY": "AIX-EN-PROVENCE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10633	francais-jean-1912-05-23	{"a4": "1881"}	{"lerrcp": "A4-1881"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Francais", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-05-23 20:30", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "notime": null, "date-ut": "1912-05-23 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Francais"}, "birth": {"tzo": "+00:00", "date": "1912-05-23 20:30", "place": {"c2": "72", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "date-ut": "1912-05-23 20:30"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1881"}, "ids-in-sources": {"a4": "1881"}}, "raw": {"H": "20", "MN": "30", "TZ": "0", "COD": "72", "COU": "F", "DAY": "23", "LAT": "48N 1", "LON": "0E12", "MON": "5", "NUM": "1881", "PRO": "M", "SEC": "0", "YEA": "1912", "CITY": "LE MANS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10634	franchomme-auguste-1808-04-10	{"a4": "1882"}	{"lerrcp": "A4-1882"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Franchomme", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1808-04-10 04:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1808-04-10 03:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Franchomme"}, "birth": {"tzo": "+00:12:14", "date": "1808-04-10 04:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1808-04-10 03:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1882"}, "ids-in-sources": {"a4": "1882"}}, "raw": {"H": "3", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "10", "LAT": "50N39", "LON": "3E 5", "MON": "4", "NUM": "1882", "PRO": "M", "SEC": "40", "YEA": "1808", "CITY": "LILLE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10636	franck-jules-1858-09-15	{"a4": "1884"}	{"lerrcp": "A4-1884"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Franck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1858-09-15 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1858-09-15 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Franck"}, "birth": {"tzo": "+00:09:24", "date": "1858-09-15 05:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1858-09-15 04:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1884"}, "ids-in-sources": {"a4": "1884"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "15", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "1884", "PRO": "M", "SEC": "40", "YEA": "1858", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10637	gauquelin-a4-1885-1848-10-19	{"a4": "1885"}	{"lerrcp": "A4-1885"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1885", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:28", "date": "1848-10-19 12:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Lancon", "geoid": 0}, "notime": null, "date-ut": "1848-10-19 11:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1885"}, "birth": {"tzo": "+00:21:28", "date": "1848-10-19 12:00", "place": {"c2": "13", "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Lancon", "geoid": 0}, "date-ut": "1848-10-19 11:38:32"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1885"}, "ids-in-sources": {"a4": "1885"}}, "raw": {"H": "11", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "19", "LAT": "43N18", "LON": "5E22", "MON": "10", "NUM": "1885", "PRO": "M", "SEC": "32", "YEA": "1848", "CITY": "LANCON"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10638	fremaux-albert-1853-11-06	{"a4": "1886"}	{"lerrcp": "A4-1886"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Fremaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:51", "date": "1853-11-06 09:00", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "notime": null, "date-ut": "1853-11-06 08:57:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Fremaux"}, "birth": {"tzo": "+00:02:51", "date": "1853-11-06 09:00", "place": {"c2": "24", "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "date-ut": "1853-11-06 08:57:04"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1886"}, "ids-in-sources": {"a4": "1886"}}, "raw": {"H": "8", "MN": "57", "TZ": "0", "COD": "24", "COU": "F", "DAY": "6", "LAT": "45N11", "LON": "0E44", "MON": "11", "NUM": "1886", "PRO": "M", "SEC": "4", "YEA": "1853", "CITY": "PERIGUEUX"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10639	freminet-jules-1829-02-28	{"a4": "1887"}	{"lerrcp": "A4-1887"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Freminet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:25", "date": "1829-02-28 01:00", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.35387, "lat": 48.93564, "name": "Saint-Denis", "geoid": 2980916}, "notime": null, "date-ut": "1829-02-28 00:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Freminet"}, "birth": {"tzo": "+00:09:25", "date": "1829-02-28 01:00", "place": {"c2": "93", "cy": "FR", "lg": 2.35387, "lat": 48.93564, "name": "Saint-Denis", "geoid": 2980916}, "date-ut": "1829-02-28 00:50"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1887"}, "ids-in-sources": {"a4": "1887"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "93", "COU": "F", "DAY": "28", "LAT": "48N55", "LON": "2E30", "MON": "2", "NUM": "1887", "PRO": "M", "SEC": "0", "YEA": "1829", "CITY": "ST-DENIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10640	fridrich-gustave-1850-12-31	{"a4": "1888"}	{"lerrcp": "A4-1888"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Fridrich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1850-12-31 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1850-12-31 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Fridrich"}, "birth": {"tzo": "+00:09:24", "date": "1850-12-31 05:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1850-12-31 04:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1888"}, "ids-in-sources": {"a4": "1888"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "31", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "1888", "PRO": "M", "SEC": "40", "YEA": "1850", "CITY": "PARIS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10641	furet-charles-1868-06-22	{"a4": "1889"}	{"lerrcp": "A4-1889"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Furet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:13:29", "date": "1868-06-22 00:30", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "notime": null, "date-ut": "1868-06-22 00:40:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Furet"}, "birth": {"tzo": "-00:13:29", "date": "1868-06-22 00:30", "place": {"c2": "56", "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "date-ut": "1868-06-22 00:40:56"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1889"}, "ids-in-sources": {"a4": "1889"}}, "raw": {"H": "0", "MN": "40", "TZ": "0", "COD": "56", "COU": "F", "DAY": "22", "LAT": "47N40", "LON": "2W44", "MON": "6", "NUM": "1889", "PRO": "M", "SEC": "56", "YEA": "1868", "CITY": "LORIENT"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10642	galibert-pierre-1826-08-08	{"a4": "1890"}	{"lerrcp": "A4-1890"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Galibert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:35", "date": "1826-08-08 02:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "notime": null, "date-ut": "1826-08-08 01:48:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Galibert"}, "birth": {"tzo": "+00:11:35", "date": "1826-08-08 02:00", "place": {"c2": "66", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "date-ut": "1826-08-08 01:48:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1890"}, "ids-in-sources": {"a4": "1890"}}, "raw": {"H": "1", "MN": "48", "TZ": "0", "COD": "66", "COU": "F", "DAY": "8", "LAT": "42N42", "LON": "2E55", "MON": "8", "NUM": "1890", "PRO": "M", "SEC": "20", "YEA": "1826", "CITY": "PERPIGNAN"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10643	galipeau-leon-1862-01-05	{"a4": "1891"}	{"lerrcp": "A4-1891"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Galipeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:44", "date": "1862-01-05 16:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.43333, "lat": 43.61667, "name": "Portet", "geoid": 0}, "notime": null, "date-ut": "1862-01-05 15:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Galipeau"}, "birth": {"tzo": "+00:05:44", "date": "1862-01-05 16:00", "place": {"c2": "31", "cy": "FR", "lg": 1.43333, "lat": 43.61667, "name": "Portet", "geoid": 0}, "date-ut": "1862-01-05 15:54:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1891"}, "ids-in-sources": {"a4": "1891"}}, "raw": {"H": "15", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "5", "LAT": "43N37", "LON": "1E26", "MON": "1", "NUM": "1891", "PRO": "M", "SEC": "16", "YEA": "1862", "CITY": "PORTET"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10644	gangnereau-pierre-1825-07-12	{"a4": "1892"}	{"lerrcp": "A4-1892"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Gangnereau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:36", "date": "1825-07-12 20:00", "note": null, "place": {"c1": null, "c2": "18", "c3": null, "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "notime": null, "date-ut": "1825-07-12 19:50:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Gangnereau"}, "birth": {"tzo": "+00:09:36", "date": "1825-07-12 20:00", "place": {"c2": "18", "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "date-ut": "1825-07-12 19:50:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1892"}, "ids-in-sources": {"a4": "1892"}}, "raw": {"H": "19", "MN": "50", "TZ": "0", "COD": "18", "COU": "F", "DAY": "12", "LAT": "47N 5", "LON": "2E23", "MON": "7", "NUM": "1892", "PRO": "M", "SEC": "28", "YEA": "1825", "CITY": "BOURGES"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10645	ganne-gustave-1862-04-05	{"a4": "1893"}	{"lerrcp": "A4-1893"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Ganne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:20", "date": "1862-04-05 23:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.33333, "lat": 46.56667, "name": "Buxierelagrue", "geoid": 0}, "notime": null, "date-ut": "1862-04-05 22:46:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Ganne"}, "birth": {"tzo": "+00:13:20", "date": "1862-04-05 23:00", "place": {"c2": "03", "cy": "FR", "lg": 3.33333, "lat": 46.56667, "name": "Buxierelagrue", "geoid": 0}, "date-ut": "1862-04-05 22:46:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1893"}, "ids-in-sources": {"a4": "1893"}}, "raw": {"H": "22", "MN": "46", "TZ": "0", "COD": "03", "COU": "F", "DAY": "5", "LAT": "46N34", "LON": "3E20", "MON": "4", "NUM": "1893", "PRO": "M", "SEC": "40", "YEA": "1862", "CITY": "BUXIERELAGRUE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10646	garban-lucien-1877-08-22	{"a4": "1894"}	{"lerrcp": "A4-1894"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Garban", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:38", "date": "1877-08-22 18:00", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.159, "lat": 46.98956, "name": "Nevers", "geoid": 2990474}, "notime": null, "date-ut": "1877-08-22 17:47:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Garban"}, "birth": {"tzo": "+00:12:38", "date": "1877-08-22 18:00", "place": {"c2": "58", "cy": "FR", "lg": 3.159, "lat": 46.98956, "name": "Nevers", "geoid": 2990474}, "date-ut": "1877-08-22 17:47:24"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1894"}, "ids-in-sources": {"a4": "1894"}}, "raw": {"H": "17", "MN": "47", "TZ": "0", "COD": "58", "COU": "F", "DAY": "22", "LAT": "46N59", "LON": "3E 9", "MON": "8", "NUM": "1894", "PRO": "M", "SEC": "24", "YEA": "1877", "CITY": "NEVERS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10647	garcin-jules-1830-07-11	{"a4": "1895"}	{"lerrcp": "A4-1895"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Garcin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:36", "date": "1830-07-11 17:00", "note": null, "place": {"c1": null, "c2": "18", "c3": null, "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "notime": null, "date-ut": "1830-07-11 16:50:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Garcin"}, "birth": {"tzo": "+00:09:36", "date": "1830-07-11 17:00", "place": {"c2": "18", "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "date-ut": "1830-07-11 16:50:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1895"}, "ids-in-sources": {"a4": "1895"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "18", "COU": "F", "DAY": "11", "LAT": "47N 5", "LON": "2E23", "MON": "7", "NUM": "1895", "PRO": "M", "SEC": "28", "YEA": "1830", "CITY": "BOURGES"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10648	garnier-georges-1847-12-24	{"a4": "1896"}	{"lerrcp": "A4-1896"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Garnier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1847-12-24 09:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1847-12-24 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Garnier"}, "birth": {"tzo": "+00:09:24", "date": "1847-12-24 09:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1847-12-24 08:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1896"}, "ids-in-sources": {"a4": "1896"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "24", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "1896", "PRO": "M", "SEC": "40", "YEA": "1847", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10649	garrigue-jean-1842-01-31	{"a4": "1897"}	{"lerrcp": "A4-1897"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Garrigue", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:04", "date": "1842-01-31 19:00", "note": null, "place": {"c1": null, "c2": "19", "c3": null, "cy": "FR", "lg": 1.76667, "lat": 45.26667, "name": "Beaulieu", "geoid": 0}, "notime": null, "date-ut": "1842-01-31 18:52:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Garrigue"}, "birth": {"tzo": "+00:07:04", "date": "1842-01-31 19:00", "place": {"c2": "19", "cy": "FR", "lg": 1.76667, "lat": 45.26667, "name": "Beaulieu", "geoid": 0}, "date-ut": "1842-01-31 18:52:56"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1897"}, "ids-in-sources": {"a4": "1897"}}, "raw": {"H": "18", "MN": "52", "TZ": "0", "COD": "19", "COU": "F", "DAY": "31", "LAT": "45N16", "LON": "1E46", "MON": "1", "NUM": "1897", "PRO": "M", "SEC": "56", "YEA": "1842", "CITY": "BEAULIEU"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10650	gary-jean-1844-02-07	{"a4": "1898"}	{"lerrcp": "A4-1898"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Gary", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01:56", "date": "1844-02-07 15:59", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 0.48171, "lat": 44.85157, "name": "Bergerac", "geoid": 3033391}, "notime": null, "date-ut": "1844-02-07 15:57:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Gary"}, "birth": {"tzo": "+00:01:56", "date": "1844-02-07 15:59", "place": {"c2": "24", "cy": "FR", "lg": 0.48171, "lat": 44.85157, "name": "Bergerac", "geoid": 3033391}, "date-ut": "1844-02-07 15:57:04"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1898"}, "ids-in-sources": {"a4": "1898"}}, "raw": {"H": "15", "MN": "57", "TZ": "0", "COD": "24", "COU": "F", "DAY": "7", "LAT": "45N11", "LON": "0E44", "MON": "2", "NUM": "1898", "PRO": "M", "SEC": "4", "YEA": "1844", "CITY": "BERGERAC"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10651	gaspard-pierre-1867-07-11	{"a4": "1899"}	{"lerrcp": "A4-1899"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Gaspard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:32", "date": "1867-07-11 11:00", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.63333, "lat": 44.2, "name": "Sauveterrestden", "geoid": 0}, "notime": null, "date-ut": "1867-07-11 10:57:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Gaspard"}, "birth": {"tzo": "+00:02:32", "date": "1867-07-11 11:00", "place": {"c2": "47", "cy": "FR", "lg": 0.63333, "lat": 44.2, "name": "Sauveterrestden", "geoid": 0}, "date-ut": "1867-07-11 10:57:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1899"}, "ids-in-sources": {"a4": "1899"}}, "raw": {"H": "10", "MN": "57", "TZ": "0", "COD": "47", "COU": "F", "DAY": "11", "LAT": "44N12", "LON": "0E38", "MON": "7", "NUM": "1899", "PRO": "M", "SEC": "28", "YEA": "1867", "CITY": "SAUVETERRESTDEN"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10652	gastinel-leon-1823-08-15	{"a4": "1900"}	{"lerrcp": "A4-1900"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Gastinel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:08", "date": "1823-08-15 01:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Villerslespots", "geoid": 0}, "notime": null, "date-ut": "1823-08-15 00:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Gastinel"}, "birth": {"tzo": "+00:20:08", "date": "1823-08-15 01:00", "place": {"c2": "21", "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Villerslespots", "geoid": 0}, "date-ut": "1823-08-15 00:39:52"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1900"}, "ids-in-sources": {"a4": "1900"}}, "raw": {"H": "0", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "15", "LAT": "47N19", "LON": "5E 2", "MON": "8", "NUM": "1900", "PRO": "M", "SEC": "52", "YEA": "1823", "CITY": "VILLERSLESPOTS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10653	gatellier-louis-1842-08-13	{"a4": "1901"}	{"lerrcp": "A4-1901"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Gatellier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:20", "date": "1842-08-13 18:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.58333, "lat": 47.8, "name": "Villeneuvelarch", "geoid": 0}, "notime": null, "date-ut": "1842-08-13 17:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Gatellier"}, "birth": {"tzo": "+00:14:20", "date": "1842-08-13 18:00", "place": {"c2": "89", "cy": "FR", "lg": 3.58333, "lat": 47.8, "name": "Villeneuvelarch", "geoid": 0}, "date-ut": "1842-08-13 17:45:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1901"}, "ids-in-sources": {"a4": "1901"}}, "raw": {"H": "17", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "13", "LAT": "47N48", "LON": "3E35", "MON": "8", "NUM": "1901", "PRO": "M", "SEC": "40", "YEA": "1842", "CITY": "VILLENEUVELARCH"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10654	gatin-firmin-1842-01-23	{"a4": "1902"}	{"lerrcp": "A4-1902"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Firmin", "family": "Gatin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:56", "date": "1842-01-23 16:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Stmaurlesfosses", "geoid": 0}, "notime": null, "date-ut": "1842-01-23 15:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Firmin", "family": "Gatin"}, "birth": {"tzo": "+00:09:56", "date": "1842-01-23 16:00", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Stmaurlesfosses", "geoid": 0}, "date-ut": "1842-01-23 15:50:04"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1902"}, "ids-in-sources": {"a4": "1902"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "23", "LAT": "48N47", "LON": "2E29", "MON": "1", "NUM": "1902", "PRO": "M", "SEC": "4", "YEA": "1842", "CITY": "STMAURLESFOSSES"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10655	gaubert-lucien-1881-01-07	{"a4": "1903"}	{"lerrcp": "A4-1903"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Gaubert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:45", "date": "1881-01-07 14:00", "note": null, "place": {"c1": null, "c2": "46", "c3": null, "cy": "FR", "lg": 1.43663, "lat": 44.4491, "name": "Cahors", "geoid": 3029213}, "notime": null, "date-ut": "1881-01-07 13:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Gaubert"}, "birth": {"tzo": "+00:05:45", "date": "1881-01-07 14:00", "place": {"c2": "46", "cy": "FR", "lg": 1.43663, "lat": 44.4491, "name": "Cahors", "geoid": 3029213}, "date-ut": "1881-01-07 13:54:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1903"}, "ids-in-sources": {"a4": "1903"}}, "raw": {"H": "13", "MN": "54", "TZ": "0", "COD": "46", "COU": "F", "DAY": "7", "LAT": "44N27", "LON": "1E26", "MON": "1", "NUM": "1903", "PRO": "M", "SEC": "16", "YEA": "1881", "CITY": "CAHORS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10656	gaubert-philippe-1879-07-04	{"a4": "1904"}	{"lerrcp": "A4-1904"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Gaubert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:45", "date": "1879-07-04 06:00", "note": null, "place": {"c1": null, "c2": "46", "c3": null, "cy": "FR", "lg": 1.43663, "lat": 44.4491, "name": "Cahors", "geoid": 3029213}, "notime": null, "date-ut": "1879-07-04 05:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Gaubert"}, "birth": {"tzo": "+00:05:45", "date": "1879-07-04 06:00", "place": {"c2": "46", "cy": "FR", "lg": 1.43663, "lat": 44.4491, "name": "Cahors", "geoid": 3029213}, "date-ut": "1879-07-04 05:54:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1904"}, "ids-in-sources": {"a4": "1904"}}, "raw": {"H": "5", "MN": "54", "TZ": "0", "COD": "46", "COU": "F", "DAY": "4", "LAT": "44N27", "LON": "1E26", "MON": "7", "NUM": "1904", "PRO": "M", "SEC": "16", "YEA": "1879", "CITY": "CAHORS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10657	gaurion-stephane-1843-06-06	{"a4": "1905"}	{"lerrcp": "A4-1905"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stéphane", "family": "Gaurion", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1843-06-06 16:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1843-06-06 16:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Stéphane", "family": "Gaurion"}, "birth": {"tzo": "+00:09:24", "date": "1843-06-06 16:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1843-06-06 16:20:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1905"}, "ids-in-sources": {"a4": "1905"}}, "raw": {"H": "16", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "6", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "1905", "PRO": "M", "SEC": "40", "YEA": "1843", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10658	gautier-fr-1826-08-02	{"a4": "1906"}	{"lerrcp": "A4-1906"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fr", "family": "Gautier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1826-08-02 22:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1826-08-02 21:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Fr", "family": "Gautier"}, "birth": {"tzo": "+00:09:24", "date": "1826-08-02 22:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1826-08-02 21:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1906"}, "ids-in-sources": {"a4": "1906"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "1906", "PRO": "M", "SEC": "40", "YEA": "1826", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10659	gautier-jean-1822-02-27	{"a4": "1907"}	{"lerrcp": "A4-1907"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Gautier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1822-02-27 01:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1822-02-27 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Gautier"}, "birth": {"tzo": "+00:09:24", "date": "1822-02-27 01:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1822-02-27 00:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1907"}, "ids-in-sources": {"a4": "1907"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "27", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "1907", "PRO": "M", "SEC": "40", "YEA": "1822", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10660	gazier-eugene-1854-05-03	{"a4": "1908"}	{"lerrcp": "A4-1908"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Gazier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1854-05-03 02:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1854-05-03 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Gazier"}, "birth": {"tzo": "+00:09:24", "date": "1854-05-03 02:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1854-05-03 01:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1908"}, "ids-in-sources": {"a4": "1908"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "3", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "1908", "PRO": "M", "SEC": "40", "YEA": "1854", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10661	gazilhou-louis-1874-04-13	{"a4": "1909"}	{"lerrcp": "A4-1909"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Gazilhou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12", "date": "1874-04-13 04:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 3.00141, "lat": 43.18396, "name": "Narbonne", "geoid": 2990919}, "notime": null, "date-ut": "1874-04-13 03:50:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Gazilhou"}, "birth": {"tzo": "+00:12", "date": "1874-04-13 04:00", "place": {"c2": "11", "cy": "FR", "lg": 3.00141, "lat": 43.18396, "name": "Narbonne", "geoid": 2990919}, "date-ut": "1874-04-13 03:50:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1909"}, "ids-in-sources": {"a4": "1909"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "13", "LAT": "43N12", "LON": "2E21", "MON": "4", "NUM": "1909", "PRO": "M", "SEC": "36", "YEA": "1874", "CITY": "NARBONNE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10662	gauquelin-a4-1910-1856-12-27	{"a4": "1910"}	{"lerrcp": "A4-1910"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1910", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1856-12-27 02:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1856-12-27 02:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1910"}, "birth": {"tzo": "+00:09:24", "date": "1856-12-27 02:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1856-12-27 02:20:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1910"}, "ids-in-sources": {"a4": "1910"}}, "raw": {"H": "2", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "27", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "1910", "PRO": "M", "SEC": "40", "YEA": "1856", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10663	gennaro-mario-1863-09-20	{"a4": "1911"}	{"lerrcp": "A4-1911"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Gennaro", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 6.61472, "lat": 36.365, "name": "Constantine", "geoid": 2501152}, "notime": null, "date-ut": "1863-09-20 22:05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Gennaro"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 6.61472, "lat": 36.365, "name": "Constantine", "geoid": 2501152}, "date-ut": "1863-09-20 22:05:00"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1911"}, "ids-in-sources": {"a4": "1911"}}, "raw": {"H": "22", "MN": "5", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "20", "LAT": "36N30", "LON": "6E15", "MON": "9", "NUM": "1911", "PRO": "M", "SEC": "0", "YEA": "1863", "CITY": "CONSTANTINE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10664	georges-alexandre-1859-02-25	{"a4": "1912"}	{"lerrcp": "A4-1912"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Georges", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:08", "date": "1859-02-25 07:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "notime": null, "date-ut": "1859-02-25 06:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Georges"}, "birth": {"tzo": "+00:11:08", "date": "1859-02-25 07:00", "place": {"c2": "62", "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "date-ut": "1859-02-25 06:48:56"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1912"}, "ids-in-sources": {"a4": "1912"}}, "raw": {"H": "6", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "25", "LAT": "50N18", "LON": "2E46", "MON": "2", "NUM": "1912", "PRO": "M", "SEC": "56", "YEA": "1859", "CITY": "ARRAS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10665	ghilain-henri-1842-04-11	{"a4": "1913"}	{"lerrcp": "A4-1913"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Ghilain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1842-04-11 02:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1842-04-11 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Ghilain"}, "birth": {"tzo": "+00:09:24", "date": "1842-04-11 02:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1842-04-11 01:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1913"}, "ids-in-sources": {"a4": "1913"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "11", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "1913", "PRO": "M", "SEC": "40", "YEA": "1842", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10666	gauquelin-a4-1914-1839-09-05	{"a4": "1914"}	{"lerrcp": "A4-1914"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1914", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:38", "date": "1839-09-05 22:30", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.159, "lat": 46.98956, "name": "Nevers", "geoid": 2990474}, "notime": null, "date-ut": "1839-09-05 22:17:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1914"}, "birth": {"tzo": "+00:12:38", "date": "1839-09-05 22:30", "place": {"c2": "58", "cy": "FR", "lg": 3.159, "lat": 46.98956, "name": "Nevers", "geoid": 2990474}, "date-ut": "1839-09-05 22:17:24"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1914"}, "ids-in-sources": {"a4": "1914"}}, "raw": {"H": "22", "MN": "17", "TZ": "0", "COD": "58", "COU": "F", "DAY": "5", "LAT": "46N59", "LON": "3E 9", "MON": "9", "NUM": "1914", "PRO": "M", "SEC": "24", "YEA": "1839", "CITY": "NEVERS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10667	gibier-adolphe-1854-08-11	{"a4": "1915"}	{"lerrcp": "A4-1915"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Gibier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:54", "date": "1854-08-11 10:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.97369, "lat": 47.85628, "name": "Tonnerre", "geoid": 2972467}, "notime": null, "date-ut": "1854-08-11 09:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Gibier"}, "birth": {"tzo": "+00:15:54", "date": "1854-08-11 10:00", "place": {"c2": "89", "cy": "FR", "lg": 3.97369, "lat": 47.85628, "name": "Tonnerre", "geoid": 2972467}, "date-ut": "1854-08-11 09:45:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1915"}, "ids-in-sources": {"a4": "1915"}}, "raw": {"H": "9", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "11", "LAT": "47N48", "LON": "3E35", "MON": "8", "NUM": "1915", "PRO": "M", "SEC": "40", "YEA": "1854", "CITY": "TONNERRE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10668	gigout-eugene-1844-03-23	{"a4": "1916"}	{"lerrcp": "A4-1916"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Gigout", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1844-03-23 01:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1844-03-23 00:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Gigout"}, "birth": {"tzo": "+00:24:44", "date": "1844-03-23 01:00", "place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1844-03-23 00:35:12"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1916"}, "ids-in-sources": {"a4": "1916"}}, "raw": {"H": "0", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "23", "LAT": "48N42", "LON": "6E12", "MON": "3", "NUM": "1916", "PRO": "M", "SEC": "12", "YEA": "1844", "CITY": "NANCY"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10669	gillet-ernest-1856-09-12	{"a4": "1917"}	{"lerrcp": "A4-1917"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Gillet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1856-09-12 01:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1856-09-12 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Gillet"}, "birth": {"tzo": "+00:09:24", "date": "1856-09-12 01:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1856-09-12 00:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1917"}, "ids-in-sources": {"a4": "1917"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "12", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "1917", "PRO": "M", "SEC": "40", "YEA": "1856", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10670	gillet-georges-1854-05-17	{"a4": "1918"}	{"lerrcp": "A4-1918"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Gillet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:40", "date": "1854-05-17 17:00", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.16667, "lat": 49.21667, "name": "Louviers", "geoid": 2997336}, "notime": null, "date-ut": "1854-05-17 16:55:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Gillet"}, "birth": {"tzo": "+00:04:40", "date": "1854-05-17 17:00", "place": {"c2": "27", "cy": "FR", "lg": 1.16667, "lat": 49.21667, "name": "Louviers", "geoid": 2997336}, "date-ut": "1854-05-17 16:55:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1918"}, "ids-in-sources": {"a4": "1918"}}, "raw": {"H": "16", "MN": "55", "TZ": "0", "COD": "27", "COU": "F", "DAY": "17", "LAT": "49N 1", "LON": "1E11", "MON": "5", "NUM": "1918", "PRO": "M", "SEC": "16", "YEA": "1854", "CITY": "LOUVIERS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10671	girard-emile-1837-12-24	{"a4": "1919"}	{"lerrcp": "A4-1919"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Girard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:40", "date": "1837-12-24 16:00", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": 0.16667, "lat": 45.65, "name": "Chateauneuf", "geoid": 0}, "notime": null, "date-ut": "1837-12-24 15:59:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Girard"}, "birth": {"tzo": "+00:00:40", "date": "1837-12-24 16:00", "place": {"c2": "16", "cy": "FR", "lg": 0.16667, "lat": 45.65, "name": "Chateauneuf", "geoid": 0}, "date-ut": "1837-12-24 15:59:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1919"}, "ids-in-sources": {"a4": "1919"}}, "raw": {"H": "15", "MN": "59", "TZ": "0", "COD": "16", "COU": "F", "DAY": "24", "LAT": "45N39", "LON": "0E10", "MON": "12", "NUM": "1919", "PRO": "M", "SEC": "20", "YEA": "1837", "CITY": "CHATEAUNEUF"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10672	girard-louis-1832-01-18	{"a4": "1920"}	{"lerrcp": "A4-1920"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Girard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:40", "date": "1832-01-18 16:00", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": 0.16667, "lat": 45.65, "name": "Chateauneuf", "geoid": 0}, "notime": null, "date-ut": "1832-01-18 15:59:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Girard"}, "birth": {"tzo": "+00:00:40", "date": "1832-01-18 16:00", "place": {"c2": "16", "cy": "FR", "lg": 0.16667, "lat": 45.65, "name": "Chateauneuf", "geoid": 0}, "date-ut": "1832-01-18 15:59:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1920"}, "ids-in-sources": {"a4": "1920"}}, "raw": {"H": "15", "MN": "59", "TZ": "0", "COD": "16", "COU": "F", "DAY": "18", "LAT": "45N39", "LON": "0E10", "MON": "1", "NUM": "1920", "PRO": "M", "SEC": "20", "YEA": "1832", "CITY": "CHATEAUNEUF"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10673	giraud-pierre-1866-04-22	{"a4": "1921"}	{"lerrcp": "A4-1921"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Giraud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:28", "date": "1866-04-22 08:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Laciotat", "geoid": 0}, "notime": null, "date-ut": "1866-04-22 07:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Giraud"}, "birth": {"tzo": "+00:21:28", "date": "1866-04-22 08:00", "place": {"c2": "13", "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Laciotat", "geoid": 0}, "date-ut": "1866-04-22 07:38:32"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1921"}, "ids-in-sources": {"a4": "1921"}}, "raw": {"H": "7", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "22", "LAT": "43N18", "LON": "5E22", "MON": "4", "NUM": "1921", "PRO": "M", "SEC": "32", "YEA": "1866", "CITY": "LACIOTAT"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10674	giroz-edmond-1831-08-03	{"a4": "1922"}	{"lerrcp": "A4-1922"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Giroz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:05", "date": "1831-08-03 17:00", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 1.77263, "lat": 48.46361, "name": "Auneau", "geoid": 3036079}, "notime": null, "date-ut": "1831-08-03 16:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Giroz"}, "birth": {"tzo": "+00:07:05", "date": "1831-08-03 17:00", "place": {"c2": "28", "cy": "FR", "lg": 1.77263, "lat": 48.46361, "name": "Auneau", "geoid": 3036079}, "date-ut": "1831-08-03 16:54"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1922"}, "ids-in-sources": {"a4": "1922"}}, "raw": {"H": "16", "MN": "54", "TZ": "0", "COD": "28", "COU": "F", "DAY": "3", "LAT": "48N27", "LON": "1E30", "MON": "8", "NUM": "1922", "PRO": "M", "SEC": "0", "YEA": "1831", "CITY": "AUNEAU"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10675	godard-benjamin-1849-08-18	{"a4": "1923"}	{"lerrcp": "A4-1923"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benjamin", "family": "Godard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1849-08-18 23:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1849-08-18 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Benjamin", "family": "Godard"}, "birth": {"tzo": "+00:09:24", "date": "1849-08-18 23:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1849-08-18 22:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1923"}, "ids-in-sources": {"a4": "1923"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "18", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "1923", "PRO": "M", "SEC": "40", "YEA": "1849", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10676	godefroy-victor-1839-09-11	{"a4": "1924"}	{"lerrcp": "A4-1924"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Godefroy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:28", "date": "1839-09-11 06:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Villiers-sur-Marne", "geoid": 0}, "notime": null, "date-ut": "1839-09-11 05:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Godefroy"}, "birth": {"tzo": "+00:14:28", "date": "1839-09-11 06:00", "place": {"c2": "02", "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Villiers-sur-Marne", "geoid": 0}, "date-ut": "1839-09-11 05:45:32"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1924"}, "ids-in-sources": {"a4": "1924"}}, "raw": {"H": "5", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "11", "LAT": "49N34", "LON": "3E37", "MON": "9", "NUM": "1924", "PRO": "M", "SEC": "32", "YEA": "1839", "CITY": "VILLIERS-S-MARNE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10677	gogue-antoine-1845-06-20	{"a4": "1925"}	{"lerrcp": "A4-1925"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Gogue", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:59", "date": "1845-06-20 02:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.49383, "lat": 48.59273, "name": "Lunéville", "geoid": 2997110}, "notime": null, "date-ut": "1845-06-20 01:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Gogue"}, "birth": {"tzo": "+00:25:59", "date": "1845-06-20 02:00", "place": {"c2": "54", "cy": "FR", "lg": 6.49383, "lat": 48.59273, "name": "Lunéville", "geoid": 2997110}, "date-ut": "1845-06-20 01:35:12"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1925"}, "ids-in-sources": {"a4": "1925"}}, "raw": {"H": "1", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "20", "LAT": "48N42", "LON": "6E12", "MON": "6", "NUM": "1925", "PRO": "M", "SEC": "12", "YEA": "1845", "CITY": "LUNEVILLE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10678	gouard-arthur-1849-08-24	{"a4": "1926"}	{"lerrcp": "A4-1926"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Gouard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:38", "date": "1849-08-24 16:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.90832, "lat": 47.49002, "name": "Avallon", "geoid": 3035768}, "notime": null, "date-ut": "1849-08-24 15:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Gouard"}, "birth": {"tzo": "+00:15:38", "date": "1849-08-24 16:00", "place": {"c2": "89", "cy": "FR", "lg": 3.90832, "lat": 47.49002, "name": "Avallon", "geoid": 3035768}, "date-ut": "1849-08-24 15:45:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1926"}, "ids-in-sources": {"a4": "1926"}}, "raw": {"H": "15", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "24", "LAT": "47N48", "LON": "3E35", "MON": "8", "NUM": "1926", "PRO": "M", "SEC": "40", "YEA": "1849", "CITY": "AVALLON"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10679	gouard-henri-1875-04-29	{"a4": "1927"}	{"lerrcp": "A4-1927"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Gouard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:17", "date": "1875-04-29 23:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.57033, "lat": 47.7996, "name": "Auxerre", "geoid": 3035843}, "notime": null, "date-ut": "1875-04-29 22:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Gouard"}, "birth": {"tzo": "+00:14:17", "date": "1875-04-29 23:00", "place": {"c2": "89", "cy": "FR", "lg": 3.57033, "lat": 47.7996, "name": "Auxerre", "geoid": 3035843}, "date-ut": "1875-04-29 22:45:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1927"}, "ids-in-sources": {"a4": "1927"}}, "raw": {"H": "22", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "29", "LAT": "47N48", "LON": "3E35", "MON": "4", "NUM": "1927", "PRO": "M", "SEC": "40", "YEA": "1875", "CITY": "AUXERRE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10680	goue-emile-1904-06-13	{"a4": "1928"}	{"lerrcp": "A4-1928"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Goue", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1904-06-13 20:00", "note": null, "place": {"c1": null, "c2": "36", "c3": null, "cy": "FR", "lg": 1.69362, "lat": 46.81248, "name": "Châteauroux", "geoid": 3026204}, "notime": null, "date-ut": "1904-06-13 19:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Goue"}, "birth": {"tzo": "+00:09:21", "date": "1904-06-13 20:00", "place": {"c2": "36", "cy": "FR", "lg": 1.69362, "lat": 46.81248, "name": "Châteauroux", "geoid": 3026204}, "date-ut": "1904-06-13 19:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1928"}, "ids-in-sources": {"a4": "1928"}}, "raw": {"H": "19", "MN": "50", "TZ": "0", "COD": "36", "COU": "F", "DAY": "13", "LAT": "46N49", "LON": "1E41", "MON": "6", "NUM": "1928", "PRO": "M", "SEC": "40", "YEA": "1904", "CITY": "CHATEAUROUX"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10682	gout-jean-1831-04-23	{"a4": "1930"}	{"lerrcp": "A4-1930"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Gout", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:48", "date": "1831-04-23 07:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.2, "lat": 48.7, "name": "Abancourt", "geoid": 0}, "notime": null, "date-ut": "1831-04-23 06:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Gout"}, "birth": {"tzo": "+00:24:48", "date": "1831-04-23 07:00", "place": {"c2": "54", "cy": "FR", "lg": 6.2, "lat": 48.7, "name": "Abancourt", "geoid": 0}, "date-ut": "1831-04-23 06:35:12"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1930"}, "ids-in-sources": {"a4": "1930"}}, "raw": {"H": "6", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "23", "LAT": "48N42", "LON": "6E12", "MON": "4", "NUM": "1930", "PRO": "M", "SEC": "12", "YEA": "1831", "CITY": "ABANCOURT"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10683	grand-jany-anatole-1862-07-01	{"a4": "1931"}	{"lerrcp": "A4-1931"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anatole", "family": "Grand-Jany", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:52", "date": "1862-07-01 02:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.46713, "lat": 50.03424, "name": "Busigny", "geoid": 3029477}, "notime": null, "date-ut": "1862-07-01 01:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Anatole", "family": "Grand-Jany"}, "birth": {"tzo": "+00:13:52", "date": "1862-07-01 02:00", "place": {"c2": "59", "cy": "FR", "lg": 3.46713, "lat": 50.03424, "name": "Busigny", "geoid": 3029477}, "date-ut": "1862-07-01 01:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1931"}, "ids-in-sources": {"a4": "1931"}}, "raw": {"H": "1", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "1", "LAT": "50N39", "LON": "3E 5", "MON": "7", "NUM": "1931", "PRO": "M", "SEC": "40", "YEA": "1862", "CITY": "BUSIGNY"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10684	greiner-nicolas-1873-02-22	{"a4": "1932"}	{"lerrcp": "A4-1932"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicolas", "family": "Greiner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:59", "date": "1873-02-22 08:00", "note": null, "place": {"c1": null, "c2": "95", "c3": null, "cy": "FR", "lg": 2.24744, "lat": 48.94788, "name": "Argenteuil", "geoid": 3037044}, "notime": null, "date-ut": "1873-02-22 07:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Nicolas", "family": "Greiner"}, "birth": {"tzo": "+00:08:59", "date": "1873-02-22 08:00", "place": {"c2": "95", "cy": "FR", "lg": 2.24744, "lat": 48.94788, "name": "Argenteuil", "geoid": 3037044}, "date-ut": "1873-02-22 07:52"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1932"}, "ids-in-sources": {"a4": "1932"}}, "raw": {"H": "7", "MN": "52", "TZ": "0", "COD": "95", "COU": "F", "DAY": "22", "LAT": "49N 0", "LON": "2E 0", "MON": "2", "NUM": "1932", "PRO": "M", "SEC": "0", "YEA": "1873", "CITY": "ARGENTEUIL"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10685	grenaud-paul-1865-04-14	{"a4": "1933"}	{"lerrcp": "A4-1933"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Grenaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:12", "date": "1865-04-14 04:00", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.55, "lat": 46.66667, "name": "Salins", "geoid": 0}, "notime": null, "date-ut": "1865-04-14 03:37:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Grenaud"}, "birth": {"tzo": "+00:22:12", "date": "1865-04-14 04:00", "place": {"c2": "39", "cy": "FR", "lg": 5.55, "lat": 46.66667, "name": "Salins", "geoid": 0}, "date-ut": "1865-04-14 03:37:48"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1933"}, "ids-in-sources": {"a4": "1933"}}, "raw": {"H": "3", "MN": "37", "TZ": "0", "COD": "39", "COU": "F", "DAY": "14", "LAT": "46N40", "LON": "5E33", "MON": "4", "NUM": "1933", "PRO": "M", "SEC": "48", "YEA": "1865", "CITY": "SALINS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10686	grenier-jean-1870-06-08	{"a4": "1934"}	{"lerrcp": "A4-1934"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Grenier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:52", "date": "1870-06-08 10:00", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 5.21667, "lat": 46.2, "name": "Divonne", "geoid": 0}, "notime": null, "date-ut": "1870-06-08 09:39:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Grenier"}, "birth": {"tzo": "+00:20:52", "date": "1870-06-08 10:00", "place": {"c2": "01", "cy": "FR", "lg": 5.21667, "lat": 46.2, "name": "Divonne", "geoid": 0}, "date-ut": "1870-06-08 09:39:08"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1934"}, "ids-in-sources": {"a4": "1934"}}, "raw": {"H": "9", "MN": "39", "TZ": "0", "COD": "01", "COU": "F", "DAY": "8", "LAT": "46N12", "LON": "5E13", "MON": "6", "NUM": "1934", "PRO": "M", "SEC": "8", "YEA": "1870", "CITY": "DIVONNE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10687	grillet-laurent-1850-05-27	{"a4": "1935"}	{"lerrcp": "A4-1935"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Laurent", "family": "Grillet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:41", "date": "1850-05-27 08:00", "note": null, "place": {"c1": null, "c2": "18", "c3": null, "cy": "FR", "lg": 2.92238, "lat": 46.83314, "name": "Sancoins", "geoid": 2976245}, "notime": null, "date-ut": "1850-05-27 07:50:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Laurent", "family": "Grillet"}, "birth": {"tzo": "+00:11:41", "date": "1850-05-27 08:00", "place": {"c2": "18", "cy": "FR", "lg": 2.92238, "lat": 46.83314, "name": "Sancoins", "geoid": 2976245}, "date-ut": "1850-05-27 07:50:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1935"}, "ids-in-sources": {"a4": "1935"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "18", "COU": "F", "DAY": "27", "LAT": "47N 5", "LON": "2E23", "MON": "5", "NUM": "1935", "PRO": "M", "SEC": "28", "YEA": "1850", "CITY": "SANCOINS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10688	grovlez-gabriel-1879-04-04	{"a4": "1936"}	{"lerrcp": "A4-1936"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Grovlez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1879-04-04 16:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1879-04-04 15:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Grovlez"}, "birth": {"tzo": "+00:12:14", "date": "1879-04-04 16:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1879-04-04 15:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1936"}, "ids-in-sources": {"a4": "1936"}}, "raw": {"H": "15", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "4", "LAT": "50N39", "LON": "3E 5", "MON": "4", "NUM": "1936", "PRO": "M", "SEC": "40", "YEA": "1879", "CITY": "LILLE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10689	grunenwald-jean-1911-02-02	{"a4": "1937"}	{"lerrcp": "A4-1937"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Grunenwald", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1911-02-02 03:00", "note": null, "place": {"c1": null, "c2": "74", "c3": null, "cy": "FR", "lg": 6.11667, "lat": 45.9, "name": "Crangevrier", "geoid": 0}, "notime": null, "date-ut": "1911-02-02 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Grunenwald"}, "birth": {"tzo": "+00:09:21", "date": "1911-02-02 03:00", "place": {"c2": "74", "cy": "FR", "lg": 6.11667, "lat": 45.9, "name": "Crangevrier", "geoid": 0}, "date-ut": "1911-02-02 02:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1937"}, "ids-in-sources": {"a4": "1937"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "74", "COU": "F", "DAY": "2", "LAT": "45N54", "LON": "6E 7", "MON": "2", "NUM": "1937", "PRO": "M", "SEC": "40", "YEA": "1911", "CITY": "CRANGEVRIER"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10690	guertimont-henri-1826-11-12	{"a4": "1938"}	{"lerrcp": "A4-1938"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Guertimont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1826-11-12 15:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Grandfayts", "geoid": 0}, "notime": null, "date-ut": "1826-11-12 14:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Guertimont"}, "birth": {"tzo": "+00:12:20", "date": "1826-11-12 15:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Grandfayts", "geoid": 0}, "date-ut": "1826-11-12 14:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1938"}, "ids-in-sources": {"a4": "1938"}}, "raw": {"H": "14", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "12", "LAT": "50N39", "LON": "3E 5", "MON": "11", "NUM": "1938", "PRO": "M", "SEC": "40", "YEA": "1826", "CITY": "GRANDFAYTS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10691	guiard-eugene-1859-09-01	{"a4": "1939"}	{"lerrcp": "A4-1939"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Guiard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:48", "date": "1859-09-01 10:00", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.2, "lat": 48.01667, "name": "Lafleche", "geoid": 0}, "notime": null, "date-ut": "1859-09-01 09:59:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Guiard"}, "birth": {"tzo": "+00:00:48", "date": "1859-09-01 10:00", "place": {"c2": "72", "cy": "FR", "lg": 0.2, "lat": 48.01667, "name": "Lafleche", "geoid": 0}, "date-ut": "1859-09-01 09:59:12"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1939"}, "ids-in-sources": {"a4": "1939"}}, "raw": {"H": "9", "MN": "59", "TZ": "0", "COD": "72", "COU": "F", "DAY": "1", "LAT": "48N 1", "LON": "0E12", "MON": "9", "NUM": "1939", "PRO": "M", "SEC": "12", "YEA": "1859", "CITY": "LAFLECHE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10692	guiard-eugene-1825-10-26	{"a4": "1940"}	{"lerrcp": "A4-1940"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Guiard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:48", "date": "1825-10-26 14:00", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.2, "lat": 48.01667, "name": "Lelude", "geoid": 0}, "notime": null, "date-ut": "1825-10-26 13:59:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Guiard"}, "birth": {"tzo": "+00:00:48", "date": "1825-10-26 14:00", "place": {"c2": "72", "cy": "FR", "lg": 0.2, "lat": 48.01667, "name": "Lelude", "geoid": 0}, "date-ut": "1825-10-26 13:59:12"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1940"}, "ids-in-sources": {"a4": "1940"}}, "raw": {"H": "13", "MN": "59", "TZ": "0", "COD": "72", "COU": "F", "DAY": "26", "LAT": "48N 1", "LON": "0E12", "MON": "10", "NUM": "1940", "PRO": "M", "SEC": "12", "YEA": "1825", "CITY": "LELUDE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10693	guichemerre-jean-1868-02-10	{"a4": "1941"}	{"lerrcp": "A4-1941"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Guichemerre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:13", "date": "1868-02-10 10:00", "note": null, "place": {"c1": null, "c2": "40", "c3": null, "cy": "FR", "lg": -1.05366, "lat": 43.71032, "name": "Dax", "geoid": 3021670}, "notime": null, "date-ut": "1868-02-10 10:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Guichemerre"}, "birth": {"tzo": "-00:04:13", "date": "1868-02-10 10:00", "place": {"c2": "40", "cy": "FR", "lg": -1.05366, "lat": 43.71032, "name": "Dax", "geoid": 3021670}, "date-ut": "1868-02-10 10:02"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1941"}, "ids-in-sources": {"a4": "1941"}}, "raw": {"H": "10", "MN": "2", "TZ": "0", "COD": "40", "COU": "F", "DAY": "10", "LAT": "43N54", "LON": "0W30", "MON": "2", "NUM": "1941", "PRO": "M", "SEC": "0", "YEA": "1868", "CITY": "DAX"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10694	guillabert-eugene-1836-10-13	{"a4": "1942"}	{"lerrcp": "A4-1942"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Guillabert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:12", "date": "1836-10-13 18:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 5.04813, "lat": 44.05507, "name": "Carpentras", "geoid": 3028542}, "notime": null, "date-ut": "1836-10-13 17:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Guillabert"}, "birth": {"tzo": "+00:20:12", "date": "1836-10-13 18:00", "place": {"c2": "84", "cy": "FR", "lg": 5.04813, "lat": 44.05507, "name": "Carpentras", "geoid": 3028542}, "date-ut": "1836-10-13 17:40:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1942"}, "ids-in-sources": {"a4": "1942"}}, "raw": {"H": "17", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "13", "LAT": "43N57", "LON": "4E50", "MON": "10", "NUM": "1942", "PRO": "M", "SEC": "40", "YEA": "1836", "CITY": "CARPENTRAS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10695	guillier-arthur-1856-07-05	{"a4": "1943"}	{"lerrcp": "A4-1943"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Guillier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1856-07-05 04:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Lequesnoy", "geoid": 0}, "notime": null, "date-ut": "1856-07-05 03:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Guillier"}, "birth": {"tzo": "+00:12:20", "date": "1856-07-05 04:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Lequesnoy", "geoid": 0}, "date-ut": "1856-07-05 03:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1943"}, "ids-in-sources": {"a4": "1943"}}, "raw": {"H": "3", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "5", "LAT": "50N39", "LON": "3E 5", "MON": "7", "NUM": "1943", "PRO": "M", "SEC": "40", "YEA": "1856", "CITY": "LEQUESNOY"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10696	guillion-antoine-1809-02-26	{"a4": "1944"}	{"lerrcp": "A4-1944"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Guillion", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:31", "date": "1809-02-26 07:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.87885, "lat": 48.96014, "name": "Meaux", "geoid": 2994798}, "notime": null, "date-ut": "1809-02-26 06:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Guillion"}, "birth": {"tzo": "+00:11:31", "date": "1809-02-26 07:00", "place": {"c2": "77", "cy": "FR", "lg": 2.87885, "lat": 48.96014, "name": "Meaux", "geoid": 2994798}, "date-ut": "1809-02-26 06:49:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1944"}, "ids-in-sources": {"a4": "1944"}}, "raw": {"H": "6", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "26", "LAT": "48N33", "LON": "2E40", "MON": "2", "NUM": "1944", "PRO": "M", "SEC": "20", "YEA": "1809", "CITY": "MEAUX"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10697	guillon-albert-1801-09-22	{"a4": "1945"}	{"lerrcp": "A4-1945"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Guillon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:31", "date": "1801-09-22 19:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.87885, "lat": 48.96014, "name": "Meaux", "geoid": 2994798}, "notime": null, "date-ut": "1801-09-22 18:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Guillon"}, "birth": {"tzo": "+00:11:31", "date": "1801-09-22 19:00", "place": {"c2": "77", "cy": "FR", "lg": 2.87885, "lat": 48.96014, "name": "Meaux", "geoid": 2994798}, "date-ut": "1801-09-22 18:49:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1945"}, "ids-in-sources": {"a4": "1945"}}, "raw": {"H": "18", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "22", "LAT": "48N33", "LON": "2E40", "MON": "9", "NUM": "1945", "PRO": "M", "SEC": "20", "YEA": "1801", "CITY": "MEAUX"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10698	guimbal-constantin-1825-03-28	{"a4": "1946"}	{"lerrcp": "A4-1946"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Constantin", "family": "Guimbal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:20", "date": "1825-03-28 02:00", "note": null, "place": {"c1": null, "c2": "65", "c3": null, "cy": "FR", "lg": 0.08333, "lat": 43.23333, "name": "Embrun", "geoid": 0}, "notime": null, "date-ut": "1825-03-28 01:59:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Constantin", "family": "Guimbal"}, "birth": {"tzo": "+00:00:20", "date": "1825-03-28 02:00", "place": {"c2": "65", "cy": "FR", "lg": 0.08333, "lat": 43.23333, "name": "Embrun", "geoid": 0}, "date-ut": "1825-03-28 01:59:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1946"}, "ids-in-sources": {"a4": "1946"}}, "raw": {"H": "1", "MN": "59", "TZ": "0", "COD": "65", "COU": "F", "DAY": "28", "LAT": "43N14", "LON": "0E 5", "MON": "3", "NUM": "1946", "PRO": "M", "SEC": "40", "YEA": "1825", "CITY": "EMBRUN"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10699	guyard-nicolas-1828-05-29	{"a4": "1947"}	{"lerrcp": "A4-1947"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicolas", "family": "Guyard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:56", "date": "1828-05-29 06:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Mezieres", "geoid": 0}, "notime": null, "date-ut": "1828-05-29 05:41:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Nicolas", "family": "Guyard"}, "birth": {"tzo": "+00:18:56", "date": "1828-05-29 06:00", "place": {"c2": "08", "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Mezieres", "geoid": 0}, "date-ut": "1828-05-29 05:41:04"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1947"}, "ids-in-sources": {"a4": "1947"}}, "raw": {"H": "5", "MN": "41", "TZ": "0", "COD": "08", "COU": "F", "DAY": "29", "LAT": "49N46", "LON": "4E44", "MON": "5", "NUM": "1947", "PRO": "M", "SEC": "4", "YEA": "1828", "CITY": "MEZIERES"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10700	guyon-emile-1834-04-03	{"a4": "1948"}	{"lerrcp": "A4-1948"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Guyon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:17:57", "date": "1834-04-03 10:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1834-04-03 10:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Guyon"}, "birth": {"tzo": "-00:17:57", "date": "1834-04-03 10:00", "place": {"c2": "29", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1834-04-03 10:16:24"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1948"}, "ids-in-sources": {"a4": "1948"}}, "raw": {"H": "10", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "3", "LAT": "48N 0", "LON": "4W 6", "MON": "4", "NUM": "1948", "PRO": "M", "SEC": "24", "YEA": "1834", "CITY": "BREST"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10701	haeusser-frederic-1823-04-12	{"a4": "1949"}	{"lerrcp": "A4-1949"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Haeusser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:31", "date": "1823-04-12 02:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.75, "lat": 48.58333, "name": "Soultzssforets", "geoid": 0}, "notime": null, "date-ut": "1823-04-12 01:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Haeusser"}, "birth": {"tzo": "+00:31", "date": "1823-04-12 02:00", "place": {"c2": "67", "cy": "FR", "lg": 7.75, "lat": 48.58333, "name": "Soultzssforets", "geoid": 0}, "date-ut": "1823-04-12 01:29"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1949"}, "ids-in-sources": {"a4": "1949"}}, "raw": {"H": "1", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "12", "LAT": "48N35", "LON": "7E45", "MON": "4", "NUM": "1949", "PRO": "M", "SEC": "0", "YEA": "1823", "CITY": "SOULTZSSFORETS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10702	hainl-francois-1807-11-16	{"a4": "1950"}	{"lerrcp": "A4-1950"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Hainl", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:60", "date": "1807-11-16 18:20", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.24901, "lat": 45.54422, "name": "Issoire", "geoid": 3012664}, "notime": null, "date-ut": "1807-11-16 18:17:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "François", "family": "Hainl"}, "birth": {"tzo": "+00:12:60", "date": "1807-11-16 18:20", "place": {"c2": "63", "cy": "FR", "lg": 3.24901, "lat": 45.54422, "name": "Issoire", "geoid": 3012664}, "date-ut": "1807-11-16 18:17:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1950"}, "ids-in-sources": {"a4": "1950"}}, "raw": {"H": "18", "MN": "17", "TZ": "0", "COD": "63", "COU": "F", "DAY": "16", "LAT": "45N47", "LON": "3E 5", "MON": "11", "NUM": "1950", "PRO": "M", "SEC": "40", "YEA": "1807", "CITY": "ISSOIRE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10703	gauquelin-a4-1951-1817-12-10	{"a4": "1951"}	{"lerrcp": "A4-1951"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1951", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:18", "date": "1817-12-10 05:30", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.32361, "lat": 49.38167, "name": "Soissons", "geoid": 2974389}, "notime": null, "date-ut": "1817-12-10 05:15:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1951"}, "birth": {"tzo": "+00:13:18", "date": "1817-12-10 05:30", "place": {"c2": "02", "cy": "FR", "lg": 3.32361, "lat": 49.38167, "name": "Soissons", "geoid": 2974389}, "date-ut": "1817-12-10 05:15:32"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1951"}, "ids-in-sources": {"a4": "1951"}}, "raw": {"H": "5", "MN": "15", "TZ": "0", "COD": "02", "COU": "F", "DAY": "10", "LAT": "49N34", "LON": "3E37", "MON": "12", "NUM": "1951", "PRO": "M", "SEC": "32", "YEA": "1817", "CITY": "SOISSONS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10704	gauquelin-a4-1952-1877-04-10	{"a4": "1952"}	{"lerrcp": "A4-1952"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1952", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:48", "date": "1877-04-10 23:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.19961, "lat": 48.35157, "name": "Fougères", "geoid": 3017609}, "notime": null, "date-ut": "1877-04-10 23:06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1952"}, "birth": {"tzo": "-00:04:48", "date": "1877-04-10 23:00", "place": {"c2": "35", "cy": "FR", "lg": -1.19961, "lat": 48.35157, "name": "Fougères", "geoid": 3017609}, "date-ut": "1877-04-10 23:06:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1952"}, "ids-in-sources": {"a4": "1952"}}, "raw": {"H": "23", "MN": "6", "TZ": "0", "COD": "35", "COU": "F", "DAY": "10", "LAT": "48N 7", "LON": "1W40", "MON": "4", "NUM": "1952", "PRO": "M", "SEC": "40", "YEA": "1877", "CITY": "FOUGERES"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10705	hayot-eugene-1862-11-08	{"a4": "1953"}	{"lerrcp": "A4-1953"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Hayot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:12", "date": "1862-11-08 18:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 3.29939, "lat": 48.55897, "name": "Provins", "geoid": 2985229}, "notime": null, "date-ut": "1862-11-08 17:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Hayot"}, "birth": {"tzo": "+00:13:12", "date": "1862-11-08 18:00", "place": {"c2": "77", "cy": "FR", "lg": 3.29939, "lat": 48.55897, "name": "Provins", "geoid": 2985229}, "date-ut": "1862-11-08 17:49:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1953"}, "ids-in-sources": {"a4": "1953"}}, "raw": {"H": "17", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "8", "LAT": "48N33", "LON": "2E40", "MON": "11", "NUM": "1953", "PRO": "M", "SEC": "20", "YEA": "1862", "CITY": "PROVINS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10706	heblot-charles-1838-01-21	{"a4": "1954"}	{"lerrcp": "A4-1954"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Heblot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1838-01-21 02:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Neauphlelechate", "geoid": 0}, "notime": null, "date-ut": "1838-01-21 01:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Heblot"}, "birth": {"tzo": "+00:08:32", "date": "1838-01-21 02:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Neauphlelechate", "geoid": 0}, "date-ut": "1838-01-21 01:51:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1954"}, "ids-in-sources": {"a4": "1954"}}, "raw": {"H": "1", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "21", "LAT": "48N50", "LON": "2E 8", "MON": "1", "NUM": "1954", "PRO": "M", "SEC": "28", "YEA": "1838", "CITY": "NEAUPHLELECHATE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10707	hebrard-pierre-1878-12-29	{"a4": "1955"}	{"lerrcp": "A4-1955"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Hebrard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:41", "date": "1878-12-29 20:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.42258, "lat": 43.45997, "name": "Pézenas", "geoid": 2987441}, "notime": null, "date-ut": "1878-12-29 19:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Hebrard"}, "birth": {"tzo": "+00:13:41", "date": "1878-12-29 20:00", "place": {"c2": "34", "cy": "FR", "lg": 3.42258, "lat": 43.45997, "name": "Pézenas", "geoid": 2987441}, "date-ut": "1878-12-29 19:44:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1955"}, "ids-in-sources": {"a4": "1955"}}, "raw": {"H": "19", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "29", "LAT": "43N37", "LON": "3E53", "MON": "12", "NUM": "1955", "PRO": "M", "SEC": "28", "YEA": "1878", "CITY": "PEZENAS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10708	gauquelin-a4-1956-1817-04-16	{"a4": "1956"}	{"lerrcp": "A4-1956"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1956", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:20", "date": "1817-04-16 10:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.33243, "lat": 46.56459, "name": "Moulins", "geoid": 2991481}, "notime": null, "date-ut": "1817-04-16 09:46:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1956"}, "birth": {"tzo": "+00:13:20", "date": "1817-04-16 10:00", "place": {"c2": "03", "cy": "FR", "lg": 3.33243, "lat": 46.56459, "name": "Moulins", "geoid": 2991481}, "date-ut": "1817-04-16 09:46:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1956"}, "ids-in-sources": {"a4": "1956"}}, "raw": {"H": "9", "MN": "46", "TZ": "0", "COD": "03", "COU": "F", "DAY": "16", "LAT": "46N34", "LON": "3E20", "MON": "4", "NUM": "1956", "PRO": "M", "SEC": "40", "YEA": "1817", "CITY": "MOULINS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
17970	casalis-bernard-1902-05-01	{"e1": "338"}	{"lerrcp": "E1-338"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Casalis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1902-05-01 17:30", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Osse en Aspa", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Casalis"}, "birth": {"tzo": "", "date": "1902-05-01 17:30", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Osse en Aspa", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "338"}}, "raw": {"H": "17:30", "COD": "64", "DAY": "01", "MON": "05", "NUM": "0338", "PRO": "PH", "YEA": "1902", "CITY": "Osse en Aspa", "NAME": "CASALIS Bernard", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
10710	hess-guillaume-1847-12-30	{"a4": "1958"}	{"lerrcp": "A4-1958"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guillaume", "family": "Hess", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1847-12-30 03:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1847-12-30 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Guillaume", "family": "Hess"}, "birth": {"tzo": "+00:09:24", "date": "1847-12-30 03:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1847-12-30 02:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1958"}, "ids-in-sources": {"a4": "1958"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "30", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "1958", "PRO": "M", "SEC": "40", "YEA": "1847", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10711	hesse-georges-1841-01-12	{"a4": "1959"}	{"lerrcp": "A4-1959"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Hesse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:39", "date": "1841-01-12 06:30", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.16044, "lat": 49.35994, "name": "Thionville", "geoid": 2972811}, "notime": null, "date-ut": "1841-01-12 06:05:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Hesse"}, "birth": {"tzo": "+00:24:39", "date": "1841-01-12 06:30", "place": {"c2": "57", "cy": "FR", "lg": 6.16044, "lat": 49.35994, "name": "Thionville", "geoid": 2972811}, "date-ut": "1841-01-12 06:05:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1959"}, "ids-in-sources": {"a4": "1959"}}, "raw": {"H": "6", "MN": "5", "TZ": "0", "COD": "57", "COU": "F", "DAY": "12", "LAT": "49N 7", "LON": "6E11", "MON": "1", "NUM": "1959", "PRO": "M", "SEC": "16", "YEA": "1841", "CITY": "THIONVILLE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10712	hignard-jean-1822-05-20	{"a4": "1960"}	{"lerrcp": "A4-1960"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Hignard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1822-05-20 08:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1822-05-20 08:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Hignard"}, "birth": {"tzo": "-00:06:13", "date": "1822-05-20 08:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1822-05-20 08:06:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1960"}, "ids-in-sources": {"a4": "1960"}}, "raw": {"H": "8", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "20", "LAT": "47N13", "LON": "1W35", "MON": "5", "NUM": "1960", "PRO": "M", "SEC": "20", "YEA": "1822", "CITY": "NANTES"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10713	hillemacher-lucien-1860-06-10	{"a4": "1961"}	{"lerrcp": "A4-1961"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Hillemacher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1860-06-10 01:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1860-06-10 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Hillemacher"}, "birth": {"tzo": "+00:09:24", "date": "1860-06-10 01:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1860-06-10 00:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1961"}, "ids-in-sources": {"a4": "1961"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "10", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "1961", "PRO": "M", "SEC": "40", "YEA": "1860", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10714	gauquelin-a4-1962-1852-11-25	{"a4": "1962"}	{"lerrcp": "A4-1962"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1962", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1852-11-25 19:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1852-11-25 19:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1962"}, "birth": {"tzo": "+00:09:24", "date": "1852-11-25 19:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1852-11-25 19:20:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1962"}, "ids-in-sources": {"a4": "1962"}}, "raw": {"H": "19", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "25", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "1962", "PRO": "M", "SEC": "40", "YEA": "1852", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10715	hirschann-henri-1876-01-25	{"a4": "1963"}	{"lerrcp": "A4-1963"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Hirschann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:56", "date": "1876-01-25 23:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Saintmande", "geoid": 0}, "notime": null, "date-ut": "1876-01-25 22:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Hirschann"}, "birth": {"tzo": "+00:09:56", "date": "1876-01-25 23:00", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Saintmande", "geoid": 0}, "date-ut": "1876-01-25 22:50:04"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1963"}, "ids-in-sources": {"a4": "1963"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "25", "LAT": "48N47", "LON": "2E29", "MON": "1", "NUM": "1963", "PRO": "M", "SEC": "4", "YEA": "1876", "CITY": "SAINTMANDE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10716	holtzinger-simon-1832-04-18	{"a4": "1964"}	{"lerrcp": "A4-1964"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Simon", "family": "Holtzinger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:22", "date": "1832-04-18 17:00", "note": null, "place": {"c1": null, "c2": "95", "c3": null, "cy": "FR", "lg": 2.3434, "lat": 48.98826, "name": "Montmorency", "geoid": 2992229}, "notime": null, "date-ut": "1832-04-18 16:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Simon", "family": "Holtzinger"}, "birth": {"tzo": "+00:09:22", "date": "1832-04-18 17:00", "place": {"c2": "95", "cy": "FR", "lg": 2.3434, "lat": 48.98826, "name": "Montmorency", "geoid": 2992229}, "date-ut": "1832-04-18 16:52"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1964"}, "ids-in-sources": {"a4": "1964"}}, "raw": {"H": "16", "MN": "52", "TZ": "0", "COD": "95", "COU": "F", "DAY": "18", "LAT": "49N 0", "LON": "2E 0", "MON": "4", "NUM": "1964", "PRO": "M", "SEC": "0", "YEA": "1832", "CITY": "MONTMORENCY"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10717	hommee-jules-1846-08-28	{"a4": "1965"}	{"lerrcp": "A4-1965"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Hommee", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:48", "date": "1846-08-28 13:00", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.2, "lat": 48.01667, "name": "Lafleche", "geoid": 0}, "notime": null, "date-ut": "1846-08-28 12:59:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Hommee"}, "birth": {"tzo": "+00:00:48", "date": "1846-08-28 13:00", "place": {"c2": "72", "cy": "FR", "lg": 0.2, "lat": 48.01667, "name": "Lafleche", "geoid": 0}, "date-ut": "1846-08-28 12:59:12"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1965"}, "ids-in-sources": {"a4": "1965"}}, "raw": {"H": "12", "MN": "59", "TZ": "0", "COD": "72", "COU": "F", "DAY": "28", "LAT": "48N 1", "LON": "0E12", "MON": "8", "NUM": "1965", "PRO": "M", "SEC": "12", "YEA": "1846", "CITY": "LAFLECHE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10719	honnore-leon-1859-10-12	{"a4": "1967"}	{"lerrcp": "A4-1967"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Honnore", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:08", "date": "1859-10-12 15:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.28328, "lat": 48.19738, "name": "Sens", "geoid": 2975050}, "notime": null, "date-ut": "1859-10-12 14:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Honnore"}, "birth": {"tzo": "+00:13:08", "date": "1859-10-12 15:00", "place": {"c2": "89", "cy": "FR", "lg": 3.28328, "lat": 48.19738, "name": "Sens", "geoid": 2975050}, "date-ut": "1859-10-12 14:45:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1967"}, "ids-in-sources": {"a4": "1967"}}, "raw": {"H": "14", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "12", "LAT": "47N48", "LON": "3E35", "MON": "10", "NUM": "1967", "PRO": "M", "SEC": "40", "YEA": "1859", "CITY": "SENS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10720	hour-edouard-1852-03-03	{"a4": "1968"}	{"lerrcp": "A4-1968"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Hour", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:40", "date": "1852-03-03 03:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Annesmarne", "geoid": 0}, "notime": null, "date-ut": "1852-03-03 02:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Hour"}, "birth": {"tzo": "+00:10:40", "date": "1852-03-03 03:00", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Annesmarne", "geoid": 0}, "date-ut": "1852-03-03 02:49:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1968"}, "ids-in-sources": {"a4": "1968"}}, "raw": {"H": "2", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "3", "LAT": "48N33", "LON": "2E40", "MON": "3", "NUM": "1968", "PRO": "M", "SEC": "20", "YEA": "1852", "CITY": "ANNESMARNE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10721	hubert-louis-1812-11-16	{"a4": "1969"}	{"lerrcp": "A4-1969"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Hubert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:37", "date": "1812-11-16 16:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1812-11-16 15:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Hubert"}, "birth": {"tzo": "+00:07:37", "date": "1812-11-16 16:00", "place": {"c2": "45", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1812-11-16 15:52:24"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1969"}, "ids-in-sources": {"a4": "1969"}}, "raw": {"H": "15", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "16", "LAT": "47N54", "LON": "1E54", "MON": "11", "NUM": "1969", "PRO": "M", "SEC": "24", "YEA": "1812", "CITY": "ORLEANS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10722	huc-hector-1884-03-06	{"a4": "1970"}	{"lerrcp": "A4-1970"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hector", "family": "Huc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:51", "date": "1884-03-06 08:56:19", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 2.96265, "lat": 43.34665, "name": "Quarante", "geoid": 2984879}, "notime": null, "date-ut": "1884-03-06 08:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Hector", "family": "Huc"}, "birth": {"tzo": "+00:11:51", "date": "1884-03-06 08:56:19", "place": {"c2": "34", "cy": "FR", "lg": 2.96265, "lat": 43.34665, "name": "Quarante", "geoid": 2984879}, "date-ut": "1884-03-06 08:44:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1970"}, "ids-in-sources": {"a4": "1970"}}, "raw": {"H": "8", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "6", "LAT": "43N37", "LON": "3E53", "MON": "3", "NUM": "1970", "PRO": "M", "SEC": "28", "YEA": "1884", "CITY": "QUARANTE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10723	hue-georges-1858-05-06	{"a4": "1971"}	{"lerrcp": "A4-1971"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Hue", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1858-05-06 14:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1858-05-06 13:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Hue"}, "birth": {"tzo": "+00:08:32", "date": "1858-05-06 14:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1858-05-06 13:51:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1971"}, "ids-in-sources": {"a4": "1971"}}, "raw": {"H": "13", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "6", "LAT": "48N50", "LON": "2E 8", "MON": "5", "NUM": "1971", "PRO": "M", "SEC": "28", "YEA": "1858", "CITY": "VERSAILLES"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10724	humblot-joseph-1845-10-12	{"a4": "1972"}	{"lerrcp": "A4-1972"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Humblot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:36", "date": "1845-10-12 02:00", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.14856, "lat": 48.14349, "name": "Lerrain", "geoid": 3002267}, "notime": null, "date-ut": "1845-10-12 01:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Humblot"}, "birth": {"tzo": "+00:24:36", "date": "1845-10-12 02:00", "place": {"c2": "88", "cy": "FR", "lg": 6.14856, "lat": 48.14349, "name": "Lerrain", "geoid": 3002267}, "date-ut": "1845-10-12 01:34:08"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1972"}, "ids-in-sources": {"a4": "1972"}}, "raw": {"H": "1", "MN": "34", "TZ": "0", "COD": "88", "COU": "F", "DAY": "12", "LAT": "48N10", "LON": "6E28", "MON": "10", "NUM": "1972", "PRO": "M", "SEC": "8", "YEA": "1845", "CITY": "LERRAIN"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10725	huot-hippolyte-1821-08-09	{"a4": "1973"}	{"lerrcp": "A4-1973"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hippolyte", "family": "Huot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1821-08-09 20:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1821-08-09 19:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Hippolyte", "family": "Huot"}, "birth": {"tzo": "+00:09:24", "date": "1821-08-09 20:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1821-08-09 19:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1973"}, "ids-in-sources": {"a4": "1973"}}, "raw": {"H": "19", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "9", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "1973", "PRO": "M", "SEC": "40", "YEA": "1821", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10726	hure-jean-1877-09-17	{"a4": "1974"}	{"lerrcp": "A4-1974"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Hure", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:31", "date": "1877-09-17 08:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 2.63094, "lat": 47.69332, "name": "Gien", "geoid": 3016097}, "notime": null, "date-ut": "1877-09-17 07:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Hure"}, "birth": {"tzo": "+00:10:31", "date": "1877-09-17 08:00", "place": {"c2": "45", "cy": "FR", "lg": 2.63094, "lat": 47.69332, "name": "Gien", "geoid": 3016097}, "date-ut": "1877-09-17 07:52:24"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1974"}, "ids-in-sources": {"a4": "1974"}}, "raw": {"H": "7", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "17", "LAT": "47N54", "LON": "1E54", "MON": "9", "NUM": "1974", "PRO": "M", "SEC": "24", "YEA": "1877", "CITY": "GIEN"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10727	husson-morel-valeri-1851-08-16	{"a4": "1975"}	{"lerrcp": "A4-1975"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Husson Morel Valeri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:58", "date": "1851-08-16 14:00", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.48966, "lat": 47.09225, "name": "Dole", "geoid": 3021263}, "notime": null, "date-ut": "1851-08-16 13:37:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Husson Morel Valeri"}, "birth": {"tzo": "+00:21:58", "date": "1851-08-16 14:00", "place": {"c2": "39", "cy": "FR", "lg": 5.48966, "lat": 47.09225, "name": "Dole", "geoid": 3021263}, "date-ut": "1851-08-16 13:37:48"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1975"}, "ids-in-sources": {"a4": "1975"}}, "raw": {"H": "13", "MN": "37", "TZ": "0", "COD": "39", "COU": "F", "DAY": "16", "LAT": "46N40", "LON": "5E33", "MON": "8", "NUM": "1975", "PRO": "M", "SEC": "48", "YEA": "1851", "CITY": "DOLE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10728	ibert-jacques-1890-08-15	{"a4": "1976"}	{"lerrcp": "A4-1976"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Ibert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1890-08-15 09:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1890-08-15 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Ibert"}, "birth": {"tzo": "+00:09:24", "date": "1890-08-15 09:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1890-08-15 08:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1976"}, "ids-in-sources": {"a4": "1976"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "15", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "1976", "PRO": "M", "SEC": "40", "YEA": "1890", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10729	imbert-louis-1860-09-26	{"a4": "1977"}	{"lerrcp": "A4-1977"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Imbert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:46", "date": "1860-09-26 22:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "notime": null, "date-ut": "1860-09-26 21:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Imbert"}, "birth": {"tzo": "+00:14:46", "date": "1860-09-26 22:00", "place": {"c2": "34", "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "date-ut": "1860-09-26 21:44:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1977"}, "ids-in-sources": {"a4": "1977"}}, "raw": {"H": "21", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "26", "LAT": "43N37", "LON": "3E53", "MON": "9", "NUM": "1977", "PRO": "M", "SEC": "28", "YEA": "1860", "CITY": "SETE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10730	indy-paul-1851-03-27	{"a4": "1978"}	{"lerrcp": "A4-1978"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Indy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1851-03-27 17:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1851-03-27 17:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Indy"}, "birth": {"tzo": "+00:09:24", "date": "1851-03-27 17:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1851-03-27 17:20:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1978"}, "ids-in-sources": {"a4": "1978"}}, "raw": {"H": "17", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "27", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "1978", "PRO": "M", "SEC": "40", "YEA": "1851", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10731	inghelbrecht-desire-1880-09-17	{"a4": "1979"}	{"lerrcp": "A4-1979"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Désiré", "family": "Inghelbrecht", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1880-09-17 03:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1880-09-17 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Désiré", "family": "Inghelbrecht"}, "birth": {"tzo": "+00:09:24", "date": "1880-09-17 03:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1880-09-17 02:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1979"}, "ids-in-sources": {"a4": "1979"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "17", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "1979", "PRO": "M", "SEC": "40", "YEA": "1880", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10732	jacob-louis-1841-02-27	{"a4": "1980"}	{"lerrcp": "A4-1980"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Jacob", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:36", "date": "1841-02-27 08:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.9, "lat": 47.9, "name": "Nogentsvermisso", "geoid": 0}, "notime": null, "date-ut": "1841-02-27 07:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Jacob"}, "birth": {"tzo": "+00:07:36", "date": "1841-02-27 08:00", "place": {"c2": "45", "cy": "FR", "lg": 1.9, "lat": 47.9, "name": "Nogentsvermisso", "geoid": 0}, "date-ut": "1841-02-27 07:52:24"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1980"}, "ids-in-sources": {"a4": "1980"}}, "raw": {"H": "7", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "27", "LAT": "47N54", "LON": "1E54", "MON": "2", "NUM": "1980", "PRO": "M", "SEC": "24", "YEA": "1841", "CITY": "NOGENTSVERMISSO"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10734	jacquard-louis-1832-12-26	{"a4": "1982"}	{"lerrcp": "A4-1982"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Jacquard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:01", "date": "1832-12-26 16:00", "note": null, "place": {"c1": null, "c2": "41", "c3": null, "cy": "FR", "lg": 1.25465, "lat": 47.39002, "name": "Pontlevoy", "geoid": 2986149}, "notime": null, "date-ut": "1832-12-26 15:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Jacquard"}, "birth": {"tzo": "+00:05:01", "date": "1832-12-26 16:00", "place": {"c2": "41", "cy": "FR", "lg": 1.25465, "lat": 47.39002, "name": "Pontlevoy", "geoid": 2986149}, "date-ut": "1832-12-26 15:54:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1982"}, "ids-in-sources": {"a4": "1982"}}, "raw": {"H": "15", "MN": "54", "TZ": "0", "COD": "41", "COU": "F", "DAY": "26", "LAT": "47N35", "LON": "1E20", "MON": "12", "NUM": "1982", "PRO": "M", "SEC": "40", "YEA": "1832", "CITY": "PONTLEVOY"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10735	jamme-emile-1873-11-13	{"a4": "1983"}	{"lerrcp": "A4-1983"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Jamme", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:28", "date": "1873-11-13 21:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.3675, "lat": 43.50754, "name": "Caux", "geoid": 3028143}, "notime": null, "date-ut": "1873-11-13 20:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Jamme"}, "birth": {"tzo": "+00:13:28", "date": "1873-11-13 21:00", "place": {"c2": "34", "cy": "FR", "lg": 3.3675, "lat": 43.50754, "name": "Caux", "geoid": 3028143}, "date-ut": "1873-11-13 20:44:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1983"}, "ids-in-sources": {"a4": "1983"}}, "raw": {"H": "20", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "13", "LAT": "43N37", "LON": "3E53", "MON": "11", "NUM": "1983", "PRO": "M", "SEC": "28", "YEA": "1873", "CITY": "CAUX"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10736	japy-louis-1842-04-21	{"a4": "1984"}	{"lerrcp": "A4-1984"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Japy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:27:25", "date": "1842-04-21 16:03:17", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.85535, "lat": 47.45989, "name": "Seloncourt", "geoid": 2975204}, "notime": null, "date-ut": "1842-04-21 15:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Japy"}, "birth": {"tzo": "+00:27:25", "date": "1842-04-21 16:03:17", "place": {"c2": "25", "cy": "FR", "lg": 6.85535, "lat": 47.45989, "name": "Seloncourt", "geoid": 2975204}, "date-ut": "1842-04-21 15:35:52"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1984"}, "ids-in-sources": {"a4": "1984"}}, "raw": {"H": "15", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "21", "LAT": "47N15", "LON": "6E 2", "MON": "4", "NUM": "1984", "PRO": "M", "SEC": "52", "YEA": "1842", "CITY": "SELONCOURT"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10737	jaquelin-claude-1821-07-15	{"a4": "1985"}	{"lerrcp": "A4-1985"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Jaquelin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:55", "date": "1821-07-15 03:56:35", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 3.97946, "lat": 46.48124, "name": "Digoin", "geoid": 3021377}, "notime": null, "date-ut": "1821-07-15 03:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Jaquelin"}, "birth": {"tzo": "+00:15:55", "date": "1821-07-15 03:56:35", "place": {"c2": "71", "cy": "FR", "lg": 3.97946, "lat": 46.48124, "name": "Digoin", "geoid": 3021377}, "date-ut": "1821-07-15 03:40:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1985"}, "ids-in-sources": {"a4": "1985"}}, "raw": {"H": "3", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "15", "LAT": "46N18", "LON": "4E50", "MON": "7", "NUM": "1985", "PRO": "M", "SEC": "40", "YEA": "1821", "CITY": "DIGOIN"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10738	jarre-maurice-1924-09-13	{"a4": "1986"}	{"lerrcp": "A4-1986"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Jarre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1924-09-13 13:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1924-09-13 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Jarre"}, "birth": {"tzo": "+01:00", "date": "1924-09-13 13:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1924-09-13 12:00"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1986"}, "ids-in-sources": {"a4": "1986"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "69", "COU": "F", "DAY": "13", "LAT": "45N46", "LON": "4E50", "MON": "9", "NUM": "1986", "PRO": "M", "SEC": "0", "YEA": "1924", "CITY": "LYON"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10739	jaubert-maurice-1900-01-03	{"a4": "1987"}	{"lerrcp": "A4-1987"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Jaubert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-01-03 16:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1900-01-03 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Jaubert"}, "birth": {"tzo": "+00:09:21", "date": "1900-01-03 16:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1900-01-03 15:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1987"}, "ids-in-sources": {"a4": "1987"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "06", "COU": "F", "DAY": "3", "LAT": "43N42", "LON": "7E16", "MON": "1", "NUM": "1987", "PRO": "M", "SEC": "40", "YEA": "1900", "CITY": "NICE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10740	jaussaud-casimir-1854-05-06	{"a4": "1988"}	{"lerrcp": "A4-1988"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Casimir", "family": "Jaussaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:19", "date": "1854-05-06 06:00", "note": null, "place": {"c1": null, "c2": "05", "c3": null, "cy": "FR", "lg": 6.07868, "lat": 44.55858, "name": "Gap", "geoid": 3016702}, "notime": null, "date-ut": "1854-05-06 05:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Casimir", "family": "Jaussaud"}, "birth": {"tzo": "+00:24:19", "date": "1854-05-06 06:00", "place": {"c2": "05", "cy": "FR", "lg": 6.07868, "lat": 44.55858, "name": "Gap", "geoid": 3016702}, "date-ut": "1854-05-06 05:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1988"}, "ids-in-sources": {"a4": "1988"}}, "raw": {"H": "5", "MN": "36", "TZ": "0", "COD": "05", "COU": "F", "DAY": "6", "LAT": "44N33", "LON": "6E 0", "MON": "5", "NUM": "1988", "PRO": "M", "SEC": "0", "YEA": "1854", "CITY": "GAP"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10741	gauquelin-a4-1989-1858-08-13	{"a4": "1989"}	{"lerrcp": "A4-1989"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-1989", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1858-08-13 18:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1858-08-13 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1989"}, "birth": {"tzo": "+00:09:24", "date": "1858-08-13 18:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1858-08-13 17:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1989"}, "ids-in-sources": {"a4": "1989"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "13", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "1989", "PRO": "M", "SEC": "40", "YEA": "1858", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10742	jolivet-francois-1841-08-16	{"a4": "1990"}	{"lerrcp": "A4-1990"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Jolivet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:07", "date": "1841-08-16 18:00", "note": null, "place": {"c1": null, "c2": "09", "c3": null, "cy": "FR", "lg": 1.28102, "lat": 42.9953, "name": "Rimont", "geoid": 2983510}, "notime": null, "date-ut": "1841-08-16 17:53:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "François", "family": "Jolivet"}, "birth": {"tzo": "+00:05:07", "date": "1841-08-16 18:00", "place": {"c2": "09", "cy": "FR", "lg": 1.28102, "lat": 42.9953, "name": "Rimont", "geoid": 2983510}, "date-ut": "1841-08-16 17:53:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1990"}, "ids-in-sources": {"a4": "1990"}}, "raw": {"H": "17", "MN": "53", "TZ": "0", "COD": "09", "COU": "F", "DAY": "16", "LAT": "42N58", "LON": "1E35", "MON": "8", "NUM": "1990", "PRO": "M", "SEC": "40", "YEA": "1841", "CITY": "RIMONT"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10743	joly-edouard-1862-10-01	{"a4": "1991"}	{"lerrcp": "A4-1991"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Joly", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:06", "date": "1862-10-01 21:00", "note": null, "place": {"c1": null, "c2": "91", "c3": null, "cy": "FR", "lg": 2.27465, "lat": 48.64004, "name": "Montlhéry", "geoid": 2992309}, "notime": null, "date-ut": "1862-10-01 20:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Joly"}, "birth": {"tzo": "+00:09:06", "date": "1862-10-01 21:00", "place": {"c2": "91", "cy": "FR", "lg": 2.27465, "lat": 48.64004, "name": "Montlhéry", "geoid": 2992309}, "date-ut": "1862-10-01 20:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1991"}, "ids-in-sources": {"a4": "1991"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "91", "COU": "F", "DAY": "1", "LAT": "48N36", "LON": "2E20", "MON": "10", "NUM": "1991", "PRO": "M", "SEC": "40", "YEA": "1862", "CITY": "MONTLHERY"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10744	joly-gustave-1878-06-21	{"a4": "1992"}	{"lerrcp": "A4-1992"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Joly", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:06", "date": "1878-06-21 14:00", "note": null, "place": {"c1": null, "c2": "91", "c3": null, "cy": "FR", "lg": 2.27465, "lat": 48.64004, "name": "Montlhéry", "geoid": 2992309}, "notime": null, "date-ut": "1878-06-21 13:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Joly"}, "birth": {"tzo": "+00:09:06", "date": "1878-06-21 14:00", "place": {"c2": "91", "cy": "FR", "lg": 2.27465, "lat": 48.64004, "name": "Montlhéry", "geoid": 2992309}, "date-ut": "1878-06-21 13:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1992"}, "ids-in-sources": {"a4": "1992"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "91", "COU": "F", "DAY": "21", "LAT": "48N36", "LON": "2E20", "MON": "6", "NUM": "1992", "PRO": "M", "SEC": "40", "YEA": "1878", "CITY": "MONTLHERY"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10745	joly-louis-1874-08-25	{"a4": "1993"}	{"lerrcp": "A4-1993"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Joly", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:06", "date": "1874-08-25 13:00", "note": null, "place": {"c1": null, "c2": "91", "c3": null, "cy": "FR", "lg": 2.27465, "lat": 48.64004, "name": "Montlhéry", "geoid": 2992309}, "notime": null, "date-ut": "1874-08-25 12:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Joly"}, "birth": {"tzo": "+00:09:06", "date": "1874-08-25 13:00", "place": {"c2": "91", "cy": "FR", "lg": 2.27465, "lat": 48.64004, "name": "Montlhéry", "geoid": 2992309}, "date-ut": "1874-08-25 12:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1993"}, "ids-in-sources": {"a4": "1993"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "91", "COU": "F", "DAY": "25", "LAT": "48N36", "LON": "2E20", "MON": "8", "NUM": "1993", "PRO": "M", "SEC": "40", "YEA": "1874", "CITY": "MONTLHERY"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10746	jonas-emile-1827-03-05	{"a4": "1994"}	{"lerrcp": "A4-1994"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Jonas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1827-03-05 17:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1827-03-05 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Jonas"}, "birth": {"tzo": "+00:09:24", "date": "1827-03-05 17:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1827-03-05 16:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1994"}, "ids-in-sources": {"a4": "1994"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "5", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "1994", "PRO": "M", "SEC": "40", "YEA": "1827", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10747	joncieres-victorin-1839-04-12	{"a4": "1995"}	{"lerrcp": "A4-1995"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victorin", "family": "Joncieres", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1839-04-12 20:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1839-04-12 19:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Victorin", "family": "Joncieres"}, "birth": {"tzo": "+00:09:24", "date": "1839-04-12 20:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1839-04-12 19:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1995"}, "ids-in-sources": {"a4": "1995"}}, "raw": {"H": "19", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "12", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "1995", "PRO": "M", "SEC": "40", "YEA": "1839", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10748	jonquier-leonce-1854-06-15	{"a4": "1996"}	{"lerrcp": "A4-1996"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leonce", "family": "Jonquier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:52", "date": "1854-06-15 20:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 6.46667, "lat": 43.53333, "name": "Lacadiere", "geoid": 0}, "notime": null, "date-ut": "1854-06-15 19:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Leonce", "family": "Jonquier"}, "birth": {"tzo": "+00:25:52", "date": "1854-06-15 20:00", "place": {"c2": "83", "cy": "FR", "lg": 6.46667, "lat": 43.53333, "name": "Lacadiere", "geoid": 0}, "date-ut": "1854-06-15 19:34:08"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1996"}, "ids-in-sources": {"a4": "1996"}}, "raw": {"H": "19", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "15", "LAT": "43N32", "LON": "6E28", "MON": "6", "NUM": "1996", "PRO": "M", "SEC": "8", "YEA": "1854", "CITY": "LACADIERE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10749	jousselin-louis-1869-11-14	{"a4": "1997"}	{"lerrcp": "A4-1997"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Jousselin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:36", "date": "1869-11-14 00:30", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.9, "lat": 47.9, "name": "Chilleurs", "geoid": 0}, "notime": null, "date-ut": "1869-11-14 00:22:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Jousselin"}, "birth": {"tzo": "+00:07:36", "date": "1869-11-14 00:30", "place": {"c2": "45", "cy": "FR", "lg": 1.9, "lat": 47.9, "name": "Chilleurs", "geoid": 0}, "date-ut": "1869-11-14 00:22:24"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1997"}, "ids-in-sources": {"a4": "1997"}}, "raw": {"H": "0", "MN": "22", "TZ": "0", "COD": "45", "COU": "F", "DAY": "14", "LAT": "47N54", "LON": "1E54", "MON": "11", "NUM": "1997", "PRO": "M", "SEC": "24", "YEA": "1869", "CITY": "CHILLEURS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10750	jouve-joseph-1849-05-10	{"a4": "1998"}	{"lerrcp": "A4-1998"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Jouve", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:45", "date": "1849-05-10 23:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 5.43858, "lat": 43.77298, "name": "Cucuron", "geoid": 3022164}, "notime": null, "date-ut": "1849-05-10 22:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Jouve"}, "birth": {"tzo": "+00:21:45", "date": "1849-05-10 23:00", "place": {"c2": "84", "cy": "FR", "lg": 5.43858, "lat": 43.77298, "name": "Cucuron", "geoid": 3022164}, "date-ut": "1849-05-10 22:40:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1998"}, "ids-in-sources": {"a4": "1998"}}, "raw": {"H": "22", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "10", "LAT": "43N57", "LON": "4E50", "MON": "5", "NUM": "1998", "PRO": "M", "SEC": "40", "YEA": "1849", "CITY": "CUCURON"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10751	jullien-paul-1840-02-12	{"a4": "1999"}	{"lerrcp": "A4-1999"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Jullien", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:04", "date": "1840-02-12 10:00", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 5.01517, "lat": 44.72639, "name": "Crest", "geoid": 3022540}, "notime": null, "date-ut": "1840-02-12 09:40:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Jullien"}, "birth": {"tzo": "+00:20:04", "date": "1840-02-12 10:00", "place": {"c2": "26", "cy": "FR", "lg": 5.01517, "lat": 44.72639, "name": "Crest", "geoid": 3022540}, "date-ut": "1840-02-12 09:40:24"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1999"}, "ids-in-sources": {"a4": "1999"}}, "raw": {"H": "9", "MN": "40", "TZ": "0", "COD": "26", "COU": "F", "DAY": "12", "LAT": "44N56", "LON": "4E54", "MON": "2", "NUM": "1999", "PRO": "M", "SEC": "24", "YEA": "1840", "CITY": "CREST"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10752	klein-adolphe-1853-02-28	{"a4": "2000"}	{"lerrcp": "A4-2000"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Klein", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:12", "date": "1853-02-28 02:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.30084, "lat": 48.01129, "name": "Hattstatt", "geoid": 3013864}, "notime": null, "date-ut": "1853-02-28 01:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Klein"}, "birth": {"tzo": "+00:29:12", "date": "1853-02-28 02:00", "place": {"c2": "68", "cy": "FR", "lg": 7.30084, "lat": 48.01129, "name": "Hattstatt", "geoid": 3013864}, "date-ut": "1853-02-28 01:30:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2000"}, "ids-in-sources": {"a4": "2000"}}, "raw": {"H": "1", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "28", "LAT": "48N 5", "LON": "7E21", "MON": "2", "NUM": "2000", "PRO": "M", "SEC": "36", "YEA": "1853", "CITY": "HATTSTATT"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10753	koechlin-charles-1867-11-27	{"a4": "2001"}	{"lerrcp": "A4-2001"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Koechlin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1867-11-27 09:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1867-11-27 09:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Koechlin"}, "birth": {"tzo": "+00:09:24", "date": "1867-11-27 09:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1867-11-27 09:20:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2001"}, "ids-in-sources": {"a4": "2001"}}, "raw": {"H": "9", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "27", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "2001", "PRO": "M", "SEC": "40", "YEA": "1867", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10754	kohler-frederic-1818-03-20	{"a4": "2002"}	{"lerrcp": "A4-2002"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Kohler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:24", "date": "1818-03-20 07:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "Mulhausen", "geoid": 0}, "notime": null, "date-ut": "1818-03-20 06:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Kohler"}, "birth": {"tzo": "+00:29:24", "date": "1818-03-20 07:00", "place": {"c2": "68", "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "Mulhausen", "geoid": 0}, "date-ut": "1818-03-20 06:30:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2002"}, "ids-in-sources": {"a4": "2002"}}, "raw": {"H": "6", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "20", "LAT": "48N 5", "LON": "7E21", "MON": "3", "NUM": "2002", "PRO": "M", "SEC": "36", "YEA": "1818", "CITY": "MULHAUSEN"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10755	krantz-louis-1846-03-26	{"a4": "2003"}	{"lerrcp": "A4-2003"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Krantz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:19", "date": "1846-03-26 09:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "notime": null, "date-ut": "1846-03-26 08:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Krantz"}, "birth": {"tzo": "+00:29:19", "date": "1846-03-26 09:00", "place": {"c2": "68", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "date-ut": "1846-03-26 08:30:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2003"}, "ids-in-sources": {"a4": "2003"}}, "raw": {"H": "8", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "26", "LAT": "48N 5", "LON": "7E21", "MON": "3", "NUM": "2003", "PRO": "M", "SEC": "36", "YEA": "1846", "CITY": "MULHOUSE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10756	krebs-pierre-1847-11-20	{"a4": "2004"}	{"lerrcp": "A4-2004"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Krebs", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1847-11-20 13:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Basseham", "geoid": 0}, "notime": null, "date-ut": "1847-11-20 12:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Krebs"}, "birth": {"tzo": "+00:24:44", "date": "1847-11-20 13:00", "place": {"c2": "57", "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Basseham", "geoid": 0}, "date-ut": "1847-11-20 12:35:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2004"}, "ids-in-sources": {"a4": "2004"}}, "raw": {"H": "12", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "20", "LAT": "49N 7", "LON": "6E11", "MON": "11", "NUM": "2004", "PRO": "M", "SEC": "16", "YEA": "1847", "CITY": "BASSEHAM"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10757	krieger-marie-1885-11-09	{"a4": "2005"}	{"lerrcp": "A4-2005"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Krieger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:49", "date": "1885-11-09 12:00", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.70505, "lat": 46.83712, "name": "Poligny", "geoid": 2986467}, "notime": null, "date-ut": "1885-11-09 11:37:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Krieger"}, "birth": {"tzo": "+00:22:49", "date": "1885-11-09 12:00", "place": {"c2": "39", "cy": "FR", "lg": 5.70505, "lat": 46.83712, "name": "Poligny", "geoid": 2986467}, "date-ut": "1885-11-09 11:37:48"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2005"}, "ids-in-sources": {"a4": "2005"}}, "raw": {"H": "11", "MN": "37", "TZ": "0", "COD": "39", "COU": "F", "DAY": "9", "LAT": "46N40", "LON": "5E33", "MON": "11", "NUM": "2005", "PRO": "M", "SEC": "48", "YEA": "1885", "CITY": "POLIGNY"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10758	kroll-francois-1808-09-30	{"a4": "2006"}	{"lerrcp": "A4-2006"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Kroll", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:32", "date": "1808-09-30 20:00", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.13282, "lat": 48.30089, "name": "Mirecourt", "geoid": 2993728}, "notime": null, "date-ut": "1808-09-30 19:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "François", "family": "Kroll"}, "birth": {"tzo": "+00:24:32", "date": "1808-09-30 20:00", "place": {"c2": "88", "cy": "FR", "lg": 6.13282, "lat": 48.30089, "name": "Mirecourt", "geoid": 2993728}, "date-ut": "1808-09-30 19:34:08"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2006"}, "ids-in-sources": {"a4": "2006"}}, "raw": {"H": "19", "MN": "34", "TZ": "0", "COD": "88", "COU": "F", "DAY": "30", "LAT": "48N10", "LON": "6E28", "MON": "9", "NUM": "2006", "PRO": "M", "SEC": "8", "YEA": "1808", "CITY": "MIRECOURT"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10759	labatut-joseph-1824-11-01	{"a4": "2007"}	{"lerrcp": "A4-2007"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Labatut", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:53", "date": "1824-11-01 01:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 2.22173, "lat": 43.05487, "name": "Limoux", "geoid": 2998264}, "notime": null, "date-ut": "1824-11-01 00:50:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Labatut"}, "birth": {"tzo": "+00:08:53", "date": "1824-11-01 01:00", "place": {"c2": "11", "cy": "FR", "lg": 2.22173, "lat": 43.05487, "name": "Limoux", "geoid": 2998264}, "date-ut": "1824-11-01 00:50:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2007"}, "ids-in-sources": {"a4": "2007"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "1", "LAT": "43N12", "LON": "2E21", "MON": "11", "NUM": "2007", "PRO": "M", "SEC": "36", "YEA": "1824", "CITY": "LIMOUX"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10760	labatut-theophile-1839-10-27	{"a4": "2008"}	{"lerrcp": "A4-2008"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theophile", "family": "Labatut", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:03:05", "date": "1839-10-27 05:00", "note": null, "place": {"c1": null, "c2": "82", "c3": null, "cy": "FR", "lg": 0.77034, "lat": 44.08767, "name": "Dunes", "geoid": 3020694}, "notime": null, "date-ut": "1839-10-27 04:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Theophile", "family": "Labatut"}, "birth": {"tzo": "+00:03:05", "date": "1839-10-27 05:00", "place": {"c2": "82", "cy": "FR", "lg": 0.77034, "lat": 44.08767, "name": "Dunes", "geoid": 3020694}, "date-ut": "1839-10-27 04:54:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2008"}, "ids-in-sources": {"a4": "2008"}}, "raw": {"H": "4", "MN": "54", "TZ": "0", "COD": "82", "COU": "F", "DAY": "27", "LAT": "44N 1", "LON": "1E20", "MON": "10", "NUM": "2008", "PRO": "M", "SEC": "40", "YEA": "1839", "CITY": "DUNES"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10761	labey-marcel-1875-08-06	{"a4": "2009"}	{"lerrcp": "A4-2009"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Labey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1875-08-06 05:30", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Levesinet", "geoid": 0}, "notime": null, "date-ut": "1875-08-06 05:21:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Labey"}, "birth": {"tzo": "+00:08:32", "date": "1875-08-06 05:30", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Levesinet", "geoid": 0}, "date-ut": "1875-08-06 05:21:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2009"}, "ids-in-sources": {"a4": "2009"}}, "raw": {"H": "5", "MN": "21", "TZ": "0", "COD": "78", "COU": "F", "DAY": "6", "LAT": "48N50", "LON": "2E 8", "MON": "8", "NUM": "2009", "PRO": "M", "SEC": "28", "YEA": "1875", "CITY": "LEVESINET"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10762	laboudet-alphonse-1852-09-23	{"a4": "2010"}	{"lerrcp": "A4-2010"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Laboudet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:32", "date": "1852-09-23 03:00", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.38333, "lat": 48.91667, "name": "Aubervilliers", "geoid": 3036386}, "notime": null, "date-ut": "1852-09-23 02:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Laboudet"}, "birth": {"tzo": "+00:09:32", "date": "1852-09-23 03:00", "place": {"c2": "93", "cy": "FR", "lg": 2.38333, "lat": 48.91667, "name": "Aubervilliers", "geoid": 3036386}, "date-ut": "1852-09-23 02:50"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2010"}, "ids-in-sources": {"a4": "2010"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "93", "COU": "F", "DAY": "23", "LAT": "48N55", "LON": "2E30", "MON": "9", "NUM": "2010", "PRO": "M", "SEC": "0", "YEA": "1852", "CITY": "AUBERVILLIERS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10763	lack-marie-1846-09-03	{"a4": "2011"}	{"lerrcp": "A4-2011"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Lack", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:16:24", "date": "1846-09-03 12:30", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.09795, "lat": 47.99597, "name": "Quimper", "geoid": 2984701}, "notime": null, "date-ut": "1846-09-03 12:46:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Lack"}, "birth": {"tzo": "-00:16:24", "date": "1846-09-03 12:30", "place": {"c2": "29", "cy": "FR", "lg": -4.09795, "lat": 47.99597, "name": "Quimper", "geoid": 2984701}, "date-ut": "1846-09-03 12:46:24"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2011"}, "ids-in-sources": {"a4": "2011"}}, "raw": {"H": "12", "MN": "46", "TZ": "0", "COD": "29", "COU": "F", "DAY": "3", "LAT": "48N 0", "LON": "4W 6", "MON": "9", "NUM": "2011", "PRO": "M", "SEC": "24", "YEA": "1846", "CITY": "QUIMPER"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10764	lacombe-louis-1818-11-26	{"a4": "2012"}	{"lerrcp": "A4-2012"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Lacombe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:36", "date": "1818-11-26 22:00", "note": null, "place": {"c1": null, "c2": "18", "c3": null, "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "notime": null, "date-ut": "1818-11-26 21:50:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Lacombe"}, "birth": {"tzo": "+00:09:36", "date": "1818-11-26 22:00", "place": {"c2": "18", "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "date-ut": "1818-11-26 21:50:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2012"}, "ids-in-sources": {"a4": "2012"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "18", "COU": "F", "DAY": "26", "LAT": "47N 5", "LON": "2E23", "MON": "11", "NUM": "2012", "PRO": "M", "SEC": "28", "YEA": "1818", "CITY": "BOURGES"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10765	lacombe-paul-1837-07-11	{"a4": "2013"}	{"lerrcp": "A4-2013"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Lacombe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1837-07-11 12:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "notime": null, "date-ut": "1837-07-11 11:50:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Lacombe"}, "birth": {"tzo": "+00:09:24", "date": "1837-07-11 12:00", "place": {"c2": "11", "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "date-ut": "1837-07-11 11:50:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2013"}, "ids-in-sources": {"a4": "2013"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "11", "LAT": "43N12", "LON": "2E21", "MON": "7", "NUM": "2013", "PRO": "M", "SEC": "36", "YEA": "1837", "CITY": "CARCASSONNE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10766	lacome-d-estalenx-paul-1838-03-03	{"a4": "2014"}	{"lerrcp": "A4-2014"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Lacome D'Estalenx Paul", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:24", "date": "1838-03-03 23:04:40", "note": null, "place": {"c1": null, "c2": "32", "c3": null, "cy": "FR", "lg": 0.6, "lat": 43.66667, "name": "Lehouga", "geoid": 0}, "notime": null, "date-ut": "1838-03-03 23:02:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Lacome D'Estalenx Paul"}, "birth": {"tzo": "+00:02:24", "date": "1838-03-03 23:04:40", "place": {"c2": "32", "cy": "FR", "lg": 0.6, "lat": 43.66667, "name": "Lehouga", "geoid": 0}, "date-ut": "1838-03-03 23:02:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2014"}, "ids-in-sources": {"a4": "2014"}}, "raw": {"H": "23", "MN": "2", "TZ": "0", "COD": "32", "COU": "F", "DAY": "3", "LAT": "43N40", "LON": "0E36", "MON": "3", "NUM": "2014", "PRO": "M", "SEC": "16", "YEA": "1838", "CITY": "LEHOUGA"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10767	ladmirault-paul-1877-12-08	{"a4": "2015"}	{"lerrcp": "A4-2015"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Ladmirault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1877-12-08 22:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1877-12-08 22:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Ladmirault"}, "birth": {"tzo": "-00:06:13", "date": "1877-12-08 22:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1877-12-08 22:06:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2015"}, "ids-in-sources": {"a4": "2015"}}, "raw": {"H": "22", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "8", "LAT": "47N13", "LON": "1W35", "MON": "12", "NUM": "2015", "PRO": "M", "SEC": "20", "YEA": "1877", "CITY": "NANTES"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10768	laffage-joseph-1844-01-26	{"a4": "2016"}	{"lerrcp": "A4-2016"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Laffage", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:12", "date": "1844-01-26 14:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.30177, "lat": 43.42721, "name": "Servian", "geoid": 2974775}, "notime": null, "date-ut": "1844-01-26 13:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Laffage"}, "birth": {"tzo": "+00:13:12", "date": "1844-01-26 14:00", "place": {"c2": "34", "cy": "FR", "lg": 3.30177, "lat": 43.42721, "name": "Servian", "geoid": 2974775}, "date-ut": "1844-01-26 13:44:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2016"}, "ids-in-sources": {"a4": "2016"}}, "raw": {"H": "13", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "26", "LAT": "43N37", "LON": "3E53", "MON": "1", "NUM": "2016", "PRO": "M", "SEC": "28", "YEA": "1844", "CITY": "SERVIAN"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10769	lagrange-bernard-1865-10-17	{"a4": "2017"}	{"lerrcp": "A4-2017"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Lagrange", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:16", "date": "1865-10-17 03:56:20", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.31855, "lat": 44.63641, "name": "Cadillac", "geoid": 3029253}, "notime": null, "date-ut": "1865-10-17 03:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Lagrange"}, "birth": {"tzo": "-00:01:16", "date": "1865-10-17 03:56:20", "place": {"c2": "33", "cy": "FR", "lg": -0.31855, "lat": 44.63641, "name": "Cadillac", "geoid": 3029253}, "date-ut": "1865-10-17 03:57:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2017"}, "ids-in-sources": {"a4": "2017"}}, "raw": {"H": "3", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "17", "LAT": "44N50", "LON": "0W34", "MON": "10", "NUM": "2017", "PRO": "M", "SEC": "36", "YEA": "1865", "CITY": "CADILLAC"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10770	laigre-paul-1870-10-01	{"a4": "2018"}	{"lerrcp": "A4-2018"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Laigre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:32", "date": "1870-10-01 23:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.63375, "lat": 50.22148, "name": "Bailleulval", "geoid": 3035350}, "notime": null, "date-ut": "1870-10-01 22:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Laigre"}, "birth": {"tzo": "+00:10:32", "date": "1870-10-01 23:00", "place": {"c2": "62", "cy": "FR", "lg": 2.63375, "lat": 50.22148, "name": "Bailleulval", "geoid": 3035350}, "date-ut": "1870-10-01 22:48:56"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2018"}, "ids-in-sources": {"a4": "2018"}}, "raw": {"H": "22", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "1", "LAT": "50N18", "LON": "2E46", "MON": "10", "NUM": "2018", "PRO": "M", "SEC": "56", "YEA": "1870", "CITY": "BAILLEULVAL"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10771	lalande-desire-1847-01-16	{"a4": "2019"}	{"lerrcp": "A4-2019"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Désiré", "family": "Lalande", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:04", "date": "1847-01-16 12:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Aire", "geoid": 0}, "notime": null, "date-ut": "1847-01-16 11:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Désiré", "family": "Lalande"}, "birth": {"tzo": "+00:11:04", "date": "1847-01-16 12:00", "place": {"c2": "62", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Aire", "geoid": 0}, "date-ut": "1847-01-16 11:48:56"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2019"}, "ids-in-sources": {"a4": "2019"}}, "raw": {"H": "11", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "16", "LAT": "50N18", "LON": "2E46", "MON": "1", "NUM": "2019", "PRO": "M", "SEC": "56", "YEA": "1847", "CITY": "AIRE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10772	lalanne-francois-1868-10-18	{"a4": "2020"}	{"lerrcp": "A4-2020"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Lalanne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:14", "date": "1868-10-18 04:55:14", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.55684, "lat": 43.48055, "name": "Biarritz", "geoid": 3032797}, "notime": null, "date-ut": "1868-10-18 05:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "François", "family": "Lalanne"}, "birth": {"tzo": "-00:06:14", "date": "1868-10-18 04:55:14", "place": {"c2": "64", "cy": "FR", "lg": -1.55684, "lat": 43.48055, "name": "Biarritz", "geoid": 3032797}, "date-ut": "1868-10-18 05:01:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2020"}, "ids-in-sources": {"a4": "2020"}}, "raw": {"H": "5", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "18", "LAT": "43N18", "LON": "0W22", "MON": "10", "NUM": "2020", "PRO": "M", "SEC": "28", "YEA": "1868", "CITY": "BIARRITZ"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10773	lalliet-casimir-1837-12-05	{"a4": "2021"}	{"lerrcp": "A4-2021"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Casimir", "family": "Lalliet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:36", "date": "1837-12-05 18:30", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.15082, "lat": 49.02414, "name": "Évreux", "geoid": 3019265}, "notime": null, "date-ut": "1837-12-05 18:25:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Casimir", "family": "Lalliet"}, "birth": {"tzo": "+00:04:36", "date": "1837-12-05 18:30", "place": {"c2": "27", "cy": "FR", "lg": 1.15082, "lat": 49.02414, "name": "Évreux", "geoid": 3019265}, "date-ut": "1837-12-05 18:25:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2021"}, "ids-in-sources": {"a4": "2021"}}, "raw": {"H": "18", "MN": "25", "TZ": "0", "COD": "27", "COU": "F", "DAY": "5", "LAT": "49N 1", "LON": "1E11", "MON": "12", "NUM": "2021", "PRO": "M", "SEC": "16", "YEA": "1837", "CITY": "EVREUX"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10774	lalo-edouard-1823-01-27	{"a4": "2022"}	{"lerrcp": "A4-2022"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Lalo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1823-01-27 15:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1823-01-27 14:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Lalo"}, "birth": {"tzo": "+00:12:14", "date": "1823-01-27 15:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1823-01-27 14:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2022"}, "ids-in-sources": {"a4": "2022"}}, "raw": {"H": "14", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "27", "LAT": "50N39", "LON": "3E 5", "MON": "1", "NUM": "2022", "PRO": "M", "SEC": "40", "YEA": "1823", "CITY": "LILLE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10775	lamart-felix-1845-10-20	{"a4": "2023"}	{"lerrcp": "A4-2023"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Lamart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:50", "date": "1845-10-20 00:30", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 3.95922, "lat": 49.04, "name": "Épernay", "geoid": 3020062}, "notime": null, "date-ut": "1845-10-20 00:12:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Lamart"}, "birth": {"tzo": "+00:15:50", "date": "1845-10-20 00:30", "place": {"c2": "51", "cy": "FR", "lg": 3.95922, "lat": 49.04, "name": "Épernay", "geoid": 3020062}, "date-ut": "1845-10-20 00:12:32"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2023"}, "ids-in-sources": {"a4": "2023"}}, "raw": {"H": "0", "MN": "12", "TZ": "0", "COD": "51", "COU": "F", "DAY": "20", "LAT": "48N57", "LON": "4E22", "MON": "10", "NUM": "2023", "PRO": "M", "SEC": "32", "YEA": "1845", "CITY": "EPERNAY"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10776	lamart-octave-1868-07-03	{"a4": "2024"}	{"lerrcp": "A4-2024"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Octave", "family": "Lamart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:49", "date": "1868-07-03 21:00", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "notime": null, "date-ut": "1868-07-03 20:57:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Octave", "family": "Lamart"}, "birth": {"tzo": "+00:02:49", "date": "1868-07-03 21:00", "place": {"c2": "37", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "date-ut": "1868-07-03 20:57:12"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2024"}, "ids-in-sources": {"a4": "2024"}}, "raw": {"H": "20", "MN": "57", "TZ": "0", "COD": "37", "COU": "F", "DAY": "3", "LAT": "47N24", "LON": "0E42", "MON": "7", "NUM": "2024", "PRO": "M", "SEC": "12", "YEA": "1868", "CITY": "TOURS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10777	lambert-charles-1857-07-11	{"a4": "2025"}	{"lerrcp": "A4-2025"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Lambert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1857-07-11 17:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Briey", "geoid": 0}, "notime": null, "date-ut": "1857-07-11 16:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Lambert"}, "birth": {"tzo": "+00:24:44", "date": "1857-07-11 17:00", "place": {"c2": "57", "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Briey", "geoid": 0}, "date-ut": "1857-07-11 16:35:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2025"}, "ids-in-sources": {"a4": "2025"}}, "raw": {"H": "16", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "11", "LAT": "49N 7", "LON": "6E11", "MON": "7", "NUM": "2025", "PRO": "M", "SEC": "16", "YEA": "1857", "CITY": "BRIEY"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10778	landowski-marcel-1915-02-18	{"a4": "2026"}	{"lerrcp": "A4-2026"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Landowski", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-02-18 20:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.1, "lat": 48, "name": "Pontlabbe", "geoid": 0}, "notime": null, "date-ut": "1915-02-18 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Landowski"}, "birth": {"tzo": "+00:00", "date": "1915-02-18 20:00", "place": {"c2": "29", "cy": "FR", "lg": -4.1, "lat": 48, "name": "Pontlabbe", "geoid": 0}, "date-ut": "1915-02-18 20:00"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2026"}, "ids-in-sources": {"a4": "2026"}}, "raw": {"H": "20", "MN": "0", "TZ": "0", "COD": "29", "COU": "F", "DAY": "18", "LAT": "48N 0", "LON": "4W 6", "MON": "2", "NUM": "2026", "PRO": "M", "SEC": "0", "YEA": "1915", "CITY": "PONTLABBE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10779	langlais-jean-1907-02-15	{"a4": "2027"}	{"lerrcp": "A4-2027"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Langlais", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1907-02-15 16:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Lafontenelle", "geoid": 0}, "notime": null, "date-ut": "1907-02-15 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Langlais"}, "birth": {"tzo": "+00:09:21", "date": "1907-02-15 16:00", "place": {"c2": "35", "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Lafontenelle", "geoid": 0}, "date-ut": "1907-02-15 15:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2027"}, "ids-in-sources": {"a4": "2027"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "35", "COU": "F", "DAY": "15", "LAT": "48N 7", "LON": "1W40", "MON": "2", "NUM": "2027", "PRO": "M", "SEC": "40", "YEA": "1907", "CITY": "LAFONTENELLE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10780	langrand-eugene-1877-02-11	{"a4": "2028"}	{"lerrcp": "A4-2028"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Langrand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:53", "date": "1877-02-11 23:03:33", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.97267, "lat": 50.27875, "name": "Maubeuge", "geoid": 2995150}, "notime": null, "date-ut": "1877-02-11 22:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Langrand"}, "birth": {"tzo": "+00:15:53", "date": "1877-02-11 23:03:33", "place": {"c2": "59", "cy": "FR", "lg": 3.97267, "lat": 50.27875, "name": "Maubeuge", "geoid": 2995150}, "date-ut": "1877-02-11 22:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2028"}, "ids-in-sources": {"a4": "2028"}}, "raw": {"H": "22", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "11", "LAT": "50N39", "LON": "3E 5", "MON": "2", "NUM": "2028", "PRO": "M", "SEC": "40", "YEA": "1877", "CITY": "MAUBEUGE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10781	lantier-pierre-1910-04-30	{"a4": "2029"}	{"lerrcp": "A4-2029"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Lantier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1910-04-30 01:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1910-04-30 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Lantier"}, "birth": {"tzo": "+00:09:21", "date": "1910-04-30 01:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1910-04-30 00:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2029"}, "ids-in-sources": {"a4": "2029"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "13", "COU": "F", "DAY": "30", "LAT": "43N18", "LON": "5E22", "MON": "4", "NUM": "2029", "PRO": "M", "SEC": "40", "YEA": "1910", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10782	laparra-raoul-1876-05-13	{"a4": "2030"}	{"lerrcp": "A4-2030"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raoul", "family": "Laparra", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:55", "date": "1876-05-13 10:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.22929, "lat": 48.87143, "name": "Suresnes", "geoid": 2973675}, "notime": null, "date-ut": "1876-05-13 09:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Raoul", "family": "Laparra"}, "birth": {"tzo": "+00:08:55", "date": "1876-05-13 10:00", "place": {"c2": "92", "cy": "FR", "lg": 2.22929, "lat": 48.87143, "name": "Suresnes", "geoid": 2973675}, "date-ut": "1876-05-13 09:51:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2030"}, "ids-in-sources": {"a4": "2030"}}, "raw": {"H": "9", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "13", "LAT": "48N50", "LON": "2E11", "MON": "5", "NUM": "2030", "PRO": "M", "SEC": "16", "YEA": "1876", "CITY": "SURESNES"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10783	la-presle-jacques-1888-07-05	{"a4": "2031"}	{"lerrcp": "A4-2031"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "La Presle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1888-07-05 08:45", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1888-07-05 08:36:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "La Presle"}, "birth": {"tzo": "+00:08:32", "date": "1888-07-05 08:45", "place": {"c2": "78", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1888-07-05 08:36:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2031"}, "ids-in-sources": {"a4": "2031"}}, "raw": {"H": "8", "MN": "36", "TZ": "0", "COD": "78", "COU": "F", "DAY": "5", "LAT": "48N50", "LON": "2E 8", "MON": "7", "NUM": "2031", "PRO": "M", "SEC": "28", "YEA": "1888", "CITY": "VERSAILLES"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10784	larmanjat-jacques-1878-10-19	{"a4": "2032"}	{"lerrcp": "A4-2032"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Larmanjat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1878-10-19 08:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1878-10-19 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Larmanjat"}, "birth": {"tzo": "+00:09:24", "date": "1878-10-19 08:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1878-10-19 07:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2032"}, "ids-in-sources": {"a4": "2032"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "19", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "2032", "PRO": "M", "SEC": "40", "YEA": "1878", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10785	larrieux-etienne-1844-12-27	{"a4": "2033"}	{"lerrcp": "A4-2033"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Larrieux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:03:14", "date": "1844-12-27 11:00", "note": null, "place": {"c1": null, "c2": "40", "c3": null, "cy": "FR", "lg": -0.80895, "lat": 43.83248, "name": "Tartas", "geoid": 2973338}, "notime": null, "date-ut": "1844-12-27 11:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Larrieux"}, "birth": {"tzo": "-00:03:14", "date": "1844-12-27 11:00", "place": {"c2": "40", "cy": "FR", "lg": -0.80895, "lat": 43.83248, "name": "Tartas", "geoid": 2973338}, "date-ut": "1844-12-27 11:02"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2033"}, "ids-in-sources": {"a4": "2033"}}, "raw": {"H": "11", "MN": "2", "TZ": "0", "COD": "40", "COU": "F", "DAY": "27", "LAT": "43N54", "LON": "0W30", "MON": "12", "NUM": "2033", "PRO": "M", "SEC": "0", "YEA": "1844", "CITY": "TARTAS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10786	lascoretz-francois-1825-10-14	{"a4": "2034"}	{"lerrcp": "A4-2034"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Lascoretz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:20", "date": "1825-10-14 12:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "notime": null, "date-ut": "1825-10-14 11:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "François", "family": "Lascoretz"}, "birth": {"tzo": "+00:16:20", "date": "1825-10-14 12:00", "place": {"c2": "10", "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "date-ut": "1825-10-14 11:43:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2034"}, "ids-in-sources": {"a4": "2034"}}, "raw": {"H": "11", "MN": "43", "TZ": "0", "COD": "10", "COU": "F", "DAY": "14", "LAT": "48N18", "LON": "4E 5", "MON": "10", "NUM": "2034", "PRO": "M", "SEC": "40", "YEA": "1825", "CITY": "TROYES"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10787	gauquelin-a4-2035-1838-07-29	{"a4": "2035"}	{"lerrcp": "A4-2035"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2035", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:17", "date": "1838-07-29 12:00", "note": null, "place": {"c1": null, "c2": "65", "c3": null, "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "notime": null, "date-ut": "1838-07-29 11:59:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2035"}, "birth": {"tzo": "+00:00:17", "date": "1838-07-29 12:00", "place": {"c2": "65", "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "date-ut": "1838-07-29 11:59:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2035"}, "ids-in-sources": {"a4": "2035"}}, "raw": {"H": "11", "MN": "59", "TZ": "0", "COD": "65", "COU": "F", "DAY": "29", "LAT": "43N14", "LON": "0E 5", "MON": "7", "NUM": "2035", "PRO": "M", "SEC": "40", "YEA": "1838", "CITY": "TARBES"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10788	laucien-zephirin-1831-04-04	{"a4": "2036"}	{"lerrcp": "A4-2036"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Zephirin", "family": "Laucien", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:28", "date": "1831-04-04 22:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Nouvion", "geoid": 0}, "notime": null, "date-ut": "1831-04-04 21:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Zephirin", "family": "Laucien"}, "birth": {"tzo": "+00:14:28", "date": "1831-04-04 22:00", "place": {"c2": "02", "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Nouvion", "geoid": 0}, "date-ut": "1831-04-04 21:45:32"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2036"}, "ids-in-sources": {"a4": "2036"}}, "raw": {"H": "21", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "4", "LAT": "49N34", "LON": "3E37", "MON": "4", "NUM": "2036", "PRO": "M", "SEC": "32", "YEA": "1831", "CITY": "NOUVION"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10789	lauga-francois-1852-04-10	{"a4": "2037"}	{"lerrcp": "A4-2037"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Lauga", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:16", "date": "1852-04-10 09:55:20", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Lareole", "geoid": 0}, "notime": null, "date-ut": "1852-04-10 09:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "François", "family": "Lauga"}, "birth": {"tzo": "-00:02:16", "date": "1852-04-10 09:55:20", "place": {"c2": "33", "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Lareole", "geoid": 0}, "date-ut": "1852-04-10 09:57:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2037"}, "ids-in-sources": {"a4": "2037"}}, "raw": {"H": "9", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "10", "LAT": "44N50", "LON": "0W34", "MON": "4", "NUM": "2037", "PRO": "M", "SEC": "36", "YEA": "1852", "CITY": "LAREOLE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10790	laurens-edmond-1852-11-10	{"a4": "2038"}	{"lerrcp": "A4-2038"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Laurens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01:56", "date": "1852-11-10 18:59", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 0.48171, "lat": 44.85157, "name": "Bergerac", "geoid": 3033391}, "notime": null, "date-ut": "1852-11-10 18:57:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Laurens"}, "birth": {"tzo": "+00:01:56", "date": "1852-11-10 18:59", "place": {"c2": "24", "cy": "FR", "lg": 0.48171, "lat": 44.85157, "name": "Bergerac", "geoid": 3033391}, "date-ut": "1852-11-10 18:57:04"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2038"}, "ids-in-sources": {"a4": "2038"}}, "raw": {"H": "18", "MN": "57", "TZ": "0", "COD": "24", "COU": "F", "DAY": "10", "LAT": "45N11", "LON": "0E44", "MON": "11", "NUM": "2038", "PRO": "M", "SEC": "4", "YEA": "1852", "CITY": "BERGERAC"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10791	laurent-bernard-1839-08-16	{"a4": "2039"}	{"lerrcp": "A4-2039"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Laurent", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:30", "date": "1839-08-16 15:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.62435, "lat": 48.84868, "name": "Noisiel", "geoid": 2990192}, "notime": null, "date-ut": "1839-08-16 14:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Laurent"}, "birth": {"tzo": "+00:10:30", "date": "1839-08-16 15:00", "place": {"c2": "77", "cy": "FR", "lg": 2.62435, "lat": 48.84868, "name": "Noisiel", "geoid": 2990192}, "date-ut": "1839-08-16 14:49:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2039"}, "ids-in-sources": {"a4": "2039"}}, "raw": {"H": "14", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "16", "LAT": "48N33", "LON": "2E40", "MON": "8", "NUM": "2039", "PRO": "M", "SEC": "20", "YEA": "1839", "CITY": "NOISIEL"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10792	lauret-simon-1808-12-25	{"a4": "2040"}	{"lerrcp": "A4-2040"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Simon", "family": "Lauret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:37", "date": "1808-12-25 04:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1808-12-25 03:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Simon", "family": "Lauret"}, "birth": {"tzo": "+00:07:37", "date": "1808-12-25 04:00", "place": {"c2": "45", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1808-12-25 03:52:24"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2040"}, "ids-in-sources": {"a4": "2040"}}, "raw": {"H": "3", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "25", "LAT": "47N54", "LON": "1E54", "MON": "12", "NUM": "2040", "PRO": "M", "SEC": "24", "YEA": "1808", "CITY": "ORLEANS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10793	lautier-jacques-1846-08-21	{"a4": "2041"}	{"lerrcp": "A4-2041"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Lautier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:46", "date": "1846-08-21 03:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "notime": null, "date-ut": "1846-08-21 02:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Lautier"}, "birth": {"tzo": "+00:14:46", "date": "1846-08-21 03:00", "place": {"c2": "34", "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "date-ut": "1846-08-21 02:44:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2041"}, "ids-in-sources": {"a4": "2041"}}, "raw": {"H": "2", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "21", "LAT": "43N37", "LON": "3E53", "MON": "8", "NUM": "2041", "PRO": "M", "SEC": "28", "YEA": "1846", "CITY": "SETE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10794	lavagne-jacques-1842-12-03	{"a4": "2042"}	{"lerrcp": "A4-2042"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Lavagne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:52", "date": "1842-12-03 04:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 6.46667, "lat": 43.53333, "name": "Biot", "geoid": 0}, "notime": null, "date-ut": "1842-12-03 03:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Lavagne"}, "birth": {"tzo": "+00:25:52", "date": "1842-12-03 04:00", "place": {"c2": "83", "cy": "FR", "lg": 6.46667, "lat": 43.53333, "name": "Biot", "geoid": 0}, "date-ut": "1842-12-03 03:34:08"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2042"}, "ids-in-sources": {"a4": "2042"}}, "raw": {"H": "3", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "3", "LAT": "43N32", "LON": "6E28", "MON": "12", "NUM": "2042", "PRO": "M", "SEC": "8", "YEA": "1842", "CITY": "BIOT"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10795	lavignac-alexandre-1846-01-22	{"a4": "2043"}	{"lerrcp": "A4-2043"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Lavignac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1846-01-22 21:15:04", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1846-01-22 21:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Lavignac"}, "birth": {"tzo": "+00:09:24", "date": "1846-01-22 21:15:04", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1846-01-22 21:05:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2043"}, "ids-in-sources": {"a4": "2043"}}, "raw": {"H": "21", "MN": "5", "TZ": "0", "COD": "75", "COU": "F", "DAY": "22", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "2043", "PRO": "M", "SEC": "40", "YEA": "1846", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10796	le-boucher-maurice-1882-05-25	{"a4": "2044"}	{"lerrcp": "A4-2044"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Le Boucher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:25", "date": "1882-05-25 22:10", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -1.10384, "lat": 49.31604, "name": "Isigny-sur-Mer", "geoid": 3012712}, "notime": null, "date-ut": "1882-05-25 22:16:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Le Boucher"}, "birth": {"tzo": "-00:04:25", "date": "1882-05-25 22:10", "place": {"c2": "14", "cy": "FR", "lg": -1.10384, "lat": 49.31604, "name": "Isigny-sur-Mer", "geoid": 3012712}, "date-ut": "1882-05-25 22:16:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2044"}, "ids-in-sources": {"a4": "2044"}}, "raw": {"H": "22", "MN": "16", "TZ": "0", "COD": "14", "COU": "F", "DAY": "25", "LAT": "49N11", "LON": "0W22", "MON": "5", "NUM": "2044", "PRO": "M", "SEC": "28", "YEA": "1882", "CITY": "ISIGNY-S-MER"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10797	lebrun-charles-1847-09-03	{"a4": "2045"}	{"lerrcp": "A4-2045"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Lebrun", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:18", "date": "1847-09-03 20:03:06", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 3.07301, "lat": 49.74721, "name": "Ham", "geoid": 3014029}, "notime": null, "date-ut": "1847-09-03 19:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Lebrun"}, "birth": {"tzo": "+00:12:18", "date": "1847-09-03 20:03:06", "place": {"c2": "80", "cy": "FR", "lg": 3.07301, "lat": 49.74721, "name": "Ham", "geoid": 3014029}, "date-ut": "1847-09-03 19:50:48"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2045"}, "ids-in-sources": {"a4": "2045"}}, "raw": {"H": "19", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "3", "LAT": "49N54", "LON": "2E18", "MON": "9", "NUM": "2045", "PRO": "M", "SEC": "48", "YEA": "1847", "CITY": "HAM"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10798	lecerf-charles-1826-04-05	{"a4": "2046"}	{"lerrcp": "A4-2046"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Lecerf", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:45", "date": "1826-04-05 01:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.43769, "lat": 48.8486, "name": "Vincennes", "geoid": 2968054}, "notime": null, "date-ut": "1826-04-05 00:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Lecerf"}, "birth": {"tzo": "+00:09:45", "date": "1826-04-05 01:00", "place": {"c2": "94", "cy": "FR", "lg": 2.43769, "lat": 48.8486, "name": "Vincennes", "geoid": 2968054}, "date-ut": "1826-04-05 00:50:04"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2046"}, "ids-in-sources": {"a4": "2046"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "5", "LAT": "48N47", "LON": "2E29", "MON": "4", "NUM": "2046", "PRO": "M", "SEC": "4", "YEA": "1826", "CITY": "VINCENNES"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10799	lechien-desire-1863-04-04	{"a4": "2047"}	{"lerrcp": "A4-2047"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Désiré", "family": "Lechien", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:32", "date": "1863-04-04 05:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.13333, "lat": 48.31667, "name": "Champigny", "geoid": 3027103}, "notime": null, "date-ut": "1863-04-04 04:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Désiré", "family": "Lechien"}, "birth": {"tzo": "+00:12:32", "date": "1863-04-04 05:00", "place": {"c2": "89", "cy": "FR", "lg": 3.13333, "lat": 48.31667, "name": "Champigny", "geoid": 3027103}, "date-ut": "1863-04-04 04:45:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2047"}, "ids-in-sources": {"a4": "2047"}}, "raw": {"H": "4", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "4", "LAT": "47N48", "LON": "3E35", "MON": "4", "NUM": "2047", "PRO": "M", "SEC": "40", "YEA": "1863", "CITY": "CHAMPIGNY"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10800	leclere-pierre-1862-11-24	{"a4": "2048"}	{"lerrcp": "A4-2048"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Leclere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:20", "date": "1862-11-24 06:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "notime": null, "date-ut": "1862-11-24 05:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Leclere"}, "birth": {"tzo": "+00:16:20", "date": "1862-11-24 06:00", "place": {"c2": "10", "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "date-ut": "1862-11-24 05:43:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2048"}, "ids-in-sources": {"a4": "2048"}}, "raw": {"H": "5", "MN": "43", "TZ": "0", "COD": "10", "COU": "F", "DAY": "24", "LAT": "48N18", "LON": "4E 5", "MON": "11", "NUM": "2048", "PRO": "M", "SEC": "40", "YEA": "1862", "CITY": "TROYES"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10801	lecocq-alexandre-1832-06-03	{"a4": "2049"}	{"lerrcp": "A4-2049"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Lecocq", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1832-06-03 11:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1832-06-03 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Lecocq"}, "birth": {"tzo": "+00:09:24", "date": "1832-06-03 11:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1832-06-03 10:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2049"}, "ids-in-sources": {"a4": "2049"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "3", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "2049", "PRO": "M", "SEC": "40", "YEA": "1832", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10802	lecointe-eugene-1817-05-10	{"a4": "2050"}	{"lerrcp": "A4-2050"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Lecointe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1817-05-10 18:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1817-05-10 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Lecointe"}, "birth": {"tzo": "+00:09:24", "date": "1817-05-10 18:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1817-05-10 17:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2050"}, "ids-in-sources": {"a4": "2050"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "10", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "2050", "PRO": "M", "SEC": "40", "YEA": "1817", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10803	le-couppey-felix-1811-04-14	{"a4": "2051"}	{"lerrcp": "A4-2051"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Le Couppey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1811-04-14 02:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1811-04-14 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Le Couppey"}, "birth": {"tzo": "+00:09:24", "date": "1811-04-14 02:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1811-04-14 01:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2051"}, "ids-in-sources": {"a4": "2051"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "14", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "2051", "PRO": "M", "SEC": "40", "YEA": "1811", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10804	lecussant-louis-1877-09-08	{"a4": "2052"}	{"lerrcp": "A4-2052"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Lecussant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:00:30", "date": "1877-09-08 04:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.12506, "lat": 44.77813, "name": "Rauzan", "geoid": 2984351}, "notime": null, "date-ut": "1877-09-08 03:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Lecussant"}, "birth": {"tzo": "-00:00:30", "date": "1877-09-08 04:00", "place": {"c2": "33", "cy": "FR", "lg": -0.12506, "lat": 44.77813, "name": "Rauzan", "geoid": 2984351}, "date-ut": "1877-09-08 03:57:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2052"}, "ids-in-sources": {"a4": "2052"}}, "raw": {"H": "3", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "8", "LAT": "44N50", "LON": "0W34", "MON": "9", "NUM": "2052", "PRO": "M", "SEC": "36", "YEA": "1877", "CITY": "RAUZAN"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10805	lede-henri-1832-02-29	{"a4": "2053"}	{"lerrcp": "A4-2053"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Lede", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:09", "date": "1832-02-29 21:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 2.53729, "lat": 50.72374, "name": "Hazebrouck", "geoid": 3013619}, "notime": null, "date-ut": "1832-02-29 20:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Lede"}, "birth": {"tzo": "+00:10:09", "date": "1832-02-29 21:00", "place": {"c2": "59", "cy": "FR", "lg": 2.53729, "lat": 50.72374, "name": "Hazebrouck", "geoid": 3013619}, "date-ut": "1832-02-29 20:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2053"}, "ids-in-sources": {"a4": "2053"}}, "raw": {"H": "20", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "29", "LAT": "50N39", "LON": "3E 5", "MON": "2", "NUM": "2053", "PRO": "M", "SEC": "40", "YEA": "1832", "CITY": "HAZEBROUCK"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10806	leduc-jules-1829-01-09	{"a4": "2054"}	{"lerrcp": "A4-2054"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Leduc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:34", "date": "1829-01-09 02:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 2.64125, "lat": 50.64329, "name": "Merville", "geoid": 2994297}, "notime": null, "date-ut": "1829-01-09 01:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Leduc"}, "birth": {"tzo": "+00:10:34", "date": "1829-01-09 02:00", "place": {"c2": "59", "cy": "FR", "lg": 2.64125, "lat": 50.64329, "name": "Merville", "geoid": 2994297}, "date-ut": "1829-01-09 01:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2054"}, "ids-in-sources": {"a4": "2054"}}, "raw": {"H": "1", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "9", "LAT": "50N39", "LON": "3E 5", "MON": "1", "NUM": "2054", "PRO": "M", "SEC": "40", "YEA": "1829", "CITY": "MERVILLE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10807	lefebvre-armand-1854-01-27	{"a4": "2055"}	{"lerrcp": "A4-2055"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Lefebvre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1854-01-27 17:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1854-01-27 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Lefebvre"}, "birth": {"tzo": "+00:09:24", "date": "1854-01-27 17:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1854-01-27 16:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2055"}, "ids-in-sources": {"a4": "2055"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "27", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "2055", "PRO": "M", "SEC": "40", "YEA": "1854", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10808	lefebvre-charles-1843-06-19	{"a4": "2056"}	{"lerrcp": "A4-2056"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Lefebvre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1843-06-19 10:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1843-06-19 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Lefebvre"}, "birth": {"tzo": "+00:09:24", "date": "1843-06-19 10:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1843-06-19 09:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2056"}, "ids-in-sources": {"a4": "2056"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "19", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "2056", "PRO": "M", "SEC": "40", "YEA": "1843", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10809	lefebvre-charles-1826-01-19	{"a4": "2057"}	{"lerrcp": "A4-2057"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Lefebvre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:04", "date": "1826-01-19 02:30", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 2.51787, "lat": 50.69365, "name": "Morbecque", "geoid": 2991881}, "notime": null, "date-ut": "1826-01-19 02:17:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Lefebvre"}, "birth": {"tzo": "+00:10:04", "date": "1826-01-19 02:30", "place": {"c2": "59", "cy": "FR", "lg": 2.51787, "lat": 50.69365, "name": "Morbecque", "geoid": 2991881}, "date-ut": "1826-01-19 02:17:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2057"}, "ids-in-sources": {"a4": "2057"}}, "raw": {"H": "2", "MN": "17", "TZ": "0", "COD": "59", "COU": "F", "DAY": "19", "LAT": "50N39", "LON": "3E 5", "MON": "1", "NUM": "2057", "PRO": "M", "SEC": "40", "YEA": "1826", "CITY": "MORBECQUE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10810	lefebvre-jules-1827-10-28	{"a4": "2058"}	{"lerrcp": "A4-2058"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Lefebvre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:04", "date": "1827-10-28 16:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 2.51787, "lat": 50.69365, "name": "Morbecque", "geoid": 2991881}, "notime": null, "date-ut": "1827-10-28 15:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Lefebvre"}, "birth": {"tzo": "+00:10:04", "date": "1827-10-28 16:00", "place": {"c2": "59", "cy": "FR", "lg": 2.51787, "lat": 50.69365, "name": "Morbecque", "geoid": 2991881}, "date-ut": "1827-10-28 15:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2058"}, "ids-in-sources": {"a4": "2058"}}, "raw": {"H": "15", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "28", "LAT": "50N39", "LON": "3E 5", "MON": "10", "NUM": "2058", "PRO": "M", "SEC": "40", "YEA": "1827", "CITY": "MORBECQUE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10811	le-flem-paul-1881-11-13	{"a4": "2059"}	{"lerrcp": "A4-2059"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Le Flem", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:11", "date": "1881-11-13 20:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -2.75, "lat": 48.51667, "name": "Pleumeurgautier", "geoid": 0}, "notime": null, "date-ut": "1881-11-13 20:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Le Flem"}, "birth": {"tzo": "-00:11", "date": "1881-11-13 20:00", "place": {"c2": "22", "cy": "FR", "lg": -2.75, "lat": 48.51667, "name": "Pleumeurgautier", "geoid": 0}, "date-ut": "1881-11-13 20:11"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2059"}, "ids-in-sources": {"a4": "2059"}}, "raw": {"H": "20", "MN": "11", "TZ": "0", "COD": "22", "COU": "F", "DAY": "13", "LAT": "48N31", "LON": "2W45", "MON": "11", "NUM": "2059", "PRO": "M", "SEC": "0", "YEA": "1881", "CITY": "PLEUMEURGAUTIER"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10812	lefort-narcisse-1852-06-18	{"a4": "2060"}	{"lerrcp": "A4-2060"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Narcisse", "family": "Lefort", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1852-06-18 11:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1852-06-18 11:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Narcisse", "family": "Lefort"}, "birth": {"tzo": "+00:09:24", "date": "1852-06-18 11:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1852-06-18 11:20:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2060"}, "ids-in-sources": {"a4": "2060"}}, "raw": {"H": "11", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "18", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "2060", "PRO": "M", "SEC": "40", "YEA": "1852", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10813	lejeune-georges-1820-02-18	{"a4": "2061"}	{"lerrcp": "A4-2061"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Lejeune", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:40", "date": "1820-02-18 09:00", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.16667, "lat": 48.76667, "name": "Barleduc", "geoid": 0}, "notime": null, "date-ut": "1820-02-18 08:39:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Lejeune"}, "birth": {"tzo": "+00:20:40", "date": "1820-02-18 09:00", "place": {"c2": "55", "cy": "FR", "lg": 5.16667, "lat": 48.76667, "name": "Barleduc", "geoid": 0}, "date-ut": "1820-02-18 08:39:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2061"}, "ids-in-sources": {"a4": "2061"}}, "raw": {"H": "8", "MN": "39", "TZ": "0", "COD": "55", "COU": "F", "DAY": "18", "LAT": "48N46", "LON": "5E10", "MON": "2", "NUM": "2061", "PRO": "M", "SEC": "20", "YEA": "1820", "CITY": "BARLEDUC"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10814	lejeune-maximin-1847-04-30	{"a4": "2062"}	{"lerrcp": "A4-2062"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maximin", "family": "Lejeune", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:06", "date": "1847-04-30 07:56:58", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 4.27647, "lat": 47.65125, "name": "Buffon", "geoid": 3029642}, "notime": null, "date-ut": "1847-04-30 07:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Maximin", "family": "Lejeune"}, "birth": {"tzo": "+00:17:06", "date": "1847-04-30 07:56:58", "place": {"c2": "21", "cy": "FR", "lg": 4.27647, "lat": 47.65125, "name": "Buffon", "geoid": 3029642}, "date-ut": "1847-04-30 07:39:52"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2062"}, "ids-in-sources": {"a4": "2062"}}, "raw": {"H": "7", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "30", "LAT": "47N19", "LON": "5E 2", "MON": "4", "NUM": "2062", "PRO": "M", "SEC": "52", "YEA": "1847", "CITY": "BUFFON"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10815	lekeu-guillaume-1870-01-20	{"a4": "2063"}	{"lerrcp": "A4-2063"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guillaume", "family": "Lekeu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "BE", "lg": 5.86667, "lat": 50.58333, "name": "HEUSYPRESVERVIE", "geoid": 0}, "notime": null, "date-ut": "1870-01-20 00:51:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Guillaume", "family": "Lekeu"}, "birth": {"place": {"c2": "", "cy": "BE", "lg": 5.86667, "lat": 50.58333, "name": "HEUSYPRESVERVIE", "geoid": 0}, "date-ut": "1870-01-20 00:51:32"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2063"}, "ids-in-sources": {"a4": "2063"}}, "raw": {"H": "0", "MN": "51", "TZ": "0", "COD": "BEL", "COU": "F", "DAY": "20", "LAT": "50N35", "LON": "5E52", "MON": "1", "NUM": "2063", "PRO": "M", "SEC": "32", "YEA": "1870", "CITY": "HEUSYPRESVERVIE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10816	lemaire-jean-1842-01-16	{"a4": "2064"}	{"lerrcp": "A4-2064"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lemaire", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:04", "date": "1842-01-16 05:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Aire", "geoid": 0}, "notime": null, "date-ut": "1842-01-16 04:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lemaire"}, "birth": {"tzo": "+00:11:04", "date": "1842-01-16 05:00", "place": {"c2": "62", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Aire", "geoid": 0}, "date-ut": "1842-01-16 04:48:56"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2064"}, "ids-in-sources": {"a4": "2064"}}, "raw": {"H": "4", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "16", "LAT": "50N18", "LON": "2E46", "MON": "1", "NUM": "2064", "PRO": "M", "SEC": "56", "YEA": "1842", "CITY": "AIRE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10817	lemoine-leon-1855-07-20	{"a4": "2065"}	{"lerrcp": "A4-2065"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Lemoine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1855-07-20 18:45:04", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1855-07-20 18:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Lemoine"}, "birth": {"tzo": "+00:09:24", "date": "1855-07-20 18:45:04", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1855-07-20 18:35:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2065"}, "ids-in-sources": {"a4": "2065"}}, "raw": {"H": "18", "MN": "35", "TZ": "0", "COD": "75", "COU": "F", "DAY": "20", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "2065", "PRO": "M", "SEC": "40", "YEA": "1855", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10818	lepine-jean-1826-05-15	{"a4": "2066"}	{"lerrcp": "A4-2066"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lepine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1826-05-15 02:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Neuvillestremy", "geoid": 0}, "notime": null, "date-ut": "1826-05-15 01:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lepine"}, "birth": {"tzo": "+00:12:20", "date": "1826-05-15 02:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Neuvillestremy", "geoid": 0}, "date-ut": "1826-05-15 01:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2066"}, "ids-in-sources": {"a4": "2066"}}, "raw": {"H": "1", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "15", "LAT": "50N39", "LON": "3E 5", "MON": "5", "NUM": "2066", "PRO": "M", "SEC": "40", "YEA": "1826", "CITY": "NEUVILLESTREMY"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10819	le-rey-frederic-1858-05-19	{"a4": "2067"}	{"lerrcp": "A4-2067"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Le Rey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:20", "date": "1858-05-19 02:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Cherbourg", "geoid": 0}, "notime": null, "date-ut": "1858-05-19 02:04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Le Rey"}, "birth": {"tzo": "-00:04:20", "date": "1858-05-19 02:00", "place": {"c2": "50", "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Cherbourg", "geoid": 0}, "date-ut": "1858-05-19 02:04:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2067"}, "ids-in-sources": {"a4": "2067"}}, "raw": {"H": "2", "MN": "4", "TZ": "0", "COD": "50", "COU": "F", "DAY": "19", "LAT": "49N 7", "LON": "1W 5", "MON": "5", "NUM": "2067", "PRO": "M", "SEC": "20", "YEA": "1858", "CITY": "CHERBOURG"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10820	lermyte-andre-1882-09-20	{"a4": "2068"}	{"lerrcp": "A4-2068"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Lermyte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:56", "date": "1882-09-20 14:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Charentonlepont", "geoid": 0}, "notime": null, "date-ut": "1882-09-20 13:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "André", "family": "Lermyte"}, "birth": {"tzo": "+00:09:56", "date": "1882-09-20 14:00", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Charentonlepont", "geoid": 0}, "date-ut": "1882-09-20 13:50:04"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2068"}, "ids-in-sources": {"a4": "2068"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "20", "LAT": "48N47", "LON": "2E29", "MON": "9", "NUM": "2068", "PRO": "M", "SEC": "4", "YEA": "1882", "CITY": "CHARENTONLEPONT"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10821	leroux-emile-1860-03-09	{"a4": "2069"}	{"lerrcp": "A4-2069"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Leroux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:23", "date": "1860-03-09 07:30", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09413, "lat": 49.33309, "name": "Oissel", "geoid": 2989646}, "notime": null, "date-ut": "1860-03-09 07:25:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Leroux"}, "birth": {"tzo": "+00:04:23", "date": "1860-03-09 07:30", "place": {"c2": "76", "cy": "FR", "lg": 1.09413, "lat": 49.33309, "name": "Oissel", "geoid": 2989646}, "date-ut": "1860-03-09 07:25:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2069"}, "ids-in-sources": {"a4": "2069"}}, "raw": {"H": "7", "MN": "25", "TZ": "0", "COD": "76", "COU": "F", "DAY": "9", "LAT": "49N26", "LON": "1E 5", "MON": "3", "NUM": "2069", "PRO": "M", "SEC": "40", "YEA": "1860", "CITY": "OISSEL"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10822	leroy-jules-1838-11-01	{"a4": "2070"}	{"lerrcp": "A4-2070"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Leroy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1838-11-01 09:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Avesnes", "geoid": 0}, "notime": null, "date-ut": "1838-11-01 08:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Leroy"}, "birth": {"tzo": "+00:12:20", "date": "1838-11-01 09:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Avesnes", "geoid": 0}, "date-ut": "1838-11-01 08:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2070"}, "ids-in-sources": {"a4": "2070"}}, "raw": {"H": "8", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "1", "LAT": "50N39", "LON": "3E 5", "MON": "11", "NUM": "2070", "PRO": "M", "SEC": "40", "YEA": "1838", "CITY": "AVESNES"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10823	gauquelin-a4-2071-1866-02-06	{"a4": "2071"}	{"lerrcp": "A4-2071"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2071", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:02", "date": "1866-02-06 02:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.25666, "lat": 48.89672, "name": "Courbevoie", "geoid": 3023141}, "notime": null, "date-ut": "1866-02-06 01:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2071"}, "birth": {"tzo": "+00:09:02", "date": "1866-02-06 02:00", "place": {"c2": "92", "cy": "FR", "lg": 2.25666, "lat": 48.89672, "name": "Courbevoie", "geoid": 3023141}, "date-ut": "1866-02-06 01:51:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2071"}, "ids-in-sources": {"a4": "2071"}}, "raw": {"H": "1", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "6", "LAT": "48N50", "LON": "2E11", "MON": "2", "NUM": "2071", "PRO": "M", "SEC": "16", "YEA": "1866", "CITY": "COURBEVOIE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10824	letorey-omer-1873-05-04	{"a4": "2072"}	{"lerrcp": "A4-2072"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Omer", "family": "Letorey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:25", "date": "1873-05-04 11:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.85372, "lat": 46.78112, "name": "Chalon-sur-Saône", "geoid": 3027484}, "notime": null, "date-ut": "1873-05-04 10:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Omer", "family": "Letorey"}, "birth": {"tzo": "+00:19:25", "date": "1873-05-04 11:00", "place": {"c2": "71", "cy": "FR", "lg": 4.85372, "lat": 46.78112, "name": "Chalon-sur-Saône", "geoid": 3027484}, "date-ut": "1873-05-04 10:40:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2072"}, "ids-in-sources": {"a4": "2072"}}, "raw": {"H": "10", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "4", "LAT": "46N18", "LON": "4E50", "MON": "5", "NUM": "2072", "PRO": "M", "SEC": "40", "YEA": "1873", "CITY": "CHALON-S-SAONE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10825	leveque-marie-1846-07-10	{"a4": "2073"}	{"lerrcp": "A4-2073"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Leveque", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:18", "date": "1846-07-10 07:33:06", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 3.07301, "lat": 49.74721, "name": "Ham", "geoid": 3014029}, "notime": null, "date-ut": "1846-07-10 07:20:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Leveque"}, "birth": {"tzo": "+00:12:18", "date": "1846-07-10 07:33:06", "place": {"c2": "80", "cy": "FR", "lg": 3.07301, "lat": 49.74721, "name": "Ham", "geoid": 3014029}, "date-ut": "1846-07-10 07:20:48"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2073"}, "ids-in-sources": {"a4": "2073"}}, "raw": {"H": "7", "MN": "20", "TZ": "0", "COD": "80", "COU": "F", "DAY": "10", "LAT": "49N54", "LON": "2E18", "MON": "7", "NUM": "2073", "PRO": "M", "SEC": "48", "YEA": "1846", "CITY": "HAM"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10826	gauquelin-a4-2074-1833-02-02	{"a4": "2074"}	{"lerrcp": "A4-2074"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2074", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:24", "date": "1833-02-02 17:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "", "geoid": 0}, "notime": null, "date-ut": "1833-02-02 16:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2074"}, "birth": {"tzo": "+00:29:24", "date": "1833-02-02 17:00", "place": {"c2": "68", "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "", "geoid": 0}, "date-ut": "1833-02-02 16:30:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2074"}, "ids-in-sources": {"a4": "2074"}}, "raw": {"H": "16", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "2", "LAT": "48N 5", "LON": "7E21", "MON": "2", "NUM": "2074", "PRO": "M", "SEC": "36", "YEA": "1833", "CITY": ""}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10827	levy-maurice-1883-06-28	{"a4": "2075"}	{"lerrcp": "A4-2075"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Levy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:44", "date": "1883-06-28 06:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Villedavray", "geoid": 0}, "notime": null, "date-ut": "1883-06-28 05:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Levy"}, "birth": {"tzo": "+00:08:44", "date": "1883-06-28 06:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Villedavray", "geoid": 0}, "date-ut": "1883-06-28 05:51:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2075"}, "ids-in-sources": {"a4": "2075"}}, "raw": {"H": "5", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "28", "LAT": "48N50", "LON": "2E11", "MON": "6", "NUM": "2075", "PRO": "M", "SEC": "16", "YEA": "1883", "CITY": "VILLEDAVRAY"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10828	libert-henri-1869-12-15	{"a4": "2076"}	{"lerrcp": "A4-2076"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Libert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1869-12-15 01:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1869-12-15 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Libert"}, "birth": {"tzo": "+00:09:24", "date": "1869-12-15 01:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1869-12-15 00:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2076"}, "ids-in-sources": {"a4": "2076"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "15", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "2076", "PRO": "M", "SEC": "40", "YEA": "1869", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10829	lioncourt-guy-1885-12-01	{"a4": "2077"}	{"lerrcp": "A4-2077"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Lioncourt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:26", "date": "1885-12-01 13:30", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.35912, "lat": 49.18585, "name": "Caen", "geoid": 3029241}, "notime": null, "date-ut": "1885-12-01 13:31:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Lioncourt"}, "birth": {"tzo": "-00:01:26", "date": "1885-12-01 13:30", "place": {"c2": "14", "cy": "FR", "lg": -0.35912, "lat": 49.18585, "name": "Caen", "geoid": 3029241}, "date-ut": "1885-12-01 13:31:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2077"}, "ids-in-sources": {"a4": "2077"}}, "raw": {"H": "13", "MN": "31", "TZ": "0", "COD": "14", "COU": "F", "DAY": "1", "LAT": "49N11", "LON": "0W22", "MON": "12", "NUM": "2077", "PRO": "M", "SEC": "28", "YEA": "1885", "CITY": "CAEN"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10830	litaize-gaston-1909-08-11	{"a4": "2078"}	{"lerrcp": "A4-2078"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Litaize", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "Menilsbelvitte", "geoid": 0}, "notime": null, "date-ut": "1909-08-11 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Litaize"}, "birth": {"place": {"c2": "88", "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "Menilsbelvitte", "geoid": 0}, "date-ut": "1909-08-11 01:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2078"}, "ids-in-sources": {"a4": "2078"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "88", "COU": "F", "DAY": "11", "LAT": "48N10", "LON": "6E28", "MON": "8", "NUM": "2078", "PRO": "M", "SEC": "40", "YEA": "1909", "CITY": "MENILSBELVITTE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10831	loewenthal-nathan-1845-07-21	{"a4": "2079"}	{"lerrcp": "A4-2079"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nathan", "family": "Loewenthal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1845-07-21 03:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1845-07-21 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Nathan", "family": "Loewenthal"}, "birth": {"tzo": "+00:09:24", "date": "1845-07-21 03:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1845-07-21 02:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2079"}, "ids-in-sources": {"a4": "2079"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "21", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "2079", "PRO": "M", "SEC": "40", "YEA": "1845", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10832	loiseau-emile-1874-12-31	{"a4": "2080"}	{"lerrcp": "A4-2080"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Loiseau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:59", "date": "1874-12-31 02:03:23", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 2.7438, "lat": 47.63343, "name": "Briare", "geoid": 3030132}, "notime": null, "date-ut": "1874-12-31 01:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Loiseau"}, "birth": {"tzo": "+00:10:59", "date": "1874-12-31 02:03:23", "place": {"c2": "45", "cy": "FR", "lg": 2.7438, "lat": 47.63343, "name": "Briare", "geoid": 3030132}, "date-ut": "1874-12-31 01:52:24"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2080"}, "ids-in-sources": {"a4": "2080"}}, "raw": {"H": "1", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "31", "LAT": "47N54", "LON": "1E54", "MON": "12", "NUM": "2080", "PRO": "M", "SEC": "24", "YEA": "1874", "CITY": "BRIARE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10833	longy-gustave-1868-08-29	{"a4": "2081"}	{"lerrcp": "A4-2081"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Longy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:21", "date": "1868-08-29 01:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 1.83547, "lat": 50.10521, "name": "Abbeville", "geoid": 3038789}, "notime": null, "date-ut": "1868-08-29 00:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Longy"}, "birth": {"tzo": "+00:07:21", "date": "1868-08-29 01:00", "place": {"c2": "80", "cy": "FR", "lg": 1.83547, "lat": 50.10521, "name": "Abbeville", "geoid": 3038789}, "date-ut": "1868-08-29 00:50:48"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2081"}, "ids-in-sources": {"a4": "2081"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "29", "LAT": "49N54", "LON": "2E18", "MON": "8", "NUM": "2081", "PRO": "M", "SEC": "48", "YEA": "1868", "CITY": "ABBEVILLE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10834	loucheur-raymond-1899-01-01	{"a4": "2082"}	{"lerrcp": "A4-2082"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Loucheur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-01-01 03:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "notime": null, "date-ut": "1899-01-01 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Loucheur"}, "birth": {"tzo": "+00:09:21", "date": "1899-01-01 03:00", "place": {"c2": "59", "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "date-ut": "1899-01-01 02:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2082"}, "ids-in-sources": {"a4": "2082"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "59", "COU": "F", "DAY": "1", "LAT": "50N39", "LON": "3E 5", "MON": "1", "NUM": "2082", "PRO": "M", "SEC": "40", "YEA": "1899", "CITY": "TOURCOING"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10835	lubineau-emile-1868-05-04	{"a4": "2083"}	{"lerrcp": "A4-2083"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Lubineau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:48", "date": "1868-05-04 07:30", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.2, "lat": 48.01667, "name": "Besse", "geoid": 0}, "notime": null, "date-ut": "1868-05-04 07:29:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Lubineau"}, "birth": {"tzo": "+00:00:48", "date": "1868-05-04 07:30", "place": {"c2": "72", "cy": "FR", "lg": 0.2, "lat": 48.01667, "name": "Besse", "geoid": 0}, "date-ut": "1868-05-04 07:29:12"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2083"}, "ids-in-sources": {"a4": "2083"}}, "raw": {"H": "7", "MN": "29", "TZ": "0", "COD": "72", "COU": "F", "DAY": "4", "LAT": "48N 1", "LON": "0E12", "MON": "5", "NUM": "2083", "PRO": "M", "SEC": "12", "YEA": "1868", "CITY": "BESSE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10836	luigini-alexandre-1850-03-09	{"a4": "2084"}	{"lerrcp": "A4-2084"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Luigini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1850-03-09 02:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1850-03-09 01:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Luigini"}, "birth": {"tzo": "+00:19:23", "date": "1850-03-09 02:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1850-03-09 01:40:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2084"}, "ids-in-sources": {"a4": "2084"}}, "raw": {"H": "1", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "9", "LAT": "45N46", "LON": "4E50", "MON": "3", "NUM": "2084", "PRO": "M", "SEC": "40", "YEA": "1850", "CITY": "LYON"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10837	lussiez-theophile-1869-02-04	{"a4": "2085"}	{"lerrcp": "A4-2085"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theophile", "family": "Lussiez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1869-02-04 21:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Stsaulve", "geoid": 0}, "notime": null, "date-ut": "1869-02-04 20:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Theophile", "family": "Lussiez"}, "birth": {"tzo": "+00:12:20", "date": "1869-02-04 21:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Stsaulve", "geoid": 0}, "date-ut": "1869-02-04 20:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2085"}, "ids-in-sources": {"a4": "2085"}}, "raw": {"H": "20", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "4", "LAT": "50N39", "LON": "3E 5", "MON": "2", "NUM": "2085", "PRO": "M", "SEC": "40", "YEA": "1869", "CITY": "STSAULVE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10838	lutz-charles-1864-03-29	{"a4": "2086"}	{"lerrcp": "A4-2086"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Lutz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:14", "date": "1864-03-29 15:55:14", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.55684, "lat": 43.48055, "name": "Biarritz", "geoid": 3032797}, "notime": null, "date-ut": "1864-03-29 16:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Lutz"}, "birth": {"tzo": "-00:06:14", "date": "1864-03-29 15:55:14", "place": {"c2": "64", "cy": "FR", "lg": -1.55684, "lat": 43.48055, "name": "Biarritz", "geoid": 3032797}, "date-ut": "1864-03-29 16:01:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2086"}, "ids-in-sources": {"a4": "2086"}}, "raw": {"H": "16", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "29", "LAT": "43N18", "LON": "0W22", "MON": "3", "NUM": "2086", "PRO": "M", "SEC": "28", "YEA": "1864", "CITY": "BIARRITZ"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10839	mager-paul-1873-08-25	{"a4": "2087"}	{"lerrcp": "A4-2087"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Mager", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:39", "date": "1873-08-25 21:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "notime": null, "date-ut": "1873-08-25 20:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Mager"}, "birth": {"tzo": "+00:12:39", "date": "1873-08-25 21:00", "place": {"c2": "59", "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "date-ut": "1873-08-25 20:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2087"}, "ids-in-sources": {"a4": "2087"}}, "raw": {"H": "20", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "25", "LAT": "50N39", "LON": "3E 5", "MON": "8", "NUM": "2087", "PRO": "M", "SEC": "40", "YEA": "1873", "CITY": "TOURCOING"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10840	magnard-alberic-1865-06-09	{"a4": "2088"}	{"lerrcp": "A4-2088"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberic", "family": "Magnard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1865-06-09 21:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1865-06-09 20:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Alberic", "family": "Magnard"}, "birth": {"tzo": "+00:09:24", "date": "1865-06-09 21:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1865-06-09 20:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2088"}, "ids-in-sources": {"a4": "2088"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "9", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "2088", "PRO": "M", "SEC": "40", "YEA": "1865", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10841	magniel-louis-1824-01-05	{"a4": "2089"}	{"lerrcp": "A4-2089"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Magniel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1824-01-05 09:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1824-01-05 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Magniel"}, "birth": {"tzo": "+00:09:24", "date": "1824-01-05 09:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1824-01-05 08:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2089"}, "ids-in-sources": {"a4": "2089"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "5", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "2089", "PRO": "M", "SEC": "40", "YEA": "1824", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10842	mahaut-jean-1867-02-13	{"a4": "2090"}	{"lerrcp": "A4-2090"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Mahaut", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:36", "date": "1867-02-13 11:00", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.15, "lat": 46.98333, "name": "Stlegerdesvigne", "geoid": 0}, "notime": null, "date-ut": "1867-02-13 10:47:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Mahaut"}, "birth": {"tzo": "+00:12:36", "date": "1867-02-13 11:00", "place": {"c2": "58", "cy": "FR", "lg": 3.15, "lat": 46.98333, "name": "Stlegerdesvigne", "geoid": 0}, "date-ut": "1867-02-13 10:47:24"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2090"}, "ids-in-sources": {"a4": "2090"}}, "raw": {"H": "10", "MN": "47", "TZ": "0", "COD": "58", "COU": "F", "DAY": "13", "LAT": "46N59", "LON": "3E 9", "MON": "2", "NUM": "2090", "PRO": "M", "SEC": "24", "YEA": "1867", "CITY": "STLEGERDESVIGNE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10843	maillart-aime-1817-03-24	{"a4": "2091"}	{"lerrcp": "A4-2091"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aimé", "family": "Maillart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1817-03-24 15:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1817-03-24 14:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Aimé", "family": "Maillart"}, "birth": {"tzo": "+00:15:30", "date": "1817-03-24 15:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1817-03-24 14:44:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2091"}, "ids-in-sources": {"a4": "2091"}}, "raw": {"H": "14", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "24", "LAT": "43N37", "LON": "3E53", "MON": "3", "NUM": "2091", "PRO": "M", "SEC": "28", "YEA": "1817", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10844	maillart-henri-1829-09-24	{"a4": "2092"}	{"lerrcp": "A4-2092"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Maillart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:44", "date": "1829-09-24 00:00", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.18333, "lat": 49.01667, "name": "Verneuilsavre", "geoid": 0}, "notime": null, "date-ut": "1829-09-23 23:55:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Maillart"}, "birth": {"tzo": "+00:04:44", "date": "1829-09-24 00:00", "place": {"c2": "27", "cy": "FR", "lg": 1.18333, "lat": 49.01667, "name": "Verneuilsavre", "geoid": 0}, "date-ut": "1829-09-23 23:55:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2092"}, "ids-in-sources": {"a4": "2092"}}, "raw": {"H": "23", "MN": "55", "TZ": "0", "COD": "27", "COU": "F", "DAY": "23", "LAT": "49N 1", "LON": "1E11", "MON": "9", "NUM": "2092", "PRO": "M", "SEC": "16", "YEA": "1829", "CITY": "VERNEUILSAVRE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10845	malandran-julien-1848-09-27	{"a4": "2093"}	{"lerrcp": "A4-2093"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julien", "family": "Malandran", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:24", "date": "1848-09-27 23:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35, "lat": 43.85, "name": "Sthippolytedufo", "geoid": 0}, "notime": null, "date-ut": "1848-09-27 22:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Julien", "family": "Malandran"}, "birth": {"tzo": "+00:17:24", "date": "1848-09-27 23:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35, "lat": 43.85, "name": "Sthippolytedufo", "geoid": 0}, "date-ut": "1848-09-27 22:42:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2093"}, "ids-in-sources": {"a4": "2093"}}, "raw": {"H": "22", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "27", "LAT": "43N51", "LON": "4E21", "MON": "9", "NUM": "2093", "PRO": "M", "SEC": "36", "YEA": "1848", "CITY": "STHIPPOLYTEDUFO"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10846	malet-baptiste-1856-11-18	{"a4": "2094"}	{"lerrcp": "A4-2094"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Baptiste", "family": "Malet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:24", "date": "1856-11-18 02:00", "note": null, "place": {"c1": null, "c2": "07", "c3": null, "cy": "FR", "lg": 4.6, "lat": 44.73333, "name": "Tournon", "geoid": 0}, "notime": null, "date-ut": "1856-11-18 01:41:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Baptiste", "family": "Malet"}, "birth": {"tzo": "+00:18:24", "date": "1856-11-18 02:00", "place": {"c2": "07", "cy": "FR", "lg": 4.6, "lat": 44.73333, "name": "Tournon", "geoid": 0}, "date-ut": "1856-11-18 01:41:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2094"}, "ids-in-sources": {"a4": "2094"}}, "raw": {"H": "1", "MN": "41", "TZ": "0", "COD": "07", "COU": "F", "DAY": "18", "LAT": "44N44", "LON": "4E36", "MON": "11", "NUM": "2094", "PRO": "M", "SEC": "36", "YEA": "1856", "CITY": "TOURNON"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10847	mallet-gaston-1878-12-24	{"a4": "2095"}	{"lerrcp": "A4-2095"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Mallet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:20", "date": "1878-12-24 12:59", "note": null, "place": {"c1": null, "c2": "82", "c3": null, "cy": "FR", "lg": 1.08474, "lat": 44.1045, "name": "Moissac", "geoid": 2993586}, "notime": null, "date-ut": "1878-12-24 12:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Mallet"}, "birth": {"tzo": "+00:04:20", "date": "1878-12-24 12:59", "place": {"c2": "82", "cy": "FR", "lg": 1.08474, "lat": 44.1045, "name": "Moissac", "geoid": 2993586}, "date-ut": "1878-12-24 12:54:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2095"}, "ids-in-sources": {"a4": "2095"}}, "raw": {"H": "12", "MN": "54", "TZ": "0", "COD": "82", "COU": "F", "DAY": "24", "LAT": "44N 1", "LON": "1E20", "MON": "12", "NUM": "2095", "PRO": "M", "SEC": "40", "YEA": "1878", "CITY": "MOISSAC"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10848	mangeant-jean-1827-08-04	{"a4": "2096"}	{"lerrcp": "A4-2096"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Mangeant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:29", "date": "1827-08-04 18:04:45", "note": null, "place": {"c1": null, "c2": "32", "c3": null, "cy": "FR", "lg": 0.62116, "lat": 43.93431, "name": "Lectoure", "geoid": 3004381}, "notime": null, "date-ut": "1827-08-04 18:02:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Mangeant"}, "birth": {"tzo": "+00:02:29", "date": "1827-08-04 18:04:45", "place": {"c2": "32", "cy": "FR", "lg": 0.62116, "lat": 43.93431, "name": "Lectoure", "geoid": 3004381}, "date-ut": "1827-08-04 18:02:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2096"}, "ids-in-sources": {"a4": "2096"}}, "raw": {"H": "18", "MN": "2", "TZ": "0", "COD": "32", "COU": "F", "DAY": "4", "LAT": "43N40", "LON": "0E36", "MON": "8", "NUM": "2096", "PRO": "M", "SEC": "16", "YEA": "1827", "CITY": "LECTOURE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10849	marchand-louis-1838-08-20	{"a4": "2097"}	{"lerrcp": "A4-2097"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Marchand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1838-08-20 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1838-08-20 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Marchand"}, "birth": {"tzo": "+00:09:24", "date": "1838-08-20 06:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1838-08-20 05:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2097"}, "ids-in-sources": {"a4": "2097"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "20", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "2097", "PRO": "M", "SEC": "40", "YEA": "1838", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10850	marechal-charles-1842-01-22	{"a4": "2098"}	{"lerrcp": "A4-2098"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Marechal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1842-01-22 04:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1842-01-22 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Marechal"}, "birth": {"tzo": "+00:09:24", "date": "1842-01-22 04:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1842-01-22 03:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2098"}, "ids-in-sources": {"a4": "2098"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "22", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "2098", "PRO": "M", "SEC": "40", "YEA": "1842", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10851	marichelle-jules-1866-06-11	{"a4": "2099"}	{"lerrcp": "A4-2099"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Marichelle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:14", "date": "1866-06-11 01:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.30855, "lat": 49.99714, "name": "Beaurevoir", "geoid": 3034054}, "notime": null, "date-ut": "1866-06-11 00:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Marichelle"}, "birth": {"tzo": "+00:13:14", "date": "1866-06-11 01:00", "place": {"c2": "02", "cy": "FR", "lg": 3.30855, "lat": 49.99714, "name": "Beaurevoir", "geoid": 3034054}, "date-ut": "1866-06-11 00:45:32"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2099"}, "ids-in-sources": {"a4": "2099"}}, "raw": {"H": "0", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "11", "LAT": "49N34", "LON": "3E37", "MON": "6", "NUM": "2099", "PRO": "M", "SEC": "32", "YEA": "1866", "CITY": "BEAUREVOIR"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10852	marie-claude-1811-05-22	{"a4": "2100"}	{"lerrcp": "A4-2100"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Marie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:36", "date": "1811-05-22 23:00", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.15, "lat": 46.98333, "name": "Chateauchinon", "geoid": 0}, "notime": null, "date-ut": "1811-05-22 22:47:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Marie"}, "birth": {"tzo": "+00:12:36", "date": "1811-05-22 23:00", "place": {"c2": "58", "cy": "FR", "lg": 3.15, "lat": 46.98333, "name": "Chateauchinon", "geoid": 0}, "date-ut": "1811-05-22 22:47:24"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2100"}, "ids-in-sources": {"a4": "2100"}}, "raw": {"H": "22", "MN": "47", "TZ": "0", "COD": "58", "COU": "F", "DAY": "22", "LAT": "46N59", "LON": "3E 9", "MON": "5", "NUM": "2100", "PRO": "M", "SEC": "24", "YEA": "1811", "CITY": "CHATEAUCHINON"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10853	mariotte-antoine-1875-12-22	{"a4": "2101"}	{"lerrcp": "A4-2101"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Mariotte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:14", "date": "1875-12-22 11:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1875-12-22 10:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Mariotte"}, "birth": {"tzo": "+00:19:14", "date": "1875-12-22 11:00", "place": {"c2": "84", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1875-12-22 10:40:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2101"}, "ids-in-sources": {"a4": "2101"}}, "raw": {"H": "10", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "22", "LAT": "43N57", "LON": "4E50", "MON": "12", "NUM": "2101", "PRO": "M", "SEC": "40", "YEA": "1875", "CITY": "AVIGNON"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10854	marix-israel-arthur-1837-08-15	{"a4": "2102"}	{"lerrcp": "A4-2102"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Marix-Israel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1837-08-15 21:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1837-08-15 20:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Marix-Israel"}, "birth": {"tzo": "+00:09:24", "date": "1837-08-15 21:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1837-08-15 20:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2102"}, "ids-in-sources": {"a4": "2102"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "15", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "2102", "PRO": "M", "SEC": "40", "YEA": "1837", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10855	marmontel-antoine-1816-07-16	{"a4": "2103"}	{"lerrcp": "A4-2103"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Marmontel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:21", "date": "1816-07-16 22:00", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "notime": null, "date-ut": "1816-07-16 21:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Marmontel"}, "birth": {"tzo": "+00:12:21", "date": "1816-07-16 22:00", "place": {"c2": "63", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "date-ut": "1816-07-16 21:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2103"}, "ids-in-sources": {"a4": "2103"}}, "raw": {"H": "21", "MN": "47", "TZ": "0", "COD": "63", "COU": "F", "DAY": "16", "LAT": "45N47", "LON": "3E 5", "MON": "7", "NUM": "2103", "PRO": "M", "SEC": "40", "YEA": "1816", "CITY": "CLERMONT-FERRAND"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10856	marteau-constant-1820-04-09	{"a4": "2104"}	{"lerrcp": "A4-2104"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Constant", "family": "Marteau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:12", "date": "1820-04-09 17:30", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 5.04813, "lat": 44.05507, "name": "Carpentras", "geoid": 3028542}, "notime": null, "date-ut": "1820-04-09 17:10:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Constant", "family": "Marteau"}, "birth": {"tzo": "+00:20:12", "date": "1820-04-09 17:30", "place": {"c2": "84", "cy": "FR", "lg": 5.04813, "lat": 44.05507, "name": "Carpentras", "geoid": 3028542}, "date-ut": "1820-04-09 17:10:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2104"}, "ids-in-sources": {"a4": "2104"}}, "raw": {"H": "17", "MN": "10", "TZ": "0", "COD": "84", "COU": "F", "DAY": "9", "LAT": "43N57", "LON": "4E50", "MON": "4", "NUM": "2104", "PRO": "M", "SEC": "40", "YEA": "1820", "CITY": "CARPENTRAS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10857	martin-adolphe-1834-12-28	{"a4": "2105"}	{"lerrcp": "A4-2105"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Martin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:03:52", "date": "1834-12-28 00:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -0.96774, "lat": 45.94304, "name": "Rochefort", "geoid": 2983276}, "notime": null, "date-ut": "1834-12-28 00:04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Martin"}, "birth": {"tzo": "-00:03:52", "date": "1834-12-28 00:00", "place": {"c2": "17", "cy": "FR", "lg": -0.96774, "lat": 45.94304, "name": "Rochefort", "geoid": 2983276}, "date-ut": "1834-12-28 00:04:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2105"}, "ids-in-sources": {"a4": "2105"}}, "raw": {"H": "0", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "28", "LAT": "46N 9", "LON": "1W10", "MON": "12", "NUM": "2105", "PRO": "M", "SEC": "40", "YEA": "1834", "CITY": "ROCHEFORT"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10858	martin-henri-1879-05-19	{"a4": "2106"}	{"lerrcp": "A4-2106"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Martin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:21", "date": "1879-05-19 05:01", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.33544, "lat": 50.47135, "name": "Saméon", "geoid": 2976292}, "notime": null, "date-ut": "1879-05-19 04:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Martin"}, "birth": {"tzo": "+00:13:21", "date": "1879-05-19 05:01", "place": {"c2": "59", "cy": "FR", "lg": 3.33544, "lat": 50.47135, "name": "Saméon", "geoid": 2976292}, "date-ut": "1879-05-19 04:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2106"}, "ids-in-sources": {"a4": "2106"}}, "raw": {"H": "4", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "19", "LAT": "50N39", "LON": "3E 5", "MON": "5", "NUM": "2106", "PRO": "M", "SEC": "40", "YEA": "1879", "CITY": "SAMEON"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10859	martin-joachim-1845-02-06	{"a4": "2107"}	{"lerrcp": "A4-2107"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joachim", "family": "Martin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:40", "date": "1845-02-06 16:00", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.16667, "lat": 48.76667, "name": "Barleduc", "geoid": 0}, "notime": null, "date-ut": "1845-02-06 15:39:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Joachim", "family": "Martin"}, "birth": {"tzo": "+00:20:40", "date": "1845-02-06 16:00", "place": {"c2": "55", "cy": "FR", "lg": 5.16667, "lat": 48.76667, "name": "Barleduc", "geoid": 0}, "date-ut": "1845-02-06 15:39:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2107"}, "ids-in-sources": {"a4": "2107"}}, "raw": {"H": "15", "MN": "39", "TZ": "0", "COD": "55", "COU": "F", "DAY": "6", "LAT": "48N46", "LON": "5E10", "MON": "2", "NUM": "2107", "PRO": "M", "SEC": "20", "YEA": "1845", "CITY": "BARLEDUC"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10860	martin-louis-1846-08-24	{"a4": "2108"}	{"lerrcp": "A4-2108"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Martin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1846-08-24 10:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1846-08-24 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Martin"}, "birth": {"tzo": "+00:09:24", "date": "1846-08-24 10:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1846-08-24 09:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2108"}, "ids-in-sources": {"a4": "2108"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "24", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "2108", "PRO": "M", "SEC": "40", "YEA": "1846", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10861	martin-maximin-1821-05-21	{"a4": "2109"}	{"lerrcp": "A4-2109"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maximin", "family": "Martin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:31", "date": "1821-05-21 07:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 1.87753, "lat": 48.5759, "name": "Sonchamp", "geoid": 2974263}, "notime": null, "date-ut": "1821-05-21 06:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Maximin", "family": "Martin"}, "birth": {"tzo": "+00:07:31", "date": "1821-05-21 07:00", "place": {"c2": "78", "cy": "FR", "lg": 1.87753, "lat": 48.5759, "name": "Sonchamp", "geoid": 2974263}, "date-ut": "1821-05-21 06:51:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2109"}, "ids-in-sources": {"a4": "2109"}}, "raw": {"H": "6", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "21", "LAT": "48N50", "LON": "2E 8", "MON": "5", "NUM": "2109", "PRO": "M", "SEC": "28", "YEA": "1821", "CITY": "SONCHAMP"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10862	martin-pierre-1837-11-01	{"a4": "2110"}	{"lerrcp": "A4-2110"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Martin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:39", "date": "1837-11-01 08:00", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 0.66168, "lat": 45.52957, "name": "Nontron", "geoid": 2990140}, "notime": null, "date-ut": "1837-11-01 07:57:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Martin"}, "birth": {"tzo": "+00:02:39", "date": "1837-11-01 08:00", "place": {"c2": "24", "cy": "FR", "lg": 0.66168, "lat": 45.52957, "name": "Nontron", "geoid": 2990140}, "date-ut": "1837-11-01 07:57:04"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2110"}, "ids-in-sources": {"a4": "2110"}}, "raw": {"H": "7", "MN": "57", "TZ": "0", "COD": "24", "COU": "F", "DAY": "1", "LAT": "45N11", "LON": "0E44", "MON": "11", "NUM": "2110", "PRO": "M", "SEC": "4", "YEA": "1837", "CITY": "NONTRON"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10863	martinet-jean-1912-11-08	{"a4": "2111"}	{"lerrcp": "A4-2111"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Martinet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-11-08 09:00", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.63333, "lat": 44.2, "name": "Saintebazeille", "geoid": 0}, "notime": null, "date-ut": "1912-11-08 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Martinet"}, "birth": {"tzo": "+00:00", "date": "1912-11-08 09:00", "place": {"c2": "47", "cy": "FR", "lg": 0.63333, "lat": 44.2, "name": "Saintebazeille", "geoid": 0}, "date-ut": "1912-11-08 09:00"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2111"}, "ids-in-sources": {"a4": "2111"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "47", "COU": "F", "DAY": "8", "LAT": "44N12", "LON": "0E38", "MON": "11", "NUM": "2111", "PRO": "M", "SEC": "0", "YEA": "1912", "CITY": "SAINTEBAZEILLE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10864	marty-eugene-1860-05-16	{"a4": "2112"}	{"lerrcp": "A4-2112"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Marty", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1860-05-16 21:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1860-05-16 20:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Marty"}, "birth": {"tzo": "+00:09:24", "date": "1860-05-16 21:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1860-05-16 20:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2112"}, "ids-in-sources": {"a4": "2112"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "16", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "2112", "PRO": "M", "SEC": "40", "YEA": "1860", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10865	marx-isaak-1816-06-20	{"a4": "2113"}	{"lerrcp": "A4-2113"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Isaak", "family": "Marx", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1816-06-20 21:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Stavold", "geoid": 0}, "notime": null, "date-ut": "1816-06-20 20:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Isaak", "family": "Marx"}, "birth": {"tzo": "+00:24:44", "date": "1816-06-20 21:00", "place": {"c2": "57", "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Stavold", "geoid": 0}, "date-ut": "1816-06-20 20:35:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2113"}, "ids-in-sources": {"a4": "2113"}}, "raw": {"H": "20", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "20", "LAT": "49N 7", "LON": "6E11", "MON": "6", "NUM": "2113", "PRO": "M", "SEC": "16", "YEA": "1816", "CITY": "STAVOLD"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10866	marx-polack-1826-03-01	{"a4": "2114"}	{"lerrcp": "A4-2114"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Polack)", "family": "Marx", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:27:19", "date": "1826-03-01 07:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.82952, "lat": 48.99689, "name": "Hellimer", "geoid": 3013556}, "notime": null, "date-ut": "1826-03-01 06:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "(Polack)", "family": "Marx"}, "birth": {"tzo": "+00:27:19", "date": "1826-03-01 07:00", "place": {"c2": "57", "cy": "FR", "lg": 6.82952, "lat": 48.99689, "name": "Hellimer", "geoid": 3013556}, "date-ut": "1826-03-01 06:35:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2114"}, "ids-in-sources": {"a4": "2114"}}, "raw": {"H": "6", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "1", "LAT": "49N 7", "LON": "6E11", "MON": "3", "NUM": "2114", "PRO": "M", "SEC": "16", "YEA": "1826", "CITY": "HELLIMER"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10867	mas-joseph-1820-11-04	{"a4": "2115"}	{"lerrcp": "A4-2115"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Mas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:49", "date": "1820-11-04 01:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 1.95339, "lat": 43.31814, "name": "Castelnaudary", "geoid": 3028351}, "notime": null, "date-ut": "1820-11-04 00:50:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Mas"}, "birth": {"tzo": "+00:07:49", "date": "1820-11-04 01:00", "place": {"c2": "11", "cy": "FR", "lg": 1.95339, "lat": 43.31814, "name": "Castelnaudary", "geoid": 3028351}, "date-ut": "1820-11-04 00:50:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2115"}, "ids-in-sources": {"a4": "2115"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "4", "LAT": "43N12", "LON": "2E21", "MON": "11", "NUM": "2115", "PRO": "M", "SEC": "36", "YEA": "1820", "CITY": "CASTELNAUDARY"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10868	mascarat-joseph-1818-11-10	{"a4": "2116"}	{"lerrcp": "A4-2116"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Mascarat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:16", "date": "1818-11-10 19:00", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 2.06683, "lat": 43.45292, "name": "Sorèze", "geoid": 2974195}, "notime": null, "date-ut": "1818-11-10 18:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Mascarat"}, "birth": {"tzo": "+00:08:16", "date": "1818-11-10 19:00", "place": {"c2": "81", "cy": "FR", "lg": 2.06683, "lat": 43.45292, "name": "Sorèze", "geoid": 2974195}, "date-ut": "1818-11-10 18:51:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2116"}, "ids-in-sources": {"a4": "2116"}}, "raw": {"H": "18", "MN": "51", "TZ": "0", "COD": "81", "COU": "F", "DAY": "10", "LAT": "43N55", "LON": "2E 8", "MON": "11", "NUM": "2116", "PRO": "M", "SEC": "28", "YEA": "1818", "CITY": "SOREZE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10869	masse-victor-1822-03-07	{"a4": "2117"}	{"lerrcp": "A4-2117"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Masse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:13:29", "date": "1822-03-07 20:00", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "notime": null, "date-ut": "1822-03-07 20:10:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Masse"}, "birth": {"tzo": "-00:13:29", "date": "1822-03-07 20:00", "place": {"c2": "56", "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "date-ut": "1822-03-07 20:10:56"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2117"}, "ids-in-sources": {"a4": "2117"}}, "raw": {"H": "20", "MN": "10", "TZ": "0", "COD": "56", "COU": "F", "DAY": "7", "LAT": "47N40", "LON": "2W44", "MON": "3", "NUM": "2117", "PRO": "M", "SEC": "56", "YEA": "1822", "CITY": "LORIENT"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10870	massenet-jules-1842-05-12	{"a4": "2118"}	{"lerrcp": "A4-2118"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Massenet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:32", "date": "1842-05-12 01:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.38333, "lat": 45.43333, "name": "Montaud", "geoid": 0}, "notime": null, "date-ut": "1842-05-12 00:42:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Massenet"}, "birth": {"tzo": "+00:17:32", "date": "1842-05-12 01:00", "place": {"c2": "42", "cy": "FR", "lg": 4.38333, "lat": 45.43333, "name": "Montaud", "geoid": 0}, "date-ut": "1842-05-12 00:42:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2118"}, "ids-in-sources": {"a4": "2118"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "42", "COU": "F", "DAY": "12", "LAT": "45N26", "LON": "4E23", "MON": "5", "NUM": "2118", "PRO": "M", "SEC": "28", "YEA": "1842", "CITY": "MONTAUD"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10871	gauquelin-a4-2119-1826-10-14	{"a4": "2119"}	{"lerrcp": "A4-2119"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2119", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1826-10-14 00:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1826-10-13 23:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2119"}, "birth": {"tzo": "+00:09:24", "date": "1826-10-14 00:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1826-10-13 23:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2119"}, "ids-in-sources": {"a4": "2119"}}, "raw": {"H": "23", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "13", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "2119", "PRO": "M", "SEC": "40", "YEA": "1826", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10872	gauquelin-a4-2120-1879-04-06	{"a4": "2120"}	{"lerrcp": "A4-2120"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2120", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1879-04-06 10:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1879-04-06 09:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2120"}, "birth": {"tzo": "+00:05:46", "date": "1879-04-06 10:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1879-04-06 09:54:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2120"}, "ids-in-sources": {"a4": "2120"}}, "raw": {"H": "9", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "6", "LAT": "43N37", "LON": "1E26", "MON": "4", "NUM": "2120", "PRO": "M", "SEC": "16", "YEA": "1879", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10873	meilhan-pierre-1836-02-11	{"a4": "2121"}	{"lerrcp": "A4-2121"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Meilhan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:00:51", "date": "1836-02-11 05:56:45", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.21337, "lat": 44.43161, "name": "Bazas", "geoid": 3034458}, "notime": null, "date-ut": "1836-02-11 05:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Meilhan"}, "birth": {"tzo": "-00:00:51", "date": "1836-02-11 05:56:45", "place": {"c2": "33", "cy": "FR", "lg": -0.21337, "lat": 44.43161, "name": "Bazas", "geoid": 3034458}, "date-ut": "1836-02-11 05:57:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2121"}, "ids-in-sources": {"a4": "2121"}}, "raw": {"H": "5", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "11", "LAT": "44N50", "LON": "0W34", "MON": "2", "NUM": "2121", "PRO": "M", "SEC": "36", "YEA": "1836", "CITY": "BAZAS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10874	mellet-jean-1843-11-24	{"a4": "2122"}	{"lerrcp": "A4-2122"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Mellet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:24", "date": "1843-11-24 01:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35, "lat": 43.85, "name": "Pontstesnrit", "geoid": 0}, "notime": null, "date-ut": "1843-11-24 00:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Mellet"}, "birth": {"tzo": "+00:17:24", "date": "1843-11-24 01:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35, "lat": 43.85, "name": "Pontstesnrit", "geoid": 0}, "date-ut": "1843-11-24 00:42:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2122"}, "ids-in-sources": {"a4": "2122"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "24", "LAT": "43N51", "LON": "4E21", "MON": "11", "NUM": "2122", "PRO": "M", "SEC": "36", "YEA": "1843", "CITY": "PONTSTESNRIT"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10875	mellin-francois-1880-04-04	{"a4": "2123"}	{"lerrcp": "A4-2123"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Mellin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:13", "date": "1880-04-04 05:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05301, "lat": 50.37933, "name": "Cuincy", "geoid": 3022133}, "notime": null, "date-ut": "1880-04-04 04:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "François", "family": "Mellin"}, "birth": {"tzo": "+00:12:13", "date": "1880-04-04 05:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05301, "lat": 50.37933, "name": "Cuincy", "geoid": 3022133}, "date-ut": "1880-04-04 04:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2123"}, "ids-in-sources": {"a4": "2123"}}, "raw": {"H": "4", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "4", "LAT": "50N39", "LON": "3E 5", "MON": "4", "NUM": "2123", "PRO": "M", "SEC": "40", "YEA": "1880", "CITY": "CUINCY"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10876	gauquelin-a4-2124-1862-07-15	{"a4": "2124"}	{"lerrcp": "A4-2124"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2124", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:44", "date": "1862-07-15 10:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Stcloud", "geoid": 0}, "notime": null, "date-ut": "1862-07-15 09:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2124"}, "birth": {"tzo": "+00:08:44", "date": "1862-07-15 10:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Stcloud", "geoid": 0}, "date-ut": "1862-07-15 09:51:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2124"}, "ids-in-sources": {"a4": "2124"}}, "raw": {"H": "9", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "15", "LAT": "48N50", "LON": "2E11", "MON": "7", "NUM": "2124", "PRO": "M", "SEC": "16", "YEA": "1862", "CITY": "STCLOUD"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10877	mercier-pierre-1873-04-14	{"a4": "2125"}	{"lerrcp": "A4-2125"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Mercier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:09", "date": "1873-04-14 01:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.28864, "lat": 48.89389, "name": "Levallois-Perret", "geoid": 2998975}, "notime": null, "date-ut": "1873-04-14 00:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Mercier"}, "birth": {"tzo": "+00:09:09", "date": "1873-04-14 01:00", "place": {"c2": "92", "cy": "FR", "lg": 2.28864, "lat": 48.89389, "name": "Levallois-Perret", "geoid": 2998975}, "date-ut": "1873-04-14 00:51:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2125"}, "ids-in-sources": {"a4": "2125"}}, "raw": {"H": "0", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "14", "LAT": "48N50", "LON": "2E11", "MON": "4", "NUM": "2125", "PRO": "M", "SEC": "16", "YEA": "1873", "CITY": "LEVALLOIS-PERRET"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10878	merle-dominique-1841-12-07	{"a4": "2126"}	{"lerrcp": "A4-2126"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dominique", "family": "Merle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:28:26", "date": "1841-12-07 01:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.10831, "lat": 43.58579, "name": "Antibes", "geoid": 3037456}, "notime": null, "date-ut": "1841-12-07 00:30:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Dominique", "family": "Merle"}, "birth": {"tzo": "+00:28:26", "date": "1841-12-07 01:00", "place": {"c2": "06", "cy": "FR", "lg": 7.10831, "lat": 43.58579, "name": "Antibes", "geoid": 3037456}, "date-ut": "1841-12-07 00:30:56"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2126"}, "ids-in-sources": {"a4": "2126"}}, "raw": {"H": "0", "MN": "30", "TZ": "0", "COD": "06", "COU": "F", "DAY": "7", "LAT": "43N42", "LON": "7E16", "MON": "12", "NUM": "2126", "PRO": "M", "SEC": "56", "YEA": "1841", "CITY": "ANTIBES"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10879	mesnard-charles-1875-11-17	{"a4": "2127"}	{"lerrcp": "A4-2127"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Mesnard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:19", "date": "1875-11-17 15:58", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": -0.32867, "lat": 45.69581, "name": "Cognac", "geoid": 3024440}, "notime": null, "date-ut": "1875-11-17 15:59:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Mesnard"}, "birth": {"tzo": "-00:01:19", "date": "1875-11-17 15:58", "place": {"c2": "16", "cy": "FR", "lg": -0.32867, "lat": 45.69581, "name": "Cognac", "geoid": 3024440}, "date-ut": "1875-11-17 15:59:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2127"}, "ids-in-sources": {"a4": "2127"}}, "raw": {"H": "15", "MN": "59", "TZ": "0", "COD": "16", "COU": "F", "DAY": "17", "LAT": "45N39", "LON": "0E10", "MON": "11", "NUM": "2127", "PRO": "M", "SEC": "20", "YEA": "1875", "CITY": "COGNAC"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10880	messager-andre-1853-12-30	{"a4": "2128"}	{"lerrcp": "A4-2128"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Messager", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:25", "date": "1853-12-30 06:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 2.60254, "lat": 46.34015, "name": "Montluçon", "geoid": 2992292}, "notime": null, "date-ut": "1853-12-30 05:46:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "André", "family": "Messager"}, "birth": {"tzo": "+00:10:25", "date": "1853-12-30 06:00", "place": {"c2": "03", "cy": "FR", "lg": 2.60254, "lat": 46.34015, "name": "Montluçon", "geoid": 2992292}, "date-ut": "1853-12-30 05:46:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2128"}, "ids-in-sources": {"a4": "2128"}}, "raw": {"H": "5", "MN": "46", "TZ": "0", "COD": "03", "COU": "F", "DAY": "30", "LAT": "46N34", "LON": "3E20", "MON": "12", "NUM": "2128", "PRO": "M", "SEC": "40", "YEA": "1853", "CITY": "MONTLUCON"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10881	messemer-victor-1822-02-23	{"a4": "2129"}	{"lerrcp": "A4-2129"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Messemer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:27:25", "date": "1822-02-23 11:00", "note": null, "place": {"c1": null, "c2": "90", "c3": null, "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "notime": null, "date-ut": "1822-02-23 10:32:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Messemer"}, "birth": {"tzo": "+00:27:25", "date": "1822-02-23 11:00", "place": {"c2": "90", "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "date-ut": "1822-02-23 10:32:32"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2129"}, "ids-in-sources": {"a4": "2129"}}, "raw": {"H": "10", "MN": "32", "TZ": "0", "COD": "90", "COU": "F", "DAY": "23", "LAT": "47N38", "LON": "6E52", "MON": "2", "NUM": "2129", "PRO": "M", "SEC": "32", "YEA": "1822", "CITY": "BELFORT"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10883	mestres-eugene-1856-06-23	{"a4": "2131"}	{"lerrcp": "A4-2131"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Mestres", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1856-06-23 23:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1856-06-23 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Mestres"}, "birth": {"tzo": "+00:09:24", "date": "1856-06-23 23:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1856-06-23 22:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2131"}, "ids-in-sources": {"a4": "2131"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "23", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "2131", "PRO": "M", "SEC": "40", "YEA": "1856", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10884	metra-olivier-1830-06-02	{"a4": "2132"}	{"lerrcp": "A4-2132"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Olivier", "family": "Metra", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:07", "date": "1830-06-02 09:33:39", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "notime": null, "date-ut": "1830-06-02 09:17:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Olivier", "family": "Metra"}, "birth": {"tzo": "+00:16:07", "date": "1830-06-02 09:33:39", "place": {"c2": "51", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "date-ut": "1830-06-02 09:17:32"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2132"}, "ids-in-sources": {"a4": "2132"}}, "raw": {"H": "9", "MN": "17", "TZ": "0", "COD": "51", "COU": "F", "DAY": "2", "LAT": "48N57", "LON": "4E22", "MON": "6", "NUM": "2132", "PRO": "M", "SEC": "32", "YEA": "1830", "CITY": "REIMS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10885	meyer-baruch-1845-09-09	{"a4": "2133"}	{"lerrcp": "A4-2133"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Baruch", "family": "Meyer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:25", "date": "1845-09-09 10:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.35584, "lat": 48.08078, "name": "Colmar", "geoid": 3024297}, "notime": null, "date-ut": "1845-09-09 09:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Baruch", "family": "Meyer"}, "birth": {"tzo": "+00:29:25", "date": "1845-09-09 10:00", "place": {"c2": "68", "cy": "FR", "lg": 7.35584, "lat": 48.08078, "name": "Colmar", "geoid": 3024297}, "date-ut": "1845-09-09 09:30:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2133"}, "ids-in-sources": {"a4": "2133"}}, "raw": {"H": "9", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "9", "LAT": "48N 5", "LON": "7E21", "MON": "9", "NUM": "2133", "PRO": "M", "SEC": "36", "YEA": "1845", "CITY": "COLMAR"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10886	michel-louis-1853-11-05	{"a4": "2134"}	{"lerrcp": "A4-2134"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Michel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:18:14", "date": "1853-11-05 16:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.55978, "lat": 48.42702, "name": "Guilers", "geoid": 3014280}, "notime": null, "date-ut": "1853-11-05 16:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Michel"}, "birth": {"tzo": "-00:18:14", "date": "1853-11-05 16:00", "place": {"c2": "29", "cy": "FR", "lg": -4.55978, "lat": 48.42702, "name": "Guilers", "geoid": 3014280}, "date-ut": "1853-11-05 16:16:24"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2134"}, "ids-in-sources": {"a4": "2134"}}, "raw": {"H": "16", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "5", "LAT": "48N 0", "LON": "4W 6", "MON": "11", "NUM": "2134", "PRO": "M", "SEC": "24", "YEA": "1853", "CITY": "GUILERS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10887	michiels-emile-1824-01-01	{"a4": "2135"}	{"lerrcp": "A4-2135"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Michiels", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1824-01-01 08:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1824-01-01 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Michiels"}, "birth": {"tzo": "+00:09:24", "date": "1824-01-01 08:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1824-01-01 07:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2135"}, "ids-in-sources": {"a4": "2135"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "1", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "2135", "PRO": "M", "SEC": "40", "YEA": "1824", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10888	migot-georges-1891-02-27	{"a4": "2136"}	{"lerrcp": "A4-2136"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Migot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1891-02-27 09:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1891-02-27 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Migot"}, "birth": {"tzo": "+00:09:24", "date": "1891-02-27 09:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1891-02-27 08:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2136"}, "ids-in-sources": {"a4": "2136"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "27", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "2136", "PRO": "M", "SEC": "40", "YEA": "1891", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10890	gauquelin-a4-2138-1873-04-18	{"a4": "2138"}	{"lerrcp": "A4-2138"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2138", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1873-04-18 11:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Bruay", "geoid": 0}, "notime": null, "date-ut": "1873-04-18 10:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2138"}, "birth": {"tzo": "+00:12:20", "date": "1873-04-18 11:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Bruay", "geoid": 0}, "date-ut": "1873-04-18 10:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2138"}, "ids-in-sources": {"a4": "2138"}}, "raw": {"H": "10", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "18", "LAT": "50N39", "LON": "3E 5", "MON": "4", "NUM": "2138", "PRO": "M", "SEC": "40", "YEA": "1873", "CITY": "BRUAY"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10891	millaut-laurent-1808-02-13	{"a4": "2139"}	{"lerrcp": "A4-2139"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Laurent", "family": "Millaut", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1808-02-13 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1808-02-13 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Laurent", "family": "Millaut"}, "birth": {"tzo": "+00:09:24", "date": "1808-02-13 05:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1808-02-13 04:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2139"}, "ids-in-sources": {"a4": "2139"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "13", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "2139", "PRO": "M", "SEC": "40", "YEA": "1808", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10892	millet-benjamin-1820-09-15	{"a4": "2140"}	{"lerrcp": "A4-2140"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benjamin", "family": "Millet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:50", "date": "1820-09-15 03:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.45639, "lat": 46.13452, "name": "Cusset", "geoid": 3021993}, "notime": null, "date-ut": "1820-09-15 02:46:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Benjamin", "family": "Millet"}, "birth": {"tzo": "+00:13:50", "date": "1820-09-15 03:00", "place": {"c2": "03", "cy": "FR", "lg": 3.45639, "lat": 46.13452, "name": "Cusset", "geoid": 3021993}, "date-ut": "1820-09-15 02:46:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2140"}, "ids-in-sources": {"a4": "2140"}}, "raw": {"H": "2", "MN": "46", "TZ": "0", "COD": "03", "COU": "F", "DAY": "15", "LAT": "46N34", "LON": "3E20", "MON": "9", "NUM": "2140", "PRO": "M", "SEC": "40", "YEA": "1820", "CITY": "CUSSET"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10893	millet-louis-1813-04-23	{"a4": "2141"}	{"lerrcp": "A4-2141"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Millet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1813-04-23 01:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1813-04-23 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Millet"}, "birth": {"tzo": "+00:09:24", "date": "1813-04-23 01:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1813-04-23 00:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2141"}, "ids-in-sources": {"a4": "2141"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "23", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "2141", "PRO": "M", "SEC": "40", "YEA": "1813", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10894	millont-bernard-1820-03-14	{"a4": "2142"}	{"lerrcp": "A4-2142"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Millont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:09", "date": "1820-03-14 02:00", "note": null, "place": {"c1": null, "c2": "04", "c3": null, "cy": "FR", "lg": 5.78688, "lat": 43.82883, "name": "Manosque", "geoid": 2996180}, "notime": null, "date-ut": "1820-03-14 01:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Millont"}, "birth": {"tzo": "+00:23:09", "date": "1820-03-14 02:00", "place": {"c2": "04", "cy": "FR", "lg": 5.78688, "lat": 43.82883, "name": "Manosque", "geoid": 2996180}, "date-ut": "1820-03-14 01:35"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2142"}, "ids-in-sources": {"a4": "2142"}}, "raw": {"H": "1", "MN": "35", "TZ": "0", "COD": "04", "COU": "F", "DAY": "14", "LAT": "44N 6", "LON": "6E15", "MON": "3", "NUM": "2142", "PRO": "M", "SEC": "0", "YEA": "1820", "CITY": "MANOSQUE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10895	miramont-helene-1823-10-25	{"a4": "2143"}	{"lerrcp": "A4-2143"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Helene", "family": "Miramont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:20", "date": "1823-10-25 07:00", "note": null, "place": {"c1": null, "c2": "09", "c3": null, "cy": "FR", "lg": 1.58333, "lat": 42.96667, "name": "Masdazil", "geoid": 0}, "notime": null, "date-ut": "1823-10-25 06:53:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Helene", "family": "Miramont"}, "birth": {"tzo": "+00:06:20", "date": "1823-10-25 07:00", "place": {"c2": "09", "cy": "FR", "lg": 1.58333, "lat": 42.96667, "name": "Masdazil", "geoid": 0}, "date-ut": "1823-10-25 06:53:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2143"}, "ids-in-sources": {"a4": "2143"}}, "raw": {"H": "6", "MN": "53", "TZ": "0", "COD": "09", "COU": "F", "DAY": "25", "LAT": "42N58", "LON": "1E35", "MON": "10", "NUM": "2143", "PRO": "M", "SEC": "40", "YEA": "1823", "CITY": "MASDAZIL"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10896	missa-edmond-1861-06-12	{"a4": "2144"}	{"lerrcp": "A4-2144"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Missa", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:07", "date": "1861-06-12 18:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "notime": null, "date-ut": "1861-06-12 17:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Missa"}, "birth": {"tzo": "+00:16:07", "date": "1861-06-12 18:00", "place": {"c2": "51", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "date-ut": "1861-06-12 17:42:32"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2144"}, "ids-in-sources": {"a4": "2144"}}, "raw": {"H": "17", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "12", "LAT": "48N57", "LON": "4E22", "MON": "6", "NUM": "2144", "PRO": "M", "SEC": "32", "YEA": "1861", "CITY": "REIMS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10897	mohr-jean-1823-02-24	{"a4": "2145"}	{"lerrcp": "A4-2145"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Mohr", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1823-02-24 13:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1823-02-24 13:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Mohr"}, "birth": {"tzo": "+00:09:24", "date": "1823-02-24 13:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1823-02-24 13:20:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2145"}, "ids-in-sources": {"a4": "2145"}}, "raw": {"H": "13", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "24", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "2145", "PRO": "M", "SEC": "40", "YEA": "1823", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10898	mondou-xavier-1855-06-27	{"a4": "2146"}	{"lerrcp": "A4-2146"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Xavier", "family": "Mondou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:25", "date": "1855-06-27 10:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.60505, "lat": 43.42747, "name": "Mèze", "geoid": 2994043}, "notime": null, "date-ut": "1855-06-27 09:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Xavier", "family": "Mondou"}, "birth": {"tzo": "+00:14:25", "date": "1855-06-27 10:00", "place": {"c2": "34", "cy": "FR", "lg": 3.60505, "lat": 43.42747, "name": "Mèze", "geoid": 2994043}, "date-ut": "1855-06-27 09:44:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2146"}, "ids-in-sources": {"a4": "2146"}}, "raw": {"H": "9", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "27", "LAT": "43N37", "LON": "3E53", "MON": "6", "NUM": "2146", "PRO": "M", "SEC": "28", "YEA": "1855", "CITY": "MEZE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10899	monfeuillard-rene-1886-03-17	{"a4": "2147"}	{"lerrcp": "A4-2147"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Monfeuillard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:48", "date": "1886-03-17 22:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.7012, "lat": 49.39791, "name": "Vouziers", "geoid": 2967603}, "notime": null, "date-ut": "1886-03-17 21:41:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "René", "family": "Monfeuillard"}, "birth": {"tzo": "+00:18:48", "date": "1886-03-17 22:00", "place": {"c2": "08", "cy": "FR", "lg": 4.7012, "lat": 49.39791, "name": "Vouziers", "geoid": 2967603}, "date-ut": "1886-03-17 21:41:04"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2147"}, "ids-in-sources": {"a4": "2147"}}, "raw": {"H": "21", "MN": "41", "TZ": "0", "COD": "08", "COU": "F", "DAY": "17", "LAT": "49N46", "LON": "4E44", "MON": "3", "NUM": "2147", "PRO": "M", "SEC": "4", "YEA": "1886", "CITY": "VOUZIERS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10900	montaubry-jean-1824-03-27	{"a4": "2148"}	{"lerrcp": "A4-2148"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Montaubry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:50", "date": "1824-03-27 14:00", "note": null, "place": {"c1": null, "c2": "79", "c3": null, "cy": "FR", "lg": -0.45877, "lat": 46.32313, "name": "Niort", "geoid": 2990355}, "notime": null, "date-ut": "1824-03-27 14:01:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Montaubry"}, "birth": {"tzo": "-00:01:50", "date": "1824-03-27 14:00", "place": {"c2": "79", "cy": "FR", "lg": -0.45877, "lat": 46.32313, "name": "Niort", "geoid": 2990355}, "date-ut": "1824-03-27 14:01:48"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2148"}, "ids-in-sources": {"a4": "2148"}}, "raw": {"H": "14", "MN": "1", "TZ": "0", "COD": "79", "COU": "F", "DAY": "27", "LAT": "46N19", "LON": "0W27", "MON": "3", "NUM": "2148", "PRO": "M", "SEC": "48", "YEA": "1824", "CITY": "NIORT"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10901	moreau-robert-1885-02-19	{"a4": "2149"}	{"lerrcp": "A4-2149"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Moreau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:44", "date": "1885-02-19 07:00", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.18333, "lat": 49.01667, "name": "Pontdelarche", "geoid": 0}, "notime": null, "date-ut": "1885-02-19 06:55:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Moreau"}, "birth": {"tzo": "+00:04:44", "date": "1885-02-19 07:00", "place": {"c2": "27", "cy": "FR", "lg": 1.18333, "lat": 49.01667, "name": "Pontdelarche", "geoid": 0}, "date-ut": "1885-02-19 06:55:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2149"}, "ids-in-sources": {"a4": "2149"}}, "raw": {"H": "6", "MN": "55", "TZ": "0", "COD": "27", "COU": "F", "DAY": "19", "LAT": "49N 1", "LON": "1E11", "MON": "2", "NUM": "2149", "PRO": "M", "SEC": "16", "YEA": "1885", "CITY": "PONTDELARCHE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10902	morel-florentin-1876-04-28	{"a4": "2150"}	{"lerrcp": "A4-2150"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Florentin", "family": "Morel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:04", "date": "1876-04-28 17:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Heninlietard", "geoid": 0}, "notime": null, "date-ut": "1876-04-28 16:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Florentin", "family": "Morel"}, "birth": {"tzo": "+00:11:04", "date": "1876-04-28 17:00", "place": {"c2": "62", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Heninlietard", "geoid": 0}, "date-ut": "1876-04-28 16:48:56"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2150"}, "ids-in-sources": {"a4": "2150"}}, "raw": {"H": "16", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "28", "LAT": "50N18", "LON": "2E46", "MON": "4", "NUM": "2150", "PRO": "M", "SEC": "56", "YEA": "1876", "CITY": "HENINLIETARD"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10903	morel-georges-1880-11-16	{"a4": "2151"}	{"lerrcp": "A4-2151"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Morel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1880-11-16 15:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Lamadeleine", "geoid": 0}, "notime": null, "date-ut": "1880-11-16 14:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Morel"}, "birth": {"tzo": "+00:12:20", "date": "1880-11-16 15:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Lamadeleine", "geoid": 0}, "date-ut": "1880-11-16 14:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2151"}, "ids-in-sources": {"a4": "2151"}}, "raw": {"H": "14", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "16", "LAT": "50N39", "LON": "3E 5", "MON": "11", "NUM": "2151", "PRO": "M", "SEC": "40", "YEA": "1880", "CITY": "LAMADELEINE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10904	morel-noel-1856-12-25	{"a4": "2152"}	{"lerrcp": "A4-2152"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Noël", "family": "Morel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1856-12-25 14:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1856-12-25 13:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Noël", "family": "Morel"}, "birth": {"tzo": "+00:09:24", "date": "1856-12-25 14:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1856-12-25 13:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2152"}, "ids-in-sources": {"a4": "2152"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "25", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "2152", "PRO": "M", "SEC": "40", "YEA": "1856", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10905	moret-victor-1871-05-19	{"a4": "2153"}	{"lerrcp": "A4-2153"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Moret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.77935, "lat": 48.75455, "name": "Weitbruch", "geoid": 2967404}, "notime": null, "date-ut": "1871-05-19 19:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Moret"}, "birth": {"place": {"c2": "67", "cy": "FR", "lg": 7.77935, "lat": 48.75455, "name": "Weitbruch", "geoid": 2967404}, "date-ut": "1871-05-19 19:29"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2153"}, "ids-in-sources": {"a4": "2153"}}, "raw": {"H": "20", "MN": "29", "TZ": "-1", "COD": "67", "COU": "F", "DAY": "19", "LAT": "48N35", "LON": "7E45", "MON": "5", "NUM": "2153", "PRO": "M", "SEC": "0", "YEA": "1871", "CITY": "WEITBRUCH"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10906	morpain-denis-1873-10-11	{"a4": "2154"}	{"lerrcp": "A4-2154"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Denis", "family": "Morpain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:00:59", "date": "1873-10-11 17:56:37", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.24471, "lat": 44.70094, "name": "Ladaux", "geoid": 3009677}, "notime": null, "date-ut": "1873-10-11 17:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Denis", "family": "Morpain"}, "birth": {"tzo": "-00:00:59", "date": "1873-10-11 17:56:37", "place": {"c2": "33", "cy": "FR", "lg": -0.24471, "lat": 44.70094, "name": "Ladaux", "geoid": 3009677}, "date-ut": "1873-10-11 17:57:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2154"}, "ids-in-sources": {"a4": "2154"}}, "raw": {"H": "17", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "11", "LAT": "44N50", "LON": "0W34", "MON": "10", "NUM": "2154", "PRO": "M", "SEC": "36", "YEA": "1873", "CITY": "LADAUX"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10907	mouge-charles-1836-08-28	{"a4": "2155"}	{"lerrcp": "A4-2155"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Mouge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:06", "date": "1836-08-28 01:00", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.77454, "lat": 46.90311, "name": "Arbois", "geoid": 3037287}, "notime": null, "date-ut": "1836-08-28 00:37:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Mouge"}, "birth": {"tzo": "+00:23:06", "date": "1836-08-28 01:00", "place": {"c2": "39", "cy": "FR", "lg": 5.77454, "lat": 46.90311, "name": "Arbois", "geoid": 3037287}, "date-ut": "1836-08-28 00:37:48"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2155"}, "ids-in-sources": {"a4": "2155"}}, "raw": {"H": "0", "MN": "37", "TZ": "0", "COD": "39", "COU": "F", "DAY": "28", "LAT": "46N40", "LON": "5E33", "MON": "8", "NUM": "2155", "PRO": "M", "SEC": "48", "YEA": "1836", "CITY": "ARBOIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10908	moulle-eugene-1845-04-28	{"a4": "2156"}	{"lerrcp": "A4-2156"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Moulle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1845-04-28 08:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1845-04-28 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Moulle"}, "birth": {"tzo": "+00:09:24", "date": "1845-04-28 08:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1845-04-28 07:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2156"}, "ids-in-sources": {"a4": "2156"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "28", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "2156", "PRO": "M", "SEC": "40", "YEA": "1845", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10909	mouturat-joseph-1829-12-21	{"a4": "2157"}	{"lerrcp": "A4-2157"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Mouturat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:24", "date": "1829-12-21 08:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.60136, "lat": 47.90542, "name": "Seignelay", "geoid": 2975278}, "notime": null, "date-ut": "1829-12-21 07:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Mouturat"}, "birth": {"tzo": "+00:14:24", "date": "1829-12-21 08:00", "place": {"c2": "89", "cy": "FR", "lg": 3.60136, "lat": 47.90542, "name": "Seignelay", "geoid": 2975278}, "date-ut": "1829-12-21 07:45:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2157"}, "ids-in-sources": {"a4": "2157"}}, "raw": {"H": "7", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "21", "LAT": "47N48", "LON": "3E35", "MON": "12", "NUM": "2157", "PRO": "M", "SEC": "40", "YEA": "1829", "CITY": "SEIGNELAY"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10910	muller-bernard-1831-06-22	{"a4": "2158"}	{"lerrcp": "A4-2158"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Muller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:58", "date": "1831-06-22 05:00", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.48966, "lat": 47.09225, "name": "Dole", "geoid": 3021263}, "notime": null, "date-ut": "1831-06-22 04:37:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Muller"}, "birth": {"tzo": "+00:21:58", "date": "1831-06-22 05:00", "place": {"c2": "39", "cy": "FR", "lg": 5.48966, "lat": 47.09225, "name": "Dole", "geoid": 3021263}, "date-ut": "1831-06-22 04:37:48"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2158"}, "ids-in-sources": {"a4": "2158"}}, "raw": {"H": "4", "MN": "37", "TZ": "0", "COD": "39", "COU": "F", "DAY": "22", "LAT": "46N40", "LON": "5E33", "MON": "6", "NUM": "2158", "PRO": "M", "SEC": "48", "YEA": "1831", "CITY": "DOLE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10911	muller-joseph-1848-04-12	{"a4": "2159"}	{"lerrcp": "A4-2159"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Muller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:01", "date": "1848-04-12 20:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.00343, "lat": 49.05457, "name": "Ay", "geoid": 3035594}, "notime": null, "date-ut": "1848-04-12 19:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Muller"}, "birth": {"tzo": "+00:16:01", "date": "1848-04-12 20:00", "place": {"c2": "51", "cy": "FR", "lg": 4.00343, "lat": 49.05457, "name": "Ay", "geoid": 3035594}, "date-ut": "1848-04-12 19:42:32"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2159"}, "ids-in-sources": {"a4": "2159"}}, "raw": {"H": "19", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "12", "LAT": "48N57", "LON": "4E22", "MON": "4", "NUM": "2159", "PRO": "M", "SEC": "32", "YEA": "1848", "CITY": "AY"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10912	muratet-antonys-1845-03-08	{"a4": "2160"}	{"lerrcp": "A4-2160"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonys", "family": "Muratet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1845-03-08 14:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1845-03-08 13:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Antonys", "family": "Muratet"}, "birth": {"tzo": "+00:09:24", "date": "1845-03-08 14:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1845-03-08 13:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2160"}, "ids-in-sources": {"a4": "2160"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "8", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "2160", "PRO": "M", "SEC": "40", "YEA": "1845", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10913	gauquelin-a4-2161-1820-02-20	{"a4": "2161"}	{"lerrcp": "A4-2161"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2161", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:42", "date": "1820-02-20 11:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1820-02-20 10:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2161"}, "birth": {"tzo": "+00:12:42", "date": "1820-02-20 11:00", "place": {"c2": "59", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1820-02-20 10:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2161"}, "ids-in-sources": {"a4": "2161"}}, "raw": {"H": "10", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "20", "LAT": "50N39", "LON": "3E 5", "MON": "2", "NUM": "2161", "PRO": "M", "SEC": "40", "YEA": "1820", "CITY": "ROUBAIX"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10914	nat-yves-1890-12-29	{"a4": "2162"}	{"lerrcp": "A4-2162"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Nat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:51", "date": "1890-12-29 04:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "notime": null, "date-ut": "1890-12-29 03:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Nat"}, "birth": {"tzo": "+00:12:51", "date": "1890-12-29 04:00", "place": {"c2": "34", "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "date-ut": "1890-12-29 03:44:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2162"}, "ids-in-sources": {"a4": "2162"}}, "raw": {"H": "3", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "29", "LAT": "43N37", "LON": "3E53", "MON": "12", "NUM": "2162", "PRO": "M", "SEC": "28", "YEA": "1890", "CITY": "BEZIERS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10915	gauquelin-a4-2163-1825-10-09	{"a4": "2163"}	{"lerrcp": "A4-2163"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2163", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:31", "date": "1825-10-09 20:30", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 2.63094, "lat": 47.69332, "name": "Gien", "geoid": 3016097}, "notime": null, "date-ut": "1825-10-09 20:22:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2163"}, "birth": {"tzo": "+00:10:31", "date": "1825-10-09 20:30", "place": {"c2": "45", "cy": "FR", "lg": 2.63094, "lat": 47.69332, "name": "Gien", "geoid": 3016097}, "date-ut": "1825-10-09 20:22:24"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2163"}, "ids-in-sources": {"a4": "2163"}}, "raw": {"H": "20", "MN": "22", "TZ": "0", "COD": "45", "COU": "F", "DAY": "9", "LAT": "47N54", "LON": "1E54", "MON": "10", "NUM": "2163", "PRO": "M", "SEC": "24", "YEA": "1825", "CITY": "GIEN"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10916	gauquelin-a4-2164-1829-08-15	{"a4": "2164"}	{"lerrcp": "A4-2164"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2164", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:28:16", "date": "1829-08-15 23:33:32", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 7.06747, "lat": 49.10995, "name": "Sarreguemines", "geoid": 2975964}, "notime": null, "date-ut": "1829-08-15 23:05:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2164"}, "birth": {"tzo": "+00:28:16", "date": "1829-08-15 23:33:32", "place": {"c2": "57", "cy": "FR", "lg": 7.06747, "lat": 49.10995, "name": "Sarreguemines", "geoid": 2975964}, "date-ut": "1829-08-15 23:05:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2164"}, "ids-in-sources": {"a4": "2164"}}, "raw": {"H": "23", "MN": "5", "TZ": "0", "COD": "57", "COU": "F", "DAY": "15", "LAT": "49N 7", "LON": "6E11", "MON": "8", "NUM": "2164", "PRO": "M", "SEC": "16", "YEA": "1829", "CITY": "SARREGUEMINES"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10917	niverd-adolphe-1879-09-20	{"a4": "2165"}	{"lerrcp": "A4-2165"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Niverd", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:48", "date": "1879-09-20 03:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.7012, "lat": 49.39791, "name": "Vouziers", "geoid": 2967603}, "notime": null, "date-ut": "1879-09-20 02:41:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Niverd"}, "birth": {"tzo": "+00:18:48", "date": "1879-09-20 03:00", "place": {"c2": "08", "cy": "FR", "lg": 4.7012, "lat": 49.39791, "name": "Vouziers", "geoid": 2967603}, "date-ut": "1879-09-20 02:41:04"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2165"}, "ids-in-sources": {"a4": "2165"}}, "raw": {"H": "2", "MN": "41", "TZ": "0", "COD": "08", "COU": "F", "DAY": "20", "LAT": "49N46", "LON": "4E44", "MON": "9", "NUM": "2165", "PRO": "M", "SEC": "4", "YEA": "1879", "CITY": "VOUZIERS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10918	nivoix-louis-1835-07-14	{"a4": "2166"}	{"lerrcp": "A4-2166"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Nivoix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:56", "date": "1835-07-14 20:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Labesace", "geoid": 0}, "notime": null, "date-ut": "1835-07-14 19:41:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Nivoix"}, "birth": {"tzo": "+00:18:56", "date": "1835-07-14 20:00", "place": {"c2": "08", "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Labesace", "geoid": 0}, "date-ut": "1835-07-14 19:41:04"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2166"}, "ids-in-sources": {"a4": "2166"}}, "raw": {"H": "19", "MN": "41", "TZ": "0", "COD": "08", "COU": "F", "DAY": "14", "LAT": "49N46", "LON": "4E44", "MON": "7", "NUM": "2166", "PRO": "M", "SEC": "4", "YEA": "1835", "CITY": "LABESACE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10919	norblin-alphonse-1821-04-02	{"a4": "2167"}	{"lerrcp": "A4-2167"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Norblin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1821-04-02 08:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1821-04-02 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Norblin"}, "birth": {"tzo": "+00:09:24", "date": "1821-04-02 08:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1821-04-02 07:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2167"}, "ids-in-sources": {"a4": "2167"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "2167", "PRO": "M", "SEC": "40", "YEA": "1821", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10920	ollone-max-1875-06-13	{"a4": "2168"}	{"lerrcp": "A4-2168"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Ollone", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:04", "date": "1875-06-13 11:44:56", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1875-06-13 11:20:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Max", "family": "Ollone"}, "birth": {"tzo": "+00:24:04", "date": "1875-06-13 11:44:56", "place": {"c2": "25", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1875-06-13 11:20:52"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2168"}, "ids-in-sources": {"a4": "2168"}}, "raw": {"H": "11", "MN": "20", "TZ": "0", "COD": "25", "COU": "F", "DAY": "13", "LAT": "47N15", "LON": "6E 2", "MON": "6", "NUM": "2168", "PRO": "M", "SEC": "52", "YEA": "1875", "CITY": "BESANCON"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10921	ortmans-thomas-1863-01-04	{"a4": "2169"}	{"lerrcp": "A4-2169"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Thomas", "family": "Ortmans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:48", "date": "1863-01-04 17:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.70177, "lat": 48.40908, "name": "Fontainebleau", "geoid": 3018074}, "notime": null, "date-ut": "1863-01-04 16:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Thomas", "family": "Ortmans"}, "birth": {"tzo": "+00:10:48", "date": "1863-01-04 17:00", "place": {"c2": "77", "cy": "FR", "lg": 2.70177, "lat": 48.40908, "name": "Fontainebleau", "geoid": 3018074}, "date-ut": "1863-01-04 16:49:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2169"}, "ids-in-sources": {"a4": "2169"}}, "raw": {"H": "16", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "4", "LAT": "48N33", "LON": "2E40", "MON": "1", "NUM": "2169", "PRO": "M", "SEC": "20", "YEA": "1863", "CITY": "FONTAINEBLEAU"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10922	gauquelin-a4-2170-1824-04-01	{"a4": "2170"}	{"lerrcp": "A4-2170"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2170", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1824-04-01 04:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1824-04-01 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2170"}, "birth": {"tzo": "+00:09:24", "date": "1824-04-01 04:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1824-04-01 03:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2170"}, "ids-in-sources": {"a4": "2170"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "1", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "2170", "PRO": "M", "SEC": "40", "YEA": "1824", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10923	oudin-gustave-1866-09-13	{"a4": "2171"}	{"lerrcp": "A4-2171"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Oudin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:18", "date": "1866-09-13 16:50", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.82606, "lat": 49.41794, "name": "Compiègne", "geoid": 3024066}, "notime": null, "date-ut": "1866-09-13 16:36:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Oudin"}, "birth": {"tzo": "+00:11:18", "date": "1866-09-13 16:50", "place": {"c2": "60", "cy": "FR", "lg": 2.82606, "lat": 49.41794, "name": "Compiègne", "geoid": 3024066}, "date-ut": "1866-09-13 16:36:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2171"}, "ids-in-sources": {"a4": "2171"}}, "raw": {"H": "16", "MN": "36", "TZ": "0", "COD": "60", "COU": "F", "DAY": "13", "LAT": "49N26", "LON": "2E 5", "MON": "9", "NUM": "2171", "PRO": "M", "SEC": "40", "YEA": "1866", "CITY": "COMPIEGNE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10924	paladilhe-emile-1844-06-03	{"a4": "2172"}	{"lerrcp": "A4-2172"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Paladilhe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1844-06-03 08:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1844-06-03 07:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Paladilhe"}, "birth": {"tzo": "+00:15:30", "date": "1844-06-03 08:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1844-06-03 07:44:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2172"}, "ids-in-sources": {"a4": "2172"}}, "raw": {"H": "7", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "3", "LAT": "43N37", "LON": "3E53", "MON": "6", "NUM": "2172", "PRO": "M", "SEC": "28", "YEA": "1844", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10925	paquotte-auguste-1843-09-13	{"a4": "2173"}	{"lerrcp": "A4-2173"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Paquotte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1843-09-13 20:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1843-09-13 19:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Paquotte"}, "birth": {"tzo": "+00:09:24", "date": "1843-09-13 20:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1843-09-13 19:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2173"}, "ids-in-sources": {"a4": "2173"}}, "raw": {"H": "19", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "13", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "2173", "PRO": "M", "SEC": "40", "YEA": "1843", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10926	paray-paul-1886-05-24	{"a4": "2174"}	{"lerrcp": "A4-2174"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Paray", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:30", "date": "1886-05-24 02:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.37583, "lat": 50.05979, "name": "Le Tréport", "geoid": 2999093}, "notime": null, "date-ut": "1886-05-24 01:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Paray"}, "birth": {"tzo": "+00:05:30", "date": "1886-05-24 02:00", "place": {"c2": "76", "cy": "FR", "lg": 1.37583, "lat": 50.05979, "name": "Le Tréport", "geoid": 2999093}, "date-ut": "1886-05-24 01:55:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2174"}, "ids-in-sources": {"a4": "2174"}}, "raw": {"H": "1", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "24", "LAT": "49N26", "LON": "1E 5", "MON": "5", "NUM": "2174", "PRO": "M", "SEC": "40", "YEA": "1886", "CITY": "LE TREPORT"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10927	pasdeloup-jules-1819-09-15	{"a4": "2175"}	{"lerrcp": "A4-2175"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Pasdeloup", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1819-09-15 03:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1819-09-15 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Pasdeloup"}, "birth": {"tzo": "+00:09:24", "date": "1819-09-15 03:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1819-09-15 02:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2175"}, "ids-in-sources": {"a4": "2175"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "15", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "2175", "PRO": "M", "SEC": "40", "YEA": "1819", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10929	paulin-edouard-1834-05-27	{"a4": "2177"}	{"lerrcp": "A4-2177"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Paulin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1834-05-27 08:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1834-05-27 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Paulin"}, "birth": {"tzo": "+00:09:24", "date": "1834-05-27 08:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1834-05-27 07:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2177"}, "ids-in-sources": {"a4": "2177"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "27", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "2177", "PRO": "M", "SEC": "40", "YEA": "1834", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10930	pellenc-leon-1866-11-23	{"a4": "2178"}	{"lerrcp": "A4-2178"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Pellenc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:43", "date": "1866-11-23 22:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1866-11-23 21:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Pellenc"}, "birth": {"tzo": "+00:23:43", "date": "1866-11-23 22:00", "place": {"c2": "83", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1866-11-23 21:34:08"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2178"}, "ids-in-sources": {"a4": "2178"}}, "raw": {"H": "21", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "23", "LAT": "43N32", "LON": "6E28", "MON": "11", "NUM": "2178", "PRO": "M", "SEC": "8", "YEA": "1866", "CITY": "TOULON"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10931	penable-antoine-1877-01-23	{"a4": "2179"}	{"lerrcp": "A4-2179"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Penable", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:57", "date": "1877-01-23 14:30", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.48931, "lat": 48.9018, "name": "Bondy", "geoid": 3031815}, "notime": null, "date-ut": "1877-01-23 14:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Penable"}, "birth": {"tzo": "+00:09:57", "date": "1877-01-23 14:30", "place": {"c2": "93", "cy": "FR", "lg": 2.48931, "lat": 48.9018, "name": "Bondy", "geoid": 3031815}, "date-ut": "1877-01-23 14:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2179"}, "ids-in-sources": {"a4": "2179"}}, "raw": {"H": "14", "MN": "20", "TZ": "0", "COD": "93", "COU": "F", "DAY": "23", "LAT": "48N55", "LON": "2E30", "MON": "1", "NUM": "2179", "PRO": "M", "SEC": "0", "YEA": "1877", "CITY": "BONDY"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10932	perilhou-albert-1846-04-02	{"a4": "2180"}	{"lerrcp": "A4-2180"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Perilhou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:20", "date": "1846-04-02 17:00", "note": null, "place": {"c1": null, "c2": "09", "c3": null, "cy": "FR", "lg": 1.58333, "lat": 42.96667, "name": "Daumazan", "geoid": 0}, "notime": null, "date-ut": "1846-04-02 16:53:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Perilhou"}, "birth": {"tzo": "+00:06:20", "date": "1846-04-02 17:00", "place": {"c2": "09", "cy": "FR", "lg": 1.58333, "lat": 42.96667, "name": "Daumazan", "geoid": 0}, "date-ut": "1846-04-02 16:53:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2180"}, "ids-in-sources": {"a4": "2180"}}, "raw": {"H": "16", "MN": "53", "TZ": "0", "COD": "09", "COU": "F", "DAY": "2", "LAT": "42N58", "LON": "1E35", "MON": "4", "NUM": "2180", "PRO": "M", "SEC": "40", "YEA": "1846", "CITY": "DAUMAZAN"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10933	peron-augustin-1840-10-26	{"a4": "2181"}	{"lerrcp": "A4-2181"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Augustin", "family": "Peron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1840-10-26 14:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1840-10-26 13:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Augustin", "family": "Peron"}, "birth": {"tzo": "+00:09:24", "date": "1840-10-26 14:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1840-10-26 13:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2181"}, "ids-in-sources": {"a4": "2181"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "26", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "2181", "PRO": "M", "SEC": "40", "YEA": "1840", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10934	perrier-louis-1875-01-01	{"a4": "2182"}	{"lerrcp": "A4-2182"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Perrier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:20", "date": "1875-01-01 01:00", "note": null, "place": {"c1": null, "c2": "65", "c3": null, "cy": "FR", "lg": 0.08333, "lat": 43.23333, "name": "Bagneres", "geoid": 0}, "notime": null, "date-ut": "1875-01-01 00:59:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Perrier"}, "birth": {"tzo": "+00:00:20", "date": "1875-01-01 01:00", "place": {"c2": "65", "cy": "FR", "lg": 0.08333, "lat": 43.23333, "name": "Bagneres", "geoid": 0}, "date-ut": "1875-01-01 00:59:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2182"}, "ids-in-sources": {"a4": "2182"}}, "raw": {"H": "0", "MN": "59", "TZ": "0", "COD": "65", "COU": "F", "DAY": "1", "LAT": "43N14", "LON": "0E 5", "MON": "1", "NUM": "2182", "PRO": "M", "SEC": "40", "YEA": "1875", "CITY": "BAGNERES"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10935	pesse-marius-1881-07-03	{"a4": "2183"}	{"lerrcp": "A4-2183"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marius", "family": "Pesse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:58", "date": "1881-07-03 17:00", "note": null, "place": {"c1": null, "c2": "91", "c3": null, "cy": "FR", "lg": 2.49223, "lat": 48.6942, "name": "Brunoy", "geoid": 3029748}, "notime": null, "date-ut": "1881-07-03 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Marius", "family": "Pesse"}, "birth": {"tzo": "+00:09:58", "date": "1881-07-03 17:00", "place": {"c2": "91", "cy": "FR", "lg": 2.49223, "lat": 48.6942, "name": "Brunoy", "geoid": 3029748}, "date-ut": "1881-07-03 16:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2183"}, "ids-in-sources": {"a4": "2183"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "91", "COU": "F", "DAY": "3", "LAT": "48N36", "LON": "2E20", "MON": "7", "NUM": "2183", "PRO": "M", "SEC": "40", "YEA": "1881", "CITY": "BRUNOY"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10936	petit-ange-1817-01-29	{"a4": "2184"}	{"lerrcp": "A4-2184"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ange", "family": "Petit", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:24", "date": "1817-01-29 10:00", "note": null, "place": {"c1": null, "c2": "95", "c3": null, "cy": "FR", "lg": 2.1, "lat": 49.05, "name": "Pontoise", "geoid": 2986140}, "notime": null, "date-ut": "1817-01-29 09:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Ange", "family": "Petit"}, "birth": {"tzo": "+00:08:24", "date": "1817-01-29 10:00", "place": {"c2": "95", "cy": "FR", "lg": 2.1, "lat": 49.05, "name": "Pontoise", "geoid": 2986140}, "date-ut": "1817-01-29 09:52"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2184"}, "ids-in-sources": {"a4": "2184"}}, "raw": {"H": "9", "MN": "52", "TZ": "0", "COD": "95", "COU": "F", "DAY": "29", "LAT": "49N 0", "LON": "2E 0", "MON": "1", "NUM": "2184", "PRO": "M", "SEC": "0", "YEA": "1817", "CITY": "PONTOISE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10937	petit-charles-1818-02-16	{"a4": "2185"}	{"lerrcp": "A4-2185"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Petit", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1818-02-16 03:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1818-02-16 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Petit"}, "birth": {"tzo": "+00:09:24", "date": "1818-02-16 03:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1818-02-16 02:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2185"}, "ids-in-sources": {"a4": "2185"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "16", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "2185", "PRO": "M", "SEC": "40", "YEA": "1818", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10938	petit-pierre-1922-04-21	{"a4": "2186"}	{"lerrcp": "A4-2186"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Petit", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-04-21 13:30", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "notime": null, "date-ut": "1922-04-21 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Petit"}, "birth": {"tzo": "+01:00", "date": "1922-04-21 13:30", "place": {"c2": "86", "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "date-ut": "1922-04-21 12:30"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2186"}, "ids-in-sources": {"a4": "2186"}}, "raw": {"H": "12", "MN": "30", "TZ": "0", "COD": "86", "COU": "F", "DAY": "21", "LAT": "46N35", "LON": "0E20", "MON": "4", "NUM": "2186", "PRO": "M", "SEC": "0", "YEA": "1922", "CITY": "POITIERS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10939	pfotzer-louis-1847-01-08	{"a4": "2187"}	{"lerrcp": "A4-2187"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Pfotzer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:32", "date": "1847-01-08 10:00", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.63333, "lat": 44.2, "name": "Miramont", "geoid": 0}, "notime": null, "date-ut": "1847-01-08 09:57:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Pfotzer"}, "birth": {"tzo": "+00:02:32", "date": "1847-01-08 10:00", "place": {"c2": "47", "cy": "FR", "lg": 0.63333, "lat": 44.2, "name": "Miramont", "geoid": 0}, "date-ut": "1847-01-08 09:57:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2187"}, "ids-in-sources": {"a4": "2187"}}, "raw": {"H": "9", "MN": "57", "TZ": "0", "COD": "47", "COU": "F", "DAY": "8", "LAT": "44N12", "LON": "0E38", "MON": "1", "NUM": "2187", "PRO": "M", "SEC": "28", "YEA": "1847", "CITY": "MIRAMONT"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10940	philipot-jules-1824-01-24	{"a4": "2188"}	{"lerrcp": "A4-2188"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Philipot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1824-01-24 12:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1824-01-24 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Philipot"}, "birth": {"tzo": "+00:09:24", "date": "1824-01-24 12:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1824-01-24 11:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2188"}, "ids-in-sources": {"a4": "2188"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "24", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "2188", "PRO": "M", "SEC": "40", "YEA": "1824", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10941	picard-judas-1849-01-12	{"a4": "2189"}	{"lerrcp": "A4-2189"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Judas", "family": "Picard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:25", "date": "1849-01-12 23:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.35584, "lat": 48.08078, "name": "Colmar", "geoid": 3024297}, "notime": null, "date-ut": "1849-01-12 22:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Judas", "family": "Picard"}, "birth": {"tzo": "+00:29:25", "date": "1849-01-12 23:00", "place": {"c2": "68", "cy": "FR", "lg": 7.35584, "lat": 48.08078, "name": "Colmar", "geoid": 3024297}, "date-ut": "1849-01-12 22:30:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2189"}, "ids-in-sources": {"a4": "2189"}}, "raw": {"H": "22", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "12", "LAT": "48N 5", "LON": "7E21", "MON": "1", "NUM": "2189", "PRO": "M", "SEC": "36", "YEA": "1849", "CITY": "COLMAR"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10942	pichon-jules-1875-10-25	{"a4": "2190"}	{"lerrcp": "A4-2190"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Pichon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:36", "date": "1875-10-25 11:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.9, "lat": 47.9, "name": "Bonnysloire", "geoid": 0}, "notime": null, "date-ut": "1875-10-25 10:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Pichon"}, "birth": {"tzo": "+00:07:36", "date": "1875-10-25 11:00", "place": {"c2": "45", "cy": "FR", "lg": 1.9, "lat": 47.9, "name": "Bonnysloire", "geoid": 0}, "date-ut": "1875-10-25 10:52:24"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2190"}, "ids-in-sources": {"a4": "2190"}}, "raw": {"H": "10", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "25", "LAT": "47N54", "LON": "1E54", "MON": "10", "NUM": "2190", "PRO": "M", "SEC": "24", "YEA": "1875", "CITY": "BONNYSLOIRE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10943	pierne-gabriel-1863-08-16	{"a4": "2191"}	{"lerrcp": "A4-2191"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Pierne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:41", "date": "1863-08-16 21:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1863-08-16 20:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Pierne"}, "birth": {"tzo": "+00:24:41", "date": "1863-08-16 21:00", "place": {"c2": "57", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1863-08-16 20:35:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2191"}, "ids-in-sources": {"a4": "2191"}}, "raw": {"H": "20", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "16", "LAT": "49N 7", "LON": "6E11", "MON": "8", "NUM": "2191", "PRO": "M", "SEC": "16", "YEA": "1863", "CITY": "METZ"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10944	pierret-jules-1828-05-27	{"a4": "2192"}	{"lerrcp": "A4-2192"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Pierret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1828-05-27 16:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1828-05-27 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Pierret"}, "birth": {"tzo": "+00:09:24", "date": "1828-05-27 16:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1828-05-27 15:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2192"}, "ids-in-sources": {"a4": "2192"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "27", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "2192", "PRO": "M", "SEC": "40", "YEA": "1828", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10945	pierrot-joseph-1820-05-15	{"a4": "2193"}	{"lerrcp": "A4-2193"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Pierrot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:33", "date": "1820-05-15 18:00", "note": null, "place": {"c1": null, "c2": "52", "c3": null, "cy": "FR", "lg": 5.13667, "lat": 48.49123, "name": "Curel", "geoid": 3022045}, "notime": null, "date-ut": "1820-05-15 17:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Pierrot"}, "birth": {"tzo": "+00:20:33", "date": "1820-05-15 18:00", "place": {"c2": "52", "cy": "FR", "lg": 5.13667, "lat": 48.49123, "name": "Curel", "geoid": 3022045}, "date-ut": "1820-05-15 17:39:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2193"}, "ids-in-sources": {"a4": "2193"}}, "raw": {"H": "17", "MN": "39", "TZ": "0", "COD": "52", "COU": "F", "DAY": "15", "LAT": "48N 7", "LON": "5E 8", "MON": "5", "NUM": "2193", "PRO": "M", "SEC": "28", "YEA": "1820", "CITY": "CUREL"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10946	pieyre-auguste-1871-05-03	{"a4": "2194"}	{"lerrcp": "A4-2194"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Pieyre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:02", "date": "1871-05-03 05:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 4.00739, "lat": 43.61692, "name": "Mauguio", "geoid": 2995121}, "notime": null, "date-ut": "1871-05-03 04:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Pieyre"}, "birth": {"tzo": "+00:16:02", "date": "1871-05-03 05:00", "place": {"c2": "34", "cy": "FR", "lg": 4.00739, "lat": 43.61692, "name": "Mauguio", "geoid": 2995121}, "date-ut": "1871-05-03 04:44:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2194"}, "ids-in-sources": {"a4": "2194"}}, "raw": {"H": "4", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "3", "LAT": "43N37", "LON": "3E53", "MON": "5", "NUM": "2194", "PRO": "M", "SEC": "28", "YEA": "1871", "CITY": "MAUGUIO"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10947	pignant-jules-1835-06-09	{"a4": "2195"}	{"lerrcp": "A4-2195"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Pignant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:22", "date": "1835-06-09 19:00", "note": null, "place": {"c1": null, "c2": "70", "c3": null, "cy": "FR", "lg": 5.59215, "lat": 47.44575, "name": "Gray", "geoid": 3014784}, "notime": null, "date-ut": "1835-06-09 18:35:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Pignant"}, "birth": {"tzo": "+00:22:22", "date": "1835-06-09 19:00", "place": {"c2": "70", "cy": "FR", "lg": 5.59215, "lat": 47.44575, "name": "Gray", "geoid": 3014784}, "date-ut": "1835-06-09 18:35:24"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2195"}, "ids-in-sources": {"a4": "2195"}}, "raw": {"H": "18", "MN": "35", "TZ": "0", "COD": "70", "COU": "F", "DAY": "9", "LAT": "47N37", "LON": "6E 9", "MON": "6", "NUM": "2195", "PRO": "M", "SEC": "24", "YEA": "1835", "CITY": "GRAY"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10948	pilet-louis-1815-02-06	{"a4": "2196"}	{"lerrcp": "A4-2196"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Pilet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:40", "date": "1815-02-06 21:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Laguerche", "geoid": 0}, "notime": null, "date-ut": "1815-02-06 21:06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Pilet"}, "birth": {"tzo": "-00:06:40", "date": "1815-02-06 21:00", "place": {"c2": "35", "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Laguerche", "geoid": 0}, "date-ut": "1815-02-06 21:06:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2196"}, "ids-in-sources": {"a4": "2196"}}, "raw": {"H": "21", "MN": "6", "TZ": "0", "COD": "35", "COU": "F", "DAY": "6", "LAT": "48N 7", "LON": "1W40", "MON": "2", "NUM": "2196", "PRO": "M", "SEC": "40", "YEA": "1815", "CITY": "LAGUERCHE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10949	pilliard-jean-1829-06-10	{"a4": "2197"}	{"lerrcp": "A4-2197"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Pilliard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:20", "date": "1829-06-10 19:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "notime": null, "date-ut": "1829-06-10 18:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Pilliard"}, "birth": {"tzo": "+00:16:20", "date": "1829-06-10 19:00", "place": {"c2": "10", "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "date-ut": "1829-06-10 18:43:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2197"}, "ids-in-sources": {"a4": "2197"}}, "raw": {"H": "18", "MN": "43", "TZ": "0", "COD": "10", "COU": "F", "DAY": "10", "LAT": "48N18", "LON": "4E 5", "MON": "6", "NUM": "2197", "PRO": "M", "SEC": "40", "YEA": "1829", "CITY": "TROYES"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10950	piltant-anatole-1846-07-03	{"a4": "2198"}	{"lerrcp": "A4-2198"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anatole", "family": "Piltant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:25", "date": "1846-07-03 11:30", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -1.10514, "lat": 45.82268, "name": "Marennes", "geoid": 2995854}, "notime": null, "date-ut": "1846-07-03 11:34:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Anatole", "family": "Piltant"}, "birth": {"tzo": "-00:04:25", "date": "1846-07-03 11:30", "place": {"c2": "17", "cy": "FR", "lg": -1.10514, "lat": 45.82268, "name": "Marennes", "geoid": 2995854}, "date-ut": "1846-07-03 11:34:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2198"}, "ids-in-sources": {"a4": "2198"}}, "raw": {"H": "11", "MN": "34", "TZ": "0", "COD": "17", "COU": "F", "DAY": "3", "LAT": "46N 9", "LON": "1W10", "MON": "7", "NUM": "2198", "PRO": "M", "SEC": "40", "YEA": "1846", "CITY": "MARENNES"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10951	pinot-francois-1865-10-29	{"a4": "2199"}	{"lerrcp": "A4-2199"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Pinot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:40", "date": "1865-10-29 22:00", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.16667, "lat": 48.76667, "name": "Ligny", "geoid": 0}, "notime": null, "date-ut": "1865-10-29 21:39:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "François", "family": "Pinot"}, "birth": {"tzo": "+00:20:40", "date": "1865-10-29 22:00", "place": {"c2": "55", "cy": "FR", "lg": 5.16667, "lat": 48.76667, "name": "Ligny", "geoid": 0}, "date-ut": "1865-10-29 21:39:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2199"}, "ids-in-sources": {"a4": "2199"}}, "raw": {"H": "21", "MN": "39", "TZ": "0", "COD": "55", "COU": "F", "DAY": "29", "LAT": "48N46", "LON": "5E10", "MON": "10", "NUM": "2199", "PRO": "M", "SEC": "20", "YEA": "1865", "CITY": "LIGNY"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10952	piriou-adolphe-1878-09-07	{"a4": "2200"}	{"lerrcp": "A4-2200"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Piriou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:15:19", "date": "1878-09-07 09:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -3.82792, "lat": 48.57784, "name": "Morlaix", "geoid": 2991772}, "notime": null, "date-ut": "1878-09-07 09:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Piriou"}, "birth": {"tzo": "-00:15:19", "date": "1878-09-07 09:00", "place": {"c2": "29", "cy": "FR", "lg": -3.82792, "lat": 48.57784, "name": "Morlaix", "geoid": 2991772}, "date-ut": "1878-09-07 09:16:24"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2200"}, "ids-in-sources": {"a4": "2200"}}, "raw": {"H": "9", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "7", "LAT": "48N 0", "LON": "4W 6", "MON": "9", "NUM": "2200", "PRO": "M", "SEC": "24", "YEA": "1878", "CITY": "MORLAIX"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10953	pister-louis-1846-04-03	{"a4": "2201"}	{"lerrcp": "A4-2201"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Pister", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:57", "date": "1846-04-03 04:01", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.9879, "lat": 49.721, "name": "Givonne", "geoid": 3015903}, "notime": null, "date-ut": "1846-04-03 03:41:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Pister"}, "birth": {"tzo": "+00:19:57", "date": "1846-04-03 04:01", "place": {"c2": "08", "cy": "FR", "lg": 4.9879, "lat": 49.721, "name": "Givonne", "geoid": 3015903}, "date-ut": "1846-04-03 03:41:04"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2201"}, "ids-in-sources": {"a4": "2201"}}, "raw": {"H": "3", "MN": "41", "TZ": "0", "COD": "08", "COU": "F", "DAY": "3", "LAT": "49N46", "LON": "4E44", "MON": "4", "NUM": "2201", "PRO": "M", "SEC": "4", "YEA": "1846", "CITY": "GIVONNE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10954	planes-casimir-1853-07-27	{"a4": "2202"}	{"lerrcp": "A4-2202"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Casimir", "family": "Planes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:58", "date": "1853-07-27 02:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.74355, "lat": 42.54959, "name": "Llauro", "geoid": 2998024}, "notime": null, "date-ut": "1853-07-27 01:48:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Casimir", "family": "Planes"}, "birth": {"tzo": "+00:10:58", "date": "1853-07-27 02:00", "place": {"c2": "66", "cy": "FR", "lg": 2.74355, "lat": 42.54959, "name": "Llauro", "geoid": 2998024}, "date-ut": "1853-07-27 01:48:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2202"}, "ids-in-sources": {"a4": "2202"}}, "raw": {"H": "1", "MN": "48", "TZ": "0", "COD": "66", "COU": "F", "DAY": "27", "LAT": "42N42", "LON": "2E55", "MON": "7", "NUM": "2202", "PRO": "M", "SEC": "20", "YEA": "1853", "CITY": "LLAURO"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10955	plante-francis-1839-03-02	{"a4": "2203"}	{"lerrcp": "A4-2203"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Plante", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:03:05", "date": "1839-03-02 15:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.77266, "lat": 43.48834, "name": "Orthez", "geoid": 2989187}, "notime": null, "date-ut": "1839-03-02 15:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Francis", "family": "Plante"}, "birth": {"tzo": "-00:03:05", "date": "1839-03-02 15:00", "place": {"c2": "64", "cy": "FR", "lg": -0.77266, "lat": 43.48834, "name": "Orthez", "geoid": 2989187}, "date-ut": "1839-03-02 15:01:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2203"}, "ids-in-sources": {"a4": "2203"}}, "raw": {"H": "15", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "2", "LAT": "43N18", "LON": "0W22", "MON": "3", "NUM": "2203", "PRO": "M", "SEC": "28", "YEA": "1839", "CITY": "ORTHEZ"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10956	plouchart-alphonse-1872-04-13	{"a4": "2204"}	{"lerrcp": "A4-2204"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Plouchart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:39", "date": "1872-04-13 00:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.41186, "lat": 50.1249, "name": "Caudry", "geoid": 3028205}, "notime": null, "date-ut": "1872-04-12 23:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Plouchart"}, "birth": {"tzo": "+00:13:39", "date": "1872-04-13 00:00", "place": {"c2": "59", "cy": "FR", "lg": 3.41186, "lat": 50.1249, "name": "Caudry", "geoid": 3028205}, "date-ut": "1872-04-12 23:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2204"}, "ids-in-sources": {"a4": "2204"}}, "raw": {"H": "23", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "12", "LAT": "50N39", "LON": "3E 5", "MON": "4", "NUM": "2204", "PRO": "M", "SEC": "40", "YEA": "1872", "CITY": "CAUDRY"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10957	poise-jean-1828-06-03	{"a4": "2205"}	{"lerrcp": "A4-2205"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Poise", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:26", "date": "1828-06-03 07:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1828-06-03 06:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Poise"}, "birth": {"tzo": "+00:17:26", "date": "1828-06-03 07:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1828-06-03 06:42:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2205"}, "ids-in-sources": {"a4": "2205"}}, "raw": {"H": "6", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "3", "LAT": "43N51", "LON": "4E21", "MON": "6", "NUM": "2205", "PRO": "M", "SEC": "36", "YEA": "1828", "CITY": "NIMES"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10958	pothier-henri-1851-11-23	{"a4": "2206"}	{"lerrcp": "A4-2206"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Pothier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:08", "date": "1851-11-23 22:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Velarssouche", "geoid": 0}, "notime": null, "date-ut": "1851-11-23 21:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Pothier"}, "birth": {"tzo": "+00:20:08", "date": "1851-11-23 22:00", "place": {"c2": "21", "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Velarssouche", "geoid": 0}, "date-ut": "1851-11-23 21:39:52"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2206"}, "ids-in-sources": {"a4": "2206"}}, "raw": {"H": "21", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "23", "LAT": "47N19", "LON": "5E 2", "MON": "11", "NUM": "2206", "PRO": "M", "SEC": "52", "YEA": "1851", "CITY": "VELARSSOUCHE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10959	poueigh-jean-1876-02-24	{"a4": "2207"}	{"lerrcp": "A4-2207"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Poueigh", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1876-02-24 14:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1876-02-24 13:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Poueigh"}, "birth": {"tzo": "+00:05:46", "date": "1876-02-24 14:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1876-02-24 13:54:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2207"}, "ids-in-sources": {"a4": "2207"}}, "raw": {"H": "13", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "24", "LAT": "43N37", "LON": "1E26", "MON": "2", "NUM": "2207", "PRO": "M", "SEC": "16", "YEA": "1876", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10960	poulenc-francis-1899-01-07	{"a4": "2208"}	{"lerrcp": "A4-2208"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Poulenc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-01-07 16:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1899-01-07 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Francis", "family": "Poulenc"}, "birth": {"tzo": "+00:09:21", "date": "1899-01-07 16:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1899-01-07 15:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2208"}, "ids-in-sources": {"a4": "2208"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "7", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "2208", "PRO": "M", "SEC": "40", "YEA": "1899", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10961	poussard-horace-1829-06-11	{"a4": "2209"}	{"lerrcp": "A4-2209"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Horace", "family": "Poussard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:03", "date": "1829-06-11 05:00", "note": null, "place": {"c1": null, "c2": "53", "c3": null, "cy": "FR", "lg": -0.75, "lat": 48.06667, "name": "Chateaugontier", "geoid": 0}, "notime": null, "date-ut": "1829-06-11 05:03"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Horace", "family": "Poussard"}, "birth": {"tzo": "-00:03", "date": "1829-06-11 05:00", "place": {"c2": "53", "cy": "FR", "lg": -0.75, "lat": 48.06667, "name": "Chateaugontier", "geoid": 0}, "date-ut": "1829-06-11 05:03"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2209"}, "ids-in-sources": {"a4": "2209"}}, "raw": {"H": "5", "MN": "3", "TZ": "0", "COD": "53", "COU": "F", "DAY": "11", "LAT": "48N 4", "LON": "0W45", "MON": "6", "NUM": "2209", "PRO": "M", "SEC": "0", "YEA": "1829", "CITY": "CHATEAUGONTIER"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10962	pugno-raoul-1852-06-23	{"a4": "2210"}	{"lerrcp": "A4-2210"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raoul", "family": "Pugno", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:56", "date": "1852-06-23 07:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Montrouge", "geoid": 0}, "notime": null, "date-ut": "1852-06-23 06:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Raoul", "family": "Pugno"}, "birth": {"tzo": "+00:09:56", "date": "1852-06-23 07:00", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Montrouge", "geoid": 0}, "date-ut": "1852-06-23 06:50:04"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2210"}, "ids-in-sources": {"a4": "2210"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "23", "LAT": "48N47", "LON": "2E29", "MON": "6", "NUM": "2210", "PRO": "M", "SEC": "4", "YEA": "1852", "CITY": "MONTROUGE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10963	pujol-ernest-1866-09-02	{"a4": "2211"}	{"lerrcp": "A4-2211"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Pujol", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:33", "date": "1866-09-02 10:03:09", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 3.13745, "lat": 43.23095, "name": "Fleury", "geoid": 3018296}, "notime": null, "date-ut": "1866-09-02 09:50:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Pujol"}, "birth": {"tzo": "+00:12:33", "date": "1866-09-02 10:03:09", "place": {"c2": "11", "cy": "FR", "lg": 3.13745, "lat": 43.23095, "name": "Fleury", "geoid": 3018296}, "date-ut": "1866-09-02 09:50:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2211"}, "ids-in-sources": {"a4": "2211"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "2", "LAT": "43N12", "LON": "2E21", "MON": "9", "NUM": "2211", "PRO": "M", "SEC": "36", "YEA": "1866", "CITY": "FLEURY"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10964	quieney-jean-1847-08-10	{"a4": "2212"}	{"lerrcp": "A4-2212"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Quieney", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:03", "date": "1847-08-10 18:00", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.76051, "lat": 47.14857, "name": "Fraisans", "geoid": 3017416}, "notime": null, "date-ut": "1847-08-10 17:37:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Quieney"}, "birth": {"tzo": "+00:23:03", "date": "1847-08-10 18:00", "place": {"c2": "39", "cy": "FR", "lg": 5.76051, "lat": 47.14857, "name": "Fraisans", "geoid": 3017416}, "date-ut": "1847-08-10 17:37:48"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2212"}, "ids-in-sources": {"a4": "2212"}}, "raw": {"H": "17", "MN": "37", "TZ": "0", "COD": "39", "COU": "F", "DAY": "10", "LAT": "46N40", "LON": "5E33", "MON": "8", "NUM": "2212", "PRO": "M", "SEC": "48", "YEA": "1847", "CITY": "FRAISANS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10965	quinzard-henri-1843-04-08	{"a4": "2213"}	{"lerrcp": "A4-2213"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Quinzard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1843-04-08 21:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1843-04-08 20:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Quinzard"}, "birth": {"tzo": "+00:09:24", "date": "1843-04-08 21:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1843-04-08 20:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2213"}, "ids-in-sources": {"a4": "2213"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "8", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "2213", "PRO": "M", "SEC": "40", "YEA": "1843", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10966	rabaud-henri-1873-11-10	{"a4": "2214"}	{"lerrcp": "A4-2214"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Rabaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1873-11-10 03:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1873-11-10 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Rabaud"}, "birth": {"tzo": "+00:09:24", "date": "1873-11-10 03:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1873-11-10 02:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2214"}, "ids-in-sources": {"a4": "2214"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "10", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "2214", "PRO": "M", "SEC": "40", "YEA": "1873", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10967	rabaud-hippolyte-1839-01-29	{"a4": "2215"}	{"lerrcp": "A4-2215"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hippolyte", "family": "Rabaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1839-01-29 05:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 2.35, "lat": 43.2, "name": "Salellesdaude", "geoid": 0}, "notime": null, "date-ut": "1839-01-29 04:50:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Hippolyte", "family": "Rabaud"}, "birth": {"tzo": "+00:09:24", "date": "1839-01-29 05:00", "place": {"c2": "11", "cy": "FR", "lg": 2.35, "lat": 43.2, "name": "Salellesdaude", "geoid": 0}, "date-ut": "1839-01-29 04:50:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2215"}, "ids-in-sources": {"a4": "2215"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "29", "LAT": "43N12", "LON": "2E21", "MON": "1", "NUM": "2215", "PRO": "M", "SEC": "36", "YEA": "1839", "CITY": "SALELLESDAUDE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10968	gauquelin-a4-2216-1846-05-26	{"a4": "2216"}	{"lerrcp": "A4-2216"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2216", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1846-05-26 15:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1846-05-26 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2216"}, "birth": {"tzo": "+00:09:24", "date": "1846-05-26 15:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1846-05-26 14:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2216"}, "ids-in-sources": {"a4": "2216"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "26", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "2216", "PRO": "M", "SEC": "40", "YEA": "1846", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10969	ratez-emile-1851-11-05	{"a4": "2217"}	{"lerrcp": "A4-2217"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Ratez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:04", "date": "1851-11-05 11:30", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1851-11-05 11:05:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Ratez"}, "birth": {"tzo": "+00:24:04", "date": "1851-11-05 11:30", "place": {"c2": "25", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1851-11-05 11:05:52"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2217"}, "ids-in-sources": {"a4": "2217"}}, "raw": {"H": "11", "MN": "5", "TZ": "0", "COD": "25", "COU": "F", "DAY": "5", "LAT": "47N15", "LON": "6E 2", "MON": "11", "NUM": "2217", "PRO": "M", "SEC": "52", "YEA": "1851", "CITY": "BESANCON"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10971	reber-napoleon-1807-10-21	{"a4": "2219"}	{"lerrcp": "A4-2219"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Napoleon", "family": "Reber", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:19", "date": "1807-10-21 09:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "notime": null, "date-ut": "1807-10-21 08:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Napoleon", "family": "Reber"}, "birth": {"tzo": "+00:29:19", "date": "1807-10-21 09:00", "place": {"c2": "68", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "date-ut": "1807-10-21 08:30:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2219"}, "ids-in-sources": {"a4": "2219"}}, "raw": {"H": "8", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "21", "LAT": "48N 5", "LON": "7E21", "MON": "10", "NUM": "2219", "PRO": "M", "SEC": "36", "YEA": "1807", "CITY": "MULHOUSE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10972	renaud-david-1839-06-08	{"a4": "2220"}	{"lerrcp": "A4-2220"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "David", "family": "Renaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:46", "date": "1839-06-08 06:00", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 2.69184, "lat": 43.70891, "name": "Lacaune", "geoid": 3010566}, "notime": null, "date-ut": "1839-06-08 05:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "David", "family": "Renaud"}, "birth": {"tzo": "+00:10:46", "date": "1839-06-08 06:00", "place": {"c2": "81", "cy": "FR", "lg": 2.69184, "lat": 43.70891, "name": "Lacaune", "geoid": 3010566}, "date-ut": "1839-06-08 05:51:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2220"}, "ids-in-sources": {"a4": "2220"}}, "raw": {"H": "5", "MN": "51", "TZ": "0", "COD": "81", "COU": "F", "DAY": "8", "LAT": "43N55", "LON": "2E 8", "MON": "6", "NUM": "2220", "PRO": "M", "SEC": "28", "YEA": "1839", "CITY": "LACAUNE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10973	renaud-marie-1852-12-04	{"a4": "2221"}	{"lerrcp": "A4-2221"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Renaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1852-12-04 04:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1852-12-04 04:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Renaud"}, "birth": {"tzo": "+00:09:24", "date": "1852-12-04 04:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1852-12-04 04:20:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2221"}, "ids-in-sources": {"a4": "2221"}}, "raw": {"H": "4", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "4", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "2221", "PRO": "M", "SEC": "40", "YEA": "1852", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10974	requin-louis-1865-05-26	{"a4": "2222"}	{"lerrcp": "A4-2222"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Requin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:20", "date": "1865-05-26 02:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 43.95, "name": "Stsaturninlesav", "geoid": 0}, "notime": null, "date-ut": "1865-05-26 01:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Requin"}, "birth": {"tzo": "+00:19:20", "date": "1865-05-26 02:00", "place": {"c2": "84", "cy": "FR", "lg": 4.83333, "lat": 43.95, "name": "Stsaturninlesav", "geoid": 0}, "date-ut": "1865-05-26 01:40:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2222"}, "ids-in-sources": {"a4": "2222"}}, "raw": {"H": "1", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "26", "LAT": "43N57", "LON": "4E50", "MON": "5", "NUM": "2222", "PRO": "M", "SEC": "40", "YEA": "1865", "CITY": "STSATURNINLESAV"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10975	rey-albert-1873-03-21	{"a4": "2223"}	{"lerrcp": "A4-2223"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Rey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:31", "date": "1873-03-21 05:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 2.63094, "lat": 47.69332, "name": "Gien", "geoid": 3016097}, "notime": null, "date-ut": "1873-03-21 04:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Rey"}, "birth": {"tzo": "+00:10:31", "date": "1873-03-21 05:00", "place": {"c2": "45", "cy": "FR", "lg": 2.63094, "lat": 47.69332, "name": "Gien", "geoid": 3016097}, "date-ut": "1873-03-21 04:52:24"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2223"}, "ids-in-sources": {"a4": "2223"}}, "raw": {"H": "4", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "21", "LAT": "47N54", "LON": "1E54", "MON": "3", "NUM": "2223", "PRO": "M", "SEC": "24", "YEA": "1873", "CITY": "GIEN"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10976	rey-rachel-1879-01-20	{"a4": "2224"}	{"lerrcp": "A4-2224"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rachel", "family": "Rey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:56", "date": "1879-01-20 08:00", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 0.73333, "lat": 45.18333, "name": "Beaumont", "geoid": 0}, "notime": null, "date-ut": "1879-01-20 07:57:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Rachel", "family": "Rey"}, "birth": {"tzo": "+00:02:56", "date": "1879-01-20 08:00", "place": {"c2": "24", "cy": "FR", "lg": 0.73333, "lat": 45.18333, "name": "Beaumont", "geoid": 0}, "date-ut": "1879-01-20 07:57:04"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2224"}, "ids-in-sources": {"a4": "2224"}}, "raw": {"H": "7", "MN": "57", "TZ": "0", "COD": "24", "COU": "F", "DAY": "20", "LAT": "45N11", "LON": "0E44", "MON": "1", "NUM": "2224", "PRO": "M", "SEC": "4", "YEA": "1879", "CITY": "BEAUMONT"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10977	reynaud-joseph-1841-05-12	{"a4": "2225"}	{"lerrcp": "A4-2225"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Reynaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:55", "date": "1841-05-12 06:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.72763, "lat": 44.20242, "name": "Mornas", "geoid": 2991741}, "notime": null, "date-ut": "1841-05-12 05:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Reynaud"}, "birth": {"tzo": "+00:18:55", "date": "1841-05-12 06:00", "place": {"c2": "84", "cy": "FR", "lg": 4.72763, "lat": 44.20242, "name": "Mornas", "geoid": 2991741}, "date-ut": "1841-05-12 05:40:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2225"}, "ids-in-sources": {"a4": "2225"}}, "raw": {"H": "5", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "12", "LAT": "43N57", "LON": "4E50", "MON": "5", "NUM": "2225", "PRO": "M", "SEC": "40", "YEA": "1841", "CITY": "MORNAS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10978	reynier-leon-1833-08-11	{"a4": "2226"}	{"lerrcp": "A4-2226"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Reynier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:44", "date": "1833-08-11 21:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Stcloud", "geoid": 0}, "notime": null, "date-ut": "1833-08-11 20:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Reynier"}, "birth": {"tzo": "+00:08:44", "date": "1833-08-11 21:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Stcloud", "geoid": 0}, "date-ut": "1833-08-11 20:51:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2226"}, "ids-in-sources": {"a4": "2226"}}, "raw": {"H": "20", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "11", "LAT": "48N50", "LON": "2E11", "MON": "8", "NUM": "2226", "PRO": "M", "SEC": "16", "YEA": "1833", "CITY": "STCLOUD"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10979	reyer-ernest-1823-12-01	{"a4": "2227"}	{"lerrcp": "A4-2227"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Reyer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1823-12-01 17:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1823-12-01 16:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Reyer"}, "birth": {"tzo": "+00:21:31", "date": "1823-12-01 17:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1823-12-01 16:38:32"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2227"}, "ids-in-sources": {"a4": "2227"}}, "raw": {"H": "16", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "1", "LAT": "43N18", "LON": "5E22", "MON": "12", "NUM": "2227", "PRO": "M", "SEC": "32", "YEA": "1823", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10980	richard-jean-1845-08-08	{"a4": "2228"}	{"lerrcp": "A4-2228"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Richard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:40", "date": "1845-08-08 20:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -1.16667, "lat": 46.15, "name": "Saint-Simondebordes", "geoid": 0}, "notime": null, "date-ut": "1845-08-08 20:04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Richard"}, "birth": {"tzo": "-00:04:40", "date": "1845-08-08 20:00", "place": {"c2": "17", "cy": "FR", "lg": -1.16667, "lat": 46.15, "name": "Saint-Simondebordes", "geoid": 0}, "date-ut": "1845-08-08 20:04:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2228"}, "ids-in-sources": {"a4": "2228"}}, "raw": {"H": "20", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "8", "LAT": "46N 9", "LON": "1W10", "MON": "8", "NUM": "2228", "PRO": "M", "SEC": "40", "YEA": "1845", "CITY": "ST-SIMONDEBORDES"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10981	richard-d-ivry-charles-1867-10-27	{"a4": "2229"}	{"lerrcp": "A4-2229"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Richard D'Ivry Charles", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:08", "date": "1867-10-27 00:30", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Ivry", "geoid": 0}, "notime": null, "date-ut": "1867-10-27 00:09:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Richard D'Ivry Charles"}, "birth": {"tzo": "+00:20:08", "date": "1867-10-27 00:30", "place": {"c2": "21", "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Ivry", "geoid": 0}, "date-ut": "1867-10-27 00:09:52"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2229"}, "ids-in-sources": {"a4": "2229"}}, "raw": {"H": "0", "MN": "9", "TZ": "0", "COD": "21", "COU": "F", "DAY": "27", "LAT": "47N19", "LON": "5E 2", "MON": "10", "NUM": "2229", "PRO": "M", "SEC": "52", "YEA": "1867", "CITY": "IVRY"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10982	richaud-leon-1861-07-16	{"a4": "2230"}	{"lerrcp": "A4-2230"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Richaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:38", "date": "1861-07-16 17:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 5.40836, "lat": 44.08968, "name": "Sault", "geoid": 2975798}, "notime": null, "date-ut": "1861-07-16 16:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Richaud"}, "birth": {"tzo": "+00:21:38", "date": "1861-07-16 17:00", "place": {"c2": "84", "cy": "FR", "lg": 5.40836, "lat": 44.08968, "name": "Sault", "geoid": 2975798}, "date-ut": "1861-07-16 16:40:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2230"}, "ids-in-sources": {"a4": "2230"}}, "raw": {"H": "16", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "16", "LAT": "43N57", "LON": "4E50", "MON": "7", "NUM": "2230", "PRO": "M", "SEC": "40", "YEA": "1861", "CITY": "SAULT"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10983	rieffler-tony-1854-02-06	{"a4": "2231"}	{"lerrcp": "A4-2231"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tony", "family": "Rieffler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1854-02-06 17:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1854-02-06 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Tony", "family": "Rieffler"}, "birth": {"tzo": "+00:09:24", "date": "1854-02-06 17:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1854-02-06 16:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2231"}, "ids-in-sources": {"a4": "2231"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "6", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "2231", "PRO": "M", "SEC": "40", "YEA": "1854", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10984	rignault-francois-1812-06-14	{"a4": "2232"}	{"lerrcp": "A4-2232"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Rignault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1812-06-14 16:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1812-06-14 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "François", "family": "Rignault"}, "birth": {"tzo": "+00:09:24", "date": "1812-06-14 16:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1812-06-14 15:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2232"}, "ids-in-sources": {"a4": "2232"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "14", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "2232", "PRO": "M", "SEC": "40", "YEA": "1812", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10985	rinuccini-charles-1872-09-15	{"a4": "2233"}	{"lerrcp": "A4-2233"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Rinuccini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:38", "date": "1872-09-15 18:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.65845, "lat": 46.43318, "name": "Cluny", "geoid": 3024534}, "notime": null, "date-ut": "1872-09-15 17:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Rinuccini"}, "birth": {"tzo": "+00:18:38", "date": "1872-09-15 18:00", "place": {"c2": "71", "cy": "FR", "lg": 4.65845, "lat": 46.43318, "name": "Cluny", "geoid": 3024534}, "date-ut": "1872-09-15 17:40:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2233"}, "ids-in-sources": {"a4": "2233"}}, "raw": {"H": "17", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "15", "LAT": "46N18", "LON": "4E50", "MON": "9", "NUM": "2233", "PRO": "M", "SEC": "40", "YEA": "1872", "CITY": "CLUNY"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10986	rivier-jean-1896-07-21	{"a4": "2234"}	{"lerrcp": "A4-2234"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Rivier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1896-07-21 18:00", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.5, "lat": 48.88333, "name": "Villemomble", "geoid": 2968653}, "notime": null, "date-ut": "1896-07-21 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Rivier"}, "birth": {"tzo": "+00:09:21", "date": "1896-07-21 18:00", "place": {"c2": "93", "cy": "FR", "lg": 2.5, "lat": 48.88333, "name": "Villemomble", "geoid": 2968653}, "date-ut": "1896-07-21 17:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2234"}, "ids-in-sources": {"a4": "2234"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "93", "COU": "F", "DAY": "21", "LAT": "48N55", "LON": "2E30", "MON": "7", "NUM": "2234", "PRO": "M", "SEC": "40", "YEA": "1896", "CITY": "VILLEMOMBLE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10987	robert-du-botneau-charles-1833-08-29	{"a4": "2235"}	{"lerrcp": "A4-2235"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Robert Du Botneau Charles", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:40", "date": "1833-08-29 23:00", "note": null, "place": {"c1": null, "c2": "85", "c3": null, "cy": "FR", "lg": -1.41667, "lat": 46.66667, "name": "Fontenay", "geoid": 0}, "notime": null, "date-ut": "1833-08-29 23:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Robert Du Botneau Charles"}, "birth": {"tzo": "-00:05:40", "date": "1833-08-29 23:00", "place": {"c2": "85", "cy": "FR", "lg": -1.41667, "lat": 46.66667, "name": "Fontenay", "geoid": 0}, "date-ut": "1833-08-29 23:05:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2235"}, "ids-in-sources": {"a4": "2235"}}, "raw": {"H": "23", "MN": "5", "TZ": "0", "COD": "85", "COU": "F", "DAY": "29", "LAT": "46N40", "LON": "1W25", "MON": "8", "NUM": "2235", "PRO": "M", "SEC": "40", "YEA": "1833", "CITY": "FONTENAY"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10988	robilliard-victor-1827-08-01	{"a4": "2236"}	{"lerrcp": "A4-2236"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Robilliard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1827-08-01 11:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1827-08-01 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Robilliard"}, "birth": {"tzo": "+00:09:24", "date": "1827-08-01 11:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1827-08-01 10:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2236"}, "ids-in-sources": {"a4": "2236"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "1", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "2236", "PRO": "M", "SEC": "40", "YEA": "1827", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10989	robineau-leon-1873-09-04	{"a4": "2237"}	{"lerrcp": "A4-2237"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Robineau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:05", "date": "1873-09-04 08:30", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.5194, "lat": 47.46017, "name": "Clamecy", "geoid": 3024782}, "notime": null, "date-ut": "1873-09-04 08:17:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Robineau"}, "birth": {"tzo": "+00:14:05", "date": "1873-09-04 08:30", "place": {"c2": "58", "cy": "FR", "lg": 3.5194, "lat": 47.46017, "name": "Clamecy", "geoid": 3024782}, "date-ut": "1873-09-04 08:17:24"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2237"}, "ids-in-sources": {"a4": "2237"}}, "raw": {"H": "8", "MN": "17", "TZ": "0", "COD": "58", "COU": "F", "DAY": "4", "LAT": "46N59", "LON": "3E 9", "MON": "9", "NUM": "2237", "PRO": "M", "SEC": "24", "YEA": "1873", "CITY": "CLAMECY"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10990	roger-alexis-1814-06-11	{"a4": "2238"}	{"lerrcp": "A4-2238"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexis", "family": "Roger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:03", "date": "1814-06-11 20:00", "note": null, "place": {"c1": null, "c2": "53", "c3": null, "cy": "FR", "lg": -0.75, "lat": 48.06667, "name": "Chateaugontier", "geoid": 0}, "notime": null, "date-ut": "1814-06-11 20:03"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Alexis", "family": "Roger"}, "birth": {"tzo": "-00:03", "date": "1814-06-11 20:00", "place": {"c2": "53", "cy": "FR", "lg": -0.75, "lat": 48.06667, "name": "Chateaugontier", "geoid": 0}, "date-ut": "1814-06-11 20:03"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2238"}, "ids-in-sources": {"a4": "2238"}}, "raw": {"H": "20", "MN": "3", "TZ": "0", "COD": "53", "COU": "F", "DAY": "11", "LAT": "48N 4", "LON": "0W45", "MON": "6", "NUM": "2238", "PRO": "M", "SEC": "0", "YEA": "1814", "CITY": "CHATEAUGONTIER"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10991	roger-ernest-1839-05-11	{"a4": "2239"}	{"lerrcp": "A4-2239"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Roger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:28", "date": "1839-05-11 23:30", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Mareuillefort", "geoid": 0}, "notime": null, "date-ut": "1839-05-11 23:12:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Roger"}, "birth": {"tzo": "+00:17:28", "date": "1839-05-11 23:30", "place": {"c2": "51", "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Mareuillefort", "geoid": 0}, "date-ut": "1839-05-11 23:12:32"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2239"}, "ids-in-sources": {"a4": "2239"}}, "raw": {"H": "23", "MN": "12", "TZ": "0", "COD": "51", "COU": "F", "DAY": "11", "LAT": "48N57", "LON": "4E22", "MON": "5", "NUM": "2239", "PRO": "M", "SEC": "32", "YEA": "1839", "CITY": "MAREUILLEFORT"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10992	roger-victor-1853-07-22	{"a4": "2240"}	{"lerrcp": "A4-2240"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Roger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1853-07-22 06:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1853-07-22 05:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Roger"}, "birth": {"tzo": "+00:15:30", "date": "1853-07-22 06:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1853-07-22 05:44:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2240"}, "ids-in-sources": {"a4": "2240"}}, "raw": {"H": "5", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "22", "LAT": "43N37", "LON": "3E53", "MON": "7", "NUM": "2240", "PRO": "M", "SEC": "28", "YEA": "1853", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10993	gauquelin-a4-2241-1873-04-18	{"a4": "2241"}	{"lerrcp": "A4-2241"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2241", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1873-04-18 13:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1873-04-18 13:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2241"}, "birth": {"tzo": "-00:02:19", "date": "1873-04-18 13:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1873-04-18 13:57:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2241"}, "ids-in-sources": {"a4": "2241"}}, "raw": {"H": "13", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "18", "LAT": "44N50", "LON": "0W34", "MON": "4", "NUM": "2241", "PRO": "M", "SEC": "36", "YEA": "1873", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10994	roillet-eugene-1868-11-02	{"a4": "2242"}	{"lerrcp": "A4-2242"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Roillet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:08", "date": "1868-11-02 10:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.28328, "lat": 48.19738, "name": "Sens", "geoid": 2975050}, "notime": null, "date-ut": "1868-11-02 09:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Roillet"}, "birth": {"tzo": "+00:13:08", "date": "1868-11-02 10:00", "place": {"c2": "89", "cy": "FR", "lg": 3.28328, "lat": 48.19738, "name": "Sens", "geoid": 2975050}, "date-ut": "1868-11-02 09:45:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2242"}, "ids-in-sources": {"a4": "2242"}}, "raw": {"H": "9", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "2", "LAT": "47N48", "LON": "3E35", "MON": "11", "NUM": "2242", "PRO": "M", "SEC": "40", "YEA": "1868", "CITY": "SENS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10995	rolland-fernand-1849-07-06	{"a4": "2243"}	{"lerrcp": "A4-2243"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Rolland", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12", "date": "1849-07-06 01:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 3.00141, "lat": 43.18396, "name": "Narbonne", "geoid": 2990919}, "notime": null, "date-ut": "1849-07-06 00:50:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Rolland"}, "birth": {"tzo": "+00:12", "date": "1849-07-06 01:00", "place": {"c2": "11", "cy": "FR", "lg": 3.00141, "lat": 43.18396, "name": "Narbonne", "geoid": 2990919}, "date-ut": "1849-07-06 00:50:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2243"}, "ids-in-sources": {"a4": "2243"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "6", "LAT": "43N12", "LON": "2E21", "MON": "7", "NUM": "2243", "PRO": "M", "SEC": "36", "YEA": "1849", "CITY": "NARBONNE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10996	ropartz-joseph-1864-06-15	{"a4": "2244"}	{"lerrcp": "A4-2244"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Ropartz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:12:37", "date": "1864-06-15 04:30", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -3.15289, "lat": 48.56259, "name": "Guingamp", "geoid": 3014221}, "notime": null, "date-ut": "1864-06-15 04:41"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Ropartz"}, "birth": {"tzo": "-00:12:37", "date": "1864-06-15 04:30", "place": {"c2": "22", "cy": "FR", "lg": -3.15289, "lat": 48.56259, "name": "Guingamp", "geoid": 3014221}, "date-ut": "1864-06-15 04:41"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2244"}, "ids-in-sources": {"a4": "2244"}}, "raw": {"H": "4", "MN": "41", "TZ": "0", "COD": "22", "COU": "F", "DAY": "15", "LAT": "48N31", "LON": "2W45", "MON": "6", "NUM": "2244", "PRO": "M", "SEC": "0", "YEA": "1864", "CITY": "GUINGAMP"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10997	roques-jean-1839-10-24	{"a4": "2245"}	{"lerrcp": "A4-2245"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Roques", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:03:32", "date": "1839-10-24 22:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 0.88168, "lat": 43.21722, "name": "Aurignac", "geoid": 3036018}, "notime": null, "date-ut": "1839-10-24 21:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Roques"}, "birth": {"tzo": "+00:03:32", "date": "1839-10-24 22:00", "place": {"c2": "31", "cy": "FR", "lg": 0.88168, "lat": 43.21722, "name": "Aurignac", "geoid": 3036018}, "date-ut": "1839-10-24 21:54:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2245"}, "ids-in-sources": {"a4": "2245"}}, "raw": {"H": "21", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "24", "LAT": "43N37", "LON": "1E26", "MON": "10", "NUM": "2245", "PRO": "M", "SEC": "16", "YEA": "1839", "CITY": "AURIGNAC"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10998	rosellen-louis-1811-10-14	{"a4": "2246"}	{"lerrcp": "A4-2246"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Rosellen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1811-10-14 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1811-10-14 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Rosellen"}, "birth": {"tzo": "+00:09:24", "date": "1811-10-14 06:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1811-10-14 05:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2246"}, "ids-in-sources": {"a4": "2246"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "14", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "2246", "PRO": "M", "SEC": "40", "YEA": "1811", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
10999	roth-antoine-1827-05-13	{"a4": "2247"}	{"lerrcp": "A4-2247"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Roth", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:31:10", "date": "1827-05-13 10:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.79051, "lat": 48.81557, "name": "Haguenau", "geoid": 3014078}, "notime": null, "date-ut": "1827-05-13 09:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Roth"}, "birth": {"tzo": "+00:31:10", "date": "1827-05-13 10:00", "place": {"c2": "67", "cy": "FR", "lg": 7.79051, "lat": 48.81557, "name": "Haguenau", "geoid": 3014078}, "date-ut": "1827-05-13 09:29"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2247"}, "ids-in-sources": {"a4": "2247"}}, "raw": {"H": "9", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "13", "LAT": "48N35", "LON": "7E45", "MON": "5", "NUM": "2247", "PRO": "M", "SEC": "0", "YEA": "1827", "CITY": "HAGUENAU"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11000	roubie-guillaume-1840-01-29	{"a4": "2248"}	{"lerrcp": "A4-2248"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guillaume", "family": "Roubie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:46", "date": "1840-01-29 20:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "notime": null, "date-ut": "1840-01-29 19:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Guillaume", "family": "Roubie"}, "birth": {"tzo": "+00:14:46", "date": "1840-01-29 20:00", "place": {"c2": "34", "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "date-ut": "1840-01-29 19:44:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2248"}, "ids-in-sources": {"a4": "2248"}}, "raw": {"H": "19", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "29", "LAT": "43N37", "LON": "3E53", "MON": "1", "NUM": "2248", "PRO": "M", "SEC": "28", "YEA": "1840", "CITY": "SETE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11001	rouher-edouard-1857-07-28	{"a4": "2249"}	{"lerrcp": "A4-2249"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Rouher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:25", "date": "1857-07-28 15:00", "note": null, "place": {"c1": null, "c2": "70", "c3": null, "cy": "FR", "lg": 5.85549, "lat": 47.84209, "name": "Cemboing", "geoid": 3027969}, "notime": null, "date-ut": "1857-07-28 14:35:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Rouher"}, "birth": {"tzo": "+00:23:25", "date": "1857-07-28 15:00", "place": {"c2": "70", "cy": "FR", "lg": 5.85549, "lat": 47.84209, "name": "Cemboing", "geoid": 3027969}, "date-ut": "1857-07-28 14:35:24"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2249"}, "ids-in-sources": {"a4": "2249"}}, "raw": {"H": "14", "MN": "35", "TZ": "0", "COD": "70", "COU": "F", "DAY": "28", "LAT": "47N37", "LON": "6E 9", "MON": "7", "NUM": "2249", "PRO": "M", "SEC": "24", "YEA": "1857", "CITY": "CEMBOING"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11002	rousseau-charles-1848-06-03	{"a4": "2250"}	{"lerrcp": "A4-2250"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Rousseau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:53", "date": "1848-06-03 03:03:33", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.97267, "lat": 50.27875, "name": "Maubeuge", "geoid": 2995150}, "notime": null, "date-ut": "1848-06-03 02:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Rousseau"}, "birth": {"tzo": "+00:15:53", "date": "1848-06-03 03:03:33", "place": {"c2": "59", "cy": "FR", "lg": 3.97267, "lat": 50.27875, "name": "Maubeuge", "geoid": 2995150}, "date-ut": "1848-06-03 02:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2250"}, "ids-in-sources": {"a4": "2250"}}, "raw": {"H": "2", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "3", "LAT": "50N39", "LON": "3E 5", "MON": "6", "NUM": "2250", "PRO": "M", "SEC": "40", "YEA": "1848", "CITY": "MAUBEUGE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11003	rousseau-julien-1873-06-23	{"a4": "2251"}	{"lerrcp": "A4-2251"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julien", "family": "Rousseau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:52", "date": "1873-06-23 06:00", "note": null, "place": {"c1": null, "c2": "95", "c3": null, "cy": "FR", "lg": 2.21691, "lat": 49.02542, "name": "Taverny", "geoid": 2973258}, "notime": null, "date-ut": "1873-06-23 05:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Julien", "family": "Rousseau"}, "birth": {"tzo": "+00:08:52", "date": "1873-06-23 06:00", "place": {"c2": "95", "cy": "FR", "lg": 2.21691, "lat": 49.02542, "name": "Taverny", "geoid": 2973258}, "date-ut": "1873-06-23 05:52"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2251"}, "ids-in-sources": {"a4": "2251"}}, "raw": {"H": "5", "MN": "52", "TZ": "0", "COD": "95", "COU": "F", "DAY": "23", "LAT": "49N 0", "LON": "2E 0", "MON": "6", "NUM": "2251", "PRO": "M", "SEC": "0", "YEA": "1873", "CITY": "TAVERNY"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11004	rousseau-samuel-1853-06-11	{"a4": "2252"}	{"lerrcp": "A4-2252"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Samuel", "family": "Rousseau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:28", "date": "1853-06-11 07:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Neuvemaison", "geoid": 0}, "notime": null, "date-ut": "1853-06-11 06:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Samuel", "family": "Rousseau"}, "birth": {"tzo": "+00:14:28", "date": "1853-06-11 07:00", "place": {"c2": "02", "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Neuvemaison", "geoid": 0}, "date-ut": "1853-06-11 06:45:32"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2252"}, "ids-in-sources": {"a4": "2252"}}, "raw": {"H": "6", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "11", "LAT": "49N34", "LON": "3E37", "MON": "6", "NUM": "2252", "PRO": "M", "SEC": "32", "YEA": "1853", "CITY": "NEUVEMAISON"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11005	roussel-albert-1869-04-05	{"a4": "2253"}	{"lerrcp": "A4-2253"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Roussel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:39", "date": "1869-04-05 11:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "notime": null, "date-ut": "1869-04-05 10:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Roussel"}, "birth": {"tzo": "+00:12:39", "date": "1869-04-05 11:00", "place": {"c2": "59", "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "date-ut": "1869-04-05 10:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2253"}, "ids-in-sources": {"a4": "2253"}}, "raw": {"H": "10", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "5", "LAT": "50N39", "LON": "3E 5", "MON": "4", "NUM": "2253", "PRO": "M", "SEC": "40", "YEA": "1869", "CITY": "TOURCOING"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11006	routhier-eugene-1866-08-04	{"a4": "2254"}	{"lerrcp": "A4-2254"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Routhier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:08", "date": "1866-08-04 06:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.03333, "lat": 47.25, "name": "Vercel", "geoid": 0}, "notime": null, "date-ut": "1866-08-04 05:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Routhier"}, "birth": {"tzo": "+00:24:08", "date": "1866-08-04 06:00", "place": {"c2": "25", "cy": "FR", "lg": 6.03333, "lat": 47.25, "name": "Vercel", "geoid": 0}, "date-ut": "1866-08-04 05:35:52"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2254"}, "ids-in-sources": {"a4": "2254"}}, "raw": {"H": "5", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "4", "LAT": "47N15", "LON": "6E 2", "MON": "8", "NUM": "2254", "PRO": "M", "SEC": "52", "YEA": "1866", "CITY": "VERCEL"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11007	roux-arsene-1865-09-29	{"a4": "2255"}	{"lerrcp": "A4-2255"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arsène", "family": "Roux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:44", "date": "1865-09-29 14:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.18483, "lat": 47.58846, "name": "Selongey", "geoid": 2975203}, "notime": null, "date-ut": "1865-09-29 13:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Arsène", "family": "Roux"}, "birth": {"tzo": "+00:20:44", "date": "1865-09-29 14:00", "place": {"c2": "21", "cy": "FR", "lg": 5.18483, "lat": 47.58846, "name": "Selongey", "geoid": 2975203}, "date-ut": "1865-09-29 13:39:52"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2255"}, "ids-in-sources": {"a4": "2255"}}, "raw": {"H": "13", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "29", "LAT": "47N19", "LON": "5E 2", "MON": "9", "NUM": "2255", "PRO": "M", "SEC": "52", "YEA": "1865", "CITY": "SELONGEY"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11008	runner-joseph-1870-03-26	{"a4": "2256"}	{"lerrcp": "A4-2256"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Runner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:09", "date": "1870-03-26 10:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.28928, "lat": 47.98567, "name": "Pfaffenheim", "geoid": 2987432}, "notime": null, "date-ut": "1870-03-26 09:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Runner"}, "birth": {"tzo": "+00:29:09", "date": "1870-03-26 10:00", "place": {"c2": "68", "cy": "FR", "lg": 7.28928, "lat": 47.98567, "name": "Pfaffenheim", "geoid": 2987432}, "date-ut": "1870-03-26 09:30:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2256"}, "ids-in-sources": {"a4": "2256"}}, "raw": {"H": "9", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "26", "LAT": "48N 5", "LON": "7E21", "MON": "3", "NUM": "2256", "PRO": "M", "SEC": "36", "YEA": "1870", "CITY": "PFAFFENHEIM"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11009	sabathier-nicolas-1864-07-04	{"a4": "2257"}	{"lerrcp": "A4-2257"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicolas", "family": "Sabathier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:03:05", "date": "1864-07-04 13:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.77266, "lat": 43.48834, "name": "Orthez", "geoid": 2989187}, "notime": null, "date-ut": "1864-07-04 13:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Nicolas", "family": "Sabathier"}, "birth": {"tzo": "-00:03:05", "date": "1864-07-04 13:00", "place": {"c2": "64", "cy": "FR", "lg": -0.77266, "lat": 43.48834, "name": "Orthez", "geoid": 2989187}, "date-ut": "1864-07-04 13:01:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2257"}, "ids-in-sources": {"a4": "2257"}}, "raw": {"H": "13", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "4", "LAT": "43N18", "LON": "0W22", "MON": "7", "NUM": "2257", "PRO": "M", "SEC": "28", "YEA": "1864", "CITY": "ORTHEZ"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11010	sabon-joseph-1817-10-09	{"a4": "2258"}	{"lerrcp": "A4-2258"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Sabon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:44", "date": "1817-10-09 07:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Rueil", "geoid": 0}, "notime": null, "date-ut": "1817-10-09 06:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Sabon"}, "birth": {"tzo": "+00:08:44", "date": "1817-10-09 07:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Rueil", "geoid": 0}, "date-ut": "1817-10-09 06:51:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2258"}, "ids-in-sources": {"a4": "2258"}}, "raw": {"H": "6", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "9", "LAT": "48N50", "LON": "2E11", "MON": "10", "NUM": "2258", "PRO": "M", "SEC": "16", "YEA": "1817", "CITY": "RUEIL"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11011	gauquelin-a4-2259-1877-05-11	{"a4": "2259"}	{"lerrcp": "A4-2259"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2259", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:31", "date": "1877-05-11 05:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 2.63094, "lat": 47.69332, "name": "Gien", "geoid": 3016097}, "notime": null, "date-ut": "1877-05-11 04:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2259"}, "birth": {"tzo": "+00:10:31", "date": "1877-05-11 05:00", "place": {"c2": "45", "cy": "FR", "lg": 2.63094, "lat": 47.69332, "name": "Gien", "geoid": 3016097}, "date-ut": "1877-05-11 04:52:24"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2259"}, "ids-in-sources": {"a4": "2259"}}, "raw": {"H": "4", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "11", "LAT": "47N54", "LON": "1E54", "MON": "5", "NUM": "2259", "PRO": "M", "SEC": "24", "YEA": "1877", "CITY": "GIEN"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11013	salome-theodore-1834-01-20	{"a4": "2261"}	{"lerrcp": "A4-2261"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodore", "family": "Salome", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1834-01-20 16:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1834-01-20 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Theodore", "family": "Salome"}, "birth": {"tzo": "+00:09:24", "date": "1834-01-20 16:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1834-01-20 15:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2261"}, "ids-in-sources": {"a4": "2261"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "20", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "2261", "PRO": "M", "SEC": "40", "YEA": "1834", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11014	gauquelin-a4-2262-1847-06-24	{"a4": "2262"}	{"lerrcp": "A4-2262"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2262", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1847-06-24 01:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1847-06-24 00:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2262"}, "birth": {"tzo": "+00:05:46", "date": "1847-06-24 01:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1847-06-24 00:54:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2262"}, "ids-in-sources": {"a4": "2262"}}, "raw": {"H": "0", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "24", "LAT": "43N37", "LON": "1E26", "MON": "6", "NUM": "2262", "PRO": "M", "SEC": "16", "YEA": "1847", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11015	salzedo-charles-1885-04-06	{"a4": "2263"}	{"lerrcp": "A4-2263"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Salzedo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:41", "date": "1885-04-06 11:20", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -1.17255, "lat": 44.66126, "name": "Arcachon", "geoid": 3037253}, "notime": null, "date-ut": "1885-04-06 11:27:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Salzedo"}, "birth": {"tzo": "-00:04:41", "date": "1885-04-06 11:20", "place": {"c2": "33", "cy": "FR", "lg": -1.17255, "lat": 44.66126, "name": "Arcachon", "geoid": 3037253}, "date-ut": "1885-04-06 11:27:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2263"}, "ids-in-sources": {"a4": "2263"}}, "raw": {"H": "11", "MN": "27", "TZ": "0", "COD": "33", "COU": "F", "DAY": "6", "LAT": "44N50", "LON": "0W34", "MON": "4", "NUM": "2263", "PRO": "M", "SEC": "36", "YEA": "1885", "CITY": "ARCACHON"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11016	samary-georges-1851-06-13	{"a4": "2264"}	{"lerrcp": "A4-2264"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Samary", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1851-06-13 12:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1851-06-13 12:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Samary"}, "birth": {"tzo": "+00:09:24", "date": "1851-06-13 12:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1851-06-13 12:20:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2264"}, "ids-in-sources": {"a4": "2264"}}, "raw": {"H": "12", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "13", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "2264", "PRO": "M", "SEC": "40", "YEA": "1851", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11017	gauquelin-a4-2265-1877-06-02	{"a4": "2265"}	{"lerrcp": "A4-2265"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2265", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1877-06-02 03:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1877-06-02 03:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2265"}, "birth": {"tzo": "-00:02:19", "date": "1877-06-02 03:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1877-06-02 03:57:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2265"}, "ids-in-sources": {"a4": "2265"}}, "raw": {"H": "3", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "2", "LAT": "44N50", "LON": "0W34", "MON": "6", "NUM": "2265", "PRO": "M", "SEC": "36", "YEA": "1877", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11018	samson-joseph-1888-03-21	{"a4": "2266"}	{"lerrcp": "A4-2266"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Samson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:40", "date": "1888-03-21 20:30", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Bagneauxsloing", "geoid": 0}, "notime": null, "date-ut": "1888-03-21 20:19:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Samson"}, "birth": {"tzo": "+00:10:40", "date": "1888-03-21 20:30", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Bagneauxsloing", "geoid": 0}, "date-ut": "1888-03-21 20:19:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2266"}, "ids-in-sources": {"a4": "2266"}}, "raw": {"H": "20", "MN": "19", "TZ": "0", "COD": "77", "COU": "F", "DAY": "21", "LAT": "48N33", "LON": "2E40", "MON": "3", "NUM": "2266", "PRO": "M", "SEC": "20", "YEA": "1888", "CITY": "BAGNEAUXSLOING"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11019	satie-erik-1866-05-17	{"a4": "2267"}	{"lerrcp": "A4-2267"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erik", "family": "Satie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:56", "date": "1866-05-17 09:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": 0.23294, "lat": 49.41985, "name": "Honfleur", "geoid": 3013173}, "notime": null, "date-ut": "1866-05-17 09:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Erik", "family": "Satie"}, "birth": {"tzo": "+00:00:56", "date": "1866-05-17 09:00", "place": {"c2": "14", "cy": "FR", "lg": 0.23294, "lat": 49.41985, "name": "Honfleur", "geoid": 3013173}, "date-ut": "1866-05-17 09:01:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2267"}, "ids-in-sources": {"a4": "2267"}}, "raw": {"H": "9", "MN": "1", "TZ": "0", "COD": "14", "COU": "F", "DAY": "17", "LAT": "49N11", "LON": "0W22", "MON": "5", "NUM": "2267", "PRO": "M", "SEC": "28", "YEA": "1866", "CITY": "HONFLEUR"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11020	sauvaget-louis-1825-11-11	{"a4": "2268"}	{"lerrcp": "A4-2268"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Sauvaget", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:03:52", "date": "1825-11-11 20:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -0.96774, "lat": 45.94304, "name": "Rochefort", "geoid": 2983276}, "notime": null, "date-ut": "1825-11-11 20:04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Sauvaget"}, "birth": {"tzo": "-00:03:52", "date": "1825-11-11 20:00", "place": {"c2": "17", "cy": "FR", "lg": -0.96774, "lat": 45.94304, "name": "Rochefort", "geoid": 2983276}, "date-ut": "1825-11-11 20:04:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2268"}, "ids-in-sources": {"a4": "2268"}}, "raw": {"H": "20", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "11", "LAT": "46N 9", "LON": "1W10", "MON": "11", "NUM": "2268", "PRO": "M", "SEC": "40", "YEA": "1825", "CITY": "ROCHEFORT"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11021	sauzay-charles-1809-07-14	{"a4": "2269"}	{"lerrcp": "A4-2269"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Sauzay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1809-07-14 10:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1809-07-14 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Sauzay"}, "birth": {"tzo": "+00:09:24", "date": "1809-07-14 10:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1809-07-14 09:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2269"}, "ids-in-sources": {"a4": "2269"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "14", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "2269", "PRO": "M", "SEC": "40", "YEA": "1809", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11022	schmelz-eugene-1845-07-06	{"a4": "2270"}	{"lerrcp": "A4-2270"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Schmelz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1845-07-06 16:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1845-07-06 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Schmelz"}, "birth": {"tzo": "+00:09:24", "date": "1845-07-06 16:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1845-07-06 15:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2270"}, "ids-in-sources": {"a4": "2270"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "6", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "2270", "PRO": "M", "SEC": "40", "YEA": "1845", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11023	gauquelin-a4-2271-1874-12-30	{"a4": "2271"}	{"lerrcp": "A4-2271"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2271", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 7.06747, "lat": 49.10995, "name": "Sarreguemines", "geoid": 2975964}, "notime": null, "date-ut": "1874-12-30 10:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2271"}, "birth": {"place": {"c2": "57", "cy": "FR", "lg": 7.06747, "lat": 49.10995, "name": "Sarreguemines", "geoid": 2975964}, "date-ut": "1874-12-30 10:35:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2271"}, "ids-in-sources": {"a4": "2271"}}, "raw": {"H": "11", "MN": "35", "TZ": "-1", "COD": "57", "COU": "F", "DAY": "30", "LAT": "49N 7", "LON": "6E11", "MON": "12", "NUM": "2271", "PRO": "M", "SEC": "16", "YEA": "1874", "CITY": "SARREGUEMINES"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11024	schmitt-alphonse-1875-12-01	{"a4": "2272"}	{"lerrcp": "A4-2272"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Schmitt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "Koetzingen", "geoid": 0}, "notime": null, "date-ut": "1875-12-01 18:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Schmitt"}, "birth": {"place": {"c2": "68", "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "Koetzingen", "geoid": 0}, "date-ut": "1875-12-01 18:30:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2272"}, "ids-in-sources": {"a4": "2272"}}, "raw": {"H": "19", "MN": "30", "TZ": "-1", "COD": "68", "COU": "F", "DAY": "1", "LAT": "48N 5", "LON": "7E21", "MON": "12", "NUM": "2272", "PRO": "M", "SEC": "36", "YEA": "1875", "CITY": "KOETZINGEN"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11025	schmitt-florent-1870-09-28	{"a4": "2273"}	{"lerrcp": "A4-2273"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Florent", "family": "Schmitt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:27:22", "date": "1870-09-28 17:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.84338, "lat": 48.5906, "name": "Blâmont", "geoid": 3032429}, "notime": null, "date-ut": "1870-09-28 16:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Florent", "family": "Schmitt"}, "birth": {"tzo": "+00:27:22", "date": "1870-09-28 17:00", "place": {"c2": "54", "cy": "FR", "lg": 6.84338, "lat": 48.5906, "name": "Blâmont", "geoid": 3032429}, "date-ut": "1870-09-28 16:35:12"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2273"}, "ids-in-sources": {"a4": "2273"}}, "raw": {"H": "16", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "28", "LAT": "48N42", "LON": "6E12", "MON": "9", "NUM": "2273", "PRO": "M", "SEC": "12", "YEA": "1870", "CITY": "BLAMONT"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11027	schvartz-emile-1858-02-08	{"a4": "2275"}	{"lerrcp": "A4-2275"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Schvartz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1858-02-08 01:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1858-02-08 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Schvartz"}, "birth": {"tzo": "+00:09:24", "date": "1858-02-08 01:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1858-02-08 00:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2275"}, "ids-in-sources": {"a4": "2275"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "8", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "2275", "PRO": "M", "SEC": "40", "YEA": "1858", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11028	scola-jean-1827-07-24	{"a4": "2276"}	{"lerrcp": "A4-2276"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Scola", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:14", "date": "1827-07-24 22:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.30952, "lat": 48.90018, "name": "Clichy", "geoid": 3024597}, "notime": null, "date-ut": "1827-07-24 21:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Scola"}, "birth": {"tzo": "+00:09:14", "date": "1827-07-24 22:00", "place": {"c2": "92", "cy": "FR", "lg": 2.30952, "lat": 48.90018, "name": "Clichy", "geoid": 3024597}, "date-ut": "1827-07-24 21:51:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2276"}, "ids-in-sources": {"a4": "2276"}}, "raw": {"H": "21", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "24", "LAT": "48N50", "LON": "2E11", "MON": "7", "NUM": "2276", "PRO": "M", "SEC": "16", "YEA": "1827", "CITY": "CLICHY"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11029	seligmann-hippolyte-1817-07-28	{"a4": "2277"}	{"lerrcp": "A4-2277"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hippolyte", "family": "Seligmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1817-07-28 17:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1817-07-28 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Hippolyte", "family": "Seligmann"}, "birth": {"tzo": "+00:09:24", "date": "1817-07-28 17:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1817-07-28 16:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2277"}, "ids-in-sources": {"a4": "2277"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "28", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "2277", "PRO": "M", "SEC": "40", "YEA": "1817", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11030	selmer-alexandre-1864-10-07	{"a4": "2278"}	{"lerrcp": "A4-2278"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Selmer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:20", "date": "1864-10-07 13:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Caluire", "geoid": 0}, "notime": null, "date-ut": "1864-10-07 12:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Selmer"}, "birth": {"tzo": "+00:19:20", "date": "1864-10-07 13:00", "place": {"c2": "69", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Caluire", "geoid": 0}, "date-ut": "1864-10-07 12:40:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2278"}, "ids-in-sources": {"a4": "2278"}}, "raw": {"H": "12", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "7", "LAT": "45N46", "LON": "4E50", "MON": "10", "NUM": "2278", "PRO": "M", "SEC": "40", "YEA": "1864", "CITY": "CALUIRE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11031	selmer-chery-1858-10-20	{"a4": "2279"}	{"lerrcp": "A4-2279"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Chery", "family": "Selmer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:56", "date": "1858-10-20 17:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Mezieres", "geoid": 0}, "notime": null, "date-ut": "1858-10-20 16:41:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Chery", "family": "Selmer"}, "birth": {"tzo": "+00:18:56", "date": "1858-10-20 17:00", "place": {"c2": "08", "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Mezieres", "geoid": 0}, "date-ut": "1858-10-20 16:41:04"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2279"}, "ids-in-sources": {"a4": "2279"}}, "raw": {"H": "16", "MN": "41", "TZ": "0", "COD": "08", "COU": "F", "DAY": "20", "LAT": "49N46", "LON": "4E44", "MON": "10", "NUM": "2279", "PRO": "M", "SEC": "4", "YEA": "1858", "CITY": "MEZIERES"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11032	selz-joseph-1869-03-02	{"a4": "2280"}	{"lerrcp": "A4-2280"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Selz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:44", "date": "1869-03-02 01:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Boulogne", "geoid": 0}, "notime": null, "date-ut": "1869-03-02 00:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Selz"}, "birth": {"tzo": "+00:08:44", "date": "1869-03-02 01:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Boulogne", "geoid": 0}, "date-ut": "1869-03-02 00:51:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2280"}, "ids-in-sources": {"a4": "2280"}}, "raw": {"H": "0", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E11", "MON": "3", "NUM": "2280", "PRO": "M", "SEC": "16", "YEA": "1869", "CITY": "BOULOGNE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11033	severac-deodat-de-1872-07-20	{"a4": "2281"}	{"lerrcp": "A4-2281"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Severac Deodat De", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:44", "date": "1872-07-20 04:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.43333, "lat": 43.61667, "name": "Saint-Felixlauragua", "geoid": 0}, "notime": null, "date-ut": "1872-07-20 03:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Severac Deodat De"}, "birth": {"tzo": "+00:05:44", "date": "1872-07-20 04:00", "place": {"c2": "31", "cy": "FR", "lg": 1.43333, "lat": 43.61667, "name": "Saint-Felixlauragua", "geoid": 0}, "date-ut": "1872-07-20 03:54:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2281"}, "ids-in-sources": {"a4": "2281"}}, "raw": {"H": "3", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "20", "LAT": "43N37", "LON": "1E26", "MON": "7", "NUM": "2281", "PRO": "M", "SEC": "16", "YEA": "1872", "CITY": "ST-FELIXLAURAGUA"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11034	sicard-joseph-1851-03-05	{"a4": "2282"}	{"lerrcp": "A4-2282"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Sicard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:17", "date": "1851-03-05 18:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.57067, "lat": 43.29276, "name": "Aubagne", "geoid": 3036433}, "notime": null, "date-ut": "1851-03-05 17:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Sicard"}, "birth": {"tzo": "+00:22:17", "date": "1851-03-05 18:00", "place": {"c2": "13", "cy": "FR", "lg": 5.57067, "lat": 43.29276, "name": "Aubagne", "geoid": 3036433}, "date-ut": "1851-03-05 17:38:32"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2282"}, "ids-in-sources": {"a4": "2282"}}, "raw": {"H": "17", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "5", "LAT": "43N18", "LON": "5E22", "MON": "3", "NUM": "2282", "PRO": "M", "SEC": "32", "YEA": "1851", "CITY": "AUBAGNE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11035	sieg-charles-1837-08-08	{"a4": "2283"}	{"lerrcp": "A4-2283"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Sieg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:06", "date": "1837-08-08 01:30", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.27707, "lat": 48.08748, "name": "Turckheim", "geoid": 2971469}, "notime": null, "date-ut": "1837-08-08 01:00:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Sieg"}, "birth": {"tzo": "+00:29:06", "date": "1837-08-08 01:30", "place": {"c2": "68", "cy": "FR", "lg": 7.27707, "lat": 48.08748, "name": "Turckheim", "geoid": 2971469}, "date-ut": "1837-08-08 01:00:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2283"}, "ids-in-sources": {"a4": "2283"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "68", "COU": "F", "DAY": "8", "LAT": "48N 5", "LON": "7E21", "MON": "8", "NUM": "2283", "PRO": "M", "SEC": "36", "YEA": "1837", "CITY": "TURCKHEIM"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11036	siegrist-georges-1851-09-24	{"a4": "2284"}	{"lerrcp": "A4-2284"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Siegrist", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:28:16", "date": "1851-09-24 21:03:32", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 7.06747, "lat": 49.10995, "name": "Sarreguemines", "geoid": 2975964}, "notime": null, "date-ut": "1851-09-24 20:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Siegrist"}, "birth": {"tzo": "+00:28:16", "date": "1851-09-24 21:03:32", "place": {"c2": "57", "cy": "FR", "lg": 7.06747, "lat": 49.10995, "name": "Sarreguemines", "geoid": 2975964}, "date-ut": "1851-09-24 20:35:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2284"}, "ids-in-sources": {"a4": "2284"}}, "raw": {"H": "20", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "24", "LAT": "49N 7", "LON": "6E11", "MON": "9", "NUM": "2284", "PRO": "M", "SEC": "16", "YEA": "1851", "CITY": "SARREGUEMINES"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11037	sinet-gustave-1838-05-09	{"a4": "2285"}	{"lerrcp": "A4-2285"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Sinet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1838-05-09 21:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1838-05-09 21:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Sinet"}, "birth": {"tzo": "+00:09:24", "date": "1838-05-09 21:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1838-05-09 21:20:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2285"}, "ids-in-sources": {"a4": "2285"}}, "raw": {"H": "21", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "9", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "2285", "PRO": "M", "SEC": "40", "YEA": "1838", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11038	sorel-leon-1879-07-10	{"a4": "2286"}	{"lerrcp": "A4-2286"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Sorel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:03:01", "date": "1879-07-10 16:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.75516, "lat": 49.71572, "name": "Harcanville", "geoid": 3013951}, "notime": null, "date-ut": "1879-07-10 15:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Sorel"}, "birth": {"tzo": "+00:03:01", "date": "1879-07-10 16:00", "place": {"c2": "76", "cy": "FR", "lg": 0.75516, "lat": 49.71572, "name": "Harcanville", "geoid": 3013951}, "date-ut": "1879-07-10 15:55:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2286"}, "ids-in-sources": {"a4": "2286"}}, "raw": {"H": "15", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "10", "LAT": "49N26", "LON": "1E 5", "MON": "7", "NUM": "2286", "PRO": "M", "SEC": "40", "YEA": "1879", "CITY": "HARCANVILLE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11039	sourilas-theophile-1824-01-29	{"a4": "2287"}	{"lerrcp": "A4-2287"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theophile", "family": "Sourilas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:09", "date": "1824-01-29 08:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.53946, "lat": 50.61955, "name": "Saint-Venant", "geoid": 2976690}, "notime": null, "date-ut": "1824-01-29 07:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Theophile", "family": "Sourilas"}, "birth": {"tzo": "+00:10:09", "date": "1824-01-29 08:00", "place": {"c2": "62", "cy": "FR", "lg": 2.53946, "lat": 50.61955, "name": "Saint-Venant", "geoid": 2976690}, "date-ut": "1824-01-29 07:48:56"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2287"}, "ids-in-sources": {"a4": "2287"}}, "raw": {"H": "7", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "29", "LAT": "50N18", "LON": "2E46", "MON": "1", "NUM": "2287", "PRO": "M", "SEC": "56", "YEA": "1824", "CITY": "ST-VENANT"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11040	stenosse-edmond-1839-04-07	{"a4": "2288"}	{"lerrcp": "A4-2288"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Stenosse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:33", "date": "1839-04-07 06:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.38726, "lat": 47.19255, "name": "Auxonne", "geoid": 3035828}, "notime": null, "date-ut": "1839-04-07 05:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Stenosse"}, "birth": {"tzo": "+00:21:33", "date": "1839-04-07 06:00", "place": {"c2": "21", "cy": "FR", "lg": 5.38726, "lat": 47.19255, "name": "Auxonne", "geoid": 3035828}, "date-ut": "1839-04-07 05:39:52"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2288"}, "ids-in-sources": {"a4": "2288"}}, "raw": {"H": "5", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "7", "LAT": "47N19", "LON": "5E 2", "MON": "4", "NUM": "2288", "PRO": "M", "SEC": "52", "YEA": "1839", "CITY": "AUXONNE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11041	stupuy-henri-1831-10-10	{"a4": "2289"}	{"lerrcp": "A4-2289"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Stupuy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:09", "date": "1831-10-10 17:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 2.53729, "lat": 50.72374, "name": "Hazebrouck", "geoid": 3013619}, "notime": null, "date-ut": "1831-10-10 16:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Stupuy"}, "birth": {"tzo": "+00:10:09", "date": "1831-10-10 17:00", "place": {"c2": "59", "cy": "FR", "lg": 2.53729, "lat": 50.72374, "name": "Hazebrouck", "geoid": 3013619}, "date-ut": "1831-10-10 16:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2289"}, "ids-in-sources": {"a4": "2289"}}, "raw": {"H": "16", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "10", "LAT": "50N39", "LON": "3E 5", "MON": "10", "NUM": "2289", "PRO": "M", "SEC": "40", "YEA": "1831", "CITY": "HAZEBROUCK"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11042	suiste-athanase-1846-03-15	{"a4": "2290"}	{"lerrcp": "A4-2290"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Athanase", "family": "Suiste", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1846-03-15 12:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1846-03-15 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Athanase", "family": "Suiste"}, "birth": {"tzo": "+00:09:24", "date": "1846-03-15 12:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1846-03-15 11:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2290"}, "ids-in-sources": {"a4": "2290"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "15", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "2290", "PRO": "M", "SEC": "40", "YEA": "1846", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11043	suquet-pierre-1829-11-14	{"a4": "2291"}	{"lerrcp": "A4-2291"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Suquet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:35", "date": "1829-11-14 14:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.64417, "lat": 43.80806, "name": "Beaucaire", "geoid": 3034382}, "notime": null, "date-ut": "1829-11-14 13:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Suquet"}, "birth": {"tzo": "+00:18:35", "date": "1829-11-14 14:00", "place": {"c2": "30", "cy": "FR", "lg": 4.64417, "lat": 43.80806, "name": "Beaucaire", "geoid": 3034382}, "date-ut": "1829-11-14 13:42:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2291"}, "ids-in-sources": {"a4": "2291"}}, "raw": {"H": "13", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "14", "LAT": "43N51", "LON": "4E21", "MON": "11", "NUM": "2291", "PRO": "M", "SEC": "36", "YEA": "1829", "CITY": "BEAUCAIRE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11044	taite-pierre-1828-03-03	{"a4": "2292"}	{"lerrcp": "A4-2292"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Taite", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1828-03-03 20:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1828-03-03 19:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Taite"}, "birth": {"tzo": "+00:09:24", "date": "1828-03-03 20:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1828-03-03 19:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2292"}, "ids-in-sources": {"a4": "2292"}}, "raw": {"H": "19", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "3", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "2292", "PRO": "M", "SEC": "40", "YEA": "1828", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11045	gauquelin-a4-2293-1853-03-08	{"a4": "2293"}	{"lerrcp": "A4-2293"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2293", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1853-03-08 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1853-03-08 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2293"}, "birth": {"tzo": "+00:09:24", "date": "1853-03-08 05:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1853-03-08 04:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2293"}, "ids-in-sources": {"a4": "2293"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "8", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "2293", "PRO": "M", "SEC": "40", "YEA": "1853", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11046	terrasse-claude-1867-01-27	{"a4": "2294"}	{"lerrcp": "A4-2294"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Terrasse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:20", "date": "1867-01-27 06:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Larbresle", "geoid": 0}, "notime": null, "date-ut": "1867-01-27 05:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Terrasse"}, "birth": {"tzo": "+00:19:20", "date": "1867-01-27 06:00", "place": {"c2": "69", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Larbresle", "geoid": 0}, "date-ut": "1867-01-27 05:40:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2294"}, "ids-in-sources": {"a4": "2294"}}, "raw": {"H": "5", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "27", "LAT": "45N46", "LON": "4E50", "MON": "1", "NUM": "2294", "PRO": "M", "SEC": "40", "YEA": "1867", "CITY": "LARBRESLE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11047	gauquelin-a4-2295-1824-04-19	{"a4": "2295"}	{"lerrcp": "A4-2295"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2295", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1824-04-19 00:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1824-04-18 23:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2295"}, "birth": {"tzo": "+00:09:24", "date": "1824-04-19 00:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1824-04-18 23:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2295"}, "ids-in-sources": {"a4": "2295"}}, "raw": {"H": "23", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "18", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "2295", "PRO": "M", "SEC": "40", "YEA": "1824", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11048	thevelin-albert-1844-12-08	{"a4": "2296"}	{"lerrcp": "A4-2296"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Thevelin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1844-12-08 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1844-12-08 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Thevelin"}, "birth": {"tzo": "+00:09:24", "date": "1844-12-08 06:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1844-12-08 05:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2296"}, "ids-in-sources": {"a4": "2296"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "8", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "2296", "PRO": "M", "SEC": "40", "YEA": "1844", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11049	thiriet-maurice-1906-05-02	{"a4": "2297"}	{"lerrcp": "A4-2297"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Thiriet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1906-05-02 02:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Meulan", "geoid": 0}, "notime": null, "date-ut": "1906-05-02 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Thiriet"}, "birth": {"tzo": "+00:09:21", "date": "1906-05-02 02:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Meulan", "geoid": 0}, "date-ut": "1906-05-02 01:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2297"}, "ids-in-sources": {"a4": "2297"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "78", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E 8", "MON": "5", "NUM": "2297", "PRO": "M", "SEC": "40", "YEA": "1906", "CITY": "MEULAN"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11050	thomas-ambroise-1811-08-05	{"a4": "2298"}	{"lerrcp": "A4-2298"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ambroise", "family": "Thomas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:41", "date": "1811-08-05 10:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1811-08-05 09:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Ambroise", "family": "Thomas"}, "birth": {"tzo": "+00:24:41", "date": "1811-08-05 10:00", "place": {"c2": "57", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1811-08-05 09:35:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2298"}, "ids-in-sources": {"a4": "2298"}}, "raw": {"H": "9", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "5", "LAT": "49N 7", "LON": "6E11", "MON": "8", "NUM": "2298", "PRO": "M", "SEC": "16", "YEA": "1811", "CITY": "METZ"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11051	thomas-louis-1831-05-29	{"a4": "2299"}	{"lerrcp": "A4-2299"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Thomas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1831-05-29 11:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1831-05-29 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Thomas"}, "birth": {"tzo": "+00:09:24", "date": "1831-05-29 11:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1831-05-29 10:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2299"}, "ids-in-sources": {"a4": "2299"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "29", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "2299", "PRO": "M", "SEC": "40", "YEA": "1831", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11052	thurner-theodore-1833-12-13	{"a4": "2300"}	{"lerrcp": "A4-2300"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodore", "family": "Thurner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:09", "date": "1833-12-13 12:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.28928, "lat": 47.98567, "name": "Pfaffenheim", "geoid": 2987432}, "notime": null, "date-ut": "1833-12-13 11:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Theodore", "family": "Thurner"}, "birth": {"tzo": "+00:29:09", "date": "1833-12-13 12:00", "place": {"c2": "68", "cy": "FR", "lg": 7.28928, "lat": 47.98567, "name": "Pfaffenheim", "geoid": 2987432}, "date-ut": "1833-12-13 11:30:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2300"}, "ids-in-sources": {"a4": "2300"}}, "raw": {"H": "11", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "13", "LAT": "48N 5", "LON": "7E21", "MON": "12", "NUM": "2300", "PRO": "M", "SEC": "36", "YEA": "1833", "CITY": "PFAFFENHEIM"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11053	tomasi-henri-1901-08-17	{"a4": "2301"}	{"lerrcp": "A4-2301"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Tomasi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1901-08-17 11:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1901-08-17 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Tomasi"}, "birth": {"tzo": "+00:09:21", "date": "1901-08-17 11:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1901-08-17 10:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2301"}, "ids-in-sources": {"a4": "2301"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "13", "COU": "F", "DAY": "17", "LAT": "43N18", "LON": "5E22", "MON": "8", "NUM": "2301", "PRO": "M", "SEC": "40", "YEA": "1901", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11054	tournemire-charles-1870-01-22	{"a4": "2302"}	{"lerrcp": "A4-2302"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Tournemire", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1870-01-22 15:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1870-01-22 15:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Tournemire"}, "birth": {"tzo": "-00:02:19", "date": "1870-01-22 15:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1870-01-22 15:57:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2302"}, "ids-in-sources": {"a4": "2302"}}, "raw": {"H": "15", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "22", "LAT": "44N50", "LON": "0W34", "MON": "1", "NUM": "2302", "PRO": "M", "SEC": "36", "YEA": "1870", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11055	tranchepin-alfred-1828-11-28	{"a4": "2303"}	{"lerrcp": "A4-2303"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Tranchepin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:20", "date": "1828-11-28 23:00", "note": null, "place": {"c1": null, "c2": "61", "c3": null, "cy": "FR", "lg": 0.08333, "lat": 48.43333, "name": "Nanteuillehaudo", "geoid": 0}, "notime": null, "date-ut": "1828-11-28 22:59:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Tranchepin"}, "birth": {"tzo": "+00:00:20", "date": "1828-11-28 23:00", "place": {"c2": "61", "cy": "FR", "lg": 0.08333, "lat": 48.43333, "name": "Nanteuillehaudo", "geoid": 0}, "date-ut": "1828-11-28 22:59:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2303"}, "ids-in-sources": {"a4": "2303"}}, "raw": {"H": "22", "MN": "59", "TZ": "0", "COD": "61", "COU": "F", "DAY": "28", "LAT": "48N26", "LON": "0E 5", "MON": "11", "NUM": "2303", "PRO": "M", "SEC": "40", "YEA": "1828", "CITY": "NANTEUILLEHAUDO"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11056	triebert-charles-1810-10-30	{"a4": "2304"}	{"lerrcp": "A4-2304"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Triebert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1810-10-30 03:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1810-10-30 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Triebert"}, "birth": {"tzo": "+00:09:24", "date": "1810-10-30 03:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1810-10-30 02:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2304"}, "ids-in-sources": {"a4": "2304"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "30", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "2304", "PRO": "M", "SEC": "40", "YEA": "1810", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11057	gauquelin-a4-2305-1845-12-20	{"a4": "2305"}	{"lerrcp": "A4-2305"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2305", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1845-12-20 15:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1845-12-20 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2305"}, "birth": {"tzo": "+00:09:24", "date": "1845-12-20 15:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1845-12-20 14:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2305"}, "ids-in-sources": {"a4": "2305"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "20", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "2305", "PRO": "M", "SEC": "40", "YEA": "1845", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11058	truffot-jean-1845-03-27	{"a4": "2306"}	{"lerrcp": "A4-2306"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Truffot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1845-03-27 11:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Lecateau", "geoid": 0}, "notime": null, "date-ut": "1845-03-27 10:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Truffot"}, "birth": {"tzo": "+00:12:20", "date": "1845-03-27 11:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Lecateau", "geoid": 0}, "date-ut": "1845-03-27 10:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2306"}, "ids-in-sources": {"a4": "2306"}}, "raw": {"H": "10", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "27", "LAT": "50N39", "LON": "3E 5", "MON": "3", "NUM": "2306", "PRO": "M", "SEC": "40", "YEA": "1845", "CITY": "LECATEAU"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11059	truy-adolphe-1839-12-30	{"a4": "2307"}	{"lerrcp": "A4-2307"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Truy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1839-12-30 02:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1839-12-30 02:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Truy"}, "birth": {"tzo": "+00:09:24", "date": "1839-12-30 02:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1839-12-30 02:20:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2307"}, "ids-in-sources": {"a4": "2307"}}, "raw": {"H": "2", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "30", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "2307", "PRO": "M", "SEC": "40", "YEA": "1839", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11060	turc-emile-1829-08-09	{"a4": "2308"}	{"lerrcp": "A4-2308"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Turc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08", "date": "1829-08-09 17:00", "note": null, "place": {"c1": null, "c2": "95", "c3": null, "cy": "FR", "lg": 2, "lat": 49, "name": "Villierslebel", "geoid": 0}, "notime": null, "date-ut": "1829-08-09 16:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Turc"}, "birth": {"tzo": "+00:08", "date": "1829-08-09 17:00", "place": {"c2": "95", "cy": "FR", "lg": 2, "lat": 49, "name": "Villierslebel", "geoid": 0}, "date-ut": "1829-08-09 16:52"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2308"}, "ids-in-sources": {"a4": "2308"}}, "raw": {"H": "16", "MN": "52", "TZ": "0", "COD": "95", "COU": "F", "DAY": "9", "LAT": "49N 0", "LON": "2E 0", "MON": "8", "NUM": "2308", "PRO": "M", "SEC": "0", "YEA": "1829", "CITY": "VILLIERSLEBEL"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11061	gauquelin-a4-2309-1839-04-14	{"a4": "2309"}	{"lerrcp": "A4-2309"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2309", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:20", "date": "1839-04-14 04:00", "note": null, "place": {"c1": null, "c2": "91", "c3": null, "cy": "FR", "lg": 2.33333, "lat": 48.6, "name": "Juvisy", "geoid": 0}, "notime": null, "date-ut": "1839-04-14 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2309"}, "birth": {"tzo": "+00:09:20", "date": "1839-04-14 04:00", "place": {"c2": "91", "cy": "FR", "lg": 2.33333, "lat": 48.6, "name": "Juvisy", "geoid": 0}, "date-ut": "1839-04-14 03:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2309"}, "ids-in-sources": {"a4": "2309"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "91", "COU": "F", "DAY": "14", "LAT": "48N36", "LON": "2E20", "MON": "4", "NUM": "2309", "PRO": "M", "SEC": "40", "YEA": "1839", "CITY": "JUVISY"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11062	vandernotte-vital-1885-11-23	{"a4": "2310"}	{"lerrcp": "A4-2310"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vital", "family": "Vandernotte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:01", "date": "1885-11-23 21:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.50387, "lat": 50.37201, "name": "Anzin", "geoid": 3037397}, "notime": null, "date-ut": "1885-11-23 20:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Vital", "family": "Vandernotte"}, "birth": {"tzo": "+00:14:01", "date": "1885-11-23 21:00", "place": {"c2": "59", "cy": "FR", "lg": 3.50387, "lat": 50.37201, "name": "Anzin", "geoid": 3037397}, "date-ut": "1885-11-23 20:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2310"}, "ids-in-sources": {"a4": "2310"}}, "raw": {"H": "20", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "23", "LAT": "50N39", "LON": "3E 5", "MON": "11", "NUM": "2310", "PRO": "M", "SEC": "40", "YEA": "1885", "CITY": "ANZIN"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11063	vannereau-gustave-1846-08-27	{"a4": "2311"}	{"lerrcp": "A4-2311"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Vannereau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:56", "date": "1846-08-27 17:03:20", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 2.73261, "lat": 47.99696, "name": "Montargis", "geoid": 2993024}, "notime": null, "date-ut": "1846-08-27 16:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Vannereau"}, "birth": {"tzo": "+00:10:56", "date": "1846-08-27 17:03:20", "place": {"c2": "45", "cy": "FR", "lg": 2.73261, "lat": 47.99696, "name": "Montargis", "geoid": 2993024}, "date-ut": "1846-08-27 16:52:24"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2311"}, "ids-in-sources": {"a4": "2311"}}, "raw": {"H": "16", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "27", "LAT": "47N54", "LON": "1E54", "MON": "8", "NUM": "2311", "PRO": "M", "SEC": "24", "YEA": "1846", "CITY": "MONTARGIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11064	varese-edgar-1883-12-22	{"a4": "2312"}	{"lerrcp": "A4-2312"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edgar", "family": "Varese", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1883-12-22 16:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1883-12-22 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Edgar", "family": "Varese"}, "birth": {"tzo": "+00:09:24", "date": "1883-12-22 16:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1883-12-22 15:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2312"}, "ids-in-sources": {"a4": "2312"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "22", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "2312", "PRO": "M", "SEC": "40", "YEA": "1883", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11065	vast-eugene-1833-07-04	{"a4": "2313"}	{"lerrcp": "A4-2313"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Vast", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:44", "date": "1833-07-04 01:00", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.18333, "lat": 49.01667, "name": "Fontaine-Laforet", "geoid": 0}, "notime": null, "date-ut": "1833-07-04 00:55:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Vast"}, "birth": {"tzo": "+00:04:44", "date": "1833-07-04 01:00", "place": {"c2": "27", "cy": "FR", "lg": 1.18333, "lat": 49.01667, "name": "Fontaine-Laforet", "geoid": 0}, "date-ut": "1833-07-04 00:55:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2313"}, "ids-in-sources": {"a4": "2313"}}, "raw": {"H": "0", "MN": "55", "TZ": "0", "COD": "27", "COU": "F", "DAY": "4", "LAT": "49N 1", "LON": "1E11", "MON": "7", "NUM": "2313", "PRO": "M", "SEC": "16", "YEA": "1833", "CITY": "FONTAINE-LAFORET"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11066	vauthrot-francois-1825-09-02	{"a4": "2314"}	{"lerrcp": "A4-2314"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Vauthrot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1825-09-02 07:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1825-09-02 06:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "François", "family": "Vauthrot"}, "birth": {"tzo": "+00:09:24", "date": "1825-09-02 07:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1825-09-02 06:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2314"}, "ids-in-sources": {"a4": "2314"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "2314", "PRO": "M", "SEC": "40", "YEA": "1825", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11067	vautrin-nicolas-1843-07-13	{"a4": "2315"}	{"lerrcp": "A4-2315"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicolas", "family": "Vautrin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:35", "date": "1843-07-13 06:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.14426, "lat": 48.53893, "name": "Pulligny", "geoid": 2985067}, "notime": null, "date-ut": "1843-07-13 05:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Nicolas", "family": "Vautrin"}, "birth": {"tzo": "+00:24:35", "date": "1843-07-13 06:00", "place": {"c2": "54", "cy": "FR", "lg": 6.14426, "lat": 48.53893, "name": "Pulligny", "geoid": 2985067}, "date-ut": "1843-07-13 05:35:12"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2315"}, "ids-in-sources": {"a4": "2315"}}, "raw": {"H": "5", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "13", "LAT": "48N42", "LON": "6E12", "MON": "7", "NUM": "2315", "PRO": "M", "SEC": "12", "YEA": "1843", "CITY": "PULLIGNY"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11068	vellones-pierre-1889-03-29	{"a4": "2316"}	{"lerrcp": "A4-2316"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Vellones", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1889-03-29 04:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1889-03-29 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Vellones"}, "birth": {"tzo": "+00:09:24", "date": "1889-03-29 04:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1889-03-29 03:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2316"}, "ids-in-sources": {"a4": "2316"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "29", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "2316", "PRO": "M", "SEC": "40", "YEA": "1889", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11069	veny-louis-1801-09-30	{"a4": "2317"}	{"lerrcp": "A4-2317"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Veny", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1801-09-30 06:00", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 49.23333, "name": "Méru", "geoid": 2994306}, "notime": null, "date-ut": "1801-09-30 05:51:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Veny"}, "birth": {"tzo": "+00:08:32", "date": "1801-09-30 06:00", "place": {"c2": "60", "cy": "FR", "lg": 2.13333, "lat": 49.23333, "name": "Méru", "geoid": 2994306}, "date-ut": "1801-09-30 05:51:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2317"}, "ids-in-sources": {"a4": "2317"}}, "raw": {"H": "5", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "30", "LAT": "49N26", "LON": "2E 5", "MON": "9", "NUM": "2317", "PRO": "M", "SEC": "40", "YEA": "1801", "CITY": "MERU"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11070	veronge-de-la-nux-paul-1853-06-29	{"a4": "2318"}	{"lerrcp": "A4-2318"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Veronge De La Nux Paul", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:48", "date": "1853-06-29 08:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.70177, "lat": 48.40908, "name": "Fontainebleau", "geoid": 3018074}, "notime": null, "date-ut": "1853-06-29 07:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Veronge De La Nux Paul"}, "birth": {"tzo": "+00:10:48", "date": "1853-06-29 08:00", "place": {"c2": "77", "cy": "FR", "lg": 2.70177, "lat": 48.40908, "name": "Fontainebleau", "geoid": 3018074}, "date-ut": "1853-06-29 07:49:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2318"}, "ids-in-sources": {"a4": "2318"}}, "raw": {"H": "7", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "29", "LAT": "48N33", "LON": "2E40", "MON": "6", "NUM": "2318", "PRO": "M", "SEC": "20", "YEA": "1853", "CITY": "FONTAINEBLEAU"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11071	verschneider-georges-1854-03-11	{"a4": "2319"}	{"lerrcp": "A4-2319"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Verschneider", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1854-03-11 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1854-03-11 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Verschneider"}, "birth": {"tzo": "+00:09:24", "date": "1854-03-11 06:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1854-03-11 05:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2319"}, "ids-in-sources": {"a4": "2319"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "11", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "2319", "PRO": "M", "SEC": "40", "YEA": "1854", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11072	veyret-georges-1845-06-08	{"a4": "2320"}	{"lerrcp": "A4-2320"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Veyret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:46", "date": "1845-06-08 23:30", "note": null, "place": {"c1": null, "c2": "36", "c3": null, "cy": "FR", "lg": 1.69362, "lat": 46.81248, "name": "Châteauroux", "geoid": 3026204}, "notime": null, "date-ut": "1845-06-08 23:23:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Veyret"}, "birth": {"tzo": "+00:06:46", "date": "1845-06-08 23:30", "place": {"c2": "36", "cy": "FR", "lg": 1.69362, "lat": 46.81248, "name": "Châteauroux", "geoid": 3026204}, "date-ut": "1845-06-08 23:23:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2320"}, "ids-in-sources": {"a4": "2320"}}, "raw": {"H": "23", "MN": "23", "TZ": "0", "COD": "36", "COU": "F", "DAY": "8", "LAT": "46N49", "LON": "1E41", "MON": "6", "NUM": "2320", "PRO": "M", "SEC": "16", "YEA": "1845", "CITY": "CHATEAUROUX"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11073	vicq-edouard-1819-12-30	{"a4": "2321"}	{"lerrcp": "A4-2321"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Vicq", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:40", "date": "1819-12-30 10:00", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.16667, "lat": 48.76667, "name": "Stmihiel", "geoid": 0}, "notime": null, "date-ut": "1819-12-30 09:39:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Vicq"}, "birth": {"tzo": "+00:20:40", "date": "1819-12-30 10:00", "place": {"c2": "55", "cy": "FR", "lg": 5.16667, "lat": 48.76667, "name": "Stmihiel", "geoid": 0}, "date-ut": "1819-12-30 09:39:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2321"}, "ids-in-sources": {"a4": "2321"}}, "raw": {"H": "9", "MN": "39", "TZ": "0", "COD": "55", "COU": "F", "DAY": "30", "LAT": "48N46", "LON": "5E10", "MON": "12", "NUM": "2321", "PRO": "M", "SEC": "20", "YEA": "1819", "CITY": "STMIHIEL"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11074	vidal-paul-1863-06-16	{"a4": "2322"}	{"lerrcp": "A4-2322"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Vidal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1863-06-16 08:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1863-06-16 07:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Vidal"}, "birth": {"tzo": "+00:05:46", "date": "1863-06-16 08:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1863-06-16 07:54:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2322"}, "ids-in-sources": {"a4": "2322"}}, "raw": {"H": "7", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "16", "LAT": "43N37", "LON": "1E26", "MON": "6", "NUM": "2322", "PRO": "M", "SEC": "16", "YEA": "1863", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11075	gauquelin-a4-2323-1870-10-08	{"a4": "2323"}	{"lerrcp": "A4-2323"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2323", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01:22", "date": "1870-10-08 18:00", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "notime": null, "date-ut": "1870-10-08 17:58:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2323"}, "birth": {"tzo": "+00:01:22", "date": "1870-10-08 18:00", "place": {"c2": "86", "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "date-ut": "1870-10-08 17:58:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2323"}, "ids-in-sources": {"a4": "2323"}}, "raw": {"H": "17", "MN": "58", "TZ": "0", "COD": "86", "COU": "F", "DAY": "8", "LAT": "46N35", "LON": "0E20", "MON": "10", "NUM": "2323", "PRO": "M", "SEC": "40", "YEA": "1870", "CITY": "POITIERS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11076	vieux-maurice-1884-04-15	{"a4": "2324"}	{"lerrcp": "A4-2324"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Vieux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:04", "date": "1884-04-15 00:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Savyberlette", "geoid": 0}, "notime": null, "date-ut": "1884-04-14 23:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Vieux"}, "birth": {"tzo": "+00:11:04", "date": "1884-04-15 00:00", "place": {"c2": "62", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Savyberlette", "geoid": 0}, "date-ut": "1884-04-14 23:48:56"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2324"}, "ids-in-sources": {"a4": "2324"}}, "raw": {"H": "23", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "14", "LAT": "50N18", "LON": "2E46", "MON": "4", "NUM": "2324", "PRO": "M", "SEC": "56", "YEA": "1884", "CITY": "SAVYBERLETTE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11077	vignal-pierre-1879-12-05	{"a4": "2325"}	{"lerrcp": "A4-2325"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Vignal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:33", "date": "1879-12-05 09:00", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.38783, "lat": 45.65247, "name": "Isserteaux", "geoid": 3012668}, "notime": null, "date-ut": "1879-12-05 08:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Vignal"}, "birth": {"tzo": "+00:13:33", "date": "1879-12-05 09:00", "place": {"c2": "63", "cy": "FR", "lg": 3.38783, "lat": 45.65247, "name": "Isserteaux", "geoid": 3012668}, "date-ut": "1879-12-05 08:47:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2325"}, "ids-in-sources": {"a4": "2325"}}, "raw": {"H": "8", "MN": "47", "TZ": "0", "COD": "63", "COU": "F", "DAY": "5", "LAT": "45N47", "LON": "3E 5", "MON": "12", "NUM": "2325", "PRO": "M", "SEC": "40", "YEA": "1879", "CITY": "ISSERTEAUX"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11078	gauquelin-a4-2326-1837-10-30	{"a4": "2326"}	{"lerrcp": "A4-2326"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2326", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1837-10-30 07:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Vasberg", "geoid": 0}, "notime": null, "date-ut": "1837-10-30 06:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2326"}, "birth": {"tzo": "+00:24:44", "date": "1837-10-30 07:00", "place": {"c2": "57", "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Vasberg", "geoid": 0}, "date-ut": "1837-10-30 06:35:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2326"}, "ids-in-sources": {"a4": "2326"}}, "raw": {"H": "6", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "30", "LAT": "49N 7", "LON": "6E11", "MON": "10", "NUM": "2326", "PRO": "M", "SEC": "16", "YEA": "1837", "CITY": "VASBERG"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11079	vinck-octave-1881-12-31	{"a4": "2327"}	{"lerrcp": "A4-2327"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Octave", "family": "Vinck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10", "date": "1881-12-31 18:00", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.5, "lat": 48.91667, "name": "Epinayseine", "geoid": 0}, "notime": null, "date-ut": "1881-12-31 17:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Octave", "family": "Vinck"}, "birth": {"tzo": "+00:10", "date": "1881-12-31 18:00", "place": {"c2": "93", "cy": "FR", "lg": 2.5, "lat": 48.91667, "name": "Epinayseine", "geoid": 0}, "date-ut": "1881-12-31 17:50"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2327"}, "ids-in-sources": {"a4": "2327"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "93", "COU": "F", "DAY": "31", "LAT": "48N55", "LON": "2E30", "MON": "12", "NUM": "2327", "PRO": "M", "SEC": "0", "YEA": "1881", "CITY": "EPINAYSEINE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11080	viollet-claude-1837-01-21	{"a4": "2328"}	{"lerrcp": "A4-2328"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Viollet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:37", "date": "1837-01-21 16:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.65356, "lat": 48.5457, "name": "Melun", "geoid": 2994651}, "notime": null, "date-ut": "1837-01-21 15:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Viollet"}, "birth": {"tzo": "+00:10:37", "date": "1837-01-21 16:00", "place": {"c2": "77", "cy": "FR", "lg": 2.65356, "lat": 48.5457, "name": "Melun", "geoid": 2994651}, "date-ut": "1837-01-21 15:49:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2328"}, "ids-in-sources": {"a4": "2328"}}, "raw": {"H": "15", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "21", "LAT": "48N33", "LON": "2E40", "MON": "1", "NUM": "2328", "PRO": "M", "SEC": "20", "YEA": "1837", "CITY": "MELUN"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11081	vuillemin-louis-1879-12-19	{"a4": "2329"}	{"lerrcp": "A4-2329"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Vuillemin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1879-12-19 20:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1879-12-19 20:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Vuillemin"}, "birth": {"tzo": "-00:06:13", "date": "1879-12-19 20:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1879-12-19 20:06:20"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2329"}, "ids-in-sources": {"a4": "2329"}}, "raw": {"H": "20", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "19", "LAT": "47N13", "LON": "1W35", "MON": "12", "NUM": "2329", "PRO": "M", "SEC": "20", "YEA": "1879", "CITY": "NANTES"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11082	vuillermoz-louis-1869-02-13	{"a4": "2330"}	{"lerrcp": "A4-2330"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Vuillermoz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:32", "date": "1869-02-13 21:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 5.88312, "lat": 47.1025, "name": "Quingey", "geoid": 2984675}, "notime": null, "date-ut": "1869-02-13 20:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Vuillermoz"}, "birth": {"tzo": "+00:23:32", "date": "1869-02-13 21:00", "place": {"c2": "25", "cy": "FR", "lg": 5.88312, "lat": 47.1025, "name": "Quingey", "geoid": 2984675}, "date-ut": "1869-02-13 20:35:52"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2330"}, "ids-in-sources": {"a4": "2330"}}, "raw": {"H": "20", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "13", "LAT": "47N15", "LON": "6E 2", "MON": "2", "NUM": "2330", "PRO": "M", "SEC": "52", "YEA": "1869", "CITY": "QUINGEY"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11083	vygen-eugene-1843-07-14	{"a4": "2331"}	{"lerrcp": "A4-2331"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Vygen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1843-07-14 22:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1843-07-14 21:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Vygen"}, "birth": {"tzo": "+00:09:24", "date": "1843-07-14 22:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1843-07-14 21:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2331"}, "ids-in-sources": {"a4": "2331"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "14", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "2331", "PRO": "M", "SEC": "40", "YEA": "1843", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11084	weckerlin-jean-1821-11-09	{"a4": "2332"}	{"lerrcp": "A4-2332"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Weckerlin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:28:48", "date": "1821-11-09 18:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.2, "lat": 47.91667, "name": "Guebwiller", "geoid": 3014433}, "notime": null, "date-ut": "1821-11-09 17:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Weckerlin"}, "birth": {"tzo": "+00:28:48", "date": "1821-11-09 18:00", "place": {"c2": "68", "cy": "FR", "lg": 7.2, "lat": 47.91667, "name": "Guebwiller", "geoid": 3014433}, "date-ut": "1821-11-09 17:30:36"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2332"}, "ids-in-sources": {"a4": "2332"}}, "raw": {"H": "17", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "9", "LAT": "48N 5", "LON": "7E21", "MON": "11", "NUM": "2332", "PRO": "M", "SEC": "36", "YEA": "1821", "CITY": "GUEBWILLER"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11085	widor-charles-1844-02-21	{"a4": "2333"}	{"lerrcp": "A4-2333"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Widor", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1844-02-21 14:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1844-02-21 13:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Widor"}, "birth": {"tzo": "+00:19:23", "date": "1844-02-21 14:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1844-02-21 13:40:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2333"}, "ids-in-sources": {"a4": "2333"}}, "raw": {"H": "13", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "21", "LAT": "45N46", "LON": "4E50", "MON": "2", "NUM": "2333", "PRO": "M", "SEC": "40", "YEA": "1844", "CITY": "LYON"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11086	gauquelin-a4-2334-1873-07-17	{"a4": "2334"}	{"lerrcp": "A4-2334"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2334", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:20", "date": "1873-07-17 14:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "Romilly Seine", "geoid": 0}, "notime": null, "date-ut": "1873-07-17 13:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2334"}, "birth": {"tzo": "+00:16:20", "date": "1873-07-17 14:00", "place": {"c2": "10", "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "Romilly Seine", "geoid": 0}, "date-ut": "1873-07-17 13:43:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2334"}, "ids-in-sources": {"a4": "2334"}}, "raw": {"H": "13", "MN": "43", "TZ": "0", "COD": "10", "COU": "F", "DAY": "17", "LAT": "48N18", "LON": "4E 5", "MON": "7", "NUM": "2334", "PRO": "M", "SEC": "40", "YEA": "1873", "CITY": "ROMILLY SEINE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11087	willaume-jules-1841-11-24	{"a4": "2335"}	{"lerrcp": "A4-2335"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Willaume", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:28", "date": "1841-11-24 23:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Villerscotteret", "geoid": 0}, "notime": null, "date-ut": "1841-11-24 22:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Willaume"}, "birth": {"tzo": "+00:14:28", "date": "1841-11-24 23:00", "place": {"c2": "02", "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Villerscotteret", "geoid": 0}, "date-ut": "1841-11-24 22:45:32"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2335"}, "ids-in-sources": {"a4": "2335"}}, "raw": {"H": "22", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "24", "LAT": "49N34", "LON": "3E37", "MON": "11", "NUM": "2335", "PRO": "M", "SEC": "32", "YEA": "1841", "CITY": "VILLERSCOTTERET"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11088	wintz-weiller-eugene-1844-12-13	{"a4": "2336"}	{"lerrcp": "A4-2336"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Wintz Weiller Eugene", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:32", "date": "1844-12-13 08:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.63498, "lat": 48.3892, "name": "Wœrth", "geoid": 2967305}, "notime": null, "date-ut": "1844-12-13 07:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Wintz Weiller Eugene"}, "birth": {"tzo": "+00:30:32", "date": "1844-12-13 08:00", "place": {"c2": "67", "cy": "FR", "lg": 7.63498, "lat": 48.3892, "name": "Wœrth", "geoid": 2967305}, "date-ut": "1844-12-13 07:29"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2336"}, "ids-in-sources": {"a4": "2336"}}, "raw": {"H": "7", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "13", "LAT": "48N35", "LON": "7E45", "MON": "12", "NUM": "2336", "PRO": "M", "SEC": "0", "YEA": "1844", "CITY": "WOERTH"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11089	wormser-andre-1851-11-01	{"a4": "2337"}	{"lerrcp": "A4-2337"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Wormser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1851-11-01 12:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1851-11-01 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "André", "family": "Wormser"}, "birth": {"tzo": "+00:09:24", "date": "1851-11-01 12:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1851-11-01 11:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2337"}, "ids-in-sources": {"a4": "2337"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "1", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "2337", "PRO": "M", "SEC": "40", "YEA": "1851", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11090	gauquelin-a4-2338-1891-02-12	{"a4": "2338"}	{"lerrcp": "A4-2338"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2338", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1891-02-12 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1891-02-12 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2338"}, "birth": {"tzo": "+00:09:24", "date": "1891-02-12 06:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1891-02-12 05:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2338"}, "ids-in-sources": {"a4": "2338"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "12", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "2338", "PRO": "M", "SEC": "40", "YEA": "1891", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11091	gauquelin-a4-2339-1826-04-06	{"a4": "2339"}	{"lerrcp": "A4-2339"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2339", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:26:15", "date": "1826-04-06 13:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.5636, "lat": 49.06292, "name": "Flétrange", "geoid": 3018331}, "notime": null, "date-ut": "1826-04-06 12:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2339"}, "birth": {"tzo": "+00:26:15", "date": "1826-04-06 13:00", "place": {"c2": "57", "cy": "FR", "lg": 6.5636, "lat": 49.06292, "name": "Flétrange", "geoid": 3018331}, "date-ut": "1826-04-06 12:35:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2339"}, "ids-in-sources": {"a4": "2339"}}, "raw": {"H": "12", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "6", "LAT": "49N 7", "LON": "6E11", "MON": "4", "NUM": "2339", "PRO": "M", "SEC": "16", "YEA": "1826", "CITY": "FLETRANGE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11092	abarca-francois-1845-04-13	{"a4": "2340"}	{"lerrcp": "A4-2340"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Abarca", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:36", "date": "1845-04-13 19:30", "note": null, "place": {"c1": null, "c2": "70", "c3": null, "cy": "FR", "lg": 6.15, "lat": 47.61667, "name": "Luxeuil", "geoid": 0}, "notime": null, "date-ut": "1845-04-13 19:05:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "François", "family": "Abarca"}, "birth": {"tzo": "+00:24:36", "date": "1845-04-13 19:30", "place": {"c2": "70", "cy": "FR", "lg": 6.15, "lat": 47.61667, "name": "Luxeuil", "geoid": 0}, "date-ut": "1845-04-13 19:05:24"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2340"}, "ids-in-sources": {"a4": "2340"}}, "raw": {"H": "19", "MN": "5", "TZ": "0", "COD": "70", "COU": "F", "DAY": "13", "LAT": "47N37", "LON": "6E 9", "MON": "4", "NUM": "2340", "PRO": "M", "SEC": "24", "YEA": "1845", "CITY": "LUXEUIL"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11093	achard-francois-1844-04-14	{"a4": "2341"}	{"lerrcp": "A4-2341"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Achard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:36", "date": "1844-04-14 23:00", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 4.9, "lat": 44.93333, "name": "Moras", "geoid": 0}, "notime": null, "date-ut": "1844-04-14 22:40:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "François", "family": "Achard"}, "birth": {"tzo": "+00:19:36", "date": "1844-04-14 23:00", "place": {"c2": "26", "cy": "FR", "lg": 4.9, "lat": 44.93333, "name": "Moras", "geoid": 0}, "date-ut": "1844-04-14 22:40:24"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2341"}, "ids-in-sources": {"a4": "2341"}}, "raw": {"H": "22", "MN": "40", "TZ": "0", "COD": "26", "COU": "F", "DAY": "14", "LAT": "44N56", "LON": "4E54", "MON": "4", "NUM": "2341", "PRO": "M", "SEC": "24", "YEA": "1844", "CITY": "MORAS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11094	adriet-theobald-1836-04-15	{"a4": "2342"}	{"lerrcp": "A4-2342"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theobald", "family": "Adriet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:38", "date": "1836-04-15 10:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 4.66028, "lat": 43.80583, "name": "Tarascon", "geoid": 2973393}, "notime": null, "date-ut": "1836-04-15 09:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Theobald", "family": "Adriet"}, "birth": {"tzo": "+00:18:38", "date": "1836-04-15 10:00", "place": {"c2": "13", "cy": "FR", "lg": 4.66028, "lat": 43.80583, "name": "Tarascon", "geoid": 2973393}, "date-ut": "1836-04-15 09:38:32"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2342"}, "ids-in-sources": {"a4": "2342"}}, "raw": {"H": "9", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "15", "LAT": "43N18", "LON": "5E22", "MON": "4", "NUM": "2342", "PRO": "M", "SEC": "32", "YEA": "1836", "CITY": "TARASCON"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11095	gauquelin-a4-2343-1845-12-11	{"a4": "2343"}	{"lerrcp": "A4-2343"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2343", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:03", "date": "1845-12-11 15:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "notime": null, "date-ut": "1845-12-11 14:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2343"}, "birth": {"tzo": "+00:09:03", "date": "1845-12-11 15:00", "place": {"c2": "62", "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "date-ut": "1845-12-11 14:48:56"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2343"}, "ids-in-sources": {"a4": "2343"}}, "raw": {"H": "14", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "11", "LAT": "50N18", "LON": "2E46", "MON": "12", "NUM": "2343", "PRO": "M", "SEC": "56", "YEA": "1845", "CITY": "ST-OMER"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11096	amann-henry-1835-09-02	{"a4": "2344"}	{"lerrcp": "A4-2344"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Amann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:31:10", "date": "1835-09-02 19:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.79051, "lat": 48.81557, "name": "Haguenau", "geoid": 3014078}, "notime": null, "date-ut": "1835-09-02 18:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Amann"}, "birth": {"tzo": "+00:31:10", "date": "1835-09-02 19:00", "place": {"c2": "67", "cy": "FR", "lg": 7.79051, "lat": 48.81557, "name": "Haguenau", "geoid": 3014078}, "date-ut": "1835-09-02 18:29"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2344"}, "ids-in-sources": {"a4": "2344"}}, "raw": {"H": "18", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "2", "LAT": "48N35", "LON": "7E45", "MON": "9", "NUM": "2344", "PRO": "M", "SEC": "0", "YEA": "1835", "CITY": "HAGUENAU"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11097	allary-henri-1863-11-24	{"a4": "2345"}	{"lerrcp": "A4-2345"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Allary", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1863-11-24 10:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Maisonslaffite", "geoid": 0}, "notime": null, "date-ut": "1863-11-24 09:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Allary"}, "birth": {"tzo": "+00:08:32", "date": "1863-11-24 10:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Maisonslaffite", "geoid": 0}, "date-ut": "1863-11-24 09:51:28"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2345"}, "ids-in-sources": {"a4": "2345"}}, "raw": {"H": "9", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "24", "LAT": "48N50", "LON": "2E 8", "MON": "11", "NUM": "2345", "PRO": "M", "SEC": "28", "YEA": "1863", "CITY": "MAISONSLAFFITE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11098	amrhein-simon-1843-11-23	{"a4": "2346"}	{"lerrcp": "A4-2346"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Simon", "family": "Amrhein", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1843-11-23 19:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1843-11-23 18:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Simon", "family": "Amrhein"}, "birth": {"tzo": "+00:30:59", "date": "1843-11-23 19:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1843-11-23 18:29"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2346"}, "ids-in-sources": {"a4": "2346"}}, "raw": {"H": "18", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "23", "LAT": "48N35", "LON": "7E45", "MON": "11", "NUM": "2346", "PRO": "M", "SEC": "0", "YEA": "1843", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11099	astoin-jean-1834-05-17	{"a4": "2347"}	{"lerrcp": "A4-2347"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Astoin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:40", "date": "1834-05-17 23:00", "note": null, "place": {"c1": null, "c2": "04", "c3": null, "cy": "FR", "lg": 5.91836, "lat": 43.91726, "name": "Oraison", "geoid": 2989461}, "notime": null, "date-ut": "1834-05-17 22:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Astoin"}, "birth": {"tzo": "+00:23:40", "date": "1834-05-17 23:00", "place": {"c2": "04", "cy": "FR", "lg": 5.91836, "lat": 43.91726, "name": "Oraison", "geoid": 2989461}, "date-ut": "1834-05-17 22:35"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2347"}, "ids-in-sources": {"a4": "2347"}}, "raw": {"H": "22", "MN": "35", "TZ": "0", "COD": "04", "COU": "F", "DAY": "17", "LAT": "44N 6", "LON": "6E15", "MON": "5", "NUM": "2347", "PRO": "M", "SEC": "0", "YEA": "1834", "CITY": "ORAISON"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11100	aubrespy-odener-1869-03-29	{"a4": "2348"}	{"lerrcp": "A4-2348"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Odener", "family": "Aubrespy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:56", "date": "1869-03-29 16:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.48224, "lat": 43.48094, "name": "Montagnac", "geoid": 2993160}, "notime": null, "date-ut": "1869-03-29 15:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Odener", "family": "Aubrespy"}, "birth": {"tzo": "+00:13:56", "date": "1869-03-29 16:00", "place": {"c2": "34", "cy": "FR", "lg": 3.48224, "lat": 43.48094, "name": "Montagnac", "geoid": 2993160}, "date-ut": "1869-03-29 15:44:28"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2348"}, "ids-in-sources": {"a4": "2348"}}, "raw": {"H": "15", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "29", "LAT": "43N37", "LON": "3E53", "MON": "3", "NUM": "2348", "PRO": "M", "SEC": "28", "YEA": "1869", "CITY": "MONTAGNAC"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11101	auge-camille-1838-08-31	{"a4": "2349"}	{"lerrcp": "A4-2349"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Auge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:51", "date": "1838-08-31 10:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "notime": null, "date-ut": "1838-08-31 09:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Auge"}, "birth": {"tzo": "+00:12:51", "date": "1838-08-31 10:00", "place": {"c2": "34", "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "date-ut": "1838-08-31 09:44:28"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2349"}, "ids-in-sources": {"a4": "2349"}}, "raw": {"H": "9", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "31", "LAT": "43N37", "LON": "3E53", "MON": "8", "NUM": "2349", "PRO": "M", "SEC": "28", "YEA": "1838", "CITY": "BEZIERS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11102	austruy-louis-1823-12-20	{"a4": "2350"}	{"lerrcp": "A4-2350"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Austruy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:16", "date": "1823-12-20 09:00", "note": null, "place": {"c1": null, "c2": "12", "c3": null, "cy": "FR", "lg": 2.56667, "lat": 44.35, "name": "Villefranche", "geoid": 0}, "notime": null, "date-ut": "1823-12-20 08:49:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Austruy"}, "birth": {"tzo": "+00:10:16", "date": "1823-12-20 09:00", "place": {"c2": "12", "cy": "FR", "lg": 2.56667, "lat": 44.35, "name": "Villefranche", "geoid": 0}, "date-ut": "1823-12-20 08:49:44"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2350"}, "ids-in-sources": {"a4": "2350"}}, "raw": {"H": "8", "MN": "49", "TZ": "0", "COD": "12", "COU": "F", "DAY": "20", "LAT": "44N21", "LON": "2E34", "MON": "12", "NUM": "2350", "PRO": "M", "SEC": "44", "YEA": "1823", "CITY": "VILLEFRANCHE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11103	auvray-georges-1858-01-10	{"a4": "2351"}	{"lerrcp": "A4-2351"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Auvray", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:26", "date": "1858-01-10 16:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.35912, "lat": 49.18585, "name": "Caen", "geoid": 3029241}, "notime": null, "date-ut": "1858-01-10 16:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Auvray"}, "birth": {"tzo": "-00:01:26", "date": "1858-01-10 16:00", "place": {"c2": "14", "cy": "FR", "lg": -0.35912, "lat": 49.18585, "name": "Caen", "geoid": 3029241}, "date-ut": "1858-01-10 16:01:28"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2351"}, "ids-in-sources": {"a4": "2351"}}, "raw": {"H": "16", "MN": "1", "TZ": "0", "COD": "14", "COU": "F", "DAY": "10", "LAT": "49N11", "LON": "0W22", "MON": "1", "NUM": "2351", "PRO": "M", "SEC": "28", "YEA": "1858", "CITY": "CAEN"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11104	aynie-francois-1840-12-15	{"a4": "2352"}	{"lerrcp": "A4-2352"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Aynie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:20", "date": "1840-12-15 16:00", "note": null, "place": {"c1": null, "c2": "09", "c3": null, "cy": "FR", "lg": 1.58333, "lat": 42.96667, "name": "Tarascon", "geoid": 0}, "notime": null, "date-ut": "1840-12-15 15:53:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "François", "family": "Aynie"}, "birth": {"tzo": "+00:06:20", "date": "1840-12-15 16:00", "place": {"c2": "09", "cy": "FR", "lg": 1.58333, "lat": 42.96667, "name": "Tarascon", "geoid": 0}, "date-ut": "1840-12-15 15:53:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2352"}, "ids-in-sources": {"a4": "2352"}}, "raw": {"H": "15", "MN": "53", "TZ": "0", "COD": "09", "COU": "F", "DAY": "15", "LAT": "42N58", "LON": "1E35", "MON": "12", "NUM": "2352", "PRO": "M", "SEC": "40", "YEA": "1840", "CITY": "TARASCON"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11105	bacquart-paul-1829-07-26	{"a4": "2353"}	{"lerrcp": "A4-2353"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Bacquart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:41", "date": "1829-07-26 16:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1829-07-26 15:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Bacquart"}, "birth": {"tzo": "+00:24:41", "date": "1829-07-26 16:00", "place": {"c2": "57", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1829-07-26 15:35:16"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2353"}, "ids-in-sources": {"a4": "2353"}}, "raw": {"H": "15", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "26", "LAT": "49N 7", "LON": "6E11", "MON": "7", "NUM": "2353", "PRO": "M", "SEC": "16", "YEA": "1829", "CITY": "METZ"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11106	baculard-louis-1836-03-24	{"a4": "2354"}	{"lerrcp": "A4-2354"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Baculard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:07", "date": "1836-03-24 20:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 5.02936, "lat": 43.95742, "name": "Velleron", "geoid": 2970187}, "notime": null, "date-ut": "1836-03-24 19:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Baculard"}, "birth": {"tzo": "+00:20:07", "date": "1836-03-24 20:00", "place": {"c2": "84", "cy": "FR", "lg": 5.02936, "lat": 43.95742, "name": "Velleron", "geoid": 2970187}, "date-ut": "1836-03-24 19:40:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2354"}, "ids-in-sources": {"a4": "2354"}}, "raw": {"H": "19", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "24", "LAT": "43N57", "LON": "4E50", "MON": "3", "NUM": "2354", "PRO": "M", "SEC": "40", "YEA": "1836", "CITY": "VELLERON"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11107	bagarre-ambroise-1842-02-16	{"a4": "2355"}	{"lerrcp": "A4-2355"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ambroise", "family": "Bagarre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1842-02-16 05:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1842-02-16 04:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Ambroise", "family": "Bagarre"}, "birth": {"tzo": "+00:19:23", "date": "1842-02-16 05:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1842-02-16 04:40:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2355"}, "ids-in-sources": {"a4": "2355"}}, "raw": {"H": "4", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "16", "LAT": "45N46", "LON": "4E50", "MON": "2", "NUM": "2355", "PRO": "M", "SEC": "40", "YEA": "1842", "CITY": "LYON"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11108	balay-guillaume-1871-04-30	{"a4": "2356"}	{"lerrcp": "A4-2356"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guillaume", "family": "Balay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:17:58", "date": "1871-04-30 16:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.48993, "lat": 48.24643, "name": "Crozon", "geoid": 3022242}, "notime": null, "date-ut": "1871-04-30 16:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Guillaume", "family": "Balay"}, "birth": {"tzo": "-00:17:58", "date": "1871-04-30 16:00", "place": {"c2": "29", "cy": "FR", "lg": -4.48993, "lat": 48.24643, "name": "Crozon", "geoid": 3022242}, "date-ut": "1871-04-30 16:16:24"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2356"}, "ids-in-sources": {"a4": "2356"}}, "raw": {"H": "16", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "30", "LAT": "48N 0", "LON": "4W 6", "MON": "4", "NUM": "2356", "PRO": "M", "SEC": "24", "YEA": "1871", "CITY": "CROZON"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11109	bangratz-joseph-1844-04-04	{"a4": "2357"}	{"lerrcp": "A4-2357"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Bangratz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:35", "date": "1844-04-04 13:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.64434, "lat": 48.5582, "name": "Holtzheim", "geoid": 3013206}, "notime": null, "date-ut": "1844-04-04 12:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Bangratz"}, "birth": {"tzo": "+00:30:35", "date": "1844-04-04 13:00", "place": {"c2": "67", "cy": "FR", "lg": 7.64434, "lat": 48.5582, "name": "Holtzheim", "geoid": 3013206}, "date-ut": "1844-04-04 12:29"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2357"}, "ids-in-sources": {"a4": "2357"}}, "raw": {"H": "12", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "4", "LAT": "48N35", "LON": "7E45", "MON": "4", "NUM": "2357", "PRO": "M", "SEC": "0", "YEA": "1844", "CITY": "HOLTZHEIM"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11110	barbu-pierre-1835-03-11	{"a4": "2358"}	{"lerrcp": "A4-2358"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Barbu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:01", "date": "1835-03-11 02:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.25404, "lat": 48.91882, "name": "Colombes", "geoid": 3024266}, "notime": null, "date-ut": "1835-03-11 01:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Barbu"}, "birth": {"tzo": "+00:09:01", "date": "1835-03-11 02:00", "place": {"c2": "92", "cy": "FR", "lg": 2.25404, "lat": 48.91882, "name": "Colombes", "geoid": 3024266}, "date-ut": "1835-03-11 01:51:16"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2358"}, "ids-in-sources": {"a4": "2358"}}, "raw": {"H": "1", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "11", "LAT": "48N50", "LON": "2E11", "MON": "3", "NUM": "2358", "PRO": "M", "SEC": "16", "YEA": "1835", "CITY": "COLOMBES"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11111	gauquelin-a4-2359-1828-06-18	{"a4": "2359"}	{"lerrcp": "A4-2359"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2359", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:20", "date": "1828-06-18 05:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.58333, "lat": 47.8, "name": "Brienon", "geoid": 0}, "notime": null, "date-ut": "1828-06-18 04:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2359"}, "birth": {"tzo": "+00:14:20", "date": "1828-06-18 05:00", "place": {"c2": "89", "cy": "FR", "lg": 3.58333, "lat": 47.8, "name": "Brienon", "geoid": 0}, "date-ut": "1828-06-18 04:45:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2359"}, "ids-in-sources": {"a4": "2359"}}, "raw": {"H": "4", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "18", "LAT": "47N48", "LON": "3E35", "MON": "6", "NUM": "2359", "PRO": "M", "SEC": "40", "YEA": "1828", "CITY": "BRIENON"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11112	baton-aime-1847-07-25	{"a4": "2360"}	{"lerrcp": "A4-2360"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aimé", "family": "Baton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:33", "date": "1847-07-25 10:00", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.38621, "lat": 49.38118, "name": "Agnetz", "geoid": 3038604}, "notime": null, "date-ut": "1847-07-25 09:51:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Aimé", "family": "Baton"}, "birth": {"tzo": "+00:09:33", "date": "1847-07-25 10:00", "place": {"c2": "60", "cy": "FR", "lg": 2.38621, "lat": 49.38118, "name": "Agnetz", "geoid": 3038604}, "date-ut": "1847-07-25 09:51:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2360"}, "ids-in-sources": {"a4": "2360"}}, "raw": {"H": "9", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "25", "LAT": "49N26", "LON": "2E 5", "MON": "7", "NUM": "2360", "PRO": "M", "SEC": "40", "YEA": "1847", "CITY": "AGNETZ"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11113	baudet-eugene-1854-05-07	{"a4": "2361"}	{"lerrcp": "A4-2361"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Baudet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:34", "date": "1854-05-07 22:30", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.64003, "lat": 50.52965, "name": "Béthune", "geoid": 3033002}, "notime": null, "date-ut": "1854-05-07 22:18:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Baudet"}, "birth": {"tzo": "+00:10:34", "date": "1854-05-07 22:30", "place": {"c2": "62", "cy": "FR", "lg": 2.64003, "lat": 50.52965, "name": "Béthune", "geoid": 3033002}, "date-ut": "1854-05-07 22:18:56"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2361"}, "ids-in-sources": {"a4": "2361"}}, "raw": {"H": "22", "MN": "18", "TZ": "0", "COD": "62", "COU": "F", "DAY": "7", "LAT": "50N18", "LON": "2E46", "MON": "5", "NUM": "2361", "PRO": "M", "SEC": "56", "YEA": "1854", "CITY": "BETHUNE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11114	beaslas-jacques-1838-07-27	{"a4": "2362"}	{"lerrcp": "A4-2362"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Beaslas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1838-07-27 06:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1838-07-27 06:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Beaslas"}, "birth": {"tzo": "+00:09:24", "date": "1838-07-27 06:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1838-07-27 06:20:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2362"}, "ids-in-sources": {"a4": "2362"}}, "raw": {"H": "6", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "27", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "2362", "PRO": "M", "SEC": "40", "YEA": "1838", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11115	gauquelin-a4-2363-1835-06-11	{"a4": "2363"}	{"lerrcp": "A4-2363"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2363", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:28", "date": "1835-06-11 21:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Laneuvilleaupon", "geoid": 0}, "notime": null, "date-ut": "1835-06-11 20:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2363"}, "birth": {"tzo": "+00:17:28", "date": "1835-06-11 21:00", "place": {"c2": "51", "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Laneuvilleaupon", "geoid": 0}, "date-ut": "1835-06-11 20:42:32"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2363"}, "ids-in-sources": {"a4": "2363"}}, "raw": {"H": "20", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "11", "LAT": "48N57", "LON": "4E22", "MON": "6", "NUM": "2363", "PRO": "M", "SEC": "32", "YEA": "1835", "CITY": "LANEUVILLEAUPON"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11116	beaudouin-camille-1871-01-27	{"a4": "2364"}	{"lerrcp": "A4-2364"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Beaudouin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:12", "date": "1871-01-27 02:55:24", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.55144, "lat": 44.80759, "name": "Bègles", "geoid": 3033881}, "notime": null, "date-ut": "1871-01-27 02:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Beaudouin"}, "birth": {"tzo": "-00:02:12", "date": "1871-01-27 02:55:24", "place": {"c2": "33", "cy": "FR", "lg": -0.55144, "lat": 44.80759, "name": "Bègles", "geoid": 3033881}, "date-ut": "1871-01-27 02:57:36"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2364"}, "ids-in-sources": {"a4": "2364"}}, "raw": {"H": "2", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "27", "LAT": "44N50", "LON": "0W34", "MON": "1", "NUM": "2364", "PRO": "M", "SEC": "36", "YEA": "1871", "CITY": "BEGLES"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11117	beaurain-mathieu-1835-09-18	{"a4": "2365"}	{"lerrcp": "A4-2365"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mathieu", "family": "Beaurain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1835-09-18 17:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1835-09-18 16:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Mathieu", "family": "Beaurain"}, "birth": {"tzo": "+00:24:44", "date": "1835-09-18 17:00", "place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1835-09-18 16:35:12"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2365"}, "ids-in-sources": {"a4": "2365"}}, "raw": {"H": "16", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "18", "LAT": "48N42", "LON": "6E12", "MON": "9", "NUM": "2365", "PRO": "M", "SEC": "12", "YEA": "1835", "CITY": "NANCY"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11118	becquet-charles-1835-04-22	{"a4": "2366"}	{"lerrcp": "A4-2366"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Becquet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1835-04-22 05:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1835-04-22 04:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Becquet"}, "birth": {"tzo": "+00:12:14", "date": "1835-04-22 05:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1835-04-22 04:47:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2366"}, "ids-in-sources": {"a4": "2366"}}, "raw": {"H": "4", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "22", "LAT": "50N39", "LON": "3E 5", "MON": "4", "NUM": "2366", "PRO": "M", "SEC": "40", "YEA": "1835", "CITY": "LILLE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11119	bello-jules-1836-02-18	{"a4": "2367"}	{"lerrcp": "A4-2367"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Bello", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:14", "date": "1836-02-18 06:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.05826, "lat": 48.99585, "name": "Arry", "geoid": 3036730}, "notime": null, "date-ut": "1836-02-18 05:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Bello"}, "birth": {"tzo": "+00:24:14", "date": "1836-02-18 06:00", "place": {"c2": "57", "cy": "FR", "lg": 6.05826, "lat": 48.99585, "name": "Arry", "geoid": 3036730}, "date-ut": "1836-02-18 05:35:16"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2367"}, "ids-in-sources": {"a4": "2367"}}, "raw": {"H": "5", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "18", "LAT": "49N 7", "LON": "6E11", "MON": "2", "NUM": "2367", "PRO": "M", "SEC": "16", "YEA": "1836", "CITY": "ARRY"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11120	bergalonne-gabriel-1840-01-27	{"a4": "2368"}	{"lerrcp": "A4-2368"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Bergalonne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1840-01-27 04:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1840-01-27 04:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Bergalonne"}, "birth": {"tzo": "-00:06:13", "date": "1840-01-27 04:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1840-01-27 04:06:20"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2368"}, "ids-in-sources": {"a4": "2368"}}, "raw": {"H": "4", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "27", "LAT": "47N13", "LON": "1W35", "MON": "1", "NUM": "2368", "PRO": "M", "SEC": "20", "YEA": "1840", "CITY": "NANTES"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11121	gauquelin-a4-2369-1850-02-22	{"a4": "2369"}	{"lerrcp": "A4-2369"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2369", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1850-02-22 11:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1850-02-22 10:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2369"}, "birth": {"tzo": "+00:12:14", "date": "1850-02-22 11:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1850-02-22 10:47:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2369"}, "ids-in-sources": {"a4": "2369"}}, "raw": {"H": "10", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "22", "LAT": "50N39", "LON": "3E 5", "MON": "2", "NUM": "2369", "PRO": "M", "SEC": "40", "YEA": "1850", "CITY": "LILLE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11122	bernadaux-charles-1856-09-27	{"a4": "2370"}	{"lerrcp": "A4-2370"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Bernadaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:32", "date": "1856-09-27 14:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.38487, "lat": 48.81568, "name": "Ivry-sur-Seine", "geoid": 3012621}, "notime": null, "date-ut": "1856-09-27 13:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Bernadaux"}, "birth": {"tzo": "+00:09:32", "date": "1856-09-27 14:00", "place": {"c2": "94", "cy": "FR", "lg": 2.38487, "lat": 48.81568, "name": "Ivry-sur-Seine", "geoid": 3012621}, "date-ut": "1856-09-27 13:50:04"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2370"}, "ids-in-sources": {"a4": "2370"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "27", "LAT": "48N47", "LON": "2E29", "MON": "9", "NUM": "2370", "PRO": "M", "SEC": "4", "YEA": "1856", "CITY": "IVRY-S-SEINE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11123	bernard-edouard-1806-07-15	{"a4": "2371"}	{"lerrcp": "A4-2371"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Bernard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:12", "date": "1806-07-15 11:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1806-07-15 10:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Bernard"}, "birth": {"tzo": "+00:09:12", "date": "1806-07-15 11:00", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1806-07-15 10:50:48"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2371"}, "ids-in-sources": {"a4": "2371"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "15", "LAT": "49N54", "LON": "2E18", "MON": "7", "NUM": "2371", "PRO": "M", "SEC": "48", "YEA": "1806", "CITY": "AMIENS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11124	bernard-louis-1842-01-19	{"a4": "2372"}	{"lerrcp": "A4-2372"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Bernard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:21", "date": "1842-01-19 08:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.83785, "lat": 49.35738, "name": "Guyencourt", "geoid": 3014139}, "notime": null, "date-ut": "1842-01-19 07:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Bernard"}, "birth": {"tzo": "+00:15:21", "date": "1842-01-19 08:00", "place": {"c2": "02", "cy": "FR", "lg": 3.83785, "lat": 49.35738, "name": "Guyencourt", "geoid": 3014139}, "date-ut": "1842-01-19 07:45:32"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2372"}, "ids-in-sources": {"a4": "2372"}}, "raw": {"H": "7", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "19", "LAT": "49N34", "LON": "3E37", "MON": "1", "NUM": "2372", "PRO": "M", "SEC": "32", "YEA": "1842", "CITY": "GUYENCOURT"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11125	gauquelin-a4-2373-1843-12-05	{"a4": "2373"}	{"lerrcp": "A4-2373"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2373", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:49", "date": "1843-12-05 06:00", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "notime": null, "date-ut": "1843-12-05 05:59:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2373"}, "birth": {"tzo": "+00:00:49", "date": "1843-12-05 06:00", "place": {"c2": "72", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "date-ut": "1843-12-05 05:59:12"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2373"}, "ids-in-sources": {"a4": "2373"}}, "raw": {"H": "5", "MN": "59", "TZ": "0", "COD": "72", "COU": "F", "DAY": "5", "LAT": "48N 1", "LON": "0E12", "MON": "12", "NUM": "2373", "PRO": "M", "SEC": "12", "YEA": "1843", "CITY": "LE MANS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11126	bernhard-urbain-1840-01-16	{"a4": "2374"}	{"lerrcp": "A4-2374"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Urbain", "family": "Bernhard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:31:03", "date": "1840-01-16 11:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.76302, "lat": 48.91425, "name": "Gunstett", "geoid": 3014163}, "notime": null, "date-ut": "1840-01-16 10:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Urbain", "family": "Bernhard"}, "birth": {"tzo": "+00:31:03", "date": "1840-01-16 11:00", "place": {"c2": "67", "cy": "FR", "lg": 7.76302, "lat": 48.91425, "name": "Gunstett", "geoid": 3014163}, "date-ut": "1840-01-16 10:29"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2374"}, "ids-in-sources": {"a4": "2374"}}, "raw": {"H": "10", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "16", "LAT": "48N35", "LON": "7E45", "MON": "1", "NUM": "2374", "PRO": "M", "SEC": "0", "YEA": "1840", "CITY": "GUNSTETT"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11127	bernier-louis-1836-01-01	{"a4": "2375"}	{"lerrcp": "A4-2375"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Bernier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1836-01-01 20:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1836-01-01 19:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Bernier"}, "birth": {"tzo": "+00:05:46", "date": "1836-01-01 20:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1836-01-01 19:54:16"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2375"}, "ids-in-sources": {"a4": "2375"}}, "raw": {"H": "19", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "1", "LAT": "43N37", "LON": "1E26", "MON": "1", "NUM": "2375", "PRO": "M", "SEC": "16", "YEA": "1836", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11128	gauquelin-a4-2376-1837-10-30	{"a4": "2376"}	{"lerrcp": "A4-2376"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2376", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1837-10-30 06:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1837-10-30 05:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2376"}, "birth": {"tzo": "+00:21:31", "date": "1837-10-30 06:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1837-10-30 05:38:32"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2376"}, "ids-in-sources": {"a4": "2376"}}, "raw": {"H": "5", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "30", "LAT": "43N18", "LON": "5E22", "MON": "10", "NUM": "2376", "PRO": "M", "SEC": "32", "YEA": "1837", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11129	binon-jacques-1850-10-13	{"a4": "2377"}	{"lerrcp": "A4-2377"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Binon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1850-10-13 04:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1850-10-13 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Binon"}, "birth": {"tzo": "+00:09:24", "date": "1850-10-13 04:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1850-10-13 03:50:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2377"}, "ids-in-sources": {"a4": "2377"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "13", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "2377", "PRO": "M", "SEC": "40", "YEA": "1850", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11130	blanc-joseph-1866-08-15	{"a4": "2378"}	{"lerrcp": "A4-2378"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Blanc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:54", "date": "1866-08-15 16:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 6.2265, "lat": 43.30071, "name": "Pignans", "geoid": 2987179}, "notime": null, "date-ut": "1866-08-15 15:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Blanc"}, "birth": {"tzo": "+00:24:54", "date": "1866-08-15 16:00", "place": {"c2": "83", "cy": "FR", "lg": 6.2265, "lat": 43.30071, "name": "Pignans", "geoid": 2987179}, "date-ut": "1866-08-15 15:34:08"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2378"}, "ids-in-sources": {"a4": "2378"}}, "raw": {"H": "15", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "15", "LAT": "43N32", "LON": "6E28", "MON": "8", "NUM": "2378", "PRO": "M", "SEC": "8", "YEA": "1866", "CITY": "PIGNANS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11131	bleger-adolphe-1835-03-30	{"a4": "2379"}	{"lerrcp": "A4-2379"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Bleger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:18", "date": "1835-03-30 04:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.32361, "lat": 49.38167, "name": "Soissons", "geoid": 2974389}, "notime": null, "date-ut": "1835-03-30 03:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Bleger"}, "birth": {"tzo": "+00:13:18", "date": "1835-03-30 04:00", "place": {"c2": "02", "cy": "FR", "lg": 3.32361, "lat": 49.38167, "name": "Soissons", "geoid": 2974389}, "date-ut": "1835-03-30 03:45:32"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2379"}, "ids-in-sources": {"a4": "2379"}}, "raw": {"H": "3", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "30", "LAT": "49N34", "LON": "3E37", "MON": "3", "NUM": "2379", "PRO": "M", "SEC": "32", "YEA": "1835", "CITY": "SOISSONS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11132	blemant-louis-1864-12-04	{"a4": "2380"}	{"lerrcp": "A4-2380"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Blemant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:25", "date": "1864-12-04 12:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.35258, "lat": 50.31354, "name": "Lourches", "geoid": 2997397}, "notime": null, "date-ut": "1864-12-04 11:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Blemant"}, "birth": {"tzo": "+00:13:25", "date": "1864-12-04 12:00", "place": {"c2": "59", "cy": "FR", "lg": 3.35258, "lat": 50.31354, "name": "Lourches", "geoid": 2997397}, "date-ut": "1864-12-04 11:47:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2380"}, "ids-in-sources": {"a4": "2380"}}, "raw": {"H": "11", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "4", "LAT": "50N39", "LON": "3E 5", "MON": "12", "NUM": "2380", "PRO": "M", "SEC": "40", "YEA": "1864", "CITY": "LOURCHES"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11133	boetsch-jacques-1838-12-24	{"a4": "2381"}	{"lerrcp": "A4-2381"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Boetsch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:10:56", "date": "1838-12-24 19:00", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -2.73333, "lat": 47.66667, "name": "Guemene", "geoid": 0}, "notime": null, "date-ut": "1838-12-24 19:10:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Boetsch"}, "birth": {"tzo": "-00:10:56", "date": "1838-12-24 19:00", "place": {"c2": "56", "cy": "FR", "lg": -2.73333, "lat": 47.66667, "name": "Guemene", "geoid": 0}, "date-ut": "1838-12-24 19:10:56"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2381"}, "ids-in-sources": {"a4": "2381"}}, "raw": {"H": "19", "MN": "10", "TZ": "0", "COD": "56", "COU": "F", "DAY": "24", "LAT": "47N40", "LON": "2W44", "MON": "12", "NUM": "2381", "PRO": "M", "SEC": "56", "YEA": "1838", "CITY": "GUEMENE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11134	boin-felicien-1865-12-17	{"a4": "2382"}	{"lerrcp": "A4-2382"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Felicien", "family": "Boin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1865-12-17 13:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1865-12-17 12:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Felicien", "family": "Boin"}, "birth": {"tzo": "+00:12:14", "date": "1865-12-17 13:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1865-12-17 12:47:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2382"}, "ids-in-sources": {"a4": "2382"}}, "raw": {"H": "12", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "17", "LAT": "50N39", "LON": "3E 5", "MON": "12", "NUM": "2382", "PRO": "M", "SEC": "40", "YEA": "1865", "CITY": "LILLE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11135	bonade-louis-1845-03-18	{"a4": "2383"}	{"lerrcp": "A4-2383"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Bonade", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:37", "date": "1845-03-18 14:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -1.15222, "lat": 46.16308, "name": "La Rochelle", "geoid": 3006787}, "notime": null, "date-ut": "1845-03-18 14:04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Bonade"}, "birth": {"tzo": "-00:04:37", "date": "1845-03-18 14:00", "place": {"c2": "17", "cy": "FR", "lg": -1.15222, "lat": 46.16308, "name": "La Rochelle", "geoid": 3006787}, "date-ut": "1845-03-18 14:04:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2383"}, "ids-in-sources": {"a4": "2383"}}, "raw": {"H": "14", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "18", "LAT": "46N 9", "LON": "1W10", "MON": "3", "NUM": "2383", "PRO": "M", "SEC": "40", "YEA": "1845", "CITY": "LA ROCHELLE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11136	gauquelin-a4-2384-1834-08-01	{"a4": "2384"}	{"lerrcp": "A4-2384"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2384", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1834-08-01 02:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1834-08-01 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2384"}, "birth": {"tzo": "+00:09:24", "date": "1834-08-01 02:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1834-08-01 01:50:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2384"}, "ids-in-sources": {"a4": "2384"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "1", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "2384", "PRO": "M", "SEC": "40", "YEA": "1834", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11137	bonnefoy-paul-1825-06-25	{"a4": "2385"}	{"lerrcp": "A4-2385"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Bonnefoy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1825-06-25 08:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1825-06-25 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Bonnefoy"}, "birth": {"tzo": "+00:09:24", "date": "1825-06-25 08:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1825-06-25 07:50:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2385"}, "ids-in-sources": {"a4": "2385"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "25", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "2385", "PRO": "M", "SEC": "40", "YEA": "1825", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11138	bonnet-alexandre-1840-08-01	{"a4": "2386"}	{"lerrcp": "A4-2386"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Bonnet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:14", "date": "1840-08-01 07:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1840-08-01 06:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Bonnet"}, "birth": {"tzo": "+00:19:14", "date": "1840-08-01 07:00", "place": {"c2": "84", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1840-08-01 06:40:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2386"}, "ids-in-sources": {"a4": "2386"}}, "raw": {"H": "6", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "1", "LAT": "43N57", "LON": "4E50", "MON": "8", "NUM": "2386", "PRO": "M", "SEC": "40", "YEA": "1840", "CITY": "AVIGNON"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11139	gauquelin-a4-2387-1863-11-29	{"a4": "2387"}	{"lerrcp": "A4-2387"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2387", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1863-11-29 16:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1863-11-29 16:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2387"}, "birth": {"tzo": "-00:02:19", "date": "1863-11-29 16:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1863-11-29 16:57:36"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2387"}, "ids-in-sources": {"a4": "2387"}}, "raw": {"H": "16", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "29", "LAT": "44N50", "LON": "0W34", "MON": "11", "NUM": "2387", "PRO": "M", "SEC": "36", "YEA": "1863", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11140	bouche-jean-1828-03-19	{"a4": "2388"}	{"lerrcp": "A4-2388"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bouche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:40", "date": "1828-03-19 03:30", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Tournan", "geoid": 0}, "notime": null, "date-ut": "1828-03-19 03:19:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bouche"}, "birth": {"tzo": "+00:10:40", "date": "1828-03-19 03:30", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Tournan", "geoid": 0}, "date-ut": "1828-03-19 03:19:20"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2388"}, "ids-in-sources": {"a4": "2388"}}, "raw": {"H": "3", "MN": "19", "TZ": "0", "COD": "77", "COU": "F", "DAY": "19", "LAT": "48N33", "LON": "2E40", "MON": "3", "NUM": "2388", "PRO": "M", "SEC": "20", "YEA": "1828", "CITY": "TOURNAN"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11141	boudet-edouard-1842-04-18	{"a4": "2389"}	{"lerrcp": "A4-2389"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Boudet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:01", "date": "1842-04-18 11:00", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 4.75469, "lat": 44.55468, "name": "Montélimar", "geoid": 2992703}, "notime": null, "date-ut": "1842-04-18 10:40:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Boudet"}, "birth": {"tzo": "+00:19:01", "date": "1842-04-18 11:00", "place": {"c2": "26", "cy": "FR", "lg": 4.75469, "lat": 44.55468, "name": "Montélimar", "geoid": 2992703}, "date-ut": "1842-04-18 10:40:24"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2389"}, "ids-in-sources": {"a4": "2389"}}, "raw": {"H": "10", "MN": "40", "TZ": "0", "COD": "26", "COU": "F", "DAY": "18", "LAT": "44N56", "LON": "4E54", "MON": "4", "NUM": "2389", "PRO": "M", "SEC": "24", "YEA": "1842", "CITY": "MONTELIMAR"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11142	boulart-charles-1843-08-10	{"a4": "2390"}	{"lerrcp": "A4-2390"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Boulart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:08", "date": "1843-08-10 07:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "notime": null, "date-ut": "1843-08-10 06:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Boulart"}, "birth": {"tzo": "+00:11:08", "date": "1843-08-10 07:00", "place": {"c2": "62", "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "date-ut": "1843-08-10 06:48:56"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2390"}, "ids-in-sources": {"a4": "2390"}}, "raw": {"H": "6", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "10", "LAT": "50N18", "LON": "2E46", "MON": "8", "NUM": "2390", "PRO": "M", "SEC": "56", "YEA": "1843", "CITY": "ARRAS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11143	boulu-jules-1826-10-18	{"a4": "2391"}	{"lerrcp": "A4-2391"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Boulu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1826-10-18 00:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1826-10-17 23:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Boulu"}, "birth": {"tzo": "+00:09:24", "date": "1826-10-18 00:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1826-10-17 23:50:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2391"}, "ids-in-sources": {"a4": "2391"}}, "raw": {"H": "23", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "17", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "2391", "PRO": "M", "SEC": "40", "YEA": "1826", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11144	bourdoncle-joseph-1838-10-30	{"a4": "2392"}	{"lerrcp": "A4-2392"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Bourdoncle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:35", "date": "1838-10-30 07:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.39706, "lat": 48.18869, "name": "Guémar", "geoid": 3014415}, "notime": null, "date-ut": "1838-10-30 06:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Bourdoncle"}, "birth": {"tzo": "+00:29:35", "date": "1838-10-30 07:00", "place": {"c2": "68", "cy": "FR", "lg": 7.39706, "lat": 48.18869, "name": "Guémar", "geoid": 3014415}, "date-ut": "1838-10-30 06:30:36"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2392"}, "ids-in-sources": {"a4": "2392"}}, "raw": {"H": "6", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "30", "LAT": "48N 5", "LON": "7E21", "MON": "10", "NUM": "2392", "PRO": "M", "SEC": "36", "YEA": "1838", "CITY": "GUEMAR"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11145	bourquin-victor-1847-12-05	{"a4": "2393"}	{"lerrcp": "A4-2393"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Bourquin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:26:53", "date": "1847-12-05 16:00", "note": null, "place": {"c1": null, "c2": "70", "c3": null, "cy": "FR", "lg": 6.72015, "lat": 47.64367, "name": "Chenebier", "geoid": 3025561}, "notime": null, "date-ut": "1847-12-05 15:35:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Bourquin"}, "birth": {"tzo": "+00:26:53", "date": "1847-12-05 16:00", "place": {"c2": "70", "cy": "FR", "lg": 6.72015, "lat": 47.64367, "name": "Chenebier", "geoid": 3025561}, "date-ut": "1847-12-05 15:35:24"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2393"}, "ids-in-sources": {"a4": "2393"}}, "raw": {"H": "15", "MN": "35", "TZ": "0", "COD": "70", "COU": "F", "DAY": "5", "LAT": "47N37", "LON": "6E 9", "MON": "12", "NUM": "2393", "PRO": "M", "SEC": "24", "YEA": "1847", "CITY": "CHENEBIER"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11146	bouzerand-jules-1844-11-02	{"a4": "2394"}	{"lerrcp": "A4-2394"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Bouzerand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1844-11-02 02:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1844-11-02 01:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Bouzerand"}, "birth": {"tzo": "+00:08:32", "date": "1844-11-02 02:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1844-11-02 01:51:28"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2394"}, "ids-in-sources": {"a4": "2394"}}, "raw": {"H": "1", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E 8", "MON": "11", "NUM": "2394", "PRO": "M", "SEC": "28", "YEA": "1844", "CITY": "VERSAILLES"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11147	boymond-arthur-1835-12-17	{"a4": "2395"}	{"lerrcp": "A4-2395"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Boymond", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1835-12-17 21:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1835-12-17 20:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Boymond"}, "birth": {"tzo": "+00:30:59", "date": "1835-12-17 21:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1835-12-17 20:29"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2395"}, "ids-in-sources": {"a4": "2395"}}, "raw": {"H": "20", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "17", "LAT": "48N35", "LON": "7E45", "MON": "12", "NUM": "2395", "PRO": "M", "SEC": "0", "YEA": "1835", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11148	brahaut-henri-1811-11-29	{"a4": "2396"}	{"lerrcp": "A4-2396"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Brahaut", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:30", "date": "1811-11-29 16:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 2.37681, "lat": 51.0344, "name": "Dunkerque", "geoid": 3020686}, "notime": null, "date-ut": "1811-11-29 15:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Brahaut"}, "birth": {"tzo": "+00:09:30", "date": "1811-11-29 16:00", "place": {"c2": "59", "cy": "FR", "lg": 2.37681, "lat": 51.0344, "name": "Dunkerque", "geoid": 3020686}, "date-ut": "1811-11-29 15:47:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2396"}, "ids-in-sources": {"a4": "2396"}}, "raw": {"H": "15", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "29", "LAT": "50N39", "LON": "3E 5", "MON": "11", "NUM": "2396", "PRO": "M", "SEC": "40", "YEA": "1811", "CITY": "DUNKERQUE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11149	breitel-aime-1841-11-14	{"a4": "2397"}	{"lerrcp": "A4-2397"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aimé", "family": "Breitel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01:22", "date": "1841-11-14 18:00", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "notime": null, "date-ut": "1841-11-14 17:58:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Aimé", "family": "Breitel"}, "birth": {"tzo": "+00:01:22", "date": "1841-11-14 18:00", "place": {"c2": "86", "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "date-ut": "1841-11-14 17:58:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2397"}, "ids-in-sources": {"a4": "2397"}}, "raw": {"H": "17", "MN": "58", "TZ": "0", "COD": "86", "COU": "F", "DAY": "14", "LAT": "46N35", "LON": "0E20", "MON": "11", "NUM": "2397", "PRO": "M", "SEC": "40", "YEA": "1841", "CITY": "POITIERS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11150	brisy-rene-1856-07-24	{"a4": "2398"}	{"lerrcp": "A4-2398"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Brisy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1856-07-24 03:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1856-07-24 02:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "René", "family": "Brisy"}, "birth": {"tzo": "+00:12:14", "date": "1856-07-24 03:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1856-07-24 02:47:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2398"}, "ids-in-sources": {"a4": "2398"}}, "raw": {"H": "2", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "24", "LAT": "50N39", "LON": "3E 5", "MON": "7", "NUM": "2398", "PRO": "M", "SEC": "40", "YEA": "1856", "CITY": "LILLE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11151	gauquelin-a4-2399-1848-08-04	{"a4": "2399"}	{"lerrcp": "A4-2399"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2399", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:14", "date": "1848-08-04 05:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1848-08-04 04:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2399"}, "birth": {"tzo": "+00:19:14", "date": "1848-08-04 05:00", "place": {"c2": "84", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1848-08-04 04:40:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2399"}, "ids-in-sources": {"a4": "2399"}}, "raw": {"H": "4", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "4", "LAT": "43N57", "LON": "4E50", "MON": "8", "NUM": "2399", "PRO": "M", "SEC": "40", "YEA": "1848", "CITY": "AVIGNON"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11152	gauquelin-a4-2400-1859-12-17	{"a4": "2400"}	{"lerrcp": "A4-2400"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2400", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:20", "date": "1859-12-17 02:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.33467, "lat": 43.61058, "name": "Colomiers", "geoid": 3024223}, "notime": null, "date-ut": "1859-12-17 01:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2400"}, "birth": {"tzo": "+00:05:20", "date": "1859-12-17 02:00", "place": {"c2": "31", "cy": "FR", "lg": 1.33467, "lat": 43.61058, "name": "Colomiers", "geoid": 3024223}, "date-ut": "1859-12-17 01:54:16"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2400"}, "ids-in-sources": {"a4": "2400"}}, "raw": {"H": "1", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "17", "LAT": "43N37", "LON": "1E26", "MON": "12", "NUM": "2400", "PRO": "M", "SEC": "16", "YEA": "1859", "CITY": "COLOMIERS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11153	brule-edouard-1838-08-04	{"a4": "2401"}	{"lerrcp": "A4-2401"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Brule", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:37", "date": "1838-08-04 06:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1838-08-04 05:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Brule"}, "birth": {"tzo": "+00:07:37", "date": "1838-08-04 06:00", "place": {"c2": "45", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1838-08-04 05:52:24"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2401"}, "ids-in-sources": {"a4": "2401"}}, "raw": {"H": "5", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "4", "LAT": "47N54", "LON": "1E54", "MON": "8", "NUM": "2401", "PRO": "M", "SEC": "24", "YEA": "1838", "CITY": "ORLEANS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11154	brunard-theobald-1838-12-15	{"a4": "2402"}	{"lerrcp": "A4-2402"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theobald", "family": "Brunard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12", "date": "1838-12-15 02:03:40", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 3, "lat": 49.58333, "name": "Noyon", "geoid": 2989877}, "notime": null, "date-ut": "1838-12-15 01:51:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Theobald", "family": "Brunard"}, "birth": {"tzo": "+00:12", "date": "1838-12-15 02:03:40", "place": {"c2": "60", "cy": "FR", "lg": 3, "lat": 49.58333, "name": "Noyon", "geoid": 2989877}, "date-ut": "1838-12-15 01:51:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2402"}, "ids-in-sources": {"a4": "2402"}}, "raw": {"H": "1", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "15", "LAT": "49N26", "LON": "2E 5", "MON": "12", "NUM": "2402", "PRO": "M", "SEC": "40", "YEA": "1838", "CITY": "NOYON"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11155	bruneau-clement-1865-02-18	{"a4": "2403"}	{"lerrcp": "A4-2403"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clément", "family": "Bruneau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:01", "date": "1865-02-18 20:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.50387, "lat": 50.37201, "name": "Anzin", "geoid": 3037397}, "notime": null, "date-ut": "1865-02-18 19:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Clément", "family": "Bruneau"}, "birth": {"tzo": "+00:14:01", "date": "1865-02-18 20:00", "place": {"c2": "59", "cy": "FR", "lg": 3.50387, "lat": 50.37201, "name": "Anzin", "geoid": 3037397}, "date-ut": "1865-02-18 19:47:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2403"}, "ids-in-sources": {"a4": "2403"}}, "raw": {"H": "19", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "18", "LAT": "50N39", "LON": "3E 5", "MON": "2", "NUM": "2403", "PRO": "M", "SEC": "40", "YEA": "1865", "CITY": "ANZIN"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11156	brunet-louis-1816-08-21	{"a4": "2404"}	{"lerrcp": "A4-2404"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Brunet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:17", "date": "1816-08-21 16:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.25175, "lat": 48.4515, "name": "Landerneau", "geoid": 3007874}, "notime": null, "date-ut": "1816-08-21 16:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Brunet"}, "birth": {"tzo": "-00:17", "date": "1816-08-21 16:00", "place": {"c2": "29", "cy": "FR", "lg": -4.25175, "lat": 48.4515, "name": "Landerneau", "geoid": 3007874}, "date-ut": "1816-08-21 16:16:24"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2404"}, "ids-in-sources": {"a4": "2404"}}, "raw": {"H": "16", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "21", "LAT": "48N 0", "LON": "4W 6", "MON": "8", "NUM": "2404", "PRO": "M", "SEC": "24", "YEA": "1816", "CITY": "LANDERNEAU"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11157	burrus-marie-1822-05-23	{"a4": "2405"}	{"lerrcp": "A4-2405"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Burrus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1822-05-23 05:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1822-05-23 04:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Burrus"}, "birth": {"tzo": "+00:30:59", "date": "1822-05-23 05:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1822-05-23 04:29"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2405"}, "ids-in-sources": {"a4": "2405"}}, "raw": {"H": "4", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "23", "LAT": "48N35", "LON": "7E45", "MON": "5", "NUM": "2405", "PRO": "M", "SEC": "0", "YEA": "1822", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11158	burthez-victor-1829-12-20	{"a4": "2406"}	{"lerrcp": "A4-2406"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Burthez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:34", "date": "1829-12-20 04:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.64003, "lat": 50.52965, "name": "Béthune", "geoid": 3033002}, "notime": null, "date-ut": "1829-12-20 03:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Burthez"}, "birth": {"tzo": "+00:10:34", "date": "1829-12-20 04:00", "place": {"c2": "62", "cy": "FR", "lg": 2.64003, "lat": 50.52965, "name": "Béthune", "geoid": 3033002}, "date-ut": "1829-12-20 03:48:56"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2406"}, "ids-in-sources": {"a4": "2406"}}, "raw": {"H": "3", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "20", "LAT": "50N18", "LON": "2E46", "MON": "12", "NUM": "2406", "PRO": "M", "SEC": "56", "YEA": "1829", "CITY": "BETHUNE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11159	canus-etienne-1827-02-01	{"a4": "2407"}	{"lerrcp": "A4-2407"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Canus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:12", "date": "1827-02-01 02:00", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.04917, "lat": 48.0866, "name": "Darney", "geoid": 3021716}, "notime": null, "date-ut": "1827-02-01 01:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Canus"}, "birth": {"tzo": "+00:24:12", "date": "1827-02-01 02:00", "place": {"c2": "88", "cy": "FR", "lg": 6.04917, "lat": 48.0866, "name": "Darney", "geoid": 3021716}, "date-ut": "1827-02-01 01:34:08"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2407"}, "ids-in-sources": {"a4": "2407"}}, "raw": {"H": "1", "MN": "34", "TZ": "0", "COD": "88", "COU": "F", "DAY": "1", "LAT": "48N10", "LON": "6E28", "MON": "2", "NUM": "2407", "PRO": "M", "SEC": "8", "YEA": "1827", "CITY": "DARNEY"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11160	cappe-paul-1868-06-28	{"a4": "2408"}	{"lerrcp": "A4-2408"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Cappe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:04", "date": "1868-06-28 23:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1868-06-28 22:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Cappe"}, "birth": {"tzo": "+00:24:04", "date": "1868-06-28 23:00", "place": {"c2": "25", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1868-06-28 22:35:52"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2408"}, "ids-in-sources": {"a4": "2408"}}, "raw": {"H": "22", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "28", "LAT": "47N15", "LON": "6E 2", "MON": "6", "NUM": "2408", "PRO": "M", "SEC": "52", "YEA": "1868", "CITY": "BESANCON"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11161	carboni-blaise-1849-01-01	{"a4": "2409"}	{"lerrcp": "A4-2409"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Blaise", "family": "Carboni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:35", "date": "1849-01-01 22:00", "note": null, "place": {"c1": null, "c2": "20", "c3": null, "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Ajaccio", "geoid": 0}, "notime": null, "date-ut": "1849-01-01 21:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Blaise", "family": "Carboni"}, "birth": {"tzo": "+00:35", "date": "1849-01-01 22:00", "place": {"c2": "20", "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Ajaccio", "geoid": 0}, "date-ut": "1849-01-01 21:25"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2409"}, "ids-in-sources": {"a4": "2409"}}, "raw": {"H": "21", "MN": "25", "TZ": "0", "COD": "20", "COU": "F", "DAY": "1", "LAT": "41N55", "LON": "8E45", "MON": "1", "NUM": "2409", "PRO": "M", "SEC": "0", "YEA": "1849", "CITY": "AJACCIO"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11162	carro-emmanuel-1829-05-11	{"a4": "2410"}	{"lerrcp": "A4-2410"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emmanuel", "family": "Carro", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:03", "date": "1829-05-11 01:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 5.76192, "lat": 49.5217, "name": "Longwy", "geoid": 2997638}, "notime": null, "date-ut": "1829-05-11 00:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Emmanuel", "family": "Carro"}, "birth": {"tzo": "+00:23:03", "date": "1829-05-11 01:00", "place": {"c2": "54", "cy": "FR", "lg": 5.76192, "lat": 49.5217, "name": "Longwy", "geoid": 2997638}, "date-ut": "1829-05-11 00:35:12"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2410"}, "ids-in-sources": {"a4": "2410"}}, "raw": {"H": "0", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "11", "LAT": "48N42", "LON": "6E12", "MON": "5", "NUM": "2410", "PRO": "M", "SEC": "12", "YEA": "1829", "CITY": "LONGWY"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11163	certain-pierre-1834-04-04	{"a4": "2411"}	{"lerrcp": "A4-2411"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Certain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:49", "date": "1834-04-04 04:00", "note": null, "place": {"c1": null, "c2": "46", "c3": null, "cy": "FR", "lg": 1.70327, "lat": 44.95312, "name": "Vayrac", "geoid": 2970288}, "notime": null, "date-ut": "1834-04-04 03:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Certain"}, "birth": {"tzo": "+00:06:49", "date": "1834-04-04 04:00", "place": {"c2": "46", "cy": "FR", "lg": 1.70327, "lat": 44.95312, "name": "Vayrac", "geoid": 2970288}, "date-ut": "1834-04-04 03:54:16"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2411"}, "ids-in-sources": {"a4": "2411"}}, "raw": {"H": "3", "MN": "54", "TZ": "0", "COD": "46", "COU": "F", "DAY": "4", "LAT": "44N27", "LON": "1E26", "MON": "4", "NUM": "2411", "PRO": "M", "SEC": "16", "YEA": "1834", "CITY": "VAYRAC"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11164	chabert-jean-1839-04-28	{"a4": "2412"}	{"lerrcp": "A4-2412"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Chabert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:36", "date": "1839-04-28 15:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.89819, "lat": 44.04022, "name": "Bédarrides", "geoid": 3033912}, "notime": null, "date-ut": "1839-04-28 14:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Chabert"}, "birth": {"tzo": "+00:19:36", "date": "1839-04-28 15:00", "place": {"c2": "84", "cy": "FR", "lg": 4.89819, "lat": 44.04022, "name": "Bédarrides", "geoid": 3033912}, "date-ut": "1839-04-28 14:40:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2412"}, "ids-in-sources": {"a4": "2412"}}, "raw": {"H": "14", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "28", "LAT": "43N57", "LON": "4E50", "MON": "4", "NUM": "2412", "PRO": "M", "SEC": "40", "YEA": "1839", "CITY": "BEDARRIDES"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11165	chambon-charles-1835-08-15	{"a4": "2413"}	{"lerrcp": "A4-2413"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Chambon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:38", "date": "1835-08-15 07:00", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "notime": null, "date-ut": "1835-08-15 06:40:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Chambon"}, "birth": {"tzo": "+00:19:38", "date": "1835-08-15 07:00", "place": {"c2": "26", "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "date-ut": "1835-08-15 06:40:24"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2413"}, "ids-in-sources": {"a4": "2413"}}, "raw": {"H": "6", "MN": "40", "TZ": "0", "COD": "26", "COU": "F", "DAY": "15", "LAT": "44N56", "LON": "4E54", "MON": "8", "NUM": "2413", "PRO": "M", "SEC": "24", "YEA": "1835", "CITY": "VALENCE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11166	chambry-marie-1835-02-02	{"a4": "2414"}	{"lerrcp": "A4-2414"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Chambry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:38", "date": "1835-02-02 13:00", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "notime": null, "date-ut": "1835-02-02 12:40:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Chambry"}, "birth": {"tzo": "+00:19:38", "date": "1835-02-02 13:00", "place": {"c2": "26", "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "date-ut": "1835-02-02 12:40:24"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2414"}, "ids-in-sources": {"a4": "2414"}}, "raw": {"H": "12", "MN": "40", "TZ": "0", "COD": "26", "COU": "F", "DAY": "2", "LAT": "44N56", "LON": "4E54", "MON": "2", "NUM": "2414", "PRO": "M", "SEC": "24", "YEA": "1835", "CITY": "VALENCE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11167	chape-henri-1839-08-25	{"a4": "2415"}	{"lerrcp": "A4-2415"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Chape", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1839-08-25 17:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1839-08-25 16:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Chape"}, "birth": {"tzo": "+00:19:23", "date": "1839-08-25 17:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1839-08-25 16:40:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2415"}, "ids-in-sources": {"a4": "2415"}}, "raw": {"H": "16", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "25", "LAT": "45N46", "LON": "4E50", "MON": "8", "NUM": "2415", "PRO": "M", "SEC": "40", "YEA": "1839", "CITY": "LYON"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11168	charlier-jean-1844-12-19	{"a4": "2416"}	{"lerrcp": "A4-2416"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Charlier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:56", "date": "1844-12-19 09:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Montrouge", "geoid": 0}, "notime": null, "date-ut": "1844-12-19 08:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Charlier"}, "birth": {"tzo": "+00:09:56", "date": "1844-12-19 09:00", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Montrouge", "geoid": 0}, "date-ut": "1844-12-19 08:50:04"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2416"}, "ids-in-sources": {"a4": "2416"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "19", "LAT": "48N47", "LON": "2E29", "MON": "12", "NUM": "2416", "PRO": "M", "SEC": "4", "YEA": "1844", "CITY": "MONTROUGE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11169	chatteleyn-desire-1827-11-24	{"a4": "2417"}	{"lerrcp": "A4-2417"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Désiré", "family": "Chatteleyn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:57", "date": "1827-11-24 01:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 2.73594, "lat": 50.73592, "name": "Bailleul", "geoid": 3035359}, "notime": null, "date-ut": "1827-11-24 00:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Désiré", "family": "Chatteleyn"}, "birth": {"tzo": "+00:10:57", "date": "1827-11-24 01:00", "place": {"c2": "59", "cy": "FR", "lg": 2.73594, "lat": 50.73592, "name": "Bailleul", "geoid": 3035359}, "date-ut": "1827-11-24 00:47:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2417"}, "ids-in-sources": {"a4": "2417"}}, "raw": {"H": "0", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "24", "LAT": "50N39", "LON": "3E 5", "MON": "11", "NUM": "2417", "PRO": "M", "SEC": "40", "YEA": "1827", "CITY": "BAILLEUL"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11170	chavanne-jean-1847-06-13	{"a4": "2418"}	{"lerrcp": "A4-2418"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Chavanne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:05", "date": "1847-06-13 17:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.76878, "lat": 45.59063, "name": "Givors", "geoid": 3015902}, "notime": null, "date-ut": "1847-06-13 16:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Chavanne"}, "birth": {"tzo": "+00:19:05", "date": "1847-06-13 17:00", "place": {"c2": "69", "cy": "FR", "lg": 4.76878, "lat": 45.59063, "name": "Givors", "geoid": 3015902}, "date-ut": "1847-06-13 16:40:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2418"}, "ids-in-sources": {"a4": "2418"}}, "raw": {"H": "16", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "13", "LAT": "45N46", "LON": "4E50", "MON": "6", "NUM": "2418", "PRO": "M", "SEC": "40", "YEA": "1847", "CITY": "GIVORS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11171	chavassieux-maximin-1830-05-29	{"a4": "2419"}	{"lerrcp": "A4-2419"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maximin", "family": "Chavassieux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:13", "date": "1830-05-29 15:00", "note": null, "place": {"c1": null, "c2": "40", "c3": null, "cy": "FR", "lg": -1.05366, "lat": 43.71032, "name": "Dax", "geoid": 3021670}, "notime": null, "date-ut": "1830-05-29 15:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Maximin", "family": "Chavassieux"}, "birth": {"tzo": "-00:04:13", "date": "1830-05-29 15:00", "place": {"c2": "40", "cy": "FR", "lg": -1.05366, "lat": 43.71032, "name": "Dax", "geoid": 3021670}, "date-ut": "1830-05-29 15:02"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2419"}, "ids-in-sources": {"a4": "2419"}}, "raw": {"H": "15", "MN": "2", "TZ": "0", "COD": "40", "COU": "F", "DAY": "29", "LAT": "43N54", "LON": "0W30", "MON": "5", "NUM": "2419", "PRO": "M", "SEC": "0", "YEA": "1830", "CITY": "DAX"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11172	chiraux-pierre-1838-05-20	{"a4": "2420"}	{"lerrcp": "A4-2420"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Chiraux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:39", "date": "1838-05-20 14:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.91133, "lat": 49.75888, "name": "Nesle", "geoid": 2990741}, "notime": null, "date-ut": "1838-05-20 13:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Chiraux"}, "birth": {"tzo": "+00:11:39", "date": "1838-05-20 14:00", "place": {"c2": "80", "cy": "FR", "lg": 2.91133, "lat": 49.75888, "name": "Nesle", "geoid": 2990741}, "date-ut": "1838-05-20 13:50:48"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2420"}, "ids-in-sources": {"a4": "2420"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "20", "LAT": "49N54", "LON": "2E18", "MON": "5", "NUM": "2420", "PRO": "M", "SEC": "48", "YEA": "1838", "CITY": "NESLE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11173	chiron-xavier-1846-01-29	{"a4": "2421"}	{"lerrcp": "A4-2421"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Xavier", "family": "Chiron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:20", "date": "1846-01-29 18:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 43.95, "name": "Thor", "geoid": 0}, "notime": null, "date-ut": "1846-01-29 17:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Xavier", "family": "Chiron"}, "birth": {"tzo": "+00:19:20", "date": "1846-01-29 18:00", "place": {"c2": "84", "cy": "FR", "lg": 4.83333, "lat": 43.95, "name": "Thor", "geoid": 0}, "date-ut": "1846-01-29 17:40:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2421"}, "ids-in-sources": {"a4": "2421"}}, "raw": {"H": "17", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "29", "LAT": "43N57", "LON": "4E50", "MON": "1", "NUM": "2421", "PRO": "M", "SEC": "40", "YEA": "1846", "CITY": "THOR"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11174	gauquelin-a4-2422-1844-07-07	{"a4": "2422"}	{"lerrcp": "A4-2422"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2422", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:25", "date": "1844-07-07 01:00", "note": null, "place": {"c1": null, "c2": "82", "c3": null, "cy": "FR", "lg": 1.3542, "lat": 44.01759, "name": "Montauban", "geoid": 2993002}, "notime": null, "date-ut": "1844-07-07 00:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2422"}, "birth": {"tzo": "+00:05:25", "date": "1844-07-07 01:00", "place": {"c2": "82", "cy": "FR", "lg": 1.3542, "lat": 44.01759, "name": "Montauban", "geoid": 2993002}, "date-ut": "1844-07-07 00:54:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2422"}, "ids-in-sources": {"a4": "2422"}}, "raw": {"H": "0", "MN": "54", "TZ": "0", "COD": "82", "COU": "F", "DAY": "7", "LAT": "44N 1", "LON": "1E20", "MON": "7", "NUM": "2422", "PRO": "M", "SEC": "40", "YEA": "1844", "CITY": "MONTAUBAN"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11175	clerc-jules-1862-05-03	{"a4": "2423"}	{"lerrcp": "A4-2423"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Clerc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1862-05-03 17:30", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1862-05-03 17:10:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Clerc"}, "birth": {"tzo": "+00:19:23", "date": "1862-05-03 17:30", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1862-05-03 17:10:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2423"}, "ids-in-sources": {"a4": "2423"}}, "raw": {"H": "17", "MN": "10", "TZ": "0", "COD": "69", "COU": "F", "DAY": "3", "LAT": "45N46", "LON": "4E50", "MON": "5", "NUM": "2423", "PRO": "M", "SEC": "40", "YEA": "1862", "CITY": "LYON"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11176	clerisse-emile-1856-03-20	{"a4": "2424"}	{"lerrcp": "A4-2424"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Clerisse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:22", "date": "1856-03-20 20:30", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.34016, "lat": 49.16104, "name": "Gaillon", "geoid": 3016807}, "notime": null, "date-ut": "1856-03-20 20:25:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Clerisse"}, "birth": {"tzo": "+00:05:22", "date": "1856-03-20 20:30", "place": {"c2": "27", "cy": "FR", "lg": 1.34016, "lat": 49.16104, "name": "Gaillon", "geoid": 3016807}, "date-ut": "1856-03-20 20:25:16"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2424"}, "ids-in-sources": {"a4": "2424"}}, "raw": {"H": "20", "MN": "25", "TZ": "0", "COD": "27", "COU": "F", "DAY": "20", "LAT": "49N 1", "LON": "1E11", "MON": "3", "NUM": "2424", "PRO": "M", "SEC": "16", "YEA": "1856", "CITY": "GAILLON"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11177	gauquelin-a4-2425-1801-01-22	{"a4": "2425"}	{"lerrcp": "A4-2425"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2425", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1801-01-22 23:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1801-01-22 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2425"}, "birth": {"tzo": "+00:09:24", "date": "1801-01-22 23:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1801-01-22 22:50:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2425"}, "ids-in-sources": {"a4": "2425"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "22", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "2425", "PRO": "M", "SEC": "40", "YEA": "1801", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11178	conty-hippolyte-1819-02-26	{"a4": "2426"}	{"lerrcp": "A4-2426"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hippolyte", "family": "Conty", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:52", "date": "1819-02-26 09:00", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "Poitiers", "geoid": 0}, "notime": null, "date-ut": "1819-02-26 08:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Hippolyte", "family": "Conty"}, "birth": {"tzo": "+00:25:52", "date": "1819-02-26 09:00", "place": {"c2": "88", "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "Poitiers", "geoid": 0}, "date-ut": "1819-02-26 08:34:08"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2426"}, "ids-in-sources": {"a4": "2426"}}, "raw": {"H": "8", "MN": "34", "TZ": "0", "COD": "88", "COU": "F", "DAY": "26", "LAT": "48N10", "LON": "6E28", "MON": "2", "NUM": "2426", "PRO": "M", "SEC": "8", "YEA": "1819", "CITY": "POITIERS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11179	cornu-paul-1864-06-19	{"a4": "2427"}	{"lerrcp": "A4-2427"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Cornu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:19", "date": "1864-06-19 16:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "notime": null, "date-ut": "1864-06-19 15:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Cornu"}, "birth": {"tzo": "+00:12:19", "date": "1864-06-19 16:00", "place": {"c2": "59", "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "date-ut": "1864-06-19 15:47:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2427"}, "ids-in-sources": {"a4": "2427"}}, "raw": {"H": "15", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "19", "LAT": "50N39", "LON": "3E 5", "MON": "6", "NUM": "2427", "PRO": "M", "SEC": "40", "YEA": "1864", "CITY": "DOUAI"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11180	couppas-vergne-1863-01-05	{"a4": "2428"}	{"lerrcp": "A4-2428"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vergne", "family": "Couppas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:40", "date": "1863-01-05 09:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Stmartinlebeau", "geoid": 0}, "notime": null, "date-ut": "1863-01-05 09:06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Vergne", "family": "Couppas"}, "birth": {"tzo": "-00:06:40", "date": "1863-01-05 09:00", "place": {"c2": "35", "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Stmartinlebeau", "geoid": 0}, "date-ut": "1863-01-05 09:06:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2428"}, "ids-in-sources": {"a4": "2428"}}, "raw": {"H": "9", "MN": "6", "TZ": "0", "COD": "35", "COU": "F", "DAY": "5", "LAT": "48N 7", "LON": "1W40", "MON": "1", "NUM": "2428", "PRO": "M", "SEC": "40", "YEA": "1863", "CITY": "STMARTINLEBEAU"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11181	courrouy-francois-1862-12-04	{"a4": "2429"}	{"lerrcp": "A4-2429"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Courrouy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:54", "date": "1862-12-04 02:25:34", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "notime": null, "date-ut": "1862-12-04 02:31:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "François", "family": "Courrouy"}, "birth": {"tzo": "-00:05:54", "date": "1862-12-04 02:25:34", "place": {"c2": "64", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "date-ut": "1862-12-04 02:31:28"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2429"}, "ids-in-sources": {"a4": "2429"}}, "raw": {"H": "2", "MN": "31", "TZ": "0", "COD": "64", "COU": "F", "DAY": "4", "LAT": "43N18", "LON": "0W22", "MON": "12", "NUM": "2429", "PRO": "M", "SEC": "28", "YEA": "1862", "CITY": "BAYONNE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11182	courtin-florimond-1843-10-27	{"a4": "2430"}	{"lerrcp": "A4-2430"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Florimond", "family": "Courtin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:09", "date": "1843-10-27 11:30", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.0382, "lat": 50.37349, "name": "Hesdin", "geoid": 3013365}, "notime": null, "date-ut": "1843-10-27 11:18:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Florimond", "family": "Courtin"}, "birth": {"tzo": "+00:08:09", "date": "1843-10-27 11:30", "place": {"c2": "62", "cy": "FR", "lg": 2.0382, "lat": 50.37349, "name": "Hesdin", "geoid": 3013365}, "date-ut": "1843-10-27 11:18:56"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2430"}, "ids-in-sources": {"a4": "2430"}}, "raw": {"H": "11", "MN": "18", "TZ": "0", "COD": "62", "COU": "F", "DAY": "27", "LAT": "50N18", "LON": "2E46", "MON": "10", "NUM": "2430", "PRO": "M", "SEC": "56", "YEA": "1843", "CITY": "HESDIN"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11183	coyaux-charles-1870-05-25	{"a4": "2431"}	{"lerrcp": "A4-2431"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Coyaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:19", "date": "1870-05-25 22:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "notime": null, "date-ut": "1870-05-25 21:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Coyaux"}, "birth": {"tzo": "+00:12:19", "date": "1870-05-25 22:00", "place": {"c2": "59", "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "date-ut": "1870-05-25 21:47:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2431"}, "ids-in-sources": {"a4": "2431"}}, "raw": {"H": "21", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "25", "LAT": "50N39", "LON": "3E 5", "MON": "5", "NUM": "2431", "PRO": "M", "SEC": "40", "YEA": "1870", "CITY": "DOUAI"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11184	crousez-alphonse-1846-01-16	{"a4": "2432"}	{"lerrcp": "A4-2432"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Crousez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:22", "date": "1846-01-16 02:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.09333, "lat": 50.43466, "name": "Raimbeaucourt", "geoid": 2984548}, "notime": null, "date-ut": "1846-01-16 01:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Crousez"}, "birth": {"tzo": "+00:12:22", "date": "1846-01-16 02:00", "place": {"c2": "59", "cy": "FR", "lg": 3.09333, "lat": 50.43466, "name": "Raimbeaucourt", "geoid": 2984548}, "date-ut": "1846-01-16 01:47:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2432"}, "ids-in-sources": {"a4": "2432"}}, "raw": {"H": "1", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "16", "LAT": "50N39", "LON": "3E 5", "MON": "1", "NUM": "2432", "PRO": "M", "SEC": "40", "YEA": "1846", "CITY": "RAIMBEAUCOURT"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11185	dagard-marius-1843-02-01	{"a4": "2433"}	{"lerrcp": "A4-2433"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marius", "family": "Dagard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:51", "date": "1843-02-01 19:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 5.46356, "lat": 43.73771, "name": "Ansouis", "geoid": 3037482}, "notime": null, "date-ut": "1843-02-01 18:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Marius", "family": "Dagard"}, "birth": {"tzo": "+00:21:51", "date": "1843-02-01 19:00", "place": {"c2": "84", "cy": "FR", "lg": 5.46356, "lat": 43.73771, "name": "Ansouis", "geoid": 3037482}, "date-ut": "1843-02-01 18:40:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2433"}, "ids-in-sources": {"a4": "2433"}}, "raw": {"H": "18", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "1", "LAT": "43N57", "LON": "4E50", "MON": "2", "NUM": "2433", "PRO": "M", "SEC": "40", "YEA": "1843", "CITY": "ANSOUIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11186	dain-alphonse-1836-02-16	{"a4": "2434"}	{"lerrcp": "A4-2434"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Dain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12", "date": "1836-02-16 19:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 3.00141, "lat": 43.18396, "name": "Narbonne", "geoid": 2990919}, "notime": null, "date-ut": "1836-02-16 18:50:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Dain"}, "birth": {"tzo": "+00:12", "date": "1836-02-16 19:00", "place": {"c2": "11", "cy": "FR", "lg": 3.00141, "lat": 43.18396, "name": "Narbonne", "geoid": 2990919}, "date-ut": "1836-02-16 18:50:36"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2434"}, "ids-in-sources": {"a4": "2434"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "16", "LAT": "43N12", "LON": "2E21", "MON": "2", "NUM": "2434", "PRO": "M", "SEC": "36", "YEA": "1836", "CITY": "NARBONNE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11187	daix-napoleon-1846-08-15	{"a4": "2435"}	{"lerrcp": "A4-2435"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Napoleon", "family": "Daix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:03:52", "date": "1846-08-15 01:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -0.96774, "lat": 45.94304, "name": "Rochefort", "geoid": 2983276}, "notime": null, "date-ut": "1846-08-15 01:04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Napoleon", "family": "Daix"}, "birth": {"tzo": "-00:03:52", "date": "1846-08-15 01:00", "place": {"c2": "17", "cy": "FR", "lg": -0.96774, "lat": 45.94304, "name": "Rochefort", "geoid": 2983276}, "date-ut": "1846-08-15 01:04:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2435"}, "ids-in-sources": {"a4": "2435"}}, "raw": {"H": "1", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "15", "LAT": "46N 9", "LON": "1W10", "MON": "8", "NUM": "2435", "PRO": "M", "SEC": "40", "YEA": "1846", "CITY": "ROCHEFORT"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11188	dapremont-nicaise-1835-08-17	{"a4": "2436"}	{"lerrcp": "A4-2436"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicaise", "family": "Dapremont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:19", "date": "1835-08-17 15:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.57803, "lat": 49.47846, "name": "Attigny", "geoid": 3036444}, "notime": null, "date-ut": "1835-08-17 14:41:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Nicaise", "family": "Dapremont"}, "birth": {"tzo": "+00:18:19", "date": "1835-08-17 15:00", "place": {"c2": "08", "cy": "FR", "lg": 4.57803, "lat": 49.47846, "name": "Attigny", "geoid": 3036444}, "date-ut": "1835-08-17 14:41:04"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2436"}, "ids-in-sources": {"a4": "2436"}}, "raw": {"H": "14", "MN": "41", "TZ": "0", "COD": "08", "COU": "F", "DAY": "17", "LAT": "49N46", "LON": "4E44", "MON": "8", "NUM": "2436", "PRO": "M", "SEC": "4", "YEA": "1835", "CITY": "ATTIGNY"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11189	dauger-francois-1825-08-11	{"a4": "2437"}	{"lerrcp": "A4-2437"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Dauger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1825-08-11 22:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1825-08-11 21:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "François", "family": "Dauger"}, "birth": {"tzo": "+00:09:24", "date": "1825-08-11 22:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1825-08-11 21:50:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2437"}, "ids-in-sources": {"a4": "2437"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "11", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "2437", "PRO": "M", "SEC": "40", "YEA": "1825", "CITY": "PARIS"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11190	daynes-barthelemy-1833-04-09	{"a4": "2438"}	{"lerrcp": "A4-2438"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Barthelemy", "family": "Daynes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:25", "date": "1833-04-09 11:00", "note": null, "place": {"c1": null, "c2": "82", "c3": null, "cy": "FR", "lg": 1.3542, "lat": 44.01759, "name": "Montauban", "geoid": 2993002}, "notime": null, "date-ut": "1833-04-09 10:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Barthelemy", "family": "Daynes"}, "birth": {"tzo": "+00:05:25", "date": "1833-04-09 11:00", "place": {"c2": "82", "cy": "FR", "lg": 1.3542, "lat": 44.01759, "name": "Montauban", "geoid": 2993002}, "date-ut": "1833-04-09 10:54:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2438"}, "ids-in-sources": {"a4": "2438"}}, "raw": {"H": "10", "MN": "54", "TZ": "0", "COD": "82", "COU": "F", "DAY": "9", "LAT": "44N 1", "LON": "1E20", "MON": "4", "NUM": "2438", "PRO": "M", "SEC": "40", "YEA": "1833", "CITY": "MONTAUBAN"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11191	deblauwe-ernest-1856-02-09	{"a4": "2439"}	{"lerrcp": "A4-2439"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Deblauwe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1856-02-09 04:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1856-02-09 03:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Deblauwe"}, "birth": {"tzo": "+00:12:14", "date": "1856-02-09 04:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1856-02-09 03:47:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2439"}, "ids-in-sources": {"a4": "2439"}}, "raw": {"H": "3", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "9", "LAT": "50N39", "LON": "3E 5", "MON": "2", "NUM": "2439", "PRO": "M", "SEC": "40", "YEA": "1856", "CITY": "LILLE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11192	decalonne-jean-1838-11-17	{"a4": "2440"}	{"lerrcp": "A4-2440"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Decalonne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1838-11-17 01:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1838-11-17 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Decalonne"}, "birth": {"tzo": "+00:09:24", "date": "1838-11-17 01:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1838-11-17 00:50:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2440"}, "ids-in-sources": {"a4": "2440"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "17", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "2440", "PRO": "M", "SEC": "40", "YEA": "1838", "CITY": "PARIS"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11193	defossez-desire-1859-03-05	{"a4": "2441"}	{"lerrcp": "A4-2441"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Désiré", "family": "Defossez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:06", "date": "1859-03-05 03:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.52612, "lat": 50.47287, "name": "Hergnies", "geoid": 3013459}, "notime": null, "date-ut": "1859-03-05 02:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Désiré", "family": "Defossez"}, "birth": {"tzo": "+00:14:06", "date": "1859-03-05 03:00", "place": {"c2": "59", "cy": "FR", "lg": 3.52612, "lat": 50.47287, "name": "Hergnies", "geoid": 3013459}, "date-ut": "1859-03-05 02:47:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2441"}, "ids-in-sources": {"a4": "2441"}}, "raw": {"H": "2", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "5", "LAT": "50N39", "LON": "3E 5", "MON": "3", "NUM": "2441", "PRO": "M", "SEC": "40", "YEA": "1859", "CITY": "HERGNIES"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11194	degreige-alphonse-1846-08-17	{"a4": "2442"}	{"lerrcp": "A4-2442"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Degreige", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1846-08-17 00:30", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Stgermainenlave", "geoid": 0}, "notime": null, "date-ut": "1846-08-17 00:21:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Degreige"}, "birth": {"tzo": "+00:08:32", "date": "1846-08-17 00:30", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Stgermainenlave", "geoid": 0}, "date-ut": "1846-08-17 00:21:28"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2442"}, "ids-in-sources": {"a4": "2442"}}, "raw": {"H": "0", "MN": "21", "TZ": "0", "COD": "78", "COU": "F", "DAY": "17", "LAT": "48N50", "LON": "2E 8", "MON": "8", "NUM": "2442", "PRO": "M", "SEC": "28", "YEA": "1846", "CITY": "STGERMAINENLAVE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11195	delarroqua-leon-1841-04-05	{"a4": "2443"}	{"lerrcp": "A4-2443"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Delarroqua", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:44", "date": "1841-04-05 08:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 2.43242, "lat": 50.96882, "name": "Bergues", "geoid": 3033363}, "notime": null, "date-ut": "1841-04-05 07:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Delarroqua"}, "birth": {"tzo": "+00:09:44", "date": "1841-04-05 08:00", "place": {"c2": "59", "cy": "FR", "lg": 2.43242, "lat": 50.96882, "name": "Bergues", "geoid": 3033363}, "date-ut": "1841-04-05 07:47:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2443"}, "ids-in-sources": {"a4": "2443"}}, "raw": {"H": "7", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "5", "LAT": "50N39", "LON": "3E 5", "MON": "4", "NUM": "2443", "PRO": "M", "SEC": "40", "YEA": "1841", "CITY": "BERGUES"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11196	delattre-charles-ii-1843-10-31	{"a4": "2444"}	{"lerrcp": "A4-2444"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Delattre Charles II", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:29", "date": "1843-10-31 13:56:25", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 1.87025, "lat": 50.86708, "name": "Guînes", "geoid": 3014224}, "notime": null, "date-ut": "1843-10-31 13:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "", "family": "Delattre Charles II"}, "birth": {"tzo": "+00:07:29", "date": "1843-10-31 13:56:25", "place": {"c2": "62", "cy": "FR", "lg": 1.87025, "lat": 50.86708, "name": "Guînes", "geoid": 3014224}, "date-ut": "1843-10-31 13:48:56"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2444"}, "ids-in-sources": {"a4": "2444"}}, "raw": {"H": "13", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "31", "LAT": "50N18", "LON": "2E46", "MON": "10", "NUM": "2444", "PRO": "M", "SEC": "56", "YEA": "1843", "CITY": "GUINES"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11197	deliance-louis-1871-04-15	{"a4": "2445"}	{"lerrcp": "A4-2445"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Deliance", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:12", "date": "1871-04-15 16:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.04952, "lat": 48.92902, "name": "Poissy", "geoid": 2986501}, "notime": null, "date-ut": "1871-04-15 15:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Deliance"}, "birth": {"tzo": "+00:08:12", "date": "1871-04-15 16:00", "place": {"c2": "78", "cy": "FR", "lg": 2.04952, "lat": 48.92902, "name": "Poissy", "geoid": 2986501}, "date-ut": "1871-04-15 15:51:28"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2445"}, "ids-in-sources": {"a4": "2445"}}, "raw": {"H": "15", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "15", "LAT": "48N50", "LON": "2E 8", "MON": "4", "NUM": "2445", "PRO": "M", "SEC": "28", "YEA": "1871", "CITY": "POISSY"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11198	demarquette-cyrille-1837-04-01	{"a4": "2446"}	{"lerrcp": "A4-2446"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cyrille", "family": "Demarquette", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:59", "date": "1837-04-01 05:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.99376, "lat": 50.46331, "name": "Oignies", "geoid": 2989680}, "notime": null, "date-ut": "1837-04-01 04:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Cyrille", "family": "Demarquette"}, "birth": {"tzo": "+00:11:59", "date": "1837-04-01 05:00", "place": {"c2": "62", "cy": "FR", "lg": 2.99376, "lat": 50.46331, "name": "Oignies", "geoid": 2989680}, "date-ut": "1837-04-01 04:48:56"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2446"}, "ids-in-sources": {"a4": "2446"}}, "raw": {"H": "4", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "1", "LAT": "50N18", "LON": "2E46", "MON": "4", "NUM": "2446", "PRO": "M", "SEC": "56", "YEA": "1837", "CITY": "OIGNIES"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11199	denery-simon-1828-01-26	{"a4": "2447"}	{"lerrcp": "A4-2447"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Simon", "family": "Denery", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1828-01-26 03:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1828-01-26 02:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Simon", "family": "Denery"}, "birth": {"tzo": "+00:30:59", "date": "1828-01-26 03:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1828-01-26 02:29"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2447"}, "ids-in-sources": {"a4": "2447"}}, "raw": {"H": "2", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "26", "LAT": "48N35", "LON": "7E45", "MON": "1", "NUM": "2447", "PRO": "M", "SEC": "0", "YEA": "1828", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11200	denizot-pierre-1845-06-21	{"a4": "2448"}	{"lerrcp": "A4-2448"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Denizot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:20", "date": "1845-06-21 15:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 46.3, "name": "Stmartinengatin", "geoid": 0}, "notime": null, "date-ut": "1845-06-21 14:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Denizot"}, "birth": {"tzo": "+00:19:20", "date": "1845-06-21 15:00", "place": {"c2": "71", "cy": "FR", "lg": 4.83333, "lat": 46.3, "name": "Stmartinengatin", "geoid": 0}, "date-ut": "1845-06-21 14:40:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2448"}, "ids-in-sources": {"a4": "2448"}}, "raw": {"H": "14", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "21", "LAT": "46N18", "LON": "4E50", "MON": "6", "NUM": "2448", "PRO": "M", "SEC": "40", "YEA": "1845", "CITY": "STMARTINENGATIN"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11201	denni-philippe-1844-07-16	{"a4": "2449"}	{"lerrcp": "A4-2449"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Denni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:20", "date": "1844-07-16 21:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Cherbourg", "geoid": 0}, "notime": null, "date-ut": "1844-07-16 21:04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Denni"}, "birth": {"tzo": "-00:04:20", "date": "1844-07-16 21:00", "place": {"c2": "50", "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Cherbourg", "geoid": 0}, "date-ut": "1844-07-16 21:04:20"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2449"}, "ids-in-sources": {"a4": "2449"}}, "raw": {"H": "21", "MN": "4", "TZ": "0", "COD": "50", "COU": "F", "DAY": "16", "LAT": "49N 7", "LON": "1W 5", "MON": "7", "NUM": "2449", "PRO": "M", "SEC": "20", "YEA": "1844", "CITY": "CHERBOURG"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11202	denoits-victorin-1841-11-26	{"a4": "2450"}	{"lerrcp": "A4-2450"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victorin", "family": "Denoits", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1841-11-26 17:00", "note": null, "place": {"c1": null, "c2": "12", "c3": null, "cy": "FR", "lg": 2.25091, "lat": 44.56045, "name": "Decazeville", "geoid": 3021664}, "notime": null, "date-ut": "1841-11-26 16:49:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Victorin", "family": "Denoits"}, "birth": {"tzo": "+00:09", "date": "1841-11-26 17:00", "place": {"c2": "12", "cy": "FR", "lg": 2.25091, "lat": 44.56045, "name": "Decazeville", "geoid": 3021664}, "date-ut": "1841-11-26 16:49:44"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2450"}, "ids-in-sources": {"a4": "2450"}}, "raw": {"H": "16", "MN": "49", "TZ": "0", "COD": "12", "COU": "F", "DAY": "26", "LAT": "44N21", "LON": "2E34", "MON": "11", "NUM": "2450", "PRO": "M", "SEC": "44", "YEA": "1841", "CITY": "DECAZEVILLE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11203	dervaux-francois-1847-07-07	{"a4": "2451"}	{"lerrcp": "A4-2451"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Dervaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:41", "date": "1847-07-07 06:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1847-07-07 05:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "François", "family": "Dervaux"}, "birth": {"tzo": "+00:24:41", "date": "1847-07-07 06:00", "place": {"c2": "57", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1847-07-07 05:35:16"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2451"}, "ids-in-sources": {"a4": "2451"}}, "raw": {"H": "5", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "7", "LAT": "49N 7", "LON": "6E11", "MON": "7", "NUM": "2451", "PRO": "M", "SEC": "16", "YEA": "1847", "CITY": "METZ"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11204	desormes-auguste-1821-03-05	{"a4": "2452"}	{"lerrcp": "A4-2452"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Desormes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:09", "date": "1821-03-05 03:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "notime": null, "date-ut": "1821-03-05 02:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Desormes"}, "birth": {"tzo": "+00:13:09", "date": "1821-03-05 03:00", "place": {"c2": "02", "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "date-ut": "1821-03-05 02:45:32"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2452"}, "ids-in-sources": {"a4": "2452"}}, "raw": {"H": "2", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "5", "LAT": "49N34", "LON": "3E37", "MON": "3", "NUM": "2452", "PRO": "M", "SEC": "32", "YEA": "1821", "CITY": "SAINT-QUENTIN"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11205	deville-bichot-pierre-1829-10-26	{"a4": "2453"}	{"lerrcp": "A4-2453"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Deville Bichot Pierre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:02", "date": "1829-10-26 22:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.00888, "lat": 47.33693, "name": "Talant", "geoid": 2973510}, "notime": null, "date-ut": "1829-10-26 21:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "", "family": "Deville Bichot Pierre"}, "birth": {"tzo": "+00:20:02", "date": "1829-10-26 22:00", "place": {"c2": "21", "cy": "FR", "lg": 5.00888, "lat": 47.33693, "name": "Talant", "geoid": 2973510}, "date-ut": "1829-10-26 21:39:52"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2453"}, "ids-in-sources": {"a4": "2453"}}, "raw": {"H": "21", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "26", "LAT": "47N19", "LON": "5E 2", "MON": "10", "NUM": "2453", "PRO": "M", "SEC": "52", "YEA": "1829", "CITY": "TALANT"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11206	devos-paul-1838-03-26	{"a4": "2454"}	{"lerrcp": "A4-2454"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Devos", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:55", "date": "1838-03-26 22:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 2.72782, "lat": 50.64574, "name": "Estaires", "geoid": 3019578}, "notime": null, "date-ut": "1838-03-26 21:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Devos"}, "birth": {"tzo": "+00:10:55", "date": "1838-03-26 22:00", "place": {"c2": "59", "cy": "FR", "lg": 2.72782, "lat": 50.64574, "name": "Estaires", "geoid": 3019578}, "date-ut": "1838-03-26 21:47:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2454"}, "ids-in-sources": {"a4": "2454"}}, "raw": {"H": "21", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "26", "LAT": "50N39", "LON": "3E 5", "MON": "3", "NUM": "2454", "PRO": "M", "SEC": "40", "YEA": "1838", "CITY": "ESTAIRES"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11207	dimier-jacques-1831-02-27	{"a4": "2455"}	{"lerrcp": "A4-2455"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Dimier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:52", "date": "1831-02-27 16:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Stmaximin", "geoid": 0}, "notime": null, "date-ut": "1831-02-27 15:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Dimier"}, "birth": {"tzo": "+00:22:52", "date": "1831-02-27 16:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Stmaximin", "geoid": 0}, "date-ut": "1831-02-27 15:37:08"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2455"}, "ids-in-sources": {"a4": "2455"}}, "raw": {"H": "15", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "27", "LAT": "45N11", "LON": "5E43", "MON": "2", "NUM": "2455", "PRO": "M", "SEC": "8", "YEA": "1831", "CITY": "STMAXIMIN"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11208	discher-antoine-1840-04-16	{"a4": "2456"}	{"lerrcp": "A4-2456"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Discher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1840-04-16 04:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1840-04-16 03:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Discher"}, "birth": {"tzo": "+00:30:59", "date": "1840-04-16 04:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1840-04-16 03:29"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2456"}, "ids-in-sources": {"a4": "2456"}}, "raw": {"H": "3", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "16", "LAT": "48N35", "LON": "7E45", "MON": "4", "NUM": "2456", "PRO": "M", "SEC": "0", "YEA": "1840", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11209	divoir-adolphe-1803-06-05	{"a4": "2457"}	{"lerrcp": "A4-2457"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Divoir", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1803-06-05 08:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1803-06-05 07:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Divoir"}, "birth": {"tzo": "+00:12:14", "date": "1803-06-05 08:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1803-06-05 07:47:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2457"}, "ids-in-sources": {"a4": "2457"}}, "raw": {"H": "7", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "5", "LAT": "50N39", "LON": "3E 5", "MON": "6", "NUM": "2457", "PRO": "M", "SEC": "40", "YEA": "1803", "CITY": "LILLE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11210	doucet-alfred-1862-08-28	{"a4": "2458"}	{"lerrcp": "A4-2458"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Doucet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1862-08-28 19:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1862-08-28 18:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Doucet"}, "birth": {"tzo": "+00:21:31", "date": "1862-08-28 19:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1862-08-28 18:38:32"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2458"}, "ids-in-sources": {"a4": "2458"}}, "raw": {"H": "18", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "28", "LAT": "43N18", "LON": "5E22", "MON": "8", "NUM": "2458", "PRO": "M", "SEC": "32", "YEA": "1862", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11211	doussaint-louis-1847-10-13	{"a4": "2459"}	{"lerrcp": "A4-2459"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Doussaint", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:40", "date": "1847-10-13 11:00", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": 0.16667, "lat": 45.65, "name": "Blanzac", "geoid": 0}, "notime": null, "date-ut": "1847-10-13 10:59:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Doussaint"}, "birth": {"tzo": "+00:00:40", "date": "1847-10-13 11:00", "place": {"c2": "16", "cy": "FR", "lg": 0.16667, "lat": 45.65, "name": "Blanzac", "geoid": 0}, "date-ut": "1847-10-13 10:59:20"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2459"}, "ids-in-sources": {"a4": "2459"}}, "raw": {"H": "10", "MN": "59", "TZ": "0", "COD": "16", "COU": "F", "DAY": "13", "LAT": "45N39", "LON": "0E10", "MON": "10", "NUM": "2459", "PRO": "M", "SEC": "20", "YEA": "1847", "CITY": "BLANZAC"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11212	duclos-pierre-1836-05-07	{"a4": "2460"}	{"lerrcp": "A4-2460"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Duclos", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:56", "date": "1836-05-07 01:15", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Vitry", "geoid": 0}, "notime": null, "date-ut": "1836-05-07 01:05:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Duclos"}, "birth": {"tzo": "+00:09:56", "date": "1836-05-07 01:15", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Vitry", "geoid": 0}, "date-ut": "1836-05-07 01:05:04"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2460"}, "ids-in-sources": {"a4": "2460"}}, "raw": {"H": "1", "MN": "5", "TZ": "0", "COD": "94", "COU": "F", "DAY": "7", "LAT": "48N47", "LON": "2E29", "MON": "5", "NUM": "2460", "PRO": "M", "SEC": "4", "YEA": "1836", "CITY": "VITRY"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11213	duez-francois-1845-11-24	{"a4": "2461"}	{"lerrcp": "A4-2461"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Duez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1845-11-24 22:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1845-11-24 21:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "François", "family": "Duez"}, "birth": {"tzo": "+00:30:59", "date": "1845-11-24 22:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1845-11-24 21:29"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2461"}, "ids-in-sources": {"a4": "2461"}}, "raw": {"H": "21", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "24", "LAT": "48N35", "LON": "7E45", "MON": "11", "NUM": "2461", "PRO": "M", "SEC": "0", "YEA": "1845", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11214	dufour-francois-1834-02-07	{"a4": "2462"}	{"lerrcp": "A4-2462"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Dufour", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:24", "date": "1834-02-07 18:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35, "lat": 43.85, "name": "Villeneuvelesav", "geoid": 0}, "notime": null, "date-ut": "1834-02-07 17:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "François", "family": "Dufour"}, "birth": {"tzo": "+00:17:24", "date": "1834-02-07 18:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35, "lat": 43.85, "name": "Villeneuvelesav", "geoid": 0}, "date-ut": "1834-02-07 17:42:36"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2462"}, "ids-in-sources": {"a4": "2462"}}, "raw": {"H": "17", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "7", "LAT": "43N51", "LON": "4E21", "MON": "2", "NUM": "2462", "PRO": "M", "SEC": "36", "YEA": "1834", "CITY": "VILLENEUVELESAV"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11215	dumons-jean-1836-03-21	{"a4": "2463"}	{"lerrcp": "A4-2463"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Dumons", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:44", "date": "1836-03-21 08:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.43333, "lat": 43.61667, "name": "Castelginet", "geoid": 0}, "notime": null, "date-ut": "1836-03-21 07:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Dumons"}, "birth": {"tzo": "+00:05:44", "date": "1836-03-21 08:00", "place": {"c2": "31", "cy": "FR", "lg": 1.43333, "lat": 43.61667, "name": "Castelginet", "geoid": 0}, "date-ut": "1836-03-21 07:54:16"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2463"}, "ids-in-sources": {"a4": "2463"}}, "raw": {"H": "7", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "21", "LAT": "43N37", "LON": "1E26", "MON": "3", "NUM": "2463", "PRO": "M", "SEC": "16", "YEA": "1836", "CITY": "CASTELGINET"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11216	dupeigne-charles-1833-07-15	{"a4": "2464"}	{"lerrcp": "A4-2464"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Dupeigne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:23", "date": "1833-07-15 20:00", "note": null, "place": {"c1": null, "c2": "95", "c3": null, "cy": "FR", "lg": 2.34736, "lat": 48.98561, "name": "Groslay", "geoid": 3014540}, "notime": null, "date-ut": "1833-07-15 19:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Dupeigne"}, "birth": {"tzo": "+00:09:23", "date": "1833-07-15 20:00", "place": {"c2": "95", "cy": "FR", "lg": 2.34736, "lat": 48.98561, "name": "Groslay", "geoid": 3014540}, "date-ut": "1833-07-15 19:52"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2464"}, "ids-in-sources": {"a4": "2464"}}, "raw": {"H": "19", "MN": "52", "TZ": "0", "COD": "95", "COU": "F", "DAY": "15", "LAT": "49N 0", "LON": "2E 0", "MON": "7", "NUM": "2464", "PRO": "M", "SEC": "0", "YEA": "1833", "CITY": "GROSLAY"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11217	dupire-amedee-1834-11-06	{"a4": "2465"}	{"lerrcp": "A4-2465"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amédée", "family": "Dupire", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:19", "date": "1834-11-06 03:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "notime": null, "date-ut": "1834-11-06 02:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Amédée", "family": "Dupire"}, "birth": {"tzo": "+00:12:19", "date": "1834-11-06 03:00", "place": {"c2": "59", "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "date-ut": "1834-11-06 02:47:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2465"}, "ids-in-sources": {"a4": "2465"}}, "raw": {"H": "2", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "6", "LAT": "50N39", "LON": "3E 5", "MON": "11", "NUM": "2465", "PRO": "M", "SEC": "40", "YEA": "1834", "CITY": "DOUAI"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11218	dury-ernest-1847-12-29	{"a4": "2466"}	{"lerrcp": "A4-2466"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Dury", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:09", "date": "1847-12-29 10:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "notime": null, "date-ut": "1847-12-29 09:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Dury"}, "birth": {"tzo": "+00:13:09", "date": "1847-12-29 10:00", "place": {"c2": "02", "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "date-ut": "1847-12-29 09:45:32"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2466"}, "ids-in-sources": {"a4": "2466"}}, "raw": {"H": "9", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "29", "LAT": "49N34", "LON": "3E37", "MON": "12", "NUM": "2466", "PRO": "M", "SEC": "32", "YEA": "1847", "CITY": "SAINT-QUENTIN"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11219	eck-claude-1839-05-09	{"a4": "2467"}	{"lerrcp": "A4-2467"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Eck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:33", "date": "1839-05-09 17:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.38726, "lat": 47.19255, "name": "Auxonne", "geoid": 3035828}, "notime": null, "date-ut": "1839-05-09 16:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Eck"}, "birth": {"tzo": "+00:21:33", "date": "1839-05-09 17:00", "place": {"c2": "21", "cy": "FR", "lg": 5.38726, "lat": 47.19255, "name": "Auxonne", "geoid": 3035828}, "date-ut": "1839-05-09 16:39:52"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2467"}, "ids-in-sources": {"a4": "2467"}}, "raw": {"H": "16", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "9", "LAT": "47N19", "LON": "5E 2", "MON": "5", "NUM": "2467", "PRO": "M", "SEC": "52", "YEA": "1839", "CITY": "AUXONNE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11220	elfrique-adolphe-1836-07-28	{"a4": "2468"}	{"lerrcp": "A4-2468"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Elfrique", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1836-07-28 12:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1836-07-28 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Elfrique"}, "birth": {"tzo": "+00:09:24", "date": "1836-07-28 12:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1836-07-28 11:50:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2468"}, "ids-in-sources": {"a4": "2468"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "28", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "2468", "PRO": "M", "SEC": "40", "YEA": "1836", "CITY": "PARIS"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11221	elie-auguste-1835-10-18	{"a4": "2469"}	{"lerrcp": "A4-2469"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Elie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:19", "date": "1835-10-18 19:30", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "notime": null, "date-ut": "1835-10-18 19:17:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Elie"}, "birth": {"tzo": "+00:12:19", "date": "1835-10-18 19:30", "place": {"c2": "59", "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "date-ut": "1835-10-18 19:17:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2469"}, "ids-in-sources": {"a4": "2469"}}, "raw": {"H": "19", "MN": "17", "TZ": "0", "COD": "59", "COU": "F", "DAY": "18", "LAT": "50N39", "LON": "3E 5", "MON": "10", "NUM": "2469", "PRO": "M", "SEC": "40", "YEA": "1835", "CITY": "DOUAI"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11222	gauquelin-a4-2470-1845-04-12	{"a4": "2470"}	{"lerrcp": "A4-2470"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2470", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:28:48", "date": "1845-04-12 00:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.2, "lat": 47.91667, "name": "Guebwiller", "geoid": 3014433}, "notime": null, "date-ut": "1845-04-11 23:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2470"}, "birth": {"tzo": "+00:28:48", "date": "1845-04-12 00:00", "place": {"c2": "68", "cy": "FR", "lg": 7.2, "lat": 47.91667, "name": "Guebwiller", "geoid": 3014433}, "date-ut": "1845-04-11 23:30:36"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2470"}, "ids-in-sources": {"a4": "2470"}}, "raw": {"H": "23", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "11", "LAT": "48N 5", "LON": "7E21", "MON": "4", "NUM": "2470", "PRO": "M", "SEC": "36", "YEA": "1845", "CITY": "GUEBWILLER"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11223	excoulas-eugene-1874-03-28	{"a4": "2471"}	{"lerrcp": "A4-2471"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Excoulas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:09", "date": "1874-03-28 05:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "notime": null, "date-ut": "1874-03-28 04:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Excoulas"}, "birth": {"tzo": "+00:13:09", "date": "1874-03-28 05:00", "place": {"c2": "02", "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "date-ut": "1874-03-28 04:45:32"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2471"}, "ids-in-sources": {"a4": "2471"}}, "raw": {"H": "4", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "28", "LAT": "49N34", "LON": "3E37", "MON": "3", "NUM": "2471", "PRO": "M", "SEC": "32", "YEA": "1874", "CITY": "SAINT-QUENTIN"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11224	gauquelin-a4-2472-1847-04-25	{"a4": "2472"}	{"lerrcp": "A4-2472"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2472", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:35", "date": "1847-04-25 11:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.64417, "lat": 43.80806, "name": "Beaucaire", "geoid": 3034382}, "notime": null, "date-ut": "1847-04-25 10:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2472"}, "birth": {"tzo": "+00:18:35", "date": "1847-04-25 11:00", "place": {"c2": "30", "cy": "FR", "lg": 4.64417, "lat": 43.80806, "name": "Beaucaire", "geoid": 3034382}, "date-ut": "1847-04-25 10:42:36"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2472"}, "ids-in-sources": {"a4": "2472"}}, "raw": {"H": "10", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "25", "LAT": "43N51", "LON": "4E21", "MON": "4", "NUM": "2472", "PRO": "M", "SEC": "36", "YEA": "1847", "CITY": "BEAUCAIRE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11225	eyckermans-jean-1836-04-04	{"a4": "2473"}	{"lerrcp": "A4-2473"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Eyckermans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:20", "date": "1836-04-04 05:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "Villesslaferte", "geoid": 0}, "notime": null, "date-ut": "1836-04-04 04:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Eyckermans"}, "birth": {"tzo": "+00:16:20", "date": "1836-04-04 05:00", "place": {"c2": "10", "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "Villesslaferte", "geoid": 0}, "date-ut": "1836-04-04 04:43:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2473"}, "ids-in-sources": {"a4": "2473"}}, "raw": {"H": "4", "MN": "43", "TZ": "0", "COD": "10", "COU": "F", "DAY": "4", "LAT": "48N18", "LON": "4E 5", "MON": "4", "NUM": "2473", "PRO": "M", "SEC": "40", "YEA": "1836", "CITY": "VILLESSLAFERTE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11226	fargues-charles-1845-07-20	{"a4": "2475"}	{"lerrcp": "A4-2475"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Fargues", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:36", "date": "1845-07-20 19:30", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 2.148, "lat": 43.9298, "name": "Albi", "geoid": 3038261}, "notime": null, "date-ut": "1845-07-20 19:21:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Fargues"}, "birth": {"tzo": "+00:08:36", "date": "1845-07-20 19:30", "place": {"c2": "81", "cy": "FR", "lg": 2.148, "lat": 43.9298, "name": "Albi", "geoid": 3038261}, "date-ut": "1845-07-20 19:21:28"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2475"}, "ids-in-sources": {"a4": "2475"}}, "raw": {"H": "19", "MN": "21", "TZ": "0", "COD": "81", "COU": "F", "DAY": "20", "LAT": "43N55", "LON": "2E 8", "MON": "7", "NUM": "2475", "PRO": "M", "SEC": "28", "YEA": "1845", "CITY": "ALBI"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11227	faro-louis-1849-08-10	{"a4": "2476"}	{"lerrcp": "A4-2476"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Faro", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:18", "date": "1849-08-10 08:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.32361, "lat": 49.38167, "name": "Soissons", "geoid": 2974389}, "notime": null, "date-ut": "1849-08-10 07:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Faro"}, "birth": {"tzo": "+00:13:18", "date": "1849-08-10 08:00", "place": {"c2": "02", "cy": "FR", "lg": 3.32361, "lat": 49.38167, "name": "Soissons", "geoid": 2974389}, "date-ut": "1849-08-10 07:45:32"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2476"}, "ids-in-sources": {"a4": "2476"}}, "raw": {"H": "7", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "10", "LAT": "49N34", "LON": "3E37", "MON": "8", "NUM": "2476", "PRO": "M", "SEC": "32", "YEA": "1849", "CITY": "SOISSONS"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11228	felgas-joseph-1835-10-12	{"a4": "2477"}	{"lerrcp": "A4-2477"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Felgas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:24", "date": "1835-10-12 12:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35, "lat": 43.85, "name": "Standrecapceze", "geoid": 0}, "notime": null, "date-ut": "1835-10-12 11:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Felgas"}, "birth": {"tzo": "+00:17:24", "date": "1835-10-12 12:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35, "lat": 43.85, "name": "Standrecapceze", "geoid": 0}, "date-ut": "1835-10-12 11:42:36"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2477"}, "ids-in-sources": {"a4": "2477"}}, "raw": {"H": "11", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "12", "LAT": "43N51", "LON": "4E21", "MON": "10", "NUM": "2477", "PRO": "M", "SEC": "36", "YEA": "1835", "CITY": "STANDRECAPCEZE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11229	feningre-charles-1836-12-01	{"a4": "2478"}	{"lerrcp": "A4-2478"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Feningre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:38", "date": "1836-12-01 16:00", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.159, "lat": 46.98956, "name": "Nevers", "geoid": 2990474}, "notime": null, "date-ut": "1836-12-01 15:47:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Feningre"}, "birth": {"tzo": "+00:12:38", "date": "1836-12-01 16:00", "place": {"c2": "58", "cy": "FR", "lg": 3.159, "lat": 46.98956, "name": "Nevers", "geoid": 2990474}, "date-ut": "1836-12-01 15:47:24"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2478"}, "ids-in-sources": {"a4": "2478"}}, "raw": {"H": "15", "MN": "47", "TZ": "0", "COD": "58", "COU": "F", "DAY": "1", "LAT": "46N59", "LON": "3E 9", "MON": "12", "NUM": "2478", "PRO": "M", "SEC": "24", "YEA": "1836", "CITY": "NEVERS"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11230	ferret-edouard-1831-11-30	{"a4": "2479"}	{"lerrcp": "A4-2479"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Ferret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:34", "date": "1831-11-30 22:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.64003, "lat": 50.52965, "name": "Béthune", "geoid": 3033002}, "notime": null, "date-ut": "1831-11-30 21:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Ferret"}, "birth": {"tzo": "+00:10:34", "date": "1831-11-30 22:00", "place": {"c2": "62", "cy": "FR", "lg": 2.64003, "lat": 50.52965, "name": "Béthune", "geoid": 3033002}, "date-ut": "1831-11-30 21:48:56"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2479"}, "ids-in-sources": {"a4": "2479"}}, "raw": {"H": "21", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "30", "LAT": "50N18", "LON": "2E46", "MON": "11", "NUM": "2479", "PRO": "M", "SEC": "56", "YEA": "1831", "CITY": "BETHUNE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11231	flahaut-jules-1834-05-13	{"a4": "2480"}	{"lerrcp": "A4-2480"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Flahaut", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1834-05-13 09:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1834-05-13 08:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Flahaut"}, "birth": {"tzo": "+00:12:14", "date": "1834-05-13 09:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1834-05-13 08:47:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2480"}, "ids-in-sources": {"a4": "2480"}}, "raw": {"H": "8", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "13", "LAT": "50N39", "LON": "3E 5", "MON": "5", "NUM": "2480", "PRO": "M", "SEC": "40", "YEA": "1834", "CITY": "LILLE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11232	flandrin-gaston-1856-02-18	{"a4": "2481"}	{"lerrcp": "A4-2481"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Flandrin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:28", "date": "1856-02-18 07:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Vailly", "geoid": 0}, "notime": null, "date-ut": "1856-02-18 06:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Flandrin"}, "birth": {"tzo": "+00:14:28", "date": "1856-02-18 07:00", "place": {"c2": "02", "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Vailly", "geoid": 0}, "date-ut": "1856-02-18 06:45:32"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2481"}, "ids-in-sources": {"a4": "2481"}}, "raw": {"H": "6", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "18", "LAT": "49N34", "LON": "3E37", "MON": "2", "NUM": "2481", "PRO": "M", "SEC": "32", "YEA": "1856", "CITY": "VAILLY"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11233	forestier-joseph-1815-03-05	{"a4": "2482"}	{"lerrcp": "A4-2482"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Forestier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1815-03-05 12:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1815-03-05 11:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Forestier"}, "birth": {"tzo": "+00:15:30", "date": "1815-03-05 12:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1815-03-05 11:44:28"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2482"}, "ids-in-sources": {"a4": "2482"}}, "raw": {"H": "11", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "5", "LAT": "43N37", "LON": "3E53", "MON": "3", "NUM": "2482", "PRO": "M", "SEC": "28", "YEA": "1815", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11234	fouache-henri-1871-10-31	{"a4": "2483"}	{"lerrcp": "A4-2483"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Fouache", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:19", "date": "1871-10-31 05:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "notime": null, "date-ut": "1871-10-31 04:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Fouache"}, "birth": {"tzo": "+00:12:19", "date": "1871-10-31 05:00", "place": {"c2": "59", "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "date-ut": "1871-10-31 04:47:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2483"}, "ids-in-sources": {"a4": "2483"}}, "raw": {"H": "4", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "31", "LAT": "50N39", "LON": "3E 5", "MON": "10", "NUM": "2483", "PRO": "M", "SEC": "40", "YEA": "1871", "CITY": "DOUAI"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11235	francois-charles-1822-12-03	{"a4": "2484"}	{"lerrcp": "A4-2484"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Francois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:48", "date": "1822-12-03 16:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.70177, "lat": 48.40908, "name": "Fontainebleau", "geoid": 3018074}, "notime": null, "date-ut": "1822-12-03 15:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Francois"}, "birth": {"tzo": "+00:10:48", "date": "1822-12-03 16:00", "place": {"c2": "77", "cy": "FR", "lg": 2.70177, "lat": 48.40908, "name": "Fontainebleau", "geoid": 3018074}, "date-ut": "1822-12-03 15:49:20"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2484"}, "ids-in-sources": {"a4": "2484"}}, "raw": {"H": "15", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "3", "LAT": "48N33", "LON": "2E40", "MON": "12", "NUM": "2484", "PRO": "M", "SEC": "20", "YEA": "1822", "CITY": "FONTAINEBLEAU"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11236	francois-louis-1845-12-29	{"a4": "2485"}	{"lerrcp": "A4-2485"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Francois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:40", "date": "1845-12-29 19:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.91667, "lat": 42.7, "name": "Laroque", "geoid": 0}, "notime": null, "date-ut": "1845-12-29 18:48:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Francois"}, "birth": {"tzo": "+00:11:40", "date": "1845-12-29 19:00", "place": {"c2": "66", "cy": "FR", "lg": 2.91667, "lat": 42.7, "name": "Laroque", "geoid": 0}, "date-ut": "1845-12-29 18:48:20"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2485"}, "ids-in-sources": {"a4": "2485"}}, "raw": {"H": "18", "MN": "48", "TZ": "0", "COD": "66", "COU": "F", "DAY": "29", "LAT": "42N42", "LON": "2E55", "MON": "12", "NUM": "2485", "PRO": "M", "SEC": "20", "YEA": "1845", "CITY": "LAROQUE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11237	frisnais-francois-1818-06-20	{"a4": "2486"}	{"lerrcp": "A4-2486"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Frisnais", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:26", "date": "1818-06-20 02:56:22", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 1.85635, "lat": 50.95194, "name": "Calais", "geoid": 3029162}, "notime": null, "date-ut": "1818-06-20 02:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "François", "family": "Frisnais"}, "birth": {"tzo": "+00:07:26", "date": "1818-06-20 02:56:22", "place": {"c2": "62", "cy": "FR", "lg": 1.85635, "lat": 50.95194, "name": "Calais", "geoid": 3029162}, "date-ut": "1818-06-20 02:48:56"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2486"}, "ids-in-sources": {"a4": "2486"}}, "raw": {"H": "2", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "20", "LAT": "50N18", "LON": "2E46", "MON": "6", "NUM": "2486", "PRO": "M", "SEC": "56", "YEA": "1818", "CITY": "CALAIS"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11238	fritsch-auguste-1847-09-09	{"a4": "2487"}	{"lerrcp": "A4-2487"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Fritsch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1847-09-09 13:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1847-09-09 12:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Fritsch"}, "birth": {"tzo": "+00:09:24", "date": "1847-09-09 13:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1847-09-09 12:50:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2487"}, "ids-in-sources": {"a4": "2487"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "9", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "2487", "PRO": "M", "SEC": "40", "YEA": "1847", "CITY": "PARIS"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11239	gauquelin-a4-2488-1846-03-01	{"a4": "2488"}	{"lerrcp": "A4-2488"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2488", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1846-03-01 02:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1846-03-01 01:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2488"}, "birth": {"tzo": "+00:05:46", "date": "1846-03-01 02:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1846-03-01 01:54:16"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2488"}, "ids-in-sources": {"a4": "2488"}}, "raw": {"H": "1", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "1", "LAT": "43N37", "LON": "1E26", "MON": "3", "NUM": "2488", "PRO": "M", "SEC": "16", "YEA": "1846", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11240	funffrock-jean-1831-08-29	{"a4": "2489"}	{"lerrcp": "A4-2489"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Funffrock", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:19", "date": "1831-08-29 21:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "notime": null, "date-ut": "1831-08-29 20:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Funffrock"}, "birth": {"tzo": "+00:12:19", "date": "1831-08-29 21:00", "place": {"c2": "59", "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "date-ut": "1831-08-29 20:47:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2489"}, "ids-in-sources": {"a4": "2489"}}, "raw": {"H": "20", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "29", "LAT": "50N39", "LON": "3E 5", "MON": "8", "NUM": "2489", "PRO": "M", "SEC": "40", "YEA": "1831", "CITY": "DOUAI"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11241	gaimard-joseph-1835-03-15	{"a4": "2490"}	{"lerrcp": "A4-2490"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Gaimard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:26:36", "date": "1835-03-15 03:00", "note": null, "place": {"c1": null, "c2": "04", "c3": null, "cy": "FR", "lg": 6.65179, "lat": 44.38691, "name": "Barcelonnette", "geoid": 3034991}, "notime": null, "date-ut": "1835-03-15 02:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Gaimard"}, "birth": {"tzo": "+00:26:36", "date": "1835-03-15 03:00", "place": {"c2": "04", "cy": "FR", "lg": 6.65179, "lat": 44.38691, "name": "Barcelonnette", "geoid": 3034991}, "date-ut": "1835-03-15 02:35"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2490"}, "ids-in-sources": {"a4": "2490"}}, "raw": {"H": "2", "MN": "35", "TZ": "0", "COD": "04", "COU": "F", "DAY": "15", "LAT": "44N 6", "LON": "6E15", "MON": "3", "NUM": "2490", "PRO": "M", "SEC": "0", "YEA": "1835", "CITY": "BARCELONNETTE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11242	garcin-pierre-1840-09-24	{"a4": "2491"}	{"lerrcp": "A4-2491"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Garcin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:49", "date": "1840-09-24 05:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 5.20357, "lat": 43.75516, "name": "Mérindol", "geoid": 2994379}, "notime": null, "date-ut": "1840-09-24 04:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Garcin"}, "birth": {"tzo": "+00:20:49", "date": "1840-09-24 05:00", "place": {"c2": "84", "cy": "FR", "lg": 5.20357, "lat": 43.75516, "name": "Mérindol", "geoid": 2994379}, "date-ut": "1840-09-24 04:40:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2491"}, "ids-in-sources": {"a4": "2491"}}, "raw": {"H": "4", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "24", "LAT": "43N57", "LON": "4E50", "MON": "9", "NUM": "2491", "PRO": "M", "SEC": "40", "YEA": "1840", "CITY": "MERINDOL"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11243	garnier-paul-1845-03-07	{"a4": "2492"}	{"lerrcp": "A4-2492"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Garnier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:49", "date": "1845-03-07 03:00", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.45304, "lat": 48.18324, "name": "Épinal", "geoid": 3020035}, "notime": null, "date-ut": "1845-03-07 02:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Garnier"}, "birth": {"tzo": "+00:25:49", "date": "1845-03-07 03:00", "place": {"c2": "88", "cy": "FR", "lg": 6.45304, "lat": 48.18324, "name": "Épinal", "geoid": 3020035}, "date-ut": "1845-03-07 02:34:08"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2492"}, "ids-in-sources": {"a4": "2492"}}, "raw": {"H": "2", "MN": "34", "TZ": "0", "COD": "88", "COU": "F", "DAY": "7", "LAT": "48N10", "LON": "6E28", "MON": "3", "NUM": "2492", "PRO": "M", "SEC": "8", "YEA": "1845", "CITY": "EPINAL"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11244	gassian-pierre-1848-07-27	{"a4": "2493"}	{"lerrcp": "A4-2493"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Gassian", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:16", "date": "1848-07-27 12:55:20", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Lateste", "geoid": 0}, "notime": null, "date-ut": "1848-07-27 12:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Gassian"}, "birth": {"tzo": "-00:02:16", "date": "1848-07-27 12:55:20", "place": {"c2": "33", "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Lateste", "geoid": 0}, "date-ut": "1848-07-27 12:57:36"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2493"}, "ids-in-sources": {"a4": "2493"}}, "raw": {"H": "12", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "27", "LAT": "44N50", "LON": "0W34", "MON": "7", "NUM": "2493", "PRO": "M", "SEC": "36", "YEA": "1848", "CITY": "LATESTE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11245	gastaud-dominique-1839-05-03	{"a4": "2494"}	{"lerrcp": "A4-2494"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dominique", "family": "Gastaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:28:26", "date": "1839-05-03 20:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.10831, "lat": 43.58579, "name": "Antibes", "geoid": 3037456}, "notime": null, "date-ut": "1839-05-03 19:30:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Dominique", "family": "Gastaud"}, "birth": {"tzo": "+00:28:26", "date": "1839-05-03 20:00", "place": {"c2": "06", "cy": "FR", "lg": 7.10831, "lat": 43.58579, "name": "Antibes", "geoid": 3037456}, "date-ut": "1839-05-03 19:30:56"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2494"}, "ids-in-sources": {"a4": "2494"}}, "raw": {"H": "19", "MN": "30", "TZ": "0", "COD": "06", "COU": "F", "DAY": "3", "LAT": "43N42", "LON": "7E16", "MON": "5", "NUM": "2494", "PRO": "M", "SEC": "56", "YEA": "1839", "CITY": "ANTIBES"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11246	gaudard-charles-1868-12-13	{"a4": "2495"}	{"lerrcp": "A4-2495"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Gaudard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1868-12-13 21:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1868-12-13 20:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Gaudard"}, "birth": {"tzo": "+00:15:30", "date": "1868-12-13 21:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1868-12-13 20:44:28"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2495"}, "ids-in-sources": {"a4": "2495"}}, "raw": {"H": "20", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "13", "LAT": "43N37", "LON": "3E53", "MON": "12", "NUM": "2495", "PRO": "M", "SEC": "28", "YEA": "1868", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11247	geraud-jean-1834-03-08	{"a4": "2496"}	{"lerrcp": "A4-2496"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Geraud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1834-03-08 09:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1834-03-08 08:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Geraud"}, "birth": {"tzo": "+00:05:46", "date": "1834-03-08 09:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1834-03-08 08:54:16"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2496"}, "ids-in-sources": {"a4": "2496"}}, "raw": {"H": "8", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "8", "LAT": "43N37", "LON": "1E26", "MON": "3", "NUM": "2496", "PRO": "M", "SEC": "16", "YEA": "1834", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11248	germain-andre-1846-02-01	{"a4": "2497"}	{"lerrcp": "A4-2497"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Germain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:11", "date": "1846-02-01 11:30", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": 0.0476, "lat": 49.15192, "name": "Cambremer", "geoid": 3029027}, "notime": null, "date-ut": "1846-02-01 11:31:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "André", "family": "Germain"}, "birth": {"tzo": "+00:00:11", "date": "1846-02-01 11:30", "place": {"c2": "14", "cy": "FR", "lg": 0.0476, "lat": 49.15192, "name": "Cambremer", "geoid": 3029027}, "date-ut": "1846-02-01 11:31:28"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2497"}, "ids-in-sources": {"a4": "2497"}}, "raw": {"H": "11", "MN": "31", "TZ": "0", "COD": "14", "COU": "F", "DAY": "1", "LAT": "49N11", "LON": "0W22", "MON": "2", "NUM": "2497", "PRO": "M", "SEC": "28", "YEA": "1846", "CITY": "CAMBREMER"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11249	gauquelin-a4-2498-1848-03-08	{"a4": "2498"}	{"lerrcp": "A4-2498"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2498", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1848-03-08 11:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1848-03-08 10:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2498"}, "birth": {"tzo": "+00:05:46", "date": "1848-03-08 11:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1848-03-08 10:54:16"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2498"}, "ids-in-sources": {"a4": "2498"}}, "raw": {"H": "10", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "8", "LAT": "43N37", "LON": "1E26", "MON": "3", "NUM": "2498", "PRO": "M", "SEC": "16", "YEA": "1848", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11250	gesus-jean-1852-05-06	{"a4": "2499"}	{"lerrcp": "A4-2499"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Gesus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:36", "date": "1852-05-06 16:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.9, "lat": 47.9, "name": "Sceaux", "geoid": 0}, "notime": null, "date-ut": "1852-05-06 15:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Gesus"}, "birth": {"tzo": "+00:07:36", "date": "1852-05-06 16:00", "place": {"c2": "45", "cy": "FR", "lg": 1.9, "lat": 47.9, "name": "Sceaux", "geoid": 0}, "date-ut": "1852-05-06 15:52:24"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2499"}, "ids-in-sources": {"a4": "2499"}}, "raw": {"H": "15", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "6", "LAT": "47N54", "LON": "1E54", "MON": "5", "NUM": "2499", "PRO": "M", "SEC": "24", "YEA": "1852", "CITY": "SCEAUX"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11251	gauquelin-a4-2500-1839-09-05	{"a4": "2500"}	{"lerrcp": "A4-2500"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2500", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:38", "date": "1839-09-05 22:30", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.159, "lat": 46.98956, "name": "Nevers", "geoid": 2990474}, "notime": null, "date-ut": "1839-09-05 22:17:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2500"}, "birth": {"tzo": "+00:12:38", "date": "1839-09-05 22:30", "place": {"c2": "58", "cy": "FR", "lg": 3.159, "lat": 46.98956, "name": "Nevers", "geoid": 2990474}, "date-ut": "1839-09-05 22:17:24"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2500"}, "ids-in-sources": {"a4": "2500"}}, "raw": {"H": "22", "MN": "17", "TZ": "0", "COD": "58", "COU": "F", "DAY": "5", "LAT": "46N59", "LON": "3E 9", "MON": "9", "NUM": "2500", "PRO": "M", "SEC": "24", "YEA": "1839", "CITY": "NEVERS"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11252	gibert-jean-1833-01-20	{"a4": "2501"}	{"lerrcp": "A4-2501"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Gibert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1833-01-20 01:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "notime": null, "date-ut": "1833-01-20 00:50:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Gibert"}, "birth": {"tzo": "+00:09:24", "date": "1833-01-20 01:00", "place": {"c2": "11", "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "date-ut": "1833-01-20 00:50:36"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2501"}, "ids-in-sources": {"a4": "2501"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "20", "LAT": "43N12", "LON": "2E21", "MON": "1", "NUM": "2501", "PRO": "M", "SEC": "36", "YEA": "1833", "CITY": "CARCASSONNE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11253	givord-pierre-1835-12-22	{"a4": "2502"}	{"lerrcp": "A4-2502"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Givord", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:30", "date": "1835-12-22 05:56:38", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 4.87484, "lat": 45.52569, "name": "Vienne", "geoid": 2969284}, "notime": null, "date-ut": "1835-12-22 05:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Givord"}, "birth": {"tzo": "+00:19:30", "date": "1835-12-22 05:56:38", "place": {"c2": "38", "cy": "FR", "lg": 4.87484, "lat": 45.52569, "name": "Vienne", "geoid": 2969284}, "date-ut": "1835-12-22 05:37:08"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2502"}, "ids-in-sources": {"a4": "2502"}}, "raw": {"H": "5", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "22", "LAT": "45N11", "LON": "5E43", "MON": "12", "NUM": "2502", "PRO": "M", "SEC": "8", "YEA": "1835", "CITY": "VIENNE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11254	godard-joseph-1838-04-20	{"a4": "2503"}	{"lerrcp": "A4-2503"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Godard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10", "date": "1838-04-20 12:00", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.5, "lat": 48.91667, "name": "Epinay", "geoid": 0}, "notime": null, "date-ut": "1838-04-20 11:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Godard"}, "birth": {"tzo": "+00:10", "date": "1838-04-20 12:00", "place": {"c2": "93", "cy": "FR", "lg": 2.5, "lat": 48.91667, "name": "Epinay", "geoid": 0}, "date-ut": "1838-04-20 11:50"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2503"}, "ids-in-sources": {"a4": "2503"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "93", "COU": "F", "DAY": "20", "LAT": "48N55", "LON": "2E30", "MON": "4", "NUM": "2503", "PRO": "M", "SEC": "0", "YEA": "1838", "CITY": "EPINAY"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11255	godemet-antoine-1837-09-18	{"a4": "2504"}	{"lerrcp": "A4-2504"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Godemet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:25", "date": "1837-09-18 15:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.85372, "lat": 46.78112, "name": "Chalon-sur-Saône", "geoid": 3027484}, "notime": null, "date-ut": "1837-09-18 14:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Godemet"}, "birth": {"tzo": "+00:19:25", "date": "1837-09-18 15:00", "place": {"c2": "71", "cy": "FR", "lg": 4.85372, "lat": 46.78112, "name": "Chalon-sur-Saône", "geoid": 3027484}, "date-ut": "1837-09-18 14:40:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2504"}, "ids-in-sources": {"a4": "2504"}}, "raw": {"H": "14", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "18", "LAT": "46N18", "LON": "4E50", "MON": "9", "NUM": "2504", "PRO": "M", "SEC": "40", "YEA": "1837", "CITY": "CHALON-S-SAONE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11256	goecke-louis-1833-03-25	{"a4": "2505"}	{"lerrcp": "A4-2505"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Goecke", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:26", "date": "1833-03-25 18:26:22", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 1.85635, "lat": 50.95194, "name": "Calais", "geoid": 3029162}, "notime": null, "date-ut": "1833-03-25 18:18:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Goecke"}, "birth": {"tzo": "+00:07:26", "date": "1833-03-25 18:26:22", "place": {"c2": "62", "cy": "FR", "lg": 1.85635, "lat": 50.95194, "name": "Calais", "geoid": 3029162}, "date-ut": "1833-03-25 18:18:56"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2505"}, "ids-in-sources": {"a4": "2505"}}, "raw": {"H": "18", "MN": "18", "TZ": "0", "COD": "62", "COU": "F", "DAY": "25", "LAT": "50N18", "LON": "2E46", "MON": "3", "NUM": "2505", "PRO": "M", "SEC": "56", "YEA": "1833", "CITY": "CALAIS"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11257	gouirand-jean-1832-06-21	{"a4": "2506"}	{"lerrcp": "A4-2506"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Gouirand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1832-06-21 15:30", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1832-06-21 15:08:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Gouirand"}, "birth": {"tzo": "+00:21:31", "date": "1832-06-21 15:30", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1832-06-21 15:08:32"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2506"}, "ids-in-sources": {"a4": "2506"}}, "raw": {"H": "15", "MN": "8", "TZ": "0", "COD": "13", "COU": "F", "DAY": "21", "LAT": "43N18", "LON": "5E22", "MON": "6", "NUM": "2506", "PRO": "M", "SEC": "32", "YEA": "1832", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11258	graffeuil-charles-1850-12-27	{"a4": "2507"}	{"lerrcp": "A4-2507"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Graffeuil", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:03:52", "date": "1850-12-27 21:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -0.96774, "lat": 45.94304, "name": "Rochefort", "geoid": 2983276}, "notime": null, "date-ut": "1850-12-27 21:04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Graffeuil"}, "birth": {"tzo": "-00:03:52", "date": "1850-12-27 21:00", "place": {"c2": "17", "cy": "FR", "lg": -0.96774, "lat": 45.94304, "name": "Rochefort", "geoid": 2983276}, "date-ut": "1850-12-27 21:04:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2507"}, "ids-in-sources": {"a4": "2507"}}, "raw": {"H": "21", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "27", "LAT": "46N 9", "LON": "1W10", "MON": "12", "NUM": "2507", "PRO": "M", "SEC": "40", "YEA": "1850", "CITY": "ROCHEFORT"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11259	grand-maire-charles-1835-10-22	{"a4": "2508"}	{"lerrcp": "A4-2508"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Grand Maire Charles", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:24", "date": "1835-10-22 16:00", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.34929, "lat": 48.1995, "name": "Darnieulles", "geoid": 3021713}, "notime": null, "date-ut": "1835-10-22 15:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "", "family": "Grand Maire Charles"}, "birth": {"tzo": "+00:25:24", "date": "1835-10-22 16:00", "place": {"c2": "88", "cy": "FR", "lg": 6.34929, "lat": 48.1995, "name": "Darnieulles", "geoid": 3021713}, "date-ut": "1835-10-22 15:34:08"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2508"}, "ids-in-sources": {"a4": "2508"}}, "raw": {"H": "15", "MN": "34", "TZ": "0", "COD": "88", "COU": "F", "DAY": "22", "LAT": "48N10", "LON": "6E28", "MON": "10", "NUM": "2508", "PRO": "M", "SEC": "8", "YEA": "1835", "CITY": "DARNIEULLES"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11260	grimal-antoine-1845-05-14	{"a4": "2509"}	{"lerrcp": "A4-2509"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Grimal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:28", "date": "1845-05-14 06:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.36667, "lat": 49.18333, "name": "Aurillac", "geoid": 0}, "notime": null, "date-ut": "1845-05-14 06:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Grimal"}, "birth": {"tzo": "-00:01:28", "date": "1845-05-14 06:00", "place": {"c2": "14", "cy": "FR", "lg": -0.36667, "lat": 49.18333, "name": "Aurillac", "geoid": 0}, "date-ut": "1845-05-14 06:01:28"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2509"}, "ids-in-sources": {"a4": "2509"}}, "raw": {"H": "6", "MN": "1", "TZ": "0", "COD": "14", "COU": "F", "DAY": "14", "LAT": "49N11", "LON": "0W22", "MON": "5", "NUM": "2509", "PRO": "M", "SEC": "28", "YEA": "1845", "CITY": "AURILLAC"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11261	gauquelin-a4-2510-1833-03-19	{"a4": "2510"}	{"lerrcp": "A4-2510"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2510", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:39", "date": "1833-03-19 01:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.66262, "lat": 48.42373, "name": "Erstein", "geoid": 3019865}, "notime": null, "date-ut": "1833-03-19 00:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2510"}, "birth": {"tzo": "+00:30:39", "date": "1833-03-19 01:00", "place": {"c2": "67", "cy": "FR", "lg": 7.66262, "lat": 48.42373, "name": "Erstein", "geoid": 3019865}, "date-ut": "1833-03-19 00:29"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2510"}, "ids-in-sources": {"a4": "2510"}}, "raw": {"H": "0", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "19", "LAT": "48N35", "LON": "7E45", "MON": "3", "NUM": "2510", "PRO": "M", "SEC": "0", "YEA": "1833", "CITY": "ERSTEIN"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11262	grison-leon-1835-08-11	{"a4": "2511"}	{"lerrcp": "A4-2511"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Grison", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:41", "date": "1835-08-11 11:00", "note": null, "place": {"c1": null, "c2": "95", "c3": null, "cy": "FR", "lg": 2.4223, "lat": 49.11319, "name": "Luzarches", "geoid": 2996982}, "notime": null, "date-ut": "1835-08-11 10:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Grison"}, "birth": {"tzo": "+00:09:41", "date": "1835-08-11 11:00", "place": {"c2": "95", "cy": "FR", "lg": 2.4223, "lat": 49.11319, "name": "Luzarches", "geoid": 2996982}, "date-ut": "1835-08-11 10:52"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2511"}, "ids-in-sources": {"a4": "2511"}}, "raw": {"H": "10", "MN": "52", "TZ": "0", "COD": "95", "COU": "F", "DAY": "11", "LAT": "49N 0", "LON": "2E 0", "MON": "8", "NUM": "2511", "PRO": "M", "SEC": "0", "YEA": "1835", "CITY": "LUZARCHES"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11263	guerin-charles-1837-05-29	{"a4": "2512"}	{"lerrcp": "A4-2512"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Guerin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:40", "date": "1837-05-29 02:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Stpierrelesnemo", "geoid": 0}, "notime": null, "date-ut": "1837-05-29 01:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Guerin"}, "birth": {"tzo": "+00:10:40", "date": "1837-05-29 02:00", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Stpierrelesnemo", "geoid": 0}, "date-ut": "1837-05-29 01:49:20"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2512"}, "ids-in-sources": {"a4": "2512"}}, "raw": {"H": "1", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "29", "LAT": "48N33", "LON": "2E40", "MON": "5", "NUM": "2512", "PRO": "M", "SEC": "20", "YEA": "1837", "CITY": "STPIERRELESNEMO"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11264	gueroult-alexandre-1822-10-24	{"a4": "2513"}	{"lerrcp": "A4-2513"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Gueroult", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01:30", "date": "1822-10-24 14:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.37457, "lat": 49.75787, "name": "Fécamp", "geoid": 3018794}, "notime": null, "date-ut": "1822-10-24 13:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Gueroult"}, "birth": {"tzo": "+00:01:30", "date": "1822-10-24 14:00", "place": {"c2": "76", "cy": "FR", "lg": 0.37457, "lat": 49.75787, "name": "Fécamp", "geoid": 3018794}, "date-ut": "1822-10-24 13:55:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2513"}, "ids-in-sources": {"a4": "2513"}}, "raw": {"H": "13", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "24", "LAT": "49N26", "LON": "1E 5", "MON": "10", "NUM": "2513", "PRO": "M", "SEC": "40", "YEA": "1822", "CITY": "FECAMP"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11265	guichard-philippe-1835-05-03	{"a4": "2514"}	{"lerrcp": "A4-2514"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Guichard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:20", "date": "1835-05-03 02:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 43.95, "name": "Thor", "geoid": 0}, "notime": null, "date-ut": "1835-05-03 01:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Guichard"}, "birth": {"tzo": "+00:19:20", "date": "1835-05-03 02:00", "place": {"c2": "84", "cy": "FR", "lg": 4.83333, "lat": 43.95, "name": "Thor", "geoid": 0}, "date-ut": "1835-05-03 01:40:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2514"}, "ids-in-sources": {"a4": "2514"}}, "raw": {"H": "1", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "3", "LAT": "43N57", "LON": "4E50", "MON": "5", "NUM": "2514", "PRO": "M", "SEC": "40", "YEA": "1835", "CITY": "THOR"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11266	guignery-paul-1822-11-03	{"a4": "2515"}	{"lerrcp": "A4-2515"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Guignery", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:31", "date": "1822-11-03 02:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.87885, "lat": 48.96014, "name": "Meaux", "geoid": 2994798}, "notime": null, "date-ut": "1822-11-03 01:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Guignery"}, "birth": {"tzo": "+00:11:31", "date": "1822-11-03 02:00", "place": {"c2": "77", "cy": "FR", "lg": 2.87885, "lat": 48.96014, "name": "Meaux", "geoid": 2994798}, "date-ut": "1822-11-03 01:49:20"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2515"}, "ids-in-sources": {"a4": "2515"}}, "raw": {"H": "1", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "3", "LAT": "48N33", "LON": "2E40", "MON": "11", "NUM": "2515", "PRO": "M", "SEC": "20", "YEA": "1822", "CITY": "MEAUX"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11267	guillot-marie-1847-02-07	{"a4": "2516"}	{"lerrcp": "A4-2516"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Guillot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:36", "date": "1847-02-07 08:00", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 4.9, "lat": 44.93333, "name": "Stpaultroischat", "geoid": 0}, "notime": null, "date-ut": "1847-02-07 07:40:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Guillot"}, "birth": {"tzo": "+00:19:36", "date": "1847-02-07 08:00", "place": {"c2": "26", "cy": "FR", "lg": 4.9, "lat": 44.93333, "name": "Stpaultroischat", "geoid": 0}, "date-ut": "1847-02-07 07:40:24"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2516"}, "ids-in-sources": {"a4": "2516"}}, "raw": {"H": "7", "MN": "40", "TZ": "0", "COD": "26", "COU": "F", "DAY": "7", "LAT": "44N56", "LON": "4E54", "MON": "2", "NUM": "2516", "PRO": "M", "SEC": "24", "YEA": "1847", "CITY": "STPAULTROISCHAT"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11268	haderne-isidore-1848-09-12	{"a4": "2517"}	{"lerrcp": "A4-2517"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Isidore", "family": "Haderne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:20", "date": "1848-09-12 09:00", "note": null, "place": {"c1": null, "c2": "65", "c3": null, "cy": "FR", "lg": 0.08333, "lat": 43.23333, "name": "Arras", "geoid": 0}, "notime": null, "date-ut": "1848-09-12 08:59:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Isidore", "family": "Haderne"}, "birth": {"tzo": "+00:00:20", "date": "1848-09-12 09:00", "place": {"c2": "65", "cy": "FR", "lg": 0.08333, "lat": 43.23333, "name": "Arras", "geoid": 0}, "date-ut": "1848-09-12 08:59:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2517"}, "ids-in-sources": {"a4": "2517"}}, "raw": {"H": "8", "MN": "59", "TZ": "0", "COD": "65", "COU": "F", "DAY": "12", "LAT": "43N14", "LON": "0E 5", "MON": "9", "NUM": "2517", "PRO": "M", "SEC": "40", "YEA": "1848", "CITY": "ARRAS"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11269	hardy-eugene-1846-12-12	{"a4": "2518"}	{"lerrcp": "A4-2518"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Hardy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:19", "date": "1846-12-12 21:00", "note": null, "place": {"c1": null, "c2": "41", "c3": null, "cy": "FR", "lg": 1.32912, "lat": 47.59432, "name": "Blois", "geoid": 3032213}, "notime": null, "date-ut": "1846-12-12 20:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Hardy"}, "birth": {"tzo": "+00:05:19", "date": "1846-12-12 21:00", "place": {"c2": "41", "cy": "FR", "lg": 1.32912, "lat": 47.59432, "name": "Blois", "geoid": 3032213}, "date-ut": "1846-12-12 20:54:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2518"}, "ids-in-sources": {"a4": "2518"}}, "raw": {"H": "20", "MN": "54", "TZ": "0", "COD": "41", "COU": "F", "DAY": "12", "LAT": "47N35", "LON": "1E20", "MON": "12", "NUM": "2518", "PRO": "M", "SEC": "40", "YEA": "1846", "CITY": "BLOIS"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11270	hausser-charles-1840-04-02	{"a4": "2519"}	{"lerrcp": "A4-2519"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Hausser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1840-04-02 21:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1840-04-02 20:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Hausser"}, "birth": {"tzo": "+00:30:59", "date": "1840-04-02 21:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1840-04-02 20:29"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2519"}, "ids-in-sources": {"a4": "2519"}}, "raw": {"H": "20", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "2", "LAT": "48N35", "LON": "7E45", "MON": "4", "NUM": "2519", "PRO": "M", "SEC": "0", "YEA": "1840", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11271	hausser-jacques-1851-09-01	{"a4": "2520"}	{"lerrcp": "A4-2520"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Hausser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:60", "date": "1851-09-01 05:29", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74931, "lat": 48.60749, "name": "Schiltigheim", "geoid": 2975446}, "notime": null, "date-ut": "1851-09-01 05:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Hausser"}, "birth": {"tzo": "+00:30:60", "date": "1851-09-01 05:29", "place": {"c2": "67", "cy": "FR", "lg": 7.74931, "lat": 48.60749, "name": "Schiltigheim", "geoid": 2975446}, "date-ut": "1851-09-01 05:29"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2520"}, "ids-in-sources": {"a4": "2520"}}, "raw": {"H": "5", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "1", "LAT": "48N35", "LON": "7E45", "MON": "9", "NUM": "2520", "PRO": "M", "SEC": "0", "YEA": "1851", "CITY": "SCHILTIGHEIM"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11272	hautecoeur-jacques-1837-02-08	{"a4": "2521"}	{"lerrcp": "A4-2521"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Hautecoeur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:20", "date": "1837-02-08 02:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.08333, "lat": 49.43333, "name": "Monville", "geoid": 0}, "notime": null, "date-ut": "1837-02-08 01:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Hautecoeur"}, "birth": {"tzo": "+00:04:20", "date": "1837-02-08 02:00", "place": {"c2": "76", "cy": "FR", "lg": 1.08333, "lat": 49.43333, "name": "Monville", "geoid": 0}, "date-ut": "1837-02-08 01:55:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2521"}, "ids-in-sources": {"a4": "2521"}}, "raw": {"H": "1", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "8", "LAT": "49N26", "LON": "1E 5", "MON": "2", "NUM": "2521", "PRO": "M", "SEC": "40", "YEA": "1837", "CITY": "MONVILLE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11273	heid-charles-1836-06-22	{"a4": "2522"}	{"lerrcp": "A4-2522"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Heid", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1836-06-22 18:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1836-06-22 17:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Heid"}, "birth": {"tzo": "+00:30:59", "date": "1836-06-22 18:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1836-06-22 17:29"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2522"}, "ids-in-sources": {"a4": "2522"}}, "raw": {"H": "17", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "22", "LAT": "48N35", "LON": "7E45", "MON": "6", "NUM": "2522", "PRO": "M", "SEC": "0", "YEA": "1836", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11274	heisser-eugene-1862-02-03	{"a4": "2523"}	{"lerrcp": "A4-2523"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Heisser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1862-02-03 17:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1862-02-03 16:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Heisser"}, "birth": {"tzo": "+00:15:30", "date": "1862-02-03 17:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1862-02-03 16:44:28"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2523"}, "ids-in-sources": {"a4": "2523"}}, "raw": {"H": "16", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "3", "LAT": "43N37", "LON": "3E53", "MON": "2", "NUM": "2523", "PRO": "M", "SEC": "28", "YEA": "1862", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11275	hemme-constant-1841-04-11	{"a4": "2524"}	{"lerrcp": "A4-2524"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Constant", "family": "Hemme", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:38", "date": "1841-04-11 13:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.15863, "lat": 48.8898, "name": "Chatou", "geoid": 3026033}, "notime": null, "date-ut": "1841-04-11 12:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Constant", "family": "Hemme"}, "birth": {"tzo": "+00:08:38", "date": "1841-04-11 13:00", "place": {"c2": "78", "cy": "FR", "lg": 2.15863, "lat": 48.8898, "name": "Chatou", "geoid": 3026033}, "date-ut": "1841-04-11 12:51:28"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2524"}, "ids-in-sources": {"a4": "2524"}}, "raw": {"H": "12", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "11", "LAT": "48N50", "LON": "2E 8", "MON": "4", "NUM": "2524", "PRO": "M", "SEC": "28", "YEA": "1841", "CITY": "CHATOU"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11276	gauquelin-a4-2525-1815-02-21	{"a4": "2525"}	{"lerrcp": "A4-2525"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2525", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:52", "date": "1815-02-21 20:00", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 5.21667, "lat": 46.2, "name": "Bourg", "geoid": 0}, "notime": null, "date-ut": "1815-02-21 19:39:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2525"}, "birth": {"tzo": "+00:20:52", "date": "1815-02-21 20:00", "place": {"c2": "01", "cy": "FR", "lg": 5.21667, "lat": 46.2, "name": "Bourg", "geoid": 0}, "date-ut": "1815-02-21 19:39:08"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2525"}, "ids-in-sources": {"a4": "2525"}}, "raw": {"H": "19", "MN": "39", "TZ": "0", "COD": "01", "COU": "F", "DAY": "21", "LAT": "46N12", "LON": "5E13", "MON": "2", "NUM": "2525", "PRO": "M", "SEC": "8", "YEA": "1815", "CITY": "BOURG"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11277	herete-alexis-1836-05-29	{"a4": "2526"}	{"lerrcp": "A4-2526"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexis", "family": "Herete", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:09", "date": "1836-05-29 22:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.28592, "lat": 43.67296, "name": "Mondonville", "geoid": 2993348}, "notime": null, "date-ut": "1836-05-29 21:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Alexis", "family": "Herete"}, "birth": {"tzo": "+00:05:09", "date": "1836-05-29 22:00", "place": {"c2": "31", "cy": "FR", "lg": 1.28592, "lat": 43.67296, "name": "Mondonville", "geoid": 2993348}, "date-ut": "1836-05-29 21:54:16"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2526"}, "ids-in-sources": {"a4": "2526"}}, "raw": {"H": "21", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "29", "LAT": "43N37", "LON": "1E26", "MON": "5", "NUM": "2526", "PRO": "M", "SEC": "16", "YEA": "1836", "CITY": "MONDONVILLE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11278	herrmann-emile-1839-06-18	{"a4": "2527"}	{"lerrcp": "A4-2527"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Herrmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1839-06-18 21:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1839-06-18 20:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Herrmann"}, "birth": {"tzo": "+00:30:59", "date": "1839-06-18 21:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1839-06-18 20:29"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2527"}, "ids-in-sources": {"a4": "2527"}}, "raw": {"H": "20", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "18", "LAT": "48N35", "LON": "7E45", "MON": "6", "NUM": "2527", "PRO": "M", "SEC": "0", "YEA": "1839", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11279	hitzemann-ildephonse-1842-03-14	{"a4": "2528"}	{"lerrcp": "A4-2528"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ildephonse", "family": "Hitzemann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:57", "date": "1842-03-14 09:30", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 2.73594, "lat": 50.73592, "name": "Bailleul", "geoid": 3035359}, "notime": null, "date-ut": "1842-03-14 09:17:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Ildephonse", "family": "Hitzemann"}, "birth": {"tzo": "+00:10:57", "date": "1842-03-14 09:30", "place": {"c2": "59", "cy": "FR", "lg": 2.73594, "lat": 50.73592, "name": "Bailleul", "geoid": 3035359}, "date-ut": "1842-03-14 09:17:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2528"}, "ids-in-sources": {"a4": "2528"}}, "raw": {"H": "9", "MN": "17", "TZ": "0", "COD": "59", "COU": "F", "DAY": "14", "LAT": "50N39", "LON": "3E 5", "MON": "3", "NUM": "2528", "PRO": "M", "SEC": "40", "YEA": "1842", "CITY": "BAILLEUL"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11280	hiver-charles-1864-11-23	{"a4": "2529"}	{"lerrcp": "A4-2529"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Hiver", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:08", "date": "1864-11-23 01:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "notime": null, "date-ut": "1864-11-23 00:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Hiver"}, "birth": {"tzo": "+00:11:08", "date": "1864-11-23 01:00", "place": {"c2": "62", "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "date-ut": "1864-11-23 00:48:56"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2529"}, "ids-in-sources": {"a4": "2529"}}, "raw": {"H": "0", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "23", "LAT": "50N18", "LON": "2E46", "MON": "11", "NUM": "2529", "PRO": "M", "SEC": "56", "YEA": "1864", "CITY": "ARRAS"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11281	houziaux-hippolyte-1847-07-17	{"a4": "2530"}	{"lerrcp": "A4-2530"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hippolyte", "family": "Houziaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:02", "date": "1847-07-17 02:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.50682, "lat": 49.90672, "name": "Corbie", "geoid": 3023742}, "notime": null, "date-ut": "1847-07-17 01:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Hippolyte", "family": "Houziaux"}, "birth": {"tzo": "+00:10:02", "date": "1847-07-17 02:00", "place": {"c2": "80", "cy": "FR", "lg": 2.50682, "lat": 49.90672, "name": "Corbie", "geoid": 3023742}, "date-ut": "1847-07-17 01:50:48"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2530"}, "ids-in-sources": {"a4": "2530"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "17", "LAT": "49N54", "LON": "2E18", "MON": "7", "NUM": "2530", "PRO": "M", "SEC": "48", "YEA": "1847", "CITY": "CORBIE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11282	hubant-charles-1828-04-14	{"a4": "2531"}	{"lerrcp": "A4-2531"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Hubant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:32", "date": "1828-04-14 02:00", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.13282, "lat": 48.30089, "name": "Mirecourt", "geoid": 2993728}, "notime": null, "date-ut": "1828-04-14 01:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Hubant"}, "birth": {"tzo": "+00:24:32", "date": "1828-04-14 02:00", "place": {"c2": "88", "cy": "FR", "lg": 6.13282, "lat": 48.30089, "name": "Mirecourt", "geoid": 2993728}, "date-ut": "1828-04-14 01:34:08"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2531"}, "ids-in-sources": {"a4": "2531"}}, "raw": {"H": "1", "MN": "34", "TZ": "0", "COD": "88", "COU": "F", "DAY": "14", "LAT": "48N10", "LON": "6E28", "MON": "4", "NUM": "2531", "PRO": "M", "SEC": "8", "YEA": "1828", "CITY": "MIRECOURT"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11283	hudier-victor-1872-07-17	{"a4": "2532"}	{"lerrcp": "A4-2532"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Hudier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:56", "date": "1872-07-17 00:30", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Nogentsmarne", "geoid": 0}, "notime": null, "date-ut": "1872-07-17 00:20:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Hudier"}, "birth": {"tzo": "+00:09:56", "date": "1872-07-17 00:30", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Nogentsmarne", "geoid": 0}, "date-ut": "1872-07-17 00:20:04"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2532"}, "ids-in-sources": {"a4": "2532"}}, "raw": {"H": "0", "MN": "20", "TZ": "0", "COD": "94", "COU": "F", "DAY": "17", "LAT": "48N47", "LON": "2E29", "MON": "7", "NUM": "2532", "PRO": "M", "SEC": "4", "YEA": "1872", "CITY": "NOGENTSMARNE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11284	huguenin-joseph-1839-03-16	{"a4": "2533"}	{"lerrcp": "A4-2533"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Huguenin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1839-03-16 11:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Stgermainenlaye", "geoid": 0}, "notime": null, "date-ut": "1839-03-16 10:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Huguenin"}, "birth": {"tzo": "+00:08:32", "date": "1839-03-16 11:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Stgermainenlaye", "geoid": 0}, "date-ut": "1839-03-16 10:51:28"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2533"}, "ids-in-sources": {"a4": "2533"}}, "raw": {"H": "10", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "16", "LAT": "48N50", "LON": "2E 8", "MON": "3", "NUM": "2533", "PRO": "M", "SEC": "28", "YEA": "1839", "CITY": "STGERMAINENLAYE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11285	huguet-gabriel-1845-09-10	{"a4": "2534"}	{"lerrcp": "A4-2534"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Huguet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1845-09-10 03:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1845-09-10 02:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Huguet"}, "birth": {"tzo": "+00:19:23", "date": "1845-09-10 03:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1845-09-10 02:40:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2534"}, "ids-in-sources": {"a4": "2534"}}, "raw": {"H": "2", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "10", "LAT": "45N46", "LON": "4E50", "MON": "9", "NUM": "2534", "PRO": "M", "SEC": "40", "YEA": "1845", "CITY": "LYON"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11286	ibert-pierre-1821-07-18	{"a4": "2535"}	{"lerrcp": "A4-2535"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Ibert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:26", "date": "1821-07-18 09:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.35912, "lat": 49.18585, "name": "Caen", "geoid": 3029241}, "notime": null, "date-ut": "1821-07-18 09:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Ibert"}, "birth": {"tzo": "-00:01:26", "date": "1821-07-18 09:00", "place": {"c2": "14", "cy": "FR", "lg": -0.35912, "lat": 49.18585, "name": "Caen", "geoid": 3029241}, "date-ut": "1821-07-18 09:01:28"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2535"}, "ids-in-sources": {"a4": "2535"}}, "raw": {"H": "9", "MN": "1", "TZ": "0", "COD": "14", "COU": "F", "DAY": "18", "LAT": "49N11", "LON": "0W22", "MON": "7", "NUM": "2535", "PRO": "M", "SEC": "28", "YEA": "1821", "CITY": "CAEN"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11287	iung-charles-1841-01-16	{"a4": "2536"}	{"lerrcp": "A4-2536"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Iung", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1841-01-16 06:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1841-01-16 05:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Iung"}, "birth": {"tzo": "+00:30:59", "date": "1841-01-16 06:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1841-01-16 05:29"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2536"}, "ids-in-sources": {"a4": "2536"}}, "raw": {"H": "5", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "16", "LAT": "48N35", "LON": "7E45", "MON": "1", "NUM": "2536", "PRO": "M", "SEC": "0", "YEA": "1841", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11288	gauquelin-a4-2537-1844-02-29	{"a4": "2537"}	{"lerrcp": "A4-2537"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2537", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:31", "date": "1844-02-29 05:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.75, "lat": 48.58333, "name": "Soultz", "geoid": 0}, "notime": null, "date-ut": "1844-02-29 04:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2537"}, "birth": {"tzo": "+00:31", "date": "1844-02-29 05:00", "place": {"c2": "67", "cy": "FR", "lg": 7.75, "lat": 48.58333, "name": "Soultz", "geoid": 0}, "date-ut": "1844-02-29 04:29"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2537"}, "ids-in-sources": {"a4": "2537"}}, "raw": {"H": "4", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "29", "LAT": "48N35", "LON": "7E45", "MON": "2", "NUM": "2537", "PRO": "M", "SEC": "0", "YEA": "1844", "CITY": "SOULTZ"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11289	jacob-eugene-1839-07-20	{"a4": "2538"}	{"lerrcp": "A4-2538"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Jacob", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:40", "date": "1839-07-20 11:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -1.16667, "lat": 46.15, "name": "Nieulmer", "geoid": 0}, "notime": null, "date-ut": "1839-07-20 11:04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Jacob"}, "birth": {"tzo": "-00:04:40", "date": "1839-07-20 11:00", "place": {"c2": "17", "cy": "FR", "lg": -1.16667, "lat": 46.15, "name": "Nieulmer", "geoid": 0}, "date-ut": "1839-07-20 11:04:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2538"}, "ids-in-sources": {"a4": "2538"}}, "raw": {"H": "11", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "20", "LAT": "46N 9", "LON": "1W10", "MON": "7", "NUM": "2538", "PRO": "M", "SEC": "40", "YEA": "1839", "CITY": "NIEULMER"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11290	jacoutot-joseph-1849-11-17	{"a4": "2539"}	{"lerrcp": "A4-2539"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Jacoutot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1849-11-17 09:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1849-11-17 08:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Jacoutot"}, "birth": {"tzo": "+00:30:59", "date": "1849-11-17 09:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1849-11-17 08:29"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2539"}, "ids-in-sources": {"a4": "2539"}}, "raw": {"H": "8", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "17", "LAT": "48N35", "LON": "7E45", "MON": "11", "NUM": "2539", "PRO": "M", "SEC": "0", "YEA": "1849", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11291	jalabert-justin-1834-01-26	{"a4": "2540"}	{"lerrcp": "A4-2540"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Justin", "family": "Jalabert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:46", "date": "1834-01-26 02:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 2.44175, "lat": 43.21028, "name": "Trèbes", "geoid": 2972010}, "notime": null, "date-ut": "1834-01-26 01:50:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Justin", "family": "Jalabert"}, "birth": {"tzo": "+00:09:46", "date": "1834-01-26 02:00", "place": {"c2": "11", "cy": "FR", "lg": 2.44175, "lat": 43.21028, "name": "Trèbes", "geoid": 2972010}, "date-ut": "1834-01-26 01:50:36"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2540"}, "ids-in-sources": {"a4": "2540"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "26", "LAT": "43N12", "LON": "2E21", "MON": "1", "NUM": "2540", "PRO": "M", "SEC": "36", "YEA": "1834", "CITY": "TREBES"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11292	jandot-paul-1839-09-10	{"a4": "2541"}	{"lerrcp": "A4-2541"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Jandot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 6.25, "lat": 36.5, "name": "BOUGIE", "geoid": 0}, "notime": null, "date-ut": "1839-09-10 10:35:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Jandot"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 6.25, "lat": 36.5, "name": "BOUGIE", "geoid": 0}, "date-ut": "1839-09-10 10:35:00"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2541"}, "ids-in-sources": {"a4": "2541"}}, "raw": {"H": "10", "MN": "35", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "10", "LAT": "36N30", "LON": "6E15", "MON": "9", "NUM": "2541", "PRO": "M", "SEC": "0", "YEA": "1839", "CITY": "BOUGIE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11293	jean-adolphe-1840-02-11	{"a4": "2542"}	{"lerrcp": "A4-2542"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Jean", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:59", "date": "1840-02-11 19:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.49383, "lat": 48.59273, "name": "Lunéville", "geoid": 2997110}, "notime": null, "date-ut": "1840-02-11 18:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Jean"}, "birth": {"tzo": "+00:25:59", "date": "1840-02-11 19:00", "place": {"c2": "54", "cy": "FR", "lg": 6.49383, "lat": 48.59273, "name": "Lunéville", "geoid": 2997110}, "date-ut": "1840-02-11 18:35:12"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2542"}, "ids-in-sources": {"a4": "2542"}}, "raw": {"H": "18", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "11", "LAT": "48N42", "LON": "6E12", "MON": "2", "NUM": "2542", "PRO": "M", "SEC": "12", "YEA": "1840", "CITY": "LUNEVILLE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11294	jeanjean-paul-1875-11-22	{"a4": "2543"}	{"lerrcp": "A4-2543"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Jeanjean", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1875-11-22 14:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1875-11-22 13:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Jeanjean"}, "birth": {"tzo": "+00:15:30", "date": "1875-11-22 14:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1875-11-22 13:44:28"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2543"}, "ids-in-sources": {"a4": "2543"}}, "raw": {"H": "13", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "22", "LAT": "43N37", "LON": "3E53", "MON": "11", "NUM": "2543", "PRO": "M", "SEC": "28", "YEA": "1875", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11295	josserand-jean-1838-09-20	{"a4": "2544"}	{"lerrcp": "A4-2544"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Josserand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:30", "date": "1838-09-20 11:00", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 5.12658, "lat": 46.24849, "name": "Polliat", "geoid": 2986457}, "notime": null, "date-ut": "1838-09-20 10:39:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Josserand"}, "birth": {"tzo": "+00:20:30", "date": "1838-09-20 11:00", "place": {"c2": "01", "cy": "FR", "lg": 5.12658, "lat": 46.24849, "name": "Polliat", "geoid": 2986457}, "date-ut": "1838-09-20 10:39:08"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2544"}, "ids-in-sources": {"a4": "2544"}}, "raw": {"H": "10", "MN": "39", "TZ": "0", "COD": "01", "COU": "F", "DAY": "20", "LAT": "46N12", "LON": "5E13", "MON": "9", "NUM": "2544", "PRO": "M", "SEC": "8", "YEA": "1838", "CITY": "POLLIAT"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11296	jouvenot-paul-1847-08-15	{"a4": "2545"}	{"lerrcp": "A4-2545"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Jouvenot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:36", "date": "1847-08-15 23:00", "note": null, "place": {"c1": null, "c2": "18", "c3": null, "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "notime": null, "date-ut": "1847-08-15 22:50:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Jouvenot"}, "birth": {"tzo": "+00:09:36", "date": "1847-08-15 23:00", "place": {"c2": "18", "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "date-ut": "1847-08-15 22:50:28"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2545"}, "ids-in-sources": {"a4": "2545"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "18", "COU": "F", "DAY": "15", "LAT": "47N 5", "LON": "2E23", "MON": "8", "NUM": "2545", "PRO": "M", "SEC": "28", "YEA": "1847", "CITY": "BOURGES"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11297	gauquelin-a4-2546-1839-09-05	{"a4": "2546"}	{"lerrcp": "A4-2546"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2546", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:00:58", "date": "1839-09-05 13:56:38", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.24186, "lat": 44.91449, "name": "Libourne", "geoid": 2998517}, "notime": null, "date-ut": "1839-09-05 13:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2546"}, "birth": {"tzo": "-00:00:58", "date": "1839-09-05 13:56:38", "place": {"c2": "33", "cy": "FR", "lg": -0.24186, "lat": 44.91449, "name": "Libourne", "geoid": 2998517}, "date-ut": "1839-09-05 13:57:36"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2546"}, "ids-in-sources": {"a4": "2546"}}, "raw": {"H": "13", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "5", "LAT": "44N50", "LON": "0W34", "MON": "9", "NUM": "2546", "PRO": "M", "SEC": "36", "YEA": "1839", "CITY": "LIBOURNE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11298	kern-jean-1845-05-25	{"a4": "2547"}	{"lerrcp": "A4-2547"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Kern", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:41", "date": "1845-05-25 08:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1845-05-25 07:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Kern"}, "birth": {"tzo": "+00:24:41", "date": "1845-05-25 08:00", "place": {"c2": "57", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1845-05-25 07:35:16"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2547"}, "ids-in-sources": {"a4": "2547"}}, "raw": {"H": "7", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "25", "LAT": "49N 7", "LON": "6E11", "MON": "5", "NUM": "2547", "PRO": "M", "SEC": "16", "YEA": "1845", "CITY": "METZ"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11299	klemmer-alexandre-1827-05-10	{"a4": "2548"}	{"lerrcp": "A4-2548"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Klemmer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1827-05-10 12:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1827-05-10 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Klemmer"}, "birth": {"tzo": "+00:09:24", "date": "1827-05-10 12:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1827-05-10 11:50:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2548"}, "ids-in-sources": {"a4": "2548"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "10", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "2548", "PRO": "M", "SEC": "40", "YEA": "1827", "CITY": "PARIS"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11300	kuhn-jean-1839-01-15	{"a4": "2549"}	{"lerrcp": "A4-2549"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Kuhn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:41", "date": "1839-01-15 08:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1839-01-15 07:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Kuhn"}, "birth": {"tzo": "+00:24:41", "date": "1839-01-15 08:00", "place": {"c2": "57", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1839-01-15 07:35:16"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2549"}, "ids-in-sources": {"a4": "2549"}}, "raw": {"H": "7", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "15", "LAT": "49N 7", "LON": "6E11", "MON": "1", "NUM": "2549", "PRO": "M", "SEC": "16", "YEA": "1839", "CITY": "METZ"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11301	lachaise-abraham-1849-12-08	{"a4": "2550"}	{"lerrcp": "A4-2550"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Abraham", "family": "Lachaise", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:25", "date": "1849-12-08 08:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.35584, "lat": 48.08078, "name": "Colmar", "geoid": 3024297}, "notime": null, "date-ut": "1849-12-08 07:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Abraham", "family": "Lachaise"}, "birth": {"tzo": "+00:29:25", "date": "1849-12-08 08:00", "place": {"c2": "68", "cy": "FR", "lg": 7.35584, "lat": 48.08078, "name": "Colmar", "geoid": 3024297}, "date-ut": "1849-12-08 07:30:36"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2550"}, "ids-in-sources": {"a4": "2550"}}, "raw": {"H": "7", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "8", "LAT": "48N 5", "LON": "7E21", "MON": "12", "NUM": "2550", "PRO": "M", "SEC": "36", "YEA": "1849", "CITY": "COLMAR"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11302	lachanaud-jean-1854-12-13	{"a4": "2551"}	{"lerrcp": "A4-2551"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lachanaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1854-12-13 14:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1854-12-13 14:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lachanaud"}, "birth": {"tzo": "-00:02:19", "date": "1854-12-13 14:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1854-12-13 14:57:36"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2551"}, "ids-in-sources": {"a4": "2551"}}, "raw": {"H": "14", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "13", "LAT": "44N50", "LON": "0W34", "MON": "12", "NUM": "2551", "PRO": "M", "SEC": "36", "YEA": "1854", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11303	lacoste-charles-1836-11-01	{"a4": "2552"}	{"lerrcp": "A4-2552"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Lacoste", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1836-11-01 02:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1836-11-01 02:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Lacoste"}, "birth": {"tzo": "-00:02:19", "date": "1836-11-01 02:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1836-11-01 02:57:36"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2552"}, "ids-in-sources": {"a4": "2552"}}, "raw": {"H": "2", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "1", "LAT": "44N50", "LON": "0W34", "MON": "11", "NUM": "2552", "PRO": "M", "SEC": "36", "YEA": "1836", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11304	lagarde-auguste-1824-09-13	{"a4": "2553"}	{"lerrcp": "A4-2553"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Lagarde", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:44", "date": "1824-09-13 11:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Issylesmoulinea", "geoid": 0}, "notime": null, "date-ut": "1824-09-13 10:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Lagarde"}, "birth": {"tzo": "+00:08:44", "date": "1824-09-13 11:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Issylesmoulinea", "geoid": 0}, "date-ut": "1824-09-13 10:51:16"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2553"}, "ids-in-sources": {"a4": "2553"}}, "raw": {"H": "10", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "13", "LAT": "48N50", "LON": "2E11", "MON": "9", "NUM": "2553", "PRO": "M", "SEC": "16", "YEA": "1824", "CITY": "ISSYLESMOULINEA"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11305	lallement-joseph-1832-06-05	{"a4": "2554"}	{"lerrcp": "A4-2554"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Lallement", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:48", "date": "1832-06-05 19:30", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.2, "lat": 48.7, "name": "Xivrycircourt", "geoid": 0}, "notime": null, "date-ut": "1832-06-05 19:05:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Lallement"}, "birth": {"tzo": "+00:24:48", "date": "1832-06-05 19:30", "place": {"c2": "54", "cy": "FR", "lg": 6.2, "lat": 48.7, "name": "Xivrycircourt", "geoid": 0}, "date-ut": "1832-06-05 19:05:12"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2554"}, "ids-in-sources": {"a4": "2554"}}, "raw": {"H": "19", "MN": "5", "TZ": "0", "COD": "54", "COU": "F", "DAY": "5", "LAT": "48N42", "LON": "6E12", "MON": "6", "NUM": "2554", "PRO": "M", "SEC": "12", "YEA": "1832", "CITY": "XIVRYCIRCOURT"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11306	gauquelin-a4-2555-1848-07-30	{"a4": "2555"}	{"lerrcp": "A4-2555"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2555", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:53", "date": "1848-07-30 22:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.97111, "lat": 44.08312, "name": "Sarrians", "geoid": 2975953}, "notime": null, "date-ut": "1848-07-30 21:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2555"}, "birth": {"tzo": "+00:19:53", "date": "1848-07-30 22:00", "place": {"c2": "84", "cy": "FR", "lg": 4.97111, "lat": 44.08312, "name": "Sarrians", "geoid": 2975953}, "date-ut": "1848-07-30 21:40:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2555"}, "ids-in-sources": {"a4": "2555"}}, "raw": {"H": "21", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "30", "LAT": "43N57", "LON": "4E50", "MON": "7", "NUM": "2555", "PRO": "M", "SEC": "40", "YEA": "1848", "CITY": "SARRIANS"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11307	lamour-charles-1808-01-06	{"a4": "2556"}	{"lerrcp": "A4-2556"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Lamour", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:41", "date": "1808-01-06 02:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1808-01-06 01:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Lamour"}, "birth": {"tzo": "+00:24:41", "date": "1808-01-06 02:00", "place": {"c2": "57", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1808-01-06 01:35:16"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2556"}, "ids-in-sources": {"a4": "2556"}}, "raw": {"H": "1", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "6", "LAT": "49N 7", "LON": "6E11", "MON": "1", "NUM": "2556", "PRO": "M", "SEC": "16", "YEA": "1808", "CITY": "METZ"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11308	lancheney-louis-1842-10-01	{"a4": "2557"}	{"lerrcp": "A4-2557"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Lancheney", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25", "date": "1842-10-01 10:00", "note": null, "place": {"c1": null, "c2": "04", "c3": null, "cy": "FR", "lg": 6.25, "lat": 44.1, "name": "Valensolle", "geoid": 0}, "notime": null, "date-ut": "1842-10-01 09:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Lancheney"}, "birth": {"tzo": "+00:25", "date": "1842-10-01 10:00", "place": {"c2": "04", "cy": "FR", "lg": 6.25, "lat": 44.1, "name": "Valensolle", "geoid": 0}, "date-ut": "1842-10-01 09:35"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2557"}, "ids-in-sources": {"a4": "2557"}}, "raw": {"H": "9", "MN": "35", "TZ": "0", "COD": "04", "COU": "F", "DAY": "1", "LAT": "44N 6", "LON": "6E15", "MON": "10", "NUM": "2557", "PRO": "M", "SEC": "0", "YEA": "1842", "CITY": "VALENSOLLE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11309	lapasset-cyprien-1837-08-06	{"a4": "2558"}	{"lerrcp": "A4-2558"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cyprien", "family": "Lapasset", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:44", "date": "1837-08-06 14:00", "note": null, "place": {"c1": null, "c2": "09", "c3": null, "cy": "FR", "lg": 1.93412, "lat": 42.90396, "name": "Bélesta", "geoid": 3033799}, "notime": null, "date-ut": "1837-08-06 13:53:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Cyprien", "family": "Lapasset"}, "birth": {"tzo": "+00:07:44", "date": "1837-08-06 14:00", "place": {"c2": "09", "cy": "FR", "lg": 1.93412, "lat": 42.90396, "name": "Bélesta", "geoid": 3033799}, "date-ut": "1837-08-06 13:53:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2558"}, "ids-in-sources": {"a4": "2558"}}, "raw": {"H": "13", "MN": "53", "TZ": "0", "COD": "09", "COU": "F", "DAY": "6", "LAT": "42N58", "LON": "1E35", "MON": "8", "NUM": "2558", "PRO": "M", "SEC": "40", "YEA": "1837", "CITY": "BELESTA"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11310	lardeur-henry-1840-10-18	{"a4": "2559"}	{"lerrcp": "A4-2559"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Lardeur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:03", "date": "1840-10-18 22:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "notime": null, "date-ut": "1840-10-18 21:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Lardeur"}, "birth": {"tzo": "+00:09:03", "date": "1840-10-18 22:00", "place": {"c2": "62", "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "date-ut": "1840-10-18 21:48:56"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2559"}, "ids-in-sources": {"a4": "2559"}}, "raw": {"H": "21", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "18", "LAT": "50N18", "LON": "2E46", "MON": "10", "NUM": "2559", "PRO": "M", "SEC": "56", "YEA": "1840", "CITY": "ST-OMER"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11311	lassagne-hippolyte-1827-08-12	{"a4": "2560"}	{"lerrcp": "A4-2560"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hippolyte", "family": "Lassagne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:04", "date": "1827-08-12 06:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1827-08-12 05:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Hippolyte", "family": "Lassagne"}, "birth": {"tzo": "+00:24:04", "date": "1827-08-12 06:00", "place": {"c2": "25", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1827-08-12 05:35:52"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2560"}, "ids-in-sources": {"a4": "2560"}}, "raw": {"H": "5", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "12", "LAT": "47N15", "LON": "6E 2", "MON": "8", "NUM": "2560", "PRO": "M", "SEC": "52", "YEA": "1827", "CITY": "BESANCON"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11312	lavigne-antoine-1816-05-23	{"a4": "2561"}	{"lerrcp": "A4-2561"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Lavigne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:04", "date": "1816-05-23 06:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1816-05-23 05:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Lavigne"}, "birth": {"tzo": "+00:24:04", "date": "1816-05-23 06:00", "place": {"c2": "25", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1816-05-23 05:35:52"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2561"}, "ids-in-sources": {"a4": "2561"}}, "raw": {"H": "5", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "23", "LAT": "47N15", "LON": "6E 2", "MON": "5", "NUM": "2561", "PRO": "M", "SEC": "52", "YEA": "1816", "CITY": "BESANCON"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11313	leclerc-louis-1835-05-14	{"a4": "2562"}	{"lerrcp": "A4-2562"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Leclerc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1835-05-14 17:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1835-05-14 16:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Leclerc"}, "birth": {"tzo": "+00:30:59", "date": "1835-05-14 17:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1835-05-14 16:29"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2562"}, "ids-in-sources": {"a4": "2562"}}, "raw": {"H": "16", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "14", "LAT": "48N35", "LON": "7E45", "MON": "5", "NUM": "2562", "PRO": "M", "SEC": "0", "YEA": "1835", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11314	legros-louis-1853-02-15	{"a4": "2563"}	{"lerrcp": "A4-2563"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Legros", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:00:37", "date": "1853-02-15 18:00", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": -0.15372, "lat": 47.99545, "name": "Loué", "geoid": 2997456}, "notime": null, "date-ut": "1853-02-15 17:59:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Legros"}, "birth": {"tzo": "-00:00:37", "date": "1853-02-15 18:00", "place": {"c2": "72", "cy": "FR", "lg": -0.15372, "lat": 47.99545, "name": "Loué", "geoid": 2997456}, "date-ut": "1853-02-15 17:59:12"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2563"}, "ids-in-sources": {"a4": "2563"}}, "raw": {"H": "17", "MN": "59", "TZ": "0", "COD": "72", "COU": "F", "DAY": "15", "LAT": "48N 1", "LON": "0E12", "MON": "2", "NUM": "2563", "PRO": "M", "SEC": "12", "YEA": "1853", "CITY": "LOUE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11315	leguay-jean-1833-07-08	{"a4": "2564"}	{"lerrcp": "A4-2564"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Leguay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:49", "date": "1833-07-08 14:00", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "notime": null, "date-ut": "1833-07-08 13:57:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Leguay"}, "birth": {"tzo": "+00:02:49", "date": "1833-07-08 14:00", "place": {"c2": "37", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "date-ut": "1833-07-08 13:57:12"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2564"}, "ids-in-sources": {"a4": "2564"}}, "raw": {"H": "13", "MN": "57", "TZ": "0", "COD": "37", "COU": "F", "DAY": "8", "LAT": "47N24", "LON": "0E42", "MON": "7", "NUM": "2564", "PRO": "M", "SEC": "12", "YEA": "1833", "CITY": "TOURS"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11316	leitert-maurice-1880-11-27	{"a4": "2565"}	{"lerrcp": "A4-2565"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Leitert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:21", "date": "1880-11-27 10:00", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 1.33783, "lat": 48.07086, "name": "Châteaudun", "geoid": 3026285}, "notime": null, "date-ut": "1880-11-27 09:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Leitert"}, "birth": {"tzo": "+00:05:21", "date": "1880-11-27 10:00", "place": {"c2": "28", "cy": "FR", "lg": 1.33783, "lat": 48.07086, "name": "Châteaudun", "geoid": 3026285}, "date-ut": "1880-11-27 09:54"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2565"}, "ids-in-sources": {"a4": "2565"}}, "raw": {"H": "9", "MN": "54", "TZ": "0", "COD": "28", "COU": "F", "DAY": "27", "LAT": "48N27", "LON": "1E30", "MON": "11", "NUM": "2565", "PRO": "M", "SEC": "0", "YEA": "1880", "CITY": "CHATEAUDUN"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11317	leliegeois-nicolas-1834-06-02	{"a4": "2566"}	{"lerrcp": "A4-2566"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicolas", "family": "Leliegeois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:32", "date": "1834-06-02 23:00", "note": null, "place": {"c1": null, "c2": "52", "c3": null, "cy": "FR", "lg": 5.13333, "lat": 48.11667, "name": "Rochemarne", "geoid": 0}, "notime": null, "date-ut": "1834-06-02 22:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Nicolas", "family": "Leliegeois"}, "birth": {"tzo": "+00:20:32", "date": "1834-06-02 23:00", "place": {"c2": "52", "cy": "FR", "lg": 5.13333, "lat": 48.11667, "name": "Rochemarne", "geoid": 0}, "date-ut": "1834-06-02 22:39:28"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2566"}, "ids-in-sources": {"a4": "2566"}}, "raw": {"H": "22", "MN": "39", "TZ": "0", "COD": "52", "COU": "F", "DAY": "2", "LAT": "48N 7", "LON": "5E 8", "MON": "6", "NUM": "2566", "PRO": "M", "SEC": "28", "YEA": "1834", "CITY": "ROCHEMARNE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11318	lemaire-eugene-1836-01-25	{"a4": "2567"}	{"lerrcp": "A4-2567"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Lemaire", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:34", "date": "1836-01-25 08:30", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.64003, "lat": 50.52965, "name": "Béthune", "geoid": 3033002}, "notime": null, "date-ut": "1836-01-25 08:18:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Lemaire"}, "birth": {"tzo": "+00:10:34", "date": "1836-01-25 08:30", "place": {"c2": "62", "cy": "FR", "lg": 2.64003, "lat": 50.52965, "name": "Béthune", "geoid": 3033002}, "date-ut": "1836-01-25 08:18:56"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2567"}, "ids-in-sources": {"a4": "2567"}}, "raw": {"H": "8", "MN": "18", "TZ": "0", "COD": "62", "COU": "F", "DAY": "25", "LAT": "50N18", "LON": "2E46", "MON": "1", "NUM": "2567", "PRO": "M", "SEC": "56", "YEA": "1836", "CITY": "BETHUNE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11319	lerouge-alfred-1830-12-20	{"a4": "2568"}	{"lerrcp": "A4-2568"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Lerouge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1830-12-20 23:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1830-12-20 22:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Lerouge"}, "birth": {"tzo": "+00:12:14", "date": "1830-12-20 23:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1830-12-20 22:47:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2568"}, "ids-in-sources": {"a4": "2568"}}, "raw": {"H": "22", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "20", "LAT": "50N39", "LON": "3E 5", "MON": "12", "NUM": "2568", "PRO": "M", "SEC": "40", "YEA": "1830", "CITY": "LILLE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11320	leroy-adolphe-1827-08-16	{"a4": "2569"}	{"lerrcp": "A4-2569"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Leroy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1827-08-16 13:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Stgermainenlaye", "geoid": 0}, "notime": null, "date-ut": "1827-08-16 12:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Leroy"}, "birth": {"tzo": "+00:08:32", "date": "1827-08-16 13:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Stgermainenlaye", "geoid": 0}, "date-ut": "1827-08-16 12:51:28"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2569"}, "ids-in-sources": {"a4": "2569"}}, "raw": {"H": "12", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "16", "LAT": "48N50", "LON": "2E 8", "MON": "8", "NUM": "2569", "PRO": "M", "SEC": "28", "YEA": "1827", "CITY": "STGERMAINENLAYE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11321	leonard-joseph-1841-08-11	{"a4": "2570"}	{"lerrcp": "A4-2570"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Leonard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:56", "date": "1841-08-11 02:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Charleville", "geoid": 0}, "notime": null, "date-ut": "1841-08-11 01:41:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Leonard"}, "birth": {"tzo": "+00:18:56", "date": "1841-08-11 02:00", "place": {"c2": "08", "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Charleville", "geoid": 0}, "date-ut": "1841-08-11 01:41:04"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2570"}, "ids-in-sources": {"a4": "2570"}}, "raw": {"H": "1", "MN": "41", "TZ": "0", "COD": "08", "COU": "F", "DAY": "11", "LAT": "49N46", "LON": "4E44", "MON": "8", "NUM": "2570", "PRO": "M", "SEC": "4", "YEA": "1841", "CITY": "CHARLEVILLE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11322	leroy-henri-1874-07-27	{"a4": "2571"}	{"lerrcp": "A4-2571"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Leroy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:32", "date": "1874-07-27 09:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 2.88214, "lat": 50.68568, "name": "Armentières", "geoid": 3036903}, "notime": null, "date-ut": "1874-07-27 08:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Leroy"}, "birth": {"tzo": "+00:11:32", "date": "1874-07-27 09:00", "place": {"c2": "59", "cy": "FR", "lg": 2.88214, "lat": 50.68568, "name": "Armentières", "geoid": 3036903}, "date-ut": "1874-07-27 08:47:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2571"}, "ids-in-sources": {"a4": "2571"}}, "raw": {"H": "8", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "27", "LAT": "50N39", "LON": "3E 5", "MON": "7", "NUM": "2571", "PRO": "M", "SEC": "40", "YEA": "1874", "CITY": "ARMENTIERES"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11323	leroy-jules-1835-11-26	{"a4": "2572"}	{"lerrcp": "A4-2572"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Leroy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1835-11-26 17:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Wazemmes", "geoid": 0}, "notime": null, "date-ut": "1835-11-26 16:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Leroy"}, "birth": {"tzo": "+00:12:20", "date": "1835-11-26 17:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Wazemmes", "geoid": 0}, "date-ut": "1835-11-26 16:47:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2572"}, "ids-in-sources": {"a4": "2572"}}, "raw": {"H": "16", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "26", "LAT": "50N39", "LON": "3E 5", "MON": "11", "NUM": "2572", "PRO": "M", "SEC": "40", "YEA": "1835", "CITY": "WAZEMMES"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11324	leruste-roger-1864-10-17	{"a4": "2573"}	{"lerrcp": "A4-2573"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Leruste", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1864-10-17 08:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1864-10-17 07:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Leruste"}, "birth": {"tzo": "+00:12:14", "date": "1864-10-17 08:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1864-10-17 07:47:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2573"}, "ids-in-sources": {"a4": "2573"}}, "raw": {"H": "7", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "17", "LAT": "50N39", "LON": "3E 5", "MON": "10", "NUM": "2573", "PRO": "M", "SEC": "40", "YEA": "1864", "CITY": "LILLE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11325	leschevin-alexandre-1836-11-28	{"a4": "2574"}	{"lerrcp": "A4-2574"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Leschevin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:18", "date": "1836-11-28 09:00", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.82606, "lat": 49.41794, "name": "Compiègne", "geoid": 3024066}, "notime": null, "date-ut": "1836-11-28 08:51:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Leschevin"}, "birth": {"tzo": "+00:11:18", "date": "1836-11-28 09:00", "place": {"c2": "60", "cy": "FR", "lg": 2.82606, "lat": 49.41794, "name": "Compiègne", "geoid": 3024066}, "date-ut": "1836-11-28 08:51:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2574"}, "ids-in-sources": {"a4": "2574"}}, "raw": {"H": "8", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "28", "LAT": "49N26", "LON": "2E 5", "MON": "11", "NUM": "2574", "PRO": "M", "SEC": "40", "YEA": "1836", "CITY": "COMPIEGNE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11326	leseigneur-jules-1839-05-01	{"a4": "2575"}	{"lerrcp": "A4-2575"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Leseigneur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:24", "date": "1839-05-01 20:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1839-05-01 19:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Leseigneur"}, "birth": {"tzo": "+00:04:24", "date": "1839-05-01 20:00", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1839-05-01 19:55:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2575"}, "ids-in-sources": {"a4": "2575"}}, "raw": {"H": "19", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "1", "LAT": "49N26", "LON": "1E 5", "MON": "5", "NUM": "2575", "PRO": "M", "SEC": "40", "YEA": "1839", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11327	letailleur-desire-1837-03-25	{"a4": "2576"}	{"lerrcp": "A4-2576"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Désiré", "family": "Letailleur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:32", "date": "1837-03-25 19:00", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.38369, "lat": 49.3729, "name": "Charleval", "geoid": 3026615}, "notime": null, "date-ut": "1837-03-25 18:55:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Désiré", "family": "Letailleur"}, "birth": {"tzo": "+00:05:32", "date": "1837-03-25 19:00", "place": {"c2": "27", "cy": "FR", "lg": 1.38369, "lat": 49.3729, "name": "Charleval", "geoid": 3026615}, "date-ut": "1837-03-25 18:55:16"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2576"}, "ids-in-sources": {"a4": "2576"}}, "raw": {"H": "18", "MN": "55", "TZ": "0", "COD": "27", "COU": "F", "DAY": "25", "LAT": "49N 1", "LON": "1E11", "MON": "3", "NUM": "2576", "PRO": "M", "SEC": "16", "YEA": "1837", "CITY": "CHARLEVAL"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11328	levy-samuel-1846-02-21	{"a4": "2577"}	{"lerrcp": "A4-2577"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Samuel", "family": "Levy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:49", "date": "1846-02-21 16:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.45594, "lat": 48.53974, "name": "Mutzig", "geoid": 2991086}, "notime": null, "date-ut": "1846-02-21 15:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Samuel", "family": "Levy"}, "birth": {"tzo": "+00:29:49", "date": "1846-02-21 16:00", "place": {"c2": "67", "cy": "FR", "lg": 7.45594, "lat": 48.53974, "name": "Mutzig", "geoid": 2991086}, "date-ut": "1846-02-21 15:29"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2577"}, "ids-in-sources": {"a4": "2577"}}, "raw": {"H": "15", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "21", "LAT": "48N35", "LON": "7E45", "MON": "2", "NUM": "2577", "PRO": "M", "SEC": "0", "YEA": "1846", "CITY": "MUTZIG"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11329	limberger-antony-1832-09-03	{"a4": "2578"}	{"lerrcp": "A4-2578"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antony", "family": "Limberger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1832-09-03 15:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1832-09-03 15:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Antony", "family": "Limberger"}, "birth": {"tzo": "+00:09:24", "date": "1832-09-03 15:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1832-09-03 15:20:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2578"}, "ids-in-sources": {"a4": "2578"}}, "raw": {"H": "15", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "3", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "2578", "PRO": "M", "SEC": "40", "YEA": "1832", "CITY": "PARIS"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11330	lingard-emile-1835-06-29	{"a4": "2579"}	{"lerrcp": "A4-2579"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Lingard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:41", "date": "1835-06-29 14:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.4211, "lat": 49.6983, "name": "Signy-l'Abbaye", "geoid": 2974580}, "notime": null, "date-ut": "1835-06-29 13:41:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Lingard"}, "birth": {"tzo": "+00:17:41", "date": "1835-06-29 14:00", "place": {"c2": "08", "cy": "FR", "lg": 4.4211, "lat": 49.6983, "name": "Signy-l'Abbaye", "geoid": 2974580}, "date-ut": "1835-06-29 13:41:04"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2579"}, "ids-in-sources": {"a4": "2579"}}, "raw": {"H": "13", "MN": "41", "TZ": "0", "COD": "08", "COU": "F", "DAY": "29", "LAT": "49N46", "LON": "4E44", "MON": "6", "NUM": "2579", "PRO": "M", "SEC": "4", "YEA": "1835", "CITY": "SIGNY L'ABBAYE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11331	liouville-francois-1833-02-05	{"a4": "2580"}	{"lerrcp": "A4-2580"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Liouville", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:40", "date": "1833-02-05 20:00", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.16667, "lat": 48.76667, "name": "Stmihiel", "geoid": 0}, "notime": null, "date-ut": "1833-02-05 19:39:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "François", "family": "Liouville"}, "birth": {"tzo": "+00:20:40", "date": "1833-02-05 20:00", "place": {"c2": "55", "cy": "FR", "lg": 5.16667, "lat": 48.76667, "name": "Stmihiel", "geoid": 0}, "date-ut": "1833-02-05 19:39:20"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2580"}, "ids-in-sources": {"a4": "2580"}}, "raw": {"H": "19", "MN": "39", "TZ": "0", "COD": "55", "COU": "F", "DAY": "5", "LAT": "48N46", "LON": "5E10", "MON": "2", "NUM": "2580", "PRO": "M", "SEC": "20", "YEA": "1833", "CITY": "STMIHIEL"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11332	lizat-jacques-1842-08-25	{"a4": "2581"}	{"lerrcp": "A4-2581"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Lizat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1842-08-25 07:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1842-08-25 06:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Lizat"}, "birth": {"tzo": "+00:09:24", "date": "1842-08-25 07:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1842-08-25 06:50:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2581"}, "ids-in-sources": {"a4": "2581"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "25", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "2581", "PRO": "M", "SEC": "40", "YEA": "1842", "CITY": "PARIS"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11333	loisel-denis-1814-03-19	{"a4": "2582"}	{"lerrcp": "A4-2582"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Denis", "family": "Loisel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1814-03-19 09:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 3.05715, "lat": 49.03828, "name": "Ocquerre", "geoid": 2989758}, "notime": null, "date-ut": "1814-03-19 08:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Denis", "family": "Loisel"}, "birth": {"tzo": "+00:12:14", "date": "1814-03-19 09:00", "place": {"c2": "77", "cy": "FR", "lg": 3.05715, "lat": 49.03828, "name": "Ocquerre", "geoid": 2989758}, "date-ut": "1814-03-19 08:49:20"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2582"}, "ids-in-sources": {"a4": "2582"}}, "raw": {"H": "8", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "19", "LAT": "48N33", "LON": "2E40", "MON": "3", "NUM": "2582", "PRO": "M", "SEC": "20", "YEA": "1814", "CITY": "OCQUERRE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11334	loriferne-frederic-1847-10-15	{"a4": "2583"}	{"lerrcp": "A4-2583"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Loriferne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:54", "date": "1847-10-15 23:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.97369, "lat": 47.85628, "name": "Tonnerre", "geoid": 2972467}, "notime": null, "date-ut": "1847-10-15 22:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Loriferne"}, "birth": {"tzo": "+00:15:54", "date": "1847-10-15 23:00", "place": {"c2": "89", "cy": "FR", "lg": 3.97369, "lat": 47.85628, "name": "Tonnerre", "geoid": 2972467}, "date-ut": "1847-10-15 22:45:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2583"}, "ids-in-sources": {"a4": "2583"}}, "raw": {"H": "22", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "15", "LAT": "47N48", "LON": "3E35", "MON": "10", "NUM": "2583", "PRO": "M", "SEC": "40", "YEA": "1847", "CITY": "TONNERRE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11335	loyraux-jean-1875-01-13	{"a4": "2584"}	{"lerrcp": "A4-2584"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Loyraux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:19", "date": "1875-01-13 19:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.82791, "lat": 50.43302, "name": "Lens", "geoid": 3003093}, "notime": null, "date-ut": "1875-01-13 18:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Loyraux"}, "birth": {"tzo": "+00:11:19", "date": "1875-01-13 19:00", "place": {"c2": "62", "cy": "FR", "lg": 2.82791, "lat": 50.43302, "name": "Lens", "geoid": 3003093}, "date-ut": "1875-01-13 18:48:56"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2584"}, "ids-in-sources": {"a4": "2584"}}, "raw": {"H": "18", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "13", "LAT": "50N18", "LON": "2E46", "MON": "1", "NUM": "2584", "PRO": "M", "SEC": "56", "YEA": "1875", "CITY": "LENS"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11336	lucas-gustave-1846-09-10	{"a4": "2585"}	{"lerrcp": "A4-2585"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Lucas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:24", "date": "1846-09-10 21:30", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1846-09-10 21:25:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Lucas"}, "birth": {"tzo": "+00:04:24", "date": "1846-09-10 21:30", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1846-09-10 21:25:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2585"}, "ids-in-sources": {"a4": "2585"}}, "raw": {"H": "21", "MN": "25", "TZ": "0", "COD": "76", "COU": "F", "DAY": "10", "LAT": "49N26", "LON": "1E 5", "MON": "9", "NUM": "2585", "PRO": "M", "SEC": "40", "YEA": "1846", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11337	mabille-henri-1861-08-31	{"a4": "2586"}	{"lerrcp": "A4-2586"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Mabille", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:04", "date": "1861-08-31 07:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1861-08-31 06:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Mabille"}, "birth": {"tzo": "+00:20:04", "date": "1861-08-31 07:00", "place": {"c2": "21", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1861-08-31 06:39:52"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2586"}, "ids-in-sources": {"a4": "2586"}}, "raw": {"H": "6", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "31", "LAT": "47N19", "LON": "5E 2", "MON": "8", "NUM": "2586", "PRO": "M", "SEC": "52", "YEA": "1861", "CITY": "DIJON"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11338	malezieux-joachim-1848-03-04	{"a4": "2587"}	{"lerrcp": "A4-2587"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joachim", "family": "Malezieux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:09", "date": "1848-03-04 20:30", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "notime": null, "date-ut": "1848-03-04 20:15:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Joachim", "family": "Malezieux"}, "birth": {"tzo": "+00:13:09", "date": "1848-03-04 20:30", "place": {"c2": "02", "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "date-ut": "1848-03-04 20:15:32"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2587"}, "ids-in-sources": {"a4": "2587"}}, "raw": {"H": "20", "MN": "15", "TZ": "0", "COD": "02", "COU": "F", "DAY": "4", "LAT": "49N34", "LON": "3E37", "MON": "3", "NUM": "2587", "PRO": "M", "SEC": "32", "YEA": "1848", "CITY": "SAINT-QUENTIN"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11339	mangeon-francois-1830-11-23	{"a4": "2588"}	{"lerrcp": "A4-2588"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Mangeon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:15", "date": "1830-11-23 08:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.56292, "lat": 48.58301, "name": "Nandy", "geoid": 2990995}, "notime": null, "date-ut": "1830-11-23 07:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "François", "family": "Mangeon"}, "birth": {"tzo": "+00:10:15", "date": "1830-11-23 08:00", "place": {"c2": "77", "cy": "FR", "lg": 2.56292, "lat": 48.58301, "name": "Nandy", "geoid": 2990995}, "date-ut": "1830-11-23 07:49:20"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2588"}, "ids-in-sources": {"a4": "2588"}}, "raw": {"H": "7", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "23", "LAT": "48N33", "LON": "2E40", "MON": "11", "NUM": "2588", "PRO": "M", "SEC": "20", "YEA": "1830", "CITY": "NANDY"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11340	marcouyeu-jean-1844-07-09	{"a4": "2589"}	{"lerrcp": "A4-2589"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Marcouyeu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1844-07-09 09:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1844-07-09 09:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Marcouyeu"}, "birth": {"tzo": "-00:02:19", "date": "1844-07-09 09:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1844-07-09 09:57:36"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2589"}, "ids-in-sources": {"a4": "2589"}}, "raw": {"H": "9", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "9", "LAT": "44N50", "LON": "0W34", "MON": "7", "NUM": "2589", "PRO": "M", "SEC": "36", "YEA": "1844", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11341	gauquelin-a4-2590-1833-10-23	{"a4": "2590"}	{"lerrcp": "A4-2590"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2590", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:04", "date": "1833-10-23 13:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1833-10-23 12:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2590"}, "birth": {"tzo": "+00:20:04", "date": "1833-10-23 13:00", "place": {"c2": "21", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1833-10-23 12:39:52"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2590"}, "ids-in-sources": {"a4": "2590"}}, "raw": {"H": "12", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "23", "LAT": "47N19", "LON": "5E 2", "MON": "10", "NUM": "2590", "PRO": "M", "SEC": "52", "YEA": "1833", "CITY": "DIJON"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11342	martin-louis-1835-08-16	{"a4": "2591"}	{"lerrcp": "A4-2591"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Martin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:56", "date": "1835-08-16 14:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.48224, "lat": 43.48094, "name": "Montagnac", "geoid": 2993160}, "notime": null, "date-ut": "1835-08-16 13:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Martin"}, "birth": {"tzo": "+00:13:56", "date": "1835-08-16 14:00", "place": {"c2": "34", "cy": "FR", "lg": 3.48224, "lat": 43.48094, "name": "Montagnac", "geoid": 2993160}, "date-ut": "1835-08-16 13:44:28"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2591"}, "ids-in-sources": {"a4": "2591"}}, "raw": {"H": "13", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "16", "LAT": "43N37", "LON": "3E53", "MON": "8", "NUM": "2591", "PRO": "M", "SEC": "28", "YEA": "1835", "CITY": "MONTAGNAC"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11343	martin-theodore-1842-04-13	{"a4": "2592"}	{"lerrcp": "A4-2592"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodore", "family": "Martin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:32", "date": "1842-04-13 01:30", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -0.63489, "lat": 45.74742, "name": "Saintes", "geoid": 2980340}, "notime": null, "date-ut": "1842-04-13 01:34:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Theodore", "family": "Martin"}, "birth": {"tzo": "-00:02:32", "date": "1842-04-13 01:30", "place": {"c2": "17", "cy": "FR", "lg": -0.63489, "lat": 45.74742, "name": "Saintes", "geoid": 2980340}, "date-ut": "1842-04-13 01:34:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2592"}, "ids-in-sources": {"a4": "2592"}}, "raw": {"H": "1", "MN": "34", "TZ": "0", "COD": "17", "COU": "F", "DAY": "13", "LAT": "46N 9", "LON": "1W10", "MON": "4", "NUM": "2592", "PRO": "M", "SEC": "40", "YEA": "1842", "CITY": "SAINTES"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11344	marx-edouard-1845-07-27	{"a4": "2593"}	{"lerrcp": "A4-2593"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Marx", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:41", "date": "1845-07-27 12:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1845-07-27 11:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Marx"}, "birth": {"tzo": "+00:24:41", "date": "1845-07-27 12:00", "place": {"c2": "57", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1845-07-27 11:35:16"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2593"}, "ids-in-sources": {"a4": "2593"}}, "raw": {"H": "11", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "27", "LAT": "49N 7", "LON": "6E11", "MON": "7", "NUM": "2593", "PRO": "M", "SEC": "16", "YEA": "1845", "CITY": "METZ"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11345	massat-francois-1832-01-13	{"a4": "2594"}	{"lerrcp": "A4-2594"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Massat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:35", "date": "1832-01-13 16:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "notime": null, "date-ut": "1832-01-13 15:48:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "François", "family": "Massat"}, "birth": {"tzo": "+00:11:35", "date": "1832-01-13 16:00", "place": {"c2": "66", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "date-ut": "1832-01-13 15:48:20"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2594"}, "ids-in-sources": {"a4": "2594"}}, "raw": {"H": "15", "MN": "48", "TZ": "0", "COD": "66", "COU": "F", "DAY": "13", "LAT": "42N42", "LON": "2E55", "MON": "1", "NUM": "2594", "PRO": "M", "SEC": "20", "YEA": "1832", "CITY": "PERPIGNAN"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11346	mastio-eugene-1844-12-25	{"a4": "2595"}	{"lerrcp": "A4-2595"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Mastio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:32:43", "date": "1844-12-25 06:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 8.17846, "lat": 48.97515, "name": "Lauterbourg", "geoid": 3005948}, "notime": null, "date-ut": "1844-12-25 05:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Mastio"}, "birth": {"tzo": "+00:32:43", "date": "1844-12-25 06:00", "place": {"c2": "67", "cy": "FR", "lg": 8.17846, "lat": 48.97515, "name": "Lauterbourg", "geoid": 3005948}, "date-ut": "1844-12-25 05:29"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2595"}, "ids-in-sources": {"a4": "2595"}}, "raw": {"H": "5", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "25", "LAT": "48N35", "LON": "7E45", "MON": "12", "NUM": "2595", "PRO": "M", "SEC": "0", "YEA": "1844", "CITY": "LAUTERBOURG"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11347	maulard-francois-1839-08-22	{"a4": "2596"}	{"lerrcp": "A4-2596"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Maulard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:19", "date": "1839-08-22 04:56:27", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 5.57835, "lat": 48.34202, "name": "Villouxel", "geoid": 2968109}, "notime": null, "date-ut": "1839-08-22 04:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "François", "family": "Maulard"}, "birth": {"tzo": "+00:22:19", "date": "1839-08-22 04:56:27", "place": {"c2": "88", "cy": "FR", "lg": 5.57835, "lat": 48.34202, "name": "Villouxel", "geoid": 2968109}, "date-ut": "1839-08-22 04:34:08"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2596"}, "ids-in-sources": {"a4": "2596"}}, "raw": {"H": "4", "MN": "34", "TZ": "0", "COD": "88", "COU": "F", "DAY": "22", "LAT": "48N10", "LON": "6E28", "MON": "8", "NUM": "2596", "PRO": "M", "SEC": "8", "YEA": "1839", "CITY": "VILLOUXEL"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11348	mauprety-joseph-1831-12-21	{"a4": "2597"}	{"lerrcp": "A4-2597"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Mauprety", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:19", "date": "1831-12-21 03:00", "note": null, "place": {"c1": null, "c2": "05", "c3": null, "cy": "FR", "lg": 6.07868, "lat": 44.55858, "name": "Gap", "geoid": 3016702}, "notime": null, "date-ut": "1831-12-21 02:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Mauprety"}, "birth": {"tzo": "+00:24:19", "date": "1831-12-21 03:00", "place": {"c2": "05", "cy": "FR", "lg": 6.07868, "lat": 44.55858, "name": "Gap", "geoid": 3016702}, "date-ut": "1831-12-21 02:36"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2597"}, "ids-in-sources": {"a4": "2597"}}, "raw": {"H": "2", "MN": "36", "TZ": "0", "COD": "05", "COU": "F", "DAY": "21", "LAT": "44N33", "LON": "6E 0", "MON": "12", "NUM": "2597", "PRO": "M", "SEC": "0", "YEA": "1831", "CITY": "GAP"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11349	gauquelin-a4-2598-1844-01-13	{"a4": "2598"}	{"lerrcp": "A4-2598"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2598", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:43", "date": "1844-01-13 00:04:59", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 7.42992, "lat": 49.05232, "name": "Bitche", "geoid": 3032518}, "notime": null, "date-ut": "1844-01-12 23:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2598"}, "birth": {"tzo": "+00:29:43", "date": "1844-01-13 00:04:59", "place": {"c2": "57", "cy": "FR", "lg": 7.42992, "lat": 49.05232, "name": "Bitche", "geoid": 3032518}, "date-ut": "1844-01-12 23:35:16"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2598"}, "ids-in-sources": {"a4": "2598"}}, "raw": {"H": "23", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "12", "LAT": "49N 7", "LON": "6E11", "MON": "1", "NUM": "2598", "PRO": "M", "SEC": "16", "YEA": "1844", "CITY": "BITCHE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11350	maury-jacques-1834-01-02	{"a4": "2599"}	{"lerrcp": "A4-2599"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Maury", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:40", "date": "1834-01-02 12:00", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.16667, "lat": 48.76667, "name": "Stmihiel", "geoid": 0}, "notime": null, "date-ut": "1834-01-02 11:39:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Maury"}, "birth": {"tzo": "+00:20:40", "date": "1834-01-02 12:00", "place": {"c2": "55", "cy": "FR", "lg": 5.16667, "lat": 48.76667, "name": "Stmihiel", "geoid": 0}, "date-ut": "1834-01-02 11:39:20"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2599"}, "ids-in-sources": {"a4": "2599"}}, "raw": {"H": "11", "MN": "39", "TZ": "0", "COD": "55", "COU": "F", "DAY": "2", "LAT": "48N46", "LON": "5E10", "MON": "1", "NUM": "2599", "PRO": "M", "SEC": "20", "YEA": "1834", "CITY": "STMIHIEL"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11351	meister-benoit-1848-10-08	{"a4": "2600"}	{"lerrcp": "A4-2600"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benoît", "family": "Meister", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:55", "date": "1848-10-08 08:00", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 4.97905, "lat": 46.49951, "name": "Sermoyer", "geoid": 2974882}, "notime": null, "date-ut": "1848-10-08 07:39:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Benoît", "family": "Meister"}, "birth": {"tzo": "+00:19:55", "date": "1848-10-08 08:00", "place": {"c2": "01", "cy": "FR", "lg": 4.97905, "lat": 46.49951, "name": "Sermoyer", "geoid": 2974882}, "date-ut": "1848-10-08 07:39:08"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2600"}, "ids-in-sources": {"a4": "2600"}}, "raw": {"H": "7", "MN": "39", "TZ": "0", "COD": "01", "COU": "F", "DAY": "8", "LAT": "46N12", "LON": "5E13", "MON": "10", "NUM": "2600", "PRO": "M", "SEC": "8", "YEA": "1848", "CITY": "SERMOYER"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11352	mermet-theodore-1802-03-26	{"a4": "2601"}	{"lerrcp": "A4-2601"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodore", "family": "Mermet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:38", "date": "1802-03-26 04:00", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "notime": null, "date-ut": "1802-03-26 03:40:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Theodore", "family": "Mermet"}, "birth": {"tzo": "+00:19:38", "date": "1802-03-26 04:00", "place": {"c2": "26", "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "date-ut": "1802-03-26 03:40:24"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2601"}, "ids-in-sources": {"a4": "2601"}}, "raw": {"H": "3", "MN": "40", "TZ": "0", "COD": "26", "COU": "F", "DAY": "26", "LAT": "44N56", "LON": "4E54", "MON": "3", "NUM": "2601", "PRO": "M", "SEC": "24", "YEA": "1802", "CITY": "VALENCE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11353	meyer-jacques-1847-09-21	{"a4": "2602"}	{"lerrcp": "A4-2602"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Meyer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:27", "date": "1847-09-21 14:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.36299, "lat": 48.2054, "name": "Bergheim", "geoid": 3033382}, "notime": null, "date-ut": "1847-09-21 13:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Meyer"}, "birth": {"tzo": "+00:29:27", "date": "1847-09-21 14:00", "place": {"c2": "68", "cy": "FR", "lg": 7.36299, "lat": 48.2054, "name": "Bergheim", "geoid": 3033382}, "date-ut": "1847-09-21 13:30:36"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2602"}, "ids-in-sources": {"a4": "2602"}}, "raw": {"H": "13", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "21", "LAT": "48N 5", "LON": "7E21", "MON": "9", "NUM": "2602", "PRO": "M", "SEC": "36", "YEA": "1847", "CITY": "BERGHEIM"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11354	michel-gedeon-1845-01-09	{"a4": "2603"}	{"lerrcp": "A4-2603"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gedeon", "family": "Michel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:20", "date": "1845-01-09 16:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 43.95, "name": "Beaucet", "geoid": 0}, "notime": null, "date-ut": "1845-01-09 15:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Gedeon", "family": "Michel"}, "birth": {"tzo": "+00:19:20", "date": "1845-01-09 16:00", "place": {"c2": "84", "cy": "FR", "lg": 4.83333, "lat": 43.95, "name": "Beaucet", "geoid": 0}, "date-ut": "1845-01-09 15:40:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2603"}, "ids-in-sources": {"a4": "2603"}}, "raw": {"H": "15", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "9", "LAT": "43N57", "LON": "4E50", "MON": "1", "NUM": "2603", "PRO": "M", "SEC": "40", "YEA": "1845", "CITY": "BEAUCET"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11355	mignion-ernest-1877-12-31	{"a4": "2604"}	{"lerrcp": "A4-2604"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Mignion", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:18", "date": "1877-12-31 20:00", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.82606, "lat": 49.41794, "name": "Compiègne", "geoid": 3024066}, "notime": null, "date-ut": "1877-12-31 19:51:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Mignion"}, "birth": {"tzo": "+00:11:18", "date": "1877-12-31 20:00", "place": {"c2": "60", "cy": "FR", "lg": 2.82606, "lat": 49.41794, "name": "Compiègne", "geoid": 3024066}, "date-ut": "1877-12-31 19:51:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2604"}, "ids-in-sources": {"a4": "2604"}}, "raw": {"H": "19", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "31", "LAT": "49N26", "LON": "2E 5", "MON": "12", "NUM": "2604", "PRO": "M", "SEC": "40", "YEA": "1877", "CITY": "COMPIEGNE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11356	mimard-paul-1828-07-14	{"a4": "2605"}	{"lerrcp": "A4-2605"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Mimard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:04", "date": "1828-07-14 22:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1828-07-14 21:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Mimard"}, "birth": {"tzo": "+00:24:04", "date": "1828-07-14 22:00", "place": {"c2": "25", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1828-07-14 21:35:52"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2605"}, "ids-in-sources": {"a4": "2605"}}, "raw": {"H": "21", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "14", "LAT": "47N15", "LON": "6E 2", "MON": "7", "NUM": "2605", "PRO": "M", "SEC": "52", "YEA": "1828", "CITY": "BESANCON"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11357	mimart-prosper-1825-01-22	{"a4": "2606"}	{"lerrcp": "A4-2606"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Prosper", "family": "Mimart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:35", "date": "1825-01-22 21:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 2.89698, "lat": 43.28443, "name": "Mirepeisset", "geoid": 2993722}, "notime": null, "date-ut": "1825-01-22 20:50:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Prosper", "family": "Mimart"}, "birth": {"tzo": "+00:11:35", "date": "1825-01-22 21:00", "place": {"c2": "11", "cy": "FR", "lg": 2.89698, "lat": 43.28443, "name": "Mirepeisset", "geoid": 2993722}, "date-ut": "1825-01-22 20:50:36"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2606"}, "ids-in-sources": {"a4": "2606"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "22", "LAT": "43N12", "LON": "2E21", "MON": "1", "NUM": "2606", "PRO": "M", "SEC": "36", "YEA": "1825", "CITY": "MIREPEISSET"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11358	molle-gustave-1836-04-21	{"a4": "2607"}	{"lerrcp": "A4-2607"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Molle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1836-04-21 10:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Wazemmes", "geoid": 0}, "notime": null, "date-ut": "1836-04-21 09:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Molle"}, "birth": {"tzo": "+00:12:20", "date": "1836-04-21 10:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Wazemmes", "geoid": 0}, "date-ut": "1836-04-21 09:47:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2607"}, "ids-in-sources": {"a4": "2607"}}, "raw": {"H": "9", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "21", "LAT": "50N39", "LON": "3E 5", "MON": "4", "NUM": "2607", "PRO": "M", "SEC": "40", "YEA": "1836", "CITY": "WAZEMMES"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11359	morel-antoine-1827-04-22	{"a4": "2608"}	{"lerrcp": "A4-2608"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Morel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:52", "date": "1827-04-22 01:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Stmarcellin", "geoid": 0}, "notime": null, "date-ut": "1827-04-22 00:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Morel"}, "birth": {"tzo": "+00:22:52", "date": "1827-04-22 01:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Stmarcellin", "geoid": 0}, "date-ut": "1827-04-22 00:37:08"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2608"}, "ids-in-sources": {"a4": "2608"}}, "raw": {"H": "0", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "22", "LAT": "45N11", "LON": "5E43", "MON": "4", "NUM": "2608", "PRO": "M", "SEC": "8", "YEA": "1827", "CITY": "STMARCELLIN"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11360	morfaux-leon-1865-01-31	{"a4": "2609"}	{"lerrcp": "A4-2609"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Morfaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:34", "date": "1865-01-31 08:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.14148, "lat": 48.86223, "name": "Bougival", "geoid": 3031277}, "notime": null, "date-ut": "1865-01-31 07:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Morfaux"}, "birth": {"tzo": "+00:08:34", "date": "1865-01-31 08:00", "place": {"c2": "78", "cy": "FR", "lg": 2.14148, "lat": 48.86223, "name": "Bougival", "geoid": 3031277}, "date-ut": "1865-01-31 07:51:28"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2609"}, "ids-in-sources": {"a4": "2609"}}, "raw": {"H": "7", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "31", "LAT": "48N50", "LON": "2E 8", "MON": "1", "NUM": "2609", "PRO": "M", "SEC": "28", "YEA": "1865", "CITY": "BOUGIVAL"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11361	morin-joseph-1844-10-26	{"a4": "2610"}	{"lerrcp": "A4-2610"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Morin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:38", "date": "1844-10-26 12:15:02", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "notime": null, "date-ut": "1844-10-26 11:55:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Morin"}, "birth": {"tzo": "+00:19:38", "date": "1844-10-26 12:15:02", "place": {"c2": "26", "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "date-ut": "1844-10-26 11:55:24"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2610"}, "ids-in-sources": {"a4": "2610"}}, "raw": {"H": "11", "MN": "55", "TZ": "0", "COD": "26", "COU": "F", "DAY": "26", "LAT": "44N56", "LON": "4E54", "MON": "10", "NUM": "2610", "PRO": "M", "SEC": "24", "YEA": "1844", "CITY": "VALENCE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11362	moser-francois-1837-12-23	{"a4": "2611"}	{"lerrcp": "A4-2611"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Moser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1837-12-23 13:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1837-12-23 12:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "François", "family": "Moser"}, "birth": {"tzo": "+00:30:59", "date": "1837-12-23 13:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1837-12-23 12:29"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2611"}, "ids-in-sources": {"a4": "2611"}}, "raw": {"H": "12", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "23", "LAT": "48N35", "LON": "7E45", "MON": "12", "NUM": "2611", "PRO": "M", "SEC": "0", "YEA": "1837", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11363	muller-emile-1846-12-10	{"a4": "2612"}	{"lerrcp": "A4-2612"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Muller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:60", "date": "1846-12-10 22:29", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74931, "lat": 48.60749, "name": "Schiltigheim", "geoid": 2975446}, "notime": null, "date-ut": "1846-12-10 22:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Muller"}, "birth": {"tzo": "+00:30:60", "date": "1846-12-10 22:29", "place": {"c2": "67", "cy": "FR", "lg": 7.74931, "lat": 48.60749, "name": "Schiltigheim", "geoid": 2975446}, "date-ut": "1846-12-10 22:29"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2612"}, "ids-in-sources": {"a4": "2612"}}, "raw": {"H": "22", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "10", "LAT": "48N35", "LON": "7E45", "MON": "12", "NUM": "2612", "PRO": "M", "SEC": "0", "YEA": "1846", "CITY": "SCHILTIGHEIM"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11364	muller-henry-1843-09-10	{"a4": "2613"}	{"lerrcp": "A4-2613"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Muller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1843-09-10 15:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1843-09-10 14:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Muller"}, "birth": {"tzo": "+00:21:31", "date": "1843-09-10 15:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1843-09-10 14:38:32"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2613"}, "ids-in-sources": {"a4": "2613"}}, "raw": {"H": "14", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "10", "LAT": "43N18", "LON": "5E22", "MON": "9", "NUM": "2613", "PRO": "M", "SEC": "32", "YEA": "1843", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11365	mullot-louis-1840-04-03	{"a4": "2614"}	{"lerrcp": "A4-2614"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Mullot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1840-04-03 03:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1840-04-03 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Mullot"}, "birth": {"tzo": "+00:09:24", "date": "1840-04-03 03:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1840-04-03 02:50:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2614"}, "ids-in-sources": {"a4": "2614"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "3", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "2614", "PRO": "M", "SEC": "40", "YEA": "1840", "CITY": "PARIS"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11366	munier-jean-1835-02-12	{"a4": "2615"}	{"lerrcp": "A4-2615"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Munier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1835-02-12 16:45:04", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1835-02-12 16:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Munier"}, "birth": {"tzo": "+00:09:24", "date": "1835-02-12 16:45:04", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1835-02-12 16:35:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2615"}, "ids-in-sources": {"a4": "2615"}}, "raw": {"H": "16", "MN": "35", "TZ": "0", "COD": "75", "COU": "F", "DAY": "12", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "2615", "PRO": "M", "SEC": "40", "YEA": "1835", "CITY": "PARIS"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11367	gauquelin-a4-2616-1860-01-05	{"a4": "2616"}	{"lerrcp": "A4-2616"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2616", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:03", "date": "1860-01-05 20:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "notime": null, "date-ut": "1860-01-05 19:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2616"}, "birth": {"tzo": "+00:09:03", "date": "1860-01-05 20:00", "place": {"c2": "62", "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "date-ut": "1860-01-05 19:48:56"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2616"}, "ids-in-sources": {"a4": "2616"}}, "raw": {"H": "19", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "5", "LAT": "50N18", "LON": "2E46", "MON": "1", "NUM": "2616", "PRO": "M", "SEC": "56", "YEA": "1860", "CITY": "ST-OMER"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11368	neerman-auguste-1859-02-24	{"a4": "2617"}	{"lerrcp": "A4-2617"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Neerman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:04", "date": "1859-02-24 22:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Dunkerque", "geoid": 0}, "notime": null, "date-ut": "1859-02-24 21:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Neerman"}, "birth": {"tzo": "+00:11:04", "date": "1859-02-24 22:00", "place": {"c2": "62", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Dunkerque", "geoid": 0}, "date-ut": "1859-02-24 21:48:56"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2617"}, "ids-in-sources": {"a4": "2617"}}, "raw": {"H": "21", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "24", "LAT": "50N18", "LON": "2E46", "MON": "2", "NUM": "2617", "PRO": "M", "SEC": "56", "YEA": "1859", "CITY": "DUNKERQUE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11369	neuberth-auguste-1837-08-10	{"a4": "2618"}	{"lerrcp": "A4-2618"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Neuberth", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1837-08-10 02:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1837-08-10 01:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Neuberth"}, "birth": {"tzo": "+00:30:59", "date": "1837-08-10 02:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1837-08-10 01:29"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2618"}, "ids-in-sources": {"a4": "2618"}}, "raw": {"H": "1", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "10", "LAT": "48N35", "LON": "7E45", "MON": "8", "NUM": "2618", "PRO": "M", "SEC": "0", "YEA": "1837", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11370	niedhardt-joseph-1834-03-27	{"a4": "2619"}	{"lerrcp": "A4-2619"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Niedhardt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:25", "date": "1834-03-27 04:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.35584, "lat": 48.08078, "name": "Colmar", "geoid": 3024297}, "notime": null, "date-ut": "1834-03-27 03:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Niedhardt"}, "birth": {"tzo": "+00:29:25", "date": "1834-03-27 04:00", "place": {"c2": "68", "cy": "FR", "lg": 7.35584, "lat": 48.08078, "name": "Colmar", "geoid": 3024297}, "date-ut": "1834-03-27 03:30:36"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2619"}, "ids-in-sources": {"a4": "2619"}}, "raw": {"H": "3", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "27", "LAT": "48N 5", "LON": "7E21", "MON": "3", "NUM": "2619", "PRO": "M", "SEC": "36", "YEA": "1834", "CITY": "COLMAR"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11371	niverd-louis-1846-09-16	{"a4": "2620"}	{"lerrcp": "A4-2620"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Niverd", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:19", "date": "1846-09-16 14:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.57803, "lat": 49.47846, "name": "Attigny", "geoid": 3036444}, "notime": null, "date-ut": "1846-09-16 13:41:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Niverd"}, "birth": {"tzo": "+00:18:19", "date": "1846-09-16 14:00", "place": {"c2": "08", "cy": "FR", "lg": 4.57803, "lat": 49.47846, "name": "Attigny", "geoid": 3036444}, "date-ut": "1846-09-16 13:41:04"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2620"}, "ids-in-sources": {"a4": "2620"}}, "raw": {"H": "13", "MN": "41", "TZ": "0", "COD": "08", "COU": "F", "DAY": "16", "LAT": "49N46", "LON": "4E44", "MON": "9", "NUM": "2620", "PRO": "M", "SEC": "4", "YEA": "1846", "CITY": "ATTIGNY"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11372	niverd-remi-1844-07-13	{"a4": "2621"}	{"lerrcp": "A4-2621"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rémi", "family": "Niverd", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:07", "date": "1844-07-13 12:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "notime": null, "date-ut": "1844-07-13 11:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Rémi", "family": "Niverd"}, "birth": {"tzo": "+00:16:07", "date": "1844-07-13 12:00", "place": {"c2": "51", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "date-ut": "1844-07-13 11:42:32"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2621"}, "ids-in-sources": {"a4": "2621"}}, "raw": {"H": "11", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "13", "LAT": "48N57", "LON": "4E22", "MON": "7", "NUM": "2621", "PRO": "M", "SEC": "32", "YEA": "1844", "CITY": "REIMS"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11373	noel-clement-1834-01-21	{"a4": "2622"}	{"lerrcp": "A4-2622"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clément", "family": "Noel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:36", "date": "1834-01-21 01:00", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 4.9, "lat": 44.93333, "name": "Buis", "geoid": 0}, "notime": null, "date-ut": "1834-01-21 00:40:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Clément", "family": "Noel"}, "birth": {"tzo": "+00:19:36", "date": "1834-01-21 01:00", "place": {"c2": "26", "cy": "FR", "lg": 4.9, "lat": 44.93333, "name": "Buis", "geoid": 0}, "date-ut": "1834-01-21 00:40:24"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2622"}, "ids-in-sources": {"a4": "2622"}}, "raw": {"H": "0", "MN": "40", "TZ": "0", "COD": "26", "COU": "F", "DAY": "21", "LAT": "44N56", "LON": "4E54", "MON": "1", "NUM": "2622", "PRO": "M", "SEC": "24", "YEA": "1834", "CITY": "BUIS"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11374	nortier-pierre-1835-04-03	{"a4": "2623"}	{"lerrcp": "A4-2623"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Nortier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:23", "date": "1835-04-03 06:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.3443, "lat": 50.33315, "name": "Escaudain", "geoid": 3019827}, "notime": null, "date-ut": "1835-04-03 05:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Nortier"}, "birth": {"tzo": "+00:13:23", "date": "1835-04-03 06:00", "place": {"c2": "59", "cy": "FR", "lg": 3.3443, "lat": 50.33315, "name": "Escaudain", "geoid": 3019827}, "date-ut": "1835-04-03 05:47:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2623"}, "ids-in-sources": {"a4": "2623"}}, "raw": {"H": "5", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "3", "LAT": "50N39", "LON": "3E 5", "MON": "4", "NUM": "2623", "PRO": "M", "SEC": "40", "YEA": "1835", "CITY": "ESCAUDAIN"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11375	obscur-victor-1831-02-22	{"a4": "2624"}	{"lerrcp": "A4-2624"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Obscur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1831-02-22 21:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1831-02-22 20:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Obscur"}, "birth": {"tzo": "+00:12:14", "date": "1831-02-22 21:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1831-02-22 20:47:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2624"}, "ids-in-sources": {"a4": "2624"}}, "raw": {"H": "20", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "22", "LAT": "50N39", "LON": "3E 5", "MON": "2", "NUM": "2624", "PRO": "M", "SEC": "40", "YEA": "1831", "CITY": "LILLE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11376	gauquelin-a4-2625-1843-12-05	{"a4": "2625"}	{"lerrcp": "A4-2625"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2625", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:26:52", "date": "1843-12-05 02:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.7178, "lat": 48.81263, "name": "Dieuze", "geoid": 3021392}, "notime": null, "date-ut": "1843-12-05 01:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2625"}, "birth": {"tzo": "+00:26:52", "date": "1843-12-05 02:00", "place": {"c2": "57", "cy": "FR", "lg": 6.7178, "lat": 48.81263, "name": "Dieuze", "geoid": 3021392}, "date-ut": "1843-12-05 01:35:16"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2625"}, "ids-in-sources": {"a4": "2625"}}, "raw": {"H": "1", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "5", "LAT": "49N 7", "LON": "6E11", "MON": "12", "NUM": "2625", "PRO": "M", "SEC": "16", "YEA": "1843", "CITY": "DIEUZE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11377	oyer-alfred-1844-09-03	{"a4": "2626"}	{"lerrcp": "A4-2626"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Oyer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1844-09-03 08:30", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1844-09-03 08:17:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Oyer"}, "birth": {"tzo": "+00:12:14", "date": "1844-09-03 08:30", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1844-09-03 08:17:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2626"}, "ids-in-sources": {"a4": "2626"}}, "raw": {"H": "8", "MN": "17", "TZ": "0", "COD": "59", "COU": "F", "DAY": "3", "LAT": "50N39", "LON": "3E 5", "MON": "9", "NUM": "2626", "PRO": "M", "SEC": "40", "YEA": "1844", "CITY": "LILLE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11378	palluel-pierre-1847-09-08	{"a4": "2627"}	{"lerrcp": "A4-2627"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Palluel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24", "date": "1847-09-08 03:00", "note": null, "place": {"c1": null, "c2": "05", "c3": null, "cy": "FR", "lg": 6, "lat": 44.55, "name": "Stclement", "geoid": 0}, "notime": null, "date-ut": "1847-09-08 02:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Palluel"}, "birth": {"tzo": "+00:24", "date": "1847-09-08 03:00", "place": {"c2": "05", "cy": "FR", "lg": 6, "lat": 44.55, "name": "Stclement", "geoid": 0}, "date-ut": "1847-09-08 02:36"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2627"}, "ids-in-sources": {"a4": "2627"}}, "raw": {"H": "2", "MN": "36", "TZ": "0", "COD": "05", "COU": "F", "DAY": "8", "LAT": "44N33", "LON": "6E 0", "MON": "9", "NUM": "2627", "PRO": "M", "SEC": "0", "YEA": "1847", "CITY": "STCLEMENT"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11379	paradis-henri-1861-12-13	{"a4": "2628"}	{"lerrcp": "A4-2628"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Paradis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:14", "date": "1861-12-13 09:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1861-12-13 08:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Paradis"}, "birth": {"tzo": "+00:19:14", "date": "1861-12-13 09:00", "place": {"c2": "84", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1861-12-13 08:40:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2628"}, "ids-in-sources": {"a4": "2628"}}, "raw": {"H": "8", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "13", "LAT": "43N57", "LON": "4E50", "MON": "12", "NUM": "2628", "PRO": "M", "SEC": "40", "YEA": "1861", "CITY": "AVIGNON"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11380	pares-eugene-1822-11-27	{"a4": "2629"}	{"lerrcp": "A4-2629"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Pares", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1822-11-27 15:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1822-11-27 15:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Pares"}, "birth": {"tzo": "-00:02:19", "date": "1822-11-27 15:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1822-11-27 15:57:36"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2629"}, "ids-in-sources": {"a4": "2629"}}, "raw": {"H": "15", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "27", "LAT": "44N50", "LON": "0W34", "MON": "11", "NUM": "2629", "PRO": "M", "SEC": "36", "YEA": "1822", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11381	pares-philippe-1830-03-12	{"a4": "2630"}	{"lerrcp": "A4-2630"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Pares", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:36", "date": "1830-03-12 00:00", "note": null, "place": {"c1": null, "c2": "18", "c3": null, "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "notime": null, "date-ut": "1830-03-11 23:50:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Pares"}, "birth": {"tzo": "+00:09:36", "date": "1830-03-12 00:00", "place": {"c2": "18", "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "date-ut": "1830-03-11 23:50:28"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2630"}, "ids-in-sources": {"a4": "2630"}}, "raw": {"H": "23", "MN": "50", "TZ": "0", "COD": "18", "COU": "F", "DAY": "11", "LAT": "47N 5", "LON": "2E23", "MON": "3", "NUM": "2630", "PRO": "M", "SEC": "28", "YEA": "1830", "CITY": "BOURGES"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11382	paroche-louis-1845-01-07	{"a4": "2631"}	{"lerrcp": "A4-2631"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Paroche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:56", "date": "1845-01-07 18:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Maubertfontenis", "geoid": 0}, "notime": null, "date-ut": "1845-01-07 17:41:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Paroche"}, "birth": {"tzo": "+00:18:56", "date": "1845-01-07 18:00", "place": {"c2": "08", "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Maubertfontenis", "geoid": 0}, "date-ut": "1845-01-07 17:41:04"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2631"}, "ids-in-sources": {"a4": "2631"}}, "raw": {"H": "17", "MN": "41", "TZ": "0", "COD": "08", "COU": "F", "DAY": "7", "LAT": "49N46", "LON": "4E44", "MON": "1", "NUM": "2631", "PRO": "M", "SEC": "4", "YEA": "1845", "CITY": "MAUBERTFONTENIS"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11383	paulet-jacques-1842-10-02	{"a4": "2632"}	{"lerrcp": "A4-2632"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Paulet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:26", "date": "1842-10-02 03:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1842-10-02 02:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Paulet"}, "birth": {"tzo": "+00:17:26", "date": "1842-10-02 03:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1842-10-02 02:42:36"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2632"}, "ids-in-sources": {"a4": "2632"}}, "raw": {"H": "2", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "2", "LAT": "43N51", "LON": "4E21", "MON": "10", "NUM": "2632", "PRO": "M", "SEC": "36", "YEA": "1842", "CITY": "NIMES"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11384	paulus-jean-1816-08-05	{"a4": "2633"}	{"lerrcp": "A4-2633"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Paulus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:31:10", "date": "1816-08-05 01:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.79051, "lat": 48.81557, "name": "Haguenau", "geoid": 3014078}, "notime": null, "date-ut": "1816-08-05 00:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Paulus"}, "birth": {"tzo": "+00:31:10", "date": "1816-08-05 01:00", "place": {"c2": "67", "cy": "FR", "lg": 7.79051, "lat": 48.81557, "name": "Haguenau", "geoid": 3014078}, "date-ut": "1816-08-05 00:29"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2633"}, "ids-in-sources": {"a4": "2633"}}, "raw": {"H": "0", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "5", "LAT": "48N35", "LON": "7E45", "MON": "8", "NUM": "2633", "PRO": "M", "SEC": "0", "YEA": "1816", "CITY": "HAGUENAU"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11385	pellegrin-georges-1860-08-12	{"a4": "2634"}	{"lerrcp": "A4-2634"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Pellegrin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:02", "date": "1860-08-12 01:04:18", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 7.2582, "lat": 48.76771, "name": "Phalsbourg", "geoid": 2987421}, "notime": null, "date-ut": "1860-08-12 00:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Pellegrin"}, "birth": {"tzo": "+00:29:02", "date": "1860-08-12 01:04:18", "place": {"c2": "57", "cy": "FR", "lg": 7.2582, "lat": 48.76771, "name": "Phalsbourg", "geoid": 2987421}, "date-ut": "1860-08-12 00:35:16"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2634"}, "ids-in-sources": {"a4": "2634"}}, "raw": {"H": "0", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "12", "LAT": "49N 7", "LON": "6E11", "MON": "8", "NUM": "2634", "PRO": "M", "SEC": "16", "YEA": "1860", "CITY": "PHALSBOURG"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11386	pelotier-janvier-1847-09-19	{"a4": "2635"}	{"lerrcp": "A4-2635"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Janvier", "family": "Pelotier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:01", "date": "1847-09-19 14:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 5.50291, "lat": 43.69415, "name": "Pertuis", "geoid": 2987825}, "notime": null, "date-ut": "1847-09-19 13:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Janvier", "family": "Pelotier"}, "birth": {"tzo": "+00:22:01", "date": "1847-09-19 14:00", "place": {"c2": "84", "cy": "FR", "lg": 5.50291, "lat": 43.69415, "name": "Pertuis", "geoid": 2987825}, "date-ut": "1847-09-19 13:40:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2635"}, "ids-in-sources": {"a4": "2635"}}, "raw": {"H": "13", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "19", "LAT": "43N57", "LON": "4E50", "MON": "9", "NUM": "2635", "PRO": "M", "SEC": "40", "YEA": "1847", "CITY": "PERTUIS"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11387	peltier-theophile-1837-04-29	{"a4": "2636"}	{"lerrcp": "A4-2636"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theophile", "family": "Peltier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:29", "date": "1837-04-29 11:56:25", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 1.87025, "lat": 50.86708, "name": "Guînes", "geoid": 3014224}, "notime": null, "date-ut": "1837-04-29 11:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Theophile", "family": "Peltier"}, "birth": {"tzo": "+00:07:29", "date": "1837-04-29 11:56:25", "place": {"c2": "62", "cy": "FR", "lg": 1.87025, "lat": 50.86708, "name": "Guînes", "geoid": 3014224}, "date-ut": "1837-04-29 11:48:56"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2636"}, "ids-in-sources": {"a4": "2636"}}, "raw": {"H": "11", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "29", "LAT": "50N18", "LON": "2E46", "MON": "4", "NUM": "2636", "PRO": "M", "SEC": "56", "YEA": "1837", "CITY": "GUINES"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11388	percepied-williams-1846-05-30	{"a4": "2637"}	{"lerrcp": "A4-2637"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Williams", "family": "Percepied", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:21", "date": "1846-05-30 23:00", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "notime": null, "date-ut": "1846-05-30 22:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Williams", "family": "Percepied"}, "birth": {"tzo": "+00:12:21", "date": "1846-05-30 23:00", "place": {"c2": "63", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "date-ut": "1846-05-30 22:47:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2637"}, "ids-in-sources": {"a4": "2637"}}, "raw": {"H": "22", "MN": "47", "TZ": "0", "COD": "63", "COU": "F", "DAY": "30", "LAT": "45N47", "LON": "3E 5", "MON": "5", "NUM": "2637", "PRO": "M", "SEC": "40", "YEA": "1846", "CITY": "CLERMONT-FERRAND"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11389	pereuil-mathieu-1849-07-27	{"a4": "2638"}	{"lerrcp": "A4-2638"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mathieu", "family": "Pereuil", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:32", "date": "1849-07-27 02:00", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.63333, "lat": 44.2, "name": "Portmarie", "geoid": 0}, "notime": null, "date-ut": "1849-07-27 01:57:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Mathieu", "family": "Pereuil"}, "birth": {"tzo": "+00:02:32", "date": "1849-07-27 02:00", "place": {"c2": "47", "cy": "FR", "lg": 0.63333, "lat": 44.2, "name": "Portmarie", "geoid": 0}, "date-ut": "1849-07-27 01:57:28"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2638"}, "ids-in-sources": {"a4": "2638"}}, "raw": {"H": "1", "MN": "57", "TZ": "0", "COD": "47", "COU": "F", "DAY": "27", "LAT": "44N12", "LON": "0E38", "MON": "7", "NUM": "2638", "PRO": "M", "SEC": "28", "YEA": "1849", "CITY": "PORTMARIE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11390	pericat-leonard-1847-08-26	{"a4": "2639"}	{"lerrcp": "A4-2639"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leonard", "family": "Pericat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:59", "date": "1847-08-26 01:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1847-08-26 00:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Leonard", "family": "Pericat"}, "birth": {"tzo": "+00:04:59", "date": "1847-08-26 01:00", "place": {"c2": "87", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1847-08-26 00:55"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2639"}, "ids-in-sources": {"a4": "2639"}}, "raw": {"H": "0", "MN": "55", "TZ": "0", "COD": "87", "COU": "F", "DAY": "26", "LAT": "45N50", "LON": "1E15", "MON": "8", "NUM": "2639", "PRO": "M", "SEC": "0", "YEA": "1847", "CITY": "LIMOGES"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11391	pernet-nicolas-1844-08-11	{"a4": "2640"}	{"lerrcp": "A4-2640"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicolas", "family": "Pernet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1844-08-11 21:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1844-08-11 20:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Nicolas", "family": "Pernet"}, "birth": {"tzo": "+00:21:31", "date": "1844-08-11 21:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1844-08-11 20:38:32"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2640"}, "ids-in-sources": {"a4": "2640"}}, "raw": {"H": "20", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "11", "LAT": "43N18", "LON": "5E22", "MON": "8", "NUM": "2640", "PRO": "M", "SEC": "32", "YEA": "1844", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11392	pernot-ferdinand-1844-12-30	{"a4": "2641"}	{"lerrcp": "A4-2641"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Pernot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:36", "date": "1844-12-30 11:00", "note": null, "place": {"c1": null, "c2": "70", "c3": null, "cy": "FR", "lg": 6.15, "lat": 47.61667, "name": "Servaine", "geoid": 0}, "notime": null, "date-ut": "1844-12-30 10:35:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Pernot"}, "birth": {"tzo": "+00:24:36", "date": "1844-12-30 11:00", "place": {"c2": "70", "cy": "FR", "lg": 6.15, "lat": 47.61667, "name": "Servaine", "geoid": 0}, "date-ut": "1844-12-30 10:35:24"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2641"}, "ids-in-sources": {"a4": "2641"}}, "raw": {"H": "10", "MN": "35", "TZ": "0", "COD": "70", "COU": "F", "DAY": "30", "LAT": "47N37", "LON": "6E 9", "MON": "12", "NUM": "2641", "PRO": "M", "SEC": "24", "YEA": "1844", "CITY": "SERVAINE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11393	pfersdorff-victor-1844-10-12	{"a4": "2642"}	{"lerrcp": "A4-2642"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Pfersdorff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:51", "date": "1844-10-12 23:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.71095, "lat": 48.73398, "name": "Brumath", "geoid": 3029771}, "notime": null, "date-ut": "1844-10-12 22:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Pfersdorff"}, "birth": {"tzo": "+00:30:51", "date": "1844-10-12 23:00", "place": {"c2": "67", "cy": "FR", "lg": 7.71095, "lat": 48.73398, "name": "Brumath", "geoid": 3029771}, "date-ut": "1844-10-12 22:29"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2642"}, "ids-in-sources": {"a4": "2642"}}, "raw": {"H": "22", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "12", "LAT": "48N35", "LON": "7E45", "MON": "10", "NUM": "2642", "PRO": "M", "SEC": "0", "YEA": "1844", "CITY": "BRUMATH"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11394	gauquelin-a4-2643-1819-11-08	{"a4": "2643"}	{"lerrcp": "A4-2643"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2643", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:20", "date": "1819-11-08 05:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "notime": null, "date-ut": "1819-11-08 04:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2643"}, "birth": {"tzo": "+00:16:20", "date": "1819-11-08 05:00", "place": {"c2": "10", "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "date-ut": "1819-11-08 04:43:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2643"}, "ids-in-sources": {"a4": "2643"}}, "raw": {"H": "4", "MN": "43", "TZ": "0", "COD": "10", "COU": "F", "DAY": "8", "LAT": "48N18", "LON": "4E 5", "MON": "11", "NUM": "2643", "PRO": "M", "SEC": "40", "YEA": "1819", "CITY": "TROYES"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11395	pinon-eugene-1837-01-14	{"a4": "2644"}	{"lerrcp": "A4-2644"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Pinon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:35", "date": "1837-01-14 17:00", "note": null, "place": {"c1": null, "c2": "20", "c3": null, "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Bastia", "geoid": 0}, "notime": null, "date-ut": "1837-01-14 16:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Pinon"}, "birth": {"tzo": "+00:35", "date": "1837-01-14 17:00", "place": {"c2": "20", "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Bastia", "geoid": 0}, "date-ut": "1837-01-14 16:25"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2644"}, "ids-in-sources": {"a4": "2644"}}, "raw": {"H": "16", "MN": "25", "TZ": "0", "COD": "20", "COU": "F", "DAY": "14", "LAT": "41N55", "LON": "8E45", "MON": "1", "NUM": "2644", "PRO": "M", "SEC": "0", "YEA": "1837", "CITY": "BASTIA"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11396	pitont-joseph-1848-06-05	{"a4": "2645"}	{"lerrcp": "A4-2645"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Pitont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:19", "date": "1848-06-05 14:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.82823, "lat": 46.31407, "name": "Mâcon", "geoid": 2996882}, "notime": null, "date-ut": "1848-06-05 13:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Pitont"}, "birth": {"tzo": "+00:19:19", "date": "1848-06-05 14:00", "place": {"c2": "71", "cy": "FR", "lg": 4.82823, "lat": 46.31407, "name": "Mâcon", "geoid": 2996882}, "date-ut": "1848-06-05 13:40:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2645"}, "ids-in-sources": {"a4": "2645"}}, "raw": {"H": "13", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "5", "LAT": "46N18", "LON": "4E50", "MON": "6", "NUM": "2645", "PRO": "M", "SEC": "40", "YEA": "1848", "CITY": "MACON"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11397	pouche-charles-1842-12-12	{"a4": "2646"}	{"lerrcp": "A4-2646"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Pouche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:49", "date": "1842-12-12 16:00", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "notime": null, "date-ut": "1842-12-12 15:59:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Pouche"}, "birth": {"tzo": "+00:00:49", "date": "1842-12-12 16:00", "place": {"c2": "72", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "date-ut": "1842-12-12 15:59:12"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2646"}, "ids-in-sources": {"a4": "2646"}}, "raw": {"H": "15", "MN": "59", "TZ": "0", "COD": "72", "COU": "F", "DAY": "12", "LAT": "48N 1", "LON": "0E12", "MON": "12", "NUM": "2646", "PRO": "M", "SEC": "12", "YEA": "1842", "CITY": "LE MANS"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11398	poulet-leopold-1845-03-01	{"a4": "2647"}	{"lerrcp": "A4-2647"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leopold", "family": "Poulet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:52", "date": "1845-03-01 01:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Stchristophegui", "geoid": 0}, "notime": null, "date-ut": "1845-03-01 00:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Leopold", "family": "Poulet"}, "birth": {"tzo": "+00:22:52", "date": "1845-03-01 01:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Stchristophegui", "geoid": 0}, "date-ut": "1845-03-01 00:37:08"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2647"}, "ids-in-sources": {"a4": "2647"}}, "raw": {"H": "0", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "1", "LAT": "45N11", "LON": "5E43", "MON": "3", "NUM": "2647", "PRO": "M", "SEC": "8", "YEA": "1845", "CITY": "STCHRISTOPHEGUI"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11399	pourchez-victor-1836-10-21	{"a4": "2648"}	{"lerrcp": "A4-2648"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Pourchez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:56", "date": "1836-10-21 06:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Choisyleroi", "geoid": 0}, "notime": null, "date-ut": "1836-10-21 05:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Pourchez"}, "birth": {"tzo": "+00:09:56", "date": "1836-10-21 06:00", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Choisyleroi", "geoid": 0}, "date-ut": "1836-10-21 05:50:04"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2648"}, "ids-in-sources": {"a4": "2648"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "21", "LAT": "48N47", "LON": "2E29", "MON": "10", "NUM": "2648", "PRO": "M", "SEC": "4", "YEA": "1836", "CITY": "CHOISYLEROI"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11400	prevet-albert-1848-02-20	{"a4": "2649"}	{"lerrcp": "A4-2649"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Prevet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:14", "date": "1848-02-20 12:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.05687, "lat": 48.98235, "name": "Andrésy", "geoid": 3037692}, "notime": null, "date-ut": "1848-02-20 11:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Prevet"}, "birth": {"tzo": "+00:08:14", "date": "1848-02-20 12:00", "place": {"c2": "78", "cy": "FR", "lg": 2.05687, "lat": 48.98235, "name": "Andrésy", "geoid": 3037692}, "date-ut": "1848-02-20 11:51:28"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2649"}, "ids-in-sources": {"a4": "2649"}}, "raw": {"H": "11", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "20", "LAT": "48N50", "LON": "2E 8", "MON": "2", "NUM": "2649", "PRO": "M", "SEC": "28", "YEA": "1848", "CITY": "ANDRESY"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11401	puech-louis-1840-11-19	{"a4": "2650"}	{"lerrcp": "A4-2650"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Puech", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:24", "date": "1840-11-19 02:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35, "lat": 43.85, "name": "Lassalle", "geoid": 0}, "notime": null, "date-ut": "1840-11-19 01:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Puech"}, "birth": {"tzo": "+00:17:24", "date": "1840-11-19 02:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35, "lat": 43.85, "name": "Lassalle", "geoid": 0}, "date-ut": "1840-11-19 01:42:36"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2650"}, "ids-in-sources": {"a4": "2650"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "19", "LAT": "43N51", "LON": "4E21", "MON": "11", "NUM": "2650", "PRO": "M", "SEC": "36", "YEA": "1840", "CITY": "LASSALLE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11402	pugenc-charles-1835-08-09	{"a4": "2651"}	{"lerrcp": "A4-2651"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Pugenc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1835-08-09 01:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "notime": null, "date-ut": "1835-08-09 00:50:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Pugenc"}, "birth": {"tzo": "+00:09:24", "date": "1835-08-09 01:00", "place": {"c2": "11", "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "date-ut": "1835-08-09 00:50:36"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2651"}, "ids-in-sources": {"a4": "2651"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "9", "LAT": "43N12", "LON": "2E21", "MON": "8", "NUM": "2651", "PRO": "M", "SEC": "36", "YEA": "1835", "CITY": "CARCASSONNE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11403	puzenat-emile-1857-03-21	{"a4": "2652"}	{"lerrcp": "A4-2652"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Puzenat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:19", "date": "1857-03-21 12:00", "note": null, "place": {"c1": null, "c2": "41", "c3": null, "cy": "FR", "lg": 1.32912, "lat": 47.59432, "name": "Blois", "geoid": 3032213}, "notime": null, "date-ut": "1857-03-21 11:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Puzenat"}, "birth": {"tzo": "+00:05:19", "date": "1857-03-21 12:00", "place": {"c2": "41", "cy": "FR", "lg": 1.32912, "lat": 47.59432, "name": "Blois", "geoid": 3032213}, "date-ut": "1857-03-21 11:54:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2652"}, "ids-in-sources": {"a4": "2652"}}, "raw": {"H": "11", "MN": "54", "TZ": "0", "COD": "41", "COU": "F", "DAY": "21", "LAT": "47N35", "LON": "1E20", "MON": "3", "NUM": "2652", "PRO": "M", "SEC": "40", "YEA": "1857", "CITY": "BLOIS"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11404	quentin-alfred-1827-01-01	{"a4": "2653"}	{"lerrcp": "A4-2653"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Quentin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:20", "date": "1827-01-01 01:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Cherbourg", "geoid": 0}, "notime": null, "date-ut": "1827-01-01 01:04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Quentin"}, "birth": {"tzo": "-00:04:20", "date": "1827-01-01 01:00", "place": {"c2": "50", "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Cherbourg", "geoid": 0}, "date-ut": "1827-01-01 01:04:20"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2653"}, "ids-in-sources": {"a4": "2653"}}, "raw": {"H": "1", "MN": "4", "TZ": "0", "COD": "50", "COU": "F", "DAY": "1", "LAT": "49N 7", "LON": "1W 5", "MON": "1", "NUM": "2653", "PRO": "M", "SEC": "20", "YEA": "1827", "CITY": "CHERBOURG"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11405	quignard-basile-1839-01-22	{"a4": "2654"}	{"lerrcp": "A4-2654"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Basile", "family": "Quignard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:31:51", "date": "1839-01-22 23:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.96268, "lat": 48.83026, "name": "Soufflenheim", "geoid": 2974086}, "notime": null, "date-ut": "1839-01-22 22:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Basile", "family": "Quignard"}, "birth": {"tzo": "+00:31:51", "date": "1839-01-22 23:00", "place": {"c2": "67", "cy": "FR", "lg": 7.96268, "lat": 48.83026, "name": "Soufflenheim", "geoid": 2974086}, "date-ut": "1839-01-22 22:29"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2654"}, "ids-in-sources": {"a4": "2654"}}, "raw": {"H": "22", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "22", "LAT": "48N35", "LON": "7E45", "MON": "1", "NUM": "2654", "PRO": "M", "SEC": "0", "YEA": "1839", "CITY": "SOUFFLENHEIM"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11406	raimond-edouard-1835-11-29	{"a4": "2655"}	{"lerrcp": "A4-2655"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Raimond", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:09", "date": "1835-11-29 15:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.53946, "lat": 50.61955, "name": "Saint-Venant", "geoid": 2976690}, "notime": null, "date-ut": "1835-11-29 14:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Raimond"}, "birth": {"tzo": "+00:10:09", "date": "1835-11-29 15:00", "place": {"c2": "62", "cy": "FR", "lg": 2.53946, "lat": 50.61955, "name": "Saint-Venant", "geoid": 2976690}, "date-ut": "1835-11-29 14:48:56"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2655"}, "ids-in-sources": {"a4": "2655"}}, "raw": {"H": "14", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "29", "LAT": "50N18", "LON": "2E46", "MON": "11", "NUM": "2655", "PRO": "M", "SEC": "56", "YEA": "1835", "CITY": "ST-VENANT"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11407	raimond-francois-1838-08-18	{"a4": "2656"}	{"lerrcp": "A4-2656"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Raimond", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:09", "date": "1838-08-18 09:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.53946, "lat": 50.61955, "name": "Saint-Venant", "geoid": 2976690}, "notime": null, "date-ut": "1838-08-18 08:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "François", "family": "Raimond"}, "birth": {"tzo": "+00:10:09", "date": "1838-08-18 09:00", "place": {"c2": "62", "cy": "FR", "lg": 2.53946, "lat": 50.61955, "name": "Saint-Venant", "geoid": 2976690}, "date-ut": "1838-08-18 08:48:56"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2656"}, "ids-in-sources": {"a4": "2656"}}, "raw": {"H": "8", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "18", "LAT": "50N18", "LON": "2E46", "MON": "8", "NUM": "2656", "PRO": "M", "SEC": "56", "YEA": "1838", "CITY": "ST-VENANT"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11408	gauquelin-a4-2657-1833-12-17	{"a4": "2657"}	{"lerrcp": "A4-2657"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2657", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:26", "date": "1833-12-17 15:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.35912, "lat": 49.18585, "name": "Caen", "geoid": 3029241}, "notime": null, "date-ut": "1833-12-17 15:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2657"}, "birth": {"tzo": "-00:01:26", "date": "1833-12-17 15:00", "place": {"c2": "14", "cy": "FR", "lg": -0.35912, "lat": 49.18585, "name": "Caen", "geoid": 3029241}, "date-ut": "1833-12-17 15:01:28"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2657"}, "ids-in-sources": {"a4": "2657"}}, "raw": {"H": "15", "MN": "1", "TZ": "0", "COD": "14", "COU": "F", "DAY": "17", "LAT": "49N11", "LON": "0W22", "MON": "12", "NUM": "2657", "PRO": "M", "SEC": "28", "YEA": "1833", "CITY": "CAEN"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11409	rauski-joseph-1837-02-13	{"a4": "2658"}	{"lerrcp": "A4-2658"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Rauski", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:28:16", "date": "1837-02-13 05:33:32", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 7.06747, "lat": 49.10995, "name": "Sarreguemines", "geoid": 2975964}, "notime": null, "date-ut": "1837-02-13 05:05:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Rauski"}, "birth": {"tzo": "+00:28:16", "date": "1837-02-13 05:33:32", "place": {"c2": "57", "cy": "FR", "lg": 7.06747, "lat": 49.10995, "name": "Sarreguemines", "geoid": 2975964}, "date-ut": "1837-02-13 05:05:16"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2658"}, "ids-in-sources": {"a4": "2658"}}, "raw": {"H": "5", "MN": "5", "TZ": "0", "COD": "57", "COU": "F", "DAY": "13", "LAT": "49N 7", "LON": "6E11", "MON": "2", "NUM": "2658", "PRO": "M", "SEC": "16", "YEA": "1837", "CITY": "SARREGUEMINES"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11410	reboul-jean-1826-04-29	{"a4": "2659"}	{"lerrcp": "A4-2659"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Reboul", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1826-04-29 23:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 2.35, "lat": 43.2, "name": "Peyriacminervoi", "geoid": 0}, "notime": null, "date-ut": "1826-04-29 22:50:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Reboul"}, "birth": {"tzo": "+00:09:24", "date": "1826-04-29 23:00", "place": {"c2": "11", "cy": "FR", "lg": 2.35, "lat": 43.2, "name": "Peyriacminervoi", "geoid": 0}, "date-ut": "1826-04-29 22:50:36"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2659"}, "ids-in-sources": {"a4": "2659"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "29", "LAT": "43N12", "LON": "2E21", "MON": "4", "NUM": "2659", "PRO": "M", "SEC": "36", "YEA": "1826", "CITY": "PEYRIACMINERVOI"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11411	regheer-charles-1847-09-11	{"a4": "2660"}	{"lerrcp": "A4-2660"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Regheer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:19", "date": "1847-09-11 01:00", "note": null, "place": {"c1": null, "c2": "41", "c3": null, "cy": "FR", "lg": 1.32912, "lat": 47.59432, "name": "Blois", "geoid": 3032213}, "notime": null, "date-ut": "1847-09-11 00:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Regheer"}, "birth": {"tzo": "+00:05:19", "date": "1847-09-11 01:00", "place": {"c2": "41", "cy": "FR", "lg": 1.32912, "lat": 47.59432, "name": "Blois", "geoid": 3032213}, "date-ut": "1847-09-11 00:54:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2660"}, "ids-in-sources": {"a4": "2660"}}, "raw": {"H": "0", "MN": "54", "TZ": "0", "COD": "41", "COU": "F", "DAY": "11", "LAT": "47N35", "LON": "1E20", "MON": "9", "NUM": "2660", "PRO": "M", "SEC": "40", "YEA": "1847", "CITY": "BLOIS"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11412	reinhard-leon-1842-01-07	{"a4": "2661"}	{"lerrcp": "A4-2661"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Reinhard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1842-01-07 15:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1842-01-07 15:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Reinhard"}, "birth": {"tzo": "-00:06:13", "date": "1842-01-07 15:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1842-01-07 15:06:20"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2661"}, "ids-in-sources": {"a4": "2661"}}, "raw": {"H": "15", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "7", "LAT": "47N13", "LON": "1W35", "MON": "1", "NUM": "2661", "PRO": "M", "SEC": "20", "YEA": "1842", "CITY": "NANTES"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11413	gauquelin-a4-2662-1821-07-01	{"a4": "2662"}	{"lerrcp": "A4-2662"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2662", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1821-07-01 23:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1821-07-01 22:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2662"}, "birth": {"tzo": "+00:24:44", "date": "1821-07-01 23:00", "place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1821-07-01 22:35:12"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2662"}, "ids-in-sources": {"a4": "2662"}}, "raw": {"H": "22", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "1", "LAT": "48N42", "LON": "6E12", "MON": "7", "NUM": "2662", "PRO": "M", "SEC": "12", "YEA": "1821", "CITY": "NANCY"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11414	reynaud-joseph-1835-11-23	{"a4": "2663"}	{"lerrcp": "A4-2663"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Reynaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:06", "date": "1835-11-23 19:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.52679, "lat": 43.63677, "name": "Meyrargues", "geoid": 2994070}, "notime": null, "date-ut": "1835-11-23 18:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Reynaud"}, "birth": {"tzo": "+00:22:06", "date": "1835-11-23 19:00", "place": {"c2": "13", "cy": "FR", "lg": 5.52679, "lat": 43.63677, "name": "Meyrargues", "geoid": 2994070}, "date-ut": "1835-11-23 18:38:32"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2663"}, "ids-in-sources": {"a4": "2663"}}, "raw": {"H": "18", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "23", "LAT": "43N18", "LON": "5E22", "MON": "11", "NUM": "2663", "PRO": "M", "SEC": "32", "YEA": "1835", "CITY": "MEYRARGUES"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11415	ribailler-gustave-1838-03-05	{"a4": "2664"}	{"lerrcp": "A4-2664"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Ribailler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:49", "date": "1838-03-05 10:00", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.45304, "lat": 48.18324, "name": "Épinal", "geoid": 3020035}, "notime": null, "date-ut": "1838-03-05 09:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Ribailler"}, "birth": {"tzo": "+00:25:49", "date": "1838-03-05 10:00", "place": {"c2": "88", "cy": "FR", "lg": 6.45304, "lat": 48.18324, "name": "Épinal", "geoid": 3020035}, "date-ut": "1838-03-05 09:34:08"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2664"}, "ids-in-sources": {"a4": "2664"}}, "raw": {"H": "9", "MN": "34", "TZ": "0", "COD": "88", "COU": "F", "DAY": "5", "LAT": "48N10", "LON": "6E28", "MON": "3", "NUM": "2664", "PRO": "M", "SEC": "8", "YEA": "1838", "CITY": "EPINAL"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11416	richard-louis-1839-12-19	{"a4": "2665"}	{"lerrcp": "A4-2665"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Richard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:19", "date": "1839-12-19 02:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "notime": null, "date-ut": "1839-12-19 01:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Richard"}, "birth": {"tzo": "+00:12:19", "date": "1839-12-19 02:00", "place": {"c2": "59", "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "date-ut": "1839-12-19 01:47:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2665"}, "ids-in-sources": {"a4": "2665"}}, "raw": {"H": "1", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "19", "LAT": "50N39", "LON": "3E 5", "MON": "12", "NUM": "2665", "PRO": "M", "SEC": "40", "YEA": "1839", "CITY": "DOUAI"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11417	gauquelin-a4-2666-1825-10-09	{"a4": "2666"}	{"lerrcp": "A4-2666"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2666", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24", "date": "1825-10-09 14:00", "note": null, "place": {"c1": null, "c2": "05", "c3": null, "cy": "FR", "lg": 6, "lat": 44.55, "name": "Poet", "geoid": 0}, "notime": null, "date-ut": "1825-10-09 13:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2666"}, "birth": {"tzo": "+00:24", "date": "1825-10-09 14:00", "place": {"c2": "05", "cy": "FR", "lg": 6, "lat": 44.55, "name": "Poet", "geoid": 0}, "date-ut": "1825-10-09 13:36"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2666"}, "ids-in-sources": {"a4": "2666"}}, "raw": {"H": "13", "MN": "36", "TZ": "0", "COD": "05", "COU": "F", "DAY": "9", "LAT": "44N33", "LON": "6E 0", "MON": "10", "NUM": "2666", "PRO": "M", "SEC": "0", "YEA": "1825", "CITY": "POET"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11418	gauquelin-a4-2667-1830-02-13	{"a4": "2667"}	{"lerrcp": "A4-2667"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2667", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:45", "date": "1830-02-13 00:04:41", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.68646, "lat": 50.61987, "name": "Lestrem", "geoid": 2999446}, "notime": null, "date-ut": "1830-02-12 23:53:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2667"}, "birth": {"tzo": "+00:10:45", "date": "1830-02-13 00:04:41", "place": {"c2": "62", "cy": "FR", "lg": 2.68646, "lat": 50.61987, "name": "Lestrem", "geoid": 2999446}, "date-ut": "1830-02-12 23:53:56"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2667"}, "ids-in-sources": {"a4": "2667"}}, "raw": {"H": "23", "MN": "53", "TZ": "0", "COD": "62", "COU": "F", "DAY": "12", "LAT": "50N18", "LON": "2E46", "MON": "2", "NUM": "2667", "PRO": "M", "SEC": "56", "YEA": "1830", "CITY": "LESTREM"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11419	gauquelin-a4-2668-1852-09-10	{"a4": "2668"}	{"lerrcp": "A4-2668"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2668", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1852-09-10 10:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1852-09-10 09:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2668"}, "birth": {"tzo": "+00:12:14", "date": "1852-09-10 10:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1852-09-10 09:47:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2668"}, "ids-in-sources": {"a4": "2668"}}, "raw": {"H": "9", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "10", "LAT": "50N39", "LON": "3E 5", "MON": "9", "NUM": "2668", "PRO": "M", "SEC": "40", "YEA": "1852", "CITY": "LILLE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11420	rousseau-denis-1835-07-23	{"a4": "2669"}	{"lerrcp": "A4-2669"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Denis", "family": "Rousseau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:20", "date": "1835-07-23 23:00", "note": null, "place": {"c1": null, "c2": "91", "c3": null, "cy": "FR", "lg": 2.33333, "lat": 48.6, "name": "Lavilledubois", "geoid": 0}, "notime": null, "date-ut": "1835-07-23 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Denis", "family": "Rousseau"}, "birth": {"tzo": "+00:09:20", "date": "1835-07-23 23:00", "place": {"c2": "91", "cy": "FR", "lg": 2.33333, "lat": 48.6, "name": "Lavilledubois", "geoid": 0}, "date-ut": "1835-07-23 22:50:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2669"}, "ids-in-sources": {"a4": "2669"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "91", "COU": "F", "DAY": "23", "LAT": "48N36", "LON": "2E20", "MON": "7", "NUM": "2669", "PRO": "M", "SEC": "40", "YEA": "1835", "CITY": "LAVILLEDUBOIS"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11421	rousselot-louis-1847-06-26	{"a4": "2670"}	{"lerrcp": "A4-2670"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Rousselot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:26", "date": "1847-06-26 17:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1847-06-26 16:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Rousselot"}, "birth": {"tzo": "+00:17:26", "date": "1847-06-26 17:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1847-06-26 16:42:36"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2670"}, "ids-in-sources": {"a4": "2670"}}, "raw": {"H": "16", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "26", "LAT": "43N51", "LON": "4E21", "MON": "6", "NUM": "2670", "PRO": "M", "SEC": "36", "YEA": "1847", "CITY": "NIMES"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11422	rouveirolis-pierre-1855-05-28	{"a4": "2671"}	{"lerrcp": "A4-2671"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Rouveirolis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1855-05-28 16:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1855-05-28 15:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Rouveirolis"}, "birth": {"tzo": "+00:15:30", "date": "1855-05-28 16:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1855-05-28 15:44:28"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2671"}, "ids-in-sources": {"a4": "2671"}}, "raw": {"H": "15", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "28", "LAT": "43N37", "LON": "3E53", "MON": "5", "NUM": "2671", "PRO": "M", "SEC": "28", "YEA": "1855", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11423	gauquelin-a4-2672-1839-05-23	{"a4": "2672"}	{"lerrcp": "A4-2672"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2672", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:03:36", "date": "1839-05-23 09:00", "note": null, "place": {"c1": null, "c2": "82", "c3": null, "cy": "FR", "lg": 0.89965, "lat": 44.06946, "name": "Auvillar", "geoid": 3035859}, "notime": null, "date-ut": "1839-05-23 08:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2672"}, "birth": {"tzo": "+00:03:36", "date": "1839-05-23 09:00", "place": {"c2": "82", "cy": "FR", "lg": 0.89965, "lat": 44.06946, "name": "Auvillar", "geoid": 3035859}, "date-ut": "1839-05-23 08:54:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2672"}, "ids-in-sources": {"a4": "2672"}}, "raw": {"H": "8", "MN": "54", "TZ": "0", "COD": "82", "COU": "F", "DAY": "23", "LAT": "44N 1", "LON": "1E20", "MON": "5", "NUM": "2672", "PRO": "M", "SEC": "40", "YEA": "1839", "CITY": "AUVILLAR"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11424	rutain-jean-1844-05-12	{"a4": "2673"}	{"lerrcp": "A4-2673"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Rutain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1844-05-12 16:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1844-05-12 16:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Rutain"}, "birth": {"tzo": "-00:02:19", "date": "1844-05-12 16:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1844-05-12 16:57:36"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2673"}, "ids-in-sources": {"a4": "2673"}}, "raw": {"H": "16", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "12", "LAT": "44N50", "LON": "0W34", "MON": "5", "NUM": "2673", "PRO": "M", "SEC": "36", "YEA": "1844", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11425	sadran-henri-1846-12-29	{"a4": "2674"}	{"lerrcp": "A4-2674"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Sadran", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1846-12-29 19:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1846-12-29 19:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Sadran"}, "birth": {"tzo": "-00:02:19", "date": "1846-12-29 19:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1846-12-29 19:57:36"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2674"}, "ids-in-sources": {"a4": "2674"}}, "raw": {"H": "19", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "29", "LAT": "44N50", "LON": "0W34", "MON": "12", "NUM": "2674", "PRO": "M", "SEC": "36", "YEA": "1846", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11426	sallis-jean-1841-03-20	{"a4": "2675"}	{"lerrcp": "A4-2675"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Sallis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12", "date": "1841-03-20 00:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 3.00141, "lat": 43.18396, "name": "Narbonne", "geoid": 2990919}, "notime": null, "date-ut": "1841-03-19 23:50:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Sallis"}, "birth": {"tzo": "+00:12", "date": "1841-03-20 00:00", "place": {"c2": "11", "cy": "FR", "lg": 3.00141, "lat": 43.18396, "name": "Narbonne", "geoid": 2990919}, "date-ut": "1841-03-19 23:50:36"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2675"}, "ids-in-sources": {"a4": "2675"}}, "raw": {"H": "23", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "19", "LAT": "43N12", "LON": "2E21", "MON": "3", "NUM": "2675", "PRO": "M", "SEC": "36", "YEA": "1841", "CITY": "NARBONNE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11427	salomon-louis-1845-03-22	{"a4": "2676"}	{"lerrcp": "A4-2676"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Salomon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:04", "date": "1845-03-22 06:00", "note": null, "place": {"c1": null, "c2": "19", "c3": null, "cy": "FR", "lg": 1.76667, "lat": 45.26667, "name": "Brive", "geoid": 0}, "notime": null, "date-ut": "1845-03-22 05:52:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Salomon"}, "birth": {"tzo": "+00:07:04", "date": "1845-03-22 06:00", "place": {"c2": "19", "cy": "FR", "lg": 1.76667, "lat": 45.26667, "name": "Brive", "geoid": 0}, "date-ut": "1845-03-22 05:52:56"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2676"}, "ids-in-sources": {"a4": "2676"}}, "raw": {"H": "5", "MN": "52", "TZ": "0", "COD": "19", "COU": "F", "DAY": "22", "LAT": "45N16", "LON": "1E46", "MON": "3", "NUM": "2676", "PRO": "M", "SEC": "56", "YEA": "1845", "CITY": "BRIVE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11428	sauret-hippolyte-1832-12-27	{"a4": "2677"}	{"lerrcp": "A4-2677"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hippolyte", "family": "Sauret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:13:29", "date": "1832-12-27 21:00", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "notime": null, "date-ut": "1832-12-27 21:10:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Hippolyte", "family": "Sauret"}, "birth": {"tzo": "-00:13:29", "date": "1832-12-27 21:00", "place": {"c2": "56", "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "date-ut": "1832-12-27 21:10:56"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2677"}, "ids-in-sources": {"a4": "2677"}}, "raw": {"H": "21", "MN": "10", "TZ": "0", "COD": "56", "COU": "F", "DAY": "27", "LAT": "47N40", "LON": "2W44", "MON": "12", "NUM": "2677", "PRO": "M", "SEC": "56", "YEA": "1832", "CITY": "LORIENT"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11429	sauvan-gabriel-1845-11-21	{"a4": "2678"}	{"lerrcp": "A4-2678"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Sauvan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:14", "date": "1845-11-21 15:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.81025, "lat": 44.13806, "name": "Orange", "geoid": 2989460}, "notime": null, "date-ut": "1845-11-21 14:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Sauvan"}, "birth": {"tzo": "+00:19:14", "date": "1845-11-21 15:00", "place": {"c2": "84", "cy": "FR", "lg": 4.81025, "lat": 44.13806, "name": "Orange", "geoid": 2989460}, "date-ut": "1845-11-21 14:40:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2678"}, "ids-in-sources": {"a4": "2678"}}, "raw": {"H": "14", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "21", "LAT": "43N57", "LON": "4E50", "MON": "11", "NUM": "2678", "PRO": "M", "SEC": "40", "YEA": "1845", "CITY": "ORANGE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11430	savoy-jean-1839-01-27	{"a4": "2679"}	{"lerrcp": "A4-2679"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Savoy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:24", "date": "1839-01-27 23:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35, "lat": 43.85, "name": "Stgilles", "geoid": 0}, "notime": null, "date-ut": "1839-01-27 22:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Savoy"}, "birth": {"tzo": "+00:17:24", "date": "1839-01-27 23:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35, "lat": 43.85, "name": "Stgilles", "geoid": 0}, "date-ut": "1839-01-27 22:42:36"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2679"}, "ids-in-sources": {"a4": "2679"}}, "raw": {"H": "22", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "27", "LAT": "43N51", "LON": "4E21", "MON": "1", "NUM": "2679", "PRO": "M", "SEC": "36", "YEA": "1839", "CITY": "STGILLES"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11431	schlotmann-frederic-1822-12-19	{"a4": "2680"}	{"lerrcp": "A4-2680"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Schlotmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:59", "date": "1822-12-19 16:00", "note": null, "place": {"c1": null, "c2": "05", "c3": null, "cy": "FR", "lg": 6.49526, "lat": 44.56387, "name": "Embrun", "geoid": 3020251}, "notime": null, "date-ut": "1822-12-19 15:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Schlotmann"}, "birth": {"tzo": "+00:25:59", "date": "1822-12-19 16:00", "place": {"c2": "05", "cy": "FR", "lg": 6.49526, "lat": 44.56387, "name": "Embrun", "geoid": 3020251}, "date-ut": "1822-12-19 15:36"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2680"}, "ids-in-sources": {"a4": "2680"}}, "raw": {"H": "15", "MN": "36", "TZ": "0", "COD": "05", "COU": "F", "DAY": "19", "LAT": "44N33", "LON": "6E 0", "MON": "12", "NUM": "2680", "PRO": "M", "SEC": "0", "YEA": "1822", "CITY": "EMBRUN"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11432	schlotmann-jacques-1825-06-13	{"a4": "2681"}	{"lerrcp": "A4-2681"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Schlotmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:34", "date": "1825-06-13 22:00", "note": null, "place": {"c1": null, "c2": "70", "c3": null, "cy": "FR", "lg": 6.14251, "lat": 47.62604, "name": "Vesoul", "geoid": 2969562}, "notime": null, "date-ut": "1825-06-13 21:35:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Schlotmann"}, "birth": {"tzo": "+00:24:34", "date": "1825-06-13 22:00", "place": {"c2": "70", "cy": "FR", "lg": 6.14251, "lat": 47.62604, "name": "Vesoul", "geoid": 2969562}, "date-ut": "1825-06-13 21:35:24"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2681"}, "ids-in-sources": {"a4": "2681"}}, "raw": {"H": "21", "MN": "35", "TZ": "0", "COD": "70", "COU": "F", "DAY": "13", "LAT": "47N37", "LON": "6E 9", "MON": "6", "NUM": "2681", "PRO": "M", "SEC": "24", "YEA": "1825", "CITY": "VESOUL"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11433	gauquelin-a4-2682-1845-05-19	{"a4": "2682"}	{"lerrcp": "A4-2682"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A4-2682", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:31:52", "date": "1845-05-19 22:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.96692, "lat": 49.02963, "name": "Altenstadt", "geoid": 3038021}, "notime": null, "date-ut": "1845-05-19 21:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2682"}, "birth": {"tzo": "+00:31:52", "date": "1845-05-19 22:00", "place": {"c2": "67", "cy": "FR", "lg": 7.96692, "lat": 49.02963, "name": "Altenstadt", "geoid": 3038021}, "date-ut": "1845-05-19 21:29"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2682"}, "ids-in-sources": {"a4": "2682"}}, "raw": {"H": "21", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "19", "LAT": "48N35", "LON": "7E45", "MON": "5", "NUM": "2682", "PRO": "M", "SEC": "0", "YEA": "1845", "CITY": "ALTENSTADT"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11434	schmidt-louis-1855-10-01	{"a4": "2683"}	{"lerrcp": "A4-2683"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Schmidt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:15", "date": "1855-10-01 21:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.31393, "lat": 48.8162, "name": "Montrouge", "geoid": 2992017}, "notime": null, "date-ut": "1855-10-01 20:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Schmidt"}, "birth": {"tzo": "+00:09:15", "date": "1855-10-01 21:00", "place": {"c2": "92", "cy": "FR", "lg": 2.31393, "lat": 48.8162, "name": "Montrouge", "geoid": 2992017}, "date-ut": "1855-10-01 20:51:16"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2683"}, "ids-in-sources": {"a4": "2683"}}, "raw": {"H": "20", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "1", "LAT": "48N50", "LON": "2E11", "MON": "10", "NUM": "2683", "PRO": "M", "SEC": "16", "YEA": "1855", "CITY": "MONTROUGE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11435	schwartz-adolphe-1848-11-28	{"a4": "2684"}	{"lerrcp": "A4-2684"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Schwartz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:48", "date": "1848-11-28 19:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.44873, "lat": 48.40755, "name": "Barr", "geoid": 3034868}, "notime": null, "date-ut": "1848-11-28 18:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Schwartz"}, "birth": {"tzo": "+00:29:48", "date": "1848-11-28 19:00", "place": {"c2": "67", "cy": "FR", "lg": 7.44873, "lat": 48.40755, "name": "Barr", "geoid": 3034868}, "date-ut": "1848-11-28 18:29"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2684"}, "ids-in-sources": {"a4": "2684"}}, "raw": {"H": "18", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "28", "LAT": "48N35", "LON": "7E45", "MON": "11", "NUM": "2684", "PRO": "M", "SEC": "0", "YEA": "1848", "CITY": "BARR"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11436	sega-antoine-1858-03-12	{"a4": "2685"}	{"lerrcp": "A4-2685"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Sega", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:14", "date": "1858-03-12 02:30", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1858-03-12 02:10:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Sega"}, "birth": {"tzo": "+00:19:14", "date": "1858-03-12 02:30", "place": {"c2": "84", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1858-03-12 02:10:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2685"}, "ids-in-sources": {"a4": "2685"}}, "raw": {"H": "2", "MN": "10", "TZ": "0", "COD": "84", "COU": "F", "DAY": "12", "LAT": "43N57", "LON": "4E50", "MON": "3", "NUM": "2685", "PRO": "M", "SEC": "40", "YEA": "1858", "CITY": "AVIGNON"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11437	serre-joseph-1836-01-19	{"a4": "2686"}	{"lerrcp": "A4-2686"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Serre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:20", "date": "1836-01-19 06:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 43.95, "name": "Stsaturnin", "geoid": 0}, "notime": null, "date-ut": "1836-01-19 05:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Serre"}, "birth": {"tzo": "+00:19:20", "date": "1836-01-19 06:00", "place": {"c2": "84", "cy": "FR", "lg": 4.83333, "lat": 43.95, "name": "Stsaturnin", "geoid": 0}, "date-ut": "1836-01-19 05:40:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2686"}, "ids-in-sources": {"a4": "2686"}}, "raw": {"H": "5", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "19", "LAT": "43N57", "LON": "4E50", "MON": "1", "NUM": "2686", "PRO": "M", "SEC": "40", "YEA": "1836", "CITY": "STSATURNIN"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11438	sibillot-charles-1830-03-21	{"a4": "2687"}	{"lerrcp": "A4-2687"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Sibillot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:50", "date": "1830-03-21 03:56:58", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 4.95891, "lat": 45.58996, "name": "Luzinay", "geoid": 2996963}, "notime": null, "date-ut": "1830-03-21 03:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Sibillot"}, "birth": {"tzo": "+00:19:50", "date": "1830-03-21 03:56:58", "place": {"c2": "38", "cy": "FR", "lg": 4.95891, "lat": 45.58996, "name": "Luzinay", "geoid": 2996963}, "date-ut": "1830-03-21 03:37:08"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2687"}, "ids-in-sources": {"a4": "2687"}}, "raw": {"H": "3", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "21", "LAT": "45N11", "LON": "5E43", "MON": "3", "NUM": "2687", "PRO": "M", "SEC": "8", "YEA": "1830", "CITY": "LUZINAY"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11439	sicot-edouard-1823-06-01	{"a4": "2688"}	{"lerrcp": "A4-2688"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Sicot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:49", "date": "1823-06-01 00:00", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "notime": null, "date-ut": "1823-05-31 23:59:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Sicot"}, "birth": {"tzo": "+00:00:49", "date": "1823-06-01 00:00", "place": {"c2": "72", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "date-ut": "1823-05-31 23:59:12"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2688"}, "ids-in-sources": {"a4": "2688"}}, "raw": {"H": "23", "MN": "59", "TZ": "0", "COD": "72", "COU": "F", "DAY": "31", "LAT": "48N 1", "LON": "0E12", "MON": "5", "NUM": "2688", "PRO": "M", "SEC": "12", "YEA": "1823", "CITY": "LE MANS"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11440	silvestre-charles-1850-02-05	{"a4": "2689"}	{"lerrcp": "A4-2689"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Silvestre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1850-02-05 04:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1850-02-05 04:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Silvestre"}, "birth": {"tzo": "-00:02:19", "date": "1850-02-05 04:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1850-02-05 04:57:36"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2689"}, "ids-in-sources": {"a4": "2689"}}, "raw": {"H": "4", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "5", "LAT": "44N50", "LON": "0W34", "MON": "2", "NUM": "2689", "PRO": "M", "SEC": "36", "YEA": "1850", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11441	simon-simon-1834-04-17	{"a4": "2690"}	{"lerrcp": "A4-2690"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Simon", "family": "Simon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:40", "date": "1834-04-17 16:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.91667, "lat": 42.7, "name": "Ille", "geoid": 0}, "notime": null, "date-ut": "1834-04-17 15:48:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Simon", "family": "Simon"}, "birth": {"tzo": "+00:11:40", "date": "1834-04-17 16:00", "place": {"c2": "66", "cy": "FR", "lg": 2.91667, "lat": 42.7, "name": "Ille", "geoid": 0}, "date-ut": "1834-04-17 15:48:20"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2690"}, "ids-in-sources": {"a4": "2690"}}, "raw": {"H": "15", "MN": "48", "TZ": "0", "COD": "66", "COU": "F", "DAY": "17", "LAT": "42N42", "LON": "2E55", "MON": "4", "NUM": "2690", "PRO": "M", "SEC": "20", "YEA": "1834", "CITY": "ILLE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11442	sol-henri-1848-05-13	{"a4": "2691"}	{"lerrcp": "A4-2691"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Sol", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:04", "date": "1848-05-13 14:30", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1848-05-13 14:05:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Sol"}, "birth": {"tzo": "+00:24:04", "date": "1848-05-13 14:30", "place": {"c2": "25", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1848-05-13 14:05:52"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2691"}, "ids-in-sources": {"a4": "2691"}}, "raw": {"H": "14", "MN": "5", "TZ": "0", "COD": "25", "COU": "F", "DAY": "13", "LAT": "47N15", "LON": "6E 2", "MON": "5", "NUM": "2691", "PRO": "M", "SEC": "52", "YEA": "1848", "CITY": "BESANCON"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11443	soutiran-jean-1839-04-30	{"a4": "2692"}	{"lerrcp": "A4-2692"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Soutiran", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:44", "date": "1839-04-30 20:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.43333, "lat": 43.61667, "name": "Bagneresdelucho", "geoid": 0}, "notime": null, "date-ut": "1839-04-30 19:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Soutiran"}, "birth": {"tzo": "+00:05:44", "date": "1839-04-30 20:00", "place": {"c2": "31", "cy": "FR", "lg": 1.43333, "lat": 43.61667, "name": "Bagneresdelucho", "geoid": 0}, "date-ut": "1839-04-30 19:54:16"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2692"}, "ids-in-sources": {"a4": "2692"}}, "raw": {"H": "19", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "30", "LAT": "43N37", "LON": "1E26", "MON": "4", "NUM": "2692", "PRO": "M", "SEC": "16", "YEA": "1839", "CITY": "BAGNERESDELUCHO"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11444	starck-charles-1845-02-11	{"a4": "2693"}	{"lerrcp": "A4-2693"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Starck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:32:43", "date": "1845-02-11 11:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 8.17846, "lat": 48.97515, "name": "Lauterbourg", "geoid": 3005948}, "notime": null, "date-ut": "1845-02-11 10:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Starck"}, "birth": {"tzo": "+00:32:43", "date": "1845-02-11 11:00", "place": {"c2": "67", "cy": "FR", "lg": 8.17846, "lat": 48.97515, "name": "Lauterbourg", "geoid": 3005948}, "date-ut": "1845-02-11 10:29"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2693"}, "ids-in-sources": {"a4": "2693"}}, "raw": {"H": "10", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "11", "LAT": "48N35", "LON": "7E45", "MON": "2", "NUM": "2693", "PRO": "M", "SEC": "0", "YEA": "1845", "CITY": "LAUTERBOURG"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11445	stoltz-louis-1849-06-10	{"a4": "2694"}	{"lerrcp": "A4-2694"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Stoltz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:31:25", "date": "1849-06-10 22:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.85406, "lat": 48.76826, "name": "Bischwiller", "geoid": 3032544}, "notime": null, "date-ut": "1849-06-10 21:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Stoltz"}, "birth": {"tzo": "+00:31:25", "date": "1849-06-10 22:00", "place": {"c2": "67", "cy": "FR", "lg": 7.85406, "lat": 48.76826, "name": "Bischwiller", "geoid": 3032544}, "date-ut": "1849-06-10 21:29"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2694"}, "ids-in-sources": {"a4": "2694"}}, "raw": {"H": "21", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "10", "LAT": "48N35", "LON": "7E45", "MON": "6", "NUM": "2694", "PRO": "M", "SEC": "0", "YEA": "1849", "CITY": "BISCHWILLER"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11446	stutz-jean-1816-09-06	{"a4": "2695"}	{"lerrcp": "A4-2695"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Stutz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:20", "date": "1816-09-06 06:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "Nogent Seine", "geoid": 0}, "notime": null, "date-ut": "1816-09-06 05:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Stutz"}, "birth": {"tzo": "+00:16:20", "date": "1816-09-06 06:00", "place": {"c2": "10", "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "Nogent Seine", "geoid": 0}, "date-ut": "1816-09-06 05:43:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2695"}, "ids-in-sources": {"a4": "2695"}}, "raw": {"H": "5", "MN": "43", "TZ": "0", "COD": "10", "COU": "F", "DAY": "6", "LAT": "48N18", "LON": "4E 5", "MON": "9", "NUM": "2695", "PRO": "M", "SEC": "40", "YEA": "1816", "CITY": "NOGENT SEINE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11447	sutter-benoit-1841-03-20	{"a4": "2696"}	{"lerrcp": "A4-2696"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benoît", "family": "Sutter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:10", "date": "1841-03-20 21:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.29072, "lat": 48.07269, "name": "Wintzenheim", "geoid": 2967337}, "notime": null, "date-ut": "1841-03-20 20:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Benoît", "family": "Sutter"}, "birth": {"tzo": "+00:29:10", "date": "1841-03-20 21:00", "place": {"c2": "68", "cy": "FR", "lg": 7.29072, "lat": 48.07269, "name": "Wintzenheim", "geoid": 2967337}, "date-ut": "1841-03-20 20:30:36"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2696"}, "ids-in-sources": {"a4": "2696"}}, "raw": {"H": "20", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "20", "LAT": "48N 5", "LON": "7E21", "MON": "3", "NUM": "2696", "PRO": "M", "SEC": "36", "YEA": "1841", "CITY": "WINTZENHEIM"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11448	thiebaud-jules-1836-02-28	{"a4": "2697"}	{"lerrcp": "A4-2697"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Thiebaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:27:12", "date": "1836-02-28 10:03:04", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.79823, "lat": 47.50957, "name": "Montbéliard", "geoid": 2992938}, "notime": null, "date-ut": "1836-02-28 09:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Thiebaud"}, "birth": {"tzo": "+00:27:12", "date": "1836-02-28 10:03:04", "place": {"c2": "25", "cy": "FR", "lg": 6.79823, "lat": 47.50957, "name": "Montbéliard", "geoid": 2992938}, "date-ut": "1836-02-28 09:35:52"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2697"}, "ids-in-sources": {"a4": "2697"}}, "raw": {"H": "9", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "28", "LAT": "47N15", "LON": "6E 2", "MON": "2", "NUM": "2697", "PRO": "M", "SEC": "52", "YEA": "1836", "CITY": "MONTBELIARD"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11449	thomas-jouan-1834-07-08	{"a4": "2698"}	{"lerrcp": "A4-2698"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jouan", "family": "Thomas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:11", "date": "1834-07-08 02:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -2.75, "lat": 48.51667, "name": "Belleisleenterr", "geoid": 0}, "notime": null, "date-ut": "1834-07-08 02:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jouan", "family": "Thomas"}, "birth": {"tzo": "-00:11", "date": "1834-07-08 02:00", "place": {"c2": "22", "cy": "FR", "lg": -2.75, "lat": 48.51667, "name": "Belleisleenterr", "geoid": 0}, "date-ut": "1834-07-08 02:11"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2698"}, "ids-in-sources": {"a4": "2698"}}, "raw": {"H": "2", "MN": "11", "TZ": "0", "COD": "22", "COU": "F", "DAY": "8", "LAT": "48N31", "LON": "2W45", "MON": "7", "NUM": "2698", "PRO": "M", "SEC": "0", "YEA": "1834", "CITY": "BELLEISLEENTERR"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11450	thouvenel-jean-1835-07-17	{"a4": "2699"}	{"lerrcp": "A4-2699"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Thouvenel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:48", "date": "1835-07-17 10:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.2, "lat": 48.7, "name": "Cireyvezouze", "geoid": 0}, "notime": null, "date-ut": "1835-07-17 09:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Thouvenel"}, "birth": {"tzo": "+00:24:48", "date": "1835-07-17 10:00", "place": {"c2": "54", "cy": "FR", "lg": 6.2, "lat": 48.7, "name": "Cireyvezouze", "geoid": 0}, "date-ut": "1835-07-17 09:35:12"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2699"}, "ids-in-sources": {"a4": "2699"}}, "raw": {"H": "9", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "17", "LAT": "48N42", "LON": "6E12", "MON": "7", "NUM": "2699", "PRO": "M", "SEC": "12", "YEA": "1835", "CITY": "CIREYVEZOUZE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11451	thuillier-edouard-1841-11-10	{"a4": "2700"}	{"lerrcp": "A4-2700"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Thuillier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:27", "date": "1841-11-10 21:55:23", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "notime": null, "date-ut": "1841-11-10 21:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Thuillier"}, "birth": {"tzo": "+00:06:27", "date": "1841-11-10 21:55:23", "place": {"c2": "62", "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "date-ut": "1841-11-10 21:48:56"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2700"}, "ids-in-sources": {"a4": "2700"}}, "raw": {"H": "21", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "10", "LAT": "50N18", "LON": "2E46", "MON": "11", "NUM": "2700", "PRO": "M", "SEC": "56", "YEA": "1841", "CITY": "BOULOGNE-S-MER"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11452	trenquier-francois-1814-10-30	{"a4": "2701"}	{"lerrcp": "A4-2701"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Trenquier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:13", "date": "1814-10-30 12:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.05526, "lat": 43.40735, "name": "Martigues", "geoid": 2995387}, "notime": null, "date-ut": "1814-10-30 11:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "François", "family": "Trenquier"}, "birth": {"tzo": "+00:20:13", "date": "1814-10-30 12:00", "place": {"c2": "13", "cy": "FR", "lg": 5.05526, "lat": 43.40735, "name": "Martigues", "geoid": 2995387}, "date-ut": "1814-10-30 11:38:32"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2701"}, "ids-in-sources": {"a4": "2701"}}, "raw": {"H": "11", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "30", "LAT": "43N18", "LON": "5E22", "MON": "10", "NUM": "2701", "PRO": "M", "SEC": "32", "YEA": "1814", "CITY": "MARTIGUES"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11453	urbin-donatien-1809-05-24	{"a4": "2702"}	{"lerrcp": "A4-2702"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Donatien", "family": "Urbin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01:22", "date": "1809-05-24 22:00", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "notime": null, "date-ut": "1809-05-24 21:58:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Donatien", "family": "Urbin"}, "birth": {"tzo": "+00:01:22", "date": "1809-05-24 22:00", "place": {"c2": "86", "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "date-ut": "1809-05-24 21:58:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2702"}, "ids-in-sources": {"a4": "2702"}}, "raw": {"H": "21", "MN": "58", "TZ": "0", "COD": "86", "COU": "F", "DAY": "24", "LAT": "46N35", "LON": "0E20", "MON": "5", "NUM": "2702", "PRO": "M", "SEC": "40", "YEA": "1809", "CITY": "POITIERS"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11454	valleray-ernest-1863-09-12	{"a4": "2703"}	{"lerrcp": "A4-2703"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Valleray", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:03", "date": "1863-09-12 04:00", "note": null, "place": {"c1": null, "c2": "53", "c3": null, "cy": "FR", "lg": -0.75, "lat": 48.06667, "name": "Chateaugontier", "geoid": 0}, "notime": null, "date-ut": "1863-09-12 04:03"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Valleray"}, "birth": {"tzo": "-00:03", "date": "1863-09-12 04:00", "place": {"c2": "53", "cy": "FR", "lg": -0.75, "lat": 48.06667, "name": "Chateaugontier", "geoid": 0}, "date-ut": "1863-09-12 04:03"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2703"}, "ids-in-sources": {"a4": "2703"}}, "raw": {"H": "4", "MN": "3", "TZ": "0", "COD": "53", "COU": "F", "DAY": "12", "LAT": "48N 4", "LON": "0W45", "MON": "9", "NUM": "2703", "PRO": "M", "SEC": "0", "YEA": "1863", "CITY": "CHATEAUGONTIER"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11455	vallet-marie-1844-02-02	{"a4": "2704"}	{"lerrcp": "A4-2704"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Vallet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:37", "date": "1844-02-02 09:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1844-02-02 08:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Vallet"}, "birth": {"tzo": "+00:07:37", "date": "1844-02-02 09:00", "place": {"c2": "45", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1844-02-02 08:52:24"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2704"}, "ids-in-sources": {"a4": "2704"}}, "raw": {"H": "8", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "2", "LAT": "47N54", "LON": "1E54", "MON": "2", "NUM": "2704", "PRO": "M", "SEC": "24", "YEA": "1844", "CITY": "ORLEANS"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11456	varnaison-joseph-1841-03-09	{"a4": "2705"}	{"lerrcp": "A4-2705"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Varnaison", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:07", "date": "1841-03-09 14:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 5.02936, "lat": 43.95742, "name": "Velleron", "geoid": 2970187}, "notime": null, "date-ut": "1841-03-09 13:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Varnaison"}, "birth": {"tzo": "+00:20:07", "date": "1841-03-09 14:00", "place": {"c2": "84", "cy": "FR", "lg": 5.02936, "lat": 43.95742, "name": "Velleron", "geoid": 2970187}, "date-ut": "1841-03-09 13:40:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2705"}, "ids-in-sources": {"a4": "2705"}}, "raw": {"H": "13", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "9", "LAT": "43N57", "LON": "4E50", "MON": "3", "NUM": "2705", "PRO": "M", "SEC": "40", "YEA": "1841", "CITY": "VELLERON"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11457	vautrin-louis-1836-05-05	{"a4": "2706"}	{"lerrcp": "A4-2706"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Vautrin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:28", "date": "1836-05-05 01:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Arzillieres", "geoid": 0}, "notime": null, "date-ut": "1836-05-05 00:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Vautrin"}, "birth": {"tzo": "+00:17:28", "date": "1836-05-05 01:00", "place": {"c2": "51", "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Arzillieres", "geoid": 0}, "date-ut": "1836-05-05 00:42:32"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2706"}, "ids-in-sources": {"a4": "2706"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "5", "LAT": "48N57", "LON": "4E22", "MON": "5", "NUM": "2706", "PRO": "M", "SEC": "32", "YEA": "1836", "CITY": "ARZILLIERES"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11458	vechot-antoine-1828-05-01	{"a4": "2707"}	{"lerrcp": "A4-2707"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Vechot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:41", "date": "1828-05-01 13:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1828-05-01 12:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Vechot"}, "birth": {"tzo": "+00:24:41", "date": "1828-05-01 13:00", "place": {"c2": "57", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1828-05-01 12:35:16"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2707"}, "ids-in-sources": {"a4": "2707"}}, "raw": {"H": "12", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "1", "LAT": "49N 7", "LON": "6E11", "MON": "5", "NUM": "2707", "PRO": "M", "SEC": "16", "YEA": "1828", "CITY": "METZ"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11459	venon-jean-1824-09-12	{"a4": "2708"}	{"lerrcp": "A4-2708"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Venon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:37", "date": "1824-09-12 20:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1824-09-12 19:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Venon"}, "birth": {"tzo": "+00:07:37", "date": "1824-09-12 20:00", "place": {"c2": "45", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1824-09-12 19:52:24"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2708"}, "ids-in-sources": {"a4": "2708"}}, "raw": {"H": "19", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "12", "LAT": "47N54", "LON": "1E54", "MON": "9", "NUM": "2708", "PRO": "M", "SEC": "24", "YEA": "1824", "CITY": "ORLEANS"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11460	verroust-andre-1826-02-28	{"a4": "2709"}	{"lerrcp": "A4-2709"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Verroust", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:09", "date": "1826-02-28 18:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 2.53729, "lat": 50.72374, "name": "Hazebrouck", "geoid": 3013619}, "notime": null, "date-ut": "1826-02-28 17:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "André", "family": "Verroust"}, "birth": {"tzo": "+00:10:09", "date": "1826-02-28 18:00", "place": {"c2": "59", "cy": "FR", "lg": 2.53729, "lat": 50.72374, "name": "Hazebrouck", "geoid": 3013619}, "date-ut": "1826-02-28 17:47:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2709"}, "ids-in-sources": {"a4": "2709"}}, "raw": {"H": "17", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "28", "LAT": "50N39", "LON": "3E 5", "MON": "2", "NUM": "2709", "PRO": "M", "SEC": "40", "YEA": "1826", "CITY": "HAZEBROUCK"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11461	verroust-louis-1814-05-10	{"a4": "2710"}	{"lerrcp": "A4-2710"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Verroust", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:09", "date": "1814-05-10 23:30", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 2.53729, "lat": 50.72374, "name": "Hazebrouck", "geoid": 3013619}, "notime": null, "date-ut": "1814-05-10 23:17:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Verroust"}, "birth": {"tzo": "+00:10:09", "date": "1814-05-10 23:30", "place": {"c2": "59", "cy": "FR", "lg": 2.53729, "lat": 50.72374, "name": "Hazebrouck", "geoid": 3013619}, "date-ut": "1814-05-10 23:17:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2710"}, "ids-in-sources": {"a4": "2710"}}, "raw": {"H": "23", "MN": "17", "TZ": "0", "COD": "59", "COU": "F", "DAY": "10", "LAT": "50N39", "LON": "3E 5", "MON": "5", "NUM": "2710", "PRO": "M", "SEC": "40", "YEA": "1814", "CITY": "HAZEBROUCK"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11462	vialet-jules-1871-01-14	{"a4": "2711"}	{"lerrcp": "A4-2711"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Vialet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1871-01-14 02:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1871-01-14 01:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Vialet"}, "birth": {"tzo": "+00:21:31", "date": "1871-01-14 02:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1871-01-14 01:38:32"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2711"}, "ids-in-sources": {"a4": "2711"}}, "raw": {"H": "1", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "14", "LAT": "43N18", "LON": "5E22", "MON": "1", "NUM": "2711", "PRO": "M", "SEC": "32", "YEA": "1871", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11463	vidal-auguste-1844-05-05	{"a4": "2712"}	{"lerrcp": "A4-2712"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Vidal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:36", "date": "1844-05-05 12:00", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 4.9, "lat": 44.93333, "name": "Romans", "geoid": 0}, "notime": null, "date-ut": "1844-05-05 11:40:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Vidal"}, "birth": {"tzo": "+00:19:36", "date": "1844-05-05 12:00", "place": {"c2": "26", "cy": "FR", "lg": 4.9, "lat": 44.93333, "name": "Romans", "geoid": 0}, "date-ut": "1844-05-05 11:40:24"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2712"}, "ids-in-sources": {"a4": "2712"}}, "raw": {"H": "11", "MN": "40", "TZ": "0", "COD": "26", "COU": "F", "DAY": "5", "LAT": "44N56", "LON": "4E54", "MON": "5", "NUM": "2712", "PRO": "M", "SEC": "24", "YEA": "1844", "CITY": "ROMANS"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11464	vidal-bernard-1859-11-15	{"a4": "2713"}	{"lerrcp": "A4-2713"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Vidal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1859-11-15 06:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1859-11-15 05:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Vidal"}, "birth": {"tzo": "+00:05:46", "date": "1859-11-15 06:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1859-11-15 05:54:16"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2713"}, "ids-in-sources": {"a4": "2713"}}, "raw": {"H": "5", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "15", "LAT": "43N37", "LON": "1E26", "MON": "11", "NUM": "2713", "PRO": "M", "SEC": "16", "YEA": "1859", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11465	vient-hubert-1829-11-22	{"a4": "2714"}	{"lerrcp": "A4-2714"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hubert", "family": "Vient", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:59", "date": "1829-11-22 19:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.49383, "lat": 48.59273, "name": "Lunéville", "geoid": 2997110}, "notime": null, "date-ut": "1829-11-22 18:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Hubert", "family": "Vient"}, "birth": {"tzo": "+00:25:59", "date": "1829-11-22 19:00", "place": {"c2": "54", "cy": "FR", "lg": 6.49383, "lat": 48.59273, "name": "Lunéville", "geoid": 2997110}, "date-ut": "1829-11-22 18:35:12"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2714"}, "ids-in-sources": {"a4": "2714"}}, "raw": {"H": "18", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "22", "LAT": "48N42", "LON": "6E12", "MON": "11", "NUM": "2714", "PRO": "M", "SEC": "12", "YEA": "1829", "CITY": "LUNEVILLE"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11466	villaufret-francois-1833-03-24	{"a4": "2715"}	{"lerrcp": "A4-2715"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Villaufret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:42", "date": "1833-03-24 23:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1833-03-24 23:06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "François", "family": "Villaufret"}, "birth": {"tzo": "-00:06:42", "date": "1833-03-24 23:00", "place": {"c2": "35", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1833-03-24 23:06:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2715"}, "ids-in-sources": {"a4": "2715"}}, "raw": {"H": "23", "MN": "6", "TZ": "0", "COD": "35", "COU": "F", "DAY": "24", "LAT": "48N 7", "LON": "1W40", "MON": "3", "NUM": "2715", "PRO": "M", "SEC": "40", "YEA": "1833", "CITY": "RENNES"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11467	vincent-raymond-1843-09-20	{"a4": "2716"}	{"lerrcp": "A4-2716"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Vincent", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:18", "date": "1843-09-20 21:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.32541, "lat": 43.45998, "name": "Muret", "geoid": 2991153}, "notime": null, "date-ut": "1843-09-20 20:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Vincent"}, "birth": {"tzo": "+00:05:18", "date": "1843-09-20 21:00", "place": {"c2": "31", "cy": "FR", "lg": 1.32541, "lat": 43.45998, "name": "Muret", "geoid": 2991153}, "date-ut": "1843-09-20 20:54:16"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2716"}, "ids-in-sources": {"a4": "2716"}}, "raw": {"H": "20", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "20", "LAT": "43N37", "LON": "1E26", "MON": "9", "NUM": "2716", "PRO": "M", "SEC": "16", "YEA": "1843", "CITY": "MURET"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11468	wacquez-jules-1825-12-29	{"a4": "2717"}	{"lerrcp": "A4-2717"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Wacquez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1825-12-29 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1825-12-29 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Wacquez"}, "birth": {"tzo": "+00:09:24", "date": "1825-12-29 06:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1825-12-29 05:50:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2717"}, "ids-in-sources": {"a4": "2717"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "29", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "2717", "PRO": "M", "SEC": "40", "YEA": "1825", "CITY": "PARIS"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11469	welsch-louis-1847-05-29	{"a4": "2718"}	{"lerrcp": "A4-2718"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Welsch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:35", "date": "1847-05-29 04:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "notime": null, "date-ut": "1847-05-29 03:48:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Welsch"}, "birth": {"tzo": "+00:11:35", "date": "1847-05-29 04:00", "place": {"c2": "66", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "date-ut": "1847-05-29 03:48:20"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2718"}, "ids-in-sources": {"a4": "2718"}}, "raw": {"H": "3", "MN": "48", "TZ": "0", "COD": "66", "COU": "F", "DAY": "29", "LAT": "42N42", "LON": "2E55", "MON": "5", "NUM": "2718", "PRO": "M", "SEC": "20", "YEA": "1847", "CITY": "PERPIGNAN"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11470	wettge-gustave-1844-07-21	{"a4": "2719"}	{"lerrcp": "A4-2719"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Wettge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1844-07-21 05:30", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Condeslescaut", "geoid": 0}, "notime": null, "date-ut": "1844-07-21 05:17:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Wettge"}, "birth": {"tzo": "+00:12:20", "date": "1844-07-21 05:30", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Condeslescaut", "geoid": 0}, "date-ut": "1844-07-21 05:17:40"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2719"}, "ids-in-sources": {"a4": "2719"}}, "raw": {"H": "5", "MN": "17", "TZ": "0", "COD": "59", "COU": "F", "DAY": "21", "LAT": "50N39", "LON": "3E 5", "MON": "7", "NUM": "2719", "PRO": "M", "SEC": "40", "YEA": "1844", "CITY": "CONDESLESCAUT"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11471	wetzel-andre-1847-10-11	{"a4": "2720"}	{"lerrcp": "A4-2720"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Wetzel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:41", "date": "1847-10-11 10:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1847-10-11 09:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "André", "family": "Wetzel"}, "birth": {"tzo": "+00:24:41", "date": "1847-10-11 10:00", "place": {"c2": "57", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1847-10-11 09:35:16"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2720"}, "ids-in-sources": {"a4": "2720"}}, "raw": {"H": "9", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "11", "LAT": "49N 7", "LON": "6E11", "MON": "10", "NUM": "2720", "PRO": "M", "SEC": "16", "YEA": "1847", "CITY": "METZ"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11472	wittmann-gustave-1843-10-08	{"a4": "2721"}	{"lerrcp": "A4-2721"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Wittmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:44", "date": "1843-10-08 09:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly", "geoid": 0}, "notime": null, "date-ut": "1843-10-08 08:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Wittmann"}, "birth": {"tzo": "+00:08:44", "date": "1843-10-08 09:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly", "geoid": 0}, "date-ut": "1843-10-08 08:51:16"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2721"}, "ids-in-sources": {"a4": "2721"}}, "raw": {"H": "8", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "8", "LAT": "48N50", "LON": "2E11", "MON": "10", "NUM": "2721", "PRO": "M", "SEC": "16", "YEA": "1843", "CITY": "NEUILLY"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11473	yosse-paul-1831-01-04	{"a4": "2722"}	{"lerrcp": "A4-2722"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Yosse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:25", "date": "1831-01-04 12:00", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.35387, "lat": 48.93564, "name": "Saint-Denis", "geoid": 2980916}, "notime": null, "date-ut": "1831-01-04 11:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor-of-military-band"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Yosse"}, "birth": {"tzo": "+00:09:25", "date": "1831-01-04 12:00", "place": {"c2": "93", "cy": "FR", "lg": 2.35387, "lat": 48.93564, "name": "Saint-Denis", "geoid": 2980916}, "date-ut": "1831-01-04 11:50"}, "occus": ["conductor-of-military-band"], "trust": 5, "partial_ids": {"lerrcp": "A4-2722"}, "ids-in-sources": {"a4": "2722"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "93", "COU": "F", "DAY": "4", "LAT": "48N55", "LON": "2E30", "MON": "1", "NUM": "2722", "PRO": "M", "SEC": "0", "YEA": "1831", "CITY": "ST-DENIS"}, "date": "2023-08-20T14:43:34+02:00", "source": "a4", "command": "gauq A4 tmp2db"}]	[]
11474	achard-frederic-1848-10-04	{"a5": "1"}	{"lerrcp": "A5-1"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Achard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1848-10-04 09:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1848-10-04 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Achard"}, "birth": {"tzo": "+00:09:24", "date": "1848-10-04 09:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1848-10-04 08:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1"}, "ids-in-sources": {"a5": "1"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "4", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "1", "PRO": "A", "SEC": "40", "YEA": "1848", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
17971	casanova-jean-1918-05-07	{"e1": "339"}	{"lerrcp": "E1-339"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Casanova", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-05-07 04:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1918-05-07 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Casanova"}, "birth": {"tzo": "+01:00", "date": "1918-05-07 04:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1918-05-07 03:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "339"}}, "raw": {"H": "04:00", "COD": "13", "DAY": "07", "MON": "05", "NUM": "0339", "PRO": "EX", "YEA": "1918", "CITY": "Marseille", "NAME": "CASANOVA Jean", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
11478	adamo-salvatore-1943-10-31	{"a5": "5"}	{"lerrcp": "A5-5"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Salvatore", "family": "Adamo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "IT", "lg": 14.61018, "lat": 36.95134, "name": "Comiso", "geoid": 2524955}, "notime": null, "date-ut": "1943-10-31 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Salvatore", "family": "Adamo"}, "birth": {"place": {"c2": "", "cy": "IT", "lg": 14.61018, "lat": 36.95134, "name": "Comiso", "geoid": 2524955}, "date-ut": "1943-10-31 00:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-5"}, "ids-in-sources": {"a5": "5"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "I", "COU": "F", "DAY": "31", "LAT": "36N56", "LON": "14E37", "MON": "10", "NUM": "5", "PRO": "A", "SEC": "0", "YEA": "1943", "CITY": "COMISO"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11479	agacinski-sophie-1943-12-15	{"a5": "6"}	{"lerrcp": "A5-6"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sophie", "family": "Agacinski", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1943-12-15 14:00", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.70505, "lat": 46.83712, "name": "Poligny", "geoid": 2986467}, "notime": null, "date-ut": "1943-12-15 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Sophie", "family": "Agacinski"}, "birth": {"tzo": "+01:00", "date": "1943-12-15 14:00", "place": {"c2": "39", "cy": "FR", "lg": 5.70505, "lat": 46.83712, "name": "Poligny", "geoid": 2986467}, "date-ut": "1943-12-15 13:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-6"}, "ids-in-sources": {"a5": "6"}}, "raw": {"H": "13", "MN": "0", "TZ": "0", "COD": "39", "COU": "F", "DAY": "15", "LAT": "46N40", "LON": "5E33", "MON": "12", "NUM": "6", "PRO": "A", "SEC": "0", "YEA": "1943", "CITY": "POLIGNY"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11476	achard-pierre-1808-11-04	{"a5": "3", "g55": "07-2"}	{"g55": "07-2", "lerrcp": "A5-3"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Achard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1808-11-04 12:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1808-11-04 11:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Achard"}, "birth": {"tzo": "+00:19:23", "date": "1808-11-04 12:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1808-11-04 11:40:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-3"}, "ids-in-sources": {"a5": "3"}}, "raw": {"H": "11", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "4", "LAT": "45N46", "LON": "4E50", "MON": "11", "NUM": "3", "PRO": "A", "SEC": "40", "YEA": "1808", "CITY": "LYON"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-2"}, "ids-in-source": {"g55": "07-2"}}, "raw": {"DAY": "4-11-1808", "HOUR": "12 h.", "NAME": "ACHARD Pierre Frédéric", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11481	aimee-rochon-1845-05-15	{"a5": "8"}	{"lerrcp": "A5-8"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Rochon)", "family": "Aimee", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1845-05-15 22:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1845-05-15 22:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Rochon)", "family": "Aimee"}, "birth": {"tzo": "+00:09:24", "date": "1845-05-15 22:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1845-05-15 22:20:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-8"}, "ids-in-sources": {"a5": "8"}}, "raw": {"H": "22", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "15", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "8", "PRO": "A", "SEC": "40", "YEA": "1845", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11484	albert-lambert-leon-1847-02-23	{"a5": "11"}	{"lerrcp": "A5-11"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Albert-Lambert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:24", "date": "1847-02-23 19:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1847-02-23 18:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Albert-Lambert"}, "birth": {"tzo": "+00:04:24", "date": "1847-02-23 19:00", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1847-02-23 18:55:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-11"}, "ids-in-sources": {"a5": "11"}}, "raw": {"H": "18", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "23", "LAT": "49N26", "LON": "1E 5", "MON": "2", "NUM": "11", "PRO": "A", "SEC": "40", "YEA": "1847", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11483	albert-lucy-1805-10-20	{"a5": "10", "g55": "07-4"}	{"g55": "07-4", "lerrcp": "A5-10"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucy", "family": "Albert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1805-10-20 11:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1805-10-20 10:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Lucy", "family": "Albert"}, "birth": {"tzo": "+00:05:46", "date": "1805-10-20 11:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1805-10-20 10:54:16"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-10"}, "ids-in-sources": {"a5": "10"}}, "raw": {"H": "10", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "20", "LAT": "43N37", "LON": "1E26", "MON": "10", "NUM": "10", "PRO": "A", "SEC": "16", "YEA": "1805", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-4"}, "ids-in-source": {"g55": "07-4"}}, "raw": {"DAY": "20-10-1805", "HOUR": "11 h.", "NAME": "ALBERT (Mlle)", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:48:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11488	alibert-1889-12-03	{"a5": "15"}	{"lerrcp": "A5-15"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Alibert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:12", "date": "1889-12-03 11:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 5.04813, "lat": 44.05507, "name": "Carpentras", "geoid": 3028542}, "notime": null, "date-ut": "1889-12-03 10:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Alibert"}, "birth": {"tzo": "+00:20:12", "date": "1889-12-03 11:00", "place": {"c2": "84", "cy": "FR", "lg": 5.04813, "lat": 44.05507, "name": "Carpentras", "geoid": 3028542}, "date-ut": "1889-12-03 10:40:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-15"}, "ids-in-sources": {"a5": "15"}}, "raw": {"H": "10", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "3", "LAT": "43N57", "LON": "4E50", "MON": "12", "NUM": "15", "PRO": "A", "SEC": "40", "YEA": "1889", "CITY": "CARPENTRAS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11489	amadou-jean-1929-10-01	{"a5": "16"}	{"lerrcp": "A5-16"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Amadou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1929-10-01 16:00", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.55575, "lat": 46.67535, "name": "Lons-le-Saunier", "geoid": 2997626}, "notime": null, "date-ut": "1929-10-01 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Amadou"}, "birth": {"tzo": "+01:00", "date": "1929-10-01 16:00", "place": {"c2": "39", "cy": "FR", "lg": 5.55575, "lat": 46.67535, "name": "Lons-le-Saunier", "geoid": 2997626}, "date-ut": "1929-10-01 15:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-16"}, "ids-in-sources": {"a5": "16"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "39", "COU": "F", "DAY": "1", "LAT": "46N40", "LON": "5E33", "MON": "10", "NUM": "16", "PRO": "A", "SEC": "0", "YEA": "1929", "CITY": "LONS-LE-SAUNIER"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11486	alcover-pierre-1893-03-14	{"a5": "13", "g55": "07-125"}	{"g55": "07-125", "lerrcp": "A5-13"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Alcover", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1893-03-14 14:30", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.54518, "lat": 46.81705, "name": "Châtellerault", "geoid": 3026141}, "notime": null, "date-ut": "1893-03-14 14:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Alcover"}, "birth": {"tzo": "+00:09:21", "date": "1893-03-14 14:30", "place": {"c2": "86", "cy": "FR", "lg": 0.54518, "lat": 46.81705, "name": "Châtellerault", "geoid": 3026141}, "date-ut": "1893-03-14 14:20:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-13"}, "ids-in-sources": {"a5": "13"}}, "raw": {"H": "14", "MN": "20", "TZ": "0", "COD": "86", "COU": "F", "DAY": "14", "LAT": "46N35", "LON": "0E20", "MON": "3", "NUM": "13", "PRO": "A", "SEC": "40", "YEA": "1893", "CITY": "CHATELLERAULT"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-125"}, "ids-in-source": {"g55": "07-125"}}, "raw": {"DAY": "14-3-1893", "HOUR": "14 h. 30", "NAME": "ALCOVER Pierre", "PLACE": "Châtellerault (Vienne)."}, "date": "2023-08-20T14:49:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11490	amont-marcel-1929-04-01	{"a5": "17"}	{"lerrcp": "A5-17"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Amont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1929-04-01 19:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1929-04-01 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Amont"}, "birth": {"tzo": "+00:00", "date": "1929-04-01 19:00", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1929-04-01 19:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-17"}, "ids-in-sources": {"a5": "17"}}, "raw": {"H": "19", "MN": "0", "TZ": "0", "COD": "33", "COU": "F", "DAY": "1", "LAT": "44N50", "LON": "0W34", "MON": "4", "NUM": "17", "PRO": "A", "SEC": "0", "YEA": "1929", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11494	andrieu-charles-1842-11-16	{"a5": "21"}	{"lerrcp": "A5-21"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Andrieu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:48", "date": "1842-11-16 16:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.2, "lat": 48.7, "name": "Dombasle", "geoid": 0}, "notime": null, "date-ut": "1842-11-16 15:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Andrieu"}, "birth": {"tzo": "+00:24:48", "date": "1842-11-16 16:00", "place": {"c2": "54", "cy": "FR", "lg": 6.2, "lat": 48.7, "name": "Dombasle", "geoid": 0}, "date-ut": "1842-11-16 15:35:12"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-21"}, "ids-in-sources": {"a5": "21"}}, "raw": {"H": "15", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "16", "LAT": "48N42", "LON": "6E12", "MON": "11", "NUM": "21", "PRO": "A", "SEC": "12", "YEA": "1842", "CITY": "DOMBASLE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11492	andres-louise-1932-08-14	{"a5": "19", "g55": "07-349"}	{"g55": "07-349", "lerrcp": "A5-19"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louise", "family": "Andres", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1932-08-14 16:40", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.28864, "lat": 48.89389, "name": "Levallois-Perret", "geoid": 2998975}, "notime": null, "date-ut": "1932-08-14 15:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-19"}, "birth": {"tzo": "+01:00", "date": "1932-08-14 16:40", "place": {"c2": "92", "cy": "FR", "lg": 2.28864, "lat": 48.89389, "name": "Levallois-Perret", "geoid": 2998975}, "date-ut": "1932-08-14 15:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-19"}, "ids-in-sources": {"a5": "19"}}, "raw": {"H": "15", "MN": "40", "TZ": "0", "COD": "92", "COU": "F", "DAY": "14", "LAT": "48N50", "LON": "2E11", "MON": "8", "NUM": "19", "PRO": "A", "SEC": "0", "YEA": "1932", "CITY": "LEVALLOIS-PERRET"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"name": {"given": "Louise", "family": "Andres", "nobility": ""}, "slug": "andres-louise-1932-08-14", "partial-ids": {"g55": "07-349"}, "ids-in-source": {"g55": "07-349"}}, "raw": {"DAY": "14-8-1932", "HOUR": "16 h. 40", "NAME": "ANDRES Louise", "PLACE": "Levallois-Perret (Seine)."}, "date": "2023-08-20T14:49:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11498	anselme-bert-1820-02-24	{"a5": "25", "g55": "07-8"}	{"g55": "07-8", "lerrcp": "A5-25"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Bert)", "family": "Anselme", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:06", "date": "1820-02-24 11:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.27527, "lat": 46.43451, "name": "Charolles", "geoid": 3026515}, "notime": null, "date-ut": "1820-02-24 10:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Bert)", "family": "Anselme"}, "birth": {"tzo": "+00:17:06", "date": "1820-02-24 11:00", "place": {"c2": "71", "cy": "FR", "lg": 4.27527, "lat": 46.43451, "name": "Charolles", "geoid": 3026515}, "date-ut": "1820-02-24 10:40:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-25"}, "ids-in-sources": {"a5": "25"}}, "raw": {"H": "10", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "24", "LAT": "46N18", "LON": "4E50", "MON": "2", "NUM": "25", "PRO": "A", "SEC": "40", "YEA": "1820", "CITY": "CHAROLLES"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-8"}, "ids-in-source": {"g55": "07-8"}}, "raw": {"DAY": "24-2-1820", "HOUR": "11 h.", "NAME": "ANSELME", "PLACE": "Charolles (Saône-et-Loire)."}, "date": "2023-08-20T14:48:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11499	antoine-andre-1858-01-31	{"a5": "26", "g55": "07-129"}	{"g55": "07-129", "lerrcp": "A5-26"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Antoine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:59", "date": "1858-01-31 23:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1858-01-31 22:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "André", "family": "Antoine"}, "birth": {"tzo": "+00:04:59", "date": "1858-01-31 23:00", "place": {"c2": "87", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1858-01-31 22:55"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-26"}, "ids-in-sources": {"a5": "26"}}, "raw": {"H": "22", "MN": "55", "TZ": "0", "COD": "87", "COU": "F", "DAY": "31", "LAT": "45N50", "LON": "1E15", "MON": "1", "NUM": "26", "PRO": "A", "SEC": "0", "YEA": "1858", "CITY": "LIMOGES"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-129"}, "ids-in-source": {"g55": "07-129"}}, "raw": {"DAY": "31-1-1858", "HOUR": "23 h.", "NAME": "ANTOINE André Léonard", "PLACE": "Limoges (Haute-Vienne)."}, "date": "2023-08-20T14:49:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11495	andrieux-luc-1917-02-12	{"a5": "22", "g55": "07-350"}	{"g55": "07-350", "lerrcp": "A5-22"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luc", "family": "Andrieux", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1917-02-12 01:30", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Coutainville", "geoid": 0}, "notime": null, "date-ut": "1917-02-12 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-22"}, "birth": {"tzo": "+00:00", "date": "1917-02-12 01:30", "place": {"c2": "50", "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Coutainville", "geoid": 0}, "date-ut": "1917-02-12 01:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-22"}, "ids-in-sources": {"a5": "22"}}, "raw": {"H": "1", "MN": "30", "TZ": "0", "COD": "50", "COU": "F", "DAY": "12", "LAT": "49N 7", "LON": "1W 5", "MON": "2", "NUM": "22", "PRO": "A", "SEC": "0", "YEA": "1917", "CITY": "COUTAINVILLE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"name": {"given": "Luc", "family": "Andrieux", "nobility": ""}, "slug": "andrieux-luc-1917-02-12", "birth": {"place": {"name": "Coutainville"}}, "partial-ids": {"g55": "07-350"}, "ids-in-source": {"g55": "07-350"}}, "raw": {"DAY": "12-2-1917", "HOUR": "1 h. 30", "NAME": "ANDRIEUX Luc", "PLACE": "Coutainville (Manche)."}, "date": "2023-08-20T14:49:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11501	aras-amelie-d-1815-02-15	{"a5": "28"}	{"lerrcp": "A5-28"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Aras Amelie D'", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:20", "date": "1815-02-15 01:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.58333, "lat": 47.8, "name": "Vellerat", "geoid": 0}, "notime": null, "date-ut": "1815-02-15 00:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Aras Amelie D'"}, "birth": {"tzo": "+00:14:20", "date": "1815-02-15 01:00", "place": {"c2": "89", "cy": "FR", "lg": 3.58333, "lat": 47.8, "name": "Vellerat", "geoid": 0}, "date-ut": "1815-02-15 00:45:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-28"}, "ids-in-sources": {"a5": "28"}}, "raw": {"H": "0", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "15", "LAT": "47N48", "LON": "3E35", "MON": "2", "NUM": "28", "PRO": "A", "SEC": "40", "YEA": "1815", "CITY": "VELLERAT"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11502	arbessier-louis-1907-04-09	{"a5": "29"}	{"lerrcp": "A5-29"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Arbessier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1907-04-09 05:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 4.87484, "lat": 45.52569, "name": "Vienne", "geoid": 2969284}, "notime": null, "date-ut": "1907-04-09 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Arbessier"}, "birth": {"tzo": "+00:09:21", "date": "1907-04-09 05:00", "place": {"c2": "38", "cy": "FR", "lg": 4.87484, "lat": 45.52569, "name": "Vienne", "geoid": 2969284}, "date-ut": "1907-04-09 04:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-29"}, "ids-in-sources": {"a5": "29"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "38", "COU": "F", "DAY": "9", "LAT": "45N11", "LON": "5E43", "MON": "4", "NUM": "29", "PRO": "A", "SEC": "40", "YEA": "1907", "CITY": "VIENNE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11503	arden-martine-1928-11-22	{"a5": "30", "g55": "07-351"}	{"g55": "07-351", "lerrcp": "A5-30"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Martine", "family": "Arden", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1928-11-22 02:30", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "notime": null, "date-ut": "1928-11-22 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Martine", "family": "Arden"}, "birth": {"tzo": "+00:00", "date": "1928-11-22 02:30", "place": {"c2": "56", "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "date-ut": "1928-11-22 02:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-30"}, "ids-in-sources": {"a5": "30"}}, "raw": {"H": "2", "MN": "30", "TZ": "0", "COD": "56", "COU": "F", "DAY": "22", "LAT": "47N40", "LON": "2W44", "MON": "11", "NUM": "30", "PRO": "A", "SEC": "0", "YEA": "1928", "CITY": "LORIENT"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-351"}, "ids-in-source": {"g55": "07-351"}}, "raw": {"DAY": "22-11-1928", "HOUR": "2 h. 30", "NAME": "ARDEN Martine", "PLACE": "Lorient (Morbihan)."}, "date": "2023-08-20T14:49:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11506	arnaudy-guarino-1881-07-17	{"a5": "33"}	{"lerrcp": "A5-33"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Guarino)", "family": "Arnaudy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1881-07-17 18:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1881-07-17 17:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Guarino)", "family": "Arnaudy"}, "birth": {"tzo": "+00:21:31", "date": "1881-07-17 18:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1881-07-17 17:38:32"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-33"}, "ids-in-sources": {"a5": "33"}}, "raw": {"H": "17", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "17", "LAT": "43N18", "LON": "5E22", "MON": "7", "NUM": "33", "PRO": "A", "SEC": "32", "YEA": "1881", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11505	arletty-bathiat-1898-05-15	{"a5": "32", "g55": "07-131"}	{"g55": "07-131", "lerrcp": "A5-32"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Bathiat)", "family": "Arletty", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1898-05-15 03:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.25666, "lat": 48.89672, "name": "Courbevoie", "geoid": 3023141}, "notime": null, "date-ut": "1898-05-15 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Bathiat)", "family": "Arletty"}, "birth": {"tzo": "+00:09:21", "date": "1898-05-15 03:00", "place": {"c2": "92", "cy": "FR", "lg": 2.25666, "lat": 48.89672, "name": "Courbevoie", "geoid": 3023141}, "date-ut": "1898-05-15 02:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-32"}, "ids-in-sources": {"a5": "32"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "92", "COU": "F", "DAY": "15", "LAT": "48N50", "LON": "2E11", "MON": "5", "NUM": "32", "PRO": "A", "SEC": "40", "YEA": "1898", "CITY": "COURBEVOIE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-131"}, "ids-in-source": {"g55": "07-131"}}, "raw": {"DAY": "15-5-1898", "HOUR": "3 h.", "NAME": "ARLETTY", "PLACE": "Courbevoie (Seine). "}, "date": "2023-08-20T14:49:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11509	arnold-marcelle-1917-05-04	{"a5": "36", "g55": "07-354"}	{"g55": "07-354", "lerrcp": "A5-36"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcelle", "family": "Arnold", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-05-04 13:30", "note": null, "place": {"c1": null, "c2": "74", "c3": null, "cy": "FR", "lg": 6.11667, "lat": 45.9, "name": "Thornon-les-Bains", "geoid": 0}, "notime": null, "date-ut": "1917-05-04 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marcelle", "family": "Arnold"}, "birth": {"tzo": "+01:00", "date": "1917-05-04 13:30", "place": {"c2": "74", "cy": "FR", "lg": 6.11667, "lat": 45.9, "name": "Thonon-les-Bain", "geoid": 0}, "date-ut": "1917-05-04 12:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-36"}, "ids-in-sources": {"a5": "36"}}, "raw": {"H": "12", "MN": "30", "TZ": "0", "COD": "74", "COU": "F", "DAY": "4", "LAT": "45N54", "LON": "6E 7", "MON": "5", "NUM": "36", "PRO": "A", "SEC": "0", "YEA": "1917", "CITY": "THONON-LES-BAIN"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Thornon-les-Bains"}}, "partial-ids": {"g55": "07-354"}, "ids-in-source": {"g55": "07-354"}}, "raw": {"DAY": "4-5-1917", "HOUR": "13 h. 30", "NAME": "ARNOLD. Marcelle", "PLACE": "Thornon-les-Bains (Hte-Savoie)."}, "date": "2023-08-20T14:49:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11514	arrene-elisa-1831-08-11	{"a5": "41"}	{"lerrcp": "A5-41"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elisa", "family": "Arrene", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:20", "date": "1831-08-11 20:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Coutance", "geoid": 0}, "notime": null, "date-ut": "1831-08-11 20:04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Elisa", "family": "Arrene"}, "birth": {"tzo": "-00:04:20", "date": "1831-08-11 20:00", "place": {"c2": "50", "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Coutance", "geoid": 0}, "date-ut": "1831-08-11 20:04:20"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-41"}, "ids-in-sources": {"a5": "41"}}, "raw": {"H": "20", "MN": "4", "TZ": "0", "COD": "50", "COU": "F", "DAY": "11", "LAT": "49N 7", "LON": "1W 5", "MON": "8", "NUM": "41", "PRO": "A", "SEC": "20", "YEA": "1831", "CITY": "COUTANCE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11510	arnoul-francoise	{"a5": "37", "g55": "07-132"}	{"g55": "07-132", "lerrcp": "A5-37"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francoise", "family": "Arnoul", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 6.61472, "lat": 36.365, "name": "Constantine", "geoid": 2501152}, "notime": null, "date-ut": "1931-06-09 12:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-37"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 6.61472, "lat": 36.365, "name": "Constantine", "geoid": 2501152}, "date-ut": "1931-06-09 12:30:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-37"}, "ids-in-sources": {"a5": "37"}}, "raw": {"H": "12", "MN": "30", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "9", "LAT": "36N30", "LON": "6E15", "MON": "6", "NUM": "37", "PRO": "A", "SEC": "0", "YEA": "1931", "CITY": "CONSTANTINE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"name": {"given": "Francoise", "family": "Arnoul", "nobility": ""}, "slug": "arnoul-francoise", "partial-ids": {"g55": "07-132"}, "ids-in-source": {"g55": "07-132"}}, "raw": {"DAY": "9-6-1931", "HOUR": "12 h. 30", "NAME": "ARNOUL Francoise", "PLACE": "Constantine (Algérie)."}, "date": "2023-08-20T14:49:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11512	arnoux-paulette-1925-01-19	{"a5": "39", "g55": "07-355"}	{"g55": "07-355", "lerrcp": "A5-39"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paulette", "family": "Arnoux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1925-01-19 12:30", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1925-01-19 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Paulette", "family": "Arnoux"}, "birth": {"tzo": "+00:00", "date": "1925-01-19 12:30", "place": {"c2": "84", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1925-01-19 12:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-39"}, "ids-in-sources": {"a5": "39"}}, "raw": {"H": "12", "MN": "30", "TZ": "0", "COD": "84", "COU": "F", "DAY": "19", "LAT": "43N57", "LON": "4E50", "MON": "1", "NUM": "39", "PRO": "A", "SEC": "0", "YEA": "1925", "CITY": "AVIGNON"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-355"}, "ids-in-source": {"g55": "07-355"}}, "raw": {"DAY": "19-1-1925", "HOUR": "12 h. 30", "NAME": "ARNOUX Paulette", "PLACE": "Avignon (Vaucluse)."}, "date": "2023-08-20T14:49:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11519	aubert-michel-1930-06-19	{"a5": "46"}	{"lerrcp": "A5-46"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Aubert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1930-06-19 14:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Bourg-D'Oisans", "geoid": 0}, "notime": null, "date-ut": "1930-06-19 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Aubert"}, "birth": {"tzo": "+01:00", "date": "1930-06-19 14:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Bourg-D'Oisans", "geoid": 0}, "date-ut": "1930-06-19 13:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-46"}, "ids-in-sources": {"a5": "46"}}, "raw": {"H": "13", "MN": "0", "TZ": "0", "COD": "38", "COU": "F", "DAY": "19", "LAT": "45N11", "LON": "5E43", "MON": "6", "NUM": "46", "PRO": "A", "SEC": "0", "YEA": "1930", "CITY": "BOURG-D'OISANS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11515	artur-jose-1927-05-20	{"a5": "42", "g55": "07-356"}	{"g55": "07-356", "lerrcp": "A5-42"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "José", "family": "Artur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1927-05-20 03:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Saint-Germain-en-Laye", "geoid": 0}, "notime": null, "date-ut": "1927-05-20 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "José", "family": "Artur"}, "birth": {"tzo": "+01:00", "date": "1927-05-20 03:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Saint-Germain-en-la", "geoid": 0}, "date-ut": "1927-05-20 02:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-42"}, "ids-in-sources": {"a5": "42"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "78", "COU": "F", "DAY": "20", "LAT": "48N50", "LON": "2E 8", "MON": "5", "NUM": "42", "PRO": "A", "SEC": "0", "YEA": "1927", "CITY": "ST-GERMAIN-EN-LA"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Germain-en-Laye"}}, "partial-ids": {"g55": "07-356"}, "ids-in-source": {"g55": "07-356"}}, "raw": {"DAY": "20-5-1927", "HOUR": "3 h.", "NAME": "ARTUR José", "PLACE": "Saint-Germain-en-Laye (Seine-et-Oise)."}, "date": "2023-08-20T14:49:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11517	aspar-therese-1922-10-26	{"a5": "44", "g55": "07-358"}	{"g55": "07-358", "lerrcp": "A5-44"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Therese", "family": "Aspar", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-10-26 17:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "notime": null, "date-ut": "1922-10-26 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Therese", "family": "Aspar"}, "birth": {"tzo": "+00:00", "date": "1922-10-26 17:00", "place": {"c2": "66", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "date-ut": "1922-10-26 17:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-44"}, "ids-in-sources": {"a5": "44"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "66", "COU": "F", "DAY": "26", "LAT": "42N42", "LON": "2E55", "MON": "10", "NUM": "44", "PRO": "A", "SEC": "0", "YEA": "1922", "CITY": "PERPIGNAN"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-358"}, "ids-in-source": {"g55": "07-358"}}, "raw": {"DAY": "26-10-1922", "HOUR": "17 h.", "NAME": "ASPAR Thérése", "PLACE": "Perpignan (Pyrénées-Orientales)."}, "date": "2023-08-20T14:49:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11521	auclair-michel-1922-09-14	{"a5": "48"}	{"lerrcp": "A5-48"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Auclair", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DE", "lg": 12.47334, "lat": 50.89288, "name": "Koblenz", "geoid": 3209201}, "notime": null, "date-ut": "1922-09-14 11:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Auclair"}, "birth": {"place": {"c2": "", "cy": "DE", "lg": 12.47334, "lat": 50.89288, "name": "Koblenz", "geoid": 3209201}, "date-ut": "1922-09-14 11:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-48"}, "ids-in-sources": {"a5": "48"}}, "raw": {"H": "12", "MN": "15", "TZ": "-1", "COD": "G", "COU": "F", "DAY": "14", "LAT": "50N21", "LON": "7E35", "MON": "9", "NUM": "48", "PRO": "A", "SEC": "0", "YEA": "1922", "CITY": "KOBLENZ"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11523	avray-charles-d-1878-09-09	{"a5": "50"}	{"lerrcp": "A5-50"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Avray Charles D'", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:52", "date": "1878-09-09 22:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.21757, "lat": 48.82292, "name": "Sèvres", "geoid": 2974678}, "notime": null, "date-ut": "1878-09-09 21:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Avray Charles D'"}, "birth": {"tzo": "+00:08:52", "date": "1878-09-09 22:00", "place": {"c2": "92", "cy": "FR", "lg": 2.21757, "lat": 48.82292, "name": "Sèvres", "geoid": 2974678}, "date-ut": "1878-09-09 21:51:16"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-50"}, "ids-in-sources": {"a5": "50"}}, "raw": {"H": "21", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "9", "LAT": "48N50", "LON": "2E11", "MON": "9", "NUM": "50", "PRO": "A", "SEC": "16", "YEA": "1878", "CITY": "SEVRES"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11524	bacque-andre-1880-03-22	{"a5": "51", "g55": "07-135"}	{"g55": "07-135", "lerrcp": "A5-51"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Bacque", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01:34", "date": "1880-03-22 18:00", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.39283, "lat": 44.25091, "name": "Port-Sainte-Marie", "geoid": 2985936}, "notime": null, "date-ut": "1880-03-22 17:57:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "André", "family": "Bacque"}, "birth": {"tzo": "+00:01:34", "date": "1880-03-22 18:00", "place": {"c2": "47", "cy": "FR", "lg": 0.39283, "lat": 44.25091, "name": "Port-Sainte-Marie", "geoid": 2985936}, "date-ut": "1880-03-22 17:57:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-51"}, "ids-in-sources": {"a5": "51"}}, "raw": {"H": "17", "MN": "57", "TZ": "0", "COD": "47", "COU": "F", "DAY": "22", "LAT": "44N12", "LON": "0E38", "MON": "3", "NUM": "51", "PRO": "A", "SEC": "28", "YEA": "1880", "CITY": "PORT-STE-MARIE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-135"}, "ids-in-source": {"g55": "07-135"}}, "raw": {"DAY": "22-3-1880", "HOUR": "18 h.", "NAME": "BACQUE André", "PLACE": "Port-Sainte-Marie (Lot-et-Garonne)."}, "date": "2023-08-20T14:49:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11525	bahier-alphonse-1853-01-25	{"a5": "52"}	{"lerrcp": "A5-52"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Bahier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:41", "date": "1853-01-25 10:00", "note": null, "place": {"c1": null, "c2": "53", "c3": null, "cy": "FR", "lg": -0.67148, "lat": 48.35674, "name": "Oisseau", "geoid": 2989648}, "notime": null, "date-ut": "1853-01-25 10:03"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Bahier"}, "birth": {"tzo": "-00:02:41", "date": "1853-01-25 10:00", "place": {"c2": "53", "cy": "FR", "lg": -0.67148, "lat": 48.35674, "name": "Oisseau", "geoid": 2989648}, "date-ut": "1853-01-25 10:03"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-52"}, "ids-in-sources": {"a5": "52"}}, "raw": {"H": "10", "MN": "3", "TZ": "0", "COD": "53", "COU": "F", "DAY": "25", "LAT": "48N 4", "LON": "0W45", "MON": "1", "NUM": "52", "PRO": "A", "SEC": "0", "YEA": "1853", "CITY": "OISSEAU"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11528	baltha-georges-1872-02-26	{"a5": "55"}	{"lerrcp": "A5-55"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Baltha", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1872-02-26 03:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "10", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1872-02-26 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Baltha"}, "birth": {"tzo": "+00:09:24", "date": "1872-02-26 03:00", "place": {"c2": "75", "c3": "10", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1872-02-26 02:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-55"}, "ids-in-sources": {"a5": "55"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "26", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "55", "PRO": "A", "SEC": "40", "YEA": "1872", "CITY": "PARIS 10E"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11526	baillou-alfred-1915-03-01	{"a5": "53", "g55": "07-360"}	{"g55": "07-360", "lerrcp": "A5-53"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Baillou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-03-01 01:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -1.16667, "lat": 46.15, "name": "Saint-Georges-de-Didonne", "geoid": 0}, "notime": null, "date-ut": "1915-03-01 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Baillou"}, "birth": {"tzo": "+00:00", "date": "1915-03-01 01:00", "place": {"c2": "17", "cy": "FR", "lg": -1.16667, "lat": 46.15, "name": "Saint-Georges-de-D", "geoid": 0}, "date-ut": "1915-03-01 01:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-53"}, "ids-in-sources": {"a5": "53"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "17", "COU": "F", "DAY": "1", "LAT": "46N 9", "LON": "1W10", "MON": "3", "NUM": "53", "PRO": "A", "SEC": "0", "YEA": "1915", "CITY": "ST-GEORGES-DE-D"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Georges-de-Didonne"}}, "partial-ids": {"g55": "07-360"}, "ids-in-source": {"g55": "07-360"}}, "raw": {"DAY": "1-3-1915", "HOUR": "1 h.", "NAME": "BAILLOU Alfred", "PLACE": "Saint-Georges-de-Didonne (Ch.-Mar.)."}, "date": "2023-08-20T14:49:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11530	barataud-juliette-1848-03-08	{"a5": "57"}	{"lerrcp": "A5-57"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Juliette", "family": "Barataud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1848-03-08 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1848-03-08 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Juliette", "family": "Barataud"}, "birth": {"tzo": "+00:09:24", "date": "1848-03-08 06:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1848-03-08 05:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-57"}, "ids-in-sources": {"a5": "57"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "8", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "57", "PRO": "A", "SEC": "40", "YEA": "1848", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11531	barbey-michel-1927-04-23	{"a5": "58", "g55": "07-138"}	{"g55": "07-138", "lerrcp": "A5-58"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Barbey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1927-04-23 03:30", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 0.46565, "lat": 49.11565, "name": "Drucourt", "geoid": 3020749}, "notime": null, "date-ut": "1927-04-23 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Barbey"}, "birth": {"tzo": "+01:00", "date": "1927-04-23 03:30", "place": {"c2": "27", "cy": "FR", "lg": 0.46565, "lat": 49.11565, "name": "Drucourt", "geoid": 3020749}, "date-ut": "1927-04-23 02:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-58"}, "ids-in-sources": {"a5": "58"}}, "raw": {"H": "2", "MN": "30", "TZ": "0", "COD": "27", "COU": "F", "DAY": "23", "LAT": "49N 1", "LON": "1E11", "MON": "4", "NUM": "58", "PRO": "A", "SEC": "0", "YEA": "1927", "CITY": "DRUCOURT"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-138"}, "ids-in-source": {"g55": "07-138"}}, "raw": {"DAY": "23-4-1927", "HOUR": "3 h. 30", "NAME": "\\fBARBEY Michel", "PLACE": "Drucourt (Eure)."}, "date": "2023-08-20T14:49:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11534	barelli-aime-1917-05-01	{"a5": "61", "g55": "07-140"}	{"g55": "07-140", "lerrcp": "A5-61"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aimé", "family": "Barelli", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-05-01 08:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26667, "lat": 43.7, "name": "Lantosques", "geoid": 0}, "notime": null, "date-ut": "1917-05-01 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-61"}, "birth": {"tzo": "+01:00", "date": "1917-05-01 08:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26667, "lat": 43.7, "name": "Lantosques", "geoid": 0}, "date-ut": "1917-05-01 07:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-61"}, "ids-in-sources": {"a5": "61"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "06", "COU": "F", "DAY": "1", "LAT": "43N42", "LON": "7E16", "MON": "5", "NUM": "61", "PRO": "A", "SEC": "0", "YEA": "1917", "CITY": "LANTOSQUES"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"name": {"given": "Aimé", "family": "Barelli", "nobility": ""}, "slug": "barelli-aime-1917-05-01", "birth": {"place": {"name": "Lantosques"}}, "partial-ids": {"g55": "07-140"}, "ids-in-source": {"g55": "07-140"}}, "raw": {"DAY": "1-5-1917", "HOUR": "8 h.", "NAME": "BARELLI Aimé", "PLACE": "Lantosques (Alpes-Maritimes)."}, "date": "2023-08-20T14:49:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11537	barjon-lucien-1916-03-11	{"a5": "64"}	{"lerrcp": "A5-64"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Barjon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-03-11 14:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "notime": null, "date-ut": "1916-03-11 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Barjon"}, "birth": {"tzo": "+00:00", "date": "1916-03-11 14:00", "place": {"c2": "34", "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "date-ut": "1916-03-11 14:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-64"}, "ids-in-sources": {"a5": "64"}}, "raw": {"H": "14", "MN": "0", "TZ": "0", "COD": "34", "COU": "F", "DAY": "11", "LAT": "43N37", "LON": "3E53", "MON": "3", "NUM": "64", "PRO": "A", "SEC": "0", "YEA": "1916", "CITY": "SETE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11538	baron-vincent-1820-06-11	{"a5": "65", "g55": "07-13"}	{"g55": "07-13", "lerrcp": "A5-65"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincent", "family": "Baron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:48", "date": "1820-06-11 23:00", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 5.1992, "lat": 45.90823, "name": "Meximieux", "geoid": 2994094}, "notime": null, "date-ut": "1820-06-11 22:39:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Vincent", "family": "Baron"}, "birth": {"tzo": "+00:20:48", "date": "1820-06-11 23:00", "place": {"c2": "01", "cy": "FR", "lg": 5.1992, "lat": 45.90823, "name": "Meximieux", "geoid": 2994094}, "date-ut": "1820-06-11 22:39:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-65"}, "ids-in-sources": {"a5": "65"}}, "raw": {"H": "22", "MN": "39", "TZ": "0", "COD": "01", "COU": "F", "DAY": "11", "LAT": "46N12", "LON": "5E13", "MON": "6", "NUM": "65", "PRO": "A", "SEC": "8", "YEA": "1820", "CITY": "MEXIMIEUX"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-13"}, "ids-in-source": {"g55": "07-13"}}, "raw": {"DAY": "11-6-1820", "HOUR": "23 h.", "NAME": "BARON Vincent Alfred", "PLACE": "Meximieux. (Ain)."}, "date": "2023-08-20T14:48:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11539	barroux-lucien-1888-09-21	{"a5": "66", "g55": "07-144"}	{"g55": "07-144", "lerrcp": "A5-66"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Barroux", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1888-09-21 04:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1888-09-21 03:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-66"}, "birth": {"tzo": "+00:05:46", "date": "1888-09-21 04:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1888-09-21 03:54:16"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-66"}, "ids-in-sources": {"a5": "66"}}, "raw": {"H": "3", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "21", "LAT": "43N37", "LON": "1E26", "MON": "9", "NUM": "66", "PRO": "A", "SEC": "16", "YEA": "1888", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"name": {"given": "Lucien", "family": "Barroux", "nobility": ""}, "slug": "barroux-lucien-1888-09-21", "partial-ids": {"g55": "07-144"}, "ids-in-source": {"g55": "07-144"}}, "raw": {"DAY": "21-9-1888", "HOUR": "4 h.", "NAME": "BARROUX Lucien", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:49:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11543	barriere-alain-1935-11-18	{"a5": "70"}	{"lerrcp": "A5-70"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Barriere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1935-11-18 10:00", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -3.0305, "lat": 47.58586, "name": "La Trinité-sur-Mer", "geoid": 3006137}, "notime": null, "date-ut": "1935-11-18 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Alain", "family": "Barriere"}, "birth": {"tzo": "+00:00", "date": "1935-11-18 10:00", "place": {"c2": "56", "cy": "FR", "lg": -3.0305, "lat": 47.58586, "name": "La Trinité-sur-Mer", "geoid": 3006137}, "date-ut": "1935-11-18 10:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-70"}, "ids-in-sources": {"a5": "70"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "56", "COU": "F", "DAY": "18", "LAT": "47N40", "LON": "2W44", "MON": "11", "NUM": "70", "PRO": "A", "SEC": "0", "YEA": "1935", "CITY": "LA TRINITE-S-MER"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11544	barthelemy-berthe-1857-02-16	{"a5": "71"}	{"lerrcp": "A5-71"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Berthe", "family": "Barthelemy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:09", "date": "1857-02-16 18:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 4.03916, "lat": 43.64616, "name": "Mudaison", "geoid": 2991246}, "notime": null, "date-ut": "1857-02-16 17:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Berthe", "family": "Barthelemy"}, "birth": {"tzo": "+00:16:09", "date": "1857-02-16 18:00", "place": {"c2": "34", "cy": "FR", "lg": 4.03916, "lat": 43.64616, "name": "Mudaison", "geoid": 2991246}, "date-ut": "1857-02-16 17:44:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-71"}, "ids-in-sources": {"a5": "71"}}, "raw": {"H": "17", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "16", "LAT": "43N37", "LON": "3E53", "MON": "2", "NUM": "71", "PRO": "A", "SEC": "28", "YEA": "1857", "CITY": "MUDAISON"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11541	barre-leopold-1819-04-14	{"a5": "68", "g55": "07-14"}	{"g55": "07-14", "lerrcp": "A5-68"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leopold", "family": "Barre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1819-04-14 01:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1819-04-14 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Leopold", "family": "Barre"}, "birth": {"tzo": "+00:09:24", "date": "1819-04-14 01:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1819-04-14 00:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-68"}, "ids-in-sources": {"a5": "68"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "14", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "68", "PRO": "A", "SEC": "40", "YEA": "1819", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-14"}, "ids-in-source": {"g55": "07-14"}}, "raw": {"DAY": "14-4-1819", "HOUR": "1 h.", "NAME": "BARRE Léopold Pierre", "PLACE": "Paris (Seine)."}, "date": "2023-08-20T14:48:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11545	bary-leon-1880-06-08	{"a5": "72"}	{"lerrcp": "A5-72"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Bary", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1880-06-08 10:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "12", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1880-06-08 10:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Bary"}, "birth": {"tzo": "+00:09:24", "date": "1880-06-08 10:30", "place": {"c2": "75", "c3": "12", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1880-06-08 10:20:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-72"}, "ids-in-sources": {"a5": "72"}}, "raw": {"H": "10", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "8", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "72", "PRO": "A", "SEC": "40", "YEA": "1880", "CITY": "PARIS 12E"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11546	battaille-jean-1861-08-31	{"a5": "73"}	{"lerrcp": "A5-73"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Battaille", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1861-08-31 03:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "14", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1861-08-31 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Battaille"}, "birth": {"tzo": "+00:09:24", "date": "1861-08-31 03:00", "place": {"c2": "75", "c3": "14", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1861-08-31 02:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-73"}, "ids-in-sources": {"a5": "73"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "31", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "73", "PRO": "A", "SEC": "40", "YEA": "1861", "CITY": "PARIS 14E"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11548	bazille-henri-1870-03-25	{"a5": "75"}	{"lerrcp": "A5-75"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Bazille", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:01", "date": "1870-03-25 16:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.25404, "lat": 48.91882, "name": "Colombes", "geoid": 3024266}, "notime": null, "date-ut": "1870-03-25 15:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Bazille"}, "birth": {"tzo": "+00:09:01", "date": "1870-03-25 16:00", "place": {"c2": "92", "cy": "FR", "lg": 2.25404, "lat": 48.91882, "name": "Colombes", "geoid": 3024266}, "date-ut": "1870-03-25 15:51:16"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-75"}, "ids-in-sources": {"a5": "75"}}, "raw": {"H": "15", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "25", "LAT": "48N50", "LON": "2E11", "MON": "3", "NUM": "75", "PRO": "A", "SEC": "16", "YEA": "1870", "CITY": "COLOMBES"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11547	baudin-ginette-1921-03-04	{"a5": "74", "g55": "07-361"}	{"g55": "07-361", "lerrcp": "A5-74"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ginette", "family": "Baudin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1921-03-04 08:30", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 46.3, "name": "Montceau-les-Mines", "geoid": 0}, "notime": null, "date-ut": "1921-03-04 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Ginette", "family": "Baudin"}, "birth": {"tzo": "+00:00", "date": "1921-03-04 08:30", "place": {"c2": "71", "cy": "FR", "lg": 4.83333, "lat": 46.3, "name": "Montceau-les-Mi", "geoid": 0}, "date-ut": "1921-03-04 08:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-74"}, "ids-in-sources": {"a5": "74"}}, "raw": {"H": "8", "MN": "30", "TZ": "0", "COD": "71", "COU": "F", "DAY": "4", "LAT": "46N18", "LON": "4E50", "MON": "3", "NUM": "74", "PRO": "A", "SEC": "0", "YEA": "1921", "CITY": "MONTCEAU-LES-MI"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Montceau-les-Mines"}}, "partial-ids": {"g55": "07-361"}, "ids-in-source": {"g55": "07-361"}}, "raw": {"DAY": "4-3-1921", "HOUR": "8 h. 30", "NAME": "BAUDIN Ginette", "PLACE": "Montceau-les-Mines (Saône-et-L.)."}, "date": "2023-08-20T14:49:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11550	beaujard-alphonsine-1852-08-13	{"a5": "77"}	{"lerrcp": "A5-77"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonsine", "family": "Beaujard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1852-08-13 20:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1852-08-13 19:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Alphonsine", "family": "Beaujard"}, "birth": {"tzo": "+00:09:24", "date": "1852-08-13 20:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1852-08-13 19:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-77"}, "ids-in-sources": {"a5": "77"}}, "raw": {"H": "19", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "13", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "77", "PRO": "A", "SEC": "40", "YEA": "1852", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11552	beauvallet-pierre-1841-01-28	{"a5": "79"}	{"lerrcp": "A5-79"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Beauvallet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1841-01-28 23:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1841-01-28 23:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Beauvallet"}, "birth": {"tzo": "+00:09:24", "date": "1841-01-28 23:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1841-01-28 23:20:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-79"}, "ids-in-sources": {"a5": "79"}}, "raw": {"H": "23", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "28", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "79", "PRO": "A", "SEC": "40", "YEA": "1841", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11553	becaud-gilbert-1927-10-24	{"a5": "80"}	{"lerrcp": "A5-80"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilbert", "family": "Becaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1927-10-24 23:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1927-10-24 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gilbert", "family": "Becaud"}, "birth": {"tzo": "+00:00", "date": "1927-10-24 23:00", "place": {"c2": "83", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1927-10-24 23:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-80"}, "ids-in-sources": {"a5": "80"}}, "raw": {"H": "23", "MN": "0", "TZ": "0", "COD": "83", "COU": "F", "DAY": "24", "LAT": "43N32", "LON": "6E28", "MON": "10", "NUM": "80", "PRO": "A", "SEC": "0", "YEA": "1927", "CITY": "TOULON"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11554	becker-marie-1879-06-16	{"a5": "81"}	{"lerrcp": "A5-81"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Becker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.56769, "lat": 48.75738, "name": "Hochfelden", "geoid": 3013249}, "notime": null, "date-ut": "1879-06-16 08:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Becker"}, "birth": {"place": {"c2": "67", "cy": "FR", "lg": 7.56769, "lat": 48.75738, "name": "Hochfelden", "geoid": 3013249}, "date-ut": "1879-06-16 08:29"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-81"}, "ids-in-sources": {"a5": "81"}}, "raw": {"H": "9", "MN": "29", "TZ": "-1", "COD": "67", "COU": "F", "DAY": "16", "LAT": "48N35", "LON": "7E45", "MON": "6", "NUM": "81", "PRO": "A", "SEC": "0", "YEA": "1879", "CITY": "HOCHFELDEN"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11555	beigbeder-julie-1820-01-08	{"a5": "82"}	{"lerrcp": "A5-82"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julie", "family": "Beigbeder", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1820-01-08 18:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1820-01-08 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Julie", "family": "Beigbeder"}, "birth": {"tzo": "+00:09:24", "date": "1820-01-08 18:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1820-01-08 17:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-82"}, "ids-in-sources": {"a5": "82"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "8", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "82", "PRO": "A", "SEC": "40", "YEA": "1820", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11556	bellevaut-gilles-1818-09-05	{"a5": "83"}	{"lerrcp": "A5-83"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilles", "family": "Bellevaut", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1818-09-05 23:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1818-09-05 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gilles", "family": "Bellevaut"}, "birth": {"tzo": "+00:09:24", "date": "1818-09-05 23:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1818-09-05 22:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-83"}, "ids-in-sources": {"a5": "83"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "5", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "83", "PRO": "A", "SEC": "40", "YEA": "1818", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
17972	cassin-rene-1887-10-05	{"e1": "340"}	{"lerrcp": "E1-340"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Cassin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06", "date": "1887-10-05 09:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "notime": null, "date-ut": "1887-10-05 09:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "René", "family": "Cassin"}, "birth": {"tzo": "-00:06", "date": "1887-10-05 09:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "date-ut": "1887-10-05 09:06"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "340"}}, "raw": {"H": "09:00", "COD": "64", "DAY": "05", "MON": "10", "NUM": "0340", "PRO": "MI", "YEA": "1887", "CITY": "Bayonne", "NAME": "CASSIN René", "NOTE": "L"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
11559	berge-francine-1938-07-21	{"a5": "86"}	{"lerrcp": "A5-86"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francine", "family": "Berge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1938-07-21 14:15", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly", "geoid": 0}, "notime": null, "date-ut": "1938-07-21 13:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Francine", "family": "Berge"}, "birth": {"tzo": "+01:00", "date": "1938-07-21 14:15", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly", "geoid": 0}, "date-ut": "1938-07-21 13:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-86"}, "ids-in-sources": {"a5": "86"}}, "raw": {"H": "13", "MN": "15", "TZ": "0", "COD": "92", "COU": "F", "DAY": "21", "LAT": "48N50", "LON": "2E11", "MON": "7", "NUM": "86", "PRO": "A", "SEC": "0", "YEA": "1938", "CITY": "NEUILLY"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11560	berlioz-jacques-1889-02-26	{"a5": "87", "g55": "07-147"}	{"g55": "07-147", "lerrcp": "A5-87"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Berlioz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1889-02-26 04:01", "note": null, "place": {"c1": null, "c2": "95", "c3": null, "cy": "FR", "lg": 2.25, "lat": 48.96667, "name": "Sannois", "geoid": 2976179}, "notime": null, "date-ut": "1889-02-26 03:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Berlioz"}, "birth": {"tzo": "+00:09", "date": "1889-02-26 04:01", "place": {"c2": "95", "cy": "FR", "lg": 2.25, "lat": 48.96667, "name": "Sannois", "geoid": 2976179}, "date-ut": "1889-02-26 03:52"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-87"}, "ids-in-sources": {"a5": "87"}}, "raw": {"H": "3", "MN": "52", "TZ": "0", "COD": "95", "COU": "F", "DAY": "26", "LAT": "49N 0", "LON": "2E 0", "MON": "2", "NUM": "87", "PRO": "A", "SEC": "0", "YEA": "1889", "CITY": "SANNOIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-147"}, "ids-in-source": {"g55": "07-147"}}, "raw": {"DAY": "26-2-1889", "HOUR": "4 h.", "NAME": "BERLIOZ Jacques", "PLACE": "Sannois (Seine-et-Oise)."}, "date": "2023-08-20T14:49:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11564	berry-mady-1887-10-04	{"a5": "91", "g55": "07-149"}	{"g55": "07-149", "lerrcp": "A5-91"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mady", "family": "Berry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1887-10-04 14:00", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 45.78333, "name": "Berck-sur-Mer", "geoid": 0}, "notime": null, "date-ut": "1887-10-04 13:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Mady", "family": "Berry"}, "birth": {"tzo": "+00:12:20", "date": "1887-10-04 14:00", "place": {"c2": "63", "cy": "FR", "lg": 3.08333, "lat": 45.78333, "name": "Berck-sur-Mer", "geoid": 0}, "date-ut": "1887-10-04 13:47:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-91"}, "ids-in-sources": {"a5": "91"}}, "raw": {"H": "13", "MN": "47", "TZ": "0", "COD": "63", "COU": "F", "DAY": "4", "LAT": "45N47", "LON": "3E 5", "MON": "10", "NUM": "91", "PRO": "A", "SEC": "40", "YEA": "1887", "CITY": "BERCK-S-MER"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Berck-sur-Mer"}}, "partial-ids": {"g55": "07-149"}, "ids-in-source": {"g55": "07-149"}}, "raw": {"DAY": "4-10-1887", "HOUR": "14 h.", "NAME": "BERRY Mady", "PLACE": "Berck-sur-Mer (Pas-de-Calais)."}, "date": "2023-08-20T14:49:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11569	berthomieu-andre-1903-02-17	{"a5": "96"}	{"lerrcp": "A5-96"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Berthomieu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1903-02-17 01:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1903-02-17 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "André", "family": "Berthomieu"}, "birth": {"tzo": "+00:09:21", "date": "1903-02-17 01:00", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1903-02-17 00:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-96"}, "ids-in-sources": {"a5": "96"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "76", "COU": "F", "DAY": "17", "LAT": "49N26", "LON": "1E 5", "MON": "2", "NUM": "96", "PRO": "A", "SEC": "40", "YEA": "1903", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11566	bertheau-julien	{"a5": "93", "g55": "07-151"}	{"g55": "07-151", "lerrcp": "A5-93"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julien", "family": "Bertheau", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "Alger", "geoid": 0}, "notime": null, "date-ut": "1910-06-19 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-93"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "ALGER", "geoid": 0}, "date-ut": "1910-06-19 05:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-93"}, "ids-in-sources": {"a5": "93"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "19", "LAT": "36N47", "LON": "3E 0", "MON": "6", "NUM": "93", "PRO": "A", "SEC": "40", "YEA": "1910", "CITY": "ALGER"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"name": {"given": "Julien", "family": "Bertheau", "nobility": ""}, "slug": "bertheau-julien", "birth": {"place": {"name": "Alger"}}, "partial-ids": {"g55": "07-151"}, "ids-in-source": {"g55": "07-151"}}, "raw": {"DAY": "19-6-1910", "HOUR": "6 h.", "NAME": "BERTHEAU Julien", "PLACE": "Alger (Algérie)."}, "date": "2023-08-20T14:49:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11568	bertho-jean-1928-01-23	{"a5": "95", "g55": "07-363"}	{"g55": "07-363", "lerrcp": "A5-95"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bertho", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1928-01-23 21:30", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.05635, "lat": 48.90702, "name": "Pont-à-Mousson", "geoid": 2986306}, "notime": null, "date-ut": "1928-01-23 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bertho"}, "birth": {"tzo": "+00:00", "date": "1928-01-23 21:30", "place": {"c2": "54", "cy": "FR", "lg": 6.05635, "lat": 48.90702, "name": "Pont-à-Mousson", "geoid": 2986306}, "date-ut": "1928-01-23 21:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-95"}, "ids-in-sources": {"a5": "95"}}, "raw": {"H": "21", "MN": "30", "TZ": "0", "COD": "54", "COU": "F", "DAY": "23", "LAT": "48N42", "LON": "6E12", "MON": "1", "NUM": "95", "PRO": "A", "SEC": "0", "YEA": "1928", "CITY": "PONT-A-MOUSSON"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-363"}, "ids-in-source": {"g55": "07-363"}}, "raw": {"DAY": "23-1-1928", "HOUR": "21 h. 30", "NAME": "BERTHO Jean", "PLACE": "Pont-à-Mousson (Meurthe-et-Mos.)."}, "date": "2023-08-20T14:49:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11574	bilhaut-helene-1832-04-05	{"a5": "101"}	{"lerrcp": "A5-101"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Helene", "family": "Bilhaut", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1832-04-05 01:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1832-04-05 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Helene", "family": "Bilhaut"}, "birth": {"tzo": "+00:09:24", "date": "1832-04-05 01:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1832-04-05 00:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-101"}, "ids-in-sources": {"a5": "101"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "5", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "101", "PRO": "A", "SEC": "40", "YEA": "1832", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11572	berval-antonin-1891-09-12	{"a5": "99", "g55": "07-153"}	{"g55": "07-153", "lerrcp": "A5-99"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonin", "family": "Berval", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1891-09-12 08:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1891-09-12 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Antonin", "family": "Berval"}, "birth": {"tzo": "+00:09:21", "date": "1891-09-12 08:00", "place": {"c2": "84", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1891-09-12 07:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-99"}, "ids-in-sources": {"a5": "99"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "84", "COU": "F", "DAY": "12", "LAT": "43N57", "LON": "4E50", "MON": "9", "NUM": "99", "PRO": "A", "SEC": "40", "YEA": "1891", "CITY": "AVIGNON"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-153"}, "ids-in-source": {"g55": "07-153"}}, "raw": {"DAY": "12-9-1891", "HOUR": "8 h.", "NAME": "BERVAL Antonin", "PLACE": "Avignon (Vaucluse)."}, "date": "2023-08-20T14:49:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11571	bertrand-claude-1919-03-24	{"a5": "98", "g55": "07-364"}	{"g55": "07-364", "lerrcp": "A5-98"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Bertrand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-03-24 05:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.54449, "lat": 43.4331, "name": "Gréasque", "geoid": 3014767}, "notime": null, "date-ut": "1919-03-24 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Bertrand"}, "birth": {"tzo": "+01:00", "date": "1919-03-24 05:00", "place": {"c2": "13", "cy": "FR", "lg": 5.54449, "lat": 43.4331, "name": "Gréasque", "geoid": 3014767}, "date-ut": "1919-03-24 04:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-98"}, "ids-in-sources": {"a5": "98"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "13", "COU": "F", "DAY": "24", "LAT": "43N18", "LON": "5E22", "MON": "3", "NUM": "98", "PRO": "A", "SEC": "0", "YEA": "1919", "CITY": "GREASQUE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-364"}, "ids-in-source": {"g55": "07-364"}}, "raw": {"DAY": "24-3-1919", "HOUR": "5 h.", "NAME": "BERTRAND Claude", "PLACE": "Gréasque (Bouches-du-Rhône)."}, "date": "2023-08-20T14:49:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11577	blaizot-louis-1822-05-09	{"a5": "104"}	{"lerrcp": "A5-104"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Blaizot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1822-05-09 19:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1822-05-09 18:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Blaizot"}, "birth": {"tzo": "+00:09:24", "date": "1822-05-09 19:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1822-05-09 18:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-104"}, "ids-in-sources": {"a5": "104"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "9", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "104", "PRO": "A", "SEC": "40", "YEA": "1822", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11579	blanche-francois-1849-09-24	{"a5": "106"}	{"lerrcp": "A5-106"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Blanche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1849-09-24 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1849-09-24 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "François", "family": "Blanche"}, "birth": {"tzo": "+00:09:24", "date": "1849-09-24 05:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1849-09-24 04:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-106"}, "ids-in-sources": {"a5": "106"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "24", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "106", "PRO": "A", "SEC": "40", "YEA": "1849", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11575	billy-louis-1899-03-01	{"a5": "102", "g55": "07-365"}	{"g55": "07-365", "lerrcp": "A5-102"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Billy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-03-01 14:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1899-03-01 13:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Billy"}, "birth": {"tzo": "+00:09:21", "date": "1899-03-01 14:00", "place": {"c2": "84", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1899-03-01 13:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-102"}, "ids-in-sources": {"a5": "102"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "84", "COU": "F", "DAY": "1", "LAT": "43N57", "LON": "4E50", "MON": "3", "NUM": "102", "PRO": "A", "SEC": "40", "YEA": "1899", "CITY": "AVIGNON"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-365"}, "ids-in-source": {"g55": "07-365"}}, "raw": {"DAY": "1-3-1899", "HOUR": "14 h.", "NAME": "BILLY Louis", "PLACE": "Avignon (Vaucluse)."}, "date": "2023-08-20T14:49:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11580	blavette-charles-1902-06-24	{"a5": "107"}	{"lerrcp": "A5-107"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Blavette", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1902-06-24 05:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1902-06-24 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Blavette"}, "birth": {"tzo": "+00:09:21", "date": "1902-06-24 05:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1902-06-24 04:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-107"}, "ids-in-sources": {"a5": "107"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "13", "COU": "F", "DAY": "24", "LAT": "43N18", "LON": "5E22", "MON": "6", "NUM": "107", "PRO": "A", "SEC": "40", "YEA": "1902", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11581	bles-numa-1871-10-20	{"a5": "108"}	{"lerrcp": "A5-108"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Numa", "family": "Bles", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1871-10-20 23:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1871-10-20 22:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Numa", "family": "Bles"}, "birth": {"tzo": "+00:21:31", "date": "1871-10-20 23:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1871-10-20 22:38:32"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-108"}, "ids-in-sources": {"a5": "108"}}, "raw": {"H": "22", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "20", "LAT": "43N18", "LON": "5E22", "MON": "10", "NUM": "108", "PRO": "A", "SEC": "32", "YEA": "1871", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11584	bonaventure-francois-1841-04-19	{"a5": "111"}	{"lerrcp": "A5-111"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Bonaventure", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:46", "date": "1841-04-19 10:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.19311, "lat": 48.82358, "name": "Ville-d'Avray", "geoid": 2968819}, "notime": null, "date-ut": "1841-04-19 09:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "François", "family": "Bonaventure"}, "birth": {"tzo": "+00:08:46", "date": "1841-04-19 10:00", "place": {"c2": "92", "cy": "FR", "lg": 2.19311, "lat": 48.82358, "name": "Ville-d'Avray", "geoid": 2968819}, "date-ut": "1841-04-19 09:51:16"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-111"}, "ids-in-sources": {"a5": "111"}}, "raw": {"H": "9", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "19", "LAT": "48N50", "LON": "2E11", "MON": "4", "NUM": "111", "PRO": "A", "SEC": "16", "YEA": "1841", "CITY": "VILLE-D AVRAY"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11586	bordas-rosa-1840-02-26	{"a5": "113"}	{"lerrcp": "A5-113"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rosa", "family": "Bordas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:59", "date": "1840-02-26 09:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.9963, "lat": 44.03618, "name": "Monteux", "geoid": 2992638}, "notime": null, "date-ut": "1840-02-26 08:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Rosa", "family": "Bordas"}, "birth": {"tzo": "+00:19:59", "date": "1840-02-26 09:00", "place": {"c2": "84", "cy": "FR", "lg": 4.9963, "lat": 44.03618, "name": "Monteux", "geoid": 2992638}, "date-ut": "1840-02-26 08:40:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-113"}, "ids-in-sources": {"a5": "113"}}, "raw": {"H": "8", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "26", "LAT": "43N57", "LON": "4E50", "MON": "2", "NUM": "113", "PRO": "A", "SEC": "40", "YEA": "1840", "CITY": "MONTEUX"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
17973	casso-robert-1912-08-27	{"e1": "341"}	{"lerrcp": "E1-341"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Casso", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-08-27 08:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 2.53416, "lat": 42.53827, "name": "Valmanya", "geoid": 2970876}, "notime": null, "date-ut": "1912-08-27 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Casso"}, "birth": {"tzo": "+00:00", "date": "1912-08-27 08:00", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": 2.53416, "lat": 42.53827, "name": "Valmanya", "geoid": 2970876}, "date-ut": "1912-08-27 08:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "341"}}, "raw": {"H": "08:00", "COD": "66", "DAY": "27", "MON": "08", "NUM": "0341", "PRO": "MI", "YEA": "1912", "CITY": "Valmanya", "NAME": "CASSO Robert", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
11587	bosc-henry-1884-08-18	{"a5": "114", "g55": "07-156"}	{"g55": "07-156", "lerrcp": "A5-114"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Bosc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:35", "date": "1884-08-18 14:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "notime": null, "date-ut": "1884-08-18 13:48:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Bosc"}, "birth": {"tzo": "+00:11:35", "date": "1884-08-18 14:00", "place": {"c2": "66", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "date-ut": "1884-08-18 13:48:20"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-114"}, "ids-in-sources": {"a5": "114"}}, "raw": {"H": "13", "MN": "48", "TZ": "0", "COD": "66", "COU": "F", "DAY": "18", "LAT": "42N42", "LON": "2E55", "MON": "8", "NUM": "114", "PRO": "A", "SEC": "20", "YEA": "1884", "CITY": "PERPIGNAN"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-156"}, "ids-in-source": {"g55": "07-156"}}, "raw": {"DAY": "18-8-1884", "HOUR": "14 h.", "NAME": "BOSC Henry", "PLACE": "Perpignan (Pyrénées-Orientales)."}, "date": "2023-08-20T14:49:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11590	boucher-victor-1877-02-23	{"a5": "117"}	{"lerrcp": "A5-117"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Boucher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:24", "date": "1877-02-23 04:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1877-02-23 03:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Boucher"}, "birth": {"tzo": "+00:04:24", "date": "1877-02-23 04:00", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1877-02-23 03:55:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-117"}, "ids-in-sources": {"a5": "117"}}, "raw": {"H": "3", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "23", "LAT": "49N26", "LON": "1E 5", "MON": "2", "NUM": "117", "PRO": "A", "SEC": "40", "YEA": "1877", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11594	boukay-couyba-1866-01-01	{"a5": "121"}	{"lerrcp": "A5-121"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Couyba)", "family": "Boukay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:36", "date": "1866-01-01 16:00", "note": null, "place": {"c1": null, "c2": "70", "c3": null, "cy": "FR", "lg": 6.15, "lat": 47.61667, "name": "Dampierre-sur-Sal", "geoid": 0}, "notime": null, "date-ut": "1866-01-01 15:35:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Couyba)", "family": "Boukay"}, "birth": {"tzo": "+00:24:36", "date": "1866-01-01 16:00", "place": {"c2": "70", "cy": "FR", "lg": 6.15, "lat": 47.61667, "name": "Dampierre-sur-Sal", "geoid": 0}, "date-ut": "1866-01-01 15:35:24"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-121"}, "ids-in-sources": {"a5": "121"}}, "raw": {"H": "15", "MN": "35", "TZ": "0", "COD": "70", "COU": "F", "DAY": "1", "LAT": "47N37", "LON": "6E 9", "MON": "1", "NUM": "121", "PRO": "A", "SEC": "24", "YEA": "1866", "CITY": "DAMPIERRE-S/SAL"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11592	bouffe-marie-1800-09-04	{"a5": "119", "g55": "07-22"}	{"g55": "07-22", "lerrcp": "A5-119"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Bouffe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1800-09-04 13:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1800-09-04 12:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Bouffe"}, "birth": {"tzo": "+00:09:24", "date": "1800-09-04 13:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1800-09-04 12:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-119"}, "ids-in-sources": {"a5": "119"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "4", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "119", "PRO": "A", "SEC": "40", "YEA": "1800", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-22"}, "ids-in-source": {"g55": "07-22"}}, "raw": {"DAY": "4-9-1800", "HOUR": "13 h.", "NAME": "BOUFFE Hugues", "PLACE": "Paris (Seine)."}, "date": "2023-08-20T14:48:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11596	bourgeotte-edouard-1848-06-05	{"a5": "123"}	{"lerrcp": "A5-123"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Bourgeotte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:15", "date": "1848-06-05 08:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.31393, "lat": 48.8162, "name": "Montrouge", "geoid": 2992017}, "notime": null, "date-ut": "1848-06-05 07:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Bourgeotte"}, "birth": {"tzo": "+00:09:15", "date": "1848-06-05 08:00", "place": {"c2": "92", "cy": "FR", "lg": 2.31393, "lat": 48.8162, "name": "Montrouge", "geoid": 2992017}, "date-ut": "1848-06-05 07:51:16"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-123"}, "ids-in-sources": {"a5": "123"}}, "raw": {"H": "7", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "5", "LAT": "48N50", "LON": "2E11", "MON": "6", "NUM": "123", "PRO": "A", "SEC": "16", "YEA": "1848", "CITY": "MONTROUGE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11599	boyer-adolphine-1864-10-11	{"a5": "126"}	{"lerrcp": "A5-126"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphine", "family": "Boyer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:38", "date": "1864-10-11 22:00", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.159, "lat": 46.98956, "name": "Nevers", "geoid": 2990474}, "notime": null, "date-ut": "1864-10-11 21:47:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Adolphine", "family": "Boyer"}, "birth": {"tzo": "+00:12:38", "date": "1864-10-11 22:00", "place": {"c2": "58", "cy": "FR", "lg": 3.159, "lat": 46.98956, "name": "Nevers", "geoid": 2990474}, "date-ut": "1864-10-11 21:47:24"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-126"}, "ids-in-sources": {"a5": "126"}}, "raw": {"H": "21", "MN": "47", "TZ": "0", "COD": "58", "COU": "F", "DAY": "11", "LAT": "46N59", "LON": "3E 9", "MON": "10", "NUM": "126", "PRO": "A", "SEC": "24", "YEA": "1864", "CITY": "NEVERS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11595	bourbon-rene-1916-04-06	{"a5": "122", "g55": "07-369"}	{"g55": "07-369", "lerrcp": "A5-122"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Bourbon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-04-06 18:30", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.59876, "lat": 46.88523, "name": "Legé", "geoid": 3004114}, "notime": null, "date-ut": "1916-04-06 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "René", "family": "Bourbon"}, "birth": {"tzo": "+00:00", "date": "1916-04-06 18:30", "place": {"c2": "44", "cy": "FR", "lg": -1.59876, "lat": 46.88523, "name": "Legé", "geoid": 3004114}, "date-ut": "1916-04-06 18:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-122"}, "ids-in-sources": {"a5": "122"}}, "raw": {"H": "18", "MN": "30", "TZ": "0", "COD": "44", "COU": "F", "DAY": "6", "LAT": "47N13", "LON": "1W35", "MON": "4", "NUM": "122", "PRO": "A", "SEC": "0", "YEA": "1916", "CITY": "LEGE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-369"}, "ids-in-source": {"g55": "07-369"}}, "raw": {"DAY": "6-4-1916", "HOUR": "18 h. 30", "NAME": "BOURBON René", "PLACE": "Legé (Loire-Inférieure)."}, "date": "2023-08-20T14:49:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11601	boyer-lucien-1876-01-20	{"a5": "128"}	{"lerrcp": "A5-128"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Boyer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:24", "date": "1876-01-20 04:55:12", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.60052, "lat": 44.72901, "name": "Léognan", "geoid": 3003067}, "notime": null, "date-ut": "1876-01-20 04:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Boyer"}, "birth": {"tzo": "-00:02:24", "date": "1876-01-20 04:55:12", "place": {"c2": "33", "cy": "FR", "lg": -0.60052, "lat": 44.72901, "name": "Léognan", "geoid": 3003067}, "date-ut": "1876-01-20 04:57:36"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-128"}, "ids-in-sources": {"a5": "128"}}, "raw": {"H": "4", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "20", "LAT": "44N50", "LON": "0W34", "MON": "1", "NUM": "128", "PRO": "A", "SEC": "36", "YEA": "1876", "CITY": "LEOGNAN"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11602	brach-aline-1842-11-01	{"a5": "129"}	{"lerrcp": "A5-129"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aline", "family": "Brach", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1842-11-01 22:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Saarelouis", "geoid": 0}, "notime": null, "date-ut": "1842-11-01 21:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Aline", "family": "Brach"}, "birth": {"tzo": "+00:24:44", "date": "1842-11-01 22:00", "place": {"c2": "57", "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Saarelouis", "geoid": 0}, "date-ut": "1842-11-01 21:35:16"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-129"}, "ids-in-sources": {"a5": "129"}}, "raw": {"H": "21", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "1", "LAT": "49N 7", "LON": "6E11", "MON": "11", "NUM": "129", "PRO": "A", "SEC": "16", "YEA": "1842", "CITY": "SAARELOUIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11603	brag-therese-1851-04-01	{"a5": "130"}	{"lerrcp": "A5-130"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Therese", "family": "Brag", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1851-04-01 01:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1851-04-01 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Therese", "family": "Brag"}, "birth": {"tzo": "+00:09:24", "date": "1851-04-01 01:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1851-04-01 00:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-130"}, "ids-in-sources": {"a5": "130"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "1", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "130", "PRO": "A", "SEC": "40", "YEA": "1851", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
17974	castan-jean-1903-05-04	{"e1": "342"}	{"lerrcp": "E1-342"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Castan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-05-04 06:00", "note": null, "place": {"c1": null, "c2": "81", "c3": "", "cy": "FR", "lg": 2.46116, "lat": 43.88796, "name": "Alban", "geoid": 3038299}, "notime": null, "date-ut": "1903-05-04 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Castan"}, "birth": {"tzo": "+00:09", "date": "1903-05-04 06:00", "place": {"c2": "81", "c3": "", "cy": "FR", "lg": 2.46116, "lat": 43.88796, "name": "Alban", "geoid": 3038299}, "date-ut": "1903-05-04 05:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "342"}}, "raw": {"H": "06:00", "COD": "81", "DAY": "04", "MON": "05", "NUM": "0342", "PRO": "PH", "YEA": "1903", "CITY": "Alban", "NAME": "CASTAN Jean", "NOTE": "-"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
17975	castets-bruno-1923-10-23	{"e1": "343"}	{"lerrcp": "E1-343"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Castets", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-10-23 21:00", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 2.06814, "lat": 48.79865, "name": "Saint-Cyr-l'École", "geoid": 2980942}, "notime": null, "date-ut": "1923-10-23 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Bruno", "family": "Castets"}, "birth": {"tzo": "+00:00", "date": "1923-10-23 21:00", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 2.06814, "lat": 48.79865, "name": "Saint-Cyr-l'École", "geoid": 2980942}, "date-ut": "1923-10-23 21:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "343"}}, "raw": {"H": "21:00", "COD": "78", "DAY": "23", "MON": "10", "NUM": "0343", "PRO": "PH", "YEA": "1923", "CITY": "St Cyr l'Ecole", "NAME": "CASTETS Bruno", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
11606	gauquelin-a5-133-1852-01-06	{"a5": "133"}	{"lerrcp": "A5-133"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-133", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1852-01-06 03:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1852-01-06 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-133"}, "birth": {"tzo": "+00:09:24", "date": "1852-01-06 03:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1852-01-06 02:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-133"}, "ids-in-sources": {"a5": "133"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "6", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "133", "PRO": "A", "SEC": "40", "YEA": "1852", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11607	bresil-marguerite-1880-08-19	{"a5": "134"}	{"lerrcp": "A5-134"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marguerite", "family": "Bresil", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:49", "date": "1880-08-19 14:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 2.20546, "lat": 48.2965, "name": "Sermaises", "geoid": 2974904}, "notime": null, "date-ut": "1880-08-19 13:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marguerite", "family": "Bresil"}, "birth": {"tzo": "+00:08:49", "date": "1880-08-19 14:00", "place": {"c2": "45", "cy": "FR", "lg": 2.20546, "lat": 48.2965, "name": "Sermaises", "geoid": 2974904}, "date-ut": "1880-08-19 13:52:24"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-134"}, "ids-in-sources": {"a5": "134"}}, "raw": {"H": "13", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "19", "LAT": "47N54", "LON": "1E54", "MON": "8", "NUM": "134", "PRO": "A", "SEC": "24", "YEA": "1880", "CITY": "SERMAISES"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11609	breton-jean-1911-08-23	{"a5": "136"}	{"lerrcp": "A5-136"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Breton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-08-23 04:00", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.54518, "lat": 46.81705, "name": "Châtellerault", "geoid": 3026141}, "notime": null, "date-ut": "1911-08-23 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Breton"}, "birth": {"tzo": "+00:00", "date": "1911-08-23 04:00", "place": {"c2": "86", "cy": "FR", "lg": 0.54518, "lat": 46.81705, "name": "Châtellerault", "geoid": 3026141}, "date-ut": "1911-08-23 04:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-136"}, "ids-in-sources": {"a5": "136"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "86", "COU": "F", "DAY": "23", "LAT": "46N35", "LON": "0E20", "MON": "8", "NUM": "136", "PRO": "A", "SEC": "0", "YEA": "1911", "CITY": "CHATELLERAULT"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11612	breuil-marie-1846-08-28	{"a5": "139"}	{"lerrcp": "A5-139"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Breuil", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1846-08-28 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1846-08-28 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Breuil"}, "birth": {"tzo": "+00:09:24", "date": "1846-08-28 06:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1846-08-28 05:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-139"}, "ids-in-sources": {"a5": "139"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "28", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "139", "PRO": "A", "SEC": "40", "YEA": "1846", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11611	bretty-bolchesi-1893-10-26	{"a5": "138", "g55": "07-160"}	{"g55": "07-160", "lerrcp": "A5-138"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Bolchesi)", "family": "Bretty", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1893-10-26 17:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.36631, "lat": 49.66286, "name": "La Fère", "geoid": 3009526}, "notime": null, "date-ut": "1893-10-26 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Bolchesi)", "family": "Bretty"}, "birth": {"tzo": "+00:09:21", "date": "1893-10-26 17:00", "place": {"c2": "02", "cy": "FR", "lg": 3.36631, "lat": 49.66286, "name": "La Fère", "geoid": 3009526}, "date-ut": "1893-10-26 16:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-138"}, "ids-in-sources": {"a5": "138"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "02", "COU": "F", "DAY": "26", "LAT": "49N34", "LON": "3E37", "MON": "10", "NUM": "138", "PRO": "A", "SEC": "40", "YEA": "1893", "CITY": "LA FERE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-160"}, "ids-in-source": {"g55": "07-160"}}, "raw": {"DAY": "26-10-1893", "HOUR": "17 h.", "NAME": "BRETTY Béatrice", "PLACE": "La Fere (Aisne)."}, "date": "2023-08-20T14:49:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11610	bretonniere-jean-1923-03-08	{"a5": "137", "g55": "07-371"}	{"g55": "07-371", "lerrcp": "A5-137"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bretonniere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-03-08 11:45", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "notime": null, "date-ut": "1923-03-08 11:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bretonniere"}, "birth": {"tzo": "+00:00", "date": "1923-03-08 11:45", "place": {"c2": "37", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "date-ut": "1923-03-08 11:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-137"}, "ids-in-sources": {"a5": "137"}}, "raw": {"H": "11", "MN": "45", "TZ": "0", "COD": "37", "COU": "F", "DAY": "8", "LAT": "47N24", "LON": "0E42", "MON": "3", "NUM": "137", "PRO": "A", "SEC": "0", "YEA": "1923", "CITY": "TOURS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-371"}, "ids-in-source": {"g55": "07-371"}}, "raw": {"DAY": "8-3-1923", "HOUR": "11 h. 45", "NAME": "BRETONNIERE Jean", "PLACE": "Tours (Indre-et-Loire)."}, "date": "2023-08-20T14:49:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
17976	catala-rene-1901-11-23	{"e1": "344"}	{"lerrcp": "E1-344"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Catala", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1901-11-23 04:00", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 6.45304, "lat": 48.18324, "name": "Épinal", "geoid": 3020035}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Catala"}, "birth": {"tzo": "", "date": "1901-11-23 04:00", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 6.45304, "lat": 48.18324, "name": "Épinal", "geoid": 3020035}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "344"}}, "raw": {"H": "04:00", "COD": "88", "DAY": "23", "MON": "11", "NUM": "0344", "PRO": "PH", "YEA": "1901", "CITY": "Epinal", "NAME": "CATALA René", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
11618	brunel-marie-1837-10-14	{"a5": "145"}	{"lerrcp": "A5-145"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Brunel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1837-10-14 01:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1837-10-14 01:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Brunel"}, "birth": {"tzo": "+00:09:24", "date": "1837-10-14 01:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1837-10-14 01:20:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-145"}, "ids-in-sources": {"a5": "145"}}, "raw": {"H": "1", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "14", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "145", "PRO": "A", "SEC": "40", "YEA": "1837", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11616	brohan-suzanne-1807-01-29	{"a5": "143", "g55": "07-26"}	{"g55": "07-26", "lerrcp": "A5-143"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Suzanne", "family": "Brohan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:51", "date": "1807-01-29 10:00", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.46332, "lat": 49.09292, "name": "Vernon", "geoid": 2969766}, "notime": null, "date-ut": "1807-01-29 09:55:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Suzanne", "family": "Brohan"}, "birth": {"tzo": "+00:05:51", "date": "1807-01-29 10:00", "place": {"c2": "27", "cy": "FR", "lg": 1.46332, "lat": 49.09292, "name": "Vernon", "geoid": 2969766}, "date-ut": "1807-01-29 09:55:16"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-143"}, "ids-in-sources": {"a5": "143"}}, "raw": {"H": "9", "MN": "55", "TZ": "0", "COD": "27", "COU": "F", "DAY": "29", "LAT": "49N 1", "LON": "1E11", "MON": "1", "NUM": "143", "PRO": "A", "SEC": "16", "YEA": "1807", "CITY": "VERNON"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-26"}, "ids-in-source": {"g55": "07-26"}}, "raw": {"DAY": "29-1-1807", "HOUR": "10 h.", "NAME": "BROHAN Suzanne Augustine", "PLACE": "Vernon (Eure)."}, "date": "2023-08-20T14:48:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11621	buthiau-louis-1830-06-06	{"a5": "148"}	{"lerrcp": "A5-148"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Buthiau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1830-06-06 16:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1830-06-06 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Buthiau"}, "birth": {"tzo": "+00:09:24", "date": "1830-06-06 16:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1830-06-06 15:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-148"}, "ids-in-sources": {"a5": "148"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "6", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "148", "PRO": "A", "SEC": "40", "YEA": "1830", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11624	cande-etienne-1858-07-01	{"a5": "151"}	{"lerrcp": "A5-151"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Cande", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1858-07-01 14:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1858-07-01 14:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Cande"}, "birth": {"tzo": "+00:09:24", "date": "1858-07-01 14:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1858-07-01 14:20:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-151"}, "ids-in-sources": {"a5": "151"}}, "raw": {"H": "14", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "1", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "151", "PRO": "A", "SEC": "40", "YEA": "1858", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11623	cambo-paul-1908-07-02	{"a5": "150", "g55": "07-164"}	{"g55": "07-164", "lerrcp": "A5-150"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Cambo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1908-07-02 16:00", "note": null, "place": {"c1": null, "c2": "19", "c3": null, "cy": "FR", "lg": 2.49579, "lat": 45.3998, "name": "Bort-les-Orgues", "geoid": 3031501}, "notime": null, "date-ut": "1908-07-02 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Cambo"}, "birth": {"tzo": "+00:09:21", "date": "1908-07-02 16:00", "place": {"c2": "19", "cy": "FR", "lg": 2.49579, "lat": 45.3998, "name": "Bort-les-Orgues", "geoid": 3031501}, "date-ut": "1908-07-02 15:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-150"}, "ids-in-sources": {"a5": "150"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "19", "COU": "F", "DAY": "2", "LAT": "45N16", "LON": "1E46", "MON": "7", "NUM": "150", "PRO": "A", "SEC": "40", "YEA": "1908", "CITY": "BORT-LES-ORGUES"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-164"}, "ids-in-source": {"g55": "07-164"}}, "raw": {"DAY": "2-7-1908", "HOUR": "16 h.", "NAME": "CAMBO Paul", "PLACE": "Sort-les-Orgues (Corrèze)."}, "date": "2023-08-20T14:49:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11627	carre-albert-1852-06-22	{"a5": "154", "g55": "07-27"}	{"g55": "07-27", "lerrcp": "A5-154"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Carre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1852-06-22 12:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1852-06-22 11:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Carre"}, "birth": {"tzo": "+00:30:59", "date": "1852-06-22 12:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1852-06-22 11:29"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-154"}, "ids-in-sources": {"a5": "154"}}, "raw": {"H": "11", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "22", "LAT": "48N35", "LON": "7E45", "MON": "6", "NUM": "154", "PRO": "A", "SEC": "0", "YEA": "1852", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-27"}, "ids-in-source": {"g55": "07-27"}}, "raw": {"DAY": "22-6-1852", "HOUR": "12 h.", "NAME": "CARRE Hugues Michel A.", "PLACE": "Strasbourg (Bas-Rhin)."}, "date": "2023-08-20T14:48:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11626	caron-leslie-1931-07-01	{"a5": "153", "g55": "07-166"}	{"g55": "07-166", "lerrcp": "A5-153"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leslie", "family": "Caron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1931-07-01 23:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Boulogne", "geoid": 0}, "notime": null, "date-ut": "1931-07-01 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Leslie", "family": "Caron"}, "birth": {"tzo": "+01:00", "date": "1931-07-01 23:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Boulogne-Bill", "geoid": 0}, "date-ut": "1931-07-01 22:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-153"}, "ids-in-sources": {"a5": "153"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "92", "COU": "F", "DAY": "1", "LAT": "48N50", "LON": "2E11", "MON": "7", "NUM": "153", "PRO": "A", "SEC": "0", "YEA": "1931", "CITY": "BOULOGNE-BILL"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Boulogne"}}, "partial-ids": {"g55": "07-166"}, "ids-in-source": {"g55": "07-166"}}, "raw": {"DAY": "1-7-1931", "HOUR": "23 h.", "NAME": "CARON Leslie", "PLACE": "Boulogne (Seine)."}, "date": "2023-08-20T14:49:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11628	carrel-raymond-1906-05-16	{"a5": "155", "g55": "07-374"}	{"g55": "07-374", "lerrcp": "A5-155"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Carrel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1906-05-16 09:30", "note": null, "place": {"c1": null, "c2": "52", "c3": null, "cy": "FR", "lg": 5.14144, "lat": 48.44363, "name": "Joinville", "geoid": 3012315}, "notime": null, "date-ut": "1906-05-16 09:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Carrel"}, "birth": {"tzo": "+00:09:21", "date": "1906-05-16 09:30", "place": {"c2": "52", "cy": "FR", "lg": 5.14144, "lat": 48.44363, "name": "Joinville", "geoid": 3012315}, "date-ut": "1906-05-16 09:20:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-155"}, "ids-in-sources": {"a5": "155"}}, "raw": {"H": "9", "MN": "20", "TZ": "0", "COD": "52", "COU": "F", "DAY": "16", "LAT": "48N 7", "LON": "5E 8", "MON": "5", "NUM": "155", "PRO": "A", "SEC": "40", "YEA": "1906", "CITY": "JOINVILLE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-374"}, "ids-in-source": {"g55": "07-374"}}, "raw": {"DAY": "16-5-1906", "HOUR": "9 h. 30", "NAME": "\\fCARREL Raymond", "PLACE": "Joinville (Haute-Marne)."}, "date": "2023-08-20T14:49:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11633	cathy-jacques-1906-02-24	{"a5": "160"}	{"lerrcp": "A5-160"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Cathy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1906-02-24 11:00", "note": null, "place": {"c1": null, "c2": "79", "c3": null, "cy": "FR", "lg": -0.00909, "lat": 46.26494, "name": "Lezay", "geoid": 2998660}, "notime": null, "date-ut": "1906-02-24 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Cathy"}, "birth": {"tzo": "+00:09:21", "date": "1906-02-24 11:00", "place": {"c2": "79", "cy": "FR", "lg": -0.00909, "lat": 46.26494, "name": "Lezay", "geoid": 2998660}, "date-ut": "1906-02-24 10:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-160"}, "ids-in-sources": {"a5": "160"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "79", "COU": "F", "DAY": "24", "LAT": "46N19", "LON": "0W27", "MON": "2", "NUM": "160", "PRO": "A", "SEC": "40", "YEA": "1906", "CITY": "LEZAY"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11630	cartier-maurice-1925-01-15	{"a5": "157", "g55": "07-373"}	{"g55": "07-373", "lerrcp": "A5-157"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Cartier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1925-01-15 21:45", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Asnières", "geoid": 0}, "notime": null, "date-ut": "1925-01-15 21:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Cartier"}, "birth": {"tzo": "+00:00", "date": "1925-01-15 21:45", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Asnieres", "geoid": 0}, "date-ut": "1925-01-15 21:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-157"}, "ids-in-sources": {"a5": "157"}}, "raw": {"H": "21", "MN": "45", "TZ": "0", "COD": "92", "COU": "F", "DAY": "15", "LAT": "48N50", "LON": "2E11", "MON": "1", "NUM": "157", "PRO": "A", "SEC": "0", "YEA": "1925", "CITY": "ASNIERES"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Asnières"}}, "partial-ids": {"g55": "07-373"}, "ids-in-source": {"g55": "07-373"}}, "raw": {"DAY": "15-1-1925", "HOUR": "21 h. 45", "NAME": "CARTIER Maurice", "PLACE": "Asnières (Seine)."}, "date": "2023-08-20T14:49:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11636	certes-andre-1909-11-29	{"a5": "163", "g55": "07-169"}	{"g55": "07-169", "lerrcp": "A5-163"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Certes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1909-11-29 02:00", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.41667, "lat": 48.86667, "name": "Bagnolet", "geoid": 3035403}, "notime": null, "date-ut": "1909-11-29 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "André", "family": "Certes"}, "birth": {"tzo": "+00:09:21", "date": "1909-11-29 02:00", "place": {"c2": "93", "cy": "FR", "lg": 2.41667, "lat": 48.86667, "name": "Bagnolet", "geoid": 3035403}, "date-ut": "1909-11-29 01:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-163"}, "ids-in-sources": {"a5": "163"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "93", "COU": "F", "DAY": "29", "LAT": "48N55", "LON": "2E30", "MON": "11", "NUM": "163", "PRO": "A", "SEC": "40", "YEA": "1909", "CITY": "BAGNOLET"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-169"}, "ids-in-source": {"g55": "07-169"}}, "raw": {"DAY": "29-11-1909", "HOUR": "2 h.", "NAME": "CERTES André", "PLACE": "Bagnolet (Seine)."}, "date": "2023-08-20T14:49:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11635	cerdan-simone-1897-11-28	{"a5": "162", "g55": "07-376"}	{"g55": "07-376", "lerrcp": "A5-162"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Simone", "family": "Cerdan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1897-11-28 07:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.70177, "lat": 48.40908, "name": "Fontainebleau", "geoid": 3018074}, "notime": null, "date-ut": "1897-11-28 06:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Simone", "family": "Cerdan"}, "birth": {"tzo": "+00:09:21", "date": "1897-11-28 07:00", "place": {"c2": "77", "cy": "FR", "lg": 2.70177, "lat": 48.40908, "name": "Fontainebleau", "geoid": 3018074}, "date-ut": "1897-11-28 06:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-162"}, "ids-in-sources": {"a5": "162"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "77", "COU": "F", "DAY": "28", "LAT": "48N33", "LON": "2E40", "MON": "11", "NUM": "162", "PRO": "A", "SEC": "40", "YEA": "1897", "CITY": "FONTAINEBLEAU"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-376"}, "ids-in-source": {"g55": "07-376"}}, "raw": {"DAY": "28-11-1897", "HOUR": "7 h.", "NAME": "CERDAN Simone", "PLACE": "Fontainebleau (Seine-et-Marne)."}, "date": "2023-08-20T14:49:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11640	chatelin-lucien-1838-11-23	{"a5": "167"}	{"lerrcp": "A5-167"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Chatelin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1838-11-23 17:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1838-11-23 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Chatelin"}, "birth": {"tzo": "+00:09:24", "date": "1838-11-23 17:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1838-11-23 16:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-167"}, "ids-in-sources": {"a5": "167"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "23", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "167", "PRO": "A", "SEC": "40", "YEA": "1838", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11641	chebroux-ernest-1840-09-27	{"a5": "168"}	{"lerrcp": "A5-168"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Chebroux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:29", "date": "1840-09-27 02:00", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.12204, "lat": 46.43531, "name": "Lusignan", "geoid": 2997058}, "notime": null, "date-ut": "1840-09-27 01:58:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Chebroux"}, "birth": {"tzo": "+00:00:29", "date": "1840-09-27 02:00", "place": {"c2": "86", "cy": "FR", "lg": 0.12204, "lat": 46.43531, "name": "Lusignan", "geoid": 2997058}, "date-ut": "1840-09-27 01:58:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-168"}, "ids-in-sources": {"a5": "168"}}, "raw": {"H": "1", "MN": "58", "TZ": "0", "COD": "86", "COU": "F", "DAY": "27", "LAT": "46N35", "LON": "0E20", "MON": "9", "NUM": "168", "PRO": "A", "SEC": "40", "YEA": "1840", "CITY": "LUSIGNAN"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11642	chepfer-georges-1870-12-13	{"a5": "169"}	{"lerrcp": "A5-169"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Chepfer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1870-12-13 21:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1870-12-13 20:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Chepfer"}, "birth": {"tzo": "+00:24:44", "date": "1870-12-13 21:00", "place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1870-12-13 20:35:12"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-169"}, "ids-in-sources": {"a5": "169"}}, "raw": {"H": "20", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "13", "LAT": "48N42", "LON": "6E12", "MON": "12", "NUM": "169", "PRO": "A", "SEC": "12", "YEA": "1870", "CITY": "NANCY"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11645	gauquelin-a5-172-1870-02-16	{"a5": "172"}	{"lerrcp": "A5-172"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-172", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:12", "date": "1870-02-16 06:30", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -0.54813, "lat": 45.58015, "name": "Pons", "geoid": 2986335}, "notime": null, "date-ut": "1870-02-16 06:34:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-172"}, "birth": {"tzo": "-00:02:12", "date": "1870-02-16 06:30", "place": {"c2": "17", "cy": "FR", "lg": -0.54813, "lat": 45.58015, "name": "Pons", "geoid": 2986335}, "date-ut": "1870-02-16 06:34:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-172"}, "ids-in-sources": {"a5": "172"}}, "raw": {"H": "6", "MN": "34", "TZ": "0", "COD": "17", "COU": "F", "DAY": "16", "LAT": "46N 9", "LON": "1W10", "MON": "2", "NUM": "172", "PRO": "A", "SEC": "40", "YEA": "1870", "CITY": "PONS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11648	chotel-alexandre-1819-05-18	{"a5": "175"}	{"lerrcp": "A5-175"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Chotel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1819-05-18 23:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1819-05-18 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Chotel"}, "birth": {"tzo": "+00:09:24", "date": "1819-05-18 23:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1819-05-18 22:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-175"}, "ids-in-sources": {"a5": "175"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "18", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "175", "PRO": "A", "SEC": "40", "YEA": "1819", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11649	clancy-jacques-1920-05-17	{"a5": "176", "g55": "07-175"}	{"g55": "07-175", "lerrcp": "A5-176"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Clancy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-05-17 14:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.65141, "lat": 44.88442, "name": "Eysines", "geoid": 3019193}, "notime": null, "date-ut": "1920-05-17 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Clancy"}, "birth": {"tzo": "+01:00", "date": "1920-05-17 14:00", "place": {"c2": "33", "cy": "FR", "lg": -0.65141, "lat": 44.88442, "name": "Eysines", "geoid": 3019193}, "date-ut": "1920-05-17 13:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-176"}, "ids-in-sources": {"a5": "176"}}, "raw": {"H": "13", "MN": "0", "TZ": "0", "COD": "33", "COU": "F", "DAY": "17", "LAT": "44N50", "LON": "0W34", "MON": "5", "NUM": "176", "PRO": "A", "SEC": "0", "YEA": "1920", "CITY": "EYSINES"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-175"}, "ids-in-source": {"g55": "07-175"}}, "raw": {"DAY": "17-5-1920", "HOUR": "14 h.", "NAME": "CLANCY Jacques", "PLACE": "Eysines (Gironde)."}, "date": "2023-08-20T14:49:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11653	clement-lechien-1844-04-11	{"a5": "180"}	{"lerrcp": "A5-180"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Lechien)", "family": "Clement", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:38", "date": "1844-04-11 19:30", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.90832, "lat": 47.49002, "name": "Avallon", "geoid": 3035768}, "notime": null, "date-ut": "1844-04-11 19:15:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Lechien)", "family": "Clement"}, "birth": {"tzo": "+00:15:38", "date": "1844-04-11 19:30", "place": {"c2": "89", "cy": "FR", "lg": 3.90832, "lat": 47.49002, "name": "Avallon", "geoid": 3035768}, "date-ut": "1844-04-11 19:15:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-180"}, "ids-in-sources": {"a5": "180"}}, "raw": {"H": "19", "MN": "15", "TZ": "0", "COD": "89", "COU": "F", "DAY": "11", "LAT": "47N48", "LON": "3E35", "MON": "4", "NUM": "180", "PRO": "A", "SEC": "40", "YEA": "1844", "CITY": "AVALLON"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11654	coblentz-anna-1832-12-22	{"a5": "181"}	{"lerrcp": "A5-181"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anna", "family": "Coblentz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1832-12-22 19:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1832-12-22 18:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Anna", "family": "Coblentz"}, "birth": {"tzo": "+00:09:24", "date": "1832-12-22 19:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1832-12-22 18:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-181"}, "ids-in-sources": {"a5": "181"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "22", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "181", "PRO": "A", "SEC": "40", "YEA": "1832", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11651	claudio-martin-1927-03-28	{"a5": "178", "g55": "07-174"}	{"g55": "07-174", "lerrcp": "A5-178"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Martin)", "family": "Claudio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1927-03-28 01:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly-sur-Seine", "geoid": 0}, "notime": null, "date-ut": "1927-03-28 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Martin)", "family": "Claudio"}, "birth": {"tzo": "+00:00", "date": "1927-03-28 01:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly", "geoid": 0}, "date-ut": "1927-03-28 01:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-178"}, "ids-in-sources": {"a5": "178"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "92", "COU": "F", "DAY": "28", "LAT": "48N50", "LON": "2E11", "MON": "3", "NUM": "178", "PRO": "A", "SEC": "0", "YEA": "1927", "CITY": "NEUILLY"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Neuilly-sur-Seine"}}, "partial-ids": {"g55": "07-174"}, "ids-in-source": {"g55": "07-174"}}, "raw": {"DAY": "28-3-1927", "HOUR": "1 h.", "NAME": "CLAUDIO Jean-Cl.", "PLACE": "Neuilly-sur-Seine (Seine)."}, "date": "2023-08-20T14:49:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11655	gauquelin-a5-182-1866-09-17	{"a5": "182"}	{"lerrcp": "A5-182"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-182", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:20", "date": "1866-09-17 20:25", "note": null, "place": {"c1": null, "c2": "91", "c3": null, "cy": "FR", "lg": 2.33333, "lat": 48.6, "name": "Sainte-Genevieve-D", "geoid": 0}, "notime": null, "date-ut": "1866-09-17 20:15:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-182"}, "birth": {"tzo": "+00:09:20", "date": "1866-09-17 20:25", "place": {"c2": "91", "cy": "FR", "lg": 2.33333, "lat": 48.6, "name": "Sainte-Genevieve-D", "geoid": 0}, "date-ut": "1866-09-17 20:15:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-182"}, "ids-in-sources": {"a5": "182"}}, "raw": {"H": "20", "MN": "15", "TZ": "0", "COD": "91", "COU": "F", "DAY": "17", "LAT": "48N36", "LON": "2E20", "MON": "9", "NUM": "182", "PRO": "A", "SEC": "40", "YEA": "1866", "CITY": "STE-GENEVIEVE-D"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11656	colas-jeanne-1847-12-14	{"a5": "183"}	{"lerrcp": "A5-183"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jeanne", "family": "Colas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:17", "date": "1847-12-14 21:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.57033, "lat": 47.7996, "name": "Auxerre", "geoid": 3035843}, "notime": null, "date-ut": "1847-12-14 20:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jeanne", "family": "Colas"}, "birth": {"tzo": "+00:14:17", "date": "1847-12-14 21:00", "place": {"c2": "89", "cy": "FR", "lg": 3.57033, "lat": 47.7996, "name": "Auxerre", "geoid": 3035843}, "date-ut": "1847-12-14 20:45:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-183"}, "ids-in-sources": {"a5": "183"}}, "raw": {"H": "20", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "14", "LAT": "47N48", "LON": "3E35", "MON": "12", "NUM": "183", "PRO": "A", "SEC": "40", "YEA": "1847", "CITY": "AUXERRE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11657	gauquelin-a5-184-1930-07-16	{"a5": "184"}	{"lerrcp": "A5-184"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-184", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1930-07-16 00:30", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.36456, "lat": 49.85031, "name": "Homblières", "geoid": 3013200}, "notime": null, "date-ut": "1930-07-15 23:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-184"}, "birth": {"tzo": "+01:00", "date": "1930-07-16 00:30", "place": {"c2": "02", "cy": "FR", "lg": 3.36456, "lat": 49.85031, "name": "Homblières", "geoid": 3013200}, "date-ut": "1930-07-15 23:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-184"}, "ids-in-sources": {"a5": "184"}}, "raw": {"H": "23", "MN": "30", "TZ": "0", "COD": "02", "COU": "F", "DAY": "15", "LAT": "49N34", "LON": "3E37", "MON": "7", "NUM": "184", "PRO": "A", "SEC": "0", "YEA": "1930", "CITY": "HOMBLIERES"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11659	comte-louise-1923-07-25	{"a5": "186", "g55": "07-177"}	{"g55": "07-177", "lerrcp": "A5-186"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louise", "family": "Comte", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1923-07-25 02:30", "note": null, "place": {"c1": null, "c2": "95", "c3": null, "cy": "FR", "lg": 2, "lat": 49, "name": "Enghien", "geoid": 0}, "notime": null, "date-ut": "1923-07-25 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-186"}, "birth": {"tzo": "+01:00", "date": "1923-07-25 02:30", "place": {"c2": "95", "cy": "FR", "lg": 2, "lat": 49, "name": "Enghien-les-Bain", "geoid": 0}, "date-ut": "1923-07-25 01:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-186"}, "ids-in-sources": {"a5": "186"}}, "raw": {"H": "1", "MN": "30", "TZ": "0", "COD": "95", "COU": "F", "DAY": "25", "LAT": "49N 0", "LON": "2E 0", "MON": "7", "NUM": "186", "PRO": "A", "SEC": "0", "YEA": "1923", "CITY": "ENGHIEN-LES-BAIN"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"name": {"given": "Louise", "family": "Comte", "nobility": ""}, "slug": "comte-louise-1923-07-25", "birth": {"place": {"name": "Enghien"}}, "partial-ids": {"g55": "07-177"}, "ids-in-source": {"g55": "07-177"}}, "raw": {"DAY": "25-7-1923", "HOUR": "2 h. 30", "NAME": "COMTE Louise", "PLACE": "Enghien (Seine-et-Oise)."}, "date": "2023-08-20T14:49:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11660	copeau-jacques-1879-02-04	{"a5": "187"}	{"lerrcp": "A5-187"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Copeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1879-02-04 10:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "10", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1879-02-04 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Copeau"}, "birth": {"tzo": "+00:09:24", "date": "1879-02-04 10:00", "place": {"c2": "75", "c3": "10", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1879-02-04 09:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-187"}, "ids-in-sources": {"a5": "187"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "4", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "187", "PRO": "A", "SEC": "40", "YEA": "1879", "CITY": "PARIS 10E"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11663	coquet-georges-1866-05-09	{"a5": "190"}	{"lerrcp": "A5-190"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Coquet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:08:02", "date": "1866-05-09 21:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -2.00877, "lat": 48.64738, "name": "Saint-Malo", "geoid": 2978640}, "notime": null, "date-ut": "1866-05-09 21:06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Coquet"}, "birth": {"tzo": "-00:08:02", "date": "1866-05-09 21:00", "place": {"c2": "35", "cy": "FR", "lg": -2.00877, "lat": 48.64738, "name": "Saint-Malo", "geoid": 2978640}, "date-ut": "1866-05-09 21:06:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-190"}, "ids-in-sources": {"a5": "190"}}, "raw": {"H": "21", "MN": "6", "TZ": "0", "COD": "35", "COU": "F", "DAY": "9", "LAT": "48N 7", "LON": "1W40", "MON": "5", "NUM": "190", "PRO": "A", "SEC": "40", "YEA": "1866", "CITY": "ST-MALO"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11664	cordy-raymond-1898-12-09	{"a5": "191", "g55": "07-180"}	{"g55": "07-180", "lerrcp": "A5-191"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Cordy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1898-12-09 15:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.40332, "lat": 48.78716, "name": "Vitry-sur-Seine", "geoid": 2967849}, "notime": null, "date-ut": "1898-12-09 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Cordy"}, "birth": {"tzo": "+00:09:21", "date": "1898-12-09 15:00", "place": {"c2": "94", "cy": "FR", "lg": 2.40332, "lat": 48.78716, "name": "Vitry-sur-Seine", "geoid": 2967849}, "date-ut": "1898-12-09 14:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-191"}, "ids-in-sources": {"a5": "191"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "9", "LAT": "48N47", "LON": "2E29", "MON": "12", "NUM": "191", "PRO": "A", "SEC": "40", "YEA": "1898", "CITY": "VITRY-S/SEINE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-180"}, "ids-in-source": {"g55": "07-180"}}, "raw": {"DAY": "9-12-1898", "HOUR": "15 h.", "NAME": "CORDY Raymond", "PLACE": "Vitry-sur-Seine (Seine)."}, "date": "2023-08-20T14:49:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11668	courdier-marc-1838-04-23	{"a5": "195"}	{"lerrcp": "A5-195"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marc", "family": "Courdier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:25", "date": "1838-04-23 22:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.85372, "lat": 46.78112, "name": "Chalon-sur-Saône", "geoid": 3027484}, "notime": null, "date-ut": "1838-04-23 21:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marc", "family": "Courdier"}, "birth": {"tzo": "+00:19:25", "date": "1838-04-23 22:00", "place": {"c2": "71", "cy": "FR", "lg": 4.85372, "lat": 46.78112, "name": "Chalon-sur-Saône", "geoid": 3027484}, "date-ut": "1838-04-23 21:40:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-195"}, "ids-in-sources": {"a5": "195"}}, "raw": {"H": "21", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "23", "LAT": "46N18", "LON": "4E50", "MON": "4", "NUM": "195", "PRO": "A", "SEC": "40", "YEA": "1838", "CITY": "CHALON-S/SAONE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11669	coute-gaston-1880-09-23	{"a5": "196"}	{"lerrcp": "A5-196"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Coute", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:30", "date": "1880-09-23 09:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.62705, "lat": 47.78019, "name": "Beaugency", "geoid": 3034297}, "notime": null, "date-ut": "1880-09-23 08:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Coute"}, "birth": {"tzo": "+00:06:30", "date": "1880-09-23 09:00", "place": {"c2": "45", "cy": "FR", "lg": 1.62705, "lat": 47.78019, "name": "Beaugency", "geoid": 3034297}, "date-ut": "1880-09-23 08:52:24"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-196"}, "ids-in-sources": {"a5": "196"}}, "raw": {"H": "8", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "23", "LAT": "47N54", "LON": "1E54", "MON": "9", "NUM": "196", "PRO": "A", "SEC": "24", "YEA": "1880", "CITY": "BEAUGENCY"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11667	courcel-nicole-1931-10-21	{"a5": "194", "g55": "07-182"}	{"g55": "07-182", "lerrcp": "A5-194"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicole", "family": "Courcel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1931-10-21 02:40", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.20289, "lat": 48.84598, "name": "Saint-Cloud", "geoid": 2981041}, "notime": null, "date-ut": "1931-10-21 02:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Nicole", "family": "Courcel"}, "birth": {"tzo": "+00:00", "date": "1931-10-21 02:40", "place": {"c2": "92", "cy": "FR", "lg": 2.20289, "lat": 48.84598, "name": "Saint-Cloud", "geoid": 2981041}, "date-ut": "1931-10-21 02:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-194"}, "ids-in-sources": {"a5": "194"}}, "raw": {"H": "2", "MN": "40", "TZ": "0", "COD": "92", "COU": "F", "DAY": "21", "LAT": "48N50", "LON": "2E11", "MON": "10", "NUM": "194", "PRO": "A", "SEC": "0", "YEA": "1931", "CITY": "ST-CLOUD"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-182"}, "ids-in-source": {"g55": "07-182"}}, "raw": {"DAY": "21-10-1931", "HOUR": "2 h. 40", "NAME": "COURCEL Nicole", "PLACE": "Saint-Cloud (S.-et-O.)."}, "date": "2023-08-20T14:49:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11673	dac-pierre-1893-08-15	{"a5": "200"}	{"lerrcp": "A5-200"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Dac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1893-08-15 11:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Chalons-sur-Marne", "geoid": 0}, "notime": null, "date-ut": "1893-08-15 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Dac"}, "birth": {"tzo": "+00:09:21", "date": "1893-08-15 11:00", "place": {"c2": "51", "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Chalons-sur-Marne", "geoid": 0}, "date-ut": "1893-08-15 10:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-200"}, "ids-in-sources": {"a5": "200"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "51", "COU": "F", "DAY": "15", "LAT": "48N57", "LON": "4E22", "MON": "8", "NUM": "200", "PRO": "A", "SEC": "40", "YEA": "1893", "CITY": "CHALONS-S/MARNE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11672	cusin-georges-1902-03-31	{"a5": "199", "g55": "07-184"}	{"g55": "07-184", "lerrcp": "A5-199"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Cusin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.49383, "lat": 48.59273, "name": "Lunéville", "geoid": 2997110}, "notime": null, "date-ut": "1902-03-31 17:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Cusin"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.49383, "lat": 48.59273, "name": "Lunéville", "geoid": 2997110}, "date-ut": "1902-03-31 17:35:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-199"}, "ids-in-sources": {"a5": "199"}}, "raw": {"H": "17", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "31", "LAT": "48N42", "LON": "6E12", "MON": "3", "NUM": "199", "PRO": "A", "SEC": "40", "YEA": "1902", "CITY": "LUNEVILLE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-184"}, "ids-in-source": {"g55": "07-184"}}, "raw": {"DAY": "31-3-1902", "HOUR": "17 h. 45", "NAME": "CUSIN Georges", "PLACE": "Lunéville (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:49:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11670	coutet-henry-1909-06-28	{"a5": "197", "g55": "07-380"}	{"g55": "07-380", "lerrcp": "A5-197"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Coutet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1909-06-28 11:00", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.5711, "lat": 48.93022, "name": "Vaujours", "geoid": 2970469}, "notime": null, "date-ut": "1909-06-28 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Coutet"}, "birth": {"tzo": "+00:09:21", "date": "1909-06-28 11:00", "place": {"c2": "93", "cy": "FR", "lg": 2.5711, "lat": 48.93022, "name": "Vaujours", "geoid": 2970469}, "date-ut": "1909-06-28 10:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-197"}, "ids-in-sources": {"a5": "197"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "93", "COU": "F", "DAY": "28", "LAT": "48N55", "LON": "2E30", "MON": "6", "NUM": "197", "PRO": "A", "SEC": "40", "YEA": "1909", "CITY": "VAUJOURS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-380"}, "ids-in-source": {"g55": "07-380"}}, "raw": {"DAY": "28-6-1909", "HOUR": "11 h.", "NAME": "COUTET Henri", "PLACE": "Vaujours (Seine-et-Oise)."}, "date": "2023-08-20T14:49:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11677	dalmores-brin-1871-12-31	{"a5": "204", "g55": "07-186"}	{"g55": "07-186", "lerrcp": "A5-204"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Brin)", "family": "Dalmores", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1871-12-31 05:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Brin)", "family": "Dalmores"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1871-12-31 05:35:12"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-204"}, "ids-in-sources": {"a5": "204"}}, "raw": {"H": "5", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "31", "LAT": "48N42", "LON": "6E12", "MON": "12", "NUM": "204", "PRO": "A", "SEC": "12", "YEA": "1871", "CITY": "NANCY"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-186"}, "ids-in-source": {"g55": "07-186"}}, "raw": {"DAY": "31-12-1871", "HOUR": "6 h.", "NAME": "DALMORES Charles", "PLACE": "Nancy (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:49:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11675	dalban-robert-1903-07-19	{"a5": "202", "g55": "07-381"}	{"g55": "07-381", "lerrcp": "A5-202"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Dalban", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1903-07-19 09:30", "note": null, "place": {"c1": null, "c2": "79", "c3": null, "cy": "FR", "lg": -0.45, "lat": 46.31667, "name": "Cellés-sur-Belles", "geoid": 0}, "notime": null, "date-ut": "1903-07-19 09:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Dalban"}, "birth": {"tzo": "+00:09:21", "date": "1903-07-19 09:30", "place": {"c2": "79", "cy": "FR", "lg": -0.45, "lat": 46.31667, "name": "Celles-sur-Belles", "geoid": 0}, "date-ut": "1903-07-19 09:20:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-202"}, "ids-in-sources": {"a5": "202"}}, "raw": {"H": "9", "MN": "20", "TZ": "0", "COD": "79", "COU": "F", "DAY": "19", "LAT": "46N19", "LON": "0W27", "MON": "7", "NUM": "202", "PRO": "A", "SEC": "40", "YEA": "1903", "CITY": "CELLES-S/BELLES"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Cellés-sur-Belles"}}, "partial-ids": {"g55": "07-381"}, "ids-in-source": {"g55": "07-381"}}, "raw": {"DAY": "19-7-1903", "HOUR": "9 h. 30", "NAME": "DALBAN Robert", "PLACE": "Cellés-sur-Belles (Deux-Sèvres)."}, "date": "2023-08-20T14:49:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11682	dani-marie-1852-05-06	{"a5": "209"}	{"lerrcp": "A5-209"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Dani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1852-05-06 04:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1852-05-06 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Dani"}, "birth": {"tzo": "+00:09:24", "date": "1852-05-06 04:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1852-05-06 03:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-209"}, "ids-in-sources": {"a5": "209"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "6", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "209", "PRO": "A", "SEC": "40", "YEA": "1852", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11683	dantigny-blanche-1840-05-09	{"a5": "210", "g55": "07-32"}	{"g55": "07-32", "lerrcp": "A5-210"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Blanche", "family": "Dantigny", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:10", "date": "1840-05-09 13:00", "note": null, "place": {"c1": null, "c2": "36", "c3": null, "cy": "FR", "lg": 1.04324, "lat": 46.80767, "name": "Martizay", "geoid": 2995360}, "notime": null, "date-ut": "1840-05-09 12:53:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Blanche", "family": "Dantigny"}, "birth": {"tzo": "+00:04:10", "date": "1840-05-09 13:00", "place": {"c2": "36", "cy": "FR", "lg": 1.04324, "lat": 46.80767, "name": "Martizay", "geoid": 2995360}, "date-ut": "1840-05-09 12:53:16"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-210"}, "ids-in-sources": {"a5": "210"}}, "raw": {"H": "12", "MN": "53", "TZ": "0", "COD": "36", "COU": "F", "DAY": "9", "LAT": "46N49", "LON": "1E41", "MON": "5", "NUM": "210", "PRO": "A", "SEC": "16", "YEA": "1840", "CITY": "MARTIZAY"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-32"}, "ids-in-source": {"g55": "07-32"}}, "raw": {"DAY": "9-5-1840", "HOUR": "13 h.", "NAME": "DANTIGNY", "PLACE": "Martizay (Indre)."}, "date": "2023-08-20T14:48:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11684	darbaud-monique-1923-10-27	{"a5": "211", "g55": "07-384"}	{"g55": "07-384", "lerrcp": "A5-211"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Monique", "family": "Darbaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-10-27 17:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1923-10-27 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Monique", "family": "Darbaud"}, "birth": {"tzo": "+00:00", "date": "1923-10-27 17:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1923-10-27 17:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-211"}, "ids-in-sources": {"a5": "211"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "06", "COU": "F", "DAY": "27", "LAT": "43N42", "LON": "7E16", "MON": "10", "NUM": "211", "PRO": "A", "SEC": "0", "YEA": "1923", "CITY": "NICE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-384"}, "ids-in-source": {"g55": "07-384"}}, "raw": {"DAY": "27-10-1923", "HOUR": "17 h.", "NAME": "DARBAUD Monique", "PLACE": "Nice (Alpes-Maritimes)."}, "date": "2023-08-20T14:49:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11686	gauquelin-a5-213-1929-06-24	{"a5": "213"}	{"lerrcp": "A5-213"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-213", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1929-06-24 03:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "notime": null, "date-ut": "1929-06-24 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-213"}, "birth": {"tzo": "+01:00", "date": "1929-06-24 03:00", "place": {"c2": "59", "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "date-ut": "1929-06-24 02:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-213"}, "ids-in-sources": {"a5": "213"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "59", "COU": "F", "DAY": "24", "LAT": "50N39", "LON": "3E 5", "MON": "6", "NUM": "213", "PRO": "A", "SEC": "0", "YEA": "1929", "CITY": "DOUAI"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11685	darmont-albert-1863-05-01	{"a5": "212", "g55": "07-188"}	{"g55": "07-188", "lerrcp": "A5-212"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Darmont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:56", "date": "1863-05-01 11:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Champigny", "geoid": 0}, "notime": null, "date-ut": "1863-05-01 10:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Darmont"}, "birth": {"tzo": "+00:09:56", "date": "1863-05-01 11:00", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Champigny", "geoid": 0}, "date-ut": "1863-05-01 10:50:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-212"}, "ids-in-sources": {"a5": "212"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "1", "LAT": "48N47", "LON": "2E29", "MON": "5", "NUM": "212", "PRO": "A", "SEC": "4", "YEA": "1863", "CITY": "CHAMPIGNY"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Champigny"}}, "partial-ids": {"g55": "07-188"}, "ids-in-source": {"g55": "07-188"}}, "raw": {"DAY": "1-5-1863", "HOUR": "11 h.", "NAME": "DARMONT Albert", "PLACE": "Champigny (Seine)."}, "date": "2023-08-20T14:49:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11687	darrieu-gerard-1925-09-11	{"a5": "214", "g55": "07-385"}	{"g55": "07-385", "lerrcp": "A5-214"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Darrieu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1925-09-11 10:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.34844, "lat": 49.55495, "name": "Arnicourt", "geoid": 3036851}, "notime": null, "date-ut": "1925-09-11 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gérard", "family": "Darrieu"}, "birth": {"tzo": "+01:00", "date": "1925-09-11 10:00", "place": {"c2": "08", "cy": "FR", "lg": 4.34844, "lat": 49.55495, "name": "Arnicourt", "geoid": 3036851}, "date-ut": "1925-09-11 09:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-214"}, "ids-in-sources": {"a5": "214"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "08", "COU": "F", "DAY": "11", "LAT": "49N46", "LON": "4E44", "MON": "9", "NUM": "214", "PRO": "A", "SEC": "0", "YEA": "1925", "CITY": "ARNICOURT"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-385"}, "ids-in-source": {"g55": "07-385"}}, "raw": {"DAY": "11-9-1925", "HOUR": "10 h.", "NAME": "DARRIEU Gérard", "PLACE": "Arnicourt (Ardennes)."}, "date": "2023-08-20T14:49:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11694	david-levy-adelaide-1808-11-26	{"a5": "222"}	{"lerrcp": "A5-222"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adelaide", "family": "David-Levy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:32", "date": "1808-11-26 18:00", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.3829, "lat": 49.15964, "name": "Verdun", "geoid": 2969958}, "notime": null, "date-ut": "1808-11-26 17:39:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Adelaide", "family": "David-Levy"}, "birth": {"tzo": "+00:21:32", "date": "1808-11-26 18:00", "place": {"c2": "55", "cy": "FR", "lg": 5.3829, "lat": 49.15964, "name": "Verdun", "geoid": 2969958}, "date-ut": "1808-11-26 17:39:20"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-222"}, "ids-in-sources": {"a5": "222"}}, "raw": {"H": "17", "MN": "39", "TZ": "0", "COD": "55", "COU": "F", "DAY": "26", "LAT": "48N46", "LON": "5E10", "MON": "11", "NUM": "222", "PRO": "A", "SEC": "20", "YEA": "1808", "CITY": "VERDUN"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11690	dassonville-helene-1913-05-24	{"a5": "217", "g55": "07-191"}	{"g55": "07-191", "lerrcp": "A5-217"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Helene", "family": "Dassonville", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-05-24 12:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1913-05-24 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Helene", "family": "Dassonville"}, "birth": {"tzo": "+00:00", "date": "1913-05-24 12:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1913-05-24 12:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-217"}, "ids-in-sources": {"a5": "217"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "06", "COU": "F", "DAY": "24", "LAT": "43N42", "LON": "7E16", "MON": "5", "NUM": "217", "PRO": "A", "SEC": "0", "YEA": "1913", "CITY": "NICE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-191"}, "ids-in-source": {"g55": "07-191"}}, "raw": {"DAY": "24-5-1913", "HOUR": "12 h.", "NAME": "DASSONVILLE Hélène", "PLACE": "Nice (Alpes-Maritimes)."}, "date": "2023-08-20T14:49:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11693	david-marius-1906-09-24	{"a5": "221", "g55": "07-386"}	{"g55": "07-386", "lerrcp": "A5-221"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marius", "family": "David", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1906-09-24 05:00", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.15082, "lat": 49.02414, "name": "Évreux", "geoid": 3019265}, "notime": null, "date-ut": "1906-09-24 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marius", "family": "David"}, "birth": {"tzo": "+00:09:21", "date": "1906-09-24 05:00", "place": {"c2": "27", "cy": "FR", "lg": 1.15082, "lat": 49.02414, "name": "Évreux", "geoid": 3019265}, "date-ut": "1906-09-24 04:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-221"}, "ids-in-sources": {"a5": "221"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "27", "COU": "F", "DAY": "24", "LAT": "49N 1", "LON": "1E11", "MON": "9", "NUM": "221", "PRO": "A", "SEC": "40", "YEA": "1906", "CITY": "EVREUX"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-386"}, "ids-in-source": {"g55": "07-386"}}, "raw": {"DAY": "24-9-1906", "HOUR": "5 h.", "NAME": "DAVID Marius", "PLACE": "Evreux (Eure)."}, "date": "2023-08-20T14:49:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11698	decoeur-albert-1879-05-05	{"a5": "226"}	{"lerrcp": "A5-226"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Decoeur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:58", "date": "1879-05-05 06:00", "note": null, "place": {"c1": null, "c2": "70", "c3": null, "cy": "FR", "lg": 6.24093, "lat": 47.8947, "name": "Bouligney", "geoid": 3031159}, "notime": null, "date-ut": "1879-05-05 05:35:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Decoeur"}, "birth": {"tzo": "+00:24:58", "date": "1879-05-05 06:00", "place": {"c2": "70", "cy": "FR", "lg": 6.24093, "lat": 47.8947, "name": "Bouligney", "geoid": 3031159}, "date-ut": "1879-05-05 05:35:24"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-226"}, "ids-in-sources": {"a5": "226"}}, "raw": {"H": "5", "MN": "35", "TZ": "0", "COD": "70", "COU": "F", "DAY": "5", "LAT": "47N37", "LON": "6E 9", "MON": "5", "NUM": "226", "PRO": "A", "SEC": "24", "YEA": "1879", "CITY": "BOULIGNEY"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11696	dayde-josette-1923-03-28	{"a5": "224", "g55": "07-194"}	{"g55": "07-194", "lerrcp": "A5-224"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Josette", "family": "Dayde", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-03-28 03:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "notime": null, "date-ut": "1923-03-28 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Josette", "family": "Dayde"}, "birth": {"tzo": "+00:00", "date": "1923-03-28 03:00", "place": {"c2": "66", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "date-ut": "1923-03-28 03:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-224"}, "ids-in-sources": {"a5": "224"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "66", "COU": "F", "DAY": "28", "LAT": "42N42", "LON": "2E55", "MON": "3", "NUM": "224", "PRO": "A", "SEC": "0", "YEA": "1923", "CITY": "PERPIGNAN"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-194"}, "ids-in-source": {"g55": "07-194"}}, "raw": {"DAY": "28-3-1923", "HOUR": "3 h.", "NAME": "DAYDE Josette", "PLACE": "Perpignan (Pyrénées-Orientales)."}, "date": "2023-08-20T14:49:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11697	debar-andree-1920-05-05	{"a5": "225", "g55": "07-387"}	{"g55": "07-387", "lerrcp": "A5-225"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Andrée", "family": "Debar", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-05-05 00:30", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.14521, "lat": 48.95264, "name": "Maisons-Laffitte", "geoid": 2996564}, "notime": null, "date-ut": "1920-05-04 23:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-225"}, "birth": {"tzo": "+01:00", "date": "1920-05-05 00:30", "place": {"c2": "78", "cy": "FR", "lg": 2.14521, "lat": 48.95264, "name": "Maisons-Laffitte", "geoid": 2996564}, "date-ut": "1920-05-04 23:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-225"}, "ids-in-sources": {"a5": "225"}}, "raw": {"H": "23", "MN": "30", "TZ": "0", "COD": "78", "COU": "F", "DAY": "4", "LAT": "48N50", "LON": "2E 8", "MON": "5", "NUM": "225", "PRO": "A", "SEC": "0", "YEA": "1920", "CITY": "MAISONS-LAFFITTE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"name": {"given": "Andrée", "family": "Debar", "nobility": ""}, "slug": "debar-andree-1920-05-05", "partial-ids": {"g55": "07-387"}, "ids-in-source": {"g55": "07-387"}}, "raw": {"DAY": "5-5-1920", "HOUR": "0 h. 30", "NAME": "DEBAR Andrée", "PLACE": "Maisons-Laffitte (Seine-et-Oise)."}, "date": "2023-08-20T14:49:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11700	defresne-marie-1848-08-29	{"a5": "228"}	{"lerrcp": "A5-228"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Defresne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24", "date": "1848-08-29 18:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.00072, "lat": 49.05236, "name": "Gorze", "geoid": 3015639}, "notime": null, "date-ut": "1848-08-29 17:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Defresne"}, "birth": {"tzo": "+00:24", "date": "1848-08-29 18:00", "place": {"c2": "57", "cy": "FR", "lg": 6.00072, "lat": 49.05236, "name": "Gorze", "geoid": 3015639}, "date-ut": "1848-08-29 17:35:16"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-228"}, "ids-in-sources": {"a5": "228"}}, "raw": {"H": "17", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "29", "LAT": "49N 7", "LON": "6E11", "MON": "8", "NUM": "228", "PRO": "A", "SEC": "16", "YEA": "1848", "CITY": "GORZE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11701	degeorges-maurice-1865-07-25	{"a5": "229"}	{"lerrcp": "A5-229"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Degeorges", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:19", "date": "1865-07-25 16:00", "note": null, "place": {"c1": null, "c2": "41", "c3": null, "cy": "FR", "lg": 1.32912, "lat": 47.59432, "name": "Blois", "geoid": 3032213}, "notime": null, "date-ut": "1865-07-25 15:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Degeorges"}, "birth": {"tzo": "+00:05:19", "date": "1865-07-25 16:00", "place": {"c2": "41", "cy": "FR", "lg": 1.32912, "lat": 47.59432, "name": "Blois", "geoid": 3032213}, "date-ut": "1865-07-25 15:54:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-229"}, "ids-in-sources": {"a5": "229"}}, "raw": {"H": "15", "MN": "54", "TZ": "0", "COD": "41", "COU": "F", "DAY": "25", "LAT": "47N35", "LON": "1E20", "MON": "7", "NUM": "229", "PRO": "A", "SEC": "40", "YEA": "1865", "CITY": "BLOIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11704	dejean-max-1898-03-02	{"a5": "232", "g55": "07-388"}	{"g55": "07-388", "lerrcp": "A5-232"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Dejean", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1898-03-02 10:00", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.38333, "lat": 48.91667, "name": "Aubervilliers", "geoid": 3036386}, "notime": null, "date-ut": "1898-03-02 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Max", "family": "Dejean"}, "birth": {"tzo": "+00:09:21", "date": "1898-03-02 10:00", "place": {"c2": "93", "cy": "FR", "lg": 2.38333, "lat": 48.91667, "name": "Aubervilliers", "geoid": 3036386}, "date-ut": "1898-03-02 09:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-232"}, "ids-in-sources": {"a5": "232"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "93", "COU": "F", "DAY": "2", "LAT": "48N55", "LON": "2E30", "MON": "3", "NUM": "232", "PRO": "A", "SEC": "40", "YEA": "1898", "CITY": "AUBERVILLIERS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-388"}, "ids-in-source": {"g55": "07-388"}}, "raw": {"DAY": "2-3-1898", "HOUR": "10 h.", "NAME": "DEJEAN Max", "PLACE": "Aubervilliers (Seine)."}, "date": "2023-08-20T14:49:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11705	delahaye-camille-1841-06-14	{"a5": "233"}	{"lerrcp": "A5-233"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Delahaye", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1841-06-14 01:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Neauphle-le-Cha", "geoid": 0}, "notime": null, "date-ut": "1841-06-14 00:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Delahaye"}, "birth": {"tzo": "+00:08:32", "date": "1841-06-14 01:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Neauphle-le-Cha", "geoid": 0}, "date-ut": "1841-06-14 00:51:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-233"}, "ids-in-sources": {"a5": "233"}}, "raw": {"H": "0", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "14", "LAT": "48N50", "LON": "2E 8", "MON": "6", "NUM": "233", "PRO": "A", "SEC": "28", "YEA": "1841", "CITY": "NEAUPHLE-LE-CHA"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11708	delaistre-marie-1833-06-30	{"a5": "236"}	{"lerrcp": "A5-236"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Delaistre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1833-06-30 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1833-06-30 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Delaistre"}, "birth": {"tzo": "+00:09:24", "date": "1833-06-30 05:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1833-06-30 04:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-236"}, "ids-in-sources": {"a5": "236"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "30", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "236", "PRO": "A", "SEC": "40", "YEA": "1833", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11709	delamalleree-marie-1845-02-08	{"a5": "237"}	{"lerrcp": "A5-237"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Delamalleree", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1845-02-08 03:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1845-02-08 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Delamalleree"}, "birth": {"tzo": "+00:09:24", "date": "1845-02-08 03:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1845-02-08 02:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-237"}, "ids-in-sources": {"a5": "237"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "8", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "237", "PRO": "A", "SEC": "40", "YEA": "1845", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11706	delair-suzy-1917-12-31	{"a5": "234", "g55": "07-198"}	{"g55": "07-198", "lerrcp": "A5-234"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Suzy", "family": "Delair", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1917-12-31 14:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "18", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1917-12-31 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Suzy", "family": "Delair"}, "birth": {"tzo": "+00:00", "date": "1917-12-31 14:00", "place": {"c2": "75", "c3": "18", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1917-12-31 14:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-234"}, "ids-in-sources": {"a5": "234"}}, "raw": {"H": "14", "MN": "0", "TZ": "0", "COD": "75", "COU": "F", "DAY": "31", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "234", "PRO": "A", "SEC": "0", "YEA": "1917", "CITY": "PARIS 18E"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-198"}, "ids-in-source": {"g55": "07-198"}}, "raw": {"DAY": "31-12-1917", "HOUR": "14 h.", "NAME": "DELAIR Suzy", "PLACE": "Paris (18°) (Seine)."}, "date": "2023-08-20T14:49:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11714	delmet-paul-1862-06-17	{"a5": "242"}	{"lerrcp": "A5-242"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Delmet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1862-06-17 17:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "9", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1862-06-17 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Delmet"}, "birth": {"tzo": "+00:09:24", "date": "1862-06-17 17:00", "place": {"c2": "75", "c3": "9", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1862-06-17 16:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-242"}, "ids-in-sources": {"a5": "242"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "17", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "242", "PRO": "A", "SEC": "40", "YEA": "1862", "CITY": "PARIS 9E"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11713	delaunay-louis-1826-03-21	{"a5": "241", "g55": "07-40"}	{"g55": "07-40", "lerrcp": "A5-241"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Delaunay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1826-03-21 11:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1826-03-21 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Delaunay"}, "birth": {"tzo": "+00:09:24", "date": "1826-03-21 11:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1826-03-21 10:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-241"}, "ids-in-sources": {"a5": "241"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "21", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "241", "PRO": "A", "SEC": "40", "YEA": "1826", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-40"}, "ids-in-source": {"g55": "07-40"}}, "raw": {"DAY": "21-3-1826", "HOUR": "11 h.", "NAME": "DELAUNAY Louis Arsène", "PLACE": "Paris (Seine)."}, "date": "2023-08-20T14:48:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11716	delorme-hugues-1868-04-10	{"a5": "244"}	{"lerrcp": "A5-244"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hugues", "family": "Delorme", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:03", "date": "1868-04-10 02:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.01438, "lat": 48.97352, "name": "Avize", "geoid": 3035661}, "notime": null, "date-ut": "1868-04-10 01:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Hugues", "family": "Delorme"}, "birth": {"tzo": "+00:16:03", "date": "1868-04-10 02:00", "place": {"c2": "51", "cy": "FR", "lg": 4.01438, "lat": 48.97352, "name": "Avize", "geoid": 3035661}, "date-ut": "1868-04-10 01:42:32"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-244"}, "ids-in-sources": {"a5": "244"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "10", "LAT": "48N57", "LON": "4E22", "MON": "4", "NUM": "244", "PRO": "A", "SEC": "32", "YEA": "1868", "CITY": "AVIZE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11717	demarsils-frederic-1831-09-06	{"a5": "245"}	{"lerrcp": "A5-245"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Demarsils", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06", "date": "1831-09-06 22:00", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 1.5, "lat": 48.45, "name": "Orgeres", "geoid": 0}, "notime": null, "date-ut": "1831-09-06 21:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Demarsils"}, "birth": {"tzo": "+00:06", "date": "1831-09-06 22:00", "place": {"c2": "28", "cy": "FR", "lg": 1.5, "lat": 48.45, "name": "Orgeres", "geoid": 0}, "date-ut": "1831-09-06 21:54"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-245"}, "ids-in-sources": {"a5": "245"}}, "raw": {"H": "21", "MN": "54", "TZ": "0", "COD": "28", "COU": "F", "DAY": "6", "LAT": "48N27", "LON": "1E30", "MON": "9", "NUM": "245", "PRO": "A", "SEC": "0", "YEA": "1831", "CITY": "ORGERES"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11719	denis-d-ines-1885-09-01	{"a5": "247"}	{"lerrcp": "A5-247"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "D'Ines", "family": "Denis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1885-09-01 07:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "18", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1885-09-01 07:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "D'Ines", "family": "Denis"}, "birth": {"tzo": "+00:09:24", "date": "1885-09-01 07:30", "place": {"c2": "75", "c3": "18", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1885-09-01 07:20:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-247"}, "ids-in-sources": {"a5": "247"}}, "raw": {"H": "7", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "1", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "247", "PRO": "A", "SEC": "40", "YEA": "1885", "CITY": "PARIS 18E"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11715	delorme-danielle-1926-10-09	{"a5": "243", "g55": "07-197"}	{"g55": "07-197", "lerrcp": "A5-243"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Danielle", "family": "Delorme", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1926-10-09 04:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.28864, "lat": 48.89389, "name": "Levallois-Perret", "geoid": 2998975}, "notime": null, "date-ut": "1926-10-09 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Danielle", "family": "Delorme"}, "birth": {"tzo": "+00:00", "date": "1926-10-09 04:00", "place": {"c2": "92", "cy": "FR", "lg": 2.28864, "lat": 48.89389, "name": "Levallois-Perret", "geoid": 2998975}, "date-ut": "1926-10-09 04:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-243"}, "ids-in-sources": {"a5": "243"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "92", "COU": "F", "DAY": "9", "LAT": "48N50", "LON": "2E11", "MON": "10", "NUM": "243", "PRO": "A", "SEC": "0", "YEA": "1926", "CITY": "LEVALLOIS-PERRET"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-197"}, "ids-in-source": {"g55": "07-197"}}, "raw": {"DAY": "9-10-1926", "HOUR": "4 h.", "NAME": "DELORME Danielle", "PLACE": "Levallois-Perret (Seine)."}, "date": "2023-08-20T14:49:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11721	derrien-marcelle-1923-07-20	{"a5": "249", "g55": "07-200"}	{"g55": "07-200", "lerrcp": "A5-249"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcelle", "family": "Derrien", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1923-07-20 20:00", "note": null, "place": {"c1": null, "c2": "95", "c3": null, "cy": "FR", "lg": 2.25, "lat": 49.01667, "name": "Saint-Leu-la-Forêt", "geoid": 2978768}, "notime": null, "date-ut": "1923-07-20 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marcelle", "family": "Derrien"}, "birth": {"tzo": "+01:00", "date": "1923-07-20 20:00", "place": {"c2": "95", "cy": "FR", "lg": 2.25, "lat": 49.01667, "name": "Saint-Leu-la-Forêt", "geoid": 2978768}, "date-ut": "1923-07-20 19:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-249"}, "ids-in-sources": {"a5": "249"}}, "raw": {"H": "19", "MN": "0", "TZ": "0", "COD": "95", "COU": "F", "DAY": "20", "LAT": "49N 0", "LON": "2E 0", "MON": "7", "NUM": "249", "PRO": "A", "SEC": "0", "YEA": "1923", "CITY": "ST-LEU-LA-FORET"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-200"}, "ids-in-source": {"g55": "07-200"}}, "raw": {"DAY": "20-7-1923", "HOUR": "20 h.", "NAME": "DERRIEN Marcelle", "PLACE": "Saint-Leu-la-Forét (Seine-et-Oise)."}, "date": "2023-08-20T14:49:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11720	denoel-jacques-1923-03-10	{"a5": "248", "g55": "07-389"}	{"g55": "07-389", "lerrcp": "A5-248"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Denoel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-03-10 16:00", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -3.27812, "lat": 47.80479, "name": "Hennebont", "geoid": 3013521}, "notime": null, "date-ut": "1923-03-10 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Denoel"}, "birth": {"tzo": "+00:00", "date": "1923-03-10 16:00", "place": {"c2": "56", "cy": "FR", "lg": -3.27812, "lat": 47.80479, "name": "Hennebont", "geoid": 3013521}, "date-ut": "1923-03-10 16:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-248"}, "ids-in-sources": {"a5": "248"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "56", "COU": "F", "DAY": "10", "LAT": "47N40", "LON": "2W44", "MON": "3", "NUM": "248", "PRO": "A", "SEC": "0", "YEA": "1923", "CITY": "HENNEBONT"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-389"}, "ids-in-source": {"g55": "07-389"}}, "raw": {"DAY": "10-3-1923", "HOUR": "16 h.", "NAME": "DENOEL Jacques", "PLACE": "Hennebont (Morbihan)."}, "date": "2023-08-20T14:49:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11726	dewantre-octavie-1845-06-22	{"a5": "254"}	{"lerrcp": "A5-254"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Octavie", "family": "Dewantre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:26", "date": "1845-06-22 00:56:22", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 1.85635, "lat": 50.95194, "name": "Calais", "geoid": 3029162}, "notime": null, "date-ut": "1845-06-22 00:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Octavie", "family": "Dewantre"}, "birth": {"tzo": "+00:07:26", "date": "1845-06-22 00:56:22", "place": {"c2": "62", "cy": "FR", "lg": 1.85635, "lat": 50.95194, "name": "Calais", "geoid": 3029162}, "date-ut": "1845-06-22 00:48:56"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-254"}, "ids-in-sources": {"a5": "254"}}, "raw": {"H": "0", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "22", "LAT": "50N18", "LON": "2E46", "MON": "6", "NUM": "254", "PRO": "A", "SEC": "56", "YEA": "1845", "CITY": "CALAIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11728	dheurs-anne-1865-03-27	{"a5": "256"}	{"lerrcp": "A5-256"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anne", "family": "Dheurs", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:48", "date": "1865-03-27 09:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.19842, "lat": 46.09987, "name": "Gannat", "geoid": 3016711}, "notime": null, "date-ut": "1865-03-27 08:46:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Anne", "family": "Dheurs"}, "birth": {"tzo": "+00:12:48", "date": "1865-03-27 09:00", "place": {"c2": "03", "cy": "FR", "lg": 3.19842, "lat": 46.09987, "name": "Gannat", "geoid": 3016711}, "date-ut": "1865-03-27 08:46:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-256"}, "ids-in-sources": {"a5": "256"}}, "raw": {"H": "8", "MN": "46", "TZ": "0", "COD": "03", "COU": "F", "DAY": "27", "LAT": "46N34", "LON": "3E20", "MON": "3", "NUM": "256", "PRO": "A", "SEC": "40", "YEA": "1865", "CITY": "GANNAT"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11729	dinel-robert-1911-05-08	{"a5": "257"}	{"lerrcp": "A5-257"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Dinel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-05-08 20:00", "note": null, "place": {"c1": null, "c2": "95", "c3": null, "cy": "FR", "lg": 2.25, "lat": 48.96667, "name": "Sannois", "geoid": 2976179}, "notime": null, "date-ut": "1911-05-08 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Dinel"}, "birth": {"tzo": "+00:00", "date": "1911-05-08 20:00", "place": {"c2": "95", "cy": "FR", "lg": 2.25, "lat": 48.96667, "name": "Sannois", "geoid": 2976179}, "date-ut": "1911-05-08 20:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-257"}, "ids-in-sources": {"a5": "257"}}, "raw": {"H": "20", "MN": "0", "TZ": "0", "COD": "95", "COU": "F", "DAY": "8", "LAT": "49N 0", "LON": "2E 0", "MON": "5", "NUM": "257", "PRO": "A", "SEC": "0", "YEA": "1911", "CITY": "SANNOIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11727	dhelia-france-1894-11-09	{"a5": "255", "g55": "07-202"}	{"g55": "07-202", "lerrcp": "A5-255"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "France", "family": "Dhelia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1894-11-09 04:00", "note": null, "place": {"c1": null, "c2": "41", "c3": null, "cy": "FR", "lg": 1.33333, "lat": 47.58333, "name": "Saint-Lubin", "geoid": 0}, "notime": null, "date-ut": "1894-11-09 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "France", "family": "Dhelia"}, "birth": {"tzo": "+00:09:21", "date": "1894-11-09 04:00", "place": {"c2": "41", "cy": "FR", "lg": 1.33333, "lat": 47.58333, "name": "Saint-Lubin-en-V", "geoid": 0}, "date-ut": "1894-11-09 03:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-255"}, "ids-in-sources": {"a5": "255"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "41", "COU": "F", "DAY": "9", "LAT": "47N35", "LON": "1E20", "MON": "11", "NUM": "255", "PRO": "A", "SEC": "40", "YEA": "1894", "CITY": "ST-LUBIN-EN-V"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Lubin"}}, "partial-ids": {"g55": "07-202"}, "ids-in-source": {"g55": "07-202"}}, "raw": {"DAY": "9-11-1894", "HOUR": "4 h.", "NAME": "DHELIA France", "PLACE": "Saint-Lubin (Loir-et-Cher)."}, "date": "2023-08-20T14:49:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
17977	cathala-leoncs-1912-10-07	{"e1": "345"}	{"lerrcp": "E1-345"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léoncs", "family": "Cathala", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1912-10-07 17:00", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Montbrun", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Léoncs", "family": "Cathala"}, "birth": {"tzo": "", "date": "1912-10-07 17:00", "place": {"c2": "11", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Montbrun", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "345"}}, "raw": {"H": "17:00", "COD": "11", "DAY": "07", "MON": "10", "NUM": "0345", "PRO": "MI", "YEA": "1912", "CITY": "Montbrun", "NAME": "CATHALA Léoncs", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
11730	donneaud-maurice-1904-09-08	{"a5": "258", "g55": "07-203"}	{"g55": "07-203", "lerrcp": "A5-258"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Donneaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1904-09-08 22:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Collonges-au-Mont-d’Or", "geoid": 0}, "notime": null, "date-ut": "1904-09-08 21:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Donneaud"}, "birth": {"tzo": "+00:09:21", "date": "1904-09-08 22:00", "place": {"c2": "69", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Collonges-Au-Mo", "geoid": 0}, "date-ut": "1904-09-08 21:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-258"}, "ids-in-sources": {"a5": "258"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "69", "COU": "F", "DAY": "8", "LAT": "45N46", "LON": "4E50", "MON": "9", "NUM": "258", "PRO": "A", "SEC": "40", "YEA": "1904", "CITY": "COLLONGES-AU-MO"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Collonges-au-Mont-d’Or"}}, "partial-ids": {"g55": "07-203"}, "ids-in-source": {"g55": "07-203"}}, "raw": {"DAY": "8-9-1904", "HOUR": "22 h.", "NAME": "DONNEAUD Maurice", "PLACE": "Collonges-au-Mont-d’Or (Rhône)."}, "date": "2023-08-20T14:49:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11732	dor-jacqueline-1929-07-19	{"a5": "260", "g55": "07-391"}	{"g55": "07-391", "lerrcp": "A5-260"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacqueline", "family": "Dor", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1929-07-19 20:25", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "notime": null, "date-ut": "1929-07-19 19:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-260"}, "birth": {"tzo": "+01:00", "date": "1929-07-19 20:25", "place": {"c2": "62", "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "date-ut": "1929-07-19 19:25"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-260"}, "ids-in-sources": {"a5": "260"}}, "raw": {"H": "19", "MN": "25", "TZ": "0", "COD": "62", "COU": "F", "DAY": "19", "LAT": "50N18", "LON": "2E46", "MON": "7", "NUM": "260", "PRO": "A", "SEC": "0", "YEA": "1929", "CITY": "BOULOGNE-S-MER"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"name": {"given": "Jacqueline", "family": "Dor", "nobility": ""}, "slug": "dor-jacqueline-1929-07-19", "partial-ids": {"g55": "07-391"}, "ids-in-source": {"g55": "07-391"}}, "raw": {"DAY": "19-7-1929", "HOUR": "20 h. 25", "NAME": "DOR Jacqueline", "PLACE": "Boulogne-sur-Mer (Pas-de-Calais)."}, "date": "2023-08-20T14:49:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11736	dortet-suzanne-1848-03-13	{"a5": "264"}	{"lerrcp": "A5-264"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Suzanne", "family": "Dortet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1848-03-13 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1848-03-13 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Suzanne", "family": "Dortet"}, "birth": {"tzo": "+00:09:24", "date": "1848-03-13 06:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1848-03-13 05:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-264"}, "ids-in-sources": {"a5": "264"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "13", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "264", "PRO": "A", "SEC": "40", "YEA": "1848", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11738	douai-jacques-1920-12-11	{"a5": "266"}	{"lerrcp": "A5-266"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Douai", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1920-12-11 10:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "notime": null, "date-ut": "1920-12-11 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Douai"}, "birth": {"tzo": "+00:00", "date": "1920-12-11 10:00", "place": {"c2": "59", "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "date-ut": "1920-12-11 10:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-266"}, "ids-in-sources": {"a5": "266"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "59", "COU": "F", "DAY": "11", "LAT": "50N39", "LON": "3E 5", "MON": "12", "NUM": "266", "PRO": "A", "SEC": "0", "YEA": "1920", "CITY": "DOUAI"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11735	dorsay-elyane-1920-11-24	{"a5": "263", "g55": "07-392"}	{"g55": "07-392", "lerrcp": "A5-263"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elyane", "family": "Dorsay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1920-11-24 03:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1920-11-24 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Elyane", "family": "Dorsay"}, "birth": {"tzo": "+00:00", "date": "1920-11-24 03:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1920-11-24 03:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-263"}, "ids-in-sources": {"a5": "263"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "13", "COU": "F", "DAY": "24", "LAT": "43N18", "LON": "5E22", "MON": "11", "NUM": "263", "PRO": "A", "SEC": "0", "YEA": "1920", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-392"}, "ids-in-source": {"g55": "07-392"}}, "raw": {"DAY": "24-11-1920", "HOUR": "3 h.", "NAME": "DORSAY Elyane", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:49:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11741	dranem-menard-1869-05-23	{"a5": "269"}	{"lerrcp": "A5-269"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Menard)", "family": "Dranem", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1869-05-23 14:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "10", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1869-05-23 13:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Menard)", "family": "Dranem"}, "birth": {"tzo": "+00:09:24", "date": "1869-05-23 14:00", "place": {"c2": "75", "c3": "10", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1869-05-23 13:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-269"}, "ids-in-sources": {"a5": "269"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "23", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "269", "PRO": "A", "SEC": "40", "YEA": "1869", "CITY": "PARIS 10E"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11742	drejac-jean-1921-06-03	{"a5": "270"}	{"lerrcp": "A5-270"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Drejac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-06-03 02:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1921-06-03 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Drejac"}, "birth": {"tzo": "+01:00", "date": "1921-06-03 02:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1921-06-03 01:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-270"}, "ids-in-sources": {"a5": "270"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "38", "COU": "F", "DAY": "3", "LAT": "45N11", "LON": "5E43", "MON": "6", "NUM": "270", "PRO": "A", "SEC": "0", "YEA": "1921", "CITY": "GRENOBLE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11744	druet-adeline-1847-07-04	{"a5": "272"}	{"lerrcp": "A5-272"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adeline", "family": "Druet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:48", "date": "1847-07-04 07:00", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.2, "lat": 48.01667, "name": "Beaumont", "geoid": 0}, "notime": null, "date-ut": "1847-07-04 06:59:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Adeline", "family": "Druet"}, "birth": {"tzo": "+00:00:48", "date": "1847-07-04 07:00", "place": {"c2": "72", "cy": "FR", "lg": 0.2, "lat": 48.01667, "name": "Beaumont", "geoid": 0}, "date-ut": "1847-07-04 06:59:12"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-272"}, "ids-in-sources": {"a5": "272"}}, "raw": {"H": "6", "MN": "59", "TZ": "0", "COD": "72", "COU": "F", "DAY": "4", "LAT": "48N 1", "LON": "0E12", "MON": "7", "NUM": "272", "PRO": "A", "SEC": "12", "YEA": "1847", "CITY": "BEAUMONT"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11743	drouet-juliette-1806-04-10	{"a5": "271", "g55": "07-48"}	{"g55": "07-48", "lerrcp": "A5-271"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Juliette", "family": "Drouet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:48", "date": "1806-04-10 07:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.19961, "lat": 48.35157, "name": "Fougères", "geoid": 3017609}, "notime": null, "date-ut": "1806-04-10 07:06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-271"}, "birth": {"tzo": "-00:04:48", "date": "1806-04-10 07:00", "place": {"c2": "35", "cy": "FR", "lg": -1.19961, "lat": 48.35157, "name": "Fougères", "geoid": 3017609}, "date-ut": "1806-04-10 07:06:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-271"}, "ids-in-sources": {"a5": "271"}}, "raw": {"H": "7", "MN": "6", "TZ": "0", "COD": "35", "COU": "F", "DAY": "10", "LAT": "48N 7", "LON": "1W40", "MON": "4", "NUM": "271", "PRO": "A", "SEC": "40", "YEA": "1806", "CITY": "FOUGERES"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"name": {"given": "Juliette", "family": "Drouet", "nobility": ""}, "slug": "drouet-juliette-1806-04-10", "partial-ids": {"g55": "07-48"}, "ids-in-source": {"g55": "07-48"}}, "raw": {"DAY": "10-4-1806", "HOUR": "7 h.", "NAME": "DROUET Juliette", "PLACE": "Fougères (Ille-et-Vilaine)."}, "date": "2023-08-20T14:49:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11746	duby-jacques-1922-05-07	{"a5": "274"}	{"lerrcp": "A5-274"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Duby", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-05-07 20:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1922-05-07 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Duby"}, "birth": {"tzo": "+01:00", "date": "1922-05-07 20:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1922-05-07 19:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-274"}, "ids-in-sources": {"a5": "274"}}, "raw": {"H": "19", "MN": "0", "TZ": "0", "COD": "31", "COU": "F", "DAY": "7", "LAT": "43N37", "LON": "1E26", "MON": "5", "NUM": "274", "PRO": "A", "SEC": "0", "YEA": "1922", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11748	duchenay-anna-1834-03-17	{"a5": "276"}	{"lerrcp": "A5-276"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anna", "family": "Duchenay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:22", "date": "1834-03-17 05:00", "note": null, "place": {"c1": null, "c2": "61", "c3": null, "cy": "FR", "lg": 0.09311, "lat": 48.43476, "name": "Alençon", "geoid": 3038230}, "notime": null, "date-ut": "1834-03-17 04:59:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Anna", "family": "Duchenay"}, "birth": {"tzo": "+00:00:22", "date": "1834-03-17 05:00", "place": {"c2": "61", "cy": "FR", "lg": 0.09311, "lat": 48.43476, "name": "Alençon", "geoid": 3038230}, "date-ut": "1834-03-17 04:59:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-276"}, "ids-in-sources": {"a5": "276"}}, "raw": {"H": "4", "MN": "59", "TZ": "0", "COD": "61", "COU": "F", "DAY": "17", "LAT": "48N26", "LON": "0E 5", "MON": "3", "NUM": "276", "PRO": "A", "SEC": "40", "YEA": "1834", "CITY": "ALENCON"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11749	duchesne-roger-1906-07-26	{"a5": "277", "g55": "07-205"}	{"g55": "07-205", "lerrcp": "A5-277"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Duchesne", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1906-07-26 15:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 46.3, "name": "Luxeuil", "geoid": 0}, "notime": null, "date-ut": "1906-07-26 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-277"}, "birth": {"tzo": "+00:09:21", "date": "1906-07-26 15:00", "place": {"c2": "71", "cy": "FR", "lg": 4.83333, "lat": 46.3, "name": "Luxeuil-Bains", "geoid": 0}, "date-ut": "1906-07-26 14:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-277"}, "ids-in-sources": {"a5": "277"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "71", "COU": "F", "DAY": "26", "LAT": "46N18", "LON": "4E50", "MON": "7", "NUM": "277", "PRO": "A", "SEC": "40", "YEA": "1906", "CITY": "LUXEUIL-BAINS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"name": {"given": "Roger", "family": "Duchesne", "nobility": ""}, "slug": "duchesne-roger-1906-07-26", "birth": {"place": {"name": "Luxeuil"}}, "partial-ids": {"g55": "07-205"}, "ids-in-source": {"g55": "07-205"}}, "raw": {"DAY": "26-7-1906", "HOUR": "15 h.", "NAME": "DUCHESNE Roger", "PLACE": "Luxeuil (Haute-Saône)."}, "date": "2023-08-20T14:49:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11754	dugaril-jean-1844-08-23	{"a5": "282"}	{"lerrcp": "A5-282"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Dugaril", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1844-08-23 22:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1844-08-23 21:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Dugaril"}, "birth": {"tzo": "+00:09:24", "date": "1844-08-23 22:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1844-08-23 21:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-282"}, "ids-in-sources": {"a5": "282"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "23", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "282", "PRO": "A", "SEC": "40", "YEA": "1844", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11751	dufilho-jacques-1914-02-19	{"a5": "279", "g55": "07-206"}	{"g55": "07-206", "lerrcp": "A5-279"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Dufilho", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-02-19 14:30", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.55144, "lat": 44.80759, "name": "Bègles", "geoid": 3033881}, "notime": null, "date-ut": "1914-02-19 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Dufilho"}, "birth": {"tzo": "+00:00", "date": "1914-02-19 14:30", "place": {"c2": "33", "cy": "FR", "lg": -0.55144, "lat": 44.80759, "name": "Bègles", "geoid": 3033881}, "date-ut": "1914-02-19 14:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-279"}, "ids-in-sources": {"a5": "279"}}, "raw": {"H": "14", "MN": "30", "TZ": "0", "COD": "33", "COU": "F", "DAY": "19", "LAT": "44N50", "LON": "0W34", "MON": "2", "NUM": "279", "PRO": "A", "SEC": "0", "YEA": "1914", "CITY": "BEGLES"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-206"}, "ids-in-source": {"g55": "07-206"}}, "raw": {"DAY": "19-2-1914", "HOUR": "14 h. 30", "NAME": "DUFILHO Jacques", "PLACE": "Begles (Gironde)."}, "date": "2023-08-20T14:49:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11753	dufranne-jacqueline-1915-01-09	{"a5": "281", "g55": "07-208"}	{"g55": "07-208", "lerrcp": "A5-281"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacqueline", "family": "Dufranne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-01-09 08:35", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.15863, "lat": 48.8898, "name": "Chatou", "geoid": 3026033}, "notime": null, "date-ut": "1915-01-09 08:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jacqueline", "family": "Dufranne"}, "birth": {"tzo": "+00:00", "date": "1915-01-09 08:35", "place": {"c2": "78", "cy": "FR", "lg": 2.15863, "lat": 48.8898, "name": "Chatou", "geoid": 3026033}, "date-ut": "1915-01-09 08:35"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-281"}, "ids-in-sources": {"a5": "281"}}, "raw": {"H": "8", "MN": "35", "TZ": "0", "COD": "78", "COU": "F", "DAY": "9", "LAT": "48N50", "LON": "2E 8", "MON": "1", "NUM": "281", "PRO": "A", "SEC": "0", "YEA": "1915", "CITY": "CHATOU"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-208"}, "ids-in-source": {"g55": "07-208"}}, "raw": {"DAY": "9-1-1915", "HOUR": "8 h. 35", "NAME": "DUFRANNE Jacqueline", "PLACE": "Chatou (Seine-et-Oise)."}, "date": "2023-08-20T14:49:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11756	dumaine-person-1831-06-17	{"a5": "285", "g55": "07-50"}	{"g55": "07-50", "lerrcp": "A5-285"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Person)", "family": "Dumaine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:40", "date": "1831-06-17 05:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Lieusaint", "geoid": 0}, "notime": null, "date-ut": "1831-06-17 04:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Person)", "family": "Dumaine"}, "birth": {"tzo": "+00:10:40", "date": "1831-06-17 05:00", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Lieusant", "geoid": 0}, "date-ut": "1831-06-17 04:49:20"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-285"}, "ids-in-sources": {"a5": "285"}}, "raw": {"H": "4", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "17", "LAT": "48N33", "LON": "2E40", "MON": "6", "NUM": "285", "PRO": "A", "SEC": "20", "YEA": "1831", "CITY": "LIEUSANT"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Lieusaint"}}, "partial-ids": {"g55": "07-50"}, "ids-in-source": {"g55": "07-50"}}, "raw": {"DAY": "17-6-1831", "HOUR": "5 h.", "NAME": "DUMAINE", "PLACE": "Lieusaint (Seine-et-Marne)."}, "date": "2023-08-20T14:49:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11755	dullin-charles-1885-05-12	{"a5": "284", "g55": "07-209"}	{"g55": "07-209", "lerrcp": "A5-284"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Dullin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:02", "date": "1885-05-12 01:30", "note": null, "place": {"c1": null, "c2": "73", "c3": null, "cy": "FR", "lg": 5.75795, "lat": 45.7042, "name": "Yenne", "geoid": 2967249}, "notime": null, "date-ut": "1885-05-12 01:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Dullin"}, "birth": {"tzo": "+00:23:02", "date": "1885-05-12 01:30", "place": {"c2": "73", "cy": "FR", "lg": 5.75795, "lat": 45.7042, "name": "Yenne", "geoid": 2967249}, "date-ut": "1885-05-12 01:06:20"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-284"}, "ids-in-sources": {"a5": "284"}}, "raw": {"H": "1", "MN": "6", "TZ": "0", "COD": "73", "COU": "F", "DAY": "12", "LAT": "45N34", "LON": "5E55", "MON": "5", "NUM": "284", "PRO": "A", "SEC": "20", "YEA": "1885", "CITY": "YENNE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-209"}, "ids-in-source": {"g55": "07-209"}}, "raw": {"DAY": "2-5-1885", "HOUR": "1 h. 30", "NAME": "DULLIN Charles", "PLACE": "Yenne (Savoie)."}, "date": "2023-08-20T14:49:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11759	dunoyer-blanche-1849-01-09	{"a5": "288"}	{"lerrcp": "A5-288"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Blanche", "family": "Dunoyer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1849-01-09 02:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1849-01-09 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Blanche", "family": "Dunoyer"}, "birth": {"tzo": "+00:09:24", "date": "1849-01-09 02:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1849-01-09 01:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-288"}, "ids-in-sources": {"a5": "288"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "9", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "288", "PRO": "A", "SEC": "40", "YEA": "1849", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11760	dupont-mlle-1791-05-31	{"a5": "289", "g55": "07-52"}	{"g55": "07-52", "lerrcp": "A5-289"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mlle", "family": "Dupont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:06", "date": "1791-05-31 05:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.52506, "lat": 50.35909, "name": "Valenciennes", "geoid": 2971041}, "notime": null, "date-ut": "1791-05-31 04:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Mlle", "family": "Dupont"}, "birth": {"tzo": "+00:14:06", "date": "1791-05-31 05:00", "place": {"c2": "59", "cy": "FR", "lg": 3.52506, "lat": 50.35909, "name": "Valenciennes", "geoid": 2971041}, "date-ut": "1791-05-31 04:47:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-289"}, "ids-in-sources": {"a5": "289"}}, "raw": {"H": "4", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "31", "LAT": "50N39", "LON": "3E 5", "MON": "5", "NUM": "289", "PRO": "A", "SEC": "40", "YEA": "1791", "CITY": "VALENCIENNES"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-52"}, "ids-in-source": {"g55": "07-52"}}, "raw": {"DAY": "31-5-1791", "HOUR": "5 h.", "NAME": "DUPONT (Mlle)", "PLACE": "Paris (Seine)."}, "date": "2023-08-20T14:49:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11763	duval-jacques-henri-1919-10-04	{"a5": "292", "g55": "07-211"}	{"g55": "07-211", "lerrcp": "A5-292"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques Henri", "family": "Duval", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-10-04 20:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.25666, "lat": 48.89672, "name": "Courbevoie", "geoid": 3023141}, "notime": null, "date-ut": "1919-10-04 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-292"}, "birth": {"tzo": "+01:00", "date": "1919-10-04 20:00", "place": {"c2": "92", "cy": "FR", "lg": 2.25666, "lat": 48.89672, "name": "Courbevoie", "geoid": 3023141}, "date-ut": "1919-10-04 19:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-292"}, "ids-in-sources": {"a5": "292"}}, "raw": {"H": "19", "MN": "0", "TZ": "0", "COD": "92", "COU": "F", "DAY": "4", "LAT": "48N50", "LON": "2E11", "MON": "10", "NUM": "292", "PRO": "A", "SEC": "0", "YEA": "1919", "CITY": "COURBEVOIE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"name": {"given": "Jacques Henri", "family": "Duval", "nobility": ""}, "slug": "duval-jacques-henri-1919-10-04", "partial-ids": {"g55": "07-211"}, "ids-in-source": {"g55": "07-211"}}, "raw": {"DAY": "4-10-1919", "HOUR": "20 h.", "NAME": "DUVAL Jacques Henri", "PLACE": "Courbevoie (Seine)."}, "date": "2023-08-20T14:49:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11767	escande-maurice-1892-11-14	{"a5": "296"}	{"lerrcp": "A5-296"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Escande", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1892-11-14 04:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "15", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1892-11-14 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Escande"}, "birth": {"tzo": "+00:09:21", "date": "1892-11-14 04:00", "place": {"c2": "75", "c3": "15", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1892-11-14 03:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-296"}, "ids-in-sources": {"a5": "296"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "14", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "296", "PRO": "A", "SEC": "40", "YEA": "1892", "CITY": "PARIS 15E"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11768	esparbes-louis-1863-02-20	{"a5": "297"}	{"lerrcp": "A5-297"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Esparbes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:03:34", "date": "1863-02-20 16:30", "note": null, "place": {"c1": null, "c2": "82", "c3": null, "cy": "FR", "lg": 0.89101, "lat": 44.10823, "name": "Valence", "geoid": 2971054}, "notime": null, "date-ut": "1863-02-20 16:24:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Esparbes"}, "birth": {"tzo": "+00:03:34", "date": "1863-02-20 16:30", "place": {"c2": "82", "cy": "FR", "lg": 0.89101, "lat": 44.10823, "name": "Valence", "geoid": 2971054}, "date-ut": "1863-02-20 16:24:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-297"}, "ids-in-sources": {"a5": "297"}}, "raw": {"H": "16", "MN": "24", "TZ": "0", "COD": "82", "COU": "F", "DAY": "20", "LAT": "44N 1", "LON": "1E20", "MON": "2", "NUM": "297", "PRO": "A", "SEC": "40", "YEA": "1863", "CITY": "VALENCE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11765	erard-catherine-1928-03-23	{"a5": "294", "g55": "07-213"}	{"g55": "07-213", "lerrcp": "A5-294"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Catherine", "family": "Erard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1928-03-23 10:05", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1928-03-23 10:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Catherine", "family": "Erard"}, "birth": {"tzo": "+00:00", "date": "1928-03-23 10:05", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1928-03-23 10:05"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-294"}, "ids-in-sources": {"a5": "294"}}, "raw": {"H": "10", "MN": "5", "TZ": "0", "COD": "67", "COU": "F", "DAY": "23", "LAT": "48N35", "LON": "7E45", "MON": "3", "NUM": "294", "PRO": "A", "SEC": "0", "YEA": "1928", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-213"}, "ids-in-source": {"g55": "07-213"}}, "raw": {"DAY": "23-3-1928", "HOUR": "10 h. 05", "NAME": "ERARD Catherine", "PLACE": "Strasbourg (Bas-Rhin)."}, "date": "2023-08-20T14:49:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11770	estebenet-marie-1843-10-01	{"a5": "299"}	{"lerrcp": "A5-299"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Estebenet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:00:08", "date": "1843-10-01 19:00", "note": null, "place": {"c1": null, "c2": "32", "c3": null, "cy": "FR", "lg": -0.03385, "lat": 43.75821, "name": "Nogaro", "geoid": 2990284}, "notime": null, "date-ut": "1843-10-01 19:02:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Estebenet"}, "birth": {"tzo": "-00:00:08", "date": "1843-10-01 19:00", "place": {"c2": "32", "cy": "FR", "lg": -0.03385, "lat": 43.75821, "name": "Nogaro", "geoid": 2990284}, "date-ut": "1843-10-01 19:02:16"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-299"}, "ids-in-sources": {"a5": "299"}}, "raw": {"H": "19", "MN": "2", "TZ": "0", "COD": "32", "COU": "F", "DAY": "1", "LAT": "43N40", "LON": "0E36", "MON": "10", "NUM": "299", "PRO": "A", "SEC": "16", "YEA": "1843", "CITY": "NOGARO"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11771	esterel-jacques-1917-06-05	{"a5": "300"}	{"lerrcp": "A5-300"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Esterel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-06-05 03:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.5683, "lat": 45.29899, "name": "Bourg-Argental", "geoid": 3031030}, "notime": null, "date-ut": "1917-06-05 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Esterel"}, "birth": {"tzo": "+01:00", "date": "1917-06-05 03:00", "place": {"c2": "42", "cy": "FR", "lg": 4.5683, "lat": 45.29899, "name": "Bourg-Argental", "geoid": 3031030}, "date-ut": "1917-06-05 02:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-300"}, "ids-in-sources": {"a5": "300"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "42", "COU": "F", "DAY": "5", "LAT": "45N26", "LON": "4E23", "MON": "6", "NUM": "300", "PRO": "A", "SEC": "0", "YEA": "1917", "CITY": "BOURG-ARGENTAL"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11774	fabre-saturnin-1884-04-04	{"a5": "303", "g55": "07-216"}	{"g55": "07-216", "lerrcp": "A5-303"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Saturnin", "family": "Fabre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:08", "date": "1884-04-04 10:30", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.28328, "lat": 48.19738, "name": "Sens", "geoid": 2975050}, "notime": null, "date-ut": "1884-04-04 10:15:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Saturnin", "family": "Fabre"}, "birth": {"tzo": "+00:13:08", "date": "1884-04-04 10:30", "place": {"c2": "89", "cy": "FR", "lg": 3.28328, "lat": 48.19738, "name": "Sens", "geoid": 2975050}, "date-ut": "1884-04-04 10:15:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-303"}, "ids-in-sources": {"a5": "303"}}, "raw": {"H": "10", "MN": "15", "TZ": "0", "COD": "89", "COU": "F", "DAY": "4", "LAT": "47N48", "LON": "3E35", "MON": "4", "NUM": "303", "PRO": "A", "SEC": "40", "YEA": "1884", "CITY": "SENS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-216"}, "ids-in-source": {"g55": "07-216"}}, "raw": {"DAY": "4-4-1884", "HOUR": "10 h. 30", "NAME": "FABRE Saturnin", "PLACE": "Sens (Yonne)."}, "date": "2023-08-20T14:49:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11776	falconnier-pierre-1857-12-17	{"a5": "305"}	{"lerrcp": "A5-305"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Falconnier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:52", "date": "1857-12-17 01:00", "note": null, "place": {"c1": null, "c2": "95", "c3": null, "cy": "FR", "lg": 2.21691, "lat": 49.02542, "name": "Taverny", "geoid": 2973258}, "notime": null, "date-ut": "1857-12-17 00:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Falconnier"}, "birth": {"tzo": "+00:08:52", "date": "1857-12-17 01:00", "place": {"c2": "95", "cy": "FR", "lg": 2.21691, "lat": 49.02542, "name": "Taverny", "geoid": 2973258}, "date-ut": "1857-12-17 00:52"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-305"}, "ids-in-sources": {"a5": "305"}}, "raw": {"H": "0", "MN": "52", "TZ": "0", "COD": "95", "COU": "F", "DAY": "17", "LAT": "49N 0", "LON": "2E 0", "MON": "12", "NUM": "305", "PRO": "A", "SEC": "0", "YEA": "1857", "CITY": "TAVERNY"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11777	fallot-charles-1874-08-14	{"a5": "306"}	{"lerrcp": "A5-306"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Fallot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1874-08-14 14:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "6", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1874-08-14 13:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Fallot"}, "birth": {"tzo": "+00:09:24", "date": "1874-08-14 14:00", "place": {"c2": "75", "c3": "6", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1874-08-14 13:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-306"}, "ids-in-sources": {"a5": "306"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "14", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "306", "PRO": "A", "SEC": "40", "YEA": "1874", "CITY": "PARIS 6E"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11779	fanon-maurice-1929-12-31	{"a5": "308"}	{"lerrcp": "A5-308"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Fanon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1929-12-31 00:30", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 1.77263, "lat": 48.46361, "name": "Auneau", "geoid": 3036079}, "notime": null, "date-ut": "1929-12-31 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Fanon"}, "birth": {"tzo": "+00:00", "date": "1929-12-31 00:30", "place": {"c2": "28", "cy": "FR", "lg": 1.77263, "lat": 48.46361, "name": "Auneau", "geoid": 3036079}, "date-ut": "1929-12-31 00:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-308"}, "ids-in-sources": {"a5": "308"}}, "raw": {"H": "0", "MN": "30", "TZ": "0", "COD": "28", "COU": "F", "DAY": "31", "LAT": "48N27", "LON": "1E30", "MON": "12", "NUM": "308", "PRO": "A", "SEC": "0", "YEA": "1929", "CITY": "AUNEAU"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11778	famery-jacques-1923-07-30	{"a5": "307", "g55": "07-398"}	{"g55": "07-398", "lerrcp": "A5-307"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Famery", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1923-07-30 05:00", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.46332, "lat": 49.09292, "name": "Vernon", "geoid": 2969766}, "notime": null, "date-ut": "1923-07-30 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Famery"}, "birth": {"tzo": "+01:00", "date": "1923-07-30 05:00", "place": {"c2": "27", "cy": "FR", "lg": 1.46332, "lat": 49.09292, "name": "Vernon", "geoid": 2969766}, "date-ut": "1923-07-30 04:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-307"}, "ids-in-sources": {"a5": "307"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "27", "COU": "F", "DAY": "30", "LAT": "49N 1", "LON": "1E11", "MON": "7", "NUM": "307", "PRO": "A", "SEC": "0", "YEA": "1923", "CITY": "VERNON"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-398"}, "ids-in-source": {"g55": "07-398"}}, "raw": {"DAY": "30-7-1923", "HOUR": "5 h.", "NAME": "FAMERY Jacques", "PLACE": "Vernon (Eure)."}, "date": "2023-08-20T14:49:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11781	fassier-alfred-1835-09-25	{"a5": "310"}	{"lerrcp": "A5-310"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Fassier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1835-09-25 19:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1835-09-25 18:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Fassier"}, "birth": {"tzo": "+00:09:24", "date": "1835-09-25 19:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1835-09-25 18:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-310"}, "ids-in-sources": {"a5": "310"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "25", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "310", "PRO": "A", "SEC": "40", "YEA": "1835", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11784	fazy-amelia-1850-03-10	{"a5": "313"}	{"lerrcp": "A5-313"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amelia", "family": "Fazy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1850-03-10 15:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1850-03-10 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Amelia", "family": "Fazy"}, "birth": {"tzo": "+00:09:24", "date": "1850-03-10 15:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1850-03-10 14:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-313"}, "ids-in-sources": {"a5": "313"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "10", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "313", "PRO": "A", "SEC": "40", "YEA": "1850", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11782	favart-pingaud-1833-02-16	{"a5": "311", "g55": "07-55"}	{"g55": "07-55", "lerrcp": "A5-311"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Pingaud)", "family": "Favart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:21", "date": "1833-02-16 04:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 4.83887, "lat": 47.02413, "name": "Beaune", "geoid": 3034126}, "notime": null, "date-ut": "1833-02-16 03:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Pingaud)", "family": "Favart"}, "birth": {"tzo": "+00:19:21", "date": "1833-02-16 04:00", "place": {"c2": "21", "cy": "FR", "lg": 4.83887, "lat": 47.02413, "name": "Beaune", "geoid": 3034126}, "date-ut": "1833-02-16 03:39:52"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-311"}, "ids-in-sources": {"a5": "311"}}, "raw": {"H": "3", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "16", "LAT": "47N19", "LON": "5E 2", "MON": "2", "NUM": "311", "PRO": "A", "SEC": "52", "YEA": "1833", "CITY": "BEAUNE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-55"}, "ids-in-source": {"g55": "07-55"}}, "raw": {"DAY": "16-2-1833", "HOUR": "4 h.", "NAME": "FAVART Pierretie", "PLACE": "Beaune (Côte-d’Or)."}, "date": "2023-08-20T14:49:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11788	fenoux-jacques-1870-04-24	{"a5": "317"}	{"lerrcp": "A5-317"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Fenoux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:26", "date": "1870-04-24 00:56:06", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1870-04-24 00:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Fenoux"}, "birth": {"tzo": "+00:00:26", "date": "1870-04-24 00:56:06", "place": {"c2": "76", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1870-04-24 00:55:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-317"}, "ids-in-sources": {"a5": "317"}}, "raw": {"H": "0", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "24", "LAT": "49N26", "LON": "1E 5", "MON": "4", "NUM": "317", "PRO": "A", "SEC": "40", "YEA": "1870", "CITY": "LE HAVRE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11789	feraudy-francoise-1831-03-30	{"a5": "318"}	{"lerrcp": "A5-318"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francoise", "family": "Feraudy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:04", "date": "1831-03-30 02:00", "note": null, "place": {"c1": null, "c2": "70", "c3": null, "cy": "FR", "lg": 5.51539, "lat": 47.61525, "name": "Champlitte", "geoid": 3027082}, "notime": null, "date-ut": "1831-03-30 01:35:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Francoise", "family": "Feraudy"}, "birth": {"tzo": "+00:22:04", "date": "1831-03-30 02:00", "place": {"c2": "70", "cy": "FR", "lg": 5.51539, "lat": 47.61525, "name": "Champlitte", "geoid": 3027082}, "date-ut": "1831-03-30 01:35:24"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-318"}, "ids-in-sources": {"a5": "318"}}, "raw": {"H": "1", "MN": "35", "TZ": "0", "COD": "70", "COU": "F", "DAY": "30", "LAT": "47N37", "LON": "6E 9", "MON": "3", "NUM": "318", "PRO": "A", "SEC": "24", "YEA": "1831", "CITY": "CHAMPLITTE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11786	felix-adelaide-1830-07-06	{"a5": "315", "g55": "07-57"}	{"g55": "07-57", "lerrcp": "A5-315"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adelaide", "family": "Felix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:00:19", "date": "1830-07-06 16:30", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.07808, "lat": 47.25931, "name": "Saumur", "geoid": 2975758}, "notime": null, "date-ut": "1830-07-06 16:32:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Adelaide", "family": "Felix"}, "birth": {"tzo": "-00:00:19", "date": "1830-07-06 16:30", "place": {"c2": "49", "cy": "FR", "lg": -0.07808, "lat": 47.25931, "name": "Saumur", "geoid": 2975758}, "date-ut": "1830-07-06 16:32:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-315"}, "ids-in-sources": {"a5": "315"}}, "raw": {"H": "16", "MN": "32", "TZ": "0", "COD": "49", "COU": "F", "DAY": "6", "LAT": "47N28", "LON": "0W32", "MON": "7", "NUM": "315", "PRO": "A", "SEC": "8", "YEA": "1830", "CITY": "SAUMUR"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-57"}, "ids-in-source": {"g55": "07-57"}}, "raw": {"DAY": "6-7-1830", "HOUR": "16 h. 30", "NAME": "FELIX Adélaide", "PLACE": "Saumur (Maine-et-Loire)."}, "date": "2023-08-20T14:49:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11792	ferny-jacques-1863-02-13	{"a5": "321"}	{"lerrcp": "A5-321"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Ferny", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:03:35", "date": "1863-02-13 05:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.89594, "lat": 49.6672, "name": "Yerville", "geoid": 2967242}, "notime": null, "date-ut": "1863-02-13 04:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Ferny"}, "birth": {"tzo": "+00:03:35", "date": "1863-02-13 05:00", "place": {"c2": "76", "cy": "FR", "lg": 0.89594, "lat": 49.6672, "name": "Yerville", "geoid": 2967242}, "date-ut": "1863-02-13 04:55:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-321"}, "ids-in-sources": {"a5": "321"}}, "raw": {"H": "4", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "13", "LAT": "49N26", "LON": "1E 5", "MON": "2", "NUM": "321", "PRO": "A", "SEC": "40", "YEA": "1863", "CITY": "YERVILLE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11793	ferrat-jean-1930-12-26	{"a5": "322"}	{"lerrcp": "A5-322"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Ferrat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1930-12-26 11:30", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.15652, "lat": 48.84078, "name": "Vaucresson", "geoid": 2970540}, "notime": null, "date-ut": "1930-12-26 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Ferrat"}, "birth": {"tzo": "+00:00", "date": "1930-12-26 11:30", "place": {"c2": "92", "cy": "FR", "lg": 2.15652, "lat": 48.84078, "name": "Vaucresson", "geoid": 2970540}, "date-ut": "1930-12-26 11:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-322"}, "ids-in-sources": {"a5": "322"}}, "raw": {"H": "11", "MN": "30", "TZ": "0", "COD": "92", "COU": "F", "DAY": "26", "LAT": "48N50", "LON": "2E11", "MON": "12", "NUM": "322", "PRO": "A", "SEC": "0", "YEA": "1930", "CITY": "VAUCRESSON"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11794	ferre-leo-1916-08-24	{"a5": "323"}	{"lerrcp": "A5-323"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leo", "family": "Ferre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "MC", "lg": 7.41667, "lat": 43.73333, "name": "Monaco", "geoid": 2993458}, "notime": null, "date-ut": "1916-08-24 15:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Leo", "family": "Ferre"}, "birth": {"place": {"c2": "", "cy": "MC", "lg": 7.41667, "lat": 43.73333, "name": "Monaco", "geoid": 2993458}, "date-ut": "1916-08-24 15:00:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-323"}, "ids-in-sources": {"a5": "323"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "MON", "COU": "F", "DAY": "24", "LAT": "43N45", "LON": "7E25", "MON": "8", "NUM": "323", "PRO": "A", "SEC": "0", "YEA": "1916", "CITY": "MONACO"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11790	feraudy-maurice-1859-12-03	{"a5": "319", "g55": "07-219"}	{"g55": "07-219", "lerrcp": "A5-319"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Feraudy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:56", "date": "1859-12-03 12:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Joinville-le-Pont", "geoid": 0}, "notime": null, "date-ut": "1859-12-03 11:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Feraudy"}, "birth": {"tzo": "+00:09:56", "date": "1859-12-03 12:00", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Joinville-le-Po", "geoid": 0}, "date-ut": "1859-12-03 11:50:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-319"}, "ids-in-sources": {"a5": "319"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "3", "LAT": "48N47", "LON": "2E29", "MON": "12", "NUM": "319", "PRO": "A", "SEC": "4", "YEA": "1859", "CITY": "JOINVILLE-LE-PO"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Joinville-le-Pont"}}, "partial-ids": {"g55": "07-219"}, "ids-in-source": {"g55": "07-219"}}, "raw": {"DAY": "3-12-1859", "HOUR": "12 h.", "NAME": "FERAUDY (de) Maurice", "PLACE": "Joinville-le-Pont (Seine)."}, "date": "2023-08-20T14:49:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11795	ferreol-roger-1880-11-09	{"a5": "324"}	{"lerrcp": "A5-324"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Ferreol", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1880-11-09 22:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1880-11-09 21:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Ferreol"}, "birth": {"tzo": "+00:21:31", "date": "1880-11-09 22:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1880-11-09 21:38:32"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-324"}, "ids-in-sources": {"a5": "324"}}, "raw": {"H": "21", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "9", "LAT": "43N18", "LON": "5E22", "MON": "11", "NUM": "324", "PRO": "A", "SEC": "32", "YEA": "1880", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11796	ferrier-ida-1811-05-13	{"a5": "325", "g55": "07-59"}	{"g55": "07-59", "lerrcp": "A5-325"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ida", "family": "Ferrier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1811-05-13 06:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1811-05-13 05:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Ida", "family": "Ferrier"}, "birth": {"tzo": "+00:24:44", "date": "1811-05-13 06:00", "place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1811-05-13 05:35:12"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-325"}, "ids-in-sources": {"a5": "325"}}, "raw": {"H": "5", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "13", "LAT": "48N42", "LON": "6E12", "MON": "5", "NUM": "325", "PRO": "A", "SEC": "12", "YEA": "1811", "CITY": "NANCY"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-59"}, "ids-in-source": {"g55": "07-59"}}, "raw": {"DAY": "13-5-1811", "HOUR": "6 h.", "NAME": "FERRIER Ida", "PLACE": "Nancy (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:49:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11797	ferval-pierre-1899-05-18	{"a5": "326", "g55": "07-400"}	{"g55": "07-400", "lerrcp": "A5-326"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Ferval", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-05-18 00:15", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Asnières", "geoid": 0}, "notime": null, "date-ut": "1899-05-18 00:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Ferval"}, "birth": {"tzo": "+00:09:21", "date": "1899-05-18 00:15", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Asnieres", "geoid": 0}, "date-ut": "1899-05-18 00:05:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-326"}, "ids-in-sources": {"a5": "326"}}, "raw": {"H": "0", "MN": "5", "TZ": "0", "COD": "92", "COU": "F", "DAY": "18", "LAT": "48N50", "LON": "2E11", "MON": "5", "NUM": "326", "PRO": "A", "SEC": "40", "YEA": "1899", "CITY": "ASNIERES"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Asnières"}}, "partial-ids": {"g55": "07-400"}, "ids-in-source": {"g55": "07-400"}}, "raw": {"DAY": "18-5-1899", "HOUR": "0 h. 15", "NAME": "FERVAL Pierre", "PLACE": "Asnières (Seine)."}, "date": "2023-08-20T14:49:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11800	finsterwald-charles-1837-06-13	{"a5": "329"}	{"lerrcp": "A5-329"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Finsterwald", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:13", "date": "1837-06-13 02:57", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 1.55624, "lat": 49.98615, "name": "Gamaches", "geoid": 3016737}, "notime": null, "date-ut": "1837-06-13 02:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Finsterwald"}, "birth": {"tzo": "+00:06:13", "date": "1837-06-13 02:57", "place": {"c2": "80", "cy": "FR", "lg": 1.55624, "lat": 49.98615, "name": "Gamaches", "geoid": 3016737}, "date-ut": "1837-06-13 02:50:48"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-329"}, "ids-in-sources": {"a5": "329"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "13", "LAT": "49N54", "LON": "2E18", "MON": "6", "NUM": "329", "PRO": "A", "SEC": "48", "YEA": "1837", "CITY": "GAMACHES"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11804	flon-suzanne-1918-01-28	{"a5": "333", "g55": "07-221"}	{"g55": "07-221", "lerrcp": "A5-333"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Suzanne", "family": "Flon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1918-01-28 00:15", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Kremlin-Bicêtre", "geoid": 0}, "notime": null, "date-ut": "1918-01-28 00:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Suzanne", "family": "Flon"}, "birth": {"tzo": "+00:00", "date": "1918-01-28 00:15", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Kremlin-Bicetre", "geoid": 0}, "date-ut": "1918-01-28 00:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-333"}, "ids-in-sources": {"a5": "333"}}, "raw": {"H": "0", "MN": "15", "TZ": "0", "COD": "94", "COU": "F", "DAY": "28", "LAT": "48N47", "LON": "2E29", "MON": "1", "NUM": "333", "PRO": "A", "SEC": "0", "YEA": "1918", "CITY": "KREMLIN-BICETRE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Kremlin-Bicêtre"}}, "partial-ids": {"g55": "07-221"}, "ids-in-source": {"g55": "07-221"}}, "raw": {"DAY": "28-1-1918", "HOUR": "0 h. 15", "NAME": "FLON Suzanne", "PLACE": "Kremlin-Bicêtre (Seine)."}, "date": "2023-08-20T14:49:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11802	fleurant-suzanne-1907-07-31	{"a5": "331", "g55": "07-402"}	{"g55": "07-402", "lerrcp": "A5-331"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Suzanne", "family": "Fleurant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.2, "lat": 48.7, "name": "Cirey-sur-Vezouse", "geoid": 0}, "notime": null, "date-ut": "1907-07-31 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Suzanne", "family": "Fleurant"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.2, "lat": 48.7, "name": "Cirey-sur-Vezouse", "geoid": 0}, "date-ut": "1907-07-31 08:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-331"}, "ids-in-sources": {"a5": "331"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "54", "COU": "F", "DAY": "31", "LAT": "48N42", "LON": "6E12", "MON": "7", "NUM": "331", "PRO": "A", "SEC": "40", "YEA": "1907", "CITY": "CIREY-S/VEZOUSE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Cirey-sur-Vezouse"}}, "partial-ids": {"g55": "07-402"}, "ids-in-source": {"g55": "07-402"}}, "raw": {"DAY": "31-7-1907", "HOUR": "9 h.", "NAME": "FLEURANT Suzanne", "PLACE": "Cirey-sur-Vezouse (Meurthe-et-M.)."}, "date": "2023-08-20T14:49:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11807	forgue-albertine-1867-12-12	{"a5": "336"}	{"lerrcp": "A5-336"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albertine", "family": "Forgue", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:28", "date": "1867-12-12 04:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Villers-Cotteret", "geoid": 0}, "notime": null, "date-ut": "1867-12-12 03:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Albertine", "family": "Forgue"}, "birth": {"tzo": "+00:14:28", "date": "1867-12-12 04:00", "place": {"c2": "02", "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Villers-Cotteret", "geoid": 0}, "date-ut": "1867-12-12 03:45:32"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-336"}, "ids-in-sources": {"a5": "336"}}, "raw": {"H": "3", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "12", "LAT": "49N34", "LON": "3E37", "MON": "12", "NUM": "336", "PRO": "A", "SEC": "32", "YEA": "1867", "CITY": "VILLERS-COTTERET"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11808	fournier-paul-1833-12-19	{"a5": "337"}	{"lerrcp": "A5-337"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Fournier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:28", "date": "1833-12-19 20:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.61667, "lat": 48.98333, "name": "Mitry-Mory", "geoid": 2993679}, "notime": null, "date-ut": "1833-12-19 19:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Fournier"}, "birth": {"tzo": "+00:10:28", "date": "1833-12-19 20:00", "place": {"c2": "77", "cy": "FR", "lg": 2.61667, "lat": 48.98333, "name": "Mitry-Mory", "geoid": 2993679}, "date-ut": "1833-12-19 19:49:20"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-337"}, "ids-in-sources": {"a5": "337"}}, "raw": {"H": "19", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "19", "LAT": "48N33", "LON": "2E40", "MON": "12", "NUM": "337", "PRO": "A", "SEC": "20", "YEA": "1833", "CITY": "MITRY-MORY"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11809	frachet-pierre-1933-07-02	{"a5": "338"}	{"lerrcp": "A5-338"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Frachet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1933-07-02 23:45", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "Plombieres", "geoid": 0}, "notime": null, "date-ut": "1933-07-02 22:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Frachet"}, "birth": {"tzo": "+01:00", "date": "1933-07-02 23:45", "place": {"c2": "88", "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "Plombieres", "geoid": 0}, "date-ut": "1933-07-02 22:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-338"}, "ids-in-sources": {"a5": "338"}}, "raw": {"H": "22", "MN": "45", "TZ": "0", "COD": "88", "COU": "F", "DAY": "2", "LAT": "48N10", "LON": "6E28", "MON": "7", "NUM": "338", "PRO": "A", "SEC": "0", "YEA": "1933", "CITY": "PLOMBIERES"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11805	flynt-jackie-1923-04-26	{"a5": "334", "g55": "07-403"}	{"g55": "07-403", "lerrcp": "A5-334"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jackie", "family": "Flynt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-04-26 03:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "notime": null, "date-ut": "1923-04-26 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jackie", "family": "Flynt"}, "birth": {"tzo": "+00:00", "date": "1923-04-26 03:00", "place": {"c2": "51", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "date-ut": "1923-04-26 03:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-334"}, "ids-in-sources": {"a5": "334"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "51", "COU": "F", "DAY": "26", "LAT": "48N57", "LON": "4E22", "MON": "4", "NUM": "334", "PRO": "A", "SEC": "0", "YEA": "1923", "CITY": "REIMS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-403"}, "ids-in-source": {"g55": "07-403"}}, "raw": {"DAY": "26-4-1923", "HOUR": "3 h.", "NAME": "FLYNT Jackie", "PLACE": "Reims (Marne)."}, "date": "2023-08-20T14:49:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11810	fraizier-philippe-1848-03-03	{"a5": "339"}	{"lerrcp": "A5-339"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Fraizier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1848-03-03 04:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1848-03-03 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Fraizier"}, "birth": {"tzo": "+00:09:24", "date": "1848-03-03 04:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1848-03-03 03:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-339"}, "ids-in-sources": {"a5": "339"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "3", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "339", "PRO": "A", "SEC": "40", "YEA": "1848", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11813	francisque-aine-1796-11-25	{"a5": "342", "g55": "07-62"}	{"g55": "07-62", "lerrcp": "A5-342"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aine", "family": "Francisque", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1796-11-25 19:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1796-11-25 18:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Aine", "family": "Francisque"}, "birth": {"tzo": "+00:09:24", "date": "1796-11-25 19:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1796-11-25 18:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-342"}, "ids-in-sources": {"a5": "342"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "25", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "342", "PRO": "A", "SEC": "40", "YEA": "1796", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-62"}, "ids-in-source": {"g55": "07-62"}}, "raw": {"DAY": "25-11-1796", "HOUR": "19 h.", "NAME": "FRANCISQUE Ainé", "PLACE": "Paris (Seine)."}, "date": "2023-08-20T14:49:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11812	francis-nicole-1929-09-06	{"a5": "341", "g55": "07-404"}	{"g55": "07-404", "lerrcp": "A5-341"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicole", "family": "Francis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1929-09-06 05:00", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.18333, "lat": 49.01667, "name": "Maineville", "geoid": 0}, "notime": null, "date-ut": "1929-09-06 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Nicole", "family": "Francis"}, "birth": {"tzo": "+01:00", "date": "1929-09-06 05:00", "place": {"c2": "27", "cy": "FR", "lg": 1.18333, "lat": 49.01667, "name": "Maineville", "geoid": 0}, "date-ut": "1929-09-06 04:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-341"}, "ids-in-sources": {"a5": "341"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "27", "COU": "F", "DAY": "6", "LAT": "49N 1", "LON": "1E11", "MON": "9", "NUM": "341", "PRO": "A", "SEC": "0", "YEA": "1929", "CITY": "MAINEVILLE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Maineville"}}, "partial-ids": {"g55": "07-404"}, "ids-in-source": {"g55": "07-404"}}, "raw": {"DAY": "6-9-1929", "HOUR": "5 h.", "NAME": "FRANCIS Nicole", "PLACE": "Maineville (Eure)."}, "date": "2023-08-20T14:49:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11817	fresnay-pierre-1897-04-04	{"a5": "346", "g55": "07-224"}	{"g55": "07-224", "lerrcp": "A5-346"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Fresnay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1897-04-04 01:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "5", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1897-04-04 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Fresnay"}, "birth": {"tzo": "+00:09:21", "date": "1897-04-04 01:00", "place": {"c2": "75", "c3": "5", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1897-04-04 00:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-346"}, "ids-in-sources": {"a5": "346"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "4", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "346", "PRO": "A", "SEC": "40", "YEA": "1897", "CITY": "PARIS 5E"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-224"}, "ids-in-source": {"g55": "07-224"}}, "raw": {"DAY": "4-4-1897", "HOUR": "1 h.", "NAME": "FRESNAY Pierre", "PLACE": "Paris (5°) (Seine)."}, "date": "2023-08-20T14:49:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11818	fretel-robert-1925-02-21	{"a5": "347", "g55": "07-406"}	{"g55": "07-406", "lerrcp": "A5-347"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Fretel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1925-02-21 02:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.23894, "lat": 48.88341, "name": "Puteaux", "geoid": 2985034}, "notime": null, "date-ut": "1925-02-21 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Fretel"}, "birth": {"tzo": "+00:00", "date": "1925-02-21 02:00", "place": {"c2": "92", "cy": "FR", "lg": 2.23894, "lat": 48.88341, "name": "Puteaux", "geoid": 2985034}, "date-ut": "1925-02-21 02:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-347"}, "ids-in-sources": {"a5": "347"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "92", "COU": "F", "DAY": "21", "LAT": "48N50", "LON": "2E11", "MON": "2", "NUM": "347", "PRO": "A", "SEC": "0", "YEA": "1925", "CITY": "PUTEAUX"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-406"}, "ids-in-source": {"g55": "07-406"}}, "raw": {"DAY": "21-2-1925", "HOUR": "2 h.", "NAME": "FRETEL Robert", "PLACE": "Puteaux (Seine)."}, "date": "2023-08-20T14:49:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11821	fursy-dreyfus-1866-02-26	{"a5": "350"}	{"lerrcp": "A5-350"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Dreyfus)", "family": "Fursy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1866-02-26 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "3", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1866-02-26 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Dreyfus)", "family": "Fursy"}, "birth": {"tzo": "+00:09:24", "date": "1866-02-26 05:00", "place": {"c2": "75", "c3": "3", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1866-02-26 04:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-350"}, "ids-in-sources": {"a5": "350"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "26", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "350", "PRO": "A", "SEC": "40", "YEA": "1866", "CITY": "PARIS 3E"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11822	gabaroche-gaston-1884-09-29	{"a5": "351"}	{"lerrcp": "A5-351"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Gabaroche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1884-09-29 16:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1884-09-29 16:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Gabaroche"}, "birth": {"tzo": "-00:02:19", "date": "1884-09-29 16:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1884-09-29 16:57:36"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-351"}, "ids-in-sources": {"a5": "351"}}, "raw": {"H": "16", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "29", "LAT": "44N50", "LON": "0W34", "MON": "9", "NUM": "351", "PRO": "A", "SEC": "36", "YEA": "1884", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11823	gabriello-galopet-1896-10-15	{"a5": "352"}	{"lerrcp": "A5-352"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Galopet)", "family": "Gabriello", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1896-10-15 09:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "9", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1896-10-15 09:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Galopet)", "family": "Gabriello"}, "birth": {"tzo": "+00:09:21", "date": "1896-10-15 09:30", "place": {"c2": "75", "c3": "9", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1896-10-15 09:20:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-352"}, "ids-in-sources": {"a5": "352"}}, "raw": {"H": "9", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "15", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "352", "PRO": "A", "SEC": "40", "YEA": "1896", "CITY": "PARIS 9E"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11825	galipaux-felix-1860-12-12	{"a5": "354"}	{"lerrcp": "A5-354"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Galipaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1860-12-12 07:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1860-12-12 07:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Galipaux"}, "birth": {"tzo": "-00:02:19", "date": "1860-12-12 07:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1860-12-12 07:57:36"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-354"}, "ids-in-sources": {"a5": "354"}}, "raw": {"H": "7", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "12", "LAT": "44N50", "LON": "0W34", "MON": "12", "NUM": "354", "PRO": "A", "SEC": "36", "YEA": "1860", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11827	garrick-marie-1878-08-01	{"a5": "356"}	{"lerrcp": "A5-356"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Garrick", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:54", "date": "1878-08-01 18:46:34", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 5.22468, "lat": 46.62637, "name": "Louhans", "geoid": 2997439}, "notime": null, "date-ut": "1878-08-01 18:25:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Garrick"}, "birth": {"tzo": "+00:20:54", "date": "1878-08-01 18:46:34", "place": {"c2": "71", "cy": "FR", "lg": 5.22468, "lat": 46.62637, "name": "Louhans", "geoid": 2997439}, "date-ut": "1878-08-01 18:25:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-356"}, "ids-in-sources": {"a5": "356"}}, "raw": {"H": "18", "MN": "25", "TZ": "0", "COD": "71", "COU": "F", "DAY": "1", "LAT": "46N18", "LON": "4E50", "MON": "8", "NUM": "356", "PRO": "A", "SEC": "40", "YEA": "1878", "CITY": "LOUHANS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11828	garry-jules-1877-08-04	{"a5": "357"}	{"lerrcp": "A5-357"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Garry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:44", "date": "1877-08-04 06:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Asnieres", "geoid": 0}, "notime": null, "date-ut": "1877-08-04 05:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Garry"}, "birth": {"tzo": "+00:08:44", "date": "1877-08-04 06:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Asnieres", "geoid": 0}, "date-ut": "1877-08-04 05:51:16"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-357"}, "ids-in-sources": {"a5": "357"}}, "raw": {"H": "5", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "4", "LAT": "48N50", "LON": "2E11", "MON": "8", "NUM": "357", "PRO": "A", "SEC": "16", "YEA": "1877", "CITY": "ASNIERES"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11829	gaven-jean-1918-01-16	{"a5": "358", "g55": "07-408"}	{"g55": "07-408", "lerrcp": "A5-358"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Gaven", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1918-01-16 10:00", "note": null, "place": {"c1": null, "c2": "12", "c3": null, "cy": "FR", "lg": 2.56667, "lat": 44.35, "name": "Saint-Rome de Cernon", "geoid": 0}, "notime": null, "date-ut": "1918-01-16 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Gaven"}, "birth": {"tzo": "+00:00", "date": "1918-01-16 10:00", "place": {"c2": "12", "cy": "FR", "lg": 2.56667, "lat": 44.35, "name": "Saint-Rome-de-Cern", "geoid": 0}, "date-ut": "1918-01-16 10:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-358"}, "ids-in-sources": {"a5": "358"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "12", "COU": "F", "DAY": "16", "LAT": "44N21", "LON": "2E34", "MON": "1", "NUM": "358", "PRO": "A", "SEC": "0", "YEA": "1918", "CITY": "ST-ROME-DE-CERN"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Rome de Cernon"}}, "partial-ids": {"g55": "07-408"}, "ids-in-source": {"g55": "07-408"}}, "raw": {"DAY": "16-1-1918", "HOUR": "10 h.", "NAME": "GAVEN Jean", "PLACE": "Saint-Rome de Cernon (Aveyron)."}, "date": "2023-08-20T14:49:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
17978	catinat-jacques-1910-01-02	{"e1": "346"}	{"lerrcp": "E1-346"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Catinat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-01-02 08:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1910-01-02 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Catinat"}, "birth": {"tzo": "+00:09", "date": "1910-01-02 08:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1910-01-02 07:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "346"}}, "raw": {"H": "08:00", "COD": "59", "DAY": "02", "MON": "01", "NUM": "0346", "PRO": "EX", "YEA": "1910", "CITY": "Lille", "NAME": "CATINAT Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
11831	gelnard-legrand-1888-09-01	{"a5": "361"}	{"lerrcp": "A5-361"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Legrand)", "family": "Gelnard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:04", "date": "1888-09-01 21:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 2.51787, "lat": 50.69365, "name": "Morbecque", "geoid": 2991881}, "notime": null, "date-ut": "1888-09-01 20:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Legrand)", "family": "Gelnard"}, "birth": {"tzo": "+00:10:04", "date": "1888-09-01 21:00", "place": {"c2": "59", "cy": "FR", "lg": 2.51787, "lat": 50.69365, "name": "Morbecque", "geoid": 2991881}, "date-ut": "1888-09-01 20:47:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-361"}, "ids-in-sources": {"a5": "361"}}, "raw": {"H": "20", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "1", "LAT": "50N39", "LON": "3E 5", "MON": "9", "NUM": "361", "PRO": "A", "SEC": "40", "YEA": "1888", "CITY": "MORBECQUE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11832	gemier-firmin-1869-02-01	{"a5": "362"}	{"lerrcp": "A5-362"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Firmin", "family": "Gemier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:32", "date": "1869-02-01 02:00", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.38333, "lat": 48.91667, "name": "Aubervilliers", "geoid": 3036386}, "notime": null, "date-ut": "1869-02-01 01:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Firmin", "family": "Gemier"}, "birth": {"tzo": "+00:09:32", "date": "1869-02-01 02:00", "place": {"c2": "93", "cy": "FR", "lg": 2.38333, "lat": 48.91667, "name": "Aubervilliers", "geoid": 3036386}, "date-ut": "1869-02-01 01:50"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-362"}, "ids-in-sources": {"a5": "362"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "93", "COU": "F", "DAY": "1", "LAT": "48N55", "LON": "2E30", "MON": "2", "NUM": "362", "PRO": "A", "SEC": "0", "YEA": "1869", "CITY": "AUBERVILLIERS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11833	genat-fanny-1831-03-28	{"a5": "363", "g55": "07-66"}	{"g55": "07-66", "lerrcp": "A5-363"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fanny", "family": "Genat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1831-03-28 10:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1831-03-28 09:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Fanny", "family": "Genat"}, "birth": {"tzo": "+00:19:23", "date": "1831-03-28 10:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1831-03-28 09:40:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-363"}, "ids-in-sources": {"a5": "363"}}, "raw": {"H": "9", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "28", "LAT": "45N46", "LON": "4E50", "MON": "3", "NUM": "363", "PRO": "A", "SEC": "40", "YEA": "1831", "CITY": "LYON"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-66"}, "ids-in-source": {"g55": "07-66"}}, "raw": {"DAY": "28-3-1831", "HOUR": "10 h.", "NAME": "GENAT Fanny", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:49:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11838	gensac-claude-1927-03-01	{"a5": "368"}	{"lerrcp": "A5-368"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Gensac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1927-03-01 16:00", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.95537, "lat": 49.10419, "name": "Acy-en-Multien", "geoid": 3038674}, "notime": null, "date-ut": "1927-03-01 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Gensac"}, "birth": {"tzo": "+00:00", "date": "1927-03-01 16:00", "place": {"c2": "60", "cy": "FR", "lg": 2.95537, "lat": 49.10419, "name": "Acy-en-Multien", "geoid": 3038674}, "date-ut": "1927-03-01 16:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-368"}, "ids-in-sources": {"a5": "368"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "60", "COU": "F", "DAY": "1", "LAT": "49N26", "LON": "2E 5", "MON": "3", "NUM": "368", "PRO": "A", "SEC": "0", "YEA": "1927", "CITY": "ACY-EN-MULTIEN"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11837	genin-rene-1890-01-25	{"a5": "367", "g55": "07-228"}	{"g55": "07-228", "lerrcp": "A5-367"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "GENIN: René", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:48", "date": "1890-01-25 12:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "notime": null, "date-ut": "1890-01-25 11:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-367"}, "birth": {"tzo": "+00:21:48", "date": "1890-01-25 12:00", "place": {"c2": "13", "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "date-ut": "1890-01-25 11:38:32"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-367"}, "ids-in-sources": {"a5": "367"}}, "raw": {"H": "11", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "25", "LAT": "43N18", "LON": "5E22", "MON": "1", "NUM": "367", "PRO": "A", "SEC": "32", "YEA": "1890", "CITY": "AIX-EN-PROVENCE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"name": {"given": "", "family": "GENIN: René", "nobility": ""}, "slug": "genin-rene-1890-01-25", "partial-ids": {"g55": "07-228"}, "ids-in-source": {"g55": "07-228"}}, "raw": {"DAY": "25-1-1890", "HOUR": "12 h.", "NAME": "GENIN: René", "PLACE": "Aix-en-Provence (Bouches-du-Rhône)."}, "date": "2023-08-20T14:49:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11835	genevois-emile-1918-01-01	{"a5": "365", "g55": "07-410"}	{"g55": "07-410", "lerrcp": "A5-365"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Genevois", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1918-01-01 13:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.61955, "lat": 50.45238, "name": "Barlin", "geoid": 3034903}, "notime": null, "date-ut": "1918-01-01 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-365"}, "birth": {"tzo": "+00:00", "date": "1918-01-01 13:00", "place": {"c2": "62", "cy": "FR", "lg": 2.61955, "lat": 50.45238, "name": "Barlin", "geoid": 3034903}, "date-ut": "1918-01-01 13:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-365"}, "ids-in-sources": {"a5": "365"}}, "raw": {"H": "13", "MN": "0", "TZ": "0", "COD": "62", "COU": "F", "DAY": "1", "LAT": "50N18", "LON": "2E46", "MON": "1", "NUM": "365", "PRO": "A", "SEC": "0", "YEA": "1918", "CITY": "BARLIN"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"name": {"given": "Emile", "family": "Genevois", "nobility": ""}, "slug": "genevois-emile-1918-01-01", "partial-ids": {"g55": "07-410"}, "ids-in-source": {"g55": "07-410"}}, "raw": {"DAY": "1-1-1918", "HOUR": "13 h.", "NAME": "GENEVOIS Emile", "PLACE": "Barlin (Pas-de-Calais)."}, "date": "2023-08-20T14:49:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11839	georges-jacques-1819-12-08	{"a5": "369"}	{"lerrcp": "A5-369"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Georges", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:48", "date": "1819-12-08 21:00", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 5.1992, "lat": 45.90823, "name": "Meximieux", "geoid": 2994094}, "notime": null, "date-ut": "1819-12-08 20:39:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Georges"}, "birth": {"tzo": "+00:20:48", "date": "1819-12-08 21:00", "place": {"c2": "01", "cy": "FR", "lg": 5.1992, "lat": 45.90823, "name": "Meximieux", "geoid": 2994094}, "date-ut": "1819-12-08 20:39:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-369"}, "ids-in-sources": {"a5": "369"}}, "raw": {"H": "20", "MN": "39", "TZ": "0", "COD": "01", "COU": "F", "DAY": "8", "LAT": "46N12", "LON": "5E13", "MON": "12", "NUM": "369", "PRO": "A", "SEC": "8", "YEA": "1819", "CITY": "MEXIMIEUX"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11843	geslin-alphonsine-1853-06-08	{"a5": "373"}	{"lerrcp": "A5-373"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonsine", "family": "Geslin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1853-06-08 12:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1853-06-08 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Alphonsine", "family": "Geslin"}, "birth": {"tzo": "+00:09:24", "date": "1853-06-08 12:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1853-06-08 11:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-373"}, "ids-in-sources": {"a5": "373"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "8", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "373", "PRO": "A", "SEC": "40", "YEA": "1853", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11841	gerard-monique-1928-04-11	{"a5": "371", "g55": "07-411"}	{"g55": "07-411", "lerrcp": "A5-371"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Monique", "family": "Gerard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1928-04-11 01:00", "note": null, "place": {"c1": null, "c2": "46", "c3": null, "cy": "FR", "lg": 1.94141, "lat": 44.61498, "name": "Cambes", "geoid": 3029053}, "notime": null, "date-ut": "1928-04-11 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Monique", "family": "Gerard"}, "birth": {"tzo": "+00:00", "date": "1928-04-11 01:00", "place": {"c2": "46", "cy": "FR", "lg": 1.94141, "lat": 44.61498, "name": "Cambes", "geoid": 3029053}, "date-ut": "1928-04-11 01:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-371"}, "ids-in-sources": {"a5": "371"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "46", "COU": "F", "DAY": "11", "LAT": "44N27", "LON": "1E26", "MON": "4", "NUM": "371", "PRO": "A", "SEC": "0", "YEA": "1928", "CITY": "CAMBES"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-411"}, "ids-in-source": {"g55": "07-411"}}, "raw": {"DAY": "11-4-1928", "HOUR": ".1 h.", "NAME": "GERARD Monique", "PLACE": "Cambes (Lot)."}, "date": "2023-08-20T14:49:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11845	gauquelin-a5-375-1832-01-12	{"a5": "375"}	{"lerrcp": "A5-375"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-375", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1832-01-12 15:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1832-01-12 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-375"}, "birth": {"tzo": "+00:09:24", "date": "1832-01-12 15:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1832-01-12 14:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-375"}, "ids-in-sources": {"a5": "375"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "12", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "375", "PRO": "A", "SEC": "40", "YEA": "1832", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11846	girard-julie-1859-05-08	{"a5": "376"}	{"lerrcp": "A5-376"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julie", "family": "Girard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1859-05-08 19:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1859-05-08 18:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Julie", "family": "Girard"}, "birth": {"tzo": "+00:09:24", "date": "1859-05-08 19:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1859-05-08 18:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-376"}, "ids-in-sources": {"a5": "376"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "8", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "376", "PRO": "A", "SEC": "40", "YEA": "1859", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
17979	caucanas-jsan-1910-06-27	{"e1": "347"}	{"lerrcp": "E1-347"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jsan", "family": "Caucanas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-06-27 18:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1910-06-27 17:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jsan", "family": "Caucanas"}, "birth": {"tzo": "+00:09", "date": "1910-06-27 18:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1910-06-27 17:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "347"}}, "raw": {"H": "18:00", "COD": "34", "DAY": "27", "MON": "06", "NUM": "0347", "PRO": "PH", "YEA": "1910", "CITY": "Montpellier", "NAME": "CAUCANAS Jsan", "NOTE": "-"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
11847	gitenet-raymond-1904-08-17	{"a5": "377", "g55": "07-413"}	{"g55": "07-413", "lerrcp": "A5-377"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Gitenet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1904-08-17 03:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.03333, "lat": 47.25, "name": "Peyrignac", "geoid": 0}, "notime": null, "date-ut": "1904-08-17 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Gitenet"}, "birth": {"tzo": "+00:09:21", "date": "1904-08-17 03:00", "place": {"c2": "25", "cy": "FR", "lg": 6.03333, "lat": 47.25, "name": "Peyrignac", "geoid": 0}, "date-ut": "1904-08-17 02:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-377"}, "ids-in-sources": {"a5": "377"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "25", "COU": "F", "DAY": "17", "LAT": "47N15", "LON": "6E 2", "MON": "8", "NUM": "377", "PRO": "A", "SEC": "40", "YEA": "1904", "CITY": "PEYRIGNAC"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Peyrignac"}}, "partial-ids": {"g55": "07-413"}, "ids-in-source": {"g55": "07-413"}}, "raw": {"DAY": "17-8-1904", "HOUR": "3 h.", "NAME": "GITENET Raymond Robert", "PLACE": "Peyrignac (Dordogne)."}, "date": "2023-08-20T14:49:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11851	godeau-fernand-1867-08-06	{"a5": "381"}	{"lerrcp": "A5-381"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Godeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:32", "date": "1867-08-06 18:00", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.63333, "lat": 44.2, "name": "Saint-Romain-de-Be", "geoid": 0}, "notime": null, "date-ut": "1867-08-06 17:57:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Godeau"}, "birth": {"tzo": "+00:02:32", "date": "1867-08-06 18:00", "place": {"c2": "47", "cy": "FR", "lg": 0.63333, "lat": 44.2, "name": "Saint-Romain-de-Be", "geoid": 0}, "date-ut": "1867-08-06 17:57:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-381"}, "ids-in-sources": {"a5": "381"}}, "raw": {"H": "17", "MN": "57", "TZ": "0", "COD": "47", "COU": "F", "DAY": "6", "LAT": "44N12", "LON": "0E38", "MON": "8", "NUM": "381", "PRO": "A", "SEC": "28", "YEA": "1867", "CITY": "ST-ROMAIN-DE-BE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11852	gauquelin-a5-382-1838-07-10	{"a5": "382"}	{"lerrcp": "A5-382"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-382", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1838-07-10 17:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1838-07-10 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-382"}, "birth": {"tzo": "+00:09:24", "date": "1838-07-10 17:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1838-07-10 16:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-382"}, "ids-in-sources": {"a5": "382"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "10", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "382", "PRO": "A", "SEC": "40", "YEA": "1838", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11853	golmann-stephane-1921-09-18	{"a5": "383"}	{"lerrcp": "A5-383"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stéphane", "family": "Golmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-09-18 08:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.31393, "lat": 48.8162, "name": "Montrouge", "geoid": 2992017}, "notime": null, "date-ut": "1921-09-18 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Stéphane", "family": "Golmann"}, "birth": {"tzo": "+01:00", "date": "1921-09-18 08:00", "place": {"c2": "92", "cy": "FR", "lg": 2.31393, "lat": 48.8162, "name": "Montrouge", "geoid": 2992017}, "date-ut": "1921-09-18 07:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-383"}, "ids-in-sources": {"a5": "383"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "92", "COU": "F", "DAY": "18", "LAT": "48N50", "LON": "2E11", "MON": "9", "NUM": "383", "PRO": "A", "SEC": "0", "YEA": "1921", "CITY": "MONTROUGE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11850	gobet-jean-1888-07-20	{"a5": "380", "g55": "07-414"}	{"g55": "07-414", "lerrcp": "A5-380"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Gobet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:41", "date": "1888-07-20 04:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.67231, "lat": 45.61885, "name": "Mornant", "geoid": 2991743}, "notime": null, "date-ut": "1888-07-20 03:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Gobet"}, "birth": {"tzo": "+00:18:41", "date": "1888-07-20 04:00", "place": {"c2": "69", "cy": "FR", "lg": 4.67231, "lat": 45.61885, "name": "Mornant", "geoid": 2991743}, "date-ut": "1888-07-20 03:40:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-380"}, "ids-in-sources": {"a5": "380"}}, "raw": {"H": "3", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "20", "LAT": "45N46", "LON": "4E50", "MON": "7", "NUM": "380", "PRO": "A", "SEC": "40", "YEA": "1888", "CITY": "MORNANT"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-414"}, "ids-in-source": {"g55": "07-414"}}, "raw": {"DAY": "20-7-1888", "HOUR": "4 h.", "NAME": "GOBET Jean", "PLACE": "Mornant (Rhône)."}, "date": "2023-08-20T14:49:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11855	goudeau-emile-1849-08-29	{"a5": "385"}	{"lerrcp": "A5-385"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Goudeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:08", "date": "1849-08-29 07:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.03333, "lat": 47.25, "name": "Perigueux", "geoid": 0}, "notime": null, "date-ut": "1849-08-29 06:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Goudeau"}, "birth": {"tzo": "+00:24:08", "date": "1849-08-29 07:00", "place": {"c2": "25", "cy": "FR", "lg": 6.03333, "lat": 47.25, "name": "Perigueux", "geoid": 0}, "date-ut": "1849-08-29 06:35:52"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-385"}, "ids-in-sources": {"a5": "385"}}, "raw": {"H": "6", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "29", "LAT": "47N15", "LON": "6E 2", "MON": "8", "NUM": "385", "PRO": "A", "SEC": "52", "YEA": "1849", "CITY": "PERIGUEUX"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11856	gournac-francois-1874-11-16	{"a5": "386"}	{"lerrcp": "A5-386"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Gournac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1874-11-16 16:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "notime": null, "date-ut": "1874-11-16 15:50:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "François", "family": "Gournac"}, "birth": {"tzo": "+00:09:24", "date": "1874-11-16 16:00", "place": {"c2": "11", "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "date-ut": "1874-11-16 15:50:36"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-386"}, "ids-in-sources": {"a5": "386"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "16", "LAT": "43N12", "LON": "2E21", "MON": "11", "NUM": "386", "PRO": "A", "SEC": "36", "YEA": "1874", "CITY": "CARCASSONNE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11857	grafetot-alexandre-1812-12-24	{"a5": "387", "g55": "07-70"}	{"g55": "07-70", "lerrcp": "A5-387"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Grafetot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:37", "date": "1812-12-24 06:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.65356, "lat": 48.5457, "name": "Melun", "geoid": 2994651}, "notime": null, "date-ut": "1812-12-24 05:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Grafetot"}, "birth": {"tzo": "+00:10:37", "date": "1812-12-24 06:00", "place": {"c2": "77", "cy": "FR", "lg": 2.65356, "lat": 48.5457, "name": "Melun", "geoid": 2994651}, "date-ut": "1812-12-24 05:49:20"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-387"}, "ids-in-sources": {"a5": "387"}}, "raw": {"H": "5", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "24", "LAT": "48N33", "LON": "2E40", "MON": "12", "NUM": "387", "PRO": "A", "SEC": "20", "YEA": "1812", "CITY": "MELUN"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-70"}, "ids-in-source": {"g55": "07-70"}}, "raw": {"DAY": "24-12-1812", "HOUR": "6 h.", "NAME": "GRAFETOT Alexandre Auguste", "PLACE": "Melun (Seine-et-M.)."}, "date": "2023-08-20T14:49:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11862	grenier-pierre-1833-05-05	{"a5": "392"}	{"lerrcp": "A5-392"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Grenier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:20", "date": "1833-05-05 23:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.33243, "lat": 46.56459, "name": "Moulins", "geoid": 2991481}, "notime": null, "date-ut": "1833-05-05 22:46:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Grenier"}, "birth": {"tzo": "+00:13:20", "date": "1833-05-05 23:00", "place": {"c2": "03", "cy": "FR", "lg": 3.33243, "lat": 46.56459, "name": "Moulins", "geoid": 2991481}, "date-ut": "1833-05-05 22:46:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-392"}, "ids-in-sources": {"a5": "392"}}, "raw": {"H": "22", "MN": "46", "TZ": "0", "COD": "03", "COU": "F", "DAY": "5", "LAT": "46N34", "LON": "3E20", "MON": "5", "NUM": "392", "PRO": "A", "SEC": "40", "YEA": "1833", "CITY": "MOULINS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11859	granval-charles-1882-12-21	{"a5": "389", "g55": "07-233"}	{"g55": "07-233", "lerrcp": "A5-389"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Granval", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:24", "date": "1882-12-21 14:30", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1882-12-21 14:25:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Granval"}, "birth": {"tzo": "+00:04:24", "date": "1882-12-21 14:30", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1882-12-21 14:25:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-389"}, "ids-in-sources": {"a5": "389"}}, "raw": {"H": "14", "MN": "25", "TZ": "0", "COD": "76", "COU": "F", "DAY": "21", "LAT": "49N26", "LON": "1E 5", "MON": "12", "NUM": "389", "PRO": "A", "SEC": "40", "YEA": "1882", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-233"}, "ids-in-source": {"g55": "07-233"}}, "raw": {"DAY": "21-12-1882", "HOUR": "14 h. 30", "NAME": "GRANVAL Charles", "PLACE": "Rouen (Seine-Inférieure)."}, "date": "2023-08-20T14:49:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11863	gretillat-jacques-1885-08-26	{"a5": "393", "g55": "07-236"}	{"g55": "07-236", "lerrcp": "A5-393"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Gretillat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:37", "date": "1885-08-26 06:30", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.40332, "lat": 48.78716, "name": "Vitry-sur-Seine", "geoid": 2967849}, "notime": null, "date-ut": "1885-08-26 06:20:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Gretillat"}, "birth": {"tzo": "+00:09:37", "date": "1885-08-26 06:30", "place": {"c2": "94", "cy": "FR", "lg": 2.40332, "lat": 48.78716, "name": "Vitry-sur-Seine", "geoid": 2967849}, "date-ut": "1885-08-26 06:20:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-393"}, "ids-in-sources": {"a5": "393"}}, "raw": {"H": "6", "MN": "20", "TZ": "0", "COD": "94", "COU": "F", "DAY": "26", "LAT": "48N47", "LON": "2E29", "MON": "8", "NUM": "393", "PRO": "A", "SEC": "4", "YEA": "1885", "CITY": "VITRY-S/SEINE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-236"}, "ids-in-source": {"g55": "07-236"}}, "raw": {"DAY": "26-8-1885", "HOUR": "6 h. 30", "NAME": "GRETILLAT Jacques", "PLACE": "Vitry-sur-Seine (Seine)."}, "date": "2023-08-20T14:49:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11865	grumbach-jeanne-1871-05-24	{"a5": "395"}	{"lerrcp": "A5-395"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jeanne", "family": "Grumbach", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:58", "date": "1871-05-24 23:00", "note": null, "place": {"c1": null, "c2": "91", "c3": null, "cy": "FR", "lg": 2.49223, "lat": 48.6942, "name": "Brunoy", "geoid": 3029748}, "notime": null, "date-ut": "1871-05-24 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jeanne", "family": "Grumbach"}, "birth": {"tzo": "+00:09:58", "date": "1871-05-24 23:00", "place": {"c2": "91", "cy": "FR", "lg": 2.49223, "lat": 48.6942, "name": "Brunoy", "geoid": 3029748}, "date-ut": "1871-05-24 22:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-395"}, "ids-in-sources": {"a5": "395"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "91", "COU": "F", "DAY": "24", "LAT": "48N36", "LON": "2E20", "MON": "5", "NUM": "395", "PRO": "A", "SEC": "40", "YEA": "1871", "CITY": "BRUNOY"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11868	guerin-jules-1845-12-19	{"a5": "398"}	{"lerrcp": "A5-398"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Guerin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1845-12-19 13:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1845-12-19 12:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Guerin"}, "birth": {"tzo": "+00:09:24", "date": "1845-12-19 13:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1845-12-19 12:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-398"}, "ids-in-sources": {"a5": "398"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "19", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "398", "PRO": "A", "SEC": "40", "YEA": "1845", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11866	guelis-jaqueline-1927-10-03	{"a5": "396", "g55": "07-415"}	{"g55": "07-415", "lerrcp": "A5-396"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jaqueline", "family": "Guelis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1927-10-03 09:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.15652, "lat": 48.84078, "name": "Vaucresson", "geoid": 2970540}, "notime": null, "date-ut": "1927-10-03 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jaqueline", "family": "Guelis"}, "birth": {"tzo": "+00:00", "date": "1927-10-03 09:00", "place": {"c2": "92", "cy": "FR", "lg": 2.15652, "lat": 48.84078, "name": "Vaucresson", "geoid": 2970540}, "date-ut": "1927-10-03 09:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-396"}, "ids-in-sources": {"a5": "396"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "92", "COU": "F", "DAY": "3", "LAT": "48N50", "LON": "2E11", "MON": "10", "NUM": "396", "PRO": "A", "SEC": "0", "YEA": "1927", "CITY": "VAUCRESSON"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-415"}, "ids-in-source": {"g55": "07-415"}}, "raw": {"DAY": "3-10-1927", "HOUR": "9 h.", "NAME": "GUELIS Jacqueline", "PLACE": "Vaucresson (Seine-et-Oise)."}, "date": "2023-08-20T14:49:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11872	guisol-henri-1904-10-12	{"a5": "402", "g55": "07-237"}	{"g55": "07-237", "lerrcp": "A5-402"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Guisol", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1904-10-12 14:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "notime": null, "date-ut": "1904-10-12 13:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-402"}, "birth": {"tzo": "+00:09:21", "date": "1904-10-12 14:00", "place": {"c2": "13", "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "date-ut": "1904-10-12 13:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-402"}, "ids-in-sources": {"a5": "402"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "13", "COU": "F", "DAY": "12", "LAT": "43N18", "LON": "5E22", "MON": "10", "NUM": "402", "PRO": "A", "SEC": "40", "YEA": "1904", "CITY": "AIX-EN-PROVENCE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"name": {"given": "Henri", "family": "Guisol", "nobility": ""}, "slug": "guisol-henri-1904-10-12", "partial-ids": {"g55": "07-237"}, "ids-in-source": {"g55": "07-237"}}, "raw": {"DAY": "12-10-1904", "HOUR": "14 h.", "NAME": "GUISOL Henri", "PLACE": "Aix-en-Provence (Bouches-du-Rh.)."}, "date": "2023-08-20T14:49:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11869	guerini-camille-1900-06-29	{"a5": "399", "g55": "07-417"}	{"g55": "07-417", "lerrcp": "A5-399"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Guerini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-06-29 05:00", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "notime": null, "date-ut": "1900-06-29 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Guerini"}, "birth": {"tzo": "+00:09:21", "date": "1900-06-29 05:00", "place": {"c2": "56", "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "date-ut": "1900-06-29 04:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-399"}, "ids-in-sources": {"a5": "399"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "56", "COU": "F", "DAY": "29", "LAT": "47N40", "LON": "2W44", "MON": "6", "NUM": "399", "PRO": "A", "SEC": "40", "YEA": "1900", "CITY": "LORIENT"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-417"}, "ids-in-source": {"g55": "07-417"}}, "raw": {"DAY": "29-6-1900", "HOUR": "5 h.", "NAME": "GUERINI Camille", "PLACE": "Lorient (Morbihan)."}, "date": "2023-08-20T14:49:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11874	guitry-lucien-1860-12-13	{"a5": "404"}	{"lerrcp": "A5-404"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Guitry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1860-12-13 22:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "2", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1860-12-13 21:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Guitry"}, "birth": {"tzo": "+00:09:24", "date": "1860-12-13 22:00", "place": {"c2": "75", "c3": "2", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1860-12-13 21:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-404"}, "ids-in-sources": {"a5": "404"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "13", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "404", "PRO": "A", "SEC": "40", "YEA": "1860", "CITY": "PARIS 2E"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11878	hachin-georges-1808-05-20	{"a5": "408"}	{"lerrcp": "A5-408"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Hachin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:08", "date": "1808-05-20 17:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "notime": null, "date-ut": "1808-05-20 16:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Hachin"}, "birth": {"tzo": "+00:11:08", "date": "1808-05-20 17:00", "place": {"c2": "62", "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "date-ut": "1808-05-20 16:48:56"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-408"}, "ids-in-sources": {"a5": "408"}}, "raw": {"H": "16", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "20", "LAT": "50N18", "LON": "2E46", "MON": "5", "NUM": "408", "PRO": "A", "SEC": "56", "YEA": "1808", "CITY": "ARRAS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11877	guyon-jean-1809-10-11	{"a5": "407", "g55": "07-74"}	{"g55": "07-74", "lerrcp": "A5-407"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Guyon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:03", "date": "1809-10-11 14:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.76403, "lat": 47.86976, "name": "Maligny", "geoid": 2996415}, "notime": null, "date-ut": "1809-10-11 13:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Guyon"}, "birth": {"tzo": "+00:15:03", "date": "1809-10-11 14:00", "place": {"c2": "89", "cy": "FR", "lg": 3.76403, "lat": 47.86976, "name": "Maligny", "geoid": 2996415}, "date-ut": "1809-10-11 13:45:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-407"}, "ids-in-sources": {"a5": "407"}}, "raw": {"H": "13", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "11", "LAT": "47N48", "LON": "3E35", "MON": "10", "NUM": "407", "PRO": "A", "SEC": "40", "YEA": "1809", "CITY": "MALIGNY"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-74"}, "ids-in-source": {"g55": "07-74"}}, "raw": {"DAY": "11-10-1809", "HOUR": "14 h.", "NAME": "GUYON Jean-Baptiste", "PLACE": "Maligny (Yonne)."}, "date": "2023-08-20T14:49:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11880	hamel-augustin-1862-05-16	{"a5": "410"}	{"lerrcp": "A5-410"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Augustin", "family": "Hamel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:37", "date": "1862-05-16 08:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1862-05-16 07:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Augustin", "family": "Hamel"}, "birth": {"tzo": "+00:07:37", "date": "1862-05-16 08:00", "place": {"c2": "45", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1862-05-16 07:52:24"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-410"}, "ids-in-sources": {"a5": "410"}}, "raw": {"H": "7", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "16", "LAT": "47N54", "LON": "1E54", "MON": "5", "NUM": "410", "PRO": "A", "SEC": "24", "YEA": "1862", "CITY": "ORLEANS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11881	hamet-charles-1848-01-19	{"a5": "411"}	{"lerrcp": "A5-411"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Hamet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1848-01-19 12:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1848-01-19 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Hamet"}, "birth": {"tzo": "+00:09:24", "date": "1848-01-19 12:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1848-01-19 11:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-411"}, "ids-in-sources": {"a5": "411"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "19", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "411", "PRO": "A", "SEC": "40", "YEA": "1848", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11882	hardy-francoise-1944-01-17	{"a5": "412"}	{"lerrcp": "A5-412"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francoise", "family": "Hardy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1944-01-17 21:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "9", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1944-01-17 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Francoise", "family": "Hardy"}, "birth": {"tzo": "+01:00", "date": "1944-01-17 21:30", "place": {"c2": "75", "c3": "9", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1944-01-17 20:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-412"}, "ids-in-sources": {"a5": "412"}}, "raw": {"H": "20", "MN": "30", "TZ": "0", "COD": "75", "COU": "F", "DAY": "17", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "412", "PRO": "A", "SEC": "0", "YEA": "1944", "CITY": "PARIS 9E"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11883	hartmann-julie-1874-03-17	{"a5": "413"}	{"lerrcp": "A5-413"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julie", "family": "Hartmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:16", "date": "1874-03-17 19:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.56629, "lat": 48.14602, "name": "Vitry-le-Croisé", "geoid": 2967857}, "notime": null, "date-ut": "1874-03-17 18:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Julie", "family": "Hartmann"}, "birth": {"tzo": "+00:18:16", "date": "1874-03-17 19:00", "place": {"c2": "10", "cy": "FR", "lg": 4.56629, "lat": 48.14602, "name": "Vitry-le-Croisé", "geoid": 2967857}, "date-ut": "1874-03-17 18:43:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-413"}, "ids-in-sources": {"a5": "413"}}, "raw": {"H": "18", "MN": "43", "TZ": "0", "COD": "10", "COU": "F", "DAY": "17", "LAT": "48N18", "LON": "4E 5", "MON": "3", "NUM": "413", "PRO": "A", "SEC": "40", "YEA": "1874", "CITY": "VITRY-LE-CROISE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11889	hericourt-victorine-1846-12-20	{"a5": "419"}	{"lerrcp": "A5-419"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victorine", "family": "Hericourt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1846-12-20 23:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1846-12-20 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Victorine", "family": "Hericourt"}, "birth": {"tzo": "+00:09:24", "date": "1846-12-20 23:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1846-12-20 22:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-419"}, "ids-in-sources": {"a5": "419"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "20", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "419", "PRO": "A", "SEC": "40", "YEA": "1846", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11890	herrand-marcel-1897-10-08	{"a5": "420", "g55": "07-240"}	{"g55": "07-240", "lerrcp": "A5-420"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Herrand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1897-10-08 03:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "8", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1897-10-08 03:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Herrand"}, "birth": {"tzo": "+00:09:21", "date": "1897-10-08 03:30", "place": {"c2": "75", "c3": "8", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1897-10-08 03:20:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-420"}, "ids-in-sources": {"a5": "420"}}, "raw": {"H": "3", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "8", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "420", "PRO": "A", "SEC": "40", "YEA": "1897", "CITY": "PARIS 8E"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-240"}, "ids-in-source": {"g55": "07-240"}}, "raw": {"DAY": "8-10-1897", "HOUR": "3 h. 30", "NAME": "HERRAND Marcel", "PLACE": "Paris (8°) (Seine)."}, "date": "2023-08-20T14:49:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11888	henry-verite-1903-04-24	{"a5": "418", "g55": "07-423"}	{"g55": "07-423", "lerrcp": "A5-418"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Henry-Verite", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1903-04-24 03:30", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.35387, "lat": 48.93564, "name": "Saint-Denis", "geoid": 2980916}, "notime": null, "date-ut": "1903-04-24 03:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Henry-Verite"}, "birth": {"tzo": "+00:09:21", "date": "1903-04-24 03:30", "place": {"c2": "93", "cy": "FR", "lg": 2.35387, "lat": 48.93564, "name": "Saint-Denis", "geoid": 2980916}, "date-ut": "1903-04-24 03:20:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-418"}, "ids-in-sources": {"a5": "418"}}, "raw": {"H": "3", "MN": "20", "TZ": "0", "COD": "93", "COU": "F", "DAY": "24", "LAT": "48N55", "LON": "2E30", "MON": "4", "NUM": "418", "PRO": "A", "SEC": "40", "YEA": "1903", "CITY": "ST-DENIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-423"}, "ids-in-source": {"g55": "07-423"}}, "raw": {"DAY": "24-4-1903", "HOUR": "3 h. 30", "NAME": "HENRY-VERITE", "PLACE": "Saint-Denis (Seine)."}, "date": "2023-08-20T14:49:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12053	nat-marie-1940-04-22	{"a5": "585"}	{"lerrcp": "A5-585"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Nat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "20", "c3": null, "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Bonifacio", "geoid": 0}, "notime": null, "date-ut": "1940-04-22 01:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Nat"}, "birth": {"place": {"c2": "20", "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Bonifacio", "geoid": 0}, "date-ut": "1940-04-22 01:00:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-585"}, "ids-in-sources": {"a5": "585"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "20", "COU": "F", "DAY": "22", "LAT": "41N55", "LON": "8E45", "MON": "4", "NUM": "585", "PRO": "A", "SEC": "0", "YEA": "1940", "CITY": "BONIFACIO"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11891	hersent-philippe-1908-07-26	{"a5": "421", "g55": "07-241"}	{"g55": "07-241", "lerrcp": "A5-421"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Hersent", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1908-07-26 02:00", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.27332, "lat": 47.82774, "name": "Écommoy", "geoid": 3020462}, "notime": null, "date-ut": "1908-07-26 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Hersent"}, "birth": {"tzo": "+00:09:21", "date": "1908-07-26 02:00", "place": {"c2": "72", "cy": "FR", "lg": 0.27332, "lat": 47.82774, "name": "Écommoy", "geoid": 3020462}, "date-ut": "1908-07-26 01:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-421"}, "ids-in-sources": {"a5": "421"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "72", "COU": "F", "DAY": "26", "LAT": "48N 1", "LON": "0E12", "MON": "7", "NUM": "421", "PRO": "A", "SEC": "40", "YEA": "1908", "CITY": "ECOMMOY"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-241"}, "ids-in-source": {"g55": "07-241"}}, "raw": {"DAY": "26-7-1908", "HOUR": "2 h.", "NAME": "HERSENT Philippe", "PLACE": "Ecommoy (Sarthe)."}, "date": "2023-08-20T14:49:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11892	hieronimus-rene-1893-07-22	{"a5": "423", "g55": "07-424"}	{"g55": "07-424", "lerrcp": "A5-423"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Hieronimus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1893-07-22 22:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Saint-Servan", "geoid": 0}, "notime": null, "date-ut": "1893-07-22 21:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "René", "family": "Hieronimus"}, "birth": {"tzo": "+00:09:21", "date": "1893-07-22 22:00", "place": {"c2": "35", "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Saint-Servan", "geoid": 0}, "date-ut": "1893-07-22 21:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-423"}, "ids-in-sources": {"a5": "423"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "35", "COU": "F", "DAY": "22", "LAT": "48N 7", "LON": "1W40", "MON": "7", "NUM": "423", "PRO": "A", "SEC": "40", "YEA": "1893", "CITY": "SAINT-SERVAN"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Servan"}}, "partial-ids": {"g55": "07-424"}, "ids-in-source": {"g55": "07-424"}}, "raw": {"DAY": "22-7-1893", "HOUR": "22 h.", "NAME": "HIERONIMUS René Marcel", "PLACE": "Saint-Servan (Ille-et-Vil.)."}, "date": "2023-08-20T14:49:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11896	horgues-maurice-1923-07-08	{"a5": "427"}	{"lerrcp": "A5-427"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Horgues", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1923-07-08 17:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Asnieres", "geoid": 0}, "notime": null, "date-ut": "1923-07-08 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Horgues"}, "birth": {"tzo": "+01:00", "date": "1923-07-08 17:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Asnieres", "geoid": 0}, "date-ut": "1923-07-08 16:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-427"}, "ids-in-sources": {"a5": "427"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "92", "COU": "F", "DAY": "8", "LAT": "48N50", "LON": "2E11", "MON": "7", "NUM": "427", "PRO": "A", "SEC": "0", "YEA": "1923", "CITY": "ASNIERES"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11897	hucherard-jules-1839-11-03	{"a5": "428"}	{"lerrcp": "A5-428"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Hucherard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:40", "date": "1839-11-03 09:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Soignolles", "geoid": 0}, "notime": null, "date-ut": "1839-11-03 08:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Hucherard"}, "birth": {"tzo": "+00:10:40", "date": "1839-11-03 09:00", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Soignolles", "geoid": 0}, "date-ut": "1839-11-03 08:49:20"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-428"}, "ids-in-sources": {"a5": "428"}}, "raw": {"H": "8", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "3", "LAT": "48N33", "LON": "2E40", "MON": "11", "NUM": "428", "PRO": "A", "SEC": "20", "YEA": "1839", "CITY": "SOIGNOLLES"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11898	hugon-antoinette-1826-04-13	{"a5": "429"}	{"lerrcp": "A5-429"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoinette", "family": "Hugon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:27", "date": "1826-04-13 16:30", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.11264, "lat": 45.89362, "name": "Riom", "geoid": 2983489}, "notime": null, "date-ut": "1826-04-13 16:17:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Antoinette", "family": "Hugon"}, "birth": {"tzo": "+00:12:27", "date": "1826-04-13 16:30", "place": {"c2": "63", "cy": "FR", "lg": 3.11264, "lat": 45.89362, "name": "Riom", "geoid": 2983489}, "date-ut": "1826-04-13 16:17:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-429"}, "ids-in-sources": {"a5": "429"}}, "raw": {"H": "16", "MN": "17", "TZ": "0", "COD": "63", "COU": "F", "DAY": "13", "LAT": "45N47", "LON": "3E 5", "MON": "4", "NUM": "429", "PRO": "A", "SEC": "40", "YEA": "1826", "CITY": "RIOM"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11901	hyspa-vincent-1865-11-07	{"a5": "432"}	{"lerrcp": "A5-432"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincent", "family": "Hyspa", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12", "date": "1865-11-07 19:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 3.00141, "lat": 43.18396, "name": "Narbonne", "geoid": 2990919}, "notime": null, "date-ut": "1865-11-07 18:50:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Vincent", "family": "Hyspa"}, "birth": {"tzo": "+00:12", "date": "1865-11-07 19:00", "place": {"c2": "11", "cy": "FR", "lg": 3.00141, "lat": 43.18396, "name": "Narbonne", "geoid": 2990919}, "date-ut": "1865-11-07 18:50:36"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-432"}, "ids-in-sources": {"a5": "432"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "7", "LAT": "43N12", "LON": "2E21", "MON": "11", "NUM": "432", "PRO": "A", "SEC": "36", "YEA": "1865", "CITY": "NARBONNE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11902	jacques-frere-a-bellec-1914-02-12	{"a5": "433", "g55": "07-245"}	{"g55": "07-245", "lerrcp": "A5-433"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Jacques Frere (A. Bellec)", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-02-12 07:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -2.2179, "lat": 47.27506, "name": "Saint-Nazaire", "geoid": 2977921}, "notime": null, "date-ut": "1914-02-12 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Jacques Frere (A. Bellec)"}, "birth": {"tzo": "+00:00", "date": "1914-02-12 07:00", "place": {"c2": "44", "cy": "FR", "lg": -2.2179, "lat": 47.27506, "name": "Saint-Nazaire", "geoid": 2977921}, "date-ut": "1914-02-12 07:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-433"}, "ids-in-sources": {"a5": "433"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "44", "COU": "F", "DAY": "12", "LAT": "47N13", "LON": "1W35", "MON": "2", "NUM": "433", "PRO": "A", "SEC": "0", "YEA": "1914", "CITY": "ST-NAZAIRE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-245"}, "ids-in-source": {"g55": "07-245"}}, "raw": {"DAY": "12-2-1914", "HOUR": "7 h.", "NAME": "JACQUES (frére)", "PLACE": "Saint-Nazaire (Loire-Inférieure)."}, "date": "2023-08-20T14:49:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11906	jamblan-blanvillain-1900-05-03	{"a5": "437"}	{"lerrcp": "A5-437"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Blanvillain)", "family": "Jamblan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-05-03 09:30", "note": null, "place": {"c1": null, "c2": "79", "c3": null, "cy": "FR", "lg": -0.49042, "lat": 46.84158, "name": "Bressuire", "geoid": 3030303}, "notime": null, "date-ut": "1900-05-03 09:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Blanvillain)", "family": "Jamblan"}, "birth": {"tzo": "+00:09:21", "date": "1900-05-03 09:30", "place": {"c2": "79", "cy": "FR", "lg": -0.49042, "lat": 46.84158, "name": "Bressuire", "geoid": 3030303}, "date-ut": "1900-05-03 09:20:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-437"}, "ids-in-sources": {"a5": "437"}}, "raw": {"H": "9", "MN": "20", "TZ": "0", "COD": "79", "COU": "F", "DAY": "3", "LAT": "46N19", "LON": "0W27", "MON": "5", "NUM": "437", "PRO": "A", "SEC": "40", "YEA": "1900", "CITY": "BRESSUIRE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11907	janillion-fernand-1851-10-13	{"a5": "438"}	{"lerrcp": "A5-438"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Janillion", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:46", "date": "1851-10-13 03:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.69171, "lat": 50.12499, "name": "Landrecies", "geoid": 3007830}, "notime": null, "date-ut": "1851-10-13 02:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Janillion"}, "birth": {"tzo": "+00:14:46", "date": "1851-10-13 03:00", "place": {"c2": "59", "cy": "FR", "lg": 3.69171, "lat": 50.12499, "name": "Landrecies", "geoid": 3007830}, "date-ut": "1851-10-13 02:47:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-438"}, "ids-in-sources": {"a5": "438"}}, "raw": {"H": "2", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "13", "LAT": "50N39", "LON": "3E 5", "MON": "10", "NUM": "438", "PRO": "A", "SEC": "40", "YEA": "1851", "CITY": "LANDRECIES"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11905	jacquin-abel-1893-07-14	{"a5": "436", "g55": "07-247"}	{"g55": "07-247", "lerrcp": "A5-436"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Abel", "family": "Jacquin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1893-07-14 07:30", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.25404, "lat": 48.91882, "name": "Colombes", "geoid": 3024266}, "notime": null, "date-ut": "1893-07-14 07:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Abel", "family": "Jacquin"}, "birth": {"tzo": "+00:09:21", "date": "1893-07-14 07:30", "place": {"c2": "92", "cy": "FR", "lg": 2.25404, "lat": 48.91882, "name": "Colombes", "geoid": 3024266}, "date-ut": "1893-07-14 07:20:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-436"}, "ids-in-sources": {"a5": "436"}}, "raw": {"H": "7", "MN": "20", "TZ": "0", "COD": "92", "COU": "F", "DAY": "14", "LAT": "48N50", "LON": "2E11", "MON": "7", "NUM": "436", "PRO": "A", "SEC": "40", "YEA": "1893", "CITY": "COLOMBES"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-247"}, "ids-in-source": {"g55": "07-247"}}, "raw": {"DAY": "14-7-1893", "HOUR": "7 h. 30", "NAME": "JACQUIN Abel", "PLACE": "Colombes (Seine)."}, "date": "2023-08-20T14:49:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11912	joliet-auguste-1839-01-27	{"a5": "443"}	{"lerrcp": "A5-443"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Joliet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1839-01-27 02:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1839-01-27 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Joliet"}, "birth": {"tzo": "+00:09:24", "date": "1839-01-27 02:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1839-01-27 01:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-443"}, "ids-in-sources": {"a5": "443"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "27", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "443", "PRO": "A", "SEC": "40", "YEA": "1839", "CITY": "PARIS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11911	jenneval-dechet-1801-01-29	{"a5": "442", "g55": "07-80"}	{"g55": "07-80", "lerrcp": "A5-442"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Dechet)", "family": "Jenneval", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1801-01-29 01:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1801-01-29 00:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Dechet)", "family": "Jenneval"}, "birth": {"tzo": "+00:19:23", "date": "1801-01-29 01:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1801-01-29 00:40:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-442"}, "ids-in-sources": {"a5": "442"}}, "raw": {"H": "0", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "29", "LAT": "45N46", "LON": "4E50", "MON": "1", "NUM": "442", "PRO": "A", "SEC": "40", "YEA": "1801", "CITY": "LYON"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-80"}, "ids-in-source": {"g55": "07-80"}}, "raw": {"DAY": ": 29-1-1801", "HOUR": "1 h.", "NAME": "\\fJENNEVAL", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:49:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11909	jeanning-irene-1903-06-10	{"a5": "440", "g55": "07-427"}	{"g55": "07-427", "lerrcp": "A5-440"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Irene", "family": "Jeanning", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1903-06-10 16:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Asnières", "geoid": 0}, "notime": null, "date-ut": "1903-06-10 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Irene", "family": "Jeanning"}, "birth": {"tzo": "+00:09:21", "date": "1903-06-10 16:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Asnieres", "geoid": 0}, "date-ut": "1903-06-10 15:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-440"}, "ids-in-sources": {"a5": "440"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "92", "COU": "F", "DAY": "10", "LAT": "48N50", "LON": "2E11", "MON": "6", "NUM": "440", "PRO": "A", "SEC": "40", "YEA": "1903", "CITY": "ASNIERES"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Asnières"}}, "partial-ids": {"g55": "07-427"}, "ids-in-source": {"g55": "07-427"}}, "raw": {"DAY": "10-6-1903", "HOUR": "16 h.", "NAME": "JEANNING Irene", "PLACE": "Asnières (Seine)."}, "date": "2023-08-20T14:49:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11914	joubert-simon-1851-12-03	{"a5": "445"}	{"lerrcp": "A5-445"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Simon", "family": "Joubert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:19", "date": "1851-12-03 09:28", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": -0.32867, "lat": 45.69581, "name": "Cognac", "geoid": 3024440}, "notime": null, "date-ut": "1851-12-03 09:29:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Simon", "family": "Joubert"}, "birth": {"tzo": "-00:01:19", "date": "1851-12-03 09:28", "place": {"c2": "16", "cy": "FR", "lg": -0.32867, "lat": 45.69581, "name": "Cognac", "geoid": 3024440}, "date-ut": "1851-12-03 09:29:20"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-445"}, "ids-in-sources": {"a5": "445"}}, "raw": {"H": "9", "MN": "29", "TZ": "0", "COD": "16", "COU": "F", "DAY": "3", "LAT": "45N39", "LON": "0E10", "MON": "12", "NUM": "445", "PRO": "A", "SEC": "20", "YEA": "1851", "CITY": "COGNAC"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11915	jourdan-auguste-1843-02-01	{"a5": "446"}	{"lerrcp": "A5-446"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Jourdan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1843-02-01 04:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1843-02-01 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Jourdan"}, "birth": {"tzo": "+00:09:24", "date": "1843-02-01 04:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1843-02-01 03:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-446"}, "ids-in-sources": {"a5": "446"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "1", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "446", "PRO": "A", "SEC": "40", "YEA": "1843", "CITY": "PARIS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11918	judic-damiens-1849-07-18	{"a5": "449"}	{"lerrcp": "A5-449"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Damiens)", "family": "Judic", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:20", "date": "1849-07-18 13:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 4.33333, "lat": 47.48333, "name": "Semur-en-Auxois", "geoid": 2975143}, "notime": null, "date-ut": "1849-07-18 12:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Damiens)", "family": "Judic"}, "birth": {"tzo": "+00:17:20", "date": "1849-07-18 13:00", "place": {"c2": "21", "cy": "FR", "lg": 4.33333, "lat": 47.48333, "name": "Semur-en-Auxois", "geoid": 2975143}, "date-ut": "1849-07-18 12:39:52"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-449"}, "ids-in-sources": {"a5": "449"}}, "raw": {"H": "12", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "18", "LAT": "47N19", "LON": "5E 2", "MON": "7", "NUM": "449", "PRO": "A", "SEC": "52", "YEA": "1849", "CITY": "SEMUR-EN-AUXOIS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11917	joux-francoois-1912-07-11	{"a5": "448", "g55": "07-428"}	{"g55": "07-428", "lerrcp": "A5-448"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francoois", "family": "Joux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-07-11 13:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.28864, "lat": 48.89389, "name": "Levallois-Perret", "geoid": 2998975}, "notime": null, "date-ut": "1912-07-11 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Francoois", "family": "Joux"}, "birth": {"tzo": "+00:00", "date": "1912-07-11 13:00", "place": {"c2": "92", "cy": "FR", "lg": 2.28864, "lat": 48.89389, "name": "Levallois-Perret", "geoid": 2998975}, "date-ut": "1912-07-11 13:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-448"}, "ids-in-sources": {"a5": "448"}}, "raw": {"H": "13", "MN": "0", "TZ": "0", "COD": "92", "COU": "F", "DAY": "11", "LAT": "48N50", "LON": "2E11", "MON": "7", "NUM": "448", "PRO": "A", "SEC": "0", "YEA": "1912", "CITY": "LEVALLOIS-PERRET"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-428"}, "ids-in-source": {"g55": "07-428"}}, "raw": {"DAY": "11-7-1912", "HOUR": "13 h.", "NAME": "JOUX Francois", "PLACE": "Levallois-Perret (Seine)."}, "date": "2023-08-20T14:49:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11920	julien-maistre-1903-07-24	{"a5": "451"}	{"lerrcp": "A5-451"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Maistre)", "family": "Julien", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1903-07-24 12:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1903-07-24 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Maistre)", "family": "Julien"}, "birth": {"tzo": "+00:09:21", "date": "1903-07-24 12:00", "place": {"c2": "83", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1903-07-24 11:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-451"}, "ids-in-sources": {"a5": "451"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "83", "COU": "F", "DAY": "24", "LAT": "43N32", "LON": "6E28", "MON": "7", "NUM": "451", "PRO": "A", "SEC": "40", "YEA": "1903", "CITY": "TOULON"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11922	lacroix-jean-1922-03-13	{"a5": "453"}	{"lerrcp": "A5-453"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lacroix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-03-13 05:30", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1922-03-13 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lacroix"}, "birth": {"tzo": "+00:00", "date": "1922-03-13 05:30", "place": {"c2": "78", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1922-03-13 05:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-453"}, "ids-in-sources": {"a5": "453"}}, "raw": {"H": "5", "MN": "30", "TZ": "0", "COD": "78", "COU": "F", "DAY": "13", "LAT": "48N50", "LON": "2E 8", "MON": "3", "NUM": "453", "PRO": "A", "SEC": "0", "YEA": "1922", "CITY": "VERSAILLES"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11919	judith-bernat-1827-01-30	{"a5": "450", "g55": "07-82"}	{"g55": "07-82", "lerrcp": "A5-450"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Bernat)", "family": "Judith", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1827-01-30 01:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1827-01-30 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Bernat)", "family": "Judith"}, "birth": {"tzo": "+00:09:24", "date": "1827-01-30 01:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1827-01-30 00:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-450"}, "ids-in-sources": {"a5": "450"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "30", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "450", "PRO": "A", "SEC": "40", "YEA": "1827", "CITY": "PARIS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-82"}, "ids-in-source": {"g55": "07-82"}}, "raw": {"DAY": "30-1-1827", "HOUR": "1 h.", "NAME": "JUDITH", "PLACE": "Paris (Seine)."}, "date": "2023-08-20T14:49:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11928	lalandre-yvonne-1880-09-01	{"a5": "459"}	{"lerrcp": "A5-459"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yvonne", "family": "Lalandre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:28", "date": "1880-09-01 01:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Vitry-le-Franco", "geoid": 0}, "notime": null, "date-ut": "1880-09-01 00:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Yvonne", "family": "Lalandre"}, "birth": {"tzo": "+00:17:28", "date": "1880-09-01 01:00", "place": {"c2": "51", "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Vitry-le-Franco", "geoid": 0}, "date-ut": "1880-09-01 00:42:32"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-459"}, "ids-in-sources": {"a5": "459"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "1", "LAT": "48N57", "LON": "4E22", "MON": "9", "NUM": "459", "PRO": "A", "SEC": "32", "YEA": "1880", "CITY": "VITRY-LE-FRANCO"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11925	lafont-pierre-1797-05-16	{"a5": "456", "g55": "07-84"}	{"g55": "07-84", "lerrcp": "A5-456"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Lafont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1797-05-16 07:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1797-05-16 07:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Lafont"}, "birth": {"tzo": "-00:02:19", "date": "1797-05-16 07:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1797-05-16 07:57:36"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-456"}, "ids-in-sources": {"a5": "456"}}, "raw": {"H": "7", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "16", "LAT": "44N50", "LON": "0W34", "MON": "5", "NUM": "456", "PRO": "A", "SEC": "36", "YEA": "1797", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-84"}, "ids-in-source": {"g55": "07-84"}}, "raw": {"DAY": "16-5-1797", "HOUR": "8 h.", "NAME": "LAFONT Pierre", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:49:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11926	lafon-max-1888-01-23	{"a5": "457", "g55": "07-253"}	{"g55": "07-253", "lerrcp": "A5-457"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Lafon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:46", "date": "1888-01-23 21:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "notime": null, "date-ut": "1888-01-23 20:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Max", "family": "Lafon"}, "birth": {"tzo": "+00:14:46", "date": "1888-01-23 21:00", "place": {"c2": "34", "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "date-ut": "1888-01-23 20:44:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-457"}, "ids-in-sources": {"a5": "457"}}, "raw": {"H": "20", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "23", "LAT": "43N37", "LON": "3E53", "MON": "1", "NUM": "457", "PRO": "A", "SEC": "28", "YEA": "1888", "CITY": "SETE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-253"}, "ids-in-source": {"g55": "07-253"}}, "raw": {"DAY": "23-1-1888", "HOUR": "21 h.", "NAME": "LAFON\\" Max Georges", "PLACE": "Sate (Hérault)."}, "date": "2023-08-20T14:49:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11933	lara-louise-1876-07-22	{"a5": "464"}	{"lerrcp": "A5-464"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louise", "family": "Lara", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:37", "date": "1876-07-22 08:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.40304, "lat": 49.04636, "name": "Château-Thierry", "geoid": 3026194}, "notime": null, "date-ut": "1876-07-22 07:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Louise", "family": "Lara"}, "birth": {"tzo": "+00:13:37", "date": "1876-07-22 08:00", "place": {"c2": "02", "cy": "FR", "lg": 3.40304, "lat": 49.04636, "name": "Château-Thierry", "geoid": 3026194}, "date-ut": "1876-07-22 07:45:32"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-464"}, "ids-in-sources": {"a5": "464"}}, "raw": {"H": "7", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "22", "LAT": "49N34", "LON": "3E37", "MON": "7", "NUM": "464", "PRO": "A", "SEC": "32", "YEA": "1876", "CITY": "CHATEAU-THIERRY"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11932	lanvin-lisette-1913-09-03	{"a5": "463", "g55": "07-252"}	{"g55": "07-252", "lerrcp": "A5-463"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lisette", "family": "Lanvin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-09-03 12:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 6.92537, "lat": 43.65783, "name": "Grasse", "geoid": 3014856}, "notime": null, "date-ut": "1913-09-03 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Lisette", "family": "Lanvin"}, "birth": {"tzo": "+00:00", "date": "1913-09-03 12:00", "place": {"c2": "06", "cy": "FR", "lg": 6.92537, "lat": 43.65783, "name": "Grasse", "geoid": 3014856}, "date-ut": "1913-09-03 12:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-463"}, "ids-in-sources": {"a5": "463"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "06", "COU": "F", "DAY": "3", "LAT": "43N42", "LON": "7E16", "MON": "9", "NUM": "463", "PRO": "A", "SEC": "0", "YEA": "1913", "CITY": "GRASSE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-252"}, "ids-in-source": {"g55": "07-252"}}, "raw": {"DAY": "3-9-1913", "HOUR": "24 h.", "NAME": "LANVIN Lisette", "PLACE": "Grasse (Alpes-Maritimes)."}, "date": "2023-08-20T14:49:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11930	lamothe-elisa-1919-11-05	{"a5": "461", "g55": "07-430"}	{"g55": "07-430", "lerrcp": "A5-461"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elisa", "family": "Lamothe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1919-11-05 18:10", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 5.93975, "lat": 49.2492, "name": "Briey", "geoid": 3030071}, "notime": null, "date-ut": "1919-11-05 18:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Elisa", "family": "Lamothe"}, "birth": {"tzo": "+00:00", "date": "1919-11-05 18:10", "place": {"c2": "54", "cy": "FR", "lg": 5.93975, "lat": 49.2492, "name": "Briey", "geoid": 3030071}, "date-ut": "1919-11-05 18:10"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-461"}, "ids-in-sources": {"a5": "461"}}, "raw": {"H": "18", "MN": "10", "TZ": "0", "COD": "54", "COU": "F", "DAY": "5", "LAT": "48N42", "LON": "6E12", "MON": "11", "NUM": "461", "PRO": "A", "SEC": "0", "YEA": "1919", "CITY": "BRIEY"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-430"}, "ids-in-source": {"g55": "07-430"}}, "raw": {"DAY": "5-11-1919", "HOUR": "18 h. 10", "NAME": "LAMOTHE Elisa", "PLACE": "Briey (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:49:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11935	larquey-pierre-1884-07-10	{"a5": "466", "g55": "07-254"}	{"g55": "07-254", "lerrcp": "A5-466"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Larquey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:56", "date": "1884-07-10 19:00", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 0.73333, "lat": 45.18333, "name": ". Citon-Cénac", "geoid": 0}, "notime": null, "date-ut": "1884-07-10 18:57:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Larquey"}, "birth": {"tzo": "+00:02:56", "date": "1884-07-10 19:00", "place": {"c2": "24", "cy": "FR", "lg": 0.73333, "lat": 45.18333, "name": "Citon-Cenac", "geoid": 0}, "date-ut": "1884-07-10 18:57:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-466"}, "ids-in-sources": {"a5": "466"}}, "raw": {"H": "18", "MN": "57", "TZ": "0", "COD": "24", "COU": "F", "DAY": "10", "LAT": "45N11", "LON": "0E44", "MON": "7", "NUM": "466", "PRO": "A", "SEC": "4", "YEA": "1884", "CITY": "CITON-CENAC"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": ". Citon-Cénac"}}, "partial-ids": {"g55": "07-254"}, "ids-in-source": {"g55": "07-254"}}, "raw": {"DAY": "10-7-1884", "HOUR": "19 h.", "NAME": "LARQUEY Pierre", "PLACE": ". Citon-Cénac (Dordogne)."}, "date": "2023-08-20T14:49:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11937	latour-pierre-1907-05-28	{"a5": "468", "g55": "07-256"}	{"g55": "07-256", "lerrcp": "A5-468"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Latour", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1907-05-28 07:00", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.62055, "lat": 44.20199, "name": "Agen", "geoid": 3038634}, "notime": null, "date-ut": "1907-05-28 06:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Latour"}, "birth": {"tzo": "+00:09:21", "date": "1907-05-28 07:00", "place": {"c2": "47", "cy": "FR", "lg": 0.62055, "lat": 44.20199, "name": "Agen", "geoid": 3038634}, "date-ut": "1907-05-28 06:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-468"}, "ids-in-sources": {"a5": "468"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "47", "COU": "F", "DAY": "28", "LAT": "44N12", "LON": "0E38", "MON": "5", "NUM": "468", "PRO": "A", "SEC": "40", "YEA": "1907", "CITY": "AGEN"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-256"}, "ids-in-source": {"g55": "07-256"}}, "raw": {"DAY": "28-5-1907", "HOUR": "7 h.", "NAME": "\\fLATOUR Pierre", "PLACE": "Agen (Lot-et-Garonne)."}, "date": "2023-08-20T14:49:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11938	lauby-francoise-1929-03-28	{"a5": "469", "g55": "07-431"}	{"g55": "07-431", "lerrcp": "A5-469"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francoise", "family": "Lauby", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1929-03-28 09:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1929-03-28 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Francoise", "family": "Lauby"}, "birth": {"tzo": "+00:00", "date": "1929-03-28 09:00", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1929-03-28 09:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-469"}, "ids-in-sources": {"a5": "469"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "33", "COU": "F", "DAY": "28", "LAT": "44N50", "LON": "0W34", "MON": "3", "NUM": "469", "PRO": "A", "SEC": "0", "YEA": "1929", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-431"}, "ids-in-source": {"g55": "07-431"}}, "raw": {"DAY": "28-3-1929", "HOUR": "9 h.", "NAME": "LAUBY Francoise", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:49:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11941	leautaud-firmin-1834-07-10	{"a5": "472"}	{"lerrcp": "A5-472"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Firmin", "family": "Leautaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25", "date": "1834-07-10 14:00", "note": null, "place": {"c1": null, "c2": "04", "c3": null, "cy": "FR", "lg": 6.25, "lat": 44.1, "name": "Fours", "geoid": 0}, "notime": null, "date-ut": "1834-07-10 13:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Firmin", "family": "Leautaud"}, "birth": {"tzo": "+00:25", "date": "1834-07-10 14:00", "place": {"c2": "04", "cy": "FR", "lg": 6.25, "lat": 44.1, "name": "Fours", "geoid": 0}, "date-ut": "1834-07-10 13:35"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-472"}, "ids-in-sources": {"a5": "472"}}, "raw": {"H": "13", "MN": "35", "TZ": "0", "COD": "04", "COU": "F", "DAY": "10", "LAT": "44N 6", "LON": "6E15", "MON": "7", "NUM": "472", "PRO": "A", "SEC": "0", "YEA": "1834", "CITY": "FOURS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11942	le-bargy-charles-1858-08-28	{"a5": "473", "g55": "07-258"}	{"g55": "07-258", "lerrcp": "A5-473"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Le Bargy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1858-08-28 01:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1858-08-28 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Le Bargy"}, "birth": {"tzo": "+00:09:24", "date": "1858-08-28 01:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1858-08-28 00:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-473"}, "ids-in-sources": {"a5": "473"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "28", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "473", "PRO": "A", "SEC": "40", "YEA": "1858", "CITY": "PARIS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-258"}, "ids-in-source": {"g55": "07-258"}}, "raw": {"DAY": "28-8-1858", "HOUR": "1 h.", "NAME": "LE BARGY Charles Gustave", "PLACE": "Paris (Seine). )"}, "date": "2023-08-20T14:49:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11945	lebrun-marie-1836-03-08	{"a5": "476"}	{"lerrcp": "A5-476"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Lebrun", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:26:07", "date": "1836-03-08 12:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.52923, "lat": 49.41363, "name": "Waldwisse", "geoid": 2967497}, "notime": null, "date-ut": "1836-03-08 11:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Lebrun"}, "birth": {"tzo": "+00:26:07", "date": "1836-03-08 12:00", "place": {"c2": "57", "cy": "FR", "lg": 6.52923, "lat": 49.41363, "name": "Waldwisse", "geoid": 2967497}, "date-ut": "1836-03-08 11:35:16"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-476"}, "ids-in-sources": {"a5": "476"}}, "raw": {"H": "11", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "8", "LAT": "49N 7", "LON": "6E11", "MON": "3", "NUM": "476", "PRO": "A", "SEC": "16", "YEA": "1836", "CITY": "WALDWISSE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11947	lec-jean-1899-07-11	{"a5": "478"}	{"lerrcp": "A5-478"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lec", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-07-11 14:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1899-07-11 13:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lec"}, "birth": {"tzo": "+00:09:21", "date": "1899-07-11 14:00", "place": {"c2": "35", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1899-07-11 13:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-478"}, "ids-in-sources": {"a5": "478"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "35", "COU": "F", "DAY": "11", "LAT": "48N 7", "LON": "1W40", "MON": "7", "NUM": "478", "PRO": "A", "SEC": "40", "YEA": "1899", "CITY": "RENNES"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11946	le-brun-rene-1923-12-28	{"a5": "477", "g55": "07-432"}	{"g55": "07-432", "lerrcp": "A5-477"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Le Brun", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-12-28 08:15", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.56991, "lat": 49.648, "name": "Montdidier", "geoid": 2992760}, "notime": null, "date-ut": "1923-12-28 08:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "René", "family": "Le Brun"}, "birth": {"tzo": "+00:00", "date": "1923-12-28 08:15", "place": {"c2": "80", "cy": "FR", "lg": 2.56991, "lat": 49.648, "name": "Montdidier", "geoid": 2992760}, "date-ut": "1923-12-28 08:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-477"}, "ids-in-sources": {"a5": "477"}}, "raw": {"H": "8", "MN": "15", "TZ": "0", "COD": "80", "COU": "F", "DAY": "28", "LAT": "49N54", "LON": "2E18", "MON": "12", "NUM": "477", "PRO": "A", "SEC": "0", "YEA": "1923", "CITY": "MONTDIDIER"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-432"}, "ids-in-source": {"g55": "07-432"}}, "raw": {"DAY": "28-12-1923", "HOUR": "8 h. 15", "NAME": "LE BRUN René", "PLACE": "Montdidier (Somme)."}, "date": "2023-08-20T14:49:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11952	legay-marcel-1851-11-08	{"a5": "483"}	{"lerrcp": "A5-483"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Legay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:21", "date": "1851-11-08 16:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.58876, "lat": 50.46643, "name": "Ruitz", "geoid": 2982179}, "notime": null, "date-ut": "1851-11-08 15:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Legay"}, "birth": {"tzo": "+00:10:21", "date": "1851-11-08 16:00", "place": {"c2": "62", "cy": "FR", "lg": 2.58876, "lat": 50.46643, "name": "Ruitz", "geoid": 2982179}, "date-ut": "1851-11-08 15:48:56"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-483"}, "ids-in-sources": {"a5": "483"}}, "raw": {"H": "15", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "8", "LAT": "50N18", "LON": "2E46", "MON": "11", "NUM": "483", "PRO": "A", "SEC": "56", "YEA": "1851", "CITY": "RUITZ"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11953	legrand-jean-baptiste-1796-08-26	{"a5": "484", "g55": "07-88"}	{"g55": "07-88", "lerrcp": "A5-484"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Baptiste", "family": "Legrand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1796-08-26 01:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "10", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1796-08-26 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean-Baptiste", "family": "Legrand"}, "birth": {"tzo": "+00:09:24", "date": "1796-08-26 01:00", "place": {"c2": "75", "c3": "10", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1796-08-26 00:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-484"}, "ids-in-sources": {"a5": "484"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "26", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "484", "PRO": "A", "SEC": "40", "YEA": "1796", "CITY": "PARIS 10E"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-88"}, "ids-in-source": {"g55": "07-88"}}, "raw": {"DAY": "26-8-1796", "HOUR": "1 h.", "NAME": "LEGRAND", "PLACE": "Paris (Seine)."}, "date": "2023-08-20T14:49:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11950	lefevre-bel-rene-1909-05-31	{"a5": "481", "g55": "07-434"}	{"g55": "07-434", "lerrcp": "A5-481"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Lefevre-Bel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1909-05-31 14:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 1.90972, "lat": 48.99173, "name": "Les Mureaux", "geoid": 3000192}, "notime": null, "date-ut": "1909-05-31 13:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "René", "family": "Lefevre-Bel"}, "birth": {"tzo": "+00:09:21", "date": "1909-05-31 14:00", "place": {"c2": "78", "cy": "FR", "lg": 1.90972, "lat": 48.99173, "name": "Les Mureaux", "geoid": 3000192}, "date-ut": "1909-05-31 13:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-481"}, "ids-in-sources": {"a5": "481"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "78", "COU": "F", "DAY": "31", "LAT": "48N50", "LON": "2E 8", "MON": "5", "NUM": "481", "PRO": "A", "SEC": "40", "YEA": "1909", "CITY": "LES MUREAUX"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-434"}, "ids-in-source": {"g55": "07-434"}}, "raw": {"DAY": "31-5-1909", "HOUR": "14 h.", "NAME": "\\fLEFEVRE-BEL Rene", "PLACE": "Les Mureaux (Seine-et-Oise)."}, "date": "2023-08-20T14:49:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11954	lelievre-leo-1872-04-01	{"a5": "485"}	{"lerrcp": "A5-485"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leo", "family": "Lelievre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:07", "date": "1872-04-01 11:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "notime": null, "date-ut": "1872-04-01 10:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Leo", "family": "Lelievre"}, "birth": {"tzo": "+00:16:07", "date": "1872-04-01 11:00", "place": {"c2": "51", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "date-ut": "1872-04-01 10:42:32"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-485"}, "ids-in-sources": {"a5": "485"}}, "raw": {"H": "10", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "1", "LAT": "48N57", "LON": "4E22", "MON": "4", "NUM": "485", "PRO": "A", "SEC": "32", "YEA": "1872", "CITY": "REIMS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11956	lemaitre-antoine-1830-01-16	{"a5": "487"}	{"lerrcp": "A5-487"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Lemaitre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1830-01-16 16:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1830-01-16 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Lemaitre"}, "birth": {"tzo": "+00:09:24", "date": "1830-01-16 16:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1830-01-16 15:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-487"}, "ids-in-sources": {"a5": "487"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "16", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "487", "PRO": "A", "SEC": "40", "YEA": "1830", "CITY": "PARIS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11958	lemercier-eugene-1862-03-01	{"a5": "489"}	{"lerrcp": "A5-489"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Lemercier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1862-03-01 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "6", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1862-03-01 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Lemercier"}, "birth": {"tzo": "+00:09:24", "date": "1862-03-01 06:00", "place": {"c2": "75", "c3": "6", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1862-03-01 05:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-489"}, "ids-in-sources": {"a5": "489"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "1", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "489", "PRO": "A", "SEC": "40", "YEA": "1862", "CITY": "PARIS 6E"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11955	lemaire-philippe-1927-03-14	{"a5": "486", "g55": "07-261"}	{"g55": "07-261", "lerrcp": "A5-486"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Lemaire", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1927-03-14 11:45", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.60252, "lat": 49.06427, "name": "Moussy-le-Neuf", "geoid": 2991362}, "notime": null, "date-ut": "1927-03-14 11:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Lemaire"}, "birth": {"tzo": "+00:00", "date": "1927-03-14 11:45", "place": {"c2": "77", "cy": "FR", "lg": 2.60252, "lat": 49.06427, "name": "Moussy-le-Neuf", "geoid": 2991362}, "date-ut": "1927-03-14 11:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-486"}, "ids-in-sources": {"a5": "486"}}, "raw": {"H": "11", "MN": "45", "TZ": "0", "COD": "77", "COU": "F", "DAY": "14", "LAT": "48N33", "LON": "2E40", "MON": "3", "NUM": "486", "PRO": "A", "SEC": "0", "YEA": "1927", "CITY": "MOUSSY-LE-NEUF"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-261"}, "ids-in-source": {"g55": "07-261"}}, "raw": {"DAY": "14-3-1927", "HOUR": "11 h. 45", "NAME": "LEMAIRE Philippe", "PLACE": "Moussy-le-Neuf (Seine-et-M.)."}, "date": "2023-08-20T14:49:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11959	lemeril-edme-1836-05-02	{"a5": "490"}	{"lerrcp": "A5-490"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edme", "family": "Lemeril", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1836-05-02 11:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1836-05-02 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Edme", "family": "Lemeril"}, "birth": {"tzo": "+00:09:24", "date": "1836-05-02 11:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1836-05-02 10:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-490"}, "ids-in-sources": {"a5": "490"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "490", "PRO": "A", "SEC": "40", "YEA": "1836", "CITY": "PARIS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11961	leocadie-cator-1841-04-14	{"a5": "492"}	{"lerrcp": "A5-492"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Cator)", "family": "Leocadie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:08", "date": "1841-04-14 19:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.53333, "lat": 47.46667, "name": "Les Rosiers", "geoid": 0}, "notime": null, "date-ut": "1841-04-14 19:02:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Cator)", "family": "Leocadie"}, "birth": {"tzo": "-00:02:08", "date": "1841-04-14 19:00", "place": {"c2": "49", "cy": "FR", "lg": -0.53333, "lat": 47.46667, "name": "Les Rosiers", "geoid": 0}, "date-ut": "1841-04-14 19:02:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-492"}, "ids-in-sources": {"a5": "492"}}, "raw": {"H": "19", "MN": "2", "TZ": "0", "COD": "49", "COU": "F", "DAY": "14", "LAT": "47N28", "LON": "0W32", "MON": "4", "NUM": "492", "PRO": "A", "SEC": "8", "YEA": "1841", "CITY": "LES ROSIERS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11962	le-poulain-jean-1924-09-12	{"a5": "493"}	{"lerrcp": "A5-493"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Le Poulain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1924-09-12 06:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1924-09-12 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Le Poulain"}, "birth": {"tzo": "+01:00", "date": "1924-09-12 06:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1924-09-12 05:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-493"}, "ids-in-sources": {"a5": "493"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "13", "COU": "F", "DAY": "12", "LAT": "43N18", "LON": "5E22", "MON": "9", "NUM": "493", "PRO": "A", "SEC": "0", "YEA": "1924", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11963	leproux-pierre-1908-04-09	{"a5": "494"}	{"lerrcp": "A5-494"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Leproux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1908-04-09 00:10", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly", "geoid": 0}, "notime": null, "date-ut": "1908-04-09 00:00:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Leproux"}, "birth": {"tzo": "+00:09:21", "date": "1908-04-09 00:10", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly", "geoid": 0}, "date-ut": "1908-04-09 00:00:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-494"}, "ids-in-sources": {"a5": "494"}}, "raw": {"H": "0", "MN": "0", "TZ": "0", "COD": "92", "COU": "F", "DAY": "9", "LAT": "48N50", "LON": "2E11", "MON": "4", "NUM": "494", "PRO": "A", "SEC": "40", "YEA": "1908", "CITY": "NEUILLY"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11964	lerou-marie-1855-04-10	{"a5": "495"}	{"lerrcp": "A5-495"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Lerou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:32", "date": "1855-04-10 17:00", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.63333, "lat": 44.2, "name": "Penne", "geoid": 0}, "notime": null, "date-ut": "1855-04-10 16:57:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Lerou"}, "birth": {"tzo": "+00:02:32", "date": "1855-04-10 17:00", "place": {"c2": "47", "cy": "FR", "lg": 0.63333, "lat": 44.2, "name": "Penne", "geoid": 0}, "date-ut": "1855-04-10 16:57:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-495"}, "ids-in-sources": {"a5": "495"}}, "raw": {"H": "16", "MN": "57", "TZ": "0", "COD": "47", "COU": "F", "DAY": "10", "LAT": "44N12", "LON": "0E38", "MON": "4", "NUM": "495", "PRO": "A", "SEC": "28", "YEA": "1855", "CITY": "PENNE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11966	le-royer-michel-1932-08-31	{"a5": "497"}	{"lerrcp": "A5-497"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Le Royer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1932-08-31 04:00", "note": null, "place": {"c1": null, "c2": "61", "c3": null, "cy": "FR", "lg": -0.14564, "lat": 48.56743, "name": "Carrouges", "geoid": 3028512}, "notime": null, "date-ut": "1932-08-31 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Le Royer"}, "birth": {"tzo": "+01:00", "date": "1932-08-31 04:00", "place": {"c2": "61", "cy": "FR", "lg": -0.14564, "lat": 48.56743, "name": "Carrouges", "geoid": 3028512}, "date-ut": "1932-08-31 03:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-497"}, "ids-in-sources": {"a5": "497"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "61", "COU": "F", "DAY": "31", "LAT": "48N26", "LON": "0E 5", "MON": "8", "NUM": "497", "PRO": "A", "SEC": "0", "YEA": "1932", "CITY": "CARROUGES"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11968	levassor-pierre-1808-01-22	{"a5": "499", "g55": "07-92"}	{"g55": "07-92", "lerrcp": "A5-499"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Levassor", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:48", "date": "1808-01-22 19:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.70177, "lat": 48.40908, "name": "Fontainebleau", "geoid": 3018074}, "notime": null, "date-ut": "1808-01-22 18:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Levassor"}, "birth": {"tzo": "+00:10:48", "date": "1808-01-22 19:00", "place": {"c2": "77", "cy": "FR", "lg": 2.70177, "lat": 48.40908, "name": "Fontainebleau", "geoid": 3018074}, "date-ut": "1808-01-22 18:49:20"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-499"}, "ids-in-sources": {"a5": "499"}}, "raw": {"H": "18", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "22", "LAT": "48N33", "LON": "2E40", "MON": "1", "NUM": "499", "PRO": "A", "SEC": "20", "YEA": "1808", "CITY": "FONTAINEBLEAU"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-92"}, "ids-in-source": {"g55": "07-92"}}, "raw": {"DAY": "22-1-1808", "HOUR": "19 h.", "NAME": "LEVASSOR Pierre Thomas", "PLACE": "Fontainebleau (S.-et-M.)."}, "date": "2023-08-20T14:49:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11969	gauquelin-a5-500-1877-12-06	{"a5": "500"}	{"lerrcp": "A5-500"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-500", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1877-12-06 23:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "18", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1877-12-06 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-500"}, "birth": {"tzo": "+00:09:24", "date": "1877-12-06 23:00", "place": {"c2": "75", "c3": "18", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1877-12-06 22:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-500"}, "ids-in-sources": {"a5": "500"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "6", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "500", "PRO": "A", "SEC": "40", "YEA": "1877", "CITY": "PARIS 18E"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11970	levy-amelie-1831-04-11	{"a5": "501"}	{"lerrcp": "A5-501"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amelie", "family": "Levy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:49", "date": "1831-04-11 16:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.45594, "lat": 48.53974, "name": "Mutzig", "geoid": 2991086}, "notime": null, "date-ut": "1831-04-11 15:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Amelie", "family": "Levy"}, "birth": {"tzo": "+00:29:49", "date": "1831-04-11 16:00", "place": {"c2": "67", "cy": "FR", "lg": 7.45594, "lat": 48.53974, "name": "Mutzig", "geoid": 2991086}, "date-ut": "1831-04-11 15:29"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-501"}, "ids-in-sources": {"a5": "501"}}, "raw": {"H": "15", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "11", "LAT": "48N35", "LON": "7E45", "MON": "4", "NUM": "501", "PRO": "A", "SEC": "0", "YEA": "1831", "CITY": "MUTZIG"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11972	linder-max-1883-12-16	{"a5": "503"}	{"lerrcp": "A5-503"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Linder", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:43", "date": "1883-12-16 01:55:53", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.42859, "lat": 44.91716, "name": "Saint-Loubès", "geoid": 2978749}, "notime": null, "date-ut": "1883-12-16 01:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Max", "family": "Linder"}, "birth": {"tzo": "-00:01:43", "date": "1883-12-16 01:55:53", "place": {"c2": "33", "cy": "FR", "lg": -0.42859, "lat": 44.91716, "name": "Saint-Loubès", "geoid": 2978749}, "date-ut": "1883-12-16 01:57:36"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-503"}, "ids-in-sources": {"a5": "503"}}, "raw": {"H": "1", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "16", "LAT": "44N50", "LON": "0W34", "MON": "12", "NUM": "503", "PRO": "A", "SEC": "36", "YEA": "1883", "CITY": "SAINT-LOUBES"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11973	lisbonne-maxime-1839-03-24	{"a5": "504", "g55": "07-94"}	{"g55": "07-94", "lerrcp": "A5-504"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maxime", "family": "Lisbonne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1839-03-24 08:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1839-03-24 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Maxime", "family": "Lisbonne"}, "birth": {"tzo": "+00:09:24", "date": "1839-03-24 08:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1839-03-24 07:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-504"}, "ids-in-sources": {"a5": "504"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "24", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "504", "PRO": "A", "SEC": "40", "YEA": "1839", "CITY": "PARIS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-94"}, "ids-in-source": {"g55": "07-94"}}, "raw": {"DAY": "24-3-1839", "HOUR": "8 h.", "NAME": "LISBONNE Maxime", "PLACE": "Paris (Seine)."}, "date": "2023-08-20T14:49:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11974	lody-marie-1859-05-26	{"a5": "505"}	{"lerrcp": "A5-505"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Lody", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1859-05-26 01:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1859-05-26 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Lody"}, "birth": {"tzo": "+00:09:24", "date": "1859-05-26 01:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1859-05-26 00:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-505"}, "ids-in-sources": {"a5": "505"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "26", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "505", "PRO": "A", "SEC": "40", "YEA": "1859", "CITY": "PARIS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11976	lucas-pesral-1895-12-08	{"a5": "507"}	{"lerrcp": "A5-507"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Pesral)", "family": "Lucas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-12-08 14:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.82823, "lat": 46.31407, "name": "Mâcon", "geoid": 2996882}, "notime": null, "date-ut": "1895-12-08 13:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Pesral)", "family": "Lucas"}, "birth": {"tzo": "+00:09:21", "date": "1895-12-08 14:00", "place": {"c2": "71", "cy": "FR", "lg": 4.82823, "lat": 46.31407, "name": "Mâcon", "geoid": 2996882}, "date-ut": "1895-12-08 13:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-507"}, "ids-in-sources": {"a5": "507"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "71", "COU": "F", "DAY": "8", "LAT": "46N18", "LON": "4E50", "MON": "12", "NUM": "507", "PRO": "A", "SEC": "40", "YEA": "1895", "CITY": "MACON"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11975	louis-pierre-1917-06-14	{"a5": "506", "g55": "07-263"}	{"g55": "07-263", "lerrcp": "A5-506"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Louis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-06-14 03:00", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "notime": null, "date-ut": "1917-06-14 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Louis"}, "birth": {"tzo": "+01:00", "date": "1917-06-14 03:00", "place": {"c2": "72", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "date-ut": "1917-06-14 02:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-506"}, "ids-in-sources": {"a5": "506"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "72", "COU": "F", "DAY": "14", "LAT": "48N 1", "LON": "0E12", "MON": "6", "NUM": "506", "PRO": "A", "SEC": "0", "YEA": "1917", "CITY": "LE MANS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-263"}, "ids-in-source": {"g55": "07-263"}}, "raw": {"DAY": "14-6-1917", "HOUR": "3 h.", "NAME": "LOUIS Pierre", "PLACE": "Le Mans (Sarthe)."}, "date": "2023-08-20T14:49:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11981	maille-victoire-1876-06-08	{"a5": "512"}	{"lerrcp": "A5-512"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victoire", "family": "Maille", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:40", "date": "1876-06-08 19:00", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": 0.16667, "lat": 45.65, "name": "Saint-Laurent", "geoid": 0}, "notime": null, "date-ut": "1876-06-08 18:59:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Victoire", "family": "Maille"}, "birth": {"tzo": "+00:00:40", "date": "1876-06-08 19:00", "place": {"c2": "16", "cy": "FR", "lg": 0.16667, "lat": 45.65, "name": "Saint-Laurent", "geoid": 0}, "date-ut": "1876-06-08 18:59:20"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-512"}, "ids-in-sources": {"a5": "512"}}, "raw": {"H": "18", "MN": "59", "TZ": "0", "COD": "16", "COU": "F", "DAY": "8", "LAT": "45N39", "LON": "0E10", "MON": "6", "NUM": "512", "PRO": "A", "SEC": "20", "YEA": "1876", "CITY": "ST-LAURENT"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11982	maillot-maurice-1906-09-18	{"a5": "513", "g55": "07-437"}	{"g55": "07-437", "lerrcp": "A5-513"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Maillot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1906-09-18 05:30", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.3674, "lat": 49.50979, "name": "Rethel", "geoid": 2983891}, "notime": null, "date-ut": "1906-09-18 05:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Maillot"}, "birth": {"tzo": "+00:09:21", "date": "1906-09-18 05:30", "place": {"c2": "08", "cy": "FR", "lg": 4.3674, "lat": 49.50979, "name": "Rethel", "geoid": 2983891}, "date-ut": "1906-09-18 05:20:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-513"}, "ids-in-sources": {"a5": "513"}}, "raw": {"H": "5", "MN": "20", "TZ": "0", "COD": "08", "COU": "F", "DAY": "18", "LAT": "49N46", "LON": "4E44", "MON": "9", "NUM": "513", "PRO": "A", "SEC": "40", "YEA": "1906", "CITY": "RETHEL"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-437"}, "ids-in-source": {"g55": "07-437"}}, "raw": {"DAY": "18-9-1906", "HOUR": "5 h. 30", "NAME": "MAILLOT Maurice", "PLACE": "Rethel (Ardennes)."}, "date": "2023-08-20T14:49:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11984	malard-emile-1841-05-15	{"a5": "515"}	{"lerrcp": "A5-515"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Malard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1841-05-15 03:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1841-05-15 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Malard"}, "birth": {"tzo": "+00:09:24", "date": "1841-05-15 03:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1841-05-15 02:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-515"}, "ids-in-sources": {"a5": "515"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "15", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "515", "PRO": "A", "SEC": "40", "YEA": "1841", "CITY": "PARIS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11986	mallarme-georges-1864-11-18	{"a5": "517"}	{"lerrcp": "A5-517"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Mallarme", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:04", "date": "1864-11-18 11:15", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Montreuil-sur-Mer", "geoid": 0}, "notime": null, "date-ut": "1864-11-18 11:03:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Mallarme"}, "birth": {"tzo": "+00:11:04", "date": "1864-11-18 11:15", "place": {"c2": "62", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Montreuil-sur-Mer", "geoid": 0}, "date-ut": "1864-11-18 11:03:56"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-517"}, "ids-in-sources": {"a5": "517"}}, "raw": {"H": "11", "MN": "3", "TZ": "0", "COD": "62", "COU": "F", "DAY": "18", "LAT": "50N18", "LON": "2E46", "MON": "11", "NUM": "517", "PRO": "A", "SEC": "56", "YEA": "1864", "CITY": "MONTREUIL-S-MER"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11985	malet-hubert-1916-04-01	{"a5": "516", "g55": "07-439"}	{"g55": "07-439", "lerrcp": "A5-516"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hubert", "family": "Malet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-04-01 09:00", "note": null, "place": {"c1": null, "c2": "36", "c3": null, "cy": "FR", "lg": 1.68333, "lat": 46.81667, "name": "Leblanc", "geoid": 0}, "notime": null, "date-ut": "1916-04-01 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Hubert", "family": "Malet"}, "birth": {"tzo": "+00:00", "date": "1916-04-01 09:00", "place": {"c2": "36", "cy": "FR", "lg": 1.68333, "lat": 46.81667, "name": "Leblanc", "geoid": 0}, "date-ut": "1916-04-01 09:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-516"}, "ids-in-sources": {"a5": "516"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "36", "COU": "F", "DAY": "1", "LAT": "46N49", "LON": "1E41", "MON": "4", "NUM": "516", "PRO": "A", "SEC": "0", "YEA": "1916", "CITY": "LEBLANC"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Leblanc"}}, "partial-ids": {"g55": "07-439"}, "ids-in-source": {"g55": "07-439"}}, "raw": {"DAY": "1-4-1916", "HOUR": "9 h.", "NAME": "MALET (de) Hubert", "PLACE": "Leblanc (Indre)."}, "date": "2023-08-20T14:49:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11989	manvoy-josephine-1843-06-29	{"a5": "520"}	{"lerrcp": "A5-520"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Josephine", "family": "Manvoy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1843-06-29 18:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1843-06-29 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Josephine", "family": "Manvoy"}, "birth": {"tzo": "+00:09:24", "date": "1843-06-29 18:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1843-06-29 17:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-520"}, "ids-in-sources": {"a5": "520"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "29", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "520", "PRO": "A", "SEC": "40", "YEA": "1843", "CITY": "PARIS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11991	marais-leon-1853-04-29	{"a5": "522", "g55": "07-98"}	{"g55": "07-98", "lerrcp": "A5-522"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Marais", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1853-04-29 18:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1853-04-29 17:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Marais"}, "birth": {"tzo": "+00:21:31", "date": "1853-04-29 18:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1853-04-29 17:38:32"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-522"}, "ids-in-sources": {"a5": "522"}}, "raw": {"H": "17", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "29", "LAT": "43N18", "LON": "5E22", "MON": "4", "NUM": "522", "PRO": "A", "SEC": "32", "YEA": "1853", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-98"}, "ids-in-source": {"g55": "07-98"}}, "raw": {"DAY": "29-4-1853", "HOUR": "18 h.", "NAME": "MARAIS Léon", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:49:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11992	marcas-dominique-1920-08-08	{"a5": "523", "g55": "07-441"}	{"g55": "07-441", "lerrcp": "A5-523"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dominique", "family": "Marcas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-08-08 15:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.04454, "lat": 49.23132, "name": "Dozulé", "geoid": 3020865}, "notime": null, "date-ut": "1920-08-08 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Dominique", "family": "Marcas"}, "birth": {"tzo": "+01:00", "date": "1920-08-08 15:00", "place": {"c2": "14", "cy": "FR", "lg": -0.04454, "lat": 49.23132, "name": "Dozulé", "geoid": 3020865}, "date-ut": "1920-08-08 14:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-523"}, "ids-in-sources": {"a5": "523"}}, "raw": {"H": "14", "MN": "0", "TZ": "0", "COD": "14", "COU": "F", "DAY": "8", "LAT": "49N11", "LON": "0W22", "MON": "8", "NUM": "523", "PRO": "A", "SEC": "0", "YEA": "1920", "CITY": "DOZULE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-441"}, "ids-in-source": {"g55": "07-441"}}, "raw": {"DAY": "8-8-1920", "HOUR": "15 h.", "NAME": "MARCAS Dominique", "PLACE": "Dozulé (Calvados)."}, "date": "2023-08-20T14:49:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11996	marcilly-blanche-1848-03-10	{"a5": "527"}	{"lerrcp": "A5-527"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Blanche", "family": "Marcilly", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1848-03-10 10:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1848-03-10 10:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Blanche", "family": "Marcilly"}, "birth": {"tzo": "+00:09:24", "date": "1848-03-10 10:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1848-03-10 10:20:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-527"}, "ids-in-sources": {"a5": "527"}}, "raw": {"H": "10", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "10", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "527", "PRO": "A", "SEC": "40", "YEA": "1848", "CITY": "PARIS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
11997	marconi-jean-1906-06-01	{"a5": "528", "g55": "07-268"}	{"g55": "07-268", "lerrcp": "A5-528"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Marconi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1906-06-01 09:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1906-06-01 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Marconi"}, "birth": {"tzo": "+00:09:21", "date": "1906-06-01 09:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1906-06-01 08:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-528"}, "ids-in-sources": {"a5": "528"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "31", "COU": "F", "DAY": "1", "LAT": "43N37", "LON": "1E26", "MON": "6", "NUM": "528", "PRO": "A", "SEC": "40", "YEA": "1906", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-268"}, "ids-in-source": {"g55": "07-268"}}, "raw": {"DAY": "1-6-1906", "HOUR": "9 h.", "NAME": "MARCONI Jean", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:49:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11998	marcyl-cecyl-1890-07-06	{"a5": "529", "g55": "07-442"}	{"g55": "07-442", "lerrcp": "A5-529"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cecyl", "family": "Marcyl", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:34", "date": "1890-07-06 21:00", "note": null, "place": {"c1": null, "c2": "53", "c3": null, "cy": "FR", "lg": -0.64106, "lat": 48.08435, "name": "Argentré", "geoid": 3037017}, "notime": null, "date-ut": "1890-07-06 21:03"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-529"}, "birth": {"tzo": "-00:02:34", "date": "1890-07-06 21:00", "place": {"c2": "53", "cy": "FR", "lg": -0.64106, "lat": 48.08435, "name": "Argentré", "geoid": 3037017}, "date-ut": "1890-07-06 21:03"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-529"}, "ids-in-sources": {"a5": "529"}}, "raw": {"H": "21", "MN": "3", "TZ": "0", "COD": "53", "COU": "F", "DAY": "6", "LAT": "48N 4", "LON": "0W45", "MON": "7", "NUM": "529", "PRO": "A", "SEC": "0", "YEA": "1890", "CITY": "ARGENTRE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"name": {"given": "Cecyl", "family": "Marcyl", "nobility": ""}, "slug": "marcyl-cecyl-1890-07-06", "partial-ids": {"g55": "07-442"}, "ids-in-source": {"g55": "07-442"}}, "raw": {"DAY": "6-7-1890", "HOUR": "21 h.", "NAME": "MARCYL Cecyl", "PLACE": "Argentré (Mayenne)."}, "date": "2023-08-20T14:49:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12000	mariano-luis-1914-08-12	{"a5": "531"}	{"lerrcp": "A5-531"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luis", "family": "Mariano", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "ES", "lg": -1.78938, "lat": 43.33904, "name": "Irun", "geoid": 3120304}, "notime": null, "date-ut": "1914-08-12 23:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Luis", "family": "Mariano"}, "birth": {"place": {"c2": "", "cy": "ES", "lg": -1.78938, "lat": 43.33904, "name": "Irun", "geoid": 3120304}, "date-ut": "1914-08-12 23:30:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-531"}, "ids-in-sources": {"a5": "531"}}, "raw": {"H": "23", "MN": "30", "TZ": "0", "COD": "ESP", "COU": "F", "DAY": "12", "LAT": "43N21", "LON": "1W47", "MON": "8", "NUM": "531", "PRO": "A", "SEC": "0", "YEA": "1914", "CITY": "IRUN"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12001	martin-jean-1903-05-07	{"a5": "532"}	{"lerrcp": "A5-532"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Martin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1903-05-07 13:30", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.25404, "lat": 48.91882, "name": "Colombes", "geoid": 3024266}, "notime": null, "date-ut": "1903-05-07 13:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Martin"}, "birth": {"tzo": "+00:09:21", "date": "1903-05-07 13:30", "place": {"c2": "92", "cy": "FR", "lg": 2.25404, "lat": 48.91882, "name": "Colombes", "geoid": 3024266}, "date-ut": "1903-05-07 13:20:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-532"}, "ids-in-sources": {"a5": "532"}}, "raw": {"H": "13", "MN": "20", "TZ": "0", "COD": "92", "COU": "F", "DAY": "7", "LAT": "48N50", "LON": "2E11", "MON": "5", "NUM": "532", "PRO": "A", "SEC": "40", "YEA": "1903", "CITY": "COLOMBES"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12002	martini-augustin-1882-05-17	{"a5": "533"}	{"lerrcp": "A5-533"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Augustin", "family": "Martini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:35", "date": "1882-05-17 06:00", "note": null, "place": {"c1": null, "c2": "20", "c3": null, "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Bastia", "geoid": 0}, "notime": null, "date-ut": "1882-05-17 05:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Augustin", "family": "Martini"}, "birth": {"tzo": "+00:35", "date": "1882-05-17 06:00", "place": {"c2": "20", "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Bastia", "geoid": 0}, "date-ut": "1882-05-17 05:25"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-533"}, "ids-in-sources": {"a5": "533"}}, "raw": {"H": "5", "MN": "25", "TZ": "0", "COD": "20", "COU": "F", "DAY": "17", "LAT": "41N55", "LON": "8E45", "MON": "5", "NUM": "533", "PRO": "A", "SEC": "0", "YEA": "1882", "CITY": "BASTIA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12003	matrot-pierre-1848-12-07	{"a5": "534"}	{"lerrcp": "A5-534"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Matrot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:21", "date": "1848-12-07 00:30", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 4.83887, "lat": 47.02413, "name": "Beaune", "geoid": 3034126}, "notime": null, "date-ut": "1848-12-07 00:09:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Matrot"}, "birth": {"tzo": "+00:19:21", "date": "1848-12-07 00:30", "place": {"c2": "21", "cy": "FR", "lg": 4.83887, "lat": 47.02413, "name": "Beaune", "geoid": 3034126}, "date-ut": "1848-12-07 00:09:52"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-534"}, "ids-in-sources": {"a5": "534"}}, "raw": {"H": "0", "MN": "9", "TZ": "0", "COD": "21", "COU": "F", "DAY": "7", "LAT": "47N19", "LON": "5E 2", "MON": "12", "NUM": "534", "PRO": "A", "SEC": "52", "YEA": "1848", "CITY": "BEAUNE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12005	gauquelin-a5-536-1888-05-19	{"a5": "536"}	{"lerrcp": "A5-536"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-536", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1888-05-19 12:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "10", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1888-05-19 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-536"}, "birth": {"tzo": "+00:09:24", "date": "1888-05-19 12:00", "place": {"c2": "75", "c3": "10", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1888-05-19 11:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-536"}, "ids-in-sources": {"a5": "536"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "19", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "536", "PRO": "A", "SEC": "40", "YEA": "1888", "CITY": "PARIS 10E"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12006	max-dearly-rolland-1874-11-22	{"a5": "537"}	{"lerrcp": "A5-537"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Rolland)", "family": "Max-Dearly", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1874-11-22 13:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "17", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1874-11-22 13:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Rolland)", "family": "Max-Dearly"}, "birth": {"tzo": "+00:09:24", "date": "1874-11-22 13:30", "place": {"c2": "75", "c3": "17", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1874-11-22 13:20:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-537"}, "ids-in-sources": {"a5": "537"}}, "raw": {"H": "13", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "22", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "537", "PRO": "A", "SEC": "40", "YEA": "1874", "CITY": "PARIS 17E"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12008	mayol-felix-1872-11-18	{"a5": "539"}	{"lerrcp": "A5-539"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Mayol", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:43", "date": "1872-11-18 06:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1872-11-18 05:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Mayol"}, "birth": {"tzo": "+00:23:43", "date": "1872-11-18 06:00", "place": {"c2": "83", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1872-11-18 05:34:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-539"}, "ids-in-sources": {"a5": "539"}}, "raw": {"H": "5", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "18", "LAT": "43N32", "LON": "6E28", "MON": "11", "NUM": "539", "PRO": "A", "SEC": "8", "YEA": "1872", "CITY": "TOULON"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12007	max-harry-ablin-1882-01-30	{"a5": "538", "g55": "07-444"}	{"g55": "07-444", "lerrcp": "A5-538"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Ablin)", "family": "Max-Harry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:20", "date": "1882-01-30 13:45", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Beauvais", "geoid": 3034006}, "notime": null, "date-ut": "1882-01-30 13:36:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Ablin)", "family": "Max-Harry"}, "birth": {"tzo": "+00:08:20", "date": "1882-01-30 13:45", "place": {"c2": "60", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Beauvais", "geoid": 3034006}, "date-ut": "1882-01-30 13:36:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-538"}, "ids-in-sources": {"a5": "538"}}, "raw": {"H": "13", "MN": "36", "TZ": "0", "COD": "60", "COU": "F", "DAY": "30", "LAT": "49N26", "LON": "2E 5", "MON": "1", "NUM": "538", "PRO": "A", "SEC": "40", "YEA": "1882", "CITY": "BEAUVAIS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-444"}, "ids-in-source": {"g55": "07-444"}}, "raw": {"DAY": "30-1-1882", "HOUR": "13 h. 45", "NAME": "MAX-HARRY", "PLACE": "Beauvais (Oise)."}, "date": "2023-08-20T14:49:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12009	mazoudier-joseph-1846-10-07	{"a5": "540"}	{"lerrcp": "A5-540"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Mazoudier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1846-10-07 04:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1846-10-07 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Mazoudier"}, "birth": {"tzo": "+00:09:24", "date": "1846-10-07 04:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1846-10-07 03:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-540"}, "ids-in-sources": {"a5": "540"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "7", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "540", "PRO": "A", "SEC": "40", "YEA": "1846", "CITY": "PARIS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12010	gauquelin-a5-542-1870-02-16	{"a5": "542"}	{"lerrcp": "A5-542"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-542", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:36", "date": "1870-02-16 01:00", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.15, "lat": 46.98333, "name": "Cosne", "geoid": 0}, "notime": null, "date-ut": "1870-02-16 00:47:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-542"}, "birth": {"tzo": "+00:12:36", "date": "1870-02-16 01:00", "place": {"c2": "58", "cy": "FR", "lg": 3.15, "lat": 46.98333, "name": "Cosne", "geoid": 0}, "date-ut": "1870-02-16 00:47:24"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-542"}, "ids-in-sources": {"a5": "542"}}, "raw": {"H": "0", "MN": "47", "TZ": "0", "COD": "58", "COU": "F", "DAY": "16", "LAT": "46N59", "LON": "3E 9", "MON": "2", "NUM": "542", "PRO": "A", "SEC": "24", "YEA": "1870", "CITY": "COSNE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12011	melrack-louis-1890-12-12	{"a5": "543", "g55": "07-445"}	{"g55": "07-445", "lerrcp": "A5-543"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Melrack", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:49", "date": "1890-12-12 09:15", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "notime": null, "date-ut": "1890-12-12 09:14:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Melrack"}, "birth": {"tzo": "+00:00:49", "date": "1890-12-12 09:15", "place": {"c2": "72", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "date-ut": "1890-12-12 09:14:12"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-543"}, "ids-in-sources": {"a5": "543"}}, "raw": {"H": "9", "MN": "14", "TZ": "0", "COD": "72", "COU": "F", "DAY": "12", "LAT": "48N 1", "LON": "0E12", "MON": "12", "NUM": "543", "PRO": "A", "SEC": "12", "YEA": "1890", "CITY": "LE MANS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-445"}, "ids-in-source": {"g55": "07-445"}}, "raw": {"DAY": "12-12-1890", "HOUR": "9 h. 15", "NAME": "MELRACK Louis", "PLACE": "Le Mans (Sarthe)."}, "date": "2023-08-20T14:49:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12015	michel-andre-1843-02-20	{"a5": "547"}	{"lerrcp": "A5-547"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Michel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1843-02-20 04:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1843-02-20 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "André", "family": "Michel"}, "birth": {"tzo": "+00:09:24", "date": "1843-02-20 04:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1843-02-20 03:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-547"}, "ids-in-sources": {"a5": "547"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "20", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "547", "PRO": "A", "SEC": "40", "YEA": "1843", "CITY": "PARIS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12014	meurisse-paul-1912-12-21	{"a5": "546", "g55": "07-271"}	{"g55": "07-271", "lerrcp": "A5-546"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Meurisse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-12-21 23:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 2.37681, "lat": 51.0344, "name": "Dunkerque", "geoid": 3020686}, "notime": null, "date-ut": "1912-12-21 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Meurisse"}, "birth": {"tzo": "+00:00", "date": "1912-12-21 23:00", "place": {"c2": "59", "cy": "FR", "lg": 2.37681, "lat": 51.0344, "name": "Dunkerque", "geoid": 3020686}, "date-ut": "1912-12-21 23:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-546"}, "ids-in-sources": {"a5": "546"}}, "raw": {"H": "23", "MN": "0", "TZ": "0", "COD": "59", "COU": "F", "DAY": "21", "LAT": "50N39", "LON": "3E 5", "MON": "12", "NUM": "546", "PRO": "A", "SEC": "0", "YEA": "1912", "CITY": "DUNKERQUE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-271"}, "ids-in-source": {"g55": "07-271"}}, "raw": {"DAY": "21-12-1912", "HOUR": "23 h.", "NAME": "MEURISSE Paul", "PLACE": "Dunkerque (Nord)."}, "date": "2023-08-20T14:49:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12013	meunier-raymond-1920-01-15	{"a5": "545", "g55": "07-447"}	{"g55": "07-447", "lerrcp": "A5-545"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Meunier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1920-01-15 21:30", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.70177, "lat": 48.40908, "name": "Fontainebleau", "geoid": 3018074}, "notime": null, "date-ut": "1920-01-15 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Meunier"}, "birth": {"tzo": "+00:00", "date": "1920-01-15 21:30", "place": {"c2": "77", "cy": "FR", "lg": 2.70177, "lat": 48.40908, "name": "Fontainebleau", "geoid": 3018074}, "date-ut": "1920-01-15 21:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-545"}, "ids-in-sources": {"a5": "545"}}, "raw": {"H": "21", "MN": "30", "TZ": "0", "COD": "77", "COU": "F", "DAY": "15", "LAT": "48N33", "LON": "2E40", "MON": "1", "NUM": "545", "PRO": "A", "SEC": "0", "YEA": "1920", "CITY": "FONTAINEBLEAU"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-447"}, "ids-in-source": {"g55": "07-447"}}, "raw": {"DAY": "15-1-1920", "HOUR": "21 h. 30", "NAME": "MEUNIER Raymond", "PLACE": "Fontainebleau (Seine-et-O.)."}, "date": "2023-08-20T14:49:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12022	modot-gaston-1887-12-31	{"a5": "554"}	{"lerrcp": "A5-554"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Modot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1887-12-31 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "14", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1887-12-31 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Modot"}, "birth": {"tzo": "+00:09:24", "date": "1887-12-31 05:00", "place": {"c2": "75", "c3": "14", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1887-12-31 04:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-554"}, "ids-in-sources": {"a5": "554"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "31", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "554", "PRO": "A", "SEC": "40", "YEA": "1887", "CITY": "PARIS 14E"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12019	mirecour-tranchant-1806-09-06	{"a5": "551", "g55": "07-101"}	{"g55": "07-101", "lerrcp": "A5-551"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Tranchant)", "family": "Mirecour", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:13", "date": "1806-09-06 07:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.55214, "lat": 48.84881, "name": "Condé-sur-Noireau", "geoid": 3023953}, "notime": null, "date-ut": "1806-09-06 07:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Tranchant)", "family": "Mirecour"}, "birth": {"tzo": "-00:02:13", "date": "1806-09-06 07:00", "place": {"c2": "14", "cy": "FR", "lg": -0.55214, "lat": 48.84881, "name": "Condé-sur-Noireau", "geoid": 3023953}, "date-ut": "1806-09-06 07:01:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-551"}, "ids-in-sources": {"a5": "551"}}, "raw": {"H": "7", "MN": "1", "TZ": "0", "COD": "14", "COU": "F", "DAY": "6", "LAT": "49N11", "LON": "0W22", "MON": "9", "NUM": "551", "PRO": "A", "SEC": "28", "YEA": "1806", "CITY": "CONDE-S/NOIREAU"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-101"}, "ids-in-source": {"g55": "07-101"}}, "raw": {"DAY": "6-9-1806", "HOUR": "7 h.", "NAME": "MIRECOUR", "PLACE": "Condé-sur-Noireau (Calvados)."}, "date": "2023-08-20T14:49:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12021	mocky-jean-1929-07-06	{"a5": "553", "g55": "07-274"}	{"g55": "07-274", "lerrcp": "A5-553"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Mocky", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1929-07-06 12:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1929-07-06 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Mocky"}, "birth": {"tzo": "+01:00", "date": "1929-07-06 12:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1929-07-06 11:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-553"}, "ids-in-sources": {"a5": "553"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "06", "COU": "F", "DAY": "6", "LAT": "43N42", "LON": "7E16", "MON": "7", "NUM": "553", "PRO": "A", "SEC": "0", "YEA": "1929", "CITY": "NICE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-274"}, "ids-in-source": {"g55": "07-274"}}, "raw": {"DAY": "6-7-1929", "HOUR": "12 h.", "NAME": "MOCKY Jean-Pierre", "PLACE": "Nice (Alpes-Maritimes)."}, "date": "2023-08-20T14:49:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12023	moise-anais-1841-08-16	{"a5": "555"}	{"lerrcp": "A5-555"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anais", "family": "Moise", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01:42", "date": "1841-08-16 09:00", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.4258, "lat": 48.17902, "name": "Bonnétable", "geoid": 3031723}, "notime": null, "date-ut": "1841-08-16 08:59:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Anais", "family": "Moise"}, "birth": {"tzo": "+00:01:42", "date": "1841-08-16 09:00", "place": {"c2": "72", "cy": "FR", "lg": 0.4258, "lat": 48.17902, "name": "Bonnétable", "geoid": 3031723}, "date-ut": "1841-08-16 08:59:12"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-555"}, "ids-in-sources": {"a5": "555"}}, "raw": {"H": "8", "MN": "59", "TZ": "0", "COD": "72", "COU": "F", "DAY": "16", "LAT": "48N 1", "LON": "0E12", "MON": "8", "NUM": "555", "PRO": "A", "SEC": "12", "YEA": "1841", "CITY": "BONNETABLE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12025	mondos-jules-1867-12-30	{"a5": "557"}	{"lerrcp": "A5-557"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Mondos", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:56", "date": "1867-12-30 05:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Charenton", "geoid": 0}, "notime": null, "date-ut": "1867-12-30 04:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Mondos"}, "birth": {"tzo": "+00:09:56", "date": "1867-12-30 05:00", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Charenton", "geoid": 0}, "date-ut": "1867-12-30 04:50:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-557"}, "ids-in-sources": {"a5": "557"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "30", "LAT": "48N47", "LON": "2E29", "MON": "12", "NUM": "557", "PRO": "A", "SEC": "4", "YEA": "1867", "CITY": "CHARENTON"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12026	monget-marie-1854-07-01	{"a5": "558"}	{"lerrcp": "A5-558"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Monget", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:36", "date": "1854-07-01 02:00", "note": null, "place": {"c1": null, "c2": "70", "c3": null, "cy": "FR", "lg": 6.15, "lat": 47.61667, "name": "Arc", "geoid": 0}, "notime": null, "date-ut": "1854-07-01 01:35:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Monget"}, "birth": {"tzo": "+00:24:36", "date": "1854-07-01 02:00", "place": {"c2": "70", "cy": "FR", "lg": 6.15, "lat": 47.61667, "name": "Arc", "geoid": 0}, "date-ut": "1854-07-01 01:35:24"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-558"}, "ids-in-sources": {"a5": "558"}}, "raw": {"H": "1", "MN": "35", "TZ": "0", "COD": "70", "COU": "F", "DAY": "1", "LAT": "47N37", "LON": "6E 9", "MON": "7", "NUM": "558", "PRO": "A", "SEC": "24", "YEA": "1854", "CITY": "ARC"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12027	monlaur-jean-1811-02-25	{"a5": "559"}	{"lerrcp": "A5-559"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Monlaur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1811-02-25 06:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1811-02-25 06:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Monlaur"}, "birth": {"tzo": "+00:09:24", "date": "1811-02-25 06:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1811-02-25 06:20:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-559"}, "ids-in-sources": {"a5": "559"}}, "raw": {"H": "6", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "25", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "559", "PRO": "A", "SEC": "40", "YEA": "1811", "CITY": "PARIS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12029	monrose-maurice-1873-08-13	{"a5": "561"}	{"lerrcp": "A5-561"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Monrose", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:38", "date": "1873-08-13 22:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.15863, "lat": 48.8898, "name": "Chatou", "geoid": 3026033}, "notime": null, "date-ut": "1873-08-13 21:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Monrose"}, "birth": {"tzo": "+00:08:38", "date": "1873-08-13 22:00", "place": {"c2": "78", "cy": "FR", "lg": 2.15863, "lat": 48.8898, "name": "Chatou", "geoid": 3026033}, "date-ut": "1873-08-13 21:51:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-561"}, "ids-in-sources": {"a5": "561"}}, "raw": {"H": "21", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "13", "LAT": "48N50", "LON": "2E 8", "MON": "8", "NUM": "561", "PRO": "A", "SEC": "28", "YEA": "1873", "CITY": "CHATOU"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12030	montagne-marie-1836-01-05	{"a5": "562"}	{"lerrcp": "A5-562"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Montagne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:20", "date": "1836-01-05 04:02", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 4.08504, "lat": 47.84488, "name": "Tanlay", "geoid": 2973421}, "notime": null, "date-ut": "1836-01-05 03:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Montagne"}, "birth": {"tzo": "+00:16:20", "date": "1836-01-05 04:02", "place": {"c2": "89", "cy": "FR", "lg": 4.08504, "lat": 47.84488, "name": "Tanlay", "geoid": 2973421}, "date-ut": "1836-01-05 03:45:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-562"}, "ids-in-sources": {"a5": "562"}}, "raw": {"H": "3", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "5", "LAT": "47N48", "LON": "3E35", "MON": "1", "NUM": "562", "PRO": "A", "SEC": "40", "YEA": "1836", "CITY": "TANLAY"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12032	montehus-brunschwig-1872-07-09	{"a5": "564"}	{"lerrcp": "A5-564"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Brunschwig)", "family": "Montehus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1872-07-09 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "10", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1872-07-09 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Brunschwig)", "family": "Montehus"}, "birth": {"tzo": "+00:09:24", "date": "1872-07-09 06:00", "place": {"c2": "75", "c3": "10", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1872-07-09 05:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-564"}, "ids-in-sources": {"a5": "564"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "9", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "564", "PRO": "A", "SEC": "40", "YEA": "1872", "CITY": "PARIS 10E"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12033	montoya-gabriel-1868-10-20	{"a5": "565"}	{"lerrcp": "A5-565"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Montoya", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:19", "date": "1868-10-20 01:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.08082, "lat": 44.12489, "name": "Alès", "geoid": 3038224}, "notime": null, "date-ut": "1868-10-20 00:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Montoya"}, "birth": {"tzo": "+00:16:19", "date": "1868-10-20 01:00", "place": {"c2": "30", "cy": "FR", "lg": 4.08082, "lat": 44.12489, "name": "Alès", "geoid": 3038224}, "date-ut": "1868-10-20 00:42:36"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-565"}, "ids-in-sources": {"a5": "565"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "20", "LAT": "43N51", "LON": "4E21", "MON": "10", "NUM": "565", "PRO": "A", "SEC": "36", "YEA": "1868", "CITY": "ALES"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12034	monty-michele-1931-06-20	{"a5": "566", "g55": "07-449"}	{"g55": "07-449", "lerrcp": "A5-566"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michele", "family": "Monty", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1931-06-20 15:45", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 5.94843, "lat": 48.20085, "name": "Vittel", "geoid": 2967845}, "notime": null, "date-ut": "1931-06-20 14:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Michele", "family": "Monty"}, "birth": {"tzo": "+01:00", "date": "1931-06-20 15:45", "place": {"c2": "88", "cy": "FR", "lg": 5.94843, "lat": 48.20085, "name": "Vittel", "geoid": 2967845}, "date-ut": "1931-06-20 14:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-566"}, "ids-in-sources": {"a5": "566"}}, "raw": {"H": "14", "MN": "45", "TZ": "0", "COD": "88", "COU": "F", "DAY": "20", "LAT": "48N10", "LON": "6E28", "MON": "6", "NUM": "566", "PRO": "A", "SEC": "0", "YEA": "1931", "CITY": "VITTEL"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-449"}, "ids-in-source": {"g55": "07-449"}}, "raw": {"DAY": "20-6-1931", "HOUR": "15 h. 45", "NAME": "MONTY Michele", "PLACE": "Vittel (Vosges)."}, "date": "2023-08-20T14:49:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12037	morice-annik-1933-05-19	{"a5": "569", "g55": "07-451"}	{"g55": "07-451", "lerrcp": "A5-569"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Annik", "family": "Morice", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1933-05-19 07:45", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.29025, "lat": 48.82345, "name": "Vanves", "geoid": 2970761}, "notime": null, "date-ut": "1933-05-19 06:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Annik", "family": "Morice"}, "birth": {"tzo": "+01:00", "date": "1933-05-19 07:45", "place": {"c2": "92", "cy": "FR", "lg": 2.29025, "lat": 48.82345, "name": "Vanves", "geoid": 2970761}, "date-ut": "1933-05-19 06:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-569"}, "ids-in-sources": {"a5": "569"}}, "raw": {"H": "6", "MN": "45", "TZ": "0", "COD": "92", "COU": "F", "DAY": "19", "LAT": "48N50", "LON": "2E11", "MON": "5", "NUM": "569", "PRO": "A", "SEC": "0", "YEA": "1933", "CITY": "VANVES"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-451"}, "ids-in-source": {"g55": "07-451"}}, "raw": {"DAY": "19-5-1933", "HOUR": "7 h. 45", "NAME": "MORICE Annik", "PLACE": "Vanves (Seine)."}, "date": "2023-08-20T14:49:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12038	morin-leonard-1828-02-27	{"a5": "570"}	{"lerrcp": "A5-570"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leonard", "family": "Morin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:30", "date": "1828-02-27 04:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.62705, "lat": 47.78019, "name": "Beaugency", "geoid": 3034297}, "notime": null, "date-ut": "1828-02-27 03:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Leonard", "family": "Morin"}, "birth": {"tzo": "+00:06:30", "date": "1828-02-27 04:00", "place": {"c2": "45", "cy": "FR", "lg": 1.62705, "lat": 47.78019, "name": "Beaugency", "geoid": 3034297}, "date-ut": "1828-02-27 03:52:24"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-570"}, "ids-in-sources": {"a5": "570"}}, "raw": {"H": "3", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "27", "LAT": "47N54", "LON": "1E54", "MON": "2", "NUM": "570", "PRO": "A", "SEC": "24", "YEA": "1828", "CITY": "BEAUGENCY"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12039	moriss-boyer-1874-05-03	{"a5": "571", "g55": "07-452"}	{"g55": "07-452", "lerrcp": "A5-571"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Boyer)", "family": "Moriss", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:26", "date": "1874-05-03 11:30", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1874-05-03 11:12:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Boyer)", "family": "Moriss"}, "birth": {"tzo": "+00:17:26", "date": "1874-05-03 11:30", "place": {"c2": "30", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1874-05-03 11:12:36"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-571"}, "ids-in-sources": {"a5": "571"}}, "raw": {"H": "11", "MN": "12", "TZ": "0", "COD": "30", "COU": "F", "DAY": "3", "LAT": "43N51", "LON": "4E21", "MON": "5", "NUM": "571", "PRO": "A", "SEC": "36", "YEA": "1874", "CITY": "NIMES"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-452"}, "ids-in-source": {"g55": "07-452"}}, "raw": {"DAY": "3-5-1874", "HOUR": "11 h. 30", "NAME": "MORISS", "PLACE": "Nimes (Gard)."}, "date": "2023-08-20T14:49:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12041	moulinot-jean-1912-06-30	{"a5": "573", "g55": "07-454"}	{"g55": "07-454", "lerrcp": "A5-573"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Moulinot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-06-30 19:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1912-06-30 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Moulinot"}, "birth": {"tzo": "+00:00", "date": "1912-06-30 19:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1912-06-30 19:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-573"}, "ids-in-sources": {"a5": "573"}}, "raw": {"H": "19", "MN": "0", "TZ": "0", "COD": "06", "COU": "F", "DAY": "30", "LAT": "43N42", "LON": "7E16", "MON": "6", "NUM": "573", "PRO": "A", "SEC": "0", "YEA": "1912", "CITY": "NICE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-454"}, "ids-in-source": {"g55": "07-454"}}, "raw": {"DAY": "30-6-1912", "HOUR": "19 h.", "NAME": "MOULINOT Jean-Paul", "PLACE": "Nice (Alpes-Maritimes)."}, "date": "2023-08-20T14:49:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12044	moy-jules-1862-11-14	{"a5": "576"}	{"lerrcp": "A5-576"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Moy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1862-11-14 23:45:04", "note": null, "place": {"c1": null, "c2": "75", "c3": "2", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1862-11-14 23:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Moy"}, "birth": {"tzo": "+00:09:24", "date": "1862-11-14 23:45:04", "place": {"c2": "75", "c3": "2", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1862-11-14 23:35:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-576"}, "ids-in-sources": {"a5": "576"}}, "raw": {"H": "23", "MN": "35", "TZ": "0", "COD": "75", "COU": "F", "DAY": "14", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "576", "PRO": "A", "SEC": "40", "YEA": "1862", "CITY": "PARIS 2E"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12047	myriane-eugenie-1878-08-08	{"a5": "579"}	{"lerrcp": "A5-579"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugenie", "family": "Myriane", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:56", "date": "1878-08-08 11:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.48333, "lat": 50.36667, "name": "Petite-Forêt", "geoid": 2987722}, "notime": null, "date-ut": "1878-08-08 10:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Eugenie", "family": "Myriane"}, "birth": {"tzo": "+00:13:56", "date": "1878-08-08 11:00", "place": {"c2": "59", "cy": "FR", "lg": 3.48333, "lat": 50.36667, "name": "Petite-Forêt", "geoid": 2987722}, "date-ut": "1878-08-08 10:47:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-579"}, "ids-in-sources": {"a5": "579"}}, "raw": {"H": "10", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "8", "LAT": "50N39", "LON": "3E 5", "MON": "8", "NUM": "579", "PRO": "A", "SEC": "40", "YEA": "1878", "CITY": "PETITE-FORET"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12045	murat-jean-1888-07-13	{"a5": "577", "g55": "07-279"}	{"g55": "07-279", "lerrcp": "A5-577"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Murat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:51", "date": "1888-07-13 14:00", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "notime": null, "date-ut": "1888-07-13 13:57:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Murat"}, "birth": {"tzo": "+00:02:51", "date": "1888-07-13 14:00", "place": {"c2": "24", "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "date-ut": "1888-07-13 13:57:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-577"}, "ids-in-sources": {"a5": "577"}}, "raw": {"H": "13", "MN": "57", "TZ": "0", "COD": "24", "COU": "F", "DAY": "13", "LAT": "45N11", "LON": "0E44", "MON": "7", "NUM": "577", "PRO": "A", "SEC": "4", "YEA": "1888", "CITY": "PERIGUEUX"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-279"}, "ids-in-source": {"g55": "07-279"}}, "raw": {"DAY": "13-7-1888", "HOUR": "14 h.", "NAME": "MURAT Jean", "PLACE": "Périgueux (Dordogne)."}, "date": "2023-08-20T14:49:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
17980	cauchard-michel-1925-06-25	{"e1": "348"}	{"lerrcp": "E1-348"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Cauchard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1925-06-25 23:30", "note": null, "place": {"c1": null, "c2": "57", "c3": "", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1925-06-25 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Cauchard"}, "birth": {"tzo": "+01:00", "date": "1925-06-25 23:30", "place": {"c2": "57", "c3": "", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1925-06-25 22:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "348"}}, "raw": {"H": "23:30", "COD": "57", "DAY": "25", "MON": "06", "NUM": "0348", "PRO": "EX", "YEA": "1925", "CITY": "Metz", "NAME": "CAUCHARD Michel", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
12050	nantier-adele-1842-06-06	{"a5": "582"}	{"lerrcp": "A5-582"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adele", "family": "Nantier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:48", "date": "1842-06-06 15:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.70177, "lat": 48.40908, "name": "Fontainebleau", "geoid": 3018074}, "notime": null, "date-ut": "1842-06-06 14:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Adele", "family": "Nantier"}, "birth": {"tzo": "+00:10:48", "date": "1842-06-06 15:00", "place": {"c2": "77", "cy": "FR", "lg": 2.70177, "lat": 48.40908, "name": "Fontainebleau", "geoid": 3018074}, "date-ut": "1842-06-06 14:49:20"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-582"}, "ids-in-sources": {"a5": "582"}}, "raw": {"H": "14", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "6", "LAT": "48N33", "LON": "2E40", "MON": "6", "NUM": "582", "PRO": "A", "SEC": "20", "YEA": "1842", "CITY": "FONTAINEBLEAU"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12052	nassiet-henri-1895-02-24	{"a5": "584", "g55": "07-281"}	{"g55": "07-281", "lerrcp": "A5-584"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Nassiet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-02-24 09:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.55144, "lat": 44.80759, "name": "Bègles", "geoid": 3033881}, "notime": null, "date-ut": "1895-02-24 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Nassiet"}, "birth": {"tzo": "+00:09:21", "date": "1895-02-24 09:00", "place": {"c2": "33", "cy": "FR", "lg": -0.55144, "lat": 44.80759, "name": "Bègles", "geoid": 3033881}, "date-ut": "1895-02-24 08:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-584"}, "ids-in-sources": {"a5": "584"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "33", "COU": "F", "DAY": "24", "LAT": "44N50", "LON": "0W34", "MON": "2", "NUM": "584", "PRO": "A", "SEC": "40", "YEA": "1895", "CITY": "BEGLES"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-281"}, "ids-in-source": {"g55": "07-281"}}, "raw": {"DAY": "24-2-1895", "HOUR": "9 h.", "NAME": "NASSIET Henri", "PLACE": "Bégles (Gironde)."}, "date": "2023-08-20T14:49:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12055	nelly-ernestine-1836-07-23	{"a5": "587"}	{"lerrcp": "A5-587"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernestine", "family": "Nelly", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1836-07-23 14:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1836-07-23 13:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Ernestine", "family": "Nelly"}, "birth": {"tzo": "+00:09:24", "date": "1836-07-23 14:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1836-07-23 13:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-587"}, "ids-in-sources": {"a5": "587"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "23", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "587", "PRO": "A", "SEC": "40", "YEA": "1836", "CITY": "PARIS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12056	noblet-alexandrine-1810-04-02	{"a5": "588", "g55": "07-104"}	{"g55": "07-104", "lerrcp": "A5-588"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandrine", "family": "Noblet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1810-04-02 15:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1810-04-02 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Alexandrine", "family": "Noblet"}, "birth": {"tzo": "+00:09:24", "date": "1810-04-02 15:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1810-04-02 14:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-588"}, "ids-in-sources": {"a5": "588"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "588", "PRO": "A", "SEC": "40", "YEA": "1810", "CITY": "PARIS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-104"}, "ids-in-source": {"g55": "07-104"}}, "raw": {"DAY": "2-4-1810", "HOUR": "15 h.", "NAME": "NOBLET Alexandrine", "PLACE": "Paris (Seine)."}, "date": "2023-08-20T14:49:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12058	noel-hubert-1924-07-22	{"a5": "590", "g55": "07-457"}	{"g55": "07-457", "lerrcp": "A5-590"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hubert", "family": "Noel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1924-07-22 13:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1924-07-22 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Hubert", "family": "Noel"}, "birth": {"tzo": "+01:00", "date": "1924-07-22 13:00", "place": {"c2": "76", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1924-07-22 12:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-590"}, "ids-in-sources": {"a5": "590"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "76", "COU": "F", "DAY": "22", "LAT": "49N26", "LON": "1E 5", "MON": "7", "NUM": "590", "PRO": "A", "SEC": "0", "YEA": "1924", "CITY": "LE HAVRE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-457"}, "ids-in-source": {"g55": "07-457"}}, "raw": {"DAY": "22-7-1924", "HOUR": "13 h.", "NAME": "NOEL Hubert", "PLACE": "Le Havre (Seine-Inférieure)."}, "date": "2023-08-20T14:49:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12060	nostag-eugene-1840-12-17	{"a5": "592"}	{"lerrcp": "A5-592"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Nostag", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1840-12-17 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1840-12-17 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Nostag"}, "birth": {"tzo": "+00:09:24", "date": "1840-12-17 06:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1840-12-17 05:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-592"}, "ids-in-sources": {"a5": "592"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "17", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "592", "PRO": "A", "SEC": "40", "YEA": "1840", "CITY": "PARIS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12061	nougaro-claude-1929-09-09	{"a5": "593"}	{"lerrcp": "A5-593"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Nougaro", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1929-09-09 10:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1929-09-09 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Nougaro"}, "birth": {"tzo": "+01:00", "date": "1929-09-09 10:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1929-09-09 09:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-593"}, "ids-in-sources": {"a5": "593"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "31", "COU": "F", "DAY": "9", "LAT": "43N37", "LON": "1E26", "MON": "9", "NUM": "593", "PRO": "A", "SEC": "0", "YEA": "1929", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12059	noel-noel-1897-08-09	{"a5": "591", "g55": "07-283"}	{"g55": "07-283", "lerrcp": "A5-591"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Noel-Noel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1897-08-09 04:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "4", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1897-08-09 04:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Noel-Noel"}, "birth": {"tzo": "+00:09:21", "date": "1897-08-09 04:30", "place": {"c2": "75", "c3": "4", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1897-08-09 04:20:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-591"}, "ids-in-sources": {"a5": "591"}}, "raw": {"H": "4", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "9", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "591", "PRO": "A", "SEC": "40", "YEA": "1897", "CITY": "PARIS 4E"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-283"}, "ids-in-source": {"g55": "07-283"}}, "raw": {"DAY": "9-8-1897", "HOUR": "4 h. 30", "NAME": "NOEL-NOEL", "PLACE": "Paris (4°) (Seine)."}, "date": "2023-08-20T14:49:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12065	oleo-lapeyre-1906-06-19	{"a5": "597", "g55": "07-285"}	{"g55": "07-285", "lerrcp": "A5-597"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Lapeyre)", "family": "Oleo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1906-06-19 12:00", "note": null, "place": {"c1": null, "c2": "32", "c3": null, "cy": "FR", "lg": 0.8764, "lat": 43.62638, "name": "Gimont", "geoid": 3016023}, "notime": null, "date-ut": "1906-06-19 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Lapeyre)", "family": "Oleo"}, "birth": {"tzo": "+00:09:21", "date": "1906-06-19 12:00", "place": {"c2": "32", "cy": "FR", "lg": 0.8764, "lat": 43.62638, "name": "Gimont", "geoid": 3016023}, "date-ut": "1906-06-19 11:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-597"}, "ids-in-sources": {"a5": "597"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "32", "COU": "F", "DAY": "19", "LAT": "43N40", "LON": "0E36", "MON": "6", "NUM": "597", "PRO": "A", "SEC": "40", "YEA": "1906", "CITY": "GIMONT"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-285"}, "ids-in-source": {"g55": "07-285"}}, "raw": {"DAY": "19-6-1906", "HOUR": "-12 h.", "NAME": "OLEO Enmilienne", "PLACE": "Gimont (Gers)."}, "date": "2023-08-20T14:49:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12067	olivier-claire-1892-03-13	{"a5": "599", "g55": "07-287"}	{"g55": "07-287", "lerrcp": "A5-599"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claire", "family": "Olivier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1892-03-13 13:00", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.2, "lat": 48.01667, "name": "Valon-sur-Gé", "geoid": 0}, "notime": null, "date-ut": "1892-03-13 12:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Claire", "family": "Olivier"}, "birth": {"tzo": "+00:09:21", "date": "1892-03-13 13:00", "place": {"c2": "72", "cy": "FR", "lg": 0.2, "lat": 48.01667, "name": "Vallon-sur-Ge", "geoid": 0}, "date-ut": "1892-03-13 12:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-599"}, "ids-in-sources": {"a5": "599"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "72", "COU": "F", "DAY": "13", "LAT": "48N 1", "LON": "0E12", "MON": "3", "NUM": "599", "PRO": "A", "SEC": "40", "YEA": "1892", "CITY": "VALLON-S/GE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Valon-sur-Gé"}}, "partial-ids": {"g55": "07-287"}, "ids-in-source": {"g55": "07-287"}}, "raw": {"DAY": "13-3-1892", "HOUR": "13 h.", "NAME": "OLIVIER Claire", "PLACE": "Valon-sur-Gé (Sarthe)."}, "date": "2023-08-20T14:49:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12071	ouvrard-eloi-1855-07-02	{"a5": "603"}	{"lerrcp": "A5-603"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eloi", "family": "Ouvrard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1855-07-02 10:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1855-07-02 10:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Eloi", "family": "Ouvrard"}, "birth": {"tzo": "-00:02:19", "date": "1855-07-02 10:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1855-07-02 10:57:36"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-603"}, "ids-in-sources": {"a5": "603"}}, "raw": {"H": "10", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "2", "LAT": "44N50", "LON": "0W34", "MON": "7", "NUM": "603", "PRO": "A", "SEC": "36", "YEA": "1855", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12072	ouvrard-gaston-1890-03-10	{"a5": "604"}	{"lerrcp": "A5-604"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Ouvrard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:36", "date": "1890-03-10 11:00", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 4.9, "lat": 44.93333, "name": "Bergerac", "geoid": 0}, "notime": null, "date-ut": "1890-03-10 10:40:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Ouvrard"}, "birth": {"tzo": "+00:19:36", "date": "1890-03-10 11:00", "place": {"c2": "26", "cy": "FR", "lg": 4.9, "lat": 44.93333, "name": "Bergerac", "geoid": 0}, "date-ut": "1890-03-10 10:40:24"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-604"}, "ids-in-sources": {"a5": "604"}}, "raw": {"H": "10", "MN": "40", "TZ": "0", "COD": "26", "COU": "F", "DAY": "10", "LAT": "44N56", "LON": "4E54", "MON": "3", "NUM": "604", "PRO": "A", "SEC": "24", "YEA": "1890", "CITY": "BERGERAC"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12070	oudart-felix-1881-06-08	{"a5": "602", "g55": "07-290"}	{"g55": "07-290", "lerrcp": "A5-602"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Oudart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1881-06-08 10:30", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1881-06-08 10:17:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Oudart"}, "birth": {"tzo": "+00:12:14", "date": "1881-06-08 10:30", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1881-06-08 10:17:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-602"}, "ids-in-sources": {"a5": "602"}}, "raw": {"H": "10", "MN": "17", "TZ": "0", "COD": "59", "COU": "F", "DAY": "8", "LAT": "50N39", "LON": "3E 5", "MON": "6", "NUM": "602", "PRO": "A", "SEC": "40", "YEA": "1881", "CITY": "LILLE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-290"}, "ids-in-source": {"g55": "07-290"}}, "raw": {"DAY": "8-6-1881", "HOUR": "10 h. 30", "NAME": "OUDART Felix", "PLACE": "Lille (Nord)."}, "date": "2023-08-20T14:49:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12076	parny-flavie-1878-06-25	{"a5": "608"}	{"lerrcp": "A5-608"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Flavie", "family": "Parny", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1878-06-25 17:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Port-Marly", "geoid": 0}, "notime": null, "date-ut": "1878-06-25 16:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Flavie", "family": "Parny"}, "birth": {"tzo": "+00:08:32", "date": "1878-06-25 17:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Port-Marly", "geoid": 0}, "date-ut": "1878-06-25 16:51:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-608"}, "ids-in-sources": {"a5": "608"}}, "raw": {"H": "16", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "25", "LAT": "48N50", "LON": "2E 8", "MON": "6", "NUM": "608", "PRO": "A", "SEC": "28", "YEA": "1878", "CITY": "PORT-MARLY"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12078	passerat-edouard-1824-06-29	{"a5": "610"}	{"lerrcp": "A5-610"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Passerat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1824-06-29 21:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1824-06-29 20:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Passerat"}, "birth": {"tzo": "+00:09:24", "date": "1824-06-29 21:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1824-06-29 20:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-610"}, "ids-in-sources": {"a5": "610"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "29", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "610", "PRO": "A", "SEC": "40", "YEA": "1824", "CITY": "PARIS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12077	pascal-gisele-1921-09-17	{"a5": "609", "g55": "07-293"}	{"g55": "07-293", "lerrcp": "A5-609"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gisèle", "family": "Pascal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-09-17 08:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.01275, "lat": 43.55135, "name": "Cannes", "geoid": 3028808}, "notime": null, "date-ut": "1921-09-17 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gisèle", "family": "Pascal"}, "birth": {"tzo": "+01:00", "date": "1921-09-17 08:00", "place": {"c2": "06", "cy": "FR", "lg": 7.01275, "lat": 43.55135, "name": "Cannes", "geoid": 3028808}, "date-ut": "1921-09-17 07:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-609"}, "ids-in-sources": {"a5": "609"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "06", "COU": "F", "DAY": "17", "LAT": "43N42", "LON": "7E16", "MON": "9", "NUM": "609", "PRO": "A", "SEC": "0", "YEA": "1921", "CITY": "CANNES"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-293"}, "ids-in-source": {"g55": "07-293"}}, "raw": {"DAY": "17-9-1921", "HOUR": "8 h.", "NAME": "PASCAL Gisele", "PLACE": "Cannes (Alpes-Maritimes)."}, "date": "2023-08-20T14:49:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12080	patry-pauline-1856-01-14	{"a5": "612"}	{"lerrcp": "A5-612"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pauline", "family": "Patry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1856-01-14 08:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1856-01-14 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Pauline", "family": "Patry"}, "birth": {"tzo": "+00:09:24", "date": "1856-01-14 08:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1856-01-14 07:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-612"}, "ids-in-sources": {"a5": "612"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "14", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "612", "PRO": "A", "SEC": "40", "YEA": "1856", "CITY": "PARIS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12081	paturel-marie-1849-01-17	{"a5": "613"}	{"lerrcp": "A5-613"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Paturel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1849-01-17 19:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1849-01-17 18:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Paturel"}, "birth": {"tzo": "+00:09:24", "date": "1849-01-17 19:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1849-01-17 18:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-613"}, "ids-in-sources": {"a5": "613"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "17", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "613", "PRO": "A", "SEC": "40", "YEA": "1849", "CITY": "PARIS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12082	paulais-georges-1884-09-16	{"a5": "614", "g55": "07-461"}	{"g55": "07-461", "lerrcp": "A5-614"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Paulais", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:00:59", "date": "1884-09-16 09:00", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": -0.24696, "lat": 45.46614, "name": "Guimps", "geoid": 3014233}, "notime": null, "date-ut": "1884-09-16 08:59:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Paulais"}, "birth": {"tzo": "-00:00:59", "date": "1884-09-16 09:00", "place": {"c2": "16", "cy": "FR", "lg": -0.24696, "lat": 45.46614, "name": "Guimps", "geoid": 3014233}, "date-ut": "1884-09-16 08:59:20"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-614"}, "ids-in-sources": {"a5": "614"}}, "raw": {"H": "8", "MN": "59", "TZ": "0", "COD": "16", "COU": "F", "DAY": "16", "LAT": "45N39", "LON": "0E10", "MON": "9", "NUM": "614", "PRO": "A", "SEC": "20", "YEA": "1884", "CITY": "GUIMPS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-461"}, "ids-in-source": {"g55": "07-461"}}, "raw": {"DAY": "16-9-1884", "HOUR": "9 h.", "NAME": "PAULAIS Georges", "PLACE": "Guimps (Charente)."}, "date": "2023-08-20T14:49:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12084	paulus-habans-1845-02-06	{"a5": "616"}	{"lerrcp": "A5-616"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Habans)", "family": "Paulus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:28", "date": "1845-02-06 08:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.36667, "lat": 43.3, "name": "Saint-Esprit Pres", "geoid": 0}, "notime": null, "date-ut": "1845-02-06 08:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Habans)", "family": "Paulus"}, "birth": {"tzo": "-00:01:28", "date": "1845-02-06 08:00", "place": {"c2": "64", "cy": "FR", "lg": -0.36667, "lat": 43.3, "name": "Saint-Esprit Pres", "geoid": 0}, "date-ut": "1845-02-06 08:01:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-616"}, "ids-in-sources": {"a5": "616"}}, "raw": {"H": "8", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "6", "LAT": "43N18", "LON": "0W22", "MON": "2", "NUM": "616", "PRO": "A", "SEC": "28", "YEA": "1845", "CITY": "ST-ESPRIT PRES"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12086	pazat-jeanne-1852-06-21	{"a5": "618"}	{"lerrcp": "A5-618"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jeanne", "family": "Pazat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1852-06-21 13:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1852-06-21 12:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jeanne", "family": "Pazat"}, "birth": {"tzo": "+00:09:24", "date": "1852-06-21 13:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1852-06-21 12:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-618"}, "ids-in-sources": {"a5": "618"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "21", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "618", "PRO": "A", "SEC": "40", "YEA": "1852", "CITY": "PARIS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12087	pellegrin-raymond-1925-01-01	{"a5": "619", "g55": "07-296"}	{"g55": "07-296", "lerrcp": "A5-619"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Pellegrin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1925-01-01 03:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1925-01-01 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Pellegrin"}, "birth": {"tzo": "+00:00", "date": "1925-01-01 03:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1925-01-01 03:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-619"}, "ids-in-sources": {"a5": "619"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "06", "COU": "F", "DAY": "1", "LAT": "43N42", "LON": "7E16", "MON": "1", "NUM": "619", "PRO": "A", "SEC": "0", "YEA": "1925", "CITY": "NICE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-296"}, "ids-in-source": {"g55": "07-296"}}, "raw": {"DAY": "1-1-1925", "HOUR": "3 h.", "NAME": "PELLEGRIN Raymond", "PLACE": "Nice (Alpes-Maritimes)."}, "date": "2023-08-20T14:49:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12090	gauquelin-a5-622-1934-07-09	{"a5": "622"}	{"lerrcp": "A5-622"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-622", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1934-07-09 18:00", "note": null, "place": {"c1": null, "c2": "82", "c3": null, "cy": "FR", "lg": 1.10666, "lat": 44.04042, "name": "Castelsarrasin", "geoid": 3028322}, "notime": null, "date-ut": "1934-07-09 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-622"}, "birth": {"tzo": "+01:00", "date": "1934-07-09 18:00", "place": {"c2": "82", "cy": "FR", "lg": 1.10666, "lat": 44.04042, "name": "Castelsarrasin", "geoid": 3028322}, "date-ut": "1934-07-09 17:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-622"}, "ids-in-sources": {"a5": "622"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "82", "COU": "F", "DAY": "9", "LAT": "44N 1", "LON": "1E20", "MON": "7", "NUM": "622", "PRO": "A", "SEC": "0", "YEA": "1934", "CITY": "CASTELSARRASIN"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12093	petit-marie-1861-01-15	{"a5": "625"}	{"lerrcp": "A5-625"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Petit", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:36", "date": "1861-01-15 07:00", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 4.9, "lat": 44.93333, "name": "Ladosse", "geoid": 0}, "notime": null, "date-ut": "1861-01-15 06:40:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Petit"}, "birth": {"tzo": "+00:19:36", "date": "1861-01-15 07:00", "place": {"c2": "26", "cy": "FR", "lg": 4.9, "lat": 44.93333, "name": "Ladosse", "geoid": 0}, "date-ut": "1861-01-15 06:40:24"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-625"}, "ids-in-sources": {"a5": "625"}}, "raw": {"H": "6", "MN": "40", "TZ": "0", "COD": "26", "COU": "F", "DAY": "15", "LAT": "44N56", "LON": "4E54", "MON": "1", "NUM": "625", "PRO": "A", "SEC": "24", "YEA": "1861", "CITY": "LADOSSE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12091	perrin-mme-1800-02-21	{"a5": "623", "g55": "07-107"}	{"g55": "07-107", "lerrcp": "A5-623"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mme", "family": "Perrin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHW", "c3": null, "cy": "CH", "lg": 6.15, "lat": 46.2, "name": "Genève", "geoid": 0}, "notime": null, "date-ut": "1800-02-21 13:30:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Mme", "family": "Perrin"}, "birth": {"place": {"c2": "SCHW", "cy": "CH", "lg": 6.15, "lat": 46.2, "name": "GENEVE", "geoid": 0}, "date-ut": "1800-02-21 13:30:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-623"}, "ids-in-sources": {"a5": "623"}}, "raw": {"H": "14", "MN": "30", "TZ": "-1", "COD": "SCHW", "COU": "S", "DAY": "21", "LAT": "46N12", "LON": "6E 9", "MON": "2", "NUM": "623", "PRO": "A", "SEC": "8", "YEA": "1800", "CITY": "GENEVE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Genève"}}, "partial-ids": {"g55": "07-107"}, "ids-in-source": {"g55": "07-107"}}, "raw": {"DAY": "21-2-1800", "HOUR": "14 h.", "NAME": "PERRIN (Mme)", "PLACE": "Genève (Suisse)."}, "date": "2023-08-20T14:49:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12098	pigaut-roger-1919-04-08	{"a5": "630", "g55": "07-302"}	{"g55": "07-302", "lerrcp": "A5-630"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Pigaut", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-04-08 22:30", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.43769, "lat": 48.8486, "name": "Vincennes", "geoid": 2968054}, "notime": null, "date-ut": "1919-04-08 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Pigaut"}, "birth": {"tzo": "+01:00", "date": "1919-04-08 22:30", "place": {"c2": "94", "cy": "FR", "lg": 2.43769, "lat": 48.8486, "name": "Vincennes", "geoid": 2968054}, "date-ut": "1919-04-08 21:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-630"}, "ids-in-sources": {"a5": "630"}}, "raw": {"H": "21", "MN": "30", "TZ": "0", "COD": "94", "COU": "F", "DAY": "8", "LAT": "48N47", "LON": "2E29", "MON": "4", "NUM": "630", "PRO": "A", "SEC": "0", "YEA": "1919", "CITY": "VINCENNES"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-302"}, "ids-in-source": {"g55": "07-302"}}, "raw": {"DAY": "8-4-1919", "HOUR": "22h. 30", "NAME": "PIGAUT Roger", "PLACE": "Vincennes (Seine)."}, "date": "2023-08-20T14:49:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12095	philippe-gerard-1922-12-04	{"a5": "627", "g55": "07-299", "afd2": "438"}	{"g55": "07-299", "lerrcp": "A5-627", "muller": "M2-438"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Philippe", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1922-12-04 14:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.01275, "lat": 43.55135, "name": "Cannes", "geoid": 3028808}, "notime": null, "date-ut": "1922-12-04 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gérard", "family": "Philippe"}, "birth": {"tzo": "+00:00", "date": "1922-12-04 14:00", "place": {"c2": "06", "cy": "FR", "lg": 7.01275, "lat": 43.55135, "name": "Cannes", "geoid": 3028808}, "date-ut": "1922-12-04 14:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-627"}, "ids-in-sources": {"a5": "627"}}, "raw": {"H": "14", "MN": "0", "TZ": "0", "COD": "06", "COU": "F", "DAY": "4", "LAT": "43N42", "LON": "7E16", "MON": "12", "NUM": "627", "PRO": "A", "SEC": "0", "YEA": "1922", "CITY": "CANNES"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "M", "occus": ["actor"], "ids-in-sources": {"afd2": "438"}}, "raw": {"CY": "F", "GQ": "G", "LG": "007 E 01", "LAT": "43 N 33", "TZO": "0.00", "DATE": "04.12.1922", "MUID": "438", "NAME": "Philipe, Gerard", "OCCU": "AR 03", "TIME": "14.00", "BOOKS": "57", "PLACE": "Cannes", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"partial-ids": {"g55": "07-299"}, "ids-in-source": {"g55": "07-299"}}, "raw": {"DAY": "4-12-1922", "HOUR": "14 h.", "NAME": "PHILIPPE Gérard", "PLACE": "Cannes (Alpes-Maritimes)."}, "date": "2023-08-20T14:49:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12099	pills-jacques-1906-03-06	{"a5": "631"}	{"lerrcp": "A5-631"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Pills", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1906-03-06 10:00", "note": null, "place": {"c1": null, "c2": "19", "c3": null, "cy": "FR", "lg": 1.77233, "lat": 45.26582, "name": "Tulle", "geoid": 2971482}, "notime": null, "date-ut": "1906-03-06 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Pills"}, "birth": {"tzo": "+00:09:21", "date": "1906-03-06 10:00", "place": {"c2": "19", "cy": "FR", "lg": 1.77233, "lat": 45.26582, "name": "Tulle", "geoid": 2971482}, "date-ut": "1906-03-06 09:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-631"}, "ids-in-sources": {"a5": "631"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "19", "COU": "F", "DAY": "6", "LAT": "45N16", "LON": "1E46", "MON": "3", "NUM": "631", "PRO": "A", "SEC": "40", "YEA": "1906", "CITY": "TULLE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12100	plan-paul-1859-02-14	{"a5": "632"}	{"lerrcp": "A5-632"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Plan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:24", "date": "1859-02-14 14:00", "note": null, "place": {"c1": null, "c2": "07", "c3": null, "cy": "FR", "lg": 4.6, "lat": 44.73333, "name": "Vals", "geoid": 0}, "notime": null, "date-ut": "1859-02-14 13:41:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Plan"}, "birth": {"tzo": "+00:18:24", "date": "1859-02-14 14:00", "place": {"c2": "07", "cy": "FR", "lg": 4.6, "lat": 44.73333, "name": "Vals", "geoid": 0}, "date-ut": "1859-02-14 13:41:36"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-632"}, "ids-in-sources": {"a5": "632"}}, "raw": {"H": "13", "MN": "41", "TZ": "0", "COD": "07", "COU": "F", "DAY": "14", "LAT": "44N44", "LON": "4E36", "MON": "2", "NUM": "632", "PRO": "A", "SEC": "36", "YEA": "1859", "CITY": "VALS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12103	ponsarde-renee-1826-12-20	{"a5": "635"}	{"lerrcp": "A5-635"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renee", "family": "Ponsarde", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:59", "date": "1826-12-20 14:00", "note": null, "place": {"c1": null, "c2": "91", "c3": null, "cy": "FR", "lg": 2.24672, "lat": 48.58875, "name": "Arpajon", "geoid": 3036823}, "notime": null, "date-ut": "1826-12-20 13:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Renee", "family": "Ponsarde"}, "birth": {"tzo": "+00:08:59", "date": "1826-12-20 14:00", "place": {"c2": "91", "cy": "FR", "lg": 2.24672, "lat": 48.58875, "name": "Arpajon", "geoid": 3036823}, "date-ut": "1826-12-20 13:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-635"}, "ids-in-sources": {"a5": "635"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "91", "COU": "F", "DAY": "20", "LAT": "48N36", "LON": "2E20", "MON": "12", "NUM": "635", "PRO": "A", "SEC": "40", "YEA": "1826", "CITY": "ARPAJON"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12102	pommier-jean-1922-08-24	{"a5": "634", "g55": "07-465"}	{"g55": "07-465", "lerrcp": "A5-634"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Pommier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-08-24 05:00", "note": null, "place": {"c1": null, "c2": "79", "c3": null, "cy": "FR", "lg": -0.45877, "lat": 46.32313, "name": "Niort", "geoid": 2990355}, "notime": null, "date-ut": "1922-08-24 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Pommier"}, "birth": {"tzo": "+01:00", "date": "1922-08-24 05:00", "place": {"c2": "79", "cy": "FR", "lg": -0.45877, "lat": 46.32313, "name": "Niort", "geoid": 2990355}, "date-ut": "1922-08-24 04:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-634"}, "ids-in-sources": {"a5": "634"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "79", "COU": "F", "DAY": "24", "LAT": "46N19", "LON": "0W27", "MON": "8", "NUM": "634", "PRO": "A", "SEC": "0", "YEA": "1922", "CITY": "NIORT"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-465"}, "ids-in-source": {"g55": "07-465"}}, "raw": {"DAY": "24-8-1922", "HOUR": "5 h.", "NAME": "POMMIER Jean", "PLACE": "Niort (Deux-Sévres)."}, "date": "2023-08-20T14:49:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12105	porte-robert-1923-03-09	{"a5": "637"}	{"lerrcp": "A5-637"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Porte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-03-09 10:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.06802, "lat": 46.03624, "name": "Roanne", "geoid": 2983362}, "notime": null, "date-ut": "1923-03-09 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Porte"}, "birth": {"tzo": "+00:00", "date": "1923-03-09 10:00", "place": {"c2": "42", "cy": "FR", "lg": 4.06802, "lat": 46.03624, "name": "Roanne", "geoid": 2983362}, "date-ut": "1923-03-09 10:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-637"}, "ids-in-sources": {"a5": "637"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "42", "COU": "F", "DAY": "9", "LAT": "45N26", "LON": "4E23", "MON": "3", "NUM": "637", "PRO": "A", "SEC": "0", "YEA": "1923", "CITY": "ROANNE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12106	potel-anne-1826-10-08	{"a5": "638"}	{"lerrcp": "A5-638"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anne", "family": "Potel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:15", "date": "1826-10-08 08:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.31393, "lat": 48.8162, "name": "Montrouge", "geoid": 2992017}, "notime": null, "date-ut": "1826-10-08 07:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Anne", "family": "Potel"}, "birth": {"tzo": "+00:09:15", "date": "1826-10-08 08:00", "place": {"c2": "92", "cy": "FR", "lg": 2.31393, "lat": 48.8162, "name": "Montrouge", "geoid": 2992017}, "date-ut": "1826-10-08 07:51:16"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-638"}, "ids-in-sources": {"a5": "638"}}, "raw": {"H": "7", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "8", "LAT": "48N50", "LON": "2E11", "MON": "10", "NUM": "638", "PRO": "A", "SEC": "16", "YEA": "1826", "CITY": "MONTROUGE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12108	preboist-paul-1927-02-21	{"a5": "640"}	{"lerrcp": "A5-640"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Preboist", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1927-02-21 23:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1927-02-21 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Preboist"}, "birth": {"tzo": "+00:00", "date": "1927-02-21 23:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1927-02-21 23:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-640"}, "ids-in-sources": {"a5": "640"}}, "raw": {"H": "23", "MN": "0", "TZ": "0", "COD": "13", "COU": "F", "DAY": "21", "LAT": "43N18", "LON": "5E22", "MON": "2", "NUM": "640", "PRO": "A", "SEC": "0", "YEA": "1927", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12107	poulouly-georges-1940-01-20	{"a5": "639", "g55": "07-304"}	{"g55": "07-304", "lerrcp": "A5-639"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Poulouly", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1940-01-20 02:30", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18232, "lat": 48.84226, "name": "Garches", "geoid": 3016675}, "notime": null, "date-ut": "1940-01-20 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Poulouly"}, "birth": {"tzo": "+00:00", "date": "1940-01-20 02:30", "place": {"c2": "92", "cy": "FR", "lg": 2.18232, "lat": 48.84226, "name": "Garches", "geoid": 3016675}, "date-ut": "1940-01-20 02:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-639"}, "ids-in-sources": {"a5": "639"}}, "raw": {"H": "2", "MN": "30", "TZ": "0", "COD": "92", "COU": "F", "DAY": "20", "LAT": "48N50", "LON": "2E11", "MON": "1", "NUM": "639", "PRO": "A", "SEC": "0", "YEA": "1940", "CITY": "GARCHES"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-304"}, "ids-in-source": {"g55": "07-304"}}, "raw": {"DAY": "20-1-1940", "HOUR": "2 h. 30", "NAME": "POUJOULY Georges", "PLACE": "Garches (Seine-et-Oise)."}, "date": "2023-08-20T14:49:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12110	prince-charles-1872-04-27	{"a5": "642"}	{"lerrcp": "A5-642"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Prince", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:35", "date": "1872-04-27 16:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.14521, "lat": 48.95264, "name": "Maisons-Laffitte", "geoid": 2996564}, "notime": null, "date-ut": "1872-04-27 15:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Prince"}, "birth": {"tzo": "+00:08:35", "date": "1872-04-27 16:00", "place": {"c2": "78", "cy": "FR", "lg": 2.14521, "lat": 48.95264, "name": "Maisons-Laffitte", "geoid": 2996564}, "date-ut": "1872-04-27 15:51:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-642"}, "ids-in-sources": {"a5": "642"}}, "raw": {"H": "15", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "27", "LAT": "48N50", "LON": "2E 8", "MON": "4", "NUM": "642", "PRO": "A", "SEC": "28", "YEA": "1872", "CITY": "MAISONS-LAFFITTE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12113	privas-xavier-1863-09-27	{"a5": "645"}	{"lerrcp": "A5-645"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Xavier", "family": "Privas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1863-09-27 23:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "2", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1863-09-27 22:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Xavier", "family": "Privas"}, "birth": {"tzo": "+00:19:23", "date": "1863-09-27 23:00", "place": {"c2": "69", "c3": "2", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1863-09-27 22:40:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-645"}, "ids-in-sources": {"a5": "645"}}, "raw": {"H": "22", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "27", "LAT": "45N46", "LON": "4E50", "MON": "9", "NUM": "645", "PRO": "A", "SEC": "40", "YEA": "1863", "CITY": "LYON 2E"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12112	priolet-antonin-1897-05-27	{"a5": "644", "g55": "07-467"}	{"g55": "07-467", "lerrcp": "A5-644"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonin", "family": "Priolet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1897-05-27 08:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Maussane", "geoid": 0}, "notime": null, "date-ut": "1897-05-27 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Antonin", "family": "Priolet"}, "birth": {"tzo": "+00:09:21", "date": "1897-05-27 08:00", "place": {"c2": "13", "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Maussane", "geoid": 0}, "date-ut": "1897-05-27 07:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-644"}, "ids-in-sources": {"a5": "644"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "13", "COU": "F", "DAY": "27", "LAT": "43N18", "LON": "5E22", "MON": "5", "NUM": "644", "PRO": "A", "SEC": "40", "YEA": "1897", "CITY": "MAUSSANE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Maussane"}}, "partial-ids": {"g55": "07-467"}, "ids-in-source": {"g55": "07-467"}}, "raw": {"DAY": "27-5-1897", "HOUR": "8 h.", "NAME": "PRIOLET Antoine", "PLACE": "Maussane (Bouches-du-Rhône)."}, "date": "2023-08-20T14:49:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12114	gauquelin-a5-646-1836-11-16	{"a5": "646"}	{"lerrcp": "A5-646"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-646", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1836-11-16 04:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1836-11-16 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-646"}, "birth": {"tzo": "+00:09:24", "date": "1836-11-16 04:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1836-11-16 03:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-646"}, "ids-in-sources": {"a5": "646"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "16", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "646", "PRO": "A", "SEC": "40", "YEA": "1836", "CITY": "PARIS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12118	gauquelin-a5-650-1883-12-18	{"a5": "650"}	{"lerrcp": "A5-650"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-650", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:44", "date": "1883-12-18 09:30", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Asnieres", "geoid": 0}, "notime": null, "date-ut": "1883-12-18 09:21:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-650"}, "birth": {"tzo": "+00:08:44", "date": "1883-12-18 09:30", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Asnieres", "geoid": 0}, "date-ut": "1883-12-18 09:21:16"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-650"}, "ids-in-sources": {"a5": "650"}}, "raw": {"H": "9", "MN": "21", "TZ": "0", "COD": "92", "COU": "F", "DAY": "18", "LAT": "48N50", "LON": "2E11", "MON": "12", "NUM": "650", "PRO": "A", "SEC": "16", "YEA": "1883", "CITY": "ASNIERES"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12116	raimbourg-lucien-1903-09-14	{"a5": "648", "g55": "07-468"}	{"g55": "07-468", "lerrcp": "A5-648"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Raimbourg", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1903-09-14 04:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Villeneuve-St-Georges", "geoid": 0}, "notime": null, "date-ut": "1903-09-14 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-648"}, "birth": {"tzo": "+00:09:21", "date": "1903-09-14 04:00", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Villeneuve-Saint-G", "geoid": 0}, "date-ut": "1903-09-14 03:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-648"}, "ids-in-sources": {"a5": "648"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "14", "LAT": "48N47", "LON": "2E29", "MON": "9", "NUM": "648", "PRO": "A", "SEC": "40", "YEA": "1903", "CITY": "VILLENEUVE-ST-G"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"name": {"given": "Lucien", "family": "Raimbourg", "nobility": ""}, "slug": "raimbourg-lucien-1903-09-14", "birth": {"place": {"name": "Villeneuve-St-Georges"}}, "partial-ids": {"g55": "07-468"}, "ids-in-source": {"g55": "07-468"}}, "raw": {"DAY": "14-9-1903", "HOUR": "4 h.", "NAME": "RAIMBOURG Lucien", "PLACE": "Villeneuve-St-Georges (S.-et-O.)."}, "date": "2023-08-20T14:49:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12121	raynaud-fernand-1926-05-19	{"a5": "653"}	{"lerrcp": "A5-653"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Raynaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1926-05-19 11:30", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 45.78333, "name": "Clermond-Ferrand", "geoid": 0}, "notime": null, "date-ut": "1926-05-19 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Raynaud"}, "birth": {"tzo": "+01:00", "date": "1926-05-19 11:30", "place": {"c2": "63", "cy": "FR", "lg": 3.08333, "lat": 45.78333, "name": "Clermond-Ferrand", "geoid": 0}, "date-ut": "1926-05-19 10:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-653"}, "ids-in-sources": {"a5": "653"}}, "raw": {"H": "10", "MN": "30", "TZ": "0", "COD": "63", "COU": "F", "DAY": "19", "LAT": "45N47", "LON": "3E 5", "MON": "5", "NUM": "653", "PRO": "A", "SEC": "0", "YEA": "1926", "CITY": "CLERMOND-FERRAND"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12122	reggiani-serge-1922-05-02	{"a5": "654"}	{"lerrcp": "A5-654"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Serge", "family": "Reggiani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "REGGIO EMILIA", "geoid": 0}, "notime": null, "date-ut": "1922-05-02 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Serge", "family": "Reggiani"}, "birth": {"place": {"c2": "", "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "REGGIO EMILIA", "geoid": 0}, "date-ut": "1922-05-02 04:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-654"}, "ids-in-sources": {"a5": "654"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "I", "COU": "F", "DAY": "2", "LAT": "44N36", "LON": "10E45", "MON": "5", "NUM": "654", "PRO": "A", "SEC": "0", "YEA": "1922", "CITY": "REGGIO EMILIA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12119	raymone-duchateau-1896-08-11	{"a5": "651", "g55": "07-469"}	{"g55": "07-469", "lerrcp": "A5-651"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Duchateau)", "family": "Raymone", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1896-08-11 06:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Gardane", "geoid": 0}, "notime": null, "date-ut": "1896-08-11 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Duchateau)", "family": "Raymone"}, "birth": {"tzo": "+00:09:21", "date": "1896-08-11 06:00", "place": {"c2": "13", "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Gardane", "geoid": 0}, "date-ut": "1896-08-11 05:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-651"}, "ids-in-sources": {"a5": "651"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "13", "COU": "F", "DAY": "11", "LAT": "43N18", "LON": "5E22", "MON": "8", "NUM": "651", "PRO": "A", "SEC": "40", "YEA": "1896", "CITY": "GARDANE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Gardane"}}, "partial-ids": {"g55": "07-469"}, "ids-in-source": {"g55": "07-469"}}, "raw": {"DAY": "11-8-1896", "HOUR": "6 h.", "NAME": "RAYMONDE", "PLACE": "Gardane (Bouches-du-Rhône)."}, "date": "2023-08-20T14:49:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12128	renard-colette-1924-11-01	{"a5": "660"}	{"lerrcp": "A5-660"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Colette", "family": "Renard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1924-11-01 05:00", "note": null, "place": {"c1": null, "c2": "95", "c3": null, "cy": "FR", "lg": 2.25804, "lat": 48.99004, "name": "Ermont", "geoid": 3019897}, "notime": null, "date-ut": "1924-11-01 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Colette", "family": "Renard"}, "birth": {"tzo": "+00:00", "date": "1924-11-01 05:00", "place": {"c2": "95", "cy": "FR", "lg": 2.25804, "lat": 48.99004, "name": "Ermont", "geoid": 3019897}, "date-ut": "1924-11-01 05:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-660"}, "ids-in-sources": {"a5": "660"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "95", "COU": "F", "DAY": "1", "LAT": "49N 0", "LON": "2E 0", "MON": "11", "NUM": "660", "PRO": "A", "SEC": "0", "YEA": "1924", "CITY": "ERMONT"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12125	rellys-bourelly-1905-12-15	{"a5": "657", "g55": "07-308"}	{"g55": "07-308", "lerrcp": "A5-657"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Bourelly)", "family": "Rellys", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1905-12-15 09:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1905-12-15 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Bourelly)", "family": "Rellys"}, "birth": {"tzo": "+00:09:21", "date": "1905-12-15 09:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1905-12-15 08:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-657"}, "ids-in-sources": {"a5": "657"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "13", "COU": "F", "DAY": "15", "LAT": "43N18", "LON": "5E22", "MON": "12", "NUM": "657", "PRO": "A", "SEC": "40", "YEA": "1905", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-308"}, "ids-in-source": {"g55": "07-308"}}, "raw": {"DAY": "15-12-1905", "HOUR": "9h.", "NAME": "RELLYS", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:49:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12130	rene-paul-voloter-1899-09-26	{"a5": "662"}	{"lerrcp": "A5-662"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Voloter)", "family": "Rene-Paul", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-09-26 05:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1899-09-26 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Voloter)", "family": "Rene-Paul"}, "birth": {"tzo": "+00:09:21", "date": "1899-09-26 05:00", "place": {"c2": "29", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1899-09-26 04:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-662"}, "ids-in-sources": {"a5": "662"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "29", "COU": "F", "DAY": "26", "LAT": "48N 0", "LON": "4W 6", "MON": "9", "NUM": "662", "PRO": "A", "SEC": "40", "YEA": "1899", "CITY": "BREST"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12132	rheville-ernest-1844-06-03	{"a5": "664"}	{"lerrcp": "A5-664"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Rheville", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:52", "date": "1844-06-03 06:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.71617, "lat": 48.65919, "name": "Solers", "geoid": 2974362}, "notime": null, "date-ut": "1844-06-03 05:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Rheville"}, "birth": {"tzo": "+00:10:52", "date": "1844-06-03 06:00", "place": {"c2": "77", "cy": "FR", "lg": 2.71617, "lat": 48.65919, "name": "Solers", "geoid": 2974362}, "date-ut": "1844-06-03 05:49:20"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-664"}, "ids-in-sources": {"a5": "664"}}, "raw": {"H": "5", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "3", "LAT": "48N33", "LON": "2E40", "MON": "6", "NUM": "664", "PRO": "A", "SEC": "20", "YEA": "1844", "CITY": "SOLERS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12133	ricet-barrier-1932-08-25	{"a5": "665"}	{"lerrcp": "A5-665"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Ricet-Barrier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1932-08-25 16:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 3.72634, "lat": 48.51085, "name": "Romilly-sur-Seine", "geoid": 2982972}, "notime": null, "date-ut": "1932-08-25 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Ricet-Barrier"}, "birth": {"tzo": "+01:00", "date": "1932-08-25 16:00", "place": {"c2": "10", "cy": "FR", "lg": 3.72634, "lat": 48.51085, "name": "Romilly-sur-Seine", "geoid": 2982972}, "date-ut": "1932-08-25 15:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-665"}, "ids-in-sources": {"a5": "665"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "10", "COU": "F", "DAY": "25", "LAT": "48N18", "LON": "4E 5", "MON": "8", "NUM": "665", "PRO": "A", "SEC": "0", "YEA": "1932", "CITY": "ROMILLY-S/SEINE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12131	renoir-pierre-1885-03-21	{"a5": "663", "g55": "07-311"}	{"g55": "07-311", "lerrcp": "A5-663"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Renoir", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1885-03-21 13:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "18", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1885-03-21 13:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Renoir"}, "birth": {"tzo": "+00:09:24", "date": "1885-03-21 13:30", "place": {"c2": "75", "c3": "18", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1885-03-21 13:20:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-663"}, "ids-in-sources": {"a5": "663"}}, "raw": {"H": "13", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "21", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "663", "PRO": "A", "SEC": "40", "YEA": "1885", "CITY": "PARIS 18E"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-311"}, "ids-in-source": {"g55": "07-311"}}, "raw": {"DAY": "21-3-1885", "HOUR": "13 h. 30", "NAME": "RENOIR Pierre", "PLACE": "Paris (18°) (Seine)."}, "date": "2023-08-20T14:49:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12137	rieux-jean-1883-06-09	{"a5": "669", "g55": "07-313"}	{"g55": "07-313", "lerrcp": "A5-669"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Rieux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:36", "date": "1883-06-09 19:00", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 2.148, "lat": 43.9298, "name": "Albi", "geoid": 3038261}, "notime": null, "date-ut": "1883-06-09 18:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Rieux"}, "birth": {"tzo": "+00:08:36", "date": "1883-06-09 19:00", "place": {"c2": "81", "cy": "FR", "lg": 2.148, "lat": 43.9298, "name": "Albi", "geoid": 3038261}, "date-ut": "1883-06-09 18:51:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-669"}, "ids-in-sources": {"a5": "669"}}, "raw": {"H": "18", "MN": "51", "TZ": "0", "COD": "81", "COU": "F", "DAY": "9", "LAT": "43N55", "LON": "2E 8", "MON": "6", "NUM": "669", "PRO": "A", "SEC": "28", "YEA": "1883", "CITY": "ALBI"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-313"}, "ids-in-source": {"g55": "07-313"}}, "raw": {"DAY": "9-6-1883", "HOUR": "19 h.", "NAME": "RIEUX Jean", "PLACE": "Albi (Tarn)."}, "date": "2023-08-20T14:49:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12136	rieux-albert-1914-10-06	{"a5": "668", "g55": "07-473"}	{"g55": "07-473", "lerrcp": "A5-668"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Rieux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-10-06 10:00", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 2.148, "lat": 43.9298, "name": "Albi", "geoid": 3038261}, "notime": null, "date-ut": "1914-10-06 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Rieux"}, "birth": {"tzo": "+00:00", "date": "1914-10-06 10:00", "place": {"c2": "81", "cy": "FR", "lg": 2.148, "lat": 43.9298, "name": "Albi", "geoid": 3038261}, "date-ut": "1914-10-06 10:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-668"}, "ids-in-sources": {"a5": "668"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "81", "COU": "F", "DAY": "6", "LAT": "43N55", "LON": "2E 8", "MON": "10", "NUM": "668", "PRO": "A", "SEC": "0", "YEA": "1914", "CITY": "ALBI"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-473"}, "ids-in-source": {"g55": "07-473"}}, "raw": {"DAY": "6-10-1914", "HOUR": "10 h.", "NAME": "RIEUX Albert", "PLACE": "Albi (Tarn)."}, "date": "2023-08-20T14:49:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12140	ripert-colette-1930-01-17	{"a5": "672", "g55": "07-314"}	{"g55": "07-314", "lerrcp": "A5-672"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Colette", "family": "Ripert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1930-01-17 21:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 43.95, "name": "Pernes-les-Fontaines", "geoid": 0}, "notime": null, "date-ut": "1930-01-17 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Colette", "family": "Ripert"}, "birth": {"tzo": "+00:00", "date": "1930-01-17 21:00", "place": {"c2": "84", "cy": "FR", "lg": 4.83333, "lat": 43.95, "name": "Pernes-les-Font", "geoid": 0}, "date-ut": "1930-01-17 21:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-672"}, "ids-in-sources": {"a5": "672"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "84", "COU": "F", "DAY": "17", "LAT": "43N57", "LON": "4E50", "MON": "1", "NUM": "672", "PRO": "A", "SEC": "0", "YEA": "1930", "CITY": "PERNES-LES-FONT"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Pernes-les-Fontaines"}}, "partial-ids": {"g55": "07-314"}, "ids-in-source": {"g55": "07-314"}}, "raw": {"DAY": "’ 17-1-1930", "HOUR": "21 h.", "NAME": "RIPERT Colette", "PLACE": "Pernes-les-Fontaines (Vaucluse)."}, "date": "2023-08-20T14:49:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12139	ringel-pierre-1922-05-01	{"a5": "671", "g55": "07-475"}	{"g55": "07-475", "lerrcp": "A5-671"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Ringel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-05-01 08:40", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.5, "lat": 48.91667, "name": "Montreuil-sous-Bois", "geoid": 0}, "notime": null, "date-ut": "1922-05-01 07:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Ringel"}, "birth": {"tzo": "+01:00", "date": "1922-05-01 08:40", "place": {"c2": "93", "cy": "FR", "lg": 2.5, "lat": 48.91667, "name": "Montreuil-Ss-Bo", "geoid": 0}, "date-ut": "1922-05-01 07:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-671"}, "ids-in-sources": {"a5": "671"}}, "raw": {"H": "7", "MN": "40", "TZ": "0", "COD": "93", "COU": "F", "DAY": "1", "LAT": "48N55", "LON": "2E30", "MON": "5", "NUM": "671", "PRO": "A", "SEC": "0", "YEA": "1922", "CITY": "MONTREUIL-SS-BO"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Montreuil-sous-Bois"}}, "partial-ids": {"g55": "07-475"}, "ids-in-source": {"g55": "07-475"}}, "raw": {"DAY": "1-5-1922", "HOUR": "8 h. 40", "NAME": "RINGEL Pierre", "PLACE": "Montreuil-sous-Bois (Seine)."}, "date": "2023-08-20T14:49:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12147	rochefort-julie-1856-02-18	{"a5": "679"}	{"lerrcp": "A5-679"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julie", "family": "Rochefort", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1856-02-18 13:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1856-02-18 12:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Julie", "family": "Rochefort"}, "birth": {"tzo": "+00:09:24", "date": "1856-02-18 13:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1856-02-18 12:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-679"}, "ids-in-sources": {"a5": "679"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "18", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "679", "PRO": "A", "SEC": "40", "YEA": "1856", "CITY": "PARIS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12148	rodor-jean-1881-04-26	{"a5": "680"}	{"lerrcp": "A5-680"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Rodor", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:46", "date": "1881-04-26 05:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "notime": null, "date-ut": "1881-04-26 04:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Rodor"}, "birth": {"tzo": "+00:14:46", "date": "1881-04-26 05:00", "place": {"c2": "34", "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "date-ut": "1881-04-26 04:44:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-680"}, "ids-in-sources": {"a5": "680"}}, "raw": {"H": "4", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "26", "LAT": "43N37", "LON": "3E53", "MON": "4", "NUM": "680", "PRO": "A", "SEC": "28", "YEA": "1881", "CITY": "SETE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12145	robinne-gabrielle-1886-07-01	{"a5": "677", "g55": "07-317"}	{"g55": "07-317", "lerrcp": "A5-677"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabrielle", "family": "Robinne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:25", "date": "1886-07-01 10:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 2.60254, "lat": 46.34015, "name": "Montluçon", "geoid": 2992292}, "notime": null, "date-ut": "1886-07-01 09:46:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gabrielle", "family": "Robinne"}, "birth": {"tzo": "+00:10:25", "date": "1886-07-01 10:00", "place": {"c2": "03", "cy": "FR", "lg": 2.60254, "lat": 46.34015, "name": "Montluçon", "geoid": 2992292}, "date-ut": "1886-07-01 09:46:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-677"}, "ids-in-sources": {"a5": "677"}}, "raw": {"H": "9", "MN": "46", "TZ": "0", "COD": "03", "COU": "F", "DAY": "1", "LAT": "46N34", "LON": "3E20", "MON": "7", "NUM": "677", "PRO": "A", "SEC": "40", "YEA": "1886", "CITY": "MONTLUCON"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-317"}, "ids-in-source": {"g55": "07-317"}}, "raw": {"DAY": "1-7-1886", "HOUR": "10 h.", "NAME": "ROBINNE Gabrielle Anne", "PLACE": "Montlucon (Allier)."}, "date": "2023-08-20T14:49:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12150	rognoni-raymond-1892-08-16	{"a5": "682"}	{"lerrcp": "A5-682"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Rognoni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1892-08-16 04:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "5", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1892-08-16 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Rognoni"}, "birth": {"tzo": "+00:09:21", "date": "1892-08-16 04:00", "place": {"c2": "75", "c3": "5", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1892-08-16 03:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-682"}, "ids-in-sources": {"a5": "682"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "16", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "682", "PRO": "A", "SEC": "40", "YEA": "1892", "CITY": "PARIS 5E"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12152	rollin-georges-1909-04-06	{"a5": "684", "g55": "07-319"}	{"g55": "07-319", "lerrcp": "A5-684"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Rollin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.05635, "lat": 48.90702, "name": "Pont-à-Mousson", "geoid": 2986306}, "notime": null, "date-ut": "1909-04-06 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Rollin"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.05635, "lat": 48.90702, "name": "Pont-à-Mousson", "geoid": 2986306}, "date-ut": "1909-04-06 08:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-684"}, "ids-in-sources": {"a5": "684"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "54", "COU": "F", "DAY": "6", "LAT": "48N42", "LON": "6E12", "MON": "4", "NUM": "684", "PRO": "A", "SEC": "40", "YEA": "1909", "CITY": "PONT-A-MOUSSON"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-319"}, "ids-in-source": {"g55": "07-319"}}, "raw": {"DAY": "6-4-1909", "HOUR": "9 h.", "NAME": "ROLLIN Georges", "PLACE": "Pont-a-Mousson (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:49:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12151	rolla-micheline-1912-05-29	{"a5": "683", "g55": "07-478"}	{"g55": "07-478", "lerrcp": "A5-683"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Micheline", "family": "Rolla", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-05-29 17:45", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Vésinet", "geoid": 0}, "notime": null, "date-ut": "1912-05-29 17:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Micheline", "family": "Rolla"}, "birth": {"tzo": "+00:00", "date": "1912-05-29 17:45", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Vesinet", "geoid": 0}, "date-ut": "1912-05-29 17:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-683"}, "ids-in-sources": {"a5": "683"}}, "raw": {"H": "17", "MN": "45", "TZ": "0", "COD": "78", "COU": "F", "DAY": "29", "LAT": "48N50", "LON": "2E 8", "MON": "5", "NUM": "683", "PRO": "A", "SEC": "0", "YEA": "1912", "CITY": "VESINET"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Vésinet"}}, "partial-ids": {"g55": "07-478"}, "ids-in-source": {"g55": "07-478"}}, "raw": {"DAY": "29-5-1912", "HOUR": "17 h. 45", "NAME": "ROLLA Micheline", "PLACE": "Vésinet (Seine-et-Oise)."}, "date": "2023-08-20T14:49:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12156	roquevert-noel-1892-12-18	{"a5": "688"}	{"lerrcp": "A5-688"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Noël", "family": "Roquevert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1892-12-18 14:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.53333, "lat": 47.46667, "name": "Doue-la-Fontain", "geoid": 0}, "notime": null, "date-ut": "1892-12-18 13:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Noël", "family": "Roquevert"}, "birth": {"tzo": "+00:09:21", "date": "1892-12-18 14:00", "place": {"c2": "49", "cy": "FR", "lg": -0.53333, "lat": 47.46667, "name": "Doue-la-Fontain", "geoid": 0}, "date-ut": "1892-12-18 13:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-688"}, "ids-in-sources": {"a5": "688"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "49", "COU": "F", "DAY": "18", "LAT": "47N28", "LON": "0W32", "MON": "12", "NUM": "688", "PRO": "A", "SEC": "40", "YEA": "1892", "CITY": "DOUE-LA-FONTAIN"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12157	rosamond-cesarine-1860-05-11	{"a5": "689"}	{"lerrcp": "A5-689"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cesarine", "family": "Rosamond", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:48", "date": "1860-05-11 03:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.19817, "lat": 44.26059, "name": "Saint-Ambroix", "geoid": 2981810}, "notime": null, "date-ut": "1860-05-11 02:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Cesarine", "family": "Rosamond"}, "birth": {"tzo": "+00:16:48", "date": "1860-05-11 03:00", "place": {"c2": "30", "cy": "FR", "lg": 4.19817, "lat": 44.26059, "name": "Saint-Ambroix", "geoid": 2981810}, "date-ut": "1860-05-11 02:42:36"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-689"}, "ids-in-sources": {"a5": "689"}}, "raw": {"H": "2", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "11", "LAT": "43N51", "LON": "4E21", "MON": "5", "NUM": "689", "PRO": "A", "SEC": "36", "YEA": "1860", "CITY": "ST-AMBROIX"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12155	romance-viviane-1912-07-04	{"a5": "687", "g55": "07-320"}	{"g55": "07-320", "lerrcp": "A5-687"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Viviane", "family": "Romance", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-07-04 19:15", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1912-07-04 19:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Viviane", "family": "Romance"}, "birth": {"tzo": "+00:00", "date": "1912-07-04 19:15", "place": {"c2": "59", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1912-07-04 19:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-687"}, "ids-in-sources": {"a5": "687"}}, "raw": {"H": "19", "MN": "15", "TZ": "0", "COD": "59", "COU": "F", "DAY": "4", "LAT": "50N39", "LON": "3E 5", "MON": "7", "NUM": "687", "PRO": "A", "SEC": "0", "YEA": "1912", "CITY": "ROUBAIX"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-320"}, "ids-in-source": {"g55": "07-320"}}, "raw": {"DAY": "4-7-1912", "HOUR": "19 h. 15", "NAME": "ROMANCE Viviane", "PLACE": "Roubaix (Nord)."}, "date": "2023-08-20T14:49:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
17982	causse-jean-1910-02-06	{"e1": "350"}	{"lerrcp": "E1-350"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Causse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-02-06 02:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.30177, "lat": 43.42721, "name": "Servian", "geoid": 2974775}, "notime": null, "date-ut": "1910-02-06 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Causse"}, "birth": {"tzo": "+00:09", "date": "1910-02-06 02:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.30177, "lat": 43.42721, "name": "Servian", "geoid": 2974775}, "date-ut": "1910-02-06 01:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "350"}}, "raw": {"H": "02:00", "COD": "34", "DAY": "06", "MON": "02", "NUM": "0350", "PRO": "PH", "YEA": "1910", "CITY": "Servian", "NAME": "CAUSSE Jean", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
12159	rossi-tino-1907-04-29	{"a5": "691", "g55": "07-321"}	{"g55": "07-321", "lerrcp": "A5-691"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tino", "family": "Rossi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1907-04-29 07:00", "note": null, "place": {"c1": null, "c2": "20", "c3": null, "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Ajaccio", "geoid": 0}, "notime": null, "date-ut": "1907-04-29 06:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Tino", "family": "Rossi"}, "birth": {"tzo": "+00:09:21", "date": "1907-04-29 07:00", "place": {"c2": "20", "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Ajaccio", "geoid": 0}, "date-ut": "1907-04-29 06:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-691"}, "ids-in-sources": {"a5": "691"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "20", "COU": "F", "DAY": "29", "LAT": "41N55", "LON": "8E45", "MON": "4", "NUM": "691", "PRO": "A", "SEC": "40", "YEA": "1907", "CITY": "AJACCIO"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Ajaccio"}}, "partial-ids": {"g55": "07-321"}, "ids-in-source": {"g55": "07-321"}}, "raw": {"DAY": "29-4-1907", "HOUR": "7 h.", "NAME": "ROSSI Tino", "PLACE": "Ajaccio (Corse)."}, "date": "2023-08-20T14:49:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12163	roux-michel-1929-07-22	{"a5": "695", "g55": "07-481"}	{"g55": "07-481", "lerrcp": "A5-695"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Roux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1929-07-22 09:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.25404, "lat": 48.91882, "name": "Colombes", "geoid": 3024266}, "notime": null, "date-ut": "1929-07-22 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Roux"}, "birth": {"tzo": "+01:00", "date": "1929-07-22 09:00", "place": {"c2": "92", "cy": "FR", "lg": 2.25404, "lat": 48.91882, "name": "Colombes", "geoid": 3024266}, "date-ut": "1929-07-22 08:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-695"}, "ids-in-sources": {"a5": "695"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "92", "COU": "F", "DAY": "22", "LAT": "48N50", "LON": "2E11", "MON": "7", "NUM": "695", "PRO": "A", "SEC": "0", "YEA": "1929", "CITY": "COLOMBES"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-481"}, "ids-in-source": {"g55": "07-481"}}, "raw": {"DAY": "22-7-1929", "HOUR": "9 h.", "NAME": "ROUX Michel", "PLACE": "Colombes (Seine)."}, "date": "2023-08-20T14:49:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12167	sablon-germaine-1899-07-19	{"a5": "699"}	{"lerrcp": "A5-699"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Germaine", "family": "Sablon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-07-19 02:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Le Perreux", "geoid": 0}, "notime": null, "date-ut": "1899-07-19 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Germaine", "family": "Sablon"}, "birth": {"tzo": "+00:09:21", "date": "1899-07-19 02:00", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Le Perreux", "geoid": 0}, "date-ut": "1899-07-19 01:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-699"}, "ids-in-sources": {"a5": "699"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "19", "LAT": "48N47", "LON": "2E29", "MON": "7", "NUM": "699", "PRO": "A", "SEC": "40", "YEA": "1899", "CITY": "LE PERREUX"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12168	sablon-jean-1906-03-25	{"a5": "700", "g55": "07-323"}	{"g55": "07-323", "lerrcp": "A5-700"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Sablon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1906-03-25 04:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.48255, "lat": 48.83669, "name": "Nogent-sur-Marne", "geoid": 2990265}, "notime": null, "date-ut": "1906-03-25 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Sablon"}, "birth": {"tzo": "+00:09:21", "date": "1906-03-25 04:00", "place": {"c2": "94", "cy": "FR", "lg": 2.48255, "lat": 48.83669, "name": "Nogent-sur-Marne", "geoid": 2990265}, "date-ut": "1906-03-25 03:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-700"}, "ids-in-sources": {"a5": "700"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "25", "LAT": "48N47", "LON": "2E29", "MON": "3", "NUM": "700", "PRO": "A", "SEC": "40", "YEA": "1906", "CITY": "NOGENT-S/MARNE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-323"}, "ids-in-source": {"g55": "07-323"}}, "raw": {"DAY": "25-3-1906", "HOUR": "4 h.", "NAME": "SABLON Jean", "PLACE": "Nogent-sur-Marne (Seine)."}, "date": "2023-08-20T14:49:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12166	rullier-gaston-1882-05-19	{"a5": "698", "g55": "07-483"}	{"g55": "07-483", "lerrcp": "A5-698"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Rullier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:00:58", "date": "1882-05-19 03:56:38", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.24186, "lat": 44.91449, "name": "Libourne", "geoid": 2998517}, "notime": null, "date-ut": "1882-05-19 03:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Rullier"}, "birth": {"tzo": "-00:00:58", "date": "1882-05-19 03:56:38", "place": {"c2": "33", "cy": "FR", "lg": -0.24186, "lat": 44.91449, "name": "Libourne", "geoid": 2998517}, "date-ut": "1882-05-19 03:57:36"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-698"}, "ids-in-sources": {"a5": "698"}}, "raw": {"H": "3", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "19", "LAT": "44N50", "LON": "0W34", "MON": "5", "NUM": "698", "PRO": "A", "SEC": "36", "YEA": "1882", "CITY": "LIBOURNE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-483"}, "ids-in-source": {"g55": "07-483"}}, "raw": {"DAY": "19-5-1882", "HOUR": "4 h.", "NAME": "RULLIER Gaston", "PLACE": "Libourne (Gironde)."}, "date": "2023-08-20T14:49:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12171	salmon-lea-1872-09-25	{"a5": "703"}	{"lerrcp": "A5-703"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lea", "family": "Salmon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:41", "date": "1872-09-25 22:00", "note": null, "place": {"c1": null, "c2": "95", "c3": null, "cy": "FR", "lg": 2.1699, "lat": 48.98994, "name": "Herblay", "geoid": 3013477}, "notime": null, "date-ut": "1872-09-25 21:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Lea", "family": "Salmon"}, "birth": {"tzo": "+00:08:41", "date": "1872-09-25 22:00", "place": {"c2": "95", "cy": "FR", "lg": 2.1699, "lat": 48.98994, "name": "Herblay", "geoid": 3013477}, "date-ut": "1872-09-25 21:52"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-703"}, "ids-in-sources": {"a5": "703"}}, "raw": {"H": "21", "MN": "52", "TZ": "0", "COD": "95", "COU": "F", "DAY": "25", "LAT": "49N 0", "LON": "2E 0", "MON": "9", "NUM": "703", "PRO": "A", "SEC": "0", "YEA": "1872", "CITY": "HERBLAY"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12173	savril-rene-1901-01-18	{"a5": "705"}	{"lerrcp": "A5-705"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Savril", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1901-01-18 01:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1901-01-18 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "René", "family": "Savril"}, "birth": {"tzo": "+00:09:21", "date": "1901-01-18 01:00", "place": {"c2": "83", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1901-01-18 00:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-705"}, "ids-in-sources": {"a5": "705"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "83", "COU": "F", "DAY": "18", "LAT": "43N32", "LON": "6E28", "MON": "1", "NUM": "705", "PRO": "A", "SEC": "40", "YEA": "1901", "CITY": "TOULON"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12169	saget-roger-1913-03-10	{"a5": "701", "g55": "07-484"}	{"g55": "07-484", "lerrcp": "A5-701"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Saget", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-03-10 21:00", "note": null, "place": {"c1": null, "c2": "79", "c3": null, "cy": "FR", "lg": -0.21175, "lat": 46.9815, "name": "Thouars", "geoid": 2972695}, "notime": null, "date-ut": "1913-03-10 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Saget"}, "birth": {"tzo": "+00:00", "date": "1913-03-10 21:00", "place": {"c2": "79", "cy": "FR", "lg": -0.21175, "lat": 46.9815, "name": "Thouars", "geoid": 2972695}, "date-ut": "1913-03-10 21:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-701"}, "ids-in-sources": {"a5": "701"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "79", "COU": "F", "DAY": "10", "LAT": "46N19", "LON": "0W27", "MON": "3", "NUM": "701", "PRO": "A", "SEC": "0", "YEA": "1913", "CITY": "THOUARS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-484"}, "ids-in-source": {"g55": "07-484"}}, "raw": {"DAY": "10-3-1913", "HOUR": "21 h.", "NAME": "SAGET Roger", "PLACE": "Thouars (Deux-Sévres)."}, "date": "2023-08-20T14:49:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12174	sauvage-catherine-1929-05-29	{"a5": "706"}	{"lerrcp": "A5-706"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Catherine", "family": "Sauvage", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1929-05-29 01:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1929-05-29 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Catherine", "family": "Sauvage"}, "birth": {"tzo": "+01:00", "date": "1929-05-29 01:00", "place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1929-05-29 00:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-706"}, "ids-in-sources": {"a5": "706"}}, "raw": {"H": "0", "MN": "0", "TZ": "0", "COD": "54", "COU": "F", "DAY": "29", "LAT": "48N42", "LON": "6E12", "MON": "5", "NUM": "706", "PRO": "A", "SEC": "0", "YEA": "1929", "CITY": "NANCY"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12175	schaeffer-helene-1863-07-25	{"a5": "707"}	{"lerrcp": "A5-707"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Helene", "family": "Schaeffer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:59", "date": "1863-07-25 17:00", "note": null, "place": {"c1": null, "c2": "95", "c3": null, "cy": "FR", "lg": 2.24744, "lat": 48.94788, "name": "Argenteuil", "geoid": 3037044}, "notime": null, "date-ut": "1863-07-25 16:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Helene", "family": "Schaeffer"}, "birth": {"tzo": "+00:08:59", "date": "1863-07-25 17:00", "place": {"c2": "95", "cy": "FR", "lg": 2.24744, "lat": 48.94788, "name": "Argenteuil", "geoid": 3037044}, "date-ut": "1863-07-25 16:52"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-707"}, "ids-in-sources": {"a5": "707"}}, "raw": {"H": "16", "MN": "52", "TZ": "0", "COD": "95", "COU": "F", "DAY": "25", "LAT": "49N 0", "LON": "2E 0", "MON": "7", "NUM": "707", "PRO": "A", "SEC": "0", "YEA": "1863", "CITY": "ARGENTEUIL"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12177	secon-gaston-1858-05-18	{"a5": "709"}	{"lerrcp": "A5-709"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Secon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1858-05-18 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1858-05-18 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Secon"}, "birth": {"tzo": "+00:09:24", "date": "1858-05-18 06:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1858-05-18 05:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-709"}, "ids-in-sources": {"a5": "709"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "18", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "709", "PRO": "A", "SEC": "40", "YEA": "1858", "CITY": "PARIS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12178	seigner-louis-1903-06-23	{"a5": "710", "g55": "07-324"}	{"g55": "07-324", "lerrcp": "A5-710"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Seigner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1903-06-23 01:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.36465, "lat": 45.63585, "name": "Saint-Chef", "geoid": 2981195}, "notime": null, "date-ut": "1903-06-23 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Seigner"}, "birth": {"tzo": "+00:09:21", "date": "1903-06-23 01:00", "place": {"c2": "38", "cy": "FR", "lg": 5.36465, "lat": 45.63585, "name": "Saint-Chef", "geoid": 2981195}, "date-ut": "1903-06-23 00:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-710"}, "ids-in-sources": {"a5": "710"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "38", "COU": "F", "DAY": "23", "LAT": "45N11", "LON": "5E43", "MON": "6", "NUM": "710", "PRO": "A", "SEC": "40", "YEA": "1903", "CITY": "SAINT-CHEF"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-324"}, "ids-in-source": {"g55": "07-324"}}, "raw": {"DAY": "23-6-1903", "HOUR": "1 h.", "NAME": "SEIGNER Louis", "PLACE": "Saint-Chef (Isère)."}, "date": "2023-08-20T14:49:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12179	serrault-michel-1928-01-21	{"a5": "711"}	{"lerrcp": "A5-711"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Serrault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1928-01-21 17:45", "note": null, "place": {"c1": null, "c2": "91", "c3": null, "cy": "FR", "lg": 2.49223, "lat": 48.6942, "name": "Brunoy", "geoid": 3029748}, "notime": null, "date-ut": "1928-01-21 17:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Serrault"}, "birth": {"tzo": "+00:00", "date": "1928-01-21 17:45", "place": {"c2": "91", "cy": "FR", "lg": 2.49223, "lat": 48.6942, "name": "Brunoy", "geoid": 3029748}, "date-ut": "1928-01-21 17:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-711"}, "ids-in-sources": {"a5": "711"}}, "raw": {"H": "17", "MN": "45", "TZ": "0", "COD": "91", "COU": "F", "DAY": "21", "LAT": "48N36", "LON": "2E20", "MON": "1", "NUM": "711", "PRO": "A", "SEC": "0", "YEA": "1928", "CITY": "BRUNOY"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12181	siblot-charles-1871-05-29	{"a5": "713", "g55": "07-325"}	{"g55": "07-325", "lerrcp": "A5-713"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Siblot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:45", "date": "1871-05-29 14:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.43769, "lat": 48.8486, "name": "Vincennes", "geoid": 2968054}, "notime": null, "date-ut": "1871-05-29 13:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Siblot"}, "birth": {"tzo": "+00:09:45", "date": "1871-05-29 14:00", "place": {"c2": "94", "cy": "FR", "lg": 2.43769, "lat": 48.8486, "name": "Vincennes", "geoid": 2968054}, "date-ut": "1871-05-29 13:50:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-713"}, "ids-in-sources": {"a5": "713"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "29", "LAT": "48N47", "LON": "2E29", "MON": "5", "NUM": "713", "PRO": "A", "SEC": "4", "YEA": "1871", "CITY": "VINCENNES"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-325"}, "ids-in-source": {"g55": "07-325"}}, "raw": {"DAY": "29-5-1871", "HOUR": "14 h.", "NAME": "SIBLOT Charles Louis", "PLACE": "Vincennes (Seine)."}, "date": "2023-08-20T14:49:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12183	signoret-jean-1886-12-13	{"a5": "715", "g55": "07-327"}	{"g55": "07-327", "lerrcp": "A5-715"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Signoret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1886-12-13 03:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1886-12-13 02:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Signoret"}, "birth": {"tzo": "+00:21:31", "date": "1886-12-13 03:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1886-12-13 02:38:32"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-715"}, "ids-in-sources": {"a5": "715"}}, "raw": {"H": "2", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "13", "LAT": "43N18", "LON": "5E22", "MON": "12", "NUM": "715", "PRO": "A", "SEC": "32", "YEA": "1886", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-327"}, "ids-in-source": {"g55": "07-327"}}, "raw": {"DAY": "13-12-1886", "HOUR": "3 h.", "NAME": "SIGNORET Jean", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:49:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12187	sorel-cecile-1873-09-07	{"a5": "719"}	{"lerrcp": "A5-719"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cecile", "family": "Sorel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1873-09-07 14:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "15", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1873-09-07 13:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Cecile", "family": "Sorel"}, "birth": {"tzo": "+00:09:24", "date": "1873-09-07 14:00", "place": {"c2": "75", "c3": "15", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1873-09-07 13:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-719"}, "ids-in-sources": {"a5": "719"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "7", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "719", "PRO": "A", "SEC": "40", "YEA": "1873", "CITY": "PARIS 15E"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12188	gauquelin-a5-720-1901-06-01	{"a5": "720"}	{"lerrcp": "A5-720"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-720", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1901-06-01 08:45", "note": null, "place": {"c1": null, "c2": "75", "c3": "5", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1901-06-01 08:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-720"}, "birth": {"tzo": "+00:09:21", "date": "1901-06-01 08:45", "place": {"c2": "75", "c3": "5", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1901-06-01 08:35:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-720"}, "ids-in-sources": {"a5": "720"}}, "raw": {"H": "8", "MN": "35", "TZ": "0", "COD": "75", "COU": "F", "DAY": "1", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "720", "PRO": "A", "SEC": "40", "YEA": "1901", "CITY": "PARIS 5E"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12185	solidor-suzy-1900-12-18	{"a5": "717", "g55": "07-330"}	{"g55": "07-330", "lerrcp": "A5-717"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Suzy", "family": "Solidor", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-12-18 06:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -2.01449, "lat": 48.63583, "name": "Saint-Servan-sur-Mer", "geoid": 2976955}, "notime": null, "date-ut": "1900-12-18 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Suzy", "family": "Solidor"}, "birth": {"tzo": "+00:09:21", "date": "1900-12-18 06:00", "place": {"c2": "35", "cy": "FR", "lg": -2.01449, "lat": 48.63583, "name": "Saint-Servan-sur-Mer", "geoid": 2976955}, "date-ut": "1900-12-18 05:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-717"}, "ids-in-sources": {"a5": "717"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "35", "COU": "F", "DAY": "18", "LAT": "48N 7", "LON": "1W40", "MON": "12", "NUM": "717", "PRO": "A", "SEC": "40", "YEA": "1900", "CITY": "ST-SERVAN-S-MER"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-330"}, "ids-in-source": {"g55": "07-330"}}, "raw": {"DAY": "18-12-1900", "HOUR": "6 h.", "NAME": "SOLIDOR Suzy", "PLACE": "Saint-Servan-sur-Mer (Ille-et-Vilaine)."}, "date": "2023-08-20T14:49:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12189	starck-marie-1877-10-28	{"a5": "721"}	{"lerrcp": "A5-721"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Starck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:45", "date": "1877-10-28 14:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18864, "lat": 48.80565, "name": "Chaville", "geoid": 3025715}, "notime": null, "date-ut": "1877-10-28 13:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Starck"}, "birth": {"tzo": "+00:08:45", "date": "1877-10-28 14:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18864, "lat": 48.80565, "name": "Chaville", "geoid": 3025715}, "date-ut": "1877-10-28 13:51:16"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-721"}, "ids-in-sources": {"a5": "721"}}, "raw": {"H": "13", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "28", "LAT": "48N50", "LON": "2E11", "MON": "10", "NUM": "721", "PRO": "A", "SEC": "16", "YEA": "1877", "CITY": "CHAVILLE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12190	strintz-leon-1850-05-15	{"a5": "722"}	{"lerrcp": "A5-722"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Strintz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:40", "date": "1850-05-15 23:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Montereau-Faut-", "geoid": 0}, "notime": null, "date-ut": "1850-05-15 22:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Strintz"}, "birth": {"tzo": "+00:10:40", "date": "1850-05-15 23:00", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Montereau-Faut-", "geoid": 0}, "date-ut": "1850-05-15 22:49:20"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-722"}, "ids-in-sources": {"a5": "722"}}, "raw": {"H": "22", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "15", "LAT": "48N33", "LON": "2E40", "MON": "5", "NUM": "722", "PRO": "A", "SEC": "20", "YEA": "1850", "CITY": "MONTEREAU-FAUT-"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12191	tabet-georges-1905-01-23	{"a5": "723", "g55": "07-331"}	{"g55": "07-331", "lerrcp": "A5-723"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Tabet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "Alger", "geoid": 0}, "notime": null, "date-ut": "1905-01-23 19:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Tabet"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "ALGER", "geoid": 0}, "date-ut": "1905-01-23 19:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-723"}, "ids-in-sources": {"a5": "723"}}, "raw": {"H": "19", "MN": "50", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "23", "LAT": "36N47", "LON": "3E 0", "MON": "1", "NUM": "723", "PRO": "A", "SEC": "40", "YEA": "1905", "CITY": "ALGER"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Alger"}}, "partial-ids": {"g55": "07-331"}, "ids-in-source": {"g55": "07-331"}}, "raw": {"DAY": "23-1-1905", "HOUR": "20 h.", "NAME": "TABET Georges", "PLACE": "Alger (Algérie)."}, "date": "2023-08-20T14:49:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12198	teulet-edmond-1862-02-23	{"a5": "730"}	{"lerrcp": "A5-730"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Teulet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1862-02-23 23:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "20", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1862-02-23 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Teulet"}, "birth": {"tzo": "+00:09:24", "date": "1862-02-23 23:00", "place": {"c2": "75", "c3": "20", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1862-02-23 22:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-730"}, "ids-in-sources": {"a5": "730"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "23", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "730", "PRO": "A", "SEC": "40", "YEA": "1862", "CITY": "PARIS 20E"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12194	tarride-abel-1865-04-18	{"a5": "726", "g55": "07-332"}	{"g55": "07-332", "lerrcp": "A5-726"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Abel", "family": "Tarride", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:50", "date": "1865-04-18 17:00", "note": null, "place": {"c1": null, "c2": "79", "c3": null, "cy": "FR", "lg": -0.45877, "lat": 46.32313, "name": "Niort", "geoid": 2990355}, "notime": null, "date-ut": "1865-04-18 17:01:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Abel", "family": "Tarride"}, "birth": {"tzo": "-00:01:50", "date": "1865-04-18 17:00", "place": {"c2": "79", "cy": "FR", "lg": -0.45877, "lat": 46.32313, "name": "Niort", "geoid": 2990355}, "date-ut": "1865-04-18 17:01:48"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-726"}, "ids-in-sources": {"a5": "726"}}, "raw": {"H": "17", "MN": "1", "TZ": "0", "COD": "79", "COU": "F", "DAY": "18", "LAT": "46N19", "LON": "0W27", "MON": "4", "NUM": "726", "PRO": "A", "SEC": "48", "YEA": "1865", "CITY": "NIORT"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-332"}, "ids-in-source": {"g55": "07-332"}}, "raw": {"DAY": "18-4-1865", "HOUR": "17 h.", "NAME": "TARRIDE Abel", "PLACE": "Niort (Deux-Sèvres)."}, "date": "2023-08-20T14:49:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12197	terrane-alain-1923-07-17	{"a5": "729", "g55": "07-487"}	{"g55": "07-487", "lerrcp": "A5-729"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Terrane", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1923-07-17 03:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.74718, "lat": 43.14247, "name": "Bandol", "geoid": 3035156}, "notime": null, "date-ut": "1923-07-17 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Alain", "family": "Terrane"}, "birth": {"tzo": "+01:00", "date": "1923-07-17 03:00", "place": {"c2": "83", "cy": "FR", "lg": 5.74718, "lat": 43.14247, "name": "Bandol", "geoid": 3035156}, "date-ut": "1923-07-17 02:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-729"}, "ids-in-sources": {"a5": "729"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "83", "COU": "F", "DAY": "17", "LAT": "43N32", "LON": "6E28", "MON": "7", "NUM": "729", "PRO": "A", "SEC": "0", "YEA": "1923", "CITY": "BANDOL"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-487"}, "ids-in-source": {"g55": "07-487"}}, "raw": {"DAY": "17-7-1923", "HOUR": "3 h.", "NAME": "TERRANE Alain", "PLACE": "Bandol (Var)."}, "date": "2023-08-20T14:49:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12200	theric-alice-1835-07-09	{"a5": "732"}	{"lerrcp": "A5-732"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alice", "family": "Theric", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1835-07-09 12:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1835-07-09 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Alice", "family": "Theric"}, "birth": {"tzo": "+00:09:24", "date": "1835-07-09 12:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1835-07-09 11:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-732"}, "ids-in-sources": {"a5": "732"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "9", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "732", "PRO": "A", "SEC": "40", "YEA": "1835", "CITY": "PARIS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12202	thiron-charles-1830-05-29	{"a5": "734", "g55": "07-119"}	{"g55": "07-119", "lerrcp": "A5-734"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Thiron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1830-05-29 18:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1830-05-29 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Thiron"}, "birth": {"tzo": "+00:09:24", "date": "1830-05-29 18:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1830-05-29 17:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-734"}, "ids-in-sources": {"a5": "734"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "29", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "734", "PRO": "A", "SEC": "40", "YEA": "1830", "CITY": "PARIS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-119"}, "ids-in-source": {"g55": "07-119"}}, "raw": {"DAY": "29-5-1830", "HOUR": "18 h.", "NAME": "THIRON Charles Joseph", "PLACE": "Paris (Seine)."}, "date": "2023-08-20T14:49:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12201	thibault-jean-1923-08-24	{"a5": "733", "g55": "07-335"}	{"g55": "07-335", "lerrcp": "A5-733"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Thibault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1923-08-24 22:55", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.58333, "lat": 47.8, "name": "Saint-Bris-le-Vineux", "geoid": 0}, "notime": null, "date-ut": "1923-08-24 21:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Thibault"}, "birth": {"tzo": "+01:00", "date": "1923-08-24 22:55", "place": {"c2": "89", "cy": "FR", "lg": 3.58333, "lat": 47.8, "name": "Saint-Bris-le-Vine", "geoid": 0}, "date-ut": "1923-08-24 21:55"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-733"}, "ids-in-sources": {"a5": "733"}}, "raw": {"H": "21", "MN": "55", "TZ": "0", "COD": "89", "COU": "F", "DAY": "24", "LAT": "47N48", "LON": "3E35", "MON": "8", "NUM": "733", "PRO": "A", "SEC": "0", "YEA": "1923", "CITY": "ST-BRIS-LE-VINE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Bris-le-Vineux"}}, "partial-ids": {"g55": "07-335"}, "ids-in-source": {"g55": "07-335"}}, "raw": {"DAY": "24-8-1923", "HOUR": "22 h. 55", "NAME": "THIBAULT Jean-Marc", "PLACE": "Saint-Bris-le-Vineux (Yon.)."}, "date": "2023-08-20T14:49:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12204	tisot-henri-1937-06-01	{"a5": "736"}	{"lerrcp": "A5-736"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Tisot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1937-06-01 11:35", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.87816, "lat": 43.10322, "name": "La Seyne-sur-Mer", "geoid": 3006414}, "notime": null, "date-ut": "1937-06-01 10:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Tisot"}, "birth": {"tzo": "+01:00", "date": "1937-06-01 11:35", "place": {"c2": "83", "cy": "FR", "lg": 5.87816, "lat": 43.10322, "name": "La Seyne-sur-Mer", "geoid": 3006414}, "date-ut": "1937-06-01 10:35"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-736"}, "ids-in-sources": {"a5": "736"}}, "raw": {"H": "10", "MN": "35", "TZ": "0", "COD": "83", "COU": "F", "DAY": "1", "LAT": "43N32", "LON": "6E28", "MON": "6", "NUM": "736", "PRO": "A", "SEC": "0", "YEA": "1937", "CITY": "LA SEYNE-S-MER"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12205	tisse-marie-1855-12-08	{"a5": "737"}	{"lerrcp": "A5-737"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Tisse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:00:43", "date": "1855-12-08 04:00", "note": null, "place": {"c1": null, "c2": "32", "c3": null, "cy": "FR", "lg": -0.18061, "lat": 43.77487, "name": "Le Houga", "geoid": 3003774}, "notime": null, "date-ut": "1855-12-08 04:02:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Tisse"}, "birth": {"tzo": "-00:00:43", "date": "1855-12-08 04:00", "place": {"c2": "32", "cy": "FR", "lg": -0.18061, "lat": 43.77487, "name": "Le Houga", "geoid": 3003774}, "date-ut": "1855-12-08 04:02:16"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-737"}, "ids-in-sources": {"a5": "737"}}, "raw": {"H": "4", "MN": "2", "TZ": "0", "COD": "32", "COU": "F", "DAY": "8", "LAT": "43N40", "LON": "0E36", "MON": "12", "NUM": "737", "PRO": "A", "SEC": "16", "YEA": "1855", "CITY": "LE HOUGA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12207	gauquelin-a5-739-1883-09-24	{"a5": "739"}	{"lerrcp": "A5-739"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-739", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:39", "date": "1883-09-24 01:54:57", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.66225, "lat": 45.12764, "name": "Blaye", "geoid": 2967108}, "notime": null, "date-ut": "1883-09-24 01:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-739"}, "birth": {"tzo": "-00:02:39", "date": "1883-09-24 01:54:57", "place": {"c2": "33", "cy": "FR", "lg": -0.66225, "lat": 45.12764, "name": "Blaye", "geoid": 2967108}, "date-ut": "1883-09-24 01:57:36"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-739"}, "ids-in-sources": {"a5": "739"}}, "raw": {"H": "1", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "24", "LAT": "44N50", "LON": "0W34", "MON": "9", "NUM": "739", "PRO": "A", "SEC": "36", "YEA": "1883", "CITY": "BLAYE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
17983	cavel-lucien-1906-09-28	{"e1": "351"}	{"lerrcp": "E1-351"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Cavel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-09-28 07:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1906-09-28 07:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Cavel"}, "birth": {"tzo": "+00:09", "date": "1906-09-28 07:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1906-09-28 07:21"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "351"}}, "raw": {"H": "07:30", "COD": "59", "DAY": "28", "MON": "09", "NUM": "0351", "PRO": "PH", "YEA": "1906", "CITY": "Lille", "NAME": "CAVEL Lucien", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
12209	trimouillat-pierre-1858-07-13	{"a5": "741"}	{"lerrcp": "A5-741"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Trimouillat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:20", "date": "1858-07-13 05:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.33243, "lat": 46.56459, "name": "Moulins", "geoid": 2991481}, "notime": null, "date-ut": "1858-07-13 04:46:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Trimouillat"}, "birth": {"tzo": "+00:13:20", "date": "1858-07-13 05:00", "place": {"c2": "03", "cy": "FR", "lg": 3.33243, "lat": 46.56459, "name": "Moulins", "geoid": 2991481}, "date-ut": "1858-07-13 04:46:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-741"}, "ids-in-sources": {"a5": "741"}}, "raw": {"H": "4", "MN": "46", "TZ": "0", "COD": "03", "COU": "F", "DAY": "13", "LAT": "46N34", "LON": "3E20", "MON": "7", "NUM": "741", "PRO": "A", "SEC": "40", "YEA": "1858", "CITY": "MOULINS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12210	truchmann-jules-1830-03-23	{"a5": "742"}	{"lerrcp": "A5-742"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Truchmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1830-03-23 22:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1830-03-23 21:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Truchmann"}, "birth": {"tzo": "+00:09:24", "date": "1830-03-23 22:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1830-03-23 21:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-742"}, "ids-in-sources": {"a5": "742"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "23", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "742", "PRO": "A", "SEC": "40", "YEA": "1830", "CITY": "PARIS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12212	vaillard-pierre-1918-03-12	{"a5": "744"}	{"lerrcp": "A5-744"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Vaillard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-03-12 12:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "notime": null, "date-ut": "1918-03-12 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Vaillard"}, "birth": {"tzo": "+01:00", "date": "1918-03-12 12:00", "place": {"c2": "34", "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "date-ut": "1918-03-12 11:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-744"}, "ids-in-sources": {"a5": "744"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "34", "COU": "F", "DAY": "12", "LAT": "43N37", "LON": "3E53", "MON": "3", "NUM": "744", "PRO": "A", "SEC": "0", "YEA": "1918", "CITY": "SETE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12213	valerie-josephine-1831-12-19	{"a5": "745"}	{"lerrcp": "A5-745"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Josephine", "family": "Valerie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1831-12-19 10:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1831-12-19 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Josephine", "family": "Valerie"}, "birth": {"tzo": "+00:09:24", "date": "1831-12-19 10:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1831-12-19 09:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-745"}, "ids-in-sources": {"a5": "745"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "19", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "745", "PRO": "A", "SEC": "40", "YEA": "1831", "CITY": "PARIS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12217	varney-jean-1868-09-30	{"a5": "749"}	{"lerrcp": "A5-749"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Varney", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1868-09-30 07:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1868-09-30 07:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Varney"}, "birth": {"tzo": "-00:02:19", "date": "1868-09-30 07:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1868-09-30 07:57:36"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-749"}, "ids-in-sources": {"a5": "749"}}, "raw": {"H": "7", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "30", "LAT": "44N50", "LON": "0W34", "MON": "9", "NUM": "749", "PRO": "A", "SEC": "36", "YEA": "1868", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12218	vassiliu-pierre-1937-10-23	{"a5": "750"}	{"lerrcp": "A5-750"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Vassiliu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1937-10-23 03:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.5394, "lat": 48.72002, "name": "Villecresnes", "geoid": 2968823}, "notime": null, "date-ut": "1937-10-23 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Vassiliu"}, "birth": {"tzo": "+00:00", "date": "1937-10-23 03:00", "place": {"c2": "94", "cy": "FR", "lg": 2.5394, "lat": 48.72002, "name": "Villecresnes", "geoid": 2968823}, "date-ut": "1937-10-23 03:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-750"}, "ids-in-sources": {"a5": "750"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "94", "COU": "F", "DAY": "23", "LAT": "48N47", "LON": "2E29", "MON": "10", "NUM": "750", "PRO": "A", "SEC": "0", "YEA": "1937", "CITY": "VILLECRESNES"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12216	vanel-charles-1892-08-21	{"a5": "748", "g55": "07-337"}	{"g55": "07-337", "lerrcp": "A5-748"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Vanel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1892-08-21 17:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1892-08-21 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Vanel"}, "birth": {"tzo": "+00:09:21", "date": "1892-08-21 17:00", "place": {"c2": "35", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1892-08-21 16:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-748"}, "ids-in-sources": {"a5": "748"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "35", "COU": "F", "DAY": "21", "LAT": "48N 7", "LON": "1W40", "MON": "8", "NUM": "748", "PRO": "A", "SEC": "40", "YEA": "1892", "CITY": "RENNES"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-337"}, "ids-in-source": {"g55": "07-337"}}, "raw": {"DAY": "21-8-1892", "HOUR": "17 h.", "NAME": "VANEL Charles", "PLACE": "Rennes (Ille-et-Vilaine)."}, "date": "2023-08-20T14:49:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12220	vaucaire-maurice-1863-07-02	{"a5": "752"}	{"lerrcp": "A5-752"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Vaucaire", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1863-07-02 13:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1863-07-02 12:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Vaucaire"}, "birth": {"tzo": "+00:08:32", "date": "1863-07-02 13:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1863-07-02 12:51:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-752"}, "ids-in-sources": {"a5": "752"}}, "raw": {"H": "12", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E 8", "MON": "7", "NUM": "752", "PRO": "A", "SEC": "28", "YEA": "1863", "CITY": "VERSAILLES"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12221	vayre-joseph-1873-04-30	{"a5": "753"}	{"lerrcp": "A5-753"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Vayre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:47", "date": "1873-04-30 11:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 2.94568, "lat": 43.25958, "name": "Sallèles-d'Aude", "geoid": 2976395}, "notime": null, "date-ut": "1873-04-30 10:50:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Vayre"}, "birth": {"tzo": "+00:11:47", "date": "1873-04-30 11:00", "place": {"c2": "11", "cy": "FR", "lg": 2.94568, "lat": 43.25958, "name": "Sallèles-d'Aude", "geoid": 2976395}, "date-ut": "1873-04-30 10:50:36"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-753"}, "ids-in-sources": {"a5": "753"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "30", "LAT": "43N12", "LON": "2E21", "MON": "4", "NUM": "753", "PRO": "A", "SEC": "36", "YEA": "1873", "CITY": "SALLELES-D AUDE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12222	verdier-julien-1910-01-13	{"a5": "754", "g55": "07-491"}	{"g55": "07-491", "lerrcp": "A5-754"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julien", "family": "Verdier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1910-01-13 10:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.29025, "lat": 48.82345, "name": "Vanves", "geoid": 2970761}, "notime": null, "date-ut": "1910-01-13 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Julien", "family": "Verdier"}, "birth": {"tzo": "+00:09:21", "date": "1910-01-13 10:00", "place": {"c2": "92", "cy": "FR", "lg": 2.29025, "lat": 48.82345, "name": "Vanves", "geoid": 2970761}, "date-ut": "1910-01-13 09:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-754"}, "ids-in-sources": {"a5": "754"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "92", "COU": "F", "DAY": "13", "LAT": "48N50", "LON": "2E11", "MON": "1", "NUM": "754", "PRO": "A", "SEC": "40", "YEA": "1910", "CITY": "VANVES"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-491"}, "ids-in-source": {"g55": "07-491"}}, "raw": {"DAY": "13-1-1910", "HOUR": "10 h.", "NAME": "VERDIER Julien", "PLACE": "Vanves (Seine)."}, "date": "2023-08-20T14:49:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12224	veret-rosalie-1819-03-16	{"a5": "756"}	{"lerrcp": "A5-756"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rosalie", "family": "Veret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:40", "date": "1819-03-16 12:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Crecy", "geoid": 0}, "notime": null, "date-ut": "1819-03-16 11:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Rosalie", "family": "Veret"}, "birth": {"tzo": "+00:10:40", "date": "1819-03-16 12:00", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Crecy", "geoid": 0}, "date-ut": "1819-03-16 11:49:20"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-756"}, "ids-in-sources": {"a5": "756"}}, "raw": {"H": "11", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "16", "LAT": "48N33", "LON": "2E40", "MON": "3", "NUM": "756", "PRO": "A", "SEC": "20", "YEA": "1819", "CITY": "CRECY"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12227	versini-andre-1923-11-23	{"a5": "759", "g55": "07-340"}	{"g55": "07-340", "lerrcp": "A5-759"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Versini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-11-23 16:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.41579, "lat": 48.83864, "name": "Saint-Mandé", "geoid": 2978621}, "notime": null, "date-ut": "1923-11-23 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "André", "family": "Versini"}, "birth": {"tzo": "+00:00", "date": "1923-11-23 16:00", "place": {"c2": "94", "cy": "FR", "lg": 2.41579, "lat": 48.83864, "name": "Saint-Mandé", "geoid": 2978621}, "date-ut": "1923-11-23 16:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-759"}, "ids-in-sources": {"a5": "759"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "94", "COU": "F", "DAY": "23", "LAT": "48N47", "LON": "2E29", "MON": "11", "NUM": "759", "PRO": "A", "SEC": "0", "YEA": "1923", "CITY": "ST-MANDE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-340"}, "ids-in-source": {"g55": "07-340"}}, "raw": {"DAY": "23-11-1923", "HOUR": "16 h.", "NAME": "VERSINI André", "PLACE": "Saint-Mandé (Seine)."}, "date": "2023-08-20T14:49:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12228	vertan-jacques-1923-03-20	{"a5": "760", "g55": "07-494"}	{"g55": "07-494", "lerrcp": "A5-760"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Vertan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-03-20 04:15", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.26692, "lat": 48.80299, "name": "Clamart", "geoid": 3024783}, "notime": null, "date-ut": "1923-03-20 04:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Vertan"}, "birth": {"tzo": "+00:00", "date": "1923-03-20 04:15", "place": {"c2": "92", "cy": "FR", "lg": 2.26692, "lat": 48.80299, "name": "Clamart", "geoid": 3024783}, "date-ut": "1923-03-20 04:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-760"}, "ids-in-sources": {"a5": "760"}}, "raw": {"H": "4", "MN": "15", "TZ": "0", "COD": "92", "COU": "F", "DAY": "20", "LAT": "48N50", "LON": "2E11", "MON": "3", "NUM": "760", "PRO": "A", "SEC": "0", "YEA": "1923", "CITY": "CLAMART"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-494"}, "ids-in-source": {"g55": "07-494"}}, "raw": {"DAY": "20-3-1923", "HOUR": "4 h. 15", "NAME": "\\fVERTAN Jacques", "PLACE": "Clamart (Seine)."}, "date": "2023-08-20T14:49:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
17984	cayla-alfred-1891-07-07	{"e1": "352"}	{"lerrcp": "E1-352"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Cayla", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1891-07-07 08:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1891-07-07 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Cayla"}, "birth": {"tzo": "+00:09", "date": "1891-07-07 08:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1891-07-07 07:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "352"}}, "raw": {"H": "08:00", "COD": "92", "DAY": "07", "MON": "07", "NUM": "0352", "PRO": "PH", "YEA": "1891", "CITY": "Neuilly sur Seine", "NAME": "CAYLA Alfred", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
12233	vilar-jean-1912-03-25	{"a5": "765", "g55": "07-342"}	{"g55": "07-342", "lerrcp": "A5-765"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Vilar", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-03-25 15:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "notime": null, "date-ut": "1912-03-25 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Vilar"}, "birth": {"tzo": "+00:00", "date": "1912-03-25 15:00", "place": {"c2": "34", "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "date-ut": "1912-03-25 15:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-765"}, "ids-in-sources": {"a5": "765"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "34", "COU": "F", "DAY": "25", "LAT": "43N37", "LON": "3E53", "MON": "3", "NUM": "765", "PRO": "A", "SEC": "0", "YEA": "1912", "CITY": "SETE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-342"}, "ids-in-source": {"g55": "07-342"}}, "raw": {"DAY": "25-3-1912", "HOUR": "15 h.", "NAME": "VILAR Jean", "PLACE": "Sete (Hérault)."}, "date": "2023-08-20T14:49:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12232	vieuille-roger-1883-02-11	{"a5": "764", "g55": "07-496"}	{"g55": "07-496", "lerrcp": "A5-764"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Vieuille", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:40", "date": "1883-02-11 08:00", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": 0.16667, "lat": 45.65, "name": "Baigues", "geoid": 0}, "notime": null, "date-ut": "1883-02-11 07:59:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Vieuille"}, "birth": {"tzo": "+00:00:40", "date": "1883-02-11 08:00", "place": {"c2": "16", "cy": "FR", "lg": 0.16667, "lat": 45.65, "name": "Baignes", "geoid": 0}, "date-ut": "1883-02-11 07:59:20"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-764"}, "ids-in-sources": {"a5": "764"}}, "raw": {"H": "7", "MN": "59", "TZ": "0", "COD": "16", "COU": "F", "DAY": "11", "LAT": "45N39", "LON": "0E10", "MON": "2", "NUM": "764", "PRO": "A", "SEC": "20", "YEA": "1883", "CITY": "BAIGNES"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Baigues"}}, "partial-ids": {"g55": "07-496"}, "ids-in-source": {"g55": "07-496"}}, "raw": {"DAY": "11-2-1883", "HOUR": "8 h.", "NAME": "VIEUILLE Roger", "PLACE": "Baigues (Charente)."}, "date": "2023-08-20T14:49:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12235	villain-francois-1850-02-02	{"a5": "767"}	{"lerrcp": "A5-767"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Villain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1850-02-02 01:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1850-02-02 01:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "François", "family": "Villain"}, "birth": {"tzo": "+00:09:24", "date": "1850-02-02 01:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1850-02-02 01:20:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-767"}, "ids-in-sources": {"a5": "767"}}, "raw": {"H": "1", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "767", "PRO": "A", "SEC": "40", "YEA": "1850", "CITY": "PARIS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12236	villard-frank-1917-03-24	{"a5": "768", "g55": "07-344"}	{"g55": "07-344", "lerrcp": "A5-768"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frank", "family": "Villard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1917-03-24 10:30", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -0.52133, "lat": 45.94408, "name": "Saint-Jean-d'Angély", "geoid": 2979363}, "notime": null, "date-ut": "1917-03-24 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Frank", "family": "Villard"}, "birth": {"tzo": "+00:00", "date": "1917-03-24 10:30", "place": {"c2": "17", "cy": "FR", "lg": -0.52133, "lat": 45.94408, "name": "Saint-Jean-d'Angély", "geoid": 2979363}, "date-ut": "1917-03-24 10:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-768"}, "ids-in-sources": {"a5": "768"}}, "raw": {"H": "10", "MN": "30", "TZ": "0", "COD": "17", "COU": "F", "DAY": "24", "LAT": "46N 9", "LON": "1W10", "MON": "3", "NUM": "768", "PRO": "A", "SEC": "0", "YEA": "1917", "CITY": "ST-JEAN-D'ANGELY"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-344"}, "ids-in-source": {"g55": "07-344"}}, "raw": {"DAY": "24-3-1917", "HOUR": "10 h. 30", "NAME": "VILLARD Frank", "PLACE": "Saint-Jean-d’Angely (Ch.-Marit.)."}, "date": "2023-08-20T14:49:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12237	vina-victor-1885-08-29	{"a5": "769", "g55": "07-497"}	{"g55": "07-497", "lerrcp": "A5-769"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Vina", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:56", "date": "1885-08-29 08:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Parc-Saint-Maur", "geoid": 0}, "notime": null, "date-ut": "1885-08-29 07:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Vina"}, "birth": {"tzo": "+00:09:56", "date": "1885-08-29 08:00", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Saint-Maur", "geoid": 0}, "date-ut": "1885-08-29 07:50:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-769"}, "ids-in-sources": {"a5": "769"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "29", "LAT": "48N47", "LON": "2E29", "MON": "8", "NUM": "769", "PRO": "A", "SEC": "4", "YEA": "1885", "CITY": "ST-MAUR"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Parc-Saint-Maur"}}, "partial-ids": {"g55": "07-497"}, "ids-in-source": {"g55": "07-497"}}, "raw": {"DAY": "29-8-1885", "HOUR": "8 h.", "NAME": "VINA Victor", "PLACE": "Parc-Saint-Maur (Seine)."}, "date": "2023-08-20T14:49:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12239	vinci-claude-1932-05-27	{"a5": "771"}	{"lerrcp": "A5-771"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Vinci", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1932-05-27 20:30", "note": null, "place": {"c1": null, "c2": "36", "c3": null, "cy": "FR", "lg": 1.46667, "lat": 47, "name": "Frédille", "geoid": 3017264}, "notime": null, "date-ut": "1932-05-27 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Vinci"}, "birth": {"tzo": "+01:00", "date": "1932-05-27 20:30", "place": {"c2": "36", "cy": "FR", "lg": 1.46667, "lat": 47, "name": "Frédille", "geoid": 3017264}, "date-ut": "1932-05-27 19:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-771"}, "ids-in-sources": {"a5": "771"}}, "raw": {"H": "19", "MN": "30", "TZ": "0", "COD": "36", "COU": "F", "DAY": "27", "LAT": "46N49", "LON": "1E41", "MON": "5", "NUM": "771", "PRO": "A", "SEC": "0", "YEA": "1932", "CITY": "FREDILLE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12240	virlojeux-henri-1924-03-22	{"a5": "772"}	{"lerrcp": "A5-772"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Virlojeux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1924-03-22 01:10", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.159, "lat": 46.98956, "name": "Nevers", "geoid": 2990474}, "notime": null, "date-ut": "1924-03-22 01:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Virlojeux"}, "birth": {"tzo": "+00:00", "date": "1924-03-22 01:10", "place": {"c2": "58", "cy": "FR", "lg": 3.159, "lat": 46.98956, "name": "Nevers", "geoid": 2990474}, "date-ut": "1924-03-22 01:10"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-772"}, "ids-in-sources": {"a5": "772"}}, "raw": {"H": "1", "MN": "10", "TZ": "0", "COD": "58", "COU": "F", "DAY": "22", "LAT": "46N59", "LON": "3E 9", "MON": "3", "NUM": "772", "PRO": "A", "SEC": "0", "YEA": "1924", "CITY": "NEVERS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12242	vois-ernest-1846-05-11	{"a5": "774"}	{"lerrcp": "A5-774"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Vois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:15", "date": "1846-05-11 03:00", "note": null, "place": {"c1": null, "c2": "36", "c3": null, "cy": "FR", "lg": 1.06272, "lat": 46.63371, "name": "Le Blanc", "geoid": 3005270}, "notime": null, "date-ut": "1846-05-11 02:53:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Vois"}, "birth": {"tzo": "+00:04:15", "date": "1846-05-11 03:00", "place": {"c2": "36", "cy": "FR", "lg": 1.06272, "lat": 46.63371, "name": "Le Blanc", "geoid": 3005270}, "date-ut": "1846-05-11 02:53:16"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-774"}, "ids-in-sources": {"a5": "774"}}, "raw": {"H": "2", "MN": "53", "TZ": "0", "COD": "36", "COU": "F", "DAY": "11", "LAT": "46N49", "LON": "1E41", "MON": "5", "NUM": "774", "PRO": "A", "SEC": "16", "YEA": "1846", "CITY": "LE BLANC"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12243	wasley-andre-1899-05-25	{"a5": "775", "g55": "07-499"}	{"g55": "07-499", "lerrcp": "A5-775"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Wasley", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-05-25 14:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.62714, "lat": 49.5631, "name": "Laon", "geoid": 3007477}, "notime": null, "date-ut": "1899-05-25 13:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "André", "family": "Wasley"}, "birth": {"tzo": "+00:09:21", "date": "1899-05-25 14:00", "place": {"c2": "02", "cy": "FR", "lg": 3.62714, "lat": 49.5631, "name": "Laon", "geoid": 3007477}, "date-ut": "1899-05-25 13:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-775"}, "ids-in-sources": {"a5": "775"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "02", "COU": "F", "DAY": "25", "LAT": "49N34", "LON": "3E37", "MON": "5", "NUM": "775", "PRO": "A", "SEC": "40", "YEA": "1899", "CITY": "LAON"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-499"}, "ids-in-source": {"g55": "07-499"}}, "raw": {"DAY": "25-5-1899", "HOUR": "14 h.", "NAME": "WASLEY André", "PLACE": "Laon (Aisne)."}, "date": "2023-08-20T14:49:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12244	weil-paul-1865-08-13	{"a5": "776"}	{"lerrcp": "A5-776"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Weil", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1865-08-13 00:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "4", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1865-08-13 00:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Weil"}, "birth": {"tzo": "+00:09:24", "date": "1865-08-13 00:30", "place": {"c2": "75", "c3": "4", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1865-08-13 00:20:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-776"}, "ids-in-sources": {"a5": "776"}}, "raw": {"H": "0", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "13", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "776", "PRO": "A", "SEC": "40", "YEA": "1865", "CITY": "PARIS 4E"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12246	wissoco-marie-1868-06-29	{"a5": "778"}	{"lerrcp": "A5-778"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Wissoco", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:23", "date": "1868-06-29 11:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 2.34751, "lat": 50.86687, "name": "Bollezeele", "geoid": 3031865}, "notime": null, "date-ut": "1868-06-29 10:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Wissoco"}, "birth": {"tzo": "+00:09:23", "date": "1868-06-29 11:00", "place": {"c2": "59", "cy": "FR", "lg": 2.34751, "lat": 50.86687, "name": "Bollezeele", "geoid": 3031865}, "date-ut": "1868-06-29 10:47:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-778"}, "ids-in-sources": {"a5": "778"}}, "raw": {"H": "10", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "29", "LAT": "50N39", "LON": "3E 5", "MON": "6", "NUM": "778", "PRO": "A", "SEC": "40", "YEA": "1868", "CITY": "BOLLEZEELE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12248	xanrof-fourneau-1867-12-09	{"a5": "780"}	{"lerrcp": "A5-780"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Fourneau)", "family": "Xanrof", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1867-12-09 13:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "18", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1867-12-09 12:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Fourneau)", "family": "Xanrof"}, "birth": {"tzo": "+00:09:24", "date": "1867-12-09 13:00", "place": {"c2": "75", "c3": "18", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1867-12-09 12:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-780"}, "ids-in-sources": {"a5": "780"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "9", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "780", "PRO": "A", "SEC": "40", "YEA": "1867", "CITY": "PARIS 18E"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12245	willm-pierre-1895-11-03	{"a5": "777", "g55": "07-346"}	{"g55": "07-346", "lerrcp": "A5-777"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Willm", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-11-03 12:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "notime": null, "date-ut": "1895-11-03 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Willm"}, "birth": {"tzo": "+00:09:21", "date": "1895-11-03 12:00", "place": {"c2": "64", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "date-ut": "1895-11-03 11:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-777"}, "ids-in-sources": {"a5": "777"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "64", "COU": "F", "DAY": "3", "LAT": "43N18", "LON": "0W22", "MON": "11", "NUM": "777", "PRO": "A", "SEC": "40", "YEA": "1895", "CITY": "BAYONNE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-346"}, "ids-in-source": {"g55": "07-346"}}, "raw": {"DAY": "3-11-1895", "HOUR": "12 h.", "NAME": "WILLM Pierre Richard", "PLACE": "Bayonne (Basses-Pyrénées)."}, "date": "2023-08-20T14:49:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12249	yon-lug-jacquet-1864-10-04	{"a5": "781"}	{"lerrcp": "A5-781"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Jacquet)", "family": "Yon-Lug", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:14", "date": "1864-10-04 22:30", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.80755, "lat": 45.71404, "name": "Oullins", "geoid": 2988998}, "notime": null, "date-ut": "1864-10-04 22:10:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Jacquet)", "family": "Yon-Lug"}, "birth": {"tzo": "+00:19:14", "date": "1864-10-04 22:30", "place": {"c2": "69", "cy": "FR", "lg": 4.80755, "lat": 45.71404, "name": "Oullins", "geoid": 2988998}, "date-ut": "1864-10-04 22:10:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-781"}, "ids-in-sources": {"a5": "781"}}, "raw": {"H": "22", "MN": "10", "TZ": "0", "COD": "69", "COU": "F", "DAY": "4", "LAT": "45N46", "LON": "4E50", "MON": "10", "NUM": "781", "PRO": "A", "SEC": "40", "YEA": "1864", "CITY": "OULLINS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12252	aba-marta-1900-06-25	{"a5": "784"}	{"lerrcp": "A5-784"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marta", "family": "Aba", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1900-06-25 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marta", "family": "Aba"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1900-06-25 22:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-784"}, "ids-in-sources": {"a5": "784"}}, "raw": {"H": "23", "MN": "0", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "25", "LAT": "45N30", "LON": "9E15", "MON": "6", "NUM": "784", "PRO": "A", "SEC": "0", "YEA": "1900", "CITY": "MILANO"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12253	adani-laura-1913-10-07	{"a5": "785"}	{"lerrcp": "A5-785"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Laura", "family": "Adani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "notime": null, "date-ut": "1913-10-07 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Laura", "family": "Adani"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "date-ut": "1913-10-07 20:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-785"}, "ids-in-sources": {"a5": "785"}}, "raw": {"H": "21", "MN": "0", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "7", "LAT": "44N36", "LON": "11E15", "MON": "10", "NUM": "785", "PRO": "A", "SEC": "0", "YEA": "1913", "CITY": "MODENA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12251	zwingel-georges-1904-10-06	{"a5": "783", "g55": "07-500"}	{"g55": "07-500", "lerrcp": "A5-783"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Zwingel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1904-10-06 06:30", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.04927, "lat": 46.1221, "name": "Bellac", "geoid": 3033766}, "notime": null, "date-ut": "1904-10-06 06:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Zwingel"}, "birth": {"tzo": "+00:09:21", "date": "1904-10-06 06:30", "place": {"c2": "87", "cy": "FR", "lg": 1.04927, "lat": 46.1221, "name": "Bellac", "geoid": 3033766}, "date-ut": "1904-10-06 06:20:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-783"}, "ids-in-sources": {"a5": "783"}}, "raw": {"H": "6", "MN": "20", "TZ": "0", "COD": "87", "COU": "F", "DAY": "6", "LAT": "45N50", "LON": "1E15", "MON": "10", "NUM": "783", "PRO": "A", "SEC": "40", "YEA": "1904", "CITY": "BELLAC"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-500"}, "ids-in-source": {"g55": "07-500"}}, "raw": {"DAY": "6-10-1904", "HOUR": "6 h. 30", "NAME": "ZWINGEL Georges", "PLACE": "Bellac (Haute-Vienne)."}, "date": "2023-08-20T14:49:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12254	agus-gianni-1917-08-16	{"a5": "786"}	{"lerrcp": "A5-786"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gianni", "family": "Agus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "IT", "lg": 9.13462, "lat": 39.20738, "name": "Cagliari", "geoid": 2525473}, "notime": null, "date-ut": "1917-08-16 23:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gianni", "family": "Agus"}, "birth": {"place": {"c2": "CA", "cy": "IT", "lg": 9.13462, "lat": 39.20738, "name": "Cagliari", "geoid": 2525473}, "date-ut": "1917-08-16 23:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-786"}, "ids-in-sources": {"a5": "786"}}, "raw": {"H": "0", "MN": "30", "TZ": "-1", "COD": "CA", "COU": "I", "DAY": "17", "LAT": "39N24", "LON": "9E 0", "MON": "8", "NUM": "786", "PRO": "A", "SEC": "0", "YEA": "1917", "CITY": "CAGLIARI"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12255	almirante-nunzio-1837-12-03	{"a5": "787"}	{"lerrcp": "A5-787"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nunzio", "family": "Almirante", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PA", "c3": null, "cy": "IT", "lg": 13.934, "lat": 37.91759, "name": "Collesano", "geoid": 2524964}, "notime": null, "date-ut": "1837-12-03 17:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Nunzio", "family": "Almirante"}, "birth": {"place": {"c2": "PA", "cy": "IT", "lg": 13.934, "lat": 37.91759, "name": "Collesano", "geoid": 2524964}, "date-ut": "1837-12-03 17:06"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-787"}, "ids-in-sources": {"a5": "787"}}, "raw": {"H": "18", "MN": "6", "TZ": "-1", "COD": "PA", "COU": "I", "DAY": "3", "LAT": "38N 0", "LON": "13E30", "MON": "12", "NUM": "787", "PRO": "A", "SEC": "0", "YEA": "1837", "CITY": "COLLESANO"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12256	almirante-manzini-1890-06-02	{"a5": "788"}	{"lerrcp": "A5-788"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Almirante-Manzini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TA", "c3": null, "cy": "IT", "lg": 17.22972, "lat": 40.47611, "name": "Taranto", "geoid": 3165926}, "notime": null, "date-ut": "1890-06-02 23:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Almirante-Manzini"}, "birth": {"place": {"c2": "TA", "cy": "IT", "lg": 17.22972, "lat": 40.47611, "name": "Taranto", "geoid": 3165926}, "date-ut": "1890-06-02 23:10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-788"}, "ids-in-sources": {"a5": "788"}}, "raw": {"H": "0", "MN": "10", "TZ": "-1", "COD": "TA", "COU": "I", "DAY": "3", "LAT": "40N30", "LON": "17E30", "MON": "6", "NUM": "788", "PRO": "A", "SEC": "4", "YEA": "1890", "CITY": "TARANTO"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12257	amanda-lia-1932-09-02	{"a5": "789"}	{"lerrcp": "A5-789"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lia", "family": "Amanda", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1932-09-02 06:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Lia", "family": "Amanda"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1932-09-02 06:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-789"}, "ids-in-sources": {"a5": "789"}}, "raw": {"H": "7", "MN": "15", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "2", "LAT": "45N 0", "LON": "12E15", "MON": "9", "NUM": "789", "PRO": "A", "SEC": "0", "YEA": "1932", "CITY": "ROMA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12258	amati-alberto-1915-04-28	{"a5": "790"}	{"lerrcp": "A5-790"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberto", "family": "Amati", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1915-04-28 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Alberto", "family": "Amati"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1915-04-28 22:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-790"}, "ids-in-sources": {"a5": "790"}}, "raw": {"H": "23", "MN": "0", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "28", "LAT": "40N54", "LON": "14E 0", "MON": "4", "NUM": "790", "PRO": "A", "SEC": "0", "YEA": "1915", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12259	andriani-oscar-1905-12-28	{"a5": "791"}	{"lerrcp": "A5-791"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oscar", "family": "Andriani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BS", "c3": null, "cy": "IT", "lg": 10.22727, "lat": 45.52478, "name": "Brescia", "geoid": 3181554}, "notime": null, "date-ut": "1905-12-28 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Oscar", "family": "Andriani"}, "birth": {"place": {"c2": "BS", "cy": "IT", "lg": 10.22727, "lat": 45.52478, "name": "Brescia", "geoid": 3181554}, "date-ut": "1905-12-28 19:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-791"}, "ids-in-sources": {"a5": "791"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "BS", "COU": "I", "DAY": "28", "LAT": "45N30", "LON": "11E 0", "MON": "12", "NUM": "791", "PRO": "A", "SEC": "0", "YEA": "1905", "CITY": "BRESCIA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12260	anselmi-rosina-1876-07-26	{"a5": "792"}	{"lerrcp": "A5-792"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rosina", "family": "Anselmi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "notime": null, "date-ut": "1876-07-26 21:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Rosina", "family": "Anselmi"}, "birth": {"place": {"c2": "CT", "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "date-ut": "1876-07-26 21:40:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-792"}, "ids-in-sources": {"a5": "792"}}, "raw": {"H": "22", "MN": "40", "TZ": "-1", "COD": "CT", "COU": "I", "DAY": "26", "LAT": "37N30", "LON": "15E 0", "MON": "7", "NUM": "792", "PRO": "A", "SEC": "4", "YEA": "1876", "CITY": "CATANIA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12261	auteri-clara-1921-12-23	{"a5": "793"}	{"lerrcp": "A5-793"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clara", "family": "Auteri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.5, "lat": 45.5, "name": "VENEZIA-MALAMOC", "geoid": 0}, "notime": null, "date-ut": "1921-12-23 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Clara", "family": "Auteri"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.5, "lat": 45.5, "name": "VENEZIA-MALAMOC", "geoid": 0}, "date-ut": "1921-12-23 03:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-793"}, "ids-in-sources": {"a5": "793"}}, "raw": {"H": "4", "MN": "30", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "23", "LAT": "45N30", "LON": "12E30", "MON": "12", "NUM": "793", "PRO": "A", "SEC": "0", "YEA": "1921", "CITY": "VENEZIA-MALAMOC"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12262	avolanti-gianni-1916-07-05	{"a5": "794"}	{"lerrcp": "A5-794"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gianni", "family": "Avolanti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RC", "c3": null, "cy": "IT", "lg": 15.84915, "lat": 38.35862, "name": "Palmi", "geoid": 2523902}, "notime": null, "date-ut": "1916-07-05 17:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gianni", "family": "Avolanti"}, "birth": {"place": {"c2": "RC", "cy": "IT", "lg": 15.84915, "lat": 38.35862, "name": "Palmi", "geoid": 2523902}, "date-ut": "1916-07-05 17:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-794"}, "ids-in-sources": {"a5": "794"}}, "raw": {"H": "18", "MN": "45", "TZ": "-1", "COD": "RC", "COU": "I", "DAY": "5", "LAT": "38N 6", "LON": "15E30", "MON": "7", "NUM": "794", "PRO": "A", "SEC": "0", "YEA": "1916", "CITY": "PALMI"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12263	baghetti-aristide-1874-02-25	{"a5": "795"}	{"lerrcp": "A5-795"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aristide", "family": "Baghetti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "CIVITAVECCHIA", "geoid": 0}, "notime": null, "date-ut": "1874-02-25 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Aristide", "family": "Baghetti"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "CIVITAVECCHIA", "geoid": 0}, "date-ut": "1874-02-25 10:10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-795"}, "ids-in-sources": {"a5": "795"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "25", "LAT": "45N 0", "LON": "12E15", "MON": "2", "NUM": "795", "PRO": "A", "SEC": "4", "YEA": "1874", "CITY": "CIVITAVECCHIA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12265	bagnani-nucci-1932-10-29	{"a5": "797"}	{"lerrcp": "A5-797"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nucci", "family": "Bagnani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1932-10-29 20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Nucci", "family": "Bagnani"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1932-10-29 20:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-797"}, "ids-in-sources": {"a5": "797"}}, "raw": {"H": "21", "MN": "40", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "29", "LAT": "45N 0", "LON": "12E15", "MON": "10", "NUM": "797", "PRO": "A", "SEC": "0", "YEA": "1932", "CITY": "ROMA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12266	gauquelin-a5-798-1914-08-04	{"a5": "798"}	{"lerrcp": "A5-798"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-798", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1914-08-04 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-798"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1914-08-04 00:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-798"}, "ids-in-sources": {"a5": "798"}}, "raw": {"H": "1", "MN": "30", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "4", "LAT": "44N30", "LON": "11E 0", "MON": "8", "NUM": "798", "PRO": "A", "SEC": "0", "YEA": "1914", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12267	barbara-paola-1909-07-22	{"a5": "799"}	{"lerrcp": "A5-799"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paola", "family": "Barbara", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1909-07-22 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Paola", "family": "Barbara"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1909-07-22 13:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-799"}, "ids-in-sources": {"a5": "799"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "22", "LAT": "45N 0", "LON": "12E15", "MON": "7", "NUM": "799", "PRO": "A", "SEC": "0", "YEA": "1909", "CITY": "ROMA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12268	basurto-antonio-1917-08-28	{"a5": "800"}	{"lerrcp": "A5-800"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Basurto", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LE", "c3": null, "cy": "IT", "lg": 18.17202, "lat": 40.35703, "name": "Lecce", "geoid": 3174953}, "notime": null, "date-ut": "1917-08-28 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Basurto"}, "birth": {"place": {"c2": "LE", "cy": "IT", "lg": 18.17202, "lat": 40.35703, "name": "Lecce", "geoid": 3174953}, "date-ut": "1917-08-28 05:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-800"}, "ids-in-sources": {"a5": "800"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "LE", "COU": "I", "DAY": "28", "LAT": "40N24", "LON": "18E45", "MON": "8", "NUM": "800", "PRO": "A", "SEC": "0", "YEA": "1917", "CITY": "LECCE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12269	gauquelin-a5-801-1893-07-15	{"a5": "801"}	{"lerrcp": "A5-801"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-801", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1893-07-15 11:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-801"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1893-07-15 11:50:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-801"}, "ids-in-sources": {"a5": "801"}}, "raw": {"H": "12", "MN": "50", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "15", "LAT": "45N 0", "LON": "12E15", "MON": "7", "NUM": "801", "PRO": "A", "SEC": "4", "YEA": "1893", "CITY": "ROMA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12270	beccari-rossana-1926-02-18	{"a5": "802"}	{"lerrcp": "A5-802"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rossana", "family": "Beccari", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1926-02-18 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Rossana", "family": "Beccari"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1926-02-18 17:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-802"}, "ids-in-sources": {"a5": "802"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "18", "LAT": "45N 0", "LON": "12E15", "MON": "2", "NUM": "802", "PRO": "A", "SEC": "0", "YEA": "1926", "CITY": "ROMA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12271	becci-franco-1888-12-01	{"a5": "803"}	{"lerrcp": "A5-803"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franco", "family": "Becci", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1888-12-01 04:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Franco", "family": "Becci"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1888-12-01 04:40:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-803"}, "ids-in-sources": {"a5": "803"}}, "raw": {"H": "5", "MN": "40", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "1", "LAT": "45N 0", "LON": "12E15", "MON": "12", "NUM": "803", "PRO": "A", "SEC": "4", "YEA": "1888", "CITY": "ROMA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12272	beghi-luisella-1921-11-19	{"a5": "804"}	{"lerrcp": "A5-804"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luisella", "family": "Beghi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "notime": null, "date-ut": "1921-11-19 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Luisella", "family": "Beghi"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "date-ut": "1921-11-19 09:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-804"}, "ids-in-sources": {"a5": "804"}}, "raw": {"H": "10", "MN": "30", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "19", "LAT": "44N48", "LON": "10E45", "MON": "11", "NUM": "804", "PRO": "A", "SEC": "0", "YEA": "1921", "CITY": "PARMA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12273	benetti-adriana-1919-12-05	{"a5": "805"}	{"lerrcp": "A5-805"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adriana", "family": "Benetti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FE", "c3": null, "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "notime": null, "date-ut": "1919-12-05 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Adriana", "family": "Benetti"}, "birth": {"place": {"c2": "FE", "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "date-ut": "1919-12-05 06:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-805"}, "ids-in-sources": {"a5": "805"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "FE", "COU": "I", "DAY": "5", "LAT": "44N42", "LON": "12E30", "MON": "12", "NUM": "805", "PRO": "A", "SEC": "0", "YEA": "1919", "CITY": "FERRARA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12274	gauquelin-a5-806-1899-07-23	{"a5": "806"}	{"lerrcp": "A5-806"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-806", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1899-07-23 11:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-806"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1899-07-23 11:50"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-806"}, "ids-in-sources": {"a5": "806"}}, "raw": {"H": "12", "MN": "50", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "23", "LAT": "44N30", "LON": "11E 0", "MON": "7", "NUM": "806", "PRO": "A", "SEC": "0", "YEA": "1899", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12275	bertini-francesca-1896-05-02	{"a5": "807"}	{"lerrcp": "A5-807"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesca", "family": "Bertini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1896-05-02 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Francesca", "family": "Bertini"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1896-05-02 21:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-807"}, "ids-in-sources": {"a5": "807"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "2", "LAT": "40N54", "LON": "14E 0", "MON": "5", "NUM": "807", "PRO": "A", "SEC": "0", "YEA": "1896", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12276	bertramo-calisto-1875-08-28	{"a5": "808"}	{"lerrcp": "A5-808"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Calisto", "family": "Bertramo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1875-08-28 22:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Calisto", "family": "Bertramo"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1875-08-28 22:10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-808"}, "ids-in-sources": {"a5": "808"}}, "raw": {"H": "23", "MN": "10", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "28", "LAT": "45N 0", "LON": "8E 0", "MON": "8", "NUM": "808", "PRO": "A", "SEC": "4", "YEA": "1875", "CITY": "TORINO"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12277	gauquelin-a5-809-1901-02-06	{"a5": "809"}	{"lerrcp": "A5-809"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-809", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1901-02-06 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-809"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1901-02-06 05:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-809"}, "ids-in-sources": {"a5": "809"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "6", "LAT": "45N30", "LON": "9E15", "MON": "2", "NUM": "809", "PRO": "A", "SEC": "0", "YEA": "1901", "CITY": "MILANO"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12278	betrone-annibale-1883-12-09	{"a5": "810"}	{"lerrcp": "A5-810"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Annibale", "family": "Betrone", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1883-12-09 19:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Annibale", "family": "Betrone"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1883-12-09 19:10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-810"}, "ids-in-sources": {"a5": "810"}}, "raw": {"H": "20", "MN": "10", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "9", "LAT": "45N 0", "LON": "8E 0", "MON": "12", "NUM": "810", "PRO": "A", "SEC": "4", "YEA": "1883", "CITY": "TORINO"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12279	bettarini-cesare-1901-04-25	{"a5": "811"}	{"lerrcp": "A5-811"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cesare", "family": "Bettarini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1901-04-25 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Cesare", "family": "Bettarini"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1901-04-25 11:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-811"}, "ids-in-sources": {"a5": "811"}}, "raw": {"H": "12", "MN": "0", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "25", "LAT": "43N42", "LON": "11E30", "MON": "4", "NUM": "811", "PRO": "A", "SEC": "0", "YEA": "1901", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12280	billy-riccardo-1906-04-22	{"a5": "812"}	{"lerrcp": "A5-812"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Riccardo", "family": "Billy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SI", "c3": null, "cy": "IT", "lg": 11.33283, "lat": 43.32004, "name": "Siena", "geoid": 3166548}, "notime": null, "date-ut": "1906-04-22 13:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Riccardo", "family": "Billy"}, "birth": {"place": {"c2": "SI", "cy": "IT", "lg": 11.33283, "lat": 43.32004, "name": "Siena", "geoid": 3166548}, "date-ut": "1906-04-22 13:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-812"}, "ids-in-sources": {"a5": "812"}}, "raw": {"H": "14", "MN": "45", "TZ": "-1", "COD": "SI", "COU": "I", "DAY": "22", "LAT": "43N18", "LON": "11E45", "MON": "4", "NUM": "812", "PRO": "A", "SEC": "0", "YEA": "1906", "CITY": "SIENA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12281	bonecchi-paolo-1882-06-24	{"a5": "813"}	{"lerrcp": "A5-813"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paolo", "family": "Bonecchi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1882-06-24 22:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Paolo", "family": "Bonecchi"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1882-06-24 22:40:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-813"}, "ids-in-sources": {"a5": "813"}}, "raw": {"H": "23", "MN": "40", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "24", "LAT": "45N30", "LON": "9E15", "MON": "6", "NUM": "813", "PRO": "A", "SEC": "4", "YEA": "1882", "CITY": "MILANO"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12282	bonini-letizia-1902-05-13	{"a5": "814"}	{"lerrcp": "A5-814"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Letizia", "family": "Bonini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1902-05-13 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Letizia", "family": "Bonini"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1902-05-13 12:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-814"}, "ids-in-sources": {"a5": "814"}}, "raw": {"H": "13", "MN": "0", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "13", "LAT": "43N42", "LON": "11E30", "MON": "5", "NUM": "814", "PRO": "A", "SEC": "0", "YEA": "1902", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12283	bonora-nella-1904-05-19	{"a5": "815"}	{"lerrcp": "A5-815"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nella", "family": "Bonora", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "IT", "lg": 10.79784, "lat": 45.16031, "name": "Mantova", "geoid": 3174051}, "notime": null, "date-ut": "1904-05-19 18:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Nella", "family": "Bonora"}, "birth": {"place": {"c2": "MN", "cy": "IT", "lg": 10.79784, "lat": 45.16031, "name": "Mantova", "geoid": 3174051}, "date-ut": "1904-05-19 18:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-815"}, "ids-in-sources": {"a5": "815"}}, "raw": {"H": "19", "MN": "15", "TZ": "-1", "COD": "MN", "COU": "I", "DAY": "19", "LAT": "45N12", "LON": "11E 0", "MON": "5", "NUM": "815", "PRO": "A", "SEC": "0", "YEA": "1904", "CITY": "MANTOVA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12284	borboni-paola-1900-01-01	{"a5": "816"}	{"lerrcp": "A5-816"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paola", "family": "Borboni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.75, "lat": 44.8, "name": "PARMA-GOLESE", "geoid": 0}, "notime": null, "date-ut": "1900-01-01 17:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Paola", "family": "Borboni"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.75, "lat": 44.8, "name": "PARMA-GOLESE", "geoid": 0}, "date-ut": "1900-01-01 17:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-816"}, "ids-in-sources": {"a5": "816"}}, "raw": {"H": "18", "MN": "30", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "1", "LAT": "44N48", "LON": "10E45", "MON": "1", "NUM": "816", "PRO": "A", "SEC": "0", "YEA": "1900", "CITY": "PARMA-GOLESE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12285	borelli-alda-1879-11-04	{"a5": "817"}	{"lerrcp": "A5-817"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alda", "family": "Borelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SA", "c3": null, "cy": "IT", "lg": 15.25, "lat": 40.7, "name": "CAVA DEI TIRREN", "geoid": 0}, "notime": null, "date-ut": "1879-11-04 04:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Alda", "family": "Borelli"}, "birth": {"place": {"c2": "SA", "cy": "IT", "lg": 15.25, "lat": 40.7, "name": "CAVA DEI TIRREN", "geoid": 0}, "date-ut": "1879-11-04 04:10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-817"}, "ids-in-sources": {"a5": "817"}}, "raw": {"H": "5", "MN": "10", "TZ": "-1", "COD": "SA", "COU": "I", "DAY": "4", "LAT": "40N42", "LON": "15E15", "MON": "11", "NUM": "817", "PRO": "A", "SEC": "4", "YEA": "1879", "CITY": "CAVA DEI TIRREN"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12286	bovio-aldo-1926-05-04	{"a5": "818"}	{"lerrcp": "A5-818"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Bovio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1926-05-04 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Aldo", "family": "Bovio"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1926-05-04 12:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-818"}, "ids-in-sources": {"a5": "818"}}, "raw": {"H": "13", "MN": "0", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "4", "LAT": "40N54", "LON": "14E 0", "MON": "5", "NUM": "818", "PRO": "A", "SEC": "0", "YEA": "1926", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12287	bragaglia-arturo-1897-01-09	{"a5": "819"}	{"lerrcp": "A5-819"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arturo", "family": "Bragaglia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FR", "c3": null, "cy": "IT", "lg": 13.3401, "lat": 41.64002, "name": "Frosinone", "geoid": 3176515}, "notime": null, "date-ut": "1897-01-09 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Arturo", "family": "Bragaglia"}, "birth": {"place": {"c2": "FR", "cy": "IT", "lg": 13.3401, "lat": 41.64002, "name": "Frosinone", "geoid": 3176515}, "date-ut": "1897-01-09 20:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-819"}, "ids-in-sources": {"a5": "819"}}, "raw": {"H": "21", "MN": "0", "TZ": "-1", "COD": "FR", "COU": "I", "DAY": "9", "LAT": "41N36", "LON": "13E15", "MON": "1", "NUM": "819", "PRO": "A", "SEC": "0", "YEA": "1897", "CITY": "FROSINONE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12288	brazzi-rossano-1916-09-18	{"a5": "820"}	{"lerrcp": "A5-820"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rossano", "family": "Brazzi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1916-09-18 04:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Rossano", "family": "Brazzi"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1916-09-18 04:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-820"}, "ids-in-sources": {"a5": "820"}}, "raw": {"H": "5", "MN": "15", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "18", "LAT": "44N30", "LON": "11E 0", "MON": "9", "NUM": "820", "PRO": "A", "SEC": "0", "YEA": "1916", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12289	brizzolari-mario-1895-03-31	{"a5": "821"}	{"lerrcp": "A5-821"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Brizzolari", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1895-03-31 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Brizzolari"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1895-03-31 07:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-821"}, "ids-in-sources": {"a5": "821"}}, "raw": {"H": "8", "MN": "30", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "31", "LAT": "45N 0", "LON": "12E15", "MON": "3", "NUM": "821", "PRO": "A", "SEC": "0", "YEA": "1895", "CITY": "ROMA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12290	brughi-valentino-1912-04-16	{"a5": "822"}	{"lerrcp": "A5-822"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Valentino", "family": "Brughi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SI", "c3": null, "cy": "IT", "lg": 11.33283, "lat": 43.32004, "name": "Siena", "geoid": 3166548}, "notime": null, "date-ut": "1912-04-16 21:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Valentino", "family": "Brughi"}, "birth": {"place": {"c2": "SI", "cy": "IT", "lg": 11.33283, "lat": 43.32004, "name": "Siena", "geoid": 3166548}, "date-ut": "1912-04-16 21:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-822"}, "ids-in-sources": {"a5": "822"}}, "raw": {"H": "22", "MN": "40", "TZ": "-1", "COD": "SI", "COU": "I", "DAY": "16", "LAT": "43N18", "LON": "11E45", "MON": "4", "NUM": "822", "PRO": "A", "SEC": "0", "YEA": "1912", "CITY": "SIENA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12291	bruno-nando-1895-10-06	{"a5": "823"}	{"lerrcp": "A5-823"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nando", "family": "Bruno", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1895-10-06 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Nando", "family": "Bruno"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1895-10-06 06:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-823"}, "ids-in-sources": {"a5": "823"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "6", "LAT": "45N 0", "LON": "12E15", "MON": "10", "NUM": "823", "PRO": "A", "SEC": "0", "YEA": "1895", "CITY": "ROMA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12292	brunori-renzo-1908-08-16	{"a5": "824"}	{"lerrcp": "A5-824"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renzo", "family": "Brunori", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1908-08-16 05:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Renzo", "family": "Brunori"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1908-08-16 05:20"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-824"}, "ids-in-sources": {"a5": "824"}}, "raw": {"H": "6", "MN": "20", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "16", "LAT": "43N42", "LON": "11E30", "MON": "8", "NUM": "824", "PRO": "A", "SEC": "0", "YEA": "1908", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12293	calamai-clara-1909-09-07	{"a5": "825"}	{"lerrcp": "A5-825"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clara", "family": "Calamai", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.5, "lat": 43.7, "name": "PRATO", "geoid": 0}, "notime": null, "date-ut": "1909-09-07 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Clara", "family": "Calamai"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.5, "lat": 43.7, "name": "PRATO", "geoid": 0}, "date-ut": "1909-09-07 08:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-825"}, "ids-in-sources": {"a5": "825"}}, "raw": {"H": "9", "MN": "0", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "7", "LAT": "43N42", "LON": "11E30", "MON": "9", "NUM": "825", "PRO": "A", "SEC": "0", "YEA": "1909", "CITY": "PRATO"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12294	calindri-ernesto-1909-02-05	{"a5": "826"}	{"lerrcp": "A5-826"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernesto", "family": "Calindri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.04022, "lat": 43.54704, "name": "Certaldo", "geoid": 3179024}, "notime": null, "date-ut": "1909-02-05 19:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Ernesto", "family": "Calindri"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.04022, "lat": 43.54704, "name": "Certaldo", "geoid": 3179024}, "date-ut": "1909-02-05 19:10"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-826"}, "ids-in-sources": {"a5": "826"}}, "raw": {"H": "20", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "5", "LAT": "43N42", "LON": "11E30", "MON": "2", "NUM": "826", "PRO": "A", "SEC": "0", "YEA": "1909", "CITY": "CERTALDO"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12295	calo-romano-1884-05-06	{"a5": "827"}	{"lerrcp": "A5-827"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Romano", "family": "Calo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1884-05-06 19:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Romano", "family": "Calo"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1884-05-06 19:40:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-827"}, "ids-in-sources": {"a5": "827"}}, "raw": {"H": "20", "MN": "40", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "6", "LAT": "45N 0", "LON": "12E15", "MON": "5", "NUM": "827", "PRO": "A", "SEC": "4", "YEA": "1884", "CITY": "ROMA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12296	gauquelin-a5-828-1877-12-16	{"a5": "828"}	{"lerrcp": "A5-828"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-828", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1877-12-16 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-828"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1877-12-16 03:10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-828"}, "ids-in-sources": {"a5": "828"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "16", "LAT": "43N42", "LON": "11E30", "MON": "12", "NUM": "828", "PRO": "A", "SEC": "4", "YEA": "1877", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12297	campanini-carlo-1906-10-05	{"a5": "829"}	{"lerrcp": "A5-829"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Campanini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1906-10-05 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Campanini"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1906-10-05 19:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-829"}, "ids-in-sources": {"a5": "829"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "5", "LAT": "45N 0", "LON": "8E 0", "MON": "10", "NUM": "829", "PRO": "A", "SEC": "0", "YEA": "1906", "CITY": "TORINO"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12298	candiani-carla-1916-02-09	{"a5": "830"}	{"lerrcp": "A5-830"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carla", "family": "Candiani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 8.90784, "lat": 45.59597, "name": "Legnano", "geoid": 3174921}, "notime": null, "date-ut": "1916-02-09 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Carla", "family": "Candiani"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 8.90784, "lat": 45.59597, "name": "Legnano", "geoid": 3174921}, "date-ut": "1916-02-09 17:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-830"}, "ids-in-sources": {"a5": "830"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "9", "LAT": "45N30", "LON": "9E15", "MON": "2", "NUM": "830", "PRO": "A", "SEC": "0", "YEA": "1916", "CITY": "LEGNANO"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12299	capodaglio-wanda-1889-01-02	{"a5": "831"}	{"lerrcp": "A5-831"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wanda", "family": "Capodaglio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AT", "c3": null, "cy": "IT", "lg": 8.20684, "lat": 44.89795, "name": "Asti", "geoid": 3182714}, "notime": null, "date-ut": "1889-01-02 04:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Wanda", "family": "Capodaglio"}, "birth": {"place": {"c2": "AT", "cy": "IT", "lg": 8.20684, "lat": 44.89795, "name": "Asti", "geoid": 3182714}, "date-ut": "1889-01-02 04:40:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-831"}, "ids-in-sources": {"a5": "831"}}, "raw": {"H": "5", "MN": "40", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "2", "LAT": "44N54", "LON": "8E30", "MON": "1", "NUM": "831", "PRO": "A", "SEC": "4", "YEA": "1889", "CITY": "ASTI"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12300	carini-luigi-1869-12-21	{"a5": "832"}	{"lerrcp": "A5-832"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Carini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CR", "c3": null, "cy": "IT", "lg": 10.02797, "lat": 45.13617, "name": "Cremona", "geoid": 3177838}, "notime": null, "date-ut": "1869-12-21 08:55:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Carini"}, "birth": {"place": {"c2": "CR", "cy": "IT", "lg": 10.02797, "lat": 45.13617, "name": "Cremona", "geoid": 3177838}, "date-ut": "1869-12-21 08:55:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-832"}, "ids-in-sources": {"a5": "832"}}, "raw": {"H": "9", "MN": "55", "TZ": "-1", "COD": "CR", "COU": "I", "DAY": "21", "LAT": "45N12", "LON": "11E 0", "MON": "12", "NUM": "832", "PRO": "A", "SEC": "4", "YEA": "1869", "CITY": "CREMONA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12301	gauquelin-a5-833-1907-05-20	{"a5": "833"}	{"lerrcp": "A5-833"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-833", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FO", "c3": null, "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "FORLI", "geoid": 0}, "notime": null, "date-ut": "1907-05-20 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-833"}, "birth": {"place": {"c2": "FO", "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "FORLI", "geoid": 0}, "date-ut": "1907-05-20 15:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-833"}, "ids-in-sources": {"a5": "833"}}, "raw": {"H": "16", "MN": "30", "TZ": "-1", "COD": "FO", "COU": "I", "DAY": "20", "LAT": "44N12", "LON": "12E30", "MON": "5", "NUM": "833", "PRO": "A", "SEC": "0", "YEA": "1907", "CITY": "FORLI"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12302	carnabuci-piero-1893-09-06	{"a5": "834"}	{"lerrcp": "A5-834"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Piero", "family": "Carnabuci", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 15.5, "lat": 38, "name": "STA-TERESA DI R", "geoid": 0}, "notime": null, "date-ut": "1893-09-06 11:30:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Piero", "family": "Carnabuci"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 15.5, "lat": 38, "name": "STA-TERESA DI R", "geoid": 0}, "date-ut": "1893-09-06 11:30:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-834"}, "ids-in-sources": {"a5": "834"}}, "raw": {"H": "12", "MN": "30", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "6", "LAT": "38N 0", "LON": "15E30", "MON": "9", "NUM": "834", "PRO": "A", "SEC": "4", "YEA": "1893", "CITY": "STA-TERESA DI R"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
17985	cayla-jean-simon-1908-10-14	{"e1": "353"}	{"lerrcp": "E1-353"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Simon", "family": "Cayla", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-10-14 06:00", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": 2.97029, "lat": 43.28858, "name": "Ouveillan", "geoid": 2988922}, "notime": null, "date-ut": "1908-10-14 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean Simon", "family": "Cayla"}, "birth": {"tzo": "+00:09", "date": "1908-10-14 06:00", "place": {"c2": "11", "c3": "", "cy": "FR", "lg": 2.97029, "lat": 43.28858, "name": "Ouveillan", "geoid": 2988922}, "date-ut": "1908-10-14 05:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "353"}}, "raw": {"H": "06:00", "COD": "11", "DAY": "14", "MON": "10", "NUM": "0353", "PRO": "PH", "YEA": "1908", "CITY": "Ouveillan", "NAME": "CAYLA Jean Simon", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
12304	casilini-umberto-1880-11-04	{"a5": "836"}	{"lerrcp": "A5-836"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Umberto", "family": "Casilini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1880-11-04 18:45:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Umberto", "family": "Casilini"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1880-11-04 18:45:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-836"}, "ids-in-sources": {"a5": "836"}}, "raw": {"H": "19", "MN": "45", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "4", "LAT": "44N30", "LON": "11E 0", "MON": "11", "NUM": "836", "PRO": "A", "SEC": "4", "YEA": "1880", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12305	gauquelin-a5-837-1895-07-25	{"a5": "837"}	{"lerrcp": "A5-837"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-837", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VI", "c3": null, "cy": "IT", "lg": 11.5409, "lat": 45.55729, "name": "Vicenza", "geoid": 3164419}, "notime": null, "date-ut": "1895-07-25 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-837"}, "birth": {"place": {"c2": "VI", "cy": "IT", "lg": 11.5409, "lat": 45.55729, "name": "Vicenza", "geoid": 3164419}, "date-ut": "1895-07-25 11:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-837"}, "ids-in-sources": {"a5": "837"}}, "raw": {"H": "12", "MN": "0", "TZ": "-1", "COD": "VI", "COU": "I", "DAY": "25", "LAT": "45N30", "LON": "12E 0", "MON": "7", "NUM": "837", "PRO": "A", "SEC": "0", "YEA": "1895", "CITY": "VICENZA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12306	cegani-elisa-1911-06-10	{"a5": "838"}	{"lerrcp": "A5-838"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elisa", "family": "Cegani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1911-06-10 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Elisa", "family": "Cegani"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1911-06-10 04:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-838"}, "ids-in-sources": {"a5": "838"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "10", "LAT": "45N 0", "LON": "8E 0", "MON": "6", "NUM": "838", "PRO": "A", "SEC": "0", "YEA": "1911", "CITY": "TORINO"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12307	gauquelin-a5-839-1889-02-23	{"a5": "839"}	{"lerrcp": "A5-839"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-839", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1889-02-23 19:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-839"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1889-02-23 19:40:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-839"}, "ids-in-sources": {"a5": "839"}}, "raw": {"H": "20", "MN": "40", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "23", "LAT": "45N 0", "LON": "12E15", "MON": "2", "NUM": "839", "PRO": "A", "SEC": "4", "YEA": "1889", "CITY": "ROMA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12308	gauquelin-a5-840-1904-08-23	{"a5": "840"}	{"lerrcp": "A5-840"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-840", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.8, "name": "LECCO", "geoid": 0}, "notime": null, "date-ut": "1904-08-23 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-840"}, "birth": {"place": {"c2": "CO", "cy": "IT", "lg": 9.25, "lat": 45.8, "name": "LECCO", "geoid": 0}, "date-ut": "1904-08-23 09:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-840"}, "ids-in-sources": {"a5": "840"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "CO", "COU": "I", "DAY": "23", "LAT": "45N48", "LON": "9E15", "MON": "8", "NUM": "840", "PRO": "A", "SEC": "0", "YEA": "1904", "CITY": "LECCO"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12309	cervi-gino-1901-05-03	{"a5": "841"}	{"lerrcp": "A5-841"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gino", "family": "Cervi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1901-05-03 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gino", "family": "Cervi"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1901-05-03 20:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-841"}, "ids-in-sources": {"a5": "841"}}, "raw": {"H": "21", "MN": "0", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "3", "LAT": "44N30", "LON": "11E 0", "MON": "5", "NUM": "841", "PRO": "A", "SEC": "0", "YEA": "1901", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12310	cesco-baseggio-1897-04-13	{"a5": "842"}	{"lerrcp": "A5-842"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Baseggio", "family": "Cesco", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TV", "c3": null, "cy": "IT", "lg": 12.245, "lat": 45.66667, "name": "Treviso", "geoid": 3165201}, "notime": null, "date-ut": "1897-04-13 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Baseggio", "family": "Cesco"}, "birth": {"place": {"c2": "TV", "cy": "IT", "lg": 12.245, "lat": 45.66667, "name": "Treviso", "geoid": 3165201}, "date-ut": "1897-04-13 21:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-842"}, "ids-in-sources": {"a5": "842"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "TV", "COU": "I", "DAY": "13", "LAT": "45N36", "LON": "12E45", "MON": "4", "NUM": "842", "PRO": "A", "SEC": "0", "YEA": "1897", "CITY": "TREVISO"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12311	checchi-andrea-1916-10-21	{"a5": "843"}	{"lerrcp": "A5-843"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Andrea", "family": "Checchi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1916-10-21 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Andrea", "family": "Checchi"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1916-10-21 16:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-843"}, "ids-in-sources": {"a5": "843"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "21", "LAT": "43N42", "LON": "11E30", "MON": "10", "NUM": "843", "PRO": "A", "SEC": "0", "YEA": "1916", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12312	chiantoni-amedeo-1871-11-29	{"a5": "844"}	{"lerrcp": "A5-844"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amedeo", "family": "Chiantoni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CH", "c3": null, "cy": "IT", "lg": 14.13801, "lat": 42.36094, "name": "Chieti", "geoid": 3178796}, "notime": null, "date-ut": "1871-11-29 13:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Amedeo", "family": "Chiantoni"}, "birth": {"place": {"c2": "CH", "cy": "IT", "lg": 14.13801, "lat": 42.36094, "name": "Chieti", "geoid": 3178796}, "date-ut": "1871-11-29 13:10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-844"}, "ids-in-sources": {"a5": "844"}}, "raw": {"H": "14", "MN": "10", "TZ": "-1", "COD": "CH", "COU": "I", "DAY": "29", "LAT": "42N18", "LON": "14E15", "MON": "11", "NUM": "844", "PRO": "A", "SEC": "4", "YEA": "1871", "CITY": "CHIETI"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12313	cimara-luigi-1891-07-19	{"a5": "845"}	{"lerrcp": "A5-845"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Cimara", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1891-07-19 07:20:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Cimara"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1891-07-19 07:20:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-845"}, "ids-in-sources": {"a5": "845"}}, "raw": {"H": "8", "MN": "20", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "19", "LAT": "45N 0", "LON": "12E15", "MON": "7", "NUM": "845", "PRO": "A", "SEC": "4", "YEA": "1891", "CITY": "ROMA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12314	clement-agostino-1885-02-08	{"a5": "846"}	{"lerrcp": "A5-846"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Agostino", "family": "Clement", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1885-02-08 18:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Agostino", "family": "Clement"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1885-02-08 18:10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-846"}, "ids-in-sources": {"a5": "846"}}, "raw": {"H": "19", "MN": "10", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "8", "LAT": "40N54", "LON": "14E 0", "MON": "2", "NUM": "846", "PRO": "A", "SEC": "4", "YEA": "1885", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12315	cocco-piero-1902-12-29	{"a5": "847"}	{"lerrcp": "A5-847"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Piero", "family": "Cocco", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PE", "c3": null, "cy": "IT", "lg": 14.5, "lat": 42.4, "name": "TORRE DEI PASSE", "geoid": 0}, "notime": null, "date-ut": "1902-12-29 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Piero", "family": "Cocco"}, "birth": {"place": {"c2": "PE", "cy": "IT", "lg": 14.5, "lat": 42.4, "name": "TORRE DEI PASSE", "geoid": 0}, "date-ut": "1902-12-29 06:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-847"}, "ids-in-sources": {"a5": "847"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "PE", "COU": "I", "DAY": "29", "LAT": "42N24", "LON": "14E30", "MON": "12", "NUM": "847", "PRO": "A", "SEC": "0", "YEA": "1902", "CITY": "TORRE DEI PASSE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12316	conso-carlo-1924-02-02	{"a5": "848"}	{"lerrcp": "A5-848"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Conso", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1924-02-02 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Conso"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1924-02-02 02:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-848"}, "ids-in-sources": {"a5": "848"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "2", "LAT": "45N 0", "LON": "8E 0", "MON": "2", "NUM": "848", "PRO": "A", "SEC": "0", "YEA": "1924", "CITY": "TORINO"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12317	coop-franco-1891-09-27	{"a5": "849"}	{"lerrcp": "A5-849"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franco", "family": "Coop", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1891-09-27 19:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Franco", "family": "Coop"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1891-09-27 19:10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-849"}, "ids-in-sources": {"a5": "849"}}, "raw": {"H": "20", "MN": "10", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "27", "LAT": "40N54", "LON": "14E 0", "MON": "9", "NUM": "849", "PRO": "A", "SEC": "4", "YEA": "1891", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12318	cortese-leonardo-1915-05-20	{"a5": "850"}	{"lerrcp": "A5-850"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leonardo", "family": "Cortese", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1915-05-20 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Leonardo", "family": "Cortese"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1915-05-20 10:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-850"}, "ids-in-sources": {"a5": "850"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "20", "LAT": "45N 0", "LON": "12E15", "MON": "5", "NUM": "850", "PRO": "A", "SEC": "0", "YEA": "1915", "CITY": "ROMA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12319	costa-romolo-1897-02-26	{"a5": "851"}	{"lerrcp": "A5-851"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Romolo", "family": "Costa", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AT", "c3": null, "cy": "IT", "lg": 8.20684, "lat": 44.89795, "name": "Asti", "geoid": 3182714}, "notime": null, "date-ut": "1897-02-26 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Romolo", "family": "Costa"}, "birth": {"place": {"c2": "AT", "cy": "IT", "lg": 8.20684, "lat": 44.89795, "name": "Asti", "geoid": 3182714}, "date-ut": "1897-02-26 03:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-851"}, "ids-in-sources": {"a5": "851"}}, "raw": {"H": "4", "MN": "30", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "26", "LAT": "44N54", "LON": "8E30", "MON": "2", "NUM": "851", "PRO": "A", "SEC": "0", "YEA": "1897", "CITY": "ASTI"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12320	costantini-giorgio-1907-04-06	{"a5": "852"}	{"lerrcp": "A5-852"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giorgio", "family": "Costantini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.5, "lat": 45.5, "name": "S MICHELE AL TA", "geoid": 0}, "notime": null, "date-ut": "1907-04-06 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Giorgio", "family": "Costantini"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.5, "lat": 45.5, "name": "S MICHELE AL TA", "geoid": 0}, "date-ut": "1907-04-06 04:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-852"}, "ids-in-sources": {"a5": "852"}}, "raw": {"H": "5", "MN": "30", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "6", "LAT": "45N30", "LON": "12E30", "MON": "4", "NUM": "852", "PRO": "A", "SEC": "0", "YEA": "1907", "CITY": "S MICHELE AL TA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12321	crispo-clara-1929-09-16	{"a5": "853"}	{"lerrcp": "A5-853"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clara", "family": "Crispo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1929-09-16 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Clara", "family": "Crispo"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1929-09-16 19:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-853"}, "ids-in-sources": {"a5": "853"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "16", "LAT": "40N54", "LON": "14E 0", "MON": "9", "NUM": "853", "PRO": "A", "SEC": "0", "YEA": "1929", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12322	crispo-vittoria-1905-05-01	{"a5": "854"}	{"lerrcp": "A5-854"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vittoria", "family": "Crispo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1905-05-01 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Vittoria", "family": "Crispo"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1905-05-01 06:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-854"}, "ids-in-sources": {"a5": "854"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "1", "LAT": "40N54", "LON": "14E 0", "MON": "5", "NUM": "854", "PRO": "A", "SEC": "0", "YEA": "1905", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12323	cristina-olinto-1888-02-05	{"a5": "855"}	{"lerrcp": "A5-855"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Olinto", "family": "Cristina", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1888-02-05 15:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Olinto", "family": "Cristina"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1888-02-05 15:10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-855"}, "ids-in-sources": {"a5": "855"}}, "raw": {"H": "16", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "5", "LAT": "43N42", "LON": "11E30", "MON": "2", "NUM": "855", "PRO": "A", "SEC": "4", "YEA": "1888", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12324	d-alessio-ugo-1909-08-26	{"a5": "856"}	{"lerrcp": "A5-856"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ugo", "family": "D'Alessio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1909-08-26 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Ugo", "family": "D'Alessio"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1909-08-26 07:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-856"}, "ids-in-sources": {"a5": "856"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "26", "LAT": "40N54", "LON": "14E 0", "MON": "8", "NUM": "856", "PRO": "A", "SEC": "0", "YEA": "1909", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12325	d-ancora-maurizio-1912-07-16	{"a5": "857"}	{"lerrcp": "A5-857"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurizio", "family": "D'Ancora", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1912-07-16 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Maurizio", "family": "D'Ancora"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1912-07-16 17:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-857"}, "ids-in-sources": {"a5": "857"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "16", "LAT": "43N42", "LON": "11E30", "MON": "7", "NUM": "857", "PRO": "A", "SEC": "0", "YEA": "1912", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12326	de-angelis-gualtiero-1899-11-22	{"a5": "858"}	{"lerrcp": "A5-858"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gualtiero", "family": "De Angelis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1899-11-22 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gualtiero", "family": "De Angelis"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1899-11-22 13:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-858"}, "ids-in-sources": {"a5": "858"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "22", "LAT": "45N 0", "LON": "12E15", "MON": "11", "NUM": "858", "PRO": "A", "SEC": "0", "YEA": "1899", "CITY": "ROMA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12327	de-filippo-edoardo-1900-05-24	{"a5": "859"}	{"lerrcp": "A5-859"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edoardo", "family": "De Filippo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1900-05-24 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Edoardo", "family": "De Filippo"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1900-05-24 14:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-859"}, "ids-in-sources": {"a5": "859"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "24", "LAT": "40N54", "LON": "14E 0", "MON": "5", "NUM": "859", "PRO": "A", "SEC": "0", "YEA": "1900", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12328	de-filippo-peppino-1903-08-26	{"a5": "860"}	{"lerrcp": "A5-860"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Peppino", "family": "De Filippo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1903-08-26 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Peppino", "family": "De Filippo"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1903-08-26 17:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-860"}, "ids-in-sources": {"a5": "860"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "26", "LAT": "40N54", "LON": "14E 0", "MON": "8", "NUM": "860", "PRO": "A", "SEC": "0", "YEA": "1903", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12329	de-filippo-titina-1898-07-03	{"a5": "861"}	{"lerrcp": "A5-861"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Titina", "family": "De Filippo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1898-07-03 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Titina", "family": "De Filippo"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1898-07-03 03:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-861"}, "ids-in-sources": {"a5": "861"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "3", "LAT": "40N54", "LON": "14E 0", "MON": "7", "NUM": "861", "PRO": "A", "SEC": "0", "YEA": "1898", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12330	della-corte-bianca-1917-06-12	{"a5": "862"}	{"lerrcp": "A5-862"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Della Corte Bianca", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1917-06-12 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Della Corte Bianca"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1917-06-12 08:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-862"}, "ids-in-sources": {"a5": "862"}}, "raw": {"H": "9", "MN": "0", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "12", "LAT": "40N54", "LON": "14E 0", "MON": "6", "NUM": "862", "PRO": "A", "SEC": "0", "YEA": "1917", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12331	della-valle-edy-1934-05-12	{"a5": "863"}	{"lerrcp": "A5-863"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Della Valle Edy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1934-05-12 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Della Valle Edy"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1934-05-12 21:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-863"}, "ids-in-sources": {"a5": "863"}}, "raw": {"H": "22", "MN": "30", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "12", "LAT": "45N30", "LON": "9E15", "MON": "5", "NUM": "863", "PRO": "A", "SEC": "0", "YEA": "1934", "CITY": "MILANO"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12332	del-poggio-carla-1925-12-02	{"a5": "864"}	{"lerrcp": "A5-864"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carla", "family": "Del Poggio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1925-12-02 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Carla", "family": "Del Poggio"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1925-12-02 22:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-864"}, "ids-in-sources": {"a5": "864"}}, "raw": {"H": "23", "MN": "0", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "2", "LAT": "40N54", "LON": "14E 0", "MON": "12", "NUM": "864", "PRO": "A", "SEC": "0", "YEA": "1925", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12333	gauquelin-a5-865-1890-07-06	{"a5": "865"}	{"lerrcp": "A5-865"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-865", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1890-07-06 19:05:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-865"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1890-07-06 19:05:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-865"}, "ids-in-sources": {"a5": "865"}}, "raw": {"H": "20", "MN": "5", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "6", "LAT": "45N 0", "LON": "8E 0", "MON": "7", "NUM": "865", "PRO": "A", "SEC": "4", "YEA": "1890", "CITY": "TORINO"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12334	de-martino-giuseppe-1854-05-08	{"a5": "866"}	{"lerrcp": "A5-866"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "De Martino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1854-05-08 01:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "De Martino"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1854-05-08 01:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-866"}, "ids-in-sources": {"a5": "866"}}, "raw": {"H": "2", "MN": "4", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "8", "LAT": "40N54", "LON": "14E 0", "MON": "5", "NUM": "866", "PRO": "A", "SEC": "0", "YEA": "1854", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12335	de-sanctis-alfredo-1865-10-07	{"a5": "867"}	{"lerrcp": "A5-867"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfredo", "family": "De Sanctis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BR", "c3": null, "cy": "IT", "lg": 18, "lat": 40.6, "name": "BRIDISI", "geoid": 0}, "notime": null, "date-ut": "1865-10-07 18:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Alfredo", "family": "De Sanctis"}, "birth": {"place": {"c2": "BR", "cy": "IT", "lg": 18, "lat": 40.6, "name": "BRIDISI", "geoid": 0}, "date-ut": "1865-10-07 18:48"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-867"}, "ids-in-sources": {"a5": "867"}}, "raw": {"H": "19", "MN": "48", "TZ": "-1", "COD": "BR", "COU": "I", "DAY": "7", "LAT": "40N36", "LON": "18E 0", "MON": "10", "NUM": "867", "PRO": "A", "SEC": "0", "YEA": "1865", "CITY": "BRIDISI"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12337	dessy-angelo-1907-07-10	{"a5": "869"}	{"lerrcp": "A5-869"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Dessy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SS", "c3": null, "cy": "IT", "lg": 8.32355, "lat": 40.55165, "name": "Alghero", "geoid": 3183284}, "notime": null, "date-ut": "1907-07-10 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Angelo", "family": "Dessy"}, "birth": {"place": {"c2": "SS", "cy": "IT", "lg": 8.32355, "lat": 40.55165, "name": "Alghero", "geoid": 3183284}, "date-ut": "1907-07-10 13:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-869"}, "ids-in-sources": {"a5": "869"}}, "raw": {"H": "14", "MN": "30", "TZ": "-1", "COD": "SS", "COU": "I", "DAY": "10", "LAT": "40N48", "LON": "8E30", "MON": "7", "NUM": "869", "PRO": "A", "SEC": "0", "YEA": "1907", "CITY": "ALGHERO"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12338	di-lorenzo-tina-1872-12-04	{"a5": "870"}	{"lerrcp": "A5-870"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tina", "family": "Di Lorenzo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1872-12-04 09:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Tina", "family": "Di Lorenzo"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1872-12-04 09:40:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-870"}, "ids-in-sources": {"a5": "870"}}, "raw": {"H": "10", "MN": "40", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "4", "LAT": "45N 0", "LON": "8E 0", "MON": "12", "NUM": "870", "PRO": "A", "SEC": "4", "YEA": "1872", "CITY": "TORINO"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12339	gauquelin-a5-871-1860-12-06	{"a5": "871"}	{"lerrcp": "A5-871"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-871", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1860-12-06 09:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-871"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1860-12-06 09:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-871"}, "ids-in-sources": {"a5": "871"}}, "raw": {"H": "10", "MN": "4", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "6", "LAT": "40N54", "LON": "14E 0", "MON": "12", "NUM": "871", "PRO": "A", "SEC": "0", "YEA": "1860", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12340	dionisi-anna-1916-08-22	{"a5": "872"}	{"lerrcp": "A5-872"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anna", "family": "Dionisi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1916-08-22 21:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Anna", "family": "Dionisi"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1916-08-22 21:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-872"}, "ids-in-sources": {"a5": "872"}}, "raw": {"H": "22", "MN": "45", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "22", "LAT": "45N 0", "LON": "12E15", "MON": "8", "NUM": "872", "PRO": "A", "SEC": "0", "YEA": "1916", "CITY": "ROMA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12341	dominici-enrico-1847-10-23	{"a5": "873"}	{"lerrcp": "A5-873"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enrico", "family": "Dominici", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TP", "c3": null, "cy": "IT", "lg": 12.49758, "lat": 38.01906, "name": "Trapani", "geoid": 2522876}, "notime": null, "date-ut": "1847-10-23 00:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Enrico", "family": "Dominici"}, "birth": {"place": {"c2": "TP", "cy": "IT", "lg": 12.49758, "lat": 38.01906, "name": "Trapani", "geoid": 2522876}, "date-ut": "1847-10-23 00:10"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-873"}, "ids-in-sources": {"a5": "873"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "TP", "COU": "I", "DAY": "23", "LAT": "38N 0", "LON": "12E30", "MON": "10", "NUM": "873", "PRO": "A", "SEC": "0", "YEA": "1847", "CITY": "TRAPANI"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12342	donadio-giulio-1889-07-05	{"a5": "874"}	{"lerrcp": "A5-874"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giulio", "family": "Donadio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1889-07-05 12:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Giulio", "family": "Donadio"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1889-07-05 12:10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-874"}, "ids-in-sources": {"a5": "874"}}, "raw": {"H": "13", "MN": "10", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "5", "LAT": "40N54", "LON": "14E 0", "MON": "7", "NUM": "874", "PRO": "A", "SEC": "4", "YEA": "1889", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12343	gauquelin-a5-875-1865-09-08	{"a5": "875"}	{"lerrcp": "A5-875"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-875", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1865-09-08 10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-875"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1865-09-08 10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-875"}, "ids-in-sources": {"a5": "875"}}, "raw": {"H": "11", "MN": "4", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "8", "LAT": "40N54", "LON": "14E 0", "MON": "9", "NUM": "875", "PRO": "A", "SEC": "0", "YEA": "1865", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12344	donati-maria-1895-02-11	{"a5": "876"}	{"lerrcp": "A5-876"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maria", "family": "Donati", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1895-02-11 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Maria", "family": "Donati"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1895-02-11 14:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-876"}, "ids-in-sources": {"a5": "876"}}, "raw": {"H": "15", "MN": "30", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "11", "LAT": "45N 0", "LON": "12E15", "MON": "2", "NUM": "876", "PRO": "A", "SEC": "0", "YEA": "1895", "CITY": "ROMA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12345	doro-mino-1903-05-06	{"a5": "877"}	{"lerrcp": "A5-877"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mino", "family": "Doro", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "notime": null, "date-ut": "1903-05-06 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Mino", "family": "Doro"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "date-ut": "1903-05-06 01:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-877"}, "ids-in-sources": {"a5": "877"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "6", "LAT": "45N30", "LON": "12E30", "MON": "5", "NUM": "877", "PRO": "A", "SEC": "0", "YEA": "1903", "CITY": "VENEZIA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12346	durante-checco-1893-11-19	{"a5": "878"}	{"lerrcp": "A5-878"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Checco", "family": "Durante", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1893-11-19 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Checco", "family": "Durante"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1893-11-19 06:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-878"}, "ids-in-sources": {"a5": "878"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "19", "LAT": "45N 0", "LON": "12E15", "MON": "11", "NUM": "878", "PRO": "A", "SEC": "0", "YEA": "1893", "CITY": "ROMA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12348	emanuel-giovanni-1847-02-11	{"a5": "880"}	{"lerrcp": "A5-880"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Emanuel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.36614, "lat": 45.16726, "name": "Morano sul Po", "geoid": 3172621}, "notime": null, "date-ut": "1847-02-11 17:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Emanuel"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.36614, "lat": 45.16726, "name": "Morano sul Po", "geoid": 3172621}, "date-ut": "1847-02-11 17:24"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-880"}, "ids-in-sources": {"a5": "880"}}, "raw": {"H": "18", "MN": "24", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "11", "LAT": "45N 0", "LON": "9E 0", "MON": "2", "NUM": "880", "PRO": "A", "SEC": "0", "YEA": "1847", "CITY": "MORANO SUL PO"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12349	fabbri-attilio-1850-08-10	{"a5": "881"}	{"lerrcp": "A5-881"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Attilio", "family": "Fabbri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1850-08-10 18:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Attilio", "family": "Fabbri"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1850-08-10 18:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-881"}, "ids-in-sources": {"a5": "881"}}, "raw": {"H": "19", "MN": "4", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "10", "LAT": "40N54", "LON": "14E 0", "MON": "8", "NUM": "881", "PRO": "A", "SEC": "0", "YEA": "1850", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12350	falconi-armando-1871-07-06	{"a5": "882"}	{"lerrcp": "A5-882"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armando", "family": "Falconi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1871-07-06 18:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Armando", "family": "Falconi"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1871-07-06 18:10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-882"}, "ids-in-sources": {"a5": "882"}}, "raw": {"H": "19", "MN": "10", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "6", "LAT": "45N 0", "LON": "12E15", "MON": "7", "NUM": "882", "PRO": "A", "SEC": "4", "YEA": "1871", "CITY": "ROMA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12351	fantoni-cesare-1905-02-01	{"a5": "883"}	{"lerrcp": "A5-883"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cesare", "family": "Fantoni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1905-02-01 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Cesare", "family": "Fantoni"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1905-02-01 02:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-883"}, "ids-in-sources": {"a5": "883"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "1", "LAT": "44N30", "LON": "11E 0", "MON": "2", "NUM": "883", "PRO": "A", "SEC": "0", "YEA": "1905", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12352	farulli-ugo-1869-04-04	{"a5": "884"}	{"lerrcp": "A5-884"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ugo", "family": "Farulli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1869-04-04 04:30:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Ugo", "family": "Farulli"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1869-04-04 04:30:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-884"}, "ids-in-sources": {"a5": "884"}}, "raw": {"H": "5", "MN": "30", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "4", "LAT": "43N42", "LON": "11E30", "MON": "4", "NUM": "884", "PRO": "A", "SEC": "4", "YEA": "1869", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12353	gauquelin-a5-885-1914-08-04	{"a5": "885"}	{"lerrcp": "A5-885"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-885", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1914-08-04 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-885"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1914-08-04 17:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-885"}, "ids-in-sources": {"a5": "885"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "4", "LAT": "40N54", "LON": "14E 0", "MON": "8", "NUM": "885", "PRO": "A", "SEC": "0", "YEA": "1914", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12354	fiermonte-enzo-1908-07-24	{"a5": "886"}	{"lerrcp": "A5-886"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enzo", "family": "Fiermonte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 16.85118, "lat": 41.11773, "name": "Bari", "geoid": 3182351}, "notime": null, "date-ut": "1908-07-24 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Enzo", "family": "Fiermonte"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 16.85118, "lat": 41.11773, "name": "Bari", "geoid": 3182351}, "date-ut": "1908-07-24 08:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-886"}, "ids-in-sources": {"a5": "886"}}, "raw": {"H": "9", "MN": "0", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "24", "LAT": "41N12", "LON": "17E 0", "MON": "7", "NUM": "886", "PRO": "A", "SEC": "0", "YEA": "1908", "CITY": "BARI"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12355	fiorelli-aldo-1915-05-08	{"a5": "887"}	{"lerrcp": "A5-887"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Fiorelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.16272, "lat": 43.85595, "name": "Calenzano", "geoid": 3181199}, "notime": null, "date-ut": "1915-05-08 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Aldo", "family": "Fiorelli"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.16272, "lat": 43.85595, "name": "Calenzano", "geoid": 3181199}, "date-ut": "1915-05-08 14:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-887"}, "ids-in-sources": {"a5": "887"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "8", "LAT": "43N42", "LON": "11E30", "MON": "5", "NUM": "887", "PRO": "A", "SEC": "0", "YEA": "1915", "CITY": "CALENZANO"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12356	foti-riccardo-1906-05-01	{"a5": "888"}	{"lerrcp": "A5-888"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Riccardo", "family": "Foti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1906-05-01 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Riccardo", "family": "Foti"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1906-05-01 11:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-888"}, "ids-in-sources": {"a5": "888"}}, "raw": {"H": "12", "MN": "30", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "1", "LAT": "45N 0", "LON": "12E15", "MON": "5", "NUM": "888", "PRO": "A", "SEC": "0", "YEA": "1906", "CITY": "ROMA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12357	francioli-armando-1919-10-21	{"a5": "889"}	{"lerrcp": "A5-889"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armando", "family": "Francioli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1919-10-21 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Armando", "family": "Francioli"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1919-10-21 09:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-889"}, "ids-in-sources": {"a5": "889"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "21", "LAT": "45N 0", "LON": "12E15", "MON": "10", "NUM": "889", "PRO": "A", "SEC": "0", "YEA": "1919", "CITY": "ROMA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12358	frau-maria-1929-08-06	{"a5": "890"}	{"lerrcp": "A5-890"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maria", "family": "Frau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1929-08-06 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Maria", "family": "Frau"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1929-08-06 06:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-890"}, "ids-in-sources": {"a5": "890"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "6", "LAT": "45N 0", "LON": "12E15", "MON": "8", "NUM": "890", "PRO": "A", "SEC": "0", "YEA": "1929", "CITY": "ROMA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12359	fumagalli-mario-1869-07-05	{"a5": "891"}	{"lerrcp": "A5-891"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Fumagalli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1869-07-05 22:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Fumagalli"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1869-07-05 22:10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-891"}, "ids-in-sources": {"a5": "891"}}, "raw": {"H": "23", "MN": "10", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "5", "LAT": "45N30", "LON": "9E15", "MON": "7", "NUM": "891", "PRO": "A", "SEC": "4", "YEA": "1869", "CITY": "MILANO"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12360	furno-domenico-1892-07-24	{"a5": "892"}	{"lerrcp": "A5-892"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Domenico", "family": "Furno", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1892-07-24 08:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Domenico", "family": "Furno"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1892-07-24 08:10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-892"}, "ids-in-sources": {"a5": "892"}}, "raw": {"H": "9", "MN": "10", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "24", "LAT": "40N54", "LON": "14E 0", "MON": "7", "NUM": "892", "PRO": "A", "SEC": "4", "YEA": "1892", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12361	gabusi-malfatti-carolina-1809-08-20	{"a5": "893"}	{"lerrcp": "A5-893"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gabusi Malfatti Carolina", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PC", "c3": null, "cy": "IT", "lg": 9.69937, "lat": 45.04676, "name": "Piacenza", "geoid": 3171058}, "notime": null, "date-ut": "1809-08-20 19:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gabusi Malfatti Carolina"}, "birth": {"place": {"c2": "PC", "cy": "IT", "lg": 9.69937, "lat": 45.04676, "name": "Piacenza", "geoid": 3171058}, "date-ut": "1809-08-20 19:21"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-893"}, "ids-in-sources": {"a5": "893"}}, "raw": {"H": "20", "MN": "21", "TZ": "-1", "COD": "PC", "COU": "I", "DAY": "20", "LAT": "45N 0", "LON": "9E45", "MON": "8", "NUM": "893", "PRO": "A", "SEC": "0", "YEA": "1809", "CITY": "PIACENZA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12362	gauquelin-a5-894-1877-12-06	{"a5": "894"}	{"lerrcp": "A5-894"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-894", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1877-12-06 12:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-894"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1877-12-06 12:10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-894"}, "ids-in-sources": {"a5": "894"}}, "raw": {"H": "13", "MN": "10", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "6", "LAT": "45N30", "LON": "9E15", "MON": "12", "NUM": "894", "PRO": "A", "SEC": "4", "YEA": "1877", "CITY": "MILANO"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12363	galvani-aldo-1909-04-03	{"a5": "895"}	{"lerrcp": "A5-895"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Galvani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1909-04-03 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Aldo", "family": "Galvani"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1909-04-03 04:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-895"}, "ids-in-sources": {"a5": "895"}}, "raw": {"H": "5", "MN": "30", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "3", "LAT": "44N30", "LON": "11E 0", "MON": "4", "NUM": "895", "PRO": "A", "SEC": "0", "YEA": "1909", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12364	galvani-ciro-1867-04-10	{"a5": "896"}	{"lerrcp": "A5-896"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ciro", "family": "Galvani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11, "lat": 44.5, "name": "CASTEL S PIETRO", "geoid": 0}, "notime": null, "date-ut": "1867-04-10 19:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Ciro", "family": "Galvani"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11, "lat": 44.5, "name": "CASTEL S PIETRO", "geoid": 0}, "date-ut": "1867-04-10 19:10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-896"}, "ids-in-sources": {"a5": "896"}}, "raw": {"H": "20", "MN": "10", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "10", "LAT": "44N30", "LON": "11E 0", "MON": "4", "NUM": "896", "PRO": "A", "SEC": "4", "YEA": "1867", "CITY": "CASTEL S PIETRO"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12365	garavaglia-ferruccio-1868-05-01	{"a5": "897"}	{"lerrcp": "A5-897"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferruccio", "family": "Garavaglia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 9, "lat": 45.2, "name": "S ZENONE AL PO", "geoid": 0}, "notime": null, "date-ut": "1868-05-01 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Ferruccio", "family": "Garavaglia"}, "birth": {"place": {"c2": "PV", "cy": "IT", "lg": 9, "lat": 45.2, "name": "S ZENONE AL PO", "geoid": 0}, "date-ut": "1868-05-01 00:10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-897"}, "ids-in-sources": {"a5": "897"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "PV", "COU": "I", "DAY": "1", "LAT": "45N12", "LON": "9E 0", "MON": "5", "NUM": "897", "PRO": "A", "SEC": "4", "YEA": "1868", "CITY": "S ZENONE AL PO"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12366	genovese-rino-1908-07-19	{"a5": "898"}	{"lerrcp": "A5-898"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rino", "family": "Genovese", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1908-07-19 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Rino", "family": "Genovese"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1908-07-19 16:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-898"}, "ids-in-sources": {"a5": "898"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "19", "LAT": "40N54", "LON": "14E 0", "MON": "7", "NUM": "898", "PRO": "A", "SEC": "0", "YEA": "1908", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12367	gentile-fedele-1908-01-28	{"a5": "899"}	{"lerrcp": "A5-899"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fedele", "family": "Gentile", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CB", "c3": null, "cy": "IT", "lg": 14.75, "lat": 41.6, "name": "MONTENERO DI BI", "geoid": 0}, "notime": null, "date-ut": "1908-01-28 03:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Fedele", "family": "Gentile"}, "birth": {"place": {"c2": "CB", "cy": "IT", "lg": 14.75, "lat": 41.6, "name": "MONTENERO DI BI", "geoid": 0}, "date-ut": "1908-01-28 03:25"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-899"}, "ids-in-sources": {"a5": "899"}}, "raw": {"H": "4", "MN": "25", "TZ": "-1", "COD": "CB", "COU": "I", "DAY": "28", "LAT": "41N36", "LON": "14E45", "MON": "1", "NUM": "899", "PRO": "A", "SEC": "0", "YEA": "1908", "CITY": "MONTENERO DI BI"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12368	gentilli-olga-1888-07-19	{"a5": "900"}	{"lerrcp": "A5-900"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Olga", "family": "Gentilli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1888-07-19 19:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Olga", "family": "Gentilli"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1888-07-19 19:10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-900"}, "ids-in-sources": {"a5": "900"}}, "raw": {"H": "20", "MN": "10", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "19", "LAT": "40N54", "LON": "14E 0", "MON": "7", "NUM": "900", "PRO": "A", "SEC": "4", "YEA": "1888", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12369	giachetti-gianfranco-1888-09-17	{"a5": "901"}	{"lerrcp": "A5-901"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gianfranco", "family": "Giachetti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1888-09-17 11:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gianfranco", "family": "Giachetti"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1888-09-17 11:25:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-901"}, "ids-in-sources": {"a5": "901"}}, "raw": {"H": "12", "MN": "25", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "17", "LAT": "43N42", "LON": "11E30", "MON": "9", "NUM": "901", "PRO": "A", "SEC": "4", "YEA": "1888", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12370	giovannini-alberto-1883-12-12	{"a5": "902"}	{"lerrcp": "A5-902"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberto", "family": "Giovannini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1883-12-12 04:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Alberto", "family": "Giovannini"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1883-12-12 04:10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-902"}, "ids-in-sources": {"a5": "902"}}, "raw": {"H": "5", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "12", "LAT": "43N42", "LON": "11E30", "MON": "12", "NUM": "902", "PRO": "A", "SEC": "4", "YEA": "1883", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12371	girard-amedeo-1893-02-12	{"a5": "903"}	{"lerrcp": "A5-903"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amedeo", "family": "Girard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CS", "c3": null, "cy": "IT", "lg": 16.5, "lat": 39.3, "name": "MONTALTO", "geoid": 0}, "notime": null, "date-ut": "1893-02-12 06:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Amedeo", "family": "Girard"}, "birth": {"place": {"c2": "CS", "cy": "IT", "lg": 16.5, "lat": 39.3, "name": "MONTALTO", "geoid": 0}, "date-ut": "1893-02-12 06:10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-903"}, "ids-in-sources": {"a5": "903"}}, "raw": {"H": "7", "MN": "10", "TZ": "-1", "COD": "CS", "COU": "I", "DAY": "12", "LAT": "39N18", "LON": "16E30", "MON": "2", "NUM": "903", "PRO": "A", "SEC": "4", "YEA": "1893", "CITY": "MONTALTO"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12372	girotti-mario-1939-03-29	{"a5": "904"}	{"lerrcp": "A5-904"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Girotti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "notime": null, "date-ut": "1939-03-29 14:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Girotti"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "date-ut": "1939-03-29 14:05"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-904"}, "ids-in-sources": {"a5": "904"}}, "raw": {"H": "15", "MN": "5", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "29", "LAT": "45N30", "LON": "12E30", "MON": "3", "NUM": "904", "PRO": "A", "SEC": "0", "YEA": "1939", "CITY": "VENEZIA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12373	girotti-odoardo-1935-03-25	{"a5": "905"}	{"lerrcp": "A5-905"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Odoardo", "family": "Girotti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1935-03-25 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Odoardo", "family": "Girotti"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1935-03-25 16:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-905"}, "ids-in-sources": {"a5": "905"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "25", "LAT": "45N 0", "LON": "12E15", "MON": "3", "NUM": "905", "PRO": "A", "SEC": "0", "YEA": "1935", "CITY": "ROMA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12374	gizzi-loris-1899-08-16	{"a5": "906"}	{"lerrcp": "A5-906"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Loris", "family": "Gizzi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1899-08-16 21:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Loris", "family": "Gizzi"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1899-08-16 21:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-906"}, "ids-in-sources": {"a5": "906"}}, "raw": {"H": "22", "MN": "40", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "16", "LAT": "45N 0", "LON": "12E15", "MON": "8", "NUM": "906", "PRO": "A", "SEC": "0", "YEA": "1899", "CITY": "ROMA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12375	glori-enrico-1901-08-03	{"a5": "907"}	{"lerrcp": "A5-907"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enrico", "family": "Glori", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1901-08-03 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Enrico", "family": "Glori"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1901-08-03 08:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-907"}, "ids-in-sources": {"a5": "907"}}, "raw": {"H": "9", "MN": "0", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "3", "LAT": "40N54", "LON": "14E 0", "MON": "8", "NUM": "907", "PRO": "A", "SEC": "0", "YEA": "1901", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12376	gloria-leda-1908-08-30	{"a5": "908"}	{"lerrcp": "A5-908"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leda", "family": "Gloria", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1908-08-30 04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Leda", "family": "Gloria"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1908-08-30 04:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-908"}, "ids-in-sources": {"a5": "908"}}, "raw": {"H": "5", "MN": "40", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "30", "LAT": "45N 0", "LON": "12E15", "MON": "8", "NUM": "908", "PRO": "A", "SEC": "0", "YEA": "1908", "CITY": "ROMA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12377	gauquelin-a5-909-1913-10-24	{"a5": "909"}	{"lerrcp": "A5-909"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-909", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VI", "c3": null, "cy": "IT", "lg": 12, "lat": 45.5, "name": "BASSANO DEL GRA", "geoid": 0}, "notime": null, "date-ut": "1913-10-24 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-909"}, "birth": {"place": {"c2": "VI", "cy": "IT", "lg": 12, "lat": 45.5, "name": "BASSANO DEL GRA", "geoid": 0}, "date-ut": "1913-10-24 03:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-909"}, "ids-in-sources": {"a5": "909"}}, "raw": {"H": "4", "MN": "30", "TZ": "-1", "COD": "VI", "COU": "I", "DAY": "24", "LAT": "45N30", "LON": "12E 0", "MON": "10", "NUM": "909", "PRO": "A", "SEC": "0", "YEA": "1913", "CITY": "BASSANO DEL GRA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12378	gordini-cervi-1906-02-06	{"a5": "910"}	{"lerrcp": "A5-910"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cervi", "family": "Gordini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 12.25, "lat": 44.4, "name": "LUGO DI ROMAGNA", "geoid": 0}, "notime": null, "date-ut": "1906-02-06 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Cervi", "family": "Gordini"}, "birth": {"place": {"c2": "RA", "cy": "IT", "lg": 12.25, "lat": 44.4, "name": "LUGO DI ROMAGNA", "geoid": 0}, "date-ut": "1906-02-06 12:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-910"}, "ids-in-sources": {"a5": "910"}}, "raw": {"H": "13", "MN": "0", "TZ": "-1", "COD": "RA", "COU": "I", "DAY": "6", "LAT": "44N24", "LON": "12E15", "MON": "2", "NUM": "910", "PRO": "A", "SEC": "0", "YEA": "1906", "CITY": "LUGO DI ROMAGNA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12379	gramatica-emma-1874-10-25	{"a5": "911"}	{"lerrcp": "A5-911"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emma", "family": "Gramatica", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.75, "lat": 44.8, "name": "BORGO SAN DOMIN", "geoid": 0}, "notime": null, "date-ut": "1874-10-25 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Emma", "family": "Gramatica"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.75, "lat": 44.8, "name": "BORGO SAN DOMIN", "geoid": 0}, "date-ut": "1874-10-25 03:10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-911"}, "ids-in-sources": {"a5": "911"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "25", "LAT": "44N48", "LON": "10E45", "MON": "10", "NUM": "911", "PRO": "A", "SEC": "4", "YEA": "1874", "CITY": "BORGO SAN DOMIN"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12380	grossi-nera-1883-04-18	{"a5": "912"}	{"lerrcp": "A5-912"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nera", "family": "Grossi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1883-04-18 23:30:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Nera", "family": "Grossi"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1883-04-18 23:30:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-912"}, "ids-in-sources": {"a5": "912"}}, "raw": {"H": "0", "MN": "30", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "19", "LAT": "45N30", "LON": "9E15", "MON": "4", "NUM": "912", "PRO": "A", "SEC": "4", "YEA": "1883", "CITY": "MILANO"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12381	guerzoni-fausto-1903-01-13	{"a5": "913"}	{"lerrcp": "A5-913"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fausto", "family": "Guerzoni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 11.0321, "lat": 44.67607, "name": "Nonantola", "geoid": 3172217}, "notime": null, "date-ut": "1903-01-13 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Fausto", "family": "Guerzoni"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 11.0321, "lat": 44.67607, "name": "Nonantola", "geoid": 3172217}, "date-ut": "1903-01-13 04:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-913"}, "ids-in-sources": {"a5": "913"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "13", "LAT": "44N36", "LON": "11E15", "MON": "1", "NUM": "913", "PRO": "A", "SEC": "0", "YEA": "1903", "CITY": "NONANTOLA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12382	jachino-silvana-1916-02-02	{"a5": "914"}	{"lerrcp": "A5-914"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Silvana", "family": "Jachino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1916-02-02 20:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Silvana", "family": "Jachino"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1916-02-02 20:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-914"}, "ids-in-sources": {"a5": "914"}}, "raw": {"H": "21", "MN": "45", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "2", "LAT": "45N30", "LON": "9E15", "MON": "2", "NUM": "914", "PRO": "A", "SEC": "0", "YEA": "1916", "CITY": "MILANO"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12383	gauquelin-a5-915-1908-01-22	{"a5": "915"}	{"lerrcp": "A5-915"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-915", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1908-01-22 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-915"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1908-01-22 13:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-915"}, "ids-in-sources": {"a5": "915"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "22", "LAT": "40N54", "LON": "14E 0", "MON": "1", "NUM": "915", "PRO": "A", "SEC": "0", "YEA": "1908", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12384	job-achille-1827-03-25	{"a5": "916"}	{"lerrcp": "A5-916"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Achille", "family": "Job", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1827-03-25 19:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Achille", "family": "Job"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1827-03-25 19:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-916"}, "ids-in-sources": {"a5": "916"}}, "raw": {"H": "20", "MN": "4", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "25", "LAT": "40N54", "LON": "14E 0", "MON": "3", "NUM": "916", "PRO": "A", "SEC": "0", "YEA": "1827", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12385	lazzaro-walter-1914-12-05	{"a5": "917"}	{"lerrcp": "A5-917"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Lazzaro", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1914-12-05 22:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Lazzaro"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1914-12-05 22:50"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-917"}, "ids-in-sources": {"a5": "917"}}, "raw": {"H": "23", "MN": "50", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "5", "LAT": "45N 0", "LON": "12E15", "MON": "12", "NUM": "917", "PRO": "A", "SEC": "0", "YEA": "1914", "CITY": "ROMA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12386	lombardi-carlo-1900-01-02	{"a5": "918"}	{"lerrcp": "A5-918"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Lombardi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LU", "c3": null, "cy": "IT", "lg": 10.50585, "lat": 43.84357, "name": "Lucca", "geoid": 3174530}, "notime": null, "date-ut": "1900-01-02 10:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Lombardi"}, "birth": {"place": {"c2": "LU", "cy": "IT", "lg": 10.50585, "lat": 43.84357, "name": "Lucca", "geoid": 3174530}, "date-ut": "1900-01-02 10:10"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-918"}, "ids-in-sources": {"a5": "918"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "LU", "COU": "I", "DAY": "2", "LAT": "43N42", "LON": "11E 0", "MON": "1", "NUM": "918", "PRO": "A", "SEC": "0", "YEA": "1900", "CITY": "LUCCA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12387	lulli-folco-1912-07-03	{"a5": "919"}	{"lerrcp": "A5-919"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Folco", "family": "Lulli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1912-07-03 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Folco", "family": "Lulli"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1912-07-03 15:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-919"}, "ids-in-sources": {"a5": "919"}}, "raw": {"H": "16", "MN": "0", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "3", "LAT": "43N42", "LON": "11E30", "MON": "7", "NUM": "919", "PRO": "A", "SEC": "0", "YEA": "1912", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12388	lupi-ruggero-1882-10-13	{"a5": "920"}	{"lerrcp": "A5-920"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ruggero", "family": "Lupi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FE", "c3": null, "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "notime": null, "date-ut": "1882-10-13 10:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Ruggero", "family": "Lupi"}, "birth": {"place": {"c2": "FE", "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "date-ut": "1882-10-13 10:40:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-920"}, "ids-in-sources": {"a5": "920"}}, "raw": {"H": "11", "MN": "40", "TZ": "-1", "COD": "FE", "COU": "I", "DAY": "13", "LAT": "44N42", "LON": "12E30", "MON": "10", "NUM": "920", "PRO": "A", "SEC": "4", "YEA": "1882", "CITY": "FERRARA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12389	macario-erminio-1902-05-27	{"a5": "921"}	{"lerrcp": "A5-921"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erminio", "family": "Macario", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1902-05-27 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Erminio", "family": "Macario"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1902-05-27 10:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-921"}, "ids-in-sources": {"a5": "921"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "27", "LAT": "45N 0", "LON": "8E 0", "MON": "5", "NUM": "921", "PRO": "A", "SEC": "0", "YEA": "1902", "CITY": "TORINO"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12390	magnetti-adelina-1880-04-08	{"a5": "922"}	{"lerrcp": "A5-922"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adelina", "family": "Magnetti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1880-04-08 13:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Adelina", "family": "Magnetti"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1880-04-08 13:10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-922"}, "ids-in-sources": {"a5": "922"}}, "raw": {"H": "14", "MN": "10", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "8", "LAT": "40N54", "LON": "14E 0", "MON": "4", "NUM": "922", "PRO": "A", "SEC": "4", "YEA": "1880", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12391	magni-eva-1908-07-28	{"a5": "923"}	{"lerrcp": "A5-923"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eva", "family": "Magni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1908-07-28 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Eva", "family": "Magni"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1908-07-28 20:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-923"}, "ids-in-sources": {"a5": "923"}}, "raw": {"H": "21", "MN": "0", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "28", "LAT": "45N30", "LON": "9E15", "MON": "7", "NUM": "923", "PRO": "A", "SEC": "0", "YEA": "1908", "CITY": "MILANO"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12392	majeroni-achille-1881-08-24	{"a5": "924"}	{"lerrcp": "A5-924"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Achille", "family": "Majeroni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SR", "c3": null, "cy": "IT", "lg": 15.273, "lat": 37.08515, "name": "Siracusa", "geoid": 2523083}, "notime": null, "date-ut": "1881-08-24 01:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Achille", "family": "Majeroni"}, "birth": {"place": {"c2": "SR", "cy": "IT", "lg": 15.273, "lat": 37.08515, "name": "Siracusa", "geoid": 2523083}, "date-ut": "1881-08-24 01:40:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-924"}, "ids-in-sources": {"a5": "924"}}, "raw": {"H": "2", "MN": "40", "TZ": "-1", "COD": "SR", "COU": "I", "DAY": "24", "LAT": "37N 0", "LON": "15E30", "MON": "8", "NUM": "924", "PRO": "A", "SEC": "4", "YEA": "1881", "CITY": "SIRACUSA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12393	majone-domenico-1844-02-02	{"a5": "925"}	{"lerrcp": "A5-925"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Domenico", "family": "Majone", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1844-02-02 19:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Domenico", "family": "Majone"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1844-02-02 19:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-925"}, "ids-in-sources": {"a5": "925"}}, "raw": {"H": "20", "MN": "4", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "2", "LAT": "40N54", "LON": "14E 0", "MON": "2", "NUM": "925", "PRO": "A", "SEC": "0", "YEA": "1844", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12394	gauquelin-a5-926-1904-08-08	{"a5": "926"}	{"lerrcp": "A5-926"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-926", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "notime": null, "date-ut": "1904-08-08 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-926"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "date-ut": "1904-08-08 15:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-926"}, "ids-in-sources": {"a5": "926"}}, "raw": {"H": "16", "MN": "0", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "8", "LAT": "45N24", "LON": "11E 0", "MON": "8", "NUM": "926", "PRO": "A", "SEC": "0", "YEA": "1904", "CITY": "VERONA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12395	maltagliati-evi-1908-07-11	{"a5": "927"}	{"lerrcp": "A5-927"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Evi", "family": "Maltagliati", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1908-07-11 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Evi", "family": "Maltagliati"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1908-07-11 01:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-927"}, "ids-in-sources": {"a5": "927"}}, "raw": {"H": "2", "MN": "30", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "11", "LAT": "43N42", "LON": "11E30", "MON": "7", "NUM": "927", "PRO": "A", "SEC": "0", "YEA": "1908", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12396	gauquelin-a5-928-1895-08-01	{"a5": "928"}	{"lerrcp": "A5-928"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-928", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SS", "c3": null, "cy": "IT", "lg": 8.5, "lat": 40.8, "name": "TEMPIO PAUSANIA", "geoid": 0}, "notime": null, "date-ut": "1895-08-01 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-928"}, "birth": {"place": {"c2": "SS", "cy": "IT", "lg": 8.5, "lat": 40.8, "name": "TEMPIO PAUSANIA", "geoid": 0}, "date-ut": "1895-08-01 23:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-928"}, "ids-in-sources": {"a5": "928"}}, "raw": {"H": "0", "MN": "0", "TZ": "-1", "COD": "SS", "COU": "I", "DAY": "2", "LAT": "40N48", "LON": "8E30", "MON": "8", "NUM": "928", "PRO": "A", "SEC": "0", "YEA": "1895", "CITY": "TEMPIO PAUSANIA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12397	marcacci-augusto-1892-06-04	{"a5": "929"}	{"lerrcp": "A5-929"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Augusto", "family": "Marcacci", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1892-06-04 04:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Augusto", "family": "Marcacci"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1892-06-04 04:25:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-929"}, "ids-in-sources": {"a5": "929"}}, "raw": {"H": "5", "MN": "25", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "4", "LAT": "43N42", "LON": "11E30", "MON": "6", "NUM": "929", "PRO": "A", "SEC": "4", "YEA": "1892", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12398	marzi-franca-1925-08-18	{"a5": "930"}	{"lerrcp": "A5-930"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franca", "family": "Marzi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1925-08-18 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Franca", "family": "Marzi"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1925-08-18 14:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-930"}, "ids-in-sources": {"a5": "930"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "18", "LAT": "45N 0", "LON": "12E15", "MON": "8", "NUM": "930", "PRO": "A", "SEC": "0", "YEA": "1925", "CITY": "ROMA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12399	mazzoni-franca-1912-07-23	{"a5": "931"}	{"lerrcp": "A5-931"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franca", "family": "Mazzoni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 9.16145, "lat": 45.18446, "name": "Pavia", "geoid": 3171366}, "notime": null, "date-ut": "1912-07-23 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Franca", "family": "Mazzoni"}, "birth": {"place": {"c2": "PV", "cy": "IT", "lg": 9.16145, "lat": 45.18446, "name": "Pavia", "geoid": 3171366}, "date-ut": "1912-07-23 19:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-931"}, "ids-in-sources": {"a5": "931"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "PV", "COU": "I", "DAY": "23", "LAT": "45N12", "LON": "9E 0", "MON": "7", "NUM": "931", "PRO": "A", "SEC": "0", "YEA": "1912", "CITY": "PAVIA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12400	gauquelin-a5-932-1885-10-16	{"a5": "932"}	{"lerrcp": "A5-932"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-932", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RE", "c3": null, "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "REGGIO EMILIA", "geoid": 0}, "notime": null, "date-ut": "1885-10-16 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-932"}, "birth": {"place": {"c2": "RE", "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "REGGIO EMILIA", "geoid": 0}, "date-ut": "1885-10-16 10:10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-932"}, "ids-in-sources": {"a5": "932"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "RE", "COU": "I", "DAY": "16", "LAT": "44N36", "LON": "10E45", "MON": "10", "NUM": "932", "PRO": "A", "SEC": "4", "YEA": "1885", "CITY": "REGGIO EMILIA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12401	menichelli-migliari-dora-1892-04-17	{"a5": "933"}	{"lerrcp": "A5-933"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dora", "family": "Menichelli-Migliari", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CZ", "c3": null, "cy": "IT", "lg": 17.5, "lat": 39, "name": "VIBO VALENTIA", "geoid": 0}, "notime": null, "date-ut": "1892-04-17 20:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Dora", "family": "Menichelli-Migliari"}, "birth": {"place": {"c2": "CZ", "cy": "IT", "lg": 17.5, "lat": 39, "name": "VIBO VALENTIA", "geoid": 0}, "date-ut": "1892-04-17 20:10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-933"}, "ids-in-sources": {"a5": "933"}}, "raw": {"H": "21", "MN": "10", "TZ": "-1", "COD": "CZ", "COU": "I", "DAY": "17", "LAT": "39N 0", "LON": "17E30", "MON": "4", "NUM": "933", "PRO": "A", "SEC": "4", "YEA": "1892", "CITY": "VIBO VALENTIA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12402	gauquelin-a5-934-1899-06-29	{"a5": "934"}	{"lerrcp": "A5-934"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-934", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1899-06-29 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-934"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1899-06-29 16:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-934"}, "ids-in-sources": {"a5": "934"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "29", "LAT": "45N30", "LON": "9E15", "MON": "6", "NUM": "934", "PRO": "A", "SEC": "0", "YEA": "1899", "CITY": "MILANO"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12403	micheluzzi-carlo-1887-05-10	{"a5": "935"}	{"lerrcp": "A5-935"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Micheluzzi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1887-05-10 17:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Micheluzzi"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1887-05-10 17:10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-935"}, "ids-in-sources": {"a5": "935"}}, "raw": {"H": "18", "MN": "10", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "10", "LAT": "40N54", "LON": "14E 0", "MON": "5", "NUM": "935", "PRO": "A", "SEC": "4", "YEA": "1887", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12404	migliari-armando-1887-04-29	{"a5": "936"}	{"lerrcp": "A5-936"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armando", "family": "Migliari", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FR", "c3": null, "cy": "IT", "lg": 13.3401, "lat": 41.64002, "name": "Frosinone", "geoid": 3176515}, "notime": null, "date-ut": "1887-04-29 04:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Armando", "family": "Migliari"}, "birth": {"place": {"c2": "FR", "cy": "IT", "lg": 13.3401, "lat": 41.64002, "name": "Frosinone", "geoid": 3176515}, "date-ut": "1887-04-29 04:10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-936"}, "ids-in-sources": {"a5": "936"}}, "raw": {"H": "5", "MN": "10", "TZ": "-1", "COD": "FR", "COU": "I", "DAY": "29", "LAT": "41N36", "LON": "13E15", "MON": "4", "NUM": "936", "PRO": "A", "SEC": "4", "YEA": "1887", "CITY": "FROSINONE"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12405	gauquelin-a5-937-1881-01-01	{"a5": "937"}	{"lerrcp": "A5-937"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-937", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1881-01-01 07:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-937"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1881-01-01 07:40:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-937"}, "ids-in-sources": {"a5": "937"}}, "raw": {"H": "8", "MN": "40", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "1", "LAT": "45N 0", "LON": "8E 0", "MON": "1", "NUM": "937", "PRO": "A", "SEC": "4", "YEA": "1881", "CITY": "TORINO"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12406	miranda-isa-1917-07-05	{"a5": "938"}	{"lerrcp": "A5-938"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Isa", "family": "Miranda", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1917-07-05 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Isa", "family": "Miranda"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1917-07-05 12:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-938"}, "ids-in-sources": {"a5": "938"}}, "raw": {"H": "13", "MN": "0", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "5", "LAT": "45N30", "LON": "9E15", "MON": "7", "NUM": "938", "PRO": "A", "SEC": "0", "YEA": "1917", "CITY": "MILANO"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12407	molfesi-mario-1907-05-25	{"a5": "939"}	{"lerrcp": "A5-939"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Molfesi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1907-05-25 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Molfesi"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1907-05-25 21:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-939"}, "ids-in-sources": {"a5": "939"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "25", "LAT": "40N54", "LON": "14E 0", "MON": "5", "NUM": "939", "PRO": "A", "SEC": "0", "YEA": "1907", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12408	monti-luigi-1836-12-02	{"a5": "940"}	{"lerrcp": "A5-940"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Monti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1836-12-02 19:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Monti"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1836-12-02 19:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-940"}, "ids-in-sources": {"a5": "940"}}, "raw": {"H": "20", "MN": "4", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "2", "LAT": "40N54", "LON": "14E 0", "MON": "12", "NUM": "940", "PRO": "A", "SEC": "0", "YEA": "1836", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12409	morelli-rina-1908-12-06	{"a5": "941"}	{"lerrcp": "A5-941"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rina", "family": "Morelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1908-12-06 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Rina", "family": "Morelli"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1908-12-06 15:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-941"}, "ids-in-sources": {"a5": "941"}}, "raw": {"H": "16", "MN": "0", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "6", "LAT": "40N54", "LON": "14E 0", "MON": "12", "NUM": "941", "PRO": "A", "SEC": "0", "YEA": "1908", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12410	murolo-roberto-1912-01-19	{"a5": "942"}	{"lerrcp": "A5-942"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roberto", "family": "Murolo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1912-01-19 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Roberto", "family": "Murolo"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1912-01-19 19:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-942"}, "ids-in-sources": {"a5": "942"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "19", "LAT": "40N54", "LON": "14E 0", "MON": "1", "NUM": "942", "PRO": "A", "SEC": "0", "YEA": "1912", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12411	musco-angelo-1871-12-18	{"a5": "943"}	{"lerrcp": "A5-943"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Musco", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "notime": null, "date-ut": "1871-12-18 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Angelo", "family": "Musco"}, "birth": {"place": {"c2": "CT", "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "date-ut": "1871-12-18 03:10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-943"}, "ids-in-sources": {"a5": "943"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "CT", "COU": "I", "DAY": "18", "LAT": "37N30", "LON": "15E 0", "MON": "12", "NUM": "943", "PRO": "A", "SEC": "4", "YEA": "1871", "CITY": "CATANIA"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12412	naldi-neda-1913-01-30	{"a5": "944"}	{"lerrcp": "A5-944"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Neda", "family": "Naldi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PZ", "c3": null, "cy": "IT", "lg": 15.79107, "lat": 40.31661, "name": "Tramutola", "geoid": 3165324}, "notime": null, "date-ut": "1913-01-30 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Neda", "family": "Naldi"}, "birth": {"place": {"c2": "PZ", "cy": "IT", "lg": 15.79107, "lat": 40.31661, "name": "Tramutola", "geoid": 3165324}, "date-ut": "1913-01-30 18:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-944"}, "ids-in-sources": {"a5": "944"}}, "raw": {"H": "19", "MN": "30", "TZ": "-1", "COD": "PZ", "COU": "I", "DAY": "30", "LAT": "40N30", "LON": "15E45", "MON": "1", "NUM": "944", "PRO": "A", "SEC": "0", "YEA": "1913", "CITY": "TRAMUTOLA"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12413	negri-falconi-adelaide-1831-02-28	{"a5": "945"}	{"lerrcp": "A5-945"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Negri Falconi Adelaide", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1831-02-28 11:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Negri Falconi Adelaide"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1831-02-28 11:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-945"}, "ids-in-sources": {"a5": "945"}}, "raw": {"H": "12", "MN": "4", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "28", "LAT": "40N54", "LON": "14E 0", "MON": "2", "NUM": "945", "PRO": "A", "SEC": "0", "YEA": "1831", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12414	niccoli-raffaello-1891-12-04	{"a5": "946"}	{"lerrcp": "A5-946"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raffaello", "family": "Niccoli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1891-12-04 06:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Raffaello", "family": "Niccoli"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1891-12-04 06:40:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-946"}, "ids-in-sources": {"a5": "946"}}, "raw": {"H": "7", "MN": "40", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "4", "LAT": "43N42", "LON": "11E30", "MON": "12", "NUM": "946", "PRO": "A", "SEC": "4", "YEA": "1891", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12415	ninchi-annibale-1887-11-20	{"a5": "947"}	{"lerrcp": "A5-947"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Annibale", "family": "Ninchi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1887-11-20 12:15:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Annibale", "family": "Ninchi"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1887-11-20 12:15:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-947"}, "ids-in-sources": {"a5": "947"}}, "raw": {"H": "13", "MN": "15", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "20", "LAT": "44N30", "LON": "11E 0", "MON": "11", "NUM": "947", "PRO": "A", "SEC": "4", "YEA": "1887", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12416	ninchi-carlo-1896-05-31	{"a5": "948"}	{"lerrcp": "A5-948"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Ninchi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1896-05-31 20:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Ninchi"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1896-05-31 20:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-948"}, "ids-in-sources": {"a5": "948"}}, "raw": {"H": "21", "MN": "45", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "31", "LAT": "44N30", "LON": "11E 0", "MON": "5", "NUM": "948", "PRO": "A", "SEC": "0", "YEA": "1896", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12417	nova-eva-1920-12-31	{"a5": "949"}	{"lerrcp": "A5-949"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eva", "family": "Nova", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1920-12-31 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Eva", "family": "Nova"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1920-12-31 21:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-949"}, "ids-in-sources": {"a5": "949"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "31", "LAT": "40N54", "LON": "14E 0", "MON": "12", "NUM": "949", "PRO": "A", "SEC": "0", "YEA": "1920", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12418	nucci-laura-1911-02-26	{"a5": "950"}	{"lerrcp": "A5-950"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Laura", "family": "Nucci", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MS", "c3": null, "cy": "IT", "lg": 10.09987, "lat": 44.07834, "name": "Carrara", "geoid": 3180423}, "notime": null, "date-ut": "1911-02-26 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Laura", "family": "Nucci"}, "birth": {"place": {"c2": "MS", "cy": "IT", "lg": 10.09987, "lat": 44.07834, "name": "Carrara", "geoid": 3180423}, "date-ut": "1911-02-26 06:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-950"}, "ids-in-sources": {"a5": "950"}}, "raw": {"H": "7", "MN": "30", "TZ": "-1", "COD": "MS", "COU": "I", "DAY": "26", "LAT": "44N 0", "LON": "10E30", "MON": "2", "NUM": "950", "PRO": "A", "SEC": "0", "YEA": "1911", "CITY": "CARRARA"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12419	olivieri-egisto-1880-03-21	{"a5": "951"}	{"lerrcp": "A5-951"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Egisto", "family": "Olivieri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1880-03-21 02:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Egisto", "family": "Olivieri"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1880-03-21 02:40:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-951"}, "ids-in-sources": {"a5": "951"}}, "raw": {"H": "3", "MN": "40", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "21", "LAT": "45N 0", "LON": "12E15", "MON": "3", "NUM": "951", "PRO": "A", "SEC": "4", "YEA": "1880", "CITY": "ROMA"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12420	orlandini-leopoldo-1863-08-03	{"a5": "952"}	{"lerrcp": "A5-952"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leopoldo", "family": "Orlandini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 12.38878, "lat": 43.1122, "name": "Perugia", "geoid": 3171180}, "notime": null, "date-ut": "1863-08-03 04:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Leopoldo", "family": "Orlandini"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 12.38878, "lat": 43.1122, "name": "Perugia", "geoid": 3171180}, "date-ut": "1863-08-03 04:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-952"}, "ids-in-sources": {"a5": "952"}}, "raw": {"H": "5", "MN": "8", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "3", "LAT": "43N 0", "LON": "13E 0", "MON": "8", "NUM": "952", "PRO": "A", "SEC": "0", "YEA": "1863", "CITY": "PERUGIA"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12421	gauquelin-a5-953-1901-06-01	{"a5": "953"}	{"lerrcp": "A5-953"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-953", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1901-06-01 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-953"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1901-06-01 00:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-953"}, "ids-in-sources": {"a5": "953"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "1", "LAT": "45N 0", "LON": "12E15", "MON": "6", "NUM": "953", "PRO": "A", "SEC": "0", "YEA": "1901", "CITY": "ROMA"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12422	osiris-wanda-1905-06-03	{"a5": "954"}	{"lerrcp": "A5-954"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wanda", "family": "Osiris", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1905-06-03 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Wanda", "family": "Osiris"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1905-06-03 20:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-954"}, "ids-in-sources": {"a5": "954"}}, "raw": {"H": "21", "MN": "0", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "3", "LAT": "45N 0", "LON": "12E15", "MON": "6", "NUM": "954", "PRO": "A", "SEC": "0", "YEA": "1905", "CITY": "ROMA"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12423	pagnani-andreina-1906-11-24	{"a5": "955"}	{"lerrcp": "A5-955"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Andreina", "family": "Pagnani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1906-11-24 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Andreina", "family": "Pagnani"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1906-11-24 08:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-955"}, "ids-in-sources": {"a5": "955"}}, "raw": {"H": "9", "MN": "0", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "24", "LAT": "45N 0", "LON": "12E15", "MON": "11", "NUM": "955", "PRO": "A", "SEC": "0", "YEA": "1906", "CITY": "ROMA"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12424	pala-giovanna-1932-07-15	{"a5": "956"}	{"lerrcp": "A5-956"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanna", "family": "Pala", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.10731, "lat": 44.28266, "name": "Vergato", "geoid": 3164552}, "notime": null, "date-ut": "1932-07-15 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Giovanna", "family": "Pala"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.10731, "lat": 44.28266, "name": "Vergato", "geoid": 3164552}, "date-ut": "1932-07-15 00:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-956"}, "ids-in-sources": {"a5": "956"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "15", "LAT": "44N30", "LON": "11E 0", "MON": "7", "NUM": "956", "PRO": "A", "SEC": "0", "YEA": "1932", "CITY": "VERGATO"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12425	palombo-rino-1930-01-07	{"a5": "957"}	{"lerrcp": "A5-957"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rino", "family": "Palombo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1930-01-07 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Rino", "family": "Palombo"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1930-01-07 13:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-957"}, "ids-in-sources": {"a5": "957"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "7", "LAT": "40N54", "LON": "14E 0", "MON": "1", "NUM": "957", "PRO": "A", "SEC": "0", "YEA": "1930", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12426	palmarini-umberto-1881-11-11	{"a5": "958"}	{"lerrcp": "A5-958"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Umberto", "family": "Palmarini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MC", "c3": null, "cy": "IT", "lg": 13.45293, "lat": 43.29789, "name": "Macerata", "geoid": 3174380}, "notime": null, "date-ut": "1881-11-11 09:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Umberto", "family": "Palmarini"}, "birth": {"place": {"c2": "MC", "cy": "IT", "lg": 13.45293, "lat": 43.29789, "name": "Macerata", "geoid": 3174380}, "date-ut": "1881-11-11 09:10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-958"}, "ids-in-sources": {"a5": "958"}}, "raw": {"H": "10", "MN": "10", "TZ": "-1", "COD": "MC", "COU": "I", "DAY": "11", "LAT": "43N24", "LON": "13E15", "MON": "11", "NUM": "958", "PRO": "A", "SEC": "4", "YEA": "1881", "CITY": "MACERATA"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12427	palmer-daniela-1907-07-11	{"a5": "959"}	{"lerrcp": "A5-959"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniela", "family": "Palmer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1907-07-11 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Daniela", "family": "Palmer"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1907-07-11 09:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-959"}, "ids-in-sources": {"a5": "959"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "11", "LAT": "45N30", "LON": "9E15", "MON": "7", "NUM": "959", "PRO": "A", "SEC": "0", "YEA": "1907", "CITY": "MILANO"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12428	panicale-giulio-1899-02-17	{"a5": "960"}	{"lerrcp": "A5-960"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giulio", "family": "Panicale", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1899-02-17 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Giulio", "family": "Panicale"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1899-02-17 13:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-960"}, "ids-in-sources": {"a5": "960"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "17", "LAT": "45N 0", "LON": "8E 0", "MON": "2", "NUM": "960", "PRO": "A", "SEC": "0", "YEA": "1899", "CITY": "TORINO"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12429	pantalena-gennaro-1848-10-13	{"a5": "961"}	{"lerrcp": "A5-961"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gennaro", "family": "Pantalena", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1848-10-13 15:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gennaro", "family": "Pantalena"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1848-10-13 15:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-961"}, "ids-in-sources": {"a5": "961"}}, "raw": {"H": "16", "MN": "4", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "13", "LAT": "40N54", "LON": "14E 0", "MON": "10", "NUM": "961", "PRO": "A", "SEC": "0", "YEA": "1848", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12430	paoli-evelina-1890-06-29	{"a5": "962"}	{"lerrcp": "A5-962"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Evelina", "family": "Paoli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1890-06-29 17:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Evelina", "family": "Paoli"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1890-06-29 17:10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-962"}, "ids-in-sources": {"a5": "962"}}, "raw": {"H": "18", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "29", "LAT": "43N42", "LON": "11E30", "MON": "6", "NUM": "962", "PRO": "A", "SEC": "4", "YEA": "1890", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12431	paoli-giulio-1874-03-04	{"a5": "963"}	{"lerrcp": "A5-963"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giulio", "family": "Paoli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1874-03-04 15:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Giulio", "family": "Paoli"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1874-03-04 15:10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-963"}, "ids-in-sources": {"a5": "963"}}, "raw": {"H": "16", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "4", "LAT": "43N42", "LON": "11E30", "MON": "3", "NUM": "963", "PRO": "A", "SEC": "4", "YEA": "1874", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12432	papa-giovagnoli-leontina-1842-10-17	{"a5": "964"}	{"lerrcp": "A5-964"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Papa Giovagnoli Leontina", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TV", "c3": null, "cy": "IT", "lg": 12.235, "lat": 45.565, "name": "Mogliano Veneto", "geoid": 3173314}, "notime": null, "date-ut": "1842-10-17 22:09"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Papa Giovagnoli Leontina"}, "birth": {"place": {"c2": "TV", "cy": "IT", "lg": 12.235, "lat": 45.565, "name": "Mogliano Veneto", "geoid": 3173314}, "date-ut": "1842-10-17 22:09"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-964"}, "ids-in-sources": {"a5": "964"}}, "raw": {"H": "23", "MN": "9", "TZ": "-1", "COD": "TV", "COU": "I", "DAY": "17", "LAT": "45N36", "LON": "12E45", "MON": "10", "NUM": "964", "PRO": "A", "SEC": "0", "YEA": "1842", "CITY": "MOGLIANO VENETO"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12433	pariante-amedeo-1913-03-20	{"a5": "965"}	{"lerrcp": "A5-965"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amedeo", "family": "Pariante", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1913-03-20 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Amedeo", "family": "Pariante"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1913-03-20 14:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-965"}, "ids-in-sources": {"a5": "965"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "20", "LAT": "40N54", "LON": "14E 0", "MON": "3", "NUM": "965", "PRO": "A", "SEC": "0", "YEA": "1913", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12434	parisi-vittorio-1892-02-28	{"a5": "966"}	{"lerrcp": "A5-966"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vittorio", "family": "Parisi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1892-02-28 17:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Vittorio", "family": "Parisi"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1892-02-28 17:10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-966"}, "ids-in-sources": {"a5": "966"}}, "raw": {"H": "18", "MN": "10", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "28", "LAT": "40N54", "LON": "14E 0", "MON": "2", "NUM": "966", "PRO": "A", "SEC": "4", "YEA": "1892", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12435	parvo-elli-1917-10-17	{"a5": "967"}	{"lerrcp": "A5-967"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elli", "family": "Parvo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1917-10-17 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Elli", "family": "Parvo"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1917-10-17 01:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-967"}, "ids-in-sources": {"a5": "967"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "17", "LAT": "45N30", "LON": "9E15", "MON": "10", "NUM": "967", "PRO": "A", "SEC": "0", "YEA": "1917", "CITY": "MILANO"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12436	pastore-pietro-1903-04-02	{"a5": "968"}	{"lerrcp": "A5-968"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Pastore", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "notime": null, "date-ut": "1903-04-02 23:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Pietro", "family": "Pastore"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "date-ut": "1903-04-02 23:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-968"}, "ids-in-sources": {"a5": "968"}}, "raw": {"H": "0", "MN": "15", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "3", "LAT": "45N24", "LON": "12E15", "MON": "4", "NUM": "968", "PRO": "A", "SEC": "0", "YEA": "1903", "CITY": "PADOVA"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12437	pavanelli-livio-1881-09-08	{"a5": "969"}	{"lerrcp": "A5-969"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Livio", "family": "Pavanelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FE", "c3": null, "cy": "IT", "lg": 11.82492, "lat": 44.89298, "name": "Copparo", "geoid": 3178137}, "notime": null, "date-ut": "1881-09-08 08:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Livio", "family": "Pavanelli"}, "birth": {"place": {"c2": "FE", "cy": "IT", "lg": 11.82492, "lat": 44.89298, "name": "Copparo", "geoid": 3178137}, "date-ut": "1881-09-08 08:10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-969"}, "ids-in-sources": {"a5": "969"}}, "raw": {"H": "9", "MN": "10", "TZ": "-1", "COD": "FE", "COU": "I", "DAY": "8", "LAT": "44N42", "LON": "12E30", "MON": "9", "NUM": "969", "PRO": "A", "SEC": "4", "YEA": "1881", "CITY": "COPPARO"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12438	pavese-luigi-1897-10-25	{"a5": "970"}	{"lerrcp": "A5-970"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Pavese", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AT", "c3": null, "cy": "IT", "lg": 8.20684, "lat": 44.89795, "name": "Asti", "geoid": 3182714}, "notime": null, "date-ut": "1897-10-25 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Pavese"}, "birth": {"place": {"c2": "AT", "cy": "IT", "lg": 8.20684, "lat": 44.89795, "name": "Asti", "geoid": 3182714}, "date-ut": "1897-10-25 16:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-970"}, "ids-in-sources": {"a5": "970"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "25", "LAT": "44N54", "LON": "8E30", "MON": "10", "NUM": "970", "PRO": "A", "SEC": "0", "YEA": "1897", "CITY": "ASTI"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12439	pavese-nino-1904-04-16	{"a5": "971"}	{"lerrcp": "A5-971"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nino", "family": "Pavese", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AT", "c3": null, "cy": "IT", "lg": 8.20684, "lat": 44.89795, "name": "Asti", "geoid": 3182714}, "notime": null, "date-ut": "1904-04-16 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Nino", "family": "Pavese"}, "birth": {"place": {"c2": "AT", "cy": "IT", "lg": 8.20684, "lat": 44.89795, "name": "Asti", "geoid": 3182714}, "date-ut": "1904-04-16 01:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-971"}, "ids-in-sources": {"a5": "971"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "16", "LAT": "44N54", "LON": "8E30", "MON": "4", "NUM": "971", "PRO": "A", "SEC": "0", "YEA": "1904", "CITY": "ASTI"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12440	petito-antonio-1822-07-22	{"a5": "972"}	{"lerrcp": "A5-972"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Petito", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1822-07-22 18:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Petito"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1822-07-22 18:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-972"}, "ids-in-sources": {"a5": "972"}}, "raw": {"H": "19", "MN": "4", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "22", "LAT": "40N54", "LON": "14E 0", "MON": "7", "NUM": "972", "PRO": "A", "SEC": "0", "YEA": "1822", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12441	pianforini-massimo-1890-02-02	{"a5": "973"}	{"lerrcp": "A5-973"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Massimo", "family": "Pianforini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PS", "c3": null, "cy": "IT", "lg": 13, "lat": 44, "name": "SERRUNGARINA", "geoid": 0}, "notime": null, "date-ut": "1890-02-02 12:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Massimo", "family": "Pianforini"}, "birth": {"place": {"c2": "PS", "cy": "IT", "lg": 13, "lat": 44, "name": "SERRUNGARINA", "geoid": 0}, "date-ut": "1890-02-02 12:25:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-973"}, "ids-in-sources": {"a5": "973"}}, "raw": {"H": "13", "MN": "25", "TZ": "-1", "COD": "PS", "COU": "I", "DAY": "2", "LAT": "44N 0", "LON": "13E 0", "MON": "2", "NUM": "973", "PRO": "A", "SEC": "4", "YEA": "1890", "CITY": "SERRUNGARINA"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12442	pieri-chiantoni-alfonsina-1884-05-22	{"a5": "974"}	{"lerrcp": "A5-974"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfonsina", "family": "Pieri-Chiantoni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1884-05-22 22:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Alfonsina", "family": "Pieri-Chiantoni"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1884-05-22 22:50:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-974"}, "ids-in-sources": {"a5": "974"}}, "raw": {"H": "23", "MN": "50", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "22", "LAT": "45N30", "LON": "9E15", "MON": "5", "NUM": "974", "PRO": "A", "SEC": "4", "YEA": "1884", "CITY": "MILANO"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12443	pierozzi-giuseppe-1883-03-08	{"a5": "975"}	{"lerrcp": "A5-975"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Pierozzi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1883-03-08 01:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Pierozzi"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1883-03-08 01:10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-975"}, "ids-in-sources": {"a5": "975"}}, "raw": {"H": "2", "MN": "10", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "8", "LAT": "45N 0", "LON": "12E15", "MON": "3", "NUM": "975", "PRO": "A", "SEC": "4", "YEA": "1883", "CITY": "ROMA"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12444	pilotto-camillo-1888-02-06	{"a5": "976"}	{"lerrcp": "A5-976"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camillo", "family": "Pilotto", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1888-02-06 17:55:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Camillo", "family": "Pilotto"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1888-02-06 17:55:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-976"}, "ids-in-sources": {"a5": "976"}}, "raw": {"H": "18", "MN": "55", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "6", "LAT": "45N 0", "LON": "12E15", "MON": "2", "NUM": "976", "PRO": "A", "SEC": "4", "YEA": "1888", "CITY": "ROMA"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12445	pisu-mario-1910-05-21	{"a5": "977"}	{"lerrcp": "A5-977"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Pisu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RE", "c3": null, "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "MONTECCHIO EMIL", "geoid": 0}, "notime": null, "date-ut": "1910-05-21 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Pisu"}, "birth": {"place": {"c2": "RE", "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "MONTECCHIO EMIL", "geoid": 0}, "date-ut": "1910-05-21 14:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-977"}, "ids-in-sources": {"a5": "977"}}, "raw": {"H": "15", "MN": "30", "TZ": "-1", "COD": "RE", "COU": "I", "DAY": "21", "LAT": "44N36", "LON": "10E45", "MON": "5", "NUM": "977", "PRO": "A", "SEC": "0", "YEA": "1910", "CITY": "MONTECCHIO EMIL"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12446	pola-isa-1911-01-19	{"a5": "978"}	{"lerrcp": "A5-978"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Isa", "family": "Pola", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1911-01-19 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Isa", "family": "Pola"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1911-01-19 00:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-978"}, "ids-in-sources": {"a5": "978"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "19", "LAT": "44N30", "LON": "11E 0", "MON": "1", "NUM": "978", "PRO": "A", "SEC": "0", "YEA": "1911", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12447	porelli-giuseppe-1898-02-24	{"a5": "979"}	{"lerrcp": "A5-979"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Porelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1898-02-24 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Porelli"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1898-02-24 19:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-979"}, "ids-in-sources": {"a5": "979"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "24", "LAT": "40N54", "LON": "14E 0", "MON": "2", "NUM": "979", "PRO": "A", "SEC": "0", "YEA": "1898", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12448	quaglia-corinna-1874-12-28	{"a5": "980"}	{"lerrcp": "A5-980"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Corinna", "family": "Quaglia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CH", "c3": null, "cy": "IT", "lg": 14.13801, "lat": 42.36094, "name": "Chieti", "geoid": 3178796}, "notime": null, "date-ut": "1874-12-28 20:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Corinna", "family": "Quaglia"}, "birth": {"place": {"c2": "CH", "cy": "IT", "lg": 14.13801, "lat": 42.36094, "name": "Chieti", "geoid": 3178796}, "date-ut": "1874-12-28 20:10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-980"}, "ids-in-sources": {"a5": "980"}}, "raw": {"H": "21", "MN": "10", "TZ": "-1", "COD": "CH", "COU": "I", "DAY": "28", "LAT": "42N18", "LON": "14E15", "MON": "12", "NUM": "980", "PRO": "A", "SEC": "4", "YEA": "1874", "CITY": "CHIETI"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12449	rabagliati-alberto-1906-06-26	{"a5": "981"}	{"lerrcp": "A5-981"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberto", "family": "Rabagliati", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1906-06-26 17:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Alberto", "family": "Rabagliati"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1906-06-26 17:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-981"}, "ids-in-sources": {"a5": "981"}}, "raw": {"H": "18", "MN": "40", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "26", "LAT": "45N30", "LON": "9E15", "MON": "6", "NUM": "981", "PRO": "A", "SEC": "0", "YEA": "1906", "CITY": "MILANO"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12450	racca-corrado-1889-11-14	{"a5": "982"}	{"lerrcp": "A5-982"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Corrado", "family": "Racca", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1889-11-14 05:35:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Corrado", "family": "Racca"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1889-11-14 05:35:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-982"}, "ids-in-sources": {"a5": "982"}}, "raw": {"H": "6", "MN": "35", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "14", "LAT": "44N30", "LON": "11E 0", "MON": "11", "NUM": "982", "PRO": "A", "SEC": "4", "YEA": "1889", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12451	gauquelin-a5-983-1888-09-21	{"a5": "983"}	{"lerrcp": "A5-983"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-983", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RE", "c3": null, "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "SAN MARTINO IN", "geoid": 0}, "notime": null, "date-ut": "1888-09-21 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-983"}, "birth": {"place": {"c2": "RE", "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "SAN MARTINO IN", "geoid": 0}, "date-ut": "1888-09-21 07:10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-983"}, "ids-in-sources": {"a5": "983"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "RE", "COU": "I", "DAY": "21", "LAT": "44N36", "LON": "10E45", "MON": "9", "NUM": "983", "PRO": "A", "SEC": "4", "YEA": "1888", "CITY": "SAN MARTINO IN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12452	rame-domenico-1885-04-29	{"a5": "984"}	{"lerrcp": "A5-984"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Domenico", "family": "Rame", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BS", "c3": null, "cy": "IT", "lg": 10.47388, "lat": 45.46478, "name": "Lonato", "geoid": 3174607}, "notime": null, "date-ut": "1885-04-29 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Domenico", "family": "Rame"}, "birth": {"place": {"c2": "BS", "cy": "IT", "lg": 10.47388, "lat": 45.46478, "name": "Lonato", "geoid": 3174607}, "date-ut": "1885-04-29 07:10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-984"}, "ids-in-sources": {"a5": "984"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "BS", "COU": "I", "DAY": "29", "LAT": "45N30", "LON": "11E 0", "MON": "4", "NUM": "984", "PRO": "A", "SEC": "4", "YEA": "1885", "CITY": "LONATO"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12453	rame-maria-1900-05-06	{"a5": "985"}	{"lerrcp": "A5-985"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maria", "family": "Rame", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "IT", "lg": 8.90114, "lat": 45.61237, "name": "Castellanza", "geoid": 3179650}, "notime": null, "date-ut": "1900-05-06 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Maria", "family": "Rame"}, "birth": {"place": {"c2": "VA", "cy": "IT", "lg": 8.90114, "lat": 45.61237, "name": "Castellanza", "geoid": 3179650}, "date-ut": "1900-05-06 22:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-985"}, "ids-in-sources": {"a5": "985"}}, "raw": {"H": "23", "MN": "0", "TZ": "-1", "COD": "VA", "COU": "I", "DAY": "6", "LAT": "45N48", "LON": "9E 0", "MON": "5", "NUM": "985", "PRO": "A", "SEC": "0", "YEA": "1900", "CITY": "CASTELLANZA"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12454	rame-baldini-amelia-1893-08-17	{"a5": "986"}	{"lerrcp": "A5-986"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amelia", "family": "Rame-Baldini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PC", "c3": null, "cy": "IT", "lg": 9.38536, "lat": 44.77056, "name": "Bobbio", "geoid": 3181970}, "notime": null, "date-ut": "1893-08-17 21:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Amelia", "family": "Rame-Baldini"}, "birth": {"place": {"c2": "PC", "cy": "IT", "lg": 9.38536, "lat": 44.77056, "name": "Bobbio", "geoid": 3181970}, "date-ut": "1893-08-17 21:40:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-986"}, "ids-in-sources": {"a5": "986"}}, "raw": {"H": "22", "MN": "40", "TZ": "-1", "COD": "PC", "COU": "I", "DAY": "17", "LAT": "45N 0", "LON": "9E45", "MON": "8", "NUM": "986", "PRO": "A", "SEC": "4", "YEA": "1893", "CITY": "BOBBIO"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12455	reiter-virginia-1862-01-16	{"a5": "987"}	{"lerrcp": "A5-987"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Virginia", "family": "Reiter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "notime": null, "date-ut": "1862-01-16 04:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Virginia", "family": "Reiter"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "date-ut": "1862-01-16 04:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-987"}, "ids-in-sources": {"a5": "987"}}, "raw": {"H": "5", "MN": "15", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "16", "LAT": "44N36", "LON": "11E15", "MON": "1", "NUM": "987", "PRO": "A", "SEC": "0", "YEA": "1862", "CITY": "MODENA"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12456	riccardini-michele-1910-10-02	{"a5": "988"}	{"lerrcp": "A5-988"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michele", "family": "Riccardini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 12.38878, "lat": 43.1122, "name": "Perugia", "geoid": 3171180}, "notime": null, "date-ut": "1910-10-02 06:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Michele", "family": "Riccardini"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 12.38878, "lat": 43.1122, "name": "Perugia", "geoid": 3171180}, "date-ut": "1910-10-02 06:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-988"}, "ids-in-sources": {"a5": "988"}}, "raw": {"H": "7", "MN": "15", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "2", "LAT": "43N 0", "LON": "13E 0", "MON": "10", "NUM": "988", "PRO": "A", "SEC": "0", "YEA": "1910", "CITY": "PERUGIA"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12457	ricci-renzo-1899-09-27	{"a5": "989"}	{"lerrcp": "A5-989"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renzo", "family": "Ricci", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1899-09-27 19:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Renzo", "family": "Ricci"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1899-09-27 19:05"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-989"}, "ids-in-sources": {"a5": "989"}}, "raw": {"H": "20", "MN": "5", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "27", "LAT": "43N42", "LON": "11E30", "MON": "9", "NUM": "989", "PRO": "A", "SEC": "0", "YEA": "1899", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12458	ridenti-lucio-1895-08-07	{"a5": "990"}	{"lerrcp": "A5-990"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucio", "family": "Ridenti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TA", "c3": null, "cy": "IT", "lg": 17.22972, "lat": 40.47611, "name": "Taranto", "geoid": 3165926}, "notime": null, "date-ut": "1895-08-07 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Lucio", "family": "Ridenti"}, "birth": {"place": {"c2": "TA", "cy": "IT", "lg": 17.22972, "lat": 40.47611, "name": "Taranto", "geoid": 3165926}, "date-ut": "1895-08-07 03:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-990"}, "ids-in-sources": {"a5": "990"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "TA", "COU": "I", "DAY": "7", "LAT": "40N30", "LON": "17E30", "MON": "8", "NUM": "990", "PRO": "A", "SEC": "0", "YEA": "1895", "CITY": "TARANTO"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12459	riento-virgilio-1889-11-26	{"a5": "991"}	{"lerrcp": "A5-991"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Virgilio", "family": "Riento", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1889-11-26 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Virgilio", "family": "Riento"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1889-11-26 00:10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-991"}, "ids-in-sources": {"a5": "991"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "26", "LAT": "45N 0", "LON": "12E15", "MON": "11", "NUM": "991", "PRO": "A", "SEC": "4", "YEA": "1889", "CITY": "ROMA"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12460	rinaldi-giuseppe-1918-09-14	{"a5": "992"}	{"lerrcp": "A5-992"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Rinaldi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1918-09-14 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Rinaldi"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1918-09-14 05:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-992"}, "ids-in-sources": {"a5": "992"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "14", "LAT": "45N 0", "LON": "12E15", "MON": "9", "NUM": "992", "PRO": "A", "SEC": "0", "YEA": "1918", "CITY": "ROMA"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12461	rissone-francesco-1909-06-08	{"a5": "993"}	{"lerrcp": "A5-993"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Rissone", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1909-06-08 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Rissone"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1909-06-08 04:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-993"}, "ids-in-sources": {"a5": "993"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "8", "LAT": "45N 0", "LON": "8E 0", "MON": "6", "NUM": "993", "PRO": "A", "SEC": "0", "YEA": "1909", "CITY": "TORINO"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12462	roveri-ermanno-1903-10-05	{"a5": "994"}	{"lerrcp": "A5-994"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ermanno", "family": "Roveri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1903-10-05 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Ermanno", "family": "Roveri"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1903-10-05 22:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-994"}, "ids-in-sources": {"a5": "994"}}, "raw": {"H": "23", "MN": "0", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "5", "LAT": "45N30", "LON": "9E15", "MON": "10", "NUM": "994", "PRO": "A", "SEC": "0", "YEA": "1903", "CITY": "MILANO"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12463	ruggeri-ruggero-1871-11-14	{"a5": "995"}	{"lerrcp": "A5-995"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ruggero", "family": "Ruggeri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PS", "c3": null, "cy": "IT", "lg": 13, "lat": 44, "name": "FANO", "geoid": 0}, "notime": null, "date-ut": "1871-11-14 06:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Ruggero", "family": "Ruggeri"}, "birth": {"place": {"c2": "PS", "cy": "IT", "lg": 13, "lat": 44, "name": "FANO", "geoid": 0}, "date-ut": "1871-11-14 06:40:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-995"}, "ids-in-sources": {"a5": "995"}}, "raw": {"H": "7", "MN": "40", "TZ": "-1", "COD": "PS", "COU": "I", "DAY": "14", "LAT": "44N 0", "LON": "13E 0", "MON": "11", "NUM": "995", "PRO": "A", "SEC": "4", "YEA": "1871", "CITY": "FANO"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12464	sabbatini-gino-1899-07-09	{"a5": "996"}	{"lerrcp": "A5-996"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gino", "family": "Sabbatini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1899-07-09 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gino", "family": "Sabbatini"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1899-07-09 22:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-996"}, "ids-in-sources": {"a5": "996"}}, "raw": {"H": "23", "MN": "0", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "9", "LAT": "45N 0", "LON": "12E15", "MON": "7", "NUM": "996", "PRO": "A", "SEC": "0", "YEA": "1899", "CITY": "ROMA"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12465	sacripanti-umberto-1904-10-02	{"a5": "997"}	{"lerrcp": "A5-997"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Umberto", "family": "Sacripanti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1904-10-02 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Umberto", "family": "Sacripanti"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1904-10-02 08:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-997"}, "ids-in-sources": {"a5": "997"}}, "raw": {"H": "9", "MN": "0", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "2", "LAT": "45N 0", "LON": "12E15", "MON": "10", "NUM": "997", "PRO": "A", "SEC": "0", "YEA": "1904", "CITY": "ROMA"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12466	salvietti-agostino-1882-08-28	{"a5": "998"}	{"lerrcp": "A5-998"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Agostino", "family": "Salvietti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1882-08-28 06:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Agostino", "family": "Salvietti"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1882-08-28 06:10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-998"}, "ids-in-sources": {"a5": "998"}}, "raw": {"H": "7", "MN": "10", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "28", "LAT": "40N54", "LON": "14E 0", "MON": "8", "NUM": "998", "PRO": "A", "SEC": "4", "YEA": "1882", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12467	gauquelin-a5-999-1853-03-13	{"a5": "999"}	{"lerrcp": "A5-999"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-999", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1853-03-13 23:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-999"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1853-03-13 23:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-999"}, "ids-in-sources": {"a5": "999"}}, "raw": {"H": "0", "MN": "4", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "14", "LAT": "40N54", "LON": "14E 0", "MON": "3", "NUM": "999", "PRO": "A", "SEC": "0", "YEA": "1853", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12468	scarpetta-vincenzo-1876-05-04	{"a5": "1000"}	{"lerrcp": "A5-1000"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincenzo", "family": "Scarpetta", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1876-05-04 05:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Vincenzo", "family": "Scarpetta"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1876-05-04 05:10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1000"}, "ids-in-sources": {"a5": "1000"}}, "raw": {"H": "6", "MN": "10", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "4", "LAT": "40N54", "LON": "14E 0", "MON": "5", "NUM": "1000", "PRO": "A", "SEC": "4", "YEA": "1876", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12469	scelzo-filippo-1900-04-19	{"a5": "1001"}	{"lerrcp": "A5-1001"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Filippo", "family": "Scelzo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 7.87617, "lat": 45.46723, "name": "Ivrea", "geoid": 3175384}, "notime": null, "date-ut": "1900-04-19 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Filippo", "family": "Scelzo"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 7.87617, "lat": 45.46723, "name": "Ivrea", "geoid": 3175384}, "date-ut": "1900-04-19 21:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1001"}, "ids-in-sources": {"a5": "1001"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "19", "LAT": "45N 0", "LON": "8E 0", "MON": "4", "NUM": "1001", "PRO": "A", "SEC": "0", "YEA": "1900", "CITY": "IVREA"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12470	gauquelin-a5-1002-1888-12-10	{"a5": "1002"}	{"lerrcp": "A5-1002"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1002", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1888-12-10 06:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1002"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1888-12-10 06:25:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1002"}, "ids-in-sources": {"a5": "1002"}}, "raw": {"H": "7", "MN": "25", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "10", "LAT": "45N30", "LON": "9E15", "MON": "12", "NUM": "1002", "PRO": "A", "SEC": "4", "YEA": "1888", "CITY": "MILANO"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12471	serato-massimo-1917-05-31	{"a5": "1003"}	{"lerrcp": "A5-1003"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Massimo", "family": "Serato", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TV", "c3": null, "cy": "IT", "lg": 12.48806, "lat": 45.78, "name": "Oderzo", "geoid": 3172116}, "notime": null, "date-ut": "1917-05-31 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Massimo", "family": "Serato"}, "birth": {"place": {"c2": "TV", "cy": "IT", "lg": 12.48806, "lat": 45.78, "name": "Oderzo", "geoid": 3172116}, "date-ut": "1917-05-31 06:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1003"}, "ids-in-sources": {"a5": "1003"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "TV", "COU": "I", "DAY": "31", "LAT": "45N36", "LON": "12E45", "MON": "5", "NUM": "1003", "PRO": "A", "SEC": "0", "YEA": "1917", "CITY": "ODERZO"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12472	serra-domenico-1900-11-29	{"a5": "1004"}	{"lerrcp": "A5-1004"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Domenico", "family": "Serra", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FR", "c3": null, "cy": "IT", "lg": 13.25, "lat": 41.6, "name": "PRILLY", "geoid": 0}, "notime": null, "date-ut": "1900-11-29 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Domenico", "family": "Serra"}, "birth": {"place": {"c2": "FR", "cy": "IT", "lg": 13.25, "lat": 41.6, "name": "PRILLY", "geoid": 0}, "date-ut": "1900-11-29 06:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1004"}, "ids-in-sources": {"a5": "1004"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "FR", "COU": "I", "DAY": "29", "LAT": "41N36", "LON": "13E15", "MON": "11", "NUM": "1004", "PRO": "A", "SEC": "0", "YEA": "1900", "CITY": "PRILLY"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12473	gauquelin-a5-1005-1897-02-05	{"a5": "1005"}	{"lerrcp": "A5-1005"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1005", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1897-02-05 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1005"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1897-02-05 04:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1005"}, "ids-in-sources": {"a5": "1005"}}, "raw": {"H": "5", "MN": "30", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "5", "LAT": "45N 0", "LON": "8E 0", "MON": "2", "NUM": "1005", "PRO": "A", "SEC": "0", "YEA": "1897", "CITY": "TORINO"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12474	silvani-aldo-1891-01-21	{"a5": "1006"}	{"lerrcp": "A5-1006"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Silvani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1891-01-21 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Aldo", "family": "Silvani"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1891-01-21 10:10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1006"}, "ids-in-sources": {"a5": "1006"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "21", "LAT": "45N 0", "LON": "8E 0", "MON": "1", "NUM": "1006", "PRO": "A", "SEC": "4", "YEA": "1891", "CITY": "TORINO"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12475	sofia-vinicio-1907-12-13	{"a5": "1007"}	{"lerrcp": "A5-1007"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vinicio", "family": "Sofia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PA", "c3": null, "cy": "IT", "lg": 13.3017, "lat": 37.81338, "name": "Corleone", "geoid": 2524928}, "notime": null, "date-ut": "1907-12-13 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Vinicio", "family": "Sofia"}, "birth": {"place": {"c2": "PA", "cy": "IT", "lg": 13.3017, "lat": 37.81338, "name": "Corleone", "geoid": 2524928}, "date-ut": "1907-12-13 21:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1007"}, "ids-in-sources": {"a5": "1007"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "PA", "COU": "I", "DAY": "13", "LAT": "38N 0", "LON": "13E30", "MON": "12", "NUM": "1007", "PRO": "A", "SEC": "0", "YEA": "1907", "CITY": "CORLEONE"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12476	solbelli-anna-1898-03-11	{"a5": "1008"}	{"lerrcp": "A5-1008"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anna", "family": "Solbelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FO", "c3": null, "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "VERGHERETO DI F", "geoid": 0}, "notime": null, "date-ut": "1898-03-11 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Anna", "family": "Solbelli"}, "birth": {"place": {"c2": "FO", "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "VERGHERETO DI F", "geoid": 0}, "date-ut": "1898-03-11 10:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1008"}, "ids-in-sources": {"a5": "1008"}}, "raw": {"H": "11", "MN": "30", "TZ": "-1", "COD": "FO", "COU": "I", "DAY": "11", "LAT": "44N12", "LON": "12E30", "MON": "3", "NUM": "1008", "PRO": "A", "SEC": "0", "YEA": "1898", "CITY": "VERGHERETO DI F"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12477	spalla-erminio-1897-07-07	{"a5": "1009"}	{"lerrcp": "A5-1009"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erminio", "family": "Spalla", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 9, "lat": 45, "name": "BORGO S MARTINO", "geoid": 0}, "notime": null, "date-ut": "1897-07-07 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Erminio", "family": "Spalla"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 9, "lat": 45, "name": "BORGO S MARTINO", "geoid": 0}, "date-ut": "1897-07-07 16:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1009"}, "ids-in-sources": {"a5": "1009"}}, "raw": {"H": "17", "MN": "30", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "7", "LAT": "45N 0", "LON": "9E 0", "MON": "7", "NUM": "1009", "PRO": "A", "SEC": "0", "YEA": "1897", "CITY": "BORGO S MARTINO"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12478	staiola-enzo-1939-06-15	{"a5": "1010"}	{"lerrcp": "A5-1010"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enzo", "family": "Staiola", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1939-06-15 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Enzo", "family": "Staiola"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1939-06-15 04:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1010"}, "ids-in-sources": {"a5": "1010"}}, "raw": {"H": "5", "MN": "30", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "15", "LAT": "45N 0", "LON": "12E15", "MON": "6", "NUM": "1010", "PRO": "A", "SEC": "0", "YEA": "1939", "CITY": "ROMA"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12479	starace-sainati-bella-1878-06-02	{"a5": "1011"}	{"lerrcp": "A5-1011"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Starace Sainati Bella", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1878-06-02 17:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Starace Sainati Bella"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1878-06-02 17:10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1011"}, "ids-in-sources": {"a5": "1011"}}, "raw": {"H": "18", "MN": "10", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "2", "LAT": "40N54", "LON": "14E 0", "MON": "6", "NUM": "1011", "PRO": "A", "SEC": "4", "YEA": "1878", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12480	steiner-elio-1905-03-09	{"a5": "1012"}	{"lerrcp": "A5-1012"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elio", "family": "Steiner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.00556, "lat": 45.41333, "name": "Stra", "geoid": 3166122}, "notime": null, "date-ut": "1905-03-09 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Elio", "family": "Steiner"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.00556, "lat": 45.41333, "name": "Stra", "geoid": 3166122}, "date-ut": "1905-03-09 12:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1012"}, "ids-in-sources": {"a5": "1012"}}, "raw": {"H": "13", "MN": "0", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "9", "LAT": "45N30", "LON": "12E30", "MON": "3", "NUM": "1012", "PRO": "A", "SEC": "0", "YEA": "1905", "CITY": "STRA"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12481	stella-federigo-1835-05-02	{"a5": "1013"}	{"lerrcp": "A5-1013"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Federigo", "family": "Stella", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1835-05-02 18:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Federigo", "family": "Stella"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1835-05-02 18:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1013"}, "ids-in-sources": {"a5": "1013"}}, "raw": {"H": "19", "MN": "4", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "2", "LAT": "40N54", "LON": "14E 0", "MON": "5", "NUM": "1013", "PRO": "A", "SEC": "0", "YEA": "1835", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12482	sterni-giuseppe-1886-12-27	{"a5": "1014"}	{"lerrcp": "A5-1014"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Sterni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1886-12-27 05:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Sterni"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1886-12-27 05:40:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1014"}, "ids-in-sources": {"a5": "1014"}}, "raw": {"H": "6", "MN": "40", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "27", "LAT": "44N30", "LON": "11E 0", "MON": "12", "NUM": "1014", "PRO": "A", "SEC": "4", "YEA": "1886", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12483	stival-giulio-1903-03-04	{"a5": "1015"}	{"lerrcp": "A5-1015"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giulio", "family": "Stival", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "notime": null, "date-ut": "1903-03-04 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Giulio", "family": "Stival"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "date-ut": "1903-03-04 21:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1015"}, "ids-in-sources": {"a5": "1015"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "4", "LAT": "45N30", "LON": "12E30", "MON": "3", "NUM": "1015", "PRO": "A", "SEC": "0", "YEA": "1903", "CITY": "VENEZIA"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12484	stoppa-paolo-1906-06-16	{"a5": "1016"}	{"lerrcp": "A5-1016"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paolo", "family": "Stoppa", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1906-06-16 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Paolo", "family": "Stoppa"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1906-06-16 18:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1016"}, "ids-in-sources": {"a5": "1016"}}, "raw": {"H": "19", "MN": "0", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "16", "LAT": "45N 0", "LON": "12E15", "MON": "6", "NUM": "1016", "PRO": "A", "SEC": "0", "YEA": "1906", "CITY": "ROMA"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12485	strini-eleonora-1842-07-08	{"a5": "1017"}	{"lerrcp": "A5-1017"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eleonora", "family": "Strini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1842-07-08 11:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Eleonora", "family": "Strini"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1842-07-08 11:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1017"}, "ids-in-sources": {"a5": "1017"}}, "raw": {"H": "12", "MN": "4", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "8", "LAT": "40N54", "LON": "14E 0", "MON": "7", "NUM": "1017", "PRO": "A", "SEC": "0", "YEA": "1842", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12486	strini-giuseppe-1846-12-21	{"a5": "1018"}	{"lerrcp": "A5-1018"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Strini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1846-12-21 03:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Strini"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1846-12-21 03:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1018"}, "ids-in-sources": {"a5": "1018"}}, "raw": {"H": "4", "MN": "4", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "21", "LAT": "40N54", "LON": "14E 0", "MON": "12", "NUM": "1018", "PRO": "A", "SEC": "0", "YEA": "1846", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12487	tamberlani-carlo-1899-03-11	{"a5": "1019"}	{"lerrcp": "A5-1019"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Tamberlani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LE", "c3": null, "cy": "IT", "lg": 18.75, "lat": 40.4, "name": "SALICE SALENTIN", "geoid": 0}, "notime": null, "date-ut": "1899-03-11 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Tamberlani"}, "birth": {"place": {"c2": "LE", "cy": "IT", "lg": 18.75, "lat": 40.4, "name": "SALICE SALENTIN", "geoid": 0}, "date-ut": "1899-03-11 21:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1019"}, "ids-in-sources": {"a5": "1019"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "LE", "COU": "I", "DAY": "11", "LAT": "40N24", "LON": "18E45", "MON": "3", "NUM": "1019", "PRO": "A", "SEC": "0", "YEA": "1899", "CITY": "SALICE SALENTIN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12488	tamberlani-ferdinando-1896-01-15	{"a5": "1020"}	{"lerrcp": "A5-1020"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinando", "family": "Tamberlani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LE", "c3": null, "cy": "IT", "lg": 18.01861, "lat": 40.39944, "name": "Campi Salentina", "geoid": 3181005}, "notime": null, "date-ut": "1896-01-15 14:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Ferdinando", "family": "Tamberlani"}, "birth": {"place": {"c2": "LE", "cy": "IT", "lg": 18.01861, "lat": 40.39944, "name": "Campi Salentina", "geoid": 3181005}, "date-ut": "1896-01-15 14:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1020"}, "ids-in-sources": {"a5": "1020"}}, "raw": {"H": "15", "MN": "15", "TZ": "-1", "COD": "LE", "COU": "I", "DAY": "15", "LAT": "40N24", "LON": "18E45", "MON": "1", "NUM": "1020", "PRO": "A", "SEC": "0", "YEA": "1896", "CITY": "CAMPI SALENTINA"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12489	tamberlani-vincenzo-1857-06-11	{"a5": "1021"}	{"lerrcp": "A5-1021"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincenzo", "family": "Tamberlani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AQ", "c3": null, "cy": "IT", "lg": 13.4388, "lat": 42.04023, "name": "Avezzano", "geoid": 3182636}, "notime": null, "date-ut": "1857-06-11 10:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Vincenzo", "family": "Tamberlani"}, "birth": {"place": {"c2": "AQ", "cy": "IT", "lg": 13.4388, "lat": 42.04023, "name": "Avezzano", "geoid": 3182636}, "date-ut": "1857-06-11 10:06"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1021"}, "ids-in-sources": {"a5": "1021"}}, "raw": {"H": "11", "MN": "6", "TZ": "-1", "COD": "AQ", "COU": "I", "DAY": "11", "LAT": "42N24", "LON": "13E30", "MON": "6", "NUM": "1021", "PRO": "A", "SEC": "0", "YEA": "1857", "CITY": "AVEZZANO"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12490	taranto-nino-1907-08-28	{"a5": "1022"}	{"lerrcp": "A5-1022"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nino", "family": "Taranto", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1907-08-28 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Nino", "family": "Taranto"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1907-08-28 04:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1022"}, "ids-in-sources": {"a5": "1022"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "28", "LAT": "40N54", "LON": "14E 0", "MON": "8", "NUM": "1022", "PRO": "A", "SEC": "0", "YEA": "1907", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12491	tarchetti-mario-1910-09-13	{"a5": "1023"}	{"lerrcp": "A5-1023"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Tarchetti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CS", "c3": null, "cy": "IT", "lg": 16.5, "lat": 39.3, "name": "AJETA", "geoid": 0}, "notime": null, "date-ut": "1910-09-13 07:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Tarchetti"}, "birth": {"place": {"c2": "CS", "cy": "IT", "lg": 16.5, "lat": 39.3, "name": "AJETA", "geoid": 0}, "date-ut": "1910-09-13 07:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1023"}, "ids-in-sources": {"a5": "1023"}}, "raw": {"H": "8", "MN": "45", "TZ": "-1", "COD": "CS", "COU": "I", "DAY": "13", "LAT": "39N18", "LON": "16E30", "MON": "9", "NUM": "1023", "PRO": "A", "SEC": "0", "YEA": "1910", "CITY": "AJETA"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12492	teldi-tilda-1878-04-13	{"a5": "1024"}	{"lerrcp": "A5-1024"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tilda", "family": "Teldi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1878-04-13 23:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Tilda", "family": "Teldi"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1878-04-13 23:40:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1024"}, "ids-in-sources": {"a5": "1024"}}, "raw": {"H": "0", "MN": "40", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "14", "LAT": "45N30", "LON": "9E15", "MON": "4", "NUM": "1024", "PRO": "A", "SEC": "4", "YEA": "1878", "CITY": "MILANO"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12493	tempesti-giulio-1871-09-25	{"a5": "1025"}	{"lerrcp": "A5-1025"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giulio", "family": "Tempesti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1871-09-25 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Giulio", "family": "Tempesti"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1871-09-25 07:10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1025"}, "ids-in-sources": {"a5": "1025"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "25", "LAT": "43N42", "LON": "11E30", "MON": "9", "NUM": "1025", "PRO": "A", "SEC": "4", "YEA": "1871", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12494	tofano-sergio-1886-08-20	{"a5": "1026"}	{"lerrcp": "A5-1026"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sergio", "family": "Tofano", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1886-08-20 16:35:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Sergio", "family": "Tofano"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1886-08-20 16:35:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1026"}, "ids-in-sources": {"a5": "1026"}}, "raw": {"H": "17", "MN": "35", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "20", "LAT": "45N 0", "LON": "12E15", "MON": "8", "NUM": "1026", "PRO": "A", "SEC": "4", "YEA": "1886", "CITY": "ROMA"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12495	tolentino-riccardo-1874-09-17	{"a5": "1027"}	{"lerrcp": "A5-1027"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Riccardo", "family": "Tolentino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AN", "c3": null, "cy": "IT", "lg": 13.51008, "lat": 43.59816, "name": "Ancona", "geoid": 3183089}, "notime": null, "date-ut": "1874-09-17 17:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Riccardo", "family": "Tolentino"}, "birth": {"place": {"c2": "AN", "cy": "IT", "lg": 13.51008, "lat": 43.59816, "name": "Ancona", "geoid": 3183089}, "date-ut": "1874-09-17 17:40:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1027"}, "ids-in-sources": {"a5": "1027"}}, "raw": {"H": "18", "MN": "40", "TZ": "-1", "COD": "AN", "COU": "I", "DAY": "17", "LAT": "43N42", "LON": "13E45", "MON": "9", "NUM": "1027", "PRO": "A", "SEC": "4", "YEA": "1874", "CITY": "ANCONA"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12496	tomasini-giulio-1911-02-03	{"a5": "1028"}	{"lerrcp": "A5-1028"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giulio", "family": "Tomasini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BG", "c3": null, "cy": "IT", "lg": 9.86856, "lat": 45.81599, "name": "Casnigo", "geoid": 3179835}, "notime": null, "date-ut": "1911-02-03 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Giulio", "family": "Tomasini"}, "birth": {"place": {"c2": "BG", "cy": "IT", "lg": 9.86856, "lat": 45.81599, "name": "Casnigo", "geoid": 3179835}, "date-ut": "1911-02-03 14:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1028"}, "ids-in-sources": {"a5": "1028"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "BG", "COU": "I", "DAY": "3", "LAT": "45N36", "LON": "9E45", "MON": "2", "NUM": "1028", "PRO": "A", "SEC": "0", "YEA": "1911", "CITY": "CASNIGO"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12497	tordi-pietro-1906-07-12	{"a5": "1029"}	{"lerrcp": "A5-1029"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Tordi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1906-07-12 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Pietro", "family": "Tordi"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1906-07-12 07:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1029"}, "ids-in-sources": {"a5": "1029"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "12", "LAT": "43N42", "LON": "11E30", "MON": "7", "NUM": "1029", "PRO": "A", "SEC": "0", "YEA": "1906", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12498	torrieri-diana-1913-08-09	{"a5": "1030"}	{"lerrcp": "A5-1030"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Diana", "family": "Torrieri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 17, "lat": 41.2, "name": "CANOSA DI PUGLI", "geoid": 0}, "notime": null, "date-ut": "1913-08-09 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Diana", "family": "Torrieri"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 17, "lat": 41.2, "name": "CANOSA DI PUGLI", "geoid": 0}, "date-ut": "1913-08-09 09:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1030"}, "ids-in-sources": {"a5": "1030"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "9", "LAT": "41N12", "LON": "17E 0", "MON": "8", "NUM": "1030", "PRO": "A", "SEC": "0", "YEA": "1913", "CITY": "CANOSA DI PUGLI"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12499	gauquelin-a5-1031-1914-02-22	{"a5": "1031"}	{"lerrcp": "A5-1031"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1031", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "notime": null, "date-ut": "1914-02-22 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1031"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "date-ut": "1914-02-22 07:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1031"}, "ids-in-sources": {"a5": "1031"}}, "raw": {"H": "8", "MN": "30", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "22", "LAT": "45N24", "LON": "12E15", "MON": "2", "NUM": "1031", "PRO": "A", "SEC": "0", "YEA": "1914", "CITY": "PADOVA"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12500	gauquelin-a5-1032-1901-03-21	{"a5": "1032"}	{"lerrcp": "A5-1032"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1032", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1901-03-21 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1032"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1901-03-21 21:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1032"}, "ids-in-sources": {"a5": "1032"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "21", "LAT": "40N54", "LON": "14E 0", "MON": "3", "NUM": "1032", "PRO": "A", "SEC": "0", "YEA": "1901", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12501	tovagliari-pier-1847-01-14	{"a5": "1033"}	{"lerrcp": "A5-1033"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pier", "family": "Tovagliari", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "notime": null, "date-ut": "1847-01-14 10:17"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Pier", "family": "Tovagliari"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "date-ut": "1847-01-14 10:17"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1033"}, "ids-in-sources": {"a5": "1033"}}, "raw": {"H": "11", "MN": "17", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "14", "LAT": "44N48", "LON": "10E45", "MON": "1", "NUM": "1033", "PRO": "A", "SEC": "0", "YEA": "1847", "CITY": "PARMA"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12502	triceri-ruffini-lina-1892-06-18	{"a5": "1034"}	{"lerrcp": "A5-1034"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lina", "family": "Triceri-Ruffini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 7.14641, "lat": 45.14034, "name": "Bussoleno", "geoid": 3181358}, "notime": null, "date-ut": "1892-06-18 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Lina", "family": "Triceri-Ruffini"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 7.14641, "lat": 45.14034, "name": "Bussoleno", "geoid": 3181358}, "date-ut": "1892-06-18 03:10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1034"}, "ids-in-sources": {"a5": "1034"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "18", "LAT": "45N 0", "LON": "8E 0", "MON": "6", "NUM": "1034", "PRO": "A", "SEC": "4", "YEA": "1892", "CITY": "BUSSOLENO"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12503	tumiati-gualtiero-1876-07-08	{"a5": "1035"}	{"lerrcp": "A5-1035"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gualtiero", "family": "Tumiati", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FE", "c3": null, "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "notime": null, "date-ut": "1876-07-08 13:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gualtiero", "family": "Tumiati"}, "birth": {"place": {"c2": "FE", "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "date-ut": "1876-07-08 13:40:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1035"}, "ids-in-sources": {"a5": "1035"}}, "raw": {"H": "14", "MN": "40", "TZ": "-1", "COD": "FE", "COU": "I", "DAY": "8", "LAT": "44N42", "LON": "12E30", "MON": "7", "NUM": "1035", "PRO": "A", "SEC": "4", "YEA": "1876", "CITY": "FERRARA"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12504	urzi-saro-1913-01-19	{"a5": "1036"}	{"lerrcp": "A5-1036"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Saro", "family": "Urzi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "notime": null, "date-ut": "1913-01-19 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Saro", "family": "Urzi"}, "birth": {"place": {"c2": "CT", "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "date-ut": "1913-01-19 14:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1036"}, "ids-in-sources": {"a5": "1036"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "CT", "COU": "I", "DAY": "19", "LAT": "37N30", "LON": "15E 0", "MON": "1", "NUM": "1036", "PRO": "A", "SEC": "0", "YEA": "1913", "CITY": "CATANIA"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12505	usai-tamberlani-anna-1872-10-04	{"a5": "1037"}	{"lerrcp": "A5-1037"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Usai Tamberlani Anna", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PE", "c3": null, "cy": "IT", "lg": 14.5, "lat": 42.4, "name": "TOCCO DA CASAUR", "geoid": 0}, "notime": null, "date-ut": "1872-10-04 21:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Usai Tamberlani Anna"}, "birth": {"place": {"c2": "PE", "cy": "IT", "lg": 14.5, "lat": 42.4, "name": "TOCCO DA CASAUR", "geoid": 0}, "date-ut": "1872-10-04 21:10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1037"}, "ids-in-sources": {"a5": "1037"}}, "raw": {"H": "22", "MN": "10", "TZ": "-1", "COD": "PE", "COU": "I", "DAY": "4", "LAT": "42N24", "LON": "14E30", "MON": "10", "NUM": "1037", "PRO": "A", "SEC": "4", "YEA": "1872", "CITY": "TOCCO DA CASAUR"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12506	valentini-leopoldo-1907-03-04	{"a5": "1038"}	{"lerrcp": "A5-1038"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leopoldo", "family": "Valentini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1907-03-04 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Leopoldo", "family": "Valentini"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1907-03-04 10:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1038"}, "ids-in-sources": {"a5": "1038"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "4", "LAT": "45N 0", "LON": "12E15", "MON": "3", "NUM": "1038", "PRO": "A", "SEC": "0", "YEA": "1907", "CITY": "ROMA"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12507	varell-alfredo-1914-08-13	{"a5": "1039"}	{"lerrcp": "A5-1039"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfredo", "family": "Varell'", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.95329, "lat": 42.00332, "name": "Saracinesco", "geoid": 3167147}, "notime": null, "date-ut": "1914-08-13 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Alfredo", "family": "Varell'"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.95329, "lat": 42.00332, "name": "Saracinesco", "geoid": 3167147}, "date-ut": "1914-08-13 15:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1039"}, "ids-in-sources": {"a5": "1039"}}, "raw": {"H": "16", "MN": "0", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "13", "LAT": "41N54", "LON": "12E30", "MON": "8", "NUM": "1039", "PRO": "A", "SEC": "0", "YEA": "1914", "CITY": "SARACINESCO"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12508	verdiani-guido-1892-02-05	{"a5": "1040"}	{"lerrcp": "A5-1040"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guido", "family": "Verdiani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1892-02-05 09:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Guido", "family": "Verdiani"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1892-02-05 09:10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1040"}, "ids-in-sources": {"a5": "1040"}}, "raw": {"H": "10", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "5", "LAT": "43N42", "LON": "11E30", "MON": "2", "NUM": "1040", "PRO": "A", "SEC": "4", "YEA": "1892", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12509	vergani-vera-1895-02-19	{"a5": "1041"}	{"lerrcp": "A5-1041"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vera", "family": "Vergani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1895-02-19 06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Vera", "family": "Vergani"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1895-02-19 06:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1041"}, "ids-in-sources": {"a5": "1041"}}, "raw": {"H": "7", "MN": "40", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "19", "LAT": "45N30", "LON": "9E15", "MON": "2", "NUM": "1041", "PRO": "A", "SEC": "0", "YEA": "1895", "CITY": "MILANO"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12510	gauquelin-a5-1042-1897-12-03	{"a5": "1042"}	{"lerrcp": "A5-1042"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1042", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1897-12-03 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1042"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1897-12-03 03:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1042"}, "ids-in-sources": {"a5": "1042"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "3", "LAT": "45N 0", "LON": "8E 0", "MON": "12", "NUM": "1042", "PRO": "A", "SEC": "0", "YEA": "1897", "CITY": "TORINO"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12511	vingelli-nino-1912-06-04	{"a5": "1043"}	{"lerrcp": "A5-1043"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nino", "family": "Vingelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1912-06-04 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Nino", "family": "Vingelli"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1912-06-04 03:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1043"}, "ids-in-sources": {"a5": "1043"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "4", "LAT": "40N54", "LON": "14E 0", "MON": "6", "NUM": "1043", "PRO": "A", "SEC": "0", "YEA": "1912", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12512	viviani-raffaele-1886-01-09	{"a5": "1044"}	{"lerrcp": "A5-1044"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raffaele", "family": "Viviani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14, "lat": 40.9, "name": "CASTELLAMARE DI", "geoid": 0}, "notime": null, "date-ut": "1886-01-09 01:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Raffaele", "family": "Viviani"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14, "lat": 40.9, "name": "CASTELLAMARE DI", "geoid": 0}, "date-ut": "1886-01-09 01:25:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1044"}, "ids-in-sources": {"a5": "1044"}}, "raw": {"H": "2", "MN": "25", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "9", "LAT": "40N54", "LON": "14E 0", "MON": "1", "NUM": "1044", "PRO": "A", "SEC": "4", "YEA": "1886", "CITY": "CASTELLAMARE DI"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12513	viviano-luisello-1885-10-05	{"a5": "1045"}	{"lerrcp": "A5-1045"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luisello", "family": "Viviano", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14, "lat": 40.9, "name": "CASTELLAMARE DI", "geoid": 0}, "notime": null, "date-ut": "1885-10-05 01:30:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Luisello", "family": "Viviano"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14, "lat": 40.9, "name": "CASTELLAMARE DI", "geoid": 0}, "date-ut": "1885-10-05 01:30:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1045"}, "ids-in-sources": {"a5": "1045"}}, "raw": {"H": "2", "MN": "30", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "5", "LAT": "40N54", "LON": "14E 0", "MON": "10", "NUM": "1045", "PRO": "A", "SEC": "4", "YEA": "1885", "CITY": "CASTELLAMARE DI"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12514	zacconi-ermete-1857-09-14	{"a5": "1046"}	{"lerrcp": "A5-1046"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ermete", "family": "Zacconi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RE", "c3": null, "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "MONTECCHIO DI R", "geoid": 0}, "notime": null, "date-ut": "1857-09-14 05:17"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Ermete", "family": "Zacconi"}, "birth": {"place": {"c2": "RE", "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "MONTECCHIO DI R", "geoid": 0}, "date-ut": "1857-09-14 05:17"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1046"}, "ids-in-sources": {"a5": "1046"}}, "raw": {"H": "6", "MN": "17", "TZ": "-1", "COD": "RE", "COU": "I", "DAY": "14", "LAT": "44N36", "LON": "10E45", "MON": "9", "NUM": "1046", "PRO": "A", "SEC": "0", "YEA": "1857", "CITY": "MONTECCHIO DI R"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12515	zicavo-mario-1923-08-11	{"a5": "1047"}	{"lerrcp": "A5-1047"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Zicavo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "IT", "lg": 9.13462, "lat": 39.20738, "name": "Cagliari", "geoid": 2525473}, "notime": null, "date-ut": "1923-08-11 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Zicavo"}, "birth": {"place": {"c2": "CA", "cy": "IT", "lg": 9.13462, "lat": 39.20738, "name": "Cagliari", "geoid": 2525473}, "date-ut": "1923-08-11 15:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1047"}, "ids-in-sources": {"a5": "1047"}}, "raw": {"H": "16", "MN": "0", "TZ": "-1", "COD": "CA", "COU": "I", "DAY": "11", "LAT": "39N24", "LON": "9E 0", "MON": "8", "NUM": "1047", "PRO": "A", "SEC": "0", "YEA": "1923", "CITY": "CAGLIARI"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12516	zoncada-luigi-1867-05-02	{"a5": "1048"}	{"lerrcp": "A5-1048"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Zoncada", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1867-05-02 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Zoncada"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1867-05-02 03:10:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1048"}, "ids-in-sources": {"a5": "1048"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "2", "LAT": "45N30", "LON": "9E15", "MON": "5", "NUM": "1048", "PRO": "A", "SEC": "4", "YEA": "1867", "CITY": "MILANO"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12517	ahrens-hermann-1885-06-12	{"a5": "1049"}	{"lerrcp": "A5-1049"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Ahrens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "notime": null, "date-ut": "1885-06-12 05:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Ahrens"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "date-ut": "1885-06-12 05:20"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1049"}, "ids-in-sources": {"a5": "1049"}}, "raw": {"H": "6", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "12", "LAT": "52N 0", "LON": "10E 0", "MON": "6", "NUM": "1049", "PRO": "A", "SEC": "0", "YEA": "1885", "CITY": "BRAUNSCHWEIG"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12518	ammann-lukas-1912-09-29	{"a5": "1050"}	{"lerrcp": "A5-1050"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lukas", "family": "Ammann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHW", "c3": null, "cy": "CH", "lg": 7.58333, "lat": 47.55, "name": "BASEL", "geoid": 0}, "notime": null, "date-ut": "1912-09-29 10:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Lukas", "family": "Ammann"}, "birth": {"place": {"c2": "SCHW", "cy": "CH", "lg": 7.58333, "lat": 47.55, "name": "BASEL", "geoid": 0}, "date-ut": "1912-09-29 10:10"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1050"}, "ids-in-sources": {"a5": "1050"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "SCHW", "COU": "S", "DAY": "29", "LAT": "47N33", "LON": "7E35", "MON": "9", "NUM": "1050", "PRO": "A", "SEC": "0", "YEA": "1912", "CITY": "BASEL"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12519	armand-arthur-1879-08-13	{"a5": "1051"}	{"lerrcp": "A5-1051"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Armand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "OLDENBURG", "geoid": 0}, "notime": null, "date-ut": "1879-08-13 12:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Armand"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "OLDENBURG", "geoid": 0}, "date-ut": "1879-08-13 12:05"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1051"}, "ids-in-sources": {"a5": "1051"}}, "raw": {"H": "13", "MN": "5", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "13", "LAT": "52N 0", "LON": "10E 0", "MON": "8", "NUM": "1051", "PRO": "A", "SEC": "0", "YEA": "1879", "CITY": "OLDENBURG"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12520	arndt-wilhelm-1851-12-12	{"a5": "1052"}	{"lerrcp": "A5-1052"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Arndt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "notime": null, "date-ut": "1851-12-12 07:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Arndt"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "date-ut": "1851-12-12 07:20"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1052"}, "ids-in-sources": {"a5": "1052"}}, "raw": {"H": "8", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "12", "LAT": "52N 0", "LON": "10E 0", "MON": "12", "NUM": "1052", "PRO": "A", "SEC": "0", "YEA": "1851", "CITY": "BRAUNSCHWEIG"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12521	arzdorf-franz-1904-05-05	{"a5": "1053"}	{"lerrcp": "A5-1053"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Arzdorf", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1904-05-05 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Franz", "family": "Arzdorf"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1904-05-05 07:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1053"}, "ids-in-sources": {"a5": "1053"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "5", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "1053", "PRO": "A", "SEC": "0", "YEA": "1904", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12522	auen-carl-1892-02-16	{"a5": "1054"}	{"lerrcp": "A5-1054"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carl", "family": "Auen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN-BYFANG", "geoid": 0}, "notime": null, "date-ut": "1892-02-16 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Carl", "family": "Auen"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN-BYFANG", "geoid": 0}, "date-ut": "1892-02-16 09:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1054"}, "ids-in-sources": {"a5": "1054"}}, "raw": {"H": "10", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "16", "LAT": "51N30", "LON": "7E30", "MON": "2", "NUM": "1054", "PRO": "A", "SEC": "0", "YEA": "1892", "CITY": "ESSEN-BYFANG"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12523	backhaus-helmuth-1920-06-06	{"a5": "1055"}	{"lerrcp": "A5-1055"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Helmuth", "family": "Backhaus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "notime": null, "date-ut": "1920-06-06 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Helmuth", "family": "Backhaus"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "date-ut": "1920-06-06 17:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1055"}, "ids-in-sources": {"a5": "1055"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "6", "LAT": "51N30", "LON": "7E30", "MON": "6", "NUM": "1055", "PRO": "A", "SEC": "0", "YEA": "1920", "CITY": "BONN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12524	baumer-walter-1910-12-04	{"a5": "1056"}	{"lerrcp": "A5-1056"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Bäumer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL-BARME", "geoid": 0}, "notime": null, "date-ut": "1910-12-04 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Bäumer"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL-BARME", "geoid": 0}, "date-ut": "1910-12-04 00:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1056"}, "ids-in-sources": {"a5": "1056"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "4", "LAT": "51N30", "LON": "7E30", "MON": "12", "NUM": "1056", "PRO": "A", "SEC": "0", "YEA": "1910", "CITY": "WUPPERTAL-BARME"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12526	gauquelin-a5-1058-1886-07-08	{"a5": "1058"}	{"lerrcp": "A5-1058"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1058", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1886-07-08 13:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1058"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1886-07-08 13:44"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1058"}, "ids-in-sources": {"a5": "1058"}}, "raw": {"H": "14", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "8", "LAT": "49N 0", "LON": "11E30", "MON": "7", "NUM": "1058", "PRO": "A", "SEC": "0", "YEA": "1886", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12528	baumann-heinz-1928-02-12	{"a5": "1060"}	{"lerrcp": "A5-1060"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinz", "family": "Baumann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "OLDENBURG", "geoid": 0}, "notime": null, "date-ut": "1928-02-12 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Heinz", "family": "Baumann"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "OLDENBURG", "geoid": 0}, "date-ut": "1928-02-12 02:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1060"}, "ids-in-sources": {"a5": "1060"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "12", "LAT": "52N 0", "LON": "10E 0", "MON": "2", "NUM": "1060", "PRO": "A", "SEC": "0", "YEA": "1928", "CITY": "OLDENBURG"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12529	baumbach-felix-1876-03-06	{"a5": "1061"}	{"lerrcp": "A5-1061"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Baumbach", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUISBURG", "geoid": 0}, "notime": null, "date-ut": "1876-03-06 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Baumbach"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUISBURG", "geoid": 0}, "date-ut": "1876-03-06 00:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1061"}, "ids-in-sources": {"a5": "1061"}}, "raw": {"H": "1", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "6", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "1061", "PRO": "A", "SEC": "0", "YEA": "1876", "CITY": "DUISBURG"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12527	bassermann-albert-1867-09-07	{"a5": "1059", "afd2": "33"}	{"lerrcp": "A5-1059", "muller": "M2-33"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Bassermann", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1867-09-07 22:30", "note": "LMT", "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "notime": null, "date-ut": "1867-09-07 21:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Bassermann"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "date-ut": "1867-09-07 21:54"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1059"}, "ids-in-sources": {"a5": "1059"}}, "raw": {"H": "22", "MN": "54", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "7", "LAT": "48N30", "LON": "9E 0", "MON": "9", "NUM": "1059", "PRO": "A", "SEC": "0", "YEA": "1867", "CITY": "MANNHEIM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1867-09-07 22:30", "note": "LMT"}, "occus": ["actor"], "ids-in-sources": {"afd2": "33"}}, "raw": {"CY": "D", "GQ": "G", "LG": "008 E 29", "LAT": "49 N 29", "TZO": "", "DATE": "07.09.1867", "MUID": "33", "NAME": "Bassermann, Albert", "OCCU": "AR 03", "TIME": "22.30", "BOOKS": "567", "PLACE": "Mannheim", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
12530	bayer-gudrun-1922-03-25	{"a5": "1062"}	{"lerrcp": "A5-1062"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gudrun", "family": "Bayer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "KARLSRUHE", "geoid": 0}, "notime": null, "date-ut": "1922-03-25 05:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gudrun", "family": "Bayer"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "KARLSRUHE", "geoid": 0}, "date-ut": "1922-03-25 05:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1062"}, "ids-in-sources": {"a5": "1062"}}, "raw": {"H": "6", "MN": "15", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "25", "LAT": "48N30", "LON": "9E 0", "MON": "3", "NUM": "1062", "PRO": "A", "SEC": "0", "YEA": "1922", "CITY": "KARLSRUHE"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12531	beuckelmann-heinrich-1904-07-05	{"a5": "1063"}	{"lerrcp": "A5-1063"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Beuckelmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DORTMUND", "geoid": 0}, "notime": null, "date-ut": "1904-07-05 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Beuckelmann"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DORTMUND", "geoid": 0}, "date-ut": "1904-07-05 20:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1063"}, "ids-in-sources": {"a5": "1063"}}, "raw": {"H": "21", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "5", "LAT": "51N30", "LON": "7E30", "MON": "7", "NUM": "1063", "PRO": "A", "SEC": "0", "YEA": "1904", "CITY": "DORTMUND"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12533	bittler-peter-1901-04-03	{"a5": "1065"}	{"lerrcp": "A5-1065"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Peter", "family": "Bittler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "notime": null, "date-ut": "1901-04-03 10:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Peter", "family": "Bittler"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "date-ut": "1901-04-03 10:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1065"}, "ids-in-sources": {"a5": "1065"}}, "raw": {"H": "11", "MN": "15", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "3", "LAT": "48N30", "LON": "9E 0", "MON": "4", "NUM": "1065", "PRO": "A", "SEC": "0", "YEA": "1901", "CITY": "HEIDELBERG"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12534	bohm-karlheinz-1928-03-16	{"a5": "1066"}	{"lerrcp": "A5-1066"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karlheinz", "family": "Böhm", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "DARMSTADT", "geoid": 0}, "notime": null, "date-ut": "1928-03-16 17:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Karlheinz", "family": "Böhm"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "DARMSTADT", "geoid": 0}, "date-ut": "1928-03-16 17:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1066"}, "ids-in-sources": {"a5": "1066"}}, "raw": {"H": "18", "MN": "45", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "16", "LAT": "50N30", "LON": "9E15", "MON": "3", "NUM": "1066", "PRO": "A", "SEC": "0", "YEA": "1928", "CITY": "DARMSTADT"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12535	bohnen-michael-1887-05-02	{"a5": "1067"}	{"lerrcp": "A5-1067"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michael", "family": "Bohnen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "notime": null, "date-ut": "1887-05-02 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Michael", "family": "Bohnen"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "date-ut": "1887-05-02 04:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1067"}, "ids-in-sources": {"a5": "1067"}}, "raw": {"H": "5", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "2", "LAT": "51N30", "LON": "7E30", "MON": "5", "NUM": "1067", "PRO": "A", "SEC": "0", "YEA": "1887", "CITY": "KOLN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12536	bommer-joseph-1911-03-05	{"a5": "1068"}	{"lerrcp": "A5-1068"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Bommer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "RADOLFZELL BODE", "geoid": 0}, "notime": null, "date-ut": "1911-03-05 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Bommer"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "RADOLFZELL BODE", "geoid": 0}, "date-ut": "1911-03-05 06:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1068"}, "ids-in-sources": {"a5": "1068"}}, "raw": {"H": "7", "MN": "30", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "5", "LAT": "48N30", "LON": "9E 0", "MON": "3", "NUM": "1068", "PRO": "A", "SEC": "0", "YEA": "1911", "CITY": "RADOLFZELL BODE"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12537	bonn-ferdinand-1861-12-20	{"a5": "1069"}	{"lerrcp": "A5-1069"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Bonn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "DONAUWORTH", "geoid": 0}, "notime": null, "date-ut": "1861-12-20 03:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Bonn"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "DONAUWORTH", "geoid": 0}, "date-ut": "1861-12-20 03:14"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1069"}, "ids-in-sources": {"a5": "1069"}}, "raw": {"H": "4", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "20", "LAT": "49N 0", "LON": "11E30", "MON": "12", "NUM": "1069", "PRO": "A", "SEC": "0", "YEA": "1861", "CITY": "DONAUWORTH"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12538	gauquelin-a5-1070-1929-06-24	{"a5": "1070"}	{"lerrcp": "A5-1070"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1070", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "BERCHTESGADEN", "geoid": 0}, "notime": null, "date-ut": "1929-06-24 06:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1070"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "BERCHTESGADEN", "geoid": 0}, "date-ut": "1929-06-24 06:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1070"}, "ids-in-sources": {"a5": "1070"}}, "raw": {"H": "7", "MN": "45", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "24", "LAT": "49N 0", "LON": "11E30", "MON": "6", "NUM": "1070", "PRO": "A", "SEC": "0", "YEA": "1929", "CITY": "BERCHTESGADEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12539	gauquelin-a5-1071-1900-04-10	{"a5": "1071"}	{"lerrcp": "A5-1071"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1071", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "notime": null, "date-ut": "1900-04-10 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1071"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "date-ut": "1900-04-10 15:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1071"}, "ids-in-sources": {"a5": "1071"}}, "raw": {"H": "16", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "10", "LAT": "49N 0", "LON": "11E30", "MON": "4", "NUM": "1071", "PRO": "A", "SEC": "0", "YEA": "1900", "CITY": "NURNBERG"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12540	gauquelin-a5-1072-1907-03-15	{"a5": "1072"}	{"lerrcp": "A5-1072"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1072", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "HAGEN WESTF", "geoid": 0}, "notime": null, "date-ut": "1907-03-15 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1072"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "HAGEN WESTF", "geoid": 0}, "date-ut": "1907-03-15 07:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1072"}, "ids-in-sources": {"a5": "1072"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "15", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "1072", "PRO": "A", "SEC": "0", "YEA": "1907", "CITY": "HAGEN WESTF"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12541	buecheler-kurt-1915-07-07	{"a5": "1073"}	{"lerrcp": "A5-1073"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kurt", "family": "Buecheler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "notime": null, "date-ut": "1915-07-07 07:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Kurt", "family": "Buecheler"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "date-ut": "1915-07-07 07:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1073"}, "ids-in-sources": {"a5": "1073"}}, "raw": {"H": "8", "MN": "45", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "7", "LAT": "50N30", "LON": "9E15", "MON": "7", "NUM": "1073", "PRO": "A", "SEC": "0", "YEA": "1915", "CITY": "FRANKFURT A/M"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12542	gauquelin-a5-1074-1900-01-21	{"a5": "1074"}	{"lerrcp": "A5-1074"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1074", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "KIEL", "geoid": 0}, "notime": null, "date-ut": "1900-01-21 23:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1074"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "KIEL", "geoid": 0}, "date-ut": "1900-01-21 23:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1074"}, "ids-in-sources": {"a5": "1074"}}, "raw": {"H": "0", "MN": "15", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "22", "LAT": "54N30", "LON": "9E45", "MON": "1", "NUM": "1074", "PRO": "A", "SEC": "0", "YEA": "1900", "CITY": "KIEL"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12543	carl-margaret-1927-05-28	{"a5": "1075"}	{"lerrcp": "A5-1075"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Margaret", "family": "Carl", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART", "geoid": 0}, "notime": null, "date-ut": "1927-05-28 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Margaret", "family": "Carl"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART", "geoid": 0}, "date-ut": "1927-05-28 19:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1075"}, "ids-in-sources": {"a5": "1075"}}, "raw": {"H": "20", "MN": "30", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "28", "LAT": "48N30", "LON": "9E 0", "MON": "5", "NUM": "1075", "PRO": "A", "SEC": "0", "YEA": "1927", "CITY": "STUTTGART"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12544	cleve-luise-1920-01-08	{"a5": "1076"}	{"lerrcp": "A5-1076"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luise", "family": "Cleve", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "notime": null, "date-ut": "1920-01-08 20:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Luise", "family": "Cleve"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "date-ut": "1920-01-08 20:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1076"}, "ids-in-sources": {"a5": "1076"}}, "raw": {"H": "21", "MN": "15", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "8", "LAT": "52N 0", "LON": "10E 0", "MON": "1", "NUM": "1076", "PRO": "A", "SEC": "0", "YEA": "1920", "CITY": "BRAUNSCHWEIG"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12545	czaschke-walter-1926-03-28	{"a5": "1077"}	{"lerrcp": "A5-1077"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Czaschke", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MUNSTER WESTF", "geoid": 0}, "notime": null, "date-ut": "1926-03-28 09:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Czaschke"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MUNSTER WESTF", "geoid": 0}, "date-ut": "1926-03-28 09:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1077"}, "ids-in-sources": {"a5": "1077"}}, "raw": {"H": "10", "MN": "15", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "28", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "1077", "PRO": "A", "SEC": "0", "YEA": "1926", "CITY": "MUNSTER WESTF"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12546	dautzenberg-dirk-1921-10-07	{"a5": "1078"}	{"lerrcp": "A5-1078"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dirk", "family": "Dautzenberg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUISBURG-MEIDER", "geoid": 0}, "notime": null, "date-ut": "1921-10-07 10:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Dirk", "family": "Dautzenberg"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUISBURG-MEIDER", "geoid": 0}, "date-ut": "1921-10-07 10:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1078"}, "ids-in-sources": {"a5": "1078"}}, "raw": {"H": "11", "MN": "45", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "7", "LAT": "51N30", "LON": "7E30", "MON": "10", "NUM": "1078", "PRO": "A", "SEC": "0", "YEA": "1921", "CITY": "DUISBURG-MEIDER"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12547	gauquelin-a5-1079-1893-07-15	{"a5": "1079"}	{"lerrcp": "A5-1079"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1079", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLD-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "LUDWIGSHAFEN", "geoid": 0}, "notime": null, "date-ut": "1893-07-15 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1079"}, "birth": {"place": {"c2": "RHLD-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "LUDWIGSHAFEN", "geoid": 0}, "date-ut": "1893-07-15 21:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1079"}, "ids-in-sources": {"a5": "1079"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "RHLD-PF", "COU": "G", "DAY": "15", "LAT": "50N 0", "LON": "7E 0", "MON": "7", "NUM": "1079", "PRO": "A", "SEC": "0", "YEA": "1893", "CITY": "LUDWIGSHAFEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12548	dinkgrafe-ursula-1927-04-27	{"a5": "1080"}	{"lerrcp": "A5-1080"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ursula", "family": "Dinkgräfe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "VISSELHOVEDE", "geoid": 0}, "notime": null, "date-ut": "1927-04-27 11:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Ursula", "family": "Dinkgräfe"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "VISSELHOVEDE", "geoid": 0}, "date-ut": "1927-04-27 11:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1080"}, "ids-in-sources": {"a5": "1080"}}, "raw": {"H": "12", "MN": "15", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "27", "LAT": "52N 0", "LON": "10E 0", "MON": "4", "NUM": "1080", "PRO": "A", "SEC": "0", "YEA": "1927", "CITY": "VISSELHOVEDE"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12549	dopke-oswald-1923-06-26	{"a5": "1081"}	{"lerrcp": "A5-1081"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oswald", "family": "Döpke", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "ELDAGSEN KR SPR", "geoid": 0}, "notime": null, "date-ut": "1923-06-26 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Oswald", "family": "Döpke"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "ELDAGSEN KR SPR", "geoid": 0}, "date-ut": "1923-06-26 15:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1081"}, "ids-in-sources": {"a5": "1081"}}, "raw": {"H": "16", "MN": "30", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "26", "LAT": "52N 0", "LON": "10E 0", "MON": "6", "NUM": "1081", "PRO": "A", "SEC": "0", "YEA": "1923", "CITY": "ELDAGSEN KR SPR"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12550	doerry-hans-1901-10-08	{"a5": "1082"}	{"lerrcp": "A5-1082"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Doerry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "ROSCHE UBER UEL", "geoid": 0}, "notime": null, "date-ut": "1901-10-08 00:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Doerry"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "ROSCHE UBER UEL", "geoid": 0}, "date-ut": "1901-10-08 00:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1082"}, "ids-in-sources": {"a5": "1082"}}, "raw": {"H": "1", "MN": "45", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "8", "LAT": "52N 0", "LON": "10E 0", "MON": "10", "NUM": "1082", "PRO": "A", "SEC": "0", "YEA": "1901", "CITY": "ROSCHE UBER UEL"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12551	gauquelin-a5-1083-1907-05-20	{"a5": "1083"}	{"lerrcp": "A5-1083"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1083", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN-BORBECK", "geoid": 0}, "notime": null, "date-ut": "1907-05-20 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1083"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN-BORBECK", "geoid": 0}, "date-ut": "1907-05-20 09:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1083"}, "ids-in-sources": {"a5": "1083"}}, "raw": {"H": "10", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "20", "LAT": "51N30", "LON": "7E30", "MON": "5", "NUM": "1083", "PRO": "A", "SEC": "0", "YEA": "1907", "CITY": "ESSEN-BORBECK"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12553	dreher-konrad-1859-10-30	{"a5": "1085"}	{"lerrcp": "A5-1085"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Konrad", "family": "Dreher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1859-10-30 06:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Konrad", "family": "Dreher"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1859-10-30 06:14"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1085"}, "ids-in-sources": {"a5": "1085"}}, "raw": {"H": "7", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "30", "LAT": "49N 0", "LON": "11E30", "MON": "10", "NUM": "1085", "PRO": "A", "SEC": "0", "YEA": "1859", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12554	dryander-brigitte-1920-04-24	{"a5": "1086"}	{"lerrcp": "A5-1086"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Brigitte", "family": "Dryander", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SAARL", "c3": null, "cy": "DE", "lg": 7, "lat": 49.33333, "name": "DILLINGEN-A/SAA", "geoid": 0}, "notime": null, "date-ut": "1920-04-24 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Brigitte", "family": "Dryander"}, "birth": {"place": {"c2": "SAARL", "cy": "DE", "lg": 7, "lat": 49.33333, "name": "DILLINGEN-A/SAA", "geoid": 0}, "date-ut": "1920-04-24 06:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1086"}, "ids-in-sources": {"a5": "1086"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "SAARL", "COU": "G", "DAY": "24", "LAT": "49N20", "LON": "7E 0", "MON": "4", "NUM": "1086", "PRO": "A", "SEC": "0", "YEA": "1920", "CITY": "DILLINGEN-A/SAA"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12555	eckert-victor-1887-07-02	{"a5": "1087"}	{"lerrcp": "A5-1087"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Eckert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "notime": null, "date-ut": "1887-07-02 01:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Eckert"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "date-ut": "1887-07-02 01:24"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1087"}, "ids-in-sources": {"a5": "1087"}}, "raw": {"H": "2", "MN": "24", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "2", "LAT": "48N30", "LON": "9E 0", "MON": "7", "NUM": "1087", "PRO": "A", "SEC": "0", "YEA": "1887", "CITY": "HEIDELBERG"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12556	eggert-jens-1918-01-14	{"a5": "1088"}	{"lerrcp": "A5-1088"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jens", "family": "Eggert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "KIPFENBERG", "geoid": 0}, "notime": null, "date-ut": "1918-01-14 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jens", "family": "Eggert"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "KIPFENBERG", "geoid": 0}, "date-ut": "1918-01-14 02:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1088"}, "ids-in-sources": {"a5": "1088"}}, "raw": {"H": "3", "MN": "30", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "14", "LAT": "49N 0", "LON": "11E30", "MON": "1", "NUM": "1088", "PRO": "A", "SEC": "0", "YEA": "1918", "CITY": "KIPFENBERG"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12557	emons-hans-1907-04-02	{"a5": "1089"}	{"lerrcp": "A5-1089"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Emons", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "notime": null, "date-ut": "1907-04-02 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Emons"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "date-ut": "1907-04-02 10:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1089"}, "ids-in-sources": {"a5": "1089"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "2", "LAT": "51N30", "LON": "7E30", "MON": "4", "NUM": "1089", "PRO": "A", "SEC": "0", "YEA": "1907", "CITY": "BONN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12558	eppler-heinz-1927-02-11	{"a5": "1090"}	{"lerrcp": "A5-1090"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinz", "family": "Eppler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART", "geoid": 0}, "notime": null, "date-ut": "1927-02-11 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Heinz", "family": "Eppler"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART", "geoid": 0}, "date-ut": "1927-02-11 12:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1090"}, "ids-in-sources": {"a5": "1090"}}, "raw": {"H": "13", "MN": "30", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "11", "LAT": "48N30", "LON": "9E 0", "MON": "2", "NUM": "1090", "PRO": "A", "SEC": "0", "YEA": "1927", "CITY": "STUTTGART"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12559	erber-ursula-1934-04-05	{"a5": "1091"}	{"lerrcp": "A5-1091"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ursula", "family": "Erber", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1934-04-05 02:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Ursula", "family": "Erber"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1934-04-05 02:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1091"}, "ids-in-sources": {"a5": "1091"}}, "raw": {"H": "3", "MN": "45", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "5", "LAT": "49N 0", "LON": "11E30", "MON": "4", "NUM": "1091", "PRO": "A", "SEC": "0", "YEA": "1934", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12560	farber-anton-1906-07-20	{"a5": "1092"}	{"lerrcp": "A5-1092"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anton", "family": "Färber", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ASSLING/OBB", "geoid": 0}, "notime": null, "date-ut": "1906-07-20 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Anton", "family": "Färber"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ASSLING/OBB", "geoid": 0}, "date-ut": "1906-07-20 16:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1092"}, "ids-in-sources": {"a5": "1092"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "20", "LAT": "49N 0", "LON": "11E30", "MON": "7", "NUM": "1092", "PRO": "A", "SEC": "0", "YEA": "1906", "CITY": "ASSLING/OBB"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12561	fiedler-gerlach-1925-06-27	{"a5": "1093"}	{"lerrcp": "A5-1093"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gerlach", "family": "Fiedler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "notime": null, "date-ut": "1925-06-27 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gerlach", "family": "Fiedler"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "date-ut": "1925-06-27 12:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1093"}, "ids-in-sources": {"a5": "1093"}}, "raw": {"H": "13", "MN": "0", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "27", "LAT": "48N30", "LON": "9E 0", "MON": "6", "NUM": "1093", "PRO": "A", "SEC": "0", "YEA": "1925", "CITY": "MANNHEIM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12562	fitz-peter-1931-08-08	{"a5": "1094"}	{"lerrcp": "A5-1094"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Peter", "family": "Fitz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLD-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "KAISERSLAUTERN", "geoid": 0}, "notime": null, "date-ut": "1931-08-08 00:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Peter", "family": "Fitz"}, "birth": {"place": {"c2": "RHLD-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "KAISERSLAUTERN", "geoid": 0}, "date-ut": "1931-08-08 00:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1094"}, "ids-in-sources": {"a5": "1094"}}, "raw": {"H": "1", "MN": "15", "TZ": "-1", "COD": "RHLD-PF", "COU": "G", "DAY": "8", "LAT": "50N 0", "LON": "7E 0", "MON": "8", "NUM": "1094", "PRO": "A", "SEC": "0", "YEA": "1931", "CITY": "KAISERSLAUTERN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12563	florath-albert-1888-11-07	{"a5": "1095"}	{"lerrcp": "A5-1095"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Florath", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BIELEFELD", "geoid": 0}, "notime": null, "date-ut": "1888-11-07 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Florath"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BIELEFELD", "geoid": 0}, "date-ut": "1888-11-07 03:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1095"}, "ids-in-sources": {"a5": "1095"}}, "raw": {"H": "4", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "7", "LAT": "51N30", "LON": "7E30", "MON": "11", "NUM": "1095", "PRO": "A", "SEC": "0", "YEA": "1888", "CITY": "BIELEFELD"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12564	franck-horst-1929-05-28	{"a5": "1096"}	{"lerrcp": "A5-1096"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Horst", "family": "Franck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "LUBECK", "geoid": 0}, "notime": null, "date-ut": "1929-05-28 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Horst", "family": "Franck"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "LUBECK", "geoid": 0}, "date-ut": "1929-05-28 03:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1096"}, "ids-in-sources": {"a5": "1096"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "28", "LAT": "54N30", "LON": "9E45", "MON": "5", "NUM": "1096", "PRO": "A", "SEC": "0", "YEA": "1929", "CITY": "LUBECK"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12565	frisch-lore-1925-05-04	{"a5": "1097"}	{"lerrcp": "A5-1097"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lore", "family": "Frisch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "SCHWINDEGG OBB", "geoid": 0}, "notime": null, "date-ut": "1925-05-04 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Lore", "family": "Frisch"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "SCHWINDEGG OBB", "geoid": 0}, "date-ut": "1925-05-04 00:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1097"}, "ids-in-sources": {"a5": "1097"}}, "raw": {"H": "1", "MN": "30", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "4", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "1097", "PRO": "A", "SEC": "0", "YEA": "1925", "CITY": "SCHWINDEGG OBB"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12566	furbringer-ernst-1900-07-27	{"a5": "1098"}	{"lerrcp": "A5-1098"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Fürbringer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "notime": null, "date-ut": "1900-07-27 11:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Fürbringer"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "date-ut": "1900-07-27 11:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1098"}, "ids-in-sources": {"a5": "1098"}}, "raw": {"H": "12", "MN": "15", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "27", "LAT": "52N 0", "LON": "10E 0", "MON": "7", "NUM": "1098", "PRO": "A", "SEC": "0", "YEA": "1900", "CITY": "BRAUNSCHWEIG"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12567	gahmann-helmut-1932-02-14	{"a5": "1099"}	{"lerrcp": "A5-1099"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Helmut", "family": "Gahmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "notime": null, "date-ut": "1932-02-14 00:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Helmut", "family": "Gahmann"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "date-ut": "1932-02-14 00:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1099"}, "ids-in-sources": {"a5": "1099"}}, "raw": {"H": "1", "MN": "15", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "14", "LAT": "51N30", "LON": "7E30", "MON": "2", "NUM": "1099", "PRO": "A", "SEC": "0", "YEA": "1932", "CITY": "ESSEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12568	garg-alois-1912-09-06	{"a5": "1100"}	{"lerrcp": "A5-1100"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alois", "family": "Garg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "notime": null, "date-ut": "1912-09-06 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Alois", "family": "Garg"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "date-ut": "1912-09-06 10:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1100"}, "ids-in-sources": {"a5": "1100"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "6", "LAT": "51N30", "LON": "7E30", "MON": "9", "NUM": "1100", "PRO": "A", "SEC": "0", "YEA": "1912", "CITY": "DUSSELDORF"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12569	gartner-friedrich-1929-04-12	{"a5": "1101"}	{"lerrcp": "A5-1101"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Gärtner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "notime": null, "date-ut": "1929-04-12 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Gärtner"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "date-ut": "1929-04-12 13:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1101"}, "ids-in-sources": {"a5": "1101"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "12", "LAT": "50N30", "LON": "9E15", "MON": "4", "NUM": "1101", "PRO": "A", "SEC": "0", "YEA": "1929", "CITY": "FRANKFURT A/M"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12570	gebuhr-otto-1887-05-29	{"a5": "1102"}	{"lerrcp": "A5-1102"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Gebühr", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KETTWIG", "geoid": 0}, "notime": null, "date-ut": "1887-05-29 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Gebühr"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KETTWIG", "geoid": 0}, "date-ut": "1887-05-29 13:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1102"}, "ids-in-sources": {"a5": "1102"}}, "raw": {"H": "14", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "29", "LAT": "51N30", "LON": "7E30", "MON": "5", "NUM": "1102", "PRO": "A", "SEC": "0", "YEA": "1887", "CITY": "KETTWIG"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12571	gauquelin-a5-1103-1914-12-25	{"a5": "1103"}	{"lerrcp": "A5-1103"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1103", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLD-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "notime": null, "date-ut": "1914-12-25 17:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1103"}, "birth": {"place": {"c2": "RHLD-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "date-ut": "1914-12-25 17:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1103"}, "ids-in-sources": {"a5": "1103"}}, "raw": {"H": "18", "MN": "30", "TZ": "-1", "COD": "RHLD-PF", "COU": "G", "DAY": "25", "LAT": "50N 0", "LON": "7E 0", "MON": "12", "NUM": "1103", "PRO": "A", "SEC": "0", "YEA": "1914", "CITY": "MAINZ"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12572	germann-nothelfer-anton-1906-04-07	{"a5": "1104"}	{"lerrcp": "A5-1104"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anton", "family": "Germann-Nothelfer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "notime": null, "date-ut": "1906-04-07 07:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Anton", "family": "Germann-Nothelfer"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "date-ut": "1906-04-07 07:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1104"}, "ids-in-sources": {"a5": "1104"}}, "raw": {"H": "8", "MN": "45", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "7", "LAT": "49N 0", "LON": "11E30", "MON": "4", "NUM": "1104", "PRO": "A", "SEC": "0", "YEA": "1906", "CITY": "NURNBERG"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12573	gerstenberg-rose-1918-04-02	{"a5": "1105"}	{"lerrcp": "A5-1105"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rose", "family": "Gerstenberg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "TUBINGEN", "geoid": 0}, "notime": null, "date-ut": "1918-04-02 10:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Rose", "family": "Gerstenberg"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "TUBINGEN", "geoid": 0}, "date-ut": "1918-04-02 10:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1105"}, "ids-in-sources": {"a5": "1105"}}, "raw": {"H": "11", "MN": "45", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "2", "LAT": "48N30", "LON": "9E 0", "MON": "4", "NUM": "1105", "PRO": "A", "SEC": "0", "YEA": "1918", "CITY": "TUBINGEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12574	gies-heinz-1912-06-22	{"a5": "1106"}	{"lerrcp": "A5-1106"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinz", "family": "Gies", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "SIEGBURG", "geoid": 0}, "notime": null, "date-ut": "1912-06-22 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Heinz", "family": "Gies"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "SIEGBURG", "geoid": 0}, "date-ut": "1912-06-22 05:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1106"}, "ids-in-sources": {"a5": "1106"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "22", "LAT": "51N30", "LON": "7E30", "MON": "6", "NUM": "1106", "PRO": "A", "SEC": "0", "YEA": "1912", "CITY": "SIEGBURG"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12575	giesecke-siegmund-1921-01-20	{"a5": "1107"}	{"lerrcp": "A5-1107"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Siegmund", "family": "Giesecke", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "notime": null, "date-ut": "1921-01-20 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Siegmund", "family": "Giesecke"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "date-ut": "1921-01-20 16:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1107"}, "ids-in-sources": {"a5": "1107"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "20", "LAT": "52N 0", "LON": "10E 0", "MON": "1", "NUM": "1107", "PRO": "A", "SEC": "0", "YEA": "1921", "CITY": "BRAUNSCHWEIG"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12576	gotz-curt-1888-11-17	{"a5": "1108"}	{"lerrcp": "A5-1108"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Curt", "family": "Götz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLD-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "notime": null, "date-ut": "1888-11-17 05:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Curt", "family": "Götz"}, "birth": {"place": {"c2": "RHLD-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "date-ut": "1888-11-17 05:02"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1108"}, "ids-in-sources": {"a5": "1108"}}, "raw": {"H": "6", "MN": "2", "TZ": "-1", "COD": "RHLD-PF", "COU": "G", "DAY": "17", "LAT": "50N 0", "LON": "7E 0", "MON": "11", "NUM": "1108", "PRO": "A", "SEC": "0", "YEA": "1888", "CITY": "MAINZ"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12577	goslar-jurgen-1927-03-26	{"a5": "1109"}	{"lerrcp": "A5-1109"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jürgen", "family": "Goslar", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "OLDENBURG", "geoid": 0}, "notime": null, "date-ut": "1927-03-26 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jürgen", "family": "Goslar"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "OLDENBURG", "geoid": 0}, "date-ut": "1927-03-26 14:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1109"}, "ids-in-sources": {"a5": "1109"}}, "raw": {"H": "15", "MN": "30", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "26", "LAT": "52N 0", "LON": "10E 0", "MON": "3", "NUM": "1109", "PRO": "A", "SEC": "0", "YEA": "1927", "CITY": "OLDENBURG"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12578	graf-robert-1923-11-18	{"a5": "1110"}	{"lerrcp": "A5-1110"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Graf", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WITTEN RUHR", "geoid": 0}, "notime": null, "date-ut": "1923-11-18 20:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Graf"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WITTEN RUHR", "geoid": 0}, "date-ut": "1923-11-18 20:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1110"}, "ids-in-sources": {"a5": "1110"}}, "raw": {"H": "21", "MN": "45", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "18", "LAT": "51N30", "LON": "7E30", "MON": "11", "NUM": "1110", "PRO": "A", "SEC": "0", "YEA": "1923", "CITY": "WITTEN RUHR"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12579	grossi-ruth-1926-08-26	{"a5": "1111"}	{"lerrcp": "A5-1111"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ruth", "family": "Grossi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "GELSENKIRCHEN", "geoid": 0}, "notime": null, "date-ut": "1926-08-26 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Ruth", "family": "Grossi"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "GELSENKIRCHEN", "geoid": 0}, "date-ut": "1926-08-26 18:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1111"}, "ids-in-sources": {"a5": "1111"}}, "raw": {"H": "19", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "26", "LAT": "51N30", "LON": "7E30", "MON": "8", "NUM": "1111", "PRO": "A", "SEC": "0", "YEA": "1926", "CITY": "GELSENKIRCHEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12581	gstettenbaur-gustl-1914-03-01	{"a5": "1113"}	{"lerrcp": "A5-1113"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustl", "family": "Gstettenbaur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "STRAUBING UBER", "geoid": 0}, "notime": null, "date-ut": "1914-03-01 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gustl", "family": "Gstettenbaur"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "STRAUBING UBER", "geoid": 0}, "date-ut": "1914-03-01 06:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1113"}, "ids-in-sources": {"a5": "1113"}}, "raw": {"H": "7", "MN": "30", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "1", "LAT": "49N 0", "LON": "11E30", "MON": "3", "NUM": "1113", "PRO": "A", "SEC": "0", "YEA": "1914", "CITY": "STRAUBING UBER"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12583	haarer-jutha-1928-03-11	{"a5": "1115"}	{"lerrcp": "A5-1115"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jutha", "family": "Haarer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "notime": null, "date-ut": "1928-03-11 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jutha", "family": "Haarer"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "date-ut": "1928-03-11 16:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1115"}, "ids-in-sources": {"a5": "1115"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "11", "LAT": "50N30", "LON": "9E15", "MON": "3", "NUM": "1115", "PRO": "A", "SEC": "0", "YEA": "1928", "CITY": "FRANKFURT A/M"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12584	hagen-hans-1908-01-18	{"a5": "1116"}	{"lerrcp": "A5-1116"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Hagen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1908-01-18 07:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Hagen"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1908-01-18 07:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1116"}, "ids-in-sources": {"a5": "1116"}}, "raw": {"H": "8", "MN": "15", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "18", "LAT": "49N 0", "LON": "11E30", "MON": "1", "NUM": "1116", "PRO": "A", "SEC": "0", "YEA": "1908", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12580	grundgens-gustav-1899-12-22	{"a5": "1112", "afd2": "239"}	{"lerrcp": "A5-1112", "muller": "M2-239"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustav", "family": "Gründgens", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1899-12-22 10:00", "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "notime": null, "date-ut": "1899-12-22 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gustav", "family": "Gründgens"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "date-ut": "1899-12-22 09:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1112"}, "ids-in-sources": {"a5": "1112"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "22", "LAT": "51N30", "LON": "7E30", "MON": "12", "NUM": "1112", "PRO": "A", "SEC": "0", "YEA": "1899", "CITY": "DUSSELDORF"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "M", "birth": {"tzo": "+01:00", "date": "1899-12-22 10:00"}, "occus": ["actor"], "ids-in-sources": {"afd2": "239"}}, "raw": {"CY": "D", "GQ": "G", "LG": "006 E 47", "LAT": "51 N 14", "TZO": "-1.00", "DATE": "22.12.1899", "MUID": "239", "NAME": "Gründgens, Gustaf", "OCCU": "AR 03", "TIME": "10.00", "BOOKS": "567", "PLACE": "Düsseldorf", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
12585	gauquelin-a5-1117-1894-05-16	{"a5": "1117"}	{"lerrcp": "A5-1117"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1117", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BREM", "c3": null, "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "notime": null, "date-ut": "1894-05-16 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1117"}, "birth": {"place": {"c2": "BREM", "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "date-ut": "1894-05-16 16:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1117"}, "ids-in-sources": {"a5": "1117"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "BREM", "COU": "G", "DAY": "16", "LAT": "53N 5", "LON": "8E50", "MON": "5", "NUM": "1117", "PRO": "A", "SEC": "0", "YEA": "1894", "CITY": "BREMEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12586	hansen-alfred-1907-06-24	{"a5": "1118"}	{"lerrcp": "A5-1118"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Hansen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "notime": null, "date-ut": "1907-06-24 12:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Hansen"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "date-ut": "1907-06-24 12:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1118"}, "ids-in-sources": {"a5": "1118"}}, "raw": {"H": "13", "MN": "15", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "24", "LAT": "51N30", "LON": "7E30", "MON": "6", "NUM": "1118", "PRO": "A", "SEC": "0", "YEA": "1907", "CITY": "ESSEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12587	harsdorff-arthur-1903-10-25	{"a5": "1119"}	{"lerrcp": "A5-1119"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Harsdorff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1903-10-25 15:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Harsdorff"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1903-10-25 15:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1119"}, "ids-in-sources": {"a5": "1119"}}, "raw": {"H": "16", "MN": "45", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "25", "LAT": "49N 0", "LON": "11E30", "MON": "10", "NUM": "1119", "PRO": "A", "SEC": "0", "YEA": "1903", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12588	heidmann-manfred-1923-12-27	{"a5": "1120"}	{"lerrcp": "A5-1120"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Manfred", "family": "Heidmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "LUBECK", "geoid": 0}, "notime": null, "date-ut": "1923-12-27 20:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Manfred", "family": "Heidmann"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "LUBECK", "geoid": 0}, "date-ut": "1923-12-27 20:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1120"}, "ids-in-sources": {"a5": "1120"}}, "raw": {"H": "21", "MN": "15", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "27", "LAT": "54N30", "LON": "9E45", "MON": "12", "NUM": "1120", "PRO": "A", "SEC": "0", "YEA": "1923", "CITY": "LUBECK"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12589	heinle-lutz-1898-08-05	{"a5": "1121"}	{"lerrcp": "A5-1121"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lutz", "family": "Heinle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "notime": null, "date-ut": "1898-08-05 12:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Lutz", "family": "Heinle"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "date-ut": "1898-08-05 12:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1121"}, "ids-in-sources": {"a5": "1121"}}, "raw": {"H": "13", "MN": "45", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "5", "LAT": "48N30", "LON": "9E 0", "MON": "8", "NUM": "1121", "PRO": "A", "SEC": "0", "YEA": "1898", "CITY": "MANNHEIM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12590	helmar-steffi-1935-10-10	{"a5": "1122"}	{"lerrcp": "A5-1122"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Steffi", "family": "Helmar", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "DEGGINGEN WURTT", "geoid": 0}, "notime": null, "date-ut": "1935-10-10 05:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Steffi", "family": "Helmar"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "DEGGINGEN WURTT", "geoid": 0}, "date-ut": "1935-10-10 05:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1122"}, "ids-in-sources": {"a5": "1122"}}, "raw": {"H": "6", "MN": "15", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "10", "LAT": "48N30", "LON": "9E 0", "MON": "10", "NUM": "1122", "PRO": "A", "SEC": "0", "YEA": "1935", "CITY": "DEGGINGEN WURTT"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12591	gauquelin-a5-1123-1904-08-23	{"a5": "1123"}	{"lerrcp": "A5-1123"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1123", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "KIEL", "geoid": 0}, "notime": null, "date-ut": "1904-08-23 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1123"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "KIEL", "geoid": 0}, "date-ut": "1904-08-23 15:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1123"}, "ids-in-sources": {"a5": "1123"}}, "raw": {"H": "16", "MN": "30", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "23", "LAT": "54N30", "LON": "9E45", "MON": "8", "NUM": "1123", "PRO": "A", "SEC": "0", "YEA": "1904", "CITY": "KIEL"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12592	heltau-michael-1933-07-05	{"a5": "1124"}	{"lerrcp": "A5-1124"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michael", "family": "Heltau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "INGOLSTADT", "geoid": 0}, "notime": null, "date-ut": "1933-07-05 15:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Michael", "family": "Heltau"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "INGOLSTADT", "geoid": 0}, "date-ut": "1933-07-05 15:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1124"}, "ids-in-sources": {"a5": "1124"}}, "raw": {"H": "16", "MN": "45", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "5", "LAT": "49N 0", "LON": "11E30", "MON": "7", "NUM": "1124", "PRO": "A", "SEC": "0", "YEA": "1933", "CITY": "INGOLSTADT"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12593	herterich-frank-1877-10-03	{"a5": "1125"}	{"lerrcp": "A5-1125"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frank", "family": "Herterich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1877-10-03 20:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Frank", "family": "Herterich"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1877-10-03 20:14"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1125"}, "ids-in-sources": {"a5": "1125"}}, "raw": {"H": "21", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "3", "LAT": "49N 0", "LON": "11E30", "MON": "10", "NUM": "1125", "PRO": "A", "SEC": "0", "YEA": "1877", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12594	hessenland-werner-1909-03-14	{"a5": "1126"}	{"lerrcp": "A5-1126"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Werner", "family": "Hessenland", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 8.66667, "lat": 50, "name": "FRANKFURT A/M", "geoid": 0}, "notime": null, "date-ut": "1909-03-14 22:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Werner", "family": "Hessenland"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 8.66667, "lat": 50, "name": "FRANKFURT A/M", "geoid": 0}, "date-ut": "1909-03-14 22:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1126"}, "ids-in-sources": {"a5": "1126"}}, "raw": {"H": "23", "MN": "45", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "14", "LAT": "50N 0", "LON": "8E40", "MON": "3", "NUM": "1126", "PRO": "A", "SEC": "0", "YEA": "1909", "CITY": "FRANKFURT A/M"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12595	gauquelin-a5-1127-1907-01-23	{"a5": "1127"}	{"lerrcp": "A5-1127"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1127", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "notime": null, "date-ut": "1907-01-23 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1127"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "date-ut": "1907-01-23 18:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1127"}, "ids-in-sources": {"a5": "1127"}}, "raw": {"H": "19", "MN": "0", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "23", "LAT": "50N30", "LON": "9E15", "MON": "1", "NUM": "1127", "PRO": "A", "SEC": "0", "YEA": "1907", "CITY": "FRANKFURT A/M"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12596	gauquelin-a5-1128-1908-01-22	{"a5": "1128"}	{"lerrcp": "A5-1128"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1128", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "notime": null, "date-ut": "1908-01-22 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1128"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "date-ut": "1908-01-22 18:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1128"}, "ids-in-sources": {"a5": "1128"}}, "raw": {"H": "19", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "22", "LAT": "51N30", "LON": "7E30", "MON": "1", "NUM": "1128", "PRO": "A", "SEC": "0", "YEA": "1908", "CITY": "DUSSELDORF"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12597	heyne-kurd-1906-10-02	{"a5": "1129"}	{"lerrcp": "A5-1129"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kurd", "family": "Heyne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "notime": null, "date-ut": "1906-10-02 23:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Kurd", "family": "Heyne"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "date-ut": "1906-10-02 23:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1129"}, "ids-in-sources": {"a5": "1129"}}, "raw": {"H": "0", "MN": "15", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "3", "LAT": "52N 0", "LON": "10E 0", "MON": "10", "NUM": "1129", "PRO": "A", "SEC": "0", "YEA": "1906", "CITY": "BRAUNSCHWEIG"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12598	hinz-dinah-1934-02-14	{"a5": "1130"}	{"lerrcp": "A5-1130"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dinah", "family": "Hinz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "notime": null, "date-ut": "1934-02-14 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Dinah", "family": "Hinz"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "date-ut": "1934-02-14 11:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1130"}, "ids-in-sources": {"a5": "1130"}}, "raw": {"H": "12", "MN": "0", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "14", "LAT": "48N30", "LON": "9E 0", "MON": "2", "NUM": "1130", "PRO": "A", "SEC": "0", "YEA": "1934", "CITY": "HEIDELBERG"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12599	hoche-else-1919-05-28	{"a5": "1131"}	{"lerrcp": "A5-1131"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Else", "family": "Höche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "notime": null, "date-ut": "1919-05-28 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Else", "family": "Höche"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "date-ut": "1919-05-28 03:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1131"}, "ids-in-sources": {"a5": "1131"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "28", "LAT": "51N30", "LON": "7E30", "MON": "5", "NUM": "1131", "PRO": "A", "SEC": "0", "YEA": "1919", "CITY": "DUSSELDORF"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12600	gauquelin-a5-1132-1923-05-26	{"a5": "1132"}	{"lerrcp": "A5-1132"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1132", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DORTMUND", "geoid": 0}, "notime": null, "date-ut": "1923-05-26 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1132"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DORTMUND", "geoid": 0}, "date-ut": "1923-05-26 10:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1132"}, "ids-in-sources": {"a5": "1132"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "26", "LAT": "51N30", "LON": "7E30", "MON": "5", "NUM": "1132", "PRO": "A", "SEC": "0", "YEA": "1923", "CITY": "DORTMUND"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12601	holing-anneliese-1921-04-22	{"a5": "1133"}	{"lerrcp": "A5-1133"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anneliese", "family": "Höling", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLD-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "IDAR-OBERSTEIN", "geoid": 0}, "notime": null, "date-ut": "1921-04-22 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Anneliese", "family": "Höling"}, "birth": {"place": {"c2": "RHLD-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "IDAR-OBERSTEIN", "geoid": 0}, "date-ut": "1921-04-22 06:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1133"}, "ids-in-sources": {"a5": "1133"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "RHLD-PF", "COU": "G", "DAY": "22", "LAT": "50N 0", "LON": "7E 0", "MON": "4", "NUM": "1133", "PRO": "A", "SEC": "0", "YEA": "1921", "CITY": "IDAR-OBERSTEIN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12602	gauquelin-a5-1134-1899-04-22	{"a5": "1134"}	{"lerrcp": "A5-1134"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1134", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1899-04-22 06:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1134"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1899-04-22 06:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1134"}, "ids-in-sources": {"a5": "1134"}}, "raw": {"H": "7", "MN": "15", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "22", "LAT": "49N 0", "LON": "11E30", "MON": "4", "NUM": "1134", "PRO": "A", "SEC": "0", "YEA": "1899", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12603	hoffmann-wolfgan-1922-04-25	{"a5": "1135"}	{"lerrcp": "A5-1135"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wolfgan", "family": "Hoffmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DORTMUND", "geoid": 0}, "notime": null, "date-ut": "1922-04-25 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Wolfgan", "family": "Hoffmann"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DORTMUND", "geoid": 0}, "date-ut": "1922-04-25 06:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1135"}, "ids-in-sources": {"a5": "1135"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "25", "LAT": "51N30", "LON": "7E30", "MON": "4", "NUM": "1135", "PRO": "A", "SEC": "0", "YEA": "1922", "CITY": "DORTMUND"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12604	hohoff-angelika-1927-07-09	{"a5": "1136"}	{"lerrcp": "A5-1136"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelika", "family": "Hohoff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1927-07-09 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Angelika", "family": "Hohoff"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1927-07-09 05:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1136"}, "ids-in-sources": {"a5": "1136"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "9", "LAT": "49N 0", "LON": "11E30", "MON": "7", "NUM": "1136", "PRO": "A", "SEC": "0", "YEA": "1927", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12605	holsboer-william-1905-08-03	{"a5": "1137"}	{"lerrcp": "A5-1137"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Holsboer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART", "geoid": 0}, "notime": null, "date-ut": "1905-08-03 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "William", "family": "Holsboer"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART", "geoid": 0}, "date-ut": "1905-08-03 04:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1137"}, "ids-in-sources": {"a5": "1137"}}, "raw": {"H": "5", "MN": "30", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "3", "LAT": "48N30", "LON": "9E 0", "MON": "8", "NUM": "1137", "PRO": "A", "SEC": "0", "YEA": "1905", "CITY": "STUTTGART"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12606	holtzmann-thomas-1927-04-01	{"a5": "1138"}	{"lerrcp": "A5-1138"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Thomas", "family": "Holtzmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1927-04-01 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Thomas", "family": "Holtzmann"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1927-04-01 19:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1138"}, "ids-in-sources": {"a5": "1138"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "1", "LAT": "49N 0", "LON": "11E30", "MON": "4", "NUM": "1138", "PRO": "A", "SEC": "0", "YEA": "1927", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12607	holve-hermann-1904-08-09	{"a5": "1139"}	{"lerrcp": "A5-1139"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Holve", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "notime": null, "date-ut": "1904-08-09 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Holve"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "date-ut": "1904-08-09 14:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1139"}, "ids-in-sources": {"a5": "1139"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "9", "LAT": "51N30", "LON": "7E30", "MON": "8", "NUM": "1139", "PRO": "A", "SEC": "0", "YEA": "1904", "CITY": "DUSSELDORF"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12608	homeyer-margret-1927-10-07	{"a5": "1140"}	{"lerrcp": "A5-1140"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Margret", "family": "Homeyer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "HAGEN", "geoid": 0}, "notime": null, "date-ut": "1927-10-07 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Margret", "family": "Homeyer"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "HAGEN", "geoid": 0}, "date-ut": "1927-10-07 05:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1140"}, "ids-in-sources": {"a5": "1140"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "7", "LAT": "51N30", "LON": "7E30", "MON": "10", "NUM": "1140", "PRO": "A", "SEC": "0", "YEA": "1927", "CITY": "HAGEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12609	horn-camilla-1906-04-25	{"a5": "1141"}	{"lerrcp": "A5-1141"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camilla", "family": "Horn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "notime": null, "date-ut": "1906-04-25 07:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Camilla", "family": "Horn"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "date-ut": "1906-04-25 07:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1141"}, "ids-in-sources": {"a5": "1141"}}, "raw": {"H": "8", "MN": "15", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "25", "LAT": "50N30", "LON": "9E15", "MON": "4", "NUM": "1141", "PRO": "A", "SEC": "0", "YEA": "1906", "CITY": "FRANKFURT A/M"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12610	im-luitgard-1930-01-12	{"a5": "1142"}	{"lerrcp": "A5-1142"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luitgard", "family": "Im", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "WEMDING-SCHWABE", "geoid": 0}, "notime": null, "date-ut": "1930-01-12 04:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Luitgard", "family": "Im"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "WEMDING-SCHWABE", "geoid": 0}, "date-ut": "1930-01-12 04:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1142"}, "ids-in-sources": {"a5": "1142"}}, "raw": {"H": "5", "MN": "45", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "12", "LAT": "49N 0", "LON": "11E30", "MON": "1", "NUM": "1142", "PRO": "A", "SEC": "0", "YEA": "1930", "CITY": "WEMDING-SCHWABE"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12611	imhoff-otto-1889-12-12	{"a5": "1143"}	{"lerrcp": "A5-1143"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Imhoff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL-ELBER", "geoid": 0}, "notime": null, "date-ut": "1889-12-12 17:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Imhoff"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL-ELBER", "geoid": 0}, "date-ut": "1889-12-12 17:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1143"}, "ids-in-sources": {"a5": "1143"}}, "raw": {"H": "18", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "12", "LAT": "51N30", "LON": "7E30", "MON": "12", "NUM": "1143", "PRO": "A", "SEC": "0", "YEA": "1889", "CITY": "WUPPERTAL-ELBER"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12612	issel-koppenhofer-bodo-1922-01-03	{"a5": "1144"}	{"lerrcp": "A5-1144"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bodo", "family": "Issel-Koppenhöfer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "ESCHWEGE B KASS", "geoid": 0}, "notime": null, "date-ut": "1922-01-03 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Bodo", "family": "Issel-Koppenhöfer"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "ESCHWEGE B KASS", "geoid": 0}, "date-ut": "1922-01-03 17:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1144"}, "ids-in-sources": {"a5": "1144"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "3", "LAT": "50N30", "LON": "9E15", "MON": "1", "NUM": "1144", "PRO": "A", "SEC": "0", "YEA": "1922", "CITY": "ESCHWEGE B KASS"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12613	gauquelin-a5-1145-1905-01-26	{"a5": "1145"}	{"lerrcp": "A5-1145"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1145", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUISBURG", "geoid": 0}, "notime": null, "date-ut": "1905-01-26 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1145"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUISBURG", "geoid": 0}, "date-ut": "1905-01-26 20:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1145"}, "ids-in-sources": {"a5": "1145"}}, "raw": {"H": "21", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "26", "LAT": "51N30", "LON": "7E30", "MON": "1", "NUM": "1145", "PRO": "A", "SEC": "0", "YEA": "1905", "CITY": "DUISBURG"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12614	janssen-walter-1887-02-07	{"a5": "1146"}	{"lerrcp": "A5-1146"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Janssen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KREFELD", "geoid": 0}, "notime": null, "date-ut": "1887-02-07 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Janssen"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KREFELD", "geoid": 0}, "date-ut": "1887-02-07 09:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1146"}, "ids-in-sources": {"a5": "1146"}}, "raw": {"H": "10", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "7", "LAT": "51N30", "LON": "7E30", "MON": "2", "NUM": "1146", "PRO": "A", "SEC": "0", "YEA": "1887", "CITY": "KREFELD"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12615	johanssen-ebba-1899-12-17	{"a5": "1147"}	{"lerrcp": "A5-1147"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ebba", "family": "Johanssen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "REUTLINGEN", "geoid": 0}, "notime": null, "date-ut": "1899-12-17 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Ebba", "family": "Johanssen"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "REUTLINGEN", "geoid": 0}, "date-ut": "1899-12-17 07:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1147"}, "ids-in-sources": {"a5": "1147"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "17", "LAT": "48N30", "LON": "9E 0", "MON": "12", "NUM": "1147", "PRO": "A", "SEC": "0", "YEA": "1899", "CITY": "REUTLINGEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12616	jung-alsen-kurt-1915-06-18	{"a5": "1148"}	{"lerrcp": "A5-1148"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kurt", "family": "Jung-Alsen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "TUTZING/OBB", "geoid": 0}, "notime": null, "date-ut": "1915-06-18 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Kurt", "family": "Jung-Alsen"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "TUTZING/OBB", "geoid": 0}, "date-ut": "1915-06-18 17:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1148"}, "ids-in-sources": {"a5": "1148"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "18", "LAT": "49N 0", "LON": "11E30", "MON": "6", "NUM": "1148", "PRO": "A", "SEC": "0", "YEA": "1915", "CITY": "TUTZING/OBB"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12618	gauquelin-a5-1150-1916-10-26	{"a5": "1150"}	{"lerrcp": "A5-1150"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1150", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "notime": null, "date-ut": "1916-10-26 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1150"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "date-ut": "1916-10-26 22:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1150"}, "ids-in-sources": {"a5": "1150"}}, "raw": {"H": "23", "MN": "0", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "26", "LAT": "50N30", "LON": "9E15", "MON": "10", "NUM": "1150", "PRO": "A", "SEC": "0", "YEA": "1916", "CITY": "FRANKFURT A/M"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12619	gauquelin-a5-1151-1900-01-22	{"a5": "1151"}	{"lerrcp": "A5-1151"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1151", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ASCHAFFENBURG", "geoid": 0}, "notime": null, "date-ut": "1900-01-22 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1151"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ASCHAFFENBURG", "geoid": 0}, "date-ut": "1900-01-22 15:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1151"}, "ids-in-sources": {"a5": "1151"}}, "raw": {"H": "16", "MN": "30", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "22", "LAT": "49N 0", "LON": "11E30", "MON": "1", "NUM": "1151", "PRO": "A", "SEC": "0", "YEA": "1900", "CITY": "ASCHAFFENBURG"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12620	kayssler-maria-1933-07-23	{"a5": "1152"}	{"lerrcp": "A5-1152"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maria", "family": "Kayssler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART", "geoid": 0}, "notime": null, "date-ut": "1933-07-23 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Maria", "family": "Kayssler"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART", "geoid": 0}, "date-ut": "1933-07-23 04:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1152"}, "ids-in-sources": {"a5": "1152"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "23", "LAT": "48N30", "LON": "9E 0", "MON": "7", "NUM": "1152", "PRO": "A", "SEC": "0", "YEA": "1933", "CITY": "STUTTGART"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12621	klingenberg-heinz-1905-04-06	{"a5": "1153"}	{"lerrcp": "A5-1153"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinz", "family": "Klingenberg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BIELEFELD", "geoid": 0}, "notime": null, "date-ut": "1905-04-06 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Heinz", "family": "Klingenberg"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BIELEFELD", "geoid": 0}, "date-ut": "1905-04-06 06:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1153"}, "ids-in-sources": {"a5": "1153"}}, "raw": {"H": "7", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "6", "LAT": "51N30", "LON": "7E30", "MON": "4", "NUM": "1153", "PRO": "A", "SEC": "0", "YEA": "1905", "CITY": "BIELEFELD"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12622	klinger-paul-1907-06-14	{"a5": "1154"}	{"lerrcp": "A5-1154"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Klinger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "notime": null, "date-ut": "1907-06-14 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Klinger"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "date-ut": "1907-06-14 14:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1154"}, "ids-in-sources": {"a5": "1154"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "14", "LAT": "51N30", "LON": "7E30", "MON": "6", "NUM": "1154", "PRO": "A", "SEC": "0", "YEA": "1907", "CITY": "ESSEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12623	kloeble-alfons-1898-03-24	{"a5": "1155"}	{"lerrcp": "A5-1155"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfons", "family": "Kloeble", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "notime": null, "date-ut": "1898-03-24 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Alfons", "family": "Kloeble"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "date-ut": "1898-03-24 10:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1155"}, "ids-in-sources": {"a5": "1155"}}, "raw": {"H": "11", "MN": "30", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "24", "LAT": "50N30", "LON": "9E15", "MON": "3", "NUM": "1155", "PRO": "A", "SEC": "0", "YEA": "1898", "CITY": "FRANKFURT A/M"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12624	klusner-karl-1905-08-02	{"a5": "1156"}	{"lerrcp": "A5-1156"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Klüsner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "KIEL", "geoid": 0}, "notime": null, "date-ut": "1905-08-02 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Klüsner"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "KIEL", "geoid": 0}, "date-ut": "1905-08-02 21:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1156"}, "ids-in-sources": {"a5": "1156"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "2", "LAT": "54N30", "LON": "9E45", "MON": "8", "NUM": "1156", "PRO": "A", "SEC": "0", "YEA": "1905", "CITY": "KIEL"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12626	gauquelin-a5-1158-1901-07-07	{"a5": "1158"}	{"lerrcp": "A5-1158"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1158", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "notime": null, "date-ut": "1901-07-07 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1158"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "date-ut": "1901-07-07 03:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1158"}, "ids-in-sources": {"a5": "1158"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "7", "LAT": "52N 0", "LON": "10E 0", "MON": "7", "NUM": "1158", "PRO": "A", "SEC": "0", "YEA": "1901", "CITY": "BRAUNSCHWEIG"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12627	koch-marianne-1931-08-19	{"a5": "1159"}	{"lerrcp": "A5-1159"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marianne", "family": "Koch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1931-08-19 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marianne", "family": "Koch"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1931-08-19 15:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1159"}, "ids-in-sources": {"a5": "1159"}}, "raw": {"H": "16", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "19", "LAT": "49N 0", "LON": "11E30", "MON": "8", "NUM": "1159", "PRO": "A", "SEC": "0", "YEA": "1931", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12628	konig-hans-1892-04-24	{"a5": "1160"}	{"lerrcp": "A5-1160"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "König", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1892-04-24 10:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Hans", "family": "König"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1892-04-24 10:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1160"}, "ids-in-sources": {"a5": "1160"}}, "raw": {"H": "11", "MN": "45", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "24", "LAT": "49N 0", "LON": "11E30", "MON": "4", "NUM": "1160", "PRO": "A", "SEC": "0", "YEA": "1892", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12629	koper-carmen-1927-03-24	{"a5": "1161"}	{"lerrcp": "A5-1161"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carmen", "family": "Köper", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DORTMUND", "geoid": 0}, "notime": null, "date-ut": "1927-03-24 12:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Carmen", "family": "Köper"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DORTMUND", "geoid": 0}, "date-ut": "1927-03-24 12:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1161"}, "ids-in-sources": {"a5": "1161"}}, "raw": {"H": "13", "MN": "45", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "24", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "1161", "PRO": "A", "SEC": "0", "YEA": "1927", "CITY": "DORTMUND"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12630	kostlin-reinhardt-1876-10-11	{"a5": "1162"}	{"lerrcp": "A5-1162"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Reinhardt", "family": "Köstlin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEILBRONN NECKA", "geoid": 0}, "notime": null, "date-ut": "1876-10-11 05:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Reinhardt", "family": "Köstlin"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEILBRONN NECKA", "geoid": 0}, "date-ut": "1876-10-11 05:24"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1162"}, "ids-in-sources": {"a5": "1162"}}, "raw": {"H": "6", "MN": "24", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "11", "LAT": "48N30", "LON": "9E 0", "MON": "10", "NUM": "1162", "PRO": "A", "SEC": "0", "YEA": "1876", "CITY": "HEILBRONN NECKA"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12631	koettenich-hans-1911-11-16	{"a5": "1163"}	{"lerrcp": "A5-1163"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Koettenich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "notime": null, "date-ut": "1911-11-16 08:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Koettenich"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "date-ut": "1911-11-16 08:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1163"}, "ids-in-sources": {"a5": "1163"}}, "raw": {"H": "9", "MN": "15", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "16", "LAT": "51N30", "LON": "7E30", "MON": "11", "NUM": "1163", "PRO": "A", "SEC": "0", "YEA": "1911", "CITY": "KOLN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12632	kogel-richard-1927-01-15	{"a5": "1164"}	{"lerrcp": "A5-1164"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Kogel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1927-01-15 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Kogel"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1927-01-15 02:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1164"}, "ids-in-sources": {"a5": "1164"}}, "raw": {"H": "3", "MN": "30", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "15", "LAT": "49N 0", "LON": "11E30", "MON": "1", "NUM": "1164", "PRO": "A", "SEC": "0", "YEA": "1927", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12633	kollasch-franz-1923-10-03	{"a5": "1165"}	{"lerrcp": "A5-1165"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Kollasch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "EITORF BEZ KOLN", "geoid": 0}, "notime": null, "date-ut": "1923-10-03 15:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Franz", "family": "Kollasch"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "EITORF BEZ KOLN", "geoid": 0}, "date-ut": "1923-10-03 15:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1165"}, "ids-in-sources": {"a5": "1165"}}, "raw": {"H": "16", "MN": "45", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "3", "LAT": "51N30", "LON": "7E30", "MON": "10", "NUM": "1165", "PRO": "A", "SEC": "0", "YEA": "1923", "CITY": "EITORF BEZ KOLN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12634	kommerell-ruth-1923-05-09	{"a5": "1166"}	{"lerrcp": "A5-1166"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ruth", "family": "Kommerell", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART", "geoid": 0}, "notime": null, "date-ut": "1923-05-09 19:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Ruth", "family": "Kommerell"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART", "geoid": 0}, "date-ut": "1923-05-09 19:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1166"}, "ids-in-sources": {"a5": "1166"}}, "raw": {"H": "20", "MN": "45", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "9", "LAT": "48N30", "LON": "9E 0", "MON": "5", "NUM": "1166", "PRO": "A", "SEC": "0", "YEA": "1923", "CITY": "STUTTGART"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12635	kranz-fritz-1897-06-15	{"a5": "1167"}	{"lerrcp": "A5-1167"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Kranz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "AACHEN", "geoid": 0}, "notime": null, "date-ut": "1897-06-15 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Fritz", "family": "Kranz"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "AACHEN", "geoid": 0}, "date-ut": "1897-06-15 16:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1167"}, "ids-in-sources": {"a5": "1167"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "15", "LAT": "51N30", "LON": "7E30", "MON": "6", "NUM": "1167", "PRO": "A", "SEC": "0", "YEA": "1897", "CITY": "AACHEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12636	kraus-hans-1911-11-23	{"a5": "1168"}	{"lerrcp": "A5-1168"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Kraus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN-LINDENTHAL", "geoid": 0}, "notime": null, "date-ut": "1911-11-23 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Kraus"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN-LINDENTHAL", "geoid": 0}, "date-ut": "1911-11-23 13:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1168"}, "ids-in-sources": {"a5": "1168"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "23", "LAT": "51N30", "LON": "7E30", "MON": "11", "NUM": "1168", "PRO": "A", "SEC": "0", "YEA": "1911", "CITY": "KOLN-LINDENTHAL"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12637	krause-willy-1901-08-04	{"a5": "1169"}	{"lerrcp": "A5-1169"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willy", "family": "Krause", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BIELEFELD", "geoid": 0}, "notime": null, "date-ut": "1901-08-04 02:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Willy", "family": "Krause"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BIELEFELD", "geoid": 0}, "date-ut": "1901-08-04 02:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1169"}, "ids-in-sources": {"a5": "1169"}}, "raw": {"H": "3", "MN": "15", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "4", "LAT": "51N30", "LON": "7E30", "MON": "8", "NUM": "1169", "PRO": "A", "SEC": "0", "YEA": "1901", "CITY": "BIELEFELD"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12639	kruger-charlotte-1897-11-09	{"a5": "1171"}	{"lerrcp": "A5-1171"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charlotte", "family": "Kruger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1897-11-09 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Charlotte", "family": "Kruger"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1897-11-09 09:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1171"}, "ids-in-sources": {"a5": "1171"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "9", "LAT": "49N 0", "LON": "11E30", "MON": "11", "NUM": "1171", "PRO": "A", "SEC": "0", "YEA": "1897", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12640	kube-tassile-1927-03-25	{"a5": "1172"}	{"lerrcp": "A5-1172"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tassile", "family": "Kube", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DORTMUND", "geoid": 0}, "notime": null, "date-ut": "1927-03-25 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Tassile", "family": "Kube"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DORTMUND", "geoid": 0}, "date-ut": "1927-03-25 13:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1172"}, "ids-in-sources": {"a5": "1172"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "25", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "1172", "PRO": "A", "SEC": "0", "YEA": "1927", "CITY": "DORTMUND"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12641	kuckelmann-gertrud-1929-01-03	{"a5": "1173"}	{"lerrcp": "A5-1173"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gertrud", "family": "Kückelmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1929-01-03 11:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gertrud", "family": "Kückelmann"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1929-01-03 11:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1173"}, "ids-in-sources": {"a5": "1173"}}, "raw": {"H": "12", "MN": "45", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "3", "LAT": "49N 0", "LON": "11E30", "MON": "1", "NUM": "1173", "PRO": "A", "SEC": "0", "YEA": "1929", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12642	kunkele-grahn-ilse-1925-04-25	{"a5": "1174"}	{"lerrcp": "A5-1174"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ilse", "family": "Künkele-Grahn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART", "geoid": 0}, "notime": null, "date-ut": "1925-04-25 11:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Ilse", "family": "Künkele-Grahn"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART", "geoid": 0}, "date-ut": "1925-04-25 11:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1174"}, "ids-in-sources": {"a5": "1174"}}, "raw": {"H": "12", "MN": "15", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "25", "LAT": "48N30", "LON": "9E 0", "MON": "4", "NUM": "1174", "PRO": "A", "SEC": "0", "YEA": "1925", "CITY": "STUTTGART"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12643	kuhlmann-heidi-1910-04-01	{"a5": "1175"}	{"lerrcp": "A5-1175"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heidi", "family": "Kuhlmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "notime": null, "date-ut": "1910-04-01 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Heidi", "family": "Kuhlmann"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "date-ut": "1910-04-01 04:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1175"}, "ids-in-sources": {"a5": "1175"}}, "raw": {"H": "5", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "1", "LAT": "51N30", "LON": "7E30", "MON": "4", "NUM": "1175", "PRO": "A", "SEC": "0", "YEA": "1910", "CITY": "ESSEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12644	gauquelin-a5-1176-1921-04-27	{"a5": "1176"}	{"lerrcp": "A5-1176"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1176", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BREM", "c3": null, "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "notime": null, "date-ut": "1921-04-27 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1176"}, "birth": {"place": {"c2": "BREM", "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "date-ut": "1921-04-27 02:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1176"}, "ids-in-sources": {"a5": "1176"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "BREM", "COU": "G", "DAY": "27", "LAT": "53N 5", "LON": "8E50", "MON": "4", "NUM": "1176", "PRO": "A", "SEC": "0", "YEA": "1921", "CITY": "BREMEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12645	kurz-heino-1912-08-12	{"a5": "1177"}	{"lerrcp": "A5-1177"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heino", "family": "Kurz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "notime": null, "date-ut": "1912-08-12 01:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Heino", "family": "Kurz"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "date-ut": "1912-08-12 01:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1177"}, "ids-in-sources": {"a5": "1177"}}, "raw": {"H": "2", "MN": "15", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "12", "LAT": "50N30", "LON": "9E15", "MON": "8", "NUM": "1177", "PRO": "A", "SEC": "0", "YEA": "1912", "CITY": "FRANKFURT A/M"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12646	landsittel-claus-1928-12-28	{"a5": "1178"}	{"lerrcp": "A5-1178"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claus", "family": "Landsittel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "notime": null, "date-ut": "1928-12-28 04:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Claus", "family": "Landsittel"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "date-ut": "1928-12-28 04:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1178"}, "ids-in-sources": {"a5": "1178"}}, "raw": {"H": "5", "MN": "15", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "28", "LAT": "48N30", "LON": "9E 0", "MON": "12", "NUM": "1178", "PRO": "A", "SEC": "0", "YEA": "1928", "CITY": "MANNHEIM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12647	langheinz-ernst-1894-05-18	{"a5": "1179"}	{"lerrcp": "A5-1179"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Langheinz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "DARMSTADT", "geoid": 0}, "notime": null, "date-ut": "1894-05-18 20:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Langheinz"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "DARMSTADT", "geoid": 0}, "date-ut": "1894-05-18 20:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1179"}, "ids-in-sources": {"a5": "1179"}}, "raw": {"H": "21", "MN": "15", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "18", "LAT": "50N30", "LON": "9E15", "MON": "5", "NUM": "1179", "PRO": "A", "SEC": "0", "YEA": "1894", "CITY": "DARMSTADT"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12648	lauenstein-tilly-1912-10-04	{"a5": "1180"}	{"lerrcp": "A5-1180"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tilly", "family": "Lauenstein", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "BAD HOMBURG", "geoid": 0}, "notime": null, "date-ut": "1912-10-04 06:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Tilly", "family": "Lauenstein"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "BAD HOMBURG", "geoid": 0}, "date-ut": "1912-10-04 06:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1180"}, "ids-in-sources": {"a5": "1180"}}, "raw": {"H": "7", "MN": "45", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "4", "LAT": "50N30", "LON": "9E15", "MON": "10", "NUM": "1180", "PRO": "A", "SEC": "0", "YEA": "1912", "CITY": "BAD HOMBURG"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12649	leser-emil-1903-06-01	{"a5": "1181"}	{"lerrcp": "A5-1181"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emil", "family": "Leser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL-ELBER", "geoid": 0}, "notime": null, "date-ut": "1903-06-01 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Emil", "family": "Leser"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL-ELBER", "geoid": 0}, "date-ut": "1903-06-01 06:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1181"}, "ids-in-sources": {"a5": "1181"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "1", "LAT": "51N30", "LON": "7E30", "MON": "6", "NUM": "1181", "PRO": "A", "SEC": "0", "YEA": "1903", "CITY": "WUPPERTAL-ELBER"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12651	leyrer-willy-1906-04-05	{"a5": "1183"}	{"lerrcp": "A5-1183"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willy", "family": "Leyrer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WATTENSCHEID", "geoid": 0}, "notime": null, "date-ut": "1906-04-05 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Willy", "family": "Leyrer"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WATTENSCHEID", "geoid": 0}, "date-ut": "1906-04-05 03:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1183"}, "ids-in-sources": {"a5": "1183"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "5", "LAT": "51N30", "LON": "7E30", "MON": "4", "NUM": "1183", "PRO": "A", "SEC": "0", "YEA": "1906", "CITY": "WATTENSCHEID"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12652	gauquelin-a5-1184-1929-07-19	{"a5": "1184"}	{"lerrcp": "A5-1184"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1184", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLD-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "AHRWEILER", "geoid": 0}, "notime": null, "date-ut": "1929-07-19 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1184"}, "birth": {"place": {"c2": "RHLD-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "AHRWEILER", "geoid": 0}, "date-ut": "1929-07-19 15:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1184"}, "ids-in-sources": {"a5": "1184"}}, "raw": {"H": "16", "MN": "0", "TZ": "-1", "COD": "RHLD-PF", "COU": "G", "DAY": "19", "LAT": "50N 0", "LON": "7E 0", "MON": "7", "NUM": "1184", "PRO": "A", "SEC": "0", "YEA": "1929", "CITY": "AHRWEILER"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12653	linder-erwin-1903-10-29	{"a5": "1185"}	{"lerrcp": "A5-1185"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erwin", "family": "Linder", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "WEINHEIM BERGST", "geoid": 0}, "notime": null, "date-ut": "1903-10-29 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Erwin", "family": "Linder"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "WEINHEIM BERGST", "geoid": 0}, "date-ut": "1903-10-29 13:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1185"}, "ids-in-sources": {"a5": "1185"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "29", "LAT": "48N30", "LON": "9E 0", "MON": "10", "NUM": "1185", "PRO": "A", "SEC": "0", "YEA": "1903", "CITY": "WEINHEIM BERGST"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12654	link-else-1893-10-14	{"a5": "1186"}	{"lerrcp": "A5-1186"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Else", "family": "Link", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "notime": null, "date-ut": "1893-10-14 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Else", "family": "Link"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "date-ut": "1893-10-14 18:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1186"}, "ids-in-sources": {"a5": "1186"}}, "raw": {"H": "19", "MN": "0", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "14", "LAT": "48N30", "LON": "9E 0", "MON": "10", "NUM": "1186", "PRO": "A", "SEC": "0", "YEA": "1893", "CITY": "MANNHEIM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12655	loebe-horst-1924-05-15	{"a5": "1187"}	{"lerrcp": "A5-1187"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Horst", "family": "Loebe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "notime": null, "date-ut": "1924-05-15 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Horst", "family": "Loebe"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "date-ut": "1924-05-15 22:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1187"}, "ids-in-sources": {"a5": "1187"}}, "raw": {"H": "23", "MN": "30", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "15", "LAT": "52N 0", "LON": "10E 0", "MON": "5", "NUM": "1187", "PRO": "A", "SEC": "0", "YEA": "1924", "CITY": "BRAUNSCHWEIG"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12656	loges-hannes-1924-03-13	{"a5": "1188"}	{"lerrcp": "A5-1188"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hannes", "family": "Loges", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MUHLHEIM RUHR", "geoid": 0}, "notime": null, "date-ut": "1924-03-13 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Hannes", "family": "Loges"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MUHLHEIM RUHR", "geoid": 0}, "date-ut": "1924-03-13 10:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1188"}, "ids-in-sources": {"a5": "1188"}}, "raw": {"H": "11", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "13", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "1188", "PRO": "A", "SEC": "0", "YEA": "1924", "CITY": "MUHLHEIM RUHR"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12657	lohkamp-emil-1902-12-30	{"a5": "1189"}	{"lerrcp": "A5-1189"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emil", "family": "Lohkamp", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WITTEN/RUHR", "geoid": 0}, "notime": null, "date-ut": "1902-12-30 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Emil", "family": "Lohkamp"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WITTEN/RUHR", "geoid": 0}, "date-ut": "1902-12-30 07:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1189"}, "ids-in-sources": {"a5": "1189"}}, "raw": {"H": "8", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "30", "LAT": "51N30", "LON": "7E30", "MON": "12", "NUM": "1189", "PRO": "A", "SEC": "0", "YEA": "1902", "CITY": "WITTEN/RUHR"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12658	loos-theodor-1883-05-18	{"a5": "1190"}	{"lerrcp": "A5-1190"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodor", "family": "Loos", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "ZWINGENBERG", "geoid": 0}, "notime": null, "date-ut": "1883-05-18 01:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Theodor", "family": "Loos"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "ZWINGENBERG", "geoid": 0}, "date-ut": "1883-05-18 01:53"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1190"}, "ids-in-sources": {"a5": "1190"}}, "raw": {"H": "2", "MN": "53", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "18", "LAT": "50N30", "LON": "9E15", "MON": "5", "NUM": "1190", "PRO": "A", "SEC": "0", "YEA": "1883", "CITY": "ZWINGENBERG"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12659	gauquelin-a5-1191-1905-03-05	{"a5": "1191"}	{"lerrcp": "A5-1191"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1191", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "LUBECK", "geoid": 0}, "notime": null, "date-ut": "1905-03-05 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1191"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "LUBECK", "geoid": 0}, "date-ut": "1905-03-05 05:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1191"}, "ids-in-sources": {"a5": "1191"}}, "raw": {"H": "6", "MN": "30", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "5", "LAT": "54N30", "LON": "9E45", "MON": "3", "NUM": "1191", "PRO": "A", "SEC": "0", "YEA": "1905", "CITY": "LUBECK"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12660	lutjohann-reinhold-1881-08-03	{"a5": "1192"}	{"lerrcp": "A5-1192"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Reinhold", "family": "Lütjohann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "LUBECK", "geoid": 0}, "notime": null, "date-ut": "1881-08-03 17:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Reinhold", "family": "Lütjohann"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "LUBECK", "geoid": 0}, "date-ut": "1881-08-03 17:21"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1192"}, "ids-in-sources": {"a5": "1192"}}, "raw": {"H": "18", "MN": "21", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "3", "LAT": "54N30", "LON": "9E45", "MON": "8", "NUM": "1192", "PRO": "A", "SEC": "0", "YEA": "1881", "CITY": "LUBECK"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12661	luley-karl-1887-09-21	{"a5": "1193"}	{"lerrcp": "A5-1193"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Luley", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "notime": null, "date-ut": "1887-09-21 04:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Luley"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "date-ut": "1887-09-21 04:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1193"}, "ids-in-sources": {"a5": "1193"}}, "raw": {"H": "5", "MN": "8", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "21", "LAT": "50N30", "LON": "9E15", "MON": "9", "NUM": "1193", "PRO": "A", "SEC": "0", "YEA": "1887", "CITY": "FRANKFURT A/M"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12662	luskarn-frank-1890-05-03	{"a5": "1194"}	{"lerrcp": "A5-1194"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frank", "family": "Luskarn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1890-05-03 02:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Frank", "family": "Luskarn"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1890-05-03 02:29"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1194"}, "ids-in-sources": {"a5": "1194"}}, "raw": {"H": "3", "MN": "29", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "3", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "1194", "PRO": "A", "SEC": "0", "YEA": "1890", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12663	maasen-heinz-1925-02-10	{"a5": "1195"}	{"lerrcp": "A5-1195"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinz", "family": "Maasen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WEGBERG KR ERKE", "geoid": 0}, "notime": null, "date-ut": "1925-02-10 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Heinz", "family": "Maasen"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WEGBERG KR ERKE", "geoid": 0}, "date-ut": "1925-02-10 08:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1195"}, "ids-in-sources": {"a5": "1195"}}, "raw": {"H": "9", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "10", "LAT": "51N30", "LON": "7E30", "MON": "2", "NUM": "1195", "PRO": "A", "SEC": "0", "YEA": "1925", "CITY": "WEGBERG KR ERKE"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12664	mack-fritz-1882-04-05	{"a5": "1196"}	{"lerrcp": "A5-1196"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Mack", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "notime": null, "date-ut": "1882-04-05 16:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Fritz", "family": "Mack"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "date-ut": "1882-04-05 16:54"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1196"}, "ids-in-sources": {"a5": "1196"}}, "raw": {"H": "17", "MN": "54", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "5", "LAT": "48N30", "LON": "9E 0", "MON": "4", "NUM": "1196", "PRO": "A", "SEC": "0", "YEA": "1882", "CITY": "HEIDELBERG"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12665	gauquelin-a5-1197-1893-10-30	{"a5": "1197"}	{"lerrcp": "A5-1197"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1197", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "notime": null, "date-ut": "1893-10-30 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1197"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "date-ut": "1893-10-30 00:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1197"}, "ids-in-sources": {"a5": "1197"}}, "raw": {"H": "1", "MN": "30", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "30", "LAT": "52N 0", "LON": "10E 0", "MON": "10", "NUM": "1197", "PRO": "A", "SEC": "0", "YEA": "1893", "CITY": "BRAUNSCHWEIG"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12666	magel-hans-1905-12-12	{"a5": "1198"}	{"lerrcp": "A5-1198"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Magel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "DARMSTADT", "geoid": 0}, "notime": null, "date-ut": "1905-12-12 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Magel"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "DARMSTADT", "geoid": 0}, "date-ut": "1905-12-12 11:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1198"}, "ids-in-sources": {"a5": "1198"}}, "raw": {"H": "12", "MN": "30", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "12", "LAT": "50N30", "LON": "9E15", "MON": "12", "NUM": "1198", "PRO": "A", "SEC": "0", "YEA": "1905", "CITY": "DARMSTADT"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12667	malsbender-herbert-1914-06-13	{"a5": "1199"}	{"lerrcp": "A5-1199"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Herbert", "family": "Malsbender", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "HOHENLIMBURG-WE", "geoid": 0}, "notime": null, "date-ut": "1914-06-13 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Herbert", "family": "Malsbender"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "HOHENLIMBURG-WE", "geoid": 0}, "date-ut": "1914-06-13 06:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1199"}, "ids-in-sources": {"a5": "1199"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "13", "LAT": "51N30", "LON": "7E30", "MON": "6", "NUM": "1199", "PRO": "A", "SEC": "0", "YEA": "1914", "CITY": "HOHENLIMBURG-WE"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12668	martini-wolf-1911-02-27	{"a5": "1200"}	{"lerrcp": "A5-1200"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wolf", "family": "Martini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "KIEL", "geoid": 0}, "notime": null, "date-ut": "1911-02-27 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Wolf", "family": "Martini"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "KIEL", "geoid": 0}, "date-ut": "1911-02-27 12:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1200"}, "ids-in-sources": {"a5": "1200"}}, "raw": {"H": "13", "MN": "30", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "27", "LAT": "54N30", "LON": "9E45", "MON": "2", "NUM": "1200", "PRO": "A", "SEC": "0", "YEA": "1911", "CITY": "KIEL"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12669	maurer-friedrich-1901-04-17	{"a5": "1201"}	{"lerrcp": "A5-1201"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Maurer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "notime": null, "date-ut": "1901-04-17 02:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Maurer"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "date-ut": "1901-04-17 02:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1201"}, "ids-in-sources": {"a5": "1201"}}, "raw": {"H": "3", "MN": "15", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "17", "LAT": "48N30", "LON": "9E 0", "MON": "4", "NUM": "1201", "PRO": "A", "SEC": "0", "YEA": "1901", "CITY": "MANNHEIM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12670	may-gisela-1924-05-31	{"a5": "1202"}	{"lerrcp": "A5-1202"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gisela", "family": "May", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "WETZLAR", "geoid": 0}, "notime": null, "date-ut": "1924-05-31 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gisela", "family": "May"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "WETZLAR", "geoid": 0}, "date-ut": "1924-05-31 00:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1202"}, "ids-in-sources": {"a5": "1202"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "31", "LAT": "50N30", "LON": "9E15", "MON": "5", "NUM": "1202", "PRO": "A", "SEC": "0", "YEA": "1924", "CITY": "WETZLAR"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12671	gauquelin-a5-1203-1910-06-19	{"a5": "1203"}	{"lerrcp": "A5-1203"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1203", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "ULM", "geoid": 0}, "notime": null, "date-ut": "1910-06-19 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1203"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "ULM", "geoid": 0}, "date-ut": "1910-06-19 01:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1203"}, "ids-in-sources": {"a5": "1203"}}, "raw": {"H": "2", "MN": "30", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "19", "LAT": "48N30", "LON": "9E 0", "MON": "6", "NUM": "1203", "PRO": "A", "SEC": "0", "YEA": "1910", "CITY": "ULM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12673	moller-rudolf-1914-08-18	{"a5": "1205"}	{"lerrcp": "A5-1205"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rudolf", "family": "Möller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "ELMSHORN", "geoid": 0}, "notime": null, "date-ut": "1914-08-18 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Rudolf", "family": "Möller"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "ELMSHORN", "geoid": 0}, "date-ut": "1914-08-18 00:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1205"}, "ids-in-sources": {"a5": "1205"}}, "raw": {"H": "1", "MN": "30", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "18", "LAT": "54N30", "LON": "9E45", "MON": "8", "NUM": "1205", "PRO": "A", "SEC": "0", "YEA": "1914", "CITY": "ELMSHORN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12674	moog-heinz-1908-06-28	{"a5": "1206"}	{"lerrcp": "A5-1206"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinz", "family": "Moog", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "notime": null, "date-ut": "1908-06-28 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Heinz", "family": "Moog"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "date-ut": "1908-06-28 01:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1206"}, "ids-in-sources": {"a5": "1206"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "28", "LAT": "50N30", "LON": "9E15", "MON": "6", "NUM": "1206", "PRO": "A", "SEC": "0", "YEA": "1908", "CITY": "FRANKFURT A/M"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12675	muller-elmau-eberhard-1905-10-09	{"a5": "1207"}	{"lerrcp": "A5-1207"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eberhard", "family": "Müller-Elmau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MAINBERG/UNTERF", "geoid": 0}, "notime": null, "date-ut": "1905-10-09 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Eberhard", "family": "Müller-Elmau"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MAINBERG/UNTERF", "geoid": 0}, "date-ut": "1905-10-09 06:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1207"}, "ids-in-sources": {"a5": "1207"}}, "raw": {"H": "7", "MN": "30", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "9", "LAT": "49N 0", "LON": "11E30", "MON": "10", "NUM": "1207", "PRO": "A", "SEC": "0", "YEA": "1905", "CITY": "MAINBERG/UNTERF"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12676	musaus-hans-1910-11-28	{"a5": "1208"}	{"lerrcp": "A5-1208"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Musäus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BIELEFELD", "geoid": 0}, "notime": null, "date-ut": "1910-11-28 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Musäus"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BIELEFELD", "geoid": 0}, "date-ut": "1910-11-28 00:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1208"}, "ids-in-sources": {"a5": "1208"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "28", "LAT": "51N30", "LON": "7E30", "MON": "11", "NUM": "1208", "PRO": "A", "SEC": "0", "YEA": "1910", "CITY": "BIELEFELD"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12677	mylius-christine-1913-11-24	{"a5": "1209"}	{"lerrcp": "A5-1209"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christine", "family": "Mylius", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1913-11-24 10:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Christine", "family": "Mylius"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1913-11-24 10:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1209"}, "ids-in-sources": {"a5": "1209"}}, "raw": {"H": "11", "MN": "45", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "24", "LAT": "49N 0", "LON": "11E30", "MON": "11", "NUM": "1209", "PRO": "A", "SEC": "0", "YEA": "1913", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12678	neff-dorothea-1903-02-21	{"a5": "1210"}	{"lerrcp": "A5-1210"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dorothea", "family": "Neff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1903-02-21 20:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Dorothea", "family": "Neff"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1903-02-21 20:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1210"}, "ids-in-sources": {"a5": "1210"}}, "raw": {"H": "21", "MN": "15", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "21", "LAT": "49N 0", "LON": "11E30", "MON": "2", "NUM": "1210", "PRO": "A", "SEC": "0", "YEA": "1903", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12679	gauquelin-a5-1211-1888-12-10	{"a5": "1211"}	{"lerrcp": "A5-1211"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1211", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "DARMSTADT", "geoid": 0}, "notime": null, "date-ut": "1888-12-10 09:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1211"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "DARMSTADT", "geoid": 0}, "date-ut": "1888-12-10 09:53"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1211"}, "ids-in-sources": {"a5": "1211"}}, "raw": {"H": "10", "MN": "53", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "10", "LAT": "50N30", "LON": "9E15", "MON": "12", "NUM": "1211", "PRO": "A", "SEC": "0", "YEA": "1888", "CITY": "DARMSTADT"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12680	nippen-werner-1911-04-30	{"a5": "1212"}	{"lerrcp": "A5-1212"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Werner", "family": "Nippen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "notime": null, "date-ut": "1911-04-30 12:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Werner", "family": "Nippen"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "date-ut": "1911-04-30 12:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1212"}, "ids-in-sources": {"a5": "1212"}}, "raw": {"H": "13", "MN": "15", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "30", "LAT": "51N30", "LON": "7E30", "MON": "4", "NUM": "1212", "PRO": "A", "SEC": "0", "YEA": "1911", "CITY": "DUSSELDORF"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12681	nocker-hilde-1924-10-05	{"a5": "1213"}	{"lerrcp": "A5-1213"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hilde", "family": "Nocker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "ROEDGEN B GIESS", "geoid": 0}, "notime": null, "date-ut": "1924-10-05 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Hilde", "family": "Nocker"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "ROEDGEN B GIESS", "geoid": 0}, "date-ut": "1924-10-05 22:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1213"}, "ids-in-sources": {"a5": "1213"}}, "raw": {"H": "23", "MN": "30", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "5", "LAT": "50N30", "LON": "9E15", "MON": "10", "NUM": "1213", "PRO": "A", "SEC": "0", "YEA": "1924", "CITY": "ROEDGEN B GIESS"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12682	gauquelin-a5-1214-1901-02-06	{"a5": "1214"}	{"lerrcp": "A5-1214"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1214", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "notime": null, "date-ut": "1901-02-06 06:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1214"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "date-ut": "1901-02-06 06:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1214"}, "ids-in-sources": {"a5": "1214"}}, "raw": {"H": "7", "MN": "15", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "6", "LAT": "50N30", "LON": "9E15", "MON": "2", "NUM": "1214", "PRO": "A", "SEC": "0", "YEA": "1901", "CITY": "FRANKFURT A/M"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12683	olbruck-robert-1916-02-19	{"a5": "1215"}	{"lerrcp": "A5-1215"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Olbrück", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "notime": null, "date-ut": "1916-02-19 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Olbrück"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "date-ut": "1916-02-19 01:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1215"}, "ids-in-sources": {"a5": "1215"}}, "raw": {"H": "2", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "19", "LAT": "51N30", "LON": "7E30", "MON": "2", "NUM": "1215", "PRO": "A", "SEC": "0", "YEA": "1916", "CITY": "ESSEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12684	pfeil-mathieu-1863-03-20	{"a5": "1216"}	{"lerrcp": "A5-1216"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mathieu", "family": "Pfeil", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "notime": null, "date-ut": "1863-03-20 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Mathieu", "family": "Pfeil"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "date-ut": "1863-03-20 01:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1216"}, "ids-in-sources": {"a5": "1216"}}, "raw": {"H": "2", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "20", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "1216", "PRO": "A", "SEC": "0", "YEA": "1863", "CITY": "KOLN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12685	piel-harry-1892-07-12	{"a5": "1217"}	{"lerrcp": "A5-1217"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Harry", "family": "Piel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "notime": null, "date-ut": "1892-07-12 13:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Harry", "family": "Piel"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "date-ut": "1892-07-12 13:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1217"}, "ids-in-sources": {"a5": "1217"}}, "raw": {"H": "14", "MN": "15", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "12", "LAT": "51N30", "LON": "7E30", "MON": "7", "NUM": "1217", "PRO": "A", "SEC": "0", "YEA": "1892", "CITY": "DUSSELDORF"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12686	pilgram-favart-wilhelm-1889-01-01	{"a5": "1218"}	{"lerrcp": "A5-1218"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Pilgram-Favart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL-BARME", "geoid": 0}, "notime": null, "date-ut": "1889-01-01 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Pilgram-Favart"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL-BARME", "geoid": 0}, "date-ut": "1889-01-01 07:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1218"}, "ids-in-sources": {"a5": "1218"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "1", "LAT": "51N30", "LON": "7E30", "MON": "1", "NUM": "1218", "PRO": "A", "SEC": "0", "YEA": "1889", "CITY": "WUPPERTAL-BARME"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12687	plaut-joseph-1879-07-05	{"a5": "1219"}	{"lerrcp": "A5-1219"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Plaut", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DETMOLD", "geoid": 0}, "notime": null, "date-ut": "1879-07-05 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Plaut"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DETMOLD", "geoid": 0}, "date-ut": "1879-07-05 00:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1219"}, "ids-in-sources": {"a5": "1219"}}, "raw": {"H": "1", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "5", "LAT": "51N30", "LON": "7E30", "MON": "7", "NUM": "1219", "PRO": "A", "SEC": "0", "YEA": "1879", "CITY": "DETMOLD"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12688	pohle-herbert-1924-06-09	{"a5": "1220"}	{"lerrcp": "A5-1220"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Herbert", "family": "Pohle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "SOVEN/SIEGKR", "geoid": 0}, "notime": null, "date-ut": "1924-06-09 05:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Herbert", "family": "Pohle"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "SOVEN/SIEGKR", "geoid": 0}, "date-ut": "1924-06-09 05:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1220"}, "ids-in-sources": {"a5": "1220"}}, "raw": {"H": "6", "MN": "45", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "9", "LAT": "51N30", "LON": "7E30", "MON": "6", "NUM": "1220", "PRO": "A", "SEC": "0", "YEA": "1924", "CITY": "SOVEN/SIEGKR"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12690	gauquelin-a5-1222-1900-09-29	{"a5": "1222"}	{"lerrcp": "A5-1222"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1222", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1900-09-29 20:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1222"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1900-09-29 20:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1222"}, "ids-in-sources": {"a5": "1222"}}, "raw": {"H": "21", "MN": "45", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "29", "LAT": "49N 0", "LON": "11E30", "MON": "9", "NUM": "1222", "PRO": "A", "SEC": "0", "YEA": "1900", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12691	poschmann-agathe-1922-01-18	{"a5": "1223"}	{"lerrcp": "A5-1223"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Agathe", "family": "Poschmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BOCHUM", "geoid": 0}, "notime": null, "date-ut": "1922-01-18 19:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Agathe", "family": "Poschmann"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BOCHUM", "geoid": 0}, "date-ut": "1922-01-18 19:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1223"}, "ids-in-sources": {"a5": "1223"}}, "raw": {"H": "20", "MN": "15", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "18", "LAT": "51N30", "LON": "7E30", "MON": "1", "NUM": "1223", "PRO": "A", "SEC": "0", "YEA": "1922", "CITY": "BOCHUM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12692	preiss-wolfgan-1910-02-27	{"a5": "1224"}	{"lerrcp": "A5-1224"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wolfgan", "family": "Preiss", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "notime": null, "date-ut": "1910-02-27 02:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Wolfgan", "family": "Preiss"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "date-ut": "1910-02-27 02:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1224"}, "ids-in-sources": {"a5": "1224"}}, "raw": {"H": "3", "MN": "45", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "27", "LAT": "49N 0", "LON": "11E30", "MON": "2", "NUM": "1224", "PRO": "A", "SEC": "0", "YEA": "1910", "CITY": "NURNBERG"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12694	quest-hans-1915-08-20	{"a5": "1226"}	{"lerrcp": "A5-1226"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Quest", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "HERFORD B MINDE", "geoid": 0}, "notime": null, "date-ut": "1915-08-20 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Quest"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "HERFORD B MINDE", "geoid": 0}, "date-ut": "1915-08-20 03:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1226"}, "ids-in-sources": {"a5": "1226"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "20", "LAT": "51N30", "LON": "7E30", "MON": "8", "NUM": "1226", "PRO": "A", "SEC": "0", "YEA": "1915", "CITY": "HERFORD B MINDE"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12695	quilling-liselotte-1921-01-24	{"a5": "1227"}	{"lerrcp": "A5-1227"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Liselotte", "family": "Quilling", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "notime": null, "date-ut": "1921-01-24 01:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Liselotte", "family": "Quilling"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "date-ut": "1921-01-24 01:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1227"}, "ids-in-sources": {"a5": "1227"}}, "raw": {"H": "2", "MN": "45", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "24", "LAT": "50N30", "LON": "9E15", "MON": "1", "NUM": "1227", "PRO": "A", "SEC": "0", "YEA": "1921", "CITY": "FRANKFURT A/M"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12696	raddatz-carl-1912-03-13	{"a5": "1228"}	{"lerrcp": "A5-1228"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carl", "family": "Raddatz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "notime": null, "date-ut": "1912-03-13 15:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Carl", "family": "Raddatz"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "date-ut": "1912-03-13 15:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1228"}, "ids-in-sources": {"a5": "1228"}}, "raw": {"H": "16", "MN": "15", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "13", "LAT": "48N30", "LON": "9E 0", "MON": "3", "NUM": "1228", "PRO": "A", "SEC": "0", "YEA": "1912", "CITY": "MANNHEIM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12697	rau-liselotte-1929-08-22	{"a5": "1229"}	{"lerrcp": "A5-1229"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Liselotte", "family": "Rau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "OSNABRUCK", "geoid": 0}, "notime": null, "date-ut": "1929-08-22 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Liselotte", "family": "Rau"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "OSNABRUCK", "geoid": 0}, "date-ut": "1929-08-22 18:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1229"}, "ids-in-sources": {"a5": "1229"}}, "raw": {"H": "19", "MN": "30", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "22", "LAT": "52N 0", "LON": "10E 0", "MON": "8", "NUM": "1229", "PRO": "A", "SEC": "0", "YEA": "1929", "CITY": "OSNABRUCK"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12698	reichert-willy-1896-08-30	{"a5": "1230"}	{"lerrcp": "A5-1230"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willy", "family": "Reichert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART", "geoid": 0}, "notime": null, "date-ut": "1896-08-30 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Willy", "family": "Reichert"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART", "geoid": 0}, "date-ut": "1896-08-30 02:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1230"}, "ids-in-sources": {"a5": "1230"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "30", "LAT": "48N30", "LON": "9E 0", "MON": "8", "NUM": "1230", "PRO": "A", "SEC": "0", "YEA": "1896", "CITY": "STUTTGART"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12699	gauquelin-a5-1231-1899-04-22	{"a5": "1231"}	{"lerrcp": "A5-1231"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1231", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLD-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "HUCKESWAGEN", "geoid": 0}, "notime": null, "date-ut": "1899-04-22 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1231"}, "birth": {"place": {"c2": "RHLD-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "HUCKESWAGEN", "geoid": 0}, "date-ut": "1899-04-22 01:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1231"}, "ids-in-sources": {"a5": "1231"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "RHLD-PF", "COU": "G", "DAY": "22", "LAT": "50N 0", "LON": "7E 0", "MON": "4", "NUM": "1231", "PRO": "A", "SEC": "0", "YEA": "1899", "CITY": "HUCKESWAGEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12700	retty-rosa-1874-12-26	{"a5": "1232"}	{"lerrcp": "A5-1232"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rosa", "family": "Retty", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HANAU A M", "geoid": 0}, "notime": null, "date-ut": "1874-12-26 09:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Rosa", "family": "Retty"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HANAU A M", "geoid": 0}, "date-ut": "1874-12-26 09:23"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1232"}, "ids-in-sources": {"a5": "1232"}}, "raw": {"H": "10", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "26", "LAT": "50N30", "LON": "9E15", "MON": "12", "NUM": "1232", "PRO": "A", "SEC": "0", "YEA": "1874", "CITY": "HANAU A M"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12701	reymann-rose-1925-07-04	{"a5": "1233"}	{"lerrcp": "A5-1233"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rose", "family": "Reymann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "notime": null, "date-ut": "1925-07-04 15:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Rose", "family": "Reymann"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "date-ut": "1925-07-04 15:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1233"}, "ids-in-sources": {"a5": "1233"}}, "raw": {"H": "16", "MN": "45", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "4", "LAT": "51N30", "LON": "7E30", "MON": "7", "NUM": "1233", "PRO": "A", "SEC": "0", "YEA": "1925", "CITY": "DUSSELDORF"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12702	rickert-hede-1917-10-03	{"a5": "1234"}	{"lerrcp": "A5-1234"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hede", "family": "Rickert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "REES/RH", "geoid": 0}, "notime": null, "date-ut": "1917-10-03 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Hede", "family": "Rickert"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "REES/RH", "geoid": 0}, "date-ut": "1917-10-03 19:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1234"}, "ids-in-sources": {"a5": "1234"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "3", "LAT": "51N30", "LON": "7E30", "MON": "10", "NUM": "1234", "PRO": "A", "SEC": "0", "YEA": "1917", "CITY": "REES/RH"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12703	riegel-otto-1910-04-14	{"a5": "1235"}	{"lerrcp": "A5-1235"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Riegel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "notime": null, "date-ut": "1910-04-14 05:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Riegel"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "date-ut": "1910-04-14 05:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1235"}, "ids-in-sources": {"a5": "1235"}}, "raw": {"H": "6", "MN": "45", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "14", "LAT": "49N 0", "LON": "11E30", "MON": "4", "NUM": "1235", "PRO": "A", "SEC": "0", "YEA": "1910", "CITY": "NURNBERG"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12704	rocholl-theodor-1891-07-29	{"a5": "1236"}	{"lerrcp": "A5-1236"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodor", "family": "Rocholl", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "notime": null, "date-ut": "1891-07-29 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Theodor", "family": "Rocholl"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "date-ut": "1891-07-29 11:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1236"}, "ids-in-sources": {"a5": "1236"}}, "raw": {"H": "12", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "29", "LAT": "51N30", "LON": "7E30", "MON": "7", "NUM": "1236", "PRO": "A", "SEC": "0", "YEA": "1891", "CITY": "DUSSELDORF"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12705	rosner-willy-1893-05-19	{"a5": "1237"}	{"lerrcp": "A5-1237"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willy", "family": "Rösner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ROSENHEIM", "geoid": 0}, "notime": null, "date-ut": "1893-05-19 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Willy", "family": "Rösner"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ROSENHEIM", "geoid": 0}, "date-ut": "1893-05-19 18:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1237"}, "ids-in-sources": {"a5": "1237"}}, "raw": {"H": "19", "MN": "30", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "19", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "1237", "PRO": "A", "SEC": "0", "YEA": "1893", "CITY": "ROSENHEIM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12707	ruschmeier-horst-1930-10-27	{"a5": "1239"}	{"lerrcp": "A5-1239"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Horst", "family": "Rüschmeier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN-LINDENTHAL", "geoid": 0}, "notime": null, "date-ut": "1930-10-27 18:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Horst", "family": "Rüschmeier"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN-LINDENTHAL", "geoid": 0}, "date-ut": "1930-10-27 18:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1239"}, "ids-in-sources": {"a5": "1239"}}, "raw": {"H": "19", "MN": "45", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "27", "LAT": "51N30", "LON": "7E30", "MON": "10", "NUM": "1239", "PRO": "A", "SEC": "0", "YEA": "1930", "CITY": "KOLN-LINDENTHAL"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12708	sautter-elfriede-1922-05-21	{"a5": "1240"}	{"lerrcp": "A5-1240"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elfriede", "family": "Sautter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "LINDAU BODENSEE", "geoid": 0}, "notime": null, "date-ut": "1922-05-21 12:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Elfriede", "family": "Sautter"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "LINDAU BODENSEE", "geoid": 0}, "date-ut": "1922-05-21 12:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1240"}, "ids-in-sources": {"a5": "1240"}}, "raw": {"H": "13", "MN": "15", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "21", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "1240", "PRO": "A", "SEC": "0", "YEA": "1922", "CITY": "LINDAU BODENSEE"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12709	schaarwachter-hans-1901-02-22	{"a5": "1241"}	{"lerrcp": "A5-1241"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Schaarwächter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL-BARME", "geoid": 0}, "notime": null, "date-ut": "1901-02-22 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Schaarwächter"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL-BARME", "geoid": 0}, "date-ut": "1901-02-22 22:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1241"}, "ids-in-sources": {"a5": "1241"}}, "raw": {"H": "23", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "22", "LAT": "51N30", "LON": "7E30", "MON": "2", "NUM": "1241", "PRO": "A", "SEC": "0", "YEA": "1901", "CITY": "WUPPERTAL-BARME"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12710	schacht-heinz-1909-04-21	{"a5": "1242"}	{"lerrcp": "A5-1242"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinz", "family": "Schacht", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "GEVELSBERG/W", "geoid": 0}, "notime": null, "date-ut": "1909-04-21 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Heinz", "family": "Schacht"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "GEVELSBERG/W", "geoid": 0}, "date-ut": "1909-04-21 01:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1242"}, "ids-in-sources": {"a5": "1242"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "21", "LAT": "51N30", "LON": "7E30", "MON": "4", "NUM": "1242", "PRO": "A", "SEC": "0", "YEA": "1909", "CITY": "GEVELSBERG/W"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12711	schauer-johannes-1918-11-05	{"a5": "1243"}	{"lerrcp": "A5-1243"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Schauer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "notime": null, "date-ut": "1918-11-05 10:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Schauer"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "date-ut": "1918-11-05 10:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1243"}, "ids-in-sources": {"a5": "1243"}}, "raw": {"H": "11", "MN": "45", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "5", "LAT": "50N30", "LON": "9E15", "MON": "11", "NUM": "1243", "PRO": "A", "SEC": "0", "YEA": "1918", "CITY": "FRANKFURT A/M"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12712	schieske-alfred-1908-09-06	{"a5": "1244"}	{"lerrcp": "A5-1244"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Schieske", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART", "geoid": 0}, "notime": null, "date-ut": "1908-09-06 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Schieske"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART", "geoid": 0}, "date-ut": "1908-09-06 01:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1244"}, "ids-in-sources": {"a5": "1244"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "6", "LAT": "48N30", "LON": "9E 0", "MON": "9", "NUM": "1244", "PRO": "A", "SEC": "0", "YEA": "1908", "CITY": "STUTTGART"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12713	schindehutte-ursula-1921-11-18	{"a5": "1245"}	{"lerrcp": "A5-1245"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ursula", "family": "Schindehütte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MUHLHEIM RUHR", "geoid": 0}, "notime": null, "date-ut": "1921-11-18 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Ursula", "family": "Schindehütte"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MUHLHEIM RUHR", "geoid": 0}, "date-ut": "1921-11-18 11:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1245"}, "ids-in-sources": {"a5": "1245"}}, "raw": {"H": "12", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "18", "LAT": "51N30", "LON": "7E30", "MON": "11", "NUM": "1245", "PRO": "A", "SEC": "0", "YEA": "1921", "CITY": "MUHLHEIM RUHR"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12714	schleicher-jor-1904-05-10	{"a5": "1246"}	{"lerrcp": "A5-1246"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jör", "family": "Schleicher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART", "geoid": 0}, "notime": null, "date-ut": "1904-05-10 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jör", "family": "Schleicher"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART", "geoid": 0}, "date-ut": "1904-05-10 03:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1246"}, "ids-in-sources": {"a5": "1246"}}, "raw": {"H": "4", "MN": "30", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "10", "LAT": "48N30", "LON": "9E 0", "MON": "5", "NUM": "1246", "PRO": "A", "SEC": "0", "YEA": "1904", "CITY": "STUTTGART"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12715	schlichting-wilhelm-1913-05-16	{"a5": "1247"}	{"lerrcp": "A5-1247"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Schlichting", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1913-05-16 12:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Schlichting"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1913-05-16 12:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1247"}, "ids-in-sources": {"a5": "1247"}}, "raw": {"H": "13", "MN": "45", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "16", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "1247", "PRO": "A", "SEC": "0", "YEA": "1913", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12716	schlumpf-heinz-1933-04-13	{"a5": "1248"}	{"lerrcp": "A5-1248"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinz", "family": "Schlumpf", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHW", "c3": null, "cy": "CH", "lg": 7.58333, "lat": 47.55, "name": "BASEL", "geoid": 0}, "notime": null, "date-ut": "1933-04-13 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Heinz", "family": "Schlumpf"}, "birth": {"place": {"c2": "SCHW", "cy": "CH", "lg": 7.58333, "lat": 47.55, "name": "BASEL", "geoid": 0}, "date-ut": "1933-04-13 15:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1248"}, "ids-in-sources": {"a5": "1248"}}, "raw": {"H": "16", "MN": "0", "TZ": "-1", "COD": "SCHW", "COU": "S", "DAY": "13", "LAT": "47N33", "LON": "7E35", "MON": "4", "NUM": "1248", "PRO": "A", "SEC": "0", "YEA": "1933", "CITY": "BASEL"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12717	schmid-helmut-1925-04-08	{"a5": "1249"}	{"lerrcp": "A5-1249"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Helmut", "family": "Schmid", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NEU-ULM", "geoid": 0}, "notime": null, "date-ut": "1925-04-08 04:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Helmut", "family": "Schmid"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NEU-ULM", "geoid": 0}, "date-ut": "1925-04-08 04:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1249"}, "ids-in-sources": {"a5": "1249"}}, "raw": {"H": "5", "MN": "15", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "8", "LAT": "49N 0", "LON": "11E30", "MON": "4", "NUM": "1249", "PRO": "A", "SEC": "0", "YEA": "1925", "CITY": "NEU-ULM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12718	schmitt-eva-1928-08-12	{"a5": "1250"}	{"lerrcp": "A5-1250"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eva", "family": "Schmitt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLD-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "LUDWIGSHAFEN", "geoid": 0}, "notime": null, "date-ut": "1928-08-12 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Eva", "family": "Schmitt"}, "birth": {"place": {"c2": "RHLD-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "LUDWIGSHAFEN", "geoid": 0}, "date-ut": "1928-08-12 10:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1250"}, "ids-in-sources": {"a5": "1250"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "RHLD-PF", "COU": "G", "DAY": "12", "LAT": "50N 0", "LON": "7E 0", "MON": "8", "NUM": "1250", "PRO": "A", "SEC": "0", "YEA": "1928", "CITY": "LUDWIGSHAFEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12719	schoenhals-albrecht-1888-03-07	{"a5": "1251"}	{"lerrcp": "A5-1251"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albrecht", "family": "Schoenhals", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "notime": null, "date-ut": "1888-03-07 21:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Albrecht", "family": "Schoenhals"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "date-ut": "1888-03-07 21:24"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1251"}, "ids-in-sources": {"a5": "1251"}}, "raw": {"H": "22", "MN": "24", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "7", "LAT": "48N30", "LON": "9E 0", "MON": "3", "NUM": "1251", "PRO": "A", "SEC": "0", "YEA": "1888", "CITY": "MANNHEIM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12720	schomberg-hermann-1907-08-12	{"a5": "1252"}	{"lerrcp": "A5-1252"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Schomberg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "UNNA/WESTF", "geoid": 0}, "notime": null, "date-ut": "1907-08-12 03:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Schomberg"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "UNNA/WESTF", "geoid": 0}, "date-ut": "1907-08-12 03:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1252"}, "ids-in-sources": {"a5": "1252"}}, "raw": {"H": "4", "MN": "15", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "12", "LAT": "51N30", "LON": "7E30", "MON": "8", "NUM": "1252", "PRO": "A", "SEC": "0", "YEA": "1907", "CITY": "UNNA/WESTF"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12721	schrader-hugo-1902-07-26	{"a5": "1253"}	{"lerrcp": "A5-1253"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hugo", "family": "Schrader", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "notime": null, "date-ut": "1902-07-26 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Hugo", "family": "Schrader"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "date-ut": "1902-07-26 00:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1253"}, "ids-in-sources": {"a5": "1253"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "26", "LAT": "50N30", "LON": "9E15", "MON": "7", "NUM": "1253", "PRO": "A", "SEC": "0", "YEA": "1902", "CITY": "FRANKFURT A/M"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12722	schroder-arnulf-1903-06-13	{"a5": "1254"}	{"lerrcp": "A5-1254"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arnulf", "family": "Schröder", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1903-06-13 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Arnulf", "family": "Schröder"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1903-06-13 20:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1254"}, "ids-in-sources": {"a5": "1254"}}, "raw": {"H": "21", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "13", "LAT": "49N 0", "LON": "11E30", "MON": "6", "NUM": "1254", "PRO": "A", "SEC": "0", "YEA": "1903", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12723	schroder-arthur-1892-11-20	{"a5": "1255"}	{"lerrcp": "A5-1255"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Schröder", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAMB", "c3": null, "cy": "DE", "lg": 10, "lat": 53.58333, "name": "GROSS-BORSTEL B", "geoid": 0}, "notime": null, "date-ut": "1892-11-20 15:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Schröder"}, "birth": {"place": {"c2": "HAMB", "cy": "DE", "lg": 10, "lat": 53.58333, "name": "GROSS-BORSTEL B", "geoid": 0}, "date-ut": "1892-11-20 15:20"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1255"}, "ids-in-sources": {"a5": "1255"}}, "raw": {"H": "16", "MN": "20", "TZ": "-1", "COD": "HAMB", "COU": "G", "DAY": "20", "LAT": "53N35", "LON": "10E 0", "MON": "11", "NUM": "1255", "PRO": "A", "SEC": "0", "YEA": "1892", "CITY": "GROSS-BORSTEL B"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12724	schroder-ernst-1915-01-27	{"a5": "1256"}	{"lerrcp": "A5-1256"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Schröder", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WANNE-EICKEL", "geoid": 0}, "notime": null, "date-ut": "1915-01-27 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Schröder"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WANNE-EICKEL", "geoid": 0}, "date-ut": "1915-01-27 17:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1256"}, "ids-in-sources": {"a5": "1256"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "27", "LAT": "51N30", "LON": "7E30", "MON": "1", "NUM": "1256", "PRO": "A", "SEC": "0", "YEA": "1915", "CITY": "WANNE-EICKEL"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12725	schutter-friedrich-1921-01-04	{"a5": "1257"}	{"lerrcp": "A5-1257"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Schütter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "notime": null, "date-ut": "1921-01-04 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Schütter"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "date-ut": "1921-01-04 18:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1257"}, "ids-in-sources": {"a5": "1257"}}, "raw": {"H": "19", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "4", "LAT": "51N30", "LON": "7E30", "MON": "1", "NUM": "1257", "PRO": "A", "SEC": "0", "YEA": "1921", "CITY": "DUSSELDORF"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12726	schwarz-hans-1908-11-24	{"a5": "1258"}	{"lerrcp": "A5-1258"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Schwarz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DORTMUND", "geoid": 0}, "notime": null, "date-ut": "1908-11-24 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Schwarz"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DORTMUND", "geoid": 0}, "date-ut": "1908-11-24 15:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1258"}, "ids-in-sources": {"a5": "1258"}}, "raw": {"H": "16", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "24", "LAT": "51N30", "LON": "7E30", "MON": "11", "NUM": "1258", "PRO": "A", "SEC": "0", "YEA": "1908", "CITY": "DORTMUND"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12727	schwarz-wolfgan-1925-08-13	{"a5": "1259"}	{"lerrcp": "A5-1259"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wolfgan", "family": "Schwarz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "notime": null, "date-ut": "1925-08-13 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Wolfgan", "family": "Schwarz"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "date-ut": "1925-08-13 04:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1259"}, "ids-in-sources": {"a5": "1259"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "13", "LAT": "51N30", "LON": "7E30", "MON": "8", "NUM": "1259", "PRO": "A", "SEC": "0", "YEA": "1925", "CITY": "DUSSELDORF"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12728	schwarze-dieter-1926-08-30	{"a5": "1260"}	{"lerrcp": "A5-1260"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dieter", "family": "Schwarze", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MUNSTER", "geoid": 0}, "notime": null, "date-ut": "1926-08-30 21:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Dieter", "family": "Schwarze"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MUNSTER", "geoid": 0}, "date-ut": "1926-08-30 21:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1260"}, "ids-in-sources": {"a5": "1260"}}, "raw": {"H": "22", "MN": "15", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "30", "LAT": "51N30", "LON": "7E30", "MON": "8", "NUM": "1260", "PRO": "A", "SEC": "0", "YEA": "1926", "CITY": "MUNSTER"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12729	sebald-aljoscha-1926-01-25	{"a5": "1261"}	{"lerrcp": "A5-1261"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aljoscha", "family": "Sebald", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL-ELBER", "geoid": 0}, "notime": null, "date-ut": "1926-01-25 13:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Aljoscha", "family": "Sebald"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL-ELBER", "geoid": 0}, "date-ut": "1926-01-25 13:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1261"}, "ids-in-sources": {"a5": "1261"}}, "raw": {"H": "14", "MN": "15", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "25", "LAT": "51N30", "LON": "7E30", "MON": "1", "NUM": "1261", "PRO": "A", "SEC": "0", "YEA": "1926", "CITY": "WUPPERTAL-ELBER"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12730	sebald-herbert-1900-10-12	{"a5": "1262"}	{"lerrcp": "A5-1262"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Herbert", "family": "Sebald", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "HILDESHEIM", "geoid": 0}, "notime": null, "date-ut": "1900-10-12 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Herbert", "family": "Sebald"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "HILDESHEIM", "geoid": 0}, "date-ut": "1900-10-12 21:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1262"}, "ids-in-sources": {"a5": "1262"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "12", "LAT": "52N 0", "LON": "10E 0", "MON": "10", "NUM": "1262", "PRO": "A", "SEC": "0", "YEA": "1900", "CITY": "HILDESHEIM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12731	gauquelin-a5-1263-1905-07-17	{"a5": "1263"}	{"lerrcp": "A5-1263"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1263", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DORTMUND", "geoid": 0}, "notime": null, "date-ut": "1905-07-17 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1263"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DORTMUND", "geoid": 0}, "date-ut": "1905-07-17 10:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1263"}, "ids-in-sources": {"a5": "1263"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "17", "LAT": "51N30", "LON": "7E30", "MON": "7", "NUM": "1263", "PRO": "A", "SEC": "0", "YEA": "1905", "CITY": "DORTMUND"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12732	seippel-edda-1919-12-19	{"a5": "1264"}	{"lerrcp": "A5-1264"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edda", "family": "Seippel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "notime": null, "date-ut": "1919-12-19 10:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Edda", "family": "Seippel"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "date-ut": "1919-12-19 10:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1264"}, "ids-in-sources": {"a5": "1264"}}, "raw": {"H": "11", "MN": "15", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "19", "LAT": "52N 0", "LON": "10E 0", "MON": "12", "NUM": "1264", "PRO": "A", "SEC": "0", "YEA": "1919", "CITY": "BRAUNSCHWEIG"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12733	gauquelin-a5-1265-1899-07-23	{"a5": "1265"}	{"lerrcp": "A5-1265"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1265", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "notime": null, "date-ut": "1899-07-23 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1265"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "date-ut": "1899-07-23 06:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1265"}, "ids-in-sources": {"a5": "1265"}}, "raw": {"H": "7", "MN": "30", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "23", "LAT": "48N30", "LON": "9E 0", "MON": "7", "NUM": "1265", "PRO": "A", "SEC": "0", "YEA": "1899", "CITY": "MANNHEIM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12734	siemers-friedrich-1922-04-30	{"a5": "1266"}	{"lerrcp": "A5-1266"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Siemers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "LEER/OSTFRIESL", "geoid": 0}, "notime": null, "date-ut": "1922-04-30 20:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Siemers"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "LEER/OSTFRIESL", "geoid": 0}, "date-ut": "1922-04-30 20:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1266"}, "ids-in-sources": {"a5": "1266"}}, "raw": {"H": "21", "MN": "15", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "30", "LAT": "52N 0", "LON": "10E 0", "MON": "4", "NUM": "1266", "PRO": "A", "SEC": "0", "YEA": "1922", "CITY": "LEER/OSTFRIESL"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12735	sohnker-hans-1903-10-11	{"a5": "1267"}	{"lerrcp": "A5-1267"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Söhnker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "KIEL", "geoid": 0}, "notime": null, "date-ut": "1903-10-11 20:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Söhnker"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "KIEL", "geoid": 0}, "date-ut": "1903-10-11 20:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1267"}, "ids-in-sources": {"a5": "1267"}}, "raw": {"H": "21", "MN": "45", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "11", "LAT": "54N30", "LON": "9E45", "MON": "10", "NUM": "1267", "PRO": "A", "SEC": "0", "YEA": "1903", "CITY": "KIEL"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12736	speelmanns-hermann-1902-08-14	{"a5": "1268"}	{"lerrcp": "A5-1268"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Speelmanns", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLD-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "UERDINGEN/RHLD", "geoid": 0}, "notime": null, "date-ut": "1902-08-14 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Speelmanns"}, "birth": {"place": {"c2": "RHLD-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "UERDINGEN/RHLD", "geoid": 0}, "date-ut": "1902-08-14 07:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1268"}, "ids-in-sources": {"a5": "1268"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "RHLD-PF", "COU": "G", "DAY": "14", "LAT": "50N 0", "LON": "7E 0", "MON": "8", "NUM": "1268", "PRO": "A", "SEC": "0", "YEA": "1902", "CITY": "UERDINGEN/RHLD"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12737	spier-wolfgan-1920-09-27	{"a5": "1269"}	{"lerrcp": "A5-1269"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wolfgan", "family": "Spier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "notime": null, "date-ut": "1920-09-27 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Wolfgan", "family": "Spier"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "date-ut": "1920-09-27 14:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1269"}, "ids-in-sources": {"a5": "1269"}}, "raw": {"H": "15", "MN": "30", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "27", "LAT": "50N30", "LON": "9E15", "MON": "9", "NUM": "1269", "PRO": "A", "SEC": "0", "YEA": "1920", "CITY": "FRANKFURT A/M"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12738	steiger-klaus-1919-09-15	{"a5": "1270"}	{"lerrcp": "A5-1270"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Klaus", "family": "Steiger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHW", "c3": null, "cy": "CH", "lg": 7.58333, "lat": 47.55, "name": "BASEL", "geoid": 0}, "notime": null, "date-ut": "1919-09-15 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Klaus", "family": "Steiger"}, "birth": {"place": {"c2": "SCHW", "cy": "CH", "lg": 7.58333, "lat": 47.55, "name": "BASEL", "geoid": 0}, "date-ut": "1919-09-15 04:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1270"}, "ids-in-sources": {"a5": "1270"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "SCHW", "COU": "S", "DAY": "15", "LAT": "47N33", "LON": "7E35", "MON": "9", "NUM": "1270", "PRO": "A", "SEC": "0", "YEA": "1919", "CITY": "BASEL"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12739	steiner-sigfried-1906-10-31	{"a5": "1271"}	{"lerrcp": "A5-1271"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sigfried", "family": "Steiner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHW", "c3": null, "cy": "CH", "lg": 7.58333, "lat": 47.55, "name": "BASEL", "geoid": 0}, "notime": null, "date-ut": "1906-10-31 11:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Sigfried", "family": "Steiner"}, "birth": {"place": {"c2": "SCHW", "cy": "CH", "lg": 7.58333, "lat": 47.55, "name": "BASEL", "geoid": 0}, "date-ut": "1906-10-31 11:35"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1271"}, "ids-in-sources": {"a5": "1271"}}, "raw": {"H": "12", "MN": "35", "TZ": "-1", "COD": "SCHW", "COU": "S", "DAY": "31", "LAT": "47N33", "LON": "7E35", "MON": "10", "NUM": "1271", "PRO": "A", "SEC": "0", "YEA": "1906", "CITY": "BASEL"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12740	gauquelin-a5-1272-1894-09-27	{"a5": "1272"}	{"lerrcp": "A5-1272"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1272", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1894-09-27 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1272"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1894-09-27 13:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1272"}, "ids-in-sources": {"a5": "1272"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "27", "LAT": "49N 0", "LON": "11E30", "MON": "9", "NUM": "1272", "PRO": "A", "SEC": "0", "YEA": "1894", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12741	stohr-karl-1901-01-29	{"a5": "1273"}	{"lerrcp": "A5-1273"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Stöhr", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "notime": null, "date-ut": "1901-01-29 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Stöhr"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "date-ut": "1901-01-29 16:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1273"}, "ids-in-sources": {"a5": "1273"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "29", "LAT": "50N30", "LON": "9E15", "MON": "1", "NUM": "1273", "PRO": "A", "SEC": "0", "YEA": "1901", "CITY": "FRANKFURT A/M"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12742	surmann-emil-1912-09-16	{"a5": "1274"}	{"lerrcp": "A5-1274"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emil", "family": "Surmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "OSTERFELD/RHLD", "geoid": 0}, "notime": null, "date-ut": "1912-09-16 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Emil", "family": "Surmann"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "OSTERFELD/RHLD", "geoid": 0}, "date-ut": "1912-09-16 06:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1274"}, "ids-in-sources": {"a5": "1274"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "16", "LAT": "51N30", "LON": "7E30", "MON": "9", "NUM": "1274", "PRO": "A", "SEC": "0", "YEA": "1912", "CITY": "OSTERFELD/RHLD"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12743	sypniewski-clarissa-1931-11-05	{"a5": "1275"}	{"lerrcp": "A5-1275"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clarissa", "family": "Sypniewski", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "notime": null, "date-ut": "1931-11-05 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Clarissa", "family": "Sypniewski"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "date-ut": "1931-11-05 21:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1275"}, "ids-in-sources": {"a5": "1275"}}, "raw": {"H": "22", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "5", "LAT": "51N30", "LON": "7E30", "MON": "11", "NUM": "1275", "PRO": "A", "SEC": "0", "YEA": "1931", "CITY": "KOLN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12744	gauquelin-a5-1276-1923-05-26	{"a5": "1276"}	{"lerrcp": "A5-1276"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1276", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL-ELBER", "geoid": 0}, "notime": null, "date-ut": "1923-05-26 16:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1276"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL-ELBER", "geoid": 0}, "date-ut": "1923-05-26 16:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1276"}, "ids-in-sources": {"a5": "1276"}}, "raw": {"H": "17", "MN": "45", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "26", "LAT": "51N30", "LON": "7E30", "MON": "5", "NUM": "1276", "PRO": "A", "SEC": "0", "YEA": "1923", "CITY": "WUPPERTAL-ELBER"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12745	thielen-hans-1920-06-12	{"a5": "1277"}	{"lerrcp": "A5-1277"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Thielen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "notime": null, "date-ut": "1920-06-12 11:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Thielen"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "date-ut": "1920-06-12 11:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1277"}, "ids-in-sources": {"a5": "1277"}}, "raw": {"H": "12", "MN": "15", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "12", "LAT": "51N30", "LON": "7E30", "MON": "6", "NUM": "1277", "PRO": "A", "SEC": "0", "YEA": "1920", "CITY": "ESSEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12746	tillmann-fritz-1910-12-13	{"a5": "1278"}	{"lerrcp": "A5-1278"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Tillmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "notime": null, "date-ut": "1910-12-13 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Fritz", "family": "Tillmann"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "date-ut": "1910-12-13 18:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1278"}, "ids-in-sources": {"a5": "1278"}}, "raw": {"H": "19", "MN": "30", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "13", "LAT": "50N30", "LON": "9E15", "MON": "12", "NUM": "1278", "PRO": "A", "SEC": "0", "YEA": "1910", "CITY": "FRANKFURT A/M"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12747	trowe-gisela-1922-09-05	{"a5": "1279"}	{"lerrcp": "A5-1279"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gisela", "family": "Trowe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DORTMUND", "geoid": 0}, "notime": null, "date-ut": "1922-09-05 18:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gisela", "family": "Trowe"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DORTMUND", "geoid": 0}, "date-ut": "1922-09-05 18:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1279"}, "ids-in-sources": {"a5": "1279"}}, "raw": {"H": "19", "MN": "15", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "5", "LAT": "51N30", "LON": "7E30", "MON": "9", "NUM": "1279", "PRO": "A", "SEC": "0", "YEA": "1922", "CITY": "DORTMUND"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12748	ueding-franz-1929-01-05	{"a5": "1280"}	{"lerrcp": "A5-1280"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Ueding", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN-LINDENTHAL", "geoid": 0}, "notime": null, "date-ut": "1929-01-05 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Franz", "family": "Ueding"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN-LINDENTHAL", "geoid": 0}, "date-ut": "1929-01-05 12:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1280"}, "ids-in-sources": {"a5": "1280"}}, "raw": {"H": "13", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "5", "LAT": "51N30", "LON": "7E30", "MON": "1", "NUM": "1280", "PRO": "A", "SEC": "0", "YEA": "1929", "CITY": "KOLN-LINDENTHAL"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12749	uttendorfer-walter-1912-06-26	{"a5": "1281"}	{"lerrcp": "A5-1281"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Uttendörfer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "ITZEHOE", "geoid": 0}, "notime": null, "date-ut": "1912-06-26 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Uttendörfer"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "ITZEHOE", "geoid": 0}, "date-ut": "1912-06-26 21:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1281"}, "ids-in-sources": {"a5": "1281"}}, "raw": {"H": "22", "MN": "30", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "26", "LAT": "54N30", "LON": "9E45", "MON": "6", "NUM": "1281", "PRO": "A", "SEC": "0", "YEA": "1912", "CITY": "ITZEHOE"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12750	van-kaulla-guido-1909-09-26	{"a5": "1282"}	{"lerrcp": "A5-1282"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guido", "family": "Van Kaulla", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLD-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "notime": null, "date-ut": "1909-09-26 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Guido", "family": "Van Kaulla"}, "birth": {"place": {"c2": "RHLD-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "MAINZ", "geoid": 0}, "date-ut": "1909-09-26 13:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1282"}, "ids-in-sources": {"a5": "1282"}}, "raw": {"H": "14", "MN": "30", "TZ": "-1", "COD": "RHLD-PF", "COU": "G", "DAY": "26", "LAT": "50N 0", "LON": "7E 0", "MON": "9", "NUM": "1282", "PRO": "A", "SEC": "0", "YEA": "1909", "CITY": "MAINZ"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12751	gauquelin-a5-1283-1901-06-23	{"a5": "1283"}	{"lerrcp": "A5-1283"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1283", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "UNNA/WESTF", "geoid": 0}, "notime": null, "date-ut": "1901-06-23 20:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1283"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "UNNA/WESTF", "geoid": 0}, "date-ut": "1901-06-23 20:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1283"}, "ids-in-sources": {"a5": "1283"}}, "raw": {"H": "21", "MN": "45", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "23", "LAT": "51N30", "LON": "7E30", "MON": "6", "NUM": "1283", "PRO": "A", "SEC": "0", "YEA": "1901", "CITY": "UNNA/WESTF"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12752	gauquelin-a5-1284-1928-08-07	{"a5": "1284"}	{"lerrcp": "A5-1284"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1284", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "HOHENSCHWANGAU", "geoid": 0}, "notime": null, "date-ut": "1928-08-07 04:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1284"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "HOHENSCHWANGAU", "geoid": 0}, "date-ut": "1928-08-07 04:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1284"}, "ids-in-sources": {"a5": "1284"}}, "raw": {"H": "5", "MN": "15", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "7", "LAT": "49N 0", "LON": "11E30", "MON": "8", "NUM": "1284", "PRO": "A", "SEC": "0", "YEA": "1928", "CITY": "HOHENSCHWANGAU"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12753	wagner-hermann-1913-04-24	{"a5": "1285"}	{"lerrcp": "A5-1285"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Wagner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "notime": null, "date-ut": "1913-04-24 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Wagner"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "date-ut": "1913-04-24 21:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1285"}, "ids-in-sources": {"a5": "1285"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "24", "LAT": "51N30", "LON": "7E30", "MON": "4", "NUM": "1285", "PRO": "A", "SEC": "0", "YEA": "1913", "CITY": "ESSEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12754	wagner-paul-1899-08-24	{"a5": "1286"}	{"lerrcp": "A5-1286"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Wagner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "notime": null, "date-ut": "1899-08-24 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Wagner"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "date-ut": "1899-08-24 10:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1286"}, "ids-in-sources": {"a5": "1286"}}, "raw": {"H": "11", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "24", "LAT": "51N30", "LON": "7E30", "MON": "8", "NUM": "1286", "PRO": "A", "SEC": "0", "YEA": "1899", "CITY": "KOLN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12755	walbrohl-clara-1898-04-24	{"a5": "1287"}	{"lerrcp": "A5-1287"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clara", "family": "Walbröhl", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "notime": null, "date-ut": "1898-04-24 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Clara", "family": "Walbröhl"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "date-ut": "1898-04-24 16:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1287"}, "ids-in-sources": {"a5": "1287"}}, "raw": {"H": "17", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "24", "LAT": "51N30", "LON": "7E30", "MON": "4", "NUM": "1287", "PRO": "A", "SEC": "0", "YEA": "1898", "CITY": "BONN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12756	waldau-gustav-1871-02-27	{"a5": "1288"}	{"lerrcp": "A5-1288"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustav", "family": "Waldau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "PIFLAS/BAYERN", "geoid": 0}, "notime": null, "date-ut": "1871-02-27 20:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gustav", "family": "Waldau"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "PIFLAS/BAYERN", "geoid": 0}, "date-ut": "1871-02-27 20:14"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1288"}, "ids-in-sources": {"a5": "1288"}}, "raw": {"H": "21", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "27", "LAT": "49N 0", "LON": "11E30", "MON": "2", "NUM": "1288", "PRO": "A", "SEC": "0", "YEA": "1871", "CITY": "PIFLAS/BAYERN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12758	warsitz-viktor-1906-07-04	{"a5": "1290"}	{"lerrcp": "A5-1290"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Viktor", "family": "Warsitz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "notime": null, "date-ut": "1906-07-04 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Viktor", "family": "Warsitz"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "date-ut": "1906-07-04 19:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1290"}, "ids-in-sources": {"a5": "1290"}}, "raw": {"H": "20", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "4", "LAT": "51N30", "LON": "7E30", "MON": "7", "NUM": "1290", "PRO": "A", "SEC": "0", "YEA": "1906", "CITY": "KOLN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12759	wascher-aubert-1895-12-01	{"a5": "1291"}	{"lerrcp": "A5-1291"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aubert", "family": "Wäscher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "FLENSBURG", "geoid": 0}, "notime": null, "date-ut": "1895-12-01 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Aubert", "family": "Wäscher"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "FLENSBURG", "geoid": 0}, "date-ut": "1895-12-01 05:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1291"}, "ids-in-sources": {"a5": "1291"}}, "raw": {"H": "6", "MN": "30", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "1", "LAT": "54N30", "LON": "9E45", "MON": "12", "NUM": "1291", "PRO": "A", "SEC": "0", "YEA": "1895", "CITY": "FLENSBURG"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12760	weber-paul-1899-10-02	{"a5": "1292"}	{"lerrcp": "A5-1292"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Weber", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "notime": null, "date-ut": "1899-10-02 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Weber"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "date-ut": "1899-10-02 00:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1292"}, "ids-in-sources": {"a5": "1292"}}, "raw": {"H": "1", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "2", "LAT": "51N30", "LON": "7E30", "MON": "10", "NUM": "1292", "PRO": "A", "SEC": "0", "YEA": "1899", "CITY": "BONN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12761	gauquelin-a5-1293-1891-11-30	{"a5": "1293"}	{"lerrcp": "A5-1293"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1293", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1891-11-30 06:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1293"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1891-11-30 06:44"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1293"}, "ids-in-sources": {"a5": "1293"}}, "raw": {"H": "7", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "30", "LAT": "49N 0", "LON": "11E30", "MON": "11", "NUM": "1293", "PRO": "A", "SEC": "0", "YEA": "1891", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12762	weitkamp-kurt-1914-10-28	{"a5": "1294"}	{"lerrcp": "A5-1294"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kurt", "family": "Weitkamp", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "OSNABRUCK", "geoid": 0}, "notime": null, "date-ut": "1914-10-28 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Kurt", "family": "Weitkamp"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "OSNABRUCK", "geoid": 0}, "date-ut": "1914-10-28 02:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1294"}, "ids-in-sources": {"a5": "1294"}}, "raw": {"H": "3", "MN": "30", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "28", "LAT": "52N 0", "LON": "10E 0", "MON": "10", "NUM": "1294", "PRO": "A", "SEC": "0", "YEA": "1914", "CITY": "OSNABRUCK"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12763	wernicke-otto-1893-09-30	{"a5": "1295"}	{"lerrcp": "A5-1295"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Wernicke", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "OSTERODE HARZ", "geoid": 0}, "notime": null, "date-ut": "1893-09-30 17:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Wernicke"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "OSTERODE HARZ", "geoid": 0}, "date-ut": "1893-09-30 17:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1295"}, "ids-in-sources": {"a5": "1295"}}, "raw": {"H": "18", "MN": "30", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "30", "LAT": "52N 0", "LON": "10E 0", "MON": "9", "NUM": "1295", "PRO": "A", "SEC": "0", "YEA": "1893", "CITY": "OSTERODE HARZ"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12764	wery-carl-1897-08-07	{"a5": "1296"}	{"lerrcp": "A5-1296"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carl", "family": "Wery", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "TROSTBERG/BAYER", "geoid": 0}, "notime": null, "date-ut": "1897-08-07 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Carl", "family": "Wery"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "TROSTBERG/BAYER", "geoid": 0}, "date-ut": "1897-08-07 07:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1296"}, "ids-in-sources": {"a5": "1296"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "7", "LAT": "49N 0", "LON": "11E30", "MON": "8", "NUM": "1296", "PRO": "A", "SEC": "0", "YEA": "1897", "CITY": "TROSTBERG/BAYER"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12765	wetzke-morschel-eva-1924-11-14	{"a5": "1297"}	{"lerrcp": "A5-1297"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eva", "family": "Wetzke-Morschel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN-LINDENTHAL", "geoid": 0}, "notime": null, "date-ut": "1924-11-14 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Eva", "family": "Wetzke-Morschel"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN-LINDENTHAL", "geoid": 0}, "date-ut": "1924-11-14 07:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1297"}, "ids-in-sources": {"a5": "1297"}}, "raw": {"H": "8", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "14", "LAT": "51N30", "LON": "7E30", "MON": "11", "NUM": "1297", "PRO": "A", "SEC": "0", "YEA": "1924", "CITY": "KOLN-LINDENTHAL"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12766	wiecke-paul-1862-10-30	{"a5": "1298"}	{"lerrcp": "A5-1298"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Wiecke", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL-ELBER", "geoid": 0}, "notime": null, "date-ut": "1862-10-30 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Wiecke"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL-ELBER", "geoid": 0}, "date-ut": "1862-10-30 22:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1298"}, "ids-in-sources": {"a5": "1298"}}, "raw": {"H": "23", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "30", "LAT": "51N30", "LON": "7E30", "MON": "10", "NUM": "1298", "PRO": "A", "SEC": "0", "YEA": "1862", "CITY": "WUPPERTAL-ELBER"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12767	wiegand-johannes-1874-07-27	{"a5": "1299"}	{"lerrcp": "A5-1299"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Wiegand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BREM", "c3": null, "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "notime": null, "date-ut": "1874-07-27 05:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Wiegand"}, "birth": {"place": {"c2": "BREM", "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "date-ut": "1874-07-27 05:54:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1299"}, "ids-in-sources": {"a5": "1299"}}, "raw": {"H": "6", "MN": "54", "TZ": "-1", "COD": "BREM", "COU": "G", "DAY": "27", "LAT": "53N 5", "LON": "8E50", "MON": "7", "NUM": "1299", "PRO": "A", "SEC": "40", "YEA": "1874", "CITY": "BREMEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12768	wieman-mathias-1902-06-23	{"a5": "1300"}	{"lerrcp": "A5-1300"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mathias", "family": "Wieman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "OSNABRUCK", "geoid": 0}, "notime": null, "date-ut": "1902-06-23 15:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Mathias", "family": "Wieman"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "OSNABRUCK", "geoid": 0}, "date-ut": "1902-06-23 15:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1300"}, "ids-in-sources": {"a5": "1300"}}, "raw": {"H": "16", "MN": "15", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "23", "LAT": "52N 0", "LON": "10E 0", "MON": "6", "NUM": "1300", "PRO": "A", "SEC": "0", "YEA": "1902", "CITY": "OSNABRUCK"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12769	windhorst-karl-1929-01-06	{"a5": "1301"}	{"lerrcp": "A5-1301"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Windhorst", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "notime": null, "date-ut": "1929-01-06 04:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Windhorst"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "date-ut": "1929-01-06 04:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1301"}, "ids-in-sources": {"a5": "1301"}}, "raw": {"H": "5", "MN": "15", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "6", "LAT": "51N30", "LON": "7E30", "MON": "1", "NUM": "1301", "PRO": "A", "SEC": "0", "YEA": "1929", "CITY": "DUSSELDORF"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12770	wirges-ruth-1929-04-16	{"a5": "1302"}	{"lerrcp": "A5-1302"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ruth", "family": "Wirges", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "notime": null, "date-ut": "1929-04-16 19:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Ruth", "family": "Wirges"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "date-ut": "1929-04-16 19:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1302"}, "ids-in-sources": {"a5": "1302"}}, "raw": {"H": "20", "MN": "15", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "16", "LAT": "51N30", "LON": "7E30", "MON": "4", "NUM": "1302", "PRO": "A", "SEC": "0", "YEA": "1929", "CITY": "KOLN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12771	wishev-martens-albert-1892-08-12	{"a5": "1303"}	{"lerrcp": "A5-1303"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Wishev-Martens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1892-08-12 02:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Wishev-Martens"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1892-08-12 02:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1303"}, "ids-in-sources": {"a5": "1303"}}, "raw": {"H": "3", "MN": "15", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "12", "LAT": "49N 0", "LON": "11E30", "MON": "8", "NUM": "1303", "PRO": "A", "SEC": "0", "YEA": "1892", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12772	wisten-susanne-1924-09-22	{"a5": "1304"}	{"lerrcp": "A5-1304"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Susanne", "family": "Wisten", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART", "geoid": 0}, "notime": null, "date-ut": "1924-09-22 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Susanne", "family": "Wisten"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART", "geoid": 0}, "date-ut": "1924-09-22 03:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1304"}, "ids-in-sources": {"a5": "1304"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "22", "LAT": "48N30", "LON": "9E 0", "MON": "9", "NUM": "1304", "PRO": "A", "SEC": "0", "YEA": "1924", "CITY": "STUTTGART"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12773	gauquelin-a5-1305-1918-01-01	{"a5": "1305"}	{"lerrcp": "A5-1305"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1305", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WITTEN/RUHR", "geoid": 0}, "notime": null, "date-ut": "1918-01-01 16:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1305"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WITTEN/RUHR", "geoid": 0}, "date-ut": "1918-01-01 16:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1305"}, "ids-in-sources": {"a5": "1305"}}, "raw": {"H": "17", "MN": "45", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "1", "LAT": "51N30", "LON": "7E30", "MON": "1", "NUM": "1305", "PRO": "A", "SEC": "0", "YEA": "1918", "CITY": "WITTEN/RUHR"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12774	wulf-yvonne-1927-04-28	{"a5": "1306"}	{"lerrcp": "A5-1306"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yvonne", "family": "Wulf", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART", "geoid": 0}, "notime": null, "date-ut": "1927-04-28 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Yvonne", "family": "Wulf"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART", "geoid": 0}, "date-ut": "1927-04-28 11:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1306"}, "ids-in-sources": {"a5": "1306"}}, "raw": {"H": "12", "MN": "30", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "28", "LAT": "48N30", "LON": "9E 0", "MON": "4", "NUM": "1306", "PRO": "A", "SEC": "0", "YEA": "1927", "CITY": "STUTTGART"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12775	gauquelin-a5-1307-1879-05-09	{"a5": "1307"}	{"lerrcp": "A5-1307"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1307", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "KARLSRUHE", "geoid": 0}, "notime": null, "date-ut": "1879-05-09 13:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1307"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "KARLSRUHE", "geoid": 0}, "date-ut": "1879-05-09 13:24"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1307"}, "ids-in-sources": {"a5": "1307"}}, "raw": {"H": "14", "MN": "24", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "9", "LAT": "48N30", "LON": "9E 0", "MON": "5", "NUM": "1307", "PRO": "A", "SEC": "0", "YEA": "1879", "CITY": "KARLSRUHE"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12776	bouhy-jacques-1848-06-18	{"a5": "1308"}	{"lerrcp": "A5-1308"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Bouhy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "PEPINSTER", "geoid": 0}, "notime": null, "date-ut": "1848-06-18 13:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Bouhy"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "PEPINSTER", "geoid": 0}, "date-ut": "1848-06-18 13:38:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1308"}, "ids-in-sources": {"a5": "1308"}}, "raw": {"H": "13", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "18", "LAT": "50N39", "LON": "5E30", "MON": "6", "NUM": "1308", "PRO": "A", "SEC": "0", "YEA": "1848", "CITY": "PEPINSTER"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12777	gauquelin-a5-1309-1887-01-06	{"a5": "1309"}	{"lerrcp": "A5-1309"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1309", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1887-01-06 03:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1309"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1887-01-06 03:38:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1309"}, "ids-in-sources": {"a5": "1309"}}, "raw": {"H": "3", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "6", "LAT": "50N39", "LON": "5E30", "MON": "1", "NUM": "1309", "PRO": "A", "SEC": "0", "YEA": "1887", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
17986	cazeilles-marcel-1906-03-08	{"e1": "354"}	{"lerrcp": "E1-354"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Cazeilles", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1906-03-08 12:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Banyuls des Aspres", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Cazeilles"}, "birth": {"tzo": "", "date": "1906-03-08 12:00", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Banyuls des Aspres", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "354"}}, "raw": {"H": "12:00", "COD": "66", "DAY": "08", "MON": "03", "NUM": "0354", "PRO": "MI", "YEA": "1906", "CITY": "Banyuls des Aspres", "NAME": "CAZEILLES Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
12779	cortvrient-alfons-1850-06-24	{"a5": "1311", "a6": "1058"}	{"lerrcp": "A5-1311"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfons", "family": "Cortvrient", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1850-06-24 06:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor", "writer"]	5	null	[{"new": {"name": {"given": "Alfons", "family": "Cortvrient"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1850-06-24 06:45:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1311"}, "ids-in-sources": {"a5": "1311"}}, "raw": {"H": "6", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "24", "LAT": "51N 5", "LON": "3E45", "MON": "6", "NUM": "1311", "PRO": "A", "SEC": "0", "YEA": "1850", "CITY": "GAND"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "1058"}}, "raw": {"H": "6", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "24", "LAT": "51N 5", "LON": "3E45", "MON": "6", "NUM": "1058", "PRO": "W", "SEC": "0", "YEA": "1850", "CITY": "GAND"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
17987	ceccaldi-pierre-fernand-1917-11-29	{"e1": "355"}	{"lerrcp": "E1-355"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre Fernand", "family": "Ceccaldi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1917-11-29 07:00", "note": null, "place": {"c1": null, "c2": "86", "c3": "", "cy": "FR", "lg": 0.37179, "lat": 46.68503, "name": "Jaunay-Clan", "geoid": 3012417}, "notime": null, "date-ut": "1917-11-29 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre Fernand", "family": "Ceccaldi"}, "birth": {"tzo": "+00:00", "date": "1917-11-29 07:00", "place": {"c2": "86", "c3": "", "cy": "FR", "lg": 0.37179, "lat": 46.68503, "name": "Jaunay-Clan", "geoid": 3012417}, "date-ut": "1917-11-29 07:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "355"}}, "raw": {"H": "07:00", "COD": "86", "DAY": "29", "MON": "11", "NUM": "0355", "PRO": "PH", "YEA": "1917", "CITY": "Jaunay-Clan", "NAME": "CECCALDI Pierre Fernand", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
12781	germain-fernand-1882-08-31	{"a5": "1313"}	{"lerrcp": "A5-1313"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Germain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1882-08-31 17:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Germain"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1882-08-31 17:43:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1313"}, "ids-in-sources": {"a5": "1313"}}, "raw": {"H": "17", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "31", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "1313", "PRO": "A", "SEC": "0", "YEA": "1882", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12782	gauquelin-a5-1314-1897-01-24	{"a5": "1314"}	{"lerrcp": "A5-1314"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1314", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TIRLEMONT", "geoid": 0}, "notime": null, "date-ut": "1897-01-24 01:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1314"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TIRLEMONT", "geoid": 0}, "date-ut": "1897-01-24 01:00:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1314"}, "ids-in-sources": {"a5": "1314"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "24", "LAT": "50N23", "LON": "4E30", "MON": "1", "NUM": "1314", "PRO": "A", "SEC": "0", "YEA": "1897", "CITY": "TIRLEMONT"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12783	sasse-marie-1838-10-18	{"a5": "1315"}	{"lerrcp": "A5-1315"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Sasse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1838-10-18 10:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Sasse"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1838-10-18 10:15:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1315"}, "ids-in-sources": {"a5": "1315"}}, "raw": {"H": "10", "MN": "15", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "18", "LAT": "51N 5", "LON": "3E45", "MON": "10", "NUM": "1315", "PRO": "A", "SEC": "0", "YEA": "1838", "CITY": "GAND"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12784	schepens-adolphe-1819-04-13	{"a5": "1316", "a6": "1195"}	{"lerrcp": "A5-1316"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Schepens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ZELZATE", "geoid": 0}, "notime": null, "date-ut": "1819-04-13 17:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor", "writer"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Schepens"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ZELZATE", "geoid": 0}, "date-ut": "1819-04-13 17:45:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1316"}, "ids-in-sources": {"a5": "1316"}}, "raw": {"H": "17", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "13", "LAT": "51N 5", "LON": "3E45", "MON": "4", "NUM": "1316", "PRO": "A", "SEC": "0", "YEA": "1819", "CITY": "ZELZATE"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "1195"}}, "raw": {"H": "17", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "13", "LAT": "51N 5", "LON": "3E45", "MON": "4", "NUM": "1195", "PRO": "W", "SEC": "0", "YEA": "1819", "CITY": "ZELZATE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
17988	ceyrac-erancois-1912-09-12	{"e1": "356"}	{"lerrcp": "E1-356"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erançois", "family": "Ceyrac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-09-12 18:00", "note": null, "place": {"c1": null, "c2": "19", "c3": "", "cy": "FR", "lg": 1.67412, "lat": 45.05547, "name": "Meyssac", "geoid": 2994054}, "notime": null, "date-ut": "1912-09-12 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Erançois", "family": "Ceyrac"}, "birth": {"tzo": "+00:00", "date": "1912-09-12 18:00", "place": {"c2": "19", "c3": "", "cy": "FR", "lg": 1.67412, "lat": 45.05547, "name": "Meyssac", "geoid": 2994054}, "date-ut": "1912-09-12 18:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "356"}}, "raw": {"H": "18:00", "COD": "19", "DAY": "12", "MON": "09", "NUM": "0356", "PRO": "EX", "YEA": "1912", "CITY": "Meyssac", "NAME": "CEYRAC Erançois", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
12786	baay-johannes-1904-03-06	{"a5": "1318"}	{"lerrcp": "A5-1318"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Baay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1904-03-06 03:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Baay"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1904-03-06 03:41:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1318"}, "ids-in-sources": {"a5": "1318"}}, "raw": {"H": "3", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "6", "LAT": "52N22", "LON": "4E38", "MON": "3", "NUM": "1318", "PRO": "A", "SEC": "28", "YEA": "1904", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12787	bachigaloupi-tourniaire-1850-08-14	{"a5": "1319"}	{"lerrcp": "A5-1319"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Bachigaloupi-Tourniaire", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DORDRECHT", "geoid": 0}, "notime": null, "date-ut": "1850-08-14 09:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Bachigaloupi-Tourniaire"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DORDRECHT", "geoid": 0}, "date-ut": "1850-08-14 09:12:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1319"}, "ids-in-sources": {"a5": "1319"}}, "raw": {"H": "9", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "14", "LAT": "52N 5", "LON": "4E28", "MON": "8", "NUM": "1319", "PRO": "A", "SEC": "8", "YEA": "1850", "CITY": "DORDRECHT"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12788	barendse-barend-1852-08-08	{"a5": "1320"}	{"lerrcp": "A5-1320"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Barend", "family": "Barendse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1852-08-08 21:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Barend", "family": "Barendse"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1852-08-08 21:41:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1320"}, "ids-in-sources": {"a5": "1320"}}, "raw": {"H": "21", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "8", "LAT": "52N22", "LON": "4E38", "MON": "8", "NUM": "1320", "PRO": "A", "SEC": "28", "YEA": "1852", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12789	beem-meijer-elias-1838-06-10	{"a5": "1321"}	{"lerrcp": "A5-1321"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elias", "family": "Beem-Meijer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "notime": null, "date-ut": "1838-06-10 18:03:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Elias", "family": "Beem-Meijer"}, "birth": {"place": {"c2": "GR", "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "date-ut": "1838-06-10 18:03:44"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1321"}, "ids-in-sources": {"a5": "1321"}}, "raw": {"H": "18", "MN": "3", "TZ": "0", "COD": "GR", "COU": "N", "DAY": "10", "LAT": "53N13", "LON": "6E34", "MON": "6", "NUM": "1321", "PRO": "A", "SEC": "44", "YEA": "1838", "CITY": "GRONINGEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12790	beermans-catharina-1844-08-30	{"a5": "1322"}	{"lerrcp": "A5-1322"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Catharina", "family": "Beermans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "B", "c3": null, "cy": "NL", "lg": 4.95, "lat": 51.31667, "name": "TURNHOUT", "geoid": 0}, "notime": null, "date-ut": "1844-08-30 07:40:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Catharina", "family": "Beermans"}, "birth": {"place": {"c2": "B", "cy": "NL", "lg": 4.95, "lat": 51.31667, "name": "TURNHOUT", "geoid": 0}, "date-ut": "1844-08-30 07:40:12"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1322"}, "ids-in-sources": {"a5": "1322"}}, "raw": {"H": "7", "MN": "40", "TZ": "0", "COD": "B", "COU": "N", "DAY": "30", "LAT": "51N19", "LON": "4E57", "MON": "8", "NUM": "1322", "PRO": "A", "SEC": "12", "YEA": "1844", "CITY": "TURNHOUT"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12791	bigot-cornelis-1838-04-24	{"a5": "1323"}	{"lerrcp": "A5-1323"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cornelis", "family": "Bigot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1838-04-24 00:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Cornelis", "family": "Bigot"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1838-04-24 00:41:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1323"}, "ids-in-sources": {"a5": "1323"}}, "raw": {"H": "0", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "24", "LAT": "52N22", "LON": "4E38", "MON": "4", "NUM": "1323", "PRO": "A", "SEC": "28", "YEA": "1838", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12792	boer-rijk-esther-1853-07-29	{"a5": "1324"}	{"lerrcp": "A5-1324"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Esther", "family": "Boer-Rijk", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1853-07-29 05:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Esther", "family": "Boer-Rijk"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1853-07-29 05:42:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1324"}, "ids-in-sources": {"a5": "1324"}}, "raw": {"H": "5", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "29", "LAT": "52N 5", "LON": "4E28", "MON": "7", "NUM": "1324", "PRO": "A", "SEC": "8", "YEA": "1853", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12793	bouwmeester-fritz-louis-1885-10-31	{"a5": "1325"}	{"lerrcp": "A5-1325"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Bouwmeester Fritz Louis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "B", "c3": null, "cy": "NL", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1885-10-31 17:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Bouwmeester Fritz Louis"}, "birth": {"place": {"c2": "B", "cy": "NL", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1885-10-31 17:42:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1325"}, "ids-in-sources": {"a5": "1325"}}, "raw": {"H": "17", "MN": "42", "TZ": "0", "COD": "B", "COU": "N", "DAY": "31", "LAT": "51N14", "LON": "4E30", "MON": "10", "NUM": "1325", "PRO": "A", "SEC": "0", "YEA": "1885", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12794	bouwmeester-fritz-1848-08-02	{"a5": "1326"}	{"lerrcp": "A5-1326"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Bouwmeester", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "MIDDELBURG", "geoid": 0}, "notime": null, "date-ut": "1848-08-02 09:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Fritz", "family": "Bouwmeester"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "MIDDELBURG", "geoid": 0}, "date-ut": "1848-08-02 09:12:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1326"}, "ids-in-sources": {"a5": "1326"}}, "raw": {"H": "9", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "2", "LAT": "52N 5", "LON": "4E28", "MON": "8", "NUM": "1326", "PRO": "A", "SEC": "8", "YEA": "1848", "CITY": "MIDDELBURG"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12795	bouwmeester-lily-1901-09-28	{"a5": "1327"}	{"lerrcp": "A5-1327"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lily", "family": "Bouwmeester", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1901-09-28 17:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Lily", "family": "Bouwmeester"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1901-09-28 17:41:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1327"}, "ids-in-sources": {"a5": "1327"}}, "raw": {"H": "17", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "28", "LAT": "52N22", "LON": "4E38", "MON": "9", "NUM": "1327", "PRO": "A", "SEC": "28", "YEA": "1901", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12796	bouwmeester-louis-fr-1842-09-05	{"a5": "1328"}	{"lerrcp": "A5-1328"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Bouwmeester Louis Fr", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "MIDDELHARNIS", "geoid": 0}, "notime": null, "date-ut": "1842-09-05 19:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Bouwmeester Louis Fr"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "MIDDELHARNIS", "geoid": 0}, "date-ut": "1842-09-05 19:42:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1328"}, "ids-in-sources": {"a5": "1328"}}, "raw": {"H": "19", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "5", "LAT": "52N 5", "LON": "4E28", "MON": "9", "NUM": "1328", "PRO": "A", "SEC": "8", "YEA": "1842", "CITY": "MIDDELHARNIS"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12797	bouwmeester-theodora-1850-04-19	{"a5": "1329"}	{"lerrcp": "A5-1329"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodora", "family": "Bouwmeester", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ZUTFEN", "geoid": 0}, "notime": null, "date-ut": "1850-04-19 11:51:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Theodora", "family": "Bouwmeester"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ZUTFEN", "geoid": 0}, "date-ut": "1850-04-19 11:51:24"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1329"}, "ids-in-sources": {"a5": "1329"}}, "raw": {"H": "11", "MN": "51", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "19", "LAT": "51N59", "LON": "5E54", "MON": "4", "NUM": "1329", "PRO": "A", "SEC": "24", "YEA": "1850", "CITY": "ZUTFEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12798	bron-pierre-1882-05-14	{"a5": "1330"}	{"lerrcp": "A5-1330"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Bron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1882-05-14 21:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Bron"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1882-05-14 21:42:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1330"}, "ids-in-sources": {"a5": "1330"}}, "raw": {"H": "21", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "14", "LAT": "52N 5", "LON": "4E28", "MON": "5", "NUM": "1330", "PRO": "A", "SEC": "8", "YEA": "1882", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12799	carelsen-fie-1890-04-05	{"a5": "1331"}	{"lerrcp": "A5-1331"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fie", "family": "Carelsen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1890-04-05 10:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Fie", "family": "Carelsen"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1890-04-05 10:41:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1331"}, "ids-in-sources": {"a5": "1331"}}, "raw": {"H": "10", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "5", "LAT": "52N22", "LON": "4E38", "MON": "4", "NUM": "1331", "PRO": "A", "SEC": "28", "YEA": "1890", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12800	croiset-max-1912-08-13	{"a5": "1332"}	{"lerrcp": "A5-1332"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Croiset", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "BLARICUM", "geoid": 0}, "notime": null, "date-ut": "1912-08-13 08:40:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Max", "family": "Croiset"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "BLARICUM", "geoid": 0}, "date-ut": "1912-08-13 08:40:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1332"}, "ids-in-sources": {"a5": "1332"}}, "raw": {"H": "8", "MN": "40", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "13", "LAT": "52N22", "LON": "4E38", "MON": "8", "NUM": "1332", "PRO": "A", "SEC": "28", "YEA": "1912", "CITY": "BLARICUM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12801	dieben-lodewijk-1890-04-19	{"a5": "1333"}	{"lerrcp": "A5-1333"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lodewijk", "family": "Dieben", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1890-04-19 04:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Lodewijk", "family": "Dieben"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1890-04-19 04:42:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1333"}, "ids-in-sources": {"a5": "1333"}}, "raw": {"H": "4", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "19", "LAT": "52N 5", "LON": "4E28", "MON": "4", "NUM": "1333", "PRO": "A", "SEC": "8", "YEA": "1890", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12802	dijk-frits-1895-10-03	{"a5": "1334"}	{"lerrcp": "A5-1334"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frits", "family": "Dijk", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1895-10-03 03:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Frits", "family": "Dijk"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1895-10-03 03:42:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1334"}, "ids-in-sources": {"a5": "1334"}}, "raw": {"H": "3", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "3", "LAT": "52N 5", "LON": "4E28", "MON": "10", "NUM": "1334", "PRO": "A", "SEC": "8", "YEA": "1895", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12803	dijk-kornelis-1881-03-26	{"a5": "1335"}	{"lerrcp": "A5-1335"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kornelis", "family": "Dijk", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1881-03-26 14:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Kornelis", "family": "Dijk"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1881-03-26 14:41:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1335"}, "ids-in-sources": {"a5": "1335"}}, "raw": {"H": "14", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "26", "LAT": "52N22", "LON": "4E38", "MON": "3", "NUM": "1335", "PRO": "A", "SEC": "28", "YEA": "1881", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12804	dresselhuys-mary-1907-01-22	{"a5": "1336"}	{"lerrcp": "A5-1336"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mary", "family": "Dresselhuys", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "notime": null, "date-ut": "1907-01-22 21:09:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Mary", "family": "Dresselhuys"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "date-ut": "1907-01-22 21:09:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1336"}, "ids-in-sources": {"a5": "1336"}}, "raw": {"H": "21", "MN": "9", "TZ": "0", "COD": "U", "COU": "N", "DAY": "22", "LAT": "52N 6", "LON": "5E 8", "MON": "1", "NUM": "1336", "PRO": "A", "SEC": "28", "YEA": "1907", "CITY": "UTRECHT"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12805	drielen-gimberg-l-1880-09-07	{"a5": "1337"}	{"lerrcp": "A5-1337"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "L", "family": "Drielen-Gimberg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1880-09-07 09:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "L", "family": "Drielen-Gimberg"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1880-09-07 09:12:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1337"}, "ids-in-sources": {"a5": "1337"}}, "raw": {"H": "9", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "7", "LAT": "52N 5", "LON": "4E28", "MON": "9", "NUM": "1337", "PRO": "A", "SEC": "8", "YEA": "1880", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12806	ees-jan-1896-03-02	{"a5": "1338"}	{"lerrcp": "A5-1338"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Ees", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "LEIDEN", "geoid": 0}, "notime": null, "date-ut": "1896-03-02 06:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Ees"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "LEIDEN", "geoid": 0}, "date-ut": "1896-03-02 06:12:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1338"}, "ids-in-sources": {"a5": "1338"}}, "raw": {"H": "6", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "2", "LAT": "52N 5", "LON": "4E28", "MON": "3", "NUM": "1338", "PRO": "A", "SEC": "8", "YEA": "1896", "CITY": "LEIDEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12807	gauquelin-a5-1339-1893-10-30	{"a5": "1339"}	{"lerrcp": "A5-1339"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1339", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "LEIDEN", "geoid": 0}, "notime": null, "date-ut": "1893-10-30 22:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1339"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "LEIDEN", "geoid": 0}, "date-ut": "1893-10-30 22:42:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1339"}, "ids-in-sources": {"a5": "1339"}}, "raw": {"H": "22", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "30", "LAT": "52N 5", "LON": "4E28", "MON": "10", "NUM": "1339", "PRO": "A", "SEC": "8", "YEA": "1893", "CITY": "LEIDEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12808	ellenberger-wilhelmina-1837-03-25	{"a5": "1340"}	{"lerrcp": "A5-1340"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelmina", "family": "Ellenberger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "BREDA", "geoid": 0}, "notime": null, "date-ut": "1837-03-25 04:38:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Wilhelmina", "family": "Ellenberger"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "BREDA", "geoid": 0}, "date-ut": "1837-03-25 04:38:44"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1340"}, "ids-in-sources": {"a5": "1340"}}, "raw": {"H": "4", "MN": "38", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "25", "LAT": "51N42", "LON": "5E19", "MON": "3", "NUM": "1340", "PRO": "A", "SEC": "44", "YEA": "1837", "CITY": "BREDA"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12809	elsensohn-johannes-1884-01-13	{"a5": "1341"}	{"lerrcp": "A5-1341"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Elsensohn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1884-01-13 13:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Elsensohn"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1884-01-13 13:41:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1341"}, "ids-in-sources": {"a5": "1341"}}, "raw": {"H": "13", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "13", "LAT": "52N22", "LON": "4E38", "MON": "1", "NUM": "1341", "PRO": "A", "SEC": "28", "YEA": "1884", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12810	engelmann-wilhelmina-1834-01-17	{"a5": "1342"}	{"lerrcp": "A5-1342"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelmina", "family": "Engelmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1834-01-17 06:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Wilhelmina", "family": "Engelmann"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1834-01-17 06:41:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1342"}, "ids-in-sources": {"a5": "1342"}}, "raw": {"H": "6", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "17", "LAT": "52N22", "LON": "4E38", "MON": "1", "NUM": "1342", "PRO": "A", "SEC": "28", "YEA": "1834", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12811	erfmann-eberhard-1866-11-02	{"a5": "1343"}	{"lerrcp": "A5-1343"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eberhard", "family": "Erfmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1866-11-02 05:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Eberhard", "family": "Erfmann"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1866-11-02 05:42:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1343"}, "ids-in-sources": {"a5": "1343"}}, "raw": {"H": "5", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "2", "LAT": "52N 5", "LON": "4E28", "MON": "11", "NUM": "1343", "PRO": "A", "SEC": "8", "YEA": "1866", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12812	eysden-peter-1864-11-11	{"a5": "1344"}	{"lerrcp": "A5-1344"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Peter", "family": "Eysden", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1864-11-11 04:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Peter", "family": "Eysden"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1864-11-11 04:42:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1344"}, "ids-in-sources": {"a5": "1344"}}, "raw": {"H": "4", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "11", "LAT": "52N 5", "LON": "4E28", "MON": "11", "NUM": "1344", "PRO": "A", "SEC": "8", "YEA": "1864", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12813	faassen-alexander-1873-10-05	{"a5": "1345"}	{"lerrcp": "A5-1345"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexander", "family": "Faassen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1873-10-05 15:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Alexander", "family": "Faassen"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1873-10-05 15:42:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1345"}, "ids-in-sources": {"a5": "1345"}}, "raw": {"H": "15", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "5", "LAT": "52N 5", "LON": "4E28", "MON": "10", "NUM": "1345", "PRO": "A", "SEC": "8", "YEA": "1873", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12814	faassen-marie-1872-03-07	{"a5": "1346"}	{"lerrcp": "A5-1346"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Faassen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1872-03-07 22:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Faassen"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1872-03-07 22:42:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1346"}, "ids-in-sources": {"a5": "1346"}}, "raw": {"H": "22", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "7", "LAT": "52N 5", "LON": "4E28", "MON": "3", "NUM": "1346", "PRO": "A", "SEC": "8", "YEA": "1872", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12815	faassen-pieter-1833-09-09	{"a5": "1347"}	{"lerrcp": "A5-1347"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pieter", "family": "Faassen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1833-09-09 16:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Pieter", "family": "Faassen"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1833-09-09 16:42:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1347"}, "ids-in-sources": {"a5": "1347"}}, "raw": {"H": "16", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "9", "LAT": "52N 5", "LON": "4E28", "MON": "9", "NUM": "1347", "PRO": "A", "SEC": "8", "YEA": "1833", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12816	faassen-victor-1864-05-27	{"a5": "1348"}	{"lerrcp": "A5-1348"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Faassen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1864-05-27 21:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Faassen"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1864-05-27 21:42:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1348"}, "ids-in-sources": {"a5": "1348"}}, "raw": {"H": "21", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "27", "LAT": "52N 5", "LON": "4E28", "MON": "5", "NUM": "1348", "PRO": "A", "SEC": "8", "YEA": "1864", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12817	faassen-velzen-catharina-1833-12-09	{"a5": "1349"}	{"lerrcp": "A5-1349"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Faassen Velzen Catharina", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1833-12-09 08:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Faassen Velzen Catharina"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1833-12-09 08:41:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1349"}, "ids-in-sources": {"a5": "1349"}}, "raw": {"H": "8", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "9", "LAT": "52N22", "LON": "4E38", "MON": "12", "NUM": "1349", "PRO": "A", "SEC": "28", "YEA": "1833", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12818	fiolet-johann-1901-10-05	{"a5": "1350"}	{"lerrcp": "A5-1350"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johann", "family": "Fiolet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1901-10-05 13:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Johann", "family": "Fiolet"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1901-10-05 13:41:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1350"}, "ids-in-sources": {"a5": "1350"}}, "raw": {"H": "13", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "5", "LAT": "52N22", "LON": "4E38", "MON": "10", "NUM": "1350", "PRO": "A", "SEC": "28", "YEA": "1901", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12819	flink-richard-1903-06-29	{"a5": "1351"}	{"lerrcp": "A5-1351"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Flink", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "notime": null, "date-ut": "1903-06-29 12:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Flink"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "date-ut": "1903-06-29 12:41:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1351"}, "ids-in-sources": {"a5": "1351"}}, "raw": {"H": "12", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "29", "LAT": "52N22", "LON": "4E38", "MON": "6", "NUM": "1351", "PRO": "A", "SEC": "28", "YEA": "1903", "CITY": "HAARLEM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12820	gasteren-louis-1887-11-14	{"a5": "1352"}	{"lerrcp": "A5-1352"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Gasteren", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1887-11-14 11:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Gasteren"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1887-11-14 11:42:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1352"}, "ids-in-sources": {"a5": "1352"}}, "raw": {"H": "11", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "14", "LAT": "52N 5", "LON": "4E28", "MON": "11", "NUM": "1352", "PRO": "A", "SEC": "8", "YEA": "1887", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12821	groeneveld-gisbertus-1898-05-05	{"a5": "1353"}	{"lerrcp": "A5-1353"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gisbertus", "family": "Groeneveld", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "BREDA", "geoid": 0}, "notime": null, "date-ut": "1898-05-05 00:38:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gisbertus", "family": "Groeneveld"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "BREDA", "geoid": 0}, "date-ut": "1898-05-05 00:38:44"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1353"}, "ids-in-sources": {"a5": "1353"}}, "raw": {"H": "0", "MN": "38", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "5", "LAT": "51N42", "LON": "5E19", "MON": "5", "NUM": "1353", "PRO": "A", "SEC": "44", "YEA": "1898", "CITY": "BREDA"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12822	haanstra-albert-1916-05-31	{"a5": "1354"}	{"lerrcp": "A5-1354"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Haanstra", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "O", "c3": null, "cy": "NL", "lg": 6.08333, "lat": 52.51667, "name": "HOLTEN", "geoid": 0}, "notime": null, "date-ut": "1916-05-31 03:40:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Haanstra"}, "birth": {"place": {"c2": "O", "cy": "NL", "lg": 6.08333, "lat": 52.51667, "name": "HOLTEN", "geoid": 0}, "date-ut": "1916-05-31 03:40:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1354"}, "ids-in-sources": {"a5": "1354"}}, "raw": {"H": "3", "MN": "40", "TZ": "0", "COD": "O", "COU": "N", "DAY": "31", "LAT": "52N31", "LON": "6E 5", "MON": "5", "NUM": "1354", "PRO": "A", "SEC": "28", "YEA": "1916", "CITY": "HOLTEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12823	haspels-derk-1837-11-17	{"a5": "1355"}	{"lerrcp": "A5-1355"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Derk", "family": "Haspels", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "NIJMEGEN", "geoid": 0}, "notime": null, "date-ut": "1837-11-17 11:36:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Derk", "family": "Haspels"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "NIJMEGEN", "geoid": 0}, "date-ut": "1837-11-17 11:36:24"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1355"}, "ids-in-sources": {"a5": "1355"}}, "raw": {"H": "11", "MN": "36", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "17", "LAT": "51N59", "LON": "5E54", "MON": "11", "NUM": "1355", "PRO": "A", "SEC": "24", "YEA": "1837", "CITY": "NIJMEGEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12824	hauer-arend-1909-09-14	{"a5": "1356"}	{"lerrcp": "A5-1356"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arend", "family": "Hauer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "notime": null, "date-ut": "1909-09-14 16:40:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Arend", "family": "Hauer"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "date-ut": "1909-09-14 16:40:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1356"}, "ids-in-sources": {"a5": "1356"}}, "raw": {"H": "16", "MN": "40", "TZ": "0", "COD": "U", "COU": "N", "DAY": "14", "LAT": "52N 6", "LON": "5E 8", "MON": "9", "NUM": "1356", "PRO": "A", "SEC": "28", "YEA": "1909", "CITY": "UTRECHT"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12825	heer-petronella-1856-01-08	{"a5": "1357"}	{"lerrcp": "A5-1357"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Petronella", "family": "Heer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DORDRECHT", "geoid": 0}, "notime": null, "date-ut": "1856-01-08 17:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Petronella", "family": "Heer"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DORDRECHT", "geoid": 0}, "date-ut": "1856-01-08 17:12:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1357"}, "ids-in-sources": {"a5": "1357"}}, "raw": {"H": "17", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "8", "LAT": "52N 5", "LON": "4E28", "MON": "1", "NUM": "1357", "PRO": "A", "SEC": "8", "YEA": "1856", "CITY": "DORDRECHT"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12826	holkers-dirk-1859-03-10	{"a5": "1358"}	{"lerrcp": "A5-1358"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dirk", "family": "Holkers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1859-03-10 01:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Dirk", "family": "Holkers"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1859-03-10 01:42:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1358"}, "ids-in-sources": {"a5": "1358"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "10", "LAT": "52N 5", "LON": "4E28", "MON": "3", "NUM": "1358", "PRO": "A", "SEC": "8", "YEA": "1859", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12827	hooykaas-adriaan-1891-07-24	{"a5": "1359"}	{"lerrcp": "A5-1359"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adriaan", "family": "Hooykaas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1891-07-24 03:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Adriaan", "family": "Hooykaas"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1891-07-24 03:42:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1359"}, "ids-in-sources": {"a5": "1359"}}, "raw": {"H": "3", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "24", "LAT": "52N 5", "LON": "4E28", "MON": "7", "NUM": "1359", "PRO": "A", "SEC": "8", "YEA": "1891", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12828	hopper-hendrika-1877-10-24	{"a5": "1360"}	{"lerrcp": "A5-1360"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hendrika", "family": "Hopper", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "D", "c3": null, "cy": "NL", "lg": 6.4, "lat": 52.98333, "name": "ASSEN", "geoid": 0}, "notime": null, "date-ut": "1877-10-24 14:34:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Hendrika", "family": "Hopper"}, "birth": {"place": {"c2": "D", "cy": "NL", "lg": 6.4, "lat": 52.98333, "name": "ASSEN", "geoid": 0}, "date-ut": "1877-10-24 14:34:24"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1360"}, "ids-in-sources": {"a5": "1360"}}, "raw": {"H": "14", "MN": "34", "TZ": "0", "COD": "D", "COU": "N", "DAY": "24", "LAT": "52N59", "LON": "6E24", "MON": "10", "NUM": "1360", "PRO": "A", "SEC": "24", "YEA": "1877", "CITY": "ASSEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12829	gauquelin-a5-1361-1868-07-19	{"a5": "1361"}	{"lerrcp": "A5-1361"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1361", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DORDRECHT", "geoid": 0}, "notime": null, "date-ut": "1868-07-19 23:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1361"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DORDRECHT", "geoid": 0}, "date-ut": "1868-07-19 23:12:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1361"}, "ids-in-sources": {"a5": "1361"}}, "raw": {"H": "23", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "19", "LAT": "52N 5", "LON": "4E28", "MON": "7", "NUM": "1361", "PRO": "A", "SEC": "8", "YEA": "1868", "CITY": "DORDRECHT"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12830	gauquelin-a5-1362-1891-02-03	{"a5": "1362"}	{"lerrcp": "A5-1362"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1362", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1891-02-03 02:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1362"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1891-02-03 02:41:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1362"}, "ids-in-sources": {"a5": "1362"}}, "raw": {"H": "2", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "3", "LAT": "52N22", "LON": "4E38", "MON": "2", "NUM": "1362", "PRO": "A", "SEC": "28", "YEA": "1891", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12831	ivens-joris-1898-11-18	{"a5": "1363"}	{"lerrcp": "A5-1363"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joris", "family": "Ivens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "NIJMEGEN", "geoid": 0}, "notime": null, "date-ut": "1898-11-18 04:36:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Joris", "family": "Ivens"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "NIJMEGEN", "geoid": 0}, "date-ut": "1898-11-18 04:36:24"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1363"}, "ids-in-sources": {"a5": "1363"}}, "raw": {"H": "4", "MN": "36", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "18", "LAT": "51N59", "LON": "5E54", "MON": "11", "NUM": "1363", "PRO": "A", "SEC": "24", "YEA": "1898", "CITY": "NIJMEGEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12832	janssens-magdalena-1884-04-18	{"a5": "1364"}	{"lerrcp": "A5-1364"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Magdalena", "family": "Janssens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "B", "c3": null, "cy": "NL", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1884-04-18 17:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Magdalena", "family": "Janssens"}, "birth": {"place": {"c2": "B", "cy": "NL", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1884-04-18 17:42:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1364"}, "ids-in-sources": {"a5": "1364"}}, "raw": {"H": "17", "MN": "42", "TZ": "0", "COD": "B", "COU": "N", "DAY": "18", "LAT": "51N14", "LON": "4E30", "MON": "4", "NUM": "1364", "PRO": "A", "SEC": "0", "YEA": "1884", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12833	jong-jacob-1851-03-21	{"a5": "1365"}	{"lerrcp": "A5-1365"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacob", "family": "Jong", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1851-03-21 09:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jacob", "family": "Jong"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1851-03-21 09:41:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1365"}, "ids-in-sources": {"a5": "1365"}}, "raw": {"H": "9", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "21", "LAT": "52N22", "LON": "4E38", "MON": "3", "NUM": "1365", "PRO": "A", "SEC": "28", "YEA": "1851", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12835	kan-vonk-diderika-1901-04-28	{"a5": "1367"}	{"lerrcp": "A5-1367"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Diderika", "family": "Kan-Vonk", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1901-04-28 09:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Diderika", "family": "Kan-Vonk"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1901-04-28 09:41:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1367"}, "ids-in-sources": {"a5": "1367"}}, "raw": {"H": "9", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "28", "LAT": "52N22", "LON": "4E38", "MON": "4", "NUM": "1367", "PRO": "A", "SEC": "28", "YEA": "1901", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12836	kelly-johannes-1854-08-12	{"a5": "1368"}	{"lerrcp": "A5-1368"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Kelly", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1854-08-12 01:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Kelly"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1854-08-12 01:41:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1368"}, "ids-in-sources": {"a5": "1368"}}, "raw": {"H": "1", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "12", "LAT": "52N22", "LON": "4E38", "MON": "8", "NUM": "1368", "PRO": "A", "SEC": "28", "YEA": "1854", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12837	klein-alida-1873-04-29	{"a5": "1369"}	{"lerrcp": "A5-1369"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alida", "family": "Klein", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1873-04-29 03:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Alida", "family": "Klein"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1873-04-29 03:41:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1369"}, "ids-in-sources": {"a5": "1369"}}, "raw": {"H": "3", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "29", "LAT": "52N22", "LON": "4E38", "MON": "4", "NUM": "1369", "PRO": "A", "SEC": "28", "YEA": "1873", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12838	kley-helena-1866-01-18	{"a5": "1370"}	{"lerrcp": "A5-1370"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Helena", "family": "Kley", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1866-01-18 15:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Helena", "family": "Kley"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1866-01-18 15:42:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1370"}, "ids-in-sources": {"a5": "1370"}}, "raw": {"H": "15", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "18", "LAT": "52N 5", "LON": "4E28", "MON": "1", "NUM": "1370", "PRO": "A", "SEC": "8", "YEA": "1866", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12839	kleyn-kommer-1893-06-12	{"a5": "1371"}	{"lerrcp": "A5-1371"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kommer", "family": "Kleyn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DORDRECHT", "geoid": 0}, "notime": null, "date-ut": "1893-06-12 08:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Kommer", "family": "Kleyn"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DORDRECHT", "geoid": 0}, "date-ut": "1893-06-12 08:42:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1371"}, "ids-in-sources": {"a5": "1371"}}, "raw": {"H": "8", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "12", "LAT": "52N 5", "LON": "4E28", "MON": "6", "NUM": "1371", "PRO": "A", "SEC": "8", "YEA": "1893", "CITY": "DORDRECHT"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12840	kooiman-louise-1898-07-20	{"a5": "1372"}	{"lerrcp": "A5-1372"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louise", "family": "Kooiman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "notime": null, "date-ut": "1898-07-20 16:09:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Louise", "family": "Kooiman"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "date-ut": "1898-07-20 16:09:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1372"}, "ids-in-sources": {"a5": "1372"}}, "raw": {"H": "16", "MN": "9", "TZ": "0", "COD": "U", "COU": "N", "DAY": "20", "LAT": "52N 6", "LON": "5E 8", "MON": "7", "NUM": "1372", "PRO": "A", "SEC": "28", "YEA": "1898", "CITY": "UTRECHT"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12841	kreeft-albertus-1854-02-09	{"a5": "1373"}	{"lerrcp": "A5-1373"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albertus", "family": "Kreeft", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1854-02-09 17:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Albertus", "family": "Kreeft"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1854-02-09 17:41:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1373"}, "ids-in-sources": {"a5": "1373"}}, "raw": {"H": "17", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "9", "LAT": "52N22", "LON": "4E38", "MON": "2", "NUM": "1373", "PRO": "A", "SEC": "28", "YEA": "1854", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12842	kuyk-henrik-1846-01-21	{"a5": "1374"}	{"lerrcp": "A5-1374"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henrik", "family": "Kuyk", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1846-01-21 00:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Henrik", "family": "Kuyk"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1846-01-21 00:42:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1374"}, "ids-in-sources": {"a5": "1374"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "21", "LAT": "52N 5", "LON": "4E28", "MON": "1", "NUM": "1374", "PRO": "A", "SEC": "8", "YEA": "1846", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12843	la-chapelle-philippe-1882-08-01	{"a5": "1375"}	{"lerrcp": "A5-1375"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "La Chapelle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1882-08-01 17:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "La Chapelle"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1882-08-01 17:12:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1375"}, "ids-in-sources": {"a5": "1375"}}, "raw": {"H": "17", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "1", "LAT": "52N 5", "LON": "4E28", "MON": "8", "NUM": "1375", "PRO": "A", "SEC": "8", "YEA": "1882", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12844	lageman-dirk-1858-06-01	{"a5": "1376"}	{"lerrcp": "A5-1376"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dirk", "family": "Lageman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1858-06-01 16:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Dirk", "family": "Lageman"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1858-06-01 16:41:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1376"}, "ids-in-sources": {"a5": "1376"}}, "raw": {"H": "16", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "1", "LAT": "52N22", "LON": "4E38", "MON": "6", "NUM": "1376", "PRO": "A", "SEC": "28", "YEA": "1858", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12845	lugt-melsert-cornelius-1882-07-04	{"a5": "1377"}	{"lerrcp": "A5-1377"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Lugt Melsert Cornelius", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1882-07-04 17:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Lugt Melsert Cornelius"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1882-07-04 17:42:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1377"}, "ids-in-sources": {"a5": "1377"}}, "raw": {"H": "17", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "4", "LAT": "52N 5", "LON": "4E28", "MON": "7", "NUM": "1377", "PRO": "A", "SEC": "8", "YEA": "1882", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12846	lugt-melsert-cornelius-1907-03-19	{"a5": "1378"}	{"lerrcp": "A5-1378"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Lugt Melsert Cornelius", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1907-03-19 21:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Lugt Melsert Cornelius"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1907-03-19 21:42:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1378"}, "ids-in-sources": {"a5": "1378"}}, "raw": {"H": "21", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "19", "LAT": "52N 5", "LON": "4E28", "MON": "3", "NUM": "1378", "PRO": "A", "SEC": "8", "YEA": "1907", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12847	lugt-melsert-wilhelmina-1871-02-24	{"a5": "1379"}	{"lerrcp": "A5-1379"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Lugt Melsert Wilhelmina", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1871-02-24 01:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Lugt Melsert Wilhelmina"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1871-02-24 01:42:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1379"}, "ids-in-sources": {"a5": "1379"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "24", "LAT": "52N 5", "LON": "4E28", "MON": "2", "NUM": "1379", "PRO": "A", "SEC": "8", "YEA": "1871", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12848	gauquelin-a5-1380-1919-06-16	{"a5": "1380"}	{"lerrcp": "A5-1380"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1380", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DELFT", "geoid": 0}, "notime": null, "date-ut": "1919-06-16 23:40:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1380"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DELFT", "geoid": 0}, "date-ut": "1919-06-16 23:40:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1380"}, "ids-in-sources": {"a5": "1380"}}, "raw": {"H": "23", "MN": "40", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "16", "LAT": "52N 5", "LON": "4E28", "MON": "6", "NUM": "1380", "PRO": "A", "SEC": "28", "YEA": "1919", "CITY": "DELFT"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12849	meester-johan-1897-06-24	{"a5": "1381"}	{"lerrcp": "A5-1381"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johan", "family": "Meester", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1897-06-24 17:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Johan", "family": "Meester"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1897-06-24 17:42:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1381"}, "ids-in-sources": {"a5": "1381"}}, "raw": {"H": "17", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "24", "LAT": "52N 5", "LON": "4E28", "MON": "6", "NUM": "1381", "PRO": "A", "SEC": "8", "YEA": "1897", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12850	merkelbach-hendrik-1885-09-23	{"a5": "1382"}	{"lerrcp": "A5-1382"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hendrik", "family": "Merkelbach", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1885-09-23 16:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Hendrik", "family": "Merkelbach"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1885-09-23 16:42:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1382"}, "ids-in-sources": {"a5": "1382"}}, "raw": {"H": "16", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "23", "LAT": "52N 5", "LON": "4E28", "MON": "9", "NUM": "1382", "PRO": "A", "SEC": "8", "YEA": "1885", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12851	moer-anna-1912-01-23	{"a5": "1383"}	{"lerrcp": "A5-1383"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anna", "family": "Moer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1912-01-23 20:40:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Anna", "family": "Moer"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1912-01-23 20:40:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1383"}, "ids-in-sources": {"a5": "1383"}}, "raw": {"H": "20", "MN": "40", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "23", "LAT": "52N22", "LON": "4E38", "MON": "1", "NUM": "1383", "PRO": "A", "SEC": "28", "YEA": "1912", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12852	morrien-carel-1870-09-28	{"a5": "1384"}	{"lerrcp": "A5-1384"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carel", "family": "Morrien", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1870-09-28 03:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Carel", "family": "Morrien"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1870-09-28 03:42:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1384"}, "ids-in-sources": {"a5": "1384"}}, "raw": {"H": "3", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "28", "LAT": "52N 5", "LON": "4E28", "MON": "9", "NUM": "1384", "PRO": "A", "SEC": "8", "YEA": "1870", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12853	mulder-roelofsen-aleida-1869-08-31	{"a5": "1385"}	{"lerrcp": "A5-1385"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aleida", "family": "Mulder-Roelofsen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "L", "c3": null, "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "ROERMOND", "geoid": 0}, "notime": null, "date-ut": "1869-08-31 20:37:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Aleida", "family": "Mulder-Roelofsen"}, "birth": {"place": {"c2": "L", "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "ROERMOND", "geoid": 0}, "date-ut": "1869-08-31 20:37:20"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1385"}, "ids-in-sources": {"a5": "1385"}}, "raw": {"H": "20", "MN": "37", "TZ": "0", "COD": "L", "COU": "N", "DAY": "31", "LAT": "50N51", "LON": "5E40", "MON": "8", "NUM": "1385", "PRO": "A", "SEC": "20", "YEA": "1869", "CITY": "ROERMOND"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12854	musch-jan-1875-12-22	{"a5": "1386"}	{"lerrcp": "A5-1386"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Musch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1875-12-22 17:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Musch"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1875-12-22 17:41:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1386"}, "ids-in-sources": {"a5": "1386"}}, "raw": {"H": "17", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "22", "LAT": "52N22", "LON": "4E38", "MON": "12", "NUM": "1386", "PRO": "A", "SEC": "28", "YEA": "1875", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12855	nieuwland-marita-1842-02-21	{"a5": "1387"}	{"lerrcp": "A5-1387"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marita", "family": "Nieuwland", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1842-02-21 04:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marita", "family": "Nieuwland"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1842-02-21 04:42:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1387"}, "ids-in-sources": {"a5": "1387"}}, "raw": {"H": "4", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "21", "LAT": "52N 5", "LON": "4E28", "MON": "2", "NUM": "1387", "PRO": "A", "SEC": "8", "YEA": "1842", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12856	parser-mauritz-1890-07-26	{"a5": "1388"}	{"lerrcp": "A5-1388"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mauritz", "family": "Parser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1890-07-26 14:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Mauritz", "family": "Parser"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1890-07-26 14:42:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1388"}, "ids-in-sources": {"a5": "1388"}}, "raw": {"H": "14", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "26", "LAT": "52N 5", "LON": "4E28", "MON": "7", "NUM": "1388", "PRO": "A", "SEC": "8", "YEA": "1890", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12857	poll-jaap-1889-06-19	{"a5": "1389"}	{"lerrcp": "A5-1389"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jaap", "family": "Poll", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1889-06-19 23:11:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jaap", "family": "Poll"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1889-06-19 23:11:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1389"}, "ids-in-sources": {"a5": "1389"}}, "raw": {"H": "23", "MN": "11", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "19", "LAT": "52N22", "LON": "4E38", "MON": "6", "NUM": "1389", "PRO": "A", "SEC": "28", "YEA": "1889", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12858	poolman-augustina-1870-08-14	{"a5": "1390"}	{"lerrcp": "A5-1390"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Augustina", "family": "Poolman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1870-08-14 12:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Augustina", "family": "Poolman"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1870-08-14 12:41:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1390"}, "ids-in-sources": {"a5": "1390"}}, "raw": {"H": "12", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "14", "LAT": "52N22", "LON": "4E38", "MON": "8", "NUM": "1390", "PRO": "A", "SEC": "28", "YEA": "1870", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12859	poolman-elisabeth-1850-05-26	{"a5": "1391"}	{"lerrcp": "A5-1391"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elisabeth", "family": "Poolman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1850-05-26 21:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Elisabeth", "family": "Poolman"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1850-05-26 21:41:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1391"}, "ids-in-sources": {"a5": "1391"}}, "raw": {"H": "21", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "26", "LAT": "52N22", "LON": "4E38", "MON": "5", "NUM": "1391", "PRO": "A", "SEC": "28", "YEA": "1850", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12860	gauquelin-a5-1392-1884-06-07	{"a5": "1392"}	{"lerrcp": "A5-1392"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1392", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1884-06-07 09:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1392"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1884-06-07 09:41:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1392"}, "ids-in-sources": {"a5": "1392"}}, "raw": {"H": "9", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "7", "LAT": "52N22", "LON": "4E38", "MON": "6", "NUM": "1392", "PRO": "A", "SEC": "28", "YEA": "1884", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12861	rossing-sablairolles-anna-1861-02-07	{"a5": "1393"}	{"lerrcp": "A5-1393"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anna", "family": "Rössing-Sablairolles", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1861-02-07 22:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Anna", "family": "Rössing-Sablairolles"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1861-02-07 22:42:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1393"}, "ids-in-sources": {"a5": "1393"}}, "raw": {"H": "22", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "7", "LAT": "52N 5", "LON": "4E28", "MON": "2", "NUM": "1393", "PRO": "A", "SEC": "8", "YEA": "1861", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12862	royaards-willem-1867-01-21	{"a5": "1394"}	{"lerrcp": "A5-1394"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willem", "family": "Royaards", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1867-01-21 17:11:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Willem", "family": "Royaards"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1867-01-21 17:11:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1394"}, "ids-in-sources": {"a5": "1394"}}, "raw": {"H": "17", "MN": "11", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "21", "LAT": "52N22", "LON": "4E38", "MON": "1", "NUM": "1394", "PRO": "A", "SEC": "28", "YEA": "1867", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12863	gauquelin-a5-1395-1891-06-12	{"a5": "1395"}	{"lerrcp": "A5-1395"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1395", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1891-06-12 23:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1395"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1891-06-12 23:42:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1395"}, "ids-in-sources": {"a5": "1395"}}, "raw": {"H": "23", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "12", "LAT": "52N 5", "LON": "4E28", "MON": "6", "NUM": "1395", "PRO": "A", "SEC": "8", "YEA": "1891", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12864	sasbasch-wilhelmina-1875-10-28	{"a5": "1396"}	{"lerrcp": "A5-1396"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelmina", "family": "Sasbasch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1875-10-28 17:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Wilhelmina", "family": "Sasbasch"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1875-10-28 17:41:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1396"}, "ids-in-sources": {"a5": "1396"}}, "raw": {"H": "17", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "28", "LAT": "52N22", "LON": "4E38", "MON": "10", "NUM": "1396", "PRO": "A", "SEC": "28", "YEA": "1875", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12865	schoonhoven-cornelis-1847-10-12	{"a5": "1397"}	{"lerrcp": "A5-1397"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cornelis", "family": "Schoonhoven", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1847-10-12 19:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Cornelis", "family": "Schoonhoven"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1847-10-12 19:41:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1397"}, "ids-in-sources": {"a5": "1397"}}, "raw": {"H": "19", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "12", "LAT": "52N22", "LON": "4E38", "MON": "10", "NUM": "1397", "PRO": "A", "SEC": "28", "YEA": "1847", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12866	gauquelin-a5-1398-1860-05-23	{"a5": "1398"}	{"lerrcp": "A5-1398"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1398", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ARNHEM", "geoid": 0}, "notime": null, "date-ut": "1860-05-23 23:46:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1398"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ARNHEM", "geoid": 0}, "date-ut": "1860-05-23 23:46:24"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1398"}, "ids-in-sources": {"a5": "1398"}}, "raw": {"H": "23", "MN": "46", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "23", "LAT": "51N59", "LON": "5E54", "MON": "5", "NUM": "1398", "PRO": "A", "SEC": "24", "YEA": "1860", "CITY": "ARNHEM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12867	schwab-welmann-wilhelmina-1862-04-29	{"a5": "1399"}	{"lerrcp": "A5-1399"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelmina", "family": "Schwab-Welmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1862-04-29 23:11:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Wilhelmina", "family": "Schwab-Welmann"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1862-04-29 23:11:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1399"}, "ids-in-sources": {"a5": "1399"}}, "raw": {"H": "23", "MN": "11", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "29", "LAT": "52N22", "LON": "4E38", "MON": "4", "NUM": "1399", "PRO": "A", "SEC": "28", "YEA": "1862", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12868	gauquelin-a5-1400-1917-06-27	{"a5": "1400"}	{"lerrcp": "A5-1400"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1400", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "notime": null, "date-ut": "1917-06-27 23:40:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1400"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "date-ut": "1917-06-27 23:40:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1400"}, "ids-in-sources": {"a5": "1400"}}, "raw": {"H": "23", "MN": "40", "TZ": "0", "COD": "U", "COU": "N", "DAY": "27", "LAT": "52N 6", "LON": "5E 8", "MON": "6", "NUM": "1400", "PRO": "A", "SEC": "28", "YEA": "1917", "CITY": "UTRECHT"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12869	verenet-georges-1865-02-08	{"a5": "1401"}	{"lerrcp": "A5-1401"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Verenet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1865-02-08 04:11:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Verenet"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1865-02-08 04:11:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1401"}, "ids-in-sources": {"a5": "1401"}}, "raw": {"H": "4", "MN": "11", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "8", "LAT": "52N22", "LON": "4E38", "MON": "2", "NUM": "1401", "PRO": "A", "SEC": "28", "YEA": "1865", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12870	verkade-edouard-1878-06-15	{"a5": "1402"}	{"lerrcp": "A5-1402"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Verkade", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1878-06-15 06:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Verkade"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1878-06-15 06:41:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1402"}, "ids-in-sources": {"a5": "1402"}}, "raw": {"H": "6", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "15", "LAT": "52N22", "LON": "4E38", "MON": "6", "NUM": "1402", "PRO": "A", "SEC": "28", "YEA": "1878", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12871	vink-maria-1864-03-14	{"a5": "1403"}	{"lerrcp": "A5-1403"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maria", "family": "Vink", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1864-03-14 02:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Maria", "family": "Vink"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1864-03-14 02:42:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1403"}, "ids-in-sources": {"a5": "1403"}}, "raw": {"H": "2", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "14", "LAT": "52N 5", "LON": "4E28", "MON": "3", "NUM": "1403", "PRO": "A", "SEC": "8", "YEA": "1864", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12872	vos-jan-1855-07-08	{"a5": "1404"}	{"lerrcp": "A5-1404"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Vos", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1855-07-08 15:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Vos"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1855-07-08 15:42:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1404"}, "ids-in-sources": {"a5": "1404"}}, "raw": {"H": "15", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "8", "LAT": "52N 5", "LON": "4E28", "MON": "7", "NUM": "1404", "PRO": "A", "SEC": "8", "YEA": "1855", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12873	vries-henri-1864-08-08	{"a5": "1405"}	{"lerrcp": "A5-1405"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Vries", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1864-08-08 05:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Vries"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1864-08-08 05:42:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1405"}, "ids-in-sources": {"a5": "1405"}}, "raw": {"H": "5", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "8", "LAT": "52N 5", "LON": "4E28", "MON": "8", "NUM": "1405", "PRO": "A", "SEC": "8", "YEA": "1864", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12874	vries-louis-1871-10-18	{"a5": "1406"}	{"lerrcp": "A5-1406"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Vries", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1871-10-18 09:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Vries"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1871-10-18 09:41:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1406"}, "ids-in-sources": {"a5": "1406"}}, "raw": {"H": "9", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "18", "LAT": "52N22", "LON": "4E38", "MON": "10", "NUM": "1406", "PRO": "A", "SEC": "28", "YEA": "1871", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12875	warmelo-marie-1866-10-19	{"a5": "1407"}	{"lerrcp": "A5-1407"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Warmelo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1866-10-19 15:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Warmelo"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1866-10-19 15:42:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1407"}, "ids-in-sources": {"a5": "1407"}}, "raw": {"H": "15", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "19", "LAT": "52N 5", "LON": "4E28", "MON": "10", "NUM": "1407", "PRO": "A", "SEC": "8", "YEA": "1866", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12876	westerhoven-louis-1854-02-20	{"a5": "1408"}	{"lerrcp": "A5-1408"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Westerhoven", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1854-02-20 01:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Westerhoven"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1854-02-20 01:41:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1408"}, "ids-in-sources": {"a5": "1408"}}, "raw": {"H": "1", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "20", "LAT": "52N22", "LON": "4E38", "MON": "2", "NUM": "1408", "PRO": "A", "SEC": "28", "YEA": "1854", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12877	zuylen-willem-1847-04-03	{"a5": "1409"}	{"lerrcp": "A5-1409"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willem", "family": "Zuylen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DEN HAAG", "geoid": 0}, "notime": null, "date-ut": "1847-04-03 06:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Willem", "family": "Zuylen"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DEN HAAG", "geoid": 0}, "date-ut": "1847-04-03 06:12:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1409"}, "ids-in-sources": {"a5": "1409"}}, "raw": {"H": "6", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "3", "LAT": "52N 5", "LON": "4E28", "MON": "4", "NUM": "1409", "PRO": "A", "SEC": "8", "YEA": "1847", "CITY": "DEN HAAG"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12879	aujoulat-louis-1910-08-28	{"a5": "1411", "g55": "08-2"}	{"g55": "08-2", "lerrcp": "A5-1411"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Aujoulat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": -0.63588, "lat": 35.69906, "name": "Oran", "geoid": 2485926}, "notime": null, "date-ut": "1910-08-28 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Aujoulat"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": -0.63588, "lat": 35.69906, "name": "Oran", "geoid": 2485926}, "date-ut": "1910-08-28 04:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1411"}, "ids-in-sources": {"a5": "1411"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "28", "LAT": "35N40", "LON": "0W30", "MON": "8", "NUM": "1411", "PRO": "PT", "SEC": "40", "YEA": "1910", "CITY": "ORAN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-2"}, "ids-in-source": {"g55": "08-2"}}, "raw": {"DAY": "28-8-1910", "HOUR": "5 h.", "NAME": "AUJOULAT Louis", "PLACE": "Saida (Oran)."}, "date": "2023-08-20T14:49:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12882	barange-charles-1897-12-21	{"a5": "1414", "g55": "08-5"}	{"g55": "08-5", "lerrcp": "A5-1414"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Barange", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1897-12-21 20:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.53333, "lat": 47.46667, "name": "Beaulieu-sur-Layon", "geoid": 0}, "notime": null, "date-ut": "1897-12-21 19:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Barange"}, "birth": {"tzo": "+00:09:21", "date": "1897-12-21 20:00", "place": {"c2": "49", "cy": "FR", "lg": -0.53333, "lat": 47.46667, "name": "Beaulieu-sur-Layo", "geoid": 0}, "date-ut": "1897-12-21 19:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1414"}, "ids-in-sources": {"a5": "1414"}}, "raw": {"H": "19", "MN": "50", "TZ": "0", "COD": "49", "COU": "F", "DAY": "21", "LAT": "47N28", "LON": "0W32", "MON": "12", "NUM": "1414", "PRO": "PT", "SEC": "40", "YEA": "1897", "CITY": "BEAULIEU-S/LAYO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Beaulieu-sur-Layon"}}, "partial-ids": {"g55": "08-5"}, "ids-in-source": {"g55": "08-5"}}, "raw": {"DAY": "21-12-1897", "HOUR": "20 h.", "NAME": "BARANGE Charles", "PLACE": "Beaulieu-sur-Layon (Maine-et-L.)."}, "date": "2023-08-20T14:49:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12884	bergasse-henry-1894-09-28	{"a5": "1416", "g55": "08-7"}	{"g55": "08-7", "lerrcp": "A5-1416"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Bergasse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1894-09-28 09:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1894-09-28 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Bergasse"}, "birth": {"tzo": "+00:09:21", "date": "1894-09-28 09:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1894-09-28 08:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1416"}, "ids-in-sources": {"a5": "1416"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "13", "COU": "F", "DAY": "28", "LAT": "43N18", "LON": "5E22", "MON": "9", "NUM": "1416", "PRO": "PT", "SEC": "40", "YEA": "1894", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-7"}, "ids-in-source": {"g55": "08-7"}}, "raw": {"DAY": "28-9-1894", "HOUR": "9 h.", "NAME": "BERGASSE Henry", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:49:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12887	billiemaz-auguste-1889-09-22	{"a5": "1419", "g55": "08-10"}	{"g55": "08-10", "lerrcp": "A5-1419"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Billiemaz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:45", "date": "1889-09-22 18:00", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 5.68813, "lat": 45.75917, "name": "Belley", "geoid": 3033625}, "notime": null, "date-ut": "1889-09-22 17:39:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Billiemaz"}, "birth": {"tzo": "+00:22:45", "date": "1889-09-22 18:00", "place": {"c2": "01", "cy": "FR", "lg": 5.68813, "lat": 45.75917, "name": "Belley", "geoid": 3033625}, "date-ut": "1889-09-22 17:39:08"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1419"}, "ids-in-sources": {"a5": "1419"}}, "raw": {"H": "17", "MN": "39", "TZ": "0", "COD": "01", "COU": "F", "DAY": "22", "LAT": "46N12", "LON": "5E13", "MON": "9", "NUM": "1419", "PRO": "PT", "SEC": "8", "YEA": "1889", "CITY": "BELLEY"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-10"}, "ids-in-source": {"g55": "08-10"}}, "raw": {"DAY": "22-9-1889", "HOUR": "18 h.", "NAME": "BILLIEMAZ Auguste", "PLACE": "Belley (Ain)."}, "date": "2023-08-20T14:49:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12888	billoux-francois-1903-05-21	{"a5": "1420", "g55": "08-12"}	{"g55": "08-12", "lerrcp": "A5-1420"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Billoux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1903-05-21 19:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.38333, "lat": 45.43333, "name": "Saint-Romain-la-Motte", "geoid": 0}, "notime": null, "date-ut": "1903-05-21 18:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "François", "family": "Billoux"}, "birth": {"tzo": "+00:09:21", "date": "1903-05-21 19:00", "place": {"c2": "42", "cy": "FR", "lg": 4.38333, "lat": 45.43333, "name": "Saint-Romain-la-Mo", "geoid": 0}, "date-ut": "1903-05-21 18:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1420"}, "ids-in-sources": {"a5": "1420"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "42", "COU": "F", "DAY": "21", "LAT": "45N26", "LON": "4E23", "MON": "5", "NUM": "1420", "PRO": "PT", "SEC": "40", "YEA": "1903", "CITY": "ST-ROMAIN-LA-MO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Romain-la-Motte"}}, "partial-ids": {"g55": "08-12"}, "ids-in-source": {"g55": "08-12"}}, "raw": {"DAY": "21-5-1908", "HOUR": "19 h.", "NAME": "BILLOUX Francois", "PLACE": "Saint-Romain-la-Motte (Loire)."}, "date": "2023-08-20T14:49:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12891	gauquelin-a5-1423-1914-08-19	{"a5": "1423"}	{"lerrcp": "A5-1423"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1423", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-08-19 04:00", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 1.47383, "lat": 48.4295, "name": "Luisant", "geoid": 2997148}, "notime": null, "date-ut": "1914-08-19 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1423"}, "birth": {"tzo": "+00:00", "date": "1914-08-19 04:00", "place": {"c2": "28", "cy": "FR", "lg": 1.47383, "lat": 48.4295, "name": "Luisant", "geoid": 2997148}, "date-ut": "1914-08-19 04:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1423"}, "ids-in-sources": {"a5": "1423"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "28", "COU": "F", "DAY": "19", "LAT": "48N27", "LON": "1E30", "MON": "8", "NUM": "1423", "PRO": "PT", "SEC": "0", "YEA": "1914", "CITY": "LUISANT"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12892	bouxom-fernand-1909-10-09	{"a5": "1424", "g55": "08-15"}	{"g55": "08-15", "lerrcp": "A5-1424"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Bouxom", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1909-10-09 13:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.04784, "lat": 50.68276, "name": "Wambrechies", "geoid": 2967482}, "notime": null, "date-ut": "1909-10-09 12:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Bouxom"}, "birth": {"tzo": "+00:09:21", "date": "1909-10-09 13:00", "place": {"c2": "59", "cy": "FR", "lg": 3.04784, "lat": 50.68276, "name": "Wambrechies", "geoid": 2967482}, "date-ut": "1909-10-09 12:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1424"}, "ids-in-sources": {"a5": "1424"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "59", "COU": "F", "DAY": "9", "LAT": "50N39", "LON": "3E 5", "MON": "10", "NUM": "1424", "PRO": "PT", "SEC": "40", "YEA": "1909", "CITY": "WAMBRECHIES"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-15"}, "ids-in-source": {"g55": "08-15"}}, "raw": {"DAY": "9-10-1909", "HOUR": "13 h.", "NAME": "BOUXOM Fernand", "PLACE": "Wambrechies (Nord)."}, "date": "2023-08-20T14:49:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12894	caillavet-henri-1914-02-13	{"a5": "1426", "g55": "08-17"}	{"g55": "08-17", "lerrcp": "A5-1426"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Caillavet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-02-13 06:00", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.62055, "lat": 44.20199, "name": "Agen", "geoid": 3038634}, "notime": null, "date-ut": "1914-02-13 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Caillavet"}, "birth": {"tzo": "+00:00", "date": "1914-02-13 06:00", "place": {"c2": "47", "cy": "FR", "lg": 0.62055, "lat": 44.20199, "name": "Agen", "geoid": 3038634}, "date-ut": "1914-02-13 06:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1426"}, "ids-in-sources": {"a5": "1426"}}, "raw": {"H": "6", "MN": "0", "TZ": "0", "COD": "47", "COU": "F", "DAY": "13", "LAT": "44N12", "LON": "0E38", "MON": "2", "NUM": "1426", "PRO": "PT", "SEC": "0", "YEA": "1914", "CITY": "AGEN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-17"}, "ids-in-source": {"g55": "08-17"}}, "raw": {"DAY": "13-2-1914", "HOUR": "6 h.", "NAME": "CAILLAVET Henri", "PLACE": "Agen (Lot-et-Garonne)."}, "date": "2023-08-20T14:49:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12898	christiaens-louis-1890-12-20	{"a5": "1430", "g55": "08-20"}	{"g55": "08-20", "lerrcp": "A5-1430"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Christiaens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:27", "date": "1890-12-20 06:25:23", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "notime": null, "date-ut": "1890-12-20 06:18:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Christiaens"}, "birth": {"tzo": "+00:06:27", "date": "1890-12-20 06:25:23", "place": {"c2": "62", "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "date-ut": "1890-12-20 06:18:56"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1430"}, "ids-in-sources": {"a5": "1430"}}, "raw": {"H": "6", "MN": "18", "TZ": "0", "COD": "62", "COU": "F", "DAY": "20", "LAT": "50N18", "LON": "2E46", "MON": "12", "NUM": "1430", "PRO": "PT", "SEC": "56", "YEA": "1890", "CITY": "BOULOGNE-S-MER"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-20"}, "ids-in-source": {"g55": "08-20"}}, "raw": {"DAY": "20-12-1890", "HOUR": "6 h. 30", "NAME": "CHRISTIAENS Louis", "PLACE": "Boulogne-sur-Mer (Pas-de-C.)."}, "date": "2023-08-20T14:49:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12896	chamant-jean-1913-11-23	{"a5": "1428", "g55": "08-207"}	{"g55": "08-207", "lerrcp": "A5-1428"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Chamant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-11-23 15:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.7519, "lat": 46.90953, "name": "Chagny", "geoid": 3027642}, "notime": null, "date-ut": "1913-11-23 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Chamant"}, "birth": {"tzo": "+00:00", "date": "1913-11-23 15:00", "place": {"c2": "71", "cy": "FR", "lg": 4.7519, "lat": 46.90953, "name": "Chagny", "geoid": 3027642}, "date-ut": "1913-11-23 15:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1428"}, "ids-in-sources": {"a5": "1428"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "71", "COU": "F", "DAY": "23", "LAT": "46N18", "LON": "4E50", "MON": "11", "NUM": "1428", "PRO": "PT", "SEC": "0", "YEA": "1913", "CITY": "CHAGNY"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-207"}, "ids-in-source": {"g55": "08-207"}}, "raw": {"DAY": "23-11-1913", "HOUR": "15 h.", "NAME": "CHAMANT Jean", "PLACE": "Chagny (Saône-et-Loire)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12900	coste-floret-alfred-1911-04-09	{"a5": "1433", "g55": "08-23"}	{"g55": "08-23", "lerrcp": "A5-1433"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Coste-floret", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-04-09 03:25", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1911-04-09 03:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1433"}, "birth": {"tzo": "+00:00", "date": "1911-04-09 03:25", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1911-04-09 03:25"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1433"}, "ids-in-sources": {"a5": "1433"}}, "raw": {"H": "3", "MN": "25", "TZ": "0", "COD": "34", "COU": "F", "DAY": "9", "LAT": "43N37", "LON": "3E53", "MON": "4", "NUM": "1433", "PRO": "PT", "SEC": "0", "YEA": "1911", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"name": {"given": "Alfred", "family": "Coste-floret", "nobility": ""}, "slug": "coste-floret-alfred-1911-04-09", "partial-ids": {"g55": "08-23"}, "ids-in-source": {"g55": "08-23"}}, "raw": {"DAY": "9-4-1911", "HOUR": "3 h. 25", "NAME": "COSTE-FLORET Alfred", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:49:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
13055	bozzi-aldo-1909-02-22	{"a5": "1592"}	{"lerrcp": "A5-1592"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Bozzi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1909-02-22 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Aldo", "family": "Bozzi"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1909-02-22 05:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1592"}, "ids-in-sources": {"a5": "1592"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "22", "LAT": "41N54", "LON": "12E30", "MON": "2", "NUM": "1592", "PRO": "PT", "SEC": "0", "YEA": "1909", "CITY": "ROMA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12901	coste-floret-paul-1911-04-09	{"a5": "1434", "g55": "08-24"}	{"g55": "08-24", "lerrcp": "A5-1434"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Coste-floret", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-04-09 03:10", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1911-04-09 03:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1434"}, "birth": {"tzo": "+00:00", "date": "1911-04-09 03:10", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1911-04-09 03:10"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1434"}, "ids-in-sources": {"a5": "1434"}}, "raw": {"H": "3", "MN": "10", "TZ": "0", "COD": "34", "COU": "F", "DAY": "9", "LAT": "43N37", "LON": "3E53", "MON": "4", "NUM": "1434", "PRO": "PT", "SEC": "0", "YEA": "1911", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"name": {"given": "Paul", "family": "Coste-floret", "nobility": ""}, "slug": "coste-floret-paul-1911-04-09", "partial-ids": {"g55": "08-24"}, "ids-in-source": {"g55": "08-24"}}, "raw": {"DAY": "9-4-1911", "HOUR": "3 h. 10", "NAME": "COSTE-FLORET Paul", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:49:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12904	gauquelin-a5-1437-1884-06-18	{"a5": "1437"}	{"lerrcp": "A5-1437"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1437", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:12", "date": "1884-06-18 05:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 5.04813, "lat": 44.05507, "name": "Carpentras", "geoid": 3028542}, "notime": null, "date-ut": "1884-06-18 04:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1437"}, "birth": {"tzo": "+00:20:12", "date": "1884-06-18 05:00", "place": {"c2": "84", "cy": "FR", "lg": 5.04813, "lat": 44.05507, "name": "Carpentras", "geoid": 3028542}, "date-ut": "1884-06-18 04:40:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1437"}, "ids-in-sources": {"a5": "1437"}}, "raw": {"H": "4", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "18", "LAT": "43N57", "LON": "4E50", "MON": "6", "NUM": "1437", "PRO": "PT", "SEC": "40", "YEA": "1884", "CITY": "CARPENTRAS"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12905	dassonville-gaston-1893-03-16	{"a5": "1438", "g55": "08-28"}	{"g55": "08-28", "lerrcp": "A5-1438"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Dassonville", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1893-03-16 04:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.16782, "lat": 50.34173, "name": "Lewarde", "geoid": 2998714}, "notime": null, "date-ut": "1893-03-16 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Dassonville"}, "birth": {"tzo": "+00:09:21", "date": "1893-03-16 04:00", "place": {"c2": "59", "cy": "FR", "lg": 3.16782, "lat": 50.34173, "name": "Lewarde", "geoid": 2998714}, "date-ut": "1893-03-16 03:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1438"}, "ids-in-sources": {"a5": "1438"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "59", "COU": "F", "DAY": "16", "LAT": "50N39", "LON": "3E 5", "MON": "3", "NUM": "1438", "PRO": "PT", "SEC": "40", "YEA": "1893", "CITY": "LEWARDE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-28"}, "ids-in-source": {"g55": "08-28"}}, "raw": {"DAY": "16-3-1893", "HOUR": "4 h.", "NAME": "DASSONVILLE Gaston", "PLACE": "Lewarde (Nord)."}, "date": "2023-08-20T14:49:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12909	delbos-yvon-1885-05-07	{"a5": "1442", "g55": "08-32"}	{"g55": "08-32", "lerrcp": "A5-1442"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yvon", "family": "Delbos", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:28", "date": "1885-05-07 10:00", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 1.11732, "lat": 45.02262, "name": "Thonac", "geoid": 2972750}, "notime": null, "date-ut": "1885-05-07 09:57:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Yvon", "family": "Delbos"}, "birth": {"tzo": "+00:04:28", "date": "1885-05-07 10:00", "place": {"c2": "24", "cy": "FR", "lg": 1.11732, "lat": 45.02262, "name": "Thonac", "geoid": 2972750}, "date-ut": "1885-05-07 09:57:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1442"}, "ids-in-sources": {"a5": "1442"}}, "raw": {"H": "9", "MN": "57", "TZ": "0", "COD": "24", "COU": "F", "DAY": "7", "LAT": "45N11", "LON": "0E44", "MON": "5", "NUM": "1442", "PRO": "PT", "SEC": "4", "YEA": "1885", "CITY": "THONAC"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-32"}, "ids-in-source": {"g55": "08-32"}}, "raw": {"DAY": "7-5-1885", "HOUR": "10 h.", "NAME": "DELBOS Yvon", "PLACE": "Thonac (Dordogne)."}, "date": "2023-08-20T14:49:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12911	denis-andre-1920-12-07	{"a5": "1444", "g55": "08-34"}	{"g55": "08-34", "lerrcp": "A5-1444"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Denis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1920-12-07 22:30", "note": null, "place": {"c1": null, "c2": "19", "c3": null, "cy": "FR", "lg": 1.76667, "lat": 45.26667, "name": "Brive", "geoid": 0}, "notime": null, "date-ut": "1920-12-07 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Denis"}, "birth": {"tzo": "+00:00", "date": "1920-12-07 22:30", "place": {"c2": "19", "cy": "FR", "lg": 1.76667, "lat": 45.26667, "name": "Brive", "geoid": 0}, "date-ut": "1920-12-07 22:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1444"}, "ids-in-sources": {"a5": "1444"}}, "raw": {"H": "22", "MN": "30", "TZ": "0", "COD": "19", "COU": "F", "DAY": "7", "LAT": "45N16", "LON": "1E46", "MON": "12", "NUM": "1444", "PRO": "PT", "SEC": "0", "YEA": "1920", "CITY": "BRIVE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Brive"}}, "partial-ids": {"g55": "08-34"}, "ids-in-source": {"g55": "08-34"}}, "raw": {"DAY": "7-12-1920", "HOUR": "22 h. 30", "NAME": "DENIS André", "PLACE": "Brive (Corrèze)."}, "date": "2023-08-20T14:49:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12915	duclos-jacques-1896-10-02	{"a5": "1448", "g55": "08-38"}	{"g55": "08-38", "lerrcp": "A5-1448"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Duclos", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1896-10-02 12:30", "note": null, "place": {"c1": null, "c2": "65", "c3": null, "cy": "FR", "lg": 0.01963, "lat": 43.17545, "name": "Louey", "geoid": 2997445}, "notime": null, "date-ut": "1896-10-02 12:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Duclos"}, "birth": {"tzo": "+00:09:21", "date": "1896-10-02 12:30", "place": {"c2": "65", "cy": "FR", "lg": 0.01963, "lat": 43.17545, "name": "Louey", "geoid": 2997445}, "date-ut": "1896-10-02 12:20:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1448"}, "ids-in-sources": {"a5": "1448"}}, "raw": {"H": "12", "MN": "20", "TZ": "0", "COD": "65", "COU": "F", "DAY": "2", "LAT": "43N14", "LON": "0E 5", "MON": "10", "NUM": "1448", "PRO": "PT", "SEC": "40", "YEA": "1896", "CITY": "LOUEY"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-38"}, "ids-in-source": {"g55": "08-38"}}, "raw": {"DAY": "2-10-1896", "HOUR": "12 h. 30", "NAME": "DUCLOS Jacques", "PLACE": "Louey (Hautes-Pyrénées)."}, "date": "2023-08-20T14:49:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12916	ducos-hippolyte-1881-10-03	{"a5": "1449", "g55": "08-258"}	{"g55": "08-258", "lerrcp": "A5-1449"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hippolyte", "family": "Ducos", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:03:24", "date": "1881-10-03 22:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 0.85159, "lat": 43.27327, "name": "Saint-André", "geoid": 2981786}, "notime": null, "date-ut": "1881-10-03 21:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Hippolyte", "family": "Ducos"}, "birth": {"tzo": "+00:03:24", "date": "1881-10-03 22:00", "place": {"c2": "31", "cy": "FR", "lg": 0.85159, "lat": 43.27327, "name": "Saint-André", "geoid": 2981786}, "date-ut": "1881-10-03 21:54:16"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1449"}, "ids-in-sources": {"a5": "1449"}}, "raw": {"H": "21", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "3", "LAT": "43N37", "LON": "1E26", "MON": "10", "NUM": "1449", "PRO": "PT", "SEC": "16", "YEA": "1881", "CITY": "ST-ANDRE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-258"}, "ids-in-source": {"g55": "08-258"}}, "raw": {"DAY": "3-10-1881", "HOUR": "22 h.", "NAME": "DUCOS Hippolyte", "PLACE": "Saint-André (Haute-Garonne)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12920	faure-edgar-1908-08-18	{"a5": "1453", "g55": "08-42"}	{"g55": "08-42", "lerrcp": "A5-1453"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edgar", "family": "Faure", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1908-08-18 02:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "notime": null, "date-ut": "1908-08-18 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1453"}, "birth": {"tzo": "+00:09:21", "date": "1908-08-18 02:00", "place": {"c2": "34", "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "date-ut": "1908-08-18 01:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1453"}, "ids-in-sources": {"a5": "1453"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "34", "COU": "F", "DAY": "18", "LAT": "43N37", "LON": "3E53", "MON": "8", "NUM": "1453", "PRO": "PT", "SEC": "40", "YEA": "1908", "CITY": "BEZIERS"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"name": {"given": "Edgar", "family": "Faure", "nobility": ""}, "slug": "faure-edgar-1908-08-18", "partial-ids": {"g55": "08-42"}, "ids-in-source": {"g55": "08-42"}}, "raw": {"DAY": "18-8-1908", "HOUR": "2 h.", "NAME": "FAURE Edgar", "PLACE": "Béziers (Hérault)."}, "date": "2023-08-20T14:49:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12921	faure-maurice-1922-01-02	{"a5": "1454", "g55": "08-271"}	{"g55": "08-271", "lerrcp": "A5-1454"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Faure", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-01-02 03:00", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 1.124, "lat": 45.15051, "name": "Azerat", "geoid": 3035536}, "notime": null, "date-ut": "1922-01-02 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Faure"}, "birth": {"tzo": "+00:00", "date": "1922-01-02 03:00", "place": {"c2": "24", "cy": "FR", "lg": 1.124, "lat": 45.15051, "name": "Azerat", "geoid": 3035536}, "date-ut": "1922-01-02 03:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1454"}, "ids-in-sources": {"a5": "1454"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "24", "COU": "F", "DAY": "2", "LAT": "45N11", "LON": "0E44", "MON": "1", "NUM": "1454", "PRO": "PT", "SEC": "0", "YEA": "1922", "CITY": "AZERAT"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-271"}, "ids-in-source": {"g55": "08-271"}}, "raw": {"DAY": "2-1-1922", "HOUR": "3 h.", "NAME": "FAURE Maurice", "PLACE": "Azerat (Dordogne)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12925	fouques-duparc-henri-1903-06-27	{"a5": "1458", "g55": "08-46"}	{"g55": "08-46", "lerrcp": "A5-1458"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Fouques-Duparc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": -0.63588, "lat": 35.69906, "name": "Oran", "geoid": 2485926}, "notime": null, "date-ut": "1903-06-27 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Fouques-Duparc"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": -0.63588, "lat": 35.69906, "name": "Oran", "geoid": 2485926}, "date-ut": "1903-06-27 03:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1458"}, "ids-in-sources": {"a5": "1458"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "27", "LAT": "35N40", "LON": "0W30", "MON": "6", "NUM": "1458", "PRO": "PT", "SEC": "40", "YEA": "1903", "CITY": "ORAN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-46"}, "ids-in-source": {"g55": "08-46"}}, "raw": {"DAY": "27-6-1903", "HOUR": "4 h.", "NAME": "FOUQUES-DUPARC Henri", "PLACE": "Oran (Algérie)."}, "date": "2023-08-20T14:49:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12927	galy-gasparroux-georges-1896-12-07	{"a5": "1460", "g55": "08-48"}	{"g55": "08-48", "lerrcp": "A5-1460"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Galy-Gasparroux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1896-12-07 22:00", "note": null, "place": {"c1": null, "c2": "09", "c3": null, "cy": "FR", "lg": 1.34718, "lat": 42.88923, "name": "Massat", "geoid": 2995249}, "notime": null, "date-ut": "1896-12-07 21:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Galy-Gasparroux"}, "birth": {"tzo": "+00:09:21", "date": "1896-12-07 22:00", "place": {"c2": "09", "cy": "FR", "lg": 1.34718, "lat": 42.88923, "name": "Massat", "geoid": 2995249}, "date-ut": "1896-12-07 21:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1460"}, "ids-in-sources": {"a5": "1460"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "09", "COU": "F", "DAY": "7", "LAT": "42N58", "LON": "1E35", "MON": "12", "NUM": "1460", "PRO": "PT", "SEC": "40", "YEA": "1896", "CITY": "MASSAT"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-48"}, "ids-in-source": {"g55": "08-48"}}, "raw": {"DAY": "7-12-1896", "HOUR": "22 h.", "NAME": "GALY-GASPAROUX Georges", "PLACE": "Massat (Ariège)."}, "date": "2023-08-20T14:49:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12931	gavini-jacques-1889-12-25	{"a5": "1464", "g55": "08-51"}	{"g55": "08-51", "lerrcp": "A5-1464"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Gavini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:35", "date": "1889-12-25 01:20", "note": null, "place": {"c1": null, "c2": "20", "c3": null, "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Bastia", "geoid": 0}, "notime": null, "date-ut": "1889-12-25 00:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Gavini"}, "birth": {"tzo": "+00:35", "date": "1889-12-25 01:20", "place": {"c2": "20", "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Bastia", "geoid": 0}, "date-ut": "1889-12-25 00:45"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1464"}, "ids-in-sources": {"a5": "1464"}}, "raw": {"H": "0", "MN": "45", "TZ": "0", "COD": "20", "COU": "F", "DAY": "25", "LAT": "41N55", "LON": "8E45", "MON": "12", "NUM": "1464", "PRO": "PT", "SEC": "0", "YEA": "1889", "CITY": "BASTIA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Bastia"}}, "partial-ids": {"g55": "08-51"}, "ids-in-source": {"g55": "08-51"}}, "raw": {"DAY": "25-12-1889", "HOUR": "1 h. 20", "NAME": "GAVINI Jacques", "PLACE": "Bastia (Corse)."}, "date": "2023-08-20T14:49:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12928	gardey-abel-1882-11-21	{"a5": "1461", "g55": "08-288"}	{"g55": "08-288", "lerrcp": "A5-1461"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Abel", "family": "Gardey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:24", "date": "1882-11-21 20:30", "note": null, "place": {"c1": null, "c2": "32", "c3": null, "cy": "FR", "lg": 0.1, "lat": 43.71667, "name": "Margouët-Meymes", "geoid": 2995785}, "notime": null, "date-ut": "1882-11-21 20:32:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Abel", "family": "Gardey"}, "birth": {"tzo": "+00:00:24", "date": "1882-11-21 20:30", "place": {"c2": "32", "cy": "FR", "lg": 0.1, "lat": 43.71667, "name": "Margouët-Meymes", "geoid": 2995785}, "date-ut": "1882-11-21 20:32:16"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1461"}, "ids-in-sources": {"a5": "1461"}}, "raw": {"H": "20", "MN": "32", "TZ": "0", "COD": "32", "COU": "F", "DAY": "21", "LAT": "43N40", "LON": "0E36", "MON": "11", "NUM": "1461", "PRO": "PT", "SEC": "16", "YEA": "1882", "CITY": "MARGOUET-MEYMES"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-288"}, "ids-in-source": {"g55": "08-288"}}, "raw": {"DAY": "21-11-1882", "HOUR": "20 h. 30", "NAME": "\\fGARDEY Abel", "PLACE": "Margouet-Meymes (Gers)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12937	gauquelin-a5-1470-1906-07-26	{"a5": "1470"}	{"lerrcp": "A5-1470"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1470", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1906-07-26 12:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.24348, "lat": 49.2213, "name": "Hérouvillette", "geoid": 3013402}, "notime": null, "date-ut": "1906-07-26 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1470"}, "birth": {"tzo": "+00:09:21", "date": "1906-07-26 12:00", "place": {"c2": "14", "cy": "FR", "lg": -0.24348, "lat": 49.2213, "name": "Hérouvillette", "geoid": 3013402}, "date-ut": "1906-07-26 11:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1470"}, "ids-in-sources": {"a5": "1470"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "14", "COU": "F", "DAY": "26", "LAT": "49N11", "LON": "0W22", "MON": "7", "NUM": "1470", "PRO": "PT", "SEC": "40", "YEA": "1906", "CITY": "HEROUVILLETTE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12935	guislain-marcel-1899-06-14	{"a5": "1468", "g55": "08-55"}	{"g55": "08-55", "lerrcp": "A5-1468"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Guislain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-06-14 22:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.24991, "lat": 50.49857, "name": "Nomain", "geoid": 2990167}, "notime": null, "date-ut": "1899-06-14 21:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Guislain"}, "birth": {"tzo": "+00:09:21", "date": "1899-06-14 22:00", "place": {"c2": "59", "cy": "FR", "lg": 3.24991, "lat": 50.49857, "name": "Nomain", "geoid": 2990167}, "date-ut": "1899-06-14 21:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1468"}, "ids-in-sources": {"a5": "1468"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "59", "COU": "F", "DAY": "14", "LAT": "50N39", "LON": "3E 5", "MON": "6", "NUM": "1468", "PRO": "PT", "SEC": "40", "YEA": "1899", "CITY": "NOMAIN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-55"}, "ids-in-source": {"g55": "08-55"}}, "raw": {"DAY": "14-6-1899", "HOUR": "22 h.", "NAME": "GUISLAIN Marcel", "PLACE": "Nomain (Nord)."}, "date": "2023-08-20T14:49:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12939	jacquet-marc-1913-02-17	{"a5": "1472", "g55": "08-59"}	{"g55": "08-59", "lerrcp": "A5-1472"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marc", "family": "Jacquet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 5.75599, "lat": 49.38935, "name": "Mercy-le-Bas", "geoid": 2994443}, "notime": null, "date-ut": "1913-02-17 23:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Marc", "family": "Jacquet"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 5.75599, "lat": 49.38935, "name": "Mercy-le-Bas", "geoid": 2994443}, "date-ut": "1913-02-17 23:00:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1472"}, "ids-in-sources": {"a5": "1472"}}, "raw": {"H": "23", "MN": "0", "TZ": "0", "COD": "54", "COU": "F", "DAY": "17", "LAT": "48N42", "LON": "6E12", "MON": "2", "NUM": "1472", "PRO": "PT", "SEC": "0", "YEA": "1913", "CITY": "MERCY-LE-BAS"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-59"}, "ids-in-source": {"g55": "08-59"}}, "raw": {"DAY": "17-2-1913", "HOUR": "23 h.", "NAME": "JACQUET Marc", "PLACE": "Mercy-le-Bas (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:49:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12941	jules-jullien-alfred-1882-09-29	{"a5": "1474", "g55": "08-61"}	{"g55": "08-61", "lerrcp": "A5-1474"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Jules-Jullien", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:14", "date": "1882-09-29 14:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1882-09-29 13:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Jules-Jullien"}, "birth": {"tzo": "+00:19:14", "date": "1882-09-29 14:00", "place": {"c2": "84", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1882-09-29 13:40:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1474"}, "ids-in-sources": {"a5": "1474"}}, "raw": {"H": "13", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "29", "LAT": "43N57", "LON": "4E50", "MON": "9", "NUM": "1474", "PRO": "PT", "SEC": "40", "YEA": "1882", "CITY": "AVIGNON"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-61"}, "ids-in-source": {"g55": "08-61"}}, "raw": {"DAY": "29-9-1882", "HOUR": "14 h.", "NAME": "JULES-JULIEN Alfred", "PLACE": "Avignon (Vaucluse)."}, "date": "2023-08-20T14:49:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12944	koenig-pierre-1898-10-10	{"a5": "1477", "g55": "08-64"}	{"g55": "08-64", "lerrcp": "A5-1477"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Koenig", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1898-10-10 23:50", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.35912, "lat": 49.18585, "name": "Caen", "geoid": 3029241}, "notime": null, "date-ut": "1898-10-10 23:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Koenig"}, "birth": {"tzo": "+00:09:21", "date": "1898-10-10 23:50", "place": {"c2": "14", "cy": "FR", "lg": -0.35912, "lat": 49.18585, "name": "Caen", "geoid": 3029241}, "date-ut": "1898-10-10 23:40:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1477"}, "ids-in-sources": {"a5": "1477"}}, "raw": {"H": "23", "MN": "40", "TZ": "0", "COD": "14", "COU": "F", "DAY": "10", "LAT": "49N11", "LON": "0W22", "MON": "10", "NUM": "1477", "PRO": "PT", "SEC": "40", "YEA": "1898", "CITY": "CAEN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-64"}, "ids-in-source": {"g55": "08-64"}}, "raw": {"DAY": "10-10-1898", "HOUR": "23 h. 50", "NAME": "KOENIG Pierre", "PLACE": "Caen (Calvados)."}, "date": "2023-08-20T14:49:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12946	lacoste-robert-1898-07-05	{"a5": "1479", "g55": "08-66"}	{"g55": "08-66", "lerrcp": "A5-1479"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Lacoste", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1898-07-05 12:00", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 1.124, "lat": 45.15051, "name": "Azerat", "geoid": 3035536}, "notime": null, "date-ut": "1898-07-05 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Lacoste"}, "birth": {"tzo": "+00:09:21", "date": "1898-07-05 12:00", "place": {"c2": "24", "cy": "FR", "lg": 1.124, "lat": 45.15051, "name": "Azerat", "geoid": 3035536}, "date-ut": "1898-07-05 11:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1479"}, "ids-in-sources": {"a5": "1479"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "24", "COU": "F", "DAY": "5", "LAT": "45N11", "LON": "0E44", "MON": "7", "NUM": "1479", "PRO": "PT", "SEC": "40", "YEA": "1898", "CITY": "AZERAT"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-66"}, "ids-in-source": {"g55": "08-66"}}, "raw": {"DAY": "5-7-1898", "HOUR": "12 h.", "NAME": "LACOSTE Robert", "PLACE": "Azerat (Dordogne)."}, "date": "2023-08-20T14:49:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12950	laurens-camille-1906-08-12	{"a5": "1483", "g55": "08-70"}	{"g55": "08-70", "lerrcp": "A5-1483"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Laurens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1906-08-12 06:00", "note": null, "place": {"c1": null, "c2": "12", "c3": null, "cy": "FR", "lg": 2.63571, "lat": 44.77811, "name": "Lacroix-Barrez", "geoid": 3009748}, "notime": null, "date-ut": "1906-08-12 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Laurens"}, "birth": {"tzo": "+00:09:21", "date": "1906-08-12 06:00", "place": {"c2": "12", "cy": "FR", "lg": 2.63571, "lat": 44.77811, "name": "Lacroix-Barrez", "geoid": 3009748}, "date-ut": "1906-08-12 05:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1483"}, "ids-in-sources": {"a5": "1483"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "12", "COU": "F", "DAY": "12", "LAT": "44N21", "LON": "2E34", "MON": "8", "NUM": "1483", "PRO": "PT", "SEC": "40", "YEA": "1906", "CITY": "LACROIX-BARREZ"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-70"}, "ids-in-source": {"g55": "08-70"}}, "raw": {"DAY": "12-8-1906", "HOUR": "6 h.", "NAME": "LAURENS Camille", "PLACE": "Lacroix-Barrez (Aveyron)."}, "date": "2023-08-20T14:49:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12952	lecoeur-auguste-1911-09-04	{"a5": "1485", "g55": "08-72"}	{"g55": "08-72", "lerrcp": "A5-1485"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Lecoeur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-09-04 03:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1911-09-04 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Lecoeur"}, "birth": {"tzo": "+00:00", "date": "1911-09-04 03:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1911-09-04 03:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1485"}, "ids-in-sources": {"a5": "1485"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "59", "COU": "F", "DAY": "4", "LAT": "50N39", "LON": "3E 5", "MON": "9", "NUM": "1485", "PRO": "PT", "SEC": "0", "YEA": "1911", "CITY": "LILLE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-72"}, "ids-in-source": {"g55": "08-72"}}, "raw": {"DAY": "4-9-1911", "HOUR": "3 h.", "NAME": "LECCEUR Auguste", "PLACE": "Lille (Nord)."}, "date": "2023-08-20T14:49:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12954	lefebvre-francine-1908-03-15	{"a5": "1487", "g55": "08-74"}	{"g55": "08-74", "lerrcp": "A5-1487"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francine", "family": "Lefebvre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1908-03-15 22:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Saint-Etienne-des-Oulliéres", "geoid": 0}, "notime": null, "date-ut": "1908-03-15 21:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Francine", "family": "Lefebvre"}, "birth": {"tzo": "+00:09:21", "date": "1908-03-15 22:00", "place": {"c2": "69", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Saint-Etienne-des-", "geoid": 0}, "date-ut": "1908-03-15 21:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1487"}, "ids-in-sources": {"a5": "1487"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "69", "COU": "F", "DAY": "15", "LAT": "45N46", "LON": "4E50", "MON": "3", "NUM": "1487", "PRO": "PT", "SEC": "40", "YEA": "1908", "CITY": "ST-ETIENNE-DES-"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Etienne-des-Oulliéres"}}, "partial-ids": {"g55": "08-74"}, "ids-in-source": {"g55": "08-74"}}, "raw": {"DAY": "15-3-1908", "HOUR": "22 h.", "NAME": "LEFEBVRE Francine", "PLACE": "Saint-Etienne-des-Oulliéres (Rh.)."}, "date": "2023-08-20T14:49:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12956	lejeune-max-1909-02-19	{"a5": "1489", "g55": "08-76"}	{"g55": "08-76", "lerrcp": "A5-1489"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Lejeune", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1909-02-19 06:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.26119, "lat": 50.00202, "name": "Flesselles", "geoid": 3018332}, "notime": null, "date-ut": "1909-02-19 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Max", "family": "Lejeune"}, "birth": {"tzo": "+00:09:21", "date": "1909-02-19 06:00", "place": {"c2": "80", "cy": "FR", "lg": 2.26119, "lat": 50.00202, "name": "Flesselles", "geoid": 3018332}, "date-ut": "1909-02-19 05:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1489"}, "ids-in-sources": {"a5": "1489"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "19", "LAT": "49N54", "LON": "2E18", "MON": "2", "NUM": "1489", "PRO": "PT", "SEC": "40", "YEA": "1909", "CITY": "FLESSELLES"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-76"}, "ids-in-source": {"g55": "08-76"}}, "raw": {"DAY": "19-2-1909", "HOUR": "6 h.", "NAME": "LEJEUNE Max", "PLACE": "Flesselles (Somme)."}, "date": "2023-08-20T14:49:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12962	gauquelin-a5-1495-1914-08-19	{"a5": "1495"}	{"lerrcp": "A5-1495"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1495", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-08-19 14:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 3.72339, "lat": 48.72047, "name": "Sézanne", "geoid": 2974640}, "notime": null, "date-ut": "1914-08-19 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1495"}, "birth": {"tzo": "+00:00", "date": "1914-08-19 14:00", "place": {"c2": "51", "cy": "FR", "lg": 3.72339, "lat": 48.72047, "name": "Sézanne", "geoid": 2974640}, "date-ut": "1914-08-19 14:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1495"}, "ids-in-sources": {"a5": "1495"}}, "raw": {"H": "14", "MN": "0", "TZ": "0", "COD": "51", "COU": "F", "DAY": "19", "LAT": "48N57", "LON": "4E22", "MON": "8", "NUM": "1495", "PRO": "PT", "SEC": "0", "YEA": "1914", "CITY": "SEZANNE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12960	loustaunau-lacau-georges-1894-04-17	{"a5": "1493", "g55": "08-80"}	{"g55": "08-80", "lerrcp": "A5-1493"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Loustaunau-Lacau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1894-04-17 06:30", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "notime": null, "date-ut": "1894-04-17 06:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Loustaunau-Lacau"}, "birth": {"tzo": "+00:09:21", "date": "1894-04-17 06:30", "place": {"c2": "64", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "date-ut": "1894-04-17 06:20:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1493"}, "ids-in-sources": {"a5": "1493"}}, "raw": {"H": "6", "MN": "20", "TZ": "0", "COD": "64", "COU": "F", "DAY": "17", "LAT": "43N18", "LON": "0W22", "MON": "4", "NUM": "1493", "PRO": "PT", "SEC": "40", "YEA": "1894", "CITY": "PAU"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-80"}, "ids-in-source": {"g55": "08-80"}}, "raw": {"DAY": "17-4-1894", "HOUR": "6 h. 30", "NAME": "LOUSTAUNAU-LACAU Georges", "PLACE": "Pau (Basses-Pyr.)."}, "date": "2023-08-20T14:49:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12965	marty-andre-1886-11-06	{"a5": "1498", "g55": "08-84"}	{"g55": "08-84", "lerrcp": "A5-1498"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Marty", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:35", "date": "1886-11-06 11:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "notime": null, "date-ut": "1886-11-06 10:48:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Marty"}, "birth": {"tzo": "+00:11:35", "date": "1886-11-06 11:00", "place": {"c2": "66", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "date-ut": "1886-11-06 10:48:20"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1498"}, "ids-in-sources": {"a5": "1498"}}, "raw": {"H": "10", "MN": "48", "TZ": "0", "COD": "66", "COU": "F", "DAY": "6", "LAT": "42N42", "LON": "2E55", "MON": "11", "NUM": "1498", "PRO": "PT", "SEC": "20", "YEA": "1886", "CITY": "PERPIGNAN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-84"}, "ids-in-source": {"g55": "08-84"}}, "raw": {"DAY": "6-11-1886", "HOUR": "11 h.", "NAME": "MARTY André", "PLACE": "Perpignan (Pyrénées-Orientales)."}, "date": "2023-08-20T14:49:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12967	menthon-francois-1900-01-08	{"a5": "1500", "g55": "08-86"}	{"g55": "08-86", "lerrcp": "A5-1500"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Menthon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-01-08 13:00", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.55, "lat": 46.66667, "name": "Montmirey", "geoid": 0}, "notime": null, "date-ut": "1900-01-08 12:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "François", "family": "Menthon"}, "birth": {"tzo": "+00:09:21", "date": "1900-01-08 13:00", "place": {"c2": "39", "cy": "FR", "lg": 5.55, "lat": 46.66667, "name": "Montmirey-la-Vi", "geoid": 0}, "date-ut": "1900-01-08 12:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1500"}, "ids-in-sources": {"a5": "1500"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "39", "COU": "F", "DAY": "8", "LAT": "46N40", "LON": "5E33", "MON": "1", "NUM": "1500", "PRO": "PT", "SEC": "40", "YEA": "1900", "CITY": "MONTMIREY-LA-VI"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Montmirey"}}, "partial-ids": {"g55": "08-86"}, "ids-in-source": {"g55": "08-86"}}, "raw": {"DAY": "8-1-1900", "HOUR": "13 h.", "NAME": "MENTHON (de) Francois", "PLACE": "Montmirey (Jura)."}, "date": "2023-08-20T14:49:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12969	mignot-andre-1915-01-19	{"a5": "1502", "g55": "08-88"}	{"g55": "08-88", "lerrcp": "A5-1502"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Mignot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-01-19 19:30", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1915-01-19 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Mignot"}, "birth": {"tzo": "+00:00", "date": "1915-01-19 19:30", "place": {"c2": "78", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1915-01-19 19:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1502"}, "ids-in-sources": {"a5": "1502"}}, "raw": {"H": "19", "MN": "30", "TZ": "0", "COD": "78", "COU": "F", "DAY": "19", "LAT": "48N50", "LON": "2E 8", "MON": "1", "NUM": "1502", "PRO": "PT", "SEC": "0", "YEA": "1915", "CITY": "VERSAILLES"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-88"}, "ids-in-source": {"g55": "08-88"}}, "raw": {"DAY": "19-1-1915", "HOUR": "19 h. 30", "NAME": "MIGNOT André", "PLACE": "Versailles (Seine-et-Oise)."}, "date": "2023-08-20T14:49:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12971	mitterrand-francois-1916-10-26	{"a5": "1504", "g55": "08-90"}	{"g55": "08-90", "lerrcp": "A5-1504"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francois", "family": "Mitterrand", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-10-26 04:00", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": -0.17329, "lat": 45.6816, "name": "Jarnac", "geoid": 3012477}, "notime": null, "date-ut": "1916-10-26 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1504"}, "birth": {"tzo": "+00:00", "date": "1916-10-26 04:00", "place": {"c2": "16", "cy": "FR", "lg": -0.17329, "lat": 45.6816, "name": "Jarnac", "geoid": 3012477}, "date-ut": "1916-10-26 04:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1504"}, "ids-in-sources": {"a5": "1504"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "16", "COU": "F", "DAY": "26", "LAT": "45N39", "LON": "0E10", "MON": "10", "NUM": "1504", "PRO": "PT", "SEC": "0", "YEA": "1916", "CITY": "JARNAC"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"name": {"given": "Francois", "family": "Mitterrand", "nobility": ""}, "slug": "mitterrand-francois-1916-10-26", "partial-ids": {"g55": "08-90"}, "ids-in-source": {"g55": "08-90"}}, "raw": {"DAY": "26-10-1916", "HOUR": "4 h.", "NAME": "MITTERRAND Francois", "PLACE": "Jarnac (Charente)."}, "date": "2023-08-20T14:49:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12974	mollet-guy-1905-12-31	{"a5": "1507"}	{"lerrcp": "A5-1507"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Mollet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1905-12-31 23:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Flers", "geoid": 0}, "notime": null, "date-ut": "1905-12-31 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Mollet"}, "birth": {"tzo": "+00:09:21", "date": "1905-12-31 23:00", "place": {"c2": "50", "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Flers", "geoid": 0}, "date-ut": "1905-12-31 22:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1507"}, "ids-in-sources": {"a5": "1507"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "50", "COU": "F", "DAY": "31", "LAT": "49N 7", "LON": "1W 5", "MON": "12", "NUM": "1507", "PRO": "PT", "SEC": "40", "YEA": "1905", "CITY": "FLERS"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
12975	mondon-raymond-1914-03-08	{"a5": "1508", "g55": "08-93"}	{"g55": "08-93", "lerrcp": "A5-1508"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Mondon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Ancy", "geoid": 0}, "notime": null, "date-ut": "1914-03-08 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Mondon"}, "birth": {"place": {"c2": "57", "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Ancy", "geoid": 0}, "date-ut": "1914-03-08 13:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1508"}, "ids-in-sources": {"a5": "1508"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "57", "COU": "F", "DAY": "8", "LAT": "49N 7", "LON": "6E11", "MON": "3", "NUM": "1508", "PRO": "PT", "SEC": "0", "YEA": "1914", "CITY": "ANCY"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Ancy"}}, "partial-ids": {"g55": "08-93"}, "ids-in-source": {"g55": "08-93"}}, "raw": {"DAY": "8-3-1914", "HOUR": "14 h.", "NAME": "MONDON Raymond", "PLACE": "Ancy (Moselle)."}, "date": "2023-08-20T14:49:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12977	montel-pierre-1896-12-13	{"a5": "1510", "g55": "08-95"}	{"g55": "08-95", "lerrcp": "A5-1510"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Montel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1896-12-13 10:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1896-12-13 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Montel"}, "birth": {"tzo": "+00:09:21", "date": "1896-12-13 10:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1896-12-13 09:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1510"}, "ids-in-sources": {"a5": "1510"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "69", "COU": "F", "DAY": "13", "LAT": "45N46", "LON": "4E50", "MON": "12", "NUM": "1510", "PRO": "PT", "SEC": "40", "YEA": "1896", "CITY": "LYON"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-95"}, "ids-in-source": {"g55": "08-95"}}, "raw": {"DAY": "13-12-1896", "HOUR": "10 h.", "NAME": "MONTEL Pierre", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:49:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12979	mouton-adrien-1902-02-12	{"a5": "1512", "g55": "08-97"}	{"g55": "08-97", "lerrcp": "A5-1512"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrien", "family": "Mouton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1902-02-12 07:30", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.15855, "lat": 44.25995, "name": "Molières-sur-Cèze", "geoid": 2993523}, "notime": null, "date-ut": "1902-02-12 07:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Adrien", "family": "Mouton"}, "birth": {"tzo": "+00:09:21", "date": "1902-02-12 07:30", "place": {"c2": "30", "cy": "FR", "lg": 4.15855, "lat": 44.25995, "name": "Molières-sur-Cèze", "geoid": 2993523}, "date-ut": "1902-02-12 07:20:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1512"}, "ids-in-sources": {"a5": "1512"}}, "raw": {"H": "7", "MN": "20", "TZ": "0", "COD": "30", "COU": "F", "DAY": "12", "LAT": "43N51", "LON": "4E21", "MON": "2", "NUM": "1512", "PRO": "PT", "SEC": "40", "YEA": "1902", "CITY": "MOLIERES-S/CEZE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-97"}, "ids-in-source": {"g55": "08-97"}}, "raw": {"DAY": "12-2-1902", "HOUR": "7 h. 30", "NAME": "MOUTON Adrien", "PLACE": "Moliéres-sur-Céze (Gard)."}, "date": "2023-08-20T14:49:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12982	naegelen-marcel-1892-01-17	{"a5": "1515", "g55": "08-100"}	{"g55": "08-100", "lerrcp": "A5-1515"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Naegelen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1892-01-17 09:00", "note": null, "place": {"c1": null, "c2": "90", "c3": null, "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "notime": null, "date-ut": "1892-01-17 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Naegelen"}, "birth": {"tzo": "+00:09:21", "date": "1892-01-17 09:00", "place": {"c2": "90", "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "date-ut": "1892-01-17 08:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1515"}, "ids-in-sources": {"a5": "1515"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "90", "COU": "F", "DAY": "17", "LAT": "47N38", "LON": "6E52", "MON": "1", "NUM": "1515", "PRO": "PT", "SEC": "40", "YEA": "1892", "CITY": "BELFORT"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-100"}, "ids-in-source": {"g55": "08-100"}}, "raw": {"DAY": "17-1-1892", "HOUR": "9 h.", "NAME": "NAEGELEN Marcel", "PLACE": "Belfort (Territoire de Belfort)."}, "date": "2023-08-20T14:49:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12989	gauquelin-a5-1522-1904-10-14	{"a5": "1522"}	{"lerrcp": "A5-1522"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1522", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1904-10-14 01:00", "note": null, "place": {"c1": null, "c2": "52", "c3": null, "cy": "FR", "lg": 5.14134, "lat": 48.11121, "name": "Chaumont", "geoid": 3025892}, "notime": null, "date-ut": "1904-10-14 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1522"}, "birth": {"tzo": "+00:09:21", "date": "1904-10-14 01:00", "place": {"c2": "52", "cy": "FR", "lg": 5.14134, "lat": 48.11121, "name": "Chaumont", "geoid": 3025892}, "date-ut": "1904-10-14 00:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1522"}, "ids-in-sources": {"a5": "1522"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "52", "COU": "F", "DAY": "14", "LAT": "48N 7", "LON": "5E 8", "MON": "10", "NUM": "1522", "PRO": "PT", "SEC": "40", "YEA": "1904", "CITY": "CHAUMONT"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13003	samson-francois-1899-02-12	{"a5": "1536", "g55": "08-120"}	{"g55": "08-120", "lerrcp": "A5-1536"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Samson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-02-12 03:30", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Saint-Méloir-des-Ondes", "geoid": 0}, "notime": null, "date-ut": "1899-02-12 03:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "François", "family": "Samson"}, "birth": {"tzo": "+00:09:21", "date": "1899-02-12 03:30", "place": {"c2": "35", "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Saint-Meloir-des-O", "geoid": 0}, "date-ut": "1899-02-12 03:20:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1536"}, "ids-in-sources": {"a5": "1536"}}, "raw": {"H": "3", "MN": "20", "TZ": "0", "COD": "35", "COU": "F", "DAY": "12", "LAT": "48N 7", "LON": "1W40", "MON": "2", "NUM": "1536", "PRO": "PT", "SEC": "40", "YEA": "1899", "CITY": "ST-MELOIR-DES-O"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Méloir-des-Ondes"}}, "partial-ids": {"g55": "08-120"}, "ids-in-source": {"g55": "08-120"}}, "raw": {"DAY": "12-2-1899", "HOUR": "3 h. 30", "NAME": "SAMSON Francis", "PLACE": "Saint-Méloir-des-Ondes (I.-et-V.)."}, "date": "2023-08-20T14:49:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
13015	gauquelin-a5-1548-1914-12-25	{"a5": "1548"}	{"lerrcp": "A5-1548"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1548", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-12-25 12:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.91667, "lat": 42.7, "name": "Corneilla-Del-V", "geoid": 0}, "notime": null, "date-ut": "1914-12-25 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1548"}, "birth": {"tzo": "+00:00", "date": "1914-12-25 12:00", "place": {"c2": "66", "cy": "FR", "lg": 2.91667, "lat": 42.7, "name": "Corneilla-Del-V", "geoid": 0}, "date-ut": "1914-12-25 12:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1548"}, "ids-in-sources": {"a5": "1548"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "66", "COU": "F", "DAY": "25", "LAT": "42N42", "LON": "2E55", "MON": "12", "NUM": "1548", "PRO": "PT", "SEC": "0", "YEA": "1914", "CITY": "CORNEILLA-DEL-V"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13019	abisso-angelo-1883-01-17	{"a5": "1552"}	{"lerrcp": "A5-1552"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Abisso", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AG", "c3": null, "cy": "IT", "lg": 13.08399, "lat": 37.50693, "name": "Sciacca", "geoid": 2523194}, "notime": null, "date-ut": "1883-01-17 15:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Angelo", "family": "Abisso"}, "birth": {"place": {"c2": "AG", "cy": "IT", "lg": 13.08399, "lat": 37.50693, "name": "Sciacca", "geoid": 2523194}, "date-ut": "1883-01-17 15:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1552"}, "ids-in-sources": {"a5": "1552"}}, "raw": {"H": "16", "MN": "10", "TZ": "-1", "COD": "AG", "COU": "I", "DAY": "17", "LAT": "37N12", "LON": "13E30", "MON": "1", "NUM": "1552", "PRO": "PT", "SEC": "4", "YEA": "1883", "CITY": "SCIACCA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13020	acerbo-giacomo-1888-07-25	{"a5": "1553"}	{"lerrcp": "A5-1553"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giacomo", "family": "Acerbo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PE", "c3": null, "cy": "IT", "lg": 13.9809, "lat": 42.42924, "name": "Loreto Aprutino", "geoid": 3174565}, "notime": null, "date-ut": "1888-07-25 01:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Giacomo", "family": "Acerbo"}, "birth": {"place": {"c2": "PE", "cy": "IT", "lg": 13.9809, "lat": 42.42924, "name": "Loreto Aprutino", "geoid": 3174565}, "date-ut": "1888-07-25 01:40:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1553"}, "ids-in-sources": {"a5": "1553"}}, "raw": {"H": "2", "MN": "40", "TZ": "-1", "COD": "PE", "COU": "I", "DAY": "25", "LAT": "42N24", "LON": "14E30", "MON": "7", "NUM": "1553", "PRO": "PT", "SEC": "4", "YEA": "1888", "CITY": "LORETO APRUTINO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13021	acton-alfredo-1867-09-12	{"a5": "1554"}	{"lerrcp": "A5-1554"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfredo", "family": "Acton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14, "lat": 40.9, "name": "CASTELLAMARE", "geoid": 0}, "notime": null, "date-ut": "1867-09-12 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Alfredo", "family": "Acton"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14, "lat": 40.9, "name": "CASTELLAMARE", "geoid": 0}, "date-ut": "1867-09-12 00:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1554"}, "ids-in-sources": {"a5": "1554"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "12", "LAT": "40N54", "LON": "14E 0", "MON": "9", "NUM": "1554", "PRO": "PT", "SEC": "4", "YEA": "1867", "CITY": "CASTELLAMARE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13022	gauquelin-a5-1555-1886-07-08	{"a5": "1555"}	{"lerrcp": "A5-1555"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1555", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1886-07-08 20:00:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1555"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1886-07-08 20:00:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1555"}, "ids-in-sources": {"a5": "1555"}}, "raw": {"H": "21", "MN": "0", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "8", "LAT": "44N30", "LON": "11E 0", "MON": "7", "NUM": "1555", "PRO": "PT", "SEC": "4", "YEA": "1886", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13023	almirante-giorgo-1914-06-27	{"a5": "1556"}	{"lerrcp": "A5-1556"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giorgo", "family": "Almirante", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.75, "lat": 44.8, "name": "SALSOMAGGIORE", "geoid": 0}, "notime": null, "date-ut": "1914-06-27 08:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Giorgo", "family": "Almirante"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.75, "lat": 44.8, "name": "SALSOMAGGIORE", "geoid": 0}, "date-ut": "1914-06-27 08:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1556"}, "ids-in-sources": {"a5": "1556"}}, "raw": {"H": "9", "MN": "40", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "27", "LAT": "44N48", "LON": "10E45", "MON": "6", "NUM": "1556", "PRO": "PT", "SEC": "0", "YEA": "1914", "CITY": "SALSOMAGGIORE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13024	amendola-giorgio-1907-11-21	{"a5": "1557"}	{"lerrcp": "A5-1557"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giorgio", "family": "Amendola", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1907-11-21 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Giorgio", "family": "Amendola"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1907-11-21 13:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1557"}, "ids-in-sources": {"a5": "1557"}}, "raw": {"H": "14", "MN": "30", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "21", "LAT": "41N54", "LON": "12E30", "MON": "11", "NUM": "1557", "PRO": "PT", "SEC": "0", "YEA": "1907", "CITY": "ROMA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13025	amicucci-ermando-1890-01-05	{"a5": "1558"}	{"lerrcp": "A5-1558"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ermando", "family": "Amicucci", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AQ", "c3": null, "cy": "IT", "lg": 13.25469, "lat": 42.06933, "name": "Tagliacozzo", "geoid": 3165991}, "notime": null, "date-ut": "1890-01-05 19:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Ermando", "family": "Amicucci"}, "birth": {"place": {"c2": "AQ", "cy": "IT", "lg": 13.25469, "lat": 42.06933, "name": "Tagliacozzo", "geoid": 3165991}, "date-ut": "1890-01-05 19:25:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1558"}, "ids-in-sources": {"a5": "1558"}}, "raw": {"H": "20", "MN": "25", "TZ": "-1", "COD": "AQ", "COU": "I", "DAY": "5", "LAT": "42N24", "LON": "13E30", "MON": "1", "NUM": "1558", "PRO": "PT", "SEC": "4", "YEA": "1890", "CITY": "TAGLIACOZZO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13026	andreotti-giulio-1919-01-14	{"a5": "1559"}	{"lerrcp": "A5-1559"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giulio", "family": "Andreotti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1919-01-14 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Giulio", "family": "Andreotti"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1919-01-14 06:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1559"}, "ids-in-sources": {"a5": "1559"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "14", "LAT": "41N54", "LON": "12E30", "MON": "1", "NUM": "1559", "PRO": "PT", "SEC": "0", "YEA": "1919", "CITY": "ROMA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13027	anfuso-filippo-1901-01-01	{"a5": "1560"}	{"lerrcp": "A5-1560"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Filippo", "family": "Anfuso", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "notime": null, "date-ut": "1901-01-01 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Filippo", "family": "Anfuso"}, "birth": {"place": {"c2": "CT", "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "date-ut": "1901-01-01 19:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1560"}, "ids-in-sources": {"a5": "1560"}}, "raw": {"H": "20", "MN": "30", "TZ": "-1", "COD": "CT", "COU": "I", "DAY": "1", "LAT": "37N30", "LON": "15E 0", "MON": "1", "NUM": "1560", "PRO": "PT", "SEC": "0", "YEA": "1901", "CITY": "CATANIA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13028	angelini-armando-1891-12-31	{"a5": "1561"}	{"lerrcp": "A5-1561"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armando", "family": "Angelini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LU", "c3": null, "cy": "IT", "lg": 10.2287, "lat": 43.99504, "name": "Seravezza", "geoid": 3166714}, "notime": null, "date-ut": "1891-12-31 05:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Armando", "family": "Angelini"}, "birth": {"place": {"c2": "LU", "cy": "IT", "lg": 10.2287, "lat": 43.99504, "name": "Seravezza", "geoid": 3166714}, "date-ut": "1891-12-31 05:50:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1561"}, "ids-in-sources": {"a5": "1561"}}, "raw": {"H": "6", "MN": "50", "TZ": "-1", "COD": "LU", "COU": "I", "DAY": "31", "LAT": "43N42", "LON": "11E 0", "MON": "12", "NUM": "1561", "PRO": "PT", "SEC": "4", "YEA": "1891", "CITY": "SERAVEZZA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13029	arcaini-giuseppe-1901-04-10	{"a5": "1562"}	{"lerrcp": "A5-1562"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Arcaini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1901-04-10 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Arcaini"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1901-04-10 05:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1562"}, "ids-in-sources": {"a5": "1562"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "10", "LAT": "45N30", "LON": "9E15", "MON": "4", "NUM": "1562", "PRO": "PT", "SEC": "0", "YEA": "1901", "CITY": "MILANO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13030	ariosto-egidio-1911-03-26	{"a5": "1563"}	{"lerrcp": "A5-1563"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Egidio", "family": "Ariosto", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BS", "c3": null, "cy": "IT", "lg": 10.32117, "lat": 45.69489, "name": "Casto", "geoid": 3179386}, "notime": null, "date-ut": "1911-03-26 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Egidio", "family": "Ariosto"}, "birth": {"place": {"c2": "BS", "cy": "IT", "lg": 10.32117, "lat": 45.69489, "name": "Casto", "geoid": 3179386}, "date-ut": "1911-03-26 10:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1563"}, "ids-in-sources": {"a5": "1563"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "BS", "COU": "I", "DAY": "26", "LAT": "45N30", "LON": "11E 0", "MON": "3", "NUM": "1563", "PRO": "PT", "SEC": "0", "YEA": "1911", "CITY": "CASTO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13031	assennato-mario-1901-08-05	{"a5": "1564"}	{"lerrcp": "A5-1564"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Assennato", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BR", "c3": null, "cy": "IT", "lg": 17.93682, "lat": 40.62773, "name": "Brindisi", "geoid": 3181528}, "notime": null, "date-ut": "1901-08-05 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Assennato"}, "birth": {"place": {"c2": "BR", "cy": "IT", "lg": 17.93682, "lat": 40.62773, "name": "Brindisi", "geoid": 3181528}, "date-ut": "1901-08-05 22:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1564"}, "ids-in-sources": {"a5": "1564"}}, "raw": {"H": "23", "MN": "0", "TZ": "-1", "COD": "BR", "COU": "I", "DAY": "5", "LAT": "40N36", "LON": "18E 0", "MON": "8", "NUM": "1564", "PRO": "PT", "SEC": "0", "YEA": "1901", "CITY": "BRINDISI"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13032	avanzini-ennio-1888-11-09	{"a5": "1565"}	{"lerrcp": "A5-1565"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ennio", "family": "Avanzini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 11.3844, "lat": 45.31029, "name": "Cologna Veneta", "geoid": 3178288}, "notime": null, "date-ut": "1888-11-09 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Ennio", "family": "Avanzini"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 11.3844, "lat": 45.31029, "name": "Cologna Veneta", "geoid": 3178288}, "date-ut": "1888-11-09 03:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1565"}, "ids-in-sources": {"a5": "1565"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "9", "LAT": "45N24", "LON": "11E 0", "MON": "11", "NUM": "1565", "PRO": "PT", "SEC": "4", "YEA": "1888", "CITY": "COLOGNA VENETA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13033	badini-confalonieri-1914-03-14	{"a5": "1566"}	{"lerrcp": "A5-1566"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Confalonieri", "family": "Badini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1914-03-14 06:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Confalonieri", "family": "Badini"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1914-03-14 06:45"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1566"}, "ids-in-sources": {"a5": "1566"}}, "raw": {"H": "7", "MN": "45", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "14", "LAT": "45N 0", "LON": "8E 0", "MON": "3", "NUM": "1566", "PRO": "PT", "SEC": "0", "YEA": "1914", "CITY": "TORINO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13034	barbareschi-gaetano-1889-08-21	{"a5": "1569"}	{"lerrcp": "A5-1569"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaetano", "family": "Barbareschi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "IT", "lg": 9, "lat": 44.4, "name": "GENOVA", "geoid": 0}, "notime": null, "date-ut": "1889-08-21 09:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Gaetano", "family": "Barbareschi"}, "birth": {"place": {"c2": "GE", "cy": "IT", "lg": 9, "lat": 44.4, "name": "GENOVA", "geoid": 0}, "date-ut": "1889-08-21 09:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1569"}, "ids-in-sources": {"a5": "1569"}}, "raw": {"H": "10", "MN": "10", "TZ": "-1", "COD": "GE", "COU": "I", "DAY": "21", "LAT": "44N24", "LON": "9E 0", "MON": "8", "NUM": "1569", "PRO": "PT", "SEC": "4", "YEA": "1889", "CITY": "GENOVA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13035	bassano-carlo-1885-07-11	{"a5": "1570"}	{"lerrcp": "A5-1570"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Bassano", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1885-07-11 19:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Bassano"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1885-07-11 19:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1570"}, "ids-in-sources": {"a5": "1570"}}, "raw": {"H": "20", "MN": "10", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "11", "LAT": "40N54", "LON": "14E 0", "MON": "7", "NUM": "1570", "PRO": "PT", "SEC": "4", "YEA": "1885", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13036	gauquelin-a5-1571-1888-07-01	{"a5": "1571"}	{"lerrcp": "A5-1571"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1571", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CS", "c3": null, "cy": "IT", "lg": 16.5, "lat": 39.3, "name": "S DEMETRIO CORO", "geoid": 0}, "notime": null, "date-ut": "1888-07-01 12:44:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1571"}, "birth": {"place": {"c2": "CS", "cy": "IT", "lg": 16.5, "lat": 39.3, "name": "S DEMETRIO CORO", "geoid": 0}, "date-ut": "1888-07-01 12:44:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1571"}, "ids-in-sources": {"a5": "1571"}}, "raw": {"H": "13", "MN": "44", "TZ": "-1", "COD": "CS", "COU": "I", "DAY": "31", "LAT": "39N18", "LON": "16E30", "MON": "6", "NUM": "1571", "PRO": "PT", "SEC": "4", "YEA": "1888", "CITY": "S DEMETRIO CORO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
6802	bencivenga-roberto-1872-10-02	{"a3": "1087", "a5": "1572"}	{"lerrcp": "A3-1087"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roberto", "family": "Bencivenga", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1872-10-02 15:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Roberto", "family": "Bencivenga"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1872-10-02 15:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1087"}, "ids-in-sources": {"a3": "1087"}}, "raw": {"H": "16", "MN": "10", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "2", "LAT": "41N54", "LON": "12E30", "MON": "10", "NUM": "1087", "PRO": "M", "SEC": "4", "YEA": "1872", "CITY": "ROMA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "1572"}}, "raw": {"H": "16", "MN": "10", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "2", "LAT": "41N54", "LON": "12E30", "MON": "10", "NUM": "1572", "PRO": "PT", "SEC": "4", "YEA": "1872", "CITY": "ROMA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13037	benedetti-tullio-1884-05-12	{"a5": "1573"}	{"lerrcp": "A5-1573"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tullio", "family": "Benedetti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PT", "c3": null, "cy": "IT", "lg": 10.69041, "lat": 43.89705, "name": "Pescia", "geoid": 3171148}, "notime": null, "date-ut": "1884-05-12 02:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Tullio", "family": "Benedetti"}, "birth": {"place": {"c2": "PT", "cy": "IT", "lg": 10.69041, "lat": 43.89705, "name": "Pescia", "geoid": 3171148}, "date-ut": "1884-05-12 02:40:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1573"}, "ids-in-sources": {"a5": "1573"}}, "raw": {"H": "3", "MN": "40", "TZ": "-1", "COD": "PT", "COU": "I", "DAY": "12", "LAT": "44N 0", "LON": "11E15", "MON": "5", "NUM": "1573", "PRO": "PT", "SEC": "4", "YEA": "1884", "CITY": "PESCIA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13038	benini-zenone-1902-10-19	{"a5": "1574"}	{"lerrcp": "A5-1574"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Zenone", "family": "Benini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LI", "c3": null, "cy": "IT", "lg": 9.5, "lat": 43.6, "name": "CAMPIGLIA MARIT", "geoid": 0}, "notime": null, "date-ut": "1902-10-19 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Zenone", "family": "Benini"}, "birth": {"place": {"c2": "LI", "cy": "IT", "lg": 9.5, "lat": 43.6, "name": "CAMPIGLIA MARIT", "geoid": 0}, "date-ut": "1902-10-19 19:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1574"}, "ids-in-sources": {"a5": "1574"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "LI", "COU": "I", "DAY": "19", "LAT": "43N36", "LON": "9E30", "MON": "10", "NUM": "1574", "PRO": "PT", "SEC": "0", "YEA": "1902", "CITY": "CAMPIGLIA MARIT"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13039	benvenuti-lodovico-1899-04-10	{"a5": "1575"}	{"lerrcp": "A5-1575"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lodovico", "family": "Benvenuti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "notime": null, "date-ut": "1899-04-10 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Lodovico", "family": "Benvenuti"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "date-ut": "1899-04-10 01:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1575"}, "ids-in-sources": {"a5": "1575"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "10", "LAT": "45N24", "LON": "11E 0", "MON": "4", "NUM": "1575", "PRO": "PT", "SEC": "0", "YEA": "1899", "CITY": "VERONA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13040	bergami-gino-1903-04-07	{"a5": "1576"}	{"lerrcp": "A5-1576"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gino", "family": "Bergami", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LE", "c3": null, "cy": "IT", "lg": 18.35533, "lat": 39.93042, "name": "Tricase", "geoid": 2522857}, "notime": null, "date-ut": "1903-04-07 09:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Gino", "family": "Bergami"}, "birth": {"place": {"c2": "LE", "cy": "IT", "lg": 18.35533, "lat": 39.93042, "name": "Tricase", "geoid": 2522857}, "date-ut": "1903-04-07 09:15"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1576"}, "ids-in-sources": {"a5": "1576"}}, "raw": {"H": "10", "MN": "15", "TZ": "-1", "COD": "LE", "COU": "I", "DAY": "7", "LAT": "40N24", "LON": "18E45", "MON": "4", "NUM": "1576", "PRO": "PT", "SEC": "0", "YEA": "1903", "CITY": "TRICASE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13041	bergamini-alberto-1871-06-01	{"a5": "1577"}	{"lerrcp": "A5-1577"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberto", "family": "Bergamini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11, "lat": 44.5, "name": "S GIOVANNI IN", "geoid": 0}, "notime": null, "date-ut": "1871-06-01 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Alberto", "family": "Bergamini"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11, "lat": 44.5, "name": "S GIOVANNI IN", "geoid": 0}, "date-ut": "1871-06-01 07:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1577"}, "ids-in-sources": {"a5": "1577"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "1", "LAT": "44N30", "LON": "11E 0", "MON": "6", "NUM": "1577", "PRO": "PT", "SEC": "4", "YEA": "1871", "CITY": "S GIOVANNI IN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13042	bernini-ferdinando-1891-05-18	{"a5": "1578"}	{"lerrcp": "A5-1578"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinando", "family": "Bernini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.75, "lat": 44.8, "name": "SAN SECUNDO", "geoid": 0}, "notime": null, "date-ut": "1891-05-18 21:15:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Ferdinando", "family": "Bernini"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.75, "lat": 44.8, "name": "SAN SECUNDO", "geoid": 0}, "date-ut": "1891-05-18 21:15:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1578"}, "ids-in-sources": {"a5": "1578"}}, "raw": {"H": "22", "MN": "15", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "18", "LAT": "44N48", "LON": "10E45", "MON": "5", "NUM": "1578", "PRO": "PT", "SEC": "4", "YEA": "1891", "CITY": "SAN SECUNDO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13043	bersani-giovanni-1914-07-22	{"a5": "1579"}	{"lerrcp": "A5-1579"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Bersani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1914-07-22 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Bersani"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1914-07-22 12:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1579"}, "ids-in-sources": {"a5": "1579"}}, "raw": {"H": "13", "MN": "0", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "22", "LAT": "44N30", "LON": "11E 0", "MON": "7", "NUM": "1579", "PRO": "PT", "SEC": "0", "YEA": "1914", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13044	bertinelli-virgino-1901-08-31	{"a5": "1580"}	{"lerrcp": "A5-1580"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Virgino", "family": "Bertinelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "IT", "lg": 9.08744, "lat": 45.80998, "name": "Como", "geoid": 3178229}, "notime": null, "date-ut": "1901-08-31 16:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Virgino", "family": "Bertinelli"}, "birth": {"place": {"c2": "CO", "cy": "IT", "lg": 9.08744, "lat": 45.80998, "name": "Como", "geoid": 3178229}, "date-ut": "1901-08-31 16:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1580"}, "ids-in-sources": {"a5": "1580"}}, "raw": {"H": "17", "MN": "40", "TZ": "-1", "COD": "CO", "COU": "I", "DAY": "31", "LAT": "45N48", "LON": "9E15", "MON": "8", "NUM": "1580", "PRO": "PT", "SEC": "0", "YEA": "1901", "CITY": "COMO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13045	bertone-giovanbattista-1874-12-17	{"a5": "1581"}	{"lerrcp": "A5-1581"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanbattista", "family": "Bertone", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CN", "c3": null, "cy": "IT", "lg": 7.81764, "lat": 44.39603, "name": "Mondovì", "geoid": 3173162}, "notime": null, "date-ut": "1874-12-17 13:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Giovanbattista", "family": "Bertone"}, "birth": {"place": {"c2": "CN", "cy": "IT", "lg": 7.81764, "lat": 44.39603, "name": "Mondovì", "geoid": 3173162}, "date-ut": "1874-12-17 13:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1581"}, "ids-in-sources": {"a5": "1581"}}, "raw": {"H": "14", "MN": "10", "TZ": "-1", "COD": "CN", "COU": "I", "DAY": "17", "LAT": "44N24", "LON": "7E15", "MON": "12", "NUM": "1581", "PRO": "PT", "SEC": "4", "YEA": "1874", "CITY": "MONDOVI"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13046	bettiol-francesco-1897-09-27	{"a5": "1582"}	{"lerrcp": "A5-1582"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Bettiol", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BL", "c3": null, "cy": "IT", "lg": 12, "lat": 46.2, "name": "CASTELLO LAVAZZ", "geoid": 0}, "notime": null, "date-ut": "1897-09-27 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Bettiol"}, "birth": {"place": {"c2": "BL", "cy": "IT", "lg": 12, "lat": 46.2, "name": "CASTELLO LAVAZZ", "geoid": 0}, "date-ut": "1897-09-27 12:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1582"}, "ids-in-sources": {"a5": "1582"}}, "raw": {"H": "13", "MN": "30", "TZ": "-1", "COD": "BL", "COU": "I", "DAY": "27", "LAT": "46N12", "LON": "12E 0", "MON": "9", "NUM": "1582", "PRO": "PT", "SEC": "0", "YEA": "1897", "CITY": "CASTELLO LAVAZZ"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13047	bevione-giuseppe-1879-12-27	{"a5": "1583"}	{"lerrcp": "A5-1583"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Bevione", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1879-12-27 22:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Bevione"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1879-12-27 22:40:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1583"}, "ids-in-sources": {"a5": "1583"}}, "raw": {"H": "23", "MN": "40", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "27", "LAT": "45N 0", "LON": "8E 0", "MON": "12", "NUM": "1583", "PRO": "PT", "SEC": "4", "YEA": "1879", "CITY": "TORINO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13048	bonardi-carlo-1877-01-25	{"a5": "1584"}	{"lerrcp": "A5-1584"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Bonardi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BS", "c3": null, "cy": "IT", "lg": 10.22727, "lat": 45.52478, "name": "Brescia", "geoid": 3181554}, "notime": null, "date-ut": "1877-01-25 01:55:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Bonardi"}, "birth": {"place": {"c2": "BS", "cy": "IT", "lg": 10.22727, "lat": 45.52478, "name": "Brescia", "geoid": 3181554}, "date-ut": "1877-01-25 01:55:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1584"}, "ids-in-sources": {"a5": "1584"}}, "raw": {"H": "2", "MN": "55", "TZ": "-1", "COD": "BS", "COU": "I", "DAY": "25", "LAT": "45N30", "LON": "11E 0", "MON": "1", "NUM": "1584", "PRO": "PT", "SEC": "4", "YEA": "1877", "CITY": "BRESCIA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13049	boncompagni-ludovisi-francesco-1886-10-20	{"a5": "1585"}	{"lerrcp": "A5-1585"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Boncompagni-Ludovisi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 12.70107, "lat": 42.94404, "name": "Foligno", "geoid": 3176854}, "notime": null, "date-ut": "1886-10-20 10:45:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Boncompagni-Ludovisi"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 12.70107, "lat": 42.94404, "name": "Foligno", "geoid": 3176854}, "date-ut": "1886-10-20 10:45:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1585"}, "ids-in-sources": {"a5": "1585"}}, "raw": {"H": "11", "MN": "45", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "20", "LAT": "43N 0", "LON": "13E 0", "MON": "10", "NUM": "1585", "PRO": "PT", "SEC": "4", "YEA": "1886", "CITY": "FOLIGNO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13050	bonino-uberto-1901-03-13	{"a5": "1586"}	{"lerrcp": "A5-1586"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Uberto", "family": "Bonino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SP", "c3": null, "cy": "IT", "lg": 9.84339, "lat": 44.11054, "name": "La Spezia", "geoid": 3175081}, "notime": null, "date-ut": "1901-03-13 03:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Uberto", "family": "Bonino"}, "birth": {"place": {"c2": "SP", "cy": "IT", "lg": 9.84339, "lat": 44.11054, "name": "La Spezia", "geoid": 3175081}, "date-ut": "1901-03-13 03:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1586"}, "ids-in-sources": {"a5": "1586"}}, "raw": {"H": "4", "MN": "40", "TZ": "-1", "COD": "SP", "COU": "I", "DAY": "13", "LAT": "44N 0", "LON": "10E15", "MON": "3", "NUM": "1586", "PRO": "PT", "SEC": "0", "YEA": "1901", "CITY": "LA SPEZIA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13051	bonomi-ivanoe-1873-10-18	{"a5": "1587"}	{"lerrcp": "A5-1587"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ivanoe", "family": "Bonomi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "IT", "lg": 10.79784, "lat": 45.16031, "name": "Mantova", "geoid": 3174051}, "notime": null, "date-ut": "1873-10-18 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Ivanoe", "family": "Bonomi"}, "birth": {"place": {"c2": "MN", "cy": "IT", "lg": 10.79784, "lat": 45.16031, "name": "Mantova", "geoid": 3174051}, "date-ut": "1873-10-18 03:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1587"}, "ids-in-sources": {"a5": "1587"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "MN", "COU": "I", "DAY": "18", "LAT": "45N12", "LON": "11E 0", "MON": "10", "NUM": "1587", "PRO": "PT", "SEC": "4", "YEA": "1873", "CITY": "MANTOVA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13052	bosco-lucarelli-1881-05-21	{"a5": "1589"}	{"lerrcp": "A5-1589"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucarelli", "family": "Bosco", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BN", "c3": null, "cy": "IT", "lg": 14.77328, "lat": 41.13204, "name": "Benevento", "geoid": 3182179}, "notime": null, "date-ut": "1881-05-21 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Lucarelli", "family": "Bosco"}, "birth": {"place": {"c2": "BN", "cy": "IT", "lg": 14.77328, "lat": 41.13204, "name": "Benevento", "geoid": 3182179}, "date-ut": "1881-05-21 10:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1589"}, "ids-in-sources": {"a5": "1589"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "BN", "COU": "I", "DAY": "21", "LAT": "41N18", "LON": "15E 0", "MON": "5", "NUM": "1589", "PRO": "PT", "SEC": "4", "YEA": "1881", "CITY": "BENEVENTO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13053	bottai-giuseppe-1895-09-03	{"a5": "1590"}	{"lerrcp": "A5-1590"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Bottai", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1895-09-03 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Bottai"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1895-09-03 15:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1590"}, "ids-in-sources": {"a5": "1590"}}, "raw": {"H": "16", "MN": "30", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "3", "LAT": "41N54", "LON": "12E30", "MON": "9", "NUM": "1590", "PRO": "PT", "SEC": "0", "YEA": "1895", "CITY": "ROMA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13054	bovetti-giovanni-1901-02-07	{"a5": "1591"}	{"lerrcp": "A5-1591"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Bovetti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CN", "c3": null, "cy": "IT", "lg": 7.81764, "lat": 44.39603, "name": "Mondovì", "geoid": 3173162}, "notime": null, "date-ut": "1901-02-07 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Bovetti"}, "birth": {"place": {"c2": "CN", "cy": "IT", "lg": 7.81764, "lat": 44.39603, "name": "Mondovì", "geoid": 3173162}, "date-ut": "1901-02-07 21:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1591"}, "ids-in-sources": {"a5": "1591"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "CN", "COU": "I", "DAY": "7", "LAT": "44N24", "LON": "7E15", "MON": "2", "NUM": "1591", "PRO": "PT", "SEC": "0", "YEA": "1901", "CITY": "MONDOVI"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13056	braschi-giovanni-1891-02-27	{"a5": "1593"}	{"lerrcp": "A5-1593"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Braschi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FO", "c3": null, "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "MERCATO SARACEN", "geoid": 0}, "notime": null, "date-ut": "1891-02-27 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Braschi"}, "birth": {"place": {"c2": "FO", "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "MERCATO SARACEN", "geoid": 0}, "date-ut": "1891-02-27 10:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1593"}, "ids-in-sources": {"a5": "1593"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "FO", "COU": "I", "DAY": "27", "LAT": "44N12", "LON": "12E30", "MON": "2", "NUM": "1593", "PRO": "PT", "SEC": "4", "YEA": "1891", "CITY": "MERCATO SARACEN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13057	brizi-alessandro-1878-09-07	{"a5": "1594"}	{"lerrcp": "A5-1594"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alessandro", "family": "Brizi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RI", "c3": null, "cy": "IT", "lg": 12.79658, "lat": 42.21543, "name": "Poggio Nativo", "geoid": 3170453}, "notime": null, "date-ut": "1878-09-07 15:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Alessandro", "family": "Brizi"}, "birth": {"place": {"c2": "RI", "cy": "IT", "lg": 12.79658, "lat": 42.21543, "name": "Poggio Nativo", "geoid": 3170453}, "date-ut": "1878-09-07 15:40:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1594"}, "ids-in-sources": {"a5": "1594"}}, "raw": {"H": "16", "MN": "40", "TZ": "-1", "COD": "RI", "COU": "I", "DAY": "7", "LAT": "42N24", "LON": "13E15", "MON": "9", "NUM": "1594", "PRO": "PT", "SEC": "4", "YEA": "1878", "CITY": "POGGIO NATIVO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13058	gauquelin-a5-1595-1900-09-30	{"a5": "1595"}	{"lerrcp": "A5-1595"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1595", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 9, "lat": 45, "name": "CANTEVENNA MONF", "geoid": 0}, "notime": null, "date-ut": "1900-09-30 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1595"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 9, "lat": 45, "name": "CANTEVENNA MONF", "geoid": 0}, "date-ut": "1900-09-30 04:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1595"}, "ids-in-sources": {"a5": "1595"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "30", "LAT": "45N 0", "LON": "9E 0", "MON": "9", "NUM": "1595", "PRO": "PT", "SEC": "0", "YEA": "1900", "CITY": "CANTEVENNA MONF"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13059	bubbio-teodoro-1888-02-02	{"a5": "1596"}	{"lerrcp": "A5-1596"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Teodoro", "family": "Bubbio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CN", "c3": null, "cy": "IT", "lg": 8.0347, "lat": 44.6999, "name": "Alba", "geoid": 3183364}, "notime": null, "date-ut": "1888-02-02 00:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Teodoro", "family": "Bubbio"}, "birth": {"place": {"c2": "CN", "cy": "IT", "lg": 8.0347, "lat": 44.6999, "name": "Alba", "geoid": 3183364}, "date-ut": "1888-02-02 00:40:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1596"}, "ids-in-sources": {"a5": "1596"}}, "raw": {"H": "1", "MN": "40", "TZ": "-1", "COD": "CN", "COU": "I", "DAY": "2", "LAT": "44N24", "LON": "7E15", "MON": "2", "NUM": "1596", "PRO": "PT", "SEC": "4", "YEA": "1888", "CITY": "ALBA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13060	cacciatore-luigi-1900-07-26	{"a5": "1597"}	{"lerrcp": "A5-1597"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Cacciatore", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SA", "c3": null, "cy": "IT", "lg": 15.25, "lat": 40.7, "name": "MERCATO SAN SEV", "geoid": 0}, "notime": null, "date-ut": "1900-07-26 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Cacciatore"}, "birth": {"place": {"c2": "SA", "cy": "IT", "lg": 15.25, "lat": 40.7, "name": "MERCATO SAN SEV", "geoid": 0}, "date-ut": "1900-07-26 12:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1597"}, "ids-in-sources": {"a5": "1597"}}, "raw": {"H": "13", "MN": "30", "TZ": "-1", "COD": "SA", "COU": "I", "DAY": "26", "LAT": "40N42", "LON": "15E15", "MON": "7", "NUM": "1597", "PRO": "PT", "SEC": "0", "YEA": "1900", "CITY": "MERCATO SAN SEV"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13061	calamandrei-pietro-1889-04-21	{"a5": "1598"}	{"lerrcp": "A5-1598"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Calamandrei", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1889-04-21 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pietro", "family": "Calamandrei"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1889-04-21 10:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1598"}, "ids-in-sources": {"a5": "1598"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "21", "LAT": "43N42", "LON": "11E30", "MON": "4", "NUM": "1598", "PRO": "PT", "SEC": "4", "YEA": "1889", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13062	calo-giovanni-1882-12-24	{"a5": "1599"}	{"lerrcp": "A5-1599"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Calo'", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BR", "c3": null, "cy": "IT", "lg": 18, "lat": 40.6, "name": "FRANCAVILLA FON", "geoid": 0}, "notime": null, "date-ut": "1882-12-24 17:45:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Calo'"}, "birth": {"place": {"c2": "BR", "cy": "IT", "lg": 18, "lat": 40.6, "name": "FRANCAVILLA FON", "geoid": 0}, "date-ut": "1882-12-24 17:45:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1599"}, "ids-in-sources": {"a5": "1599"}}, "raw": {"H": "18", "MN": "45", "TZ": "-1", "COD": "BR", "COU": "I", "DAY": "24", "LAT": "40N36", "LON": "18E 0", "MON": "12", "NUM": "1599", "PRO": "PT", "SEC": "4", "YEA": "1882", "CITY": "FRANCAVILLA FON"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13063	calosso-umberto-1895-09-23	{"a5": "1600"}	{"lerrcp": "A5-1600"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Umberto", "family": "Calosso", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 9, "lat": 45, "name": "BELVEGLIO", "geoid": 0}, "notime": null, "date-ut": "1895-09-23 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Umberto", "family": "Calosso"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 9, "lat": 45, "name": "BELVEGLIO", "geoid": 0}, "date-ut": "1895-09-23 12:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1600"}, "ids-in-sources": {"a5": "1600"}}, "raw": {"H": "13", "MN": "0", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "23", "LAT": "45N 0", "LON": "9E 0", "MON": "9", "NUM": "1600", "PRO": "PT", "SEC": "0", "YEA": "1895", "CITY": "BELVEGLIO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13064	camangi-ludovico-1903-02-14	{"a5": "1601"}	{"lerrcp": "A5-1601"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludovico", "family": "Camangi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FR", "c3": null, "cy": "IT", "lg": 13.6145, "lat": 41.72212, "name": "Sora", "geoid": 3166387}, "notime": null, "date-ut": "1903-02-14 21:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Ludovico", "family": "Camangi"}, "birth": {"place": {"c2": "FR", "cy": "IT", "lg": 13.6145, "lat": 41.72212, "name": "Sora", "geoid": 3166387}, "date-ut": "1903-02-14 21:15"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1601"}, "ids-in-sources": {"a5": "1601"}}, "raw": {"H": "22", "MN": "15", "TZ": "-1", "COD": "FR", "COU": "I", "DAY": "14", "LAT": "41N36", "LON": "13E15", "MON": "2", "NUM": "1601", "PRO": "PT", "SEC": "0", "YEA": "1903", "CITY": "SORA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13065	gauquelin-a5-1602-1891-11-30	{"a5": "1602"}	{"lerrcp": "A5-1602"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1602", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.66868, "lat": 41.81632, "name": "Frascati", "geoid": 3176589}, "notime": null, "date-ut": "1891-11-30 18:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1602"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.66868, "lat": 41.81632, "name": "Frascati", "geoid": 3176589}, "date-ut": "1891-11-30 18:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1602"}, "ids-in-sources": {"a5": "1602"}}, "raw": {"H": "19", "MN": "10", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "30", "LAT": "41N54", "LON": "12E30", "MON": "11", "NUM": "1602", "PRO": "PT", "SEC": "4", "YEA": "1891", "CITY": "FRASCATI"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13066	canepa-giuseppe-1865-03-13	{"a5": "1603"}	{"lerrcp": "A5-1603"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Canepa", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "IM", "c3": null, "cy": "IT", "lg": 8.07925, "lat": 43.91032, "name": "Diano Marina", "geoid": 3177595}, "notime": null, "date-ut": "1865-03-13 18:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Canepa"}, "birth": {"place": {"c2": "IM", "cy": "IT", "lg": 8.07925, "lat": 43.91032, "name": "Diano Marina", "geoid": 3177595}, "date-ut": "1865-03-13 18:28"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1603"}, "ids-in-sources": {"a5": "1603"}}, "raw": {"H": "19", "MN": "28", "TZ": "-1", "COD": "IM", "COU": "I", "DAY": "13", "LAT": "43N42", "LON": "8E 0", "MON": "3", "NUM": "1603", "PRO": "PT", "SEC": "0", "YEA": "1865", "CITY": "DIANO MARINA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13067	canevari-emilio-1880-01-21	{"a5": "1604"}	{"lerrcp": "A5-1604"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emilio", "family": "Canevari", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 9, "lat": 45.2, "name": "PIEVE PORTO MOR", "geoid": 0}, "notime": null, "date-ut": "1880-01-21 14:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Emilio", "family": "Canevari"}, "birth": {"place": {"c2": "PV", "cy": "IT", "lg": 9, "lat": 45.2, "name": "PIEVE PORTO MOR", "geoid": 0}, "date-ut": "1880-01-21 14:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1604"}, "ids-in-sources": {"a5": "1604"}}, "raw": {"H": "15", "MN": "10", "TZ": "-1", "COD": "PV", "COU": "I", "DAY": "21", "LAT": "45N12", "LON": "9E 0", "MON": "1", "NUM": "1604", "PRO": "PT", "SEC": "4", "YEA": "1880", "CITY": "PIEVE PORTO MOR"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13068	capacchione-francesco-1903-05-12	{"a5": "1605"}	{"lerrcp": "A5-1605"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Capacchione", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 17, "lat": 41.2, "name": "BARLETTA", "geoid": 0}, "notime": null, "date-ut": "1903-05-12 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Capacchione"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 17, "lat": 41.2, "name": "BARLETTA", "geoid": 0}, "date-ut": "1903-05-12 18:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1605"}, "ids-in-sources": {"a5": "1605"}}, "raw": {"H": "19", "MN": "0", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "12", "LAT": "41N12", "LON": "17E 0", "MON": "5", "NUM": "1605", "PRO": "PT", "SEC": "0", "YEA": "1903", "CITY": "BARLETTA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13069	caporali-raffaele-1868-04-07	{"a5": "1606"}	{"lerrcp": "A5-1606"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raffaele", "family": "Caporali", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CH", "c3": null, "cy": "IT", "lg": 14.25, "lat": 42.3, "name": "CASTELFRENTANO", "geoid": 0}, "notime": null, "date-ut": "1868-04-07 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Raffaele", "family": "Caporali"}, "birth": {"place": {"c2": "CH", "cy": "IT", "lg": 14.25, "lat": 42.3, "name": "CASTELFRENTANO", "geoid": 0}, "date-ut": "1868-04-07 07:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1606"}, "ids-in-sources": {"a5": "1606"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "CH", "COU": "I", "DAY": "7", "LAT": "42N18", "LON": "14E15", "MON": "4", "NUM": "1606", "PRO": "PT", "SEC": "4", "YEA": "1868", "CITY": "CASTELFRENTANO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13070	gauquelin-a5-1607-1888-02-19	{"a5": "1607"}	{"lerrcp": "A5-1607"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1607", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "IT", "lg": 9, "lat": 44.4, "name": "GENOVA", "geoid": 0}, "notime": null, "date-ut": "1888-02-19 01:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1607"}, "birth": {"place": {"c2": "GE", "cy": "IT", "lg": 9, "lat": 44.4, "name": "GENOVA", "geoid": 0}, "date-ut": "1888-02-19 01:50:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1607"}, "ids-in-sources": {"a5": "1607"}}, "raw": {"H": "2", "MN": "50", "TZ": "-1", "COD": "GE", "COU": "I", "DAY": "19", "LAT": "44N24", "LON": "9E 0", "MON": "2", "NUM": "1607", "PRO": "PT", "SEC": "4", "YEA": "1888", "CITY": "GENOVA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13071	cappi-giuseppe-1883-08-14	{"a5": "1608"}	{"lerrcp": "A5-1608"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Cappi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CR", "c3": null, "cy": "IT", "lg": 9.99557, "lat": 45.18877, "name": "Castelverde", "geoid": 3179452}, "notime": null, "date-ut": "1883-08-14 03:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Cappi"}, "birth": {"place": {"c2": "CR", "cy": "IT", "lg": 9.99557, "lat": 45.18877, "name": "Castelverde", "geoid": 3179452}, "date-ut": "1883-08-14 03:40:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1608"}, "ids-in-sources": {"a5": "1608"}}, "raw": {"H": "4", "MN": "40", "TZ": "-1", "COD": "CR", "COU": "I", "DAY": "14", "LAT": "45N12", "LON": "11E 0", "MON": "8", "NUM": "1608", "PRO": "PT", "SEC": "4", "YEA": "1883", "CITY": "CASTELVERDE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13072	capua-antonio-1905-10-19	{"a5": "1609"}	{"lerrcp": "A5-1609"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Capua", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RC", "c3": null, "cy": "IT", "lg": 15.8813, "lat": 38.30377, "name": "Melicuccà", "geoid": 2524190}, "notime": null, "date-ut": "1905-10-19 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Capua"}, "birth": {"place": {"c2": "RC", "cy": "IT", "lg": 15.8813, "lat": 38.30377, "name": "Melicuccà", "geoid": 2524190}, "date-ut": "1905-10-19 01:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1609"}, "ids-in-sources": {"a5": "1609"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "RC", "COU": "I", "DAY": "19", "LAT": "38N 6", "LON": "15E30", "MON": "10", "NUM": "1609", "PRO": "PT", "SEC": "0", "YEA": "1905", "CITY": "MELICUCCA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13073	carcaterra-antonio-1905-10-24	{"a5": "1610"}	{"lerrcp": "A5-1610"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Carcaterra", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CE", "c3": null, "cy": "IT", "lg": 13.93282, "lat": 41.24082, "name": "Sessa Aurunca", "geoid": 3166614}, "notime": null, "date-ut": "1905-10-24 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Carcaterra"}, "birth": {"place": {"c2": "CE", "cy": "IT", "lg": 13.93282, "lat": 41.24082, "name": "Sessa Aurunca", "geoid": 3166614}, "date-ut": "1905-10-24 04:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1610"}, "ids-in-sources": {"a5": "1610"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "CE", "COU": "I", "DAY": "24", "LAT": "41N 6", "LON": "14E30", "MON": "10", "NUM": "1610", "PRO": "PT", "SEC": "0", "YEA": "1905", "CITY": "SESSA AURUNCA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13074	carignani-giovanni-1893-06-01	{"a5": "1611"}	{"lerrcp": "A5-1611"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Carignani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LU", "c3": null, "cy": "IT", "lg": 11, "lat": 43.7, "name": "PICCIORANA", "geoid": 0}, "notime": null, "date-ut": "1893-06-01 09:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Carignani"}, "birth": {"place": {"c2": "LU", "cy": "IT", "lg": 11, "lat": 43.7, "name": "PICCIORANA", "geoid": 0}, "date-ut": "1893-06-01 09:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1611"}, "ids-in-sources": {"a5": "1611"}}, "raw": {"H": "10", "MN": "10", "TZ": "-1", "COD": "LU", "COU": "I", "DAY": "1", "LAT": "43N42", "LON": "11E 0", "MON": "6", "NUM": "1611", "PRO": "PT", "SEC": "4", "YEA": "1893", "CITY": "PICCIORANA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13075	carpano-magliori-1887-02-16	{"a5": "1612"}	{"lerrcp": "A5-1612"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Magliori", "family": "Carpano", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VC", "c3": null, "cy": "IT", "lg": 8.5, "lat": 45.4, "name": "BIELLA", "geoid": 0}, "notime": null, "date-ut": "1887-02-16 05:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Magliori", "family": "Carpano"}, "birth": {"place": {"c2": "VC", "cy": "IT", "lg": 8.5, "lat": 45.4, "name": "BIELLA", "geoid": 0}, "date-ut": "1887-02-16 05:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1612"}, "ids-in-sources": {"a5": "1612"}}, "raw": {"H": "6", "MN": "10", "TZ": "-1", "COD": "VC", "COU": "I", "DAY": "16", "LAT": "45N24", "LON": "8E30", "MON": "2", "NUM": "1612", "PRO": "PT", "SEC": "4", "YEA": "1887", "CITY": "BIELLA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13076	cartia-giovanni-1894-08-17	{"a5": "1613"}	{"lerrcp": "A5-1613"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Cartia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RG", "c3": null, "cy": "IT", "lg": 14.70139, "lat": 36.79024, "name": "Scicli", "geoid": 2523192}, "notime": null, "date-ut": "1894-08-17 10:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Cartia"}, "birth": {"place": {"c2": "RG", "cy": "IT", "lg": 14.70139, "lat": 36.79024, "name": "Scicli", "geoid": 2523192}, "date-ut": "1894-08-17 10:15"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1613"}, "ids-in-sources": {"a5": "1613"}}, "raw": {"H": "11", "MN": "15", "TZ": "-1", "COD": "RG", "COU": "I", "DAY": "17", "LAT": "37N 0", "LON": "14E45", "MON": "8", "NUM": "1613", "PRO": "PT", "SEC": "0", "YEA": "1894", "CITY": "SCICLI"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13077	gauquelin-a5-1614-1903-09-14	{"a5": "1614"}	{"lerrcp": "A5-1614"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1614", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CS", "c3": null, "cy": "IT", "lg": 16.5, "lat": 39.3, "name": "SPEZZANO ALBANE", "geoid": 0}, "notime": null, "date-ut": "1903-09-14 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1614"}, "birth": {"place": {"c2": "CS", "cy": "IT", "lg": 16.5, "lat": 39.3, "name": "SPEZZANO ALBANE", "geoid": 0}, "date-ut": "1903-09-14 07:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1614"}, "ids-in-sources": {"a5": "1614"}}, "raw": {"H": "8", "MN": "30", "TZ": "-1", "COD": "CS", "COU": "I", "DAY": "14", "LAT": "39N18", "LON": "16E30", "MON": "9", "NUM": "1614", "PRO": "PT", "SEC": "0", "YEA": "1903", "CITY": "SPEZZANO ALBANE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13078	gauquelin-a5-1615-1904-10-14	{"a5": "1615"}	{"lerrcp": "A5-1615"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1615", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 8.91678, "lat": 45.39821, "name": "Abbiategrasso", "geoid": 3183573}, "notime": null, "date-ut": "1904-10-14 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1615"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 8.91678, "lat": 45.39821, "name": "Abbiategrasso", "geoid": 3183573}, "date-ut": "1904-10-14 12:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1615"}, "ids-in-sources": {"a5": "1615"}}, "raw": {"H": "13", "MN": "0", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "14", "LAT": "45N30", "LON": "9E15", "MON": "10", "NUM": "1615", "PRO": "PT", "SEC": "0", "YEA": "1904", "CITY": "ABBIATEGRASSO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13079	cavallari-vincenzo-1919-11-07	{"a5": "1616"}	{"lerrcp": "A5-1616"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincenzo", "family": "Cavallari", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FE", "c3": null, "cy": "IT", "lg": 11.80682, "lat": 44.69848, "name": "Portomaggiore", "geoid": 3170082}, "notime": null, "date-ut": "1919-11-07 17:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Vincenzo", "family": "Cavallari"}, "birth": {"place": {"c2": "FE", "cy": "IT", "lg": 11.80682, "lat": 44.69848, "name": "Portomaggiore", "geoid": 3170082}, "date-ut": "1919-11-07 17:35"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1616"}, "ids-in-sources": {"a5": "1616"}}, "raw": {"H": "18", "MN": "35", "TZ": "-1", "COD": "FE", "COU": "I", "DAY": "7", "LAT": "44N42", "LON": "12E30", "MON": "11", "NUM": "1616", "PRO": "PT", "SEC": "0", "YEA": "1919", "CITY": "PORTOMAGGIORE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
6883	cavallero-ugo-1880-09-20	{"a3": "1168", "a5": "1617"}	{"lerrcp": "A3-1168"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ugo", "family": "Cavallero", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 9, "lat": 45, "name": "CASALE MONFERRAT", "geoid": 0}, "notime": null, "date-ut": "1880-09-20 19:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Ugo", "family": "Cavallero"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 9, "lat": 45, "name": "CASALE MONFERRAT", "geoid": 0}, "date-ut": "1880-09-20 19:25:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1168"}, "ids-in-sources": {"a3": "1168"}}, "raw": {"H": "20", "MN": "25", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "20", "LAT": "45N 0", "LON": "9E 0", "MON": "9", "NUM": "1168", "PRO": "M", "SEC": "4", "YEA": "1880", "CITY": "CASALE MONFERRAT"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "1617"}}, "raw": {"H": "20", "MN": "25", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "20", "LAT": "45N 0", "LON": "9E 0", "MON": "9", "NUM": "1617", "PRO": "PT", "SEC": "4", "YEA": "1880", "CITY": "CASALE MONFERRA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13080	cavalli-antonio-1889-09-12	{"a5": "1618"}	{"lerrcp": "A5-1618"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Cavalli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BG", "c3": null, "cy": "IT", "lg": 9.66895, "lat": 45.69798, "name": "Bergamo", "geoid": 3182164}, "notime": null, "date-ut": "1889-09-12 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Cavalli"}, "birth": {"place": {"c2": "BG", "cy": "IT", "lg": 9.66895, "lat": 45.69798, "name": "Bergamo", "geoid": 3182164}, "date-ut": "1889-09-12 00:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1618"}, "ids-in-sources": {"a5": "1618"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "BG", "COU": "I", "DAY": "12", "LAT": "45N36", "LON": "9E45", "MON": "9", "NUM": "1618", "PRO": "PT", "SEC": "4", "YEA": "1889", "CITY": "BERGAMO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13081	cevelotto-mario-1887-04-01	{"a5": "1619"}	{"lerrcp": "A5-1619"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Cevelotto", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TV", "c3": null, "cy": "IT", "lg": 12.245, "lat": 45.66667, "name": "Treviso", "geoid": 3165201}, "notime": null, "date-ut": "1887-04-01 11:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Cevelotto"}, "birth": {"place": {"c2": "TV", "cy": "IT", "lg": 12.245, "lat": 45.66667, "name": "Treviso", "geoid": 3165201}, "date-ut": "1887-04-01 11:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1619"}, "ids-in-sources": {"a5": "1619"}}, "raw": {"H": "12", "MN": "10", "TZ": "-1", "COD": "TV", "COU": "I", "DAY": "1", "LAT": "45N36", "LON": "12E45", "MON": "4", "NUM": "1619", "PRO": "PT", "SEC": "4", "YEA": "1887", "CITY": "TREVISO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13082	chatrian-luigi-1891-11-07	{"a5": "1620"}	{"lerrcp": "A5-1620"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Chatrian", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AO", "c3": null, "cy": "IT", "lg": 7.3166, "lat": 45.73736, "name": "Aosta", "geoid": 3182997}, "notime": null, "date-ut": "1891-11-07 05:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Chatrian"}, "birth": {"place": {"c2": "AO", "cy": "IT", "lg": 7.3166, "lat": 45.73736, "name": "Aosta", "geoid": 3182997}, "date-ut": "1891-11-07 05:40:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1620"}, "ids-in-sources": {"a5": "1620"}}, "raw": {"H": "6", "MN": "40", "TZ": "-1", "COD": "AO", "COU": "I", "DAY": "7", "LAT": "45N48", "LON": "8E 0", "MON": "11", "NUM": "1620", "PRO": "PT", "SEC": "4", "YEA": "1891", "CITY": "AOSTA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13083	chiaramello-domenico-1897-10-13	{"a5": "1621"}	{"lerrcp": "A5-1621"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Domenico", "family": "Chiaramello", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CN", "c3": null, "cy": "IT", "lg": 7.25, "lat": 44.4, "name": "CAVALLERMAGGIOR", "geoid": 0}, "notime": null, "date-ut": "1897-10-13 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Domenico", "family": "Chiaramello"}, "birth": {"place": {"c2": "CN", "cy": "IT", "lg": 7.25, "lat": 44.4, "name": "CAVALLERMAGGIOR", "geoid": 0}, "date-ut": "1897-10-13 16:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1621"}, "ids-in-sources": {"a5": "1621"}}, "raw": {"H": "17", "MN": "30", "TZ": "-1", "COD": "CN", "COU": "I", "DAY": "13", "LAT": "44N24", "LON": "7E15", "MON": "10", "NUM": "1621", "PRO": "PT", "SEC": "0", "YEA": "1897", "CITY": "CAVALLERMAGGIOR"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13084	cianetti-tullio-1899-07-20	{"a5": "1622"}	{"lerrcp": "A5-1622"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tullio", "family": "Cianetti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 12.61429, "lat": 43.07083, "name": "Assisi", "geoid": 3182722}, "notime": null, "date-ut": "1899-07-20 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Tullio", "family": "Cianetti"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 12.61429, "lat": 43.07083, "name": "Assisi", "geoid": 3182722}, "date-ut": "1899-07-20 00:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1622"}, "ids-in-sources": {"a5": "1622"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "20", "LAT": "43N 0", "LON": "13E 0", "MON": "7", "NUM": "1622", "PRO": "PT", "SEC": "0", "YEA": "1899", "CITY": "ASSISI"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13085	cingolani-mario-1883-08-02	{"a5": "1623"}	{"lerrcp": "A5-1623"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Cingolani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1883-08-02 08:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Cingolani"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1883-08-02 08:40:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1623"}, "ids-in-sources": {"a5": "1623"}}, "raw": {"H": "9", "MN": "40", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "2", "LAT": "41N54", "LON": "12E30", "MON": "8", "NUM": "1623", "PRO": "PT", "SEC": "4", "YEA": "1883", "CITY": "ROMA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
6906	clerici-ambrogio-1868-11-18	{"a3": "1191", "a5": "1624"}	{"lerrcp": "A3-1191"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ambrogio", "family": "Clerici", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 9.37886, "lat": 45.13216, "name": "Costa de' Nobili", "geoid": 6534979}, "notime": null, "date-ut": "1868-11-18 20:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Ambrogio", "family": "Clerici"}, "birth": {"place": {"c2": "PV", "cy": "IT", "lg": 9.37886, "lat": 45.13216, "name": "Costa de' Nobili", "geoid": 6534979}, "date-ut": "1868-11-18 20:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1191"}, "ids-in-sources": {"a3": "1191"}}, "raw": {"H": "21", "MN": "10", "TZ": "-1", "COD": "PV", "COU": "I", "DAY": "18", "LAT": "45N12", "LON": "9E 0", "MON": "11", "NUM": "1191", "PRO": "M", "SEC": "4", "YEA": "1868", "CITY": "COSTA DE NOBILI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "1624"}}, "raw": {"H": "21", "MN": "10", "TZ": "-1", "COD": "PV", "COU": "I", "DAY": "18", "LAT": "45N12", "LON": "9E 0", "MON": "11", "NUM": "1624", "PRO": "PT", "SEC": "4", "YEA": "1868", "CITY": "COSTA DE NOBILI"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13086	clerici-edoardo-1898-05-14	{"a5": "1625"}	{"lerrcp": "A5-1625"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edoardo", "family": "Clerici", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "IT", "lg": 9.08744, "lat": 45.80998, "name": "Como", "geoid": 3178229}, "notime": null, "date-ut": "1898-05-14 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Edoardo", "family": "Clerici"}, "birth": {"place": {"c2": "CO", "cy": "IT", "lg": 9.08744, "lat": 45.80998, "name": "Como", "geoid": 3178229}, "date-ut": "1898-05-14 06:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1625"}, "ids-in-sources": {"a5": "1625"}}, "raw": {"H": "7", "MN": "30", "TZ": "-1", "COD": "CO", "COU": "I", "DAY": "14", "LAT": "45N48", "LON": "9E15", "MON": "5", "NUM": "1625", "PRO": "PT", "SEC": "0", "YEA": "1898", "CITY": "COMO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13087	codacci-pisanelli-1913-03-28	{"a5": "1626"}	{"lerrcp": "A5-1626"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pisanelli", "family": "Codacci", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1913-03-28 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pisanelli", "family": "Codacci"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1913-03-28 02:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1626"}, "ids-in-sources": {"a5": "1626"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "28", "LAT": "41N54", "LON": "12E30", "MON": "3", "NUM": "1626", "PRO": "PT", "SEC": "0", "YEA": "1913", "CITY": "ROMA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13088	codignola-tristano-1913-10-23	{"a5": "1627"}	{"lerrcp": "A5-1627"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tristano", "family": "Codignola", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 12.61429, "lat": 43.07083, "name": "Assisi", "geoid": 3182722}, "notime": null, "date-ut": "1913-10-23 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Tristano", "family": "Codignola"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 12.61429, "lat": 43.07083, "name": "Assisi", "geoid": 3182722}, "date-ut": "1913-10-23 02:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1627"}, "ids-in-sources": {"a5": "1627"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "23", "LAT": "43N 0", "LON": "13E 0", "MON": "10", "NUM": "1627", "PRO": "PT", "SEC": "0", "YEA": "1913", "CITY": "ASSISI"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13089	colitto-francesco-1897-02-08	{"a5": "1628"}	{"lerrcp": "A5-1628"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Colitto", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CB", "c3": null, "cy": "IT", "lg": 14.75, "lat": 41.6, "name": "CAROVILLI", "geoid": 0}, "notime": null, "date-ut": "1897-02-08 00:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Colitto"}, "birth": {"place": {"c2": "CB", "cy": "IT", "lg": 14.75, "lat": 41.6, "name": "CAROVILLI", "geoid": 0}, "date-ut": "1897-02-08 00:10"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1628"}, "ids-in-sources": {"a5": "1628"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "CB", "COU": "I", "DAY": "8", "LAT": "41N36", "LON": "14E45", "MON": "2", "NUM": "1628", "PRO": "PT", "SEC": "0", "YEA": "1897", "CITY": "CAROVILLI"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13090	colombo-emilio-1920-04-11	{"a5": "1629"}	{"lerrcp": "A5-1629"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emilio", "family": "Colombo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PZ", "c3": null, "cy": "IT", "lg": 15.80857, "lat": 40.64432, "name": "Potenza", "geoid": 3170027}, "notime": null, "date-ut": "1920-04-11 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Emilio", "family": "Colombo"}, "birth": {"place": {"c2": "PZ", "cy": "IT", "lg": 15.80857, "lat": 40.64432, "name": "Potenza", "geoid": 3170027}, "date-ut": "1920-04-11 14:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1629"}, "ids-in-sources": {"a5": "1629"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "PZ", "COU": "I", "DAY": "11", "LAT": "40N30", "LON": "15E45", "MON": "4", "NUM": "1629", "PRO": "PT", "SEC": "0", "YEA": "1920", "CITY": "POTENZA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13091	conti-giovanni-1882-11-17	{"a5": "1630"}	{"lerrcp": "A5-1630"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Conti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AP", "c3": null, "cy": "IT", "lg": 13.75, "lat": 43, "name": "MONTEGRANARO", "geoid": 0}, "notime": null, "date-ut": "1882-11-17 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Conti"}, "birth": {"place": {"c2": "AP", "cy": "IT", "lg": 13.75, "lat": 43, "name": "MONTEGRANARO", "geoid": 0}, "date-ut": "1882-11-17 03:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1630"}, "ids-in-sources": {"a5": "1630"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "AP", "COU": "I", "DAY": "17", "LAT": "43N 0", "LON": "13E45", "MON": "11", "NUM": "1630", "PRO": "PT", "SEC": "4", "YEA": "1882", "CITY": "MONTEGRANARO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13092	corbino-epicarmo-1890-07-18	{"a5": "1631"}	{"lerrcp": "A5-1631"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Epicarmo", "family": "Corbino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SR", "c3": null, "cy": "IT", "lg": 15.21969, "lat": 37.23655, "name": "Augusta", "geoid": 2525646}, "notime": null, "date-ut": "1890-07-18 03:17:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Epicarmo", "family": "Corbino"}, "birth": {"place": {"c2": "SR", "cy": "IT", "lg": 15.21969, "lat": 37.23655, "name": "Augusta", "geoid": 2525646}, "date-ut": "1890-07-18 03:17:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1631"}, "ids-in-sources": {"a5": "1631"}}, "raw": {"H": "4", "MN": "17", "TZ": "-1", "COD": "SR", "COU": "I", "DAY": "18", "LAT": "37N 0", "LON": "15E30", "MON": "7", "NUM": "1631", "PRO": "PT", "SEC": "4", "YEA": "1890", "CITY": "AUGUSTA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
5085	corbino-mario-1876-04-30	{"a2": "3002", "a5": "1632"}	{"lerrcp": "A2-3002"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Corbino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SR", "c3": null, "cy": "IT", "lg": 15.21969, "lat": 37.23655, "name": "Augusta", "geoid": 2525646}, "notime": null, "date-ut": "1876-04-30 00:13:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist", "politician"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Corbino"}, "birth": {"place": {"c2": "SR", "cy": "IT", "lg": 15.21969, "lat": 37.23655, "name": "Augusta", "geoid": 2525646}, "date-ut": "1876-04-30 00:13:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3002"}, "ids-in-sources": {"a2": "3002"}}, "raw": {"H": "1", "MN": "13", "TZ": "-1", "COD": "SR", "COU": "I", "DAY": "30", "LAT": "37N 0", "LON": "15E30", "MON": "4", "NUM": "3002", "PRO": "S", "SEC": "4", "YEA": "1876", "CITY": "AUGUSTA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "1632"}}, "raw": {"H": "1", "MN": "13", "TZ": "-1", "COD": "SR", "COU": "I", "DAY": "30", "LAT": "37N 0", "LON": "15E30", "MON": "4", "NUM": "1632", "PRO": "PT", "SEC": "4", "YEA": "1876", "CITY": "AUGUSTA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13093	cortese-guido-1909-08-02	{"a5": "1633"}	{"lerrcp": "A5-1633"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guido", "family": "Cortese", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14, "lat": 40.9, "name": "CASTELCAPUANO", "geoid": 0}, "notime": null, "date-ut": "1909-08-02 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Guido", "family": "Cortese"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14, "lat": 40.9, "name": "CASTELCAPUANO", "geoid": 0}, "date-ut": "1909-08-02 02:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1633"}, "ids-in-sources": {"a5": "1633"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "2", "LAT": "40N54", "LON": "14E 0", "MON": "8", "NUM": "1633", "PRO": "PT", "SEC": "0", "YEA": "1909", "CITY": "CASTELCAPUANO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13094	gauquelin-a5-1634-1914-02-22	{"a5": "1634"}	{"lerrcp": "A5-1634"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1634", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AV", "c3": null, "cy": "IT", "lg": 15.00134, "lat": 41.09772, "name": "Bonito", "geoid": 3181882}, "notime": null, "date-ut": "1914-02-22 14:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1634"}, "birth": {"place": {"c2": "AV", "cy": "IT", "lg": 15.00134, "lat": 41.09772, "name": "Bonito", "geoid": 3181882}, "date-ut": "1914-02-22 14:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1634"}, "ids-in-sources": {"a5": "1634"}}, "raw": {"H": "15", "MN": "40", "TZ": "-1", "COD": "AV", "COU": "I", "DAY": "22", "LAT": "41N 0", "LON": "15E 0", "MON": "2", "NUM": "1634", "PRO": "PT", "SEC": "0", "YEA": "1914", "CITY": "BONITO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13095	crispi-francesco-1819-10-03	{"a5": "1635"}	{"lerrcp": "A5-1635"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Crispi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AG", "c3": null, "cy": "IT", "lg": 13.26415, "lat": 37.49844, "name": "Ribera", "geoid": 2523619}, "notime": null, "date-ut": "1819-10-03 23:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Crispi"}, "birth": {"place": {"c2": "AG", "cy": "IT", "lg": 13.26415, "lat": 37.49844, "name": "Ribera", "geoid": 2523619}, "date-ut": "1819-10-03 23:06"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1635"}, "ids-in-sources": {"a5": "1635"}}, "raw": {"H": "0", "MN": "6", "TZ": "-1", "COD": "AG", "COU": "I", "DAY": "4", "LAT": "37N12", "LON": "13E30", "MON": "10", "NUM": "1635", "PRO": "PT", "SEC": "0", "YEA": "1819", "CITY": "RIBERA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
17990	chaboureau-pierre-1914-06-12	{"e1": "358"}	{"lerrcp": "E1-358"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Chaboureau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-06-12 11:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.235, "lat": 48.81381, "name": "Meudon", "geoid": 2994144}, "notime": null, "date-ut": "1914-06-12 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Chaboureau"}, "birth": {"tzo": "+00:00", "date": "1914-06-12 11:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.235, "lat": 48.81381, "name": "Meudon", "geoid": 2994144}, "date-ut": "1914-06-12 11:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "358"}}, "raw": {"H": "11:00", "COD": "92", "DAY": "12", "MON": "06", "NUM": "0358", "PRO": "MI", "YEA": "1914", "CITY": "Meudon", "NAME": "CHABOUREAU Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13097	cucco-alfredo-1893-01-26	{"a5": "1637"}	{"lerrcp": "A5-1637"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfredo", "family": "Cucco", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PA", "c3": null, "cy": "IT", "lg": 14.08856, "lat": 37.93195, "name": "Castelbuono", "geoid": 2525103}, "notime": null, "date-ut": "1893-01-26 08:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Alfredo", "family": "Cucco"}, "birth": {"place": {"c2": "PA", "cy": "IT", "lg": 14.08856, "lat": 37.93195, "name": "Castelbuono", "geoid": 2525103}, "date-ut": "1893-01-26 08:40:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1637"}, "ids-in-sources": {"a5": "1637"}}, "raw": {"H": "9", "MN": "40", "TZ": "-1", "COD": "PA", "COU": "I", "DAY": "26", "LAT": "38N 0", "LON": "13E30", "MON": "1", "NUM": "1637", "PRO": "PT", "SEC": "4", "YEA": "1893", "CITY": "CASTELBUONO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13098	d-alessio-francesco-1886-05-27	{"a5": "1638"}	{"lerrcp": "A5-1638"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "D'Alessio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MT", "c3": null, "cy": "IT", "lg": 16.66689, "lat": 40.55222, "name": "Montescaglioso", "geoid": 3172739}, "notime": null, "date-ut": "1886-05-27 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "D'Alessio"}, "birth": {"place": {"c2": "MT", "cy": "IT", "lg": 16.66689, "lat": 40.55222, "name": "Montescaglioso", "geoid": 3172739}, "date-ut": "1886-05-27 07:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1638"}, "ids-in-sources": {"a5": "1638"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "MT", "COU": "I", "DAY": "27", "LAT": "40N36", "LON": "16E45", "MON": "5", "NUM": "1638", "PRO": "PT", "SEC": "4", "YEA": "1886", "CITY": "MONTESCAGLIOSO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13099	damiani-ugo-1899-03-13	{"a5": "1639"}	{"lerrcp": "A5-1639"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ugo", "family": "Damiani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RI", "c3": null, "cy": "IT", "lg": 13.24768, "lat": 42.69414, "name": "Accumoli", "geoid": 3183548}, "notime": null, "date-ut": "1899-03-13 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Ugo", "family": "Damiani"}, "birth": {"place": {"c2": "RI", "cy": "IT", "lg": 13.24768, "lat": 42.69414, "name": "Accumoli", "geoid": 3183548}, "date-ut": "1899-03-13 15:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1639"}, "ids-in-sources": {"a5": "1639"}}, "raw": {"H": "16", "MN": "30", "TZ": "-1", "COD": "RI", "COU": "I", "DAY": "13", "LAT": "42N24", "LON": "13E15", "MON": "3", "NUM": "1639", "PRO": "PT", "SEC": "0", "YEA": "1899", "CITY": "ACCUMOLI"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13100	d-aragona-ludovico-1876-05-23	{"a5": "1640"}	{"lerrcp": "A5-1640"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludovico", "family": "D'Aragona", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "CERNUSCO SUL NA", "geoid": 0}, "notime": null, "date-ut": "1876-05-23 02:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Ludovico", "family": "D'Aragona"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "CERNUSCO SUL NA", "geoid": 0}, "date-ut": "1876-05-23 02:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1640"}, "ids-in-sources": {"a5": "1640"}}, "raw": {"H": "3", "MN": "10", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "23", "LAT": "45N30", "LON": "9E15", "MON": "5", "NUM": "1640", "PRO": "PT", "SEC": "4", "YEA": "1876", "CITY": "CERNUSCO SUL NA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
6939	de-bono-emilio-1866-03-19	{"a3": "1224", "a5": "1641"}	{"lerrcp": "A3-1224"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emilio", "family": "De Bono", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "CASSANO D ADDD", "geoid": 0}, "notime": null, "date-ut": "1866-03-19 19:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Emilio", "family": "De Bono"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "CASSANO D ADDD", "geoid": 0}, "date-ut": "1866-03-19 19:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1224"}, "ids-in-sources": {"a3": "1224"}}, "raw": {"H": "20", "MN": "8", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "19", "LAT": "45N30", "LON": "9E15", "MON": "3", "NUM": "1224", "PRO": "M", "SEC": "0", "YEA": "1866", "CITY": "CASSANO D ADDD"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "1641"}}, "raw": {"H": "20", "MN": "8", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "19", "LAT": "45N30", "LON": "9E15", "MON": "3", "NUM": "1641", "PRO": "PT", "SEC": "0", "YEA": "1866", "CITY": "CASSANO D ADDA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13101	de-capitani-giuseppe-1870-02-15	{"a5": "1642"}	{"lerrcp": "A5-1642"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "De Capitani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1870-02-15 17:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "De Capitani"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1870-02-15 17:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1642"}, "ids-in-sources": {"a5": "1642"}}, "raw": {"H": "18", "MN": "10", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "15", "LAT": "45N30", "LON": "9E15", "MON": "2", "NUM": "1642", "PRO": "PT", "SEC": "4", "YEA": "1870", "CITY": "MILANO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13102	de-caro-raffaele-1883-03-29	{"a5": "1643"}	{"lerrcp": "A5-1643"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raffaele", "family": "De Caro", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BN", "c3": null, "cy": "IT", "lg": 14.77328, "lat": 41.13204, "name": "Benevento", "geoid": 3182179}, "notime": null, "date-ut": "1883-03-29 06:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Raffaele", "family": "De Caro"}, "birth": {"place": {"c2": "BN", "cy": "IT", "lg": 14.77328, "lat": 41.13204, "name": "Benevento", "geoid": 3182179}, "date-ut": "1883-03-29 06:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1643"}, "ids-in-sources": {"a5": "1643"}}, "raw": {"H": "7", "MN": "10", "TZ": "-1", "COD": "BN", "COU": "I", "DAY": "29", "LAT": "41N18", "LON": "15E 0", "MON": "3", "NUM": "1643", "PRO": "PT", "SEC": "4", "YEA": "1883", "CITY": "BENEVENTO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13103	de-filipo-luigi-1898-01-12	{"a5": "1644"}	{"lerrcp": "A5-1644"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "De Filipo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PZ", "c3": null, "cy": "IT", "lg": 16.08608, "lat": 39.9738, "name": "Viggianello", "geoid": 2522772}, "notime": null, "date-ut": "1898-01-12 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "De Filipo"}, "birth": {"place": {"c2": "PZ", "cy": "IT", "lg": 16.08608, "lat": 39.9738, "name": "Viggianello", "geoid": 2522772}, "date-ut": "1898-01-12 11:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1644"}, "ids-in-sources": {"a5": "1644"}}, "raw": {"H": "12", "MN": "0", "TZ": "-1", "COD": "PZ", "COU": "I", "DAY": "12", "LAT": "40N30", "LON": "15E45", "MON": "1", "NUM": "1644", "PRO": "PT", "SEC": "0", "YEA": "1898", "CITY": "VIGGIANELLO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13104	de-francesco-giuseppe-1885-09-15	{"a5": "1645"}	{"lerrcp": "A5-1645"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "De Francesco", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CH", "c3": null, "cy": "IT", "lg": 14.45112, "lat": 42.06934, "name": "Atessa", "geoid": 3182700}, "notime": null, "date-ut": "1885-09-15 19:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "De Francesco"}, "birth": {"place": {"c2": "CH", "cy": "IT", "lg": 14.45112, "lat": 42.06934, "name": "Atessa", "geoid": 3182700}, "date-ut": "1885-09-15 19:25:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1645"}, "ids-in-sources": {"a5": "1645"}}, "raw": {"H": "20", "MN": "25", "TZ": "-1", "COD": "CH", "COU": "I", "DAY": "15", "LAT": "42N18", "LON": "14E15", "MON": "9", "NUM": "1645", "PRO": "PT", "SEC": "4", "YEA": "1885", "CITY": "ATESSA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13106	del-bo-rinaldo-1916-11-19	{"a5": "1647"}	{"lerrcp": "A5-1647"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rinaldo", "family": "Del Bo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1916-11-19 00:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Rinaldo", "family": "Del Bo"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1916-11-19 00:15"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1647"}, "ids-in-sources": {"a5": "1647"}}, "raw": {"H": "1", "MN": "15", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "19", "LAT": "45N30", "LON": "9E15", "MON": "11", "NUM": "1647", "PRO": "PT", "SEC": "0", "YEA": "1916", "CITY": "MILANO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13107	del-giudice-riccardo-1900-07-16	{"a5": "1648"}	{"lerrcp": "A5-1648"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Riccardo", "family": "Del Giudice", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FG", "c3": null, "cy": "IT", "lg": 15.33505, "lat": 41.50823, "name": "Lucera", "geoid": 3174526}, "notime": null, "date-ut": "1900-07-16 07:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Riccardo", "family": "Del Giudice"}, "birth": {"place": {"c2": "FG", "cy": "IT", "lg": 15.33505, "lat": 41.50823, "name": "Lucera", "geoid": 3174526}, "date-ut": "1900-07-16 07:02"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1648"}, "ids-in-sources": {"a5": "1648"}}, "raw": {"H": "8", "MN": "2", "TZ": "-1", "COD": "FG", "COU": "I", "DAY": "16", "LAT": "41N36", "LON": "15E30", "MON": "7", "NUM": "1648", "PRO": "PT", "SEC": "0", "YEA": "1900", "CITY": "LUCERA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13108	delle-fave-umberto-1912-12-13	{"a5": "1649"}	{"lerrcp": "A5-1649"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Delle Fave Umberto", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FG", "c3": null, "cy": "IT", "lg": 15.37604, "lat": 41.68974, "name": "San Severo", "geoid": 3167731}, "notime": null, "date-ut": "1912-12-13 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Delle Fave Umberto"}, "birth": {"place": {"c2": "FG", "cy": "IT", "lg": 15.37604, "lat": 41.68974, "name": "San Severo", "geoid": 3167731}, "date-ut": "1912-12-13 02:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1649"}, "ids-in-sources": {"a5": "1649"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "FG", "COU": "I", "DAY": "13", "LAT": "41N36", "LON": "15E30", "MON": "12", "NUM": "1649", "PRO": "PT", "SEC": "0", "YEA": "1912", "CITY": "SAN SEVERO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13109	dello-sbarba-arnoldo-1873-08-12	{"a5": "1650"}	{"lerrcp": "A5-1650"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Dello Sbarba Arnoldo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PI", "c3": null, "cy": "IT", "lg": 10.86002, "lat": 43.40034, "name": "Volterra", "geoid": 3163962}, "notime": null, "date-ut": "1873-08-12 00:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Dello Sbarba Arnoldo"}, "birth": {"place": {"c2": "PI", "cy": "IT", "lg": 10.86002, "lat": 43.40034, "name": "Volterra", "geoid": 3163962}, "date-ut": "1873-08-12 00:40:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1650"}, "ids-in-sources": {"a5": "1650"}}, "raw": {"H": "1", "MN": "40", "TZ": "-1", "COD": "PI", "COU": "I", "DAY": "12", "LAT": "43N42", "LON": "10E30", "MON": "8", "NUM": "1650", "PRO": "PT", "SEC": "4", "YEA": "1873", "CITY": "VOLTERRA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13110	de-marsanich-augusto-1891-04-13	{"a5": "1651"}	{"lerrcp": "A5-1651"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Augusto", "family": "De Marsanich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1891-04-13 13:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Augusto", "family": "De Marsanich"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1891-04-13 13:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1651"}, "ids-in-sources": {"a5": "1651"}}, "raw": {"H": "14", "MN": "10", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "13", "LAT": "41N54", "LON": "12E30", "MON": "4", "NUM": "1651", "PRO": "PT", "SEC": "4", "YEA": "1891", "CITY": "ROMA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13111	de-martino-francesco-1907-05-31	{"a5": "1652"}	{"lerrcp": "A5-1652"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "De Martino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1907-05-31 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "De Martino"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1907-05-31 19:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1652"}, "ids-in-sources": {"a5": "1652"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "31", "LAT": "40N54", "LON": "14E 0", "MON": "5", "NUM": "1652", "PRO": "PT", "SEC": "0", "YEA": "1907", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13112	de-mercurio-ugo-1903-01-05	{"a5": "1653"}	{"lerrcp": "A5-1653"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ugo", "family": "De Mercurio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1903-01-05 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Ugo", "family": "De Mercurio"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1903-01-05 00:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1653"}, "ids-in-sources": {"a5": "1653"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "5", "LAT": "40N54", "LON": "14E 0", "MON": "1", "NUM": "1653", "PRO": "PT", "SEC": "0", "YEA": "1903", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13113	de-michelis-paolo-1889-02-24	{"a5": "1654"}	{"lerrcp": "A5-1654"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paolo", "family": "De Michelis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.64144, "lat": 45.01406, "name": "Valenza", "geoid": 3164920}, "notime": null, "date-ut": "1889-02-24 06:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paolo", "family": "De Michelis"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.64144, "lat": 45.01406, "name": "Valenza", "geoid": 3164920}, "date-ut": "1889-02-24 06:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1654"}, "ids-in-sources": {"a5": "1654"}}, "raw": {"H": "7", "MN": "10", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "24", "LAT": "45N 0", "LON": "9E 0", "MON": "2", "NUM": "1654", "PRO": "PT", "SEC": "4", "YEA": "1889", "CITY": "VALENZA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13114	de-nicola-enrico-1877-11-09	{"a5": "1655"}	{"lerrcp": "A5-1655"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enrico", "family": "De Nicola", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1877-11-09 17:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Enrico", "family": "De Nicola"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1877-11-09 17:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1655"}, "ids-in-sources": {"a5": "1655"}}, "raw": {"H": "18", "MN": "10", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "9", "LAT": "40N54", "LON": "14E 0", "MON": "11", "NUM": "1655", "PRO": "PT", "SEC": "4", "YEA": "1877", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13115	di-crollalanza-araldo-1892-05-19	{"a5": "1656"}	{"lerrcp": "A5-1656"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Araldo", "family": "Di Crollalanza", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 16.85118, "lat": 41.11773, "name": "Bari", "geoid": 3182351}, "notime": null, "date-ut": "1892-05-19 05:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Araldo", "family": "Di Crollalanza"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 16.85118, "lat": 41.11773, "name": "Bari", "geoid": 3182351}, "date-ut": "1892-05-19 05:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1656"}, "ids-in-sources": {"a5": "1656"}}, "raw": {"H": "6", "MN": "10", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "19", "LAT": "41N12", "LON": "17E 0", "MON": "5", "NUM": "1656", "PRO": "PT", "SEC": "4", "YEA": "1892", "CITY": "BARI"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13116	di-giovanni-edoardo-1875-11-07	{"a5": "1657"}	{"lerrcp": "A5-1657"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edoardo", "family": "Di Giovanni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SR", "c3": null, "cy": "IT", "lg": 15.273, "lat": 37.08515, "name": "Siracusa", "geoid": 2523083}, "notime": null, "date-ut": "1875-11-07 14:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Edoardo", "family": "Di Giovanni"}, "birth": {"place": {"c2": "SR", "cy": "IT", "lg": 15.273, "lat": 37.08515, "name": "Siracusa", "geoid": 2523083}, "date-ut": "1875-11-07 14:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1657"}, "ids-in-sources": {"a5": "1657"}}, "raw": {"H": "15", "MN": "10", "TZ": "-1", "COD": "SR", "COU": "I", "DAY": "7", "LAT": "37N 0", "LON": "15E30", "MON": "11", "NUM": "1657", "PRO": "PT", "SEC": "4", "YEA": "1875", "CITY": "SIRACUSA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13117	di-napoli-attilio-1883-06-04	{"a5": "1658"}	{"lerrcp": "A5-1658"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Attilio", "family": "Di Napoli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PZ", "c3": null, "cy": "IT", "lg": 15.65364, "lat": 40.99656, "name": "Melfi", "geoid": 3173615}, "notime": null, "date-ut": "1883-06-04 17:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Attilio", "family": "Di Napoli"}, "birth": {"place": {"c2": "PZ", "cy": "IT", "lg": 15.65364, "lat": 40.99656, "name": "Melfi", "geoid": 3173615}, "date-ut": "1883-06-04 17:40:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1658"}, "ids-in-sources": {"a5": "1658"}}, "raw": {"H": "18", "MN": "40", "TZ": "-1", "COD": "PZ", "COU": "I", "DAY": "4", "LAT": "40N30", "LON": "15E45", "MON": "6", "NUM": "1658", "PRO": "PT", "SEC": "4", "YEA": "1883", "CITY": "MELFI"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13118	di-vittorio-giuseppe-1892-08-11	{"a5": "1659"}	{"lerrcp": "A5-1659"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Di Vittorio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FG", "c3": null, "cy": "IT", "lg": 15.89313, "lat": 41.26674, "name": "Cerignola", "geoid": 3179075}, "notime": null, "date-ut": "1892-08-11 09:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Di Vittorio"}, "birth": {"place": {"c2": "FG", "cy": "IT", "lg": 15.89313, "lat": 41.26674, "name": "Cerignola", "geoid": 3179075}, "date-ut": "1892-08-11 09:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1659"}, "ids-in-sources": {"a5": "1659"}}, "raw": {"H": "10", "MN": "10", "TZ": "-1", "COD": "FG", "COU": "I", "DAY": "11", "LAT": "41N36", "LON": "15E30", "MON": "8", "NUM": "1659", "PRO": "PT", "SEC": "4", "YEA": "1892", "CITY": "CERIGNOLA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13119	dominedo-francesco-1903-07-25	{"a5": "1660"}	{"lerrcp": "A5-1660"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Dominedo'", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1903-07-25 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Dominedo'"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1903-07-25 04:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1660"}, "ids-in-sources": {"a5": "1660"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "25", "LAT": "41N54", "LON": "12E30", "MON": "7", "NUM": "1660", "PRO": "PT", "SEC": "0", "YEA": "1903", "CITY": "ROMA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13120	d-onofrio-edoardo-1901-02-10	{"a5": "1661"}	{"lerrcp": "A5-1661"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edoardo", "family": "D'Onofrio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1901-02-10 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Edoardo", "family": "D'Onofrio"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1901-02-10 05:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1661"}, "ids-in-sources": {"a5": "1661"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "10", "LAT": "41N54", "LON": "12E30", "MON": "2", "NUM": "1661", "PRO": "PT", "SEC": "0", "YEA": "1901", "CITY": "ROMA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13121	einaudi-luigi-1874-03-24	{"a5": "1662"}	{"lerrcp": "A5-1662"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Einaudi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CN", "c3": null, "cy": "IT", "lg": 7.87444, "lat": 44.48104, "name": "Carrù", "geoid": 3180405}, "notime": null, "date-ut": "1874-03-24 12:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Einaudi"}, "birth": {"place": {"c2": "CN", "cy": "IT", "lg": 7.87444, "lat": 44.48104, "name": "Carrù", "geoid": 3180405}, "date-ut": "1874-03-24 12:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1662"}, "ids-in-sources": {"a5": "1662"}}, "raw": {"H": "13", "MN": "10", "TZ": "-1", "COD": "CN", "COU": "I", "DAY": "24", "LAT": "44N24", "LON": "7E15", "MON": "3", "NUM": "1662", "PRO": "PT", "SEC": "4", "YEA": "1874", "CITY": "CARRU"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13122	elia-vittorio-1859-10-14	{"a5": "1663"}	{"lerrcp": "A5-1663"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vittorio", "family": "Elia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AT", "c3": null, "cy": "IT", "lg": 8.09723, "lat": 45.06525, "name": "Montiglio Monferrato", "geoid": 3172671}, "notime": null, "date-ut": "1859-10-14 20:26"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Vittorio", "family": "Elia"}, "birth": {"place": {"c2": "AT", "cy": "IT", "lg": 8.09723, "lat": 45.06525, "name": "Montiglio Monferrato", "geoid": 3172671}, "date-ut": "1859-10-14 20:26"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1663"}, "ids-in-sources": {"a5": "1663"}}, "raw": {"H": "21", "MN": "26", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "14", "LAT": "44N54", "LON": "8E30", "MON": "10", "NUM": "1663", "PRO": "PT", "SEC": "0", "YEA": "1859", "CITY": "MONTIGLIO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13123	endrich-enrico-1899-10-17	{"a5": "1664"}	{"lerrcp": "A5-1664"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enrico", "family": "Endrich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NU", "c3": null, "cy": "IT", "lg": 9.07222, "lat": 39.94583, "name": "Meana Sardo", "geoid": 2524197}, "notime": null, "date-ut": "1899-10-17 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Enrico", "family": "Endrich"}, "birth": {"place": {"c2": "NU", "cy": "IT", "lg": 9.07222, "lat": 39.94583, "name": "Meana Sardo", "geoid": 2524197}, "date-ut": "1899-10-17 19:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1664"}, "ids-in-sources": {"a5": "1664"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "NU", "COU": "I", "DAY": "17", "LAT": "40N18", "LON": "10E 0", "MON": "10", "NUM": "1664", "PRO": "PT", "SEC": "0", "YEA": "1899", "CITY": "MEANA SARDO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13124	ermini-giuseppe-1900-07-20	{"a5": "1665"}	{"lerrcp": "A5-1665"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Ermini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1900-07-20 09:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Ermini"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1900-07-20 09:50"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1665"}, "ids-in-sources": {"a5": "1665"}}, "raw": {"H": "10", "MN": "50", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "20", "LAT": "41N54", "LON": "12E30", "MON": "7", "NUM": "1665", "PRO": "PT", "SEC": "0", "YEA": "1900", "CITY": "ROMA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13125	fabbri-gustavo-1882-01-10	{"a5": "1666"}	{"lerrcp": "A5-1666"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustavo", "family": "Fabbri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FO", "c3": null, "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "FORLI", "geoid": 0}, "notime": null, "date-ut": "1882-01-10 05:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Gustavo", "family": "Fabbri"}, "birth": {"place": {"c2": "FO", "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "FORLI", "geoid": 0}, "date-ut": "1882-01-10 05:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1666"}, "ids-in-sources": {"a5": "1666"}}, "raw": {"H": "6", "MN": "10", "TZ": "-1", "COD": "FO", "COU": "I", "DAY": "10", "LAT": "44N12", "LON": "12E30", "MON": "1", "NUM": "1666", "PRO": "PT", "SEC": "4", "YEA": "1882", "CITY": "FORLI"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13126	facchinetti-cipriano-1889-01-13	{"a5": "1667"}	{"lerrcp": "A5-1667"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cipriano", "family": "Facchinetti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CB", "c3": null, "cy": "IT", "lg": 14.66753, "lat": 41.56003, "name": "Campobasso", "geoid": 3180991}, "notime": null, "date-ut": "1889-01-13 08:00:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Cipriano", "family": "Facchinetti"}, "birth": {"place": {"c2": "CB", "cy": "IT", "lg": 14.66753, "lat": 41.56003, "name": "Campobasso", "geoid": 3180991}, "date-ut": "1889-01-13 08:00:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1667"}, "ids-in-sources": {"a5": "1667"}}, "raw": {"H": "9", "MN": "0", "TZ": "-1", "COD": "CB", "COU": "I", "DAY": "13", "LAT": "41N36", "LON": "14E45", "MON": "1", "NUM": "1667", "PRO": "PT", "SEC": "4", "YEA": "1889", "CITY": "CAMPOBASSO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13127	fanfani-amintore-1908-02-05	{"a5": "1668"}	{"lerrcp": "A5-1668"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amintore", "family": "Fanfani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AR", "c3": null, "cy": "IT", "lg": 12, "lat": 43.5, "name": "PIEVE S STEFANO", "geoid": 0}, "notime": null, "date-ut": "1908-02-05 23:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Amintore", "family": "Fanfani"}, "birth": {"place": {"c2": "AR", "cy": "IT", "lg": 12, "lat": 43.5, "name": "PIEVE S STEFANO", "geoid": 0}, "date-ut": "1908-02-05 23:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1668"}, "ids-in-sources": {"a5": "1668"}}, "raw": {"H": "0", "MN": "30", "TZ": "-1", "COD": "AR", "COU": "I", "DAY": "6", "LAT": "43N30", "LON": "12E 0", "MON": "2", "NUM": "1668", "PRO": "PT", "SEC": "0", "YEA": "1908", "CITY": "PIEVE S STEFANO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13128	federici-maria-1899-09-19	{"a5": "1669"}	{"lerrcp": "A5-1669"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maria", "family": "Federici", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AQ", "c3": null, "cy": "IT", "lg": 13.39954, "lat": 42.35055, "name": "L'Aquila", "geoid": 3175121}, "notime": null, "date-ut": "1899-09-19 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Maria", "family": "Federici"}, "birth": {"place": {"c2": "AQ", "cy": "IT", "lg": 13.39954, "lat": 42.35055, "name": "L'Aquila", "geoid": 3175121}, "date-ut": "1899-09-19 20:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1669"}, "ids-in-sources": {"a5": "1669"}}, "raw": {"H": "21", "MN": "0", "TZ": "-1", "COD": "AQ", "COU": "I", "DAY": "19", "LAT": "42N24", "LON": "13E30", "MON": "9", "NUM": "1669", "PRO": "PT", "SEC": "0", "YEA": "1899", "CITY": "L AQUILA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13129	federzoni-luigi-1878-09-27	{"a5": "1670"}	{"lerrcp": "A5-1670"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Federzoni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1878-09-27 11:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Federzoni"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1878-09-27 11:40:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1670"}, "ids-in-sources": {"a5": "1670"}}, "raw": {"H": "12", "MN": "40", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "27", "LAT": "44N30", "LON": "11E 0", "MON": "9", "NUM": "1670", "PRO": "PT", "SEC": "4", "YEA": "1878", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13130	ferrari-aggradi-1916-02-13	{"a5": "1671"}	{"lerrcp": "A5-1671"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aggradi", "family": "Ferrari", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SS", "c3": null, "cy": "IT", "lg": 8.5, "lat": 40.8, "name": "LA MADDALENA", "geoid": 0}, "notime": null, "date-ut": "1916-02-13 05:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Aggradi", "family": "Ferrari"}, "birth": {"place": {"c2": "SS", "cy": "IT", "lg": 8.5, "lat": 40.8, "name": "LA MADDALENA", "geoid": 0}, "date-ut": "1916-02-13 05:20"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1671"}, "ids-in-sources": {"a5": "1671"}}, "raw": {"H": "6", "MN": "20", "TZ": "-1", "COD": "SS", "COU": "I", "DAY": "13", "LAT": "40N48", "LON": "8E30", "MON": "2", "NUM": "1671", "PRO": "PT", "SEC": "0", "YEA": "1916", "CITY": "LA MADDALENA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13131	ferrari-giacomo-1887-11-05	{"a5": "1672"}	{"lerrcp": "A5-1672"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giacomo", "family": "Ferrari", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.26559, "lat": 44.61266, "name": "Langhirano", "geoid": 3175163}, "notime": null, "date-ut": "1887-11-05 19:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Giacomo", "family": "Ferrari"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.26559, "lat": 44.61266, "name": "Langhirano", "geoid": 3175163}, "date-ut": "1887-11-05 19:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1672"}, "ids-in-sources": {"a5": "1672"}}, "raw": {"H": "20", "MN": "10", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "5", "LAT": "44N48", "LON": "10E45", "MON": "11", "NUM": "1672", "PRO": "PT", "SEC": "4", "YEA": "1887", "CITY": "LANGHIRANO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
7003	ferretti-lando-1895-05-02	{"a3": "1288", "a5": "1673"}	{"lerrcp": "A3-1288"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lando", "family": "Ferretti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PI", "c3": null, "cy": "IT", "lg": 10.63794, "lat": 43.6643, "name": "Pontedera", "geoid": 3170272}, "notime": null, "date-ut": "1895-05-02 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Lando", "family": "Ferretti"}, "birth": {"place": {"c2": "PI", "cy": "IT", "lg": 10.63794, "lat": 43.6643, "name": "Pontedera", "geoid": 3170272}, "date-ut": "1895-05-02 22:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1288"}, "ids-in-sources": {"a3": "1288"}}, "raw": {"H": "23", "MN": "30", "TZ": "-1", "COD": "PI", "COU": "I", "DAY": "2", "LAT": "43N42", "LON": "10E30", "MON": "5", "NUM": "1288", "PRO": "M", "SEC": "0", "YEA": "1895", "CITY": "PONTEDERA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "1673"}}, "raw": {"H": "23", "MN": "30", "TZ": "-1", "COD": "PI", "COU": "I", "DAY": "2", "LAT": "43N42", "LON": "10E30", "MON": "5", "NUM": "1673", "PRO": "PT", "SEC": "0", "YEA": "1895", "CITY": "PONTERA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13132	finocchiaro-aprile-1878-06-26	{"a5": "1674"}	{"lerrcp": "A5-1674"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aprile", "family": "Finocchiaro", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PA", "c3": null, "cy": "IT", "lg": 13.35976, "lat": 38.11582, "name": "Palermo", "geoid": 2523920}, "notime": null, "date-ut": "1878-06-26 08:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Aprile", "family": "Finocchiaro"}, "birth": {"place": {"c2": "PA", "cy": "IT", "lg": 13.35976, "lat": 38.11582, "name": "Palermo", "geoid": 2523920}, "date-ut": "1878-06-26 08:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1674"}, "ids-in-sources": {"a5": "1674"}}, "raw": {"H": "9", "MN": "10", "TZ": "-1", "COD": "PA", "COU": "I", "DAY": "26", "LAT": "38N 0", "LON": "13E30", "MON": "6", "NUM": "1674", "PRO": "PT", "SEC": "4", "YEA": "1878", "CITY": "PALERMO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13133	fiorentino-giosue-1898-11-04	{"a5": "1675"}	{"lerrcp": "A5-1675"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giosue", "family": "Fiorentino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AG", "c3": null, "cy": "IT", "lg": 13.5, "lat": 37.2, "name": "PALMA MONTECHIA", "geoid": 0}, "notime": null, "date-ut": "1898-11-04 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Giosue", "family": "Fiorentino"}, "birth": {"place": {"c2": "AG", "cy": "IT", "lg": 13.5, "lat": 37.2, "name": "PALMA MONTECHIA", "geoid": 0}, "date-ut": "1898-11-04 05:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1675"}, "ids-in-sources": {"a5": "1675"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "AG", "COU": "I", "DAY": "4", "LAT": "37N12", "LON": "13E30", "MON": "11", "NUM": "1675", "PRO": "PT", "SEC": "0", "YEA": "1898", "CITY": "PALMA MONTECHIA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13134	fioritto-domenico-1872-08-03	{"a5": "1676"}	{"lerrcp": "A5-1676"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Domenico", "family": "Fioritto", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FG", "c3": null, "cy": "IT", "lg": 15.5, "lat": 41.6, "name": "SAN NICANDRO GA", "geoid": 0}, "notime": null, "date-ut": "1872-08-03 06:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Domenico", "family": "Fioritto"}, "birth": {"place": {"c2": "FG", "cy": "IT", "lg": 15.5, "lat": 41.6, "name": "SAN NICANDRO GA", "geoid": 0}, "date-ut": "1872-08-03 06:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1676"}, "ids-in-sources": {"a5": "1676"}}, "raw": {"H": "7", "MN": "10", "TZ": "-1", "COD": "FG", "COU": "I", "DAY": "3", "LAT": "41N36", "LON": "15E30", "MON": "8", "NUM": "1676", "PRO": "PT", "SEC": "4", "YEA": "1872", "CITY": "SAN NICANDRO GA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13135	folchi-alberto-1897-06-17	{"a5": "1677"}	{"lerrcp": "A5-1677"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberto", "family": "Folchi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1897-06-17 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Alberto", "family": "Folchi"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1897-06-17 01:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1677"}, "ids-in-sources": {"a5": "1677"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "17", "LAT": "41N54", "LON": "12E30", "MON": "6", "NUM": "1677", "PRO": "PT", "SEC": "0", "YEA": "1897", "CITY": "ROMA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13136	fresa-armando-1893-04-14	{"a5": "1678"}	{"lerrcp": "A5-1678"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armando", "family": "Fresa", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RC", "c3": null, "cy": "IT", "lg": 15.84915, "lat": 38.35862, "name": "Palmi", "geoid": 2523902}, "notime": null, "date-ut": "1893-04-14 09:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Armando", "family": "Fresa"}, "birth": {"place": {"c2": "RC", "cy": "IT", "lg": 15.84915, "lat": 38.35862, "name": "Palmi", "geoid": 2523902}, "date-ut": "1893-04-14 09:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1678"}, "ids-in-sources": {"a5": "1678"}}, "raw": {"H": "10", "MN": "10", "TZ": "-1", "COD": "RC", "COU": "I", "DAY": "14", "LAT": "38N 6", "LON": "15E30", "MON": "4", "NUM": "1678", "PRO": "PT", "SEC": "4", "YEA": "1893", "CITY": "PALMI"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13137	gauquelin-a5-1679-1883-09-24	{"a5": "1679"}	{"lerrcp": "A5-1679"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1679", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 12.20111, "lat": 44.4175, "name": "Ravenna", "geoid": 3169561}, "notime": null, "date-ut": "1883-09-24 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1679"}, "birth": {"place": {"c2": "RA", "cy": "IT", "lg": 12.20111, "lat": 44.4175, "name": "Ravenna", "geoid": 3169561}, "date-ut": "1883-09-24 10:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1679"}, "ids-in-sources": {"a5": "1679"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "RA", "COU": "I", "DAY": "24", "LAT": "44N24", "LON": "12E15", "MON": "9", "NUM": "1679", "PRO": "PT", "SEC": "4", "YEA": "1883", "CITY": "RAVENNA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
7021	gabba-melchiade-1874-08-20	{"a3": "1306", "a5": "1680"}	{"lerrcp": "A3-1306"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Melchiade", "family": "Gabba", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1874-08-20 14:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Melchiade", "family": "Gabba"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1874-08-20 14:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1306"}, "ids-in-sources": {"a3": "1306"}}, "raw": {"H": "15", "MN": "10", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "20", "LAT": "45N30", "LON": "9E15", "MON": "8", "NUM": "1306", "PRO": "M", "SEC": "4", "YEA": "1874", "CITY": "MILANO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "1680"}}, "raw": {"H": "15", "MN": "10", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "20", "LAT": "45N30", "LON": "9E15", "MON": "8", "NUM": "1680", "PRO": "PT", "SEC": "4", "YEA": "1874", "CITY": "MILANO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13138	gai-silvio-1873-08-05	{"a5": "1681"}	{"lerrcp": "A5-1681"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Silvio", "family": "Gai", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1873-08-05 17:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Silvio", "family": "Gai"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1873-08-05 17:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1681"}, "ids-in-sources": {"a5": "1681"}}, "raw": {"H": "18", "MN": "10", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "5", "LAT": "41N54", "LON": "12E30", "MON": "8", "NUM": "1681", "PRO": "PT", "SEC": "4", "YEA": "1873", "CITY": "ROMA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13139	galati-vito-1893-12-26	{"a5": "1682"}	{"lerrcp": "A5-1682"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vito", "family": "Galati", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CZ", "c3": null, "cy": "IT", "lg": 17.5, "lat": 39, "name": "VALLELONGA", "geoid": 0}, "notime": null, "date-ut": "1893-12-26 14:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Vito", "family": "Galati"}, "birth": {"place": {"c2": "CZ", "cy": "IT", "lg": 17.5, "lat": 39, "name": "VALLELONGA", "geoid": 0}, "date-ut": "1893-12-26 14:05"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1682"}, "ids-in-sources": {"a5": "1682"}}, "raw": {"H": "15", "MN": "5", "TZ": "-1", "COD": "CZ", "COU": "I", "DAY": "26", "LAT": "39N 0", "LON": "17E30", "MON": "12", "NUM": "1682", "PRO": "PT", "SEC": "0", "YEA": "1893", "CITY": "VALLELONGA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13140	gasparotto-luigi-1873-05-31	{"a5": "1683"}	{"lerrcp": "A5-1683"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Gasparotto", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.5, "lat": 46, "name": "SACILE", "geoid": 0}, "notime": null, "date-ut": "1873-05-31 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Gasparotto"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.5, "lat": 46, "name": "SACILE", "geoid": 0}, "date-ut": "1873-05-31 00:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1683"}, "ids-in-sources": {"a5": "1683"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "31", "LAT": "46N 0", "LON": "13E30", "MON": "5", "NUM": "1683", "PRO": "PT", "SEC": "4", "YEA": "1873", "CITY": "SACILE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
7038	gazzera-pietro-1879-12-11	{"a3": "1323", "a5": "1684"}	{"lerrcp": "A3-1323"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Gazzera", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CN", "c3": null, "cy": "IT", "lg": 7.82834, "lat": 44.54334, "name": "Bene Vagienna", "geoid": 3182181}, "notime": null, "date-ut": "1879-12-11 05:15:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Pietro", "family": "Gazzera"}, "birth": {"place": {"c2": "CN", "cy": "IT", "lg": 7.82834, "lat": 44.54334, "name": "Bene Vagienna", "geoid": 3182181}, "date-ut": "1879-12-11 05:15:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1323"}, "ids-in-sources": {"a3": "1323"}}, "raw": {"H": "6", "MN": "15", "TZ": "-1", "COD": "CN", "COU": "I", "DAY": "11", "LAT": "44N24", "LON": "7E15", "MON": "12", "NUM": "1323", "PRO": "M", "SEC": "4", "YEA": "1879", "CITY": "BENE VAGIENNA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "1684"}}, "raw": {"H": "6", "MN": "15", "TZ": "-1", "COD": "CN", "COU": "I", "DAY": "11", "LAT": "44N24", "LON": "7E15", "MON": "12", "NUM": "1684", "PRO": "PT", "SEC": "4", "YEA": "1879", "CITY": "BENE VAGIENNA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
17991	chabrut-robert-1899-10-02	{"e1": "359"}	{"lerrcp": "E1-359"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Chabrut", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-10-02 07:30", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1899-10-02 07:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Chabrut"}, "birth": {"tzo": "+00:09", "date": "1899-10-02 07:30", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1899-10-02 07:21"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "359"}}, "raw": {"H": "07:30", "COD": "78", "DAY": "02", "MON": "10", "NUM": "0359", "PRO": "PH", "YEA": "1899", "CITY": "Versailles", "NAME": "CHABRUT Robert", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13142	giolitti-antonio-1915-02-12	{"a5": "1686"}	{"lerrcp": "A5-1686"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Giolitti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1915-02-12 01:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Giolitti"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1915-02-12 01:45"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1686"}, "ids-in-sources": {"a5": "1686"}}, "raw": {"H": "2", "MN": "45", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "12", "LAT": "41N54", "LON": "12E30", "MON": "2", "NUM": "1686", "PRO": "PT", "SEC": "0", "YEA": "1915", "CITY": "ROMA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13143	gonella-guido-1905-09-18	{"a5": "1687"}	{"lerrcp": "A5-1687"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guido", "family": "Gonella", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "notime": null, "date-ut": "1905-09-18 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Guido", "family": "Gonella"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "date-ut": "1905-09-18 10:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1687"}, "ids-in-sources": {"a5": "1687"}}, "raw": {"H": "11", "MN": "30", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "18", "LAT": "45N24", "LON": "11E 0", "MON": "9", "NUM": "1687", "PRO": "PT", "SEC": "0", "YEA": "1905", "CITY": "VERONA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
7057	grandi-dino-1895-06-04	{"a3": "1342", "a5": "1688"}	{"lerrcp": "A3-1342"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dino", "family": "Grandi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.81182, "lat": 44.39797, "name": "Mordano", "geoid": 3172610}, "notime": null, "date-ut": "1895-06-04 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Dino", "family": "Grandi"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.81182, "lat": 44.39797, "name": "Mordano", "geoid": 3172610}, "date-ut": "1895-06-04 08:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1342"}, "ids-in-sources": {"a3": "1342"}}, "raw": {"H": "9", "MN": "0", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "4", "LAT": "44N30", "LON": "11E 0", "MON": "6", "NUM": "1342", "PRO": "M", "SEC": "0", "YEA": "1895", "CITY": "MORDANO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "1688"}}, "raw": {"H": "9", "MN": "0", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "4", "LAT": "44N30", "LON": "11E 0", "MON": "6", "NUM": "1688", "PRO": "PT", "SEC": "0", "YEA": "1895", "CITY": "MORDANO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
7059	graziani-rodolfo-1882-08-11	{"a3": "1344", "a5": "1689"}	{"lerrcp": "A3-1344"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rodolfo", "family": "Graziani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FR", "c3": null, "cy": "IT", "lg": 13.3275, "lat": 41.89142, "name": "Filettino", "geoid": 3177002}, "notime": null, "date-ut": "1882-08-11 11:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Rodolfo", "family": "Graziani"}, "birth": {"place": {"c2": "FR", "cy": "IT", "lg": 13.3275, "lat": 41.89142, "name": "Filettino", "geoid": 3177002}, "date-ut": "1882-08-11 11:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1344"}, "ids-in-sources": {"a3": "1344"}}, "raw": {"H": "12", "MN": "10", "TZ": "-1", "COD": "FR", "COU": "I", "DAY": "11", "LAT": "41N36", "LON": "13E15", "MON": "8", "NUM": "1344", "PRO": "M", "SEC": "4", "YEA": "1882", "CITY": "FILETTINO"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "1689"}}, "raw": {"H": "12", "MN": "10", "TZ": "-1", "COD": "FR", "COU": "I", "DAY": "11", "LAT": "41N36", "LON": "13E15", "MON": "8", "NUM": "1689", "PRO": "PT", "SEC": "4", "YEA": "1882", "CITY": "FILETTINO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13144	grieco-ruggero-1893-08-19	{"a5": "1690"}	{"lerrcp": "A5-1690"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ruggero", "family": "Grieco", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FG", "c3": null, "cy": "IT", "lg": 15.54925, "lat": 41.46093, "name": "Foggia", "geoid": 3176885}, "notime": null, "date-ut": "1893-08-19 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Ruggero", "family": "Grieco"}, "birth": {"place": {"c2": "FG", "cy": "IT", "lg": 15.54925, "lat": 41.46093, "name": "Foggia", "geoid": 3176885}, "date-ut": "1893-08-19 07:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1690"}, "ids-in-sources": {"a5": "1690"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "FG", "COU": "I", "DAY": "19", "LAT": "41N36", "LON": "15E30", "MON": "8", "NUM": "1690", "PRO": "PT", "SEC": "4", "YEA": "1893", "CITY": "FOGGIA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13145	gronchi-giovanni-1887-09-10	{"a5": "1691"}	{"lerrcp": "A5-1691"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Gronchi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PI", "c3": null, "cy": "IT", "lg": 10.63794, "lat": 43.6643, "name": "Pontedera", "geoid": 3170272}, "notime": null, "date-ut": "1887-09-10 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Gronchi"}, "birth": {"place": {"c2": "PI", "cy": "IT", "lg": 10.63794, "lat": 43.6643, "name": "Pontedera", "geoid": 3170272}, "date-ut": "1887-09-10 10:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1691"}, "ids-in-sources": {"a5": "1691"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "PI", "COU": "I", "DAY": "10", "LAT": "43N42", "LON": "10E30", "MON": "9", "NUM": "1691", "PRO": "PT", "SEC": "4", "YEA": "1887", "CITY": "PONTEDERA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13146	guadalupi-mario-1918-01-10	{"a5": "1692"}	{"lerrcp": "A5-1692"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Guadalupi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TA", "c3": null, "cy": "IT", "lg": 17.22972, "lat": 40.47611, "name": "Taranto", "geoid": 3165926}, "notime": null, "date-ut": "1918-01-10 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Guadalupi"}, "birth": {"place": {"c2": "TA", "cy": "IT", "lg": 17.22972, "lat": 40.47611, "name": "Taranto", "geoid": 3165926}, "date-ut": "1918-01-10 19:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1692"}, "ids-in-sources": {"a5": "1692"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "TA", "COU": "I", "DAY": "10", "LAT": "40N30", "LON": "17E30", "MON": "1", "NUM": "1692", "PRO": "PT", "SEC": "0", "YEA": "1918", "CITY": "TARANTO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13147	gui-luigi-1914-09-26	{"a5": "1693"}	{"lerrcp": "A5-1693"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Gui", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "notime": null, "date-ut": "1914-09-26 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Gui"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "date-ut": "1914-09-26 20:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1693"}, "ids-in-sources": {"a5": "1693"}}, "raw": {"H": "21", "MN": "0", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "26", "LAT": "45N24", "LON": "12E15", "MON": "9", "NUM": "1693", "PRO": "PT", "SEC": "0", "YEA": "1914", "CITY": "PADOVA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13148	guidi-cingolani-angela-1896-10-31	{"a5": "1694"}	{"lerrcp": "A5-1694"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angela", "family": "Guidi-Cingolani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1896-10-31 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Angela", "family": "Guidi-Cingolani"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1896-10-31 04:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1694"}, "ids-in-sources": {"a5": "1694"}}, "raw": {"H": "5", "MN": "30", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "31", "LAT": "41N54", "LON": "12E30", "MON": "10", "NUM": "1694", "PRO": "PT", "SEC": "0", "YEA": "1896", "CITY": "ROMA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13149	gullo-fausto-1887-06-16	{"a5": "1695"}	{"lerrcp": "A5-1695"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fausto", "family": "Gullo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CZ", "c3": null, "cy": "IT", "lg": 16.5987, "lat": 38.89079, "name": "Catanzaro", "geoid": 2525059}, "notime": null, "date-ut": "1887-06-16 08:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Fausto", "family": "Gullo"}, "birth": {"place": {"c2": "CZ", "cy": "IT", "lg": 16.5987, "lat": 38.89079, "name": "Catanzaro", "geoid": 2525059}, "date-ut": "1887-06-16 08:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1695"}, "ids-in-sources": {"a5": "1695"}}, "raw": {"H": "9", "MN": "10", "TZ": "-1", "COD": "CZ", "COU": "I", "DAY": "16", "LAT": "39N 0", "LON": "17E30", "MON": "6", "NUM": "1695", "PRO": "PT", "SEC": "4", "YEA": "1887", "CITY": "CATANZARO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13150	gray-ezio-1884-10-09	{"a5": "1696"}	{"lerrcp": "A5-1696"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ezio", "family": "Gray", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 8.61684, "lat": 45.44056, "name": "Novara", "geoid": 3172189}, "notime": null, "date-ut": "1884-10-09 21:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Ezio", "family": "Gray"}, "birth": {"place": {"c2": "NO", "cy": "IT", "lg": 8.61684, "lat": 45.44056, "name": "Novara", "geoid": 3172189}, "date-ut": "1884-10-09 21:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1696"}, "ids-in-sources": {"a5": "1696"}}, "raw": {"H": "22", "MN": "10", "TZ": "-1", "COD": "NO", "COU": "I", "DAY": "9", "LAT": "45N30", "LON": "9E 0", "MON": "10", "NUM": "1696", "PRO": "PT", "SEC": "4", "YEA": "1884", "CITY": "NOVARA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13151	jacini-stefano-1886-11-03	{"a5": "1697"}	{"lerrcp": "A5-1697"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stefano", "family": "Jacini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1886-11-03 16:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Stefano", "family": "Jacini"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1886-11-03 16:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1697"}, "ids-in-sources": {"a5": "1697"}}, "raw": {"H": "17", "MN": "10", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "3", "LAT": "45N30", "LON": "9E15", "MON": "11", "NUM": "1697", "PRO": "PT", "SEC": "4", "YEA": "1886", "CITY": "MILANO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13152	jannelli-mario-1892-01-11	{"a5": "1698"}	{"lerrcp": "A5-1698"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Jannelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MT", "c3": null, "cy": "IT", "lg": 16.15133, "lat": 40.61939, "name": "Tricarico", "geoid": 3165191}, "notime": null, "date-ut": "1892-01-11 14:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Jannelli"}, "birth": {"place": {"c2": "MT", "cy": "IT", "lg": 16.15133, "lat": 40.61939, "name": "Tricarico", "geoid": 3165191}, "date-ut": "1892-01-11 14:40:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1698"}, "ids-in-sources": {"a5": "1698"}}, "raw": {"H": "15", "MN": "40", "TZ": "-1", "COD": "MT", "COU": "I", "DAY": "11", "LAT": "40N36", "LON": "16E45", "MON": "1", "NUM": "1698", "PRO": "PT", "SEC": "4", "YEA": "1892", "CITY": "TRICARICO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13153	jervolino-angelo-1890-09-02	{"a5": "1699"}	{"lerrcp": "A5-1699"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Jervolino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1890-09-02 18:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Angelo", "family": "Jervolino"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1890-09-02 18:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1699"}, "ids-in-sources": {"a5": "1699"}}, "raw": {"H": "19", "MN": "10", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "2", "LAT": "40N54", "LON": "14E 0", "MON": "9", "NUM": "1699", "PRO": "PT", "SEC": "4", "YEA": "1890", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13154	gauquelin-a5-1700-1902-08-20	{"a5": "1700"}	{"lerrcp": "A5-1700"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1700", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TN", "c3": null, "cy": "IT", "lg": 10.73757, "lat": 46.30651, "name": "Ossana", "geoid": 6534632}, "notime": null, "date-ut": "1902-08-20 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1700"}, "birth": {"place": {"c2": "TN", "cy": "IT", "lg": 10.73757, "lat": 46.30651, "name": "Ossana", "geoid": 6534632}, "date-ut": "1902-08-20 02:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1700"}, "ids-in-sources": {"a5": "1700"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "TN", "COU": "I", "DAY": "20", "LAT": "46N 0", "LON": "12E 0", "MON": "8", "NUM": "1700", "PRO": "PT", "SEC": "0", "YEA": "1902", "CITY": "OSSANA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13155	la-malfa-ugo-1903-05-16	{"a5": "1701"}	{"lerrcp": "A5-1701"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ugo", "family": "La Malfa", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PA", "c3": null, "cy": "IT", "lg": 13.35976, "lat": 38.11582, "name": "Palermo", "geoid": 2523920}, "notime": null, "date-ut": "1903-05-16 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Ugo", "family": "La Malfa"}, "birth": {"place": {"c2": "PA", "cy": "IT", "lg": 13.35976, "lat": 38.11582, "name": "Palermo", "geoid": 2523920}, "date-ut": "1903-05-16 00:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1701"}, "ids-in-sources": {"a5": "1701"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "PA", "COU": "I", "DAY": "16", "LAT": "38N 0", "LON": "13E30", "MON": "5", "NUM": "1701", "PRO": "PT", "SEC": "0", "YEA": "1903", "CITY": "PALERMO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13156	la-rocca-vincenzo-1894-02-16	{"a5": "1702"}	{"lerrcp": "A5-1702"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincenzo", "family": "La Rocca", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.52686, "lat": 40.9238, "name": "Nola", "geoid": 3172227}, "notime": null, "date-ut": "1894-02-16 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Vincenzo", "family": "La Rocca"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.52686, "lat": 40.9238, "name": "Nola", "geoid": 3172227}, "date-ut": "1894-02-16 10:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1702"}, "ids-in-sources": {"a5": "1702"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "16", "LAT": "40N54", "LON": "14E 0", "MON": "2", "NUM": "1702", "PRO": "PT", "SEC": "0", "YEA": "1894", "CITY": "NOLA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13157	latanza-domenico-1908-04-29	{"a5": "1703"}	{"lerrcp": "A5-1703"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Domenico", "family": "Latanza", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TA", "c3": null, "cy": "IT", "lg": 17.22972, "lat": 40.47611, "name": "Taranto", "geoid": 3165926}, "notime": null, "date-ut": "1908-04-29 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Domenico", "family": "Latanza"}, "birth": {"place": {"c2": "TA", "cy": "IT", "lg": 17.22972, "lat": 40.47611, "name": "Taranto", "geoid": 3165926}, "date-ut": "1908-04-29 19:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1703"}, "ids-in-sources": {"a5": "1703"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "TA", "COU": "I", "DAY": "29", "LAT": "40N30", "LON": "17E30", "MON": "4", "NUM": "1703", "PRO": "PT", "SEC": "0", "YEA": "1908", "CITY": "TARANTO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13158	licausi-girolamo-1896-01-01	{"a5": "1704"}	{"lerrcp": "A5-1704"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Girolamo", "family": "Licausi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PA", "c3": null, "cy": "IT", "lg": 13.5, "lat": 38, "name": "TERMINI-IMERES", "geoid": 0}, "notime": null, "date-ut": "1896-01-01 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Girolamo", "family": "Licausi"}, "birth": {"place": {"c2": "PA", "cy": "IT", "lg": 13.5, "lat": 38, "name": "TERMINI-IMERES", "geoid": 0}, "date-ut": "1896-01-01 05:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1704"}, "ids-in-sources": {"a5": "1704"}}, "raw": {"H": "6", "MN": "30", "TZ": "-1", "COD": "PA", "COU": "I", "DAY": "1", "LAT": "38N 0", "LON": "13E30", "MON": "1", "NUM": "1704", "PRO": "PT", "SEC": "0", "YEA": "1896", "CITY": "TERMINI-IMERES"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13159	lizzadri-oreste-1896-05-18	{"a5": "1705"}	{"lerrcp": "A5-1705"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oreste", "family": "Lizzadri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.51234, "lat": 40.69561, "name": "Gragnano", "geoid": 3175952}, "notime": null, "date-ut": "1896-05-18 13:03"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Oreste", "family": "Lizzadri"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.51234, "lat": 40.69561, "name": "Gragnano", "geoid": 3175952}, "date-ut": "1896-05-18 13:03"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1705"}, "ids-in-sources": {"a5": "1705"}}, "raw": {"H": "14", "MN": "3", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "18", "LAT": "40N54", "LON": "14E 0", "MON": "5", "NUM": "1705", "PRO": "PT", "SEC": "0", "YEA": "1896", "CITY": "GRAGNANO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13160	lomabardi-riccardo-1901-08-16	{"a5": "1706"}	{"lerrcp": "A5-1706"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Riccardo", "family": "Lomabardi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "EN", "c3": null, "cy": "IT", "lg": 14.63874, "lat": 37.65334, "name": "Regalbuto", "geoid": 2523632}, "notime": null, "date-ut": "1901-08-16 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Riccardo", "family": "Lomabardi"}, "birth": {"place": {"c2": "EN", "cy": "IT", "lg": 14.63874, "lat": 37.65334, "name": "Regalbuto", "geoid": 2523632}, "date-ut": "1901-08-16 04:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1706"}, "ids-in-sources": {"a5": "1706"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "EN", "COU": "I", "DAY": "16", "LAT": "37N30", "LON": "14E15", "MON": "8", "NUM": "1706", "PRO": "PT", "SEC": "0", "YEA": "1901", "CITY": "REGALBUTO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13161	gauquelin-a5-1707-1902-05-22	{"a5": "1707"}	{"lerrcp": "A5-1707"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1707", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1902-05-22 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1707"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1902-05-22 20:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1707"}, "ids-in-sources": {"a5": "1707"}}, "raw": {"H": "21", "MN": "0", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "22", "LAT": "45N30", "LON": "9E15", "MON": "5", "NUM": "1707", "PRO": "PT", "SEC": "0", "YEA": "1902", "CITY": "MILANO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13162	longo-luigi-1900-03-15	{"a5": "1708"}	{"lerrcp": "A5-1708"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Longo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 9, "lat": 45, "name": "FUBINE MONFERRA", "geoid": 0}, "notime": null, "date-ut": "1900-03-15 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Longo"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 9, "lat": 45, "name": "FUBINE MONFERRA", "geoid": 0}, "date-ut": "1900-03-15 14:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1708"}, "ids-in-sources": {"a5": "1708"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "15", "LAT": "45N 0", "LON": "9E 0", "MON": "3", "NUM": "1708", "PRO": "PT", "SEC": "0", "YEA": "1900", "CITY": "FUBINE MONFERRA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13163	lucifredi-roberto-1909-11-13	{"a5": "1709"}	{"lerrcp": "A5-1709"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roberto", "family": "Lucifredi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "IT", "lg": 9, "lat": 44.4, "name": "GENOVA", "geoid": 0}, "notime": null, "date-ut": "1909-11-13 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Roberto", "family": "Lucifredi"}, "birth": {"place": {"c2": "GE", "cy": "IT", "lg": 9, "lat": 44.4, "name": "GENOVA", "geoid": 0}, "date-ut": "1909-11-13 19:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1709"}, "ids-in-sources": {"a5": "1709"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "GE", "COU": "I", "DAY": "13", "LAT": "44N24", "LON": "9E 0", "MON": "11", "NUM": "1709", "PRO": "PT", "SEC": "0", "YEA": "1909", "CITY": "GENOVA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13164	lupis-giuseppe-1896-03-28	{"a5": "1710"}	{"lerrcp": "A5-1710"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Lupis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RG", "c3": null, "cy": "IT", "lg": 14.71719, "lat": 36.92824, "name": "Ragusa", "geoid": 2523650}, "notime": null, "date-ut": "1896-03-28 00:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Lupis"}, "birth": {"place": {"c2": "RG", "cy": "IT", "lg": 14.71719, "lat": 36.92824, "name": "Ragusa", "geoid": 2523650}, "date-ut": "1896-03-28 00:45"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1710"}, "ids-in-sources": {"a5": "1710"}}, "raw": {"H": "1", "MN": "45", "TZ": "-1", "COD": "RG", "COU": "I", "DAY": "28", "LAT": "37N 0", "LON": "14E45", "MON": "3", "NUM": "1710", "PRO": "PT", "SEC": "0", "YEA": "1896", "CITY": "RAGUSA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13165	maffioli-catullo-1898-02-10	{"a5": "1711"}	{"lerrcp": "A5-1711"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Catullo", "family": "Maffioli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "IT", "lg": 8.84914, "lat": 45.61128, "name": "Busto Arsizio", "geoid": 3181355}, "notime": null, "date-ut": "1898-02-10 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Catullo", "family": "Maffioli"}, "birth": {"place": {"c2": "VA", "cy": "IT", "lg": 8.84914, "lat": 45.61128, "name": "Busto Arsizio", "geoid": 3181355}, "date-ut": "1898-02-10 10:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1711"}, "ids-in-sources": {"a5": "1711"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "VA", "COU": "I", "DAY": "10", "LAT": "45N48", "LON": "9E 0", "MON": "2", "NUM": "1711", "PRO": "PT", "SEC": "0", "YEA": "1898", "CITY": "BUSTO ARSIZIO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13166	malvestiti-piero-1899-06-26	{"a5": "1712"}	{"lerrcp": "A5-1712"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Piero", "family": "Malvestiti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MC", "c3": null, "cy": "IT", "lg": 13.13147, "lat": 43.38996, "name": "Apiro", "geoid": 3182988}, "notime": null, "date-ut": "1899-06-26 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Piero", "family": "Malvestiti"}, "birth": {"place": {"c2": "MC", "cy": "IT", "lg": 13.13147, "lat": 43.38996, "name": "Apiro", "geoid": 3182988}, "date-ut": "1899-06-26 12:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1712"}, "ids-in-sources": {"a5": "1712"}}, "raw": {"H": "13", "MN": "0", "TZ": "-1", "COD": "MC", "COU": "I", "DAY": "26", "LAT": "43N24", "LON": "13E15", "MON": "6", "NUM": "1712", "PRO": "PT", "SEC": "0", "YEA": "1899", "CITY": "APIRO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13167	mannironi-salvatore-1901-12-10	{"a5": "1713"}	{"lerrcp": "A5-1713"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Salvatore", "family": "Mannironi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NU", "c3": null, "cy": "IT", "lg": 9.32973, "lat": 40.32106, "name": "Nuoro", "geoid": 3172154}, "notime": null, "date-ut": "1901-12-10 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Salvatore", "family": "Mannironi"}, "birth": {"place": {"c2": "NU", "cy": "IT", "lg": 9.32973, "lat": 40.32106, "name": "Nuoro", "geoid": 3172154}, "date-ut": "1901-12-10 22:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1713"}, "ids-in-sources": {"a5": "1713"}}, "raw": {"H": "23", "MN": "30", "TZ": "-1", "COD": "NU", "COU": "I", "DAY": "10", "LAT": "40N18", "LON": "10E 0", "MON": "12", "NUM": "1713", "PRO": "PT", "SEC": "0", "YEA": "1901", "CITY": "NUORO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13168	manzini-raimondo-1901-02-18	{"a5": "1714"}	{"lerrcp": "A5-1714"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raimondo", "family": "Manzini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "LODI", "geoid": 0}, "notime": null, "date-ut": "1901-02-18 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Raimondo", "family": "Manzini"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "LODI", "geoid": 0}, "date-ut": "1901-02-18 06:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1714"}, "ids-in-sources": {"a5": "1714"}}, "raw": {"H": "7", "MN": "30", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "18", "LAT": "45N30", "LON": "9E15", "MON": "2", "NUM": "1714", "PRO": "PT", "SEC": "0", "YEA": "1901", "CITY": "LODI"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13169	marazza-achille-1894-07-20	{"a5": "1715"}	{"lerrcp": "A5-1715"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Achille", "family": "Marazza", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 8.45813, "lat": 45.70237, "name": "Borgomanero", "geoid": 3181790}, "notime": null, "date-ut": "1894-07-20 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Achille", "family": "Marazza"}, "birth": {"place": {"c2": "NO", "cy": "IT", "lg": 8.45813, "lat": 45.70237, "name": "Borgomanero", "geoid": 3181790}, "date-ut": "1894-07-20 07:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1715"}, "ids-in-sources": {"a5": "1715"}}, "raw": {"H": "8", "MN": "30", "TZ": "-1", "COD": "NO", "COU": "I", "DAY": "20", "LAT": "45N30", "LON": "9E 0", "MON": "7", "NUM": "1715", "PRO": "PT", "SEC": "0", "YEA": "1894", "CITY": "BORGOMANERO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13170	marchesi-concetto-1878-02-01	{"a5": "1716"}	{"lerrcp": "A5-1716"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Concetto", "family": "Marchesi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "notime": null, "date-ut": "1878-02-01 07:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Concetto", "family": "Marchesi"}, "birth": {"place": {"c2": "CT", "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "date-ut": "1878-02-01 07:25:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1716"}, "ids-in-sources": {"a5": "1716"}}, "raw": {"H": "8", "MN": "25", "TZ": "-1", "COD": "CT", "COU": "I", "DAY": "1", "LAT": "37N30", "LON": "15E 0", "MON": "2", "NUM": "1716", "PRO": "PT", "SEC": "4", "YEA": "1878", "CITY": "CATANIA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13171	marescalchi-arturo-1869-10-30	{"a5": "1717"}	{"lerrcp": "A5-1717"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arturo", "family": "Marescalchi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.53451, "lat": 44.64667, "name": "Baricella", "geoid": 3182348}, "notime": null, "date-ut": "1869-10-30 15:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Arturo", "family": "Marescalchi"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.53451, "lat": 44.64667, "name": "Baricella", "geoid": 3182348}, "date-ut": "1869-10-30 15:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1717"}, "ids-in-sources": {"a5": "1717"}}, "raw": {"H": "16", "MN": "10", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "30", "LAT": "44N30", "LON": "11E 0", "MON": "10", "NUM": "1717", "PRO": "PT", "SEC": "4", "YEA": "1869", "CITY": "BARICELLA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13172	marina-mario-1897-11-23	{"a5": "1718"}	{"lerrcp": "A5-1718"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Marina", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1897-11-23 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Marina"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1897-11-23 10:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1718"}, "ids-in-sources": {"a5": "1718"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "23", "LAT": "45N30", "LON": "9E15", "MON": "11", "NUM": "1718", "PRO": "PT", "SEC": "0", "YEA": "1897", "CITY": "MILANO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13173	gauquelin-a5-1719-1892-10-20	{"a5": "1719"}	{"lerrcp": "A5-1719"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1719", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MT", "c3": null, "cy": "IT", "lg": 16.4957, "lat": 40.569, "name": "Miglionico", "geoid": 3173444}, "notime": null, "date-ut": "1892-10-20 12:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1719"}, "birth": {"place": {"c2": "MT", "cy": "IT", "lg": 16.4957, "lat": 40.569, "name": "Miglionico", "geoid": 3173444}, "date-ut": "1892-10-20 12:25:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1719"}, "ids-in-sources": {"a5": "1719"}}, "raw": {"H": "13", "MN": "25", "TZ": "-1", "COD": "MT", "COU": "I", "DAY": "20", "LAT": "40N36", "LON": "16E45", "MON": "10", "NUM": "1719", "PRO": "PT", "SEC": "4", "YEA": "1892", "CITY": "MIGLIONICO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13174	martinelli-mario-1906-05-12	{"a5": "1720"}	{"lerrcp": "A5-1720"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Martinelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "IT", "lg": 9.08744, "lat": 45.80998, "name": "Como", "geoid": 3178229}, "notime": null, "date-ut": "1906-05-12 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Martinelli"}, "birth": {"place": {"c2": "CO", "cy": "IT", "lg": 9.08744, "lat": 45.80998, "name": "Como", "geoid": 3178229}, "date-ut": "1906-05-12 04:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1720"}, "ids-in-sources": {"a5": "1720"}}, "raw": {"H": "5", "MN": "30", "TZ": "-1", "COD": "CO", "COU": "I", "DAY": "12", "LAT": "45N48", "LON": "9E15", "MON": "5", "NUM": "1720", "PRO": "PT", "SEC": "0", "YEA": "1906", "CITY": "COMO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13175	martino-edoardo-1910-04-20	{"a5": "1721"}	{"lerrcp": "A5-1721"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edoardo", "family": "Martino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.61894, "lat": 44.91245, "name": "Alessandria", "geoid": 3183299}, "notime": null, "date-ut": "1910-04-20 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Edoardo", "family": "Martino"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.61894, "lat": 44.91245, "name": "Alessandria", "geoid": 3183299}, "date-ut": "1910-04-20 21:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1721"}, "ids-in-sources": {"a5": "1721"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "20", "LAT": "45N 0", "LON": "9E 0", "MON": "4", "NUM": "1721", "PRO": "PT", "SEC": "0", "YEA": "1910", "CITY": "ALESSANDRIA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13176	martino-enrico-1907-01-29	{"a5": "1722"}	{"lerrcp": "A5-1722"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enrico", "family": "Martino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SP", "c3": null, "cy": "IT", "lg": 9.84339, "lat": 44.11054, "name": "La Spezia", "geoid": 3175081}, "notime": null, "date-ut": "1907-01-29 14:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Enrico", "family": "Martino"}, "birth": {"place": {"c2": "SP", "cy": "IT", "lg": 9.84339, "lat": 44.11054, "name": "La Spezia", "geoid": 3175081}, "date-ut": "1907-01-29 14:10"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1722"}, "ids-in-sources": {"a5": "1722"}}, "raw": {"H": "15", "MN": "10", "TZ": "-1", "COD": "SP", "COU": "I", "DAY": "29", "LAT": "44N 0", "LON": "10E15", "MON": "1", "NUM": "1722", "PRO": "PT", "SEC": "0", "YEA": "1907", "CITY": "LA SPEZIA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
3577	martino-gaetano-1900-11-25	{"a2": "1491", "a5": "1723"}	{"lerrcp": "A2-1491"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaetano", "family": "Martino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "notime": null, "date-ut": "1900-11-25 22:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician", "politician"]	5	null	[{"new": {"name": {"given": "Gaetano", "family": "Martino"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "date-ut": "1900-11-25 22:15"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1491"}, "ids-in-sources": {"a2": "1491"}}, "raw": {"H": "23", "MN": "15", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "25", "LAT": "38N 0", "LON": "15E30", "MON": "11", "NUM": "1491", "PRO": "S", "SEC": "0", "YEA": "1900", "CITY": "MESSINA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "1723"}}, "raw": {"H": "23", "MN": "15", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "25", "LAT": "38N 0", "LON": "15E30", "MON": "11", "NUM": "1723", "PRO": "PT", "SEC": "0", "YEA": "1900", "CITY": "MESSINA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13177	marzotto-vittorio-1922-06-13	{"a5": "1724"}	{"lerrcp": "A5-1724"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vittorio", "family": "Marzotto", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VI", "c3": null, "cy": "IT", "lg": 11.30639, "lat": 45.6483, "name": "Valdagno", "geoid": 3164954}, "notime": null, "date-ut": "1922-06-13 16:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Vittorio", "family": "Marzotto"}, "birth": {"place": {"c2": "VI", "cy": "IT", "lg": 11.30639, "lat": 45.6483, "name": "Valdagno", "geoid": 3164954}, "date-ut": "1922-06-13 16:25"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1724"}, "ids-in-sources": {"a5": "1724"}}, "raw": {"H": "17", "MN": "25", "TZ": "-1", "COD": "VI", "COU": "I", "DAY": "13", "LAT": "45N30", "LON": "12E 0", "MON": "6", "NUM": "1724", "PRO": "PT", "SEC": "0", "YEA": "1922", "CITY": "VALDAGNO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13178	massola-umberto-1904-09-29	{"a5": "1725"}	{"lerrcp": "A5-1725"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Umberto", "family": "Massola", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 7.35, "lat": 44.88333, "name": "Pinerolo", "geoid": 3170694}, "notime": null, "date-ut": "1904-09-29 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Umberto", "family": "Massola"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 7.35, "lat": 44.88333, "name": "Pinerolo", "geoid": 3170694}, "date-ut": "1904-09-29 19:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1725"}, "ids-in-sources": {"a5": "1725"}}, "raw": {"H": "20", "MN": "30", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "29", "LAT": "45N 0", "LON": "8E 0", "MON": "9", "NUM": "1725", "PRO": "PT", "SEC": "0", "YEA": "1904", "CITY": "PINEROLO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13179	mastino-gesumino-1889-08-27	{"a5": "1726"}	{"lerrcp": "A5-1726"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gesumino", "family": "Mastino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NU", "c3": null, "cy": "IT", "lg": 8.88897, "lat": 40.2861, "name": "Silanus", "geoid": 3166535}, "notime": null, "date-ut": "1889-08-27 09:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Gesumino", "family": "Mastino"}, "birth": {"place": {"c2": "NU", "cy": "IT", "lg": 8.88897, "lat": 40.2861, "name": "Silanus", "geoid": 3166535}, "date-ut": "1889-08-27 09:40:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1726"}, "ids-in-sources": {"a5": "1726"}}, "raw": {"H": "10", "MN": "40", "TZ": "-1", "COD": "NU", "COU": "I", "DAY": "27", "LAT": "40N18", "LON": "10E 0", "MON": "8", "NUM": "1726", "PRO": "PT", "SEC": "4", "YEA": "1889", "CITY": "SILANUS"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13180	mattarella-bernardo-1905-09-15	{"a5": "1727"}	{"lerrcp": "A5-1727"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernardo", "family": "Mattarella", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TP", "c3": null, "cy": "IT", "lg": 12.5, "lat": 38, "name": "CASTELLAMMARE D", "geoid": 0}, "notime": null, "date-ut": "1905-09-15 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Bernardo", "family": "Mattarella"}, "birth": {"place": {"c2": "TP", "cy": "IT", "lg": 12.5, "lat": 38, "name": "CASTELLAMMARE D", "geoid": 0}, "date-ut": "1905-09-15 13:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1727"}, "ids-in-sources": {"a5": "1727"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "TP", "COU": "I", "DAY": "15", "LAT": "38N 0", "LON": "12E30", "MON": "9", "NUM": "1727", "PRO": "PT", "SEC": "0", "YEA": "1905", "CITY": "CASTELLAMMARE D"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13181	maxia-antonio-1904-03-04	{"a5": "1728"}	{"lerrcp": "A5-1728"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Maxia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1904-03-04 04:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Maxia"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1904-03-04 04:15"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1728"}, "ids-in-sources": {"a5": "1728"}}, "raw": {"H": "5", "MN": "15", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "4", "LAT": "41N54", "LON": "12E30", "MON": "3", "NUM": "1728", "PRO": "PT", "SEC": "0", "YEA": "1904", "CITY": "ROMA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13182	mazzei-vincenzo-1913-08-21	{"a5": "1729"}	{"lerrcp": "A5-1729"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincenzo", "family": "Mazzei", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CZ", "c3": null, "cy": "IT", "lg": 16.31667, "lat": 38.98333, "name": "Nicastro", "geoid": 2524013}, "notime": null, "date-ut": "1913-08-21 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Vincenzo", "family": "Mazzei"}, "birth": {"place": {"c2": "CZ", "cy": "IT", "lg": 16.31667, "lat": 38.98333, "name": "Nicastro", "geoid": 2524013}, "date-ut": "1913-08-21 07:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1729"}, "ids-in-sources": {"a5": "1729"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "CZ", "COU": "I", "DAY": "21", "LAT": "39N 0", "LON": "17E30", "MON": "8", "NUM": "1729", "PRO": "PT", "SEC": "0", "YEA": "1913", "CITY": "NICASTRO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13183	gauquelin-a5-1730-1900-07-01	{"a5": "1730"}	{"lerrcp": "A5-1730"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1730", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1900-07-01 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1730"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1900-07-01 08:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1730"}, "ids-in-sources": {"a5": "1730"}}, "raw": {"H": "9", "MN": "0", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "1", "LAT": "45N30", "LON": "9E15", "MON": "7", "NUM": "1730", "PRO": "PT", "SEC": "0", "YEA": "1900", "CITY": "MILANO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13184	merlin-angelina-1884-10-16	{"a5": "1731"}	{"lerrcp": "A5-1731"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelina", "family": "Merlin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 11.79171, "lat": 45.19629, "name": "Pozzonovo", "geoid": 3169988}, "notime": null, "date-ut": "1884-10-16 15:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Angelina", "family": "Merlin"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 11.79171, "lat": 45.19629, "name": "Pozzonovo", "geoid": 3169988}, "date-ut": "1884-10-16 15:25:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1731"}, "ids-in-sources": {"a5": "1731"}}, "raw": {"H": "16", "MN": "25", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "16", "LAT": "45N24", "LON": "12E15", "MON": "10", "NUM": "1731", "PRO": "PT", "SEC": "4", "YEA": "1884", "CITY": "POZZONOVO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13185	merlin-umberto-1887-02-17	{"a5": "1732"}	{"lerrcp": "A5-1732"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Umberto", "family": "Merlin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 11.79301, "lat": 45.07998, "name": "Rovigo", "geoid": 3168843}, "notime": null, "date-ut": "1887-02-17 20:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Umberto", "family": "Merlin"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 11.79301, "lat": 45.07998, "name": "Rovigo", "geoid": 3168843}, "date-ut": "1887-02-17 20:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1732"}, "ids-in-sources": {"a5": "1732"}}, "raw": {"H": "21", "MN": "10", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "17", "LAT": "45N 0", "LON": "12E15", "MON": "2", "NUM": "1732", "PRO": "PT", "SEC": "4", "YEA": "1887", "CITY": "ROVIGO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13186	micheli-filipo-1911-12-15	{"a5": "1733"}	{"lerrcp": "A5-1733"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Filipo", "family": "Micheli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TR", "c3": null, "cy": "IT", "lg": 12.76537, "lat": 42.59834, "name": "Montefranco", "geoid": 3172916}, "notime": null, "date-ut": "1911-12-15 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Filipo", "family": "Micheli"}, "birth": {"place": {"c2": "TR", "cy": "IT", "lg": 12.76537, "lat": 42.59834, "name": "Montefranco", "geoid": 3172916}, "date-ut": "1911-12-15 06:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1733"}, "ids-in-sources": {"a5": "1733"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "TR", "COU": "I", "DAY": "15", "LAT": "42N30", "LON": "13E 0", "MON": "12", "NUM": "1733", "PRO": "PT", "SEC": "0", "YEA": "1911", "CITY": "MONTEFRANCO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13187	micheli-giuseppe-1874-10-19	{"a5": "1734"}	{"lerrcp": "A5-1734"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Micheli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "notime": null, "date-ut": "1874-10-19 21:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Micheli"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "date-ut": "1874-10-19 21:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1734"}, "ids-in-sources": {"a5": "1734"}}, "raw": {"H": "22", "MN": "10", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "19", "LAT": "44N48", "LON": "10E45", "MON": "10", "NUM": "1734", "PRO": "PT", "SEC": "4", "YEA": "1874", "CITY": "PARMA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13188	michelini-arturo-1909-02-17	{"a5": "1735"}	{"lerrcp": "A5-1735"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arturo", "family": "Michelini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1909-02-17 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Arturo", "family": "Michelini"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1909-02-17 20:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1735"}, "ids-in-sources": {"a5": "1735"}}, "raw": {"H": "21", "MN": "0", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "17", "LAT": "43N42", "LON": "11E30", "MON": "2", "NUM": "1735", "PRO": "PT", "SEC": "0", "YEA": "1909", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13189	minio-enrico-1906-05-04	{"a5": "1736"}	{"lerrcp": "A5-1736"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enrico", "family": "Minio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VT", "c3": null, "cy": "IT", "lg": 12, "lat": 42.4, "name": "CIVITA CASTELLA", "geoid": 0}, "notime": null, "date-ut": "1906-05-04 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Enrico", "family": "Minio"}, "birth": {"place": {"c2": "VT", "cy": "IT", "lg": 12, "lat": 42.4, "name": "CIVITA CASTELLA", "geoid": 0}, "date-ut": "1906-05-04 13:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1736"}, "ids-in-sources": {"a5": "1736"}}, "raw": {"H": "14", "MN": "30", "TZ": "-1", "COD": "VT", "COU": "I", "DAY": "4", "LAT": "42N24", "LON": "12E 0", "MON": "5", "NUM": "1736", "PRO": "PT", "SEC": "0", "YEA": "1906", "CITY": "CIVITA CASTELLA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13190	modigliani-giuseppe-1872-10-28	{"a5": "1737"}	{"lerrcp": "A5-1737"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Modigliani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LI", "c3": null, "cy": "IT", "lg": 10.316, "lat": 43.54264, "name": "Livorno", "geoid": 3174659}, "notime": null, "date-ut": "1872-10-28 08:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Modigliani"}, "birth": {"place": {"c2": "LI", "cy": "IT", "lg": 10.316, "lat": 43.54264, "name": "Livorno", "geoid": 3174659}, "date-ut": "1872-10-28 08:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1737"}, "ids-in-sources": {"a5": "1737"}}, "raw": {"H": "9", "MN": "10", "TZ": "-1", "COD": "LI", "COU": "I", "DAY": "28", "LAT": "43N36", "LON": "9E30", "MON": "10", "NUM": "1737", "PRO": "PT", "SEC": "4", "YEA": "1872", "CITY": "LIVORNO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13191	gauquelin-a5-1738-1894-09-27	{"a5": "1738"}	{"lerrcp": "A5-1738"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1738", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AN", "c3": null, "cy": "IT", "lg": 13.75, "lat": 43.7, "name": "CHIARAVALLI", "geoid": 0}, "notime": null, "date-ut": "1894-09-27 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1738"}, "birth": {"place": {"c2": "AN", "cy": "IT", "lg": 13.75, "lat": 43.7, "name": "CHIARAVALLI", "geoid": 0}, "date-ut": "1894-09-27 10:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1738"}, "ids-in-sources": {"a5": "1738"}}, "raw": {"H": "11", "MN": "30", "TZ": "-1", "COD": "AN", "COU": "I", "DAY": "27", "LAT": "43N42", "LON": "13E45", "MON": "9", "NUM": "1738", "PRO": "PT", "SEC": "0", "YEA": "1894", "CITY": "CHIARAVALLI"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
17992	chade-leon-1904-04-19	{"e1": "360"}	{"lerrcp": "E1-360"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Chade", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1904-04-19 07:00", "note": null, "place": {"c1": null, "c2": "57", "c3": "", "cy": "FR", "lg": 6.98067, "lat": 48.7574, "name": "Langatte", "geoid": 3007733}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Chade"}, "birth": {"tzo": "", "date": "1904-04-19 07:00", "place": {"c2": "57", "c3": "", "cy": "FR", "lg": 6.98067, "lat": 48.7574, "name": "Langatte", "geoid": 3007733}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "360"}}, "raw": {"H": "07:00", "COD": "57", "DAY": "19", "MON": "04", "NUM": "0360", "PRO": "EX", "YEA": "1904", "CITY": "Langatte", "NAME": "CHADE Léon", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13193	moranino-francesco-1920-02-06	{"a5": "1740"}	{"lerrcp": "A5-1740"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Moranino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VC", "c3": null, "cy": "IT", "lg": 8.5, "lat": 45.4, "name": "TOLLEGNO", "geoid": 0}, "notime": null, "date-ut": "1920-02-06 03:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Moranino"}, "birth": {"place": {"c2": "VC", "cy": "IT", "lg": 8.5, "lat": 45.4, "name": "TOLLEGNO", "geoid": 0}, "date-ut": "1920-02-06 03:15"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1740"}, "ids-in-sources": {"a5": "1740"}}, "raw": {"H": "4", "MN": "15", "TZ": "-1", "COD": "VC", "COU": "I", "DAY": "6", "LAT": "45N24", "LON": "8E30", "MON": "2", "NUM": "1740", "PRO": "PT", "SEC": "0", "YEA": "1920", "CITY": "TOLLEGNO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13194	gauquelin-a5-1741-1905-07-17	{"a5": "1741"}	{"lerrcp": "A5-1741"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1741", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CB", "c3": null, "cy": "IT", "lg": 14.66753, "lat": 41.56003, "name": "Campobasso", "geoid": 3180991}, "notime": null, "date-ut": "1905-07-17 05:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1741"}, "birth": {"place": {"c2": "CB", "cy": "IT", "lg": 14.66753, "lat": 41.56003, "name": "Campobasso", "geoid": 3180991}, "date-ut": "1905-07-17 05:15"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1741"}, "ids-in-sources": {"a5": "1741"}}, "raw": {"H": "6", "MN": "15", "TZ": "-1", "COD": "CB", "COU": "I", "DAY": "17", "LAT": "41N36", "LON": "14E45", "MON": "7", "NUM": "1741", "PRO": "PT", "SEC": "0", "YEA": "1905", "CITY": "CAMPOBASSO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13196	mortati-costantino-1891-12-27	{"a5": "1743"}	{"lerrcp": "A5-1743"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Costantino", "family": "Mortati", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CS", "c3": null, "cy": "IT", "lg": 16.5, "lat": 39.3, "name": "CORIGLIANO CALA", "geoid": 0}, "notime": null, "date-ut": "1891-12-27 00:15:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Costantino", "family": "Mortati"}, "birth": {"place": {"c2": "CS", "cy": "IT", "lg": 16.5, "lat": 39.3, "name": "CORIGLIANO CALA", "geoid": 0}, "date-ut": "1891-12-27 00:15:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1743"}, "ids-in-sources": {"a5": "1743"}}, "raw": {"H": "1", "MN": "15", "TZ": "-1", "COD": "CS", "COU": "I", "DAY": "27", "LAT": "39N18", "LON": "16E30", "MON": "12", "NUM": "1743", "PRO": "PT", "SEC": "4", "YEA": "1891", "CITY": "CORIGLIANO CALA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13197	moscatelli-vincenzo-1908-02-03	{"a5": "1744"}	{"lerrcp": "A5-1744"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincenzo", "family": "Moscatelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 8.61684, "lat": 45.44056, "name": "Novara", "geoid": 3172189}, "notime": null, "date-ut": "1908-02-03 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Vincenzo", "family": "Moscatelli"}, "birth": {"place": {"c2": "NO", "cy": "IT", "lg": 8.61684, "lat": 45.44056, "name": "Novara", "geoid": 3172189}, "date-ut": "1908-02-03 00:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1744"}, "ids-in-sources": {"a5": "1744"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "NO", "COU": "I", "DAY": "3", "LAT": "45N30", "LON": "9E 0", "MON": "2", "NUM": "1744", "PRO": "PT", "SEC": "0", "YEA": "1908", "CITY": "NOVARA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13199	gauquelin-a5-1746-1902-05-22	{"a5": "1746"}	{"lerrcp": "A5-1746"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1746", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 12.20111, "lat": 44.4175, "name": "Ravenna", "geoid": 3169561}, "notime": null, "date-ut": "1902-05-22 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1746"}, "birth": {"place": {"c2": "RA", "cy": "IT", "lg": 12.20111, "lat": 44.4175, "name": "Ravenna", "geoid": 3169561}, "date-ut": "1902-05-22 03:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1746"}, "ids-in-sources": {"a5": "1746"}}, "raw": {"H": "4", "MN": "30", "TZ": "-1", "COD": "RA", "COU": "I", "DAY": "22", "LAT": "44N24", "LON": "12E15", "MON": "5", "NUM": "1746", "PRO": "PT", "SEC": "0", "YEA": "1902", "CITY": "RAVENNA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13198	mussolini-benito-1883-07-29	{"a5": "1745", "afd2": "406"}	{"lerrcp": "A5-1745", "muller": "M2-406"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benito", "family": "Mussolini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1883-07-29 14:00", "note": null, "place": {"c1": null, "c2": "FO", "c3": null, "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "PREDAPPIO", "geoid": 0}, "notime": null, "date-ut": "1883-07-29 13:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Benito", "family": "Mussolini"}, "birth": {"place": {"c2": "FO", "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "PREDAPPIO", "geoid": 0}, "date-ut": "1883-07-29 13:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1745"}, "ids-in-sources": {"a5": "1745"}}, "raw": {"H": "14", "MN": "10", "TZ": "-1", "COD": "FO", "COU": "I", "DAY": "29", "LAT": "44N12", "LON": "12E30", "MON": "7", "NUM": "1745", "PRO": "PT", "SEC": "4", "YEA": "1883", "CITY": "PREDAPPIO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "M", "birth": {"tzo": "+00:50", "date": "1883-07-29 14:00"}, "occus": ["politician"], "ids-in-sources": {"afd2": "406"}}, "raw": {"CY": "I", "GQ": "G", "LG": "012 E 03", "LAT": "44 N 13", "TZO": "-0.83", "DATE": "29.07.1883", "MUID": "406", "NAME": "Mussolini, Benito", "OCCU": "MA 04", "TIME": "14.00", "BOOKS": "567", "PLACE": "Dovia di Predappio", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
13200	nannini-sergio-1906-06-30	{"a5": "1747"}	{"lerrcp": "A5-1747"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sergio", "family": "Nannini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 11.2939, "lat": 44.83457, "name": "Finale Emilia", "geoid": 3176983}, "notime": null, "date-ut": "1906-06-30 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Sergio", "family": "Nannini"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 11.2939, "lat": 44.83457, "name": "Finale Emilia", "geoid": 3176983}, "date-ut": "1906-06-30 07:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1747"}, "ids-in-sources": {"a5": "1747"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "30", "LAT": "44N36", "LON": "11E15", "MON": "6", "NUM": "1747", "PRO": "PT", "SEC": "0", "YEA": "1906", "CITY": "FINALE EMILIA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13201	natali-lorenzo-1922-10-01	{"a5": "1748"}	{"lerrcp": "A5-1748"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lorenzo", "family": "Natali", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1922-10-01 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Lorenzo", "family": "Natali"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1922-10-01 09:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1748"}, "ids-in-sources": {"a5": "1748"}}, "raw": {"H": "10", "MN": "30", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "1", "LAT": "43N42", "LON": "11E30", "MON": "10", "NUM": "1748", "PRO": "PT", "SEC": "0", "YEA": "1922", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13202	gauquelin-a5-1749-1888-05-19	{"a5": "1749"}	{"lerrcp": "A5-1749"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1749", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1888-05-19 16:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1749"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1888-05-19 16:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1749"}, "ids-in-sources": {"a5": "1749"}}, "raw": {"H": "17", "MN": "10", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "19", "LAT": "41N54", "LON": "12E30", "MON": "5", "NUM": "1749", "PRO": "PT", "SEC": "4", "YEA": "1888", "CITY": "ROMA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13203	negarville-celeste-1905-06-17	{"a5": "1750"}	{"lerrcp": "A5-1750"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Celeste", "family": "Negarville", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 7.39862, "lat": 45.07714, "name": "Avigliana", "geoid": 3182634}, "notime": null, "date-ut": "1905-06-17 16:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Celeste", "family": "Negarville"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 7.39862, "lat": 45.07714, "name": "Avigliana", "geoid": 3182634}, "date-ut": "1905-06-17 16:12"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1750"}, "ids-in-sources": {"a5": "1750"}}, "raw": {"H": "17", "MN": "12", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "17", "LAT": "45N 0", "LON": "8E 0", "MON": "6", "NUM": "1750", "PRO": "PT", "SEC": "0", "YEA": "1905", "CITY": "AVIGLIANA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13205	gauquelin-a5-1752-1868-07-19	{"a5": "1752"}	{"lerrcp": "A5-1752"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1752", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PZ", "c3": null, "cy": "IT", "lg": 15.65364, "lat": 40.99656, "name": "Melfi", "geoid": 3173615}, "notime": null, "date-ut": "1868-07-19 12:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1752"}, "birth": {"place": {"c2": "PZ", "cy": "IT", "lg": 15.65364, "lat": 40.99656, "name": "Melfi", "geoid": 3173615}, "date-ut": "1868-07-19 12:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1752"}, "ids-in-sources": {"a5": "1752"}}, "raw": {"H": "13", "MN": "10", "TZ": "-1", "COD": "PZ", "COU": "I", "DAY": "19", "LAT": "40N30", "LON": "15E45", "MON": "7", "NUM": "1752", "PRO": "PT", "SEC": "4", "YEA": "1868", "CITY": "MELFI"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
5172	nobile-umberto-1885-01-21	{"a2": "3089", "a5": "1753"}	{"lerrcp": "A2-3089"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Umberto", "family": "Nobile", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AV", "c3": null, "cy": "IT", "lg": 14.63224, "lat": 40.87821, "name": "Lauro", "geoid": 3175030}, "notime": null, "date-ut": "1885-01-21 14:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist", "politician"]	5	null	[{"new": {"name": {"given": "Umberto", "family": "Nobile"}, "birth": {"place": {"c2": "AV", "cy": "IT", "lg": 14.63224, "lat": 40.87821, "name": "Lauro", "geoid": 3175030}, "date-ut": "1885-01-21 14:25:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3089"}, "ids-in-sources": {"a2": "3089"}}, "raw": {"H": "15", "MN": "25", "TZ": "-1", "COD": "AV", "COU": "I", "DAY": "21", "LAT": "41N 0", "LON": "15E 0", "MON": "1", "NUM": "3089", "PRO": "S", "SEC": "4", "YEA": "1885", "CITY": "LAURO"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "1753"}}, "raw": {"H": "15", "MN": "25", "TZ": "-1", "COD": "AV", "COU": "I", "DAY": "21", "LAT": "41N 0", "LON": "15E 0", "MON": "1", "NUM": "1753", "PRO": "PT", "SEC": "4", "YEA": "1885", "CITY": "LAURO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13206	orlando-vittorio-1860-05-18	{"a5": "1754"}	{"lerrcp": "A5-1754"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vittorio", "family": "Orlando", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PA", "c3": null, "cy": "IT", "lg": 13.35976, "lat": 38.11582, "name": "Palermo", "geoid": 2523920}, "notime": null, "date-ut": "1860-05-18 12:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Vittorio", "family": "Orlando"}, "birth": {"place": {"c2": "PA", "cy": "IT", "lg": 13.35976, "lat": 38.11582, "name": "Palermo", "geoid": 2523920}, "date-ut": "1860-05-18 12:06"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1754"}, "ids-in-sources": {"a5": "1754"}}, "raw": {"H": "13", "MN": "6", "TZ": "-1", "COD": "PA", "COU": "I", "DAY": "18", "LAT": "38N 0", "LON": "13E30", "MON": "5", "NUM": "1754", "PRO": "PT", "SEC": "0", "YEA": "1860", "CITY": "PALERMO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13207	pacciardi-randolfo-1899-01-01	{"a5": "1755"}	{"lerrcp": "A5-1755"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Randolfo", "family": "Pacciardi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "IT", "lg": 11.5, "lat": 42.7, "name": "GAVOZZANO", "geoid": 0}, "notime": null, "date-ut": "1899-01-01 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Randolfo", "family": "Pacciardi"}, "birth": {"place": {"c2": "GR", "cy": "IT", "lg": 11.5, "lat": 42.7, "name": "GAVOZZANO", "geoid": 0}, "date-ut": "1899-01-01 00:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1755"}, "ids-in-sources": {"a5": "1755"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "GR", "COU": "I", "DAY": "1", "LAT": "42N42", "LON": "11E30", "MON": "1", "NUM": "1755", "PRO": "PT", "SEC": "0", "YEA": "1899", "CITY": "GAVOZZANO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13208	pajetta-gian-1911-06-24	{"a5": "1756"}	{"lerrcp": "A5-1756"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gian", "family": "Pajetta", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1911-06-24 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Gian", "family": "Pajetta"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1911-06-24 07:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1756"}, "ids-in-sources": {"a5": "1756"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "24", "LAT": "45N 0", "LON": "8E 0", "MON": "6", "NUM": "1756", "PRO": "PT", "SEC": "0", "YEA": "1911", "CITY": "TORINO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13209	paratore-giuseppe-1876-06-02	{"a5": "1757"}	{"lerrcp": "A5-1757"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Paratore", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PA", "c3": null, "cy": "IT", "lg": 13.35976, "lat": 38.11582, "name": "Palermo", "geoid": 2523920}, "notime": null, "date-ut": "1876-06-02 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Paratore"}, "birth": {"place": {"c2": "PA", "cy": "IT", "lg": 13.35976, "lat": 38.11582, "name": "Palermo", "geoid": 2523920}, "date-ut": "1876-06-02 03:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1757"}, "ids-in-sources": {"a5": "1757"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "PA", "COU": "I", "DAY": "2", "LAT": "38N 0", "LON": "13E30", "MON": "6", "NUM": "1757", "PRO": "PT", "SEC": "4", "YEA": "1876", "CITY": "PALERMO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13210	pastore-giulio-1902-08-16	{"a5": "1758"}	{"lerrcp": "A5-1758"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giulio", "family": "Pastore", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "IT", "lg": 9, "lat": 44.4, "name": "GENOVA", "geoid": 0}, "notime": null, "date-ut": "1902-08-16 23:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Giulio", "family": "Pastore"}, "birth": {"place": {"c2": "GE", "cy": "IT", "lg": 9, "lat": 44.4, "name": "GENOVA", "geoid": 0}, "date-ut": "1902-08-16 23:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1758"}, "ids-in-sources": {"a5": "1758"}}, "raw": {"H": "0", "MN": "30", "TZ": "-1", "COD": "GE", "COU": "I", "DAY": "17", "LAT": "44N24", "LON": "9E 0", "MON": "8", "NUM": "1758", "PRO": "PT", "SEC": "0", "YEA": "1902", "CITY": "GENOVA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13211	patricolo-gennaro-1904-09-11	{"a5": "1759"}	{"lerrcp": "A5-1759"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gennaro", "family": "Patricolo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PA", "c3": null, "cy": "IT", "lg": 13.35976, "lat": 38.11582, "name": "Palermo", "geoid": 2523920}, "notime": null, "date-ut": "1904-09-11 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Gennaro", "family": "Patricolo"}, "birth": {"place": {"c2": "PA", "cy": "IT", "lg": 13.35976, "lat": 38.11582, "name": "Palermo", "geoid": 2523920}, "date-ut": "1904-09-11 21:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1759"}, "ids-in-sources": {"a5": "1759"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "PA", "COU": "I", "DAY": "11", "LAT": "38N 0", "LON": "13E30", "MON": "9", "NUM": "1759", "PRO": "PT", "SEC": "0", "YEA": "1904", "CITY": "PALERMO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13212	pavolini-alessandro-1903-09-27	{"a5": "1760"}	{"lerrcp": "A5-1760"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alessandro", "family": "Pavolini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1903-09-27 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Alessandro", "family": "Pavolini"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1903-09-27 01:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1760"}, "ids-in-sources": {"a5": "1760"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "27", "LAT": "43N42", "LON": "11E30", "MON": "9", "NUM": "1760", "PRO": "PT", "SEC": "0", "YEA": "1903", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13213	pella-giuseppe-1902-04-18	{"a5": "1761"}	{"lerrcp": "A5-1761"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Pella", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VC", "c3": null, "cy": "IT", "lg": 8.5, "lat": 45.4, "name": "VALDENGO", "geoid": 0}, "notime": null, "date-ut": "1902-04-18 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Pella"}, "birth": {"place": {"c2": "VC", "cy": "IT", "lg": 8.5, "lat": 45.4, "name": "VALDENGO", "geoid": 0}, "date-ut": "1902-04-18 04:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1761"}, "ids-in-sources": {"a5": "1761"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "VC", "COU": "I", "DAY": "18", "LAT": "45N24", "LON": "8E30", "MON": "4", "NUM": "1761", "PRO": "PT", "SEC": "0", "YEA": "1902", "CITY": "VALDENGO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13214	perassi-tommaso-1886-09-25	{"a5": "1762"}	{"lerrcp": "A5-1762"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tommaso", "family": "Perassi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 9, "lat": 45.5, "name": "INTRA-VERBANIA", "geoid": 0}, "notime": null, "date-ut": "1886-09-25 11:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Tommaso", "family": "Perassi"}, "birth": {"place": {"c2": "NO", "cy": "IT", "lg": 9, "lat": 45.5, "name": "INTRA-VERBANIA", "geoid": 0}, "date-ut": "1886-09-25 11:40:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1762"}, "ids-in-sources": {"a5": "1762"}}, "raw": {"H": "12", "MN": "40", "TZ": "-1", "COD": "NO", "COU": "I", "DAY": "25", "LAT": "45N30", "LON": "9E 0", "MON": "9", "NUM": "1762", "PRO": "PT", "SEC": "4", "YEA": "1886", "CITY": "INTRA-VERBANIA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13215	perrone-capano-giuseppe-1898-02-06	{"a5": "1763"}	{"lerrcp": "A5-1763"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Perrone-Capano", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 17, "lat": 41.2, "name": "TRANI", "geoid": 0}, "notime": null, "date-ut": "1898-02-06 18:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Perrone-Capano"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 17, "lat": 41.2, "name": "TRANI", "geoid": 0}, "date-ut": "1898-02-06 18:10"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1763"}, "ids-in-sources": {"a5": "1763"}}, "raw": {"H": "19", "MN": "10", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "6", "LAT": "41N12", "LON": "17E 0", "MON": "2", "NUM": "1763", "PRO": "PT", "SEC": "0", "YEA": "1898", "CITY": "TRANI"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13216	gauquelin-a5-1764-1896-09-25	{"a5": "1764"}	{"lerrcp": "A5-1764"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1764", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SV", "c3": null, "cy": "IT", "lg": 8.49795, "lat": 44.39344, "name": "Stella", "geoid": 6534716}, "notime": null, "date-ut": "1896-09-25 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1764"}, "birth": {"place": {"c2": "SV", "cy": "IT", "lg": 8.49795, "lat": 44.39344, "name": "Stella", "geoid": 6534716}, "date-ut": "1896-09-25 16:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1764"}, "ids-in-sources": {"a5": "1764"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "SV", "COU": "I", "DAY": "25", "LAT": "44N18", "LON": "8E45", "MON": "9", "NUM": "1764", "PRO": "PT", "SEC": "0", "YEA": "1896", "CITY": "STELLA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13217	pesenti-antonio-1910-10-15	{"a5": "1765"}	{"lerrcp": "A5-1765"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Pesenti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "notime": null, "date-ut": "1910-10-15 13:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Pesenti"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "date-ut": "1910-10-15 13:45"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1765"}, "ids-in-sources": {"a5": "1765"}}, "raw": {"H": "14", "MN": "45", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "15", "LAT": "45N24", "LON": "11E 0", "MON": "10", "NUM": "1765", "PRO": "PT", "SEC": "0", "YEA": "1910", "CITY": "VERONA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13218	petrilli-rafaelle-1892-07-23	{"a5": "1766"}	{"lerrcp": "A5-1766"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rafaelle", "family": "Petrilli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1892-07-23 04:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Rafaelle", "family": "Petrilli"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1892-07-23 04:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1766"}, "ids-in-sources": {"a5": "1766"}}, "raw": {"H": "5", "MN": "10", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "23", "LAT": "40N54", "LON": "14E 0", "MON": "7", "NUM": "1766", "PRO": "PT", "SEC": "4", "YEA": "1892", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
7220	piacentini-pietro-1898-11-26	{"a3": "1505", "a5": "1767"}	{"lerrcp": "A3-1505"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Piacentini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 12.98667, "lat": 45.88639, "name": "Varmo", "geoid": 3164692}, "notime": null, "date-ut": "1898-11-26 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Pietro", "family": "Piacentini"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 12.98667, "lat": 45.88639, "name": "Varmo", "geoid": 3164692}, "date-ut": "1898-11-26 00:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1505"}, "ids-in-sources": {"a3": "1505"}}, "raw": {"H": "1", "MN": "30", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "26", "LAT": "46N 0", "LON": "13E30", "MON": "11", "NUM": "1505", "PRO": "M", "SEC": "0", "YEA": "1898", "CITY": "VARMO"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "1767"}}, "raw": {"H": "1", "MN": "30", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "26", "LAT": "46N 0", "LON": "13E30", "MON": "11", "NUM": "1767", "PRO": "PT", "SEC": "0", "YEA": "1898", "CITY": "VARMO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13219	piccioni-attilio-1892-06-14	{"a5": "1768"}	{"lerrcp": "A5-1768"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Attilio", "family": "Piccioni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RI", "c3": null, "cy": "IT", "lg": 12.88818, "lat": 42.50183, "name": "Poggio Bustone", "geoid": 3170482}, "notime": null, "date-ut": "1892-06-14 21:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Attilio", "family": "Piccioni"}, "birth": {"place": {"c2": "RI", "cy": "IT", "lg": 12.88818, "lat": 42.50183, "name": "Poggio Bustone", "geoid": 3170482}, "date-ut": "1892-06-14 21:40:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1768"}, "ids-in-sources": {"a5": "1768"}}, "raw": {"H": "22", "MN": "40", "TZ": "-1", "COD": "RI", "COU": "I", "DAY": "14", "LAT": "42N24", "LON": "13E15", "MON": "6", "NUM": "1768", "PRO": "PT", "SEC": "4", "YEA": "1892", "CITY": "POGGIO BUSTONE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13220	pignatelli-gaspare-1900-10-18	{"a5": "1769"}	{"lerrcp": "A5-1769"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaspare", "family": "Pignatelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TA", "c3": null, "cy": "IT", "lg": 17.4337, "lat": 40.53923, "name": "Grottaglie", "geoid": 3175773}, "notime": null, "date-ut": "1900-10-18 22:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Gaspare", "family": "Pignatelli"}, "birth": {"place": {"c2": "TA", "cy": "IT", "lg": 17.4337, "lat": 40.53923, "name": "Grottaglie", "geoid": 3175773}, "date-ut": "1900-10-18 22:45"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1769"}, "ids-in-sources": {"a5": "1769"}}, "raw": {"H": "23", "MN": "45", "TZ": "-1", "COD": "TA", "COU": "I", "DAY": "18", "LAT": "40N30", "LON": "17E30", "MON": "10", "NUM": "1769", "PRO": "PT", "SEC": "0", "YEA": "1900", "CITY": "GROTTAGLIE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13221	ponti-giovanni-1896-01-19	{"a5": "1770"}	{"lerrcp": "A5-1770"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Ponti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "notime": null, "date-ut": "1896-01-19 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Ponti"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "date-ut": "1896-01-19 01:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1770"}, "ids-in-sources": {"a5": "1770"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "19", "LAT": "45N30", "LON": "12E30", "MON": "1", "NUM": "1770", "PRO": "PT", "SEC": "0", "YEA": "1896", "CITY": "VENEZIA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13222	gauquelin-a5-1771-1892-10-20	{"a5": "1771"}	{"lerrcp": "A5-1771"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1771", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FG", "c3": null, "cy": "IT", "lg": 15.54925, "lat": 41.46093, "name": "Foggia", "geoid": 3176885}, "notime": null, "date-ut": "1892-10-20 07:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1771"}, "birth": {"place": {"c2": "FG", "cy": "IT", "lg": 15.54925, "lat": 41.46093, "name": "Foggia", "geoid": 3176885}, "date-ut": "1892-10-20 07:40:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1771"}, "ids-in-sources": {"a5": "1771"}}, "raw": {"H": "8", "MN": "40", "TZ": "-1", "COD": "FG", "COU": "I", "DAY": "20", "LAT": "41N36", "LON": "15E30", "MON": "10", "NUM": "1771", "PRO": "PT", "SEC": "4", "YEA": "1892", "CITY": "FOGGIA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13223	preti-luigi-1914-10-23	{"a5": "1772"}	{"lerrcp": "A5-1772"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Preti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FE", "c3": null, "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "notime": null, "date-ut": "1914-10-23 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Preti"}, "birth": {"place": {"c2": "FE", "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "date-ut": "1914-10-23 19:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1772"}, "ids-in-sources": {"a5": "1772"}}, "raw": {"H": "20", "MN": "30", "TZ": "-1", "COD": "FE", "COU": "I", "DAY": "23", "LAT": "44N42", "LON": "12E30", "MON": "10", "NUM": "1772", "PRO": "PT", "SEC": "0", "YEA": "1914", "CITY": "FERRARA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13224	priolo-antonio-1891-12-08	{"a5": "1774"}	{"lerrcp": "A5-1774"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Priolo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RC", "c3": null, "cy": "IT", "lg": 15.66129, "lat": 38.11047, "name": "Reggio Calabria", "geoid": 2523630}, "notime": null, "date-ut": "1891-12-08 09:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Priolo"}, "birth": {"place": {"c2": "RC", "cy": "IT", "lg": 15.66129, "lat": 38.11047, "name": "Reggio Calabria", "geoid": 2523630}, "date-ut": "1891-12-08 09:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1774"}, "ids-in-sources": {"a5": "1774"}}, "raw": {"H": "10", "MN": "10", "TZ": "-1", "COD": "RC", "COU": "I", "DAY": "8", "LAT": "38N 6", "LON": "15E30", "MON": "12", "NUM": "1774", "PRO": "PT", "SEC": "4", "YEA": "1891", "CITY": "REGGIO CALABRIA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13225	gauquelin-a5-1775-1905-01-26	{"a5": "1775"}	{"lerrcp": "A5-1775"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1775", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CZ", "c3": null, "cy": "IT", "lg": 16.5987, "lat": 38.89079, "name": "Catanzaro", "geoid": 2525059}, "notime": null, "date-ut": "1905-01-26 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1775"}, "birth": {"place": {"c2": "CZ", "cy": "IT", "lg": 16.5987, "lat": 38.89079, "name": "Catanzaro", "geoid": 2525059}, "date-ut": "1905-01-26 16:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1775"}, "ids-in-sources": {"a5": "1775"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "CZ", "COU": "I", "DAY": "26", "LAT": "39N 0", "LON": "17E30", "MON": "1", "NUM": "1775", "PRO": "PT", "SEC": "0", "YEA": "1905", "CITY": "CATANZARO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13226	putzolu-antonio-1894-11-02	{"a5": "1776"}	{"lerrcp": "A5-1776"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Putzolu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "IT", "lg": 9, "lat": 39.4, "name": "SENEGHE", "geoid": 0}, "notime": null, "date-ut": "1894-11-02 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Putzolu"}, "birth": {"place": {"c2": "CA", "cy": "IT", "lg": 9, "lat": 39.4, "name": "SENEGHE", "geoid": 0}, "date-ut": "1894-11-02 04:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1776"}, "ids-in-sources": {"a5": "1776"}}, "raw": {"H": "5", "MN": "30", "TZ": "-1", "COD": "CA", "COU": "I", "DAY": "2", "LAT": "39N24", "LON": "9E 0", "MON": "11", "NUM": "1776", "PRO": "PT", "SEC": "0", "YEA": "1894", "CITY": "SENEGHE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13227	quarello-gioacchino-1892-04-04	{"a5": "1777"}	{"lerrcp": "A5-1777"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gioacchino", "family": "Quarello", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.16793, "lat": 45.07225, "name": "Villadeati", "geoid": 6535064}, "notime": null, "date-ut": "1892-04-04 11:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Gioacchino", "family": "Quarello"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.16793, "lat": 45.07225, "name": "Villadeati", "geoid": 6535064}, "date-ut": "1892-04-04 11:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1777"}, "ids-in-sources": {"a5": "1777"}}, "raw": {"H": "12", "MN": "10", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "4", "LAT": "45N 0", "LON": "9E 0", "MON": "4", "NUM": "1777", "PRO": "PT", "SEC": "4", "YEA": "1892", "CITY": "VILLADEATI"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13228	gauquelin-a5-1778-1890-01-25	{"a5": "1778"}	{"lerrcp": "A5-1778"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1778", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 9, "lat": 45, "name": "CASALE MONFERRA", "geoid": 0}, "notime": null, "date-ut": "1890-01-25 05:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1778"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 9, "lat": 45, "name": "CASALE MONFERRA", "geoid": 0}, "date-ut": "1890-01-25 05:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1778"}, "ids-in-sources": {"a5": "1778"}}, "raw": {"H": "6", "MN": "10", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "25", "LAT": "45N 0", "LON": "9E 0", "MON": "1", "NUM": "1778", "PRO": "PT", "SEC": "4", "YEA": "1890", "CITY": "CASALE MONFERRA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13229	resta-raffaele-1905-09-21	{"a5": "1779"}	{"lerrcp": "A5-1779"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raffaele", "family": "Resta", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 17.02119, "lat": 40.91733, "name": "Turi", "geoid": 3165094}, "notime": null, "date-ut": "1905-09-21 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Raffaele", "family": "Resta"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 17.02119, "lat": 40.91733, "name": "Turi", "geoid": 3165094}, "date-ut": "1905-09-21 07:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1779"}, "ids-in-sources": {"a5": "1779"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "21", "LAT": "41N12", "LON": "17E 0", "MON": "9", "NUM": "1779", "PRO": "PT", "SEC": "0", "YEA": "1905", "CITY": "TURI"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13230	restagno-pier-1898-03-29	{"a5": "1780"}	{"lerrcp": "A5-1780"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pier", "family": "Restagno", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1898-03-29 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pier", "family": "Restagno"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1898-03-29 18:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1780"}, "ids-in-sources": {"a5": "1780"}}, "raw": {"H": "19", "MN": "30", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "29", "LAT": "45N 0", "LON": "8E 0", "MON": "3", "NUM": "1780", "PRO": "PT", "SEC": "0", "YEA": "1898", "CITY": "TORINO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
7276	ricci-renato-1896-06-01	{"a3": "1561", "a5": "1781"}	{"lerrcp": "A3-1561"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renato", "family": "Ricci", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MS", "c3": null, "cy": "IT", "lg": 10.09987, "lat": 44.07834, "name": "Carrara", "geoid": 3180423}, "notime": null, "date-ut": "1896-06-01 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Renato", "family": "Ricci"}, "birth": {"place": {"c2": "MS", "cy": "IT", "lg": 10.09987, "lat": 44.07834, "name": "Carrara", "geoid": 3180423}, "date-ut": "1896-06-01 10:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1561"}, "ids-in-sources": {"a3": "1561"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "MS", "COU": "I", "DAY": "1", "LAT": "44N 0", "LON": "10E30", "MON": "6", "NUM": "1561", "PRO": "M", "SEC": "0", "YEA": "1896", "CITY": "CARRARA"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "1781"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "MS", "COU": "I", "DAY": "1", "LAT": "44N 0", "LON": "10E30", "MON": "6", "NUM": "1781", "PRO": "PT", "SEC": "0", "YEA": "1896", "CITY": "CARRARA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13231	roberti-giovanni-1909-02-03	{"a5": "1782"}	{"lerrcp": "A5-1782"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Roberti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1909-02-03 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Roberti"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1909-02-03 09:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1782"}, "ids-in-sources": {"a5": "1782"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "3", "LAT": "40N54", "LON": "14E 0", "MON": "2", "NUM": "1782", "PRO": "PT", "SEC": "0", "YEA": "1909", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13232	rocchetti-ercole-1905-10-31	{"a5": "1783"}	{"lerrcp": "A5-1783"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ercole", "family": "Rocchetti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CH", "c3": null, "cy": "IT", "lg": 14.25, "lat": 42.3, "name": "CHIETEI", "geoid": 0}, "notime": null, "date-ut": "1905-10-31 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Ercole", "family": "Rocchetti"}, "birth": {"place": {"c2": "CH", "cy": "IT", "lg": 14.25, "lat": 42.3, "name": "CHIETEI", "geoid": 0}, "date-ut": "1905-10-31 18:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1783"}, "ids-in-sources": {"a5": "1783"}}, "raw": {"H": "19", "MN": "30", "TZ": "-1", "COD": "CH", "COU": "I", "DAY": "31", "LAT": "42N18", "LON": "14E15", "MON": "10", "NUM": "1783", "PRO": "PT", "SEC": "0", "YEA": "1905", "CITY": "CHIETEI"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13233	rodino-ugo-1904-02-08	{"a5": "1784"}	{"lerrcp": "A5-1784"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ugo", "family": "Rodino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1904-02-08 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Ugo", "family": "Rodino"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1904-02-08 06:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1784"}, "ids-in-sources": {"a5": "1784"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "8", "LAT": "40N54", "LON": "14E 0", "MON": "2", "NUM": "1784", "PRO": "PT", "SEC": "0", "YEA": "1904", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13234	rognoni-arturo-1897-11-22	{"a5": "1785"}	{"lerrcp": "A5-1785"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arturo", "family": "Rognoni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1897-11-22 17:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Arturo", "family": "Rognoni"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1897-11-22 17:20"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1785"}, "ids-in-sources": {"a5": "1785"}}, "raw": {"H": "18", "MN": "20", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "22", "LAT": "45N30", "LON": "9E15", "MON": "11", "NUM": "1785", "PRO": "PT", "SEC": "0", "YEA": "1897", "CITY": "MILANO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13235	romita-giuseppe-1887-01-07	{"a5": "1786"}	{"lerrcp": "A5-1786"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Romita", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.86374, "lat": 44.89784, "name": "Tortona", "geoid": 3165370}, "notime": null, "date-ut": "1887-01-07 15:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Romita"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.86374, "lat": 44.89784, "name": "Tortona", "geoid": 3165370}, "date-ut": "1887-01-07 15:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1786"}, "ids-in-sources": {"a5": "1786"}}, "raw": {"H": "16", "MN": "10", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "7", "LAT": "45N 0", "LON": "9E 0", "MON": "1", "NUM": "1786", "PRO": "PT", "SEC": "4", "YEA": "1887", "CITY": "TORTONA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13236	rossi-paolo-1900-09-15	{"a5": "1787"}	{"lerrcp": "A5-1787"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paolo", "family": "Rossi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "IM", "c3": null, "cy": "IT", "lg": 7.66451, "lat": 43.78064, "name": "Bordighera", "geoid": 3181864}, "notime": null, "date-ut": "1900-09-15 12:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paolo", "family": "Rossi"}, "birth": {"place": {"c2": "IM", "cy": "IT", "lg": 7.66451, "lat": 43.78064, "name": "Bordighera", "geoid": 3181864}, "date-ut": "1900-09-15 12:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1787"}, "ids-in-sources": {"a5": "1787"}}, "raw": {"H": "13", "MN": "40", "TZ": "-1", "COD": "IM", "COU": "I", "DAY": "15", "LAT": "43N42", "LON": "8E 0", "MON": "9", "NUM": "1787", "PRO": "PT", "SEC": "0", "YEA": "1900", "CITY": "BORDIGHERA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13237	roveda-giovanni-1894-06-04	{"a5": "1788"}	{"lerrcp": "A5-1788"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Roveda", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 8.73554, "lat": 45.24726, "name": "Mortara", "geoid": 3172557}, "notime": null, "date-ut": "1894-06-04 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Roveda"}, "birth": {"place": {"c2": "PV", "cy": "IT", "lg": 8.73554, "lat": 45.24726, "name": "Mortara", "geoid": 3172557}, "date-ut": "1894-06-04 01:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1788"}, "ids-in-sources": {"a5": "1788"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "PV", "COU": "I", "DAY": "4", "LAT": "45N12", "LON": "9E 0", "MON": "6", "NUM": "1788", "PRO": "PT", "SEC": "0", "YEA": "1894", "CITY": "MORTARA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13238	rubilli-alfonso-1873-02-18	{"a5": "1789"}	{"lerrcp": "A5-1789"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfonso", "family": "Rubilli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AV", "c3": null, "cy": "IT", "lg": 14.78874, "lat": 40.91442, "name": "Avellino", "geoid": 3182650}, "notime": null, "date-ut": "1873-02-18 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Alfonso", "family": "Rubilli"}, "birth": {"place": {"c2": "AV", "cy": "IT", "lg": 14.78874, "lat": 40.91442, "name": "Avellino", "geoid": 3182650}, "date-ut": "1873-02-18 07:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1789"}, "ids-in-sources": {"a5": "1789"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "AV", "COU": "I", "DAY": "18", "LAT": "41N 0", "LON": "15E 0", "MON": "2", "NUM": "1789", "PRO": "PT", "SEC": "4", "YEA": "1873", "CITY": "AVELLINO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13239	rubinacci-leopoldo-1903-09-13	{"a5": "1790"}	{"lerrcp": "A5-1790"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leopoldo", "family": "Rubinacci", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14, "lat": 40.9, "name": "SAN GIORGIO A C", "geoid": 0}, "notime": null, "date-ut": "1903-09-13 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Leopoldo", "family": "Rubinacci"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14, "lat": 40.9, "name": "SAN GIORGIO A C", "geoid": 0}, "date-ut": "1903-09-13 05:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1790"}, "ids-in-sources": {"a5": "1790"}}, "raw": {"H": "6", "MN": "30", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "13", "LAT": "40N54", "LON": "14E 0", "MON": "9", "NUM": "1790", "PRO": "PT", "SEC": "0", "YEA": "1903", "CITY": "SAN GIORGIO A C"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13240	ruini-meuccio-1877-12-14	{"a5": "1791"}	{"lerrcp": "A5-1791"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Meuccio", "family": "Ruini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RE", "c3": null, "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "REGGIO EMILIA", "geoid": 0}, "notime": null, "date-ut": "1877-12-14 05:19:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Meuccio", "family": "Ruini"}, "birth": {"place": {"c2": "RE", "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "REGGIO EMILIA", "geoid": 0}, "date-ut": "1877-12-14 05:19:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1791"}, "ids-in-sources": {"a5": "1791"}}, "raw": {"H": "6", "MN": "19", "TZ": "-1", "COD": "RE", "COU": "I", "DAY": "14", "LAT": "44N36", "LON": "10E45", "MON": "12", "NUM": "1791", "PRO": "PT", "SEC": "4", "YEA": "1877", "CITY": "REGGIO EMILIA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13241	rumor-mariano-1915-06-16	{"a5": "1792"}	{"lerrcp": "A5-1792"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mariano", "family": "Rumor", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VI", "c3": null, "cy": "IT", "lg": 11.5409, "lat": 45.55729, "name": "Vicenza", "geoid": 3164419}, "notime": null, "date-ut": "1915-06-16 11:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Mariano", "family": "Rumor"}, "birth": {"place": {"c2": "VI", "cy": "IT", "lg": 11.5409, "lat": 45.55729, "name": "Vicenza", "geoid": 3164419}, "date-ut": "1915-06-16 11:20"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1792"}, "ids-in-sources": {"a5": "1792"}}, "raw": {"H": "12", "MN": "20", "TZ": "-1", "COD": "VI", "COU": "I", "DAY": "16", "LAT": "45N30", "LON": "12E 0", "MON": "6", "NUM": "1792", "PRO": "PT", "SEC": "0", "YEA": "1915", "CITY": "VICENZA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13242	russo-carlo-1920-03-19	{"a5": "1793"}	{"lerrcp": "A5-1793"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Russo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SV", "c3": null, "cy": "IT", "lg": 8.47715, "lat": 44.30905, "name": "Savona", "geoid": 3167022}, "notime": null, "date-ut": "1920-03-19 20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Russo"}, "birth": {"place": {"c2": "SV", "cy": "IT", "lg": 8.47715, "lat": 44.30905, "name": "Savona", "geoid": 3167022}, "date-ut": "1920-03-19 20:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1793"}, "ids-in-sources": {"a5": "1793"}}, "raw": {"H": "21", "MN": "40", "TZ": "-1", "COD": "SV", "COU": "I", "DAY": "19", "LAT": "44N18", "LON": "8E45", "MON": "3", "NUM": "1793", "PRO": "PT", "SEC": "0", "YEA": "1920", "CITY": "SAVONA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13243	gauquelin-a5-1794-1865-09-08	{"a5": "1794"}	{"lerrcp": "A5-1794"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1794", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "notime": null, "date-ut": "1865-09-08 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1794"}, "birth": {"place": {"c2": "CT", "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "date-ut": "1865-09-08 19:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1794"}, "ids-in-sources": {"a5": "1794"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "CT", "COU": "I", "DAY": "8", "LAT": "37N30", "LON": "15E 0", "MON": "9", "NUM": "1794", "PRO": "PT", "SEC": "0", "YEA": "1865", "CITY": "CATANIA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13244	russo-luigi-1882-09-28	{"a5": "1795"}	{"lerrcp": "A5-1795"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Russo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "notime": null, "date-ut": "1882-09-28 09:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Russo"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "date-ut": "1882-09-28 09:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1795"}, "ids-in-sources": {"a5": "1795"}}, "raw": {"H": "10", "MN": "10", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "28", "LAT": "45N24", "LON": "11E 0", "MON": "9", "NUM": "1795", "PRO": "PT", "SEC": "4", "YEA": "1882", "CITY": "VERONA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13245	sabatini-armando-1908-06-21	{"a5": "1796"}	{"lerrcp": "A5-1796"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armando", "family": "Sabatini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 10.96091, "lat": 44.11655, "name": "Granaglione", "geoid": 6534700}, "notime": null, "date-ut": "1908-06-21 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Armando", "family": "Sabatini"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 10.96091, "lat": 44.11655, "name": "Granaglione", "geoid": 6534700}, "date-ut": "1908-06-21 04:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1796"}, "ids-in-sources": {"a5": "1796"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "21", "LAT": "44N30", "LON": "11E 0", "MON": "6", "NUM": "1796", "PRO": "PT", "SEC": "0", "YEA": "1908", "CITY": "GRANAGLIONE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13246	salerno-nicola-1897-10-21	{"a5": "1797"}	{"lerrcp": "A5-1797"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicola", "family": "Salerno", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BR", "c3": null, "cy": "IT", "lg": 17.57641, "lat": 40.72763, "name": "Ostuni", "geoid": 3171786}, "notime": null, "date-ut": "1897-10-21 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Nicola", "family": "Salerno"}, "birth": {"place": {"c2": "BR", "cy": "IT", "lg": 17.57641, "lat": 40.72763, "name": "Ostuni", "geoid": 3171786}, "date-ut": "1897-10-21 18:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1797"}, "ids-in-sources": {"a5": "1797"}}, "raw": {"H": "19", "MN": "0", "TZ": "-1", "COD": "BR", "COU": "I", "DAY": "21", "LAT": "40N36", "LON": "18E 0", "MON": "10", "NUM": "1797", "PRO": "PT", "SEC": "0", "YEA": "1897", "CITY": "OSTUNI"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13247	salvatore-attilio-1890-06-12	{"a5": "1798"}	{"lerrcp": "A5-1798"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Attilio", "family": "Salvatore", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "notime": null, "date-ut": "1890-06-12 09:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Attilio", "family": "Salvatore"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "date-ut": "1890-06-12 09:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1798"}, "ids-in-sources": {"a5": "1798"}}, "raw": {"H": "10", "MN": "10", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "12", "LAT": "38N 0", "LON": "15E30", "MON": "6", "NUM": "1798", "PRO": "PT", "SEC": "4", "YEA": "1890", "CITY": "MESSINA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13248	sansone-luigi-1903-02-08	{"a5": "1799"}	{"lerrcp": "A5-1799"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Sansone", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FG", "c3": null, "cy": "IT", "lg": 15.33505, "lat": 41.50823, "name": "Lucera", "geoid": 3174526}, "notime": null, "date-ut": "1903-02-08 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Sansone"}, "birth": {"place": {"c2": "FG", "cy": "IT", "lg": 15.33505, "lat": 41.50823, "name": "Lucera", "geoid": 3174526}, "date-ut": "1903-02-08 09:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1799"}, "ids-in-sources": {"a5": "1799"}}, "raw": {"H": "10", "MN": "30", "TZ": "-1", "COD": "FG", "COU": "I", "DAY": "8", "LAT": "41N36", "LON": "15E30", "MON": "2", "NUM": "1799", "PRO": "PT", "SEC": "0", "YEA": "1903", "CITY": "LUCERA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13249	saragat-giuseppe-1898-09-19	{"a5": "1800"}	{"lerrcp": "A5-1800"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Saragat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1898-09-19 00:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Saragat"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1898-09-19 00:15"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1800"}, "ids-in-sources": {"a5": "1800"}}, "raw": {"H": "1", "MN": "15", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "19", "LAT": "45N 0", "LON": "8E 0", "MON": "9", "NUM": "1800", "PRO": "PT", "SEC": "0", "YEA": "1898", "CITY": "TORINO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13250	sardiello-gaetano-1890-10-06	{"a5": "1801"}	{"lerrcp": "A5-1801"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaetano", "family": "Sardiello", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "notime": null, "date-ut": "1890-10-06 06:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Gaetano", "family": "Sardiello"}, "birth": {"place": {"c2": "CT", "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "date-ut": "1890-10-06 06:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1801"}, "ids-in-sources": {"a5": "1801"}}, "raw": {"H": "7", "MN": "10", "TZ": "-1", "COD": "CT", "COU": "I", "DAY": "6", "LAT": "37N30", "LON": "15E 0", "MON": "10", "NUM": "1801", "PRO": "PT", "SEC": "4", "YEA": "1890", "CITY": "CATANIA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13251	scaglia-giovaniba-1910-09-20	{"a5": "1802"}	{"lerrcp": "A5-1802"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovaniba", "family": "Scaglia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BG", "c3": null, "cy": "IT", "lg": 9.75, "lat": 45.6, "name": "SAN PELLEGRINO", "geoid": 0}, "notime": null, "date-ut": "1910-09-20 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Giovaniba", "family": "Scaglia"}, "birth": {"place": {"c2": "BG", "cy": "IT", "lg": 9.75, "lat": 45.6, "name": "SAN PELLEGRINO", "geoid": 0}, "date-ut": "1910-09-20 14:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1802"}, "ids-in-sources": {"a5": "1802"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "BG", "COU": "I", "DAY": "20", "LAT": "45N36", "LON": "9E45", "MON": "9", "NUM": "1802", "PRO": "PT", "SEC": "0", "YEA": "1910", "CITY": "SAN PELLEGRINO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13252	scalfaro-oscar-1918-09-09	{"a5": "1803"}	{"lerrcp": "A5-1803"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oscar", "family": "Scalfaro", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 8.61684, "lat": 45.44056, "name": "Novara", "geoid": 3172189}, "notime": null, "date-ut": "1918-09-09 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Oscar", "family": "Scalfaro"}, "birth": {"place": {"c2": "NO", "cy": "IT", "lg": 8.61684, "lat": 45.44056, "name": "Novara", "geoid": 3172189}, "date-ut": "1918-09-09 06:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1803"}, "ids-in-sources": {"a5": "1803"}}, "raw": {"H": "7", "MN": "30", "TZ": "-1", "COD": "NO", "COU": "I", "DAY": "9", "LAT": "45N30", "LON": "9E 0", "MON": "9", "NUM": "1803", "PRO": "PT", "SEC": "0", "YEA": "1918", "CITY": "NOVARA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13253	scelba-mario-1901-09-05	{"a5": "1804"}	{"lerrcp": "A5-1804"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Scelba", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 14.5132, "lat": 37.23682, "name": "Caltagirone", "geoid": 2525450}, "notime": null, "date-ut": "1901-09-05 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Scelba"}, "birth": {"place": {"c2": "CT", "cy": "IT", "lg": 14.5132, "lat": 37.23682, "name": "Caltagirone", "geoid": 2525450}, "date-ut": "1901-09-05 15:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1804"}, "ids-in-sources": {"a5": "1804"}}, "raw": {"H": "16", "MN": "0", "TZ": "-1", "COD": "CT", "COU": "I", "DAY": "5", "LAT": "37N30", "LON": "15E 0", "MON": "9", "NUM": "1804", "PRO": "PT", "SEC": "0", "YEA": "1901", "CITY": "CALTAGIRONE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13254	scoca-salvatore-1894-06-15	{"a5": "1805"}	{"lerrcp": "A5-1805"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Salvatore", "family": "Scoca", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AV", "c3": null, "cy": "IT", "lg": 15.43056, "lat": 40.90212, "name": "Calitri", "geoid": 3181187}, "notime": null, "date-ut": "1894-06-15 11:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Salvatore", "family": "Scoca"}, "birth": {"place": {"c2": "AV", "cy": "IT", "lg": 15.43056, "lat": 40.90212, "name": "Calitri", "geoid": 3181187}, "date-ut": "1894-06-15 11:15"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1805"}, "ids-in-sources": {"a5": "1805"}}, "raw": {"H": "12", "MN": "15", "TZ": "-1", "COD": "AV", "COU": "I", "DAY": "15", "LAT": "41N 0", "LON": "15E 0", "MON": "6", "NUM": "1805", "PRO": "PT", "SEC": "0", "YEA": "1894", "CITY": "CALITRI"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13255	scoccimarro-mauro-1895-10-30	{"a5": "1806"}	{"lerrcp": "A5-1806"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mauro", "family": "Scoccimarro", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.24222, "lat": 46.06194, "name": "Udine", "geoid": 3165072}, "notime": null, "date-ut": "1895-10-30 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Mauro", "family": "Scoccimarro"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.24222, "lat": 46.06194, "name": "Udine", "geoid": 3165072}, "date-ut": "1895-10-30 18:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1806"}, "ids-in-sources": {"a5": "1806"}}, "raw": {"H": "19", "MN": "0", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "30", "LAT": "46N 0", "LON": "13E30", "MON": "10", "NUM": "1806", "PRO": "PT", "SEC": "0", "YEA": "1895", "CITY": "UDINE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13256	secchia-pietro-1903-12-19	{"a5": "1807"}	{"lerrcp": "A5-1807"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Secchia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VC", "c3": null, "cy": "IT", "lg": 8.5, "lat": 45.4, "name": "OCCHIEPPO SUPER", "geoid": 0}, "notime": null, "date-ut": "1903-12-19 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pietro", "family": "Secchia"}, "birth": {"place": {"c2": "VC", "cy": "IT", "lg": 8.5, "lat": 45.4, "name": "OCCHIEPPO SUPER", "geoid": 0}, "date-ut": "1903-12-19 06:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1807"}, "ids-in-sources": {"a5": "1807"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "VC", "COU": "I", "DAY": "19", "LAT": "45N24", "LON": "8E30", "MON": "12", "NUM": "1807", "PRO": "PT", "SEC": "0", "YEA": "1903", "CITY": "OCCHIEPPO SUPER"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
7344	sechi-giovanni-1871-01-18	{"a3": "1630", "a5": "1808"}	{"lerrcp": "A3-1630"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Sechi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SS", "c3": null, "cy": "IT", "lg": 8.53364, "lat": 40.7295, "name": "Sassari", "geoid": 3167096}, "notime": null, "date-ut": "1871-01-18 21:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Sechi"}, "birth": {"place": {"c2": "SS", "cy": "IT", "lg": 8.53364, "lat": 40.7295, "name": "Sassari", "geoid": 3167096}, "date-ut": "1871-01-18 21:10:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1630"}, "ids-in-sources": {"a3": "1630"}}, "raw": {"H": "22", "MN": "10", "TZ": "-1", "COD": "SS", "COU": "I", "DAY": "18", "LAT": "40N48", "LON": "8E30", "MON": "1", "NUM": "1630", "PRO": "M", "SEC": "4", "YEA": "1871", "CITY": "SASSARI"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "1808"}}, "raw": {"H": "22", "MN": "10", "TZ": "-1", "COD": "SS", "COU": "I", "DAY": "18", "LAT": "40N48", "LON": "8E30", "MON": "1", "NUM": "1808", "PRO": "PT", "SEC": "4", "YEA": "1871", "CITY": "SASSARI"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13257	sedati-giacomo-1921-08-25	{"a5": "1809"}	{"lerrcp": "A5-1809"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giacomo", "family": "Sedati", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CH", "c3": null, "cy": "IT", "lg": 14.38822, "lat": 42.21674, "name": "Lanciano", "geoid": 3175173}, "notime": null, "date-ut": "1921-08-25 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Giacomo", "family": "Sedati"}, "birth": {"place": {"c2": "CH", "cy": "IT", "lg": 14.38822, "lat": 42.21674, "name": "Lanciano", "geoid": 3175173}, "date-ut": "1921-08-25 21:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1809"}, "ids-in-sources": {"a5": "1809"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "CH", "COU": "I", "DAY": "25", "LAT": "42N18", "LON": "14E15", "MON": "8", "NUM": "1809", "PRO": "PT", "SEC": "0", "YEA": "1921", "CITY": "LANCIANO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13258	segni-antonio-1891-02-02	{"a5": "1810"}	{"lerrcp": "A5-1810"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Segni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SS", "c3": null, "cy": "IT", "lg": 8.53364, "lat": 40.7295, "name": "Sassari", "geoid": 3167096}, "notime": null, "date-ut": "1891-02-02 08:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Segni"}, "birth": {"place": {"c2": "SS", "cy": "IT", "lg": 8.53364, "lat": 40.7295, "name": "Sassari", "geoid": 3167096}, "date-ut": "1891-02-02 08:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1810"}, "ids-in-sources": {"a5": "1810"}}, "raw": {"H": "9", "MN": "10", "TZ": "-1", "COD": "SS", "COU": "I", "DAY": "2", "LAT": "40N48", "LON": "8E30", "MON": "2", "NUM": "1810", "PRO": "PT", "SEC": "4", "YEA": "1891", "CITY": "SASSARI"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13259	selvaggi-vincenzo-1913-07-13	{"a5": "1811"}	{"lerrcp": "A5-1811"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincenzo", "family": "Selvaggi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CH", "c3": null, "cy": "IT", "lg": 14.25, "lat": 42.3, "name": "S MASSIMO", "geoid": 0}, "notime": null, "date-ut": "1913-07-13 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Vincenzo", "family": "Selvaggi"}, "birth": {"place": {"c2": "CH", "cy": "IT", "lg": 14.25, "lat": 42.3, "name": "S MASSIMO", "geoid": 0}, "date-ut": "1913-07-13 00:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1811"}, "ids-in-sources": {"a5": "1811"}}, "raw": {"H": "1", "MN": "30", "TZ": "-1", "COD": "CH", "COU": "I", "DAY": "13", "LAT": "42N18", "LON": "14E15", "MON": "7", "NUM": "1811", "PRO": "PT", "SEC": "0", "YEA": "1913", "CITY": "S MASSIMO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13260	sereni-emilio-1907-08-13	{"a5": "1812"}	{"lerrcp": "A5-1812"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emilio", "family": "Sereni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1907-08-13 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Emilio", "family": "Sereni"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1907-08-13 20:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1812"}, "ids-in-sources": {"a5": "1812"}}, "raw": {"H": "21", "MN": "0", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "13", "LAT": "41N54", "LON": "12E30", "MON": "8", "NUM": "1812", "PRO": "PT", "SEC": "0", "YEA": "1907", "CITY": "ROMA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13261	sforza-carlo-1872-09-23	{"a5": "1813"}	{"lerrcp": "A5-1813"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Sforza", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MS", "c3": null, "cy": "IT", "lg": 10.48333, "lat": 43.83333, "name": "LUCCA", "geoid": 0}, "notime": null, "date-ut": "1872-09-23 20:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Sforza"}, "birth": {"place": {"c2": "MS", "cy": "IT", "lg": 10.48333, "lat": 43.83333, "name": "LUCCA", "geoid": 0}, "date-ut": "1872-09-23 20:25:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1813"}, "ids-in-sources": {"a5": "1813"}}, "raw": {"H": "21", "MN": "25", "TZ": "-1", "COD": "MS", "COU": "I", "DAY": "23", "LAT": "43N50", "LON": "10E29", "MON": "9", "NUM": "1813", "PRO": "PT", "SEC": "4", "YEA": "1872", "CITY": "LUCCA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13262	simonini-alberto-1896-02-19	{"a5": "1814"}	{"lerrcp": "A5-1814"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberto", "family": "Simonini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RE", "c3": null, "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "REGGIO EMILIA", "geoid": 0}, "notime": null, "date-ut": "1896-02-19 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Alberto", "family": "Simonini"}, "birth": {"place": {"c2": "RE", "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "REGGIO EMILIA", "geoid": 0}, "date-ut": "1896-02-19 09:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1814"}, "ids-in-sources": {"a5": "1814"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "RE", "COU": "I", "DAY": "19", "LAT": "44N36", "LON": "10E45", "MON": "2", "NUM": "1814", "PRO": "PT", "SEC": "0", "YEA": "1896", "CITY": "REGGIO EMILIA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13263	spampanato-bruno-1902-08-05	{"a5": "1815"}	{"lerrcp": "A5-1815"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Spampanato", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SA", "c3": null, "cy": "IT", "lg": 14.74577, "lat": 40.67802, "name": "Salerno", "geoid": 3168673}, "notime": null, "date-ut": "1902-08-05 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Bruno", "family": "Spampanato"}, "birth": {"place": {"c2": "SA", "cy": "IT", "lg": 14.74577, "lat": 40.67802, "name": "Salerno", "geoid": 3168673}, "date-ut": "1902-08-05 00:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1815"}, "ids-in-sources": {"a5": "1815"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "SA", "COU": "I", "DAY": "5", "LAT": "40N42", "LON": "15E15", "MON": "8", "NUM": "1815", "PRO": "PT", "SEC": "0", "YEA": "1902", "CITY": "SALERNO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13264	spano-velio-1905-01-15	{"a5": "1816"}	{"lerrcp": "A5-1816"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Velio", "family": "Spano", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "IT", "lg": 8.77224, "lat": 38.96743, "name": "Teulada", "geoid": 2522941}, "notime": null, "date-ut": "1905-01-15 05:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Velio", "family": "Spano"}, "birth": {"place": {"c2": "CA", "cy": "IT", "lg": 8.77224, "lat": 38.96743, "name": "Teulada", "geoid": 2522941}, "date-ut": "1905-01-15 05:15"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1816"}, "ids-in-sources": {"a5": "1816"}}, "raw": {"H": "6", "MN": "15", "TZ": "-1", "COD": "CA", "COU": "I", "DAY": "15", "LAT": "39N24", "LON": "9E 0", "MON": "1", "NUM": "1816", "PRO": "PT", "SEC": "0", "YEA": "1905", "CITY": "TEULADA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13265	spataro-giuseppe-1897-06-12	{"a5": "1817"}	{"lerrcp": "A5-1817"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Spataro", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CH", "c3": null, "cy": "IT", "lg": 14.70592, "lat": 42.12434, "name": "Vasto", "geoid": 3164672}, "notime": null, "date-ut": "1897-06-12 22:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Spataro"}, "birth": {"place": {"c2": "CH", "cy": "IT", "lg": 14.70592, "lat": 42.12434, "name": "Vasto", "geoid": 3164672}, "date-ut": "1897-06-12 22:45"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1817"}, "ids-in-sources": {"a5": "1817"}}, "raw": {"H": "23", "MN": "45", "TZ": "-1", "COD": "CH", "COU": "I", "DAY": "12", "LAT": "42N18", "LON": "14E15", "MON": "6", "NUM": "1817", "PRO": "PT", "SEC": "0", "YEA": "1897", "CITY": "VASTO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13266	stampacchia-vito-1872-05-16	{"a5": "1818"}	{"lerrcp": "A5-1818"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vito", "family": "Stampacchia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LE", "c3": null, "cy": "IT", "lg": 18.17202, "lat": 40.35703, "name": "Lecce", "geoid": 3174953}, "notime": null, "date-ut": "1872-05-16 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Vito", "family": "Stampacchia"}, "birth": {"place": {"c2": "LE", "cy": "IT", "lg": 18.17202, "lat": 40.35703, "name": "Lecce", "geoid": 3174953}, "date-ut": "1872-05-16 03:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1818"}, "ids-in-sources": {"a5": "1818"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "LE", "COU": "I", "DAY": "16", "LAT": "40N24", "LON": "18E45", "MON": "5", "NUM": "1818", "PRO": "PT", "SEC": "4", "YEA": "1872", "CITY": "LECCE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13267	storchi-ferdinando-1910-04-19	{"a5": "1819"}	{"lerrcp": "A5-1819"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinando", "family": "Storchi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "notime": null, "date-ut": "1910-04-19 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Ferdinando", "family": "Storchi"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "date-ut": "1910-04-19 04:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1819"}, "ids-in-sources": {"a5": "1819"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "19", "LAT": "45N24", "LON": "11E 0", "MON": "4", "NUM": "1819", "PRO": "PT", "SEC": "0", "YEA": "1910", "CITY": "VERONA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13268	sullo-fiorentino-1921-03-29	{"a5": "1820"}	{"lerrcp": "A5-1820"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fiorentino", "family": "Sullo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AV", "c3": null, "cy": "IT", "lg": 15.03205, "lat": 40.97332, "name": "Paternopoli", "geoid": 3171382}, "notime": null, "date-ut": "1921-03-29 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Fiorentino", "family": "Sullo"}, "birth": {"place": {"c2": "AV", "cy": "IT", "lg": 15.03205, "lat": 40.97332, "name": "Paternopoli", "geoid": 3171382}, "date-ut": "1921-03-29 21:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1820"}, "ids-in-sources": {"a5": "1820"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "AV", "COU": "I", "DAY": "29", "LAT": "41N 0", "LON": "15E 0", "MON": "3", "NUM": "1820", "PRO": "PT", "SEC": "0", "YEA": "1921", "CITY": "PATERNOPOLI"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13269	tambroni-armaroli-1901-01-24	{"a5": "1821"}	{"lerrcp": "A5-1821"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armaroli", "family": "Tambroni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AP", "c3": null, "cy": "IT", "lg": 13.5749, "lat": 42.85483, "name": "Ascoli Piceno", "geoid": 3182749}, "notime": null, "date-ut": "1901-01-24 23:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Armaroli", "family": "Tambroni"}, "birth": {"place": {"c2": "AP", "cy": "IT", "lg": 13.5749, "lat": 42.85483, "name": "Ascoli Piceno", "geoid": 3182749}, "date-ut": "1901-01-24 23:20"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1821"}, "ids-in-sources": {"a5": "1821"}}, "raw": {"H": "0", "MN": "20", "TZ": "-1", "COD": "AP", "COU": "I", "DAY": "25", "LAT": "43N 0", "LON": "13E45", "MON": "1", "NUM": "1821", "PRO": "PT", "SEC": "0", "YEA": "1901", "CITY": "ASCOLI PICENO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13270	gauquelin-a5-1822-1883-12-15	{"a5": "1822"}	{"lerrcp": "A5-1822"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1822", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1883-12-15 17:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1822"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1883-12-15 17:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1822"}, "ids-in-sources": {"a5": "1822"}}, "raw": {"H": "18", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "15", "LAT": "43N42", "LON": "11E30", "MON": "12", "NUM": "1822", "PRO": "PT", "SEC": "4", "YEA": "1883", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13271	tassinari-giuseppe-1891-12-16	{"a5": "1823"}	{"lerrcp": "A5-1823"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Tassinari", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 12.38878, "lat": 43.1122, "name": "Perugia", "geoid": 3171180}, "notime": null, "date-ut": "1891-12-16 13:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Tassinari"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 12.38878, "lat": 43.1122, "name": "Perugia", "geoid": 3171180}, "date-ut": "1891-12-16 13:40:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1823"}, "ids-in-sources": {"a5": "1823"}}, "raw": {"H": "14", "MN": "40", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "16", "LAT": "43N 0", "LON": "13E 0", "MON": "12", "NUM": "1823", "PRO": "PT", "SEC": "4", "YEA": "1891", "CITY": "PERUGIA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13272	taviani-emilio-1912-11-06	{"a5": "1824"}	{"lerrcp": "A5-1824"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emilio", "family": "Taviani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "IT", "lg": 9, "lat": 44.4, "name": "GENOVA", "geoid": 0}, "notime": null, "date-ut": "1912-11-06 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Emilio", "family": "Taviani"}, "birth": {"place": {"c2": "GE", "cy": "IT", "lg": 9, "lat": 44.4, "name": "GENOVA", "geoid": 0}, "date-ut": "1912-11-06 20:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1824"}, "ids-in-sources": {"a5": "1824"}}, "raw": {"H": "21", "MN": "0", "TZ": "-1", "COD": "GE", "COU": "I", "DAY": "6", "LAT": "44N24", "LON": "9E 0", "MON": "11", "NUM": "1824", "PRO": "PT", "SEC": "0", "YEA": "1912", "CITY": "GENOVA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13273	gauquelin-a5-1825-1895-07-27	{"a5": "1825"}	{"lerrcp": "A5-1825"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1825", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "IT", "lg": 9, "lat": 44.4, "name": "GENOVA", "geoid": 0}, "notime": null, "date-ut": "1895-07-27 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1825"}, "birth": {"place": {"c2": "GE", "cy": "IT", "lg": 9, "lat": 44.4, "name": "GENOVA", "geoid": 0}, "date-ut": "1895-07-27 15:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1825"}, "ids-in-sources": {"a5": "1825"}}, "raw": {"H": "16", "MN": "0", "TZ": "-1", "COD": "GE", "COU": "I", "DAY": "27", "LAT": "44N24", "LON": "9E 0", "MON": "7", "NUM": "1825", "PRO": "PT", "SEC": "0", "YEA": "1895", "CITY": "GENOVA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13274	terranova-corrado-1902-03-23	{"a5": "1826"}	{"lerrcp": "A5-1826"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Corrado", "family": "Terranova", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SR", "c3": null, "cy": "IT", "lg": 15.06929, "lat": 36.89014, "name": "Noto", "geoid": 2523998}, "notime": null, "date-ut": "1902-03-23 20:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Corrado", "family": "Terranova"}, "birth": {"place": {"c2": "SR", "cy": "IT", "lg": 15.06929, "lat": 36.89014, "name": "Noto", "geoid": 2523998}, "date-ut": "1902-03-23 20:15"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1826"}, "ids-in-sources": {"a5": "1826"}}, "raw": {"H": "21", "MN": "15", "TZ": "-1", "COD": "SR", "COU": "I", "DAY": "23", "LAT": "37N 0", "LON": "15E30", "MON": "3", "NUM": "1826", "PRO": "PT", "SEC": "0", "YEA": "1902", "CITY": "NOTO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13275	teruzzi-attilo-1882-05-05	{"a5": "1827"}	{"lerrcp": "A5-1827"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Attilo", "family": "Teruzzi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1882-05-05 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Attilo", "family": "Teruzzi"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1882-05-05 10:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1827"}, "ids-in-sources": {"a5": "1827"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "5", "LAT": "45N30", "LON": "9E15", "MON": "5", "NUM": "1827", "PRO": "PT", "SEC": "4", "YEA": "1882", "CITY": "MILANO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
17993	chadourne-pierre-1901-05-13	{"e1": "361"}	{"lerrcp": "E1-361"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Chadourne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1901-05-13 04:00", "note": null, "place": {"c1": null, "c2": "19", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Brive", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Chadourne"}, "birth": {"tzo": "", "date": "1901-05-13 04:00", "place": {"c2": "19", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Brive", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "361"}}, "raw": {"H": "04:00", "COD": "19", "DAY": "13", "MON": "05", "NUM": "0361", "PRO": "PH", "YEA": "1901", "CITY": "Brive", "NAME": "CHADOURNE Pierre", "NOTE": "-"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
13278	togni-giuseppe-1903-12-05	{"a5": "1830"}	{"lerrcp": "A5-1830"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Togni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PI", "c3": null, "cy": "IT", "lg": 10.63794, "lat": 43.6643, "name": "Pontedera", "geoid": 3170272}, "notime": null, "date-ut": "1903-12-05 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Togni"}, "birth": {"place": {"c2": "PI", "cy": "IT", "lg": 10.63794, "lat": 43.6643, "name": "Pontedera", "geoid": 3170272}, "date-ut": "1903-12-05 03:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1830"}, "ids-in-sources": {"a5": "1830"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "PI", "COU": "I", "DAY": "5", "LAT": "43N42", "LON": "10E30", "MON": "12", "NUM": "1830", "PRO": "PT", "SEC": "0", "YEA": "1903", "CITY": "PONTEDERA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13279	tosato-egidio-1902-06-28	{"a5": "1831"}	{"lerrcp": "A5-1831"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Egidio", "family": "Tosato", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VI", "c3": null, "cy": "IT", "lg": 11.5409, "lat": 45.55729, "name": "Vicenza", "geoid": 3164419}, "notime": null, "date-ut": "1902-06-28 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Egidio", "family": "Tosato"}, "birth": {"place": {"c2": "VI", "cy": "IT", "lg": 11.5409, "lat": 45.55729, "name": "Vicenza", "geoid": 3164419}, "date-ut": "1902-06-28 17:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1831"}, "ids-in-sources": {"a5": "1831"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "VI", "COU": "I", "DAY": "28", "LAT": "45N30", "LON": "12E 0", "MON": "6", "NUM": "1831", "PRO": "PT", "SEC": "0", "YEA": "1902", "CITY": "VICENZA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
17994	chagrin-de-st-hilaire-louis-1821-06-04	{"e1": "362"}	{"lerrcp": "E1-362"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Chagrin De St Hilaire", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02", "date": "1821-06-04 14:00", "note": null, "place": {"c1": null, "c2": "61", "c3": "", "cy": "FR", "lg": 0.5, "lat": 48.73333, "name": "Saint-Hilaire-sur-Risle", "geoid": 2979494}, "notime": null, "date-ut": "1821-06-04 13:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Chagrin De St Hilaire"}, "birth": {"tzo": "+00:02", "date": "1821-06-04 14:00", "place": {"c2": "61", "c3": "", "cy": "FR", "lg": 0.5, "lat": 48.73333, "name": "Saint-Hilaire-sur-Risle", "geoid": 2979494}, "date-ut": "1821-06-04 13:58"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "362"}}, "raw": {"H": "14:00", "COD": "61", "DAY": "04", "MON": "06", "NUM": "0362", "PRO": "MI", "YEA": "1821", "CITY": "St Hilaire/Risle", "NAME": "CHAGRIN DE ST HILAIRE Louis", "NOTE": "*"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
13281	tupini-giogrio-1922-06-26	{"a5": "1833"}	{"lerrcp": "A5-1833"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giogrio", "family": "Tupini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1922-06-26 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Giogrio", "family": "Tupini"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1922-06-26 02:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1833"}, "ids-in-sources": {"a5": "1833"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "26", "LAT": "41N54", "LON": "12E30", "MON": "6", "NUM": "1833", "PRO": "PT", "SEC": "0", "YEA": "1922", "CITY": "ROMA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13282	tupini-umberto-1889-05-27	{"a5": "1834"}	{"lerrcp": "A5-1834"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Umberto", "family": "Tupini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1889-05-27 11:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Umberto", "family": "Tupini"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1889-05-27 11:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1834"}, "ids-in-sources": {"a5": "1834"}}, "raw": {"H": "12", "MN": "10", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "27", "LAT": "41N54", "LON": "12E30", "MON": "5", "NUM": "1834", "PRO": "PT", "SEC": "4", "YEA": "1889", "CITY": "ROMA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13283	valmarana-giustino-1898-04-28	{"a5": "1835"}	{"lerrcp": "A5-1835"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giustino", "family": "Valmarana", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VI", "c3": null, "cy": "IT", "lg": 11.5409, "lat": 45.55729, "name": "Vicenza", "geoid": 3164419}, "notime": null, "date-ut": "1898-04-28 02:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Giustino", "family": "Valmarana"}, "birth": {"place": {"c2": "VI", "cy": "IT", "lg": 11.5409, "lat": 45.55729, "name": "Vicenza", "geoid": 3164419}, "date-ut": "1898-04-28 02:05"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1835"}, "ids-in-sources": {"a5": "1835"}}, "raw": {"H": "3", "MN": "5", "TZ": "-1", "COD": "VI", "COU": "I", "DAY": "28", "LAT": "45N30", "LON": "12E 0", "MON": "4", "NUM": "1835", "PRO": "PT", "SEC": "0", "YEA": "1898", "CITY": "VICENZA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13284	vanoni-ezio-1903-08-03	{"a5": "1836"}	{"lerrcp": "A5-1836"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ezio", "family": "Vanoni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.8, "name": "MORBEGNO", "geoid": 0}, "notime": null, "date-ut": "1903-08-03 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Ezio", "family": "Vanoni"}, "birth": {"place": {"c2": "CO", "cy": "IT", "lg": 9.25, "lat": 45.8, "name": "MORBEGNO", "geoid": 0}, "date-ut": "1903-08-03 15:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1836"}, "ids-in-sources": {"a5": "1836"}}, "raw": {"H": "16", "MN": "0", "TZ": "-1", "COD": "CO", "COU": "I", "DAY": "3", "LAT": "45N48", "LON": "9E15", "MON": "8", "NUM": "1836", "PRO": "PT", "SEC": "0", "YEA": "1903", "CITY": "MORBEGNO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13285	venditti-milziade-1880-11-26	{"a5": "1837"}	{"lerrcp": "A5-1837"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Milziade", "family": "Venditti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CH", "c3": null, "cy": "IT", "lg": 14.29021, "lat": 42.11464, "name": "Casoli", "geoid": 3179828}, "notime": null, "date-ut": "1880-11-26 01:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Milziade", "family": "Venditti"}, "birth": {"place": {"c2": "CH", "cy": "IT", "lg": 14.29021, "lat": 42.11464, "name": "Casoli", "geoid": 3179828}, "date-ut": "1880-11-26 01:40:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1837"}, "ids-in-sources": {"a5": "1837"}}, "raw": {"H": "2", "MN": "40", "TZ": "-1", "COD": "CH", "COU": "I", "DAY": "26", "LAT": "42N18", "LON": "14E15", "MON": "11", "NUM": "1837", "PRO": "PT", "SEC": "4", "YEA": "1880", "CITY": "CASOLI"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13286	vernocchi-olindo-1888-04-12	{"a5": "1838"}	{"lerrcp": "A5-1838"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Olindo", "family": "Vernocchi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FO", "c3": null, "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "FORLIMPOPOLI", "geoid": 0}, "notime": null, "date-ut": "1888-04-12 08:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Olindo", "family": "Vernocchi"}, "birth": {"place": {"c2": "FO", "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "FORLIMPOPOLI", "geoid": 0}, "date-ut": "1888-04-12 08:25:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1838"}, "ids-in-sources": {"a5": "1838"}}, "raw": {"H": "9", "MN": "25", "TZ": "-1", "COD": "FO", "COU": "I", "DAY": "12", "LAT": "44N12", "LON": "12E30", "MON": "4", "NUM": "1838", "PRO": "PT", "SEC": "4", "YEA": "1888", "CITY": "FORLIMPOPOLI"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13287	vetrone-mario-1914-01-26	{"a5": "1839"}	{"lerrcp": "A5-1839"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Vetrone", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BN", "c3": null, "cy": "IT", "lg": 14.77328, "lat": 41.13204, "name": "Benevento", "geoid": 3182179}, "notime": null, "date-ut": "1914-01-26 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Vetrone"}, "birth": {"place": {"c2": "BN", "cy": "IT", "lg": 14.77328, "lat": 41.13204, "name": "Benevento", "geoid": 3182179}, "date-ut": "1914-01-26 19:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1839"}, "ids-in-sources": {"a5": "1839"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "BN", "COU": "I", "DAY": "26", "LAT": "41N18", "LON": "15E 0", "MON": "1", "NUM": "1839", "PRO": "PT", "SEC": "0", "YEA": "1914", "CITY": "BENEVENTO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13288	vicentini-rodolfo-1896-08-04	{"a5": "1840"}	{"lerrcp": "A5-1840"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rodolfo", "family": "Vicentini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.8, "name": "LECCO", "geoid": 0}, "notime": null, "date-ut": "1896-08-04 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Rodolfo", "family": "Vicentini"}, "birth": {"place": {"c2": "CO", "cy": "IT", "lg": 9.25, "lat": 45.8, "name": "LECCO", "geoid": 0}, "date-ut": "1896-08-04 01:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1840"}, "ids-in-sources": {"a5": "1840"}}, "raw": {"H": "2", "MN": "30", "TZ": "-1", "COD": "CO", "COU": "I", "DAY": "4", "LAT": "45N48", "LON": "9E15", "MON": "8", "NUM": "1840", "PRO": "PT", "SEC": "0", "YEA": "1896", "CITY": "LECCO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13289	vigo-gaetano-1897-01-23	{"a5": "1841"}	{"lerrcp": "A5-1841"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaetano", "family": "Vigo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 15.16279, "lat": 37.60666, "name": "Acireale", "geoid": 2525790}, "notime": null, "date-ut": "1897-01-23 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Gaetano", "family": "Vigo"}, "birth": {"place": {"c2": "CT", "cy": "IT", "lg": 15.16279, "lat": 37.60666, "name": "Acireale", "geoid": 2525790}, "date-ut": "1897-01-23 10:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1841"}, "ids-in-sources": {"a5": "1841"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "CT", "COU": "I", "DAY": "23", "LAT": "37N30", "LON": "15E 0", "MON": "1", "NUM": "1841", "PRO": "PT", "SEC": "0", "YEA": "1897", "CITY": "ACIREALE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13290	vigorelli-ezio-1892-08-17	{"a5": "1842"}	{"lerrcp": "A5-1842"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ezio", "family": "Vigorelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.8, "name": "LECCO", "geoid": 0}, "notime": null, "date-ut": "1892-08-17 06:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Ezio", "family": "Vigorelli"}, "birth": {"place": {"c2": "CO", "cy": "IT", "lg": 9.25, "lat": 45.8, "name": "LECCO", "geoid": 0}, "date-ut": "1892-08-17 06:40:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1842"}, "ids-in-sources": {"a5": "1842"}}, "raw": {"H": "7", "MN": "40", "TZ": "-1", "COD": "CO", "COU": "I", "DAY": "17", "LAT": "45N48", "LON": "9E15", "MON": "8", "NUM": "1842", "PRO": "PT", "SEC": "4", "YEA": "1892", "CITY": "LECCO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13291	vischia-carlo-1894-02-12	{"a5": "1843"}	{"lerrcp": "A5-1843"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Vischia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RG", "c3": null, "cy": "IT", "lg": 14.77399, "lat": 36.84594, "name": "Modica", "geoid": 2524119}, "notime": null, "date-ut": "1894-02-12 06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Vischia"}, "birth": {"place": {"c2": "RG", "cy": "IT", "lg": 14.77399, "lat": 36.84594, "name": "Modica", "geoid": 2524119}, "date-ut": "1894-02-12 06:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1843"}, "ids-in-sources": {"a5": "1843"}}, "raw": {"H": "7", "MN": "40", "TZ": "-1", "COD": "RG", "COU": "I", "DAY": "12", "LAT": "37N 0", "LON": "14E45", "MON": "2", "NUM": "1843", "PRO": "PT", "SEC": "0", "YEA": "1894", "CITY": "MODICA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13292	zerbi-tommaso-1908-03-27	{"a5": "1844"}	{"lerrcp": "A5-1844"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tommaso", "family": "Zerbi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "IT", "lg": 9.08584, "lat": 45.70288, "name": "Cermenate", "geoid": 3179070}, "notime": null, "date-ut": "1908-03-27 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Tommaso", "family": "Zerbi"}, "birth": {"place": {"c2": "CO", "cy": "IT", "lg": 9.08584, "lat": 45.70288, "name": "Cermenate", "geoid": 3179070}, "date-ut": "1908-03-27 19:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1844"}, "ids-in-sources": {"a5": "1844"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "CO", "COU": "I", "DAY": "27", "LAT": "45N48", "LON": "9E15", "MON": "3", "NUM": "1844", "PRO": "PT", "SEC": "0", "YEA": "1908", "CITY": "CERMENATE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13293	zotta-mario-1904-11-06	{"a5": "1845"}	{"lerrcp": "A5-1845"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Zotta", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PZ", "c3": null, "cy": "IT", "lg": 15.87937, "lat": 40.74682, "name": "Pietragalla", "geoid": 3170801}, "notime": null, "date-ut": "1904-11-06 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Zotta"}, "birth": {"place": {"c2": "PZ", "cy": "IT", "lg": 15.87937, "lat": 40.74682, "name": "Pietragalla", "geoid": 3170801}, "date-ut": "1904-11-06 20:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1845"}, "ids-in-sources": {"a5": "1845"}}, "raw": {"H": "21", "MN": "0", "TZ": "-1", "COD": "PZ", "COU": "I", "DAY": "6", "LAT": "40N30", "LON": "15E45", "MON": "11", "NUM": "1845", "PRO": "PT", "SEC": "0", "YEA": "1904", "CITY": "PIETRAGALLA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13295	aldinger-walter-1904-08-18	{"a5": "1847"}	{"lerrcp": "A5-1847"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Aldinger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUREN", "geoid": 0}, "notime": null, "date-ut": "1904-08-18 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Aldinger"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUREN", "geoid": 0}, "date-ut": "1904-08-18 02:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1847"}, "ids-in-sources": {"a5": "1847"}}, "raw": {"H": "3", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "18", "LAT": "51N30", "LON": "7E30", "MON": "8", "NUM": "1847", "PRO": "PT", "SEC": "0", "YEA": "1904", "CITY": "DUREN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13296	gauquelin-a5-1848-1880-10-04	{"a5": "1848"}	{"lerrcp": "A5-1848"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1848", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "SEESEN A HARZ", "geoid": 0}, "notime": null, "date-ut": "1880-10-04 01:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1848"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "SEESEN A HARZ", "geoid": 0}, "date-ut": "1880-10-04 01:20"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1848"}, "ids-in-sources": {"a5": "1848"}}, "raw": {"H": "2", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "4", "LAT": "52N 0", "LON": "10E 0", "MON": "10", "NUM": "1848", "PRO": "PT", "SEC": "0", "YEA": "1880", "CITY": "SEESEN A HARZ"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13297	amann-marx-1891-11-24	{"a5": "1849"}	{"lerrcp": "A5-1849"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marx", "family": "Amann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1891-11-24 22:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Marx", "family": "Amann"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1891-11-24 22:44"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1849"}, "ids-in-sources": {"a5": "1849"}}, "raw": {"H": "23", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "24", "LAT": "49N 0", "LON": "11E30", "MON": "11", "NUM": "1849", "PRO": "PT", "SEC": "0", "YEA": "1891", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13298	andre-joseph-1879-02-16	{"a5": "1850"}	{"lerrcp": "A5-1850"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Andre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "SCHRAMBERG", "geoid": 0}, "notime": null, "date-ut": "1879-02-16 07:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Andre"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "SCHRAMBERG", "geoid": 0}, "date-ut": "1879-02-16 07:24"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1850"}, "ids-in-sources": {"a5": "1850"}}, "raw": {"H": "8", "MN": "24", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "16", "LAT": "48N30", "LON": "9E 0", "MON": "2", "NUM": "1850", "PRO": "PT", "SEC": "0", "YEA": "1879", "CITY": "SCHRAMBERG"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13299	appler-johann-1892-06-13	{"a5": "1851"}	{"lerrcp": "A5-1851"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johann", "family": "Appler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "STRASSENHOF", "geoid": 0}, "notime": null, "date-ut": "1892-06-13 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Johann", "family": "Appler"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "STRASSENHOF", "geoid": 0}, "date-ut": "1892-06-13 10:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1851"}, "ids-in-sources": {"a5": "1851"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "13", "LAT": "49N 0", "LON": "11E30", "MON": "6", "NUM": "1851", "PRO": "PT", "SEC": "0", "YEA": "1892", "CITY": "STRASSENHOF"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13300	beckerle-adolf-1902-02-04	{"a5": "1852"}	{"lerrcp": "A5-1852"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolf", "family": "Beckerle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "notime": null, "date-ut": "1902-02-04 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Adolf", "family": "Beckerle"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "date-ut": "1902-02-04 22:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1852"}, "ids-in-sources": {"a5": "1852"}}, "raw": {"H": "23", "MN": "30", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "4", "LAT": "50N30", "LON": "9E15", "MON": "2", "NUM": "1852", "PRO": "PT", "SEC": "0", "YEA": "1902", "CITY": "FRANKFURT A/M"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13301	bergmann-robert-1886-05-05	{"a5": "1853"}	{"lerrcp": "A5-1853"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Bergmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "notime": null, "date-ut": "1886-05-05 09:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Bergmann"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "date-ut": "1886-05-05 09:14"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1853"}, "ids-in-sources": {"a5": "1853"}}, "raw": {"H": "10", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "5", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "1853", "PRO": "PT", "SEC": "0", "YEA": "1886", "CITY": "NURNBERG"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13302	bichmann-heinrich-1884-01-06	{"a5": "1854"}	{"lerrcp": "A5-1854"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Bichmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "LAUTERBACH-HESS", "geoid": 0}, "notime": null, "date-ut": "1884-01-06 09:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Bichmann"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "LAUTERBACH-HESS", "geoid": 0}, "date-ut": "1884-01-06 09:08"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1854"}, "ids-in-sources": {"a5": "1854"}}, "raw": {"H": "10", "MN": "8", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "6", "LAT": "50N30", "LON": "9E15", "MON": "1", "NUM": "1854", "PRO": "PT", "SEC": "0", "YEA": "1884", "CITY": "LAUTERBACH-HESS"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13303	bisse-wilhelm-1881-06-09	{"a5": "1855"}	{"lerrcp": "A5-1855"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Bisse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "REINBEK BZ HAMB", "geoid": 0}, "notime": null, "date-ut": "1881-06-09 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Bisse"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "REINBEK BZ HAMB", "geoid": 0}, "date-ut": "1881-06-09 05:51"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1855"}, "ids-in-sources": {"a5": "1855"}}, "raw": {"H": "6", "MN": "51", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "9", "LAT": "54N30", "LON": "9E45", "MON": "6", "NUM": "1855", "PRO": "PT", "SEC": "0", "YEA": "1881", "CITY": "REINBEK BZ HAMB"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13304	blankemeyer-jann-1898-06-27	{"a5": "1856"}	{"lerrcp": "A5-1856"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jann", "family": "Blankemeyer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "KIRCHKIMMEN I", "geoid": 0}, "notime": null, "date-ut": "1898-06-27 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jann", "family": "Blankemeyer"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "KIRCHKIMMEN I", "geoid": 0}, "date-ut": "1898-06-27 06:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1856"}, "ids-in-sources": {"a5": "1856"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "27", "LAT": "52N 0", "LON": "10E 0", "MON": "6", "NUM": "1856", "PRO": "PT", "SEC": "0", "YEA": "1898", "CITY": "KIRCHKIMMEN I"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13305	blucher-franz-1896-03-24	{"a5": "1857"}	{"lerrcp": "A5-1857"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Blücher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "notime": null, "date-ut": "1896-03-24 17:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Franz", "family": "Blücher"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "date-ut": "1896-03-24 17:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1857"}, "ids-in-sources": {"a5": "1857"}}, "raw": {"H": "18", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "24", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "1857", "PRO": "PT", "SEC": "0", "YEA": "1896", "CITY": "ESSEN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13306	boetel-erich-1904-10-05	{"a5": "1858"}	{"lerrcp": "A5-1858"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erich", "family": "Boetel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "HEIDE-HOLSTEIN", "geoid": 0}, "notime": null, "date-ut": "1904-10-05 15:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Erich", "family": "Boetel"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "HEIDE-HOLSTEIN", "geoid": 0}, "date-ut": "1904-10-05 15:45"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1858"}, "ids-in-sources": {"a5": "1858"}}, "raw": {"H": "16", "MN": "45", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "5", "LAT": "54N30", "LON": "9E45", "MON": "10", "NUM": "1858", "PRO": "PT", "SEC": "0", "YEA": "1904", "CITY": "HEIDE-HOLSTEIN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13307	bouhler-philipp-1899-09-11	{"a5": "1859"}	{"lerrcp": "A5-1859"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philipp", "family": "Bouhler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1899-09-11 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Philipp", "family": "Bouhler"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1899-09-11 00:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1859"}, "ids-in-sources": {"a5": "1859"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "11", "LAT": "49N 0", "LON": "11E30", "MON": "9", "NUM": "1859", "PRO": "PT", "SEC": "0", "YEA": "1899", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13308	bracht-fritz-1899-01-18	{"a5": "1860"}	{"lerrcp": "A5-1860"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Bracht", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "HEIDEN LIPPE", "geoid": 0}, "notime": null, "date-ut": "1899-01-18 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Fritz", "family": "Bracht"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "HEIDEN LIPPE", "geoid": 0}, "date-ut": "1899-01-18 14:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1860"}, "ids-in-sources": {"a5": "1860"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "18", "LAT": "51N30", "LON": "7E30", "MON": "1", "NUM": "1860", "PRO": "PT", "SEC": "0", "YEA": "1899", "CITY": "HEIDEN LIPPE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13310	brauns-heinrich-1868-01-03	{"a5": "1862"}	{"lerrcp": "A5-1862"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Brauns", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "notime": null, "date-ut": "1868-01-03 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Brauns"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "date-ut": "1868-01-03 12:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1862"}, "ids-in-sources": {"a5": "1862"}}, "raw": {"H": "13", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "3", "LAT": "51N30", "LON": "7E30", "MON": "1", "NUM": "1862", "PRO": "PT", "SEC": "0", "YEA": "1868", "CITY": "KOLN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13311	bruckner-wilhelm-1884-12-11	{"a5": "1863"}	{"lerrcp": "A5-1863"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Brückner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "BADEN BADEN", "geoid": 0}, "notime": null, "date-ut": "1884-12-11 17:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Brückner"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "BADEN BADEN", "geoid": 0}, "date-ut": "1884-12-11 17:54"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1863"}, "ids-in-sources": {"a5": "1863"}}, "raw": {"H": "18", "MN": "54", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "11", "LAT": "48N30", "LON": "9E 0", "MON": "12", "NUM": "1863", "PRO": "PT", "SEC": "0", "YEA": "1884", "CITY": "BADEN BADEN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13313	buch-walter-1883-10-24	{"a5": "1865"}	{"lerrcp": "A5-1865"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Buch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "BRUCHSAH", "geoid": 0}, "notime": null, "date-ut": "1883-10-24 13:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Buch"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "BRUCHSAH", "geoid": 0}, "date-ut": "1883-10-24 13:54"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1865"}, "ids-in-sources": {"a5": "1865"}}, "raw": {"H": "14", "MN": "54", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "24", "LAT": "48N30", "LON": "9E 0", "MON": "10", "NUM": "1865", "PRO": "PT", "SEC": "0", "YEA": "1883", "CITY": "BRUCHSAH"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13314	buchner-franz-1898-06-17	{"a5": "1866"}	{"lerrcp": "A5-1866"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Buchner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "STARNBERG", "geoid": 0}, "notime": null, "date-ut": "1898-06-17 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Franz", "family": "Buchner"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "STARNBERG", "geoid": 0}, "date-ut": "1898-06-17 08:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1866"}, "ids-in-sources": {"a5": "1866"}}, "raw": {"H": "9", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "17", "LAT": "49N 0", "LON": "11E30", "MON": "6", "NUM": "1866", "PRO": "PT", "SEC": "0", "YEA": "1898", "CITY": "STARNBERG"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13315	bunge-hanns-1898-08-31	{"a5": "1867"}	{"lerrcp": "A5-1867"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hanns", "family": "Bunge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1898-08-31 07:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Hanns", "family": "Bunge"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1898-08-31 07:45"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1867"}, "ids-in-sources": {"a5": "1867"}}, "raw": {"H": "8", "MN": "45", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "31", "LAT": "49N 0", "LON": "11E30", "MON": "8", "NUM": "1867", "PRO": "PT", "SEC": "0", "YEA": "1898", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13316	busch-wilhelm-1892-10-13	{"a5": "1868"}	{"lerrcp": "A5-1868"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Busch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HERLESHAUSEN-WE", "geoid": 0}, "notime": null, "date-ut": "1892-10-13 03:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Busch"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HERLESHAUSEN-WE", "geoid": 0}, "date-ut": "1892-10-13 03:23"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1868"}, "ids-in-sources": {"a5": "1868"}}, "raw": {"H": "4", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "13", "LAT": "50N30", "LON": "9E15", "MON": "10", "NUM": "1868", "PRO": "PT", "SEC": "0", "YEA": "1892", "CITY": "HERLESHAUSEN-WE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13317	buttmann-rudolf-1885-07-04	{"a5": "1869"}	{"lerrcp": "A5-1869"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rudolf", "family": "Buttmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MARKBREIT AMM", "geoid": 0}, "notime": null, "date-ut": "1885-07-04 22:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Rudolf", "family": "Buttmann"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MARKBREIT AMM", "geoid": 0}, "date-ut": "1885-07-04 22:14"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1869"}, "ids-in-sources": {"a5": "1869"}}, "raw": {"H": "23", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "4", "LAT": "49N 0", "LON": "11E30", "MON": "7", "NUM": "1869", "PRO": "PT", "SEC": "0", "YEA": "1885", "CITY": "MARKBREIT AMM"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13318	christiansen-carl-1884-02-23	{"a5": "1870"}	{"lerrcp": "A5-1870"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carl", "family": "Christiansen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "WYK AUF FOHR", "geoid": 0}, "notime": null, "date-ut": "1884-02-23 03:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Carl", "family": "Christiansen"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "WYK AUF FOHR", "geoid": 0}, "date-ut": "1884-02-23 03:21"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1870"}, "ids-in-sources": {"a5": "1870"}}, "raw": {"H": "4", "MN": "21", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "23", "LAT": "54N30", "LON": "9E45", "MON": "2", "NUM": "1870", "PRO": "PT", "SEC": "0", "YEA": "1884", "CITY": "WYK AUF FOHR"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13319	dahlem-otto-1891-10-01	{"a5": "1871"}	{"lerrcp": "A5-1871"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Dahlem", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLD-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "WIRGES-WESTERWA", "geoid": 0}, "notime": null, "date-ut": "1891-10-01 03:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Dahlem"}, "birth": {"place": {"c2": "RHLD-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "WIRGES-WESTERWA", "geoid": 0}, "date-ut": "1891-10-01 03:32"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1871"}, "ids-in-sources": {"a5": "1871"}}, "raw": {"H": "4", "MN": "32", "TZ": "-1", "COD": "RHLD-PF", "COU": "G", "DAY": "1", "LAT": "50N 0", "LON": "7E 0", "MON": "10", "NUM": "1871", "PRO": "PT", "SEC": "0", "YEA": "1891", "CITY": "WIRGES-WESTERWA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13320	detten-geor-1887-09-08	{"a5": "1872"}	{"lerrcp": "A5-1872"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Geor", "family": "Detten", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "HAGEN", "geoid": 0}, "notime": null, "date-ut": "1887-09-08 10:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Geor", "family": "Detten"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "HAGEN", "geoid": 0}, "date-ut": "1887-09-08 10:15"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1872"}, "ids-in-sources": {"a5": "1872"}}, "raw": {"H": "11", "MN": "15", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "8", "LAT": "51N50", "LON": "7E30", "MON": "9", "NUM": "1872", "PRO": "PT", "SEC": "0", "YEA": "1887", "CITY": "HAGEN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13321	dempel-karl-1897-01-31	{"a5": "1873"}	{"lerrcp": "A5-1873"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Dempel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART", "geoid": 0}, "notime": null, "date-ut": "1897-01-31 07:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Dempel"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART", "geoid": 0}, "date-ut": "1897-01-31 07:15"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1873"}, "ids-in-sources": {"a5": "1873"}}, "raw": {"H": "8", "MN": "15", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "31", "LAT": "48N30", "LON": "9E 0", "MON": "1", "NUM": "1873", "PRO": "PT", "SEC": "0", "YEA": "1897", "CITY": "STUTTGART"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13322	diehm-christoph-1892-03-01	{"a5": "1874"}	{"lerrcp": "A5-1874"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christoph", "family": "Diehm", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "ROTTENACKER-WUR", "geoid": 0}, "notime": null, "date-ut": "1892-03-01 12:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Christoph", "family": "Diehm"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "ROTTENACKER-WUR", "geoid": 0}, "date-ut": "1892-03-01 12:54"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1874"}, "ids-in-sources": {"a5": "1874"}}, "raw": {"H": "13", "MN": "54", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "1", "LAT": "48N30", "LON": "9E 0", "MON": "3", "NUM": "1874", "PRO": "PT", "SEC": "0", "YEA": "1892", "CITY": "ROTTENACKER-WUR"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13323	dietrich-joseph-1892-05-28	{"a5": "1875"}	{"lerrcp": "A5-1875"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Dietrich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "HAWANGEN", "geoid": 0}, "notime": null, "date-ut": "1892-05-28 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Dietrich"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "HAWANGEN", "geoid": 0}, "date-ut": "1892-05-28 00:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1875"}, "ids-in-sources": {"a5": "1875"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "28", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "1875", "PRO": "PT", "SEC": "0", "YEA": "1892", "CITY": "HAWANGEN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13324	dietrich-otto-1897-08-31	{"a5": "1876"}	{"lerrcp": "A5-1876"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Dietrich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "notime": null, "date-ut": "1897-08-31 21:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Dietrich"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "date-ut": "1897-08-31 21:45"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1876"}, "ids-in-sources": {"a5": "1876"}}, "raw": {"H": "22", "MN": "45", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "31", "LAT": "51N30", "LON": "7E30", "MON": "8", "NUM": "1876", "PRO": "PT", "SEC": "0", "YEA": "1897", "CITY": "ESSEN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13325	drauz-richard-1894-04-02	{"a5": "1877"}	{"lerrcp": "A5-1877"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Drauz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEILBRONN-NECKA", "geoid": 0}, "notime": null, "date-ut": "1894-04-02 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Drauz"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEILBRONN-NECKA", "geoid": 0}, "date-ut": "1894-04-02 10:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1877"}, "ids-in-sources": {"a5": "1877"}}, "raw": {"H": "11", "MN": "30", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "2", "LAT": "48N30", "LON": "9E 0", "MON": "4", "NUM": "1877", "PRO": "PT", "SEC": "0", "YEA": "1894", "CITY": "HEILBRONN-NECKA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13326	dreher-wilhelm-1892-01-10	{"a5": "1878"}	{"lerrcp": "A5-1878"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Dreher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "AY -KR NEU-ULM", "geoid": 0}, "notime": null, "date-ut": "1892-01-10 16:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Dreher"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "AY -KR NEU-ULM", "geoid": 0}, "date-ut": "1892-01-10 16:44"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1878"}, "ids-in-sources": {"a5": "1878"}}, "raw": {"H": "17", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "10", "LAT": "49N 0", "LON": "11E30", "MON": "1", "NUM": "1878", "PRO": "PT", "SEC": "0", "YEA": "1892", "CITY": "AY -KR NEU-ULM"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13327	dreier-karl-1898-04-27	{"a5": "1879"}	{"lerrcp": "A5-1879"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Dreier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "BUCKEBURG", "geoid": 0}, "notime": null, "date-ut": "1898-04-27 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Dreier"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "BUCKEBURG", "geoid": 0}, "date-ut": "1898-04-27 01:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1879"}, "ids-in-sources": {"a5": "1879"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "27", "LAT": "52N 0", "LON": "10E 0", "MON": "4", "NUM": "1879", "PRO": "PT", "SEC": "0", "YEA": "1898", "CITY": "BUCKEBURG"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13328	druschel-oskar-1904-08-06	{"a5": "1880"}	{"lerrcp": "A5-1880"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oskar", "family": "Druschel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "notime": null, "date-ut": "1904-08-06 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Oskar", "family": "Druschel"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "date-ut": "1904-08-06 22:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1880"}, "ids-in-sources": {"a5": "1880"}}, "raw": {"H": "23", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "6", "LAT": "51N30", "LON": "7E30", "MON": "8", "NUM": "1880", "PRO": "PT", "SEC": "0", "YEA": "1904", "CITY": "ESSEN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13329	gauquelin-a5-1881-1904-04-13	{"a5": "1881"}	{"lerrcp": "A5-1881"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1881", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "GRUNSTEIN B GEF", "geoid": 0}, "notime": null, "date-ut": "1904-04-13 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1881"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "GRUNSTEIN B GEF", "geoid": 0}, "date-ut": "1904-04-13 22:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1881"}, "ids-in-sources": {"a5": "1881"}}, "raw": {"H": "23", "MN": "30", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "13", "LAT": "49N 0", "LON": "11E30", "MON": "4", "NUM": "1881", "PRO": "PT", "SEC": "0", "YEA": "1904", "CITY": "GRUNSTEIN B GEF"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13330	emminger-erich-1880-06-24	{"a5": "1882"}	{"lerrcp": "A5-1882"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erich", "family": "Emminger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "EICHSTATT", "geoid": 0}, "notime": null, "date-ut": "1880-06-24 23:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Erich", "family": "Emminger"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "EICHSTATT", "geoid": 0}, "date-ut": "1880-06-24 23:44"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1882"}, "ids-in-sources": {"a5": "1882"}}, "raw": {"H": "0", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "25", "LAT": "49N 0", "LON": "11E30", "MON": "6", "NUM": "1882", "PRO": "PT", "SEC": "0", "YEA": "1880", "CITY": "EICHSTATT"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13331	gauquelin-a5-1883-1894-05-16	{"a5": "1883"}	{"lerrcp": "A5-1883"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1883", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "ERNSTHAUSEN UBE", "geoid": 0}, "notime": null, "date-ut": "1894-05-16 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1883"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "ERNSTHAUSEN UBE", "geoid": 0}, "date-ut": "1894-05-16 05:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1883"}, "ids-in-sources": {"a5": "1883"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "16", "LAT": "50N30", "LON": "9E15", "MON": "5", "NUM": "1883", "PRO": "PT", "SEC": "0", "YEA": "1894", "CITY": "ERNSTHAUSEN UBE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13332	erbersdobler-otto-1895-04-30	{"a5": "1884"}	{"lerrcp": "A5-1884"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Erbersdobler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "FURSTENZELL B P", "geoid": 0}, "notime": null, "date-ut": "1895-04-30 15:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Erbersdobler"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "FURSTENZELL B P", "geoid": 0}, "date-ut": "1895-04-30 15:15"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1884"}, "ids-in-sources": {"a5": "1884"}}, "raw": {"H": "16", "MN": "15", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "30", "LAT": "49N 0", "LON": "11E30", "MON": "4", "NUM": "1884", "PRO": "PT", "SEC": "0", "YEA": "1895", "CITY": "FURSTENZELL B P"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13334	etterich-arthur-1894-03-08	{"a5": "1886"}	{"lerrcp": "A5-1886"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Etterich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WANNE I W", "geoid": 0}, "notime": null, "date-ut": "1894-03-08 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Etterich"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WANNE I W", "geoid": 0}, "date-ut": "1894-03-08 07:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1886"}, "ids-in-sources": {"a5": "1886"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "8", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "1886", "PRO": "PT", "SEC": "0", "YEA": "1894", "CITY": "WANNE I W"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13335	feick-rudolf-1900-04-02	{"a5": "1887"}	{"lerrcp": "A5-1887"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rudolf", "family": "Feick", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL-ELBER", "geoid": 0}, "notime": null, "date-ut": "1900-04-02 20:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Rudolf", "family": "Feick"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL-ELBER", "geoid": 0}, "date-ut": "1900-04-02 20:15"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1887"}, "ids-in-sources": {"a5": "1887"}}, "raw": {"H": "21", "MN": "15", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "2", "LAT": "51N30", "LON": "7E30", "MON": "4", "NUM": "1887", "PRO": "PT", "SEC": "0", "YEA": "1900", "CITY": "WUPPERTAL-ELBER"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13336	fiehler-karl-1895-08-31	{"a5": "1888"}	{"lerrcp": "A5-1888"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Fiehler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "notime": null, "date-ut": "1895-08-31 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Fiehler"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "date-ut": "1895-08-31 06:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1888"}, "ids-in-sources": {"a5": "1888"}}, "raw": {"H": "7", "MN": "30", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "31", "LAT": "52N 0", "LON": "10E 0", "MON": "8", "NUM": "1888", "PRO": "PT", "SEC": "0", "YEA": "1895", "CITY": "BRAUNSCHWEIG"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13337	fischer-hugo-1902-01-17	{"a5": "1889"}	{"lerrcp": "A5-1889"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hugo", "family": "Fischer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1902-01-17 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Hugo", "family": "Fischer"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1902-01-17 02:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1889"}, "ids-in-sources": {"a5": "1889"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "17", "LAT": "49N 0", "LON": "11E30", "MON": "1", "NUM": "1889", "PRO": "PT", "SEC": "0", "YEA": "1902", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13338	fischer-wilhelm-1906-03-29	{"a5": "1890"}	{"lerrcp": "A5-1890"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Fischer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "NIEDER-ALBAUM", "geoid": 0}, "notime": null, "date-ut": "1906-03-29 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Fischer"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "NIEDER-ALBAUM", "geoid": 0}, "date-ut": "1906-03-29 10:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1890"}, "ids-in-sources": {"a5": "1890"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "29", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "1890", "PRO": "PT", "SEC": "0", "YEA": "1906", "CITY": "NIEDER-ALBAUM"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13339	florian-friedrich-1894-02-04	{"a5": "1891"}	{"lerrcp": "A5-1891"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Florian", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "notime": null, "date-ut": "1894-02-04 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Florian"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "date-ut": "1894-02-04 22:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1891"}, "ids-in-sources": {"a5": "1891"}}, "raw": {"H": "23", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "4", "LAT": "51N30", "LON": "7E30", "MON": "2", "NUM": "1891", "PRO": "PT", "SEC": "0", "YEA": "1894", "CITY": "ESSEN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13340	forschbach-edmund-1903-12-11	{"a5": "1892"}	{"lerrcp": "A5-1892"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmund", "family": "Forschbach", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DORTMUND", "geoid": 0}, "notime": null, "date-ut": "1903-12-11 19:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Edmund", "family": "Forschbach"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DORTMUND", "geoid": 0}, "date-ut": "1903-12-11 19:15"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1892"}, "ids-in-sources": {"a5": "1892"}}, "raw": {"H": "20", "MN": "15", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "11", "LAT": "51N30", "LON": "7E30", "MON": "12", "NUM": "1892", "PRO": "PT", "SEC": "0", "YEA": "1903", "CITY": "DORTMUND"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13341	frank-hans-1900-05-23	{"a5": "1893"}	{"lerrcp": "A5-1893"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Frank", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "KARLSRUHE", "geoid": 0}, "notime": null, "date-ut": "1900-05-23 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Frank"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "KARLSRUHE", "geoid": 0}, "date-ut": "1900-05-23 19:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1893"}, "ids-in-sources": {"a5": "1893"}}, "raw": {"H": "20", "MN": "30", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "23", "LAT": "48N30", "LON": "9E 0", "MON": "5", "NUM": "1893", "PRO": "PT", "SEC": "0", "YEA": "1900", "CITY": "KARLSRUHE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13342	gauquelin-a5-1894-1893-10-30	{"a5": "1894"}	{"lerrcp": "A5-1894"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1894", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "CELLE", "geoid": 0}, "notime": null, "date-ut": "1893-10-30 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1894"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "CELLE", "geoid": 0}, "date-ut": "1893-10-30 14:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1894"}, "ids-in-sources": {"a5": "1894"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "30", "LAT": "52N 0", "LON": "10E 0", "MON": "10", "NUM": "1894", "PRO": "PT", "SEC": "0", "YEA": "1893", "CITY": "CELLE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13343	frey-kurt-1902-04-28	{"a5": "1895"}	{"lerrcp": "A5-1895"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kurt", "family": "Frey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLD-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "LUDWIGSHAFEN", "geoid": 0}, "notime": null, "date-ut": "1902-04-28 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Kurt", "family": "Frey"}, "birth": {"place": {"c2": "RHLD-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "LUDWIGSHAFEN", "geoid": 0}, "date-ut": "1902-04-28 22:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1895"}, "ids-in-sources": {"a5": "1895"}}, "raw": {"H": "23", "MN": "30", "TZ": "-1", "COD": "RHLD-PF", "COU": "G", "DAY": "28", "LAT": "50N 0", "LON": "7E 0", "MON": "4", "NUM": "1895", "PRO": "PT", "SEC": "0", "YEA": "1902", "CITY": "LUDWIGSHAFEN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13344	friedrichs-helmuth-1899-09-22	{"a5": "1896"}	{"lerrcp": "A5-1896"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Helmuth", "family": "Friedrichs", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "OTTERNDORF-UNER", "geoid": 0}, "notime": null, "date-ut": "1899-09-22 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Helmuth", "family": "Friedrichs"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "OTTERNDORF-UNER", "geoid": 0}, "date-ut": "1899-09-22 02:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1896"}, "ids-in-sources": {"a5": "1896"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "22", "LAT": "52N 0", "LON": "10E 0", "MON": "9", "NUM": "1896", "PRO": "PT", "SEC": "0", "YEA": "1899", "CITY": "OTTERNDORF-UNER"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13345	frick-wilhelm-1877-03-12	{"a5": "1897"}	{"lerrcp": "A5-1897"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Frick", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLD-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "ALSENZ", "geoid": 0}, "notime": null, "date-ut": "1877-03-12 22:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Frick"}, "birth": {"place": {"c2": "RHLD-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "ALSENZ", "geoid": 0}, "date-ut": "1877-03-12 22:32"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1897"}, "ids-in-sources": {"a5": "1897"}}, "raw": {"H": "23", "MN": "32", "TZ": "-1", "COD": "RHLD-PF", "COU": "G", "DAY": "12", "LAT": "50N 0", "LON": "7E 0", "MON": "3", "NUM": "1897", "PRO": "PT", "SEC": "0", "YEA": "1877", "CITY": "ALSENZ"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13346	frundt-theodor-1897-03-19	{"a5": "1898"}	{"lerrcp": "A5-1898"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodor", "family": "Fründt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HOLSTEIN", "c3": null, "cy": "DE", "lg": 9.8, "lat": 53.56667, "name": "KREMPE", "geoid": 0}, "notime": null, "date-ut": "1897-03-19 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Theodor", "family": "Fründt"}, "birth": {"place": {"c2": "HOLSTEIN", "cy": "DE", "lg": 9.8, "lat": 53.56667, "name": "KREMPE", "geoid": 0}, "date-ut": "1897-03-19 05:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1898"}, "ids-in-sources": {"a5": "1898"}}, "raw": {"H": "6", "MN": "30", "TZ": "-1", "COD": "HOLSTEIN", "COU": "G", "DAY": "19", "LAT": "53N34", "LON": "9E48", "MON": "3", "NUM": "1898", "PRO": "PT", "SEC": "0", "YEA": "1897", "CITY": "KREMPE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13347	gehrig-richard-1897-02-27	{"a5": "1899"}	{"lerrcp": "A5-1899"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Gehrig", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "AIDHAUSEN", "geoid": 0}, "notime": null, "date-ut": "1897-02-27 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Gehrig"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "AIDHAUSEN", "geoid": 0}, "date-ut": "1897-02-27 01:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1899"}, "ids-in-sources": {"a5": "1899"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "27", "LAT": "49N 0", "LON": "11E30", "MON": "2", "NUM": "1899", "PRO": "PT", "SEC": "0", "YEA": "1897", "CITY": "AIDHAUSEN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13348	gelberg-wilhelm-1894-12-07	{"a5": "1900"}	{"lerrcp": "A5-1900"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Gelberg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "GREVENBRUCK", "geoid": 0}, "notime": null, "date-ut": "1894-12-07 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Gelberg"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "GREVENBRUCK", "geoid": 0}, "date-ut": "1894-12-07 20:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1900"}, "ids-in-sources": {"a5": "1900"}}, "raw": {"H": "21", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "7", "LAT": "51N30", "LON": "7E30", "MON": "12", "NUM": "1900", "PRO": "PT", "SEC": "0", "YEA": "1894", "CITY": "GREVENBRUCK"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13349	giesler-paul-1895-06-15	{"a5": "1901"}	{"lerrcp": "A5-1901"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Giesler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "SIEGEN", "geoid": 0}, "notime": null, "date-ut": "1895-06-15 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Giesler"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "SIEGEN", "geoid": 0}, "date-ut": "1895-06-15 15:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1901"}, "ids-in-sources": {"a5": "1901"}}, "raw": {"H": "16", "MN": "0", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "15", "LAT": "51N50", "LON": "7E30", "MON": "6", "NUM": "1901", "PRO": "PT", "SEC": "0", "YEA": "1895", "CITY": "SIEGEN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13350	gimbel-adalbert-1898-04-21	{"a5": "1902"}	{"lerrcp": "A5-1902"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adalbert", "family": "Gimbel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "notime": null, "date-ut": "1898-04-21 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Adalbert", "family": "Gimbel"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "date-ut": "1898-04-21 03:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1902"}, "ids-in-sources": {"a5": "1902"}}, "raw": {"H": "4", "MN": "30", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "21", "LAT": "50N30", "LON": "9E15", "MON": "4", "NUM": "1902", "PRO": "PT", "SEC": "0", "YEA": "1898", "CITY": "FRANKFURT A/M"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13352	gauquelin-a5-1904-1900-09-30	{"a5": "1904"}	{"lerrcp": "A5-1904"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1904", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "SELLEN B BURGST", "geoid": 0}, "notime": null, "date-ut": "1900-09-30 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1904"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "SELLEN B BURGST", "geoid": 0}, "date-ut": "1900-09-30 01:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1904"}, "ids-in-sources": {"a5": "1904"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "30", "LAT": "51N30", "LON": "7E30", "MON": "9", "NUM": "1904", "PRO": "PT", "SEC": "0", "YEA": "1900", "CITY": "SELLEN B BURGST"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13353	gonner-rolf-1885-04-25	{"a5": "1905"}	{"lerrcp": "A5-1905"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rolf", "family": "Gönner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ARZBERG-I-BAYER", "geoid": 0}, "notime": null, "date-ut": "1885-04-25 22:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Rolf", "family": "Gönner"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ARZBERG-I-BAYER", "geoid": 0}, "date-ut": "1885-04-25 22:59"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1905"}, "ids-in-sources": {"a5": "1905"}}, "raw": {"H": "23", "MN": "59", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "25", "LAT": "49N 0", "LON": "11E30", "MON": "4", "NUM": "1905", "PRO": "PT", "SEC": "0", "YEA": "1885", "CITY": "ARZBERG-I-BAYER"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13354	greim-august-1895-06-06	{"a5": "1907"}	{"lerrcp": "A5-1907"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "August", "family": "Greim", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "HELMBRECHTS", "geoid": 0}, "notime": null, "date-ut": "1895-06-06 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "August", "family": "Greim"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "HELMBRECHTS", "geoid": 0}, "date-ut": "1895-06-06 21:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1907"}, "ids-in-sources": {"a5": "1907"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "6", "LAT": "49N 0", "LON": "11E30", "MON": "6", "NUM": "1907", "PRO": "PT", "SEC": "0", "YEA": "1895", "CITY": "HELMBRECHTS"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13355	grimm-friedrich-1888-06-17	{"a5": "1908"}	{"lerrcp": "A5-1908"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Grimm", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "notime": null, "date-ut": "1888-06-17 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Grimm"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "date-ut": "1888-06-17 18:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1908"}, "ids-in-sources": {"a5": "1908"}}, "raw": {"H": "19", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "17", "LAT": "51N30", "LON": "7E30", "MON": "6", "NUM": "1908", "PRO": "PT", "SEC": "0", "YEA": "1888", "CITY": "DUSSELDORF"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13356	groeneveld-jacques-1892-07-06	{"a5": "1909"}	{"lerrcp": "A5-1909"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Groeneveld", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "BUNDERNEE OST-F", "geoid": 0}, "notime": null, "date-ut": "1892-07-06 06:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Groeneveld"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "BUNDERNEE OST-F", "geoid": 0}, "date-ut": "1892-07-06 06:35"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1909"}, "ids-in-sources": {"a5": "1909"}}, "raw": {"H": "7", "MN": "35", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "6", "LAT": "52N 0", "LON": "10E 0", "MON": "7", "NUM": "1909", "PRO": "PT", "SEC": "0", "YEA": "1892", "CITY": "BUNDERNEE OST-F"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13357	gutenberger-karl-1905-04-18	{"a5": "1910"}	{"lerrcp": "A5-1910"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Gutenberger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "notime": null, "date-ut": "1905-04-18 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Gutenberger"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "date-ut": "1905-04-18 11:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1910"}, "ids-in-sources": {"a5": "1910"}}, "raw": {"H": "12", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "18", "LAT": "51N30", "LON": "7E30", "MON": "4", "NUM": "1910", "PRO": "PT", "SEC": "0", "YEA": "1905", "CITY": "ESSEN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13358	gutsmield-franz-1901-04-16	{"a5": "1911"}	{"lerrcp": "A5-1911"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Gutsmield", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "GRAINET", "geoid": 0}, "notime": null, "date-ut": "1901-04-16 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Franz", "family": "Gutsmield"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "GRAINET", "geoid": 0}, "date-ut": "1901-04-16 18:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1911"}, "ids-in-sources": {"a5": "1911"}}, "raw": {"H": "19", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "16", "LAT": "49N 0", "LON": "11E30", "MON": "4", "NUM": "1911", "PRO": "PT", "SEC": "0", "YEA": "1901", "CITY": "GRAINET"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13359	habbes-wilhelm-1896-03-13	{"a5": "1912"}	{"lerrcp": "A5-1912"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Habbes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "AFFERDE UBER UN", "geoid": 0}, "notime": null, "date-ut": "1896-03-13 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Habbes"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "AFFERDE UBER UN", "geoid": 0}, "date-ut": "1896-03-13 18:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1912"}, "ids-in-sources": {"a5": "1912"}}, "raw": {"H": "19", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "13", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "1912", "PRO": "PT", "SEC": "0", "YEA": "1896", "CITY": "AFFERDE UBER UN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13360	hager-heinrich-1893-12-07	{"a5": "1913"}	{"lerrcp": "A5-1913"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Hager", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "STADTSTEINACH", "geoid": 0}, "notime": null, "date-ut": "1893-12-07 20:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Hager"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "STADTSTEINACH", "geoid": 0}, "date-ut": "1893-12-07 20:45"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1913"}, "ids-in-sources": {"a5": "1913"}}, "raw": {"H": "21", "MN": "45", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "7", "LAT": "49N 0", "LON": "11E30", "MON": "12", "NUM": "1913", "PRO": "PT", "SEC": "0", "YEA": "1893", "CITY": "STADTSTEINACH"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13361	hallermann-august-1896-10-10	{"a5": "1914"}	{"lerrcp": "A5-1914"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "August", "family": "Hallermann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "HAMM-WESTFALEN", "geoid": 0}, "notime": null, "date-ut": "1896-10-10 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "August", "family": "Hallermann"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "HAMM-WESTFALEN", "geoid": 0}, "date-ut": "1896-10-10 12:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1914"}, "ids-in-sources": {"a5": "1914"}}, "raw": {"H": "13", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "10", "LAT": "51N30", "LON": "7E30", "MON": "10", "NUM": "1914", "PRO": "PT", "SEC": "0", "YEA": "1896", "CITY": "HAMM-WESTFALEN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13362	hanfstaengl-ernst-1887-02-11	{"a5": "1915"}	{"lerrcp": "A5-1915"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Hanfstaengl", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1887-02-11 04:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Hanfstaengl"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1887-02-11 04:14"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1915"}, "ids-in-sources": {"a5": "1915"}}, "raw": {"H": "5", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "11", "LAT": "49N 0", "LON": "11E30", "MON": "2", "NUM": "1915", "PRO": "PT", "SEC": "0", "YEA": "1887", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13363	hansen-hermann-1898-07-21	{"a5": "1916"}	{"lerrcp": "A5-1916"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Hansen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "VIOL UBER HUSUM", "geoid": 0}, "notime": null, "date-ut": "1898-07-21 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Hansen"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "VIOL UBER HUSUM", "geoid": 0}, "date-ut": "1898-07-21 01:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1916"}, "ids-in-sources": {"a5": "1916"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "21", "LAT": "54N30", "LON": "9E45", "MON": "7", "NUM": "1916", "PRO": "PT", "SEC": "0", "YEA": "1898", "CITY": "VIOL UBER HUSUM"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13364	hartmann-erich-1896-07-07	{"a5": "1917"}	{"lerrcp": "A5-1917"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erich", "family": "Hartmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLD-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "LUDWIGSHAFEN", "geoid": 0}, "notime": null, "date-ut": "1896-07-07 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Erich", "family": "Hartmann"}, "birth": {"place": {"c2": "RHLD-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "LUDWIGSHAFEN", "geoid": 0}, "date-ut": "1896-07-07 10:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1917"}, "ids-in-sources": {"a5": "1917"}}, "raw": {"H": "11", "MN": "30", "TZ": "-1", "COD": "RHLD-PF", "COU": "G", "DAY": "7", "LAT": "50N 0", "LON": "7E 0", "MON": "7", "NUM": "1917", "PRO": "PT", "SEC": "0", "YEA": "1896", "CITY": "LUDWIGSHAFEN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13365	hauer-daniel-1879-02-17	{"a5": "1918"}	{"lerrcp": "A5-1918"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "Hauer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLD-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "BAD DURKHEIM", "geoid": 0}, "notime": null, "date-ut": "1879-02-17 22:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Daniel", "family": "Hauer"}, "birth": {"place": {"c2": "RHLD-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "BAD DURKHEIM", "geoid": 0}, "date-ut": "1879-02-17 22:32"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1918"}, "ids-in-sources": {"a5": "1918"}}, "raw": {"H": "23", "MN": "32", "TZ": "-1", "COD": "RHLD-PF", "COU": "G", "DAY": "17", "LAT": "50N 0", "LON": "7E 0", "MON": "2", "NUM": "1918", "PRO": "PT", "SEC": "0", "YEA": "1879", "CITY": "BAD DURKHEIM"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13366	heines-edmund-1897-07-21	{"a5": "1919"}	{"lerrcp": "A5-1919"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmund", "family": "Heines", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1897-07-21 15:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Edmund", "family": "Heines"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1897-07-21 15:15"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1919"}, "ids-in-sources": {"a5": "1919"}}, "raw": {"H": "16", "MN": "15", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "21", "LAT": "49N 0", "LON": "11E30", "MON": "7", "NUM": "1919", "PRO": "PT", "SEC": "0", "YEA": "1897", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13367	heiszmeyer-august-1897-01-11	{"a5": "1920"}	{"lerrcp": "A5-1920"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "August", "family": "Heiszmeyer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "GELLERSEN UBER", "geoid": 0}, "notime": null, "date-ut": "1897-01-11 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "August", "family": "Heiszmeyer"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "GELLERSEN UBER", "geoid": 0}, "date-ut": "1897-01-11 21:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1920"}, "ids-in-sources": {"a5": "1920"}}, "raw": {"H": "22", "MN": "30", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "11", "LAT": "52N 0", "LON": "10E 0", "MON": "1", "NUM": "1920", "PRO": "PT", "SEC": "0", "YEA": "1897", "CITY": "GELLERSEN UBER"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13368	helfer-wilhelm-1886-12-26	{"a5": "1921"}	{"lerrcp": "A5-1921"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Helfer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLD-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "KAISERSLAUTERN", "geoid": 0}, "notime": null, "date-ut": "1886-12-26 21:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Helfer"}, "birth": {"place": {"c2": "RHLD-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "KAISERSLAUTERN", "geoid": 0}, "date-ut": "1886-12-26 21:02"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1921"}, "ids-in-sources": {"a5": "1921"}}, "raw": {"H": "22", "MN": "2", "TZ": "-1", "COD": "RHLD-PF", "COU": "G", "DAY": "26", "LAT": "50N 0", "LON": "7E 0", "MON": "12", "NUM": "1921", "PRO": "PT", "SEC": "0", "YEA": "1886", "CITY": "KAISERSLAUTERN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13369	hellmuth-otto-1896-06-22	{"a5": "1922"}	{"lerrcp": "A5-1922"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Hellmuth", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MARKT EINERSHEI", "geoid": 0}, "notime": null, "date-ut": "1896-06-22 00:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Hellmuth"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MARKT EINERSHEI", "geoid": 0}, "date-ut": "1896-06-22 00:45"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1922"}, "ids-in-sources": {"a5": "1922"}}, "raw": {"H": "1", "MN": "45", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "22", "LAT": "49N 0", "LON": "11E30", "MON": "6", "NUM": "1922", "PRO": "PT", "SEC": "0", "YEA": "1896", "CITY": "MARKT EINERSHEI"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13370	gauquelin-a5-1923-1908-08-18	{"a5": "1923"}	{"lerrcp": "A5-1923"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1923", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "NEUENKIRCHEN", "geoid": 0}, "notime": null, "date-ut": "1908-08-18 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1923"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "NEUENKIRCHEN", "geoid": 0}, "date-ut": "1908-08-18 20:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1923"}, "ids-in-sources": {"a5": "1923"}}, "raw": {"H": "21", "MN": "30", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "18", "LAT": "52N 0", "LON": "10E 0", "MON": "8", "NUM": "1923", "PRO": "PT", "SEC": "0", "YEA": "1908", "CITY": "NEUENKIRCHEN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13371	hellmich-friedrich-1899-06-21	{"a5": "1924"}	{"lerrcp": "A5-1924"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Hellmich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "HAGEN", "geoid": 0}, "notime": null, "date-ut": "1899-06-21 03:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Hellmich"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "HAGEN", "geoid": 0}, "date-ut": "1899-06-21 03:15"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1924"}, "ids-in-sources": {"a5": "1924"}}, "raw": {"H": "4", "MN": "15", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "21", "LAT": "51N50", "LON": "7E30", "MON": "6", "NUM": "1924", "PRO": "PT", "SEC": "0", "YEA": "1899", "CITY": "HAGEN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13372	henrich-fred-1898-05-04	{"a5": "1925"}	{"lerrcp": "A5-1925"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fred", "family": "Henrich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "AACHEN", "geoid": 0}, "notime": null, "date-ut": "1898-05-04 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Fred", "family": "Henrich"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "AACHEN", "geoid": 0}, "date-ut": "1898-05-04 02:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1925"}, "ids-in-sources": {"a5": "1925"}}, "raw": {"H": "3", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "4", "LAT": "51N30", "LON": "7E30", "MON": "5", "NUM": "1925", "PRO": "PT", "SEC": "0", "YEA": "1898", "CITY": "AACHEN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13373	herbert-willi-1904-05-28	{"a5": "1926"}	{"lerrcp": "A5-1926"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willi", "family": "Herbert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "notime": null, "date-ut": "1904-05-28 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Willi", "family": "Herbert"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "date-ut": "1904-05-28 20:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1926"}, "ids-in-sources": {"a5": "1926"}}, "raw": {"H": "21", "MN": "0", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "28", "LAT": "50N30", "LON": "9E15", "MON": "5", "NUM": "1926", "PRO": "PT", "SEC": "0", "YEA": "1904", "CITY": "FRANKFURT A/M"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13374	hergenroder-adolf-1896-08-02	{"a5": "1927"}	{"lerrcp": "A5-1927"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolf", "family": "Hergenröder", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "BAD KISSINGEN", "geoid": 0}, "notime": null, "date-ut": "1896-08-02 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Adolf", "family": "Hergenröder"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "BAD KISSINGEN", "geoid": 0}, "date-ut": "1896-08-02 02:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1927"}, "ids-in-sources": {"a5": "1927"}}, "raw": {"H": "3", "MN": "30", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "2", "LAT": "49N 0", "LON": "11E30", "MON": "8", "NUM": "1927", "PRO": "PT", "SEC": "0", "YEA": "1896", "CITY": "BAD KISSINGEN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13375	hess-fritz-1879-02-27	{"a5": "1928"}	{"lerrcp": "A5-1928"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Hess", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLD-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "DANNENFELS", "geoid": 0}, "notime": null, "date-ut": "1879-02-27 19:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Fritz", "family": "Hess"}, "birth": {"place": {"c2": "RHLD-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "DANNENFELS", "geoid": 0}, "date-ut": "1879-02-27 19:32"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1928"}, "ids-in-sources": {"a5": "1928"}}, "raw": {"H": "20", "MN": "32", "TZ": "-1", "COD": "RHLD-PF", "COU": "G", "DAY": "27", "LAT": "50N 0", "LON": "7E 0", "MON": "2", "NUM": "1928", "PRO": "PT", "SEC": "0", "YEA": "1879", "CITY": "DANNENFELS"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13376	hiddessen-ferdinand-1887-12-17	{"a5": "1929"}	{"lerrcp": "A5-1929"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Hiddessen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MINDEN", "geoid": 0}, "notime": null, "date-ut": "1887-12-17 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Hiddessen"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MINDEN", "geoid": 0}, "date-ut": "1887-12-17 12:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1929"}, "ids-in-sources": {"a5": "1929"}}, "raw": {"H": "13", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "17", "LAT": "51N30", "LON": "7E30", "MON": "12", "NUM": "1929", "PRO": "PT", "SEC": "0", "YEA": "1887", "CITY": "MINDEN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13377	hildenbrandt-richard-1897-03-13	{"a5": "1930"}	{"lerrcp": "A5-1930"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Hildenbrandt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLD-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "WORMS", "geoid": 0}, "notime": null, "date-ut": "1897-03-13 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Hildenbrandt"}, "birth": {"place": {"c2": "RHLD-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "WORMS", "geoid": 0}, "date-ut": "1897-03-13 01:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1930"}, "ids-in-sources": {"a5": "1930"}}, "raw": {"H": "2", "MN": "30", "TZ": "-1", "COD": "RHLD-PF", "COU": "G", "DAY": "13", "LAT": "50N 0", "LON": "7E 0", "MON": "3", "NUM": "1930", "PRO": "PT", "SEC": "0", "YEA": "1897", "CITY": "WORMS"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13379	hinkel-hans-1901-06-22	{"a5": "1932"}	{"lerrcp": "A5-1932"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Hinkel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLD-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "WORMS A RHEIN", "geoid": 0}, "notime": null, "date-ut": "1901-06-22 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Hinkel"}, "birth": {"place": {"c2": "RHLD-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "WORMS A RHEIN", "geoid": 0}, "date-ut": "1901-06-22 22:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1932"}, "ids-in-sources": {"a5": "1932"}}, "raw": {"H": "23", "MN": "0", "TZ": "-1", "COD": "RHLD-PF", "COU": "G", "DAY": "22", "LAT": "50N 0", "LON": "7E 0", "MON": "6", "NUM": "1932", "PRO": "PT", "SEC": "0", "YEA": "1901", "CITY": "WORMS A RHEIN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13380	hocheisen-paul-1870-05-27	{"a5": "1933"}	{"lerrcp": "A5-1933"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Hocheisen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "BEILSTEIN KR HE", "geoid": 0}, "notime": null, "date-ut": "1870-05-27 08:23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Hocheisen"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "BEILSTEIN KR HE", "geoid": 0}, "date-ut": "1870-05-27 08:23:08"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1933"}, "ids-in-sources": {"a5": "1933"}}, "raw": {"H": "9", "MN": "23", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "27", "LAT": "48N45", "LON": "9E13", "MON": "5", "NUM": "1933", "PRO": "PT", "SEC": "8", "YEA": "1870", "CITY": "BEILSTEIN KR HE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13381	hockermann-heinrich-1900-09-12	{"a5": "1934"}	{"lerrcp": "A5-1934"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Hockermann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "HAGEN", "geoid": 0}, "notime": null, "date-ut": "1900-09-12 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Hockermann"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "HAGEN", "geoid": 0}, "date-ut": "1900-09-12 13:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1934"}, "ids-in-sources": {"a5": "1934"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "12", "LAT": "51N50", "LON": "7E30", "MON": "9", "NUM": "1934", "PRO": "PT", "SEC": "0", "YEA": "1900", "CITY": "HAGEN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13382	hoevel-walther-1894-08-20	{"a5": "1935"}	{"lerrcp": "A5-1935"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walther", "family": "Hoevel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WESEL", "geoid": 0}, "notime": null, "date-ut": "1894-08-20 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Walther", "family": "Hoevel"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WESEL", "geoid": 0}, "date-ut": "1894-08-20 20:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1935"}, "ids-in-sources": {"a5": "1935"}}, "raw": {"H": "21", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "20", "LAT": "51N30", "LON": "7E30", "MON": "8", "NUM": "1935", "PRO": "PT", "SEC": "0", "YEA": "1894", "CITY": "WESEL"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13383	hoffstatter-lorenz-1904-05-29	{"a5": "1936"}	{"lerrcp": "A5-1936"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lorenz", "family": "Hoffstätter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "notime": null, "date-ut": "1904-05-29 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Lorenz", "family": "Hoffstätter"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BONN", "geoid": 0}, "date-ut": "1904-05-29 11:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1936"}, "ids-in-sources": {"a5": "1936"}}, "raw": {"H": "12", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "29", "LAT": "51N30", "LON": "7E30", "MON": "5", "NUM": "1936", "PRO": "PT", "SEC": "0", "YEA": "1904", "CITY": "BONN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13384	hofmann-hans-1873-09-27	{"a5": "1937"}	{"lerrcp": "A5-1937"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Hofmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "HOF", "geoid": 0}, "notime": null, "date-ut": "1873-09-27 22:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Hofmann"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "HOF", "geoid": 0}, "date-ut": "1873-09-27 22:44"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1937"}, "ids-in-sources": {"a5": "1937"}}, "raw": {"H": "23", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "27", "LAT": "49N 0", "LON": "11E30", "MON": "9", "NUM": "1937", "PRO": "PT", "SEC": "0", "YEA": "1873", "CITY": "HOF"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13385	holdinghausen-eugen-1890-05-06	{"a5": "1938"}	{"lerrcp": "A5-1938"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugen", "family": "Holdinghausen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLD-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "NIEDERSCHELDERH", "geoid": 0}, "notime": null, "date-ut": "1890-05-06 06:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Eugen", "family": "Holdinghausen"}, "birth": {"place": {"c2": "RHLD-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "NIEDERSCHELDERH", "geoid": 0}, "date-ut": "1890-05-06 06:12"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1938"}, "ids-in-sources": {"a5": "1938"}}, "raw": {"H": "7", "MN": "12", "TZ": "-1", "COD": "RHLD-PF", "COU": "G", "DAY": "6", "LAT": "50N 0", "LON": "7E 0", "MON": "5", "NUM": "1938", "PRO": "PT", "SEC": "0", "YEA": "1890", "CITY": "NIEDERSCHELDERH"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13386	holz-karl-1895-12-27	{"a5": "1939"}	{"lerrcp": "A5-1939"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Holz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "notime": null, "date-ut": "1895-12-27 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Holz"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "date-ut": "1895-12-27 00:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1939"}, "ids-in-sources": {"a5": "1939"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "27", "LAT": "49N 0", "LON": "11E30", "MON": "12", "NUM": "1939", "PRO": "PT", "SEC": "0", "YEA": "1895", "CITY": "NURNBERG"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13387	holzmann-artur-1880-11-16	{"a5": "1940"}	{"lerrcp": "A5-1940"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Artur", "family": "Holzmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1880-11-16 05:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Artur", "family": "Holzmann"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1880-11-16 05:14"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1940"}, "ids-in-sources": {"a5": "1940"}}, "raw": {"H": "6", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "16", "LAT": "49N 0", "LON": "11E30", "MON": "11", "NUM": "1940", "PRO": "PT", "SEC": "0", "YEA": "1880", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13388	homann-friedrich-1891-03-30	{"a5": "1941"}	{"lerrcp": "A5-1941"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Homann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BRODENHAUSEN", "geoid": 0}, "notime": null, "date-ut": "1891-03-30 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Homann"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BRODENHAUSEN", "geoid": 0}, "date-ut": "1891-03-30 02:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1941"}, "ids-in-sources": {"a5": "1941"}}, "raw": {"H": "3", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "30", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "1941", "PRO": "PT", "SEC": "0", "YEA": "1891", "CITY": "BRODENHAUSEN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13389	huber-ernst-1902-01-18	{"a5": "1942"}	{"lerrcp": "A5-1942"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Huber", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "OBERBRANDL", "geoid": 0}, "notime": null, "date-ut": "1902-01-18 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Huber"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "OBERBRANDL", "geoid": 0}, "date-ut": "1902-01-18 19:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1942"}, "ids-in-sources": {"a5": "1942"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "18", "LAT": "48N30", "LON": "9E 0", "MON": "1", "NUM": "1942", "PRO": "PT", "SEC": "0", "YEA": "1902", "CITY": "OBERBRANDL"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13390	huhnlein-adolf-1881-09-12	{"a5": "1943"}	{"lerrcp": "A5-1943"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolf", "family": "Hühnlein", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NEUSTADTLEIN OB", "geoid": 0}, "notime": null, "date-ut": "1881-09-12 02:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Adolf", "family": "Hühnlein"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NEUSTADTLEIN OB", "geoid": 0}, "date-ut": "1881-09-12 02:14"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1943"}, "ids-in-sources": {"a5": "1943"}}, "raw": {"H": "3", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "12", "LAT": "49N 0", "LON": "11E30", "MON": "9", "NUM": "1943", "PRO": "PT", "SEC": "0", "YEA": "1881", "CITY": "NEUSTADTLEIN OB"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13391	hunke-heinrich-1902-12-08	{"a5": "1944"}	{"lerrcp": "A5-1944"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Hunke", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "HEIPKE-LIPPE", "geoid": 0}, "notime": null, "date-ut": "1902-12-08 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Hunke"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "HEIPKE-LIPPE", "geoid": 0}, "date-ut": "1902-12-08 16:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1944"}, "ids-in-sources": {"a5": "1944"}}, "raw": {"H": "17", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "8", "LAT": "51N30", "LON": "7E30", "MON": "12", "NUM": "1944", "PRO": "PT", "SEC": "0", "YEA": "1902", "CITY": "HEIPKE-LIPPE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13392	jeckeln-friedrich-1895-02-02	{"a5": "1945"}	{"lerrcp": "A5-1945"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Jeckeln", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "HORNBERG SCHWAR", "geoid": 0}, "notime": null, "date-ut": "1895-02-02 04:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Jeckeln"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "HORNBERG SCHWAR", "geoid": 0}, "date-ut": "1895-02-02 04:15"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1945"}, "ids-in-sources": {"a5": "1945"}}, "raw": {"H": "5", "MN": "15", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "2", "LAT": "48N30", "LON": "9E 0", "MON": "2", "NUM": "1945", "PRO": "PT", "SEC": "0", "YEA": "1895", "CITY": "HORNBERG SCHWAR"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13393	jordan-rudolf-1902-06-21	{"a5": "1946"}	{"lerrcp": "A5-1946"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rudolf", "family": "Jordan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "GROSSENLUDER KR", "geoid": 0}, "notime": null, "date-ut": "1902-06-21 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Rudolf", "family": "Jordan"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "GROSSENLUDER KR", "geoid": 0}, "date-ut": "1902-06-21 10:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1946"}, "ids-in-sources": {"a5": "1946"}}, "raw": {"H": "11", "MN": "30", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "21", "LAT": "50N30", "LON": "9E15", "MON": "6", "NUM": "1946", "PRO": "PT", "SEC": "0", "YEA": "1902", "CITY": "GROSSENLUDER KR"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13394	kaas-ludwi-1881-05-23	{"a5": "1947"}	{"lerrcp": "A5-1947"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludwi", "family": "Kaas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLD-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "TRIER", "geoid": 0}, "notime": null, "date-ut": "1881-05-23 14:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Ludwi", "family": "Kaas"}, "birth": {"place": {"c2": "RHLD-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "TRIER", "geoid": 0}, "date-ut": "1881-05-23 14:32"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1947"}, "ids-in-sources": {"a5": "1947"}}, "raw": {"H": "15", "MN": "32", "TZ": "-1", "COD": "RHLD-PF", "COU": "G", "DAY": "23", "LAT": "50N 0", "LON": "7E 0", "MON": "5", "NUM": "1947", "PRO": "PT", "SEC": "0", "YEA": "1881", "CITY": "TRIER"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13395	kaiser-jakob-1888-02-08	{"a5": "1948"}	{"lerrcp": "A5-1948"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jakob", "family": "Kaiser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "HAMMELBURG UNTE", "geoid": 0}, "notime": null, "date-ut": "1888-02-08 22:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jakob", "family": "Kaiser"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "HAMMELBURG UNTE", "geoid": 0}, "date-ut": "1888-02-08 22:14"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1948"}, "ids-in-sources": {"a5": "1948"}}, "raw": {"H": "23", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "8", "LAT": "49N 0", "LON": "11E30", "MON": "2", "NUM": "1948", "PRO": "PT", "SEC": "0", "YEA": "1888", "CITY": "HAMMELBURG UNTE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13396	karpenstein-wilhelm-1903-05-24	{"a5": "1949"}	{"lerrcp": "A5-1949"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Karpenstein", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "notime": null, "date-ut": "1903-05-24 21:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Karpenstein"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "date-ut": "1903-05-24 21:45"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1949"}, "ids-in-sources": {"a5": "1949"}}, "raw": {"H": "22", "MN": "45", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "24", "LAT": "50N30", "LON": "9E15", "MON": "5", "NUM": "1949", "PRO": "PT", "SEC": "0", "YEA": "1903", "CITY": "FRANKFURT A/M"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13397	gauquelin-a5-1950-1900-10-10	{"a5": "1950"}	{"lerrcp": "A5-1950"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1950", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KREFELD", "geoid": 0}, "notime": null, "date-ut": "1900-10-10 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1950"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KREFELD", "geoid": 0}, "date-ut": "1900-10-10 19:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1950"}, "ids-in-sources": {"a5": "1950"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "10", "LAT": "51N30", "LON": "7E30", "MON": "10", "NUM": "1950", "PRO": "PT", "SEC": "0", "YEA": "1900", "CITY": "KREFELD"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13398	kersken-heinrich-1894-11-21	{"a5": "1951"}	{"lerrcp": "A5-1951"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Kersken", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ORSOY-NIEDERHEI", "geoid": 0}, "notime": null, "date-ut": "1894-11-21 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Kersken"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ORSOY-NIEDERHEI", "geoid": 0}, "date-ut": "1894-11-21 03:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1951"}, "ids-in-sources": {"a5": "1951"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "21", "LAT": "51N30", "LON": "7E30", "MON": "11", "NUM": "1951", "PRO": "PT", "SEC": "0", "YEA": "1894", "CITY": "ORSOY-NIEDERHEI"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13399	kiefer-peter-1884-06-13	{"a5": "1952"}	{"lerrcp": "A5-1952"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Peter", "family": "Kiefer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SAARL", "c3": null, "cy": "DE", "lg": 7, "lat": 49.33333, "name": "SCHAFFHAUSEN", "geoid": 0}, "notime": null, "date-ut": "1884-06-13 22:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Peter", "family": "Kiefer"}, "birth": {"place": {"c2": "SAARL", "cy": "DE", "lg": 7, "lat": 49.33333, "name": "SCHAFFHAUSEN", "geoid": 0}, "date-ut": "1884-06-13 22:32"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1952"}, "ids-in-sources": {"a5": "1952"}}, "raw": {"H": "23", "MN": "32", "TZ": "-1", "COD": "SAARL", "COU": "G", "DAY": "13", "LAT": "49N20", "LON": "7E 0", "MON": "6", "NUM": "1952", "PRO": "PT", "SEC": "0", "YEA": "1884", "CITY": "SCHAFFHAUSEN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13400	kiehn-fritz-1885-10-15	{"a5": "1953"}	{"lerrcp": "A5-1953"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Kiehn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "BURGSTEINFURT", "geoid": 0}, "notime": null, "date-ut": "1885-10-15 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Fritz", "family": "Kiehn"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "BURGSTEINFURT", "geoid": 0}, "date-ut": "1885-10-15 14:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1953"}, "ids-in-sources": {"a5": "1953"}}, "raw": {"H": "15", "MN": "30", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "15", "LAT": "51N50", "LON": "7E30", "MON": "10", "NUM": "1953", "PRO": "PT", "SEC": "0", "YEA": "1885", "CITY": "BURGSTEINFURT"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13401	kiener-emil-1900-04-14	{"a5": "1954"}	{"lerrcp": "A5-1954"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emil", "family": "Kiener", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "SCHOMBERG-ROTTW", "geoid": 0}, "notime": null, "date-ut": "1900-04-14 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Emil", "family": "Kiener"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "SCHOMBERG-ROTTW", "geoid": 0}, "date-ut": "1900-04-14 02:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1954"}, "ids-in-sources": {"a5": "1954"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "14", "LAT": "48N30", "LON": "9E 0", "MON": "4", "NUM": "1954", "PRO": "PT", "SEC": "0", "YEA": "1900", "CITY": "SCHOMBERG-ROTTW"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13402	gauquelin-a5-1955-1904-04-06	{"a5": "1955"}	{"lerrcp": "A5-1955"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1955", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "EBINGEN", "geoid": 0}, "notime": null, "date-ut": "1904-04-06 19:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1955"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "EBINGEN", "geoid": 0}, "date-ut": "1904-04-06 19:15"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1955"}, "ids-in-sources": {"a5": "1955"}}, "raw": {"H": "20", "MN": "15", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "6", "LAT": "48N45", "LON": "9E13", "MON": "4", "NUM": "1955", "PRO": "PT", "SEC": "0", "YEA": "1904", "CITY": "EBINGEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13403	klagges-dietrich-1891-02-01	{"a5": "1956"}	{"lerrcp": "A5-1956"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dietrich", "family": "Klagges", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "HERRINGSEN KR", "geoid": 0}, "notime": null, "date-ut": "1891-02-01 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Dietrich", "family": "Klagges"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "HERRINGSEN KR", "geoid": 0}, "date-ut": "1891-02-01 15:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1956"}, "ids-in-sources": {"a5": "1956"}}, "raw": {"H": "16", "MN": "0", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "1", "LAT": "51N50", "LON": "7E30", "MON": "2", "NUM": "1956", "PRO": "PT", "SEC": "0", "YEA": "1891", "CITY": "HERRINGSEN KR"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13404	klaiber-rudolf-1873-05-30	{"a5": "1957"}	{"lerrcp": "A5-1957"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rudolf", "family": "Klaiber", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "KUNZELSAU-WURTT", "geoid": 0}, "notime": null, "date-ut": "1873-05-30 09:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Rudolf", "family": "Klaiber"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "KUNZELSAU-WURTT", "geoid": 0}, "date-ut": "1873-05-30 09:54"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1957"}, "ids-in-sources": {"a5": "1957"}}, "raw": {"H": "10", "MN": "54", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "30", "LAT": "48N30", "LON": "9E 0", "MON": "5", "NUM": "1957", "PRO": "PT", "SEC": "0", "YEA": "1873", "CITY": "KUNZELSAU-WURTT"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13405	kling-adolf-1893-01-13	{"a5": "1958"}	{"lerrcp": "A5-1958"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolf", "family": "Kling", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "UNTERKOCHEN-WUR", "geoid": 0}, "notime": null, "date-ut": "1893-01-13 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Adolf", "family": "Kling"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "UNTERKOCHEN-WUR", "geoid": 0}, "date-ut": "1893-01-13 18:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1958"}, "ids-in-sources": {"a5": "1958"}}, "raw": {"H": "19", "MN": "30", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "13", "LAT": "48N30", "LON": "9E 0", "MON": "1", "NUM": "1958", "PRO": "PT", "SEC": "0", "YEA": "1893", "CITY": "UNTERKOCHEN-WUR"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13406	knaup-xaver-1893-08-27	{"a5": "1959"}	{"lerrcp": "A5-1959"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Xaver", "family": "Knaup", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ALTENA-WESTFALE", "geoid": 0}, "notime": null, "date-ut": "1893-08-27 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Xaver", "family": "Knaup"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ALTENA-WESTFALE", "geoid": 0}, "date-ut": "1893-08-27 02:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1959"}, "ids-in-sources": {"a5": "1959"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "27", "LAT": "51N30", "LON": "7E30", "MON": "8", "NUM": "1959", "PRO": "PT", "SEC": "0", "YEA": "1893", "CITY": "ALTENA-WESTFALE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13407	koch-erich-1896-06-19	{"a5": "1960"}	{"lerrcp": "A5-1960"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erich", "family": "Koch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL-ELBER", "geoid": 0}, "notime": null, "date-ut": "1896-06-19 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Erich", "family": "Koch"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL-ELBER", "geoid": 0}, "date-ut": "1896-06-19 14:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1960"}, "ids-in-sources": {"a5": "1960"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "19", "LAT": "51N30", "LON": "7E30", "MON": "6", "NUM": "1960", "PRO": "PT", "SEC": "0", "YEA": "1896", "CITY": "WUPPERTAL-ELBER"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13408	gauquelin-a5-1961-1904-08-08	{"a5": "1961"}	{"lerrcp": "A5-1961"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1961", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "notime": null, "date-ut": "1904-08-08 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1961"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "date-ut": "1904-08-08 18:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1961"}, "ids-in-sources": {"a5": "1961"}}, "raw": {"H": "19", "MN": "30", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "8", "LAT": "49N 0", "LON": "11E30", "MON": "8", "NUM": "1961", "PRO": "PT", "SEC": "0", "YEA": "1904", "CITY": "NURNBERG"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13409	gauquelin-a5-1962-1895-04-15	{"a5": "1962"}	{"lerrcp": "A5-1962"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1962", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "notime": null, "date-ut": "1895-04-15 07:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1962"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "date-ut": "1895-04-15 07:45"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1962"}, "ids-in-sources": {"a5": "1962"}}, "raw": {"H": "8", "MN": "45", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "15", "LAT": "49N 0", "LON": "11E30", "MON": "4", "NUM": "1962", "PRO": "PT", "SEC": "0", "YEA": "1895", "CITY": "NURNBERG"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13410	koppe-wilhelm-1896-06-15	{"a5": "1963"}	{"lerrcp": "A5-1963"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Koppe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "HILDESHEIM", "geoid": 0}, "notime": null, "date-ut": "1896-06-15 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Koppe"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "HILDESHEIM", "geoid": 0}, "date-ut": "1896-06-15 10:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1963"}, "ids-in-sources": {"a5": "1963"}}, "raw": {"H": "11", "MN": "30", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "15", "LAT": "52N 0", "LON": "10E 0", "MON": "6", "NUM": "1963", "PRO": "PT", "SEC": "0", "YEA": "1896", "CITY": "HILDESHEIM"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13411	kraft-ludwi-1900-10-16	{"a5": "1964"}	{"lerrcp": "A5-1964"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludwi", "family": "Kraft", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "notime": null, "date-ut": "1900-10-16 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Ludwi", "family": "Kraft"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "date-ut": "1900-10-16 15:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1964"}, "ids-in-sources": {"a5": "1964"}}, "raw": {"H": "16", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "16", "LAT": "51N30", "LON": "7E30", "MON": "10", "NUM": "1964", "PRO": "PT", "SEC": "0", "YEA": "1900", "CITY": "DUSSELDORF"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13412	land-franz-1896-02-16	{"a5": "1965"}	{"lerrcp": "A5-1965"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Land", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BOCHUM-LANGENDR", "geoid": 0}, "notime": null, "date-ut": "1896-02-16 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Franz", "family": "Land"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BOCHUM-LANGENDR", "geoid": 0}, "date-ut": "1896-02-16 10:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1965"}, "ids-in-sources": {"a5": "1965"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "16", "LAT": "51N30", "LON": "7E30", "MON": "2", "NUM": "1965", "PRO": "PT", "SEC": "0", "YEA": "1896", "CITY": "BOCHUM-LANGENDR"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13413	lenz-karl-1899-07-07	{"a5": "1966"}	{"lerrcp": "A5-1966"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Lenz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "notime": null, "date-ut": "1899-07-07 00:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Lenz"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "date-ut": "1899-07-07 00:45"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1966"}, "ids-in-sources": {"a5": "1966"}}, "raw": {"H": "1", "MN": "45", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "7", "LAT": "48N30", "LON": "9E 0", "MON": "7", "NUM": "1966", "PRO": "PT", "SEC": "0", "YEA": "1899", "CITY": "HEIDELBERG"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13414	leyser-ernst-1896-09-10	{"a5": "1967"}	{"lerrcp": "A5-1967"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Leyser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PFALZ", "c3": null, "cy": "DE", "lg": 8, "lat": 49.33333, "name": "HOMBURG", "geoid": 0}, "notime": null, "date-ut": "1896-09-10 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Leyser"}, "birth": {"place": {"c2": "PFALZ", "cy": "DE", "lg": 8, "lat": 49.33333, "name": "HOMBURG", "geoid": 0}, "date-ut": "1896-09-10 10:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1967"}, "ids-in-sources": {"a5": "1967"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "PFALZ", "COU": "G", "DAY": "10", "LAT": "49N20", "LON": "8E 0", "MON": "9", "NUM": "1967", "PRO": "PT", "SEC": "0", "YEA": "1896", "CITY": "HOMBURG"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13415	liebel-ludwi-1887-03-23	{"a5": "1968"}	{"lerrcp": "A5-1968"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludwi", "family": "Liebel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLD-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "PIRMASENS", "geoid": 0}, "notime": null, "date-ut": "1887-03-23 06:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Ludwi", "family": "Liebel"}, "birth": {"place": {"c2": "RHLD-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "PIRMASENS", "geoid": 0}, "date-ut": "1887-03-23 06:02"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1968"}, "ids-in-sources": {"a5": "1968"}}, "raw": {"H": "7", "MN": "2", "TZ": "-1", "COD": "RHLD-PF", "COU": "G", "DAY": "23", "LAT": "50N 0", "LON": "7E 0", "MON": "3", "NUM": "1968", "PRO": "PT", "SEC": "0", "YEA": "1887", "CITY": "PIRMASENS"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13416	gauquelin-a5-1969-1879-05-09	{"a5": "1969"}	{"lerrcp": "A5-1969"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1969", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "notime": null, "date-ut": "1879-05-09 21:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1969"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "date-ut": "1879-05-09 21:35"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1969"}, "ids-in-sources": {"a5": "1969"}}, "raw": {"H": "22", "MN": "35", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "9", "LAT": "52N 0", "LON": "10E 0", "MON": "5", "NUM": "1969", "PRO": "PT", "SEC": "0", "YEA": "1879", "CITY": "BRAUNSCHWEIG"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13417	linder-karl-1900-04-05	{"a5": "1970"}	{"lerrcp": "A5-1970"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Linder", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "notime": null, "date-ut": "1900-04-05 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Linder"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "date-ut": "1900-04-05 08:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1970"}, "ids-in-sources": {"a5": "1970"}}, "raw": {"H": "9", "MN": "0", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "5", "LAT": "50N30", "LON": "9E15", "MON": "4", "NUM": "1970", "PRO": "PT", "SEC": "0", "YEA": "1900", "CITY": "FRANKFURT A/M"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13418	litzmann-karl-1893-08-01	{"a5": "1971"}	{"lerrcp": "A5-1971"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Litzmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "MINDEN", "geoid": 0}, "notime": null, "date-ut": "1893-08-01 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Litzmann"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "MINDEN", "geoid": 0}, "date-ut": "1893-08-01 12:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1971"}, "ids-in-sources": {"a5": "1971"}}, "raw": {"H": "13", "MN": "0", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "1", "LAT": "51N50", "LON": "7E30", "MON": "8", "NUM": "1971", "PRO": "PT", "SEC": "0", "YEA": "1893", "CITY": "MINDEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13419	loblich-otto-1899-01-17	{"a5": "1972"}	{"lerrcp": "A5-1972"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Löblich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "RINTELN A D WES", "geoid": 0}, "notime": null, "date-ut": "1899-01-17 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Löblich"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "RINTELN A D WES", "geoid": 0}, "date-ut": "1899-01-17 08:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1972"}, "ids-in-sources": {"a5": "1972"}}, "raw": {"H": "9", "MN": "0", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "17", "LAT": "52N 0", "LON": "10E 0", "MON": "1", "NUM": "1972", "PRO": "PT", "SEC": "0", "YEA": "1899", "CITY": "RINTELN A D WES"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13420	loewer-lorenz-1900-04-11	{"a5": "1973"}	{"lerrcp": "A5-1973"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lorenz", "family": "Loewer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BOCHUM", "geoid": 0}, "notime": null, "date-ut": "1900-04-11 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Lorenz", "family": "Loewer"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BOCHUM", "geoid": 0}, "date-ut": "1900-04-11 06:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1973"}, "ids-in-sources": {"a5": "1973"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "11", "LAT": "51N30", "LON": "7E30", "MON": "4", "NUM": "1973", "PRO": "PT", "SEC": "0", "YEA": "1900", "CITY": "BOCHUM"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13421	lohse-heinrich-1896-09-02	{"a5": "1974"}	{"lerrcp": "A5-1974"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Lohse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "MUHLENBARBECK", "geoid": 0}, "notime": null, "date-ut": "1896-09-02 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Lohse"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "MUHLENBARBECK", "geoid": 0}, "date-ut": "1896-09-02 05:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1974"}, "ids-in-sources": {"a5": "1974"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "2", "LAT": "54N30", "LON": "9E45", "MON": "9", "NUM": "1974", "PRO": "PT", "SEC": "0", "YEA": "1896", "CITY": "MUHLENBARBECK"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13422	lommel-hans-1875-06-14	{"a5": "1975"}	{"lerrcp": "A5-1975"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Lommel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HIRZENHAIN UBER", "geoid": 0}, "notime": null, "date-ut": "1875-06-14 21:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Lommel"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HIRZENHAIN UBER", "geoid": 0}, "date-ut": "1875-06-14 21:53"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1975"}, "ids-in-sources": {"a5": "1975"}}, "raw": {"H": "22", "MN": "53", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "14", "LAT": "50N30", "LON": "9E15", "MON": "6", "NUM": "1975", "PRO": "PT", "SEC": "0", "YEA": "1875", "CITY": "HIRZENHAIN UBER"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13423	loye-fritz-1888-09-10	{"a5": "1976"}	{"lerrcp": "A5-1976"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Loye", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "GARNHOLT B BAD", "geoid": 0}, "notime": null, "date-ut": "1888-09-10 06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Fritz", "family": "Loye"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "GARNHOLT B BAD", "geoid": 0}, "date-ut": "1888-09-10 06:20"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1976"}, "ids-in-sources": {"a5": "1976"}}, "raw": {"H": "7", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "10", "LAT": "52N 0", "LON": "10E 0", "MON": "9", "NUM": "1976", "PRO": "PT", "SEC": "0", "YEA": "1888", "CITY": "GARNHOLT B BAD"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13425	lucke-paul-1914-11-13	{"a5": "1978"}	{"lerrcp": "A5-1978"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Lücke", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLD-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "MARIENHEIDE", "geoid": 0}, "notime": null, "date-ut": "1914-11-13 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Lücke"}, "birth": {"place": {"c2": "RHLD-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "MARIENHEIDE", "geoid": 0}, "date-ut": "1914-11-13 05:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1978"}, "ids-in-sources": {"a5": "1978"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "RHLD-PF", "COU": "G", "DAY": "13", "LAT": "50N 0", "LON": "7E 0", "MON": "11", "NUM": "1978", "PRO": "PT", "SEC": "0", "YEA": "1914", "CITY": "MARIENHEIDE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13426	lutze-victor-1890-12-28	{"a5": "1979"}	{"lerrcp": "A5-1979"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Lutze", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "BEVERGERN", "geoid": 0}, "notime": null, "date-ut": "1890-12-28 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Lutze"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "BEVERGERN", "geoid": 0}, "date-ut": "1890-12-28 07:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1979"}, "ids-in-sources": {"a5": "1979"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "28", "LAT": "51N50", "LON": "7E30", "MON": "12", "NUM": "1979", "PRO": "PT", "SEC": "0", "YEA": "1890", "CITY": "BEVERGERN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13427	gauquelin-a5-1980-1885-10-16	{"a5": "1980"}	{"lerrcp": "A5-1980"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1980", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WESEL", "geoid": 0}, "notime": null, "date-ut": "1885-10-16 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1980"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WESEL", "geoid": 0}, "date-ut": "1885-10-16 05:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1980"}, "ids-in-sources": {"a5": "1980"}}, "raw": {"H": "6", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "16", "LAT": "51N30", "LON": "7E30", "MON": "10", "NUM": "1980", "PRO": "PT", "SEC": "0", "YEA": "1885", "CITY": "WESEL"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13428	maerz-wilhelm-1893-10-29	{"a5": "1981"}	{"lerrcp": "A5-1981"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Maerz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "notime": null, "date-ut": "1893-10-29 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Maerz"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "date-ut": "1893-10-29 19:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1981"}, "ids-in-sources": {"a5": "1981"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "29", "LAT": "51N30", "LON": "7E30", "MON": "10", "NUM": "1981", "PRO": "PT", "SEC": "0", "YEA": "1893", "CITY": "DUSSELDORF"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13429	maier-otto-1901-07-14	{"a5": "1982"}	{"lerrcp": "A5-1982"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Maier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART", "geoid": 0}, "notime": null, "date-ut": "1901-07-14 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Maier"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART", "geoid": 0}, "date-ut": "1901-07-14 20:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1982"}, "ids-in-sources": {"a5": "1982"}}, "raw": {"H": "21", "MN": "30", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "14", "LAT": "48N30", "LON": "9E 0", "MON": "7", "NUM": "1982", "PRO": "PT", "SEC": "0", "YEA": "1901", "CITY": "STUTTGART"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13430	malsen-ponickau-johannes-1895-06-05	{"a5": "1983"}	{"lerrcp": "A5-1983"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Malsen-Ponickau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1895-06-05 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Malsen-Ponickau"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1895-06-05 05:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1983"}, "ids-in-sources": {"a5": "1983"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "5", "LAT": "49N 0", "LON": "11E30", "MON": "6", "NUM": "1983", "PRO": "PT", "SEC": "0", "YEA": "1895", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13431	malzer-joseph-1902-01-05	{"a5": "1984"}	{"lerrcp": "A5-1984"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Malzer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "AMBERG", "geoid": 0}, "notime": null, "date-ut": "1902-01-05 17:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Malzer"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "AMBERG", "geoid": 0}, "date-ut": "1902-01-05 17:15"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1984"}, "ids-in-sources": {"a5": "1984"}}, "raw": {"H": "18", "MN": "15", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "5", "LAT": "49N 0", "LON": "11E30", "MON": "1", "NUM": "1984", "PRO": "PT", "SEC": "0", "YEA": "1902", "CITY": "AMBERG"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13432	martin-peter-1888-05-26	{"a5": "1985"}	{"lerrcp": "A5-1985"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Peter", "family": "Martin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLD-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "MUHLHEIM B EIS", "geoid": 0}, "notime": null, "date-ut": "1888-05-26 03:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Peter", "family": "Martin"}, "birth": {"place": {"c2": "RHLD-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "MUHLHEIM B EIS", "geoid": 0}, "date-ut": "1888-05-26 03:32"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1985"}, "ids-in-sources": {"a5": "1985"}}, "raw": {"H": "4", "MN": "32", "TZ": "-1", "COD": "RHLD-PF", "COU": "G", "DAY": "26", "LAT": "50N 0", "LON": "7E 0", "MON": "5", "NUM": "1985", "PRO": "PT", "SEC": "0", "YEA": "1888", "CITY": "MUHLHEIM B EIS"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13433	marx-adolf-1898-01-21	{"a5": "1986"}	{"lerrcp": "A5-1986"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolf", "family": "Marx", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "notime": null, "date-ut": "1898-01-21 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Adolf", "family": "Marx"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "date-ut": "1898-01-21 11:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1986"}, "ids-in-sources": {"a5": "1986"}}, "raw": {"H": "12", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "21", "LAT": "51N30", "LON": "7E30", "MON": "1", "NUM": "1986", "PRO": "PT", "SEC": "0", "YEA": "1898", "CITY": "KOLN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13434	gauquelin-a5-1987-1889-02-23	{"a5": "1987"}	{"lerrcp": "A5-1987"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-1987", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "ESCHWEGE", "geoid": 0}, "notime": null, "date-ut": "1889-02-23 12:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1987"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "ESCHWEGE", "geoid": 0}, "date-ut": "1889-02-23 12:53"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1987"}, "ids-in-sources": {"a5": "1987"}}, "raw": {"H": "13", "MN": "53", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "23", "LAT": "50N30", "LON": "9E15", "MON": "2", "NUM": "1987", "PRO": "PT", "SEC": "0", "YEA": "1889", "CITY": "ESCHWEGE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13435	meister-albert-1895-01-14	{"a5": "1988"}	{"lerrcp": "A5-1988"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Meister", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "SIEDLINGHAUSEN", "geoid": 0}, "notime": null, "date-ut": "1895-01-14 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Meister"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "SIEDLINGHAUSEN", "geoid": 0}, "date-ut": "1895-01-14 16:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1988"}, "ids-in-sources": {"a5": "1988"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "14", "LAT": "51N30", "LON": "7E30", "MON": "1", "NUM": "1988", "PRO": "PT", "SEC": "0", "YEA": "1895", "CITY": "SIEDLINGHAUSEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13436	meyer-alfred-1891-10-05	{"a5": "1989"}	{"lerrcp": "A5-1989"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Meyer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "GOTTINGEN", "geoid": 0}, "notime": null, "date-ut": "1891-10-05 22:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Meyer"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "GOTTINGEN", "geoid": 0}, "date-ut": "1891-10-05 22:20"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1989"}, "ids-in-sources": {"a5": "1989"}}, "raw": {"H": "23", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "5", "LAT": "52N 0", "LON": "10E 0", "MON": "10", "NUM": "1989", "PRO": "PT", "SEC": "0", "YEA": "1891", "CITY": "GOTTINGEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13437	moder-paul-1896-10-01	{"a5": "1990"}	{"lerrcp": "A5-1990"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Moder", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "NEHEIM KR ARNSB", "geoid": 0}, "notime": null, "date-ut": "1896-10-01 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Moder"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "NEHEIM KR ARNSB", "geoid": 0}, "date-ut": "1896-10-01 10:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1990"}, "ids-in-sources": {"a5": "1990"}}, "raw": {"H": "11", "MN": "30", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "1", "LAT": "51N50", "LON": "7E30", "MON": "10", "NUM": "1990", "PRO": "PT", "SEC": "0", "YEA": "1896", "CITY": "NEHEIM KR ARNSB"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13438	muller-albert-1895-10-22	{"a5": "1991"}	{"lerrcp": "A5-1991"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Müller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLD-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "KOBLENZ-ARZHEIM", "geoid": 0}, "notime": null, "date-ut": "1895-10-22 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Müller"}, "birth": {"place": {"c2": "RHLD-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "KOBLENZ-ARZHEIM", "geoid": 0}, "date-ut": "1895-10-22 03:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1991"}, "ids-in-sources": {"a5": "1991"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "RHLD-PF", "COU": "G", "DAY": "22", "LAT": "50N 0", "LON": "7E 0", "MON": "10", "NUM": "1991", "PRO": "PT", "SEC": "0", "YEA": "1895", "CITY": "KOBLENZ-ARZHEIM"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13439	muller-alfred-1892-06-11	{"a5": "1992"}	{"lerrcp": "A5-1992"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Müller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "KARLSRUHE/B", "geoid": 0}, "notime": null, "date-ut": "1892-06-11 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Müller"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "KARLSRUHE/B", "geoid": 0}, "date-ut": "1892-06-11 12:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1992"}, "ids-in-sources": {"a5": "1992"}}, "raw": {"H": "13", "MN": "0", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "11", "LAT": "48N30", "LON": "9E 0", "MON": "6", "NUM": "1992", "PRO": "PT", "SEC": "0", "YEA": "1892", "CITY": "KARLSRUHE/B"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13440	muller-karl-1879-06-02	{"a5": "1993"}	{"lerrcp": "A5-1993"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Müller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "THANNSUSS KR AM", "geoid": 0}, "notime": null, "date-ut": "1879-06-02 09:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Müller"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "THANNSUSS KR AM", "geoid": 0}, "date-ut": "1879-06-02 09:44"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1993"}, "ids-in-sources": {"a5": "1993"}}, "raw": {"H": "10", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "2", "LAT": "49N 0", "LON": "11E30", "MON": "6", "NUM": "1993", "PRO": "PT", "SEC": "0", "YEA": "1879", "CITY": "THANNSUSS KR AM"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13441	muller-scheld-wilhelm-1895-07-31	{"a5": "1994"}	{"lerrcp": "A5-1994"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Müller-Scheld", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "GREBENROTH", "geoid": 0}, "notime": null, "date-ut": "1895-07-31 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Müller-Scheld"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "GREBENROTH", "geoid": 0}, "date-ut": "1895-07-31 12:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1994"}, "ids-in-sources": {"a5": "1994"}}, "raw": {"H": "13", "MN": "30", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "31", "LAT": "50N30", "LON": "9E15", "MON": "7", "NUM": "1994", "PRO": "PT", "SEC": "0", "YEA": "1895", "CITY": "GREBENROTH"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13442	munster-michael-1901-02-23	{"a5": "1995"}	{"lerrcp": "A5-1995"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michael", "family": "Münster", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MONCHEN-GLADBAC", "geoid": 0}, "notime": null, "date-ut": "1901-02-23 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Michael", "family": "Münster"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MONCHEN-GLADBAC", "geoid": 0}, "date-ut": "1901-02-23 14:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1995"}, "ids-in-sources": {"a5": "1995"}}, "raw": {"H": "15", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "23", "LAT": "51N30", "LON": "7E30", "MON": "2", "NUM": "1995", "PRO": "PT", "SEC": "0", "YEA": "1901", "CITY": "MONCHEN-GLADBAC"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13443	murr-wilhelm-1888-12-16	{"a5": "1996"}	{"lerrcp": "A5-1996"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Murr", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "ESSLINGEN", "geoid": 0}, "notime": null, "date-ut": "1888-12-16 12:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Murr"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "ESSLINGEN", "geoid": 0}, "date-ut": "1888-12-16 12:24"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1996"}, "ids-in-sources": {"a5": "1996"}}, "raw": {"H": "13", "MN": "24", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "16", "LAT": "48N30", "LON": "9E 0", "MON": "12", "NUM": "1996", "PRO": "PT", "SEC": "0", "YEA": "1888", "CITY": "ESSLINGEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13444	neumayer-fritz-1884-07-29	{"a5": "1997"}	{"lerrcp": "A5-1997"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Neumayer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLD-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "KAISERSLAUTERN", "geoid": 0}, "notime": null, "date-ut": "1884-07-29 02:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Fritz", "family": "Neumayer"}, "birth": {"place": {"c2": "RHLD-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "KAISERSLAUTERN", "geoid": 0}, "date-ut": "1884-07-29 02:32"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1997"}, "ids-in-sources": {"a5": "1997"}}, "raw": {"H": "3", "MN": "32", "TZ": "-1", "COD": "RHLD-PF", "COU": "G", "DAY": "29", "LAT": "50N 0", "LON": "7E 0", "MON": "7", "NUM": "1997", "PRO": "PT", "SEC": "0", "YEA": "1884", "CITY": "KAISERSLAUTERN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13445	neurath-constantin-1873-02-02	{"a5": "1998"}	{"lerrcp": "A5-1998"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Constantin", "family": "Neurath", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "KLEIN-GLATTBACH", "geoid": 0}, "notime": null, "date-ut": "1873-02-02 19:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Constantin", "family": "Neurath"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "KLEIN-GLATTBACH", "geoid": 0}, "date-ut": "1873-02-02 19:24"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1998"}, "ids-in-sources": {"a5": "1998"}}, "raw": {"H": "20", "MN": "24", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "2", "LAT": "48N30", "LON": "9E 0", "MON": "2", "NUM": "1998", "PRO": "PT", "SEC": "0", "YEA": "1873", "CITY": "KLEIN-GLATTBACH"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13446	niederhoff-friedrich-1884-08-27	{"a5": "1999"}	{"lerrcp": "A5-1999"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Niederhoff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MUHLHEIM RUHR", "geoid": 0}, "notime": null, "date-ut": "1884-08-27 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Niederhoff"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MUHLHEIM RUHR", "geoid": 0}, "date-ut": "1884-08-27 05:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1999"}, "ids-in-sources": {"a5": "1999"}}, "raw": {"H": "6", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "27", "LAT": "51N30", "LON": "7E30", "MON": "8", "NUM": "1999", "PRO": "PT", "SEC": "0", "YEA": "1884", "CITY": "MUHLHEIM RUHR"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13447	nieland-hans-1900-10-03	{"a5": "2000"}	{"lerrcp": "A5-2000"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Nieland", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "HAGEN I WESTF", "geoid": 0}, "notime": null, "date-ut": "1900-10-03 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Nieland"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "HAGEN I WESTF", "geoid": 0}, "date-ut": "1900-10-03 14:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2000"}, "ids-in-sources": {"a5": "2000"}}, "raw": {"H": "15", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "3", "LAT": "51N30", "LON": "7E30", "MON": "10", "NUM": "2000", "PRO": "PT", "SEC": "0", "YEA": "1900", "CITY": "HAGEN I WESTF"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13448	oberlindober-hanns-1896-03-05	{"a5": "2001"}	{"lerrcp": "A5-2001"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hanns", "family": "Oberlindober", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1896-03-05 11:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Hanns", "family": "Oberlindober"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1896-03-05 11:45"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2001"}, "ids-in-sources": {"a5": "2001"}}, "raw": {"H": "12", "MN": "45", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "5", "LAT": "49N 0", "LON": "11E30", "MON": "3", "NUM": "2001", "PRO": "PT", "SEC": "0", "YEA": "1896", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13449	oexle-gustav-1889-10-02	{"a5": "2002"}	{"lerrcp": "A5-2002"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustav", "family": "Oexle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "SIPPLINGEN/BODE", "geoid": 0}, "notime": null, "date-ut": "1889-10-02 02:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Gustav", "family": "Oexle"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "SIPPLINGEN/BODE", "geoid": 0}, "date-ut": "1889-10-02 02:24"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2002"}, "ids-in-sources": {"a5": "2002"}}, "raw": {"H": "3", "MN": "24", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "2", "LAT": "48N30", "LON": "9E 0", "MON": "10", "NUM": "2002", "PRO": "PT", "SEC": "0", "YEA": "1889", "CITY": "SIPPLINGEN/BODE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13450	ohling-richard-1908-01-09	{"a5": "2003"}	{"lerrcp": "A5-2003"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Ohling", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "CELLE I HANNOVE", "geoid": 0}, "notime": null, "date-ut": "1908-01-09 16:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Ohling"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "CELLE I HANNOVE", "geoid": 0}, "date-ut": "1908-01-09 16:15"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2003"}, "ids-in-sources": {"a5": "2003"}}, "raw": {"H": "17", "MN": "15", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "9", "LAT": "52N 0", "LON": "10E 0", "MON": "1", "NUM": "2003", "PRO": "PT", "SEC": "0", "YEA": "1908", "CITY": "CELLE I HANNOVE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13451	oppermann-theodor-1889-11-18	{"a5": "2004"}	{"lerrcp": "A5-2004"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodor", "family": "Oppermann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MINDEN", "geoid": 0}, "notime": null, "date-ut": "1889-11-18 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Theodor", "family": "Oppermann"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MINDEN", "geoid": 0}, "date-ut": "1889-11-18 15:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2004"}, "ids-in-sources": {"a5": "2004"}}, "raw": {"H": "16", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "18", "LAT": "51N30", "LON": "7E30", "MON": "11", "NUM": "2004", "PRO": "PT", "SEC": "0", "YEA": "1889", "CITY": "MINDEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13452	pahlings-heinrich-1904-03-31	{"a5": "2005"}	{"lerrcp": "A5-2005"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Pahlings", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KREFELD", "geoid": 0}, "notime": null, "date-ut": "1904-03-31 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Pahlings"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KREFELD", "geoid": 0}, "date-ut": "1904-03-31 16:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2005"}, "ids-in-sources": {"a5": "2005"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "31", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "2005", "PRO": "PT", "SEC": "0", "YEA": "1904", "CITY": "KREFELD"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13454	peppmuller-friedrich-1892-07-07	{"a5": "2007"}	{"lerrcp": "A5-2007"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Peppmüller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLD-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "OBERHAUSEN-RHLD", "geoid": 0}, "notime": null, "date-ut": "1892-07-07 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Peppmüller"}, "birth": {"place": {"c2": "RHLD-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "OBERHAUSEN-RHLD", "geoid": 0}, "date-ut": "1892-07-07 09:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2007"}, "ids-in-sources": {"a5": "2007"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "RHLD-PF", "COU": "G", "DAY": "7", "LAT": "50N 0", "LON": "7E 0", "MON": "7", "NUM": "2007", "PRO": "PT", "SEC": "0", "YEA": "1892", "CITY": "OBERHAUSEN-RHLD"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13455	gauquelin-a5-2008-1888-02-19	{"a5": "2008"}	{"lerrcp": "A5-2008"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-2008", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "notime": null, "date-ut": "1888-02-19 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-2008"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "date-ut": "1888-02-19 11:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2008"}, "ids-in-sources": {"a5": "2008"}}, "raw": {"H": "12", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "19", "LAT": "51N30", "LON": "7E30", "MON": "2", "NUM": "2008", "PRO": "PT", "SEC": "0", "YEA": "1888", "CITY": "DUSSELDORF"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13456	pies-ernst-1885-02-23	{"a5": "2009"}	{"lerrcp": "A5-2009"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Pies", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLD-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "LANGENLONSHEIM", "geoid": 0}, "notime": null, "date-ut": "1885-02-23 18:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Pies"}, "birth": {"place": {"c2": "RHLD-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "LANGENLONSHEIM", "geoid": 0}, "date-ut": "1885-02-23 18:32"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2009"}, "ids-in-sources": {"a5": "2009"}}, "raw": {"H": "19", "MN": "32", "TZ": "-1", "COD": "RHLD-PF", "COU": "G", "DAY": "23", "LAT": "50N 0", "LON": "7E 0", "MON": "2", "NUM": "2009", "PRO": "PT", "SEC": "0", "YEA": "1885", "CITY": "LANGENLONSHEIM"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13457	pillmayer-franz-1897-01-17	{"a5": "2010"}	{"lerrcp": "A5-2010"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Pillmayer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "SCHWABISCH GMUN", "geoid": 0}, "notime": null, "date-ut": "1897-01-17 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Franz", "family": "Pillmayer"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "SCHWABISCH GMUN", "geoid": 0}, "date-ut": "1897-01-17 12:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2010"}, "ids-in-sources": {"a5": "2010"}}, "raw": {"H": "13", "MN": "30", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "17", "LAT": "48N30", "LON": "9E 0", "MON": "1", "NUM": "2010", "PRO": "PT", "SEC": "0", "YEA": "1897", "CITY": "SCHWABISCH GMUN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13458	plattner-fritz-1901-02-04	{"a5": "2011"}	{"lerrcp": "A5-2011"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Plattner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "KARLSRUHE", "geoid": 0}, "notime": null, "date-ut": "1901-02-04 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Fritz", "family": "Plattner"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "KARLSRUHE", "geoid": 0}, "date-ut": "1901-02-04 06:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2011"}, "ids-in-sources": {"a5": "2011"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "4", "LAT": "48N30", "LON": "9E 0", "MON": "2", "NUM": "2011", "PRO": "PT", "SEC": "0", "YEA": "1901", "CITY": "KARLSRUHE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13459	poppe-karl-1896-01-24	{"a5": "2012"}	{"lerrcp": "A5-2012"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Poppe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "BAREL B NEERSTE", "geoid": 0}, "notime": null, "date-ut": "1896-01-24 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Poppe"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "BAREL B NEERSTE", "geoid": 0}, "date-ut": "1896-01-24 15:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2012"}, "ids-in-sources": {"a5": "2012"}}, "raw": {"H": "16", "MN": "0", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "24", "LAT": "52N 0", "LON": "10E 0", "MON": "1", "NUM": "2012", "PRO": "PT", "SEC": "0", "YEA": "1896", "CITY": "BAREL B NEERSTE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13460	posl-ludwi-1903-08-20	{"a5": "2013"}	{"lerrcp": "A5-2013"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludwi", "family": "Pösl", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "SHCEINFELD M FR", "geoid": 0}, "notime": null, "date-ut": "1903-08-20 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Ludwi", "family": "Pösl"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "SHCEINFELD M FR", "geoid": 0}, "date-ut": "1903-08-20 02:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2013"}, "ids-in-sources": {"a5": "2013"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "20", "LAT": "49N 0", "LON": "11E30", "MON": "8", "NUM": "2013", "PRO": "PT", "SEC": "0", "YEA": "1903", "CITY": "SHCEINFELD M FR"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13461	puth-johannes-1900-02-27	{"a5": "2014"}	{"lerrcp": "A5-2014"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Puth", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "WACHENBUCHEN A", "geoid": 0}, "notime": null, "date-ut": "1900-02-27 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Puth"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "WACHENBUCHEN A", "geoid": 0}, "date-ut": "1900-02-27 16:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2014"}, "ids-in-sources": {"a5": "2014"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "27", "LAT": "50N30", "LON": "9E15", "MON": "2", "NUM": "2014", "PRO": "PT", "SEC": "0", "YEA": "1900", "CITY": "WACHENBUCHEN A"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13462	gauquelin-a5-2015-1887-01-06	{"a5": "2015"}	{"lerrcp": "A5-2015"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-2015", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "ISNY-WURTT", "geoid": 0}, "notime": null, "date-ut": "1887-01-06 01:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-2015"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "ISNY-WURTT", "geoid": 0}, "date-ut": "1887-01-06 01:54"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2015"}, "ids-in-sources": {"a5": "2015"}}, "raw": {"H": "2", "MN": "54", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "6", "LAT": "48N30", "LON": "9E 0", "MON": "1", "NUM": "2015", "PRO": "PT", "SEC": "0", "YEA": "1887", "CITY": "ISNY-WURTT"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13463	ramsperger-hermann-1892-12-03	{"a5": "2016"}	{"lerrcp": "A5-2016"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Ramsperger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "KONSTANZ", "geoid": 0}, "notime": null, "date-ut": "1892-12-03 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Ramsperger"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "KONSTANZ", "geoid": 0}, "date-ut": "1892-12-03 12:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2016"}, "ids-in-sources": {"a5": "2016"}}, "raw": {"H": "13", "MN": "30", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "3", "LAT": "48N30", "LON": "9E 0", "MON": "12", "NUM": "2016", "PRO": "PT", "SEC": "0", "YEA": "1892", "CITY": "KONSTANZ"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13464	rantzau-otto-1888-07-14	{"a5": "2017"}	{"lerrcp": "A5-2017"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Rantzau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "KARLSRUHE", "geoid": 0}, "notime": null, "date-ut": "1888-07-14 08:39"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Rantzau"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "KARLSRUHE", "geoid": 0}, "date-ut": "1888-07-14 08:39"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2017"}, "ids-in-sources": {"a5": "2017"}}, "raw": {"H": "9", "MN": "39", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "14", "LAT": "48N30", "LON": "9E 0", "MON": "7", "NUM": "2017", "PRO": "PT", "SEC": "0", "YEA": "1888", "CITY": "KARLSRUHE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13465	gauquelin-a5-2018-1900-10-10	{"a5": "2018"}	{"lerrcp": "A5-2018"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-2018", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "HEINSBERG", "geoid": 0}, "notime": null, "date-ut": "1900-10-10 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-2018"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "HEINSBERG", "geoid": 0}, "date-ut": "1900-10-10 16:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2018"}, "ids-in-sources": {"a5": "2018"}}, "raw": {"H": "17", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "10", "LAT": "51N30", "LON": "7E30", "MON": "10", "NUM": "2018", "PRO": "PT", "SEC": "0", "YEA": "1900", "CITY": "HEINSBERG"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13466	gauquelin-a5-2019-1899-06-29	{"a5": "2019"}	{"lerrcp": "A5-2019"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-2019", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "SULZHEIM U FR", "geoid": 0}, "notime": null, "date-ut": "1899-06-29 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-2019"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "SULZHEIM U FR", "geoid": 0}, "date-ut": "1899-06-29 13:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2019"}, "ids-in-sources": {"a5": "2019"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "29", "LAT": "49N 0", "LON": "11E30", "MON": "6", "NUM": "2019", "PRO": "PT", "SEC": "0", "YEA": "1899", "CITY": "SULZHEIM U FR"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13467	reutlinger-phil-1898-05-25	{"a5": "2020"}	{"lerrcp": "A5-2020"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Phil", "family": "Reutlinger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "notime": null, "date-ut": "1898-05-25 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Phil", "family": "Reutlinger"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "date-ut": "1898-05-25 17:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2020"}, "ids-in-sources": {"a5": "2020"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "25", "LAT": "50N30", "LON": "9E15", "MON": "5", "NUM": "2020", "PRO": "PT", "SEC": "0", "YEA": "1898", "CITY": "FRANKFURT A/M"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13468	gauquelin-a5-2021-1893-04-30	{"a5": "2021"}	{"lerrcp": "A5-2021"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-2021", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WESEL", "geoid": 0}, "notime": null, "date-ut": "1893-04-30 01:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-2021"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WESEL", "geoid": 0}, "date-ut": "1893-04-30 01:45"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2021"}, "ids-in-sources": {"a5": "2021"}}, "raw": {"H": "2", "MN": "45", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "30", "LAT": "51N30", "LON": "7E30", "MON": "4", "NUM": "2021", "PRO": "PT", "SEC": "0", "YEA": "1893", "CITY": "WESEL"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13469	gauquelin-a5-2022-1901-03-21	{"a5": "2022"}	{"lerrcp": "A5-2022"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-2022", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MUNSTER", "geoid": 0}, "notime": null, "date-ut": "1901-03-21 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-2022"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MUNSTER", "geoid": 0}, "date-ut": "1901-03-21 09:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2022"}, "ids-in-sources": {"a5": "2022"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "21", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "2022", "PRO": "PT", "SEC": "0", "YEA": "1901", "CITY": "MUNSTER"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13470	riemenschneider-ernst-1900-01-09	{"a5": "2023"}	{"lerrcp": "A5-2023"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Riemenschneider", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BOCHUM", "geoid": 0}, "notime": null, "date-ut": "1900-01-09 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Riemenschneider"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BOCHUM", "geoid": 0}, "date-ut": "1900-01-09 18:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2023"}, "ids-in-sources": {"a5": "2023"}}, "raw": {"H": "19", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "9", "LAT": "51N30", "LON": "7E30", "MON": "1", "NUM": "2023", "PRO": "PT", "SEC": "0", "YEA": "1900", "CITY": "BOCHUM"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13471	riggauer-joseph-1879-02-25	{"a5": "2024"}	{"lerrcp": "A5-2024"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Riggauer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ROSENHEIM", "geoid": 0}, "notime": null, "date-ut": "1879-02-25 10:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Riggauer"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ROSENHEIM", "geoid": 0}, "date-ut": "1879-02-25 10:29"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2024"}, "ids-in-sources": {"a5": "2024"}}, "raw": {"H": "11", "MN": "29", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "25", "LAT": "49N 0", "LON": "11E30", "MON": "2", "NUM": "2024", "PRO": "PT", "SEC": "0", "YEA": "1879", "CITY": "ROSENHEIM"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13472	ringhausen-friedrich-1880-06-28	{"a5": "2025"}	{"lerrcp": "A5-2025"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Ringhausen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "NIDDA OBERHESSE", "geoid": 0}, "notime": null, "date-ut": "1880-06-28 22:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Ringhausen"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "NIDDA OBERHESSE", "geoid": 0}, "date-ut": "1880-06-28 22:23"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2025"}, "ids-in-sources": {"a5": "2025"}}, "raw": {"H": "23", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "28", "LAT": "50N30", "LON": "9E15", "MON": "6", "NUM": "2025", "PRO": "PT", "SEC": "0", "YEA": "1880", "CITY": "NIDDA OBERHESSE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13473	rock-heinz-1905-01-17	{"a5": "2026"}	{"lerrcp": "A5-2026"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinz", "family": "Rock", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "notime": null, "date-ut": "1905-01-17 13:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Heinz", "family": "Rock"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "date-ut": "1905-01-17 13:15"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2026"}, "ids-in-sources": {"a5": "2026"}}, "raw": {"H": "14", "MN": "15", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "17", "LAT": "51N30", "LON": "7E30", "MON": "1", "NUM": "2026", "PRO": "PT", "SEC": "0", "YEA": "1905", "CITY": "ESSEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13474	gauquelin-a5-2027-1900-09-29	{"a5": "2027"}	{"lerrcp": "A5-2027"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-2027", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "SCHOPFHEIM KR", "geoid": 0}, "notime": null, "date-ut": "1900-09-29 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-2027"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "SCHOPFHEIM KR", "geoid": 0}, "date-ut": "1900-09-29 06:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2027"}, "ids-in-sources": {"a5": "2027"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "29", "LAT": "48N30", "LON": "9E 0", "MON": "9", "NUM": "2027", "PRO": "PT", "SEC": "0", "YEA": "1900", "CITY": "SCHOPFHEIM KR"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13475	gauquelin-a5-2028-1900-10-07	{"a5": "2028"}	{"lerrcp": "A5-2028"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-2028", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "HUCKESWAGEN", "geoid": 0}, "notime": null, "date-ut": "1900-10-07 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-2028"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "HUCKESWAGEN", "geoid": 0}, "date-ut": "1900-10-07 17:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2028"}, "ids-in-sources": {"a5": "2028"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "7", "LAT": "51N30", "LON": "7E30", "MON": "10", "NUM": "2028", "PRO": "PT", "SEC": "0", "YEA": "1900", "CITY": "HUCKESWAGEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13476	rohn-hermann-1902-12-21	{"a5": "2029"}	{"lerrcp": "A5-2029"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Röhn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "notime": null, "date-ut": "1902-12-21 15:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Röhn"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "date-ut": "1902-12-21 15:45"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2029"}, "ids-in-sources": {"a5": "2029"}}, "raw": {"H": "16", "MN": "45", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "21", "LAT": "48N30", "LON": "9E 0", "MON": "12", "NUM": "2029", "PRO": "PT", "SEC": "0", "YEA": "1902", "CITY": "HEIDELBERG"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13477	romer-wilhelm-1900-07-12	{"a5": "2030"}	{"lerrcp": "A5-2030"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Römer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "HAGEN I WESTF", "geoid": 0}, "notime": null, "date-ut": "1900-07-12 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Römer"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "HAGEN I WESTF", "geoid": 0}, "date-ut": "1900-07-12 15:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2030"}, "ids-in-sources": {"a5": "2030"}}, "raw": {"H": "16", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "12", "LAT": "51N30", "LON": "7E30", "MON": "7", "NUM": "2030", "PRO": "PT", "SEC": "0", "YEA": "1900", "CITY": "HAGEN I WESTF"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13478	rosener-erwin-1902-02-02	{"a5": "2031"}	{"lerrcp": "A5-2031"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erwin", "family": "Rösener", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "SCHWERTE RUHR", "geoid": 0}, "notime": null, "date-ut": "1902-02-02 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Erwin", "family": "Rösener"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "SCHWERTE RUHR", "geoid": 0}, "date-ut": "1902-02-02 01:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2031"}, "ids-in-sources": {"a5": "2031"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "2", "LAT": "51N30", "LON": "7E30", "MON": "2", "NUM": "2031", "PRO": "PT", "SEC": "0", "YEA": "1902", "CITY": "SCHWERTE RUHR"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13479	roth-albert-1893-09-10	{"a5": "2032"}	{"lerrcp": "A5-2032"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Roth", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "LIEDOLSHEIM I B", "geoid": 0}, "notime": null, "date-ut": "1893-09-10 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Roth"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "LIEDOLSHEIM I B", "geoid": 0}, "date-ut": "1893-09-10 12:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2032"}, "ids-in-sources": {"a5": "2032"}}, "raw": {"H": "13", "MN": "0", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "10", "LAT": "48N30", "LON": "9E 0", "MON": "9", "NUM": "2032", "PRO": "PT", "SEC": "0", "YEA": "1893", "CITY": "LIEDOLSHEIM I B"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13480	roth-robert-1891-02-07	{"a5": "2033"}	{"lerrcp": "A5-2033"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Roth", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "LIEDOLSHEIM I", "geoid": 0}, "notime": null, "date-ut": "1891-02-07 20:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Roth"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "LIEDOLSHEIM I", "geoid": 0}, "date-ut": "1891-02-07 20:24"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2033"}, "ids-in-sources": {"a5": "2033"}}, "raw": {"H": "21", "MN": "24", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "7", "LAT": "48N30", "LON": "9E 0", "MON": "2", "NUM": "2033", "PRO": "PT", "SEC": "0", "YEA": "1891", "CITY": "LIEDOLSHEIM I"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13481	gauquelin-a5-2034-1907-03-15	{"a5": "2034"}	{"lerrcp": "A5-2034"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-2034", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "BAYREUTH", "geoid": 0}, "notime": null, "date-ut": "1907-03-15 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-2034"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "BAYREUTH", "geoid": 0}, "date-ut": "1907-03-15 03:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2034"}, "ids-in-sources": {"a5": "2034"}}, "raw": {"H": "4", "MN": "30", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "15", "LAT": "49N 0", "LON": "11E30", "MON": "3", "NUM": "2034", "PRO": "PT", "SEC": "0", "YEA": "1907", "CITY": "BAYREUTH"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13482	ruckdeschel-willi-1900-07-04	{"a5": "2035"}	{"lerrcp": "A5-2035"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willi", "family": "Ruckdeschel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "LICHTENFELS", "geoid": 0}, "notime": null, "date-ut": "1900-07-04 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Willi", "family": "Ruckdeschel"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "LICHTENFELS", "geoid": 0}, "date-ut": "1900-07-04 13:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2035"}, "ids-in-sources": {"a5": "2035"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "4", "LAT": "49N 0", "LON": "11E30", "MON": "7", "NUM": "2035", "PRO": "PT", "SEC": "0", "YEA": "1900", "CITY": "LICHTENFELS"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13483	ruhle-gerhar-1905-03-23	{"a5": "2036"}	{"lerrcp": "A5-2036"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gerhar", "family": "Rühle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "WINNENDEN B STU", "geoid": 0}, "notime": null, "date-ut": "1905-03-23 13:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Gerhar", "family": "Rühle"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "WINNENDEN B STU", "geoid": 0}, "date-ut": "1905-03-23 13:15"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2036"}, "ids-in-sources": {"a5": "2036"}}, "raw": {"H": "14", "MN": "15", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "23", "LAT": "48N30", "LON": "9E 0", "MON": "3", "NUM": "2036", "PRO": "PT", "SEC": "0", "YEA": "1905", "CITY": "WINNENDEN B STU"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13484	rupp-johannes-1903-01-26	{"a5": "2037"}	{"lerrcp": "A5-2037"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Rupp", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "REIHEN", "geoid": 0}, "notime": null, "date-ut": "1903-01-26 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Rupp"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "REIHEN", "geoid": 0}, "date-ut": "1903-01-26 17:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2037"}, "ids-in-sources": {"a5": "2037"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "26", "LAT": "48N30", "LON": "9E 0", "MON": "1", "NUM": "2037", "PRO": "PT", "SEC": "0", "YEA": "1903", "CITY": "REIHEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13485	saukel-fritz-1894-10-27	{"a5": "2038"}	{"lerrcp": "A5-2038"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Saukel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "HASSFURT UNTERF", "geoid": 0}, "notime": null, "date-ut": "1894-10-27 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Fritz", "family": "Saukel"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "HASSFURT UNTERF", "geoid": 0}, "date-ut": "1894-10-27 08:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2038"}, "ids-in-sources": {"a5": "2038"}}, "raw": {"H": "9", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "27", "LAT": "49N 0", "LON": "11E30", "MON": "10", "NUM": "2038", "PRO": "PT", "SEC": "0", "YEA": "1894", "CITY": "HASSFURT UNTERF"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13486	saupert-hans-1897-01-10	{"a5": "2039"}	{"lerrcp": "A5-2039"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Saupert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLD-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "GERMESHEIM A RH", "geoid": 0}, "notime": null, "date-ut": "1897-01-10 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Saupert"}, "birth": {"place": {"c2": "RHLD-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "GERMESHEIM A RH", "geoid": 0}, "date-ut": "1897-01-10 04:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2039"}, "ids-in-sources": {"a5": "2039"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "RHLD-PF", "COU": "G", "DAY": "10", "LAT": "50N 0", "LON": "7E 0", "MON": "1", "NUM": "2039", "PRO": "PT", "SEC": "0", "YEA": "1897", "CITY": "GERMESHEIM A RH"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13487	schadler-geor-1887-06-10	{"a5": "2040"}	{"lerrcp": "A5-2040"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Geor", "family": "Schädler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "GOPPRECHTS", "geoid": 0}, "notime": null, "date-ut": "1887-06-10 02:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Geor", "family": "Schädler"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "GOPPRECHTS", "geoid": 0}, "date-ut": "1887-06-10 02:14"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2040"}, "ids-in-sources": {"a5": "2040"}}, "raw": {"H": "3", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "10", "LAT": "49N 0", "LON": "11E30", "MON": "6", "NUM": "2040", "PRO": "PT", "SEC": "0", "YEA": "1887", "CITY": "GOPPRECHTS"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13488	schaffer-fritz-1888-05-12	{"a5": "2041"}	{"lerrcp": "A5-2041"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Schäffer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1888-05-12 12:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Fritz", "family": "Schäffer"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1888-05-12 12:44"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2041"}, "ids-in-sources": {"a5": "2041"}}, "raw": {"H": "13", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "12", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "2041", "PRO": "PT", "SEC": "0", "YEA": "1888", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13489	schaper-rudolf-1881-07-15	{"a5": "2042"}	{"lerrcp": "A5-2042"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rudolf", "family": "Schaper", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "SPRINGE HANNOV", "geoid": 0}, "notime": null, "date-ut": "1881-07-15 17:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Rudolf", "family": "Schaper"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "SPRINGE HANNOV", "geoid": 0}, "date-ut": "1881-07-15 17:50"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2042"}, "ids-in-sources": {"a5": "2042"}}, "raw": {"H": "18", "MN": "50", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "15", "LAT": "52N 0", "LON": "10E 0", "MON": "7", "NUM": "2042", "PRO": "PT", "SEC": "0", "YEA": "1881", "CITY": "SPRINGE HANNOV"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13490	scheel-gustav-1907-11-23	{"a5": "2043"}	{"lerrcp": "A5-2043"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustav", "family": "Scheel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "ROSENBERG BADEN", "geoid": 0}, "notime": null, "date-ut": "1907-11-23 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Gustav", "family": "Scheel"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "ROSENBERG BADEN", "geoid": 0}, "date-ut": "1907-11-23 14:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2043"}, "ids-in-sources": {"a5": "2043"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "23", "LAT": "48N30", "LON": "9E 0", "MON": "11", "NUM": "2043", "PRO": "PT", "SEC": "0", "YEA": "1907", "CITY": "ROSENBERG BADEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13491	schemm-hans-1891-10-06	{"a5": "2044"}	{"lerrcp": "A5-2044"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Schemm", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "BAYREUTH", "geoid": 0}, "notime": null, "date-ut": "1891-10-06 18:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Schemm"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "BAYREUTH", "geoid": 0}, "date-ut": "1891-10-06 18:44"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2044"}, "ids-in-sources": {"a5": "2044"}}, "raw": {"H": "19", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "6", "LAT": "49N 0", "LON": "11E30", "MON": "10", "NUM": "2044", "PRO": "PT", "SEC": "0", "YEA": "1891", "CITY": "BAYREUTH"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13492	schickert-ludwi-1901-08-08	{"a5": "2045"}	{"lerrcp": "A5-2045"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludwi", "family": "Schickert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLD-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "SCHNIFTENBERGER", "geoid": 0}, "notime": null, "date-ut": "1901-08-08 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Ludwi", "family": "Schickert"}, "birth": {"place": {"c2": "RHLD-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "SCHNIFTENBERGER", "geoid": 0}, "date-ut": "1901-08-08 13:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2045"}, "ids-in-sources": {"a5": "2045"}}, "raw": {"H": "14", "MN": "30", "TZ": "-1", "COD": "RHLD-PF", "COU": "G", "DAY": "8", "LAT": "50N 0", "LON": "7E 0", "MON": "8", "NUM": "2045", "PRO": "PT", "SEC": "0", "YEA": "1901", "CITY": "SCHNIFTENBERGER"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
7833	schleich-eduard-1888-08-09	{"a3": "2120", "a5": "2046"}	{"lerrcp": "A3-2120"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eduard", "family": "Schleich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1888-08-09 22:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Eduard", "family": "Schleich"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1888-08-09 22:29"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2120"}, "ids-in-sources": {"a3": "2120"}}, "raw": {"H": "23", "MN": "29", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "9", "LAT": "49N 0", "LON": "11E30", "MON": "8", "NUM": "2120", "PRO": "M", "SEC": "0", "YEA": "1888", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "2046"}}, "raw": {"H": "23", "MN": "29", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "9", "LAT": "49N 0", "LON": "11E30", "MON": "8", "NUM": "2046", "PRO": "PT", "SEC": "0", "YEA": "1888", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13493	schlessmann-fritz-1900-03-11	{"a5": "2047"}	{"lerrcp": "A5-2047"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Schlessmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "notime": null, "date-ut": "1900-03-11 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Fritz", "family": "Schlessmann"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "date-ut": "1900-03-11 01:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2047"}, "ids-in-sources": {"a5": "2047"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "11", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "2047", "PRO": "PT", "SEC": "0", "YEA": "1900", "CITY": "ESSEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13494	schmelcher-willy-1894-10-25	{"a5": "2048"}	{"lerrcp": "A5-2048"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willy", "family": "Schmelcher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "EPPINGEN BADEN", "geoid": 0}, "notime": null, "date-ut": "1894-10-25 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Willy", "family": "Schmelcher"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "EPPINGEN BADEN", "geoid": 0}, "date-ut": "1894-10-25 05:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2048"}, "ids-in-sources": {"a5": "2048"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "25", "LAT": "48N30", "LON": "9E 0", "MON": "10", "NUM": "2048", "PRO": "PT", "SEC": "0", "YEA": "1894", "CITY": "EPPINGEN BADEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13495	schmid-carl-1886-05-09	{"a5": "2049"}	{"lerrcp": "A5-2049"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carl", "family": "Schmid", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "OSNABRUCK", "geoid": 0}, "notime": null, "date-ut": "1886-05-09 10:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Carl", "family": "Schmid"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "OSNABRUCK", "geoid": 0}, "date-ut": "1886-05-09 10:20"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2049"}, "ids-in-sources": {"a5": "2049"}}, "raw": {"H": "11", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "9", "LAT": "52N 0", "LON": "10E 0", "MON": "5", "NUM": "2049", "PRO": "PT", "SEC": "0", "YEA": "1886", "CITY": "OSNABRUCK"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13496	schmidt-friedrich-1902-08-13	{"a5": "2050"}	{"lerrcp": "A5-2050"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Schmidt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "WIESENBACH", "geoid": 0}, "notime": null, "date-ut": "1902-08-13 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Schmidt"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "WIESENBACH", "geoid": 0}, "date-ut": "1902-08-13 04:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2050"}, "ids-in-sources": {"a5": "2050"}}, "raw": {"H": "5", "MN": "30", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "13", "LAT": "48N30", "LON": "9E 0", "MON": "8", "NUM": "2050", "PRO": "PT", "SEC": "0", "YEA": "1902", "CITY": "WIESENBACH"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13497	schmidt-fritz-1899-03-04	{"a5": "2051"}	{"lerrcp": "A5-2051"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Schmidt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WARBURG WESTFAL", "geoid": 0}, "notime": null, "date-ut": "1899-03-04 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Fritz", "family": "Schmidt"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WARBURG WESTFAL", "geoid": 0}, "date-ut": "1899-03-04 15:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2051"}, "ids-in-sources": {"a5": "2051"}}, "raw": {"H": "16", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "4", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "2051", "PRO": "PT", "SEC": "0", "YEA": "1899", "CITY": "WARBURG WESTFAL"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13498	schmidt-heinrich-1902-12-13	{"a5": "2052"}	{"lerrcp": "A5-2052"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Schmidt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "LEHRTE", "geoid": 0}, "notime": null, "date-ut": "1902-12-13 15:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Schmidt"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "LEHRTE", "geoid": 0}, "date-ut": "1902-12-13 15:45"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2052"}, "ids-in-sources": {"a5": "2052"}}, "raw": {"H": "16", "MN": "45", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "13", "LAT": "52N 0", "LON": "10E 0", "MON": "12", "NUM": "2052", "PRO": "PT", "SEC": "0", "YEA": "1902", "CITY": "LEHRTE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13499	gauquelin-a5-2053-1896-04-05	{"a5": "2053"}	{"lerrcp": "A5-2053"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-2053", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLD-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "STAUDERHEIM-NAH", "geoid": 0}, "notime": null, "date-ut": "1896-04-05 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-2053"}, "birth": {"place": {"c2": "RHLD-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "STAUDERHEIM-NAH", "geoid": 0}, "date-ut": "1896-04-05 16:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2053"}, "ids-in-sources": {"a5": "2053"}}, "raw": {"H": "17", "MN": "30", "TZ": "-1", "COD": "RHLD-PF", "COU": "G", "DAY": "5", "LAT": "50N 0", "LON": "7E 0", "MON": "4", "NUM": "2053", "PRO": "PT", "SEC": "0", "YEA": "1896", "CITY": "STAUDERHEIM-NAH"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13500	schmitt-peter-1901-09-11	{"a5": "2054"}	{"lerrcp": "A5-2054"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Peter", "family": "Schmitt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SAARL", "c3": null, "cy": "DE", "lg": 7, "lat": 49.33333, "name": "OTTWEILER SAAR", "geoid": 0}, "notime": null, "date-ut": "1901-09-11 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Peter", "family": "Schmitt"}, "birth": {"place": {"c2": "SAARL", "cy": "DE", "lg": 7, "lat": 49.33333, "name": "OTTWEILER SAAR", "geoid": 0}, "date-ut": "1901-09-11 21:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2054"}, "ids-in-sources": {"a5": "2054"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "SAARL", "COU": "G", "DAY": "11", "LAT": "49N20", "LON": "7E 0", "MON": "9", "NUM": "2054", "PRO": "PT", "SEC": "0", "YEA": "1901", "CITY": "OTTWEILER SAAR"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13501	gauquelin-a5-2055-1881-01-01	{"a5": "2055"}	{"lerrcp": "A5-2055"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-2055", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "notime": null, "date-ut": "1881-01-01 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-2055"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "date-ut": "1881-01-01 16:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2055"}, "ids-in-sources": {"a5": "2055"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "1", "LAT": "51N30", "LON": "7E30", "MON": "1", "NUM": "2055", "PRO": "PT", "SEC": "0", "YEA": "1881", "CITY": "ESSEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13502	gauquelin-a5-2056-1895-05-15	{"a5": "2056"}	{"lerrcp": "A5-2056"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-2056", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART", "geoid": 0}, "notime": null, "date-ut": "1895-05-15 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-2056"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART", "geoid": 0}, "date-ut": "1895-05-15 09:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2056"}, "ids-in-sources": {"a5": "2056"}}, "raw": {"H": "10", "MN": "30", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "15", "LAT": "48N30", "LON": "9E 0", "MON": "5", "NUM": "2056", "PRO": "PT", "SEC": "0", "YEA": "1895", "CITY": "STUTTGART"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13503	schneidhuber-august-1887-05-08	{"a5": "2057"}	{"lerrcp": "A5-2057"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "August", "family": "Schneidhuber", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "TRAUNSTEIN OBER", "geoid": 0}, "notime": null, "date-ut": "1887-05-08 20:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "August", "family": "Schneidhuber"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "TRAUNSTEIN OBER", "geoid": 0}, "date-ut": "1887-05-08 20:44"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2057"}, "ids-in-sources": {"a5": "2057"}}, "raw": {"H": "21", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "8", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "2057", "PRO": "PT", "SEC": "0", "YEA": "1887", "CITY": "TRAUNSTEIN OBER"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13504	schorlemer-karl-1886-03-23	{"a5": "2058"}	{"lerrcp": "A5-2058"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Schorlemer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "notime": null, "date-ut": "1886-03-23 22:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Schorlemer"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "date-ut": "1886-03-23 22:23"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2058"}, "ids-in-sources": {"a5": "2058"}}, "raw": {"H": "23", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "23", "LAT": "50N30", "LON": "9E15", "MON": "3", "NUM": "2058", "PRO": "PT", "SEC": "0", "YEA": "1886", "CITY": "FRANKFURT A/M"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13505	schorlemer-wilhelm-1888-05-25	{"a5": "2059"}	{"lerrcp": "A5-2059"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Schorlemer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "OLDENBURG", "geoid": 0}, "notime": null, "date-ut": "1888-05-25 04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Schorlemer"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "OLDENBURG", "geoid": 0}, "date-ut": "1888-05-25 04:20"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2059"}, "ids-in-sources": {"a5": "2059"}}, "raw": {"H": "5", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "25", "LAT": "52N 0", "LON": "10E 0", "MON": "5", "NUM": "2059", "PRO": "PT", "SEC": "0", "YEA": "1888", "CITY": "OLDENBURG"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13506	schramm-ferdinand-1889-04-15	{"a5": "2060"}	{"lerrcp": "A5-2060"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Schramm", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "GRUNHOLZ KR ECK", "geoid": 0}, "notime": null, "date-ut": "1889-04-15 11:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Schramm"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "GRUNHOLZ KR ECK", "geoid": 0}, "date-ut": "1889-04-15 11:51"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2060"}, "ids-in-sources": {"a5": "2060"}}, "raw": {"H": "12", "MN": "51", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "15", "LAT": "54N30", "LON": "9E45", "MON": "4", "NUM": "2060", "PRO": "PT", "SEC": "0", "YEA": "1889", "CITY": "GRUNHOLZ KR ECK"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13507	schroder-walther-1902-11-26	{"a5": "2061"}	{"lerrcp": "A5-2061"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walther", "family": "Schröder", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "LUBECK", "geoid": 0}, "notime": null, "date-ut": "1902-11-26 15:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Walther", "family": "Schröder"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "LUBECK", "geoid": 0}, "date-ut": "1902-11-26 15:45"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2061"}, "ids-in-sources": {"a5": "2061"}}, "raw": {"H": "16", "MN": "45", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "26", "LAT": "54N30", "LON": "9E45", "MON": "11", "NUM": "2061", "PRO": "PT", "SEC": "0", "YEA": "1902", "CITY": "LUBECK"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13508	schiffmann-hans-1879-12-23	{"a5": "2062"}	{"lerrcp": "A5-2062"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Schiffmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ERBENDORF", "geoid": 0}, "notime": null, "date-ut": "1879-12-23 20:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Schiffmann"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ERBENDORF", "geoid": 0}, "date-ut": "1879-12-23 20:44"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2062"}, "ids-in-sources": {"a5": "2062"}}, "raw": {"H": "21", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "23", "LAT": "49N 0", "LON": "11E30", "MON": "12", "NUM": "2062", "PRO": "PT", "SEC": "0", "YEA": "1879", "CITY": "ERBENDORF"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13509	schug-siegfried-1898-03-15	{"a5": "2063"}	{"lerrcp": "A5-2063"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Siegfried", "family": "Schug", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WATTENSCHEID", "geoid": 0}, "notime": null, "date-ut": "1898-03-15 11:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Siegfried", "family": "Schug"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WATTENSCHEID", "geoid": 0}, "date-ut": "1898-03-15 11:45"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2063"}, "ids-in-sources": {"a5": "2063"}}, "raw": {"H": "12", "MN": "45", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "15", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "2063", "PRO": "PT", "SEC": "0", "YEA": "1898", "CITY": "WATTENSCHEID"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13510	schule-albert-1890-02-12	{"a5": "2064"}	{"lerrcp": "A5-2064"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Schüle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "WOLFENBRUCK", "geoid": 0}, "notime": null, "date-ut": "1890-02-12 18:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Schüle"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "WOLFENBRUCK", "geoid": 0}, "date-ut": "1890-02-12 18:24"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2064"}, "ids-in-sources": {"a5": "2064"}}, "raw": {"H": "19", "MN": "24", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "12", "LAT": "48N30", "LON": "9E 0", "MON": "2", "NUM": "2064", "PRO": "PT", "SEC": "0", "YEA": "1890", "CITY": "WOLFENBRUCK"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13511	schulz-karl-1905-02-07	{"a5": "2065"}	{"lerrcp": "A5-2065"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Schulz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BOCHUM-WEITMAR", "geoid": 0}, "notime": null, "date-ut": "1905-02-07 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Schulz"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BOCHUM-WEITMAR", "geoid": 0}, "date-ut": "1905-02-07 14:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2065"}, "ids-in-sources": {"a5": "2065"}}, "raw": {"H": "15", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "7", "LAT": "51N30", "LON": "7E30", "MON": "2", "NUM": "2065", "PRO": "PT", "SEC": "0", "YEA": "1905", "CITY": "BOCHUM-WEITMAR"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13512	schumann-wilhelm-1899-03-28	{"a5": "2066"}	{"lerrcp": "A5-2066"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Schumann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL-ELBER", "geoid": 0}, "notime": null, "date-ut": "1899-03-28 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Schumann"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL-ELBER", "geoid": 0}, "date-ut": "1899-03-28 21:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2066"}, "ids-in-sources": {"a5": "2066"}}, "raw": {"H": "22", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "28", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "2066", "PRO": "PT", "SEC": "0", "YEA": "1899", "CITY": "WUPPERTAL-ELBER"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13513	schumeier-artur-1903-08-23	{"a5": "2067"}	{"lerrcp": "A5-2067"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Artur", "family": "Schumeier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "notime": null, "date-ut": "1903-08-23 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Artur", "family": "Schumeier"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "date-ut": "1903-08-23 10:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2067"}, "ids-in-sources": {"a5": "2067"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "23", "LAT": "52N 0", "LON": "10E 0", "MON": "8", "NUM": "2067", "PRO": "PT", "SEC": "0", "YEA": "1903", "CITY": "BRAUNSCHWEIG"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13514	schwarz-wilhelm-1902-04-02	{"a5": "2068"}	{"lerrcp": "A5-2068"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Schwärz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MEMMINGEN", "geoid": 0}, "notime": null, "date-ut": "1902-04-02 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Schwärz"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MEMMINGEN", "geoid": 0}, "date-ut": "1902-04-02 01:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2068"}, "ids-in-sources": {"a5": "2068"}}, "raw": {"H": "2", "MN": "30", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "2", "LAT": "49N 0", "LON": "11E30", "MON": "4", "NUM": "2068", "PRO": "PT", "SEC": "0", "YEA": "1902", "CITY": "MEMMINGEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13515	gauquelin-a5-2069-1904-04-13	{"a5": "2069"}	{"lerrcp": "A5-2069"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-2069", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLD-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "HOLZAPPEL UNTER", "geoid": 0}, "notime": null, "date-ut": "1904-04-13 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-2069"}, "birth": {"place": {"c2": "RHLD-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "HOLZAPPEL UNTER", "geoid": 0}, "date-ut": "1904-04-13 20:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2069"}, "ids-in-sources": {"a5": "2069"}}, "raw": {"H": "21", "MN": "30", "TZ": "-1", "COD": "RHLD-PF", "COU": "G", "DAY": "13", "LAT": "50N 0", "LON": "7E 0", "MON": "4", "NUM": "2069", "PRO": "PT", "SEC": "0", "YEA": "1904", "CITY": "HOLZAPPEL UNTER"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13516	schwarz-franz-1875-11-27	{"a5": "2070"}	{"lerrcp": "A5-2070"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Schwarz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "GUNZBURG DONAU", "geoid": 0}, "notime": null, "date-ut": "1875-11-27 18:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Franz", "family": "Schwarz"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "GUNZBURG DONAU", "geoid": 0}, "date-ut": "1875-11-27 18:24"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2070"}, "ids-in-sources": {"a5": "2070"}}, "raw": {"H": "19", "MN": "24", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "27", "LAT": "49N 0", "LON": "11E30", "MON": "11", "NUM": "2070", "PRO": "PT", "SEC": "0", "YEA": "1875", "CITY": "GUNZBURG DONAU"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13517	schwitzgebel-fritz-1888-09-19	{"a5": "2071"}	{"lerrcp": "A5-2071"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Schwitzgebel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLD-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "WALDMOHR RHEINP", "geoid": 0}, "notime": null, "date-ut": "1888-09-19 02:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Fritz", "family": "Schwitzgebel"}, "birth": {"place": {"c2": "RHLD-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "WALDMOHR RHEINP", "geoid": 0}, "date-ut": "1888-09-19 02:32"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2071"}, "ids-in-sources": {"a5": "2071"}}, "raw": {"H": "3", "MN": "32", "TZ": "-1", "COD": "RHLD-PF", "COU": "G", "DAY": "19", "LAT": "50N 0", "LON": "7E 0", "MON": "9", "NUM": "2071", "PRO": "PT", "SEC": "0", "YEA": "1888", "CITY": "WALDMOHR RHEINP"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13518	seipel-wilhelm-1903-11-29	{"a5": "2072"}	{"lerrcp": "A5-2072"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Seipel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FAUERBACH KR FR", "geoid": 0}, "notime": null, "date-ut": "1903-11-29 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Seipel"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FAUERBACH KR FR", "geoid": 0}, "date-ut": "1903-11-29 00:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2072"}, "ids-in-sources": {"a5": "2072"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "29", "LAT": "50N30", "LON": "9E15", "MON": "11", "NUM": "2072", "PRO": "PT", "SEC": "0", "YEA": "1903", "CITY": "FAUERBACH KR FR"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13519	seydel-joseph-1887-02-04	{"a5": "2073"}	{"lerrcp": "A5-2073"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Seydel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1887-02-04 14:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Seydel"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1887-02-04 14:44"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2073"}, "ids-in-sources": {"a5": "2073"}}, "raw": {"H": "15", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "4", "LAT": "49N 0", "LON": "11E30", "MON": "2", "NUM": "2073", "PRO": "PT", "SEC": "0", "YEA": "1887", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13520	simon-karl-1885-03-25	{"a5": "2074"}	{"lerrcp": "A5-2074"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Simon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLD-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "ZWEIBRUCKEN", "geoid": 0}, "notime": null, "date-ut": "1885-03-25 12:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Simon"}, "birth": {"place": {"c2": "RHLD-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "ZWEIBRUCKEN", "geoid": 0}, "date-ut": "1885-03-25 12:32"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2074"}, "ids-in-sources": {"a5": "2074"}}, "raw": {"H": "13", "MN": "32", "TZ": "-1", "COD": "RHLD-PF", "COU": "G", "DAY": "25", "LAT": "50N 0", "LON": "7E 0", "MON": "3", "NUM": "2074", "PRO": "PT", "SEC": "0", "YEA": "1885", "CITY": "ZWEIBRUCKEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13521	sommer-otto-1891-10-22	{"a5": "2075"}	{"lerrcp": "A5-2075"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Sommer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "notime": null, "date-ut": "1891-10-22 22:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Sommer"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "date-ut": "1891-10-22 22:54"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2075"}, "ids-in-sources": {"a5": "2075"}}, "raw": {"H": "23", "MN": "54", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "22", "LAT": "48N30", "LON": "9E 0", "MON": "10", "NUM": "2075", "PRO": "PT", "SEC": "0", "YEA": "1891", "CITY": "HEIDELBERG"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13522	spangemacaer-heinz-1885-01-20	{"a5": "2076"}	{"lerrcp": "A5-2076"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinz", "family": "Spangemacaer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WALSTEDDE I WES", "geoid": 0}, "notime": null, "date-ut": "1885-01-20 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Heinz", "family": "Spangemacaer"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WALSTEDDE I WES", "geoid": 0}, "date-ut": "1885-01-20 10:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2076"}, "ids-in-sources": {"a5": "2076"}}, "raw": {"H": "11", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "20", "LAT": "51N30", "LON": "7E30", "MON": "1", "NUM": "2076", "PRO": "PT", "SEC": "0", "YEA": "1885", "CITY": "WALSTEDDE I WES"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13523	spanuth-robert-1892-10-10	{"a5": "2077"}	{"lerrcp": "A5-2077"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Spanuth", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "KIEL", "geoid": 0}, "notime": null, "date-ut": "1892-10-10 02:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Spanuth"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "KIEL", "geoid": 0}, "date-ut": "1892-10-10 02:51"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2077"}, "ids-in-sources": {"a5": "2077"}}, "raw": {"H": "3", "MN": "51", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "10", "LAT": "54N30", "LON": "9E45", "MON": "10", "NUM": "2077", "PRO": "PT", "SEC": "0", "YEA": "1892", "CITY": "KIEL"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13524	sporrenberg-jakob-1902-09-16	{"a5": "2078"}	{"lerrcp": "A5-2078"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jakob", "family": "Sporrenberg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "notime": null, "date-ut": "1902-09-16 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jakob", "family": "Sporrenberg"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DUSSELDORF", "geoid": 0}, "date-ut": "1902-09-16 12:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2078"}, "ids-in-sources": {"a5": "2078"}}, "raw": {"H": "13", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "16", "LAT": "51N30", "LON": "7E30", "MON": "9", "NUM": "2078", "PRO": "PT", "SEC": "0", "YEA": "1902", "CITY": "DUSSELDORF"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13525	stephani-friedrich-1876-06-11	{"a5": "2079"}	{"lerrcp": "A5-2079"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Stephani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BIELEFELD", "geoid": 0}, "notime": null, "date-ut": "1876-06-11 23:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Stephani"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BIELEFELD", "geoid": 0}, "date-ut": "1876-06-11 23:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2079"}, "ids-in-sources": {"a5": "2079"}}, "raw": {"H": "0", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "12", "LAT": "51N30", "LON": "7E30", "MON": "6", "NUM": "2079", "PRO": "PT", "SEC": "0", "YEA": "1876", "CITY": "BIELEFELD"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13526	stegmann-wilhelm-1899-06-13	{"a5": "2080"}	{"lerrcp": "A5-2080"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Stegmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1899-06-13 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Stegmann"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1899-06-13 22:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2080"}, "ids-in-sources": {"a5": "2080"}}, "raw": {"H": "23", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "13", "LAT": "49N 0", "LON": "11E30", "MON": "6", "NUM": "2080", "PRO": "PT", "SEC": "0", "YEA": "1899", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13527	stein-ernst-1906-04-26	{"a5": "2081"}	{"lerrcp": "A5-2081"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Stein", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BOCHUM", "geoid": 0}, "notime": null, "date-ut": "1906-04-26 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Stein"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BOCHUM", "geoid": 0}, "date-ut": "1906-04-26 14:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2081"}, "ids-in-sources": {"a5": "2081"}}, "raw": {"H": "15", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "26", "LAT": "51N30", "LON": "7E30", "MON": "4", "NUM": "2081", "PRO": "PT", "SEC": "0", "YEA": "1906", "CITY": "BOCHUM"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13528	stehle-vinzenz-1901-01-22	{"a5": "2082"}	{"lerrcp": "A5-2082"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vinzenz", "family": "Stehle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "HIRRLINGEN UBER", "geoid": 0}, "notime": null, "date-ut": "1901-01-22 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Vinzenz", "family": "Stehle"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "HIRRLINGEN UBER", "geoid": 0}, "date-ut": "1901-01-22 02:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2082"}, "ids-in-sources": {"a5": "2082"}}, "raw": {"H": "3", "MN": "30", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "22", "LAT": "48N30", "LON": "9E 0", "MON": "1", "NUM": "2082", "PRO": "PT", "SEC": "0", "YEA": "1901", "CITY": "HIRRLINGEN UBER"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13529	stellrecht-helmut-1898-12-21	{"a5": "2083"}	{"lerrcp": "A5-2083"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Helmut", "family": "Stellrecht", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "WANGEN I ALLGAU", "geoid": 0}, "notime": null, "date-ut": "1898-12-21 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Helmut", "family": "Stellrecht"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "WANGEN I ALLGAU", "geoid": 0}, "date-ut": "1898-12-21 19:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2083"}, "ids-in-sources": {"a5": "2083"}}, "raw": {"H": "20", "MN": "30", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "21", "LAT": "48N30", "LON": "9E 0", "MON": "12", "NUM": "2083", "PRO": "PT", "SEC": "0", "YEA": "1898", "CITY": "WANGEN I ALLGAU"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13530	steuer-ludwi-1893-12-31	{"a5": "2084"}	{"lerrcp": "A5-2084"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludwi", "family": "Steuer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLD-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "BAD KREUZNACH", "geoid": 0}, "notime": null, "date-ut": "1893-12-31 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Ludwi", "family": "Steuer"}, "birth": {"place": {"c2": "RHLD-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "BAD KREUZNACH", "geoid": 0}, "date-ut": "1893-12-31 04:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2084"}, "ids-in-sources": {"a5": "2084"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "RHLD-PF", "COU": "G", "DAY": "31", "LAT": "50N 0", "LON": "7E 0", "MON": "12", "NUM": "2084", "PRO": "PT", "SEC": "0", "YEA": "1893", "CITY": "BAD KREUZNACH"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13531	storch-anton-1892-04-01	{"a5": "2085"}	{"lerrcp": "A5-2085"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anton", "family": "Storch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FULDA", "geoid": 0}, "notime": null, "date-ut": "1892-04-01 07:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Anton", "family": "Storch"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FULDA", "geoid": 0}, "date-ut": "1892-04-01 07:53"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2085"}, "ids-in-sources": {"a5": "2085"}}, "raw": {"H": "8", "MN": "53", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "1", "LAT": "50N30", "LON": "9E15", "MON": "4", "NUM": "2085", "PRO": "PT", "SEC": "0", "YEA": "1892", "CITY": "FULDA"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13532	strasser-gregor-1892-05-31	{"a5": "2086"}	{"lerrcp": "A5-2086"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gregor", "family": "Strasser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "GEISENFELD", "geoid": 0}, "notime": null, "date-ut": "1892-05-31 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Gregor", "family": "Strasser"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "GEISENFELD", "geoid": 0}, "date-ut": "1892-05-31 08:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2086"}, "ids-in-sources": {"a5": "2086"}}, "raw": {"H": "9", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "31", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "2086", "PRO": "PT", "SEC": "0", "YEA": "1892", "CITY": "GEISENFELD"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13533	strauss-franz-1915-09-06	{"a5": "2087"}	{"lerrcp": "A5-2087"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Strauss", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1915-09-06 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Franz", "family": "Strauss"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1915-09-06 09:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2087"}, "ids-in-sources": {"a5": "2087"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "6", "LAT": "49N 0", "LON": "11E30", "MON": "9", "NUM": "2087", "PRO": "PT", "SEC": "0", "YEA": "1915", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13534	streicher-julius-1885-02-12	{"a5": "2088"}	{"lerrcp": "A5-2088"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julius", "family": "Streicher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "FLEINHAUSEN KR", "geoid": 0}, "notime": null, "date-ut": "1885-02-12 09:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Julius", "family": "Streicher"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "FLEINHAUSEN KR", "geoid": 0}, "date-ut": "1885-02-12 09:29"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2088"}, "ids-in-sources": {"a5": "2088"}}, "raw": {"H": "10", "MN": "29", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "12", "LAT": "49N 0", "LON": "11E30", "MON": "2", "NUM": "2088", "PRO": "PT", "SEC": "0", "YEA": "1885", "CITY": "FLEINHAUSEN KR"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13535	struve-wilhelm-1901-02-09	{"a5": "2089"}	{"lerrcp": "A5-2089"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Struve", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "ITZEHOE", "geoid": 0}, "notime": null, "date-ut": "1901-02-09 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Struve"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "ITZEHOE", "geoid": 0}, "date-ut": "1901-02-09 13:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2089"}, "ids-in-sources": {"a5": "2089"}}, "raw": {"H": "14", "MN": "30", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "9", "LAT": "54N30", "LON": "9E45", "MON": "2", "NUM": "2089", "PRO": "PT", "SEC": "0", "YEA": "1901", "CITY": "ITZEHOE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13536	sybel-heinrich-1885-03-28	{"a5": "2090"}	{"lerrcp": "A5-2090"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Sybel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "GUMMERSBACH", "geoid": 0}, "notime": null, "date-ut": "1885-03-28 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Sybel"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "GUMMERSBACH", "geoid": 0}, "date-ut": "1885-03-28 08:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2090"}, "ids-in-sources": {"a5": "2090"}}, "raw": {"H": "9", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "28", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "2090", "PRO": "PT", "SEC": "0", "YEA": "1885", "CITY": "GUMMERSBACH"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13537	terboven-joseph-1898-05-23	{"a5": "2091"}	{"lerrcp": "A5-2091"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Terboven", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "notime": null, "date-ut": "1898-05-23 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Terboven"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "date-ut": "1898-05-23 14:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2091"}, "ids-in-sources": {"a5": "2091"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "23", "LAT": "51N30", "LON": "7E30", "MON": "5", "NUM": "2091", "PRO": "PT", "SEC": "0", "YEA": "1898", "CITY": "ESSEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13538	thiele-kurt-1896-07-29	{"a5": "2092"}	{"lerrcp": "A5-2092"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kurt", "family": "Thiele", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "notime": null, "date-ut": "1896-07-29 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Kurt", "family": "Thiele"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "BRAUNSCHWEIG", "geoid": 0}, "date-ut": "1896-07-29 16:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2092"}, "ids-in-sources": {"a5": "2092"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "29", "LAT": "52N 0", "LON": "10E 0", "MON": "7", "NUM": "2092", "PRO": "PT", "SEC": "0", "YEA": "1896", "CITY": "BRAUNSCHWEIG"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13539	gauquelin-a5-2093-1896-04-05	{"a5": "2093"}	{"lerrcp": "A5-2093"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-2093", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL-BARME", "geoid": 0}, "notime": null, "date-ut": "1896-04-05 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-2093"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL-BARME", "geoid": 0}, "date-ut": "1896-04-05 00:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2093"}, "ids-in-sources": {"a5": "2093"}}, "raw": {"H": "1", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "5", "LAT": "51N30", "LON": "7E30", "MON": "4", "NUM": "2093", "PRO": "PT", "SEC": "0", "YEA": "1896", "CITY": "WUPPERTAL-BARME"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13540	todt-fritz-1891-09-04	{"a5": "2094"}	{"lerrcp": "A5-2094"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Todt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "PFORZHEIM", "geoid": 0}, "notime": null, "date-ut": "1891-09-04 11:39"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Fritz", "family": "Todt"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "PFORZHEIM", "geoid": 0}, "date-ut": "1891-09-04 11:39"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2094"}, "ids-in-sources": {"a5": "2094"}}, "raw": {"H": "12", "MN": "39", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "4", "LAT": "48N30", "LON": "9E 0", "MON": "9", "NUM": "2094", "PRO": "PT", "SEC": "0", "YEA": "1891", "CITY": "PFORZHEIM"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13541	uebelhoer-friedrich-1893-09-25	{"a5": "2095"}	{"lerrcp": "A5-2095"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Uebelhoer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ROTHENBURG A D", "geoid": 0}, "notime": null, "date-ut": "1893-09-25 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Uebelhoer"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ROTHENBURG A D", "geoid": 0}, "date-ut": "1893-09-25 11:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2095"}, "ids-in-sources": {"a5": "2095"}}, "raw": {"H": "12", "MN": "30", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "25", "LAT": "49N 0", "LON": "11E30", "MON": "9", "NUM": "2095", "PRO": "PT", "SEC": "0", "YEA": "1893", "CITY": "ROTHENBURG A D"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13542	ullmer-adalbert-1896-08-26	{"a5": "2096"}	{"lerrcp": "A5-2096"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adalbert", "family": "Ullmer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "REICHOLZHEIM", "geoid": 0}, "notime": null, "date-ut": "1896-08-26 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Adalbert", "family": "Ullmer"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "REICHOLZHEIM", "geoid": 0}, "date-ut": "1896-08-26 14:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2096"}, "ids-in-sources": {"a5": "2096"}}, "raw": {"H": "15", "MN": "30", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "26", "LAT": "49N 0", "LON": "11E30", "MON": "8", "NUM": "2096", "PRO": "PT", "SEC": "0", "YEA": "1896", "CITY": "REICHOLZHEIM"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13543	ulrich-kurt-1876-04-14	{"a5": "2097"}	{"lerrcp": "A5-2097"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kurt", "family": "Ulrich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FULDA", "geoid": 0}, "notime": null, "date-ut": "1876-04-14 18:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Kurt", "family": "Ulrich"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FULDA", "geoid": 0}, "date-ut": "1876-04-14 18:53"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2097"}, "ids-in-sources": {"a5": "2097"}}, "raw": {"H": "19", "MN": "53", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "14", "LAT": "50N30", "LON": "9E15", "MON": "4", "NUM": "2097", "PRO": "PT", "SEC": "0", "YEA": "1876", "CITY": "FULDA"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13544	ummen-hans-1894-06-02	{"a5": "2098"}	{"lerrcp": "A5-2098"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Ummen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "HOXTER", "geoid": 0}, "notime": null, "date-ut": "1894-06-02 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Ummen"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "HOXTER", "geoid": 0}, "date-ut": "1894-06-02 15:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2098"}, "ids-in-sources": {"a5": "2098"}}, "raw": {"H": "16", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "2", "LAT": "51N30", "LON": "7E30", "MON": "6", "NUM": "2098", "PRO": "PT", "SEC": "0", "YEA": "1894", "CITY": "HOXTER"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13545	unger-heinrich-1868-02-17	{"a5": "2099"}	{"lerrcp": "A5-2099"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Unger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WITTEN-RUHR", "geoid": 0}, "notime": null, "date-ut": "1868-02-17 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Unger"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WITTEN-RUHR", "geoid": 0}, "date-ut": "1868-02-17 11:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2099"}, "ids-in-sources": {"a5": "2099"}}, "raw": {"H": "12", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "17", "LAT": "51N30", "LON": "7E30", "MON": "2", "NUM": "2099", "PRO": "PT", "SEC": "0", "YEA": "1868", "CITY": "WITTEN-RUHR"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13546	veller-willi-1896-10-09	{"a5": "2100"}	{"lerrcp": "A5-2100"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willi", "family": "Veller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WITTEN-RUHR", "geoid": 0}, "notime": null, "date-ut": "1896-10-09 11:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Willi", "family": "Veller"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WITTEN-RUHR", "geoid": 0}, "date-ut": "1896-10-09 11:45"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2100"}, "ids-in-sources": {"a5": "2100"}}, "raw": {"H": "12", "MN": "45", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "9", "LAT": "51N30", "LON": "7E30", "MON": "10", "NUM": "2100", "PRO": "PT", "SEC": "0", "YEA": "1896", "CITY": "WITTEN-RUHR"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13547	vetter-heinrich-1890-09-10	{"a5": "2101"}	{"lerrcp": "A5-2101"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Vetter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FULDA", "geoid": 0}, "notime": null, "date-ut": "1890-09-10 21:38"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Vetter"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FULDA", "geoid": 0}, "date-ut": "1890-09-10 21:38"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2101"}, "ids-in-sources": {"a5": "2101"}}, "raw": {"H": "22", "MN": "38", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "10", "LAT": "50N30", "LON": "9E15", "MON": "9", "NUM": "2101", "PRO": "PT", "SEC": "0", "YEA": "1890", "CITY": "FULDA"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13548	gauquelin-a5-2102-1895-04-15	{"a5": "2102"}	{"lerrcp": "A5-2102"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-2102", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "TODTNAU BADEN", "geoid": 0}, "notime": null, "date-ut": "1895-04-15 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-2102"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "TODTNAU BADEN", "geoid": 0}, "date-ut": "1895-04-15 06:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2102"}, "ids-in-sources": {"a5": "2102"}}, "raw": {"H": "7", "MN": "30", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "15", "LAT": "48N30", "LON": "9E 0", "MON": "4", "NUM": "2102", "PRO": "PT", "SEC": "0", "YEA": "1895", "CITY": "TODTNAU BADEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13549	vielstich-fritz-1895-03-15	{"a5": "2103"}	{"lerrcp": "A5-2103"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Vielstich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "PEINE", "geoid": 0}, "notime": null, "date-ut": "1895-03-15 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Fritz", "family": "Vielstich"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "PEINE", "geoid": 0}, "date-ut": "1895-03-15 20:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2103"}, "ids-in-sources": {"a5": "2103"}}, "raw": {"H": "21", "MN": "30", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "15", "LAT": "52N 0", "LON": "10E 0", "MON": "3", "NUM": "2103", "PRO": "PT", "SEC": "0", "YEA": "1895", "CITY": "PEINE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13550	vogt-anton-1891-08-05	{"a5": "2104"}	{"lerrcp": "A5-2104"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anton", "family": "Vogt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "MOGGLINGEN B SC", "geoid": 0}, "notime": null, "date-ut": "1891-08-05 15:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Anton", "family": "Vogt"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "MOGGLINGEN B SC", "geoid": 0}, "date-ut": "1891-08-05 15:24"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2104"}, "ids-in-sources": {"a5": "2104"}}, "raw": {"H": "16", "MN": "24", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "5", "LAT": "48N30", "LON": "9E 0", "MON": "8", "NUM": "2104", "PRO": "PT", "SEC": "0", "YEA": "1891", "CITY": "MOGGLINGEN B SC"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13551	wagener-otto-1888-04-28	{"a5": "2105"}	{"lerrcp": "A5-2105"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Wagener", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "DURLACH BADEN", "geoid": 0}, "notime": null, "date-ut": "1888-04-28 09:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Wagener"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "DURLACH BADEN", "geoid": 0}, "date-ut": "1888-04-28 09:54"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2105"}, "ids-in-sources": {"a5": "2105"}}, "raw": {"H": "10", "MN": "54", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "28", "LAT": "48N30", "LON": "9E 0", "MON": "4", "NUM": "2105", "PRO": "PT", "SEC": "0", "YEA": "1888", "CITY": "DURLACH BADEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13552	gauquelin-a5-2106-1896-09-25	{"a5": "2106"}	{"lerrcp": "A5-2106"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-2106", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "HILDESHEIM", "geoid": 0}, "notime": null, "date-ut": "1896-09-25 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-2106"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "HILDESHEIM", "geoid": 0}, "date-ut": "1896-09-25 03:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2106"}, "ids-in-sources": {"a5": "2106"}}, "raw": {"H": "4", "MN": "30", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "25", "LAT": "52N 0", "LON": "10E 0", "MON": "9", "NUM": "2106", "PRO": "PT", "SEC": "0", "YEA": "1896", "CITY": "HILDESHEIM"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13553	wahl-karl-1892-09-24	{"a5": "2107"}	{"lerrcp": "A5-2107"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Wahl", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "AALEN-WURTTEMBE", "geoid": 0}, "notime": null, "date-ut": "1892-09-24 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Wahl"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "AALEN-WURTTEMBE", "geoid": 0}, "date-ut": "1892-09-24 07:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2107"}, "ids-in-sources": {"a5": "2107"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "24", "LAT": "48N30", "LON": "9E 0", "MON": "9", "NUM": "2107", "PRO": "PT", "SEC": "0", "YEA": "1892", "CITY": "AALEN-WURTTEMBE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13554	wedderwille-adolf-1895-09-25	{"a5": "2108"}	{"lerrcp": "A5-2108"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolf", "family": "Wedderwille", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WEDDERWILLEN", "geoid": 0}, "notime": null, "date-ut": "1895-09-25 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Adolf", "family": "Wedderwille"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WEDDERWILLEN", "geoid": 0}, "date-ut": "1895-09-25 10:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2108"}, "ids-in-sources": {"a5": "2108"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "25", "LAT": "51N30", "LON": "7E30", "MON": "9", "NUM": "2108", "PRO": "PT", "SEC": "0", "YEA": "1895", "CITY": "WEDDERWILLEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13555	weidenhofer-geor-1882-01-13	{"a5": "2109"}	{"lerrcp": "A5-2109"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Geor", "family": "Weidenhöfer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "ZEVEN HANN", "geoid": 0}, "notime": null, "date-ut": "1882-01-13 22:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Geor", "family": "Weidenhöfer"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "ZEVEN HANN", "geoid": 0}, "date-ut": "1882-01-13 22:50"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2109"}, "ids-in-sources": {"a5": "2109"}}, "raw": {"H": "23", "MN": "50", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "13", "LAT": "52N 0", "LON": "10E 0", "MON": "1", "NUM": "2109", "PRO": "PT", "SEC": "0", "YEA": "1882", "CITY": "ZEVEN HANN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13556	weiss-wilhelm-1892-03-31	{"a5": "2110"}	{"lerrcp": "A5-2110"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Weiss", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "STADTSTEINACH", "geoid": 0}, "notime": null, "date-ut": "1892-03-31 20:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Weiss"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "STADTSTEINACH", "geoid": 0}, "date-ut": "1892-03-31 20:14"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2110"}, "ids-in-sources": {"a5": "2110"}}, "raw": {"H": "21", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "31", "LAT": "49N 0", "LON": "11E30", "MON": "3", "NUM": "2110", "PRO": "PT", "SEC": "0", "YEA": "1892", "CITY": "STADTSTEINACH"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13557	weitzel-fritz-1904-04-27	{"a5": "2111"}	{"lerrcp": "A5-2111"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Weitzel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "notime": null, "date-ut": "1904-04-27 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Fritz", "family": "Weitzel"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A/M", "geoid": 0}, "date-ut": "1904-04-27 21:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2111"}, "ids-in-sources": {"a5": "2111"}}, "raw": {"H": "22", "MN": "30", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "27", "LAT": "50N30", "LON": "9E15", "MON": "4", "NUM": "2111", "PRO": "PT", "SEC": "0", "YEA": "1904", "CITY": "FRANKFURT A/M"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13558	wenzl-karl-1903-10-15	{"a5": "2112"}	{"lerrcp": "A5-2112"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Wenzl", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1903-10-15 23:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Wenzl"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1903-10-15 23:15"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2112"}, "ids-in-sources": {"a5": "2112"}}, "raw": {"H": "0", "MN": "15", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "16", "LAT": "49N 0", "LON": "11E30", "MON": "10", "NUM": "2112", "PRO": "PT", "SEC": "0", "YEA": "1903", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13559	wetter-august-1890-09-25	{"a5": "2113"}	{"lerrcp": "A5-2113"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "August", "family": "Wetter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RHLD-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "GIEBELHARDT B W", "geoid": 0}, "notime": null, "date-ut": "1890-09-25 11:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "August", "family": "Wetter"}, "birth": {"place": {"c2": "RHLD-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "GIEBELHARDT B W", "geoid": 0}, "date-ut": "1890-09-25 11:32"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2113"}, "ids-in-sources": {"a5": "2113"}}, "raw": {"H": "12", "MN": "32", "TZ": "-1", "COD": "RHLD-PF", "COU": "G", "DAY": "25", "LAT": "50N 0", "LON": "7E 0", "MON": "9", "NUM": "2113", "PRO": "PT", "SEC": "0", "YEA": "1890", "CITY": "GIEBELHARDT B W"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13560	gauquelin-a5-2114-1905-04-05	{"a5": "2114"}	{"lerrcp": "A5-2114"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-2114", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "KARLSRUHE", "geoid": 0}, "notime": null, "date-ut": "1905-04-05 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-2114"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "KARLSRUHE", "geoid": 0}, "date-ut": "1905-04-05 20:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2114"}, "ids-in-sources": {"a5": "2114"}}, "raw": {"H": "21", "MN": "0", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "5", "LAT": "48N30", "LON": "9E 0", "MON": "4", "NUM": "2114", "PRO": "PT", "SEC": "0", "YEA": "1905", "CITY": "KARLSRUHE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13561	wiese-heinrich-1896-07-22	{"a5": "2115"}	{"lerrcp": "A5-2115"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Wiese", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "EUTIN", "geoid": 0}, "notime": null, "date-ut": "1896-07-22 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Wiese"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "EUTIN", "geoid": 0}, "date-ut": "1896-07-22 13:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2115"}, "ids-in-sources": {"a5": "2115"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "22", "LAT": "54N30", "LON": "9E45", "MON": "7", "NUM": "2115", "PRO": "PT", "SEC": "0", "YEA": "1896", "CITY": "EUTIN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13562	willikens-werner-1893-02-08	{"a5": "2116"}	{"lerrcp": "A5-2116"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Werner", "family": "Willikens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIED-SA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "VIENENBURG A", "geoid": 0}, "notime": null, "date-ut": "1893-02-08 01:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Werner", "family": "Willikens"}, "birth": {"place": {"c2": "NIED-SA", "cy": "DE", "lg": 10, "lat": 52, "name": "VIENENBURG A", "geoid": 0}, "date-ut": "1893-02-08 01:20"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2116"}, "ids-in-sources": {"a5": "2116"}}, "raw": {"H": "2", "MN": "20", "TZ": "-1", "COD": "NIED-SA", "COU": "G", "DAY": "8", "LAT": "52N 0", "LON": "10E 0", "MON": "2", "NUM": "2116", "PRO": "PT", "SEC": "0", "YEA": "1893", "CITY": "VIENENBURG A"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13563	winter-ludwi-1894-08-16	{"a5": "2117"}	{"lerrcp": "A5-2117"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludwi", "family": "Winter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BARNTRUP LIPPE", "geoid": 0}, "notime": null, "date-ut": "1894-08-16 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Ludwi", "family": "Winter"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "BARNTRUP LIPPE", "geoid": 0}, "date-ut": "1894-08-16 11:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2117"}, "ids-in-sources": {"a5": "2117"}}, "raw": {"H": "12", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "16", "LAT": "51N30", "LON": "7E30", "MON": "8", "NUM": "2117", "PRO": "PT", "SEC": "0", "YEA": "1894", "CITY": "BARNTRUP LIPPE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13564	wolkersdorfer-hans-1893-06-19	{"a5": "2118"}	{"lerrcp": "A5-2118"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Wolkersdörfer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "PETERSGMUND", "geoid": 0}, "notime": null, "date-ut": "1893-06-19 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Wolkersdörfer"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "PETERSGMUND", "geoid": 0}, "date-ut": "1893-06-19 09:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2118"}, "ids-in-sources": {"a5": "2118"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "19", "LAT": "49N 0", "LON": "11E30", "MON": "6", "NUM": "2118", "PRO": "PT", "SEC": "0", "YEA": "1893", "CITY": "PETERSGMUND"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13565	zapf-hermann-1886-03-26	{"a5": "2119"}	{"lerrcp": "A5-2119"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Zapf", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "LUDWIGSBURG", "geoid": 0}, "notime": null, "date-ut": "1886-03-26 04:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Zapf"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "LUDWIGSBURG", "geoid": 0}, "date-ut": "1886-03-26 04:54"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2119"}, "ids-in-sources": {"a5": "2119"}}, "raw": {"H": "5", "MN": "54", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "26", "LAT": "48N30", "LON": "9E 0", "MON": "3", "NUM": "2119", "PRO": "PT", "SEC": "0", "YEA": "1886", "CITY": "LUDWIGSBURG"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13566	zeller-robert-1895-07-15	{"a5": "2120"}	{"lerrcp": "A5-2120"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Zeller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART", "geoid": 0}, "notime": null, "date-ut": "1895-07-15 18:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Zeller"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART", "geoid": 0}, "date-ut": "1895-07-15 18:45"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2120"}, "ids-in-sources": {"a5": "2120"}}, "raw": {"H": "19", "MN": "45", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "15", "LAT": "48N30", "LON": "9E 0", "MON": "7", "NUM": "2120", "PRO": "PT", "SEC": "0", "YEA": "1895", "CITY": "STUTTGART"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13567	ziegler-willy-1899-07-31	{"a5": "2121"}	{"lerrcp": "A5-2121"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willy", "family": "Ziegler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "EPFENBACH BADEN", "geoid": 0}, "notime": null, "date-ut": "1899-07-31 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Willy", "family": "Ziegler"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "EPFENBACH BADEN", "geoid": 0}, "date-ut": "1899-07-31 22:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2121"}, "ids-in-sources": {"a5": "2121"}}, "raw": {"H": "23", "MN": "30", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "31", "LAT": "48N30", "LON": "9E 0", "MON": "7", "NUM": "2121", "PRO": "PT", "SEC": "0", "YEA": "1899", "CITY": "EPFENBACH BADEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13568	gauquelin-a5-2122-1803-04-23	{"a5": "2122"}	{"lerrcp": "A5-2122"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-2122", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1803-04-23 11:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-2122"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1803-04-23 11:43:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2122"}, "ids-in-sources": {"a5": "2122"}}, "raw": {"H": "11", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "23", "LAT": "50N51", "LON": "4E15", "MON": "4", "NUM": "2122", "PRO": "PT", "SEC": "0", "YEA": "1803", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13569	anseele-edward-1856-07-26	{"a5": "2123"}	{"lerrcp": "A5-2123"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edward", "family": "Anseele", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1856-07-26 00:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Edward", "family": "Anseele"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1856-07-26 00:15:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2123"}, "ids-in-sources": {"a5": "2123"}}, "raw": {"H": "0", "MN": "15", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "26", "LAT": "51N 5", "LON": "3E45", "MON": "7", "NUM": "2123", "PRO": "PT", "SEC": "0", "YEA": "1856", "CITY": "GAND"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13570	baels-henry-1878-01-17	{"a5": "2124"}	{"lerrcp": "A5-2124"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Baels", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OSTENDE", "geoid": 0}, "notime": null, "date-ut": "1878-01-17 01:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Baels"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OSTENDE", "geoid": 0}, "date-ut": "1878-01-17 01:47:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2124"}, "ids-in-sources": {"a5": "2124"}}, "raw": {"H": "1", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "17", "LAT": "51N13", "LON": "3E15", "MON": "1", "NUM": "2124", "PRO": "PT", "SEC": "0", "YEA": "1878", "CITY": "OSTENDE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13571	balthazar-august-1893-10-10	{"a5": "2125"}	{"lerrcp": "A5-2125"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "August", "family": "Balthazar", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1893-10-10 01:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "August", "family": "Balthazar"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1893-10-10 01:00:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2125"}, "ids-in-sources": {"a5": "2125"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "10", "LAT": "51N 5", "LON": "3E45", "MON": "10", "NUM": "2125", "PRO": "PT", "SEC": "0", "YEA": "1893", "CITY": "GAND"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
7951	banning-emile-1836-10-12	{"a3": "2240", "a5": "2126"}	{"lerrcp": "A3-2240"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Banning", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1836-10-12 12:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Banning"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1836-10-12 12:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2240"}, "ids-in-sources": {"a3": "2240"}}, "raw": {"H": "12", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "12", "LAT": "50N39", "LON": "5E30", "MON": "10", "NUM": "2240", "PRO": "M", "SEC": "0", "YEA": "1836", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "2126"}}, "raw": {"H": "12", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "12", "LAT": "50N39", "LON": "5E30", "MON": "10", "NUM": "2126", "PRO": "PT", "SEC": "0", "YEA": "1836", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13572	berryer-paul-1868-05-04	{"a5": "2128"}	{"lerrcp": "A5-2128"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Berryer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1868-05-04 06:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Berryer"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1868-05-04 06:38:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2128"}, "ids-in-sources": {"a5": "2128"}}, "raw": {"H": "6", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "4", "LAT": "50N39", "LON": "5E30", "MON": "5", "NUM": "2128", "PRO": "PT", "SEC": "0", "YEA": "1868", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13573	gauquelin-a5-2129-1856-01-15	{"a5": "2129"}	{"lerrcp": "A5-2129"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-2129", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MOLENBEEK", "geoid": 0}, "notime": null, "date-ut": "1856-01-15 22:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-2129"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MOLENBEEK", "geoid": 0}, "date-ut": "1856-01-15 22:43:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2129"}, "ids-in-sources": {"a5": "2129"}}, "raw": {"H": "22", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "15", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "2129", "PRO": "PT", "SEC": "0", "YEA": "1856", "CITY": "MOLENBEEK"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
7960	bethune-leon-1864-07-07	{"a3": "2249", "a5": "2130"}	{"lerrcp": "A3-2249"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Bethune", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ALOST", "geoid": 0}, "notime": null, "date-ut": "1864-07-07 14:05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Bethune"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ALOST", "geoid": 0}, "date-ut": "1864-07-07 14:05:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2249"}, "ids-in-sources": {"a3": "2249"}}, "raw": {"H": "14", "MN": "5", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "7", "LAT": "51N 5", "LON": "3E45", "MON": "7", "NUM": "2249", "PRO": "M", "SEC": "0", "YEA": "1864", "CITY": "ALOST"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "2130"}}, "raw": {"H": "14", "MN": "5", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "7", "LAT": "51N 5", "LON": "3E45", "MON": "7", "NUM": "2130", "PRO": "PT", "SEC": "0", "YEA": "1864", "CITY": "ALOST"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13574	bouchery-desire-1888-11-18	{"a5": "2131"}	{"lerrcp": "A5-2131"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Désiré", "family": "Bouchery", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1888-11-18 09:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Désiré", "family": "Bouchery"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1888-11-18 09:15:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2131"}, "ids-in-sources": {"a5": "2131"}}, "raw": {"H": "9", "MN": "15", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "18", "LAT": "51N 5", "LON": "3E45", "MON": "11", "NUM": "2131", "PRO": "PT", "SEC": "0", "YEA": "1888", "CITY": "GAND"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13575	bovesse-francois-1890-06-10	{"a5": "2132"}	{"lerrcp": "A5-2132"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Bovesse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "notime": null, "date-ut": "1890-06-10 04:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "François", "family": "Bovesse"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "date-ut": "1890-06-10 04:42:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2132"}, "ids-in-sources": {"a5": "2132"}}, "raw": {"H": "4", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "10", "LAT": "50N20", "LON": "4E30", "MON": "6", "NUM": "2132", "PRO": "PT", "SEC": "0", "YEA": "1890", "CITY": "NAMUR"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
7985	brassine-jacques-1830-10-12	{"a3": "2274", "a5": "2133"}	{"lerrcp": "A3-2274"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Brassine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "notime": null, "date-ut": "1830-10-12 03:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Brassine"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "date-ut": "1830-10-12 03:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2274"}, "ids-in-sources": {"a3": "2274"}}, "raw": {"H": "3", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "12", "LAT": "50N20", "LON": "4E30", "MON": "10", "NUM": "2274", "PRO": "M", "SEC": "0", "YEA": "1830", "CITY": "NAMUR"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "2133"}}, "raw": {"H": "3", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "12", "LAT": "50N20", "LON": "4E30", "MON": "10", "NUM": "2133", "PRO": "PT", "SEC": "0", "YEA": "1830", "CITY": "NAMUR"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13576	broqueville-charles-1860-12-04	{"a5": "2134"}	{"lerrcp": "A5-2134"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Broqueville", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "POSTEL MOLL", "geoid": 0}, "notime": null, "date-ut": "1860-12-04 08:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Broqueville"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "POSTEL MOLL", "geoid": 0}, "date-ut": "1860-12-04 08:42:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2134"}, "ids-in-sources": {"a5": "2134"}}, "raw": {"H": "8", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "4", "LAT": "51N14", "LON": "4E30", "MON": "12", "NUM": "2134", "PRO": "PT", "SEC": "0", "YEA": "1860", "CITY": "POSTEL MOLL"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13577	gauquelin-a5-2135-1852-01-06	{"a5": "2135"}	{"lerrcp": "A5-2135"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-2135", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1852-01-06 09:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-2135"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1852-01-06 09:15:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2135"}, "ids-in-sources": {"a5": "2135"}}, "raw": {"H": "9", "MN": "15", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "6", "LAT": "51N 5", "LON": "3E45", "MON": "1", "NUM": "2135", "PRO": "PT", "SEC": "0", "YEA": "1852", "CITY": "GAND"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13578	brunet-emile-1863-06-08	{"a5": "2136"}	{"lerrcp": "A5-2136"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Brunet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1863-06-08 06:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Brunet"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1863-06-08 06:43:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2136"}, "ids-in-sources": {"a5": "2136"}}, "raw": {"H": "6", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "8", "LAT": "50N51", "LON": "4E15", "MON": "6", "NUM": "2136", "PRO": "PT", "SEC": "0", "YEA": "1863", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13579	bryn-leon-1838-10-07	{"a5": "2137"}	{"lerrcp": "A5-2137"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Bryn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "TERMONDE", "geoid": 0}, "notime": null, "date-ut": "1838-10-07 09:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Bryn"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "TERMONDE", "geoid": 0}, "date-ut": "1838-10-07 09:45:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2137"}, "ids-in-sources": {"a5": "2137"}}, "raw": {"H": "9", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "7", "LAT": "51N 5", "LON": "3E45", "MON": "10", "NUM": "2137", "PRO": "PT", "SEC": "0", "YEA": "1838", "CITY": "TERMONDE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13580	buisseret-auguste-1888-08-16	{"a5": "2138"}	{"lerrcp": "A5-2138"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Buisseret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "BEAURAING", "geoid": 0}, "notime": null, "date-ut": "1888-08-16 18:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Buisseret"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "BEAURAING", "geoid": 0}, "date-ut": "1888-08-16 18:42:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2138"}, "ids-in-sources": {"a5": "2138"}}, "raw": {"H": "18", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "16", "LAT": "50N20", "LON": "4E30", "MON": "8", "NUM": "2138", "PRO": "PT", "SEC": "0", "YEA": "1888", "CITY": "BEAURAING"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
7997	burlet-jules-1844-04-10	{"a3": "2286", "a5": "2139"}	{"lerrcp": "A3-2286"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Burlet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "notime": null, "date-ut": "1844-04-10 14:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Burlet"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "date-ut": "1844-04-10 14:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2286"}, "ids-in-sources": {"a3": "2286"}}, "raw": {"H": "14", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "10", "LAT": "50N51", "LON": "4E15", "MON": "4", "NUM": "2286", "PRO": "M", "SEC": "0", "YEA": "1844", "CITY": "IXELLES"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "2139"}}, "raw": {"H": "14", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "10", "LAT": "50N51", "LON": "4E15", "MON": "4", "NUM": "2139", "PRO": "PT", "SEC": "0", "YEA": "1844", "CITY": "IXELLES"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13581	bus-warnaffe-charles-1894-09-16	{"a5": "2140"}	{"lerrcp": "A5-2140"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Bus Warnaffe Charles", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1894-09-16 16:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Bus Warnaffe Charles"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1894-09-16 16:00:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2140"}, "ids-in-sources": {"a5": "2140"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "16", "LAT": "50N51", "LON": "4E15", "MON": "9", "NUM": "2140", "PRO": "PT", "SEC": "0", "YEA": "1894", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13582	buset-max-1896-03-31	{"a5": "2141"}	{"lerrcp": "A5-2141"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Buset", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "FAYT-LES-MANAGE", "geoid": 0}, "notime": null, "date-ut": "1896-03-31 17:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Max", "family": "Buset"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "FAYT-LES-MANAGE", "geoid": 0}, "date-ut": "1896-03-31 17:00:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2141"}, "ids-in-sources": {"a5": "2141"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "31", "LAT": "50N23", "LON": "4E30", "MON": "3", "NUM": "2141", "PRO": "PT", "SEC": "0", "YEA": "1896", "CITY": "FAYT-LES-MANAGE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13583	caeneghem-jules-1880-06-12	{"a5": "2142"}	{"lerrcp": "A5-2142"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Caeneghem", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "SEMMERSAEKE", "geoid": 0}, "notime": null, "date-ut": "1880-06-12 11:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Caeneghem"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "SEMMERSAEKE", "geoid": 0}, "date-ut": "1880-06-12 11:45:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2142"}, "ids-in-sources": {"a5": "2142"}}, "raw": {"H": "11", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "12", "LAT": "51N 5", "LON": "3E45", "MON": "6", "NUM": "2142", "PRO": "PT", "SEC": "0", "YEA": "1880", "CITY": "SEMMERSAEKE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
8002	camus-camille-1883-05-09	{"a3": "2291", "a5": "2143"}	{"lerrcp": "A3-2291"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Camus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MOLENBEEK", "geoid": 0}, "notime": null, "date-ut": "1883-05-09 06:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Camus"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MOLENBEEK", "geoid": 0}, "date-ut": "1883-05-09 06:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2291"}, "ids-in-sources": {"a3": "2291"}}, "raw": {"H": "6", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "9", "LAT": "50N51", "LON": "4E15", "MON": "5", "NUM": "2291", "PRO": "M", "SEC": "0", "YEA": "1883", "CITY": "MOLENBEEK"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "2143"}}, "raw": {"H": "6", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "9", "LAT": "50N51", "LON": "4E15", "MON": "5", "NUM": "2143", "PRO": "PT", "SEC": "0", "YEA": "1883", "CITY": "MOLENBEEK"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13584	carnoy-albert-1878-11-07	{"a5": "2144"}	{"lerrcp": "A5-2144"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Carnoy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "notime": null, "date-ut": "1878-11-07 01:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Carnoy"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "date-ut": "1878-11-07 01:43:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2144"}, "ids-in-sources": {"a5": "2144"}}, "raw": {"H": "1", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "7", "LAT": "50N51", "LON": "4E15", "MON": "11", "NUM": "2144", "PRO": "PT", "SEC": "0", "YEA": "1878", "CITY": "LOUVAIN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13585	carton-tournai-henri-1878-02-19	{"a5": "2145"}	{"lerrcp": "A5-2145"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Carton Tournai Henri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "notime": null, "date-ut": "1878-02-19 21:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Carton Tournai Henri"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "date-ut": "1878-02-19 21:42:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2145"}, "ids-in-sources": {"a5": "2145"}}, "raw": {"H": "21", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "19", "LAT": "50N23", "LON": "4E30", "MON": "2", "NUM": "2145", "PRO": "PT", "SEC": "0", "YEA": "1878", "CITY": "TOURNAI"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13586	cauwelaert-frans-1880-01-10	{"a5": "2146"}	{"lerrcp": "A5-2146"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frans", "family": "Cauwelaert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOMBEEK-STE MAR", "geoid": 0}, "notime": null, "date-ut": "1880-01-10 01:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Frans", "family": "Cauwelaert"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOMBEEK-STE MAR", "geoid": 0}, "date-ut": "1880-01-10 01:43:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2146"}, "ids-in-sources": {"a5": "2146"}}, "raw": {"H": "1", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "10", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "2146", "PRO": "PT", "SEC": "0", "YEA": "1880", "CITY": "LOMBEEK-STE MAR"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13587	ceuninck-armand-1858-05-27	{"a5": "2147"}	{"lerrcp": "A5-2147"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Ceuninck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "notime": null, "date-ut": "1858-05-27 11:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Ceuninck"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "date-ut": "1858-05-27 11:42:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2147"}, "ids-in-sources": {"a5": "2147"}}, "raw": {"H": "11", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "27", "LAT": "51N14", "LON": "4E30", "MON": "5", "NUM": "2147", "PRO": "PT", "SEC": "0", "YEA": "1858", "CITY": "MALINES"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
8022	cooreman-gerard-1852-03-25	{"a3": "2311", "a5": "2148"}	{"lerrcp": "A3-2311"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Cooreman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1852-03-25 13:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Gérard", "family": "Cooreman"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1852-03-25 13:15:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2311"}, "ids-in-sources": {"a3": "2311"}}, "raw": {"H": "13", "MN": "15", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "25", "LAT": "51N 5", "LON": "3E45", "MON": "3", "NUM": "2311", "PRO": "M", "SEC": "0", "YEA": "1852", "CITY": "GAND"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "2148"}}, "raw": {"H": "13", "MN": "15", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "25", "LAT": "51N 5", "LON": "3E45", "MON": "3", "NUM": "2148", "PRO": "PT", "SEC": "0", "YEA": "1852", "CITY": "GAND"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13588	coppe-albert-1911-11-26	{"a5": "2149"}	{"lerrcp": "A5-2149"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Coppe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "notime": null, "date-ut": "1911-11-26 18:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Coppe"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "date-ut": "1911-11-26 18:00:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2149"}, "ids-in-sources": {"a5": "2149"}}, "raw": {"H": "18", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "26", "LAT": "51N13", "LON": "3E15", "MON": "11", "NUM": "2149", "PRO": "PT", "SEC": "0", "YEA": "1911", "CITY": "BRUGES"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
8463	cousebant-d-alkemade-alexandre-1840-04-26	{"a3": "2755", "a5": "2150"}	{"lerrcp": "A3-2755"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Cousebant D'Alkemade Alexandre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "OUDENAARDE", "geoid": 0}, "notime": null, "date-ut": "1840-04-26 01:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "", "family": "Cousebant D'Alkemade Alexandre"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "OUDENAARDE", "geoid": 0}, "date-ut": "1840-04-26 01:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2755"}, "ids-in-sources": {"a3": "2755"}}, "raw": {"H": "1", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "26", "LAT": "51N 5", "LON": "3E45", "MON": "4", "NUM": "2755", "PRO": "M", "SEC": "0", "YEA": "1840", "CITY": "OUDENAARDE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "2150"}}, "raw": {"H": "1", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "26", "LAT": "51N 5", "LON": "3E45", "MON": "4", "NUM": "2150", "PRO": "PT", "SEC": "0", "YEA": "1840", "CITY": "OUDENAARDE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13589	crokaert-paul-1875-12-01	{"a5": "2151"}	{"lerrcp": "A5-2151"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Crokaert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1875-12-01 06:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Crokaert"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1875-12-01 06:43:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2151"}, "ids-in-sources": {"a5": "2151"}}, "raw": {"H": "6", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "1", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "2151", "PRO": "PT", "SEC": "0", "YEA": "1875", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
8047	davignon-henri-1854-12-03	{"a3": "2337", "a5": "2152"}	{"lerrcp": "A3-2337"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Davignon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-JOSSE-TEN-NO", "geoid": 0}, "notime": null, "date-ut": "1854-12-03 12:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Davignon"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-JOSSE-TEN-NO", "geoid": 0}, "date-ut": "1854-12-03 12:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2337"}, "ids-in-sources": {"a3": "2337"}}, "raw": {"H": "12", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "3", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "2337", "PRO": "M", "SEC": "0", "YEA": "1854", "CITY": "ST-JOSSE-TEN-NO"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "2152"}}, "raw": {"H": "12", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "3", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "2152", "PRO": "PT", "SEC": "0", "YEA": "1854", "CITY": "ST JOSSE TEN NO"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13590	daye-pierre-1892-06-24	{"a5": "2153"}	{"lerrcp": "A5-2153"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Daye", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "notime": null, "date-ut": "1892-06-24 01:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Daye"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "date-ut": "1892-06-24 01:00:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2153"}, "ids-in-sources": {"a5": "2153"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "24", "LAT": "50N51", "LON": "4E15", "MON": "6", "NUM": "2153", "PRO": "PT", "SEC": "0", "YEA": "1892", "CITY": "SCHAERBEEK"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13591	dechamps-adolphe-1807-06-17	{"a5": "2154"}	{"lerrcp": "A5-2154"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Dechamps", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "MELLE-LEZ-GAND", "geoid": 0}, "notime": null, "date-ut": "1807-06-17 21:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Dechamps"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "MELLE-LEZ-GAND", "geoid": 0}, "date-ut": "1807-06-17 21:45:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2154"}, "ids-in-sources": {"a5": "2154"}}, "raw": {"H": "21", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "17", "LAT": "51N 5", "LON": "3E45", "MON": "6", "NUM": "2154", "PRO": "PT", "SEC": "0", "YEA": "1807", "CITY": "MELLE-LEZ-GAND"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13592	decker-pierre-1812-01-25	{"a5": "2155"}	{"lerrcp": "A5-2155"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Decker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ZELE", "geoid": 0}, "notime": null, "date-ut": "1812-01-25 01:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Decker"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ZELE", "geoid": 0}, "date-ut": "1812-01-25 01:45:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2155"}, "ids-in-sources": {"a5": "2155"}}, "raw": {"H": "1", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "25", "LAT": "51N 5", "LON": "3E45", "MON": "1", "NUM": "2155", "PRO": "PT", "SEC": "0", "YEA": "1812", "CITY": "ZELE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13593	degroote-paul-1905-10-13	{"a5": "2156"}	{"lerrcp": "A5-2156"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Degroote", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1905-10-13 07:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Degroote"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1905-10-13 07:30:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2156"}, "ids-in-sources": {"a5": "2156"}}, "raw": {"H": "7", "MN": "30", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "13", "LAT": "50N51", "LON": "4E15", "MON": "10", "NUM": "2156", "PRO": "PT", "SEC": "0", "YEA": "1905", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13594	delattre-achille-1879-08-24	{"a5": "2157"}	{"lerrcp": "A5-2157"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Achille", "family": "Delattre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "PATURAGES", "geoid": 0}, "notime": null, "date-ut": "1879-08-24 10:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Achille", "family": "Delattre"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "PATURAGES", "geoid": 0}, "date-ut": "1879-08-24 10:42:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2157"}, "ids-in-sources": {"a5": "2157"}}, "raw": {"H": "10", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "24", "LAT": "50N23", "LON": "4E30", "MON": "8", "NUM": "2157", "PRO": "PT", "SEC": "0", "YEA": "1879", "CITY": "PATURAGES"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
8060	delbeke-auguste-1853-08-12	{"a3": "2350", "a5": "2158"}	{"lerrcp": "A3-2350"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Delbeke", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "COURTRAI", "geoid": 0}, "notime": null, "date-ut": "1853-08-12 08:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Delbeke"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "COURTRAI", "geoid": 0}, "date-ut": "1853-08-12 08:47:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2350"}, "ids-in-sources": {"a3": "2350"}}, "raw": {"H": "8", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "12", "LAT": "51N13", "LON": "3E15", "MON": "8", "NUM": "2350", "PRO": "M", "SEC": "0", "YEA": "1853", "CITY": "COURTRAI"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "2158"}}, "raw": {"H": "8", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "12", "LAT": "51N13", "LON": "3E15", "MON": "8", "NUM": "2158", "PRO": "PT", "SEC": "0", "YEA": "1853", "CITY": "COURTRAI"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13595	delcour-charles-1811-09-04	{"a5": "2159"}	{"lerrcp": "A5-2159"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Delcour", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "DOLHAIN-LIMBOUR", "geoid": 0}, "notime": null, "date-ut": "1811-09-04 17:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Delcour"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "DOLHAIN-LIMBOUR", "geoid": 0}, "date-ut": "1811-09-04 17:38:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2159"}, "ids-in-sources": {"a5": "2159"}}, "raw": {"H": "17", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "4", "LAT": "50N39", "LON": "5E30", "MON": "9", "NUM": "2159", "PRO": "PT", "SEC": "0", "YEA": "1811", "CITY": "DOLHAIN-LIMBOUR"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13596	delehaye-josse-1800-05-28	{"a5": "2160"}	{"lerrcp": "A5-2160"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Josse", "family": "Delehaye", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1800-05-28 07:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Josse", "family": "Delehaye"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1800-05-28 07:45:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2160"}, "ids-in-sources": {"a5": "2160"}}, "raw": {"H": "7", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "28", "LAT": "51N 5", "LON": "3E45", "MON": "5", "NUM": "2160", "PRO": "PT", "SEC": "0", "YEA": "1800", "CITY": "GAND"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13597	delfosse-antoine-1895-06-25	{"a5": "2161"}	{"lerrcp": "A5-2161"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Delfosse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "OPPREBOIS", "geoid": 0}, "notime": null, "date-ut": "1895-06-25 22:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Delfosse"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "OPPREBOIS", "geoid": 0}, "date-ut": "1895-06-25 22:30:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2161"}, "ids-in-sources": {"a5": "2161"}}, "raw": {"H": "22", "MN": "30", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "25", "LAT": "50N51", "LON": "4E15", "MON": "6", "NUM": "2161", "PRO": "PT", "SEC": "0", "YEA": "1895", "CITY": "OPPREBOIS"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13598	delfosse-n-1801-03-09	{"a5": "2162"}	{"lerrcp": "A5-2162"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "N", "family": "Delfosse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1801-03-09 15:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "N", "family": "Delfosse"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1801-03-09 15:38:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2162"}, "ids-in-sources": {"a5": "2162"}}, "raw": {"H": "15", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "9", "LAT": "50N39", "LON": "5E30", "MON": "3", "NUM": "2162", "PRO": "PT", "SEC": "0", "YEA": "1801", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13599	demets-fernand-1884-03-08	{"a5": "2163"}	{"lerrcp": "A5-2163"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Demets", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST GILLES", "geoid": 0}, "notime": null, "date-ut": "1884-03-08 18:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Demets"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST GILLES", "geoid": 0}, "date-ut": "1884-03-08 18:43:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2163"}, "ids-in-sources": {"a5": "2163"}}, "raw": {"H": "18", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "8", "LAT": "50N51", "LON": "4E15", "MON": "3", "NUM": "2163", "PRO": "PT", "SEC": "0", "YEA": "1884", "CITY": "ST GILLES"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
8485	denis-henri-1877-09-10	{"a3": "2777", "a5": "2164"}	{"lerrcp": "A3-2777"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Denis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MARBAIX", "geoid": 0}, "notime": null, "date-ut": "1877-09-10 17:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Denis"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MARBAIX", "geoid": 0}, "date-ut": "1877-09-10 17:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2777"}, "ids-in-sources": {"a3": "2777"}}, "raw": {"H": "17", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "10", "LAT": "50N51", "LON": "4E15", "MON": "9", "NUM": "2777", "PRO": "M", "SEC": "0", "YEA": "1877", "CITY": "MARBAIX"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "2164"}}, "raw": {"H": "17", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "10", "LAT": "50N51", "LON": "4E15", "MON": "9", "NUM": "2164", "PRO": "PT", "SEC": "0", "YEA": "1877", "CITY": "MARBAIX"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13600	dequae-andre-1915-11-03	{"a5": "2165"}	{"lerrcp": "A5-2165"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Dequae", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "COURTRAI", "geoid": 0}, "notime": null, "date-ut": "1915-11-03 08:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Dequae"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "COURTRAI", "geoid": 0}, "date-ut": "1915-11-03 08:30:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2165"}, "ids-in-sources": {"a5": "2165"}}, "raw": {"H": "8", "MN": "30", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "3", "LAT": "51N13", "LON": "3E15", "MON": "11", "NUM": "2165", "PRO": "PT", "SEC": "0", "YEA": "1915", "CITY": "COURTRAI"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13610	eyskens-gaston-1905-04-01	{"a5": "2179"}	{"lerrcp": "A5-2179"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Eyskens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "LIERRE", "geoid": 0}, "notime": null, "date-ut": "1905-04-01 14:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Eyskens"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "LIERRE", "geoid": 0}, "date-ut": "1905-04-01 14:30:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2179"}, "ids-in-sources": {"a5": "2179"}}, "raw": {"H": "14", "MN": "30", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "1", "LAT": "51N14", "LON": "4E30", "MON": "4", "NUM": "2179", "PRO": "PT", "SEC": "0", "YEA": "1905", "CITY": "LIERRE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
8076	descamps-edouard-1847-08-27	{"a3": "2367", "a5": "2166"}	{"lerrcp": "A3-2367"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Descamps", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "BELOEIL", "geoid": 0}, "notime": null, "date-ut": "1847-08-27 14:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Descamps"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "BELOEIL", "geoid": 0}, "date-ut": "1847-08-27 14:12:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2367"}, "ids-in-sources": {"a3": "2367"}}, "raw": {"H": "14", "MN": "12", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "27", "LAT": "50N23", "LON": "4E30", "MON": "8", "NUM": "2367", "PRO": "M", "SEC": "0", "YEA": "1847", "CITY": "BELOEIL"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "2166"}}, "raw": {"H": "14", "MN": "12", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "27", "LAT": "50N23", "LON": "4E30", "MON": "8", "NUM": "2166", "PRO": "PT", "SEC": "0", "YEA": "1847", "CITY": "BELOEIL"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13601	descamps-j-1820-10-25	{"a5": "2167"}	{"lerrcp": "A5-2167"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "J", "family": "Descamps", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ATH", "geoid": 0}, "notime": null, "date-ut": "1820-10-25 05:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "J", "family": "Descamps"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ATH", "geoid": 0}, "date-ut": "1820-10-25 05:42:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2167"}, "ids-in-sources": {"a5": "2167"}}, "raw": {"H": "5", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "25", "LAT": "50N23", "LON": "4E30", "MON": "10", "NUM": "2167", "PRO": "PT", "SEC": "0", "YEA": "1820", "CITY": "ATH"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
8080	destree-jules-1863-08-21	{"a3": "2371", "a5": "2168"}	{"lerrcp": "A3-2371"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Destree", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MARCINELLE", "geoid": 0}, "notime": null, "date-ut": "1863-08-21 19:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Destree"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MARCINELLE", "geoid": 0}, "date-ut": "1863-08-21 19:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2371"}, "ids-in-sources": {"a3": "2371"}}, "raw": {"H": "19", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "21", "LAT": "50N23", "LON": "4E30", "MON": "8", "NUM": "2371", "PRO": "M", "SEC": "0", "YEA": "1863", "CITY": "MARCINELLE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "2168"}}, "raw": {"H": "19", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "21", "LAT": "50N23", "LON": "4E30", "MON": "8", "NUM": "2168", "PRO": "PT", "SEC": "0", "YEA": "1863", "CITY": "MARCINELLE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13602	deveze-albert-1881-06-06	{"a5": "2169"}	{"lerrcp": "A5-2169"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Deveze", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "YPRES", "geoid": 0}, "notime": null, "date-ut": "1881-06-06 04:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Deveze"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "YPRES", "geoid": 0}, "date-ut": "1881-06-06 04:47:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2169"}, "ids-in-sources": {"a5": "2169"}}, "raw": {"H": "4", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "6", "LAT": "51N13", "LON": "3E15", "MON": "6", "NUM": "2169", "PRO": "PT", "SEC": "0", "YEA": "1881", "CITY": "YPRES"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
8084	devolder-joseph-1842-07-07	{"a3": "2375", "a5": "2170"}	{"lerrcp": "A3-2375"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Devolder", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1842-07-07 05:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Devolder"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1842-07-07 05:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2375"}, "ids-in-sources": {"a3": "2375"}}, "raw": {"H": "5", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "7", "LAT": "50N51", "LON": "4E15", "MON": "7", "NUM": "2375", "PRO": "M", "SEC": "0", "YEA": "1842", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "2170"}}, "raw": {"H": "5", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "7", "LAT": "50N51", "LON": "4E15", "MON": "7", "NUM": "2170", "PRO": "PT", "SEC": "0", "YEA": "1842", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13603	dierckx-octave-1882-10-15	{"a5": "2171"}	{"lerrcp": "A5-2171"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Octave", "family": "Dierckx", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1882-10-15 16:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Octave", "family": "Dierckx"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1882-10-15 16:42:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2171"}, "ids-in-sources": {"a5": "2171"}}, "raw": {"H": "16", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "15", "LAT": "51N14", "LON": "4E30", "MON": "10", "NUM": "2171", "PRO": "PT", "SEC": "0", "YEA": "1882", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13604	dievoet-emile-1886-06-10	{"a5": "2172"}	{"lerrcp": "A5-2172"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Dievoet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOMBEEK-STE CAT", "geoid": 0}, "notime": null, "date-ut": "1886-06-10 03:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Dievoet"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOMBEEK-STE CAT", "geoid": 0}, "date-ut": "1886-06-10 03:43:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2172"}, "ids-in-sources": {"a5": "2172"}}, "raw": {"H": "3", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "10", "LAT": "50N51", "LON": "4E15", "MON": "6", "NUM": "2172", "PRO": "PT", "SEC": "0", "YEA": "1886", "CITY": "LOMBEEK-STE CAT"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13605	dolez-hub-1808-03-16	{"a5": "2173"}	{"lerrcp": "A5-2173"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hub", "family": "Dolez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "notime": null, "date-ut": "1808-03-16 14:27:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Hub", "family": "Dolez"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "date-ut": "1808-03-16 14:27:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2173"}, "ids-in-sources": {"a5": "2173"}}, "raw": {"H": "14", "MN": "27", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "16", "LAT": "50N23", "LON": "4E30", "MON": "3", "NUM": "2173", "PRO": "PT", "SEC": "0", "YEA": "1808", "CITY": "MONS"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13611	gauquelin-a5-2180-1856-01-15	{"a5": "2180"}	{"lerrcp": "A5-2180"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-2180", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1856-01-15 04:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-2180"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1856-01-15 04:38:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2180"}, "ids-in-sources": {"a5": "2180"}}, "raw": {"H": "4", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "15", "LAT": "50N39", "LON": "5E30", "MON": "1", "NUM": "2180", "PRO": "PT", "SEC": "0", "YEA": "1856", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
8098	droogmans-hubert-1858-09-06	{"a3": "2389", "a5": "2174"}	{"lerrcp": "A3-2389"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hubert", "family": "Droogmans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "HASSELT", "geoid": 0}, "notime": null, "date-ut": "1858-09-06 22:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Hubert", "family": "Droogmans"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "HASSELT", "geoid": 0}, "date-ut": "1858-09-06 22:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2389"}, "ids-in-sources": {"a3": "2389"}}, "raw": {"H": "22", "MN": "38", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "6", "LAT": "50N47", "LON": "5E30", "MON": "9", "NUM": "2389", "PRO": "M", "SEC": "0", "YEA": "1858", "CITY": "HASSELT"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "2174"}}, "raw": {"H": "22", "MN": "38", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "6", "LAT": "50N47", "LON": "5E30", "MON": "9", "NUM": "2174", "PRO": "PT", "SEC": "0", "YEA": "1858", "CITY": "HASSELT"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13606	dupont-j-1834-06-23	{"a5": "2175"}	{"lerrcp": "A5-2175"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "J", "family": "Dupont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1834-06-23 19:08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "J", "family": "Dupont"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1834-06-23 19:08:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2175"}, "ids-in-sources": {"a5": "2175"}}, "raw": {"H": "19", "MN": "8", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "23", "LAT": "50N39", "LON": "5E30", "MON": "6", "NUM": "2175", "PRO": "PT", "SEC": "0", "YEA": "1834", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13607	gauquelin-a5-2176-1900-04-10	{"a5": "2176"}	{"lerrcp": "A5-2176"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-2176", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "FRASNES LEZ GOS", "geoid": 0}, "notime": null, "date-ut": "1900-04-10 10:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-2176"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "FRASNES LEZ GOS", "geoid": 0}, "date-ut": "1900-04-10 10:00:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2176"}, "ids-in-sources": {"a5": "2176"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "10", "LAT": "50N23", "LON": "4E30", "MON": "4", "NUM": "2176", "PRO": "PT", "SEC": "0", "YEA": "1900", "CITY": "FRASNES LEZ GOS"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13608	eetvelde-stanislas-1852-04-21	{"a5": "2177"}	{"lerrcp": "A5-2177"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stanislas", "family": "Eetvelde", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MOLL", "geoid": 0}, "notime": null, "date-ut": "1852-04-21 18:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Stanislas", "family": "Eetvelde"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MOLL", "geoid": 0}, "date-ut": "1852-04-21 18:12:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2177"}, "ids-in-sources": {"a5": "2177"}}, "raw": {"H": "18", "MN": "12", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "21", "LAT": "51N14", "LON": "4E30", "MON": "4", "NUM": "2177", "PRO": "PT", "SEC": "0", "YEA": "1852", "CITY": "MOLL"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13609	ernst-antoine-1796-03-30	{"a5": "2178"}	{"lerrcp": "A5-2178"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Ernst", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "AUBEL", "geoid": 0}, "notime": null, "date-ut": "1796-03-30 06:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Ernst"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "AUBEL", "geoid": 0}, "date-ut": "1796-03-30 06:38:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2178"}, "ids-in-sources": {"a5": "2178"}}, "raw": {"H": "6", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "30", "LAT": "50N39", "LON": "5E30", "MON": "3", "NUM": "2178", "PRO": "PT", "SEC": "0", "YEA": "1796", "CITY": "AUBEL"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13612	forthomme-pierre-1877-03-24	{"a5": "2181"}	{"lerrcp": "A5-2181"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Forthomme", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "VERVIERS", "geoid": 0}, "notime": null, "date-ut": "1877-03-24 11:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Forthomme"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "VERVIERS", "geoid": 0}, "date-ut": "1877-03-24 11:39:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2181"}, "ids-in-sources": {"a5": "2181"}}, "raw": {"H": "11", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "24", "LAT": "50N 2", "LON": "5E15", "MON": "3", "NUM": "2181", "PRO": "PT", "SEC": "0", "YEA": "1877", "CITY": "VERVIERS"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
8126	franck-louis-1868-11-28	{"a3": "2418", "a5": "2182"}	{"lerrcp": "A3-2418"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Franck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1868-11-28 05:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Franck"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1868-11-28 05:12:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2418"}, "ids-in-sources": {"a3": "2418"}}, "raw": {"H": "5", "MN": "12", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "28", "LAT": "51N14", "LON": "4E30", "MON": "11", "NUM": "2418", "PRO": "M", "SEC": "0", "YEA": "1868", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "2182"}}, "raw": {"H": "5", "MN": "12", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "28", "LAT": "51N14", "LON": "4E30", "MON": "11", "NUM": "2182", "PRO": "PT", "SEC": "0", "YEA": "1868", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13613	frere-orban-walthere-1812-04-24	{"a5": "2183"}	{"lerrcp": "A5-2183"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walthere", "family": "Frere-Orban", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1812-04-24 12:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Walthere", "family": "Frere-Orban"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1812-04-24 12:38:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2183"}, "ids-in-sources": {"a5": "2183"}}, "raw": {"H": "12", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "24", "LAT": "50N39", "LON": "5E30", "MON": "4", "NUM": "2183", "PRO": "PT", "SEC": "0", "YEA": "1812", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13614	gelders-frans-1874-12-05	{"a5": "2184"}	{"lerrcp": "A5-2184"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frans", "family": "Gelders", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "VILVOORDE", "geoid": 0}, "notime": null, "date-ut": "1874-12-05 03:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Frans", "family": "Gelders"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "VILVOORDE", "geoid": 0}, "date-ut": "1874-12-05 03:43:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2184"}, "ids-in-sources": {"a5": "2184"}}, "raw": {"H": "3", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "5", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "2184", "PRO": "PT", "SEC": "0", "YEA": "1874", "CITY": "VILVOORDE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13615	gillon-robert-1884-12-10	{"a5": "2185"}	{"lerrcp": "A5-2185"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Gillon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "COURTRAI", "geoid": 0}, "notime": null, "date-ut": "1884-12-10 01:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Gillon"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "COURTRAI", "geoid": 0}, "date-ut": "1884-12-10 01:47:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2185"}, "ids-in-sources": {"a5": "2185"}}, "raw": {"H": "1", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "10", "LAT": "51N13", "LON": "3E15", "MON": "12", "NUM": "2185", "PRO": "PT", "SEC": "0", "YEA": "1884", "CITY": "COURTRAI"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13616	gauquelin-a5-2186-1904-08-08	{"a5": "2186"}	{"lerrcp": "A5-2186"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-2186", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OSTENDE", "geoid": 0}, "notime": null, "date-ut": "1904-08-08 07:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-2186"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OSTENDE", "geoid": 0}, "date-ut": "1904-08-08 07:00:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2186"}, "ids-in-sources": {"a5": "2186"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "8", "LAT": "51N13", "LON": "3E15", "MON": "8", "NUM": "2186", "PRO": "PT", "SEC": "0", "YEA": "1904", "CITY": "OSTENDE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
8143	goblet-alviella-eugene-1846-08-10	{"a3": "2435", "a5": "2187"}	{"lerrcp": "A3-2435"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Goblet Alviella Eugene", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1846-08-10 07:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "", "family": "Goblet Alviella Eugene"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1846-08-10 07:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2435"}, "ids-in-sources": {"a3": "2435"}}, "raw": {"H": "7", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "10", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "2435", "PRO": "M", "SEC": "0", "YEA": "1846", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "2187"}}, "raw": {"H": "7", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "10", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "2187", "PRO": "PT", "SEC": "0", "YEA": "1846", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13617	godding-robert-1883-11-08	{"a5": "2188"}	{"lerrcp": "A5-2188"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Godding", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1883-11-08 09:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Godding"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1883-11-08 09:42:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2188"}, "ids-in-sources": {"a5": "2188"}}, "raw": {"H": "9", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "8", "LAT": "51N14", "LON": "4E30", "MON": "11", "NUM": "2188", "PRO": "PT", "SEC": "0", "YEA": "1883", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13618	gauquelin-a5-2189-1807-07-12	{"a5": "2189"}	{"lerrcp": "A5-2189"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-2189", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "COURTRAI", "geoid": 0}, "notime": null, "date-ut": "1807-07-12 04:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-2189"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "COURTRAI", "geoid": 0}, "date-ut": "1807-07-12 04:47:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2189"}, "ids-in-sources": {"a5": "2189"}}, "raw": {"H": "4", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "12", "LAT": "51N13", "LON": "3E15", "MON": "7", "NUM": "2189", "PRO": "PT", "SEC": "0", "YEA": "1807", "CITY": "COURTRAI"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13619	gratry-guillaume-1822-09-01	{"a5": "2190"}	{"lerrcp": "A5-2190"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guillaume", "family": "Gratry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ATH", "geoid": 0}, "notime": null, "date-ut": "1822-09-01 08:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Guillaume", "family": "Gratry"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ATH", "geoid": 0}, "date-ut": "1822-09-01 08:42:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2190"}, "ids-in-sources": {"a5": "2190"}}, "raw": {"H": "8", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "1", "LAT": "50N23", "LON": "4E30", "MON": "9", "NUM": "2190", "PRO": "PT", "SEC": "0", "YEA": "1822", "CITY": "ATH"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
8148	graux-charles-1837-01-04	{"a3": "2440", "a5": "2191"}	{"lerrcp": "A3-2440"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Graux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1837-01-04 15:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Graux"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1837-01-04 15:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2440"}, "ids-in-sources": {"a3": "2440"}}, "raw": {"H": "15", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "4", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "2440", "PRO": "M", "SEC": "0", "YEA": "1837", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "2191"}}, "raw": {"H": "15", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "4", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "2191", "PRO": "PT", "SEC": "0", "YEA": "1837", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13620	gutt-camille-1884-11-14	{"a5": "2193"}	{"lerrcp": "A5-2193"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Gutt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1884-11-14 21:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Gutt"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1884-11-14 21:43:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2193"}, "ids-in-sources": {"a5": "2193"}}, "raw": {"H": "21", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "14", "LAT": "50N51", "LON": "4E15", "MON": "11", "NUM": "2193", "PRO": "PT", "SEC": "0", "YEA": "1884", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13621	hallet-max-1864-05-07	{"a5": "2194"}	{"lerrcp": "A5-2194"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Hallet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "notime": null, "date-ut": "1864-05-07 19:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Max", "family": "Hallet"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "date-ut": "1864-05-07 19:42:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2194"}, "ids-in-sources": {"a5": "2194"}}, "raw": {"H": "19", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "7", "LAT": "50N23", "LON": "4E30", "MON": "5", "NUM": "2194", "PRO": "PT", "SEC": "0", "YEA": "1864", "CITY": "MONS"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13622	harmel-pierre-1911-03-16	{"a5": "2195"}	{"lerrcp": "A5-2195"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Harmel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "UCCLE", "geoid": 0}, "notime": null, "date-ut": "1911-03-16 19:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Harmel"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "UCCLE", "geoid": 0}, "date-ut": "1911-03-16 19:00:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2195"}, "ids-in-sources": {"a5": "2195"}}, "raw": {"H": "19", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "16", "LAT": "50N51", "LON": "4E15", "MON": "3", "NUM": "2195", "PRO": "PT", "SEC": "0", "YEA": "1911", "CITY": "UCCLE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13625	heyman-henri-1879-05-22	{"a5": "2200"}	{"lerrcp": "A5-2200"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Heyman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ST NIKLAAS-WAAS", "geoid": 0}, "notime": null, "date-ut": "1879-05-22 01:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Heyman"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ST NIKLAAS-WAAS", "geoid": 0}, "date-ut": "1879-05-22 01:45:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2200"}, "ids-in-sources": {"a5": "2200"}}, "raw": {"H": "1", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "22", "LAT": "51N 5", "LON": "3E45", "MON": "5", "NUM": "2200", "PRO": "PT", "SEC": "0", "YEA": "1879", "CITY": "ST NIKLAAS-WAAS"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
8532	heenen-gaston-1880-02-20	{"a3": "2824", "a5": "2196"}	{"lerrcp": "A3-2824"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Heenen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "HASSELT", "geoid": 0}, "notime": null, "date-ut": "1880-02-20 17:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Heenen"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "HASSELT", "geoid": 0}, "date-ut": "1880-02-20 17:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2824"}, "ids-in-sources": {"a3": "2824"}}, "raw": {"H": "17", "MN": "38", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "20", "LAT": "50N47", "LON": "5E30", "MON": "2", "NUM": "2824", "PRO": "M", "SEC": "0", "YEA": "1880", "CITY": "HASSELT"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "2196"}}, "raw": {"H": "17", "MN": "38", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "20", "LAT": "50N47", "LON": "5E30", "MON": "2", "NUM": "2196", "PRO": "PT", "SEC": "0", "YEA": "1880", "CITY": "HASSELT"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13623	heger-charles-1902-05-26	{"a5": "2197"}	{"lerrcp": "A5-2197"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Heger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1902-05-26 13:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Heger"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1902-05-26 13:00:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2197"}, "ids-in-sources": {"a5": "2197"}}, "raw": {"H": "13", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "26", "LAT": "50N51", "LON": "4E15", "MON": "5", "NUM": "2197", "PRO": "PT", "SEC": "0", "YEA": "1902", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13624	helleputte-georges-1852-08-31	{"a5": "2198"}	{"lerrcp": "A5-2198"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Helleputte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1852-08-31 19:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Helleputte"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1852-08-31 19:45:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2198"}, "ids-in-sources": {"a5": "2198"}}, "raw": {"H": "19", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "31", "LAT": "51N 5", "LON": "3E45", "MON": "8", "NUM": "2198", "PRO": "PT", "SEC": "0", "YEA": "1852", "CITY": "GAND"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
8171	heuvel-jules-1854-11-16	{"a3": "2463", "a5": "2199"}	{"lerrcp": "A3-2463"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Heuvel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1854-11-16 08:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Heuvel"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1854-11-16 08:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2463"}, "ids-in-sources": {"a3": "2463"}}, "raw": {"H": "8", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "16", "LAT": "51N 5", "LON": "3E45", "MON": "11", "NUM": "2463", "PRO": "M", "SEC": "0", "YEA": "1854", "CITY": "GAND"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "2199"}}, "raw": {"H": "8", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "16", "LAT": "51N 5", "LON": "3E45", "MON": "11", "NUM": "2199", "PRO": "PT", "SEC": "0", "YEA": "1854", "CITY": "GAND"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13626	heynen-winand-1835-06-05	{"a5": "2201"}	{"lerrcp": "A5-2201"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Winand", "family": "Heynen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "FOURON-LE-COMTE", "geoid": 0}, "notime": null, "date-ut": "1835-06-05 10:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Winand", "family": "Heynen"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "FOURON-LE-COMTE", "geoid": 0}, "date-ut": "1835-06-05 10:38:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2201"}, "ids-in-sources": {"a5": "2201"}}, "raw": {"H": "10", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "5", "LAT": "50N39", "LON": "5E30", "MON": "6", "NUM": "2201", "PRO": "PT", "SEC": "0", "YEA": "1835", "CITY": "FOURON-LE-COMTE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13627	hiernaux-jules-1881-07-27	{"a5": "2202"}	{"lerrcp": "A5-2202"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Hiernaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CHARLEROI", "geoid": 0}, "notime": null, "date-ut": "1881-07-27 03:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Hiernaux"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CHARLEROI", "geoid": 0}, "date-ut": "1881-07-27 03:42:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2202"}, "ids-in-sources": {"a5": "2202"}}, "raw": {"H": "3", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "27", "LAT": "50N23", "LON": "4E30", "MON": "7", "NUM": "2202", "PRO": "PT", "SEC": "0", "YEA": "1881", "CITY": "CHARLEROI"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13628	gauquelin-a5-2203-1884-06-07	{"a5": "2203"}	{"lerrcp": "A5-2203"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-2203", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1884-06-07 03:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-2203"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1884-06-07 03:43:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2203"}, "ids-in-sources": {"a5": "2203"}}, "raw": {"H": "3", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "7", "LAT": "50N51", "LON": "4E15", "MON": "6", "NUM": "2203", "PRO": "PT", "SEC": "0", "YEA": "1884", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13629	houtart-maurice-1866-07-05	{"a5": "2204"}	{"lerrcp": "A5-2204"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Houtart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "notime": null, "date-ut": "1866-07-05 04:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Houtart"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "date-ut": "1866-07-05 04:42:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2204"}, "ids-in-sources": {"a5": "2204"}}, "raw": {"H": "4", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "5", "LAT": "50N23", "LON": "4E30", "MON": "7", "NUM": "2204", "PRO": "PT", "SEC": "0", "YEA": "1866", "CITY": "TOURNAI"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13630	houtte-jean-1907-03-17	{"a5": "2205"}	{"lerrcp": "A5-2205"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Houtte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1907-03-17 01:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Houtte"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1907-03-17 01:00:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2205"}, "ids-in-sources": {"a5": "2205"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "17", "LAT": "51N 5", "LON": "3E45", "MON": "3", "NUM": "2205", "PRO": "PT", "SEC": "0", "YEA": "1907", "CITY": "GAND"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13631	huymans-j-1871-05-26	{"a5": "2206"}	{"lerrcp": "A5-2206"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "J", "family": "Huymans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "BILSEN", "geoid": 0}, "notime": null, "date-ut": "1871-05-26 13:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "J", "family": "Huymans"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "BILSEN", "geoid": 0}, "date-ut": "1871-05-26 13:39:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2206"}, "ids-in-sources": {"a5": "2206"}}, "raw": {"H": "13", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "26", "LAT": "50N 2", "LON": "5E15", "MON": "5", "NUM": "2206", "PRO": "PT", "SEC": "0", "YEA": "1871", "CITY": "BILSEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13632	hymans-paul-1865-03-23	{"a5": "2207"}	{"lerrcp": "A5-2207"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Hymans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "notime": null, "date-ut": "1865-03-23 08:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Hymans"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "date-ut": "1865-03-23 08:43:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2207"}, "ids-in-sources": {"a5": "2207"}}, "raw": {"H": "8", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "23", "LAT": "50N51", "LON": "4E15", "MON": "3", "NUM": "2207", "PRO": "PT", "SEC": "0", "YEA": "1865", "CITY": "IXELLES"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13633	ingenbleek-jules-1876-04-12	{"a5": "2208"}	{"lerrcp": "A5-2208"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Ingenbleek", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "BREE", "geoid": 0}, "notime": null, "date-ut": "1876-04-12 22:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Ingenbleek"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "BREE", "geoid": 0}, "date-ut": "1876-04-12 22:38:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2208"}, "ids-in-sources": {"a5": "2208"}}, "raw": {"H": "22", "MN": "38", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "12", "LAT": "50N47", "LON": "5E30", "MON": "4", "NUM": "2208", "PRO": "PT", "SEC": "0", "YEA": "1876", "CITY": "BREE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13634	isacker-philippe-1884-12-18	{"a5": "2209"}	{"lerrcp": "A5-2209"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Isacker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "TORHOUT", "geoid": 0}, "notime": null, "date-ut": "1884-12-18 15:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Isacker"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "TORHOUT", "geoid": 0}, "date-ut": "1884-12-18 15:47:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2209"}, "ids-in-sources": {"a5": "2209"}}, "raw": {"H": "15", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "18", "LAT": "51N13", "LON": "3E15", "MON": "12", "NUM": "2209", "PRO": "PT", "SEC": "0", "YEA": "1884", "CITY": "TORHOUT"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13635	jacobs-philippe-1838-01-18	{"a5": "2210"}	{"lerrcp": "A5-2210"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Jacobs", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1838-01-18 14:57:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Jacobs"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1838-01-18 14:57:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2210"}, "ids-in-sources": {"a5": "2210"}}, "raw": {"H": "14", "MN": "57", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "18", "LAT": "51N14", "LON": "4E30", "MON": "1", "NUM": "2210", "PRO": "PT", "SEC": "0", "YEA": "1838", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13636	janssen-albert-1883-04-01	{"a5": "2211"}	{"lerrcp": "A5-2211"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Janssen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1883-04-01 18:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Janssen"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1883-04-01 18:12:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2211"}, "ids-in-sources": {"a5": "2211"}}, "raw": {"H": "18", "MN": "12", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "1", "LAT": "51N14", "LON": "4E30", "MON": "4", "NUM": "2211", "PRO": "PT", "SEC": "0", "YEA": "1883", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13637	jaspar-henri-1870-07-28	{"a5": "2212"}	{"lerrcp": "A5-2212"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Jaspar", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "notime": null, "date-ut": "1870-07-28 03:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Jaspar"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "date-ut": "1870-07-28 03:43:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2212"}, "ids-in-sources": {"a5": "2212"}}, "raw": {"H": "3", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "28", "LAT": "50N51", "LON": "4E15", "MON": "7", "NUM": "2212", "PRO": "PT", "SEC": "0", "YEA": "1870", "CITY": "SCHAERBEEK"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13638	gauquelin-a5-2213-1901-06-23	{"a5": "2213"}	{"lerrcp": "A5-2213"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-2213", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "notime": null, "date-ut": "1901-06-23 06:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-2213"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "date-ut": "1901-06-23 06:00:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2213"}, "ids-in-sources": {"a5": "2213"}}, "raw": {"H": "6", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "23", "LAT": "50N51", "LON": "4E15", "MON": "6", "NUM": "2213", "PRO": "PT", "SEC": "0", "YEA": "1901", "CITY": "SCHAERBEEK"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13639	kats-jacobs-1804-05-03	{"a5": "2214"}	{"lerrcp": "A5-2214"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacobs", "family": "Kats", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1804-05-03 00:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jacobs", "family": "Kats"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1804-05-03 00:42:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2214"}, "ids-in-sources": {"a5": "2214"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "3", "LAT": "51N14", "LON": "4E30", "MON": "5", "NUM": "2214", "PRO": "PT", "SEC": "0", "YEA": "1804", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13640	kerchove-exaerde-robert-1876-12-20	{"a5": "2215"}	{"lerrcp": "A5-2215"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Kerchove Exaerde Robert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1876-12-20 07:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Kerchove Exaerde Robert"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1876-12-20 07:45:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2215"}, "ids-in-sources": {"a5": "2215"}}, "raw": {"H": "7", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "20", "LAT": "51N 5", "LON": "3E45", "MON": "12", "NUM": "2215", "PRO": "PT", "SEC": "0", "YEA": "1876", "CITY": "GAND"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
8550	kestens-p-1867-12-29	{"a3": "2842", "a5": "2216"}	{"lerrcp": "A3-2842"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "P", "family": "Kestens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1867-12-29 22:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "P", "family": "Kestens"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1867-12-29 22:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2842"}, "ids-in-sources": {"a3": "2842"}}, "raw": {"H": "22", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "29", "LAT": "51N 5", "LON": "3E45", "MON": "12", "NUM": "2842", "PRO": "M", "SEC": "0", "YEA": "1867", "CITY": "GAND"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "2216"}}, "raw": {"H": "22", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "29", "LAT": "51N 5", "LON": "3E45", "MON": "12", "NUM": "2216", "PRO": "PT", "SEC": "0", "YEA": "1867", "CITY": "GAND"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13641	kronacker-paul-1897-11-05	{"a5": "2217"}	{"lerrcp": "A5-2217"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Kronacker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1897-11-05 02:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Kronacker"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1897-11-05 02:00:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2217"}, "ids-in-sources": {"a5": "2217"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "5", "LAT": "51N14", "LON": "4E30", "MON": "11", "NUM": "2217", "PRO": "PT", "SEC": "0", "YEA": "1897", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
8201	lantsheere-th-1833-11-04	{"a3": "2493", "a5": "2218"}	{"lerrcp": "A3-2493"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Th", "family": "Lantsheere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "ASSCHE", "geoid": 0}, "notime": null, "date-ut": "1833-11-04 05:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Th", "family": "Lantsheere"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "ASSCHE", "geoid": 0}, "date-ut": "1833-11-04 05:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2493"}, "ids-in-sources": {"a3": "2493"}}, "raw": {"H": "5", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "4", "LAT": "50N20", "LON": "4E30", "MON": "11", "NUM": "2493", "PRO": "M", "SEC": "0", "YEA": "1833", "CITY": "ASSCHE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "2218"}}, "raw": {"H": "5", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "4", "LAT": "50N20", "LON": "4E30", "MON": "11", "NUM": "2218", "PRO": "PT", "SEC": "0", "YEA": "1833", "CITY": "ASSCHE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
5580	liagre-jean-1815-02-18	{"a2": "3499", "a3": "2853", "a5": "2219"}	{"lerrcp": "A2-3499"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Liagre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "notime": null, "date-ut": "1815-02-18 22:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist", "military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Liagre"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "date-ut": "1815-02-18 22:42:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3499"}, "ids-in-sources": {"a2": "3499"}}, "raw": {"H": "22", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "18", "LAT": "50N23", "LON": "4E30", "MON": "2", "NUM": "3499", "PRO": "S", "SEC": "0", "YEA": "1815", "CITY": "TOURNAI"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["military-personnel"], "sources": "a3", "ids-in-sources": {"a3": "2853"}}, "raw": {"H": "22", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "18", "LAT": "50N23", "LON": "4E30", "MON": "2", "NUM": "2853", "PRO": "M", "SEC": "0", "YEA": "1815", "CITY": "TOURNAI"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "2219"}}, "raw": {"H": "22", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "18", "LAT": "50N23", "LON": "4E30", "MON": "2", "NUM": "2219", "PRO": "PT", "SEC": "0", "YEA": "1815", "CITY": "TOURNAI"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
8223	liebaert-julien-1848-06-22	{"a3": "2515", "a5": "2220"}	{"lerrcp": "A3-2515"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julien", "family": "Liebaert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "COURTRAI", "geoid": 0}, "notime": null, "date-ut": "1848-06-22 07:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Julien", "family": "Liebaert"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "COURTRAI", "geoid": 0}, "date-ut": "1848-06-22 07:47:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2515"}, "ids-in-sources": {"a3": "2515"}}, "raw": {"H": "7", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "22", "LAT": "51N13", "LON": "3E15", "MON": "6", "NUM": "2515", "PRO": "M", "SEC": "0", "YEA": "1848", "CITY": "COURTRAI"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "2220"}}, "raw": {"H": "7", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "22", "LAT": "51N13", "LON": "3E15", "MON": "6", "NUM": "2220", "PRO": "PT", "SEC": "0", "YEA": "1848", "CITY": "COURTRAI"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13642	liedekerke-pierre-1869-03-31	{"a5": "2221"}	{"lerrcp": "A5-2221"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Liedekerke", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1869-03-31 04:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Liedekerke"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1869-03-31 04:43:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2221"}, "ids-in-sources": {"a5": "2221"}}, "raw": {"H": "4", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "31", "LAT": "50N51", "LON": "4E15", "MON": "3", "NUM": "2221", "PRO": "PT", "SEC": "0", "YEA": "1869", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13643	lilar-albert-1900-12-21	{"a5": "2222"}	{"lerrcp": "A5-2222"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Lilar", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1900-12-21 23:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Lilar"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1900-12-21 23:30:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2222"}, "ids-in-sources": {"a5": "2222"}}, "raw": {"H": "23", "MN": "30", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "21", "LAT": "51N14", "LON": "4E30", "MON": "12", "NUM": "2222", "PRO": "PT", "SEC": "0", "YEA": "1900", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13644	lohest-cassion-1894-01-02	{"a5": "2223"}	{"lerrcp": "A5-2223"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cassion", "family": "Lohest", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1894-01-02 08:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Cassion", "family": "Lohest"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1894-01-02 08:00:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2223"}, "ids-in-sources": {"a5": "2223"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "2", "LAT": "50N39", "LON": "5E30", "MON": "1", "NUM": "2223", "PRO": "PT", "SEC": "0", "YEA": "1894", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13647	gauquelin-a5-2229-1880-10-04	{"a5": "2229"}	{"lerrcp": "A5-2229"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-2229", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "PONT A CELLES", "geoid": 0}, "notime": null, "date-ut": "1880-10-04 00:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-2229"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "PONT A CELLES", "geoid": 0}, "date-ut": "1880-10-04 00:42:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2229"}, "ids-in-sources": {"a5": "2229"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "4", "LAT": "50N23", "LON": "4E30", "MON": "10", "NUM": "2229", "PRO": "PT", "SEC": "0", "YEA": "1880", "CITY": "PONT A CELLES"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
8242	magnette-charles-1863-02-03	{"a3": "2534", "a5": "2224"}	{"lerrcp": "A3-2534"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Magnette", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "VIRTON", "geoid": 0}, "notime": null, "date-ut": "1863-02-03 11:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Magnette"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "VIRTON", "geoid": 0}, "date-ut": "1863-02-03 11:39:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2534"}, "ids-in-sources": {"a3": "2534"}}, "raw": {"H": "11", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "3", "LAT": "50N 2", "LON": "5E15", "MON": "2", "NUM": "2534", "PRO": "M", "SEC": "0", "YEA": "1863", "CITY": "VIRTON"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "2224"}}, "raw": {"H": "11", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "3", "LAT": "50N 2", "LON": "5E15", "MON": "2", "NUM": "2224", "PRO": "PT", "SEC": "0", "YEA": "1863", "CITY": "VIRTON"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13645	maistriau-victor-1870-10-05	{"a5": "2225"}	{"lerrcp": "A5-2225"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Maistriau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MAURAGE", "geoid": 0}, "notime": null, "date-ut": "1870-10-05 23:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Maistriau"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MAURAGE", "geoid": 0}, "date-ut": "1870-10-05 23:12:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2225"}, "ids-in-sources": {"a5": "2225"}}, "raw": {"H": "23", "MN": "12", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "5", "LAT": "50N23", "LON": "4E30", "MON": "10", "NUM": "2225", "PRO": "PT", "SEC": "0", "YEA": "1870", "CITY": "MAURAGE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13646	marck-henri-1883-10-01	{"a5": "2227"}	{"lerrcp": "A5-2227"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Marck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MECHELEN", "geoid": 0}, "notime": null, "date-ut": "1883-10-01 10:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Marck"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MECHELEN", "geoid": 0}, "date-ut": "1883-10-01 10:12:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2227"}, "ids-in-sources": {"a5": "2227"}}, "raw": {"H": "10", "MN": "12", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "1", "LAT": "51N14", "LON": "4E30", "MON": "10", "NUM": "2227", "PRO": "PT", "SEC": "0", "YEA": "1883", "CITY": "MECHELEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
8250	masson-fulgence-1854-02-16	{"a3": "2542", "a5": "2228"}	{"lerrcp": "A3-2542"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fulgence", "family": "Masson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "DOUR", "geoid": 0}, "notime": null, "date-ut": "1854-02-16 07:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Fulgence", "family": "Masson"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "DOUR", "geoid": 0}, "date-ut": "1854-02-16 07:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2542"}, "ids-in-sources": {"a3": "2542"}}, "raw": {"H": "7", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "16", "LAT": "50N23", "LON": "4E30", "MON": "2", "NUM": "2542", "PRO": "M", "SEC": "0", "YEA": "1854", "CITY": "DOUR"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "2228"}}, "raw": {"H": "7", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "16", "LAT": "50N23", "LON": "4E30", "MON": "2", "NUM": "2228", "PRO": "PT", "SEC": "0", "YEA": "1854", "CITY": "DOUR"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13648	merlot-joseph-1885-09-14	{"a5": "2230"}	{"lerrcp": "A5-2230"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Merlot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "SERAING/MEUSE", "geoid": 0}, "notime": null, "date-ut": "1885-09-14 15:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Merlot"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "SERAING/MEUSE", "geoid": 0}, "date-ut": "1885-09-14 15:38:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2230"}, "ids-in-sources": {"a5": "2230"}}, "raw": {"H": "15", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "14", "LAT": "50N39", "LON": "5E30", "MON": "9", "NUM": "2230", "PRO": "PT", "SEC": "0", "YEA": "1885", "CITY": "SERAING/MEUSE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13649	moreau-andoy-alphonse-1840-03-08	{"a5": "2231"}	{"lerrcp": "A5-2231"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Moreau Andoy Alphonse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "WIERDE", "geoid": 0}, "notime": null, "date-ut": "1840-03-08 11:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Moreau Andoy Alphonse"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "WIERDE", "geoid": 0}, "date-ut": "1840-03-08 11:42:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2231"}, "ids-in-sources": {"a5": "2231"}}, "raw": {"H": "11", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "8", "LAT": "50N20", "LON": "4E30", "MON": "3", "NUM": "2231", "PRO": "PT", "SEC": "0", "YEA": "1840", "CITY": "WIERDE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13650	gauquelin-a5-2232-1902-08-20	{"a5": "2232"}	{"lerrcp": "A5-2232"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-2232", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1902-08-20 04:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-2232"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1902-08-20 04:30:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2232"}, "ids-in-sources": {"a5": "2232"}}, "raw": {"H": "4", "MN": "30", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "20", "LAT": "50N39", "LON": "5E30", "MON": "8", "NUM": "2232", "PRO": "PT", "SEC": "0", "YEA": "1902", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13651	moyersoen-romain-1870-09-02	{"a5": "2233"}	{"lerrcp": "A5-2233"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Romain", "family": "Moyersoen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ALOST", "geoid": 0}, "notime": null, "date-ut": "1870-09-02 14:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Romain", "family": "Moyersoen"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ALOST", "geoid": 0}, "date-ut": "1870-09-02 14:45:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2233"}, "ids-in-sources": {"a5": "2233"}}, "raw": {"H": "14", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "2", "LAT": "51N 5", "LON": "3E45", "MON": "9", "NUM": "2233", "PRO": "PT", "SEC": "0", "YEA": "1870", "CITY": "ALOST"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13652	mundeleer-leon-1885-04-06	{"a5": "2234"}	{"lerrcp": "A5-2234"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Mundeleer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "notime": null, "date-ut": "1885-04-06 18:13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Mundeleer"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "date-ut": "1885-04-06 18:13:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2234"}, "ids-in-sources": {"a5": "2234"}}, "raw": {"H": "18", "MN": "13", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "6", "LAT": "50N51", "LON": "4E15", "MON": "4", "NUM": "2234", "PRO": "PT", "SEC": "0", "YEA": "1885", "CITY": "IXELLES"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
8273	neujean-xavier-1840-01-23	{"a3": "2565", "a5": "2235"}	{"lerrcp": "A3-2565"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Xavier", "family": "Neujean", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "THEUX", "geoid": 0}, "notime": null, "date-ut": "1840-01-23 04:08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Xavier", "family": "Neujean"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "THEUX", "geoid": 0}, "date-ut": "1840-01-23 04:08:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2565"}, "ids-in-sources": {"a3": "2565"}}, "raw": {"H": "4", "MN": "8", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "23", "LAT": "50N39", "LON": "5E30", "MON": "1", "NUM": "2565", "PRO": "M", "SEC": "0", "YEA": "1840", "CITY": "THEUX"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "2235"}}, "raw": {"H": "4", "MN": "8", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "23", "LAT": "50N39", "LON": "5E30", "MON": "1", "NUM": "2235", "PRO": "PT", "SEC": "0", "YEA": "1840", "CITY": "THEUX"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13653	neujean-xavier-1865-02-25	{"a5": "2236"}	{"lerrcp": "A5-2236"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Xavier", "family": "Neujean", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1865-02-25 23:08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Xavier", "family": "Neujean"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1865-02-25 23:08:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2236"}, "ids-in-sources": {"a5": "2236"}}, "raw": {"H": "23", "MN": "8", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "25", "LAT": "50N39", "LON": "5E30", "MON": "2", "NUM": "2236", "PRO": "PT", "SEC": "0", "YEA": "1865", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
4508	noef-pierre-1873-07-26	{"a2": "2422", "a5": "2238"}	{"lerrcp": "A2-2422"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Noef", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "YPRES", "geoid": 0}, "notime": null, "date-ut": "1873-07-26 17:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician", "politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Noef"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "YPRES", "geoid": 0}, "date-ut": "1873-07-26 17:47:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2422"}, "ids-in-sources": {"a2": "2422"}}, "raw": {"H": "17", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "26", "LAT": "51N13", "LON": "3E15", "MON": "7", "NUM": "2422", "PRO": "S", "SEC": "0", "YEA": "1873", "CITY": "YPRES"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "2238"}}, "raw": {"H": "17", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "26", "LAT": "51N13", "LON": "3E15", "MON": "7", "NUM": "2238", "PRO": "PT", "SEC": "0", "YEA": "1873", "CITY": "YPRES"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13654	nothomb-jean-1805-07-03	{"a5": "2239"}	{"lerrcp": "A5-2239"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Nothomb", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "MESSANCY", "geoid": 0}, "notime": null, "date-ut": "1805-07-03 10:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Nothomb"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "MESSANCY", "geoid": 0}, "date-ut": "1805-07-03 10:39:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2239"}, "ids-in-sources": {"a5": "2239"}}, "raw": {"H": "10", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "3", "LAT": "50N 2", "LON": "5E15", "MON": "7", "NUM": "2239", "PRO": "PT", "SEC": "0", "YEA": "1805", "CITY": "MESSANCY"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13655	nyssens-albert-1855-06-20	{"a5": "2240"}	{"lerrcp": "A5-2240"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Nyssens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "YPRES", "geoid": 0}, "notime": null, "date-ut": "1855-06-20 23:17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Nyssens"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "YPRES", "geoid": 0}, "date-ut": "1855-06-20 23:17:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2240"}, "ids-in-sources": {"a5": "2240"}}, "raw": {"H": "23", "MN": "17", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "20", "LAT": "51N13", "LON": "3E15", "MON": "6", "NUM": "2240", "PRO": "PT", "SEC": "0", "YEA": "1855", "CITY": "YPRES"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13656	gauquelin-a5-2241-1814-04-07	{"a5": "2241"}	{"lerrcp": "A5-2241"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-2241", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1814-04-07 01:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-2241"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1814-04-07 01:43:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2241"}, "ids-in-sources": {"a5": "2241"}}, "raw": {"H": "1", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "7", "LAT": "50N51", "LON": "4E15", "MON": "4", "NUM": "2241", "PRO": "PT", "SEC": "0", "YEA": "1814", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13657	overbergh-cyrille-1866-03-07	{"a5": "2242"}	{"lerrcp": "A5-2242"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cyrille", "family": "Overbergh", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "COURTRAI", "geoid": 0}, "notime": null, "date-ut": "1866-03-07 18:17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Cyrille", "family": "Overbergh"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "COURTRAI", "geoid": 0}, "date-ut": "1866-03-07 18:17:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2242"}, "ids-in-sources": {"a5": "2242"}}, "raw": {"H": "18", "MN": "17", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "7", "LAT": "51N13", "LON": "3E15", "MON": "3", "NUM": "2242", "PRO": "PT", "SEC": "0", "YEA": "1866", "CITY": "COURTRAI"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13658	gauquelin-a5-2243-1885-11-23	{"a5": "2243"}	{"lerrcp": "A5-2243"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-2243", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1885-11-23 23:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-2243"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1885-11-23 23:47:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2243"}, "ids-in-sources": {"a5": "2243"}}, "raw": {"H": "23", "MN": "47", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "23", "LAT": "51N14", "LON": "4E30", "MON": "11", "NUM": "2243", "PRO": "PT", "SEC": "0", "YEA": "1885", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13659	philippart-marcel-1884-02-15	{"a5": "2244"}	{"lerrcp": "A5-2244"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Philippart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "BASTOGNE", "geoid": 0}, "notime": null, "date-ut": "1884-02-15 20:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Philippart"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "BASTOGNE", "geoid": 0}, "date-ut": "1884-02-15 20:39:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2244"}, "ids-in-sources": {"a5": "2244"}}, "raw": {"H": "20", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "15", "LAT": "50N 2", "LON": "5E15", "MON": "2", "NUM": "2244", "PRO": "PT", "SEC": "0", "YEA": "1884", "CITY": "BASTOGNE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13660	pholien-joseph-1884-12-28	{"a5": "2245"}	{"lerrcp": "A5-2245"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Pholien", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1884-12-28 17:08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Pholien"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1884-12-28 17:08:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2245"}, "ids-in-sources": {"a5": "2245"}}, "raw": {"H": "17", "MN": "8", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "28", "LAT": "50N39", "LON": "5E30", "MON": "12", "NUM": "2245", "PRO": "PT", "SEC": "0", "YEA": "1884", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13661	pierlot-hubert-1883-12-23	{"a5": "2246"}	{"lerrcp": "A5-2246"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hubert", "family": "Pierlot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "CUGNON", "geoid": 0}, "notime": null, "date-ut": "1883-12-23 09:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Hubert", "family": "Pierlot"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "CUGNON", "geoid": 0}, "date-ut": "1883-12-23 09:39:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2246"}, "ids-in-sources": {"a5": "2246"}}, "raw": {"H": "9", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "23", "LAT": "50N 2", "LON": "5E15", "MON": "12", "NUM": "2246", "PRO": "PT", "SEC": "0", "YEA": "1883", "CITY": "CUGNON"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
8296	pirmez-eudore-1830-09-14	{"a3": "2588", "a5": "2247"}	{"lerrcp": "A3-2588"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eudore", "family": "Pirmez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MARCINELLE", "geoid": 0}, "notime": null, "date-ut": "1830-09-14 15:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Eudore", "family": "Pirmez"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MARCINELLE", "geoid": 0}, "date-ut": "1830-09-14 15:12:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2588"}, "ids-in-sources": {"a3": "2588"}}, "raw": {"H": "15", "MN": "12", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "14", "LAT": "50N23", "LON": "4E30", "MON": "9", "NUM": "2588", "PRO": "M", "SEC": "0", "YEA": "1830", "CITY": "MARCINELLE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "2247"}}, "raw": {"H": "15", "MN": "12", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "14", "LAT": "50N23", "LON": "4E30", "MON": "9", "NUM": "2247", "PRO": "PT", "SEC": "0", "YEA": "1830", "CITY": "MARCINELLE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13662	poncelet-jules-1869-05-19	{"a5": "2248"}	{"lerrcp": "A5-2248"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Poncelet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "OFFAGNE", "geoid": 0}, "notime": null, "date-ut": "1869-05-19 05:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Poncelet"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "OFFAGNE", "geoid": 0}, "date-ut": "1869-05-19 05:39:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2248"}, "ids-in-sources": {"a5": "2248"}}, "raw": {"H": "5", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "19", "LAT": "50N 2", "LON": "5E15", "MON": "5", "NUM": "2248", "PRO": "PT", "SEC": "0", "YEA": "1869", "CITY": "OFFAGNE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13663	poullet-prosper-1868-03-05	{"a5": "2249"}	{"lerrcp": "A5-2249"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Prosper", "family": "Poullet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "notime": null, "date-ut": "1868-03-05 12:13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Prosper", "family": "Poullet"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "date-ut": "1868-03-05 12:13:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2249"}, "ids-in-sources": {"a5": "2249"}}, "raw": {"H": "12", "MN": "13", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "5", "LAT": "50N51", "LON": "4E15", "MON": "3", "NUM": "2249", "PRO": "PT", "SEC": "0", "YEA": "1868", "CITY": "LOUVAIN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13664	praet-jules-1806-07-02	{"a5": "2250"}	{"lerrcp": "A5-2250"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Praet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "notime": null, "date-ut": "1806-07-02 05:02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Praet"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "date-ut": "1806-07-02 05:02:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2250"}, "ids-in-sources": {"a5": "2250"}}, "raw": {"H": "5", "MN": "2", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "2", "LAT": "51N13", "LON": "3E15", "MON": "7", "NUM": "2250", "PRO": "PT", "SEC": "0", "YEA": "1806", "CITY": "BRUGES"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13665	ramaix-maurice-1850-03-02	{"a5": "2251"}	{"lerrcp": "A5-2251"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Ramaix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST JOSSE TEN NO", "geoid": 0}, "notime": null, "date-ut": "1850-03-02 16:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Ramaix"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST JOSSE TEN NO", "geoid": 0}, "date-ut": "1850-03-02 16:43:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2251"}, "ids-in-sources": {"a5": "2251"}}, "raw": {"H": "16", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "2", "LAT": "50N51", "LON": "4E15", "MON": "3", "NUM": "2251", "PRO": "PT", "SEC": "0", "YEA": "1850", "CITY": "ST JOSSE TEN NO"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
8616	renard-bruno-1804-04-16	{"a3": "2909", "a5": "2252"}	{"lerrcp": "A3-2909"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Renard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "notime": null, "date-ut": "1804-04-16 06:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Bruno", "family": "Renard"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "date-ut": "1804-04-16 06:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2909"}, "ids-in-sources": {"a3": "2909"}}, "raw": {"H": "6", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "16", "LAT": "50N23", "LON": "4E30", "MON": "4", "NUM": "2909", "PRO": "M", "SEC": "0", "YEA": "1804", "CITY": "TOURNAI"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "2252"}}, "raw": {"H": "6", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "16", "LAT": "50N23", "LON": "4E30", "MON": "4", "NUM": "2252", "PRO": "PT", "SEC": "0", "YEA": "1804", "CITY": "TOURNAI"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
8309	renkin-jules-1862-12-03	{"a3": "2601", "a5": "2253"}	{"lerrcp": "A3-2601"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Renkin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "notime": null, "date-ut": "1862-12-03 18:13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Renkin"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "date-ut": "1862-12-03 18:13:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2601"}, "ids-in-sources": {"a3": "2601"}}, "raw": {"H": "18", "MN": "13", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "3", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "2601", "PRO": "M", "SEC": "0", "YEA": "1862", "CITY": "IXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "2253"}}, "raw": {"H": "18", "MN": "13", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "3", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "2253", "PRO": "PT", "SEC": "0", "YEA": "1862", "CITY": "IXELLES"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13666	reyntiens-nicolas-1821-11-02	{"a5": "2254"}	{"lerrcp": "A5-2254"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicolas", "family": "Reyntiens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "notime": null, "date-ut": "1821-11-02 22:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Nicolas", "family": "Reyntiens"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "date-ut": "1821-11-02 22:42:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2254"}, "ids-in-sources": {"a5": "2254"}}, "raw": {"H": "22", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "2", "LAT": "51N14", "LON": "4E30", "MON": "11", "NUM": "2254", "PRO": "PT", "SEC": "0", "YEA": "1821", "CITY": "MALINES"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13667	rolin-henri-1891-05-03	{"a5": "2255"}	{"lerrcp": "A5-2255"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Rolin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1891-05-03 02:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Rolin"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1891-05-03 02:15:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2255"}, "ids-in-sources": {"a5": "2255"}}, "raw": {"H": "2", "MN": "15", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "3", "LAT": "51N 5", "LON": "3E45", "MON": "5", "NUM": "2255", "PRO": "PT", "SEC": "0", "YEA": "1891", "CITY": "GAND"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13668	rolin-hippolyte-1804-09-06	{"a5": "2256"}	{"lerrcp": "A5-2256"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hippolyte", "family": "Rolin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "COURTRAI", "geoid": 0}, "notime": null, "date-ut": "1804-09-06 10:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Hippolyte", "family": "Rolin"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "COURTRAI", "geoid": 0}, "date-ut": "1804-09-06 10:47:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2256"}, "ids-in-sources": {"a5": "2256"}}, "raw": {"H": "10", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "6", "LAT": "51N13", "LON": "3E15", "MON": "9", "NUM": "2256", "PRO": "PT", "SEC": "0", "YEA": "1804", "CITY": "COURTRAI"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
8317	rolin-jaequemyns-gustave-1835-01-31	{"a3": "2609", "a5": "2257"}	{"lerrcp": "A3-2609"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Rolin-Jaequemyns", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1835-01-31 11:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Rolin-Jaequemyns"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1835-01-31 11:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2609"}, "ids-in-sources": {"a3": "2609"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "31", "LAT": "51N 5", "LON": "3E45", "MON": "1", "NUM": "2609", "PRO": "M", "SEC": "0", "YEA": "1835", "CITY": "GAND"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "2257"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "31", "LAT": "51N 5", "LON": "3E45", "MON": "1", "NUM": "2257", "PRO": "PT", "SEC": "0", "YEA": "1835", "CITY": "GAND"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13671	segers-paul-1870-10-12	{"a5": "2262"}	{"lerrcp": "A5-2262"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Segers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1870-10-12 03:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Segers"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1870-10-12 03:12:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2262"}, "ids-in-sources": {"a5": "2262"}}, "raw": {"H": "3", "MN": "12", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "12", "LAT": "51N14", "LON": "4E30", "MON": "10", "NUM": "2262", "PRO": "PT", "SEC": "0", "YEA": "1870", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
8324	rubbens-edmond-1894-01-15	{"a3": "2616", "a5": "2258"}	{"lerrcp": "A3-2616"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Rubbens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ZELE", "geoid": 0}, "notime": null, "date-ut": "1894-01-15 23:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Rubbens"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ZELE", "geoid": 0}, "date-ut": "1894-01-15 23:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2616"}, "ids-in-sources": {"a3": "2616"}}, "raw": {"H": "23", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "15", "LAT": "51N 5", "LON": "3E45", "MON": "1", "NUM": "2616", "PRO": "M", "SEC": "0", "YEA": "1894", "CITY": "ZELE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "2258"}}, "raw": {"H": "23", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "15", "LAT": "51N 5", "LON": "3E45", "MON": "1", "NUM": "2258", "PRO": "PT", "SEC": "0", "YEA": "1894", "CITY": "ZELE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13669	sadeleer-louis-1852-10-06	{"a5": "2259"}	{"lerrcp": "A5-2259"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Sadeleer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "HAELTERT", "geoid": 0}, "notime": null, "date-ut": "1852-10-06 10:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Sadeleer"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "HAELTERT", "geoid": 0}, "date-ut": "1852-10-06 10:42:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2259"}, "ids-in-sources": {"a5": "2259"}}, "raw": {"H": "10", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "6", "LAT": "50N20", "LON": "4E30", "MON": "10", "NUM": "2259", "PRO": "PT", "SEC": "0", "YEA": "1852", "CITY": "HAELTERT"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
8337	schollaert-francois-1851-08-19	{"a3": "2629", "a5": "2260"}	{"lerrcp": "A3-2629"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Schollaert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "WILSELE-LEZ-LOU", "geoid": 0}, "notime": null, "date-ut": "1851-08-19 05:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "François", "family": "Schollaert"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "WILSELE-LEZ-LOU", "geoid": 0}, "date-ut": "1851-08-19 05:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2629"}, "ids-in-sources": {"a3": "2629"}}, "raw": {"H": "5", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "19", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "2629", "PRO": "M", "SEC": "0", "YEA": "1851", "CITY": "WILSELE-LEZ-LOU"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "2260"}}, "raw": {"H": "5", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "19", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "2260", "PRO": "PT", "SEC": "0", "YEA": "1851", "CITY": "WILSELE-LEZ-LOU"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13670	schryver-august-1898-05-16	{"a5": "2261"}	{"lerrcp": "A5-2261"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "August", "family": "Schryver", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1898-05-16 22:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "August", "family": "Schryver"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1898-05-16 22:00:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2261"}, "ids-in-sources": {"a5": "2261"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "16", "LAT": "51N 5", "LON": "3E45", "MON": "5", "NUM": "2261", "PRO": "PT", "SEC": "0", "YEA": "1898", "CITY": "GAND"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13672	smet-pierre-1892-07-22	{"a5": "2263"}	{"lerrcp": "A5-2263"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Smet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1892-07-22 21:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Smet"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1892-07-22 21:00:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2263"}, "ids-in-sources": {"a5": "2263"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "22", "LAT": "50N51", "LON": "4E15", "MON": "7", "NUM": "2263", "PRO": "PT", "SEC": "0", "YEA": "1892", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
8344	smet-nayer-paul-1843-05-13	{"a3": "2636", "a5": "2264"}	{"lerrcp": "A3-2636"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Smet Nayer Paul", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1843-05-13 17:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "", "family": "Smet Nayer Paul"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1843-05-13 17:15:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2636"}, "ids-in-sources": {"a3": "2636"}}, "raw": {"H": "17", "MN": "15", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "13", "LAT": "51N 5", "LON": "3E45", "MON": "5", "NUM": "2636", "PRO": "M", "SEC": "0", "YEA": "1843", "CITY": "GAND"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "2264"}}, "raw": {"H": "17", "MN": "15", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "13", "LAT": "51N 5", "LON": "3E45", "MON": "5", "NUM": "2264", "PRO": "PT", "SEC": "0", "YEA": "1843", "CITY": "GAND"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13673	soudan-eugene-1880-12-04	{"a5": "2265"}	{"lerrcp": "A5-2265"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Soudan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "RENAIX", "geoid": 0}, "notime": null, "date-ut": "1880-12-04 13:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Soudan"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "RENAIX", "geoid": 0}, "date-ut": "1880-12-04 13:15:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2265"}, "ids-in-sources": {"a5": "2265"}}, "raw": {"H": "13", "MN": "15", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "4", "LAT": "51N 5", "LON": "3E45", "MON": "12", "NUM": "2265", "PRO": "PT", "SEC": "0", "YEA": "1880", "CITY": "RENAIX"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13674	spaak-paul-1899-01-25	{"a5": "2266"}	{"lerrcp": "A5-2266"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Spaak", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "notime": null, "date-ut": "1899-01-25 01:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Spaak"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "date-ut": "1899-01-25 01:00:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2266"}, "ids-in-sources": {"a5": "2266"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "25", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "2266", "PRO": "PT", "SEC": "0", "YEA": "1899", "CITY": "SCHAERBEEK"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13675	straten-wayllet-fr-1910-01-22	{"a5": "2267"}	{"lerrcp": "A5-2267"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fr", "family": "Straten-Wayllet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1910-01-22 02:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Fr", "family": "Straten-Wayllet"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1910-01-22 02:15:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2267"}, "ids-in-sources": {"a5": "2267"}}, "raw": {"H": "2", "MN": "15", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "22", "LAT": "51N14", "LON": "4E30", "MON": "1", "NUM": "2267", "PRO": "PT", "SEC": "0", "YEA": "1910", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13676	struye-paul-1896-09-01	{"a5": "2268"}	{"lerrcp": "A5-2268"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Struye", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1896-09-01 13:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Struye"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1896-09-01 13:30:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2268"}, "ids-in-sources": {"a5": "2268"}}, "raw": {"H": "13", "MN": "30", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "1", "LAT": "51N 5", "LON": "3E45", "MON": "9", "NUM": "2268", "PRO": "PT", "SEC": "0", "YEA": "1896", "CITY": "GAND"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13677	surmont-volsberghe-arthur-1837-10-05	{"a5": "2269"}	{"lerrcp": "A5-2269"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Surmont Volsberghe Arthur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1837-10-05 22:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Surmont Volsberghe Arthur"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1837-10-05 22:15:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2269"}, "ids-in-sources": {"a5": "2269"}}, "raw": {"H": "22", "MN": "15", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "5", "LAT": "51N 5", "LON": "3E45", "MON": "10", "NUM": "2269", "PRO": "PT", "SEC": "0", "YEA": "1837", "CITY": "GAND"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13678	tack-pierre-1818-12-18	{"a5": "2270"}	{"lerrcp": "A5-2270"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Tack", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "COURTRAI", "geoid": 0}, "notime": null, "date-ut": "1818-12-18 00:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Tack"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "COURTRAI", "geoid": 0}, "date-ut": "1818-12-18 00:47:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2270"}, "ids-in-sources": {"a5": "2270"}}, "raw": {"H": "0", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "18", "LAT": "51N13", "LON": "3E15", "MON": "12", "NUM": "2270", "PRO": "PT", "SEC": "0", "YEA": "1818", "CITY": "COURTRAI"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13679	taeye-a-1905-06-21	{"a5": "2271"}	{"lerrcp": "A5-2271"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "A", "family": "Taeye", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "KAPRIJCKE", "geoid": 0}, "notime": null, "date-ut": "1905-06-21 19:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "A", "family": "Taeye"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "KAPRIJCKE", "geoid": 0}, "date-ut": "1905-06-21 19:00:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2271"}, "ids-in-sources": {"a5": "2271"}}, "raw": {"H": "19", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "21", "LAT": "51N 5", "LON": "3E45", "MON": "6", "NUM": "2271", "PRO": "PT", "SEC": "0", "YEA": "1905", "CITY": "KAPRIJCKE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13680	theunis-georges-1873-02-28	{"a5": "2272"}	{"lerrcp": "A5-2272"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Theunis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "MONTEGNEE", "geoid": 0}, "notime": null, "date-ut": "1873-02-28 14:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Theunis"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "MONTEGNEE", "geoid": 0}, "date-ut": "1873-02-28 14:38:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2272"}, "ids-in-sources": {"a5": "2272"}}, "raw": {"H": "14", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "28", "LAT": "50N39", "LON": "5E30", "MON": "2", "NUM": "2272", "PRO": "PT", "SEC": "0", "YEA": "1873", "CITY": "MONTEGNEE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
8358	thibaut-xavier-1817-10-27	{"a3": "2650", "a5": "2273"}	{"lerrcp": "A3-2650"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Xavier", "family": "Thibaut", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "DINANT", "geoid": 0}, "notime": null, "date-ut": "1817-10-27 13:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Xavier", "family": "Thibaut"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "DINANT", "geoid": 0}, "date-ut": "1817-10-27 13:42:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2650"}, "ids-in-sources": {"a3": "2650"}}, "raw": {"H": "13", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "27", "LAT": "50N20", "LON": "4E30", "MON": "10", "NUM": "2650", "PRO": "M", "SEC": "0", "YEA": "1817", "CITY": "DINANT"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "2273"}}, "raw": {"H": "13", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "27", "LAT": "50N20", "LON": "4E30", "MON": "10", "NUM": "2273", "PRO": "PT", "SEC": "0", "YEA": "1817", "CITY": "DINANT"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13681	thonissen-jean-1816-01-10	{"a5": "2274"}	{"lerrcp": "A5-2274"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Thonissen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "HASSELT", "geoid": 0}, "notime": null, "date-ut": "1816-01-10 05:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Thonissen"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "HASSELT", "geoid": 0}, "date-ut": "1816-01-10 05:38:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2274"}, "ids-in-sources": {"a5": "2274"}}, "raw": {"H": "5", "MN": "38", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "10", "LAT": "50N47", "LON": "5E30", "MON": "1", "NUM": "2274", "PRO": "PT", "SEC": "0", "YEA": "1816", "CITY": "HASSELT"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
8361	tibbaut-emile-1862-06-12	{"a3": "2653", "a5": "2275"}	{"lerrcp": "A3-2653"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Tibbaut", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "CALCKEN", "geoid": 0}, "notime": null, "date-ut": "1862-06-12 08:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Tibbaut"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "CALCKEN", "geoid": 0}, "date-ut": "1862-06-12 08:45:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2653"}, "ids-in-sources": {"a3": "2653"}}, "raw": {"H": "8", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "12", "LAT": "51N 5", "LON": "3E45", "MON": "6", "NUM": "2653", "PRO": "M", "SEC": "0", "YEA": "1862", "CITY": "CALCKEN"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "2275"}}, "raw": {"H": "8", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "12", "LAT": "51N 5", "LON": "3E45", "MON": "6", "NUM": "2275", "PRO": "PT", "SEC": "0", "YEA": "1862", "CITY": "CALCKEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13682	troclet-leon-1902-06-14	{"a5": "2276"}	{"lerrcp": "A5-2276"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Troclet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1902-06-14 01:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Troclet"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1902-06-14 01:00:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2276"}, "ids-in-sources": {"a5": "2276"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "14", "LAT": "50N39", "LON": "5E30", "MON": "6", "NUM": "2276", "PRO": "PT", "SEC": "0", "YEA": "1902", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13683	trooz-jules-1857-02-21	{"a5": "2277"}	{"lerrcp": "A5-2277"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Trooz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "notime": null, "date-ut": "1857-02-21 18:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Trooz"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "date-ut": "1857-02-21 18:43:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2277"}, "ids-in-sources": {"a5": "2277"}}, "raw": {"H": "18", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "21", "LAT": "50N51", "LON": "4E15", "MON": "2", "NUM": "2277", "PRO": "PT", "SEC": "0", "YEA": "1857", "CITY": "LOUVAIN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13684	tschoffen-paul-1878-05-08	{"a5": "2278"}	{"lerrcp": "A5-2278"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Tschoffen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "DINANT", "geoid": 0}, "notime": null, "date-ut": "1878-05-08 00:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Tschoffen"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "DINANT", "geoid": 0}, "date-ut": "1878-05-08 00:42:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2278"}, "ids-in-sources": {"a5": "2278"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "8", "LAT": "50N20", "LON": "4E30", "MON": "5", "NUM": "2278", "PRO": "PT", "SEC": "0", "YEA": "1878", "CITY": "DINANT"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13685	ursel-joseph-1848-07-03	{"a5": "2279"}	{"lerrcp": "A5-2279"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Ursel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1848-07-03 04:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Ursel"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1848-07-03 04:43:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2279"}, "ids-in-sources": {"a5": "2279"}}, "raw": {"H": "4", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "3", "LAT": "50N51", "LON": "4E15", "MON": "7", "NUM": "2279", "PRO": "PT", "SEC": "0", "YEA": "1848", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13686	vaes-urban-1896-10-24	{"a5": "2280"}	{"lerrcp": "A5-2280"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Urban", "family": "Vaes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "GREZ-DOICEAU", "geoid": 0}, "notime": null, "date-ut": "1896-10-24 02:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Urban", "family": "Vaes"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "GREZ-DOICEAU", "geoid": 0}, "date-ut": "1896-10-24 02:00:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2280"}, "ids-in-sources": {"a5": "2280"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "24", "LAT": "50N51", "LON": "4E15", "MON": "10", "NUM": "2280", "PRO": "PT", "SEC": "0", "YEA": "1896", "CITY": "GREZ-DOICEAU"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13687	vanbelle-francois-1881-09-29	{"a5": "2281"}	{"lerrcp": "A5-2281"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Vanbelle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "TILLEUR", "geoid": 0}, "notime": null, "date-ut": "1881-09-29 05:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "François", "family": "Vanbelle"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "TILLEUR", "geoid": 0}, "date-ut": "1881-09-29 05:38:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2281"}, "ids-in-sources": {"a5": "2281"}}, "raw": {"H": "5", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "29", "LAT": "50N39", "LON": "5E30", "MON": "9", "NUM": "2281", "PRO": "PT", "SEC": "0", "YEA": "1881", "CITY": "TILLEUR"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13688	vandenpeereboom-alphonse-1812-06-07	{"a5": "2282"}	{"lerrcp": "A5-2282"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Vandenpeereboom", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "YPRES", "geoid": 0}, "notime": null, "date-ut": "1812-06-07 04:17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Vandenpeereboom"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "YPRES", "geoid": 0}, "date-ut": "1812-06-07 04:17:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2282"}, "ids-in-sources": {"a5": "2282"}}, "raw": {"H": "4", "MN": "17", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "7", "LAT": "51N13", "LON": "3E15", "MON": "6", "NUM": "2282", "PRO": "PT", "SEC": "0", "YEA": "1812", "CITY": "YPRES"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
8374	vandenpeereboom-jules-1843-03-18	{"a3": "2666", "a5": "2283"}	{"lerrcp": "A3-2666"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Vandenpeereboom", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "COURTRAI", "geoid": 0}, "notime": null, "date-ut": "1843-03-18 12:32:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Vandenpeereboom"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "COURTRAI", "geoid": 0}, "date-ut": "1843-03-18 12:32:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2666"}, "ids-in-sources": {"a3": "2666"}}, "raw": {"H": "12", "MN": "32", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "18", "LAT": "51N13", "LON": "3E15", "MON": "3", "NUM": "2666", "PRO": "M", "SEC": "0", "YEA": "1843", "CITY": "COURTRAI"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "2283"}}, "raw": {"H": "12", "MN": "32", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "18", "LAT": "51N13", "LON": "3E15", "MON": "3", "NUM": "2283", "PRO": "PT", "SEC": "0", "YEA": "1843", "CITY": "COURTRAI"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13689	vauthier-maurice-1860-03-02	{"a5": "2285"}	{"lerrcp": "A5-2285"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Vauthier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1860-03-02 15:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Vauthier"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1860-03-02 15:43:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2285"}, "ids-in-sources": {"a5": "2285"}}, "raw": {"H": "15", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "2", "LAT": "50N51", "LON": "4E15", "MON": "3", "NUM": "2285", "PRO": "PT", "SEC": "0", "YEA": "1860", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13690	vervoort-desire-1810-04-11	{"a5": "2286"}	{"lerrcp": "A5-2286"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Désiré", "family": "Vervoort", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1810-04-11 22:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Désiré", "family": "Vervoort"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1810-04-11 22:12:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2286"}, "ids-in-sources": {"a5": "2286"}}, "raw": {"H": "22", "MN": "12", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "11", "LAT": "51N14", "LON": "4E30", "MON": "4", "NUM": "2286", "PRO": "PT", "SEC": "0", "YEA": "1810", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13691	villain-charles-1803-05-15	{"a5": "2287"}	{"lerrcp": "A5-2287"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Villain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1803-05-15 03:13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Villain"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1803-05-15 03:13:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2287"}, "ids-in-sources": {"a5": "2287"}}, "raw": {"H": "3", "MN": "13", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "15", "LAT": "50N51", "LON": "4E15", "MON": "5", "NUM": "2287", "PRO": "PT", "SEC": "0", "YEA": "1803", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13692	visscher-charles-1884-08-02	{"a5": "2288"}	{"lerrcp": "A5-2288"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Visscher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1884-08-02 00:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Visscher"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1884-08-02 00:45:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2288"}, "ids-in-sources": {"a5": "2288"}}, "raw": {"H": "0", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "2", "LAT": "51N 5", "LON": "3E45", "MON": "8", "NUM": "2288", "PRO": "PT", "SEC": "0", "YEA": "1884", "CITY": "GAND"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13693	vleeschauwer-albert-1897-01-01	{"a5": "2289"}	{"lerrcp": "A5-2289"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Vleeschauwer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "NEDERBRAKEL", "geoid": 0}, "notime": null, "date-ut": "1897-01-01 23:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Vleeschauwer"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "NEDERBRAKEL", "geoid": 0}, "date-ut": "1897-01-01 23:00:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2289"}, "ids-in-sources": {"a5": "2289"}}, "raw": {"H": "23", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "1", "LAT": "51N 5", "LON": "3E45", "MON": "1", "NUM": "2289", "PRO": "PT", "SEC": "0", "YEA": "1897", "CITY": "NEDERBRAKEL"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13694	vyvere-alois-1871-06-08	{"a5": "2290"}	{"lerrcp": "A5-2290"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alois", "family": "Vyvere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "THIELT", "geoid": 0}, "notime": null, "date-ut": "1871-06-08 04:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Alois", "family": "Vyvere"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "THIELT", "geoid": 0}, "date-ut": "1871-06-08 04:47:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2290"}, "ids-in-sources": {"a5": "2290"}}, "raw": {"H": "4", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "8", "LAT": "51N13", "LON": "3E15", "MON": "6", "NUM": "2290", "PRO": "PT", "SEC": "0", "YEA": "1871", "CITY": "THIELT"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13695	wauters-arthur-1890-08-12	{"a5": "2291"}	{"lerrcp": "A5-2291"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Wauters", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "WAREMME", "geoid": 0}, "notime": null, "date-ut": "1890-08-12 16:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Wauters"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "WAREMME", "geoid": 0}, "date-ut": "1890-08-12 16:39:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2291"}, "ids-in-sources": {"a5": "2291"}}, "raw": {"H": "16", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "12", "LAT": "50N 2", "LON": "5E15", "MON": "8", "NUM": "2291", "PRO": "PT", "SEC": "0", "YEA": "1890", "CITY": "WAREMME"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13696	weyer-sylvain-1802-01-19	{"a5": "2292"}	{"lerrcp": "A5-2292"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sylvain", "family": "Weyer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "notime": null, "date-ut": "1802-01-19 07:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Sylvain", "family": "Weyer"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "date-ut": "1802-01-19 07:43:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2292"}, "ids-in-sources": {"a5": "2292"}}, "raw": {"H": "7", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "19", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "2292", "PRO": "PT", "SEC": "0", "YEA": "1802", "CITY": "LOUVAIN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
8414	woeste-charles-1837-02-26	{"a3": "2706", "a5": "2293"}	{"lerrcp": "A3-2706"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Woeste", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1837-02-26 00:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Woeste"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1837-02-26 00:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2706"}, "ids-in-sources": {"a3": "2706"}}, "raw": {"H": "0", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "26", "LAT": "50N51", "LON": "4E15", "MON": "2", "NUM": "2706", "PRO": "M", "SEC": "0", "YEA": "1837", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "2293"}}, "raw": {"H": "0", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "26", "LAT": "50N51", "LON": "4E15", "MON": "2", "NUM": "2293", "PRO": "PT", "SEC": "0", "YEA": "1837", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13697	zeeland-paul-1893-11-11	{"a5": "2294"}	{"lerrcp": "A5-2294"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Zeeland", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "SOIGNIES", "geoid": 0}, "notime": null, "date-ut": "1893-11-11 02:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Zeeland"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "SOIGNIES", "geoid": 0}, "date-ut": "1893-11-11 02:00:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2294"}, "ids-in-sources": {"a5": "2294"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "11", "LAT": "50N23", "LON": "4E30", "MON": "11", "NUM": "2294", "PRO": "PT", "SEC": "0", "YEA": "1893", "CITY": "SOIGNIES"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13698	adriaanse-cornelis-1896-10-27	{"a5": "2295"}	{"lerrcp": "A5-2295"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cornelis", "family": "Adriaanse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "Z", "c3": null, "cy": "NL", "lg": 3.75, "lat": 51.48333, "name": "MIDDELBURG", "geoid": 0}, "notime": null, "date-ut": "1896-10-27 05:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Cornelis", "family": "Adriaanse"}, "birth": {"place": {"c2": "Z", "cy": "NL", "lg": 3.75, "lat": 51.48333, "name": "MIDDELBURG", "geoid": 0}, "date-ut": "1896-10-27 05:15:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2295"}, "ids-in-sources": {"a5": "2295"}}, "raw": {"H": "5", "MN": "15", "TZ": "0", "COD": "Z", "COU": "N", "DAY": "27", "LAT": "51N29", "LON": "3E45", "MON": "10", "NUM": "2295", "PRO": "PT", "SEC": "0", "YEA": "1896", "CITY": "MIDDELBURG"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13699	alderwerelt-johan-1832-08-06	{"a5": "2296"}	{"lerrcp": "A5-2296"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johan", "family": "Alderwerelt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "HARDERWIJK", "geoid": 0}, "notime": null, "date-ut": "1832-08-06 06:06:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Johan", "family": "Alderwerelt"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "HARDERWIJK", "geoid": 0}, "date-ut": "1832-08-06 06:06:24"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2296"}, "ids-in-sources": {"a5": "2296"}}, "raw": {"H": "6", "MN": "6", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "6", "LAT": "51N59", "LON": "5E54", "MON": "8", "NUM": "2296", "PRO": "PT", "SEC": "24", "YEA": "1832", "CITY": "HARDERWIJK"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13700	gauquelin-a5-2297-1902-03-28	{"a5": "2297"}	{"lerrcp": "A5-2297"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-2297", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "WIRDUM", "geoid": 0}, "notime": null, "date-ut": "1902-03-28 09:06:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-2297"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "WIRDUM", "geoid": 0}, "date-ut": "1902-03-28 09:06:48"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2297"}, "ids-in-sources": {"a5": "2297"}}, "raw": {"H": "9", "MN": "6", "TZ": "0", "COD": "F", "COU": "N", "DAY": "28", "LAT": "53N12", "LON": "5E48", "MON": "3", "NUM": "2297", "PRO": "PT", "SEC": "48", "YEA": "1902", "CITY": "WIRDUM"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13701	bastert-jacob-1826-11-04	{"a5": "2298"}	{"lerrcp": "A5-2298"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacob", "family": "Bastert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "BREUKELEN", "geoid": 0}, "notime": null, "date-ut": "1826-11-04 08:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jacob", "family": "Bastert"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "BREUKELEN", "geoid": 0}, "date-ut": "1826-11-04 08:39:28"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2298"}, "ids-in-sources": {"a5": "2298"}}, "raw": {"H": "8", "MN": "39", "TZ": "0", "COD": "U", "COU": "N", "DAY": "4", "LAT": "52N 6", "LON": "5E 8", "MON": "11", "NUM": "2298", "PRO": "PT", "SEC": "28", "YEA": "1826", "CITY": "BREUKELEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13702	beaufort-w-1845-03-19	{"a5": "2299"}	{"lerrcp": "A5-2299"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "W", "family": "Beaufort", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "LEUSDEN", "geoid": 0}, "notime": null, "date-ut": "1845-03-19 17:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "W", "family": "Beaufort"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "LEUSDEN", "geoid": 0}, "date-ut": "1845-03-19 17:39:28"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2299"}, "ids-in-sources": {"a5": "2299"}}, "raw": {"H": "17", "MN": "39", "TZ": "0", "COD": "U", "COU": "N", "DAY": "19", "LAT": "52N 6", "LON": "5E 8", "MON": "3", "NUM": "2299", "PRO": "PT", "SEC": "28", "YEA": "1845", "CITY": "LEUSDEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13703	beel-louis-1902-04-12	{"a5": "2300"}	{"lerrcp": "A5-2300"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Beel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "L", "c3": null, "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "ROERMOND", "geoid": 0}, "notime": null, "date-ut": "1902-04-12 12:37:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Beel"}, "birth": {"place": {"c2": "L", "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "ROERMOND", "geoid": 0}, "date-ut": "1902-04-12 12:37:20"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2300"}, "ids-in-sources": {"a5": "2300"}}, "raw": {"H": "12", "MN": "37", "TZ": "0", "COD": "L", "COU": "N", "DAY": "12", "LAT": "50N51", "LON": "5E40", "MON": "4", "NUM": "2300", "PRO": "PT", "SEC": "20", "YEA": "1902", "CITY": "ROERMOND"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13704	beelaerts-blokland-franz-1872-01-21	{"a5": "2301"}	{"lerrcp": "A5-2301"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Beelaerts Blokland Franz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1872-01-21 09:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Beelaerts Blokland Franz"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1872-01-21 09:42:08"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2301"}, "ids-in-sources": {"a5": "2301"}}, "raw": {"H": "9", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "21", "LAT": "52N 5", "LON": "4E28", "MON": "1", "NUM": "2301", "PRO": "PT", "SEC": "8", "YEA": "1872", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13705	betz-gerardus-1816-10-30	{"a5": "2302"}	{"lerrcp": "A5-2302"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gerardus", "family": "Betz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "BREDA", "geoid": 0}, "notime": null, "date-ut": "1816-10-30 23:23:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Gerardus", "family": "Betz"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "BREDA", "geoid": 0}, "date-ut": "1816-10-30 23:23:44"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2302"}, "ids-in-sources": {"a5": "2302"}}, "raw": {"H": "23", "MN": "23", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "30", "LAT": "51N42", "LON": "5E19", "MON": "10", "NUM": "2302", "PRO": "PT", "SEC": "44", "YEA": "1816", "CITY": "BREDA"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13706	beyen-johan-1897-05-02	{"a5": "2303"}	{"lerrcp": "A5-2303"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johan", "family": "Beyen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "notime": null, "date-ut": "1897-05-02 04:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Johan", "family": "Beyen"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "date-ut": "1897-05-02 04:39:28"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2303"}, "ids-in-sources": {"a5": "2303"}}, "raw": {"H": "4", "MN": "39", "TZ": "0", "COD": "U", "COU": "N", "DAY": "2", "LAT": "52N 6", "LON": "5E 8", "MON": "5", "NUM": "2303", "PRO": "PT", "SEC": "28", "YEA": "1897", "CITY": "UTRECHT"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13707	bloem-jacobus-1822-02-25	{"a5": "2304"}	{"lerrcp": "A5-2304"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacobus", "family": "Bloem", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "TILBURG", "geoid": 0}, "notime": null, "date-ut": "1822-02-25 17:08:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jacobus", "family": "Bloem"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "TILBURG", "geoid": 0}, "date-ut": "1822-02-25 17:08:44"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2304"}, "ids-in-sources": {"a5": "2304"}}, "raw": {"H": "17", "MN": "8", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "25", "LAT": "51N42", "LON": "5E19", "MON": "2", "NUM": "2304", "PRO": "PT", "SEC": "44", "YEA": "1822", "CITY": "TILBURG"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13708	blusse-oud-alblas-pieter-1812-03-11	{"a5": "2305"}	{"lerrcp": "A5-2305"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Blusse Oud-Alblas Pieter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DORDRECHT", "geoid": 0}, "notime": null, "date-ut": "1812-03-11 19:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Blusse Oud-Alblas Pieter"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DORDRECHT", "geoid": 0}, "date-ut": "1812-03-11 19:42:08"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2305"}, "ids-in-sources": {"a5": "2305"}}, "raw": {"H": "19", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "11", "LAT": "52N 5", "LON": "4E28", "MON": "3", "NUM": "2305", "PRO": "PT", "SEC": "8", "YEA": "1812", "CITY": "DORDRECHT"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13709	boeijken-hendrik-1889-05-23	{"a5": "2306"}	{"lerrcp": "A5-2306"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hendrik", "family": "Boeijken", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "PUTTEN", "geoid": 0}, "notime": null, "date-ut": "1889-05-23 09:36:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Hendrik", "family": "Boeijken"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "PUTTEN", "geoid": 0}, "date-ut": "1889-05-23 09:36:24"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2306"}, "ids-in-sources": {"a5": "2306"}}, "raw": {"H": "9", "MN": "36", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "23", "LAT": "51N59", "LON": "5E54", "MON": "5", "NUM": "2306", "PRO": "PT", "SEC": "24", "YEA": "1889", "CITY": "PUTTEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13710	bolkestein-gerrit-1871-10-09	{"a5": "2307"}	{"lerrcp": "A5-2307"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gerrit", "family": "Bolkestein", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1871-10-09 11:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Gerrit", "family": "Bolkestein"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1871-10-09 11:41:28"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2307"}, "ids-in-sources": {"a5": "2307"}}, "raw": {"H": "11", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "9", "LAT": "52N22", "LON": "4E38", "MON": "10", "NUM": "2307", "PRO": "PT", "SEC": "28", "YEA": "1871", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13711	boot-cornelis-1813-09-15	{"a5": "2308"}	{"lerrcp": "A5-2308"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cornelis", "family": "Boot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ARNHEM", "geoid": 0}, "notime": null, "date-ut": "1813-09-15 04:36:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Cornelis", "family": "Boot"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ARNHEM", "geoid": 0}, "date-ut": "1813-09-15 04:36:24"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2308"}, "ids-in-sources": {"a5": "2308"}}, "raw": {"H": "4", "MN": "36", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "15", "LAT": "51N59", "LON": "5E54", "MON": "9", "NUM": "2308", "PRO": "PT", "SEC": "24", "YEA": "1813", "CITY": "ARNHEM"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13712	borret-edmond-1816-08-15	{"a5": "2309"}	{"lerrcp": "A5-2309"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Borret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "S HERTOGENBOSCH", "geoid": 0}, "notime": null, "date-ut": "1816-08-15 23:08:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Borret"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "S HERTOGENBOSCH", "geoid": 0}, "date-ut": "1816-08-15 23:08:44"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2309"}, "ids-in-sources": {"a5": "2309"}}, "raw": {"H": "23", "MN": "8", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "15", "LAT": "51N42", "LON": "5E19", "MON": "8", "NUM": "2309", "PRO": "PT", "SEC": "44", "YEA": "1816", "CITY": "S HERTOGENBOSCH"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
8671	bos-hendrik-1907-04-26	{"a3": "2965", "a5": "2310"}	{"lerrcp": "A3-2965"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hendrik", "family": "Bos", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1907-04-26 04:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Hendrik", "family": "Bos"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1907-04-26 04:41:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2965"}, "ids-in-sources": {"a3": "2965"}}, "raw": {"H": "4", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "26", "LAT": "52N22", "LON": "4E38", "MON": "4", "NUM": "2965", "PRO": "M", "SEC": "28", "YEA": "1907", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "2310"}}, "raw": {"H": "4", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "26", "LAT": "52N22", "LON": "4E38", "MON": "4", "NUM": "2310", "PRO": "PT", "SEC": "28", "YEA": "1907", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13713	bosboom-nicolaas-1855-09-30	{"a5": "2311"}	{"lerrcp": "A5-2311"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicolaas", "family": "Bosboom", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1855-09-30 00:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Nicolaas", "family": "Bosboom"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1855-09-30 00:42:08"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2311"}, "ids-in-sources": {"a5": "2311"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "30", "LAT": "52N 5", "LON": "4E28", "MON": "9", "NUM": "2311", "PRO": "PT", "SEC": "8", "YEA": "1855", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13714	brauw-willem-1838-08-24	{"a5": "2312"}	{"lerrcp": "A5-2312"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willem", "family": "Brauw", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1838-08-24 02:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Willem", "family": "Brauw"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1838-08-24 02:42:08"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2312"}, "ids-in-sources": {"a5": "2312"}}, "raw": {"H": "2", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "24", "LAT": "52N 5", "LON": "4E28", "MON": "8", "NUM": "2312", "PRO": "PT", "SEC": "8", "YEA": "1838", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13715	buuren-joh-1884-08-08	{"a5": "2313"}	{"lerrcp": "A5-2313"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joh", "family": "Buuren", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "SCHIEDAM", "geoid": 0}, "notime": null, "date-ut": "1884-08-08 00:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Joh", "family": "Buuren"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "SCHIEDAM", "geoid": 0}, "date-ut": "1884-08-08 00:12:08"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2313"}, "ids-in-sources": {"a5": "2313"}}, "raw": {"H": "0", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "8", "LAT": "52N 5", "LON": "4E28", "MON": "8", "NUM": "2313", "PRO": "PT", "SEC": "8", "YEA": "1884", "CITY": "SCHIEDAM"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13716	cals-jos-1914-07-18	{"a5": "2314"}	{"lerrcp": "A5-2314"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jos", "family": "Cals", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "L", "c3": null, "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "ROERMOND", "geoid": 0}, "notime": null, "date-ut": "1914-07-18 10:10:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jos", "family": "Cals"}, "birth": {"place": {"c2": "L", "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "ROERMOND", "geoid": 0}, "date-ut": "1914-07-18 10:10:28"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2314"}, "ids-in-sources": {"a5": "2314"}}, "raw": {"H": "10", "MN": "10", "TZ": "0", "COD": "L", "COU": "N", "DAY": "18", "LAT": "50N51", "LON": "5E40", "MON": "7", "NUM": "2314", "PRO": "PT", "SEC": "28", "YEA": "1914", "CITY": "ROERMOND"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
8680	casembroot-eduard-1812-06-20	{"a3": "2974", "a5": "2315"}	{"lerrcp": "A3-2974"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eduard", "family": "Casembroot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "Z", "c3": null, "cy": "NL", "lg": 3.75, "lat": 51.48333, "name": "OUD-VOSSEMEER", "geoid": 0}, "notime": null, "date-ut": "1812-06-20 21:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Eduard", "family": "Casembroot"}, "birth": {"place": {"c2": "Z", "cy": "NL", "lg": 3.75, "lat": 51.48333, "name": "OUD-VOSSEMEER", "geoid": 0}, "date-ut": "1812-06-20 21:15:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2974"}, "ids-in-sources": {"a3": "2974"}}, "raw": {"H": "21", "MN": "15", "TZ": "0", "COD": "Z", "COU": "N", "DAY": "20", "LAT": "51N29", "LON": "3E45", "MON": "6", "NUM": "2974", "PRO": "M", "SEC": "0", "YEA": "1812", "CITY": "OUD-VOSSEMEER"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "2315"}}, "raw": {"H": "21", "MN": "15", "TZ": "0", "COD": "Z", "COU": "N", "DAY": "20", "LAT": "51N29", "LON": "3E45", "MON": "6", "NUM": "2315", "PRO": "PT", "SEC": "0", "YEA": "1812", "CITY": "OUD-VOSSEMEER"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13717	colijn-hendrik-1869-06-22	{"a5": "2316"}	{"lerrcp": "A5-2316"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hendrik", "family": "Colijn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HARLEMMERMEER", "geoid": 0}, "notime": null, "date-ut": "1869-06-22 21:11:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Hendrik", "family": "Colijn"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HARLEMMERMEER", "geoid": 0}, "date-ut": "1869-06-22 21:11:28"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2316"}, "ids-in-sources": {"a5": "2316"}}, "raw": {"H": "21", "MN": "11", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "22", "LAT": "52N22", "LON": "4E38", "MON": "6", "NUM": "2316", "PRO": "PT", "SEC": "28", "YEA": "1869", "CITY": "HARLEMMERMEER"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13718	cort-linden-pieter-1846-05-14	{"a5": "2317"}	{"lerrcp": "A5-2317"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Cort Linden Pieter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1846-05-14 20:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Cort Linden Pieter"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1846-05-14 20:42:08"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2317"}, "ids-in-sources": {"a5": "2317"}}, "raw": {"H": "20", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "14", "LAT": "52N 5", "LON": "4E28", "MON": "5", "NUM": "2317", "PRO": "PT", "SEC": "8", "YEA": "1846", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13719	cremers-epimachus-1823-06-15	{"a5": "2318"}	{"lerrcp": "A5-2318"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Epimachus", "family": "Cremers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "notime": null, "date-ut": "1823-06-15 19:33:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Epimachus", "family": "Cremers"}, "birth": {"place": {"c2": "GR", "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "date-ut": "1823-06-15 19:33:44"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2318"}, "ids-in-sources": {"a5": "2318"}}, "raw": {"H": "19", "MN": "33", "TZ": "0", "COD": "GR", "COU": "N", "DAY": "15", "LAT": "53N13", "LON": "6E34", "MON": "6", "NUM": "2318", "PRO": "PT", "SEC": "44", "YEA": "1823", "CITY": "GRONINGEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13720	deckers-laurentius-1883-02-14	{"a5": "2319"}	{"lerrcp": "A5-2319"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Laurentius", "family": "Deckers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "HEEZE", "geoid": 0}, "notime": null, "date-ut": "1883-02-14 02:38:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Laurentius", "family": "Deckers"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "HEEZE", "geoid": 0}, "date-ut": "1883-02-14 02:38:44"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2319"}, "ids-in-sources": {"a5": "2319"}}, "raw": {"H": "2", "MN": "38", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "14", "LAT": "51N42", "LON": "5E19", "MON": "2", "NUM": "2319", "PRO": "PT", "SEC": "44", "YEA": "1883", "CITY": "HEEZE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13721	delden-albert-1828-02-21	{"a5": "2320"}	{"lerrcp": "A5-2320"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Delden", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "O", "c3": null, "cy": "NL", "lg": 6.08333, "lat": 52.51667, "name": "DEVENTER", "geoid": 0}, "notime": null, "date-ut": "1828-02-21 00:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Delden"}, "birth": {"place": {"c2": "O", "cy": "NL", "lg": 6.08333, "lat": 52.51667, "name": "DEVENTER", "geoid": 0}, "date-ut": "1828-02-21 00:35:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2320"}, "ids-in-sources": {"a5": "2320"}}, "raw": {"H": "0", "MN": "35", "TZ": "0", "COD": "O", "COU": "N", "DAY": "21", "LAT": "52N31", "LON": "6E 5", "MON": "2", "NUM": "2320", "PRO": "PT", "SEC": "40", "YEA": "1828", "CITY": "DEVENTER"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13722	delprat-felix-1812-05-21	{"a5": "2321"}	{"lerrcp": "A5-2321"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Delprat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1812-05-21 13:57:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Delprat"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1812-05-21 13:57:08"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2321"}, "ids-in-sources": {"a5": "2321"}}, "raw": {"H": "13", "MN": "57", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "21", "LAT": "52N 5", "LON": "4E28", "MON": "5", "NUM": "2321", "PRO": "PT", "SEC": "8", "YEA": "1812", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13723	dijk-jannes-1871-12-01	{"a5": "2322"}	{"lerrcp": "A5-2322"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jannes", "family": "Dijk", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "LEEUWARDEN", "geoid": 0}, "notime": null, "date-ut": "1871-12-01 07:06:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jannes", "family": "Dijk"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "LEEUWARDEN", "geoid": 0}, "date-ut": "1871-12-01 07:06:48"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2322"}, "ids-in-sources": {"a5": "2322"}}, "raw": {"H": "7", "MN": "6", "TZ": "0", "COD": "F", "COU": "N", "DAY": "1", "LAT": "53N12", "LON": "5E48", "MON": "12", "NUM": "2322", "PRO": "PT", "SEC": "48", "YEA": "1871", "CITY": "LEEUWARDEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13724	gauquelin-a5-2323-1891-02-03	{"a5": "2323"}	{"lerrcp": "A5-2323"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-2323", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "D", "c3": null, "cy": "NL", "lg": 6.4, "lat": 52.98333, "name": "ASSEN", "geoid": 0}, "notime": null, "date-ut": "1891-02-03 04:04:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-2323"}, "birth": {"place": {"c2": "D", "cy": "NL", "lg": 6.4, "lat": 52.98333, "name": "ASSEN", "geoid": 0}, "date-ut": "1891-02-03 04:04:24"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2323"}, "ids-in-sources": {"a5": "2323"}}, "raw": {"H": "4", "MN": "4", "TZ": "0", "COD": "D", "COU": "N", "DAY": "3", "LAT": "52N59", "LON": "6E24", "MON": "2", "NUM": "2323", "PRO": "PT", "SEC": "24", "YEA": "1891", "CITY": "ASSEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13725	dyserinck-hendrik-1838-03-11	{"a5": "2324"}	{"lerrcp": "A5-2324"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hendrik", "family": "Dyserinck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "notime": null, "date-ut": "1838-03-11 01:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Hendrik", "family": "Dyserinck"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "date-ut": "1838-03-11 01:41:28"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2324"}, "ids-in-sources": {"a5": "2324"}}, "raw": {"H": "1", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "11", "LAT": "52N22", "LON": "4E38", "MON": "3", "NUM": "2324", "PRO": "PT", "SEC": "28", "YEA": "1838", "CITY": "HAARLEM"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13726	eland-kornelis-1838-09-15	{"a5": "2325"}	{"lerrcp": "A5-2325"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kornelis", "family": "Eland", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "KLUNDERT", "geoid": 0}, "notime": null, "date-ut": "1838-09-15 03:38:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Kornelis", "family": "Eland"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "KLUNDERT", "geoid": 0}, "date-ut": "1838-09-15 03:38:44"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2325"}, "ids-in-sources": {"a5": "2325"}}, "raw": {"H": "3", "MN": "38", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "15", "LAT": "51N42", "LON": "5E19", "MON": "9", "NUM": "2325", "PRO": "PT", "SEC": "44", "YEA": "1838", "CITY": "KLUNDERT"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13727	enderlein-hendrik-1821-03-07	{"a5": "2326"}	{"lerrcp": "A5-2326"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hendrik", "family": "Enderlein", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "ALKMAAR", "geoid": 0}, "notime": null, "date-ut": "1821-03-07 16:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Hendrik", "family": "Enderlein"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "ALKMAAR", "geoid": 0}, "date-ut": "1821-03-07 16:41:28"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2326"}, "ids-in-sources": {"a5": "2326"}}, "raw": {"H": "16", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "7", "LAT": "52N22", "LON": "4E38", "MON": "3", "NUM": "2326", "PRO": "PT", "SEC": "28", "YEA": "1821", "CITY": "ALKMAAR"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13728	fock-dirk-1858-06-19	{"a5": "2327"}	{"lerrcp": "A5-2327"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dirk", "family": "Fock", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "WIJK JIJ DUURST", "geoid": 0}, "notime": null, "date-ut": "1858-06-19 13:09:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Dirk", "family": "Fock"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "WIJK JIJ DUURST", "geoid": 0}, "date-ut": "1858-06-19 13:09:28"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2327"}, "ids-in-sources": {"a5": "2327"}}, "raw": {"H": "13", "MN": "9", "TZ": "0", "COD": "U", "COU": "N", "DAY": "19", "LAT": "52N 6", "LON": "5E 8", "MON": "6", "NUM": "2327", "PRO": "PT", "SEC": "28", "YEA": "1858", "CITY": "WIJK JIJ DUURST"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13729	geer-dirk-1870-12-14	{"a5": "2328"}	{"lerrcp": "A5-2328"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dirk", "family": "Geer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "notime": null, "date-ut": "1870-12-14 03:03:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Dirk", "family": "Geer"}, "birth": {"place": {"c2": "GR", "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "date-ut": "1870-12-14 03:03:44"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2328"}, "ids-in-sources": {"a5": "2328"}}, "raw": {"H": "3", "MN": "3", "TZ": "0", "COD": "GR", "COU": "N", "DAY": "14", "LAT": "53N13", "LON": "6E34", "MON": "12", "NUM": "2328", "PRO": "PT", "SEC": "44", "YEA": "1870", "CITY": "GRONINGEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13730	geertsema-johan-1816-07-30	{"a5": "2329"}	{"lerrcp": "A5-2329"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johan", "family": "Geertsema", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "notime": null, "date-ut": "1816-07-30 15:33:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Johan", "family": "Geertsema"}, "birth": {"place": {"c2": "GR", "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "date-ut": "1816-07-30 15:33:44"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2329"}, "ids-in-sources": {"a5": "2329"}}, "raw": {"H": "15", "MN": "33", "TZ": "0", "COD": "GR", "COU": "N", "DAY": "30", "LAT": "53N13", "LON": "6E34", "MON": "7", "NUM": "2329", "PRO": "PT", "SEC": "44", "YEA": "1816", "CITY": "GRONINGEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13731	gauquelin-a5-2330-1895-05-15	{"a5": "2330"}	{"lerrcp": "A5-2330"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-2330", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "L", "c3": null, "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "VENLO", "geoid": 0}, "notime": null, "date-ut": "1895-05-15 09:07:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-2330"}, "birth": {"place": {"c2": "L", "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "VENLO", "geoid": 0}, "date-ut": "1895-05-15 09:07:20"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2330"}, "ids-in-sources": {"a5": "2330"}}, "raw": {"H": "9", "MN": "7", "TZ": "0", "COD": "L", "COU": "N", "DAY": "15", "LAT": "50N51", "LON": "5E40", "MON": "5", "NUM": "2330", "PRO": "PT", "SEC": "20", "YEA": "1895", "CITY": "VENLO"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13732	gleichman-johann-1834-07-19	{"a5": "2331"}	{"lerrcp": "A5-2331"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johann", "family": "Gleichman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1834-07-19 07:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Johann", "family": "Gleichman"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1834-07-19 07:42:08"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2331"}, "ids-in-sources": {"a5": "2331"}}, "raw": {"H": "7", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "19", "LAT": "52N 5", "LON": "4E28", "MON": "7", "NUM": "2331", "PRO": "PT", "SEC": "8", "YEA": "1834", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13733	godefroi-michael-1813-12-16	{"a5": "2332"}	{"lerrcp": "A5-2332"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michael", "family": "Godefroi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1813-12-16 04:11:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Michael", "family": "Godefroi"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1813-12-16 04:11:28"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2332"}, "ids-in-sources": {"a5": "2332"}}, "raw": {"H": "4", "MN": "11", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "16", "LAT": "52N22", "LON": "4E38", "MON": "12", "NUM": "2332", "PRO": "PT", "SEC": "28", "YEA": "1813", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13734	goseling-carolus-1891-06-10	{"a5": "2333"}	{"lerrcp": "A5-2333"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carolus", "family": "Goseling", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1891-06-10 16:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Carolus", "family": "Goseling"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1891-06-10 16:41:28"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2333"}, "ids-in-sources": {"a5": "2333"}}, "raw": {"H": "16", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "10", "LAT": "52N22", "LON": "4E38", "MON": "6", "NUM": "2333", "PRO": "PT", "SEC": "28", "YEA": "1891", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13735	graeff-andries-1872-08-07	{"a5": "2334"}	{"lerrcp": "A5-2334"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Andries", "family": "Graeff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1872-08-07 15:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Andries", "family": "Graeff"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1872-08-07 15:42:08"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2334"}, "ids-in-sources": {"a5": "2334"}}, "raw": {"H": "15", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "7", "LAT": "52N 5", "LON": "4E28", "MON": "8", "NUM": "2334", "PRO": "PT", "SEC": "8", "YEA": "1872", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13736	gauquelin-a5-2335-1866-09-17	{"a5": "2335"}	{"lerrcp": "A5-2335"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-2335", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DORDRECHT", "geoid": 0}, "notime": null, "date-ut": "1866-09-17 06:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-2335"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DORDRECHT", "geoid": 0}, "date-ut": "1866-09-17 06:42:08"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2335"}, "ids-in-sources": {"a5": "2335"}}, "raw": {"H": "6", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "17", "LAT": "52N 5", "LON": "4E28", "MON": "9", "NUM": "2335", "PRO": "PT", "SEC": "8", "YEA": "1866", "CITY": "DORDRECHT"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13737	haersma-with-gregorius-1886-03-06	{"a5": "2336"}	{"lerrcp": "A5-2336"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Haersma With Gregorius", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "RHEDEN", "geoid": 0}, "notime": null, "date-ut": "1886-03-06 11:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Haersma With Gregorius"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "RHEDEN", "geoid": 0}, "date-ut": "1886-03-06 11:39:28"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2336"}, "ids-in-sources": {"a5": "2336"}}, "raw": {"H": "11", "MN": "39", "TZ": "0", "COD": "U", "COU": "N", "DAY": "6", "LAT": "52N 6", "LON": "5E 8", "MON": "3", "NUM": "2336", "PRO": "PT", "SEC": "28", "YEA": "1886", "CITY": "RHEDEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13738	hallo-herman-1908-04-06	{"a5": "2337"}	{"lerrcp": "A5-2337"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Herman", "family": "Hallo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1908-04-06 09:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Herman", "family": "Hallo"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1908-04-06 09:12:08"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2337"}, "ids-in-sources": {"a5": "2337"}}, "raw": {"H": "9", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "6", "LAT": "52N 5", "LON": "4E28", "MON": "4", "NUM": "2337", "PRO": "PT", "SEC": "8", "YEA": "1908", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13739	hartsen-cornelis-1823-01-23	{"a5": "2338"}	{"lerrcp": "A5-2338"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cornelis", "family": "Hartsen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1823-01-23 16:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Cornelis", "family": "Hartsen"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1823-01-23 16:41:28"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2338"}, "ids-in-sources": {"a5": "2338"}}, "raw": {"H": "16", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "23", "LAT": "52N22", "LON": "4E38", "MON": "1", "NUM": "2338", "PRO": "PT", "SEC": "28", "YEA": "1823", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13740	heemskerk-theodorus-1852-07-20	{"a5": "2339"}	{"lerrcp": "A5-2339"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodorus", "family": "Heemskerk", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1852-07-20 05:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Theodorus", "family": "Heemskerk"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1852-07-20 05:41:28"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2339"}, "ids-in-sources": {"a5": "2339"}}, "raw": {"H": "5", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "20", "LAT": "52N22", "LON": "4E38", "MON": "7", "NUM": "2339", "PRO": "PT", "SEC": "28", "YEA": "1852", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13741	heim-h-1824-01-19	{"a5": "2340"}	{"lerrcp": "A5-2340"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "H", "family": "Heim", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "Z", "c3": null, "cy": "NL", "lg": 3.75, "lat": 51.48333, "name": "MIDDELBURG", "geoid": 0}, "notime": null, "date-ut": "1824-01-19 03:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "H", "family": "Heim"}, "birth": {"place": {"c2": "Z", "cy": "NL", "lg": 3.75, "lat": 51.48333, "name": "MIDDELBURG", "geoid": 0}, "date-ut": "1824-01-19 03:45:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2340"}, "ids-in-sources": {"a5": "2340"}}, "raw": {"H": "3", "MN": "45", "TZ": "0", "COD": "Z", "COU": "N", "DAY": "19", "LAT": "51N29", "LON": "3E45", "MON": "1", "NUM": "2340", "PRO": "PT", "SEC": "0", "YEA": "1824", "CITY": "MIDDELBURG"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13742	hekker-robert-1917-05-13	{"a5": "2341"}	{"lerrcp": "A5-2341"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Hekker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1917-05-13 22:40:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Hekker"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1917-05-13 22:40:28"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2341"}, "ids-in-sources": {"a5": "2341"}}, "raw": {"H": "22", "MN": "40", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "13", "LAT": "52N 5", "LON": "4E28", "MON": "5", "NUM": "2341", "PRO": "PT", "SEC": "28", "YEA": "1917", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13743	huender-willem-1900-05-30	{"a5": "2342"}	{"lerrcp": "A5-2342"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willem", "family": "Huender", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1900-05-30 12:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Willem", "family": "Huender"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1900-05-30 12:41:28"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2342"}, "ids-in-sources": {"a5": "2342"}}, "raw": {"H": "12", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "30", "LAT": "52N22", "LON": "4E38", "MON": "5", "NUM": "2342", "PRO": "PT", "SEC": "28", "YEA": "1900", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13744	idenburg-alexander-1861-07-23	{"a5": "2343"}	{"lerrcp": "A5-2343"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexander", "family": "Idenburg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1861-07-23 06:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Alexander", "family": "Idenburg"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1861-07-23 06:42:08"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2343"}, "ids-in-sources": {"a5": "2343"}}, "raw": {"H": "6", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "23", "LAT": "52N 5", "LON": "4E28", "MON": "7", "NUM": "2343", "PRO": "PT", "SEC": "8", "YEA": "1861", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13745	jansen-j-1840-12-14	{"a5": "2344"}	{"lerrcp": "A5-2344"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "J", "family": "Jansen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1840-12-14 12:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "J", "family": "Jansen"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1840-12-14 12:42:08"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2344"}, "ids-in-sources": {"a5": "2344"}}, "raw": {"H": "12", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "14", "LAT": "52N 5", "LON": "4E28", "MON": "12", "NUM": "2344", "PRO": "PT", "SEC": "8", "YEA": "1840", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13746	jolles-jolle-1814-12-28	{"a5": "2345"}	{"lerrcp": "A5-2345"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jolle", "family": "Jolles", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1814-12-28 16:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jolle", "family": "Jolles"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1814-12-28 16:41:28"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2345"}, "ids-in-sources": {"a5": "2345"}}, "raw": {"H": "16", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "28", "LAT": "52N22", "LON": "4E38", "MON": "12", "NUM": "2345", "PRO": "PT", "SEC": "28", "YEA": "1814", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
8705	jonge-bonifacius-1875-01-22	{"a3": "2999", "a5": "2346"}	{"lerrcp": "A3-2999"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bonifacius", "family": "Jonge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1875-01-22 01:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Bonifacius", "family": "Jonge"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1875-01-22 01:12:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2999"}, "ids-in-sources": {"a3": "2999"}}, "raw": {"H": "1", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "22", "LAT": "52N 5", "LON": "4E28", "MON": "1", "NUM": "2999", "PRO": "M", "SEC": "8", "YEA": "1875", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:27+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "2346"}}, "raw": {"H": "1", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "22", "LAT": "52N 5", "LON": "4E28", "MON": "1", "NUM": "2346", "PRO": "PT", "SEC": "8", "YEA": "1875", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13747	jonker-hendrik-1910-06-06	{"a5": "2347"}	{"lerrcp": "A5-2347"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hendrik", "family": "Jonker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "LEIDEN", "geoid": 0}, "notime": null, "date-ut": "1910-06-06 17:40:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Hendrik", "family": "Jonker"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "LEIDEN", "geoid": 0}, "date-ut": "1910-06-06 17:40:28"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2347"}, "ids-in-sources": {"a5": "2347"}}, "raw": {"H": "17", "MN": "40", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "6", "LAT": "52N 5", "LON": "4E28", "MON": "6", "NUM": "2347", "PRO": "PT", "SEC": "28", "YEA": "1910", "CITY": "LEIDEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13748	kan-johannes-1873-05-18	{"a5": "2348"}	{"lerrcp": "A5-2348"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Kan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "NIJMEGEN", "geoid": 0}, "notime": null, "date-ut": "1873-05-18 09:06:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Kan"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "NIJMEGEN", "geoid": 0}, "date-ut": "1873-05-18 09:06:24"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2348"}, "ids-in-sources": {"a5": "2348"}}, "raw": {"H": "9", "MN": "6", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "18", "LAT": "51N59", "LON": "5E54", "MON": "5", "NUM": "2348", "PRO": "PT", "SEC": "24", "YEA": "1873", "CITY": "NIJMEGEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13749	kernkamp-willem-1899-07-18	{"a5": "2349"}	{"lerrcp": "A5-2349"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willem", "family": "Kernkamp", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "EDAM", "geoid": 0}, "notime": null, "date-ut": "1899-07-18 11:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Willem", "family": "Kernkamp"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "EDAM", "geoid": 0}, "date-ut": "1899-07-18 11:41:28"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2349"}, "ids-in-sources": {"a5": "2349"}}, "raw": {"H": "11", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "18", "LAT": "52N22", "LON": "4E38", "MON": "7", "NUM": "2349", "PRO": "PT", "SEC": "28", "YEA": "1899", "CITY": "EDAM"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13750	kieft-johan-1884-05-21	{"a5": "2350"}	{"lerrcp": "A5-2350"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johan", "family": "Kieft", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1884-05-21 11:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Johan", "family": "Kieft"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1884-05-21 11:41:28"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2350"}, "ids-in-sources": {"a5": "2350"}}, "raw": {"H": "11", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "21", "LAT": "52N22", "LON": "4E38", "MON": "5", "NUM": "2350", "PRO": "PT", "SEC": "28", "YEA": "1884", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13751	koningsberger-jacob-1867-01-17	{"a5": "2351"}	{"lerrcp": "A5-2351"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacob", "family": "Koningsberger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "HAZERSWOUDE", "geoid": 0}, "notime": null, "date-ut": "1867-01-17 23:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jacob", "family": "Koningsberger"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "HAZERSWOUDE", "geoid": 0}, "date-ut": "1867-01-17 23:12:08"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2351"}, "ids-in-sources": {"a5": "2351"}}, "raw": {"H": "23", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "17", "LAT": "52N 5", "LON": "4E28", "MON": "1", "NUM": "2351", "PRO": "PT", "SEC": "8", "YEA": "1867", "CITY": "HAZERSWOUDE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13752	koolen-norbertus-1871-01-21	{"a5": "2352"}	{"lerrcp": "A5-2352"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Norbertus", "family": "Koolen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "RIJSWIJK", "geoid": 0}, "notime": null, "date-ut": "1871-01-21 11:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Norbertus", "family": "Koolen"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "RIJSWIJK", "geoid": 0}, "date-ut": "1871-01-21 11:12:08"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2352"}, "ids-in-sources": {"a5": "2352"}}, "raw": {"H": "11", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "21", "LAT": "52N 5", "LON": "4E28", "MON": "1", "NUM": "2352", "PRO": "PT", "SEC": "8", "YEA": "1871", "CITY": "RIJSWIJK"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13753	kuyper-abraham-1837-10-29	{"a5": "2353"}	{"lerrcp": "A5-2353"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Abraham", "family": "Kuyper", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "MAASSLUIS", "geoid": 0}, "notime": null, "date-ut": "1837-10-29 12:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Abraham", "family": "Kuyper"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "MAASSLUIS", "geoid": 0}, "date-ut": "1837-10-29 12:42:08"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2353"}, "ids-in-sources": {"a5": "2353"}}, "raw": {"H": "12", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "29", "LAT": "52N 5", "LON": "4E28", "MON": "10", "NUM": "2353", "PRO": "PT", "SEC": "8", "YEA": "1837", "CITY": "MAASSLUIS"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13754	lidth-jeude-otto-1881-07-07	{"a5": "2354"}	{"lerrcp": "A5-2354"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Lidth Jeude Otto", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "TIEL", "geoid": 0}, "notime": null, "date-ut": "1881-07-07 10:36:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Lidth Jeude Otto"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "TIEL", "geoid": 0}, "date-ut": "1881-07-07 10:36:24"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2354"}, "ids-in-sources": {"a5": "2354"}}, "raw": {"H": "10", "MN": "36", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "7", "LAT": "51N59", "LON": "5E54", "MON": "7", "NUM": "2354", "PRO": "PT", "SEC": "24", "YEA": "1881", "CITY": "TIEL"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13755	lilaar-franciscus-1823-11-09	{"a5": "2355"}	{"lerrcp": "A5-2355"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franciscus", "family": "Lilaar", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "AMERSFOORT", "geoid": 0}, "notime": null, "date-ut": "1823-11-09 03:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Franciscus", "family": "Lilaar"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "AMERSFOORT", "geoid": 0}, "date-ut": "1823-11-09 03:39:28"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2355"}, "ids-in-sources": {"a5": "2355"}}, "raw": {"H": "3", "MN": "39", "TZ": "0", "COD": "U", "COU": "N", "DAY": "9", "LAT": "52N 6", "LON": "5E 8", "MON": "11", "NUM": "2355", "PRO": "PT", "SEC": "28", "YEA": "1823", "CITY": "AMERSFOORT"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13756	loudon-james-1824-06-08	{"a5": "2356"}	{"lerrcp": "A5-2356"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Loudon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1824-06-08 00:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "James", "family": "Loudon"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1824-06-08 00:42:08"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2356"}, "ids-in-sources": {"a5": "2356"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "8", "LAT": "52N 5", "LON": "4E28", "MON": "6", "NUM": "2356", "PRO": "PT", "SEC": "8", "YEA": "1824", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13757	luns-joseph-1911-08-28	{"a5": "2357"}	{"lerrcp": "A5-2357"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Luns", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1911-08-28 17:40:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Luns"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1911-08-28 17:40:28"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2357"}, "ids-in-sources": {"a5": "2357"}}, "raw": {"H": "17", "MN": "40", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "28", "LAT": "52N 5", "LON": "4E28", "MON": "8", "NUM": "2357", "PRO": "PT", "SEC": "28", "YEA": "1911", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13758	lynden-sandenburg-constant-1826-02-24	{"a5": "2358"}	{"lerrcp": "A5-2358"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Lynden Sandenburg Constant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "notime": null, "date-ut": "1826-02-24 12:09:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Lynden Sandenburg Constant"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "date-ut": "1826-02-24 12:09:28"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2358"}, "ids-in-sources": {"a5": "2358"}}, "raw": {"H": "12", "MN": "9", "TZ": "0", "COD": "U", "COU": "N", "DAY": "24", "LAT": "52N 6", "LON": "5E 8", "MON": "2", "NUM": "2358", "PRO": "PT", "SEC": "28", "YEA": "1826", "CITY": "UTRECHT"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13759	man-dirk-1909-12-04	{"a5": "2359"}	{"lerrcp": "A5-2359"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dirk", "family": "Man", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1909-12-04 03:10:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Dirk", "family": "Man"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1909-12-04 03:10:28"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2359"}, "ids-in-sources": {"a5": "2359"}}, "raw": {"H": "3", "MN": "10", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "4", "LAT": "52N 5", "LON": "4E28", "MON": "12", "NUM": "2359", "PRO": "PT", "SEC": "28", "YEA": "1909", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13760	marchant-hendrik-1869-02-12	{"a5": "2360"}	{"lerrcp": "A5-2360"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hendrik", "family": "Marchant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "O", "c3": null, "cy": "NL", "lg": 6.08333, "lat": 52.51667, "name": "DEVENTER", "geoid": 0}, "notime": null, "date-ut": "1869-02-12 19:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Hendrik", "family": "Marchant"}, "birth": {"place": {"c2": "O", "cy": "NL", "lg": 6.08333, "lat": 52.51667, "name": "DEVENTER", "geoid": 0}, "date-ut": "1869-02-12 19:35:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2360"}, "ids-in-sources": {"a5": "2360"}}, "raw": {"H": "19", "MN": "35", "TZ": "0", "COD": "O", "COU": "N", "DAY": "12", "LAT": "52N31", "LON": "6E 5", "MON": "2", "NUM": "2360", "PRO": "PT", "SEC": "40", "YEA": "1869", "CITY": "DEVENTER"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13761	mees-fokko-1819-11-27	{"a5": "2361"}	{"lerrcp": "A5-2361"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fokko", "family": "Mees", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "APPINGEDAM", "geoid": 0}, "notime": null, "date-ut": "1819-11-27 23:03:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Fokko", "family": "Mees"}, "birth": {"place": {"c2": "GR", "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "APPINGEDAM", "geoid": 0}, "date-ut": "1819-11-27 23:03:44"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2361"}, "ids-in-sources": {"a5": "2361"}}, "raw": {"H": "23", "MN": "3", "TZ": "0", "COD": "GR", "COU": "N", "DAY": "27", "LAT": "53N13", "LON": "6E34", "MON": "11", "NUM": "2361", "PRO": "PT", "SEC": "44", "YEA": "1819", "CITY": "APPINGEDAM"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13762	gauquelin-a5-2362-1838-09-27	{"a5": "2362"}	{"lerrcp": "A5-2362"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-2362", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "WINSCHOTEN", "geoid": 0}, "notime": null, "date-ut": "1838-09-27 09:33:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-2362"}, "birth": {"place": {"c2": "GR", "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "WINSCHOTEN", "geoid": 0}, "date-ut": "1838-09-27 09:33:44"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2362"}, "ids-in-sources": {"a5": "2362"}}, "raw": {"H": "9", "MN": "33", "TZ": "0", "COD": "GR", "COU": "N", "DAY": "27", "LAT": "53N13", "LON": "6E34", "MON": "9", "NUM": "2362", "PRO": "PT", "SEC": "44", "YEA": "1838", "CITY": "WINSCHOTEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13763	patijn-jakob-1873-02-09	{"a5": "2363"}	{"lerrcp": "A5-2363"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jakob", "family": "Patijn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1873-02-09 07:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jakob", "family": "Patijn"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1873-02-09 07:12:08"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2363"}, "ids-in-sources": {"a5": "2363"}}, "raw": {"H": "7", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "9", "LAT": "52N 5", "LON": "4E28", "MON": "2", "NUM": "2363", "PRO": "PT", "SEC": "8", "YEA": "1873", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13764	picke-carolus-1831-04-21	{"a5": "2364"}	{"lerrcp": "A5-2364"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carolus", "family": "Picke", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "Z", "c3": null, "cy": "NL", "lg": 3.75, "lat": 51.48333, "name": "STEENHOVEN", "geoid": 0}, "notime": null, "date-ut": "1831-04-21 19:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Carolus", "family": "Picke"}, "birth": {"place": {"c2": "Z", "cy": "NL", "lg": 3.75, "lat": 51.48333, "name": "STEENHOVEN", "geoid": 0}, "date-ut": "1831-04-21 19:45:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2364"}, "ids-in-sources": {"a5": "2364"}}, "raw": {"H": "19", "MN": "45", "TZ": "0", "COD": "Z", "COU": "N", "DAY": "21", "LAT": "51N29", "LON": "3E45", "MON": "4", "NUM": "2364", "PRO": "PT", "SEC": "0", "YEA": "1831", "CITY": "STEENHOVEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13765	pierson-nicolaas-1839-02-07	{"a5": "2365"}	{"lerrcp": "A5-2365"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicolaas", "family": "Pierson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1839-02-07 09:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Nicolaas", "family": "Pierson"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1839-02-07 09:41:28"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2365"}, "ids-in-sources": {"a5": "2365"}}, "raw": {"H": "9", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "7", "LAT": "52N22", "LON": "4E38", "MON": "2", "NUM": "2365", "PRO": "PT", "SEC": "28", "YEA": "1839", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13766	posthuma-folkert-1874-05-20	{"a5": "2366"}	{"lerrcp": "A5-2366"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Folkert", "family": "Posthuma", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "LEEUWARDEN", "geoid": 0}, "notime": null, "date-ut": "1874-05-20 19:06:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Folkert", "family": "Posthuma"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "LEEUWARDEN", "geoid": 0}, "date-ut": "1874-05-20 19:06:48"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2366"}, "ids-in-sources": {"a5": "2366"}}, "raw": {"H": "19", "MN": "6", "TZ": "0", "COD": "F", "COU": "N", "DAY": "20", "LAT": "53N12", "LON": "5E48", "MON": "5", "NUM": "2366", "PRO": "PT", "SEC": "48", "YEA": "1874", "CITY": "LEEUWARDEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13767	putte-isaac-1822-03-22	{"a5": "2367"}	{"lerrcp": "A5-2367"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Isaac", "family": "Putte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "Z", "c3": null, "cy": "NL", "lg": 3.75, "lat": 51.48333, "name": "GOES", "geoid": 0}, "notime": null, "date-ut": "1822-03-22 12:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Isaac", "family": "Putte"}, "birth": {"place": {"c2": "Z", "cy": "NL", "lg": 3.75, "lat": 51.48333, "name": "GOES", "geoid": 0}, "date-ut": "1822-03-22 12:15:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2367"}, "ids-in-sources": {"a5": "2367"}}, "raw": {"H": "12", "MN": "15", "TZ": "0", "COD": "Z", "COU": "N", "DAY": "22", "LAT": "51N29", "LON": "3E45", "MON": "3", "NUM": "2367", "PRO": "PT", "SEC": "0", "YEA": "1822", "CITY": "GOES"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13768	pijnacker-herdijk-1847-04-13	{"a5": "2368"}	{"lerrcp": "A5-2368"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Herdijk", "family": "Pijnacker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "DRUMPT BIJ TIEL", "geoid": 0}, "notime": null, "date-ut": "1847-04-13 00:36:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Herdijk", "family": "Pijnacker"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "DRUMPT BIJ TIEL", "geoid": 0}, "date-ut": "1847-04-13 00:36:24"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2368"}, "ids-in-sources": {"a5": "2368"}}, "raw": {"H": "0", "MN": "36", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "13", "LAT": "51N59", "LON": "5E54", "MON": "4", "NUM": "2368", "PRO": "PT", "SEC": "24", "YEA": "1847", "CITY": "DRUMPT BIJ TIEL"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13769	rambonnet-jean-1864-03-08	{"a5": "2369"}	{"lerrcp": "A5-2369"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Rambonnet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "O", "c3": null, "cy": "NL", "lg": 6.08333, "lat": 52.51667, "name": "WIJHE", "geoid": 0}, "notime": null, "date-ut": "1864-03-08 19:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Rambonnet"}, "birth": {"place": {"c2": "O", "cy": "NL", "lg": 6.08333, "lat": 52.51667, "name": "WIJHE", "geoid": 0}, "date-ut": "1864-03-08 19:05:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2369"}, "ids-in-sources": {"a5": "2369"}}, "raw": {"H": "19", "MN": "5", "TZ": "0", "COD": "O", "COU": "N", "DAY": "8", "LAT": "52N31", "LON": "6E 5", "MON": "3", "NUM": "2369", "PRO": "PT", "SEC": "40", "YEA": "1864", "CITY": "WIJHE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13770	reenen-gerlach-1818-09-13	{"a5": "2370"}	{"lerrcp": "A5-2370"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gerlach", "family": "Reenen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1818-09-13 03:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Gerlach", "family": "Reenen"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1818-09-13 03:41:28"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2370"}, "ids-in-sources": {"a5": "2370"}}, "raw": {"H": "3", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "13", "LAT": "52N22", "LON": "4E38", "MON": "9", "NUM": "2370", "PRO": "PT", "SEC": "28", "YEA": "1818", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13771	rees-otto-1823-01-04	{"a5": "2371"}	{"lerrcp": "A5-2371"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Rees", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "CULEMBORG", "geoid": 0}, "notime": null, "date-ut": "1823-01-04 20:36:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Rees"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "CULEMBORG", "geoid": 0}, "date-ut": "1823-01-04 20:36:24"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2371"}, "ids-in-sources": {"a5": "2371"}}, "raw": {"H": "20", "MN": "36", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "4", "LAT": "51N59", "LON": "5E54", "MON": "1", "NUM": "2371", "PRO": "PT", "SEC": "24", "YEA": "1823", "CITY": "CULEMBORG"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13772	reuther-antoine-1824-06-21	{"a5": "2372"}	{"lerrcp": "A5-2372"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Reuther", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1824-06-21 12:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Reuther"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1824-06-21 12:12:08"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2372"}, "ids-in-sources": {"a5": "2372"}}, "raw": {"H": "12", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "21", "LAT": "52N 5", "LON": "4E28", "MON": "6", "NUM": "2372", "PRO": "PT", "SEC": "8", "YEA": "1824", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13773	reymer-paul-1882-04-11	{"a5": "2373"}	{"lerrcp": "A5-2373"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Reymer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "RENKUM", "geoid": 0}, "notime": null, "date-ut": "1882-04-11 22:36:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Reymer"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "RENKUM", "geoid": 0}, "date-ut": "1882-04-11 22:36:24"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2373"}, "ids-in-sources": {"a5": "2373"}}, "raw": {"H": "22", "MN": "36", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "11", "LAT": "51N59", "LON": "5E54", "MON": "4", "NUM": "2373", "PRO": "PT", "SEC": "24", "YEA": "1882", "CITY": "RENKUM"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13774	rink-pieter-1851-08-13	{"a5": "2374"}	{"lerrcp": "A5-2374"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pieter", "family": "Rink", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "TIEL", "geoid": 0}, "notime": null, "date-ut": "1851-08-13 19:36:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pieter", "family": "Rink"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "TIEL", "geoid": 0}, "date-ut": "1851-08-13 19:36:24"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2374"}, "ids-in-sources": {"a5": "2374"}}, "raw": {"H": "19", "MN": "36", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "13", "LAT": "51N59", "LON": "5E54", "MON": "8", "NUM": "2374", "PRO": "PT", "SEC": "24", "YEA": "1851", "CITY": "TIEL"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13775	romme-carl-1896-12-21	{"a5": "2375"}	{"lerrcp": "A5-2375"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carl", "family": "Romme", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "OIRSCHOT", "geoid": 0}, "notime": null, "date-ut": "1896-12-21 19:08:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Carl", "family": "Romme"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "OIRSCHOT", "geoid": 0}, "date-ut": "1896-12-21 19:08:44"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2375"}, "ids-in-sources": {"a5": "2375"}}, "raw": {"H": "19", "MN": "8", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "21", "LAT": "51N42", "LON": "5E19", "MON": "12", "NUM": "2375", "PRO": "PT", "SEC": "44", "YEA": "1896", "CITY": "OIRSCHOT"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13776	gauquelin-a5-2376-1877-12-16	{"a5": "2376"}	{"lerrcp": "A5-2376"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-2376", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "S HERTOGENBOSCH", "geoid": 0}, "notime": null, "date-ut": "1877-12-16 04:38:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-2376"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "S HERTOGENBOSCH", "geoid": 0}, "date-ut": "1877-12-16 04:38:44"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2376"}, "ids-in-sources": {"a5": "2376"}}, "raw": {"H": "4", "MN": "38", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "16", "LAT": "51N42", "LON": "5E19", "MON": "12", "NUM": "2376", "PRO": "PT", "SEC": "44", "YEA": "1877", "CITY": "S HERTOGENBOSCH"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13777	ruijs-beerenbrouck-charles-1873-12-01	{"a5": "2377"}	{"lerrcp": "A5-2377"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Ruijs Beerenbrouck Charles", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "L", "c3": null, "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "ROERMOND", "geoid": 0}, "notime": null, "date-ut": "1873-12-01 10:37:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Ruijs Beerenbrouck Charles"}, "birth": {"place": {"c2": "L", "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "ROERMOND", "geoid": 0}, "date-ut": "1873-12-01 10:37:20"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2377"}, "ids-in-sources": {"a5": "2377"}}, "raw": {"H": "10", "MN": "37", "TZ": "0", "COD": "L", "COU": "N", "DAY": "1", "LAT": "50N51", "LON": "5E40", "MON": "12", "NUM": "2377", "PRO": "PT", "SEC": "20", "YEA": "1873", "CITY": "ROERMOND"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13778	gauquelin-a5-2378-1911-09-08	{"a5": "2378"}	{"lerrcp": "A5-2378"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-2378", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "S HERTOGENBOSCH", "geoid": 0}, "notime": null, "date-ut": "1911-09-08 14:40:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-2378"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "S HERTOGENBOSCH", "geoid": 0}, "date-ut": "1911-09-08 14:40:28"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2378"}, "ids-in-sources": {"a5": "2378"}}, "raw": {"H": "14", "MN": "40", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "8", "LAT": "51N42", "LON": "5E19", "MON": "9", "NUM": "2378", "PRO": "PT", "SEC": "28", "YEA": "1911", "CITY": "S HERTOGENBOSCH"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13779	savornin-lohman-alexandre-1837-05-29	{"a5": "2379"}	{"lerrcp": "A5-2379"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Savornin Lohman Alexandre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "notime": null, "date-ut": "1837-05-29 10:03:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Savornin Lohman Alexandre"}, "birth": {"place": {"c2": "GR", "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "date-ut": "1837-05-29 10:03:44"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2379"}, "ids-in-sources": {"a5": "2379"}}, "raw": {"H": "10", "MN": "3", "TZ": "0", "COD": "GR", "COU": "N", "DAY": "29", "LAT": "53N13", "LON": "6E34", "MON": "5", "NUM": "2379", "PRO": "PT", "SEC": "44", "YEA": "1837", "CITY": "GRONINGEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13780	schaik-josephus-1882-01-31	{"a5": "2380"}	{"lerrcp": "A5-2380"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Josephus", "family": "Schaik", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "BREDA", "geoid": 0}, "notime": null, "date-ut": "1882-01-31 10:08:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Josephus", "family": "Schaik"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "BREDA", "geoid": 0}, "date-ut": "1882-01-31 10:08:44"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2380"}, "ids-in-sources": {"a5": "2380"}}, "raw": {"H": "10", "MN": "8", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "31", "LAT": "51N42", "LON": "5E19", "MON": "1", "NUM": "2380", "PRO": "PT", "SEC": "44", "YEA": "1882", "CITY": "BREDA"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13781	six-willem-1829-08-20	{"a5": "2381"}	{"lerrcp": "A5-2381"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willem", "family": "Six", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "notime": null, "date-ut": "1829-08-20 12:09:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Willem", "family": "Six"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "date-ut": "1829-08-20 12:09:28"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2381"}, "ids-in-sources": {"a5": "2381"}}, "raw": {"H": "12", "MN": "9", "TZ": "0", "COD": "U", "COU": "N", "DAY": "20", "LAT": "52N 6", "LON": "5E 8", "MON": "8", "NUM": "2381", "PRO": "PT", "SEC": "28", "YEA": "1829", "CITY": "UTRECHT"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13782	slotemaker-bruine-jan-1869-05-06	{"a5": "2382"}	{"lerrcp": "A5-2382"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Slotemaker Bruine Jan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "SLIEDRECHT", "geoid": 0}, "notime": null, "date-ut": "1869-05-06 12:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Slotemaker Bruine Jan"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "SLIEDRECHT", "geoid": 0}, "date-ut": "1869-05-06 12:42:08"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2382"}, "ids-in-sources": {"a5": "2382"}}, "raw": {"H": "12", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "6", "LAT": "52N 5", "LON": "4E28", "MON": "5", "NUM": "2382", "PRO": "PT", "SEC": "8", "YEA": "1869", "CITY": "SLIEDRECHT"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13783	spitzen-dirk-1896-03-18	{"a5": "2383"}	{"lerrcp": "A5-2383"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dirk", "family": "Spitzen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "WAGENINGEN", "geoid": 0}, "notime": null, "date-ut": "1896-03-18 16:36:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Dirk", "family": "Spitzen"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "WAGENINGEN", "geoid": 0}, "date-ut": "1896-03-18 16:36:24"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2383"}, "ids-in-sources": {"a5": "2383"}}, "raw": {"H": "16", "MN": "36", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "18", "LAT": "51N59", "LON": "5E54", "MON": "3", "NUM": "2383", "PRO": "PT", "SEC": "24", "YEA": "1896", "CITY": "WAGENINGEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13784	sprenger-eyk-jacobus-1842-01-20	{"a5": "2384"}	{"lerrcp": "A5-2384"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Sprenger Eyk Jacobus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "HILVARENBEEK", "geoid": 0}, "notime": null, "date-ut": "1842-01-20 07:38:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Sprenger Eyk Jacobus"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "HILVARENBEEK", "geoid": 0}, "date-ut": "1842-01-20 07:38:44"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2384"}, "ids-in-sources": {"a5": "2384"}}, "raw": {"H": "7", "MN": "38", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "20", "LAT": "51N42", "LON": "5E19", "MON": "1", "NUM": "2384", "PRO": "PT", "SEC": "44", "YEA": "1842", "CITY": "HILVARENBEEK"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13785	staal-hendrik-1845-06-17	{"a5": "2385"}	{"lerrcp": "A5-2385"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hendrik", "family": "Staal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "O", "c3": null, "cy": "NL", "lg": 6.08333, "lat": 52.51667, "name": "ZWOLLE", "geoid": 0}, "notime": null, "date-ut": "1845-06-17 21:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Hendrik", "family": "Staal"}, "birth": {"place": {"c2": "O", "cy": "NL", "lg": 6.08333, "lat": 52.51667, "name": "ZWOLLE", "geoid": 0}, "date-ut": "1845-06-17 21:05:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2385"}, "ids-in-sources": {"a5": "2385"}}, "raw": {"H": "21", "MN": "5", "TZ": "0", "COD": "O", "COU": "N", "DAY": "17", "LAT": "52N31", "LON": "6E 5", "MON": "6", "NUM": "2385", "PRO": "PT", "SEC": "40", "YEA": "1845", "CITY": "ZWOLLE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13786	staf-cornelis-1905-04-23	{"a5": "2386"}	{"lerrcp": "A5-2386"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cornelis", "family": "Staf", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "EDE", "geoid": 0}, "notime": null, "date-ut": "1905-04-23 22:36:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Cornelis", "family": "Staf"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "EDE", "geoid": 0}, "date-ut": "1905-04-23 22:36:24"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2386"}, "ids-in-sources": {"a5": "2386"}}, "raw": {"H": "22", "MN": "36", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "23", "LAT": "51N59", "LON": "5E54", "MON": "4", "NUM": "2386", "PRO": "PT", "SEC": "24", "YEA": "1905", "CITY": "EDE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13787	steenberghe-max-1899-05-02	{"a5": "2387"}	{"lerrcp": "A5-2387"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Steenberghe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "LEIDEN", "geoid": 0}, "notime": null, "date-ut": "1899-05-02 05:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Max", "family": "Steenberghe"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "LEIDEN", "geoid": 0}, "date-ut": "1899-05-02 05:42:08"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2387"}, "ids-in-sources": {"a5": "2387"}}, "raw": {"H": "5", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "2", "LAT": "52N 5", "LON": "4E28", "MON": "5", "NUM": "2387", "PRO": "PT", "SEC": "8", "YEA": "1899", "CITY": "LEIDEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13788	gauquelin-a5-2388-1897-02-05	{"a5": "2388"}	{"lerrcp": "A5-2388"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-2388", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "WINSCHOTEN", "geoid": 0}, "notime": null, "date-ut": "1897-02-05 22:03:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-2388"}, "birth": {"place": {"c2": "GR", "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "WINSCHOTEN", "geoid": 0}, "date-ut": "1897-02-05 22:03:44"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2388"}, "ids-in-sources": {"a5": "2388"}}, "raw": {"H": "22", "MN": "3", "TZ": "0", "COD": "GR", "COU": "N", "DAY": "5", "LAT": "53N13", "LON": "6E34", "MON": "2", "NUM": "2388", "PRO": "PT", "SEC": "44", "YEA": "1897", "CITY": "WINSCHOTEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13789	suurhoff-jacobus-1905-07-23	{"a5": "2389"}	{"lerrcp": "A5-2389"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacobus", "family": "Suurhoff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1905-07-23 07:11:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jacobus", "family": "Suurhoff"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1905-07-23 07:11:28"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2389"}, "ids-in-sources": {"a5": "2389"}}, "raw": {"H": "7", "MN": "11", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "23", "LAT": "52N22", "LON": "4E38", "MON": "7", "NUM": "2389", "PRO": "PT", "SEC": "28", "YEA": "1905", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13790	tak-johannes-1839-06-21	{"a5": "2390"}	{"lerrcp": "A5-2390"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Tak", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "ENGELEN", "geoid": 0}, "notime": null, "date-ut": "1839-06-21 23:33:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Tak"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "ENGELEN", "geoid": 0}, "date-ut": "1839-06-21 23:33:44"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2390"}, "ids-in-sources": {"a5": "2390"}}, "raw": {"H": "23", "MN": "33", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "21", "LAT": "51N42", "LON": "5E19", "MON": "6", "NUM": "2390", "PRO": "PT", "SEC": "44", "YEA": "1839", "CITY": "ENGELEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13791	tets-goudriaan-jacob-1812-12-07	{"a5": "2391"}	{"lerrcp": "A5-2391"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Tets Goudriaan Jacob", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "notime": null, "date-ut": "1812-12-07 05:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Tets Goudriaan Jacob"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "date-ut": "1812-12-07 05:41:28"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2391"}, "ids-in-sources": {"a5": "2391"}}, "raw": {"H": "5", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "7", "LAT": "52N22", "LON": "4E38", "MON": "12", "NUM": "2391", "PRO": "PT", "SEC": "28", "YEA": "1812", "CITY": "HAARLEM"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13792	tour-bellinchave-marc-1835-07-29	{"a5": "2392"}	{"lerrcp": "A5-2392"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Tour Bellinchave Marc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "LEEUWARDEN", "geoid": 0}, "notime": null, "date-ut": "1835-07-29 08:36:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Tour Bellinchave Marc"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "LEEUWARDEN", "geoid": 0}, "date-ut": "1835-07-29 08:36:48"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2392"}, "ids-in-sources": {"a5": "2392"}}, "raw": {"H": "8", "MN": "36", "TZ": "0", "COD": "F", "COU": "N", "DAY": "29", "LAT": "53N12", "LON": "5E48", "MON": "7", "NUM": "2392", "PRO": "PT", "SEC": "48", "YEA": "1835", "CITY": "LEEUWARDEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13793	trakranen-taack-nicolaas-1819-04-03	{"a5": "2393"}	{"lerrcp": "A5-2393"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Trakranen Taack Nicolaas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1819-04-03 14:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Trakranen Taack Nicolaas"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1819-04-03 14:41:28"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2393"}, "ids-in-sources": {"a5": "2393"}}, "raw": {"H": "14", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "3", "LAT": "52N22", "LON": "4E38", "MON": "4", "NUM": "2393", "PRO": "PT", "SEC": "28", "YEA": "1819", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13794	treub-marie-1858-11-30	{"a5": "2394"}	{"lerrcp": "A5-2394"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Treub", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "VOORSCHOTEN", "geoid": 0}, "notime": null, "date-ut": "1858-11-30 06:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Treub"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "VOORSCHOTEN", "geoid": 0}, "date-ut": "1858-11-30 06:42:08"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2394"}, "ids-in-sources": {"a5": "2394"}}, "raw": {"H": "6", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "30", "LAT": "52N 5", "LON": "4E28", "MON": "11", "NUM": "2394", "PRO": "PT", "SEC": "8", "YEA": "1858", "CITY": "VOORSCHOTEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13795	tromp-frederik-1828-03-13	{"a5": "2395"}	{"lerrcp": "A5-2395"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frederik", "family": "Tromp", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "Z", "c3": null, "cy": "NL", "lg": 3.75, "lat": 51.48333, "name": "VLISSINGEN", "geoid": 0}, "notime": null, "date-ut": "1828-03-13 10:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Frederik", "family": "Tromp"}, "birth": {"place": {"c2": "Z", "cy": "NL", "lg": 3.75, "lat": 51.48333, "name": "VLISSINGEN", "geoid": 0}, "date-ut": "1828-03-13 10:45:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2395"}, "ids-in-sources": {"a5": "2395"}}, "raw": {"H": "10", "MN": "45", "TZ": "0", "COD": "Z", "COU": "N", "DAY": "13", "LAT": "51N29", "LON": "3E45", "MON": "3", "NUM": "2395", "PRO": "PT", "SEC": "0", "YEA": "1828", "CITY": "VLISSINGEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13796	verschuur-timotheus-1886-03-18	{"a5": "2396"}	{"lerrcp": "A5-2396"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Timotheus", "family": "Verschuur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "notime": null, "date-ut": "1886-03-18 03:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Timotheus", "family": "Verschuur"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "date-ut": "1886-03-18 03:39:28"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2396"}, "ids-in-sources": {"a5": "2396"}}, "raw": {"H": "3", "MN": "39", "TZ": "0", "COD": "U", "COU": "N", "DAY": "18", "LAT": "52N 6", "LON": "5E 8", "MON": "3", "NUM": "2396", "PRO": "PT", "SEC": "28", "YEA": "1886", "CITY": "UTRECHT"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13797	visser-johannes-1857-02-09	{"a5": "2397"}	{"lerrcp": "A5-2397"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Visser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "notime": null, "date-ut": "1857-02-09 09:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Visser"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "date-ut": "1857-02-09 09:39:28"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2397"}, "ids-in-sources": {"a5": "2397"}}, "raw": {"H": "9", "MN": "39", "TZ": "0", "COD": "U", "COU": "N", "DAY": "9", "LAT": "52N 6", "LON": "5E 8", "MON": "2", "NUM": "2397", "PRO": "PT", "SEC": "28", "YEA": "1857", "CITY": "UTRECHT"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
17995	chaigneau-henri-1914-05-24	{"e1": "363"}	{"lerrcp": "E1-363"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Chaigneau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-05-24 09:00", "note": null, "place": {"c1": null, "c2": "17", "c3": "", "cy": "FR", "lg": -1.10514, "lat": 45.82268, "name": "Marennes", "geoid": 2995854}, "notime": null, "date-ut": "1914-05-24 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Chaigneau"}, "birth": {"tzo": "+00:00", "date": "1914-05-24 09:00", "place": {"c2": "17", "c3": "", "cy": "FR", "lg": -1.10514, "lat": 45.82268, "name": "Marennes", "geoid": 2995854}, "date-ut": "1914-05-24 09:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "363"}}, "raw": {"H": "09:00", "COD": "17", "DAY": "24", "MON": "05", "NUM": "0363", "PRO": "EX", "YEA": "1914", "CITY": "Marennes", "NAME": "CHAIGNEAU Henri", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13799	vries-c-1869-01-09	{"a5": "2399"}	{"lerrcp": "A5-2399"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "C", "family": "Vries", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "ZAANDAM", "geoid": 0}, "notime": null, "date-ut": "1869-01-09 21:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "C", "family": "Vries"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "ZAANDAM", "geoid": 0}, "date-ut": "1869-01-09 21:41:28"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2399"}, "ids-in-sources": {"a5": "2399"}}, "raw": {"H": "21", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "9", "LAT": "52N22", "LON": "4E38", "MON": "1", "NUM": "2399", "PRO": "PT", "SEC": "28", "YEA": "1869", "CITY": "ZAANDAM"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13800	vries-gerrit-1818-02-22	{"a5": "2400"}	{"lerrcp": "A5-2400"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gerrit", "family": "Vries", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "notime": null, "date-ut": "1818-02-22 06:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Gerrit", "family": "Vries"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "date-ut": "1818-02-22 06:41:28"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2400"}, "ids-in-sources": {"a5": "2400"}}, "raw": {"H": "6", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "22", "LAT": "52N22", "LON": "4E38", "MON": "2", "NUM": "2400", "PRO": "PT", "SEC": "28", "YEA": "1818", "CITY": "HAARLEM"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13801	vries-willem-1914-11-26	{"a5": "2401"}	{"lerrcp": "A5-2401"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willem", "family": "Vries", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "O", "c3": null, "cy": "NL", "lg": 6.08333, "lat": 52.51667, "name": "HENGELO", "geoid": 0}, "notime": null, "date-ut": "1914-11-26 07:40:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Willem", "family": "Vries"}, "birth": {"place": {"c2": "O", "cy": "NL", "lg": 6.08333, "lat": 52.51667, "name": "HENGELO", "geoid": 0}, "date-ut": "1914-11-26 07:40:28"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2401"}, "ids-in-sources": {"a5": "2401"}}, "raw": {"H": "7", "MN": "40", "TZ": "0", "COD": "O", "COU": "N", "DAY": "26", "LAT": "52N31", "LON": "6E 5", "MON": "11", "NUM": "2401", "PRO": "PT", "SEC": "28", "YEA": "1914", "CITY": "HENGELO"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13802	waal-engelbertus-1821-11-27	{"a5": "2402"}	{"lerrcp": "A5-2402"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Engelbertus", "family": "Waal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1821-11-27 03:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Engelbertus", "family": "Waal"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1821-11-27 03:42:08"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2402"}, "ids-in-sources": {"a5": "2402"}}, "raw": {"H": "3", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "27", "LAT": "52N 5", "LON": "4E28", "MON": "11", "NUM": "2402", "PRO": "PT", "SEC": "8", "YEA": "1821", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13803	weitzel-august-1816-01-06	{"a5": "2403"}	{"lerrcp": "A5-2403"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "August", "family": "Weitzel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1816-01-06 06:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "August", "family": "Weitzel"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1816-01-06 06:42:08"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2403"}, "ids-in-sources": {"a5": "2403"}}, "raw": {"H": "6", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "6", "LAT": "52N 5", "LON": "4E28", "MON": "1", "NUM": "2403", "PRO": "PT", "SEC": "8", "YEA": "1816", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13804	welter-charles-1880-04-06	{"a5": "2404"}	{"lerrcp": "A5-2404"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Welter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1880-04-06 11:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Welter"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1880-04-06 11:12:08"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2404"}, "ids-in-sources": {"a5": "2404"}}, "raw": {"H": "11", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "6", "LAT": "52N 5", "LON": "4E28", "MON": "4", "NUM": "2404", "PRO": "PT", "SEC": "8", "YEA": "1880", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13805	wichers-hendericus-1831-05-05	{"a5": "2405"}	{"lerrcp": "A5-2405"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hendericus", "family": "Wichers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "WINSCHOTEN", "geoid": 0}, "notime": null, "date-ut": "1831-05-05 11:03:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Hendericus", "family": "Wichers"}, "birth": {"place": {"c2": "GR", "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "WINSCHOTEN", "geoid": 0}, "date-ut": "1831-05-05 11:03:44"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2405"}, "ids-in-sources": {"a5": "2405"}}, "raw": {"H": "11", "MN": "3", "TZ": "0", "COD": "GR", "COU": "N", "DAY": "5", "LAT": "53N13", "LON": "6E34", "MON": "5", "NUM": "2405", "PRO": "PT", "SEC": "44", "YEA": "1831", "CITY": "WINSCHOTEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13806	wilde-jacob-1879-01-07	{"a5": "2406"}	{"lerrcp": "A5-2406"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacob", "family": "Wilde", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "Z", "c3": null, "cy": "NL", "lg": 3.75, "lat": 51.48333, "name": "GOES", "geoid": 0}, "notime": null, "date-ut": "1879-01-07 09:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jacob", "family": "Wilde"}, "birth": {"place": {"c2": "Z", "cy": "NL", "lg": 3.75, "lat": 51.48333, "name": "GOES", "geoid": 0}, "date-ut": "1879-01-07 09:45:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2406"}, "ids-in-sources": {"a5": "2406"}}, "raw": {"H": "9", "MN": "45", "TZ": "0", "COD": "Z", "COU": "N", "DAY": "7", "LAT": "51N29", "LON": "3E45", "MON": "1", "NUM": "2406", "PRO": "PT", "SEC": "0", "YEA": "1879", "CITY": "GOES"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13807	willebois-does-pieter-1816-02-17	{"a5": "2407"}	{"lerrcp": "A5-2407"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Willebois Does Pieter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "S HERTOGENBOSCH", "geoid": 0}, "notime": null, "date-ut": "1816-02-17 20:38:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Willebois Does Pieter"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "S HERTOGENBOSCH", "geoid": 0}, "date-ut": "1816-02-17 20:38:44"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2407"}, "ids-in-sources": {"a5": "2407"}}, "raw": {"H": "20", "MN": "38", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "17", "LAT": "51N42", "LON": "5E19", "MON": "2", "NUM": "2407", "PRO": "PT", "SEC": "44", "YEA": "1816", "CITY": "S HERTOGENBOSCH"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13808	wintgens-willem-1818-01-08	{"a5": "2408"}	{"lerrcp": "A5-2408"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willem", "family": "Wintgens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1818-01-08 04:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Willem", "family": "Wintgens"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1818-01-08 04:42:08"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2408"}, "ids-in-sources": {"a5": "2408"}}, "raw": {"H": "4", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "8", "LAT": "52N 5", "LON": "4E28", "MON": "1", "NUM": "2408", "PRO": "PT", "SEC": "8", "YEA": "1818", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13809	witte-herman-1909-08-18	{"a5": "2409"}	{"lerrcp": "A5-2409"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Herman", "family": "Witte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "HARLINGEN", "geoid": 0}, "notime": null, "date-ut": "1909-08-18 19:40:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Herman", "family": "Witte"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "HARLINGEN", "geoid": 0}, "date-ut": "1909-08-18 19:40:28"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2409"}, "ids-in-sources": {"a5": "2409"}}, "raw": {"H": "19", "MN": "40", "TZ": "0", "COD": "F", "COU": "N", "DAY": "18", "LAT": "53N12", "LON": "5E48", "MON": "8", "NUM": "2409", "PRO": "PT", "SEC": "28", "YEA": "1909", "CITY": "HARLINGEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13810	gauquelin-a5-2410-1860-12-06	{"a5": "2410"}	{"lerrcp": "A5-2410"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A5-2410", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "Z", "c3": null, "cy": "NL", "lg": 3.75, "lat": 51.48333, "name": "ZIERIKZEE", "geoid": 0}, "notime": null, "date-ut": "1860-12-06 00:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-2410"}, "birth": {"place": {"c2": "Z", "cy": "NL", "lg": 3.75, "lat": 51.48333, "name": "ZIERIKZEE", "geoid": 0}, "date-ut": "1860-12-06 00:00:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2410"}, "ids-in-sources": {"a5": "2410"}}, "raw": {"H": "0", "MN": "0", "TZ": "0", "COD": "Z", "COU": "N", "DAY": "6", "LAT": "51N29", "LON": "3E45", "MON": "12", "NUM": "2410", "PRO": "PT", "SEC": "0", "YEA": "1860", "CITY": "ZIERIKZEE"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13811	zuylen-nijevelt-jacob-1816-06-29	{"a5": "2411"}	{"lerrcp": "A5-2411"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Zuylen Nijevelt Jacob", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DORDRECHT", "geoid": 0}, "notime": null, "date-ut": "1816-06-29 03:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Zuylen Nijevelt Jacob"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DORDRECHT", "geoid": 0}, "date-ut": "1816-06-29 03:42:08"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2411"}, "ids-in-sources": {"a5": "2411"}}, "raw": {"H": "3", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "29", "LAT": "52N 5", "LON": "4E28", "MON": "6", "NUM": "2411", "PRO": "PT", "SEC": "8", "YEA": "1816", "CITY": "DORDRECHT"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
13812	zijlstra-jelle-1918-08-27	{"a5": "2412"}	{"lerrcp": "A5-2412"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jelle", "family": "Zijlstra", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "OOSTERBIERUM", "geoid": 0}, "notime": null, "date-ut": "1918-08-27 11:10:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jelle", "family": "Zijlstra"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "OOSTERBIERUM", "geoid": 0}, "date-ut": "1918-08-27 11:10:28"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2412"}, "ids-in-sources": {"a5": "2412"}}, "raw": {"H": "11", "MN": "10", "TZ": "0", "COD": "F", "COU": "N", "DAY": "27", "LAT": "53N12", "LON": "5E48", "MON": "8", "NUM": "2412", "PRO": "PT", "SEC": "28", "YEA": "1918", "CITY": "OOSTERBIERUM"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}]	[]
17996	chaillouet-robert-1905-08-26	{"e1": "364"}	{"lerrcp": "E1-364"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Chaillouet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-08-26 01:30", "note": null, "place": {"c1": null, "c2": "18", "c3": "", "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "notime": null, "date-ut": "1905-08-26 01:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Chaillouet"}, "birth": {"tzo": "+00:09", "date": "1905-08-26 01:30", "place": {"c2": "18", "c3": "", "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "date-ut": "1905-08-26 01:21"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "364"}}, "raw": {"H": "01:30", "COD": "18", "DAY": "26", "MON": "08", "NUM": "0364", "PRO": "PH", "YEA": "1905", "CITY": "Bourges", "NAME": "CHAILLOUET Robert", "NOTE": "-"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
24297	assezat-de-bouteyre-eugene-1864-07-07	{"g55": "06-12"}	{"g55": "06-12"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "de BOUTEYRE Eugène", "family": "Assezat", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1864-07-07 13:00", "note": null, "place": {"c1": "", "c2": "63", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Clermont-Ferrand", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "de BOUTEYRE Eugène", "family": "Assezat", "nobility": ""}, "birth": {"date": "1864-07-07 13:00", "place": {"c1": "", "c2": "63", "c3": "", "cy": "FR", "name": "Clermont-Ferrand"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-12"}}, "raw": {"DAY": "7-7-1864", "HOUR": "13 h.", "NAME": "ASSEZAT de BOUTEYRE Eugène", "PLACE": "Clermont-Ferrand (Puy-de-Dôme)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
13815	gauquelin-a6-3-1899-07-05	{"a6": "3"}	{"lerrcp": "A6-3"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-3", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-07-05 20:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Sainte-Foy-les-", "geoid": 0}, "notime": null, "date-ut": "1899-07-05 19:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-3"}, "birth": {"tzo": "+00:09:21", "date": "1899-07-05 20:00", "place": {"c2": "69", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Sainte-Foy-les-", "geoid": 0}, "date-ut": "1899-07-05 19:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-3"}, "ids-in-sources": {"a6": "3"}}, "raw": {"H": "19", "MN": "50", "TZ": "0", "COD": "69", "COU": "F", "DAY": "5", "LAT": "45N46", "LON": "4E50", "MON": "7", "NUM": "3", "PRO": "W", "SEC": "40", "YEA": "1899", "CITY": "SAINTE-FOY-LES-"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
13816	acremant-germaine-1889-06-13	{"a6": "4"}	{"lerrcp": "A6-4"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Germaine", "family": "Acremant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:03", "date": "1889-06-13 21:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "notime": null, "date-ut": "1889-06-13 20:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Germaine", "family": "Acremant"}, "birth": {"tzo": "+00:09:03", "date": "1889-06-13 21:00", "place": {"c2": "62", "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "date-ut": "1889-06-13 20:48:56"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-4"}, "ids-in-sources": {"a6": "4"}}, "raw": {"H": "20", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "13", "LAT": "50N18", "LON": "2E46", "MON": "6", "NUM": "4", "PRO": "W", "SEC": "56", "YEA": "1889", "CITY": "SAINT-OMER"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:47+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
17997	challe-bernard-1906-10-16	{"e1": "365"}	{"lerrcp": "E1-365"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Challe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-10-16 08:00", "note": null, "place": {"c1": null, "c2": "55", "c3": "", "cy": "FR", "lg": 5.59067, "lat": 48.76128, "name": "Commercy", "geoid": 3024086}, "notime": null, "date-ut": "1906-10-16 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Challe"}, "birth": {"tzo": "+00:09", "date": "1906-10-16 08:00", "place": {"c2": "55", "c3": "", "cy": "FR", "lg": 5.59067, "lat": 48.76128, "name": "Commercy", "geoid": 3024086}, "date-ut": "1906-10-16 07:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "365"}}, "raw": {"H": "08:00", "COD": "55", "DAY": "16", "MON": "10", "NUM": "0365", "PRO": "MI", "YEA": "1906", "CITY": "Commercy", "NAME": "CHALLE Bernard", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13821	alain-chartier-1868-03-03	{"a6": "10"}	{"lerrcp": "A6-10"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Chartier)", "family": "Alain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:20", "date": "1868-03-03 15:00", "note": null, "place": {"c1": null, "c2": "61", "c3": null, "cy": "FR", "lg": 0.08333, "lat": 48.43333, "name": "Mortagne-Au-Per", "geoid": 0}, "notime": null, "date-ut": "1868-03-03 14:59:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "(Chartier)", "family": "Alain"}, "birth": {"tzo": "+00:00:20", "date": "1868-03-03 15:00", "place": {"c2": "61", "cy": "FR", "lg": 0.08333, "lat": 48.43333, "name": "Mortagne-Au-Per", "geoid": 0}, "date-ut": "1868-03-03 14:59:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-10"}, "ids-in-sources": {"a6": "10"}}, "raw": {"H": "14", "MN": "59", "TZ": "0", "COD": "61", "COU": "F", "DAY": "3", "LAT": "48N26", "LON": "0E 5", "MON": "3", "NUM": "10", "PRO": "W", "SEC": "40", "YEA": "1868", "CITY": "MORTAGNE-AU-PER"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
13820	ajalbert-jean-1863-06-10	{"a6": "9"}	{"lerrcp": "A6-9"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Ajalbert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:44", "date": "1863-06-10 04:50", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Clichy-la-Garen", "geoid": 0}, "notime": null, "date-ut": "1863-06-10 04:41:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Ajalbert"}, "birth": {"tzo": "+00:08:44", "date": "1863-06-10 04:50", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Clichy-la-Garen", "geoid": 0}, "date-ut": "1863-06-10 04:41:16"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-9"}, "ids-in-sources": {"a6": "9"}}, "raw": {"H": "4", "MN": "41", "TZ": "0", "COD": "92", "COU": "F", "DAY": "10", "LAT": "48N50", "LON": "2E11", "MON": "6", "NUM": "9", "PRO": "W", "SEC": "16", "YEA": "1863", "CITY": "CLICHY-LA-GAREN"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:47+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13818	aegerter-emmanuel-1883-12-18	{"a6": "7"}	{"lerrcp": "A6-7"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emmanuel", "family": "Aegerter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:45", "date": "1883-12-18 15:00", "note": null, "place": {"c1": null, "c2": "46", "c3": null, "cy": "FR", "lg": 1.43663, "lat": 44.4491, "name": "Cahors", "geoid": 3029213}, "notime": null, "date-ut": "1883-12-18 14:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Emmanuel", "family": "Aegerter"}, "birth": {"tzo": "+00:05:45", "date": "1883-12-18 15:00", "place": {"c2": "46", "cy": "FR", "lg": 1.43663, "lat": 44.4491, "name": "Cahors", "geoid": 3029213}, "date-ut": "1883-12-18 14:54:16"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-7"}, "ids-in-sources": {"a6": "7"}}, "raw": {"H": "14", "MN": "54", "TZ": "0", "COD": "46", "COU": "F", "DAY": "18", "LAT": "44N27", "LON": "1E26", "MON": "12", "NUM": "7", "PRO": "W", "SEC": "16", "YEA": "1883", "CITY": "CAHORS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
17999	chambon-louis-1921-08-02	{"e1": "367"}	{"lerrcp": "E1-367"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Chambon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-08-02 13:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 4.63031, "lat": 43.67681, "name": "Arles", "geoid": 3036938}, "notime": null, "date-ut": "1921-08-02 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Chambon"}, "birth": {"tzo": "+01:00", "date": "1921-08-02 13:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 4.63031, "lat": 43.67681, "name": "Arles", "geoid": 3036938}, "date-ut": "1921-08-02 12:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "367"}}, "raw": {"H": "13:00", "COD": "13", "DAY": "02", "MON": "08", "NUM": "0367", "PRO": "PH", "YEA": "1921", "CITY": "Arles", "NAME": "CHAMBON Louis", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13823	alberes-marill-1921-05-10	{"a6": "12"}	{"lerrcp": "A6-12"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Marill)", "family": "Alberes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-05-10 11:30", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "notime": null, "date-ut": "1921-05-10 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "(Marill)", "family": "Alberes"}, "birth": {"tzo": "+01:00", "date": "1921-05-10 11:30", "place": {"c2": "66", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "date-ut": "1921-05-10 10:30"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-12"}, "ids-in-sources": {"a6": "12"}}, "raw": {"H": "10", "MN": "30", "TZ": "0", "COD": "66", "COU": "F", "DAY": "10", "LAT": "42N42", "LON": "2E55", "MON": "5", "NUM": "12", "PRO": "W", "SEC": "0", "YEA": "1921", "CITY": "PERPIGNAN"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
13826	alexis-paul-1847-06-16	{"a6": "15"}	{"lerrcp": "A6-15"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Alexis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:48", "date": "1847-06-16 07:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "notime": null, "date-ut": "1847-06-16 06:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Alexis"}, "birth": {"tzo": "+00:21:48", "date": "1847-06-16 07:00", "place": {"c2": "13", "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "date-ut": "1847-06-16 06:38:32"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-15"}, "ids-in-sources": {"a6": "15"}}, "raw": {"H": "6", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "16", "LAT": "43N18", "LON": "5E22", "MON": "6", "NUM": "15", "PRO": "W", "SEC": "32", "YEA": "1847", "CITY": "AIX-EN-PROVENCE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:47+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13824	albert-birot-pierre-1876-04-22	{"a6": "13"}	{"lerrcp": "A6-13"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Albert-Birot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:37", "date": "1876-04-22 04:00", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": 0.15345, "lat": 45.64997, "name": "Angoulême", "geoid": 3037598}, "notime": null, "date-ut": "1876-04-22 03:59:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Albert-Birot"}, "birth": {"tzo": "+00:00:37", "date": "1876-04-22 04:00", "place": {"c2": "16", "cy": "FR", "lg": 0.15345, "lat": 45.64997, "name": "Angoulême", "geoid": 3037598}, "date-ut": "1876-04-22 03:59:20"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-13"}, "ids-in-sources": {"a6": "13"}}, "raw": {"H": "3", "MN": "59", "TZ": "0", "COD": "16", "COU": "F", "DAY": "22", "LAT": "45N39", "LON": "0E10", "MON": "4", "NUM": "13", "PRO": "W", "SEC": "20", "YEA": "1876", "CITY": "ANGOULEME"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13825	alexandre-maxime-1899-01-24	{"a6": "14"}	{"lerrcp": "A6-14"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maxime", "family": "Alexandre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.66708, "lat": 48.58723, "name": "Wolfisheim", "geoid": 2967293}, "notime": null, "date-ut": "1899-01-24 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Maxime", "family": "Alexandre"}, "birth": {"place": {"c2": "67", "cy": "FR", "lg": 7.66708, "lat": 48.58723, "name": "Wolfisheim", "geoid": 2967293}, "date-ut": "1899-01-24 10:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-14"}, "ids-in-sources": {"a6": "14"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "67", "COU": "F", "DAY": "24", "LAT": "48N35", "LON": "7E45", "MON": "1", "NUM": "14", "PRO": "W", "SEC": "0", "YEA": "1899", "CITY": "WOLFISHEIM"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13827	alhaiza-jean-1839-05-22	{"a6": "16"}	{"lerrcp": "A6-16"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Alhaiza", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:17", "date": "1839-05-22 10:30", "note": null, "place": {"c1": null, "c2": "65", "c3": null, "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "notime": null, "date-ut": "1839-05-22 10:29:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Alhaiza"}, "birth": {"tzo": "+00:00:17", "date": "1839-05-22 10:30", "place": {"c2": "65", "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "date-ut": "1839-05-22 10:29:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-16"}, "ids-in-sources": {"a6": "16"}}, "raw": {"H": "10", "MN": "29", "TZ": "0", "COD": "65", "COU": "F", "DAY": "22", "LAT": "43N14", "LON": "0E 5", "MON": "5", "NUM": "16", "PRO": "W", "SEC": "40", "YEA": "1839", "CITY": "TARBES"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18000	chamdon-yves-1924-11-23	{"e1": "368"}	{"lerrcp": "E1-368"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Chamdon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1924-11-23 23:00", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1924-11-23 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Chamdon"}, "birth": {"tzo": "+00:00", "date": "1924-11-23 23:00", "place": {"c2": "30", "c3": "", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1924-11-23 23:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "368"}}, "raw": {"H": "23:00", "COD": "30", "DAY": "23", "MON": "11", "NUM": "0368", "PRO": "PH", "YEA": "1924", "CITY": "Nîmes", "NAME": "CHAMDON Yves", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18001	champrosay-thibault-de-1905-06-08	{"e1": "369"}	{"lerrcp": "E1-369"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Thibault de", "family": "Champrosay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-06-08 23:30", "note": null, "place": {"c1": null, "c2": "61", "c3": "", "cy": "FR", "lg": -0.02023, "lat": 48.74441, "name": "Argentan", "geoid": 3037051}, "notime": null, "date-ut": "1905-06-08 23:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Thibault de", "family": "Champrosay"}, "birth": {"tzo": "+00:09", "date": "1905-06-08 23:30", "place": {"c2": "61", "c3": "", "cy": "FR", "lg": -0.02023, "lat": 48.74441, "name": "Argentan", "geoid": 3037051}, "date-ut": "1905-06-08 23:21"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "369"}}, "raw": {"H": "23:30", "COD": "61", "DAY": "08", "MON": "06", "NUM": "0369", "PRO": "EX", "YEA": "1905", "CITY": "Argentan", "NAME": "CHAMPROSAY Thibault de", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13830	gauquelin-a6-19-1854-10-20	{"a6": "19"}	{"lerrcp": "A6-19"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-19", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:56", "date": "1854-10-20 15:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": 0.23294, "lat": 49.41985, "name": "Honfleur", "geoid": 3013173}, "notime": null, "date-ut": "1854-10-20 15:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-19"}, "birth": {"tzo": "+00:00:56", "date": "1854-10-20 15:00", "place": {"c2": "14", "cy": "FR", "lg": 0.23294, "lat": 49.41985, "name": "Honfleur", "geoid": 3013173}, "date-ut": "1854-10-20 15:01:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-19"}, "ids-in-sources": {"a6": "19"}}, "raw": {"H": "15", "MN": "1", "TZ": "0", "COD": "14", "COU": "F", "DAY": "20", "LAT": "49N11", "LON": "0W22", "MON": "10", "NUM": "19", "PRO": "W", "SEC": "28", "YEA": "1854", "CITY": "HONFLEUR"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:47+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13828	alibert-francois-1873-03-16	{"a6": "17"}	{"lerrcp": "A6-17"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Alibert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1873-03-16 18:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "notime": null, "date-ut": "1873-03-16 17:50:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "François", "family": "Alibert"}, "birth": {"tzo": "+00:09:24", "date": "1873-03-16 18:00", "place": {"c2": "11", "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "date-ut": "1873-03-16 17:50:36"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-17"}, "ids-in-sources": {"a6": "17"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "16", "LAT": "43N12", "LON": "2E21", "MON": "3", "NUM": "17", "PRO": "W", "SEC": "36", "YEA": "1873", "CITY": "CARCASSONNE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13832	alquie-ferdinand-1906-12-18	{"a6": "21"}	{"lerrcp": "A6-21"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Alquie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1906-12-18 17:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "notime": null, "date-ut": "1906-12-18 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Alquie"}, "birth": {"tzo": "+00:09:21", "date": "1906-12-18 17:00", "place": {"c2": "11", "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "date-ut": "1906-12-18 16:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-21"}, "ids-in-sources": {"a6": "21"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "18", "LAT": "43N12", "LON": "2E21", "MON": "12", "NUM": "21", "PRO": "W", "SEC": "40", "YEA": "1906", "CITY": "CARCASSONNE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18002	champsaur-norbert-1893-09-10	{"e1": "370"}	{"lerrcp": "E1-370"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Norbert", "family": "Champsaur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1893-09-10 04:00", "note": null, "place": {"c1": null, "c2": "04", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "La Saumane", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Norbert", "family": "Champsaur"}, "birth": {"tzo": "", "date": "1893-09-10 04:00", "place": {"c2": "04", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "La Saumane", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "370"}}, "raw": {"H": "04:00", "COD": "04", "DAY": "10", "MON": "09", "NUM": "0370", "PRO": "MI", "YEA": "1893", "CITY": "La Saumane", "NAME": "CHAMPSAUR Norbert", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13835	amiel-denys-1884-10-05	{"a6": "24"}	{"lerrcp": "A6-24"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Denys", "family": "Amiel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:25", "date": "1884-10-05 09:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 2.35479, "lat": 43.26901, "name": "Villegailhenc", "geoid": 2968739}, "notime": null, "date-ut": "1884-10-05 08:50:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Denys", "family": "Amiel"}, "birth": {"tzo": "+00:09:25", "date": "1884-10-05 09:00", "place": {"c2": "11", "cy": "FR", "lg": 2.35479, "lat": 43.26901, "name": "Villegailhenc", "geoid": 2968739}, "date-ut": "1884-10-05 08:50:36"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-24"}, "ids-in-sources": {"a6": "24"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "5", "LAT": "43N12", "LON": "2E21", "MON": "10", "NUM": "24", "PRO": "W", "SEC": "36", "YEA": "1884", "CITY": "VILLEGAILHENC"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
13836	amouroux-henri-1920-07-01	{"a6": "25"}	{"lerrcp": "A6-25"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Amouroux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-07-01 23:00", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "notime": null, "date-ut": "1920-07-01 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Amouroux"}, "birth": {"tzo": "+01:00", "date": "1920-07-01 23:00", "place": {"c2": "24", "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "date-ut": "1920-07-01 22:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-25"}, "ids-in-sources": {"a6": "25"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "24", "COU": "F", "DAY": "1", "LAT": "45N11", "LON": "0E44", "MON": "7", "NUM": "25", "PRO": "W", "SEC": "0", "YEA": "1920", "CITY": "PERIGUEUX"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
13834	amade-louis-1915-01-13	{"a6": "23"}	{"lerrcp": "A6-23"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Amade", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-01-13 01:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.91667, "lat": 42.7, "name": "Ille-sur-la-Tet", "geoid": 0}, "notime": null, "date-ut": "1915-01-13 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Amade"}, "birth": {"tzo": "+00:00", "date": "1915-01-13 01:00", "place": {"c2": "66", "cy": "FR", "lg": 2.91667, "lat": 42.7, "name": "Ille-sur-la-Tet", "geoid": 0}, "date-ut": "1915-01-13 01:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-23"}, "ids-in-sources": {"a6": "23"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "66", "COU": "F", "DAY": "13", "LAT": "42N42", "LON": "2E55", "MON": "1", "NUM": "23", "PRO": "W", "SEC": "0", "YEA": "1915", "CITY": "ILLE-SUR-LA-TET"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13837	ancey-georges-1860-12-09	{"a6": "26"}	{"lerrcp": "A6-26"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Ancey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1860-12-09 16:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1860-12-09 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Ancey"}, "birth": {"tzo": "+00:09:24", "date": "1860-12-09 16:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1860-12-09 15:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-26"}, "ids-in-sources": {"a6": "26"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "9", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "26", "PRO": "W", "SEC": "40", "YEA": "1860", "CITY": "PARIS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18003	chantrel-paul-1929-11-14	{"e1": "371"}	{"lerrcp": "E1-371"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Chantrel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1929-11-14 07:15", "note": null, "place": {"c1": null, "c2": "91", "c3": "", "cy": "FR", "lg": 2.32338, "lat": 48.73352, "name": "Wissous", "geoid": 2967322}, "notime": null, "date-ut": "1929-11-14 07:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Chantrel"}, "birth": {"tzo": "+00:00", "date": "1929-11-14 07:15", "place": {"c2": "91", "c3": "", "cy": "FR", "lg": 2.32338, "lat": 48.73352, "name": "Wissous", "geoid": 2967322}, "date-ut": "1929-11-14 07:15"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "371"}}, "raw": {"H": "07:15", "COD": "91", "DAY": "14", "MON": "11", "NUM": "0371", "PRO": "EX", "YEA": "1929", "CITY": "Wissous", "NAME": "CHANTREL Paul", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13841	arbaud-joseph-1874-10-06	{"a6": "30"}	{"lerrcp": "A6-30"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Arbaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:06", "date": "1874-10-06 08:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.52679, "lat": 43.63677, "name": "Meyrargues", "geoid": 2994070}, "notime": null, "date-ut": "1874-10-06 07:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Arbaud"}, "birth": {"tzo": "+00:22:06", "date": "1874-10-06 08:00", "place": {"c2": "13", "cy": "FR", "lg": 5.52679, "lat": 43.63677, "name": "Meyrargues", "geoid": 2994070}, "date-ut": "1874-10-06 07:38:32"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-30"}, "ids-in-sources": {"a6": "30"}}, "raw": {"H": "7", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "6", "LAT": "43N18", "LON": "5E22", "MON": "10", "NUM": "30", "PRO": "W", "SEC": "32", "YEA": "1874", "CITY": "MEYRARGUES"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13840	apollinaire-guillaume-1880-08-26	{"a6": "29", "afd2": "15"}	{"lerrcp": "A6-29", "muller": "M2-15"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guillaume", "family": "Apollinaire", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1880-08-26 05:00", "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "IT", "lg": 12.4839, "lat": 41.89474, "name": "Rome", "geoid": 3169070}, "notime": null, "date-ut": "1880-08-26 04:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet", "fictional-writer"]	5	null	[{"new": {"name": {"given": "Guillaume", "family": "Apollinaire"}, "birth": {"place": {"c2": "", "cy": "IT", "lg": 12.4839, "lat": 41.89474, "name": "Rome", "geoid": 3169070}, "date-ut": "1880-08-26 04:10"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-29"}, "ids-in-sources": {"a6": "29"}}, "raw": {"H": "5", "MN": "10", "TZ": "-1", "COD": "I", "COU": "F", "DAY": "26", "LAT": "41N54", "LON": "12E30", "MON": "8", "NUM": "29", "PRO": "W", "SEC": "0", "YEA": "1880", "CITY": "ROME"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "M", "birth": {"tzo": "+00:50", "date": "1880-08-26 05:00"}, "occus": ["fictional-writer"], "ids-in-sources": {"afd2": "15"}}, "raw": {"CY": "I", "GQ": "G", "LG": "012 E 30", "LAT": "41 N 54", "TZO": "-0.83", "DATE": "26.08.1880", "MUID": "15", "NAME": "Apollinaire, Guillaume", "OCCU": "AR 01", "TIME": "05.00", "BOOKS": "56", "PLACE": "Roma", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:44+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
13842	gauquelin-a6-31-1899-12-21	{"a6": "31"}	{"lerrcp": "A6-31"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-31", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-12-21 16:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 3.58643, "lat": 44.0005, "name": "Aulas", "geoid": 3036159}, "notime": null, "date-ut": "1899-12-21 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-31"}, "birth": {"tzo": "+00:09:21", "date": "1899-12-21 16:00", "place": {"c2": "30", "cy": "FR", "lg": 3.58643, "lat": 44.0005, "name": "Aulas", "geoid": 3036159}, "date-ut": "1899-12-21 15:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-31"}, "ids-in-sources": {"a6": "31"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "30", "COU": "F", "DAY": "21", "LAT": "43N51", "LON": "4E21", "MON": "12", "NUM": "31", "PRO": "W", "SEC": "40", "YEA": "1899", "CITY": "AULAS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18004	chapeau-claude-1924-12-30	{"e1": "372"}	{"lerrcp": "E1-372"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Chapeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1924-12-30 18:30", "note": null, "place": {"c1": null, "c2": "45", "c3": "", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1924-12-30 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Chapeau"}, "birth": {"tzo": "+00:00", "date": "1924-12-30 18:30", "place": {"c2": "45", "c3": "", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1924-12-30 18:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "372"}}, "raw": {"H": "18:30", "COD": "45", "DAY": "30", "MON": "12", "NUM": "0372", "PRO": "EX", "YEA": "1924", "CITY": "Orléans", "NAME": "CHAPEAU Claude", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13844	gauquelin-a6-33-1899-07-05	{"a6": "33"}	{"lerrcp": "A6-33"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-33", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-07-05 06:00", "note": null, "place": {"c1": null, "c2": "52", "c3": null, "cy": "FR", "lg": 5.13333, "lat": 48.11667, "name": "Varennes", "geoid": 0}, "notime": null, "date-ut": "1899-07-05 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-33"}, "birth": {"tzo": "+00:09:21", "date": "1899-07-05 06:00", "place": {"c2": "52", "cy": "FR", "lg": 5.13333, "lat": 48.11667, "name": "Varennes", "geoid": 0}, "date-ut": "1899-07-05 05:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-33"}, "ids-in-sources": {"a6": "33"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "52", "COU": "F", "DAY": "5", "LAT": "48N 7", "LON": "5E 8", "MON": "7", "NUM": "33", "PRO": "W", "SEC": "40", "YEA": "1899", "CITY": "VARENNES"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:47+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13846	arnoux-alexandre-1884-02-27	{"a6": "35"}	{"lerrcp": "A6-35"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Arnoux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25", "date": "1884-02-27 04:30", "note": null, "place": {"c1": null, "c2": "04", "c3": null, "cy": "FR", "lg": 6.25, "lat": 44.1, "name": "Digne", "geoid": 0}, "notime": null, "date-ut": "1884-02-27 04:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Arnoux"}, "birth": {"tzo": "+00:25", "date": "1884-02-27 04:30", "place": {"c2": "04", "cy": "FR", "lg": 6.25, "lat": 44.1, "name": "Digne", "geoid": 0}, "date-ut": "1884-02-27 04:05"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-35"}, "ids-in-sources": {"a6": "35"}}, "raw": {"H": "4", "MN": "5", "TZ": "0", "COD": "04", "COU": "F", "DAY": "27", "LAT": "44N 6", "LON": "6E15", "MON": "2", "NUM": "35", "PRO": "W", "SEC": "0", "YEA": "1884", "CITY": "DIGNE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:47+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13845	arnold-jacques-1912-06-06	{"a6": "34"}	{"lerrcp": "A6-34"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Arnold", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-06-06 03:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.59295, "lat": 48.88109, "name": "Chelles", "geoid": 3025622}, "notime": null, "date-ut": "1912-06-06 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Arnold"}, "birth": {"tzo": "+00:00", "date": "1912-06-06 03:00", "place": {"c2": "77", "cy": "FR", "lg": 2.59295, "lat": 48.88109, "name": "Chelles", "geoid": 3025622}, "date-ut": "1912-06-06 03:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-34"}, "ids-in-sources": {"a6": "34"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "77", "COU": "F", "DAY": "6", "LAT": "48N33", "LON": "2E40", "MON": "6", "NUM": "34", "PRO": "W", "SEC": "0", "YEA": "1912", "CITY": "CHELLES"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18005	chapellier-jean-1913-07-23	{"e1": "373"}	{"lerrcp": "E1-373"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Chapellier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-07-23 10:00", "note": null, "place": {"c1": null, "c2": "80", "c3": "", "cy": "FR", "lg": 2.2707, "lat": 49.84731, "name": "Dury", "geoid": 3020617}, "notime": null, "date-ut": "1913-07-23 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Chapellier"}, "birth": {"tzo": "+00:00", "date": "1913-07-23 10:00", "place": {"c2": "80", "c3": "", "cy": "FR", "lg": 2.2707, "lat": 49.84731, "name": "Dury", "geoid": 3020617}, "date-ut": "1913-07-23 10:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "373"}}, "raw": {"H": "10:00", "COD": "80", "DAY": "23", "MON": "07", "NUM": "0373", "PRO": "EX", "YEA": "1913", "CITY": "Dury", "NAME": "CHAPELLIER Jean", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18006	chaptal-jean-louis-1901-05-22	{"e1": "374"}	{"lerrcp": "E1-374"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Louis", "family": "Chaptal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-05-22 20:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1901-05-22 19:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean-Louis", "family": "Chaptal"}, "birth": {"tzo": "+00:09", "date": "1901-05-22 20:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1901-05-22 19:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "374"}}, "raw": {"H": "20:00", "COD": "34", "DAY": "22", "MON": "05", "NUM": "0374", "PRO": "PH", "YEA": "1901", "CITY": "Montpellier", "NAME": "CHAPTAL Jean-Louis", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13847	arp-jean-1886-09-16	{"a6": "36"}	{"lerrcp": "A6-36"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Arp", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1886-09-16 05:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Arp"}, "birth": {"place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1886-09-16 05:29"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-36"}, "ids-in-sources": {"a6": "36"}}, "raw": {"H": "6", "MN": "29", "TZ": "-1", "COD": "67", "COU": "F", "DAY": "16", "LAT": "48N35", "LON": "7E45", "MON": "9", "NUM": "36", "PRO": "W", "SEC": "0", "YEA": "1886", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13848	artaud-antonin-1896-09-04	{"a6": "37"}	{"lerrcp": "A6-37"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonin", "family": "Artaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1896-09-04 08:30", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1896-09-04 08:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Antonin", "family": "Artaud"}, "birth": {"tzo": "+00:09:21", "date": "1896-09-04 08:30", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1896-09-04 08:20:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-37"}, "ids-in-sources": {"a6": "37"}}, "raw": {"H": "8", "MN": "20", "TZ": "0", "COD": "13", "COU": "F", "DAY": "4", "LAT": "43N18", "LON": "5E22", "MON": "9", "NUM": "37", "PRO": "W", "SEC": "40", "YEA": "1896", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13850	gauquelin-a6-39-1913-11-07	{"a6": "39"}	{"lerrcp": "A6-39"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-39", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-11-07 07:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "notime": null, "date-ut": "1913-11-07 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-39"}, "birth": {"tzo": "+00:00", "date": "1913-11-07 07:00", "place": {"c2": "64", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "date-ut": "1913-11-07 07:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-39"}, "ids-in-sources": {"a6": "39"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "7", "LAT": "43N18", "LON": "0W22", "MON": "11", "NUM": "39", "PRO": "W", "SEC": "0", "YEA": "1913", "CITY": "PAU"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18007	charhonnier-mathieu-1909-06-18	{"e1": "375"}	{"lerrcp": "E1-375"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mathieu", "family": "Charhonnier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-06-18 23:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.3282, "lat": 45.43088, "name": "Roche-la-Molière", "geoid": 2983251}, "notime": null, "date-ut": "1909-06-18 22:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Mathieu", "family": "Charhonnier"}, "birth": {"tzo": "+00:09", "date": "1909-06-18 23:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.3282, "lat": 45.43088, "name": "Roche-la-Molière", "geoid": 2983251}, "date-ut": "1909-06-18 22:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "375"}}, "raw": {"H": "23:00", "COD": "42", "DAY": "18", "MON": "06", "NUM": "0375", "PRO": "EX", "YEA": "1909", "CITY": "Roche la Molière", "NAME": "CHARHONNIER Mathieu", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13854	audiat-pierre-1891-11-15	{"a6": "43"}	{"lerrcp": "A6-43"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Audiat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1891-11-15 17:00", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": 0.15345, "lat": 45.64997, "name": "Angoulême", "geoid": 3037598}, "notime": null, "date-ut": "1891-11-15 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Audiat"}, "birth": {"tzo": "+00:09:21", "date": "1891-11-15 17:00", "place": {"c2": "16", "cy": "FR", "lg": 0.15345, "lat": 45.64997, "name": "Angoulême", "geoid": 3037598}, "date-ut": "1891-11-15 16:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-43"}, "ids-in-sources": {"a6": "43"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "16", "COU": "F", "DAY": "15", "LAT": "45N39", "LON": "0E10", "MON": "11", "NUM": "43", "PRO": "W", "SEC": "40", "YEA": "1891", "CITY": "ANGOULEME"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18761	laffargue-claude-1930-08-11	{"e1": "1132"}	{"lerrcp": "E1-1132"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Laffargue", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1930-08-11 17:00", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Ivry sur Ssins", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Laffargue"}, "birth": {"tzo": "", "date": "1930-08-11 17:00", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Ivry sur Ssins", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1132"}}, "raw": {"H": "17:00", "COD": "94", "DAY": "11", "MON": "08", "NUM": "1132", "PRO": "EX", "YEA": "1930", "CITY": "Ivry sur Ssins", "NAME": "LAFFARGUE Claude", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13852	aubert-jean-1921-06-13	{"a6": "41"}	{"lerrcp": "A6-41"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Aubert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-06-13 20:30", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.19169, "lat": 48.9482, "name": "Sartrouville", "geoid": 2975921}, "notime": null, "date-ut": "1921-06-13 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Aubert"}, "birth": {"tzo": "+01:00", "date": "1921-06-13 20:30", "place": {"c2": "78", "cy": "FR", "lg": 2.19169, "lat": 48.9482, "name": "Sartrouville", "geoid": 2975921}, "date-ut": "1921-06-13 19:30"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-41"}, "ids-in-sources": {"a6": "41"}}, "raw": {"H": "19", "MN": "30", "TZ": "0", "COD": "78", "COU": "F", "DAY": "13", "LAT": "48N50", "LON": "2E 8", "MON": "6", "NUM": "41", "PRO": "W", "SEC": "0", "YEA": "1921", "CITY": "SARTROUVILLE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13856	audisio-gabriel-1900-07-27	{"a6": "45"}	{"lerrcp": "A6-45"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Audisio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-07-27 13:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1900-07-27 12:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Audisio"}, "birth": {"tzo": "+00:09:21", "date": "1900-07-27 13:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1900-07-27 12:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-45"}, "ids-in-sources": {"a6": "45"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "13", "COU": "F", "DAY": "27", "LAT": "43N18", "LON": "5E22", "MON": "7", "NUM": "45", "PRO": "W", "SEC": "40", "YEA": "1900", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:47+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18008	chareire-jean-1907-10-13	{"e1": "376"}	{"lerrcp": "E1-376"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Chareire", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-10-13 19:30", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 3.33029, "lat": 45.92164, "name": "Maringues", "geoid": 2995699}, "notime": null, "date-ut": "1907-10-13 19:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Chareire"}, "birth": {"tzo": "+00:09", "date": "1907-10-13 19:30", "place": {"c2": "63", "c3": "", "cy": "FR", "lg": 3.33029, "lat": 45.92164, "name": "Maringues", "geoid": 2995699}, "date-ut": "1907-10-13 19:21"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "376"}}, "raw": {"H": "19:30", "COD": "63", "DAY": "13", "MON": "10", "NUM": "0376", "PRO": "PH", "YEA": "1907", "CITY": "Maringues", "NAME": "CHAREIRE Jean", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13858	augier-emile-1820-09-17	{"a6": "47"}	{"lerrcp": "A6-47"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Augier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:38", "date": "1820-09-17 12:00", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "notime": null, "date-ut": "1820-09-17 11:40:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Augier"}, "birth": {"tzo": "+00:19:38", "date": "1820-09-17 12:00", "place": {"c2": "26", "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "date-ut": "1820-09-17 11:40:24"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-47"}, "ids-in-sources": {"a6": "47"}}, "raw": {"H": "11", "MN": "40", "TZ": "0", "COD": "26", "COU": "F", "DAY": "17", "LAT": "44N56", "LON": "4E54", "MON": "9", "NUM": "47", "PRO": "W", "SEC": "24", "YEA": "1820", "CITY": "VALENCE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
13859	aulard-francois-1849-07-19	{"a6": "48"}	{"lerrcp": "A6-48"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Aulard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02", "date": "1849-07-19 09:00", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": 0.50002, "lat": 45.66726, "name": "Montbron", "geoid": 2992886}, "notime": null, "date-ut": "1849-07-19 08:59:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "François", "family": "Aulard"}, "birth": {"tzo": "+00:02", "date": "1849-07-19 09:00", "place": {"c2": "16", "cy": "FR", "lg": 0.50002, "lat": 45.66726, "name": "Montbron", "geoid": 2992886}, "date-ut": "1849-07-19 08:59:20"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-48"}, "ids-in-sources": {"a6": "48"}}, "raw": {"H": "8", "MN": "59", "TZ": "0", "COD": "16", "COU": "F", "DAY": "19", "LAT": "45N39", "LON": "0E10", "MON": "7", "NUM": "48", "PRO": "W", "SEC": "20", "YEA": "1849", "CITY": "MONTBRON"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
13860	autize-pierre-1912-01-21	{"a6": "49"}	{"lerrcp": "A6-49"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Autize", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-01-21 06:00", "note": null, "place": {"c1": null, "c2": "79", "c3": null, "cy": "FR", "lg": -0.60007, "lat": 46.4411, "name": "Saint-Pompain", "geoid": 2977385}, "notime": null, "date-ut": "1912-01-21 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Autize"}, "birth": {"tzo": "+00:00", "date": "1912-01-21 06:00", "place": {"c2": "79", "cy": "FR", "lg": -0.60007, "lat": 46.4411, "name": "Saint-Pompain", "geoid": 2977385}, "date-ut": "1912-01-21 06:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-49"}, "ids-in-sources": {"a6": "49"}}, "raw": {"H": "6", "MN": "0", "TZ": "0", "COD": "79", "COU": "F", "DAY": "21", "LAT": "46N19", "LON": "0W27", "MON": "1", "NUM": "49", "PRO": "W", "SEC": "0", "YEA": "1912", "CITY": "ST-POMPAIN"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13862	bachelard-gaston-1884-06-27	{"a6": "51"}	{"lerrcp": "A6-51"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Bachelard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:50", "date": "1884-06-27 11:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.7064, "lat": 48.23315, "name": "Bar-sur-Aube", "geoid": 3034802}, "notime": null, "date-ut": "1884-06-27 10:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Bachelard"}, "birth": {"tzo": "+00:18:50", "date": "1884-06-27 11:00", "place": {"c2": "10", "cy": "FR", "lg": 4.7064, "lat": 48.23315, "name": "Bar-sur-Aube", "geoid": 3034802}, "date-ut": "1884-06-27 10:43:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-51"}, "ids-in-sources": {"a6": "51"}}, "raw": {"H": "10", "MN": "43", "TZ": "0", "COD": "10", "COU": "F", "DAY": "27", "LAT": "48N18", "LON": "4E 5", "MON": "6", "NUM": "51", "PRO": "W", "SEC": "40", "YEA": "1884", "CITY": "BAR-SUR-AUBE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
13863	gauquelin-a6-52-1879-02-09	{"a6": "52"}	{"lerrcp": "A6-52"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-52", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:45", "date": "1879-02-09 19:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.43769, "lat": 48.8486, "name": "Vincennes", "geoid": 2968054}, "notime": null, "date-ut": "1879-02-09 18:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-52"}, "birth": {"tzo": "+00:09:45", "date": "1879-02-09 19:00", "place": {"c2": "94", "cy": "FR", "lg": 2.43769, "lat": 48.8486, "name": "Vincennes", "geoid": 2968054}, "date-ut": "1879-02-09 18:50:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-52"}, "ids-in-sources": {"a6": "52"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "9", "LAT": "48N47", "LON": "2E29", "MON": "2", "NUM": "52", "PRO": "W", "SEC": "4", "YEA": "1879", "CITY": "VINCENNES"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18370	ferrari-andre-1905-02-20	{"e1": "740"}	{"lerrcp": "E1-740"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Ferrari", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1905-02-20 02:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Donnet le Troncy", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "André", "family": "Ferrari"}, "birth": {"tzo": "", "date": "1905-02-20 02:00", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Donnet le Troncy", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "740"}}, "raw": {"H": "02:00", "COD": "69", "DAY": "20", "MON": "02", "NUM": "0740", "PRO": "EX", "YEA": "1905", "CITY": "St Donnet le Troncy", "NAME": "FERRARI André", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13866	barbey-aurevilly-jules-1808-11-02	{"a6": "55"}	{"lerrcp": "A6-55"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Barbey Aurevilly Jules", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:20", "date": "1808-11-02 03:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Saint-Sauveur-le-V", "geoid": 0}, "notime": null, "date-ut": "1808-11-02 03:04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "", "family": "Barbey Aurevilly Jules"}, "birth": {"tzo": "-00:04:20", "date": "1808-11-02 03:00", "place": {"c2": "50", "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Saint-Sauveur-le-V", "geoid": 0}, "date-ut": "1808-11-02 03:04:20"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-55"}, "ids-in-sources": {"a6": "55"}}, "raw": {"H": "3", "MN": "4", "TZ": "0", "COD": "50", "COU": "F", "DAY": "2", "LAT": "49N 7", "LON": "1W 5", "MON": "11", "NUM": "55", "PRO": "W", "SEC": "20", "YEA": "1808", "CITY": "ST-SAUVEUR-LE-V"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:47+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13865	banville-theodore-1823-03-14	{"a6": "54"}	{"lerrcp": "A6-54"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodore", "family": "Banville", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:20", "date": "1823-03-14 21:30", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.33243, "lat": 46.56459, "name": "Moulins", "geoid": 2991481}, "notime": null, "date-ut": "1823-03-14 21:16:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Theodore", "family": "Banville"}, "birth": {"tzo": "+00:13:20", "date": "1823-03-14 21:30", "place": {"c2": "03", "cy": "FR", "lg": 3.33243, "lat": 46.56459, "name": "Moulins", "geoid": 2991481}, "date-ut": "1823-03-14 21:16:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-54"}, "ids-in-sources": {"a6": "54"}}, "raw": {"H": "21", "MN": "16", "TZ": "0", "COD": "03", "COU": "F", "DAY": "14", "LAT": "46N34", "LON": "3E20", "MON": "3", "NUM": "54", "PRO": "W", "SEC": "40", "YEA": "1823", "CITY": "MOULINS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18009	chareton-jean-joseph-veye-1813-07-08	{"e1": "377"}	{"lerrcp": "E1-377"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Joseph (VEYE)", "family": "Chareton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19", "date": "1813-07-08 04:00", "note": null, "place": {"c1": null, "c2": "26", "c3": "", "cy": "FR", "lg": 4.75469, "lat": 44.55468, "name": "Montélimar", "geoid": 2992703}, "notime": null, "date-ut": "1813-07-08 03:41"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean Joseph (VEYE)", "family": "Chareton"}, "birth": {"tzo": "+00:19", "date": "1813-07-08 04:00", "place": {"c2": "26", "c3": "", "cy": "FR", "lg": 4.75469, "lat": 44.55468, "name": "Montélimar", "geoid": 2992703}, "date-ut": "1813-07-08 03:41"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "377"}}, "raw": {"H": "04:00", "COD": "26", "DAY": "08", "MON": "07", "NUM": "0377", "PRO": "MI", "YEA": "1813", "CITY": "Montélimar", "NAME": "CHARETON Jean Joseph (VEYE)", "NOTE": "*"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19321	pouyanne-louis-1906-07-04	{"e1": "1697"}	{"lerrcp": "E1-1697"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Pouyanne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1906-07-04 11:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Orthez", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Pouyanne"}, "birth": {"tzo": "", "date": "1906-07-04 11:00", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Orthez", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1697"}}, "raw": {"H": "11:00", "COD": "66", "DAY": "04", "MON": "07", "NUM": "1697", "PRO": "PH", "YEA": "1906", "CITY": "Orthez", "NAME": "POUYANNE Louis", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13869	barjavel-rene-1911-01-24	{"a6": "58"}	{"lerrcp": "A6-58"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Barjavel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1911-01-24 03:30", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 5.14052, "lat": 44.36082, "name": "Nyons", "geoid": 2989819}, "notime": null, "date-ut": "1911-01-24 03:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "René", "family": "Barjavel"}, "birth": {"tzo": "+00:09:21", "date": "1911-01-24 03:30", "place": {"c2": "26", "cy": "FR", "lg": 5.14052, "lat": 44.36082, "name": "Nyons", "geoid": 2989819}, "date-ut": "1911-01-24 03:20:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-58"}, "ids-in-sources": {"a6": "58"}}, "raw": {"H": "3", "MN": "20", "TZ": "0", "COD": "26", "COU": "F", "DAY": "24", "LAT": "44N56", "LON": "4E54", "MON": "1", "NUM": "58", "PRO": "W", "SEC": "40", "YEA": "1911", "CITY": "NYONS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:47+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13867	gauquelin-a6-56-1920-03-25	{"a6": "56"}	{"lerrcp": "A6-56"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-56", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-03-25 14:00", "note": null, "place": {"c1": null, "c2": "90", "c3": null, "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "notime": null, "date-ut": "1920-03-25 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-56"}, "birth": {"tzo": "+01:00", "date": "1920-03-25 14:00", "place": {"c2": "90", "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "date-ut": "1920-03-25 13:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-56"}, "ids-in-sources": {"a6": "56"}}, "raw": {"H": "13", "MN": "0", "TZ": "0", "COD": "90", "COU": "F", "DAY": "25", "LAT": "47N38", "LON": "6E52", "MON": "3", "NUM": "56", "PRO": "W", "SEC": "0", "YEA": "1920", "CITY": "BELFORT"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18010	charlet-jean-louis-1884-04-01	{"e1": "378"}	{"lerrcp": "E1-378"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Louis", "family": "Charlet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19", "date": "1884-04-01 14:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": 4.81213, "lat": 45.72818, "name": "La Mulatière", "geoid": 3007963}, "notime": null, "date-ut": "1884-04-01 13:41"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean Louis", "family": "Charlet"}, "birth": {"tzo": "+00:19", "date": "1884-04-01 14:00", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": 4.81213, "lat": 45.72818, "name": "La Mulatière", "geoid": 3007963}, "date-ut": "1884-04-01 13:41"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "378"}}, "raw": {"H": "14:00", "COD": "69", "DAY": "01", "MON": "04", "NUM": "0378", "PRO": "PH", "YEA": "1884", "CITY": "La Mulatière", "NAME": "CHARLET Jean Louis", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18011	charleux-henri-1924-09-06	{"e1": "379"}	{"lerrcp": "E1-379"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Charleux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1924-09-06 15:00", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": 3.02178, "lat": 49.02454, "name": "Lizy-sur-Ourcq", "geoid": 2998027}, "notime": null, "date-ut": "1924-09-06 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Charleux"}, "birth": {"tzo": "+01:00", "date": "1924-09-06 15:00", "place": {"c2": "77", "c3": "", "cy": "FR", "lg": 3.02178, "lat": 49.02454, "name": "Lizy-sur-Ourcq", "geoid": 2998027}, "date-ut": "1924-09-06 14:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "379"}}, "raw": {"H": "15:00", "COD": "77", "DAY": "06", "MON": "09", "NUM": "0379", "PRO": "PH", "YEA": "1924", "CITY": "Lizy sur Ourcq", "NAME": "CHARLEUX Henri", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18012	charlin-andre-1910-11-20	{"e1": "380"}	{"lerrcp": "E1-380"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Charlin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-11-20 19:00", "note": null, "place": {"c1": null, "c2": "39", "c3": "", "cy": "FR", "lg": 6.02589, "lat": 46.5254, "name": "Morez", "geoid": 2991832}, "notime": null, "date-ut": "1910-11-20 18:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Charlin"}, "birth": {"tzo": "+00:09", "date": "1910-11-20 19:00", "place": {"c2": "39", "c3": "", "cy": "FR", "lg": 6.02589, "lat": 46.5254, "name": "Morez", "geoid": 2991832}, "date-ut": "1910-11-20 18:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "380"}}, "raw": {"H": "19:00", "COD": "39", "DAY": "20", "MON": "11", "NUM": "0380", "PRO": "PH", "YEA": "1910", "CITY": "Morez", "NAME": "CHARLIN André", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13875	baumann-emile-1868-09-24	{"a6": "65"}	{"lerrcp": "A6-65"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Baumann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1868-09-24 13:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1868-09-24 12:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Baumann"}, "birth": {"tzo": "+00:19:23", "date": "1868-09-24 13:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1868-09-24 12:40:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-65"}, "ids-in-sources": {"a6": "65"}}, "raw": {"H": "12", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "24", "LAT": "45N46", "LON": "4E50", "MON": "9", "NUM": "65", "PRO": "W", "SEC": "40", "YEA": "1868", "CITY": "LYON"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18013	charon-jacques-1921-11-10	{"e1": "381"}	{"lerrcp": "E1-381"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Charon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1921-11-10 23:30", "note": null, "place": {"c1": null, "c2": "41", "c3": "", "cy": "FR", "lg": 1.13893, "lat": 47.99004, "name": "Fontaine-Raoul", "geoid": 3018015}, "notime": null, "date-ut": "1921-11-10 23:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Charon"}, "birth": {"tzo": "+00:00", "date": "1921-11-10 23:30", "place": {"c2": "41", "c3": "", "cy": "FR", "lg": 1.13893, "lat": 47.99004, "name": "Fontaine-Raoul", "geoid": 3018015}, "date-ut": "1921-11-10 23:30"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "381"}}, "raw": {"H": "23:30", "COD": "41", "DAY": "10", "MON": "11", "NUM": "0381", "PRO": "PH", "YEA": "1921", "CITY": "Fontaine-Raoul", "NAME": "CHARON Jacques", "NOTE": "-"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18014	charroux-pierre-1918-02-07	{"e1": "382"}	{"lerrcp": "E1-382"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Charroux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1918-02-07 15:00", "note": null, "place": {"c1": null, "c2": "58", "c3": "", "cy": "FR", "lg": 3.46426, "lat": 46.89226, "name": "La Machine", "geoid": 3008391}, "notime": null, "date-ut": "1918-02-07 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Charroux"}, "birth": {"tzo": "+00:00", "date": "1918-02-07 15:00", "place": {"c2": "58", "c3": "", "cy": "FR", "lg": 3.46426, "lat": 46.89226, "name": "La Machine", "geoid": 3008391}, "date-ut": "1918-02-07 15:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "382"}}, "raw": {"H": "15:00", "COD": "58", "DAY": "07", "MON": "02", "NUM": "0382", "PRO": "PH", "YEA": "1918", "CITY": "La Machine", "NAME": "CHARROUX Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13880	beaufret-jean-1907-05-22	{"a6": "70"}	{"lerrcp": "A6-70"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Beaufret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1907-05-22 12:00", "note": null, "place": {"c1": null, "c2": "23", "c3": null, "cy": "FR", "lg": 2.50073, "lat": 46.02859, "name": "Auzances", "geoid": 3035816}, "notime": null, "date-ut": "1907-05-22 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Beaufret"}, "birth": {"tzo": "+00:09:21", "date": "1907-05-22 12:00", "place": {"c2": "23", "cy": "FR", "lg": 2.50073, "lat": 46.02859, "name": "Auzances", "geoid": 3035816}, "date-ut": "1907-05-22 11:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-70"}, "ids-in-sources": {"a6": "70"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "23", "COU": "F", "DAY": "22", "LAT": "46N17", "LON": "1E52", "MON": "5", "NUM": "70", "PRO": "W", "SEC": "40", "YEA": "1907", "CITY": "AUZANCES"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
13877	bazin-rene-1853-12-26	{"a6": "67"}	{"lerrcp": "A6-67"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Bazin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:12", "date": "1853-12-26 17:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "notime": null, "date-ut": "1853-12-26 17:02:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "René", "family": "Bazin"}, "birth": {"tzo": "-00:02:12", "date": "1853-12-26 17:00", "place": {"c2": "49", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "date-ut": "1853-12-26 17:02:08"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-67"}, "ids-in-sources": {"a6": "67"}}, "raw": {"H": "17", "MN": "2", "TZ": "0", "COD": "49", "COU": "F", "DAY": "26", "LAT": "47N28", "LON": "0W32", "MON": "12", "NUM": "67", "PRO": "W", "SEC": "8", "YEA": "1853", "CITY": "ANGERS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13879	gauquelin-a6-69-1880-09-10	{"a6": "69"}	{"lerrcp": "A6-69"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-69", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:12", "date": "1880-09-10 12:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Poix", "geoid": 0}, "notime": null, "date-ut": "1880-09-10 11:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-69"}, "birth": {"tzo": "+00:09:12", "date": "1880-09-10 12:00", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Poix", "geoid": 0}, "date-ut": "1880-09-10 11:50:48"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-69"}, "ids-in-sources": {"a6": "69"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "10", "LAT": "49N54", "LON": "2E18", "MON": "9", "NUM": "69", "PRO": "W", "SEC": "48", "YEA": "1880", "CITY": "POIX"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18015	charruyer-jacques-1905-06-13	{"e1": "383"}	{"lerrcp": "E1-383"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Charruyer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-06-13 01:30", "note": null, "place": {"c1": null, "c2": "86", "c3": "", "cy": "FR", "lg": 0.08296, "lat": 47.00788, "name": "Loudun", "geoid": 2997457}, "notime": null, "date-ut": "1905-06-13 01:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Charruyer"}, "birth": {"tzo": "+00:09", "date": "1905-06-13 01:30", "place": {"c2": "86", "c3": "", "cy": "FR", "lg": 0.08296, "lat": 47.00788, "name": "Loudun", "geoid": 2997457}, "date-ut": "1905-06-13 01:21"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "383"}}, "raw": {"H": "01:30", "COD": "86", "DAY": "13", "MON": "06", "NUM": "0383", "PRO": "PH", "YEA": "1905", "CITY": "Loudun", "NAME": "CHARRUYER Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13884	gauquelin-a6-74-1837-04-18	{"a6": "74"}	{"lerrcp": "A6-74"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-74", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1837-04-18 19:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1837-04-18 18:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-74"}, "birth": {"tzo": "+00:09:24", "date": "1837-04-18 19:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1837-04-18 18:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-74"}, "ids-in-sources": {"a6": "74"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "18", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "74", "PRO": "W", "SEC": "40", "YEA": "1837", "CITY": "PARIS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
13885	gauquelin-a6-75-1883-12-30	{"a6": "75"}	{"lerrcp": "A6-75"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-75", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1883-12-30 02:45:04", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1883-12-30 02:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-75"}, "birth": {"tzo": "+00:09:24", "date": "1883-12-30 02:45:04", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1883-12-30 02:35:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-75"}, "ids-in-sources": {"a6": "75"}}, "raw": {"H": "2", "MN": "35", "TZ": "0", "COD": "75", "COU": "F", "DAY": "30", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "75", "PRO": "W", "SEC": "40", "YEA": "1883", "CITY": "PARIS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13881	beaumont-eugene-1920-03-07	{"a6": "71"}	{"lerrcp": "A6-71"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Beaumont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-03-07 10:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.24578, "lat": 47.21736, "name": "Forges", "geoid": 3017738}, "notime": null, "date-ut": "1920-03-07 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Beaumont"}, "birth": {"tzo": "+01:00", "date": "1920-03-07 10:00", "place": {"c2": "49", "cy": "FR", "lg": -0.24578, "lat": 47.21736, "name": "Forges", "geoid": 3017738}, "date-ut": "1920-03-07 09:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-71"}, "ids-in-sources": {"a6": "71"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "49", "COU": "F", "DAY": "7", "LAT": "47N28", "LON": "0W32", "MON": "3", "NUM": "71", "PRO": "W", "SEC": "0", "YEA": "1920", "CITY": "FORGES"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13883	becker-lucien-1911-10-27	{"a6": "73"}	{"lerrcp": "A6-73"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Becker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1911-10-27 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Becker"}, "birth": {"place": {"c2": "57", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1911-10-27 10:30"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-73"}, "ids-in-sources": {"a6": "73"}}, "raw": {"H": "11", "MN": "30", "TZ": "-1", "COD": "57", "COU": "F", "DAY": "27", "LAT": "49N 7", "LON": "6E11", "MON": "10", "NUM": "73", "PRO": "W", "SEC": "0", "YEA": "1911", "CITY": "METZ"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18016	charry-rene-1898-03-28	{"e1": "384"}	{"lerrcp": "E1-384"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Charry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-03-28 10:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1898-03-28 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Charry"}, "birth": {"tzo": "+00:09", "date": "1898-03-28 10:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1898-03-28 09:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "384"}}, "raw": {"H": "10:00", "COD": "31", "DAY": "28", "MON": "03", "NUM": "0384", "PRO": "PH", "YEA": "1898", "CITY": "Toulouse", "NAME": "CHARRY René", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13889	bellay-guy-1932-03-19	{"a6": "79"}	{"lerrcp": "A6-79"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Bellay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1932-03-19 15:00", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -2.54804, "lat": 47.9561, "name": "Josselin", "geoid": 3012248}, "notime": null, "date-ut": "1932-03-19 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Bellay"}, "birth": {"tzo": "+00:00", "date": "1932-03-19 15:00", "place": {"c2": "56", "cy": "FR", "lg": -2.54804, "lat": 47.9561, "name": "Josselin", "geoid": 3012248}, "date-ut": "1932-03-19 15:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-79"}, "ids-in-sources": {"a6": "79"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "56", "COU": "F", "DAY": "19", "LAT": "47N40", "LON": "2W44", "MON": "3", "NUM": "79", "PRO": "W", "SEC": "0", "YEA": "1932", "CITY": "JOSSELIN"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18017	chartier-louis-1899-11-19	{"e1": "385"}	{"lerrcp": "E1-385"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Chartier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-11-19 19:15", "note": null, "place": {"c1": null, "c2": "72", "c3": "", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "notime": null, "date-ut": "1899-11-19 19:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Chartier"}, "birth": {"tzo": "+00:09", "date": "1899-11-19 19:15", "place": {"c2": "72", "c3": "", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "date-ut": "1899-11-19 19:06"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "385"}}, "raw": {"H": "19:15", "COD": "72", "DAY": "19", "MON": "11", "NUM": "0385", "PRO": "PH", "YEA": "1899", "CITY": "Le Mans", "NAME": "CHARTIER Louis", "NOTE": "-"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
13886	bedouin-jean-1929-08-28	{"a6": "76"}	{"lerrcp": "A6-76"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bedouin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1929-08-28 01:45", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly", "geoid": 0}, "notime": null, "date-ut": "1929-08-28 00:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bedouin"}, "birth": {"tzo": "+01:00", "date": "1929-08-28 01:45", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly", "geoid": 0}, "date-ut": "1929-08-28 00:45"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-76"}, "ids-in-sources": {"a6": "76"}}, "raw": {"H": "0", "MN": "45", "TZ": "0", "COD": "92", "COU": "F", "DAY": "28", "LAT": "48N50", "LON": "2E11", "MON": "8", "NUM": "76", "PRO": "W", "SEC": "0", "YEA": "1929", "CITY": "NEUILLY"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13888	belaval-ivon-1908-02-24	{"a6": "78"}	{"lerrcp": "A6-78"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ivon", "family": "Belaval", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1908-02-24 09:30", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "notime": null, "date-ut": "1908-02-24 09:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Ivon", "family": "Belaval"}, "birth": {"tzo": "+00:09:21", "date": "1908-02-24 09:30", "place": {"c2": "34", "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "date-ut": "1908-02-24 09:20:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-78"}, "ids-in-sources": {"a6": "78"}}, "raw": {"H": "9", "MN": "20", "TZ": "0", "COD": "34", "COU": "F", "DAY": "24", "LAT": "43N37", "LON": "3E53", "MON": "2", "NUM": "78", "PRO": "W", "SEC": "40", "YEA": "1908", "CITY": "SETE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18018	charton-andre-1911-09-28	{"e1": "386"}	{"lerrcp": "E1-386"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Charton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1911-09-28 17:00", "note": null, "place": {"c1": null, "c2": "10", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Ossay", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Charton"}, "birth": {"tzo": "", "date": "1911-09-28 17:00", "place": {"c2": "10", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Ossay", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "386"}}, "raw": {"H": "17:00", "COD": "10", "DAY": "28", "MON": "09", "NUM": "0386", "PRO": "PH", "YEA": "1911", "CITY": "Ossay", "NAME": "CHARTON André", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13893	belot-gustave-1859-08-07	{"a6": "83"}	{"lerrcp": "A6-83"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Belot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1859-08-07 08:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1859-08-07 07:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Belot"}, "birth": {"tzo": "+00:30:59", "date": "1859-08-07 08:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1859-08-07 07:29"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-83"}, "ids-in-sources": {"a6": "83"}}, "raw": {"H": "7", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "7", "LAT": "48N35", "LON": "7E45", "MON": "8", "NUM": "83", "PRO": "W", "SEC": "0", "YEA": "1859", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18019	chassagne-pierre-1912-01-12	{"e1": "387"}	{"lerrcp": "E1-387"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Chassagne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1912-01-12 13:00", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 6.45304, "lat": 48.18324, "name": "Épinal", "geoid": 3020035}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Chassagne"}, "birth": {"tzo": "", "date": "1912-01-12 13:00", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 6.45304, "lat": 48.18324, "name": "Épinal", "geoid": 3020035}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "387"}}, "raw": {"H": "13:00", "COD": "88", "DAY": "12", "MON": "01", "NUM": "0387", "PRO": "PH", "YEA": "1912", "CITY": "Epinal", "NAME": "CHASSAGNE Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18020	chassey-georges-de-1902-01-07	{"e1": "388"}	{"lerrcp": "E1-388"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges de", "family": "Chassey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1902-01-07 04:00", "note": null, "place": {"c1": null, "c2": "25", "c3": "", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1902-01-07 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges de", "family": "Chassey"}, "birth": {"tzo": "+00:09", "date": "1902-01-07 04:00", "place": {"c2": "25", "c3": "", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1902-01-07 03:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "388"}}, "raw": {"H": "04:00", "COD": "25", "DAY": "07", "MON": "01", "NUM": "0388", "PRO": "MI", "YEA": "1902", "CITY": "Besançon", "NAME": "CHASSEY Georges de", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13892	belluc-roger-1899-03-20	{"a6": "82"}	{"lerrcp": "A6-82"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Belluc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-03-20 15:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly", "geoid": 0}, "notime": null, "date-ut": "1899-03-20 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Belluc"}, "birth": {"tzo": "+00:09:21", "date": "1899-03-20 15:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly", "geoid": 0}, "date-ut": "1899-03-20 14:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-82"}, "ids-in-sources": {"a6": "82"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "92", "COU": "F", "DAY": "20", "LAT": "48N50", "LON": "2E11", "MON": "3", "NUM": "82", "PRO": "W", "SEC": "40", "YEA": "1899", "CITY": "NEUILLY"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18021	chauderlot-bernard-1922-01-02	{"e1": "389"}	{"lerrcp": "E1-389"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Chauderlot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-01-02 04:00", "note": null, "place": {"c1": null, "c2": "14", "c3": "", "cy": "FR", "lg": -0.19527, "lat": 48.89217, "name": "Falaise", "geoid": 3019113}, "notime": null, "date-ut": "1922-01-02 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Chauderlot"}, "birth": {"tzo": "+00:00", "date": "1922-01-02 04:00", "place": {"c2": "14", "c3": "", "cy": "FR", "lg": -0.19527, "lat": 48.89217, "name": "Falaise", "geoid": 3019113}, "date-ut": "1922-01-02 04:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "389"}}, "raw": {"H": "04:00", "COD": "14", "DAY": "02", "MON": "01", "NUM": "0389", "PRO": "PH", "YEA": "1922", "CITY": "Falaise", "NAME": "CHAUDERLOT Bernard", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18022	chaumet-guy-1913-01-12	{"e1": "390"}	{"lerrcp": "E1-390"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Chaumet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-01-12 17:50", "note": null, "place": {"c1": null, "c2": "14", "c3": "", "cy": "FR", "lg": -0.35912, "lat": 49.18585, "name": "Caen", "geoid": 3029241}, "notime": null, "date-ut": "1913-01-12 17:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Chaumet"}, "birth": {"tzo": "+00:00", "date": "1913-01-12 17:50", "place": {"c2": "14", "c3": "", "cy": "FR", "lg": -0.35912, "lat": 49.18585, "name": "Caen", "geoid": 3029241}, "date-ut": "1913-01-12 17:50"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "390"}}, "raw": {"H": "17:50", "COD": "14", "DAY": "12", "MON": "01", "NUM": "0390", "PRO": "MI", "YEA": "1913", "CITY": "Caen", "NAME": "CHAUMET Guy", "NOTE": "L"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18023	chaumont-andre-jean-1925-07-16	{"e1": "391"}	{"lerrcp": "E1-391"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André-Jean", "family": "Chaumont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1925-07-16 10:15", "note": null, "place": {"c1": null, "c2": "25", "c3": "", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1925-07-16 09:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André-Jean", "family": "Chaumont"}, "birth": {"tzo": "+01:00", "date": "1925-07-16 10:15", "place": {"c2": "25", "c3": "", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1925-07-16 09:15"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "391"}}, "raw": {"H": "10:15", "COD": "25", "DAY": "16", "MON": "07", "NUM": "0391", "PRO": "PH", "YEA": "1925", "CITY": "Besançon", "NAME": "CHAUMONT André-Jean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13897	berl-emmanuel-1892-08-02	{"a6": "88"}	{"lerrcp": "A6-88"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emmanuel", "family": "Berl", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1892-08-02 07:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13308, "lat": 48.89281, "name": "Le Vésinet", "geoid": 2998854}, "notime": null, "date-ut": "1892-08-02 06:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Emmanuel", "family": "Berl"}, "birth": {"tzo": "+00:09:21", "date": "1892-08-02 07:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13308, "lat": 48.89281, "name": "Le Vésinet", "geoid": 2998854}, "date-ut": "1892-08-02 06:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-88"}, "ids-in-sources": {"a6": "88"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "78", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E 8", "MON": "8", "NUM": "88", "PRO": "W", "SEC": "40", "YEA": "1892", "CITY": "LE VESINET"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13899	bernard-charles-1804-02-25	{"a6": "90"}	{"lerrcp": "A6-90"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Bernard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:04", "date": "1804-02-25 19:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1804-02-25 18:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Bernard"}, "birth": {"tzo": "+00:24:04", "date": "1804-02-25 19:00", "place": {"c2": "25", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1804-02-25 18:35:52"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-90"}, "ids-in-sources": {"a6": "90"}}, "raw": {"H": "18", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "25", "LAT": "47N15", "LON": "6E 2", "MON": "2", "NUM": "90", "PRO": "W", "SEC": "52", "YEA": "1804", "CITY": "BESANCON"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13900	bernard-jean-1888-07-30	{"a6": "91"}	{"lerrcp": "A6-91"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bernard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:16", "date": "1888-07-30 02:00", "note": null, "place": {"c1": null, "c2": "95", "c3": null, "cy": "FR", "lg": 2.31667, "lat": 48.96667, "name": "Enghien-les-Bains", "geoid": 3020188}, "notime": null, "date-ut": "1888-07-30 01:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bernard"}, "birth": {"tzo": "+00:09:16", "date": "1888-07-30 02:00", "place": {"c2": "95", "cy": "FR", "lg": 2.31667, "lat": 48.96667, "name": "Enghien-les-Bains", "geoid": 3020188}, "date-ut": "1888-07-30 01:52"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-91"}, "ids-in-sources": {"a6": "91"}}, "raw": {"H": "1", "MN": "52", "TZ": "0", "COD": "95", "COU": "F", "DAY": "30", "LAT": "49N 0", "LON": "2E 0", "MON": "7", "NUM": "91", "PRO": "W", "SEC": "0", "YEA": "1888", "CITY": "ENGHIEN-LES-BAINS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18024	chausse-clement-1890-04-13	{"e1": "392"}	{"lerrcp": "E1-392"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clément", "family": "Chausse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07", "date": "1890-04-13 12:00", "note": null, "place": {"c1": null, "c2": "36", "c3": "", "cy": "FR", "lg": 1.80601, "lat": 46.59781, "name": "Neuvy-Saint-Sépulchre", "geoid": 2990482}, "notime": null, "date-ut": "1890-04-13 11:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Clément", "family": "Chausse"}, "birth": {"tzo": "+00:07", "date": "1890-04-13 12:00", "place": {"c2": "36", "c3": "", "cy": "FR", "lg": 1.80601, "lat": 46.59781, "name": "Neuvy-Saint-Sépulchre", "geoid": 2990482}, "date-ut": "1890-04-13 11:53"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "392"}}, "raw": {"H": "12:00", "COD": "36", "DAY": "13", "MON": "04", "NUM": "0392", "PRO": "PH", "YEA": "1890", "CITY": "Neuvy St Sepulchre", "NAME": "CHAUSSE Clément", "NOTE": "-"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
13903	bernard-tristan-1866-09-07	{"a6": "94"}	{"lerrcp": "A6-94"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tristan", "family": "Bernard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:04", "date": "1866-09-07 22:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1866-09-07 21:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Tristan", "family": "Bernard"}, "birth": {"tzo": "+00:24:04", "date": "1866-09-07 22:00", "place": {"c2": "25", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1866-09-07 21:35:52"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-94"}, "ids-in-sources": {"a6": "94"}}, "raw": {"H": "21", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "7", "LAT": "47N15", "LON": "6E 2", "MON": "9", "NUM": "94", "PRO": "W", "SEC": "52", "YEA": "1866", "CITY": "BESANCON"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
13901	bernard-jean-1881-12-04	{"a6": "92"}	{"lerrcp": "A6-92"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bernard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:38", "date": "1881-12-04 14:30", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "notime": null, "date-ut": "1881-12-04 14:10:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bernard"}, "birth": {"tzo": "+00:19:38", "date": "1881-12-04 14:30", "place": {"c2": "26", "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "date-ut": "1881-12-04 14:10:24"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-92"}, "ids-in-sources": {"a6": "92"}}, "raw": {"H": "14", "MN": "10", "TZ": "0", "COD": "26", "COU": "F", "DAY": "4", "LAT": "44N56", "LON": "4E54", "MON": "12", "NUM": "92", "PRO": "W", "SEC": "24", "YEA": "1881", "CITY": "VALENCE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13904	bernard-valere-1860-02-10	{"a6": "95"}	{"lerrcp": "A6-95"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Valère", "family": "Bernard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1860-02-10 10:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1860-02-10 09:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Valère", "family": "Bernard"}, "birth": {"tzo": "+00:21:31", "date": "1860-02-10 10:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1860-02-10 09:38:32"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-95"}, "ids-in-sources": {"a6": "95"}}, "raw": {"H": "9", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "10", "LAT": "43N18", "LON": "5E22", "MON": "2", "NUM": "95", "PRO": "W", "SEC": "32", "YEA": "1860", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13905	bernero-ludovic-1899-09-07	{"a6": "96"}	{"lerrcp": "A6-96"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludovic", "family": "Bernero", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-09-07 17:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 43.95, "name": "L'Isle-sur-Sorgue", "geoid": 0}, "notime": null, "date-ut": "1899-09-07 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Ludovic", "family": "Bernero"}, "birth": {"tzo": "+00:09:21", "date": "1899-09-07 17:00", "place": {"c2": "84", "cy": "FR", "lg": 4.83333, "lat": 43.95, "name": "L'Isle-sur-Sorgue", "geoid": 0}, "date-ut": "1899-09-07 16:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-96"}, "ids-in-sources": {"a6": "96"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "84", "COU": "F", "DAY": "7", "LAT": "43N57", "LON": "4E50", "MON": "9", "NUM": "96", "PRO": "W", "SEC": "40", "YEA": "1899", "CITY": "L'ISLE-S/SORGUE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
13906	bernstein-henry-1876-06-20	{"a6": "97"}	{"lerrcp": "A6-97"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Bernstein", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1876-06-20 02:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1876-06-20 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Bernstein"}, "birth": {"tzo": "+00:09:24", "date": "1876-06-20 02:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1876-06-20 01:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-97"}, "ids-in-sources": {"a6": "97"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "20", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "97", "PRO": "W", "SEC": "40", "YEA": "1876", "CITY": "PARIS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18025	chauvin-gabriel-1891-12-17	{"e1": "393"}	{"lerrcp": "E1-393"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Chauvin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1891-12-17 10:00", "note": null, "place": {"c1": null, "c2": "55", "c3": "", "cy": "FR", "lg": 5.59067, "lat": 48.76128, "name": "Commercy", "geoid": 3024086}, "notime": null, "date-ut": "1891-12-17 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Chauvin"}, "birth": {"tzo": "+00:09", "date": "1891-12-17 10:00", "place": {"c2": "55", "c3": "", "cy": "FR", "lg": 5.59067, "lat": 48.76128, "name": "Commercy", "geoid": 3024086}, "date-ut": "1891-12-17 09:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "393"}}, "raw": {"H": "10:00", "COD": "55", "DAY": "17", "MON": "12", "NUM": "0393", "PRO": "MI", "YEA": "1891", "CITY": "Commercy", "NAME": "CHAUVIN Gabriel", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13908	bertaut-jules-1877-03-28	{"a6": "99"}	{"lerrcp": "A6-99"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Bertaut", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:36", "date": "1877-03-28 14:00", "note": null, "place": {"c1": null, "c2": "18", "c3": null, "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "notime": null, "date-ut": "1877-03-28 13:50:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Bertaut"}, "birth": {"tzo": "+00:09:36", "date": "1877-03-28 14:00", "place": {"c2": "18", "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "date-ut": "1877-03-28 13:50:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-99"}, "ids-in-sources": {"a6": "99"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "18", "COU": "F", "DAY": "28", "LAT": "47N 5", "LON": "2E23", "MON": "3", "NUM": "99", "PRO": "W", "SEC": "28", "YEA": "1877", "CITY": "BOURGES"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
13909	bertrand-louis-1866-03-25	{"a6": "100"}	{"lerrcp": "A6-100"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Bertrand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:40", "date": "1866-03-25 19:02", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.66684, "lat": 49.33059, "name": "Spincourt", "geoid": 2973856}, "notime": null, "date-ut": "1866-03-25 18:39:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Bertrand"}, "birth": {"tzo": "+00:22:40", "date": "1866-03-25 19:02", "place": {"c2": "55", "cy": "FR", "lg": 5.66684, "lat": 49.33059, "name": "Spincourt", "geoid": 2973856}, "date-ut": "1866-03-25 18:39:20"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-100"}, "ids-in-sources": {"a6": "100"}}, "raw": {"H": "18", "MN": "39", "TZ": "0", "COD": "55", "COU": "F", "DAY": "25", "LAT": "48N46", "LON": "5E10", "MON": "3", "NUM": "100", "PRO": "W", "SEC": "20", "YEA": "1866", "CITY": "SPINCOURT"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18026	chauvin-remy-1913-10-10	{"e1": "394"}	{"lerrcp": "E1-394"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rémy", "family": "Chauvin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-10-10 22:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1913-10-10 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Rémy", "family": "Chauvin"}, "birth": {"tzo": "+00:00", "date": "1913-10-10 22:00", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1913-10-10 22:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "394"}}, "raw": {"H": "22:00", "COD": "83", "DAY": "10", "MON": "10", "NUM": "0394", "PRO": "PH", "YEA": "1913", "CITY": "Toulon", "NAME": "CHAUVIN Rémy", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13913	bisson-alexandre-1848-04-09	{"a6": "104"}	{"lerrcp": "A6-104"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Bisson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:28", "date": "1848-04-09 12:00", "note": null, "place": {"c1": null, "c2": "61", "c3": null, "cy": "FR", "lg": -0.36806, "lat": 48.69848, "name": "Briouze", "geoid": 3029991}, "notime": null, "date-ut": "1848-04-09 11:59:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Bisson"}, "birth": {"tzo": "-00:01:28", "date": "1848-04-09 12:00", "place": {"c2": "61", "cy": "FR", "lg": -0.36806, "lat": 48.69848, "name": "Briouze", "geoid": 3029991}, "date-ut": "1848-04-09 11:59:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-104"}, "ids-in-sources": {"a6": "104"}}, "raw": {"H": "11", "MN": "59", "TZ": "0", "COD": "61", "COU": "F", "DAY": "9", "LAT": "48N26", "LON": "0E 5", "MON": "4", "NUM": "104", "PRO": "W", "SEC": "40", "YEA": "1848", "CITY": "BRIOUZE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18027	chavanes-janine-de-bouvet-1921-10-06	{"e1": "395"}	{"lerrcp": "E1-395"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Janine de (BOUVET)", "family": "Chavanes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1921-10-06 19:30", "note": null, "place": {"c1": null, "c2": "39", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Salins", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Janine de (BOUVET)", "family": "Chavanes"}, "birth": {"tzo": "", "date": "1921-10-06 19:30", "place": {"c2": "39", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Salins", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "395"}}, "raw": {"H": "19:30", "COD": "39", "DAY": "06", "MON": "10", "NUM": "0395", "PRO": "EX", "YEA": "1921", "CITY": "Salins", "NAME": "CHAVANES Janine de (BOUVET)", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13911	billy-andre-1882-12-13	{"a6": "102"}	{"lerrcp": "A6-102"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Billy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:09", "date": "1882-12-13 06:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "notime": null, "date-ut": "1882-12-13 05:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "André", "family": "Billy"}, "birth": {"tzo": "+00:13:09", "date": "1882-12-13 06:00", "place": {"c2": "02", "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "date-ut": "1882-12-13 05:45:32"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-102"}, "ids-in-sources": {"a6": "102"}}, "raw": {"H": "5", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "13", "LAT": "49N34", "LON": "3E37", "MON": "12", "NUM": "102", "PRO": "W", "SEC": "32", "YEA": "1882", "CITY": "ST-QUENTIN"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13912	bisiaux-marcel-1922-05-13	{"a6": "103"}	{"lerrcp": "A6-103"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Bisiaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-05-13 04:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.49383, "lat": 48.59273, "name": "Lunéville", "geoid": 2997110}, "notime": null, "date-ut": "1922-05-13 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Bisiaux"}, "birth": {"tzo": "+01:00", "date": "1922-05-13 04:00", "place": {"c2": "54", "cy": "FR", "lg": 6.49383, "lat": 48.59273, "name": "Lunéville", "geoid": 2997110}, "date-ut": "1922-05-13 03:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-103"}, "ids-in-sources": {"a6": "103"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "54", "COU": "F", "DAY": "13", "LAT": "48N42", "LON": "6E12", "MON": "5", "NUM": "103", "PRO": "W", "SEC": "0", "YEA": "1922", "CITY": "LUNEVILLE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18028	chemin-theres-1899-03-05	{"e1": "396"}	{"lerrcp": "E1-396"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Thérès", "family": "Chemin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1899-03-05 05:00", "note": null, "place": {"c1": null, "c2": "27", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Louvierg", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Thérès", "family": "Chemin"}, "birth": {"tzo": "", "date": "1899-03-05 05:00", "place": {"c2": "27", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Louvierg", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "396"}}, "raw": {"H": "05:00", "COD": "27", "DAY": "05", "MON": "03", "NUM": "0396", "PRO": "PH", "YEA": "1899", "CITY": "Louvierg", "NAME": "CHEMIN Thérès", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13917	blanqui-louis-1805-02-08	{"a6": "108"}	{"lerrcp": "A6-108"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Blanqui", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:27:35", "date": "1805-02-08 01:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 6.89378, "lat": 43.95598, "name": "Puget-Théniers", "geoid": 2985142}, "notime": null, "date-ut": "1805-02-08 00:30:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Blanqui"}, "birth": {"tzo": "+00:27:35", "date": "1805-02-08 01:00", "place": {"c2": "06", "cy": "FR", "lg": 6.89378, "lat": 43.95598, "name": "Puget-Théniers", "geoid": 2985142}, "date-ut": "1805-02-08 00:30:56"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-108"}, "ids-in-sources": {"a6": "108"}}, "raw": {"H": "0", "MN": "30", "TZ": "0", "COD": "06", "COU": "F", "DAY": "8", "LAT": "43N42", "LON": "7E16", "MON": "2", "NUM": "108", "PRO": "W", "SEC": "56", "YEA": "1805", "CITY": "PUGET-THENIERS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
13918	gauquelin-a6-109-1886-07-06	{"a6": "109"}	{"lerrcp": "A6-109"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-109", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1886-07-06 16:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1886-07-06 15:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-109"}, "birth": {"tzo": "+00:19:23", "date": "1886-07-06 16:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1886-07-06 15:40:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-109"}, "ids-in-sources": {"a6": "109"}}, "raw": {"H": "15", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "6", "LAT": "45N46", "LON": "4E50", "MON": "7", "NUM": "109", "PRO": "W", "SEC": "40", "YEA": "1886", "CITY": "LYON"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
13916	gauquelin-a6-107-1909-09-29	{"a6": "107"}	{"lerrcp": "A6-107"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-107", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1909-09-29 00:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Nouvion-en-Thie", "geoid": 0}, "notime": null, "date-ut": "1909-09-28 23:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-107"}, "birth": {"tzo": "+00:09:21", "date": "1909-09-29 00:00", "place": {"c2": "02", "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Nouvion-en-Thie", "geoid": 0}, "date-ut": "1909-09-28 23:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-107"}, "ids-in-sources": {"a6": "107"}}, "raw": {"H": "23", "MN": "50", "TZ": "0", "COD": "02", "COU": "F", "DAY": "28", "LAT": "49N34", "LON": "3E37", "MON": "9", "NUM": "107", "PRO": "W", "SEC": "40", "YEA": "1909", "CITY": "NOUVION-EN-THIE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18029	chene-paul-1899-06-24	{"e1": "397"}	{"lerrcp": "E1-397"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Chene", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-06-24 13:00", "note": null, "place": {"c1": null, "c2": "03", "c3": "", "cy": "FR", "lg": 3.28931, "lat": 46.30748, "name": "Saint-Pourçain-sur-Sioule", "geoid": 2977365}, "notime": null, "date-ut": "1899-06-24 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Chene"}, "birth": {"tzo": "+00:09", "date": "1899-06-24 13:00", "place": {"c2": "03", "c3": "", "cy": "FR", "lg": 3.28931, "lat": 46.30748, "name": "Saint-Pourçain-sur-Sioule", "geoid": 2977365}, "date-ut": "1899-06-24 12:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "397"}}, "raw": {"H": "13:00", "COD": "03", "DAY": "24", "MON": "06", "NUM": "0397", "PRO": "PH", "YEA": "1899", "CITY": "St Pourcain/Sioule", "NAME": "CHENE Paul", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13922	boissier-gaston-1823-08-15	{"a6": "113"}	{"lerrcp": "A6-113"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Boissier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:26", "date": "1823-08-15 23:30", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1823-08-15 23:12:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Boissier"}, "birth": {"tzo": "+00:17:26", "date": "1823-08-15 23:30", "place": {"c2": "30", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1823-08-15 23:12:36"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-113"}, "ids-in-sources": {"a6": "113"}}, "raw": {"H": "23", "MN": "12", "TZ": "0", "COD": "30", "COU": "F", "DAY": "15", "LAT": "43N51", "LON": "4E21", "MON": "8", "NUM": "113", "PRO": "W", "SEC": "36", "YEA": "1823", "CITY": "NIMES"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18862	leclerc-marcel-1921-08-14	{"e1": "1233"}	{"lerrcp": "E1-1233"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Leclerc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1921-08-14 02:00", "note": null, "place": {"c1": null, "c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Ajaccio", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Leclerc"}, "birth": {"tzo": "", "date": "1921-08-14 02:00", "place": {"c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Ajaccio", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1233"}}, "raw": {"H": "02:00", "COD": "20", "DAY": "14", "MON": "08", "NUM": "1233", "PRO": "EX", "YEA": "1921", "CITY": "Ajaccio", "NAME": "LECLERC Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13921	bocquet-leon-1876-08-11	{"a6": "112"}	{"lerrcp": "A6-112"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Bocquet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:29", "date": "1876-08-11 07:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 2.87067, "lat": 50.55577, "name": "Marquillies", "geoid": 2995534}, "notime": null, "date-ut": "1876-08-11 06:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Bocquet"}, "birth": {"tzo": "+00:11:29", "date": "1876-08-11 07:00", "place": {"c2": "59", "cy": "FR", "lg": 2.87067, "lat": 50.55577, "name": "Marquillies", "geoid": 2995534}, "date-ut": "1876-08-11 06:47:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-112"}, "ids-in-sources": {"a6": "112"}}, "raw": {"H": "6", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "11", "LAT": "50N39", "LON": "3E 5", "MON": "8", "NUM": "112", "PRO": "W", "SEC": "40", "YEA": "1876", "CITY": "MARQUILLIES"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13924	bonnard-abel-1883-12-19	{"a6": "115"}	{"lerrcp": "A6-115"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Abel", "family": "Bonnard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01:22", "date": "1883-12-19 03:00", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "notime": null, "date-ut": "1883-12-19 02:58:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Abel", "family": "Bonnard"}, "birth": {"tzo": "+00:01:22", "date": "1883-12-19 03:00", "place": {"c2": "86", "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "date-ut": "1883-12-19 02:58:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-115"}, "ids-in-sources": {"a6": "115"}}, "raw": {"H": "2", "MN": "58", "TZ": "0", "COD": "86", "COU": "F", "DAY": "19", "LAT": "46N35", "LON": "0E20", "MON": "12", "NUM": "115", "PRO": "W", "SEC": "40", "YEA": "1883", "CITY": "POITIERS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18031	cheneveau-roger-1897-01-05	{"e1": "399"}	{"lerrcp": "E1-399"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Cheneveau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1897-01-05 01:00", "note": null, "place": {"c1": null, "c2": "37", "c3": "", "cy": "FR", "lg": 0.24284, "lat": 47.16701, "name": "Chinon", "geoid": 3025132}, "notime": null, "date-ut": "1897-01-05 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Cheneveau"}, "birth": {"tzo": "+00:09", "date": "1897-01-05 01:00", "place": {"c2": "37", "c3": "", "cy": "FR", "lg": 0.24284, "lat": 47.16701, "name": "Chinon", "geoid": 3025132}, "date-ut": "1897-01-05 00:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "399"}}, "raw": {"H": "01:00", "COD": "37", "DAY": "05", "MON": "01", "NUM": "0399", "PRO": "MI", "YEA": "1897", "CITY": "Chinon", "NAME": "CHENEVEAU Roger", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18032	cherasse-andre-1906-01-23	{"e1": "400"}	{"lerrcp": "E1-400"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Cherasse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-01-23 09:30", "note": null, "place": {"c1": null, "c2": "03", "c3": "", "cy": "FR", "lg": 3.05528, "lat": 46.40891, "name": "Le Montet", "geoid": 3003230}, "notime": null, "date-ut": "1906-01-23 09:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Cherasse"}, "birth": {"tzo": "+00:09", "date": "1906-01-23 09:30", "place": {"c2": "03", "c3": "", "cy": "FR", "lg": 3.05528, "lat": 46.40891, "name": "Le Montet", "geoid": 3003230}, "date-ut": "1906-01-23 09:21"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "400"}}, "raw": {"H": "09:30", "COD": "03", "DAY": "23", "MON": "01", "NUM": "0400", "PRO": "MI", "YEA": "1906", "CITY": "Le Montet", "NAME": "CHERASSE André", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13928	bordonove-georges-1920-05-25	{"a6": "119"}	{"lerrcp": "A6-119"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Bordonove", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-05-25 23:15", "note": null, "place": {"c1": null, "c2": "95", "c3": null, "cy": "FR", "lg": 2.31667, "lat": 48.96667, "name": "Enghien-les-Bains", "geoid": 3020188}, "notime": null, "date-ut": "1920-05-25 22:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Bordonove"}, "birth": {"tzo": "+01:00", "date": "1920-05-25 23:15", "place": {"c2": "95", "cy": "FR", "lg": 2.31667, "lat": 48.96667, "name": "Enghien-les-Bains", "geoid": 3020188}, "date-ut": "1920-05-25 22:15"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-119"}, "ids-in-sources": {"a6": "119"}}, "raw": {"H": "22", "MN": "15", "TZ": "0", "COD": "95", "COU": "F", "DAY": "25", "LAT": "49N 0", "LON": "2E 0", "MON": "5", "NUM": "119", "PRO": "W", "SEC": "0", "YEA": "1920", "CITY": "ENGHIEN-LES-BAINS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13925	bonnefoy-yves-1923-06-24	{"a6": "116"}	{"lerrcp": "A6-116"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Bonnefoy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1923-06-24 03:00", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "notime": null, "date-ut": "1923-06-24 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Bonnefoy"}, "birth": {"tzo": "+01:00", "date": "1923-06-24 03:00", "place": {"c2": "37", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "date-ut": "1923-06-24 02:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-116"}, "ids-in-sources": {"a6": "116"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "37", "COU": "F", "DAY": "24", "LAT": "47N24", "LON": "0E42", "MON": "6", "NUM": "116", "PRO": "W", "SEC": "0", "YEA": "1923", "CITY": "TOURS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18033	cherigie-edouard-1905-03-23	{"e1": "401"}	{"lerrcp": "E1-401"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Cherigie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1905-03-23 21:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Fleurbay", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Cherigie"}, "birth": {"tzo": "", "date": "1905-03-23 21:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Fleurbay", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "401"}}, "raw": {"H": "21:00", "COD": "62", "DAY": "23", "MON": "03", "NUM": "0401", "PRO": "PH", "YEA": "1905", "CITY": "Fleurbay", "NAME": "CHERIGIE Edouard", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18034	chesnais-rene-1922-11-10	{"e1": "402"}	{"lerrcp": "E1-402"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Chesnais", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-11-10 09:00", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": -1.93198, "lat": 47.98519, "name": "Baulon", "geoid": 3034538}, "notime": null, "date-ut": "1922-11-10 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "René", "family": "Chesnais"}, "birth": {"tzo": "+00:00", "date": "1922-11-10 09:00", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": -1.93198, "lat": 47.98519, "name": "Baulon", "geoid": 3034538}, "date-ut": "1922-11-10 09:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "402"}}, "raw": {"H": "09:00", "COD": "35", "DAY": "10", "MON": "11", "NUM": "0402", "PRO": "MI", "YEA": "1922", "CITY": "Baulon", "NAME": "CHESNAIS René", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18035	chevalier-henri-1913-04-25	{"e1": "403"}	{"lerrcp": "E1-403"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Chevalier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1913-04-25 10:00", "note": null, "place": {"c1": null, "c2": "73", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Pont de Beauvoisin", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Chevalier"}, "birth": {"tzo": "", "date": "1913-04-25 10:00", "place": {"c2": "73", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Pont de Beauvoisin", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "403"}}, "raw": {"H": "10:00", "COD": "73", "DAY": "25", "MON": "04", "NUM": "0403", "PRO": "PH", "YEA": "1913", "CITY": "Pont de Beauvoisin", "NAME": "CHEVALIER Henri", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13930	borne-alain-1915-01-12	{"a6": "121"}	{"lerrcp": "A6-121"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Borne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-01-12 15:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.29759, "lat": 46.16415, "name": "Saint-Pont", "geoid": 2977374}, "notime": null, "date-ut": "1915-01-12 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Alain", "family": "Borne"}, "birth": {"tzo": "+00:00", "date": "1915-01-12 15:00", "place": {"c2": "03", "cy": "FR", "lg": 3.29759, "lat": 46.16415, "name": "Saint-Pont", "geoid": 2977374}, "date-ut": "1915-01-12 15:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-121"}, "ids-in-sources": {"a6": "121"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "03", "COU": "F", "DAY": "12", "LAT": "46N34", "LON": "3E20", "MON": "1", "NUM": "121", "PRO": "W", "SEC": "0", "YEA": "1915", "CITY": "SAINT-PONT"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
11588	botrel-theodore-1868-09-14	{"a5": "115", "a6": "125"}	{"lerrcp": "A5-115"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodore", "family": "Botrel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:08:12", "date": "1868-09-14 03:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -2.05049, "lat": 48.45553, "name": "Dinan", "geoid": 3021356}, "notime": null, "date-ut": "1868-09-14 03:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor", "poet"]	5	null	[{"new": {"name": {"given": "Theodore", "family": "Botrel"}, "birth": {"tzo": "-00:08:12", "date": "1868-09-14 03:00", "place": {"c2": "22", "cy": "FR", "lg": -2.05049, "lat": 48.45553, "name": "Dinan", "geoid": 3021356}, "date-ut": "1868-09-14 03:11"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-115"}, "ids-in-sources": {"a5": "115"}}, "raw": {"H": "3", "MN": "11", "TZ": "0", "COD": "22", "COU": "F", "DAY": "14", "LAT": "48N31", "LON": "2W45", "MON": "9", "NUM": "115", "PRO": "A", "SEC": "0", "YEA": "1868", "CITY": "DINAN"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "125"}}, "raw": {"H": "3", "MN": "11", "TZ": "0", "COD": "22", "COU": "F", "DAY": "14", "LAT": "48N31", "LON": "2W45", "MON": "9", "NUM": "125", "PRO": "W", "SEC": "0", "YEA": "1868", "CITY": "DINAN"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13934	bougle-celestin-1870-06-01	{"a6": "126"}	{"lerrcp": "A6-126"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Célestin", "family": "Bougle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:11:04", "date": "1870-06-01 05:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -2.76838, "lat": 48.51513, "name": "Saint-Brieuc", "geoid": 2981280}, "notime": null, "date-ut": "1870-06-01 05:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Célestin", "family": "Bougle"}, "birth": {"tzo": "-00:11:04", "date": "1870-06-01 05:00", "place": {"c2": "22", "cy": "FR", "lg": -2.76838, "lat": 48.51513, "name": "Saint-Brieuc", "geoid": 2981280}, "date-ut": "1870-06-01 05:11"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-126"}, "ids-in-sources": {"a6": "126"}}, "raw": {"H": "5", "MN": "11", "TZ": "0", "COD": "22", "COU": "F", "DAY": "1", "LAT": "48N31", "LON": "2W45", "MON": "6", "NUM": "126", "PRO": "W", "SEC": "0", "YEA": "1870", "CITY": "ST-BRIEUC"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18036	chevalier-roger-1922-05-03	{"e1": "404"}	{"lerrcp": "E1-404"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Chevalier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-05-03 04:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1922-05-03 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Chevalier"}, "birth": {"tzo": "+01:00", "date": "1922-05-03 04:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1922-05-03 03:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "404"}}, "raw": {"H": "04:00", "COD": "13", "DAY": "03", "MON": "05", "NUM": "0404", "PRO": "MI", "YEA": "1922", "CITY": "Marseille", "NAME": "CHEVALIER Roger", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13936	bouilhet-louis-1821-05-27	{"a6": "128"}	{"lerrcp": "A6-128"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Bouilhet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:20", "date": "1821-05-27 17:30", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.08333, "lat": 49.43333, "name": "Cany", "geoid": 0}, "notime": null, "date-ut": "1821-05-27 17:25:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Bouilhet"}, "birth": {"tzo": "+00:04:20", "date": "1821-05-27 17:30", "place": {"c2": "76", "cy": "FR", "lg": 1.08333, "lat": 49.43333, "name": "Cany", "geoid": 0}, "date-ut": "1821-05-27 17:25:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-128"}, "ids-in-sources": {"a6": "128"}}, "raw": {"H": "17", "MN": "25", "TZ": "0", "COD": "76", "COU": "F", "DAY": "27", "LAT": "49N26", "LON": "1E 5", "MON": "5", "NUM": "128", "PRO": "W", "SEC": "40", "YEA": "1821", "CITY": "CANY"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13937	boujut-michel-1940-05-13	{"a6": "129"}	{"lerrcp": "A6-129"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Boujut", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": -0.17329, "lat": 45.6816, "name": "Jarnac", "geoid": 3012477}, "notime": null, "date-ut": "1940-05-13 22:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Boujut"}, "birth": {"place": {"c2": "16", "cy": "FR", "lg": -0.17329, "lat": 45.6816, "name": "Jarnac", "geoid": 3012477}, "date-ut": "1940-05-13 22:30:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-129"}, "ids-in-sources": {"a6": "129"}}, "raw": {"H": "22", "MN": "30", "TZ": "0", "COD": "16", "COU": "F", "DAY": "13", "LAT": "45N39", "LON": "0E10", "MON": "5", "NUM": "129", "PRO": "W", "SEC": "0", "YEA": "1940", "CITY": "JARNAC"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13938	boujut-pierre-1913-02-27	{"a6": "130"}	{"lerrcp": "A6-130"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Boujut", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-02-27 10:00", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": -0.17329, "lat": 45.6816, "name": "Jarnac", "geoid": 3012477}, "notime": null, "date-ut": "1913-02-27 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Boujut"}, "birth": {"tzo": "+00:00", "date": "1913-02-27 10:00", "place": {"c2": "16", "cy": "FR", "lg": -0.17329, "lat": 45.6816, "name": "Jarnac", "geoid": 3012477}, "date-ut": "1913-02-27 10:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-130"}, "ids-in-sources": {"a6": "130"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "16", "COU": "F", "DAY": "27", "LAT": "45N39", "LON": "0E10", "MON": "2", "NUM": "130", "PRO": "W", "SEC": "0", "YEA": "1913", "CITY": "JARNAC"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18037	chevigne-pierre-de-1909-06-16	{"e1": "405"}	{"lerrcp": "E1-405"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre de", "family": "Chevigne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-06-16 13:30", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1909-06-16 13:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre de", "family": "Chevigne"}, "birth": {"tzo": "+00:09", "date": "1909-06-16 13:30", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1909-06-16 13:21"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "405"}}, "raw": {"H": "13:30", "COD": "83", "DAY": "16", "MON": "06", "NUM": "0405", "PRO": "MI", "YEA": "1909", "CITY": "Toulon", "NAME": "CHEVIGNE Pierre de", "NOTE": "L"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18038	cheynel-jean-1912-07-07	{"e1": "406"}	{"lerrcp": "E1-406"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Cheynel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-07-07 01:00", "note": null, "place": {"c1": null, "c2": "84", "c3": "", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1912-07-07 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Cheynel"}, "birth": {"tzo": "+00:00", "date": "1912-07-07 01:00", "place": {"c2": "84", "c3": "", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1912-07-07 01:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "406"}}, "raw": {"H": "01:00", "COD": "84", "DAY": "07", "MON": "07", "NUM": "0406", "PRO": "PH", "YEA": "1912", "CITY": "Avignon", "NAME": "CHEYNEL Jean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13943	bourdet-edouard-1887-10-26	{"a6": "135"}	{"lerrcp": "A6-135"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Bourdet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1887-10-26 13:05", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Saint-Germain-en-L", "geoid": 0}, "notime": null, "date-ut": "1887-10-26 12:56:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Bourdet"}, "birth": {"tzo": "+00:08:32", "date": "1887-10-26 13:05", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Saint-Germain-en-L", "geoid": 0}, "date-ut": "1887-10-26 12:56:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-135"}, "ids-in-sources": {"a6": "135"}}, "raw": {"H": "12", "MN": "56", "TZ": "0", "COD": "78", "COU": "F", "DAY": "26", "LAT": "48N50", "LON": "2E 8", "MON": "10", "NUM": "135", "PRO": "W", "SEC": "28", "YEA": "1887", "CITY": "ST-GERMAIN-EN-L"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
13940	boulle-pierre-1912-02-20	{"a6": "132"}	{"lerrcp": "A6-132"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Boulle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-02-20 15:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1912-02-20 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Boulle"}, "birth": {"tzo": "+00:00", "date": "1912-02-20 15:00", "place": {"c2": "84", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1912-02-20 15:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-132"}, "ids-in-sources": {"a6": "132"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "84", "COU": "F", "DAY": "20", "LAT": "43N57", "LON": "4E50", "MON": "2", "NUM": "132", "PRO": "W", "SEC": "0", "YEA": "1912", "CITY": "AVIGNON"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13941	bour-jacques-1905-12-30	{"a6": "133"}	{"lerrcp": "A6-133"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Bour", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1905-12-30 17:00", "note": null, "place": {"c1": null, "c2": "95", "c3": null, "cy": "FR", "lg": 2.22818, "lat": 49.10744, "name": "L'Isle-Adam", "geoid": 2998140}, "notime": null, "date-ut": "1905-12-30 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Bour"}, "birth": {"tzo": "+00:09:21", "date": "1905-12-30 17:00", "place": {"c2": "95", "cy": "FR", "lg": 2.22818, "lat": 49.10744, "name": "L'Isle-Adam", "geoid": 2998140}, "date-ut": "1905-12-30 16:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-133"}, "ids-in-sources": {"a6": "133"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "95", "COU": "F", "DAY": "30", "LAT": "49N 0", "LON": "2E 0", "MON": "12", "NUM": "133", "PRO": "W", "SEC": "40", "YEA": "1905", "CITY": "L'ISLE-ADAM"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18039	chibret-jean-1915-12-01	{"e1": "407"}	{"lerrcp": "E1-407"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Chibret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-12-01 22:00", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "notime": null, "date-ut": "1915-12-01 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Chibret"}, "birth": {"tzo": "+00:00", "date": "1915-12-01 22:00", "place": {"c2": "63", "c3": "", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "date-ut": "1915-12-01 22:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "407"}}, "raw": {"H": "22:00", "COD": "63", "DAY": "01", "MON": "12", "NUM": "0407", "PRO": "EX", "YEA": "1915", "CITY": "Clermont-Ferrand", "NAME": "CHIBRET Jean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13947	boutroux-emile-1845-07-28	{"a6": "139"}	{"lerrcp": "A6-139"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Boutroux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:15", "date": "1845-07-28 20:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.31393, "lat": 48.8162, "name": "Montrouge", "geoid": 2992017}, "notime": null, "date-ut": "1845-07-28 19:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Boutroux"}, "birth": {"tzo": "+00:09:15", "date": "1845-07-28 20:00", "place": {"c2": "92", "cy": "FR", "lg": 2.31393, "lat": 48.8162, "name": "Montrouge", "geoid": 2992017}, "date-ut": "1845-07-28 19:51:16"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-139"}, "ids-in-sources": {"a6": "139"}}, "raw": {"H": "19", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "28", "LAT": "48N50", "LON": "2E11", "MON": "7", "NUM": "139", "PRO": "W", "SEC": "16", "YEA": "1845", "CITY": "MONTROUGE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18040	chichet-paul-1921-07-11	{"e1": "408"}	{"lerrcp": "E1-408"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Chichet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-07-11 11:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 2.38687, "lat": 42.54946, "name": "Vernet-les-Bains", "geoid": 2969817}, "notime": null, "date-ut": "1921-07-11 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Chichet"}, "birth": {"tzo": "+01:00", "date": "1921-07-11 11:00", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": 2.38687, "lat": 42.54946, "name": "Vernet-les-Bains", "geoid": 2969817}, "date-ut": "1921-07-11 10:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "408"}}, "raw": {"H": "11:00", "COD": "66", "DAY": "11", "MON": "07", "NUM": "0408", "PRO": "EX", "YEA": "1921", "CITY": "Vernet les Bains", "NAME": "CHICHET Paul", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13945	bourget-paul-1852-09-02	{"a6": "137"}	{"lerrcp": "A6-137"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Bourget", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:12", "date": "1852-09-02 10:45", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1852-09-02 10:35:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Bourget"}, "birth": {"tzo": "+00:09:12", "date": "1852-09-02 10:45", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1852-09-02 10:35:48"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-137"}, "ids-in-sources": {"a6": "137"}}, "raw": {"H": "10", "MN": "35", "TZ": "0", "COD": "80", "COU": "F", "DAY": "2", "LAT": "49N54", "LON": "2E18", "MON": "9", "NUM": "137", "PRO": "W", "SEC": "48", "YEA": "1852", "CITY": "AMIENS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13946	boussenard-louis-1847-10-04	{"a6": "138"}	{"lerrcp": "A6-138"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Boussenard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:45", "date": "1847-10-04 07:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 2.18826, "lat": 48.13287, "name": "Escrennes", "geoid": 3019752}, "notime": null, "date-ut": "1847-10-04 06:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Boussenard"}, "birth": {"tzo": "+00:08:45", "date": "1847-10-04 07:00", "place": {"c2": "45", "cy": "FR", "lg": 2.18826, "lat": 48.13287, "name": "Escrennes", "geoid": 3019752}, "date-ut": "1847-10-04 06:52:24"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-138"}, "ids-in-sources": {"a6": "138"}}, "raw": {"H": "6", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "4", "LAT": "47N54", "LON": "1E54", "MON": "10", "NUM": "138", "PRO": "W", "SEC": "24", "YEA": "1847", "CITY": "ESCRENNES"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18041	chignon-jean-claude-1930-05-09	{"e1": "409"}	{"lerrcp": "E1-409"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Claude", "family": "Chignon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1930-05-09 19:00", "note": null, "place": {"c1": null, "c2": "17", "c3": "", "cy": "FR", "lg": -0.42289, "lat": 45.77273, "name": "Burie", "geoid": 3029505}, "notime": null, "date-ut": "1930-05-09 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean Claude", "family": "Chignon"}, "birth": {"tzo": "+01:00", "date": "1930-05-09 19:00", "place": {"c2": "17", "c3": "", "cy": "FR", "lg": -0.42289, "lat": 45.77273, "name": "Burie", "geoid": 3029505}, "date-ut": "1930-05-09 18:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "409"}}, "raw": {"H": "19:00", "COD": "17", "DAY": "09", "MON": "05", "NUM": "0409", "PRO": "PH", "YEA": "1930", "CITY": "Burie", "NAME": "CHIGNON Jean Claude", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18042	chigot-paul-1906-02-21	{"e1": "410"}	{"lerrcp": "E1-410"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Chigot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-02-21 02:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 1.63319, "lat": 50.52194, "name": "Étaples", "geoid": 3019441}, "notime": null, "date-ut": "1906-02-21 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Chigot"}, "birth": {"tzo": "+00:09", "date": "1906-02-21 02:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 1.63319, "lat": 50.52194, "name": "Étaples", "geoid": 3019441}, "date-ut": "1906-02-21 01:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "410"}}, "raw": {"H": "02:00", "COD": "62", "DAY": "21", "MON": "02", "NUM": "0410", "PRO": "PH", "YEA": "1906", "CITY": "Etaples", "NAME": "CHIGOT Paul", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
11604	brassens-georges-1921-10-22	{"a5": "131", "a6": "143"}	{"lerrcp": "A5-131"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Brassens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-10-22 18:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "notime": null, "date-ut": "1921-10-22 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor", "poet"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Brassens"}, "birth": {"tzo": "+01:00", "date": "1921-10-22 18:00", "place": {"c2": "34", "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "date-ut": "1921-10-22 17:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-131"}, "ids-in-sources": {"a5": "131"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "34", "COU": "F", "DAY": "22", "LAT": "43N37", "LON": "3E53", "MON": "10", "NUM": "131", "PRO": "A", "SEC": "0", "YEA": "1921", "CITY": "SETE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "143"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "34", "COU": "F", "DAY": "22", "LAT": "43N37", "LON": "3E53", "MON": "10", "NUM": "143", "PRO": "W", "SEC": "0", "YEA": "1921", "CITY": "SETE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18043	chippaux-claude-1909-05-13	{"e1": "411"}	{"lerrcp": "E1-411"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Chippaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1909-05-13 08:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Ouen", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Chippaux"}, "birth": {"tzo": "", "date": "1909-05-13 08:00", "place": {"c2": "75", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Ouen", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "411"}}, "raw": {"H": "08:00", "COD": "75", "DAY": "13", "MON": "05", "NUM": "0411", "PRO": "MI", "YEA": "1909", "CITY": "St Ouen", "NAME": "CHIPPAUX Claude", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18044	chodron-de-courcel-geoffroy-1912-09-11	{"e1": "412"}	{"lerrcp": "E1-412"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Geoffroy", "family": "Chodron De Courcel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-09-11 06:00", "note": null, "place": {"c1": null, "c2": "37", "c3": "", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "notime": null, "date-ut": "1912-09-11 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Geoffroy", "family": "Chodron De Courcel"}, "birth": {"tzo": "+00:00", "date": "1912-09-11 06:00", "place": {"c2": "37", "c3": "", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "date-ut": "1912-09-11 06:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "412"}}, "raw": {"H": "06:00", "COD": "37", "DAY": "11", "MON": "09", "NUM": "0412", "PRO": "MI", "YEA": "1912", "CITY": "Tours", "NAME": "CHODRON DE COURCEL Geoffroy", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13952	brehier-emile-1876-04-12	{"a6": "146"}	{"lerrcp": "A6-146"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Brehier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:39", "date": "1876-04-12 03:00", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.16108, "lat": 48.77275, "name": "Bar-le-Duc", "geoid": 3034911}, "notime": null, "date-ut": "1876-04-12 02:39:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Brehier"}, "birth": {"tzo": "+00:20:39", "date": "1876-04-12 03:00", "place": {"c2": "55", "cy": "FR", "lg": 5.16108, "lat": 48.77275, "name": "Bar-le-Duc", "geoid": 3034911}, "date-ut": "1876-04-12 02:39:20"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-146"}, "ids-in-sources": {"a6": "146"}}, "raw": {"H": "2", "MN": "39", "TZ": "0", "COD": "55", "COU": "F", "DAY": "12", "LAT": "48N46", "LON": "5E10", "MON": "4", "NUM": "146", "PRO": "W", "SEC": "20", "YEA": "1876", "CITY": "BAR-LE-DUC"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
13953	bremond-henri-1865-07-31	{"a6": "147"}	{"lerrcp": "A6-147"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Bremond", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:48", "date": "1865-07-31 04:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "notime": null, "date-ut": "1865-07-31 03:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Bremond"}, "birth": {"tzo": "+00:21:48", "date": "1865-07-31 04:00", "place": {"c2": "13", "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "date-ut": "1865-07-31 03:38:32"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-147"}, "ids-in-sources": {"a6": "147"}}, "raw": {"H": "3", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "31", "LAT": "43N18", "LON": "5E22", "MON": "7", "NUM": "147", "PRO": "W", "SEC": "32", "YEA": "1865", "CITY": "AIX-EN-PROVENCE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
13955	breton-jean-1930-08-21	{"a6": "149"}	{"lerrcp": "A6-149"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Breton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1930-08-21 03:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1930-08-21 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Breton"}, "birth": {"tzo": "+01:00", "date": "1930-08-21 03:00", "place": {"c2": "84", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1930-08-21 02:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-149"}, "ids-in-sources": {"a6": "149"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "84", "COU": "F", "DAY": "21", "LAT": "43N57", "LON": "4E50", "MON": "8", "NUM": "149", "PRO": "W", "SEC": "0", "YEA": "1930", "CITY": "AVIGNON"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18045	cholet-jean-1920-08-14	{"e1": "413"}	{"lerrcp": "E1-413"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Cholet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-08-14 07:00", "note": null, "place": {"c1": null, "c2": "21", "c3": "", "cy": "FR", "lg": 4.949, "lat": 47.13683, "name": "Nuits-Saint-Georges", "geoid": 2989837}, "notime": null, "date-ut": "1920-08-14 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Cholet"}, "birth": {"tzo": "+01:00", "date": "1920-08-14 07:00", "place": {"c2": "21", "c3": "", "cy": "FR", "lg": 4.949, "lat": 47.13683, "name": "Nuits-Saint-Georges", "geoid": 2989837}, "date-ut": "1920-08-14 06:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "413"}}, "raw": {"H": "07:00", "COD": "21", "DAY": "14", "MON": "08", "NUM": "0413", "PRO": "EX", "YEA": "1920", "CITY": "Nuits St Georges", "NAME": "CHOLET Jean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18892	lemoine-jean-marcel-1905-02-22	{"e1": "1264"}	{"lerrcp": "E1-1264"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Marcel", "family": "Lemoine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1905-02-22 06:00", "note": null, "place": {"c1": null, "c2": "14", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Mézidon", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean-Marcel", "family": "Lemoine"}, "birth": {"tzo": "", "date": "1905-02-22 06:00", "place": {"c2": "14", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Mézidon", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1264"}}, "raw": {"H": "06:00", "COD": "14", "DAY": "22", "MON": "02", "NUM": "1264", "PRO": "PH", "YEA": "1905", "CITY": "Mézidon", "NAME": "LEMOINE Jean-Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13959	brisville-jean-1922-05-28	{"a6": "153"}	{"lerrcp": "A6-153"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Brisville", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-05-28 17:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.27485, "lat": 48.91936, "name": "Bois-Colombes", "geoid": 3032070}, "notime": null, "date-ut": "1922-05-28 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Brisville"}, "birth": {"tzo": "+01:00", "date": "1922-05-28 17:00", "place": {"c2": "92", "cy": "FR", "lg": 2.27485, "lat": 48.91936, "name": "Bois-Colombes", "geoid": 3032070}, "date-ut": "1922-05-28 16:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-153"}, "ids-in-sources": {"a6": "153"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "92", "COU": "F", "DAY": "28", "LAT": "48N50", "LON": "2E11", "MON": "5", "NUM": "153", "PRO": "W", "SEC": "0", "YEA": "1922", "CITY": "BOIS-COLOMBES"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13956	briant-theophile-1891-08-02	{"a6": "150"}	{"lerrcp": "A6-150"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theophile", "family": "Briant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1891-08-02 19:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "notime": null, "date-ut": "1891-08-02 18:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Theophile", "family": "Briant"}, "birth": {"tzo": "+00:09:21", "date": "1891-08-02 19:00", "place": {"c2": "59", "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "date-ut": "1891-08-02 18:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-150"}, "ids-in-sources": {"a6": "150"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "59", "COU": "F", "DAY": "2", "LAT": "50N39", "LON": "3E 5", "MON": "8", "NUM": "150", "PRO": "W", "SEC": "40", "YEA": "1891", "CITY": "DOUAI"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13960	brizeux-auguste-1803-09-12	{"a6": "154"}	{"lerrcp": "A6-154"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Brizeux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:13:29", "date": "1803-09-12 16:00", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "notime": null, "date-ut": "1803-09-12 16:10:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Brizeux"}, "birth": {"tzo": "-00:13:29", "date": "1803-09-12 16:00", "place": {"c2": "56", "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "date-ut": "1803-09-12 16:10:56"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-154"}, "ids-in-sources": {"a6": "154"}}, "raw": {"H": "16", "MN": "10", "TZ": "0", "COD": "56", "COU": "F", "DAY": "12", "LAT": "47N40", "LON": "2W44", "MON": "9", "NUM": "154", "PRO": "W", "SEC": "56", "YEA": "1803", "CITY": "LORIENT"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13961	brochard-victor-1848-06-29	{"a6": "155"}	{"lerrcp": "A6-155"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Brochard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1848-06-29 08:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Quesnoy/Deule", "geoid": 0}, "notime": null, "date-ut": "1848-06-29 07:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Brochard"}, "birth": {"tzo": "+00:12:20", "date": "1848-06-29 08:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Quesnoy/Deule", "geoid": 0}, "date-ut": "1848-06-29 07:47:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-155"}, "ids-in-sources": {"a6": "155"}}, "raw": {"H": "7", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "29", "LAT": "50N39", "LON": "3E 5", "MON": "6", "NUM": "155", "PRO": "W", "SEC": "40", "YEA": "1848", "CITY": "QUESNOY/DEULE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18046	chomel-raymond-1897-09-05	{"e1": "414"}	{"lerrcp": "E1-414"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Chomel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1897-09-05 19:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 4.04784, "lat": 50.01532, "name": "Fourmies", "geoid": 3017512}, "notime": null, "date-ut": "1897-09-05 18:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Chomel"}, "birth": {"tzo": "+00:09", "date": "1897-09-05 19:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 4.04784, "lat": 50.01532, "name": "Fourmies", "geoid": 3017512}, "date-ut": "1897-09-05 18:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "414"}}, "raw": {"H": "19:00", "COD": "59", "DAY": "05", "MON": "09", "NUM": "0414", "PRO": "MI", "YEA": "1897", "CITY": "Fourmies", "NAME": "CHOMEL Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13963	bucaille-max-1906-06-30	{"a6": "158"}	{"lerrcp": "A6-158"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Bucaille", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1906-06-30 19:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Sainte-Croix-Ha", "geoid": 0}, "notime": null, "date-ut": "1906-06-30 18:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Max", "family": "Bucaille"}, "birth": {"tzo": "+00:09:21", "date": "1906-06-30 19:00", "place": {"c2": "50", "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Sainte-Croix-Ha", "geoid": 0}, "date-ut": "1906-06-30 18:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-158"}, "ids-in-sources": {"a6": "158"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "50", "COU": "F", "DAY": "30", "LAT": "49N 7", "LON": "1W 5", "MON": "6", "NUM": "158", "PRO": "W", "SEC": "40", "YEA": "1906", "CITY": "SAINTE-CROIX-HA"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
13962	brunetiere-ferdinand-1849-07-18	{"a6": "157"}	{"lerrcp": "A6-157"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Brunetiere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:43", "date": "1849-07-18 16:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1849-07-18 15:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Brunetiere"}, "birth": {"tzo": "+00:23:43", "date": "1849-07-18 16:00", "place": {"c2": "83", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1849-07-18 15:34:08"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-157"}, "ids-in-sources": {"a6": "157"}}, "raw": {"H": "15", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "18", "LAT": "43N32", "LON": "6E28", "MON": "7", "NUM": "157", "PRO": "W", "SEC": "8", "YEA": "1849", "CITY": "TOULON"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14215	houdelot-robert-1912-02-18	{"a6": "421"}	{"lerrcp": "A6-421"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Houdelot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1912-02-18 12:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Houdelot"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1912-02-18 12:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-421"}, "ids-in-sources": {"a6": "421"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "54", "COU": "F", "DAY": "18", "LAT": "48N42", "LON": "6E12", "MON": "2", "NUM": "421", "PRO": "W", "SEC": "0", "YEA": "1912", "CITY": "NANCY"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13964	buloz-francois-1803-09-20	{"a6": "159"}	{"lerrcp": "A6-159"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Buloz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:44", "date": "1803-09-20 10:00", "note": null, "place": {"c1": null, "c2": "74", "c3": null, "cy": "FR", "lg": 5.9342, "lat": 46.10155, "name": "Vulbens", "geoid": 2967541}, "notime": null, "date-ut": "1803-09-20 09:35:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "François", "family": "Buloz"}, "birth": {"tzo": "+00:23:44", "date": "1803-09-20 10:00", "place": {"c2": "74", "cy": "FR", "lg": 5.9342, "lat": 46.10155, "name": "Vulbens", "geoid": 2967541}, "date-ut": "1803-09-20 09:35:32"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-159"}, "ids-in-sources": {"a6": "159"}}, "raw": {"H": "9", "MN": "35", "TZ": "0", "COD": "74", "COU": "F", "DAY": "20", "LAT": "45N54", "LON": "6E 7", "MON": "9", "NUM": "159", "PRO": "W", "SEC": "32", "YEA": "1803", "CITY": "VULBENS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
13965	burgelin-pierre-1905-03-14	{"a6": "160"}	{"lerrcp": "A6-160"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Burgelin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1905-03-14 15:30", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1905-03-14 15:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Burgelin"}, "birth": {"tzo": "+00:09:21", "date": "1905-03-14 15:30", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1905-03-14 15:20:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-160"}, "ids-in-sources": {"a6": "160"}}, "raw": {"H": "15", "MN": "20", "TZ": "0", "COD": "44", "COU": "F", "DAY": "14", "LAT": "47N13", "LON": "1W35", "MON": "3", "NUM": "160", "PRO": "W", "SEC": "40", "YEA": "1905", "CITY": "NANTES"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18047	chopin-jean-1922-11-28	{"e1": "415"}	{"lerrcp": "E1-415"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Chopin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1922-11-28 18:30", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Clichy", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Chopin"}, "birth": {"tzo": "", "date": "1922-11-28 18:30", "place": {"c2": "93", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Clichy", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "415"}}, "raw": {"H": "18:30", "COD": "93", "DAY": "28", "MON": "11", "NUM": "0415", "PRO": "PH", "YEA": "1922", "CITY": "Clichy", "NAME": "CHOPIN Jean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13966	gauquelin-a6-161-1909-09-28	{"a6": "161"}	{"lerrcp": "A6-161"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-161", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1909-09-28 21:00", "note": null, "place": {"c1": null, "c2": "12", "c3": null, "cy": "FR", "lg": 3.07848, "lat": 44.09973, "name": "Millau", "geoid": 2993875}, "notime": null, "date-ut": "1909-09-28 20:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-161"}, "birth": {"tzo": "+00:09:21", "date": "1909-09-28 21:00", "place": {"c2": "12", "cy": "FR", "lg": 3.07848, "lat": 44.09973, "name": "Millau", "geoid": 2993875}, "date-ut": "1909-09-28 20:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-161"}, "ids-in-sources": {"a6": "161"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "12", "COU": "F", "DAY": "28", "LAT": "44N21", "LON": "2E34", "MON": "9", "NUM": "161", "PRO": "W", "SEC": "40", "YEA": "1909", "CITY": "MILLAU"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13968	cabanel-guy-1926-04-01	{"a6": "163"}	{"lerrcp": "A6-163"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Cabanel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1926-04-01 02:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "notime": null, "date-ut": "1926-04-01 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Cabanel"}, "birth": {"tzo": "+00:00", "date": "1926-04-01 02:00", "place": {"c2": "34", "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "date-ut": "1926-04-01 02:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-163"}, "ids-in-sources": {"a6": "163"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "34", "COU": "F", "DAY": "1", "LAT": "43N37", "LON": "3E53", "MON": "4", "NUM": "163", "PRO": "W", "SEC": "0", "YEA": "1926", "CITY": "BEZIERS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18048	chosson-jogeph-1917-08-15	{"e1": "416"}	{"lerrcp": "E1-416"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jogeph", "family": "Chosson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-08-15 07:00", "note": null, "place": {"c1": null, "c2": "43", "c3": "", "cy": "FR", "lg": 4.17233, "lat": 45.29263, "name": "Monistrol-sur-Loire", "geoid": 2993277}, "notime": null, "date-ut": "1917-08-15 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jogeph", "family": "Chosson"}, "birth": {"tzo": "+01:00", "date": "1917-08-15 07:00", "place": {"c2": "43", "c3": "", "cy": "FR", "lg": 4.17233, "lat": 45.29263, "name": "Monistrol-sur-Loire", "geoid": 2993277}, "date-ut": "1917-08-15 06:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "416"}}, "raw": {"H": "07:00", "COD": "43", "DAY": "15", "MON": "08", "NUM": "0416", "PRO": "MI", "YEA": "1917", "CITY": "Monistrol/Loire", "NAME": "CHOSSON Jogeph", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13971	caillois-roger-1913-03-03	{"a6": "166"}	{"lerrcp": "A6-166"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Caillois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-03-03 03:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "notime": null, "date-ut": "1913-03-03 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Caillois"}, "birth": {"tzo": "+00:00", "date": "1913-03-03 03:00", "place": {"c2": "51", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "date-ut": "1913-03-03 03:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-166"}, "ids-in-sources": {"a6": "166"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "51", "COU": "F", "DAY": "3", "LAT": "48N57", "LON": "4E22", "MON": "3", "NUM": "166", "PRO": "W", "SEC": "0", "YEA": "1913", "CITY": "REIMS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
13972	caillois-roland-1918-11-04	{"a6": "167"}	{"lerrcp": "A6-167"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roland", "family": "Caillois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1918-11-04 05:30", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.43945, "lat": 48.81171, "name": "Maisons-Alfort", "geoid": 2996568}, "notime": null, "date-ut": "1918-11-04 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Roland", "family": "Caillois"}, "birth": {"tzo": "+00:00", "date": "1918-11-04 05:30", "place": {"c2": "94", "cy": "FR", "lg": 2.43945, "lat": 48.81171, "name": "Maisons-Alfort", "geoid": 2996568}, "date-ut": "1918-11-04 05:30"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-167"}, "ids-in-sources": {"a6": "167"}}, "raw": {"H": "5", "MN": "30", "TZ": "0", "COD": "94", "COU": "F", "DAY": "4", "LAT": "48N47", "LON": "2E29", "MON": "11", "NUM": "167", "PRO": "W", "SEC": "0", "YEA": "1918", "CITY": "MAISONS-ALFORT"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
13970	gauquelin-a6-165-1920-02-15	{"a6": "165"}	{"lerrcp": "A6-165"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-165", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-02-15 22:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.58333, "lat": 47.21667, "name": "Sainte-Reine-de", "geoid": 0}, "notime": null, "date-ut": "1920-02-15 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-165"}, "birth": {"tzo": "+01:00", "date": "1920-02-15 22:00", "place": {"c2": "44", "cy": "FR", "lg": -1.58333, "lat": 47.21667, "name": "Sainte-Reine-de", "geoid": 0}, "date-ut": "1920-02-15 21:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-165"}, "ids-in-sources": {"a6": "165"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "44", "COU": "F", "DAY": "15", "LAT": "47N13", "LON": "1W35", "MON": "2", "NUM": "165", "PRO": "W", "SEC": "0", "YEA": "1920", "CITY": "SAINTE-REINE-DE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18049	chotard-yvon-1921-05-25	{"e1": "417"}	{"lerrcp": "E1-417"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yvon", "family": "Chotard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-05-25 12:05", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.07585, "lat": 50.64603, "name": "La Madeleine", "geoid": 3008379}, "notime": null, "date-ut": "1921-05-25 11:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Yvon", "family": "Chotard"}, "birth": {"tzo": "+01:00", "date": "1921-05-25 12:05", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.07585, "lat": 50.64603, "name": "La Madeleine", "geoid": 3008379}, "date-ut": "1921-05-25 11:05"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "417"}}, "raw": {"H": "12:05", "COD": "59", "DAY": "25", "MON": "05", "NUM": "0417", "PRO": "EX", "YEA": "1921", "CITY": "La Madeleine", "NAME": "CHOTARD Yvon", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13975	carcopino-jerome-1881-06-27	{"a6": "170"}	{"lerrcp": "A6-170"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jerome", "family": "Carcopino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:44", "date": "1881-06-27 07:00", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.18333, "lat": 49.01667, "name": "Verneuil/Avre", "geoid": 0}, "notime": null, "date-ut": "1881-06-27 06:55:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jerome", "family": "Carcopino"}, "birth": {"tzo": "+00:04:44", "date": "1881-06-27 07:00", "place": {"c2": "27", "cy": "FR", "lg": 1.18333, "lat": 49.01667, "name": "Verneuil/Avre", "geoid": 0}, "date-ut": "1881-06-27 06:55:16"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-170"}, "ids-in-sources": {"a6": "170"}}, "raw": {"H": "6", "MN": "55", "TZ": "0", "COD": "27", "COU": "F", "DAY": "27", "LAT": "49N 1", "LON": "1E11", "MON": "6", "NUM": "170", "PRO": "W", "SEC": "16", "YEA": "1881", "CITY": "VERNEUIL/AVRE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
13976	caro-elme-1826-03-04	{"a6": "171"}	{"lerrcp": "A6-171"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elme", "family": "Caro", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01:22", "date": "1826-03-04 06:00", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "notime": null, "date-ut": "1826-03-04 05:58:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Elme", "family": "Caro"}, "birth": {"tzo": "+00:01:22", "date": "1826-03-04 06:00", "place": {"c2": "86", "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "date-ut": "1826-03-04 05:58:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-171"}, "ids-in-sources": {"a6": "171"}}, "raw": {"H": "5", "MN": "58", "TZ": "0", "COD": "86", "COU": "F", "DAY": "4", "LAT": "46N35", "LON": "0E20", "MON": "3", "NUM": "171", "PRO": "W", "SEC": "40", "YEA": "1826", "CITY": "POITIERS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18050	chretien-jacquss-1922-01-23	{"e1": "418"}	{"lerrcp": "E1-418"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacquss", "family": "Chretien", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-01-23 03:00", "note": null, "place": {"c1": null, "c2": "17", "c3": "", "cy": "FR", "lg": -0.93092, "lat": 46.05512, "name": "Ciré-d'Aunis", "geoid": 3024911}, "notime": null, "date-ut": "1922-01-23 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacquss", "family": "Chretien"}, "birth": {"tzo": "+00:00", "date": "1922-01-23 03:00", "place": {"c2": "17", "c3": "", "cy": "FR", "lg": -0.93092, "lat": 46.05512, "name": "Ciré-d'Aunis", "geoid": 3024911}, "date-ut": "1922-01-23 03:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "418"}}, "raw": {"H": "03:00", "COD": "17", "DAY": "23", "MON": "01", "NUM": "0418", "PRO": "PH", "YEA": "1922", "CITY": "Ciré d'Aunis", "NAME": "CHRETIEN Jacquss", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13977	carrel-armand-1800-05-10	{"a6": "173"}	{"lerrcp": "A6-173"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Carrel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:24", "date": "1800-05-10 23:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1800-05-10 22:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Carrel"}, "birth": {"tzo": "+00:04:24", "date": "1800-05-10 23:00", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1800-05-10 22:55:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-173"}, "ids-in-sources": {"a6": "173"}}, "raw": {"H": "22", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "10", "LAT": "49N26", "LON": "1E 5", "MON": "5", "NUM": "173", "PRO": "W", "SEC": "40", "YEA": "1800", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
13978	carrouges-michel-1910-02-22	{"a6": "174"}	{"lerrcp": "A6-174"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Carrouges", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1910-02-22 12:00", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "notime": null, "date-ut": "1910-02-22 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Carrouges"}, "birth": {"tzo": "+00:09:21", "date": "1910-02-22 12:00", "place": {"c2": "86", "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "date-ut": "1910-02-22 11:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-174"}, "ids-in-sources": {"a6": "174"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "86", "COU": "F", "DAY": "22", "LAT": "46N35", "LON": "0E20", "MON": "2", "NUM": "174", "PRO": "W", "SEC": "40", "YEA": "1910", "CITY": "POITIERS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18051	chretien-jean-1897-02-13	{"e1": "419"}	{"lerrcp": "E1-419"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Chretien", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1897-02-13 11:15", "note": null, "place": {"c1": null, "c2": "22", "c3": "", "cy": "FR", "lg": -2.76838, "lat": 48.51513, "name": "Saint-Brieuc", "geoid": 2981280}, "notime": null, "date-ut": "1897-02-13 11:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Chretien"}, "birth": {"tzo": "+00:09", "date": "1897-02-13 11:15", "place": {"c2": "22", "c3": "", "cy": "FR", "lg": -2.76838, "lat": 48.51513, "name": "Saint-Brieuc", "geoid": 2981280}, "date-ut": "1897-02-13 11:06"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "419"}}, "raw": {"H": "11:15", "COD": "22", "DAY": "13", "MON": "02", "NUM": "0419", "PRO": "MI", "YEA": "1897", "CITY": "St Brieuc", "NAME": "CHRETIEN Jean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13980	celine-louis-1894-05-27	{"a6": "176"}	{"lerrcp": "A6-176"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Celine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1894-05-27 16:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.25666, "lat": 48.89672, "name": "Courbevoie", "geoid": 3023141}, "notime": null, "date-ut": "1894-05-27 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Celine"}, "birth": {"tzo": "+00:09:21", "date": "1894-05-27 16:00", "place": {"c2": "92", "cy": "FR", "lg": 2.25666, "lat": 48.89672, "name": "Courbevoie", "geoid": 3023141}, "date-ut": "1894-05-27 15:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-176"}, "ids-in-sources": {"a6": "176"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "92", "COU": "F", "DAY": "27", "LAT": "48N50", "LON": "2E11", "MON": "5", "NUM": "176", "PRO": "W", "SEC": "40", "YEA": "1894", "CITY": "COURBEVOIE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13981	chabannes-jacques-1900-10-13	{"a6": "177"}	{"lerrcp": "A6-177"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Chabannes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-10-13 04:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1900-10-13 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Chabannes"}, "birth": {"tzo": "+00:09:21", "date": "1900-10-13 04:00", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1900-10-13 03:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-177"}, "ids-in-sources": {"a6": "177"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "33", "COU": "F", "DAY": "13", "LAT": "44N50", "LON": "0W34", "MON": "10", "NUM": "177", "PRO": "W", "SEC": "40", "YEA": "1900", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18053	claisse-maurice-1905-12-14	{"e1": "421"}	{"lerrcp": "E1-421"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Claisse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-12-14 16:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "07", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1905-12-14 15:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Claisse"}, "birth": {"tzo": "+00:09", "date": "1905-12-14 16:00", "place": {"c2": "75", "c3": "07", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1905-12-14 15:51"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "421"}}, "raw": {"H": "16:00", "COD": "75", "DAY": "14", "MON": "12", "NUM": "0421", "PRO": "MI", "YEA": "1905", "CITY": "Paris 07 ieme", "NAME": "CLAISSE Maurice", "NOTE": "L"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18054	claoue-charles-1897-08-26	{"e1": "422"}	{"lerrcp": "E1-422"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Claoue", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1897-08-26 02:30", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "notime": null, "date-ut": "1897-08-26 02:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Claoue"}, "birth": {"tzo": "+00:09", "date": "1897-08-26 02:30", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "date-ut": "1897-08-26 02:21"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "422"}}, "raw": {"H": "02:30", "COD": "34", "DAY": "26", "MON": "08", "NUM": "0422", "PRO": "PH", "YEA": "1897", "CITY": "Sète", "NAME": "CLAOUE Charles", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13984	chabrol-jean-1925-06-11	{"a6": "180"}	{"lerrcp": "A6-180"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Chabrol", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1925-06-11 15:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 3.97694, "lat": 44.30166, "name": "Chamborigaud", "geoid": 3027361}, "notime": null, "date-ut": "1925-06-11 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Chabrol"}, "birth": {"tzo": "+01:00", "date": "1925-06-11 15:00", "place": {"c2": "30", "cy": "FR", "lg": 3.97694, "lat": 44.30166, "name": "Chamborigaud", "geoid": 3027361}, "date-ut": "1925-06-11 14:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-180"}, "ids-in-sources": {"a6": "180"}}, "raw": {"H": "14", "MN": "0", "TZ": "0", "COD": "30", "COU": "F", "DAY": "11", "LAT": "43N51", "LON": "4E21", "MON": "6", "NUM": "180", "PRO": "W", "SEC": "0", "YEA": "1925", "CITY": "CHAMBORIGAUD"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13985	chabrun-jean-1920-06-22	{"a6": "181"}	{"lerrcp": "A6-181"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Chabrun", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-06-22 02:00", "note": null, "place": {"c1": null, "c2": "53", "c3": null, "cy": "FR", "lg": -0.61383, "lat": 48.30337, "name": "Mayenne", "geoid": 2994935}, "notime": null, "date-ut": "1920-06-22 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Chabrun"}, "birth": {"tzo": "+01:00", "date": "1920-06-22 02:00", "place": {"c2": "53", "cy": "FR", "lg": -0.61383, "lat": 48.30337, "name": "Mayenne", "geoid": 2994935}, "date-ut": "1920-06-22 01:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-181"}, "ids-in-sources": {"a6": "181"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "53", "COU": "F", "DAY": "22", "LAT": "48N 4", "LON": "0W45", "MON": "6", "NUM": "181", "PRO": "W", "SEC": "0", "YEA": "1920", "CITY": "MAYENNE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18055	clarisse-jacques-1917-10-05	{"e1": "423"}	{"lerrcp": "E1-423"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Clarisse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-10-05 02:45", "note": null, "place": {"c1": null, "c2": "14", "c3": "", "cy": "FR", "lg": -0.88929, "lat": 48.83849, "name": "Vire", "geoid": 2967972}, "notime": null, "date-ut": "1917-10-05 01:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Clarisse"}, "birth": {"tzo": "+01:00", "date": "1917-10-05 02:45", "place": {"c2": "14", "c3": "", "cy": "FR", "lg": -0.88929, "lat": 48.83849, "name": "Vire", "geoid": 2967972}, "date-ut": "1917-10-05 01:45"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "423"}}, "raw": {"H": "02:45", "COD": "14", "DAY": "05", "MON": "10", "NUM": "0423", "PRO": "PH", "YEA": "1917", "CITY": "Vire", "NAME": "CLARISSE Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18056	claude-francois-1893-03-26	{"e1": "424"}	{"lerrcp": "E1-424"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Claude", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1893-03-26 05:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "François", "family": "Claude"}, "birth": {"tzo": "", "date": "1893-03-26 05:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": ""}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "424"}}, "raw": {"H": "05:00", "COD": "54", "DAY": "26", "MON": "03", "NUM": "0424", "PRO": "PH", "YEA": "1893", "CITY": "Nancy", "NAME": "CLAUDE François", "NOTE": "-"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
13989	chamfleury-jules-1821-09-17	{"a6": "185"}	{"lerrcp": "A6-185"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Chamfleury", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:31", "date": "1821-09-17 19:30", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.62714, "lat": 49.5631, "name": "Laon", "geoid": 3007477}, "notime": null, "date-ut": "1821-09-17 19:15:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Chamfleury"}, "birth": {"tzo": "+00:14:31", "date": "1821-09-17 19:30", "place": {"c2": "02", "cy": "FR", "lg": 3.62714, "lat": 49.5631, "name": "Laon", "geoid": 3007477}, "date-ut": "1821-09-17 19:15:32"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-185"}, "ids-in-sources": {"a6": "185"}}, "raw": {"H": "19", "MN": "15", "TZ": "0", "COD": "02", "COU": "F", "DAY": "17", "LAT": "49N34", "LON": "3E37", "MON": "9", "NUM": "185", "PRO": "W", "SEC": "32", "YEA": "1821", "CITY": "LAON"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13990	chamson-andre-1900-06-06	{"a6": "186"}	{"lerrcp": "A6-186"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Chamson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-06-06 01:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1900-06-06 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "André", "family": "Chamson"}, "birth": {"tzo": "+00:09:21", "date": "1900-06-06 01:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1900-06-06 00:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-186"}, "ids-in-sources": {"a6": "186"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "30", "COU": "F", "DAY": "6", "LAT": "43N51", "LON": "4E21", "MON": "6", "NUM": "186", "PRO": "W", "SEC": "40", "YEA": "1900", "CITY": "NIMES"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13991	char-rene-1907-06-14	{"a6": "187"}	{"lerrcp": "A6-187"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Char", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1907-06-14 09:30", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 43.95, "name": "L'Isle-sur-Sorgue", "geoid": 0}, "notime": null, "date-ut": "1907-06-14 09:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "René", "family": "Char"}, "birth": {"tzo": "+00:09:21", "date": "1907-06-14 09:30", "place": {"c2": "84", "cy": "FR", "lg": 4.83333, "lat": 43.95, "name": "L'Isle-sur-Sorgue", "geoid": 0}, "date-ut": "1907-06-14 09:20:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-187"}, "ids-in-sources": {"a6": "187"}}, "raw": {"H": "9", "MN": "20", "TZ": "0", "COD": "84", "COU": "F", "DAY": "14", "LAT": "43N57", "LON": "4E50", "MON": "6", "NUM": "187", "PRO": "W", "SEC": "40", "YEA": "1907", "CITY": "L'ISLE-S/SORGUE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18057	claude-salvy-marie-sauvy-1900-12-21	{"e1": "425"}	{"lerrcp": "E1-425"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie (SAUVY)", "family": "Claude-Salvy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1900-12-21 08:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 2.91683, "lat": 42.63696, "name": "Villeneuve-de-la-Raho", "geoid": 2968571}, "notime": null, "date-ut": "1900-12-21 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Marie (SAUVY)", "family": "Claude-Salvy"}, "birth": {"tzo": "+00:09", "date": "1900-12-21 08:00", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": 2.91683, "lat": 42.63696, "name": "Villeneuve-de-la-Raho", "geoid": 2968571}, "date-ut": "1900-12-21 07:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "425"}}, "raw": {"H": "08:00", "COD": "66", "DAY": "21", "MON": "12", "NUM": "0425", "PRO": "EX", "YEA": "1900", "CITY": "Villeneuve de la Raho", "NAME": "CLAUDE-SALVY Marie (SAUVY)", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
24294	andre-morisset-1876-07-03	{"g55": "06-9"}	{"g55": "06-9"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "ANDRE-MORISSET", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1876-07-03 19:45", "note": null, "place": {"c1": "", "c2": "89", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Sauveur", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "ANDRE-MORISSET", "nobility": ""}, "birth": {"date": "1876-07-03 19:45", "place": {"c1": "", "c2": "89", "c3": "", "cy": "FR", "name": "Saint-Sauveur"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-9"}}, "raw": {"DAY": "3-7-1876", "HOUR": "19 h. 45", "NAME": "ANDRE-MORISSET", "PLACE": "Saint-Sauveur (Yonne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
13995	chateaubriant-alphonse-1877-03-25	{"a6": "191"}	{"lerrcp": "A6-191"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Chateaubriant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:42", "date": "1877-03-25 15:30", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1877-03-25 15:36:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Chateaubriant"}, "birth": {"tzo": "-00:06:42", "date": "1877-03-25 15:30", "place": {"c2": "35", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1877-03-25 15:36:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-191"}, "ids-in-sources": {"a6": "191"}}, "raw": {"H": "15", "MN": "36", "TZ": "0", "COD": "35", "COU": "F", "DAY": "25", "LAT": "48N 7", "LON": "1W40", "MON": "3", "NUM": "191", "PRO": "W", "SEC": "40", "YEA": "1877", "CITY": "RENNES"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13993	charles-jacques-1910-02-27	{"a6": "189"}	{"lerrcp": "A6-189"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Charles", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1910-02-27 09:00", "note": null, "place": {"c1": null, "c2": "90", "c3": null, "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "notime": null, "date-ut": "1910-02-27 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Charles"}, "birth": {"tzo": "+00:09:21", "date": "1910-02-27 09:00", "place": {"c2": "90", "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "date-ut": "1910-02-27 08:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-189"}, "ids-in-sources": {"a6": "189"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "90", "COU": "F", "DAY": "27", "LAT": "47N38", "LON": "6E52", "MON": "2", "NUM": "189", "PRO": "W", "SEC": "40", "YEA": "1910", "CITY": "BELFORT"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13996	chaulot-paul-1914-03-24	{"a6": "192"}	{"lerrcp": "A6-192"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Chaulot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-03-24 02:00", "note": null, "place": {"c1": null, "c2": "52", "c3": null, "cy": "FR", "lg": 5.13333, "lat": 48.11667, "name": "Lanty/ Aube", "geoid": 0}, "notime": null, "date-ut": "1914-03-24 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Chaulot"}, "birth": {"tzo": "+00:00", "date": "1914-03-24 02:00", "place": {"c2": "52", "cy": "FR", "lg": 5.13333, "lat": 48.11667, "name": "Lanty/ Aube", "geoid": 0}, "date-ut": "1914-03-24 02:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-192"}, "ids-in-sources": {"a6": "192"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "52", "COU": "F", "DAY": "24", "LAT": "48N 7", "LON": "5E 8", "MON": "3", "NUM": "192", "PRO": "W", "SEC": "0", "YEA": "1914", "CITY": "LANTY/ AUBE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18058	claudius-petit-eugene-1907-06-22	{"e1": "426"}	{"lerrcp": "E1-426"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Claudius-Petit", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-06-22 15:00", "note": null, "place": {"c1": null, "c2": "49", "c3": "", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "notime": null, "date-ut": "1907-06-22 14:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Claudius-Petit"}, "birth": {"tzo": "+00:09", "date": "1907-06-22 15:00", "place": {"c2": "49", "c3": "", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "date-ut": "1907-06-22 14:51"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "426"}}, "raw": {"H": "15:00", "COD": "49", "DAY": "22", "MON": "06", "NUM": "0426", "PRO": "MI", "YEA": "1907", "CITY": "Angers", "NAME": "CLAUDIUS-PETIT Eugène", "NOTE": "L"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
13999	cheruel-pierre-1809-01-17	{"a6": "195"}	{"lerrcp": "A6-195"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Cheruel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:24", "date": "1809-01-17 02:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1809-01-17 01:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Cheruel"}, "birth": {"tzo": "+00:04:24", "date": "1809-01-17 02:00", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1809-01-17 01:55:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-195"}, "ids-in-sources": {"a6": "195"}}, "raw": {"H": "1", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "17", "LAT": "49N26", "LON": "1E 5", "MON": "1", "NUM": "195", "PRO": "W", "SEC": "40", "YEA": "1809", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14000	chevrillon-andre-1864-05-03	{"a6": "196"}	{"lerrcp": "A6-196"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Chevrillon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:40", "date": "1864-05-03 04:00", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": 0.16667, "lat": 45.65, "name": "Ruelle", "geoid": 0}, "notime": null, "date-ut": "1864-05-03 03:59:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "André", "family": "Chevrillon"}, "birth": {"tzo": "+00:00:40", "date": "1864-05-03 04:00", "place": {"c2": "16", "cy": "FR", "lg": 0.16667, "lat": 45.65, "name": "Ruelle", "geoid": 0}, "date-ut": "1864-05-03 03:59:20"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-196"}, "ids-in-sources": {"a6": "196"}}, "raw": {"H": "3", "MN": "59", "TZ": "0", "COD": "16", "COU": "F", "DAY": "3", "LAT": "45N39", "LON": "0E10", "MON": "5", "NUM": "196", "PRO": "W", "SEC": "20", "YEA": "1864", "CITY": "RUELLE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14001	christophe-colomb-1856-05-25	{"a6": "197"}	{"lerrcp": "A6-197"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Colomb)", "family": "Christophe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:59", "date": "1856-05-25 14:00", "note": null, "place": {"c1": null, "c2": "70", "c3": null, "cy": "FR", "lg": 6.49658, "lat": 47.68294, "name": "Lure", "geoid": 2997076}, "notime": null, "date-ut": "1856-05-25 13:35:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "(Colomb)", "family": "Christophe"}, "birth": {"tzo": "+00:25:59", "date": "1856-05-25 14:00", "place": {"c2": "70", "cy": "FR", "lg": 6.49658, "lat": 47.68294, "name": "Lure", "geoid": 2997076}, "date-ut": "1856-05-25 13:35:24"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-197"}, "ids-in-sources": {"a6": "197"}}, "raw": {"H": "13", "MN": "35", "TZ": "0", "COD": "70", "COU": "F", "DAY": "25", "LAT": "47N37", "LON": "6E 9", "MON": "5", "NUM": "197", "PRO": "W", "SEC": "24", "YEA": "1856", "CITY": "LURE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
13998	cherbuliez-victor-1829-07-19	{"a6": "194"}	{"lerrcp": "A6-194"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Cherbuliez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "CH", "lg": 6.14569, "lat": 46.20222, "name": "Genève", "geoid": 2660646}, "notime": null, "date-ut": "1829-07-19 02:00:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Cherbuliez"}, "birth": {"place": {"c2": "", "cy": "CH", "lg": 6.14569, "lat": 46.20222, "name": "Genève", "geoid": 2660646}, "date-ut": "1829-07-19 02:00:08"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-194"}, "ids-in-sources": {"a6": "194"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "SCHW", "COU": "F", "DAY": "19", "LAT": "46N12", "LON": "6E 9", "MON": "7", "NUM": "194", "PRO": "W", "SEC": "8", "YEA": "1829", "CITY": "GENEVE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18059	clave-philippe-1916-01-28	{"e1": "427"}	{"lerrcp": "E1-427"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Clave", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-01-28 10:00", "note": null, "place": {"c1": null, "c2": "26", "c3": "", "cy": "FR", "lg": 5.2, "lat": 45.03333, "name": "Hostun", "geoid": 3013132}, "notime": null, "date-ut": "1916-01-28 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Clave"}, "birth": {"tzo": "+00:00", "date": "1916-01-28 10:00", "place": {"c2": "26", "c3": "", "cy": "FR", "lg": 5.2, "lat": 45.03333, "name": "Hostun", "geoid": 3013132}, "date-ut": "1916-01-28 10:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "427"}}, "raw": {"H": "10:00", "COD": "26", "DAY": "28", "MON": "01", "NUM": "0427", "PRO": "MI", "YEA": "1916", "CITY": "Hostun", "NAME": "CLAVE Philippe", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14003	clairville-louis-1811-11-28	{"a6": "199"}	{"lerrcp": "A6-199"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Clairville", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1811-11-28 07:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1811-11-28 06:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Clairville"}, "birth": {"tzo": "+00:19:23", "date": "1811-11-28 07:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1811-11-28 06:40:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-199"}, "ids-in-sources": {"a6": "199"}}, "raw": {"H": "6", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "28", "LAT": "45N46", "LON": "4E50", "MON": "11", "NUM": "199", "PRO": "W", "SEC": "40", "YEA": "1811", "CITY": "LYON"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18060	cleach-jean-jacques-1933-09-16	{"e1": "428"}	{"lerrcp": "E1-428"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Jacques", "family": "Cleach", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1933-09-16 10:30", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -3.91416, "lat": 48.6677, "name": "Carantec", "geoid": 3028667}, "notime": null, "date-ut": "1933-09-16 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean Jacques", "family": "Cleach"}, "birth": {"tzo": "+01:00", "date": "1933-09-16 10:30", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -3.91416, "lat": 48.6677, "name": "Carantec", "geoid": 3028667}, "date-ut": "1933-09-16 09:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "428"}}, "raw": {"H": "10:30", "COD": "29", "DAY": "16", "MON": "09", "NUM": "0428", "PRO": "PH", "YEA": "1933", "CITY": "Carantec", "NAME": "CLEACH Jean Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14005	claretie-jules-1840-12-03	{"a6": "201"}	{"lerrcp": "A6-201"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Claretie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:59", "date": "1840-12-03 18:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1840-12-03 17:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Claretie"}, "birth": {"tzo": "+00:04:59", "date": "1840-12-03 18:00", "place": {"c2": "87", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1840-12-03 17:55"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-201"}, "ids-in-sources": {"a6": "201"}}, "raw": {"H": "17", "MN": "55", "TZ": "0", "COD": "87", "COU": "F", "DAY": "3", "LAT": "45N50", "LON": "1E15", "MON": "12", "NUM": "201", "PRO": "W", "SEC": "0", "YEA": "1840", "CITY": "LIMOGES"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14008	clavel-maurice-1920-11-10	{"a6": "204"}	{"lerrcp": "A6-204"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Clavel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1920-11-10 17:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.75524, "lat": 43.44775, "name": "Frontignan", "geoid": 3016956}, "notime": null, "date-ut": "1920-11-10 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Clavel"}, "birth": {"tzo": "+00:00", "date": "1920-11-10 17:00", "place": {"c2": "34", "cy": "FR", "lg": 3.75524, "lat": 43.44775, "name": "Frontignan", "geoid": 3016956}, "date-ut": "1920-11-10 17:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-204"}, "ids-in-sources": {"a6": "204"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "34", "COU": "F", "DAY": "10", "LAT": "43N37", "LON": "3E53", "MON": "11", "NUM": "204", "PRO": "W", "SEC": "0", "YEA": "1920", "CITY": "FRONTIGNAN"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14011	gauquelin-a6-207-1885-10-07	{"a6": "207"}	{"lerrcp": "A6-207"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-207", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 6.61472, "lat": 36.365, "name": "Constantine", "geoid": 2501152}, "notime": null, "date-ut": "1885-10-07 11:35:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-207"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 6.61472, "lat": 36.365, "name": "Constantine", "geoid": 2501152}, "date-ut": "1885-10-07 11:35:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-207"}, "ids-in-sources": {"a6": "207"}}, "raw": {"H": "11", "MN": "35", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "7", "LAT": "36N30", "LON": "6E15", "MON": "10", "NUM": "207", "PRO": "W", "SEC": "0", "YEA": "1885", "CITY": "CONSTANTINE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14010	clermont-emile-1880-08-15	{"a6": "206"}	{"lerrcp": "A6-206"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Clermont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1880-08-15 01:00", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 45.78333, "name": "Auzat/Allier", "geoid": 0}, "notime": null, "date-ut": "1880-08-15 00:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Clermont"}, "birth": {"tzo": "+00:12:20", "date": "1880-08-15 01:00", "place": {"c2": "63", "cy": "FR", "lg": 3.08333, "lat": 45.78333, "name": "Auzat/Allier", "geoid": 0}, "date-ut": "1880-08-15 00:47:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-206"}, "ids-in-sources": {"a6": "206"}}, "raw": {"H": "0", "MN": "47", "TZ": "0", "COD": "63", "COU": "F", "DAY": "15", "LAT": "45N47", "LON": "3E 5", "MON": "8", "NUM": "206", "PRO": "W", "SEC": "40", "YEA": "1880", "CITY": "AUZAT/ALLIER"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14009	clerici-roger-1912-05-19	{"a6": "205"}	{"lerrcp": "A6-205"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Clerici", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-05-19 15:00", "note": null, "place": {"c1": null, "c2": "52", "c3": null, "cy": "FR", "lg": 5.13333, "lat": 48.11667, "name": "Bourbonne-les-B", "geoid": 0}, "notime": null, "date-ut": "1912-05-19 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Clerici"}, "birth": {"tzo": "+00:00", "date": "1912-05-19 15:00", "place": {"c2": "52", "cy": "FR", "lg": 5.13333, "lat": 48.11667, "name": "Bourbonne-les-B", "geoid": 0}, "date-ut": "1912-05-19 15:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-205"}, "ids-in-sources": {"a6": "205"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "52", "COU": "F", "DAY": "19", "LAT": "48N 7", "LON": "5E 8", "MON": "5", "NUM": "205", "PRO": "W", "SEC": "0", "YEA": "1912", "CITY": "BOURBONNE-LES-B"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18062	closon-louis-1910-06-18	{"e1": "430"}	{"lerrcp": "E1-430"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Closon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-06-18 20:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1910-06-18 19:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Closon"}, "birth": {"tzo": "+00:09", "date": "1910-06-18 20:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1910-06-18 19:51"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "430"}}, "raw": {"H": "20:00", "COD": "13", "DAY": "18", "MON": "06", "NUM": "0430", "PRO": "MI", "YEA": "1910", "CITY": "Marseille", "NAME": "CLOSON Louis", "NOTE": "L"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
14012	cohen-gustave-1879-12-24	{"a6": "209"}	{"lerrcp": "A6-209"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Cohen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "BE", "lg": 4.33333, "lat": 50.83333, "name": "ST JOSSE TEN NO", "geoid": 0}, "notime": null, "date-ut": "1879-12-24 14:42:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Cohen"}, "birth": {"place": {"c2": "", "cy": "BE", "lg": 4.33333, "lat": 50.83333, "name": "ST JOSSE TEN NO", "geoid": 0}, "date-ut": "1879-12-24 14:42:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-209"}, "ids-in-sources": {"a6": "209"}}, "raw": {"H": "14", "MN": "42", "TZ": "0", "COD": "B", "COU": "F", "DAY": "24", "LAT": "50N50", "LON": "4E20", "MON": "12", "NUM": "209", "PRO": "W", "SEC": "40", "YEA": "1879", "CITY": "ST JOSSE TEN NO"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18063	cluzel-jean-1923-11-18	{"e1": "431"}	{"lerrcp": "E1-431"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Cluzel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-11-18 17:00", "note": null, "place": {"c1": null, "c2": "03", "c3": "", "cy": "FR", "lg": 3.33243, "lat": 46.56459, "name": "Moulins", "geoid": 2991481}, "notime": null, "date-ut": "1923-11-18 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Cluzel"}, "birth": {"tzo": "+00:00", "date": "1923-11-18 17:00", "place": {"c2": "03", "c3": "", "cy": "FR", "lg": 3.33243, "lat": 46.56459, "name": "Moulins", "geoid": 2991481}, "date-ut": "1923-11-18 17:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "431"}}, "raw": {"H": "17:00", "COD": "03", "DAY": "18", "MON": "11", "NUM": "0431", "PRO": "EX", "YEA": "1923", "CITY": "Moulins", "NAME": "CLUZEL Jean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14014	comte-auguste-1798-01-19	{"a6": "211"}	{"lerrcp": "A6-211"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Comte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1798-01-19 12:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1798-01-19 11:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Comte"}, "birth": {"tzo": "+00:15:30", "date": "1798-01-19 12:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1798-01-19 11:44:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-211"}, "ids-in-sources": {"a6": "211"}}, "raw": {"H": "11", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "19", "LAT": "43N37", "LON": "3E53", "MON": "1", "NUM": "211", "PRO": "W", "SEC": "28", "YEA": "1798", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14015	considerant-victor-1808-10-12	{"a6": "212"}	{"lerrcp": "A6-212"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Considerant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:12", "date": "1808-10-12 03:00", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.55, "lat": 46.66667, "name": "Salins", "geoid": 0}, "notime": null, "date-ut": "1808-10-12 02:37:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Considerant"}, "birth": {"tzo": "+00:22:12", "date": "1808-10-12 03:00", "place": {"c2": "39", "cy": "FR", "lg": 5.55, "lat": 46.66667, "name": "Salins", "geoid": 0}, "date-ut": "1808-10-12 02:37:48"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-212"}, "ids-in-sources": {"a6": "212"}}, "raw": {"H": "2", "MN": "37", "TZ": "0", "COD": "39", "COU": "F", "DAY": "12", "LAT": "46N40", "LON": "5E33", "MON": "10", "NUM": "212", "PRO": "W", "SEC": "48", "YEA": "1808", "CITY": "SALINS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18064	cochet-gabriel-1888-10-22	{"e1": "432"}	{"lerrcp": "E1-432"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Cochet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1888-10-22 04:00", "note": null, "place": {"c1": null, "c2": "49", "c3": "", "cy": "FR", "lg": -0.07808, "lat": 47.25931, "name": "Saumur", "geoid": 2975758}, "notime": null, "date-ut": "1888-10-22 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Cochet"}, "birth": {"tzo": "+00:00", "date": "1888-10-22 04:00", "place": {"c2": "49", "c3": "", "cy": "FR", "lg": -0.07808, "lat": 47.25931, "name": "Saumur", "geoid": 2975758}, "date-ut": "1888-10-22 04:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "432"}}, "raw": {"H": "04:00", "COD": "49", "DAY": "22", "MON": "10", "NUM": "0432", "PRO": "MI", "YEA": "1888", "CITY": "Saumur", "NAME": "COCHET Gabriel", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18065	cochez-paul-1891-07-10	{"e1": "433"}	{"lerrcp": "E1-433"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Cochez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1891-07-10 05:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1891-07-10 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Cochez"}, "birth": {"tzo": "+00:09", "date": "1891-07-10 05:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1891-07-10 04:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "433"}}, "raw": {"H": "05:00", "COD": "92", "DAY": "10", "MON": "07", "NUM": "0433", "PRO": "PH", "YEA": "1891", "CITY": "Neuilly sur Seine", "NAME": "COCHEZ Paul", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14020	cournot-antoine-1801-08-28	{"a6": "217"}	{"lerrcp": "A6-217"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Cournot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:22", "date": "1801-08-28 13:00", "note": null, "place": {"c1": null, "c2": "70", "c3": null, "cy": "FR", "lg": 5.59215, "lat": 47.44575, "name": "Gray", "geoid": 3014784}, "notime": null, "date-ut": "1801-08-28 12:35:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Cournot"}, "birth": {"tzo": "+00:22:22", "date": "1801-08-28 13:00", "place": {"c2": "70", "cy": "FR", "lg": 5.59215, "lat": 47.44575, "name": "Gray", "geoid": 3014784}, "date-ut": "1801-08-28 12:35:24"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-217"}, "ids-in-sources": {"a6": "217"}}, "raw": {"H": "12", "MN": "35", "TZ": "0", "COD": "70", "COU": "F", "DAY": "28", "LAT": "47N37", "LON": "6E 9", "MON": "8", "NUM": "217", "PRO": "W", "SEC": "24", "YEA": "1801", "CITY": "GRAY"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14017	coppee-francois-1842-01-26	{"a6": "214"}	{"lerrcp": "A6-214"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Coppee", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1842-01-26 13:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1842-01-26 12:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "François", "family": "Coppee"}, "birth": {"tzo": "+00:09:24", "date": "1842-01-26 13:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1842-01-26 12:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-214"}, "ids-in-sources": {"a6": "214"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "26", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "214", "PRO": "W", "SEC": "40", "YEA": "1842", "CITY": "PARIS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14018	corbiere-tristan-1845-07-18	{"a6": "215"}	{"lerrcp": "A6-215"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tristan", "family": "Corbiere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:16:24", "date": "1845-07-18 18:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.1, "lat": 48, "name": "Morlaix-Ploujea", "geoid": 0}, "notime": null, "date-ut": "1845-07-18 18:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Tristan", "family": "Corbiere"}, "birth": {"tzo": "-00:16:24", "date": "1845-07-18 18:00", "place": {"c2": "29", "cy": "FR", "lg": -4.1, "lat": 48, "name": "Morlaix-Ploujea", "geoid": 0}, "date-ut": "1845-07-18 18:16:24"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-215"}, "ids-in-sources": {"a6": "215"}}, "raw": {"H": "18", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "18", "LAT": "48N 0", "LON": "4W 6", "MON": "7", "NUM": "215", "PRO": "W", "SEC": "24", "YEA": "1845", "CITY": "MORLAIX-PLOUJEA"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18066	codet-p-henri-1900-06-05	{"e1": "434"}	{"lerrcp": "E1-434"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "P. Henri", "family": "Codet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1900-06-05 15:00", "note": null, "place": {"c1": null, "c2": "87", "c3": "", "cy": "FR", "lg": 0.90158, "lat": 45.88746, "name": "Saint-Junien", "geoid": 2979036}, "notime": null, "date-ut": "1900-06-05 14:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "P. Henri", "family": "Codet"}, "birth": {"tzo": "+00:09", "date": "1900-06-05 15:00", "place": {"c2": "87", "c3": "", "cy": "FR", "lg": 0.90158, "lat": 45.88746, "name": "Saint-Junien", "geoid": 2979036}, "date-ut": "1900-06-05 14:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "434"}}, "raw": {"H": "15:00", "COD": "87", "DAY": "05", "MON": "06", "NUM": "0434", "PRO": "PH", "YEA": "1900", "CITY": "St Junien", "NAME": "CODET P. Henri", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14025	curel-francois-1854-06-10	{"a6": "222"}	{"lerrcp": "A6-222"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Curel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:41", "date": "1854-06-10 18:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1854-06-10 17:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "François", "family": "Curel"}, "birth": {"tzo": "+00:24:41", "date": "1854-06-10 18:00", "place": {"c2": "57", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1854-06-10 17:35:16"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-222"}, "ids-in-sources": {"a6": "222"}}, "raw": {"H": "17", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "10", "LAT": "49N 7", "LON": "6E11", "MON": "6", "NUM": "222", "PRO": "W", "SEC": "16", "YEA": "1854", "CITY": "METZ"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14023	croisset-francois-1876-01-22	{"a6": "220"}	{"lerrcp": "A6-220"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Croisset", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "BE", "lg": 4.33333, "lat": 50.83333, "name": "STJOSSE TEN NOO", "geoid": 0}, "notime": null, "date-ut": "1876-01-22 15:42:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "François", "family": "Croisset"}, "birth": {"place": {"c2": "", "cy": "BE", "lg": 4.33333, "lat": 50.83333, "name": "STJOSSE TEN NOO", "geoid": 0}, "date-ut": "1876-01-22 15:42:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-220"}, "ids-in-sources": {"a6": "220"}}, "raw": {"H": "15", "MN": "42", "TZ": "0", "COD": "B", "COU": "F", "DAY": "22", "LAT": "50N50", "LON": "4E20", "MON": "1", "NUM": "220", "PRO": "W", "SEC": "40", "YEA": "1876", "CITY": "STJOSSE TEN NOO"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14022	crevel-rene-1900-08-10	{"a6": "219"}	{"lerrcp": "A6-219"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Crevel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-08-10 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1900-08-10 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "René", "family": "Crevel"}, "birth": {"tzo": "+00:09:21", "date": "1900-08-10 05:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1900-08-10 04:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-219"}, "ids-in-sources": {"a6": "219"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "10", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "219", "PRO": "W", "SEC": "40", "YEA": "1900", "CITY": "PARIS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14024	cros-charles-1842-10-01	{"a6": "221"}	{"lerrcp": "A6-221"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Cros", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:47", "date": "1842-10-01 08:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 2.69724, "lat": 43.13618, "name": "Fabrezan", "geoid": 3019157}, "notime": null, "date-ut": "1842-10-01 07:50:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Cros"}, "birth": {"tzo": "+00:10:47", "date": "1842-10-01 08:00", "place": {"c2": "11", "cy": "FR", "lg": 2.69724, "lat": 43.13618, "name": "Fabrezan", "geoid": 3019157}, "date-ut": "1842-10-01 07:50:36"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-221"}, "ids-in-sources": {"a6": "221"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "1", "LAT": "43N12", "LON": "2E21", "MON": "10", "NUM": "221", "PRO": "W", "SEC": "36", "YEA": "1842", "CITY": "FABREZAN"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18067	coiffe-alphonse-1833-07-23	{"e1": "435"}	{"lerrcp": "E1-435"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Coiffe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01", "date": "1833-07-23 10:00", "note": null, "place": {"c1": null, "c2": "79", "c3": "", "cy": "FR", "lg": -0.25122, "lat": 46.29149, "name": "Thorigné", "geoid": 2972719}, "notime": null, "date-ut": "1833-07-23 10:01"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Coiffe"}, "birth": {"tzo": "-00:01", "date": "1833-07-23 10:00", "place": {"c2": "79", "c3": "", "cy": "FR", "lg": -0.25122, "lat": 46.29149, "name": "Thorigné", "geoid": 2972719}, "date-ut": "1833-07-23 10:01"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "435"}}, "raw": {"H": "10:00", "COD": "79", "DAY": "23", "MON": "07", "NUM": "0435", "PRO": "MI", "YEA": "1833", "CITY": "Thorigné", "NAME": "COIFFE Alphonse", "NOTE": "*"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18407	fournier-robert-1902-02-05	{"e1": "777"}	{"lerrcp": "E1-777"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Fournier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1902-02-05 18:00", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Fournier"}, "birth": {"tzo": "", "date": "1902-02-05 18:00", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "777"}}, "raw": {"H": "18:00", "COD": "67", "DAY": "05", "MON": "02", "NUM": "0777", "PRO": "PH", "YEA": "1902", "CITY": "Strasbourg", "NAME": "FOURNIER Robert", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14027	dabit-eugene-1898-09-21	{"a6": "224"}	{"lerrcp": "A6-224"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Dabit", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1898-09-21 21:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 1.3881, "lat": 50.06538, "name": "Mers-les-Bains", "geoid": 2994313}, "notime": null, "date-ut": "1898-09-21 20:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Dabit"}, "birth": {"tzo": "+00:09:21", "date": "1898-09-21 21:00", "place": {"c2": "80", "cy": "FR", "lg": 1.3881, "lat": 50.06538, "name": "Mers-les-Bains", "geoid": 2994313}, "date-ut": "1898-09-21 20:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-224"}, "ids-in-sources": {"a6": "224"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "21", "LAT": "49N54", "LON": "2E18", "MON": "9", "NUM": "224", "PRO": "W", "SEC": "40", "YEA": "1898", "CITY": "MERS LES BAINS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14029	daix-pierre-1922-05-24	{"a6": "226"}	{"lerrcp": "A6-226"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Daix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-05-24 16:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Ivry/Seine", "geoid": 0}, "notime": null, "date-ut": "1922-05-24 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Daix"}, "birth": {"tzo": "+01:00", "date": "1922-05-24 16:00", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Ivry/Seine", "geoid": 0}, "date-ut": "1922-05-24 15:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-226"}, "ids-in-sources": {"a6": "226"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "94", "COU": "F", "DAY": "24", "LAT": "48N47", "LON": "2E29", "MON": "5", "NUM": "226", "PRO": "W", "SEC": "0", "YEA": "1922", "CITY": "IVRY/SEINE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14030	daniel-rops-petiot-1901-01-19	{"a6": "227"}	{"lerrcp": "A6-227"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Petiot)", "family": "Daniel-Rops", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.45304, "lat": 48.18324, "name": "Épinal", "geoid": 3020035}, "notime": null, "date-ut": "1901-01-19 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "(Petiot)", "family": "Daniel-Rops"}, "birth": {"place": {"c2": "88", "cy": "FR", "lg": 6.45304, "lat": 48.18324, "name": "Épinal", "geoid": 3020035}, "date-ut": "1901-01-19 17:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-227"}, "ids-in-sources": {"a6": "227"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "88", "COU": "F", "DAY": "19", "LAT": "48N10", "LON": "6E28", "MON": "1", "NUM": "227", "PRO": "W", "SEC": "40", "YEA": "1901", "CITY": "EPINAL"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18068	colas-rene-1899-03-06	{"e1": "436"}	{"lerrcp": "E1-436"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Colas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-03-06 07:00", "note": null, "place": {"c1": null, "c2": "08", "c3": "", "cy": "FR", "lg": 4.74736, "lat": 49.81369, "name": "Nouzonville", "geoid": 2989943}, "notime": null, "date-ut": "1899-03-06 06:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "René", "family": "Colas"}, "birth": {"tzo": "+00:09", "date": "1899-03-06 07:00", "place": {"c2": "08", "c3": "", "cy": "FR", "lg": 4.74736, "lat": 49.81369, "name": "Nouzonville", "geoid": 2989943}, "date-ut": "1899-03-06 06:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "436"}}, "raw": {"H": "07:00", "COD": "08", "DAY": "06", "MON": "03", "NUM": "0436", "PRO": "EX", "YEA": "1899", "CITY": "Nouzonville", "NAME": "COLAS René", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14034	daudet-ernest-1837-05-31	{"a6": "231"}	{"lerrcp": "A6-231"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Daudet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:26", "date": "1837-05-31 17:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1837-05-31 16:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Daudet"}, "birth": {"tzo": "+00:17:26", "date": "1837-05-31 17:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1837-05-31 16:42:36"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-231"}, "ids-in-sources": {"a6": "231"}}, "raw": {"H": "16", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "31", "LAT": "43N51", "LON": "4E21", "MON": "5", "NUM": "231", "PRO": "W", "SEC": "36", "YEA": "1837", "CITY": "NIMES"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18069	coliez-jean-1905-11-03	{"e1": "437"}	{"lerrcp": "E1-437"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Coliez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1905-11-03 01:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 5.76192, "lat": 49.5217, "name": "Longwy", "geoid": 2997638}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Coliez"}, "birth": {"tzo": "", "date": "1905-11-03 01:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 5.76192, "lat": 49.5217, "name": "Longwy", "geoid": 2997638}, "date-ut": ""}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "437"}}, "raw": {"H": "01:00", "COD": "54", "DAY": "03", "MON": "11", "NUM": "0437", "PRO": "PH", "YEA": "1905", "CITY": "Longwy", "NAME": "COLIEZ Jean", "NOTE": "-"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
14032	dassart-andre-1913-01-13	{"a6": "229"}	{"lerrcp": "A6-229"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Dassart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-01-13 17:00", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.31014, "lat": 44.39476, "name": "Tonneins", "geoid": 2972468}, "notime": null, "date-ut": "1913-01-13 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "André", "family": "Dassart"}, "birth": {"tzo": "+00:00", "date": "1913-01-13 17:00", "place": {"c2": "47", "cy": "FR", "lg": 0.31014, "lat": 44.39476, "name": "Tonneins", "geoid": 2972468}, "date-ut": "1913-01-13 17:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-229"}, "ids-in-sources": {"a6": "229"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "47", "COU": "F", "DAY": "13", "LAT": "44N12", "LON": "0E38", "MON": "1", "NUM": "229", "PRO": "W", "SEC": "0", "YEA": "1913", "CITY": "TONNEINS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14036	daumal-rene-1908-03-16	{"a6": "233"}	{"lerrcp": "A6-233"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Daumal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1908-03-16 18:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.69623, "lat": 49.69562, "name": "Boulzicourt", "geoid": 3031113}, "notime": null, "date-ut": "1908-03-16 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "René", "family": "Daumal"}, "birth": {"tzo": "+00:09:21", "date": "1908-03-16 18:00", "place": {"c2": "08", "cy": "FR", "lg": 4.69623, "lat": 49.69562, "name": "Boulzicourt", "geoid": 3031113}, "date-ut": "1908-03-16 17:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-233"}, "ids-in-sources": {"a6": "233"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "08", "COU": "F", "DAY": "16", "LAT": "49N46", "LON": "4E44", "MON": "3", "NUM": "233", "PRO": "W", "SEC": "40", "YEA": "1908", "CITY": "BOULZICOURT"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18070	colin-daniel-1920-09-28	{"e1": "438"}	{"lerrcp": "E1-438"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "Colin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1920-09-28 05:45", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Lambezellec-Brest", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Daniel", "family": "Colin"}, "birth": {"tzo": "", "date": "1920-09-28 05:45", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Lambezellec-Brest", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "438"}}, "raw": {"H": "05:45", "COD": "29", "DAY": "28", "MON": "09", "NUM": "0438", "PRO": "MI", "YEA": "1920", "CITY": "Lambezellec-Brest", "NAME": "COLIN Daniel", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14039	davy-georges-1883-12-31	{"a6": "236"}	{"lerrcp": "A6-236"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Davy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:24", "date": "1883-12-31 08:30", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 0.59858, "lat": 49.08888, "name": "Bernay", "geoid": 3033308}, "notime": null, "date-ut": "1883-12-31 08:30:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Davy"}, "birth": {"tzo": "+00:02:24", "date": "1883-12-31 08:30", "place": {"c2": "27", "cy": "FR", "lg": 0.59858, "lat": 49.08888, "name": "Bernay", "geoid": 3033308}, "date-ut": "1883-12-31 08:30:16"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-236"}, "ids-in-sources": {"a6": "236"}}, "raw": {"H": "8", "MN": "30", "TZ": "0", "COD": "27", "COU": "F", "DAY": "31", "LAT": "49N 1", "LON": "1E11", "MON": "12", "NUM": "236", "PRO": "W", "SEC": "16", "YEA": "1883", "CITY": "BERNAY"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14040	debu-bridel-jacques-1902-08-22	{"a6": "237"}	{"lerrcp": "A6-237"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Debu-Bridel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1902-08-22 21:30", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 1.44072, "lat": 48.7253, "name": "Marsauceux", "geoid": 2995478}, "notime": null, "date-ut": "1902-08-22 21:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Debu-Bridel"}, "birth": {"tzo": "+00:09:21", "date": "1902-08-22 21:30", "place": {"c2": "28", "cy": "FR", "lg": 1.44072, "lat": 48.7253, "name": "Marsauceux", "geoid": 2995478}, "date-ut": "1902-08-22 21:20:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-237"}, "ids-in-sources": {"a6": "237"}}, "raw": {"H": "21", "MN": "20", "TZ": "0", "COD": "28", "COU": "F", "DAY": "22", "LAT": "48N27", "LON": "1E30", "MON": "8", "NUM": "237", "PRO": "W", "SEC": "40", "YEA": "1902", "CITY": "MARSAUCEUX"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14037	dauphin-fernand-1876-09-30	{"a6": "234"}	{"lerrcp": "A6-234"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Dauphin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1876-09-30 12:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Dauphin"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1876-09-30 12:35:12"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-234"}, "ids-in-sources": {"a6": "234"}}, "raw": {"H": "12", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "30", "LAT": "48N42", "LON": "6E12", "MON": "9", "NUM": "234", "PRO": "W", "SEC": "12", "YEA": "1876", "CITY": "NANCY"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18071	colinet-pierre-1921-07-31	{"e1": "439"}	{"lerrcp": "E1-439"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Colinet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-07-31 17:30", "note": null, "place": {"c1": null, "c2": "41", "c3": "", "cy": "FR", "lg": 0.86525, "lat": 47.75316, "name": "Montoire-sur-le-Loir", "geoid": 2992204}, "notime": null, "date-ut": "1921-07-31 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Colinet"}, "birth": {"tzo": "+01:00", "date": "1921-07-31 17:30", "place": {"c2": "41", "c3": "", "cy": "FR", "lg": 0.86525, "lat": 47.75316, "name": "Montoire-sur-le-Loir", "geoid": 2992204}, "date-ut": "1921-07-31 16:30"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "439"}}, "raw": {"H": "17:30", "COD": "41", "DAY": "31", "MON": "07", "NUM": "0439", "PRO": "PH", "YEA": "1921", "CITY": "Montoire sur le Loir", "NAME": "COLINET Pierre", "NOTE": "-"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18072	colin-jeannel-pierre-colin-1903-05-03	{"e1": "440"}	{"lerrcp": "E1-440"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre (COLIN)", "family": "Colin-Jeannel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-05-03 18:30", "note": null, "place": {"c1": null, "c2": "21", "c3": "", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1903-05-03 18:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pierre (COLIN)", "family": "Colin-Jeannel"}, "birth": {"tzo": "+00:09", "date": "1903-05-03 18:30", "place": {"c2": "21", "c3": "", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1903-05-03 18:21"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "440"}}, "raw": {"H": "18:30", "COD": "21", "DAY": "03", "MON": "05", "NUM": "0440", "PRO": "EX", "YEA": "1903", "CITY": "Dijon", "NAME": "COLIN-JEANNEL Pierre (COLIN)", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14043	delbos-victor-1862-09-26	{"a6": "241"}	{"lerrcp": "A6-241"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Delbos", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:08", "date": "1862-09-26 13:00", "note": null, "place": {"c1": null, "c2": "46", "c3": null, "cy": "FR", "lg": 2.03155, "lat": 44.60894, "name": "Figeac", "geoid": 3018506}, "notime": null, "date-ut": "1862-09-26 12:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Delbos"}, "birth": {"tzo": "+00:08:08", "date": "1862-09-26 13:00", "place": {"c2": "46", "cy": "FR", "lg": 2.03155, "lat": 44.60894, "name": "Figeac", "geoid": 3018506}, "date-ut": "1862-09-26 12:54:16"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-241"}, "ids-in-sources": {"a6": "241"}}, "raw": {"H": "12", "MN": "54", "TZ": "0", "COD": "46", "COU": "F", "DAY": "26", "LAT": "44N27", "LON": "1E26", "MON": "9", "NUM": "241", "PRO": "W", "SEC": "16", "YEA": "1862", "CITY": "FIGEAC"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14054	destot-marcel-1919-11-22	{"a6": "252"}	{"lerrcp": "A6-252"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Destot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1919-11-22 09:30", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1919-11-22 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Destot"}, "birth": {"tzo": "+00:00", "date": "1919-11-22 09:30", "place": {"c2": "76", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1919-11-22 09:30"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-252"}, "ids-in-sources": {"a6": "252"}}, "raw": {"H": "9", "MN": "30", "TZ": "0", "COD": "76", "COU": "F", "DAY": "22", "LAT": "49N26", "LON": "1E 5", "MON": "11", "NUM": "252", "PRO": "W", "SEC": "0", "YEA": "1919", "CITY": "LE HAVRE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18073	coll-de-carrera-jean-1894-03-22	{"e1": "441"}	{"lerrcp": "E1-441"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Coll De Carrera", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1894-03-22 10:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 2.89348, "lat": 42.60603, "name": "Bages", "geoid": 3035432}, "notime": null, "date-ut": "1894-03-22 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Coll De Carrera"}, "birth": {"tzo": "+00:09", "date": "1894-03-22 10:00", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": 2.89348, "lat": 42.60603, "name": "Bages", "geoid": 3035432}, "date-ut": "1894-03-22 09:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "441"}}, "raw": {"H": "10:00", "COD": "66", "DAY": "22", "MON": "03", "NUM": "0441", "PRO": "PH", "YEA": "1894", "CITY": "Bages", "NAME": "COLL DE CARRERA Jean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18074	colmant-paul-theodore-1904-07-31	{"e1": "442"}	{"lerrcp": "E1-442"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul Théodore", "family": "Colmant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-07-31 11:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.84693, "lat": 50.22195, "name": "Pont-sur-Sambre", "geoid": 2986095}, "notime": null, "date-ut": "1904-07-31 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Paul Théodore", "family": "Colmant"}, "birth": {"tzo": "+00:09", "date": "1904-07-31 11:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.84693, "lat": 50.22195, "name": "Pont-sur-Sambre", "geoid": 2986095}, "date-ut": "1904-07-31 10:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "442"}}, "raw": {"H": "11:00", "COD": "59", "DAY": "31", "MON": "07", "NUM": "0442", "PRO": "EX", "YEA": "1904", "CITY": "Pont sur Sambre", "NAME": "COLMANT Paul Théodore", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18075	colomb-daniel-1923-11-16	{"e1": "443"}	{"lerrcp": "E1-443"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "Colomb", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-11-16 23:20", "note": null, "place": {"c1": null, "c2": "69", "c3": "2", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1923-11-16 23:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Daniel", "family": "Colomb"}, "birth": {"tzo": "+00:00", "date": "1923-11-16 23:20", "place": {"c2": "69", "c3": "2", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1923-11-16 23:20"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "443"}}, "raw": {"H": "23:20", "COD": "69", "DAY": "16", "MON": "11", "NUM": "0443", "PRO": "PH", "YEA": "1923", "CITY": "Lyon 2ème", "NAME": "COLOMB Daniel", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14045	gauquelin-a6-243-1875-09-14	{"a6": "243"}	{"lerrcp": "A6-243"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-243", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:14", "date": "1875-09-14 03:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1875-09-14 02:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-243"}, "birth": {"tzo": "+00:19:14", "date": "1875-09-14 03:00", "place": {"c2": "84", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1875-09-14 02:40:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-243"}, "ids-in-sources": {"a6": "243"}}, "raw": {"H": "2", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "14", "LAT": "43N57", "LON": "4E50", "MON": "9", "NUM": "243", "PRO": "W", "SEC": "40", "YEA": "1875", "CITY": "AVIGNON"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14047	depierris-jean-1931-12-28	{"a6": "245"}	{"lerrcp": "A6-245"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Depierris", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1931-12-28 20:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "notime": null, "date-ut": "1931-12-28 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Depierris"}, "birth": {"tzo": "+00:00", "date": "1931-12-28 20:00", "place": {"c2": "64", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "date-ut": "1931-12-28 20:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-245"}, "ids-in-sources": {"a6": "245"}}, "raw": {"H": "20", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "28", "LAT": "43N18", "LON": "0W22", "MON": "12", "NUM": "245", "PRO": "W", "SEC": "0", "YEA": "1931", "CITY": "PAU"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18076	colomb-louis-1823-01-06	{"e1": "444"}	{"lerrcp": "E1-444"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Colomb", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08", "date": "1823-01-06 10:00", "note": null, "place": {"c1": null, "c2": "46", "c3": "", "cy": "FR", "lg": 2.03155, "lat": 44.60894, "name": "Figeac", "geoid": 3018506}, "notime": null, "date-ut": "1823-01-06 09:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Colomb"}, "birth": {"tzo": "+00:08", "date": "1823-01-06 10:00", "place": {"c2": "46", "c3": "", "cy": "FR", "lg": 2.03155, "lat": 44.60894, "name": "Figeac", "geoid": 3018506}, "date-ut": "1823-01-06 09:52"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "444"}}, "raw": {"H": "10:00", "COD": "46", "DAY": "06", "MON": "01", "NUM": "0444", "PRO": "MI", "YEA": "1823", "CITY": "Figeac", "NAME": "COLOMB Louis", "NOTE": "*"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18417	froehlich-frederic-1908-06-26	{"e1": "788"}	{"lerrcp": "E1-788"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Froehlich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1908-06-26 18:30", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Illkirch", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Froehlich"}, "birth": {"tzo": "", "date": "1908-06-26 18:30", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Illkirch", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "788"}}, "raw": {"H": "18:30", "COD": "67", "DAY": "26", "MON": "06", "NUM": "0788", "PRO": "PH", "YEA": "1908", "CITY": "Illkirch", "NAME": "FROEHLICH Frédéric", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14053	desnoyers-louis-1802-02-23	{"a6": "251"}	{"lerrcp": "A6-251"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Desnoyers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:32", "date": "1802-02-23 02:00", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 4.88317, "lat": 46.30098, "name": "Replonges", "geoid": 2983942}, "notime": null, "date-ut": "1802-02-23 01:39:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Desnoyers"}, "birth": {"tzo": "+00:19:32", "date": "1802-02-23 02:00", "place": {"c2": "01", "cy": "FR", "lg": 4.88317, "lat": 46.30098, "name": "Replonges", "geoid": 2983942}, "date-ut": "1802-02-23 01:39:08"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-251"}, "ids-in-sources": {"a6": "251"}}, "raw": {"H": "1", "MN": "39", "TZ": "0", "COD": "01", "COU": "F", "DAY": "23", "LAT": "46N12", "LON": "5E13", "MON": "2", "NUM": "251", "PRO": "W", "SEC": "8", "YEA": "1802", "CITY": "REPLONGES"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14049	derennes-charles-1882-08-04	{"a6": "247"}	{"lerrcp": "A6-247"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Derennes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:32", "date": "1882-08-04 05:30", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.63333, "lat": 44.2, "name": "Villeneuve/Lot", "geoid": 0}, "notime": null, "date-ut": "1882-08-04 05:27:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Derennes"}, "birth": {"tzo": "+00:02:32", "date": "1882-08-04 05:30", "place": {"c2": "47", "cy": "FR", "lg": 0.63333, "lat": 44.2, "name": "Villeneuve/Lot", "geoid": 0}, "date-ut": "1882-08-04 05:27:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-247"}, "ids-in-sources": {"a6": "247"}}, "raw": {"H": "5", "MN": "27", "TZ": "0", "COD": "47", "COU": "F", "DAY": "4", "LAT": "44N12", "LON": "0E38", "MON": "8", "NUM": "247", "PRO": "W", "SEC": "28", "YEA": "1882", "CITY": "VILLENEUVE/LOT"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14052	desnos-robert-1900-07-04	{"a6": "250"}	{"lerrcp": "A6-250"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Desnos", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-07-04 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1900-07-04 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Desnos"}, "birth": {"tzo": "+00:09:21", "date": "1900-07-04 06:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1900-07-04 05:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-250"}, "ids-in-sources": {"a6": "250"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "4", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "250", "PRO": "W", "SEC": "40", "YEA": "1900", "CITY": "PARIS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14056	devaux-pierre-1897-01-02	{"a6": "254"}	{"lerrcp": "A6-254"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Devaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1897-01-02 05:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1897-01-02 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Devaux"}, "birth": {"tzo": "+00:09:21", "date": "1897-01-02 05:00", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1897-01-02 04:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-254"}, "ids-in-sources": {"a6": "254"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "33", "COU": "F", "DAY": "2", "LAT": "44N50", "LON": "0W34", "MON": "1", "NUM": "254", "PRO": "W", "SEC": "40", "YEA": "1897", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14058	devignes-genevieve-1890-02-17	{"a6": "256"}	{"lerrcp": "A6-256"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Genevieve", "family": "Devignes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:08", "date": "1890-02-17 16:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.53446, "lat": 49.12886, "name": "Suippes", "geoid": 2973720}, "notime": null, "date-ut": "1890-02-17 15:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Genevieve", "family": "Devignes"}, "birth": {"tzo": "+00:18:08", "date": "1890-02-17 16:00", "place": {"c2": "51", "cy": "FR", "lg": 4.53446, "lat": 49.12886, "name": "Suippes", "geoid": 2973720}, "date-ut": "1890-02-17 15:42:32"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-256"}, "ids-in-sources": {"a6": "256"}}, "raw": {"H": "15", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "17", "LAT": "48N57", "LON": "4E22", "MON": "2", "NUM": "256", "PRO": "W", "SEC": "32", "YEA": "1890", "CITY": "SUIPPES"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18077	colson-pierre-1903-04-02	{"e1": "445"}	{"lerrcp": "E1-445"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Colson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-04-02 21:00", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 4.7519, "lat": 46.90953, "name": "Chagny", "geoid": 3027642}, "notime": null, "date-ut": "1903-04-02 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Colson"}, "birth": {"tzo": "+00:09", "date": "1903-04-02 21:00", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 4.7519, "lat": 46.90953, "name": "Chagny", "geoid": 3027642}, "date-ut": "1903-04-02 20:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "445"}}, "raw": {"H": "21:00", "COD": "71", "DAY": "02", "MON": "04", "NUM": "0445", "PRO": "PH", "YEA": "1903", "CITY": "Chagny", "NAME": "COLSON Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14055	deubel-leon-1879-03-22	{"a6": "253"}	{"lerrcp": "A6-253"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Deubel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:27:25", "date": "1879-03-22 22:30", "note": null, "place": {"c1": null, "c2": "90", "c3": null, "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "notime": null, "date-ut": "1879-03-22 22:02:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Deubel"}, "birth": {"tzo": "+00:27:25", "date": "1879-03-22 22:30", "place": {"c2": "90", "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "date-ut": "1879-03-22 22:02:32"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-253"}, "ids-in-sources": {"a6": "253"}}, "raw": {"H": "22", "MN": "2", "TZ": "0", "COD": "90", "COU": "F", "DAY": "22", "LAT": "47N38", "LON": "6E52", "MON": "3", "NUM": "253", "PRO": "W", "SEC": "32", "YEA": "1879", "CITY": "BELFORT"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14057	devigne-roger-1885-09-11	{"a6": "255"}	{"lerrcp": "A6-255"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Devigne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:37", "date": "1885-09-11 08:30", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": 0.15345, "lat": 45.64997, "name": "Angoulême", "geoid": 3037598}, "notime": null, "date-ut": "1885-09-11 08:29:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Devigne"}, "birth": {"tzo": "+00:00:37", "date": "1885-09-11 08:30", "place": {"c2": "16", "cy": "FR", "lg": 0.15345, "lat": 45.64997, "name": "Angoulême", "geoid": 3037598}, "date-ut": "1885-09-11 08:29:20"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-255"}, "ids-in-sources": {"a6": "255"}}, "raw": {"H": "8", "MN": "29", "TZ": "0", "COD": "16", "COU": "F", "DAY": "11", "LAT": "45N39", "LON": "0E10", "MON": "9", "NUM": "255", "PRO": "W", "SEC": "20", "YEA": "1885", "CITY": "ANGOULEME"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18078	comsaux-edmond-1902-09-04	{"e1": "446"}	{"lerrcp": "E1-446"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Comsaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1902-09-04 20:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1902-09-04 19:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Comsaux"}, "birth": {"tzo": "+00:09", "date": "1902-09-04 20:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1902-09-04 19:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "446"}}, "raw": {"H": "20:00", "COD": "31", "DAY": "04", "MON": "09", "NUM": "0446", "PRO": "MI", "YEA": "1902", "CITY": "Toulouse", "NAME": "COMSAUX Edmond", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18473	geliot-christian-1905-02-24	{"e1": "844"}	{"lerrcp": "E1-844"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Geliot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1905-02-24 01:00", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 6.45304, "lat": 48.18324, "name": "Épinal", "geoid": 3020035}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Christian", "family": "Geliot"}, "birth": {"tzo": "", "date": "1905-02-24 01:00", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 6.45304, "lat": 48.18324, "name": "Épinal", "geoid": 3020035}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "844"}}, "raw": {"H": "01:00", "COD": "88", "DAY": "24", "MON": "02", "NUM": "0844", "PRO": "MI", "YEA": "1905", "CITY": "Epinal", "NAME": "GELIOT Christian", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14062	diole-philippe-1908-08-24	{"a6": "260"}	{"lerrcp": "A6-260"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Diole", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1908-08-24 17:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Saint-Maur-des-Fos", "geoid": 0}, "notime": null, "date-ut": "1908-08-24 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Diole"}, "birth": {"tzo": "+00:09:21", "date": "1908-08-24 17:00", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Saint-Maur-des-Fos", "geoid": 0}, "date-ut": "1908-08-24 16:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-260"}, "ids-in-sources": {"a6": "260"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "24", "LAT": "48N47", "LON": "2E29", "MON": "8", "NUM": "260", "PRO": "W", "SEC": "40", "YEA": "1908", "CITY": "ST MAUR-DES-FOS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14063	dorgeles-roland-1885-06-15	{"a6": "261"}	{"lerrcp": "A6-261"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roland", "family": "Dorgeles", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:12", "date": "1885-06-15 07:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1885-06-15 06:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Roland", "family": "Dorgeles"}, "birth": {"tzo": "+00:09:12", "date": "1885-06-15 07:00", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1885-06-15 06:50:48"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-261"}, "ids-in-sources": {"a6": "261"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "15", "LAT": "49N54", "LON": "2E18", "MON": "6", "NUM": "261", "PRO": "W", "SEC": "48", "YEA": "1885", "CITY": "AMIENS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14061	digot-jean-1912-06-19	{"a6": "259"}	{"lerrcp": "A6-259"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Digot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-06-19 21:00", "note": null, "place": {"c1": null, "c2": "46", "c3": null, "cy": "FR", "lg": 1.89127, "lat": 44.85931, "name": "Saint-Céré", "geoid": 2981228}, "notime": null, "date-ut": "1912-06-19 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Digot"}, "birth": {"tzo": "+00:00", "date": "1912-06-19 21:00", "place": {"c2": "46", "cy": "FR", "lg": 1.89127, "lat": 44.85931, "name": "Saint-Céré", "geoid": 2981228}, "date-ut": "1912-06-19 21:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-259"}, "ids-in-sources": {"a6": "259"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "46", "COU": "F", "DAY": "19", "LAT": "44N27", "LON": "1E26", "MON": "6", "NUM": "259", "PRO": "W", "SEC": "0", "YEA": "1912", "CITY": "SAINT-CERE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
11733	dorin-rene-1891-11-13	{"a5": "261", "a6": "262"}	{"lerrcp": "A5-261"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Dorin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1891-11-13 22:30", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -1.15222, "lat": 46.16308, "name": "La Rochelle", "geoid": 3006787}, "notime": null, "date-ut": "1891-11-13 22:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor", "writer"]	5	null	[{"new": {"name": {"given": "René", "family": "Dorin"}, "birth": {"tzo": "+00:09:21", "date": "1891-11-13 22:30", "place": {"c2": "17", "cy": "FR", "lg": -1.15222, "lat": 46.16308, "name": "La Rochelle", "geoid": 3006787}, "date-ut": "1891-11-13 22:20:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-261"}, "ids-in-sources": {"a5": "261"}}, "raw": {"H": "22", "MN": "20", "TZ": "0", "COD": "17", "COU": "F", "DAY": "13", "LAT": "46N 9", "LON": "1W10", "MON": "11", "NUM": "261", "PRO": "A", "SEC": "40", "YEA": "1891", "CITY": "LA ROCHELLE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "262"}}, "raw": {"H": "22", "MN": "20", "TZ": "0", "COD": "17", "COU": "F", "DAY": "13", "LAT": "46N 9", "LON": "1W10", "MON": "11", "NUM": "262", "PRO": "W", "SEC": "40", "YEA": "1891", "CITY": "LA ROCHELLE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18079	combemale-pierre-1893-07-28	{"e1": "447"}	{"lerrcp": "E1-447"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Combemale", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1893-07-28 12:00", "note": null, "place": {"c1": null, "c2": "07", "c3": "", "cy": "FR", "lg": 4.59918, "lat": 44.735, "name": "Privas", "geoid": 2985290}, "notime": null, "date-ut": "1893-07-28 11:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Combemale"}, "birth": {"tzo": "+00:09", "date": "1893-07-28 12:00", "place": {"c2": "07", "c3": "", "cy": "FR", "lg": 4.59918, "lat": 44.735, "name": "Privas", "geoid": 2985290}, "date-ut": "1893-07-28 11:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "447"}}, "raw": {"H": "12:00", "COD": "07", "DAY": "28", "MON": "07", "NUM": "0447", "PRO": "PH", "YEA": "1893", "CITY": "Privas", "NAME": "COMBEMALE Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18908	leprince-albert-1872-07-16	{"e1": "1280"}	{"lerrcp": "E1-1280"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Leprince", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1872-07-16 21:00", "note": null, "place": {"c1": null, "c2": "61", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Soucé", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Leprince"}, "birth": {"tzo": "", "date": "1872-07-16 21:00", "place": {"c2": "61", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Soucé", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1280"}}, "raw": {"H": "21:00", "COD": "61", "DAY": "16", "MON": "07", "NUM": "1280", "PRO": "PH", "YEA": "1872", "CITY": "Soucé", "NAME": "LEPRINCE Albert", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14066	doumic-rene-1860-03-06	{"a6": "265"}	{"lerrcp": "A6-265"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Doumic", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1860-03-06 01:20", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1860-03-06 01:10:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "René", "family": "Doumic"}, "birth": {"tzo": "+00:09:24", "date": "1860-03-06 01:20", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1860-03-06 01:10:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-265"}, "ids-in-sources": {"a6": "265"}}, "raw": {"H": "1", "MN": "10", "TZ": "0", "COD": "75", "COU": "F", "DAY": "6", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "265", "PRO": "W", "SEC": "40", "YEA": "1860", "CITY": "PARIS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14067	drano-georges-1936-02-10	{"a6": "266"}	{"lerrcp": "A6-266"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Drano", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1936-02-10 11:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -2.08421, "lat": 47.65165, "name": "Redon", "geoid": 2984192}, "notime": null, "date-ut": "1936-02-10 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Drano"}, "birth": {"tzo": "+00:00", "date": "1936-02-10 11:00", "place": {"c2": "35", "cy": "FR", "lg": -2.08421, "lat": 47.65165, "name": "Redon", "geoid": 2984192}, "date-ut": "1936-02-10 11:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-266"}, "ids-in-sources": {"a6": "266"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "35", "COU": "F", "DAY": "10", "LAT": "48N 7", "LON": "1W40", "MON": "2", "NUM": "266", "PRO": "W", "SEC": "0", "YEA": "1936", "CITY": "REDON"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18080	compagnon-jean-1916-10-26	{"e1": "448"}	{"lerrcp": "E1-448"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Compagnon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-10-26 05:00", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 2.0904, "lat": 48.89643, "name": "Saint-Germain-en-Laye", "geoid": 2979783}, "notime": null, "date-ut": "1916-10-26 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Compagnon"}, "birth": {"tzo": "+00:00", "date": "1916-10-26 05:00", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 2.0904, "lat": 48.89643, "name": "Saint-Germain-en-Laye", "geoid": 2979783}, "date-ut": "1916-10-26 05:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "448"}}, "raw": {"H": "05:00", "COD": "78", "DAY": "26", "MON": "10", "NUM": "0448", "PRO": "MI", "YEA": "1916", "CITY": "St Germain en Laye", "NAME": "COMPAGNON Jean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18081	conia-andre-1889-02-26	{"e1": "449"}	{"lerrcp": "E1-449"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Conia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11", "date": "1889-02-26 18:35", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.77076, "lat": 50.62818, "name": "Laventie", "geoid": 3005696}, "notime": null, "date-ut": "1889-02-26 18:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "André", "family": "Conia"}, "birth": {"tzo": "+00:11", "date": "1889-02-26 18:35", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 2.77076, "lat": 50.62818, "name": "Laventie", "geoid": 3005696}, "date-ut": "1889-02-26 18:24"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "449"}}, "raw": {"H": "18:35", "COD": "62", "DAY": "26", "MON": "02", "NUM": "0449", "PRO": "EX", "YEA": "1889", "CITY": "Laventie", "NAME": "CONIA André", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14071	droz-gustave-1832-06-09	{"a6": "270"}	{"lerrcp": "A6-270"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Droz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1832-06-09 15:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1832-06-09 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Droz"}, "birth": {"tzo": "+00:09:24", "date": "1832-06-09 15:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1832-06-09 14:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-270"}, "ids-in-sources": {"a6": "270"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "9", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "270", "PRO": "W", "SEC": "40", "YEA": "1832", "CITY": "PARIS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14070	drouot-paul-1886-05-21	{"a6": "269"}	{"lerrcp": "A6-269"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Drouot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:48", "date": "1886-05-21 16:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.7012, "lat": 49.39791, "name": "Vouziers", "geoid": 2967603}, "notime": null, "date-ut": "1886-05-21 15:41:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Drouot"}, "birth": {"tzo": "+00:18:48", "date": "1886-05-21 16:00", "place": {"c2": "08", "cy": "FR", "lg": 4.7012, "lat": 49.39791, "name": "Vouziers", "geoid": 2967603}, "date-ut": "1886-05-21 15:41:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-269"}, "ids-in-sources": {"a6": "269"}}, "raw": {"H": "15", "MN": "41", "TZ": "0", "COD": "08", "COU": "F", "DAY": "21", "LAT": "49N46", "LON": "4E44", "MON": "5", "NUM": "269", "PRO": "W", "SEC": "4", "YEA": "1886", "CITY": "VOUZIERS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18082	conia-andre-1918-07-13	{"e1": "450"}	{"lerrcp": "E1-450"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Conia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-07-13 23:00", "note": null, "place": {"c1": null, "c2": "14", "c3": "", "cy": "FR", "lg": -0.2591, "lat": 49.27566, "name": "Ouistreham", "geoid": 2989013}, "notime": null, "date-ut": "1918-07-13 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Conia"}, "birth": {"tzo": "+01:00", "date": "1918-07-13 23:00", "place": {"c2": "14", "c3": "", "cy": "FR", "lg": -0.2591, "lat": 49.27566, "name": "Ouistreham", "geoid": 2989013}, "date-ut": "1918-07-13 22:00"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "450"}}, "raw": {"H": "23:00", "COD": "14", "DAY": "13", "MON": "07", "NUM": "0450", "PRO": "PH", "YEA": "1918", "CITY": "Ouistreham", "NAME": "CONIA André", "NOTE": "-"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
14076	du-bos-charles-1882-10-27	{"a6": "275"}	{"lerrcp": "A6-275"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Du Bos Charles", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1882-10-27 04:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1882-10-27 04:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "", "family": "Du Bos Charles"}, "birth": {"tzo": "+00:09:24", "date": "1882-10-27 04:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1882-10-27 04:20:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-275"}, "ids-in-sources": {"a6": "275"}}, "raw": {"H": "4", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "27", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "275", "PRO": "W", "SEC": "40", "YEA": "1882", "CITY": "PARIS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18083	conge-maurice-1898-02-23	{"e1": "451"}	{"lerrcp": "E1-451"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Conge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-02-23 05:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "notime": null, "date-ut": "1898-02-23 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Conge"}, "birth": {"tzo": "+00:09", "date": "1898-02-23 05:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "date-ut": "1898-02-23 04:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "451"}}, "raw": {"H": "05:00", "COD": "34", "DAY": "23", "MON": "02", "NUM": "0451", "PRO": "MI", "YEA": "1898", "CITY": "Sète", "NAME": "CONGE Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14078	duche-jean-1915-03-17	{"a6": "277"}	{"lerrcp": "A6-277"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Duche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-03-17 10:20", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": 0.71978, "lat": 45.87565, "name": "Chabanais", "geoid": 3027723}, "notime": null, "date-ut": "1915-03-17 10:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Duche"}, "birth": {"tzo": "+00:00", "date": "1915-03-17 10:20", "place": {"c2": "16", "cy": "FR", "lg": 0.71978, "lat": 45.87565, "name": "Chabanais", "geoid": 3027723}, "date-ut": "1915-03-17 10:20"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-277"}, "ids-in-sources": {"a6": "277"}}, "raw": {"H": "10", "MN": "20", "TZ": "0", "COD": "16", "COU": "F", "DAY": "17", "LAT": "45N39", "LON": "0E10", "MON": "3", "NUM": "277", "PRO": "W", "SEC": "0", "YEA": "1915", "CITY": "CHABANAIS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14075	dubech-lucien-1882-10-26	{"a6": "274"}	{"lerrcp": "A6-274"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Dubech", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:32", "date": "1882-10-26 11:15", "note": null, "place": {"c1": null, "c2": "18", "c3": null, "cy": "FR", "lg": 2.38333, "lat": 47.08333, "name": "Romorantin", "geoid": 0}, "notime": null, "date-ut": "1882-10-26 11:05:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Dubech"}, "birth": {"tzo": "+00:09:32", "date": "1882-10-26 11:15", "place": {"c2": "18", "cy": "FR", "lg": 2.38333, "lat": 47.08333, "name": "Romorantin", "geoid": 0}, "date-ut": "1882-10-26 11:05:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-274"}, "ids-in-sources": {"a6": "274"}}, "raw": {"H": "11", "MN": "5", "TZ": "0", "COD": "18", "COU": "F", "DAY": "26", "LAT": "47N 5", "LON": "2E23", "MON": "10", "NUM": "274", "PRO": "W", "SEC": "28", "YEA": "1882", "CITY": "ROMORANTIN"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18084	connault-hanri-1913-09-07	{"e1": "452"}	{"lerrcp": "E1-452"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hanri", "family": "Connault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-09-07 11:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -0.26229, "lat": 43.17987, "name": "Nay", "geoid": 2990852}, "notime": null, "date-ut": "1913-09-07 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hanri", "family": "Connault"}, "birth": {"tzo": "+00:00", "date": "1913-09-07 11:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": -0.26229, "lat": 43.17987, "name": "Nay", "geoid": 2990852}, "date-ut": "1913-09-07 11:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "452"}}, "raw": {"H": "11:00", "COD": "64", "DAY": "07", "MON": "09", "NUM": "0452", "PRO": "PH", "YEA": "1913", "CITY": "Nay", "NAME": "CONNAULT Hanri", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
4752	duhem-pierre-1861-06-10	{"a2": "2667", "a6": "279"}	{"lerrcp": "A2-2667"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Duhem", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1861-06-10 07:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "2", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1861-06-10 06:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist", "writer"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Duhem"}, "birth": {"tzo": "+00:09:24", "date": "1861-06-10 07:00", "place": {"c2": "75", "c3": "2", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1861-06-10 06:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2667"}, "ids-in-sources": {"a2": "2667"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "10", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "2667", "PRO": "S", "SEC": "40", "YEA": "1861", "CITY": "PARIS 2E"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "279"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "10", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "279", "PRO": "W", "SEC": "40", "YEA": "1861", "CITY": "PARIS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18085	conquet-alfred-1886-04-27	{"e1": "453"}	{"lerrcp": "E1-453"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Conquet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10", "date": "1886-04-27 17:00", "note": null, "place": {"c1": null, "c2": "12", "c3": "", "cy": "FR", "lg": 2.53515, "lat": 44.03276, "name": "Réquista", "geoid": 2983929}, "notime": null, "date-ut": "1886-04-27 16:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Conquet"}, "birth": {"tzo": "+00:10", "date": "1886-04-27 17:00", "place": {"c2": "12", "c3": "", "cy": "FR", "lg": 2.53515, "lat": 44.03276, "name": "Réquista", "geoid": 2983929}, "date-ut": "1886-04-27 16:50"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "453"}}, "raw": {"H": "17:00", "COD": "12", "DAY": "27", "MON": "04", "NUM": "0453", "PRO": "MI", "YEA": "1886", "CITY": "Réquista", "NAME": "CONQUET Alfred", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14079	dujardin-edouard-1861-11-10	{"a6": "280"}	{"lerrcp": "A6-280"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Dujardin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:20", "date": "1861-11-10 06:00", "note": null, "place": {"c1": null, "c2": "41", "c3": null, "cy": "FR", "lg": 1.33333, "lat": 47.58333, "name": "Stgervais la Fo", "geoid": 0}, "notime": null, "date-ut": "1861-11-10 05:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Dujardin"}, "birth": {"tzo": "+00:05:20", "date": "1861-11-10 06:00", "place": {"c2": "41", "cy": "FR", "lg": 1.33333, "lat": 47.58333, "name": "Stgervais la Fo", "geoid": 0}, "date-ut": "1861-11-10 05:54:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-280"}, "ids-in-sources": {"a6": "280"}}, "raw": {"H": "5", "MN": "54", "TZ": "0", "COD": "41", "COU": "F", "DAY": "10", "LAT": "47N35", "LON": "1E20", "MON": "11", "NUM": "280", "PRO": "W", "SEC": "40", "YEA": "1861", "CITY": "STGERVAIS LA FO"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18963	lucam-felix-1906-11-19	{"e1": "1335"}	{"lerrcp": "E1-1335"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Lucam", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1906-11-19 14:00", "note": null, "place": {"c1": null, "c2": "45", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Ferrières", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Lucam"}, "birth": {"tzo": "", "date": "1906-11-19 14:00", "place": {"c2": "45", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Ferrières", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1335"}}, "raw": {"H": "14:00", "COD": "45", "DAY": "19", "MON": "11", "NUM": "1335", "PRO": "PH", "YEA": "1906", "CITY": "Ferrières", "NAME": "LUCAM Félix", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18086	conquet-francois-1895-01-14	{"e1": "454"}	{"lerrcp": "E1-454"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Conquet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1895-01-14 09:00", "note": null, "place": {"c1": null, "c2": "46", "c3": "", "cy": "FR", "lg": 1.43663, "lat": 44.4491, "name": "Cahors", "geoid": 3029213}, "notime": null, "date-ut": "1895-01-14 08:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Conquet"}, "birth": {"tzo": "+00:09", "date": "1895-01-14 09:00", "place": {"c2": "46", "c3": "", "cy": "FR", "lg": 1.43663, "lat": 44.4491, "name": "Cahors", "geoid": 3029213}, "date-ut": "1895-01-14 08:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "454"}}, "raw": {"H": "09:00", "COD": "46", "DAY": "14", "MON": "01", "NUM": "0454", "PRO": "MI", "YEA": "1895", "CITY": "Cahors", "NAME": "CONQUET François", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14082	dumery-henry-1920-02-29	{"a6": "284"}	{"lerrcp": "A6-284"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Dumery", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-02-29 19:00", "note": null, "place": {"c1": null, "c2": "23", "c3": null, "cy": "FR", "lg": 2.50073, "lat": 46.02859, "name": "Auzances", "geoid": 3035816}, "notime": null, "date-ut": "1920-02-29 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Dumery"}, "birth": {"tzo": "+01:00", "date": "1920-02-29 19:00", "place": {"c2": "23", "cy": "FR", "lg": 2.50073, "lat": 46.02859, "name": "Auzances", "geoid": 3035816}, "date-ut": "1920-02-29 18:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-284"}, "ids-in-sources": {"a6": "284"}}, "raw": {"H": "18", "MN": "0", "TZ": "0", "COD": "23", "COU": "F", "DAY": "29", "LAT": "46N17", "LON": "1E52", "MON": "2", "NUM": "284", "PRO": "W", "SEC": "0", "YEA": "1920", "CITY": "AUZANCES"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14083	dumesnil-rene-1879-06-19	{"a6": "285"}	{"lerrcp": "A6-285"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Dumesnil", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:24", "date": "1879-06-19 10:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1879-06-19 09:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "René", "family": "Dumesnil"}, "birth": {"tzo": "+00:04:24", "date": "1879-06-19 10:00", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1879-06-19 09:55:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-285"}, "ids-in-sources": {"a6": "285"}}, "raw": {"H": "9", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "19", "LAT": "49N26", "LON": "1E 5", "MON": "6", "NUM": "285", "PRO": "W", "SEC": "40", "YEA": "1879", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18087	conte-michel-1907-07-04	{"e1": "455"}	{"lerrcp": "E1-455"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Conte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1907-07-04 05:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Boulogne-Billt", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Conte"}, "birth": {"tzo": "", "date": "1907-07-04 05:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Boulogne-Billt", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "455"}}, "raw": {"H": "05:00", "COD": "92", "DAY": "04", "MON": "07", "NUM": "0455", "PRO": "PH", "YEA": "1907", "CITY": "Boulogne-Billt", "NAME": "CONTE Michel", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14085	dunan-charles-1849-11-22	{"a6": "287"}	{"lerrcp": "A6-287"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Dunan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1849-11-22 01:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1849-11-22 01:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Dunan"}, "birth": {"tzo": "-00:06:13", "date": "1849-11-22 01:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1849-11-22 01:06:20"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-287"}, "ids-in-sources": {"a6": "287"}}, "raw": {"H": "1", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "22", "LAT": "47N13", "LON": "1W35", "MON": "11", "NUM": "287", "PRO": "W", "SEC": "20", "YEA": "1849", "CITY": "NANTES"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18088	contensou-pierre-1914-05-31	{"e1": "456"}	{"lerrcp": "E1-456"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Contensou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1914-05-31 10:00", "note": null, "place": {"c1": null, "c2": "12", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Villefranche de R", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Contensou"}, "birth": {"tzo": "", "date": "1914-05-31 10:00", "place": {"c2": "12", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Villefranche de R", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "456"}}, "raw": {"H": "10:00", "COD": "12", "DAY": "31", "MON": "05", "NUM": "0456", "PRO": "MI", "YEA": "1914", "CITY": "Villefranche de R", "NAME": "CONTENSOU Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14089	durkheim-emile-1858-04-15	{"a6": "291"}	{"lerrcp": "A6-291"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Dürkheim", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:49", "date": "1858-04-15 00:30", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.45304, "lat": 48.18324, "name": "Épinal", "geoid": 3020035}, "notime": null, "date-ut": "1858-04-15 00:04:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Dürkheim"}, "birth": {"tzo": "+00:25:49", "date": "1858-04-15 00:30", "place": {"c2": "88", "cy": "FR", "lg": 6.45304, "lat": 48.18324, "name": "Épinal", "geoid": 3020035}, "date-ut": "1858-04-15 00:04:08"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-291"}, "ids-in-sources": {"a6": "291"}}, "raw": {"H": "0", "MN": "4", "TZ": "0", "COD": "88", "COU": "F", "DAY": "15", "LAT": "48N10", "LON": "6E28", "MON": "4", "NUM": "291", "PRO": "W", "SEC": "8", "YEA": "1858", "CITY": "EPINAL"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14087	dupin-jacques-1927-03-04	{"a6": "289"}	{"lerrcp": "A6-289"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Dupin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1927-03-04 18:30", "note": null, "place": {"c1": null, "c2": "07", "c3": null, "cy": "FR", "lg": 4.59918, "lat": 44.735, "name": "Privas", "geoid": 2985290}, "notime": null, "date-ut": "1927-03-04 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Dupin"}, "birth": {"tzo": "+00:00", "date": "1927-03-04 18:30", "place": {"c2": "07", "cy": "FR", "lg": 4.59918, "lat": 44.735, "name": "Privas", "geoid": 2985290}, "date-ut": "1927-03-04 18:30"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-289"}, "ids-in-sources": {"a6": "289"}}, "raw": {"H": "18", "MN": "30", "TZ": "0", "COD": "07", "COU": "F", "DAY": "4", "LAT": "44N44", "LON": "4E36", "MON": "3", "NUM": "289", "PRO": "W", "SEC": "0", "YEA": "1927", "CITY": "PRIVAS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14088	duprey-jean-1930-01-01	{"a6": "290"}	{"lerrcp": "A6-290"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Duprey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1930-01-01 19:30", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1930-01-01 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Duprey"}, "birth": {"tzo": "+00:00", "date": "1930-01-01 19:30", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1930-01-01 19:30"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-290"}, "ids-in-sources": {"a6": "290"}}, "raw": {"H": "19", "MN": "30", "TZ": "0", "COD": "76", "COU": "F", "DAY": "1", "LAT": "49N26", "LON": "1E 5", "MON": "1", "NUM": "290", "PRO": "W", "SEC": "0", "YEA": "1930", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18089	contier-marcel-1913-08-05	{"e1": "457"}	{"lerrcp": "E1-457"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Contier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-08-05 16:00", "note": null, "place": {"c1": null, "c2": "03", "c3": "", "cy": "FR", "lg": 3.16096, "lat": 46.58406, "name": "Saint-Menoux", "geoid": 2978052}, "notime": null, "date-ut": "1913-08-05 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Contier"}, "birth": {"tzo": "+00:00", "date": "1913-08-05 16:00", "place": {"c2": "03", "c3": "", "cy": "FR", "lg": 3.16096, "lat": 46.58406, "name": "Saint-Menoux", "geoid": 2978052}, "date-ut": "1913-08-05 16:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "457"}}, "raw": {"H": "16:00", "COD": "03", "DAY": "05", "MON": "08", "NUM": "0457", "PRO": "EX", "YEA": "1913", "CITY": "St Menoux", "NAME": "CONTIER Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18090	conze-pierre-1903-02-01	{"e1": "458"}	{"lerrcp": "E1-458"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Conze", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-02-01 21:00", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 3.33869, "lat": 45.72267, "name": "Billom", "geoid": 3032629}, "notime": null, "date-ut": "1903-02-01 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Conze"}, "birth": {"tzo": "+00:09", "date": "1903-02-01 21:00", "place": {"c2": "63", "c3": "", "cy": "FR", "lg": 3.33869, "lat": 45.72267, "name": "Billom", "geoid": 3032629}, "date-ut": "1903-02-01 20:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "458"}}, "raw": {"H": "21:00", "COD": "63", "DAY": "01", "MON": "02", "NUM": "0458", "PRO": "MI", "YEA": "1903", "CITY": "Billom", "NAME": "CONZE Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18091	coquillaud-jean-pierre-1938-12-14	{"e1": "459"}	{"lerrcp": "E1-459"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Pierre", "family": "Coquillaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1938-12-14 14:00", "note": null, "place": {"c1": null, "c2": "16", "c3": "", "cy": "FR", "lg": -0.32867, "lat": 45.69581, "name": "Cognac", "geoid": 3024440}, "notime": null, "date-ut": "1938-12-14 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean-Pierre", "family": "Coquillaud"}, "birth": {"tzo": "+00:00", "date": "1938-12-14 14:00", "place": {"c2": "16", "c3": "", "cy": "FR", "lg": -0.32867, "lat": 45.69581, "name": "Cognac", "geoid": 3024440}, "date-ut": "1938-12-14 14:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "459"}}, "raw": {"H": "14:00", "COD": "16", "DAY": "14", "MON": "12", "NUM": "0459", "PRO": "PH", "YEA": "1938", "CITY": "Cognac", "NAME": "COQUILLAUD Jean-Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14090	duron-jacques-1904-04-04	{"a6": "292"}	{"lerrcp": "A6-292"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Duron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1904-04-04 04:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 2.60254, "lat": 46.34015, "name": "Montluçon", "geoid": 2992292}, "notime": null, "date-ut": "1904-04-04 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Duron"}, "birth": {"tzo": "+00:09:21", "date": "1904-04-04 04:00", "place": {"c2": "03", "cy": "FR", "lg": 2.60254, "lat": 46.34015, "name": "Montluçon", "geoid": 2992292}, "date-ut": "1904-04-04 03:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-292"}, "ids-in-sources": {"a6": "292"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "03", "COU": "F", "DAY": "4", "LAT": "46N34", "LON": "3E20", "MON": "4", "NUM": "292", "PRO": "W", "SEC": "40", "YEA": "1904", "CITY": "MONTLUCON"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14093	emmanuel-pierre-1916-05-03	{"a6": "295"}	{"lerrcp": "A6-295"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Emmanuel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-05-03 21:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.38713, "lat": 43.22852, "name": "Gan", "geoid": 3016726}, "notime": null, "date-ut": "1916-05-03 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Emmanuel"}, "birth": {"tzo": "+00:00", "date": "1916-05-03 21:00", "place": {"c2": "64", "cy": "FR", "lg": -0.38713, "lat": 43.22852, "name": "Gan", "geoid": 3016726}, "date-ut": "1916-05-03 21:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-295"}, "ids-in-sources": {"a6": "295"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "3", "LAT": "43N18", "LON": "0W22", "MON": "5", "NUM": "295", "PRO": "W", "SEC": "0", "YEA": "1916", "CITY": "GAN"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18092	corajod-edmond-1906-12-19	{"e1": "460"}	{"lerrcp": "E1-460"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Corajod", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1906-12-19 05:45", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Chamonix", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Corajod"}, "birth": {"tzo": "", "date": "1906-12-19 05:45", "place": {"c2": "74", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Chamonix", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "460"}}, "raw": {"H": "05:45", "COD": "74", "DAY": "19", "MON": "12", "NUM": "0460", "PRO": "PH", "YEA": "1906", "CITY": "Chamonix", "NAME": "CORAJOD Edmond", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14096	espinas-alfred-1844-05-23	{"a6": "298"}	{"lerrcp": "A6-298"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Espinas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:54", "date": "1844-05-23 08:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.72489, "lat": 48.00057, "name": "Saint-Florentin", "geoid": 2980111}, "notime": null, "date-ut": "1844-05-23 07:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Espinas"}, "birth": {"tzo": "+00:14:54", "date": "1844-05-23 08:00", "place": {"c2": "89", "cy": "FR", "lg": 3.72489, "lat": 48.00057, "name": "Saint-Florentin", "geoid": 2980111}, "date-ut": "1844-05-23 07:45:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-298"}, "ids-in-sources": {"a6": "298"}}, "raw": {"H": "7", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "23", "LAT": "47N48", "LON": "3E35", "MON": "5", "NUM": "298", "PRO": "W", "SEC": "40", "YEA": "1844", "CITY": "ST FLORENTIN"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14099	fabre-emile-1869-03-24	{"a6": "301"}	{"lerrcp": "A6-301"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Fabre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:41", "date": "1869-03-24 11:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1869-03-24 10:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Fabre"}, "birth": {"tzo": "+00:24:41", "date": "1869-03-24 11:00", "place": {"c2": "57", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1869-03-24 10:35:16"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-301"}, "ids-in-sources": {"a6": "301"}}, "raw": {"H": "10", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "24", "LAT": "49N 7", "LON": "6E11", "MON": "3", "NUM": "301", "PRO": "W", "SEC": "16", "YEA": "1869", "CITY": "METZ"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14097	estaunie-edouard-1862-02-04	{"a6": "299"}	{"lerrcp": "A6-299"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Estaunie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:04", "date": "1862-02-04 01:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1862-02-04 00:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Estaunie"}, "birth": {"tzo": "+00:20:04", "date": "1862-02-04 01:00", "place": {"c2": "21", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1862-02-04 00:39:52"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-299"}, "ids-in-sources": {"a6": "299"}}, "raw": {"H": "0", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "4", "LAT": "47N19", "LON": "5E 2", "MON": "2", "NUM": "299", "PRO": "W", "SEC": "52", "YEA": "1862", "CITY": "DIJON"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14098	etiemble-rene-1909-01-26	{"a6": "300"}	{"lerrcp": "A6-300"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Etiemble", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1909-01-26 16:00", "note": null, "place": {"c1": null, "c2": "53", "c3": null, "cy": "FR", "lg": -0.61383, "lat": 48.30337, "name": "Mayenne", "geoid": 2994935}, "notime": null, "date-ut": "1909-01-26 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "René", "family": "Etiemble"}, "birth": {"tzo": "+00:09:21", "date": "1909-01-26 16:00", "place": {"c2": "53", "cy": "FR", "lg": -0.61383, "lat": 48.30337, "name": "Mayenne", "geoid": 2994935}, "date-ut": "1909-01-26 15:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-300"}, "ids-in-sources": {"a6": "300"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "53", "COU": "F", "DAY": "26", "LAT": "48N 4", "LON": "0W45", "MON": "1", "NUM": "300", "PRO": "W", "SEC": "40", "YEA": "1909", "CITY": "MAYENNE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18093	corbel-jean-clauda-1930-01-26	{"e1": "461"}	{"lerrcp": "E1-461"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Clauda", "family": "Corbel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1930-01-26 14:45", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.22416, "lat": 47.8669, "name": "Pont-l'Abbé", "geoid": 2986158}, "notime": null, "date-ut": "1930-01-26 14:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean-Clauda", "family": "Corbel"}, "birth": {"tzo": "+00:00", "date": "1930-01-26 14:45", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.22416, "lat": 47.8669, "name": "Pont-l'Abbé", "geoid": 2986158}, "date-ut": "1930-01-26 14:45"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "461"}}, "raw": {"H": "14:45", "COD": "29", "DAY": "26", "MON": "01", "NUM": "0461", "PRO": "PH", "YEA": "1930", "CITY": "Pont-L'Abbé", "NAME": "CORBEL Jean-Clauda", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14102	faguet-emile-1847-12-17	{"a6": "304"}	{"lerrcp": "A6-304"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Faguet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:43", "date": "1847-12-17 06:00", "note": null, "place": {"c1": null, "c2": "85", "c3": null, "cy": "FR", "lg": -1.42757, "lat": 46.66974, "name": "La Roche-sur-Yon", "geoid": 3006767}, "notime": null, "date-ut": "1847-12-17 06:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Faguet"}, "birth": {"tzo": "-00:05:43", "date": "1847-12-17 06:00", "place": {"c2": "85", "cy": "FR", "lg": -1.42757, "lat": 46.66974, "name": "La Roche-sur-Yon", "geoid": 3006767}, "date-ut": "1847-12-17 06:05:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-304"}, "ids-in-sources": {"a6": "304"}}, "raw": {"H": "6", "MN": "5", "TZ": "0", "COD": "85", "COU": "F", "DAY": "17", "LAT": "46N40", "LON": "1W25", "MON": "12", "NUM": "304", "PRO": "W", "SEC": "40", "YEA": "1847", "CITY": "LA ROCHE-S-YON"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18094	cordebar-jean-1908-01-16	{"e1": "462"}	{"lerrcp": "E1-462"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Cordebar", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-01-16 15:20", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.235, "lat": 48.81381, "name": "Meudon", "geoid": 2994144}, "notime": null, "date-ut": "1908-01-16 15:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Cordebar"}, "birth": {"tzo": "+00:09", "date": "1908-01-16 15:20", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.235, "lat": 48.81381, "name": "Meudon", "geoid": 2994144}, "date-ut": "1908-01-16 15:11"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "462"}}, "raw": {"H": "15:20", "COD": "92", "DAY": "16", "MON": "01", "NUM": "0462", "PRO": "PH", "YEA": "1908", "CITY": "Meudon", "NAME": "CORDEBAR Jean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18095	cormier-marcel-1903-08-10	{"e1": "463"}	{"lerrcp": "E1-463"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Cormier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-08-10 23:00", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": -1.84591, "lat": 48.07509, "name": "Mordelles", "geoid": 2991868}, "notime": null, "date-ut": "1903-08-10 22:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Cormier"}, "birth": {"tzo": "+00:09", "date": "1903-08-10 23:00", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": -1.84591, "lat": 48.07509, "name": "Mordelles", "geoid": 2991868}, "date-ut": "1903-08-10 22:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "463"}}, "raw": {"H": "23:00", "COD": "35", "DAY": "10", "MON": "08", "NUM": "0463", "PRO": "PH", "YEA": "1903", "CITY": "Mordelles", "NAME": "CORMIER Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14101	fabre-lucien-1889-02-14	{"a6": "303"}	{"lerrcp": "A6-303"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Fabre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:59", "date": "1889-02-14 18:00", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 2.24415, "lat": 44.12323, "name": "Pampelonne", "geoid": 2988667}, "notime": null, "date-ut": "1889-02-14 17:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Fabre"}, "birth": {"tzo": "+00:08:59", "date": "1889-02-14 18:00", "place": {"c2": "81", "cy": "FR", "lg": 2.24415, "lat": 44.12323, "name": "Pampelonne", "geoid": 2988667}, "date-ut": "1889-02-14 17:51:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-303"}, "ids-in-sources": {"a6": "303"}}, "raw": {"H": "17", "MN": "51", "TZ": "0", "COD": "81", "COU": "F", "DAY": "14", "LAT": "43N55", "LON": "2E 8", "MON": "2", "NUM": "303", "PRO": "W", "SEC": "28", "YEA": "1889", "CITY": "PAMPELONNE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18096	cornat-augustin-1824-02-28	{"e1": "464"}	{"lerrcp": "E1-464"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Augustin", "family": "Cornat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11", "date": "1824-02-28 23:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.76872, "lat": 50.6582, "name": "Sailly-sur-la-Lys", "geoid": 2981956}, "notime": null, "date-ut": "1824-02-28 22:49"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Augustin", "family": "Cornat"}, "birth": {"tzo": "+00:11", "date": "1824-02-28 23:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 2.76872, "lat": 50.6582, "name": "Sailly-sur-la-Lys", "geoid": 2981956}, "date-ut": "1824-02-28 22:49"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "464"}}, "raw": {"H": "23:00", "COD": "62", "DAY": "28", "MON": "02", "NUM": "0464", "PRO": "MI", "YEA": "1824", "CITY": "Sailly sur la Lys", "NAME": "CORNAT Augustin", "NOTE": "*"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
14104	gauquelin-a6-307-1882-08-31	{"a6": "307"}	{"lerrcp": "A6-307"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-307", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:24", "date": "1882-08-31 22:30", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1882-08-31 22:25:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-307"}, "birth": {"tzo": "+00:04:24", "date": "1882-08-31 22:30", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1882-08-31 22:25:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-307"}, "ids-in-sources": {"a6": "307"}}, "raw": {"H": "22", "MN": "25", "TZ": "0", "COD": "76", "COU": "F", "DAY": "31", "LAT": "49N26", "LON": "1E 5", "MON": "8", "NUM": "307", "PRO": "W", "SEC": "40", "YEA": "1882", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14106	faure-elie-1873-04-04	{"a6": "309"}	{"lerrcp": "A6-309"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elie", "family": "Faure", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:16", "date": "1873-04-04 12:25:20", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Sainte-Foy la G", "geoid": 0}, "notime": null, "date-ut": "1873-04-04 12:27:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Elie", "family": "Faure"}, "birth": {"tzo": "-00:02:16", "date": "1873-04-04 12:25:20", "place": {"c2": "33", "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Sainte-Foy la G", "geoid": 0}, "date-ut": "1873-04-04 12:27:36"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-309"}, "ids-in-sources": {"a6": "309"}}, "raw": {"H": "12", "MN": "27", "TZ": "0", "COD": "33", "COU": "F", "DAY": "4", "LAT": "44N50", "LON": "0W34", "MON": "4", "NUM": "309", "PRO": "W", "SEC": "36", "YEA": "1873", "CITY": "SAINTE FOY LA G"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14105	fauconnier-henri-1879-02-26	{"a6": "308"}	{"lerrcp": "A6-308"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Fauconnier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:40", "date": "1879-02-26 16:00", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": 0.16667, "lat": 45.65, "name": "Barbezieux", "geoid": 0}, "notime": null, "date-ut": "1879-02-26 15:59:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Fauconnier"}, "birth": {"tzo": "+00:00:40", "date": "1879-02-26 16:00", "place": {"c2": "16", "cy": "FR", "lg": 0.16667, "lat": 45.65, "name": "Barbezieux", "geoid": 0}, "date-ut": "1879-02-26 15:59:20"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-308"}, "ids-in-sources": {"a6": "308"}}, "raw": {"H": "15", "MN": "59", "TZ": "0", "COD": "16", "COU": "F", "DAY": "26", "LAT": "45N39", "LON": "0E10", "MON": "2", "NUM": "308", "PRO": "W", "SEC": "20", "YEA": "1879", "CITY": "BARBEZIEUX"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18097	cornec-jean-1919-05-07	{"e1": "465"}	{"lerrcp": "E1-465"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Cornec", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-05-07 19:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.2989, "lat": 48.32096, "name": "Logonna-Daoulas", "geoid": 2997897}, "notime": null, "date-ut": "1919-05-07 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Cornec"}, "birth": {"tzo": "+01:00", "date": "1919-05-07 19:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.2989, "lat": 48.32096, "name": "Logonna-Daoulas", "geoid": 2997897}, "date-ut": "1919-05-07 18:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "465"}}, "raw": {"H": "19:00", "COD": "29", "DAY": "07", "MON": "05", "NUM": "0465", "PRO": "EX", "YEA": "1919", "CITY": "Logonna-Daoulas", "NAME": "CORNEC Jean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18098	corny-marie-1906-12-02	{"e1": "466"}	{"lerrcp": "E1-466"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Corny", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-12-02 23:40", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 3.37924, "lat": 45.82689, "name": "Lezoux", "geoid": 2998639}, "notime": null, "date-ut": "1906-12-02 23:31"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Corny"}, "birth": {"tzo": "+00:09", "date": "1906-12-02 23:40", "place": {"c2": "63", "c3": "", "cy": "FR", "lg": 3.37924, "lat": 45.82689, "name": "Lezoux", "geoid": 2998639}, "date-ut": "1906-12-02 23:31"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "466"}}, "raw": {"H": "23:40", "COD": "63", "DAY": "02", "MON": "12", "NUM": "0466", "PRO": "PH", "YEA": "1906", "CITY": "Lezoux", "NAME": "CORNY Marie", "NOTE": "-"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
14112	feydeau-georges-1862-12-08	{"a6": "315"}	{"lerrcp": "A6-315"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Feydeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1862-12-08 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1862-12-08 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Feydeau"}, "birth": {"tzo": "+00:09:24", "date": "1862-12-08 06:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1862-12-08 05:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-315"}, "ids-in-sources": {"a6": "315"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "8", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "315", "PRO": "W", "SEC": "40", "YEA": "1862", "CITY": "PARIS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14111	feval-paul-1816-09-29	{"a6": "314"}	{"lerrcp": "A6-314"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Feval", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:42", "date": "1816-09-29 15:30", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1816-09-29 15:36:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Feval"}, "birth": {"tzo": "-00:06:42", "date": "1816-09-29 15:30", "place": {"c2": "35", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1816-09-29 15:36:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-314"}, "ids-in-sources": {"a6": "314"}}, "raw": {"H": "15", "MN": "36", "TZ": "0", "COD": "35", "COU": "F", "DAY": "29", "LAT": "48N 7", "LON": "1W40", "MON": "9", "NUM": "314", "PRO": "W", "SEC": "40", "YEA": "1816", "CITY": "RENNES"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14108	ferrand-weyher-yvonne-1873-05-16	{"a6": "311"}	{"lerrcp": "A6-311"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yvonne", "family": "Ferrand-Weyher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:38", "date": "1873-05-16 09:00", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.40935, "lat": 48.89437, "name": "Pantin", "geoid": 2988621}, "notime": null, "date-ut": "1873-05-16 08:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Yvonne", "family": "Ferrand-Weyher"}, "birth": {"tzo": "+00:09:38", "date": "1873-05-16 09:00", "place": {"c2": "93", "cy": "FR", "lg": 2.40935, "lat": 48.89437, "name": "Pantin", "geoid": 2988621}, "date-ut": "1873-05-16 08:50"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-311"}, "ids-in-sources": {"a6": "311"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "93", "COU": "F", "DAY": "16", "LAT": "48N55", "LON": "2E30", "MON": "5", "NUM": "311", "PRO": "W", "SEC": "0", "YEA": "1873", "CITY": "PANTIN"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14113	figuier-louis-1819-02-15	{"a6": "316"}	{"lerrcp": "A6-316"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Figuier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1819-02-15 20:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1819-02-15 19:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Figuier"}, "birth": {"tzo": "+00:15:30", "date": "1819-02-15 20:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1819-02-15 19:44:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-316"}, "ids-in-sources": {"a6": "316"}}, "raw": {"H": "19", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "15", "LAT": "43N37", "LON": "3E53", "MON": "2", "NUM": "316", "PRO": "W", "SEC": "28", "YEA": "1819", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14114	flammarion-camille-1842-02-26	{"a6": "317"}	{"lerrcp": "A6-317"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Flammarion", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:32", "date": "1842-02-26 01:00", "note": null, "place": {"c1": null, "c2": "52", "c3": null, "cy": "FR", "lg": 5.13333, "lat": 48.11667, "name": "Montigny le Roi", "geoid": 0}, "notime": null, "date-ut": "1842-02-26 00:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Flammarion"}, "birth": {"tzo": "+00:20:32", "date": "1842-02-26 01:00", "place": {"c2": "52", "cy": "FR", "lg": 5.13333, "lat": 48.11667, "name": "Montigny le Roi", "geoid": 0}, "date-ut": "1842-02-26 00:39:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-317"}, "ids-in-sources": {"a6": "317"}}, "raw": {"H": "0", "MN": "39", "TZ": "0", "COD": "52", "COU": "F", "DAY": "26", "LAT": "48N 7", "LON": "5E 8", "MON": "2", "NUM": "317", "PRO": "W", "SEC": "28", "YEA": "1842", "CITY": "MONTIGNY LE ROI"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18099	corre-max-1912-02-25	{"e1": "467"}	{"lerrcp": "E1-467"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Corre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-02-25 20:00", "note": null, "place": {"c1": null, "c2": "03", "c3": "", "cy": "FR", "lg": 3.45639, "lat": 46.13452, "name": "Cusset", "geoid": 3021993}, "notime": null, "date-ut": "1912-02-25 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Max", "family": "Corre"}, "birth": {"tzo": "+00:00", "date": "1912-02-25 20:00", "place": {"c2": "03", "c3": "", "cy": "FR", "lg": 3.45639, "lat": 46.13452, "name": "Cusset", "geoid": 3021993}, "date-ut": "1912-02-25 20:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "467"}}, "raw": {"H": "20:00", "COD": "03", "DAY": "25", "MON": "02", "NUM": "0467", "PRO": "EX", "YEA": "1912", "CITY": "Cusset", "NAME": "CORRE Max", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14116	flers-robert-1872-11-25	{"a6": "319"}	{"lerrcp": "A6-319"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Flers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:46", "date": "1872-11-25 07:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": 0.19161, "lat": 49.28912, "name": "Pont-l'Évêque", "geoid": 2986151}, "notime": null, "date-ut": "1872-11-25 07:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Flers"}, "birth": {"tzo": "+00:00:46", "date": "1872-11-25 07:00", "place": {"c2": "14", "cy": "FR", "lg": 0.19161, "lat": 49.28912, "name": "Pont-l'Évêque", "geoid": 2986151}, "date-ut": "1872-11-25 07:01:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-319"}, "ids-in-sources": {"a6": "319"}}, "raw": {"H": "7", "MN": "1", "TZ": "0", "COD": "14", "COU": "F", "DAY": "25", "LAT": "49N11", "LON": "0W22", "MON": "11", "NUM": "319", "PRO": "W", "SEC": "28", "YEA": "1872", "CITY": "PONT-L'EVEQUE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14117	fleuriot-zenaide-1829-10-28	{"a6": "320"}	{"lerrcp": "A6-320"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Zenaide", "family": "Fleuriot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:11:04", "date": "1829-10-28 10:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -2.76838, "lat": 48.51513, "name": "Saint-Brieuc", "geoid": 2981280}, "notime": null, "date-ut": "1829-10-28 10:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Zenaide", "family": "Fleuriot"}, "birth": {"tzo": "-00:11:04", "date": "1829-10-28 10:00", "place": {"c2": "22", "cy": "FR", "lg": -2.76838, "lat": 48.51513, "name": "Saint-Brieuc", "geoid": 2981280}, "date-ut": "1829-10-28 10:11"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-320"}, "ids-in-sources": {"a6": "320"}}, "raw": {"H": "10", "MN": "11", "TZ": "0", "COD": "22", "COU": "F", "DAY": "28", "LAT": "48N31", "LON": "2W45", "MON": "10", "NUM": "320", "PRO": "W", "SEC": "0", "YEA": "1829", "CITY": "ST-BRIEUC"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14119	focillon-henri-1881-09-07	{"a6": "322"}	{"lerrcp": "A6-322"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Focillon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:04", "date": "1881-09-07 04:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1881-09-07 03:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Focillon"}, "birth": {"tzo": "+00:20:04", "date": "1881-09-07 04:00", "place": {"c2": "21", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1881-09-07 03:39:52"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-322"}, "ids-in-sources": {"a6": "322"}}, "raw": {"H": "3", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "7", "LAT": "47N19", "LON": "5E 2", "MON": "9", "NUM": "322", "PRO": "W", "SEC": "52", "YEA": "1881", "CITY": "DIJON"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18100	corriol-jacques-1920-05-20	{"e1": "468"}	{"lerrcp": "E1-468"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Corriol", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-05-20 20:30", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.43769, "lat": 48.8486, "name": "Vincennes", "geoid": 2968054}, "notime": null, "date-ut": "1920-05-20 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Corriol"}, "birth": {"tzo": "+01:00", "date": "1920-05-20 20:30", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.43769, "lat": 48.8486, "name": "Vincennes", "geoid": 2968054}, "date-ut": "1920-05-20 19:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "468"}}, "raw": {"H": "20:30", "COD": "94", "DAY": "20", "MON": "05", "NUM": "0468", "PRO": "PH", "YEA": "1920", "CITY": "Vincennes", "NAME": "CORRIOL Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14118	flory-albert-1890-10-24	{"a6": "321"}	{"lerrcp": "A6-321"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Flory", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:10", "date": "1890-10-24 15:00", "note": null, "place": {"c1": null, "c2": "07", "c3": null, "cy": "FR", "lg": 4.29342, "lat": 44.54272, "name": "Largentière", "geoid": 3006958}, "notime": null, "date-ut": "1890-10-24 14:41:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Flory"}, "birth": {"tzo": "+00:17:10", "date": "1890-10-24 15:00", "place": {"c2": "07", "cy": "FR", "lg": 4.29342, "lat": 44.54272, "name": "Largentière", "geoid": 3006958}, "date-ut": "1890-10-24 14:41:36"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-321"}, "ids-in-sources": {"a6": "321"}}, "raw": {"H": "14", "MN": "41", "TZ": "0", "COD": "07", "COU": "F", "DAY": "24", "LAT": "44N44", "LON": "4E36", "MON": "10", "NUM": "321", "PRO": "W", "SEC": "36", "YEA": "1890", "CITY": "LARGENTIERE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14120	follain-jean-1903-08-29	{"a6": "323"}	{"lerrcp": "A6-323"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Follain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1903-08-29 21:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.17595, "lat": 49.07572, "name": "Canisy", "geoid": 3028819}, "notime": null, "date-ut": "1903-08-29 20:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Follain"}, "birth": {"tzo": "+00:09:21", "date": "1903-08-29 21:00", "place": {"c2": "50", "cy": "FR", "lg": -1.17595, "lat": 49.07572, "name": "Canisy", "geoid": 3028819}, "date-ut": "1903-08-29 20:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-323"}, "ids-in-sources": {"a6": "323"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "50", "COU": "F", "DAY": "29", "LAT": "49N 7", "LON": "1W 5", "MON": "8", "NUM": "323", "PRO": "W", "SEC": "40", "YEA": "1903", "CITY": "CANISY"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14122	fontainas-andre-1865-02-05	{"a6": "325"}	{"lerrcp": "A6-325"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Fontainas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "BE", "lg": 4.33333, "lat": 50.83333, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1865-02-05 09:42:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "André", "family": "Fontainas"}, "birth": {"place": {"c2": "", "cy": "BE", "lg": 4.33333, "lat": 50.83333, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1865-02-05 09:42:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-325"}, "ids-in-sources": {"a6": "325"}}, "raw": {"H": "9", "MN": "42", "TZ": "0", "COD": "B", "COU": "F", "DAY": "5", "LAT": "50N50", "LON": "4E20", "MON": "2", "NUM": "325", "PRO": "W", "SEC": "40", "YEA": "1865", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18101	corteel-andre-1914-08-08	{"e1": "469"}	{"lerrcp": "E1-469"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Corteel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-08-08 07:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1914-08-08 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Corteel"}, "birth": {"tzo": "+00:00", "date": "1914-08-08 07:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1914-08-08 07:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "469"}}, "raw": {"H": "07:30", "COD": "59", "DAY": "08", "MON": "08", "NUM": "0469", "PRO": "PH", "YEA": "1914", "CITY": "Lille", "NAME": "CORTEEL André", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14127	fouillee-alfred-1838-10-18	{"a6": "330"}	{"lerrcp": "A6-330"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Fouillee", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:03:14", "date": "1838-10-18 11:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.80928, "lat": 47.55357, "name": "La Pouëze", "geoid": 3007174}, "notime": null, "date-ut": "1838-10-18 11:02:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Fouillee"}, "birth": {"tzo": "-00:03:14", "date": "1838-10-18 11:00", "place": {"c2": "49", "cy": "FR", "lg": -0.80928, "lat": 47.55357, "name": "La Pouëze", "geoid": 3007174}, "date-ut": "1838-10-18 11:02:08"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-330"}, "ids-in-sources": {"a6": "330"}}, "raw": {"H": "11", "MN": "2", "TZ": "0", "COD": "49", "COU": "F", "DAY": "18", "LAT": "47N28", "LON": "0W32", "MON": "10", "NUM": "330", "PRO": "W", "SEC": "8", "YEA": "1838", "CITY": "LA POUEZE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14123	forneret-xavier-1809-08-16	{"a6": "326"}	{"lerrcp": "A6-326"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Xavier", "family": "Forneret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:21", "date": "1809-08-16 22:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 4.83887, "lat": 47.02413, "name": "Beaune", "geoid": 3034126}, "notime": null, "date-ut": "1809-08-16 21:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Xavier", "family": "Forneret"}, "birth": {"tzo": "+00:19:21", "date": "1809-08-16 22:00", "place": {"c2": "21", "cy": "FR", "lg": 4.83887, "lat": 47.02413, "name": "Beaune", "geoid": 3034126}, "date-ut": "1809-08-16 21:39:52"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-326"}, "ids-in-sources": {"a6": "326"}}, "raw": {"H": "21", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "16", "LAT": "47N19", "LON": "5E 2", "MON": "8", "NUM": "326", "PRO": "W", "SEC": "52", "YEA": "1809", "CITY": "BEAUNE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14124	fort-paul-1872-02-01	{"a6": "327"}	{"lerrcp": "A6-327"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Fort", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:07", "date": "1872-02-01 06:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "notime": null, "date-ut": "1872-02-01 05:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Fort"}, "birth": {"tzo": "+00:16:07", "date": "1872-02-01 06:00", "place": {"c2": "51", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "date-ut": "1872-02-01 05:42:32"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-327"}, "ids-in-sources": {"a6": "327"}}, "raw": {"H": "5", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "1", "LAT": "48N57", "LON": "4E22", "MON": "2", "NUM": "327", "PRO": "W", "SEC": "32", "YEA": "1872", "CITY": "REIMS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18103	cosse-brissac-charles-de-1903-06-05	{"e1": "471"}	{"lerrcp": "E1-471"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles de", "family": "Cosse Brissac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-06-05 14:15", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": 2.70177, "lat": 48.40908, "name": "Fontainebleau", "geoid": 3018074}, "notime": null, "date-ut": "1903-06-05 14:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles de", "family": "Cosse Brissac"}, "birth": {"tzo": "+00:09", "date": "1903-06-05 14:15", "place": {"c2": "77", "c3": "", "cy": "FR", "lg": 2.70177, "lat": 48.40908, "name": "Fontainebleau", "geoid": 3018074}, "date-ut": "1903-06-05 14:06"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "471"}}, "raw": {"H": "14:15", "COD": "77", "DAY": "05", "MON": "06", "NUM": "0471", "PRO": "MI", "YEA": "1903", "CITY": "Fontainebleau", "NAME": "COSSE BRISSAC Charles de", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18104	costa-de-beauregard-roland-1913-08-05	{"e1": "472"}	{"lerrcp": "E1-472"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roland", "family": "Costa De Beauregard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1913-08-05 09:00", "note": null, "place": {"c1": null, "c2": "58", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Bonnet", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Roland", "family": "Costa De Beauregard"}, "birth": {"tzo": "", "date": "1913-08-05 09:00", "place": {"c2": "58", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Bonnet", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "472"}}, "raw": {"H": "09:00", "COD": "58", "DAY": "05", "MON": "08", "NUM": "0472", "PRO": "MI", "YEA": "1913", "CITY": "St Bonnet", "NAME": "COSTA DE BEAUREGARD Roland", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14132	franck-adolphe-1809-10-02	{"a6": "335"}	{"lerrcp": "A6-335"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Franck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:23", "date": "1809-10-02 18:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.34383, "lat": 48.91066, "name": "Liocourt", "geoid": 2998199}, "notime": null, "date-ut": "1809-10-02 17:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Franck"}, "birth": {"tzo": "+00:25:23", "date": "1809-10-02 18:00", "place": {"c2": "57", "cy": "FR", "lg": 6.34383, "lat": 48.91066, "name": "Liocourt", "geoid": 2998199}, "date-ut": "1809-10-02 17:35:16"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-335"}, "ids-in-sources": {"a6": "335"}}, "raw": {"H": "17", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "2", "LAT": "49N 7", "LON": "6E11", "MON": "10", "NUM": "335", "PRO": "W", "SEC": "16", "YEA": "1809", "CITY": "LIOCOURT"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14128	foulon-vaulx-andre-1873-05-15	{"a6": "331"}	{"lerrcp": "A6-331"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Foulon Vaulx Andre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12", "date": "1873-05-15 19:03:40", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 3, "lat": 49.58333, "name": "Noyon", "geoid": 2989877}, "notime": null, "date-ut": "1873-05-15 18:51:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "", "family": "Foulon Vaulx Andre"}, "birth": {"tzo": "+00:12", "date": "1873-05-15 19:03:40", "place": {"c2": "60", "cy": "FR", "lg": 3, "lat": 49.58333, "name": "Noyon", "geoid": 2989877}, "date-ut": "1873-05-15 18:51:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-331"}, "ids-in-sources": {"a6": "331"}}, "raw": {"H": "18", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "15", "LAT": "49N26", "LON": "2E 5", "MON": "5", "NUM": "331", "PRO": "W", "SEC": "40", "YEA": "1873", "CITY": "NOYON"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14129	fourest-georges-1864-04-06	{"a6": "332"}	{"lerrcp": "A6-332"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Fourest", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:59", "date": "1864-04-06 20:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1864-04-06 19:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Fourest"}, "birth": {"tzo": "+00:04:59", "date": "1864-04-06 20:00", "place": {"c2": "87", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1864-04-06 19:55"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-332"}, "ids-in-sources": {"a6": "332"}}, "raw": {"H": "19", "MN": "55", "TZ": "0", "COD": "87", "COU": "F", "DAY": "6", "LAT": "45N50", "LON": "1E15", "MON": "4", "NUM": "332", "PRO": "W", "SEC": "0", "YEA": "1864", "CITY": "LIMOGES"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18105	cotteau-gilbert-1931-11-05	{"e1": "473"}	{"lerrcp": "E1-473"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilbert", "family": "Cotteau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1931-11-05 05:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.46713, "lat": 50.03424, "name": "Busigny", "geoid": 3029477}, "notime": null, "date-ut": "1931-11-05 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Gilbert", "family": "Cotteau"}, "birth": {"tzo": "+00:00", "date": "1931-11-05 05:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.46713, "lat": 50.03424, "name": "Busigny", "geoid": 3029477}, "date-ut": "1931-11-05 05:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "473"}}, "raw": {"H": "05:00", "COD": "59", "DAY": "05", "MON": "11", "NUM": "0473", "PRO": "EX", "YEA": "1931", "CITY": "Busigny", "NAME": "COTTEAU Gilbert", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18106	coudanne-raymond-1876-08-28	{"e1": "474"}	{"lerrcp": "E1-474"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Coudanne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04", "date": "1876-08-28 18:30", "note": null, "place": {"c1": null, "c2": "40", "c3": "", "cy": "FR", "lg": -1.05366, "lat": 43.71032, "name": "Dax", "geoid": 3021670}, "notime": null, "date-ut": "1876-08-28 18:34"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Coudanne"}, "birth": {"tzo": "-00:04", "date": "1876-08-28 18:30", "place": {"c2": "40", "c3": "", "cy": "FR", "lg": -1.05366, "lat": 43.71032, "name": "Dax", "geoid": 3021670}, "date-ut": "1876-08-28 18:34"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "474"}}, "raw": {"H": "18:30", "COD": "40", "DAY": "28", "MON": "08", "NUM": "0474", "PRO": "MI", "YEA": "1876", "CITY": "Dax", "NAME": "COUDANNE Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14134	franck-bernard-1929-10-11	{"a6": "337"}	{"lerrcp": "A6-337"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Franck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1929-10-11 08:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly", "geoid": 0}, "notime": null, "date-ut": "1929-10-11 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Franck"}, "birth": {"tzo": "+00:00", "date": "1929-10-11 08:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly", "geoid": 0}, "date-ut": "1929-10-11 08:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-337"}, "ids-in-sources": {"a6": "337"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "92", "COU": "F", "DAY": "11", "LAT": "48N50", "LON": "2E11", "MON": "10", "NUM": "337", "PRO": "W", "SEC": "0", "YEA": "1929", "CITY": "NEUILLY"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14135	frapie-leon-1863-01-27	{"a6": "338"}	{"lerrcp": "A6-338"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Frapie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1863-01-27 09:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1863-01-27 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Frapie"}, "birth": {"tzo": "+00:09:24", "date": "1863-01-27 09:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1863-01-27 08:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-338"}, "ids-in-sources": {"a6": "338"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "27", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "338", "PRO": "W", "SEC": "40", "YEA": "1863", "CITY": "PARIS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14137	frene-roger-1878-01-18	{"a6": "340"}	{"lerrcp": "A6-340"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Frene", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:18", "date": "1878-01-18 17:00", "note": null, "place": {"c1": null, "c2": "12", "c3": null, "cy": "FR", "lg": 2.57338, "lat": 44.35258, "name": "Rodez", "geoid": 2983154}, "notime": null, "date-ut": "1878-01-18 16:49:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Frene"}, "birth": {"tzo": "+00:10:18", "date": "1878-01-18 17:00", "place": {"c2": "12", "cy": "FR", "lg": 2.57338, "lat": 44.35258, "name": "Rodez", "geoid": 2983154}, "date-ut": "1878-01-18 16:49:44"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-340"}, "ids-in-sources": {"a6": "340"}}, "raw": {"H": "16", "MN": "49", "TZ": "0", "COD": "12", "COU": "F", "DAY": "18", "LAT": "44N21", "LON": "2E34", "MON": "1", "NUM": "340", "PRO": "W", "SEC": "44", "YEA": "1878", "CITY": "RODEZ"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18107	couinaud-claude-1922-02-16	{"e1": "475"}	{"lerrcp": "E1-475"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Couinaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-02-16 20:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1922-02-16 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Couinaud"}, "birth": {"tzo": "+00:00", "date": "1922-02-16 20:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1922-02-16 20:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "475"}}, "raw": {"H": "20:00", "COD": "92", "DAY": "16", "MON": "02", "NUM": "0475", "PRO": "PH", "YEA": "1922", "CITY": "Neuilly sur Seine", "NAME": "COUINAUD Claude", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14138	fumet-stanislas-1896-05-10	{"a6": "342"}	{"lerrcp": "A6-342"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stanislas", "family": "Fumet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1896-05-10 15:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.43458, "lat": 43.33358, "name": "Lescar", "geoid": 3001617}, "notime": null, "date-ut": "1896-05-10 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Stanislas", "family": "Fumet"}, "birth": {"tzo": "+00:09:21", "date": "1896-05-10 15:00", "place": {"c2": "64", "cy": "FR", "lg": -0.43458, "lat": 43.33358, "name": "Lescar", "geoid": 3001617}, "date-ut": "1896-05-10 14:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-342"}, "ids-in-sources": {"a6": "342"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "64", "COU": "F", "DAY": "10", "LAT": "43N18", "LON": "0W22", "MON": "5", "NUM": "342", "PRO": "W", "SEC": "40", "YEA": "1896", "CITY": "LESCAR"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18108	coulet-gaston-1884-08-16	{"e1": "476"}	{"lerrcp": "E1-476"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Coulet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23", "date": "1884-08-16 10:00", "note": null, "place": {"c1": null, "c2": "55", "c3": "", "cy": "FR", "lg": 5.64022, "lat": 49.21259, "name": "Étain", "geoid": 3019474}, "notime": null, "date-ut": "1884-08-16 09:37"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Coulet"}, "birth": {"tzo": "+00:23", "date": "1884-08-16 10:00", "place": {"c2": "55", "c3": "", "cy": "FR", "lg": 5.64022, "lat": 49.21259, "name": "Étain", "geoid": 3019474}, "date-ut": "1884-08-16 09:37"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "476"}}, "raw": {"H": "10:00", "COD": "55", "DAY": "16", "MON": "08", "NUM": "0476", "PRO": "PH", "YEA": "1884", "CITY": "Etain", "NAME": "COULET Gaston", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14139	gaboriau-emile-1832-11-09	{"a6": "343"}	{"lerrcp": "A6-343"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Gaboriau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:20", "date": "1832-11-09 16:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Saujon", "geoid": 0}, "notime": null, "date-ut": "1832-11-09 16:04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Gaboriau"}, "birth": {"tzo": "-00:04:20", "date": "1832-11-09 16:00", "place": {"c2": "50", "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Saujon", "geoid": 0}, "date-ut": "1832-11-09 16:04:20"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-343"}, "ids-in-sources": {"a6": "343"}}, "raw": {"H": "16", "MN": "4", "TZ": "0", "COD": "50", "COU": "F", "DAY": "9", "LAT": "49N 7", "LON": "1W 5", "MON": "11", "NUM": "343", "PRO": "W", "SEC": "20", "YEA": "1832", "CITY": "SAUJON"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14146	garnier-pierre-1928-01-09	{"a6": "350"}	{"lerrcp": "A6-350"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Garnier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1928-01-09 20:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1928-01-09 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Garnier"}, "birth": {"tzo": "+00:00", "date": "1928-01-09 20:00", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1928-01-09 20:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-350"}, "ids-in-sources": {"a6": "350"}}, "raw": {"H": "20", "MN": "0", "TZ": "0", "COD": "80", "COU": "F", "DAY": "9", "LAT": "49N54", "LON": "2E18", "MON": "1", "NUM": "350", "PRO": "W", "SEC": "0", "YEA": "1928", "CITY": "AMIENS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18109	coulloumme-labarthe-rene-1915-04-19	{"e1": "477"}	{"lerrcp": "E1-477"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Coulloumme-Labarthe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-04-19 23:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -0.77266, "lat": 43.48834, "name": "Orthez", "geoid": 2989187}, "notime": null, "date-ut": "1915-04-19 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "René", "family": "Coulloumme-Labarthe"}, "birth": {"tzo": "+00:00", "date": "1915-04-19 23:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": -0.77266, "lat": 43.48834, "name": "Orthez", "geoid": 2989187}, "date-ut": "1915-04-19 23:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "477"}}, "raw": {"H": "23:00", "COD": "64", "DAY": "19", "MON": "04", "NUM": "0477", "PRO": "MI", "YEA": "1915", "CITY": "Orthez", "NAME": "COULLOUMME-LABARTHE René", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14144	garcon-maurice-1889-11-25	{"a6": "348"}	{"lerrcp": "A6-348"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Garcon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1889-11-25 05:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1889-11-25 04:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Garcon"}, "birth": {"tzo": "+00:12:14", "date": "1889-11-25 05:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1889-11-25 04:47:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-348"}, "ids-in-sources": {"a6": "348"}}, "raw": {"H": "4", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "25", "LAT": "50N39", "LON": "3E 5", "MON": "11", "NUM": "348", "PRO": "W", "SEC": "40", "YEA": "1889", "CITY": "LILLE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14142	garampon-georges-1899-04-12	{"a6": "346"}	{"lerrcp": "A6-346"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Garampon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-04-12 20:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 46.3, "name": "Chalon/Saone", "geoid": 0}, "notime": null, "date-ut": "1899-04-12 19:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Garampon"}, "birth": {"tzo": "+00:09:21", "date": "1899-04-12 20:00", "place": {"c2": "71", "cy": "FR", "lg": 4.83333, "lat": 46.3, "name": "Chalon/Saone", "geoid": 0}, "date-ut": "1899-04-12 19:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-346"}, "ids-in-sources": {"a6": "346"}}, "raw": {"H": "19", "MN": "50", "TZ": "0", "COD": "71", "COU": "F", "DAY": "12", "LAT": "46N18", "LON": "4E50", "MON": "4", "NUM": "346", "PRO": "W", "SEC": "40", "YEA": "1899", "CITY": "CHALON/SAONE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14145	garnier-auguste-1885-10-12	{"a6": "349"}	{"lerrcp": "A6-349"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Garnier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:20", "date": "1885-10-12 01:30", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Quettreville/Si", "geoid": 0}, "notime": null, "date-ut": "1885-10-12 01:34:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Garnier"}, "birth": {"tzo": "-00:04:20", "date": "1885-10-12 01:30", "place": {"c2": "50", "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Quettreville/Si", "geoid": 0}, "date-ut": "1885-10-12 01:34:20"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-349"}, "ids-in-sources": {"a6": "349"}}, "raw": {"H": "1", "MN": "34", "TZ": "0", "COD": "50", "COU": "F", "DAY": "12", "LAT": "49N 7", "LON": "1W 5", "MON": "10", "NUM": "349", "PRO": "W", "SEC": "20", "YEA": "1885", "CITY": "QUETTREVILLE/SI"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18110	coulon-charles-1872-04-07	{"e1": "478"}	{"lerrcp": "E1-478"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Coulon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12", "date": "1872-04-07 01:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1872-04-07 00:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Coulon"}, "birth": {"tzo": "+00:12", "date": "1872-04-07 01:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1872-04-07 00:48"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "478"}}, "raw": {"H": "01:00", "COD": "59", "DAY": "07", "MON": "04", "NUM": "0478", "PRO": "PH", "YEA": "1872", "CITY": "Lille", "NAME": "COULON Charles", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18111	coupigny-jean-1912-04-19	{"e1": "479"}	{"lerrcp": "E1-479"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Coupigny", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-04-19 04:00", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "notime": null, "date-ut": "1912-04-19 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Coupigny"}, "birth": {"tzo": "+00:00", "date": "1912-04-19 04:00", "place": {"c2": "24", "c3": "", "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "date-ut": "1912-04-19 04:00"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "479"}}, "raw": {"H": "04:00", "COD": "24", "DAY": "19", "MON": "04", "NUM": "0479", "PRO": "MI", "YEA": "1912", "CITY": "Périgueux", "NAME": "COUPIGNY Jean", "NOTE": "L"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18112	courau-joseph-1902-03-12	{"e1": "480"}	{"lerrcp": "E1-480"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Courau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1902-03-12 18:30", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.24186, "lat": 44.91449, "name": "Libourne", "geoid": 2998517}, "notime": null, "date-ut": "1902-03-12 18:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Courau"}, "birth": {"tzo": "+00:09", "date": "1902-03-12 18:30", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.24186, "lat": 44.91449, "name": "Libourne", "geoid": 2998517}, "date-ut": "1902-03-12 18:21"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "480"}}, "raw": {"H": "18:30", "COD": "33", "DAY": "12", "MON": "03", "NUM": "0480", "PRO": "EX", "YEA": "1902", "CITY": "Libourne", "NAME": "COURAU Joseph", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14150	gautier-jean-1908-11-04	{"a6": "354"}	{"lerrcp": "A6-354"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Gautier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1908-11-04 10:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Essomes/Marne", "geoid": 0}, "notime": null, "date-ut": "1908-11-04 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Gautier"}, "birth": {"tzo": "+00:09:21", "date": "1908-11-04 10:00", "place": {"c2": "02", "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Essomes/Marne", "geoid": 0}, "date-ut": "1908-11-04 09:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-354"}, "ids-in-sources": {"a6": "354"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "02", "COU": "F", "DAY": "4", "LAT": "49N34", "LON": "3E37", "MON": "11", "NUM": "354", "PRO": "W", "SEC": "40", "YEA": "1908", "CITY": "ESSOMES/MARNE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14148	gaucheron-jacques-1920-06-28	{"a6": "352"}	{"lerrcp": "A6-352"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Gaucheron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-06-28 19:00", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 1.66292, "lat": 48.09087, "name": "Guillonville", "geoid": 3014249}, "notime": null, "date-ut": "1920-06-28 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Gaucheron"}, "birth": {"tzo": "+01:00", "date": "1920-06-28 19:00", "place": {"c2": "28", "cy": "FR", "lg": 1.66292, "lat": 48.09087, "name": "Guillonville", "geoid": 3014249}, "date-ut": "1920-06-28 18:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-352"}, "ids-in-sources": {"a6": "352"}}, "raw": {"H": "18", "MN": "0", "TZ": "0", "COD": "28", "COU": "F", "DAY": "28", "LAT": "48N27", "LON": "1E30", "MON": "6", "NUM": "352", "PRO": "W", "SEC": "0", "YEA": "1920", "CITY": "GUILLONVILLE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14152	gaxotte-pierre-1895-11-19	{"a6": "356"}	{"lerrcp": "A6-356"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Gaxotte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-11-19 13:30", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.16667, "lat": 48.76667, "name": "Revigny", "geoid": 0}, "notime": null, "date-ut": "1895-11-19 13:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Gaxotte"}, "birth": {"tzo": "+00:09:21", "date": "1895-11-19 13:30", "place": {"c2": "55", "cy": "FR", "lg": 5.16667, "lat": 48.76667, "name": "Revigny", "geoid": 0}, "date-ut": "1895-11-19 13:20:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-356"}, "ids-in-sources": {"a6": "356"}}, "raw": {"H": "13", "MN": "20", "TZ": "0", "COD": "55", "COU": "F", "DAY": "19", "LAT": "48N46", "LON": "5E10", "MON": "11", "NUM": "356", "PRO": "W", "SEC": "40", "YEA": "1895", "CITY": "REVIGNY"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14153	gebhart-emile-1839-07-19	{"a6": "357"}	{"lerrcp": "A6-357"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Gebhart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1839-07-19 18:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1839-07-19 17:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Gebhart"}, "birth": {"tzo": "+00:24:44", "date": "1839-07-19 18:00", "place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1839-07-19 17:35:12"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-357"}, "ids-in-sources": {"a6": "357"}}, "raw": {"H": "17", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "19", "LAT": "48N42", "LON": "6E12", "MON": "7", "NUM": "357", "PRO": "W", "SEC": "12", "YEA": "1839", "CITY": "NANCY"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18113	courau-rene-1905-02-22	{"e1": "481"}	{"lerrcp": "E1-481"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Courau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-02-22 11:30", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.24186, "lat": 44.91449, "name": "Libourne", "geoid": 2998517}, "notime": null, "date-ut": "1905-02-22 11:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "René", "family": "Courau"}, "birth": {"tzo": "+00:09", "date": "1905-02-22 11:30", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.24186, "lat": 44.91449, "name": "Libourne", "geoid": 2998517}, "date-ut": "1905-02-22 11:21"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "481"}}, "raw": {"H": "11:30", "COD": "33", "DAY": "22", "MON": "02", "NUM": "0481", "PRO": "MI", "YEA": "1905", "CITY": "Libourne", "NAME": "COURAU René", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18114	couraud-raymond-1914-11-27	{"e1": "482"}	{"lerrcp": "E1-482"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Couraud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-11-27 18:00", "note": null, "place": {"c1": null, "c2": "87", "c3": "", "cy": "FR", "lg": 1.49025, "lat": 45.8371, "name": "Saint-Léonard-de-Noblat", "geoid": 2978782}, "notime": null, "date-ut": "1914-11-27 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Couraud"}, "birth": {"tzo": "+00:00", "date": "1914-11-27 18:00", "place": {"c2": "87", "c3": "", "cy": "FR", "lg": 1.49025, "lat": 45.8371, "name": "Saint-Léonard-de-Noblat", "geoid": 2978782}, "date-ut": "1914-11-27 18:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "482"}}, "raw": {"H": "18:00", "COD": "87", "DAY": "27", "MON": "11", "NUM": "0482", "PRO": "EX", "YEA": "1914", "CITY": "St Léonard de Noblat", "NAME": "COURAUD Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18115	courbot-henri-1902-02-12	{"e1": "483"}	{"lerrcp": "E1-483"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Courbot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1902-02-12 20:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05938, "lat": 50.34043, "name": "Courchelettes", "geoid": 3023066}, "notime": null, "date-ut": "1902-02-12 19:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Courbot"}, "birth": {"tzo": "+00:09", "date": "1902-02-12 20:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05938, "lat": 50.34043, "name": "Courchelettes", "geoid": 3023066}, "date-ut": "1902-02-12 19:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "483"}}, "raw": {"H": "20:00", "COD": "59", "DAY": "12", "MON": "02", "NUM": "0483", "PRO": "EX", "YEA": "1902", "CITY": "Courchelettes", "NAME": "COURB0T Henri", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18116	courchet-jean-1913-08-31	{"e1": "484"}	{"lerrcp": "E1-484"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Courchet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-08-31 16:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 6.7735, "lat": 43.42332, "name": "Saint-Raphaël", "geoid": 2977246}, "notime": null, "date-ut": "1913-08-31 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Courchet"}, "birth": {"tzo": "+00:00", "date": "1913-08-31 16:00", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": 6.7735, "lat": 43.42332, "name": "Saint-Raphaël", "geoid": 2977246}, "date-ut": "1913-08-31 16:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "484"}}, "raw": {"H": "16:00", "COD": "83", "DAY": "31", "MON": "08", "NUM": "0484", "PRO": "PH", "YEA": "1913", "CITY": "St Raphaël", "NAME": "COURCHET Jean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14160	gide-charles-1847-06-28	{"a6": "365"}	{"lerrcp": "A6-365"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Gide", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:41", "date": "1847-06-28 23:45:17", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.41973, "lat": 44.01251, "name": "Uzès", "geoid": 2971258}, "notime": null, "date-ut": "1847-06-28 23:27:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Gide"}, "birth": {"tzo": "+00:17:41", "date": "1847-06-28 23:45:17", "place": {"c2": "30", "cy": "FR", "lg": 4.41973, "lat": 44.01251, "name": "Uzès", "geoid": 2971258}, "date-ut": "1847-06-28 23:27:36"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-365"}, "ids-in-sources": {"a6": "365"}}, "raw": {"H": "23", "MN": "27", "TZ": "0", "COD": "30", "COU": "F", "DAY": "28", "LAT": "43N51", "LON": "4E21", "MON": "6", "NUM": "365", "PRO": "W", "SEC": "36", "YEA": "1847", "CITY": "UZES"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14156	geraldy-paul-1885-03-06	{"a6": "361"}	{"lerrcp": "A6-361"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Geraldy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1885-03-06 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1885-03-06 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Geraldy"}, "birth": {"tzo": "+00:09:24", "date": "1885-03-06 05:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1885-03-06 04:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-361"}, "ids-in-sources": {"a6": "361"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "6", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "361", "PRO": "W", "SEC": "40", "YEA": "1885", "CITY": "PARIS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14162	gillouin-rene-1881-03-11	{"a6": "367"}	{"lerrcp": "A6-367"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Gillouin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:36", "date": "1881-03-11 02:30", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 4.9, "lat": 44.93333, "name": "Aouste", "geoid": 0}, "notime": null, "date-ut": "1881-03-11 02:10:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "René", "family": "Gillouin"}, "birth": {"tzo": "+00:19:36", "date": "1881-03-11 02:30", "place": {"c2": "26", "cy": "FR", "lg": 4.9, "lat": 44.93333, "name": "Aouste", "geoid": 0}, "date-ut": "1881-03-11 02:10:24"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-367"}, "ids-in-sources": {"a6": "367"}}, "raw": {"H": "2", "MN": "10", "TZ": "0", "COD": "26", "COU": "F", "DAY": "11", "LAT": "44N56", "LON": "4E54", "MON": "3", "NUM": "367", "PRO": "W", "SEC": "24", "YEA": "1881", "CITY": "AOUSTE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14163	gilson-etienne-1884-06-13	{"a6": "368"}	{"lerrcp": "A6-368"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Gilson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1884-06-13 12:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1884-06-13 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Gilson"}, "birth": {"tzo": "+00:09:24", "date": "1884-06-13 12:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1884-06-13 11:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-368"}, "ids-in-sources": {"a6": "368"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "13", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "368", "PRO": "W", "SEC": "40", "YEA": "1884", "CITY": "PARIS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18117	courdurier-jean-1908-12-12	{"e1": "485"}	{"lerrcp": "E1-485"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Courdurier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-12-12 21:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1908-12-12 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Courdurier"}, "birth": {"tzo": "+00:09", "date": "1908-12-12 21:00", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1908-12-12 20:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "485"}}, "raw": {"H": "21:00", "COD": "83", "DAY": "12", "MON": "12", "NUM": "0485", "PRO": "PH", "YEA": "1908", "CITY": "Toulon", "NAME": "COURDURIER Jean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14161	gillet-georges-1855-05-11	{"a6": "366"}	{"lerrcp": "A6-366"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Gillet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:44", "date": "1855-05-11 15:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Rueil", "geoid": 0}, "notime": null, "date-ut": "1855-05-11 14:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Gillet"}, "birth": {"tzo": "+00:08:44", "date": "1855-05-11 15:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Rueil", "geoid": 0}, "date-ut": "1855-05-11 14:51:16"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-366"}, "ids-in-sources": {"a6": "366"}}, "raw": {"H": "14", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "11", "LAT": "48N50", "LON": "2E11", "MON": "5", "NUM": "366", "PRO": "W", "SEC": "16", "YEA": "1855", "CITY": "RUEIL"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14164	ginet-albert-1910-02-08	{"a6": "369"}	{"lerrcp": "A6-369"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Ginet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1910-02-08 11:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.38333, "lat": 45.43333, "name": "Saint-Denis de", "geoid": 0}, "notime": null, "date-ut": "1910-02-08 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Ginet"}, "birth": {"tzo": "+00:09:21", "date": "1910-02-08 11:00", "place": {"c2": "42", "cy": "FR", "lg": 4.38333, "lat": 45.43333, "name": "Saint-Denis de", "geoid": 0}, "date-ut": "1910-02-08 10:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-369"}, "ids-in-sources": {"a6": "369"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "42", "COU": "F", "DAY": "8", "LAT": "45N26", "LON": "4E23", "MON": "2", "NUM": "369", "PRO": "W", "SEC": "40", "YEA": "1910", "CITY": "SAINT DENIS DE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18118	courjaret-jacques-1913-12-02	{"e1": "486"}	{"lerrcp": "E1-486"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Courjaret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-12-02 11:30", "note": null, "place": {"c1": null, "c2": "49", "c3": "", "cy": "FR", "lg": -0.07808, "lat": 47.25931, "name": "Saumur", "geoid": 2975758}, "notime": null, "date-ut": "1913-12-02 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Courjaret"}, "birth": {"tzo": "+00:00", "date": "1913-12-02 11:30", "place": {"c2": "49", "c3": "", "cy": "FR", "lg": -0.07808, "lat": 47.25931, "name": "Saumur", "geoid": 2975758}, "date-ut": "1913-12-02 11:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "486"}}, "raw": {"H": "11:30", "COD": "49", "DAY": "02", "MON": "12", "NUM": "0486", "PRO": "PH", "YEA": "1913", "CITY": "Saumur", "NAME": "COURJARET Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18119	courreges-andre-1923-03-09	{"e1": "487"}	{"lerrcp": "E1-487"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Courreges", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1923-03-09 10:45", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Pau", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "André", "family": "Courreges"}, "birth": {"tzo": "", "date": "1923-03-09 10:45", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Pau", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "487"}}, "raw": {"H": "10:45", "COD": "66", "DAY": "09", "MON": "03", "NUM": "0487", "PRO": "EX", "YEA": "1923", "CITY": "Pau", "NAME": "COURREGES André", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18120	coursaget-jean-1921-08-02	{"e1": "488"}	{"lerrcp": "E1-488"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Coursaget", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-08-02 05:30", "note": null, "place": {"c1": null, "c2": "16", "c3": "", "cy": "FR", "lg": 0.67195, "lat": 46.01311, "name": "Confolens", "geoid": 3023919}, "notime": null, "date-ut": "1921-08-02 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Coursaget"}, "birth": {"tzo": "+01:00", "date": "1921-08-02 05:30", "place": {"c2": "16", "c3": "", "cy": "FR", "lg": 0.67195, "lat": 46.01311, "name": "Confolens", "geoid": 3023919}, "date-ut": "1921-08-02 04:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "488"}}, "raw": {"H": "05:30", "COD": "16", "DAY": "02", "MON": "08", "NUM": "0488", "PRO": "PH", "YEA": "1921", "CITY": "Confolens", "NAME": "COURSAGET Jean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14166	giraud-robert-1920-01-26	{"a6": "371"}	{"lerrcp": "A6-371"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Giraud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1920-01-26 19:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1920-01-26 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Giraud"}, "birth": {"tzo": "+00:00", "date": "1920-01-26 19:00", "place": {"c2": "87", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1920-01-26 19:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-371"}, "ids-in-sources": {"a6": "371"}}, "raw": {"H": "19", "MN": "0", "TZ": "0", "COD": "87", "COU": "F", "DAY": "26", "LAT": "45N50", "LON": "1E15", "MON": "1", "NUM": "371", "PRO": "W", "SEC": "0", "YEA": "1920", "CITY": "LIMOGES"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14168	godeau-georges-1921-03-11	{"a6": "374"}	{"lerrcp": "A6-374"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Godeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1921-03-11 16:00", "note": null, "place": {"c1": null, "c2": "79", "c3": null, "cy": "FR", "lg": -0.45, "lat": 46.31667, "name": "Villiers en Pla", "geoid": 0}, "notime": null, "date-ut": "1921-03-11 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Godeau"}, "birth": {"tzo": "+00:00", "date": "1921-03-11 16:00", "place": {"c2": "79", "cy": "FR", "lg": -0.45, "lat": 46.31667, "name": "Villiers en Pla", "geoid": 0}, "date-ut": "1921-03-11 16:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-374"}, "ids-in-sources": {"a6": "374"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "79", "COU": "F", "DAY": "11", "LAT": "46N19", "LON": "0W27", "MON": "3", "NUM": "374", "PRO": "W", "SEC": "0", "YEA": "1921", "CITY": "VILLIERS EN PLA"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14170	gondinet-edmond-1828-03-07	{"a6": "376"}	{"lerrcp": "A6-376"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Gondinet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:54", "date": "1828-03-07 22:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.47543, "lat": 46.07634, "name": "Laurière", "geoid": 3005968}, "notime": null, "date-ut": "1828-03-07 21:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Gondinet"}, "birth": {"tzo": "+00:05:54", "date": "1828-03-07 22:00", "place": {"c2": "87", "cy": "FR", "lg": 1.47543, "lat": 46.07634, "name": "Laurière", "geoid": 3005968}, "date-ut": "1828-03-07 21:55"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-376"}, "ids-in-sources": {"a6": "376"}}, "raw": {"H": "21", "MN": "55", "TZ": "0", "COD": "87", "COU": "F", "DAY": "7", "LAT": "45N50", "LON": "1E15", "MON": "3", "NUM": "376", "PRO": "W", "SEC": "0", "YEA": "1828", "CITY": "LAURIERE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14171	gouhier-henri-1898-12-05	{"a6": "377"}	{"lerrcp": "A6-377"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Gouhier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1898-12-05 22:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.57033, "lat": 47.7996, "name": "Auxerre", "geoid": 3035843}, "notime": null, "date-ut": "1898-12-05 21:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Gouhier"}, "birth": {"tzo": "+00:09:21", "date": "1898-12-05 22:00", "place": {"c2": "89", "cy": "FR", "lg": 3.57033, "lat": 47.7996, "name": "Auxerre", "geoid": 3035843}, "date-ut": "1898-12-05 21:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-377"}, "ids-in-sources": {"a6": "377"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "89", "COU": "F", "DAY": "5", "LAT": "47N48", "LON": "3E35", "MON": "12", "NUM": "377", "PRO": "W", "SEC": "40", "YEA": "1898", "CITY": "AUXERRE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14173	goyau-georges-1869-05-31	{"a6": "379"}	{"lerrcp": "A6-379"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Goyau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:37", "date": "1869-05-31 05:30", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1869-05-31 05:22:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Goyau"}, "birth": {"tzo": "+00:07:37", "date": "1869-05-31 05:30", "place": {"c2": "45", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1869-05-31 05:22:24"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-379"}, "ids-in-sources": {"a6": "379"}}, "raw": {"H": "5", "MN": "22", "TZ": "0", "COD": "45", "COU": "F", "DAY": "31", "LAT": "47N54", "LON": "1E54", "MON": "5", "NUM": "379", "PRO": "W", "SEC": "24", "YEA": "1869", "CITY": "ORLEANS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18121	coursault-michel-1916-08-18	{"e1": "489"}	{"lerrcp": "E1-489"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Coursault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1916-08-18 06:00", "note": null, "place": {"c1": null, "c2": "37", "c3": "", "cy": "FR", "lg": 0.99522, "lat": 47.12858, "name": "Loches", "geoid": 2997996}, "notime": null, "date-ut": "1916-08-18 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Coursault"}, "birth": {"tzo": "+01:00", "date": "1916-08-18 06:00", "place": {"c2": "37", "c3": "", "cy": "FR", "lg": 0.99522, "lat": 47.12858, "name": "Loches", "geoid": 2997996}, "date-ut": "1916-08-18 05:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "489"}}, "raw": {"H": "06:00", "COD": "37", "DAY": "18", "MON": "08", "NUM": "0489", "PRO": "MI", "YEA": "1916", "CITY": "Loches", "NAME": "COURSAULT Michel", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14172	gourmont-remy-1858-04-04	{"a6": "378"}	{"lerrcp": "A6-378"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rémy", "family": "Gourmont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:20", "date": "1858-04-04 01:00", "note": null, "place": {"c1": null, "c2": "61", "c3": null, "cy": "FR", "lg": 0.08333, "lat": 48.43333, "name": "Bazoches en Hou", "geoid": 0}, "notime": null, "date-ut": "1858-04-04 00:59:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Rémy", "family": "Gourmont"}, "birth": {"tzo": "+00:00:20", "date": "1858-04-04 01:00", "place": {"c2": "61", "cy": "FR", "lg": 0.08333, "lat": 48.43333, "name": "Bazoches en Hou", "geoid": 0}, "date-ut": "1858-04-04 00:59:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-378"}, "ids-in-sources": {"a6": "378"}}, "raw": {"H": "0", "MN": "59", "TZ": "0", "COD": "61", "COU": "F", "DAY": "4", "LAT": "48N26", "LON": "0E 5", "MON": "4", "NUM": "378", "PRO": "W", "SEC": "40", "YEA": "1858", "CITY": "BAZOCHES EN HOU"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18122	courtot-jean-1915-02-18	{"e1": "490"}	{"lerrcp": "E1-490"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Courtot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1915-02-18 09:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Courtot"}, "birth": {"tzo": "", "date": "1915-02-18 09:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "490"}}, "raw": {"H": "09:00", "COD": "54", "DAY": "18", "MON": "02", "NUM": "0490", "PRO": "MI", "YEA": "1915", "CITY": "Nancy", "NAME": "COURTOT Jean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14176	gatry-auguste-1805-03-30	{"a6": "382"}	{"lerrcp": "A6-382"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Gatry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1805-03-30 22:44:54", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1805-03-30 22:32:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Gatry"}, "birth": {"tzo": "+00:12:14", "date": "1805-03-30 22:44:54", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1805-03-30 22:32:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-382"}, "ids-in-sources": {"a6": "382"}}, "raw": {"H": "22", "MN": "32", "TZ": "0", "COD": "59", "COU": "F", "DAY": "30", "LAT": "50N39", "LON": "3E 5", "MON": "3", "NUM": "382", "PRO": "W", "SEC": "40", "YEA": "1805", "CITY": "LILLE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18123	couture-henri-1917-08-10	{"e1": "491"}	{"lerrcp": "E1-491"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Couture", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-08-10 17:00", "note": null, "place": {"c1": null, "c2": "17", "c3": "", "cy": "FR", "lg": -1.15222, "lat": 46.16308, "name": "La Rochelle", "geoid": 3006787}, "notime": null, "date-ut": "1917-08-10 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Couture"}, "birth": {"tzo": "+01:00", "date": "1917-08-10 17:00", "place": {"c2": "17", "c3": "", "cy": "FR", "lg": -1.15222, "lat": 46.16308, "name": "La Rochelle", "geoid": 3006787}, "date-ut": "1917-08-10 16:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "491"}}, "raw": {"H": "17:00", "COD": "17", "DAY": "10", "MON": "08", "NUM": "0491", "PRO": "MI", "YEA": "1917", "CITY": "La Rochelle", "NAME": "COUTURE Henri", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14177	gauquelin-a6-383-1900-09-06	{"a6": "383"}	{"lerrcp": "A6-383"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-383", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-09-06 22:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1900-09-06 21:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-383"}, "birth": {"tzo": "+00:09:21", "date": "1900-09-06 22:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1900-09-06 21:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-383"}, "ids-in-sources": {"a6": "383"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "6", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "383", "PRO": "W", "SEC": "40", "YEA": "1900", "CITY": "PARIS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14179	grenier-roger-1919-09-19	{"a6": "385"}	{"lerrcp": "A6-385"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Grenier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-09-19 08:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.35912, "lat": 49.18585, "name": "Caen", "geoid": 3029241}, "notime": null, "date-ut": "1919-09-19 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Grenier"}, "birth": {"tzo": "+01:00", "date": "1919-09-19 08:00", "place": {"c2": "14", "cy": "FR", "lg": -0.35912, "lat": 49.18585, "name": "Caen", "geoid": 3029241}, "date-ut": "1919-09-19 07:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-385"}, "ids-in-sources": {"a6": "385"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "14", "COU": "F", "DAY": "19", "LAT": "49N11", "LON": "0W22", "MON": "9", "NUM": "385", "PRO": "W", "SEC": "0", "YEA": "1919", "CITY": "CAEN"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18124	courty-edmond-1913-07-20	{"e1": "492"}	{"lerrcp": "E1-492"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Courty", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-07-20 14:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 2.89348, "lat": 42.60603, "name": "Bages", "geoid": 3035432}, "notime": null, "date-ut": "1913-07-20 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Courty"}, "birth": {"tzo": "+00:00", "date": "1913-07-20 14:00", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": 2.89348, "lat": 42.60603, "name": "Bages", "geoid": 3035432}, "date-ut": "1913-07-20 14:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "492"}}, "raw": {"H": "14:00", "COD": "66", "DAY": "20", "MON": "07", "NUM": "0492", "PRO": "PH", "YEA": "1913", "CITY": "Bages", "NAME": "COURTY Edmond", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14182	gauquelin-a6-388-1885-09-05	{"a6": "388"}	{"lerrcp": "A6-388"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-388", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:35", "date": "1885-09-05 21:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.14733, "lat": 43.75524, "name": "Aubais", "geoid": 3036430}, "notime": null, "date-ut": "1885-09-05 20:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-388"}, "birth": {"tzo": "+00:16:35", "date": "1885-09-05 21:00", "place": {"c2": "30", "cy": "FR", "lg": 4.14733, "lat": 43.75524, "name": "Aubais", "geoid": 3036430}, "date-ut": "1885-09-05 20:42:36"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-388"}, "ids-in-sources": {"a6": "388"}}, "raw": {"H": "20", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "5", "LAT": "43N51", "LON": "4E21", "MON": "9", "NUM": "388", "PRO": "W", "SEC": "36", "YEA": "1885", "CITY": "AUBAIS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14184	guehenno-jean-1890-03-25	{"a6": "390"}	{"lerrcp": "A6-390"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Guehenno", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:48", "date": "1890-03-25 09:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.19961, "lat": 48.35157, "name": "Fougères", "geoid": 3017609}, "notime": null, "date-ut": "1890-03-25 09:06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Guehenno"}, "birth": {"tzo": "-00:04:48", "date": "1890-03-25 09:00", "place": {"c2": "35", "cy": "FR", "lg": -1.19961, "lat": 48.35157, "name": "Fougères", "geoid": 3017609}, "date-ut": "1890-03-25 09:06:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-390"}, "ids-in-sources": {"a6": "390"}}, "raw": {"H": "9", "MN": "6", "TZ": "0", "COD": "35", "COU": "F", "DAY": "25", "LAT": "48N 7", "LON": "1W40", "MON": "3", "NUM": "390", "PRO": "W", "SEC": "40", "YEA": "1890", "CITY": "FOUGERES"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14180	gros-leon-1905-04-12	{"a6": "386"}	{"lerrcp": "A6-386"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Gros", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1905-04-12 06:00", "note": null, "place": {"c1": null, "c2": "04", "c3": null, "cy": "FR", "lg": 6.25, "lat": 44.1, "name": "Arc/Argens", "geoid": 0}, "notime": null, "date-ut": "1905-04-12 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Gros"}, "birth": {"tzo": "+00:09:21", "date": "1905-04-12 06:00", "place": {"c2": "04", "cy": "FR", "lg": 6.25, "lat": 44.1, "name": "Arc/Argens", "geoid": 0}, "date-ut": "1905-04-12 05:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-386"}, "ids-in-sources": {"a6": "386"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "04", "COU": "F", "DAY": "12", "LAT": "44N 6", "LON": "6E15", "MON": "4", "NUM": "386", "PRO": "W", "SEC": "40", "YEA": "1905", "CITY": "ARC/ARGENS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14183	gueguen-pierre-1889-03-29	{"a6": "389"}	{"lerrcp": "A6-389"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Gueguen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:13:46", "date": "1889-03-29 21:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -3.4437, "lat": 48.81411, "name": "Perros-Guirec", "geoid": 2987863}, "notime": null, "date-ut": "1889-03-29 21:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Gueguen"}, "birth": {"tzo": "-00:13:46", "date": "1889-03-29 21:00", "place": {"c2": "22", "cy": "FR", "lg": -3.4437, "lat": 48.81411, "name": "Perros-Guirec", "geoid": 2987863}, "date-ut": "1889-03-29 21:11"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-389"}, "ids-in-sources": {"a6": "389"}}, "raw": {"H": "21", "MN": "11", "TZ": "0", "COD": "22", "COU": "F", "DAY": "29", "LAT": "48N31", "LON": "2W45", "MON": "3", "NUM": "389", "PRO": "W", "SEC": "0", "YEA": "1889", "CITY": "PERROS-GUIREC"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14185	guenon-rene-1886-11-15	{"a6": "391"}	{"lerrcp": "A6-391"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Guenon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:19", "date": "1886-11-15 18:00", "note": null, "place": {"c1": null, "c2": "41", "c3": null, "cy": "FR", "lg": 1.32912, "lat": 47.59432, "name": "Blois", "geoid": 3032213}, "notime": null, "date-ut": "1886-11-15 17:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "René", "family": "Guenon"}, "birth": {"tzo": "+00:05:19", "date": "1886-11-15 18:00", "place": {"c2": "41", "cy": "FR", "lg": 1.32912, "lat": 47.59432, "name": "Blois", "geoid": 3032213}, "date-ut": "1886-11-15 17:54:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-391"}, "ids-in-sources": {"a6": "391"}}, "raw": {"H": "17", "MN": "54", "TZ": "0", "COD": "41", "COU": "F", "DAY": "15", "LAT": "47N35", "LON": "1E20", "MON": "11", "NUM": "391", "PRO": "W", "SEC": "40", "YEA": "1886", "CITY": "BLOIS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14187	gueroult-martial-1891-12-15	{"a6": "393"}	{"lerrcp": "A6-393"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Martial", "family": "Gueroult", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1891-12-15 03:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1891-12-15 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Martial", "family": "Gueroult"}, "birth": {"tzo": "+00:09:21", "date": "1891-12-15 03:00", "place": {"c2": "76", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1891-12-15 02:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-393"}, "ids-in-sources": {"a6": "393"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "76", "COU": "F", "DAY": "15", "LAT": "49N26", "LON": "1E 5", "MON": "12", "NUM": "393", "PRO": "W", "SEC": "40", "YEA": "1891", "CITY": "LE HAVRE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18371	ferre-andre-1912-04-21	{"e1": "741"}	{"lerrcp": "E1-741"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Ferre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-04-21 01:15", "note": null, "place": {"c1": null, "c2": "87", "c3": "", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1912-04-21 01:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Ferre"}, "birth": {"tzo": "+00:00", "date": "1912-04-21 01:15", "place": {"c2": "87", "c3": "", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1912-04-21 01:15"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "741"}}, "raw": {"H": "01:15", "COD": "87", "DAY": "21", "MON": "04", "NUM": "0741", "PRO": "MI", "YEA": "1912", "CITY": "Limoges", "NAME": "FERRE André", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14189	guillemin-henri-1903-03-19	{"a6": "395"}	{"lerrcp": "A6-395"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Guillemin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1903-03-19 11:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.82823, "lat": 46.31407, "name": "Mâcon", "geoid": 2996882}, "notime": null, "date-ut": "1903-03-19 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Guillemin"}, "birth": {"tzo": "+00:09:21", "date": "1903-03-19 11:00", "place": {"c2": "71", "cy": "FR", "lg": 4.82823, "lat": 46.31407, "name": "Mâcon", "geoid": 2996882}, "date-ut": "1903-03-19 10:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-395"}, "ids-in-sources": {"a6": "395"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "71", "COU": "F", "DAY": "19", "LAT": "46N18", "LON": "4E50", "MON": "3", "NUM": "395", "PRO": "W", "SEC": "40", "YEA": "1903", "CITY": "MACON"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14186	gauquelin-a6-392-1873-12-29	{"a6": "392"}	{"lerrcp": "A6-392"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-392", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.49383, "lat": 48.59273, "name": "Lunéville", "geoid": 2997110}, "notime": null, "date-ut": "1873-12-29 23:05:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-392"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.49383, "lat": 48.59273, "name": "Lunéville", "geoid": 2997110}, "date-ut": "1873-12-29 23:05:12"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-392"}, "ids-in-sources": {"a6": "392"}}, "raw": {"H": "23", "MN": "5", "TZ": "0", "COD": "54", "COU": "F", "DAY": "29", "LAT": "48N42", "LON": "6E12", "MON": "12", "NUM": "392", "PRO": "W", "SEC": "12", "YEA": "1873", "CITY": "LUNEVILLE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
6170	cousteau-jacques-1910-06-11	{"a3": "444", "e1": "493"}	{"lerrcp": "A3-444"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Cousteau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1910-06-11 13:15", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Saint-Andre-de-", "geoid": 0}, "notime": null, "date-ut": "1910-06-11 13:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "executive"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Cousteau"}, "birth": {"tzo": "+00:09:21", "date": "1910-06-11 13:15", "place": {"c2": "33", "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Saint-Andre-de-", "geoid": 0}, "date-ut": "1910-06-11 13:05:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-444"}, "ids-in-sources": {"a3": "444"}}, "raw": {"H": "13", "MN": "5", "TZ": "0", "COD": "33", "COU": "F", "DAY": "11", "LAT": "44N50", "LON": "0W34", "MON": "6", "NUM": "444", "PRO": "M", "SEC": "40", "YEA": "1910", "CITY": "SAINT-ANDRE-DE-"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["executive"], "ids-in-sources": {"e1": "493"}}, "raw": {"H": "13:15", "COD": "33", "DAY": "11", "MON": "06", "NUM": "0493", "PRO": "EX", "YEA": "1910", "CITY": "St André de Cubzac", "NAME": "COUSTEAU Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14194	guyau-marie-1854-10-28	{"a6": "400"}	{"lerrcp": "A6-400"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Guyau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:03:05", "date": "1854-10-28 17:00", "note": null, "place": {"c1": null, "c2": "53", "c3": null, "cy": "FR", "lg": -0.77019, "lat": 48.07247, "name": "Laval", "geoid": 3005866}, "notime": null, "date-ut": "1854-10-28 17:03"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Guyau"}, "birth": {"tzo": "-00:03:05", "date": "1854-10-28 17:00", "place": {"c2": "53", "cy": "FR", "lg": -0.77019, "lat": 48.07247, "name": "Laval", "geoid": 3005866}, "date-ut": "1854-10-28 17:03"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-400"}, "ids-in-sources": {"a6": "400"}}, "raw": {"H": "17", "MN": "3", "TZ": "0", "COD": "53", "COU": "F", "DAY": "28", "LAT": "48N 4", "LON": "0W45", "MON": "10", "NUM": "400", "PRO": "W", "SEC": "0", "YEA": "1854", "CITY": "LAVAL"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14192	guimard-paul-1921-03-03	{"a6": "398"}	{"lerrcp": "A6-398"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Guimard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1921-03-03 11:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.58333, "lat": 47.21667, "name": "Saint-Mars-la-J", "geoid": 0}, "notime": null, "date-ut": "1921-03-03 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Guimard"}, "birth": {"tzo": "+00:00", "date": "1921-03-03 11:00", "place": {"c2": "44", "cy": "FR", "lg": -1.58333, "lat": 47.21667, "name": "Saint-Mars-la-J", "geoid": 0}, "date-ut": "1921-03-03 11:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-398"}, "ids-in-sources": {"a6": "398"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "44", "COU": "F", "DAY": "3", "LAT": "47N13", "LON": "1W35", "MON": "3", "NUM": "398", "PRO": "W", "SEC": "0", "YEA": "1921", "CITY": "SAINT MARS-LA-J"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14193	guitton-jean-1901-08-18	{"a6": "399"}	{"lerrcp": "A6-399"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Guitton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1901-08-18 15:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1901-08-18 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Guitton"}, "birth": {"tzo": "+00:09:21", "date": "1901-08-18 15:00", "place": {"c2": "42", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1901-08-18 14:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-399"}, "ids-in-sources": {"a6": "399"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "42", "COU": "F", "DAY": "18", "LAT": "45N26", "LON": "4E23", "MON": "8", "NUM": "399", "PRO": "W", "SEC": "40", "YEA": "1901", "CITY": "ST ETIENNE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18125	coutau-andre-1923-02-16	{"e1": "494"}	{"lerrcp": "E1-494"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Coutau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-02-16 13:00", "note": null, "place": {"c1": null, "c2": "49", "c3": "", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "notime": null, "date-ut": "1923-02-16 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "André", "family": "Coutau"}, "birth": {"tzo": "+00:00", "date": "1923-02-16 13:00", "place": {"c2": "49", "c3": "", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "date-ut": "1923-02-16 13:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "494"}}, "raw": {"H": "13:00", "COD": "49", "DAY": "16", "MON": "02", "NUM": "0494", "PRO": "EX", "YEA": "1923", "CITY": "Angers", "NAME": "COUTAU André", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14197	halevy-daniel-1872-12-12	{"a6": "403"}	{"lerrcp": "A6-403"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "Halevy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1872-12-12 15:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1872-12-12 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Daniel", "family": "Halevy"}, "birth": {"tzo": "+00:09:24", "date": "1872-12-12 15:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1872-12-12 14:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-403"}, "ids-in-sources": {"a6": "403"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "12", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "403", "PRO": "W", "SEC": "40", "YEA": "1872", "CITY": "PARIS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14198	hamelin-octave-1856-07-22	{"a6": "404"}	{"lerrcp": "A6-404"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Octave", "family": "Hamelin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:08", "date": "1856-07-22 14:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.53333, "lat": 47.46667, "name": "Le Lion D'Anger", "geoid": 0}, "notime": null, "date-ut": "1856-07-22 14:02:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Octave", "family": "Hamelin"}, "birth": {"tzo": "-00:02:08", "date": "1856-07-22 14:00", "place": {"c2": "49", "cy": "FR", "lg": -0.53333, "lat": 47.46667, "name": "Le Lion D'Anger", "geoid": 0}, "date-ut": "1856-07-22 14:02:08"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-404"}, "ids-in-sources": {"a6": "404"}}, "raw": {"H": "14", "MN": "2", "TZ": "0", "COD": "49", "COU": "F", "DAY": "22", "LAT": "47N28", "LON": "0W32", "MON": "7", "NUM": "404", "PRO": "W", "SEC": "8", "YEA": "1856", "CITY": "LE LION D'ANGER"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14196	haedrich-marcel-1913-01-25	{"a6": "402"}	{"lerrcp": "A6-402"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Haedrich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.13933, "lat": 48.04048, "name": "Munster", "geoid": 2991189}, "notime": null, "date-ut": "1913-01-25 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Haedrich"}, "birth": {"place": {"c2": "68", "cy": "FR", "lg": 7.13933, "lat": 48.04048, "name": "Munster", "geoid": 2991189}, "date-ut": "1913-01-25 02:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-402"}, "ids-in-sources": {"a6": "402"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "68", "COU": "F", "DAY": "25", "LAT": "48N 5", "LON": "7E21", "MON": "1", "NUM": "402", "PRO": "W", "SEC": "0", "YEA": "1913", "CITY": "MUNSTER"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14199	hamp-pierre-1876-04-23	{"a6": "405"}	{"lerrcp": "A6-405"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Hamp", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:04", "date": "1876-04-23 06:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1876-04-23 05:30:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Hamp"}, "birth": {"tzo": "+00:29:04", "date": "1876-04-23 06:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1876-04-23 05:30:56"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-405"}, "ids-in-sources": {"a6": "405"}}, "raw": {"H": "5", "MN": "30", "TZ": "0", "COD": "06", "COU": "F", "DAY": "23", "LAT": "43N42", "LON": "7E16", "MON": "4", "NUM": "405", "PRO": "W", "SEC": "56", "YEA": "1876", "CITY": "NICE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14200	gauquelin-a6-406-1856-10-27	{"a6": "406"}	{"lerrcp": "A6-406"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-406", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:28", "date": "1856-10-27 20:30", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Pargny/Saulx", "geoid": 0}, "notime": null, "date-ut": "1856-10-27 20:12:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-406"}, "birth": {"tzo": "+00:17:28", "date": "1856-10-27 20:30", "place": {"c2": "51", "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Pargny/Saulx", "geoid": 0}, "date-ut": "1856-10-27 20:12:32"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-406"}, "ids-in-sources": {"a6": "406"}}, "raw": {"H": "20", "MN": "12", "TZ": "0", "COD": "51", "COU": "F", "DAY": "27", "LAT": "48N57", "LON": "4E22", "MON": "10", "NUM": "406", "PRO": "W", "SEC": "32", "YEA": "1856", "CITY": "PARGNY/SAULX"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14201	harcourt-robert-1881-11-23	{"a6": "407"}	{"lerrcp": "A6-407"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Harcourt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:40", "date": "1881-11-23 10:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Lumigny", "geoid": 0}, "notime": null, "date-ut": "1881-11-23 09:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Harcourt"}, "birth": {"tzo": "+00:10:40", "date": "1881-11-23 10:00", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Lumigny", "geoid": 0}, "date-ut": "1881-11-23 09:49:20"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-407"}, "ids-in-sources": {"a6": "407"}}, "raw": {"H": "9", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "23", "LAT": "48N33", "LON": "2E40", "MON": "11", "NUM": "407", "PRO": "W", "SEC": "20", "YEA": "1881", "CITY": "LUMIGNY"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18126	couteaux-rene-1909-06-23	{"e1": "495"}	{"lerrcp": "E1-495"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Couteaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-06-23 01:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.43076, "lat": 50.44718, "name": "Saint-Amand-les-Eaux", "geoid": 2981839}, "notime": null, "date-ut": "1909-06-23 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Couteaux"}, "birth": {"tzo": "+00:09", "date": "1909-06-23 01:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.43076, "lat": 50.44718, "name": "Saint-Amand-les-Eaux", "geoid": 2981839}, "date-ut": "1909-06-23 00:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "495"}}, "raw": {"H": "01:00", "COD": "59", "DAY": "23", "MON": "06", "NUM": "0495", "PRO": "PH", "YEA": "1909", "CITY": "St Amand les Eaux", "NAME": "COUTEAUX René", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14203	haussonville-gabriel-1843-09-21	{"a6": "409"}	{"lerrcp": "A6-409"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Haussonville", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:21", "date": "1843-09-21 03:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 3.08649, "lat": 48.47016, "name": "Gurcy-le-Châtel", "geoid": 3014157}, "notime": null, "date-ut": "1843-09-21 02:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Haussonville"}, "birth": {"tzo": "+00:12:21", "date": "1843-09-21 03:00", "place": {"c2": "77", "cy": "FR", "lg": 3.08649, "lat": 48.47016, "name": "Gurcy-le-Châtel", "geoid": 3014157}, "date-ut": "1843-09-21 02:49:20"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-409"}, "ids-in-sources": {"a6": "409"}}, "raw": {"H": "2", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "21", "LAT": "48N33", "LON": "2E40", "MON": "9", "NUM": "409", "PRO": "W", "SEC": "20", "YEA": "1843", "CITY": "GURCY-LE-CHATEL"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14204	hazard-paul-1878-08-30	{"a6": "410"}	{"lerrcp": "A6-410"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Hazard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:36", "date": "1878-08-30 12:30", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 2.40041, "lat": 50.80683, "name": "Noordpeene", "geoid": 2990133}, "notime": null, "date-ut": "1878-08-30 12:17:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Hazard"}, "birth": {"tzo": "+00:09:36", "date": "1878-08-30 12:30", "place": {"c2": "59", "cy": "FR", "lg": 2.40041, "lat": 50.80683, "name": "Noordpeene", "geoid": 2990133}, "date-ut": "1878-08-30 12:17:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-410"}, "ids-in-sources": {"a6": "410"}}, "raw": {"H": "12", "MN": "17", "TZ": "0", "COD": "59", "COU": "F", "DAY": "30", "LAT": "50N39", "LON": "3E 5", "MON": "8", "NUM": "410", "PRO": "W", "SEC": "40", "YEA": "1878", "CITY": "NOORDPEENE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14205	hello-ernest-1828-11-05	{"a6": "411"}	{"lerrcp": "A6-411"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Hello", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:13:29", "date": "1828-11-05 00:10", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "notime": null, "date-ut": "1828-11-05 00:25:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Hello"}, "birth": {"tzo": "-00:13:29", "date": "1828-11-05 00:10", "place": {"c2": "56", "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "date-ut": "1828-11-05 00:25:56"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-411"}, "ids-in-sources": {"a6": "411"}}, "raw": {"H": "0", "MN": "25", "TZ": "0", "COD": "56", "COU": "F", "DAY": "5", "LAT": "47N40", "LON": "2W44", "MON": "11", "NUM": "411", "PRO": "W", "SEC": "56", "YEA": "1828", "CITY": "LORIENT"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18128	couturier-paul-1911-09-14	{"e1": "497"}	{"lerrcp": "E1-497"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Couturier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-09-14 11:00", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 5.7163, "lat": 45.20297, "name": "Saint-Martin-le-Vinoux", "geoid": 2978238}, "notime": null, "date-ut": "1911-09-14 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Couturier"}, "birth": {"tzo": "+00:00", "date": "1911-09-14 11:00", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": 5.7163, "lat": 45.20297, "name": "Saint-Martin-le-Vinoux", "geoid": 2978238}, "date-ut": "1911-09-14 11:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "497"}}, "raw": {"H": "11:00", "COD": "38", "DAY": "14", "MON": "09", "NUM": "0497", "PRO": "PH", "YEA": "1911", "CITY": "St Martin le Vinoux", "NAME": "COUTURIER Paul", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14209	herbart-pierre-1903-05-23	{"a6": "415"}	{"lerrcp": "A6-415"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Herbart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1903-05-23 17:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 2.37681, "lat": 51.0344, "name": "Dunkerque", "geoid": 3020686}, "notime": null, "date-ut": "1903-05-23 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Herbart"}, "birth": {"tzo": "+00:09:21", "date": "1903-05-23 17:00", "place": {"c2": "59", "cy": "FR", "lg": 2.37681, "lat": 51.0344, "name": "Dunkerque", "geoid": 3020686}, "date-ut": "1903-05-23 16:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-415"}, "ids-in-sources": {"a6": "415"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "59", "COU": "F", "DAY": "23", "LAT": "50N39", "LON": "3E 5", "MON": "5", "NUM": "415", "PRO": "W", "SEC": "40", "YEA": "1903", "CITY": "DUNKERQUE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14207	hennart-marcel-1918-08-03	{"a6": "413"}	{"lerrcp": "A6-413"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Hennart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-08-03 07:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.07772, "lat": 49.9216, "name": "Dieppe", "geoid": 3021411}, "notime": null, "date-ut": "1918-08-03 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Hennart"}, "birth": {"tzo": "+01:00", "date": "1918-08-03 07:00", "place": {"c2": "76", "cy": "FR", "lg": 1.07772, "lat": 49.9216, "name": "Dieppe", "geoid": 3021411}, "date-ut": "1918-08-03 06:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-413"}, "ids-in-sources": {"a6": "413"}}, "raw": {"H": "6", "MN": "0", "TZ": "0", "COD": "76", "COU": "F", "DAY": "3", "LAT": "49N26", "LON": "1E 5", "MON": "8", "NUM": "413", "PRO": "W", "SEC": "0", "YEA": "1918", "CITY": "DIEPPE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14210	herissay-jacques-1882-07-17	{"a6": "416"}	{"lerrcp": "A6-416"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Herissay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:36", "date": "1882-07-17 11:44:52", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.15082, "lat": 49.02414, "name": "Évreux", "geoid": 3019265}, "notime": null, "date-ut": "1882-07-17 11:40:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Herissay"}, "birth": {"tzo": "+00:04:36", "date": "1882-07-17 11:44:52", "place": {"c2": "27", "cy": "FR", "lg": 1.15082, "lat": 49.02414, "name": "Évreux", "geoid": 3019265}, "date-ut": "1882-07-17 11:40:16"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-416"}, "ids-in-sources": {"a6": "416"}}, "raw": {"H": "11", "MN": "40", "TZ": "0", "COD": "27", "COU": "F", "DAY": "17", "LAT": "49N 1", "LON": "1E11", "MON": "7", "NUM": "416", "PRO": "W", "SEC": "16", "YEA": "1882", "CITY": "EVREUX"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18129	cremieux-albert-1895-05-18	{"e1": "498"}	{"lerrcp": "E1-498"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Cremieux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1895-05-18 21:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1895-05-18 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Cremieux"}, "birth": {"tzo": "+00:09", "date": "1895-05-18 21:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1895-05-18 20:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "498"}}, "raw": {"H": "21:00", "COD": "13", "DAY": "18", "MON": "05", "NUM": "0498", "PRO": "PH", "YEA": "1895", "CITY": "Marseille", "NAME": "CREMIEUX Albert", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14212	herr-lucien-1864-01-17	{"a6": "418"}	{"lerrcp": "A6-418"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Herr", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:28:57", "date": "1864-01-17 22:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.23954, "lat": 47.62417, "name": "Altkirch", "geoid": 3038012}, "notime": null, "date-ut": "1864-01-17 21:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Herr"}, "birth": {"tzo": "+00:28:57", "date": "1864-01-17 22:00", "place": {"c2": "68", "cy": "FR", "lg": 7.23954, "lat": 47.62417, "name": "Altkirch", "geoid": 3038012}, "date-ut": "1864-01-17 21:30:36"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-418"}, "ids-in-sources": {"a6": "418"}}, "raw": {"H": "21", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "17", "LAT": "48N 5", "LON": "7E21", "MON": "1", "NUM": "418", "PRO": "W", "SEC": "36", "YEA": "1864", "CITY": "ALTKIRCH"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14213	hervieu-louise-1873-10-26	{"a6": "419"}	{"lerrcp": "A6-419"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louise", "family": "Hervieu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:22", "date": "1873-10-26 07:30", "note": null, "place": {"c1": null, "c2": "61", "c3": null, "cy": "FR", "lg": 0.09311, "lat": 48.43476, "name": "Alençon", "geoid": 3038230}, "notime": null, "date-ut": "1873-10-26 07:29:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Louise", "family": "Hervieu"}, "birth": {"tzo": "+00:00:22", "date": "1873-10-26 07:30", "place": {"c2": "61", "cy": "FR", "lg": 0.09311, "lat": 48.43476, "name": "Alençon", "geoid": 3038230}, "date-ut": "1873-10-26 07:29:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-419"}, "ids-in-sources": {"a6": "419"}}, "raw": {"H": "7", "MN": "29", "TZ": "0", "COD": "61", "COU": "F", "DAY": "26", "LAT": "48N26", "LON": "0E 5", "MON": "10", "NUM": "419", "PRO": "W", "SEC": "40", "YEA": "1873", "CITY": "ALENCON"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14214	hervieu-paul-1857-09-02	{"a6": "420"}	{"lerrcp": "A6-420"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Hervieu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:44", "date": "1857-09-02 21:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly", "geoid": 0}, "notime": null, "date-ut": "1857-09-02 20:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Hervieu"}, "birth": {"tzo": "+00:08:44", "date": "1857-09-02 21:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly", "geoid": 0}, "date-ut": "1857-09-02 20:51:16"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-420"}, "ids-in-sources": {"a6": "420"}}, "raw": {"H": "20", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E11", "MON": "9", "NUM": "420", "PRO": "W", "SEC": "16", "YEA": "1857", "CITY": "NEUILLY"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18130	crepin-jean-1908-09-01	{"e1": "499"}	{"lerrcp": "E1-499"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Crepin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-09-01 01:00", "note": null, "place": {"c1": null, "c2": "80", "c3": "", "cy": "FR", "lg": 2.163, "lat": 50.13232, "name": "Bernaville", "geoid": 3033312}, "notime": null, "date-ut": "1908-09-01 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Crepin"}, "birth": {"tzo": "+00:09", "date": "1908-09-01 01:00", "place": {"c2": "80", "c3": "", "cy": "FR", "lg": 2.163, "lat": 50.13232, "name": "Bernaville", "geoid": 3033312}, "date-ut": "1908-09-01 00:51"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "499"}}, "raw": {"H": "01:00", "COD": "80", "DAY": "01", "MON": "09", "NUM": "0499", "PRO": "MI", "YEA": "1908", "CITY": "Bernaville", "NAME": "CREPIN Jean", "NOTE": "L"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
14219	huyghe-rene-1906-05-03	{"a6": "426"}	{"lerrcp": "A6-426"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Huyghe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1906-05-03 11:30", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "notime": null, "date-ut": "1906-05-03 11:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "René", "family": "Huyghe"}, "birth": {"tzo": "+00:09:21", "date": "1906-05-03 11:30", "place": {"c2": "62", "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "date-ut": "1906-05-03 11:20:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-426"}, "ids-in-sources": {"a6": "426"}}, "raw": {"H": "11", "MN": "20", "TZ": "0", "COD": "62", "COU": "F", "DAY": "3", "LAT": "50N18", "LON": "2E46", "MON": "5", "NUM": "426", "PRO": "W", "SEC": "40", "YEA": "1906", "CITY": "ARRAS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14218	humeau-edmond-1907-08-18	{"a6": "425"}	{"lerrcp": "A6-425"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Humeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1907-08-18 02:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.53333, "lat": 47.46667, "name": "Saint-Florent le V", "geoid": 0}, "notime": null, "date-ut": "1907-08-18 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Humeau"}, "birth": {"tzo": "+00:09:21", "date": "1907-08-18 02:00", "place": {"c2": "49", "cy": "FR", "lg": -0.53333, "lat": 47.46667, "name": "Saint-Florent le V", "geoid": 0}, "date-ut": "1907-08-18 01:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-425"}, "ids-in-sources": {"a6": "425"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "49", "COU": "F", "DAY": "18", "LAT": "47N28", "LON": "0W32", "MON": "8", "NUM": "425", "PRO": "W", "SEC": "40", "YEA": "1907", "CITY": "ST FLORENT LE V"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14217	gauquelin-a6-424-1901-12-22	{"a6": "424"}	{"lerrcp": "A6-424"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-424", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.97818, "lat": 48.39475, "name": "Senones", "geoid": 2975063}, "notime": null, "date-ut": "1901-12-22 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-424"}, "birth": {"place": {"c2": "88", "cy": "FR", "lg": 6.97818, "lat": 48.39475, "name": "Senones", "geoid": 2975063}, "date-ut": "1901-12-22 16:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-424"}, "ids-in-sources": {"a6": "424"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "88", "COU": "F", "DAY": "22", "LAT": "48N10", "LON": "6E28", "MON": "12", "NUM": "424", "PRO": "W", "SEC": "40", "YEA": "1901", "CITY": "SENONES"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18131	crevecoeur-jean-boucher-de-1906-12-17	{"e1": "500"}	{"lerrcp": "E1-500"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean BOUCHER de", "family": "Crevecoeur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1906-12-17 00:30", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.05635, "lat": 48.90702, "name": "Pont-à-Mousson", "geoid": 2986306}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean BOUCHER de", "family": "Crevecoeur"}, "birth": {"tzo": "", "date": "1906-12-17 00:30", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.05635, "lat": 48.90702, "name": "Pont-à-Mousson", "geoid": 2986306}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "500"}}, "raw": {"H": "00:30", "COD": "54", "DAY": "17", "MON": "12", "NUM": "0500", "PRO": "MI", "YEA": "1906", "CITY": "Pont à Mousson", "NAME": "CREVECOEUR Jean BOUCHER de", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14221	hyppolite-jean-1907-01-08	{"a6": "428"}	{"lerrcp": "A6-428"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Hyppolite", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1907-01-08 08:30", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -0.43485, "lat": 45.44636, "name": "Jonzac", "geoid": 3012266}, "notime": null, "date-ut": "1907-01-08 08:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Hyppolite"}, "birth": {"tzo": "+00:09:21", "date": "1907-01-08 08:30", "place": {"c2": "17", "cy": "FR", "lg": -0.43485, "lat": 45.44636, "name": "Jonzac", "geoid": 3012266}, "date-ut": "1907-01-08 08:20:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-428"}, "ids-in-sources": {"a6": "428"}}, "raw": {"H": "8", "MN": "20", "TZ": "0", "COD": "17", "COU": "F", "DAY": "8", "LAT": "46N 9", "LON": "1W10", "MON": "1", "NUM": "428", "PRO": "W", "SEC": "40", "YEA": "1907", "CITY": "JONZAC"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14222	jacques-noir-armand-1881-01-13	{"a6": "429"}	{"lerrcp": "A6-429"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Jacques-Noir", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:50", "date": "1881-01-13 03:00", "note": null, "place": {"c1": null, "c2": "79", "c3": null, "cy": "FR", "lg": -0.45877, "lat": 46.32313, "name": "Niort", "geoid": 2990355}, "notime": null, "date-ut": "1881-01-13 03:01:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Jacques-Noir"}, "birth": {"tzo": "-00:01:50", "date": "1881-01-13 03:00", "place": {"c2": "79", "cy": "FR", "lg": -0.45877, "lat": 46.32313, "name": "Niort", "geoid": 2990355}, "date-ut": "1881-01-13 03:01:48"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-429"}, "ids-in-sources": {"a6": "429"}}, "raw": {"H": "3", "MN": "1", "TZ": "0", "COD": "79", "COU": "F", "DAY": "13", "LAT": "46N19", "LON": "0W27", "MON": "1", "NUM": "429", "PRO": "W", "SEC": "48", "YEA": "1881", "CITY": "NIORT"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18132	creyssel-jean-1898-01-27	{"e1": "501"}	{"lerrcp": "E1-501"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Creyssel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-01-27 08:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1898-01-27 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Creyssel"}, "birth": {"tzo": "+00:09", "date": "1898-01-27 08:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1898-01-27 07:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "501"}}, "raw": {"H": "08:00", "COD": "13", "DAY": "27", "MON": "01", "NUM": "0501", "PRO": "PH", "YEA": "1898", "CITY": "Marseille", "NAME": "CREYSSEL Jean", "NOTE": "+"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18133	cristol-paul-1899-03-15	{"e1": "502"}	{"lerrcp": "E1-502"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Cristol", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-03-15 20:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.5033, "lat": 43.64972, "name": "Saint-André-de-Sangonis", "geoid": 2981746}, "notime": null, "date-ut": "1899-03-15 19:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Cristol"}, "birth": {"tzo": "+00:09", "date": "1899-03-15 20:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.5033, "lat": 43.64972, "name": "Saint-André-de-Sangonis", "geoid": 2981746}, "date-ut": "1899-03-15 19:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "502"}}, "raw": {"H": "20:00", "COD": "34", "DAY": "15", "MON": "03", "NUM": "0502", "PRO": "PH", "YEA": "1899", "CITY": "St André de Sangonis", "NAME": "CRISTOL Paul", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14226	janin-jules-1804-02-16	{"a6": "434"}	{"lerrcp": "A6-434"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Janin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:34", "date": "1804-02-16 21:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1804-02-16 20:42:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Janin"}, "birth": {"tzo": "+00:17:34", "date": "1804-02-16 21:00", "place": {"c2": "42", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1804-02-16 20:42:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-434"}, "ids-in-sources": {"a6": "434"}}, "raw": {"H": "20", "MN": "42", "TZ": "0", "COD": "42", "COU": "F", "DAY": "16", "LAT": "45N26", "LON": "4E23", "MON": "2", "NUM": "434", "PRO": "W", "SEC": "28", "YEA": "1804", "CITY": "ST ETIENNE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14223	jalabert-pierre-1884-01-13	{"a6": "431"}	{"lerrcp": "A6-431"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Jalabert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:51", "date": "1884-01-13 03:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "notime": null, "date-ut": "1884-01-13 02:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Jalabert"}, "birth": {"tzo": "+00:12:51", "date": "1884-01-13 03:00", "place": {"c2": "34", "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "date-ut": "1884-01-13 02:44:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-431"}, "ids-in-sources": {"a6": "431"}}, "raw": {"H": "2", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "13", "LAT": "43N37", "LON": "3E53", "MON": "1", "NUM": "431", "PRO": "W", "SEC": "28", "YEA": "1884", "CITY": "BEZIERS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14225	jammes-francis-1868-12-02	{"a6": "433"}	{"lerrcp": "A6-433"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Jammes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:59", "date": "1868-12-02 04:00", "note": null, "place": {"c1": null, "c2": "65", "c3": null, "cy": "FR", "lg": 0.2449, "lat": 43.18491, "name": "Tournay", "geoid": 2972248}, "notime": null, "date-ut": "1868-12-02 03:59:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Francis", "family": "Jammes"}, "birth": {"tzo": "+00:00:59", "date": "1868-12-02 04:00", "place": {"c2": "65", "cy": "FR", "lg": 0.2449, "lat": 43.18491, "name": "Tournay", "geoid": 2972248}, "date-ut": "1868-12-02 03:59:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-433"}, "ids-in-sources": {"a6": "433"}}, "raw": {"H": "3", "MN": "59", "TZ": "0", "COD": "65", "COU": "F", "DAY": "2", "LAT": "43N14", "LON": "0E 5", "MON": "12", "NUM": "433", "PRO": "W", "SEC": "40", "YEA": "1868", "CITY": "TOURNAY"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14229	johannet-rene-1884-03-17	{"a6": "437"}	{"lerrcp": "A6-437"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Johannet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:46", "date": "1884-03-17 23:00", "note": null, "place": {"c1": null, "c2": "36", "c3": null, "cy": "FR", "lg": 1.69362, "lat": 46.81248, "name": "Châteauroux", "geoid": 3026204}, "notime": null, "date-ut": "1884-03-17 22:53:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "René", "family": "Johannet"}, "birth": {"tzo": "+00:06:46", "date": "1884-03-17 23:00", "place": {"c2": "36", "cy": "FR", "lg": 1.69362, "lat": 46.81248, "name": "Châteauroux", "geoid": 3026204}, "date-ut": "1884-03-17 22:53:16"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-437"}, "ids-in-sources": {"a6": "437"}}, "raw": {"H": "22", "MN": "53", "TZ": "0", "COD": "36", "COU": "F", "DAY": "17", "LAT": "46N49", "LON": "1E41", "MON": "3", "NUM": "437", "PRO": "W", "SEC": "16", "YEA": "1884", "CITY": "CHATEAUROUX"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18135	croizier-louis-1886-05-11	{"e1": "504"}	{"lerrcp": "E1-504"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Croizier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18", "date": "1886-05-11 23:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1886-05-11 22:42"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Croizier"}, "birth": {"tzo": "+00:18", "date": "1886-05-11 23:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1886-05-11 22:42"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "504"}}, "raw": {"H": "23:00", "COD": "42", "DAY": "11", "MON": "05", "NUM": "0504", "PRO": "PH", "YEA": "1886", "CITY": "St Etienne", "NAME": "CROIZIER Louis", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14233	jullian-camille-1859-03-15	{"a6": "441"}	{"lerrcp": "A6-441"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Jullian", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1859-03-15 02:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1859-03-15 01:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Jullian"}, "birth": {"tzo": "+00:21:31", "date": "1859-03-15 02:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1859-03-15 01:38:32"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-441"}, "ids-in-sources": {"a6": "441"}}, "raw": {"H": "1", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "15", "LAT": "43N18", "LON": "5E22", "MON": "3", "NUM": "441", "PRO": "W", "SEC": "32", "YEA": "1859", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14231	jouhandeau-marcel-1888-07-26	{"a6": "439"}	{"lerrcp": "A6-439"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Jouhandeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:29", "date": "1888-07-26 08:00", "note": null, "place": {"c1": null, "c2": "23", "c3": null, "cy": "FR", "lg": 1.87166, "lat": 46.17185, "name": "Guéret", "geoid": 3014383}, "notime": null, "date-ut": "1888-07-26 07:52:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Jouhandeau"}, "birth": {"tzo": "+00:07:29", "date": "1888-07-26 08:00", "place": {"c2": "23", "cy": "FR", "lg": 1.87166, "lat": 46.17185, "name": "Guéret", "geoid": 3014383}, "date-ut": "1888-07-26 07:52:32"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-439"}, "ids-in-sources": {"a6": "439"}}, "raw": {"H": "7", "MN": "52", "TZ": "0", "COD": "23", "COU": "F", "DAY": "26", "LAT": "46N17", "LON": "1E52", "MON": "7", "NUM": "439", "PRO": "W", "SEC": "32", "YEA": "1888", "CITY": "GUERET"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14232	jouve-paul-1887-10-11	{"a6": "440"}	{"lerrcp": "A6-440"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Jouve", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:08", "date": "1887-10-11 11:15:04", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "notime": null, "date-ut": "1887-10-11 11:03:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Jouve"}, "birth": {"tzo": "+00:11:08", "date": "1887-10-11 11:15:04", "place": {"c2": "62", "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "date-ut": "1887-10-11 11:03:56"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-440"}, "ids-in-sources": {"a6": "440"}}, "raw": {"H": "11", "MN": "3", "TZ": "0", "COD": "62", "COU": "F", "DAY": "11", "LAT": "50N18", "LON": "2E46", "MON": "10", "NUM": "440", "PRO": "W", "SEC": "56", "YEA": "1887", "CITY": "ARRAS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18136	crosnier-jean-1921-08-02	{"e1": "505"}	{"lerrcp": "E1-505"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Crosnier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-08-02 04:00", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": 2.38333, "lat": 48.91667, "name": "Aubervilliers", "geoid": 3036386}, "notime": null, "date-ut": "1921-08-02 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Crosnier"}, "birth": {"tzo": "+01:00", "date": "1921-08-02 04:00", "place": {"c2": "93", "c3": "", "cy": "FR", "lg": 2.38333, "lat": 48.91667, "name": "Aubervilliers", "geoid": 3036386}, "date-ut": "1921-08-02 03:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "505"}}, "raw": {"H": "04:00", "COD": "93", "DAY": "02", "MON": "08", "NUM": "0505", "PRO": "PH", "YEA": "1921", "CITY": "Aubervilliers", "NAME": "CROSNIER Jean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18137	cruchet-rene-1875-03-21	{"e1": "506"}	{"lerrcp": "E1-506"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Cruchet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02", "date": "1875-03-21 03:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1875-03-21 03:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Cruchet"}, "birth": {"tzo": "-00:02", "date": "1875-03-21 03:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1875-03-21 03:02"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "506"}}, "raw": {"H": "03:00", "COD": "33", "DAY": "21", "MON": "03", "NUM": "0506", "PRO": "PH", "YEA": "1875", "CITY": "Bordeaux", "NAME": "CRUCHET René", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14235	laberthonniere-lucien-1860-10-05	{"a6": "444"}	{"lerrcp": "A6-444"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Laberthonniere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1860-10-05 02:00", "note": null, "place": {"c1": null, "c2": "36", "c3": null, "cy": "FR", "lg": 1.44324, "lat": 46.50991, "name": "Chazelet", "geoid": 3025678}, "notime": null, "date-ut": "1860-10-05 01:53:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Laberthonniere"}, "birth": {"tzo": "+00:05:46", "date": "1860-10-05 02:00", "place": {"c2": "36", "cy": "FR", "lg": 1.44324, "lat": 46.50991, "name": "Chazelet", "geoid": 3025678}, "date-ut": "1860-10-05 01:53:16"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-444"}, "ids-in-sources": {"a6": "444"}}, "raw": {"H": "1", "MN": "53", "TZ": "0", "COD": "36", "COU": "F", "DAY": "5", "LAT": "46N49", "LON": "1E41", "MON": "10", "NUM": "444", "PRO": "W", "SEC": "16", "YEA": "1860", "CITY": "CHAZELET"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14236	labiche-eugene-1815-05-06	{"a6": "445"}	{"lerrcp": "A6-445"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Labiche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1815-05-06 20:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1815-05-06 19:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Labiche"}, "birth": {"tzo": "+00:09:24", "date": "1815-05-06 20:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1815-05-06 19:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-445"}, "ids-in-sources": {"a6": "445"}}, "raw": {"H": "19", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "6", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "445", "PRO": "W", "SEC": "40", "YEA": "1815", "CITY": "PARIS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18138	cueff-pierre-1891-07-10	{"e1": "507"}	{"lerrcp": "E1-507"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Cueff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1891-07-10 05:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1891-07-10 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Cueff"}, "birth": {"tzo": "+00:09", "date": "1891-07-10 05:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1891-07-10 04:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "507"}}, "raw": {"H": "05:00", "COD": "29", "DAY": "10", "MON": "07", "NUM": "0507", "PRO": "MI", "YEA": "1891", "CITY": "Brest", "NAME": "CUEFF Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14239	lachelier-jules-1832-05-27	{"a6": "448"}	{"lerrcp": "A6-448"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Lachelier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:48", "date": "1832-05-27 03:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.70177, "lat": 48.40908, "name": "Fontainebleau", "geoid": 3018074}, "notime": null, "date-ut": "1832-05-27 02:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Lachelier"}, "birth": {"tzo": "+00:10:48", "date": "1832-05-27 03:00", "place": {"c2": "77", "cy": "FR", "lg": 2.70177, "lat": 48.40908, "name": "Fontainebleau", "geoid": 3018074}, "date-ut": "1832-05-27 02:49:20"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-448"}, "ids-in-sources": {"a6": "448"}}, "raw": {"H": "2", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "27", "LAT": "48N33", "LON": "2E40", "MON": "5", "NUM": "448", "PRO": "W", "SEC": "20", "YEA": "1832", "CITY": "FONTAINEBLEAU"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14240	lacordaire-jean-1802-05-12	{"a6": "449"}	{"lerrcp": "A6-449"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lacordaire", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:08", "date": "1802-05-12 07:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Recey/Ource", "geoid": 0}, "notime": null, "date-ut": "1802-05-12 06:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lacordaire"}, "birth": {"tzo": "+00:20:08", "date": "1802-05-12 07:00", "place": {"c2": "21", "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Recey/Ource", "geoid": 0}, "date-ut": "1802-05-12 06:39:52"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-449"}, "ids-in-sources": {"a6": "449"}}, "raw": {"H": "6", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "12", "LAT": "47N19", "LON": "5E 2", "MON": "5", "NUM": "449", "PRO": "W", "SEC": "52", "YEA": "1802", "CITY": "RECEY/OURCE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14238	lacarce-andre-1908-05-27	{"a6": "447"}	{"lerrcp": "A6-447"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Lacarce", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1908-05-27 05:00", "note": null, "place": {"c1": null, "c2": "65", "c3": null, "cy": "FR", "lg": 0.08333, "lat": 43.23333, "name": "Vicq-en-Bigorre", "geoid": 0}, "notime": null, "date-ut": "1908-05-27 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "André", "family": "Lacarce"}, "birth": {"tzo": "+00:09:21", "date": "1908-05-27 05:00", "place": {"c2": "65", "cy": "FR", "lg": 0.08333, "lat": 43.23333, "name": "Vicq-en-Bigorre", "geoid": 0}, "date-ut": "1908-05-27 04:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-447"}, "ids-in-sources": {"a6": "447"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "65", "COU": "F", "DAY": "27", "LAT": "43N14", "LON": "0E 5", "MON": "5", "NUM": "447", "PRO": "W", "SEC": "40", "YEA": "1908", "CITY": "VICQ-EN-BIGORRE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14241	lacote-rene-1913-02-13	{"a6": "450"}	{"lerrcp": "A6-450"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Lacote", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-02-13 09:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -0.12637, "lat": 45.19031, "name": "Le Fouilloux", "geoid": 3004200}, "notime": null, "date-ut": "1913-02-13 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "René", "family": "Lacote"}, "birth": {"tzo": "+00:00", "date": "1913-02-13 09:00", "place": {"c2": "17", "cy": "FR", "lg": -0.12637, "lat": 45.19031, "name": "Le Fouilloux", "geoid": 3004200}, "date-ut": "1913-02-13 09:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-450"}, "ids-in-sources": {"a6": "450"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "17", "COU": "F", "DAY": "13", "LAT": "46N 9", "LON": "1W10", "MON": "2", "NUM": "450", "PRO": "W", "SEC": "0", "YEA": "1913", "CITY": "LE FOUILLOUX"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18139	curie-eva-1904-12-06	{"e1": "508"}	{"lerrcp": "E1-508"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eva", "family": "Curie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-12-06 09:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "13", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1904-12-06 08:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Eva", "family": "Curie"}, "birth": {"tzo": "+00:09", "date": "1904-12-06 09:00", "place": {"c2": "75", "c3": "13", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1904-12-06 08:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "508"}}, "raw": {"H": "09:00", "COD": "75", "DAY": "06", "MON": "12", "NUM": "0508", "PRO": "EX", "YEA": "1904", "CITY": "Paris 13ème", "NAME": "CURIE Eva", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14244	laffitte-pierre-1823-02-21	{"a6": "453"}	{"lerrcp": "A6-453"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Laffitte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:18", "date": "1823-02-21 13:56:18", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.32332, "lat": 44.64311, "name": "Béguey", "geoid": 3033868}, "notime": null, "date-ut": "1823-02-21 13:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Laffitte"}, "birth": {"tzo": "-00:01:18", "date": "1823-02-21 13:56:18", "place": {"c2": "33", "cy": "FR", "lg": -0.32332, "lat": 44.64311, "name": "Béguey", "geoid": 3033868}, "date-ut": "1823-02-21 13:57:36"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-453"}, "ids-in-sources": {"a6": "453"}}, "raw": {"H": "13", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "21", "LAT": "44N50", "LON": "0W34", "MON": "2", "NUM": "453", "PRO": "W", "SEC": "36", "YEA": "1823", "CITY": "BEGUEY"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14245	la-gorce-pierre-1846-06-29	{"a6": "454"}	{"lerrcp": "A6-454"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "La Gorce", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:11:03", "date": "1846-06-29 01:30", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -2.76205, "lat": 47.65688, "name": "Vannes", "geoid": 2970777}, "notime": null, "date-ut": "1846-06-29 01:40:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "La Gorce"}, "birth": {"tzo": "-00:11:03", "date": "1846-06-29 01:30", "place": {"c2": "56", "cy": "FR", "lg": -2.76205, "lat": 47.65688, "name": "Vannes", "geoid": 2970777}, "date-ut": "1846-06-29 01:40:56"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-454"}, "ids-in-sources": {"a6": "454"}}, "raw": {"H": "1", "MN": "40", "TZ": "0", "COD": "56", "COU": "F", "DAY": "29", "LAT": "47N40", "LON": "2W44", "MON": "6", "NUM": "454", "PRO": "W", "SEC": "56", "YEA": "1846", "CITY": "VANNES"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14246	gauquelin-a6-455-1867-07-19	{"a6": "455"}	{"lerrcp": "A6-455"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-455", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:04", "date": "1867-07-19 01:30", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1867-07-19 01:09:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-455"}, "birth": {"tzo": "+00:20:04", "date": "1867-07-19 01:30", "place": {"c2": "21", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1867-07-19 01:09:52"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-455"}, "ids-in-sources": {"a6": "455"}}, "raw": {"H": "1", "MN": "9", "TZ": "0", "COD": "21", "COU": "F", "DAY": "19", "LAT": "47N19", "LON": "5E 2", "MON": "7", "NUM": "455", "PRO": "W", "SEC": "52", "YEA": "1867", "CITY": "DIJON"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14243	lafaye-raymond-1928-08-13	{"a6": "452"}	{"lerrcp": "A6-452"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Lafaye", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1928-08-13 06:30", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.06802, "lat": 46.03624, "name": "Roanne", "geoid": 2983362}, "notime": null, "date-ut": "1928-08-13 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Lafaye"}, "birth": {"tzo": "+01:00", "date": "1928-08-13 06:30", "place": {"c2": "42", "cy": "FR", "lg": 4.06802, "lat": 46.03624, "name": "Roanne", "geoid": 2983362}, "date-ut": "1928-08-13 05:30"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-452"}, "ids-in-sources": {"a6": "452"}}, "raw": {"H": "5", "MN": "30", "TZ": "0", "COD": "42", "COU": "F", "DAY": "13", "LAT": "45N26", "LON": "4E23", "MON": "8", "NUM": "452", "PRO": "W", "SEC": "0", "YEA": "1928", "CITY": "ROANNE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14247	lalo-charles-1877-02-24	{"a6": "456"}	{"lerrcp": "A6-456"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Lalo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:51", "date": "1877-02-24 02:00", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "notime": null, "date-ut": "1877-02-24 01:57:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Lalo"}, "birth": {"tzo": "+00:02:51", "date": "1877-02-24 02:00", "place": {"c2": "24", "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "date-ut": "1877-02-24 01:57:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-456"}, "ids-in-sources": {"a6": "456"}}, "raw": {"H": "1", "MN": "57", "TZ": "0", "COD": "24", "COU": "F", "DAY": "24", "LAT": "45N11", "LON": "0E44", "MON": "2", "NUM": "456", "PRO": "W", "SEC": "4", "YEA": "1877", "CITY": "PERIGUEUX"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14248	lalou-rene-1889-09-03	{"a6": "457"}	{"lerrcp": "A6-457"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Lalou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:04", "date": "1889-09-03 21:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Boulogne/Mer", "geoid": 0}, "notime": null, "date-ut": "1889-09-03 20:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "René", "family": "Lalou"}, "birth": {"tzo": "+00:11:04", "date": "1889-09-03 21:00", "place": {"c2": "62", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Boulogne/Mer", "geoid": 0}, "date-ut": "1889-09-03 20:48:56"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-457"}, "ids-in-sources": {"a6": "457"}}, "raw": {"H": "20", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "3", "LAT": "50N18", "LON": "2E46", "MON": "9", "NUM": "457", "PRO": "W", "SEC": "56", "YEA": "1889", "CITY": "BOULOGNE/MER"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14250	lanfrey-pierre-1828-10-26	{"a6": "459"}	{"lerrcp": "A6-459"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Lanfrey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:41", "date": "1828-10-26 10:00", "note": null, "place": {"c1": null, "c2": "73", "c3": null, "cy": "FR", "lg": 5.92079, "lat": 45.56628, "name": "Chambéry", "geoid": 3027422}, "notime": null, "date-ut": "1828-10-26 09:36:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Lanfrey"}, "birth": {"tzo": "+00:23:41", "date": "1828-10-26 10:00", "place": {"c2": "73", "cy": "FR", "lg": 5.92079, "lat": 45.56628, "name": "Chambéry", "geoid": 3027422}, "date-ut": "1828-10-26 09:36:20"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-459"}, "ids-in-sources": {"a6": "459"}}, "raw": {"H": "9", "MN": "36", "TZ": "0", "COD": "73", "COU": "F", "DAY": "26", "LAT": "45N34", "LON": "5E55", "MON": "10", "NUM": "459", "PRO": "W", "SEC": "20", "YEA": "1828", "CITY": "CHAMBERY"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18140	cussac-alain-1915-06-18	{"e1": "509"}	{"lerrcp": "E1-509"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Cussac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-06-18 09:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "notime": null, "date-ut": "1915-06-18 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alain", "family": "Cussac"}, "birth": {"tzo": "+00:00", "date": "1915-06-18 09:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "date-ut": "1915-06-18 09:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "509"}}, "raw": {"H": "09:00", "COD": "62", "DAY": "18", "MON": "06", "NUM": "0509", "PRO": "MI", "YEA": "1915", "CITY": "Boulogne sur Mer", "NAME": "CUSSAC Alain", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14249	lamireau-gilbert-1924-02-03	{"a6": "458"}	{"lerrcp": "A6-458"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilbert", "family": "Lamireau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1924-02-03 18:00", "note": null, "place": {"c1": null, "c2": "79", "c3": null, "cy": "FR", "lg": -0.45, "lat": 46.31667, "name": "Mazieres en Gat", "geoid": 0}, "notime": null, "date-ut": "1924-02-03 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Gilbert", "family": "Lamireau"}, "birth": {"tzo": "+00:00", "date": "1924-02-03 18:00", "place": {"c2": "79", "cy": "FR", "lg": -0.45, "lat": 46.31667, "name": "Mazieres en Gat", "geoid": 0}, "date-ut": "1924-02-03 18:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-458"}, "ids-in-sources": {"a6": "458"}}, "raw": {"H": "18", "MN": "0", "TZ": "0", "COD": "79", "COU": "F", "DAY": "3", "LAT": "46N19", "LON": "0W27", "MON": "2", "NUM": "458", "PRO": "W", "SEC": "0", "YEA": "1924", "CITY": "MAZIERES EN GAT"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18141	dailheu-geoffroy-pierre-1918-09-08	{"e1": "510"}	{"lerrcp": "E1-510"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Dailheu-Geoffroy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-09-08 01:30", "note": null, "place": {"c1": null, "c2": "89", "c3": "", "cy": "FR", "lg": 3.97894, "lat": 47.87197, "name": "Épineuil", "geoid": 3020009}, "notime": null, "date-ut": "1918-09-08 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Dailheu-Geoffroy"}, "birth": {"tzo": "+01:00", "date": "1918-09-08 01:30", "place": {"c2": "89", "c3": "", "cy": "FR", "lg": 3.97894, "lat": 47.87197, "name": "Épineuil", "geoid": 3020009}, "date-ut": "1918-09-08 00:30"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "510"}}, "raw": {"H": "01:30", "COD": "89", "DAY": "08", "MON": "09", "NUM": "0510", "PRO": "PH", "YEA": "1918", "CITY": "Epineuil", "NAME": "DAILHEU-GEOFFROY Pierre", "NOTE": "-"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18142	daille-gerard-1916-02-06	{"e1": "511"}	{"lerrcp": "E1-511"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Daille", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-02-06 11:00", "note": null, "place": {"c1": null, "c2": "73", "c3": "", "cy": "FR", "lg": 5.91484, "lat": 45.55763, "name": "Jacob-Bellecombette", "geoid": 3012577}, "notime": null, "date-ut": "1916-02-06 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gérard", "family": "Daille"}, "birth": {"tzo": "+00:00", "date": "1916-02-06 11:00", "place": {"c2": "73", "c3": "", "cy": "FR", "lg": 5.91484, "lat": 45.55763, "name": "Jacob-Bellecombette", "geoid": 3012577}, "date-ut": "1916-02-06 11:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "511"}}, "raw": {"H": "11:00", "COD": "73", "DAY": "06", "MON": "02", "NUM": "0511", "PRO": "MI", "YEA": "1916", "CITY": "Jacob-Bellecombette", "NAME": "DAILLE Gérard", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19043	maure-germain-1895-05-09	{"e1": "1416"}	{"lerrcp": "E1-1416"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Germain", "family": "Maure", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1895-05-09 12:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Beuvry", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Germain", "family": "Maure"}, "birth": {"tzo": "", "date": "1895-05-09 12:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Beuvry", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1416"}}, "raw": {"H": "12:00", "COD": "59", "DAY": "09", "MON": "05", "NUM": "1416", "PRO": "EX", "YEA": "1895", "CITY": "Beuvry", "NAME": "MAURE Germain", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14256	laronde-olivier-1927-08-02	{"a6": "465"}	{"lerrcp": "A6-465"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Olivier", "family": "Laronde", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1927-08-02 22:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.60449, "lat": 43.17476, "name": "La Ciotat", "geoid": 3010025}, "notime": null, "date-ut": "1927-08-02 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Olivier", "family": "Laronde"}, "birth": {"tzo": "+01:00", "date": "1927-08-02 22:00", "place": {"c2": "13", "cy": "FR", "lg": 5.60449, "lat": 43.17476, "name": "La Ciotat", "geoid": 3010025}, "date-ut": "1927-08-02 21:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-465"}, "ids-in-sources": {"a6": "465"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "13", "COU": "F", "DAY": "2", "LAT": "43N18", "LON": "5E22", "MON": "8", "NUM": "465", "PRO": "W", "SEC": "0", "YEA": "1927", "CITY": "LA CIOTAT"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14254	labraud-valery-1881-08-29	{"a6": "463"}	{"lerrcp": "A6-463"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Valery", "family": "Labraud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:42", "date": "1881-08-29 02:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.42577, "lat": 46.12709, "name": "Vichy", "geoid": 2969392}, "notime": null, "date-ut": "1881-08-29 01:46:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Valery", "family": "Labraud"}, "birth": {"tzo": "+00:13:42", "date": "1881-08-29 02:00", "place": {"c2": "03", "cy": "FR", "lg": 3.42577, "lat": 46.12709, "name": "Vichy", "geoid": 2969392}, "date-ut": "1881-08-29 01:46:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-463"}, "ids-in-sources": {"a6": "463"}}, "raw": {"H": "1", "MN": "46", "TZ": "0", "COD": "03", "COU": "F", "DAY": "29", "LAT": "46N34", "LON": "3E20", "MON": "8", "NUM": "463", "PRO": "W", "SEC": "40", "YEA": "1881", "CITY": "VICHY"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14257	larousse-pierre-1817-10-03	{"a6": "466"}	{"lerrcp": "A6-466"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Larousse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:11", "date": "1817-10-03 08:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.29502, "lat": 47.73602, "name": "Toucy", "geoid": 2972372}, "notime": null, "date-ut": "1817-10-03 07:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Larousse"}, "birth": {"tzo": "+00:13:11", "date": "1817-10-03 08:00", "place": {"c2": "89", "cy": "FR", "lg": 3.29502, "lat": 47.73602, "name": "Toucy", "geoid": 2972372}, "date-ut": "1817-10-03 07:45:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-466"}, "ids-in-sources": {"a6": "466"}}, "raw": {"H": "7", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "3", "LAT": "47N48", "LON": "3E35", "MON": "10", "NUM": "466", "PRO": "W", "SEC": "40", "YEA": "1817", "CITY": "TOUCY"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18143	daillier-pierre-1905-09-13	{"e1": "512"}	{"lerrcp": "E1-512"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Daillier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1905-09-13 01:30", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Norroy-ls-Sec", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Daillier"}, "birth": {"tzo": "", "date": "1905-09-13 01:30", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Norroy-ls-Sec", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "512"}}, "raw": {"H": "01:30", "COD": "54", "DAY": "13", "MON": "09", "NUM": "0512", "PRO": "MI", "YEA": "1905", "CITY": "Norroy-ls-Sec", "NAME": "DAILLIER Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18144	dalsace-jean-1893-12-23	{"e1": "513"}	{"lerrcp": "E1-513"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Dalsace", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1893-12-23 21:50", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 6.45304, "lat": 48.18324, "name": "Épinal", "geoid": 3020035}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Dalsace"}, "birth": {"tzo": "", "date": "1893-12-23 21:50", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 6.45304, "lat": 48.18324, "name": "Épinal", "geoid": 3020035}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "513"}}, "raw": {"H": "21:50", "COD": "88", "DAY": "23", "MON": "12", "NUM": "0513", "PRO": "PH", "YEA": "1893", "CITY": "Epinal", "NAME": "DALSACE Jean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14261	la-varende-jean-1887-05-24	{"a6": "470"}	{"lerrcp": "A6-470"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "La Varende", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:11", "date": "1887-05-24 06:20", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 0.54382, "lat": 48.98968, "name": "Chamblac", "geoid": 3027408}, "notime": null, "date-ut": "1887-05-24 06:15:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "La Varende"}, "birth": {"tzo": "+00:02:11", "date": "1887-05-24 06:20", "place": {"c2": "27", "cy": "FR", "lg": 0.54382, "lat": 48.98968, "name": "Chamblac", "geoid": 3027408}, "date-ut": "1887-05-24 06:15:16"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-470"}, "ids-in-sources": {"a6": "470"}}, "raw": {"H": "6", "MN": "15", "TZ": "0", "COD": "27", "COU": "F", "DAY": "24", "LAT": "49N 1", "LON": "1E11", "MON": "5", "NUM": "470", "PRO": "W", "SEC": "16", "YEA": "1887", "CITY": "CHAMBLAC"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14259	la-taihede-raymond-1867-10-14	{"a6": "468"}	{"lerrcp": "A6-468"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "La Taihede", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:20", "date": "1867-10-14 03:59", "note": null, "place": {"c1": null, "c2": "82", "c3": null, "cy": "FR", "lg": 1.08474, "lat": 44.1045, "name": "Moissac", "geoid": 2993586}, "notime": null, "date-ut": "1867-10-14 03:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "La Taihede"}, "birth": {"tzo": "+00:04:20", "date": "1867-10-14 03:59", "place": {"c2": "82", "cy": "FR", "lg": 1.08474, "lat": 44.1045, "name": "Moissac", "geoid": 2993586}, "date-ut": "1867-10-14 03:54:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-468"}, "ids-in-sources": {"a6": "468"}}, "raw": {"H": "3", "MN": "54", "TZ": "0", "COD": "82", "COU": "F", "DAY": "14", "LAT": "44N 1", "LON": "1E20", "MON": "10", "NUM": "468", "PRO": "W", "SEC": "40", "YEA": "1867", "CITY": "MOISSAC"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18145	damesme-edouard-1807-01-23	{"e1": "514"}	{"lerrcp": "E1-514"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Damesme", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11", "date": "1807-01-23 03:00", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": 2.70177, "lat": 48.40908, "name": "Fontainebleau", "geoid": 3018074}, "notime": null, "date-ut": "1807-01-23 02:49"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Damesme"}, "birth": {"tzo": "+00:11", "date": "1807-01-23 03:00", "place": {"c2": "77", "c3": "", "cy": "FR", "lg": 2.70177, "lat": 48.40908, "name": "Fontainebleau", "geoid": 3018074}, "date-ut": "1807-01-23 02:49"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "514"}}, "raw": {"H": "03:00", "COD": "77", "DAY": "23", "MON": "01", "NUM": "0514", "PRO": "MI", "YEA": "1807", "CITY": "Fontainebleau", "NAME": "DAMESME Edouard", "NOTE": "*"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
14264	lavelle-louis-1883-07-15	{"a6": "473"}	{"lerrcp": "A6-473"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Lavelle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:32", "date": "1883-07-15 10:00", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.63333, "lat": 44.2, "name": "Saint-Martin de", "geoid": 0}, "notime": null, "date-ut": "1883-07-15 09:57:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Lavelle"}, "birth": {"tzo": "+00:02:32", "date": "1883-07-15 10:00", "place": {"c2": "47", "cy": "FR", "lg": 0.63333, "lat": 44.2, "name": "Saint-Martin de", "geoid": 0}, "date-ut": "1883-07-15 09:57:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-473"}, "ids-in-sources": {"a6": "473"}}, "raw": {"H": "9", "MN": "57", "TZ": "0", "COD": "47", "COU": "F", "DAY": "15", "LAT": "44N12", "LON": "0E38", "MON": "7", "NUM": "473", "PRO": "W", "SEC": "28", "YEA": "1883", "CITY": "SAINT MARTIN DE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14265	gauquelin-a6-474-1842-12-17	{"a6": "474"}	{"lerrcp": "A6-474"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-474", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:28", "date": "1842-12-17 21:30", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Nouvion-en-Thie", "geoid": 0}, "notime": null, "date-ut": "1842-12-17 21:15:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-474"}, "birth": {"tzo": "+00:14:28", "date": "1842-12-17 21:30", "place": {"c2": "02", "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Nouvion-en-Thie", "geoid": 0}, "date-ut": "1842-12-17 21:15:32"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-474"}, "ids-in-sources": {"a6": "474"}}, "raw": {"H": "21", "MN": "15", "TZ": "0", "COD": "02", "COU": "F", "DAY": "17", "LAT": "49N34", "LON": "3E37", "MON": "12", "NUM": "474", "PRO": "W", "SEC": "32", "YEA": "1842", "CITY": "NOUVION-EN-THIE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14266	leautaud-paul-1872-01-18	{"a6": "475"}	{"lerrcp": "A6-475"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Leautaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1872-01-18 01:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1872-01-18 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Leautaud"}, "birth": {"tzo": "+00:09:24", "date": "1872-01-18 01:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1872-01-18 00:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-475"}, "ids-in-sources": {"a6": "475"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "18", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "475", "PRO": "W", "SEC": "40", "YEA": "1872", "CITY": "PARIS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14262	lavaud-guy-1883-08-09	{"a6": "471"}	{"lerrcp": "A6-471"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Lavaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:56", "date": "1883-08-09 04:00", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 0.73333, "lat": 45.18333, "name": "Terrasson", "geoid": 0}, "notime": null, "date-ut": "1883-08-09 03:57:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Lavaud"}, "birth": {"tzo": "+00:02:56", "date": "1883-08-09 04:00", "place": {"c2": "24", "cy": "FR", "lg": 0.73333, "lat": 45.18333, "name": "Terrasson", "geoid": 0}, "date-ut": "1883-08-09 03:57:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-471"}, "ids-in-sources": {"a6": "471"}}, "raw": {"H": "3", "MN": "57", "TZ": "0", "COD": "24", "COU": "F", "DAY": "9", "LAT": "45N11", "LON": "0E44", "MON": "8", "NUM": "471", "PRO": "W", "SEC": "4", "YEA": "1883", "CITY": "TERRASSON"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18146	dancet-joseph-1904-02-23	{"e1": "515"}	{"lerrcp": "E1-515"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Dancet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-02-23 08:00", "note": null, "place": {"c1": null, "c2": "73", "c3": "", "cy": "FR", "lg": 5.92079, "lat": 45.56628, "name": "Chambéry", "geoid": 3027422}, "notime": null, "date-ut": "1904-02-23 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Dancet"}, "birth": {"tzo": "+00:09", "date": "1904-02-23 08:00", "place": {"c2": "73", "c3": "", "cy": "FR", "lg": 5.92079, "lat": 45.56628, "name": "Chambéry", "geoid": 3027422}, "date-ut": "1904-02-23 07:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "515"}}, "raw": {"H": "08:00", "COD": "73", "DAY": "23", "MON": "02", "NUM": "0515", "PRO": "EX", "YEA": "1904", "CITY": "Chambéry", "NAME": "DANCET Joseph", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14270	le-bon-gustave-1841-05-07	{"a6": "479"}	{"lerrcp": "A6-479"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Le Bon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:03:17", "date": "1841-05-07 05:30", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 0.82177, "lat": 48.32157, "name": "Nogent-le-Rotrou", "geoid": 2990272}, "notime": null, "date-ut": "1841-05-07 05:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Le Bon"}, "birth": {"tzo": "+00:03:17", "date": "1841-05-07 05:30", "place": {"c2": "28", "cy": "FR", "lg": 0.82177, "lat": 48.32157, "name": "Nogent-le-Rotrou", "geoid": 2990272}, "date-ut": "1841-05-07 05:24"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-479"}, "ids-in-sources": {"a6": "479"}}, "raw": {"H": "5", "MN": "24", "TZ": "0", "COD": "28", "COU": "F", "DAY": "7", "LAT": "48N27", "LON": "1E30", "MON": "5", "NUM": "479", "PRO": "W", "SEC": "0", "YEA": "1841", "CITY": "NOGENT-LE-ROTROU"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14269	leblanc-maurice-1864-12-11	{"a6": "478"}	{"lerrcp": "A6-478"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Leblanc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:24", "date": "1864-12-11 04:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1864-12-11 03:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Leblanc"}, "birth": {"tzo": "+00:04:24", "date": "1864-12-11 04:00", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1864-12-11 03:55:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-478"}, "ids-in-sources": {"a6": "478"}}, "raw": {"H": "3", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "11", "LAT": "49N26", "LON": "1E 5", "MON": "12", "NUM": "478", "PRO": "W", "SEC": "40", "YEA": "1864", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14271	le-braz-anatole-1859-04-02	{"a6": "480"}	{"lerrcp": "A6-480"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anatole", "family": "Le Braz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:13:45", "date": "1859-04-02 05:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -3.43591, "lat": 48.36133, "name": "Duault", "geoid": 3020728}, "notime": null, "date-ut": "1859-04-02 05:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Anatole", "family": "Le Braz"}, "birth": {"tzo": "-00:13:45", "date": "1859-04-02 05:00", "place": {"c2": "22", "cy": "FR", "lg": -3.43591, "lat": 48.36133, "name": "Duault", "geoid": 3020728}, "date-ut": "1859-04-02 05:11"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-480"}, "ids-in-sources": {"a6": "480"}}, "raw": {"H": "5", "MN": "11", "TZ": "0", "COD": "22", "COU": "F", "DAY": "2", "LAT": "48N31", "LON": "2W45", "MON": "4", "NUM": "480", "PRO": "W", "SEC": "0", "YEA": "1859", "CITY": "DUAULT"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18147	danes-andre-1904-11-23	{"e1": "516"}	{"lerrcp": "E1-516"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Andre", "family": "Danes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-11-23 04:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 2.88214, "lat": 50.68568, "name": "Armentières", "geoid": 3036903}, "notime": null, "date-ut": "1904-11-23 04:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Andre", "family": "Danes"}, "birth": {"tzo": "+00:09", "date": "1904-11-23 04:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 2.88214, "lat": 50.68568, "name": "Armentières", "geoid": 3036903}, "date-ut": "1904-11-23 04:21"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "516"}}, "raw": {"H": "04:30", "COD": "59", "DAY": "23", "MON": "11", "NUM": "0516", "PRO": "PH", "YEA": "1904", "CITY": "Armentières", "NAME": "DANES Andre", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18148	daniaud-jean-1909-11-19	{"e1": "517"}	{"lerrcp": "E1-517"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Daniaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-11-19 03:15", "note": null, "place": {"c1": null, "c2": "07", "c3": "", "cy": "FR", "lg": 4.59918, "lat": 44.735, "name": "Privas", "geoid": 2985290}, "notime": null, "date-ut": "1909-11-19 03:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Daniaud"}, "birth": {"tzo": "+00:09", "date": "1909-11-19 03:15", "place": {"c2": "07", "c3": "", "cy": "FR", "lg": 4.59918, "lat": 44.735, "name": "Privas", "geoid": 2985290}, "date-ut": "1909-11-19 03:06"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "517"}}, "raw": {"H": "03:15", "COD": "07", "DAY": "19", "MON": "11", "NUM": "0517", "PRO": "PH", "YEA": "1909", "CITY": "Privas", "NAME": "DANIAUD Jean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14276	gauquelin-a6-485-1869-01-16	{"a6": "485"}	{"lerrcp": "A6-485"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-485", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:16:24", "date": "1869-01-16 06:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.1, "lat": 48, "name": "Plougastel-Daou", "geoid": 0}, "notime": null, "date-ut": "1869-01-16 06:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-485"}, "birth": {"tzo": "-00:16:24", "date": "1869-01-16 06:00", "place": {"c2": "29", "cy": "FR", "lg": -4.1, "lat": 48, "name": "Plougastel-Daou", "geoid": 0}, "date-ut": "1869-01-16 06:16:24"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-485"}, "ids-in-sources": {"a6": "485"}}, "raw": {"H": "6", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "16", "LAT": "48N 0", "LON": "4W 6", "MON": "1", "NUM": "485", "PRO": "W", "SEC": "24", "YEA": "1869", "CITY": "PLOUGASTEL-DAOU"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14274	lecomte-georges-1867-07-09	{"a6": "483"}	{"lerrcp": "A6-483"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Lecomte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:19", "date": "1867-07-09 01:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.82823, "lat": 46.31407, "name": "Mâcon", "geoid": 2996882}, "notime": null, "date-ut": "1867-07-09 00:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Lecomte"}, "birth": {"tzo": "+00:19:19", "date": "1867-07-09 01:00", "place": {"c2": "71", "cy": "FR", "lg": 4.82823, "lat": 46.31407, "name": "Mâcon", "geoid": 2996882}, "date-ut": "1867-07-09 00:40:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-483"}, "ids-in-sources": {"a6": "483"}}, "raw": {"H": "0", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "9", "LAT": "46N18", "LON": "4E50", "MON": "7", "NUM": "483", "PRO": "W", "SEC": "40", "YEA": "1867", "CITY": "MACON"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14272	le-cardonnel-louis-1862-02-25	{"a6": "481"}	{"lerrcp": "A6-481"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Le Cardonnel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:38", "date": "1862-02-25 02:00", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "notime": null, "date-ut": "1862-02-25 01:40:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Le Cardonnel"}, "birth": {"tzo": "+00:19:38", "date": "1862-02-25 02:00", "place": {"c2": "26", "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "date-ut": "1862-02-25 01:40:24"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-481"}, "ids-in-sources": {"a6": "481"}}, "raw": {"H": "1", "MN": "40", "TZ": "0", "COD": "26", "COU": "F", "DAY": "25", "LAT": "44N56", "LON": "4E54", "MON": "2", "NUM": "481", "PRO": "W", "SEC": "24", "YEA": "1862", "CITY": "VALENCE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18150	darricau-jean-1911-11-10	{"e1": "519"}	{"lerrcp": "E1-519"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Darricau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1911-11-10 16:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bayonns", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Darricau"}, "birth": {"tzo": "", "date": "1911-11-10 16:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bayonns", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "519"}}, "raw": {"H": "16:00", "COD": "64", "DAY": "10", "MON": "11", "NUM": "0519", "PRO": "PH", "YEA": "1911", "CITY": "Bayonns", "NAME": "DARRICAU Jean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14281	lemaitre-jules-1853-04-27	{"a6": "490"}	{"lerrcp": "A6-490"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Lemaitre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:13", "date": "1853-04-27 10:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 2.05459, "lat": 47.95465, "name": "Vennecy", "geoid": 2970068}, "notime": null, "date-ut": "1853-04-27 09:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Lemaitre"}, "birth": {"tzo": "+00:08:13", "date": "1853-04-27 10:00", "place": {"c2": "45", "cy": "FR", "lg": 2.05459, "lat": 47.95465, "name": "Vennecy", "geoid": 2970068}, "date-ut": "1853-04-27 09:52:24"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-490"}, "ids-in-sources": {"a6": "490"}}, "raw": {"H": "9", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "27", "LAT": "47N54", "LON": "1E54", "MON": "4", "NUM": "490", "PRO": "W", "SEC": "24", "YEA": "1853", "CITY": "VENNECY"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14279	le-franc-marie-1879-10-04	{"a6": "488"}	{"lerrcp": "A6-488"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Le Franc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:11:05", "date": "1879-10-04 20:00", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -2.76996, "lat": 47.52746, "name": "Sarzeau", "geoid": 2975916}, "notime": null, "date-ut": "1879-10-04 20:10:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Le Franc"}, "birth": {"tzo": "-00:11:05", "date": "1879-10-04 20:00", "place": {"c2": "56", "cy": "FR", "lg": -2.76996, "lat": 47.52746, "name": "Sarzeau", "geoid": 2975916}, "date-ut": "1879-10-04 20:10:56"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-488"}, "ids-in-sources": {"a6": "488"}}, "raw": {"H": "20", "MN": "10", "TZ": "0", "COD": "56", "COU": "F", "DAY": "4", "LAT": "47N40", "LON": "2W44", "MON": "10", "NUM": "488", "PRO": "W", "SEC": "56", "YEA": "1879", "CITY": "SARZEAU"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14280	le-goffic-charles-1863-07-14	{"a6": "489"}	{"lerrcp": "A6-489"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Le Goffic", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:13:50", "date": "1863-07-14 08:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -3.45657, "lat": 48.73264, "name": "Lannion", "geoid": 3007609}, "notime": null, "date-ut": "1863-07-14 08:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Le Goffic"}, "birth": {"tzo": "-00:13:50", "date": "1863-07-14 08:00", "place": {"c2": "22", "cy": "FR", "lg": -3.45657, "lat": 48.73264, "name": "Lannion", "geoid": 3007609}, "date-ut": "1863-07-14 08:11"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-489"}, "ids-in-sources": {"a6": "489"}}, "raw": {"H": "8", "MN": "11", "TZ": "0", "COD": "22", "COU": "F", "DAY": "14", "LAT": "48N31", "LON": "2W45", "MON": "7", "NUM": "489", "PRO": "W", "SEC": "0", "YEA": "1863", "CITY": "LANNION"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18151	dassault-marcel-bloch-1892-01-22	{"e1": "520"}	{"lerrcp": "E1-520"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel (BLOCH)", "family": "Dassault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1892-01-22 08:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "9", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1892-01-22 08:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Marcel (BLOCH)", "family": "Dassault"}, "birth": {"tzo": "+00:09", "date": "1892-01-22 08:30", "place": {"c2": "75", "c3": "9", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1892-01-22 08:21"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "520"}}, "raw": {"H": "08:30", "COD": "75", "DAY": "22", "MON": "01", "NUM": "0520", "PRO": "EX", "YEA": "1892", "CITY": "Paris 9ème", "NAME": "DASSAULT Marcel (BLOCH)", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14284	lenormand-henri-1882-05-03	{"a6": "493"}	{"lerrcp": "A6-493"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Lenormand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1882-05-03 03:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1882-05-03 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Lenormand"}, "birth": {"tzo": "+00:09:24", "date": "1882-05-03 03:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1882-05-03 02:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-493"}, "ids-in-sources": {"a6": "493"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "3", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "493", "PRO": "W", "SEC": "40", "YEA": "1882", "CITY": "PARIS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14285	lenotre-georges-1855-10-07	{"a6": "494"}	{"lerrcp": "A6-494"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Lenotre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:39", "date": "1855-10-07 03:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.16372, "lat": 49.27723, "name": "Richemont", "geoid": 2983648}, "notime": null, "date-ut": "1855-10-07 02:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Lenotre"}, "birth": {"tzo": "+00:24:39", "date": "1855-10-07 03:00", "place": {"c2": "57", "cy": "FR", "lg": 6.16372, "lat": 49.27723, "name": "Richemont", "geoid": 2983648}, "date-ut": "1855-10-07 02:35:16"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-494"}, "ids-in-sources": {"a6": "494"}}, "raw": {"H": "2", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "7", "LAT": "49N 7", "LON": "6E11", "MON": "10", "NUM": "494", "PRO": "W", "SEC": "16", "YEA": "1855", "CITY": "RICHEMONT"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14286	lequier-jules-1814-01-29	{"a6": "495"}	{"lerrcp": "A6-495"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Lequier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:11:38", "date": "1814-01-29 17:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -2.91019, "lat": 48.4033, "name": "Quintin", "geoid": 2984649}, "notime": null, "date-ut": "1814-01-29 17:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Lequier"}, "birth": {"tzo": "-00:11:38", "date": "1814-01-29 17:00", "place": {"c2": "22", "cy": "FR", "lg": -2.91019, "lat": 48.4033, "name": "Quintin", "geoid": 2984649}, "date-ut": "1814-01-29 17:11"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-495"}, "ids-in-sources": {"a6": "495"}}, "raw": {"H": "17", "MN": "11", "TZ": "0", "COD": "22", "COU": "F", "DAY": "29", "LAT": "48N31", "LON": "2W45", "MON": "1", "NUM": "495", "PRO": "W", "SEC": "0", "YEA": "1814", "CITY": "QUINTIN"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18152	dassault-paul-bloch-1882-01-13	{"e1": "521"}	{"lerrcp": "E1-521"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul (BLOCH)", "family": "Dassault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1882-01-13 19:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "9", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1882-01-13 18:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul (BLOCH)", "family": "Dassault"}, "birth": {"tzo": "+00:09", "date": "1882-01-13 19:00", "place": {"c2": "75", "c3": "9", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1882-01-13 18:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "521"}}, "raw": {"H": "19:00", "COD": "75", "DAY": "13", "MON": "01", "NUM": "0521", "PRO": "MI", "YEA": "1882", "CITY": "Paris 9ème", "NAME": "DASSAULT Paul (BLOCH)", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18153	dassonville-achille-1890-08-12	{"e1": "522"}	{"lerrcp": "E1-522"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Achille", "family": "Dassonville", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08", "date": "1890-08-12 23:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 1.97288, "lat": 50.39503, "name": "Aubin-Saint-Vaast", "geoid": 3036318}, "notime": null, "date-ut": "1890-08-12 22:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Achille", "family": "Dassonville"}, "birth": {"tzo": "+00:08", "date": "1890-08-12 23:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 1.97288, "lat": 50.39503, "name": "Aubin-Saint-Vaast", "geoid": 3036318}, "date-ut": "1890-08-12 22:52"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "522"}}, "raw": {"H": "23:00", "COD": "62", "DAY": "12", "MON": "08", "NUM": "0522", "PRO": "MI", "YEA": "1890", "CITY": "Aubin-Saint Vaast", "NAME": "DASSONVILLE Achille", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14290	le-roy-edouard-1870-06-18	{"a6": "499"}	{"lerrcp": "A6-499"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Le Roy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1870-06-18 15:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1870-06-18 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Le Roy"}, "birth": {"tzo": "+00:09:24", "date": "1870-06-18 15:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1870-06-18 14:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-499"}, "ids-in-sources": {"a6": "499"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "18", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "499", "PRO": "W", "SEC": "40", "YEA": "1870", "CITY": "PARIS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14289	leroux-gaston-1868-05-06	{"a6": "498"}	{"lerrcp": "A6-498"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Leroux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1868-05-06 09:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1868-05-06 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Leroux"}, "birth": {"tzo": "+00:09:24", "date": "1868-05-06 09:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1868-05-06 08:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-498"}, "ids-in-sources": {"a6": "498"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "6", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "498", "PRO": "W", "SEC": "40", "YEA": "1868", "CITY": "PARIS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14291	le-roy-eugene-1836-11-29	{"a6": "500"}	{"lerrcp": "A6-500"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Le Roy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:36", "date": "1836-11-29 18:00", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 1.14839, "lat": 45.25915, "name": "Hautefort", "geoid": 3013769}, "notime": null, "date-ut": "1836-11-29 17:57:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Le Roy"}, "birth": {"tzo": "+00:04:36", "date": "1836-11-29 18:00", "place": {"c2": "24", "cy": "FR", "lg": 1.14839, "lat": 45.25915, "name": "Hautefort", "geoid": 3013769}, "date-ut": "1836-11-29 17:57:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-500"}, "ids-in-sources": {"a6": "500"}}, "raw": {"H": "17", "MN": "57", "TZ": "0", "COD": "24", "COU": "F", "DAY": "29", "LAT": "45N11", "LON": "0E44", "MON": "11", "NUM": "500", "PRO": "W", "SEC": "4", "YEA": "1836", "CITY": "HAUTEFORT"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14292	leroy-beaulieu-anatole-1842-02-12	{"a6": "501"}	{"lerrcp": "A6-501"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anatole", "family": "Leroy-Beaulieu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:55", "date": "1842-02-12 11:30", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": 0.22925, "lat": 49.1466, "name": "Lisieux", "geoid": 2998150}, "notime": null, "date-ut": "1842-02-12 11:31:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Anatole", "family": "Leroy-Beaulieu"}, "birth": {"tzo": "+00:00:55", "date": "1842-02-12 11:30", "place": {"c2": "14", "cy": "FR", "lg": 0.22925, "lat": 49.1466, "name": "Lisieux", "geoid": 2998150}, "date-ut": "1842-02-12 11:31:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-501"}, "ids-in-sources": {"a6": "501"}}, "raw": {"H": "11", "MN": "31", "TZ": "0", "COD": "14", "COU": "F", "DAY": "12", "LAT": "49N11", "LON": "0W22", "MON": "2", "NUM": "501", "PRO": "W", "SEC": "28", "YEA": "1842", "CITY": "LISIEUX"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14294	gauquelin-a6-503-1882-07-08	{"a6": "503"}	{"lerrcp": "A6-503"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-503", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:01", "date": "1882-07-08 07:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.00288, "lat": 49.28669, "name": "Elbeuf", "geoid": 3020307}, "notime": null, "date-ut": "1882-07-08 06:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-503"}, "birth": {"tzo": "+00:04:01", "date": "1882-07-08 07:00", "place": {"c2": "76", "cy": "FR", "lg": 1.00288, "lat": 49.28669, "name": "Elbeuf", "geoid": 3020307}, "date-ut": "1882-07-08 06:55:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-503"}, "ids-in-sources": {"a6": "503"}}, "raw": {"H": "6", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "8", "LAT": "49N26", "LON": "1E 5", "MON": "7", "NUM": "503", "PRO": "W", "SEC": "40", "YEA": "1882", "CITY": "ELBEUF"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18154	daude-paul-1919-02-05	{"e1": "523"}	{"lerrcp": "E1-523"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Daude", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1919-02-05 02:00", "note": null, "place": {"c1": null, "c2": "48", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Rieutord de Randon", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Daude"}, "birth": {"tzo": "", "date": "1919-02-05 02:00", "place": {"c2": "48", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Rieutord de Randon", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "523"}}, "raw": {"H": "02:00", "COD": "48", "DAY": "05", "MON": "02", "NUM": "0523", "PRO": "PH", "YEA": "1919", "CITY": "Rieutord de Randon", "NAME": "DAUDE Paul", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14296	lesort-paul-1915-11-14	{"a6": "505"}	{"lerrcp": "A6-505"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Lesort", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-11-14 07:30", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.59714, "lat": 48.83792, "name": "Granville", "geoid": 3014867}, "notime": null, "date-ut": "1915-11-14 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Lesort"}, "birth": {"tzo": "+00:00", "date": "1915-11-14 07:30", "place": {"c2": "50", "cy": "FR", "lg": -1.59714, "lat": 48.83792, "name": "Granville", "geoid": 3014867}, "date-ut": "1915-11-14 07:30"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-505"}, "ids-in-sources": {"a6": "505"}}, "raw": {"H": "7", "MN": "30", "TZ": "0", "COD": "50", "COU": "F", "DAY": "14", "LAT": "49N 7", "LON": "1W 5", "MON": "11", "NUM": "505", "PRO": "W", "SEC": "0", "YEA": "1915", "CITY": "GRANVILLE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14293	lescure-jean-1912-09-14	{"a6": "502"}	{"lerrcp": "A6-502"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lescure", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-09-14 03:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Asnieres", "geoid": 0}, "notime": null, "date-ut": "1912-09-14 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lescure"}, "birth": {"tzo": "+00:00", "date": "1912-09-14 03:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Asnieres", "geoid": 0}, "date-ut": "1912-09-14 03:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-502"}, "ids-in-sources": {"a6": "502"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "92", "COU": "F", "DAY": "14", "LAT": "48N50", "LON": "2E11", "MON": "9", "NUM": "502", "PRO": "W", "SEC": "0", "YEA": "1912", "CITY": "ASNIERES"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18155	daum-noel-1910-12-27	{"e1": "524"}	{"lerrcp": "E1-524"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Noël", "family": "Daum", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1910-12-27 20:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Noël", "family": "Daum"}, "birth": {"tzo": "", "date": "1910-12-27 20:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "524"}}, "raw": {"H": "20:00", "COD": "54", "DAY": "27", "MON": "12", "NUM": "0524", "PRO": "MI", "YEA": "1910", "CITY": "Nancy", "NAME": "DAUM Noël", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18156	dauphine-andre-1919-05-25	{"e1": "525"}	{"lerrcp": "E1-525"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Dauphine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-05-25 04:00", "note": null, "place": {"c1": null, "c2": "25", "c3": "", "cy": "FR", "lg": 6.88242, "lat": 47.44284, "name": "Hérimoncourt", "geoid": 3013448}, "notime": null, "date-ut": "1919-05-25 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "André", "family": "Dauphine"}, "birth": {"tzo": "+01:00", "date": "1919-05-25 04:00", "place": {"c2": "25", "c3": "", "cy": "FR", "lg": 6.88242, "lat": 47.44284, "name": "Hérimoncourt", "geoid": 3013448}, "date-ut": "1919-05-25 03:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "525"}}, "raw": {"H": "04:00", "COD": "25", "DAY": "25", "MON": "05", "NUM": "0525", "PRO": "EX", "YEA": "1919", "CITY": "Hérimoncourt", "NAME": "DAUPHINE André", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14301	levi-strauss-claude-1908-11-28	{"a6": "510"}	{"lerrcp": "A6-510"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Levi-Strauss", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "BE", "lg": 4.33333, "lat": 50.83333, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1908-11-28 01:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Levi-Strauss"}, "birth": {"place": {"c2": "", "cy": "BE", "lg": 4.33333, "lat": 50.83333, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1908-11-28 01:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-510"}, "ids-in-sources": {"a6": "510"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "B", "COU": "F", "DAY": "28", "LAT": "50N50", "LON": "4E20", "MON": "11", "NUM": "510", "PRO": "W", "SEC": "0", "YEA": "1908", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14297	levaillant-maurice-1883-04-17	{"a6": "506"}	{"lerrcp": "A6-506"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Levaillant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:33", "date": "1883-04-17 21:03:13", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.88807, "lat": 49.23359, "name": "Crépy-en-Valois", "geoid": 3022569}, "notime": null, "date-ut": "1883-04-17 20:51:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Levaillant"}, "birth": {"tzo": "+00:11:33", "date": "1883-04-17 21:03:13", "place": {"c2": "60", "cy": "FR", "lg": 2.88807, "lat": 49.23359, "name": "Crépy-en-Valois", "geoid": 3022569}, "date-ut": "1883-04-17 20:51:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-506"}, "ids-in-sources": {"a6": "506"}}, "raw": {"H": "20", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "17", "LAT": "49N26", "LON": "2E 5", "MON": "4", "NUM": "506", "PRO": "W", "SEC": "40", "YEA": "1883", "CITY": "CREPY EN VALOIS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14298	leveque-jean-1931-10-14	{"a6": "507"}	{"lerrcp": "A6-507"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Leveque", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1931-10-14 12:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Vailly/Aisne", "geoid": 0}, "notime": null, "date-ut": "1931-10-14 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Leveque"}, "birth": {"tzo": "+00:00", "date": "1931-10-14 12:00", "place": {"c2": "02", "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Vailly/Aisne", "geoid": 0}, "date-ut": "1931-10-14 12:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-507"}, "ids-in-sources": {"a6": "507"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "02", "COU": "F", "DAY": "14", "LAT": "49N34", "LON": "3E37", "MON": "10", "NUM": "507", "PRO": "W", "SEC": "0", "YEA": "1931", "CITY": "VAILLY/AISNE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18157	daussat-charles-1873-03-26	{"e1": "526"}	{"lerrcp": "E1-526"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Daussat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06", "date": "1873-03-26 05:30", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "notime": null, "date-ut": "1873-03-26 05:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Daussat"}, "birth": {"tzo": "-00:06", "date": "1873-03-26 05:30", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "date-ut": "1873-03-26 05:36"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "526"}}, "raw": {"H": "05:30", "COD": "64", "DAY": "26", "MON": "03", "NUM": "0526", "PRO": "PH", "YEA": "1873", "CITY": "Bayonne", "NAME": "DAUSSAT Charles", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14305	gauquelin-a6-514-1801-02-01	{"a6": "514"}	{"lerrcp": "A6-514"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-514", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1801-02-01 10:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1801-02-01 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-514"}, "birth": {"tzo": "+00:09:24", "date": "1801-02-01 10:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1801-02-01 09:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-514"}, "ids-in-sources": {"a6": "514"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "1", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "514", "PRO": "W", "SEC": "40", "YEA": "1801", "CITY": "PARIS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14306	loisy-alfred-1857-02-28	{"a6": "515"}	{"lerrcp": "A6-515"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Loisy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:28", "date": "1857-02-28 01:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Ambriere", "geoid": 0}, "notime": null, "date-ut": "1857-02-28 00:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Loisy"}, "birth": {"tzo": "+00:17:28", "date": "1857-02-28 01:00", "place": {"c2": "51", "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Ambriere", "geoid": 0}, "date-ut": "1857-02-28 00:42:32"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-515"}, "ids-in-sources": {"a6": "515"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "28", "LAT": "48N57", "LON": "4E22", "MON": "2", "NUM": "515", "PRO": "W", "SEC": "32", "YEA": "1857", "CITY": "AMBRIERE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14303	lichtenberger-andre-1870-11-29	{"a6": "512"}	{"lerrcp": "A6-512"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Lichtenberger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1870-11-29 19:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1870-11-29 18:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "André", "family": "Lichtenberger"}, "birth": {"tzo": "+00:30:59", "date": "1870-11-29 19:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1870-11-29 18:29"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-512"}, "ids-in-sources": {"a6": "512"}}, "raw": {"H": "18", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "29", "LAT": "48N35", "LON": "7E45", "MON": "11", "NUM": "512", "PRO": "W", "SEC": "0", "YEA": "1870", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14304	limbour-georges-1900-08-11	{"a6": "513"}	{"lerrcp": "A6-513"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Limbour", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-08-11 08:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.25666, "lat": 48.89672, "name": "Courbevoie", "geoid": 3023141}, "notime": null, "date-ut": "1900-08-11 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Limbour"}, "birth": {"tzo": "+00:09:21", "date": "1900-08-11 08:00", "place": {"c2": "92", "cy": "FR", "lg": 2.25666, "lat": 48.89672, "name": "Courbevoie", "geoid": 3023141}, "date-ut": "1900-08-11 07:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-513"}, "ids-in-sources": {"a6": "513"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "92", "COU": "F", "DAY": "11", "LAT": "48N50", "LON": "2E11", "MON": "8", "NUM": "513", "PRO": "W", "SEC": "40", "YEA": "1900", "CITY": "COURBEVOIE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18158	dausset-jean-1916-10-19	{"e1": "527"}	{"lerrcp": "E1-527"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Dausset", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-10-19 01:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1916-10-19 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Dausset"}, "birth": {"tzo": "+00:00", "date": "1916-10-19 01:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1916-10-19 01:00"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "527"}}, "raw": {"H": "01:00", "COD": "31", "DAY": "19", "MON": "10", "NUM": "0527", "PRO": "PH", "YEA": "1916", "CITY": "Toulouse", "NAME": "DAUSSET Jean", "NOTE": "+"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
14309	loudier-sophronime-1835-01-10	{"a6": "519"}	{"lerrcp": "A6-519"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sophronime", "family": "Loudier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01:40", "date": "1835-01-10 15:03:08", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": 0.41667, "lat": 49.01667, "name": "Orbec", "geoid": 2989445}, "notime": null, "date-ut": "1835-01-10 15:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Sophronime", "family": "Loudier"}, "birth": {"tzo": "+00:01:40", "date": "1835-01-10 15:03:08", "place": {"c2": "14", "cy": "FR", "lg": 0.41667, "lat": 49.01667, "name": "Orbec", "geoid": 2989445}, "date-ut": "1835-01-10 15:01:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-519"}, "ids-in-sources": {"a6": "519"}}, "raw": {"H": "15", "MN": "1", "TZ": "0", "COD": "14", "COU": "F", "DAY": "10", "LAT": "49N11", "LON": "0W22", "MON": "1", "NUM": "519", "PRO": "W", "SEC": "28", "YEA": "1835", "CITY": "ORBEC"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18159	david-marcel-1890-07-20	{"e1": "528"}	{"lerrcp": "E1-528"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "David", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02", "date": "1890-07-20 23:00", "note": null, "place": {"c1": null, "c2": "49", "c3": "", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "notime": null, "date-ut": "1890-07-20 23:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "David"}, "birth": {"tzo": "-00:02", "date": "1890-07-20 23:00", "place": {"c2": "49", "c3": "", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "date-ut": "1890-07-20 23:02"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "528"}}, "raw": {"H": "23:00", "COD": "49", "DAY": "20", "MON": "07", "NUM": "0528", "PRO": "PH", "YEA": "1890", "CITY": "Angers", "NAME": "DAVID Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
6455	loti-pierre-1850-01-14	{"a3": "736", "a6": "517"}	{"lerrcp": "A3-736"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Loti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:03:52", "date": "1850-01-14 23:30", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -0.96774, "lat": 45.94304, "name": "Rochefort", "geoid": 2983276}, "notime": null, "date-ut": "1850-01-14 23:34:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "novelist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Loti"}, "birth": {"tzo": "-00:03:52", "date": "1850-01-14 23:30", "place": {"c2": "17", "cy": "FR", "lg": -0.96774, "lat": 45.94304, "name": "Rochefort", "geoid": 2983276}, "date-ut": "1850-01-14 23:34:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-736"}, "ids-in-sources": {"a3": "736"}}, "raw": {"H": "23", "MN": "34", "TZ": "0", "COD": "17", "COU": "F", "DAY": "14", "LAT": "46N 9", "LON": "1W10", "MON": "1", "NUM": "736", "PRO": "M", "SEC": "40", "YEA": "1850", "CITY": "ROCHEFORT"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "517"}}, "raw": {"H": "23", "MN": "34", "TZ": "0", "COD": "17", "COU": "F", "DAY": "14", "LAT": "46N 9", "LON": "1W10", "MON": "1", "NUM": "517", "PRO": "W", "SEC": "40", "YEA": "1850", "CITY": "ROCHEFORT"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14308	loubiere-pierre-1913-02-03	{"a6": "518"}	{"lerrcp": "A6-518"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Loubiere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-02-03 18:00", "note": null, "place": {"c1": null, "c2": "12", "c3": null, "cy": "FR", "lg": 2.5514, "lat": 44.34638, "name": "Olemps", "geoid": 2989629}, "notime": null, "date-ut": "1913-02-03 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Loubiere"}, "birth": {"tzo": "+00:00", "date": "1913-02-03 18:00", "place": {"c2": "12", "cy": "FR", "lg": 2.5514, "lat": 44.34638, "name": "Olemps", "geoid": 2989629}, "date-ut": "1913-02-03 18:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-518"}, "ids-in-sources": {"a6": "518"}}, "raw": {"H": "18", "MN": "0", "TZ": "0", "COD": "12", "COU": "F", "DAY": "3", "LAT": "44N21", "LON": "2E34", "MON": "2", "NUM": "518", "PRO": "W", "SEC": "0", "YEA": "1913", "CITY": "OLEMPS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14312	lucas-dubreton-jean-1883-09-23	{"a6": "522"}	{"lerrcp": "A6-522"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lucas-Dubreton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:52", "date": "1883-09-23 19:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1883-09-23 18:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lucas-Dubreton"}, "birth": {"tzo": "+00:22:52", "date": "1883-09-23 19:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1883-09-23 18:37:08"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-522"}, "ids-in-sources": {"a6": "522"}}, "raw": {"H": "18", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "23", "LAT": "45N11", "LON": "5E43", "MON": "9", "NUM": "522", "PRO": "W", "SEC": "8", "YEA": "1883", "CITY": "GRENOBLE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18160	davout-leopold-1829-08-09	{"e1": "529"}	{"lerrcp": "E1-529"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léopold", "family": "Davout", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1829-08-09 05:00", "note": null, "place": {"c1": null, "c2": "89", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Escolives", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Léopold", "family": "Davout"}, "birth": {"tzo": "", "date": "1829-08-09 05:00", "place": {"c2": "89", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Escolives", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "529"}}, "raw": {"H": "05:00", "COD": "89", "DAY": "09", "MON": "08", "NUM": "0529", "PRO": "MI", "YEA": "1829", "CITY": "Escolives", "NAME": "DAVOUT Léopold", "NOTE": "*"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
14315	gauquelin-a6-525-1893-01-20	{"a6": "525"}	{"lerrcp": "A6-525"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-525", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1893-01-20 11:00", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 1.33783, "lat": 48.07086, "name": "Châteaudun", "geoid": 3026285}, "notime": null, "date-ut": "1893-01-20 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-525"}, "birth": {"tzo": "+00:09:21", "date": "1893-01-20 11:00", "place": {"c2": "28", "cy": "FR", "lg": 1.33783, "lat": 48.07086, "name": "Châteaudun", "geoid": 3026285}, "date-ut": "1893-01-20 10:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-525"}, "ids-in-sources": {"a6": "525"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "28", "COU": "F", "DAY": "20", "LAT": "48N27", "LON": "1E30", "MON": "1", "NUM": "525", "PRO": "W", "SEC": "40", "YEA": "1893", "CITY": "CHATEAUDUN"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14311	lucas-wilfrid-1882-09-29	{"a6": "521"}	{"lerrcp": "A6-521"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilfrid", "family": "Lucas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:26", "date": "1882-09-29 04:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.35912, "lat": 49.18585, "name": "Caen", "geoid": 3029241}, "notime": null, "date-ut": "1882-09-29 04:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Wilfrid", "family": "Lucas"}, "birth": {"tzo": "-00:01:26", "date": "1882-09-29 04:00", "place": {"c2": "14", "cy": "FR", "lg": -0.35912, "lat": 49.18585, "name": "Caen", "geoid": 3029241}, "date-ut": "1882-09-29 04:01:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-521"}, "ids-in-sources": {"a6": "521"}}, "raw": {"H": "4", "MN": "1", "TZ": "0", "COD": "14", "COU": "F", "DAY": "29", "LAT": "49N11", "LON": "0W22", "MON": "9", "NUM": "521", "PRO": "W", "SEC": "28", "YEA": "1882", "CITY": "CAEN"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14314	lunel-raymond-1918-09-27	{"a6": "524"}	{"lerrcp": "A6-524"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Lunel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-09-27 12:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.86835, "lat": 49.04383, "name": "Dampierre", "geoid": 3021834}, "notime": null, "date-ut": "1918-09-27 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Lunel"}, "birth": {"tzo": "+01:00", "date": "1918-09-27 12:00", "place": {"c2": "14", "cy": "FR", "lg": -0.86835, "lat": 49.04383, "name": "Dampierre", "geoid": 3021834}, "date-ut": "1918-09-27 11:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-524"}, "ids-in-sources": {"a6": "524"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "14", "COU": "F", "DAY": "27", "LAT": "49N11", "LON": "0W22", "MON": "9", "NUM": "524", "PRO": "W", "SEC": "0", "YEA": "1918", "CITY": "DAMPIERRE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14316	madaule-jacques-1898-10-11	{"a6": "526"}	{"lerrcp": "A6-526"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Madaule", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1898-10-11 12:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 1.95339, "lat": 43.31814, "name": "Castelnaudary", "geoid": 3028351}, "notime": null, "date-ut": "1898-10-11 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Madaule"}, "birth": {"tzo": "+00:09:21", "date": "1898-10-11 12:00", "place": {"c2": "11", "cy": "FR", "lg": 1.95339, "lat": 43.31814, "name": "Castelnaudary", "geoid": 3028351}, "date-ut": "1898-10-11 11:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-526"}, "ids-in-sources": {"a6": "526"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "11", "LAT": "43N12", "LON": "2E21", "MON": "10", "NUM": "526", "PRO": "W", "SEC": "40", "YEA": "1898", "CITY": "CASTELNAUDARY"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14317	madelin-louis-1871-05-08	{"a6": "527"}	{"lerrcp": "A6-527"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Madelin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:28", "date": "1871-05-08 14:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Neufchateau", "geoid": 0}, "notime": null, "date-ut": "1871-05-08 13:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Madelin"}, "birth": {"tzo": "+00:14:28", "date": "1871-05-08 14:00", "place": {"c2": "02", "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Neufchateau", "geoid": 0}, "date-ut": "1871-05-08 13:45:32"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-527"}, "ids-in-sources": {"a6": "527"}}, "raw": {"H": "13", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "8", "LAT": "49N34", "LON": "3E37", "MON": "5", "NUM": "527", "PRO": "W", "SEC": "32", "YEA": "1871", "CITY": "NEUFCHATEAU"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18161	dax-lucien-1894-02-27	{"e1": "530"}	{"lerrcp": "E1-530"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Dax", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1894-02-27 23:00", "note": null, "place": {"c1": null, "c2": "50", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Cherbourg", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Dax"}, "birth": {"tzo": "", "date": "1894-02-27 23:00", "place": {"c2": "50", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Cherbourg", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "530"}}, "raw": {"H": "23:00", "COD": "50", "DAY": "27", "MON": "02", "NUM": "0530", "PRO": "PH", "YEA": "1894", "CITY": "Cherbourg", "NAME": "DAX Lucien", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14320	male-emile-1862-06-02	{"a6": "530"}	{"lerrcp": "A6-530"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Male", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:58", "date": "1862-06-02 02:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 2.74163, "lat": 46.28876, "name": "Commentry", "geoid": 3024090}, "notime": null, "date-ut": "1862-06-02 01:46:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Male"}, "birth": {"tzo": "+00:10:58", "date": "1862-06-02 02:00", "place": {"c2": "03", "cy": "FR", "lg": 2.74163, "lat": 46.28876, "name": "Commentry", "geoid": 3024090}, "date-ut": "1862-06-02 01:46:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-530"}, "ids-in-sources": {"a6": "530"}}, "raw": {"H": "1", "MN": "46", "TZ": "0", "COD": "03", "COU": "F", "DAY": "2", "LAT": "46N34", "LON": "3E20", "MON": "6", "NUM": "530", "PRO": "W", "SEC": "40", "YEA": "1862", "CITY": "COMMENTRY"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14318	magre-maurice-1877-03-02	{"a6": "528"}	{"lerrcp": "A6-528"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Magre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1877-03-02 10:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1877-03-02 09:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Magre"}, "birth": {"tzo": "+00:05:46", "date": "1877-03-02 10:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1877-03-02 09:54:16"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-528"}, "ids-in-sources": {"a6": "528"}}, "raw": {"H": "9", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "2", "LAT": "43N37", "LON": "1E26", "MON": "3", "NUM": "528", "PRO": "W", "SEC": "16", "YEA": "1877", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18162	dayras-jean-1890-07-28	{"e1": "531"}	{"lerrcp": "E1-531"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Dayras", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:03", "date": "1890-07-28 07:00", "note": null, "place": {"c1": null, "c2": "53", "c3": "", "cy": "FR", "lg": -0.77019, "lat": 48.07247, "name": "Laval", "geoid": 3005866}, "notime": null, "date-ut": "1890-07-28 07:03"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Dayras"}, "birth": {"tzo": "-00:03", "date": "1890-07-28 07:00", "place": {"c2": "53", "c3": "", "cy": "FR", "lg": -0.77019, "lat": 48.07247, "name": "Laval", "geoid": 3005866}, "date-ut": "1890-07-28 07:03"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "531"}}, "raw": {"H": "07:00", "COD": "53", "DAY": "28", "MON": "07", "NUM": "0531", "PRO": "PH", "YEA": "1890", "CITY": "Laval", "NAME": "DAYRAS Jean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18163	debatisse-michel-1929-04-01	{"e1": "532"}	{"lerrcp": "E1-532"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Debatisse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1929-04-01 20:00", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 3.62835, "lat": 45.90486, "name": "Palladuc", "geoid": 2988715}, "notime": null, "date-ut": "1929-04-01 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Debatisse"}, "birth": {"tzo": "+00:00", "date": "1929-04-01 20:00", "place": {"c2": "63", "c3": "", "cy": "FR", "lg": 3.62835, "lat": 45.90486, "name": "Palladuc", "geoid": 2988715}, "date-ut": "1929-04-01 20:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "532"}}, "raw": {"H": "20:00", "COD": "63", "DAY": "01", "MON": "04", "NUM": "0532", "PRO": "EX", "YEA": "1929", "CITY": "Palladuc", "NAME": "DEBATISSE Michel", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14323	malot-hector-1830-05-20	{"a6": "533"}	{"lerrcp": "A6-533"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hector", "family": "Malot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:03:44", "date": "1830-05-20 03:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.93333, "lat": 49.35, "name": "La Bouille", "geoid": 3010903}, "notime": null, "date-ut": "1830-05-20 02:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Hector", "family": "Malot"}, "birth": {"tzo": "+00:03:44", "date": "1830-05-20 03:00", "place": {"c2": "76", "cy": "FR", "lg": 0.93333, "lat": 49.35, "name": "La Bouille", "geoid": 3010903}, "date-ut": "1830-05-20 02:55:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-533"}, "ids-in-sources": {"a6": "533"}}, "raw": {"H": "2", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "20", "LAT": "49N26", "LON": "1E 5", "MON": "5", "NUM": "533", "PRO": "W", "SEC": "40", "YEA": "1830", "CITY": "LA BOUILLE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14325	malrieu-jean-1915-08-29	{"a6": "535"}	{"lerrcp": "A6-535"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Malrieu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-08-29 17:00", "note": null, "place": {"c1": null, "c2": "82", "c3": null, "cy": "FR", "lg": 1.3542, "lat": 44.01759, "name": "Montauban", "geoid": 2993002}, "notime": null, "date-ut": "1915-08-29 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Malrieu"}, "birth": {"tzo": "+00:00", "date": "1915-08-29 17:00", "place": {"c2": "82", "cy": "FR", "lg": 1.3542, "lat": 44.01759, "name": "Montauban", "geoid": 2993002}, "date-ut": "1915-08-29 17:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-535"}, "ids-in-sources": {"a6": "535"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "82", "COU": "F", "DAY": "29", "LAT": "44N 1", "LON": "1E20", "MON": "8", "NUM": "535", "PRO": "W", "SEC": "0", "YEA": "1915", "CITY": "MONTAUBAN"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18164	debelut-jsan-1911-04-30	{"e1": "533"}	{"lerrcp": "E1-533"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jsan", "family": "Debelut", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-04-30 16:45", "note": null, "place": {"c1": null, "c2": "87", "c3": "", "cy": "FR", "lg": 1.27495, "lat": 46.13419, "name": "Châteauponsac", "geoid": 3026217}, "notime": null, "date-ut": "1911-04-30 16:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jsan", "family": "Debelut"}, "birth": {"tzo": "+00:00", "date": "1911-04-30 16:45", "place": {"c2": "87", "c3": "", "cy": "FR", "lg": 1.27495, "lat": 46.13419, "name": "Châteauponsac", "geoid": 3026217}, "date-ut": "1911-04-30 16:45"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "533"}}, "raw": {"H": "16:45", "COD": "87", "DAY": "30", "MON": "04", "NUM": "0533", "PRO": "PH", "YEA": "1911", "CITY": "Châteauponsac", "NAME": "DEBELUT Jsan", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14329	margerit-robert-1910-01-25	{"a6": "539"}	{"lerrcp": "A6-539"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Margerit", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1910-01-25 15:00", "note": null, "place": {"c1": null, "c2": "19", "c3": null, "cy": "FR", "lg": 1.76667, "lat": 45.26667, "name": "Brive", "geoid": 0}, "notime": null, "date-ut": "1910-01-25 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Margerit"}, "birth": {"tzo": "+00:09:21", "date": "1910-01-25 15:00", "place": {"c2": "19", "cy": "FR", "lg": 1.76667, "lat": 45.26667, "name": "Brive", "geoid": 0}, "date-ut": "1910-01-25 14:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-539"}, "ids-in-sources": {"a6": "539"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "19", "COU": "F", "DAY": "25", "LAT": "45N16", "LON": "1E46", "MON": "1", "NUM": "539", "PRO": "W", "SEC": "40", "YEA": "1910", "CITY": "BRIVE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14330	margueritte-victor-1866-12-01	{"a6": "540"}	{"lerrcp": "A6-540"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Margueritte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 2.8277, "lat": 36.47004, "name": "Blida", "geoid": 2503769}, "notime": null, "date-ut": "1866-12-01 22:49:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Margueritte"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 2.8277, "lat": 36.47004, "name": "Blida", "geoid": 2503769}, "date-ut": "1866-12-01 22:49:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-540"}, "ids-in-sources": {"a6": "540"}}, "raw": {"H": "22", "MN": "49", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "1", "LAT": "36N35", "LON": "2E45", "MON": "12", "NUM": "540", "PRO": "W", "SEC": "0", "YEA": "1866", "CITY": "BLIDA"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14328	marcenac-jean-1913-11-16	{"a6": "538"}	{"lerrcp": "A6-538"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Marcenac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-11-16 02:00", "note": null, "place": {"c1": null, "c2": "46", "c3": null, "cy": "FR", "lg": 2.03155, "lat": 44.60894, "name": "Figeac", "geoid": 3018506}, "notime": null, "date-ut": "1913-11-16 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Marcenac"}, "birth": {"tzo": "+00:00", "date": "1913-11-16 02:00", "place": {"c2": "46", "cy": "FR", "lg": 2.03155, "lat": 44.60894, "name": "Figeac", "geoid": 3018506}, "date-ut": "1913-11-16 02:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-538"}, "ids-in-sources": {"a6": "538"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "46", "COU": "F", "DAY": "16", "LAT": "44N27", "LON": "1E26", "MON": "11", "NUM": "538", "PRO": "W", "SEC": "0", "YEA": "1913", "CITY": "FIGEAC"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18165	debeyre-jean-1910-04-28	{"e1": "534"}	{"lerrcp": "E1-534"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Debeyre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-04-28 13:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1910-04-28 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Debeyre"}, "birth": {"tzo": "+00:09", "date": "1910-04-28 13:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1910-04-28 12:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "534"}}, "raw": {"H": "13:00", "COD": "59", "DAY": "28", "MON": "04", "NUM": "0534", "PRO": "PH", "YEA": "1910", "CITY": "Lille", "NAME": "DEBEYRE Jean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14332	maritain-jacques-1882-11-18	{"a6": "542"}	{"lerrcp": "A6-542"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Maritain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1882-11-18 13:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1882-11-18 12:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Maritain"}, "birth": {"tzo": "+00:09:24", "date": "1882-11-18 13:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1882-11-18 12:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-542"}, "ids-in-sources": {"a6": "542"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "18", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "542", "PRO": "W", "SEC": "40", "YEA": "1882", "CITY": "PARIS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14334	marmier-xavier-1808-06-22	{"a6": "544"}	{"lerrcp": "A6-544"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Xavier", "family": "Marmier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:25", "date": "1808-06-22 20:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.35542, "lat": 46.90347, "name": "Pontarlier", "geoid": 2986302}, "notime": null, "date-ut": "1808-06-22 19:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Xavier", "family": "Marmier"}, "birth": {"tzo": "+00:25:25", "date": "1808-06-22 20:00", "place": {"c2": "25", "cy": "FR", "lg": 6.35542, "lat": 46.90347, "name": "Pontarlier", "geoid": 2986302}, "date-ut": "1808-06-22 19:35:52"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-544"}, "ids-in-sources": {"a6": "544"}}, "raw": {"H": "19", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "22", "LAT": "47N15", "LON": "6E 2", "MON": "6", "NUM": "544", "PRO": "W", "SEC": "52", "YEA": "1808", "CITY": "PONTARLIER"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14335	martin-henri-1810-02-20	{"a6": "545"}	{"lerrcp": "A6-545"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Martin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:09", "date": "1810-02-20 22:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "notime": null, "date-ut": "1810-02-20 21:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Martin"}, "birth": {"tzo": "+00:13:09", "date": "1810-02-20 22:00", "place": {"c2": "02", "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "date-ut": "1810-02-20 21:45:32"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-545"}, "ids-in-sources": {"a6": "545"}}, "raw": {"H": "21", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "20", "LAT": "49N34", "LON": "3E37", "MON": "2", "NUM": "545", "PRO": "W", "SEC": "32", "YEA": "1810", "CITY": "ST QUENTIN"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14333	marjan-marcel-auger-1918-04-03	{"a6": "543"}	{"lerrcp": "A6-543"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Marjan (Marcel Auger)", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-04-03 18:00", "note": null, "place": {"c1": null, "c2": "79", "c3": null, "cy": "FR", "lg": -0.45877, "lat": 46.32313, "name": "Niort", "geoid": 2990355}, "notime": null, "date-ut": "1918-04-03 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "", "family": "Marjan (Marcel Auger)"}, "birth": {"tzo": "+01:00", "date": "1918-04-03 18:00", "place": {"c2": "79", "cy": "FR", "lg": -0.45877, "lat": 46.32313, "name": "Niort", "geoid": 2990355}, "date-ut": "1918-04-03 17:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-543"}, "ids-in-sources": {"a6": "543"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "79", "COU": "F", "DAY": "3", "LAT": "46N19", "LON": "0W27", "MON": "4", "NUM": "543", "PRO": "W", "SEC": "0", "YEA": "1918", "CITY": "NIORT"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18166	debray-jean-robert-1906-11-07	{"e1": "535"}	{"lerrcp": "E1-535"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Robert", "family": "Debray", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-11-07 11:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 1.85635, "lat": 50.95194, "name": "Calais", "geoid": 3029162}, "notime": null, "date-ut": "1906-11-07 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean-Robert", "family": "Debray"}, "birth": {"tzo": "+00:09", "date": "1906-11-07 11:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 1.85635, "lat": 50.95194, "name": "Calais", "geoid": 3029162}, "date-ut": "1906-11-07 10:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "535"}}, "raw": {"H": "11:00", "COD": "62", "DAY": "07", "MON": "11", "NUM": "0535", "PRO": "PH", "YEA": "1906", "CITY": "Calais", "NAME": "DEBRAY Jean-Robert", "NOTE": "+"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18167	debrix-jean-rene-1906-05-09	{"e1": "536"}	{"lerrcp": "E1-536"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean René", "family": "Debrix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1906-05-09 05:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean René", "family": "Debrix"}, "birth": {"tzo": "", "date": "1906-05-09 05:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "536"}}, "raw": {"H": "05:00", "COD": "54", "DAY": "09", "MON": "05", "NUM": "0536", "PRO": "EX", "YEA": "1906", "CITY": "Nancy", "NAME": "DEBRIX Jean René", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14337	martin-gard-maurice-1896-12-07	{"a6": "547"}	{"lerrcp": "A6-547"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Martin Gard Maurice", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1896-12-07 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "", "family": "Martin Gard Maurice"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1896-12-07 10:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-547"}, "ids-in-sources": {"a6": "547"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "54", "COU": "F", "DAY": "7", "LAT": "48N42", "LON": "6E12", "MON": "12", "NUM": "547", "PRO": "W", "SEC": "40", "YEA": "1896", "CITY": "NANCY"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14340	martinet-marcel-1887-08-22	{"a6": "550"}	{"lerrcp": "A6-550"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Martinet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:04", "date": "1887-08-22 05:30", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1887-08-22 05:09:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Martinet"}, "birth": {"tzo": "+00:20:04", "date": "1887-08-22 05:30", "place": {"c2": "21", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1887-08-22 05:09:52"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-550"}, "ids-in-sources": {"a6": "550"}}, "raw": {"H": "5", "MN": "9", "TZ": "0", "COD": "21", "COU": "F", "DAY": "22", "LAT": "47N19", "LON": "5E 2", "MON": "8", "NUM": "550", "PRO": "W", "SEC": "52", "YEA": "1887", "CITY": "DIJON"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14343	massignon-louis-1883-07-25	{"a6": "553"}	{"lerrcp": "A6-553"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Massignon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:56", "date": "1883-07-25 19:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Nogent/Marne", "geoid": 0}, "notime": null, "date-ut": "1883-07-25 18:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Massignon"}, "birth": {"tzo": "+00:09:56", "date": "1883-07-25 19:00", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Nogent/Marne", "geoid": 0}, "date-ut": "1883-07-25 18:50:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-553"}, "ids-in-sources": {"a6": "553"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "25", "LAT": "48N47", "LON": "2E29", "MON": "7", "NUM": "553", "PRO": "W", "SEC": "4", "YEA": "1883", "CITY": "NOGENT/MARNE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18168	debrousse-jean-yves-1917-08-03	{"e1": "537"}	{"lerrcp": "E1-537"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Yves", "family": "Debrousse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-08-03 06:40", "note": null, "place": {"c1": null, "c2": "72", "c3": "", "cy": "FR", "lg": 0.65247, "lat": 48.18723, "name": "La Ferté-Bernard", "geoid": 3009494}, "notime": null, "date-ut": "1917-08-03 05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean Yves", "family": "Debrousse"}, "birth": {"tzo": "+01:00", "date": "1917-08-03 06:40", "place": {"c2": "72", "c3": "", "cy": "FR", "lg": 0.65247, "lat": 48.18723, "name": "La Ferté-Bernard", "geoid": 3009494}, "date-ut": "1917-08-03 05:40"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "537"}}, "raw": {"H": "06:40", "COD": "72", "DAY": "03", "MON": "08", "NUM": "0537", "PRO": "PH", "YEA": "1917", "CITY": "La Ferté-Bernard", "NAME": "DEBROUSSE Jean Yves", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18169	debrus-henri-1908-02-29	{"e1": "538"}	{"lerrcp": "E1-538"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Debrus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-02-29 20:00", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": 3.00141, "lat": 43.18396, "name": "Narbonne", "geoid": 2990919}, "notime": null, "date-ut": "1908-02-29 19:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Debrus"}, "birth": {"tzo": "+00:09", "date": "1908-02-29 20:00", "place": {"c2": "11", "c3": "", "cy": "FR", "lg": 3.00141, "lat": 43.18396, "name": "Narbonne", "geoid": 2990919}, "date-ut": "1908-02-29 19:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "538"}}, "raw": {"H": "20:00", "COD": "11", "DAY": "29", "MON": "02", "NUM": "0538", "PRO": "MI", "YEA": "1908", "CITY": "Narbonne", "NAME": "DEBRUS Henri", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14341	mary-andre-1879-11-20	{"a6": "551"}	{"lerrcp": "A6-551"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Mary", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:08", "date": "1879-11-20 02:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Chatillon/Seine", "geoid": 0}, "notime": null, "date-ut": "1879-11-20 01:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "André", "family": "Mary"}, "birth": {"tzo": "+00:20:08", "date": "1879-11-20 02:00", "place": {"c2": "21", "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Chatillon/Seine", "geoid": 0}, "date-ut": "1879-11-20 01:39:52"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-551"}, "ids-in-sources": {"a6": "551"}}, "raw": {"H": "1", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "20", "LAT": "47N19", "LON": "5E 2", "MON": "11", "NUM": "551", "PRO": "W", "SEC": "52", "YEA": "1879", "CITY": "CHATILLON/SEINE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14342	massat-gaston-1909-07-10	{"a6": "552"}	{"lerrcp": "A6-552"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Massat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1909-07-10 06:00", "note": null, "place": {"c1": null, "c2": "09", "c3": null, "cy": "FR", "lg": 1.14587, "lat": 42.98491, "name": "Saint-Girons", "geoid": 2979657}, "notime": null, "date-ut": "1909-07-10 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Massat"}, "birth": {"tzo": "+00:09:21", "date": "1909-07-10 06:00", "place": {"c2": "09", "cy": "FR", "lg": 1.14587, "lat": 42.98491, "name": "Saint-Girons", "geoid": 2979657}, "date-ut": "1909-07-10 05:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-552"}, "ids-in-sources": {"a6": "552"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "09", "COU": "F", "DAY": "10", "LAT": "42N58", "LON": "1E35", "MON": "7", "NUM": "552", "PRO": "W", "SEC": "40", "YEA": "1909", "CITY": "SAINT-GIRONS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14346	mathiez-albert-1874-01-10	{"a6": "556"}	{"lerrcp": "A6-556"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Mathiez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:56", "date": "1874-01-10 17:00", "note": null, "place": {"c1": null, "c2": "70", "c3": null, "cy": "FR", "lg": 6.48477, "lat": 47.83228, "name": "La Bruyère", "geoid": 3010698}, "notime": null, "date-ut": "1874-01-10 16:35:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Mathiez"}, "birth": {"tzo": "+00:25:56", "date": "1874-01-10 17:00", "place": {"c2": "70", "cy": "FR", "lg": 6.48477, "lat": 47.83228, "name": "La Bruyère", "geoid": 3010698}, "date-ut": "1874-01-10 16:35:24"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-556"}, "ids-in-sources": {"a6": "556"}}, "raw": {"H": "16", "MN": "35", "TZ": "0", "COD": "70", "COU": "F", "DAY": "10", "LAT": "47N37", "LON": "6E 9", "MON": "1", "NUM": "556", "PRO": "W", "SEC": "24", "YEA": "1874", "CITY": "LA BRUYERE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14347	maulnier-thierry-1909-10-01	{"a6": "557"}	{"lerrcp": "A6-557"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Thierry", "family": "Maulnier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1909-10-01 23:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.08082, "lat": 44.12489, "name": "Alès", "geoid": 3038224}, "notime": null, "date-ut": "1909-10-01 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Thierry", "family": "Maulnier"}, "birth": {"tzo": "+00:09:21", "date": "1909-10-01 23:00", "place": {"c2": "30", "cy": "FR", "lg": 4.08082, "lat": 44.12489, "name": "Alès", "geoid": 3038224}, "date-ut": "1909-10-01 22:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-557"}, "ids-in-sources": {"a6": "557"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "30", "COU": "F", "DAY": "1", "LAT": "43N51", "LON": "4E21", "MON": "10", "NUM": "557", "PRO": "W", "SEC": "40", "YEA": "1909", "CITY": "ALES"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18170	debuisson-jacques-1925-05-17	{"e1": "539"}	{"lerrcp": "E1-539"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Debuisson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1925-05-17 12:45", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1925-05-17 11:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Debuisson"}, "birth": {"tzo": "+01:00", "date": "1925-05-17 12:45", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1925-05-17 11:45"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "539"}}, "raw": {"H": "12:45", "COD": "92", "DAY": "17", "MON": "05", "NUM": "0539", "PRO": "EX", "YEA": "1925", "CITY": "Neuilly sur Seine", "NAME": "DEBUISSON Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14350	maurois-andre-1885-07-26	{"a6": "560"}	{"lerrcp": "A6-560"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Maurois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:01", "date": "1885-07-26 20:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.00288, "lat": 49.28669, "name": "Elbeuf", "geoid": 3020307}, "notime": null, "date-ut": "1885-07-26 19:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "André", "family": "Maurois"}, "birth": {"tzo": "+00:04:01", "date": "1885-07-26 20:00", "place": {"c2": "76", "cy": "FR", "lg": 1.00288, "lat": 49.28669, "name": "Elbeuf", "geoid": 3020307}, "date-ut": "1885-07-26 19:55:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-560"}, "ids-in-sources": {"a6": "560"}}, "raw": {"H": "19", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "26", "LAT": "49N26", "LON": "1E 5", "MON": "7", "NUM": "560", "PRO": "W", "SEC": "40", "YEA": "1885", "CITY": "ELBEUF"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18171	decaux-jean-claude-1937-09-15	{"e1": "540"}	{"lerrcp": "E1-540"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Claude", "family": "Decaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1937-09-15 16:30", "note": null, "place": {"c1": null, "c2": "60", "c3": "", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Beauvais", "geoid": 3034006}, "notime": null, "date-ut": "1937-09-15 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean-Claude", "family": "Decaux"}, "birth": {"tzo": "+01:00", "date": "1937-09-15 16:30", "place": {"c2": "60", "c3": "", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Beauvais", "geoid": 3034006}, "date-ut": "1937-09-15 15:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "540"}}, "raw": {"H": "16:30", "COD": "60", "DAY": "15", "MON": "09", "NUM": "0540", "PRO": "EX", "YEA": "1937", "CITY": "Beauvais", "NAME": "DECAUX Jean-Claude", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14353	maynial-edouard-1879-12-09	{"a6": "563"}	{"lerrcp": "A6-563"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Maynial", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:20", "date": "1879-12-09 13:30", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.33243, "lat": 46.56459, "name": "Moulins", "geoid": 2991481}, "notime": null, "date-ut": "1879-12-09 13:16:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Maynial"}, "birth": {"tzo": "+00:13:20", "date": "1879-12-09 13:30", "place": {"c2": "03", "cy": "FR", "lg": 3.33243, "lat": 46.56459, "name": "Moulins", "geoid": 2991481}, "date-ut": "1879-12-09 13:16:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-563"}, "ids-in-sources": {"a6": "563"}}, "raw": {"H": "13", "MN": "16", "TZ": "0", "COD": "03", "COU": "F", "DAY": "9", "LAT": "46N34", "LON": "3E20", "MON": "12", "NUM": "563", "PRO": "W", "SEC": "40", "YEA": "1879", "CITY": "MOULINS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14354	mayrargue-lucien-1877-12-24	{"a6": "564"}	{"lerrcp": "A6-564"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Mayrargue", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:04", "date": "1877-12-24 10:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1877-12-24 09:30:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Mayrargue"}, "birth": {"tzo": "+00:29:04", "date": "1877-12-24 10:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1877-12-24 09:30:56"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-564"}, "ids-in-sources": {"a6": "564"}}, "raw": {"H": "9", "MN": "30", "TZ": "0", "COD": "06", "COU": "F", "DAY": "24", "LAT": "43N42", "LON": "7E16", "MON": "12", "NUM": "564", "PRO": "W", "SEC": "56", "YEA": "1877", "CITY": "NICE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14355	mazeline-guy-1900-04-12	{"a6": "565"}	{"lerrcp": "A6-565"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Mazeline", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-04-12 10:15", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1900-04-12 10:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Mazeline"}, "birth": {"tzo": "+00:09:21", "date": "1900-04-12 10:15", "place": {"c2": "76", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1900-04-12 10:05:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-565"}, "ids-in-sources": {"a6": "565"}}, "raw": {"H": "10", "MN": "5", "TZ": "0", "COD": "76", "COU": "F", "DAY": "12", "LAT": "49N26", "LON": "1E 5", "MON": "4", "NUM": "565", "PRO": "W", "SEC": "40", "YEA": "1900", "CITY": "LE HAVRE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18173	decock-rene-1908-04-13	{"e1": "542"}	{"lerrcp": "E1-542"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Decock", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-04-13 08:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.14787, "lat": 50.62514, "name": "Annappes", "geoid": 3037551}, "notime": null, "date-ut": "1908-04-13 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "René", "family": "Decock"}, "birth": {"tzo": "+00:09", "date": "1908-04-13 08:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.14787, "lat": 50.62514, "name": "Annappes", "geoid": 3037551}, "date-ut": "1908-04-13 07:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "542"}}, "raw": {"H": "08:00", "COD": "59", "DAY": "13", "MON": "04", "NUM": "0542", "PRO": "EX", "YEA": "1908", "CITY": "Annappes", "NAME": "DECOCK René", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14359	mere-charles-1883-01-29	{"a6": "569"}	{"lerrcp": "A6-569"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Mere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1883-01-29 23:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1883-01-29 22:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Mere"}, "birth": {"tzo": "+00:21:31", "date": "1883-01-29 23:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1883-01-29 22:38:32"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-569"}, "ids-in-sources": {"a6": "569"}}, "raw": {"H": "22", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "29", "LAT": "43N18", "LON": "5E22", "MON": "1", "NUM": "569", "PRO": "W", "SEC": "32", "YEA": "1883", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14360	merle-robert-1908-08-29	{"a6": "570"}	{"lerrcp": "A6-570"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Merle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 7.75, "lat": 37, "name": "BONE", "geoid": 0}, "notime": null, "date-ut": "1908-08-29 17:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Merle"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 7.75, "lat": 37, "name": "BONE", "geoid": 0}, "date-ut": "1908-08-29 17:20:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-570"}, "ids-in-sources": {"a6": "570"}}, "raw": {"H": "17", "MN": "20", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "29", "LAT": "37N 0", "LON": "7E45", "MON": "8", "NUM": "570", "PRO": "W", "SEC": "40", "YEA": "1908", "CITY": "BONE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14358	mendes-catulle-1841-05-21	{"a6": "568"}	{"lerrcp": "A6-568"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Catulle", "family": "Mendes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1841-05-21 02:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1841-05-21 02:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Catulle", "family": "Mendes"}, "birth": {"tzo": "-00:02:19", "date": "1841-05-21 02:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1841-05-21 02:57:36"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-568"}, "ids-in-sources": {"a6": "568"}}, "raw": {"H": "2", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "21", "LAT": "44N50", "LON": "0W34", "MON": "5", "NUM": "568", "PRO": "W", "SEC": "36", "YEA": "1841", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14361	merleau-ponty-maurice-1908-03-14	{"a6": "571"}	{"lerrcp": "A6-571"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Merleau-Ponty", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1908-03-14 23:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -0.96774, "lat": 45.94304, "name": "Rochefort", "geoid": 2983276}, "notime": null, "date-ut": "1908-03-14 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Merleau-Ponty"}, "birth": {"tzo": "+00:09:21", "date": "1908-03-14 23:00", "place": {"c2": "17", "cy": "FR", "lg": -0.96774, "lat": 45.94304, "name": "Rochefort", "geoid": 2983276}, "date-ut": "1908-03-14 22:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-571"}, "ids-in-sources": {"a6": "571"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "17", "COU": "F", "DAY": "14", "LAT": "46N 9", "LON": "1W10", "MON": "3", "NUM": "571", "PRO": "W", "SEC": "40", "YEA": "1908", "CITY": "ROCHEFORT"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18174	decoulx-pierre-1907-09-25	{"e1": "543"}	{"lerrcp": "E1-543"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Decoulx", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-09-25 04:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.92143, "lat": 50.25077, "name": "Hautmont", "geoid": 3013681}, "notime": null, "date-ut": "1907-09-25 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Decoulx"}, "birth": {"tzo": "+00:09", "date": "1907-09-25 04:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.92143, "lat": 50.25077, "name": "Hautmont", "geoid": 3013681}, "date-ut": "1907-09-25 03:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "543"}}, "raw": {"H": "04:00", "COD": "59", "DAY": "25", "MON": "09", "NUM": "0543", "PRO": "PH", "YEA": "1907", "CITY": "Hautmont", "NAME": "DECOULX Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14364	mignet-auguste-1796-05-08	{"a6": "574"}	{"lerrcp": "A6-574"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Mignet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:48", "date": "1796-05-08 20:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "notime": null, "date-ut": "1796-05-08 19:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Mignet"}, "birth": {"tzo": "+00:21:48", "date": "1796-05-08 20:00", "place": {"c2": "13", "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "date-ut": "1796-05-08 19:38:32"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-574"}, "ids-in-sources": {"a6": "574"}}, "raw": {"H": "19", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "8", "LAT": "43N18", "LON": "5E22", "MON": "5", "NUM": "574", "PRO": "W", "SEC": "32", "YEA": "1796", "CITY": "AIX-EN-PROVENCE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14365	milhaud-gaston-1858-08-10	{"a6": "575"}	{"lerrcp": "A6-575"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Milhaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:26", "date": "1858-08-10 23:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1858-08-10 22:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Milhaud"}, "birth": {"tzo": "+00:17:26", "date": "1858-08-10 23:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1858-08-10 22:42:36"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-575"}, "ids-in-sources": {"a6": "575"}}, "raw": {"H": "22", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "10", "LAT": "43N51", "LON": "4E21", "MON": "8", "NUM": "575", "PRO": "W", "SEC": "36", "YEA": "1858", "CITY": "NIMES"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14363	meterie-alphonse-1887-09-15	{"a6": "573"}	{"lerrcp": "A6-573"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Meterie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:12", "date": "1887-09-15 06:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1887-09-15 05:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Meterie"}, "birth": {"tzo": "+00:09:12", "date": "1887-09-15 06:00", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1887-09-15 05:50:48"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-573"}, "ids-in-sources": {"a6": "573"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "15", "LAT": "49N54", "LON": "2E18", "MON": "9", "NUM": "573", "PRO": "W", "SEC": "48", "YEA": "1887", "CITY": "AMIENS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18175	decroix-gabrisl-1920-07-21	{"e1": "544"}	{"lerrcp": "E1-544"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabrisl", "family": "Decroix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-07-21 02:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1920-07-21 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gabrisl", "family": "Decroix"}, "birth": {"tzo": "+01:00", "date": "1920-07-21 02:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1920-07-21 01:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "544"}}, "raw": {"H": "02:00", "COD": "59", "DAY": "21", "MON": "07", "NUM": "0544", "PRO": "PH", "YEA": "1920", "CITY": "Lille", "NAME": "DECROIX Gabrisl", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18372	ferret-pierre-1922-04-22	{"e1": "742"}	{"lerrcp": "E1-742"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Ferret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-04-22 01:30", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": 2.8469, "lat": 43.22842, "name": "Canet", "geoid": 3028831}, "notime": null, "date-ut": "1922-04-22 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Ferret"}, "birth": {"tzo": "+01:00", "date": "1922-04-22 01:30", "place": {"c2": "11", "c3": "", "cy": "FR", "lg": 2.8469, "lat": 43.22842, "name": "Canet", "geoid": 3028831}, "date-ut": "1922-04-22 00:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "742"}}, "raw": {"H": "01:30", "COD": "11", "DAY": "22", "MON": "04", "NUM": "0742", "PRO": "PH", "YEA": "1922", "CITY": "Canet", "NAME": "FERRET Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14368	mistler-jean-1897-09-01	{"a6": "578", "e3": "1090"}	{"lerrcp": "A6-578"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Mistler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1897-09-01 11:00", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 2.06683, "lat": 43.45292, "name": "Sorèze", "geoid": 2974195}, "notime": null, "date-ut": "1897-09-01 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Mistler"}, "birth": {"tzo": "+00:09:21", "date": "1897-09-01 11:00", "place": {"c2": "81", "cy": "FR", "lg": 2.06683, "lat": 43.45292, "name": "Sorèze", "geoid": 2974195}, "date-ut": "1897-09-01 10:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-578"}, "ids-in-sources": {"a6": "578"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "81", "COU": "F", "DAY": "1", "LAT": "43N55", "LON": "2E 8", "MON": "9", "NUM": "578", "PRO": "W", "SEC": "40", "YEA": "1897", "CITY": "SOREZE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": ["politician"], "ids-in-sources": {"e3": "1090"}}, "raw": {"H": "02:00", "COD": "81", "DAY": "01", "MON": "09", "NUM": "1090", "PRO": "PO", "YEA": "1897", "CITY": "Sorèze", "NAME": "MISTLER Jean", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
14369	mistral-frederic-1830-09-08	{"a6": "579"}	{"lerrcp": "A6-579"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Mistral", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:08", "date": "1830-09-08 15:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 4.78209, "lat": 43.83289, "name": "Maillane", "geoid": 2996711}, "notime": null, "date-ut": "1830-09-08 14:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Mistral"}, "birth": {"tzo": "+00:19:08", "date": "1830-09-08 15:00", "place": {"c2": "13", "cy": "FR", "lg": 4.78209, "lat": 43.83289, "name": "Maillane", "geoid": 2996711}, "date-ut": "1830-09-08 14:38:32"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-579"}, "ids-in-sources": {"a6": "579"}}, "raw": {"H": "14", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "8", "LAT": "43N18", "LON": "5E22", "MON": "9", "NUM": "579", "PRO": "W", "SEC": "32", "YEA": "1830", "CITY": "MAILLANE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18176	dedet-christian-1936-09-12	{"e1": "545"}	{"lerrcp": "E1-545"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Dedet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1936-09-12 01:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.72, "lat": 43.55889, "name": "Cournonterral", "geoid": 3022986}, "notime": null, "date-ut": "1936-09-12 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Christian", "family": "Dedet"}, "birth": {"tzo": "+01:00", "date": "1936-09-12 01:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.72, "lat": 43.55889, "name": "Cournonterral", "geoid": 3022986}, "date-ut": "1936-09-12 00:00"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "545"}}, "raw": {"H": "01:00", "COD": "34", "DAY": "12", "MON": "09", "NUM": "0545", "PRO": "PH", "YEA": "1936", "CITY": "Cournonterral", "NAME": "DEDET Christian", "NOTE": "-"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
14373	monselet-charles-1825-04-30	{"a6": "583"}	{"lerrcp": "A6-583"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Monselet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1825-04-30 01:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1825-04-30 01:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Monselet"}, "birth": {"tzo": "-00:06:13", "date": "1825-04-30 01:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1825-04-30 01:06:20"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-583"}, "ids-in-sources": {"a6": "583"}}, "raw": {"H": "1", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "30", "LAT": "47N13", "LON": "1W35", "MON": "4", "NUM": "583", "PRO": "W", "SEC": "20", "YEA": "1825", "CITY": "NANTES"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14374	montegut-emile-1825-06-23	{"a6": "584"}	{"lerrcp": "A6-584"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Montegut", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:59", "date": "1825-06-23 05:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1825-06-23 04:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Montegut"}, "birth": {"tzo": "+00:04:59", "date": "1825-06-23 05:00", "place": {"c2": "87", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1825-06-23 04:55"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-584"}, "ids-in-sources": {"a6": "584"}}, "raw": {"H": "4", "MN": "55", "TZ": "0", "COD": "87", "COU": "F", "DAY": "23", "LAT": "45N50", "LON": "1E15", "MON": "6", "NUM": "584", "PRO": "W", "SEC": "0", "YEA": "1825", "CITY": "LIMOGES"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14372	monjo-armand-1913-09-01	{"a6": "582"}	{"lerrcp": "A6-582"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Monjo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-09-01 17:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 5.03586, "lat": 43.83125, "name": "Cavaillon", "geoid": 3028134}, "notime": null, "date-ut": "1913-09-01 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Monjo"}, "birth": {"tzo": "+00:00", "date": "1913-09-01 17:00", "place": {"c2": "84", "cy": "FR", "lg": 5.03586, "lat": 43.83125, "name": "Cavaillon", "geoid": 3028134}, "date-ut": "1913-09-01 17:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-582"}, "ids-in-sources": {"a6": "582"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "84", "COU": "F", "DAY": "1", "LAT": "43N57", "LON": "4E50", "MON": "9", "NUM": "582", "PRO": "W", "SEC": "0", "YEA": "1913", "CITY": "CAVAILLON"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18177	defretin-rene-1903-01-31	{"e1": "546"}	{"lerrcp": "E1-546"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Defretin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-01-31 10:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1903-01-31 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Defretin"}, "birth": {"tzo": "+00:09", "date": "1903-01-31 10:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1903-01-31 09:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "546"}}, "raw": {"H": "10:00", "COD": "59", "DAY": "31", "MON": "01", "NUM": "0546", "PRO": "PH", "YEA": "1903", "CITY": "Lille", "NAME": "DEFRETIN René", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18178	dehais-pierre-1921-11-08	{"e1": "547"}	{"lerrcp": "E1-547"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Dehais", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1921-11-08 09:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.09364, "lat": 49.46307, "name": "Mont-Saint-Aignan", "geoid": 2992003}, "notime": null, "date-ut": "1921-11-08 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Dehais"}, "birth": {"tzo": "+00:00", "date": "1921-11-08 09:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 1.09364, "lat": 49.46307, "name": "Mont-Saint-Aignan", "geoid": 2992003}, "date-ut": "1921-11-08 09:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "547"}}, "raw": {"H": "09:00", "COD": "76", "DAY": "08", "MON": "11", "NUM": "0547", "PRO": "EX", "YEA": "1921", "CITY": "Mont-St Aignan", "NAME": "DEHAIS Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14380	mounier-emmanuel-1905-04-01	{"a6": "590"}	{"lerrcp": "A6-590"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emmanuel", "family": "Mounier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1905-04-01 11:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1905-04-01 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Emmanuel", "family": "Mounier"}, "birth": {"tzo": "+00:09:21", "date": "1905-04-01 11:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1905-04-01 10:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-590"}, "ids-in-sources": {"a6": "590"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "38", "COU": "F", "DAY": "1", "LAT": "45N11", "LON": "5E43", "MON": "4", "NUM": "590", "PRO": "W", "SEC": "40", "YEA": "1905", "CITY": "GRENOBLE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14378	morand-paul-1888-03-13	{"a6": "588"}	{"lerrcp": "A6-588"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Morand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1888-03-13 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1888-03-13 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Morand"}, "birth": {"tzo": "+00:09:24", "date": "1888-03-13 06:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1888-03-13 05:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-588"}, "ids-in-sources": {"a6": "588"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "13", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "588", "PRO": "W", "SEC": "40", "YEA": "1888", "CITY": "PARIS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14377	mora-andre-1887-08-03	{"a6": "587"}	{"lerrcp": "A6-587"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Mora", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:35", "date": "1887-08-03 02:00", "note": null, "place": {"c1": null, "c2": "20", "c3": null, "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Ventiseri", "geoid": 0}, "notime": null, "date-ut": "1887-08-03 01:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "André", "family": "Mora"}, "birth": {"tzo": "+00:35", "date": "1887-08-03 02:00", "place": {"c2": "20", "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Ventiseri", "geoid": 0}, "date-ut": "1887-08-03 01:25"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-587"}, "ids-in-sources": {"a6": "587"}}, "raw": {"H": "1", "MN": "25", "TZ": "0", "COD": "20", "COU": "F", "DAY": "3", "LAT": "41N55", "LON": "8E45", "MON": "8", "NUM": "587", "PRO": "W", "SEC": "0", "YEA": "1887", "CITY": "VENTISERI"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18179	dejours-pierrs-1922-03-29	{"e1": "548"}	{"lerrcp": "E1-548"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierrs", "family": "Dejours", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-03-29 21:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.25666, "lat": 48.89672, "name": "Courbevoie", "geoid": 3023141}, "notime": null, "date-ut": "1922-03-29 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierrs", "family": "Dejours"}, "birth": {"tzo": "+01:00", "date": "1922-03-29 21:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.25666, "lat": 48.89672, "name": "Courbevoie", "geoid": 3023141}, "date-ut": "1922-03-29 20:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "548"}}, "raw": {"H": "21:00", "COD": "92", "DAY": "29", "MON": "03", "NUM": "0548", "PRO": "PH", "YEA": "1922", "CITY": "Courbevoie", "NAME": "DEJOURS Pierrs", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18180	dejussieu-pontcarral-pierre-1898-02-14	{"e1": "549"}	{"lerrcp": "E1-549"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Dejussieu-Pontcarral", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-02-14 22:35", "note": null, "place": {"c1": null, "c2": "69", "c3": "6", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1898-02-14 22:26"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Dejussieu-Pontcarral"}, "birth": {"tzo": "+00:09", "date": "1898-02-14 22:35", "place": {"c2": "69", "c3": "6", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1898-02-14 22:26"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "549"}}, "raw": {"H": "22:35", "COD": "69", "DAY": "14", "MON": "02", "NUM": "0549", "PRO": "MI", "YEA": "1898", "CITY": "Lyon 6ème", "NAME": "DEJUSSIEU-PONTCARRAL Pierre", "NOTE": "L"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
14596	alessio-luigi-1902-05-08	{"a6": "816", "afd1": "6"}	{"lerrcp": "A6-816", "muller": "M1-6"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Alessio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1902-05-08 19:00", "note": "", "place": {"c1": null, "c2": "CN", "c3": null, "cy": "IT", "lg": 7.25, "lat": 44.4, "name": "Caramagna", "geoid": 0}, "notime": null, "date-ut": "1902-05-08 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Alessio"}, "birth": {"place": {"c2": "CN", "cy": "IT", "lg": 7.25, "lat": 44.4, "name": "CARAMAGNA", "geoid": 0}, "date-ut": "1902-05-08 18:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-816"}, "ids-in-sources": {"a6": "816"}}, "raw": {"H": "19", "MN": "0", "TZ": "-1", "COD": "CN", "COU": "I", "DAY": "8", "LAT": "44N24", "LON": "7E15", "MON": "5", "NUM": "816", "PRO": "W", "SEC": "0", "YEA": "1902", "CITY": "CARAMAGNA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Luigi", "family": "Alessio"}, "birth": {"tzo": "+01:00", "date": "1902-05-08 19:00", "note": "", "place": {"name": "Caramagna"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "6", "muller": "M1-6"}}, "raw": {"LG": "-7,25", "DAY": "08", "LAT": "44,4", "MIN": "00", "TZO": "-1", "HOUR": "19", "NAME": "6M Alessio, Luigi", "YEAR": "1902", "MONTH": "05", "PLACE": "Caramagna CN"}, "date": "2023-08-20T14:44:33+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14384	natanson-jacques-1901-05-15	{"a6": "595"}	{"lerrcp": "A6-595"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Natanson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1901-05-15 23:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Asnieres", "geoid": 0}, "notime": null, "date-ut": "1901-05-15 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Natanson"}, "birth": {"tzo": "+00:09:21", "date": "1901-05-15 23:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Asnieres", "geoid": 0}, "date-ut": "1901-05-15 22:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-595"}, "ids-in-sources": {"a6": "595"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "92", "COU": "F", "DAY": "15", "LAT": "48N50", "LON": "2E11", "MON": "5", "NUM": "595", "PRO": "W", "SEC": "40", "YEA": "1901", "CITY": "ASNIERES"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18181	delaitre-rene-1908-10-08	{"e1": "551"}	{"lerrcp": "E1-551"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Delaitre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1908-10-08 07:00", "note": null, "place": {"c1": null, "c2": "49", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Challain", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Delaitre"}, "birth": {"tzo": "", "date": "1908-10-08 07:00", "place": {"c2": "49", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Challain", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "551"}}, "raw": {"H": "07:00", "COD": "49", "DAY": "08", "MON": "10", "NUM": "0551", "PRO": "PH", "YEA": "1908", "CITY": "Challain", "NAME": "DELAITRE René", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14388	nisard-desire-1806-03-20	{"a6": "599"}	{"lerrcp": "A6-599"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Désiré", "family": "Nisard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:08", "date": "1806-03-20 08:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Chatillon/Seine", "geoid": 0}, "notime": null, "date-ut": "1806-03-20 07:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Désiré", "family": "Nisard"}, "birth": {"tzo": "+00:20:08", "date": "1806-03-20 08:00", "place": {"c2": "21", "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Chatillon/Seine", "geoid": 0}, "date-ut": "1806-03-20 07:39:52"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-599"}, "ids-in-sources": {"a6": "599"}}, "raw": {"H": "7", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "20", "LAT": "47N19", "LON": "5E 2", "MON": "3", "NUM": "599", "PRO": "W", "SEC": "52", "YEA": "1806", "CITY": "CHATILLON/SEINE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14387	nimier-perriere-roger-1925-10-31	{"a6": "598"}	{"lerrcp": "A6-598"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Nimier-Perriere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1925-10-31 01:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1925-10-31 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Nimier-Perriere"}, "birth": {"tzo": "+00:00", "date": "1925-10-31 01:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1925-10-31 01:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-598"}, "ids-in-sources": {"a6": "598"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "75", "COU": "F", "DAY": "31", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "598", "PRO": "W", "SEC": "0", "YEA": "1925", "CITY": "PARIS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14385	gauquelin-a6-596-1906-02-20	{"a6": "596"}	{"lerrcp": "A6-596"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-596", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1906-02-20 15:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "notime": null, "date-ut": "1906-02-20 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-596"}, "birth": {"tzo": "+00:09:21", "date": "1906-02-20 15:00", "place": {"c2": "11", "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "date-ut": "1906-02-20 14:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-596"}, "ids-in-sources": {"a6": "596"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "20", "LAT": "43N12", "LON": "2E21", "MON": "2", "NUM": "596", "PRO": "W", "SEC": "40", "YEA": "1906", "CITY": "CARCASSONNE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18182	delalande-jean-1897-12-11	{"e1": "552"}	{"lerrcp": "E1-552"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Delalande", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1897-12-11 13:20", "note": null, "place": {"c1": null, "c2": "60", "c3": "", "cy": "FR", "lg": 2.43285, "lat": 49.50503, "name": "Saint-Just-en-Chaussée", "geoid": 2979010}, "notime": null, "date-ut": "1897-12-11 13:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Delalande"}, "birth": {"tzo": "+00:09", "date": "1897-12-11 13:20", "place": {"c2": "60", "c3": "", "cy": "FR", "lg": 2.43285, "lat": 49.50503, "name": "Saint-Just-en-Chaussée", "geoid": 2979010}, "date-ut": "1897-12-11 13:11"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "552"}}, "raw": {"H": "13:20", "COD": "60", "DAY": "11", "MON": "12", "NUM": "0552", "PRO": "PH", "YEA": "1897", "CITY": "St Just en Chaussée", "NAME": "DELALANDE Jean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18525	gougerot-louis-1915-10-11	{"e1": "895"}	{"lerrcp": "E1-895"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Gougerot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1915-10-11 18:30", "note": null, "place": {"c1": null, "c2": "37", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint-Symporien", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Gougerot"}, "birth": {"tzo": "", "date": "1915-10-11 18:30", "place": {"c2": "37", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint-Symporien", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "895"}}, "raw": {"H": "18:30", "COD": "37", "DAY": "11", "MON": "10", "NUM": "0895", "PRO": "PH", "YEA": "1915", "CITY": "St-Symporien", "NAME": "GOUGEROT Louis", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14392	nord-pierre-1900-04-15	{"a6": "603"}	{"lerrcp": "A6-603"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Nord", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-04-15 23:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Cateau", "geoid": 0}, "notime": null, "date-ut": "1900-04-15 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Nord"}, "birth": {"tzo": "+00:09:21", "date": "1900-04-15 23:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Cateau", "geoid": 0}, "date-ut": "1900-04-15 22:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-603"}, "ids-in-sources": {"a6": "603"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "59", "COU": "F", "DAY": "15", "LAT": "50N39", "LON": "3E 5", "MON": "4", "NUM": "603", "PRO": "W", "SEC": "40", "YEA": "1900", "CITY": "CATEAU"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14393	nouveau-germain-1851-07-31	{"a6": "604"}	{"lerrcp": "A6-604"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Germain", "family": "Nouveau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:56", "date": "1851-07-31 10:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.73452, "lat": 43.50611, "name": "Pourrières", "geoid": 2985751}, "notime": null, "date-ut": "1851-07-31 09:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Germain", "family": "Nouveau"}, "birth": {"tzo": "+00:22:56", "date": "1851-07-31 10:00", "place": {"c2": "83", "cy": "FR", "lg": 5.73452, "lat": 43.50611, "name": "Pourrières", "geoid": 2985751}, "date-ut": "1851-07-31 09:34:08"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-604"}, "ids-in-sources": {"a6": "604"}}, "raw": {"H": "9", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "31", "LAT": "43N32", "LON": "6E28", "MON": "7", "NUM": "604", "PRO": "W", "SEC": "8", "YEA": "1851", "CITY": "POURRIERES"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18183	delalande-michel-1899-07-15	{"e1": "553"}	{"lerrcp": "E1-553"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Delalande", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-07-15 22:30", "note": null, "place": {"c1": null, "c2": "60", "c3": "", "cy": "FR", "lg": 2.43285, "lat": 49.50503, "name": "Saint-Just-en-Chaussée", "geoid": 2979010}, "notime": null, "date-ut": "1899-07-15 22:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Delalande"}, "birth": {"tzo": "+00:09", "date": "1899-07-15 22:30", "place": {"c2": "60", "c3": "", "cy": "FR", "lg": 2.43285, "lat": 49.50503, "name": "Saint-Just-en-Chaussée", "geoid": 2979010}, "date-ut": "1899-07-15 22:21"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "553"}}, "raw": {"H": "22:30", "COD": "60", "DAY": "15", "MON": "07", "NUM": "0553", "PRO": "PH", "YEA": "1899", "CITY": "St Just en Chaussée", "NAME": "DELALANDE Michel", "NOTE": "-"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
14397	oster-pierre-1933-03-06	{"a6": "608"}	{"lerrcp": "A6-608"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Oster", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1933-03-06 12:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Nogent/Marne", "geoid": 0}, "notime": null, "date-ut": "1933-03-06 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Oster"}, "birth": {"tzo": "+00:00", "date": "1933-03-06 12:00", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Nogent/Marne", "geoid": 0}, "date-ut": "1933-03-06 12:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-608"}, "ids-in-sources": {"a6": "608"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "94", "COU": "F", "DAY": "6", "LAT": "48N47", "LON": "2E29", "MON": "3", "NUM": "608", "PRO": "W", "SEC": "0", "YEA": "1933", "CITY": "NOGENT/MARNE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18184	delamalmaison-paul-1910-02-05	{"e1": "554"}	{"lerrcp": "E1-554"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Delamalmaison", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-02-05 01:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.29025, "lat": 48.82345, "name": "Vanves", "geoid": 2970761}, "notime": null, "date-ut": "1910-02-05 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Delamalmaison"}, "birth": {"tzo": "+00:09", "date": "1910-02-05 01:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.29025, "lat": 48.82345, "name": "Vanves", "geoid": 2970761}, "date-ut": "1910-02-05 00:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "554"}}, "raw": {"H": "01:00", "COD": "92", "DAY": "05", "MON": "02", "NUM": "0554", "PRO": "MI", "YEA": "1910", "CITY": "Vanves", "NAME": "DELAMALMAISON Paul", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14395	orieux-jean-1907-05-20	{"a6": "606"}	{"lerrcp": "A6-606"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Orieux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1907-05-20 06:00", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.18158, "lat": 44.6764, "name": "Duras", "geoid": 3020664}, "notime": null, "date-ut": "1907-05-20 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Orieux"}, "birth": {"tzo": "+00:09:21", "date": "1907-05-20 06:00", "place": {"c2": "47", "cy": "FR", "lg": 0.18158, "lat": 44.6764, "name": "Duras", "geoid": 3020664}, "date-ut": "1907-05-20 05:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-606"}, "ids-in-sources": {"a6": "606"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "47", "COU": "F", "DAY": "20", "LAT": "44N12", "LON": "0E38", "MON": "5", "NUM": "606", "PRO": "W", "SEC": "40", "YEA": "1907", "CITY": "DURAS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14396	orliac-antoine-1880-06-06	{"a6": "607"}	{"lerrcp": "A6-607"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Orliac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:35", "date": "1880-06-06 04:30", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "notime": null, "date-ut": "1880-06-06 04:18:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Orliac"}, "birth": {"tzo": "+00:11:35", "date": "1880-06-06 04:30", "place": {"c2": "66", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "date-ut": "1880-06-06 04:18:20"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-607"}, "ids-in-sources": {"a6": "607"}}, "raw": {"H": "4", "MN": "18", "TZ": "0", "COD": "66", "COU": "F", "DAY": "6", "LAT": "42N42", "LON": "2E55", "MON": "6", "NUM": "607", "PRO": "W", "SEC": "20", "YEA": "1880", "CITY": "PERPIGNAN"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18185	delater-jean-1914-09-19	{"e1": "555"}	{"lerrcp": "E1-555"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Delater", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-09-19 18:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.31959, "lat": 43.73178, "name": "Lodève", "geoid": 2997936}, "notime": null, "date-ut": "1914-09-19 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Delater"}, "birth": {"tzo": "+00:00", "date": "1914-09-19 18:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.31959, "lat": 43.73178, "name": "Lodève", "geoid": 2997936}, "date-ut": "1914-09-19 18:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "555"}}, "raw": {"H": "18:00", "COD": "34", "DAY": "19", "MON": "09", "NUM": "0555", "PRO": "PH", "YEA": "1914", "CITY": "Lodève", "NAME": "DELATER Jean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14402	paris-gaston-1839-08-09	{"a6": "613"}	{"lerrcp": "A6-613"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Paris", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:28", "date": "1839-08-09 18:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Avenay", "geoid": 0}, "notime": null, "date-ut": "1839-08-09 17:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Paris"}, "birth": {"tzo": "+00:17:28", "date": "1839-08-09 18:00", "place": {"c2": "51", "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Avenay", "geoid": 0}, "date-ut": "1839-08-09 17:42:32"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-613"}, "ids-in-sources": {"a6": "613"}}, "raw": {"H": "17", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "9", "LAT": "48N57", "LON": "4E22", "MON": "8", "NUM": "613", "PRO": "W", "SEC": "32", "YEA": "1839", "CITY": "AVENAY"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14399	pailleron-edouard-1829-09-17	{"a6": "610"}	{"lerrcp": "A6-610"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Pailleron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1829-09-17 23:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1829-09-17 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Pailleron"}, "birth": {"tzo": "+00:09:24", "date": "1829-09-17 23:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1829-09-17 22:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-610"}, "ids-in-sources": {"a6": "610"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "17", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "610", "PRO": "W", "SEC": "40", "YEA": "1829", "CITY": "PARIS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14400	palgen-paul-1883-10-09	{"a6": "611"}	{"lerrcp": "A6-611"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Palgen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 5.9555, "lat": 49.47217, "name": "Audun-le-Tiche", "geoid": 3036226}, "notime": null, "date-ut": "1883-10-09 12:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Palgen"}, "birth": {"place": {"c2": "57", "cy": "FR", "lg": 5.9555, "lat": 49.47217, "name": "Audun-le-Tiche", "geoid": 3036226}, "date-ut": "1883-10-09 12:35:16"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-611"}, "ids-in-sources": {"a6": "611"}}, "raw": {"H": "13", "MN": "35", "TZ": "-1", "COD": "57", "COU": "F", "DAY": "9", "LAT": "49N 7", "LON": "6E11", "MON": "10", "NUM": "611", "PRO": "W", "SEC": "16", "YEA": "1883", "CITY": "AUDUN-LE-TICHE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14403	parrot-louis-1906-08-28	{"a6": "614"}	{"lerrcp": "A6-614"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Parrot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1906-08-28 21:00", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "notime": null, "date-ut": "1906-08-28 20:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Parrot"}, "birth": {"tzo": "+00:09:21", "date": "1906-08-28 21:00", "place": {"c2": "37", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "date-ut": "1906-08-28 20:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-614"}, "ids-in-sources": {"a6": "614"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "37", "COU": "F", "DAY": "28", "LAT": "47N24", "LON": "0E42", "MON": "8", "NUM": "614", "PRO": "W", "SEC": "40", "YEA": "1906", "CITY": "TOURS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14404	passeur-steve-1899-09-24	{"a6": "615"}	{"lerrcp": "A6-615"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Steve", "family": "Passeur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-09-24 01:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.94028, "lat": 49.70187, "name": "Sedan", "geoid": 2975349}, "notime": null, "date-ut": "1899-09-24 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Steve", "family": "Passeur"}, "birth": {"tzo": "+00:09:21", "date": "1899-09-24 01:00", "place": {"c2": "08", "cy": "FR", "lg": 4.94028, "lat": 49.70187, "name": "Sedan", "geoid": 2975349}, "date-ut": "1899-09-24 00:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-615"}, "ids-in-sources": {"a6": "615"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "08", "COU": "F", "DAY": "24", "LAT": "49N46", "LON": "4E44", "MON": "9", "NUM": "615", "PRO": "W", "SEC": "40", "YEA": "1899", "CITY": "SEDAN"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14405	paulhan-frederic-1856-04-21	{"a6": "616"}	{"lerrcp": "A6-616"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Paulhan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:26", "date": "1856-04-21 08:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1856-04-21 07:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Paulhan"}, "birth": {"tzo": "+00:17:26", "date": "1856-04-21 08:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1856-04-21 07:42:36"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-616"}, "ids-in-sources": {"a6": "616"}}, "raw": {"H": "7", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "21", "LAT": "43N51", "LON": "4E21", "MON": "4", "NUM": "616", "PRO": "W", "SEC": "36", "YEA": "1856", "CITY": "NIMES"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18186	delatre-georges-1917-09-11	{"e1": "556"}	{"lerrcp": "E1-556"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Delatre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-09-11 01:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.52638, "lat": 49.53046, "name": "Fry", "geoid": 3016922}, "notime": null, "date-ut": "1917-09-11 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Delatre"}, "birth": {"tzo": "+01:00", "date": "1917-09-11 01:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 1.52638, "lat": 49.53046, "name": "Fry", "geoid": 3016922}, "date-ut": "1917-09-11 00:00"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "556"}}, "raw": {"H": "01:00", "COD": "76", "DAY": "11", "MON": "09", "NUM": "0556", "PRO": "PH", "YEA": "1917", "CITY": "Fry", "NAME": "DELATRE Georges", "NOTE": "-"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
14407	paulin-louisa-1888-12-02	{"a6": "618"}	{"lerrcp": "A6-618"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louisa", "family": "Paulin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:45", "date": "1888-12-02 22:00", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 2.18885, "lat": 43.77754, "name": "Réalmont", "geoid": 2984299}, "notime": null, "date-ut": "1888-12-02 21:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Louisa", "family": "Paulin"}, "birth": {"tzo": "+00:08:45", "date": "1888-12-02 22:00", "place": {"c2": "81", "cy": "FR", "lg": 2.18885, "lat": 43.77754, "name": "Réalmont", "geoid": 2984299}, "date-ut": "1888-12-02 21:51:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-618"}, "ids-in-sources": {"a6": "618"}}, "raw": {"H": "21", "MN": "51", "TZ": "0", "COD": "81", "COU": "F", "DAY": "2", "LAT": "43N55", "LON": "2E 8", "MON": "12", "NUM": "618", "PRO": "W", "SEC": "28", "YEA": "1888", "CITY": "REALMONT"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14408	payer-andre-1887-12-25	{"a6": "619"}	{"lerrcp": "A6-619"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Payer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:25", "date": "1887-12-25 18:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.60334, "lat": 49.83839, "name": "Renwez", "geoid": 2983957}, "notime": null, "date-ut": "1887-12-25 17:41:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "André", "family": "Payer"}, "birth": {"tzo": "+00:18:25", "date": "1887-12-25 18:00", "place": {"c2": "08", "cy": "FR", "lg": 4.60334, "lat": 49.83839, "name": "Renwez", "geoid": 2983957}, "date-ut": "1887-12-25 17:41:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-619"}, "ids-in-sources": {"a6": "619"}}, "raw": {"H": "17", "MN": "41", "TZ": "0", "COD": "08", "COU": "F", "DAY": "25", "LAT": "49N46", "LON": "4E44", "MON": "12", "NUM": "619", "PRO": "W", "SEC": "4", "YEA": "1887", "CITY": "RENWEZ"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18187	delattre-jean-1910-11-25	{"e1": "557"}	{"lerrcp": "E1-557"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Delattre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-11-25 21:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.22404, "lat": 50.18618, "name": "Neuville-Saint-Rémy", "geoid": 2990527}, "notime": null, "date-ut": "1910-11-25 21:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Delattre"}, "birth": {"tzo": "+00:09", "date": "1910-11-25 21:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.22404, "lat": 50.18618, "name": "Neuville-Saint-Rémy", "geoid": 2990527}, "date-ut": "1910-11-25 21:21"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "557"}}, "raw": {"H": "21:30", "COD": "59", "DAY": "25", "MON": "11", "NUM": "0557", "PRO": "EX", "YEA": "1910", "CITY": "Neuville St Rémy", "NAME": "DELATTRE Jean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14411	peladan-josephin-1858-03-28	{"a6": "622"}	{"lerrcp": "A6-622"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Josephin", "family": "Peladan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1858-03-28 02:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1858-03-28 01:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Josephin", "family": "Peladan"}, "birth": {"tzo": "+00:19:23", "date": "1858-03-28 02:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1858-03-28 01:40:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-622"}, "ids-in-sources": {"a6": "622"}}, "raw": {"H": "1", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "28", "LAT": "45N46", "LON": "4E50", "MON": "3", "NUM": "622", "PRO": "W", "SEC": "40", "YEA": "1858", "CITY": "LYON"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14409	peguy-charles-1873-01-07	{"a6": "620"}	{"lerrcp": "A6-620"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Peguy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:37", "date": "1873-01-07 11:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1873-01-07 10:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Peguy"}, "birth": {"tzo": "+00:07:37", "date": "1873-01-07 11:00", "place": {"c2": "45", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1873-01-07 10:52:24"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-620"}, "ids-in-sources": {"a6": "620"}}, "raw": {"H": "10", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "7", "LAT": "47N54", "LON": "1E54", "MON": "1", "NUM": "620", "PRO": "W", "SEC": "24", "YEA": "1873", "CITY": "ORLEANS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14412	pellerin-jean-1885-04-24	{"a6": "623"}	{"lerrcp": "A6-623"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Pellerin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:04", "date": "1885-04-24 06:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 6.01782, "lat": 45.43588, "name": "Pontcharra", "geoid": 2986275}, "notime": null, "date-ut": "1885-04-24 05:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Pellerin"}, "birth": {"tzo": "+00:24:04", "date": "1885-04-24 06:00", "place": {"c2": "38", "cy": "FR", "lg": 6.01782, "lat": 45.43588, "name": "Pontcharra", "geoid": 2986275}, "date-ut": "1885-04-24 05:37:08"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-623"}, "ids-in-sources": {"a6": "623"}}, "raw": {"H": "5", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "24", "LAT": "45N11", "LON": "5E43", "MON": "4", "NUM": "623", "PRO": "W", "SEC": "8", "YEA": "1885", "CITY": "PONTCHARRA"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14413	perche-francois-1941-07-26	{"a6": "624"}	{"lerrcp": "A6-624"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Perche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "notime": null, "date-ut": "1941-07-26 07:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "François", "family": "Perche"}, "birth": {"place": {"c2": "24", "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "date-ut": "1941-07-26 07:30:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-624"}, "ids-in-sources": {"a6": "624"}}, "raw": {"H": "7", "MN": "30", "TZ": "0", "COD": "24", "COU": "F", "DAY": "26", "LAT": "45N11", "LON": "0E44", "MON": "7", "NUM": "624", "PRO": "W", "SEC": "0", "YEA": "1941", "CITY": "PERIGUEUX"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18189	delaval-michel-1923-08-25	{"e1": "559"}	{"lerrcp": "E1-559"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Delaval", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1923-08-25 08:30", "note": null, "place": {"c1": null, "c2": "72", "c3": "", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "notime": null, "date-ut": "1923-08-25 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Delaval"}, "birth": {"tzo": "+01:00", "date": "1923-08-25 08:30", "place": {"c2": "72", "c3": "", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "date-ut": "1923-08-25 07:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "559"}}, "raw": {"H": "08:30", "COD": "72", "DAY": "25", "MON": "08", "NUM": "0559", "PRO": "MI", "YEA": "1923", "CITY": "Le Mans", "NAME": "DELAVAL Michel", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14418	pertinax-geraud-1882-10-18	{"a6": "629"}	{"lerrcp": "A6-629"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Geraud)", "family": "Pertinax", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:16", "date": "1882-10-18 22:10", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Saint-Louis de Mon", "geoid": 0}, "notime": null, "date-ut": "1882-10-18 22:12:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "(Geraud)", "family": "Pertinax"}, "birth": {"tzo": "-00:02:16", "date": "1882-10-18 22:10", "place": {"c2": "33", "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Saint-Louis de Mon", "geoid": 0}, "date-ut": "1882-10-18 22:12:36"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-629"}, "ids-in-sources": {"a6": "629"}}, "raw": {"H": "22", "MN": "12", "TZ": "0", "COD": "33", "COU": "F", "DAY": "18", "LAT": "44N50", "LON": "0W34", "MON": "10", "NUM": "629", "PRO": "W", "SEC": "36", "YEA": "1882", "CITY": "ST LOUIS DE MON"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14417	perret-jacques-1901-09-08	{"a6": "628"}	{"lerrcp": "A6-628"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Perret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1901-09-08 06:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.01781, "lat": 48.77413, "name": "Trappes", "geoid": 2972049}, "notime": null, "date-ut": "1901-09-08 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Perret"}, "birth": {"tzo": "+00:09:21", "date": "1901-09-08 06:00", "place": {"c2": "78", "cy": "FR", "lg": 2.01781, "lat": 48.77413, "name": "Trappes", "geoid": 2972049}, "date-ut": "1901-09-08 05:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-628"}, "ids-in-sources": {"a6": "628"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "78", "COU": "F", "DAY": "8", "LAT": "48N50", "LON": "2E 8", "MON": "9", "NUM": "628", "PRO": "W", "SEC": "40", "YEA": "1901", "CITY": "TRAPPES"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14414	perche-louis-1909-06-03	{"a6": "625"}	{"lerrcp": "A6-625"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Perche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1909-06-03 13:00", "note": null, "place": {"c1": null, "c2": "90", "c3": null, "cy": "FR", "lg": 6.9345, "lat": 47.54854, "name": "Morvillars", "geoid": 2991649}, "notime": null, "date-ut": "1909-06-03 12:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Perche"}, "birth": {"tzo": "+00:09:21", "date": "1909-06-03 13:00", "place": {"c2": "90", "cy": "FR", "lg": 6.9345, "lat": 47.54854, "name": "Morvillars", "geoid": 2991649}, "date-ut": "1909-06-03 12:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-625"}, "ids-in-sources": {"a6": "625"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "90", "COU": "F", "DAY": "3", "LAT": "47N38", "LON": "6E52", "MON": "6", "NUM": "625", "PRO": "W", "SEC": "40", "YEA": "1909", "CITY": "MORVILLARS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18190	delay-maurice-1876-11-12	{"e1": "560"}	{"lerrcp": "E1-560"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Delay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1876-11-12 08:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Julien en Jaray", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Delay"}, "birth": {"tzo": "", "date": "1876-11-12 08:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Julien en Jaray", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "560"}}, "raw": {"H": "08:00", "COD": "42", "DAY": "12", "MON": "11", "NUM": "0560", "PRO": "PH", "YEA": "1876", "CITY": "St Julien en Jaray", "NAME": "DELAY Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14420	petit-henri-1900-02-23	{"a6": "631"}	{"lerrcp": "A6-631"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Petit", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-02-23 09:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.90832, "lat": 47.49002, "name": "Avallon", "geoid": 3035768}, "notime": null, "date-ut": "1900-02-23 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Petit"}, "birth": {"tzo": "+00:09:21", "date": "1900-02-23 09:00", "place": {"c2": "89", "cy": "FR", "lg": 3.90832, "lat": 47.49002, "name": "Avallon", "geoid": 3035768}, "date-ut": "1900-02-23 08:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-631"}, "ids-in-sources": {"a6": "631"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "89", "COU": "F", "DAY": "23", "LAT": "47N48", "LON": "3E35", "MON": "2", "NUM": "631", "PRO": "W", "SEC": "40", "YEA": "1900", "CITY": "AVALLON"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18191	deldarre-florian-1918-09-07	{"e1": "561"}	{"lerrcp": "E1-561"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Florian", "family": "Deldarre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-09-07 11:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "16", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1918-09-07 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Florian", "family": "Deldarre"}, "birth": {"tzo": "+01:00", "date": "1918-09-07 11:00", "place": {"c2": "75", "c3": "16", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1918-09-07 10:00"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "561"}}, "raw": {"H": "11:00", "COD": "75", "DAY": "07", "MON": "09", "NUM": "0561", "PRO": "PH", "YEA": "1918", "CITY": "Paris 16ème", "NAME": "DELDARRE Florian", "NOTE": "+"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
14421	gauquelin-a6-632-1923-03-05	{"a6": "632"}	{"lerrcp": "A6-632"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-632", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-03-05 11:30", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.30952, "lat": 48.90018, "name": "Clichy", "geoid": 3024597}, "notime": null, "date-ut": "1923-03-05 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-632"}, "birth": {"tzo": "+00:00", "date": "1923-03-05 11:30", "place": {"c2": "92", "cy": "FR", "lg": 2.30952, "lat": 48.90018, "name": "Clichy", "geoid": 3024597}, "date-ut": "1923-03-05 11:30"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-632"}, "ids-in-sources": {"a6": "632"}}, "raw": {"H": "11", "MN": "30", "TZ": "0", "COD": "92", "COU": "F", "DAY": "5", "LAT": "48N50", "LON": "2E11", "MON": "3", "NUM": "632", "PRO": "W", "SEC": "0", "YEA": "1923", "CITY": "CLICHY"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14422	peyre-joseph-1892-03-13	{"a6": "633"}	{"lerrcp": "A6-633"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Peyre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1892-03-13 16:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.10477, "lat": 43.56951, "name": "Aydie", "geoid": 3035587}, "notime": null, "date-ut": "1892-03-13 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Peyre"}, "birth": {"tzo": "+00:09:21", "date": "1892-03-13 16:00", "place": {"c2": "64", "cy": "FR", "lg": -0.10477, "lat": 43.56951, "name": "Aydie", "geoid": 3035587}, "date-ut": "1892-03-13 15:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-633"}, "ids-in-sources": {"a6": "633"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "64", "COU": "F", "DAY": "13", "LAT": "43N18", "LON": "0W22", "MON": "3", "NUM": "633", "PRO": "W", "SEC": "40", "YEA": "1892", "CITY": "AYDIE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18192	del-duca-simone-nirouet-1912-07-18	{"e1": "562"}	{"lerrcp": "E1-562"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Simone (NIROUET)", "family": "Del Duca", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-07-18 05:20", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.49323, "lat": 48.79395, "name": "Saint-Maur-des-Fossés", "geoid": 2978179}, "notime": null, "date-ut": "1912-07-18 05:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Simone (NIROUET)", "family": "Del Duca"}, "birth": {"tzo": "+00:00", "date": "1912-07-18 05:20", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.49323, "lat": 48.79395, "name": "Saint-Maur-des-Fossés", "geoid": 2978179}, "date-ut": "1912-07-18 05:20"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "562"}}, "raw": {"H": "05:20", "COD": "94", "DAY": "18", "MON": "07", "NUM": "0562", "PRO": "EX", "YEA": "1912", "CITY": "St Maur des Fossés", "NAME": "DEL DUCA Simone (NIROUET)", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14427	picon-gaetan-1915-09-19	{"a6": "638"}	{"lerrcp": "A6-638"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaetan", "family": "Picon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-09-19 05:30", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1915-09-19 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Gaetan", "family": "Picon"}, "birth": {"tzo": "+00:00", "date": "1915-09-19 05:30", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1915-09-19 05:30"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-638"}, "ids-in-sources": {"a6": "638"}}, "raw": {"H": "5", "MN": "30", "TZ": "0", "COD": "33", "COU": "F", "DAY": "19", "LAT": "44N50", "LON": "0W34", "MON": "9", "NUM": "638", "PRO": "W", "SEC": "0", "YEA": "1915", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14428	pivert-marceau-1895-10-02	{"a6": "639"}	{"lerrcp": "A6-639"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marceau", "family": "Pivert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-10-02 18:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.99288, "lat": 48.31852, "name": "Montmachoux", "geoid": 2992289}, "notime": null, "date-ut": "1895-10-02 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Marceau", "family": "Pivert"}, "birth": {"tzo": "+00:09:21", "date": "1895-10-02 18:00", "place": {"c2": "77", "cy": "FR", "lg": 2.99288, "lat": 48.31852, "name": "Montmachoux", "geoid": 2992289}, "date-ut": "1895-10-02 17:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-639"}, "ids-in-sources": {"a6": "639"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "77", "COU": "F", "DAY": "2", "LAT": "48N33", "LON": "2E40", "MON": "10", "NUM": "639", "PRO": "W", "SEC": "40", "YEA": "1895", "CITY": "MONTMACHOUX"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14425	philippe-charles-1874-08-04	{"a6": "636"}	{"lerrcp": "A6-636"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Philippe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:17", "date": "1874-08-04 21:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 2.8208, "lat": 46.61791, "name": "Cérilly", "geoid": 3027880}, "notime": null, "date-ut": "1874-08-04 20:46:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Philippe"}, "birth": {"tzo": "+00:11:17", "date": "1874-08-04 21:00", "place": {"c2": "03", "cy": "FR", "lg": 2.8208, "lat": 46.61791, "name": "Cérilly", "geoid": 3027880}, "date-ut": "1874-08-04 20:46:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-636"}, "ids-in-sources": {"a6": "636"}}, "raw": {"H": "20", "MN": "46", "TZ": "0", "COD": "03", "COU": "F", "DAY": "4", "LAT": "46N34", "LON": "3E20", "MON": "8", "NUM": "636", "PRO": "W", "SEC": "40", "YEA": "1874", "CITY": "CERILLY"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14426	pichette-henri-1924-01-26	{"a6": "637"}	{"lerrcp": "A6-637"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Pichette", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1924-01-26 12:15", "note": null, "place": {"c1": null, "c2": "36", "c3": null, "cy": "FR", "lg": 1.69362, "lat": 46.81248, "name": "Châteauroux", "geoid": 3026204}, "notime": null, "date-ut": "1924-01-26 12:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Pichette"}, "birth": {"tzo": "+00:00", "date": "1924-01-26 12:15", "place": {"c2": "36", "cy": "FR", "lg": 1.69362, "lat": 46.81248, "name": "Châteauroux", "geoid": 3026204}, "date-ut": "1924-01-26 12:15"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-637"}, "ids-in-sources": {"a6": "637"}}, "raw": {"H": "12", "MN": "15", "TZ": "0", "COD": "36", "COU": "F", "DAY": "26", "LAT": "46N49", "LON": "1E41", "MON": "1", "NUM": "637", "PRO": "W", "SEC": "0", "YEA": "1924", "CITY": "CHATEAUROUX"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18193	delebecque-alphonse-1824-03-28	{"e1": "563"}	{"lerrcp": "E1-563"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Delebecque", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12", "date": "1824-03-28 10:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "notime": null, "date-ut": "1824-03-28 09:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Delebecque"}, "birth": {"tzo": "+00:12", "date": "1824-03-28 10:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "date-ut": "1824-03-28 09:48"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "563"}}, "raw": {"H": "10:00", "COD": "59", "DAY": "28", "MON": "03", "NUM": "0563", "PRO": "MI", "YEA": "1824", "CITY": "Douai", "NAME": "DELEBECQUE Alphonse", "NOTE": "*"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18545	gri-rene-1927-11-04	{"e1": "916"}	{"lerrcp": "E1-916"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Gri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1927-11-04 03:00", "note": null, "place": {"c1": null, "c2": "47", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Port-Ste Marie", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "René", "family": "Gri"}, "birth": {"tzo": "", "date": "1927-11-04 03:00", "place": {"c2": "47", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Port-Ste Marie", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "916"}}, "raw": {"H": "03:00", "COD": "47", "DAY": "04", "MON": "11", "NUM": "0916", "PRO": "EX", "YEA": "1927", "CITY": "Port-Ste Marie", "NAME": "GRI René", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14431	ponchon-raoul-1848-12-30	{"a6": "643"}	{"lerrcp": "A6-643"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raoul", "family": "Ponchon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:43", "date": "1848-12-30 16:00", "note": null, "place": {"c1": null, "c2": "85", "c3": null, "cy": "FR", "lg": -1.42757, "lat": 46.66974, "name": "La Roche-sur-Yon", "geoid": 3006767}, "notime": null, "date-ut": "1848-12-30 16:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Raoul", "family": "Ponchon"}, "birth": {"tzo": "-00:05:43", "date": "1848-12-30 16:00", "place": {"c2": "85", "cy": "FR", "lg": -1.42757, "lat": 46.66974, "name": "La Roche-sur-Yon", "geoid": 3006767}, "date-ut": "1848-12-30 16:05:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-643"}, "ids-in-sources": {"a6": "643"}}, "raw": {"H": "16", "MN": "5", "TZ": "0", "COD": "85", "COU": "F", "DAY": "30", "LAT": "46N40", "LON": "1W25", "MON": "12", "NUM": "643", "PRO": "W", "SEC": "40", "YEA": "1848", "CITY": "LA ROCHE-S-YON"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18194	delerive-pierre-1936-04-10	{"e1": "564"}	{"lerrcp": "E1-564"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Delerive", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1936-04-10 10:45", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1936-04-10 10:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Delerive"}, "birth": {"tzo": "+00:00", "date": "1936-04-10 10:45", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1936-04-10 10:45"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "564"}}, "raw": {"H": "10:45", "COD": "59", "DAY": "10", "MON": "04", "NUM": "0564", "PRO": "EX", "YEA": "1936", "CITY": "Lille", "NAME": "DELERIVE Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14434	ponsard-francois-1814-06-01	{"a6": "646"}	{"lerrcp": "A6-646"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Ponsard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:30", "date": "1814-06-01 07:56:38", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 4.87484, "lat": 45.52569, "name": "Vienne", "geoid": 2969284}, "notime": null, "date-ut": "1814-06-01 07:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "François", "family": "Ponsard"}, "birth": {"tzo": "+00:19:30", "date": "1814-06-01 07:56:38", "place": {"c2": "38", "cy": "FR", "lg": 4.87484, "lat": 45.52569, "name": "Vienne", "geoid": 2969284}, "date-ut": "1814-06-01 07:37:08"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-646"}, "ids-in-sources": {"a6": "646"}}, "raw": {"H": "7", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "1", "LAT": "45N11", "LON": "5E43", "MON": "6", "NUM": "646", "PRO": "W", "SEC": "8", "YEA": "1814", "CITY": "VIENNE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14436	montmarin-armand-1811-07-16	{"a6": "648"}	{"lerrcp": "A6-648"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Montmarin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:14", "date": "1811-07-16 13:30", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1811-07-16 13:10:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Montmarin"}, "birth": {"tzo": "+00:19:14", "date": "1811-07-16 13:30", "place": {"c2": "84", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1811-07-16 13:10:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-648"}, "ids-in-sources": {"a6": "648"}}, "raw": {"H": "13", "MN": "10", "TZ": "0", "COD": "84", "COU": "F", "DAY": "16", "LAT": "43N57", "LON": "4E50", "MON": "7", "NUM": "648", "PRO": "W", "SEC": "40", "YEA": "1811", "CITY": "AVIGNON"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14435	ponson-terrail-pierre-1829-07-08	{"a6": "647"}	{"lerrcp": "A6-647"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Ponson Terrail Pierre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:29", "date": "1829-07-08 23:00", "note": null, "place": {"c1": null, "c2": "05", "c3": null, "cy": "FR", "lg": 5.87209, "lat": 44.57091, "name": "Montmaur", "geoid": 2992263}, "notime": null, "date-ut": "1829-07-08 22:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "", "family": "Ponson Terrail Pierre"}, "birth": {"tzo": "+00:23:29", "date": "1829-07-08 23:00", "place": {"c2": "05", "cy": "FR", "lg": 5.87209, "lat": 44.57091, "name": "Montmaur", "geoid": 2992263}, "date-ut": "1829-07-08 22:36"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-647"}, "ids-in-sources": {"a6": "647"}}, "raw": {"H": "22", "MN": "36", "TZ": "0", "COD": "05", "COU": "F", "DAY": "8", "LAT": "44N33", "LON": "6E 0", "MON": "7", "NUM": "647", "PRO": "W", "SEC": "0", "YEA": "1829", "CITY": "MONTMAUR"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14432	pons-joseph-1886-11-05	{"a6": "644"}	{"lerrcp": "A6-644"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Pons", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:40", "date": "1886-11-05 10:30", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.91667, "lat": 42.7, "name": "Ille/Tet", "geoid": 0}, "notime": null, "date-ut": "1886-11-05 10:18:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Pons"}, "birth": {"tzo": "+00:11:40", "date": "1886-11-05 10:30", "place": {"c2": "66", "cy": "FR", "lg": 2.91667, "lat": 42.7, "name": "Ille/Tet", "geoid": 0}, "date-ut": "1886-11-05 10:18:20"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-644"}, "ids-in-sources": {"a6": "644"}}, "raw": {"H": "10", "MN": "18", "TZ": "0", "COD": "66", "COU": "F", "DAY": "5", "LAT": "42N42", "LON": "2E55", "MON": "11", "NUM": "644", "PRO": "W", "SEC": "20", "YEA": "1886", "CITY": "ILLE/TET"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14438	porto-riche-georges-1849-05-20	{"a6": "650"}	{"lerrcp": "A6-650"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Porto-Riche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1849-05-20 14:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1849-05-20 14:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Porto-Riche"}, "birth": {"tzo": "-00:02:19", "date": "1849-05-20 14:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1849-05-20 14:57:36"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-650"}, "ids-in-sources": {"a6": "650"}}, "raw": {"H": "14", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "20", "LAT": "44N50", "LON": "0W34", "MON": "5", "NUM": "650", "PRO": "W", "SEC": "36", "YEA": "1849", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18195	delfino-louis-1912-10-05	{"e1": "565"}	{"lerrcp": "E1-565"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Delfino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-10-05 01:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1912-10-05 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Delfino"}, "birth": {"tzo": "+00:00", "date": "1912-10-05 01:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1912-10-05 01:00"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "565"}}, "raw": {"H": "01:00", "COD": "06", "DAY": "05", "MON": "10", "NUM": "0565", "PRO": "MI", "YEA": "1912", "CITY": "Nice", "NAME": "DELFINO Louis", "NOTE": "*"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18196	delga-jean-1910-03-22	{"e1": "566"}	{"lerrcp": "E1-566"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Delga", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1910-03-22 10:00", "note": null, "place": {"c1": null, "c2": "81", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Blaye", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Delga"}, "birth": {"tzo": "", "date": "1910-03-22 10:00", "place": {"c2": "81", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Blaye", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "566"}}, "raw": {"H": "10:00", "COD": "81", "DAY": "22", "MON": "03", "NUM": "0566", "PRO": "MI", "YEA": "1910", "CITY": "Blaye", "NAME": "DELGA Jean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14440	pouvillon-emile-1840-10-10	{"a6": "652"}	{"lerrcp": "A6-652"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Pouvillon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:25", "date": "1840-10-10 01:00", "note": null, "place": {"c1": null, "c2": "82", "c3": null, "cy": "FR", "lg": 1.3542, "lat": 44.01759, "name": "Montauban", "geoid": 2993002}, "notime": null, "date-ut": "1840-10-10 00:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Pouvillon"}, "birth": {"tzo": "+00:05:25", "date": "1840-10-10 01:00", "place": {"c2": "82", "cy": "FR", "lg": 1.3542, "lat": 44.01759, "name": "Montauban", "geoid": 2993002}, "date-ut": "1840-10-10 00:54:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-652"}, "ids-in-sources": {"a6": "652"}}, "raw": {"H": "0", "MN": "54", "TZ": "0", "COD": "82", "COU": "F", "DAY": "10", "LAT": "44N 1", "LON": "1E20", "MON": "10", "NUM": "652", "PRO": "W", "SEC": "40", "YEA": "1840", "CITY": "MONTAUBAN"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14437	porche-francois-1877-11-21	{"a6": "649"}	{"lerrcp": "A6-649"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Porche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:19", "date": "1877-11-21 22:28", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": -0.32867, "lat": 45.69581, "name": "Cognac", "geoid": 3024440}, "notime": null, "date-ut": "1877-11-21 22:29:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "François", "family": "Porche"}, "birth": {"tzo": "-00:01:19", "date": "1877-11-21 22:28", "place": {"c2": "16", "cy": "FR", "lg": -0.32867, "lat": 45.69581, "name": "Cognac", "geoid": 3024440}, "date-ut": "1877-11-21 22:29:20"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-649"}, "ids-in-sources": {"a6": "649"}}, "raw": {"H": "22", "MN": "29", "TZ": "0", "COD": "16", "COU": "F", "DAY": "21", "LAT": "45N39", "LON": "0E10", "MON": "11", "NUM": "649", "PRO": "W", "SEC": "20", "YEA": "1877", "CITY": "COGNAC"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18197	deligne-pierre-1926-06-24	{"e1": "567"}	{"lerrcp": "E1-567"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Deligne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1926-06-24 06:00", "note": null, "place": {"c1": null, "c2": "85", "c3": "", "cy": "FR", "lg": -0.82115, "lat": 46.42354, "name": "Fontaines", "geoid": 3018012}, "notime": null, "date-ut": "1926-06-24 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Deligne"}, "birth": {"tzo": "+01:00", "date": "1926-06-24 06:00", "place": {"c2": "85", "c3": "", "cy": "FR", "lg": -0.82115, "lat": 46.42354, "name": "Fontaines", "geoid": 3018012}, "date-ut": "1926-06-24 05:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "567"}}, "raw": {"H": "06:00", "COD": "85", "DAY": "24", "MON": "06", "NUM": "0567", "PRO": "PH", "YEA": "1926", "CITY": "Fontaines", "NAME": "DELIGNE Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18198	deligny-edouard-1815-12-12	{"e1": "568"}	{"lerrcp": "E1-568"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Deligny", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1815-12-12 10:00", "note": null, "place": {"c1": null, "c2": "37", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Ballan", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Deligny"}, "birth": {"tzo": "", "date": "1815-12-12 10:00", "place": {"c2": "37", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Ballan", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "568"}}, "raw": {"H": "10:00", "COD": "37", "DAY": "12", "MON": "12", "NUM": "0568", "PRO": "MI", "YEA": "1815", "CITY": "Ballan", "NAME": "DELIGNY Edouard", "NOTE": "*"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
14444	gauquelin-a6-656-1862-05-01	{"a6": "656"}	{"lerrcp": "A6-656"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-656", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1862-05-01 12:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1862-05-01 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-656"}, "birth": {"tzo": "+00:09:24", "date": "1862-05-01 12:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1862-05-01 11:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-656"}, "ids-in-sources": {"a6": "656"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "1", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "656", "PRO": "W", "SEC": "40", "YEA": "1862", "CITY": "PARIS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18199	dell-paul-1915-11-03	{"e1": "569"}	{"lerrcp": "E1-569"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Dell", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1915-11-03 14:00", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.79051, "lat": 48.81557, "name": "Haguenau", "geoid": 3014078}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Dell"}, "birth": {"tzo": "", "date": "1915-11-03 14:00", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.79051, "lat": 48.81557, "name": "Haguenau", "geoid": 3014078}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "569"}}, "raw": {"H": "14:00", "COD": "67", "DAY": "03", "MON": "11", "NUM": "0569", "PRO": "PH", "YEA": "1915", "CITY": "Haguenau", "NAME": "DELL Paul", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18200	dellus-paul-1914-12-19	{"e1": "570"}	{"lerrcp": "E1-570"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Dellus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-12-19 19:00", "note": null, "place": {"c1": null, "c2": "12", "c3": "", "cy": "FR", "lg": 2.76265, "lat": 44.52237, "name": "Espalion", "geoid": 3019717}, "notime": null, "date-ut": "1914-12-19 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Dellus"}, "birth": {"tzo": "+00:00", "date": "1914-12-19 19:00", "place": {"c2": "12", "c3": "", "cy": "FR", "lg": 2.76265, "lat": 44.52237, "name": "Espalion", "geoid": 3019717}, "date-ut": "1914-12-19 19:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "570"}}, "raw": {"H": "19:00", "COD": "12", "DAY": "19", "MON": "12", "NUM": "0570", "PRO": "MI", "YEA": "1914", "CITY": "Espalion", "NAME": "DELLUS Paul", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18201	delmas-andre-1910-09-01	{"e1": "571"}	{"lerrcp": "E1-571"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Delmas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-09-01 00:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1910-08-31 23:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Delmas"}, "birth": {"tzo": "+00:09", "date": "1910-09-01 00:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1910-08-31 23:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "571"}}, "raw": {"H": "00:00", "COD": "34", "DAY": "01", "MON": "09", "NUM": "0571", "PRO": "PH", "YEA": "1910", "CITY": "Montpellier", "NAME": "DELMAS André", "NOTE": "+"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
14449	puget-claude-1900-06-22	{"a6": "661"}	{"lerrcp": "A6-661"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Puget", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-06-22 04:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1900-06-22 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Puget"}, "birth": {"tzo": "+00:09:21", "date": "1900-06-22 04:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1900-06-22 03:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-661"}, "ids-in-sources": {"a6": "661"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "06", "COU": "F", "DAY": "22", "LAT": "43N42", "LON": "7E16", "MON": "6", "NUM": "661", "PRO": "W", "SEC": "40", "YEA": "1900", "CITY": "NICE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18202	delmas-georgea-1903-01-03	{"e1": "572"}	{"lerrcp": "E1-572"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georgea", "family": "Delmas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-01-03 07:00", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": 1.19282, "lat": 44.74191, "name": "Daglan", "geoid": 3021928}, "notime": null, "date-ut": "1903-01-03 06:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georgea", "family": "Delmas"}, "birth": {"tzo": "+00:09", "date": "1903-01-03 07:00", "place": {"c2": "24", "c3": "", "cy": "FR", "lg": 1.19282, "lat": 44.74191, "name": "Daglan", "geoid": 3021928}, "date-ut": "1903-01-03 06:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "572"}}, "raw": {"H": "07:00", "COD": "24", "DAY": "03", "MON": "01", "NUM": "0572", "PRO": "PH", "YEA": "1903", "CITY": "Daglan", "NAME": "DELMAS Georgea", "NOTE": "-"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
14453	quinet-edgar-1803-02-17	{"a6": "666"}	{"lerrcp": "A6-666"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edgar", "family": "Quinet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:52", "date": "1803-02-17 18:00", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 5.21667, "lat": 46.2, "name": "Bourg", "geoid": 0}, "notime": null, "date-ut": "1803-02-17 17:39:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Edgar", "family": "Quinet"}, "birth": {"tzo": "+00:20:52", "date": "1803-02-17 18:00", "place": {"c2": "01", "cy": "FR", "lg": 5.21667, "lat": 46.2, "name": "Bourg", "geoid": 0}, "date-ut": "1803-02-17 17:39:08"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-666"}, "ids-in-sources": {"a6": "666"}}, "raw": {"H": "17", "MN": "39", "TZ": "0", "COD": "01", "COU": "F", "DAY": "17", "LAT": "46N12", "LON": "5E13", "MON": "2", "NUM": "666", "PRO": "W", "SEC": "8", "YEA": "1803", "CITY": "BOURG"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14454	rabier-jean-1846-09-16	{"a6": "667"}	{"lerrcp": "A6-667"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Rabier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01:56", "date": "1846-09-16 09:59", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 0.48171, "lat": 44.85157, "name": "Bergerac", "geoid": 3033391}, "notime": null, "date-ut": "1846-09-16 09:57:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Rabier"}, "birth": {"tzo": "+00:01:56", "date": "1846-09-16 09:59", "place": {"c2": "24", "cy": "FR", "lg": 0.48171, "lat": 44.85157, "name": "Bergerac", "geoid": 3033391}, "date-ut": "1846-09-16 09:57:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-667"}, "ids-in-sources": {"a6": "667"}}, "raw": {"H": "9", "MN": "57", "TZ": "0", "COD": "24", "COU": "F", "DAY": "16", "LAT": "45N11", "LON": "0E44", "MON": "9", "NUM": "667", "PRO": "W", "SEC": "4", "YEA": "1846", "CITY": "BERGERAC"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18203	delnatte-maurice-1905-03-22	{"e1": "573"}	{"lerrcp": "E1-573"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Delnatte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-03-22 05:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "notime": null, "date-ut": "1905-03-22 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Delnatte"}, "birth": {"tzo": "+00:09", "date": "1905-03-22 05:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "date-ut": "1905-03-22 04:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "573"}}, "raw": {"H": "05:00", "COD": "59", "DAY": "22", "MON": "03", "NUM": "0573", "PRO": "PH", "YEA": "1905", "CITY": "Tourcoing", "NAME": "DELNATTE Maurice", "NOTE": "-"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18204	delouche-gaston-1913-05-30	{"e1": "574"}	{"lerrcp": "E1-574"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Delouche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-05-30 06:00", "note": null, "place": {"c1": null, "c2": "48", "c3": "", "cy": "FR", "lg": 3.59276, "lat": 44.32626, "name": "Florac", "geoid": 3018238}, "notime": null, "date-ut": "1913-05-30 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Delouche"}, "birth": {"tzo": "+00:00", "date": "1913-05-30 06:00", "place": {"c2": "48", "c3": "", "cy": "FR", "lg": 3.59276, "lat": 44.32626, "name": "Florac", "geoid": 3018238}, "date-ut": "1913-05-30 06:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "574"}}, "raw": {"H": "06:00", "COD": "48", "DAY": "30", "MON": "05", "NUM": "0574", "PRO": "PH", "YEA": "1913", "CITY": "Florac", "NAME": "DELOUCHE Gaston", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14457	rat-maurice-1891-03-02	{"a6": "670"}	{"lerrcp": "A6-670"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Rat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01:20", "date": "1891-03-02 03:00", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.33333, "lat": 46.58333, "name": "Mignalou-Beauvo", "geoid": 0}, "notime": null, "date-ut": "1891-03-02 02:58:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Rat"}, "birth": {"tzo": "+00:01:20", "date": "1891-03-02 03:00", "place": {"c2": "86", "cy": "FR", "lg": 0.33333, "lat": 46.58333, "name": "Mignalou-Beauvo", "geoid": 0}, "date-ut": "1891-03-02 02:58:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-670"}, "ids-in-sources": {"a6": "670"}}, "raw": {"H": "2", "MN": "58", "TZ": "0", "COD": "86", "COU": "F", "DAY": "2", "LAT": "46N35", "LON": "0E20", "MON": "3", "NUM": "670", "PRO": "W", "SEC": "40", "YEA": "1891", "CITY": "MIGNALOU-BEAUVO"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14458	rauh-frederic-1861-03-31	{"a6": "671"}	{"lerrcp": "A6-671"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Rauh", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:52", "date": "1861-03-31 13:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Saint-Martin le", "geoid": 0}, "notime": null, "date-ut": "1861-03-31 12:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Rauh"}, "birth": {"tzo": "+00:22:52", "date": "1861-03-31 13:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Saint-Martin le", "geoid": 0}, "date-ut": "1861-03-31 12:37:08"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-671"}, "ids-in-sources": {"a6": "671"}}, "raw": {"H": "12", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "31", "LAT": "45N11", "LON": "5E43", "MON": "3", "NUM": "671", "PRO": "W", "SEC": "8", "YEA": "1861", "CITY": "SAINT MARTIN LE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14459	ravaisson-molliere-felix-1813-10-23	{"a6": "672"}	{"lerrcp": "A6-672"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Ravaisson-Molliere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "BE", "lg": 4.86746, "lat": 50.4669, "name": "Namur", "geoid": 2790471}, "notime": null, "date-ut": "1813-10-23 18:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Ravaisson-Molliere"}, "birth": {"place": {"c2": "", "cy": "BE", "lg": 4.86746, "lat": 50.4669, "name": "Namur", "geoid": 2790471}, "date-ut": "1813-10-23 18:40:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-672"}, "ids-in-sources": {"a6": "672"}}, "raw": {"H": "18", "MN": "40", "TZ": "0", "COD": "B", "COU": "F", "DAY": "23", "LAT": "50N20", "LON": "4E50", "MON": "10", "NUM": "672", "PRO": "W", "SEC": "40", "YEA": "1813", "CITY": "NAMUR"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14460	rebatet-lucien-1903-11-15	{"a6": "673"}	{"lerrcp": "A6-673"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Rebatet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1903-11-15 17:00", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 4.9, "lat": 44.93333, "name": "Moras en Valloi", "geoid": 0}, "notime": null, "date-ut": "1903-11-15 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Rebatet"}, "birth": {"tzo": "+00:09:21", "date": "1903-11-15 17:00", "place": {"c2": "26", "cy": "FR", "lg": 4.9, "lat": 44.93333, "name": "Moras en Valloi", "geoid": 0}, "date-ut": "1903-11-15 16:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-673"}, "ids-in-sources": {"a6": "673"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "26", "COU": "F", "DAY": "15", "LAT": "44N56", "LON": "4E54", "MON": "11", "NUM": "673", "PRO": "W", "SEC": "40", "YEA": "1903", "CITY": "MORAS EN VALLOI"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14461	reclus-elisee-1830-03-15	{"a6": "674"}	{"lerrcp": "A6-674"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elisee", "family": "Reclus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:16", "date": "1830-03-15 03:55:20", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Sainte-Foy la Gran", "geoid": 0}, "notime": null, "date-ut": "1830-03-15 03:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Elisee", "family": "Reclus"}, "birth": {"tzo": "-00:02:16", "date": "1830-03-15 03:55:20", "place": {"c2": "33", "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Sainte-Foy la Gran", "geoid": 0}, "date-ut": "1830-03-15 03:57:36"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-674"}, "ids-in-sources": {"a6": "674"}}, "raw": {"H": "3", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "15", "LAT": "44N50", "LON": "0W34", "MON": "3", "NUM": "674", "PRO": "W", "SEC": "36", "YEA": "1830", "CITY": "STE FOY LA GRAN"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18205	depla-maurice-1912-07-18	{"e1": "575"}	{"lerrcp": "E1-575"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Depla", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-07-18 11:55", "note": null, "place": {"c1": null, "c2": "09", "c3": "", "cy": "FR", "lg": 1.60705, "lat": 42.96535, "name": "Foix", "geoid": 3018174}, "notime": null, "date-ut": "1912-07-18 11:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Depla"}, "birth": {"tzo": "+00:00", "date": "1912-07-18 11:55", "place": {"c2": "09", "c3": "", "cy": "FR", "lg": 1.60705, "lat": 42.96535, "name": "Foix", "geoid": 3018174}, "date-ut": "1912-07-18 11:55"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "575"}}, "raw": {"H": "11:55", "COD": "09", "DAY": "18", "MON": "07", "NUM": "0575", "PRO": "PH", "YEA": "1912", "CITY": "Foix", "NAME": "DEPLA Maurice", "NOTE": "-"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
14464	gauquelin-a6-677-1858-08-29	{"a6": "677"}	{"lerrcp": "A6-677"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-677", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1858-08-29 01:20", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Saint-Germain-en-L", "geoid": 0}, "notime": null, "date-ut": "1858-08-29 01:11:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-677"}, "birth": {"tzo": "+00:08:32", "date": "1858-08-29 01:20", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Saint-Germain-en-L", "geoid": 0}, "date-ut": "1858-08-29 01:11:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-677"}, "ids-in-sources": {"a6": "677"}}, "raw": {"H": "1", "MN": "11", "TZ": "0", "COD": "78", "COU": "F", "DAY": "29", "LAT": "48N50", "LON": "2E 8", "MON": "8", "NUM": "677", "PRO": "W", "SEC": "28", "YEA": "1858", "CITY": "ST GERMAIN-EN-L"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14463	regnier-henri-1864-12-28	{"a6": "676"}	{"lerrcp": "A6-676"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Regnier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:56", "date": "1864-12-28 05:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": 0.23294, "lat": 49.41985, "name": "Honfleur", "geoid": 3013173}, "notime": null, "date-ut": "1864-12-28 05:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Regnier"}, "birth": {"tzo": "+00:00:56", "date": "1864-12-28 05:00", "place": {"c2": "14", "cy": "FR", "lg": 0.23294, "lat": 49.41985, "name": "Honfleur", "geoid": 3013173}, "date-ut": "1864-12-28 05:01:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-676"}, "ids-in-sources": {"a6": "676"}}, "raw": {"H": "5", "MN": "1", "TZ": "0", "COD": "14", "COU": "F", "DAY": "28", "LAT": "49N11", "LON": "0W22", "MON": "12", "NUM": "676", "PRO": "W", "SEC": "28", "YEA": "1864", "CITY": "HONFLEUR"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14465	remy-renault-roulier-1904-08-06	{"a6": "678"}	{"lerrcp": "A6-678"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Renault-Roulier)", "family": "Remy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1904-08-06 06:00", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -2.76205, "lat": 47.65688, "name": "Vannes", "geoid": 2970777}, "notime": null, "date-ut": "1904-08-06 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "(Renault-Roulier)", "family": "Remy"}, "birth": {"tzo": "+00:09:21", "date": "1904-08-06 06:00", "place": {"c2": "56", "cy": "FR", "lg": -2.76205, "lat": 47.65688, "name": "Vannes", "geoid": 2970777}, "date-ut": "1904-08-06 05:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-678"}, "ids-in-sources": {"a6": "678"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "56", "COU": "F", "DAY": "6", "LAT": "47N40", "LON": "2W44", "MON": "8", "NUM": "678", "PRO": "W", "SEC": "40", "YEA": "1904", "CITY": "VANNES"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18206	delteil-henri-1903-12-25	{"e1": "576"}	{"lerrcp": "E1-576"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Delteil", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1903-12-25 14:00", "note": null, "place": {"c1": null, "c2": "15", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Riom ès Montagne", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Delteil"}, "birth": {"tzo": "", "date": "1903-12-25 14:00", "place": {"c2": "15", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Riom ès Montagne", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "576"}}, "raw": {"H": "14:00", "COD": "15", "DAY": "25", "MON": "12", "NUM": "0576", "PRO": "MI", "YEA": "1903", "CITY": "Riom ès Montagne", "NAME": "DELTEIL Henri", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14468	renouvier-charles-1815-01-01	{"a6": "681"}	{"lerrcp": "A6-681"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Renouvier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1815-01-01 14:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1815-01-01 13:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Renouvier"}, "birth": {"tzo": "+00:15:30", "date": "1815-01-01 14:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1815-01-01 13:44:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-681"}, "ids-in-sources": {"a6": "681"}}, "raw": {"H": "13", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "1", "LAT": "43N37", "LON": "3E53", "MON": "1", "NUM": "681", "PRO": "W", "SEC": "28", "YEA": "1815", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18207	delteil-pierre-1923-05-02	{"e1": "577"}	{"lerrcp": "E1-577"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Delteil", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1923-05-02 10:45", "note": null, "place": {"c1": null, "c2": "46", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Passage d'Agen", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Delteil"}, "birth": {"tzo": "", "date": "1923-05-02 10:45", "place": {"c2": "46", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Passage d'Agen", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "577"}}, "raw": {"H": "10:45", "COD": "46", "DAY": "02", "MON": "05", "NUM": "0577", "PRO": "PH", "YEA": "1923", "CITY": "Passage d'Agen", "NAME": "DELTEIL Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14470	gauquelin-a6-683-1873-12-29	{"a6": "683"}	{"lerrcp": "A6-683"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-683", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:20", "date": "1873-12-29 18:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 46.3, "name": "Chalon/Saone", "geoid": 0}, "notime": null, "date-ut": "1873-12-29 17:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-683"}, "birth": {"tzo": "+00:19:20", "date": "1873-12-29 18:00", "place": {"c2": "71", "cy": "FR", "lg": 4.83333, "lat": 46.3, "name": "Chalon/Saone", "geoid": 0}, "date-ut": "1873-12-29 17:40:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-683"}, "ids-in-sources": {"a6": "683"}}, "raw": {"H": "17", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "29", "LAT": "46N18", "LON": "4E50", "MON": "12", "NUM": "683", "PRO": "W", "SEC": "40", "YEA": "1873", "CITY": "CHALON/SAONE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14471	reynaud-jean-1806-02-14	{"a6": "684"}	{"lerrcp": "A6-684"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Reynaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1806-02-14 16:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1806-02-14 15:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Reynaud"}, "birth": {"tzo": "+00:19:23", "date": "1806-02-14 16:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1806-02-14 15:40:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-684"}, "ids-in-sources": {"a6": "684"}}, "raw": {"H": "15", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "14", "LAT": "45N46", "LON": "4E50", "MON": "2", "NUM": "684", "PRO": "W", "SEC": "40", "YEA": "1806", "CITY": "LYON"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14472	ribot-theodule-1839-12-18	{"a6": "685"}	{"lerrcp": "A6-685"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodule", "family": "Ribot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:12:37", "date": "1839-12-18 03:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -3.15289, "lat": 48.56259, "name": "Guingamp", "geoid": 3014221}, "notime": null, "date-ut": "1839-12-18 03:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Theodule", "family": "Ribot"}, "birth": {"tzo": "-00:12:37", "date": "1839-12-18 03:00", "place": {"c2": "22", "cy": "FR", "lg": -3.15289, "lat": 48.56259, "name": "Guingamp", "geoid": 3014221}, "date-ut": "1839-12-18 03:11"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-685"}, "ids-in-sources": {"a6": "685"}}, "raw": {"H": "3", "MN": "11", "TZ": "0", "COD": "22", "COU": "F", "DAY": "18", "LAT": "48N31", "LON": "2W45", "MON": "12", "NUM": "685", "PRO": "W", "SEC": "0", "YEA": "1839", "CITY": "GUINGAMP"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18208	demarchi-jean-1918-11-06	{"e1": "578"}	{"lerrcp": "E1-578"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Demarchi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1918-11-06 04:55", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": 6.12565, "lat": 45.90878, "name": "Annecy", "geoid": 3037543}, "notime": null, "date-ut": "1918-11-06 04:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Demarchi"}, "birth": {"tzo": "+00:00", "date": "1918-11-06 04:55", "place": {"c2": "74", "c3": "", "cy": "FR", "lg": 6.12565, "lat": 45.90878, "name": "Annecy", "geoid": 3037543}, "date-ut": "1918-11-06 04:55"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "578"}}, "raw": {"H": "04:55", "COD": "74", "DAY": "06", "MON": "11", "NUM": "0578", "PRO": "MI", "YEA": "1918", "CITY": "Annecy", "NAME": "DEMARCHI Jean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14474	richepin-jean-1849-02-04	{"a6": "687"}	{"lerrcp": "A6-687"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Richepin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 2.8277, "lat": 36.47004, "name": "Blida", "geoid": 2503769}, "notime": null, "date-ut": "1849-02-04 01:49:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Richepin"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 2.8277, "lat": 36.47004, "name": "Blida", "geoid": 2503769}, "date-ut": "1849-02-04 01:49:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-687"}, "ids-in-sources": {"a6": "687"}}, "raw": {"H": "1", "MN": "49", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "4", "LAT": "36N35", "LON": "2E45", "MON": "2", "NUM": "687", "PRO": "W", "SEC": "0", "YEA": "1849", "CITY": "BLIDA"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14475	rictus-jehan-1867-09-21	{"a6": "688"}	{"lerrcp": "A6-688"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jehan", "family": "Rictus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:04", "date": "1867-09-21 08:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Boulogne/Mer", "geoid": 0}, "notime": null, "date-ut": "1867-09-21 07:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Jehan", "family": "Rictus"}, "birth": {"tzo": "+00:11:04", "date": "1867-09-21 08:00", "place": {"c2": "62", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Boulogne/Mer", "geoid": 0}, "date-ut": "1867-09-21 07:48:56"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-688"}, "ids-in-sources": {"a6": "688"}}, "raw": {"H": "7", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "21", "LAT": "50N18", "LON": "2E46", "MON": "9", "NUM": "688", "PRO": "W", "SEC": "56", "YEA": "1867", "CITY": "BOULOGNE/MER"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18209	demarty-raymond-1916-09-03	{"e1": "579"}	{"lerrcp": "E1-579"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Demarty", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1916-09-03 08:30", "note": null, "place": {"c1": null, "c2": "82", "c3": "", "cy": "FR", "lg": 1.3542, "lat": 44.01759, "name": "Montauban", "geoid": 2993002}, "notime": null, "date-ut": "1916-09-03 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Demarty"}, "birth": {"tzo": "+01:00", "date": "1916-09-03 08:30", "place": {"c2": "82", "c3": "", "cy": "FR", "lg": 1.3542, "lat": 44.01759, "name": "Montauban", "geoid": 2993002}, "date-ut": "1916-09-03 07:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "579"}}, "raw": {"H": "08:30", "COD": "82", "DAY": "03", "MON": "09", "NUM": "0579", "PRO": "MI", "YEA": "1916", "CITY": "Montauban", "NAME": "DEMARTY Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18581	guirriec-arthur-1890-03-03	{"e1": "952"}	{"lerrcp": "E1-952"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Guirriec", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1890-03-03 06:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Lambezellec-Brest", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Guirriec"}, "birth": {"tzo": "", "date": "1890-03-03 06:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Lambezellec-Brest", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "952"}}, "raw": {"H": "06:00", "COD": "29", "DAY": "03", "MON": "03", "NUM": "0952", "PRO": "MI", "YEA": "1890", "CITY": "Lambezellec-Brest", "NAME": "GUIRRIEC Arthur", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14479	robbe-grillet-alain-1922-08-18	{"a6": "692"}	{"lerrcp": "A6-692"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Robbe-Grillet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-08-18 07:30", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1922-08-18 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Alain", "family": "Robbe-Grillet"}, "birth": {"tzo": "+01:00", "date": "1922-08-18 07:30", "place": {"c2": "29", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1922-08-18 06:30"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-692"}, "ids-in-sources": {"a6": "692"}}, "raw": {"H": "6", "MN": "30", "TZ": "0", "COD": "29", "COU": "F", "DAY": "18", "LAT": "48N 0", "LON": "4W 6", "MON": "8", "NUM": "692", "PRO": "W", "SEC": "0", "YEA": "1922", "CITY": "BREST"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14480	robic-paul-1907-12-04	{"a6": "693"}	{"lerrcp": "A6-693"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Robic", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1907-12-04 23:00", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -3.13459, "lat": 47.90456, "name": "Quistinic", "geoid": 2984640}, "notime": null, "date-ut": "1907-12-04 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Robic"}, "birth": {"tzo": "+00:09:21", "date": "1907-12-04 23:00", "place": {"c2": "56", "cy": "FR", "lg": -3.13459, "lat": 47.90456, "name": "Quistinic", "geoid": 2984640}, "date-ut": "1907-12-04 22:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-693"}, "ids-in-sources": {"a6": "693"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "56", "COU": "F", "DAY": "4", "LAT": "47N40", "LON": "2W44", "MON": "12", "NUM": "693", "PRO": "W", "SEC": "40", "YEA": "1907", "CITY": "QUISTINIC"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18210	demesse-lucien-1935-04-18	{"e1": "580"}	{"lerrcp": "E1-580"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Demesse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1935-04-18 18:30", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1935-04-18 17:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Demesse"}, "birth": {"tzo": "+01:00", "date": "1935-04-18 18:30", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1935-04-18 17:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "580"}}, "raw": {"H": "18:30", "COD": "67", "DAY": "18", "MON": "04", "NUM": "0580", "PRO": "PH", "YEA": "1935", "CITY": "Strasbourg", "NAME": "DEMESSE Lucien", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14483	rochefort-lucay-henri-1831-01-30	{"a6": "696"}	{"lerrcp": "A6-696"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Rochefort-Lucay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1831-01-30 03:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1831-01-30 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Rochefort-Lucay"}, "birth": {"tzo": "+00:09:24", "date": "1831-01-30 03:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1831-01-30 02:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-696"}, "ids-in-sources": {"a6": "696"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "30", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "696", "PRO": "W", "SEC": "40", "YEA": "1831", "CITY": "PARIS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18211	demetz-andre-1902-12-10	{"e1": "581"}	{"lerrcp": "E1-581"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Demetz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1902-12-10 22:30", "note": null, "place": {"c1": null, "c2": "21", "c3": "", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1902-12-10 22:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Demetz"}, "birth": {"tzo": "+00:09", "date": "1902-12-10 22:30", "place": {"c2": "21", "c3": "", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1902-12-10 22:21"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "581"}}, "raw": {"H": "22:30", "COD": "21", "DAY": "10", "MON": "12", "NUM": "0581", "PRO": "MI", "YEA": "1902", "CITY": "Dijon", "NAME": "DEMETZ André", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14481	robin-armand-1912-01-19	{"a6": "694"}	{"lerrcp": "A6-694"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Robin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-01-19 22:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -3.25442, "lat": 48.24028, "name": "Plouguernével", "geoid": 2986663}, "notime": null, "date-ut": "1912-01-19 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Robin"}, "birth": {"tzo": "+00:00", "date": "1912-01-19 22:00", "place": {"c2": "22", "cy": "FR", "lg": -3.25442, "lat": 48.24028, "name": "Plouguernével", "geoid": 2986663}, "date-ut": "1912-01-19 22:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-694"}, "ids-in-sources": {"a6": "694"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "22", "COU": "F", "DAY": "19", "LAT": "48N31", "LON": "2W45", "MON": "1", "NUM": "694", "PRO": "W", "SEC": "0", "YEA": "1912", "CITY": "PLOUGUERNEVEL"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18212	denis-paul-1907-04-12	{"e1": "582"}	{"lerrcp": "E1-582"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Denis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-04-12 07:15", "note": null, "place": {"c1": null, "c2": "85", "c3": "", "cy": "FR", "lg": -1.31067, "lat": 46.97462, "name": "Montaigu", "geoid": 2993092}, "notime": null, "date-ut": "1907-04-12 07:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Denis"}, "birth": {"tzo": "+00:09", "date": "1907-04-12 07:15", "place": {"c2": "85", "c3": "", "cy": "FR", "lg": -1.31067, "lat": 46.97462, "name": "Montaigu", "geoid": 2993092}, "date-ut": "1907-04-12 07:06"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "582"}}, "raw": {"H": "07:15", "COD": "85", "DAY": "12", "MON": "04", "NUM": "0582", "PRO": "PH", "YEA": "1907", "CITY": "Montaigu", "NAME": "DENIS Paul", "NOTE": "-"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18213	depaulis-jacques-1919-12-10	{"e1": "583"}	{"lerrcp": "E1-583"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Depaulis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1919-12-10 05:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1919-12-10 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Depaulis"}, "birth": {"tzo": "+00:00", "date": "1919-12-10 05:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1919-12-10 05:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "583"}}, "raw": {"H": "05:00", "COD": "33", "DAY": "10", "MON": "12", "NUM": "0583", "PRO": "PH", "YEA": "1919", "CITY": "Bordeaux", "NAME": "DEPAULIS Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18214	depinoy-jean-1922-02-03	{"e1": "584"}	{"lerrcp": "E1-584"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Depinoy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-02-03 13:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.3943, "lat": 50.3293, "name": "Denain", "geoid": 3021605}, "notime": null, "date-ut": "1922-02-03 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Depinoy"}, "birth": {"tzo": "+00:00", "date": "1922-02-03 13:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.3943, "lat": 50.3293, "name": "Denain", "geoid": 3021605}, "date-ut": "1922-02-03 13:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "584"}}, "raw": {"H": "13:00", "COD": "59", "DAY": "03", "MON": "02", "NUM": "0584", "PRO": "PH", "YEA": "1922", "CITY": "Denain", "NAME": "DEPINOY Jean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
12153	rollinat-maurice-1846-12-29	{"a5": "685", "a6": "699"}	{"lerrcp": "A5-685"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Rollinat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:46", "date": "1846-12-29 09:00", "note": null, "place": {"c1": null, "c2": "36", "c3": null, "cy": "FR", "lg": 1.69362, "lat": 46.81248, "name": "Châteauroux", "geoid": 3026204}, "notime": null, "date-ut": "1846-12-29 08:53:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor", "poet"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Rollinat"}, "birth": {"tzo": "+00:06:46", "date": "1846-12-29 09:00", "place": {"c2": "36", "cy": "FR", "lg": 1.69362, "lat": 46.81248, "name": "Châteauroux", "geoid": 3026204}, "date-ut": "1846-12-29 08:53:16"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-685"}, "ids-in-sources": {"a5": "685"}}, "raw": {"H": "8", "MN": "53", "TZ": "0", "COD": "36", "COU": "F", "DAY": "29", "LAT": "46N49", "LON": "1E41", "MON": "12", "NUM": "685", "PRO": "A", "SEC": "16", "YEA": "1846", "CITY": "CHATEAUROUX"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "699"}}, "raw": {"H": "8", "MN": "53", "TZ": "0", "COD": "36", "COU": "F", "DAY": "29", "LAT": "46N49", "LON": "1E41", "MON": "12", "NUM": "699", "PRO": "W", "SEC": "16", "YEA": "1846", "CITY": "CHATEAUROUX"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14488	rouffanche-joseph-1922-09-24	{"a6": "702"}	{"lerrcp": "A6-702"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Rouffanche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-09-24 08:30", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.62828, "lat": 45.79673, "name": "Bujaleuf", "geoid": 3029587}, "notime": null, "date-ut": "1922-09-24 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Rouffanche"}, "birth": {"tzo": "+01:00", "date": "1922-09-24 08:30", "place": {"c2": "87", "cy": "FR", "lg": 1.62828, "lat": 45.79673, "name": "Bujaleuf", "geoid": 3029587}, "date-ut": "1922-09-24 07:30"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-702"}, "ids-in-sources": {"a6": "702"}}, "raw": {"H": "7", "MN": "30", "TZ": "0", "COD": "87", "COU": "F", "DAY": "24", "LAT": "45N50", "LON": "1E15", "MON": "9", "NUM": "702", "PRO": "W", "SEC": "0", "YEA": "1922", "CITY": "BUJALEUF"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18215	deramond-henri-1911-04-25	{"e1": "585"}	{"lerrcp": "E1-585"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Deramond", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-04-25 19:30", "note": null, "place": {"c1": null, "c2": "09", "c3": "", "cy": "FR", "lg": 1.61079, "lat": 43.1165, "name": "Pamiers", "geoid": 2988670}, "notime": null, "date-ut": "1911-04-25 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Deramond"}, "birth": {"tzo": "+00:00", "date": "1911-04-25 19:30", "place": {"c2": "09", "c3": "", "cy": "FR", "lg": 1.61079, "lat": 43.1165, "name": "Pamiers", "geoid": 2988670}, "date-ut": "1911-04-25 19:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "585"}}, "raw": {"H": "19:30", "COD": "09", "DAY": "25", "MON": "04", "NUM": "0585", "PRO": "EX", "YEA": "1911", "CITY": "Pamiers", "NAME": "DERAMOND Henri", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18582	guy-pierre-1928-05-14	{"e1": "953"}	{"lerrcp": "E1-953"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Guy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1928-05-14 08:45", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bazouges", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Guy"}, "birth": {"tzo": "", "date": "1928-05-14 08:45", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bazouges", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "953"}}, "raw": {"H": "08:45", "COD": "35", "DAY": "14", "MON": "05", "NUM": "0953", "PRO": "EX", "YEA": "1928", "CITY": "Bazouges", "NAME": "GUY Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14489	roulet-jean-1925-01-05	{"a6": "703"}	{"lerrcp": "A6-703"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Roulet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1925-01-05 23:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09364, "lat": 49.46307, "name": "Mont-Saint-Aignan", "geoid": 2992003}, "notime": null, "date-ut": "1925-01-05 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Roulet"}, "birth": {"tzo": "+00:00", "date": "1925-01-05 23:00", "place": {"c2": "76", "cy": "FR", "lg": 1.09364, "lat": 49.46307, "name": "Mont-Saint-Aignan", "geoid": 2992003}, "date-ut": "1925-01-05 23:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-703"}, "ids-in-sources": {"a6": "703"}}, "raw": {"H": "23", "MN": "0", "TZ": "0", "COD": "76", "COU": "F", "DAY": "5", "LAT": "49N26", "LON": "1E 5", "MON": "1", "NUM": "703", "PRO": "W", "SEC": "0", "YEA": "1925", "CITY": "MONT ST AIGNAN"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14490	roumanille-joseph-1818-08-08	{"a6": "704"}	{"lerrcp": "A6-704"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Roumanille", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:28", "date": "1818-08-08 05:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Saint-Remy de P", "geoid": 0}, "notime": null, "date-ut": "1818-08-08 04:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Roumanille"}, "birth": {"tzo": "+00:21:28", "date": "1818-08-08 05:00", "place": {"c2": "13", "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Saint-Remy de P", "geoid": 0}, "date-ut": "1818-08-08 04:38:32"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-704"}, "ids-in-sources": {"a6": "704"}}, "raw": {"H": "4", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "8", "LAT": "43N18", "LON": "5E22", "MON": "8", "NUM": "704", "PRO": "W", "SEC": "32", "YEA": "1818", "CITY": "SAINT REMY DE P"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14493	rousselot-jean-1913-10-27	{"a6": "707"}	{"lerrcp": "A6-707"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Rousselot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-10-27 08:00", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "notime": null, "date-ut": "1913-10-27 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Rousselot"}, "birth": {"tzo": "+00:00", "date": "1913-10-27 08:00", "place": {"c2": "86", "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "date-ut": "1913-10-27 08:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-707"}, "ids-in-sources": {"a6": "707"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "86", "COU": "F", "DAY": "27", "LAT": "46N35", "LON": "0E20", "MON": "10", "NUM": "707", "PRO": "W", "SEC": "0", "YEA": "1913", "CITY": "POITIERS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18216	dercourt-edouard-1917-02-10	{"e1": "586"}	{"lerrcp": "E1-586"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Dercourt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1917-02-10 18:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.58904, "lat": 50.50622, "name": "Gosnay", "geoid": 3015636}, "notime": null, "date-ut": "1917-02-10 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Dercourt"}, "birth": {"tzo": "+00:00", "date": "1917-02-10 18:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 2.58904, "lat": 50.50622, "name": "Gosnay", "geoid": 3015636}, "date-ut": "1917-02-10 18:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "586"}}, "raw": {"H": "18:00", "COD": "62", "DAY": "10", "MON": "02", "NUM": "0586", "PRO": "MI", "YEA": "1917", "CITY": "Gosnay", "NAME": "DERCOURT Edouard", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18217	dermenghem-jean-francois-1932-01-03	{"e1": "587"}	{"lerrcp": "E1-587"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-François", "family": "Dermenghem", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1932-01-03 01:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1932-01-03 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean-François", "family": "Dermenghem"}, "birth": {"tzo": "+00:00", "date": "1932-01-03 01:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1932-01-03 01:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "587"}}, "raw": {"H": "01:00", "COD": "34", "DAY": "03", "MON": "01", "NUM": "0587", "PRO": "PH", "YEA": "1932", "CITY": "Montpellier", "NAME": "DERMENGHEM Jean-François", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14501	sainte-beuve-charles-1804-12-23	{"a6": "717"}	{"lerrcp": "A6-717"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Sainte-Beuve", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:04", "date": "1804-12-23 11:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Boulogne/Mer", "geoid": 0}, "notime": null, "date-ut": "1804-12-23 10:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Sainte-Beuve"}, "birth": {"tzo": "+00:11:04", "date": "1804-12-23 11:00", "place": {"c2": "62", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Boulogne/Mer", "geoid": 0}, "date-ut": "1804-12-23 10:48:56"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-717"}, "ids-in-sources": {"a6": "717"}}, "raw": {"H": "10", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "23", "LAT": "50N18", "LON": "2E46", "MON": "12", "NUM": "717", "PRO": "W", "SEC": "56", "YEA": "1804", "CITY": "BOULOGNE/MER"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14497	royer-clemence-1830-04-21	{"a6": "713"}	{"lerrcp": "A6-713"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clemence", "family": "Royer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1830-04-21 05:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1830-04-21 05:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Clemence", "family": "Royer"}, "birth": {"tzo": "-00:06:13", "date": "1830-04-21 05:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1830-04-21 05:06:20"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-713"}, "ids-in-sources": {"a6": "713"}}, "raw": {"H": "5", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "21", "LAT": "47N13", "LON": "1W35", "MON": "4", "NUM": "713", "PRO": "W", "SEC": "20", "YEA": "1830", "CITY": "NANTES"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18219	derroja-joseph-1822-10-09	{"e1": "589"}	{"lerrcp": "E1-589"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Derroja", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12", "date": "1822-10-09 11:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 2.96668, "lat": 42.78461, "name": "Saint-Hippolyte", "geoid": 2979488}, "notime": null, "date-ut": "1822-10-09 10:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Derroja"}, "birth": {"tzo": "+00:12", "date": "1822-10-09 11:00", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": 2.96668, "lat": 42.78461, "name": "Saint-Hippolyte", "geoid": 2979488}, "date-ut": "1822-10-09 10:48"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "589"}}, "raw": {"H": "11:00", "COD": "66", "DAY": "09", "MON": "10", "NUM": "0589", "PRO": "MI", "YEA": "1822", "CITY": "St Hippolyte", "NAME": "DERROJA Joseph", "NOTE": "*"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
14499	rudigoz-roger-1922-08-26	{"a6": "715"}	{"lerrcp": "A6-715"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Rudigoz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-08-26 22:00", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 4.9, "lat": 44.93333, "name": "Romans", "geoid": 0}, "notime": null, "date-ut": "1922-08-26 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Rudigoz"}, "birth": {"tzo": "+01:00", "date": "1922-08-26 22:00", "place": {"c2": "26", "cy": "FR", "lg": 4.9, "lat": 44.93333, "name": "Romans", "geoid": 0}, "date-ut": "1922-08-26 21:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-715"}, "ids-in-sources": {"a6": "715"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "26", "COU": "F", "DAY": "26", "LAT": "44N56", "LON": "4E54", "MON": "8", "NUM": "715", "PRO": "W", "SEC": "0", "YEA": "1922", "CITY": "ROMANS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18220	derval-marie-france-carle-1895-08-25	{"e1": "590"}	{"lerrcp": "E1-590"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie-France(CARLE)", "family": "Derval", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1895-08-25 10:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1895-08-25 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Marie-France(CARLE)", "family": "Derval"}, "birth": {"tzo": "+00:09", "date": "1895-08-25 10:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1895-08-25 09:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "590"}}, "raw": {"H": "10:00", "COD": "13", "DAY": "25", "MON": "08", "NUM": "0590", "PRO": "EX", "YEA": "1895", "CITY": "Marseille", "NAME": "DERVAL Marie-France(CARLE)", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14504	saint-georges-stephane-1876-05-19	{"a6": "720"}	{"lerrcp": "A6-720"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stéphane", "family": "Saint-Georges", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:44", "date": "1876-05-19 06:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Rueil", "geoid": 0}, "notime": null, "date-ut": "1876-05-19 05:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Stéphane", "family": "Saint-Georges"}, "birth": {"tzo": "+00:08:44", "date": "1876-05-19 06:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Rueil", "geoid": 0}, "date-ut": "1876-05-19 05:51:16"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-720"}, "ids-in-sources": {"a6": "720"}}, "raw": {"H": "5", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "19", "LAT": "48N50", "LON": "2E11", "MON": "5", "NUM": "720", "PRO": "W", "SEC": "16", "YEA": "1876", "CITY": "RUEIL"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18221	descamps-louis-1913-12-31	{"e1": "591"}	{"lerrcp": "E1-591"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Descamps", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-12-31 01:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1913-12-31 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Descamps"}, "birth": {"tzo": "+00:00", "date": "1913-12-31 01:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1913-12-31 01:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "591"}}, "raw": {"H": "01:00", "COD": "59", "DAY": "31", "MON": "12", "NUM": "0591", "PRO": "PH", "YEA": "1913", "CITY": "Lille", "NAME": "DESCAMPS Louis", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14505	saint-pol-roux-1861-01-15	{"a6": "721"}	{"lerrcp": "A6-721"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roux", "family": "Saint-Pol", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:28", "date": "1861-01-15 07:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Marseille-St He", "geoid": 0}, "notime": null, "date-ut": "1861-01-15 06:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Roux", "family": "Saint-Pol"}, "birth": {"tzo": "+00:21:28", "date": "1861-01-15 07:00", "place": {"c2": "13", "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Marseille-St He", "geoid": 0}, "date-ut": "1861-01-15 06:38:32"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-721"}, "ids-in-sources": {"a6": "721"}}, "raw": {"H": "6", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "15", "LAT": "43N18", "LON": "5E22", "MON": "1", "NUM": "721", "PRO": "W", "SEC": "32", "YEA": "1861", "CITY": "MARSEILLE-ST HE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18222	deschamps-henri-1922-11-04	{"e1": "592"}	{"lerrcp": "E1-592"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Deschamps", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-11-04 11:00", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1922-11-04 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Deschamps"}, "birth": {"tzo": "+00:00", "date": "1922-11-04 11:00", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1922-11-04 11:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "592"}}, "raw": {"H": "11:00", "COD": "38", "DAY": "04", "MON": "11", "NUM": "0592", "PRO": "PH", "YEA": "1922", "CITY": "Grenoble", "NAME": "DESCHAMPS Henri", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18223	deschamps-jean-louis-1891-02-18	{"e1": "593"}	{"lerrcp": "E1-593"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Louis", "family": "Deschamps", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23", "date": "1891-02-18 08:00", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1891-02-18 07:37"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean-Louis", "family": "Deschamps"}, "birth": {"tzo": "+00:23", "date": "1891-02-18 08:00", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1891-02-18 07:37"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "593"}}, "raw": {"H": "08:00", "COD": "38", "DAY": "18", "MON": "02", "NUM": "0593", "PRO": "PH", "YEA": "1891", "CITY": "Grenoble", "NAME": "DESCHAMPS Jean-Louis", "NOTE": "-"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
14509	sarcey-francisque-1827-10-08	{"a6": "725"}	{"lerrcp": "A6-725"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francisque", "family": "Sarcey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:03", "date": "1827-10-08 01:00", "note": null, "place": {"c1": null, "c2": "91", "c3": null, "cy": "FR", "lg": 2.01113, "lat": 48.52772, "name": "Dourdan", "geoid": 3020925}, "notime": null, "date-ut": "1827-10-08 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Francisque", "family": "Sarcey"}, "birth": {"tzo": "+00:08:03", "date": "1827-10-08 01:00", "place": {"c2": "91", "cy": "FR", "lg": 2.01113, "lat": 48.52772, "name": "Dourdan", "geoid": 3020925}, "date-ut": "1827-10-08 00:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-725"}, "ids-in-sources": {"a6": "725"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "91", "COU": "F", "DAY": "8", "LAT": "48N36", "LON": "2E20", "MON": "10", "NUM": "725", "PRO": "W", "SEC": "40", "YEA": "1827", "CITY": "DOURDAN"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14510	sarment-jean-1897-01-13	{"a6": "726"}	{"lerrcp": "A6-726"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Sarment", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1897-01-13 04:30", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1897-01-13 04:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Sarment"}, "birth": {"tzo": "+00:09:21", "date": "1897-01-13 04:30", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1897-01-13 04:20:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-726"}, "ids-in-sources": {"a6": "726"}}, "raw": {"H": "4", "MN": "20", "TZ": "0", "COD": "44", "COU": "F", "DAY": "13", "LAT": "47N13", "LON": "1W35", "MON": "1", "NUM": "726", "PRO": "W", "SEC": "40", "YEA": "1897", "CITY": "NANTES"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14513	sauvajon-marc-1909-09-25	{"a6": "729"}	{"lerrcp": "A6-729"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marc", "family": "Sauvajon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1909-09-25 06:00", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "notime": null, "date-ut": "1909-09-25 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Marc", "family": "Sauvajon"}, "birth": {"tzo": "+00:09:21", "date": "1909-09-25 06:00", "place": {"c2": "26", "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "date-ut": "1909-09-25 05:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-729"}, "ids-in-sources": {"a6": "729"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "26", "COU": "F", "DAY": "25", "LAT": "44N56", "LON": "4E54", "MON": "9", "NUM": "729", "PRO": "W", "SEC": "40", "YEA": "1909", "CITY": "VALENCE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18224	deschiens-maurice-1891-06-22	{"e1": "594"}	{"lerrcp": "E1-594"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Deschiens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1891-06-22 14:00", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Ile Saint Denis", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician", "executive"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Deschiens"}, "birth": {"tzo": "", "date": "1891-06-22 14:00", "place": {"c2": "93", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Ile Saint Denis", "geoid": 0}, "date-ut": ""}, "occus": ["physician", "executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "594"}}, "raw": {"H": "14:00", "COD": "93", "DAY": "22", "MON": "06", "NUM": "0594", "PRO": "PH,EX", "YEA": "1891", "CITY": "Ile Saint Denis", "NAME": "DESCHIENS Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14516	schure-edouard-1841-01-21	{"a6": "732"}	{"lerrcp": "A6-732"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Schure", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1841-01-21 09:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1841-01-21 08:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Schure"}, "birth": {"tzo": "+00:30:59", "date": "1841-01-21 09:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1841-01-21 08:29"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-732"}, "ids-in-sources": {"a6": "732"}}, "raw": {"H": "8", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "21", "LAT": "48N35", "LON": "7E45", "MON": "1", "NUM": "732", "PRO": "W", "SEC": "0", "YEA": "1841", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14512	sauvage-cecile-1883-07-20	{"a6": "728"}	{"lerrcp": "A6-728"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cecile", "family": "Sauvage", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:43", "date": "1883-07-20 10:30", "note": null, "place": {"c1": null, "c2": "85", "c3": null, "cy": "FR", "lg": -1.42757, "lat": 46.66974, "name": "La Roche-sur-Yon", "geoid": 3006767}, "notime": null, "date-ut": "1883-07-20 10:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Cecile", "family": "Sauvage"}, "birth": {"tzo": "-00:05:43", "date": "1883-07-20 10:30", "place": {"c2": "85", "cy": "FR", "lg": -1.42757, "lat": 46.66974, "name": "La Roche-sur-Yon", "geoid": 3006767}, "date-ut": "1883-07-20 10:35:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-728"}, "ids-in-sources": {"a6": "728"}}, "raw": {"H": "10", "MN": "35", "TZ": "0", "COD": "85", "COU": "F", "DAY": "20", "LAT": "46N40", "LON": "1W25", "MON": "7", "NUM": "728", "PRO": "W", "SEC": "40", "YEA": "1883", "CITY": "LA ROCHE-S-YON"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18225	desenfant-andre-1924-03-28	{"e1": "595"}	{"lerrcp": "E1-595"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Desenfant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1924-03-28 09:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.48333, "lat": 50.38333, "name": "Raismes", "geoid": 2984537}, "notime": null, "date-ut": "1924-03-28 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "André", "family": "Desenfant"}, "birth": {"tzo": "+00:00", "date": "1924-03-28 09:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.48333, "lat": 50.38333, "name": "Raismes", "geoid": 2984537}, "date-ut": "1924-03-28 09:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "595"}}, "raw": {"H": "09:30", "COD": "59", "DAY": "28", "MON": "03", "NUM": "0595", "PRO": "EX", "YEA": "1924", "CITY": "Raismes", "NAME": "DESENFANT André", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14519	scize-pierre-1894-02-17	{"a6": "735"}	{"lerrcp": "A6-735"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Scize", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1894-02-17 01:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.17245, "lat": 45.75344, "name": "Pont-de-Chéruy", "geoid": 2986257}, "notime": null, "date-ut": "1894-02-17 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Scize"}, "birth": {"tzo": "+00:09:21", "date": "1894-02-17 01:00", "place": {"c2": "38", "cy": "FR", "lg": 5.17245, "lat": 45.75344, "name": "Pont-de-Chéruy", "geoid": 2986257}, "date-ut": "1894-02-17 00:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-735"}, "ids-in-sources": {"a6": "735"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "38", "COU": "F", "DAY": "17", "LAT": "45N11", "LON": "5E43", "MON": "2", "NUM": "735", "PRO": "W", "SEC": "40", "YEA": "1894", "CITY": "PONT DE CHERUY"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14520	seche-alphonse-1873-01-29	{"a6": "736"}	{"lerrcp": "A6-736"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Seche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1873-01-29 16:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1873-01-29 16:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Seche"}, "birth": {"tzo": "-00:06:13", "date": "1873-01-29 16:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1873-01-29 16:06:20"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-736"}, "ids-in-sources": {"a6": "736"}}, "raw": {"H": "16", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "29", "LAT": "47N13", "LON": "1W35", "MON": "1", "NUM": "736", "PRO": "W", "SEC": "20", "YEA": "1873", "CITY": "NANTES"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14521	see-edmond-1875-03-20	{"a6": "737"}	{"lerrcp": "A6-737"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "See", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:54", "date": "1875-03-20 13:55:34", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "notime": null, "date-ut": "1875-03-20 14:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "See"}, "birth": {"tzo": "-00:05:54", "date": "1875-03-20 13:55:34", "place": {"c2": "64", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "date-ut": "1875-03-20 14:01:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-737"}, "ids-in-sources": {"a6": "737"}}, "raw": {"H": "14", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "20", "LAT": "43N18", "LON": "0W22", "MON": "3", "NUM": "737", "PRO": "W", "SEC": "28", "YEA": "1875", "CITY": "BAYONNE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14522	segalen-victor-1878-01-14	{"a6": "738"}	{"lerrcp": "A6-738"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Segalen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:17:57", "date": "1878-01-14 04:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1878-01-14 04:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Segalen"}, "birth": {"tzo": "-00:17:57", "date": "1878-01-14 04:00", "place": {"c2": "29", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1878-01-14 04:16:24"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-738"}, "ids-in-sources": {"a6": "738"}}, "raw": {"H": "4", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "14", "LAT": "48N 0", "LON": "4W 6", "MON": "1", "NUM": "738", "PRO": "W", "SEC": "24", "YEA": "1878", "CITY": "BREST"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18226	desgrees-du-lou-emmanuel-1925-06-16	{"e1": "596"}	{"lerrcp": "E1-596"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emmanuel", "family": "Desgrees Du Lou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1925-06-16 16:00", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1925-06-16 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emmanuel", "family": "Desgrees Du Lou"}, "birth": {"tzo": "+01:00", "date": "1925-06-16 16:00", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1925-06-16 15:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "596"}}, "raw": {"H": "16:00", "COD": "35", "DAY": "16", "MON": "06", "NUM": "0596", "PRO": "MI", "YEA": "1925", "CITY": "Rennes", "NAME": "DESGREES DU LOU Emmanuel", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14525	siegfried-andre-1875-04-21	{"a6": "741"}	{"lerrcp": "A6-741"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Siegfried", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:26", "date": "1875-04-21 09:10", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1875-04-21 09:10:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "André", "family": "Siegfried"}, "birth": {"tzo": "+00:00:26", "date": "1875-04-21 09:10", "place": {"c2": "76", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1875-04-21 09:10:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-741"}, "ids-in-sources": {"a6": "741"}}, "raw": {"H": "9", "MN": "10", "TZ": "0", "COD": "76", "COU": "F", "DAY": "21", "LAT": "49N26", "LON": "1E 5", "MON": "4", "NUM": "741", "PRO": "W", "SEC": "40", "YEA": "1875", "CITY": "LE HAVRE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18227	desgrez-alex-1929-09-07	{"e1": "597"}	{"lerrcp": "E1-597"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alex", "family": "Desgrez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1929-09-07 12:00", "note": null, "place": {"c1": null, "c2": "19", "c3": "", "cy": "FR", "lg": 2.16602, "lat": 45.29356, "name": "Lapleau", "geoid": 3007249}, "notime": null, "date-ut": "1929-09-07 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alex", "family": "Desgrez"}, "birth": {"tzo": "+01:00", "date": "1929-09-07 12:00", "place": {"c2": "19", "c3": "", "cy": "FR", "lg": 2.16602, "lat": 45.29356, "name": "Lapleau", "geoid": 3007249}, "date-ut": "1929-09-07 11:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "597"}}, "raw": {"H": "12:00", "COD": "19", "DAY": "07", "MON": "09", "NUM": "0597", "PRO": "PH", "YEA": "1929", "CITY": "Lapleau", "NAME": "DESGREZ Alex", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14526	sigaud-gilbert-1918-05-04	{"a6": "742"}	{"lerrcp": "A6-742"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilbert", "family": "Sigaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-05-04 05:00", "note": null, "place": {"c1": null, "c2": "70", "c3": null, "cy": "FR", "lg": 6.49658, "lat": 47.68294, "name": "Lure", "geoid": 2997076}, "notime": null, "date-ut": "1918-05-04 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Gilbert", "family": "Sigaud"}, "birth": {"tzo": "+01:00", "date": "1918-05-04 05:00", "place": {"c2": "70", "cy": "FR", "lg": 6.49658, "lat": 47.68294, "name": "Lure", "geoid": 2997076}, "date-ut": "1918-05-04 04:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-742"}, "ids-in-sources": {"a6": "742"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "70", "COU": "F", "DAY": "4", "LAT": "47N37", "LON": "6E 9", "MON": "5", "NUM": "742", "PRO": "W", "SEC": "0", "YEA": "1918", "CITY": "LURE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14524	sicaud-sabine-1913-02-23	{"a6": "740"}	{"lerrcp": "A6-740"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sabine", "family": "Sicaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-02-23 21:00", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.63333, "lat": 44.2, "name": "Villeneuve/Lot", "geoid": 0}, "notime": null, "date-ut": "1913-02-23 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Sabine", "family": "Sicaud"}, "birth": {"tzo": "+00:00", "date": "1913-02-23 21:00", "place": {"c2": "47", "cy": "FR", "lg": 0.63333, "lat": 44.2, "name": "Villeneuve/Lot", "geoid": 0}, "date-ut": "1913-02-23 21:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-740"}, "ids-in-sources": {"a6": "740"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "47", "COU": "F", "DAY": "23", "LAT": "44N12", "LON": "0E38", "MON": "2", "NUM": "740", "PRO": "W", "SEC": "0", "YEA": "1913", "CITY": "VILLENEUVE/LOT"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18228	deslous-paoli-philippe-1926-01-01	{"e1": "598"}	{"lerrcp": "E1-598"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Deslous-Paoli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1926-01-01 22:00", "note": null, "place": {"c1": null, "c2": "40", "c3": "", "cy": "FR", "lg": -0.49713, "lat": 43.89022, "name": "Mont-de-Marsan", "geoid": 2992771}, "notime": null, "date-ut": "1926-01-01 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Deslous-Paoli"}, "birth": {"tzo": "+00:00", "date": "1926-01-01 22:00", "place": {"c2": "40", "c3": "", "cy": "FR", "lg": -0.49713, "lat": 43.89022, "name": "Mont-de-Marsan", "geoid": 2992771}, "date-ut": "1926-01-01 22:00"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "598"}}, "raw": {"H": "22:00", "COD": "40", "DAY": "01", "MON": "01", "NUM": "0598", "PRO": "PH", "YEA": "1926", "CITY": "Mont de Marsan", "NAME": "DESLOUS-PAOLI Philippe", "NOTE": "-"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
14529	simon-jules-1814-12-27	{"a6": "745"}	{"lerrcp": "A6-745"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Simon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:13:29", "date": "1814-12-27 03:00", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "notime": null, "date-ut": "1814-12-27 03:10:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Simon"}, "birth": {"tzo": "-00:13:29", "date": "1814-12-27 03:00", "place": {"c2": "56", "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "date-ut": "1814-12-27 03:10:56"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-745"}, "ids-in-sources": {"a6": "745"}}, "raw": {"H": "3", "MN": "10", "TZ": "0", "COD": "56", "COU": "F", "DAY": "27", "LAT": "47N40", "LON": "2W44", "MON": "12", "NUM": "745", "PRO": "W", "SEC": "56", "YEA": "1814", "CITY": "LORIENT"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14530	sorel-albert-1842-08-13	{"a6": "746"}	{"lerrcp": "A6-746"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Sorel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:56", "date": "1842-08-13 01:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": 0.23294, "lat": 49.41985, "name": "Honfleur", "geoid": 3013173}, "notime": null, "date-ut": "1842-08-13 01:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Sorel"}, "birth": {"tzo": "+00:00:56", "date": "1842-08-13 01:00", "place": {"c2": "14", "cy": "FR", "lg": 0.23294, "lat": 49.41985, "name": "Honfleur", "geoid": 3013173}, "date-ut": "1842-08-13 01:01:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-746"}, "ids-in-sources": {"a6": "746"}}, "raw": {"H": "1", "MN": "1", "TZ": "0", "COD": "14", "COU": "F", "DAY": "13", "LAT": "49N11", "LON": "0W22", "MON": "8", "NUM": "746", "PRO": "W", "SEC": "28", "YEA": "1842", "CITY": "HONFLEUR"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14531	sorel-georges-1847-11-02	{"a6": "747"}	{"lerrcp": "A6-747"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Sorel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:20", "date": "1847-11-02 22:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Cherbourg", "geoid": 0}, "notime": null, "date-ut": "1847-11-02 22:04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Sorel"}, "birth": {"tzo": "-00:04:20", "date": "1847-11-02 22:00", "place": {"c2": "50", "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Cherbourg", "geoid": 0}, "date-ut": "1847-11-02 22:04:20"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-747"}, "ids-in-sources": {"a6": "747"}}, "raw": {"H": "22", "MN": "4", "TZ": "0", "COD": "50", "COU": "F", "DAY": "2", "LAT": "49N 7", "LON": "1W 5", "MON": "11", "NUM": "747", "PRO": "W", "SEC": "20", "YEA": "1847", "CITY": "CHERBOURG"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14532	souchon-paul-1874-01-15	{"a6": "748"}	{"lerrcp": "A6-748"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Souchon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:24", "date": "1874-01-15 02:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35, "lat": 43.85, "name": "Laudun", "geoid": 0}, "notime": null, "date-ut": "1874-01-15 01:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Souchon"}, "birth": {"tzo": "+00:17:24", "date": "1874-01-15 02:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35, "lat": 43.85, "name": "Laudun", "geoid": 0}, "date-ut": "1874-01-15 01:42:36"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-748"}, "ids-in-sources": {"a6": "748"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "15", "LAT": "43N51", "LON": "4E21", "MON": "1", "NUM": "748", "PRO": "W", "SEC": "36", "YEA": "1874", "CITY": "LAUDUN"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14533	gauquelin-a6-749-1869-08-21	{"a6": "749"}	{"lerrcp": "A6-749"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-749", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:26", "date": "1869-08-21 00:40", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1869-08-21 00:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-749"}, "birth": {"tzo": "+00:00:26", "date": "1869-08-21 00:40", "place": {"c2": "76", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1869-08-21 00:40:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-749"}, "ids-in-sources": {"a6": "749"}}, "raw": {"H": "0", "MN": "40", "TZ": "0", "COD": "76", "COU": "F", "DAY": "21", "LAT": "49N26", "LON": "1E 5", "MON": "8", "NUM": "749", "PRO": "W", "SEC": "40", "YEA": "1869", "CITY": "LE HAVRE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14535	soulie-frederic-1800-12-23	{"a6": "751"}	{"lerrcp": "A6-751"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Soulie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:26", "date": "1800-12-23 18:00", "note": null, "place": {"c1": null, "c2": "09", "c3": null, "cy": "FR", "lg": 1.60705, "lat": 42.96535, "name": "Foix", "geoid": 3018174}, "notime": null, "date-ut": "1800-12-23 17:53:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Soulie"}, "birth": {"tzo": "+00:06:26", "date": "1800-12-23 18:00", "place": {"c2": "09", "cy": "FR", "lg": 1.60705, "lat": 42.96535, "name": "Foix", "geoid": 3018174}, "date-ut": "1800-12-23 17:53:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-751"}, "ids-in-sources": {"a6": "751"}}, "raw": {"H": "17", "MN": "53", "TZ": "0", "COD": "09", "COU": "F", "DAY": "23", "LAT": "42N58", "LON": "1E35", "MON": "12", "NUM": "751", "PRO": "W", "SEC": "40", "YEA": "1800", "CITY": "FOIX"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18229	despeyroux-louis-1908-07-26	{"e1": "599"}	{"lerrcp": "E1-599"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Despeyroux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-07-26 22:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1908-07-26 21:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Despeyroux"}, "birth": {"tzo": "+00:09", "date": "1908-07-26 22:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1908-07-26 21:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "599"}}, "raw": {"H": "22:00", "COD": "31", "DAY": "26", "MON": "07", "NUM": "0599", "PRO": "PH", "YEA": "1908", "CITY": "Toulouse", "NAME": "DESPEYROUX Louis", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14537	souvestre-emile-1806-04-15	{"a6": "753"}	{"lerrcp": "A6-753"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Souvestre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:15:19", "date": "1806-04-15 23:30", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -3.82792, "lat": 48.57784, "name": "Morlaix", "geoid": 2991772}, "notime": null, "date-ut": "1806-04-15 23:46:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Souvestre"}, "birth": {"tzo": "-00:15:19", "date": "1806-04-15 23:30", "place": {"c2": "29", "cy": "FR", "lg": -3.82792, "lat": 48.57784, "name": "Morlaix", "geoid": 2991772}, "date-ut": "1806-04-15 23:46:24"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-753"}, "ids-in-sources": {"a6": "753"}}, "raw": {"H": "23", "MN": "46", "TZ": "0", "COD": "29", "COU": "F", "DAY": "15", "LAT": "48N 0", "LON": "4W 6", "MON": "4", "NUM": "753", "PRO": "W", "SEC": "24", "YEA": "1806", "CITY": "MORLAIX"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14534	souffron-paul-1903-09-09	{"a6": "750"}	{"lerrcp": "A6-750"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Souffron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1903-09-09 02:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 43.95, "name": "Lauris-du-Luber", "geoid": 0}, "notime": null, "date-ut": "1903-09-09 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Souffron"}, "birth": {"tzo": "+00:09:21", "date": "1903-09-09 02:00", "place": {"c2": "84", "cy": "FR", "lg": 4.83333, "lat": 43.95, "name": "Lauris-du-Luber", "geoid": 0}, "date-ut": "1903-09-09 01:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-750"}, "ids-in-sources": {"a6": "750"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "84", "COU": "F", "DAY": "9", "LAT": "43N57", "LON": "4E50", "MON": "9", "NUM": "750", "PRO": "W", "SEC": "40", "YEA": "1903", "CITY": "LAURIS-DU-LUBER"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14540	sudre-rene-1880-04-19	{"a6": "756"}	{"lerrcp": "A6-756"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Sudre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:37", "date": "1880-04-19 14:00", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": 0.15345, "lat": 45.64997, "name": "Angoulême", "geoid": 3037598}, "notime": null, "date-ut": "1880-04-19 13:59:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "René", "family": "Sudre"}, "birth": {"tzo": "+00:00:37", "date": "1880-04-19 14:00", "place": {"c2": "16", "cy": "FR", "lg": 0.15345, "lat": 45.64997, "name": "Angoulême", "geoid": 3037598}, "date-ut": "1880-04-19 13:59:20"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-756"}, "ids-in-sources": {"a6": "756"}}, "raw": {"H": "13", "MN": "59", "TZ": "0", "COD": "16", "COU": "F", "DAY": "19", "LAT": "45N39", "LON": "0E10", "MON": "4", "NUM": "756", "PRO": "W", "SEC": "20", "YEA": "1880", "CITY": "ANGOULEME"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18230	desplans-theo-1899-10-29	{"e1": "600"}	{"lerrcp": "E1-600"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Théo", "family": "Desplans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-10-29 06:00", "note": null, "place": {"c1": null, "c2": "84", "c3": "", "cy": "FR", "lg": 5.00566, "lat": 44.19265, "name": "Sablet", "geoid": 2982075}, "notime": null, "date-ut": "1899-10-29 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Théo", "family": "Desplans"}, "birth": {"tzo": "+00:09", "date": "1899-10-29 06:00", "place": {"c2": "84", "c3": "", "cy": "FR", "lg": 5.00566, "lat": 44.19265, "name": "Sablet", "geoid": 2982075}, "date-ut": "1899-10-29 05:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "600"}}, "raw": {"H": "06:00", "COD": "84", "DAY": "29", "MON": "10", "NUM": "0600", "PRO": "PH", "YEA": "1899", "CITY": "Sablet", "NAME": "DESPLANS Théo", "NOTE": "-"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18231	desse-georges-1908-04-13	{"e1": "601"}	{"lerrcp": "E1-601"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Desse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1908-04-13 15:00", "note": null, "place": {"c1": null, "c2": "36", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Villedieu sur L'Indre", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Desse"}, "birth": {"tzo": "", "date": "1908-04-13 15:00", "place": {"c2": "36", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Villedieu sur L'Indre", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "601"}}, "raw": {"H": "15:00", "COD": "36", "DAY": "13", "MON": "04", "NUM": "0601", "PRO": "PH", "YEA": "1908", "CITY": "Villedieu/L'Indre", "NAME": "DESSE georges", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14538	spire-andre-1868-07-28	{"a6": "754"}	{"lerrcp": "A6-754"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Spire", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1868-07-28 21:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1868-07-28 20:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "André", "family": "Spire"}, "birth": {"tzo": "+00:24:44", "date": "1868-07-28 21:00", "place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1868-07-28 20:35:12"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-754"}, "ids-in-sources": {"a6": "754"}}, "raw": {"H": "20", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "28", "LAT": "48N42", "LON": "6E12", "MON": "7", "NUM": "754", "PRO": "W", "SEC": "12", "YEA": "1868", "CITY": "NANCY"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14539	suares-andre-1868-06-12	{"a6": "755"}	{"lerrcp": "A6-755"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Suares", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1868-06-12 12:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1868-06-12 11:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "André", "family": "Suares"}, "birth": {"tzo": "+00:21:31", "date": "1868-06-12 12:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1868-06-12 11:38:32"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-755"}, "ids-in-sources": {"a6": "755"}}, "raw": {"H": "11", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "12", "LAT": "43N18", "LON": "5E22", "MON": "6", "NUM": "755", "PRO": "W", "SEC": "32", "YEA": "1868", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18232	desurmont-michel-1920-10-12	{"e1": "602"}	{"lerrcp": "E1-602"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Desurmont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-10-12 18:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "notime": null, "date-ut": "1920-10-12 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Desurmont"}, "birth": {"tzo": "+01:00", "date": "1920-10-12 18:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "date-ut": "1920-10-12 17:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "602"}}, "raw": {"H": "18:00", "COD": "59", "DAY": "12", "MON": "10", "NUM": "0602", "PRO": "PH", "YEA": "1920", "CITY": "Tourcoing", "NAME": "DESURMONT Michel", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18593	hannequin-jean-1912-03-27	{"e1": "963"}	{"lerrcp": "E1-963"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Hannequin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1912-03-27 08:00", "note": null, "place": {"c1": null, "c2": "86", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Arsay", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Hannequin"}, "birth": {"tzo": "", "date": "1912-03-27 08:00", "place": {"c2": "86", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Arsay", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "963"}}, "raw": {"H": "08:00", "COD": "86", "DAY": "27", "MON": "03", "NUM": "0963", "PRO": "PH", "YEA": "1912", "CITY": "Arsay", "NAME": "HANNEQUIN Jean", "NOTE": "-"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
14545	tarnaud-claude-1922-05-27	{"a6": "761"}	{"lerrcp": "A6-761"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Tarnaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-05-27 17:40", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Maisons-Laffitt", "geoid": 0}, "notime": null, "date-ut": "1922-05-27 16:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Tarnaud"}, "birth": {"tzo": "+01:00", "date": "1922-05-27 17:40", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Maisons-Laffitt", "geoid": 0}, "date-ut": "1922-05-27 16:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-761"}, "ids-in-sources": {"a6": "761"}}, "raw": {"H": "16", "MN": "40", "TZ": "0", "COD": "78", "COU": "F", "DAY": "27", "LAT": "48N50", "LON": "2E 8", "MON": "5", "NUM": "761", "PRO": "W", "SEC": "0", "YEA": "1922", "CITY": "MAISONS-LAFFITT"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14550	theuriet-andre-1833-10-08	{"a6": "767"}	{"lerrcp": "A6-767"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Theuriet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:20", "date": "1833-10-08 06:30", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.08333, "lat": 48.86667, "name": "Marly-le-Roi", "geoid": 2995652}, "notime": null, "date-ut": "1833-10-08 06:21:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "André", "family": "Theuriet"}, "birth": {"tzo": "+00:08:20", "date": "1833-10-08 06:30", "place": {"c2": "78", "cy": "FR", "lg": 2.08333, "lat": 48.86667, "name": "Marly-le-Roi", "geoid": 2995652}, "date-ut": "1833-10-08 06:21:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-767"}, "ids-in-sources": {"a6": "767"}}, "raw": {"H": "6", "MN": "21", "TZ": "0", "COD": "78", "COU": "F", "DAY": "8", "LAT": "48N50", "LON": "2E 8", "MON": "10", "NUM": "767", "PRO": "W", "SEC": "28", "YEA": "1833", "CITY": "MARLY-LE-ROI"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18233	desvignes-pierre-1907-04-09	{"e1": "603"}	{"lerrcp": "E1-603"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Desvignes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-04-09 11:00", "note": null, "place": {"c1": null, "c2": "89", "c3": "", "cy": "FR", "lg": 3.3658, "lat": 47.80813, "name": "Égleny", "geoid": 3020359}, "notime": null, "date-ut": "1907-04-09 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Desvignes"}, "birth": {"tzo": "+00:09", "date": "1907-04-09 11:00", "place": {"c2": "89", "c3": "", "cy": "FR", "lg": 3.3658, "lat": 47.80813, "name": "Égleny", "geoid": 3020359}, "date-ut": "1907-04-09 10:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "603"}}, "raw": {"H": "11:00", "COD": "89", "DAY": "09", "MON": "04", "NUM": "0603", "PRO": "PH", "YEA": "1907", "CITY": "Egleny", "NAME": "DESVIGNES Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18234	de-the-guy-blaudin-1930-05-05	{"e1": "604"}	{"lerrcp": "E1-604"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy (BLAUDIN)", "family": "De The", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1930-05-05 23:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1930-05-05 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Guy (BLAUDIN)", "family": "De The"}, "birth": {"tzo": "+01:00", "date": "1930-05-05 23:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1930-05-05 22:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "604"}}, "raw": {"H": "23:00", "COD": "13", "DAY": "05", "MON": "05", "NUM": "0604", "PRO": "PH", "YEA": "1930", "CITY": "Marseille", "NAME": "DE THE Guy (BLAUDIN)", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
24295	anthoine-louis-1814-04-30	{"g55": "06-10"}	{"g55": "06-10"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Anthoine", "spouse": [], "nobility": "d’", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1814-04-30 12:00", "note": null, "place": {"c1": "", "c2": "30", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Beaucaire", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Anthoine", "nobility": "d’"}, "birth": {"date": "1814-04-30 12:00", "place": {"c1": "", "c2": "30", "c3": "", "cy": "FR", "name": "Beaucaire"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-10"}}, "raw": {"DAY": "30-4-1814", "HOUR": "12 h.", "NAME": "ANTHOINE Louis (d’)", "PLACE": "Beaucaire (Gard)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
14549	therive-andre-1891-06-18	{"a6": "766"}	{"lerrcp": "A6-766"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Therive", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1891-06-18 06:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1891-06-18 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "André", "family": "Therive"}, "birth": {"tzo": "+00:09:21", "date": "1891-06-18 06:00", "place": {"c2": "87", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1891-06-18 05:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-766"}, "ids-in-sources": {"a6": "766"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "87", "COU": "F", "DAY": "18", "LAT": "45N50", "LON": "1E15", "MON": "6", "NUM": "766", "PRO": "W", "SEC": "40", "YEA": "1891", "CITY": "LIMOGES"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
24296	apoil-charles-alexis-1809-10-24	{"g55": "06-11"}	{"g55": "06-11"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles Alexis", "family": "Apoil", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1809-10-24 17:00", "note": null, "place": {"c1": "", "c2": "78", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Mantes-la-Jolie", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles Alexis", "family": "Apoil", "nobility": ""}, "birth": {"date": "1809-10-24 17:00", "place": {"c1": "", "c2": "78", "c3": "", "cy": "FR", "name": "Mantes-la-Jolie"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-11"}}, "raw": {"DAY": "24-10-1809", "HOUR": "17 h.", "NAME": "APOIL Charles Alexis", "PLACE": "Mantes-la-Jolie (S.-et-O.)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
14551	thibaudet-albert-1874-04-01	{"a6": "768"}	{"lerrcp": "A6-768"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Thibaudet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:37", "date": "1874-04-01 15:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.90574, "lat": 46.56758, "name": "Tournus", "geoid": 2972203}, "notime": null, "date-ut": "1874-04-01 14:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Thibaudet"}, "birth": {"tzo": "+00:19:37", "date": "1874-04-01 15:00", "place": {"c2": "71", "cy": "FR", "lg": 4.90574, "lat": 46.56758, "name": "Tournus", "geoid": 2972203}, "date-ut": "1874-04-01 14:40:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-768"}, "ids-in-sources": {"a6": "768"}}, "raw": {"H": "14", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "1", "LAT": "46N18", "LON": "4E50", "MON": "4", "NUM": "768", "PRO": "W", "SEC": "40", "YEA": "1874", "CITY": "TOURNUS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14552	thierry-augustin-1795-05-10	{"a6": "769"}	{"lerrcp": "A6-769"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Augustin", "family": "Thierry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:19", "date": "1795-05-10 21:00", "note": null, "place": {"c1": null, "c2": "41", "c3": null, "cy": "FR", "lg": 1.32912, "lat": 47.59432, "name": "Blois", "geoid": 3032213}, "notime": null, "date-ut": "1795-05-10 20:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Augustin", "family": "Thierry"}, "birth": {"tzo": "+00:05:19", "date": "1795-05-10 21:00", "place": {"c2": "41", "cy": "FR", "lg": 1.32912, "lat": 47.59432, "name": "Blois", "geoid": 3032213}, "date-ut": "1795-05-10 20:54:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-769"}, "ids-in-sources": {"a6": "769"}}, "raw": {"H": "20", "MN": "54", "TZ": "0", "COD": "41", "COU": "F", "DAY": "10", "LAT": "47N35", "LON": "1E20", "MON": "5", "NUM": "769", "PRO": "W", "SEC": "40", "YEA": "1795", "CITY": "BLOIS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18235	deutsch-benoit-leon-1892-01-10	{"e1": "605"}	{"lerrcp": "E1-605"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benoît-Léon", "family": "Deutsch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1892-01-10 21:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "notime": null, "date-ut": "1892-01-10 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Benoît-Léon", "family": "Deutsch"}, "birth": {"tzo": "+00:09", "date": "1892-01-10 21:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "date-ut": "1892-01-10 20:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "605"}}, "raw": {"H": "21:00", "COD": "62", "DAY": "10", "MON": "01", "NUM": "0605", "PRO": "EX", "YEA": "1892", "CITY": "Boulogne sur Mer", "NAME": "DEUTSCH Benoît-Léon", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14554	tillier-claude-1801-04-11	{"a6": "771"}	{"lerrcp": "A6-771"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Tillier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:05", "date": "1801-04-11 01:00", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.5194, "lat": 47.46017, "name": "Clamecy", "geoid": 3024782}, "notime": null, "date-ut": "1801-04-11 00:47:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Tillier"}, "birth": {"tzo": "+00:14:05", "date": "1801-04-11 01:00", "place": {"c2": "58", "cy": "FR", "lg": 3.5194, "lat": 47.46017, "name": "Clamecy", "geoid": 3024782}, "date-ut": "1801-04-11 00:47:24"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-771"}, "ids-in-sources": {"a6": "771"}}, "raw": {"H": "0", "MN": "47", "TZ": "0", "COD": "58", "COU": "F", "DAY": "11", "LAT": "46N59", "LON": "3E 9", "MON": "4", "NUM": "771", "PRO": "W", "SEC": "24", "YEA": "1801", "CITY": "CLAMECY"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14555	tinan-jean-1874-01-19	{"a6": "772"}	{"lerrcp": "A6-772"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Tinan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1874-01-19 07:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1874-01-19 06:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Tinan"}, "birth": {"tzo": "+00:09:24", "date": "1874-01-19 07:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1874-01-19 06:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-772"}, "ids-in-sources": {"a6": "772"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "19", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "772", "PRO": "W", "SEC": "40", "YEA": "1874", "CITY": "PARIS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18236	devamdez-jean-1922-10-03	{"e1": "606"}	{"lerrcp": "E1-606"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Devamdez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-10-03 06:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.3443, "lat": 50.33315, "name": "Escaudain", "geoid": 3019827}, "notime": null, "date-ut": "1922-10-03 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Devamdez"}, "birth": {"tzo": "+01:00", "date": "1922-10-03 06:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.3443, "lat": 50.33315, "name": "Escaudain", "geoid": 3019827}, "date-ut": "1922-10-03 05:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "606"}}, "raw": {"H": "06:00", "COD": "59", "DAY": "03", "MON": "10", "NUM": "0606", "PRO": "PH", "YEA": "1922", "CITY": "Escaudain", "NAME": "DEVAMDEZ Jean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14559	toussenel-alphonse-1803-03-17	{"a6": "776"}	{"lerrcp": "A6-776"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Toussenel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:08", "date": "1803-03-17 23:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.53333, "lat": 47.46667, "name": "Montreuil-Bella", "geoid": 0}, "notime": null, "date-ut": "1803-03-17 23:02:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Toussenel"}, "birth": {"tzo": "-00:02:08", "date": "1803-03-17 23:00", "place": {"c2": "49", "cy": "FR", "lg": -0.53333, "lat": 47.46667, "name": "Montreuil-Bella", "geoid": 0}, "date-ut": "1803-03-17 23:02:08"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-776"}, "ids-in-sources": {"a6": "776"}}, "raw": {"H": "23", "MN": "2", "TZ": "0", "COD": "49", "COU": "F", "DAY": "17", "LAT": "47N28", "LON": "0W32", "MON": "3", "NUM": "776", "PRO": "W", "SEC": "8", "YEA": "1803", "CITY": "MONTREUIL-BELLA"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14560	gauquelin-a6-777-1889-03-17	{"a6": "777"}	{"lerrcp": "A6-777"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-777", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:05", "date": "1889-03-17 17:00", "note": null, "place": {"c1": null, "c2": "19", "c3": null, "cy": "FR", "lg": 1.77233, "lat": 45.26582, "name": "Tulle", "geoid": 2971482}, "notime": null, "date-ut": "1889-03-17 16:52:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-777"}, "birth": {"tzo": "+00:07:05", "date": "1889-03-17 17:00", "place": {"c2": "19", "cy": "FR", "lg": 1.77233, "lat": 45.26582, "name": "Tulle", "geoid": 2971482}, "date-ut": "1889-03-17 16:52:56"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-777"}, "ids-in-sources": {"a6": "777"}}, "raw": {"H": "16", "MN": "52", "TZ": "0", "COD": "19", "COU": "F", "DAY": "17", "LAT": "45N16", "LON": "1E46", "MON": "3", "NUM": "777", "PRO": "W", "SEC": "56", "YEA": "1889", "CITY": "TULLE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14557	touchard-pierre-1903-08-15	{"a6": "774"}	{"lerrcp": "A6-774"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Touchard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1903-08-15 07:00", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": -0.01827, "lat": 47.82583, "name": "Mézeray", "geoid": 2994036}, "notime": null, "date-ut": "1903-08-15 06:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Touchard"}, "birth": {"tzo": "+00:09:21", "date": "1903-08-15 07:00", "place": {"c2": "72", "cy": "FR", "lg": -0.01827, "lat": 47.82583, "name": "Mézeray", "geoid": 2994036}, "date-ut": "1903-08-15 06:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-774"}, "ids-in-sources": {"a6": "774"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "72", "COU": "F", "DAY": "15", "LAT": "48N 1", "LON": "0E12", "MON": "8", "NUM": "774", "PRO": "W", "SEC": "40", "YEA": "1903", "CITY": "MEZERAY"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18238	devie-pierre-1915-01-09	{"e1": "608"}	{"lerrcp": "E1-608"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Devie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-01-09 11:00", "note": null, "place": {"c1": null, "c2": "81", "c3": "", "cy": "FR", "lg": 2.24088, "lat": 43.60527, "name": "Castres", "geoid": 3028263}, "notime": null, "date-ut": "1915-01-09 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Devie"}, "birth": {"tzo": "+00:00", "date": "1915-01-09 11:00", "place": {"c2": "81", "c3": "", "cy": "FR", "lg": 2.24088, "lat": 43.60527, "name": "Castres", "geoid": 3028263}, "date-ut": "1915-01-09 11:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "608"}}, "raw": {"H": "11:00", "COD": "81", "DAY": "09", "MON": "01", "NUM": "0608", "PRO": "MI", "YEA": "1915", "CITY": "Castres", "NAME": "DEVIE Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18239	devilliers-dernard-1911-04-03	{"e1": "609"}	{"lerrcp": "E1-609"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dernard", "family": "Devilliers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-04-03 12:00", "note": null, "place": {"c1": null, "c2": "89", "c3": "", "cy": "FR", "lg": 3.28328, "lat": 48.19738, "name": "Sens", "geoid": 2975050}, "notime": null, "date-ut": "1911-04-03 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Dernard", "family": "Devilliers"}, "birth": {"tzo": "+00:00", "date": "1911-04-03 12:00", "place": {"c2": "89", "c3": "", "cy": "FR", "lg": 3.28328, "lat": 48.19738, "name": "Sens", "geoid": 2975050}, "date-ut": "1911-04-03 12:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "609"}}, "raw": {"H": "12:00", "COD": "89", "DAY": "03", "MON": "04", "NUM": "0609", "PRO": "PH", "YEA": "1911", "CITY": "Sens", "NAME": "DEVILLIERS Dernard", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14562	vacherot-etienne-1809-07-29	{"a6": "780"}	{"lerrcp": "A6-780"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Vacherot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:52", "date": "1809-07-29 02:00", "note": null, "place": {"c1": null, "c2": "52", "c3": null, "cy": "FR", "lg": 5.46653, "lat": 47.8148, "name": "Torcenay", "geoid": 2972454}, "notime": null, "date-ut": "1809-07-29 01:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Vacherot"}, "birth": {"tzo": "+00:21:52", "date": "1809-07-29 02:00", "place": {"c2": "52", "cy": "FR", "lg": 5.46653, "lat": 47.8148, "name": "Torcenay", "geoid": 2972454}, "date-ut": "1809-07-29 01:39:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-780"}, "ids-in-sources": {"a6": "780"}}, "raw": {"H": "1", "MN": "39", "TZ": "0", "COD": "52", "COU": "F", "DAY": "29", "LAT": "48N 7", "LON": "5E 8", "MON": "7", "NUM": "780", "PRO": "W", "SEC": "28", "YEA": "1809", "CITY": "TORCENAY"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14564	vacquerie-auguste-1819-11-19	{"a6": "782"}	{"lerrcp": "A6-782"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Vacquerie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:42", "date": "1819-11-19 09:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.67318, "lat": 49.51272, "name": "Villequier", "geoid": 2968472}, "notime": null, "date-ut": "1819-11-19 08:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Vacquerie"}, "birth": {"tzo": "+00:02:42", "date": "1819-11-19 09:00", "place": {"c2": "76", "cy": "FR", "lg": 0.67318, "lat": 49.51272, "name": "Villequier", "geoid": 2968472}, "date-ut": "1819-11-19 08:55:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-782"}, "ids-in-sources": {"a6": "782"}}, "raw": {"H": "8", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "19", "LAT": "49N26", "LON": "1E 5", "MON": "11", "NUM": "782", "PRO": "W", "SEC": "40", "YEA": "1819", "CITY": "VILLEQUIER"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14563	vachey-michel-1939-08-02	{"a6": "781"}	{"lerrcp": "A6-781"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Vachey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1939-08-02 04:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.58333, "lat": 47.8, "name": "Villeneuve/Yonn", "geoid": 0}, "notime": null, "date-ut": "1939-08-02 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Vachey"}, "birth": {"tzo": "+01:00", "date": "1939-08-02 04:00", "place": {"c2": "89", "cy": "FR", "lg": 3.58333, "lat": 47.8, "name": "Villeneuve/Yonn", "geoid": 0}, "date-ut": "1939-08-02 03:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-781"}, "ids-in-sources": {"a6": "781"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "89", "COU": "F", "DAY": "2", "LAT": "47N48", "LON": "3E35", "MON": "8", "NUM": "781", "PRO": "W", "SEC": "0", "YEA": "1939", "CITY": "VILLENEUVE/YONN"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18240	dewatre-rene-1904-09-10	{"e1": "610"}	{"lerrcp": "E1-610"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Dewatre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-09-10 07:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "notime": null, "date-ut": "1904-09-10 06:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "René", "family": "Dewatre"}, "birth": {"tzo": "+00:09", "date": "1904-09-10 07:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "date-ut": "1904-09-10 06:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "610"}}, "raw": {"H": "07:00", "COD": "64", "DAY": "10", "MON": "09", "NUM": "0610", "PRO": "MI", "YEA": "1904", "CITY": "Bayonne", "NAME": "DEWATRE René", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18241	deysson-guy-1913-04-11	{"e1": "611"}	{"lerrcp": "E1-611"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Deysson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-04-11 11:00", "note": null, "place": {"c1": null, "c2": "37", "c3": "", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "notime": null, "date-ut": "1913-04-11 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Deysson"}, "birth": {"tzo": "+00:00", "date": "1913-04-11 11:00", "place": {"c2": "37", "c3": "", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "date-ut": "1913-04-11 11:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "611"}}, "raw": {"H": "11:00", "COD": "37", "DAY": "11", "MON": "04", "NUM": "0611", "PRO": "MI", "YEA": "1913", "CITY": "Tours", "NAME": "DEYSSON Guy", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18242	dewravain-andre-passy-1911-06-09	{"e1": "612"}	{"lerrcp": "E1-612"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André (PASSY)", "family": "Dewravain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-06-09 12:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "16", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1911-06-09 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André (PASSY)", "family": "Dewravain"}, "birth": {"tzo": "+00:00", "date": "1911-06-09 12:30", "place": {"c2": "75", "c3": "16", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1911-06-09 12:30"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "612"}}, "raw": {"H": "12:30", "COD": "75", "DAY": "09", "MON": "06", "NUM": "0612", "PRO": "MI", "YEA": "1911", "CITY": "Paris 16ème", "NAME": "DEWRAVAIN André (PASSY)", "NOTE": "L"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
14565	vaillant-claude-1924-05-07	{"a6": "783"}	{"lerrcp": "A6-783"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Vaillant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1924-05-07 07:10", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.09056, "lat": 50.59883, "name": "Ronchin", "geoid": 2982944}, "notime": null, "date-ut": "1924-05-07 06:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Vaillant"}, "birth": {"tzo": "+01:00", "date": "1924-05-07 07:10", "place": {"c2": "59", "cy": "FR", "lg": 3.09056, "lat": 50.59883, "name": "Ronchin", "geoid": 2982944}, "date-ut": "1924-05-07 06:10"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-783"}, "ids-in-sources": {"a6": "783"}}, "raw": {"H": "6", "MN": "10", "TZ": "0", "COD": "59", "COU": "F", "DAY": "7", "LAT": "50N39", "LON": "3E 5", "MON": "5", "NUM": "783", "PRO": "W", "SEC": "0", "YEA": "1924", "CITY": "RONCHIN"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14567	gauquelin-a6-786-1874-07-03	{"a6": "786"}	{"lerrcp": "A6-786"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-786", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:16", "date": "1874-07-03 09:55:20", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Saint-Medard-en-Jal", "geoid": 0}, "notime": null, "date-ut": "1874-07-03 09:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-786"}, "birth": {"tzo": "-00:02:16", "date": "1874-07-03 09:55:20", "place": {"c2": "33", "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Saint-Medard-en-Jal", "geoid": 0}, "date-ut": "1874-07-03 09:57:36"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-786"}, "ids-in-sources": {"a6": "786"}}, "raw": {"H": "9", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "3", "LAT": "44N50", "LON": "0W34", "MON": "7", "NUM": "786", "PRO": "W", "SEC": "36", "YEA": "1874", "CITY": "ST MEDARD-EN-JAL"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18243	didier-georges-1894-04-14	{"e1": "613"}	{"lerrcp": "E1-613"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Didier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1894-04-14 12:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1894-04-14 11:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Didier"}, "birth": {"tzo": "+00:09", "date": "1894-04-14 12:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1894-04-14 11:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "613"}}, "raw": {"H": "12:00", "COD": "59", "DAY": "14", "MON": "04", "NUM": "0613", "PRO": "PH", "YEA": "1894", "CITY": "Lille", "NAME": "DIDIER Georges", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18244	didry-pierre-1920-06-25	{"e1": "614"}	{"lerrcp": "E1-614"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Didry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-06-25 13:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.1259, "lat": 48.56502, "name": "Frolois", "geoid": 3016993}, "notime": null, "date-ut": "1920-06-25 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Didry"}, "birth": {"tzo": "+01:00", "date": "1920-06-25 13:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.1259, "lat": 48.56502, "name": "Frolois", "geoid": 3016993}, "date-ut": "1920-06-25 12:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "614"}}, "raw": {"H": "13:00", "COD": "54", "DAY": "25", "MON": "06", "NUM": "0614", "PRO": "EX", "YEA": "1920", "CITY": "Frolois", "NAME": "DIDRY Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14572	vercel-roger-1894-01-08	{"a6": "791"}	{"lerrcp": "A6-791"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Vercel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1894-01-08 22:30", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "notime": null, "date-ut": "1894-01-08 22:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Vercel"}, "birth": {"tzo": "+00:09:21", "date": "1894-01-08 22:30", "place": {"c2": "72", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "date-ut": "1894-01-08 22:20:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-791"}, "ids-in-sources": {"a6": "791"}}, "raw": {"H": "22", "MN": "20", "TZ": "0", "COD": "72", "COU": "F", "DAY": "8", "LAT": "48N 1", "LON": "0E12", "MON": "1", "NUM": "791", "PRO": "W", "SEC": "40", "YEA": "1894", "CITY": "LE MANS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14569	vargaftig-bernard-1934-01-24	{"a6": "788"}	{"lerrcp": "A6-788"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Vargaftig", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1934-01-24 22:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1934-01-24 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Vargaftig"}, "birth": {"tzo": "+00:00", "date": "1934-01-24 22:00", "place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1934-01-24 22:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-788"}, "ids-in-sources": {"a6": "788"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "54", "COU": "F", "DAY": "24", "LAT": "48N42", "LON": "6E12", "MON": "1", "NUM": "788", "PRO": "W", "SEC": "0", "YEA": "1934", "CITY": "NANCY"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14573	verdet-andre-1913-08-04	{"a6": "792"}	{"lerrcp": "A6-792"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Verdet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-08-04 17:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1913-08-04 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "André", "family": "Verdet"}, "birth": {"tzo": "+00:00", "date": "1913-08-04 17:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1913-08-04 17:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-792"}, "ids-in-sources": {"a6": "792"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "06", "COU": "F", "DAY": "4", "LAT": "43N42", "LON": "7E16", "MON": "8", "NUM": "792", "PRO": "W", "SEC": "0", "YEA": "1913", "CITY": "NICE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18245	diet-jean-1922-06-21	{"e1": "615"}	{"lerrcp": "E1-615"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Diet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-06-21 02:30", "note": null, "place": {"c1": null, "c2": "52", "c3": "", "cy": "FR", "lg": 4.94892, "lat": 48.63773, "name": "Saint-Dizier", "geoid": 2980816}, "notime": null, "date-ut": "1922-06-21 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Diet"}, "birth": {"tzo": "+01:00", "date": "1922-06-21 02:30", "place": {"c2": "52", "c3": "", "cy": "FR", "lg": 4.94892, "lat": 48.63773, "name": "Saint-Dizier", "geoid": 2980816}, "date-ut": "1922-06-21 01:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "615"}}, "raw": {"H": "02:30", "COD": "52", "DAY": "21", "MON": "06", "NUM": "0615", "PRO": "PH", "YEA": "1922", "CITY": "St-Dizier", "NAME": "DIET Jean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18246	digo-rene-1916-04-30	{"e1": "616"}	{"lerrcp": "E1-616"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Digo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-04-30 17:00", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1916-04-30 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Digo"}, "birth": {"tzo": "+00:00", "date": "1916-04-30 17:00", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1916-04-30 17:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "616"}}, "raw": {"H": "17:00", "COD": "44", "DAY": "30", "MON": "04", "NUM": "0616", "PRO": "PH", "YEA": "1916", "CITY": "Nantes", "NAME": "DIGO René", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14577	veuillot-louis-1813-10-11	{"a6": "796"}	{"lerrcp": "A6-796"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Veuillot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:26", "date": "1813-10-11 16:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 2.36006, "lat": 48.11822, "name": "Boynes", "geoid": 3030645}, "notime": null, "date-ut": "1813-10-11 15:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Veuillot"}, "birth": {"tzo": "+00:09:26", "date": "1813-10-11 16:00", "place": {"c2": "45", "cy": "FR", "lg": 2.36006, "lat": 48.11822, "name": "Boynes", "geoid": 3030645}, "date-ut": "1813-10-11 15:52:24"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-796"}, "ids-in-sources": {"a6": "796"}}, "raw": {"H": "15", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "11", "LAT": "47N54", "LON": "1E54", "MON": "10", "NUM": "796", "PRO": "W", "SEC": "24", "YEA": "1813", "CITY": "BOYNES"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14576	very-pierre-1900-11-17	{"a6": "795"}	{"lerrcp": "A6-795"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Very", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-11-17 05:00", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": 0.11966, "lat": 45.3031, "name": "Bellon", "geoid": 3033612}, "notime": null, "date-ut": "1900-11-17 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Very"}, "birth": {"tzo": "+00:09:21", "date": "1900-11-17 05:00", "place": {"c2": "16", "cy": "FR", "lg": 0.11966, "lat": 45.3031, "name": "Bellon", "geoid": 3033612}, "date-ut": "1900-11-17 04:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-795"}, "ids-in-sources": {"a6": "795"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "16", "COU": "F", "DAY": "17", "LAT": "45N39", "LON": "0E10", "MON": "11", "NUM": "795", "PRO": "W", "SEC": "40", "YEA": "1900", "CITY": "BELLON"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14578	vialar-paul-1898-09-18	{"a6": "797"}	{"lerrcp": "A6-797"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Vialar", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1898-09-18 08:30", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.35387, "lat": 48.93564, "name": "Saint-Denis", "geoid": 2980916}, "notime": null, "date-ut": "1898-09-18 08:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Vialar"}, "birth": {"tzo": "+00:09:21", "date": "1898-09-18 08:30", "place": {"c2": "93", "cy": "FR", "lg": 2.35387, "lat": 48.93564, "name": "Saint-Denis", "geoid": 2980916}, "date-ut": "1898-09-18 08:20:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-797"}, "ids-in-sources": {"a6": "797"}}, "raw": {"H": "8", "MN": "20", "TZ": "0", "COD": "93", "COU": "F", "DAY": "18", "LAT": "48N55", "LON": "2E30", "MON": "9", "NUM": "797", "PRO": "W", "SEC": "40", "YEA": "1898", "CITY": "ST DENIS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18247	dio-louis-1908-10-14	{"e1": "617"}	{"lerrcp": "E1-617"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Dio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-10-14 13:00", "note": null, "place": {"c1": null, "c2": "56", "c3": "", "cy": "FR", "lg": -2.76205, "lat": 47.65688, "name": "Vannes", "geoid": 2970777}, "notime": null, "date-ut": "1908-10-14 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Dio"}, "birth": {"tzo": "+00:09", "date": "1908-10-14 13:00", "place": {"c2": "56", "c3": "", "cy": "FR", "lg": -2.76205, "lat": 47.65688, "name": "Vannes", "geoid": 2970777}, "date-ut": "1908-10-14 12:51"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "617"}}, "raw": {"H": "13:00", "COD": "56", "DAY": "14", "MON": "10", "NUM": "0617", "PRO": "MI", "YEA": "1908", "CITY": "Vannes", "NAME": "DIO Louis", "NOTE": "L"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18248	diot-michel-1930-06-17	{"e1": "618"}	{"lerrcp": "E1-618"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Diot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1930-06-17 06:00", "note": null, "place": {"c1": null, "c2": "72", "c3": "", "cy": "FR", "lg": 0.23488, "lat": 48.1755, "name": "Ballon", "geoid": 3035211}, "notime": null, "date-ut": "1930-06-17 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Diot"}, "birth": {"tzo": "+01:00", "date": "1930-06-17 06:00", "place": {"c2": "72", "c3": "", "cy": "FR", "lg": 0.23488, "lat": 48.1755, "name": "Ballon", "geoid": 3035211}, "date-ut": "1930-06-17 05:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "618"}}, "raw": {"H": "06:00", "COD": "72", "DAY": "17", "MON": "06", "NUM": "0618", "PRO": "EX", "YEA": "1930", "CITY": "Ballon", "NAME": "DIOT Michel", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14579	vidalie-albert-1913-05-25	{"a6": "799"}	{"lerrcp": "A6-799"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Vidalie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-05-25 03:45", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.29346, "lat": 48.8024, "name": "Châtillon", "geoid": 3026083}, "notime": null, "date-ut": "1913-05-25 03:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Vidalie"}, "birth": {"tzo": "+00:00", "date": "1913-05-25 03:45", "place": {"c2": "92", "cy": "FR", "lg": 2.29346, "lat": 48.8024, "name": "Châtillon", "geoid": 3026083}, "date-ut": "1913-05-25 03:45"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-799"}, "ids-in-sources": {"a6": "799"}}, "raw": {"H": "3", "MN": "45", "TZ": "0", "COD": "92", "COU": "F", "DAY": "25", "LAT": "48N50", "LON": "2E11", "MON": "5", "NUM": "799", "PRO": "W", "SEC": "0", "YEA": "1913", "CITY": "CHATILLON"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14582	villiers-adam-1838-11-07	{"a6": "802"}	{"lerrcp": "A6-802"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adam", "family": "Villiers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:11:04", "date": "1838-11-07 03:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -2.76838, "lat": 48.51513, "name": "Saint-Brieuc", "geoid": 2981280}, "notime": null, "date-ut": "1838-11-07 03:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Adam", "family": "Villiers"}, "birth": {"tzo": "-00:11:04", "date": "1838-11-07 03:00", "place": {"c2": "22", "cy": "FR", "lg": -2.76838, "lat": 48.51513, "name": "Saint-Brieuc", "geoid": 2981280}, "date-ut": "1838-11-07 03:11"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-802"}, "ids-in-sources": {"a6": "802"}}, "raw": {"H": "3", "MN": "11", "TZ": "0", "COD": "22", "COU": "F", "DAY": "7", "LAT": "48N31", "LON": "2W45", "MON": "11", "NUM": "802", "PRO": "W", "SEC": "0", "YEA": "1838", "CITY": "ST-BRIEUC"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14581	vildrac-charles-1882-11-22	{"a6": "801"}	{"lerrcp": "A6-801"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Vildrac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1882-11-22 20:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1882-11-22 19:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Vildrac"}, "birth": {"tzo": "+00:09:24", "date": "1882-11-22 20:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1882-11-22 19:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-801"}, "ids-in-sources": {"a6": "801"}}, "raw": {"H": "19", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "22", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "801", "PRO": "W", "SEC": "40", "YEA": "1882", "CITY": "PARIS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18249	domino-louis-1894-05-07	{"e1": "619"}	{"lerrcp": "E1-619"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Domino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1894-05-07 01:00", "note": null, "place": {"c1": null, "c2": "23", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bellegarde en Mar", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Domino"}, "birth": {"tzo": "", "date": "1894-05-07 01:00", "place": {"c2": "23", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bellegarde en Mar", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "619"}}, "raw": {"H": "01:00", "COD": "23", "DAY": "07", "MON": "05", "NUM": "0619", "PRO": "MI", "YEA": "1894", "CITY": "Bellegarde en Mar", "NAME": "DOMINO Louis", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14586	gauquelin-a6-806-1920-02-15	{"a6": "806"}	{"lerrcp": "A6-806"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-806", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-02-15 07:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.03333, "lat": 47.25, "name": "Pierrefontaine", "geoid": 0}, "notime": null, "date-ut": "1920-02-15 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-806"}, "birth": {"tzo": "+01:00", "date": "1920-02-15 07:00", "place": {"c2": "25", "cy": "FR", "lg": 6.03333, "lat": 47.25, "name": "Pierrefontaine", "geoid": 0}, "date-ut": "1920-02-15 06:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-806"}, "ids-in-sources": {"a6": "806"}}, "raw": {"H": "6", "MN": "0", "TZ": "0", "COD": "25", "COU": "F", "DAY": "15", "LAT": "47N15", "LON": "6E 2", "MON": "2", "NUM": "806", "PRO": "W", "SEC": "0", "YEA": "1920", "CITY": "PIERREFONTAINE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18250	donat-maurice-1913-03-26	{"e1": "620"}	{"lerrcp": "E1-620"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Donat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-03-26 12:00", "note": null, "place": {"c1": null, "c2": "12", "c3": "", "cy": "FR", "lg": 2.76459, "lat": 43.75993, "name": "Murasson", "geoid": 2991182}, "notime": null, "date-ut": "1913-03-26 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Donat"}, "birth": {"tzo": "+00:00", "date": "1913-03-26 12:00", "place": {"c2": "12", "c3": "", "cy": "FR", "lg": 2.76459, "lat": 43.75993, "name": "Murasson", "geoid": 2991182}, "date-ut": "1913-03-26 12:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "620"}}, "raw": {"H": "12:00", "COD": "12", "DAY": "26", "MON": "03", "NUM": "0620", "PRO": "PH", "YEA": "1913", "CITY": "Murasson", "NAME": "DONAT Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14585	vogue-eugene-1848-02-25	{"a6": "805"}	{"lerrcp": "A6-805"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Vogüe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:04", "date": "1848-02-25 03:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1848-02-25 02:30:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Vogüe"}, "birth": {"tzo": "+00:29:04", "date": "1848-02-25 03:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1848-02-25 02:30:56"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-805"}, "ids-in-sources": {"a6": "805"}}, "raw": {"H": "2", "MN": "30", "TZ": "0", "COD": "06", "COU": "F", "DAY": "25", "LAT": "43N42", "LON": "7E16", "MON": "2", "NUM": "805", "PRO": "W", "SEC": "56", "YEA": "1848", "CITY": "NICE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14584	vitrac-roger-1899-11-17	{"a6": "804"}	{"lerrcp": "A6-804"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Vitrac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-11-17 11:00", "note": null, "place": {"c1": null, "c2": "46", "c3": null, "cy": "FR", "lg": 1.51412, "lat": 44.85567, "name": "Pinsac", "geoid": 2987083}, "notime": null, "date-ut": "1899-11-17 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Vitrac"}, "birth": {"tzo": "+00:09:21", "date": "1899-11-17 11:00", "place": {"c2": "46", "cy": "FR", "lg": 1.51412, "lat": 44.85567, "name": "Pinsac", "geoid": 2987083}, "date-ut": "1899-11-17 10:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-804"}, "ids-in-sources": {"a6": "804"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "46", "COU": "F", "DAY": "17", "LAT": "44N27", "LON": "1E26", "MON": "11", "NUM": "804", "PRO": "W", "SEC": "40", "YEA": "1899", "CITY": "PINSAC"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18252	dor-paul-1911-07-16	{"e1": "622"}	{"lerrcp": "E1-622"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Dor", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-07-16 08:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1911-07-16 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Dor"}, "birth": {"tzo": "+00:00", "date": "1911-07-16 08:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1911-07-16 08:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "622"}}, "raw": {"H": "08:00", "COD": "13", "DAY": "16", "MON": "07", "NUM": "0622", "PRO": "PH", "YEA": "1911", "CITY": "Marseille", "NAME": "DOR Paul", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18253	dorange-andrfi-1903-11-10	{"e1": "623"}	{"lerrcp": "E1-623"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Andrfi", "family": "Dorange", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-11-10 09:00", "note": null, "place": {"c1": null, "c2": "22", "c3": "", "cy": "FR", "lg": -2.02408, "lat": 48.43049, "name": "Tressaint", "geoid": 2971780}, "notime": null, "date-ut": "1903-11-10 08:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Andrfi", "family": "Dorange"}, "birth": {"tzo": "+00:09", "date": "1903-11-10 09:00", "place": {"c2": "22", "c3": "", "cy": "FR", "lg": -2.02408, "lat": 48.43049, "name": "Tressaint", "geoid": 2971780}, "date-ut": "1903-11-10 08:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "623"}}, "raw": {"H": "09:00", "COD": "22", "DAY": "10", "MON": "11", "NUM": "0623", "PRO": "MI", "YEA": "1903", "CITY": "Tressaint", "NAME": "DORANGE Andrfi", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14591	zamacois-miguel-1866-09-08	{"a6": "811"}	{"lerrcp": "A6-811"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Miguel", "family": "Zamacois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:28", "date": "1866-09-08 21:30", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.11463, "lat": 48.86115, "name": "Louveciennes", "geoid": 2997351}, "notime": null, "date-ut": "1866-09-08 21:21:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Miguel", "family": "Zamacois"}, "birth": {"tzo": "+00:08:28", "date": "1866-09-08 21:30", "place": {"c2": "78", "cy": "FR", "lg": 2.11463, "lat": 48.86115, "name": "Louveciennes", "geoid": 2997351}, "date-ut": "1866-09-08 21:21:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-811"}, "ids-in-sources": {"a6": "811"}}, "raw": {"H": "21", "MN": "21", "TZ": "0", "COD": "78", "COU": "F", "DAY": "8", "LAT": "48N50", "LON": "2E 8", "MON": "9", "NUM": "811", "PRO": "W", "SEC": "28", "YEA": "1866", "CITY": "LOUVECIENNES"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18254	doreau-michel-1930-03-11	{"e1": "624"}	{"lerrcp": "E1-624"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Doreau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1930-03-11 11:00", "note": null, "place": {"c1": null, "c2": "86", "c3": "", "cy": "FR", "lg": 0.20325, "lat": 46.83737, "name": "Coussay", "geoid": 3022843}, "notime": null, "date-ut": "1930-03-11 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Doreau"}, "birth": {"tzo": "+00:00", "date": "1930-03-11 11:00", "place": {"c2": "86", "c3": "", "cy": "FR", "lg": 0.20325, "lat": 46.83737, "name": "Coussay", "geoid": 3022843}, "date-ut": "1930-03-11 11:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "624"}}, "raw": {"H": "11:00", "COD": "86", "DAY": "11", "MON": "03", "NUM": "0624", "PRO": "PH", "YEA": "1930", "CITY": "Coussay", "NAME": "DOREAU Michel", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14602	barbantini-nino-1884-07-05	{"a6": "822", "afd1": "31"}	{"lerrcp": "A6-822", "muller": "M1-31"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nino", "family": "Barbantini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1884-07-05 06:30", "note": "", "place": {"c1": null, "c2": "FE", "c3": null, "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "notime": null, "date-ut": "1884-07-05 05:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Nino", "family": "Barbantini"}, "birth": {"place": {"c2": "FE", "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "date-ut": "1884-07-05 05:40:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-822"}, "ids-in-sources": {"a6": "822"}}, "raw": {"H": "6", "MN": "40", "TZ": "-1", "COD": "FE", "COU": "I", "DAY": "5", "LAT": "44N42", "LON": "12E30", "MON": "7", "NUM": "822", "PRO": "W", "SEC": "4", "YEA": "1884", "CITY": "FERRARA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Nino", "family": "Barbantini"}, "birth": {"tzo": "+00:50", "date": "1884-07-05 06:30", "note": "", "place": {"name": "Ferrara"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "31", "muller": "M1-31"}}, "raw": {"LG": "-12,5", "DAY": "05", "LAT": "44,7", "MIN": "30", "TZO": "-0,83", "HOUR": "06", "NAME": "31M Barbantini, Nino", "YEAR": "1884", "MONTH": "07", "PLACE": "Ferrara FE"}, "date": "2023-08-20T14:44:33+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14601	baganzani-sandro-1889-02-08	{"a6": "821", "afd1": "29"}	{"lerrcp": "A6-821", "muller": "M1-29"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sandro", "family": "Baganzani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1889-02-08 15:00", "note": "", "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "notime": null, "date-ut": "1889-02-08 14:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Sandro", "family": "Baganzani"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "date-ut": "1889-02-08 14:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-821"}, "ids-in-sources": {"a6": "821"}}, "raw": {"H": "15", "MN": "10", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "8", "LAT": "45N24", "LON": "11E 0", "MON": "2", "NUM": "821", "PRO": "W", "SEC": "4", "YEA": "1889", "CITY": "VERONA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Sandro", "family": "Baganzani"}, "birth": {"tzo": "+00:50", "date": "1889-02-08 15:00", "note": "", "place": {"name": "Verona"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "29", "muller": "M1-29"}}, "raw": {"LG": "-12,5", "DAY": "08", "LAT": "45,5", "MIN": "00", "TZO": "-0,83", "HOUR": "15", "NAME": "29M Baganzani,Sandro", "YEAR": "1889", "MONTH": "02", "PLACE": "Verona VE"}, "date": "2023-08-20T14:44:33+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14607	berrini-nino-1880-07-02	{"a6": "827", "afd1": "48"}	{"lerrcp": "A6-827", "muller": "M1-48"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nino", "family": "Berrini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1880-07-02 15:00", "note": "", "place": {"c1": null, "c2": "CN", "c3": null, "cy": "IT", "lg": 7.54453, "lat": 44.39733, "name": "Cuneo", "geoid": 3177700}, "notime": null, "date-ut": "1880-07-02 14:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Nino", "family": "Berrini"}, "birth": {"place": {"c2": "CN", "cy": "IT", "lg": 7.54453, "lat": 44.39733, "name": "Cuneo", "geoid": 3177700}, "date-ut": "1880-07-02 14:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-827"}, "ids-in-sources": {"a6": "827"}}, "raw": {"H": "15", "MN": "10", "TZ": "-1", "COD": "CN", "COU": "I", "DAY": "2", "LAT": "44N24", "LON": "7E15", "MON": "7", "NUM": "827", "PRO": "W", "SEC": "4", "YEA": "1880", "CITY": "CUNEO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Nino", "family": "Berrini"}, "birth": {"tzo": "+00:50", "date": "1880-07-02 15:00", "note": "", "place": {"name": "Cuneo"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "48", "muller": "M1-48"}}, "raw": {"LG": "-7,25", "DAY": "02", "LAT": "44,4", "MIN": "00", "TZO": "-0,83", "HOUR": "15", "NAME": "48M Berrini, Nino", "YEAR": "1880", "MONTH": "07", "PLACE": "Cuneo CN"}, "date": "2023-08-20T14:44:33+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14605	bargellini-piero-1897-08-05	{"a6": "825", "afd1": "34"}	{"lerrcp": "A6-825", "muller": "M1-34"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Piero", "family": "Bargellini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1897-08-05 03:45", "note": "", "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1897-08-05 02:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Piero", "family": "Bargellini"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1897-08-05 02:45"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-825"}, "ids-in-sources": {"a6": "825"}}, "raw": {"H": "3", "MN": "45", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "5", "LAT": "43N42", "LON": "11E30", "MON": "8", "NUM": "825", "PRO": "W", "SEC": "0", "YEA": "1897", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Piero", "family": "Bargellini"}, "birth": {"tzo": "+01:00", "date": "1897-08-05 03:45", "note": "", "place": {"name": "Firenze"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "34", "muller": "M1-34"}}, "raw": {"LG": "-11,5", "DAY": "05", "LAT": "43,7", "MIN": "45", "TZO": "-1", "HOUR": "03", "NAME": "34M Bargellini, Piero", "YEAR": "1897", "MONTH": "08", "PLACE": "Firenze FI"}, "date": "2023-08-20T14:44:33+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
18256	douce-jacques-1925-01-22	{"e1": "626"}	{"lerrcp": "E1-626"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Douce", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1925-01-22 06:30", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.42716, "lat": 48.82182, "name": "Saint-Maurice", "geoid": 2978170}, "notime": null, "date-ut": "1925-01-22 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Douce"}, "birth": {"tzo": "+00:00", "date": "1925-01-22 06:30", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.42716, "lat": 48.82182, "name": "Saint-Maurice", "geoid": 2978170}, "date-ut": "1925-01-22 06:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "626"}}, "raw": {"H": "06:30", "COD": "94", "DAY": "22", "MON": "01", "NUM": "0626", "PRO": "EX", "YEA": "1925", "CITY": "St-Maurice", "NAME": "DOUCE Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14613	bonardi-edoardo-1896-03-21	{"a6": "833", "afd1": "62"}	{"lerrcp": "A6-833", "muller": "M1-62"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edoardo", "family": "Bonardi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1896-03-21 07:15", "note": "", "place": {"c1": null, "c2": "LU", "c3": null, "cy": "IT", "lg": 10.50585, "lat": 43.84357, "name": "Lucca", "geoid": 3174530}, "notime": null, "date-ut": "1896-03-21 06:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Edoardo", "family": "Bonardi"}, "birth": {"place": {"c2": "LU", "cy": "IT", "lg": 10.50585, "lat": 43.84357, "name": "Lucca", "geoid": 3174530}, "date-ut": "1896-03-21 06:15"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-833"}, "ids-in-sources": {"a6": "833"}}, "raw": {"H": "7", "MN": "15", "TZ": "-1", "COD": "LU", "COU": "I", "DAY": "21", "LAT": "43N42", "LON": "11E 0", "MON": "3", "NUM": "833", "PRO": "W", "SEC": "0", "YEA": "1896", "CITY": "LUCCA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Edoardo", "family": "Bonardi"}, "birth": {"tzo": "+01:00", "date": "1896-03-21 07:15", "note": "", "place": {"name": "Lucca"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "62", "muller": "M1-62"}}, "raw": {"LG": "-11", "DAY": "21", "LAT": "43,7", "MIN": "15", "TZO": "-1", "HOUR": "07", "NAME": "62M Bonardi, Edoardo", "YEAR": "1896", "MONTH": "03", "PLACE": "Lucca LU"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14610	bevilacqua-giuseppe-1891-07-16	{"a6": "830", "afd1": "53"}	{"lerrcp": "A6-830", "muller": "M1-53"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Bevilacqua", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1891-07-16 15:30", "note": "", "place": {"c1": null, "c2": "VI", "c3": null, "cy": "IT", "lg": 11.5409, "lat": 45.55729, "name": "Vicenza", "geoid": 3164419}, "notime": null, "date-ut": "1891-07-16 14:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Bevilacqua"}, "birth": {"place": {"c2": "VI", "cy": "IT", "lg": 11.5409, "lat": 45.55729, "name": "Vicenza", "geoid": 3164419}, "date-ut": "1891-07-16 14:40:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-830"}, "ids-in-sources": {"a6": "830"}}, "raw": {"H": "15", "MN": "40", "TZ": "-1", "COD": "VI", "COU": "I", "DAY": "16", "LAT": "45N30", "LON": "12E 0", "MON": "7", "NUM": "830", "PRO": "W", "SEC": "4", "YEA": "1891", "CITY": "VICENZA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Giuseppe", "family": "Bevilacqua"}, "birth": {"tzo": "+00:50", "date": "1891-07-16 15:30", "note": "", "place": {"name": "Vicenza"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "53", "muller": "M1-53"}}, "raw": {"LG": "-12", "DAY": "16", "LAT": "45,5", "MIN": "30", "TZO": "-0,83", "HOUR": "15", "NAME": "53M Bevilacqua, Giuseppe", "YEAR": "1891", "MONTH": "07", "PLACE": "Vicenza VI"}, "date": "2023-08-20T14:44:33+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14612	bolla-giovanni-1896-05-21	{"a6": "832", "afd1": "61"}	{"lerrcp": "A6-832", "muller": "M1-61"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Bolla", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1896-05-21 10:00", "note": "", "place": {"c1": null, "c2": "CN", "c3": null, "cy": "IT", "lg": 7.48623, "lat": 44.64644, "name": "Saluzzo", "geoid": 3168609}, "notime": null, "date-ut": "1896-05-21 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Nino", "family": "Bolla"}, "birth": {"place": {"c2": "CN", "cy": "IT", "lg": 7.48623, "lat": 44.64644, "name": "Saluzzo", "geoid": 3168609}, "date-ut": "1896-05-21 09:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-832"}, "ids-in-sources": {"a6": "832"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "CN", "COU": "I", "DAY": "21", "LAT": "44N24", "LON": "7E15", "MON": "5", "NUM": "832", "PRO": "W", "SEC": "0", "YEA": "1896", "CITY": "SALUZZO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Giovanni", "family": "Bolla"}, "birth": {"tzo": "+01:00", "date": "1896-05-21 10:00", "note": "", "place": {"name": "Saluzzo"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "61", "muller": "M1-61"}}, "raw": {"LG": "-7,25", "DAY": "21", "LAT": "44,4", "MIN": "00", "TZO": "-1", "HOUR": "10", "NAME": "61M Bolla, Giovanni", "YEAR": "1896", "MONTH": "05", "PLACE": "Saluzzo CN"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
18257	douguet-max-1903-07-16	{"e1": "627"}	{"lerrcp": "E1-627"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Douguet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-07-16 04:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.07342, "lat": 48.21522, "name": "Port-Launay", "geoid": 2985967}, "notime": null, "date-ut": "1903-07-16 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Max", "family": "Douguet"}, "birth": {"tzo": "+00:09", "date": "1903-07-16 04:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.07342, "lat": 48.21522, "name": "Port-Launay", "geoid": 2985967}, "date-ut": "1903-07-16 03:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "627"}}, "raw": {"H": "04:00", "COD": "29", "DAY": "16", "MON": "07", "NUM": "0627", "PRO": "MI", "YEA": "1903", "CITY": "Port-Launay", "NAME": "DOUGUET Max", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14618	brancati-vitaliano-1907-07-24	{"a6": "838", "afd1": "70"}	{"lerrcp": "A6-838", "muller": "M1-70"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vitaliano", "family": "Brancati", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1907-07-24 20:00", "note": "", "place": {"c1": null, "c2": "SR", "c3": null, "cy": "IT", "lg": 15.0907, "lat": 36.71864, "name": "Pachino", "geoid": 2523938}, "notime": null, "date-ut": "1907-07-24 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Vitaliano", "family": "Brancati"}, "birth": {"place": {"c2": "SR", "cy": "IT", "lg": 15.0907, "lat": 36.71864, "name": "Pachino", "geoid": 2523938}, "date-ut": "1907-07-24 19:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-838"}, "ids-in-sources": {"a6": "838"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "SR", "COU": "I", "DAY": "24", "LAT": "37N 0", "LON": "15E30", "MON": "7", "NUM": "838", "PRO": "W", "SEC": "0", "YEA": "1907", "CITY": "PACHINO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Vitaliano", "family": "Brancati"}, "birth": {"tzo": "+01:00", "date": "1907-07-24 20:00", "note": "", "place": {"name": "Pachino"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "70", "muller": "M1-70"}}, "raw": {"LG": "-15,5", "DAY": "24", "LAT": "37", "MIN": "00", "TZO": "-1", "HOUR": "20", "NAME": "70M Brancati, Vitaliano", "YEAR": "1907", "MONTH": "07", "PLACE": "Pachino SR"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14615	bongiovanni-giannetto-1890-11-08	{"a6": "835", "afd1": "64"}	{"lerrcp": "A6-835", "muller": "M1-64"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giannetto", "family": "Bongiovanni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1890-11-08 22:30", "note": "", "place": {"c1": null, "c2": "MN", "c3": null, "cy": "IT", "lg": 10.63759, "lat": 44.95337, "name": "Dosolo", "geoid": 3177503}, "notime": null, "date-ut": "1890-11-08 21:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Giametto", "family": "Bongiovanni"}, "birth": {"place": {"c2": "MN", "cy": "IT", "lg": 10.63759, "lat": 44.95337, "name": "Dosolo", "geoid": 3177503}, "date-ut": "1890-11-08 21:40:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-835"}, "ids-in-sources": {"a6": "835"}}, "raw": {"H": "22", "MN": "40", "TZ": "-1", "COD": "MN", "COU": "I", "DAY": "8", "LAT": "45N12", "LON": "11E 0", "MON": "11", "NUM": "835", "PRO": "W", "SEC": "4", "YEA": "1890", "CITY": "DOSOLO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Giannetto", "family": "Bongiovanni"}, "birth": {"tzo": "+00:50", "date": "1890-11-08 22:30", "note": "", "place": {"name": "Dosolo"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "64", "muller": "M1-64"}}, "raw": {"LG": "-11", "DAY": "08", "LAT": "45,2", "MIN": "30", "TZO": "-0,83", "HOUR": "22", "NAME": "64M Bongiovanni, Giannetto", "YEAR": "1890", "MONTH": "11", "PLACE": "Dosolo MN"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
18258	douillard-claude-1928-02-08	{"e1": "628"}	{"lerrcp": "E1-628"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Douillard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1928-02-08 10:30", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.18967, "lat": 48.8765, "name": "Rueil-Malmaison", "geoid": 2982235}, "notime": null, "date-ut": "1928-02-08 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Douillard"}, "birth": {"tzo": "+00:00", "date": "1928-02-08 10:30", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.18967, "lat": 48.8765, "name": "Rueil-Malmaison", "geoid": 2982235}, "date-ut": "1928-02-08 10:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "628"}}, "raw": {"H": "10:30", "COD": "92", "DAY": "08", "MON": "02", "NUM": "0628", "PRO": "EX", "YEA": "1928", "CITY": "Rueil-Malmaison", "NAME": "DOUILLARD Claude", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14620	burrascano-nine-1884-01-01	{"a6": "840", "afd1": "76"}	{"lerrcp": "A6-840", "muller": "M1-76"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nine", "family": "Burrascano", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:54", "date": "1884-01-01 06:00", "note": "", "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 15.21018, "lat": 38.09916, "name": "Castroreale", "geoid": 2525073}, "notime": null, "date-ut": "1884-01-01 05:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Nino", "family": "Burrascano"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 15.21018, "lat": 38.09916, "name": "Castroreale", "geoid": 2525073}, "date-ut": "1884-01-01 05:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-840"}, "ids-in-sources": {"a6": "840"}}, "raw": {"H": "6", "MN": "10", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "1", "LAT": "38N 0", "LON": "15E30", "MON": "1", "NUM": "840", "PRO": "W", "SEC": "4", "YEA": "1884", "CITY": "CASTROREALE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Nine", "family": "Burrascano"}, "birth": {"tzo": "+00:54", "date": "1884-01-01 06:00", "note": "", "place": {"name": "Castroreale"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "76", "muller": "M1-76"}}, "raw": {"LG": "-15,5", "DAY": "01", "LAT": "38", "MIN": "00", "TZO": "-0,88", "HOUR": "06", "NAME": "76M Burrascano, Nine", "YEAR": "1884", "MONTH": "01", "PLACE": "Castroreale HE"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14621	busetto-andrea-1888-08-09	{"a6": "841", "afd1": "77"}	{"lerrcp": "A6-841", "muller": "M1-77"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Andrea", "family": "Busetto", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1888-08-09 23:59", "note": "", "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "notime": null, "date-ut": "1888-08-09 11:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Andrea", "family": "Busetto"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "date-ut": "1888-08-09 11:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-841"}, "ids-in-sources": {"a6": "841"}}, "raw": {"H": "12", "MN": "10", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "9", "LAT": "45N30", "LON": "12E30", "MON": "8", "NUM": "841", "PRO": "W", "SEC": "4", "YEA": "1888", "CITY": "VENEZIA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Andrea", "family": "Busetto"}, "birth": {"tzo": "+00:50", "date": "1888-08-09 23:59", "note": "", "place": {"name": "Venezia"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "77", "muller": "M1-77"}}, "raw": {"LG": "-12,5", "DAY": "09", "LAT": "45,5", "MIN": "59", "TZO": "-0,83", "HOUR": "23", "NAME": "77M Busetto, Andrea", "YEAR": "1888", "MONTH": "08", "PLACE": "Venezia VE"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
18259	doumeng-jean-baptiste-1919-12-02	{"e1": "629"}	{"lerrcp": "E1-629"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Baptiste", "family": "Doumeng", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1919-12-02 05:30", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.26951, "lat": 43.39873, "name": "Lacasse", "geoid": 3010580}, "notime": null, "date-ut": "1919-12-02 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean-Baptiste", "family": "Doumeng"}, "birth": {"tzo": "+00:00", "date": "1919-12-02 05:30", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.26951, "lat": 43.39873, "name": "Lacasse", "geoid": 3010580}, "date-ut": "1919-12-02 05:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "629"}}, "raw": {"H": "05:30", "COD": "31", "DAY": "02", "MON": "12", "NUM": "0629", "PRO": "EX", "YEA": "1919", "CITY": "Lacasse", "NAME": "DOUMENG Jean-Baptiste", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14626	cardone-domenico-antonio-1902-01-21	{"a6": "846", "afd1": "96"}	{"lerrcp": "A6-846", "muller": "M1-96"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Domenico Antonio", "family": "Cardone", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1902-01-21 15:15", "note": "", "place": {"c1": null, "c2": "RC", "c3": null, "cy": "IT", "lg": 15.84915, "lat": 38.35862, "name": "Palmi", "geoid": 2523902}, "notime": null, "date-ut": "1902-01-21 14:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Domenico", "family": "Cardone"}, "birth": {"place": {"c2": "RC", "cy": "IT", "lg": 15.84915, "lat": 38.35862, "name": "Palmi", "geoid": 2523902}, "date-ut": "1902-01-21 14:15"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-846"}, "ids-in-sources": {"a6": "846"}}, "raw": {"H": "15", "MN": "15", "TZ": "-1", "COD": "RC", "COU": "I", "DAY": "21", "LAT": "38N 6", "LON": "15E30", "MON": "1", "NUM": "846", "PRO": "W", "SEC": "0", "YEA": "1902", "CITY": "PALMI"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Domenico Antonio", "family": "Cardone"}, "birth": {"tzo": "+01:00", "date": "1902-01-21 15:15", "note": "", "place": {"name": "Palmi"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "96", "muller": "M1-96"}}, "raw": {"LG": "-15,5", "DAY": "21", "LAT": "38,1", "MIN": "15", "TZO": "-1", "HOUR": "15", "NAME": "96M Cardone, Domenico Antonio", "YEAR": "1902", "MONTH": "01", "PLACE": "Palmi RC"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14627	carletti-ercole-1877-11-06	{"a6": "847", "afd1": "97"}	{"lerrcp": "A6-847", "muller": "M1-97"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ercole", "family": "Carletti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1877-11-06 21:30", "note": "", "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.24222, "lat": 46.06194, "name": "Udine", "geoid": 3165072}, "notime": null, "date-ut": "1877-11-06 20:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Ercole", "family": "Carletti"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.24222, "lat": 46.06194, "name": "Udine", "geoid": 3165072}, "date-ut": "1877-11-06 20:40:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-847"}, "ids-in-sources": {"a6": "847"}}, "raw": {"H": "21", "MN": "40", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "6", "LAT": "46N 0", "LON": "13E30", "MON": "11", "NUM": "847", "PRO": "W", "SEC": "4", "YEA": "1877", "CITY": "UDINE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Ercole", "family": "Carletti"}, "birth": {"tzo": "+00:50", "date": "1877-11-06 21:30", "note": "", "place": {"name": "Udine"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "97", "muller": "M1-97"}}, "raw": {"LG": "-13,5", "DAY": "06", "LAT": "46", "MIN": "30", "TZO": "-0,83", "HOUR": "21", "NAME": "97M Carletti, Ercole", "YEAR": "1877", "MONTH": "11", "PLACE": "Udine UD"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
18260	dourlhes-paul-1892-05-10	{"e1": "630"}	{"lerrcp": "E1-630"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Dourlhes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1892-05-10 08:00", "note": null, "place": {"c1": null, "c2": "19", "c3": "", "cy": "FR", "lg": 1.77233, "lat": 45.26582, "name": "Tulle", "geoid": 2971482}, "notime": null, "date-ut": "1892-05-10 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Dourlhes"}, "birth": {"tzo": "+00:09", "date": "1892-05-10 08:00", "place": {"c2": "19", "c3": "", "cy": "FR", "lg": 1.77233, "lat": 45.26582, "name": "Tulle", "geoid": 2971482}, "date-ut": "1892-05-10 07:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "630"}}, "raw": {"H": "08:00", "COD": "19", "DAY": "10", "MON": "05", "NUM": "0630", "PRO": "PH", "YEA": "1892", "CITY": "Tulle", "NAME": "DOURLHES Paul", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14633	chiapparini-giovanni-1886-01-15	{"a6": "853", "afd1": "112"}	{"lerrcp": "A6-853", "muller": "M1-112"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Chiapparini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1886-01-15 07:00", "note": "", "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 11.88334, "lat": 44.2857, "name": "Faenza", "geoid": 3177300}, "notime": null, "date-ut": "1886-01-15 06:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Chiapparini"}, "birth": {"place": {"c2": "RA", "cy": "IT", "lg": 11.88334, "lat": 44.2857, "name": "Faenza", "geoid": 3177300}, "date-ut": "1886-01-15 06:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-853"}, "ids-in-sources": {"a6": "853"}}, "raw": {"H": "7", "MN": "10", "TZ": "-1", "COD": "RA", "COU": "I", "DAY": "15", "LAT": "44N24", "LON": "12E15", "MON": "1", "NUM": "853", "PRO": "W", "SEC": "4", "YEA": "1886", "CITY": "FAENZA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Giovanni", "family": "Chiapparini"}, "birth": {"tzo": "+00:50", "date": "1886-01-15 07:00", "note": "", "place": {"name": "Faenza"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "112", "muller": "M1-112"}}, "raw": {"LG": "-12,25", "DAY": "15", "LAT": "44,4", "MIN": "00", "TZO": "-0,83", "HOUR": "07", "NAME": "112M Chiapparini, Giovanni", "YEAR": "1886", "MONTH": "01", "PLACE": "Faenza RA"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14630	cavacchioli-enrico-1885-03-15	{"a6": "850", "afd1": "103"}	{"lerrcp": "A6-850", "muller": "M1-103"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enrico", "family": "Cavacchioli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:54", "date": "1885-03-15 09:15", "note": "", "place": {"c1": null, "c2": "RG", "c3": null, "cy": "IT", "lg": 14.84989, "lat": 36.73054, "name": "Pozzallo", "geoid": 2523693}, "notime": null, "date-ut": "1885-03-15 08:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Enrico", "family": "Cavacchioli"}, "birth": {"place": {"c2": "RG", "cy": "IT", "lg": 14.84989, "lat": 36.73054, "name": "Pozzallo", "geoid": 2523693}, "date-ut": "1885-03-15 08:25:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-850"}, "ids-in-sources": {"a6": "850"}}, "raw": {"H": "9", "MN": "25", "TZ": "-1", "COD": "RG", "COU": "I", "DAY": "15", "LAT": "37N 0", "LON": "14E45", "MON": "3", "NUM": "850", "PRO": "W", "SEC": "4", "YEA": "1885", "CITY": "POZZALLO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Enrico", "family": "Cavacchioli"}, "birth": {"tzo": "+00:54", "date": "1885-03-15 09:15", "note": "", "place": {"name": "Pozzallo"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "103", "muller": "M1-103"}}, "raw": {"LG": "-14,75", "DAY": "15", "LAT": "37", "MIN": "15", "TZO": "-0,88", "HOUR": "09", "NAME": "103M Cavacchioli, Enrico", "YEAR": "1885", "MONTH": "03", "PLACE": "Pozzallo RG"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
18261	douzou-pierre-1926-08-25	{"e1": "631"}	{"lerrcp": "E1-631"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Douzou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1926-08-25 23:00", "note": null, "place": {"c1": null, "c2": "12", "c3": "", "cy": "FR", "lg": 3.07848, "lat": 44.09973, "name": "Millau", "geoid": 2993875}, "notime": null, "date-ut": "1926-08-25 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Douzou"}, "birth": {"tzo": "+01:00", "date": "1926-08-25 23:00", "place": {"c2": "12", "c3": "", "cy": "FR", "lg": 3.07848, "lat": 44.09973, "name": "Millau", "geoid": 2993875}, "date-ut": "1926-08-25 22:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "631"}}, "raw": {"H": "23:00", "COD": "12", "DAY": "25", "MON": "08", "NUM": "0631", "PRO": "PH", "YEA": "1926", "CITY": "Millau", "NAME": "DOUZOU Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14638	conti-guide-1906-06-29	{"a6": "858", "afd1": "127"}	{"lerrcp": "A6-858", "muller": "M1-127"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guide", "family": "Conti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1906-06-29 03:30", "note": "", "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 8.90784, "lat": 45.59597, "name": "Legnano", "geoid": 3174921}, "notime": null, "date-ut": "1906-06-29 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Guido", "family": "Conti"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 8.90784, "lat": 45.59597, "name": "Legnano", "geoid": 3174921}, "date-ut": "1906-06-29 02:30"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-858"}, "ids-in-sources": {"a6": "858"}}, "raw": {"H": "3", "MN": "30", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "29", "LAT": "45N30", "LON": "9E15", "MON": "6", "NUM": "858", "PRO": "W", "SEC": "0", "YEA": "1906", "CITY": "LEGNANO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Guide", "family": "Conti"}, "birth": {"tzo": "+01:00", "date": "1906-06-29 03:30", "note": "", "place": {"name": "Legnano"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "127", "muller": "M1-127"}}, "raw": {"LG": "-9,25", "DAY": "29", "LAT": "45,5", "MIN": "30", "TZO": "-1", "HOUR": "03", "NAME": "127M Conti, Guide", "YEAR": "1906", "MONTH": "06", "PLACE": "Legnano MI"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14635	cinti-decio-1878-08-10	{"a6": "855", "afd1": "120"}	{"lerrcp": "A6-855", "muller": "M1-120"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Decio", "family": "Cinti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1878-08-10 12:30", "note": "", "place": {"c1": null, "c2": "FO", "c3": null, "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "Forli", "geoid": 0}, "notime": null, "date-ut": "1878-08-10 11:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Decio", "family": "Cinti"}, "birth": {"place": {"c2": "FO", "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "FORLI", "geoid": 0}, "date-ut": "1878-08-10 11:40:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-855"}, "ids-in-sources": {"a6": "855"}}, "raw": {"H": "12", "MN": "40", "TZ": "-1", "COD": "FO", "COU": "I", "DAY": "10", "LAT": "44N12", "LON": "12E30", "MON": "8", "NUM": "855", "PRO": "W", "SEC": "4", "YEA": "1878", "CITY": "FORLI"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Decio", "family": "Cinti"}, "birth": {"tzo": "+00:50", "date": "1878-08-10 12:30", "note": "", "place": {"name": "Forli"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "120", "muller": "M1-120"}}, "raw": {"LG": "-12,5", "DAY": "10", "LAT": "44,2", "MIN": "30", "TZO": "-0,83", "HOUR": "12", "NAME": "120M Cinti, Decio", "YEAR": "1878", "MONTH": "08", "PLACE": "Forli FO"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14636	cittadini-armando-1882-06-12	{"a6": "856", "afd1": "122"}	{"lerrcp": "A6-856", "muller": "M1-122"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armando", "family": "Cittadini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1882-06-12 07:30", "note": "", "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 12.61429, "lat": 43.07083, "name": "Assisi", "geoid": 3182722}, "notime": null, "date-ut": "1882-06-12 06:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Armando", "family": "Cittadini"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 12.61429, "lat": 43.07083, "name": "Assisi", "geoid": 3182722}, "date-ut": "1882-06-12 06:40:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-856"}, "ids-in-sources": {"a6": "856"}}, "raw": {"H": "7", "MN": "40", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "12", "LAT": "43N 0", "LON": "13E 0", "MON": "6", "NUM": "856", "PRO": "W", "SEC": "4", "YEA": "1882", "CITY": "ASSISI"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Armando", "family": "Cittadini"}, "birth": {"tzo": "+00:50", "date": "1882-06-12 07:30", "note": "", "place": {"name": "Assisi"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "122", "muller": "M1-122"}}, "raw": {"LG": "-13", "DAY": "12", "LAT": "43", "MIN": "30", "TZO": "-0,83", "HOUR": "07", "NAME": "122M Cittadini, Armando", "YEAR": "1882", "MONTH": "06", "PLACE": "Assisi PG"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
18262	dreyfous-ducas-daniel-1914-06-11	{"e1": "632"}	{"lerrcp": "E1-632"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "Dreyfous-Ducas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-06-11 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "16", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1914-06-11 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Daniel", "family": "Dreyfous-Ducas"}, "birth": {"tzo": "+00:00", "date": "1914-06-11 05:00", "place": {"c2": "75", "c3": "16", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1914-06-11 05:00"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "632"}}, "raw": {"H": "05:00", "COD": "75", "DAY": "11", "MON": "06", "NUM": "0632", "PRO": "MI", "YEA": "1914", "CITY": "Paris 16ème", "NAME": "DREYFOUS-DUCAS Daniel", "NOTE": "L"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
13096	croce-benedetto-1866-02-25	{"a5": "1636", "a6": "862", "afd1": "140", "afd2": "129"}	{"lerrcp": "A5-1636", "muller": "M2-129"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benedetto", "family": "Croce", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:52", "date": "1866-02-25 14:00", "note": "LMT", "place": {"c1": null, "c2": "AQ", "c3": null, "cy": "IT", "lg": 13.78891, "lat": 41.80403, "name": "Pescasseroli", "geoid": 3171159}, "notime": null, "date-ut": "1866-02-25 13:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician", "writer", "humanities-scholar"]	5	null	[{"new": {"name": {"given": "Benedetto", "family": "Croce"}, "birth": {"place": {"c2": "AQ", "cy": "IT", "lg": 13.78891, "lat": 41.80403, "name": "Pescasseroli", "geoid": 3171159}, "date-ut": "1866-02-25 13:06"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1636"}, "ids-in-sources": {"a5": "1636"}}, "raw": {"H": "14", "MN": "6", "TZ": "-1", "COD": "AQ", "COU": "I", "DAY": "25", "LAT": "42N24", "LON": "13E30", "MON": "2", "NUM": "1636", "PRO": "PT", "SEC": "0", "YEA": "1866", "CITY": "PESCASSEROLI"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "862"}}, "raw": {"H": "14", "MN": "6", "TZ": "-1", "COD": "AQ", "COU": "I", "DAY": "25", "LAT": "42N24", "LON": "13E30", "MON": "2", "NUM": "862", "PRO": "W", "SEC": "0", "YEA": "1866", "CITY": "PESCASSEROLI"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Benedetto", "family": "Croce"}, "birth": {"tzo": "+00:52", "date": "1866-02-25 14:00", "note": "LMT", "place": {"name": "Pescasseroli"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "140", "muller": "M1-140"}}, "raw": {"LG": "-13,5", "DAY": "25", "LAT": "42,4", "MIN": "00", "TZO": "LMT", "HOUR": "14", "NAME": "140M Croce, Benedetto", "YEAR": "1866", "MONTH": "02", "PLACE": "Pescasseroli AQ"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}, {"new": {"sex": "M", "occus": ["humanities-scholar"], "ids-in-sources": {"afd2": "129"}}, "raw": {"CY": "I", "GQ": "G", "LG": "013 E 47", "LAT": "41 N 48", "TZO": "", "DATE": "25.02.1866", "MUID": "129", "NAME": "Croce, Benedetto", "OCCU": "SC 06", "TIME": "14.00", "BOOKS": "567", "PLACE": "Pescasseroli", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
18649	huet-leon-1895-11-16	{"e1": "1018"}	{"lerrcp": "E1-1018"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Huet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1895-11-16 18:00", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": 3.29939, "lat": 48.55897, "name": "Provins", "geoid": 2985229}, "notime": null, "date-ut": "1895-11-16 17:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Huet"}, "birth": {"tzo": "+00:09", "date": "1895-11-16 18:00", "place": {"c2": "77", "c3": "", "cy": "FR", "lg": 3.29939, "lat": 48.55897, "name": "Provins", "geoid": 2985229}, "date-ut": "1895-11-16 17:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1018"}}, "raw": {"H": "18:00", "COD": "77", "DAY": "16", "MON": "11", "NUM": "1018", "PRO": "PH", "YEA": "1895", "CITY": "Provins", "NAME": "HUET Léon", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14645	delfini-antonio-1907-06-10	{"a6": "867", "afd1": "157"}	{"lerrcp": "A6-867", "muller": "M1-157"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Delfini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1907-06-10 11:44", "note": "", "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "notime": null, "date-ut": "1907-06-10 10:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Delfini"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "date-ut": "1907-06-10 10:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-867"}, "ids-in-sources": {"a6": "867"}}, "raw": {"H": "11", "MN": "40", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "10", "LAT": "44N36", "LON": "11E15", "MON": "6", "NUM": "867", "PRO": "W", "SEC": "0", "YEA": "1907", "CITY": "MODENA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Antonio", "family": "Delfini"}, "birth": {"tzo": "+01:00", "date": "1907-06-10 11:44", "note": "", "place": {"name": "Modena"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "157", "muller": "M1-157"}}, "raw": {"LG": "-11,25", "DAY": "10", "LAT": "44,6", "MIN": "44", "TZO": "-1", "HOUR": "11", "NAME": "157M Delfini, Antonio", "YEAR": "1907", "MONTH": "06", "PLACE": "Modena MO"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
18263	driessens-jules-1906-03-28	{"e1": "633"}	{"lerrcp": "E1-633"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Driessens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-03-28 15:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1906-03-28 14:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Driessens"}, "birth": {"tzo": "+00:09", "date": "1906-03-28 15:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1906-03-28 14:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "633"}}, "raw": {"H": "15:00", "COD": "59", "DAY": "28", "MON": "03", "NUM": "0633", "PRO": "PH", "YEA": "1906", "CITY": "Roubaix", "NAME": "DRIESSENS Jules", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14649	de-stefani-alessandro-1891-01-02	{"a6": "871", "afd1": "169"}	{"lerrcp": "A6-871", "muller": "M1-169"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alessandro", "family": "De Stefani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1891-01-02 08:30", "note": "", "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.5, "lat": 46, "name": "Cividale del Fr", "geoid": 0}, "notime": null, "date-ut": "1891-01-02 07:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Alessandro", "family": "De Stefani"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.5, "lat": 46, "name": "CIVIDALE DEL FR", "geoid": 0}, "date-ut": "1891-01-02 07:40:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-871"}, "ids-in-sources": {"a6": "871"}}, "raw": {"H": "8", "MN": "40", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "2", "LAT": "46N 0", "LON": "13E30", "MON": "1", "NUM": "871", "PRO": "W", "SEC": "4", "YEA": "1891", "CITY": "CIVIDALE DEL FR"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Alessandro", "family": "De Stefani"}, "birth": {"tzo": "+00:50", "date": "1891-01-02 08:30", "note": "", "place": {"name": "Cividale del Fr"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "169", "muller": "M1-169"}}, "raw": {"LG": "-13,5", "DAY": "02", "LAT": "46", "MIN": "30", "TZO": "-0,83", "HOUR": "08", "NAME": "169M De Stefani, Alessandro", "YEAR": "1891", "MONTH": "01", "PLACE": "Cividale del Fr UD"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
18264	drieux-henri-1908-08-29	{"e1": "634"}	{"lerrcp": "E1-634"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Drieux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1908-08-29 23:00", "note": null, "place": {"c1": null, "c2": "27", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Dernay", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Drieux"}, "birth": {"tzo": "", "date": "1908-08-29 23:00", "place": {"c2": "27", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Dernay", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "634"}}, "raw": {"H": "23:00", "COD": "27", "DAY": "29", "MON": "08", "NUM": "0634", "PRO": "PH", "YEA": "1908", "CITY": "Dernay", "NAME": "DRIEUX Henri", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14654	fabietti-ettore-1876-12-20	{"a6": "876", "afd1": "182"}	{"lerrcp": "A6-876", "muller": "M1-182"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ettore", "family": "Fabietti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1876-12-20 18:15", "note": "", "place": {"c1": null, "c2": "SI", "c3": null, "cy": "IT", "lg": 11.90235, "lat": 42.96694, "name": "Cetona", "geoid": 3178933}, "notime": null, "date-ut": "1876-12-20 17:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Ettore", "family": "Fabietti"}, "birth": {"place": {"c2": "SI", "cy": "IT", "lg": 11.90235, "lat": 42.96694, "name": "Cetona", "geoid": 3178933}, "date-ut": "1876-12-20 17:25:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-876"}, "ids-in-sources": {"a6": "876"}}, "raw": {"H": "18", "MN": "25", "TZ": "-1", "COD": "SI", "COU": "I", "DAY": "20", "LAT": "43N18", "LON": "11E45", "MON": "12", "NUM": "876", "PRO": "W", "SEC": "4", "YEA": "1876", "CITY": "CETONA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Ettore", "family": "Fabietti"}, "birth": {"tzo": "+00:50", "date": "1876-12-20 18:15", "note": "", "place": {"name": "Cetona"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "182", "muller": "M1-182"}}, "raw": {"LG": "-11,75", "DAY": "20", "LAT": "43,3", "MIN": "15", "TZO": "-0,83", "HOUR": "18", "NAME": "182M Fabietti, Ettore", "YEAR": "1876", "MONTH": "12", "PLACE": "Cetona SI"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14653	fabbri-casimiro-1907-03-06	{"a6": "875", "afd1": "180"}	{"lerrcp": "A6-875", "muller": "M1-180"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Casimiro", "family": "Fabbri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1907-03-06 05:15", "note": "", "place": {"c1": null, "c2": "FE", "c3": null, "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "notime": null, "date-ut": "1907-03-06 04:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Casimiro", "family": "Fabbri"}, "birth": {"place": {"c2": "FE", "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "date-ut": "1907-03-06 04:15"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-875"}, "ids-in-sources": {"a6": "875"}}, "raw": {"H": "5", "MN": "15", "TZ": "-1", "COD": "FE", "COU": "I", "DAY": "6", "LAT": "44N42", "LON": "12E30", "MON": "3", "NUM": "875", "PRO": "W", "SEC": "0", "YEA": "1907", "CITY": "FERRARA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Casimiro", "family": "Fabbri"}, "birth": {"tzo": "+01:00", "date": "1907-03-06 05:15", "note": "", "place": {"name": "Ferrara"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "180", "muller": "M1-180"}}, "raw": {"LG": "-12,5", "DAY": "06", "LAT": "44,7", "MIN": "15", "TZO": "-1", "HOUR": "05", "NAME": "180M Fabbri, Casimiro", "YEAR": "1907", "MONTH": "03", "PLACE": "Ferrara FE"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14656	falqui-enrico-1901-10-12	{"a6": "878", "afd1": "184"}	{"lerrcp": "A6-878", "muller": "M1-184"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enrico", "family": "Falqui", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1901-10-12 13:30", "note": "", "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.27403, "lat": 40.93931, "name": "Frattamaggiore", "geoid": 3176561}, "notime": null, "date-ut": "1901-10-12 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-878"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.27403, "lat": 40.93931, "name": "Frattamaggiore", "geoid": 3176561}, "date-ut": "1901-10-12 12:30"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-878"}, "ids-in-sources": {"a6": "878"}}, "raw": {"H": "13", "MN": "30", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "12", "LAT": "40N54", "LON": "14E 0", "MON": "10", "NUM": "878", "PRO": "W", "SEC": "0", "YEA": "1901", "CITY": "FRATTAMAGGIORE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Enrico", "family": "Falqui"}, "birth": {"tzo": "+01:00", "date": "1901-10-12 13:30", "note": "", "place": {"name": "Frattamaggiore"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "184", "muller": "M1-184"}}, "raw": {"LG": "-14", "DAY": "12", "LAT": "40,9", "MIN": "30", "TZO": "-1", "HOUR": "13", "NAME": "184M Falqui, Enrico", "YEAR": "1901", "MONTH": "10", "PLACE": "Frattamaggiore NA"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
18265	dronne-raymond-1908-03-08	{"e1": "635", "g55": "08-256"}	{"g55": "08-256", "lerrcp": "E1-635"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Dronne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-03-08 12:00", "note": null, "place": {"c1": null, "c2": "72", "c3": "", "cy": "FR", "lg": 0.27473, "lat": 47.75938, "name": "Mayet", "geoid": 2994928}, "notime": null, "date-ut": "1908-03-08 11:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Dronne"}, "birth": {"tzo": "+00:09", "date": "1908-03-08 12:00", "place": {"c2": "72", "c3": "", "cy": "FR", "lg": 0.27473, "lat": 47.75938, "name": "Mayet", "geoid": 2994928}, "date-ut": "1908-03-08 11:51"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "635"}}, "raw": {"H": "12:00", "COD": "72", "DAY": "08", "MON": "03", "NUM": "0635", "PRO": "MI", "YEA": "1908", "CITY": "Mayet", "NAME": "DRONNE Raymond", "NOTE": "L"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"partial-ids": {"g55": "08-256"}, "ids-in-source": {"g55": "08-256"}}, "raw": {"DAY": "8-3-1908", "HOUR": "12 h.", "NAME": "DRONNE Raymond", "PLACE": "Mayet (Sarthe)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[null]
14660	fiumi-lionello-1894-04-12	{"a6": "882", "afd1": "191"}	{"lerrcp": "A6-882", "muller": "M1-191"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lionello", "family": "Fiumi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1894-04-12 22:45", "note": "", "place": {"c1": null, "c2": "TN", "c3": null, "cy": "IT", "lg": 11.03868, "lat": 45.8896, "name": "Rovereto", "geoid": 3168854}, "notime": null, "date-ut": "1894-04-12 21:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Lionello", "family": "Fiumi"}, "birth": {"place": {"c2": "TN", "cy": "IT", "lg": 11.03868, "lat": 45.8896, "name": "Rovereto", "geoid": 3168854}, "date-ut": "1894-04-12 21:45"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-882"}, "ids-in-sources": {"a6": "882"}}, "raw": {"H": "22", "MN": "45", "TZ": "-1", "COD": "TN", "COU": "I", "DAY": "12", "LAT": "46N 0", "LON": "12E 0", "MON": "4", "NUM": "882", "PRO": "W", "SEC": "0", "YEA": "1894", "CITY": "ROVERETO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Lionello", "family": "Fiumi"}, "birth": {"tzo": "+01:00", "date": "1894-04-12 22:45", "note": "", "place": {"name": "Rovereto"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "191", "muller": "M1-191"}}, "raw": {"LG": "-12", "DAY": "12", "LAT": "46", "MIN": "45", "TZO": "-1", "HOUR": "22", "NAME": "191M Fiumi, Lionello", "YEAR": "1894", "MONTH": "04", "PLACE": "Rovereto TN"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14659	federici-mario-1900-06-03	{"a6": "881", "afd1": "189"}	{"lerrcp": "A6-881", "muller": "M1-189"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Federici", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1900-06-03 06:30", "note": "", "place": {"c1": null, "c2": "AQ", "c3": null, "cy": "IT", "lg": 13.39954, "lat": 42.35055, "name": "L'Aquila", "geoid": 3175121}, "notime": null, "date-ut": "1900-06-03 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Federici"}, "birth": {"place": {"c2": "AQ", "cy": "IT", "lg": 13.39954, "lat": 42.35055, "name": "L'Aquila", "geoid": 3175121}, "date-ut": "1900-06-03 05:30"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-881"}, "ids-in-sources": {"a6": "881"}}, "raw": {"H": "6", "MN": "30", "TZ": "-1", "COD": "AQ", "COU": "I", "DAY": "3", "LAT": "42N24", "LON": "13E30", "MON": "6", "NUM": "881", "PRO": "W", "SEC": "0", "YEA": "1900", "CITY": "L'AQUILA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Mario", "family": "Federici"}, "birth": {"tzo": "+01:00", "date": "1900-06-03 06:30", "note": "", "place": {"name": "L'Aquila"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "189", "muller": "M1-189"}}, "raw": {"LG": "-13,5", "DAY": "03", "LAT": "42,4", "MIN": "30", "TZO": "-1", "HOUR": "06", "NAME": "189M Federici, Mario", "YEAR": "1900", "MONTH": "06", "PLACE": "L'Aquila AQ"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
18266	drouant-armand-1898-05-16	{"e1": "636"}	{"lerrcp": "E1-636"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Drouant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-05-16 11:30", "note": null, "place": {"c1": null, "c2": "14", "c3": "", "cy": "FR", "lg": 0.22925, "lat": 49.1466, "name": "Lisieux", "geoid": 2998150}, "notime": null, "date-ut": "1898-05-16 11:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Drouant"}, "birth": {"tzo": "+00:09", "date": "1898-05-16 11:30", "place": {"c2": "14", "c3": "", "cy": "FR", "lg": 0.22925, "lat": 49.1466, "name": "Lisieux", "geoid": 2998150}, "date-ut": "1898-05-16 11:21"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "636"}}, "raw": {"H": "11:30", "COD": "14", "DAY": "16", "MON": "05", "NUM": "0636", "PRO": "EX", "YEA": "1898", "CITY": "Lisieux", "NAME": "DROUANT Armand", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14664	foresi-sandro-1878-04-18	{"a6": "886", "afd1": "196"}	{"lerrcp": "A6-886", "muller": "M1-196"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sandro", "family": "Foresi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1878-04-18 15:00", "note": "", "place": {"c1": null, "c2": "LI", "c3": null, "cy": "IT", "lg": 10.31462, "lat": 42.81152, "name": "Portoferraio", "geoid": 3170094}, "notime": null, "date-ut": "1878-04-18 14:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Sandro", "family": "Foresi"}, "birth": {"place": {"c2": "LI", "cy": "IT", "lg": 10.31462, "lat": 42.81152, "name": "Portoferraio", "geoid": 3170094}, "date-ut": "1878-04-18 14:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-886"}, "ids-in-sources": {"a6": "886"}}, "raw": {"H": "15", "MN": "10", "TZ": "-1", "COD": "LI", "COU": "I", "DAY": "18", "LAT": "43N36", "LON": "9E30", "MON": "4", "NUM": "886", "PRO": "W", "SEC": "4", "YEA": "1878", "CITY": "PORTOFERRAIO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Sandro", "family": "Foresi"}, "birth": {"tzo": "+00:50", "date": "1878-04-18 15:00", "note": "", "place": {"name": "Portoferraio"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "196", "muller": "M1-196"}}, "raw": {"LG": "-9,5", "DAY": "18", "LAT": "43,6", "MIN": "00", "TZO": "-0,83", "HOUR": "15", "NAME": "196M Foresi, Sandro", "YEAR": "1878", "MONTH": "04", "PLACE": "Portoferraio LI"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14663	folicaldi-alceo-1900-02-07	{"a6": "885", "afd1": "195"}	{"lerrcp": "A6-885", "muller": "M1-195"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alceo", "family": "Folicaldi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1900-02-07 12:00", "note": "", "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 12.25, "lat": 44.4, "name": "Lugo", "geoid": 0}, "notime": null, "date-ut": "1900-02-07 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Alceo", "family": "Folicaldi"}, "birth": {"place": {"c2": "RA", "cy": "IT", "lg": 12.25, "lat": 44.4, "name": "LUGO DI ROMAGNA", "geoid": 0}, "date-ut": "1900-02-07 11:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-885"}, "ids-in-sources": {"a6": "885"}}, "raw": {"H": "12", "MN": "0", "TZ": "-1", "COD": "RA", "COU": "I", "DAY": "7", "LAT": "44N24", "LON": "12E15", "MON": "2", "NUM": "885", "PRO": "W", "SEC": "0", "YEA": "1900", "CITY": "LUGO DI ROMAGNA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Alceo", "family": "Folicaldi"}, "birth": {"tzo": "+01:00", "date": "1900-02-07 12:00", "note": "", "place": {"name": "Lugo"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "195", "muller": "M1-195"}}, "raw": {"LG": "-12,25", "DAY": "07", "LAT": "44,4", "MIN": "00", "TZO": "-1", "HOUR": "12", "NAME": "195M Folicaldi, Alceo", "YEAR": "1900", "MONTH": "02", "PLACE": "Lugo RA"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
18267	dubar-jean-1898-01-23	{"e1": "637"}	{"lerrcp": "E1-637"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Dubar", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-01-23 15:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 2.88214, "lat": 50.68568, "name": "Armentières", "geoid": 3036903}, "notime": null, "date-ut": "1898-01-23 15:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Dubar"}, "birth": {"tzo": "+00:09", "date": "1898-01-23 15:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 2.88214, "lat": 50.68568, "name": "Armentières", "geoid": 3036903}, "date-ut": "1898-01-23 15:21"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "637"}}, "raw": {"H": "15:30", "COD": "59", "DAY": "23", "MON": "01", "NUM": "0637", "PRO": "PH", "YEA": "1898", "CITY": "Armentières", "NAME": "DUBAR Jean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14669	gherardi-gherardo-1891-07-02	{"a6": "891", "afd1": "222"}	{"lerrcp": "A6-891", "muller": "M1-222"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gherardo", "family": "Gherardi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1891-07-02 20:30", "note": "", "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11, "lat": 44.5, "name": "Granaglione", "geoid": 0}, "notime": null, "date-ut": "1891-07-02 19:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Gherardo", "family": "Gherardi"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11, "lat": 44.5, "name": "CAPANNE", "geoid": 0}, "date-ut": "1891-07-02 19:40:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-891"}, "ids-in-sources": {"a6": "891"}}, "raw": {"H": "20", "MN": "40", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "2", "LAT": "44N30", "LON": "11E 0", "MON": "7", "NUM": "891", "PRO": "W", "SEC": "4", "YEA": "1891", "CITY": "CAPANNE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Gherardo", "family": "Gherardi"}, "birth": {"tzo": "+00:50", "date": "1891-07-02 20:30", "note": "", "place": {"name": "Granaglione"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "222", "muller": "M1-222"}}, "raw": {"LG": "-11", "DAY": "02", "LAT": "44,5", "MIN": "30", "TZO": "-0,83", "HOUR": "20", "NAME": "222M Gherardi, Gherardo", "YEAR": "1891", "MONTH": "07", "PLACE": "Granaglione BO"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14670	gherardini-amedeo-1871-12-06	{"a6": "892", "afd1": "223"}	{"lerrcp": "A6-892", "muller": "M1-223"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amedeo", "family": "Gherardini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1871-12-06 04:00", "note": "", "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 11.59971, "lat": 45.08428, "name": "Lendinara", "geoid": 3174896}, "notime": null, "date-ut": "1871-12-06 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Amedeo", "family": "Gherardini"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 11.59971, "lat": 45.08428, "name": "Lendinara", "geoid": 3174896}, "date-ut": "1871-12-06 03:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-892"}, "ids-in-sources": {"a6": "892"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "6", "LAT": "45N 0", "LON": "12E15", "MON": "12", "NUM": "892", "PRO": "W", "SEC": "4", "YEA": "1871", "CITY": "LENDINARA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Amedeo", "family": "Gherardini"}, "birth": {"tzo": "+00:50", "date": "1871-12-06 04:00", "note": "", "place": {"name": "Lendinara"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "223", "muller": "M1-223"}}, "raw": {"LG": "-12,25", "DAY": "06", "LAT": "45", "MIN": "00", "TZO": "-0,83", "HOUR": "04", "NAME": "223M Gherardini, Amedeo", "YEAR": "1871", "MONTH": "12", "PLACE": "Lendinara RO"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
18268	dubarry-bertrand-1906-06-24	{"e1": "638"}	{"lerrcp": "E1-638"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bertrand", "family": "Dubarry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-06-24 03:00", "note": null, "place": {"c1": null, "c2": "89", "c3": "", "cy": "FR", "lg": 3.40096, "lat": 47.98288, "name": "Joigny", "geoid": 3012319}, "notime": null, "date-ut": "1906-06-24 02:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Bertrand", "family": "Dubarry"}, "birth": {"tzo": "+00:09", "date": "1906-06-24 03:00", "place": {"c2": "89", "c3": "", "cy": "FR", "lg": 3.40096, "lat": 47.98288, "name": "Joigny", "geoid": 3012319}, "date-ut": "1906-06-24 02:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "638"}}, "raw": {"H": "03:00", "COD": "89", "DAY": "24", "MON": "06", "NUM": "0638", "PRO": "PH", "YEA": "1906", "CITY": "Joigny", "NAME": "DUBARRY Bertrand", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18269	dubarry-jean-jacques-1906-09-04	{"e1": "639"}	{"lerrcp": "E1-639"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Jacques", "family": "Dubarry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-09-04 03:00", "note": null, "place": {"c1": null, "c2": "47", "c3": "", "cy": "FR", "lg": 0.08767, "lat": 44.3147, "name": "Casteljaloux", "geoid": 3028387}, "notime": null, "date-ut": "1906-09-04 02:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean-Jacques", "family": "Dubarry"}, "birth": {"tzo": "+00:09", "date": "1906-09-04 03:00", "place": {"c2": "47", "c3": "", "cy": "FR", "lg": 0.08767, "lat": 44.3147, "name": "Casteljaloux", "geoid": 3028387}, "date-ut": "1906-09-04 02:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "639"}}, "raw": {"H": "03:00", "COD": "47", "DAY": "04", "MON": "09", "NUM": "0639", "PRO": "PH", "YEA": "1906", "CITY": "Casteljaloux", "NAME": "DUBARRY Jean-Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14675	grassi-bertazzi-giambattista-1867-12-25	{"a6": "898", "afd1": "239"}	{"lerrcp": "A6-898", "muller": "M1-239"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giambattista", "family": "Grassi-Bertazzi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:54", "date": "1867-12-25 05:00", "note": "", "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 15.16279, "lat": 37.60666, "name": "Acireale", "geoid": 2525790}, "notime": null, "date-ut": "1867-12-25 04:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Giambattista", "family": "Grassi-Bertazzi"}, "birth": {"place": {"c2": "CT", "cy": "IT", "lg": 15.16279, "lat": 37.60666, "name": "Acireale", "geoid": 2525790}, "date-ut": "1867-12-25 04:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-898"}, "ids-in-sources": {"a6": "898"}}, "raw": {"H": "5", "MN": "10", "TZ": "-1", "COD": "CT", "COU": "I", "DAY": "25", "LAT": "37N30", "LON": "15E 0", "MON": "12", "NUM": "898", "PRO": "W", "SEC": "4", "YEA": "1867", "CITY": "ACIREALE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Giambattista", "family": "Grassi-Bertazzi"}, "birth": {"tzo": "+00:54", "date": "1867-12-25 05:00", "note": "", "place": {"name": "Acireale"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "239", "muller": "M1-239"}}, "raw": {"LG": "-15", "DAY": "25", "LAT": "37,5", "MIN": "00", "TZO": "-0,88", "HOUR": "05", "NAME": "239M Grassi-Bertazzi, Giambattista", "YEAR": "1867", "MONTH": "12", "PLACE": "Acireale CT"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14673	gotta-salvatore-1887-05-18	{"a6": "896", "afd1": "234"}	{"lerrcp": "A6-896", "muller": "M1-234"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Salvatore", "family": "Gotta", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1887-05-18 15:40", "note": "", "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 7.86282, "lat": 45.49076, "name": "Montalto Dora", "geoid": 3173081}, "notime": null, "date-ut": "1887-05-18 14:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Salvatore", "family": "Gotta"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 7.86282, "lat": 45.49076, "name": "Montalto Dora", "geoid": 3173081}, "date-ut": "1887-05-18 14:50:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-896"}, "ids-in-sources": {"a6": "896"}}, "raw": {"H": "15", "MN": "50", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "18", "LAT": "45N 0", "LON": "8E 0", "MON": "5", "NUM": "896", "PRO": "W", "SEC": "4", "YEA": "1887", "CITY": "MONTALTO DORA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Salvatore", "family": "Gotta"}, "birth": {"tzo": "+00:50", "date": "1887-05-18 15:40", "note": "", "place": {"name": "Montalto Dora"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "234", "muller": "M1-234"}}, "raw": {"LG": "-8", "DAY": "18", "LAT": "45", "MIN": "40", "TZO": "-0,83", "HOUR": "15", "NAME": "234M Gotta, Salvatore", "YEAR": "1887", "MONTH": "05", "PLACE": "Montalto Dora TO"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
18270	dubecq-xavier-1895-08-14	{"e1": "640"}	{"lerrcp": "E1-640"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Xavier", "family": "Dubecq", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1895-08-14 02:00", "note": null, "place": {"c1": null, "c2": "40", "c3": "", "cy": "FR", "lg": -0.98333, "lat": 43.75, "name": "Téthieu", "geoid": 2972927}, "notime": null, "date-ut": "1895-08-14 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Xavier", "family": "Dubecq"}, "birth": {"tzo": "+00:09", "date": "1895-08-14 02:00", "place": {"c2": "40", "c3": "", "cy": "FR", "lg": -0.98333, "lat": 43.75, "name": "Téthieu", "geoid": 2972927}, "date-ut": "1895-08-14 01:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "640"}}, "raw": {"H": "02:00", "COD": "40", "DAY": "14", "MON": "08", "NUM": "0640", "PRO": "PH", "YEA": "1895", "CITY": "Tethieu", "NAME": "DUBECQ Xavier", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14680	lipparini-giuseppe-1877-09-02	{"a6": "903", "afd1": "255"}	{"lerrcp": "A6-903", "muller": "M1-255"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Lipparini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1877-09-02 14:45", "note": "", "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1877-09-02 13:55:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Lipparini"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1877-09-02 13:55:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-903"}, "ids-in-sources": {"a6": "903"}}, "raw": {"H": "14", "MN": "55", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "2", "LAT": "44N30", "LON": "11E 0", "MON": "9", "NUM": "903", "PRO": "W", "SEC": "4", "YEA": "1877", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Giuseppe", "family": "Lipparini"}, "birth": {"tzo": "+00:50", "date": "1877-09-02 14:45", "note": "", "place": {"name": "Bologna"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "255", "muller": "M1-255"}}, "raw": {"LG": "-11", "DAY": "02", "LAT": "44,5", "MIN": "45", "TZO": "-0,83", "HOUR": "14", "NAME": "255M Lipparini, Giuseppe", "YEAR": "1877", "MONTH": "09", "PLACE": "Bologna BO"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14678	lelli-renato-1899-08-02	{"a6": "901", "afd1": "251"}	{"lerrcp": "A6-901", "muller": "M1-251"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renato", "family": "Lelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1899-08-02 07:00", "note": "", "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1899-08-02 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Renato", "family": "Lelli"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1899-08-02 06:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-901"}, "ids-in-sources": {"a6": "901"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "2", "LAT": "44N30", "LON": "11E 0", "MON": "8", "NUM": "901", "PRO": "W", "SEC": "0", "YEA": "1899", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Renato", "family": "Lelli"}, "birth": {"tzo": "+01:00", "date": "1899-08-02 07:00", "note": "", "place": {"name": "Bologna"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "251", "muller": "M1-251"}}, "raw": {"LG": "-11", "DAY": "02", "LAT": "44,5", "MIN": "00", "TZO": "-1", "HOUR": "07", "NAME": "251M Lelli, Renato", "YEAR": "1899", "MONTH": "08", "PLACE": "Bologna BO"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
18271	dubois-de-montreynaud-jean-1921-04-23	{"e1": "641"}	{"lerrcp": "E1-641"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "de MONTREYNAUD Jean", "family": "Dubois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-04-23 22:15", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 4.3642, "lat": 49.13256, "name": "Mourmelon-le-Grand", "geoid": 2991413}, "notime": null, "date-ut": "1921-04-23 21:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "de MONTREYNAUD Jean", "family": "Dubois"}, "birth": {"tzo": "+01:00", "date": "1921-04-23 22:15", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": 4.3642, "lat": 49.13256, "name": "Mourmelon-le-Grand", "geoid": 2991413}, "date-ut": "1921-04-23 21:15"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "641"}}, "raw": {"H": "22:15", "COD": "51", "DAY": "23", "MON": "04", "NUM": "0641", "PRO": "PH", "YEA": "1921", "CITY": "Mourmelon le Grand", "NAME": "DUBOIS de MONTREYNAUD Jean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14684	luongo-giuseppe-1896-12-05	{"a6": "907", "afd1": "262"}	{"lerrcp": "A6-907", "muller": "M1-262"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Luongo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1896-12-05 18:07", "note": "", "place": {"c1": null, "c2": "PA", "c3": null, "cy": "IT", "lg": 13.19164, "lat": 38.71076, "name": "Ustica", "geoid": 2522818}, "notime": null, "date-ut": "1896-12-05 17:07"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Luongo"}, "birth": {"place": {"c2": "PA", "cy": "IT", "lg": 13.19164, "lat": 38.71076, "name": "Ustica", "geoid": 2522818}, "date-ut": "1896-12-05 17:07"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-907"}, "ids-in-sources": {"a6": "907"}}, "raw": {"H": "18", "MN": "7", "TZ": "-1", "COD": "PA", "COU": "I", "DAY": "5", "LAT": "38N 0", "LON": "13E30", "MON": "12", "NUM": "907", "PRO": "W", "SEC": "0", "YEA": "1896", "CITY": "USTICA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Giuseppe", "family": "Luongo"}, "birth": {"tzo": "+01:00", "date": "1896-12-05 18:07", "note": "", "place": {"name": "Ustica"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "262", "muller": "M1-262"}}, "raw": {"LG": "-13,5", "DAY": "05", "LAT": "38", "MIN": "07", "TZO": "-1", "HOUR": "18", "NAME": "262M Luongo, Giuseppe", "YEAR": "1896", "MONTH": "12", "PLACE": "Ustica PA"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
18272	dubos-rene-1901-02-20	{"e1": "642"}	{"lerrcp": "E1-642"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Dubos", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1901-02-20 10:00", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint-Brice", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Dubos"}, "birth": {"tzo": "", "date": "1901-02-20 10:00", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint-Brice", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "642"}}, "raw": {"H": "10:00", "COD": "78", "DAY": "20", "MON": "02", "NUM": "0642", "PRO": "PH", "YEA": "1901", "CITY": "St-Brice", "NAME": "DUB0S René", "NOTE": "+"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18273	dubost-charles-1914-10-01	{"e1": "643"}	{"lerrcp": "E1-643"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Dubost", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-10-01 06:00", "note": null, "place": {"c1": null, "c2": "36", "c3": "", "cy": "FR", "lg": 1.41289, "lat": 46.63518, "name": "Saint-Gaultier", "geoid": 2980040}, "notime": null, "date-ut": "1914-10-01 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Dubost"}, "birth": {"tzo": "+00:00", "date": "1914-10-01 06:00", "place": {"c2": "36", "c3": "", "cy": "FR", "lg": 1.41289, "lat": 46.63518, "name": "Saint-Gaultier", "geoid": 2980040}, "date-ut": "1914-10-01 06:00"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "643"}}, "raw": {"H": "06:00", "COD": "36", "DAY": "01", "MON": "10", "NUM": "0643", "PRO": "PH", "YEA": "1914", "CITY": "St-Gaultier", "NAME": "DUBOST Charles", "NOTE": "+"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
14688	marchetti-aroldo-1908-05-21	{"a6": "911", "afd1": "272"}	{"lerrcp": "A6-911", "muller": "M1-272"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aroldo", "family": "Marchetti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1908-05-21 17:00", "note": "", "place": {"c1": null, "c2": "AN", "c3": null, "cy": "IT", "lg": 13.51008, "lat": 43.59816, "name": "Ancona", "geoid": 3183089}, "notime": null, "date-ut": "1908-05-21 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Aroldo", "family": "Marchetti"}, "birth": {"place": {"c2": "AN", "cy": "IT", "lg": 13.51008, "lat": 43.59816, "name": "Ancona", "geoid": 3183089}, "date-ut": "1908-05-21 16:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-911"}, "ids-in-sources": {"a6": "911"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "AN", "COU": "I", "DAY": "21", "LAT": "43N42", "LON": "13E45", "MON": "5", "NUM": "911", "PRO": "W", "SEC": "0", "YEA": "1908", "CITY": "ANCONA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Aroldo", "family": "Marchetti"}, "birth": {"tzo": "+01:00", "date": "1908-05-21 17:00", "note": "", "place": {"name": "Ancona"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "272", "muller": "M1-272"}}, "raw": {"LG": "-13,75", "DAY": "21", "LAT": "43,7", "MIN": "00", "TZO": "-1", "HOUR": "17", "NAME": "272M Marchetti, Aroldo", "YEAR": "1908", "MONTH": "05", "PLACE": "Ancona AN"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14690	marini-giuseppe-1875-05-03	{"a6": "913", "afd1": "275"}	{"lerrcp": "A6-913", "muller": "M1-275"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Marini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1875-05-03 17:12", "note": "", "place": {"c1": null, "c2": "AQ", "c3": null, "cy": "IT", "lg": 13.25469, "lat": 42.06933, "name": "Tagliacozzo", "geoid": 3165991}, "notime": null, "date-ut": "1875-05-03 16:22:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Marini"}, "birth": {"place": {"c2": "AQ", "cy": "IT", "lg": 13.25469, "lat": 42.06933, "name": "Tagliacozzo", "geoid": 3165991}, "date-ut": "1875-05-03 16:22:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-913"}, "ids-in-sources": {"a6": "913"}}, "raw": {"H": "17", "MN": "22", "TZ": "-1", "COD": "AQ", "COU": "I", "DAY": "3", "LAT": "42N24", "LON": "13E30", "MON": "5", "NUM": "913", "PRO": "W", "SEC": "4", "YEA": "1875", "CITY": "TAGLIACOZZO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Giuseppe", "family": "Marini"}, "birth": {"tzo": "+00:50", "date": "1875-05-03 17:12", "note": "", "place": {"name": "Tagliacozzo"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "275", "muller": "M1-275"}}, "raw": {"LG": "#VALEUR !", "DAY": "03", "LAT": "42,4", "MIN": "12", "TZO": "-0,83", "HOUR": "17", "NAME": "275M Marini, Giuseppe", "YEAR": "1875", "MONTH": "05", "PLACE": "Tagliacozzo AQ"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
18274	dubreuil-raymond-1910-11-13	{"e1": "644"}	{"lerrcp": "E1-644"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Dubreuil", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-11-13 17:00", "note": null, "place": {"c1": null, "c2": "52", "c3": "", "cy": "FR", "lg": 5.14134, "lat": 48.11121, "name": "Chaumont", "geoid": 3025892}, "notime": null, "date-ut": "1910-11-13 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Dubreuil"}, "birth": {"tzo": "+00:09", "date": "1910-11-13 17:00", "place": {"c2": "52", "c3": "", "cy": "FR", "lg": 5.14134, "lat": 48.11121, "name": "Chaumont", "geoid": 3025892}, "date-ut": "1910-11-13 16:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "644"}}, "raw": {"H": "17:00", "COD": "52", "DAY": "13", "MON": "11", "NUM": "0644", "PRO": "EX", "YEA": "1910", "CITY": "Chaumont", "NAME": "DUBREUIL Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14693	meoni-armando-1894-01-18	{"a6": "916", "afd1": "288"}	{"lerrcp": "A6-916", "muller": "M1-288"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armando", "family": "Meoni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1894-01-18 12:00", "note": "", "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.5, "lat": 43.7, "name": "Prate", "geoid": 0}, "notime": null, "date-ut": "1894-01-18 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Armando", "family": "Meoni"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.5, "lat": 43.7, "name": "PRATO", "geoid": 0}, "date-ut": "1894-01-18 11:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-916"}, "ids-in-sources": {"a6": "916"}}, "raw": {"H": "12", "MN": "0", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "18", "LAT": "43N42", "LON": "11E30", "MON": "1", "NUM": "916", "PRO": "W", "SEC": "0", "YEA": "1894", "CITY": "PRATO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Armando", "family": "Meoni"}, "birth": {"tzo": "+01:00", "date": "1894-01-18 12:00", "note": "", "place": {"name": "Prate"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "288", "muller": "M1-288"}}, "raw": {"LG": "-11,5", "DAY": "18", "LAT": "43,7", "MIN": "00", "TZO": "-1", "HOUR": "12", "NAME": "288M Meoni, Armando", "YEAR": "1894", "MONTH": "01", "PLACE": "Prate FI"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14694	migliore-benedetto-1892-02-03	{"a6": "917", "afd1": "290"}	{"lerrcp": "A6-917", "muller": "M1-290"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benedetto", "family": "Migliore", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:54", "date": "1892-02-03 16:30", "note": "", "place": {"c1": null, "c2": "TP", "c3": null, "cy": "IT", "lg": 12.49758, "lat": 38.01906, "name": "Trapani", "geoid": 2522876}, "notime": null, "date-ut": "1892-02-03 03:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Benedetto", "family": "Migliore"}, "birth": {"place": {"c2": "TP", "cy": "IT", "lg": 12.49758, "lat": 38.01906, "name": "Trapani", "geoid": 2522876}, "date-ut": "1892-02-03 03:40:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-917"}, "ids-in-sources": {"a6": "917"}}, "raw": {"H": "4", "MN": "40", "TZ": "-1", "COD": "TP", "COU": "I", "DAY": "3", "LAT": "38N 0", "LON": "12E30", "MON": "2", "NUM": "917", "PRO": "W", "SEC": "4", "YEA": "1892", "CITY": "TRAPANI"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Benedetto", "family": "Migliore"}, "birth": {"tzo": "+00:54", "date": "1892-02-03 16:30", "note": "", "place": {"name": "Trapani"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "290", "muller": "M1-290"}}, "raw": {"LG": "-12,5", "DAY": "03", "LAT": "38", "MIN": "30", "TZO": "-0,88", "HOUR": "16", "NAME": "290M Migliore, Benedetto", "YEAR": "1892", "MONTH": "02", "PLACE": "Trapani TP"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
18275	ducasse-armand-1900-04-12	{"e1": "645"}	{"lerrcp": "E1-645"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Ducasse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1900-04-12 17:00", "note": null, "place": {"c1": null, "c2": "32", "c3": "", "cy": "FR", "lg": 0.91039, "lat": 43.47543, "name": "Lombez", "geoid": 2997812}, "notime": null, "date-ut": "1900-04-12 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Ducasse"}, "birth": {"tzo": "+00:09", "date": "1900-04-12 17:00", "place": {"c2": "32", "c3": "", "cy": "FR", "lg": 0.91039, "lat": 43.47543, "name": "Lombez", "geoid": 2997812}, "date-ut": "1900-04-12 16:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "645"}}, "raw": {"H": "17:00", "COD": "32", "DAY": "12", "MON": "04", "NUM": "0645", "PRO": "PH", "YEA": "1900", "CITY": "Lombez", "NAME": "DUCASSE Armand", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18276	ducassou-henri-1920-09-09	{"e1": "646"}	{"lerrcp": "E1-646"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Ducassou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-09-09 19:30", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": -2.2179, "lat": 47.27506, "name": "Saint-Nazaire", "geoid": 2977921}, "notime": null, "date-ut": "1920-09-09 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Ducassou"}, "birth": {"tzo": "+01:00", "date": "1920-09-09 19:30", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": -2.2179, "lat": 47.27506, "name": "Saint-Nazaire", "geoid": 2977921}, "date-ut": "1920-09-09 18:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "646"}}, "raw": {"H": "19:30", "COD": "44", "DAY": "09", "MON": "09", "NUM": "0646", "PRO": "EX", "YEA": "1920", "CITY": "St Nazaire", "NAME": "DUCASSOU Henri", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14696	morbelli-riccardo-1907-02-02	{"a6": "920", "afd1": "300"}	{"lerrcp": "A6-920", "muller": "M1-300"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Riccardo", "family": "Morbelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1907-02-02 21:30", "note": "", "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.56275, "lat": 44.69015, "name": "Orsara Bormida", "geoid": 6534894}, "notime": null, "date-ut": "1907-02-02 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Riccardo", "family": "Morbelli"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.56275, "lat": 44.69015, "name": "Orsara Bormida", "geoid": 6534894}, "date-ut": "1907-02-02 20:30"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-920"}, "ids-in-sources": {"a6": "920"}}, "raw": {"H": "21", "MN": "30", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "2", "LAT": "45N 0", "LON": "9E 0", "MON": "2", "NUM": "920", "PRO": "W", "SEC": "0", "YEA": "1907", "CITY": "ORSARA BORMIDA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Riccardo", "family": "Morbelli"}, "birth": {"tzo": "+01:00", "date": "1907-02-02 21:30", "note": "", "place": {"name": "Orsara Bormida"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "300", "muller": "M1-300"}}, "raw": {"LG": "-9", "DAY": "02", "LAT": "45", "MIN": "30", "TZO": "-1", "HOUR": "21", "NAME": "300M Morbelli, Riccardo", "YEAR": "1907", "MONTH": "02", "PLACE": "Orsara Bormida AL"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
18277	ducatel-louis-1902-03-13	{"e1": "647"}	{"lerrcp": "E1-647"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Ducatel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1902-03-13 17:30", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.28725, "lat": 50.27608, "name": "Frévent", "geoid": 3017080}, "notime": null, "date-ut": "1902-03-13 17:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Ducatel"}, "birth": {"tzo": "+00:09", "date": "1902-03-13 17:30", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 2.28725, "lat": 50.27608, "name": "Frévent", "geoid": 3017080}, "date-ut": "1902-03-13 17:21"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "647"}}, "raw": {"H": "17:30", "COD": "62", "DAY": "13", "MON": "03", "NUM": "0647", "PRO": "EX", "YEA": "1902", "CITY": "Frevent", "NAME": "DUCATEL Louis", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18278	ducatteau-henri-1891-09-14	{"e1": "648"}	{"lerrcp": "E1-648"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Ducatteau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1891-09-14 14:45", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1891-09-14 14:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Ducatteau"}, "birth": {"tzo": "+00:09", "date": "1891-09-14 14:45", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1891-09-14 14:36"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "648"}}, "raw": {"H": "14:45", "COD": "59", "DAY": "14", "MON": "09", "NUM": "0648", "PRO": "PH", "YEA": "1891", "CITY": "Roubaix", "NAME": "DUCATTEAU Henri", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14703	orsini-giovanni-1886-01-20	{"a6": "927", "afd1": "319"}	{"lerrcp": "A6-927", "muller": "M1-319"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Orsini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1886-01-20 22:00", "note": "", "place": {"c1": null, "c2": "LI", "c3": null, "cy": "IT", "lg": 10.316, "lat": 43.54264, "name": "Livorno", "geoid": 3174659}, "notime": null, "date-ut": "1886-01-20 21:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Orsini"}, "birth": {"place": {"c2": "LI", "cy": "IT", "lg": 10.316, "lat": 43.54264, "name": "Livorno", "geoid": 3174659}, "date-ut": "1886-01-20 21:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-927"}, "ids-in-sources": {"a6": "927"}}, "raw": {"H": "22", "MN": "10", "TZ": "-1", "COD": "LI", "COU": "I", "DAY": "20", "LAT": "43N36", "LON": "9E30", "MON": "1", "NUM": "927", "PRO": "W", "SEC": "4", "YEA": "1886", "CITY": "LIVORNO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Giovanni", "family": "Orsini"}, "birth": {"tzo": "+00:50", "date": "1886-01-20 22:00", "note": "", "place": {"name": "Livorno"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "319", "muller": "M1-319"}}, "raw": {"LG": "-9,5", "DAY": "20", "LAT": "43,6", "MIN": "00", "TZO": "-0,83", "HOUR": "22", "NAME": "319M Orsini, Giovanni", "YEAR": "1886", "MONTH": "01", "PLACE": "Livorno LI"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14702	operti-pier-1896-02-11	{"a6": "926", "afd1": "317"}	{"lerrcp": "A6-926", "muller": "M1-317"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pier", "family": "Operti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1896-02-11 06:00", "note": "", "place": {"c1": null, "c2": "CN", "c3": null, "cy": "IT", "lg": 7.85563, "lat": 44.70304, "name": "Bra", "geoid": 3181631}, "notime": null, "date-ut": "1896-02-11 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Piero", "family": "Operti"}, "birth": {"place": {"c2": "CN", "cy": "IT", "lg": 7.85563, "lat": 44.70304, "name": "Bra", "geoid": 3181631}, "date-ut": "1896-02-11 05:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-926"}, "ids-in-sources": {"a6": "926"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "CN", "COU": "I", "DAY": "11", "LAT": "44N24", "LON": "7E15", "MON": "2", "NUM": "926", "PRO": "W", "SEC": "0", "YEA": "1896", "CITY": "BRA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Pier", "family": "Operti"}, "birth": {"tzo": "+01:00", "date": "1896-02-11 06:00", "note": "", "place": {"name": "Bra"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "317", "muller": "M1-317"}}, "raw": {"LG": "-7,25", "DAY": "11", "LAT": "44,4", "MIN": "00", "TZO": "-1", "HOUR": "06", "NAME": "317M Operti, Pier", "YEAR": "1896", "MONTH": "02", "PLACE": "Bra CN"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
18279	duchatelle-pierre-1913-09-13	{"e1": "649"}	{"lerrcp": "E1-649"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Duchatelle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1913-09-13 21:30", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Lilliers", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Duchatelle"}, "birth": {"tzo": "", "date": "1913-09-13 21:30", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Lilliers", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "649"}}, "raw": {"H": "21:30", "COD": "62", "DAY": "13", "MON": "09", "NUM": "0649", "PRO": "MI", "YEA": "1913", "CITY": "Lilliers", "NAME": "DUCHATELLE Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14706	palmieri-enzo-1893-02-27	{"a6": "930", "afd1": "327"}	{"lerrcp": "A6-930", "muller": "M1-327"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enzo", "family": "Palmieri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1893-02-27 09:50", "note": "", "place": {"c1": null, "c2": "BN", "c3": null, "cy": "IT", "lg": 14.45243, "lat": 41.13222, "name": "Dugenta", "geoid": 3177453}, "notime": null, "date-ut": "1893-02-27 09:00:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Enzo", "family": "Palmieri"}, "birth": {"place": {"c2": "BN", "cy": "IT", "lg": 14.45243, "lat": 41.13222, "name": "Dugenta", "geoid": 3177453}, "date-ut": "1893-02-27 09:00:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-930"}, "ids-in-sources": {"a6": "930"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "BN", "COU": "I", "DAY": "27", "LAT": "41N18", "LON": "15E 0", "MON": "2", "NUM": "930", "PRO": "W", "SEC": "4", "YEA": "1893", "CITY": "DUGENTA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Enzo", "family": "Palmieri"}, "birth": {"tzo": "+00:50", "date": "1893-02-27 09:50", "note": "", "place": {"name": "Dugenta"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "327", "muller": "M1-327"}}, "raw": {"LG": "-15", "DAY": "27", "LAT": "41,3", "MIN": "50", "TZO": "-0,83", "HOUR": "09", "NAME": "327M Palmieri, Enzo", "YEAR": "1893", "MONTH": "02", "PLACE": "Dugenta BN"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14707	pancrazi-pietro-1893-02-19	{"a6": "931", "afd1": "328"}	{"lerrcp": "A6-931", "muller": "M1-328"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Pancrazi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1893-02-19 13:00", "note": "", "place": {"c1": null, "c2": "AR", "c3": null, "cy": "IT", "lg": 11.98533, "lat": 43.27467, "name": "Cortona", "geoid": 3177948}, "notime": null, "date-ut": "1893-02-19 12:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Pietro", "family": "Pancrazi"}, "birth": {"place": {"c2": "AR", "cy": "IT", "lg": 11.98533, "lat": 43.27467, "name": "Cortona", "geoid": 3177948}, "date-ut": "1893-02-19 12:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-931"}, "ids-in-sources": {"a6": "931"}}, "raw": {"H": "13", "MN": "10", "TZ": "-1", "COD": "AR", "COU": "I", "DAY": "19", "LAT": "43N30", "LON": "12E 0", "MON": "2", "NUM": "931", "PRO": "W", "SEC": "4", "YEA": "1893", "CITY": "CORTONA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Pietro", "family": "Pancrazi"}, "birth": {"tzo": "+00:50", "date": "1893-02-19 13:00", "note": "", "place": {"name": "Cortona"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "328", "muller": "M1-328"}}, "raw": {"LG": "-12", "DAY": "19", "LAT": "43,5", "MIN": "00", "TZO": "-0,83", "HOUR": "13", "NAME": "328M Pancrazi, Pietro", "YEAR": "1893", "MONTH": "02", "PLACE": "Cortona AR"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
18280	duchene-marullaz-pierre-1921-01-24	{"e1": "650"}	{"lerrcp": "E1-650"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Duchene-Marullaz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1921-01-24 00:05", "note": null, "place": {"c1": null, "c2": "90", "c3": "", "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "notime": null, "date-ut": "1921-01-24 00:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Duchene-Marullaz"}, "birth": {"tzo": "+00:00", "date": "1921-01-24 00:05", "place": {"c2": "90", "c3": "", "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "date-ut": "1921-01-24 00:05"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "650"}}, "raw": {"H": "00:05", "COD": "90", "DAY": "24", "MON": "01", "NUM": "0650", "PRO": "PH", "YEA": "1921", "CITY": "Belfort", "NAME": "DUCHENE-MARULLAZ Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18281	ducournau-paul-1910-10-27	{"e1": "651"}	{"lerrcp": "E1-651"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Ducournau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-10-27 08:30", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -0.77266, "lat": 43.48834, "name": "Orthez", "geoid": 2989187}, "notime": null, "date-ut": "1910-10-27 08:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Ducournau"}, "birth": {"tzo": "+00:09", "date": "1910-10-27 08:30", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": -0.77266, "lat": 43.48834, "name": "Orthez", "geoid": 2989187}, "date-ut": "1910-10-27 08:21"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "651"}}, "raw": {"H": "08:30", "COD": "64", "DAY": "27", "MON": "10", "NUM": "0651", "PRO": "MI", "YEA": "1910", "CITY": "Orthez", "NAME": "DUCOURNAU Paul", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14713	peritore-giuseppe-angelo-1897-07-06	{"a6": "937", "afd1": "342"}	{"lerrcp": "A6-937", "muller": "M1-342"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe Angelo", "family": "Peritore", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1897-07-06 07:30", "note": "", "place": {"c1": null, "c2": "AG", "c3": null, "cy": "IT", "lg": 13.93555, "lat": 37.09639, "name": "Licata", "geoid": 2524393}, "notime": null, "date-ut": "1897-07-06 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Peritore"}, "birth": {"place": {"c2": "AG", "cy": "IT", "lg": 13.93555, "lat": 37.09639, "name": "Licata", "geoid": 2524393}, "date-ut": "1897-07-06 06:30"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-937"}, "ids-in-sources": {"a6": "937"}}, "raw": {"H": "7", "MN": "30", "TZ": "-1", "COD": "AG", "COU": "I", "DAY": "6", "LAT": "37N12", "LON": "13E30", "MON": "7", "NUM": "937", "PRO": "W", "SEC": "0", "YEA": "1897", "CITY": "LICATA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Giuseppe Angelo", "family": "Peritore"}, "birth": {"tzo": "+01:00", "date": "1897-07-06 07:30", "note": "", "place": {"name": "Licata"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "342", "muller": "M1-342"}}, "raw": {"LG": "-13,5", "DAY": "06", "LAT": "37,2", "MIN": "30", "TZO": "-1", "HOUR": "07", "NAME": "342M Peritore, Giuseppe Angelo", "YEAR": "1897", "MONTH": "07", "PLACE": "Licata AG"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
18282	ducrocq-raoul-1920-01-29	{"e1": "652"}	{"lerrcp": "E1-652"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raoul", "family": "Ducrocq", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1920-01-29 18:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.94777, "lat": 50.30869, "name": "Biache-Saint-Vaast", "geoid": 3032815}, "notime": null, "date-ut": "1920-01-29 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Raoul", "family": "Ducrocq"}, "birth": {"tzo": "+00:00", "date": "1920-01-29 18:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 2.94777, "lat": 50.30869, "name": "Biache-Saint-Vaast", "geoid": 3032815}, "date-ut": "1920-01-29 18:00"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "652"}}, "raw": {"H": "18:00", "COD": "62", "DAY": "29", "MON": "01", "NUM": "0652", "PRO": "PH", "YEA": "1920", "CITY": "Biache St Vaast", "NAME": "DUCROCQ Raoul", "NOTE": "-"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
14717	prepositi-clementine-1882-02-08	{"a6": "941", "afd1": "362"}	{"lerrcp": "A6-941", "muller": "M1-362"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clementine", "family": "Prepositi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1882-02-08 06:05", "note": "", "place": {"c1": null, "c2": "TE", "c3": null, "cy": "IT", "lg": 13.9848, "lat": 42.57784, "name": "Atri", "geoid": 3182697}, "notime": null, "date-ut": "1886-02-08 05:15:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Clemente", "family": "Prepositi"}, "birth": {"place": {"c2": "TE", "cy": "IT", "lg": 13.9848, "lat": 42.57784, "name": "Atri", "geoid": 3182697}, "date-ut": "1886-02-08 05:15:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-941"}, "ids-in-sources": {"a6": "941"}}, "raw": {"H": "6", "MN": "15", "TZ": "-1", "COD": "TE", "COU": "I", "DAY": "8", "LAT": "42N42", "LON": "14E 0", "MON": "2", "NUM": "941", "PRO": "W", "SEC": "4", "YEA": "1886", "CITY": "ATRI"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Clementine", "family": "Prepositi"}, "birth": {"tzo": "+00:50", "date": "1882-02-08 06:05", "note": "", "place": {"name": "Atri"}}, "notes": ["CHECK: birth day - A6-941 1886-02-08 / M1writers 362 1882-02-08"], "occus": ["writer"], "to-check": true, "ids-in-sources": {"afd1": "362", "muller": "M1-362"}}, "raw": {"LG": "-14", "DAY": "08", "LAT": "42,7", "MIN": "05", "TZO": "-0,83", "HOUR": "06", "NAME": "362M Prepositi, Clementine", "YEAR": "1882", "MONTH": "02", "PLACE": "Atri TE"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	["CHECK: birth day - A6-941 1886-02-08 / M1writers 362 1882-02-08"]
14719	profeta-ottavio-1890-10-10	{"a6": "943", "afd1": "364"}	{"lerrcp": "A6-943", "muller": "M1-364"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ottavio", "family": "Profeta", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:54", "date": "1890-10-10 16:00", "note": "", "place": {"c1": null, "c2": "EN", "c3": null, "cy": "IT", "lg": 14.44528, "lat": 37.41545, "name": "Aidone", "geoid": 2525761}, "notime": null, "date-ut": "1896-10-10 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Ottavio", "family": "Profeta"}, "birth": {"place": {"c2": "EN", "cy": "IT", "lg": 14.44528, "lat": 37.41545, "name": "Aidone", "geoid": 2525761}, "date-ut": "1896-10-10 15:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-943"}, "ids-in-sources": {"a6": "943"}}, "raw": {"H": "16", "MN": "0", "TZ": "-1", "COD": "EN", "COU": "I", "DAY": "10", "LAT": "37N30", "LON": "14E15", "MON": "10", "NUM": "943", "PRO": "W", "SEC": "0", "YEA": "1896", "CITY": "AIDONE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Ottavio", "family": "Profeta"}, "birth": {"tzo": "+00:54", "date": "1890-10-10 16:00", "note": "", "place": {"name": "Aidone"}}, "notes": ["CHECK: birth day - A6-943 1896-10-10 / M1writers 364 1890-10-10"], "occus": ["writer"], "to-check": true, "ids-in-sources": {"afd1": "364", "muller": "M1-364"}}, "raw": {"LG": "-14,25", "DAY": "10", "LAT": "37,5", "MIN": "00", "TZO": "-0,88", "HOUR": "16", "NAME": "364M Profeta, Ottavio", "YEAR": "1890", "MONTH": "10", "PLACE": "Aidone EN"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	["CHECK: birth day - A6-943 1896-10-10 / M1writers 364 1890-10-10"]
18283	ducru-jean-1904-08-07	{"e1": "653"}	{"lerrcp": "E1-653"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Ducru", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1904-08-07 07:00", "note": null, "place": {"c1": null, "c2": "65", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Luz", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Ducru"}, "birth": {"tzo": "", "date": "1904-08-07 07:00", "place": {"c2": "65", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Luz", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "653"}}, "raw": {"H": "07:00", "COD": "65", "DAY": "07", "MON": "08", "NUM": "0653", "PRO": "EX", "YEA": "1904", "CITY": "Luz", "NAME": "DUCRU Jean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14724	rigotti-giuseppe-1899-09-15	{"a6": "948", "afd1": "374"}	{"lerrcp": "A6-948", "muller": "M1-374"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Rigotti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1899-09-15 17:00", "note": "", "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 8.53473, "lat": 45.66307, "name": "Bogogno", "geoid": 6535284}, "notime": null, "date-ut": "1899-09-15 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Rigotti"}, "birth": {"place": {"c2": "NO", "cy": "IT", "lg": 8.53473, "lat": 45.66307, "name": "Bogogno", "geoid": 6535284}, "date-ut": "1899-09-15 16:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-948"}, "ids-in-sources": {"a6": "948"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "NO", "COU": "I", "DAY": "15", "LAT": "45N30", "LON": "9E 0", "MON": "9", "NUM": "948", "PRO": "W", "SEC": "0", "YEA": "1899", "CITY": "BOGOGNO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Giuseppe", "family": "Rigotti"}, "birth": {"tzo": "+01:00", "date": "1899-09-15 17:00", "note": "", "place": {"name": "Bogogno"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "374", "muller": "M1-374"}}, "raw": {"LG": "-9", "DAY": "15", "LAT": "45,5", "MIN": "00", "TZO": "-1", "HOUR": "17", "NAME": "374M Rigotti, Giuseppe", "YEAR": "1899", "MONTH": "09", "PLACE": "Bogogno NO"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14722	rebecchi-umberto-1879-10-31	{"a6": "946", "afd1": "370"}	{"lerrcp": "A6-946", "muller": "M1-370"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Umberto", "family": "Rebecchi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1879-10-31 11:50", "note": "", "place": {"c1": null, "c2": "PC", "c3": null, "cy": "IT", "lg": 9.68497, "lat": 44.95636, "name": "Podenzano", "geoid": 3170537}, "notime": null, "date-ut": "1879-10-31 11:00:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Umberto", "family": "Rebecchi"}, "birth": {"place": {"c2": "PC", "cy": "IT", "lg": 9.68497, "lat": 44.95636, "name": "Podenzano", "geoid": 3170537}, "date-ut": "1879-10-31 11:00:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-946"}, "ids-in-sources": {"a6": "946"}}, "raw": {"H": "12", "MN": "0", "TZ": "-1", "COD": "PC", "COU": "I", "DAY": "31", "LAT": "45N 0", "LON": "9E45", "MON": "10", "NUM": "946", "PRO": "W", "SEC": "4", "YEA": "1879", "CITY": "PODENZANO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Umberto", "family": "Rebecchi"}, "birth": {"tzo": "+00:50", "date": "1879-10-31 11:50", "note": "", "place": {"name": "Podenzano"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "370", "muller": "M1-370"}}, "raw": {"LG": "-9,75", "DAY": "31", "LAT": "45", "MIN": "50", "TZO": "-0,83", "HOUR": "11", "NAME": "370M Rebecchi, Umberto", "YEAR": "1879", "MONTH": "10", "PLACE": "Podenzano PC"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
18284	dudognon-martial-1900-06-01	{"e1": "654"}	{"lerrcp": "E1-654"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Martial", "family": "Dudognon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1900-06-01 22:00", "note": null, "place": {"c1": null, "c2": "87", "c3": "", "cy": "FR", "lg": 1.39975, "lat": 45.95733, "name": "Ambazac", "geoid": 3037954}, "notime": null, "date-ut": "1900-06-01 21:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Martial", "family": "Dudognon"}, "birth": {"tzo": "+00:09", "date": "1900-06-01 22:00", "place": {"c2": "87", "c3": "", "cy": "FR", "lg": 1.39975, "lat": 45.95733, "name": "Ambazac", "geoid": 3037954}, "date-ut": "1900-06-01 21:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "654"}}, "raw": {"H": "22:00", "COD": "87", "DAY": "01", "MON": "06", "NUM": "0654", "PRO": "MI", "YEA": "1900", "CITY": "Ambazac", "NAME": "DUD0GNON Martial", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14729	rosso-di-s-secondo-piermaria-1889-11-30	{"a6": "953", "afd1": "387"}	{"lerrcp": "A6-953", "muller": "M1-387"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Rosso di s.Secondo Piermaria", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:54", "date": "1889-11-30 13:00", "note": "", "place": {"c1": null, "c2": "CL", "c3": null, "cy": "IT", "lg": 14.04497, "lat": 37.48774, "name": "Caltanissetta", "geoid": 2525448}, "notime": null, "date-ut": "1887-11-30 12:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "", "family": "Rosso S Secondo Piermaria"}, "birth": {"place": {"c2": "CL", "cy": "IT", "lg": 14.04497, "lat": 37.48774, "name": "Caltanissetta", "geoid": 2525448}, "date-ut": "1887-11-30 12:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-953"}, "ids-in-sources": {"a6": "953"}}, "raw": {"H": "13", "MN": "10", "TZ": "-1", "COD": "CL", "COU": "I", "DAY": "30", "LAT": "37N30", "LON": "14E 0", "MON": "11", "NUM": "953", "PRO": "W", "SEC": "4", "YEA": "1887", "CITY": "CALTANISSETTA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "", "family": "Rosso di s.Secondo Piermaria"}, "birth": {"tzo": "+00:54", "date": "1889-11-30 13:00", "note": "", "place": {"name": "Caltanissetta"}}, "notes": ["CHECK: birth day - A6-953 1887-11-30 / M1writers 387 1889-11-30"], "occus": ["writer"], "to-check": true, "ids-in-sources": {"afd1": "387", "muller": "M1-387"}}, "raw": {"LG": "-14", "DAY": "30", "LAT": "37,5", "MIN": "00", "TZO": "-0,88", "HOUR": "13", "NAME": "387M Rosso di s.Secondo Piermaria", "YEAR": "1889", "MONTH": "11", "PLACE": "Caltanissetta CL"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	["CHECK: birth day - A6-953 1887-11-30 / M1writers 387 1889-11-30"]
14727	rosati-guiseppe-1874-02-28	{"a6": "951", "afd1": "381"}	{"lerrcp": "A6-951", "muller": "M1-381"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guiseppe", "family": "Rosati", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1874-02-28 04:30", "note": "", "place": {"c1": null, "c2": "VT", "c3": null, "cy": "IT", "lg": 11.81873, "lat": 42.56965, "name": "Valentano", "geoid": 3164923}, "notime": null, "date-ut": "1874-02-28 03:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Rosati"}, "birth": {"place": {"c2": "VT", "cy": "IT", "lg": 11.81873, "lat": 42.56965, "name": "Valentano", "geoid": 3164923}, "date-ut": "1874-02-28 03:40:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-951"}, "ids-in-sources": {"a6": "951"}}, "raw": {"H": "4", "MN": "40", "TZ": "-1", "COD": "VT", "COU": "I", "DAY": "28", "LAT": "42N24", "LON": "12E 0", "MON": "2", "NUM": "951", "PRO": "W", "SEC": "4", "YEA": "1874", "CITY": "VALENTANO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Guiseppe", "family": "Rosati"}, "birth": {"tzo": "+00:50", "date": "1874-02-28 04:30", "note": "", "place": {"name": "Valentano"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "381", "muller": "M1-381"}}, "raw": {"LG": "-12", "DAY": "28", "LAT": "42,4", "MIN": "30", "TZO": "-0,83", "HOUR": "04", "NAME": "381M Rosati, Guiseppe", "YEAR": "1874", "MONTH": "02", "PLACE": "Valentano VT"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
18285	dufour-elie-1918-02-05	{"e1": "655"}	{"lerrcp": "E1-655"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elie", "family": "Dufour", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1918-02-05 20:00", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": 1.14667, "lat": 44.72617, "name": "Saint-Pompon", "geoid": 2977384}, "notime": null, "date-ut": "1918-02-05 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Elie", "family": "Dufour"}, "birth": {"tzo": "+00:00", "date": "1918-02-05 20:00", "place": {"c2": "24", "c3": "", "cy": "FR", "lg": 1.14667, "lat": 44.72617, "name": "Saint-Pompon", "geoid": 2977384}, "date-ut": "1918-02-05 20:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "655"}}, "raw": {"H": "20:00", "COD": "24", "DAY": "05", "MON": "02", "NUM": "0655", "PRO": "MI", "YEA": "1918", "CITY": "St-Pompon", "NAME": "DUFOUR Elie", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14733	salvaneschi-giovanni-1886-12-03	{"a6": "957", "afd1": "399"}	{"lerrcp": "A6-957", "muller": "M1-399"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Salvaneschi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1886-12-03 04:30", "note": "", "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 9.16145, "lat": 45.18446, "name": "Pavia", "geoid": 3171366}, "notime": null, "date-ut": "1886-12-03 03:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Nino", "family": "Salvaneschi"}, "birth": {"place": {"c2": "PV", "cy": "IT", "lg": 9.16145, "lat": 45.18446, "name": "Pavia", "geoid": 3171366}, "date-ut": "1886-12-03 03:40:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-957"}, "ids-in-sources": {"a6": "957"}}, "raw": {"H": "4", "MN": "40", "TZ": "-1", "COD": "PV", "COU": "I", "DAY": "3", "LAT": "45N12", "LON": "9E 0", "MON": "12", "NUM": "957", "PRO": "W", "SEC": "4", "YEA": "1886", "CITY": "PAVIA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Giovanni", "family": "Salvaneschi"}, "birth": {"tzo": "+00:50", "date": "1886-12-03 04:30", "note": "", "place": {"name": "Pavia"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "399", "muller": "M1-399"}}, "raw": {"LG": "-9", "DAY": "03", "LAT": "45,2", "MIN": "30", "TZO": "-0,83", "HOUR": "04", "NAME": "399M Salvaneschi, Giovanni", "YEAR": "1886", "MONTH": "12", "PLACE": "Pavia PV"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
18286	dufour-pierre-1894-06-09	{"e1": "656"}	{"lerrcp": "E1-656"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Dufour", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1894-06-09 01:00", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 4.65845, "lat": 46.43318, "name": "Cluny", "geoid": 3024534}, "notime": null, "date-ut": "1894-06-09 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Dufour"}, "birth": {"tzo": "+00:09", "date": "1894-06-09 01:00", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 4.65845, "lat": 46.43318, "name": "Cluny", "geoid": 3024534}, "date-ut": "1894-06-09 00:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "656"}}, "raw": {"H": "01:00", "COD": "71", "DAY": "09", "MON": "06", "NUM": "0656", "PRO": "EX", "YEA": "1894", "CITY": "Cluny", "NAME": "DUFOUR Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18287	dugois-pierre-1905-08-08	{"e1": "657"}	{"lerrcp": "E1-657"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Dugois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-08-08 21:00", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1905-08-08 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Dugois"}, "birth": {"tzo": "+00:09", "date": "1905-08-08 21:00", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1905-08-08 20:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "657"}}, "raw": {"H": "21:00", "COD": "38", "DAY": "08", "MON": "08", "NUM": "0657", "PRO": "PH", "YEA": "1905", "CITY": "Grenoble", "NAME": "DUGOIS Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14737	savarino-santi-1886-04-14	{"a6": "961", "afd1": "406"}	{"lerrcp": "A6-961", "muller": "M1-406"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "santi", "family": "Savarino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:54", "date": "1886-04-14 15:50", "note": "", "place": {"c1": null, "c2": "PA", "c3": null, "cy": "IT", "lg": 13.12004, "lat": 38.04395, "name": "Partinico", "geoid": 2523871}, "notime": null, "date-ut": "1886-04-14 15:00:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Santi", "family": "Savarino"}, "birth": {"place": {"c2": "PA", "cy": "IT", "lg": 13.12004, "lat": 38.04395, "name": "Partinico", "geoid": 2523871}, "date-ut": "1886-04-14 15:00:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-961"}, "ids-in-sources": {"a6": "961"}}, "raw": {"H": "16", "MN": "0", "TZ": "-1", "COD": "PA", "COU": "I", "DAY": "14", "LAT": "38N 0", "LON": "13E30", "MON": "4", "NUM": "961", "PRO": "W", "SEC": "4", "YEA": "1886", "CITY": "PARTINICO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "santi", "family": "Savarino"}, "birth": {"tzo": "+00:54", "date": "1886-04-14 15:50", "note": "", "place": {"name": "Partinico"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "406", "muller": "M1-406"}}, "raw": {"LG": "-13,5", "DAY": "14", "LAT": "38", "MIN": "50", "TZO": "-0,88", "HOUR": "15", "NAME": "406M Savarino, santi", "YEAR": "1886", "MONTH": "04", "PLACE": "Partinico PA"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
18288	duhamel-jean-marie-1913-03-16	{"e1": "658"}	{"lerrcp": "E1-658"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Marie", "family": "Duhamel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1913-03-16 07:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.05635, "lat": 48.90702, "name": "Pont-à-Mousson", "geoid": 2986306}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean-Marie", "family": "Duhamel"}, "birth": {"tzo": "", "date": "1913-03-16 07:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.05635, "lat": 48.90702, "name": "Pont-à-Mousson", "geoid": 2986306}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "658"}}, "raw": {"H": "07:00", "COD": "54", "DAY": "16", "MON": "03", "NUM": "0658", "PRO": "MI", "YEA": "1913", "CITY": "Pont à Mousson", "NAME": "DUHAMEL Jean-Marie", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14743	sillani-tomaso-1888-03-25	{"a6": "967", "afd1": "424"}	{"lerrcp": "A6-967", "muller": "M1-424"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tomaso", "family": "Sillani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1888-03-25 11:10", "note": "", "place": {"c1": null, "c2": "TR", "c3": null, "cy": "IT", "lg": 12.47727, "lat": 42.42153, "name": "Otricoli", "geoid": 3171783}, "notime": null, "date-ut": "1888-03-25 10:20:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Tomaso", "family": "Sillani"}, "birth": {"place": {"c2": "TR", "cy": "IT", "lg": 12.47727, "lat": 42.42153, "name": "Otricoli", "geoid": 3171783}, "date-ut": "1888-03-25 10:20:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-967"}, "ids-in-sources": {"a6": "967"}}, "raw": {"H": "11", "MN": "20", "TZ": "-1", "COD": "TR", "COU": "I", "DAY": "25", "LAT": "42N30", "LON": "13E 0", "MON": "3", "NUM": "967", "PRO": "W", "SEC": "4", "YEA": "1888", "CITY": "OTRICOLI"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Tomaso", "family": "Sillani"}, "birth": {"tzo": "+00:50", "date": "1888-03-25 11:10", "note": "", "place": {"name": "Otricoli"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "424", "muller": "M1-424"}}, "raw": {"LG": "-13", "DAY": "25", "LAT": "42,5", "MIN": "10", "TZO": "-0,83", "HOUR": "11", "NAME": "424M Sillani, Tomaso", "YEAR": "1888", "MONTH": "03", "PLACE": "Otricoli TR"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14742	sigillino-niccolo-1901-09-01	{"a6": "966", "afd1": "423"}	{"lerrcp": "A6-966", "muller": "M1-423"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Niccolo", "family": "Sigillino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1901-09-01 11:50", "note": "", "place": {"c1": null, "c2": "MT", "c3": null, "cy": "IT", "lg": 16.27792, "lat": 40.63457, "name": "Grassano", "geoid": 3175880}, "notime": null, "date-ut": "1901-09-01 10:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Niccolo", "family": "Sigillino"}, "birth": {"place": {"c2": "MT", "cy": "IT", "lg": 16.27792, "lat": 40.63457, "name": "Grassano", "geoid": 3175880}, "date-ut": "1901-09-01 10:50"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-966"}, "ids-in-sources": {"a6": "966"}}, "raw": {"H": "11", "MN": "50", "TZ": "-1", "COD": "MT", "COU": "I", "DAY": "1", "LAT": "40N36", "LON": "16E45", "MON": "9", "NUM": "966", "PRO": "W", "SEC": "0", "YEA": "1901", "CITY": "GRASSANO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Niccolo", "family": "Sigillino"}, "birth": {"tzo": "+01:00", "date": "1901-09-01 11:50", "note": "", "place": {"name": "Grassano"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "423", "muller": "M1-423"}}, "raw": {"LG": "-16,75", "DAY": "01", "LAT": "40,6", "MIN": "50", "TZO": "-1", "HOUR": "11", "NAME": "423M Sigillino, Niccolo", "YEAR": "1901", "MONTH": "09", "PLACE": "Grassano MT"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
18650	huet-pierre-1894-11-25	{"e1": "1019"}	{"lerrcp": "E1-1019"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Huet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1894-11-25 10:30", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Châlons sur Marne", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Huet"}, "birth": {"tzo": "", "date": "1894-11-25 10:30", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Châlons sur Marne", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1019"}}, "raw": {"H": "10:30", "COD": "51", "DAY": "25", "MON": "11", "NUM": "1019", "PRO": "PH", "YEA": "1894", "CITY": "Châlons sur Marne", "NAME": "HUET Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
10018	soffici-ardengo-1879-04-07	{"a4": "1266", "a6": "972", "afd1": "430"}	{"lerrcp": "A4-1266", "muller": "M1-430"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ardengo", "family": "Soffici", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1879-04-07 21:30", "note": "", "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.5, "lat": 43.7, "name": "Rignano Sull'ar", "geoid": 0}, "notime": null, "date-ut": "1879-04-07 20:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter", "writer"]	5	null	[{"new": {"name": {"given": "Ardengo", "family": "Soffici"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.5, "lat": 43.7, "name": "RIGNANOSULLARNO", "geoid": 0}, "date-ut": "1879-04-07 20:40:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1266"}, "ids-in-sources": {"a4": "1266"}}, "raw": {"H": "21", "MN": "40", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "7", "LAT": "43N42", "LON": "11E30", "MON": "4", "NUM": "1266", "PRO": "P", "SEC": "4", "YEA": "1879", "CITY": "RIGNANOSULLARNO"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "972"}}, "raw": {"H": "21", "MN": "40", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "7", "LAT": "43N42", "LON": "11E30", "MON": "4", "NUM": "972", "PRO": "W", "SEC": "4", "YEA": "1879", "CITY": "RIGNANO SULL'AR"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Ardengo", "family": "Soffici"}, "birth": {"tzo": "+00:50", "date": "1879-04-07 21:30", "note": "", "place": {"name": "Rignano Sull'ar"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "430", "muller": "M1-430"}}, "raw": {"LG": "-11,5", "DAY": "07", "LAT": "43,7", "MIN": "30", "TZO": "-0,83", "HOUR": "21", "NAME": "430M Soffici, Ardengo", "YEAR": "1879", "MONTH": "04", "PLACE": "Rignano Sull'ar FI"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
18289	duhamel-joseph-1920-07-26	{"e1": "659"}	{"lerrcp": "E1-659"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Duhamel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-07-26 04:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 2.42177, "lat": 42.61755, "name": "Prades", "geoid": 2985653}, "notime": null, "date-ut": "1920-07-26 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Duhamel"}, "birth": {"tzo": "+01:00", "date": "1920-07-26 04:00", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": 2.42177, "lat": 42.61755, "name": "Prades", "geoid": 2985653}, "date-ut": "1920-07-26 03:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "659"}}, "raw": {"H": "04:00", "COD": "66", "DAY": "26", "MON": "07", "NUM": "0659", "PRO": "PH", "YEA": "1920", "CITY": "Prades", "NAME": "DUHAMEL Joseph", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14753	spirito-ugo-1896-09-09	{"a6": "978", "afd1": "438"}	{"lerrcp": "A6-978", "muller": "M1-438"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ugo", "family": "Spirito", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1896-09-09 11:00", "note": "", "place": {"c1": null, "c2": "AR", "c3": null, "cy": "IT", "lg": 11.88261, "lat": 43.46734, "name": "Arezzo", "geoid": 3182884}, "notime": null, "date-ut": "1896-09-09 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Ugo", "family": "Spirito"}, "birth": {"place": {"c2": "AR", "cy": "IT", "lg": 11.88261, "lat": 43.46734, "name": "Arezzo", "geoid": 3182884}, "date-ut": "1896-09-09 10:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-978"}, "ids-in-sources": {"a6": "978"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "AR", "COU": "I", "DAY": "9", "LAT": "43N30", "LON": "12E 0", "MON": "9", "NUM": "978", "PRO": "W", "SEC": "0", "YEA": "1896", "CITY": "AREZZO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Ugo", "family": "Spirito"}, "birth": {"tzo": "+01:00", "date": "1896-09-09 11:00", "note": "", "place": {"name": "Arezzo"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "438", "muller": "M1-438"}}, "raw": {"LG": "-12", "DAY": "09", "LAT": "43,5", "MIN": "00", "TZO": "-1", "HOUR": "11", "NAME": "438M Spirito, Ugo", "YEAR": "1896", "MONTH": "09", "PLACE": "Arezzo AR"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14751	spellanzon-cesare-1884-02-14	{"a6": "976", "afd1": "436"}	{"lerrcp": "A6-976", "muller": "M1-436"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cesare", "family": "Spellanzon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1884-02-14 10:45", "note": "", "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "notime": null, "date-ut": "1884-02-14 09:55:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Cesare", "family": "Spellanzon"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "date-ut": "1884-02-14 09:55:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-976"}, "ids-in-sources": {"a6": "976"}}, "raw": {"H": "10", "MN": "55", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "14", "LAT": "45N30", "LON": "12E30", "MON": "2", "NUM": "976", "PRO": "W", "SEC": "4", "YEA": "1884", "CITY": "VENEZIA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Cesare", "family": "Spellanzon"}, "birth": {"tzo": "+00:50", "date": "1884-02-14 10:45", "note": "", "place": {"name": "Venezia"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "436", "muller": "M1-436"}}, "raw": {"LG": "-12,5", "DAY": "14", "LAT": "45,5", "MIN": "45", "TZO": "-0,83", "HOUR": "10", "NAME": "436M Spellanzon, Cesare", "YEAR": "1884", "MONTH": "02", "PLACE": "Venezia VE"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14752	speranza-mario-1900-03-15	{"a6": "977", "afd1": "437"}	{"lerrcp": "A6-977", "muller": "M1-437"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Speranza", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1900-03-15 06:40", "note": "", "place": {"c1": null, "c2": "AQ", "c3": null, "cy": "IT", "lg": 13.39954, "lat": 42.35055, "name": "L'Aquila", "geoid": 3175121}, "notime": null, "date-ut": "1900-03-15 05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-977"}, "birth": {"place": {"c2": "AQ", "cy": "IT", "lg": 13.39954, "lat": 42.35055, "name": "L'Aquila", "geoid": 3175121}, "date-ut": "1900-03-15 05:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-977"}, "ids-in-sources": {"a6": "977"}}, "raw": {"H": "6", "MN": "40", "TZ": "-1", "COD": "AQ", "COU": "I", "DAY": "15", "LAT": "42N24", "LON": "13E30", "MON": "3", "NUM": "977", "PRO": "W", "SEC": "0", "YEA": "1900", "CITY": "L'AQUILA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Mario", "family": "Speranza"}, "birth": {"tzo": "+01:00", "date": "1900-03-15 06:40", "note": "", "place": {"name": "L'Aquila"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "437", "muller": "M1-437"}}, "raw": {"LG": "-13,5", "DAY": "15", "LAT": "42,4", "MIN": "40", "TZO": "-1", "HOUR": "06", "NAME": "437M Speranza, Mario", "YEAR": "1900", "MONTH": "03", "PLACE": "L'Aquila AQ"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
18373	ferrieres-de-sauveboeuf-guy-1919-10-12	{"e1": "743"}	{"lerrcp": "E1-743"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "de SAUVEBOEUF Guy", "family": "Ferrieres", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1919-10-12 22:00", "note": null, "place": {"c1": null, "c2": "37", "c3": "", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "notime": null, "date-ut": "1919-10-12 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "de SAUVEBOEUF Guy", "family": "Ferrieres"}, "birth": {"tzo": "+00:00", "date": "1919-10-12 22:00", "place": {"c2": "37", "c3": "", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "date-ut": "1919-10-12 22:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "743"}}, "raw": {"H": "22:00", "COD": "37", "DAY": "12", "MON": "10", "NUM": "0743", "PRO": "MI", "YEA": "1919", "CITY": "Tours", "NAME": "FERRIERES de SAUVEB0EUF Guy", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13276	tieri-vincenzo-1895-11-28	{"a5": "1828", "a6": "982", "afd1": "447"}	{"lerrcp": "A5-1828", "muller": "M1-447"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincenzo", "family": "Tieri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1895-11-28 22:05", "note": "", "place": {"c1": null, "c2": "CS", "c3": null, "cy": "IT", "lg": 16.5, "lat": 39.3, "name": "Corigliano Cala", "geoid": 0}, "notime": null, "date-ut": "1895-11-28 21:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician", "writer"]	5	null	[{"new": {"name": {"given": "Vincenzo", "family": "Tieri"}, "birth": {"place": {"c2": "CS", "cy": "IT", "lg": 16.5, "lat": 39.3, "name": "CORIGLIANO CALA", "geoid": 0}, "date-ut": "1895-11-28 21:05"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1828"}, "ids-in-sources": {"a5": "1828"}}, "raw": {"H": "22", "MN": "5", "TZ": "-1", "COD": "CS", "COU": "I", "DAY": "28", "LAT": "39N18", "LON": "16E30", "MON": "11", "NUM": "1828", "PRO": "PT", "SEC": "0", "YEA": "1895", "CITY": "CORIGLIANO CALA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "982"}}, "raw": {"H": "22", "MN": "5", "TZ": "-1", "COD": "CS", "COU": "I", "DAY": "28", "LAT": "39N18", "LON": "16E30", "MON": "11", "NUM": "982", "PRO": "W", "SEC": "0", "YEA": "1895", "CITY": "CORIGLIANO CALA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Vincenzo", "family": "Tieri"}, "birth": {"tzo": "+01:00", "date": "1895-11-28 22:05", "note": "", "place": {"name": "Corigliano Cala"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "447", "muller": "M1-447"}}, "raw": {"LG": "-16,5", "DAY": "28", "LAT": "39,3", "MIN": "05", "TZO": "-1", "HOUR": "22", "NAME": "447M Tieri, Vincenzo", "YEAR": "1895", "MONTH": "11", "PLACE": "Corigliano Cala CS"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14760	traglia-gustavo-1898-05-01	{"a6": "986", "afd1": "455"}	{"lerrcp": "A6-986", "muller": "M1-455"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustavo", "family": "Traglia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1898-05-01 04:30", "note": "", "place": {"c1": null, "c2": "AN", "c3": null, "cy": "IT", "lg": 13.51008, "lat": 43.59816, "name": "Ancona", "geoid": 3183089}, "notime": null, "date-ut": "1898-05-01 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Gustavo", "family": "Traglia"}, "birth": {"place": {"c2": "AN", "cy": "IT", "lg": 13.51008, "lat": 43.59816, "name": "Ancona", "geoid": 3183089}, "date-ut": "1898-05-01 03:30"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-986"}, "ids-in-sources": {"a6": "986"}}, "raw": {"H": "4", "MN": "30", "TZ": "-1", "COD": "AN", "COU": "I", "DAY": "1", "LAT": "43N42", "LON": "13E45", "MON": "5", "NUM": "986", "PRO": "W", "SEC": "0", "YEA": "1898", "CITY": "ANCONA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Gustavo", "family": "Traglia"}, "birth": {"tzo": "+01:00", "date": "1898-05-01 04:30", "note": "", "place": {"name": "Ancona"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "455", "muller": "M1-455"}}, "raw": {"LG": "-13,75", "DAY": "01", "LAT": "43,7", "MIN": "30", "TZO": "-1", "HOUR": "04", "NAME": "455M Traglia, Gustavo", "YEAR": "1898", "MONTH": "05", "PLACE": "Ancona AN"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
33	duhour-clement-1911-12-11	{"a1": "33", "a5": "283", "e1": "660", "g55": "07-395", "3a_sports": "1487", "cfepp-final3": "1072"}	{"g55": "07-395", "cfepp": "CF-1072", "cpara": "CP-172", "ertel": "ES-1487", "lerrcp": "A1-33"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clément", "family": "Duhour", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1911-12-11 16:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -1.51921, "lat": 43.48921, "name": "Anglet", "geoid": 3037612}, "notime": null, "date-ut": "1911-12-11 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor", "actor", "executive"]	5	null	[{"new": {"name": {"given": "Clément", "family": "Duhour"}, "birth": {"tzo": "+00:00", "date": "1911-12-11 16:00", "place": {"c2": "64", "cy": "FR", "lg": -1.51921, "lat": 43.48921, "name": "Anglet", "geoid": 3037612}, "date-ut": "1911-12-11 16:00"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-33"}, "ids-in-sources": {"a1": "33"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "11", "LAT": "43N18", "LON": "0W22", "MON": "12", "NUM": "33", "PRO": "C", "SEC": "0", "YEA": "1911", "CITY": "ANGLET"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"occus": ["actor"], "sources": "a5", "ids-in-sources": {"a5": "283"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "11", "LAT": "43N18", "LON": "0W22", "MON": "12", "NUM": "283", "PRO": "A", "SEC": "0", "YEA": "1911", "CITY": "ANGLET"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"occus": ["executive"], "ids-in-sources": {"e1": "660"}}, "raw": {"H": "16:00", "COD": "64", "DAY": "11", "MON": "12", "NUM": "0660", "PRO": "EX", "YEA": "1911", "CITY": "Anglet", "NAME": "DUHOUR Clément", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1911-12-11 16:00"}, "partial-ids": {"ertel": "ES-1487"}}, "raw": {"L": "", "MF": "", "NR": "1487", "ENG": "1", "MA_": "2", "G_NR": "33", "MA12": "1", "MARS": "2", "NAME": "Duhour", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,10", "CSINR": "", "KURTZ": "", "PHAS_": "68,900", "STUND": "16,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "11.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "172", "VORNAME": "Clément", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "11.12.1911", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1911-12-11 16:00", "place": {"c3": ""}, "date-ut": "1911-12-11 16:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "1072"}}, "raw": {"S": "1", "LT": "16 00", "LV": "I", "TR": "f", "UT": "16 00", "LAT": "+43.48", "SRC": "AL  F", "LONG": "+01.52", "NAME": "DUHOUR Clement", "SPORT": "Track & Field", "LOC_DATE": "1911 12 11", "UNIV_DATE": "1911 12 11", "BIRTH_PLACE": "ANGLET", "POSTAL_CODE": "64600"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "07-395"}, "ids-in-source": {"g55": "07-395"}}, "raw": {"DAY": "11-12-1911", "HOUR": "16 h.", "NAME": "DUHOUR Clément", "PLACE": "Anglet (Basses-Pyrénées)."}, "date": "2023-08-20T14:49:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
18290	dulac-andre-1907-07-05	{"e1": "661"}	{"lerrcp": "E1-661"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Dulac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-07-05 08:00", "note": null, "place": {"c1": null, "c2": "60", "c3": "", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Beauvais", "geoid": 3034006}, "notime": null, "date-ut": "1907-07-05 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Dulac"}, "birth": {"tzo": "+00:09", "date": "1907-07-05 08:00", "place": {"c2": "60", "c3": "", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Beauvais", "geoid": 3034006}, "date-ut": "1907-07-05 07:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "661"}}, "raw": {"H": "08:00", "COD": "60", "DAY": "05", "MON": "07", "NUM": "0661", "PRO": "MI", "YEA": "1907", "CITY": "Beauvais", "NAME": "DULAC André", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14764	varagnolo-domenico-1882-08-10	{"a6": "991", "afd1": "471"}	{"lerrcp": "A6-991", "muller": "M1-471"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Domenico", "family": "Varagnolo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1882-08-10 01:00", "note": "", "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "notime": null, "date-ut": "1882-08-10 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Domenico", "family": "Varagnolo"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "date-ut": "1882-08-10 00:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-991"}, "ids-in-sources": {"a6": "991"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "10", "LAT": "45N30", "LON": "12E30", "MON": "8", "NUM": "991", "PRO": "W", "SEC": "4", "YEA": "1882", "CITY": "VENEZIA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Domenico", "family": "Varagnolo"}, "birth": {"tzo": "+00:50", "date": "1882-08-10 01:00", "note": "", "place": {"name": "Venezia"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "471", "muller": "M1-471"}}, "raw": {"LG": "-12,5", "DAY": "10", "LAT": "45,5", "MIN": "00", "TZO": "-0,83", "HOUR": "01", "NAME": "471M Varagnolo, Domenico", "YEAR": "1882", "MONTH": "08", "PLACE": "Venezia VE"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14765	varaldo-alessandro-1876-01-25	{"a6": "992", "afd1": "472"}	{"lerrcp": "A6-992", "muller": "M1-472"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alessandro", "family": "Varaldo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1876-01-25 02:30", "note": "", "place": {"c1": null, "c2": "IM", "c3": null, "cy": "IT", "lg": 7.60872, "lat": 43.78956, "name": "Ventimiglia", "geoid": 3164582}, "notime": null, "date-ut": "1876-01-25 01:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Alessandro", "family": "Varaldo"}, "birth": {"place": {"c2": "IM", "cy": "IT", "lg": 7.60872, "lat": 43.78956, "name": "Ventimiglia", "geoid": 3164582}, "date-ut": "1876-01-25 01:40:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-992"}, "ids-in-sources": {"a6": "992"}}, "raw": {"H": "2", "MN": "40", "TZ": "-1", "COD": "IM", "COU": "I", "DAY": "25", "LAT": "43N42", "LON": "8E 0", "MON": "1", "NUM": "992", "PRO": "W", "SEC": "4", "YEA": "1876", "CITY": "VENTIMIGLIA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Alessandro", "family": "Varaldo"}, "birth": {"tzo": "+00:50", "date": "1876-01-25 02:30", "note": "", "place": {"name": "Ventimiglia"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "472", "muller": "M1-472"}}, "raw": {"LG": "-8", "DAY": "25", "LAT": "43,7", "MIN": "30", "TZO": "-0,83", "HOUR": "02", "NAME": "472M Varaldo, Alessandro", "YEAR": "1876", "MONTH": "01", "PLACE": "Ventimiglia IM"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
18291	dulaurens-andre-1918-06-23	{"e1": "662"}	{"lerrcp": "E1-662"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Andre", "family": "Dulaurens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-06-23 06:00", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 4.29869, "lat": 46.95104, "name": "Autun", "geoid": 3035883}, "notime": null, "date-ut": "1918-06-23 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Andre", "family": "Dulaurens"}, "birth": {"tzo": "+01:00", "date": "1918-06-23 06:00", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 4.29869, "lat": 46.95104, "name": "Autun", "geoid": 3035883}, "date-ut": "1918-06-23 05:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "662"}}, "raw": {"H": "06:00", "COD": "71", "DAY": "23", "MON": "06", "NUM": "0662", "PRO": "EX", "YEA": "1918", "CITY": "Autun", "NAME": "DULAURENS Andre", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18292	dulcy-jean-1908-04-14	{"e1": "663"}	{"lerrcp": "E1-663"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Dulcy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-04-14 02:00", "note": null, "place": {"c1": null, "c2": "84", "c3": "", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1908-04-14 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Dulcy"}, "birth": {"tzo": "+00:09", "date": "1908-04-14 02:00", "place": {"c2": "84", "c3": "", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1908-04-14 01:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "663"}}, "raw": {"H": "02:00", "COD": "84", "DAY": "14", "MON": "04", "NUM": "0663", "PRO": "PH", "YEA": "1908", "CITY": "Avignon", "NAME": "DULCY Jean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14769	villaruel-giuseppe-1889-10-26	{"a6": "996", "afd1": "478"}	{"lerrcp": "A6-996", "muller": "M1-478"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Villaruel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:54", "date": "1889-10-26 16:30", "note": "", "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "notime": null, "date-ut": "1889-10-26 15:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-996"}, "birth": {"place": {"c2": "CT", "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "date-ut": "1889-10-26 15:40:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-996"}, "ids-in-sources": {"a6": "996"}}, "raw": {"H": "16", "MN": "40", "TZ": "-1", "COD": "CT", "COU": "I", "DAY": "26", "LAT": "37N30", "LON": "15E 0", "MON": "10", "NUM": "996", "PRO": "W", "SEC": "4", "YEA": "1889", "CITY": "CATANIA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Giuseppe", "family": "Villaruel"}, "birth": {"tzo": "+00:54", "date": "1889-10-26 16:30", "note": "", "place": {"name": "Catania"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "478", "muller": "M1-478"}}, "raw": {"LG": "-15", "DAY": "26", "LAT": "37,5", "MIN": "30", "TZO": "-0,88", "HOUR": "16", "NAME": "478K Villaruel, Giuseppe", "YEAR": "1889", "MONTH": "10", "PLACE": "Catania CT"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
18293	dumas-pierre-1921-04-13	{"e1": "664"}	{"lerrcp": "E1-664"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Dumas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-04-13 18:30", "note": null, "place": {"c1": null, "c2": "69", "c3": "6", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1921-04-13 17:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Dumas"}, "birth": {"tzo": "+01:00", "date": "1921-04-13 18:30", "place": {"c2": "69", "c3": "6", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1921-04-13 17:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "664"}}, "raw": {"H": "18:30", "COD": "69", "DAY": "13", "MON": "04", "NUM": "0664", "PRO": "PH", "YEA": "1921", "CITY": "Lyon 6ème", "NAME": "DUMAS Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18294	dumast-maxime-guerrier-de-1894-07-09	{"e1": "665"}	{"lerrcp": "E1-665"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maxime (GUERRIER de)", "family": "Dumast", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1894-07-09 03:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maxime (GUERRIER de)", "family": "Dumast"}, "birth": {"tzo": "", "date": "1894-07-09 03:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "665"}}, "raw": {"H": "03:00", "COD": "54", "DAY": "09", "MON": "07", "NUM": "0665", "PRO": "MI", "YEA": "1894", "CITY": "Nancy", "NAME": "DUMAST Maxime (GUERRIER de)", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14775	zardi-federico-1912-10-25	{"a6": "1002", "afd1": "494"}	{"lerrcp": "A6-1002", "muller": "M1-494"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Federico", "family": "Zardi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1912-10-25 15:00", "note": "", "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1912-10-25 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Federico", "family": "Zardi"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1912-10-25 14:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1002"}, "ids-in-sources": {"a6": "1002"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "25", "LAT": "44N30", "LON": "11E 0", "MON": "10", "NUM": "1002", "PRO": "W", "SEC": "0", "YEA": "1912", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Federico", "family": "Zardi"}, "birth": {"tzo": "+01:00", "date": "1912-10-25 15:00", "note": "", "place": {"name": "Bologna"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "494", "muller": "M1-494"}}, "raw": {"LG": "-11", "DAY": "25", "LAT": "44,5", "MIN": "00", "TZO": "-1", "HOUR": "15", "NAME": "494M Zardi, Federico", "YEAR": "1912", "MONTH": "10", "PLACE": "Bologna BO"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14774	zappa-paolo-1899-09-10	{"a6": "1001", "afd1": "493"}	{"lerrcp": "A6-1001", "muller": "M1-493"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paolo", "family": "Zappa", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1899-09-10 12:00", "note": "", "place": {"c1": null, "c2": "AT", "c3": null, "cy": "IT", "lg": 8.5, "lat": 44.9, "name": "Castagnole Monf", "geoid": 0}, "notime": null, "date-ut": "1899-09-10 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Paolo", "family": "Zappa"}, "birth": {"place": {"c2": "AT", "cy": "IT", "lg": 8.5, "lat": 44.9, "name": "CASTAGNOLE MONF", "geoid": 0}, "date-ut": "1899-09-10 11:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1001"}, "ids-in-sources": {"a6": "1001"}}, "raw": {"H": "12", "MN": "0", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "10", "LAT": "44N54", "LON": "8E30", "MON": "9", "NUM": "1001", "PRO": "W", "SEC": "0", "YEA": "1899", "CITY": "CASTAGNOLE MONF"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Paolo", "family": "Zappa"}, "birth": {"tzo": "+01:00", "date": "1899-09-10 12:00", "note": "", "place": {"name": "Castagnole Monf"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "493", "muller": "M1-493"}}, "raw": {"LG": "-8,5", "DAY": "10", "LAT": "44,9", "MIN": "00", "TZO": "-1", "HOUR": "12", "NAME": "493M Zappa, Paolo", "YEAR": "1899", "MONTH": "09", "PLACE": "Castagnole Monf AT"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14780	adine-france-1890-08-31	{"a6": "1007"}	{"lerrcp": "A6-1007"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "France", "family": "Adine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "EESSEN-LES-DIXM", "geoid": 0}, "notime": null, "date-ut": "1890-08-31 19:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "France", "family": "Adine"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "EESSEN-LES-DIXM", "geoid": 0}, "date-ut": "1890-08-31 19:47:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1007"}, "ids-in-sources": {"a6": "1007"}}, "raw": {"H": "19", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "31", "LAT": "51N13", "LON": "3E15", "MON": "8", "NUM": "1007", "PRO": "W", "SEC": "0", "YEA": "1890", "CITY": "EESSEN-LES-DIXM"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14781	aerts-jose-1914-02-17	{"a6": "1008"}	{"lerrcp": "A6-1008"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "José", "family": "Aerts", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "GEEL", "geoid": 0}, "notime": null, "date-ut": "1914-02-17 23:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "José", "family": "Aerts"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "GEEL", "geoid": 0}, "date-ut": "1914-02-17 23:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1008"}, "ids-in-sources": {"a6": "1008"}}, "raw": {"H": "23", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "17", "LAT": "51N14", "LON": "4E30", "MON": "2", "NUM": "1008", "PRO": "W", "SEC": "0", "YEA": "1914", "CITY": "GEEL"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14778	zucca-giuseppe-1887-05-01	{"a6": "1005", "afd1": "500"}	{"lerrcp": "A6-1005", "muller": "M1-500"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Zucca", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:54", "date": "1887-05-01 15:30", "note": "", "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "notime": null, "date-ut": "1887-05-01 02:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Zucca"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "date-ut": "1887-05-01 02:40:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1005"}, "ids-in-sources": {"a6": "1005"}}, "raw": {"H": "3", "MN": "40", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "1", "LAT": "38N 0", "LON": "15E30", "MON": "5", "NUM": "1005", "PRO": "W", "SEC": "4", "YEA": "1887", "CITY": "MESSINA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Giuseppe", "family": "Zucca"}, "birth": {"tzo": "+00:54", "date": "1887-05-01 15:30", "note": "", "place": {"name": "Messina"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "500", "muller": "M1-500"}}, "raw": {"LG": "-15,5", "DAY": "01", "LAT": "38", "MIN": "30", "TZO": "-0,88", "HOUR": "15", "NAME": "500M Zucca, Giuseppe", "YEAR": "1887", "MONTH": "05", "PLACE": "Messina ME"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14779	zuccarini-oliviero-1883-08-23	{"a6": "1006", "afd1": "502"}	{"lerrcp": "A6-1006", "muller": "M1-502"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oliviero", "family": "Zuccarini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1883-08-23 04:00", "note": "", "place": {"c1": null, "c2": "AN", "c3": null, "cy": "IT", "lg": 13.11547, "lat": 43.44586, "name": "Cupramontana", "geoid": 3177684}, "notime": null, "date-ut": "1883-08-23 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Oliviero", "family": "Zuccarini"}, "birth": {"place": {"c2": "AN", "cy": "IT", "lg": 13.11547, "lat": 43.44586, "name": "Cupramontana", "geoid": 3177684}, "date-ut": "1883-08-23 03:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1006"}, "ids-in-sources": {"a6": "1006"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "AN", "COU": "I", "DAY": "23", "LAT": "43N42", "LON": "13E45", "MON": "8", "NUM": "1006", "PRO": "W", "SEC": "4", "YEA": "1883", "CITY": "CUPRAMONTANA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Oliviero", "family": "Zuccarini"}, "birth": {"tzo": "+00:50", "date": "1883-08-23 04:00", "note": "", "place": {"name": "Cupramontana"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "502", "muller": "M1-502"}}, "raw": {"LG": "-13,75", "DAY": "23", "LAT": "43,7", "MIN": "00", "TZO": "-0,83", "HOUR": "04", "NAME": "502M Zuccarini, Oliviero", "YEAR": "1883", "MONTH": "08", "PLACE": "Cupramontana AN"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14782	amter-edouard-1898-12-13	{"a6": "1009"}	{"lerrcp": "A6-1009"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Amter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "notime": null, "date-ut": "1898-12-13 01:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Amter"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "date-ut": "1898-12-13 01:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1009"}, "ids-in-sources": {"a6": "1009"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "13", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "1009", "PRO": "W", "SEC": "0", "YEA": "1898", "CITY": "LOUVAIN"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14784	arras-jozef-1890-03-26	{"a6": "1011"}	{"lerrcp": "A6-1011"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jozef", "family": "Arras", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "LIERRE", "geoid": 0}, "notime": null, "date-ut": "1890-03-26 05:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jozef", "family": "Arras"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "LIERRE", "geoid": 0}, "date-ut": "1890-03-26 05:12:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1011"}, "ids-in-sources": {"a6": "1011"}}, "raw": {"H": "5", "MN": "12", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "26", "LAT": "51N14", "LON": "4E30", "MON": "3", "NUM": "1011", "PRO": "W", "SEC": "0", "YEA": "1890", "CITY": "LIERRE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14785	assche-piet-1867-12-16	{"a6": "1012"}	{"lerrcp": "A6-1012"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Piet", "family": "Assche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "BURCHT", "geoid": 0}, "notime": null, "date-ut": "1867-12-16 10:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Piet", "family": "Assche"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "BURCHT", "geoid": 0}, "date-ut": "1867-12-16 10:42:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1012"}, "ids-in-sources": {"a6": "1012"}}, "raw": {"H": "10", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "16", "LAT": "51N14", "LON": "4E30", "MON": "12", "NUM": "1012", "PRO": "W", "SEC": "0", "YEA": "1867", "CITY": "BURCHT"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18295	dumon-georges-1908-03-09	{"e1": "666"}	{"lerrcp": "E1-666"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Dumon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-03-09 05:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1908-03-09 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Dumon"}, "birth": {"tzo": "+00:09", "date": "1908-03-09 05:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1908-03-09 04:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "666"}}, "raw": {"H": "05:00", "COD": "13", "DAY": "09", "MON": "03", "NUM": "0666", "PRO": "PH", "YEA": "1908", "CITY": "Marseille", "NAME": "DUMON Georges", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14783	angenot-marcel-1879-01-24	{"a6": "1010"}	{"lerrcp": "A6-1010"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Angenot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "notime": null, "date-ut": "1879-01-24 04:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Angenot"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "date-ut": "1879-01-24 04:12:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1010"}, "ids-in-sources": {"a6": "1010"}}, "raw": {"H": "4", "MN": "12", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "24", "LAT": "51N14", "LON": "4E30", "MON": "1", "NUM": "1010", "PRO": "W", "SEC": "0", "YEA": "1879", "CITY": "MALINES"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18296	dumontier-maurice-1882-03-01	{"e1": "667"}	{"lerrcp": "E1-667"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Dumontier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22", "date": "1882-03-01 02:00", "note": null, "place": {"c1": null, "c2": "52", "c3": "", "cy": "FR", "lg": 5.58991, "lat": 48.19334, "name": "Bourmont", "geoid": 3030917}, "notime": null, "date-ut": "1882-03-01 01:38"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Dumontier"}, "birth": {"tzo": "+00:22", "date": "1882-03-01 02:00", "place": {"c2": "52", "c3": "", "cy": "FR", "lg": 5.58991, "lat": 48.19334, "name": "Bourmont", "geoid": 3030917}, "date-ut": "1882-03-01 01:38"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "667"}}, "raw": {"H": "02:00", "COD": "52", "DAY": "01", "MON": "03", "NUM": "0667", "PRO": "MI", "YEA": "1882", "CITY": "Bourmont", "NAME": "DUMONTIER Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14789	baillon-andre-1875-04-27	{"a6": "1016"}	{"lerrcp": "A6-1016"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Baillon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1875-04-27 18:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "André", "family": "Baillon"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1875-04-27 18:42:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1016"}, "ids-in-sources": {"a6": "1016"}}, "raw": {"H": "18", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "27", "LAT": "51N14", "LON": "4E30", "MON": "4", "NUM": "1016", "PRO": "W", "SEC": "0", "YEA": "1875", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14790	bailly-jules-1832-12-13	{"a6": "1017"}	{"lerrcp": "A6-1017"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Bailly", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "SENEFFE", "geoid": 0}, "notime": null, "date-ut": "1832-12-13 23:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Bailly"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "SENEFFE", "geoid": 0}, "date-ut": "1832-12-13 23:42:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1017"}, "ids-in-sources": {"a6": "1017"}}, "raw": {"H": "23", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "13", "LAT": "50N23", "LON": "4E30", "MON": "12", "NUM": "1017", "PRO": "W", "SEC": "0", "YEA": "1832", "CITY": "SENEFFE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14791	bemmel-eugene-1824-04-16	{"a6": "1018"}	{"lerrcp": "A6-1018"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Bemmel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1824-04-16 02:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Bemmel"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1824-04-16 02:45:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1018"}, "ids-in-sources": {"a6": "1018"}}, "raw": {"H": "2", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "16", "LAT": "51N 5", "LON": "3E45", "MON": "4", "NUM": "1018", "PRO": "W", "SEC": "0", "YEA": "1824", "CITY": "GAND"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14788	backer-franz-1891-06-22	{"a6": "1015"}	{"lerrcp": "A6-1015"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Backer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ALOST", "geoid": 0}, "notime": null, "date-ut": "1891-06-22 06:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Franz", "family": "Backer"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ALOST", "geoid": 0}, "date-ut": "1891-06-22 06:45:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1015"}, "ids-in-sources": {"a6": "1015"}}, "raw": {"H": "6", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "22", "LAT": "51N 5", "LON": "3E45", "MON": "6", "NUM": "1015", "PRO": "W", "SEC": "0", "YEA": "1891", "CITY": "ALOST"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14792	benoit-peter-1834-08-17	{"a6": "1019"}	{"lerrcp": "A6-1019"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Peter", "family": "Benoit", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "HARLEBEKE", "geoid": 0}, "notime": null, "date-ut": "1834-08-17 02:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Peter", "family": "Benoit"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "HARLEBEKE", "geoid": 0}, "date-ut": "1834-08-17 02:47:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1019"}, "ids-in-sources": {"a6": "1019"}}, "raw": {"H": "2", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "17", "LAT": "51N13", "LON": "3E15", "MON": "8", "NUM": "1019", "PRO": "W", "SEC": "0", "YEA": "1834", "CITY": "HARLEBEKE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14793	bierme-maria-1863-06-06	{"a6": "1020"}	{"lerrcp": "A6-1020"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maria", "family": "Bierme", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "VERVIERS", "geoid": 0}, "notime": null, "date-ut": "1863-06-06 22:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Maria", "family": "Bierme"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "VERVIERS", "geoid": 0}, "date-ut": "1863-06-06 22:38:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1020"}, "ids-in-sources": {"a6": "1020"}}, "raw": {"H": "22", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "6", "LAT": "50N39", "LON": "5E30", "MON": "6", "NUM": "1020", "PRO": "W", "SEC": "0", "YEA": "1863", "CITY": "VERVIERS"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14794	billiet-paul-1838-02-14	{"a6": "1021"}	{"lerrcp": "A6-1021"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Billiet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1838-02-14 22:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Billiet"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1838-02-14 22:42:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1021"}, "ids-in-sources": {"a6": "1021"}}, "raw": {"H": "22", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "14", "LAT": "51N14", "LON": "4E30", "MON": "2", "NUM": "1021", "PRO": "W", "SEC": "0", "YEA": "1838", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14795	block-bruno-1828-02-27	{"a6": "1022"}	{"lerrcp": "A6-1022"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Block", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1828-02-27 15:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Bruno", "family": "Block"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1828-02-27 15:45:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1022"}, "ids-in-sources": {"a6": "1022"}}, "raw": {"H": "15", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "27", "LAT": "51N 5", "LON": "3E45", "MON": "2", "NUM": "1022", "PRO": "W", "SEC": "0", "YEA": "1828", "CITY": "GAND"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14796	boin-victor-1886-02-28	{"a6": "1023"}	{"lerrcp": "A6-1023"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Boin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1886-02-28 22:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Boin"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1886-02-28 22:43:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1023"}, "ids-in-sources": {"a6": "1023"}}, "raw": {"H": "22", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "28", "LAT": "50N51", "LON": "4E15", "MON": "2", "NUM": "1023", "PRO": "W", "SEC": "0", "YEA": "1886", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14797	borgerhoff-robert-1885-04-22	{"a6": "1024"}	{"lerrcp": "A6-1024"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Borgerhoff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "HASSELT", "geoid": 0}, "notime": null, "date-ut": "1885-04-22 09:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Borgerhoff"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "HASSELT", "geoid": 0}, "date-ut": "1885-04-22 09:38:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1024"}, "ids-in-sources": {"a6": "1024"}}, "raw": {"H": "9", "MN": "38", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "22", "LAT": "50N47", "LON": "5E30", "MON": "4", "NUM": "1024", "PRO": "W", "SEC": "0", "YEA": "1885", "CITY": "HASSELT"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18297	duparc-leon-1907-08-03	{"e1": "668"}	{"lerrcp": "E1-668"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Duparc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-08-03 09:00", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": 6.14393, "lat": 45.91971, "name": "Annecy-le-Vieux", "geoid": 3037540}, "notime": null, "date-ut": "1907-08-03 08:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Duparc"}, "birth": {"tzo": "+00:09", "date": "1907-08-03 09:00", "place": {"c2": "74", "c3": "", "cy": "FR", "lg": 6.14393, "lat": 45.91971, "name": "Annecy-le-Vieux", "geoid": 3037540}, "date-ut": "1907-08-03 08:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "668"}}, "raw": {"H": "09:00", "COD": "74", "DAY": "03", "MON": "08", "NUM": "0668", "PRO": "PH", "YEA": "1907", "CITY": "Annecy le Vieux", "NAME": "DUPARC Léon", "NOTE": "-"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
14799	bosschere-jean-1878-07-05	{"a6": "1026"}	{"lerrcp": "A6-1026"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bosschere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "UCCLE", "geoid": 0}, "notime": null, "date-ut": "1878-07-05 00:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bosschere"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "UCCLE", "geoid": 0}, "date-ut": "1878-07-05 00:43:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1026"}, "ids-in-sources": {"a6": "1026"}}, "raw": {"H": "0", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "5", "LAT": "50N51", "LON": "4E15", "MON": "7", "NUM": "1026", "PRO": "W", "SEC": "0", "YEA": "1878", "CITY": "UCCLE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14800	boucherij-jan-1846-11-16	{"a6": "1027"}	{"lerrcp": "A6-1027"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Boucherij", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1846-11-16 05:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Boucherij"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1846-11-16 05:45:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1027"}, "ids-in-sources": {"a6": "1027"}}, "raw": {"H": "5", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "16", "LAT": "51N 5", "LON": "3E45", "MON": "11", "NUM": "1027", "PRO": "W", "SEC": "0", "YEA": "1846", "CITY": "GAND"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14801	bourdouxhe-madeleine-1906-09-25	{"a6": "1028"}	{"lerrcp": "A6-1028"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Madeleine", "family": "Bourdouxhe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1906-09-25 14:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Madeleine", "family": "Bourdouxhe"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1906-09-25 14:30:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1028"}, "ids-in-sources": {"a6": "1028"}}, "raw": {"H": "14", "MN": "30", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "25", "LAT": "50N39", "LON": "5E30", "MON": "9", "NUM": "1028", "PRO": "W", "SEC": "0", "YEA": "1906", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14802	bourgeois-pierre-1898-12-04	{"a6": "1029"}	{"lerrcp": "A6-1029"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Bourgeois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CHARLEROI", "geoid": 0}, "notime": null, "date-ut": "1898-12-04 17:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Bourgeois"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CHARLEROI", "geoid": 0}, "date-ut": "1898-12-04 17:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1029"}, "ids-in-sources": {"a6": "1029"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "4", "LAT": "50N23", "LON": "4E30", "MON": "12", "NUM": "1029", "PRO": "W", "SEC": "0", "YEA": "1898", "CITY": "CHARLEROI"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14803	briers-lumay-1869-08-11	{"a6": "1030"}	{"lerrcp": "A6-1030"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lumay", "family": "Briers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "NEDERHEIM-NEREM", "geoid": 0}, "notime": null, "date-ut": "1869-08-11 04:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Lumay", "family": "Briers"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "NEDERHEIM-NEREM", "geoid": 0}, "date-ut": "1869-08-11 04:38:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1030"}, "ids-in-sources": {"a6": "1030"}}, "raw": {"H": "4", "MN": "38", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "11", "LAT": "50N47", "LON": "5E30", "MON": "8", "NUM": "1030", "PRO": "W", "SEC": "0", "YEA": "1869", "CITY": "NEDERHEIM-NEREM"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18298	dupas-jean-1900-12-02	{"e1": "669"}	{"lerrcp": "E1-669"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Dupas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1900-12-02 06:30", "note": null, "place": {"c1": null, "c2": "72", "c3": "", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "notime": null, "date-ut": "1900-12-02 06:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Dupas"}, "birth": {"tzo": "+00:09", "date": "1900-12-02 06:30", "place": {"c2": "72", "c3": "", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "date-ut": "1900-12-02 06:21"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "669"}}, "raw": {"H": "06:30", "COD": "72", "DAY": "02", "MON": "12", "NUM": "0669", "PRO": "PH", "YEA": "1900", "CITY": "Le Mans", "NAME": "DUPAS Jean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14806	brulez-raymond-1895-10-18	{"a6": "1033"}	{"lerrcp": "A6-1033"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Brulez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BLANKENBERGE", "geoid": 0}, "notime": null, "date-ut": "1895-10-18 16:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Brulez"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BLANKENBERGE", "geoid": 0}, "date-ut": "1895-10-18 16:30:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1033"}, "ids-in-sources": {"a6": "1033"}}, "raw": {"H": "16", "MN": "30", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "18", "LAT": "51N13", "LON": "3E15", "MON": "10", "NUM": "1033", "PRO": "W", "SEC": "0", "YEA": "1895", "CITY": "BLANKENBERGE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14804	brohee-paul-1892-12-10	{"a6": "1031"}	{"lerrcp": "A6-1031"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Brohee", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "THULIN", "geoid": 0}, "notime": null, "date-ut": "1892-12-10 16:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Brohee"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "THULIN", "geoid": 0}, "date-ut": "1892-12-10 16:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1031"}, "ids-in-sources": {"a6": "1031"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "10", "LAT": "50N23", "LON": "4E30", "MON": "12", "NUM": "1031", "PRO": "W", "SEC": "0", "YEA": "1892", "CITY": "THULIN"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14807	bruylants-jan-1834-09-30	{"a6": "1034"}	{"lerrcp": "A6-1034"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Bruylants", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1834-09-30 04:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Bruylants"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1834-09-30 04:42:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1034"}, "ids-in-sources": {"a6": "1034"}}, "raw": {"H": "4", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "30", "LAT": "51N14", "LON": "4E30", "MON": "9", "NUM": "1034", "PRO": "W", "SEC": "0", "YEA": "1834", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18299	duperie-raymond-1881-03-16	{"e1": "670"}	{"lerrcp": "E1-670"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Duperie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02", "date": "1881-03-16 03:00", "note": null, "place": {"c1": null, "c2": "47", "c3": "", "cy": "FR", "lg": 0.62055, "lat": 44.20199, "name": "Agen", "geoid": 3038634}, "notime": null, "date-ut": "1881-03-16 02:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Duperie"}, "birth": {"tzo": "+00:02", "date": "1881-03-16 03:00", "place": {"c2": "47", "c3": "", "cy": "FR", "lg": 0.62055, "lat": 44.20199, "name": "Agen", "geoid": 3038634}, "date-ut": "1881-03-16 02:58"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "670"}}, "raw": {"H": "03:00", "COD": "47", "DAY": "16", "MON": "03", "NUM": "0670", "PRO": "PH", "YEA": "1881", "CITY": "Agen", "NAME": "DUPERIE Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14810	buyst-leonard-1847-05-10	{"a6": "1037"}	{"lerrcp": "A6-1037"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leonard", "family": "Buyst", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "LOKEREN", "geoid": 0}, "notime": null, "date-ut": "1847-05-10 22:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Leonard", "family": "Buyst"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "LOKEREN", "geoid": 0}, "date-ut": "1847-05-10 22:45:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1037"}, "ids-in-sources": {"a6": "1037"}}, "raw": {"H": "22", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "10", "LAT": "51N 5", "LON": "3E45", "MON": "5", "NUM": "1037", "PRO": "W", "SEC": "0", "YEA": "1847", "CITY": "LOKEREN"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
4396	candeze-ernest-1827-02-22	{"a2": "2310", "a6": "1038"}	{"lerrcp": "A2-2310"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Candeze", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1827-02-22 05:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician", "writer"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Candeze"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1827-02-22 05:38:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2310"}, "ids-in-sources": {"a2": "2310"}}, "raw": {"H": "5", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "22", "LAT": "50N39", "LON": "5E30", "MON": "2", "NUM": "2310", "PRO": "S", "SEC": "0", "YEA": "1827", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "1038"}}, "raw": {"H": "5", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "22", "LAT": "50N39", "LON": "5E30", "MON": "2", "NUM": "1038", "PRO": "W", "SEC": "0", "YEA": "1827", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14809	buysse-cyriel-1859-09-20	{"a6": "1036"}	{"lerrcp": "A6-1036"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cyriel", "family": "Buysse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "NEVELE", "geoid": 0}, "notime": null, "date-ut": "1859-09-20 10:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Cyriel", "family": "Buysse"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "NEVELE", "geoid": 0}, "date-ut": "1859-09-20 10:45:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1036"}, "ids-in-sources": {"a6": "1036"}}, "raw": {"H": "10", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "20", "LAT": "51N 5", "LON": "3E45", "MON": "9", "NUM": "1036", "PRO": "W", "SEC": "0", "YEA": "1859", "CITY": "NEVELE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14811	gauquelin-a6-1039-1877-02-21	{"a6": "1039"}	{"lerrcp": "A6-1039"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1039", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1877-02-21 09:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1039"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1877-02-21 09:43:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1039"}, "ids-in-sources": {"a6": "1039"}}, "raw": {"H": "9", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "21", "LAT": "50N51", "LON": "4E15", "MON": "2", "NUM": "1039", "PRO": "W", "SEC": "0", "YEA": "1877", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14812	careme-maurice-1899-05-12	{"a6": "1040"}	{"lerrcp": "A6-1040"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Careme", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "WAVRE", "geoid": 0}, "notime": null, "date-ut": "1899-05-12 07:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Careme"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "WAVRE", "geoid": 0}, "date-ut": "1899-05-12 07:30:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1040"}, "ids-in-sources": {"a6": "1040"}}, "raw": {"H": "7", "MN": "30", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "12", "LAT": "50N51", "LON": "4E15", "MON": "5", "NUM": "1040", "PRO": "W", "SEC": "0", "YEA": "1899", "CITY": "WAVRE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14813	carrein-frans-1815-12-08	{"a6": "1041"}	{"lerrcp": "A6-1041"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frans", "family": "Carrein", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "EERNEGEN", "geoid": 0}, "notime": null, "date-ut": "1815-12-08 03:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Frans", "family": "Carrein"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "EERNEGEN", "geoid": 0}, "date-ut": "1815-12-08 03:47:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1041"}, "ids-in-sources": {"a6": "1041"}}, "raw": {"H": "3", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "8", "LAT": "51N13", "LON": "3E15", "MON": "12", "NUM": "1041", "PRO": "W", "SEC": "0", "YEA": "1815", "CITY": "EERNEGEN"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14814	carton-charles-1802-06-03	{"a6": "1042"}	{"lerrcp": "A6-1042"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Carton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "PITTHEM", "geoid": 0}, "notime": null, "date-ut": "1802-06-03 15:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Carton"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "PITTHEM", "geoid": 0}, "date-ut": "1802-06-03 15:47:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1042"}, "ids-in-sources": {"a6": "1042"}}, "raw": {"H": "15", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "3", "LAT": "51N13", "LON": "3E15", "MON": "6", "NUM": "1042", "PRO": "W", "SEC": "0", "YEA": "1802", "CITY": "PITTHEM"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18300	duplay-jean-1920-06-01	{"e1": "671"}	{"lerrcp": "E1-671"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Duplay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-06-01 02:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1920-06-01 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Duplay"}, "birth": {"tzo": "+01:00", "date": "1920-06-01 02:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1920-06-01 01:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "671"}}, "raw": {"H": "02:00", "COD": "06", "DAY": "01", "MON": "06", "NUM": "0671", "PRO": "PH", "YEA": "1920", "CITY": "Nice", "NAME": "DUPLAY Jean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
12778	cauwenberghe-cesar-1870-05-14	{"a5": "1310", "a6": "1044"}	{"lerrcp": "A5-1310"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "César", "family": "Cauwenberghe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "COURTRAI", "geoid": 0}, "notime": null, "date-ut": "1870-05-14 14:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor", "writer"]	5	null	[{"new": {"name": {"given": "César", "family": "Cauwenberghe"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "COURTRAI", "geoid": 0}, "date-ut": "1870-05-14 14:47:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1310"}, "ids-in-sources": {"a5": "1310"}}, "raw": {"H": "14", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "14", "LAT": "51N13", "LON": "3E15", "MON": "5", "NUM": "1310", "PRO": "A", "SEC": "0", "YEA": "1870", "CITY": "COURTRAI"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "1044"}}, "raw": {"H": "14", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "14", "LAT": "51N13", "LON": "3E15", "MON": "5", "NUM": "1044", "PRO": "W", "SEC": "0", "YEA": "1870", "CITY": "COURTRAI"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
8009	chaudoir-georges-1873-10-05	{"a3": "2298", "a6": "1045"}	{"lerrcp": "A3-2298"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Chaudoir", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1873-10-05 04:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "writer"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Chaudoir"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1873-10-05 04:38:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2298"}, "ids-in-sources": {"a3": "2298"}}, "raw": {"H": "4", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "5", "LAT": "50N39", "LON": "5E30", "MON": "10", "NUM": "2298", "PRO": "M", "SEC": "0", "YEA": "1873", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "1045"}}, "raw": {"H": "4", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "5", "LAT": "50N39", "LON": "5E30", "MON": "10", "NUM": "1045", "PRO": "W", "SEC": "0", "YEA": "1873", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14817	claeys-desire-1876-01-31	{"a6": "1047"}	{"lerrcp": "A6-1047"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Désiré", "family": "Claeys", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MOLENBEEK", "geoid": 0}, "notime": null, "date-ut": "1876-01-31 06:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Désiré", "family": "Claeys"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MOLENBEEK", "geoid": 0}, "date-ut": "1876-01-31 06:43:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1047"}, "ids-in-sources": {"a6": "1047"}}, "raw": {"H": "6", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "31", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "1047", "PRO": "W", "SEC": "0", "YEA": "1876", "CITY": "MOLENBEEK"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14820	clijmans-fredericus-1893-04-17	{"a6": "1050"}	{"lerrcp": "A6-1050"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fredericus", "family": "Clijmans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1893-04-17 17:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Fredericus", "family": "Clijmans"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1893-04-17 17:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1050"}, "ids-in-sources": {"a6": "1050"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "17", "LAT": "51N14", "LON": "4E30", "MON": "4", "NUM": "1050", "PRO": "W", "SEC": "0", "YEA": "1893", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14821	colleye-hubert-1883-04-15	{"a6": "1051"}	{"lerrcp": "A6-1051"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hubert", "family": "Colleye", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1883-04-15 14:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Hubert", "family": "Colleye"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1883-04-15 14:38:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1051"}, "ids-in-sources": {"a6": "1051"}}, "raw": {"H": "14", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "15", "LAT": "50N39", "LON": "5E30", "MON": "4", "NUM": "1051", "PRO": "W", "SEC": "0", "YEA": "1883", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18301	dupont-de-dinechin-gerard-1900-03-27	{"e1": "672"}	{"lerrcp": "E1-672"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Dupont De Dinechin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1900-03-27 20:30", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1900-03-27 20:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gérard", "family": "Dupont De Dinechin"}, "birth": {"tzo": "+00:09", "date": "1900-03-27 20:30", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1900-03-27 20:21"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "672"}}, "raw": {"H": "20:30", "COD": "78", "DAY": "27", "MON": "03", "NUM": "0672", "PRO": "MI", "YEA": "1900", "CITY": "Versailles", "NAME": "DUPONT DE DINECHIN Gérard", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14818	clercq-rene-1877-11-14	{"a6": "1048"}	{"lerrcp": "A6-1048"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Clercq", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "DEERLIJK", "geoid": 0}, "notime": null, "date-ut": "1877-11-14 06:17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "René", "family": "Clercq"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "DEERLIJK", "geoid": 0}, "date-ut": "1877-11-14 06:17:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1048"}, "ids-in-sources": {"a6": "1048"}}, "raw": {"H": "6", "MN": "17", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "14", "LAT": "51N13", "LON": "3E15", "MON": "11", "NUM": "1048", "PRO": "W", "SEC": "0", "YEA": "1877", "CITY": "DEERLIJK"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14819	clesse-antoine-1816-05-30	{"a6": "1049"}	{"lerrcp": "A6-1049"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Clesse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "N", "c3": null, "cy": "BE", "lg": 4.3, "lat": 52.1, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1816-05-30 10:12:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Clesse"}, "birth": {"place": {"c2": "N", "cy": "BE", "lg": 4.3, "lat": 52.1, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1816-05-30 10:12:48"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1049"}, "ids-in-sources": {"a6": "1049"}}, "raw": {"H": "10", "MN": "12", "TZ": "0", "COD": "N", "COU": "B", "DAY": "30", "LAT": "52N 6", "LON": "4E18", "MON": "5", "NUM": "1049", "PRO": "W", "SEC": "48", "YEA": "1816", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18302	duprat-pierre-gilbert-1911-08-21	{"e1": "673"}	{"lerrcp": "E1-673"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre-Gilbert", "family": "Duprat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1911-08-21 09:15", "note": null, "place": {"c1": null, "c2": "14", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Dives sur Msr", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pierre-Gilbert", "family": "Duprat"}, "birth": {"tzo": "", "date": "1911-08-21 09:15", "place": {"c2": "14", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Dives sur Msr", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "673"}}, "raw": {"H": "09:15", "COD": "14", "DAY": "21", "MON": "08", "NUM": "0673", "PRO": "EX", "YEA": "1911", "CITY": "Dives sur Msr", "NAME": "DUPRAT Pierre-Gilbert", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14825	coppin-jose-1847-03-18	{"a6": "1056"}	{"lerrcp": "A6-1056"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "José", "family": "Coppin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "FLORIFFOUX", "geoid": 0}, "notime": null, "date-ut": "1847-03-18 22:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "José", "family": "Coppin"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "FLORIFFOUX", "geoid": 0}, "date-ut": "1847-03-18 22:42:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1056"}, "ids-in-sources": {"a6": "1056"}}, "raw": {"H": "22", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "18", "LAT": "50N20", "LON": "4E30", "MON": "3", "NUM": "1056", "PRO": "W", "SEC": "0", "YEA": "1847", "CITY": "FLORIFFOUX"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14827	courouble-leopold-1861-02-03	{"a6": "1059"}	{"lerrcp": "A6-1059"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leopold", "family": "Courouble", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1861-02-03 20:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Leopold", "family": "Courouble"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1861-02-03 20:43:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1059"}, "ids-in-sources": {"a6": "1059"}}, "raw": {"H": "20", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "3", "LAT": "50N51", "LON": "4E15", "MON": "2", "NUM": "1059", "PRO": "W", "SEC": "0", "YEA": "1861", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14824	coopman-theo-1852-11-24	{"a6": "1055"}	{"lerrcp": "A6-1055"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Théo", "family": "Coopman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1852-11-24 09:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Théo", "family": "Coopman"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1852-11-24 09:45:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1055"}, "ids-in-sources": {"a6": "1055"}}, "raw": {"H": "9", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "24", "LAT": "51N 5", "LON": "3E45", "MON": "11", "NUM": "1055", "PRO": "W", "SEC": "0", "YEA": "1852", "CITY": "GAND"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14826	cort-frans-1834-06-21	{"a6": "1057"}	{"lerrcp": "A6-1057"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frans", "family": "Cort", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1834-06-21 00:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Frans", "family": "Cort"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1834-06-21 00:42:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1057"}, "ids-in-sources": {"a6": "1057"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "21", "LAT": "51N14", "LON": "4E30", "MON": "6", "NUM": "1057", "PRO": "W", "SEC": "0", "YEA": "1834", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14828	crabbe-raoul-1902-03-09	{"a6": "1060"}	{"lerrcp": "A6-1060"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raoul", "family": "Crabbe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "MENIN", "geoid": 0}, "notime": null, "date-ut": "1902-03-09 08:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Raoul", "family": "Crabbe"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "MENIN", "geoid": 0}, "date-ut": "1902-03-09 08:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1060"}, "ids-in-sources": {"a6": "1060"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "9", "LAT": "51N13", "LON": "3E15", "MON": "3", "NUM": "1060", "PRO": "W", "SEC": "0", "YEA": "1902", "CITY": "MENIN"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18303	dupres-pierre-1923-03-18	{"e1": "674"}	{"lerrcp": "E1-674"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Dupres", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1923-03-18 09:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Riencourt lez Cagn", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Dupres"}, "birth": {"tzo": "", "date": "1923-03-18 09:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Riencourt lez Cagn", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "674"}}, "raw": {"H": "09:00", "COD": "62", "DAY": "18", "MON": "03", "NUM": "0674", "PRO": "PH", "YEA": "1923", "CITY": "Riencourt lez Cagn", "NAME": "DUPRES Pierre", "NOTE": "-"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
14830	crommelynck-fernand-1886-11-19	{"a6": "1062"}	{"lerrcp": "A6-1062"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Crommelynck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "BE", "lg": 2.33333, "lat": 48.83333, "name": "PARIS", "geoid": 0}, "notime": null, "date-ut": "1886-11-19 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Crommelynck"}, "birth": {"place": {"c2": "F", "cy": "BE", "lg": 2.33333, "lat": 48.83333, "name": "PARIS", "geoid": 0}, "date-ut": "1886-11-19 09:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1062"}, "ids-in-sources": {"a6": "1062"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "F", "COU": "B", "DAY": "19", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "1062", "PRO": "W", "SEC": "40", "YEA": "1886", "CITY": "PARIS"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14831	curvers-alexis-1906-02-24	{"a6": "1063"}	{"lerrcp": "A6-1063"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexis", "family": "Curvers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1906-02-24 05:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Alexis", "family": "Curvers"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1906-02-24 05:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1063"}, "ids-in-sources": {"a6": "1063"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "24", "LAT": "50N39", "LON": "5E30", "MON": "2", "NUM": "1063", "PRO": "W", "SEC": "0", "YEA": "1906", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14832	dautzenberg-johan-1808-12-06	{"a6": "1064"}	{"lerrcp": "A6-1064"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johan", "family": "Dautzenberg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "N", "c3": null, "cy": "BE", "lg": 5.98333, "lat": 50.9, "name": "HEERLEN", "geoid": 0}, "notime": null, "date-ut": "1808-12-06 03:36:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Johan", "family": "Dautzenberg"}, "birth": {"place": {"c2": "N", "cy": "BE", "lg": 5.98333, "lat": 50.9, "name": "HEERLEN", "geoid": 0}, "date-ut": "1808-12-06 03:36:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1064"}, "ids-in-sources": {"a6": "1064"}}, "raw": {"H": "3", "MN": "36", "TZ": "0", "COD": "N", "COU": "B", "DAY": "6", "LAT": "50N54", "LON": "5E59", "MON": "12", "NUM": "1064", "PRO": "W", "SEC": "4", "YEA": "1808", "CITY": "HEERLEN"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18304	duprez-henri-1904-02-15	{"e1": "675"}	{"lerrcp": "E1-675"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Duprez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-02-15 22:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.21812, "lat": 50.70118, "name": "Wattrelos", "geoid": 2967421}, "notime": null, "date-ut": "1904-02-15 21:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Duprez"}, "birth": {"tzo": "+00:09", "date": "1904-02-15 22:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.21812, "lat": 50.70118, "name": "Wattrelos", "geoid": 2967421}, "date-ut": "1904-02-15 21:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "675"}}, "raw": {"H": "22:00", "COD": "59", "DAY": "15", "MON": "02", "NUM": "0675", "PRO": "EX", "YEA": "1904", "CITY": "Wattrelos", "NAME": "DUPREZ Henri", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14836	dehaye-marcel-1907-12-15	{"a6": "1068"}	{"lerrcp": "A6-1068"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Dehaye", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1907-12-15 20:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Dehaye"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1907-12-15 20:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1068"}, "ids-in-sources": {"a6": "1068"}}, "raw": {"H": "20", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "15", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "1068", "PRO": "W", "SEC": "0", "YEA": "1907", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14835	degee-olivier-1890-12-07	{"a6": "1067"}	{"lerrcp": "A6-1067"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Olivier", "family": "Degee", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LANDENNE/MEUSE", "geoid": 0}, "notime": null, "date-ut": "1890-12-07 02:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Olivier", "family": "Degee"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LANDENNE/MEUSE", "geoid": 0}, "date-ut": "1890-12-07 02:38:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1067"}, "ids-in-sources": {"a6": "1067"}}, "raw": {"H": "2", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "7", "LAT": "50N39", "LON": "5E30", "MON": "12", "NUM": "1067", "PRO": "W", "SEC": "0", "YEA": "1890", "CITY": "LANDENNE/MEUSE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14834	defrecheux-jean-1825-02-10	{"a6": "1066"}	{"lerrcp": "A6-1066"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Defrecheux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1825-02-10 20:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Defrecheux"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1825-02-10 20:38:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1066"}, "ids-in-sources": {"a6": "1066"}}, "raw": {"H": "20", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "10", "LAT": "50N39", "LON": "5E30", "MON": "2", "NUM": "1066", "PRO": "W", "SEC": "0", "YEA": "1825", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
12780	delacre-jules-1883-02-21	{"a5": "1312", "a6": "1069"}	{"lerrcp": "A5-1312"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Delacre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "VILVOORDE", "geoid": 0}, "notime": null, "date-ut": "1883-02-21 06:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor", "poet"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Delacre"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "VILVOORDE", "geoid": 0}, "date-ut": "1883-02-21 06:43:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1312"}, "ids-in-sources": {"a5": "1312"}}, "raw": {"H": "6", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "21", "LAT": "50N51", "LON": "4E15", "MON": "2", "NUM": "1312", "PRO": "A", "SEC": "0", "YEA": "1883", "CITY": "VILVOORDE"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "1069"}}, "raw": {"H": "6", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "21", "LAT": "50N51", "LON": "4E15", "MON": "2", "NUM": "1069", "PRO": "W", "SEC": "0", "YEA": "1883", "CITY": "VILVORDE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18305	dupuy-claude-1926-08-05	{"e1": "676"}	{"lerrcp": "E1-676"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Dupuy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1926-08-05 14:00", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 5.38931, "lat": 46.49473, "name": "Cuiseaux", "geoid": 3022124}, "notime": null, "date-ut": "1926-08-05 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Dupuy"}, "birth": {"tzo": "+01:00", "date": "1926-08-05 14:00", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 5.38931, "lat": 46.49473, "name": "Cuiseaux", "geoid": 3022124}, "date-ut": "1926-08-05 13:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "676"}}, "raw": {"H": "14:00", "COD": "71", "DAY": "05", "MON": "08", "NUM": "0676", "PRO": "EX", "YEA": "1926", "CITY": "Cuiseaux", "NAME": "DUPUY Claude", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14838	delboeuf-joseph-1831-09-30	{"a6": "1071"}	{"lerrcp": "A6-1071"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Delboeuf", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1831-09-30 17:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Delboeuf"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1831-09-30 17:38:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1071"}, "ids-in-sources": {"a6": "1071"}}, "raw": {"H": "17", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "30", "LAT": "50N39", "LON": "5E30", "MON": "9", "NUM": "1071", "PRO": "W", "SEC": "0", "YEA": "1831", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14839	delchevalerie-charles-1872-01-09	{"a6": "1072"}	{"lerrcp": "A6-1072"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Delchevalerie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "COUILLET-LEZ-CH", "geoid": 0}, "notime": null, "date-ut": "1872-01-09 21:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Delchevalerie"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "COUILLET-LEZ-CH", "geoid": 0}, "date-ut": "1872-01-09 21:42:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1072"}, "ids-in-sources": {"a6": "1072"}}, "raw": {"H": "21", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "9", "LAT": "50N23", "LON": "4E30", "MON": "1", "NUM": "1072", "PRO": "W", "SEC": "0", "YEA": "1872", "CITY": "COUILLET-LEZ-CH"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14840	delcroix-desire-1823-09-12	{"a6": "1073"}	{"lerrcp": "A6-1073"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Désiré", "family": "Delcroix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "DEINZE", "geoid": 0}, "notime": null, "date-ut": "1823-09-12 13:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Désiré", "family": "Delcroix"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "DEINZE", "geoid": 0}, "date-ut": "1823-09-12 13:45:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1073"}, "ids-in-sources": {"a6": "1073"}}, "raw": {"H": "13", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "12", "LAT": "51N 5", "LON": "3E45", "MON": "9", "NUM": "1073", "PRO": "W", "SEC": "0", "YEA": "1823", "CITY": "DEINZE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14841	demanet-armand-1808-07-15	{"a6": "1074"}	{"lerrcp": "A6-1074"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Demanet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "notime": null, "date-ut": "1808-07-15 16:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Demanet"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "date-ut": "1808-07-15 16:42:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1074"}, "ids-in-sources": {"a6": "1074"}}, "raw": {"H": "16", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "15", "LAT": "50N20", "LON": "4E30", "MON": "7", "NUM": "1074", "PRO": "W", "SEC": "0", "YEA": "1808", "CITY": "NAMUR"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14842	de-meyer-roelandts-victor-1808-09-25	{"a6": "1075"}	{"lerrcp": "A6-1075"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "De Meyer-Roelandts", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "WETTEREN", "geoid": 0}, "notime": null, "date-ut": "1808-09-25 04:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Victor", "family": "De Meyer-Roelandts"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "WETTEREN", "geoid": 0}, "date-ut": "1808-09-25 04:45:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1075"}, "ids-in-sources": {"a6": "1075"}}, "raw": {"H": "4", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "25", "LAT": "51N 5", "LON": "3E45", "MON": "9", "NUM": "1075", "PRO": "W", "SEC": "0", "YEA": "1808", "CITY": "WETTEREN"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14843	de-mont-paul-1895-06-01	{"a6": "1076"}	{"lerrcp": "A6-1076"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "De Mont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "NINOVE", "geoid": 0}, "notime": null, "date-ut": "1895-06-01 17:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Paul", "family": "De Mont"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "NINOVE", "geoid": 0}, "date-ut": "1895-06-01 17:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1076"}, "ids-in-sources": {"a6": "1076"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "1", "LAT": "51N 5", "LON": "3E45", "MON": "6", "NUM": "1076", "PRO": "W", "SEC": "0", "YEA": "1895", "CITY": "NINOVE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18306	dupuy-francis-1915-01-15	{"e1": "677"}	{"lerrcp": "E1-677"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Dupuy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-01-15 07:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.6324, "lat": 44.80565, "name": "Pessac", "geoid": 2987805}, "notime": null, "date-ut": "1915-01-15 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Francis", "family": "Dupuy"}, "birth": {"tzo": "+00:00", "date": "1915-01-15 07:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.6324, "lat": 44.80565, "name": "Pessac", "geoid": 2987805}, "date-ut": "1915-01-15 07:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "677"}}, "raw": {"H": "07:00", "COD": "33", "DAY": "15", "MON": "01", "NUM": "0677", "PRO": "EX", "YEA": "1915", "CITY": "Pessac", "NAME": "DUPUY Francis", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14846	doorslaer-hector-1854-02-14	{"a6": "1079"}	{"lerrcp": "A6-1079"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hector", "family": "Doorslaer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "VILVORDE", "geoid": 0}, "notime": null, "date-ut": "1854-02-14 17:13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Hector", "family": "Doorslaer"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "VILVORDE", "geoid": 0}, "date-ut": "1854-02-14 17:13:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1079"}, "ids-in-sources": {"a6": "1079"}}, "raw": {"H": "17", "MN": "13", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "14", "LAT": "50N51", "LON": "4E15", "MON": "2", "NUM": "1079", "PRO": "W", "SEC": "0", "YEA": "1854", "CITY": "VILVORDE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14844	de-mont-pol-1857-04-15	{"a6": "1077"}	{"lerrcp": "A6-1077"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pol", "family": "De Mont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "WAMBEEK", "geoid": 0}, "notime": null, "date-ut": "1857-04-15 11:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Pol", "family": "De Mont"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "WAMBEEK", "geoid": 0}, "date-ut": "1857-04-15 11:43:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1077"}, "ids-in-sources": {"a6": "1077"}}, "raw": {"H": "11", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "15", "LAT": "50N51", "LON": "4E15", "MON": "4", "NUM": "1077", "PRO": "W", "SEC": "0", "YEA": "1857", "CITY": "WAMBEEK"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14847	dopagne-georges-1911-01-28	{"a6": "1080"}	{"lerrcp": "A6-1080"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Dopagne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "SPA", "geoid": 0}, "notime": null, "date-ut": "1911-01-28 22:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Dopagne"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "SPA", "geoid": 0}, "date-ut": "1911-01-28 22:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1080"}, "ids-in-sources": {"a6": "1080"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "28", "LAT": "50N39", "LON": "5E30", "MON": "1", "NUM": "1080", "PRO": "W", "SEC": "0", "YEA": "1911", "CITY": "SPA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14848	dumont-wilden-louis-1875-09-15	{"a6": "1081"}	{"lerrcp": "A6-1081"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Dumont-Wilden", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1875-09-15 00:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Dumont-Wilden"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1875-09-15 00:45:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1081"}, "ids-in-sources": {"a6": "1081"}}, "raw": {"H": "0", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "15", "LAT": "51N 5", "LON": "3E45", "MON": "9", "NUM": "1081", "PRO": "W", "SEC": "0", "YEA": "1875", "CITY": "GAND"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14849	dupierreux-richard-1891-03-06	{"a6": "1082"}	{"lerrcp": "A6-1082"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Dupierreux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "COUILLET-LEZ-CH", "geoid": 0}, "notime": null, "date-ut": "1891-03-06 06:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Dupierreux"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "COUILLET-LEZ-CH", "geoid": 0}, "date-ut": "1891-03-06 06:42:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1082"}, "ids-in-sources": {"a6": "1082"}}, "raw": {"H": "6", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "6", "LAT": "50N23", "LON": "4E30", "MON": "3", "NUM": "1082", "PRO": "W", "SEC": "0", "YEA": "1891", "CITY": "COUILLET-LEZ-CH"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14850	gauquelin-a6-1083-1889-03-17	{"a6": "1083"}	{"lerrcp": "A6-1083"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1083", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1889-03-17 02:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1083"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1889-03-17 02:43:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1083"}, "ids-in-sources": {"a6": "1083"}}, "raw": {"H": "2", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "17", "LAT": "50N51", "LON": "4E15", "MON": "3", "NUM": "1083", "PRO": "W", "SEC": "0", "YEA": "1889", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18307	dupuy-raymond-1910-04-02	{"e1": "678"}	{"lerrcp": "E1-678"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Dupuy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-04-02 00:35", "note": null, "place": {"c1": null, "c2": "60", "c3": "", "cy": "FR", "lg": 2.20024, "lat": 49.32866, "name": "Noailles", "geoid": 2990307}, "notime": null, "date-ut": "1910-04-02 00:26"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Dupuy"}, "birth": {"tzo": "+00:09", "date": "1910-04-02 00:35", "place": {"c2": "60", "c3": "", "cy": "FR", "lg": 2.20024, "lat": 49.32866, "name": "Noailles", "geoid": 2990307}, "date-ut": "1910-04-02 00:26"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "678"}}, "raw": {"H": "00:35", "COD": "60", "DAY": "02", "MON": "04", "NUM": "0678", "PRO": "PH", "YEA": "1910", "CITY": "Noailles", "NAME": "DUPUY Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18308	dupuy-roger-1899-08-23	{"e1": "679"}	{"lerrcp": "E1-679"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Dupuy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-08-23 20:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1899-08-23 19:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Dupuy"}, "birth": {"tzo": "+00:09", "date": "1899-08-23 20:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1899-08-23 19:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "679"}}, "raw": {"H": "20:00", "COD": "76", "DAY": "23", "MON": "08", "NUM": "0679", "PRO": "EX", "YEA": "1899", "CITY": "Rouen", "NAME": "DUPUY Roger", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14856	fief-jean-1829-06-07	{"a6": "1089"}	{"lerrcp": "A6-1089"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Fief", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CHERCQ LES TOUR", "geoid": 0}, "notime": null, "date-ut": "1829-06-07 18:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Fief"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CHERCQ LES TOUR", "geoid": 0}, "date-ut": "1829-06-07 18:42:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1089"}, "ids-in-sources": {"a6": "1089"}}, "raw": {"H": "18", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "7", "LAT": "50N23", "LON": "4E30", "MON": "6", "NUM": "1089", "PRO": "W", "SEC": "0", "YEA": "1829", "CITY": "CHERCQ LES TOUR"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14852	eeckels-constant-1879-09-05	{"a6": "1085"}	{"lerrcp": "A6-1085"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Constant", "family": "Eeckels", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1879-09-05 16:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Constant", "family": "Eeckels"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1879-09-05 16:42:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1085"}, "ids-in-sources": {"a6": "1085"}}, "raw": {"H": "16", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "5", "LAT": "51N14", "LON": "4E30", "MON": "9", "NUM": "1085", "PRO": "W", "SEC": "0", "YEA": "1879", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14854	elskamp-max-1862-05-05	{"a6": "1087"}	{"lerrcp": "A6-1087"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Elskamp", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1862-05-05 02:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Max", "family": "Elskamp"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1862-05-05 02:42:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1087"}, "ids-in-sources": {"a6": "1087"}}, "raw": {"H": "2", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "5", "LAT": "51N14", "LON": "4E30", "MON": "5", "NUM": "1087", "PRO": "W", "SEC": "0", "YEA": "1862", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14855	fagus-faillet-1872-01-22	{"a6": "1088"}	{"lerrcp": "A6-1088"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Faillet)", "family": "Fagus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1872-01-22 10:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "(Faillet)", "family": "Fagus"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1872-01-22 10:43:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1088"}, "ids-in-sources": {"a6": "1088"}}, "raw": {"H": "10", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "22", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "1088", "PRO": "W", "SEC": "0", "YEA": "1872", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18309	durand-charleg-1910-10-25	{"e1": "680"}	{"lerrcp": "E1-680"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charleg", "family": "Durand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-10-25 06:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "notime": null, "date-ut": "1910-10-25 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charleg", "family": "Durand"}, "birth": {"tzo": "+00:09", "date": "1910-10-25 06:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "date-ut": "1910-10-25 05:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "680"}}, "raw": {"H": "06:00", "COD": "34", "DAY": "25", "MON": "10", "NUM": "0680", "PRO": "PH", "YEA": "1910", "CITY": "Béziers", "NAME": "DURAND Charleg", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14858	fonson-jean-1870-01-22	{"a6": "1091"}	{"lerrcp": "A6-1091"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Fonson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1870-01-22 05:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Fonson"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1870-01-22 05:43:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1091"}, "ids-in-sources": {"a6": "1091"}}, "raw": {"H": "5", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "22", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "1091", "PRO": "W", "SEC": "0", "YEA": "1870", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14859	gauquelin-a6-1092-1898-10-20	{"a6": "1092"}	{"lerrcp": "A6-1092"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1092", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1898-10-20 08:10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1092"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1898-10-20 08:10:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1092"}, "ids-in-sources": {"a6": "1092"}}, "raw": {"H": "8", "MN": "10", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "20", "LAT": "50N51", "LON": "4E15", "MON": "10", "NUM": "1092", "PRO": "W", "SEC": "0", "YEA": "1898", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14860	frederix-gustave-1834-05-20	{"a6": "1093"}	{"lerrcp": "A6-1093"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Frederix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1834-05-20 22:08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Frederix"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1834-05-20 22:08:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1093"}, "ids-in-sources": {"a6": "1093"}}, "raw": {"H": "22", "MN": "8", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "20", "LAT": "50N39", "LON": "5E30", "MON": "5", "NUM": "1093", "PRO": "W", "SEC": "0", "YEA": "1834", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14861	frenay-cid-herman-1891-03-14	{"a6": "1094"}	{"lerrcp": "A6-1094"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Herman", "family": "Frenay-Cid", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "OUGREE", "geoid": 0}, "notime": null, "date-ut": "1891-03-14 22:08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Herman", "family": "Frenay-Cid"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "OUGREE", "geoid": 0}, "date-ut": "1891-03-14 22:08:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1094"}, "ids-in-sources": {"a6": "1094"}}, "raw": {"H": "22", "MN": "8", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "14", "LAT": "50N39", "LON": "5E30", "MON": "3", "NUM": "1094", "PRO": "W", "SEC": "0", "YEA": "1891", "CITY": "OUGREE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18310	durand-claude-1916-11-18	{"e1": "681"}	{"lerrcp": "E1-681"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Durand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-11-18 18:00", "note": null, "place": {"c1": null, "c2": "95", "c3": "", "cy": "FR", "lg": 2.1, "lat": 49.05, "name": "Pontoise", "geoid": 2986140}, "notime": null, "date-ut": "1916-11-18 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Durand"}, "birth": {"tzo": "+00:00", "date": "1916-11-18 18:00", "place": {"c2": "95", "c3": "", "cy": "FR", "lg": 2.1, "lat": 49.05, "name": "Pontoise", "geoid": 2986140}, "date-ut": "1916-11-18 18:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "681"}}, "raw": {"H": "18:00", "COD": "95", "DAY": "18", "MON": "11", "NUM": "0681", "PRO": "PH", "YEA": "1916", "CITY": "Pontoise", "NAME": "DURAND Claude", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18311	durand-edouard-1905-02-21	{"e1": "682"}	{"lerrcp": "E1-682"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Durand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-02-21 05:00", "note": null, "place": {"c1": null, "c2": "90", "c3": "", "cy": "FR", "lg": 6.86204, "lat": 47.61822, "name": "Danjoutin", "geoid": 3021767}, "notime": null, "date-ut": "1905-02-21 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Durand"}, "birth": {"tzo": "+00:09", "date": "1905-02-21 05:00", "place": {"c2": "90", "c3": "", "cy": "FR", "lg": 6.86204, "lat": 47.61822, "name": "Danjoutin", "geoid": 3021767}, "date-ut": "1905-02-21 04:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "682"}}, "raw": {"H": "05:00", "COD": "90", "DAY": "21", "MON": "02", "NUM": "0682", "PRO": "PH", "YEA": "1905", "CITY": "Danjoutin", "NAME": "DURAND Edouard", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14866	ghelderode-michel-1898-04-03	{"a6": "1099"}	{"lerrcp": "A6-1099"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Ghelderode", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "notime": null, "date-ut": "1898-04-03 12:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Ghelderode"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "date-ut": "1898-04-03 12:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1099"}, "ids-in-sources": {"a6": "1099"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "3", "LAT": "50N51", "LON": "4E15", "MON": "4", "NUM": "1099", "PRO": "W", "SEC": "0", "YEA": "1898", "CITY": "IXELLES"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14863	geiregat-pieter-1828-02-26	{"a6": "1096"}	{"lerrcp": "A6-1096"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pieter", "family": "Geiregat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1828-02-26 21:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Pieter", "family": "Geiregat"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1828-02-26 21:45:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1096"}, "ids-in-sources": {"a6": "1096"}}, "raw": {"H": "21", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "26", "LAT": "51N 5", "LON": "3E45", "MON": "2", "NUM": "1096", "PRO": "W", "SEC": "0", "YEA": "1828", "CITY": "GAND"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14864	gers-jose-1898-02-26	{"a6": "1097"}	{"lerrcp": "A6-1097"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "José", "family": "Gers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "TERMONDE", "geoid": 0}, "notime": null, "date-ut": "1898-02-26 20:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "José", "family": "Gers"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "TERMONDE", "geoid": 0}, "date-ut": "1898-02-26 20:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1097"}, "ids-in-sources": {"a6": "1097"}}, "raw": {"H": "20", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "26", "LAT": "51N 5", "LON": "3E45", "MON": "2", "NUM": "1097", "PRO": "W", "SEC": "0", "YEA": "1898", "CITY": "TERMONDE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18312	durand-roger-1914-06-02	{"e1": "683"}	{"lerrcp": "E1-683"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Durand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-06-02 07:20", "note": null, "place": {"c1": null, "c2": "37", "c3": "", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "notime": null, "date-ut": "1914-06-02 07:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Durand"}, "birth": {"tzo": "+00:00", "date": "1914-06-02 07:20", "place": {"c2": "37", "c3": "", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "date-ut": "1914-06-02 07:20"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "683"}}, "raw": {"H": "07:20", "COD": "37", "DAY": "02", "MON": "06", "NUM": "0683", "PRO": "EX", "YEA": "1914", "CITY": "Tours", "NAME": "DURAND Roger", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14870	gilliams-maurice-1900-07-20	{"a6": "1103"}	{"lerrcp": "A6-1103"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Gilliams", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1900-07-20 02:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Gilliams"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1900-07-20 02:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1103"}, "ids-in-sources": {"a6": "1103"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "20", "LAT": "51N14", "LON": "4E30", "MON": "7", "NUM": "1103", "PRO": "W", "SEC": "0", "YEA": "1900", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14871	gauquelin-a6-1104-1842-12-17	{"a6": "1104"}	{"lerrcp": "A6-1104"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1104", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1842-12-17 11:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1104"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1842-12-17 11:42:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1104"}, "ids-in-sources": {"a6": "1104"}}, "raw": {"H": "11", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "17", "LAT": "51N14", "LON": "4E30", "MON": "12", "NUM": "1104", "PRO": "W", "SEC": "0", "YEA": "1842", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14867	gilkin-yvan-1858-01-07	{"a6": "1100"}	{"lerrcp": "A6-1100"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yvan", "family": "Gilkin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1858-01-07 19:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Yvan", "family": "Gilkin"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1858-01-07 19:43:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1100"}, "ids-in-sources": {"a6": "1100"}}, "raw": {"H": "19", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "7", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "1100", "PRO": "W", "SEC": "0", "YEA": "1858", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14869	gijssels-willem-1875-04-23	{"a6": "1102"}	{"lerrcp": "A6-1102"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willem", "family": "Gijssels", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "TERMONDE", "geoid": 0}, "notime": null, "date-ut": "1875-04-23 16:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Willem", "family": "Gijssels"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "TERMONDE", "geoid": 0}, "date-ut": "1875-04-23 16:45:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1102"}, "ids-in-sources": {"a6": "1102"}}, "raw": {"H": "16", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "23", "LAT": "51N 5", "LON": "3E45", "MON": "4", "NUM": "1102", "PRO": "W", "SEC": "0", "YEA": "1875", "CITY": "TERMONDE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14872	goffin-jean-1863-03-17	{"a6": "1105"}	{"lerrcp": "A6-1105"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Goffin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1863-03-17 04:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Goffin"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1863-03-17 04:43:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1105"}, "ids-in-sources": {"a6": "1105"}}, "raw": {"H": "4", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "17", "LAT": "50N51", "LON": "4E15", "MON": "3", "NUM": "1105", "PRO": "W", "SEC": "0", "YEA": "1863", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18313	durand-de-bousingen-robert-1928-05-17	{"e1": "684"}	{"lerrcp": "E1-684"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Durand De Bousingen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1928-05-17 21:00", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1928-05-17 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Durand De Bousingen"}, "birth": {"tzo": "+01:00", "date": "1928-05-17 21:00", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1928-05-17 20:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "684"}}, "raw": {"H": "21:00", "COD": "67", "DAY": "17", "MON": "05", "NUM": "0684", "PRO": "PH", "YEA": "1928", "CITY": "Strasbourg", "NAME": "DURAND DE BOUSINGEN Robert", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14874	grevesse-desire-1902-06-19	{"a6": "1107"}	{"lerrcp": "A6-1107"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Désiré", "family": "Grevesse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "GHISLENGHIEN", "geoid": 0}, "notime": null, "date-ut": "1902-06-19 11:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Désiré", "family": "Grevesse"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "GHISLENGHIEN", "geoid": 0}, "date-ut": "1902-06-19 11:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1107"}, "ids-in-sources": {"a6": "1107"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "19", "LAT": "50N23", "LON": "4E30", "MON": "6", "NUM": "1107", "PRO": "W", "SEC": "0", "YEA": "1902", "CITY": "GHISLENGHIEN"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14875	groffier-jean-1908-07-10	{"a6": "1108"}	{"lerrcp": "A6-1108"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Groffier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1908-07-10 17:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Groffier"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1908-07-10 17:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1108"}, "ids-in-sources": {"a6": "1108"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "10", "LAT": "50N39", "LON": "5E30", "MON": "7", "NUM": "1108", "PRO": "W", "SEC": "0", "YEA": "1908", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14876	hardy-adolphe-1868-05-23	{"a6": "1109"}	{"lerrcp": "A6-1109"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Hardy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "DISON-LES-VERVI", "geoid": 0}, "notime": null, "date-ut": "1868-05-23 17:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Hardy"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "DISON-LES-VERVI", "geoid": 0}, "date-ut": "1868-05-23 17:38:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1109"}, "ids-in-sources": {"a6": "1109"}}, "raw": {"H": "17", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "23", "LAT": "50N39", "LON": "5E30", "MON": "5", "NUM": "1109", "PRO": "W", "SEC": "0", "YEA": "1868", "CITY": "DISON-LES-VERVI"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14877	haugen-jef-1861-01-01	{"a6": "1110"}	{"lerrcp": "A6-1110"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jef", "family": "Haugen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "JEUK", "geoid": 0}, "notime": null, "date-ut": "1861-01-01 09:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jef", "family": "Haugen"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "JEUK", "geoid": 0}, "date-ut": "1861-01-01 09:38:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1110"}, "ids-in-sources": {"a6": "1110"}}, "raw": {"H": "9", "MN": "38", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "1", "LAT": "50N47", "LON": "5E30", "MON": "1", "NUM": "1110", "PRO": "W", "SEC": "0", "YEA": "1861", "CITY": "JEUK"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18314	durieux-jean-1903-06-28	{"e1": "685"}	{"lerrcp": "E1-685"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Durieux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-06-28 08:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.52612, "lat": 50.47287, "name": "Hergnies", "geoid": 3013459}, "notime": null, "date-ut": "1903-06-28 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Durieux"}, "birth": {"tzo": "+00:09", "date": "1903-06-28 08:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.52612, "lat": 50.47287, "name": "Hergnies", "geoid": 3013459}, "date-ut": "1903-06-28 07:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "685"}}, "raw": {"H": "08:00", "COD": "59", "DAY": "28", "MON": "06", "NUM": "0685", "PRO": "PH", "YEA": "1903", "CITY": "Hergnies", "NAME": "DURIEUX Jean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14879	hendrikx-august-1846-04-01	{"a6": "1112"}	{"lerrcp": "A6-1112"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "August", "family": "Hendrikx", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1846-04-01 00:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "August", "family": "Hendrikx"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1846-04-01 00:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1112"}, "ids-in-sources": {"a6": "1112"}}, "raw": {"H": "0", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "1", "LAT": "51N 5", "LON": "3E45", "MON": "4", "NUM": "1112", "PRO": "W", "SEC": "0", "YEA": "1846", "CITY": "GAND"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14880	herckenrath-adolphe-1879-06-02	{"a6": "1113"}	{"lerrcp": "A6-1113"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Herckenrath", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ALOST", "geoid": 0}, "notime": null, "date-ut": "1879-06-02 02:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Herckenrath"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ALOST", "geoid": 0}, "date-ut": "1879-06-02 02:45:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1113"}, "ids-in-sources": {"a6": "1113"}}, "raw": {"H": "2", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "2", "LAT": "51N 5", "LON": "3E45", "MON": "6", "NUM": "1113", "PRO": "W", "SEC": "0", "YEA": "1879", "CITY": "ALOST"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14881	heremans-jacques-1825-01-28	{"a6": "1114"}	{"lerrcp": "A6-1114"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Heremans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1825-01-28 14:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Heremans"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1825-01-28 14:42:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1114"}, "ids-in-sources": {"a6": "1114"}}, "raw": {"H": "14", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "28", "LAT": "51N14", "LON": "4E30", "MON": "1", "NUM": "1114", "PRO": "W", "SEC": "0", "YEA": "1825", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18315	duroux-paul-emile-1914-07-17	{"e1": "686"}	{"lerrcp": "E1-686"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul-Emile", "family": "Duroux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-07-17 22:30", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": 4.80755, "lat": 45.71404, "name": "Oullins", "geoid": 2988998}, "notime": null, "date-ut": "1914-07-17 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul-Emile", "family": "Duroux"}, "birth": {"tzo": "+00:00", "date": "1914-07-17 22:30", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": 4.80755, "lat": 45.71404, "name": "Oullins", "geoid": 2988998}, "date-ut": "1914-07-17 22:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "686"}}, "raw": {"H": "22:30", "COD": "69", "DAY": "17", "MON": "07", "NUM": "0686", "PRO": "PH", "YEA": "1914", "CITY": "Oullins", "NAME": "DUROUX Paul-Emile", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14884	hoorde-joseph-1843-10-12	{"a6": "1117"}	{"lerrcp": "A6-1117"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Hoorde", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1843-10-12 13:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Hoorde"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1843-10-12 13:45:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1117"}, "ids-in-sources": {"a6": "1117"}}, "raw": {"H": "13", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "12", "LAT": "51N 5", "LON": "3E45", "MON": "10", "NUM": "1117", "PRO": "W", "SEC": "0", "YEA": "1843", "CITY": "GAND"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14886	hoste-julius-1848-01-20	{"a6": "1119"}	{"lerrcp": "A6-1119"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julius", "family": "Hoste", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "THIELT", "geoid": 0}, "notime": null, "date-ut": "1848-01-20 22:17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Julius", "family": "Hoste"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "THIELT", "geoid": 0}, "date-ut": "1848-01-20 22:17:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1119"}, "ids-in-sources": {"a6": "1119"}}, "raw": {"H": "22", "MN": "17", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "20", "LAT": "51N13", "LON": "3E15", "MON": "1", "NUM": "1119", "PRO": "W", "SEC": "0", "YEA": "1848", "CITY": "THIELT"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14883	hiel-emmanuel-1834-05-31	{"a6": "1116"}	{"lerrcp": "A6-1116"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emmanuel", "family": "Hiel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ST GILLES-LEZ-T", "geoid": 0}, "notime": null, "date-ut": "1834-05-31 01:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Emmanuel", "family": "Hiel"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ST GILLES-LEZ-T", "geoid": 0}, "date-ut": "1834-05-31 01:45:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1116"}, "ids-in-sources": {"a6": "1116"}}, "raw": {"H": "1", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "31", "LAT": "51N 5", "LON": "3E45", "MON": "5", "NUM": "1116", "PRO": "W", "SEC": "0", "YEA": "1834", "CITY": "ST GILLES-LEZ-T"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14885	horrent-desire-1880-07-19	{"a6": "1118"}	{"lerrcp": "A6-1118"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Désiré", "family": "Horrent", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "BOIS D'HAINE", "geoid": 0}, "notime": null, "date-ut": "1880-07-19 03:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Désiré", "family": "Horrent"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "BOIS D'HAINE", "geoid": 0}, "date-ut": "1880-07-19 03:42:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1118"}, "ids-in-sources": {"a6": "1118"}}, "raw": {"H": "3", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "19", "LAT": "50N23", "LON": "4E30", "MON": "7", "NUM": "1118", "PRO": "W", "SEC": "0", "YEA": "1880", "CITY": "BOIS D'HAINE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14887	jouhaud-auguste-1805-09-30	{"a6": "1120"}	{"lerrcp": "A6-1120"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Jouhaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1805-09-30 08:13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Jouhaud"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1805-09-30 08:13:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1120"}, "ids-in-sources": {"a6": "1120"}}, "raw": {"H": "8", "MN": "13", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "30", "LAT": "50N51", "LON": "4E15", "MON": "9", "NUM": "1120", "PRO": "W", "SEC": "0", "YEA": "1805", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18316	duval-maurice-1869-06-05	{"e1": "687"}	{"lerrcp": "E1-687"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Duval", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06", "date": "1869-06-05 14:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "notime": null, "date-ut": "1869-06-05 14:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Duval"}, "birth": {"tzo": "-00:06", "date": "1869-06-05 14:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "date-ut": "1869-06-05 14:06"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "687"}}, "raw": {"H": "14:00", "COD": "64", "DAY": "05", "MON": "06", "NUM": "0687", "PRO": "MI", "YEA": "1869", "CITY": "Bayonne", "NAME": "DUVAL Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14889	kanters-robert-1910-10-13	{"a6": "1122"}	{"lerrcp": "A6-1122"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Kanters", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST GILLES", "geoid": 0}, "notime": null, "date-ut": "1910-10-13 10:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Kanters"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST GILLES", "geoid": 0}, "date-ut": "1910-10-13 10:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1122"}, "ids-in-sources": {"a6": "1122"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "13", "LAT": "50N51", "LON": "4E15", "MON": "10", "NUM": "1122", "PRO": "W", "SEC": "0", "YEA": "1910", "CITY": "ST GILLES"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14891	kervyn-marcke-roger-1896-04-18	{"a6": "1124"}	{"lerrcp": "A6-1124"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Kervyn Marcke Roger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1896-04-18 22:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "", "family": "Kervyn Marcke Roger"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1896-04-18 22:15:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1124"}, "ids-in-sources": {"a6": "1124"}}, "raw": {"H": "22", "MN": "15", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "18", "LAT": "51N 5", "LON": "3E45", "MON": "4", "NUM": "1124", "PRO": "W", "SEC": "0", "YEA": "1896", "CITY": "GAND"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14890	kerckhoven-peter-1818-11-10	{"a6": "1123"}	{"lerrcp": "A6-1123"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Peter", "family": "Kerckhoven", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1818-11-10 07:27:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Peter", "family": "Kerckhoven"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1818-11-10 07:27:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1123"}, "ids-in-sources": {"a6": "1123"}}, "raw": {"H": "7", "MN": "27", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "10", "LAT": "51N14", "LON": "4E30", "MON": "11", "NUM": "1123", "PRO": "W", "SEC": "0", "YEA": "1818", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14892	koninckx-willy-1900-08-27	{"a6": "1125"}	{"lerrcp": "A6-1125"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willy", "family": "Koninckx", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1900-08-27 10:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Willy", "family": "Koninckx"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1900-08-27 10:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1125"}, "ids-in-sources": {"a6": "1125"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "27", "LAT": "51N14", "LON": "4E30", "MON": "8", "NUM": "1125", "PRO": "W", "SEC": "0", "YEA": "1900", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18317	duval-rene-1889-03-20	{"e1": "688"}	{"lerrcp": "E1-688"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Duval", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05", "date": "1889-03-20 06:00", "note": null, "place": {"c1": null, "c2": "50", "c3": "", "cy": "FR", "lg": -1.18916, "lat": 48.91714, "name": "Percy", "geoid": 2988017}, "notime": null, "date-ut": "1889-03-20 06:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Duval"}, "birth": {"tzo": "-00:05", "date": "1889-03-20 06:00", "place": {"c2": "50", "c3": "", "cy": "FR", "lg": -1.18916, "lat": 48.91714, "name": "Percy", "geoid": 2988017}, "date-ut": "1889-03-20 06:05"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "688"}}, "raw": {"H": "06:00", "COD": "50", "DAY": "20", "MON": "03", "NUM": "0688", "PRO": "PH", "YEA": "1889", "CITY": "Percy", "NAME": "DUVAL René", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14894	lacroix-francis-1895-11-29	{"a6": "1127"}	{"lerrcp": "A6-1127"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Lacroix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1895-11-29 23:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Francis", "family": "Lacroix"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1895-11-29 23:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1127"}, "ids-in-sources": {"a6": "1127"}}, "raw": {"H": "23", "MN": "0", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "29", "LAT": "50N39", "LON": "5E30", "MON": "11", "NUM": "1127", "PRO": "W", "SEC": "0", "YEA": "1895", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14896	lampo-hubert-1920-09-01	{"a6": "1129"}	{"lerrcp": "A6-1129"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hubert", "family": "Lampo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1920-09-01 11:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Hubert", "family": "Lampo"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1920-09-01 11:30:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1129"}, "ids-in-sources": {"a6": "1129"}}, "raw": {"H": "11", "MN": "30", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "1", "LAT": "51N14", "LON": "4E30", "MON": "9", "NUM": "1129", "PRO": "W", "SEC": "0", "YEA": "1920", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14895	lafont-charles-1809-12-16	{"a6": "1128"}	{"lerrcp": "A6-1128"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Lafont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1809-12-16 00:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Lafont"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1809-12-16 00:38:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1128"}, "ids-in-sources": {"a6": "1128"}}, "raw": {"H": "0", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "16", "LAT": "50N39", "LON": "5E30", "MON": "12", "NUM": "1128", "PRO": "W", "SEC": "0", "YEA": "1809", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18318	dyevre-henri-1893-12-21	{"e1": "689"}	{"lerrcp": "E1-689"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Dyevre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1893-12-21 23:30", "note": null, "place": {"c1": null, "c2": "56", "c3": "", "cy": "FR", "lg": -2.76205, "lat": 47.65688, "name": "Vannes", "geoid": 2970777}, "notime": null, "date-ut": "1893-12-21 23:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Dyevre"}, "birth": {"tzo": "+00:09", "date": "1893-12-21 23:30", "place": {"c2": "56", "c3": "", "cy": "FR", "lg": -2.76205, "lat": 47.65688, "name": "Vannes", "geoid": 2970777}, "date-ut": "1893-12-21 23:21"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "689"}}, "raw": {"H": "23:30", "COD": "56", "DAY": "21", "MON": "12", "NUM": "0689", "PRO": "MI", "YEA": "1893", "CITY": "Vannes", "NAME": "DYEVRE Henri", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14898	gauquelin-a6-1131-1890-01-10	{"a6": "1131"}	{"lerrcp": "A6-1131"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1131", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "BORGERHOUT-LES-", "geoid": 0}, "notime": null, "date-ut": "1890-01-10 03:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1131"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "BORGERHOUT-LES-", "geoid": 0}, "date-ut": "1890-01-10 03:42:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1131"}, "ids-in-sources": {"a6": "1131"}}, "raw": {"H": "3", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "10", "LAT": "51N14", "LON": "4E30", "MON": "1", "NUM": "1131", "PRO": "W", "SEC": "0", "YEA": "1890", "CITY": "BORGERHOUT-LES-"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14900	lattin-gustaaf-1853-09-06	{"a6": "1133"}	{"lerrcp": "A6-1133"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustaaf", "family": "Lattin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1853-09-06 03:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Gustaaf", "family": "Lattin"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1853-09-06 03:12:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1133"}, "ids-in-sources": {"a6": "1133"}}, "raw": {"H": "3", "MN": "12", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "6", "LAT": "51N14", "LON": "4E30", "MON": "9", "NUM": "1133", "PRO": "W", "SEC": "0", "YEA": "1853", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14901	lavry-charles-1817-10-17	{"a6": "1134"}	{"lerrcp": "A6-1134"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Lavry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1817-10-17 17:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Lavry"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1817-10-17 17:43:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1134"}, "ids-in-sources": {"a6": "1134"}}, "raw": {"H": "17", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "17", "LAT": "50N51", "LON": "4E15", "MON": "10", "NUM": "1134", "PRO": "W", "SEC": "0", "YEA": "1817", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14899	laroche-hyppolite-1827-10-05	{"a6": "1132"}	{"lerrcp": "A6-1132"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hyppolite", "family": "Laroche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "notime": null, "date-ut": "1827-10-05 21:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Hyppolite", "family": "Laroche"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "date-ut": "1827-10-05 21:42:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1132"}, "ids-in-sources": {"a6": "1132"}}, "raw": {"H": "21", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "5", "LAT": "50N23", "LON": "4E30", "MON": "10", "NUM": "1132", "PRO": "W", "SEC": "0", "YEA": "1827", "CITY": "MONS"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14902	le-boulenge-leon-1886-12-20	{"a6": "1135"}	{"lerrcp": "A6-1135"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Le Boulenge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "DINANT", "geoid": 0}, "notime": null, "date-ut": "1886-12-20 06:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Le Boulenge"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "DINANT", "geoid": 0}, "date-ut": "1886-12-20 06:42:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1135"}, "ids-in-sources": {"a6": "1135"}}, "raw": {"H": "6", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "20", "LAT": "50N20", "LON": "4E30", "MON": "12", "NUM": "1135", "PRO": "W", "SEC": "0", "YEA": "1886", "CITY": "DINANT"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18319	edelmann-gilles-1917-07-20	{"e1": "690"}	{"lerrcp": "E1-690"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilles", "family": "Edelmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-07-20 14:00", "note": null, "place": {"c1": null, "c2": "58", "c3": "", "cy": "FR", "lg": 3.159, "lat": 46.98956, "name": "Nevers", "geoid": 2990474}, "notime": null, "date-ut": "1917-07-20 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gilles", "family": "Edelmann"}, "birth": {"tzo": "+01:00", "date": "1917-07-20 14:00", "place": {"c2": "58", "c3": "", "cy": "FR", "lg": 3.159, "lat": 46.98956, "name": "Nevers", "geoid": 2990474}, "date-ut": "1917-07-20 13:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "690"}}, "raw": {"H": "14:00", "COD": "58", "DAY": "20", "MON": "07", "NUM": "0690", "PRO": "PH", "YEA": "1917", "CITY": "Nevers", "NAME": "EDELMANN Gilles", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14906	le-pas-andre-1820-03-05	{"a6": "1139"}	{"lerrcp": "A6-1139"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Le Pas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "VERVIERS", "geoid": 0}, "notime": null, "date-ut": "1820-03-05 10:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "André", "family": "Le Pas"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "VERVIERS", "geoid": 0}, "date-ut": "1820-03-05 10:38:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1139"}, "ids-in-sources": {"a6": "1139"}}, "raw": {"H": "10", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "5", "LAT": "50N39", "LON": "5E30", "MON": "3", "NUM": "1139", "PRO": "W", "SEC": "0", "YEA": "1820", "CITY": "VERVIERS"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14904	lemonnier-camille-1844-03-23	{"a6": "1137"}	{"lerrcp": "A6-1137"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Lemonnier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "notime": null, "date-ut": "1844-03-23 15:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Lemonnier"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "date-ut": "1844-03-23 15:43:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1137"}, "ids-in-sources": {"a6": "1137"}}, "raw": {"H": "15", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "23", "LAT": "50N51", "LON": "4E15", "MON": "3", "NUM": "1137", "PRO": "W", "SEC": "0", "YEA": "1844", "CITY": "IXELLES"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14905	lepage-albert-1895-03-04	{"a6": "1138"}	{"lerrcp": "A6-1138"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Lepage", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LAEKEN", "geoid": 0}, "notime": null, "date-ut": "1895-03-04 19:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Lepage"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LAEKEN", "geoid": 0}, "date-ut": "1895-03-04 19:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1138"}, "ids-in-sources": {"a6": "1138"}}, "raw": {"H": "19", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "4", "LAT": "50N51", "LON": "4E15", "MON": "3", "NUM": "1138", "PRO": "W", "SEC": "0", "YEA": "1895", "CITY": "LAEKEN"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18320	elvinger-francis-1896-08-03	{"e1": "691"}	{"lerrcp": "E1-691"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Elvinger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1896-08-03 14:00", "note": null, "place": {"c1": null, "c2": "", "c3": "", "cy": "LU", "lg": 6.13, "lat": 49.61167, "name": "Luxembourg", "geoid": 2960316}, "notime": null, "date-ut": "1896-08-03 13:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Francis", "family": "Elvinger"}, "birth": {"tzo": "+00:09", "date": "1896-08-03 14:00", "place": {"c2": "", "c3": "", "cy": "LU", "lg": 6.13, "lat": 49.61167, "name": "Luxembourg", "geoid": 2960316}, "date-ut": "1896-08-03 13:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "691"}}, "raw": {"H": "14:00", "COD": "LUX", "DAY": "03", "MON": "08", "NUM": "0691", "PRO": "EX", "YEA": "1896", "CITY": "Luxembourg - Grand Duc", "NAME": "ELVINGER Francis", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14909	lievevrouw-coopman-lodewijk-1862-04-03	{"a6": "1142"}	{"lerrcp": "A6-1142"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lodewijk", "family": "Lievevrouw-Coopman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1862-04-03 11:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Lodewijk", "family": "Lievevrouw-Coopman"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1862-04-03 11:45:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1142"}, "ids-in-sources": {"a6": "1142"}}, "raw": {"H": "11", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "3", "LAT": "51N 5", "LON": "3E45", "MON": "4", "NUM": "1142", "PRO": "W", "SEC": "0", "YEA": "1862", "CITY": "GAND"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14910	linze-georges-1900-03-12	{"a6": "1143"}	{"lerrcp": "A6-1143"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Linze", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1900-03-12 03:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Linze"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1900-03-12 03:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1143"}, "ids-in-sources": {"a6": "1143"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "12", "LAT": "50N39", "LON": "5E30", "MON": "3", "NUM": "1143", "PRO": "W", "SEC": "0", "YEA": "1900", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14911	lobet-marcel-1907-06-28	{"a6": "1144"}	{"lerrcp": "A6-1144"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Lobet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "BRAINE-LE-COMTE", "geoid": 0}, "notime": null, "date-ut": "1907-06-28 17:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Lobet"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "BRAINE-LE-COMTE", "geoid": 0}, "date-ut": "1907-06-28 17:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1144"}, "ids-in-sources": {"a6": "1144"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "28", "LAT": "50N23", "LON": "4E30", "MON": "6", "NUM": "1144", "PRO": "W", "SEC": "0", "YEA": "1907", "CITY": "BRAINE-LE-COMTE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14908	ley-madeleine-1901-05-05	{"a6": "1141"}	{"lerrcp": "A6-1141"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Madeleine", "family": "Ley", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1901-05-05 22:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Madeleine", "family": "Ley"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1901-05-05 22:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1141"}, "ids-in-sources": {"a6": "1141"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "5", "LAT": "51N14", "LON": "4E30", "MON": "5", "NUM": "1141", "PRO": "W", "SEC": "0", "YEA": "1901", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14912	lurkin-jean-1896-03-20	{"a6": "1145"}	{"lerrcp": "A6-1145"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lurkin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "VERVOZ-OCQUIER", "geoid": 0}, "notime": null, "date-ut": "1896-03-20 16:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lurkin"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "VERVOZ-OCQUIER", "geoid": 0}, "date-ut": "1896-03-20 16:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1145"}, "ids-in-sources": {"a6": "1145"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "20", "LAT": "50N39", "LON": "5E30", "MON": "3", "NUM": "1145", "PRO": "W", "SEC": "0", "YEA": "1896", "CITY": "VERVOZ-OCQUIER"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14915	magerman-pieter-1892-04-06	{"a6": "1148"}	{"lerrcp": "A6-1148"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pieter", "family": "Magerman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1892-04-06 02:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Pieter", "family": "Magerman"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1892-04-06 02:43:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1148"}, "ids-in-sources": {"a6": "1148"}}, "raw": {"H": "2", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "6", "LAT": "50N51", "LON": "4E15", "MON": "4", "NUM": "1148", "PRO": "W", "SEC": "0", "YEA": "1892", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18321	engerand-claude-1926-08-11	{"e1": "692"}	{"lerrcp": "E1-692"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Engerand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1926-08-11 20:30", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 6.5882, "lat": 48.01754, "name": "Remiremont", "geoid": 2984050}, "notime": null, "date-ut": "1926-08-11 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Engerand"}, "birth": {"tzo": "+01:00", "date": "1926-08-11 20:30", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 6.5882, "lat": 48.01754, "name": "Remiremont", "geoid": 2984050}, "date-ut": "1926-08-11 19:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "692"}}, "raw": {"H": "20:30", "COD": "88", "DAY": "11", "MON": "08", "NUM": "0692", "PRO": "MI", "YEA": "1926", "CITY": "Remiremont", "NAME": "ENGERAND Claude", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14913	lyr-rene-1887-11-15	{"a6": "1146"}	{"lerrcp": "A6-1146"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Lyr", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "COUVIN", "geoid": 0}, "notime": null, "date-ut": "1887-11-15 19:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "René", "family": "Lyr"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "COUVIN", "geoid": 0}, "date-ut": "1887-11-15 19:42:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1146"}, "ids-in-sources": {"a6": "1146"}}, "raw": {"H": "19", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "15", "LAT": "50N20", "LON": "4E30", "MON": "11", "NUM": "1146", "PRO": "W", "SEC": "0", "YEA": "1887", "CITY": "COUVIN"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18322	enjalbert-andre-1913-11-06	{"e1": "693"}	{"lerrcp": "E1-693"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Enjalbert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-11-06 04:00", "note": null, "place": {"c1": null, "c2": "81", "c3": "", "cy": "FR", "lg": 2.24088, "lat": 43.60527, "name": "Castres", "geoid": 3028263}, "notime": null, "date-ut": "1913-11-06 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Enjalbert"}, "birth": {"tzo": "+00:00", "date": "1913-11-06 04:00", "place": {"c2": "81", "c3": "", "cy": "FR", "lg": 2.24088, "lat": 43.60527, "name": "Castres", "geoid": 3028263}, "date-ut": "1913-11-06 04:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "693"}}, "raw": {"H": "04:00", "COD": "81", "DAY": "06", "MON": "11", "NUM": "0693", "PRO": "PH", "YEA": "1913", "CITY": "Castres", "NAME": "ENJALBERT André", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14918	marcq-leon-1833-08-10	{"a6": "1151"}	{"lerrcp": "A6-1151"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Marcq", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CHARLEROI", "geoid": 0}, "notime": null, "date-ut": "1833-08-10 12:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Marcq"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CHARLEROI", "geoid": 0}, "date-ut": "1833-08-10 12:12:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1151"}, "ids-in-sources": {"a6": "1151"}}, "raw": {"H": "12", "MN": "12", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "10", "LAT": "50N23", "LON": "4E30", "MON": "8", "NUM": "1151", "PRO": "W", "SEC": "0", "YEA": "1833", "CITY": "CHARLEROI"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14921	maurage-maurice-1828-06-12	{"a6": "1154"}	{"lerrcp": "A6-1154"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Maurage", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "HANTES-WIHERIES", "geoid": 0}, "notime": null, "date-ut": "1828-06-12 06:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Maurage"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "HANTES-WIHERIES", "geoid": 0}, "date-ut": "1828-06-12 06:42:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1154"}, "ids-in-sources": {"a6": "1154"}}, "raw": {"H": "6", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "12", "LAT": "50N23", "LON": "4E30", "MON": "6", "NUM": "1154", "PRO": "W", "SEC": "0", "YEA": "1828", "CITY": "HANTES-WIHERIES"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14920	matthys-marcel-1899-01-11	{"a6": "1153"}	{"lerrcp": "A6-1153"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Matthys", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OEDELEM", "geoid": 0}, "notime": null, "date-ut": "1899-01-11 06:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Matthys"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OEDELEM", "geoid": 0}, "date-ut": "1899-01-11 06:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1153"}, "ids-in-sources": {"a6": "1153"}}, "raw": {"H": "6", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "11", "LAT": "51N13", "LON": "3E15", "MON": "1", "NUM": "1153", "PRO": "W", "SEC": "0", "YEA": "1899", "CITY": "OEDELEM"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14919	mathieu-adolphe-1804-06-22	{"a6": "1152"}	{"lerrcp": "A6-1152"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Mathieu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "notime": null, "date-ut": "1804-06-22 04:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Mathieu"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "date-ut": "1804-06-22 04:12:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1152"}, "ids-in-sources": {"a6": "1152"}}, "raw": {"H": "4", "MN": "12", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "22", "LAT": "50N23", "LON": "4E30", "MON": "6", "NUM": "1152", "PRO": "W", "SEC": "0", "YEA": "1804", "CITY": "MONS"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18323	epstein-genevieve-pinay-1918-02-18	{"e1": "694"}	{"lerrcp": "E1-694"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Geneviève (PINAY)", "family": "Epstein", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1918-02-18 10:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.51294, "lat": 45.4759, "name": "Saint-Chamond", "geoid": 2981206}, "notime": null, "date-ut": "1918-02-18 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Geneviève (PINAY)", "family": "Epstein"}, "birth": {"tzo": "+00:00", "date": "1918-02-18 10:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.51294, "lat": 45.4759, "name": "Saint-Chamond", "geoid": 2981206}, "date-ut": "1918-02-18 10:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "694"}}, "raw": {"H": "10:00", "COD": "42", "DAY": "18", "MON": "02", "NUM": "0694", "PRO": "EX", "YEA": "1918", "CITY": "St Chamond", "NAME": "EPSTEIN Geneviève (PINAY)", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14923	merget-robert-1907-12-25	{"a6": "1156"}	{"lerrcp": "A6-1156"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Merget", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "notime": null, "date-ut": "1907-12-25 02:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Merget"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "date-ut": "1907-12-25 02:30:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1156"}, "ids-in-sources": {"a6": "1156"}}, "raw": {"H": "2", "MN": "30", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "25", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "1156", "PRO": "W", "SEC": "0", "YEA": "1907", "CITY": "SCHAERBEEK"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14925	minne-richard-1891-11-30	{"a6": "1158"}	{"lerrcp": "A6-1158"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Minne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1891-11-30 23:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Minne"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1891-11-30 23:30:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1158"}, "ids-in-sources": {"a6": "1158"}}, "raw": {"H": "23", "MN": "30", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "30", "LAT": "51N 5", "LON": "3E45", "MON": "11", "NUM": "1158", "PRO": "W", "SEC": "0", "YEA": "1891", "CITY": "GAND"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14926	mockel-albert-1866-12-27	{"a6": "1159"}	{"lerrcp": "A6-1159"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Mockel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "OUGREE-LEZ-LIEG", "geoid": 0}, "notime": null, "date-ut": "1866-12-27 05:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Mockel"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "OUGREE-LEZ-LIEG", "geoid": 0}, "date-ut": "1866-12-27 05:38:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1159"}, "ids-in-sources": {"a6": "1159"}}, "raw": {"H": "5", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "27", "LAT": "50N39", "LON": "5E30", "MON": "12", "NUM": "1159", "PRO": "W", "SEC": "0", "YEA": "1866", "CITY": "OUGREE-LEZ-LIEG"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14924	michaux-henri-1899-05-24	{"a6": "1157"}	{"lerrcp": "A6-1157"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Michaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "notime": null, "date-ut": "1899-05-24 14:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Michaux"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "date-ut": "1899-05-24 14:15:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1157"}, "ids-in-sources": {"a6": "1157"}}, "raw": {"H": "14", "MN": "15", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "24", "LAT": "50N20", "LON": "4E30", "MON": "5", "NUM": "1157", "PRO": "W", "SEC": "0", "YEA": "1899", "CITY": "NAMUR"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14927	moesen-albert-1891-07-25	{"a6": "1160"}	{"lerrcp": "A6-1160"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Moesen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "notime": null, "date-ut": "1891-07-25 09:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Moesen"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "date-ut": "1891-07-25 09:43:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1160"}, "ids-in-sources": {"a6": "1160"}}, "raw": {"H": "9", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "25", "LAT": "50N51", "LON": "4E15", "MON": "7", "NUM": "1160", "PRO": "W", "SEC": "0", "YEA": "1891", "CITY": "IXELLES"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14928	neuhuys-paul-1897-09-16	{"a6": "1161"}	{"lerrcp": "A6-1161"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Neuhuys", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1897-09-16 04:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Neuhuys"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1897-09-16 04:30:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1161"}, "ids-in-sources": {"a6": "1161"}}, "raw": {"H": "4", "MN": "30", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "16", "LAT": "51N14", "LON": "4E30", "MON": "9", "NUM": "1161", "PRO": "W", "SEC": "0", "YEA": "1897", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
8275	neve-paul-1851-12-19	{"a3": "2567", "a6": "1162"}	{"lerrcp": "A3-2567"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Neve", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LA HULPE", "geoid": 0}, "notime": null, "date-ut": "1851-12-19 17:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "writer"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Neve"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LA HULPE", "geoid": 0}, "date-ut": "1851-12-19 17:43:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2567"}, "ids-in-sources": {"a3": "2567"}}, "raw": {"H": "17", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "19", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "2567", "PRO": "M", "SEC": "0", "YEA": "1851", "CITY": "LA HULPE"}, "date": "2023-08-20T14:43:26+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "1162"}}, "raw": {"H": "17", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "19", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "1162", "PRO": "W", "SEC": "0", "YEA": "1851", "CITY": "LA HULPE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18324	ernoul-francois-de-1906-11-28	{"e1": "695"}	{"lerrcp": "E1-695"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François de", "family": "Ernoul", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-11-28 07:10", "note": null, "place": {"c1": null, "c2": "56", "c3": "", "cy": "FR", "lg": -2.76205, "lat": 47.65688, "name": "Vannes", "geoid": 2970777}, "notime": null, "date-ut": "1906-11-28 07:01"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François de", "family": "Ernoul"}, "birth": {"tzo": "+00:09", "date": "1906-11-28 07:10", "place": {"c2": "56", "c3": "", "cy": "FR", "lg": -2.76205, "lat": 47.65688, "name": "Vannes", "geoid": 2970777}, "date-ut": "1906-11-28 07:01"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "695"}}, "raw": {"H": "07:10", "COD": "56", "DAY": "28", "MON": "11", "NUM": "0695", "PRO": "MI", "YEA": "1906", "CITY": "Vannes", "NAME": "ERNOUL François de", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14930	offel-horace-1876-09-21	{"a6": "1164"}	{"lerrcp": "A6-1164"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Horace", "family": "Offel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1876-09-21 04:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Horace", "family": "Offel"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1876-09-21 04:42:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1164"}, "ids-in-sources": {"a6": "1164"}}, "raw": {"H": "4", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "21", "LAT": "51N14", "LON": "4E30", "MON": "9", "NUM": "1164", "PRO": "W", "SEC": "0", "YEA": "1876", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14931	peene-hippoliet-1811-01-01	{"a6": "1165"}	{"lerrcp": "A6-1165"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hippoliet", "family": "Peene", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "CAPRIJCKE", "geoid": 0}, "notime": null, "date-ut": "1811-01-01 03:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Hippoliet", "family": "Peene"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "CAPRIJCKE", "geoid": 0}, "date-ut": "1811-01-01 03:45:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1165"}, "ids-in-sources": {"a6": "1165"}}, "raw": {"H": "3", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "1", "LAT": "51N 5", "LON": "3E45", "MON": "1", "NUM": "1165", "PRO": "W", "SEC": "0", "YEA": "1811", "CITY": "CAPRIJCKE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14932	peeters-eduard-1873-05-09	{"a6": "1166"}	{"lerrcp": "A6-1166"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eduard", "family": "Peeters", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "BERCHEM", "geoid": 0}, "notime": null, "date-ut": "1873-05-09 10:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Eduard", "family": "Peeters"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "BERCHEM", "geoid": 0}, "date-ut": "1873-05-09 10:42:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1166"}, "ids-in-sources": {"a6": "1166"}}, "raw": {"H": "10", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "9", "LAT": "51N14", "LON": "4E30", "MON": "5", "NUM": "1166", "PRO": "W", "SEC": "0", "YEA": "1873", "CITY": "BERCHEM"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14933	perier-gaston-1879-02-07	{"a6": "1167"}	{"lerrcp": "A6-1167"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Perier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST GILLES", "geoid": 0}, "notime": null, "date-ut": "1879-02-07 17:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Perier"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST GILLES", "geoid": 0}, "date-ut": "1879-02-07 17:43:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1167"}, "ids-in-sources": {"a6": "1167"}}, "raw": {"H": "17", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "7", "LAT": "50N51", "LON": "4E15", "MON": "2", "NUM": "1167", "PRO": "W", "SEC": "0", "YEA": "1879", "CITY": "ST GILLES"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18325	escande-jean-paul-1939-03-05	{"e1": "695b"}	{"lerrcp": "E1-695b"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Paul", "family": "Escande", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1939-03-05 09:15", "note": null, "place": {"c1": null, "c2": "19", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Brive", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean-Paul", "family": "Escande"}, "birth": {"tzo": "", "date": "1939-03-05 09:15", "place": {"c2": "19", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Brive", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "695b"}}, "raw": {"H": "09:15", "COD": "19", "DAY": "05", "MON": "03", "NUM": "0695b", "PRO": "PH", "YEA": "1939", "CITY": "Brive", "NAME": "ESCANDE Jean-Paul", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14935	pierard-louis-1886-02-07	{"a6": "1169"}	{"lerrcp": "A6-1169"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Pierard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "FRAMERIES", "geoid": 0}, "notime": null, "date-ut": "1886-02-07 01:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Pierard"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "FRAMERIES", "geoid": 0}, "date-ut": "1886-02-07 01:42:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1169"}, "ids-in-sources": {"a6": "1169"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "7", "LAT": "50N23", "LON": "4E30", "MON": "2", "NUM": "1169", "PRO": "W", "SEC": "0", "YEA": "1886", "CITY": "FRAMERIES"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14936	pire-louis-1827-03-03	{"a6": "1170"}	{"lerrcp": "A6-1170"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Pire", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1827-03-03 17:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Pire"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1827-03-03 17:43:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1170"}, "ids-in-sources": {"a6": "1170"}}, "raw": {"H": "17", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "3", "LAT": "50N51", "LON": "4E15", "MON": "3", "NUM": "1170", "PRO": "W", "SEC": "0", "YEA": "1827", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18326	escat-maurice-1906-02-06	{"e1": "696"}	{"lerrcp": "E1-696"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Escat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-02-06 12:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1906-02-06 11:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Escat"}, "birth": {"tzo": "+00:09", "date": "1906-02-06 12:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1906-02-06 11:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "696"}}, "raw": {"H": "12:00", "COD": "31", "DAY": "06", "MON": "02", "NUM": "0696", "PRO": "PH", "YEA": "1906", "CITY": "Toulouse", "NAME": "ESCAT Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14938	plisnier-charles-1896-12-13	{"a6": "1172"}	{"lerrcp": "A6-1172"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Plisnier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "GHLIN-LEZ-MONS", "geoid": 0}, "notime": null, "date-ut": "1896-12-13 23:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Plisnier"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "GHLIN-LEZ-MONS", "geoid": 0}, "date-ut": "1896-12-13 23:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1172"}, "ids-in-sources": {"a6": "1172"}}, "raw": {"H": "23", "MN": "0", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "13", "LAT": "50N23", "LON": "4E30", "MON": "12", "NUM": "1172", "PRO": "W", "SEC": "0", "YEA": "1896", "CITY": "GHLIN-LEZ-MONS"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14939	potter-frans-1834-01-04	{"a6": "1173"}	{"lerrcp": "A6-1173"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frans", "family": "Potter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1834-01-04 13:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Frans", "family": "Potter"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1834-01-04 13:45:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1173"}, "ids-in-sources": {"a6": "1173"}}, "raw": {"H": "13", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "4", "LAT": "51N 5", "LON": "3E45", "MON": "1", "NUM": "1173", "PRO": "W", "SEC": "0", "YEA": "1834", "CITY": "GAND"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14940	poulet-georges-1902-11-29	{"a6": "1174"}	{"lerrcp": "A6-1174"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Poulet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "CHENEE", "geoid": 0}, "notime": null, "date-ut": "1902-11-29 11:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Poulet"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "CHENEE", "geoid": 0}, "date-ut": "1902-11-29 11:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1174"}, "ids-in-sources": {"a6": "1174"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "29", "LAT": "50N39", "LON": "5E30", "MON": "11", "NUM": "1174", "PRO": "W", "SEC": "0", "YEA": "1902", "CITY": "CHENEE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14941	praetere-mauritz-1885-01-22	{"a6": "1175"}	{"lerrcp": "A6-1175"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mauritz", "family": "Praetere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1885-01-22 21:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Mauritz", "family": "Praetere"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1885-01-22 21:15:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1175"}, "ids-in-sources": {"a6": "1175"}}, "raw": {"H": "21", "MN": "15", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "22", "LAT": "51N 5", "LON": "3E45", "MON": "1", "NUM": "1175", "PRO": "W", "SEC": "0", "YEA": "1885", "CITY": "GAND"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18327	escolier-jean-claude-1935-11-28	{"e1": "697"}	{"lerrcp": "E1-697"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Claude", "family": "Escolier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1935-11-28 23:30", "note": null, "place": {"c1": null, "c2": "89", "c3": "", "cy": "FR", "lg": 3.57033, "lat": 47.7996, "name": "Auxerre", "geoid": 3035843}, "notime": null, "date-ut": "1935-11-28 23:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean-Claude", "family": "Escolier"}, "birth": {"tzo": "+00:00", "date": "1935-11-28 23:30", "place": {"c2": "89", "c3": "", "cy": "FR", "lg": 3.57033, "lat": 47.7996, "name": "Auxerre", "geoid": 3035843}, "date-ut": "1935-11-28 23:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "697"}}, "raw": {"H": "23:30", "COD": "89", "DAY": "28", "MON": "11", "NUM": "0697", "PRO": "PH", "YEA": "1935", "CITY": "Auxerre", "NAME": "ESCOLIER Jean-Claude", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14943	proumen-henri-1879-05-23	{"a6": "1177"}	{"lerrcp": "A6-1177"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Proumen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "DISON-LES-VERVI", "geoid": 0}, "notime": null, "date-ut": "1879-05-23 01:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Proumen"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "DISON-LES-VERVI", "geoid": 0}, "date-ut": "1879-05-23 01:38:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1177"}, "ids-in-sources": {"a6": "1177"}}, "raw": {"H": "1", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "23", "LAT": "50N39", "LON": "5E30", "MON": "5", "NUM": "1177", "PRO": "W", "SEC": "0", "YEA": "1879", "CITY": "DISON-LES-VERVI"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14944	quinet-benoit-1818-04-02	{"a6": "1178"}	{"lerrcp": "A6-1178"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benoît", "family": "Quinet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "notime": null, "date-ut": "1818-04-02 19:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Benoît", "family": "Quinet"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "date-ut": "1818-04-02 19:12:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1178"}, "ids-in-sources": {"a6": "1178"}}, "raw": {"H": "19", "MN": "12", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "2", "LAT": "50N23", "LON": "4E30", "MON": "4", "NUM": "1178", "PRO": "W", "SEC": "0", "YEA": "1818", "CITY": "MONS"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14945	ravet-leon-1879-05-20	{"a6": "1179"}	{"lerrcp": "A6-1179"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Ravet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "FLORENVILLE", "geoid": 0}, "notime": null, "date-ut": "1879-05-20 09:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Ravet"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "FLORENVILLE", "geoid": 0}, "date-ut": "1879-05-20 09:39:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1179"}, "ids-in-sources": {"a6": "1179"}}, "raw": {"H": "9", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "20", "LAT": "50N 2", "LON": "5E15", "MON": "5", "NUM": "1179", "PRO": "W", "SEC": "0", "YEA": "1879", "CITY": "FLORENVILLE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18328	esmenard-robert-1915-07-20	{"e1": "698"}	{"lerrcp": "E1-698"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Esmenard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-07-20 10:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1915-07-20 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Esmenard"}, "birth": {"tzo": "+00:00", "date": "1915-07-20 10:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1915-07-20 10:00"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "698"}}, "raw": {"H": "10:00", "COD": "13", "DAY": "20", "MON": "07", "NUM": "0698", "PRO": "PH", "YEA": "1915", "CITY": "Marseille", "NAME": "ESMENARD Robert", "NOTE": "-"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
14947	ridder-alfons-1882-05-07	{"a6": "1181"}	{"lerrcp": "A6-1181"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfons", "family": "Ridder", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1882-05-07 09:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Alfons", "family": "Ridder"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1882-05-07 09:42:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1181"}, "ids-in-sources": {"a6": "1181"}}, "raw": {"H": "9", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "7", "LAT": "51N14", "LON": "4E30", "MON": "5", "NUM": "1181", "PRO": "W", "SEC": "0", "YEA": "1882", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14948	rizzardi-luca-1884-07-17	{"a6": "1182"}	{"lerrcp": "A6-1182"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luca", "family": "Rizzardi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "SPRIMONT", "geoid": 0}, "notime": null, "date-ut": "1884-07-17 22:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Luca", "family": "Rizzardi"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "SPRIMONT", "geoid": 0}, "date-ut": "1884-07-17 22:38:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1182"}, "ids-in-sources": {"a6": "1182"}}, "raw": {"H": "22", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "17", "LAT": "50N39", "LON": "5E30", "MON": "7", "NUM": "1182", "PRO": "W", "SEC": "0", "YEA": "1884", "CITY": "SPRIMONT"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14949	gauquelin-a6-1183-1856-10-27	{"a6": "1183"}	{"lerrcp": "A6-1183"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1183", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "ROULERS", "geoid": 0}, "notime": null, "date-ut": "1856-10-27 02:17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1183"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "ROULERS", "geoid": 0}, "date-ut": "1856-10-27 02:17:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1183"}, "ids-in-sources": {"a6": "1183"}}, "raw": {"H": "2", "MN": "17", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "27", "LAT": "51N13", "LON": "3E15", "MON": "10", "NUM": "1183", "PRO": "W", "SEC": "0", "YEA": "1856", "CITY": "ROULERS"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14950	rodenbach-georges-1855-07-16	{"a6": "1184"}	{"lerrcp": "A6-1184"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Rodenbach", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "notime": null, "date-ut": "1855-07-16 01:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Rodenbach"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "date-ut": "1855-07-16 01:42:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1184"}, "ids-in-sources": {"a6": "1184"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "16", "LAT": "50N23", "LON": "4E30", "MON": "7", "NUM": "1184", "PRO": "W", "SEC": "0", "YEA": "1855", "CITY": "TOURNAI"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18329	esquirol-jean-paul-1936-06-26	{"e1": "699"}	{"lerrcp": "E1-699"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Paul", "family": "Esquirol", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1936-06-26 06:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1936-06-26 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean-Paul", "family": "Esquirol"}, "birth": {"tzo": "+01:00", "date": "1936-06-26 06:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1936-06-26 05:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "699"}}, "raw": {"H": "06:00", "COD": "33", "DAY": "26", "MON": "06", "NUM": "0699", "PRO": "MI", "YEA": "1936", "CITY": "Bordeaux", "NAME": "ESQUIROL Jean-Paul", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14955	rotterdam-johan-1825-03-28	{"a6": "1189"}	{"lerrcp": "A6-1189"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johan", "family": "Rotterdam", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1825-03-28 03:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Johan", "family": "Rotterdam"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1825-03-28 03:42:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1189"}, "ids-in-sources": {"a6": "1189"}}, "raw": {"H": "3", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "28", "LAT": "51N14", "LON": "4E30", "MON": "3", "NUM": "1189", "PRO": "W", "SEC": "0", "YEA": "1825", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14951	roeland-jan-1837-12-06	{"a6": "1185"}	{"lerrcp": "A6-1185"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Roeland", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1837-12-06 15:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Roeland"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1837-12-06 15:45:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1185"}, "ids-in-sources": {"a6": "1185"}}, "raw": {"H": "15", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "6", "LAT": "51N 5", "LON": "3E45", "MON": "12", "NUM": "1185", "PRO": "W", "SEC": "0", "YEA": "1837", "CITY": "GAND"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14952	roelants-maurice-1895-12-19	{"a6": "1186"}	{"lerrcp": "A6-1186"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Roelants", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1895-12-19 20:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Roelants"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1895-12-19 20:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1186"}, "ids-in-sources": {"a6": "1186"}}, "raw": {"H": "20", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "19", "LAT": "51N 5", "LON": "3E45", "MON": "12", "NUM": "1186", "PRO": "W", "SEC": "0", "YEA": "1895", "CITY": "GAND"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14954	rooy-hendrick-1883-08-07	{"a6": "1188"}	{"lerrcp": "A6-1188"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hendrick", "family": "Rooy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1883-08-07 12:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Hendrick", "family": "Rooy"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1883-08-07 12:12:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1188"}, "ids-in-sources": {"a6": "1188"}}, "raw": {"H": "12", "MN": "12", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "7", "LAT": "51N14", "LON": "4E30", "MON": "8", "NUM": "1188", "PRO": "W", "SEC": "0", "YEA": "1883", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14956	rottiers-arthur-1920-03-05	{"a6": "1190"}	{"lerrcp": "A6-1190"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Rottiers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ST NICOLAS-WAES", "geoid": 0}, "notime": null, "date-ut": "1920-03-05 15:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Rottiers"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ST NICOLAS-WAES", "geoid": 0}, "date-ut": "1920-03-05 15:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1190"}, "ids-in-sources": {"a6": "1190"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "5", "LAT": "51N 5", "LON": "3E45", "MON": "3", "NUM": "1190", "PRO": "W", "SEC": "0", "YEA": "1920", "CITY": "ST NICOLAS-WAES"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14958	sabbe-julius-1846-02-14	{"a6": "1192"}	{"lerrcp": "A6-1192"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julius", "family": "Sabbe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1846-02-14 21:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Julius", "family": "Sabbe"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1846-02-14 21:45:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1192"}, "ids-in-sources": {"a6": "1192"}}, "raw": {"H": "21", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "14", "LAT": "51N 5", "LON": "3E45", "MON": "2", "NUM": "1192", "PRO": "W", "SEC": "0", "YEA": "1846", "CITY": "GAND"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14959	sande-felix-1824-11-08	{"a6": "1193"}	{"lerrcp": "A6-1193"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Sande", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "notime": null, "date-ut": "1824-11-08 22:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Sande"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "date-ut": "1824-11-08 22:42:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1193"}, "ids-in-sources": {"a6": "1193"}}, "raw": {"H": "22", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "8", "LAT": "51N14", "LON": "4E30", "MON": "11", "NUM": "1193", "PRO": "W", "SEC": "0", "YEA": "1824", "CITY": "MALINES"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18330	esquirol-pierre-1908-10-13	{"e1": "700"}	{"lerrcp": "E1-700"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Esquirol", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-10-13 16:00", "note": null, "place": {"c1": null, "c2": "47", "c3": "", "cy": "FR", "lg": 0.4282, "lat": 44.0637, "name": "Francescas", "geoid": 3017375}, "notime": null, "date-ut": "1908-10-13 15:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Esquirol"}, "birth": {"tzo": "+00:09", "date": "1908-10-13 16:00", "place": {"c2": "47", "c3": "", "cy": "FR", "lg": 0.4282, "lat": 44.0637, "name": "Francescas", "geoid": 3017375}, "date-ut": "1908-10-13 15:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "700"}}, "raw": {"H": "16:00", "COD": "47", "DAY": "13", "MON": "10", "NUM": "0700", "PRO": "PH", "YEA": "1908", "CITY": "Francescas", "NAME": "ESQUIROL Pierre", "NOTE": "-"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
14957	ruet-noel-1898-12-19	{"a6": "1191"}	{"lerrcp": "A6-1191"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Noël", "family": "Ruet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "SERAING", "geoid": 0}, "notime": null, "date-ut": "1898-12-19 08:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Noël", "family": "Ruet"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "SERAING", "geoid": 0}, "date-ut": "1898-12-19 08:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1191"}, "ids-in-sources": {"a6": "1191"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "19", "LAT": "50N39", "LON": "5E30", "MON": "12", "NUM": "1191", "PRO": "W", "SEC": "0", "YEA": "1898", "CITY": "SERAING"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18331	estrade-jean-1910-03-06	{"e1": "701"}	{"lerrcp": "E1-701"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Estrade", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-03-06 05:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1910-03-06 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Estrade"}, "birth": {"tzo": "+00:09", "date": "1910-03-06 05:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1910-03-06 04:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "701"}}, "raw": {"H": "05:00", "COD": "31", "DAY": "06", "MON": "03", "NUM": "0701", "PRO": "PH", "YEA": "1910", "CITY": "Toulouse", "NAME": "ESTRADE Jean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14963	snellaert-ferdinand-1809-07-21	{"a6": "1198"}	{"lerrcp": "A6-1198"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Snellaert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "COURTRAI", "geoid": 0}, "notime": null, "date-ut": "1809-07-21 03:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Snellaert"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "COURTRAI", "geoid": 0}, "date-ut": "1809-07-21 03:47:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1198"}, "ids-in-sources": {"a6": "1198"}}, "raw": {"H": "3", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "21", "LAT": "51N13", "LON": "3E15", "MON": "7", "NUM": "1198", "PRO": "W", "SEC": "0", "YEA": "1809", "CITY": "COURTRAI"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14964	solvay-lucien-1851-10-07	{"a6": "1199"}	{"lerrcp": "A6-1199"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Solvay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST JOSSE TEN NO", "geoid": 0}, "notime": null, "date-ut": "1851-10-07 18:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Solvay"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST JOSSE TEN NO", "geoid": 0}, "date-ut": "1851-10-07 18:43:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1199"}, "ids-in-sources": {"a6": "1199"}}, "raw": {"H": "18", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "7", "LAT": "50N51", "LON": "4E15", "MON": "10", "NUM": "1199", "PRO": "W", "SEC": "0", "YEA": "1851", "CITY": "ST JOSSE TEN NO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14965	soreil-arsene-1893-02-05	{"a6": "1200"}	{"lerrcp": "A6-1200"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arsène", "family": "Soreil", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "RENDEUX-BOX", "geoid": 0}, "notime": null, "date-ut": "1893-02-05 01:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Arsène", "family": "Soreil"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "RENDEUX-BOX", "geoid": 0}, "date-ut": "1893-02-05 01:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1200"}, "ids-in-sources": {"a6": "1200"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "5", "LAT": "50N 2", "LON": "5E15", "MON": "2", "NUM": "1200", "PRO": "W", "SEC": "0", "YEA": "1893", "CITY": "RENDEUX-BOX"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14962	gauquelin-a6-1197-1903-02-13	{"a6": "1197"}	{"lerrcp": "A6-1197"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1197", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1903-02-13 00:10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1197"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1903-02-13 00:10:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1197"}, "ids-in-sources": {"a6": "1197"}}, "raw": {"H": "0", "MN": "10", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "13", "LAT": "50N39", "LON": "5E30", "MON": "2", "NUM": "1197", "PRO": "W", "SEC": "0", "YEA": "1903", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14966	sosset-leon-1913-12-05	{"a6": "1201"}	{"lerrcp": "A6-1201"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Sosset", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "notime": null, "date-ut": "1913-12-05 16:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Sosset"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "date-ut": "1913-12-05 16:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1201"}, "ids-in-sources": {"a6": "1201"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "5", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "1201", "PRO": "W", "SEC": "0", "YEA": "1913", "CITY": "SCHAERBEEK"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18332	estrangin-louis-1914-07-24	{"e1": "702"}	{"lerrcp": "E1-702"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Estrangin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-07-24 01:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1914-07-24 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Estrangin"}, "birth": {"tzo": "+00:00", "date": "1914-07-24 01:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1914-07-24 01:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "702"}}, "raw": {"H": "01:00", "COD": "13", "DAY": "24", "MON": "07", "NUM": "0702", "PRO": "EX", "YEA": "1914", "CITY": "Marseille", "NAME": "ESTRANGIN Louis", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14969	stijns-reimond-1850-05-10	{"a6": "1204"}	{"lerrcp": "A6-1204"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Reimond", "family": "Stijns", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "MULLEM", "geoid": 0}, "notime": null, "date-ut": "1850-05-10 13:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Reimond", "family": "Stijns"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "MULLEM", "geoid": 0}, "date-ut": "1850-05-10 13:15:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1204"}, "ids-in-sources": {"a6": "1204"}}, "raw": {"H": "13", "MN": "15", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "10", "LAT": "51N 5", "LON": "3E45", "MON": "5", "NUM": "1204", "PRO": "W", "SEC": "0", "YEA": "1850", "CITY": "MULLEM"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14970	streuvels-stijn-1871-10-03	{"a6": "1205"}	{"lerrcp": "A6-1205"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stijn", "family": "Streuvels", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "HEULE-LES-COURT", "geoid": 0}, "notime": null, "date-ut": "1871-10-03 09:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Stijn", "family": "Streuvels"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "HEULE-LES-COURT", "geoid": 0}, "date-ut": "1871-10-03 09:47:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1205"}, "ids-in-sources": {"a6": "1205"}}, "raw": {"H": "9", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "3", "LAT": "51N13", "LON": "3E15", "MON": "10", "NUM": "1205", "PRO": "W", "SEC": "0", "YEA": "1871", "CITY": "HEULE-LES-COURT"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14968	steeman-stanislas-1908-01-23	{"a6": "1203"}	{"lerrcp": "A6-1203"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stanislas", "family": "Steeman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1908-01-23 10:20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Stanislas", "family": "Steeman"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1908-01-23 10:20:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1203"}, "ids-in-sources": {"a6": "1203"}}, "raw": {"H": "10", "MN": "20", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "23", "LAT": "50N39", "LON": "5E30", "MON": "1", "NUM": "1203", "PRO": "W", "SEC": "0", "YEA": "1908", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14971	strivay-renaud-1874-03-05	{"a6": "1206"}	{"lerrcp": "A6-1206"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renaud", "family": "Strivay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "BONCELLES", "geoid": 0}, "notime": null, "date-ut": "1874-03-05 00:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Renaud", "family": "Strivay"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "BONCELLES", "geoid": 0}, "date-ut": "1874-03-05 00:38:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1206"}, "ids-in-sources": {"a6": "1206"}}, "raw": {"H": "0", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "5", "LAT": "50N39", "LON": "5E30", "MON": "3", "NUM": "1206", "PRO": "W", "SEC": "0", "YEA": "1874", "CITY": "BONCELLES"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14972	tardieu-charles-1838-02-09	{"a6": "1207"}	{"lerrcp": "A6-1207"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Tardieu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1838-02-09 04:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Tardieu"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1838-02-09 04:43:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1207"}, "ids-in-sources": {"a6": "1207"}}, "raw": {"H": "4", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "9", "LAT": "50N51", "LON": "4E15", "MON": "2", "NUM": "1207", "PRO": "W", "SEC": "0", "YEA": "1838", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18333	etcheverry-jean-paul-1919-08-18	{"e1": "703"}	{"lerrcp": "E1-703"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Paul", "family": "Etcheverry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-08-18 06:00", "note": null, "place": {"c1": null, "c2": "56", "c3": "", "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "notime": null, "date-ut": "1919-08-18 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean-Paul", "family": "Etcheverry"}, "birth": {"tzo": "+01:00", "date": "1919-08-18 06:00", "place": {"c2": "56", "c3": "", "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "date-ut": "1919-08-18 05:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "703"}}, "raw": {"H": "06:00", "COD": "56", "DAY": "18", "MON": "08", "NUM": "0703", "PRO": "MI", "YEA": "1919", "CITY": "Lorient", "NAME": "ETCHEVERRY Jean-Paul", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14975	thiry-antoon-1888-09-08	{"a6": "1210"}	{"lerrcp": "A6-1210"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoon", "family": "Thiry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "notime": null, "date-ut": "1888-09-08 01:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Antoon", "family": "Thiry"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "date-ut": "1888-09-08 01:43:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1210"}, "ids-in-sources": {"a6": "1210"}}, "raw": {"H": "1", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "8", "LAT": "50N51", "LON": "4E15", "MON": "9", "NUM": "1210", "PRO": "W", "SEC": "0", "YEA": "1888", "CITY": "LOUVAIN"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14974	thibaut-armand-1881-10-11	{"a6": "1209"}	{"lerrcp": "A6-1209"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Thibaut", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "JAMBES-LES-NAMU", "geoid": 0}, "notime": null, "date-ut": "1881-10-11 02:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Thibaut"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "JAMBES-LES-NAMU", "geoid": 0}, "date-ut": "1881-10-11 02:42:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1209"}, "ids-in-sources": {"a6": "1209"}}, "raw": {"H": "2", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "11", "LAT": "50N20", "LON": "4E30", "MON": "10", "NUM": "1209", "PRO": "W", "SEC": "0", "YEA": "1881", "CITY": "JAMBES-LES-NAMU"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14977	tiberghien-guillaume-1819-08-09	{"a6": "1212"}	{"lerrcp": "A6-1212"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guillaume", "family": "Tiberghien", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1819-08-09 23:13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Guillaume", "family": "Tiberghien"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1819-08-09 23:13:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1212"}, "ids-in-sources": {"a6": "1212"}}, "raw": {"H": "23", "MN": "13", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "9", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "1212", "PRO": "W", "SEC": "0", "YEA": "1819", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14978	tiere-nestor-1856-08-06	{"a6": "1213"}	{"lerrcp": "A6-1213"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nestor", "family": "Tiere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "EINE", "geoid": 0}, "notime": null, "date-ut": "1856-08-06 06:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Nestor", "family": "Tiere"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "EINE", "geoid": 0}, "date-ut": "1856-08-06 06:45:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1213"}, "ids-in-sources": {"a6": "1213"}}, "raw": {"H": "6", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "6", "LAT": "51N 5", "LON": "3E45", "MON": "8", "NUM": "1213", "PRO": "W", "SEC": "0", "YEA": "1856", "CITY": "EINE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18334	exbrayat-durivaux-robert-1909-08-02	{"e1": "704"}	{"lerrcp": "E1-704"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Exbrayat-Durivaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-08-02 22:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1909-08-02 21:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Exbrayat-Durivaux"}, "birth": {"tzo": "+00:09", "date": "1909-08-02 22:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1909-08-02 21:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "704"}}, "raw": {"H": "22:00", "COD": "42", "DAY": "02", "MON": "08", "NUM": "0704", "PRO": "EX", "YEA": "1909", "CITY": "St-Etienne", "NAME": "EXBRAYAT-DURIVAUX Robert", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14980	tumerelle-maurice-1885-05-17	{"a6": "1215"}	{"lerrcp": "A6-1215"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Tumerelle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "WAVRE", "geoid": 0}, "notime": null, "date-ut": "1885-05-17 22:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Tumerelle"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "WAVRE", "geoid": 0}, "date-ut": "1885-05-17 22:43:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1215"}, "ids-in-sources": {"a6": "1215"}}, "raw": {"H": "22", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "17", "LAT": "50N51", "LON": "4E15", "MON": "5", "NUM": "1215", "PRO": "W", "SEC": "0", "YEA": "1885", "CITY": "WAVRE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14976	thiry-marcel-1897-03-13	{"a6": "1211"}	{"lerrcp": "A6-1211"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Thiry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CHARLEROI", "geoid": 0}, "notime": null, "date-ut": "1897-03-13 08:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Thiry"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CHARLEROI", "geoid": 0}, "date-ut": "1897-03-13 08:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1211"}, "ids-in-sources": {"a6": "1211"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "13", "LAT": "50N23", "LON": "4E30", "MON": "3", "NUM": "1211", "PRO": "W", "SEC": "0", "YEA": "1897", "CITY": "CHARLEROI"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14981	vallee-poussin-louis-1869-01-01	{"a6": "1216"}	{"lerrcp": "A6-1216"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Vallee-Poussin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1869-01-01 08:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Vallee-Poussin"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1869-01-01 08:38:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1216"}, "ids-in-sources": {"a6": "1216"}}, "raw": {"H": "8", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "1", "LAT": "50N39", "LON": "5E30", "MON": "1", "NUM": "1216", "PRO": "W", "SEC": "0", "YEA": "1869", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14982	vandendries-pierre-1908-07-02	{"a6": "1217"}	{"lerrcp": "A6-1217"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Vandendries", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "notime": null, "date-ut": "1908-07-02 09:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Vandendries"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LOUVAIN", "geoid": 0}, "date-ut": "1908-07-02 09:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1217"}, "ids-in-sources": {"a6": "1217"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "2", "LAT": "50N51", "LON": "4E15", "MON": "7", "NUM": "1217", "PRO": "W", "SEC": "0", "YEA": "1908", "CITY": "LOUVAIN"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18335	evenou-jules-richard-1908-07-12	{"e1": "705"}	{"lerrcp": "E1-705"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules Richard", "family": "Evenou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-07-12 20:00", "note": null, "place": {"c1": null, "c2": "22", "c3": "", "cy": "FR", "lg": -2.93968, "lat": 48.63507, "name": "Pléguien", "geoid": 2986817}, "notime": null, "date-ut": "1908-07-12 19:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jules Richard", "family": "Evenou"}, "birth": {"tzo": "+00:09", "date": "1908-07-12 20:00", "place": {"c2": "22", "c3": "", "cy": "FR", "lg": -2.93968, "lat": 48.63507, "name": "Pléguien", "geoid": 2986817}, "date-ut": "1908-07-12 19:51"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "705"}}, "raw": {"H": "20:00", "COD": "22", "DAY": "12", "MON": "07", "NUM": "0705", "PRO": "MI", "YEA": "1908", "CITY": "Pléguien", "NAME": "EVENOU Jules Richard", "NOTE": "L"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
12785	vandevelde-antonius-1895-07-08	{"a5": "1317", "a6": "1219"}	{"lerrcp": "A5-1317"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonius", "family": "Vandevelde", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1895-07-08 23:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor", "writer"]	5	null	[{"new": {"name": {"given": "Antonius", "family": "Vandevelde"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1895-07-08 23:00:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1317"}, "ids-in-sources": {"a5": "1317"}}, "raw": {"H": "23", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "8", "LAT": "51N14", "LON": "4E30", "MON": "7", "NUM": "1317", "PRO": "A", "SEC": "0", "YEA": "1895", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "1219"}}, "raw": {"H": "23", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "8", "LAT": "51N14", "LON": "4E30", "MON": "7", "NUM": "1219", "PRO": "W", "SEC": "0", "YEA": "1895", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14984	vandromme-pol-1927-03-12	{"a6": "1220"}	{"lerrcp": "A6-1220"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pol", "family": "Vandromme", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "GILLY", "geoid": 0}, "notime": null, "date-ut": "1927-03-12 01:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Pol", "family": "Vandromme"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "GILLY", "geoid": 0}, "date-ut": "1927-03-12 01:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1220"}, "ids-in-sources": {"a6": "1220"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "12", "LAT": "50N23", "LON": "4E30", "MON": "3", "NUM": "1220", "PRO": "W", "SEC": "0", "YEA": "1927", "CITY": "GILLY"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14985	vanzype-louis-1869-06-10	{"a6": "1221"}	{"lerrcp": "A6-1221"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Vanzype", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1869-06-10 19:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Vanzype"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1869-06-10 19:43:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1221"}, "ids-in-sources": {"a6": "1221"}}, "raw": {"H": "19", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "10", "LAT": "50N51", "LON": "4E15", "MON": "6", "NUM": "1221", "PRO": "W", "SEC": "0", "YEA": "1869", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18336	eylaud-jaan-max-1896-04-26	{"e1": "706"}	{"lerrcp": "E1-706"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jaan-Max", "family": "Eylaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1896-04-26 07:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.18172, "lat": 44.6627, "name": "Gornac", "geoid": 3015650}, "notime": null, "date-ut": "1896-04-26 06:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jaan-Max", "family": "Eylaud"}, "birth": {"tzo": "+00:09", "date": "1896-04-26 07:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.18172, "lat": 44.6627, "name": "Gornac", "geoid": 3015650}, "date-ut": "1896-04-26 06:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "706"}}, "raw": {"H": "07:00", "COD": "33", "DAY": "26", "MON": "04", "NUM": "0706", "PRO": "PH", "YEA": "1896", "CITY": "Gornac", "NAME": "EYLAUD Jaan-Max", "NOTE": "-"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
14987	veravaine-georges-1853-12-18	{"a6": "1223"}	{"lerrcp": "A6-1223"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Veravaine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "notime": null, "date-ut": "1853-12-18 12:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Veravaine"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "date-ut": "1853-12-18 12:42:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1223"}, "ids-in-sources": {"a6": "1223"}}, "raw": {"H": "12", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "18", "LAT": "50N23", "LON": "4E30", "MON": "12", "NUM": "1223", "PRO": "W", "SEC": "0", "YEA": "1853", "CITY": "MONS"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14988	verhaeren-emile-1855-05-21	{"a6": "1224"}	{"lerrcp": "A6-1224"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Verhaeren", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ST AMAND-LEZ-PU", "geoid": 0}, "notime": null, "date-ut": "1855-05-21 21:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Verhaeren"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ST AMAND-LEZ-PU", "geoid": 0}, "date-ut": "1855-05-21 21:12:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1224"}, "ids-in-sources": {"a6": "1224"}}, "raw": {"H": "21", "MN": "12", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "21", "LAT": "51N14", "LON": "4E30", "MON": "5", "NUM": "1224", "PRO": "W", "SEC": "0", "YEA": "1855", "CITY": "ST AMAND-LEZ-PU"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14989	verhulst-raphael-1866-02-07	{"a6": "1225"}	{"lerrcp": "A6-1225"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raphaël", "family": "Verhulst", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "WOMMELGEM", "geoid": 0}, "notime": null, "date-ut": "1866-02-07 23:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Raphaël", "family": "Verhulst"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "WOMMELGEM", "geoid": 0}, "date-ut": "1866-02-07 23:12:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1225"}, "ids-in-sources": {"a6": "1225"}}, "raw": {"H": "23", "MN": "12", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "7", "LAT": "51N14", "LON": "4E30", "MON": "2", "NUM": "1225", "PRO": "W", "SEC": "0", "YEA": "1866", "CITY": "WOMMELGEM"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18337	eymery-simone-1914-04-30	{"e1": "707"}	{"lerrcp": "E1-707"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Simone", "family": "Eymery", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-04-30 18:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1914-04-30 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Simone", "family": "Eymery"}, "birth": {"tzo": "+00:00", "date": "1914-04-30 18:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1914-04-30 18:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "707"}}, "raw": {"H": "18:00", "COD": "13", "DAY": "30", "MON": "04", "NUM": "0707", "PRO": "EX", "YEA": "1914", "CITY": "Marseille", "NAME": "EYMERY Simone", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14992	vermeylen-auguste-1872-05-12	{"a6": "1228"}	{"lerrcp": "A6-1228"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Vermeylen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1872-05-12 20:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Vermeylen"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1872-05-12 20:43:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1228"}, "ids-in-sources": {"a6": "1228"}}, "raw": {"H": "20", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "12", "LAT": "50N51", "LON": "4E15", "MON": "5", "NUM": "1228", "PRO": "W", "SEC": "0", "YEA": "1872", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14991	vermeulen-edward-1861-04-19	{"a6": "1227"}	{"lerrcp": "A6-1227"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edward", "family": "Vermeulen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BECELAERE", "geoid": 0}, "notime": null, "date-ut": "1861-04-19 11:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Edward", "family": "Vermeulen"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BECELAERE", "geoid": 0}, "date-ut": "1861-04-19 11:47:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1227"}, "ids-in-sources": {"a6": "1227"}}, "raw": {"H": "11", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "19", "LAT": "51N13", "LON": "3E15", "MON": "4", "NUM": "1227", "PRO": "W", "SEC": "0", "YEA": "1861", "CITY": "BECELAERE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14994	vervarcke-camiel-1857-06-02	{"a6": "1230"}	{"lerrcp": "A6-1230"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camiel", "family": "Vervarcke", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "MOERKERKE-LEZ-B", "geoid": 0}, "notime": null, "date-ut": "1857-06-02 21:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Camiel", "family": "Vervarcke"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "MOERKERKE-LEZ-B", "geoid": 0}, "date-ut": "1857-06-02 21:47:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1230"}, "ids-in-sources": {"a6": "1230"}}, "raw": {"H": "21", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "2", "LAT": "51N13", "LON": "3E15", "MON": "6", "NUM": "1230", "PRO": "W", "SEC": "0", "YEA": "1857", "CITY": "MOERKERKE-LEZ-B"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14993	verriest-hugo-1840-11-25	{"a6": "1229"}	{"lerrcp": "A6-1229"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hugo", "family": "Verriest", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "DEERLIJK", "geoid": 0}, "notime": null, "date-ut": "1840-11-25 08:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Hugo", "family": "Verriest"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "DEERLIJK", "geoid": 0}, "date-ut": "1840-11-25 08:47:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1229"}, "ids-in-sources": {"a6": "1229"}}, "raw": {"H": "8", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "25", "LAT": "51N13", "LON": "3E15", "MON": "11", "NUM": "1229", "PRO": "W", "SEC": "0", "YEA": "1840", "CITY": "DEERLIJK"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14995	vleeschouwer-lodewijk-1810-08-19	{"a6": "1231"}	{"lerrcp": "A6-1231"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lodewijk", "family": "Vleeschouwer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1810-08-19 02:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Lodewijk", "family": "Vleeschouwer"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1810-08-19 02:42:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1231"}, "ids-in-sources": {"a6": "1231"}}, "raw": {"H": "2", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "19", "LAT": "51N14", "LON": "4E30", "MON": "8", "NUM": "1231", "PRO": "W", "SEC": "0", "YEA": "1810", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18338	eyquem-andre-1916-05-11	{"e1": "708"}	{"lerrcp": "E1-708"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Eyquem", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-05-11 23:00", "note": null, "place": {"c1": null, "c2": "25", "c3": "", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1916-05-11 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Eyquem"}, "birth": {"tzo": "+00:00", "date": "1916-05-11 23:00", "place": {"c2": "25", "c3": "", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1916-05-11 23:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "708"}}, "raw": {"H": "23:00", "COD": "25", "DAY": "11", "MON": "05", "NUM": "0708", "PRO": "PH", "YEA": "1916", "CITY": "Besançon", "NAME": "EYQUEM André", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14997	ablaing-giessenburg-rudolf-1826-04-25	{"a6": "1233"}	{"lerrcp": "A6-1233"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Ablaing Giessenburg Rudolf", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1826-04-25 16:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "", "family": "Ablaing Giessenburg Rudolf"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1826-04-25 16:41:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1233"}, "ids-in-sources": {"a6": "1233"}}, "raw": {"H": "16", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "25", "LAT": "52N22", "LON": "4E38", "MON": "4", "NUM": "1233", "PRO": "W", "SEC": "28", "YEA": "1826", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14998	appel-willem-1822-05-29	{"a6": "1234"}	{"lerrcp": "A6-1234"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willem", "family": "Appel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "Z", "c3": null, "cy": "NL", "lg": 3.75, "lat": 51.48333, "name": "MIDDELBURG", "geoid": 0}, "notime": null, "date-ut": "1822-05-29 14:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Willem", "family": "Appel"}, "birth": {"place": {"c2": "Z", "cy": "NL", "lg": 3.75, "lat": 51.48333, "name": "MIDDELBURG", "geoid": 0}, "date-ut": "1822-05-29 14:45:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1234"}, "ids-in-sources": {"a6": "1234"}}, "raw": {"H": "14", "MN": "45", "TZ": "0", "COD": "Z", "COU": "N", "DAY": "29", "LAT": "51N29", "LON": "3E45", "MON": "5", "NUM": "1234", "PRO": "W", "SEC": "0", "YEA": "1822", "CITY": "MIDDELBURG"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
14999	baarda-johannes-1836-10-26	{"a6": "1235"}	{"lerrcp": "A6-1235"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Baarda", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "LEEUWARDEN", "geoid": 0}, "notime": null, "date-ut": "1836-10-26 02:06:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Baarda"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "LEEUWARDEN", "geoid": 0}, "date-ut": "1836-10-26 02:06:48"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1235"}, "ids-in-sources": {"a6": "1235"}}, "raw": {"H": "2", "MN": "6", "TZ": "0", "COD": "F", "COU": "N", "DAY": "26", "LAT": "53N12", "LON": "5E48", "MON": "10", "NUM": "1235", "PRO": "W", "SEC": "48", "YEA": "1836", "CITY": "LEEUWARDEN"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18339	eyrolles-marc-1909-01-25	{"e1": "709"}	{"lerrcp": "E1-709"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marc", "family": "Eyrolles", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-01-25 17:30", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.33661, "lat": 48.79632, "name": "Cachan", "geoid": 3029276}, "notime": null, "date-ut": "1909-01-25 17:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Marc", "family": "Eyrolles"}, "birth": {"tzo": "+00:09", "date": "1909-01-25 17:30", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.33661, "lat": 48.79632, "name": "Cachan", "geoid": 3029276}, "date-ut": "1909-01-25 17:21"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "709"}}, "raw": {"H": "17:30", "COD": "94", "DAY": "25", "MON": "01", "NUM": "0709", "PRO": "EX", "YEA": "1909", "CITY": "Cachan", "NAME": "EYROLLES Marc", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
15003	boer-jan-1893-10-28	{"a6": "1239"}	{"lerrcp": "A6-1239"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Boer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "O", "c3": null, "cy": "NL", "lg": 6.08333, "lat": 52.51667, "name": "GOOR", "geoid": 0}, "notime": null, "date-ut": "1893-10-28 02:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Boer"}, "birth": {"place": {"c2": "O", "cy": "NL", "lg": 6.08333, "lat": 52.51667, "name": "GOOR", "geoid": 0}, "date-ut": "1893-10-28 02:05:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1239"}, "ids-in-sources": {"a6": "1239"}}, "raw": {"H": "2", "MN": "5", "TZ": "0", "COD": "O", "COU": "N", "DAY": "28", "LAT": "52N31", "LON": "6E 5", "MON": "10", "NUM": "1239", "PRO": "W", "SEC": "40", "YEA": "1893", "CITY": "GOOR"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15004	bohl-johannes-1836-10-08	{"a6": "1240"}	{"lerrcp": "A6-1240"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Bohl", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "Z", "c3": null, "cy": "NL", "lg": 3.75, "lat": 51.48333, "name": "ZIERIKZEE", "geoid": 0}, "notime": null, "date-ut": "1836-10-08 00:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Bohl"}, "birth": {"place": {"c2": "Z", "cy": "NL", "lg": 3.75, "lat": 51.48333, "name": "ZIERIKZEE", "geoid": 0}, "date-ut": "1836-10-08 00:45:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1240"}, "ids-in-sources": {"a6": "1240"}}, "raw": {"H": "0", "MN": "45", "TZ": "0", "COD": "Z", "COU": "N", "DAY": "8", "LAT": "51N29", "LON": "3E45", "MON": "10", "NUM": "1240", "PRO": "W", "SEC": "0", "YEA": "1836", "CITY": "ZIERIKZEE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
15000	beets-nicolas-1814-09-13	{"a6": "1236"}	{"lerrcp": "A6-1236"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicolas", "family": "Beets", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "notime": null, "date-ut": "1814-09-13 15:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Nicolas", "family": "Beets"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "date-ut": "1814-09-13 15:41:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1236"}, "ids-in-sources": {"a6": "1236"}}, "raw": {"H": "15", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "13", "LAT": "52N22", "LON": "4E38", "MON": "9", "NUM": "1236", "PRO": "W", "SEC": "28", "YEA": "1814", "CITY": "HAARLEM"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
15002	bloem-jakobus-1887-05-10	{"a6": "1238"}	{"lerrcp": "A6-1238"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jakobus", "family": "Bloem", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ALPHEN AAN DEN", "geoid": 0}, "notime": null, "date-ut": "1887-05-10 19:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Jakobus", "family": "Bloem"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ALPHEN AAN DEN", "geoid": 0}, "date-ut": "1887-05-10 19:42:08"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1238"}, "ids-in-sources": {"a6": "1238"}}, "raw": {"H": "19", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "10", "LAT": "52N 5", "LON": "4E28", "MON": "5", "NUM": "1238", "PRO": "W", "SEC": "8", "YEA": "1887", "CITY": "ALPHEN AAN DEN"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
15005	bomans-godefried-1913-03-02	{"a6": "1241"}	{"lerrcp": "A6-1241"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Godefried", "family": "Bomans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1913-03-02 08:40:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Godefried", "family": "Bomans"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1913-03-02 08:40:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1241"}, "ids-in-sources": {"a6": "1241"}}, "raw": {"H": "8", "MN": "40", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "2", "LAT": "52N 5", "LON": "4E28", "MON": "3", "NUM": "1241", "PRO": "W", "SEC": "28", "YEA": "1913", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18340	ezanno-yves-1912-07-14	{"e1": "710"}	{"lerrcp": "E1-710"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Ezanno", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-07-14 15:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26692, "lat": 48.80299, "name": "Clamart", "geoid": 3024783}, "notime": null, "date-ut": "1912-07-14 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Ezanno"}, "birth": {"tzo": "+00:00", "date": "1912-07-14 15:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.26692, "lat": 48.80299, "name": "Clamart", "geoid": 3024783}, "date-ut": "1912-07-14 15:00"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "710"}}, "raw": {"H": "15:00", "COD": "92", "DAY": "14", "MON": "07", "NUM": "0710", "PRO": "MI", "YEA": "1912", "CITY": "Clamart", "NAME": "EZANNO Yves", "NOTE": "L"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
15007	borel-henri-1869-11-23	{"a6": "1243"}	{"lerrcp": "A6-1243"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Borel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DORDRECHT", "geoid": 0}, "notime": null, "date-ut": "1869-11-23 19:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Borel"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DORDRECHT", "geoid": 0}, "date-ut": "1869-11-23 19:42:08"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1243"}, "ids-in-sources": {"a6": "1243"}}, "raw": {"H": "19", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "23", "LAT": "52N 5", "LON": "4E28", "MON": "11", "NUM": "1243", "PRO": "W", "SEC": "8", "YEA": "1869", "CITY": "DORDRECHT"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15009	bruggen-cornelis-1874-01-14	{"a6": "1245"}	{"lerrcp": "A6-1245"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cornelis", "family": "Bruggen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "DEN HELDER", "geoid": 0}, "notime": null, "date-ut": "1874-01-14 09:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Cornelis", "family": "Bruggen"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "DEN HELDER", "geoid": 0}, "date-ut": "1874-01-14 09:41:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1245"}, "ids-in-sources": {"a6": "1245"}}, "raw": {"H": "9", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "14", "LAT": "52N22", "LON": "4E38", "MON": "1", "NUM": "1245", "PRO": "W", "SEC": "28", "YEA": "1874", "CITY": "DEN HELDER"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15008	breuk-henrik-1814-09-25	{"a6": "1244"}	{"lerrcp": "A6-1244"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henrik", "family": "Breuk", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "notime": null, "date-ut": "1814-09-25 17:11:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Henrik", "family": "Breuk"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "date-ut": "1814-09-25 17:11:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1244"}, "ids-in-sources": {"a6": "1244"}}, "raw": {"H": "17", "MN": "11", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "25", "LAT": "52N22", "LON": "4E38", "MON": "9", "NUM": "1244", "PRO": "W", "SEC": "28", "YEA": "1814", "CITY": "HAARLEM"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18341	ezes-henri-1904-10-14	{"e1": "711"}	{"lerrcp": "E1-711"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Ezes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1904-10-14 12:00", "note": null, "place": {"c1": null, "c2": "81", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Rabastens sur Tarn", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Ezes"}, "birth": {"tzo": "", "date": "1904-10-14 12:00", "place": {"c2": "81", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Rabastens sur Tarn", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "711"}}, "raw": {"H": "12:00", "COD": "81", "DAY": "14", "MON": "10", "NUM": "0711", "PRO": "PH", "YEA": "1904", "CITY": "Rabastens/Tarn", "NAME": "EZES Henri", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
15011	cannegieter-hendrik-1880-09-17	{"a6": "1247"}	{"lerrcp": "A6-1247"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hendrik", "family": "Cannegieter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "TZUM", "geoid": 0}, "notime": null, "date-ut": "1880-09-17 01:06:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Hendrik", "family": "Cannegieter"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "TZUM", "geoid": 0}, "date-ut": "1880-09-17 01:06:48"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1247"}, "ids-in-sources": {"a6": "1247"}}, "raw": {"H": "1", "MN": "6", "TZ": "0", "COD": "F", "COU": "N", "DAY": "17", "LAT": "53N12", "LON": "5E48", "MON": "9", "NUM": "1247", "PRO": "W", "SEC": "48", "YEA": "1880", "CITY": "TZUM"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15012	cohen-joseph-1886-01-02	{"a6": "1248"}	{"lerrcp": "A6-1248"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Cohen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "O", "c3": null, "cy": "NL", "lg": 6.08333, "lat": 52.51667, "name": "DEVENTER", "geoid": 0}, "notime": null, "date-ut": "1886-01-02 08:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Cohen"}, "birth": {"place": {"c2": "O", "cy": "NL", "lg": 6.08333, "lat": 52.51667, "name": "DEVENTER", "geoid": 0}, "date-ut": "1886-01-02 08:35:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1248"}, "ids-in-sources": {"a6": "1248"}}, "raw": {"H": "8", "MN": "35", "TZ": "0", "COD": "O", "COU": "N", "DAY": "2", "LAT": "52N31", "LON": "6E 5", "MON": "1", "NUM": "1248", "PRO": "W", "SEC": "40", "YEA": "1886", "CITY": "DEVENTER"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15013	dekker-mauritz-1896-07-16	{"a6": "1249"}	{"lerrcp": "A6-1249"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mauritz", "family": "Dekker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1896-07-16 10:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Mauritz", "family": "Dekker"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1896-07-16 10:41:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1249"}, "ids-in-sources": {"a6": "1249"}}, "raw": {"H": "10", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "16", "LAT": "52N22", "LON": "4E38", "MON": "7", "NUM": "1249", "PRO": "W", "SEC": "28", "YEA": "1896", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15014	diephuis-gerhardus-1817-02-06	{"a6": "1250"}	{"lerrcp": "A6-1250"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gerhardus", "family": "Diephuis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "FARMSUM", "geoid": 0}, "notime": null, "date-ut": "1817-02-06 06:33:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Gerhardus", "family": "Diephuis"}, "birth": {"place": {"c2": "GR", "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "FARMSUM", "geoid": 0}, "date-ut": "1817-02-06 06:33:44"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1250"}, "ids-in-sources": {"a6": "1250"}}, "raw": {"H": "6", "MN": "33", "TZ": "0", "COD": "GR", "COU": "N", "DAY": "6", "LAT": "53N13", "LON": "6E34", "MON": "2", "NUM": "1250", "PRO": "W", "SEC": "44", "YEA": "1817", "CITY": "FARMSUM"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15016	dijkstra-walin-1821-08-14	{"a6": "1252"}	{"lerrcp": "A6-1252"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walin", "family": "Dijkstra", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "OUDEBILDTZYL", "geoid": 0}, "notime": null, "date-ut": "1821-08-14 06:36:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Walin", "family": "Dijkstra"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "OUDEBILDTZYL", "geoid": 0}, "date-ut": "1821-08-14 06:36:48"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1252"}, "ids-in-sources": {"a6": "1252"}}, "raw": {"H": "6", "MN": "36", "TZ": "0", "COD": "F", "COU": "N", "DAY": "14", "LAT": "53N12", "LON": "5E48", "MON": "8", "NUM": "1252", "PRO": "W", "SEC": "48", "YEA": "1821", "CITY": "OUDEBILDTZYL"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15017	doorn-willem-1875-02-01	{"a6": "1253"}	{"lerrcp": "A6-1253"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willem", "family": "Doorn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ARNHEM", "geoid": 0}, "notime": null, "date-ut": "1875-02-01 22:36:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Willem", "family": "Doorn"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ARNHEM", "geoid": 0}, "date-ut": "1875-02-01 22:36:24"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1253"}, "ids-in-sources": {"a6": "1253"}}, "raw": {"H": "22", "MN": "36", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "1", "LAT": "51N59", "LON": "5E54", "MON": "2", "NUM": "1253", "PRO": "W", "SEC": "24", "YEA": "1875", "CITY": "ARNHEM"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15018	doudart-gree-marie-1907-11-17	{"a6": "1254"}	{"lerrcp": "A6-1254"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Doudart Gree Marie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1907-11-17 04:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "", "family": "Doudart Gree Marie"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1907-11-17 04:42:08"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1254"}, "ids-in-sources": {"a6": "1254"}}, "raw": {"H": "4", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "17", "LAT": "52N 5", "LON": "4E28", "MON": "11", "NUM": "1254", "PRO": "W", "SEC": "8", "YEA": "1907", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15019	eggink-clara-1906-04-18	{"a6": "1255"}	{"lerrcp": "A6-1255"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clara", "family": "Eggink", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "notime": null, "date-ut": "1906-04-18 09:09:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Clara", "family": "Eggink"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "date-ut": "1906-04-18 09:09:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1255"}, "ids-in-sources": {"a6": "1255"}}, "raw": {"H": "9", "MN": "9", "TZ": "0", "COD": "U", "COU": "N", "DAY": "18", "LAT": "52N 6", "LON": "5E 8", "MON": "4", "NUM": "1255", "PRO": "W", "SEC": "28", "YEA": "1906", "CITY": "UTRECHT"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15020	engelmann-antonius-1900-06-07	{"a6": "1256"}	{"lerrcp": "A6-1256"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonius", "family": "Engelmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "notime": null, "date-ut": "1900-06-07 06:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Antonius", "family": "Engelmann"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "date-ut": "1900-06-07 06:39:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1256"}, "ids-in-sources": {"a6": "1256"}}, "raw": {"H": "6", "MN": "39", "TZ": "0", "COD": "U", "COU": "N", "DAY": "7", "LAT": "52N 6", "LON": "5E 8", "MON": "6", "NUM": "1256", "PRO": "W", "SEC": "28", "YEA": "1900", "CITY": "UTRECHT"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15021	eyck-pieter-1887-10-01	{"a6": "1257"}	{"lerrcp": "A6-1257"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pieter", "family": "Eyck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "BREUKELEN", "geoid": 0}, "notime": null, "date-ut": "1887-10-01 14:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Pieter", "family": "Eyck"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "BREUKELEN", "geoid": 0}, "date-ut": "1887-10-01 14:41:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1257"}, "ids-in-sources": {"a6": "1257"}}, "raw": {"H": "14", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "1", "LAT": "52N22", "LON": "4E38", "MON": "10", "NUM": "1257", "PRO": "W", "SEC": "28", "YEA": "1887", "CITY": "BREUKELEN"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15022	eysselstejn-bernard-1898-01-22	{"a6": "1258"}	{"lerrcp": "A6-1258"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Eysselstejn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "HELLEVOETSLUIS", "geoid": 0}, "notime": null, "date-ut": "1898-01-22 19:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Eysselstejn"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "HELLEVOETSLUIS", "geoid": 0}, "date-ut": "1898-01-22 19:42:08"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1258"}, "ids-in-sources": {"a6": "1258"}}, "raw": {"H": "19", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "22", "LAT": "52N 5", "LON": "4E28", "MON": "1", "NUM": "1258", "PRO": "W", "SEC": "8", "YEA": "1898", "CITY": "HELLEVOETSLUIS"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15023	fabricius-jan-1871-09-30	{"a6": "1259"}	{"lerrcp": "A6-1259"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Fabricius", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "D", "c3": null, "cy": "NL", "lg": 6.4, "lat": 52.98333, "name": "ASSEN", "geoid": 0}, "notime": null, "date-ut": "1871-09-30 19:34:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Fabricius"}, "birth": {"place": {"c2": "D", "cy": "NL", "lg": 6.4, "lat": 52.98333, "name": "ASSEN", "geoid": 0}, "date-ut": "1871-09-30 19:34:24"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1259"}, "ids-in-sources": {"a6": "1259"}}, "raw": {"H": "19", "MN": "34", "TZ": "0", "COD": "D", "COU": "N", "DAY": "30", "LAT": "52N59", "LON": "6E24", "MON": "9", "NUM": "1259", "PRO": "W", "SEC": "24", "YEA": "1871", "CITY": "ASSEN"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15024	fruin-robert-1823-11-14	{"a6": "1260"}	{"lerrcp": "A6-1260"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Fruin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1823-11-14 17:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Fruin"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1823-11-14 17:42:08"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1260"}, "ids-in-sources": {"a6": "1260"}}, "raw": {"H": "17", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "14", "LAT": "52N 5", "LON": "4E28", "MON": "11", "NUM": "1260", "PRO": "W", "SEC": "8", "YEA": "1823", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15025	goes-frank-1859-02-13	{"a6": "1261"}	{"lerrcp": "A6-1261"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frank", "family": "Goes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1859-02-13 09:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Frank", "family": "Goes"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1859-02-13 09:41:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1261"}, "ids-in-sources": {"a6": "1261"}}, "raw": {"H": "9", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "13", "LAT": "52N22", "LON": "4E38", "MON": "2", "NUM": "1261", "PRO": "W", "SEC": "28", "YEA": "1859", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15026	gogh-kaulbach-anna-1869-12-31	{"a6": "1262"}	{"lerrcp": "A6-1262"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anna", "family": "Gogh-Kaulbach", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "VELSEN", "geoid": 0}, "notime": null, "date-ut": "1869-12-31 00:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Anna", "family": "Gogh-Kaulbach"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "VELSEN", "geoid": 0}, "date-ut": "1869-12-31 00:41:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1262"}, "ids-in-sources": {"a6": "1262"}}, "raw": {"H": "0", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "31", "LAT": "52N22", "LON": "4E38", "MON": "12", "NUM": "1262", "PRO": "W", "SEC": "28", "YEA": "1869", "CITY": "VELSEN"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15027	greshoff-jan-1888-12-15	{"a6": "1263"}	{"lerrcp": "A6-1263"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Greshoff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "NIEUW-HELVOET", "geoid": 0}, "notime": null, "date-ut": "1888-12-15 22:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Greshoff"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "NIEUW-HELVOET", "geoid": 0}, "date-ut": "1888-12-15 22:42:08"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1263"}, "ids-in-sources": {"a6": "1263"}}, "raw": {"H": "22", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "15", "LAT": "52N 5", "LON": "4E28", "MON": "12", "NUM": "1263", "PRO": "W", "SEC": "8", "YEA": "1888", "CITY": "NIEUW-HELVOET"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15028	groot-jan-1901-03-13	{"a6": "1264"}	{"lerrcp": "A6-1264"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Groot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "ALKMAAR", "geoid": 0}, "notime": null, "date-ut": "1901-03-13 17:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Groot"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "ALKMAAR", "geoid": 0}, "date-ut": "1901-03-13 17:41:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1264"}, "ids-in-sources": {"a6": "1264"}}, "raw": {"H": "17", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "13", "LAT": "52N22", "LON": "4E38", "MON": "3", "NUM": "1264", "PRO": "W", "SEC": "28", "YEA": "1901", "CITY": "ALKMAAR"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15029	haan-isaak-1908-03-27	{"a6": "1265"}	{"lerrcp": "A6-1265"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Isaak", "family": "Haan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1908-03-27 14:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Isaak", "family": "Haan"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1908-03-27 14:42:08"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1265"}, "ids-in-sources": {"a6": "1265"}}, "raw": {"H": "14", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "27", "LAT": "52N 5", "LON": "4E28", "MON": "3", "NUM": "1265", "PRO": "W", "SEC": "8", "YEA": "1908", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15030	hartog-jan-1914-04-22	{"a6": "1266"}	{"lerrcp": "A6-1266"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Hartog", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "notime": null, "date-ut": "1914-04-22 13:40:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Hartog"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "date-ut": "1914-04-22 13:40:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1266"}, "ids-in-sources": {"a6": "1266"}}, "raw": {"H": "13", "MN": "40", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "22", "LAT": "52N22", "LON": "4E38", "MON": "4", "NUM": "1266", "PRO": "W", "SEC": "28", "YEA": "1914", "CITY": "HAARLEM"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15031	hattum-jacob-1900-02-10	{"a6": "1267"}	{"lerrcp": "A6-1267"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacob", "family": "Hattum", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "HENNAARDERADEEL", "geoid": 0}, "notime": null, "date-ut": "1900-02-10 20:36:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jacob", "family": "Hattum"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "HENNAARDERADEEL", "geoid": 0}, "date-ut": "1900-02-10 20:36:48"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1267"}, "ids-in-sources": {"a6": "1267"}}, "raw": {"H": "20", "MN": "36", "TZ": "0", "COD": "F", "COU": "N", "DAY": "10", "LAT": "53N12", "LON": "5E48", "MON": "2", "NUM": "1267", "PRO": "W", "SEC": "48", "YEA": "1900", "CITY": "HENNAARDERADEEL"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18343	fabre-pierre-1900-02-28	{"e1": "713"}	{"lerrcp": "E1-713"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Fabre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1900-02-28 07:00", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": 2.62404, "lat": 43.22405, "name": "Puichéric", "geoid": 2985133}, "notime": null, "date-ut": "1900-02-28 06:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Fabre"}, "birth": {"tzo": "+00:09", "date": "1900-02-28 07:00", "place": {"c2": "11", "c3": "", "cy": "FR", "lg": 2.62404, "lat": 43.22405, "name": "Puichéric", "geoid": 2985133}, "date-ut": "1900-02-28 06:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "713"}}, "raw": {"H": "07:00", "COD": "11", "DAY": "28", "MON": "02", "NUM": "0713", "PRO": "PH", "YEA": "1900", "CITY": "Puichéric", "NAME": "FABRE Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
15033	hoekstra-hendrikus-1906-09-04	{"a6": "1269"}	{"lerrcp": "A6-1269"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hendrikus", "family": "Hoekstra", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1906-09-04 12:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Hendrikus", "family": "Hoekstra"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1906-09-04 12:12:08"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1269"}, "ids-in-sources": {"a6": "1269"}}, "raw": {"H": "12", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "4", "LAT": "52N 5", "LON": "4E28", "MON": "9", "NUM": "1269", "PRO": "W", "SEC": "8", "YEA": "1906", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15034	hoekstra-siebe-1825-06-03	{"a6": "1270"}	{"lerrcp": "A6-1270"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Siebe", "family": "Hoekstra", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "HASKERDIJKEN", "geoid": 0}, "notime": null, "date-ut": "1825-06-03 18:36:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Siebe", "family": "Hoekstra"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "HASKERDIJKEN", "geoid": 0}, "date-ut": "1825-06-03 18:36:48"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1270"}, "ids-in-sources": {"a6": "1270"}}, "raw": {"H": "18", "MN": "36", "TZ": "0", "COD": "F", "COU": "N", "DAY": "3", "LAT": "53N12", "LON": "5E48", "MON": "6", "NUM": "1270", "PRO": "W", "SEC": "48", "YEA": "1825", "CITY": "HASKERDIJKEN"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15035	hof-jan-1872-10-27	{"a6": "1271"}	{"lerrcp": "A6-1271"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Hof", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "GAASTMEER", "geoid": 0}, "notime": null, "date-ut": "1872-10-27 10:36:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Hof"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "GAASTMEER", "geoid": 0}, "date-ut": "1872-10-27 10:36:48"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1271"}, "ids-in-sources": {"a6": "1271"}}, "raw": {"H": "10", "MN": "36", "TZ": "0", "COD": "F", "COU": "N", "DAY": "27", "LAT": "53N12", "LON": "5E48", "MON": "10", "NUM": "1271", "PRO": "W", "SEC": "48", "YEA": "1872", "CITY": "GAASTMEER"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15036	hoornik-eduard-1910-03-09	{"a6": "1272"}	{"lerrcp": "A6-1272"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eduard", "family": "Hoornik", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1910-03-09 04:10:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Eduard", "family": "Hoornik"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1910-03-09 04:10:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1272"}, "ids-in-sources": {"a6": "1272"}}, "raw": {"H": "4", "MN": "10", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "9", "LAT": "52N 5", "LON": "4E28", "MON": "3", "NUM": "1272", "PRO": "W", "SEC": "28", "YEA": "1910", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15037	hiuzenga-onnekes-eilina-1883-03-19	{"a6": "1273"}	{"lerrcp": "A6-1273"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eilina", "family": "Hiuzenga-Onnekes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "VIERHUIZEN", "geoid": 0}, "notime": null, "date-ut": "1883-03-19 09:33:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Eilina", "family": "Hiuzenga-Onnekes"}, "birth": {"place": {"c2": "GR", "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "VIERHUIZEN", "geoid": 0}, "date-ut": "1883-03-19 09:33:44"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1273"}, "ids-in-sources": {"a6": "1273"}}, "raw": {"H": "9", "MN": "33", "TZ": "0", "COD": "GR", "COU": "N", "DAY": "19", "LAT": "53N13", "LON": "6E34", "MON": "3", "NUM": "1273", "PRO": "W", "SEC": "44", "YEA": "1883", "CITY": "VIERHUIZEN"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15038	huizinga-leonhard-1906-08-03	{"a6": "1274"}	{"lerrcp": "A6-1274"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leonhard", "family": "Huizinga", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "notime": null, "date-ut": "1906-08-03 02:33:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Leonhard", "family": "Huizinga"}, "birth": {"place": {"c2": "GR", "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "date-ut": "1906-08-03 02:33:44"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1274"}, "ids-in-sources": {"a6": "1274"}}, "raw": {"H": "2", "MN": "33", "TZ": "0", "COD": "GR", "COU": "N", "DAY": "3", "LAT": "53N13", "LON": "6E34", "MON": "8", "NUM": "1274", "PRO": "W", "SEC": "44", "YEA": "1906", "CITY": "GRONINGEN"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18344	fabre-pierre-1926-04-16	{"e1": "714"}	{"lerrcp": "E1-714"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Fabre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1926-04-16 18:30", "note": null, "place": {"c1": null, "c2": "81", "c3": "", "cy": "FR", "lg": 2.24088, "lat": 43.60527, "name": "Castres", "geoid": 3028263}, "notime": null, "date-ut": "1926-04-16 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Fabre"}, "birth": {"tzo": "+00:00", "date": "1926-04-16 18:30", "place": {"c2": "81", "c3": "", "cy": "FR", "lg": 2.24088, "lat": 43.60527, "name": "Castres", "geoid": 3028263}, "date-ut": "1926-04-16 18:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "714"}}, "raw": {"H": "18:30", "COD": "81", "DAY": "16", "MON": "04", "NUM": "0714", "PRO": "EX", "YEA": "1926", "CITY": "Castres", "NAME": "FABRE Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18345	fabry-georges-1911-04-19	{"e1": "715"}	{"lerrcp": "E1-715"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Fabry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-04-19 17:00", "note": null, "place": {"c1": null, "c2": "90", "c3": "", "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "notime": null, "date-ut": "1911-04-19 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Fabry"}, "birth": {"tzo": "+00:00", "date": "1911-04-19 17:00", "place": {"c2": "90", "c3": "", "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "date-ut": "1911-04-19 17:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "715"}}, "raw": {"H": "17:00", "COD": "90", "DAY": "19", "MON": "04", "NUM": "0715", "PRO": "MI", "YEA": "1911", "CITY": "Belfort", "NAME": "FABRY Georges", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
15041	jaarsma-doede-1878-07-22	{"a6": "1277"}	{"lerrcp": "A6-1277"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Doede", "family": "Jaarsma", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "YLST", "geoid": 0}, "notime": null, "date-ut": "1878-07-22 03:36:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Doede", "family": "Jaarsma"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "YLST", "geoid": 0}, "date-ut": "1878-07-22 03:36:48"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1277"}, "ids-in-sources": {"a6": "1277"}}, "raw": {"H": "3", "MN": "36", "TZ": "0", "COD": "F", "COU": "N", "DAY": "22", "LAT": "53N12", "LON": "5E48", "MON": "7", "NUM": "1277", "PRO": "W", "SEC": "48", "YEA": "1878", "CITY": "YLST"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15042	josselin-jong-kitty-1903-07-09	{"a6": "1278"}	{"lerrcp": "A6-1278"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Josselin Jong Kitty", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1903-07-09 16:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "", "family": "Josselin Jong Kitty"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1903-07-09 16:42:08"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1278"}, "ids-in-sources": {"a6": "1278"}}, "raw": {"H": "16", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "9", "LAT": "52N 5", "LON": "4E28", "MON": "7", "NUM": "1278", "PRO": "W", "SEC": "8", "YEA": "1903", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
12834	kan-willem-1911-01-15	{"a5": "1366", "a6": "1279"}	{"lerrcp": "A5-1366"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willem", "family": "Kan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1911-01-15 00:40:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor", "writer"]	5	null	[{"new": {"name": {"given": "Willem", "family": "Kan"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1911-01-15 00:40:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1366"}, "ids-in-sources": {"a5": "1366"}}, "raw": {"H": "0", "MN": "40", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "15", "LAT": "52N 5", "LON": "4E28", "MON": "1", "NUM": "1366", "PRO": "A", "SEC": "28", "YEA": "1911", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "1279"}}, "raw": {"H": "0", "MN": "40", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "15", "LAT": "52N 5", "LON": "4E28", "MON": "1", "NUM": "1279", "PRO": "W", "SEC": "28", "YEA": "1911", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15043	kelk-cornelis-1901-08-28	{"a6": "1280"}	{"lerrcp": "A6-1280"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cornelis", "family": "Kelk", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1901-08-28 14:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Cornelis", "family": "Kelk"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1901-08-28 14:41:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1280"}, "ids-in-sources": {"a6": "1280"}}, "raw": {"H": "14", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "28", "LAT": "52N22", "LON": "4E38", "MON": "8", "NUM": "1280", "PRO": "W", "SEC": "28", "YEA": "1901", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15044	gauquelin-a6-1281-1890-12-31	{"a6": "1281"}	{"lerrcp": "A6-1281"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1281", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "L", "c3": null, "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "MAASTRICHT", "geoid": 0}, "notime": null, "date-ut": "1890-12-31 15:37:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1281"}, "birth": {"place": {"c2": "L", "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "MAASTRICHT", "geoid": 0}, "date-ut": "1890-12-31 15:37:20"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1281"}, "ids-in-sources": {"a6": "1281"}}, "raw": {"H": "15", "MN": "37", "TZ": "0", "COD": "L", "COU": "N", "DAY": "31", "LAT": "50N51", "LON": "5E40", "MON": "12", "NUM": "1281", "PRO": "W", "SEC": "20", "YEA": "1890", "CITY": "MAASTRICHT"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15045	kemp-pierre-1886-12-01	{"a6": "1282"}	{"lerrcp": "A6-1282"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Kemp", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "L", "c3": null, "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "MAASTRICHT", "geoid": 0}, "notime": null, "date-ut": "1886-12-01 21:37:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Kemp"}, "birth": {"place": {"c2": "L", "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "MAASTRICHT", "geoid": 0}, "date-ut": "1886-12-01 21:37:20"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1282"}, "ids-in-sources": {"a6": "1282"}}, "raw": {"H": "21", "MN": "37", "TZ": "0", "COD": "L", "COU": "N", "DAY": "1", "LAT": "50N51", "LON": "5E40", "MON": "12", "NUM": "1282", "PRO": "W", "SEC": "20", "YEA": "1886", "CITY": "MAASTRICHT"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15046	keuls-h-1883-05-19	{"a6": "1283"}	{"lerrcp": "A6-1283"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "H", "family": "Keuls", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "OBDAM", "geoid": 0}, "notime": null, "date-ut": "1883-05-19 16:11:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "H", "family": "Keuls"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "OBDAM", "geoid": 0}, "date-ut": "1883-05-19 16:11:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1283"}, "ids-in-sources": {"a6": "1283"}}, "raw": {"H": "16", "MN": "11", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "19", "LAT": "52N22", "LON": "4E38", "MON": "5", "NUM": "1283", "PRO": "W", "SEC": "28", "YEA": "1883", "CITY": "OBDAM"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18346	faller-andre-1912-08-01	{"e1": "716"}	{"lerrcp": "E1-716"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Faller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1912-08-01 14:00", "note": null, "place": {"c1": null, "c2": "68", "c3": "", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "André", "family": "Faller"}, "birth": {"tzo": "", "date": "1912-08-01 14:00", "place": {"c2": "68", "c3": "", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "716"}}, "raw": {"H": "14:00", "COD": "68", "DAY": "01", "MON": "08", "NUM": "0716", "PRO": "EX", "YEA": "1912", "CITY": "Mulhouse", "NAME": "FALLER André", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
15048	knuttel-johannes-1878-05-14	{"a6": "1285"}	{"lerrcp": "A6-1285"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Knuttel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DELFT", "geoid": 0}, "notime": null, "date-ut": "1878-05-14 18:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Knuttel"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DELFT", "geoid": 0}, "date-ut": "1878-05-14 18:12:08"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1285"}, "ids-in-sources": {"a6": "1285"}}, "raw": {"H": "18", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "14", "LAT": "52N 5", "LON": "4E28", "MON": "5", "NUM": "1285", "PRO": "W", "SEC": "8", "YEA": "1878", "CITY": "DELFT"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15049	knuvelder-gerardus-1902-01-25	{"a6": "1286"}	{"lerrcp": "A6-1286"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gerardus", "family": "Knuvelder", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ARNHEM", "geoid": 0}, "notime": null, "date-ut": "1902-01-25 11:21:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Gerardus", "family": "Knuvelder"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ARNHEM", "geoid": 0}, "date-ut": "1902-01-25 11:21:24"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1286"}, "ids-in-sources": {"a6": "1286"}}, "raw": {"H": "11", "MN": "21", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "25", "LAT": "51N59", "LON": "5E54", "MON": "1", "NUM": "1286", "PRO": "W", "SEC": "24", "YEA": "1902", "CITY": "ARNHEM"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15050	knuvelder-louis-1907-09-30	{"a6": "1287"}	{"lerrcp": "A6-1287"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Knuvelder", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ARNHEM", "geoid": 0}, "notime": null, "date-ut": "1907-09-30 02:06:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Knuvelder"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ARNHEM", "geoid": 0}, "date-ut": "1907-09-30 02:06:24"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1287"}, "ids-in-sources": {"a6": "1287"}}, "raw": {"H": "2", "MN": "6", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "30", "LAT": "51N59", "LON": "5E54", "MON": "9", "NUM": "1287", "PRO": "W", "SEC": "24", "YEA": "1907", "CITY": "ARNHEM"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15051	gauquelin-a6-1288-1879-01-19	{"a6": "1288"}	{"lerrcp": "A6-1288"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1288", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "S HERTOGENBOSC", "geoid": 0}, "notime": null, "date-ut": "1879-01-19 08:38:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1288"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "S HERTOGENBOSC", "geoid": 0}, "date-ut": "1879-01-19 08:38:44"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1288"}, "ids-in-sources": {"a6": "1288"}}, "raw": {"H": "8", "MN": "38", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "19", "LAT": "51N42", "LON": "5E19", "MON": "1", "NUM": "1288", "PRO": "W", "SEC": "44", "YEA": "1879", "CITY": "S HERTOGENBOSC"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15052	koning-johan-1887-07-16	{"a6": "1289"}	{"lerrcp": "A6-1289"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johan", "family": "Koning", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "notime": null, "date-ut": "1887-07-16 10:09:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Johan", "family": "Koning"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "date-ut": "1887-07-16 10:09:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1289"}, "ids-in-sources": {"a6": "1289"}}, "raw": {"H": "10", "MN": "9", "TZ": "0", "COD": "U", "COU": "N", "DAY": "16", "LAT": "52N 6", "LON": "5E 8", "MON": "7", "NUM": "1289", "PRO": "W", "SEC": "28", "YEA": "1887", "CITY": "UTRECHT"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18347	fanlac-pierre-beaucornu-1918-02-11	{"e1": "717"}	{"lerrcp": "E1-717"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre (BEAUCORNU)", "family": "Fanlac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1918-02-11 08:00", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "notime": null, "date-ut": "1918-02-11 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pierre (BEAUCORNU)", "family": "Fanlac"}, "birth": {"tzo": "+00:00", "date": "1918-02-11 08:00", "place": {"c2": "24", "c3": "", "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "date-ut": "1918-02-11 08:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "717"}}, "raw": {"H": "08:00", "COD": "24", "DAY": "11", "MON": "02", "NUM": "0717", "PRO": "EX", "YEA": "1918", "CITY": "Périgueux", "NAME": "FANLAC Pierre (BEAUCORNU)", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18348	faraggi-andre-1897-12-13	{"e1": "718"}	{"lerrcp": "E1-718"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Faraggi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1897-12-13 12:00", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 2.13754, "lat": 48.90924, "name": "Montesson", "geoid": 2992650}, "notime": null, "date-ut": "1897-12-13 11:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "André", "family": "Faraggi"}, "birth": {"tzo": "+00:09", "date": "1897-12-13 12:00", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 2.13754, "lat": 48.90924, "name": "Montesson", "geoid": 2992650}, "date-ut": "1897-12-13 11:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "718"}}, "raw": {"H": "12:00", "COD": "78", "DAY": "13", "MON": "12", "NUM": "0718", "PRO": "EX", "YEA": "1897", "CITY": "Montesson", "NAME": "FARAGGI André", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
15055	labberton-wilhelmina-1883-04-06	{"a6": "1292"}	{"lerrcp": "A6-1292"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelmina", "family": "Labberton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1883-04-06 05:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Wilhelmina", "family": "Labberton"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1883-04-06 05:12:08"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1292"}, "ids-in-sources": {"a6": "1292"}}, "raw": {"H": "5", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "6", "LAT": "52N 5", "LON": "4E28", "MON": "4", "NUM": "1292", "PRO": "W", "SEC": "8", "YEA": "1883", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15056	last-josephus-1898-05-02	{"a6": "1293"}	{"lerrcp": "A6-1293"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Josephus", "family": "Last", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1898-05-02 18:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Josephus", "family": "Last"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1898-05-02 18:42:08"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1293"}, "ids-in-sources": {"a6": "1293"}}, "raw": {"H": "18", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "2", "LAT": "52N 5", "LON": "4E28", "MON": "5", "NUM": "1293", "PRO": "W", "SEC": "8", "YEA": "1898", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15057	linde-antonius-1833-11-14	{"a6": "1294"}	{"lerrcp": "A6-1294"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonius", "family": "Linde", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "notime": null, "date-ut": "1833-11-14 18:11:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Antonius", "family": "Linde"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "date-ut": "1833-11-14 18:11:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1294"}, "ids-in-sources": {"a6": "1294"}}, "raw": {"H": "18", "MN": "11", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "14", "LAT": "52N22", "LON": "4E38", "MON": "11", "NUM": "1294", "PRO": "W", "SEC": "28", "YEA": "1833", "CITY": "HAARLEM"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15058	maas-moer-agnes-1888-12-20	{"a6": "1295"}	{"lerrcp": "A6-1295"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Maas Moer Agnes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "GRAVE", "geoid": 0}, "notime": null, "date-ut": "1888-12-20 09:38:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "", "family": "Maas Moer Agnes"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "GRAVE", "geoid": 0}, "date-ut": "1888-12-20 09:38:44"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1295"}, "ids-in-sources": {"a6": "1295"}}, "raw": {"H": "9", "MN": "38", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "20", "LAT": "51N42", "LON": "5E19", "MON": "12", "NUM": "1295", "PRO": "W", "SEC": "44", "YEA": "1888", "CITY": "GRAVE"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15059	martin-hans-1886-11-09	{"a6": "1296"}	{"lerrcp": "A6-1296"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Martin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "LEIDEN", "geoid": 0}, "notime": null, "date-ut": "1886-11-09 20:02:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Martin"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "LEIDEN", "geoid": 0}, "date-ut": "1886-11-09 20:02:08"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1296"}, "ids-in-sources": {"a6": "1296"}}, "raw": {"H": "20", "MN": "2", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "9", "LAT": "52N 5", "LON": "4E28", "MON": "11", "NUM": "1296", "PRO": "W", "SEC": "8", "YEA": "1886", "CITY": "LEIDEN"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15060	gauquelin-a6-1297-1880-09-10	{"a6": "1297"}	{"lerrcp": "A6-1297"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1297", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "notime": null, "date-ut": "1880-09-10 05:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1297"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "date-ut": "1880-09-10 05:39:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1297"}, "ids-in-sources": {"a6": "1297"}}, "raw": {"H": "5", "MN": "39", "TZ": "0", "COD": "U", "COU": "N", "DAY": "10", "LAT": "52N 6", "LON": "5E 8", "MON": "9", "NUM": "1297", "PRO": "W", "SEC": "28", "YEA": "1880", "CITY": "UTRECHT"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18349	fasquelle-jacques-1911-08-10	{"e1": "719"}	{"lerrcp": "E1-719"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Fasquelle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-08-10 14:30", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 0.73333, "lat": 49.86667, "name": "Saint-Valery-en-Caux", "geoid": 2976703}, "notime": null, "date-ut": "1911-08-10 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Fasquelle"}, "birth": {"tzo": "+00:00", "date": "1911-08-10 14:30", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 0.73333, "lat": 49.86667, "name": "Saint-Valery-en-Caux", "geoid": 2976703}, "date-ut": "1911-08-10 14:30"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "719"}}, "raw": {"H": "14:30", "COD": "76", "DAY": "10", "MON": "08", "NUM": "0719", "PRO": "PH", "YEA": "1911", "CITY": "St Valéry en Caux", "NAME": "FASQUELLE Jacques", "NOTE": "-"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
15062	mooij-arend-1917-03-08	{"a6": "1299"}	{"lerrcp": "A6-1299"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arend", "family": "Mooij", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "LEEUWARDERADEEL", "geoid": 0}, "notime": null, "date-ut": "1917-03-08 02:10:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Arend", "family": "Mooij"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "LEEUWARDERADEEL", "geoid": 0}, "date-ut": "1917-03-08 02:10:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1299"}, "ids-in-sources": {"a6": "1299"}}, "raw": {"H": "2", "MN": "10", "TZ": "0", "COD": "F", "COU": "N", "DAY": "8", "LAT": "53N12", "LON": "5E48", "MON": "3", "NUM": "1299", "PRO": "W", "SEC": "28", "YEA": "1917", "CITY": "LEEUWARDERADEEL"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15063	mulier-willem-1865-03-10	{"a6": "1300"}	{"lerrcp": "A6-1300"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willem", "family": "Mulier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "WONSERADEEL", "geoid": 0}, "notime": null, "date-ut": "1865-03-10 13:36:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Willem", "family": "Mulier"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "WONSERADEEL", "geoid": 0}, "date-ut": "1865-03-10 13:36:48"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1300"}, "ids-in-sources": {"a6": "1300"}}, "raw": {"H": "13", "MN": "36", "TZ": "0", "COD": "F", "COU": "N", "DAY": "10", "LAT": "53N12", "LON": "5E48", "MON": "3", "NUM": "1300", "PRO": "W", "SEC": "48", "YEA": "1865", "CITY": "WONSERADEEL"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15064	oosten-abraham-1898-11-12	{"a6": "1301"}	{"lerrcp": "A6-1301"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Abraham", "family": "Oosten", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DELFT", "geoid": 0}, "notime": null, "date-ut": "1898-11-12 01:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Abraham", "family": "Oosten"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DELFT", "geoid": 0}, "date-ut": "1898-11-12 01:42:08"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1301"}, "ids-in-sources": {"a6": "1301"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "12", "LAT": "52N 5", "LON": "4E28", "MON": "11", "NUM": "1301", "PRO": "W", "SEC": "8", "YEA": "1898", "CITY": "DELFT"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15065	gauquelin-a6-1302-1898-10-20	{"a6": "1302"}	{"lerrcp": "A6-1302"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1302", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ZUTPHEN", "geoid": 0}, "notime": null, "date-ut": "1898-10-20 12:06:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1302"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ZUTPHEN", "geoid": 0}, "date-ut": "1898-10-20 12:06:24"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1302"}, "ids-in-sources": {"a6": "1302"}}, "raw": {"H": "12", "MN": "6", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "20", "LAT": "51N59", "LON": "5E54", "MON": "10", "NUM": "1302", "PRO": "W", "SEC": "24", "YEA": "1898", "CITY": "ZUTPHEN"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15066	pauwels-francois-1888-10-25	{"a6": "1303"}	{"lerrcp": "A6-1303"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Pauwels", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1888-10-25 05:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "François", "family": "Pauwels"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1888-10-25 05:41:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1303"}, "ids-in-sources": {"a6": "1303"}}, "raw": {"H": "5", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "25", "LAT": "52N22", "LON": "4E38", "MON": "10", "NUM": "1303", "PRO": "W", "SEC": "28", "YEA": "1888", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15067	penning-joannis-1885-02-18	{"a6": "1304"}	{"lerrcp": "A6-1304"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joannis", "family": "Penning", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1885-02-18 02:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Joannis", "family": "Penning"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1885-02-18 02:42:08"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1304"}, "ids-in-sources": {"a6": "1304"}}, "raw": {"H": "2", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "18", "LAT": "52N 5", "LON": "4E28", "MON": "2", "NUM": "1304", "PRO": "W", "SEC": "8", "YEA": "1885", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15068	plemp-duiveland-lambertus-1868-10-06	{"a6": "1305"}	{"lerrcp": "A6-1305"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Plemp Duiveland Lambertus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1868-10-06 22:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "", "family": "Plemp Duiveland Lambertus"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1868-10-06 22:12:08"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1305"}, "ids-in-sources": {"a6": "1305"}}, "raw": {"H": "22", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "6", "LAT": "52N 5", "LON": "4E28", "MON": "10", "NUM": "1305", "PRO": "W", "SEC": "8", "YEA": "1868", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15069	praag-siegfried-1899-08-08	{"a6": "1306"}	{"lerrcp": "A6-1306"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Siegfried", "family": "Praag", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1899-08-08 00:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Siegfried", "family": "Praag"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1899-08-08 00:41:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1306"}, "ids-in-sources": {"a6": "1306"}}, "raw": {"H": "0", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "8", "LAT": "52N22", "LON": "4E38", "MON": "8", "NUM": "1306", "PRO": "W", "SEC": "28", "YEA": "1899", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15070	premsela-martin-1896-01-25	{"a6": "1307"}	{"lerrcp": "A6-1307"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Martin", "family": "Premsela", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1896-01-25 08:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Martin", "family": "Premsela"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1896-01-25 08:41:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1307"}, "ids-in-sources": {"a6": "1307"}}, "raw": {"H": "8", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "25", "LAT": "52N22", "LON": "4E38", "MON": "1", "NUM": "1307", "PRO": "W", "SEC": "28", "YEA": "1896", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15071	raalte-frederik-1876-10-31	{"a6": "1308"}	{"lerrcp": "A6-1308"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frederik", "family": "Raalte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "O", "c3": null, "cy": "NL", "lg": 6.08333, "lat": 52.51667, "name": "ENSCHEDE", "geoid": 0}, "notime": null, "date-ut": "1876-10-31 02:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Frederik", "family": "Raalte"}, "birth": {"place": {"c2": "O", "cy": "NL", "lg": 6.08333, "lat": 52.51667, "name": "ENSCHEDE", "geoid": 0}, "date-ut": "1876-10-31 02:35:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1308"}, "ids-in-sources": {"a6": "1308"}}, "raw": {"H": "2", "MN": "35", "TZ": "0", "COD": "O", "COU": "N", "DAY": "31", "LAT": "52N31", "LON": "6E 5", "MON": "10", "NUM": "1308", "PRO": "W", "SEC": "40", "YEA": "1876", "CITY": "ENSCHEDE"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15072	ritter-pierre-1882-08-16	{"a6": "1309"}	{"lerrcp": "A6-1309"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Ritter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "notime": null, "date-ut": "1882-08-16 07:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Ritter"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "date-ut": "1882-08-16 07:39:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1309"}, "ids-in-sources": {"a6": "1309"}}, "raw": {"H": "7", "MN": "39", "TZ": "0", "COD": "U", "COU": "N", "DAY": "16", "LAT": "52N 6", "LON": "5E 8", "MON": "8", "NUM": "1309", "PRO": "W", "SEC": "28", "YEA": "1882", "CITY": "UTRECHT"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15073	roland-holst-adrianus-1888-05-23	{"a6": "1310"}	{"lerrcp": "A6-1310"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrianus", "family": "Roland-Holst", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1888-05-23 22:11:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Adrianus", "family": "Roland-Holst"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1888-05-23 22:11:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1310"}, "ids-in-sources": {"a6": "1310"}}, "raw": {"H": "22", "MN": "11", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "23", "LAT": "52N22", "LON": "4E38", "MON": "5", "NUM": "1310", "PRO": "W", "SEC": "28", "YEA": "1888", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15074	romein-verschoor-anna-1895-02-04	{"a6": "1311"}	{"lerrcp": "A6-1311"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anna", "family": "Romein-Verschoor", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "HATERT", "geoid": 0}, "notime": null, "date-ut": "1895-02-04 19:51:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Anna", "family": "Romein-Verschoor"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "HATERT", "geoid": 0}, "date-ut": "1895-02-04 19:51:24"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1311"}, "ids-in-sources": {"a6": "1311"}}, "raw": {"H": "19", "MN": "51", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "4", "LAT": "51N59", "LON": "5E54", "MON": "2", "NUM": "1311", "PRO": "W", "SEC": "24", "YEA": "1895", "CITY": "HATERT"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15075	gauquelin-a6-1312-1885-04-21	{"a6": "1312"}	{"lerrcp": "A6-1312"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1312", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1885-04-21 16:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1312"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1885-04-21 16:42:08"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1312"}, "ids-in-sources": {"a6": "1312"}}, "raw": {"H": "16", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "21", "LAT": "52N 5", "LON": "4E28", "MON": "4", "NUM": "1312", "PRO": "W", "SEC": "8", "YEA": "1885", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15076	rutten-felix-1882-07-13	{"a6": "1313"}	{"lerrcp": "A6-1313"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Rutten", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "L", "c3": null, "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "SITTARD", "geoid": 0}, "notime": null, "date-ut": "1882-07-13 00:37:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Rutten"}, "birth": {"place": {"c2": "L", "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "SITTARD", "geoid": 0}, "date-ut": "1882-07-13 00:37:20"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1313"}, "ids-in-sources": {"a6": "1313"}}, "raw": {"H": "0", "MN": "37", "TZ": "0", "COD": "L", "COU": "N", "DAY": "13", "LAT": "50N51", "LON": "5E40", "MON": "7", "NUM": "1313", "PRO": "W", "SEC": "20", "YEA": "1882", "CITY": "SITTARD"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15077	schaaf-tryntje-1882-04-29	{"a6": "1314"}	{"lerrcp": "A6-1314"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tryntje", "family": "Schaaf", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "TERHORNE", "geoid": 0}, "notime": null, "date-ut": "1882-04-29 23:06:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Tryntje", "family": "Schaaf"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "TERHORNE", "geoid": 0}, "date-ut": "1882-04-29 23:06:48"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1314"}, "ids-in-sources": {"a6": "1314"}}, "raw": {"H": "23", "MN": "6", "TZ": "0", "COD": "F", "COU": "N", "DAY": "29", "LAT": "53N12", "LON": "5E48", "MON": "4", "NUM": "1314", "PRO": "W", "SEC": "48", "YEA": "1882", "CITY": "TERHORNE"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15078	schagen-j-1891-12-11	{"a6": "1315"}	{"lerrcp": "A6-1315"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "J", "family": "Schagen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "Z", "c3": null, "cy": "NL", "lg": 3.75, "lat": 51.48333, "name": "VLISSINGEN", "geoid": 0}, "notime": null, "date-ut": "1891-12-11 15:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "J", "family": "Schagen"}, "birth": {"place": {"c2": "Z", "cy": "NL", "lg": 3.75, "lat": 51.48333, "name": "VLISSINGEN", "geoid": 0}, "date-ut": "1891-12-11 15:15:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1315"}, "ids-in-sources": {"a6": "1315"}}, "raw": {"H": "15", "MN": "15", "TZ": "0", "COD": "Z", "COU": "N", "DAY": "11", "LAT": "51N29", "LON": "3E45", "MON": "12", "NUM": "1315", "PRO": "W", "SEC": "0", "YEA": "1891", "CITY": "VLISSINGEN"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15079	schaik-willing-jeanne-1895-10-08	{"a6": "1316"}	{"lerrcp": "A6-1316"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jeanne", "family": "Schaik-Willing", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1895-10-08 19:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jeanne", "family": "Schaik-Willing"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1895-10-08 19:41:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1316"}, "ids-in-sources": {"a6": "1316"}}, "raw": {"H": "19", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "8", "LAT": "52N22", "LON": "4E38", "MON": "10", "NUM": "1316", "PRO": "W", "SEC": "28", "YEA": "1895", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15080	scharten-antink-margo-1868-09-07	{"a6": "1317"}	{"lerrcp": "A6-1317"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Margo", "family": "Scharten-Antink", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ZUTPHEN", "geoid": 0}, "notime": null, "date-ut": "1868-09-07 16:36:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Margo", "family": "Scharten-Antink"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ZUTPHEN", "geoid": 0}, "date-ut": "1868-09-07 16:36:24"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1317"}, "ids-in-sources": {"a6": "1317"}}, "raw": {"H": "16", "MN": "36", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "7", "LAT": "51N59", "LON": "5E54", "MON": "9", "NUM": "1317", "PRO": "W", "SEC": "24", "YEA": "1868", "CITY": "ZUTPHEN"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15081	schmidt-anna-1911-05-20	{"a6": "1318"}	{"lerrcp": "A6-1318"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anna", "family": "Schmidt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "Z", "c3": null, "cy": "NL", "lg": 3.75, "lat": 51.48333, "name": "KAPELLE", "geoid": 0}, "notime": null, "date-ut": "1911-05-20 09:10:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Anna", "family": "Schmidt"}, "birth": {"place": {"c2": "Z", "cy": "NL", "lg": 3.75, "lat": 51.48333, "name": "KAPELLE", "geoid": 0}, "date-ut": "1911-05-20 09:10:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1318"}, "ids-in-sources": {"a6": "1318"}}, "raw": {"H": "9", "MN": "10", "TZ": "0", "COD": "Z", "COU": "N", "DAY": "20", "LAT": "51N29", "LON": "3E45", "MON": "5", "NUM": "1318", "PRO": "W", "SEC": "28", "YEA": "1911", "CITY": "KAPELLE"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15082	scholte-henrik-1903-01-25	{"a6": "1319"}	{"lerrcp": "A6-1319"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henrik", "family": "Scholte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "notime": null, "date-ut": "1903-01-25 04:03:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Henrik", "family": "Scholte"}, "birth": {"place": {"c2": "GR", "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "date-ut": "1903-01-25 04:03:44"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1319"}, "ids-in-sources": {"a6": "1319"}}, "raw": {"H": "4", "MN": "3", "TZ": "0", "COD": "GR", "COU": "N", "DAY": "25", "LAT": "53N13", "LON": "6E34", "MON": "1", "NUM": "1319", "PRO": "W", "SEC": "44", "YEA": "1903", "CITY": "GRONINGEN"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15083	schuren-fedde-1898-07-25	{"a6": "1320"}	{"lerrcp": "A6-1320"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fedde", "family": "Schuren", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "DRACHTEN", "geoid": 0}, "notime": null, "date-ut": "1898-07-25 16:36:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Fedde", "family": "Schuren"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "DRACHTEN", "geoid": 0}, "date-ut": "1898-07-25 16:36:48"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1320"}, "ids-in-sources": {"a6": "1320"}}, "raw": {"H": "16", "MN": "36", "TZ": "0", "COD": "F", "COU": "N", "DAY": "25", "LAT": "53N12", "LON": "5E48", "MON": "7", "NUM": "1320", "PRO": "W", "SEC": "48", "YEA": "1898", "CITY": "DRACHTEN"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15084	gauquelin-a6-1321-1867-01-13	{"a6": "1321"}	{"lerrcp": "A6-1321"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1321", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1867-01-13 13:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1321"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1867-01-13 13:42:08"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1321"}, "ids-in-sources": {"a6": "1321"}}, "raw": {"H": "13", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "13", "LAT": "52N 5", "LON": "4E28", "MON": "1", "NUM": "1321", "PRO": "W", "SEC": "8", "YEA": "1867", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15085	snieders-auguste-1825-05-08	{"a6": "1322"}	{"lerrcp": "A6-1322"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Snieders", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "BLADEL", "geoid": 0}, "notime": null, "date-ut": "1825-05-08 17:38:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Snieders"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "BLADEL", "geoid": 0}, "date-ut": "1825-05-08 17:38:44"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1322"}, "ids-in-sources": {"a6": "1322"}}, "raw": {"H": "17", "MN": "38", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "8", "LAT": "51N42", "LON": "5E19", "MON": "5", "NUM": "1322", "PRO": "W", "SEC": "44", "YEA": "1825", "CITY": "BLADEL"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15086	snieders-jan-1812-11-21	{"a6": "1323"}	{"lerrcp": "A6-1323"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Snieders", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "BLADEL", "geoid": 0}, "notime": null, "date-ut": "1812-11-21 21:38:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Snieders"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "BLADEL", "geoid": 0}, "date-ut": "1812-11-21 21:38:44"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1323"}, "ids-in-sources": {"a6": "1323"}}, "raw": {"H": "21", "MN": "38", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "21", "LAT": "51N42", "LON": "5E19", "MON": "11", "NUM": "1323", "PRO": "W", "SEC": "44", "YEA": "1812", "CITY": "BLADEL"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15087	snoek-age-1825-03-20	{"a6": "1324"}	{"lerrcp": "A6-1324"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Age", "family": "Snoek", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "TIETJERK", "geoid": 0}, "notime": null, "date-ut": "1825-03-20 01:36:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Age", "family": "Snoek"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "TIETJERK", "geoid": 0}, "date-ut": "1825-03-20 01:36:48"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1324"}, "ids-in-sources": {"a6": "1324"}}, "raw": {"H": "1", "MN": "36", "TZ": "0", "COD": "F", "COU": "N", "DAY": "20", "LAT": "53N12", "LON": "5E48", "MON": "3", "NUM": "1324", "PRO": "W", "SEC": "48", "YEA": "1825", "CITY": "TIETJERK"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15088	spoelstra-c-1901-02-07	{"a6": "1325"}	{"lerrcp": "A6-1325"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "C", "family": "Spoelstra", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "O", "c3": null, "cy": "NL", "lg": 6.08333, "lat": 52.51667, "name": "ZWOLLE", "geoid": 0}, "notime": null, "date-ut": "1901-02-07 12:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "C", "family": "Spoelstra"}, "birth": {"place": {"c2": "O", "cy": "NL", "lg": 6.08333, "lat": 52.51667, "name": "ZWOLLE", "geoid": 0}, "date-ut": "1901-02-07 12:35:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1325"}, "ids-in-sources": {"a6": "1325"}}, "raw": {"H": "12", "MN": "35", "TZ": "0", "COD": "O", "COU": "N", "DAY": "7", "LAT": "52N31", "LON": "6E 5", "MON": "2", "NUM": "1325", "PRO": "W", "SEC": "40", "YEA": "1901", "CITY": "ZWOLLE"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15089	steinmetz-anna-1856-12-21	{"a6": "1326"}	{"lerrcp": "A6-1326"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anna", "family": "Steinmetz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "DEN HELDER", "geoid": 0}, "notime": null, "date-ut": "1856-12-21 18:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Anna", "family": "Steinmetz"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "DEN HELDER", "geoid": 0}, "date-ut": "1856-12-21 18:41:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1326"}, "ids-in-sources": {"a6": "1326"}}, "raw": {"H": "18", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "21", "LAT": "52N22", "LON": "4E38", "MON": "12", "NUM": "1326", "PRO": "W", "SEC": "28", "YEA": "1856", "CITY": "DEN HELDER"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15090	stienems-hopman-maria-1881-01-14	{"a6": "1327"}	{"lerrcp": "A6-1327"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maria", "family": "Stienems-Hopman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1881-01-14 06:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Maria", "family": "Stienems-Hopman"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1881-01-14 06:41:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1327"}, "ids-in-sources": {"a6": "1327"}}, "raw": {"H": "6", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "14", "LAT": "52N22", "LON": "4E38", "MON": "1", "NUM": "1327", "PRO": "W", "SEC": "28", "YEA": "1881", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15091	gauquelin-a6-1328-1891-05-25	{"a6": "1328"}	{"lerrcp": "A6-1328"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1328", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "OOSTERZEE", "geoid": 0}, "notime": null, "date-ut": "1891-05-25 12:36:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1328"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "OOSTERZEE", "geoid": 0}, "date-ut": "1891-05-25 12:36:48"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1328"}, "ids-in-sources": {"a6": "1328"}}, "raw": {"H": "12", "MN": "36", "TZ": "0", "COD": "F", "COU": "N", "DAY": "25", "LAT": "53N12", "LON": "5E48", "MON": "5", "NUM": "1328", "PRO": "W", "SEC": "48", "YEA": "1891", "CITY": "OOSTERZEE"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15092	ubink-j-1884-11-11	{"a6": "1329"}	{"lerrcp": "A6-1329"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "J", "family": "Ubink", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1884-11-11 05:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "J", "family": "Ubink"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1884-11-11 05:42:08"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1329"}, "ids-in-sources": {"a6": "1329"}}, "raw": {"H": "5", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "11", "LAT": "52N 5", "LON": "4E28", "MON": "11", "NUM": "1329", "PRO": "W", "SEC": "8", "YEA": "1884", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15093	uyldert-mauritz-1881-02-16	{"a6": "1330"}	{"lerrcp": "A6-1330"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mauritz", "family": "Uyldert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1881-02-16 02:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Mauritz", "family": "Uyldert"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1881-02-16 02:41:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1330"}, "ids-in-sources": {"a6": "1330"}}, "raw": {"H": "2", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "16", "LAT": "52N22", "LON": "4E38", "MON": "2", "NUM": "1330", "PRO": "W", "SEC": "28", "YEA": "1881", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
18350	faure-jacques-1904-03-02	{"e1": "720"}	{"lerrcp": "E1-720"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Faure", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-03-02 19:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1904-03-02 18:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Faure"}, "birth": {"tzo": "+00:09", "date": "1904-03-02 19:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1904-03-02 18:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "720"}}, "raw": {"H": "19:00", "COD": "33", "DAY": "02", "MON": "03", "NUM": "0720", "PRO": "MI", "YEA": "1904", "CITY": "Bordeaux", "NAME": "FAURE Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
15095	velstra-tjeerd-1840-11-10	{"a6": "1332"}	{"lerrcp": "A6-1332"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tjeerd", "family": "Velstra", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "LEKKUM", "geoid": 0}, "notime": null, "date-ut": "1840-11-10 02:36:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Tjeerd", "family": "Velstra"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "LEKKUM", "geoid": 0}, "date-ut": "1840-11-10 02:36:48"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1332"}, "ids-in-sources": {"a6": "1332"}}, "raw": {"H": "2", "MN": "36", "TZ": "0", "COD": "F", "COU": "N", "DAY": "10", "LAT": "53N12", "LON": "5E48", "MON": "11", "NUM": "1332", "PRO": "W", "SEC": "48", "YEA": "1840", "CITY": "LEKKUM"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15096	verhoeven-bernard-1897-04-29	{"a6": "1333"}	{"lerrcp": "A6-1333"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Verhoeven", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ARNHEM", "geoid": 0}, "notime": null, "date-ut": "1897-04-29 04:36:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Verhoeven"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ARNHEM", "geoid": 0}, "date-ut": "1897-04-29 04:36:24"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1333"}, "ids-in-sources": {"a6": "1333"}}, "raw": {"H": "4", "MN": "36", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "29", "LAT": "51N59", "LON": "5E54", "MON": "4", "NUM": "1333", "PRO": "W", "SEC": "24", "YEA": "1897", "CITY": "ARNHEM"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15097	verhoeven-schmitz-marie-1883-11-30	{"a6": "1334"}	{"lerrcp": "A6-1334"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Verhoeven-Schmitz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "notime": null, "date-ut": "1883-11-30 02:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Verhoeven-Schmitz"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "date-ut": "1883-11-30 02:41:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1334"}, "ids-in-sources": {"a6": "1334"}}, "raw": {"H": "2", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "30", "LAT": "52N22", "LON": "4E38", "MON": "11", "NUM": "1334", "PRO": "W", "SEC": "28", "YEA": "1883", "CITY": "HAARLEM"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15098	verhoog-pieter-1893-01-11	{"a6": "1335"}	{"lerrcp": "A6-1335"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pieter", "family": "Verhoog", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1893-01-11 04:11:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Pieter", "family": "Verhoog"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1893-01-11 04:11:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1335"}, "ids-in-sources": {"a6": "1335"}}, "raw": {"H": "4", "MN": "11", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "11", "LAT": "52N22", "LON": "4E38", "MON": "1", "NUM": "1335", "PRO": "W", "SEC": "28", "YEA": "1893", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15099	vermaat-willemina-1873-05-14	{"a6": "1336"}	{"lerrcp": "A6-1336"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willemina", "family": "Vermaat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ZETTEN", "geoid": 0}, "notime": null, "date-ut": "1873-05-14 03:36:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Willemina", "family": "Vermaat"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ZETTEN", "geoid": 0}, "date-ut": "1873-05-14 03:36:24"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1336"}, "ids-in-sources": {"a6": "1336"}}, "raw": {"H": "3", "MN": "36", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "14", "LAT": "51N59", "LON": "5E54", "MON": "5", "NUM": "1336", "PRO": "W", "SEC": "24", "YEA": "1873", "CITY": "ZETTEN"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15100	verwey-mea-1892-03-02	{"a6": "1337"}	{"lerrcp": "A6-1337"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mea", "family": "Verwey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "NOORDWIJK", "geoid": 0}, "notime": null, "date-ut": "1892-03-02 03:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Mea", "family": "Verwey"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "NOORDWIJK", "geoid": 0}, "date-ut": "1892-03-02 03:42:08"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1337"}, "ids-in-sources": {"a6": "1337"}}, "raw": {"H": "3", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "2", "LAT": "52N 5", "LON": "4E28", "MON": "3", "NUM": "1337", "PRO": "W", "SEC": "8", "YEA": "1892", "CITY": "NOORDWIJK"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15101	vestdijk-simon-1898-10-17	{"a6": "1338"}	{"lerrcp": "A6-1338"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Simon", "family": "Vestdijk", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "HARLINGEN", "geoid": 0}, "notime": null, "date-ut": "1898-10-17 17:06:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Simon", "family": "Vestdijk"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "HARLINGEN", "geoid": 0}, "date-ut": "1898-10-17 17:06:48"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1338"}, "ids-in-sources": {"a6": "1338"}}, "raw": {"H": "17", "MN": "6", "TZ": "0", "COD": "F", "COU": "N", "DAY": "17", "LAT": "53N12", "LON": "5E48", "MON": "10", "NUM": "1338", "PRO": "W", "SEC": "48", "YEA": "1898", "CITY": "HARLINGEN"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15102	veth-cornelis-1880-03-03	{"a6": "1339"}	{"lerrcp": "A6-1339"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cornelis", "family": "Veth", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DORDRECHT", "geoid": 0}, "notime": null, "date-ut": "1880-03-03 04:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Cornelis", "family": "Veth"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DORDRECHT", "geoid": 0}, "date-ut": "1880-03-03 04:42:08"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1339"}, "ids-in-sources": {"a6": "1339"}}, "raw": {"H": "4", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "3", "LAT": "52N 5", "LON": "4E28", "MON": "3", "NUM": "1339", "PRO": "W", "SEC": "8", "YEA": "1880", "CITY": "DORDRECHT"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15103	visser-edmond-1882-05-27	{"a6": "1340"}	{"lerrcp": "A6-1340"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Visser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "AMERSFOORT", "geoid": 0}, "notime": null, "date-ut": "1882-05-27 12:09:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Visser"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "AMERSFOORT", "geoid": 0}, "date-ut": "1882-05-27 12:09:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1340"}, "ids-in-sources": {"a6": "1340"}}, "raw": {"H": "12", "MN": "9", "TZ": "0", "COD": "U", "COU": "N", "DAY": "27", "LAT": "52N 6", "LON": "5E 8", "MON": "5", "NUM": "1340", "PRO": "W", "SEC": "28", "YEA": "1882", "CITY": "AMERSFOORT"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
13798	vissering-simon-1818-06-23	{"a5": "2398", "a6": "1341"}	{"lerrcp": "A5-2398"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Simon", "family": "Vissering", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1818-06-23 02:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician", "writer"]	5	null	[{"new": {"name": {"given": "Simon", "family": "Vissering"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1818-06-23 02:41:28"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2398"}, "ids-in-sources": {"a5": "2398"}}, "raw": {"H": "2", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "23", "LAT": "52N22", "LON": "4E38", "MON": "6", "NUM": "2398", "PRO": "PT", "SEC": "28", "YEA": "1818", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "1341"}}, "raw": {"H": "2", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "23", "LAT": "52N22", "LON": "4E38", "MON": "6", "NUM": "1341", "PRO": "W", "SEC": "28", "YEA": "1818", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15104	gauquelin-a6-1342-1918-07-05	{"a6": "1342"}	{"lerrcp": "A6-1342"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1342", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "BREDA", "geoid": 0}, "notime": null, "date-ut": "1918-07-05 23:40:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1342"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "BREDA", "geoid": 0}, "date-ut": "1918-07-05 23:40:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1342"}, "ids-in-sources": {"a6": "1342"}}, "raw": {"H": "23", "MN": "40", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "5", "LAT": "51N42", "LON": "5E19", "MON": "7", "NUM": "1342", "PRO": "W", "SEC": "28", "YEA": "1918", "CITY": "BREDA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15105	vries-anne-1904-05-22	{"a6": "1343"}	{"lerrcp": "A6-1343"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anne", "family": "Vries", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "D", "c3": null, "cy": "NL", "lg": 6.4, "lat": 52.98333, "name": "ASSEN", "geoid": 0}, "notime": null, "date-ut": "1904-05-22 01:34:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Anne", "family": "Vries"}, "birth": {"place": {"c2": "D", "cy": "NL", "lg": 6.4, "lat": 52.98333, "name": "ASSEN", "geoid": 0}, "date-ut": "1904-05-22 01:34:24"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1343"}, "ids-in-sources": {"a6": "1343"}}, "raw": {"H": "1", "MN": "34", "TZ": "0", "COD": "D", "COU": "N", "DAY": "22", "LAT": "52N59", "LON": "6E24", "MON": "5", "NUM": "1343", "PRO": "W", "SEC": "24", "YEA": "1904", "CITY": "ASSEN"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15106	vries-henrik-1896-08-17	{"a6": "1344"}	{"lerrcp": "A6-1344"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henrik", "family": "Vries", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "notime": null, "date-ut": "1896-08-17 09:33:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Henrik", "family": "Vries"}, "birth": {"place": {"c2": "GR", "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "date-ut": "1896-08-17 09:33:44"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1344"}, "ids-in-sources": {"a6": "1344"}}, "raw": {"H": "9", "MN": "33", "TZ": "0", "COD": "GR", "COU": "N", "DAY": "17", "LAT": "53N13", "LON": "6E34", "MON": "8", "NUM": "1344", "PRO": "W", "SEC": "44", "YEA": "1896", "CITY": "GRONINGEN"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15107	vries-theun-1907-04-26	{"a6": "1345"}	{"lerrcp": "A6-1345"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theun", "family": "Vries", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "VEENWOUDEN", "geoid": 0}, "notime": null, "date-ut": "1907-04-26 13:06:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Theun", "family": "Vries"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "VEENWOUDEN", "geoid": 0}, "date-ut": "1907-04-26 13:06:48"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1345"}, "ids-in-sources": {"a6": "1345"}}, "raw": {"H": "13", "MN": "6", "TZ": "0", "COD": "F", "COU": "N", "DAY": "26", "LAT": "53N12", "LON": "5E48", "MON": "4", "NUM": "1345", "PRO": "W", "SEC": "48", "YEA": "1907", "CITY": "VEENWOUDEN"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15108	vriesland-victor-1892-10-27	{"a6": "1346"}	{"lerrcp": "A6-1346"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Vriesland", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "notime": null, "date-ut": "1892-10-27 04:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Vriesland"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "date-ut": "1892-10-27 04:41:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1346"}, "ids-in-sources": {"a6": "1346"}}, "raw": {"H": "4", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "27", "LAT": "52N22", "LON": "4E38", "MON": "10", "NUM": "1346", "PRO": "W", "SEC": "28", "YEA": "1892", "CITY": "HAARLEM"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15109	gauquelin-a6-1347-1885-04-21	{"a6": "1347"}	{"lerrcp": "A6-1347"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1347", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "notime": null, "date-ut": "1885-04-21 06:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1347"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "date-ut": "1885-04-21 06:39:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1347"}, "ids-in-sources": {"a6": "1347"}}, "raw": {"H": "6", "MN": "39", "TZ": "0", "COD": "U", "COU": "N", "DAY": "21", "LAT": "52N 6", "LON": "5E 8", "MON": "4", "NUM": "1347", "PRO": "W", "SEC": "28", "YEA": "1885", "CITY": "UTRECHT"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15110	wasch-karel-1886-01-23	{"a6": "1348"}	{"lerrcp": "A6-1348"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karel", "family": "Wasch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "Z", "c3": null, "cy": "NL", "lg": 3.75, "lat": 51.48333, "name": "MIDDELBURG", "geoid": 0}, "notime": null, "date-ut": "1886-01-23 17:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Karel", "family": "Wasch"}, "birth": {"place": {"c2": "Z", "cy": "NL", "lg": 3.75, "lat": 51.48333, "name": "MIDDELBURG", "geoid": 0}, "date-ut": "1886-01-23 17:15:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1348"}, "ids-in-sources": {"a6": "1348"}}, "raw": {"H": "17", "MN": "15", "TZ": "0", "COD": "Z", "COU": "N", "DAY": "23", "LAT": "51N29", "LON": "3E45", "MON": "1", "NUM": "1348", "PRO": "W", "SEC": "0", "YEA": "1886", "CITY": "MIDDELBURG"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15111	wermeskerken-johann-1882-03-22	{"a6": "1349"}	{"lerrcp": "A6-1349"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johann", "family": "Wermeskerken", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1882-03-22 14:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Johann", "family": "Wermeskerken"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1882-03-22 14:42:08"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1349"}, "ids-in-sources": {"a6": "1349"}}, "raw": {"H": "14", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "22", "LAT": "52N 5", "LON": "4E28", "MON": "3", "NUM": "1349", "PRO": "W", "SEC": "8", "YEA": "1882", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15112	woude-johan-1906-01-06	{"a6": "1350"}	{"lerrcp": "A6-1350"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johan", "family": "Woude", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "notime": null, "date-ut": "1906-01-06 07:33:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Johan", "family": "Woude"}, "birth": {"place": {"c2": "GR", "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "date-ut": "1906-01-06 07:33:44"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1350"}, "ids-in-sources": {"a6": "1350"}}, "raw": {"H": "7", "MN": "33", "TZ": "0", "COD": "GR", "COU": "N", "DAY": "6", "LAT": "53N13", "LON": "6E34", "MON": "1", "NUM": "1350", "PRO": "W", "SEC": "44", "YEA": "1906", "CITY": "GRONINGEN"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15113	zeldenthuis-jan-1894-01-10	{"a6": "1351"}	{"lerrcp": "A6-1351"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Zeldenthuis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "WESTERVOORT", "geoid": 0}, "notime": null, "date-ut": "1894-01-10 17:36:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Zeldenthuis"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "WESTERVOORT", "geoid": 0}, "date-ut": "1894-01-10 17:36:24"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1351"}, "ids-in-sources": {"a6": "1351"}}, "raw": {"H": "17", "MN": "36", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "10", "LAT": "51N59", "LON": "5E54", "MON": "1", "NUM": "1351", "PRO": "W", "SEC": "24", "YEA": "1894", "CITY": "WESTERVOORT"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15114	gauquelin-a6-1352-1881-07-10	{"a6": "1352"}	{"lerrcp": "A6-1352"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1352", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "SCHIEDAM", "geoid": 0}, "notime": null, "date-ut": "1881-07-10 14:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1352"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "SCHIEDAM", "geoid": 0}, "date-ut": "1881-07-10 14:42:08"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1352"}, "ids-in-sources": {"a6": "1352"}}, "raw": {"H": "14", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "10", "LAT": "52N 5", "LON": "4E28", "MON": "7", "NUM": "1352", "PRO": "W", "SEC": "8", "YEA": "1881", "CITY": "SCHIEDAM"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15115	gauquelin-a6-1353-1868-03-04	{"a6": "1353"}	{"lerrcp": "A6-1353"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1353", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CN", "c3": null, "cy": "IT", "lg": 7.67893, "lat": 44.76984, "name": "Racconigi", "geoid": 3169647}, "notime": null, "date-ut": "1868-03-04 09:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1353"}, "birth": {"place": {"c2": "CN", "cy": "IT", "lg": 7.67893, "lat": 44.76984, "name": "Racconigi", "geoid": 3169647}, "date-ut": "1868-03-04 09:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1353"}, "ids-in-sources": {"a6": "1353"}}, "raw": {"H": "10", "MN": "40", "TZ": "-1", "COD": "CN", "COU": "I", "DAY": "4", "LAT": "44N24", "LON": "7E15", "MON": "3", "NUM": "1353", "PRO": "J", "SEC": "4", "YEA": "1868", "CITY": "RACCONIGI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15117	gauquelin-a6-1355-1902-06-17	{"a6": "1355"}	{"lerrcp": "A6-1355"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1355", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SA", "c3": null, "cy": "IT", "lg": 14.60238, "lat": 40.6349, "name": "Amalfi", "geoid": 3183130}, "notime": null, "date-ut": "1902-06-17 22:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1355"}, "birth": {"place": {"c2": "SA", "cy": "IT", "lg": 14.60238, "lat": 40.6349, "name": "Amalfi", "geoid": 3183130}, "date-ut": "1902-06-17 22:10"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1355"}, "ids-in-sources": {"a6": "1355"}}, "raw": {"H": "23", "MN": "10", "TZ": "-1", "COD": "SA", "COU": "I", "DAY": "17", "LAT": "40N42", "LON": "15E15", "MON": "6", "NUM": "1355", "PRO": "J", "SEC": "0", "YEA": "1902", "CITY": "AMALFI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15118	gauquelin-a6-1356-1871-10-19	{"a6": "1356"}	{"lerrcp": "A6-1356"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1356", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AN", "c3": null, "cy": "IT", "lg": 13.51008, "lat": 43.59816, "name": "Ancona", "geoid": 3183089}, "notime": null, "date-ut": "1871-10-19 20:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1356"}, "birth": {"place": {"c2": "AN", "cy": "IT", "lg": 13.51008, "lat": 43.59816, "name": "Ancona", "geoid": 3183089}, "date-ut": "1871-10-19 20:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1356"}, "ids-in-sources": {"a6": "1356"}}, "raw": {"H": "21", "MN": "40", "TZ": "-1", "COD": "AN", "COU": "I", "DAY": "19", "LAT": "43N42", "LON": "13E45", "MON": "10", "NUM": "1356", "PRO": "J", "SEC": "4", "YEA": "1871", "CITY": "ANCONA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15119	gauquelin-a6-1357-1906-01-27	{"a6": "1357"}	{"lerrcp": "A6-1357"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1357", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TN", "c3": null, "cy": "IT", "lg": 11.12108, "lat": 46.06787, "name": "Trento", "geoid": 3165243}, "notime": null, "date-ut": "1906-01-27 02:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1357"}, "birth": {"place": {"c2": "TN", "cy": "IT", "lg": 11.12108, "lat": 46.06787, "name": "Trento", "geoid": 3165243}, "date-ut": "1906-01-27 02:15"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1357"}, "ids-in-sources": {"a6": "1357"}}, "raw": {"H": "3", "MN": "15", "TZ": "-1", "COD": "TN", "COU": "I", "DAY": "27", "LAT": "46N 0", "LON": "12E 0", "MON": "1", "NUM": "1357", "PRO": "J", "SEC": "0", "YEA": "1906", "CITY": "TRENTO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15120	gauquelin-a6-1358-1918-05-09	{"a6": "1358"}	{"lerrcp": "A6-1358"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1358", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RC", "c3": null, "cy": "IT", "lg": 15.66129, "lat": 38.11047, "name": "Reggio Calabria", "geoid": 2523630}, "notime": null, "date-ut": "1918-05-09 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1358"}, "birth": {"place": {"c2": "RC", "cy": "IT", "lg": 15.66129, "lat": 38.11047, "name": "Reggio Calabria", "geoid": 2523630}, "date-ut": "1918-05-09 11:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1358"}, "ids-in-sources": {"a6": "1358"}}, "raw": {"H": "12", "MN": "0", "TZ": "-1", "COD": "RC", "COU": "I", "DAY": "9", "LAT": "38N 6", "LON": "15E30", "MON": "5", "NUM": "1358", "PRO": "J", "SEC": "0", "YEA": "1918", "CITY": "REGGIO CALABRIA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15121	gauquelin-a6-1359-1914-06-27	{"a6": "1359"}	{"lerrcp": "A6-1359"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1359", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.75, "lat": 44.8, "name": "SALSOMAGGIORE", "geoid": 0}, "notime": null, "date-ut": "1914-06-27 08:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1359"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.75, "lat": 44.8, "name": "SALSOMAGGIORE", "geoid": 0}, "date-ut": "1914-06-27 08:40"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1359"}, "ids-in-sources": {"a6": "1359"}}, "raw": {"H": "9", "MN": "40", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "27", "LAT": "44N48", "LON": "10E45", "MON": "6", "NUM": "1359", "PRO": "J", "SEC": "0", "YEA": "1914", "CITY": "SALSOMAGGIORE"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15122	gauquelin-a6-1360-1909-12-29	{"a6": "1360"}	{"lerrcp": "A6-1360"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1360", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 7.14641, "lat": 45.14034, "name": "Bussoleno", "geoid": 3181358}, "notime": null, "date-ut": "1909-12-29 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1360"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 7.14641, "lat": 45.14034, "name": "Bussoleno", "geoid": 3181358}, "date-ut": "1909-12-29 03:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1360"}, "ids-in-sources": {"a6": "1360"}}, "raw": {"H": "4", "MN": "30", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "29", "LAT": "45N 0", "LON": "8E 0", "MON": "12", "NUM": "1360", "PRO": "J", "SEC": "0", "YEA": "1909", "CITY": "BUSSOLENO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15123	gauquelin-a6-1361-1890-02-04	{"a6": "1361"}	{"lerrcp": "A6-1361"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1361", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 15.02989, "lat": 37.59215, "name": "Mascalucia", "geoid": 2524236}, "notime": null, "date-ut": "1890-02-04 16:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1361"}, "birth": {"place": {"c2": "CT", "cy": "IT", "lg": 15.02989, "lat": 37.59215, "name": "Mascalucia", "geoid": 2524236}, "date-ut": "1890-02-04 16:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1361"}, "ids-in-sources": {"a6": "1361"}}, "raw": {"H": "17", "MN": "10", "TZ": "-1", "COD": "CT", "COU": "I", "DAY": "4", "LAT": "37N30", "LON": "15E 0", "MON": "2", "NUM": "1361", "PRO": "J", "SEC": "4", "YEA": "1890", "CITY": "MASCALUCIA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15124	gauquelin-a6-1362-1907-11-20	{"a6": "1362"}	{"lerrcp": "A6-1362"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1362", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1907-11-20 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1362"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1907-11-20 13:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1362"}, "ids-in-sources": {"a6": "1362"}}, "raw": {"H": "14", "MN": "30", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "20", "LAT": "45N 0", "LON": "12E15", "MON": "11", "NUM": "1362", "PRO": "J", "SEC": "0", "YEA": "1907", "CITY": "ROMA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15125	gauquelin-a6-1363-1918-10-26	{"a6": "1363"}	{"lerrcp": "A6-1363"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1363", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1918-10-26 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1363"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1918-10-26 17:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1363"}, "ids-in-sources": {"a6": "1363"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "26", "LAT": "45N 0", "LON": "12E15", "MON": "10", "NUM": "1363", "PRO": "J", "SEC": "0", "YEA": "1918", "CITY": "ROMA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15126	gauquelin-a6-1364-1890-01-05	{"a6": "1364"}	{"lerrcp": "A6-1364"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1364", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AQ", "c3": null, "cy": "IT", "lg": 13.25469, "lat": 42.06933, "name": "Tagliacozzo", "geoid": 3165991}, "notime": null, "date-ut": "1890-01-05 19:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1364"}, "birth": {"place": {"c2": "AQ", "cy": "IT", "lg": 13.25469, "lat": 42.06933, "name": "Tagliacozzo", "geoid": 3165991}, "date-ut": "1890-01-05 19:25:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1364"}, "ids-in-sources": {"a6": "1364"}}, "raw": {"H": "20", "MN": "25", "TZ": "-1", "COD": "AQ", "COU": "I", "DAY": "5", "LAT": "42N24", "LON": "13E30", "MON": "1", "NUM": "1364", "PRO": "J", "SEC": "4", "YEA": "1890", "CITY": "TAGLIACOZZO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15127	gauquelin-a6-1365-1880-06-19	{"a6": "1365"}	{"lerrcp": "A6-1365"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1365", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CH", "c3": null, "cy": "IT", "lg": 14.70592, "lat": 42.12434, "name": "Vasto", "geoid": 3164672}, "notime": null, "date-ut": "1880-06-19 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1365"}, "birth": {"place": {"c2": "CH", "cy": "IT", "lg": 14.70592, "lat": 42.12434, "name": "Vasto", "geoid": 3164672}, "date-ut": "1880-06-19 00:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1365"}, "ids-in-sources": {"a6": "1365"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "CH", "COU": "I", "DAY": "19", "LAT": "42N18", "LON": "14E15", "MON": "6", "NUM": "1365", "PRO": "J", "SEC": "4", "YEA": "1880", "CITY": "VASTO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15128	gauquelin-a6-1366-1919-01-14	{"a6": "1366"}	{"lerrcp": "A6-1366"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1366", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1919-01-14 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1366"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1919-01-14 06:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1366"}, "ids-in-sources": {"a6": "1366"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "14", "LAT": "45N 0", "LON": "12E15", "MON": "1", "NUM": "1366", "PRO": "J", "SEC": "0", "YEA": "1919", "CITY": "ROMA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15129	gauquelin-a6-1367-1883-12-15	{"a6": "1367"}	{"lerrcp": "A6-1367"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1367", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MT", "c3": null, "cy": "IT", "lg": 16.66689, "lat": 40.55222, "name": "Montescaglioso", "geoid": 3172739}, "notime": null, "date-ut": "1883-12-15 19:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1367"}, "birth": {"place": {"c2": "MT", "cy": "IT", "lg": 16.66689, "lat": 40.55222, "name": "Montescaglioso", "geoid": 3172739}, "date-ut": "1883-12-15 19:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1367"}, "ids-in-sources": {"a6": "1367"}}, "raw": {"H": "20", "MN": "40", "TZ": "-1", "COD": "MT", "COU": "I", "DAY": "15", "LAT": "40N36", "LON": "16E45", "MON": "12", "NUM": "1367", "PRO": "J", "SEC": "4", "YEA": "1883", "CITY": "MONTESCAGLIOSO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15130	gauquelin-a6-1368-1877-09-15	{"a6": "1368"}	{"lerrcp": "A6-1368"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1368", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 9, "lat": 45.5, "name": "PREMENO", "geoid": 0}, "notime": null, "date-ut": "1877-09-15 04:55:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1368"}, "birth": {"place": {"c2": "NO", "cy": "IT", "lg": 9, "lat": 45.5, "name": "PREMENO", "geoid": 0}, "date-ut": "1877-09-15 04:55:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1368"}, "ids-in-sources": {"a6": "1368"}}, "raw": {"H": "5", "MN": "55", "TZ": "-1", "COD": "NO", "COU": "I", "DAY": "15", "LAT": "45N30", "LON": "9E 0", "MON": "9", "NUM": "1368", "PRO": "J", "SEC": "4", "YEA": "1877", "CITY": "PREMENO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15131	gauquelin-a6-1369-1892-07-28	{"a6": "1369"}	{"lerrcp": "A6-1369"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1369", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AR", "c3": null, "cy": "IT", "lg": 11.88261, "lat": 43.46734, "name": "Arezzo", "geoid": 3182884}, "notime": null, "date-ut": "1892-07-28 04:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1369"}, "birth": {"place": {"c2": "AR", "cy": "IT", "lg": 11.88261, "lat": 43.46734, "name": "Arezzo", "geoid": 3182884}, "date-ut": "1892-07-28 04:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1369"}, "ids-in-sources": {"a6": "1369"}}, "raw": {"H": "5", "MN": "10", "TZ": "-1", "COD": "AR", "COU": "I", "DAY": "28", "LAT": "43N30", "LON": "12E 0", "MON": "7", "NUM": "1369", "PRO": "J", "SEC": "4", "YEA": "1892", "CITY": "AREZZO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15132	gauquelin-a6-1370-1901-05-12	{"a6": "1370"}	{"lerrcp": "A6-1370"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1370", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CR", "c3": null, "cy": "IT", "lg": 10.02797, "lat": 45.13617, "name": "Cremona", "geoid": 3177838}, "notime": null, "date-ut": "1901-05-12 14:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1370"}, "birth": {"place": {"c2": "CR", "cy": "IT", "lg": 10.02797, "lat": 45.13617, "name": "Cremona", "geoid": 3177838}, "date-ut": "1901-05-12 14:20"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1370"}, "ids-in-sources": {"a6": "1370"}}, "raw": {"H": "15", "MN": "20", "TZ": "-1", "COD": "CR", "COU": "I", "DAY": "12", "LAT": "45N12", "LON": "11E 0", "MON": "5", "NUM": "1370", "PRO": "J", "SEC": "0", "YEA": "1901", "CITY": "CREMONA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15133	gauquelin-a6-1371-1889-10-25	{"a6": "1371"}	{"lerrcp": "A6-1371"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1371", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TP", "c3": null, "cy": "IT", "lg": 12.43518, "lat": 37.79664, "name": "Marsala", "geoid": 2524245}, "notime": null, "date-ut": "1889-10-25 12:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1371"}, "birth": {"place": {"c2": "TP", "cy": "IT", "lg": 12.43518, "lat": 37.79664, "name": "Marsala", "geoid": 2524245}, "date-ut": "1889-10-25 12:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1371"}, "ids-in-sources": {"a6": "1371"}}, "raw": {"H": "13", "MN": "10", "TZ": "-1", "COD": "TP", "COU": "I", "DAY": "25", "LAT": "38N 0", "LON": "12E30", "MON": "10", "NUM": "1371", "PRO": "J", "SEC": "4", "YEA": "1889", "CITY": "MARSALA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15134	gauquelin-a6-1372-1900-02-11	{"a6": "1372"}	{"lerrcp": "A6-1372"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1372", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "notime": null, "date-ut": "1900-02-11 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1372"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "date-ut": "1900-02-11 09:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1372"}, "ids-in-sources": {"a6": "1372"}}, "raw": {"H": "10", "MN": "30", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "11", "LAT": "45N24", "LON": "12E15", "MON": "2", "NUM": "1372", "PRO": "J", "SEC": "0", "YEA": "1900", "CITY": "PADOVA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15135	gauquelin-a6-1373-1875-08-20	{"a6": "1373"}	{"lerrcp": "A6-1373"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1373", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "IT", "lg": 10.51859, "lat": 44.92947, "name": "Viadana", "geoid": 3164440}, "notime": null, "date-ut": "1875-08-20 16:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1373"}, "birth": {"place": {"c2": "MN", "cy": "IT", "lg": 10.51859, "lat": 44.92947, "name": "Viadana", "geoid": 3164440}, "date-ut": "1875-08-20 16:25:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1373"}, "ids-in-sources": {"a6": "1373"}}, "raw": {"H": "17", "MN": "25", "TZ": "-1", "COD": "MN", "COU": "I", "DAY": "20", "LAT": "45N12", "LON": "11E 0", "MON": "8", "NUM": "1373", "PRO": "J", "SEC": "4", "YEA": "1875", "CITY": "VIADANA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15136	gauquelin-a6-1374-1888-03-04	{"a6": "1374"}	{"lerrcp": "A6-1374"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1374", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1888-03-04 17:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1374"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1888-03-04 17:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1374"}, "ids-in-sources": {"a6": "1374"}}, "raw": {"H": "18", "MN": "10", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "4", "LAT": "45N 0", "LON": "8E 0", "MON": "3", "NUM": "1374", "PRO": "J", "SEC": "4", "YEA": "1888", "CITY": "TORINO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15137	gauquelin-a6-1375-1866-02-15	{"a6": "1375"}	{"lerrcp": "A6-1375"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1375", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 9.16145, "lat": 45.18446, "name": "Pavia", "geoid": 3171366}, "notime": null, "date-ut": "1866-02-15 13:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1375"}, "birth": {"place": {"c2": "PV", "cy": "IT", "lg": 9.16145, "lat": 45.18446, "name": "Pavia", "geoid": 3171366}, "date-ut": "1866-02-15 13:54"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1375"}, "ids-in-sources": {"a6": "1375"}}, "raw": {"H": "14", "MN": "54", "TZ": "-1", "COD": "PV", "COU": "I", "DAY": "15", "LAT": "45N12", "LON": "9E 0", "MON": "2", "NUM": "1375", "PRO": "J", "SEC": "0", "YEA": "1866", "CITY": "PAVIA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15138	gauquelin-a6-1376-1892-09-11	{"a6": "1376"}	{"lerrcp": "A6-1376"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1376", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FE", "c3": null, "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "notime": null, "date-ut": "1892-09-11 14:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1376"}, "birth": {"place": {"c2": "FE", "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "date-ut": "1892-09-11 14:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1376"}, "ids-in-sources": {"a6": "1376"}}, "raw": {"H": "15", "MN": "10", "TZ": "-1", "COD": "FE", "COU": "I", "DAY": "11", "LAT": "44N42", "LON": "12E30", "MON": "9", "NUM": "1376", "PRO": "J", "SEC": "4", "YEA": "1892", "CITY": "FERRARA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15139	gauquelin-a6-1377-1888-01-07	{"a6": "1377"}	{"lerrcp": "A6-1377"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1377", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 16.59748, "lat": 41.20023, "name": "Molfetta", "geoid": 3173287}, "notime": null, "date-ut": "1888-01-07 13:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1377"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 16.59748, "lat": 41.20023, "name": "Molfetta", "geoid": 3173287}, "date-ut": "1888-01-07 13:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1377"}, "ids-in-sources": {"a6": "1377"}}, "raw": {"H": "14", "MN": "10", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "7", "LAT": "41N12", "LON": "17E 0", "MON": "1", "NUM": "1377", "PRO": "J", "SEC": "4", "YEA": "1888", "CITY": "MOLFETTA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15140	gauquelin-a6-1378-1870-09-25	{"a6": "1378"}	{"lerrcp": "A6-1378"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1378", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CB", "c3": null, "cy": "IT", "lg": 14.93333, "lat": 41.70453, "name": "Bonefro", "geoid": 3181888}, "notime": null, "date-ut": "1870-09-25 11:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1378"}, "birth": {"place": {"c2": "CB", "cy": "IT", "lg": 14.93333, "lat": 41.70453, "name": "Bonefro", "geoid": 3181888}, "date-ut": "1870-09-25 11:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1378"}, "ids-in-sources": {"a6": "1378"}}, "raw": {"H": "12", "MN": "10", "TZ": "-1", "COD": "CB", "COU": "I", "DAY": "25", "LAT": "41N36", "LON": "14E45", "MON": "9", "NUM": "1378", "PRO": "J", "SEC": "4", "YEA": "1870", "CITY": "BONEFRO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15141	gauquelin-a6-1379-1897-09-27	{"a6": "1379"}	{"lerrcp": "A6-1379"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1379", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "IT", "lg": 9.06704, "lat": 45.84108, "name": "Cernobbio", "geoid": 3179067}, "notime": null, "date-ut": "1897-09-27 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1379"}, "birth": {"place": {"c2": "CO", "cy": "IT", "lg": 9.06704, "lat": 45.84108, "name": "Cernobbio", "geoid": 3179067}, "date-ut": "1897-09-27 10:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1379"}, "ids-in-sources": {"a6": "1379"}}, "raw": {"H": "11", "MN": "30", "TZ": "-1", "COD": "CO", "COU": "I", "DAY": "27", "LAT": "45N48", "LON": "9E15", "MON": "9", "NUM": "1379", "PRO": "J", "SEC": "0", "YEA": "1897", "CITY": "CERNOBBIO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15142	gauquelin-a6-1380-1867-09-29	{"a6": "1380"}	{"lerrcp": "A6-1380"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1380", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PS", "c3": null, "cy": "IT", "lg": 13, "lat": 44, "name": "PESARO", "geoid": 0}, "notime": null, "date-ut": "1867-09-29 19:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1380"}, "birth": {"place": {"c2": "PS", "cy": "IT", "lg": 13, "lat": 44, "name": "PESARO", "geoid": 0}, "date-ut": "1867-09-29 19:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1380"}, "ids-in-sources": {"a6": "1380"}}, "raw": {"H": "20", "MN": "40", "TZ": "-1", "COD": "PS", "COU": "I", "DAY": "29", "LAT": "44N 0", "LON": "13E 0", "MON": "9", "NUM": "1380", "PRO": "J", "SEC": "4", "YEA": "1867", "CITY": "PESARO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15143	gauquelin-a6-1381-1886-10-13	{"a6": "1381"}	{"lerrcp": "A6-1381"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1381", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1886-10-13 11:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1381"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1886-10-13 11:50:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1381"}, "ids-in-sources": {"a6": "1381"}}, "raw": {"H": "12", "MN": "50", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "13", "LAT": "44N30", "LON": "11E 0", "MON": "10", "NUM": "1381", "PRO": "J", "SEC": "4", "YEA": "1886", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15144	gauquelin-a6-1382-1889-08-21	{"a6": "1382"}	{"lerrcp": "A6-1382"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1382", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "IT", "lg": 9, "lat": 44.4, "name": "GENOVA", "geoid": 0}, "notime": null, "date-ut": "1889-08-21 09:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1382"}, "birth": {"place": {"c2": "GE", "cy": "IT", "lg": 9, "lat": 44.4, "name": "GENOVA", "geoid": 0}, "date-ut": "1889-08-21 09:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1382"}, "ids-in-sources": {"a6": "1382"}}, "raw": {"H": "10", "MN": "10", "TZ": "-1", "COD": "GE", "COU": "I", "DAY": "21", "LAT": "44N24", "LON": "9E 0", "MON": "8", "NUM": "1382", "PRO": "J", "SEC": "4", "YEA": "1889", "CITY": "GENOVA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15145	gauquelin-a6-1383-1909-11-28	{"a6": "1383"}	{"lerrcp": "A6-1383"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1383", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1909-11-28 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1383"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1909-11-28 21:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1383"}, "ids-in-sources": {"a6": "1383"}}, "raw": {"H": "22", "MN": "30", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "28", "LAT": "43N42", "LON": "11E30", "MON": "11", "NUM": "1383", "PRO": "J", "SEC": "0", "YEA": "1909", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15146	gauquelin-a6-1384-1888-07-10	{"a6": "1384"}	{"lerrcp": "A6-1384"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1384", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 11.79301, "lat": 45.07998, "name": "Rovigo", "geoid": 3168843}, "notime": null, "date-ut": "1888-07-10 18:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1384"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 11.79301, "lat": 45.07998, "name": "Rovigo", "geoid": 3168843}, "date-ut": "1888-07-10 18:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1384"}, "ids-in-sources": {"a6": "1384"}}, "raw": {"H": "19", "MN": "40", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "10", "LAT": "45N 0", "LON": "12E15", "MON": "7", "NUM": "1384", "PRO": "J", "SEC": "4", "YEA": "1888", "CITY": "ROVIGO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15147	gauquelin-a6-1385-1886-09-07	{"a6": "1385"}	{"lerrcp": "A6-1385"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1385", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1886-09-07 01:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1385"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1886-09-07 01:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1385"}, "ids-in-sources": {"a6": "1385"}}, "raw": {"H": "2", "MN": "40", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "7", "LAT": "44N30", "LON": "11E 0", "MON": "9", "NUM": "1385", "PRO": "J", "SEC": "4", "YEA": "1886", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15148	gauquelin-a6-1386-1880-12-14	{"a6": "1386"}	{"lerrcp": "A6-1386"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1386", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PS", "c3": null, "cy": "IT", "lg": 13, "lat": 44, "name": "FANO", "geoid": 0}, "notime": null, "date-ut": "1880-12-14 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1386"}, "birth": {"place": {"c2": "PS", "cy": "IT", "lg": 13, "lat": 44, "name": "FANO", "geoid": 0}, "date-ut": "1880-12-14 07:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1386"}, "ids-in-sources": {"a6": "1386"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "PS", "COU": "I", "DAY": "14", "LAT": "44N 0", "LON": "13E 0", "MON": "12", "NUM": "1386", "PRO": "J", "SEC": "4", "YEA": "1880", "CITY": "FANO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15149	gauquelin-a6-1387-1874-02-07	{"a6": "1387"}	{"lerrcp": "A6-1387"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1387", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TR", "c3": null, "cy": "IT", "lg": 12.11156, "lat": 42.71953, "name": "Orvieto", "geoid": 3171874}, "notime": null, "date-ut": "1874-02-07 08:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1387"}, "birth": {"place": {"c2": "TR", "cy": "IT", "lg": 12.11156, "lat": 42.71953, "name": "Orvieto", "geoid": 3171874}, "date-ut": "1874-02-07 08:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1387"}, "ids-in-sources": {"a6": "1387"}}, "raw": {"H": "9", "MN": "10", "TZ": "-1", "COD": "TR", "COU": "I", "DAY": "7", "LAT": "42N30", "LON": "13E 0", "MON": "2", "NUM": "1387", "PRO": "J", "SEC": "4", "YEA": "1874", "CITY": "ORVIETO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15150	gauquelin-a6-1388-1886-03-04	{"a6": "1388"}	{"lerrcp": "A6-1388"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1388", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FO", "c3": null, "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "FORLI", "geoid": 0}, "notime": null, "date-ut": "1886-03-04 08:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1388"}, "birth": {"place": {"c2": "FO", "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "FORLI", "geoid": 0}, "date-ut": "1886-03-04 08:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1388"}, "ids-in-sources": {"a6": "1388"}}, "raw": {"H": "9", "MN": "10", "TZ": "-1", "COD": "FO", "COU": "I", "DAY": "4", "LAT": "44N12", "LON": "12E30", "MON": "3", "NUM": "1388", "PRO": "J", "SEC": "4", "YEA": "1886", "CITY": "FORLI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15151	gauquelin-a6-1389-1891-02-17	{"a6": "1389"}	{"lerrcp": "A6-1389"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1389", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SI", "c3": null, "cy": "IT", "lg": 11.78684, "lat": 43.10174, "name": "Montepulciano", "geoid": 3172794}, "notime": null, "date-ut": "1891-02-17 04:20:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1389"}, "birth": {"place": {"c2": "SI", "cy": "IT", "lg": 11.78684, "lat": 43.10174, "name": "Montepulciano", "geoid": 3172794}, "date-ut": "1891-02-17 04:20:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1389"}, "ids-in-sources": {"a6": "1389"}}, "raw": {"H": "5", "MN": "20", "TZ": "-1", "COD": "SI", "COU": "I", "DAY": "17", "LAT": "43N18", "LON": "11E45", "MON": "2", "NUM": "1389", "PRO": "J", "SEC": "4", "YEA": "1891", "CITY": "MONTEPULCIANO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15152	gauquelin-a6-1390-1889-01-08	{"a6": "1390"}	{"lerrcp": "A6-1390"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1390", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.61894, "lat": 44.91245, "name": "Alessandria", "geoid": 3183299}, "notime": null, "date-ut": "1889-01-08 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1390"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.61894, "lat": 44.91245, "name": "Alessandria", "geoid": 3183299}, "date-ut": "1889-01-08 10:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1390"}, "ids-in-sources": {"a6": "1390"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "8", "LAT": "45N 0", "LON": "9E 0", "MON": "1", "NUM": "1390", "PRO": "J", "SEC": "4", "YEA": "1889", "CITY": "ALESSANDRIA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15153	gauquelin-a6-1391-1891-03-24	{"a6": "1391"}	{"lerrcp": "A6-1391"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1391", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CR", "c3": null, "cy": "IT", "lg": 10.02797, "lat": 45.13617, "name": "Cremona", "geoid": 3177838}, "notime": null, "date-ut": "1891-03-24 10:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1391"}, "birth": {"place": {"c2": "CR", "cy": "IT", "lg": 10.02797, "lat": 45.13617, "name": "Cremona", "geoid": 3177838}, "date-ut": "1891-03-24 10:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1391"}, "ids-in-sources": {"a6": "1391"}}, "raw": {"H": "11", "MN": "40", "TZ": "-1", "COD": "CR", "COU": "I", "DAY": "24", "LAT": "45N12", "LON": "11E 0", "MON": "3", "NUM": "1391", "PRO": "J", "SEC": "4", "YEA": "1891", "CITY": "CREMONA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15154	gauquelin-a6-1392-1887-08-14	{"a6": "1392"}	{"lerrcp": "A6-1392"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1392", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "CODOGNO", "geoid": 0}, "notime": null, "date-ut": "1887-08-14 20:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1392"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "CODOGNO", "geoid": 0}, "date-ut": "1887-08-14 20:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1392"}, "ids-in-sources": {"a6": "1392"}}, "raw": {"H": "21", "MN": "40", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "14", "LAT": "45N30", "LON": "9E15", "MON": "8", "NUM": "1392", "PRO": "J", "SEC": "4", "YEA": "1887", "CITY": "CODOGNO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15155	gauquelin-a6-1393-1885-01-09	{"a6": "1393"}	{"lerrcp": "A6-1393"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1393", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FO", "c3": null, "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "RIMINI", "geoid": 0}, "notime": null, "date-ut": "1885-01-09 22:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1393"}, "birth": {"place": {"c2": "FO", "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "RIMINI", "geoid": 0}, "date-ut": "1885-01-09 22:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1393"}, "ids-in-sources": {"a6": "1393"}}, "raw": {"H": "23", "MN": "10", "TZ": "-1", "COD": "FO", "COU": "I", "DAY": "9", "LAT": "44N12", "LON": "12E30", "MON": "1", "NUM": "1393", "PRO": "J", "SEC": "4", "YEA": "1885", "CITY": "RIMINI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15156	gauquelin-a6-1394-1881-04-15	{"a6": "1394"}	{"lerrcp": "A6-1394"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1394", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TP", "c3": null, "cy": "IT", "lg": 12.43518, "lat": 37.79664, "name": "Marsala", "geoid": 2524245}, "notime": null, "date-ut": "1881-04-15 16:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1394"}, "birth": {"place": {"c2": "TP", "cy": "IT", "lg": 12.43518, "lat": 37.79664, "name": "Marsala", "geoid": 2524245}, "date-ut": "1881-04-15 16:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1394"}, "ids-in-sources": {"a6": "1394"}}, "raw": {"H": "17", "MN": "10", "TZ": "-1", "COD": "TP", "COU": "I", "DAY": "15", "LAT": "38N 0", "LON": "12E30", "MON": "4", "NUM": "1394", "PRO": "J", "SEC": "4", "YEA": "1881", "CITY": "MARSALA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15157	gauquelin-a6-1395-1884-05-12	{"a6": "1395"}	{"lerrcp": "A6-1395"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1395", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PT", "c3": null, "cy": "IT", "lg": 10.69041, "lat": 43.89705, "name": "Pescia", "geoid": 3171148}, "notime": null, "date-ut": "1884-05-12 02:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1395"}, "birth": {"place": {"c2": "PT", "cy": "IT", "lg": 10.69041, "lat": 43.89705, "name": "Pescia", "geoid": 3171148}, "date-ut": "1884-05-12 02:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1395"}, "ids-in-sources": {"a6": "1395"}}, "raw": {"H": "3", "MN": "40", "TZ": "-1", "COD": "PT", "COU": "I", "DAY": "12", "LAT": "44N 0", "LON": "11E15", "MON": "5", "NUM": "1395", "PRO": "J", "SEC": "4", "YEA": "1884", "CITY": "PESCIA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15158	gauquelin-a6-1396-1898-12-23	{"a6": "1396"}	{"lerrcp": "A6-1396"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1396", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1898-12-23 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1396"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1898-12-23 07:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1396"}, "ids-in-sources": {"a6": "1396"}}, "raw": {"H": "8", "MN": "30", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "23", "LAT": "45N 0", "LON": "12E15", "MON": "12", "NUM": "1396", "PRO": "J", "SEC": "0", "YEA": "1898", "CITY": "ROMA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15159	gauquelin-a6-1397-1871-06-01	{"a6": "1397"}	{"lerrcp": "A6-1397"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1397", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11, "lat": 44.5, "name": "S.GIOVANNI IN P", "geoid": 0}, "notime": null, "date-ut": "1871-06-01 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1397"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11, "lat": 44.5, "name": "S.GIOVANNI IN P", "geoid": 0}, "date-ut": "1871-06-01 07:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1397"}, "ids-in-sources": {"a6": "1397"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "1", "LAT": "44N30", "LON": "11E 0", "MON": "6", "NUM": "1397", "PRO": "J", "SEC": "4", "YEA": "1871", "CITY": "S.GIOVANNI IN P"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15160	gauquelin-a6-1398-1891-03-11	{"a6": "1398"}	{"lerrcp": "A6-1398"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1398", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SS", "c3": null, "cy": "IT", "lg": 8.53364, "lat": 40.7295, "name": "Sassari", "geoid": 3167096}, "notime": null, "date-ut": "1891-03-11 00:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1398"}, "birth": {"place": {"c2": "SS", "cy": "IT", "lg": 8.53364, "lat": 40.7295, "name": "Sassari", "geoid": 3167096}, "date-ut": "1891-03-11 00:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1398"}, "ids-in-sources": {"a6": "1398"}}, "raw": {"H": "1", "MN": "40", "TZ": "-1", "COD": "SS", "COU": "I", "DAY": "11", "LAT": "40N48", "LON": "8E30", "MON": "3", "NUM": "1398", "PRO": "J", "SEC": "4", "YEA": "1891", "CITY": "SASSARI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15161	gauquelin-a6-1399-1857-10-25	{"a6": "1399"}	{"lerrcp": "A6-1399"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1399", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LE", "c3": null, "cy": "IT", "lg": 18.17202, "lat": 40.35703, "name": "Lecce", "geoid": 3174953}, "notime": null, "date-ut": "1857-10-25 04:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1399"}, "birth": {"place": {"c2": "LE", "cy": "IT", "lg": 18.17202, "lat": 40.35703, "name": "Lecce", "geoid": 3174953}, "date-ut": "1857-10-25 04:45"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1399"}, "ids-in-sources": {"a6": "1399"}}, "raw": {"H": "5", "MN": "45", "TZ": "-1", "COD": "LE", "COU": "I", "DAY": "25", "LAT": "40N24", "LON": "18E45", "MON": "10", "NUM": "1399", "PRO": "J", "SEC": "0", "YEA": "1857", "CITY": "LECCE"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15162	gauquelin-a6-1400-1889-10-17	{"a6": "1400"}	{"lerrcp": "A6-1400"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1400", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "IT", "lg": 8.82193, "lat": 45.82908, "name": "Varese", "geoid": 3164699}, "notime": null, "date-ut": "1889-10-17 08:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1400"}, "birth": {"place": {"c2": "VA", "cy": "IT", "lg": 8.82193, "lat": 45.82908, "name": "Varese", "geoid": 3164699}, "date-ut": "1889-10-17 08:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1400"}, "ids-in-sources": {"a6": "1400"}}, "raw": {"H": "9", "MN": "10", "TZ": "-1", "COD": "VA", "COU": "I", "DAY": "17", "LAT": "45N48", "LON": "9E 0", "MON": "10", "NUM": "1400", "PRO": "J", "SEC": "4", "YEA": "1889", "CITY": "VARESE"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15163	gauquelin-a6-1401-1862-01-11	{"a6": "1401"}	{"lerrcp": "A6-1401"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1401", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "notime": null, "date-ut": "1862-01-11 19:47"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1401"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "date-ut": "1862-01-11 19:47"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1401"}, "ids-in-sources": {"a6": "1401"}}, "raw": {"H": "20", "MN": "47", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "11", "LAT": "44N48", "LON": "10E45", "MON": "1", "NUM": "1401", "PRO": "J", "SEC": "0", "YEA": "1862", "CITY": "PARMA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15164	gauquelin-a6-1402-1901-07-22	{"a6": "1402"}	{"lerrcp": "A6-1402"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1402", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1901-07-22 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1402"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1901-07-22 20:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1402"}, "ids-in-sources": {"a6": "1402"}}, "raw": {"H": "21", "MN": "0", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "22", "LAT": "40N54", "LON": "14E 0", "MON": "7", "NUM": "1402", "PRO": "J", "SEC": "0", "YEA": "1901", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15165	gauquelin-a6-1403-1880-01-02	{"a6": "1403"}	{"lerrcp": "A6-1403"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1403", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FR", "c3": null, "cy": "IT", "lg": 13.05759, "lat": 41.80562, "name": "Paliano", "geoid": 3171603}, "notime": null, "date-ut": "1880-01-02 08:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1403"}, "birth": {"place": {"c2": "FR", "cy": "IT", "lg": 13.05759, "lat": 41.80562, "name": "Paliano", "geoid": 3171603}, "date-ut": "1880-01-02 08:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1403"}, "ids-in-sources": {"a6": "1403"}}, "raw": {"H": "9", "MN": "10", "TZ": "-1", "COD": "FR", "COU": "I", "DAY": "2", "LAT": "41N36", "LON": "13E15", "MON": "1", "NUM": "1403", "PRO": "J", "SEC": "4", "YEA": "1880", "CITY": "PALIANO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15166	gauquelin-a6-1404-1884-03-19	{"a6": "1404"}	{"lerrcp": "A6-1404"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1404", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SP", "c3": null, "cy": "IT", "lg": 9.84339, "lat": 44.11054, "name": "La Spezia", "geoid": 3175081}, "notime": null, "date-ut": "1884-03-19 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1404"}, "birth": {"place": {"c2": "SP", "cy": "IT", "lg": 9.84339, "lat": 44.11054, "name": "La Spezia", "geoid": 3175081}, "date-ut": "1884-03-19 03:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1404"}, "ids-in-sources": {"a6": "1404"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "SP", "COU": "I", "DAY": "19", "LAT": "44N 0", "LON": "10E15", "MON": "3", "NUM": "1404", "PRO": "J", "SEC": "4", "YEA": "1884", "CITY": "LA SPEZIA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15167	gauquelin-a6-1405-1897-09-27	{"a6": "1405"}	{"lerrcp": "A6-1405"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1405", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BL", "c3": null, "cy": "IT", "lg": 12, "lat": 46.2, "name": "CASTELLO LAVAZZ", "geoid": 0}, "notime": null, "date-ut": "1897-09-27 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1405"}, "birth": {"place": {"c2": "BL", "cy": "IT", "lg": 12, "lat": 46.2, "name": "CASTELLO LAVAZZ", "geoid": 0}, "date-ut": "1897-09-27 12:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1405"}, "ids-in-sources": {"a6": "1405"}}, "raw": {"H": "13", "MN": "30", "TZ": "-1", "COD": "BL", "COU": "I", "DAY": "27", "LAT": "46N12", "LON": "12E 0", "MON": "9", "NUM": "1405", "PRO": "J", "SEC": "0", "YEA": "1897", "CITY": "CASTELLO LAVAZZ"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15168	gauquelin-a6-1406-1879-12-27	{"a6": "1406"}	{"lerrcp": "A6-1406"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1406", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1879-12-27 22:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1406"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1879-12-27 22:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1406"}, "ids-in-sources": {"a6": "1406"}}, "raw": {"H": "23", "MN": "40", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "27", "LAT": "45N 0", "LON": "8E 0", "MON": "12", "NUM": "1406", "PRO": "J", "SEC": "4", "YEA": "1879", "CITY": "TORINO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15169	gauquelin-a6-1407-1869-07-17	{"a6": "1407"}	{"lerrcp": "A6-1407"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1407", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TV", "c3": null, "cy": "IT", "lg": 11.9117, "lat": 45.7923, "name": "Asolo", "geoid": 3182732}, "notime": null, "date-ut": "1869-07-17 19:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1407"}, "birth": {"place": {"c2": "TV", "cy": "IT", "lg": 11.9117, "lat": 45.7923, "name": "Asolo", "geoid": 3182732}, "date-ut": "1869-07-17 19:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1407"}, "ids-in-sources": {"a6": "1407"}}, "raw": {"H": "20", "MN": "10", "TZ": "-1", "COD": "TV", "COU": "I", "DAY": "17", "LAT": "45N36", "LON": "12E45", "MON": "7", "NUM": "1407", "PRO": "J", "SEC": "4", "YEA": "1869", "CITY": "ASOLO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15170	gauquelin-a6-1408-1878-10-04	{"a6": "1408"}	{"lerrcp": "A6-1408"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1408", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FR", "c3": null, "cy": "IT", "lg": 13.6145, "lat": 41.72212, "name": "Sora", "geoid": 3166387}, "notime": null, "date-ut": "1878-10-04 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1408"}, "birth": {"place": {"c2": "FR", "cy": "IT", "lg": 13.6145, "lat": 41.72212, "name": "Sora", "geoid": 3166387}, "date-ut": "1878-10-04 10:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1408"}, "ids-in-sources": {"a6": "1408"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "FR", "COU": "I", "DAY": "4", "LAT": "41N36", "LON": "13E15", "MON": "10", "NUM": "1408", "PRO": "J", "SEC": "4", "YEA": "1878", "CITY": "SORA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15171	gauquelin-a6-1409-1868-09-18	{"a6": "1409"}	{"lerrcp": "A6-1409"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1409", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1868-09-18 05:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1409"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1868-09-18 05:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1409"}, "ids-in-sources": {"a6": "1409"}}, "raw": {"H": "6", "MN": "40", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "18", "LAT": "45N 0", "LON": "8E 0", "MON": "9", "NUM": "1409", "PRO": "J", "SEC": "4", "YEA": "1868", "CITY": "TORINO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15172	gauquelin-a6-1410-1903-08-23	{"a6": "1410"}	{"lerrcp": "A6-1410"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1410", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BS", "c3": null, "cy": "IT", "lg": 10.29567, "lat": 45.46948, "name": "Castenedolo", "geoid": 3179440}, "notime": null, "date-ut": "1903-08-23 22:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1410"}, "birth": {"place": {"c2": "BS", "cy": "IT", "lg": 10.29567, "lat": 45.46948, "name": "Castenedolo", "geoid": 3179440}, "date-ut": "1903-08-23 22:45"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1410"}, "ids-in-sources": {"a6": "1410"}}, "raw": {"H": "23", "MN": "45", "TZ": "-1", "COD": "BS", "COU": "I", "DAY": "23", "LAT": "45N30", "LON": "11E 0", "MON": "8", "NUM": "1410", "PRO": "J", "SEC": "0", "YEA": "1903", "CITY": "CASTENEDOLO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15173	gauquelin-a6-1411-1897-02-19	{"a6": "1411"}	{"lerrcp": "A6-1411"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1411", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1897-02-19 23:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1411"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1897-02-19 23:55"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1411"}, "ids-in-sources": {"a6": "1411"}}, "raw": {"H": "0", "MN": "55", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "20", "LAT": "44N30", "LON": "11E 0", "MON": "2", "NUM": "1411", "PRO": "J", "SEC": "0", "YEA": "1897", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15174	gauquelin-a6-1412-1869-12-29	{"a6": "1412"}	{"lerrcp": "A6-1412"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1412", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AP", "c3": null, "cy": "IT", "lg": 13.5749, "lat": 42.85483, "name": "Ascoli Piceno", "geoid": 3182749}, "notime": null, "date-ut": "1869-12-29 22:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1412"}, "birth": {"place": {"c2": "AP", "cy": "IT", "lg": 13.5749, "lat": 42.85483, "name": "Ascoli Piceno", "geoid": 3182749}, "date-ut": "1869-12-29 22:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1412"}, "ids-in-sources": {"a6": "1412"}}, "raw": {"H": "23", "MN": "10", "TZ": "-1", "COD": "AP", "COU": "I", "DAY": "29", "LAT": "43N 0", "LON": "13E45", "MON": "12", "NUM": "1412", "PRO": "J", "SEC": "4", "YEA": "1869", "CITY": "ASCOLI PICENO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15175	gauquelin-a6-1413-1896-09-08	{"a6": "1413"}	{"lerrcp": "A6-1413"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1413", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 9.03615, "lat": 44.94946, "name": "Retorbido", "geoid": 3169468}, "notime": null, "date-ut": "1896-09-08 09:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1413"}, "birth": {"place": {"c2": "PV", "cy": "IT", "lg": 9.03615, "lat": 44.94946, "name": "Retorbido", "geoid": 3169468}, "date-ut": "1896-09-08 09:05"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1413"}, "ids-in-sources": {"a6": "1413"}}, "raw": {"H": "10", "MN": "5", "TZ": "-1", "COD": "PV", "COU": "I", "DAY": "8", "LAT": "45N12", "LON": "9E 0", "MON": "9", "NUM": "1413", "PRO": "J", "SEC": "0", "YEA": "1896", "CITY": "RETORBIDO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15176	gauquelin-a6-1414-1887-08-12	{"a6": "1414"}	{"lerrcp": "A6-1414"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1414", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FE", "c3": null, "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "notime": null, "date-ut": "1887-08-12 02:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1414"}, "birth": {"place": {"c2": "FE", "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "date-ut": "1887-08-12 02:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1414"}, "ids-in-sources": {"a6": "1414"}}, "raw": {"H": "3", "MN": "10", "TZ": "-1", "COD": "FE", "COU": "I", "DAY": "12", "LAT": "44N42", "LON": "12E30", "MON": "8", "NUM": "1414", "PRO": "J", "SEC": "4", "YEA": "1887", "CITY": "FERRARA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15177	gauquelin-a6-1415-1873-10-18	{"a6": "1415"}	{"lerrcp": "A6-1415"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1415", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "IT", "lg": 10.79784, "lat": 45.16031, "name": "Mantova", "geoid": 3174051}, "notime": null, "date-ut": "1873-10-18 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1415"}, "birth": {"place": {"c2": "MN", "cy": "IT", "lg": 10.79784, "lat": 45.16031, "name": "Mantova", "geoid": 3174051}, "date-ut": "1873-10-18 03:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1415"}, "ids-in-sources": {"a6": "1415"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "MN", "COU": "I", "DAY": "18", "LAT": "45N12", "LON": "11E 0", "MON": "10", "NUM": "1415", "PRO": "J", "SEC": "4", "YEA": "1873", "CITY": "MANTOVA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15178	gauquelin-a6-1416-1890-02-02	{"a6": "1416"}	{"lerrcp": "A6-1416"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1416", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CZ", "c3": null, "cy": "IT", "lg": 17.5, "lat": 39, "name": "VIBO VALENTIA", "geoid": 0}, "notime": null, "date-ut": "1890-02-02 16:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1416"}, "birth": {"place": {"c2": "CZ", "cy": "IT", "lg": 17.5, "lat": 39, "name": "VIBO VALENTIA", "geoid": 0}, "date-ut": "1890-02-02 16:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1416"}, "ids-in-sources": {"a6": "1416"}}, "raw": {"H": "17", "MN": "40", "TZ": "-1", "COD": "CZ", "COU": "I", "DAY": "2", "LAT": "39N 0", "LON": "17E30", "MON": "2", "NUM": "1416", "PRO": "J", "SEC": "4", "YEA": "1890", "CITY": "VIBO VALENTIA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15179	gauquelin-a6-1417-1871-12-31	{"a6": "1417"}	{"lerrcp": "A6-1417"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1417", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TV", "c3": null, "cy": "IT", "lg": 12.245, "lat": 45.66667, "name": "Treviso", "geoid": 3165201}, "notime": null, "date-ut": "1871-12-31 14:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1417"}, "birth": {"place": {"c2": "TV", "cy": "IT", "lg": 12.245, "lat": 45.66667, "name": "Treviso", "geoid": 3165201}, "date-ut": "1871-12-31 14:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1417"}, "ids-in-sources": {"a6": "1417"}}, "raw": {"H": "15", "MN": "10", "TZ": "-1", "COD": "TV", "COU": "I", "DAY": "31", "LAT": "45N36", "LON": "12E45", "MON": "12", "NUM": "1417", "PRO": "J", "SEC": "4", "YEA": "1871", "CITY": "TREVISO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15180	gauquelin-a6-1418-1870-03-23	{"a6": "1418"}	{"lerrcp": "A6-1418"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1418", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "SOMAGLIA", "geoid": 0}, "notime": null, "date-ut": "1870-03-23 13:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1418"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "SOMAGLIA", "geoid": 0}, "date-ut": "1870-03-23 13:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1418"}, "ids-in-sources": {"a6": "1418"}}, "raw": {"H": "14", "MN": "10", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "23", "LAT": "45N30", "LON": "9E15", "MON": "3", "NUM": "1418", "PRO": "J", "SEC": "4", "YEA": "1870", "CITY": "SOMAGLIA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15181	gauquelin-a6-1419-1886-05-15	{"a6": "1419"}	{"lerrcp": "A6-1419"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1419", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PT", "c3": null, "cy": "IT", "lg": 11.25, "lat": 44, "name": "MONSUMMANO TERM", "geoid": 0}, "notime": null, "date-ut": "1886-05-15 19:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1419"}, "birth": {"place": {"c2": "PT", "cy": "IT", "lg": 11.25, "lat": 44, "name": "MONSUMMANO TERM", "geoid": 0}, "date-ut": "1886-05-15 19:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1419"}, "ids-in-sources": {"a6": "1419"}}, "raw": {"H": "20", "MN": "10", "TZ": "-1", "COD": "PT", "COU": "I", "DAY": "15", "LAT": "44N 0", "LON": "11E15", "MON": "5", "NUM": "1419", "PRO": "J", "SEC": "4", "YEA": "1886", "CITY": "MONSUMMANO TERM"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15182	gauquelin-a6-1420-1895-09-03	{"a6": "1420"}	{"lerrcp": "A6-1420"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1420", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1895-09-03 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1420"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1895-09-03 15:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1420"}, "ids-in-sources": {"a6": "1420"}}, "raw": {"H": "16", "MN": "30", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "3", "LAT": "45N 0", "LON": "12E15", "MON": "9", "NUM": "1420", "PRO": "J", "SEC": "0", "YEA": "1895", "CITY": "ROMA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15183	gauquelin-a6-1421-1891-07-12	{"a6": "1421"}	{"lerrcp": "A6-1421"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1421", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PI", "c3": null, "cy": "IT", "lg": 10.5, "lat": 43.7, "name": "STA MARIA A MON", "geoid": 0}, "notime": null, "date-ut": "1891-07-12 04:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1421"}, "birth": {"place": {"c2": "PI", "cy": "IT", "lg": 10.5, "lat": 43.7, "name": "STA MARIA A MON", "geoid": 0}, "date-ut": "1891-07-12 04:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1421"}, "ids-in-sources": {"a6": "1421"}}, "raw": {"H": "5", "MN": "10", "TZ": "-1", "COD": "PI", "COU": "I", "DAY": "12", "LAT": "43N42", "LON": "10E30", "MON": "7", "NUM": "1421", "PRO": "J", "SEC": "4", "YEA": "1891", "CITY": "STA MARIA A MON"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15184	gauquelin-a6-1422-1890-02-11	{"a6": "1422"}	{"lerrcp": "A6-1422"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1422", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FR", "c3": null, "cy": "IT", "lg": 13.3401, "lat": 41.64002, "name": "Frosinone", "geoid": 3176515}, "notime": null, "date-ut": "1890-02-11 00:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1422"}, "birth": {"place": {"c2": "FR", "cy": "IT", "lg": 13.3401, "lat": 41.64002, "name": "Frosinone", "geoid": 3176515}, "date-ut": "1890-02-11 00:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1422"}, "ids-in-sources": {"a6": "1422"}}, "raw": {"H": "1", "MN": "40", "TZ": "-1", "COD": "FR", "COU": "I", "DAY": "11", "LAT": "41N36", "LON": "13E15", "MON": "2", "NUM": "1422", "PRO": "J", "SEC": "4", "YEA": "1890", "CITY": "FROSINONE"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15185	gauquelin-a6-1423-1878-09-23	{"a6": "1423"}	{"lerrcp": "A6-1423"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1423", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BS", "c3": null, "cy": "IT", "lg": 10.22727, "lat": 45.52478, "name": "Brescia", "geoid": 3181554}, "notime": null, "date-ut": "1878-09-23 20:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1423"}, "birth": {"place": {"c2": "BS", "cy": "IT", "lg": 10.22727, "lat": 45.52478, "name": "Brescia", "geoid": 3181554}, "date-ut": "1878-09-23 20:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1423"}, "ids-in-sources": {"a6": "1423"}}, "raw": {"H": "21", "MN": "10", "TZ": "-1", "COD": "BS", "COU": "I", "DAY": "23", "LAT": "45N30", "LON": "11E 0", "MON": "9", "NUM": "1423", "PRO": "J", "SEC": "4", "YEA": "1878", "CITY": "BRESCIA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15186	gauquelin-a6-1424-1878-02-03	{"a6": "1424"}	{"lerrcp": "A6-1424"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1424", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PS", "c3": null, "cy": "IT", "lg": 13, "lat": 44, "name": "FANO", "geoid": 0}, "notime": null, "date-ut": "1878-02-03 11:55:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1424"}, "birth": {"place": {"c2": "PS", "cy": "IT", "lg": 13, "lat": 44, "name": "FANO", "geoid": 0}, "date-ut": "1878-02-03 11:55:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1424"}, "ids-in-sources": {"a6": "1424"}}, "raw": {"H": "12", "MN": "55", "TZ": "-1", "COD": "PS", "COU": "I", "DAY": "3", "LAT": "44N 0", "LON": "13E 0", "MON": "2", "NUM": "1424", "PRO": "J", "SEC": "4", "YEA": "1878", "CITY": "FANO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15187	gauquelin-a6-1425-1875-11-06	{"a6": "1425"}	{"lerrcp": "A6-1425"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1425", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AG", "c3": null, "cy": "IT", "lg": 13.66226, "lat": 37.31754, "name": "Favara", "geoid": 2524786}, "notime": null, "date-ut": "1875-11-06 20:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1425"}, "birth": {"place": {"c2": "AG", "cy": "IT", "lg": 13.66226, "lat": 37.31754, "name": "Favara", "geoid": 2524786}, "date-ut": "1875-11-06 20:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1425"}, "ids-in-sources": {"a6": "1425"}}, "raw": {"H": "21", "MN": "10", "TZ": "-1", "COD": "AG", "COU": "I", "DAY": "6", "LAT": "37N12", "LON": "13E30", "MON": "11", "NUM": "1425", "PRO": "J", "SEC": "4", "YEA": "1875", "CITY": "FAVARA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15188	gauquelin-a6-1426-1887-02-13	{"a6": "1426"}	{"lerrcp": "A6-1426"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1426", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1887-02-13 02:20:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1426"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1887-02-13 02:20:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1426"}, "ids-in-sources": {"a6": "1426"}}, "raw": {"H": "3", "MN": "20", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "13", "LAT": "44N30", "LON": "11E 0", "MON": "2", "NUM": "1426", "PRO": "J", "SEC": "4", "YEA": "1887", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15189	gauquelin-a6-1427-1885-08-31	{"a6": "1427"}	{"lerrcp": "A6-1427"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1427", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CR", "c3": null, "cy": "IT", "lg": 10.02797, "lat": 45.13617, "name": "Cremona", "geoid": 3177838}, "notime": null, "date-ut": "1885-08-31 14:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1427"}, "birth": {"place": {"c2": "CR", "cy": "IT", "lg": 10.02797, "lat": 45.13617, "name": "Cremona", "geoid": 3177838}, "date-ut": "1885-08-31 14:25:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1427"}, "ids-in-sources": {"a6": "1427"}}, "raw": {"H": "15", "MN": "25", "TZ": "-1", "COD": "CR", "COU": "I", "DAY": "31", "LAT": "45N12", "LON": "11E 0", "MON": "8", "NUM": "1427", "PRO": "J", "SEC": "4", "YEA": "1885", "CITY": "CREMONA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15190	gauquelin-a6-1428-1876-01-06	{"a6": "1428"}	{"lerrcp": "A6-1428"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1428", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 9.16145, "lat": 45.18446, "name": "Pavia", "geoid": 3171366}, "notime": null, "date-ut": "1876-01-06 18:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1428"}, "birth": {"place": {"c2": "PV", "cy": "IT", "lg": 9.16145, "lat": 45.18446, "name": "Pavia", "geoid": 3171366}, "date-ut": "1876-01-06 18:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1428"}, "ids-in-sources": {"a6": "1428"}}, "raw": {"H": "19", "MN": "40", "TZ": "-1", "COD": "PV", "COU": "I", "DAY": "6", "LAT": "45N12", "LON": "9E 0", "MON": "1", "NUM": "1428", "PRO": "J", "SEC": "4", "YEA": "1876", "CITY": "PAVIA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15191	gauquelin-a6-1429-1869-03-09	{"a6": "1429"}	{"lerrcp": "A6-1429"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1429", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "CODOGNO", "geoid": 0}, "notime": null, "date-ut": "1869-03-09 13:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1429"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "CODOGNO", "geoid": 0}, "date-ut": "1869-03-09 13:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1429"}, "ids-in-sources": {"a6": "1429"}}, "raw": {"H": "14", "MN": "40", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "9", "LAT": "45N30", "LON": "9E15", "MON": "3", "NUM": "1429", "PRO": "J", "SEC": "4", "YEA": "1869", "CITY": "CODOGNO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15192	gauquelin-a6-1430-1891-02-12	{"a6": "1430"}	{"lerrcp": "A6-1430"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1430", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PZ", "c3": null, "cy": "IT", "lg": 15.65364, "lat": 40.99656, "name": "Melfi", "geoid": 3173615}, "notime": null, "date-ut": "1891-02-12 11:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1430"}, "birth": {"place": {"c2": "PZ", "cy": "IT", "lg": 15.65364, "lat": 40.99656, "name": "Melfi", "geoid": 3173615}, "date-ut": "1891-02-12 11:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1430"}, "ids-in-sources": {"a6": "1430"}}, "raw": {"H": "12", "MN": "40", "TZ": "-1", "COD": "PZ", "COU": "I", "DAY": "12", "LAT": "40N30", "LON": "15E45", "MON": "2", "NUM": "1430", "PRO": "J", "SEC": "4", "YEA": "1891", "CITY": "MELFI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15193	gauquelin-a6-1431-1898-11-03	{"a6": "1431"}	{"lerrcp": "A6-1431"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1431", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "notime": null, "date-ut": "1898-11-03 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1431"}, "birth": {"place": {"c2": "CT", "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "date-ut": "1898-11-03 16:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1431"}, "ids-in-sources": {"a6": "1431"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "CT", "COU": "I", "DAY": "3", "LAT": "37N30", "LON": "15E 0", "MON": "11", "NUM": "1431", "PRO": "J", "SEC": "0", "YEA": "1898", "CITY": "CATANIA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15194	gauquelin-a6-1432-1899-10-22	{"a6": "1432"}	{"lerrcp": "A6-1432"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1432", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1899-10-22 18:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1432"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1899-10-22 18:45"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1432"}, "ids-in-sources": {"a6": "1432"}}, "raw": {"H": "19", "MN": "45", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "22", "LAT": "45N 0", "LON": "8E 0", "MON": "10", "NUM": "1432", "PRO": "J", "SEC": "0", "YEA": "1899", "CITY": "TORINO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15195	gauquelin-a6-1433-1891-07-14	{"a6": "1433"}	{"lerrcp": "A6-1433"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1433", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "notime": null, "date-ut": "1891-07-14 14:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1433"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "date-ut": "1891-07-14 14:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1433"}, "ids-in-sources": {"a6": "1433"}}, "raw": {"H": "15", "MN": "10", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "14", "LAT": "38N 0", "LON": "15E30", "MON": "7", "NUM": "1433", "PRO": "J", "SEC": "4", "YEA": "1891", "CITY": "MESSINA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15196	gauquelin-a6-1434-1903-09-22	{"a6": "1434"}	{"lerrcp": "A6-1434"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1434", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 16.85118, "lat": 41.11773, "name": "Bari", "geoid": 3182351}, "notime": null, "date-ut": "1903-09-22 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1434"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 16.85118, "lat": 41.11773, "name": "Bari", "geoid": 3182351}, "date-ut": "1903-09-22 22:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1434"}, "ids-in-sources": {"a6": "1434"}}, "raw": {"H": "23", "MN": "0", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "22", "LAT": "41N12", "LON": "17E 0", "MON": "9", "NUM": "1434", "PRO": "J", "SEC": "0", "YEA": "1903", "CITY": "BARI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15197	gauquelin-a6-1435-1895-09-23	{"a6": "1435"}	{"lerrcp": "A6-1435"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1435", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 9, "lat": 45, "name": "BELVEGLIO", "geoid": 0}, "notime": null, "date-ut": "1895-09-23 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1435"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 9, "lat": 45, "name": "BELVEGLIO", "geoid": 0}, "date-ut": "1895-09-23 12:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1435"}, "ids-in-sources": {"a6": "1435"}}, "raw": {"H": "13", "MN": "0", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "23", "LAT": "45N 0", "LON": "9E 0", "MON": "9", "NUM": "1435", "PRO": "J", "SEC": "0", "YEA": "1895", "CITY": "BELVEGLIO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15198	gauquelin-a6-1436-1885-01-08	{"a6": "1436"}	{"lerrcp": "A6-1436"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1436", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FO", "c3": null, "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "MODIGLIANA", "geoid": 0}, "notime": null, "date-ut": "1885-01-08 21:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1436"}, "birth": {"place": {"c2": "FO", "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "MODIGLIANA", "geoid": 0}, "date-ut": "1885-01-08 21:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1436"}, "ids-in-sources": {"a6": "1436"}}, "raw": {"H": "22", "MN": "40", "TZ": "-1", "COD": "FO", "COU": "I", "DAY": "8", "LAT": "44N12", "LON": "12E30", "MON": "1", "NUM": "1436", "PRO": "J", "SEC": "4", "YEA": "1885", "CITY": "MODIGLIANA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15199	gauquelin-a6-1437-1873-01-05	{"a6": "1437"}	{"lerrcp": "A6-1437"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1437", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 17, "lat": 41.2, "name": "TRANI", "geoid": 0}, "notime": null, "date-ut": "1873-01-05 14:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1437"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 17, "lat": 41.2, "name": "TRANI", "geoid": 0}, "date-ut": "1873-01-05 14:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1437"}, "ids-in-sources": {"a6": "1437"}}, "raw": {"H": "15", "MN": "10", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "5", "LAT": "41N12", "LON": "17E 0", "MON": "1", "NUM": "1437", "PRO": "J", "SEC": "4", "YEA": "1873", "CITY": "TRANI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15200	gauquelin-a6-1438-1891-05-03	{"a6": "1438"}	{"lerrcp": "A6-1438"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1438", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FO", "c3": null, "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "FORLI", "geoid": 0}, "notime": null, "date-ut": "1891-05-03 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1438"}, "birth": {"place": {"c2": "FO", "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "FORLI", "geoid": 0}, "date-ut": "1891-05-03 10:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1438"}, "ids-in-sources": {"a6": "1438"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "FO", "COU": "I", "DAY": "3", "LAT": "44N12", "LON": "12E30", "MON": "5", "NUM": "1438", "PRO": "J", "SEC": "4", "YEA": "1891", "CITY": "FORLI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15201	gauquelin-a6-1439-1865-03-13	{"a6": "1439"}	{"lerrcp": "A6-1439"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1439", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "IM", "c3": null, "cy": "IT", "lg": 8.07925, "lat": 43.91032, "name": "Diano Marina", "geoid": 3177595}, "notime": null, "date-ut": "1865-03-13 18:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1439"}, "birth": {"place": {"c2": "IM", "cy": "IT", "lg": 8.07925, "lat": 43.91032, "name": "Diano Marina", "geoid": 3177595}, "date-ut": "1865-03-13 18:28"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1439"}, "ids-in-sources": {"a6": "1439"}}, "raw": {"H": "19", "MN": "28", "TZ": "-1", "COD": "IM", "COU": "I", "DAY": "13", "LAT": "43N42", "LON": "8E 0", "MON": "3", "NUM": "1439", "PRO": "J", "SEC": "0", "YEA": "1865", "CITY": "DIANO MARINA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15202	gauquelin-a6-1440-1891-01-17	{"a6": "1440"}	{"lerrcp": "A6-1440"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1440", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1891-01-17 17:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1440"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1891-01-17 17:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1440"}, "ids-in-sources": {"a6": "1440"}}, "raw": {"H": "18", "MN": "10", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "17", "LAT": "40N54", "LON": "14E 0", "MON": "1", "NUM": "1440", "PRO": "J", "SEC": "4", "YEA": "1891", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15203	gauquelin-a6-1441-1874-12-12	{"a6": "1441"}	{"lerrcp": "A6-1441"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1441", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VC", "c3": null, "cy": "IT", "lg": 8.5, "lat": 45.4, "name": "RONCO BIELLESE", "geoid": 0}, "notime": null, "date-ut": "1874-12-12 04:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1441"}, "birth": {"place": {"c2": "VC", "cy": "IT", "lg": 8.5, "lat": 45.4, "name": "RONCO BIELLESE", "geoid": 0}, "date-ut": "1874-12-12 04:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1441"}, "ids-in-sources": {"a6": "1441"}}, "raw": {"H": "5", "MN": "10", "TZ": "-1", "COD": "VC", "COU": "I", "DAY": "12", "LAT": "45N24", "LON": "8E30", "MON": "12", "NUM": "1441", "PRO": "J", "SEC": "4", "YEA": "1874", "CITY": "RONCO BIELLESE"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15204	gauquelin-a6-1442-1884-03-01	{"a6": "1442"}	{"lerrcp": "A6-1442"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1442", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45.4, "name": "CERVARESE STA C", "geoid": 0}, "notime": null, "date-ut": "1884-03-01 06:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1442"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 12.25, "lat": 45.4, "name": "CERVARESE STA C", "geoid": 0}, "date-ut": "1884-03-01 06:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1442"}, "ids-in-sources": {"a6": "1442"}}, "raw": {"H": "7", "MN": "10", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "1", "LAT": "45N24", "LON": "12E15", "MON": "3", "NUM": "1442", "PRO": "J", "SEC": "4", "YEA": "1884", "CITY": "CERVARESE STA C"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15205	gauquelin-a6-1443-1888-02-19	{"a6": "1443"}	{"lerrcp": "A6-1443"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1443", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "IT", "lg": 9, "lat": 44.4, "name": "GENOVA", "geoid": 0}, "notime": null, "date-ut": "1888-02-19 01:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1443"}, "birth": {"place": {"c2": "GE", "cy": "IT", "lg": 9, "lat": 44.4, "name": "GENOVA", "geoid": 0}, "date-ut": "1888-02-19 01:50:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1443"}, "ids-in-sources": {"a6": "1443"}}, "raw": {"H": "2", "MN": "50", "TZ": "-1", "COD": "GE", "COU": "I", "DAY": "19", "LAT": "44N24", "LON": "9E 0", "MON": "2", "NUM": "1443", "PRO": "J", "SEC": "4", "YEA": "1888", "CITY": "GENOVA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15206	gauquelin-a6-1444-1894-08-04	{"a6": "1444"}	{"lerrcp": "A6-1444"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1444", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "notime": null, "date-ut": "1894-08-04 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1444"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "date-ut": "1894-08-04 09:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1444"}, "ids-in-sources": {"a6": "1444"}}, "raw": {"H": "10", "MN": "30", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "4", "LAT": "38N 0", "LON": "15E30", "MON": "8", "NUM": "1444", "PRO": "J", "SEC": "0", "YEA": "1894", "CITY": "MESSINA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15207	gauquelin-a6-1445-1899-07-29	{"a6": "1445"}	{"lerrcp": "A6-1445"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1445", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 9, "lat": 45, "name": "S.SALVATORE MON", "geoid": 0}, "notime": null, "date-ut": "1899-07-29 05:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1445"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 9, "lat": 45, "name": "S.SALVATORE MON", "geoid": 0}, "date-ut": "1899-07-29 05:55"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1445"}, "ids-in-sources": {"a6": "1445"}}, "raw": {"H": "6", "MN": "55", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "29", "LAT": "45N 0", "LON": "9E 0", "MON": "7", "NUM": "1445", "PRO": "J", "SEC": "0", "YEA": "1899", "CITY": "S.SALVATORE MON"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15208	gauquelin-a6-1446-1905-10-24	{"a6": "1446"}	{"lerrcp": "A6-1446"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1446", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CE", "c3": null, "cy": "IT", "lg": 13.93282, "lat": 41.24082, "name": "Sessa Aurunca", "geoid": 3166614}, "notime": null, "date-ut": "1905-10-24 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1446"}, "birth": {"place": {"c2": "CE", "cy": "IT", "lg": 13.93282, "lat": 41.24082, "name": "Sessa Aurunca", "geoid": 3166614}, "date-ut": "1905-10-24 04:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1446"}, "ids-in-sources": {"a6": "1446"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "CE", "COU": "I", "DAY": "24", "LAT": "41N 6", "LON": "14E30", "MON": "10", "NUM": "1446", "PRO": "J", "SEC": "0", "YEA": "1905", "CITY": "SESSA AURUNCA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15209	gauquelin-a6-1447-1901-10-22	{"a6": "1447"}	{"lerrcp": "A6-1447"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1447", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AN", "c3": null, "cy": "IT", "lg": 13.21667, "lat": 43.70926, "name": "Senigallia", "geoid": 3166740}, "notime": null, "date-ut": "1901-10-22 05:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1447"}, "birth": {"place": {"c2": "AN", "cy": "IT", "lg": 13.21667, "lat": 43.70926, "name": "Senigallia", "geoid": 3166740}, "date-ut": "1901-10-22 05:45"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1447"}, "ids-in-sources": {"a6": "1447"}}, "raw": {"H": "6", "MN": "45", "TZ": "-1", "COD": "AN", "COU": "I", "DAY": "22", "LAT": "43N42", "LON": "13E45", "MON": "10", "NUM": "1447", "PRO": "J", "SEC": "0", "YEA": "1901", "CITY": "SENIGALLIA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15210	gauquelin-a6-1448-1896-02-06	{"a6": "1448"}	{"lerrcp": "A6-1448"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1448", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VI", "c3": null, "cy": "IT", "lg": 12, "lat": 45.5, "name": "VINCENZA", "geoid": 0}, "notime": null, "date-ut": "1896-02-06 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1448"}, "birth": {"place": {"c2": "VI", "cy": "IT", "lg": 12, "lat": 45.5, "name": "VINCENZA", "geoid": 0}, "date-ut": "1896-02-06 09:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1448"}, "ids-in-sources": {"a6": "1448"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "VI", "COU": "I", "DAY": "6", "LAT": "45N30", "LON": "12E 0", "MON": "2", "NUM": "1448", "PRO": "J", "SEC": "0", "YEA": "1896", "CITY": "VINCENZA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15211	gauquelin-a6-1449-1888-12-30	{"a6": "1449"}	{"lerrcp": "A6-1449"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1449", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FG", "c3": null, "cy": "IT", "lg": 15.37604, "lat": 41.68974, "name": "San Severo", "geoid": 3167731}, "notime": null, "date-ut": "1888-12-30 11:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1449"}, "birth": {"place": {"c2": "FG", "cy": "IT", "lg": 15.37604, "lat": 41.68974, "name": "San Severo", "geoid": 3167731}, "date-ut": "1888-12-30 11:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1449"}, "ids-in-sources": {"a6": "1449"}}, "raw": {"H": "12", "MN": "10", "TZ": "-1", "COD": "FG", "COU": "I", "DAY": "30", "LAT": "41N36", "LON": "15E30", "MON": "12", "NUM": "1449", "PRO": "J", "SEC": "4", "YEA": "1888", "CITY": "SAN SEVERO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15212	gauquelin-a6-1450-1887-02-16	{"a6": "1450"}	{"lerrcp": "A6-1450"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1450", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VC", "c3": null, "cy": "IT", "lg": 8.5, "lat": 45.4, "name": "BIELLA", "geoid": 0}, "notime": null, "date-ut": "1887-02-16 05:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1450"}, "birth": {"place": {"c2": "VC", "cy": "IT", "lg": 8.5, "lat": 45.4, "name": "BIELLA", "geoid": 0}, "date-ut": "1887-02-16 05:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1450"}, "ids-in-sources": {"a6": "1450"}}, "raw": {"H": "6", "MN": "10", "TZ": "-1", "COD": "VC", "COU": "I", "DAY": "16", "LAT": "45N24", "LON": "8E30", "MON": "2", "NUM": "1450", "PRO": "J", "SEC": "4", "YEA": "1887", "CITY": "BIELLA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15213	gauquelin-a6-1451-1881-02-11	{"a6": "1451"}	{"lerrcp": "A6-1451"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1451", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.48704, "lat": 44.94495, "name": "Quargnento", "geoid": 3169716}, "notime": null, "date-ut": "1881-02-11 13:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1451"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.48704, "lat": 44.94495, "name": "Quargnento", "geoid": 3169716}, "date-ut": "1881-02-11 13:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1451"}, "ids-in-sources": {"a6": "1451"}}, "raw": {"H": "14", "MN": "40", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "11", "LAT": "45N 0", "LON": "9E 0", "MON": "2", "NUM": "1451", "PRO": "J", "SEC": "4", "YEA": "1881", "CITY": "QUARGNENTO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15214	gauquelin-a6-1452-1894-10-30	{"a6": "1452"}	{"lerrcp": "A6-1452"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1452", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TA", "c3": null, "cy": "IT", "lg": 16.79969, "lat": 40.62952, "name": "Laterza", "geoid": 3175064}, "notime": null, "date-ut": "1894-10-30 01:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1452"}, "birth": {"place": {"c2": "TA", "cy": "IT", "lg": 16.79969, "lat": 40.62952, "name": "Laterza", "geoid": 3175064}, "date-ut": "1894-10-30 01:40"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1452"}, "ids-in-sources": {"a6": "1452"}}, "raw": {"H": "2", "MN": "40", "TZ": "-1", "COD": "TA", "COU": "I", "DAY": "30", "LAT": "40N30", "LON": "17E30", "MON": "10", "NUM": "1452", "PRO": "J", "SEC": "0", "YEA": "1894", "CITY": "LATERZA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15215	gauquelin-a6-1453-1893-05-21	{"a6": "1453"}	{"lerrcp": "A6-1453"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1453", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "IT", "lg": 9, "lat": 39.4, "name": "ORISTANO", "geoid": 0}, "notime": null, "date-ut": "1893-05-21 06:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1453"}, "birth": {"place": {"c2": "CA", "cy": "IT", "lg": 9, "lat": 39.4, "name": "ORISTANO", "geoid": 0}, "date-ut": "1893-05-21 06:25:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1453"}, "ids-in-sources": {"a6": "1453"}}, "raw": {"H": "7", "MN": "25", "TZ": "-1", "COD": "CA", "COU": "I", "DAY": "21", "LAT": "39N24", "LON": "9E 0", "MON": "5", "NUM": "1453", "PRO": "J", "SEC": "4", "YEA": "1893", "CITY": "ORISTANO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15216	gauquelin-a6-1454-1895-09-19	{"a6": "1454"}	{"lerrcp": "A6-1454"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1454", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VC", "c3": null, "cy": "IT", "lg": 8.41533, "lat": 45.32306, "name": "Vercelli", "geoid": 3164565}, "notime": null, "date-ut": "1895-09-19 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1454"}, "birth": {"place": {"c2": "VC", "cy": "IT", "lg": 8.41533, "lat": 45.32306, "name": "Vercelli", "geoid": 3164565}, "date-ut": "1895-09-19 14:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1454"}, "ids-in-sources": {"a6": "1454"}}, "raw": {"H": "15", "MN": "30", "TZ": "-1", "COD": "VC", "COU": "I", "DAY": "19", "LAT": "45N24", "LON": "8E30", "MON": "9", "NUM": "1454", "PRO": "J", "SEC": "0", "YEA": "1895", "CITY": "VERCELLI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15217	gauquelin-a6-1455-1903-11-08	{"a6": "1455"}	{"lerrcp": "A6-1455"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1455", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PI", "c3": null, "cy": "IT", "lg": 10.39659, "lat": 43.71553, "name": "Pisa", "geoid": 3170647}, "notime": null, "date-ut": "1903-11-08 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1455"}, "birth": {"place": {"c2": "PI", "cy": "IT", "lg": 10.39659, "lat": 43.71553, "name": "Pisa", "geoid": 3170647}, "date-ut": "1903-11-08 11:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1455"}, "ids-in-sources": {"a6": "1455"}}, "raw": {"H": "12", "MN": "0", "TZ": "-1", "COD": "PI", "COU": "I", "DAY": "8", "LAT": "43N42", "LON": "10E30", "MON": "11", "NUM": "1455", "PRO": "J", "SEC": "0", "YEA": "1903", "CITY": "PISA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15218	gauquelin-a6-1456-1869-04-27	{"a6": "1456"}	{"lerrcp": "A6-1456"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1456", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.75, "lat": 44.8, "name": "BORGO VAL DI TA", "geoid": 0}, "notime": null, "date-ut": "1869-04-27 17:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1456"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.75, "lat": 44.8, "name": "BORGO VAL DI TA", "geoid": 0}, "date-ut": "1869-04-27 17:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1456"}, "ids-in-sources": {"a6": "1456"}}, "raw": {"H": "18", "MN": "10", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "27", "LAT": "44N48", "LON": "10E45", "MON": "4", "NUM": "1456", "PRO": "J", "SEC": "4", "YEA": "1869", "CITY": "BORGO VAL DI TA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15219	gauquelin-a6-1457-1878-06-21	{"a6": "1457"}	{"lerrcp": "A6-1457"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1457", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1878-06-21 23:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1457"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1878-06-21 23:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1457"}, "ids-in-sources": {"a6": "1457"}}, "raw": {"H": "0", "MN": "10", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "22", "LAT": "45N 0", "LON": "8E 0", "MON": "6", "NUM": "1457", "PRO": "J", "SEC": "4", "YEA": "1878", "CITY": "TORINO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15220	gauquelin-a6-1458-1869-07-28	{"a6": "1458"}	{"lerrcp": "A6-1458"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1458", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AP", "c3": null, "cy": "IT", "lg": 13.5749, "lat": 42.85483, "name": "Ascoli Piceno", "geoid": 3182749}, "notime": null, "date-ut": "1869-07-28 01:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1458"}, "birth": {"place": {"c2": "AP", "cy": "IT", "lg": 13.5749, "lat": 42.85483, "name": "Ascoli Piceno", "geoid": 3182749}, "date-ut": "1869-07-28 01:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1458"}, "ids-in-sources": {"a6": "1458"}}, "raw": {"H": "2", "MN": "10", "TZ": "-1", "COD": "AP", "COU": "I", "DAY": "28", "LAT": "43N 0", "LON": "13E45", "MON": "7", "NUM": "1458", "PRO": "J", "SEC": "4", "YEA": "1869", "CITY": "ASCOLI PICENO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15221	gauquelin-a6-1459-1872-09-21	{"a6": "1459"}	{"lerrcp": "A6-1459"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1459", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AR", "c3": null, "cy": "IT", "lg": 12, "lat": 43.5, "name": "CASTEL S.NICOLO", "geoid": 0}, "notime": null, "date-ut": "1872-09-21 21:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1459"}, "birth": {"place": {"c2": "AR", "cy": "IT", "lg": 12, "lat": 43.5, "name": "CASTEL S.NICOLO", "geoid": 0}, "date-ut": "1872-09-21 21:25:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1459"}, "ids-in-sources": {"a6": "1459"}}, "raw": {"H": "22", "MN": "25", "TZ": "-1", "COD": "AR", "COU": "I", "DAY": "21", "LAT": "43N30", "LON": "12E 0", "MON": "9", "NUM": "1459", "PRO": "J", "SEC": "4", "YEA": "1872", "CITY": "CASTEL S.NICOLO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15222	gauquelin-a6-1460-1887-04-12	{"a6": "1460"}	{"lerrcp": "A6-1460"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1460", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "IT", "lg": 10.74309, "lat": 44.99187, "name": "Suzzara", "geoid": 3166006}, "notime": null, "date-ut": "1887-04-12 11:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1460"}, "birth": {"place": {"c2": "MN", "cy": "IT", "lg": 10.74309, "lat": 44.99187, "name": "Suzzara", "geoid": 3166006}, "date-ut": "1887-04-12 11:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1460"}, "ids-in-sources": {"a6": "1460"}}, "raw": {"H": "12", "MN": "10", "TZ": "-1", "COD": "MN", "COU": "I", "DAY": "12", "LAT": "45N12", "LON": "11E 0", "MON": "4", "NUM": "1460", "PRO": "J", "SEC": "4", "YEA": "1887", "CITY": "SUZZARA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15223	gauquelin-a6-1461-1895-11-10	{"a6": "1461"}	{"lerrcp": "A6-1461"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1461", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1895-11-10 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1461"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1895-11-10 16:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1461"}, "ids-in-sources": {"a6": "1461"}}, "raw": {"H": "17", "MN": "30", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "10", "LAT": "45N30", "LON": "9E15", "MON": "11", "NUM": "1461", "PRO": "J", "SEC": "0", "YEA": "1895", "CITY": "MILANO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15224	gauquelin-a6-1462-1887-08-04	{"a6": "1462"}	{"lerrcp": "A6-1462"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1462", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CR", "c3": null, "cy": "IT", "lg": 9.66826, "lat": 45.35877, "name": "Crema", "geoid": 3177841}, "notime": null, "date-ut": "1887-08-04 22:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1462"}, "birth": {"place": {"c2": "CR", "cy": "IT", "lg": 9.66826, "lat": 45.35877, "name": "Crema", "geoid": 3177841}, "date-ut": "1887-08-04 22:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1462"}, "ids-in-sources": {"a6": "1462"}}, "raw": {"H": "23", "MN": "10", "TZ": "-1", "COD": "CR", "COU": "I", "DAY": "4", "LAT": "45N12", "LON": "11E 0", "MON": "8", "NUM": "1462", "PRO": "J", "SEC": "4", "YEA": "1887", "CITY": "CREMA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15225	gauquelin-a6-1463-1901-01-26	{"a6": "1463"}	{"lerrcp": "A6-1463"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1463", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BR", "c3": null, "cy": "IT", "lg": 17.4243, "lat": 40.74453, "name": "Cisternino", "geoid": 3178630}, "notime": null, "date-ut": "1901-01-26 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1463"}, "birth": {"place": {"c2": "BR", "cy": "IT", "lg": 17.4243, "lat": 40.74453, "name": "Cisternino", "geoid": 3178630}, "date-ut": "1901-01-26 00:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1463"}, "ids-in-sources": {"a6": "1463"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "BR", "COU": "I", "DAY": "26", "LAT": "40N36", "LON": "18E 0", "MON": "1", "NUM": "1463", "PRO": "J", "SEC": "0", "YEA": "1901", "CITY": "CISTERNINO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15226	gauquelin-a6-1464-1880-06-27	{"a6": "1464"}	{"lerrcp": "A6-1464"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1464", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AR", "c3": null, "cy": "IT", "lg": 11.88261, "lat": 43.46734, "name": "Arezzo", "geoid": 3182884}, "notime": null, "date-ut": "1880-06-27 02:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1464"}, "birth": {"place": {"c2": "AR", "cy": "IT", "lg": 11.88261, "lat": 43.46734, "name": "Arezzo", "geoid": 3182884}, "date-ut": "1880-06-27 02:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1464"}, "ids-in-sources": {"a6": "1464"}}, "raw": {"H": "3", "MN": "10", "TZ": "-1", "COD": "AR", "COU": "I", "DAY": "27", "LAT": "43N30", "LON": "12E 0", "MON": "6", "NUM": "1464", "PRO": "J", "SEC": "4", "YEA": "1880", "CITY": "AREZZO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15227	gauquelin-a6-1465-1883-09-25	{"a6": "1465"}	{"lerrcp": "A6-1465"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1465", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 12.74534, "lat": 42.87728, "name": "Trevi", "geoid": 3165209}, "notime": null, "date-ut": "1883-09-25 04:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1465"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 12.74534, "lat": 42.87728, "name": "Trevi", "geoid": 3165209}, "date-ut": "1883-09-25 04:25:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1465"}, "ids-in-sources": {"a6": "1465"}}, "raw": {"H": "5", "MN": "25", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "25", "LAT": "43N 0", "LON": "13E 0", "MON": "9", "NUM": "1465", "PRO": "J", "SEC": "4", "YEA": "1883", "CITY": "TREVI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15228	gauquelin-a6-1466-1903-10-11	{"a6": "1466"}	{"lerrcp": "A6-1466"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1466", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.5, "lat": 43.7, "name": "SESTO FIORENTIN", "geoid": 0}, "notime": null, "date-ut": "1903-10-11 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1466"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.5, "lat": 43.7, "name": "SESTO FIORENTIN", "geoid": 0}, "date-ut": "1903-10-11 00:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1466"}, "ids-in-sources": {"a6": "1466"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "11", "LAT": "43N42", "LON": "11E30", "MON": "10", "NUM": "1466", "PRO": "J", "SEC": "0", "YEA": "1903", "CITY": "SESTO FIORENTIN"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15229	gauquelin-a6-1467-1886-09-05	{"a6": "1467"}	{"lerrcp": "A6-1467"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1467", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FO", "c3": null, "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "FORLI", "geoid": 0}, "notime": null, "date-ut": "1886-09-05 15:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1467"}, "birth": {"place": {"c2": "FO", "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "FORLI", "geoid": 0}, "date-ut": "1886-09-05 15:50:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1467"}, "ids-in-sources": {"a6": "1467"}}, "raw": {"H": "16", "MN": "50", "TZ": "-1", "COD": "FO", "COU": "I", "DAY": "5", "LAT": "44N12", "LON": "12E30", "MON": "9", "NUM": "1467", "PRO": "J", "SEC": "4", "YEA": "1886", "CITY": "FORLI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15230	gauquelin-a6-1468-1868-11-17	{"a6": "1468"}	{"lerrcp": "A6-1468"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1468", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.5, "lat": 43.7, "name": "S.CASCIANO VAL", "geoid": 0}, "notime": null, "date-ut": "1868-11-17 02:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1468"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.5, "lat": 43.7, "name": "S.CASCIANO VAL", "geoid": 0}, "date-ut": "1868-11-17 02:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1468"}, "ids-in-sources": {"a6": "1468"}}, "raw": {"H": "3", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "17", "LAT": "43N42", "LON": "11E30", "MON": "11", "NUM": "1468", "PRO": "J", "SEC": "4", "YEA": "1868", "CITY": "S.CASCIANO VAL"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15231	gauquelin-a6-1469-1895-10-09	{"a6": "1469"}	{"lerrcp": "A6-1469"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1469", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AV", "c3": null, "cy": "IT", "lg": 15.01785, "lat": 40.84372, "name": "Montella", "geoid": 6535638}, "notime": null, "date-ut": "1895-10-09 04:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1469"}, "birth": {"place": {"c2": "AV", "cy": "IT", "lg": 15.01785, "lat": 40.84372, "name": "Montella", "geoid": 6535638}, "date-ut": "1895-10-09 04:45"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1469"}, "ids-in-sources": {"a6": "1469"}}, "raw": {"H": "5", "MN": "45", "TZ": "-1", "COD": "AV", "COU": "I", "DAY": "9", "LAT": "41N 0", "LON": "15E 0", "MON": "10", "NUM": "1469", "PRO": "J", "SEC": "0", "YEA": "1895", "CITY": "MONTELLA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15232	gauquelin-a6-1470-1885-09-27	{"a6": "1470"}	{"lerrcp": "A6-1470"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1470", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MC", "c3": null, "cy": "IT", "lg": 13.25, "lat": 43.4, "name": "SANGINESIO", "geoid": 0}, "notime": null, "date-ut": "1885-09-27 23:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1470"}, "birth": {"place": {"c2": "MC", "cy": "IT", "lg": 13.25, "lat": 43.4, "name": "SANGINESIO", "geoid": 0}, "date-ut": "1885-09-27 23:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1470"}, "ids-in-sources": {"a6": "1470"}}, "raw": {"H": "0", "MN": "40", "TZ": "-1", "COD": "MC", "COU": "I", "DAY": "28", "LAT": "43N24", "LON": "13E15", "MON": "9", "NUM": "1470", "PRO": "J", "SEC": "4", "YEA": "1885", "CITY": "SANGINESIO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15233	gauquelin-a6-1471-1877-09-26	{"a6": "1471"}	{"lerrcp": "A6-1471"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1471", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "IT", "lg": 9.08744, "lat": 45.80998, "name": "Como", "geoid": 3178229}, "notime": null, "date-ut": "1877-09-26 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1471"}, "birth": {"place": {"c2": "CO", "cy": "IT", "lg": 9.08744, "lat": 45.80998, "name": "Como", "geoid": 3178229}, "date-ut": "1877-09-26 10:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1471"}, "ids-in-sources": {"a6": "1471"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "CO", "COU": "I", "DAY": "26", "LAT": "45N48", "LON": "9E15", "MON": "9", "NUM": "1471", "PRO": "J", "SEC": "4", "YEA": "1877", "CITY": "COMO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15234	gauquelin-a6-1472-1854-08-23	{"a6": "1472"}	{"lerrcp": "A6-1472"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1472", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 14.6883, "lat": 37.26577, "name": "Mineo", "geoid": 2524142}, "notime": null, "date-ut": "1854-08-23 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1472"}, "birth": {"place": {"c2": "CT", "cy": "IT", "lg": 14.6883, "lat": 37.26577, "name": "Mineo", "geoid": 2524142}, "date-ut": "1854-08-23 17:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1472"}, "ids-in-sources": {"a6": "1472"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "CT", "COU": "I", "DAY": "23", "LAT": "37N30", "LON": "15E 0", "MON": "8", "NUM": "1472", "PRO": "J", "SEC": "0", "YEA": "1854", "CITY": "MINEO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15235	gauquelin-a6-1473-1881-08-27	{"a6": "1473"}	{"lerrcp": "A6-1473"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1473", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.37665, "lat": 45.49657, "name": "Vignate", "geoid": 3164352}, "notime": null, "date-ut": "1881-08-27 09:30:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1473"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.37665, "lat": 45.49657, "name": "Vignate", "geoid": 3164352}, "date-ut": "1881-08-27 09:30:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1473"}, "ids-in-sources": {"a6": "1473"}}, "raw": {"H": "10", "MN": "30", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "27", "LAT": "45N30", "LON": "9E15", "MON": "8", "NUM": "1473", "PRO": "J", "SEC": "4", "YEA": "1881", "CITY": "VIGNATE"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15236	gauquelin-a6-1474-1904-03-05	{"a6": "1474"}	{"lerrcp": "A6-1474"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1474", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 14.36162, "lat": 37.92828, "name": "Mistretta", "geoid": 2524122}, "notime": null, "date-ut": "1904-03-05 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1474"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 14.36162, "lat": 37.92828, "name": "Mistretta", "geoid": 2524122}, "date-ut": "1904-03-05 06:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1474"}, "ids-in-sources": {"a6": "1474"}}, "raw": {"H": "7", "MN": "30", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "5", "LAT": "38N 0", "LON": "15E30", "MON": "3", "NUM": "1474", "PRO": "J", "SEC": "0", "YEA": "1904", "CITY": "MISTRETTA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15237	gauquelin-a6-1475-1913-10-23	{"a6": "1475"}	{"lerrcp": "A6-1475"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1475", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 12.61429, "lat": 43.07083, "name": "Assisi", "geoid": 3182722}, "notime": null, "date-ut": "1913-10-23 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1475"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 12.61429, "lat": 43.07083, "name": "Assisi", "geoid": 3182722}, "date-ut": "1913-10-23 02:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1475"}, "ids-in-sources": {"a6": "1475"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "23", "LAT": "43N 0", "LON": "13E 0", "MON": "10", "NUM": "1475", "PRO": "J", "SEC": "0", "YEA": "1913", "CITY": "ASSISI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15238	gauquelin-a6-1476-1920-04-11	{"a6": "1476"}	{"lerrcp": "A6-1476"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1476", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PZ", "c3": null, "cy": "IT", "lg": 15.80857, "lat": 40.64432, "name": "Potenza", "geoid": 3170027}, "notime": null, "date-ut": "1920-04-11 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1476"}, "birth": {"place": {"c2": "PZ", "cy": "IT", "lg": 15.80857, "lat": 40.64432, "name": "Potenza", "geoid": 3170027}, "date-ut": "1920-04-11 14:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1476"}, "ids-in-sources": {"a6": "1476"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "PZ", "COU": "I", "DAY": "11", "LAT": "40N30", "LON": "15E45", "MON": "4", "NUM": "1476", "PRO": "J", "SEC": "0", "YEA": "1920", "CITY": "POTENZA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15239	gauquelin-a6-1477-1866-07-13	{"a6": "1477"}	{"lerrcp": "A6-1477"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1477", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AN", "c3": null, "cy": "IT", "lg": 13.51008, "lat": 43.59816, "name": "Ancona", "geoid": 3183089}, "notime": null, "date-ut": "1866-07-13 20:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1477"}, "birth": {"place": {"c2": "AN", "cy": "IT", "lg": 13.51008, "lat": 43.59816, "name": "Ancona", "geoid": 3183089}, "date-ut": "1866-07-13 20:05"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1477"}, "ids-in-sources": {"a6": "1477"}}, "raw": {"H": "21", "MN": "5", "TZ": "-1", "COD": "AN", "COU": "I", "DAY": "13", "LAT": "43N42", "LON": "13E45", "MON": "7", "NUM": "1477", "PRO": "J", "SEC": "0", "YEA": "1866", "CITY": "ANCONA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15240	gauquelin-a6-1478-1900-04-21	{"a6": "1478"}	{"lerrcp": "A6-1478"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1478", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CZ", "c3": null, "cy": "IT", "lg": 17.5, "lat": 39, "name": "VIBO VALENTIA", "geoid": 0}, "notime": null, "date-ut": "1900-04-21 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1478"}, "birth": {"place": {"c2": "CZ", "cy": "IT", "lg": 17.5, "lat": 39, "name": "VIBO VALENTIA", "geoid": 0}, "date-ut": "1900-04-21 04:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1478"}, "ids-in-sources": {"a6": "1478"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "CZ", "COU": "I", "DAY": "21", "LAT": "39N 0", "LON": "17E30", "MON": "4", "NUM": "1478", "PRO": "J", "SEC": "0", "YEA": "1900", "CITY": "VIBO VALENTIA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15241	gauquelin-a6-1479-1899-11-02	{"a6": "1479"}	{"lerrcp": "A6-1479"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1479", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LE", "c3": null, "cy": "IT", "lg": 18.17202, "lat": 40.35703, "name": "Lecce", "geoid": 3174953}, "notime": null, "date-ut": "1899-11-02 15:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1479"}, "birth": {"place": {"c2": "LE", "cy": "IT", "lg": 18.17202, "lat": 40.35703, "name": "Lecce", "geoid": 3174953}, "date-ut": "1899-11-02 15:25"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1479"}, "ids-in-sources": {"a6": "1479"}}, "raw": {"H": "16", "MN": "25", "TZ": "-1", "COD": "LE", "COU": "I", "DAY": "2", "LAT": "40N24", "LON": "18E45", "MON": "11", "NUM": "1479", "PRO": "J", "SEC": "0", "YEA": "1899", "CITY": "LECCE"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15242	gauquelin-a6-1480-1882-11-17	{"a6": "1480"}	{"lerrcp": "A6-1480"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1480", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AP", "c3": null, "cy": "IT", "lg": 13.75, "lat": 43, "name": "MONTEGRANARO", "geoid": 0}, "notime": null, "date-ut": "1882-11-17 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1480"}, "birth": {"place": {"c2": "AP", "cy": "IT", "lg": 13.75, "lat": 43, "name": "MONTEGRANARO", "geoid": 0}, "date-ut": "1882-11-17 03:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1480"}, "ids-in-sources": {"a6": "1480"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "AP", "COU": "I", "DAY": "17", "LAT": "43N 0", "LON": "13E45", "MON": "11", "NUM": "1480", "PRO": "J", "SEC": "4", "YEA": "1882", "CITY": "MONTEGRANARO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15243	gauquelin-a6-1481-1914-07-30	{"a6": "1481"}	{"lerrcp": "A6-1481"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1481", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1914-07-30 08:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1481"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1914-07-30 08:25"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1481"}, "ids-in-sources": {"a6": "1481"}}, "raw": {"H": "9", "MN": "25", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "30", "LAT": "45N 0", "LON": "12E15", "MON": "7", "NUM": "1481", "PRO": "J", "SEC": "0", "YEA": "1914", "CITY": "ROMA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15244	gauquelin-a6-1482-1914-02-04	{"a6": "1482"}	{"lerrcp": "A6-1482"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1482", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AQ", "c3": null, "cy": "IT", "lg": 13.4388, "lat": 42.04023, "name": "Avezzano", "geoid": 3182636}, "notime": null, "date-ut": "1914-02-04 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1482"}, "birth": {"place": {"c2": "AQ", "cy": "IT", "lg": 13.4388, "lat": 42.04023, "name": "Avezzano", "geoid": 3182636}, "date-ut": "1914-02-04 05:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1482"}, "ids-in-sources": {"a6": "1482"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "AQ", "COU": "I", "DAY": "4", "LAT": "42N24", "LON": "13E30", "MON": "2", "NUM": "1482", "PRO": "J", "SEC": "0", "YEA": "1914", "CITY": "AVEZZANO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15245	gauquelin-a6-1483-1882-06-19	{"a6": "1483"}	{"lerrcp": "A6-1483"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1483", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PT", "c3": null, "cy": "IT", "lg": 10.92361, "lat": 43.92125, "name": "Pistoia", "geoid": 3170621}, "notime": null, "date-ut": "1882-06-19 15:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1483"}, "birth": {"place": {"c2": "PT", "cy": "IT", "lg": 10.92361, "lat": 43.92125, "name": "Pistoia", "geoid": 3170621}, "date-ut": "1882-06-19 15:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1483"}, "ids-in-sources": {"a6": "1483"}}, "raw": {"H": "16", "MN": "10", "TZ": "-1", "COD": "PT", "COU": "I", "DAY": "19", "LAT": "44N 0", "LON": "11E15", "MON": "6", "NUM": "1483", "PRO": "J", "SEC": "4", "YEA": "1882", "CITY": "PISTOIA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15246	gauquelin-a6-1484-1909-08-02	{"a6": "1484"}	{"lerrcp": "A6-1484"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1484", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14, "lat": 40.9, "name": "CASTELCAPUANO", "geoid": 0}, "notime": null, "date-ut": "1909-08-02 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1484"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14, "lat": 40.9, "name": "CASTELCAPUANO", "geoid": 0}, "date-ut": "1909-08-02 02:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1484"}, "ids-in-sources": {"a6": "1484"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "2", "LAT": "40N54", "LON": "14E 0", "MON": "8", "NUM": "1484", "PRO": "J", "SEC": "0", "YEA": "1909", "CITY": "CASTELCAPUANO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15247	gauquelin-a6-1485-1914-02-22	{"a6": "1485"}	{"lerrcp": "A6-1485"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1485", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AV", "c3": null, "cy": "IT", "lg": 15.00134, "lat": 41.09772, "name": "Bonito", "geoid": 3181882}, "notime": null, "date-ut": "1914-02-22 14:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1485"}, "birth": {"place": {"c2": "AV", "cy": "IT", "lg": 15.00134, "lat": 41.09772, "name": "Bonito", "geoid": 3181882}, "date-ut": "1914-02-22 14:40"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1485"}, "ids-in-sources": {"a6": "1485"}}, "raw": {"H": "15", "MN": "40", "TZ": "-1", "COD": "AV", "COU": "I", "DAY": "22", "LAT": "41N 0", "LON": "15E 0", "MON": "2", "NUM": "1485", "PRO": "J", "SEC": "0", "YEA": "1914", "CITY": "BONITO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15248	gauquelin-a6-1486-1857-04-25	{"a6": "1486"}	{"lerrcp": "A6-1486"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1486", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RI", "c3": null, "cy": "IT", "lg": 12.85918, "lat": 42.40723, "name": "Rieti", "geoid": 3169412}, "notime": null, "date-ut": "1857-04-25 03:07"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1486"}, "birth": {"place": {"c2": "RI", "cy": "IT", "lg": 12.85918, "lat": 42.40723, "name": "Rieti", "geoid": 3169412}, "date-ut": "1857-04-25 03:07"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1486"}, "ids-in-sources": {"a6": "1486"}}, "raw": {"H": "4", "MN": "7", "TZ": "-1", "COD": "RI", "COU": "I", "DAY": "25", "LAT": "42N24", "LON": "13E15", "MON": "4", "NUM": "1486", "PRO": "J", "SEC": "0", "YEA": "1857", "CITY": "RIETI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15249	gauquelin-a6-1487-1902-05-16	{"a6": "1487"}	{"lerrcp": "A6-1487"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1487", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VI", "c3": null, "cy": "IT", "lg": 11.5409, "lat": 45.55729, "name": "Vicenza", "geoid": 3164419}, "notime": null, "date-ut": "1902-05-16 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1487"}, "birth": {"place": {"c2": "VI", "cy": "IT", "lg": 11.5409, "lat": 45.55729, "name": "Vicenza", "geoid": 3164419}, "date-ut": "1902-05-16 20:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1487"}, "ids-in-sources": {"a6": "1487"}}, "raw": {"H": "21", "MN": "30", "TZ": "-1", "COD": "VI", "COU": "I", "DAY": "16", "LAT": "45N30", "LON": "12E 0", "MON": "5", "NUM": "1487", "PRO": "J", "SEC": "0", "YEA": "1902", "CITY": "VICENZA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15250	gauquelin-a6-1488-1885-03-19	{"a6": "1488"}	{"lerrcp": "A6-1488"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1488", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "notime": null, "date-ut": "1885-03-19 10:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1488"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "date-ut": "1885-03-19 10:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1488"}, "ids-in-sources": {"a6": "1488"}}, "raw": {"H": "11", "MN": "40", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "19", "LAT": "45N24", "LON": "12E15", "MON": "3", "NUM": "1488", "PRO": "J", "SEC": "4", "YEA": "1885", "CITY": "PADOVA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15252	gauquelin-a6-1490-1908-05-12	{"a6": "1490"}	{"lerrcp": "A6-1490"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1490", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.31023, "lat": 40.95711, "name": "Caivano", "geoid": 3181258}, "notime": null, "date-ut": "1908-05-12 22:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1490"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.31023, "lat": 40.95711, "name": "Caivano", "geoid": 3181258}, "date-ut": "1908-05-12 22:10"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1490"}, "ids-in-sources": {"a6": "1490"}}, "raw": {"H": "23", "MN": "10", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "12", "LAT": "40N54", "LON": "14E 0", "MON": "5", "NUM": "1490", "PRO": "J", "SEC": "0", "YEA": "1908", "CITY": "CAIVANO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15253	gauquelin-a6-1491-1915-11-26	{"a6": "1491"}	{"lerrcp": "A6-1491"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1491", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AV", "c3": null, "cy": "IT", "lg": 14.88394, "lat": 40.96152, "name": "Montefalcione", "geoid": 3172942}, "notime": null, "date-ut": "1915-11-26 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1491"}, "birth": {"place": {"c2": "AV", "cy": "IT", "lg": 14.88394, "lat": 40.96152, "name": "Montefalcione", "geoid": 3172942}, "date-ut": "1915-11-26 13:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1491"}, "ids-in-sources": {"a6": "1491"}}, "raw": {"H": "14", "MN": "30", "TZ": "-1", "COD": "AV", "COU": "I", "DAY": "26", "LAT": "41N 0", "LON": "15E 0", "MON": "11", "NUM": "1491", "PRO": "J", "SEC": "0", "YEA": "1915", "CITY": "MONTEFALCIONE"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15254	gauquelin-a6-1492-1881-07-10	{"a6": "1492"}	{"lerrcp": "A6-1492"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1492", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "notime": null, "date-ut": "1881-07-10 22:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1492"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "date-ut": "1881-07-10 22:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1492"}, "ids-in-sources": {"a6": "1492"}}, "raw": {"H": "23", "MN": "10", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "10", "LAT": "45N30", "LON": "12E30", "MON": "7", "NUM": "1492", "PRO": "J", "SEC": "4", "YEA": "1881", "CITY": "VENEZIA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15255	gauquelin-a6-1493-1893-09-14	{"a6": "1493"}	{"lerrcp": "A6-1493"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1493", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AQ", "c3": null, "cy": "IT", "lg": 13.39954, "lat": 42.35055, "name": "L'Aquila", "geoid": 3175121}, "notime": null, "date-ut": "1893-09-14 15:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1493"}, "birth": {"place": {"c2": "AQ", "cy": "IT", "lg": 13.39954, "lat": 42.35055, "name": "L'Aquila", "geoid": 3175121}, "date-ut": "1893-09-14 15:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1493"}, "ids-in-sources": {"a6": "1493"}}, "raw": {"H": "16", "MN": "40", "TZ": "-1", "COD": "AQ", "COU": "I", "DAY": "14", "LAT": "42N24", "LON": "13E30", "MON": "9", "NUM": "1493", "PRO": "J", "SEC": "4", "YEA": "1893", "CITY": "L'AQUILA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15256	gauquelin-a6-1494-1890-04-09	{"a6": "1494"}	{"lerrcp": "A6-1494"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1494", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RI", "c3": null, "cy": "IT", "lg": 13.14619, "lat": 42.20643, "name": "Pescorocchiano", "geoid": 3171125}, "notime": null, "date-ut": "1890-04-09 09:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1494"}, "birth": {"place": {"c2": "RI", "cy": "IT", "lg": 13.14619, "lat": 42.20643, "name": "Pescorocchiano", "geoid": 3171125}, "date-ut": "1890-04-09 09:25:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1494"}, "ids-in-sources": {"a6": "1494"}}, "raw": {"H": "10", "MN": "25", "TZ": "-1", "COD": "RI", "COU": "I", "DAY": "9", "LAT": "42N24", "LON": "13E15", "MON": "4", "NUM": "1494", "PRO": "J", "SEC": "4", "YEA": "1890", "CITY": "PESCOROCCHIANO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15257	gauquelin-a6-1495-1909-09-02	{"a6": "1495"}	{"lerrcp": "A6-1495"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1495", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 15.21018, "lat": 38.09916, "name": "Castroreale", "geoid": 2525073}, "notime": null, "date-ut": "1909-09-02 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1495"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 15.21018, "lat": 38.09916, "name": "Castroreale", "geoid": 2525073}, "date-ut": "1909-09-02 13:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1495"}, "ids-in-sources": {"a6": "1495"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "2", "LAT": "38N 0", "LON": "15E30", "MON": "9", "NUM": "1495", "PRO": "J", "SEC": "0", "YEA": "1909", "CITY": "CASTROREALE"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15258	gauquelin-a6-1496-1876-05-23	{"a6": "1496"}	{"lerrcp": "A6-1496"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1496", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "CERNUSCO SUL NA", "geoid": 0}, "notime": null, "date-ut": "1876-05-23 02:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1496"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "CERNUSCO SUL NA", "geoid": 0}, "date-ut": "1876-05-23 02:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1496"}, "ids-in-sources": {"a6": "1496"}}, "raw": {"H": "3", "MN": "10", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "23", "LAT": "45N30", "LON": "9E15", "MON": "5", "NUM": "1496", "PRO": "J", "SEC": "4", "YEA": "1876", "CITY": "CERNUSCO SUL NA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15259	gauquelin-a6-1497-1902-09-02	{"a6": "1497"}	{"lerrcp": "A6-1497"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1497", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AQ", "c3": null, "cy": "IT", "lg": 13.5193, "lat": 42.20473, "name": "Rocca di Mezzo", "geoid": 3169182}, "notime": null, "date-ut": "1902-09-02 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1497"}, "birth": {"place": {"c2": "AQ", "cy": "IT", "lg": 13.5193, "lat": 42.20473, "name": "Rocca di Mezzo", "geoid": 3169182}, "date-ut": "1902-09-02 20:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1497"}, "ids-in-sources": {"a6": "1497"}}, "raw": {"H": "21", "MN": "0", "TZ": "-1", "COD": "AQ", "COU": "I", "DAY": "2", "LAT": "42N24", "LON": "13E30", "MON": "9", "NUM": "1497", "PRO": "J", "SEC": "0", "YEA": "1902", "CITY": "ROCCA DI MEZZO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15260	gauquelin-a6-1498-1898-11-24	{"a6": "1498"}	{"lerrcp": "A6-1498"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1498", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FR", "c3": null, "cy": "IT", "lg": 13.2723, "lat": 41.77572, "name": "Trivigliano", "geoid": 6535625}, "notime": null, "date-ut": "1898-11-24 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1498"}, "birth": {"place": {"c2": "FR", "cy": "IT", "lg": 13.2723, "lat": 41.77572, "name": "Trivigliano", "geoid": 6535625}, "date-ut": "1898-11-24 07:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1498"}, "ids-in-sources": {"a6": "1498"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "FR", "COU": "I", "DAY": "24", "LAT": "41N36", "LON": "13E15", "MON": "11", "NUM": "1498", "PRO": "J", "SEC": "0", "YEA": "1898", "CITY": "TRIVIGLIANO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15261	gauquelin-a6-1499-1868-01-15	{"a6": "1499"}	{"lerrcp": "A6-1499"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1499", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LE", "c3": null, "cy": "IT", "lg": 18.30353, "lat": 40.28953, "name": "Vernole", "geoid": 3164532}, "notime": null, "date-ut": "1868-01-15 01:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1499"}, "birth": {"place": {"c2": "LE", "cy": "IT", "lg": 18.30353, "lat": 40.28953, "name": "Vernole", "geoid": 3164532}, "date-ut": "1868-01-15 01:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1499"}, "ids-in-sources": {"a6": "1499"}}, "raw": {"H": "2", "MN": "10", "TZ": "-1", "COD": "LE", "COU": "I", "DAY": "15", "LAT": "40N24", "LON": "18E45", "MON": "1", "NUM": "1499", "PRO": "J", "SEC": "4", "YEA": "1868", "CITY": "VERNOLE"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15262	gauquelin-a6-1500-1891-03-09	{"a6": "1500"}	{"lerrcp": "A6-1500"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1500", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BR", "c3": null, "cy": "IT", "lg": 17.93682, "lat": 40.62773, "name": "Brindisi", "geoid": 3181528}, "notime": null, "date-ut": "1891-03-09 05:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1500"}, "birth": {"place": {"c2": "BR", "cy": "IT", "lg": 17.93682, "lat": 40.62773, "name": "Brindisi", "geoid": 3181528}, "date-ut": "1891-03-09 05:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1500"}, "ids-in-sources": {"a6": "1500"}}, "raw": {"H": "6", "MN": "40", "TZ": "-1", "COD": "BR", "COU": "I", "DAY": "9", "LAT": "40N36", "LON": "18E 0", "MON": "3", "NUM": "1500", "PRO": "J", "SEC": "4", "YEA": "1891", "CITY": "BRINDISI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15263	gauquelin-a6-1501-1916-08-21	{"a6": "1501"}	{"lerrcp": "A6-1501"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1501", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AP", "c3": null, "cy": "IT", "lg": 13.86489, "lat": 42.98875, "name": "Grottammare", "geoid": 3175771}, "notime": null, "date-ut": "1916-08-21 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1501"}, "birth": {"place": {"c2": "AP", "cy": "IT", "lg": 13.86489, "lat": 42.98875, "name": "Grottammare", "geoid": 3175771}, "date-ut": "1916-08-21 21:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1501"}, "ids-in-sources": {"a6": "1501"}}, "raw": {"H": "22", "MN": "30", "TZ": "-1", "COD": "AP", "COU": "I", "DAY": "21", "LAT": "43N 0", "LON": "13E45", "MON": "8", "NUM": "1501", "PRO": "J", "SEC": "0", "YEA": "1916", "CITY": "GROTTAMMARE"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15264	gauquelin-a6-1502-1892-01-02	{"a6": "1502"}	{"lerrcp": "A6-1502"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1502", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AV", "c3": null, "cy": "IT", "lg": 14.74534, "lat": 40.94922, "name": "Summonte", "geoid": 3166031}, "notime": null, "date-ut": "1892-01-02 05:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1502"}, "birth": {"place": {"c2": "AV", "cy": "IT", "lg": 14.74534, "lat": 40.94922, "name": "Summonte", "geoid": 3166031}, "date-ut": "1892-01-02 05:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1502"}, "ids-in-sources": {"a6": "1502"}}, "raw": {"H": "6", "MN": "10", "TZ": "-1", "COD": "AV", "COU": "I", "DAY": "2", "LAT": "41N 0", "LON": "15E 0", "MON": "1", "NUM": "1502", "PRO": "J", "SEC": "4", "YEA": "1892", "CITY": "SUMMONTE"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15265	gauquelin-a6-1503-1866-06-10	{"a6": "1503"}	{"lerrcp": "A6-1503"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1503", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SV", "c3": null, "cy": "IT", "lg": 8.47715, "lat": 44.30905, "name": "Savona", "geoid": 3167022}, "notime": null, "date-ut": "1866-06-10 14:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1503"}, "birth": {"place": {"c2": "SV", "cy": "IT", "lg": 8.47715, "lat": 44.30905, "name": "Savona", "geoid": 3167022}, "date-ut": "1866-06-10 14:55"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1503"}, "ids-in-sources": {"a6": "1503"}}, "raw": {"H": "15", "MN": "55", "TZ": "-1", "COD": "SV", "COU": "I", "DAY": "10", "LAT": "44N18", "LON": "8E45", "MON": "6", "NUM": "1503", "PRO": "J", "SEC": "0", "YEA": "1866", "CITY": "SAVONA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15266	gauquelin-a6-1504-1893-09-12	{"a6": "1504"}	{"lerrcp": "A6-1504"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1504", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.12454, "lat": 45.57627, "name": "Senago", "geoid": 3166753}, "notime": null, "date-ut": "1893-09-12 16:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1504"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.12454, "lat": 45.57627, "name": "Senago", "geoid": 3166753}, "date-ut": "1893-09-12 16:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1504"}, "ids-in-sources": {"a6": "1504"}}, "raw": {"H": "17", "MN": "10", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "12", "LAT": "45N30", "LON": "9E15", "MON": "9", "NUM": "1504", "PRO": "J", "SEC": "4", "YEA": "1893", "CITY": "SENAGO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15267	gauquelin-a6-1505-1893-10-31	{"a6": "1505"}	{"lerrcp": "A6-1505"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1505", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.16483, "lat": 45.56899, "name": "Paderno Dugnano", "geoid": 3171737}, "notime": null, "date-ut": "1893-10-31 04:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1505"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.16483, "lat": 45.56899, "name": "Paderno Dugnano", "geoid": 3171737}, "date-ut": "1893-10-31 04:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1505"}, "ids-in-sources": {"a6": "1505"}}, "raw": {"H": "5", "MN": "10", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "31", "LAT": "45N30", "LON": "9E15", "MON": "10", "NUM": "1505", "PRO": "J", "SEC": "4", "YEA": "1893", "CITY": "PADERNO DUGNANO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15268	gauquelin-a6-1506-1866-06-04	{"a6": "1506"}	{"lerrcp": "A6-1506"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1506", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FG", "c3": null, "cy": "IT", "lg": 16.17496, "lat": 41.88245, "name": "Vieste", "geoid": 3164387}, "notime": null, "date-ut": "1866-06-04 16:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1506"}, "birth": {"place": {"c2": "FG", "cy": "IT", "lg": 16.17496, "lat": 41.88245, "name": "Vieste", "geoid": 3164387}, "date-ut": "1866-06-04 16:58"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1506"}, "ids-in-sources": {"a6": "1506"}}, "raw": {"H": "17", "MN": "58", "TZ": "-1", "COD": "FG", "COU": "I", "DAY": "4", "LAT": "41N36", "LON": "15E30", "MON": "6", "NUM": "1506", "PRO": "J", "SEC": "0", "YEA": "1866", "CITY": "VIESTE"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15269	gauquelin-a6-1507-1877-05-10	{"a6": "1507"}	{"lerrcp": "A6-1507"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1507", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PZ", "c3": null, "cy": "IT", "lg": 15.65364, "lat": 40.99656, "name": "Melfi", "geoid": 3173615}, "notime": null, "date-ut": "1877-05-10 18:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1507"}, "birth": {"place": {"c2": "PZ", "cy": "IT", "lg": 15.65364, "lat": 40.99656, "name": "Melfi", "geoid": 3173615}, "date-ut": "1877-05-10 18:25:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1507"}, "ids-in-sources": {"a6": "1507"}}, "raw": {"H": "19", "MN": "25", "TZ": "-1", "COD": "PZ", "COU": "I", "DAY": "10", "LAT": "40N30", "LON": "15E45", "MON": "5", "NUM": "1507", "PRO": "J", "SEC": "4", "YEA": "1877", "CITY": "MELFI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15270	gauquelin-a6-1508-1891-04-13	{"a6": "1508"}	{"lerrcp": "A6-1508"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1508", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1891-04-13 13:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1508"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1891-04-13 13:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1508"}, "ids-in-sources": {"a6": "1508"}}, "raw": {"H": "14", "MN": "10", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "13", "LAT": "45N 0", "LON": "12E15", "MON": "4", "NUM": "1508", "PRO": "J", "SEC": "4", "YEA": "1891", "CITY": "ROMA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15271	gauquelin-a6-1509-1903-01-05	{"a6": "1509"}	{"lerrcp": "A6-1509"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1509", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1903-01-05 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1509"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1903-01-05 00:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1509"}, "ids-in-sources": {"a6": "1509"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "5", "LAT": "40N54", "LON": "14E 0", "MON": "1", "NUM": "1509", "PRO": "J", "SEC": "0", "YEA": "1903", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15272	gauquelin-a6-1510-1882-07-03	{"a6": "1510"}	{"lerrcp": "A6-1510"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1510", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VI", "c3": null, "cy": "IT", "lg": 11.5409, "lat": 45.55729, "name": "Vicenza", "geoid": 3164419}, "notime": null, "date-ut": "1882-07-03 16:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1510"}, "birth": {"place": {"c2": "VI", "cy": "IT", "lg": 11.5409, "lat": 45.55729, "name": "Vicenza", "geoid": 3164419}, "date-ut": "1882-07-03 16:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1510"}, "ids-in-sources": {"a6": "1510"}}, "raw": {"H": "17", "MN": "10", "TZ": "-1", "COD": "VI", "COU": "I", "DAY": "3", "LAT": "45N30", "LON": "12E 0", "MON": "7", "NUM": "1510", "PRO": "J", "SEC": "4", "YEA": "1882", "CITY": "VICENZA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15273	gauquelin-a6-1511-1875-03-25	{"a6": "1511"}	{"lerrcp": "A6-1511"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1511", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PZ", "c3": null, "cy": "IT", "lg": 15.80857, "lat": 40.64432, "name": "Potenza", "geoid": 3170027}, "notime": null, "date-ut": "1875-03-25 01:14:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1511"}, "birth": {"place": {"c2": "PZ", "cy": "IT", "lg": 15.80857, "lat": 40.64432, "name": "Potenza", "geoid": 3170027}, "date-ut": "1875-03-25 01:14:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1511"}, "ids-in-sources": {"a6": "1511"}}, "raw": {"H": "2", "MN": "14", "TZ": "-1", "COD": "PZ", "COU": "I", "DAY": "25", "LAT": "40N30", "LON": "15E45", "MON": "3", "NUM": "1511", "PRO": "J", "SEC": "4", "YEA": "1875", "CITY": "POTENZA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15274	gauquelin-a6-1512-1889-05-01	{"a6": "1512"}	{"lerrcp": "A6-1512"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1512", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CH", "c3": null, "cy": "IT", "lg": 14.25, "lat": 42.3, "name": "ONTONA A MARE", "geoid": 0}, "notime": null, "date-ut": "1889-05-01 01:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1512"}, "birth": {"place": {"c2": "CH", "cy": "IT", "lg": 14.25, "lat": 42.3, "name": "ONTONA A MARE", "geoid": 0}, "date-ut": "1889-05-01 01:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1512"}, "ids-in-sources": {"a6": "1512"}}, "raw": {"H": "2", "MN": "10", "TZ": "-1", "COD": "CH", "COU": "I", "DAY": "1", "LAT": "42N18", "LON": "14E15", "MON": "5", "NUM": "1512", "PRO": "J", "SEC": "4", "YEA": "1889", "CITY": "ONTONA A MARE"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15275	gauquelin-a6-1513-1890-11-24	{"a6": "1513"}	{"lerrcp": "A6-1513"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1513", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 14.96434, "lat": 38.14046, "name": "Patti", "geoid": 2523864}, "notime": null, "date-ut": "1890-11-24 02:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1513"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 14.96434, "lat": 38.14046, "name": "Patti", "geoid": 2523864}, "date-ut": "1890-11-24 02:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1513"}, "ids-in-sources": {"a6": "1513"}}, "raw": {"H": "3", "MN": "10", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "24", "LAT": "38N 0", "LON": "15E30", "MON": "11", "NUM": "1513", "PRO": "J", "SEC": "4", "YEA": "1890", "CITY": "PATTI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15276	gauquelin-a6-1514-1897-09-15	{"a6": "1514"}	{"lerrcp": "A6-1514"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1514", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 11.3091, "lat": 45.18318, "name": "Legnago", "geoid": 3174922}, "notime": null, "date-ut": "1897-09-15 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1514"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 11.3091, "lat": 45.18318, "name": "Legnago", "geoid": 3174922}, "date-ut": "1897-09-15 14:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1514"}, "ids-in-sources": {"a6": "1514"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "15", "LAT": "45N24", "LON": "11E 0", "MON": "9", "NUM": "1514", "PRO": "J", "SEC": "0", "YEA": "1897", "CITY": "LEGNAGO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15277	gauquelin-a6-1515-1914-07-07	{"a6": "1515"}	{"lerrcp": "A6-1515"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1515", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 15.39519, "lat": 37.97626, "name": "Roccalumera", "geoid": 2523601}, "notime": null, "date-ut": "1914-07-07 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1515"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 15.39519, "lat": 37.97626, "name": "Roccalumera", "geoid": 2523601}, "date-ut": "1914-07-07 16:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1515"}, "ids-in-sources": {"a6": "1515"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "7", "LAT": "38N 0", "LON": "15E30", "MON": "7", "NUM": "1515", "PRO": "J", "SEC": "0", "YEA": "1914", "CITY": "ROCCALUMERA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15278	gauquelin-a6-1516-1892-05-19	{"a6": "1516"}	{"lerrcp": "A6-1516"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1516", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 16.85118, "lat": 41.11773, "name": "Bari", "geoid": 3182351}, "notime": null, "date-ut": "1892-05-19 05:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1516"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 16.85118, "lat": 41.11773, "name": "Bari", "geoid": 3182351}, "date-ut": "1892-05-19 05:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1516"}, "ids-in-sources": {"a6": "1516"}}, "raw": {"H": "6", "MN": "10", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "19", "LAT": "41N12", "LON": "17E 0", "MON": "5", "NUM": "1516", "PRO": "J", "SEC": "4", "YEA": "1892", "CITY": "BARI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15279	gauquelin-a6-1517-1885-11-23	{"a6": "1517"}	{"lerrcp": "A6-1517"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1517", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AN", "c3": null, "cy": "IT", "lg": 13.48748, "lat": 43.48276, "name": "Osimo", "geoid": 3171848}, "notime": null, "date-ut": "1885-11-23 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1517"}, "birth": {"place": {"c2": "AN", "cy": "IT", "lg": 13.48748, "lat": 43.48276, "name": "Osimo", "geoid": 3171848}, "date-ut": "1885-11-23 07:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1517"}, "ids-in-sources": {"a6": "1517"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "AN", "COU": "I", "DAY": "23", "LAT": "43N42", "LON": "13E45", "MON": "11", "NUM": "1517", "PRO": "J", "SEC": "4", "YEA": "1885", "CITY": "OSIMO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15280	gauquelin-a6-1518-1896-06-16	{"a6": "1518"}	{"lerrcp": "A6-1518"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1518", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CH", "c3": null, "cy": "IT", "lg": 14.19405, "lat": 42.1539, "name": "Pennapiedimonte", "geoid": 3171250}, "notime": null, "date-ut": "1896-06-16 02:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1518"}, "birth": {"place": {"c2": "CH", "cy": "IT", "lg": 14.19405, "lat": 42.1539, "name": "Pennapiedimonte", "geoid": 3171250}, "date-ut": "1896-06-16 02:40"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1518"}, "ids-in-sources": {"a6": "1518"}}, "raw": {"H": "3", "MN": "40", "TZ": "-1", "COD": "CH", "COU": "I", "DAY": "16", "LAT": "42N18", "LON": "14E15", "MON": "6", "NUM": "1518", "PRO": "J", "SEC": "0", "YEA": "1896", "CITY": "PENNAPIEDIMONTE"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15281	gauquelin-a6-1519-1901-02-10	{"a6": "1519"}	{"lerrcp": "A6-1519"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1519", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1901-02-10 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1519"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1901-02-10 05:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1519"}, "ids-in-sources": {"a6": "1519"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "10", "LAT": "45N 0", "LON": "12E15", "MON": "2", "NUM": "1519", "PRO": "J", "SEC": "0", "YEA": "1901", "CITY": "ROMA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15282	gauquelin-a6-1520-1873-09-26	{"a6": "1520"}	{"lerrcp": "A6-1520"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1520", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.53362, "lat": 44.53707, "name": "Budrio", "geoid": 3181443}, "notime": null, "date-ut": "1873-09-26 05:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1520"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.53362, "lat": 44.53707, "name": "Budrio", "geoid": 3181443}, "date-ut": "1873-09-26 05:25:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1520"}, "ids-in-sources": {"a6": "1520"}}, "raw": {"H": "6", "MN": "25", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "26", "LAT": "44N30", "LON": "11E 0", "MON": "9", "NUM": "1520", "PRO": "J", "SEC": "4", "YEA": "1873", "CITY": "BUDRIO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15283	gauquelin-a6-1521-1891-04-18	{"a6": "1521"}	{"lerrcp": "A6-1521"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1521", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "notime": null, "date-ut": "1891-04-18 12:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1521"}, "birth": {"place": {"c2": "CT", "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "date-ut": "1891-04-18 12:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1521"}, "ids-in-sources": {"a6": "1521"}}, "raw": {"H": "13", "MN": "40", "TZ": "-1", "COD": "CT", "COU": "I", "DAY": "18", "LAT": "37N30", "LON": "15E 0", "MON": "4", "NUM": "1521", "PRO": "J", "SEC": "4", "YEA": "1891", "CITY": "CATANIA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15284	gauquelin-a6-1522-1898-01-25	{"a6": "1522"}	{"lerrcp": "A6-1522"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1522", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AQ", "c3": null, "cy": "IT", "lg": 13.4715, "lat": 41.88572, "name": "Civita d'Antino", "geoid": 3178594}, "notime": null, "date-ut": "1898-01-25 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1522"}, "birth": {"place": {"c2": "AQ", "cy": "IT", "lg": 13.4715, "lat": 41.88572, "name": "Civita d'Antino", "geoid": 3178594}, "date-ut": "1898-01-25 13:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1522"}, "ids-in-sources": {"a6": "1522"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "AQ", "COU": "I", "DAY": "25", "LAT": "42N24", "LON": "13E30", "MON": "1", "NUM": "1522", "PRO": "J", "SEC": "0", "YEA": "1898", "CITY": "CIVITA D'ANTINO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15285	gauquelin-a6-1523-1889-01-13	{"a6": "1523"}	{"lerrcp": "A6-1523"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1523", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CB", "c3": null, "cy": "IT", "lg": 14.66753, "lat": 41.56003, "name": "Campobasso", "geoid": 3180991}, "notime": null, "date-ut": "1889-01-13 08:00:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1523"}, "birth": {"place": {"c2": "CB", "cy": "IT", "lg": 14.66753, "lat": 41.56003, "name": "Campobasso", "geoid": 3180991}, "date-ut": "1889-01-13 08:00:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1523"}, "ids-in-sources": {"a6": "1523"}}, "raw": {"H": "9", "MN": "0", "TZ": "-1", "COD": "CB", "COU": "I", "DAY": "13", "LAT": "41N36", "LON": "14E45", "MON": "1", "NUM": "1523", "PRO": "J", "SEC": "4", "YEA": "1889", "CITY": "CAMPOBASSO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15286	gauquelin-a6-1524-1904-09-24	{"a6": "1524"}	{"lerrcp": "A6-1524"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1524", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FE", "c3": null, "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "notime": null, "date-ut": "1904-09-24 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1524"}, "birth": {"place": {"c2": "FE", "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "date-ut": "1904-09-24 08:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1524"}, "ids-in-sources": {"a6": "1524"}}, "raw": {"H": "9", "MN": "0", "TZ": "-1", "COD": "FE", "COU": "I", "DAY": "24", "LAT": "44N42", "LON": "12E30", "MON": "9", "NUM": "1524", "PRO": "J", "SEC": "0", "YEA": "1904", "CITY": "FERRARA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15287	gauquelin-a6-1525-1866-01-15	{"a6": "1525"}	{"lerrcp": "A6-1525"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1525", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "notime": null, "date-ut": "1866-01-15 05:17"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1525"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "date-ut": "1866-01-15 05:17"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1525"}, "ids-in-sources": {"a6": "1525"}}, "raw": {"H": "6", "MN": "17", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "15", "LAT": "44N48", "LON": "10E45", "MON": "1", "NUM": "1525", "PRO": "J", "SEC": "0", "YEA": "1866", "CITY": "PARMA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15288	gauquelin-a6-1526-1921-03-13	{"a6": "1526"}	{"lerrcp": "A6-1526"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1526", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RG", "c3": null, "cy": "IT", "lg": 14.77399, "lat": 36.84594, "name": "Modica", "geoid": 2524119}, "notime": null, "date-ut": "1921-03-13 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1526"}, "birth": {"place": {"c2": "RG", "cy": "IT", "lg": 14.77399, "lat": 36.84594, "name": "Modica", "geoid": 2524119}, "date-ut": "1921-03-13 22:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1526"}, "ids-in-sources": {"a6": "1526"}}, "raw": {"H": "23", "MN": "30", "TZ": "-1", "COD": "RG", "COU": "I", "DAY": "13", "LAT": "37N 0", "LON": "14E45", "MON": "3", "NUM": "1526", "PRO": "J", "SEC": "0", "YEA": "1921", "CITY": "MODICA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15289	gauquelin-a6-1527-1885-07-06	{"a6": "1527"}	{"lerrcp": "A6-1527"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1527", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "IT", "lg": 10.40448, "lat": 45.25958, "name": "Casalmoro", "geoid": 3180174}, "notime": null, "date-ut": "1885-07-06 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1527"}, "birth": {"place": {"c2": "MN", "cy": "IT", "lg": 10.40448, "lat": 45.25958, "name": "Casalmoro", "geoid": 3180174}, "date-ut": "1885-07-06 00:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1527"}, "ids-in-sources": {"a6": "1527"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "MN", "COU": "I", "DAY": "6", "LAT": "45N12", "LON": "11E 0", "MON": "7", "NUM": "1527", "PRO": "J", "SEC": "4", "YEA": "1885", "CITY": "CASALMORO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15290	gauquelin-a6-1528-1902-02-22	{"a6": "1528"}	{"lerrcp": "A6-1528"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1528", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.5, "lat": 46, "name": "PORDENONE", "geoid": 0}, "notime": null, "date-ut": "1902-02-22 06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1528"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.5, "lat": 46, "name": "PORDENONE", "geoid": 0}, "date-ut": "1902-02-22 06:40"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1528"}, "ids-in-sources": {"a6": "1528"}}, "raw": {"H": "7", "MN": "40", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "22", "LAT": "46N 0", "LON": "13E30", "MON": "2", "NUM": "1528", "PRO": "J", "SEC": "0", "YEA": "1902", "CITY": "PORDENONE"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15291	gauquelin-a6-1529-1876-08-26	{"a6": "1529"}	{"lerrcp": "A6-1529"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1529", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MT", "c3": null, "cy": "IT", "lg": 16.75, "lat": 40.6, "name": "MONTALBANO JONI", "geoid": 0}, "notime": null, "date-ut": "1876-08-26 11:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1529"}, "birth": {"place": {"c2": "MT", "cy": "IT", "lg": 16.75, "lat": 40.6, "name": "MONTALBANO JONI", "geoid": 0}, "date-ut": "1876-08-26 11:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1529"}, "ids-in-sources": {"a6": "1529"}}, "raw": {"H": "12", "MN": "10", "TZ": "-1", "COD": "MT", "COU": "I", "DAY": "26", "LAT": "40N36", "LON": "16E45", "MON": "8", "NUM": "1529", "PRO": "J", "SEC": "4", "YEA": "1876", "CITY": "MONTALBANO JONI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15292	gauquelin-a6-1530-1885-04-26	{"a6": "1530"}	{"lerrcp": "A6-1530"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1530", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PZ", "c3": null, "cy": "IT", "lg": 16.21478, "lat": 40.12391, "name": "Chiaromonte", "geoid": 3178846}, "notime": null, "date-ut": "1885-04-26 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1530"}, "birth": {"place": {"c2": "PZ", "cy": "IT", "lg": 16.21478, "lat": 40.12391, "name": "Chiaromonte", "geoid": 3178846}, "date-ut": "1885-04-26 00:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1530"}, "ids-in-sources": {"a6": "1530"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "PZ", "COU": "I", "DAY": "26", "LAT": "40N30", "LON": "15E45", "MON": "4", "NUM": "1530", "PRO": "J", "SEC": "4", "YEA": "1885", "CITY": "CHIAROMONTE"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15293	gauquelin-a6-1531-1878-09-27	{"a6": "1531"}	{"lerrcp": "A6-1531"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1531", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1878-09-27 11:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1531"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1878-09-27 11:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1531"}, "ids-in-sources": {"a6": "1531"}}, "raw": {"H": "12", "MN": "40", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "27", "LAT": "44N30", "LON": "11E 0", "MON": "9", "NUM": "1531", "PRO": "J", "SEC": "4", "YEA": "1878", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15294	gauquelin-a6-1532-1891-10-08	{"a6": "1532"}	{"lerrcp": "A6-1532"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1532", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AP", "c3": null, "cy": "IT", "lg": 13.75, "lat": 43, "name": "MONTEGIORGIO", "geoid": 0}, "notime": null, "date-ut": "1891-10-08 23:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1532"}, "birth": {"place": {"c2": "AP", "cy": "IT", "lg": 13.75, "lat": 43, "name": "MONTEGIORGIO", "geoid": 0}, "date-ut": "1891-10-08 23:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1532"}, "ids-in-sources": {"a6": "1532"}}, "raw": {"H": "0", "MN": "40", "TZ": "-1", "COD": "AP", "COU": "I", "DAY": "9", "LAT": "43N 0", "LON": "13E45", "MON": "10", "NUM": "1532", "PRO": "J", "SEC": "4", "YEA": "1891", "CITY": "MONTEGIORGIO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15295	gauquelin-a6-1533-1883-05-07	{"a6": "1533"}	{"lerrcp": "A6-1533"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1533", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AP", "c3": null, "cy": "IT", "lg": 13.75, "lat": 43, "name": "MONTEGIORGIO", "geoid": 0}, "notime": null, "date-ut": "1883-05-07 17:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1533"}, "birth": {"place": {"c2": "AP", "cy": "IT", "lg": 13.75, "lat": 43, "name": "MONTEGIORGIO", "geoid": 0}, "date-ut": "1883-05-07 17:25:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1533"}, "ids-in-sources": {"a6": "1533"}}, "raw": {"H": "18", "MN": "25", "TZ": "-1", "COD": "AP", "COU": "I", "DAY": "7", "LAT": "43N 0", "LON": "13E45", "MON": "5", "NUM": "1533", "PRO": "J", "SEC": "4", "YEA": "1883", "CITY": "MONTEGIORGIO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15296	gauquelin-a6-1534-1892-02-08	{"a6": "1534"}	{"lerrcp": "A6-1534"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1534", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CZ", "c3": null, "cy": "IT", "lg": 17.5, "lat": 39, "name": "ISCA SULLO JONI", "geoid": 0}, "notime": null, "date-ut": "1892-02-08 07:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1534"}, "birth": {"place": {"c2": "CZ", "cy": "IT", "lg": 17.5, "lat": 39, "name": "ISCA SULLO JONI", "geoid": 0}, "date-ut": "1892-02-08 07:50:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1534"}, "ids-in-sources": {"a6": "1534"}}, "raw": {"H": "8", "MN": "50", "TZ": "-1", "COD": "CZ", "COU": "I", "DAY": "8", "LAT": "39N 0", "LON": "17E30", "MON": "2", "NUM": "1534", "PRO": "J", "SEC": "4", "YEA": "1892", "CITY": "ISCA SULLO JONI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15297	gauquelin-a6-1535-1895-05-02	{"a6": "1535"}	{"lerrcp": "A6-1535"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1535", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PI", "c3": null, "cy": "IT", "lg": 10.63794, "lat": 43.6643, "name": "Pontedera", "geoid": 3170272}, "notime": null, "date-ut": "1895-05-02 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1535"}, "birth": {"place": {"c2": "PI", "cy": "IT", "lg": 10.63794, "lat": 43.6643, "name": "Pontedera", "geoid": 3170272}, "date-ut": "1895-05-02 22:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1535"}, "ids-in-sources": {"a6": "1535"}}, "raw": {"H": "23", "MN": "30", "TZ": "-1", "COD": "PI", "COU": "I", "DAY": "2", "LAT": "43N42", "LON": "10E30", "MON": "5", "NUM": "1535", "PRO": "J", "SEC": "0", "YEA": "1895", "CITY": "PONTEDERA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15298	gauquelin-a6-1536-1886-09-24	{"a6": "1536"}	{"lerrcp": "A6-1536"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1536", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.5, "lat": 43.7, "name": "GREVE IN CHIANT", "geoid": 0}, "notime": null, "date-ut": "1886-09-24 20:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1536"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.5, "lat": 43.7, "name": "GREVE IN CHIANT", "geoid": 0}, "date-ut": "1886-09-24 20:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1536"}, "ids-in-sources": {"a6": "1536"}}, "raw": {"H": "21", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "24", "LAT": "43N42", "LON": "11E30", "MON": "9", "NUM": "1536", "PRO": "J", "SEC": "4", "YEA": "1886", "CITY": "GREVE IN CHIANT"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15299	gauquelin-a6-1537-1882-02-08	{"a6": "1537"}	{"lerrcp": "A6-1537"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1537", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "notime": null, "date-ut": "1882-02-08 15:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1537"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "date-ut": "1882-02-08 15:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1537"}, "ids-in-sources": {"a6": "1537"}}, "raw": {"H": "16", "MN": "10", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "8", "LAT": "44N36", "LON": "11E15", "MON": "2", "NUM": "1537", "PRO": "J", "SEC": "4", "YEA": "1882", "CITY": "MODENA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15300	gauquelin-a6-1538-1889-01-25	{"a6": "1538"}	{"lerrcp": "A6-1538"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1538", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FE", "c3": null, "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "notime": null, "date-ut": "1889-01-25 22:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1538"}, "birth": {"place": {"c2": "FE", "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "date-ut": "1889-01-25 22:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1538"}, "ids-in-sources": {"a6": "1538"}}, "raw": {"H": "23", "MN": "40", "TZ": "-1", "COD": "FE", "COU": "I", "DAY": "25", "LAT": "44N42", "LON": "12E30", "MON": "1", "NUM": "1538", "PRO": "J", "SEC": "4", "YEA": "1889", "CITY": "FERRARA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15301	gauquelin-a6-1539-1899-02-21	{"a6": "1539"}	{"lerrcp": "A6-1539"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1539", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PZ", "c3": null, "cy": "IT", "lg": 15.50116, "lat": 40.84672, "name": "Rapone", "geoid": 3169590}, "notime": null, "date-ut": "1899-02-21 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1539"}, "birth": {"place": {"c2": "PZ", "cy": "IT", "lg": 15.50116, "lat": 40.84672, "name": "Rapone", "geoid": 3169590}, "date-ut": "1899-02-21 01:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1539"}, "ids-in-sources": {"a6": "1539"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "PZ", "COU": "I", "DAY": "21", "LAT": "40N30", "LON": "15E45", "MON": "2", "NUM": "1539", "PRO": "J", "SEC": "0", "YEA": "1899", "CITY": "RAPONE"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15302	gauquelin-a6-1540-1890-07-15	{"a6": "1540"}	{"lerrcp": "A6-1540"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1540", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AP", "c3": null, "cy": "IT", "lg": 13.75, "lat": 43, "name": "MONTEGIORGIO", "geoid": 0}, "notime": null, "date-ut": "1890-07-15 04:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1540"}, "birth": {"place": {"c2": "AP", "cy": "IT", "lg": 13.75, "lat": 43, "name": "MONTEGIORGIO", "geoid": 0}, "date-ut": "1890-07-15 04:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1540"}, "ids-in-sources": {"a6": "1540"}}, "raw": {"H": "5", "MN": "40", "TZ": "-1", "COD": "AP", "COU": "I", "DAY": "15", "LAT": "43N 0", "LON": "13E45", "MON": "7", "NUM": "1540", "PRO": "J", "SEC": "4", "YEA": "1890", "CITY": "MONTEGIORGIO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15303	gauquelin-a6-1541-1875-03-16	{"a6": "1541"}	{"lerrcp": "A6-1541"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1541", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 9, "lat": 45, "name": "CASALE MONFERRA", "geoid": 0}, "notime": null, "date-ut": "1875-03-16 09:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1541"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 9, "lat": 45, "name": "CASALE MONFERRA", "geoid": 0}, "date-ut": "1875-03-16 09:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1541"}, "ids-in-sources": {"a6": "1541"}}, "raw": {"H": "10", "MN": "40", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "16", "LAT": "45N 0", "LON": "9E 0", "MON": "3", "NUM": "1541", "PRO": "J", "SEC": "4", "YEA": "1875", "CITY": "CASALE MONFERRA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15304	gauquelin-a6-1542-1908-02-26	{"a6": "1542"}	{"lerrcp": "A6-1542"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1542", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CZ", "c3": null, "cy": "IT", "lg": 16.4096, "lat": 38.84009, "name": "Cortale", "geoid": 2524915}, "notime": null, "date-ut": "1908-02-26 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1542"}, "birth": {"place": {"c2": "CZ", "cy": "IT", "lg": 16.4096, "lat": 38.84009, "name": "Cortale", "geoid": 2524915}, "date-ut": "1908-02-26 20:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1542"}, "ids-in-sources": {"a6": "1542"}}, "raw": {"H": "21", "MN": "0", "TZ": "-1", "COD": "CZ", "COU": "I", "DAY": "26", "LAT": "39N 0", "LON": "17E30", "MON": "2", "NUM": "1542", "PRO": "J", "SEC": "0", "YEA": "1908", "CITY": "CORTALE"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15305	gauquelin-a6-1543-1876-05-14	{"a6": "1543"}	{"lerrcp": "A6-1543"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1543", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1876-05-14 09:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1543"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1876-05-14 09:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1543"}, "ids-in-sources": {"a6": "1543"}}, "raw": {"H": "10", "MN": "10", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "14", "LAT": "45N 0", "LON": "8E 0", "MON": "5", "NUM": "1543", "PRO": "J", "SEC": "4", "YEA": "1876", "CITY": "TORINO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15306	gauquelin-a6-1544-1881-11-14	{"a6": "1544"}	{"lerrcp": "A6-1544"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1544", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 11.46483, "lat": 45.23229, "name": "Montagnana", "geoid": 3173110}, "notime": null, "date-ut": "1881-11-14 21:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1544"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 11.46483, "lat": 45.23229, "name": "Montagnana", "geoid": 3173110}, "date-ut": "1881-11-14 21:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1544"}, "ids-in-sources": {"a6": "1544"}}, "raw": {"H": "22", "MN": "10", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "14", "LAT": "45N24", "LON": "12E15", "MON": "11", "NUM": "1544", "PRO": "J", "SEC": "4", "YEA": "1881", "CITY": "MONTAGNANA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15307	gauquelin-a6-1545-1878-07-21	{"a6": "1545"}	{"lerrcp": "A6-1545"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1545", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "notime": null, "date-ut": "1878-07-21 06:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1545"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "date-ut": "1878-07-21 06:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1545"}, "ids-in-sources": {"a6": "1545"}}, "raw": {"H": "7", "MN": "10", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "21", "LAT": "44N36", "LON": "11E15", "MON": "7", "NUM": "1545", "PRO": "J", "SEC": "4", "YEA": "1878", "CITY": "MODENA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15308	gauquelin-a6-1546-1901-04-03	{"a6": "1546"}	{"lerrcp": "A6-1546"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1546", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "notime": null, "date-ut": "1901-04-03 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1546"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "date-ut": "1901-04-03 08:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1546"}, "ids-in-sources": {"a6": "1546"}}, "raw": {"H": "9", "MN": "0", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "3", "LAT": "45N30", "LON": "12E30", "MON": "4", "NUM": "1546", "PRO": "J", "SEC": "0", "YEA": "1901", "CITY": "VENEZIA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15309	gauquelin-a6-1547-1880-10-15	{"a6": "1547"}	{"lerrcp": "A6-1547"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1547", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RI", "c3": null, "cy": "IT", "lg": 12.95698, "lat": 42.38713, "name": "Cittaducale", "geoid": 3178617}, "notime": null, "date-ut": "1880-10-15 12:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1547"}, "birth": {"place": {"c2": "RI", "cy": "IT", "lg": 12.95698, "lat": 42.38713, "name": "Cittaducale", "geoid": 3178617}, "date-ut": "1880-10-15 12:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1547"}, "ids-in-sources": {"a6": "1547"}}, "raw": {"H": "13", "MN": "10", "TZ": "-1", "COD": "RI", "COU": "I", "DAY": "15", "LAT": "42N24", "LON": "13E15", "MON": "10", "NUM": "1547", "PRO": "J", "SEC": "4", "YEA": "1880", "CITY": "CITTADUCALE"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15310	gauquelin-a6-1548-1916-08-31	{"a6": "1548"}	{"lerrcp": "A6-1548"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1548", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 17.16399, "lat": 40.87952, "name": "Castellana", "geoid": 8379111}, "notime": null, "date-ut": "1916-08-31 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1548"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 17.16399, "lat": 40.87952, "name": "Castellana", "geoid": 8379111}, "date-ut": "1916-08-31 23:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1548"}, "ids-in-sources": {"a6": "1548"}}, "raw": {"H": "0", "MN": "0", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "1", "LAT": "41N12", "LON": "17E 0", "MON": "9", "NUM": "1548", "PRO": "J", "SEC": "0", "YEA": "1916", "CITY": "CASTELLANA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15311	gauquelin-a6-1549-1881-04-28	{"a6": "1549"}	{"lerrcp": "A6-1549"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1549", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "notime": null, "date-ut": "1881-04-28 09:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1549"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "date-ut": "1881-04-28 09:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1549"}, "ids-in-sources": {"a6": "1549"}}, "raw": {"H": "10", "MN": "10", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "28", "LAT": "45N24", "LON": "12E15", "MON": "4", "NUM": "1549", "PRO": "J", "SEC": "4", "YEA": "1881", "CITY": "PADOVA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15312	gauquelin-a6-1550-1884-11-14	{"a6": "1550"}	{"lerrcp": "A6-1550"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1550", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FG", "c3": null, "cy": "IT", "lg": 15.5, "lat": 41.6, "name": "CORIANO DI RIMI", "geoid": 0}, "notime": null, "date-ut": "1884-11-14 04:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1550"}, "birth": {"place": {"c2": "FG", "cy": "IT", "lg": 15.5, "lat": 41.6, "name": "CORIANO DI RIMI", "geoid": 0}, "date-ut": "1884-11-14 04:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1550"}, "ids-in-sources": {"a6": "1550"}}, "raw": {"H": "5", "MN": "10", "TZ": "-1", "COD": "FG", "COU": "I", "DAY": "14", "LAT": "41N36", "LON": "15E30", "MON": "11", "NUM": "1550", "PRO": "J", "SEC": "4", "YEA": "1884", "CITY": "CORIANO DI RIMI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15313	gauquelin-a6-1551-1881-08-16	{"a6": "1551"}	{"lerrcp": "A6-1551"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1551", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SS", "c3": null, "cy": "IT", "lg": 8.5, "lat": 40.8, "name": "TEMPIO PAUSANIA", "geoid": 0}, "notime": null, "date-ut": "1881-08-16 01:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1551"}, "birth": {"place": {"c2": "SS", "cy": "IT", "lg": 8.5, "lat": 40.8, "name": "TEMPIO PAUSANIA", "geoid": 0}, "date-ut": "1881-08-16 01:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1551"}, "ids-in-sources": {"a6": "1551"}}, "raw": {"H": "2", "MN": "40", "TZ": "-1", "COD": "SS", "COU": "I", "DAY": "16", "LAT": "40N48", "LON": "8E30", "MON": "8", "NUM": "1551", "PRO": "J", "SEC": "4", "YEA": "1881", "CITY": "TEMPIO PAUSANIA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15314	gauquelin-a6-1552-1893-12-26	{"a6": "1552"}	{"lerrcp": "A6-1552"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1552", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CZ", "c3": null, "cy": "IT", "lg": 17.5, "lat": 39, "name": "VALLELONGA", "geoid": 0}, "notime": null, "date-ut": "1893-12-26 14:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1552"}, "birth": {"place": {"c2": "CZ", "cy": "IT", "lg": 17.5, "lat": 39, "name": "VALLELONGA", "geoid": 0}, "date-ut": "1893-12-26 14:05"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1552"}, "ids-in-sources": {"a6": "1552"}}, "raw": {"H": "15", "MN": "5", "TZ": "-1", "COD": "CZ", "COU": "I", "DAY": "26", "LAT": "39N 0", "LON": "17E30", "MON": "12", "NUM": "1552", "PRO": "J", "SEC": "0", "YEA": "1893", "CITY": "VALLELONGA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15315	gauquelin-a6-1553-1881-04-09	{"a6": "1553"}	{"lerrcp": "A6-1553"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1553", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "IM", "c3": null, "cy": "IT", "lg": 7.91495, "lat": 44.04703, "name": "Pieve di Teco", "geoid": 3170743}, "notime": null, "date-ut": "1881-04-09 06:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1553"}, "birth": {"place": {"c2": "IM", "cy": "IT", "lg": 7.91495, "lat": 44.04703, "name": "Pieve di Teco", "geoid": 3170743}, "date-ut": "1881-04-09 06:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1553"}, "ids-in-sources": {"a6": "1553"}}, "raw": {"H": "7", "MN": "40", "TZ": "-1", "COD": "IM", "COU": "I", "DAY": "9", "LAT": "43N42", "LON": "8E 0", "MON": "4", "NUM": "1553", "PRO": "J", "SEC": "4", "YEA": "1881", "CITY": "PIEVE DI TECO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15316	gauquelin-a6-1554-1898-03-07	{"a6": "1554"}	{"lerrcp": "A6-1554"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1554", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CZ", "c3": null, "cy": "IT", "lg": 17.5, "lat": 39, "name": "CIRO", "geoid": 0}, "notime": null, "date-ut": "1898-03-07 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1554"}, "birth": {"place": {"c2": "CZ", "cy": "IT", "lg": 17.5, "lat": 39, "name": "CIRO", "geoid": 0}, "date-ut": "1898-03-07 14:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1554"}, "ids-in-sources": {"a6": "1554"}}, "raw": {"H": "15", "MN": "30", "TZ": "-1", "COD": "CZ", "COU": "I", "DAY": "7", "LAT": "39N 0", "LON": "17E30", "MON": "3", "NUM": "1554", "PRO": "J", "SEC": "0", "YEA": "1898", "CITY": "CIRO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15317	gauquelin-a6-1555-1894-01-02	{"a6": "1555"}	{"lerrcp": "A6-1555"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1555", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "RIOFREDDO", "geoid": 0}, "notime": null, "date-ut": "1894-01-02 04:17"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1555"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "RIOFREDDO", "geoid": 0}, "date-ut": "1894-01-02 04:17"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1555"}, "ids-in-sources": {"a6": "1555"}}, "raw": {"H": "5", "MN": "17", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "2", "LAT": "45N 0", "LON": "12E15", "MON": "1", "NUM": "1555", "PRO": "J", "SEC": "0", "YEA": "1894", "CITY": "RIOFREDDO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15318	gauquelin-a6-1556-1892-05-30	{"a6": "1556"}	{"lerrcp": "A6-1556"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1556", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CH", "c3": null, "cy": "IT", "lg": 14.13801, "lat": 42.36094, "name": "Chieti", "geoid": 3178796}, "notime": null, "date-ut": "1892-05-30 02:55:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1556"}, "birth": {"place": {"c2": "CH", "cy": "IT", "lg": 14.13801, "lat": 42.36094, "name": "Chieti", "geoid": 3178796}, "date-ut": "1892-05-30 02:55:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1556"}, "ids-in-sources": {"a6": "1556"}}, "raw": {"H": "3", "MN": "55", "TZ": "-1", "COD": "CH", "COU": "I", "DAY": "30", "LAT": "42N18", "LON": "14E15", "MON": "5", "NUM": "1556", "PRO": "J", "SEC": "4", "YEA": "1892", "CITY": "CHIETI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15319	gauquelin-a6-1557-1909-02-25	{"a6": "1557"}	{"lerrcp": "A6-1557"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1557", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 7.82233, "lat": 45.01395, "name": "Chieri", "geoid": 3178818}, "notime": null, "date-ut": "1909-02-25 06:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1557"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 7.82233, "lat": 45.01395, "name": "Chieri", "geoid": 3178818}, "date-ut": "1909-02-25 06:05"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1557"}, "ids-in-sources": {"a6": "1557"}}, "raw": {"H": "7", "MN": "5", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "25", "LAT": "45N 0", "LON": "8E 0", "MON": "2", "NUM": "1557", "PRO": "J", "SEC": "0", "YEA": "1909", "CITY": "CHIERI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15320	gauquelin-a6-1558-1883-03-24	{"a6": "1558"}	{"lerrcp": "A6-1558"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1558", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BG", "c3": null, "cy": "IT", "lg": 9.75, "lat": 45.6, "name": "COLOGNO AL SERI", "geoid": 0}, "notime": null, "date-ut": "1883-03-24 04:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1558"}, "birth": {"place": {"c2": "BG", "cy": "IT", "lg": 9.75, "lat": 45.6, "name": "COLOGNO AL SERI", "geoid": 0}, "date-ut": "1883-03-24 04:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1558"}, "ids-in-sources": {"a6": "1558"}}, "raw": {"H": "5", "MN": "10", "TZ": "-1", "COD": "BG", "COU": "I", "DAY": "24", "LAT": "45N36", "LON": "9E45", "MON": "3", "NUM": "1558", "PRO": "J", "SEC": "4", "YEA": "1883", "CITY": "COLOGNO AL SERI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15321	gauquelin-a6-1559-1897-12-13	{"a6": "1559"}	{"lerrcp": "A6-1559"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1559", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "IT", "lg": 10.85969, "lat": 44.99267, "name": "Pegognaga", "geoid": 3171305}, "notime": null, "date-ut": "1897-12-13 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1559"}, "birth": {"place": {"c2": "MN", "cy": "IT", "lg": 10.85969, "lat": 44.99267, "name": "Pegognaga", "geoid": 3171305}, "date-ut": "1897-12-13 22:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1559"}, "ids-in-sources": {"a6": "1559"}}, "raw": {"H": "23", "MN": "0", "TZ": "-1", "COD": "MN", "COU": "I", "DAY": "13", "LAT": "45N12", "LON": "11E 0", "MON": "12", "NUM": "1559", "PRO": "J", "SEC": "0", "YEA": "1897", "CITY": "PEGOGNAGA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15322	gauquelin-a6-1560-1889-10-26	{"a6": "1560"}	{"lerrcp": "A6-1560"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1560", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AQ", "c3": null, "cy": "IT", "lg": 13.47138, "lat": 42.35715, "name": "Paganica", "geoid": 3171702}, "notime": null, "date-ut": "1889-10-26 21:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1560"}, "birth": {"place": {"c2": "AQ", "cy": "IT", "lg": 13.47138, "lat": 42.35715, "name": "Paganica", "geoid": 3171702}, "date-ut": "1889-10-26 21:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1560"}, "ids-in-sources": {"a6": "1560"}}, "raw": {"H": "22", "MN": "10", "TZ": "-1", "COD": "AQ", "COU": "I", "DAY": "26", "LAT": "42N24", "LON": "13E30", "MON": "10", "NUM": "1560", "PRO": "J", "SEC": "4", "YEA": "1889", "CITY": "PAGANICA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15323	gauquelin-a6-1561-1889-10-23	{"a6": "1561"}	{"lerrcp": "A6-1561"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1561", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BS", "c3": null, "cy": "IT", "lg": 10.22727, "lat": 45.52478, "name": "Brescia", "geoid": 3181554}, "notime": null, "date-ut": "1889-10-23 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1561"}, "birth": {"place": {"c2": "BS", "cy": "IT", "lg": 10.22727, "lat": 45.52478, "name": "Brescia", "geoid": 3181554}, "date-ut": "1889-10-23 03:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1561"}, "ids-in-sources": {"a6": "1561"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "BS", "COU": "I", "DAY": "23", "LAT": "45N30", "LON": "11E 0", "MON": "10", "NUM": "1561", "PRO": "J", "SEC": "4", "YEA": "1889", "CITY": "BRESCIA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15324	gauquelin-a6-1562-1894-09-24	{"a6": "1562"}	{"lerrcp": "A6-1562"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1562", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "TIVOLI", "geoid": 0}, "notime": null, "date-ut": "1894-09-24 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1562"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "TIVOLI", "geoid": 0}, "date-ut": "1894-09-24 17:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1562"}, "ids-in-sources": {"a6": "1562"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "24", "LAT": "45N 0", "LON": "12E15", "MON": "9", "NUM": "1562", "PRO": "J", "SEC": "0", "YEA": "1894", "CITY": "TIVOLI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15325	gauquelin-a6-1563-1899-09-28	{"a6": "1563"}	{"lerrcp": "A6-1563"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1563", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14, "lat": 40.9, "name": "S.GIUSEPPE VESU", "geoid": 0}, "notime": null, "date-ut": "1899-09-28 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1563"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14, "lat": 40.9, "name": "S.GIUSEPPE VESU", "geoid": 0}, "date-ut": "1899-09-28 01:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1563"}, "ids-in-sources": {"a6": "1563"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "28", "LAT": "40N54", "LON": "14E 0", "MON": "9", "NUM": "1563", "PRO": "J", "SEC": "0", "YEA": "1899", "CITY": "S.GIUSEPPE VESU"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15326	gauquelin-a6-1564-1891-03-07	{"a6": "1564"}	{"lerrcp": "A6-1564"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1564", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BN", "c3": null, "cy": "IT", "lg": 14.54767, "lat": 41.19535, "name": "Solopaca", "geoid": 3166414}, "notime": null, "date-ut": "1891-03-07 06:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1564"}, "birth": {"place": {"c2": "BN", "cy": "IT", "lg": 14.54767, "lat": 41.19535, "name": "Solopaca", "geoid": 3166414}, "date-ut": "1891-03-07 06:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1564"}, "ids-in-sources": {"a6": "1564"}}, "raw": {"H": "7", "MN": "40", "TZ": "-1", "COD": "BN", "COU": "I", "DAY": "7", "LAT": "41N18", "LON": "15E 0", "MON": "3", "NUM": "1564", "PRO": "J", "SEC": "4", "YEA": "1891", "CITY": "SOLOPACA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15327	gauquelin-a6-1565-1905-09-18	{"a6": "1565"}	{"lerrcp": "A6-1565"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1565", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "notime": null, "date-ut": "1905-09-18 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1565"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "date-ut": "1905-09-18 10:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1565"}, "ids-in-sources": {"a6": "1565"}}, "raw": {"H": "11", "MN": "30", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "18", "LAT": "45N24", "LON": "11E 0", "MON": "9", "NUM": "1565", "PRO": "J", "SEC": "0", "YEA": "1905", "CITY": "VERONA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15328	gauquelin-a6-1566-1891-05-22	{"a6": "1566"}	{"lerrcp": "A6-1566"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1566", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CS", "c3": null, "cy": "IT", "lg": 16.21229, "lat": 39.8203, "name": "Castrovillari", "geoid": 2525070}, "notime": null, "date-ut": "1891-05-22 15:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1566"}, "birth": {"place": {"c2": "CS", "cy": "IT", "lg": 16.21229, "lat": 39.8203, "name": "Castrovillari", "geoid": 2525070}, "date-ut": "1891-05-22 15:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1566"}, "ids-in-sources": {"a6": "1566"}}, "raw": {"H": "16", "MN": "40", "TZ": "-1", "COD": "CS", "COU": "I", "DAY": "22", "LAT": "39N18", "LON": "16E30", "MON": "5", "NUM": "1566", "PRO": "J", "SEC": "4", "YEA": "1891", "CITY": "CASTROVILLARI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15329	gauquelin-a6-1567-1885-01-08	{"a6": "1567"}	{"lerrcp": "A6-1567"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1567", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FG", "c3": null, "cy": "IT", "lg": 15.33505, "lat": 41.50823, "name": "Lucera", "geoid": 3174526}, "notime": null, "date-ut": "1885-01-08 02:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1567"}, "birth": {"place": {"c2": "FG", "cy": "IT", "lg": 15.33505, "lat": 41.50823, "name": "Lucera", "geoid": 3174526}, "date-ut": "1885-01-08 02:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1567"}, "ids-in-sources": {"a6": "1567"}}, "raw": {"H": "3", "MN": "10", "TZ": "-1", "COD": "FG", "COU": "I", "DAY": "8", "LAT": "41N36", "LON": "15E30", "MON": "1", "NUM": "1567", "PRO": "J", "SEC": "4", "YEA": "1885", "CITY": "LUCERA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15331	gauquelin-a6-1569-1895-12-09	{"a6": "1569"}	{"lerrcp": "A6-1569"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1569", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 9.30076, "lat": 45.07306, "name": "Stradella", "geoid": 3166114}, "notime": null, "date-ut": "1895-12-09 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1569"}, "birth": {"place": {"c2": "PV", "cy": "IT", "lg": 9.30076, "lat": 45.07306, "name": "Stradella", "geoid": 3166114}, "date-ut": "1895-12-09 04:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1569"}, "ids-in-sources": {"a6": "1569"}}, "raw": {"H": "5", "MN": "30", "TZ": "-1", "COD": "PV", "COU": "I", "DAY": "9", "LAT": "45N12", "LON": "9E 0", "MON": "12", "NUM": "1569", "PRO": "J", "SEC": "0", "YEA": "1895", "CITY": "STRADELLA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15332	gauquelin-a6-1570-1887-02-27	{"a6": "1570"}	{"lerrcp": "A6-1570"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1570", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1887-02-27 17:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1570"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1887-02-27 17:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1570"}, "ids-in-sources": {"a6": "1570"}}, "raw": {"H": "18", "MN": "40", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "27", "LAT": "44N30", "LON": "11E 0", "MON": "2", "NUM": "1570", "PRO": "J", "SEC": "4", "YEA": "1887", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15333	gauquelin-a6-1571-1870-06-23	{"a6": "1571"}	{"lerrcp": "A6-1571"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1571", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CR", "c3": null, "cy": "IT", "lg": 10.02797, "lat": 45.13617, "name": "Cremona", "geoid": 3177838}, "notime": null, "date-ut": "1870-06-23 12:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1571"}, "birth": {"place": {"c2": "CR", "cy": "IT", "lg": 10.02797, "lat": 45.13617, "name": "Cremona", "geoid": 3177838}, "date-ut": "1870-06-23 12:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1571"}, "ids-in-sources": {"a6": "1571"}}, "raw": {"H": "13", "MN": "10", "TZ": "-1", "COD": "CR", "COU": "I", "DAY": "23", "LAT": "45N12", "LON": "11E 0", "MON": "6", "NUM": "1571", "PRO": "J", "SEC": "4", "YEA": "1870", "CITY": "CREMONA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15334	gauquelin-a6-1572-1884-10-09	{"a6": "1572"}	{"lerrcp": "A6-1572"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1572", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 8.61684, "lat": 45.44056, "name": "Novara", "geoid": 3172189}, "notime": null, "date-ut": "1884-10-09 21:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1572"}, "birth": {"place": {"c2": "NO", "cy": "IT", "lg": 8.61684, "lat": 45.44056, "name": "Novara", "geoid": 3172189}, "date-ut": "1884-10-09 21:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1572"}, "ids-in-sources": {"a6": "1572"}}, "raw": {"H": "22", "MN": "10", "TZ": "-1", "COD": "NO", "COU": "I", "DAY": "9", "LAT": "45N30", "LON": "9E 0", "MON": "10", "NUM": "1572", "PRO": "J", "SEC": "4", "YEA": "1884", "CITY": "NOVARA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15335	gauquelin-a6-1573-1907-03-28	{"a6": "1573"}	{"lerrcp": "A6-1573"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1573", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FE", "c3": null, "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "notime": null, "date-ut": "1907-03-28 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1573"}, "birth": {"place": {"c2": "FE", "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "date-ut": "1907-03-28 14:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1573"}, "ids-in-sources": {"a6": "1573"}}, "raw": {"H": "15", "MN": "30", "TZ": "-1", "COD": "FE", "COU": "I", "DAY": "28", "LAT": "44N42", "LON": "12E30", "MON": "3", "NUM": "1573", "PRO": "J", "SEC": "0", "YEA": "1907", "CITY": "FERRARA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15336	gauquelin-a6-1574-1893-08-19	{"a6": "1574"}	{"lerrcp": "A6-1574"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1574", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FG", "c3": null, "cy": "IT", "lg": 15.54925, "lat": 41.46093, "name": "Foggia", "geoid": 3176885}, "notime": null, "date-ut": "1893-08-19 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1574"}, "birth": {"place": {"c2": "FG", "cy": "IT", "lg": 15.54925, "lat": 41.46093, "name": "Foggia", "geoid": 3176885}, "date-ut": "1893-08-19 07:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1574"}, "ids-in-sources": {"a6": "1574"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "FG", "COU": "I", "DAY": "19", "LAT": "41N36", "LON": "15E30", "MON": "8", "NUM": "1574", "PRO": "J", "SEC": "4", "YEA": "1893", "CITY": "FOGGIA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15337	gauquelin-a6-1575-1908-10-02	{"a6": "1575"}	{"lerrcp": "A6-1575"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1575", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1908-10-02 21:07"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1575"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1908-10-02 21:07"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1575"}, "ids-in-sources": {"a6": "1575"}}, "raw": {"H": "22", "MN": "7", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "2", "LAT": "45N 0", "LON": "12E15", "MON": "10", "NUM": "1575", "PRO": "J", "SEC": "0", "YEA": "1908", "CITY": "ROMA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15338	gauquelin-a6-1576-1878-03-05	{"a6": "1576"}	{"lerrcp": "A6-1576"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1576", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "IMOLA", "geoid": 0}, "notime": null, "date-ut": "1878-03-05 04:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1576"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "IMOLA", "geoid": 0}, "date-ut": "1878-03-05 04:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1576"}, "ids-in-sources": {"a6": "1576"}}, "raw": {"H": "5", "MN": "10", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "5", "LAT": "45N 0", "LON": "12E15", "MON": "3", "NUM": "1576", "PRO": "J", "SEC": "4", "YEA": "1878", "CITY": "IMOLA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15339	gauquelin-a6-1577-1898-06-04	{"a6": "1577"}	{"lerrcp": "A6-1577"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1577", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CZ", "c3": null, "cy": "IT", "lg": 17.5, "lat": 39, "name": "SAVELLI", "geoid": 0}, "notime": null, "date-ut": "1898-06-04 02:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1577"}, "birth": {"place": {"c2": "CZ", "cy": "IT", "lg": 17.5, "lat": 39, "name": "SAVELLI", "geoid": 0}, "date-ut": "1898-06-04 02:45"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1577"}, "ids-in-sources": {"a6": "1577"}}, "raw": {"H": "3", "MN": "45", "TZ": "-1", "COD": "CZ", "COU": "I", "DAY": "4", "LAT": "39N 0", "LON": "17E30", "MON": "6", "NUM": "1577", "PRO": "J", "SEC": "0", "YEA": "1898", "CITY": "SAVELLI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15341	gauquelin-a6-1579-1882-02-12	{"a6": "1579"}	{"lerrcp": "A6-1579"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1579", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 12.38878, "lat": 43.1122, "name": "Perugia", "geoid": 3171180}, "notime": null, "date-ut": "1882-02-12 14:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1579"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 12.38878, "lat": 43.1122, "name": "Perugia", "geoid": 3171180}, "date-ut": "1882-02-12 14:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1579"}, "ids-in-sources": {"a6": "1579"}}, "raw": {"H": "15", "MN": "10", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "12", "LAT": "43N 0", "LON": "13E 0", "MON": "2", "NUM": "1579", "PRO": "J", "SEC": "4", "YEA": "1882", "CITY": "PERUGIA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15342	gauquelin-a6-1580-1869-06-06	{"a6": "1580"}	{"lerrcp": "A6-1580"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1580", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1869-06-06 09:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1580"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1869-06-06 09:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1580"}, "ids-in-sources": {"a6": "1580"}}, "raw": {"H": "10", "MN": "10", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "6", "LAT": "45N 0", "LON": "8E 0", "MON": "6", "NUM": "1580", "PRO": "J", "SEC": "4", "YEA": "1869", "CITY": "TORINO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15343	gauquelin-a6-1581-1888-03-12	{"a6": "1581"}	{"lerrcp": "A6-1581"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1581", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "notime": null, "date-ut": "1888-03-12 21:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1581"}, "birth": {"place": {"c2": "CT", "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "date-ut": "1888-03-12 21:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1581"}, "ids-in-sources": {"a6": "1581"}}, "raw": {"H": "22", "MN": "40", "TZ": "-1", "COD": "CT", "COU": "I", "DAY": "12", "LAT": "37N30", "LON": "15E 0", "MON": "3", "NUM": "1581", "PRO": "J", "SEC": "4", "YEA": "1888", "CITY": "CATANIA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15344	gauquelin-a6-1582-1902-03-10	{"a6": "1582"}	{"lerrcp": "A6-1582"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1582", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 9, "lat": 45.5, "name": "SAN PIETRO MOSE", "geoid": 0}, "notime": null, "date-ut": "1902-03-10 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1582"}, "birth": {"place": {"c2": "NO", "cy": "IT", "lg": 9, "lat": 45.5, "name": "SAN PIETRO MOSE", "geoid": 0}, "date-ut": "1902-03-10 09:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1582"}, "ids-in-sources": {"a6": "1582"}}, "raw": {"H": "10", "MN": "30", "TZ": "-1", "COD": "NO", "COU": "I", "DAY": "10", "LAT": "45N30", "LON": "9E 0", "MON": "3", "NUM": "1582", "PRO": "J", "SEC": "0", "YEA": "1902", "CITY": "SAN PIETRO MOSE"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15345	gauquelin-a6-1583-1886-07-11	{"a6": "1583"}	{"lerrcp": "A6-1583"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1583", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "FIANO ROMANO", "geoid": 0}, "notime": null, "date-ut": "1886-07-11 14:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1583"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "FIANO ROMANO", "geoid": 0}, "date-ut": "1886-07-11 14:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1583"}, "ids-in-sources": {"a6": "1583"}}, "raw": {"H": "15", "MN": "40", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "11", "LAT": "45N 0", "LON": "12E15", "MON": "7", "NUM": "1583", "PRO": "J", "SEC": "4", "YEA": "1886", "CITY": "FIANO ROMANO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15346	gauquelin-a6-1584-1915-03-30	{"a6": "1584"}	{"lerrcp": "A6-1584"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1584", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LT", "c3": null, "cy": "IT", "lg": 13.45941, "lat": 41.40612, "name": "Lenola", "geoid": 3174891}, "notime": null, "date-ut": "1915-03-30 09:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1584"}, "birth": {"place": {"c2": "LT", "cy": "IT", "lg": 13.45941, "lat": 41.40612, "name": "Lenola", "geoid": 3174891}, "date-ut": "1915-03-30 09:15"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1584"}, "ids-in-sources": {"a6": "1584"}}, "raw": {"H": "10", "MN": "15", "TZ": "-1", "COD": "LT", "COU": "I", "DAY": "30", "LAT": "41N30", "LON": "13E 0", "MON": "3", "NUM": "1584", "PRO": "J", "SEC": "0", "YEA": "1915", "CITY": "LENOLA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15347	gauquelin-a6-1585-1878-09-21	{"a6": "1585"}	{"lerrcp": "A6-1585"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1585", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1878-09-21 20:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1585"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1878-09-21 20:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1585"}, "ids-in-sources": {"a6": "1585"}}, "raw": {"H": "21", "MN": "10", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "21", "LAT": "44N30", "LON": "11E 0", "MON": "9", "NUM": "1585", "PRO": "J", "SEC": "4", "YEA": "1878", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15348	gauquelin-a6-1586-1894-10-20	{"a6": "1586"}	{"lerrcp": "A6-1586"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1586", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RG", "c3": null, "cy": "IT", "lg": 14.75, "lat": 37, "name": "CHIARAMONTE GUL", "geoid": 0}, "notime": null, "date-ut": "1894-10-20 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1586"}, "birth": {"place": {"c2": "RG", "cy": "IT", "lg": 14.75, "lat": 37, "name": "CHIARAMONTE GUL", "geoid": 0}, "date-ut": "1894-10-20 12:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1586"}, "ids-in-sources": {"a6": "1586"}}, "raw": {"H": "13", "MN": "0", "TZ": "-1", "COD": "RG", "COU": "I", "DAY": "20", "LAT": "37N 0", "LON": "14E45", "MON": "10", "NUM": "1586", "PRO": "J", "SEC": "0", "YEA": "1894", "CITY": "CHIARAMONTE GUL"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15349	gauquelin-a6-1587-1891-12-16	{"a6": "1587"}	{"lerrcp": "A6-1587"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1587", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 11.90763, "lat": 44.42707, "name": "Lugo", "geoid": 3174494}, "notime": null, "date-ut": "1891-12-16 17:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1587"}, "birth": {"place": {"c2": "RA", "cy": "IT", "lg": 11.90763, "lat": 44.42707, "name": "Lugo", "geoid": 3174494}, "date-ut": "1891-12-16 17:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1587"}, "ids-in-sources": {"a6": "1587"}}, "raw": {"H": "18", "MN": "10", "TZ": "-1", "COD": "RA", "COU": "I", "DAY": "16", "LAT": "44N24", "LON": "12E15", "MON": "12", "NUM": "1587", "PRO": "J", "SEC": "4", "YEA": "1891", "CITY": "LUGO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15350	gauquelin-a6-1588-1882-09-08	{"a6": "1588"}	{"lerrcp": "A6-1588"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1588", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CH", "c3": null, "cy": "IT", "lg": 14.25, "lat": 42.3, "name": "TORINO DI SANGR", "geoid": 0}, "notime": null, "date-ut": "1882-09-08 00:15:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1588"}, "birth": {"place": {"c2": "CH", "cy": "IT", "lg": 14.25, "lat": 42.3, "name": "TORINO DI SANGR", "geoid": 0}, "date-ut": "1882-09-08 00:15:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1588"}, "ids-in-sources": {"a6": "1588"}}, "raw": {"H": "1", "MN": "15", "TZ": "-1", "COD": "CH", "COU": "I", "DAY": "8", "LAT": "42N18", "LON": "14E15", "MON": "9", "NUM": "1588", "PRO": "J", "SEC": "4", "YEA": "1882", "CITY": "TORINO DI SANGR"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15351	gauquelin-a6-1589-1871-08-22	{"a6": "1589"}	{"lerrcp": "A6-1589"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1589", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.53894, "lat": 40.96471, "name": "Cicciano", "geoid": 3178726}, "notime": null, "date-ut": "1871-08-22 11:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1589"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.53894, "lat": 40.96471, "name": "Cicciano", "geoid": 3178726}, "date-ut": "1871-08-22 11:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1589"}, "ids-in-sources": {"a6": "1589"}}, "raw": {"H": "12", "MN": "10", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "22", "LAT": "40N54", "LON": "14E 0", "MON": "8", "NUM": "1589", "PRO": "J", "SEC": "4", "YEA": "1871", "CITY": "CICCIANO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15352	gauquelin-a6-1590-1916-01-13	{"a6": "1590"}	{"lerrcp": "A6-1590"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1590", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "IT", "lg": 9, "lat": 39.4, "name": "S.ANTIOCO", "geoid": 0}, "notime": null, "date-ut": "1916-01-13 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1590"}, "birth": {"place": {"c2": "CA", "cy": "IT", "lg": 9, "lat": 39.4, "name": "S.ANTIOCO", "geoid": 0}, "date-ut": "1916-01-13 12:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1590"}, "ids-in-sources": {"a6": "1590"}}, "raw": {"H": "13", "MN": "30", "TZ": "-1", "COD": "CA", "COU": "I", "DAY": "13", "LAT": "39N24", "LON": "9E 0", "MON": "1", "NUM": "1590", "PRO": "J", "SEC": "0", "YEA": "1916", "CITY": "S.ANTIOCO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15353	gauquelin-a6-1591-1886-08-24	{"a6": "1591"}	{"lerrcp": "A6-1591"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1591", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "DESIO", "geoid": 0}, "notime": null, "date-ut": "1886-08-24 02:30:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1591"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "DESIO", "geoid": 0}, "date-ut": "1886-08-24 02:30:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1591"}, "ids-in-sources": {"a6": "1591"}}, "raw": {"H": "3", "MN": "30", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "24", "LAT": "45N30", "LON": "9E15", "MON": "8", "NUM": "1591", "PRO": "J", "SEC": "4", "YEA": "1886", "CITY": "DESIO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15354	gauquelin-a6-1592-1886-10-31	{"a6": "1592"}	{"lerrcp": "A6-1592"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1592", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RC", "c3": null, "cy": "IT", "lg": 15.66129, "lat": 38.11047, "name": "Reggio Calabria", "geoid": 2523630}, "notime": null, "date-ut": "1886-10-31 01:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1592"}, "birth": {"place": {"c2": "RC", "cy": "IT", "lg": 15.66129, "lat": 38.11047, "name": "Reggio Calabria", "geoid": 2523630}, "date-ut": "1886-10-31 01:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1592"}, "ids-in-sources": {"a6": "1592"}}, "raw": {"H": "2", "MN": "10", "TZ": "-1", "COD": "RC", "COU": "I", "DAY": "31", "LAT": "38N 6", "LON": "15E30", "MON": "10", "NUM": "1592", "PRO": "J", "SEC": "4", "YEA": "1886", "CITY": "REGGIO CALABRIA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15355	gauquelin-a6-1593-1901-07-09	{"a6": "1593"}	{"lerrcp": "A6-1593"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1593", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CZ", "c3": null, "cy": "IT", "lg": 17.5, "lat": 39, "name": "VIBO VALENTIA", "geoid": 0}, "notime": null, "date-ut": "1901-07-09 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1593"}, "birth": {"place": {"c2": "CZ", "cy": "IT", "lg": 17.5, "lat": 39, "name": "VIBO VALENTIA", "geoid": 0}, "date-ut": "1901-07-09 20:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1593"}, "ids-in-sources": {"a6": "1593"}}, "raw": {"H": "21", "MN": "0", "TZ": "-1", "COD": "CZ", "COU": "I", "DAY": "9", "LAT": "39N 0", "LON": "17E30", "MON": "7", "NUM": "1593", "PRO": "J", "SEC": "0", "YEA": "1901", "CITY": "VIBO VALENTIA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15356	gauquelin-a6-1594-1900-10-29	{"a6": "1594"}	{"lerrcp": "A6-1594"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1594", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CZ", "c3": null, "cy": "IT", "lg": 16.5987, "lat": 38.89079, "name": "Catanzaro", "geoid": 2525059}, "notime": null, "date-ut": "1900-10-29 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1594"}, "birth": {"place": {"c2": "CZ", "cy": "IT", "lg": 16.5987, "lat": 38.89079, "name": "Catanzaro", "geoid": 2525059}, "date-ut": "1900-10-29 06:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1594"}, "ids-in-sources": {"a6": "1594"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "CZ", "COU": "I", "DAY": "29", "LAT": "39N 0", "LON": "17E30", "MON": "10", "NUM": "1594", "PRO": "J", "SEC": "0", "YEA": "1900", "CITY": "CATANZARO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15357	gauquelin-a6-1595-1879-03-15	{"a6": "1595"}	{"lerrcp": "A6-1595"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1595", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VC", "c3": null, "cy": "IT", "lg": 8.41533, "lat": 45.32306, "name": "Vercelli", "geoid": 3164565}, "notime": null, "date-ut": "1879-03-15 16:30:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1595"}, "birth": {"place": {"c2": "VC", "cy": "IT", "lg": 8.41533, "lat": 45.32306, "name": "Vercelli", "geoid": 3164565}, "date-ut": "1879-03-15 16:30:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1595"}, "ids-in-sources": {"a6": "1595"}}, "raw": {"H": "17", "MN": "30", "TZ": "-1", "COD": "VC", "COU": "I", "DAY": "15", "LAT": "45N24", "LON": "8E30", "MON": "3", "NUM": "1595", "PRO": "J", "SEC": "4", "YEA": "1879", "CITY": "VERCELLI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15358	gauquelin-a6-1596-1876-09-13	{"a6": "1596"}	{"lerrcp": "A6-1596"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1596", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "IT", "lg": 11.67355, "lat": 42.63483, "name": "Pitigliano", "geoid": 3170615}, "notime": null, "date-ut": "1876-09-13 21:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1596"}, "birth": {"place": {"c2": "GR", "cy": "IT", "lg": 11.67355, "lat": 42.63483, "name": "Pitigliano", "geoid": 3170615}, "date-ut": "1876-09-13 21:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1596"}, "ids-in-sources": {"a6": "1596"}}, "raw": {"H": "22", "MN": "10", "TZ": "-1", "COD": "GR", "COU": "I", "DAY": "13", "LAT": "42N42", "LON": "11E30", "MON": "9", "NUM": "1596", "PRO": "J", "SEC": "4", "YEA": "1876", "CITY": "PITIGLIANO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15359	gauquelin-a6-1597-1884-08-24	{"a6": "1597"}	{"lerrcp": "A6-1597"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1597", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FR", "c3": null, "cy": "IT", "lg": 13.6145, "lat": 41.72212, "name": "Sora", "geoid": 3166387}, "notime": null, "date-ut": "1884-08-24 01:30:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1597"}, "birth": {"place": {"c2": "FR", "cy": "IT", "lg": 13.6145, "lat": 41.72212, "name": "Sora", "geoid": 3166387}, "date-ut": "1884-08-24 01:30:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1597"}, "ids-in-sources": {"a6": "1597"}}, "raw": {"H": "2", "MN": "30", "TZ": "-1", "COD": "FR", "COU": "I", "DAY": "24", "LAT": "41N36", "LON": "13E15", "MON": "8", "NUM": "1597", "PRO": "J", "SEC": "4", "YEA": "1884", "CITY": "SORA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15360	gauquelin-a6-1598-1920-05-23	{"a6": "1598"}	{"lerrcp": "A6-1598"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1598", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 16.59748, "lat": 41.20023, "name": "Molfetta", "geoid": 3173287}, "notime": null, "date-ut": "1920-05-23 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1598"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 16.59748, "lat": 41.20023, "name": "Molfetta", "geoid": 3173287}, "date-ut": "1920-05-23 20:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1598"}, "ids-in-sources": {"a6": "1598"}}, "raw": {"H": "21", "MN": "0", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "23", "LAT": "41N12", "LON": "17E 0", "MON": "5", "NUM": "1598", "PRO": "J", "SEC": "0", "YEA": "1920", "CITY": "MOLFETTA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15361	gauquelin-a6-1599-1881-08-07	{"a6": "1599"}	{"lerrcp": "A6-1599"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1599", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AR", "c3": null, "cy": "IT", "lg": 12, "lat": 43.5, "name": "FOIANO DELLA CH", "geoid": 0}, "notime": null, "date-ut": "1881-08-07 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1599"}, "birth": {"place": {"c2": "AR", "cy": "IT", "lg": 12, "lat": 43.5, "name": "FOIANO DELLA CH", "geoid": 0}, "date-ut": "1881-08-07 07:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1599"}, "ids-in-sources": {"a6": "1599"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "AR", "COU": "I", "DAY": "7", "LAT": "43N30", "LON": "12E 0", "MON": "8", "NUM": "1599", "PRO": "J", "SEC": "4", "YEA": "1881", "CITY": "FOIANO DELLA CH"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15362	gauquelin-a6-1600-1867-08-17	{"a6": "1600"}	{"lerrcp": "A6-1600"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1600", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AP", "c3": null, "cy": "IT", "lg": 13.75, "lat": 43, "name": "FERMO", "geoid": 0}, "notime": null, "date-ut": "1867-08-17 19:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1600"}, "birth": {"place": {"c2": "AP", "cy": "IT", "lg": 13.75, "lat": 43, "name": "FERMO", "geoid": 0}, "date-ut": "1867-08-17 19:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1600"}, "ids-in-sources": {"a6": "1600"}}, "raw": {"H": "20", "MN": "40", "TZ": "-1", "COD": "AP", "COU": "I", "DAY": "17", "LAT": "43N 0", "LON": "13E45", "MON": "8", "NUM": "1600", "PRO": "J", "SEC": "4", "YEA": "1867", "CITY": "FERMO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15363	gauquelin-a6-1601-1896-01-01	{"a6": "1601"}	{"lerrcp": "A6-1601"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1601", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PA", "c3": null, "cy": "IT", "lg": 13.69555, "lat": 37.98365, "name": "Termini Imerese", "geoid": 2522960}, "notime": null, "date-ut": "1896-01-01 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1601"}, "birth": {"place": {"c2": "PA", "cy": "IT", "lg": 13.69555, "lat": 37.98365, "name": "Termini Imerese", "geoid": 2522960}, "date-ut": "1896-01-01 05:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1601"}, "ids-in-sources": {"a6": "1601"}}, "raw": {"H": "6", "MN": "30", "TZ": "-1", "COD": "PA", "COU": "I", "DAY": "1", "LAT": "38N 0", "LON": "13E30", "MON": "1", "NUM": "1601", "PRO": "J", "SEC": "0", "YEA": "1896", "CITY": "TERMINI-IMERESE"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15364	gauquelin-a6-1602-1891-03-31	{"a6": "1602"}	{"lerrcp": "A6-1602"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1602", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PI", "c3": null, "cy": "IT", "lg": 10.5, "lat": 43.7, "name": "BAGNI DI CASCIA", "geoid": 0}, "notime": null, "date-ut": "1891-03-31 11:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1602"}, "birth": {"place": {"c2": "PI", "cy": "IT", "lg": 10.5, "lat": 43.7, "name": "BAGNI DI CASCIA", "geoid": 0}, "date-ut": "1891-03-31 11:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1602"}, "ids-in-sources": {"a6": "1602"}}, "raw": {"H": "12", "MN": "40", "TZ": "-1", "COD": "PI", "COU": "I", "DAY": "31", "LAT": "43N42", "LON": "10E30", "MON": "3", "NUM": "1602", "PRO": "J", "SEC": "4", "YEA": "1891", "CITY": "BAGNI DI CASCIA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15365	gauquelin-a6-1603-1896-04-23	{"a6": "1603"}	{"lerrcp": "A6-1603"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1603", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "notime": null, "date-ut": "1896-04-23 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1603"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "date-ut": "1896-04-23 10:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1603"}, "ids-in-sources": {"a6": "1603"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "23", "LAT": "45N30", "LON": "12E30", "MON": "4", "NUM": "1603", "PRO": "J", "SEC": "0", "YEA": "1896", "CITY": "VENEZIA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15366	gauquelin-a6-1604-1878-10-30	{"a6": "1604"}	{"lerrcp": "A6-1604"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1604", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 12.61429, "lat": 43.07083, "name": "Assisi", "geoid": 3182722}, "notime": null, "date-ut": "1878-10-30 22:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1604"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 12.61429, "lat": 43.07083, "name": "Assisi", "geoid": 3182722}, "date-ut": "1878-10-30 22:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1604"}, "ids-in-sources": {"a6": "1604"}}, "raw": {"H": "23", "MN": "40", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "30", "LAT": "43N 0", "LON": "13E 0", "MON": "10", "NUM": "1604", "PRO": "J", "SEC": "4", "YEA": "1878", "CITY": "ASSISI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15367	gauquelin-a6-1605-1905-08-30	{"a6": "1605"}	{"lerrcp": "A6-1605"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1605", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 11.97713, "lat": 44.41247, "name": "Bagnacavallo", "geoid": 3182552}, "notime": null, "date-ut": "1905-08-30 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1605"}, "birth": {"place": {"c2": "RA", "cy": "IT", "lg": 11.97713, "lat": 44.41247, "name": "Bagnacavallo", "geoid": 3182552}, "date-ut": "1905-08-30 00:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1605"}, "ids-in-sources": {"a6": "1605"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "RA", "COU": "I", "DAY": "30", "LAT": "44N24", "LON": "12E15", "MON": "8", "NUM": "1605", "PRO": "J", "SEC": "0", "YEA": "1905", "CITY": "BAGNACAVALLO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15368	gauquelin-a6-1606-1900-03-15	{"a6": "1606"}	{"lerrcp": "A6-1606"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1606", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 9, "lat": 45, "name": "FUBINE MONFERRA", "geoid": 0}, "notime": null, "date-ut": "1900-03-15 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1606"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 9, "lat": 45, "name": "FUBINE MONFERRA", "geoid": 0}, "date-ut": "1900-03-15 14:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1606"}, "ids-in-sources": {"a6": "1606"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "15", "LAT": "45N 0", "LON": "9E 0", "MON": "3", "NUM": "1606", "PRO": "J", "SEC": "0", "YEA": "1900", "CITY": "FUBINE MONFERRA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15369	gauquelin-a6-1607-1881-08-31	{"a6": "1607"}	{"lerrcp": "A6-1607"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1607", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1881-08-31 13:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1607"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1881-08-31 13:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1607"}, "ids-in-sources": {"a6": "1607"}}, "raw": {"H": "14", "MN": "40", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "31", "LAT": "45N30", "LON": "9E15", "MON": "8", "NUM": "1607", "PRO": "J", "SEC": "4", "YEA": "1881", "CITY": "MILANO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15370	gauquelin-a6-1608-1884-06-09	{"a6": "1608"}	{"lerrcp": "A6-1608"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1608", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 17, "lat": 41.2, "name": "ACQUAVIVA DELLE", "geoid": 0}, "notime": null, "date-ut": "1884-06-09 16:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1608"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 17, "lat": 41.2, "name": "ACQUAVIVA DELLE", "geoid": 0}, "date-ut": "1884-06-09 16:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1608"}, "ids-in-sources": {"a6": "1608"}}, "raw": {"H": "17", "MN": "40", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "9", "LAT": "41N12", "LON": "17E 0", "MON": "6", "NUM": "1608", "PRO": "J", "SEC": "4", "YEA": "1884", "CITY": "ACQUAVIVA DELLE"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15371	gauquelin-a6-1609-1903-12-16	{"a6": "1609"}	{"lerrcp": "A6-1609"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1609", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1903-12-16 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1609"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1903-12-16 01:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1609"}, "ids-in-sources": {"a6": "1609"}}, "raw": {"H": "2", "MN": "30", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "16", "LAT": "45N 0", "LON": "12E15", "MON": "12", "NUM": "1609", "PRO": "J", "SEC": "0", "YEA": "1903", "CITY": "ROMA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15372	gauquelin-a6-1610-1896-03-28	{"a6": "1610"}	{"lerrcp": "A6-1610"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1610", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RG", "c3": null, "cy": "IT", "lg": 14.71719, "lat": 36.92824, "name": "Ragusa", "geoid": 2523650}, "notime": null, "date-ut": "1896-03-28 00:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1610"}, "birth": {"place": {"c2": "RG", "cy": "IT", "lg": 14.71719, "lat": 36.92824, "name": "Ragusa", "geoid": 2523650}, "date-ut": "1896-03-28 00:45"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1610"}, "ids-in-sources": {"a6": "1610"}}, "raw": {"H": "1", "MN": "45", "TZ": "-1", "COD": "RG", "COU": "I", "DAY": "28", "LAT": "37N 0", "LON": "14E45", "MON": "3", "NUM": "1610", "PRO": "J", "SEC": "0", "YEA": "1896", "CITY": "RAGUSA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15373	gauquelin-a6-1611-1898-11-24	{"a6": "1611"}	{"lerrcp": "A6-1611"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1611", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SI", "c3": null, "cy": "IT", "lg": 11.33283, "lat": 43.32004, "name": "Siena", "geoid": 3166548}, "notime": null, "date-ut": "1898-11-24 04:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1611"}, "birth": {"place": {"c2": "SI", "cy": "IT", "lg": 11.33283, "lat": 43.32004, "name": "Siena", "geoid": 3166548}, "date-ut": "1898-11-24 04:15"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1611"}, "ids-in-sources": {"a6": "1611"}}, "raw": {"H": "5", "MN": "15", "TZ": "-1", "COD": "SI", "COU": "I", "DAY": "24", "LAT": "43N18", "LON": "11E45", "MON": "11", "NUM": "1611", "PRO": "J", "SEC": "0", "YEA": "1898", "CITY": "SIENA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15374	gauquelin-a6-1612-1894-02-05	{"a6": "1612"}	{"lerrcp": "A6-1612"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1612", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CZ", "c3": null, "cy": "IT", "lg": 17.5, "lat": 39, "name": "PETILIA POLICAS", "geoid": 0}, "notime": null, "date-ut": "1894-02-05 13:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1612"}, "birth": {"place": {"c2": "CZ", "cy": "IT", "lg": 17.5, "lat": 39, "name": "PETILIA POLICAS", "geoid": 0}, "date-ut": "1894-02-05 13:10"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1612"}, "ids-in-sources": {"a6": "1612"}}, "raw": {"H": "14", "MN": "10", "TZ": "-1", "COD": "CZ", "COU": "I", "DAY": "5", "LAT": "39N 0", "LON": "17E30", "MON": "2", "NUM": "1612", "PRO": "J", "SEC": "0", "YEA": "1894", "CITY": "PETILIA POLICAS"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15375	gauquelin-a6-1613-1872-10-23	{"a6": "1613"}	{"lerrcp": "A6-1613"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1613", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TA", "c3": null, "cy": "IT", "lg": 16.75609, "lat": 40.58012, "name": "Ginosa", "geoid": 3176097}, "notime": null, "date-ut": "1872-10-23 02:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1613"}, "birth": {"place": {"c2": "TA", "cy": "IT", "lg": 16.75609, "lat": 40.58012, "name": "Ginosa", "geoid": 3176097}, "date-ut": "1872-10-23 02:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1613"}, "ids-in-sources": {"a6": "1613"}}, "raw": {"H": "3", "MN": "10", "TZ": "-1", "COD": "TA", "COU": "I", "DAY": "23", "LAT": "40N30", "LON": "17E30", "MON": "10", "NUM": "1613", "PRO": "J", "SEC": "4", "YEA": "1872", "CITY": "GINOSA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15376	gauquelin-a6-1614-1874-04-25	{"a6": "1614"}	{"lerrcp": "A6-1614"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1614", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 11.88334, "lat": 44.2857, "name": "Faenza", "geoid": 3177300}, "notime": null, "date-ut": "1874-04-25 01:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1614"}, "birth": {"place": {"c2": "RA", "cy": "IT", "lg": 11.88334, "lat": 44.2857, "name": "Faenza", "geoid": 3177300}, "date-ut": "1874-04-25 01:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1614"}, "ids-in-sources": {"a6": "1614"}}, "raw": {"H": "2", "MN": "10", "TZ": "-1", "COD": "RA", "COU": "I", "DAY": "25", "LAT": "44N24", "LON": "12E15", "MON": "4", "NUM": "1614", "PRO": "J", "SEC": "4", "YEA": "1874", "CITY": "FAENZA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15377	gauquelin-a6-1615-1874-03-06	{"a6": "1615"}	{"lerrcp": "A6-1615"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1615", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MC", "c3": null, "cy": "IT", "lg": 13.45293, "lat": 43.29789, "name": "Macerata", "geoid": 3174380}, "notime": null, "date-ut": "1874-03-06 00:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1615"}, "birth": {"place": {"c2": "MC", "cy": "IT", "lg": 13.45293, "lat": 43.29789, "name": "Macerata", "geoid": 3174380}, "date-ut": "1874-03-06 00:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1615"}, "ids-in-sources": {"a6": "1615"}}, "raw": {"H": "1", "MN": "40", "TZ": "-1", "COD": "MC", "COU": "I", "DAY": "6", "LAT": "43N24", "LON": "13E15", "MON": "3", "NUM": "1615", "PRO": "J", "SEC": "4", "YEA": "1874", "CITY": "MACERATA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15378	gauquelin-a6-1616-1902-09-14	{"a6": "1616"}	{"lerrcp": "A6-1616"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1616", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "IT", "lg": 9.08744, "lat": 45.80998, "name": "Como", "geoid": 3178229}, "notime": null, "date-ut": "1902-09-14 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1616"}, "birth": {"place": {"c2": "CO", "cy": "IT", "lg": 9.08744, "lat": 45.80998, "name": "Como", "geoid": 3178229}, "date-ut": "1902-09-14 13:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1616"}, "ids-in-sources": {"a6": "1616"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "CO", "COU": "I", "DAY": "14", "LAT": "45N48", "LON": "9E15", "MON": "9", "NUM": "1616", "PRO": "J", "SEC": "0", "YEA": "1902", "CITY": "COMO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15379	gauquelin-a6-1617-1888-07-24	{"a6": "1617"}	{"lerrcp": "A6-1617"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1617", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AG", "c3": null, "cy": "IT", "lg": 13.29015, "lat": 37.59944, "name": "Burgio", "geoid": 2525485}, "notime": null, "date-ut": "1888-07-24 22:55:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1617"}, "birth": {"place": {"c2": "AG", "cy": "IT", "lg": 13.29015, "lat": 37.59944, "name": "Burgio", "geoid": 2525485}, "date-ut": "1888-07-24 22:55:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1617"}, "ids-in-sources": {"a6": "1617"}}, "raw": {"H": "23", "MN": "55", "TZ": "-1", "COD": "AG", "COU": "I", "DAY": "24", "LAT": "37N12", "LON": "13E30", "MON": "7", "NUM": "1617", "PRO": "J", "SEC": "4", "YEA": "1888", "CITY": "BURGIO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15380	gauquelin-a6-1618-1870-05-07	{"a6": "1618"}	{"lerrcp": "A6-1618"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1618", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FE", "c3": null, "cy": "IT", "lg": 11.28821, "lat": 44.72597, "name": "Cento", "geoid": 3179162}, "notime": null, "date-ut": "1870-05-07 03:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1618"}, "birth": {"place": {"c2": "FE", "cy": "IT", "lg": 11.28821, "lat": 44.72597, "name": "Cento", "geoid": 3179162}, "date-ut": "1870-05-07 03:25:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1618"}, "ids-in-sources": {"a6": "1618"}}, "raw": {"H": "4", "MN": "25", "TZ": "-1", "COD": "FE", "COU": "I", "DAY": "7", "LAT": "44N42", "LON": "12E30", "MON": "5", "NUM": "1618", "PRO": "J", "SEC": "4", "YEA": "1870", "CITY": "CENTO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15381	gauquelin-a6-1619-1879-01-19	{"a6": "1619"}	{"lerrcp": "A6-1619"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1619", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MS", "c3": null, "cy": "IT", "lg": 9.91288, "lat": 44.25425, "name": "Tresana", "geoid": 6534707}, "notime": null, "date-ut": "1879-01-19 01:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1619"}, "birth": {"place": {"c2": "MS", "cy": "IT", "lg": 9.91288, "lat": 44.25425, "name": "Tresana", "geoid": 6534707}, "date-ut": "1879-01-19 01:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1619"}, "ids-in-sources": {"a6": "1619"}}, "raw": {"H": "2", "MN": "10", "TZ": "-1", "COD": "MS", "COU": "I", "DAY": "19", "LAT": "44N 0", "LON": "10E30", "MON": "1", "NUM": "1619", "PRO": "J", "SEC": "4", "YEA": "1879", "CITY": "TRESANA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15382	gauquelin-a6-1620-1886-03-06	{"a6": "1620"}	{"lerrcp": "A6-1620"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1620", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1886-03-06 22:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1620"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1886-03-06 22:25:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1620"}, "ids-in-sources": {"a6": "1620"}}, "raw": {"H": "23", "MN": "25", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "6", "LAT": "44N30", "LON": "11E 0", "MON": "3", "NUM": "1620", "PRO": "J", "SEC": "4", "YEA": "1886", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15383	gauquelin-a6-1621-1872-07-15	{"a6": "1621"}	{"lerrcp": "A6-1621"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1621", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 11.58021, "lat": 44.92068, "name": "Occhiobello", "geoid": 3172128}, "notime": null, "date-ut": "1872-07-15 05:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1621"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 11.58021, "lat": 44.92068, "name": "Occhiobello", "geoid": 3172128}, "date-ut": "1872-07-15 05:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1621"}, "ids-in-sources": {"a6": "1621"}}, "raw": {"H": "6", "MN": "10", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "15", "LAT": "45N 0", "LON": "12E15", "MON": "7", "NUM": "1621", "PRO": "J", "SEC": "4", "YEA": "1872", "CITY": "OCCHIOBELLO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15384	gauquelin-a6-1622-1900-01-13	{"a6": "1622"}	{"lerrcp": "A6-1622"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1622", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "notime": null, "date-ut": "1900-01-13 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1622"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "date-ut": "1900-01-13 00:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1622"}, "ids-in-sources": {"a6": "1622"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "13", "LAT": "38N 0", "LON": "15E30", "MON": "1", "NUM": "1622", "PRO": "J", "SEC": "0", "YEA": "1900", "CITY": "MESSINA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15385	gauquelin-a6-1623-1894-11-07	{"a6": "1623"}	{"lerrcp": "A6-1623"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1623", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PT", "c3": null, "cy": "IT", "lg": 10.69041, "lat": 43.89705, "name": "Pescia", "geoid": 3171148}, "notime": null, "date-ut": "1894-11-07 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1623"}, "birth": {"place": {"c2": "PT", "cy": "IT", "lg": 10.69041, "lat": 43.89705, "name": "Pescia", "geoid": 3171148}, "date-ut": "1894-11-07 18:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1623"}, "ids-in-sources": {"a6": "1623"}}, "raw": {"H": "19", "MN": "0", "TZ": "-1", "COD": "PT", "COU": "I", "DAY": "7", "LAT": "44N 0", "LON": "11E15", "MON": "11", "NUM": "1623", "PRO": "J", "SEC": "0", "YEA": "1894", "CITY": "PESCIA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15386	gauquelin-a6-1624-1899-06-26	{"a6": "1624"}	{"lerrcp": "A6-1624"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1624", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MC", "c3": null, "cy": "IT", "lg": 13.13147, "lat": 43.38996, "name": "Apiro", "geoid": 3182988}, "notime": null, "date-ut": "1899-06-26 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1624"}, "birth": {"place": {"c2": "MC", "cy": "IT", "lg": 13.13147, "lat": 43.38996, "name": "Apiro", "geoid": 3182988}, "date-ut": "1899-06-26 12:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1624"}, "ids-in-sources": {"a6": "1624"}}, "raw": {"H": "13", "MN": "0", "TZ": "-1", "COD": "MC", "COU": "I", "DAY": "26", "LAT": "43N24", "LON": "13E15", "MON": "6", "NUM": "1624", "PRO": "J", "SEC": "0", "YEA": "1899", "CITY": "APIRO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15387	gauquelin-a6-1625-1887-08-20	{"a6": "1625"}	{"lerrcp": "A6-1625"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1625", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CS", "c3": null, "cy": "IT", "lg": 16.05079, "lat": 39.30889, "name": "San Lucido", "geoid": 2523435}, "notime": null, "date-ut": "1887-08-20 04:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1625"}, "birth": {"place": {"c2": "CS", "cy": "IT", "lg": 16.05079, "lat": 39.30889, "name": "San Lucido", "geoid": 2523435}, "date-ut": "1887-08-20 04:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1625"}, "ids-in-sources": {"a6": "1625"}}, "raw": {"H": "5", "MN": "10", "TZ": "-1", "COD": "CS", "COU": "I", "DAY": "20", "LAT": "39N18", "LON": "16E30", "MON": "8", "NUM": "1625", "PRO": "J", "SEC": "4", "YEA": "1887", "CITY": "SAN LUCIDO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15388	gauquelin-a6-1626-1879-10-18	{"a6": "1626"}	{"lerrcp": "A6-1626"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1626", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PE", "c3": null, "cy": "IT", "lg": 14.21021, "lat": 42.46024, "name": "Pescara", "geoid": 3171168}, "notime": null, "date-ut": "1879-10-18 17:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1626"}, "birth": {"place": {"c2": "PE", "cy": "IT", "lg": 14.21021, "lat": 42.46024, "name": "Pescara", "geoid": 3171168}, "date-ut": "1879-10-18 17:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1626"}, "ids-in-sources": {"a6": "1626"}}, "raw": {"H": "18", "MN": "40", "TZ": "-1", "COD": "PE", "COU": "I", "DAY": "18", "LAT": "42N24", "LON": "14E30", "MON": "10", "NUM": "1626", "PRO": "J", "SEC": "4", "YEA": "1879", "CITY": "PESCARA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15389	gauquelin-a6-1627-1880-09-13	{"a6": "1627"}	{"lerrcp": "A6-1627"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1627", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PZ", "c3": null, "cy": "IT", "lg": 15.73487, "lat": 40.42301, "name": "Marsico Nuovo", "geoid": 3173864}, "notime": null, "date-ut": "1880-09-13 15:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1627"}, "birth": {"place": {"c2": "PZ", "cy": "IT", "lg": 15.73487, "lat": 40.42301, "name": "Marsico Nuovo", "geoid": 3173864}, "date-ut": "1880-09-13 15:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1627"}, "ids-in-sources": {"a6": "1627"}}, "raw": {"H": "16", "MN": "10", "TZ": "-1", "COD": "PZ", "COU": "I", "DAY": "13", "LAT": "40N30", "LON": "15E45", "MON": "9", "NUM": "1627", "PRO": "J", "SEC": "4", "YEA": "1880", "CITY": "MARSICO NUOVO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15390	gauquelin-a6-1628-1901-12-10	{"a6": "1628"}	{"lerrcp": "A6-1628"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1628", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NU", "c3": null, "cy": "IT", "lg": 9.32973, "lat": 40.32106, "name": "Nuoro", "geoid": 3172154}, "notime": null, "date-ut": "1901-12-10 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1628"}, "birth": {"place": {"c2": "NU", "cy": "IT", "lg": 9.32973, "lat": 40.32106, "name": "Nuoro", "geoid": 3172154}, "date-ut": "1901-12-10 22:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1628"}, "ids-in-sources": {"a6": "1628"}}, "raw": {"H": "23", "MN": "30", "TZ": "-1", "COD": "NU", "COU": "I", "DAY": "10", "LAT": "40N18", "LON": "10E 0", "MON": "12", "NUM": "1628", "PRO": "J", "SEC": "0", "YEA": "1901", "CITY": "NUORO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15391	gauquelin-a6-1629-1902-10-15	{"a6": "1629"}	{"lerrcp": "A6-1629"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1629", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FG", "c3": null, "cy": "IT", "lg": 15.34336, "lat": 41.25051, "name": "Bovino", "geoid": 3181644}, "notime": null, "date-ut": "1902-10-15 05:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1629"}, "birth": {"place": {"c2": "FG", "cy": "IT", "lg": 15.34336, "lat": 41.25051, "name": "Bovino", "geoid": 3181644}, "date-ut": "1902-10-15 05:10"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1629"}, "ids-in-sources": {"a6": "1629"}}, "raw": {"H": "6", "MN": "10", "TZ": "-1", "COD": "FG", "COU": "I", "DAY": "15", "LAT": "41N36", "LON": "15E30", "MON": "10", "NUM": "1629", "PRO": "J", "SEC": "0", "YEA": "1902", "CITY": "BOVINO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15392	gauquelin-a6-1630-1901-02-18	{"a6": "1630"}	{"lerrcp": "A6-1630"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1630", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "LODI", "geoid": 0}, "notime": null, "date-ut": "1901-02-18 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1630"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "LODI", "geoid": 0}, "date-ut": "1901-02-18 06:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1630"}, "ids-in-sources": {"a6": "1630"}}, "raw": {"H": "7", "MN": "30", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "18", "LAT": "45N30", "LON": "9E15", "MON": "2", "NUM": "1630", "PRO": "J", "SEC": "0", "YEA": "1901", "CITY": "LODI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15393	gauquelin-a6-1631-1887-11-23	{"a6": "1631"}	{"lerrcp": "A6-1631"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1631", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MC", "c3": null, "cy": "IT", "lg": 13.06917, "lat": 43.13985, "name": "Camerino", "geoid": 3181094}, "notime": null, "date-ut": "1887-11-23 01:15:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1631"}, "birth": {"place": {"c2": "MC", "cy": "IT", "lg": 13.06917, "lat": 43.13985, "name": "Camerino", "geoid": 3181094}, "date-ut": "1887-11-23 01:15:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1631"}, "ids-in-sources": {"a6": "1631"}}, "raw": {"H": "2", "MN": "15", "TZ": "-1", "COD": "MC", "COU": "I", "DAY": "23", "LAT": "43N24", "LON": "13E15", "MON": "11", "NUM": "1631", "PRO": "J", "SEC": "4", "YEA": "1887", "CITY": "CAMERINO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15394	gauquelin-a6-1632-1889-03-14	{"a6": "1632"}	{"lerrcp": "A6-1632"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1632", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FG", "c3": null, "cy": "IT", "lg": 15.5, "lat": 41.6, "name": "VICO DEL GARGAN", "geoid": 0}, "notime": null, "date-ut": "1889-03-14 12:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1632"}, "birth": {"place": {"c2": "FG", "cy": "IT", "lg": 15.5, "lat": 41.6, "name": "VICO DEL GARGAN", "geoid": 0}, "date-ut": "1889-03-14 12:25:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1632"}, "ids-in-sources": {"a6": "1632"}}, "raw": {"H": "13", "MN": "25", "TZ": "-1", "COD": "FG", "COU": "I", "DAY": "14", "LAT": "41N36", "LON": "15E30", "MON": "3", "NUM": "1632", "PRO": "J", "SEC": "4", "YEA": "1889", "CITY": "VICO DEL GARGAN"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15395	gauquelin-a6-1633-1888-12-05	{"a6": "1633"}	{"lerrcp": "A6-1633"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1633", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.71582, "lat": 44.35227, "name": "Imola", "geoid": 3175537}, "notime": null, "date-ut": "1888-12-05 16:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1633"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.71582, "lat": 44.35227, "name": "Imola", "geoid": 3175537}, "date-ut": "1888-12-05 16:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1633"}, "ids-in-sources": {"a6": "1633"}}, "raw": {"H": "17", "MN": "40", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "5", "LAT": "44N30", "LON": "11E 0", "MON": "12", "NUM": "1633", "PRO": "J", "SEC": "4", "YEA": "1888", "CITY": "IMOLA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15396	gauquelin-a6-1634-1885-03-16	{"a6": "1634"}	{"lerrcp": "A6-1634"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1634", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MS", "c3": null, "cy": "IT", "lg": 10.09987, "lat": 44.07834, "name": "Carrara", "geoid": 3180423}, "notime": null, "date-ut": "1885-03-16 08:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1634"}, "birth": {"place": {"c2": "MS", "cy": "IT", "lg": 10.09987, "lat": 44.07834, "name": "Carrara", "geoid": 3180423}, "date-ut": "1885-03-16 08:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1634"}, "ids-in-sources": {"a6": "1634"}}, "raw": {"H": "9", "MN": "10", "TZ": "-1", "COD": "MS", "COU": "I", "DAY": "16", "LAT": "44N 0", "LON": "10E30", "MON": "3", "NUM": "1634", "PRO": "J", "SEC": "4", "YEA": "1885", "CITY": "CARRARA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15397	gauquelin-a6-1635-1881-11-02	{"a6": "1635"}	{"lerrcp": "A6-1635"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1635", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 10.97989, "lat": 45.21328, "name": "Sorgà", "geoid": 6535578}, "notime": null, "date-ut": "1881-11-02 06:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1635"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 10.97989, "lat": 45.21328, "name": "Sorgà", "geoid": 6535578}, "date-ut": "1881-11-02 06:25:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1635"}, "ids-in-sources": {"a6": "1635"}}, "raw": {"H": "7", "MN": "25", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "2", "LAT": "45N24", "LON": "11E 0", "MON": "11", "NUM": "1635", "PRO": "J", "SEC": "4", "YEA": "1881", "CITY": "SORGA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15398	gauquelin-a6-1636-1869-10-30	{"a6": "1636"}	{"lerrcp": "A6-1636"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1636", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.53451, "lat": 44.64667, "name": "Baricella", "geoid": 3182348}, "notime": null, "date-ut": "1869-10-30 15:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1636"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.53451, "lat": 44.64667, "name": "Baricella", "geoid": 3182348}, "date-ut": "1869-10-30 15:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1636"}, "ids-in-sources": {"a6": "1636"}}, "raw": {"H": "16", "MN": "10", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "30", "LAT": "44N30", "LON": "11E 0", "MON": "10", "NUM": "1636", "PRO": "J", "SEC": "4", "YEA": "1869", "CITY": "BARICELLA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15399	gauquelin-a6-1637-1889-01-19	{"a6": "1637"}	{"lerrcp": "A6-1637"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1637", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "notime": null, "date-ut": "1889-01-19 15:55:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1637"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "date-ut": "1889-01-19 15:55:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1637"}, "ids-in-sources": {"a6": "1637"}}, "raw": {"H": "16", "MN": "55", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "19", "LAT": "45N30", "LON": "12E30", "MON": "1", "NUM": "1637", "PRO": "J", "SEC": "4", "YEA": "1889", "CITY": "VENEZIA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15400	gauquelin-a6-1638-1874-10-15	{"a6": "1638"}	{"lerrcp": "A6-1638"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1638", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PS", "c3": null, "cy": "IT", "lg": 13, "lat": 44, "name": "PENNABILLI", "geoid": 0}, "notime": null, "date-ut": "1874-10-15 22:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1638"}, "birth": {"place": {"c2": "PS", "cy": "IT", "lg": 13, "lat": 44, "name": "PENNABILLI", "geoid": 0}, "date-ut": "1874-10-15 22:25:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1638"}, "ids-in-sources": {"a6": "1638"}}, "raw": {"H": "23", "MN": "25", "TZ": "-1", "COD": "PS", "COU": "I", "DAY": "15", "LAT": "44N 0", "LON": "13E 0", "MON": "10", "NUM": "1638", "PRO": "J", "SEC": "4", "YEA": "1874", "CITY": "PENNABILLI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15401	gauquelin-a6-1639-1918-05-19	{"a6": "1639"}	{"lerrcp": "A6-1639"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1639", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1918-05-19 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1639"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1918-05-19 19:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1639"}, "ids-in-sources": {"a6": "1639"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "19", "LAT": "45N 0", "LON": "12E15", "MON": "5", "NUM": "1639", "PRO": "J", "SEC": "0", "YEA": "1918", "CITY": "ROMA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15402	gauquelin-a6-1640-1921-02-17	{"a6": "1640"}	{"lerrcp": "A6-1640"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1640", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1921-02-17 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1640"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1921-02-17 14:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1640"}, "ids-in-sources": {"a6": "1640"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "17", "LAT": "45N 0", "LON": "12E15", "MON": "2", "NUM": "1640", "PRO": "J", "SEC": "0", "YEA": "1921", "CITY": "ROMA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15403	gauquelin-a6-1641-1894-12-13	{"a6": "1641"}	{"lerrcp": "A6-1641"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1641", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AN", "c3": null, "cy": "IT", "lg": 13.30747, "lat": 43.63886, "name": "Montemarciano", "geoid": 3172845}, "notime": null, "date-ut": "1894-12-13 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1641"}, "birth": {"place": {"c2": "AN", "cy": "IT", "lg": 13.30747, "lat": 43.63886, "name": "Montemarciano", "geoid": 3172845}, "date-ut": "1894-12-13 02:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1641"}, "ids-in-sources": {"a6": "1641"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "AN", "COU": "I", "DAY": "13", "LAT": "43N42", "LON": "13E45", "MON": "12", "NUM": "1641", "PRO": "J", "SEC": "0", "YEA": "1894", "CITY": "MONTEMARCIANO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15404	gauquelin-a6-1642-1895-04-22	{"a6": "1642"}	{"lerrcp": "A6-1642"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1642", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "IT", "lg": 10.74309, "lat": 44.99187, "name": "Suzzara", "geoid": 3166006}, "notime": null, "date-ut": "1895-04-22 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1642"}, "birth": {"place": {"c2": "MN", "cy": "IT", "lg": 10.74309, "lat": 44.99187, "name": "Suzzara", "geoid": 3166006}, "date-ut": "1895-04-22 00:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1642"}, "ids-in-sources": {"a6": "1642"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "MN", "COU": "I", "DAY": "22", "LAT": "45N12", "LON": "11E 0", "MON": "4", "NUM": "1642", "PRO": "J", "SEC": "0", "YEA": "1895", "CITY": "SUZZARA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15405	gauquelin-a6-1643-1899-08-03	{"a6": "1643"}	{"lerrcp": "A6-1643"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1643", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1899-08-03 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1643"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1899-08-03 21:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1643"}, "ids-in-sources": {"a6": "1643"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "3", "LAT": "44N30", "LON": "11E 0", "MON": "8", "NUM": "1643", "PRO": "J", "SEC": "0", "YEA": "1899", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15406	gauquelin-a6-1644-1884-02-01	{"a6": "1644"}	{"lerrcp": "A6-1644"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1644", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROCCA PRIORA", "geoid": 0}, "notime": null, "date-ut": "1884-02-01 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1644"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROCCA PRIORA", "geoid": 0}, "date-ut": "1884-02-01 00:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1644"}, "ids-in-sources": {"a6": "1644"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "1", "LAT": "45N 0", "LON": "12E15", "MON": "2", "NUM": "1644", "PRO": "J", "SEC": "4", "YEA": "1884", "CITY": "ROCCA PRIORA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15407	gauquelin-a6-1645-1874-06-19	{"a6": "1645"}	{"lerrcp": "A6-1645"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1645", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PC", "c3": null, "cy": "IT", "lg": 9.69937, "lat": 45.04676, "name": "Piacenza", "geoid": 3171058}, "notime": null, "date-ut": "1874-06-19 10:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1645"}, "birth": {"place": {"c2": "PC", "cy": "IT", "lg": 9.69937, "lat": 45.04676, "name": "Piacenza", "geoid": 3171058}, "date-ut": "1874-06-19 10:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1645"}, "ids-in-sources": {"a6": "1645"}}, "raw": {"H": "11", "MN": "40", "TZ": "-1", "COD": "PC", "COU": "I", "DAY": "19", "LAT": "45N 0", "LON": "9E45", "MON": "6", "NUM": "1645", "PRO": "J", "SEC": "4", "YEA": "1874", "CITY": "PIACENZA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15408	gauquelin-a6-1646-1901-10-12	{"a6": "1646"}	{"lerrcp": "A6-1646"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1646", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AN", "c3": null, "cy": "IT", "lg": 13.51008, "lat": 43.59816, "name": "Ancona", "geoid": 3183089}, "notime": null, "date-ut": "1901-10-12 01:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1646"}, "birth": {"place": {"c2": "AN", "cy": "IT", "lg": 13.51008, "lat": 43.59816, "name": "Ancona", "geoid": 3183089}, "date-ut": "1901-10-12 01:45"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1646"}, "ids-in-sources": {"a6": "1646"}}, "raw": {"H": "2", "MN": "45", "TZ": "-1", "COD": "AN", "COU": "I", "DAY": "12", "LAT": "43N42", "LON": "13E45", "MON": "10", "NUM": "1646", "PRO": "J", "SEC": "0", "YEA": "1901", "CITY": "ANCONA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15409	gauquelin-a6-1647-1870-04-24	{"a6": "1647"}	{"lerrcp": "A6-1647"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1647", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FE", "c3": null, "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "notime": null, "date-ut": "1870-04-24 11:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1647"}, "birth": {"place": {"c2": "FE", "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "date-ut": "1870-04-24 11:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1647"}, "ids-in-sources": {"a6": "1647"}}, "raw": {"H": "12", "MN": "10", "TZ": "-1", "COD": "FE", "COU": "I", "DAY": "24", "LAT": "44N42", "LON": "12E30", "MON": "4", "NUM": "1647", "PRO": "J", "SEC": "4", "YEA": "1870", "CITY": "FERRARA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15410	gauquelin-a6-1648-1902-11-25	{"a6": "1648"}	{"lerrcp": "A6-1648"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1648", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11, "lat": 44.5, "name": "S.GIORGIO DI PI", "geoid": 0}, "notime": null, "date-ut": "1902-11-25 06:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1648"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11, "lat": 44.5, "name": "S.GIORGIO DI PI", "geoid": 0}, "date-ut": "1902-11-25 06:45"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1648"}, "ids-in-sources": {"a6": "1648"}}, "raw": {"H": "7", "MN": "45", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "25", "LAT": "44N30", "LON": "11E 0", "MON": "11", "NUM": "1648", "PRO": "J", "SEC": "0", "YEA": "1902", "CITY": "S.GIORGIO DI PI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15411	gauquelin-a6-1649-1884-02-20	{"a6": "1649"}	{"lerrcp": "A6-1649"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1649", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.40344, "lat": 45.18356, "name": "Balzola", "geoid": 3182436}, "notime": null, "date-ut": "1884-02-20 20:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1649"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.40344, "lat": 45.18356, "name": "Balzola", "geoid": 3182436}, "date-ut": "1884-02-20 20:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1649"}, "ids-in-sources": {"a6": "1649"}}, "raw": {"H": "21", "MN": "10", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "20", "LAT": "45N 0", "LON": "9E 0", "MON": "2", "NUM": "1649", "PRO": "J", "SEC": "4", "YEA": "1884", "CITY": "BALZOLA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15412	gauquelin-a6-1650-1874-10-19	{"a6": "1650"}	{"lerrcp": "A6-1650"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1650", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "notime": null, "date-ut": "1874-10-19 21:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1650"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "date-ut": "1874-10-19 21:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1650"}, "ids-in-sources": {"a6": "1650"}}, "raw": {"H": "22", "MN": "10", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "19", "LAT": "44N48", "LON": "10E45", "MON": "10", "NUM": "1650", "PRO": "J", "SEC": "4", "YEA": "1874", "CITY": "PARMA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15413	gauquelin-a6-1651-1879-08-24	{"a6": "1651"}	{"lerrcp": "A6-1651"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1651", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 7.59882, "lat": 45.23505, "name": "Ciriè", "geoid": 3178650}, "notime": null, "date-ut": "1879-08-24 21:00:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1651"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 7.59882, "lat": 45.23505, "name": "Ciriè", "geoid": 3178650}, "date-ut": "1879-08-24 21:00:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1651"}, "ids-in-sources": {"a6": "1651"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "24", "LAT": "45N 0", "LON": "8E 0", "MON": "8", "NUM": "1651", "PRO": "J", "SEC": "4", "YEA": "1879", "CITY": "CIRIE"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15414	gauquelin-a6-1652-1919-12-14	{"a6": "1652"}	{"lerrcp": "A6-1652"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1652", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FE", "c3": null, "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "notime": null, "date-ut": "1919-12-14 13:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1652"}, "birth": {"place": {"c2": "FE", "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "date-ut": "1919-12-14 13:20"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1652"}, "ids-in-sources": {"a6": "1652"}}, "raw": {"H": "14", "MN": "20", "TZ": "-1", "COD": "FE", "COU": "I", "DAY": "14", "LAT": "44N42", "LON": "12E30", "MON": "12", "NUM": "1652", "PRO": "J", "SEC": "0", "YEA": "1919", "CITY": "FERRARA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15415	gauquelin-a6-1653-1867-03-27	{"a6": "1653"}	{"lerrcp": "A6-1653"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1653", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AV", "c3": null, "cy": "IT", "lg": 15.00134, "lat": 41.09772, "name": "Bonito", "geoid": 3181882}, "notime": null, "date-ut": "1867-03-27 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1653"}, "birth": {"place": {"c2": "AV", "cy": "IT", "lg": 15.00134, "lat": 41.09772, "name": "Bonito", "geoid": 3181882}, "date-ut": "1867-03-27 07:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1653"}, "ids-in-sources": {"a6": "1653"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "AV", "COU": "I", "DAY": "27", "LAT": "41N 0", "LON": "15E 0", "MON": "3", "NUM": "1653", "PRO": "J", "SEC": "4", "YEA": "1867", "CITY": "BONITO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15416	gauquelin-a6-1654-1901-12-02	{"a6": "1654"}	{"lerrcp": "A6-1654"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1654", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "IT", "lg": 9.13462, "lat": 39.20738, "name": "Cagliari", "geoid": 2525473}, "notime": null, "date-ut": "1901-12-02 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1654"}, "birth": {"place": {"c2": "CA", "cy": "IT", "lg": 9.13462, "lat": 39.20738, "name": "Cagliari", "geoid": 2525473}, "date-ut": "1901-12-02 02:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1654"}, "ids-in-sources": {"a6": "1654"}}, "raw": {"H": "3", "MN": "30", "TZ": "-1", "COD": "CA", "COU": "I", "DAY": "2", "LAT": "39N24", "LON": "9E 0", "MON": "12", "NUM": "1654", "PRO": "J", "SEC": "0", "YEA": "1901", "CITY": "CAGLIARI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15417	gauquelin-a6-1655-1886-11-25	{"a6": "1655"}	{"lerrcp": "A6-1655"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1655", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1886-11-25 20:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1655"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1886-11-25 20:25:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1655"}, "ids-in-sources": {"a6": "1655"}}, "raw": {"H": "21", "MN": "25", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "25", "LAT": "44N30", "LON": "11E 0", "MON": "11", "NUM": "1655", "PRO": "J", "SEC": "4", "YEA": "1886", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15418	gauquelin-a6-1656-1878-06-12	{"a6": "1656"}	{"lerrcp": "A6-1656"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1656", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FE", "c3": null, "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "notime": null, "date-ut": "1878-06-12 09:55:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1656"}, "birth": {"place": {"c2": "FE", "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "date-ut": "1878-06-12 09:55:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1656"}, "ids-in-sources": {"a6": "1656"}}, "raw": {"H": "10", "MN": "55", "TZ": "-1", "COD": "FE", "COU": "I", "DAY": "12", "LAT": "44N42", "LON": "12E30", "MON": "6", "NUM": "1656", "PRO": "J", "SEC": "4", "YEA": "1878", "CITY": "FERRARA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15419	gauquelin-a6-1657-1879-03-31	{"a6": "1657"}	{"lerrcp": "A6-1657"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1657", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CN", "c3": null, "cy": "IT", "lg": 7.54453, "lat": 44.39733, "name": "Cuneo", "geoid": 3177700}, "notime": null, "date-ut": "1879-03-31 11:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1657"}, "birth": {"place": {"c2": "CN", "cy": "IT", "lg": 7.54453, "lat": 44.39733, "name": "Cuneo", "geoid": 3177700}, "date-ut": "1879-03-31 11:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1657"}, "ids-in-sources": {"a6": "1657"}}, "raw": {"H": "12", "MN": "10", "TZ": "-1", "COD": "CN", "COU": "I", "DAY": "31", "LAT": "44N24", "LON": "7E15", "MON": "3", "NUM": "1657", "PRO": "J", "SEC": "4", "YEA": "1879", "CITY": "CUNEO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15420	gauquelin-a6-1658-1882-12-10	{"a6": "1658"}	{"lerrcp": "A6-1658"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1658", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1882-12-10 15:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1658"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1882-12-10 15:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1658"}, "ids-in-sources": {"a6": "1658"}}, "raw": {"H": "16", "MN": "40", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "10", "LAT": "44N30", "LON": "11E 0", "MON": "12", "NUM": "1658", "PRO": "J", "SEC": "4", "YEA": "1882", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15421	gauquelin-a6-1659-1882-12-17	{"a6": "1659"}	{"lerrcp": "A6-1659"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1659", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CR", "c3": null, "cy": "IT", "lg": 10.12368, "lat": 45.08957, "name": "Pieve d'Olmi", "geoid": 3170742}, "notime": null, "date-ut": "1882-12-17 18:05:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1659"}, "birth": {"place": {"c2": "CR", "cy": "IT", "lg": 10.12368, "lat": 45.08957, "name": "Pieve d'Olmi", "geoid": 3170742}, "date-ut": "1882-12-17 18:05:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1659"}, "ids-in-sources": {"a6": "1659"}}, "raw": {"H": "19", "MN": "5", "TZ": "-1", "COD": "CR", "COU": "I", "DAY": "17", "LAT": "45N12", "LON": "11E 0", "MON": "12", "NUM": "1659", "PRO": "J", "SEC": "4", "YEA": "1882", "CITY": "PIEVE D'OLMI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15422	gauquelin-a6-1660-1891-07-15	{"a6": "1660"}	{"lerrcp": "A6-1660"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1660", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 11.25, "lat": 44.6, "name": "FIORANO MODENES", "geoid": 0}, "notime": null, "date-ut": "1891-07-15 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1660"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 11.25, "lat": 44.6, "name": "FIORANO MODENES", "geoid": 0}, "date-ut": "1891-07-15 03:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1660"}, "ids-in-sources": {"a6": "1660"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "15", "LAT": "44N36", "LON": "11E15", "MON": "7", "NUM": "1660", "PRO": "J", "SEC": "4", "YEA": "1891", "CITY": "FIORANO MODENES"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15423	gauquelin-a6-1661-1882-07-16	{"a6": "1661"}	{"lerrcp": "A6-1661"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1661", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PT", "c3": null, "cy": "IT", "lg": 10.92361, "lat": 43.92125, "name": "Pistoia", "geoid": 3170621}, "notime": null, "date-ut": "1882-07-16 00:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1661"}, "birth": {"place": {"c2": "PT", "cy": "IT", "lg": 10.92361, "lat": 43.92125, "name": "Pistoia", "geoid": 3170621}, "date-ut": "1882-07-16 00:50:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1661"}, "ids-in-sources": {"a6": "1661"}}, "raw": {"H": "1", "MN": "50", "TZ": "-1", "COD": "PT", "COU": "I", "DAY": "16", "LAT": "44N 0", "LON": "11E15", "MON": "7", "NUM": "1661", "PRO": "J", "SEC": "4", "YEA": "1882", "CITY": "PISTOIA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15424	gauquelin-a6-1662-1868-11-08	{"a6": "1662"}	{"lerrcp": "A6-1662"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1662", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CN", "c3": null, "cy": "IT", "lg": 7.48623, "lat": 44.64644, "name": "Saluzzo", "geoid": 3168609}, "notime": null, "date-ut": "1868-11-08 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1662"}, "birth": {"place": {"c2": "CN", "cy": "IT", "lg": 7.48623, "lat": 44.64644, "name": "Saluzzo", "geoid": 3168609}, "date-ut": "1868-11-08 00:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1662"}, "ids-in-sources": {"a6": "1662"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "CN", "COU": "I", "DAY": "8", "LAT": "44N24", "LON": "7E15", "MON": "11", "NUM": "1662", "PRO": "J", "SEC": "4", "YEA": "1868", "CITY": "SALUZZO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15425	gauquelin-a6-1663-1881-12-19	{"a6": "1663"}	{"lerrcp": "A6-1663"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1663", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 11, "lat": 45.4, "name": "VILLAFRANCA DI", "geoid": 0}, "notime": null, "date-ut": "1881-12-19 04:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1663"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 11, "lat": 45.4, "name": "VILLAFRANCA DI", "geoid": 0}, "date-ut": "1881-12-19 04:25:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1663"}, "ids-in-sources": {"a6": "1663"}}, "raw": {"H": "5", "MN": "25", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "19", "LAT": "45N24", "LON": "11E 0", "MON": "12", "NUM": "1663", "PRO": "J", "SEC": "4", "YEA": "1881", "CITY": "VILLAFRANCA DI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15426	gauquelin-a6-1664-1893-01-03	{"a6": "1664"}	{"lerrcp": "A6-1664"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1664", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.61894, "lat": 44.91245, "name": "Alessandria", "geoid": 3183299}, "notime": null, "date-ut": "1893-01-03 09:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1664"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.61894, "lat": 44.91245, "name": "Alessandria", "geoid": 3183299}, "date-ut": "1893-01-03 09:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1664"}, "ids-in-sources": {"a6": "1664"}}, "raw": {"H": "10", "MN": "10", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "3", "LAT": "45N 0", "LON": "9E 0", "MON": "1", "NUM": "1664", "PRO": "J", "SEC": "4", "YEA": "1893", "CITY": "ALESSANDRIA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15427	gauquelin-a6-1665-1860-07-11	{"a6": "1665"}	{"lerrcp": "A6-1665"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1665", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RC", "c3": null, "cy": "IT", "lg": 15.8078, "lat": 38.28847, "name": "Bagnara Calabra", "geoid": 2525616}, "notime": null, "date-ut": "1860-07-11 00:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1665"}, "birth": {"place": {"c2": "RC", "cy": "IT", "lg": 15.8078, "lat": 38.28847, "name": "Bagnara Calabra", "geoid": 2525616}, "date-ut": "1860-07-11 00:58"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1665"}, "ids-in-sources": {"a6": "1665"}}, "raw": {"H": "1", "MN": "58", "TZ": "-1", "COD": "RC", "COU": "I", "DAY": "11", "LAT": "38N 6", "LON": "15E30", "MON": "7", "NUM": "1665", "PRO": "J", "SEC": "0", "YEA": "1860", "CITY": "BAGNARA CALABRA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15428	gauquelin-a6-1666-1879-06-03	{"a6": "1666"}	{"lerrcp": "A6-1666"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1666", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FO", "c3": null, "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "FORLI", "geoid": 0}, "notime": null, "date-ut": "1879-06-03 05:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1666"}, "birth": {"place": {"c2": "FO", "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "FORLI", "geoid": 0}, "date-ut": "1879-06-03 05:25:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1666"}, "ids-in-sources": {"a6": "1666"}}, "raw": {"H": "6", "MN": "25", "TZ": "-1", "COD": "FO", "COU": "I", "DAY": "3", "LAT": "44N12", "LON": "12E30", "MON": "6", "NUM": "1666", "PRO": "J", "SEC": "4", "YEA": "1879", "CITY": "FORLI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15429	gauquelin-a6-1667-1881-09-25	{"a6": "1667"}	{"lerrcp": "A6-1667"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1667", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FO", "c3": null, "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "FORLI", "geoid": 0}, "notime": null, "date-ut": "1881-09-25 19:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1667"}, "birth": {"place": {"c2": "FO", "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "FORLI", "geoid": 0}, "date-ut": "1881-09-25 19:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1667"}, "ids-in-sources": {"a6": "1667"}}, "raw": {"H": "20", "MN": "10", "TZ": "-1", "COD": "FO", "COU": "I", "DAY": "25", "LAT": "44N12", "LON": "12E30", "MON": "9", "NUM": "1667", "PRO": "J", "SEC": "4", "YEA": "1881", "CITY": "FORLI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15430	gauquelin-a6-1668-1892-05-28	{"a6": "1668"}	{"lerrcp": "A6-1668"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1668", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PA", "c3": null, "cy": "IT", "lg": 13.35976, "lat": 38.11582, "name": "Palermo", "geoid": 2523920}, "notime": null, "date-ut": "1892-05-28 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1668"}, "birth": {"place": {"c2": "PA", "cy": "IT", "lg": 13.35976, "lat": 38.11582, "name": "Palermo", "geoid": 2523920}, "date-ut": "1892-05-28 10:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1668"}, "ids-in-sources": {"a6": "1668"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "PA", "COU": "I", "DAY": "28", "LAT": "38N 0", "LON": "13E30", "MON": "5", "NUM": "1668", "PRO": "J", "SEC": "4", "YEA": "1892", "CITY": "PALERMO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15431	gauquelin-a6-1669-1892-08-09	{"a6": "1669"}	{"lerrcp": "A6-1669"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1669", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "IT", "lg": 11, "lat": 45.2, "name": "S.BENEDETTO PO", "geoid": 0}, "notime": null, "date-ut": "1892-08-09 05:42:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1669"}, "birth": {"place": {"c2": "MN", "cy": "IT", "lg": 11, "lat": 45.2, "name": "S.BENEDETTO PO", "geoid": 0}, "date-ut": "1892-08-09 05:42:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1669"}, "ids-in-sources": {"a6": "1669"}}, "raw": {"H": "6", "MN": "42", "TZ": "-1", "COD": "MN", "COU": "I", "DAY": "9", "LAT": "45N12", "LON": "11E 0", "MON": "8", "NUM": "1669", "PRO": "J", "SEC": "4", "YEA": "1892", "CITY": "S.BENEDETTO PO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15432	gauquelin-a6-1670-1894-10-09	{"a6": "1670"}	{"lerrcp": "A6-1670"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1670", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AQ", "c3": null, "cy": "IT", "lg": 13.7587, "lat": 42.32584, "name": "Ofena", "geoid": 3172110}, "notime": null, "date-ut": "1894-10-09 09:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1670"}, "birth": {"place": {"c2": "AQ", "cy": "IT", "lg": 13.7587, "lat": 42.32584, "name": "Ofena", "geoid": 3172110}, "date-ut": "1894-10-09 09:15"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1670"}, "ids-in-sources": {"a6": "1670"}}, "raw": {"H": "10", "MN": "15", "TZ": "-1", "COD": "AQ", "COU": "I", "DAY": "9", "LAT": "42N24", "LON": "13E30", "MON": "10", "NUM": "1670", "PRO": "J", "SEC": "0", "YEA": "1894", "CITY": "OFENA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15433	gauquelin-a6-1671-1867-10-28	{"a6": "1671"}	{"lerrcp": "A6-1671"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1671", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AQ", "c3": null, "cy": "IT", "lg": 13.39954, "lat": 42.35055, "name": "L'Aquila", "geoid": 3175121}, "notime": null, "date-ut": "1867-10-28 12:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1671"}, "birth": {"place": {"c2": "AQ", "cy": "IT", "lg": 13.39954, "lat": 42.35055, "name": "L'Aquila", "geoid": 3175121}, "date-ut": "1867-10-28 12:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1671"}, "ids-in-sources": {"a6": "1671"}}, "raw": {"H": "13", "MN": "10", "TZ": "-1", "COD": "AQ", "COU": "I", "DAY": "28", "LAT": "42N24", "LON": "13E30", "MON": "10", "NUM": "1671", "PRO": "J", "SEC": "4", "YEA": "1867", "CITY": "L'AQUILA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15434	gauquelin-a6-1672-1884-09-15	{"a6": "1672"}	{"lerrcp": "A6-1672"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1672", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 7.89572, "lat": 45.30496, "name": "Caluso", "geoid": 3181164}, "notime": null, "date-ut": "1884-09-15 16:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1672"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 7.89572, "lat": 45.30496, "name": "Caluso", "geoid": 3181164}, "date-ut": "1884-09-15 16:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1672"}, "ids-in-sources": {"a6": "1672"}}, "raw": {"H": "17", "MN": "10", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "15", "LAT": "45N 0", "LON": "8E 0", "MON": "9", "NUM": "1672", "PRO": "J", "SEC": "4", "YEA": "1884", "CITY": "CALUSO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15435	gauquelin-a6-1673-1870-08-27	{"a6": "1673"}	{"lerrcp": "A6-1673"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1673", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AP", "c3": null, "cy": "IT", "lg": 13.75, "lat": 43, "name": "MONTESAMPIETRAN", "geoid": 0}, "notime": null, "date-ut": "1870-08-27 01:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1673"}, "birth": {"place": {"c2": "AP", "cy": "IT", "lg": 13.75, "lat": 43, "name": "MONTESAMPIETRAN", "geoid": 0}, "date-ut": "1870-08-27 01:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1673"}, "ids-in-sources": {"a6": "1673"}}, "raw": {"H": "2", "MN": "10", "TZ": "-1", "COD": "AP", "COU": "I", "DAY": "27", "LAT": "43N 0", "LON": "13E45", "MON": "8", "NUM": "1673", "PRO": "J", "SEC": "4", "YEA": "1870", "CITY": "MONTESAMPIETRAN"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15436	gauquelin-a6-1674-1885-01-11	{"a6": "1674"}	{"lerrcp": "A6-1674"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1674", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FO", "c3": null, "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "PREDAPPIO", "geoid": 0}, "notime": null, "date-ut": "1885-01-11 21:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1674"}, "birth": {"place": {"c2": "FO", "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "PREDAPPIO", "geoid": 0}, "date-ut": "1885-01-11 21:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1674"}, "ids-in-sources": {"a6": "1674"}}, "raw": {"H": "22", "MN": "40", "TZ": "-1", "COD": "FO", "COU": "I", "DAY": "11", "LAT": "44N12", "LON": "12E30", "MON": "1", "NUM": "1674", "PRO": "J", "SEC": "4", "YEA": "1885", "CITY": "PREDAPPIO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15437	gauquelin-a6-1675-1888-05-19	{"a6": "1675"}	{"lerrcp": "A6-1675"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1675", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1888-05-19 16:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1675"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1888-05-19 16:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1675"}, "ids-in-sources": {"a6": "1675"}}, "raw": {"H": "17", "MN": "10", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "19", "LAT": "45N 0", "LON": "12E15", "MON": "5", "NUM": "1675", "PRO": "J", "SEC": "4", "YEA": "1888", "CITY": "ROMA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15438	gauquelin-a6-1676-1905-06-17	{"a6": "1676"}	{"lerrcp": "A6-1676"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1676", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 7.39862, "lat": 45.07714, "name": "Avigliana", "geoid": 3182634}, "notime": null, "date-ut": "1905-06-17 16:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1676"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 7.39862, "lat": 45.07714, "name": "Avigliana", "geoid": 3182634}, "date-ut": "1905-06-17 16:12"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1676"}, "ids-in-sources": {"a6": "1676"}}, "raw": {"H": "17", "MN": "12", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "17", "LAT": "45N 0", "LON": "8E 0", "MON": "6", "NUM": "1676", "PRO": "J", "SEC": "0", "YEA": "1905", "CITY": "AVIGLIANA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15439	gauquelin-a6-1677-1911-12-26	{"a6": "1677"}	{"lerrcp": "A6-1677"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1677", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FO", "c3": null, "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "FORLI", "geoid": 0}, "notime": null, "date-ut": "1911-12-26 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1677"}, "birth": {"place": {"c2": "FO", "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "FORLI", "geoid": 0}, "date-ut": "1911-12-26 18:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1677"}, "ids-in-sources": {"a6": "1677"}}, "raw": {"H": "19", "MN": "0", "TZ": "-1", "COD": "FO", "COU": "I", "DAY": "26", "LAT": "44N12", "LON": "12E30", "MON": "12", "NUM": "1677", "PRO": "J", "SEC": "0", "YEA": "1911", "CITY": "FORLI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15440	gauquelin-a6-1678-1891-02-08	{"a6": "1678"}	{"lerrcp": "A6-1678"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1678", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 11.88334, "lat": 44.2857, "name": "Faenza", "geoid": 3177300}, "notime": null, "date-ut": "1891-02-08 06:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1678"}, "birth": {"place": {"c2": "RA", "cy": "IT", "lg": 11.88334, "lat": 44.2857, "name": "Faenza", "geoid": 3177300}, "date-ut": "1891-02-08 06:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1678"}, "ids-in-sources": {"a6": "1678"}}, "raw": {"H": "7", "MN": "10", "TZ": "-1", "COD": "RA", "COU": "I", "DAY": "8", "LAT": "44N24", "LON": "12E15", "MON": "2", "NUM": "1678", "PRO": "J", "SEC": "4", "YEA": "1891", "CITY": "FAENZA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15441	gauquelin-a6-1679-1890-05-24	{"a6": "1679"}	{"lerrcp": "A6-1679"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1679", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FE", "c3": null, "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "notime": null, "date-ut": "1890-05-24 04:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1679"}, "birth": {"place": {"c2": "FE", "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "date-ut": "1890-05-24 04:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1679"}, "ids-in-sources": {"a6": "1679"}}, "raw": {"H": "5", "MN": "10", "TZ": "-1", "COD": "FE", "COU": "I", "DAY": "24", "LAT": "44N42", "LON": "12E30", "MON": "5", "NUM": "1679", "PRO": "J", "SEC": "4", "YEA": "1890", "CITY": "FERRARA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15442	gauquelin-a6-1680-1886-09-14	{"a6": "1680"}	{"lerrcp": "A6-1680"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1680", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TN", "c3": null, "cy": "IT", "lg": 10.77727, "lat": 46.0536, "name": "Ragoli", "geoid": 6535031}, "notime": null, "date-ut": "1886-09-14 05:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1680"}, "birth": {"place": {"c2": "TN", "cy": "IT", "lg": 10.77727, "lat": 46.0536, "name": "Ragoli", "geoid": 6535031}, "date-ut": "1886-09-14 05:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1680"}, "ids-in-sources": {"a6": "1680"}}, "raw": {"H": "6", "MN": "10", "TZ": "-1", "COD": "TN", "COU": "I", "DAY": "14", "LAT": "46N 0", "LON": "12E 0", "MON": "9", "NUM": "1680", "PRO": "J", "SEC": "4", "YEA": "1886", "CITY": "RAGOLI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15443	gauquelin-a6-1681-1877-04-13	{"a6": "1681"}	{"lerrcp": "A6-1681"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1681", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PT", "c3": null, "cy": "IT", "lg": 11.01711, "lat": 43.93555, "name": "Montale", "geoid": 3173093}, "notime": null, "date-ut": "1877-04-13 04:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1681"}, "birth": {"place": {"c2": "PT", "cy": "IT", "lg": 11.01711, "lat": 43.93555, "name": "Montale", "geoid": 3173093}, "date-ut": "1877-04-13 04:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1681"}, "ids-in-sources": {"a6": "1681"}}, "raw": {"H": "5", "MN": "10", "TZ": "-1", "COD": "PT", "COU": "I", "DAY": "13", "LAT": "44N 0", "LON": "11E15", "MON": "4", "NUM": "1681", "PRO": "J", "SEC": "4", "YEA": "1877", "CITY": "MONTALE"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15444	gauquelin-a6-1682-1898-09-14	{"a6": "1682"}	{"lerrcp": "A6-1682"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1682", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TN", "c3": null, "cy": "IT", "lg": 12, "lat": 46, "name": "RIVA DI TRENTO", "geoid": 0}, "notime": null, "date-ut": "1898-09-14 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1682"}, "birth": {"place": {"c2": "TN", "cy": "IT", "lg": 12, "lat": 46, "name": "RIVA DI TRENTO", "geoid": 0}, "date-ut": "1898-09-14 03:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1682"}, "ids-in-sources": {"a6": "1682"}}, "raw": {"H": "4", "MN": "30", "TZ": "-1", "COD": "TN", "COU": "I", "DAY": "14", "LAT": "46N 0", "LON": "12E 0", "MON": "9", "NUM": "1682", "PRO": "J", "SEC": "0", "YEA": "1898", "CITY": "RIVA DI TRENTO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15445	gauquelin-a6-1683-1899-09-19	{"a6": "1683"}	{"lerrcp": "A6-1683"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1683", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MT", "c3": null, "cy": "IT", "lg": 16.54728, "lat": 40.51782, "name": "Pomarico", "geoid": 3170350}, "notime": null, "date-ut": "1899-09-19 04:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1683"}, "birth": {"place": {"c2": "MT", "cy": "IT", "lg": 16.54728, "lat": 40.51782, "name": "Pomarico", "geoid": 3170350}, "date-ut": "1899-09-19 04:05"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1683"}, "ids-in-sources": {"a6": "1683"}}, "raw": {"H": "5", "MN": "5", "TZ": "-1", "COD": "MT", "COU": "I", "DAY": "19", "LAT": "40N36", "LON": "16E45", "MON": "9", "NUM": "1683", "PRO": "J", "SEC": "0", "YEA": "1899", "CITY": "POMARICO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15446	gauquelin-a6-1684-1878-07-26	{"a6": "1684"}	{"lerrcp": "A6-1684"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1684", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1878-07-26 04:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1684"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1878-07-26 04:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1684"}, "ids-in-sources": {"a6": "1684"}}, "raw": {"H": "5", "MN": "10", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "26", "LAT": "44N30", "LON": "11E 0", "MON": "7", "NUM": "1684", "PRO": "J", "SEC": "4", "YEA": "1878", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15447	gauquelin-a6-1685-1874-11-11	{"a6": "1685"}	{"lerrcp": "A6-1685"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1685", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "notime": null, "date-ut": "1874-11-11 21:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1685"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "date-ut": "1874-11-11 21:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1685"}, "ids-in-sources": {"a6": "1685"}}, "raw": {"H": "22", "MN": "10", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "11", "LAT": "45N24", "LON": "11E 0", "MON": "11", "NUM": "1685", "PRO": "J", "SEC": "4", "YEA": "1874", "CITY": "VERONA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15448	gauquelin-a6-1686-1879-01-31	{"a6": "1686"}	{"lerrcp": "A6-1686"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1686", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AV", "c3": null, "cy": "IT", "lg": 15, "lat": 41, "name": "VOLTURARA IRPIN", "geoid": 0}, "notime": null, "date-ut": "1879-01-31 05:38:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1686"}, "birth": {"place": {"c2": "AV", "cy": "IT", "lg": 15, "lat": 41, "name": "VOLTURARA IRPIN", "geoid": 0}, "date-ut": "1879-01-31 05:38:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1686"}, "ids-in-sources": {"a6": "1686"}}, "raw": {"H": "6", "MN": "38", "TZ": "-1", "COD": "AV", "COU": "I", "DAY": "31", "LAT": "41N 0", "LON": "15E 0", "MON": "1", "NUM": "1686", "PRO": "J", "SEC": "4", "YEA": "1879", "CITY": "VOLTURARA IRPIN"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15449	gauquelin-a6-1687-1888-07-08	{"a6": "1687"}	{"lerrcp": "A6-1687"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1687", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PC", "c3": null, "cy": "IT", "lg": 9.38536, "lat": 44.77056, "name": "Bobbio", "geoid": 3181970}, "notime": null, "date-ut": "1888-07-08 20:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1687"}, "birth": {"place": {"c2": "PC", "cy": "IT", "lg": 9.38536, "lat": 44.77056, "name": "Bobbio", "geoid": 3181970}, "date-ut": "1888-07-08 20:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1687"}, "ids-in-sources": {"a6": "1687"}}, "raw": {"H": "21", "MN": "10", "TZ": "-1", "COD": "PC", "COU": "I", "DAY": "8", "LAT": "45N 0", "LON": "9E45", "MON": "7", "NUM": "1687", "PRO": "J", "SEC": "4", "YEA": "1888", "CITY": "BOBBIO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15450	gauquelin-a6-1688-1881-05-08	{"a6": "1688"}	{"lerrcp": "A6-1688"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1688", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PZ", "c3": null, "cy": "IT", "lg": 15.80857, "lat": 40.64432, "name": "Potenza", "geoid": 3170027}, "notime": null, "date-ut": "1881-05-08 02:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1688"}, "birth": {"place": {"c2": "PZ", "cy": "IT", "lg": 15.80857, "lat": 40.64432, "name": "Potenza", "geoid": 3170027}, "date-ut": "1881-05-08 02:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1688"}, "ids-in-sources": {"a6": "1688"}}, "raw": {"H": "3", "MN": "40", "TZ": "-1", "COD": "PZ", "COU": "I", "DAY": "8", "LAT": "40N30", "LON": "15E45", "MON": "5", "NUM": "1688", "PRO": "J", "SEC": "4", "YEA": "1881", "CITY": "POTENZA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15451	gauquelin-a6-1689-1900-09-10	{"a6": "1689"}	{"lerrcp": "A6-1689"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1689", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 15.5, "lat": 38, "name": "FRANCAVILLA DI", "geoid": 0}, "notime": null, "date-ut": "1900-09-10 13:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1689"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 15.5, "lat": 38, "name": "FRANCAVILLA DI", "geoid": 0}, "date-ut": "1900-09-10 13:50"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1689"}, "ids-in-sources": {"a6": "1689"}}, "raw": {"H": "14", "MN": "50", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "10", "LAT": "38N 0", "LON": "15E30", "MON": "9", "NUM": "1689", "PRO": "J", "SEC": "0", "YEA": "1900", "CITY": "FRANCAVILLA DI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15452	gauquelin-a6-1690-1899-01-01	{"a6": "1690"}	{"lerrcp": "A6-1690"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1690", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "IT", "lg": 11.5, "lat": 42.7, "name": "GAVOZZANO", "geoid": 0}, "notime": null, "date-ut": "1899-01-01 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1690"}, "birth": {"place": {"c2": "GR", "cy": "IT", "lg": 11.5, "lat": 42.7, "name": "GAVOZZANO", "geoid": 0}, "date-ut": "1899-01-01 00:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1690"}, "ids-in-sources": {"a6": "1690"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "GR", "COU": "I", "DAY": "1", "LAT": "42N42", "LON": "11E30", "MON": "1", "NUM": "1690", "PRO": "J", "SEC": "0", "YEA": "1899", "CITY": "GAVOZZANO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15453	gauquelin-a6-1691-1911-06-24	{"a6": "1691"}	{"lerrcp": "A6-1691"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1691", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1911-06-24 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1691"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1911-06-24 07:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1691"}, "ids-in-sources": {"a6": "1691"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "24", "LAT": "45N 0", "LON": "8E 0", "MON": "6", "NUM": "1691", "PRO": "J", "SEC": "0", "YEA": "1911", "CITY": "TORINO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15454	gauquelin-a6-1692-1896-08-12	{"a6": "1692"}	{"lerrcp": "A6-1692"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1692", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SS", "c3": null, "cy": "IT", "lg": 8.76532, "lat": 40.51296, "name": "Torralba", "geoid": 3165488}, "notime": null, "date-ut": "1896-08-12 05:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1692"}, "birth": {"place": {"c2": "SS", "cy": "IT", "lg": 8.76532, "lat": 40.51296, "name": "Torralba", "geoid": 3165488}, "date-ut": "1896-08-12 05:10"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1692"}, "ids-in-sources": {"a6": "1692"}}, "raw": {"H": "6", "MN": "10", "TZ": "-1", "COD": "SS", "COU": "I", "DAY": "12", "LAT": "40N48", "LON": "8E30", "MON": "8", "NUM": "1692", "PRO": "J", "SEC": "0", "YEA": "1896", "CITY": "TORRALBA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15455	gauquelin-a6-1693-1886-07-24	{"a6": "1693"}	{"lerrcp": "A6-1693"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1693", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 16.59748, "lat": 41.20023, "name": "Molfetta", "geoid": 3173287}, "notime": null, "date-ut": "1886-07-24 11:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1693"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 16.59748, "lat": 41.20023, "name": "Molfetta", "geoid": 3173287}, "date-ut": "1886-07-24 11:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1693"}, "ids-in-sources": {"a6": "1693"}}, "raw": {"H": "12", "MN": "10", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "24", "LAT": "41N12", "LON": "17E 0", "MON": "7", "NUM": "1693", "PRO": "J", "SEC": "4", "YEA": "1886", "CITY": "MOLFETTA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15456	gauquelin-a6-1694-1900-05-31	{"a6": "1694"}	{"lerrcp": "A6-1694"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1694", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "IT", "lg": 10.41358, "lat": 45.22108, "name": "Asola", "geoid": 3182734}, "notime": null, "date-ut": "1900-05-31 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1694"}, "birth": {"place": {"c2": "MN", "cy": "IT", "lg": 10.41358, "lat": 45.22108, "name": "Asola", "geoid": 3182734}, "date-ut": "1900-05-31 01:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1694"}, "ids-in-sources": {"a6": "1694"}}, "raw": {"H": "2", "MN": "30", "TZ": "-1", "COD": "MN", "COU": "I", "DAY": "31", "LAT": "45N12", "LON": "11E 0", "MON": "5", "NUM": "1694", "PRO": "J", "SEC": "0", "YEA": "1900", "CITY": "ASOLA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15457	gauquelin-a6-1695-1888-10-24	{"a6": "1695"}	{"lerrcp": "A6-1695"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1695", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 16.85118, "lat": 41.11773, "name": "Bari", "geoid": 3182351}, "notime": null, "date-ut": "1888-10-24 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1695"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 16.85118, "lat": 41.11773, "name": "Bari", "geoid": 3182351}, "date-ut": "1888-10-24 10:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1695"}, "ids-in-sources": {"a6": "1695"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "24", "LAT": "41N12", "LON": "17E 0", "MON": "10", "NUM": "1695", "PRO": "J", "SEC": "4", "YEA": "1888", "CITY": "BARI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15458	gauquelin-a6-1696-1892-11-04	{"a6": "1696"}	{"lerrcp": "A6-1696"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1696", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "notime": null, "date-ut": "1892-11-04 09:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1696"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "date-ut": "1892-11-04 09:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1696"}, "ids-in-sources": {"a6": "1696"}}, "raw": {"H": "10", "MN": "40", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "4", "LAT": "44N48", "LON": "10E45", "MON": "11", "NUM": "1696", "PRO": "J", "SEC": "4", "YEA": "1892", "CITY": "PARMA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15459	gauquelin-a6-1697-1902-08-16	{"a6": "1697"}	{"lerrcp": "A6-1697"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1697", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "IT", "lg": 9, "lat": 44.4, "name": "GENOVA", "geoid": 0}, "notime": null, "date-ut": "1902-08-16 23:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1697"}, "birth": {"place": {"c2": "GE", "cy": "IT", "lg": 9, "lat": 44.4, "name": "GENOVA", "geoid": 0}, "date-ut": "1902-08-16 23:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1697"}, "ids-in-sources": {"a6": "1697"}}, "raw": {"H": "0", "MN": "30", "TZ": "-1", "COD": "GE", "COU": "I", "DAY": "17", "LAT": "44N24", "LON": "9E 0", "MON": "8", "NUM": "1697", "PRO": "J", "SEC": "0", "YEA": "1902", "CITY": "GENOVA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15460	gauquelin-a6-1698-1884-02-05	{"a6": "1698"}	{"lerrcp": "A6-1698"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1698", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BS", "c3": null, "cy": "IT", "lg": 9.92156, "lat": 45.40398, "name": "Orzinuovi", "geoid": 3171869}, "notime": null, "date-ut": "1884-02-05 15:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1698"}, "birth": {"place": {"c2": "BS", "cy": "IT", "lg": 9.92156, "lat": 45.40398, "name": "Orzinuovi", "geoid": 3171869}, "date-ut": "1884-02-05 15:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1698"}, "ids-in-sources": {"a6": "1698"}}, "raw": {"H": "16", "MN": "10", "TZ": "-1", "COD": "BS", "COU": "I", "DAY": "5", "LAT": "45N30", "LON": "11E 0", "MON": "2", "NUM": "1698", "PRO": "J", "SEC": "4", "YEA": "1884", "CITY": "ORZINUOVI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15461	gauquelin-a6-1699-1869-12-24	{"a6": "1699"}	{"lerrcp": "A6-1699"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1699", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1869-12-24 13:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1699"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1869-12-24 13:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1699"}, "ids-in-sources": {"a6": "1699"}}, "raw": {"H": "14", "MN": "10", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "24", "LAT": "44N30", "LON": "11E 0", "MON": "12", "NUM": "1699", "PRO": "J", "SEC": "4", "YEA": "1869", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15462	gauquelin-a6-1700-1867-01-13	{"a6": "1700"}	{"lerrcp": "A6-1700"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1700", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AT", "c3": null, "cy": "IT", "lg": 8.20684, "lat": 44.89795, "name": "Asti", "geoid": 3182714}, "notime": null, "date-ut": "1867-01-13 17:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1700"}, "birth": {"place": {"c2": "AT", "cy": "IT", "lg": 8.20684, "lat": 44.89795, "name": "Asti", "geoid": 3182714}, "date-ut": "1867-01-13 17:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1700"}, "ids-in-sources": {"a6": "1700"}}, "raw": {"H": "18", "MN": "10", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "13", "LAT": "44N54", "LON": "8E30", "MON": "1", "NUM": "1700", "PRO": "J", "SEC": "4", "YEA": "1867", "CITY": "ASTI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15463	gauquelin-a6-1701-1865-07-12	{"a6": "1701"}	{"lerrcp": "A6-1701"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1701", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SA", "c3": null, "cy": "IT", "lg": 15.25, "lat": 40.7, "name": "CASA VELINO", "geoid": 0}, "notime": null, "date-ut": "1865-07-12 01:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1701"}, "birth": {"place": {"c2": "SA", "cy": "IT", "lg": 15.25, "lat": 40.7, "name": "CASA VELINO", "geoid": 0}, "date-ut": "1865-07-12 01:59"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1701"}, "ids-in-sources": {"a6": "1701"}}, "raw": {"H": "2", "MN": "59", "TZ": "-1", "COD": "SA", "COU": "I", "DAY": "12", "LAT": "40N42", "LON": "15E15", "MON": "7", "NUM": "1701", "PRO": "J", "SEC": "0", "YEA": "1865", "CITY": "CASA VELINO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15464	gauquelin-a6-1702-1898-02-06	{"a6": "1702"}	{"lerrcp": "A6-1702"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1702", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 17, "lat": 41.2, "name": "TRANI", "geoid": 0}, "notime": null, "date-ut": "1898-02-06 18:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1702"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 17, "lat": 41.2, "name": "TRANI", "geoid": 0}, "date-ut": "1898-02-06 18:10"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1702"}, "ids-in-sources": {"a6": "1702"}}, "raw": {"H": "19", "MN": "10", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "6", "LAT": "41N12", "LON": "17E 0", "MON": "2", "NUM": "1702", "PRO": "J", "SEC": "0", "YEA": "1898", "CITY": "TRANI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15465	gauquelin-a6-1703-1896-09-25	{"a6": "1703"}	{"lerrcp": "A6-1703"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1703", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SV", "c3": null, "cy": "IT", "lg": 8.49795, "lat": 44.39344, "name": "Stella", "geoid": 6534716}, "notime": null, "date-ut": "1896-09-25 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1703"}, "birth": {"place": {"c2": "SV", "cy": "IT", "lg": 8.49795, "lat": 44.39344, "name": "Stella", "geoid": 6534716}, "date-ut": "1896-09-25 16:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1703"}, "ids-in-sources": {"a6": "1703"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "SV", "COU": "I", "DAY": "25", "LAT": "44N18", "LON": "8E45", "MON": "9", "NUM": "1703", "PRO": "J", "SEC": "0", "YEA": "1896", "CITY": "STELLA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15466	gauquelin-a6-1704-1905-01-15	{"a6": "1704"}	{"lerrcp": "A6-1704"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1704", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AT", "c3": null, "cy": "IT", "lg": 8.20684, "lat": 44.89795, "name": "Asti", "geoid": 3182714}, "notime": null, "date-ut": "1905-01-15 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1704"}, "birth": {"place": {"c2": "AT", "cy": "IT", "lg": 8.20684, "lat": 44.89795, "name": "Asti", "geoid": 3182714}, "date-ut": "1905-01-15 09:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1704"}, "ids-in-sources": {"a6": "1704"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "15", "LAT": "44N54", "LON": "8E30", "MON": "1", "NUM": "1704", "PRO": "J", "SEC": "0", "YEA": "1905", "CITY": "ASTI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15467	gauquelin-a6-1705-1890-02-03	{"a6": "1705"}	{"lerrcp": "A6-1705"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1705", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "FRASCATI", "geoid": 0}, "notime": null, "date-ut": "1890-02-03 00:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1705"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "FRASCATI", "geoid": 0}, "date-ut": "1890-02-03 00:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1705"}, "ids-in-sources": {"a6": "1705"}}, "raw": {"H": "1", "MN": "40", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "3", "LAT": "45N 0", "LON": "12E15", "MON": "2", "NUM": "1705", "PRO": "J", "SEC": "4", "YEA": "1890", "CITY": "FRASCATI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15468	gauquelin-a6-1706-1886-04-30	{"a6": "1706"}	{"lerrcp": "A6-1706"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1706", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "TIVOLI", "geoid": 0}, "notime": null, "date-ut": "1886-04-30 09:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1706"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "TIVOLI", "geoid": 0}, "date-ut": "1886-04-30 09:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1706"}, "ids-in-sources": {"a6": "1706"}}, "raw": {"H": "10", "MN": "40", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "30", "LAT": "45N 0", "LON": "12E15", "MON": "4", "NUM": "1706", "PRO": "J", "SEC": "4", "YEA": "1886", "CITY": "TIVOLI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15469	gauquelin-a6-1707-1886-01-03	{"a6": "1707"}	{"lerrcp": "A6-1707"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1707", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "notime": null, "date-ut": "1886-01-03 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1707"}, "birth": {"place": {"c2": "CT", "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "date-ut": "1886-01-03 10:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1707"}, "ids-in-sources": {"a6": "1707"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "CT", "COU": "I", "DAY": "3", "LAT": "37N30", "LON": "15E 0", "MON": "1", "NUM": "1707", "PRO": "J", "SEC": "4", "YEA": "1886", "CITY": "CATANIA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15470	gauquelin-a6-1708-1898-01-09	{"a6": "1708"}	{"lerrcp": "A6-1708"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1708", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FE", "c3": null, "cy": "IT", "lg": 11.83562, "lat": 44.61237, "name": "Argenta", "geoid": 3182878}, "notime": null, "date-ut": "1898-01-09 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1708"}, "birth": {"place": {"c2": "FE", "cy": "IT", "lg": 11.83562, "lat": 44.61237, "name": "Argenta", "geoid": 3182878}, "date-ut": "1898-01-09 18:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1708"}, "ids-in-sources": {"a6": "1708"}}, "raw": {"H": "19", "MN": "0", "TZ": "-1", "COD": "FE", "COU": "I", "DAY": "9", "LAT": "44N42", "LON": "12E30", "MON": "1", "NUM": "1708", "PRO": "J", "SEC": "0", "YEA": "1898", "CITY": "ARGENTA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15471	gauquelin-a6-1709-1882-07-08	{"a6": "1709"}	{"lerrcp": "A6-1709"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1709", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "notime": null, "date-ut": "1882-07-08 13:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1709"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "date-ut": "1882-07-08 13:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1709"}, "ids-in-sources": {"a6": "1709"}}, "raw": {"H": "14", "MN": "10", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "8", "LAT": "38N 0", "LON": "15E30", "MON": "7", "NUM": "1709", "PRO": "J", "SEC": "4", "YEA": "1882", "CITY": "MESSINA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15472	gauquelin-a6-1710-1918-11-25	{"a6": "1710"}	{"lerrcp": "A6-1710"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1710", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LU", "c3": null, "cy": "IT", "lg": 10.2558, "lat": 43.87354, "name": "Viareggio", "geoid": 3164433}, "notime": null, "date-ut": "1918-11-25 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1710"}, "birth": {"place": {"c2": "LU", "cy": "IT", "lg": 10.2558, "lat": 43.87354, "name": "Viareggio", "geoid": 3164433}, "date-ut": "1918-11-25 18:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1710"}, "ids-in-sources": {"a6": "1710"}}, "raw": {"H": "19", "MN": "0", "TZ": "-1", "COD": "LU", "COU": "I", "DAY": "25", "LAT": "43N42", "LON": "11E 0", "MON": "11", "NUM": "1710", "PRO": "J", "SEC": "0", "YEA": "1918", "CITY": "VIAREGGIO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15473	gauquelin-a6-1711-1884-09-06	{"a6": "1711"}	{"lerrcp": "A6-1711"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1711", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CH", "c3": null, "cy": "IT", "lg": 14.13801, "lat": 42.36094, "name": "Chieti", "geoid": 3178796}, "notime": null, "date-ut": "1884-09-06 19:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1711"}, "birth": {"place": {"c2": "CH", "cy": "IT", "lg": 14.13801, "lat": 42.36094, "name": "Chieti", "geoid": 3178796}, "date-ut": "1884-09-06 19:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1711"}, "ids-in-sources": {"a6": "1711"}}, "raw": {"H": "20", "MN": "10", "TZ": "-1", "COD": "CH", "COU": "I", "DAY": "6", "LAT": "42N18", "LON": "14E15", "MON": "9", "NUM": "1711", "PRO": "J", "SEC": "4", "YEA": "1884", "CITY": "CHIETI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15474	gauquelin-a6-1712-1899-02-01	{"a6": "1712"}	{"lerrcp": "A6-1712"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1712", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1899-02-01 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1712"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1899-02-01 13:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1712"}, "ids-in-sources": {"a6": "1712"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "1", "LAT": "44N30", "LON": "11E 0", "MON": "2", "NUM": "1712", "PRO": "J", "SEC": "0", "YEA": "1899", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15475	gauquelin-a6-1713-1916-09-23	{"a6": "1713"}	{"lerrcp": "A6-1713"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1713", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SS", "c3": null, "cy": "IT", "lg": 8.5, "lat": 40.8, "name": "LURAS", "geoid": 0}, "notime": null, "date-ut": "1916-09-23 23:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1713"}, "birth": {"place": {"c2": "SS", "cy": "IT", "lg": 8.5, "lat": 40.8, "name": "LURAS", "geoid": 0}, "date-ut": "1916-09-23 23:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1713"}, "ids-in-sources": {"a6": "1713"}}, "raw": {"H": "0", "MN": "30", "TZ": "-1", "COD": "SS", "COU": "I", "DAY": "24", "LAT": "40N48", "LON": "8E30", "MON": "9", "NUM": "1713", "PRO": "J", "SEC": "0", "YEA": "1916", "CITY": "LURAS"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15476	gauquelin-a6-1714-1921-03-31	{"a6": "1714"}	{"lerrcp": "A6-1714"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1714", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NU", "c3": null, "cy": "IT", "lg": 10, "lat": 40.3, "name": "TORTOLI", "geoid": 0}, "notime": null, "date-ut": "1921-03-31 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1714"}, "birth": {"place": {"c2": "NU", "cy": "IT", "lg": 10, "lat": 40.3, "name": "TORTOLI", "geoid": 0}, "date-ut": "1921-03-31 20:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1714"}, "ids-in-sources": {"a6": "1714"}}, "raw": {"H": "21", "MN": "30", "TZ": "-1", "COD": "NU", "COU": "I", "DAY": "31", "LAT": "40N18", "LON": "10E 0", "MON": "3", "NUM": "1714", "PRO": "J", "SEC": "0", "YEA": "1921", "CITY": "TORTOLI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15477	gauquelin-a6-1715-1883-08-31	{"a6": "1715"}	{"lerrcp": "A6-1715"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1715", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 11.97713, "lat": 44.41247, "name": "Bagnacavallo", "geoid": 3182552}, "notime": null, "date-ut": "1883-08-31 12:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1715"}, "birth": {"place": {"c2": "RA", "cy": "IT", "lg": 11.97713, "lat": 44.41247, "name": "Bagnacavallo", "geoid": 3182552}, "date-ut": "1883-08-31 12:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1715"}, "ids-in-sources": {"a6": "1715"}}, "raw": {"H": "13", "MN": "10", "TZ": "-1", "COD": "RA", "COU": "I", "DAY": "31", "LAT": "44N24", "LON": "12E15", "MON": "8", "NUM": "1715", "PRO": "J", "SEC": "4", "YEA": "1883", "CITY": "BAGNACAVALLO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15478	gauquelin-a6-1716-1886-11-17	{"a6": "1716"}	{"lerrcp": "A6-1716"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1716", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MC", "c3": null, "cy": "IT", "lg": 13.08738, "lat": 42.92924, "name": "Visso", "geoid": 3164045}, "notime": null, "date-ut": "1886-11-17 13:20:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1716"}, "birth": {"place": {"c2": "MC", "cy": "IT", "lg": 13.08738, "lat": 42.92924, "name": "Visso", "geoid": 3164045}, "date-ut": "1886-11-17 13:20:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1716"}, "ids-in-sources": {"a6": "1716"}}, "raw": {"H": "14", "MN": "20", "TZ": "-1", "COD": "MC", "COU": "I", "DAY": "17", "LAT": "43N24", "LON": "13E15", "MON": "11", "NUM": "1716", "PRO": "J", "SEC": "4", "YEA": "1886", "CITY": "VISSO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15479	gauquelin-a6-1717-1926-07-07	{"a6": "1717"}	{"lerrcp": "A6-1717"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1717", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1926-07-07 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1717"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1926-07-07 04:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1717"}, "ids-in-sources": {"a6": "1717"}}, "raw": {"H": "5", "MN": "30", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "7", "LAT": "45N 0", "LON": "8E 0", "MON": "7", "NUM": "1717", "PRO": "J", "SEC": "0", "YEA": "1926", "CITY": "TORINO"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15480	gauquelin-a6-1718-1881-10-28	{"a6": "1718"}	{"lerrcp": "A6-1718"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1718", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AV", "c3": null, "cy": "IT", "lg": 15, "lat": 41, "name": "TORELLA DE'LOMB", "geoid": 0}, "notime": null, "date-ut": "1881-10-28 01:20:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1718"}, "birth": {"place": {"c2": "AV", "cy": "IT", "lg": 15, "lat": 41, "name": "TORELLA DE'LOMB", "geoid": 0}, "date-ut": "1881-10-28 01:20:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1718"}, "ids-in-sources": {"a6": "1718"}}, "raw": {"H": "2", "MN": "20", "TZ": "-1", "COD": "AV", "COU": "I", "DAY": "28", "LAT": "41N 0", "LON": "15E 0", "MON": "10", "NUM": "1718", "PRO": "J", "SEC": "4", "YEA": "1881", "CITY": "TORELLA DE'LOMB"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15481	gauquelin-a6-1719-1890-07-11	{"a6": "1719"}	{"lerrcp": "A6-1719"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1719", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AQ", "c3": null, "cy": "IT", "lg": 13.65116, "lat": 42.02351, "name": "Pescina", "geoid": 3171141}, "notime": null, "date-ut": "1890-07-11 07:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1719"}, "birth": {"place": {"c2": "AQ", "cy": "IT", "lg": 13.65116, "lat": 42.02351, "name": "Pescina", "geoid": 3171141}, "date-ut": "1890-07-11 07:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1719"}, "ids-in-sources": {"a6": "1719"}}, "raw": {"H": "8", "MN": "40", "TZ": "-1", "COD": "AQ", "COU": "I", "DAY": "11", "LAT": "42N24", "LON": "13E30", "MON": "7", "NUM": "1719", "PRO": "J", "SEC": "4", "YEA": "1890", "CITY": "PESCINA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15482	gauquelin-a6-1720-1894-03-01	{"a6": "1720"}	{"lerrcp": "A6-1720"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1720", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CZ", "c3": null, "cy": "IT", "lg": 16.5987, "lat": 38.89079, "name": "Catanzaro", "geoid": 2525059}, "notime": null, "date-ut": "1894-03-01 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1720"}, "birth": {"place": {"c2": "CZ", "cy": "IT", "lg": 16.5987, "lat": 38.89079, "name": "Catanzaro", "geoid": 2525059}, "date-ut": "1894-03-01 12:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1720"}, "ids-in-sources": {"a6": "1720"}}, "raw": {"H": "13", "MN": "0", "TZ": "-1", "COD": "CZ", "COU": "I", "DAY": "1", "LAT": "39N 0", "LON": "17E30", "MON": "3", "NUM": "1720", "PRO": "J", "SEC": "0", "YEA": "1894", "CITY": "CATANZARO"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15483	gauquelin-a6-1721-1897-01-01	{"a6": "1721"}	{"lerrcp": "A6-1721"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1721", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TA", "c3": null, "cy": "IT", "lg": 17.22972, "lat": 40.47611, "name": "Taranto", "geoid": 3165926}, "notime": null, "date-ut": "1897-01-01 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1721"}, "birth": {"place": {"c2": "TA", "cy": "IT", "lg": 17.22972, "lat": 40.47611, "name": "Taranto", "geoid": 3165926}, "date-ut": "1897-01-01 04:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1721"}, "ids-in-sources": {"a6": "1721"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "TA", "COU": "I", "DAY": "1", "LAT": "40N30", "LON": "17E30", "MON": "1", "NUM": "1721", "PRO": "J", "SEC": "0", "YEA": "1897", "CITY": "TARANTO"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15484	gauquelin-a6-1722-1892-04-04	{"a6": "1722"}	{"lerrcp": "A6-1722"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1722", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.16793, "lat": 45.07225, "name": "Villadeati", "geoid": 6535064}, "notime": null, "date-ut": "1892-04-04 11:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1722"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.16793, "lat": 45.07225, "name": "Villadeati", "geoid": 6535064}, "date-ut": "1892-04-04 11:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1722"}, "ids-in-sources": {"a6": "1722"}}, "raw": {"H": "12", "MN": "10", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "4", "LAT": "45N 0", "LON": "9E 0", "MON": "4", "NUM": "1722", "PRO": "J", "SEC": "4", "YEA": "1892", "CITY": "VILLADEATI"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15485	gauquelin-a6-1723-1888-02-28	{"a6": "1723"}	{"lerrcp": "A6-1723"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1723", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FR", "c3": null, "cy": "IT", "lg": 13.3401, "lat": 41.64002, "name": "Frosinone", "geoid": 3176515}, "notime": null, "date-ut": "1888-02-28 11:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1723"}, "birth": {"place": {"c2": "FR", "cy": "IT", "lg": 13.3401, "lat": 41.64002, "name": "Frosinone", "geoid": 3176515}, "date-ut": "1888-02-28 11:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1723"}, "ids-in-sources": {"a6": "1723"}}, "raw": {"H": "12", "MN": "10", "TZ": "-1", "COD": "FR", "COU": "I", "DAY": "28", "LAT": "41N36", "LON": "13E15", "MON": "2", "NUM": "1723", "PRO": "J", "SEC": "4", "YEA": "1888", "CITY": "FROSINONE"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15486	gauquelin-a6-1724-1893-12-01	{"a6": "1724"}	{"lerrcp": "A6-1724"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1724", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "MORLUPO", "geoid": 0}, "notime": null, "date-ut": "1893-12-01 02:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1724"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "MORLUPO", "geoid": 0}, "date-ut": "1893-12-01 02:15"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1724"}, "ids-in-sources": {"a6": "1724"}}, "raw": {"H": "3", "MN": "15", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "1", "LAT": "45N 0", "LON": "12E15", "MON": "12", "NUM": "1724", "PRO": "J", "SEC": "0", "YEA": "1893", "CITY": "MORLUPO"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15487	gauquelin-a6-1725-1906-06-09	{"a6": "1725"}	{"lerrcp": "A6-1725"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1725", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SO", "c3": null, "cy": "IT", "lg": 9.46064, "lat": 46.13609, "name": "Delebio", "geoid": 3177630}, "notime": null, "date-ut": "1906-06-09 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1725"}, "birth": {"place": {"c2": "SO", "cy": "IT", "lg": 9.46064, "lat": 46.13609, "name": "Delebio", "geoid": 3177630}, "date-ut": "1906-06-09 13:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1725"}, "ids-in-sources": {"a6": "1725"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "SO", "COU": "I", "DAY": "9", "LAT": "46N12", "LON": "10E 0", "MON": "6", "NUM": "1725", "PRO": "J", "SEC": "0", "YEA": "1906", "CITY": "DELEBIO"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15488	gauquelin-a6-1726-1905-10-21	{"a6": "1726"}	{"lerrcp": "A6-1726"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1726", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AT", "c3": null, "cy": "IT", "lg": 8.5, "lat": 44.9, "name": "CASTELNUOVO DON", "geoid": 0}, "notime": null, "date-ut": "1905-10-21 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1726"}, "birth": {"place": {"c2": "AT", "cy": "IT", "lg": 8.5, "lat": 44.9, "name": "CASTELNUOVO DON", "geoid": 0}, "date-ut": "1905-10-21 09:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1726"}, "ids-in-sources": {"a6": "1726"}}, "raw": {"H": "10", "MN": "30", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "21", "LAT": "44N54", "LON": "8E30", "MON": "10", "NUM": "1726", "PRO": "J", "SEC": "0", "YEA": "1905", "CITY": "CASTELNUOVO DON"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15489	gauquelin-a6-1727-1894-12-09	{"a6": "1727"}	{"lerrcp": "A6-1727"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1727", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.27774, "lat": 45.21857, "name": "Chioggia", "geoid": 3178784}, "notime": null, "date-ut": "1894-12-09 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1727"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.27774, "lat": 45.21857, "name": "Chioggia", "geoid": 3178784}, "date-ut": "1894-12-09 10:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1727"}, "ids-in-sources": {"a6": "1727"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "9", "LAT": "45N30", "LON": "12E30", "MON": "12", "NUM": "1727", "PRO": "J", "SEC": "0", "YEA": "1894", "CITY": "CHIOGGIA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15490	gauquelin-a6-1728-1881-01-03	{"a6": "1728"}	{"lerrcp": "A6-1728"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1728", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "notime": null, "date-ut": "1881-01-03 17:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1728"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "date-ut": "1881-01-03 17:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1728"}, "ids-in-sources": {"a6": "1728"}}, "raw": {"H": "18", "MN": "10", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "3", "LAT": "44N36", "LON": "11E15", "MON": "1", "NUM": "1728", "PRO": "J", "SEC": "4", "YEA": "1881", "CITY": "MODENA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15491	gauquelin-a6-1729-1889-06-18	{"a6": "1729"}	{"lerrcp": "A6-1729"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1729", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 9, "lat": 45, "name": "ACQUI", "geoid": 0}, "notime": null, "date-ut": "1889-06-18 00:20:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1729"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 9, "lat": 45, "name": "ACQUI", "geoid": 0}, "date-ut": "1889-06-18 00:20:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1729"}, "ids-in-sources": {"a6": "1729"}}, "raw": {"H": "1", "MN": "20", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "18", "LAT": "45N 0", "LON": "9E 0", "MON": "6", "NUM": "1729", "PRO": "J", "SEC": "4", "YEA": "1889", "CITY": "ACQUI"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15492	gauquelin-a6-1730-1892-12-12	{"a6": "1730"}	{"lerrcp": "A6-1730"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1730", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CZ", "c3": null, "cy": "IT", "lg": 17.5, "lat": 39, "name": "VIBO VALENTIA", "geoid": 0}, "notime": null, "date-ut": "1892-12-12 15:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1730"}, "birth": {"place": {"c2": "CZ", "cy": "IT", "lg": 17.5, "lat": 39, "name": "VIBO VALENTIA", "geoid": 0}, "date-ut": "1892-12-12 15:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1730"}, "ids-in-sources": {"a6": "1730"}}, "raw": {"H": "16", "MN": "10", "TZ": "-1", "COD": "CZ", "COU": "I", "DAY": "12", "LAT": "39N 0", "LON": "17E30", "MON": "12", "NUM": "1730", "PRO": "J", "SEC": "4", "YEA": "1892", "CITY": "VIBO VALENTIA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15493	gauquelin-a6-1731-1867-06-02	{"a6": "1731"}	{"lerrcp": "A6-1731"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1731", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SV", "c3": null, "cy": "IT", "lg": 8.25743, "lat": 44.12777, "name": "Loano", "geoid": 3174649}, "notime": null, "date-ut": "1867-06-02 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1731"}, "birth": {"place": {"c2": "SV", "cy": "IT", "lg": 8.25743, "lat": 44.12777, "name": "Loano", "geoid": 3174649}, "date-ut": "1867-06-02 00:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1731"}, "ids-in-sources": {"a6": "1731"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "SV", "COU": "I", "DAY": "2", "LAT": "44N18", "LON": "8E45", "MON": "6", "NUM": "1731", "PRO": "J", "SEC": "4", "YEA": "1867", "CITY": "LOANO"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15494	gauquelin-a6-1732-1890-09-12	{"a6": "1732"}	{"lerrcp": "A6-1732"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1732", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FG", "c3": null, "cy": "IT", "lg": 15.31235, "lat": 41.36313, "name": "Troia", "geoid": 3165141}, "notime": null, "date-ut": "1890-09-12 06:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1732"}, "birth": {"place": {"c2": "FG", "cy": "IT", "lg": 15.31235, "lat": 41.36313, "name": "Troia", "geoid": 3165141}, "date-ut": "1890-09-12 06:25:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1732"}, "ids-in-sources": {"a6": "1732"}}, "raw": {"H": "7", "MN": "25", "TZ": "-1", "COD": "FG", "COU": "I", "DAY": "12", "LAT": "41N36", "LON": "15E30", "MON": "9", "NUM": "1732", "PRO": "J", "SEC": "4", "YEA": "1890", "CITY": "TROIA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15495	gauquelin-a6-1733-1895-08-07	{"a6": "1733"}	{"lerrcp": "A6-1733"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1733", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TA", "c3": null, "cy": "IT", "lg": 17.22972, "lat": 40.47611, "name": "Taranto", "geoid": 3165926}, "notime": null, "date-ut": "1895-08-07 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1733"}, "birth": {"place": {"c2": "TA", "cy": "IT", "lg": 17.22972, "lat": 40.47611, "name": "Taranto", "geoid": 3165926}, "date-ut": "1895-08-07 03:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1733"}, "ids-in-sources": {"a6": "1733"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "TA", "COU": "I", "DAY": "7", "LAT": "40N30", "LON": "17E30", "MON": "8", "NUM": "1733", "PRO": "J", "SEC": "0", "YEA": "1895", "CITY": "TARANTO"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15496	gauquelin-a6-1734-1875-07-08	{"a6": "1734"}	{"lerrcp": "A6-1734"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1734", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 11.79301, "lat": 45.07998, "name": "Rovigo", "geoid": 3168843}, "notime": null, "date-ut": "1875-07-08 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1734"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 11.79301, "lat": 45.07998, "name": "Rovigo", "geoid": 3168843}, "date-ut": "1875-07-08 00:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1734"}, "ids-in-sources": {"a6": "1734"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "8", "LAT": "45N 0", "LON": "12E15", "MON": "7", "NUM": "1734", "PRO": "J", "SEC": "4", "YEA": "1875", "CITY": "ROVIGO"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15497	gauquelin-a6-1735-1880-12-03	{"a6": "1735"}	{"lerrcp": "A6-1735"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1735", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VI", "c3": null, "cy": "IT", "lg": 11.35739, "lat": 45.7124, "name": "Schio", "geoid": 3166917}, "notime": null, "date-ut": "1880-12-03 11:30:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1735"}, "birth": {"place": {"c2": "VI", "cy": "IT", "lg": 11.35739, "lat": 45.7124, "name": "Schio", "geoid": 3166917}, "date-ut": "1880-12-03 11:30:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1735"}, "ids-in-sources": {"a6": "1735"}}, "raw": {"H": "12", "MN": "30", "TZ": "-1", "COD": "VI", "COU": "I", "DAY": "3", "LAT": "45N30", "LON": "12E 0", "MON": "12", "NUM": "1735", "PRO": "J", "SEC": "4", "YEA": "1880", "CITY": "SCHIO"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15498	gauquelin-a6-1736-1866-10-28	{"a6": "1736"}	{"lerrcp": "A6-1736"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1736", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CN", "c3": null, "cy": "IT", "lg": 8.0347, "lat": 44.6999, "name": "Alba", "geoid": 3183364}, "notime": null, "date-ut": "1866-10-28 15:31"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1736"}, "birth": {"place": {"c2": "CN", "cy": "IT", "lg": 8.0347, "lat": 44.6999, "name": "Alba", "geoid": 3183364}, "date-ut": "1866-10-28 15:31"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1736"}, "ids-in-sources": {"a6": "1736"}}, "raw": {"H": "16", "MN": "31", "TZ": "-1", "COD": "CN", "COU": "I", "DAY": "28", "LAT": "44N24", "LON": "7E15", "MON": "10", "NUM": "1736", "PRO": "J", "SEC": "0", "YEA": "1866", "CITY": "ALBA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15499	gauquelin-a6-1737-1890-08-24	{"a6": "1737"}	{"lerrcp": "A6-1737"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1737", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.33716, "lat": 40.81563, "name": "Portici", "geoid": 3170116}, "notime": null, "date-ut": "1890-08-24 17:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1737"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.33716, "lat": 40.81563, "name": "Portici", "geoid": 3170116}, "date-ut": "1890-08-24 17:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1737"}, "ids-in-sources": {"a6": "1737"}}, "raw": {"H": "18", "MN": "10", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "24", "LAT": "40N54", "LON": "14E 0", "MON": "8", "NUM": "1737", "PRO": "J", "SEC": "4", "YEA": "1890", "CITY": "PORTICI"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15500	gauquelin-a6-1738-1908-11-03	{"a6": "1738"}	{"lerrcp": "A6-1738"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1738", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BR", "c3": null, "cy": "IT", "lg": 18, "lat": 40.6, "name": "TORRE S.SUSANNA", "geoid": 0}, "notime": null, "date-ut": "1908-11-03 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1738"}, "birth": {"place": {"c2": "BR", "cy": "IT", "lg": 18, "lat": 40.6, "name": "TORRE S.SUSANNA", "geoid": 0}, "date-ut": "1908-11-03 19:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1738"}, "ids-in-sources": {"a6": "1738"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "BR", "COU": "I", "DAY": "3", "LAT": "40N36", "LON": "18E 0", "MON": "11", "NUM": "1738", "PRO": "J", "SEC": "0", "YEA": "1908", "CITY": "TORRE S.SUSANNA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15501	gauquelin-a6-1739-1913-07-24	{"a6": "1739"}	{"lerrcp": "A6-1739"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1739", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FO", "c3": null, "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "PREDAPPIO", "geoid": 0}, "notime": null, "date-ut": "1913-07-24 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1739"}, "birth": {"place": {"c2": "FO", "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "PREDAPPIO", "geoid": 0}, "date-ut": "1913-07-24 08:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1739"}, "ids-in-sources": {"a6": "1739"}}, "raw": {"H": "9", "MN": "30", "TZ": "-1", "COD": "FO", "COU": "I", "DAY": "24", "LAT": "44N12", "LON": "12E30", "MON": "7", "NUM": "1739", "PRO": "J", "SEC": "0", "YEA": "1913", "CITY": "PREDAPPIO"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15502	gauquelin-a6-1740-1885-03-13	{"a6": "1740"}	{"lerrcp": "A6-1740"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1740", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VT", "c3": null, "cy": "IT", "lg": 12, "lat": 42.4, "name": "CASTIGLIONE IN", "geoid": 0}, "notime": null, "date-ut": "1885-03-13 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1740"}, "birth": {"place": {"c2": "VT", "cy": "IT", "lg": 12, "lat": 42.4, "name": "CASTIGLIONE IN", "geoid": 0}, "date-ut": "1885-03-13 00:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1740"}, "ids-in-sources": {"a6": "1740"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "VT", "COU": "I", "DAY": "13", "LAT": "42N24", "LON": "12E 0", "MON": "3", "NUM": "1740", "PRO": "J", "SEC": "4", "YEA": "1885", "CITY": "CASTIGLIONE IN"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15503	gauquelin-a6-1741-1894-01-24	{"a6": "1741"}	{"lerrcp": "A6-1741"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1741", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LT", "c3": null, "cy": "IT", "lg": 13.45941, "lat": 41.40612, "name": "Lenola", "geoid": 3174891}, "notime": null, "date-ut": "1894-01-24 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1741"}, "birth": {"place": {"c2": "LT", "cy": "IT", "lg": 13.45941, "lat": 41.40612, "name": "Lenola", "geoid": 3174891}, "date-ut": "1894-01-24 03:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1741"}, "ids-in-sources": {"a6": "1741"}}, "raw": {"H": "4", "MN": "30", "TZ": "-1", "COD": "LT", "COU": "I", "DAY": "24", "LAT": "41N30", "LON": "13E 0", "MON": "1", "NUM": "1741", "PRO": "J", "SEC": "0", "YEA": "1894", "CITY": "LENOLA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15504	gauquelin-a6-1742-1884-03-03	{"a6": "1742"}	{"lerrcp": "A6-1742"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1742", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.06668, "lat": 44.86396, "name": "Fidenza", "geoid": 3177029}, "notime": null, "date-ut": "1884-03-03 05:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1742"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.06668, "lat": 44.86396, "name": "Fidenza", "geoid": 3177029}, "date-ut": "1884-03-03 05:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1742"}, "ids-in-sources": {"a6": "1742"}}, "raw": {"H": "6", "MN": "10", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "3", "LAT": "44N48", "LON": "10E45", "MON": "3", "NUM": "1742", "PRO": "J", "SEC": "4", "YEA": "1884", "CITY": "FIDENZA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15505	gauquelin-a6-1743-1915-06-16	{"a6": "1743"}	{"lerrcp": "A6-1743"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1743", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VI", "c3": null, "cy": "IT", "lg": 11.5409, "lat": 45.55729, "name": "Vicenza", "geoid": 3164419}, "notime": null, "date-ut": "1915-06-16 11:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1743"}, "birth": {"place": {"c2": "VI", "cy": "IT", "lg": 11.5409, "lat": 45.55729, "name": "Vicenza", "geoid": 3164419}, "date-ut": "1915-06-16 11:20"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1743"}, "ids-in-sources": {"a6": "1743"}}, "raw": {"H": "12", "MN": "20", "TZ": "-1", "COD": "VI", "COU": "I", "DAY": "16", "LAT": "45N30", "LON": "12E 0", "MON": "6", "NUM": "1743", "PRO": "J", "SEC": "0", "YEA": "1915", "CITY": "VICENZA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15506	gauquelin-a6-1744-1879-10-03	{"a6": "1744"}	{"lerrcp": "A6-1744"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1744", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CB", "c3": null, "cy": "IT", "lg": 14.91933, "lat": 41.80554, "name": "Larino", "geoid": 3175105}, "notime": null, "date-ut": "1879-10-03 22:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1744"}, "birth": {"place": {"c2": "CB", "cy": "IT", "lg": 14.91933, "lat": 41.80554, "name": "Larino", "geoid": 3175105}, "date-ut": "1879-10-03 22:25:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1744"}, "ids-in-sources": {"a6": "1744"}}, "raw": {"H": "23", "MN": "25", "TZ": "-1", "COD": "CB", "COU": "I", "DAY": "3", "LAT": "41N36", "LON": "14E45", "MON": "10", "NUM": "1744", "PRO": "J", "SEC": "4", "YEA": "1879", "CITY": "LARINO"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15507	gauquelin-a6-1745-1867-07-19	{"a6": "1745"}	{"lerrcp": "A6-1745"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1745", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AT", "c3": null, "cy": "IT", "lg": 8.26524, "lat": 45.05025, "name": "Moncalvo", "geoid": 3173179}, "notime": null, "date-ut": "1867-07-19 20:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1745"}, "birth": {"place": {"c2": "AT", "cy": "IT", "lg": 8.26524, "lat": 45.05025, "name": "Moncalvo", "geoid": 3173179}, "date-ut": "1867-07-19 20:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1745"}, "ids-in-sources": {"a6": "1745"}}, "raw": {"H": "21", "MN": "40", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "19", "LAT": "44N54", "LON": "8E30", "MON": "7", "NUM": "1745", "PRO": "J", "SEC": "4", "YEA": "1867", "CITY": "MONCALVO"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15508	gauquelin-a6-1746-1901-07-05	{"a6": "1746"}	{"lerrcp": "A6-1746"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1746", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "notime": null, "date-ut": "1901-07-05 08:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1746"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "date-ut": "1901-07-05 08:40"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1746"}, "ids-in-sources": {"a6": "1746"}}, "raw": {"H": "9", "MN": "40", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "5", "LAT": "38N 0", "LON": "15E30", "MON": "7", "NUM": "1746", "PRO": "J", "SEC": "0", "YEA": "1901", "CITY": "MESSINA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15509	gauquelin-a6-1747-1902-03-19	{"a6": "1747"}	{"lerrcp": "A6-1747"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1747", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VC", "c3": null, "cy": "IT", "lg": 8.27992, "lat": 45.71447, "name": "Borgosesia", "geoid": 3181749}, "notime": null, "date-ut": "1902-03-19 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1747"}, "birth": {"place": {"c2": "VC", "cy": "IT", "lg": 8.27992, "lat": 45.71447, "name": "Borgosesia", "geoid": 3181749}, "date-ut": "1902-03-19 09:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1747"}, "ids-in-sources": {"a6": "1747"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "VC", "COU": "I", "DAY": "19", "LAT": "45N24", "LON": "8E30", "MON": "3", "NUM": "1747", "PRO": "J", "SEC": "0", "YEA": "1902", "CITY": "BORGOSESIA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15510	gauquelin-a6-1748-1891-03-05	{"a6": "1748"}	{"lerrcp": "A6-1748"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1748", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PZ", "c3": null, "cy": "IT", "lg": 16.27118, "lat": 40.24731, "name": "Sant'Arcangelo", "geoid": 3167374}, "notime": null, "date-ut": "1891-03-05 21:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1748"}, "birth": {"place": {"c2": "PZ", "cy": "IT", "lg": 16.27118, "lat": 40.24731, "name": "Sant'Arcangelo", "geoid": 3167374}, "date-ut": "1891-03-05 21:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1748"}, "ids-in-sources": {"a6": "1748"}}, "raw": {"H": "22", "MN": "40", "TZ": "-1", "COD": "PZ", "COU": "I", "DAY": "5", "LAT": "40N30", "LON": "15E45", "MON": "3", "NUM": "1748", "PRO": "J", "SEC": "4", "YEA": "1891", "CITY": "SANT'ARCANGELO"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15511	gauquelin-a6-1749-1903-02-08	{"a6": "1749"}	{"lerrcp": "A6-1749"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1749", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FG", "c3": null, "cy": "IT", "lg": 15.33505, "lat": 41.50823, "name": "Lucera", "geoid": 3174526}, "notime": null, "date-ut": "1903-02-08 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1749"}, "birth": {"place": {"c2": "FG", "cy": "IT", "lg": 15.33505, "lat": 41.50823, "name": "Lucera", "geoid": 3174526}, "date-ut": "1903-02-08 09:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1749"}, "ids-in-sources": {"a6": "1749"}}, "raw": {"H": "10", "MN": "30", "TZ": "-1", "COD": "FG", "COU": "I", "DAY": "8", "LAT": "41N36", "LON": "15E30", "MON": "2", "NUM": "1749", "PRO": "J", "SEC": "0", "YEA": "1903", "CITY": "LUCERA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15512	gauquelin-a6-1750-1902-07-11	{"a6": "1750"}	{"lerrcp": "A6-1750"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1750", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.09792, "lat": 43.79235, "name": "Signa", "geoid": 3166540}, "notime": null, "date-ut": "1902-07-11 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1750"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.09792, "lat": 43.79235, "name": "Signa", "geoid": 3166540}, "date-ut": "1902-07-11 09:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1750"}, "ids-in-sources": {"a6": "1750"}}, "raw": {"H": "10", "MN": "30", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "11", "LAT": "43N42", "LON": "11E30", "MON": "7", "NUM": "1750", "PRO": "J", "SEC": "0", "YEA": "1902", "CITY": "SIGNA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15513	gauquelin-a6-1751-1890-10-06	{"a6": "1751"}	{"lerrcp": "A6-1751"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1751", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "notime": null, "date-ut": "1890-10-06 06:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1751"}, "birth": {"place": {"c2": "CT", "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "date-ut": "1890-10-06 06:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1751"}, "ids-in-sources": {"a6": "1751"}}, "raw": {"H": "7", "MN": "10", "TZ": "-1", "COD": "CT", "COU": "I", "DAY": "6", "LAT": "37N30", "LON": "15E 0", "MON": "10", "NUM": "1751", "PRO": "J", "SEC": "4", "YEA": "1890", "CITY": "CATANIA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15514	gauquelin-a6-1752-1870-06-03	{"a6": "1752"}	{"lerrcp": "A6-1752"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1752", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1870-06-03 08:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1752"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1870-06-03 08:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1752"}, "ids-in-sources": {"a6": "1752"}}, "raw": {"H": "9", "MN": "10", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "3", "LAT": "44N30", "LON": "11E 0", "MON": "6", "NUM": "1752", "PRO": "J", "SEC": "4", "YEA": "1870", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15515	gauquelin-a6-1753-1891-01-13	{"a6": "1753"}	{"lerrcp": "A6-1753"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1753", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CB", "c3": null, "cy": "IT", "lg": 14.75, "lat": 41.6, "name": "MONTENERO DI BI", "geoid": 0}, "notime": null, "date-ut": "1891-01-13 13:20:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1753"}, "birth": {"place": {"c2": "CB", "cy": "IT", "lg": 14.75, "lat": 41.6, "name": "MONTENERO DI BI", "geoid": 0}, "date-ut": "1891-01-13 13:20:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1753"}, "ids-in-sources": {"a6": "1753"}}, "raw": {"H": "14", "MN": "20", "TZ": "-1", "COD": "CB", "COU": "I", "DAY": "13", "LAT": "41N36", "LON": "14E45", "MON": "1", "NUM": "1753", "PRO": "J", "SEC": "4", "YEA": "1891", "CITY": "MONTENERO DI BI"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15516	gauquelin-a6-1754-1886-02-17	{"a6": "1754"}	{"lerrcp": "A6-1754"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1754", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LT", "c3": null, "cy": "IT", "lg": 13.43302, "lat": 41.25897, "name": "Sperlonga", "geoid": 3166283}, "notime": null, "date-ut": "1886-02-17 09:30:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1754"}, "birth": {"place": {"c2": "LT", "cy": "IT", "lg": 13.43302, "lat": 41.25897, "name": "Sperlonga", "geoid": 3166283}, "date-ut": "1886-02-17 09:30:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1754"}, "ids-in-sources": {"a6": "1754"}}, "raw": {"H": "10", "MN": "30", "TZ": "-1", "COD": "LT", "COU": "I", "DAY": "17", "LAT": "41N30", "LON": "13E 0", "MON": "2", "NUM": "1754", "PRO": "J", "SEC": "4", "YEA": "1886", "CITY": "SPERLONGA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15517	gauquelin-a6-1755-1894-03-24	{"a6": "1755"}	{"lerrcp": "A6-1755"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1755", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TV", "c3": null, "cy": "IT", "lg": 12.245, "lat": 45.66667, "name": "Treviso", "geoid": 3165201}, "notime": null, "date-ut": "1894-03-24 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1755"}, "birth": {"place": {"c2": "TV", "cy": "IT", "lg": 12.245, "lat": 45.66667, "name": "Treviso", "geoid": 3165201}, "date-ut": "1894-03-24 10:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1755"}, "ids-in-sources": {"a6": "1755"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "TV", "COU": "I", "DAY": "24", "LAT": "45N36", "LON": "12E45", "MON": "3", "NUM": "1755", "PRO": "J", "SEC": "0", "YEA": "1894", "CITY": "TREVISO"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15518	gauquelin-a6-1756-1880-12-10	{"a6": "1756"}	{"lerrcp": "A6-1756"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1756", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "notime": null, "date-ut": "1880-12-10 11:20:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1756"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "date-ut": "1880-12-10 11:20:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1756"}, "ids-in-sources": {"a6": "1756"}}, "raw": {"H": "12", "MN": "20", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "10", "LAT": "45N24", "LON": "11E 0", "MON": "12", "NUM": "1756", "PRO": "J", "SEC": "4", "YEA": "1880", "CITY": "VERONA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15519	gauquelin-a6-1757-1875-06-03	{"a6": "1757"}	{"lerrcp": "A6-1757"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1757", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "notime": null, "date-ut": "1875-06-03 05:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1757"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "date-ut": "1875-06-03 05:25:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1757"}, "ids-in-sources": {"a6": "1757"}}, "raw": {"H": "6", "MN": "25", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "3", "LAT": "44N36", "LON": "11E15", "MON": "6", "NUM": "1757", "PRO": "J", "SEC": "4", "YEA": "1875", "CITY": "MODENA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15520	gauquelin-a6-1758-1894-06-15	{"a6": "1758"}	{"lerrcp": "A6-1758"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1758", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AV", "c3": null, "cy": "IT", "lg": 15.43056, "lat": 40.90212, "name": "Calitri", "geoid": 3181187}, "notime": null, "date-ut": "1894-06-15 11:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1758"}, "birth": {"place": {"c2": "AV", "cy": "IT", "lg": 15.43056, "lat": 40.90212, "name": "Calitri", "geoid": 3181187}, "date-ut": "1894-06-15 11:15"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1758"}, "ids-in-sources": {"a6": "1758"}}, "raw": {"H": "12", "MN": "15", "TZ": "-1", "COD": "AV", "COU": "I", "DAY": "15", "LAT": "41N 0", "LON": "15E 0", "MON": "6", "NUM": "1758", "PRO": "J", "SEC": "0", "YEA": "1894", "CITY": "CALITRI"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15521	gauquelin-a6-1759-1895-10-30	{"a6": "1759"}	{"lerrcp": "A6-1759"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1759", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.24222, "lat": 46.06194, "name": "Udine", "geoid": 3165072}, "notime": null, "date-ut": "1895-10-30 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1759"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.24222, "lat": 46.06194, "name": "Udine", "geoid": 3165072}, "date-ut": "1895-10-30 18:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1759"}, "ids-in-sources": {"a6": "1759"}}, "raw": {"H": "19", "MN": "0", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "30", "LAT": "46N 0", "LON": "13E30", "MON": "10", "NUM": "1759", "PRO": "J", "SEC": "0", "YEA": "1895", "CITY": "UDINE"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15522	gauquelin-a6-1760-1910-07-25	{"a6": "1760"}	{"lerrcp": "A6-1760"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1760", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "CASALPUSTERLENG", "geoid": 0}, "notime": null, "date-ut": "1910-07-25 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1760"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "CASALPUSTERLENG", "geoid": 0}, "date-ut": "1910-07-25 04:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1760"}, "ids-in-sources": {"a6": "1760"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "25", "LAT": "45N30", "LON": "9E15", "MON": "7", "NUM": "1760", "PRO": "J", "SEC": "0", "YEA": "1910", "CITY": "CASALPUSTERLENG"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15523	gauquelin-a6-1761-1913-07-13	{"a6": "1761"}	{"lerrcp": "A6-1761"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1761", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CH", "c3": null, "cy": "IT", "lg": 14.25, "lat": 42.3, "name": "SAN MASSIMO", "geoid": 0}, "notime": null, "date-ut": "1913-07-13 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1761"}, "birth": {"place": {"c2": "CH", "cy": "IT", "lg": 14.25, "lat": 42.3, "name": "SAN MASSIMO", "geoid": 0}, "date-ut": "1913-07-13 00:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1761"}, "ids-in-sources": {"a6": "1761"}}, "raw": {"H": "1", "MN": "30", "TZ": "-1", "COD": "CH", "COU": "I", "DAY": "13", "LAT": "42N18", "LON": "14E15", "MON": "7", "NUM": "1761", "PRO": "J", "SEC": "0", "YEA": "1913", "CITY": "SAN MASSIMO"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15524	gauquelin-a6-1762-1890-06-29	{"a6": "1762"}	{"lerrcp": "A6-1762"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1762", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1890-06-29 11:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1762"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1890-06-29 11:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1762"}, "ids-in-sources": {"a6": "1762"}}, "raw": {"H": "12", "MN": "40", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "29", "LAT": "45N 0", "LON": "8E 0", "MON": "6", "NUM": "1762", "PRO": "J", "SEC": "4", "YEA": "1890", "CITY": "TORINO"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15525	gauquelin-a6-1763-1862-01-07	{"a6": "1763"}	{"lerrcp": "A6-1763"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1763", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 12.38878, "lat": 43.1122, "name": "Perugia", "geoid": 3171180}, "notime": null, "date-ut": "1862-01-07 14:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1763"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 12.38878, "lat": 43.1122, "name": "Perugia", "geoid": 3171180}, "date-ut": "1862-01-07 14:08"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1763"}, "ids-in-sources": {"a6": "1763"}}, "raw": {"H": "15", "MN": "8", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "7", "LAT": "43N 0", "LON": "13E 0", "MON": "1", "NUM": "1763", "PRO": "J", "SEC": "0", "YEA": "1862", "CITY": "PERUGIA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15526	gauquelin-a6-1764-1906-09-22	{"a6": "1764"}	{"lerrcp": "A6-1764"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1764", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SR", "c3": null, "cy": "IT", "lg": 15.06929, "lat": 36.89014, "name": "Noto", "geoid": 2523998}, "notime": null, "date-ut": "1906-09-22 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1764"}, "birth": {"place": {"c2": "SR", "cy": "IT", "lg": 15.06929, "lat": 36.89014, "name": "Noto", "geoid": 2523998}, "date-ut": "1906-09-22 15:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1764"}, "ids-in-sources": {"a6": "1764"}}, "raw": {"H": "16", "MN": "0", "TZ": "-1", "COD": "SR", "COU": "I", "DAY": "22", "LAT": "37N 0", "LON": "15E30", "MON": "9", "NUM": "1764", "PRO": "J", "SEC": "0", "YEA": "1906", "CITY": "NOTO"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15527	gauquelin-a6-1765-1873-08-07	{"a6": "1765"}	{"lerrcp": "A6-1765"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1765", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LI", "c3": null, "cy": "IT", "lg": 9.5, "lat": 43.6, "name": "RIO MARIMA", "geoid": 0}, "notime": null, "date-ut": "1873-08-07 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1765"}, "birth": {"place": {"c2": "LI", "cy": "IT", "lg": 9.5, "lat": 43.6, "name": "RIO MARIMA", "geoid": 0}, "date-ut": "1873-08-07 10:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1765"}, "ids-in-sources": {"a6": "1765"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "LI", "COU": "I", "DAY": "7", "LAT": "43N36", "LON": "9E30", "MON": "8", "NUM": "1765", "PRO": "J", "SEC": "4", "YEA": "1873", "CITY": "RIO MARIMA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15528	gauquelin-a6-1766-1899-12-16	{"a6": "1766"}	{"lerrcp": "A6-1766"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1766", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RI", "c3": null, "cy": "IT", "lg": 12.85918, "lat": 42.40723, "name": "Rieti", "geoid": 3169412}, "notime": null, "date-ut": "1899-12-16 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1766"}, "birth": {"place": {"c2": "RI", "cy": "IT", "lg": 12.85918, "lat": 42.40723, "name": "Rieti", "geoid": 3169412}, "date-ut": "1899-12-16 01:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1766"}, "ids-in-sources": {"a6": "1766"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "RI", "COU": "I", "DAY": "16", "LAT": "42N24", "LON": "13E15", "MON": "12", "NUM": "1766", "PRO": "J", "SEC": "0", "YEA": "1899", "CITY": "RIETI"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15529	gauquelin-a6-1767-1886-11-22	{"a6": "1767"}	{"lerrcp": "A6-1767"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1767", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FG", "c3": null, "cy": "IT", "lg": 15.5, "lat": 41.6, "name": "BERTINORO", "geoid": 0}, "notime": null, "date-ut": "1886-11-22 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1767"}, "birth": {"place": {"c2": "FG", "cy": "IT", "lg": 15.5, "lat": 41.6, "name": "BERTINORO", "geoid": 0}, "date-ut": "1886-11-22 00:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1767"}, "ids-in-sources": {"a6": "1767"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "FG", "COU": "I", "DAY": "22", "LAT": "41N36", "LON": "15E30", "MON": "11", "NUM": "1767", "PRO": "J", "SEC": "4", "YEA": "1886", "CITY": "BERTINORO"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15530	gauquelin-a6-1768-1919-09-11	{"a6": "1768"}	{"lerrcp": "A6-1768"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1768", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AQ", "c3": null, "cy": "IT", "lg": 13.5, "lat": 42.4, "name": "LECCE NEI MARSI", "geoid": 0}, "notime": null, "date-ut": "1919-09-11 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1768"}, "birth": {"place": {"c2": "AQ", "cy": "IT", "lg": 13.5, "lat": 42.4, "name": "LECCE NEI MARSI", "geoid": 0}, "date-ut": "1919-09-11 01:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1768"}, "ids-in-sources": {"a6": "1768"}}, "raw": {"H": "2", "MN": "30", "TZ": "-1", "COD": "AQ", "COU": "I", "DAY": "11", "LAT": "42N24", "LON": "13E30", "MON": "9", "NUM": "1768", "PRO": "J", "SEC": "0", "YEA": "1919", "CITY": "LECCE NEI MARSI"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15531	gauquelin-a6-1769-1902-08-05	{"a6": "1769"}	{"lerrcp": "A6-1769"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1769", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SA", "c3": null, "cy": "IT", "lg": 14.74577, "lat": 40.67802, "name": "Salerno", "geoid": 3168673}, "notime": null, "date-ut": "1902-08-05 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1769"}, "birth": {"place": {"c2": "SA", "cy": "IT", "lg": 14.74577, "lat": 40.67802, "name": "Salerno", "geoid": 3168673}, "date-ut": "1902-08-05 00:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1769"}, "ids-in-sources": {"a6": "1769"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "SA", "COU": "I", "DAY": "5", "LAT": "40N42", "LON": "15E15", "MON": "8", "NUM": "1769", "PRO": "J", "SEC": "0", "YEA": "1902", "CITY": "SALERNO"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15532	gauquelin-a6-1770-1905-01-15	{"a6": "1770"}	{"lerrcp": "A6-1770"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1770", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "IT", "lg": 8.77224, "lat": 38.96743, "name": "Teulada", "geoid": 2522941}, "notime": null, "date-ut": "1905-01-15 05:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1770"}, "birth": {"place": {"c2": "CA", "cy": "IT", "lg": 8.77224, "lat": 38.96743, "name": "Teulada", "geoid": 2522941}, "date-ut": "1905-01-15 05:15"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1770"}, "ids-in-sources": {"a6": "1770"}}, "raw": {"H": "6", "MN": "15", "TZ": "-1", "COD": "CA", "COU": "I", "DAY": "15", "LAT": "39N24", "LON": "9E 0", "MON": "1", "NUM": "1770", "PRO": "J", "SEC": "0", "YEA": "1905", "CITY": "TEULADA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15533	gauquelin-a6-1771-1878-10-15	{"a6": "1771"}	{"lerrcp": "A6-1771"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1771", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AP", "c3": null, "cy": "IT", "lg": 13.86489, "lat": 42.98875, "name": "Grottammare", "geoid": 3175771}, "notime": null, "date-ut": "1878-10-15 18:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1771"}, "birth": {"place": {"c2": "AP", "cy": "IT", "lg": 13.86489, "lat": 42.98875, "name": "Grottammare", "geoid": 3175771}, "date-ut": "1878-10-15 18:25:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1771"}, "ids-in-sources": {"a6": "1771"}}, "raw": {"H": "19", "MN": "25", "TZ": "-1", "COD": "AP", "COU": "I", "DAY": "15", "LAT": "43N 0", "LON": "13E45", "MON": "10", "NUM": "1771", "PRO": "J", "SEC": "4", "YEA": "1878", "CITY": "GROTTAMMARE"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15534	gauquelin-a6-1772-1892-02-24	{"a6": "1772"}	{"lerrcp": "A6-1772"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1772", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PZ", "c3": null, "cy": "IT", "lg": 15.80857, "lat": 40.64432, "name": "Potenza", "geoid": 3170027}, "notime": null, "date-ut": "1892-02-24 21:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1772"}, "birth": {"place": {"c2": "PZ", "cy": "IT", "lg": 15.80857, "lat": 40.64432, "name": "Potenza", "geoid": 3170027}, "date-ut": "1892-02-24 21:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1772"}, "ids-in-sources": {"a6": "1772"}}, "raw": {"H": "22", "MN": "10", "TZ": "-1", "COD": "PZ", "COU": "I", "DAY": "24", "LAT": "40N30", "LON": "15E45", "MON": "2", "NUM": "1772", "PRO": "J", "SEC": "4", "YEA": "1892", "CITY": "POTENZA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15535	gauquelin-a6-1773-1910-04-19	{"a6": "1773"}	{"lerrcp": "A6-1773"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1773", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "notime": null, "date-ut": "1910-04-19 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1773"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "date-ut": "1910-04-19 04:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1773"}, "ids-in-sources": {"a6": "1773"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "19", "LAT": "45N24", "LON": "11E 0", "MON": "4", "NUM": "1773", "PRO": "J", "SEC": "0", "YEA": "1910", "CITY": "VERONA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15536	gauquelin-a6-1774-1876-08-26	{"a6": "1774"}	{"lerrcp": "A6-1774"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1774", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VI", "c3": null, "cy": "IT", "lg": 11.592, "lat": 45.6561, "name": "Sandrigo", "geoid": 3168407}, "notime": null, "date-ut": "1876-08-26 13:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1774"}, "birth": {"place": {"c2": "VI", "cy": "IT", "lg": 11.592, "lat": 45.6561, "name": "Sandrigo", "geoid": 3168407}, "date-ut": "1876-08-26 13:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1774"}, "ids-in-sources": {"a6": "1774"}}, "raw": {"H": "14", "MN": "40", "TZ": "-1", "COD": "VI", "COU": "I", "DAY": "26", "LAT": "45N30", "LON": "12E 0", "MON": "8", "NUM": "1774", "PRO": "J", "SEC": "4", "YEA": "1876", "CITY": "SANDRIGO"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15537	gauquelin-a6-1775-1899-10-09	{"a6": "1775"}	{"lerrcp": "A6-1775"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1775", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "MONZA", "geoid": 0}, "notime": null, "date-ut": "1899-10-09 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1775"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "MONZA", "geoid": 0}, "date-ut": "1899-10-09 05:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1775"}, "ids-in-sources": {"a6": "1775"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "9", "LAT": "45N30", "LON": "9E15", "MON": "10", "NUM": "1775", "PRO": "J", "SEC": "0", "YEA": "1899", "CITY": "MONZA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15538	gauquelin-a6-1776-1890-05-03	{"a6": "1776"}	{"lerrcp": "A6-1776"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1776", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "IM", "c3": null, "cy": "IT", "lg": 8.03083, "lat": 43.8875, "name": "Imperia", "geoid": 3175532}, "notime": null, "date-ut": "1890-05-03 10:05:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1776"}, "birth": {"place": {"c2": "IM", "cy": "IT", "lg": 8.03083, "lat": 43.8875, "name": "Imperia", "geoid": 3175532}, "date-ut": "1890-05-03 10:05:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1776"}, "ids-in-sources": {"a6": "1776"}}, "raw": {"H": "11", "MN": "5", "TZ": "-1", "COD": "IM", "COU": "I", "DAY": "3", "LAT": "43N42", "LON": "8E 0", "MON": "5", "NUM": "1776", "PRO": "J", "SEC": "4", "YEA": "1890", "CITY": "IMPERIA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15539	gauquelin-a6-1777-1895-01-11	{"a6": "1777"}	{"lerrcp": "A6-1777"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1777", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1895-01-11 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1777"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1895-01-11 14:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1777"}, "ids-in-sources": {"a6": "1777"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "11", "LAT": "44N30", "LON": "11E 0", "MON": "1", "NUM": "1777", "PRO": "J", "SEC": "0", "YEA": "1895", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15540	gauquelin-a6-1778-1868-11-09	{"a6": "1778"}	{"lerrcp": "A6-1778"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1778", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RE", "c3": null, "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "REGGIO EMILIA", "geoid": 0}, "notime": null, "date-ut": "1868-11-09 08:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1778"}, "birth": {"place": {"c2": "RE", "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "REGGIO EMILIA", "geoid": 0}, "date-ut": "1868-11-09 08:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1778"}, "ids-in-sources": {"a6": "1778"}}, "raw": {"H": "9", "MN": "10", "TZ": "-1", "COD": "RE", "COU": "I", "DAY": "9", "LAT": "44N36", "LON": "10E45", "MON": "11", "NUM": "1778", "PRO": "J", "SEC": "4", "YEA": "1868", "CITY": "REGGIO EMILIA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15541	gauquelin-a6-1779-1887-06-21	{"a6": "1779"}	{"lerrcp": "A6-1779"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1779", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "notime": null, "date-ut": "1887-06-21 03:15:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1779"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "date-ut": "1887-06-21 03:15:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1779"}, "ids-in-sources": {"a6": "1779"}}, "raw": {"H": "4", "MN": "15", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "21", "LAT": "44N36", "LON": "11E15", "MON": "6", "NUM": "1779", "PRO": "J", "SEC": "4", "YEA": "1887", "CITY": "MODENA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15542	gauquelin-a6-1780-1887-01-08	{"a6": "1780"}	{"lerrcp": "A6-1780"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1780", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14, "lat": 40.9, "name": "RESINA", "geoid": 0}, "notime": null, "date-ut": "1887-01-08 18:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1780"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14, "lat": 40.9, "name": "RESINA", "geoid": 0}, "date-ut": "1887-01-08 18:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1780"}, "ids-in-sources": {"a6": "1780"}}, "raw": {"H": "19", "MN": "40", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "8", "LAT": "40N54", "LON": "14E 0", "MON": "1", "NUM": "1780", "PRO": "J", "SEC": "4", "YEA": "1887", "CITY": "RESINA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15543	gauquelin-a6-1781-1900-11-07	{"a6": "1781"}	{"lerrcp": "A6-1781"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1781", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 17, "lat": 41.2, "name": "CANOSA DI PUGLI", "geoid": 0}, "notime": null, "date-ut": "1900-11-07 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1781"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 17, "lat": 41.2, "name": "CANOSA DI PUGLI", "geoid": 0}, "date-ut": "1900-11-07 13:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1781"}, "ids-in-sources": {"a6": "1781"}}, "raw": {"H": "14", "MN": "30", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "7", "LAT": "41N12", "LON": "17E 0", "MON": "11", "NUM": "1781", "PRO": "J", "SEC": "0", "YEA": "1900", "CITY": "CANOSA DI PUGLI"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15544	gauquelin-a6-1782-1903-12-05	{"a6": "1782"}	{"lerrcp": "A6-1782"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1782", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PI", "c3": null, "cy": "IT", "lg": 10.63794, "lat": 43.6643, "name": "Pontedera", "geoid": 3170272}, "notime": null, "date-ut": "1903-12-05 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1782"}, "birth": {"place": {"c2": "PI", "cy": "IT", "lg": 10.63794, "lat": 43.6643, "name": "Pontedera", "geoid": 3170272}, "date-ut": "1903-12-05 03:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1782"}, "ids-in-sources": {"a6": "1782"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "PI", "COU": "I", "DAY": "5", "LAT": "43N42", "LON": "10E30", "MON": "12", "NUM": "1782", "PRO": "J", "SEC": "0", "YEA": "1903", "CITY": "PONTEDERA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15545	gauquelin-a6-1783-1894-01-14	{"a6": "1783"}	{"lerrcp": "A6-1783"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1783", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "notime": null, "date-ut": "1894-01-14 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1783"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "date-ut": "1894-01-14 05:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1783"}, "ids-in-sources": {"a6": "1783"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "14", "LAT": "45N30", "LON": "12E30", "MON": "1", "NUM": "1783", "PRO": "J", "SEC": "0", "YEA": "1894", "CITY": "VENEZIA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15546	gauquelin-a6-1784-1879-07-17	{"a6": "1784"}	{"lerrcp": "A6-1784"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1784", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "notime": null, "date-ut": "1879-07-17 01:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1784"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "date-ut": "1879-07-17 01:25:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1784"}, "ids-in-sources": {"a6": "1784"}}, "raw": {"H": "2", "MN": "25", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "17", "LAT": "45N24", "LON": "11E 0", "MON": "7", "NUM": "1784", "PRO": "J", "SEC": "4", "YEA": "1879", "CITY": "VERONA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15547	gauquelin-a6-1785-1874-07-03	{"a6": "1785"}	{"lerrcp": "A6-1785"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1785", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "IT", "lg": 10.51859, "lat": 44.92947, "name": "Viadana", "geoid": 3164440}, "notime": null, "date-ut": "1874-07-03 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1785"}, "birth": {"place": {"c2": "MN", "cy": "IT", "lg": 10.51859, "lat": 44.92947, "name": "Viadana", "geoid": 3164440}, "date-ut": "1874-07-03 07:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1785"}, "ids-in-sources": {"a6": "1785"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "MN", "COU": "I", "DAY": "3", "LAT": "45N12", "LON": "11E 0", "MON": "7", "NUM": "1785", "PRO": "J", "SEC": "4", "YEA": "1874", "CITY": "VIADANA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15548	gauquelin-a6-1786-1872-01-14	{"a6": "1786"}	{"lerrcp": "A6-1786"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1786", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1872-01-14 13:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1786"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1872-01-14 13:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1786"}, "ids-in-sources": {"a6": "1786"}}, "raw": {"H": "14", "MN": "40", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "14", "LAT": "44N30", "LON": "11E 0", "MON": "1", "NUM": "1786", "PRO": "J", "SEC": "4", "YEA": "1872", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15549	gauquelin-a6-1787-1894-05-24	{"a6": "1787"}	{"lerrcp": "A6-1787"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1787", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1894-05-24 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1787"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1894-05-24 05:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1787"}, "ids-in-sources": {"a6": "1787"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "24", "LAT": "45N30", "LON": "9E15", "MON": "5", "NUM": "1787", "PRO": "J", "SEC": "0", "YEA": "1894", "CITY": "MILANO"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15550	gauquelin-a6-1788-1875-01-02	{"a6": "1788"}	{"lerrcp": "A6-1788"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1788", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1875-01-02 08:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1788"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1875-01-02 08:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1788"}, "ids-in-sources": {"a6": "1788"}}, "raw": {"H": "9", "MN": "10", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "2", "LAT": "45N30", "LON": "9E15", "MON": "1", "NUM": "1788", "PRO": "J", "SEC": "4", "YEA": "1875", "CITY": "MILANO"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15551	gauquelin-a6-1789-1922-06-26	{"a6": "1789"}	{"lerrcp": "A6-1789"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1789", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1922-06-26 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1789"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1922-06-26 02:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1789"}, "ids-in-sources": {"a6": "1789"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "26", "LAT": "45N 0", "LON": "12E15", "MON": "6", "NUM": "1789", "PRO": "J", "SEC": "0", "YEA": "1922", "CITY": "ROMA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15552	gauquelin-a6-1790-1889-05-27	{"a6": "1790"}	{"lerrcp": "A6-1790"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1790", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1889-05-27 11:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1790"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1889-05-27 11:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1790"}, "ids-in-sources": {"a6": "1790"}}, "raw": {"H": "12", "MN": "10", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "27", "LAT": "45N 0", "LON": "12E15", "MON": "5", "NUM": "1790", "PRO": "J", "SEC": "4", "YEA": "1889", "CITY": "ROMA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15553	gauquelin-a6-1791-1902-02-14	{"a6": "1791"}	{"lerrcp": "A6-1791"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1791", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25482, "lat": 43.68695, "name": "Impruneta", "geoid": 3175528}, "notime": null, "date-ut": "1902-02-14 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1791"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25482, "lat": 43.68695, "name": "Impruneta", "geoid": 3175528}, "date-ut": "1902-02-14 13:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1791"}, "ids-in-sources": {"a6": "1791"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "14", "LAT": "43N42", "LON": "11E30", "MON": "2", "NUM": "1791", "PRO": "J", "SEC": "0", "YEA": "1902", "CITY": "IMPRUNETA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15554	gauquelin-a6-1792-1875-12-03	{"a6": "1792"}	{"lerrcp": "A6-1792"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1792", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PT", "c3": null, "cy": "IT", "lg": 10.92361, "lat": 43.92125, "name": "Pistoia", "geoid": 3170621}, "notime": null, "date-ut": "1875-12-03 05:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1792"}, "birth": {"place": {"c2": "PT", "cy": "IT", "lg": 10.92361, "lat": 43.92125, "name": "Pistoia", "geoid": 3170621}, "date-ut": "1875-12-03 05:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1792"}, "ids-in-sources": {"a6": "1792"}}, "raw": {"H": "6", "MN": "40", "TZ": "-1", "COD": "PT", "COU": "I", "DAY": "3", "LAT": "44N 0", "LON": "11E15", "MON": "12", "NUM": "1792", "PRO": "J", "SEC": "4", "YEA": "1875", "CITY": "PISTOIA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15555	gauquelin-a6-1793-1854-01-11	{"a6": "1793"}	{"lerrcp": "A6-1793"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1793", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "AG", "c3": null, "cy": "IT", "lg": 13.64446, "lat": 37.54054, "name": "Casteltermini", "geoid": 2525084}, "notime": null, "date-ut": "1854-01-11 11:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1793"}, "birth": {"place": {"c2": "AG", "cy": "IT", "lg": 13.64446, "lat": 37.54054, "name": "Casteltermini", "geoid": 2525084}, "date-ut": "1854-01-11 11:06"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1793"}, "ids-in-sources": {"a6": "1793"}}, "raw": {"H": "12", "MN": "6", "TZ": "-1", "COD": "AG", "COU": "I", "DAY": "11", "LAT": "37N12", "LON": "13E30", "MON": "1", "NUM": "1793", "PRO": "J", "SEC": "0", "YEA": "1854", "CITY": "CASTELTERMINI"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15556	gauquelin-a6-1794-1900-09-12	{"a6": "1794"}	{"lerrcp": "A6-1794"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1794", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.24222, "lat": 46.06194, "name": "Udine", "geoid": 3165072}, "notime": null, "date-ut": "1900-09-12 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1794"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.24222, "lat": 46.06194, "name": "Udine", "geoid": 3165072}, "date-ut": "1900-09-12 05:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1794"}, "ids-in-sources": {"a6": "1794"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "12", "LAT": "46N 0", "LON": "13E30", "MON": "9", "NUM": "1794", "PRO": "J", "SEC": "0", "YEA": "1900", "CITY": "UDINE"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15557	gauquelin-a6-1795-1906-04-27	{"a6": "1795"}	{"lerrcp": "A6-1795"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1795", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 11.90763, "lat": 44.42707, "name": "Lugo", "geoid": 3174494}, "notime": null, "date-ut": "1906-04-27 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1795"}, "birth": {"place": {"c2": "RA", "cy": "IT", "lg": 11.90763, "lat": 44.42707, "name": "Lugo", "geoid": 3174494}, "date-ut": "1906-04-27 15:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1795"}, "ids-in-sources": {"a6": "1795"}}, "raw": {"H": "16", "MN": "0", "TZ": "-1", "COD": "RA", "COU": "I", "DAY": "27", "LAT": "44N24", "LON": "12E15", "MON": "4", "NUM": "1795", "PRO": "J", "SEC": "0", "YEA": "1906", "CITY": "LUGO"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15558	gauquelin-a6-1796-1882-01-26	{"a6": "1796"}	{"lerrcp": "A6-1796"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1796", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1882-01-26 11:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1796"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1882-01-26 11:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1796"}, "ids-in-sources": {"a6": "1796"}}, "raw": {"H": "12", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "26", "LAT": "43N42", "LON": "11E30", "MON": "1", "NUM": "1796", "PRO": "J", "SEC": "4", "YEA": "1882", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15559	gauquelin-a6-1797-1885-04-29	{"a6": "1797"}	{"lerrcp": "A6-1797"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1797", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 12.73737, "lat": 42.74484, "name": "Spoleto", "geoid": 3166236}, "notime": null, "date-ut": "1885-04-29 20:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1797"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 12.73737, "lat": 42.74484, "name": "Spoleto", "geoid": 3166236}, "date-ut": "1885-04-29 20:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1797"}, "ids-in-sources": {"a6": "1797"}}, "raw": {"H": "21", "MN": "10", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "29", "LAT": "43N 0", "LON": "13E 0", "MON": "4", "NUM": "1797", "PRO": "J", "SEC": "4", "YEA": "1885", "CITY": "SPOLETO"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15560	gauquelin-a6-1798-1887-08-12	{"a6": "1798"}	{"lerrcp": "A6-1798"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1798", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RE", "c3": null, "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "REGGIO EMILIA", "geoid": 0}, "notime": null, "date-ut": "1887-08-12 06:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1798"}, "birth": {"place": {"c2": "RE", "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "REGGIO EMILIA", "geoid": 0}, "date-ut": "1887-08-12 06:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1798"}, "ids-in-sources": {"a6": "1798"}}, "raw": {"H": "7", "MN": "10", "TZ": "-1", "COD": "RE", "COU": "I", "DAY": "12", "LAT": "44N36", "LON": "10E45", "MON": "8", "NUM": "1798", "PRO": "J", "SEC": "4", "YEA": "1887", "CITY": "REGGIO EMILIA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15561	gauquelin-a6-1799-1907-02-01	{"a6": "1799"}	{"lerrcp": "A6-1799"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1799", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1907-02-01 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1799"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1907-02-01 05:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1799"}, "ids-in-sources": {"a6": "1799"}}, "raw": {"H": "6", "MN": "30", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "1", "LAT": "44N30", "LON": "11E 0", "MON": "2", "NUM": "1799", "PRO": "J", "SEC": "0", "YEA": "1907", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15562	gauquelin-a6-1800-1914-07-29	{"a6": "1800"}	{"lerrcp": "A6-1800"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1800", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1914-07-29 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1800"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1914-07-29 05:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1800"}, "ids-in-sources": {"a6": "1800"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "29", "LAT": "45N 0", "LON": "12E15", "MON": "7", "NUM": "1800", "PRO": "J", "SEC": "0", "YEA": "1914", "CITY": "ROMA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15563	gauquelin-a6-1801-1888-04-12	{"a6": "1801"}	{"lerrcp": "A6-1801"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1801", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FO", "c3": null, "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "FORLIMPOPOLI", "geoid": 0}, "notime": null, "date-ut": "1888-04-12 08:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1801"}, "birth": {"place": {"c2": "FO", "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "FORLIMPOPOLI", "geoid": 0}, "date-ut": "1888-04-12 08:25:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1801"}, "ids-in-sources": {"a6": "1801"}}, "raw": {"H": "9", "MN": "25", "TZ": "-1", "COD": "FO", "COU": "I", "DAY": "12", "LAT": "44N12", "LON": "12E30", "MON": "4", "NUM": "1801", "PRO": "J", "SEC": "4", "YEA": "1888", "CITY": "FORLIMPOPOLI"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15564	gauquelin-a6-1802-1877-08-23	{"a6": "1802"}	{"lerrcp": "A6-1802"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1802", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.13051, "lat": 44.51046, "name": "Crespellano", "geoid": 3177827}, "notime": null, "date-ut": "1877-08-23 12:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1802"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.13051, "lat": 44.51046, "name": "Crespellano", "geoid": 3177827}, "date-ut": "1877-08-23 12:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1802"}, "ids-in-sources": {"a6": "1802"}}, "raw": {"H": "13", "MN": "10", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "23", "LAT": "44N30", "LON": "11E 0", "MON": "8", "NUM": "1802", "PRO": "J", "SEC": "4", "YEA": "1877", "CITY": "CRESPELLANO"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15565	gauquelin-a6-1803-1896-08-04	{"a6": "1803"}	{"lerrcp": "A6-1803"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1803", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.8, "name": "LECCO", "geoid": 0}, "notime": null, "date-ut": "1896-08-04 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1803"}, "birth": {"place": {"c2": "CO", "cy": "IT", "lg": 9.25, "lat": 45.8, "name": "LECCO", "geoid": 0}, "date-ut": "1896-08-04 01:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1803"}, "ids-in-sources": {"a6": "1803"}}, "raw": {"H": "2", "MN": "30", "TZ": "-1", "COD": "CO", "COU": "I", "DAY": "4", "LAT": "45N48", "LON": "9E15", "MON": "8", "NUM": "1803", "PRO": "J", "SEC": "0", "YEA": "1896", "CITY": "LECCO"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15566	gauquelin-a6-1804-1873-11-01	{"a6": "1804"}	{"lerrcp": "A6-1804"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1804", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "notime": null, "date-ut": "1873-11-01 18:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1804"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "date-ut": "1873-11-01 18:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1804"}, "ids-in-sources": {"a6": "1804"}}, "raw": {"H": "19", "MN": "10", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "1", "LAT": "45N24", "LON": "11E 0", "MON": "11", "NUM": "1804", "PRO": "J", "SEC": "4", "YEA": "1873", "CITY": "VERONA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15567	gauquelin-a6-1805-1901-10-27	{"a6": "1805"}	{"lerrcp": "A6-1805"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1805", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FO", "c3": null, "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "RIMINI", "geoid": 0}, "notime": null, "date-ut": "1901-10-27 04:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1805"}, "birth": {"place": {"c2": "FO", "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "RIMINI", "geoid": 0}, "date-ut": "1901-10-27 04:15"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1805"}, "ids-in-sources": {"a6": "1805"}}, "raw": {"H": "5", "MN": "15", "TZ": "-1", "COD": "FO", "COU": "I", "DAY": "27", "LAT": "44N12", "LON": "12E30", "MON": "10", "NUM": "1805", "PRO": "J", "SEC": "0", "YEA": "1901", "CITY": "RIMINI"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15568	gauquelin-a6-1806-1903-05-28	{"a6": "1806"}	{"lerrcp": "A6-1806"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1806", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "MONZA", "geoid": 0}, "notime": null, "date-ut": "1903-05-28 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1806"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "MONZA", "geoid": 0}, "date-ut": "1903-05-28 17:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1806"}, "ids-in-sources": {"a6": "1806"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "28", "LAT": "45N30", "LON": "9E15", "MON": "5", "NUM": "1806", "PRO": "J", "SEC": "0", "YEA": "1903", "CITY": "MONZA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15569	gauquelin-a6-1807-1914-03-06	{"a6": "1807"}	{"lerrcp": "A6-1807"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1807", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "MONTECOMPATRI", "geoid": 0}, "notime": null, "date-ut": "1914-03-06 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1807"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "MONTECOMPATRI", "geoid": 0}, "date-ut": "1914-03-06 05:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1807"}, "ids-in-sources": {"a6": "1807"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "6", "LAT": "45N 0", "LON": "12E15", "MON": "3", "NUM": "1807", "PRO": "J", "SEC": "0", "YEA": "1914", "CITY": "MONTECOMPATRI"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15570	gauquelin-a6-1808-1892-01-10	{"a6": "1808"}	{"lerrcp": "A6-1808"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1808", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.39371, "lat": 44.74927, "name": "Galliera", "geoid": 3176375}, "notime": null, "date-ut": "1892-01-10 06:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1808"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.39371, "lat": 44.74927, "name": "Galliera", "geoid": 3176375}, "date-ut": "1892-01-10 06:10:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1808"}, "ids-in-sources": {"a6": "1808"}}, "raw": {"H": "7", "MN": "10", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "10", "LAT": "44N30", "LON": "11E 0", "MON": "1", "NUM": "1808", "PRO": "J", "SEC": "4", "YEA": "1892", "CITY": "GALLIERA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15571	gauquelin-a6-1809-1895-01-12	{"a6": "1809"}	{"lerrcp": "A6-1809"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1809", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "CZ", "c3": null, "cy": "IT", "lg": 16.5987, "lat": 38.89079, "name": "Catanzaro", "geoid": 2525059}, "notime": null, "date-ut": "1895-01-12 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1809"}, "birth": {"place": {"c2": "CZ", "cy": "IT", "lg": 16.5987, "lat": 38.89079, "name": "Catanzaro", "geoid": 2525059}, "date-ut": "1895-01-12 17:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1809"}, "ids-in-sources": {"a6": "1809"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "CZ", "COU": "I", "DAY": "12", "LAT": "39N 0", "LON": "17E30", "MON": "1", "NUM": "1809", "PRO": "J", "SEC": "0", "YEA": "1895", "CITY": "CATANZARO"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15572	gauquelin-a6-1810-1894-04-21	{"a6": "1810"}	{"lerrcp": "A6-1810"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1810", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "MS", "c3": null, "cy": "IT", "lg": 10.5, "lat": 44, "name": "VILLAFRANCA IN", "geoid": 0}, "notime": null, "date-ut": "1894-04-21 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1810"}, "birth": {"place": {"c2": "MS", "cy": "IT", "lg": 10.5, "lat": 44, "name": "VILLAFRANCA IN", "geoid": 0}, "date-ut": "1894-04-21 19:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1810"}, "ids-in-sources": {"a6": "1810"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "MS", "COU": "I", "DAY": "21", "LAT": "44N 0", "LON": "10E30", "MON": "4", "NUM": "1810", "PRO": "J", "SEC": "0", "YEA": "1894", "CITY": "VILLAFRANCA IN"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15573	gauquelin-a6-1811-1907-04-10	{"a6": "1811"}	{"lerrcp": "A6-1811"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1811", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 11.4916, "lat": 45.09718, "name": "Badia Polesine", "geoid": 3182576}, "notime": null, "date-ut": "1907-04-10 05:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1811"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 11.4916, "lat": 45.09718, "name": "Badia Polesine", "geoid": 3182576}, "date-ut": "1907-04-10 05:15"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1811"}, "ids-in-sources": {"a6": "1811"}}, "raw": {"H": "6", "MN": "15", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "10", "LAT": "45N 0", "LON": "12E15", "MON": "4", "NUM": "1811", "PRO": "J", "SEC": "0", "YEA": "1907", "CITY": "BADIA POLESINE"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15574	gauquelin-a6-1812-1881-09-27	{"a6": "1812"}	{"lerrcp": "A6-1812"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1812", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "FG", "c3": null, "cy": "IT", "lg": 16.01586, "lat": 41.94605, "name": "Peschici", "geoid": 3171157}, "notime": null, "date-ut": "1881-09-27 09:30:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1812"}, "birth": {"place": {"c2": "FG", "cy": "IT", "lg": 16.01586, "lat": 41.94605, "name": "Peschici", "geoid": 3171157}, "date-ut": "1881-09-27 09:30:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1812"}, "ids-in-sources": {"a6": "1812"}}, "raw": {"H": "10", "MN": "30", "TZ": "-1", "COD": "FG", "COU": "I", "DAY": "27", "LAT": "41N36", "LON": "15E30", "MON": "9", "NUM": "1812", "PRO": "J", "SEC": "4", "YEA": "1881", "CITY": "PESCHICI"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15575	gauquelin-a6-1813-1900-04-14	{"a6": "1813"}	{"lerrcp": "A6-1813"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1813", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LU", "c3": null, "cy": "IT", "lg": 10.50585, "lat": 43.84357, "name": "Lucca", "geoid": 3174530}, "notime": null, "date-ut": "1900-04-14 16:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1813"}, "birth": {"place": {"c2": "LU", "cy": "IT", "lg": 10.50585, "lat": 43.84357, "name": "Lucca", "geoid": 3174530}, "date-ut": "1900-04-14 16:15"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1813"}, "ids-in-sources": {"a6": "1813"}}, "raw": {"H": "17", "MN": "15", "TZ": "-1", "COD": "LU", "COU": "I", "DAY": "14", "LAT": "43N42", "LON": "11E 0", "MON": "4", "NUM": "1813", "PRO": "J", "SEC": "0", "YEA": "1900", "CITY": "LUCCA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15576	gauquelin-a6-1814-1883-03-09	{"a6": "1814"}	{"lerrcp": "A6-1814"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1814", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 7.95482, "lat": 45.38576, "name": "Vestignè", "geoid": 3164483}, "notime": null, "date-ut": "1883-03-09 12:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1814"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 7.95482, "lat": 45.38576, "name": "Vestignè", "geoid": 3164483}, "date-ut": "1883-03-09 12:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1814"}, "ids-in-sources": {"a6": "1814"}}, "raw": {"H": "13", "MN": "40", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "9", "LAT": "45N 0", "LON": "8E 0", "MON": "3", "NUM": "1814", "PRO": "J", "SEC": "4", "YEA": "1883", "CITY": "VESTIGNE"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15577	gauquelin-a6-1815-1900-10-10	{"a6": "1815"}	{"lerrcp": "A6-1815"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1815", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1900-10-10 22:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1815"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1900-10-10 22:40"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1815"}, "ids-in-sources": {"a6": "1815"}}, "raw": {"H": "23", "MN": "40", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "10", "LAT": "44N30", "LON": "11E 0", "MON": "10", "NUM": "1815", "PRO": "J", "SEC": "0", "YEA": "1900", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15578	gauquelin-a6-1816-1882-01-29	{"a6": "1816"}	{"lerrcp": "A6-1816"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1816", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "IT", "lg": 8.82193, "lat": 45.82908, "name": "Varese", "geoid": 3164699}, "notime": null, "date-ut": "1882-01-29 06:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1816"}, "birth": {"place": {"c2": "VA", "cy": "IT", "lg": 8.82193, "lat": 45.82908, "name": "Varese", "geoid": 3164699}, "date-ut": "1882-01-29 06:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1816"}, "ids-in-sources": {"a6": "1816"}}, "raw": {"H": "7", "MN": "40", "TZ": "-1", "COD": "VA", "COU": "I", "DAY": "29", "LAT": "45N48", "LON": "9E 0", "MON": "1", "NUM": "1816", "PRO": "J", "SEC": "4", "YEA": "1882", "CITY": "VARESE"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15579	gauquelin-a6-1817-1902-09-20	{"a6": "1817"}	{"lerrcp": "A6-1817"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1817", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "RE", "c3": null, "cy": "IT", "lg": 10.69039, "lat": 44.95757, "name": "Luzzara", "geoid": 3174416}, "notime": null, "date-ut": "1902-09-20 05:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1817"}, "birth": {"place": {"c2": "RE", "cy": "IT", "lg": 10.69039, "lat": 44.95757, "name": "Luzzara", "geoid": 3174416}, "date-ut": "1902-09-20 05:15"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1817"}, "ids-in-sources": {"a6": "1817"}}, "raw": {"H": "6", "MN": "15", "TZ": "-1", "COD": "RE", "COU": "I", "DAY": "20", "LAT": "44N36", "LON": "10E45", "MON": "9", "NUM": "1817", "PRO": "J", "SEC": "0", "YEA": "1902", "CITY": "LUZZARA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15580	gauquelin-a6-1818-1892-01-03	{"a6": "1818"}	{"lerrcp": "A6-1818"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1818", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.5, "lat": 46, "name": "CIVIDALE DEL FR", "geoid": 0}, "notime": null, "date-ut": "1892-01-03 12:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1818"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.5, "lat": 46, "name": "CIVIDALE DEL FR", "geoid": 0}, "date-ut": "1892-01-03 12:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1818"}, "ids-in-sources": {"a6": "1818"}}, "raw": {"H": "13", "MN": "40", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "3", "LAT": "46N 0", "LON": "13E30", "MON": "1", "NUM": "1818", "PRO": "J", "SEC": "4", "YEA": "1892", "CITY": "CIVIDALE DEL FR"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15581	gauquelin-a6-1819-1887-12-19	{"a6": "1819"}	{"lerrcp": "A6-1819"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1819", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRDRHW", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "GELSENKIRCHEN", "geoid": 0}, "notime": null, "date-ut": "1887-12-19 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1819"}, "birth": {"place": {"c2": "NRDRHW", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "GELSENKIRCHEN", "geoid": 0}, "date-ut": "1887-12-19 22:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1819"}, "ids-in-sources": {"a6": "1819"}}, "raw": {"H": "23", "MN": "30", "TZ": "-1", "COD": "NRDRHW", "COU": "G", "DAY": "19", "LAT": "51N30", "LON": "7E30", "MON": "12", "NUM": "1819", "PRO": "J", "SEC": "0", "YEA": "1887", "CITY": "GELSENKIRCHEN"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15582	gauquelin-a6-1820-1887-07-27	{"a6": "1820"}	{"lerrcp": "A6-1820"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1820", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRDRHW", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "notime": null, "date-ut": "1887-07-27 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1820"}, "birth": {"place": {"c2": "NRDRHW", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "date-ut": "1887-07-27 15:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1820"}, "ids-in-sources": {"a6": "1820"}}, "raw": {"H": "16", "MN": "0", "TZ": "-1", "COD": "NRDRHW", "COU": "G", "DAY": "27", "LAT": "51N30", "LON": "7E30", "MON": "7", "NUM": "1820", "PRO": "J", "SEC": "0", "YEA": "1887", "CITY": "KOLN"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15583	gauquelin-a6-1821-1870-11-12	{"a6": "1821"}	{"lerrcp": "A6-1821"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1821", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRDRHW", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "notime": null, "date-ut": "1870-11-12 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1821"}, "birth": {"place": {"c2": "NRDRHW", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "date-ut": "1870-11-12 02:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1821"}, "ids-in-sources": {"a6": "1821"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "NRDRHW", "COU": "G", "DAY": "12", "LAT": "51N30", "LON": "7E30", "MON": "11", "NUM": "1821", "PRO": "J", "SEC": "0", "YEA": "1870", "CITY": "KOLN"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15584	gauquelin-a6-1822-1849-07-06	{"a6": "1822"}	{"lerrcp": "A6-1822"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1822", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NRDRHW", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "CLEVE", "geoid": 0}, "notime": null, "date-ut": "1849-07-06 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1822"}, "birth": {"place": {"c2": "NRDRHW", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "CLEVE", "geoid": 0}, "date-ut": "1849-07-06 18:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1822"}, "ids-in-sources": {"a6": "1822"}}, "raw": {"H": "19", "MN": "0", "TZ": "-1", "COD": "NRDRHW", "COU": "G", "DAY": "6", "LAT": "51N30", "LON": "7E30", "MON": "7", "NUM": "1822", "PRO": "J", "SEC": "0", "YEA": "1849", "CITY": "CLEVE"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15585	gauquelin-a6-1823-1879-02-23	{"a6": "1823"}	{"lerrcp": "A6-1823"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1823", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NIEDSA", "c3": null, "cy": "DE", "lg": 10, "lat": 52, "name": "DISSEN HANNOVER", "geoid": 0}, "notime": null, "date-ut": "1879-02-23 08:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1823"}, "birth": {"place": {"c2": "NIEDSA", "cy": "DE", "lg": 10, "lat": 52, "name": "DISSEN HANNOVER", "geoid": 0}, "date-ut": "1879-02-23 08:20"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1823"}, "ids-in-sources": {"a6": "1823"}}, "raw": {"H": "9", "MN": "20", "TZ": "-1", "COD": "NIEDSA", "COU": "G", "DAY": "23", "LAT": "52N 0", "LON": "10E 0", "MON": "2", "NUM": "1823", "PRO": "J", "SEC": "0", "YEA": "1879", "CITY": "DISSEN HANNOVER"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15586	gauquelin-a6-1824-1873-05-12	{"a6": "1824"}	{"lerrcp": "A6-1824"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1824", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADW", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "notime": null, "date-ut": "1873-05-12 05:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1824"}, "birth": {"place": {"c2": "BADW", "cy": "DE", "lg": 9, "lat": 48.5, "name": "MANNHEIM", "geoid": 0}, "date-ut": "1873-05-12 05:54"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1824"}, "ids-in-sources": {"a6": "1824"}}, "raw": {"H": "6", "MN": "54", "TZ": "-1", "COD": "BADW", "COU": "G", "DAY": "12", "LAT": "48N30", "LON": "9E 0", "MON": "5", "NUM": "1824", "PRO": "J", "SEC": "0", "YEA": "1873", "CITY": "MANNHEIM"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15587	gauquelin-a6-1825-1882-04-08	{"a6": "1825"}	{"lerrcp": "A6-1825"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1825", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADW", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART", "geoid": 0}, "notime": null, "date-ut": "1882-04-08 20:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1825"}, "birth": {"place": {"c2": "BADW", "cy": "DE", "lg": 9, "lat": 48.5, "name": "STUTTGART", "geoid": 0}, "date-ut": "1882-04-08 20:24"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1825"}, "ids-in-sources": {"a6": "1825"}}, "raw": {"H": "21", "MN": "24", "TZ": "-1", "COD": "BADW", "COU": "G", "DAY": "8", "LAT": "48N30", "LON": "9E 0", "MON": "4", "NUM": "1825", "PRO": "J", "SEC": "0", "YEA": "1882", "CITY": "STUTTGART"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15588	gauquelin-a6-1826-1869-10-10	{"a6": "1826"}	{"lerrcp": "A6-1826"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1826", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT", "geoid": 0}, "notime": null, "date-ut": "1869-10-10 05:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1826"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT", "geoid": 0}, "date-ut": "1869-10-10 05:23"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1826"}, "ids-in-sources": {"a6": "1826"}}, "raw": {"H": "6", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "10", "LAT": "50N30", "LON": "9E15", "MON": "10", "NUM": "1826", "PRO": "J", "SEC": "0", "YEA": "1869", "CITY": "FRANKFURT"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15589	gauquelin-a6-1827-1898-03-18	{"a6": "1827"}	{"lerrcp": "A6-1827"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1827", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT", "geoid": 0}, "notime": null, "date-ut": "1898-03-18 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1827"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT", "geoid": 0}, "date-ut": "1898-03-18 02:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1827"}, "ids-in-sources": {"a6": "1827"}}, "raw": {"H": "3", "MN": "30", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "18", "LAT": "50N30", "LON": "9E15", "MON": "3", "NUM": "1827", "PRO": "J", "SEC": "0", "YEA": "1898", "CITY": "FRANKFURT"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15590	gauquelin-a6-1828-1880-05-23	{"a6": "1828"}	{"lerrcp": "A6-1828"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1828", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "WESTHOFEN", "geoid": 0}, "notime": null, "date-ut": "1880-05-23 01:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1828"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "WESTHOFEN", "geoid": 0}, "date-ut": "1880-05-23 01:53"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1828"}, "ids-in-sources": {"a6": "1828"}}, "raw": {"H": "2", "MN": "53", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "23", "LAT": "50N30", "LON": "9E15", "MON": "5", "NUM": "1828", "PRO": "J", "SEC": "0", "YEA": "1880", "CITY": "WESTHOFEN"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15591	gauquelin-a6-1829-1868-10-15	{"a6": "1829"}	{"lerrcp": "A6-1829"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1829", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADW", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "ABTSGMUND", "geoid": 0}, "notime": null, "date-ut": "1868-10-15 05:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1829"}, "birth": {"place": {"c2": "BADW", "cy": "DE", "lg": 9, "lat": 48.5, "name": "ABTSGMUND", "geoid": 0}, "date-ut": "1868-10-15 05:24"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1829"}, "ids-in-sources": {"a6": "1829"}}, "raw": {"H": "6", "MN": "24", "TZ": "-1", "COD": "BADW", "COU": "G", "DAY": "15", "LAT": "48N30", "LON": "9E 0", "MON": "10", "NUM": "1829", "PRO": "J", "SEC": "0", "YEA": "1868", "CITY": "ABTSGMUND"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15592	gauquelin-a6-1830-1878-11-26	{"a6": "1830"}	{"lerrcp": "A6-1830"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1830", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BREMEN", "c3": null, "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "notime": null, "date-ut": "1878-11-26 02:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1830"}, "birth": {"place": {"c2": "BREMEN", "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "date-ut": "1878-11-26 02:54:40"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1830"}, "ids-in-sources": {"a6": "1830"}}, "raw": {"H": "3", "MN": "54", "TZ": "-1", "COD": "BREMEN", "COU": "G", "DAY": "26", "LAT": "53N 5", "LON": "8E50", "MON": "11", "NUM": "1830", "PRO": "J", "SEC": "40", "YEA": "1878", "CITY": "BREMEN"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15593	gauquelin-a6-1831-1870-10-28	{"a6": "1831"}	{"lerrcp": "A6-1831"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1831", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BADW", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "SCHWETZINGEN", "geoid": 0}, "notime": null, "date-ut": "1870-10-28 04:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1831"}, "birth": {"place": {"c2": "BADW", "cy": "DE", "lg": 9, "lat": 48.5, "name": "SCHWETZINGEN", "geoid": 0}, "date-ut": "1870-10-28 04:24"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1831"}, "ids-in-sources": {"a6": "1831"}}, "raw": {"H": "5", "MN": "24", "TZ": "-1", "COD": "BADW", "COU": "G", "DAY": "28", "LAT": "48N30", "LON": "9E 0", "MON": "10", "NUM": "1831", "PRO": "J", "SEC": "0", "YEA": "1870", "CITY": "SCHWETZINGEN"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15594	gauquelin-a6-1832-1875-02-05	{"a6": "1832"}	{"lerrcp": "A6-1832"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1832", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "SAARL", "c3": null, "cy": "DE", "lg": 7, "lat": 49.33333, "name": "DILLINGEN", "geoid": 0}, "notime": null, "date-ut": "1875-02-05 15:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1832"}, "birth": {"place": {"c2": "SAARL", "cy": "DE", "lg": 7, "lat": 49.33333, "name": "DILLINGEN", "geoid": 0}, "date-ut": "1875-02-05 15:32"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1832"}, "ids-in-sources": {"a6": "1832"}}, "raw": {"H": "16", "MN": "32", "TZ": "-1", "COD": "SAARL", "COU": "G", "DAY": "5", "LAT": "49N20", "LON": "7E 0", "MON": "2", "NUM": "1832", "PRO": "J", "SEC": "0", "YEA": "1875", "CITY": "DILLINGEN"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15595	gauquelin-a6-1833-1866-08-24	{"a6": "1833"}	{"lerrcp": "A6-1833"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1833", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1866-08-24 04:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1833"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1866-08-24 04:45:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1833"}, "ids-in-sources": {"a6": "1833"}}, "raw": {"H": "4", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "24", "LAT": "51N 5", "LON": "3E45", "MON": "8", "NUM": "1833", "PRO": "J", "SEC": "0", "YEA": "1866", "CITY": "GAND"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15596	gauquelin-a6-1834-1856-07-26	{"a6": "1834"}	{"lerrcp": "A6-1834"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1834", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1856-07-26 00:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1834"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1856-07-26 00:15:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1834"}, "ids-in-sources": {"a6": "1834"}}, "raw": {"H": "0", "MN": "15", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "26", "LAT": "51N 5", "LON": "3E45", "MON": "7", "NUM": "1834", "PRO": "J", "SEC": "0", "YEA": "1856", "CITY": "GAND"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15597	gauquelin-a6-1835-1893-10-10	{"a6": "1835"}	{"lerrcp": "A6-1835"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1835", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1893-10-10 01:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1835"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1893-10-10 01:00:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1835"}, "ids-in-sources": {"a6": "1835"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "10", "LAT": "51N 5", "LON": "3E45", "MON": "10", "NUM": "1835", "PRO": "J", "SEC": "0", "YEA": "1893", "CITY": "GAND"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15598	gauquelin-a6-1836-1853-02-25	{"a6": "1836"}	{"lerrcp": "A6-1836"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1836", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "HUY", "geoid": 0}, "notime": null, "date-ut": "1853-02-25 00:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1836"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "HUY", "geoid": 0}, "date-ut": "1853-02-25 00:39:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1836"}, "ids-in-sources": {"a6": "1836"}}, "raw": {"H": "0", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "25", "LAT": "50N 2", "LON": "5E15", "MON": "2", "NUM": "1836", "PRO": "J", "SEC": "0", "YEA": "1853", "CITY": "HUY"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15599	gauquelin-a6-1837-1875-12-28	{"a6": "1837"}	{"lerrcp": "A6-1837"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1837", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1875-12-28 10:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1837"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1875-12-28 10:42:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1837"}, "ids-in-sources": {"a6": "1837"}}, "raw": {"H": "10", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "28", "LAT": "51N14", "LON": "4E30", "MON": "12", "NUM": "1837", "PRO": "J", "SEC": "0", "YEA": "1875", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15600	gauquelin-a6-1838-1893-06-26	{"a6": "1838"}	{"lerrcp": "A6-1838"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1838", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ST NICOLAS-WAES", "geoid": 0}, "notime": null, "date-ut": "1893-06-26 18:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1838"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ST NICOLAS-WAES", "geoid": 0}, "date-ut": "1893-06-26 18:30:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1838"}, "ids-in-sources": {"a6": "1838"}}, "raw": {"H": "18", "MN": "30", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "26", "LAT": "51N 5", "LON": "3E45", "MON": "6", "NUM": "1838", "PRO": "J", "SEC": "0", "YEA": "1893", "CITY": "ST NICOLAS-WAES"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15601	gauquelin-a6-1839-1821-03-08	{"a6": "1839"}	{"lerrcp": "A6-1839"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1839", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1821-03-08 19:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1839"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1821-03-08 19:15:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1839"}, "ids-in-sources": {"a6": "1839"}}, "raw": {"H": "19", "MN": "15", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "8", "LAT": "51N 5", "LON": "3E45", "MON": "3", "NUM": "1839", "PRO": "J", "SEC": "0", "YEA": "1821", "CITY": "GAND"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15602	gauquelin-a6-1840-1890-06-10	{"a6": "1840"}	{"lerrcp": "A6-1840"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1840", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "notime": null, "date-ut": "1890-06-10 04:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1840"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "date-ut": "1890-06-10 04:42:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1840"}, "ids-in-sources": {"a6": "1840"}}, "raw": {"H": "4", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "10", "LAT": "50N20", "LON": "4E30", "MON": "6", "NUM": "1840", "PRO": "J", "SEC": "0", "YEA": "1890", "CITY": "NAMUR"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15603	gauquelin-a6-1841-1891-10-19	{"a6": "1841"}	{"lerrcp": "A6-1841"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1841", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST JOSSE TEN NO", "geoid": 0}, "notime": null, "date-ut": "1891-10-19 20:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1841"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST JOSSE TEN NO", "geoid": 0}, "date-ut": "1891-10-19 20:43:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1841"}, "ids-in-sources": {"a6": "1841"}}, "raw": {"H": "20", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "19", "LAT": "50N51", "LON": "4E15", "MON": "10", "NUM": "1841", "PRO": "J", "SEC": "0", "YEA": "1891", "CITY": "ST JOSSE TEN NO"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15604	gauquelin-a6-1843-1870-05-31	{"a6": "1843"}	{"lerrcp": "A6-1843"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1843", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "ROULERS", "geoid": 0}, "notime": null, "date-ut": "1870-05-31 07:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1843"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "ROULERS", "geoid": 0}, "date-ut": "1870-05-31 07:47:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1843"}, "ids-in-sources": {"a6": "1843"}}, "raw": {"H": "7", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "31", "LAT": "51N13", "LON": "3E15", "MON": "5", "NUM": "1843", "PRO": "J", "SEC": "0", "YEA": "1870", "CITY": "ROULERS"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15605	gauquelin-a6-1844-1862-05-01	{"a6": "1844"}	{"lerrcp": "A6-1844"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1844", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "CHERSCAMP", "geoid": 0}, "notime": null, "date-ut": "1862-05-01 00:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1844"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "CHERSCAMP", "geoid": 0}, "date-ut": "1862-05-01 00:00:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1844"}, "ids-in-sources": {"a6": "1844"}}, "raw": {"H": "0", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "1", "LAT": "51N 5", "LON": "3E45", "MON": "5", "NUM": "1844", "PRO": "J", "SEC": "0", "YEA": "1862", "CITY": "CHERSCAMP"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15606	gauquelin-a6-1845-1854-11-01	{"a6": "1845"}	{"lerrcp": "A6-1845"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1845", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1854-11-01 05:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1845"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1854-11-01 05:15:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1845"}, "ids-in-sources": {"a6": "1845"}}, "raw": {"H": "5", "MN": "15", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "1", "LAT": "51N 5", "LON": "3E45", "MON": "11", "NUM": "1845", "PRO": "J", "SEC": "0", "YEA": "1854", "CITY": "GAND"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15607	gauquelin-a6-1846-1902-08-17	{"a6": "1846"}	{"lerrcp": "A6-1846"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1846", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "VERVIERS", "geoid": 0}, "notime": null, "date-ut": "1902-08-17 03:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1846"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "VERVIERS", "geoid": 0}, "date-ut": "1902-08-17 03:30:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1846"}, "ids-in-sources": {"a6": "1846"}}, "raw": {"H": "3", "MN": "30", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "17", "LAT": "50N39", "LON": "5E30", "MON": "8", "NUM": "1846", "PRO": "J", "SEC": "0", "YEA": "1902", "CITY": "VERVIERS"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15608	gauquelin-a6-1847-1835-02-01	{"a6": "1847"}	{"lerrcp": "A6-1847"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1847", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1835-02-01 14:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1847"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1835-02-01 14:42:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1847"}, "ids-in-sources": {"a6": "1847"}}, "raw": {"H": "14", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "1", "LAT": "51N14", "LON": "4E30", "MON": "2", "NUM": "1847", "PRO": "J", "SEC": "0", "YEA": "1835", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15609	gauquelin-a6-1848-1849-03-07	{"a6": "1848"}	{"lerrcp": "A6-1848"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1848", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "HASSELT", "geoid": 0}, "notime": null, "date-ut": "1849-03-07 15:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1848"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "HASSELT", "geoid": 0}, "date-ut": "1849-03-07 15:38:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1848"}, "ids-in-sources": {"a6": "1848"}}, "raw": {"H": "15", "MN": "38", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "7", "LAT": "50N47", "LON": "5E30", "MON": "3", "NUM": "1848", "PRO": "J", "SEC": "0", "YEA": "1849", "CITY": "HASSELT"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15610	gauquelin-a6-1849-1901-03-27	{"a6": "1849"}	{"lerrcp": "A6-1849"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1849", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "BOURG LEOPOLD", "geoid": 0}, "notime": null, "date-ut": "1901-03-27 19:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1849"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "BOURG LEOPOLD", "geoid": 0}, "date-ut": "1901-03-27 19:00:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1849"}, "ids-in-sources": {"a6": "1849"}}, "raw": {"H": "19", "MN": "0", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "27", "LAT": "50N47", "LON": "5E30", "MON": "3", "NUM": "1849", "PRO": "J", "SEC": "0", "YEA": "1901", "CITY": "BOURG LEOPOLD"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15611	gauquelin-a6-1850-1845-02-01	{"a6": "1850"}	{"lerrcp": "A6-1850"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1850", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ALOST", "geoid": 0}, "notime": null, "date-ut": "1845-02-01 09:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1850"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ALOST", "geoid": 0}, "date-ut": "1845-02-01 09:45:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1850"}, "ids-in-sources": {"a6": "1850"}}, "raw": {"H": "9", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "1", "LAT": "51N 5", "LON": "3E45", "MON": "2", "NUM": "1850", "PRO": "J", "SEC": "0", "YEA": "1845", "CITY": "ALOST"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15612	gauquelin-a6-1851-1905-01-04	{"a6": "1851"}	{"lerrcp": "A6-1851"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1851", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST JOSSE TEN NO", "geoid": 0}, "notime": null, "date-ut": "1905-01-04 06:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1851"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST JOSSE TEN NO", "geoid": 0}, "date-ut": "1905-01-04 06:00:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1851"}, "ids-in-sources": {"a6": "1851"}}, "raw": {"H": "6", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "4", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "1851", "PRO": "J", "SEC": "0", "YEA": "1905", "CITY": "ST JOSSE TEN NO"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15613	gauquelin-a6-1852-1892-06-24	{"a6": "1852"}	{"lerrcp": "A6-1852"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1852", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "notime": null, "date-ut": "1892-06-24 01:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1852"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "date-ut": "1892-06-24 01:00:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1852"}, "ids-in-sources": {"a6": "1852"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "24", "LAT": "50N51", "LON": "4E15", "MON": "6", "NUM": "1852", "PRO": "J", "SEC": "0", "YEA": "1892", "CITY": "SCHAERBEEK"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15614	gauquelin-a6-1853-1889-05-23	{"a6": "1853"}	{"lerrcp": "A6-1853"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1853", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "VERVIERS", "geoid": 0}, "notime": null, "date-ut": "1889-05-23 03:08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1853"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "VERVIERS", "geoid": 0}, "date-ut": "1889-05-23 03:08:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1853"}, "ids-in-sources": {"a6": "1853"}}, "raw": {"H": "3", "MN": "8", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "23", "LAT": "50N39", "LON": "5E30", "MON": "5", "NUM": "1853", "PRO": "J", "SEC": "0", "YEA": "1889", "CITY": "VERVIERS"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15615	gauquelin-a6-1854-1909-12-02	{"a6": "1854"}	{"lerrcp": "A6-1854"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1854", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "HEUSY-VERVIERS", "geoid": 0}, "notime": null, "date-ut": "1909-12-02 05:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1854"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "HEUSY-VERVIERS", "geoid": 0}, "date-ut": "1909-12-02 05:00:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1854"}, "ids-in-sources": {"a6": "1854"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "2", "LAT": "50N39", "LON": "5E30", "MON": "12", "NUM": "1854", "PRO": "J", "SEC": "0", "YEA": "1909", "CITY": "HEUSY-VERVIERS"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15616	gauquelin-a6-1855-1910-01-03	{"a6": "1855"}	{"lerrcp": "A6-1855"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1855", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "FAULX LES TOMBE", "geoid": 0}, "notime": null, "date-ut": "1910-01-03 07:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1855"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "FAULX LES TOMBE", "geoid": 0}, "date-ut": "1910-01-03 07:30:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1855"}, "ids-in-sources": {"a6": "1855"}}, "raw": {"H": "7", "MN": "30", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "3", "LAT": "50N20", "LON": "4E30", "MON": "1", "NUM": "1855", "PRO": "J", "SEC": "0", "YEA": "1910", "CITY": "FAULX LES TOMBE"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15617	gauquelin-a6-1856-1891-10-07	{"a6": "1856"}	{"lerrcp": "A6-1856"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1856", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ETTERBEEK", "geoid": 0}, "notime": null, "date-ut": "1891-10-07 05:03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1856"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ETTERBEEK", "geoid": 0}, "date-ut": "1891-10-07 05:03:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1856"}, "ids-in-sources": {"a6": "1856"}}, "raw": {"H": "5", "MN": "3", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "7", "LAT": "50N51", "LON": "4E15", "MON": "10", "NUM": "1856", "PRO": "J", "SEC": "0", "YEA": "1891", "CITY": "ETTERBEEK"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15618	gauquelin-a6-1857-1882-01-04	{"a6": "1857"}	{"lerrcp": "A6-1857"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1857", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "SERAING", "geoid": 0}, "notime": null, "date-ut": "1882-01-04 15:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1857"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "SERAING", "geoid": 0}, "date-ut": "1882-01-04 15:38:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1857"}, "ids-in-sources": {"a6": "1857"}}, "raw": {"H": "15", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "4", "LAT": "50N39", "LON": "5E30", "MON": "1", "NUM": "1857", "PRO": "J", "SEC": "0", "YEA": "1882", "CITY": "SERAING"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15619	gauquelin-a6-1858-1810-03-18	{"a6": "1858"}	{"lerrcp": "A6-1858"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1858", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1810-03-18 06:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1858"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1810-03-18 06:38:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1858"}, "ids-in-sources": {"a6": "1858"}}, "raw": {"H": "6", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "18", "LAT": "50N39", "LON": "5E30", "MON": "3", "NUM": "1858", "PRO": "J", "SEC": "0", "YEA": "1810", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15620	dumarteau-jacques-1886-10-16	{"a6": "1859"}	{"lerrcp": "A6-1859"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Dumarteau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1886-10-16 09:08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Dumarteau"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1886-10-16 09:08:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1859"}, "ids-in-sources": {"a6": "1859"}}, "raw": {"H": "9", "MN": "8", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "16", "LAT": "50N39", "LON": "5E30", "MON": "10", "NUM": "1859", "PRO": "J", "SEC": "0", "YEA": "1886", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15621	gauquelin-a6-1860-1859-05-19	{"a6": "1860"}	{"lerrcp": "A6-1860"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1860", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LA NEUVILLE-EN-", "geoid": 0}, "notime": null, "date-ut": "1859-05-19 12:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1860"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LA NEUVILLE-EN-", "geoid": 0}, "date-ut": "1859-05-19 12:38:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1860"}, "ids-in-sources": {"a6": "1860"}}, "raw": {"H": "12", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "19", "LAT": "50N39", "LON": "5E30", "MON": "5", "NUM": "1860", "PRO": "J", "SEC": "0", "YEA": "1859", "CITY": "LA NEUVILLE-EN-"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15622	gauquelin-a6-1861-1906-08-08	{"a6": "1861"}	{"lerrcp": "A6-1861"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1861", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "ST BAAFS VYVE", "geoid": 0}, "notime": null, "date-ut": "1906-08-08 01:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1861"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "ST BAAFS VYVE", "geoid": 0}, "date-ut": "1906-08-08 01:00:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1861"}, "ids-in-sources": {"a6": "1861"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "8", "LAT": "51N13", "LON": "3E15", "MON": "8", "NUM": "1861", "PRO": "J", "SEC": "0", "YEA": "1906", "CITY": "ST BAAFS VYVE"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15623	gauquelin-a6-1862-1902-11-10	{"a6": "1862"}	{"lerrcp": "A6-1862"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1862", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "CHASTRE-VILLERO", "geoid": 0}, "notime": null, "date-ut": "1902-11-10 00:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1862"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "CHASTRE-VILLERO", "geoid": 0}, "date-ut": "1902-11-10 00:00:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1862"}, "ids-in-sources": {"a6": "1862"}}, "raw": {"H": "0", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "10", "LAT": "50N51", "LON": "4E15", "MON": "11", "NUM": "1862", "PRO": "J", "SEC": "0", "YEA": "1902", "CITY": "CHASTRE-VILLERO"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15624	gauquelin-a6-1863-1905-04-16	{"a6": "1863"}	{"lerrcp": "A6-1863"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1863", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LASNE CHAPELLE", "geoid": 0}, "notime": null, "date-ut": "1905-04-16 07:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1863"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LASNE CHAPELLE", "geoid": 0}, "date-ut": "1905-04-16 07:00:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1863"}, "ids-in-sources": {"a6": "1863"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "16", "LAT": "50N51", "LON": "4E15", "MON": "4", "NUM": "1863", "PRO": "J", "SEC": "0", "YEA": "1905", "CITY": "LASNE CHAPELLE"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15625	gauquelin-a6-1864-1904-09-26	{"a6": "1864"}	{"lerrcp": "A6-1864"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1864", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRAINE L'ALLEUD", "geoid": 0}, "notime": null, "date-ut": "1904-09-26 04:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1864"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRAINE L'ALLEUD", "geoid": 0}, "date-ut": "1904-09-26 04:00:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1864"}, "ids-in-sources": {"a6": "1864"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "26", "LAT": "50N51", "LON": "4E15", "MON": "9", "NUM": "1864", "PRO": "J", "SEC": "0", "YEA": "1904", "CITY": "BRAINE L'ALLEUD"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15626	gauquelin-a6-1865-1873-01-28	{"a6": "1865"}	{"lerrcp": "A6-1865"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1865", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "notime": null, "date-ut": "1873-01-28 16:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1865"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "date-ut": "1873-01-28 16:43:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1865"}, "ids-in-sources": {"a6": "1865"}}, "raw": {"H": "16", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "28", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "1865", "PRO": "J", "SEC": "0", "YEA": "1873", "CITY": "SCHAERBEEK"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15627	gauquelin-a6-1866-1883-11-27	{"a6": "1866"}	{"lerrcp": "A6-1866"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1866", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "ARLON", "geoid": 0}, "notime": null, "date-ut": "1883-11-27 08:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1866"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "ARLON", "geoid": 0}, "date-ut": "1883-11-27 08:39:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1866"}, "ids-in-sources": {"a6": "1866"}}, "raw": {"H": "8", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "27", "LAT": "50N 2", "LON": "5E15", "MON": "11", "NUM": "1866", "PRO": "J", "SEC": "0", "YEA": "1883", "CITY": "ARLON"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15628	gauquelin-a6-1867-1905-01-13	{"a6": "1867"}	{"lerrcp": "A6-1867"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1867", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ANDERLECHT", "geoid": 0}, "notime": null, "date-ut": "1905-01-13 14:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1867"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ANDERLECHT", "geoid": 0}, "date-ut": "1905-01-13 14:00:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1867"}, "ids-in-sources": {"a6": "1867"}}, "raw": {"H": "14", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "13", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "1867", "PRO": "J", "SEC": "0", "YEA": "1905", "CITY": "ANDERLECHT"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15629	gauquelin-a6-1868-1883-09-02	{"a6": "1868"}	{"lerrcp": "A6-1868"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1868", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BERGH", "geoid": 0}, "notime": null, "date-ut": "1883-09-02 19:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1868"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BERGH", "geoid": 0}, "date-ut": "1883-09-02 19:43:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1868"}, "ids-in-sources": {"a6": "1868"}}, "raw": {"H": "19", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "2", "LAT": "50N51", "LON": "4E15", "MON": "9", "NUM": "1868", "PRO": "J", "SEC": "0", "YEA": "1883", "CITY": "BERGH"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15630	gauquelin-a6-1869-1889-09-30	{"a6": "1869"}	{"lerrcp": "A6-1869"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1869", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "JURBISE", "geoid": 0}, "notime": null, "date-ut": "1889-09-30 16:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1869"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "JURBISE", "geoid": 0}, "date-ut": "1889-09-30 16:42:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1869"}, "ids-in-sources": {"a6": "1869"}}, "raw": {"H": "16", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "30", "LAT": "50N23", "LON": "4E30", "MON": "9", "NUM": "1869", "PRO": "J", "SEC": "0", "YEA": "1889", "CITY": "JURBISE"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15631	gauquelin-a6-1870-1898-09-28	{"a6": "1870"}	{"lerrcp": "A6-1870"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1870", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1898-09-28 20:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1870"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1898-09-28 20:00:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1870"}, "ids-in-sources": {"a6": "1870"}}, "raw": {"H": "20", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "28", "LAT": "51N14", "LON": "4E30", "MON": "9", "NUM": "1870", "PRO": "J", "SEC": "0", "YEA": "1898", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15632	gauquelin-a6-1871-1875-01-07	{"a6": "1871"}	{"lerrcp": "A6-1871"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1871", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "notime": null, "date-ut": "1875-01-07 17:13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1871"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "date-ut": "1875-01-07 17:13:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1871"}, "ids-in-sources": {"a6": "1871"}}, "raw": {"H": "17", "MN": "13", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "7", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "1871", "PRO": "J", "SEC": "0", "YEA": "1875", "CITY": "SCHAERBEEK"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15633	gauquelin-a6-1872-1911-01-07	{"a6": "1872"}	{"lerrcp": "A6-1872"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1872", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "notime": null, "date-ut": "1911-01-07 06:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1872"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAERBEEK", "geoid": 0}, "date-ut": "1911-01-07 06:30:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1872"}, "ids-in-sources": {"a6": "1872"}}, "raw": {"H": "6", "MN": "30", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "7", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "1872", "PRO": "J", "SEC": "0", "YEA": "1911", "CITY": "SCHAERBEEK"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15634	gauquelin-a6-1873-1843-12-09	{"a6": "1873"}	{"lerrcp": "A6-1873"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1873", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "notime": null, "date-ut": "1843-12-09 05:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1873"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "date-ut": "1843-12-09 05:42:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1873"}, "ids-in-sources": {"a6": "1873"}}, "raw": {"H": "5", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "9", "LAT": "50N23", "LON": "4E30", "MON": "12", "NUM": "1873", "PRO": "J", "SEC": "0", "YEA": "1843", "CITY": "MONS"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15635	gauquelin-a6-1874-1882-08-31	{"a6": "1874"}	{"lerrcp": "A6-1874"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1874", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1882-08-31 17:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1874"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1882-08-31 17:43:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1874"}, "ids-in-sources": {"a6": "1874"}}, "raw": {"H": "17", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "31", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "1874", "PRO": "J", "SEC": "0", "YEA": "1882", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15636	gauquelin-a6-1875-1899-06-03	{"a6": "1875"}	{"lerrcp": "A6-1875"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1875", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1899-06-03 02:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1875"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1899-06-03 02:00:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1875"}, "ids-in-sources": {"a6": "1875"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "3", "LAT": "50N39", "LON": "5E30", "MON": "6", "NUM": "1875", "PRO": "J", "SEC": "0", "YEA": "1899", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15637	gauquelin-a6-1876-1874-06-07	{"a6": "1876"}	{"lerrcp": "A6-1876"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1876", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "ST TROND", "geoid": 0}, "notime": null, "date-ut": "1874-06-07 22:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1876"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "ST TROND", "geoid": 0}, "date-ut": "1874-06-07 22:38:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1876"}, "ids-in-sources": {"a6": "1876"}}, "raw": {"H": "22", "MN": "38", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "7", "LAT": "50N47", "LON": "5E30", "MON": "6", "NUM": "1876", "PRO": "J", "SEC": "0", "YEA": "1874", "CITY": "ST TROND"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15638	gauquelin-a6-1877-1895-06-22	{"a6": "1877"}	{"lerrcp": "A6-1877"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1877", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ETTERBEEK", "geoid": 0}, "notime": null, "date-ut": "1895-06-22 17:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1877"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ETTERBEEK", "geoid": 0}, "date-ut": "1895-06-22 17:00:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1877"}, "ids-in-sources": {"a6": "1877"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "22", "LAT": "50N51", "LON": "4E15", "MON": "6", "NUM": "1877", "PRO": "J", "SEC": "0", "YEA": "1895", "CITY": "ETTERBEEK"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15639	gauquelin-a6-1878-1892-03-19	{"a6": "1878"}	{"lerrcp": "A6-1878"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1878", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ST GHISLAIN", "geoid": 0}, "notime": null, "date-ut": "1892-03-19 07:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1878"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "ST GHISLAIN", "geoid": 0}, "date-ut": "1892-03-19 07:12:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1878"}, "ids-in-sources": {"a6": "1878"}}, "raw": {"H": "7", "MN": "12", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "19", "LAT": "50N23", "LON": "4E30", "MON": "3", "NUM": "1878", "PRO": "J", "SEC": "0", "YEA": "1892", "CITY": "ST GHISLAIN"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15640	gauquelin-a6-1879-1897-02-06	{"a6": "1879"}	{"lerrcp": "A6-1879"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1879", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "TURNHOUT", "geoid": 0}, "notime": null, "date-ut": "1897-02-06 05:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1879"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "TURNHOUT", "geoid": 0}, "date-ut": "1897-02-06 05:00:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1879"}, "ids-in-sources": {"a6": "1879"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "6", "LAT": "51N14", "LON": "4E30", "MON": "2", "NUM": "1879", "PRO": "J", "SEC": "0", "YEA": "1897", "CITY": "TURNHOUT"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15641	gauquelin-a6-1880-1896-08-21	{"a6": "1880"}	{"lerrcp": "A6-1880"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1880", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "MENIN", "geoid": 0}, "notime": null, "date-ut": "1896-08-21 10:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1880"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "MENIN", "geoid": 0}, "date-ut": "1896-08-21 10:00:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1880"}, "ids-in-sources": {"a6": "1880"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "21", "LAT": "51N13", "LON": "3E15", "MON": "8", "NUM": "1880", "PRO": "J", "SEC": "0", "YEA": "1896", "CITY": "MENIN"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15642	gauquelin-a6-1881-1890-08-26	{"a6": "1881"}	{"lerrcp": "A6-1881"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1881", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "TURNHOUT", "geoid": 0}, "notime": null, "date-ut": "1890-08-26 19:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1881"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "TURNHOUT", "geoid": 0}, "date-ut": "1890-08-26 19:42:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1881"}, "ids-in-sources": {"a6": "1881"}}, "raw": {"H": "19", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "26", "LAT": "51N14", "LON": "4E30", "MON": "8", "NUM": "1881", "PRO": "J", "SEC": "0", "YEA": "1890", "CITY": "TURNHOUT"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15643	gauquelin-a6-1882-1884-06-07	{"a6": "1882"}	{"lerrcp": "A6-1882"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1882", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1884-06-07 03:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1882"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1884-06-07 03:43:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1882"}, "ids-in-sources": {"a6": "1882"}}, "raw": {"H": "3", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "7", "LAT": "50N51", "LON": "4E15", "MON": "6", "NUM": "1882", "PRO": "J", "SEC": "0", "YEA": "1884", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15644	gauquelin-a6-1883-1894-02-07	{"a6": "1883"}	{"lerrcp": "A6-1883"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1883", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "LEVAL-TRAHEGNIE", "geoid": 0}, "notime": null, "date-ut": "1894-02-07 17:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1883"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "LEVAL-TRAHEGNIE", "geoid": 0}, "date-ut": "1894-02-07 17:00:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1883"}, "ids-in-sources": {"a6": "1883"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "7", "LAT": "50N23", "LON": "4E30", "MON": "2", "NUM": "1883", "PRO": "J", "SEC": "0", "YEA": "1894", "CITY": "LEVAL-TRAHEGNIE"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15645	gauquelin-a6-1884-1861-06-14	{"a6": "1884"}	{"lerrcp": "A6-1884"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1884", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "notime": null, "date-ut": "1861-06-14 14:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1884"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "date-ut": "1861-06-14 14:42:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1884"}, "ids-in-sources": {"a6": "1884"}}, "raw": {"H": "14", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "14", "LAT": "50N23", "LON": "4E30", "MON": "6", "NUM": "1884", "PRO": "J", "SEC": "0", "YEA": "1861", "CITY": "TOURNAI"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15646	gauquelin-a6-1885-1871-05-26	{"a6": "1885"}	{"lerrcp": "A6-1885"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1885", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "BILSEN", "geoid": 0}, "notime": null, "date-ut": "1871-05-26 13:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1885"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "BILSEN", "geoid": 0}, "date-ut": "1871-05-26 13:39:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1885"}, "ids-in-sources": {"a6": "1885"}}, "raw": {"H": "13", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "26", "LAT": "50N 2", "LON": "5E15", "MON": "5", "NUM": "1885", "PRO": "J", "SEC": "0", "YEA": "1871", "CITY": "BILSEN"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15647	gauquelin-a6-1886-1888-08-17	{"a6": "1886"}	{"lerrcp": "A6-1886"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1886", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "GRANDMENIL", "geoid": 0}, "notime": null, "date-ut": "1888-08-17 07:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1886"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "GRANDMENIL", "geoid": 0}, "date-ut": "1888-08-17 07:39:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1886"}, "ids-in-sources": {"a6": "1886"}}, "raw": {"H": "7", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "17", "LAT": "50N 2", "LON": "5E15", "MON": "8", "NUM": "1886", "PRO": "J", "SEC": "0", "YEA": "1888", "CITY": "GRANDMENIL"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15648	gauquelin-a6-1887-1880-01-14	{"a6": "1887"}	{"lerrcp": "A6-1887"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1887", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "SAINT-MARD", "geoid": 0}, "notime": null, "date-ut": "1880-01-14 02:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1887"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "SAINT-MARD", "geoid": 0}, "date-ut": "1880-01-14 02:39:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1887"}, "ids-in-sources": {"a6": "1887"}}, "raw": {"H": "2", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "14", "LAT": "50N 2", "LON": "5E15", "MON": "1", "NUM": "1887", "PRO": "J", "SEC": "0", "YEA": "1880", "CITY": "SAINT-MARD"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15649	gauquelin-a6-1888-1876-07-10	{"a6": "1888"}	{"lerrcp": "A6-1888"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1888", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "TIELT", "geoid": 0}, "notime": null, "date-ut": "1876-07-10 19:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1888"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "TIELT", "geoid": 0}, "date-ut": "1876-07-10 19:43:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1888"}, "ids-in-sources": {"a6": "1888"}}, "raw": {"H": "19", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "10", "LAT": "50N51", "LON": "4E15", "MON": "7", "NUM": "1888", "PRO": "J", "SEC": "0", "YEA": "1876", "CITY": "TIELT"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15650	gauquelin-a6-1889-1905-10-22	{"a6": "1889"}	{"lerrcp": "A6-1889"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1889", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "EDEGEM", "geoid": 0}, "notime": null, "date-ut": "1905-10-22 05:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1889"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "EDEGEM", "geoid": 0}, "date-ut": "1905-10-22 05:00:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1889"}, "ids-in-sources": {"a6": "1889"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "22", "LAT": "51N14", "LON": "4E30", "MON": "10", "NUM": "1889", "PRO": "J", "SEC": "0", "YEA": "1905", "CITY": "EDEGEM"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15651	gauquelin-a6-1890-1890-12-19	{"a6": "1890"}	{"lerrcp": "A6-1890"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1890", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ANDERLECHT", "geoid": 0}, "notime": null, "date-ut": "1890-12-19 16:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1890"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ANDERLECHT", "geoid": 0}, "date-ut": "1890-12-19 16:43:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1890"}, "ids-in-sources": {"a6": "1890"}}, "raw": {"H": "16", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "19", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "1890", "PRO": "J", "SEC": "0", "YEA": "1890", "CITY": "ANDERLECHT"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15652	gauquelin-a6-1891-1804-01-30	{"a6": "1891"}	{"lerrcp": "A6-1891"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1891", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "GENAPPE", "geoid": 0}, "notime": null, "date-ut": "1804-01-30 14:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1891"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "GENAPPE", "geoid": 0}, "date-ut": "1804-01-30 14:43:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1891"}, "ids-in-sources": {"a6": "1891"}}, "raw": {"H": "14", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "30", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "1891", "PRO": "J", "SEC": "0", "YEA": "1804", "CITY": "GENAPPE"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15653	gauquelin-a6-1892-1885-07-11	{"a6": "1892"}	{"lerrcp": "A6-1892"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1892", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "BOCHOLT", "geoid": 0}, "notime": null, "date-ut": "1885-07-11 01:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1892"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "BOCHOLT", "geoid": 0}, "date-ut": "1885-07-11 01:38:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1892"}, "ids-in-sources": {"a6": "1892"}}, "raw": {"H": "1", "MN": "38", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "11", "LAT": "50N47", "LON": "5E30", "MON": "7", "NUM": "1892", "PRO": "J", "SEC": "0", "YEA": "1885", "CITY": "BOCHOLT"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15654	gauquelin-a6-1893-1883-03-25	{"a6": "1893"}	{"lerrcp": "A6-1893"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1893", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "HERSTAL", "geoid": 0}, "notime": null, "date-ut": "1883-03-25 16:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1893"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "HERSTAL", "geoid": 0}, "date-ut": "1883-03-25 16:38:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1893"}, "ids-in-sources": {"a6": "1893"}}, "raw": {"H": "16", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "25", "LAT": "50N39", "LON": "5E30", "MON": "3", "NUM": "1893", "PRO": "J", "SEC": "0", "YEA": "1883", "CITY": "HERSTAL"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15655	gauquelin-a6-1894-1810-05-01	{"a6": "1894"}	{"lerrcp": "A6-1894"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1894", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "DINANT", "geoid": 0}, "notime": null, "date-ut": "1810-05-01 13:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1894"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "DINANT", "geoid": 0}, "date-ut": "1810-05-01 13:42:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1894"}, "ids-in-sources": {"a6": "1894"}}, "raw": {"H": "13", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "1", "LAT": "50N20", "LON": "4E30", "MON": "5", "NUM": "1894", "PRO": "J", "SEC": "0", "YEA": "1810", "CITY": "DINANT"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15656	gauquelin-a6-1895-1877-05-21	{"a6": "1895"}	{"lerrcp": "A6-1895"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1895", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST JOSSE TEN NO", "geoid": 0}, "notime": null, "date-ut": "1877-05-21 06:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1895"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST JOSSE TEN NO", "geoid": 0}, "date-ut": "1877-05-21 06:43:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1895"}, "ids-in-sources": {"a6": "1895"}}, "raw": {"H": "6", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "21", "LAT": "50N51", "LON": "4E15", "MON": "5", "NUM": "1895", "PRO": "J", "SEC": "0", "YEA": "1877", "CITY": "ST JOSSE TEN NO"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15657	gauquelin-a6-1896-1906-07-26	{"a6": "1896"}	{"lerrcp": "A6-1896"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1896", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LA HULPE", "geoid": 0}, "notime": null, "date-ut": "1906-07-26 14:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1896"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LA HULPE", "geoid": 0}, "date-ut": "1906-07-26 14:30:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1896"}, "ids-in-sources": {"a6": "1896"}}, "raw": {"H": "14", "MN": "30", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "26", "LAT": "50N51", "LON": "4E15", "MON": "7", "NUM": "1896", "PRO": "J", "SEC": "0", "YEA": "1906", "CITY": "LA HULPE"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15658	gauquelin-a6-1897-1904-10-06	{"a6": "1897"}	{"lerrcp": "A6-1897"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1897", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "ANS", "geoid": 0}, "notime": null, "date-ut": "1904-10-06 11:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1897"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "ANS", "geoid": 0}, "date-ut": "1904-10-06 11:00:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1897"}, "ids-in-sources": {"a6": "1897"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "6", "LAT": "50N39", "LON": "5E30", "MON": "10", "NUM": "1897", "PRO": "J", "SEC": "0", "YEA": "1904", "CITY": "ANS"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15659	gauquelin-a6-1898-1862-07-26	{"a6": "1898"}	{"lerrcp": "A6-1898"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1898", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "HASSELT", "geoid": 0}, "notime": null, "date-ut": "1862-07-26 07:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1898"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "HASSELT", "geoid": 0}, "date-ut": "1862-07-26 07:38:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1898"}, "ids-in-sources": {"a6": "1898"}}, "raw": {"H": "7", "MN": "38", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "26", "LAT": "50N47", "LON": "5E30", "MON": "7", "NUM": "1898", "PRO": "J", "SEC": "0", "YEA": "1862", "CITY": "HASSELT"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15660	gauquelin-a6-1899-1910-11-27	{"a6": "1899"}	{"lerrcp": "A6-1899"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1899", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "notime": null, "date-ut": "1910-11-27 11:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1899"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "date-ut": "1910-11-27 11:00:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1899"}, "ids-in-sources": {"a6": "1899"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "27", "LAT": "50N51", "LON": "4E15", "MON": "11", "NUM": "1899", "PRO": "J", "SEC": "0", "YEA": "1910", "CITY": "IXELLES"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15661	gauquelin-a6-1900-1883-01-18	{"a6": "1900"}	{"lerrcp": "A6-1900"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1900", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "notime": null, "date-ut": "1883-01-18 07:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1900"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "date-ut": "1883-01-18 07:42:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1900"}, "ids-in-sources": {"a6": "1900"}}, "raw": {"H": "7", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "18", "LAT": "50N23", "LON": "4E30", "MON": "1", "NUM": "1900", "PRO": "J", "SEC": "0", "YEA": "1883", "CITY": "MONS"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15662	gauquelin-a6-1901-1860-05-14	{"a6": "1901"}	{"lerrcp": "A6-1901"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1901", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "notime": null, "date-ut": "1860-05-14 08:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1901"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "date-ut": "1860-05-14 08:42:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1901"}, "ids-in-sources": {"a6": "1901"}}, "raw": {"H": "8", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "14", "LAT": "50N20", "LON": "4E30", "MON": "5", "NUM": "1901", "PRO": "J", "SEC": "0", "YEA": "1860", "CITY": "NAMUR"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15663	gauquelin-a6-1902-1874-04-15	{"a6": "1902"}	{"lerrcp": "A6-1902"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1902", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "HASSELT", "geoid": 0}, "notime": null, "date-ut": "1874-04-15 02:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1902"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "HASSELT", "geoid": 0}, "date-ut": "1874-04-15 02:38:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1902"}, "ids-in-sources": {"a6": "1902"}}, "raw": {"H": "2", "MN": "38", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "15", "LAT": "50N47", "LON": "5E30", "MON": "4", "NUM": "1902", "PRO": "J", "SEC": "0", "YEA": "1874", "CITY": "HASSELT"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15664	gauquelin-a6-1903-1891-10-17	{"a6": "1903"}	{"lerrcp": "A6-1903"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1903", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "BRAINE LE COMTE", "geoid": 0}, "notime": null, "date-ut": "1891-10-17 18:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1903"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "BRAINE LE COMTE", "geoid": 0}, "date-ut": "1891-10-17 18:42:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1903"}, "ids-in-sources": {"a6": "1903"}}, "raw": {"H": "18", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "17", "LAT": "50N23", "LON": "4E30", "MON": "10", "NUM": "1903", "PRO": "J", "SEC": "0", "YEA": "1891", "CITY": "BRAINE LE COMTE"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15665	gauquelin-a6-1904-1900-03-08	{"a6": "1904"}	{"lerrcp": "A6-1904"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1904", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "EUPEN", "geoid": 0}, "notime": null, "date-ut": "1900-03-08 20:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1904"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "EUPEN", "geoid": 0}, "date-ut": "1900-03-08 20:00:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1904"}, "ids-in-sources": {"a6": "1904"}}, "raw": {"H": "20", "MN": "0", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "8", "LAT": "50N39", "LON": "5E30", "MON": "3", "NUM": "1904", "PRO": "J", "SEC": "0", "YEA": "1900", "CITY": "EUPEN"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15666	gauquelin-a6-1905-1875-01-18	{"a6": "1905"}	{"lerrcp": "A6-1905"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1905", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1875-01-18 04:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1905"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1875-01-18 04:42:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1905"}, "ids-in-sources": {"a6": "1905"}}, "raw": {"H": "4", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "18", "LAT": "51N14", "LON": "4E30", "MON": "1", "NUM": "1905", "PRO": "J", "SEC": "0", "YEA": "1875", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15667	gauquelin-a6-1906-1901-08-19	{"a6": "1906"}	{"lerrcp": "A6-1906"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1906", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1901-08-19 08:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1906"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1901-08-19 08:00:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1906"}, "ids-in-sources": {"a6": "1906"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "19", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "1906", "PRO": "J", "SEC": "0", "YEA": "1901", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15668	gauquelin-a6-1907-1901-11-30	{"a6": "1907"}	{"lerrcp": "A6-1907"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1907", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1901-11-30 23:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1907"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1901-11-30 23:00:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1907"}, "ids-in-sources": {"a6": "1907"}}, "raw": {"H": "23", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "30", "LAT": "51N 5", "LON": "3E45", "MON": "11", "NUM": "1907", "PRO": "J", "SEC": "0", "YEA": "1901", "CITY": "GAND"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15669	gauquelin-a6-1908-1853-12-20	{"a6": "1908"}	{"lerrcp": "A6-1908"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1908", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1853-12-20 06:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1908"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1853-12-20 06:43:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1908"}, "ids-in-sources": {"a6": "1908"}}, "raw": {"H": "6", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "20", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "1908", "PRO": "J", "SEC": "0", "YEA": "1853", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15670	gauquelin-a6-1909-1876-01-02	{"a6": "1909"}	{"lerrcp": "A6-1909"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1909", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "FALISOLLE", "geoid": 0}, "notime": null, "date-ut": "1876-01-02 06:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1909"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "FALISOLLE", "geoid": 0}, "date-ut": "1876-01-02 06:42:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1909"}, "ids-in-sources": {"a6": "1909"}}, "raw": {"H": "6", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "2", "LAT": "50N20", "LON": "4E30", "MON": "1", "NUM": "1909", "PRO": "J", "SEC": "0", "YEA": "1876", "CITY": "FALISOLLE"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15671	gauquelin-a6-1910-1879-09-15	{"a6": "1910"}	{"lerrcp": "A6-1910"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1910", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1879-09-15 05:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1910"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1879-09-15 05:12:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1910"}, "ids-in-sources": {"a6": "1910"}}, "raw": {"H": "5", "MN": "12", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "15", "LAT": "51N14", "LON": "4E30", "MON": "9", "NUM": "1910", "PRO": "J", "SEC": "0", "YEA": "1879", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15672	gauquelin-a6-1911-1836-12-15	{"a6": "1911"}	{"lerrcp": "A6-1911"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1911", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1836-12-15 06:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1911"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1836-12-15 06:43:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1911"}, "ids-in-sources": {"a6": "1911"}}, "raw": {"H": "6", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "15", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "1911", "PRO": "J", "SEC": "0", "YEA": "1836", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15673	gauquelin-a6-1912-1896-11-18	{"a6": "1912"}	{"lerrcp": "A6-1912"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1912", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "DINANT", "geoid": 0}, "notime": null, "date-ut": "1896-11-18 17:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1912"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "DINANT", "geoid": 0}, "date-ut": "1896-11-18 17:00:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1912"}, "ids-in-sources": {"a6": "1912"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "18", "LAT": "50N20", "LON": "4E30", "MON": "11", "NUM": "1912", "PRO": "J", "SEC": "0", "YEA": "1896", "CITY": "DINANT"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15674	gauquelin-a6-1913-1863-12-21	{"a6": "1913"}	{"lerrcp": "A6-1913"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1913", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "WORTEGEM", "geoid": 0}, "notime": null, "date-ut": "1863-12-21 10:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1913"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "WORTEGEM", "geoid": 0}, "date-ut": "1863-12-21 10:45:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1913"}, "ids-in-sources": {"a6": "1913"}}, "raw": {"H": "10", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "21", "LAT": "51N 5", "LON": "3E45", "MON": "12", "NUM": "1913", "PRO": "J", "SEC": "0", "YEA": "1863", "CITY": "WORTEGEM"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15675	gauquelin-a6-1914-1891-06-06	{"a6": "1914"}	{"lerrcp": "A6-1914"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1914", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1891-06-06 12:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1914"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1891-06-06 12:30:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1914"}, "ids-in-sources": {"a6": "1914"}}, "raw": {"H": "12", "MN": "30", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "6", "LAT": "51N 5", "LON": "3E45", "MON": "6", "NUM": "1914", "PRO": "J", "SEC": "0", "YEA": "1891", "CITY": "GAND"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15676	gauquelin-a6-1915-1833-01-17	{"a6": "1915"}	{"lerrcp": "A6-1915"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1915", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "WALCOURT", "geoid": 0}, "notime": null, "date-ut": "1833-01-17 00:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1915"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "WALCOURT", "geoid": 0}, "date-ut": "1833-01-17 00:42:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1915"}, "ids-in-sources": {"a6": "1915"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "17", "LAT": "50N20", "LON": "4E30", "MON": "1", "NUM": "1915", "PRO": "J", "SEC": "0", "YEA": "1833", "CITY": "WALCOURT"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15677	gauquelin-a6-1916-1902-05-15	{"a6": "1916"}	{"lerrcp": "A6-1916"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1916", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MOLENBEEK", "geoid": 0}, "notime": null, "date-ut": "1902-05-15 04:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1916"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MOLENBEEK", "geoid": 0}, "date-ut": "1902-05-15 04:00:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1916"}, "ids-in-sources": {"a6": "1916"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "15", "LAT": "50N51", "LON": "4E15", "MON": "5", "NUM": "1916", "PRO": "J", "SEC": "0", "YEA": "1902", "CITY": "MOLENBEEK"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15678	gauquelin-a6-1917-1862-09-19	{"a6": "1917"}	{"lerrcp": "A6-1917"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1917", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "MECHELEN/MEUSE", "geoid": 0}, "notime": null, "date-ut": "1862-09-19 07:08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1917"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "MECHELEN/MEUSE", "geoid": 0}, "date-ut": "1862-09-19 07:08:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1917"}, "ids-in-sources": {"a6": "1917"}}, "raw": {"H": "7", "MN": "8", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "19", "LAT": "50N47", "LON": "5E30", "MON": "9", "NUM": "1917", "PRO": "J", "SEC": "0", "YEA": "1862", "CITY": "MECHELEN/MEUSE"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15679	gauquelin-a6-1918-1877-06-14	{"a6": "1918"}	{"lerrcp": "A6-1918"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1918", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "SPA", "geoid": 0}, "notime": null, "date-ut": "1877-06-14 22:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1918"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "SPA", "geoid": 0}, "date-ut": "1877-06-14 22:38:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1918"}, "ids-in-sources": {"a6": "1918"}}, "raw": {"H": "22", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "14", "LAT": "50N39", "LON": "5E30", "MON": "6", "NUM": "1918", "PRO": "J", "SEC": "0", "YEA": "1877", "CITY": "SPA"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15680	gauquelin-a6-1919-1903-04-04	{"a6": "1919"}	{"lerrcp": "A6-1919"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1919", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "notime": null, "date-ut": "1903-04-04 02:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1919"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "date-ut": "1903-04-04 02:00:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1919"}, "ids-in-sources": {"a6": "1919"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "4", "LAT": "51N13", "LON": "3E15", "MON": "4", "NUM": "1919", "PRO": "J", "SEC": "0", "YEA": "1903", "CITY": "BRUGES"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15681	gauquelin-a6-1920-1875-04-24	{"a6": "1920"}	{"lerrcp": "A6-1920"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1920", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1875-04-24 07:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1920"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1875-04-24 07:42:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1920"}, "ids-in-sources": {"a6": "1920"}}, "raw": {"H": "7", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "24", "LAT": "51N14", "LON": "4E30", "MON": "4", "NUM": "1920", "PRO": "J", "SEC": "0", "YEA": "1875", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15682	gauquelin-a6-1921-1886-10-29	{"a6": "1921"}	{"lerrcp": "A6-1921"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1921", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "FLOSTOY", "geoid": 0}, "notime": null, "date-ut": "1886-10-29 08:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1921"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "FLOSTOY", "geoid": 0}, "date-ut": "1886-10-29 08:42:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1921"}, "ids-in-sources": {"a6": "1921"}}, "raw": {"H": "8", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "29", "LAT": "50N20", "LON": "4E30", "MON": "10", "NUM": "1921", "PRO": "J", "SEC": "0", "YEA": "1886", "CITY": "FLOSTOY"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15683	gauquelin-a6-1922-1896-10-11	{"a6": "1922"}	{"lerrcp": "A6-1922"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1922", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1896-10-11 23:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1922"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1896-10-11 23:30:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1922"}, "ids-in-sources": {"a6": "1922"}}, "raw": {"H": "23", "MN": "30", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "11", "LAT": "50N51", "LON": "4E15", "MON": "10", "NUM": "1922", "PRO": "J", "SEC": "0", "YEA": "1896", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15684	gauquelin-a6-1923-1831-12-12	{"a6": "1923"}	{"lerrcp": "A6-1923"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1923", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1831-12-12 07:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1923"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1831-12-12 07:42:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1923"}, "ids-in-sources": {"a6": "1923"}}, "raw": {"H": "7", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "12", "LAT": "51N14", "LON": "4E30", "MON": "12", "NUM": "1923", "PRO": "J", "SEC": "0", "YEA": "1831", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15685	gauquelin-a6-1924-1894-07-25	{"a6": "1924"}	{"lerrcp": "A6-1924"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1924", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MOLENBEEK", "geoid": 0}, "notime": null, "date-ut": "1894-07-25 22:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1924"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MOLENBEEK", "geoid": 0}, "date-ut": "1894-07-25 22:00:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1924"}, "ids-in-sources": {"a6": "1924"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "25", "LAT": "50N51", "LON": "4E15", "MON": "7", "NUM": "1924", "PRO": "J", "SEC": "0", "YEA": "1894", "CITY": "MOLENBEEK"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15686	gauquelin-a6-1925-1900-11-02	{"a6": "1925"}	{"lerrcp": "A6-1925"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1925", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "notime": null, "date-ut": "1900-11-02 01:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1925"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "date-ut": "1900-11-02 01:30:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1925"}, "ids-in-sources": {"a6": "1925"}}, "raw": {"H": "1", "MN": "30", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "2", "LAT": "50N51", "LON": "4E15", "MON": "11", "NUM": "1925", "PRO": "J", "SEC": "0", "YEA": "1900", "CITY": "IXELLES"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15687	gauquelin-a6-1926-1902-04-11	{"a6": "1926"}	{"lerrcp": "A6-1926"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1926", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1902-04-11 11:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1926"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1902-04-11 11:00:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1926"}, "ids-in-sources": {"a6": "1926"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "11", "LAT": "51N 5", "LON": "3E45", "MON": "4", "NUM": "1926", "PRO": "J", "SEC": "0", "YEA": "1902", "CITY": "GAND"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15688	gauquelin-a6-1927-1895-06-24	{"a6": "1927"}	{"lerrcp": "A6-1927"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1927", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "FOREST LEZ BRUX", "geoid": 0}, "notime": null, "date-ut": "1895-06-24 22:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1927"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "FOREST LEZ BRUX", "geoid": 0}, "date-ut": "1895-06-24 22:00:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1927"}, "ids-in-sources": {"a6": "1927"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "24", "LAT": "50N51", "LON": "4E15", "MON": "6", "NUM": "1927", "PRO": "J", "SEC": "0", "YEA": "1895", "CITY": "FOREST LEZ BRUX"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15689	gauquelin-a6-1928-1893-01-24	{"a6": "1928"}	{"lerrcp": "A6-1928"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1928", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1893-01-24 02:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1928"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1893-01-24 02:00:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1928"}, "ids-in-sources": {"a6": "1928"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "24", "LAT": "50N39", "LON": "5E30", "MON": "1", "NUM": "1928", "PRO": "J", "SEC": "0", "YEA": "1893", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15690	gauquelin-a6-1929-1889-04-06	{"a6": "1929"}	{"lerrcp": "A6-1929"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1929", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ETTERBEEK", "geoid": 0}, "notime": null, "date-ut": "1889-04-06 22:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1929"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ETTERBEEK", "geoid": 0}, "date-ut": "1889-04-06 22:43:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1929"}, "ids-in-sources": {"a6": "1929"}}, "raw": {"H": "22", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "6", "LAT": "50N51", "LON": "4E15", "MON": "4", "NUM": "1929", "PRO": "J", "SEC": "0", "YEA": "1889", "CITY": "ETTERBEEK"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15691	gauquelin-a6-1930-1872-02-14	{"a6": "1930"}	{"lerrcp": "A6-1930"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1930", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "BAGIMONT", "geoid": 0}, "notime": null, "date-ut": "1872-02-14 05:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1930"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "BAGIMONT", "geoid": 0}, "date-ut": "1872-02-14 05:39:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1930"}, "ids-in-sources": {"a6": "1930"}}, "raw": {"H": "5", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "14", "LAT": "50N 2", "LON": "5E15", "MON": "2", "NUM": "1930", "PRO": "J", "SEC": "0", "YEA": "1872", "CITY": "BAGIMONT"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15692	gauquelin-a6-1931-1901-12-22	{"a6": "1931"}	{"lerrcp": "A6-1931"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1931", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1901-12-22 13:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1931"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1901-12-22 13:00:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1931"}, "ids-in-sources": {"a6": "1931"}}, "raw": {"H": "13", "MN": "0", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "22", "LAT": "50N39", "LON": "5E30", "MON": "12", "NUM": "1931", "PRO": "J", "SEC": "0", "YEA": "1901", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15693	gauquelin-a6-1932-1892-10-29	{"a6": "1932"}	{"lerrcp": "A6-1932"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1932", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1892-10-29 16:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1932"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1892-10-29 16:00:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1932"}, "ids-in-sources": {"a6": "1932"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "29", "LAT": "50N39", "LON": "5E30", "MON": "10", "NUM": "1932", "PRO": "J", "SEC": "0", "YEA": "1892", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15694	gauquelin-a6-1933-1837-05-10	{"a6": "1933"}	{"lerrcp": "A6-1933"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1933", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1837-05-10 09:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1933"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1837-05-10 09:45:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1933"}, "ids-in-sources": {"a6": "1933"}}, "raw": {"H": "9", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "10", "LAT": "51N 5", "LON": "3E45", "MON": "5", "NUM": "1933", "PRO": "J", "SEC": "0", "YEA": "1837", "CITY": "GAND"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15695	gauquelin-a6-1934-1872-02-25	{"a6": "1934"}	{"lerrcp": "A6-1934"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1934", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "notime": null, "date-ut": "1872-02-25 01:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1934"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "date-ut": "1872-02-25 01:43:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1934"}, "ids-in-sources": {"a6": "1934"}}, "raw": {"H": "1", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "25", "LAT": "50N51", "LON": "4E15", "MON": "2", "NUM": "1934", "PRO": "J", "SEC": "0", "YEA": "1872", "CITY": "IXELLES"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15696	gauquelin-a6-1935-1889-03-30	{"a6": "1935"}	{"lerrcp": "A6-1935"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1935", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1889-03-30 01:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1935"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1889-03-30 01:42:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1935"}, "ids-in-sources": {"a6": "1935"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "30", "LAT": "51N14", "LON": "4E30", "MON": "3", "NUM": "1935", "PRO": "J", "SEC": "0", "YEA": "1889", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15697	gauquelin-a6-1936-1890-08-12	{"a6": "1936"}	{"lerrcp": "A6-1936"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1936", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LUX", "c3": null, "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "WAREMME", "geoid": 0}, "notime": null, "date-ut": "1890-08-12 16:39:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1936"}, "birth": {"place": {"c2": "LUX", "cy": "BE", "lg": 5.25, "lat": 50.03333, "name": "WAREMME", "geoid": 0}, "date-ut": "1890-08-12 16:39:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1936"}, "ids-in-sources": {"a6": "1936"}}, "raw": {"H": "16", "MN": "39", "TZ": "0", "COD": "LUX", "COU": "B", "DAY": "12", "LAT": "50N 2", "LON": "5E15", "MON": "8", "NUM": "1936", "PRO": "J", "SEC": "0", "YEA": "1890", "CITY": "WAREMME"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15698	gauquelin-a6-1937-1875-11-08	{"a6": "1937"}	{"lerrcp": "A6-1937"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1937", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "ROSOUX-CRENWICK", "geoid": 0}, "notime": null, "date-ut": "1875-11-08 17:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1937"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "ROSOUX-CRENWICK", "geoid": 0}, "date-ut": "1875-11-08 17:38:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1937"}, "ids-in-sources": {"a6": "1937"}}, "raw": {"H": "17", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "8", "LAT": "50N39", "LON": "5E30", "MON": "11", "NUM": "1937", "PRO": "J", "SEC": "0", "YEA": "1875", "CITY": "ROSOUX-CRENWICK"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15699	gauquelin-a6-1938-1901-09-18	{"a6": "1938"}	{"lerrcp": "A6-1938"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1938", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CHARLEROI", "geoid": 0}, "notime": null, "date-ut": "1901-09-18 12:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1938"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CHARLEROI", "geoid": 0}, "date-ut": "1901-09-18 12:00:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1938"}, "ids-in-sources": {"a6": "1938"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "18", "LAT": "50N23", "LON": "4E30", "MON": "9", "NUM": "1938", "PRO": "J", "SEC": "0", "YEA": "1901", "CITY": "CHARLEROI"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15700	gauquelin-a6-1939-1885-11-09	{"a6": "1939"}	{"lerrcp": "A6-1939"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1939", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "Z", "c3": null, "cy": "NL", "lg": 3.75, "lat": 51.48333, "name": "MIDDELBURG", "geoid": 0}, "notime": null, "date-ut": "1885-11-09 22:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1939"}, "birth": {"place": {"c2": "Z", "cy": "NL", "lg": 3.75, "lat": 51.48333, "name": "MIDDELBURG", "geoid": 0}, "date-ut": "1885-11-09 22:15:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1939"}, "ids-in-sources": {"a6": "1939"}}, "raw": {"H": "22", "MN": "15", "TZ": "0", "COD": "Z", "COU": "N", "DAY": "9", "LAT": "51N29", "LON": "3E45", "MON": "11", "NUM": "1939", "PRO": "J", "SEC": "0", "YEA": "1885", "CITY": "MIDDELBURG"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15701	gauquelin-a6-1940-1871-08-22	{"a6": "1940"}	{"lerrcp": "A6-1940"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1940", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1871-08-22 10:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1940"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1871-08-22 10:41:28"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1940"}, "ids-in-sources": {"a6": "1940"}}, "raw": {"H": "10", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "22", "LAT": "52N22", "LON": "4E38", "MON": "8", "NUM": "1940", "PRO": "J", "SEC": "28", "YEA": "1871", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15702	gauquelin-a6-1941-1897-08-10	{"a6": "1941"}	{"lerrcp": "A6-1941"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1941", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1897-08-10 16:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1941"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1897-08-10 16:42:08"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1941"}, "ids-in-sources": {"a6": "1941"}}, "raw": {"H": "16", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "10", "LAT": "52N 5", "LON": "4E28", "MON": "8", "NUM": "1941", "PRO": "J", "SEC": "8", "YEA": "1897", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15703	gauquelin-a6-1942-1895-03-08	{"a6": "1942"}	{"lerrcp": "A6-1942"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1942", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "notime": null, "date-ut": "1895-03-08 19:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1942"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "date-ut": "1895-03-08 19:39:28"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1942"}, "ids-in-sources": {"a6": "1942"}}, "raw": {"H": "19", "MN": "39", "TZ": "0", "COD": "U", "COU": "N", "DAY": "8", "LAT": "52N 6", "LON": "5E 8", "MON": "3", "NUM": "1942", "PRO": "J", "SEC": "28", "YEA": "1895", "CITY": "UTRECHT"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15704	gauquelin-a6-1943-1874-10-27	{"a6": "1943"}	{"lerrcp": "A6-1943"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1943", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1874-10-27 10:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1943"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1874-10-27 10:12:08"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1943"}, "ids-in-sources": {"a6": "1943"}}, "raw": {"H": "10", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "27", "LAT": "52N 5", "LON": "4E28", "MON": "10", "NUM": "1943", "PRO": "J", "SEC": "8", "YEA": "1874", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15705	gauquelin-a6-1944-1844-07-06	{"a6": "1944"}	{"lerrcp": "A6-1944"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1944", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "BOXMEER", "geoid": 0}, "notime": null, "date-ut": "1844-07-06 16:38:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1944"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "BOXMEER", "geoid": 0}, "date-ut": "1844-07-06 16:38:44"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1944"}, "ids-in-sources": {"a6": "1944"}}, "raw": {"H": "16", "MN": "38", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "6", "LAT": "51N42", "LON": "5E19", "MON": "7", "NUM": "1944", "PRO": "J", "SEC": "44", "YEA": "1844", "CITY": "BOXMEER"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15706	gauquelin-a6-1945-1887-06-22	{"a6": "1945"}	{"lerrcp": "A6-1945"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1945", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1887-06-22 07:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1945"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1887-06-22 07:42:08"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1945"}, "ids-in-sources": {"a6": "1945"}}, "raw": {"H": "7", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "22", "LAT": "52N 5", "LON": "4E28", "MON": "6", "NUM": "1945", "PRO": "J", "SEC": "8", "YEA": "1887", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15707	gauquelin-a6-1946-1880-06-13	{"a6": "1946"}	{"lerrcp": "A6-1946"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1946", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "OUDEREKERK A.D.", "geoid": 0}, "notime": null, "date-ut": "1880-06-13 19:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1946"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "OUDEREKERK A.D.", "geoid": 0}, "date-ut": "1880-06-13 19:42:08"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1946"}, "ids-in-sources": {"a6": "1946"}}, "raw": {"H": "19", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "13", "LAT": "52N 5", "LON": "4E28", "MON": "6", "NUM": "1946", "PRO": "J", "SEC": "8", "YEA": "1880", "CITY": "OUDEREKERK A.D."}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15708	gauquelin-a6-1947-1884-12-20	{"a6": "1947"}	{"lerrcp": "A6-1947"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1947", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "LEEUWARDEN", "geoid": 0}, "notime": null, "date-ut": "1884-12-20 08:51:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1947"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "LEEUWARDEN", "geoid": 0}, "date-ut": "1884-12-20 08:51:48"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1947"}, "ids-in-sources": {"a6": "1947"}}, "raw": {"H": "8", "MN": "51", "TZ": "0", "COD": "F", "COU": "N", "DAY": "20", "LAT": "53N12", "LON": "5E48", "MON": "12", "NUM": "1947", "PRO": "J", "SEC": "48", "YEA": "1884", "CITY": "LEEUWARDEN"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15709	gauquelin-a6-1948-1880-02-12	{"a6": "1948"}	{"lerrcp": "A6-1948"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1948", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "notime": null, "date-ut": "1880-02-12 23:03:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1948"}, "birth": {"place": {"c2": "GR", "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "date-ut": "1880-02-12 23:03:44"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1948"}, "ids-in-sources": {"a6": "1948"}}, "raw": {"H": "23", "MN": "3", "TZ": "0", "COD": "GR", "COU": "N", "DAY": "12", "LAT": "53N13", "LON": "6E34", "MON": "2", "NUM": "1948", "PRO": "J", "SEC": "44", "YEA": "1880", "CITY": "GRONINGEN"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15710	gauquelin-a6-1949-1876-09-16	{"a6": "1949"}	{"lerrcp": "A6-1949"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1949", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1876-09-16 14:11:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1949"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1876-09-16 14:11:28"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1949"}, "ids-in-sources": {"a6": "1949"}}, "raw": {"H": "14", "MN": "11", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "16", "LAT": "52N22", "LON": "4E38", "MON": "9", "NUM": "1949", "PRO": "J", "SEC": "28", "YEA": "1876", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15711	gauquelin-a6-1950-1877-07-17	{"a6": "1950"}	{"lerrcp": "A6-1950"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1950", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "notime": null, "date-ut": "1877-07-17 10:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1950"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "date-ut": "1877-07-17 10:41:28"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1950"}, "ids-in-sources": {"a6": "1950"}}, "raw": {"H": "10", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "17", "LAT": "52N22", "LON": "4E38", "MON": "7", "NUM": "1950", "PRO": "J", "SEC": "28", "YEA": "1877", "CITY": "HAARLEM"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15712	gauquelin-a6-1951-1861-11-01	{"a6": "1951"}	{"lerrcp": "A6-1951"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1951", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "VEENDAM", "geoid": 0}, "notime": null, "date-ut": "1861-11-01 22:33:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1951"}, "birth": {"place": {"c2": "GR", "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "VEENDAM", "geoid": 0}, "date-ut": "1861-11-01 22:33:44"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1951"}, "ids-in-sources": {"a6": "1951"}}, "raw": {"H": "22", "MN": "33", "TZ": "0", "COD": "GR", "COU": "N", "DAY": "1", "LAT": "53N13", "LON": "6E34", "MON": "11", "NUM": "1951", "PRO": "J", "SEC": "44", "YEA": "1861", "CITY": "VEENDAM"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15713	gauquelin-a6-1952-1906-05-16	{"a6": "1952"}	{"lerrcp": "A6-1952"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1952", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "Z", "c3": null, "cy": "NL", "lg": 3.75, "lat": 51.48333, "name": "GOES", "geoid": 0}, "notime": null, "date-ut": "1906-05-16 02:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1952"}, "birth": {"place": {"c2": "Z", "cy": "NL", "lg": 3.75, "lat": 51.48333, "name": "GOES", "geoid": 0}, "date-ut": "1906-05-16 02:15:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1952"}, "ids-in-sources": {"a6": "1952"}}, "raw": {"H": "2", "MN": "15", "TZ": "0", "COD": "Z", "COU": "N", "DAY": "16", "LAT": "51N29", "LON": "3E45", "MON": "5", "NUM": "1952", "PRO": "J", "SEC": "0", "YEA": "1906", "CITY": "GOES"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15714	gauquelin-a6-1953-1903-07-21	{"a6": "1953"}	{"lerrcp": "A6-1953"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1953", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "LEEUWARDEN", "geoid": 0}, "notime": null, "date-ut": "1903-07-21 12:36:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1953"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "LEEUWARDEN", "geoid": 0}, "date-ut": "1903-07-21 12:36:48"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1953"}, "ids-in-sources": {"a6": "1953"}}, "raw": {"H": "12", "MN": "36", "TZ": "0", "COD": "F", "COU": "N", "DAY": "21", "LAT": "53N12", "LON": "5E48", "MON": "7", "NUM": "1953", "PRO": "J", "SEC": "48", "YEA": "1903", "CITY": "LEEUWARDEN"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15715	gauquelin-a6-1954-1873-06-26	{"a6": "1954"}	{"lerrcp": "A6-1954"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1954", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1873-06-26 12:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1954"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1873-06-26 12:41:28"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1954"}, "ids-in-sources": {"a6": "1954"}}, "raw": {"H": "12", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "26", "LAT": "52N22", "LON": "4E38", "MON": "6", "NUM": "1954", "PRO": "J", "SEC": "28", "YEA": "1873", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15716	gauquelin-a6-1955-1913-10-07	{"a6": "1955"}	{"lerrcp": "A6-1955"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1955", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1913-10-07 23:10:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1955"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1913-10-07 23:10:28"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1955"}, "ids-in-sources": {"a6": "1955"}}, "raw": {"H": "23", "MN": "10", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "7", "LAT": "52N 5", "LON": "4E28", "MON": "10", "NUM": "1955", "PRO": "J", "SEC": "28", "YEA": "1913", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15717	gauquelin-a6-1956-1880-09-04	{"a6": "1956"}	{"lerrcp": "A6-1956"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1956", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1880-09-04 05:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1956"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1880-09-04 05:42:08"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1956"}, "ids-in-sources": {"a6": "1956"}}, "raw": {"H": "5", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "4", "LAT": "52N 5", "LON": "4E28", "MON": "9", "NUM": "1956", "PRO": "J", "SEC": "8", "YEA": "1880", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15718	gauquelin-a6-1957-1889-07-03	{"a6": "1957"}	{"lerrcp": "A6-1957"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1957", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "L", "c3": null, "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "VENLO", "geoid": 0}, "notime": null, "date-ut": "1889-07-03 12:07:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1957"}, "birth": {"place": {"c2": "L", "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "VENLO", "geoid": 0}, "date-ut": "1889-07-03 12:07:20"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1957"}, "ids-in-sources": {"a6": "1957"}}, "raw": {"H": "12", "MN": "7", "TZ": "0", "COD": "L", "COU": "N", "DAY": "3", "LAT": "50N51", "LON": "5E40", "MON": "7", "NUM": "1957", "PRO": "J", "SEC": "20", "YEA": "1889", "CITY": "VENLO"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15719	gauquelin-a6-1958-1902-04-02	{"a6": "1958"}	{"lerrcp": "A6-1958"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1958", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "NIJMEGEN", "geoid": 0}, "notime": null, "date-ut": "1902-04-02 14:36:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1958"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "NIJMEGEN", "geoid": 0}, "date-ut": "1902-04-02 14:36:24"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1958"}, "ids-in-sources": {"a6": "1958"}}, "raw": {"H": "14", "MN": "36", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "2", "LAT": "51N59", "LON": "5E54", "MON": "4", "NUM": "1958", "PRO": "J", "SEC": "24", "YEA": "1902", "CITY": "NIJMEGEN"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15720	gauquelin-a6-1959-1871-12-13	{"a6": "1959"}	{"lerrcp": "A6-1959"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1959", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1871-12-13 01:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1959"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1871-12-13 01:12:08"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1959"}, "ids-in-sources": {"a6": "1959"}}, "raw": {"H": "1", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "13", "LAT": "52N 5", "LON": "4E28", "MON": "12", "NUM": "1959", "PRO": "J", "SEC": "8", "YEA": "1871", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15721	gauquelin-a6-1960-1911-08-14	{"a6": "1960"}	{"lerrcp": "A6-1960"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1960", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1911-08-14 21:40:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1960"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1911-08-14 21:40:28"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1960"}, "ids-in-sources": {"a6": "1960"}}, "raw": {"H": "21", "MN": "40", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "14", "LAT": "52N 5", "LON": "4E28", "MON": "8", "NUM": "1960", "PRO": "J", "SEC": "28", "YEA": "1911", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15722	gauquelin-a6-1961-1879-02-13	{"a6": "1961"}	{"lerrcp": "A6-1961"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1961", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "WYMBRITSERADEEL", "geoid": 0}, "notime": null, "date-ut": "1879-02-13 02:36:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1961"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "WYMBRITSERADEEL", "geoid": 0}, "date-ut": "1879-02-13 02:36:48"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1961"}, "ids-in-sources": {"a6": "1961"}}, "raw": {"H": "2", "MN": "36", "TZ": "0", "COD": "F", "COU": "N", "DAY": "13", "LAT": "53N12", "LON": "5E48", "MON": "2", "NUM": "1961", "PRO": "J", "SEC": "48", "YEA": "1879", "CITY": "WYMBRITSERADEEL"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15723	gauquelin-a6-1962-1884-10-25	{"a6": "1962"}	{"lerrcp": "A6-1962"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1962", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "notime": null, "date-ut": "1884-10-25 04:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1962"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "date-ut": "1884-10-25 04:39:28"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1962"}, "ids-in-sources": {"a6": "1962"}}, "raw": {"H": "4", "MN": "39", "TZ": "0", "COD": "U", "COU": "N", "DAY": "25", "LAT": "52N 6", "LON": "5E 8", "MON": "10", "NUM": "1962", "PRO": "J", "SEC": "28", "YEA": "1884", "CITY": "UTRECHT"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15724	gauquelin-a6-1963-1872-09-05	{"a6": "1963"}	{"lerrcp": "A6-1963"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1963", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ARNHEM", "geoid": 0}, "notime": null, "date-ut": "1872-09-05 09:36:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1963"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ARNHEM", "geoid": 0}, "date-ut": "1872-09-05 09:36:24"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1963"}, "ids-in-sources": {"a6": "1963"}}, "raw": {"H": "9", "MN": "36", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "5", "LAT": "51N59", "LON": "5E54", "MON": "9", "NUM": "1963", "PRO": "J", "SEC": "24", "YEA": "1872", "CITY": "ARNHEM"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15725	gauquelin-a6-1964-1870-08-07	{"a6": "1964"}	{"lerrcp": "A6-1964"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1964", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "notime": null, "date-ut": "1870-08-07 22:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1964"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "date-ut": "1870-08-07 22:39:28"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1964"}, "ids-in-sources": {"a6": "1964"}}, "raw": {"H": "22", "MN": "39", "TZ": "0", "COD": "U", "COU": "N", "DAY": "7", "LAT": "52N 6", "LON": "5E 8", "MON": "8", "NUM": "1964", "PRO": "J", "SEC": "28", "YEA": "1870", "CITY": "UTRECHT"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15726	gauquelin-a6-1965-1874-05-12	{"a6": "1965"}	{"lerrcp": "A6-1965"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1965", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1874-05-12 05:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1965"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1874-05-12 05:41:28"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1965"}, "ids-in-sources": {"a6": "1965"}}, "raw": {"H": "5", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "12", "LAT": "52N22", "LON": "4E38", "MON": "5", "NUM": "1965", "PRO": "J", "SEC": "28", "YEA": "1874", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15727	gauquelin-a6-1966-1901-09-06	{"a6": "1966"}	{"lerrcp": "A6-1966"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1966", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "O", "c3": null, "cy": "NL", "lg": 6.08333, "lat": 52.51667, "name": "DEDEMSVAART", "geoid": 0}, "notime": null, "date-ut": "1901-09-06 00:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1966"}, "birth": {"place": {"c2": "O", "cy": "NL", "lg": 6.08333, "lat": 52.51667, "name": "DEDEMSVAART", "geoid": 0}, "date-ut": "1901-09-06 00:35:40"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1966"}, "ids-in-sources": {"a6": "1966"}}, "raw": {"H": "0", "MN": "35", "TZ": "0", "COD": "O", "COU": "N", "DAY": "6", "LAT": "52N31", "LON": "6E 5", "MON": "9", "NUM": "1966", "PRO": "J", "SEC": "40", "YEA": "1901", "CITY": "DEDEMSVAART"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15728	gauquelin-a6-1967-1905-12-10	{"a6": "1967"}	{"lerrcp": "A6-1967"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1967", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1905-12-10 10:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1967"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1905-12-10 10:41:28"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1967"}, "ids-in-sources": {"a6": "1967"}}, "raw": {"H": "10", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "10", "LAT": "52N22", "LON": "4E38", "MON": "12", "NUM": "1967", "PRO": "J", "SEC": "28", "YEA": "1905", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15729	gauquelin-a6-1968-1831-10-19	{"a6": "1968"}	{"lerrcp": "A6-1968"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1968", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "HEUSDEN", "geoid": 0}, "notime": null, "date-ut": "1831-10-19 20:38:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1968"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "HEUSDEN", "geoid": 0}, "date-ut": "1831-10-19 20:38:44"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1968"}, "ids-in-sources": {"a6": "1968"}}, "raw": {"H": "20", "MN": "38", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "19", "LAT": "51N42", "LON": "5E19", "MON": "10", "NUM": "1968", "PRO": "J", "SEC": "44", "YEA": "1831", "CITY": "HEUSDEN"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15730	gauquelin-a6-1969-1904-01-25	{"a6": "1969"}	{"lerrcp": "A6-1969"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1969", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1904-01-25 13:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1969"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1904-01-25 13:41:28"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1969"}, "ids-in-sources": {"a6": "1969"}}, "raw": {"H": "13", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "25", "LAT": "52N22", "LON": "4E38", "MON": "1", "NUM": "1969", "PRO": "J", "SEC": "28", "YEA": "1904", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15731	gauquelin-a6-1970-1899-03-22	{"a6": "1970"}	{"lerrcp": "A6-1970"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1970", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1899-03-22 10:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1970"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1899-03-22 10:41:28"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1970"}, "ids-in-sources": {"a6": "1970"}}, "raw": {"H": "10", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "22", "LAT": "52N22", "LON": "4E38", "MON": "3", "NUM": "1970", "PRO": "J", "SEC": "28", "YEA": "1899", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15732	gauquelin-a6-1971-1813-12-29	{"a6": "1971"}	{"lerrcp": "A6-1971"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1971", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "LEEUWARDEN", "geoid": 0}, "notime": null, "date-ut": "1813-12-29 20:36:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1971"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "LEEUWARDEN", "geoid": 0}, "date-ut": "1813-12-29 20:36:48"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1971"}, "ids-in-sources": {"a6": "1971"}}, "raw": {"H": "20", "MN": "36", "TZ": "0", "COD": "F", "COU": "N", "DAY": "29", "LAT": "53N12", "LON": "5E48", "MON": "12", "NUM": "1971", "PRO": "J", "SEC": "48", "YEA": "1813", "CITY": "LEEUWARDEN"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15733	gauquelin-a6-1972-1819-03-01	{"a6": "1972"}	{"lerrcp": "A6-1972"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1972", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "D", "c3": null, "cy": "NL", "lg": 6.4, "lat": 52.98333, "name": "ASSEN", "geoid": 0}, "notime": null, "date-ut": "1819-03-01 05:34:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1972"}, "birth": {"place": {"c2": "D", "cy": "NL", "lg": 6.4, "lat": 52.98333, "name": "ASSEN", "geoid": 0}, "date-ut": "1819-03-01 05:34:24"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1972"}, "ids-in-sources": {"a6": "1972"}}, "raw": {"H": "5", "MN": "34", "TZ": "0", "COD": "D", "COU": "N", "DAY": "1", "LAT": "52N59", "LON": "6E24", "MON": "3", "NUM": "1972", "PRO": "J", "SEC": "24", "YEA": "1819", "CITY": "ASSEN"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15734	gauquelin-a6-1973-1891-07-31	{"a6": "1973"}	{"lerrcp": "A6-1973"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1973", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "O", "c3": null, "cy": "NL", "lg": 6.08333, "lat": 52.51667, "name": "DEVENTER", "geoid": 0}, "notime": null, "date-ut": "1891-07-31 09:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1973"}, "birth": {"place": {"c2": "O", "cy": "NL", "lg": 6.08333, "lat": 52.51667, "name": "DEVENTER", "geoid": 0}, "date-ut": "1891-07-31 09:35:40"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1973"}, "ids-in-sources": {"a6": "1973"}}, "raw": {"H": "9", "MN": "35", "TZ": "0", "COD": "O", "COU": "N", "DAY": "31", "LAT": "52N31", "LON": "6E 5", "MON": "7", "NUM": "1973", "PRO": "J", "SEC": "40", "YEA": "1891", "CITY": "DEVENTER"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15735	gauquelin-a6-1974-1847-01-14	{"a6": "1974"}	{"lerrcp": "A6-1974"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1974", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DELFT", "geoid": 0}, "notime": null, "date-ut": "1847-01-14 22:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1974"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "DELFT", "geoid": 0}, "date-ut": "1847-01-14 22:42:08"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1974"}, "ids-in-sources": {"a6": "1974"}}, "raw": {"H": "22", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "14", "LAT": "52N 5", "LON": "4E28", "MON": "1", "NUM": "1974", "PRO": "J", "SEC": "8", "YEA": "1847", "CITY": "DELFT"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15736	gauquelin-a6-1975-1882-12-04	{"a6": "1975"}	{"lerrcp": "A6-1975"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1975", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "HELLEVOETSLUIS", "geoid": 0}, "notime": null, "date-ut": "1882-12-04 05:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1975"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "HELLEVOETSLUIS", "geoid": 0}, "date-ut": "1882-12-04 05:42:08"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1975"}, "ids-in-sources": {"a6": "1975"}}, "raw": {"H": "5", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "4", "LAT": "52N 5", "LON": "4E28", "MON": "12", "NUM": "1975", "PRO": "J", "SEC": "8", "YEA": "1882", "CITY": "HELLEVOETSLUIS"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15737	gauquelin-a6-1976-1917-12-21	{"a6": "1976"}	{"lerrcp": "A6-1976"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1976", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1917-12-21 14:40:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1976"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1917-12-21 14:40:28"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1976"}, "ids-in-sources": {"a6": "1976"}}, "raw": {"H": "14", "MN": "40", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "21", "LAT": "52N22", "LON": "4E38", "MON": "12", "NUM": "1976", "PRO": "J", "SEC": "28", "YEA": "1917", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15738	gauquelin-a6-1977-1889-10-16	{"a6": "1977"}	{"lerrcp": "A6-1977"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1977", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ZUTPHEN", "geoid": 0}, "notime": null, "date-ut": "1889-10-16 12:36:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1977"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ZUTPHEN", "geoid": 0}, "date-ut": "1889-10-16 12:36:24"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1977"}, "ids-in-sources": {"a6": "1977"}}, "raw": {"H": "12", "MN": "36", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "16", "LAT": "51N59", "LON": "5E54", "MON": "10", "NUM": "1977", "PRO": "J", "SEC": "24", "YEA": "1889", "CITY": "ZUTPHEN"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15739	gauquelin-a6-1978-1868-12-15	{"a6": "1978"}	{"lerrcp": "A6-1978"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1978", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "HARLINGEN", "geoid": 0}, "notime": null, "date-ut": "1868-12-15 06:36:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1978"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "HARLINGEN", "geoid": 0}, "date-ut": "1868-12-15 06:36:48"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1978"}, "ids-in-sources": {"a6": "1978"}}, "raw": {"H": "6", "MN": "36", "TZ": "0", "COD": "F", "COU": "N", "DAY": "15", "LAT": "53N12", "LON": "5E48", "MON": "12", "NUM": "1978", "PRO": "J", "SEC": "48", "YEA": "1868", "CITY": "HARLINGEN"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15740	gauquelin-a6-1979-1883-05-10	{"a6": "1979"}	{"lerrcp": "A6-1979"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1979", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "SCHIEDAM", "geoid": 0}, "notime": null, "date-ut": "1883-05-10 22:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1979"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "SCHIEDAM", "geoid": 0}, "date-ut": "1883-05-10 22:42:08"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1979"}, "ids-in-sources": {"a6": "1979"}}, "raw": {"H": "22", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "10", "LAT": "52N 5", "LON": "4E28", "MON": "5", "NUM": "1979", "PRO": "J", "SEC": "8", "YEA": "1883", "CITY": "SCHIEDAM"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15741	gauquelin-a6-1980-1897-02-02	{"a6": "1980"}	{"lerrcp": "A6-1980"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1980", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "Z", "c3": null, "cy": "NL", "lg": 3.75, "lat": 51.48333, "name": "ZIERIKZEE", "geoid": 0}, "notime": null, "date-ut": "1897-02-02 05:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1980"}, "birth": {"place": {"c2": "Z", "cy": "NL", "lg": 3.75, "lat": 51.48333, "name": "ZIERIKZEE", "geoid": 0}, "date-ut": "1897-02-02 05:00:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1980"}, "ids-in-sources": {"a6": "1980"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "Z", "COU": "N", "DAY": "2", "LAT": "51N29", "LON": "3E45", "MON": "2", "NUM": "1980", "PRO": "J", "SEC": "0", "YEA": "1897", "CITY": "ZIERIKZEE"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15742	gauquelin-a6-1981-1881-03-09	{"a6": "1981"}	{"lerrcp": "A6-1981"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1981", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "L", "c3": null, "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "MEERLO", "geoid": 0}, "notime": null, "date-ut": "1881-03-09 04:37:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1981"}, "birth": {"place": {"c2": "L", "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "MEERLO", "geoid": 0}, "date-ut": "1881-03-09 04:37:20"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1981"}, "ids-in-sources": {"a6": "1981"}}, "raw": {"H": "4", "MN": "37", "TZ": "0", "COD": "L", "COU": "N", "DAY": "9", "LAT": "50N51", "LON": "5E40", "MON": "3", "NUM": "1981", "PRO": "J", "SEC": "20", "YEA": "1881", "CITY": "MEERLO"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15743	gauquelin-a6-1982-1905-05-29	{"a6": "1982"}	{"lerrcp": "A6-1982"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1982", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1905-05-29 17:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1982"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1905-05-29 17:41:28"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1982"}, "ids-in-sources": {"a6": "1982"}}, "raw": {"H": "17", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "29", "LAT": "52N22", "LON": "4E38", "MON": "5", "NUM": "1982", "PRO": "J", "SEC": "28", "YEA": "1905", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15744	gauquelin-a6-1983-1911-05-31	{"a6": "1983"}	{"lerrcp": "A6-1983"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1983", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1911-05-31 20:40:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1983"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1911-05-31 20:40:28"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1983"}, "ids-in-sources": {"a6": "1983"}}, "raw": {"H": "20", "MN": "40", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "31", "LAT": "52N 5", "LON": "4E28", "MON": "5", "NUM": "1983", "PRO": "J", "SEC": "28", "YEA": "1911", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15745	gauquelin-a6-1984-1893-08-02	{"a6": "1984"}	{"lerrcp": "A6-1984"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1984", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1893-08-02 03:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1984"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1893-08-02 03:42:08"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1984"}, "ids-in-sources": {"a6": "1984"}}, "raw": {"H": "3", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "2", "LAT": "52N 5", "LON": "4E28", "MON": "8", "NUM": "1984", "PRO": "J", "SEC": "8", "YEA": "1893", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15746	gauquelin-a6-1985-1900-05-17	{"a6": "1985"}	{"lerrcp": "A6-1985"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1985", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ARNHEM", "geoid": 0}, "notime": null, "date-ut": "1900-05-17 06:06:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1985"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ARNHEM", "geoid": 0}, "date-ut": "1900-05-17 06:06:24"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1985"}, "ids-in-sources": {"a6": "1985"}}, "raw": {"H": "6", "MN": "6", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "17", "LAT": "51N59", "LON": "5E54", "MON": "5", "NUM": "1985", "PRO": "J", "SEC": "24", "YEA": "1900", "CITY": "ARNHEM"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15747	gauquelin-a6-1986-1861-09-15	{"a6": "1986"}	{"lerrcp": "A6-1986"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1986", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "URSEM", "geoid": 0}, "notime": null, "date-ut": "1861-09-15 01:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1986"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "URSEM", "geoid": 0}, "date-ut": "1861-09-15 01:41:28"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1986"}, "ids-in-sources": {"a6": "1986"}}, "raw": {"H": "1", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "15", "LAT": "52N22", "LON": "4E38", "MON": "9", "NUM": "1986", "PRO": "J", "SEC": "28", "YEA": "1861", "CITY": "URSEM"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15748	gauquelin-a6-1987-1887-02-23	{"a6": "1987"}	{"lerrcp": "A6-1987"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1987", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "S HERTOGENBOSC", "geoid": 0}, "notime": null, "date-ut": "1887-02-23 11:08:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1987"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "S HERTOGENBOSC", "geoid": 0}, "date-ut": "1887-02-23 11:08:44"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1987"}, "ids-in-sources": {"a6": "1987"}}, "raw": {"H": "11", "MN": "8", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "23", "LAT": "51N42", "LON": "5E19", "MON": "2", "NUM": "1987", "PRO": "J", "SEC": "44", "YEA": "1887", "CITY": "S HERTOGENBOSC"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15749	gauquelin-a6-1988-1902-02-10	{"a6": "1988"}	{"lerrcp": "A6-1988"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1988", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1902-02-10 06:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1988"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1902-02-10 06:42:08"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1988"}, "ids-in-sources": {"a6": "1988"}}, "raw": {"H": "6", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "10", "LAT": "52N 5", "LON": "4E28", "MON": "2", "NUM": "1988", "PRO": "J", "SEC": "8", "YEA": "1902", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15750	gauquelin-a6-1989-1883-10-20	{"a6": "1989"}	{"lerrcp": "A6-1989"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1989", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1883-10-20 00:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1989"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1883-10-20 00:41:28"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1989"}, "ids-in-sources": {"a6": "1989"}}, "raw": {"H": "0", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "20", "LAT": "52N22", "LON": "4E38", "MON": "10", "NUM": "1989", "PRO": "J", "SEC": "28", "YEA": "1883", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15751	gauquelin-a6-1990-1884-03-09	{"a6": "1990"}	{"lerrcp": "A6-1990"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1990", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1884-03-09 15:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1990"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1884-03-09 15:42:08"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1990"}, "ids-in-sources": {"a6": "1990"}}, "raw": {"H": "15", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "9", "LAT": "52N 5", "LON": "4E28", "MON": "3", "NUM": "1990", "PRO": "J", "SEC": "8", "YEA": "1884", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15752	gauquelin-a6-1991-1869-09-22	{"a6": "1991"}	{"lerrcp": "A6-1991"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1991", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1869-09-22 02:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1991"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1869-09-22 02:41:28"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1991"}, "ids-in-sources": {"a6": "1991"}}, "raw": {"H": "2", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "22", "LAT": "52N22", "LON": "4E38", "MON": "9", "NUM": "1991", "PRO": "J", "SEC": "28", "YEA": "1869", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15753	gauquelin-a6-1992-1885-10-07	{"a6": "1992"}	{"lerrcp": "A6-1992"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1992", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "L", "c3": null, "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "MAASTRICHT", "geoid": 0}, "notime": null, "date-ut": "1885-10-07 17:37:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1992"}, "birth": {"place": {"c2": "L", "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "MAASTRICHT", "geoid": 0}, "date-ut": "1885-10-07 17:37:20"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1992"}, "ids-in-sources": {"a6": "1992"}}, "raw": {"H": "17", "MN": "37", "TZ": "0", "COD": "L", "COU": "N", "DAY": "7", "LAT": "50N51", "LON": "5E40", "MON": "10", "NUM": "1992", "PRO": "J", "SEC": "20", "YEA": "1885", "CITY": "MAASTRICHT"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15754	gauquelin-a6-1993-1896-07-05	{"a6": "1993"}	{"lerrcp": "A6-1993"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1993", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "BOZUM", "geoid": 0}, "notime": null, "date-ut": "1896-07-05 08:36:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1993"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "BOZUM", "geoid": 0}, "date-ut": "1896-07-05 08:36:48"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1993"}, "ids-in-sources": {"a6": "1993"}}, "raw": {"H": "8", "MN": "36", "TZ": "0", "COD": "F", "COU": "N", "DAY": "5", "LAT": "53N12", "LON": "5E48", "MON": "7", "NUM": "1993", "PRO": "J", "SEC": "48", "YEA": "1896", "CITY": "BOZUM"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15755	gauquelin-a6-1994-1882-06-07	{"a6": "1994"}	{"lerrcp": "A6-1994"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1994", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1882-06-07 13:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1994"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1882-06-07 13:42:08"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1994"}, "ids-in-sources": {"a6": "1994"}}, "raw": {"H": "13", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "7", "LAT": "52N 5", "LON": "4E28", "MON": "6", "NUM": "1994", "PRO": "J", "SEC": "8", "YEA": "1882", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15756	gauquelin-a6-1995-1895-01-18	{"a6": "1995"}	{"lerrcp": "A6-1995"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1995", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "notime": null, "date-ut": "1895-01-18 04:09:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1995"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "date-ut": "1895-01-18 04:09:28"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1995"}, "ids-in-sources": {"a6": "1995"}}, "raw": {"H": "4", "MN": "9", "TZ": "0", "COD": "U", "COU": "N", "DAY": "18", "LAT": "52N 6", "LON": "5E 8", "MON": "1", "NUM": "1995", "PRO": "J", "SEC": "28", "YEA": "1895", "CITY": "UTRECHT"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15757	gauquelin-a6-1996-1888-09-13	{"a6": "1996"}	{"lerrcp": "A6-1996"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1996", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "notime": null, "date-ut": "1888-09-13 06:33:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1996"}, "birth": {"place": {"c2": "GR", "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "date-ut": "1888-09-13 06:33:44"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1996"}, "ids-in-sources": {"a6": "1996"}}, "raw": {"H": "6", "MN": "33", "TZ": "0", "COD": "GR", "COU": "N", "DAY": "13", "LAT": "53N13", "LON": "6E34", "MON": "9", "NUM": "1996", "PRO": "J", "SEC": "44", "YEA": "1888", "CITY": "GRONINGEN"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15758	gauquelin-a6-1997-1891-05-25	{"a6": "1997"}	{"lerrcp": "A6-1997"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1997", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "notime": null, "date-ut": "1891-05-25 05:11:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1997"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "date-ut": "1891-05-25 05:11:28"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1997"}, "ids-in-sources": {"a6": "1997"}}, "raw": {"H": "5", "MN": "11", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "25", "LAT": "52N22", "LON": "4E38", "MON": "5", "NUM": "1997", "PRO": "J", "SEC": "28", "YEA": "1891", "CITY": "HAARLEM"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15759	gauquelin-a6-1998-1910-04-04	{"a6": "1998"}	{"lerrcp": "A6-1998"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1998", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "FRANEKER", "geoid": 0}, "notime": null, "date-ut": "1910-04-04 10:10:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1998"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "FRANEKER", "geoid": 0}, "date-ut": "1910-04-04 10:10:28"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1998"}, "ids-in-sources": {"a6": "1998"}}, "raw": {"H": "10", "MN": "10", "TZ": "0", "COD": "F", "COU": "N", "DAY": "4", "LAT": "53N12", "LON": "5E48", "MON": "4", "NUM": "1998", "PRO": "J", "SEC": "28", "YEA": "1910", "CITY": "FRANEKER"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15760	gauquelin-a6-1999-1898-05-29	{"a6": "1999"}	{"lerrcp": "A6-1999"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1999", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "DIEST", "geoid": 0}, "notime": null, "date-ut": "1898-05-29 00:38:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1999"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "DIEST", "geoid": 0}, "date-ut": "1898-05-29 00:38:44"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1999"}, "ids-in-sources": {"a6": "1999"}}, "raw": {"H": "0", "MN": "38", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "29", "LAT": "51N42", "LON": "5E19", "MON": "5", "NUM": "1999", "PRO": "J", "SEC": "44", "YEA": "1898", "CITY": "DIEST"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15761	gauquelin-a6-2000-1884-11-13	{"a6": "2000"}	{"lerrcp": "A6-2000"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-2000", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "notime": null, "date-ut": "1884-11-13 01:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-2000"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "S GRAVENHAGE", "geoid": 0}, "date-ut": "1884-11-13 01:42:08"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-2000"}, "ids-in-sources": {"a6": "2000"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "13", "LAT": "52N 5", "LON": "4E28", "MON": "11", "NUM": "2000", "PRO": "J", "SEC": "8", "YEA": "1884", "CITY": "S GRAVENHAGE"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15762	gauquelin-a6-2001-1881-02-24	{"a6": "2001"}	{"lerrcp": "A6-2001"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-2001", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "ROOSENDAAL", "geoid": 0}, "notime": null, "date-ut": "1881-02-24 04:08:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-2001"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "ROOSENDAAL", "geoid": 0}, "date-ut": "1881-02-24 04:08:44"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-2001"}, "ids-in-sources": {"a6": "2001"}}, "raw": {"H": "4", "MN": "8", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "24", "LAT": "51N42", "LON": "5E19", "MON": "2", "NUM": "2001", "PRO": "J", "SEC": "44", "YEA": "1881", "CITY": "ROOSENDAAL"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15763	gauquelin-a6-2002-1893-07-31	{"a6": "2002"}	{"lerrcp": "A6-2002"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-2002", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1893-07-31 07:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-2002"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1893-07-31 07:41:28"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-2002"}, "ids-in-sources": {"a6": "2002"}}, "raw": {"H": "7", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "31", "LAT": "52N22", "LON": "4E38", "MON": "7", "NUM": "2002", "PRO": "J", "SEC": "28", "YEA": "1893", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15764	gauquelin-a6-2003-1818-05-22	{"a6": "2003"}	{"lerrcp": "A6-2003"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-2003", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "RIJSWIJK", "geoid": 0}, "notime": null, "date-ut": "1818-05-22 13:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-2003"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "RIJSWIJK", "geoid": 0}, "date-ut": "1818-05-22 13:12:08"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-2003"}, "ids-in-sources": {"a6": "2003"}}, "raw": {"H": "13", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "22", "LAT": "52N 5", "LON": "4E28", "MON": "5", "NUM": "2003", "PRO": "J", "SEC": "8", "YEA": "1818", "CITY": "RIJSWIJK"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15765	gauquelin-a6-2004-1892-07-29	{"a6": "2004"}	{"lerrcp": "A6-2004"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-2004", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1892-07-29 22:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-2004"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1892-07-29 22:42:08"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-2004"}, "ids-in-sources": {"a6": "2004"}}, "raw": {"H": "22", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "29", "LAT": "52N 5", "LON": "4E28", "MON": "7", "NUM": "2004", "PRO": "J", "SEC": "8", "YEA": "1892", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15766	gauquelin-a6-2005-1872-05-09	{"a6": "2005"}	{"lerrcp": "A6-2005"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-2005", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "SNEEK", "geoid": 0}, "notime": null, "date-ut": "1872-05-09 19:06:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-2005"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "SNEEK", "geoid": 0}, "date-ut": "1872-05-09 19:06:48"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-2005"}, "ids-in-sources": {"a6": "2005"}}, "raw": {"H": "19", "MN": "6", "TZ": "0", "COD": "F", "COU": "N", "DAY": "9", "LAT": "53N12", "LON": "5E48", "MON": "5", "NUM": "2005", "PRO": "J", "SEC": "48", "YEA": "1872", "CITY": "SNEEK"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15767	gauquelin-a6-2006-1880-05-06	{"a6": "2006"}	{"lerrcp": "A6-2006"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-2006", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "BERGEN OP ZOOM", "geoid": 0}, "notime": null, "date-ut": "1880-05-06 19:38:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-2006"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "BERGEN OP ZOOM", "geoid": 0}, "date-ut": "1880-05-06 19:38:44"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-2006"}, "ids-in-sources": {"a6": "2006"}}, "raw": {"H": "19", "MN": "38", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "6", "LAT": "51N42", "LON": "5E19", "MON": "5", "NUM": "2006", "PRO": "J", "SEC": "44", "YEA": "1880", "CITY": "BERGEN OP ZOOM"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15768	gauquelin-a6-2007-1906-04-17	{"a6": "2007"}	{"lerrcp": "A6-2007"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-2007", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1906-04-17 05:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-2007"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1906-04-17 05:42:08"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-2007"}, "ids-in-sources": {"a6": "2007"}}, "raw": {"H": "5", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "17", "LAT": "52N 5", "LON": "4E28", "MON": "4", "NUM": "2007", "PRO": "J", "SEC": "8", "YEA": "1906", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15769	gauquelin-a6-2008-1813-01-26	{"a6": "2008"}	{"lerrcp": "A6-2008"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-2008", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1813-01-26 18:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-2008"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1813-01-26 18:41:28"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-2008"}, "ids-in-sources": {"a6": "2008"}}, "raw": {"H": "18", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "26", "LAT": "52N22", "LON": "4E38", "MON": "1", "NUM": "2008", "PRO": "J", "SEC": "28", "YEA": "1813", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15770	gauquelin-a6-2009-1879-02-05	{"a6": "2009"}	{"lerrcp": "A6-2009"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-2009", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "notime": null, "date-ut": "1879-02-05 18:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-2009"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "date-ut": "1879-02-05 18:39:28"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-2009"}, "ids-in-sources": {"a6": "2009"}}, "raw": {"H": "18", "MN": "39", "TZ": "0", "COD": "U", "COU": "N", "DAY": "5", "LAT": "52N 6", "LON": "5E 8", "MON": "2", "NUM": "2009", "PRO": "J", "SEC": "28", "YEA": "1879", "CITY": "UTRECHT"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15771	gauquelin-a6-2010-1892-05-09	{"a6": "2010"}	{"lerrcp": "A6-2010"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-2010", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "JUTPHAAS", "geoid": 0}, "notime": null, "date-ut": "1892-05-09 02:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-2010"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "JUTPHAAS", "geoid": 0}, "date-ut": "1892-05-09 02:39:28"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-2010"}, "ids-in-sources": {"a6": "2010"}}, "raw": {"H": "2", "MN": "39", "TZ": "0", "COD": "U", "COU": "N", "DAY": "9", "LAT": "52N 6", "LON": "5E 8", "MON": "5", "NUM": "2010", "PRO": "J", "SEC": "28", "YEA": "1892", "CITY": "JUTPHAAS"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15772	gauquelin-a6-2011-1915-06-24	{"a6": "2011"}	{"lerrcp": "A6-2011"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-2011", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1915-06-24 01:40:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-2011"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1915-06-24 01:40:28"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-2011"}, "ids-in-sources": {"a6": "2011"}}, "raw": {"H": "1", "MN": "40", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "24", "LAT": "52N 5", "LON": "4E28", "MON": "6", "NUM": "2011", "PRO": "J", "SEC": "28", "YEA": "1915", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15773	gauquelin-a6-2012-1830-10-16	{"a6": "2012"}	{"lerrcp": "A6-2012"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-2012", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "ROORDAHUIZUM", "geoid": 0}, "notime": null, "date-ut": "1830-10-16 05:36:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-2012"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "ROORDAHUIZUM", "geoid": 0}, "date-ut": "1830-10-16 05:36:48"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-2012"}, "ids-in-sources": {"a6": "2012"}}, "raw": {"H": "5", "MN": "36", "TZ": "0", "COD": "F", "COU": "N", "DAY": "16", "LAT": "53N12", "LON": "5E48", "MON": "10", "NUM": "2012", "PRO": "J", "SEC": "48", "YEA": "1830", "CITY": "ROORDAHUIZUM"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15774	gauquelin-a6-2013-1881-05-08	{"a6": "2013"}	{"lerrcp": "A6-2013"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-2013", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1881-05-08 16:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-2013"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1881-05-08 16:41:28"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-2013"}, "ids-in-sources": {"a6": "2013"}}, "raw": {"H": "16", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "8", "LAT": "52N22", "LON": "4E38", "MON": "5", "NUM": "2013", "PRO": "J", "SEC": "28", "YEA": "1881", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15775	gauquelin-a6-2014-1917-04-27	{"a6": "2014"}	{"lerrcp": "A6-2014"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-2014", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "Z", "c3": null, "cy": "NL", "lg": 3.75, "lat": 51.48333, "name": "MIDDELBURG", "geoid": 0}, "notime": null, "date-ut": "1917-04-27 08:10:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-2014"}, "birth": {"place": {"c2": "Z", "cy": "NL", "lg": 3.75, "lat": 51.48333, "name": "MIDDELBURG", "geoid": 0}, "date-ut": "1917-04-27 08:10:28"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-2014"}, "ids-in-sources": {"a6": "2014"}}, "raw": {"H": "8", "MN": "10", "TZ": "0", "COD": "Z", "COU": "N", "DAY": "27", "LAT": "51N29", "LON": "3E45", "MON": "4", "NUM": "2014", "PRO": "J", "SEC": "28", "YEA": "1917", "CITY": "MIDDELBURG"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15776	gauquelin-a6-2015-1912-02-05	{"a6": "2015"}	{"lerrcp": "A6-2015"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-2015", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "notime": null, "date-ut": "1912-02-05 05:40:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-2015"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "date-ut": "1912-02-05 05:40:28"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-2015"}, "ids-in-sources": {"a6": "2015"}}, "raw": {"H": "5", "MN": "40", "TZ": "0", "COD": "U", "COU": "N", "DAY": "5", "LAT": "52N 6", "LON": "5E 8", "MON": "2", "NUM": "2015", "PRO": "J", "SEC": "28", "YEA": "1912", "CITY": "UTRECHT"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15777	gauquelin-a6-2016-1901-02-05	{"a6": "2016"}	{"lerrcp": "A6-2016"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-2016", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "notime": null, "date-ut": "1901-02-05 18:33:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-2016"}, "birth": {"place": {"c2": "GR", "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "date-ut": "1901-02-05 18:33:44"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-2016"}, "ids-in-sources": {"a6": "2016"}}, "raw": {"H": "18", "MN": "33", "TZ": "0", "COD": "GR", "COU": "N", "DAY": "5", "LAT": "53N13", "LON": "6E34", "MON": "2", "NUM": "2016", "PRO": "J", "SEC": "44", "YEA": "1901", "CITY": "GRONINGEN"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15778	gauquelin-a6-2017-1830-01-08	{"a6": "2017"}	{"lerrcp": "A6-2017"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-2017", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "NIJMEGEN", "geoid": 0}, "notime": null, "date-ut": "1830-01-08 00:36:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-2017"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "NIJMEGEN", "geoid": 0}, "date-ut": "1830-01-08 00:36:24"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-2017"}, "ids-in-sources": {"a6": "2017"}}, "raw": {"H": "0", "MN": "36", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "8", "LAT": "51N59", "LON": "5E54", "MON": "1", "NUM": "2017", "PRO": "J", "SEC": "24", "YEA": "1830", "CITY": "NIJMEGEN"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15779	gauquelin-a6-2018-1906-12-25	{"a6": "2018"}	{"lerrcp": "A6-2018"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-2018", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1906-12-25 16:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-2018"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1906-12-25 16:41:28"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-2018"}, "ids-in-sources": {"a6": "2018"}}, "raw": {"H": "16", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "25", "LAT": "52N22", "LON": "4E38", "MON": "12", "NUM": "2018", "PRO": "J", "SEC": "28", "YEA": "1906", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15780	gauquelin-a6-2019-1833-10-15	{"a6": "2019"}	{"lerrcp": "A6-2019"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-2019", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "LEMMER", "geoid": 0}, "notime": null, "date-ut": "1833-10-15 01:36:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-2019"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "LEMMER", "geoid": 0}, "date-ut": "1833-10-15 01:36:48"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-2019"}, "ids-in-sources": {"a6": "2019"}}, "raw": {"H": "1", "MN": "36", "TZ": "0", "COD": "F", "COU": "N", "DAY": "15", "LAT": "53N12", "LON": "5E48", "MON": "10", "NUM": "2019", "PRO": "J", "SEC": "48", "YEA": "1833", "CITY": "LEMMER"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15781	gauquelin-a6-2020-1881-05-22	{"a6": "2020"}	{"lerrcp": "A6-2020"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-2020", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1881-05-22 21:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-2020"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1881-05-22 21:41:28"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-2020"}, "ids-in-sources": {"a6": "2020"}}, "raw": {"H": "21", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "22", "LAT": "52N22", "LON": "4E38", "MON": "5", "NUM": "2020", "PRO": "J", "SEC": "28", "YEA": "1881", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15782	gauquelin-a6-2021-1862-11-20	{"a6": "2021"}	{"lerrcp": "A6-2021"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-2021", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "L", "c3": null, "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "GULPEN", "geoid": 0}, "notime": null, "date-ut": "1862-11-20 18:37:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-2021"}, "birth": {"place": {"c2": "L", "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "GULPEN", "geoid": 0}, "date-ut": "1862-11-20 18:37:20"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-2021"}, "ids-in-sources": {"a6": "2021"}}, "raw": {"H": "18", "MN": "37", "TZ": "0", "COD": "L", "COU": "N", "DAY": "20", "LAT": "50N51", "LON": "5E40", "MON": "11", "NUM": "2021", "PRO": "J", "SEC": "20", "YEA": "1862", "CITY": "GULPEN"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15783	gauquelin-a6-2022-1881-05-26	{"a6": "2022"}	{"lerrcp": "A6-2022"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-2022", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "BERGEN OP ZOOM", "geoid": 0}, "notime": null, "date-ut": "1881-05-26 04:38:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-2022"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "BERGEN OP ZOOM", "geoid": 0}, "date-ut": "1881-05-26 04:38:44"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-2022"}, "ids-in-sources": {"a6": "2022"}}, "raw": {"H": "4", "MN": "38", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "26", "LAT": "51N42", "LON": "5E19", "MON": "5", "NUM": "2022", "PRO": "J", "SEC": "44", "YEA": "1881", "CITY": "BERGEN OP ZOOM"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15784	gauquelin-a6-2023-1905-06-08	{"a6": "2023"}	{"lerrcp": "A6-2023"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-2023", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "ZEIST", "geoid": 0}, "notime": null, "date-ut": "1905-06-08 20:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-2023"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "ZEIST", "geoid": 0}, "date-ut": "1905-06-08 20:39:28"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-2023"}, "ids-in-sources": {"a6": "2023"}}, "raw": {"H": "20", "MN": "39", "TZ": "0", "COD": "U", "COU": "N", "DAY": "8", "LAT": "52N 6", "LON": "5E 8", "MON": "6", "NUM": "2023", "PRO": "J", "SEC": "28", "YEA": "1905", "CITY": "ZEIST"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15785	gauquelin-a6-2024-1878-06-27	{"a6": "2024"}	{"lerrcp": "A6-2024"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-2024", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "Z", "c3": null, "cy": "NL", "lg": 3.75, "lat": 51.48333, "name": "VLISSINGEN", "geoid": 0}, "notime": null, "date-ut": "1878-06-27 13:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-2024"}, "birth": {"place": {"c2": "Z", "cy": "NL", "lg": 3.75, "lat": 51.48333, "name": "VLISSINGEN", "geoid": 0}, "date-ut": "1878-06-27 13:45:00"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-2024"}, "ids-in-sources": {"a6": "2024"}}, "raw": {"H": "13", "MN": "45", "TZ": "0", "COD": "Z", "COU": "N", "DAY": "27", "LAT": "51N29", "LON": "3E45", "MON": "6", "NUM": "2024", "PRO": "J", "SEC": "0", "YEA": "1878", "CITY": "VLISSINGEN"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15786	gauquelin-a6-2025-1898-10-06	{"a6": "2025"}	{"lerrcp": "A6-2025"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-2025", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "notime": null, "date-ut": "1898-10-06 03:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-2025"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEM", "geoid": 0}, "date-ut": "1898-10-06 03:41:28"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-2025"}, "ids-in-sources": {"a6": "2025"}}, "raw": {"H": "3", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "6", "LAT": "52N22", "LON": "4E38", "MON": "10", "NUM": "2025", "PRO": "J", "SEC": "28", "YEA": "1898", "CITY": "HAARLEM"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15787	gauquelin-a6-2026-1886-02-27	{"a6": "2026"}	{"lerrcp": "A6-2026"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-2026", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "WAALWIJK", "geoid": 0}, "notime": null, "date-ut": "1886-02-27 17:38:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-2026"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "WAALWIJK", "geoid": 0}, "date-ut": "1886-02-27 17:38:44"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-2026"}, "ids-in-sources": {"a6": "2026"}}, "raw": {"H": "17", "MN": "38", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "27", "LAT": "51N42", "LON": "5E19", "MON": "2", "NUM": "2026", "PRO": "J", "SEC": "44", "YEA": "1886", "CITY": "WAALWIJK"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
15788	gauquelin-a6-2027-1889-08-28	{"a6": "2027"}	{"lerrcp": "A6-2027"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-2027", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "EINDHOVEN", "geoid": 0}, "notime": null, "date-ut": "1889-08-28 18:08:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-2027"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "EINDHOVEN", "geoid": 0}, "date-ut": "1889-08-28 18:08:44"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-2027"}, "ids-in-sources": {"a6": "2027"}}, "raw": {"H": "18", "MN": "8", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "28", "LAT": "51N42", "LON": "5E19", "MON": "8", "NUM": "2027", "PRO": "J", "SEC": "44", "YEA": "1889", "CITY": "EINDHOVEN"}, "date": "2023-08-20T14:43:46+02:00", "source": "a6", "command": "gauq A6 tmp2db"}]	[]
13813	abellio-raymond-1907-11-11	{"a6": "1"}	{"lerrcp": "A6-1"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Abellio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1907-11-11 20:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1907-11-11 19:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Abellio"}, "birth": {"tzo": "+00:09:21", "date": "1907-11-11 20:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1907-11-11 19:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1"}, "ids-in-sources": {"a6": "1"}}, "raw": {"H": "19", "MN": "50", "TZ": "0", "COD": "31", "COU": "F", "DAY": "11", "LAT": "43N37", "LON": "1E26", "MON": "11", "NUM": "1", "PRO": "W", "SEC": "40", "YEA": "1907", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:47+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13814	about-edmond-1828-02-14	{"a6": "2"}	{"lerrcp": "A6-2"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "About", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:26:52", "date": "1828-02-14 23:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.7178, "lat": 48.81263, "name": "Dieuze", "geoid": 3021392}, "notime": null, "date-ut": "1828-02-14 22:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "About"}, "birth": {"tzo": "+00:26:52", "date": "1828-02-14 23:00", "place": {"c2": "57", "cy": "FR", "lg": 6.7178, "lat": 48.81263, "name": "Dieuze", "geoid": 3021392}, "date-ut": "1828-02-14 22:35:16"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-2"}, "ids-in-sources": {"a6": "2"}}, "raw": {"H": "22", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "14", "LAT": "49N 7", "LON": "6E11", "MON": "2", "NUM": "2", "PRO": "W", "SEC": "16", "YEA": "1828", "CITY": "DIEUZE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:47+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
513	van-den-boorn-charles-1874-07-11	{"a1": "513", "3a_sports": "4155"}	{"ertel": "ES-4155", "lerrcp": "A1-513"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Van Den Boorn", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1874-07-11 18:00", "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1874-07-11 17:38:00"}	{"tz": null, "lmt": null, "date": "1958-01-24", "note": null, "place": {"c1": null, "c2": 78, "c3": null, "cy": "FR", "lg": 2.0938, "lat": 48.8989, "name": "Saint-Germain-en-Laye", "geoid": 2979783}, "date-ut": null}	["aircraft-pilot", "cyclist", "motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Van Den Boorn"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1874-07-11 17:38:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-513"}, "ids-in-sources": {"a1": "513"}}, "raw": {"H": "17", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "11", "LAT": "50N39", "LON": "5E30", "MON": "7", "NUM": "513", "PRO": "C", "SEC": "0", "YEA": "1874", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"death": {"date": "1958-01-24", "place": {"c2": 78, "cy": "FR", "lg": 2.0938, "lat": 48.8989, "name": "Saint-Germain-en-Laye", "geoid": 2979783}}, "notes": ["Death informations come from <a href=\\"https://earlyaviators.com/eborn1.htm\\">https://earlyaviators.com/eborn1.htm</a>"], "occus": ["cyclist", "motor-sports-competitor"], "partial-ids": {"lerrcp": "A1-513"}, "ids-in-sources": {"a1": "513"}}, "raw": {"notes.0": "Death informations come from <a href=\\"https://earlyaviators.com/eborn1.htm\\">https://earlyaviators.com/eborn1.htm</a>", "occus.0": "cyclist", "occus.1": "motor-sports-competitor", "death.date": "1958-01-24", "death.place.c2": 78, "death.place.cy": "FR", "death.place.lg": 2.0938, "death.place.lat": 48.8989, "death.place.name": "Saint-Germain-en-Laye", "death.place.geoid": 2979783, "ids-in-sources.a1": "513", "partial-ids.lerrcp": "A1-513"}, "date": "2023-08-20T14:43:47+02:00", "source": "A1.yml", "command": "db init tweaks A1.yml"}, {"new": {"sex": "M", "birth": {"date": "1874-07-11 18:00"}, "partial-ids": {"ertel": "ES-4155"}}, "raw": {"L": "", "MF": "", "NR": "4155", "ENG": "", "MA_": "0", "G_NR": "1153", "MA12": "6", "MARS": "16", "NAME": "VandenBoorn", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,400", "CSINR": "", "KURTZ": "", "PHAS_": "8,800", "STUND": "18,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "11.07.", "ZITATE": "G", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Charles", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "11.07.1874", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	["Death informations come from <a href=\\"https://earlyaviators.com/eborn1.htm\\">https://earlyaviators.com/eborn1.htm</a>"]
13822	alain-fournier-henri-1886-10-03	{"a6": "11"}	{"lerrcp": "A6-11"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Alain-Fournier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:32", "date": "1886-10-03 05:00", "note": null, "place": {"c1": null, "c2": "18", "c3": null, "cy": "FR", "lg": 2.38333, "lat": 47.08333, "name": "La Chapelle-D'A", "geoid": 0}, "notime": null, "date-ut": "1886-10-03 04:50:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Alain-Fournier"}, "birth": {"tzo": "+00:09:32", "date": "1886-10-03 05:00", "place": {"c2": "18", "cy": "FR", "lg": 2.38333, "lat": 47.08333, "name": "La Chapelle-D'A", "geoid": 0}, "date-ut": "1886-10-03 04:50:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-11"}, "ids-in-sources": {"a6": "11"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "18", "COU": "F", "DAY": "3", "LAT": "47N 5", "LON": "2E23", "MON": "10", "NUM": "11", "PRO": "W", "SEC": "28", "YEA": "1886", "CITY": "LA CHAPELLE-D'A"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:47+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18351	faure-jacques-1906-09-07	{"e1": "721"}	{"lerrcp": "E1-721"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Faure", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-09-07 04:30", "note": null, "place": {"c1": null, "c2": "16", "c3": "", "cy": "FR", "lg": 0.15345, "lat": 45.64997, "name": "Angoulême", "geoid": 3037598}, "notime": null, "date-ut": "1906-09-07 04:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Faure"}, "birth": {"tzo": "+00:09", "date": "1906-09-07 04:30", "place": {"c2": "16", "c3": "", "cy": "FR", "lg": 0.15345, "lat": 45.64997, "name": "Angoulême", "geoid": 3037598}, "date-ut": "1906-09-07 04:21"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "721"}}, "raw": {"H": "04:30", "COD": "16", "DAY": "07", "MON": "09", "NUM": "0721", "PRO": "MI", "YEA": "1906", "CITY": "Angoulême", "NAME": "FAURE Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13843	arene-paul-1843-06-26	{"a6": "32"}	{"lerrcp": "A6-32"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Arene", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:47", "date": "1843-06-26 04:00", "note": null, "place": {"c1": null, "c2": "04", "c3": null, "cy": "FR", "lg": 5.94643, "lat": 44.19002, "name": "Sisteron", "geoid": 2974446}, "notime": null, "date-ut": "1843-06-26 03:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Arene"}, "birth": {"tzo": "+00:23:47", "date": "1843-06-26 04:00", "place": {"c2": "04", "cy": "FR", "lg": 5.94643, "lat": 44.19002, "name": "Sisteron", "geoid": 2974446}, "date-ut": "1843-06-26 03:35"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-32"}, "ids-in-sources": {"a6": "32"}}, "raw": {"H": "3", "MN": "35", "TZ": "0", "COD": "04", "COU": "F", "DAY": "26", "LAT": "44N 6", "LON": "6E15", "MON": "6", "NUM": "32", "PRO": "W", "SEC": "0", "YEA": "1843", "CITY": "SISTERON"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:47+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18352	faure-lucien-1907-07-22	{"e1": "722"}	{"lerrcp": "E1-722"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Faure", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-07-22 03:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1907-07-22 02:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Faure"}, "birth": {"tzo": "+00:09", "date": "1907-07-22 03:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1907-07-22 02:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "722"}}, "raw": {"H": "03:00", "COD": "13", "DAY": "22", "MON": "07", "NUM": "0722", "PRO": "PH", "YEA": "1907", "CITY": "Marseille", "NAME": "FAURE Lucien", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13849	assolant-alfred-1827-03-20	{"a6": "38"}	{"lerrcp": "A6-38"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Assolant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:40", "date": "1827-03-20 08:00", "note": null, "place": {"c1": null, "c2": "23", "c3": null, "cy": "FR", "lg": 2.16724, "lat": 45.95486, "name": "Aubusson", "geoid": 3036295}, "notime": null, "date-ut": "1827-03-20 07:52:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Assolant"}, "birth": {"tzo": "+00:08:40", "date": "1827-03-20 08:00", "place": {"c2": "23", "cy": "FR", "lg": 2.16724, "lat": 45.95486, "name": "Aubusson", "geoid": 3036295}, "date-ut": "1827-03-20 07:52:32"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-38"}, "ids-in-sources": {"a6": "38"}}, "raw": {"H": "7", "MN": "52", "TZ": "0", "COD": "23", "COU": "F", "DAY": "20", "LAT": "46N17", "LON": "1E52", "MON": "3", "NUM": "38", "PRO": "W", "SEC": "32", "YEA": "1827", "CITY": "AUBUSSON"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:47+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13853	auclair-marcelle-1899-11-11	{"a6": "42"}	{"lerrcp": "A6-42"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcelle", "family": "Auclair", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-11-11 19:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 2.60254, "lat": 46.34015, "name": "Montluçon", "geoid": 2992292}, "notime": null, "date-ut": "1899-11-11 18:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Marcelle", "family": "Auclair"}, "birth": {"tzo": "+00:09:21", "date": "1899-11-11 19:00", "place": {"c2": "03", "cy": "FR", "lg": 2.60254, "lat": 46.34015, "name": "Montluçon", "geoid": 2992292}, "date-ut": "1899-11-11 18:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-42"}, "ids-in-sources": {"a6": "42"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "03", "COU": "F", "DAY": "11", "LAT": "46N34", "LON": "3E20", "MON": "11", "NUM": "42", "PRO": "W", "SEC": "40", "YEA": "1899", "CITY": "MONTLUCON"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:47+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13864	balzac-honore-1799-05-20	{"a6": "53", "afd2": "25"}	{"lerrcp": "A6-53", "muller": "M2-25"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Honoré", "family": "Balzac", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-00:06:40", "date": "1799-05-20 11:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Tours", "geoid": 0}, "notime": null, "date-ut": "1799-05-20 11:06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "fictional-writer"]	5	null	[{"new": {"name": {"given": "Honoré", "family": "Balzac"}, "birth": {"tzo": "-00:06:40", "date": "1799-05-20 11:00", "place": {"c2": "35", "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Tours", "geoid": 0}, "date-ut": "1799-05-20 11:06:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-53"}, "ids-in-sources": {"a6": "53"}}, "raw": {"H": "11", "MN": "6", "TZ": "0", "COD": "35", "COU": "F", "DAY": "20", "LAT": "48N 7", "LON": "1W40", "MON": "5", "NUM": "53", "PRO": "W", "SEC": "40", "YEA": "1799", "CITY": "TOURS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:47+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "M", "occus": ["fictional-writer"], "ids-in-sources": {"afd2": "25"}}, "raw": {"CY": "F", "GQ": "N", "LG": "000 E 42", "LAT": "47 N 24", "TZO": "-0.12", "DATE": "20.05.1799", "MUID": "25", "NAME": "Balzac, Honoré de", "OCCU": "AR 01", "TIME": "11.00", "BOOKS": "4567", "PLACE": "Tours", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:44+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
13868	barbusse-henri-1873-05-17	{"a6": "57"}	{"lerrcp": "A6-57"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Barbusse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:44", "date": "1873-05-17 23:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Asnieres", "geoid": 0}, "notime": null, "date-ut": "1873-05-17 22:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Barbusse"}, "birth": {"tzo": "+00:08:44", "date": "1873-05-17 23:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Asnieres", "geoid": 0}, "date-ut": "1873-05-17 22:51:16"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-57"}, "ids-in-sources": {"a6": "57"}}, "raw": {"H": "22", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "17", "LAT": "48N50", "LON": "2E11", "MON": "5", "NUM": "57", "PRO": "W", "SEC": "16", "YEA": "1873", "CITY": "ASNIERES"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:47+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13871	bastide-francois-1926-07-01	{"a6": "60"}	{"lerrcp": "A6-60"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Bastide", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1926-07-01 02:30", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.55684, "lat": 43.48055, "name": "Biarritz", "geoid": 3032797}, "notime": null, "date-ut": "1926-07-01 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "François", "family": "Bastide"}, "birth": {"tzo": "+01:00", "date": "1926-07-01 02:30", "place": {"c2": "64", "cy": "FR", "lg": -1.55684, "lat": 43.48055, "name": "Biarritz", "geoid": 3032797}, "date-ut": "1926-07-01 01:30"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-60"}, "ids-in-sources": {"a6": "60"}}, "raw": {"H": "1", "MN": "30", "TZ": "0", "COD": "64", "COU": "F", "DAY": "1", "LAT": "43N18", "LON": "0W22", "MON": "7", "NUM": "60", "PRO": "W", "SEC": "0", "YEA": "1926", "CITY": "BIARRITZ"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:47+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18353	faury-marc-1923-12-30	{"e1": "723"}	{"lerrcp": "E1-723"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marc", "family": "Faury", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-12-30 13:00", "note": null, "place": {"c1": null, "c2": "43", "c3": "", "cy": "FR", "lg": 3.4942, "lat": 45.10028, "name": "Langeac", "geoid": 3007730}, "notime": null, "date-ut": "1923-12-30 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marc", "family": "Faury"}, "birth": {"tzo": "+00:00", "date": "1923-12-30 13:00", "place": {"c2": "43", "c3": "", "cy": "FR", "lg": 3.4942, "lat": 45.10028, "name": "Langeac", "geoid": 3007730}, "date-ut": "1923-12-30 13:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "723"}}, "raw": {"H": "13:00", "COD": "43", "DAY": "30", "MON": "12", "NUM": "0723", "PRO": "MI", "YEA": "1923", "CITY": "Langeac", "NAME": "FAURY Marc", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13874	bauer-gerard-1888-10-07	{"a6": "64"}	{"lerrcp": "A6-64"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Bauer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1888-10-07 16:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13308, "lat": 48.89281, "name": "Le Vésinet", "geoid": 2998854}, "notime": null, "date-ut": "1888-10-07 15:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Gérard", "family": "Bauer"}, "birth": {"tzo": "+00:08:32", "date": "1888-10-07 16:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13308, "lat": 48.89281, "name": "Le Vésinet", "geoid": 2998854}, "date-ut": "1888-10-07 15:51:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-64"}, "ids-in-sources": {"a6": "64"}}, "raw": {"H": "15", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "7", "LAT": "48N50", "LON": "2E 8", "MON": "10", "NUM": "64", "PRO": "W", "SEC": "28", "YEA": "1888", "CITY": "LE VESINET"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18354	fauvert-rene-1903-12-12	{"e1": "724"}	{"lerrcp": "E1-724"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Fauvert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1903-12-12 17:00", "note": null, "place": {"c1": null, "c2": "60", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Pont-Ste-Maxence", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Fauvert"}, "birth": {"tzo": "", "date": "1903-12-12 17:00", "place": {"c2": "60", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Pont-Ste-Maxence", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "724"}}, "raw": {"H": "17:00", "COD": "60", "DAY": "12", "MON": "12", "NUM": "0724", "PRO": "PH", "YEA": "1903", "CITY": "Pont-Ste-Maxence", "NAME": "FAUVERT René", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13876	bazin-herve-1911-04-17	{"a6": "66"}	{"lerrcp": "A6-66"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Herve", "family": "Bazin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-04-17 07:15", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "notime": null, "date-ut": "1911-04-17 07:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Herve", "family": "Bazin"}, "birth": {"tzo": "+00:00", "date": "1911-04-17 07:15", "place": {"c2": "49", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "date-ut": "1911-04-17 07:15"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-66"}, "ids-in-sources": {"a6": "66"}}, "raw": {"H": "7", "MN": "15", "TZ": "0", "COD": "49", "COU": "F", "DAY": "17", "LAT": "47N28", "LON": "0W32", "MON": "4", "NUM": "66", "PRO": "W", "SEC": "0", "YEA": "1911", "CITY": "ANGERS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13887	behaine-rene-1880-06-17	{"a6": "77"}	{"lerrcp": "A6-77"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Behaine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:38", "date": "1880-06-17 19:36:10", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.90925, "lat": 49.8351, "name": "Vervins", "geoid": 2969599}, "notime": null, "date-ut": "1880-06-17 19:20:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "René", "family": "Behaine"}, "birth": {"tzo": "+00:15:38", "date": "1880-06-17 19:36:10", "place": {"c2": "02", "cy": "FR", "lg": 3.90925, "lat": 49.8351, "name": "Vervins", "geoid": 2969599}, "date-ut": "1880-06-17 19:20:32"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-77"}, "ids-in-sources": {"a6": "77"}}, "raw": {"H": "19", "MN": "20", "TZ": "0", "COD": "02", "COU": "F", "DAY": "17", "LAT": "49N34", "LON": "3E37", "MON": "6", "NUM": "77", "PRO": "W", "SEC": "32", "YEA": "1880", "CITY": "VERVINS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13894	benoit-pierre-1886-07-16	{"a6": "84"}	{"lerrcp": "A6-84"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Benoit", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:36", "date": "1886-07-16 07:00", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 2.148, "lat": 43.9298, "name": "Albi", "geoid": 3038261}, "notime": null, "date-ut": "1886-07-16 06:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Benoit"}, "birth": {"tzo": "+00:08:36", "date": "1886-07-16 07:00", "place": {"c2": "81", "cy": "FR", "lg": 2.148, "lat": 43.9298, "name": "Albi", "geoid": 3038261}, "date-ut": "1886-07-16 06:51:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-84"}, "ids-in-sources": {"a6": "84"}}, "raw": {"H": "6", "MN": "51", "TZ": "0", "COD": "81", "COU": "F", "DAY": "16", "LAT": "43N55", "LON": "2E 8", "MON": "7", "NUM": "84", "PRO": "W", "SEC": "28", "YEA": "1886", "CITY": "ALBI"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
15838	biancheri-henri-1932-07-30	{"d6": "49", "3a_sports": "427"}	{"ertel": "ES-427", "lerrcp": "D6-49"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Biancheri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-07-30 17:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Biancheri"}, "birth": {"date": "1932-07-30 17:00", "place": {"cy": "FR", "lg": 5.36667, "lat": 43.3}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "49"}}, "raw": {"H": "17", "MN": "0", "DAY": "30", "LAT": "43N18", "LON": "05E22", "MON": "7", "NUM": "49", "SEC": "0", "YEA": "1932", "NAME": "Biancheri Henri"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-427"}}, "raw": {"L": "", "MF": "", "NR": "427", "ENG": "", "MA_": "1", "G_NR": "49", "MA12": "6", "MARS": "18", "NAME": "Biancheri", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-7,200", "CSINR": "", "KURTZ": "", "PHAS_": "12,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "30.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.07.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
13895	beraud-henri-1885-09-21	{"a6": "86"}	{"lerrcp": "A6-86"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Beraud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1885-09-21 14:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1885-09-21 13:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Beraud"}, "birth": {"tzo": "+00:19:23", "date": "1885-09-21 14:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1885-09-21 13:40:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-86"}, "ids-in-sources": {"a6": "86"}}, "raw": {"H": "13", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "21", "LAT": "45N46", "LON": "4E50", "MON": "9", "NUM": "86", "PRO": "W", "SEC": "40", "YEA": "1885", "CITY": "LYON"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13902	gauquelin-a6-93-1900-09-06	{"a6": "93"}	{"lerrcp": "A6-93"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-93", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-09-06 11:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1900-09-06 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-93"}, "birth": {"tzo": "+00:09:21", "date": "1900-09-06 11:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1900-09-06 10:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-93"}, "ids-in-sources": {"a6": "93"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "30", "COU": "F", "DAY": "6", "LAT": "43N51", "LON": "4E21", "MON": "9", "NUM": "93", "PRO": "W", "SEC": "40", "YEA": "1900", "CITY": "NIMES"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
15839	biemouret-paul-1943-04-11	{"d6": "50", "3a_sports": "437", "cfepp-final3": "814"}	{"cfepp": "CF-814", "ertel": "ES-437", "lerrcp": "D6-50"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Biemouret", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-04-11 07:00", "note": null, "place": {"c1": null, "c2": "32", "c3": "", "cy": "FR", "lg": -0.5, "lat": 43.89, "name": "MAS D'AUVIGNON", "geoid": null}, "notime": null, "date-ut": "1943-04-11 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Biemouret"}, "birth": {"date": "1943-04-11 07:00", "place": {"cy": "FR", "lg": 0.63333, "lat": 43.93333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "50"}}, "raw": {"H": "7", "MN": "0", "DAY": "11", "LAT": "43N56", "LON": "00E38", "MON": "4", "NUM": "50", "SEC": "0", "YEA": "1943", "NAME": "Biemouret Paul"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-437"}}, "raw": {"L": "", "MF": "", "NR": "437", "ENG": "1", "MA_": "2", "G_NR": "50", "MA12": "1", "MARS": "3", "NAME": "Biemouret", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "8,900", "CSINR": "", "KURTZ": "", "PHAS_": "34,900", "STUND": "", "CFEPNR": "815", "EXTEND": "1", "NATION": "FRA", "TAGMON": "11.04.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Paul", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "11.04.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1943-04-11 07:00", "place": {"c2": "32", "c3": "", "cy": "FR", "lg": -0.5, "lat": 43.89, "name": "MAS D'AUVIGNON"}, "date-ut": "1943-04-11 05:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "814"}}, "raw": {"S": "1", "LT": "07 00", "LV": "I13", "TR": "f", "UT": "05 00", "LAT": "+43.89", "SRC": "L", "LONG": "-00.50", "NAME": "BIEMOURET Paul", "SPORT": "Rugby Union", "LOC_DATE": "1943 04 11", "UNIV_DATE": "1943 04 11", "BIRTH_PLACE": "MAS D'AUVIGNON", "POSTAL_CODE": "32700"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
13910	besus-roger-1915-01-18	{"a6": "101"}	{"lerrcp": "A6-101"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Besus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-01-18 07:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.7039, "lat": 49.27732, "name": "Bayeux", "geoid": 3034483}, "notime": null, "date-ut": "1915-01-18 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Besus"}, "birth": {"tzo": "+00:00", "date": "1915-01-18 07:00", "place": {"c2": "14", "cy": "FR", "lg": -0.7039, "lat": 49.27732, "name": "Bayeux", "geoid": 3034483}, "date-ut": "1915-01-18 07:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-101"}, "ids-in-sources": {"a6": "101"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "14", "COU": "F", "DAY": "18", "LAT": "49N11", "LON": "0W22", "MON": "1", "NUM": "101", "PRO": "W", "SEC": "0", "YEA": "1915", "CITY": "BAYEUX"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13915	blanchot-maurice-1907-09-22	{"a6": "106"}	{"lerrcp": "A6-106"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Blanchot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1907-09-22 02:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 5.15863, "lat": 46.76355, "name": "Devrouze", "geoid": 3021477}, "notime": null, "date-ut": "1907-09-22 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Blanchot"}, "birth": {"tzo": "+00:09:21", "date": "1907-09-22 02:00", "place": {"c2": "71", "cy": "FR", "lg": 5.15863, "lat": 46.76355, "name": "Devrouze", "geoid": 3021477}, "date-ut": "1907-09-22 01:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-106"}, "ids-in-sources": {"a6": "106"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "71", "COU": "F", "DAY": "22", "LAT": "46N18", "LON": "4E50", "MON": "9", "NUM": "106", "PRO": "W", "SEC": "40", "YEA": "1907", "CITY": "DEVROUZE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13920	bloy-leon-1846-07-11	{"a6": "111"}	{"lerrcp": "A6-111"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Bloy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:08", "date": "1846-07-11 20:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.03333, "lat": 47.25, "name": "Perigueux", "geoid": 0}, "notime": null, "date-ut": "1846-07-11 19:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Bloy"}, "birth": {"tzo": "+00:24:08", "date": "1846-07-11 20:00", "place": {"c2": "25", "cy": "FR", "lg": 6.03333, "lat": 47.25, "name": "Perigueux", "geoid": 0}, "date-ut": "1846-07-11 19:35:52"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-111"}, "ids-in-sources": {"a6": "111"}}, "raw": {"H": "19", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "11", "LAT": "47N15", "LON": "6E 2", "MON": "7", "NUM": "111", "PRO": "W", "SEC": "52", "YEA": "1846", "CITY": "PERIGUEUX"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13926	gauquelin-a6-117-1870-01-25	{"a6": "117"}	{"lerrcp": "A6-117"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-117", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:28", "date": "1870-01-25 06:00", "note": null, "place": {"c1": null, "c2": "74", "c3": null, "cy": "FR", "lg": 6.11667, "lat": 45.9, "name": "Thonon-les-Bain", "geoid": 0}, "notime": null, "date-ut": "1870-01-25 05:35:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-117"}, "birth": {"tzo": "+00:24:28", "date": "1870-01-25 06:00", "place": {"c2": "74", "cy": "FR", "lg": 6.11667, "lat": 45.9, "name": "Thonon-les-Bain", "geoid": 0}, "date-ut": "1870-01-25 05:35:32"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-117"}, "ids-in-sources": {"a6": "117"}}, "raw": {"H": "5", "MN": "35", "TZ": "0", "COD": "74", "COU": "F", "DAY": "25", "LAT": "45N54", "LON": "6E 7", "MON": "1", "NUM": "117", "PRO": "W", "SEC": "32", "YEA": "1870", "CITY": "THONON-LES-BAIN"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18355	favreau-dean-1917-04-13	{"e1": "725"}	{"lerrcp": "E1-725"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dean", "family": "Favreau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-04-13 13:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.24186, "lat": 44.91449, "name": "Libourne", "geoid": 2998517}, "notime": null, "date-ut": "1917-04-13 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Dean", "family": "Favreau"}, "birth": {"tzo": "+01:00", "date": "1917-04-13 13:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.24186, "lat": 44.91449, "name": "Libourne", "geoid": 2998517}, "date-ut": "1917-04-13 12:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "725"}}, "raw": {"H": "13:00", "COD": "33", "DAY": "13", "MON": "04", "NUM": "0725", "PRO": "MI", "YEA": "1917", "CITY": "Libourne", "NAME": "FAVREAU dean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
13933	bost-pierre-1901-09-05	{"a6": "124"}	{"lerrcp": "A6-124"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Bost", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1901-09-05 04:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 3.85244, "lat": 44.04573, "name": "Lasalle", "geoid": 3006543}, "notime": null, "date-ut": "1901-09-05 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Bost"}, "birth": {"tzo": "+00:09:21", "date": "1901-09-05 04:00", "place": {"c2": "30", "cy": "FR", "lg": 3.85244, "lat": 44.04573, "name": "Lasalle", "geoid": 3006543}, "date-ut": "1901-09-05 03:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-124"}, "ids-in-sources": {"a6": "124"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "30", "COU": "F", "DAY": "5", "LAT": "43N51", "LON": "4E21", "MON": "9", "NUM": "124", "PRO": "W", "SEC": "40", "YEA": "1901", "CITY": "LASALLE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13939	gauquelin-a6-131-1922-01-24	{"a6": "131"}	{"lerrcp": "A6-131"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-131", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-01-24 15:30", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.82606, "lat": 49.41794, "name": "Compiègne", "geoid": 3024066}, "notime": null, "date-ut": "1922-01-24 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-131"}, "birth": {"tzo": "+00:00", "date": "1922-01-24 15:30", "place": {"c2": "60", "cy": "FR", "lg": 2.82606, "lat": 49.41794, "name": "Compiègne", "geoid": 3024066}, "date-ut": "1922-01-24 15:30"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-131"}, "ids-in-sources": {"a6": "131"}}, "raw": {"H": "15", "MN": "30", "TZ": "0", "COD": "60", "COU": "F", "DAY": "24", "LAT": "49N26", "LON": "2E 5", "MON": "1", "NUM": "131", "PRO": "W", "SEC": "0", "YEA": "1922", "CITY": "COMPIEGNE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13932	bosco-henri-1888-11-16	{"a6": "123"}	{"lerrcp": "A6-123"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Bosco", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:14", "date": "1888-11-16 02:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1888-11-16 01:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Bosco"}, "birth": {"tzo": "+00:19:14", "date": "1888-11-16 02:00", "place": {"c2": "84", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1888-11-16 01:40:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-123"}, "ids-in-sources": {"a6": "123"}}, "raw": {"H": "1", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "16", "LAT": "43N57", "LON": "4E50", "MON": "11", "NUM": "123", "PRO": "W", "SEC": "40", "YEA": "1888", "CITY": "AVIGNON"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
24298	assire-gustave-1870-10-30	{"g55": "06-13"}	{"g55": "06-13"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Assire", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1870-10-30 16:00", "note": null, "place": {"c1": "", "c2": "49", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Angers", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Assire", "nobility": ""}, "birth": {"date": "1870-10-30 16:00", "place": {"c1": "", "c2": "49", "c3": "", "cy": "FR", "name": "Angers"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-13"}}, "raw": {"DAY": "30-10-1870", "HOUR": "16 h.", "NAME": "ASSIRE Gustave", "PLACE": "Angers (Maine-et-Loire)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
13944	bourges-elemir-1852-03-26	{"a6": "136"}	{"lerrcp": "A6-136"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elemir", "family": "Bourges", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:09", "date": "1852-03-26 09:00", "note": null, "place": {"c1": null, "c2": "04", "c3": null, "cy": "FR", "lg": 5.78688, "lat": 43.82883, "name": "Manosque", "geoid": 2996180}, "notime": null, "date-ut": "1852-03-26 08:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Elemir", "family": "Bourges"}, "birth": {"tzo": "+00:23:09", "date": "1852-03-26 09:00", "place": {"c2": "04", "cy": "FR", "lg": 5.78688, "lat": 43.82883, "name": "Manosque", "geoid": 2996180}, "date-ut": "1852-03-26 08:35"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-136"}, "ids-in-sources": {"a6": "136"}}, "raw": {"H": "8", "MN": "35", "TZ": "0", "COD": "04", "COU": "F", "DAY": "26", "LAT": "44N 6", "LON": "6E15", "MON": "3", "NUM": "136", "PRO": "W", "SEC": "0", "YEA": "1852", "CITY": "MANOSQUE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13948	boylesve-rene-1867-04-14	{"a6": "140"}	{"lerrcp": "A6-140"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Boylesve", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:48", "date": "1867-04-14 03:30", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": 0.7, "lat": 47.4, "name": "La Haye-Descart", "geoid": 0}, "notime": null, "date-ut": "1867-04-14 03:27:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "René", "family": "Boylesve"}, "birth": {"tzo": "+00:02:48", "date": "1867-04-14 03:30", "place": {"c2": "37", "cy": "FR", "lg": 0.7, "lat": 47.4, "name": "La Haye-Descart", "geoid": 0}, "date-ut": "1867-04-14 03:27:12"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-140"}, "ids-in-sources": {"a6": "140"}}, "raw": {"H": "3", "MN": "27", "TZ": "0", "COD": "37", "COU": "F", "DAY": "14", "LAT": "47N24", "LON": "0E42", "MON": "4", "NUM": "140", "PRO": "W", "SEC": "12", "YEA": "1867", "CITY": "LA HAYE-DESCART"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13949	braibant-charles-1889-03-31	{"a6": "141"}	{"lerrcp": "A6-141"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Braibant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10", "date": "1889-03-31 10:00", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.5, "lat": 48.88333, "name": "Villemomble", "geoid": 2968653}, "notime": null, "date-ut": "1889-03-31 09:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Braibant"}, "birth": {"tzo": "+00:10", "date": "1889-03-31 10:00", "place": {"c2": "93", "cy": "FR", "lg": 2.5, "lat": 48.88333, "name": "Villemomble", "geoid": 2968653}, "date-ut": "1889-03-31 09:50"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-141"}, "ids-in-sources": {"a6": "141"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "93", "COU": "F", "DAY": "31", "LAT": "48N55", "LON": "2E30", "MON": "3", "NUM": "141", "PRO": "W", "SEC": "0", "YEA": "1889", "CITY": "VILLEMOMBLE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13958	brion-marcel-1895-11-21	{"a6": "152"}	{"lerrcp": "A6-152"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Brion", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-11-21 17:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1895-11-21 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Brion"}, "birth": {"tzo": "+00:09:21", "date": "1895-11-21 17:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1895-11-21 16:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-152"}, "ids-in-sources": {"a6": "152"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "13", "COU": "F", "DAY": "21", "LAT": "43N18", "LON": "5E22", "MON": "11", "NUM": "152", "PRO": "W", "SEC": "40", "YEA": "1895", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
15842	bitossi-franco-1940-09-01	{"d6": "53", "3a_sports": "457"}	{"ertel": "ES-457", "lerrcp": "D6-53"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franco", "family": "Bitossi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-09-01 20:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.78333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Franco", "family": "Bitossi"}, "birth": {"date": "1940-09-01 20:00", "place": {"cy": "IT", "lg": 11.25, "lat": 43.78333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "53"}}, "raw": {"H": "20", "MN": "0", "DAY": "1", "LAT": "43N47", "LON": "11E15", "MON": "9", "NUM": "53", "SEC": "0", "YEA": "1940", "NAME": "Bitossi Franco"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-457"}}, "raw": {"L": "", "MF": "", "NR": "457", "ENG": "", "MA_": "1", "G_NR": "53", "MA12": "7", "MARS": "19", "NAME": "Bitossi", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-4,700", "CSINR": "", "KURTZ": "", "PHAS_": "2,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.09.", "ZITATE": "DH", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Franco", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "01.09.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
13969	cabanis-jose-1922-03-24	{"a6": "164"}	{"lerrcp": "A6-164"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "José", "family": "Cabanis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-03-24 12:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1922-03-24 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "José", "family": "Cabanis"}, "birth": {"tzo": "+00:00", "date": "1922-03-24 12:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1922-03-24 12:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-164"}, "ids-in-sources": {"a6": "164"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "31", "COU": "F", "DAY": "24", "LAT": "43N37", "LON": "1E26", "MON": "3", "NUM": "164", "PRO": "W", "SEC": "0", "YEA": "1922", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13974	capus-alfred-1857-11-25	{"a6": "169"}	{"lerrcp": "A6-169"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Capus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:48", "date": "1857-11-25 07:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "notime": null, "date-ut": "1857-11-25 06:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Capus"}, "birth": {"tzo": "+00:21:48", "date": "1857-11-25 07:00", "place": {"c2": "13", "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "date-ut": "1857-11-25 06:38:32"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-169"}, "ids-in-sources": {"a6": "169"}}, "raw": {"H": "6", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "25", "LAT": "43N18", "LON": "5E22", "MON": "11", "NUM": "169", "PRO": "W", "SEC": "32", "YEA": "1857", "CITY": "AIX-EN-PROVENCE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13979	cau-jean-1925-07-08	{"a6": "175"}	{"lerrcp": "A6-175"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Cau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1925-07-08 16:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 2.11341, "lat": 43.24376, "name": "Bram", "geoid": 3030589}, "notime": null, "date-ut": "1925-07-08 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Cau"}, "birth": {"tzo": "+01:00", "date": "1925-07-08 16:00", "place": {"c2": "11", "cy": "FR", "lg": 2.11341, "lat": 43.24376, "name": "Bram", "geoid": 3030589}, "date-ut": "1925-07-08 15:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-175"}, "ids-in-sources": {"a6": "175"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "11", "COU": "F", "DAY": "8", "LAT": "43N12", "LON": "2E21", "MON": "7", "NUM": "175", "PRO": "W", "SEC": "0", "YEA": "1925", "CITY": "BRAM"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13983	chabrier-agnes-1914-08-02	{"a6": "179"}	{"lerrcp": "A6-179"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Agnes", "family": "Chabrier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-08-02 08:15", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "notime": null, "date-ut": "1914-08-02 08:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Agnes", "family": "Chabrier"}, "birth": {"tzo": "+00:00", "date": "1914-08-02 08:15", "place": {"c2": "59", "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "date-ut": "1914-08-02 08:15"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-179"}, "ids-in-sources": {"a6": "179"}}, "raw": {"H": "8", "MN": "15", "TZ": "0", "COD": "59", "COU": "F", "DAY": "2", "LAT": "50N39", "LON": "3E 5", "MON": "8", "NUM": "179", "PRO": "W", "SEC": "0", "YEA": "1914", "CITY": "TOURCOING"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13987	chadourne-marc-1895-05-23	{"a6": "183"}	{"lerrcp": "A6-183"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marc", "family": "Chadourne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-05-23 09:00", "note": null, "place": {"c1": null, "c2": "19", "c3": null, "cy": "FR", "lg": 1.76667, "lat": 45.26667, "name": "Brive", "geoid": 0}, "notime": null, "date-ut": "1895-05-23 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Marc", "family": "Chadourne"}, "birth": {"tzo": "+00:09:21", "date": "1895-05-23 09:00", "place": {"c2": "19", "cy": "FR", "lg": 1.76667, "lat": 45.26667, "name": "Brive", "geoid": 0}, "date-ut": "1895-05-23 08:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-183"}, "ids-in-sources": {"a6": "183"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "19", "COU": "F", "DAY": "23", "LAT": "45N16", "LON": "1E46", "MON": "5", "NUM": "183", "PRO": "W", "SEC": "40", "YEA": "1895", "CITY": "BRIVE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13992	chardonne-jacques-1884-01-02	{"a6": "188"}	{"lerrcp": "A6-188"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Chardonne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:40", "date": "1884-01-02 15:30", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": 0.16667, "lat": 45.65, "name": "Barbezieux", "geoid": 0}, "notime": null, "date-ut": "1884-01-02 15:29:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Chardonne"}, "birth": {"tzo": "+00:00:40", "date": "1884-01-02 15:30", "place": {"c2": "16", "cy": "FR", "lg": 0.16667, "lat": 45.65, "name": "Barbezieux", "geoid": 0}, "date-ut": "1884-01-02 15:29:20"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-188"}, "ids-in-sources": {"a6": "188"}}, "raw": {"H": "15", "MN": "29", "TZ": "0", "COD": "16", "COU": "F", "DAY": "2", "LAT": "45N39", "LON": "0E10", "MON": "1", "NUM": "188", "PRO": "W", "SEC": "20", "YEA": "1884", "CITY": "BARBEZIEUX"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13997	cherau-gaston-1872-11-06	{"a6": "193"}	{"lerrcp": "A6-193"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Cherau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:50", "date": "1872-11-06 05:00", "note": null, "place": {"c1": null, "c2": "79", "c3": null, "cy": "FR", "lg": -0.45877, "lat": 46.32313, "name": "Niort", "geoid": 2990355}, "notime": null, "date-ut": "1872-11-06 05:01:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Cherau"}, "birth": {"tzo": "-00:01:50", "date": "1872-11-06 05:00", "place": {"c2": "79", "cy": "FR", "lg": -0.45877, "lat": 46.32313, "name": "Niort", "geoid": 2990355}, "date-ut": "1872-11-06 05:01:48"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-193"}, "ids-in-sources": {"a6": "193"}}, "raw": {"H": "5", "MN": "1", "TZ": "0", "COD": "79", "COU": "F", "DAY": "6", "LAT": "46N19", "LON": "0W27", "MON": "11", "NUM": "193", "PRO": "W", "SEC": "48", "YEA": "1872", "CITY": "NIORT"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14002	cladel-leon-1835-03-15	{"a6": "198"}	{"lerrcp": "A6-198"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Cladel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:29", "date": "1835-03-15 16:00", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.62055, "lat": 44.20199, "name": "Agen", "geoid": 3038634}, "notime": null, "date-ut": "1835-03-15 15:57:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Cladel"}, "birth": {"tzo": "+00:02:29", "date": "1835-03-15 16:00", "place": {"c2": "47", "cy": "FR", "lg": 0.62055, "lat": 44.20199, "name": "Agen", "geoid": 3038634}, "date-ut": "1835-03-15 15:57:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-198"}, "ids-in-sources": {"a6": "198"}}, "raw": {"H": "15", "MN": "57", "TZ": "0", "COD": "47", "COU": "F", "DAY": "15", "LAT": "44N12", "LON": "0E38", "MON": "3", "NUM": "198", "PRO": "W", "SEC": "28", "YEA": "1835", "CITY": "AGEN"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14007	clavel-bernard-1923-05-29	{"a6": "203"}	{"lerrcp": "A6-203"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Clavel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1923-05-29 11:30", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.55575, "lat": 46.67535, "name": "Lons-le-Saunier", "geoid": 2997626}, "notime": null, "date-ut": "1923-05-29 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Clavel"}, "birth": {"tzo": "+01:00", "date": "1923-05-29 11:30", "place": {"c2": "39", "cy": "FR", "lg": 5.55575, "lat": 46.67535, "name": "Lons-le-Saunier", "geoid": 2997626}, "date-ut": "1923-05-29 10:30"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-203"}, "ids-in-sources": {"a6": "203"}}, "raw": {"H": "10", "MN": "30", "TZ": "0", "COD": "39", "COU": "F", "DAY": "29", "LAT": "46N40", "LON": "5E33", "MON": "5", "NUM": "203", "PRO": "W", "SEC": "0", "YEA": "1923", "CITY": "LONS-LE-SAUNIER"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14016	constantin-weyer-maurice-1881-04-24	{"a6": "213"}	{"lerrcp": "A6-213"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Constantin-Weyer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:32", "date": "1881-04-24 08:15", "note": null, "place": {"c1": null, "c2": "52", "c3": null, "cy": "FR", "lg": 5.13333, "lat": 48.11667, "name": "Bourbonne-les-B", "geoid": 0}, "notime": null, "date-ut": "1881-04-24 07:54:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Constantin-Weyer"}, "birth": {"tzo": "+00:20:32", "date": "1881-04-24 08:15", "place": {"c2": "52", "cy": "FR", "lg": 5.13333, "lat": 48.11667, "name": "Bourbonne-les-B", "geoid": 0}, "date-ut": "1881-04-24 07:54:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-213"}, "ids-in-sources": {"a6": "213"}}, "raw": {"H": "7", "MN": "54", "TZ": "0", "COD": "52", "COU": "F", "DAY": "24", "LAT": "48N 7", "LON": "5E 8", "MON": "4", "NUM": "213", "PRO": "W", "SEC": "28", "YEA": "1881", "CITY": "BOURBONNE-LES-B"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14021	courteline-georges-1858-06-25	{"a6": "218"}	{"lerrcp": "A6-218"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Courteline", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:49", "date": "1858-06-25 06:00", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "notime": null, "date-ut": "1858-06-25 05:57:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Courteline"}, "birth": {"tzo": "+00:02:49", "date": "1858-06-25 06:00", "place": {"c2": "37", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "date-ut": "1858-06-25 05:57:12"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-218"}, "ids-in-sources": {"a6": "218"}}, "raw": {"H": "5", "MN": "57", "TZ": "0", "COD": "37", "COU": "F", "DAY": "25", "LAT": "47N24", "LON": "0E42", "MON": "6", "NUM": "218", "PRO": "W", "SEC": "12", "YEA": "1858", "CITY": "TOURS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14026	curtis-jean-1917-05-22	{"a6": "223"}	{"lerrcp": "A6-223"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Curtis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-05-22 22:30", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.77266, "lat": 43.48834, "name": "Orthez", "geoid": 2989187}, "notime": null, "date-ut": "1917-05-22 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Curtis"}, "birth": {"tzo": "+01:00", "date": "1917-05-22 22:30", "place": {"c2": "64", "cy": "FR", "lg": -0.77266, "lat": 43.48834, "name": "Orthez", "geoid": 2989187}, "date-ut": "1917-05-22 21:30"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-223"}, "ids-in-sources": {"a6": "223"}}, "raw": {"H": "21", "MN": "30", "TZ": "0", "COD": "64", "COU": "F", "DAY": "22", "LAT": "43N18", "LON": "0W22", "MON": "5", "NUM": "223", "PRO": "W", "SEC": "0", "YEA": "1917", "CITY": "ORTHEZ"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14031	dash-gabrielle-1804-08-01	{"a6": "228"}	{"lerrcp": "A6-228"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabrielle", "family": "Dash", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01:22", "date": "1804-08-01 05:00", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "notime": null, "date-ut": "1804-08-01 04:58:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Gabrielle", "family": "Dash"}, "birth": {"tzo": "+00:01:22", "date": "1804-08-01 05:00", "place": {"c2": "86", "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "date-ut": "1804-08-01 04:58:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-228"}, "ids-in-sources": {"a6": "228"}}, "raw": {"H": "4", "MN": "58", "TZ": "0", "COD": "86", "COU": "F", "DAY": "1", "LAT": "46N35", "LON": "0E20", "MON": "8", "NUM": "228", "PRO": "W", "SEC": "40", "YEA": "1804", "CITY": "POITIERS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14038	davet-michel-1905-12-03	{"a6": "235"}	{"lerrcp": "A6-235"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Davet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1905-12-03 16:00", "note": null, "place": {"c1": null, "c2": "46", "c3": null, "cy": "FR", "lg": 1.33639, "lat": 44.55633, "name": "Catus", "geoid": 3028231}, "notime": null, "date-ut": "1905-12-03 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Davet"}, "birth": {"tzo": "+00:09:21", "date": "1905-12-03 16:00", "place": {"c2": "46", "cy": "FR", "lg": 1.33639, "lat": 44.55633, "name": "Catus", "geoid": 3028231}, "date-ut": "1905-12-03 15:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-235"}, "ids-in-sources": {"a6": "235"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "46", "COU": "F", "DAY": "3", "LAT": "44N27", "LON": "1E26", "MON": "12", "NUM": "235", "PRO": "W", "SEC": "40", "YEA": "1905", "CITY": "CATUS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14041	dekobra-maurice-1885-05-26	{"a6": "238"}	{"lerrcp": "A6-238"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Dekobra", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1885-05-26 07:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1885-05-26 06:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Dekobra"}, "birth": {"tzo": "+00:09:24", "date": "1885-05-26 07:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1885-05-26 06:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-238"}, "ids-in-sources": {"a6": "238"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "26", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "238", "PRO": "W", "SEC": "40", "YEA": "1885", "CITY": "PARIS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14044	delly-frederic-1876-09-06	{"a6": "242"}	{"lerrcp": "A6-242"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Delly", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:11:03", "date": "1876-09-06 02:00", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -2.76205, "lat": 47.65688, "name": "Vannes", "geoid": 2970777}, "notime": null, "date-ut": "1876-09-06 02:10:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Delly"}, "birth": {"tzo": "-00:11:03", "date": "1876-09-06 02:00", "place": {"c2": "56", "cy": "FR", "lg": -2.76205, "lat": 47.65688, "name": "Vannes", "geoid": 2970777}, "date-ut": "1876-09-06 02:10:56"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-242"}, "ids-in-sources": {"a6": "242"}}, "raw": {"H": "2", "MN": "10", "TZ": "0", "COD": "56", "COU": "F", "DAY": "6", "LAT": "47N40", "LON": "2W44", "MON": "9", "NUM": "242", "PRO": "W", "SEC": "56", "YEA": "1876", "CITY": "VANNES"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14051	descaves-lucien-1861-03-18	{"a6": "249"}	{"lerrcp": "A6-249"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Descaves", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1861-03-18 02:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1861-03-18 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Descaves"}, "birth": {"tzo": "+00:09:24", "date": "1861-03-18 02:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1861-03-18 01:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-249"}, "ids-in-sources": {"a6": "249"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "18", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "249", "PRO": "W", "SEC": "40", "YEA": "1861", "CITY": "PARIS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14059	dhotel-andre-1900-09-01	{"a6": "257"}	{"lerrcp": "A6-257"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Dhotel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-09-01 07:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.57803, "lat": 49.47846, "name": "Attigny", "geoid": 3036444}, "notime": null, "date-ut": "1900-09-01 06:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "André", "family": "Dhotel"}, "birth": {"tzo": "+00:09:21", "date": "1900-09-01 07:00", "place": {"c2": "08", "cy": "FR", "lg": 4.57803, "lat": 49.47846, "name": "Attigny", "geoid": 3036444}, "date-ut": "1900-09-01 06:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-257"}, "ids-in-sources": {"a6": "257"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "08", "COU": "F", "DAY": "1", "LAT": "49N46", "LON": "4E44", "MON": "9", "NUM": "257", "PRO": "W", "SEC": "40", "YEA": "1900", "CITY": "ATTIGNY"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14060	dieterlen-jacques-1893-11-28	{"a6": "258"}	{"lerrcp": "A6-258"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Dieterlen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1893-11-28 18:30", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.01275, "lat": 43.55135, "name": "Cannes", "geoid": 3028808}, "notime": null, "date-ut": "1893-11-28 18:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Dieterlen"}, "birth": {"tzo": "+00:09:21", "date": "1893-11-28 18:30", "place": {"c2": "06", "cy": "FR", "lg": 7.01275, "lat": 43.55135, "name": "Cannes", "geoid": 3028808}, "date-ut": "1893-11-28 18:20:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-258"}, "ids-in-sources": {"a6": "258"}}, "raw": {"H": "18", "MN": "20", "TZ": "0", "COD": "06", "COU": "F", "DAY": "28", "LAT": "43N42", "LON": "7E16", "MON": "11", "NUM": "258", "PRO": "W", "SEC": "40", "YEA": "1893", "CITY": "CANNES"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18356	favre-gilly-jean-1920-10-11	{"e1": "726"}	{"lerrcp": "E1-726"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Favre-Gilly", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-10-11 14:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "6", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1920-10-11 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Favre-Gilly"}, "birth": {"tzo": "+01:00", "date": "1920-10-11 14:00", "place": {"c2": "69", "c3": "6", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1920-10-11 13:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "726"}}, "raw": {"H": "14:00", "COD": "69", "DAY": "11", "MON": "10", "NUM": "0726", "PRO": "PH", "YEA": "1920", "CITY": "Lyon 6ème", "NAME": "FAVRE-GILLY Jean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18374	ferroir-jean-1908-11-29	{"e1": "744"}	{"lerrcp": "E1-744"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Ferroir", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1908-11-29 03:00", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Clichy", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Ferroir"}, "birth": {"tzo": "", "date": "1908-11-29 03:00", "place": {"c2": "93", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Clichy", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "744"}}, "raw": {"H": "03:00", "COD": "93", "DAY": "29", "MON": "11", "NUM": "0744", "PRO": "PH", "YEA": "1908", "CITY": "Clichy", "NAME": "FERROIR Jean", "NOTE": "-"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
14068	gauquelin-a6-267-1893-01-03	{"a6": "267"}	{"lerrcp": "A6-267"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-267", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1893-01-03 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1893-01-03 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-267"}, "birth": {"tzo": "+00:09:21", "date": "1893-01-03 06:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1893-01-03 05:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-267"}, "ids-in-sources": {"a6": "267"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "3", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "267", "PRO": "W", "SEC": "40", "YEA": "1893", "CITY": "PARIS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14069	droit-michel-1923-01-23	{"a6": "268"}	{"lerrcp": "A6-268"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Droit", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-01-23 04:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.43769, "lat": 48.8486, "name": "Vincennes", "geoid": 2968054}, "notime": null, "date-ut": "1923-01-23 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Droit"}, "birth": {"tzo": "+00:00", "date": "1923-01-23 04:00", "place": {"c2": "94", "cy": "FR", "lg": 2.43769, "lat": 48.8486, "name": "Vincennes", "geoid": 2968054}, "date-ut": "1923-01-23 04:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-268"}, "ids-in-sources": {"a6": "268"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "94", "COU": "F", "DAY": "23", "LAT": "48N47", "LON": "2E29", "MON": "1", "NUM": "268", "PRO": "W", "SEC": "0", "YEA": "1923", "CITY": "VINCENNES"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
15845	blankers-koen-fanny-1918-04-26	{"d6": "56", "3a_sports": "469"}	{"ertel": "ES-469", "lerrcp": "D6-56"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fanny", "family": "Blankers-Koen", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1918-04-26 02:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "NL", "lg": 5.26667, "lat": 52.21667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Fanny", "family": "Blankers-Koen"}, "birth": {"date": "1918-04-26 02:00", "place": {"cy": "NL", "lg": 5.26667, "lat": 52.21667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "56"}}, "raw": {"H": "2", "MN": "0", "DAY": "26", "LAT": "52N13", "LON": "05E16", "MON": "4", "NUM": "56", "SEC": "0", "YEA": "1918", "NAME": "Blankers-Koen Fanny"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "F", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-469"}}, "raw": {"L": "", "MF": "F", "NR": "469", "ENG": "", "MA_": "0", "G_NR": "56", "MA12": "5", "MARS": "15", "NAME": "Blankers-Koen", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "1,600", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "NET", "TAGMON": "26.04.", "ZITATE": "DKSTBFO", "ZITSUM": "7", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Fanny", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "26.04.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "6"}, "date": "2023-08-20T14:44:56+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
14081	dumay-raymond-1916-11-06	{"a6": "283"}	{"lerrcp": "A6-283"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Dumay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-11-06 13:00", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 4.88317, "lat": 46.30098, "name": "Replonges", "geoid": 2983942}, "notime": null, "date-ut": "1916-11-06 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Dumay"}, "birth": {"tzo": "+00:00", "date": "1916-11-06 13:00", "place": {"c2": "01", "cy": "FR", "lg": 4.88317, "lat": 46.30098, "name": "Replonges", "geoid": 2983942}, "date-ut": "1916-11-06 13:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-283"}, "ids-in-sources": {"a6": "283"}}, "raw": {"H": "13", "MN": "0", "TZ": "0", "COD": "01", "COU": "F", "DAY": "6", "LAT": "46N12", "LON": "5E13", "MON": "11", "NUM": "283", "PRO": "W", "SEC": "0", "YEA": "1916", "CITY": "REPLONGES"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14086	dupe-gilbert-1900-08-30	{"a6": "288"}	{"lerrcp": "A6-288"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilbert", "family": "Dupe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-08-30 01:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1900-08-30 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Gilbert", "family": "Dupe"}, "birth": {"tzo": "+00:09:21", "date": "1900-08-30 01:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1900-08-30 00:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-288"}, "ids-in-sources": {"a6": "288"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "44", "COU": "F", "DAY": "30", "LAT": "47N13", "LON": "1W35", "MON": "8", "NUM": "288", "PRO": "W", "SEC": "40", "YEA": "1900", "CITY": "NANTES"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18357	fayard-jean-1910-09-24	{"e1": "727"}	{"lerrcp": "E1-727"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Fayard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-09-24 00:00", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 4.23619, "lat": 46.58119, "name": "Génelard", "geoid": 3016375}, "notime": null, "date-ut": "1910-09-23 23:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Fayard"}, "birth": {"tzo": "+00:09", "date": "1910-09-24 00:00", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 4.23619, "lat": 46.58119, "name": "Génelard", "geoid": 3016375}, "date-ut": "1910-09-23 23:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "727"}}, "raw": {"H": "00:00", "COD": "71", "DAY": "24", "MON": "09", "NUM": "0727", "PRO": "MI", "YEA": "1910", "CITY": "Genelard", "NAME": "FAYARD Jean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18358	fayet-georges-1902-10-03	{"e1": "728"}	{"lerrcp": "E1-728"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Fayet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1902-10-03 07:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Oloron-Ste Marie", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Fayet"}, "birth": {"tzo": "", "date": "1902-10-03 07:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Oloron-Ste Marie", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "728"}}, "raw": {"H": "07:00", "COD": "64", "DAY": "03", "MON": "10", "NUM": "0728", "PRO": "MI", "YEA": "1902", "CITY": "Oloron-Ste Marie", "NAME": "FAYET Georges", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14095	erckmann-emile-1822-05-20	{"a6": "297"}	{"lerrcp": "A6-297"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Erckmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:02", "date": "1822-05-20 20:04:18", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 7.2582, "lat": 48.76771, "name": "Phalsbourg", "geoid": 2987421}, "notime": null, "date-ut": "1822-05-20 19:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Erckmann"}, "birth": {"tzo": "+00:29:02", "date": "1822-05-20 20:04:18", "place": {"c2": "57", "cy": "FR", "lg": 7.2582, "lat": 48.76771, "name": "Phalsbourg", "geoid": 2987421}, "date-ut": "1822-05-20 19:35:16"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-297"}, "ids-in-sources": {"a6": "297"}}, "raw": {"H": "19", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "20", "LAT": "49N 7", "LON": "6E11", "MON": "5", "NUM": "297", "PRO": "W", "SEC": "16", "YEA": "1822", "CITY": "PHALSBOURG"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14100	fabre-ferdinand-1827-06-09	{"a6": "302"}	{"lerrcp": "A6-302"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Fabre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:38", "date": "1827-06-09 02:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.15892, "lat": 43.61602, "name": "Bédarieux", "geoid": 3033913}, "notime": null, "date-ut": "1827-06-09 01:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Fabre"}, "birth": {"tzo": "+00:12:38", "date": "1827-06-09 02:00", "place": {"c2": "34", "cy": "FR", "lg": 3.15892, "lat": 43.61602, "name": "Bédarieux", "geoid": 3033913}, "date-ut": "1827-06-09 01:44:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-302"}, "ids-in-sources": {"a6": "302"}}, "raw": {"H": "1", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "9", "LAT": "43N37", "LON": "3E53", "MON": "6", "NUM": "302", "PRO": "W", "SEC": "28", "YEA": "1827", "CITY": "BEDARIEUX"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
6250	farrere-claude-1876-04-27	{"a3": "524", "a6": "306"}	{"lerrcp": "A3-524"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Farrere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1876-04-27 17:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "6", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1876-04-27 16:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "novelist"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Farrere"}, "birth": {"tzo": "+00:19:23", "date": "1876-04-27 17:00", "place": {"c2": "69", "c3": "6", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1876-04-27 16:40:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-524"}, "ids-in-sources": {"a3": "524"}}, "raw": {"H": "16", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "27", "LAT": "45N46", "LON": "4E50", "MON": "4", "NUM": "524", "PRO": "M", "SEC": "40", "YEA": "1876", "CITY": "LYON 6E"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "306"}}, "raw": {"H": "16", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "27", "LAT": "45N46", "LON": "4E50", "MON": "4", "NUM": "306", "PRO": "W", "SEC": "40", "YEA": "1876", "CITY": "LYON"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14107	faure-gabriel-1877-05-15	{"a6": "310"}	{"lerrcp": "A6-310"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Faure", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:24", "date": "1877-05-15 16:00", "note": null, "place": {"c1": null, "c2": "07", "c3": null, "cy": "FR", "lg": 4.6, "lat": 44.73333, "name": "Tournon/Rhone", "geoid": 0}, "notime": null, "date-ut": "1877-05-15 15:41:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Faure"}, "birth": {"tzo": "+00:18:24", "date": "1877-05-15 16:00", "place": {"c2": "07", "cy": "FR", "lg": 4.6, "lat": 44.73333, "name": "Tournon/Rhone", "geoid": 0}, "date-ut": "1877-05-15 15:41:36"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-310"}, "ids-in-sources": {"a6": "310"}}, "raw": {"H": "15", "MN": "41", "TZ": "0", "COD": "07", "COU": "F", "DAY": "15", "LAT": "44N44", "LON": "4E36", "MON": "5", "NUM": "310", "PRO": "W", "SEC": "36", "YEA": "1877", "CITY": "TOURNON/RHONE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14110	feuillet-octave-1821-08-11	{"a6": "313"}	{"lerrcp": "A6-313"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Octave", "family": "Feuillet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:22", "date": "1821-08-11 15:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.09031, "lat": 49.11624, "name": "Saint-Lô", "geoid": 2978758}, "notime": null, "date-ut": "1821-08-11 15:04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Octave", "family": "Feuillet"}, "birth": {"tzo": "-00:04:22", "date": "1821-08-11 15:00", "place": {"c2": "50", "cy": "FR", "lg": -1.09031, "lat": 49.11624, "name": "Saint-Lô", "geoid": 2978758}, "date-ut": "1821-08-11 15:04:20"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-313"}, "ids-in-sources": {"a6": "313"}}, "raw": {"H": "15", "MN": "4", "TZ": "0", "COD": "50", "COU": "F", "DAY": "11", "LAT": "49N 7", "LON": "1W 5", "MON": "8", "NUM": "313", "PRO": "W", "SEC": "20", "YEA": "1821", "CITY": "SAINT-LO"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18359	fedvre-henri-1922-08-05	{"e1": "729"}	{"lerrcp": "E1-729"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Fedvre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-08-05 15:00", "note": null, "place": {"c1": null, "c2": "25", "c3": "", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1922-08-05 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Fedvre"}, "birth": {"tzo": "+01:00", "date": "1922-08-05 15:00", "place": {"c2": "25", "c3": "", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1922-08-05 14:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "729"}}, "raw": {"H": "15:00", "COD": "25", "DAY": "05", "MON": "08", "NUM": "0729", "PRO": "PH", "YEA": "1922", "CITY": "Besançon", "NAME": "FEDVRE Henri", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14126	fougere-jean-1914-05-05	{"a6": "329"}	{"lerrcp": "A6-329"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Fougere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-05-05 14:00", "note": null, "place": {"c1": null, "c2": "18", "c3": null, "cy": "FR", "lg": 2.38333, "lat": 47.08333, "name": "Saint-Amand", "geoid": 0}, "notime": null, "date-ut": "1914-05-05 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Fougere"}, "birth": {"tzo": "+00:00", "date": "1914-05-05 14:00", "place": {"c2": "18", "cy": "FR", "lg": 2.38333, "lat": 47.08333, "name": "Saint-Amand", "geoid": 0}, "date-ut": "1914-05-05 14:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-329"}, "ids-in-sources": {"a6": "329"}}, "raw": {"H": "14", "MN": "0", "TZ": "0", "COD": "18", "COU": "F", "DAY": "5", "LAT": "47N 5", "LON": "2E23", "MON": "5", "NUM": "329", "PRO": "W", "SEC": "0", "YEA": "1914", "CITY": "ST-AMAND"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18360	fenelon-francois-1911-10-25	{"e1": "730"}	{"lerrcp": "E1-730"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Fenelon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-10-25 18:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1911-10-25 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "François", "family": "Fenelon"}, "birth": {"tzo": "+00:00", "date": "1911-10-25 18:00", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1911-10-25 18:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "730"}}, "raw": {"H": "18:00", "COD": "83", "DAY": "25", "MON": "10", "NUM": "0730", "PRO": "PH", "YEA": "1911", "CITY": "Toulon", "NAME": "FENELON François", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14133	franc-nohain-legrand-1872-10-25	{"a6": "336"}	{"lerrcp": "A6-336"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Legrand)", "family": "Franc-Nohain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:44", "date": "1872-10-25 20:00", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.68285, "lat": 47.25678, "name": "Corbigny", "geoid": 3023735}, "notime": null, "date-ut": "1872-10-25 19:47:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "(Legrand)", "family": "Franc-Nohain"}, "birth": {"tzo": "+00:14:44", "date": "1872-10-25 20:00", "place": {"c2": "58", "cy": "FR", "lg": 3.68285, "lat": 47.25678, "name": "Corbigny", "geoid": 3023735}, "date-ut": "1872-10-25 19:47:24"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-336"}, "ids-in-sources": {"a6": "336"}}, "raw": {"H": "19", "MN": "47", "TZ": "0", "COD": "58", "COU": "F", "DAY": "25", "LAT": "46N59", "LON": "3E 9", "MON": "10", "NUM": "336", "PRO": "W", "SEC": "24", "YEA": "1872", "CITY": "CORBIGNY"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
9177	fromentin-eugene-1820-10-24	{"a4": "425", "a6": "341", "g55": "05-116"}	{"g55": "05-116", "lerrcp": "A4-425"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Fromentin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:37", "date": "1820-10-24 11:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -1.15222, "lat": 46.16308, "name": "La Rochelle", "geoid": 3006787}, "notime": null, "date-ut": "1820-10-24 11:04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter", "novelist"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Fromentin"}, "birth": {"tzo": "-00:04:37", "date": "1820-10-24 11:00", "place": {"c2": "17", "cy": "FR", "lg": -1.15222, "lat": 46.16308, "name": "La Rochelle", "geoid": 3006787}, "date-ut": "1820-10-24 11:04:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-425"}, "ids-in-sources": {"a4": "425"}}, "raw": {"H": "11", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "24", "LAT": "46N 9", "LON": "1W10", "MON": "10", "NUM": "425", "PRO": "P", "SEC": "40", "YEA": "1820", "CITY": "LA ROCHELLE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "341"}}, "raw": {"H": "11", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "24", "LAT": "46N 9", "LON": "1W10", "MON": "10", "NUM": "341", "PRO": "W", "SEC": "40", "YEA": "1820", "CITY": "LA ROCHELLE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"partial-ids": {"g55": "05-116"}, "ids-in-source": {"g55": "05-116"}}, "raw": {"DAY": "24-10-1820", "HOUR": "11 h.", "NAME": "FROMENTIN Eugène", "PLACE": "La Rochelle (Charente-Mar.)."}, "date": "2023-08-20T14:48:38+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
15849	bonatti-walter-1930-06-22	{"d6": "60", "3a_sports": "522"}	{"ertel": "ES-522", "lerrcp": "D6-60"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Bonatti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-06-22 04:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 9.66667, "lat": 45.7, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mountaineer"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Bonatti"}, "birth": {"date": "1930-06-22 04:00", "place": {"cy": "IT", "lg": 9.66667, "lat": 45.7}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "60"}}, "raw": {"H": "4", "MN": "0", "DAY": "22", "LAT": "45N42", "LON": "09E40", "MON": "6", "NUM": "60", "SEC": "0", "YEA": "1930", "NAME": "Bonatti Walter"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["mountaineer"], "partial-ids": {"ertel": "ES-522"}}, "raw": {"L": "", "MF": "", "NR": "522", "ENG": "1", "MA_": "2", "G_NR": "60", "MA12": "1", "MARS": "3", "NAME": "Bonatti", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "24,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "22.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Walter", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "22.06.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "ALPI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:56+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15848	bonal-jean-marie-1943-05-31	{"d6": "59", "3a_sports": "519", "cfepp-final3": "732"}	{"cfepp": "CF-732", "ertel": "ES-519", "lerrcp": "D6-59"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Marie", "family": "Bonal", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-05-31 01:00", "note": null, "place": {"c1": null, "c2": "15", "c3": "", "cy": "FR", "lg": -2.58, "lat": 45.03, "name": "ST CIRGUES DE JORDANNE", "geoid": null}, "notime": null, "date-ut": "1943-05-30 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Jean-Marie", "family": "Bonal"}, "birth": {"date": "1943-05-31 01:00", "place": {"cy": "FR", "lg": 2.43333, "lat": 44.93333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "59"}}, "raw": {"H": "1", "MN": "0", "DAY": "31", "LAT": "44N56", "LON": "02E26", "MON": "5", "NUM": "59", "SEC": "0", "YEA": "1943", "NAME": "Bonal jean Marie"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-519"}}, "raw": {"L": "", "MF": "", "NR": "519", "ENG": "", "MA_": "0", "G_NR": "59", "MA12": "11", "MARS": "33", "NAME": "Bonal", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-6,900", "CSINR": "", "KURTZ": "", "PHAS_": "9,000", "STUND": "", "CFEPNR": "732", "EXTEND": "", "NATION": "FRA", "TAGMON": "31.05.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean Marie", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "31.05.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:56+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1943-05-31 01:00", "place": {"c2": "15", "c3": "", "cy": "FR", "lg": -2.58, "lat": 45.03, "name": "ST CIRGUES DE JORDANNE"}, "date-ut": "1943-05-30 23:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "732"}}, "raw": {"S": "11", "LT": "01 00", "LV": "I17", "TR": "f", "UT": "23 00", "LAT": "+45.03", "SRC": "L", "LONG": "-02.58", "NAME": "BONAL Jean-Marie", "SPORT": "Rugby League", "LOC_DATE": "1943 05 31", "UNIV_DATE": "1943 05 30", "BIRTH_PLACE": "ST CIRGUES DE JORDANNE", "POSTAL_CODE": "15590"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
14149	gauthiez-pierre-1862-03-28	{"a6": "353"}	{"lerrcp": "A6-353"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Gauthiez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:44", "date": "1862-03-28 11:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Fontenay Aux Ro", "geoid": 0}, "notime": null, "date-ut": "1862-03-28 10:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Gauthiez"}, "birth": {"tzo": "+00:08:44", "date": "1862-03-28 11:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Fontenay Aux Ro", "geoid": 0}, "date-ut": "1862-03-28 10:51:16"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-353"}, "ids-in-sources": {"a6": "353"}}, "raw": {"H": "10", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "28", "LAT": "48N50", "LON": "2E11", "MON": "3", "NUM": "353", "PRO": "W", "SEC": "16", "YEA": "1862", "CITY": "FONTENAY AUX RO"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14155	genevoix-maurice-1890-11-29	{"a6": "360"}	{"lerrcp": "A6-360"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Genevoix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:51", "date": "1890-11-29 02:00", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.46192, "lat": 46.82852, "name": "Decize", "geoid": 3021661}, "notime": null, "date-ut": "1890-11-29 01:47:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Genevoix"}, "birth": {"tzo": "+00:13:51", "date": "1890-11-29 02:00", "place": {"c2": "58", "cy": "FR", "lg": 3.46192, "lat": 46.82852, "name": "Decize", "geoid": 3021661}, "date-ut": "1890-11-29 01:47:24"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-360"}, "ids-in-sources": {"a6": "360"}}, "raw": {"H": "1", "MN": "47", "TZ": "0", "COD": "58", "COU": "F", "DAY": "29", "LAT": "46N59", "LON": "3E 9", "MON": "11", "NUM": "360", "PRO": "W", "SEC": "24", "YEA": "1890", "CITY": "DECIZE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18361	feraud-jean-1923-10-08	{"e1": "731"}	{"lerrcp": "E1-731"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Feraud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-10-08 04:30", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.68328, "lat": 43.44818, "name": "Trets", "geoid": 2971765}, "notime": null, "date-ut": "1923-10-08 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Feraud"}, "birth": {"tzo": "+00:00", "date": "1923-10-08 04:30", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.68328, "lat": 43.44818, "name": "Trets", "geoid": 2971765}, "date-ut": "1923-10-08 04:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "731"}}, "raw": {"H": "04:30", "COD": "13", "DAY": "08", "MON": "10", "NUM": "0731", "PRO": "PH", "YEA": "1923", "CITY": "Trets", "NAME": "FERAUD Jean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14165	gauquelin-a6-370-1895-03-30	{"a6": "370"}	{"lerrcp": "A6-370"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-370", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-03-30 07:00", "note": null, "place": {"c1": null, "c2": "04", "c3": null, "cy": "FR", "lg": 5.78688, "lat": 43.82883, "name": "Manosque", "geoid": 2996180}, "notime": null, "date-ut": "1895-03-30 06:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-370"}, "birth": {"tzo": "+00:09:21", "date": "1895-03-30 07:00", "place": {"c2": "04", "cy": "FR", "lg": 5.78688, "lat": 43.82883, "name": "Manosque", "geoid": 2996180}, "date-ut": "1895-03-30 06:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-370"}, "ids-in-sources": {"a6": "370"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "04", "COU": "F", "DAY": "30", "LAT": "44N 6", "LON": "6E15", "MON": "3", "NUM": "370", "PRO": "W", "SEC": "40", "YEA": "1895", "CITY": "MANOSQUE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18740	kessler-georges-1899-06-10	{"e1": "1110"}	{"lerrcp": "E1-1110"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Kessler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1899-06-10 16:00", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bishwiller", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Kessler"}, "birth": {"tzo": "", "date": "1899-06-10 16:00", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bishwiller", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1110"}}, "raw": {"H": "16:00", "COD": "67", "DAY": "10", "MON": "06", "NUM": "1110", "PRO": "PH", "YEA": "1899", "CITY": "Bishwiller", "NAME": "KESSLER Georges", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14169	goncourt-edmond-1822-05-26	{"a6": "375"}	{"lerrcp": "A6-375"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Goncourt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1822-05-26 01:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1822-05-26 00:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Goncourt"}, "birth": {"tzo": "+00:24:44", "date": "1822-05-26 01:00", "place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1822-05-26 00:35:12"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-375"}, "ids-in-sources": {"a6": "375"}}, "raw": {"H": "0", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "26", "LAT": "48N42", "LON": "6E12", "MON": "5", "NUM": "375", "PRO": "W", "SEC": "12", "YEA": "1822", "CITY": "NANCY"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14174	gozlan-leon-1803-09-10	{"a6": "380"}	{"lerrcp": "A6-380"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Gozlan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1803-09-10 09:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1803-09-10 08:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Gozlan"}, "birth": {"tzo": "+00:21:31", "date": "1803-09-10 09:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1803-09-10 08:38:32"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-380"}, "ids-in-sources": {"a6": "380"}}, "raw": {"H": "8", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "10", "LAT": "43N18", "LON": "5E22", "MON": "9", "NUM": "380", "PRO": "W", "SEC": "32", "YEA": "1803", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18362	feraud-louis-1920-02-13	{"e1": "732"}	{"lerrcp": "E1-732"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Feraud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1920-02-13 18:00", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": 4.12871, "lat": 44.30653, "name": "Gagnières", "geoid": 3016832}, "notime": null, "date-ut": "1920-02-13 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Feraud"}, "birth": {"tzo": "+00:00", "date": "1920-02-13 18:00", "place": {"c2": "30", "c3": "", "cy": "FR", "lg": 4.12871, "lat": 44.30653, "name": "Gagnières", "geoid": 3016832}, "date-ut": "1920-02-13 18:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "732"}}, "raw": {"H": "18:00", "COD": "30", "DAY": "13", "MON": "02", "NUM": "0732", "PRO": "EX", "YEA": "1920", "CITY": "Gagnières", "NAME": "FERAUD Louis", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18380	filippi-max-1908-11-22	{"e1": "750"}	{"lerrcp": "E1-750"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Filippi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-11-22 01:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1908-11-22 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Max", "family": "Filippi"}, "birth": {"tzo": "+00:09", "date": "1908-11-22 01:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1908-11-22 00:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "750"}}, "raw": {"H": "01:00", "COD": "76", "DAY": "22", "MON": "11", "NUM": "0750", "PRO": "PH", "YEA": "1908", "CITY": "Le Havre", "NAME": "FILIPPI Max", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14181	groussard-serge-1920-10-18	{"a6": "387"}	{"lerrcp": "A6-387"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Serge", "family": "Groussard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-10-18 06:00", "note": null, "place": {"c1": null, "c2": "79", "c3": null, "cy": "FR", "lg": -0.45877, "lat": 46.32313, "name": "Niort", "geoid": 2990355}, "notime": null, "date-ut": "1920-10-18 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Serge", "family": "Groussard"}, "birth": {"tzo": "+01:00", "date": "1920-10-18 06:00", "place": {"c2": "79", "cy": "FR", "lg": -0.45877, "lat": 46.32313, "name": "Niort", "geoid": 2990355}, "date-ut": "1920-10-18 05:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-387"}, "ids-in-sources": {"a6": "387"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "79", "COU": "F", "DAY": "18", "LAT": "46N19", "LON": "0W27", "MON": "10", "NUM": "387", "PRO": "W", "SEC": "0", "YEA": "1920", "CITY": "NIORT"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14188	guillaumin-emile-1873-11-10	{"a6": "394"}	{"lerrcp": "A6-394"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Guillaumin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:46", "date": "1873-11-10 16:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 2.94358, "lat": 46.55212, "name": "Ygrande", "geoid": 2967231}, "notime": null, "date-ut": "1873-11-10 15:46:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Guillaumin"}, "birth": {"tzo": "+00:11:46", "date": "1873-11-10 16:00", "place": {"c2": "03", "cy": "FR", "lg": 2.94358, "lat": 46.55212, "name": "Ygrande", "geoid": 2967231}, "date-ut": "1873-11-10 15:46:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-394"}, "ids-in-sources": {"a6": "394"}}, "raw": {"H": "15", "MN": "46", "TZ": "0", "COD": "03", "COU": "F", "DAY": "10", "LAT": "46N34", "LON": "3E20", "MON": "11", "NUM": "394", "PRO": "W", "SEC": "40", "YEA": "1873", "CITY": "YGRANDE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14191	guilloux-louis-1899-01-15	{"a6": "397"}	{"lerrcp": "A6-397"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Guilloux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-01-15 08:15", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -2.76838, "lat": 48.51513, "name": "Saint-Brieuc", "geoid": 2981280}, "notime": null, "date-ut": "1899-01-15 08:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Guilloux"}, "birth": {"tzo": "+00:09:21", "date": "1899-01-15 08:15", "place": {"c2": "22", "cy": "FR", "lg": -2.76838, "lat": 48.51513, "name": "Saint-Brieuc", "geoid": 2981280}, "date-ut": "1899-01-15 08:05:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-397"}, "ids-in-sources": {"a6": "397"}}, "raw": {"H": "8", "MN": "5", "TZ": "0", "COD": "22", "COU": "F", "DAY": "15", "LAT": "48N31", "LON": "2W45", "MON": "1", "NUM": "397", "PRO": "W", "SEC": "40", "YEA": "1899", "CITY": "ST-BRIEUC"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14195	haedens-kleber-1913-12-11	{"a6": "401"}	{"lerrcp": "A6-401"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kleber", "family": "Haedens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-12-11 22:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Equeurdreville", "geoid": 0}, "notime": null, "date-ut": "1913-12-11 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Kleber", "family": "Haedens"}, "birth": {"tzo": "+00:00", "date": "1913-12-11 22:00", "place": {"c2": "50", "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Equeurdreville", "geoid": 0}, "date-ut": "1913-12-11 22:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-401"}, "ids-in-sources": {"a6": "401"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "50", "COU": "F", "DAY": "11", "LAT": "49N 7", "LON": "1W 5", "MON": "12", "NUM": "401", "PRO": "W", "SEC": "0", "YEA": "1913", "CITY": "EQUEURDREVILLE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14202	hardy-rene-1911-10-31	{"a6": "408"}	{"lerrcp": "A6-408"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Hardy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-10-31 13:00", "note": null, "place": {"c1": null, "c2": "61", "c3": null, "cy": "FR", "lg": 0.07909, "lat": 48.63899, "name": "Mortrée", "geoid": 2991661}, "notime": null, "date-ut": "1911-10-31 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "René", "family": "Hardy"}, "birth": {"tzo": "+00:00", "date": "1911-10-31 13:00", "place": {"c2": "61", "cy": "FR", "lg": 0.07909, "lat": 48.63899, "name": "Mortrée", "geoid": 2991661}, "date-ut": "1911-10-31 13:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-408"}, "ids-in-sources": {"a6": "408"}}, "raw": {"H": "13", "MN": "0", "TZ": "0", "COD": "61", "COU": "F", "DAY": "31", "LAT": "48N26", "LON": "0E 5", "MON": "10", "NUM": "408", "PRO": "W", "SEC": "0", "YEA": "1911", "CITY": "MORTREE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14206	hemon-louis-1880-10-12	{"a6": "412"}	{"lerrcp": "A6-412"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Hemon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:17:57", "date": "1880-10-12 23:30", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1880-10-12 23:46:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Hemon"}, "birth": {"tzo": "-00:17:57", "date": "1880-10-12 23:30", "place": {"c2": "29", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1880-10-12 23:46:24"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-412"}, "ids-in-sources": {"a6": "412"}}, "raw": {"H": "23", "MN": "46", "TZ": "0", "COD": "29", "COU": "F", "DAY": "12", "LAT": "48N 0", "LON": "4W 6", "MON": "10", "NUM": "412", "PRO": "W", "SEC": "24", "YEA": "1880", "CITY": "BREST"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14211	hermant-abel-1862-02-03	{"a6": "417"}	{"lerrcp": "A6-417"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Abel", "family": "Hermant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1862-02-03 15:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1862-02-03 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Abel", "family": "Hermant"}, "birth": {"tzo": "+00:09:24", "date": "1862-02-03 15:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1862-02-03 14:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-417"}, "ids-in-sources": {"a6": "417"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "3", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "417", "PRO": "W", "SEC": "40", "YEA": "1862", "CITY": "PARIS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14216	houssaye-arsene-1814-03-28	{"a6": "422"}	{"lerrcp": "A6-422"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arsène", "family": "Houssaye", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:28", "date": "1814-03-28 07:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Bruyeres", "geoid": 0}, "notime": null, "date-ut": "1814-03-28 06:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Arsène", "family": "Houssaye"}, "birth": {"tzo": "+00:14:28", "date": "1814-03-28 07:00", "place": {"c2": "02", "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Bruyeres", "geoid": 0}, "date-ut": "1814-03-28 06:45:32"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-422"}, "ids-in-sources": {"a6": "422"}}, "raw": {"H": "6", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "28", "LAT": "49N34", "LON": "3E37", "MON": "3", "NUM": "422", "PRO": "W", "SEC": "32", "YEA": "1814", "CITY": "BRUYERES"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14220	huymans-georges-1848-02-05	{"a6": "427"}	{"lerrcp": "A6-427"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Huymans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1848-02-05 07:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1848-02-05 06:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Huymans"}, "birth": {"tzo": "+00:09:24", "date": "1848-02-05 07:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1848-02-05 06:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-427"}, "ids-in-sources": {"a6": "427"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "5", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "427", "PRO": "W", "SEC": "40", "YEA": "1848", "CITY": "PARIS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14224	jaloux-edmond-1878-06-19	{"a6": "432"}	{"lerrcp": "A6-432"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Jaloux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1878-06-19 11:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1878-06-19 10:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Jaloux"}, "birth": {"tzo": "+00:21:31", "date": "1878-06-19 11:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1878-06-19 10:38:32"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-432"}, "ids-in-sources": {"a6": "432"}}, "raw": {"H": "10", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "19", "LAT": "43N18", "LON": "5E22", "MON": "6", "NUM": "432", "PRO": "W", "SEC": "32", "YEA": "1878", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14230	jolinon-joseph-1885-12-09	{"a6": "438"}	{"lerrcp": "A6-438"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Jolinon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:13", "date": "1885-12-09 14:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.30422, "lat": 46.29002, "name": "La Clayette", "geoid": 3010014}, "notime": null, "date-ut": "1885-12-09 13:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Jolinon"}, "birth": {"tzo": "+00:17:13", "date": "1885-12-09 14:00", "place": {"c2": "71", "cy": "FR", "lg": 4.30422, "lat": 46.29002, "name": "La Clayette", "geoid": 3010014}, "date-ut": "1885-12-09 13:40:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-438"}, "ids-in-sources": {"a6": "438"}}, "raw": {"H": "13", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "9", "LAT": "46N18", "LON": "4E50", "MON": "12", "NUM": "438", "PRO": "W", "SEC": "40", "YEA": "1885", "CITY": "LA CLAYETTE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14242	lacretelle-jacques-1888-07-14	{"a6": "451"}	{"lerrcp": "A6-451"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Lacretelle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:45", "date": "1888-07-14 11:14:25", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.68607, "lat": 46.54619, "name": "Cormatin", "geoid": 3023653}, "notime": null, "date-ut": "1888-07-14 10:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Lacretelle"}, "birth": {"tzo": "+00:18:45", "date": "1888-07-14 11:14:25", "place": {"c2": "71", "cy": "FR", "lg": 4.68607, "lat": 46.54619, "name": "Cormatin", "geoid": 3023653}, "date-ut": "1888-07-14 10:55:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-451"}, "ids-in-sources": {"a6": "451"}}, "raw": {"H": "10", "MN": "55", "TZ": "0", "COD": "71", "COU": "F", "DAY": "14", "LAT": "46N18", "LON": "4E50", "MON": "7", "NUM": "451", "PRO": "W", "SEC": "40", "YEA": "1888", "CITY": "CORMATIN"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18363	ferauge-charles-1918-12-19	{"e1": "733"}	{"lerrcp": "E1-733"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Ferauge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1918-12-19 13:00", "note": null, "place": {"c1": null, "c2": "52", "c3": "", "cy": "FR", "lg": 5.14144, "lat": 48.44363, "name": "Joinville", "geoid": 3012315}, "notime": null, "date-ut": "1918-12-19 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Ferauge"}, "birth": {"tzo": "+00:00", "date": "1918-12-19 13:00", "place": {"c2": "52", "c3": "", "cy": "FR", "lg": 5.14144, "lat": 48.44363, "name": "Joinville", "geoid": 3012315}, "date-ut": "1918-12-19 13:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "733"}}, "raw": {"H": "13:00", "COD": "52", "DAY": "19", "MON": "12", "NUM": "0733", "PRO": "MI", "YEA": "1918", "CITY": "Joinville", "NAME": "FERAUGE Charles", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14252	lanzmann-jacques-1927-05-04	{"a6": "461"}	{"lerrcp": "A6-461"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Lanzmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1927-05-04 03:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.27485, "lat": 48.91936, "name": "Bois-Colombes", "geoid": 3032070}, "notime": null, "date-ut": "1927-05-04 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Lanzmann"}, "birth": {"tzo": "+01:00", "date": "1927-05-04 03:00", "place": {"c2": "92", "cy": "FR", "lg": 2.27485, "lat": 48.91936, "name": "Bois-Colombes", "geoid": 3032070}, "date-ut": "1927-05-04 02:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-461"}, "ids-in-sources": {"a6": "461"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "92", "COU": "F", "DAY": "4", "LAT": "48N50", "LON": "2E11", "MON": "5", "NUM": "461", "PRO": "W", "SEC": "0", "YEA": "1927", "CITY": "BOIS-COLOMBES"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14258	las-vergnas-raymond-1902-12-09	{"a6": "467"}	{"lerrcp": "A6-467"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Las Vergnas Raymond", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1902-12-09 07:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 0.90158, "lat": 45.88746, "name": "Saint-Junien", "geoid": 2979036}, "notime": null, "date-ut": "1902-12-09 06:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "", "family": "Las Vergnas Raymond"}, "birth": {"tzo": "+00:09:21", "date": "1902-12-09 07:00", "place": {"c2": "87", "cy": "FR", "lg": 0.90158, "lat": 45.88746, "name": "Saint-Junien", "geoid": 2979036}, "date-ut": "1902-12-09 06:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-467"}, "ids-in-sources": {"a6": "467"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "87", "COU": "F", "DAY": "9", "LAT": "45N50", "LON": "1E15", "MON": "12", "NUM": "467", "PRO": "W", "SEC": "40", "YEA": "1902", "CITY": "SAINT-JUNIEN"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14263	lavedan-henri-1859-04-09	{"a6": "472"}	{"lerrcp": "A6-472"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Lavedan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:37", "date": "1859-04-09 11:15", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1859-04-09 11:07:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Lavedan"}, "birth": {"tzo": "+00:07:37", "date": "1859-04-09 11:15", "place": {"c2": "45", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1859-04-09 11:07:24"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-472"}, "ids-in-sources": {"a6": "472"}}, "raw": {"H": "11", "MN": "7", "TZ": "0", "COD": "45", "COU": "F", "DAY": "9", "LAT": "47N54", "LON": "1E54", "MON": "4", "NUM": "472", "PRO": "W", "SEC": "24", "YEA": "1859", "CITY": "ORLEANS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
19107	mollet-francis-1920-05-30	{"e1": "1481"}	{"lerrcp": "E1-1481"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Mollet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1920-05-30 19:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Rieux", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Francis", "family": "Mollet"}, "birth": {"tzo": "", "date": "1920-05-30 19:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Rieux", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1481"}}, "raw": {"H": "19:30", "COD": "59", "DAY": "30", "MON": "05", "NUM": "1481", "PRO": "PH", "YEA": "1920", "CITY": "Rieux", "NAME": "MOLLET Francis", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14268	lebesque-morvan-1911-01-21	{"a6": "477"}	{"lerrcp": "A6-477"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Morvan", "family": "Lebesque", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1911-01-21 02:30", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1911-01-21 02:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Morvan", "family": "Lebesque"}, "birth": {"tzo": "+00:09:21", "date": "1911-01-21 02:30", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1911-01-21 02:20:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-477"}, "ids-in-sources": {"a6": "477"}}, "raw": {"H": "2", "MN": "20", "TZ": "0", "COD": "44", "COU": "F", "DAY": "21", "LAT": "47N13", "LON": "1W35", "MON": "1", "NUM": "477", "PRO": "W", "SEC": "40", "YEA": "1911", "CITY": "NANTES"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14273	le-clezio-jean-1940-04-13	{"a6": "482"}	{"lerrcp": "A6-482"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Le Clezio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1940-04-13 02:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Le Clezio"}, "birth": {"place": {"c2": "06", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1940-04-13 02:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-482"}, "ids-in-sources": {"a6": "482"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "06", "COU": "F", "DAY": "13", "LAT": "43N42", "LON": "7E16", "MON": "4", "NUM": "482", "PRO": "W", "SEC": "0", "YEA": "1940", "CITY": "NICE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14278	lefevre-frederic-1889-05-07	{"a6": "487"}	{"lerrcp": "A6-487"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Lefevre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:14", "date": "1889-05-07 10:00", "note": null, "place": {"c1": null, "c2": "53", "c3": null, "cy": "FR", "lg": -0.30671, "lat": 48.22982, "name": "Izé", "geoid": 3012612}, "notime": null, "date-ut": "1889-05-07 10:03"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Lefevre"}, "birth": {"tzo": "-00:01:14", "date": "1889-05-07 10:00", "place": {"c2": "53", "cy": "FR", "lg": -0.30671, "lat": 48.22982, "name": "Izé", "geoid": 3012612}, "date-ut": "1889-05-07 10:03"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-487"}, "ids-in-sources": {"a6": "487"}}, "raw": {"H": "10", "MN": "3", "TZ": "0", "COD": "53", "COU": "F", "DAY": "7", "LAT": "48N 4", "LON": "0W45", "MON": "5", "NUM": "487", "PRO": "W", "SEC": "0", "YEA": "1889", "CITY": "IZE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14282	gauquelin-a6-491-1890-07-11	{"a6": "491"}	{"lerrcp": "A6-491"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-491", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:24", "date": "1890-07-11 08:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1890-07-11 07:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-491"}, "birth": {"tzo": "+00:04:24", "date": "1890-07-11 08:00", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1890-07-11 07:55:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-491"}, "ids-in-sources": {"a6": "491"}}, "raw": {"H": "7", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "11", "LAT": "49N26", "LON": "1E 5", "MON": "7", "NUM": "491", "PRO": "W", "SEC": "40", "YEA": "1890", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14288	le-rouge-gustave-1867-07-22	{"a6": "497"}	{"lerrcp": "A6-497"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Le Rouge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:53", "date": "1867-07-22 23:30", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.47047, "lat": 49.50881, "name": "Valognes", "geoid": 2970860}, "notime": null, "date-ut": "1867-07-22 23:34:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Le Rouge"}, "birth": {"tzo": "-00:05:53", "date": "1867-07-22 23:30", "place": {"c2": "50", "cy": "FR", "lg": -1.47047, "lat": 49.50881, "name": "Valognes", "geoid": 2970860}, "date-ut": "1867-07-22 23:34:20"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-497"}, "ids-in-sources": {"a6": "497"}}, "raw": {"H": "23", "MN": "34", "TZ": "0", "COD": "50", "COU": "F", "DAY": "22", "LAT": "49N 7", "LON": "1W 5", "MON": "7", "NUM": "497", "PRO": "W", "SEC": "20", "YEA": "1867", "CITY": "VALOGNES"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14295	le-sidaner-louis-1898-11-04	{"a6": "504"}	{"lerrcp": "A6-504"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Le Sidaner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1898-11-04 10:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 1.63319, "lat": 50.52194, "name": "Étaples", "geoid": 3019441}, "notime": null, "date-ut": "1898-11-04 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Le Sidaner"}, "birth": {"tzo": "+00:09:21", "date": "1898-11-04 10:00", "place": {"c2": "62", "cy": "FR", "lg": 1.63319, "lat": 50.52194, "name": "Étaples", "geoid": 3019441}, "date-ut": "1898-11-04 09:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-504"}, "ids-in-sources": {"a6": "504"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "62", "COU": "F", "DAY": "4", "LAT": "50N18", "LON": "2E46", "MON": "11", "NUM": "504", "PRO": "W", "SEC": "40", "YEA": "1898", "CITY": "ETAPLES"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14300	levis-mirepoix-antoine-1884-08-01	{"a6": "509"}	{"lerrcp": "A6-509"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Levis-Mirepoix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:38", "date": "1884-08-01 23:00", "note": null, "place": {"c1": null, "c2": "09", "c3": null, "cy": "FR", "lg": 1.91001, "lat": 42.98868, "name": "Léran", "geoid": 3002400}, "notime": null, "date-ut": "1884-08-01 22:53:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Levis-Mirepoix"}, "birth": {"tzo": "+00:07:38", "date": "1884-08-01 23:00", "place": {"c2": "09", "cy": "FR", "lg": 1.91001, "lat": 42.98868, "name": "Léran", "geoid": 3002400}, "date-ut": "1884-08-01 22:53:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-509"}, "ids-in-sources": {"a6": "509"}}, "raw": {"H": "22", "MN": "53", "TZ": "0", "COD": "09", "COU": "F", "DAY": "1", "LAT": "42N58", "LON": "1E35", "MON": "8", "NUM": "509", "PRO": "W", "SEC": "40", "YEA": "1884", "CITY": "LERAN"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14302	l-hote-jean-1929-01-13	{"a6": "511"}	{"lerrcp": "A6-511"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "L'Hote", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1929-01-13 13:15", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.78024, "lat": 48.53215, "name": "Mignéville", "geoid": 2993914}, "notime": null, "date-ut": "1929-01-13 13:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "L'Hote"}, "birth": {"tzo": "+00:00", "date": "1929-01-13 13:15", "place": {"c2": "54", "cy": "FR", "lg": 6.78024, "lat": 48.53215, "name": "Mignéville", "geoid": 2993914}, "date-ut": "1929-01-13 13:15"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-511"}, "ids-in-sources": {"a6": "511"}}, "raw": {"H": "13", "MN": "15", "TZ": "0", "COD": "54", "COU": "F", "DAY": "13", "LAT": "48N42", "LON": "6E12", "MON": "1", "NUM": "511", "PRO": "W", "SEC": "0", "YEA": "1929", "CITY": "MIGNEVILLE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14307	lorrain-jean-1855-08-09	{"a6": "516"}	{"lerrcp": "A6-516"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lorrain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01:30", "date": "1855-08-09 19:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.37457, "lat": 49.75787, "name": "Fécamp", "geoid": 3018794}, "notime": null, "date-ut": "1855-08-09 18:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lorrain"}, "birth": {"tzo": "+00:01:30", "date": "1855-08-09 19:00", "place": {"c2": "76", "cy": "FR", "lg": 0.37457, "lat": 49.75787, "name": "Fécamp", "geoid": 3018794}, "date-ut": "1855-08-09 18:55:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-516"}, "ids-in-sources": {"a6": "516"}}, "raw": {"H": "18", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "9", "LAT": "49N26", "LON": "1E 5", "MON": "8", "NUM": "516", "PRO": "W", "SEC": "40", "YEA": "1855", "CITY": "FECAMP"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14313	lunel-armand-1892-06-09	{"a6": "523"}	{"lerrcp": "A6-523"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Lunel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1892-06-09 21:30", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "notime": null, "date-ut": "1892-06-09 21:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Lunel"}, "birth": {"tzo": "+00:09:21", "date": "1892-06-09 21:30", "place": {"c2": "13", "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "date-ut": "1892-06-09 21:20:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-523"}, "ids-in-sources": {"a6": "523"}}, "raw": {"H": "21", "MN": "20", "TZ": "0", "COD": "13", "COU": "F", "DAY": "9", "LAT": "43N18", "LON": "5E22", "MON": "6", "NUM": "523", "PRO": "W", "SEC": "40", "YEA": "1892", "CITY": "AIX-EN-PROVENCE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14319	majault-joseph-1916-12-01	{"a6": "529"}	{"lerrcp": "A6-529"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Majault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-12-01 04:30", "note": null, "place": {"c1": null, "c2": "79", "c3": null, "cy": "FR", "lg": -0.45, "lat": 46.31667, "name": "Noirt", "geoid": 0}, "notime": null, "date-ut": "1916-12-01 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Majault"}, "birth": {"tzo": "+00:00", "date": "1916-12-01 04:30", "place": {"c2": "79", "cy": "FR", "lg": -0.45, "lat": 46.31667, "name": "Noirt", "geoid": 0}, "date-ut": "1916-12-01 04:30"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-529"}, "ids-in-sources": {"a6": "529"}}, "raw": {"H": "4", "MN": "30", "TZ": "0", "COD": "79", "COU": "F", "DAY": "1", "LAT": "46N19", "LON": "0W27", "MON": "12", "NUM": "529", "PRO": "W", "SEC": "0", "YEA": "1916", "CITY": "NOIRT"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14321	malegue-joseph-1876-12-08	{"a6": "531"}	{"lerrcp": "A6-531"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Malegue", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1876-12-08 20:00", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 45.78333, "name": "Tour-D'Auvergne", "geoid": 0}, "notime": null, "date-ut": "1876-12-08 19:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Malegue"}, "birth": {"tzo": "+00:12:20", "date": "1876-12-08 20:00", "place": {"c2": "63", "cy": "FR", "lg": 3.08333, "lat": 45.78333, "name": "Tour-D'Auvergne", "geoid": 0}, "date-ut": "1876-12-08 19:47:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-531"}, "ids-in-sources": {"a6": "531"}}, "raw": {"H": "19", "MN": "47", "TZ": "0", "COD": "63", "COU": "F", "DAY": "8", "LAT": "45N47", "LON": "3E 5", "MON": "12", "NUM": "531", "PRO": "W", "SEC": "40", "YEA": "1876", "CITY": "TOUR-D'AUVERGNE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14326	marbo-camille-1883-04-11	{"a6": "536"}	{"lerrcp": "A6-536"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Marbo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1883-04-11 07:45", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Saint-Germain-en-L", "geoid": 0}, "notime": null, "date-ut": "1883-04-11 07:36:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Marbo"}, "birth": {"tzo": "+00:08:32", "date": "1883-04-11 07:45", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Saint-Germain-en-L", "geoid": 0}, "date-ut": "1883-04-11 07:36:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-536"}, "ids-in-sources": {"a6": "536"}}, "raw": {"H": "7", "MN": "36", "TZ": "0", "COD": "78", "COU": "F", "DAY": "11", "LAT": "48N50", "LON": "2E 8", "MON": "4", "NUM": "536", "PRO": "W", "SEC": "28", "YEA": "1883", "CITY": "ST GERMAIN-EN-L"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14336	martin-chauffier-louis-1894-08-24	{"a6": "546"}	{"lerrcp": "A6-546"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Martin-Chauffier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1894-08-24 09:30", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -2.76205, "lat": 47.65688, "name": "Vannes", "geoid": 2970777}, "notime": null, "date-ut": "1894-08-24 09:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Martin-Chauffier"}, "birth": {"tzo": "+00:09:21", "date": "1894-08-24 09:30", "place": {"c2": "56", "cy": "FR", "lg": -2.76205, "lat": 47.65688, "name": "Vannes", "geoid": 2970777}, "date-ut": "1894-08-24 09:20:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-546"}, "ids-in-sources": {"a6": "546"}}, "raw": {"H": "9", "MN": "20", "TZ": "0", "COD": "56", "COU": "F", "DAY": "24", "LAT": "47N40", "LON": "2W44", "MON": "8", "NUM": "546", "PRO": "W", "SEC": "40", "YEA": "1894", "CITY": "VANNES"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14344	massip-rene-1905-03-31	{"a6": "554"}	{"lerrcp": "A6-554"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Massip", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1905-03-31 03:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.71711, "lat": 43.09529, "name": "Arette", "geoid": 3037089}, "notime": null, "date-ut": "1905-03-31 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "René", "family": "Massip"}, "birth": {"tzo": "+00:09:21", "date": "1905-03-31 03:00", "place": {"c2": "64", "cy": "FR", "lg": -0.71711, "lat": 43.09529, "name": "Arette", "geoid": 3037089}, "date-ut": "1905-03-31 02:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-554"}, "ids-in-sources": {"a6": "554"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "64", "COU": "F", "DAY": "31", "LAT": "43N18", "LON": "0W22", "MON": "3", "NUM": "554", "PRO": "W", "SEC": "40", "YEA": "1905", "CITY": "ARETTE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14351	mauron-marie-1896-04-05	{"a6": "561"}	{"lerrcp": "A6-561"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Mauron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1896-04-05 23:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Saint-Remy de P", "geoid": 0}, "notime": null, "date-ut": "1896-04-05 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Mauron"}, "birth": {"tzo": "+00:09:21", "date": "1896-04-05 23:00", "place": {"c2": "13", "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Saint-Remy de P", "geoid": 0}, "date-ut": "1896-04-05 22:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-561"}, "ids-in-sources": {"a6": "561"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "13", "COU": "F", "DAY": "5", "LAT": "43N18", "LON": "5E22", "MON": "4", "NUM": "561", "PRO": "W", "SEC": "40", "YEA": "1896", "CITY": "SAINT REMY DE P"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14356	megret-christian-1904-11-11	{"a6": "566"}	{"lerrcp": "A6-566"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Megret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1904-11-11 06:40", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.43769, "lat": 48.8486, "name": "Vincennes", "geoid": 2968054}, "notime": null, "date-ut": "1904-11-11 06:30:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Christian", "family": "Megret"}, "birth": {"tzo": "+00:09:21", "date": "1904-11-11 06:40", "place": {"c2": "94", "cy": "FR", "lg": 2.43769, "lat": 48.8486, "name": "Vincennes", "geoid": 2968054}, "date-ut": "1904-11-11 06:30:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-566"}, "ids-in-sources": {"a6": "566"}}, "raw": {"H": "6", "MN": "30", "TZ": "0", "COD": "94", "COU": "F", "DAY": "11", "LAT": "48N47", "LON": "2E29", "MON": "11", "NUM": "566", "PRO": "W", "SEC": "40", "YEA": "1904", "CITY": "VINCENNES"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18364	ferdiere-gaaton-1907-02-16	{"e1": "734"}	{"lerrcp": "E1-734"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaaton", "family": "Ferdiere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-02-16 04:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1907-02-16 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gaaton", "family": "Ferdiere"}, "birth": {"tzo": "+00:09", "date": "1907-02-16 04:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1907-02-16 03:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "734"}}, "raw": {"H": "04:00", "COD": "42", "DAY": "16", "MON": "02", "NUM": "0734", "PRO": "PH", "YEA": "1907", "CITY": "St-Etienne", "NAME": "FERDIERE Gaaton", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14367	mirbeau-octave-1848-02-16	{"a6": "577"}	{"lerrcp": "A6-577"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Octave", "family": "Mirbeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:03:37", "date": "1848-02-16 09:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.90428, "lat": 49.30869, "name": "Trévières", "geoid": 2971734}, "notime": null, "date-ut": "1848-02-16 09:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Octave", "family": "Mirbeau"}, "birth": {"tzo": "-00:03:37", "date": "1848-02-16 09:00", "place": {"c2": "14", "cy": "FR", "lg": -0.90428, "lat": 49.30869, "name": "Trévières", "geoid": 2971734}, "date-ut": "1848-02-16 09:01:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-577"}, "ids-in-sources": {"a6": "577"}}, "raw": {"H": "9", "MN": "1", "TZ": "0", "COD": "14", "COU": "F", "DAY": "16", "LAT": "49N11", "LON": "0W22", "MON": "2", "NUM": "577", "PRO": "W", "SEC": "28", "YEA": "1848", "CITY": "TREVIERES"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18741	klotz-andre-1900-04-14	{"e1": "1111"}	{"lerrcp": "E1-1111"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Klotz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1900-04-14 01:30", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Soultz sous Forêt", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Klotz"}, "birth": {"tzo": "", "date": "1900-04-14 01:30", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Soultz sous Forêt", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1111"}}, "raw": {"H": "01:30", "COD": "67", "DAY": "14", "MON": "04", "NUM": "1111", "PRO": "PH", "YEA": "1900", "CITY": "Soultz sous Forêt", "NAME": "KLOTZ André", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14371	monfreid-henri-1879-11-14	{"a6": "581"}	{"lerrcp": "A6-581"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Monfreid", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:07", "date": "1879-11-14 13:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 3.02944, "lat": 42.91056, "name": "Leucate", "geoid": 2999046}, "notime": null, "date-ut": "1879-11-14 12:50:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Monfreid"}, "birth": {"tzo": "+00:12:07", "date": "1879-11-14 13:00", "place": {"c2": "11", "cy": "FR", "lg": 3.02944, "lat": 42.91056, "name": "Leucate", "geoid": 2999046}, "date-ut": "1879-11-14 12:50:36"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-581"}, "ids-in-sources": {"a6": "581"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "14", "LAT": "43N12", "LON": "2E21", "MON": "11", "NUM": "581", "PRO": "W", "SEC": "36", "YEA": "1879", "CITY": "LEUCATE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14376	monzi-anatole-1876-11-22	{"a6": "586"}	{"lerrcp": "A6-586"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anatole", "family": "Monzi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:00:51", "date": "1876-11-22 18:56:45", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.21337, "lat": 44.43161, "name": "Bazas", "geoid": 3034458}, "notime": null, "date-ut": "1876-11-22 18:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Anatole", "family": "Monzi"}, "birth": {"tzo": "-00:00:51", "date": "1876-11-22 18:56:45", "place": {"c2": "33", "cy": "FR", "lg": -0.21337, "lat": 44.43161, "name": "Bazas", "geoid": 3034458}, "date-ut": "1876-11-22 18:57:36"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-586"}, "ids-in-sources": {"a6": "586"}}, "raw": {"H": "18", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "22", "LAT": "44N50", "LON": "0W34", "MON": "11", "NUM": "586", "PRO": "W", "SEC": "36", "YEA": "1876", "CITY": "BAZAS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14382	mousset-paul-1907-04-03	{"a6": "592"}	{"lerrcp": "A6-592"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Mousset", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1907-04-03 01:00", "note": null, "place": {"c1": null, "c2": "18", "c3": null, "cy": "FR", "lg": 2.38333, "lat": 47.08333, "name": "Saint-Amand-Mont-R", "geoid": 0}, "notime": null, "date-ut": "1907-04-03 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Mousset"}, "birth": {"tzo": "+00:09:21", "date": "1907-04-03 01:00", "place": {"c2": "18", "cy": "FR", "lg": 2.38333, "lat": 47.08333, "name": "Saint-Amand-Mont-R", "geoid": 0}, "date-ut": "1907-04-03 00:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-592"}, "ids-in-sources": {"a6": "592"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "18", "COU": "F", "DAY": "3", "LAT": "47N 5", "LON": "2E23", "MON": "4", "NUM": "592", "PRO": "W", "SEC": "40", "YEA": "1907", "CITY": "ST-AMAND-MONT-R"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14386	neveux-pol-1865-08-25	{"a6": "597"}	{"lerrcp": "A6-597"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pol", "family": "Neveux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:07", "date": "1865-08-25 18:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "notime": null, "date-ut": "1865-08-25 17:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Pol", "family": "Neveux"}, "birth": {"tzo": "+00:16:07", "date": "1865-08-25 18:00", "place": {"c2": "51", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "date-ut": "1865-08-25 17:42:32"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-597"}, "ids-in-sources": {"a6": "597"}}, "raw": {"H": "17", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "25", "LAT": "48N57", "LON": "4E22", "MON": "8", "NUM": "597", "PRO": "W", "SEC": "32", "YEA": "1865", "CITY": "REIMS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
15852	borchmeyer-erich-1905-01-23	{"d6": "63", "3a_sports": "566"}	{"ertel": "ES-566", "lerrcp": "D6-63"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erich", "family": "Borchmeyer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1905-01-23 11:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 7.61667, "lat": 51.96667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Erich", "family": "Borchmeyer"}, "birth": {"date": "1905-01-23 11:15", "place": {"cy": "DE", "lg": 7.61667, "lat": 51.96667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "63"}}, "raw": {"H": "11", "MN": "15", "DAY": "23", "LAT": "51N58", "LON": "07E37", "MON": "1", "NUM": "63", "SEC": "0", "YEA": "1905", "NAME": "Borchmeyer Erich"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-566"}}, "raw": {"L": "", "MF": "", "NR": "566", "ENG": "", "MA_": "1", "G_NR": "63", "MA12": "6", "MARS": "18", "NAME": "Borchmeyer", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-3,200", "CSINR": "", "KURTZ": "", "PHAS_": "96,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "23.01.", "ZITATE": "KST", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Erich", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "23.01.1905", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
14394	obey-andre-1892-05-08	{"a6": "605"}	{"lerrcp": "A6-605"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Obey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1892-05-08 15:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "notime": null, "date-ut": "1892-05-08 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "André", "family": "Obey"}, "birth": {"tzo": "+00:09:21", "date": "1892-05-08 15:00", "place": {"c2": "59", "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "date-ut": "1892-05-08 14:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-605"}, "ids-in-sources": {"a6": "605"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "59", "COU": "F", "DAY": "8", "LAT": "50N39", "LON": "3E 5", "MON": "5", "NUM": "605", "PRO": "W", "SEC": "40", "YEA": "1892", "CITY": "DOUAI"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14401	paraz-albert-1899-12-10	{"a6": "612"}	{"lerrcp": "A6-612"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Paraz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 6.61472, "lat": 36.365, "name": "Constantine", "geoid": 2501152}, "notime": null, "date-ut": "1899-12-10 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Paraz"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 6.61472, "lat": 36.365, "name": "Constantine", "geoid": 2501152}, "date-ut": "1899-12-10 10:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-612"}, "ids-in-sources": {"a6": "612"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "10", "LAT": "36N30", "LON": "6E15", "MON": "12", "NUM": "612", "PRO": "W", "SEC": "40", "YEA": "1899", "CITY": "CONSTANTINE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14406	paulhan-jean-1884-12-02	{"a6": "617"}	{"lerrcp": "A6-617"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Paulhan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:26", "date": "1884-12-02 18:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1884-12-02 17:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Paulhan"}, "birth": {"tzo": "+00:17:26", "date": "1884-12-02 18:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1884-12-02 17:42:36"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-617"}, "ids-in-sources": {"a6": "617"}}, "raw": {"H": "17", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "2", "LAT": "43N51", "LON": "4E21", "MON": "12", "NUM": "617", "PRO": "W", "SEC": "36", "YEA": "1884", "CITY": "NIMES"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14410	peisson-edouard-1896-03-07	{"a6": "621"}	{"lerrcp": "A6-621"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Peisson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1896-03-07 07:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1896-03-07 06:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Peisson"}, "birth": {"tzo": "+00:09:21", "date": "1896-03-07 07:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1896-03-07 06:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-621"}, "ids-in-sources": {"a6": "621"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "13", "COU": "F", "DAY": "7", "LAT": "43N18", "LON": "5E22", "MON": "3", "NUM": "621", "PRO": "W", "SEC": "40", "YEA": "1896", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14416	pergaud-louis-1882-01-22	{"a6": "627"}	{"lerrcp": "A6-627"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Pergaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:28", "date": "1882-01-22 10:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.36611, "lat": 47.2201, "name": "Belmont", "geoid": 3033584}, "notime": null, "date-ut": "1882-01-22 09:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Pergaud"}, "birth": {"tzo": "+00:25:28", "date": "1882-01-22 10:00", "place": {"c2": "25", "cy": "FR", "lg": 6.36611, "lat": 47.2201, "name": "Belmont", "geoid": 3033584}, "date-ut": "1882-01-22 09:35:52"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-627"}, "ids-in-sources": {"a6": "627"}}, "raw": {"H": "9", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "22", "LAT": "47N15", "LON": "6E 2", "MON": "1", "NUM": "627", "PRO": "W", "SEC": "52", "YEA": "1882", "CITY": "BELMONT"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14419	pesquidoux-joseph-1869-12-13	{"a6": "630"}	{"lerrcp": "A6-630"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Pesquidoux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:08", "date": "1869-12-13 14:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Savigny-les-Bea", "geoid": 0}, "notime": null, "date-ut": "1869-12-13 13:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Pesquidoux"}, "birth": {"tzo": "+00:20:08", "date": "1869-12-13 14:00", "place": {"c2": "21", "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Savigny-les-Bea", "geoid": 0}, "date-ut": "1869-12-13 13:39:52"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-630"}, "ids-in-sources": {"a6": "630"}}, "raw": {"H": "13", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "13", "LAT": "47N19", "LON": "5E 2", "MON": "12", "NUM": "630", "PRO": "W", "SEC": "52", "YEA": "1869", "CITY": "SAVIGNY-LES-BEA"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14424	peyrefitte-roger-1907-08-17	{"a6": "635"}	{"lerrcp": "A6-635"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Peyrefitte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1907-08-17 18:00", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 2.24088, "lat": 43.60527, "name": "Castres", "geoid": 3028263}, "notime": null, "date-ut": "1907-08-17 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Peyrefitte"}, "birth": {"tzo": "+00:09:21", "date": "1907-08-17 18:00", "place": {"c2": "81", "cy": "FR", "lg": 2.24088, "lat": 43.60527, "name": "Castres", "geoid": 3028263}, "date-ut": "1907-08-17 17:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-635"}, "ids-in-sources": {"a6": "635"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "81", "COU": "F", "DAY": "17", "LAT": "43N55", "LON": "2E 8", "MON": "8", "NUM": "635", "PRO": "W", "SEC": "40", "YEA": "1907", "CITY": "CASTRES"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14433	pons-maurice-1925-09-14	{"a6": "645"}	{"lerrcp": "A6-645"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Pons", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1925-09-14 23:20", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1925-09-14 22:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Pons"}, "birth": {"tzo": "+01:00", "date": "1925-09-14 23:20", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1925-09-14 22:20"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-645"}, "ids-in-sources": {"a6": "645"}}, "raw": {"H": "22", "MN": "20", "TZ": "0", "COD": "67", "COU": "F", "DAY": "14", "LAT": "48N35", "LON": "7E45", "MON": "9", "NUM": "645", "PRO": "W", "SEC": "0", "YEA": "1925", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14439	pourrat-henri-1887-05-07	{"a6": "651"}	{"lerrcp": "A6-651"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Pourrat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:58", "date": "1887-05-07 01:00", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.74164, "lat": 45.54944, "name": "Ambert", "geoid": 3037937}, "notime": null, "date-ut": "1887-05-07 00:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Pourrat"}, "birth": {"tzo": "+00:14:58", "date": "1887-05-07 01:00", "place": {"c2": "63", "cy": "FR", "lg": 3.74164, "lat": 45.54944, "name": "Ambert", "geoid": 3037937}, "date-ut": "1887-05-07 00:47:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-651"}, "ids-in-sources": {"a6": "651"}}, "raw": {"H": "0", "MN": "47", "TZ": "0", "COD": "63", "COU": "F", "DAY": "7", "LAT": "45N47", "LON": "3E 5", "MON": "5", "NUM": "651", "PRO": "W", "SEC": "40", "YEA": "1887", "CITY": "AMBERT"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14443	prevost-jean-1901-06-13	{"a6": "655"}	{"lerrcp": "A6-655"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Prevost", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1901-06-13 09:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Saint-Pierre le", "geoid": 0}, "notime": null, "date-ut": "1901-06-13 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Prevost"}, "birth": {"tzo": "+00:09:21", "date": "1901-06-13 09:00", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Saint-Pierre le", "geoid": 0}, "date-ut": "1901-06-13 08:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-655"}, "ids-in-sources": {"a6": "655"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "77", "COU": "F", "DAY": "13", "LAT": "48N33", "LON": "2E40", "MON": "6", "NUM": "655", "PRO": "W", "SEC": "40", "YEA": "1901", "CITY": "SAINT PIERRE LE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14451	queffelec-henri-1910-01-29	{"a6": "664"}	{"lerrcp": "A6-664"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Queffelec", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1910-01-29 06:30", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1910-01-29 06:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Queffelec"}, "birth": {"tzo": "+00:09:21", "date": "1910-01-29 06:30", "place": {"c2": "29", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1910-01-29 06:20:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-664"}, "ids-in-sources": {"a6": "664"}}, "raw": {"H": "6", "MN": "20", "TZ": "0", "COD": "29", "COU": "F", "DAY": "29", "LAT": "48N 0", "LON": "4W 6", "MON": "1", "NUM": "664", "PRO": "W", "SEC": "40", "YEA": "1910", "CITY": "BREST"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14456	radiguet-raymond-1903-06-18	{"a6": "669"}	{"lerrcp": "A6-669"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Radiguet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1903-06-18 16:50", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Saint-Maur-des-Fos", "geoid": 0}, "notime": null, "date-ut": "1903-06-18 16:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Radiguet"}, "birth": {"tzo": "+00:09:21", "date": "1903-06-18 16:50", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Saint-Maur-des-Fos", "geoid": 0}, "date-ut": "1903-06-18 16:40:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-669"}, "ids-in-sources": {"a6": "669"}}, "raw": {"H": "16", "MN": "40", "TZ": "0", "COD": "94", "COU": "F", "DAY": "18", "LAT": "48N47", "LON": "2E29", "MON": "6", "NUM": "669", "PRO": "W", "SEC": "40", "YEA": "1903", "CITY": "ST MAUR-DES-FOS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14467	renard-jules-1864-02-22	{"a6": "680"}	{"lerrcp": "A6-680"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Renard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:03", "date": "1864-02-22 09:00", "note": null, "place": {"c1": null, "c2": "53", "c3": null, "cy": "FR", "lg": -0.75, "lat": 48.06667, "name": "Chalons du Main", "geoid": 0}, "notime": null, "date-ut": "1864-02-22 09:03"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Renard"}, "birth": {"tzo": "-00:03", "date": "1864-02-22 09:00", "place": {"c2": "53", "cy": "FR", "lg": -0.75, "lat": 48.06667, "name": "Chalons du Main", "geoid": 0}, "date-ut": "1864-02-22 09:03"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-680"}, "ids-in-sources": {"a6": "680"}}, "raw": {"H": "9", "MN": "3", "TZ": "0", "COD": "53", "COU": "F", "DAY": "22", "LAT": "48N 4", "LON": "0W45", "MON": "2", "NUM": "680", "PRO": "W", "SEC": "0", "YEA": "1864", "CITY": "CHALONS DU MAIN"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14477	riviere-jacques-1886-07-15	{"a6": "690"}	{"lerrcp": "A6-690"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Riviere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1886-07-15 03:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1886-07-15 03:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Riviere"}, "birth": {"tzo": "-00:02:19", "date": "1886-07-15 03:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1886-07-15 03:57:36"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-690"}, "ids-in-sources": {"a6": "690"}}, "raw": {"H": "3", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "15", "LAT": "44N50", "LON": "0W34", "MON": "7", "NUM": "690", "PRO": "W", "SEC": "36", "YEA": "1886", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14482	robles-emmanuel-1914-05-04	{"a6": "695"}	{"lerrcp": "A6-695"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emmanuel", "family": "Robles", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": -0.63588, "lat": 35.69906, "name": "Oran", "geoid": 2485926}, "notime": null, "date-ut": "1914-05-04 10:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Emmanuel", "family": "Robles"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": -0.63588, "lat": 35.69906, "name": "Oran", "geoid": 2485926}, "date-ut": "1914-05-04 10:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-695"}, "ids-in-sources": {"a6": "695"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "4", "LAT": "35N40", "LON": "0W30", "MON": "5", "NUM": "695", "PRO": "W", "SEC": "0", "YEA": "1914", "CITY": "ORAN"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14491	roupnel-gaston-1871-09-23	{"a6": "705"}	{"lerrcp": "A6-705"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Roupnel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:55", "date": "1871-09-23 23:30", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.22816, "lat": 47.29727, "name": "Laissey", "geoid": 3008633}, "notime": null, "date-ut": "1871-09-23 23:05:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Roupnel"}, "birth": {"tzo": "+00:24:55", "date": "1871-09-23 23:30", "place": {"c2": "25", "cy": "FR", "lg": 6.22816, "lat": 47.29727, "name": "Laissey", "geoid": 3008633}, "date-ut": "1871-09-23 23:05:52"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-705"}, "ids-in-sources": {"a6": "705"}}, "raw": {"H": "23", "MN": "5", "TZ": "0", "COD": "25", "COU": "F", "DAY": "23", "LAT": "47N15", "LON": "6E 2", "MON": "9", "NUM": "705", "PRO": "W", "SEC": "52", "YEA": "1871", "CITY": "LAISSEY"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14495	roux-francois-1897-03-09	{"a6": "710"}	{"lerrcp": "A6-710"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Roux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1897-03-09 01:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "notime": null, "date-ut": "1897-03-09 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "François", "family": "Roux"}, "birth": {"tzo": "+00:09:21", "date": "1897-03-09 01:00", "place": {"c2": "13", "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "date-ut": "1897-03-09 00:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-710"}, "ids-in-sources": {"a6": "710"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "13", "COU": "F", "DAY": "9", "LAT": "43N18", "LON": "5E22", "MON": "3", "NUM": "710", "PRO": "W", "SEC": "40", "YEA": "1897", "CITY": "AIX-EN-PROVENCE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
15853	bosquier-bernard-1942-06-19	{"d6": "64", "3a_sports": "586", "cfepp-final3": "444"}	{"cfepp": "CF-444", "ertel": "ES-586", "lerrcp": "D6-64"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Bosquier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-06-19 23:30", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": -6.48, "lat": 46.37, "name": "THONON LES BAINS", "geoid": null}, "notime": null, "date-ut": "1942-06-19 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Bosquier"}, "birth": {"date": "1942-06-19 23:30", "place": {"cy": "FR", "lg": 6.5, "lat": 46.36667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "64"}}, "raw": {"H": "23", "MN": "30", "DAY": "19", "LAT": "46N22", "LON": "06E30", "MON": "6", "NUM": "64", "SEC": "0", "YEA": "1942", "NAME": "Bosquier bernard"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-586"}}, "raw": {"L": "", "MF": "", "NR": "586", "ENG": "", "MA_": "1", "G_NR": "64", "MA12": "6", "MARS": "18", "NAME": "Bosquier", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "7,600", "CSINR": "", "KURTZ": "", "PHAS_": "22,500", "STUND": "", "CFEPNR": "444", "EXTEND": "", "NATION": "FRA", "TAGMON": "19.06.", "ZITATE": "DSWO", "ZITSUM": "4", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bernard", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "19.06.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1942-06-19 23:30", "place": {"c2": "74", "c3": "", "cy": "FR", "lg": -6.48, "lat": 46.37, "name": "THONON LES BAINS"}, "date-ut": "1942-06-19 21:30"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "444"}}, "raw": {"S": "6", "LT": "23 30", "LV": "I42", "TR": "f", "UT": "21 30", "LAT": "+46.37", "SRC": "L", "LONG": "-06.48", "NAME": "BOSQUIER Bernard", "SPORT": "Soccer", "LOC_DATE": "1942 06 19", "UNIV_DATE": "1942 06 19", "BIRTH_PLACE": "THONON LES BAINS", "POSTAL_CODE": "74203 CEDEX"}, "date": "2023-08-20T14:46:03+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
14502	saint-exupery-antoine-1900-06-29	{"a6": "718"}	{"lerrcp": "A6-718"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Saint-Exupery", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-06-29 09:15", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1900-06-29 09:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Saint-Exupery"}, "birth": {"tzo": "+00:09:21", "date": "1900-06-29 09:15", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1900-06-29 09:05:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-718"}, "ids-in-sources": {"a6": "718"}}, "raw": {"H": "9", "MN": "5", "TZ": "0", "COD": "69", "COU": "F", "DAY": "29", "LAT": "45N46", "LON": "4E50", "MON": "6", "NUM": "718", "PRO": "W", "SEC": "40", "YEA": "1900", "CITY": "LYON"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14508	sandeau-jules-1811-02-19	{"a6": "724"}	{"lerrcp": "A6-724"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Sandeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:40", "date": "1811-02-19 07:00", "note": null, "place": {"c1": null, "c2": "23", "c3": null, "cy": "FR", "lg": 2.16724, "lat": 45.95486, "name": "Aubusson", "geoid": 3036295}, "notime": null, "date-ut": "1811-02-19 06:52:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Sandeau"}, "birth": {"tzo": "+00:08:40", "date": "1811-02-19 07:00", "place": {"c2": "23", "cy": "FR", "lg": 2.16724, "lat": 45.95486, "name": "Aubusson", "geoid": 3036295}, "date-ut": "1811-02-19 06:52:32"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-724"}, "ids-in-sources": {"a6": "724"}}, "raw": {"H": "6", "MN": "52", "TZ": "0", "COD": "23", "COU": "F", "DAY": "19", "LAT": "46N17", "LON": "1E52", "MON": "2", "NUM": "724", "PRO": "W", "SEC": "32", "YEA": "1811", "CITY": "AUBUSSON"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14515	schlumberger-jean-1877-05-26	{"a6": "731"}	{"lerrcp": "A6-731"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Schlumberger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.2, "lat": 47.91667, "name": "Guebwiller", "geoid": 3014433}, "notime": null, "date-ut": "1877-05-26 02:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Schlumberger"}, "birth": {"place": {"c2": "68", "cy": "FR", "lg": 7.2, "lat": 47.91667, "name": "Guebwiller", "geoid": 3014433}, "date-ut": "1877-05-26 02:30:36"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-731"}, "ids-in-sources": {"a6": "731"}}, "raw": {"H": "3", "MN": "30", "TZ": "-1", "COD": "68", "COU": "F", "DAY": "26", "LAT": "48N 5", "LON": "7E21", "MON": "5", "NUM": "731", "PRO": "W", "SEC": "36", "YEA": "1877", "CITY": "GUEBWILLER"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14523	seignolle-claude-1917-06-25	{"a6": "739"}	{"lerrcp": "A6-739"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Seignolle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-06-25 12:00", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "notime": null, "date-ut": "1917-06-25 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Seignolle"}, "birth": {"tzo": "+01:00", "date": "1917-06-25 12:00", "place": {"c2": "24", "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "date-ut": "1917-06-25 11:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-739"}, "ids-in-sources": {"a6": "739"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "24", "COU": "F", "DAY": "25", "LAT": "45N11", "LON": "0E44", "MON": "6", "NUM": "739", "PRO": "W", "SEC": "0", "YEA": "1917", "CITY": "PERIGUEUX"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14528	silvestre-charles-1889-02-02	{"a6": "744"}	{"lerrcp": "A6-744"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Silvestre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:05", "date": "1889-02-02 09:00", "note": null, "place": {"c1": null, "c2": "19", "c3": null, "cy": "FR", "lg": 1.77233, "lat": 45.26582, "name": "Tulle", "geoid": 2971482}, "notime": null, "date-ut": "1889-02-02 08:52:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Silvestre"}, "birth": {"tzo": "+00:07:05", "date": "1889-02-02 09:00", "place": {"c2": "19", "cy": "FR", "lg": 1.77233, "lat": 45.26582, "name": "Tulle", "geoid": 2971482}, "date-ut": "1889-02-02 08:52:56"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-744"}, "ids-in-sources": {"a6": "744"}}, "raw": {"H": "8", "MN": "52", "TZ": "0", "COD": "19", "COU": "F", "DAY": "2", "LAT": "45N16", "LON": "1E46", "MON": "2", "NUM": "744", "PRO": "W", "SEC": "56", "YEA": "1889", "CITY": "TULLE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18365	feres-maria-1920-06-07	{"e1": "735"}	{"lerrcp": "E1-735"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maria", "family": "Feres", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-06-07 16:00", "note": null, "place": {"c1": null, "c2": "36", "c3": "", "cy": "FR", "lg": 1.41667, "lat": 46.98333, "name": "Pellevoisin", "geoid": 2988170}, "notime": null, "date-ut": "1920-06-07 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Maria", "family": "Feres"}, "birth": {"tzo": "+01:00", "date": "1920-06-07 16:00", "place": {"c2": "36", "c3": "", "cy": "FR", "lg": 1.41667, "lat": 46.98333, "name": "Pellevoisin", "geoid": 2988170}, "date-ut": "1920-06-07 15:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "735"}}, "raw": {"H": "16:00", "COD": "36", "DAY": "07", "MON": "06", "NUM": "0735", "PRO": "EX", "YEA": "1920", "CITY": "Pellevoisin", "NAME": "FERES Maria", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14541	sue-eugene-1804-01-26	{"a6": "757"}	{"lerrcp": "A6-757"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Sue", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1804-01-26 19:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1804-01-26 18:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Sue"}, "birth": {"tzo": "+00:09:24", "date": "1804-01-26 19:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1804-01-26 18:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-757"}, "ids-in-sources": {"a6": "757"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "26", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "757", "PRO": "W", "SEC": "40", "YEA": "1804", "CITY": "PARIS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18366	fermaud-jacques-1905-11-25	{"e1": "736"}	{"lerrcp": "E1-736"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Fermaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-11-25 22:30", "note": null, "place": {"c1": null, "c2": "49", "c3": "", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "notime": null, "date-ut": "1905-11-25 22:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Fermaud"}, "birth": {"tzo": "+00:09", "date": "1905-11-25 22:30", "place": {"c2": "49", "c3": "", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "date-ut": "1905-11-25 22:21"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "736"}}, "raw": {"H": "22:30", "COD": "49", "DAY": "25", "MON": "11", "NUM": "0736", "PRO": "EX", "YEA": "1905", "CITY": "Angers", "NAME": "FERMAUD Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18367	ferney-jean-1927-11-01	{"e1": "737"}	{"lerrcp": "E1-737"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Ferney", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1927-11-01 03:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.51294, "lat": 45.4759, "name": "Saint-Chamond", "geoid": 2981206}, "notime": null, "date-ut": "1927-11-01 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Ferney"}, "birth": {"tzo": "+00:00", "date": "1927-11-01 03:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.51294, "lat": 45.4759, "name": "Saint-Chamond", "geoid": 2981206}, "date-ut": "1927-11-01 03:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "737"}}, "raw": {"H": "03:00", "COD": "42", "DAY": "01", "MON": "11", "NUM": "0737", "PRO": "PH", "YEA": "1927", "CITY": "St Chamond", "NAME": "FERNEY Jean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14547	tharaud-jean-1877-05-09	{"a6": "764"}	{"lerrcp": "A6-764"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Tharaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:03:36", "date": "1877-05-09 09:30", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 0.90158, "lat": 45.88746, "name": "Saint-Junien", "geoid": 2979036}, "notime": null, "date-ut": "1877-05-09 09:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Tharaud"}, "birth": {"tzo": "+00:03:36", "date": "1877-05-09 09:30", "place": {"c2": "87", "cy": "FR", "lg": 0.90158, "lat": 45.88746, "name": "Saint-Junien", "geoid": 2979036}, "date-ut": "1877-05-09 09:25"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-764"}, "ids-in-sources": {"a6": "764"}}, "raw": {"H": "9", "MN": "25", "TZ": "0", "COD": "87", "COU": "F", "DAY": "9", "LAT": "45N50", "LON": "1E15", "MON": "5", "NUM": "764", "PRO": "W", "SEC": "0", "YEA": "1877", "CITY": "SAINT-JUNIEN"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14548	tharaud-jerome-1874-05-18	{"a6": "765"}	{"lerrcp": "A6-765"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jerome", "family": "Tharaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:03:36", "date": "1874-05-18 15:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 0.90158, "lat": 45.88746, "name": "Saint-Junien", "geoid": 2979036}, "notime": null, "date-ut": "1874-05-18 14:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Jerome", "family": "Tharaud"}, "birth": {"tzo": "+00:03:36", "date": "1874-05-18 15:00", "place": {"c2": "87", "cy": "FR", "lg": 0.90158, "lat": 45.88746, "name": "Saint-Junien", "geoid": 2979036}, "date-ut": "1874-05-18 14:55"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-765"}, "ids-in-sources": {"a6": "765"}}, "raw": {"H": "14", "MN": "55", "TZ": "0", "COD": "87", "COU": "F", "DAY": "18", "LAT": "45N50", "LON": "1E15", "MON": "5", "NUM": "765", "PRO": "W", "SEC": "0", "YEA": "1874", "CITY": "SAINT-JUNIEN"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14553	tillard-paul-1914-09-30	{"a6": "770"}	{"lerrcp": "A6-770"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Tillard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-09-30 20:00", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": 0.19752, "lat": 45.64052, "name": "Soyaux", "geoid": 2973882}, "notime": null, "date-ut": "1914-09-30 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Tillard"}, "birth": {"tzo": "+00:00", "date": "1914-09-30 20:00", "place": {"c2": "16", "cy": "FR", "lg": 0.19752, "lat": 45.64052, "name": "Soyaux", "geoid": 2973882}, "date-ut": "1914-09-30 20:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-770"}, "ids-in-sources": {"a6": "770"}}, "raw": {"H": "20", "MN": "0", "TZ": "0", "COD": "16", "COU": "F", "DAY": "30", "LAT": "45N39", "LON": "0E10", "MON": "9", "NUM": "770", "PRO": "W", "SEC": "0", "YEA": "1914", "CITY": "SOYAUX"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18391	florentin-jean-1903-05-04	{"e1": "761"}	{"lerrcp": "E1-761"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Florentin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-05-04 11:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1903-05-04 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Florentin"}, "birth": {"tzo": "+00:09", "date": "1903-05-04 11:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1903-05-04 10:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "761"}}, "raw": {"H": "11:00", "COD": "13", "DAY": "04", "MON": "05", "NUM": "0761", "PRO": "EX", "YEA": "1903", "CITY": "Marseille", "NAME": "FLORENTIN Jean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14556	toesca-maurice-1904-05-25	{"a6": "773"}	{"lerrcp": "A6-773"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Toesca", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1904-05-25 06:30", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": 0.67195, "lat": 46.01311, "name": "Confolens", "geoid": 3023919}, "notime": null, "date-ut": "1904-05-25 06:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Toesca"}, "birth": {"tzo": "+00:09:21", "date": "1904-05-25 06:30", "place": {"c2": "16", "cy": "FR", "lg": 0.67195, "lat": 46.01311, "name": "Confolens", "geoid": 3023919}, "date-ut": "1904-05-25 06:20:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-773"}, "ids-in-sources": {"a6": "773"}}, "raw": {"H": "6", "MN": "20", "TZ": "0", "COD": "16", "COU": "F", "DAY": "25", "LAT": "45N39", "LON": "0E10", "MON": "5", "NUM": "773", "PRO": "W", "SEC": "40", "YEA": "1904", "CITY": "CONFOLENS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14561	t-serstevens-albert-1885-09-24	{"a6": "779"}	{"lerrcp": "A6-779"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "T'Serstevens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "BE", "lg": 4.33943, "lat": 50.80225, "name": "Uccle", "geoid": 2785123}, "notime": null, "date-ut": "1885-09-24 14:12:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Albert", "family": "T'Serstevens"}, "birth": {"place": {"c2": "", "cy": "BE", "lg": 4.33943, "lat": 50.80225, "name": "Uccle", "geoid": 2785123}, "date-ut": "1885-09-24 14:12:44"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-779"}, "ids-in-sources": {"a6": "779"}}, "raw": {"H": "14", "MN": "12", "TZ": "0", "COD": "B", "COU": "F", "DAY": "24", "LAT": "50N48", "LON": "4E19", "MON": "9", "NUM": "779", "PRO": "W", "SEC": "44", "YEA": "1885", "CITY": "UCCLE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14566	valles-jules-1832-06-11	{"a6": "785"}	{"lerrcp": "A6-785"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Valles", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:32", "date": "1832-06-11 10:00", "note": null, "place": {"c1": null, "c2": "43", "c3": null, "cy": "FR", "lg": 3.88333, "lat": 45.05, "name": "Le Puy", "geoid": 0}, "notime": null, "date-ut": "1832-06-11 09:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Valles"}, "birth": {"tzo": "+00:15:32", "date": "1832-06-11 10:00", "place": {"c2": "43", "cy": "FR", "lg": 3.88333, "lat": 45.05, "name": "Le Puy", "geoid": 0}, "date-ut": "1832-06-11 09:44:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-785"}, "ids-in-sources": {"a6": "785"}}, "raw": {"H": "9", "MN": "44", "TZ": "0", "COD": "43", "COU": "F", "DAY": "11", "LAT": "45N 3", "LON": "3E53", "MON": "6", "NUM": "785", "PRO": "W", "SEC": "28", "YEA": "1832", "CITY": "LE PUY"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14568	gauquelin-a6-787-1907-05-04	{"a6": "787"}	{"lerrcp": "A6-787"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-787", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1907-05-04 04:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1907-05-04 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-787"}, "birth": {"tzo": "+00:09:21", "date": "1907-05-04 04:00", "place": {"c2": "59", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1907-05-04 03:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-787"}, "ids-in-sources": {"a6": "787"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "59", "COU": "F", "DAY": "4", "LAT": "50N39", "LON": "3E 5", "MON": "5", "NUM": "787", "PRO": "W", "SEC": "40", "YEA": "1907", "CITY": "ROUBAIX"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
15856	gordon-hutton-bremner-1917-11-12	{"d6": "67", "3a_sports": "664"}	{"ertel": "ES-664", "lerrcp": "D6-67"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bremner", "family": "Gordon Hutton", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1917-11-12 03:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -4.25, "lat": 55.88333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Bremner", "family": "Gordon Hutton"}, "birth": {"date": "1917-11-12 03:30", "place": {"cy": "GB", "lg": -4.25, "lat": 55.88333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "67"}}, "raw": {"H": "3", "MN": "30", "DAY": "12", "LAT": "55N53", "LON": "04W15", "MON": "11", "NUM": "67", "SEC": "0", "YEA": "1917", "NAME": "Bremner Gordon Hutton"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-664"}}, "raw": {"L": "", "MF": "", "NR": "664", "ENG": "", "MA_": "1", "G_NR": "67", "MA12": "2", "MARS": "5", "NAME": "Bremner", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-6,000", "CSINR": "", "KURTZ": "", "PHAS_": "7,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "SCO", "TAGMON": "12.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gorden Hutton", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.11.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15858	brown-robert-1923-03-19	{"d6": "69", "3a_sports": "686"}	{"ertel": "ES-686", "lerrcp": "D6-69"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Brown", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1923-03-19 17:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -3.8, "lat": 56, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Brown"}, "birth": {"date": "1923-03-19 17:30", "place": {"cy": "GB", "lg": -3.8, "lat": 56}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "69"}}, "raw": {"H": "17", "MN": "30", "DAY": "19", "LAT": "56N00", "LON": "03W48", "MON": "3", "NUM": "69", "SEC": "0", "YEA": "1923", "NAME": "Brown Robert"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-686"}}, "raw": {"L": "", "MF": "", "NR": "686", "ENG": "1", "MA_": "2", "G_NR": "69", "MA12": "4", "MARS": "12", "NAME": "Brown", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "1,800", "CSINR": "", "KURTZ": "", "PHAS_": "2,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "SCO", "TAGMON": "19.03.", "ZITATE": "ST", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "19.03.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
12229	vian-boris-1920-03-10	{"a5": "761", "a6": "798"}	{"lerrcp": "A5-761"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Boris", "family": "Vian", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-03-10 06:30", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.19311, "lat": 48.82358, "name": "Ville-d'Avray", "geoid": 2968819}, "notime": null, "date-ut": "1920-03-10 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor", "novelist", "poet"]	5	null	[{"new": {"name": {"given": "Boris", "family": "Vian"}, "birth": {"tzo": "+01:00", "date": "1920-03-10 06:30", "place": {"c2": "92", "cy": "FR", "lg": 2.19311, "lat": 48.82358, "name": "Ville-d'Avray", "geoid": 2968819}, "date-ut": "1920-03-10 05:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-761"}, "ids-in-sources": {"a5": "761"}}, "raw": {"H": "5", "MN": "30", "TZ": "0", "COD": "92", "COU": "F", "DAY": "10", "LAT": "48N50", "LON": "2E11", "MON": "3", "NUM": "761", "PRO": "A", "SEC": "0", "YEA": "1920", "CITY": "VILLE D AVRAY"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "798"}}, "raw": {"H": "5", "MN": "30", "TZ": "0", "COD": "92", "COU": "F", "DAY": "10", "LAT": "48N50", "LON": "2E11", "MON": "3", "NUM": "798", "PRO": "W", "SEC": "0", "YEA": "1920", "CITY": "VILLE D'AVRAY"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14588	walder-francis-1906-08-05	{"a6": "808"}	{"lerrcp": "A6-808"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Walder", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "BE", "lg": 4.36667, "lat": 50.83333, "name": "Ixelles", "geoid": 2795011}, "notime": null, "date-ut": "1906-08-05 09:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Francis", "family": "Walder"}, "birth": {"place": {"c2": "", "cy": "BE", "lg": 4.36667, "lat": 50.83333, "name": "Ixelles", "geoid": 2795011}, "date-ut": "1906-08-05 09:15:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-808"}, "ids-in-sources": {"a6": "808"}}, "raw": {"H": "9", "MN": "15", "TZ": "0", "COD": "B", "COU": "F", "DAY": "5", "LAT": "50N50", "LON": "4E22", "MON": "8", "NUM": "808", "PRO": "W", "SEC": "0", "YEA": "1906", "CITY": "IXELLES"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14589	gauquelin-a6-809-1893-01-25	{"a6": "809"}	{"lerrcp": "A6-809"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-809", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1893-01-25 16:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "notime": null, "date-ut": "1893-01-25 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-809"}, "birth": {"tzo": "+00:09:21", "date": "1893-01-25 16:00", "place": {"c2": "62", "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "date-ut": "1893-01-25 15:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-809"}, "ids-in-sources": {"a6": "809"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "62", "COU": "F", "DAY": "25", "LAT": "50N18", "LON": "2E46", "MON": "1", "NUM": "809", "PRO": "W", "SEC": "40", "YEA": "1893", "CITY": "ARRAS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14598	aniante-antonio-1900-01-02	{"a6": "818", "afd1": "15"}	{"lerrcp": "A6-818", "muller": "M1-15"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Aniante", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1900-01-02 09:00", "note": "", "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 15.09925, "lat": 37.60933, "name": "Viagrande", "geoid": 2522777}, "notime": null, "date-ut": "1900-01-02 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Aniante"}, "birth": {"place": {"c2": "CT", "cy": "IT", "lg": 15.09925, "lat": 37.60933, "name": "Viagrande", "geoid": 2522777}, "date-ut": "1900-01-02 08:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-818"}, "ids-in-sources": {"a6": "818"}}, "raw": {"H": "9", "MN": "0", "TZ": "-1", "COD": "CT", "COU": "I", "DAY": "2", "LAT": "37N30", "LON": "15E 0", "MON": "1", "NUM": "818", "PRO": "W", "SEC": "0", "YEA": "1900", "CITY": "VIAGRANDE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Antonio", "family": "Aniante"}, "birth": {"tzo": "+01:00", "date": "1900-01-02 09:00", "note": "", "place": {"name": "Viagrande"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "15", "muller": "M1-15"}}, "raw": {"LG": "-15", "DAY": "02", "LAT": "37,5", "MIN": "00", "TZO": "-1", "HOUR": "09", "NAME": "15M Aniante, Antonio", "YEAR": "1900", "MONTH": "01", "PLACE": "Viagrande CT"}, "date": "2023-08-20T14:44:33+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
15859	buchan-martin-1949-03-06	{"d6": "70", "3a_sports": "704"}	{"ertel": "ES-704", "lerrcp": "D6-70"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Martin", "family": "Buchan", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-03-06 15:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -2.06667, "lat": 57.16667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Martin", "family": "Buchan"}, "birth": {"date": "1949-03-06 15:00", "place": {"cy": "GB", "lg": -2.06667, "lat": 57.16667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "70"}}, "raw": {"H": "15", "MN": "0", "DAY": "6", "LAT": "57N10", "LON": "02W04", "MON": "3", "NUM": "70", "SEC": "0", "YEA": "1949", "NAME": "Buchan Martin"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-704"}}, "raw": {"L": "", "MF": "", "NR": "704", "ENG": "", "MA_": "1", "G_NR": "70", "MA12": "5", "MARS": "14", "NAME": "Buchan", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "8,500", "CSINR": "", "KURTZ": "", "PHAS_": "30,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "SCO", "TAGMON": "06.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Martin", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.03.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
14604	barbaro-umberto-1902-01-03	{"a6": "824", "afd1": "33"}	{"lerrcp": "A6-824", "muller": "M1-33"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Umberto", "family": "Barbaro", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1902-01-03 19:30", "note": "", "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 15.16279, "lat": 37.60666, "name": "Acireale", "geoid": 2525790}, "notime": null, "date-ut": "1902-01-03 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Umberto", "family": "Barbaro"}, "birth": {"place": {"c2": "CT", "cy": "IT", "lg": 15.16279, "lat": 37.60666, "name": "Acireale", "geoid": 2525790}, "date-ut": "1902-01-03 18:30"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-824"}, "ids-in-sources": {"a6": "824"}}, "raw": {"H": "19", "MN": "30", "TZ": "-1", "COD": "CT", "COU": "I", "DAY": "3", "LAT": "37N30", "LON": "15E 0", "MON": "1", "NUM": "824", "PRO": "W", "SEC": "0", "YEA": "1902", "CITY": "ACIREALE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Umberto", "family": "Barbaro"}, "birth": {"tzo": "+01:00", "date": "1902-01-03 19:30", "note": "", "place": {"name": "Acireale"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "33", "muller": "M1-33"}}, "raw": {"LG": "-15", "DAY": "03", "LAT": "37,5", "MIN": "30", "TZO": "-1", "HOUR": "19", "NAME": "33M Barbaro, Umberto", "YEAR": "1902", "MONTH": "01", "PLACE": "Acireale CT"}, "date": "2023-08-20T14:44:33+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14611	bigiaretti-libero-1905-05-16	{"a6": "831", "afd1": "54"}	{"lerrcp": "A6-831", "muller": "M1-54"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Libero", "family": "Bigiaretti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1905-05-16 06:00", "note": "", "place": {"c1": null, "c2": "MC", "c3": null, "cy": "IT", "lg": 13.01057, "lat": 43.25405, "name": "Matelica", "geoid": 3173722}, "notime": null, "date-ut": "1905-05-16 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Libero", "family": "Bigiaretti"}, "birth": {"place": {"c2": "MC", "cy": "IT", "lg": 13.01057, "lat": 43.25405, "name": "Matelica", "geoid": 3173722}, "date-ut": "1905-05-16 05:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-831"}, "ids-in-sources": {"a6": "831"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "MC", "COU": "I", "DAY": "16", "LAT": "43N24", "LON": "13E15", "MON": "5", "NUM": "831", "PRO": "W", "SEC": "0", "YEA": "1905", "CITY": "MATELICA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Libero", "family": "Bigiaretti"}, "birth": {"tzo": "+01:00", "date": "1905-05-16 06:00", "note": "", "place": {"name": "Matelica"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "54", "muller": "M1-54"}}, "raw": {"LG": "-13,25", "DAY": "16", "LAT": "43,4", "MIN": "00", "TZO": "-1", "HOUR": "06", "NAME": "54M Bigiaretti, Libero", "YEAR": "1905", "MONTH": "05", "PLACE": "Matelica MC"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
15860	buchanan-ken-1945-06-28	{"d6": "71", "3a_sports": "705"}	{"ertel": "ES-705", "lerrcp": "D6-71"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ken", "family": "Buchanan", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1945-06-28 04:25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -3.21667, "lat": 55.95, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Ken", "family": "Buchanan"}, "birth": {"date": "1945-06-28 04:25", "place": {"cy": "GB", "lg": -3.21667, "lat": 55.95}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "71"}}, "raw": {"H": "4", "MN": "25", "DAY": "28", "LAT": "55N57", "LON": "03W13", "MON": "6", "NUM": "71", "SEC": "0", "YEA": "1945", "NAME": "Buchanan Ken"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["boxer"], "partial-ids": {"ertel": "ES-705"}}, "raw": {"L": "", "MF": "", "NR": "705", "ENG": "1", "MA_": "2", "G_NR": "71", "MA12": "1", "MARS": "2", "NAME": "Buchanan", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-4,200", "CSINR": "", "KURTZ": "", "PHAS_": "93,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "SCO", "TAGMON": "28.06.", "ZITATE": "DR", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ken", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "28.06.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
14637	comisso-giovanni-1895-10-03	{"a6": "857", "afd1": "126"}	{"lerrcp": "A6-857", "muller": "M1-126"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Comisso", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1895-10-03 20:20", "note": "", "place": {"c1": null, "c2": "TV", "c3": null, "cy": "IT", "lg": 12.245, "lat": 45.66667, "name": "Treviso", "geoid": 3165201}, "notime": null, "date-ut": "1895-10-03 19:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Comisso"}, "birth": {"place": {"c2": "TV", "cy": "IT", "lg": 12.245, "lat": 45.66667, "name": "Treviso", "geoid": 3165201}, "date-ut": "1895-10-03 19:20"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-857"}, "ids-in-sources": {"a6": "857"}}, "raw": {"H": "20", "MN": "20", "TZ": "-1", "COD": "TV", "COU": "I", "DAY": "3", "LAT": "45N36", "LON": "12E45", "MON": "10", "NUM": "857", "PRO": "W", "SEC": "0", "YEA": "1895", "CITY": "TREVISO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Giovanni", "family": "Comisso"}, "birth": {"tzo": "+01:00", "date": "1895-10-03 20:20", "note": "", "place": {"name": "Treviso"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "126", "muller": "M1-126"}}, "raw": {"LG": "-12,75", "DAY": "03", "LAT": "45,6", "MIN": "20", "TZO": "-1", "HOUR": "20", "NAME": "126M Comisso, Giovanni", "YEAR": "1895", "MONTH": "10", "PLACE": "Treviso TV"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14640	correa-d-oliveira-emanuele-1887-05-12	{"a6": "860", "afd1": "133"}	{"lerrcp": "A6-860", "muller": "M1-133"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emanuele", "family": "Correa d'Oliveira", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1887-05-12 12:25", "note": "", "place": {"c1": null, "c2": "PI", "c3": null, "cy": "IT", "lg": 10.39659, "lat": 43.71553, "name": "Pisa", "geoid": 3170647}, "notime": null, "date-ut": "1887-05-12 15:35:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "", "family": "Correa D'Oliveira Emmanuele"}, "birth": {"place": {"c2": "PI", "cy": "IT", "lg": 10.39659, "lat": 43.71553, "name": "Pisa", "geoid": 3170647}, "date-ut": "1887-05-12 15:35:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-860"}, "ids-in-sources": {"a6": "860"}}, "raw": {"H": "16", "MN": "35", "TZ": "-1", "COD": "PI", "COU": "I", "DAY": "12", "LAT": "43N42", "LON": "10E30", "MON": "5", "NUM": "860", "PRO": "W", "SEC": "4", "YEA": "1887", "CITY": "PISA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Emanuele", "family": "Correa d'Oliveira"}, "birth": {"tzo": "+00:50", "date": "1887-05-12 12:25", "note": "", "place": {"name": "Pisa"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "133", "muller": "M1-133"}}, "raw": {"LG": "-10,5", "DAY": "12", "LAT": "43,7", "MIN": "25", "TZO": "-0,83", "HOUR": "12", "NAME": "133M Correa d'Oliveira, Emanuele", "YEAR": "1887", "MONTH": "05", "PLACE": "Pisa PI"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
15861	budzynski-robert-1940-05-21	{"d6": "72", "3a_sports": "715", "cfepp-final3": "449"}	{"cfepp": "CF-449", "ertel": "ES-715", "lerrcp": "D6-72"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Budzynski", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-05-21 04:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": -2.48, "lat": 50.49, "name": "CALONNE RICOUART", "geoid": null}, "notime": null, "date-ut": "1940-05-21 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Budzynski"}, "birth": {"date": "1940-05-21 04:00", "place": {"cy": "FR", "lg": 2.53333, "lat": 50.45}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "72"}}, "raw": {"H": "4", "MN": "0", "DAY": "21", "LAT": "50N27", "LON": "02E32", "MON": "5", "NUM": "72", "SEC": "0", "YEA": "1940", "NAME": "Budzynski Robert"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-715"}}, "raw": {"L": "", "MF": "", "NR": "715", "ENG": "", "MA_": "1", "G_NR": "72", "MA12": "10", "MARS": "30", "NAME": "Budzynski", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "2,800", "CSINR": "", "KURTZ": "", "PHAS_": "99,500", "STUND": "", "CFEPNR": "449", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.05.", "ZITATE": "DWFO", "ZITSUM": "4", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "21.05.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1940-05-21 04:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": -2.48, "lat": 50.49, "name": "CALONNE RICOUART"}, "date-ut": "1940-05-21 02:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "449"}}, "raw": {"S": "9", "LT": "04 00", "LV": "I11", "TR": "o", "UT": "02 00", "LAT": "+50.49", "SRC": "L", "LONG": "-02.48", "NAME": "BUDZINSKI Robert", "SPORT": "Soccer", "LOC_DATE": "1940 05 21", "UNIV_DATE": "1940 05 21", "BIRTH_PLACE": "CALONNE RICOUART", "POSTAL_CODE": "62470"}, "date": "2023-08-20T14:46:03+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
14655	faleschini-antonio-1897-11-11	{"a6": "877", "afd1": "183"}	{"lerrcp": "A6-877", "muller": "M1-183"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Faleschini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1897-11-11 11:00", "note": "", "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.09057, "lat": 46.2568, "name": "Osoppo", "geoid": 3171842}, "notime": null, "date-ut": "1897-11-11 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Faleschini"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.09057, "lat": 46.2568, "name": "Osoppo", "geoid": 3171842}, "date-ut": "1897-11-11 10:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-877"}, "ids-in-sources": {"a6": "877"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "11", "LAT": "46N 0", "LON": "13E30", "MON": "11", "NUM": "877", "PRO": "W", "SEC": "0", "YEA": "1897", "CITY": "OSOPPO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Antonio", "family": "Faleschini"}, "birth": {"tzo": "+01:00", "date": "1897-11-11 11:00", "note": "", "place": {"name": "Osoppo"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "183", "muller": "M1-183"}}, "raw": {"LG": "-13,5", "DAY": "11", "LAT": "46", "MIN": "00", "TZO": "-1", "HOUR": "11", "NAME": "183M Faleschini, Antonio", "YEAR": "1897", "MONTH": "11", "PLACE": "Osoppo UD"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14666	gabrielli-aldo-1898-04-21	{"a6": "888", "afd1": "206"}	{"lerrcp": "A6-888", "muller": "M1-206"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Gabrielli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1898-04-21 00:30", "note": "", "place": {"c1": null, "c2": "AP", "c3": null, "cy": "IT", "lg": 13.76203, "lat": 43.00015, "name": "Ripatransone", "geoid": 3169299}, "notime": null, "date-ut": "1898-04-20 23:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Aldo", "family": "Gabrielli"}, "birth": {"place": {"c2": "AP", "cy": "IT", "lg": 13.76203, "lat": 43.00015, "name": "Ripatransone", "geoid": 3169299}, "date-ut": "1898-04-20 23:30"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-888"}, "ids-in-sources": {"a6": "888"}}, "raw": {"H": "0", "MN": "30", "TZ": "-1", "COD": "AP", "COU": "I", "DAY": "21", "LAT": "43N 0", "LON": "13E45", "MON": "4", "NUM": "888", "PRO": "W", "SEC": "0", "YEA": "1898", "CITY": "RIPATRANSONE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Aldo", "family": "Gabrielli"}, "birth": {"tzo": "+01:00", "date": "1898-04-21 00:30", "note": "", "place": {"name": "Ripatransone"}}, "notes": ["CHECK: birth day - A6-888 1898-04-20 / M1writers 206 1898-04-21"], "occus": ["writer"], "to-check": true, "ids-in-sources": {"afd1": "206", "muller": "M1-206"}}, "raw": {"LG": "-13,75", "DAY": "21", "LAT": "43", "MIN": "30", "TZO": "-1", "HOUR": "00", "NAME": "206M Gabrielli, Aldo", "YEAR": "1898", "MONTH": "04", "PLACE": "Ripatransone AP"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	["CHECK: birth day - A6-888 1898-04-20 / M1writers 206 1898-04-21"]
14672	giordana-carlo-1877-07-05	{"a6": "895", "afd1": "229"}	{"lerrcp": "A6-895", "muller": "M1-229"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Giordana", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1877-07-05 21:00", "note": "", "place": {"c1": null, "c2": "CR", "c3": null, "cy": "IT", "lg": 9.66826, "lat": 45.35877, "name": "Crema", "geoid": 3177841}, "notime": null, "date-ut": "1877-07-15 20:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Tullio", "family": "Giordana"}, "birth": {"place": {"c2": "CR", "cy": "IT", "lg": 9.66826, "lat": 45.35877, "name": "Crema", "geoid": 3177841}, "date-ut": "1877-07-15 20:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-895"}, "ids-in-sources": {"a6": "895"}}, "raw": {"H": "21", "MN": "10", "TZ": "-1", "COD": "CR", "COU": "I", "DAY": "15", "LAT": "45N12", "LON": "11E 0", "MON": "7", "NUM": "895", "PRO": "W", "SEC": "4", "YEA": "1877", "CITY": "CREMA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Carlo", "family": "Giordana"}, "birth": {"tzo": "+00:50", "date": "1877-07-05 21:00", "note": "", "place": {"name": "Crema"}}, "notes": ["CHECK: birth day - A6-895 1877-07-15 / M1writers 229 1877-07-05"], "occus": ["writer"], "to-check": true, "ids-in-sources": {"afd1": "229", "muller": "M1-229"}}, "raw": {"LG": "-11", "DAY": "05", "LAT": "45,2", "MIN": "00", "TZO": "-0,83", "HOUR": "21", "NAME": "229M Giordana, Carlo", "YEAR": "1877", "MONTH": "07", "PLACE": "Crema CR"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	["CHECK: birth day - A6-895 1877-07-15 / M1writers 229 1877-07-05"]
14676	grossi-e-a-1898-07-13	{"a6": "899", "afd1": "241"}	{"lerrcp": "A6-899", "muller": "M1-241"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "E.A.", "family": "Grossi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1898-07-13 23:45", "note": "", "place": {"c1": null, "c2": "FR", "c3": null, "cy": "IT", "lg": 13.25, "lat": 41.6, "name": "Villalatina", "geoid": 0}, "notime": null, "date-ut": "1898-07-13 22:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "E", "family": "Grossi"}, "birth": {"place": {"c2": "FR", "cy": "IT", "lg": 13.25, "lat": 41.6, "name": "VILLALATINA", "geoid": 0}, "date-ut": "1898-07-13 22:45"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-899"}, "ids-in-sources": {"a6": "899"}}, "raw": {"H": "23", "MN": "45", "TZ": "-1", "COD": "FR", "COU": "I", "DAY": "13", "LAT": "41N36", "LON": "13E15", "MON": "7", "NUM": "899", "PRO": "W", "SEC": "0", "YEA": "1898", "CITY": "VILLALATINA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "E.A.", "family": "Grossi"}, "birth": {"tzo": "+01:00", "date": "1898-07-13 23:45", "note": "", "place": {"name": "Villalatina"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "241", "muller": "M1-241"}}, "raw": {"LG": "-13,25", "DAY": "13", "LAT": "41,6", "MIN": "45", "TZO": "-1", "HOUR": "23", "NAME": "241M Grossi, E.A.", "YEAR": "1898", "MONTH": "07", "PLACE": "Villalatina FR"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
15864	burny-jean-pierre-1944-11-12	{"d6": "75", "3a_sports": "735"}	{"ertel": "ES-735", "lerrcp": "D6-75"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Pierre", "family": "Burny", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1944-11-12 04:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": 4.61667, "lat": 50.63333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["canoeist"]	5	null	[{"new": {"name": {"given": "Jean-Pierre", "family": "Burny"}, "birth": {"date": "1944-11-12 04:00", "place": {"cy": "BE", "lg": 4.61667, "lat": 50.63333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "75"}}, "raw": {"H": "4", "MN": "0", "DAY": "12", "LAT": "50N38", "LON": "04E37", "MON": "11", "NUM": "75", "SEC": "0", "YEA": "1944", "NAME": "Burny Jean Pierre"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["canoeist"], "partial-ids": {"ertel": "ES-735"}}, "raw": {"L": "", "MF": "", "NR": "735", "ENG": "", "MA_": "0", "G_NR": "75", "MA12": "11", "MARS": "32", "NAME": "Burny", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-7,100", "CSINR": "", "KURTZ": "", "PHAS_": "14,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "12.11.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean Pierre", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "12.11.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CANO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
14691	meano-cesare-1899-12-22	{"a6": "914", "afd1": "283"}	{"lerrcp": "A6-914", "muller": "M1-283"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cesare", "family": "Meano", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1899-12-22 04:30", "note": "", "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "Torino", "geoid": 0}, "notime": null, "date-ut": "1899-12-22 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Cesare", "family": "Meano"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1899-12-22 03:30"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-914"}, "ids-in-sources": {"a6": "914"}}, "raw": {"H": "4", "MN": "30", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "22", "LAT": "45N 0", "LON": "8E 0", "MON": "12", "NUM": "914", "PRO": "W", "SEC": "0", "YEA": "1899", "CITY": "TORINO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Cesare", "family": "Meano"}, "birth": {"tzo": "+01:00", "date": "1899-12-22 04:30", "note": "", "place": {"name": "Torino"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "283", "muller": "M1-283"}}, "raw": {"LG": "-8", "DAY": "22", "LAT": "45", "MIN": "30", "TZO": "-1", "HOUR": "04", "NAME": "283M Meano, Cesare", "YEAR": "1899", "MONTH": "12", "PLACE": "Torino TO"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
9846	valery-paul-1871-10-30	{"a4": "1094", "a6": "784", "afd2": "573"}	{"lerrcp": "A4-1094", "muller": "M2-573"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Valery", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:14:46", "date": "1871-10-30 19:00", "note": "LMT", "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "notime": null, "date-ut": "1871-10-30 18:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter", "poet", "fictional-writer"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Valery"}, "birth": {"tzo": "+00:14:46", "date": "1871-10-30 19:00", "place": {"c2": "34", "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "date-ut": "1871-10-30 18:44:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1094"}, "ids-in-sources": {"a4": "1094"}}, "raw": {"H": "18", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "30", "LAT": "43N37", "LON": "3E53", "MON": "10", "NUM": "1094", "PRO": "P", "SEC": "28", "YEA": "1871", "CITY": "SETE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "784"}}, "raw": {"H": "18", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "30", "LAT": "43N37", "LON": "3E53", "MON": "10", "NUM": "784", "PRO": "W", "SEC": "28", "YEA": "1871", "CITY": "SETE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["fictional-writer"], "ids-in-sources": {"afd2": "573"}}, "raw": {"CY": "F", "GQ": "G", "LG": "003 E 42", "LAT": "43 N 24", "TZO": "", "DATE": "30.10.1871", "MUID": "573", "NAME": "Valery, Paul", "OCCU": "AR 01", "TIME": "19.00", "BOOKS": "56", "PLACE": "Sète", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
14701	nosari-adone-1875-09-03	{"a6": "925", "afd1": "316"}	{"lerrcp": "A6-925", "muller": "M1-316"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adone", "family": "Nosari", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1875-09-03 21:00", "note": "", "place": {"c1": null, "c2": "MN", "c3": null, "cy": "IT", "lg": 10.74309, "lat": 44.99187, "name": "Suzzara", "geoid": 3166006}, "notime": null, "date-ut": "1875-09-03 20:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Adone", "family": "Nosari"}, "birth": {"place": {"c2": "MN", "cy": "IT", "lg": 10.74309, "lat": 44.99187, "name": "Suzzara", "geoid": 3166006}, "date-ut": "1875-09-03 20:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-925"}, "ids-in-sources": {"a6": "925"}}, "raw": {"H": "21", "MN": "10", "TZ": "-1", "COD": "MN", "COU": "I", "DAY": "3", "LAT": "45N12", "LON": "11E 0", "MON": "9", "NUM": "925", "PRO": "W", "SEC": "4", "YEA": "1875", "CITY": "SUZZARA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Adone", "family": "Nosari"}, "birth": {"tzo": "+00:50", "date": "1875-09-03 21:00", "note": "", "place": {"name": "Suzzara"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "316", "muller": "M1-316"}}, "raw": {"LG": "-11", "DAY": "03", "LAT": "45,2", "MIN": "00", "TZO": "-0,83", "HOUR": "21", "NAME": "316M Nosari, Adone", "YEAR": "1875", "MONTH": "09", "PLACE": "Suzzara MN"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14710	pastorino-carlo-1887-07-17	{"a6": "934", "afd1": "334"}	{"lerrcp": "A6-934", "muller": "M1-334"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Pastorino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1887-07-17 05:00", "note": "", "place": {"c1": null, "c2": "GE", "c3": null, "cy": "IT", "lg": 8.71635, "lat": 44.50134, "name": "Masone", "geoid": 3173780}, "notime": null, "date-ut": "1887-07-17 04:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Pastorino"}, "birth": {"place": {"c2": "GE", "cy": "IT", "lg": 8.71635, "lat": 44.50134, "name": "Masone", "geoid": 3173780}, "date-ut": "1887-07-17 04:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-934"}, "ids-in-sources": {"a6": "934"}}, "raw": {"H": "5", "MN": "10", "TZ": "-1", "COD": "GE", "COU": "I", "DAY": "17", "LAT": "44N24", "LON": "9E 0", "MON": "7", "NUM": "934", "PRO": "W", "SEC": "4", "YEA": "1887", "CITY": "MASONE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Carlo", "family": "Pastorino"}, "birth": {"tzo": "+00:50", "date": "1887-07-17 05:00", "note": "", "place": {"name": "Masone"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "334", "muller": "M1-334"}}, "raw": {"LG": "-9", "DAY": "17", "LAT": "44,4", "MIN": "00", "TZO": "-0,83", "HOUR": "05", "NAME": "334M Pastorino, Carlo", "YEAR": "1887", "MONTH": "07", "PLACE": "Masone GE"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
15794	aguirre-jean-michel-1951-11-02	{"d6": "5", "3a_sports": "31"}	{"ertel": "ES-31", "lerrcp": "D6-5"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Michel", "family": "Aguirre", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1951-11-02 09:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 0.16667, "lat": 43.38333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Jean-Michel", "family": "Aguirre"}, "birth": {"date": "1951-11-02 09:00", "place": {"cy": "FR", "lg": 0.16667, "lat": 43.38333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "5"}}, "raw": {"H": "9", "MN": "0", "DAY": "2", "LAT": "43N23", "LON": "00E10", "MON": "11", "NUM": "5", "SEC": "0", "YEA": "1951", "NAME": "Aguirre Jean Michel"}, "date": "2023-08-20T14:44:00+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-31"}}, "raw": {"L": "", "MF": "", "NR": "31", "ENG": "0", "MA_": "2", "G_NR": "5", "MA12": "3", "MARS": "9", "NAME": "Aguirre", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "5,200", "CSINR": "", "KURTZ": "", "PHAS_": "8,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "02.11.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean Michel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "02.11.1951", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
14725	rivalta-camillo-1876-05-04	{"a6": "949", "afd1": "376"}	{"lerrcp": "A6-949", "muller": "M1-376"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camillo", "family": "Rivalta", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1876-05-04 10:00", "note": "", "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 11.88334, "lat": 44.2857, "name": "Faenza", "geoid": 3177300}, "notime": null, "date-ut": "1876-05-04 09:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Camillo", "family": "Rivalta"}, "birth": {"place": {"c2": "RA", "cy": "IT", "lg": 11.88334, "lat": 44.2857, "name": "Faenza", "geoid": 3177300}, "date-ut": "1876-05-04 09:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-949"}, "ids-in-sources": {"a6": "949"}}, "raw": {"H": "10", "MN": "10", "TZ": "-1", "COD": "RA", "COU": "I", "DAY": "4", "LAT": "44N24", "LON": "12E15", "MON": "5", "NUM": "949", "PRO": "W", "SEC": "4", "YEA": "1876", "CITY": "FAENZA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Camillo", "family": "Rivalta"}, "birth": {"tzo": "+00:50", "date": "1876-05-04 10:00", "note": "", "place": {"name": "Faenza"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "376", "muller": "M1-376"}}, "raw": {"LG": "-12,25", "DAY": "04", "LAT": "44,4", "MIN": "00", "TZO": "-0,83", "HOUR": "10", "NAME": "376M Rivalta, Camillo", "YEAR": "1876", "MONTH": "05", "PLACE": "Faenza RA"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14731	sacchetti-renzo-1872-12-19	{"a6": "955", "afd1": "396"}	{"lerrcp": "A6-955", "muller": "M1-396"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renzo", "family": "Sacchetti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1872-12-19 04:00", "note": "", "place": {"c1": null, "c2": "AT", "c3": null, "cy": "IT", "lg": 8.5, "lat": 44.9, "name": "Montechiaro d'a", "geoid": 0}, "notime": null, "date-ut": "1872-12-19 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Renzo", "family": "Sacchetti"}, "birth": {"place": {"c2": "AT", "cy": "IT", "lg": 8.5, "lat": 44.9, "name": "MONTECHIARO D'A", "geoid": 0}, "date-ut": "1872-12-19 03:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-955"}, "ids-in-sources": {"a6": "955"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "19", "LAT": "44N54", "LON": "8E30", "MON": "12", "NUM": "955", "PRO": "W", "SEC": "4", "YEA": "1872", "CITY": "MONTECHIARO D'A"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Renzo", "family": "Sacchetti"}, "birth": {"tzo": "+00:50", "date": "1872-12-19 04:00", "note": "", "place": {"name": "Montechiaro d'a"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "396", "muller": "M1-396"}}, "raw": {"LG": "-8,5", "DAY": "19", "LAT": "44,9", "MIN": "00", "TZO": "-0,83", "HOUR": "04", "NAME": "396M Sacchetti, Renzo", "YEAR": "1872", "MONTH": "12", "PLACE": "Montechiaro d'a AT"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
15796	albertosi-enrico-1939-11-02	{"d6": "7", "3a_sports": "51"}	{"ertel": "ES-51", "lerrcp": "D6-7"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enrico", "family": "Albertosi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1939-11-02 19:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 10.15, "lat": 44.03333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Enrico", "family": "Albertosi"}, "birth": {"date": "1939-11-02 19:00", "place": {"cy": "IT", "lg": 10.15, "lat": 44.03333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "7"}}, "raw": {"H": "19", "MN": "0", "DAY": "2", "LAT": "44N02", "LON": "10E09", "MON": "11", "NUM": "7", "SEC": "0", "YEA": "1939", "NAME": "Albertosi Enrico"}, "date": "2023-08-20T14:44:00+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-51"}}, "raw": {"L": "", "MF": "", "NR": "51", "ENG": "0", "MA_": "2", "G_NR": "7", "MA12": "3", "MARS": "9", "NAME": "Albertosi", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-8,400", "CSINR": "", "KURTZ": "", "PHAS_": "77,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "02.11.", "ZITATE": "DSW", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Enrico", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "02.11.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
14740	segre-dine-1893-05-09	{"a6": "964", "afd1": "413"}	{"lerrcp": "A6-964", "muller": "M1-413"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dine", "family": "Segrè", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1893-05-09 03:00", "note": "", "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "Torino", "geoid": 0}, "notime": null, "date-ut": "1893-05-09 02:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Dino", "family": "Segre"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1893-05-09 02:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-964"}, "ids-in-sources": {"a6": "964"}}, "raw": {"H": "3", "MN": "10", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "9", "LAT": "45N 0", "LON": "8E 0", "MON": "5", "NUM": "964", "PRO": "W", "SEC": "4", "YEA": "1893", "CITY": "TORINO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Dine", "family": "Segrè"}, "birth": {"tzo": "+00:50", "date": "1893-05-09 03:00", "note": "", "place": {"name": "Torino"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "413", "muller": "M1-413"}}, "raw": {"LG": "-8", "DAY": "09", "LAT": "45", "MIN": "00", "TZO": "-0,83", "HOUR": "03", "NAME": "413M Segrè, Dine", "YEAR": "1893", "MONTH": "05", "PLACE": "Torino TO"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14746	smith-tomaso-1886-06-15	{"a6": "970", "afd1": "428"}	{"lerrcp": "A6-970", "muller": "M1-428"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tomaso", "family": "Smith", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1886-06-15 19:15", "note": "", "place": {"c1": null, "c2": "LU", "c3": null, "cy": "IT", "lg": 10.5785, "lat": 44.00865, "name": "Bagni di Lucca", "geoid": 3182538}, "notime": null, "date-ut": "1886-06-15 18:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Tomaso", "family": "Smith"}, "birth": {"place": {"c2": "LU", "cy": "IT", "lg": 10.5785, "lat": 44.00865, "name": "Bagni di Lucca", "geoid": 3182538}, "date-ut": "1886-06-15 18:25:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-970"}, "ids-in-sources": {"a6": "970"}}, "raw": {"H": "19", "MN": "25", "TZ": "-1", "COD": "LU", "COU": "I", "DAY": "15", "LAT": "43N42", "LON": "11E 0", "MON": "6", "NUM": "970", "PRO": "W", "SEC": "4", "YEA": "1886", "CITY": "BAGNI DI LUCCA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Tomaso", "family": "Smith"}, "birth": {"tzo": "+00:50", "date": "1886-06-15 19:15", "note": "", "place": {"name": "Bagni di Lucca"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "428", "muller": "M1-428"}}, "raw": {"LG": "-11", "DAY": "15", "LAT": "43,7", "MIN": "15", "TZO": "-0,83", "HOUR": "19", "NAME": "428M Smith, Tomaso", "YEAR": "1886", "MONTH": "06", "PLACE": "Bagni di Lucca LU"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
15798	antoinette-bernard-1914-03-11	{"d6": "9", "3a_sports": "114"}	{"ertel": "ES-114", "lerrcp": "D6-9"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Antoinette", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-03-11 14:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 1.08333, "lat": 49.43333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Antoinette"}, "birth": {"date": "1914-03-11 14:00", "place": {"cy": "FR", "lg": 1.08333, "lat": 49.43333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "9"}}, "raw": {"H": "14", "MN": "0", "DAY": "11", "LAT": "49N26", "LON": "01E05", "MON": "3", "NUM": "9", "SEC": "0", "YEA": "1914", "NAME": "Antoinette Bernard"}, "date": "2023-08-20T14:44:00+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-114"}}, "raw": {"L": "", "MF": "", "NR": "114", "ENG": "", "MA_": "1", "G_NR": "9", "MA12": "2", "MARS": "4", "NAME": "Antoinette", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "4,700", "CSINR": "", "KURTZ": "", "PHAS_": "97,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "11.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bernard", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.03.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
14758	tofanelli-arturo-1908-05-10	{"a6": "984", "afd1": "450"}	{"lerrcp": "A6-984", "muller": "M1-450"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arturo", "family": "Tofanelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1908-05-10 21:00", "note": "", "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 10.87611, "lat": 43.76074, "name": "Cerreto Guidi", "geoid": 3179035}, "notime": null, "date-ut": "1908-05-10 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Arturo", "family": "Tofanelli"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 10.87611, "lat": 43.76074, "name": "Cerreto Guidi", "geoid": 3179035}, "date-ut": "1908-05-10 20:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-984"}, "ids-in-sources": {"a6": "984"}}, "raw": {"H": "21", "MN": "0", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "10", "LAT": "43N42", "LON": "11E30", "MON": "5", "NUM": "984", "PRO": "W", "SEC": "0", "YEA": "1908", "CITY": "CERRETO GUIDI"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Arturo", "family": "Tofanelli"}, "birth": {"tzo": "+01:00", "date": "1908-05-10 21:00", "note": "", "place": {"name": "Cerreto Guidi"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "450", "muller": "M1-450"}}, "raw": {"LG": "-11,5", "DAY": "10", "LAT": "43,7", "MIN": "00", "TZO": "-1", "HOUR": "21", "NAME": "450M Tofanelli, Arturo", "YEAR": "1908", "MONTH": "05", "PLACE": "Cerreto Guidi FI"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14761	traxler-augusto-1905-06-09	{"a6": "987", "afd1": "456"}	{"lerrcp": "A6-987", "muller": "M1-456"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Augusto", "family": "Traxler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1905-06-09 00:35", "note": "", "place": {"c1": null, "c2": "PI", "c3": null, "cy": "IT", "lg": 10.51441, "lat": 43.57064, "name": "Fauglia", "geoid": 3177150}, "notime": null, "date-ut": "1905-06-08 23:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Augusto", "family": "Traxler"}, "birth": {"place": {"c2": "PI", "cy": "IT", "lg": 10.51441, "lat": 43.57064, "name": "Fauglia", "geoid": 3177150}, "date-ut": "1905-06-08 23:35"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-987"}, "ids-in-sources": {"a6": "987"}}, "raw": {"H": "0", "MN": "35", "TZ": "-1", "COD": "PI", "COU": "I", "DAY": "9", "LAT": "43N42", "LON": "10E30", "MON": "6", "NUM": "987", "PRO": "W", "SEC": "0", "YEA": "1905", "CITY": "FAUGLIA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Augusto", "family": "Traxler"}, "birth": {"tzo": "+01:00", "date": "1905-06-09 00:35", "note": "", "place": {"name": "Fauglia"}}, "notes": ["CHECK: birth day - A6-987 1905-06-08 / M1writers 456 1905-06-09"], "occus": ["writer"], "to-check": true, "ids-in-sources": {"afd1": "456", "muller": "M1-456"}}, "raw": {"LG": "-10,5", "DAY": "09", "LAT": "43,7", "MIN": "35", "TZO": "-1", "HOUR": "00", "NAME": "456M Traxler, Augusto", "YEAR": "1905", "MONTH": "06", "PLACE": "Fauglia PI"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	["CHECK: birth day - A6-987 1905-06-08 / M1writers 456 1905-06-09"]
15799	anzi-stefano-1949-05-21	{"d6": "10", "3a_sports": "119"}	{"ertel": "ES-119", "lerrcp": "D6-10"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stefano", "family": "Anzi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-05-21 01:35", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 10.36667, "lat": 46.46667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"name": {"given": "Stefano", "family": "Anzi"}, "birth": {"date": "1949-05-21 01:35", "place": {"cy": "IT", "lg": 10.36667, "lat": 46.46667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "10"}}, "raw": {"H": "1", "MN": "35", "DAY": "21", "LAT": "46N28", "LON": "10E22", "MON": "5", "NUM": "10", "SEC": "0", "YEA": "1949", "NAME": "Anzi Stefano"}, "date": "2023-08-20T14:44:00+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["skier"], "partial-ids": {"ertel": "ES-119"}}, "raw": {"L": "", "MF": "", "NR": "119", "ENG": "", "MA_": "0", "G_NR": "10", "MA12": "11", "MARS": "32", "NAME": "Anzi", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "38,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "21.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Stefano", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.05.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
14786	avermaete-roger-1893-10-27	{"a6": "1013"}	{"lerrcp": "A6-1013"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Avermaete", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1893-10-27 17:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Avermaete"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1893-10-27 17:30:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1013"}, "ids-in-sources": {"a6": "1013"}}, "raw": {"H": "17", "MN": "30", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "27", "LAT": "51N14", "LON": "4E30", "MON": "10", "NUM": "1013", "PRO": "W", "SEC": "0", "YEA": "1893", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14772	zamboni-armando-1896-09-29	{"a6": "999", "afd1": "489"}	{"lerrcp": "A6-999", "muller": "M1-489"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armando", "family": "Zamboni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1896-09-29 12:30", "note": "", "place": {"c1": null, "c2": "RE", "c3": null, "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "Reggio Emilia", "geoid": 0}, "notime": null, "date-ut": "1896-09-29 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Armando", "family": "Zamboni"}, "birth": {"place": {"c2": "RE", "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "REGGIO EMILIA", "geoid": 0}, "date-ut": "1896-09-29 11:30"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-999"}, "ids-in-sources": {"a6": "999"}}, "raw": {"H": "12", "MN": "30", "TZ": "-1", "COD": "RE", "COU": "I", "DAY": "29", "LAT": "44N36", "LON": "10E45", "MON": "9", "NUM": "999", "PRO": "W", "SEC": "0", "YEA": "1896", "CITY": "REGGIO EMILIA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Armando", "family": "Zamboni"}, "birth": {"tzo": "+01:00", "date": "1896-09-29 12:30", "note": "", "place": {"name": "Reggio Emilia"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "489", "muller": "M1-489"}}, "raw": {"LG": "-10,75", "DAY": "29", "LAT": "44,6", "MIN": "30", "TZO": "-1", "HOUR": "12", "NAME": "489M Zamboni, Armando", "YEAR": "1896", "MONTH": "09", "PLACE": "Reggio Emilia RE"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
15801	arcari-bruno-1942-01-01	{"d6": "12", "3a_sports": "125"}	{"ertel": "ES-125", "lerrcp": "D6-12"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Arcari", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-01-01 10:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 13.8, "lat": 41.61667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Bruno", "family": "Arcari"}, "birth": {"date": "1942-01-01 10:00", "place": {"cy": "IT", "lg": 13.8, "lat": 41.61667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "12"}}, "raw": {"H": "10", "MN": "0", "DAY": "1", "LAT": "41N37", "LON": "13E48", "MON": "1", "NUM": "12", "SEC": "0", "YEA": "1942", "NAME": "Arcari Bruno"}, "date": "2023-08-20T14:44:00+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["boxer"], "partial-ids": {"ertel": "ES-125"}}, "raw": {"L": "", "MF": "", "NR": "125", "ENG": "", "MA_": "1", "G_NR": "12", "MA12": "11", "MARS": "31", "NAME": "Arcari", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "3,800", "CSINR": "", "KURTZ": "", "PHAS_": "97,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.01.", "ZITATE": "DR", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Bruno", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "01.01.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
14808	burniaux-constant-1892-08-01	{"a6": "1035"}	{"lerrcp": "A6-1035"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Constant", "family": "Burniaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1892-08-01 21:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Constant", "family": "Burniaux"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1892-08-01 21:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1035"}, "ids-in-sources": {"a6": "1035"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "1", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "1035", "PRO": "W", "SEC": "0", "YEA": "1892", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14815	cartuyvels-maurice-1874-07-14	{"a6": "1043"}	{"lerrcp": "A6-1043"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Cartuyvels", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1874-07-14 05:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Cartuyvels"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1874-07-14 05:43:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1043"}, "ids-in-sources": {"a6": "1043"}}, "raw": {"H": "5", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "14", "LAT": "50N51", "LON": "4E15", "MON": "7", "NUM": "1043", "PRO": "W", "SEC": "0", "YEA": "1874", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14816	claes-ernest-1885-10-24	{"a6": "1046"}	{"lerrcp": "A6-1046"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Claes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SICHEM-LEUVEN", "geoid": 0}, "notime": null, "date-ut": "1885-10-24 11:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Claes"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SICHEM-LEUVEN", "geoid": 0}, "date-ut": "1885-10-24 11:43:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1046"}, "ids-in-sources": {"a6": "1046"}}, "raw": {"H": "11", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "24", "LAT": "50N51", "LON": "4E15", "MON": "10", "NUM": "1046", "PRO": "W", "SEC": "0", "YEA": "1885", "CITY": "SICHEM-LEUVEN"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
15804	astre-richard-1948-08-28	{"d6": "15", "3a_sports": "153", "cfepp-final3": "799"}	{"cfepp": "CF-799", "ertel": "ES-153", "lerrcp": "D6-15"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Astre", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-08-28 14:30", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": -1.44, "lat": 43.6, "name": "TOULOUSE", "geoid": null}, "notime": null, "date-ut": "1948-08-28 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Astre"}, "birth": {"date": "1948-08-28 14:30", "place": {"cy": "FR", "lg": 1.45, "lat": 43.61667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "15"}}, "raw": {"H": "14", "MN": "30", "DAY": "28", "LAT": "43N37", "LON": "01E27", "MON": "8", "NUM": "15", "SEC": "0", "YEA": "1948", "NAME": "Astre Richard"}, "date": "2023-08-20T14:44:00+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-153"}}, "raw": {"L": "", "MF": "", "NR": "153", "ENG": "", "MA_": "0", "G_NR": "15", "MA12": "3", "MARS": "7", "NAME": "Astre", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-10,40", "CSINR": "", "KURTZ": "", "PHAS_": "47,800", "STUND": "", "CFEPNR": "800", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Richard", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "28.08.1948", "GQBECORR": "d2", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1948-08-28 14:30", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": -1.44, "lat": 43.6, "name": "TOULOUSE"}, "date-ut": "1948-08-28 13:30"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "799"}}, "raw": {"S": "3", "LT": "14 30", "LV": "I1", "TR": "f", "UT": "13 30", "LAT": "+43.60", "SRC": "L", "LONG": "-01.44", "NAME": "ASTRE Richard", "SPORT": "Rugby Union", "LOC_DATE": "1948 08 28", "UNIV_DATE": "1948 08 28", "BIRTH_PLACE": "TOULOUSE", "POSTAL_CODE": "31040 CEDEX"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
14822	conscience-henry-1812-12-03	{"a6": "1053"}	{"lerrcp": "A6-1053"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Conscience", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1812-12-03 07:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Conscience"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1812-12-03 07:12:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1053"}, "ids-in-sources": {"a6": "1053"}}, "raw": {"H": "7", "MN": "12", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "3", "LAT": "51N14", "LON": "4E30", "MON": "12", "NUM": "1053", "PRO": "W", "SEC": "0", "YEA": "1812", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14823	conte-lode-1907-04-01	{"a6": "1054"}	{"lerrcp": "A6-1054"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lode", "family": "Conte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1907-04-01 01:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Lode", "family": "Conte"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1907-04-01 01:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1054"}, "ids-in-sources": {"a6": "1054"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "1", "LAT": "51N14", "LON": "4E30", "MON": "4", "NUM": "1054", "PRO": "W", "SEC": "0", "YEA": "1907", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14833	davignon-henri-1879-08-23	{"a6": "1065"}	{"lerrcp": "A6-1065"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Davignon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST JOSSE TEN NO", "geoid": 0}, "notime": null, "date-ut": "1879-08-23 08:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Davignon"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST JOSSE TEN NO", "geoid": 0}, "date-ut": "1879-08-23 08:43:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1065"}, "ids-in-sources": {"a6": "1065"}}, "raw": {"H": "8", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "23", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "1065", "PRO": "W", "SEC": "0", "YEA": "1879", "CITY": "ST JOSSE TEN NO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14845	desombiaux-maurice-1868-03-16	{"a6": "1078"}	{"lerrcp": "A6-1078"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Desombiaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "BEAURAING", "geoid": 0}, "notime": null, "date-ut": "1868-03-16 22:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Desombiaux"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "BEAURAING", "geoid": 0}, "date-ut": "1868-03-16 22:42:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1078"}, "ids-in-sources": {"a6": "1078"}}, "raw": {"H": "22", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "16", "LAT": "50N20", "LON": "4E30", "MON": "3", "NUM": "1078", "PRO": "W", "SEC": "0", "YEA": "1868", "CITY": "BEAURAING"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14851	gauquelin-a6-1084-1881-08-31	{"a6": "1084"}	{"lerrcp": "A6-1084"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1084", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1881-08-31 09:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1084"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1881-08-31 09:43:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1084"}, "ids-in-sources": {"a6": "1084"}}, "raw": {"H": "9", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "31", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "1084", "PRO": "W", "SEC": "0", "YEA": "1881", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14853	eekhoud-georges-1854-05-27	{"a6": "1086"}	{"lerrcp": "A6-1086"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Eekhoud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1854-05-27 17:12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Eekhoud"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1854-05-27 17:12:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1086"}, "ids-in-sources": {"a6": "1086"}}, "raw": {"H": "17", "MN": "12", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "27", "LAT": "51N14", "LON": "4E30", "MON": "5", "NUM": "1086", "PRO": "W", "SEC": "0", "YEA": "1854", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18368	ferrand-pierre-1913-03-17	{"e1": "738"}	{"lerrcp": "E1-738"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Ferrand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-03-17 14:00", "note": null, "place": {"c1": null, "c2": "23", "c3": "", "cy": "FR", "lg": 1.93667, "lat": 46.13068, "name": "La Saunière", "geoid": 3006507}, "notime": null, "date-ut": "1913-03-17 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Ferrand"}, "birth": {"tzo": "+00:00", "date": "1913-03-17 14:00", "place": {"c2": "23", "c3": "", "cy": "FR", "lg": 1.93667, "lat": 46.13068, "name": "La Saunière", "geoid": 3006507}, "date-ut": "1913-03-17 14:00"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "738"}}, "raw": {"H": "14:00", "COD": "23", "DAY": "17", "MON": "03", "NUM": "0738", "PRO": "PH", "YEA": "1913", "CITY": "La Saunière", "NAME": "FERRAND Pierre", "NOTE": "-"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
14868	gilles-maurice-1884-07-31	{"a6": "1101"}	{"lerrcp": "A6-1101"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Gilles", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CHIMAY", "geoid": 0}, "notime": null, "date-ut": "1884-07-31 19:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Gilles"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CHIMAY", "geoid": 0}, "date-ut": "1884-07-31 19:42:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1101"}, "ids-in-sources": {"a6": "1101"}}, "raw": {"H": "19", "MN": "42", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "31", "LAT": "50N23", "LON": "4E30", "MON": "7", "NUM": "1101", "PRO": "W", "SEC": "0", "YEA": "1884", "CITY": "CHIMAY"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
18369	ferrandon-jean-1909-07-15	{"e1": "739"}	{"lerrcp": "E1-739"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Ferrandon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-07-15 05:00", "note": null, "place": {"c1": null, "c2": "27", "c3": "", "cy": "FR", "lg": 0.59858, "lat": 49.08888, "name": "Bernay", "geoid": 3033308}, "notime": null, "date-ut": "1909-07-15 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Ferrandon"}, "birth": {"tzo": "+00:09", "date": "1909-07-15 05:00", "place": {"c2": "27", "c3": "", "cy": "FR", "lg": 0.59858, "lat": 49.08888, "name": "Bernay", "geoid": 3033308}, "date-ut": "1909-07-15 04:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "739"}}, "raw": {"H": "05:00", "COD": "27", "DAY": "15", "MON": "07", "NUM": "0739", "PRO": "MI", "YEA": "1909", "CITY": "Bernay", "NAME": "FERRANDON Jean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14888	jurdant-louis-1909-12-30	{"a6": "1121"}	{"lerrcp": "A6-1121"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Jurdant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "SOUMAGNE", "geoid": 0}, "notime": null, "date-ut": "1909-12-30 18:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Jurdant"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "SOUMAGNE", "geoid": 0}, "date-ut": "1909-12-30 18:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1121"}, "ids-in-sources": {"a6": "1121"}}, "raw": {"H": "18", "MN": "0", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "30", "LAT": "50N39", "LON": "5E30", "MON": "12", "NUM": "1121", "PRO": "W", "SEC": "0", "YEA": "1909", "CITY": "SOUMAGNE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14893	lacour-jose-1919-10-27	{"a6": "1126"}	{"lerrcp": "A6-1126"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "José", "family": "Lacour", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "GILLY", "geoid": 0}, "notime": null, "date-ut": "1919-10-27 16:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "José", "family": "Lacour"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "GILLY", "geoid": 0}, "date-ut": "1919-10-27 16:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1126"}, "ids-in-sources": {"a6": "1126"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "27", "LAT": "50N23", "LON": "4E30", "MON": "10", "NUM": "1126", "PRO": "W", "SEC": "0", "YEA": "1919", "CITY": "GILLY"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14878	hellens-franz-1881-09-08	{"a6": "1111"}	{"lerrcp": "A6-1111"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Hellens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1881-09-08 06:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Franz", "family": "Hellens"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1881-09-08 06:43:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1111"}, "ids-in-sources": {"a6": "1111"}}, "raw": {"H": "6", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "8", "LAT": "50N51", "LON": "4E15", "MON": "9", "NUM": "1111", "PRO": "W", "SEC": "0", "YEA": "1881", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14903	lebrun-firmin-1802-02-27	{"a6": "1136"}	{"lerrcp": "A6-1136"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Firmin", "family": "Lebrun", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "notime": null, "date-ut": "1802-02-27 04:27:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Firmin", "family": "Lebrun"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "MONS", "geoid": 0}, "date-ut": "1802-02-27 04:27:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1136"}, "ids-in-sources": {"a6": "1136"}}, "raw": {"H": "4", "MN": "27", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "27", "LAT": "50N23", "LON": "4E30", "MON": "2", "NUM": "1136", "PRO": "W", "SEC": "0", "YEA": "1802", "CITY": "MONS"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14916	mallet-joris-francoise-1930-07-06	{"a6": "1149"}	{"lerrcp": "A6-1149"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francoise", "family": "Mallet-Joris", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1930-07-06 06:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Francoise", "family": "Mallet-Joris"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1930-07-06 06:30:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1149"}, "ids-in-sources": {"a6": "1149"}}, "raw": {"H": "6", "MN": "30", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "6", "LAT": "51N14", "LON": "4E30", "MON": "7", "NUM": "1149", "PRO": "W", "SEC": "0", "YEA": "1930", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14917	marceaux-felicien-1913-09-16	{"a6": "1150"}	{"lerrcp": "A6-1150"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Felicien", "family": "Marceaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "KORTENBERG", "geoid": 0}, "notime": null, "date-ut": "1913-09-16 19:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Felicien", "family": "Marceaux"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "KORTENBERG", "geoid": 0}, "date-ut": "1913-09-16 19:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1150"}, "ids-in-sources": {"a6": "1150"}}, "raw": {"H": "19", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "16", "LAT": "50N51", "LON": "4E15", "MON": "9", "NUM": "1150", "PRO": "W", "SEC": "0", "YEA": "1913", "CITY": "KORTENBERG"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
15809	baeza-jean-1942-08-20	{"d6": "20", "3a_sports": "189"}	{"ertel": "ES-189", "lerrcp": "D6-20"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Baeza", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-08-20 08:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DZ", "lg": 3, "lat": 36.83333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Baeza"}, "birth": {"date": "1942-08-20 08:00", "place": {"cy": "DZ", "lg": 3, "lat": 36.83333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "20"}}, "raw": {"H": "8", "MN": "0", "DAY": "20", "LAT": "36N50", "LON": "03E00", "MON": "8", "NUM": "20", "SEC": "0", "YEA": "1942", "NAME": "Baeza jean"}, "date": "2023-08-20T14:44:00+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-189"}}, "raw": {"L": "", "MF": "", "NR": "189", "ENG": "0", "MA_": "2", "G_NR": "20", "MA12": "12", "MARS": "36", "NAME": "Baeza", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "11,400", "CSINR": "", "KURTZ": "", "PHAS_": "56,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "20.08.", "ZITATE": "D", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "20.08.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
14946	ray-jean-1887-07-08	{"a6": "1180"}	{"lerrcp": "A6-1180"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Ray", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1887-07-08 07:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Ray"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1887-07-08 07:45:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1180"}, "ids-in-sources": {"a6": "1180"}}, "raw": {"H": "7", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "8", "LAT": "51N 5", "LON": "3E45", "MON": "7", "NUM": "1180", "PRO": "W", "SEC": "0", "YEA": "1887", "CITY": "GAND"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14953	rolin-dominique-1913-05-22	{"a6": "1187"}	{"lerrcp": "A6-1187"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dominique", "family": "Rolin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "notime": null, "date-ut": "1913-05-22 02:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Dominique", "family": "Rolin"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "date-ut": "1913-05-22 02:45:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1187"}, "ids-in-sources": {"a6": "1187"}}, "raw": {"H": "2", "MN": "45", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "22", "LAT": "50N51", "LON": "4E15", "MON": "5", "NUM": "1187", "PRO": "W", "SEC": "0", "YEA": "1913", "CITY": "IXELLES"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14961	schuyter-jan-1889-06-24	{"a6": "1196"}	{"lerrcp": "A6-1196"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Schuyter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1889-06-24 11:57:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Schuyter"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1889-06-24 11:57:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1196"}, "ids-in-sources": {"a6": "1196"}}, "raw": {"H": "11", "MN": "57", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "24", "LAT": "51N14", "LON": "4E30", "MON": "6", "NUM": "1196", "PRO": "W", "SEC": "0", "YEA": "1889", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
15810	bahamontes-federico-1928-07-09	{"d6": "21", "3a_sports": "195"}	{"ertel": "ES-195", "lerrcp": "D6-21"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Federico", "family": "Bahamontes", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-07-09 15:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "ES", "lg": -4.03333, "lat": 39.86667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Federico", "family": "Bahamontes"}, "birth": {"date": "1928-07-09 15:00", "place": {"cy": "ES", "lg": -4.03333, "lat": 39.86667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "21"}}, "raw": {"H": "15", "MN": "0", "DAY": "9", "LAT": "39N52", "LON": "04W02", "MON": "7", "NUM": "21", "SEC": "0", "YEA": "1928", "NAME": "Bahamontes Federico"}, "date": "2023-08-20T14:44:00+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-195"}}, "raw": {"L": "", "MF": "", "NR": "195", "ENG": "", "MA_": "1", "G_NR": "21", "MA12": "6", "MARS": "18", "NAME": "Bahamontes", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-9,800", "CSINR": "", "KURTZ": "", "PHAS_": "66,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "SPA", "TAGMON": "09.07.", "ZITATE": "DHSF", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Federico", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "09.07.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
14967	stapleaux-leopold-1831-10-16	{"a6": "1202"}	{"lerrcp": "A6-1202"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leopold", "family": "Stapleaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1831-10-16 16:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Leopold", "family": "Stapleaux"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1831-10-16 16:43:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1202"}, "ids-in-sources": {"a6": "1202"}}, "raw": {"H": "16", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "16", "LAT": "50N51", "LON": "4E15", "MON": "10", "NUM": "1202", "PRO": "W", "SEC": "0", "YEA": "1831", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14973	teirlinck-hermann-1879-02-24	{"a6": "1208"}	{"lerrcp": "A6-1208"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Teirlinck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MOLENBEEK", "geoid": 0}, "notime": null, "date-ut": "1879-02-24 06:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Teirlinck"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MOLENBEEK", "geoid": 0}, "date-ut": "1879-02-24 06:43:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1208"}, "ids-in-sources": {"a6": "1208"}}, "raw": {"H": "6", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "24", "LAT": "50N51", "LON": "4E15", "MON": "2", "NUM": "1208", "PRO": "W", "SEC": "0", "YEA": "1879", "CITY": "MOLENBEEK"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14979	timmermans-felix-1886-07-05	{"a6": "1214"}	{"lerrcp": "A6-1214"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Timmermans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "LIERRE", "geoid": 0}, "notime": null, "date-ut": "1886-07-05 22:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Timmermans"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "LIERRE", "geoid": 0}, "date-ut": "1886-07-05 22:42:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1214"}, "ids-in-sources": {"a6": "1214"}}, "raw": {"H": "22", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "5", "LAT": "51N14", "LON": "4E30", "MON": "7", "NUM": "1214", "PRO": "W", "SEC": "0", "YEA": "1886", "CITY": "LIERRE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14990	vermandere-rene-1857-02-25	{"a6": "1226"}	{"lerrcp": "A6-1226"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Vermandere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "COURTRAI", "geoid": 0}, "notime": null, "date-ut": "1857-02-25 19:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "René", "family": "Vermandere"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "COURTRAI", "geoid": 0}, "date-ut": "1857-02-25 19:47:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1226"}, "ids-in-sources": {"a6": "1226"}}, "raw": {"H": "19", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "25", "LAT": "51N13", "LON": "3E15", "MON": "2", "NUM": "1226", "PRO": "W", "SEC": "0", "YEA": "1857", "CITY": "COURTRAI"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
15001	berkhout-anna-1870-09-29	{"a6": "1237"}	{"lerrcp": "A6-1237"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anna", "family": "Berkhout", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1870-09-29 13:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Anna", "family": "Berkhout"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1870-09-29 13:41:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1237"}, "ids-in-sources": {"a6": "1237"}}, "raw": {"H": "13", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "29", "LAT": "52N22", "LON": "4E38", "MON": "9", "NUM": "1237", "PRO": "W", "SEC": "28", "YEA": "1870", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
15006	bonnema-thomas-1833-01-07	{"a6": "1242"}	{"lerrcp": "A6-1242"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Thomas", "family": "Bonnema", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "ARUM", "geoid": 0}, "notime": null, "date-ut": "1833-01-07 02:36:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Thomas", "family": "Bonnema"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "ARUM", "geoid": 0}, "date-ut": "1833-01-07 02:36:48"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1242"}, "ids-in-sources": {"a6": "1242"}}, "raw": {"H": "2", "MN": "36", "TZ": "0", "COD": "F", "COU": "N", "DAY": "7", "LAT": "53N12", "LON": "5E48", "MON": "1", "NUM": "1242", "PRO": "W", "SEC": "48", "YEA": "1833", "CITY": "ARUM"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
15010	calcar-schiotling-eliza-1822-11-19	{"a6": "1246"}	{"lerrcp": "A6-1246"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eliza", "family": "Calcar-Schiotling", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1822-11-19 19:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Eliza", "family": "Calcar-Schiotling"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1822-11-19 19:41:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1246"}, "ids-in-sources": {"a6": "1246"}}, "raw": {"H": "19", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "19", "LAT": "52N22", "LON": "4E38", "MON": "11", "NUM": "1246", "PRO": "W", "SEC": "28", "YEA": "1822", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
15032	have-amelie-1887-12-28	{"a6": "1268"}	{"lerrcp": "A6-1268"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amelie", "family": "Have", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1887-12-28 07:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Amelie", "family": "Have"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1887-12-28 07:41:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1268"}, "ids-in-sources": {"a6": "1268"}}, "raw": {"H": "7", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "28", "LAT": "52N22", "LON": "4E38", "MON": "12", "NUM": "1268", "PRO": "W", "SEC": "28", "YEA": "1887", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
15039	hulst-willem-1879-10-28	{"a6": "1275"}	{"lerrcp": "A6-1275"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willem", "family": "Hulst", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "notime": null, "date-ut": "1879-10-28 07:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Willem", "family": "Hulst"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "date-ut": "1879-10-28 07:39:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1275"}, "ids-in-sources": {"a6": "1275"}}, "raw": {"H": "7", "MN": "39", "TZ": "0", "COD": "U", "COU": "N", "DAY": "28", "LAT": "52N 6", "LON": "5E 8", "MON": "10", "NUM": "1275", "PRO": "W", "SEC": "28", "YEA": "1879", "CITY": "UTRECHT"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
15040	huygens-cornelie-1848-06-13	{"a6": "1276"}	{"lerrcp": "A6-1276"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cornelie", "family": "Huygens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEMMERLIEDE", "geoid": 0}, "notime": null, "date-ut": "1848-06-13 07:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Cornelie", "family": "Huygens"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "HAARLEMMERLIEDE", "geoid": 0}, "date-ut": "1848-06-13 07:41:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1276"}, "ids-in-sources": {"a6": "1276"}}, "raw": {"H": "7", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "13", "LAT": "52N22", "LON": "4E38", "MON": "6", "NUM": "1276", "PRO": "W", "SEC": "28", "YEA": "1848", "CITY": "HAARLEMMERLIEDE"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
15047	klaver-ch-1899-07-21	{"a6": "1284"}	{"lerrcp": "A6-1284"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ch", "family": "Klaver", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "HATTEM", "geoid": 0}, "notime": null, "date-ut": "1899-07-21 18:06:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Ch", "family": "Klaver"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "HATTEM", "geoid": 0}, "date-ut": "1899-07-21 18:06:24"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1284"}, "ids-in-sources": {"a6": "1284"}}, "raw": {"H": "18", "MN": "6", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "21", "LAT": "51N59", "LON": "5E54", "MON": "7", "NUM": "1284", "PRO": "W", "SEC": "24", "YEA": "1899", "CITY": "HATTEM"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
15053	kossmann-alfred-1922-01-31	{"a6": "1290"}	{"lerrcp": "A6-1290"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Kossmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "LEIDEN", "geoid": 0}, "notime": null, "date-ut": "1922-01-31 11:40:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Kossmann"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "LEIDEN", "geoid": 0}, "date-ut": "1922-01-31 11:40:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1290"}, "ids-in-sources": {"a6": "1290"}}, "raw": {"H": "11", "MN": "40", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "31", "LAT": "52N 5", "LON": "4E28", "MON": "1", "NUM": "1290", "PRO": "W", "SEC": "28", "YEA": "1922", "CITY": "LEIDEN"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
15061	mens-jan-1897-09-18	{"a6": "1298"}	{"lerrcp": "A6-1298"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Mens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1897-09-18 03:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Mens"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1897-09-18 03:41:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1298"}, "ids-in-sources": {"a6": "1298"}}, "raw": {"H": "3", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "18", "LAT": "52N22", "LON": "4E38", "MON": "9", "NUM": "1298", "PRO": "W", "SEC": "28", "YEA": "1897", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
15094	veen-adrianus-1916-12-16	{"a6": "1331"}	{"lerrcp": "A6-1331"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrianus", "family": "Veen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "L", "c3": null, "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "VENRAY", "geoid": 0}, "notime": null, "date-ut": "1916-12-16 04:40:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Adrianus", "family": "Veen"}, "birth": {"place": {"c2": "L", "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "VENRAY", "geoid": 0}, "date-ut": "1916-12-16 04:40:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1331"}, "ids-in-sources": {"a6": "1331"}}, "raw": {"H": "4", "MN": "40", "TZ": "0", "COD": "L", "COU": "N", "DAY": "16", "LAT": "50N51", "LON": "5E40", "MON": "12", "NUM": "1331", "PRO": "W", "SEC": "28", "YEA": "1916", "CITY": "VENRAY"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13819	aicard-jean-1848-02-04	{"a6": "8"}	{"lerrcp": "A6-8"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Aicard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:43", "date": "1848-02-04 16:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1848-02-04 15:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Aicard"}, "birth": {"tzo": "+00:23:43", "date": "1848-02-04 16:00", "place": {"c2": "83", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1848-02-04 15:34:08"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-8"}, "ids-in-sources": {"a6": "8"}}, "raw": {"H": "15", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "4", "LAT": "43N32", "LON": "6E28", "MON": "2", "NUM": "8", "PRO": "W", "SEC": "8", "YEA": "1848", "CITY": "TOULON"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13829	alibert-louis-1881-07-06	{"a6": "18"}	{"lerrcp": "A6-18"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Alibert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1881-07-06 04:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1881-07-06 04:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Alibert"}, "birth": {"tzo": "-00:02:19", "date": "1881-07-06 04:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1881-07-06 04:57:36"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-18"}, "ids-in-sources": {"a6": "18"}}, "raw": {"H": "4", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "6", "LAT": "44N50", "LON": "0W34", "MON": "7", "NUM": "18", "PRO": "W", "SEC": "36", "YEA": "1881", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:47+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13831	allorge-henri-1878-03-20	{"a6": "20"}	{"lerrcp": "A6-20"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Allorge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:09", "date": "1878-03-20 22:30", "note": null, "place": {"c1": null, "c2": "95", "c3": null, "cy": "FR", "lg": 1.78669, "lat": 49.15515, "name": "Magny-en-Vexin", "geoid": 2996764}, "notime": null, "date-ut": "1878-03-20 22:22"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Allorge"}, "birth": {"tzo": "+00:07:09", "date": "1878-03-20 22:30", "place": {"c2": "95", "cy": "FR", "lg": 1.78669, "lat": 49.15515, "name": "Magny-en-Vexin", "geoid": 2996764}, "date-ut": "1878-03-20 22:22"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-20"}, "ids-in-sources": {"a6": "20"}}, "raw": {"H": "22", "MN": "22", "TZ": "0", "COD": "95", "COU": "F", "DAY": "20", "LAT": "49N 0", "LON": "2E 0", "MON": "3", "NUM": "20", "PRO": "W", "SEC": "0", "YEA": "1878", "CITY": "MAGNY-EN-VEXIN"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13833	altagor-vernier-1915-02-27	{"a6": "22"}	{"lerrcp": "A6-22"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Vernier)", "family": "Altagor", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.01667, "lat": 49.23333, "name": "Jœuf", "geoid": 3012322}, "notime": null, "date-ut": "1915-02-27 05:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "(Vernier)", "family": "Altagor"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.01667, "lat": 49.23333, "name": "Jœuf", "geoid": 3012322}, "date-ut": "1915-02-27 05:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-22"}, "ids-in-sources": {"a6": "22"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "54", "COU": "F", "DAY": "27", "LAT": "48N42", "LON": "6E12", "MON": "2", "NUM": "22", "PRO": "W", "SEC": "0", "YEA": "1915", "CITY": "JOEUF"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13838	angellier-auguste-1848-07-01	{"a6": "27"}	{"lerrcp": "A6-27"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Angellier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:30", "date": "1848-07-01 02:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 2.37681, "lat": 51.0344, "name": "Dunkerque", "geoid": 3020686}, "notime": null, "date-ut": "1848-07-01 01:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Angellier"}, "birth": {"tzo": "+00:09:30", "date": "1848-07-01 02:00", "place": {"c2": "59", "cy": "FR", "lg": 2.37681, "lat": 51.0344, "name": "Dunkerque", "geoid": 3020686}, "date-ut": "1848-07-01 01:47:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-27"}, "ids-in-sources": {"a6": "27"}}, "raw": {"H": "1", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "1", "LAT": "50N39", "LON": "3E 5", "MON": "7", "NUM": "27", "PRO": "W", "SEC": "40", "YEA": "1848", "CITY": "DUNKERQUE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13851	aubanel-theodore-1829-03-26	{"a6": "40"}	{"lerrcp": "A6-40"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodore", "family": "Aubanel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:14", "date": "1829-03-26 03:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1829-03-26 02:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Theodore", "family": "Aubanel"}, "birth": {"tzo": "+00:19:14", "date": "1829-03-26 03:00", "place": {"c2": "84", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1829-03-26 02:40:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-40"}, "ids-in-sources": {"a6": "40"}}, "raw": {"H": "2", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "26", "LAT": "43N57", "LON": "4E50", "MON": "3", "NUM": "40", "PRO": "W", "SEC": "40", "YEA": "1829", "CITY": "AVIGNON"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13855	audiberti-jacques-1899-03-25	{"a6": "44"}	{"lerrcp": "A6-44"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Audiberti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-03-25 03:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.10831, "lat": 43.58579, "name": "Antibes", "geoid": 3037456}, "notime": null, "date-ut": "1899-03-25 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Audiberti"}, "birth": {"tzo": "+00:09:21", "date": "1899-03-25 03:00", "place": {"c2": "06", "cy": "FR", "lg": 7.10831, "lat": 43.58579, "name": "Antibes", "geoid": 3037456}, "date-ut": "1899-03-25 02:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-44"}, "ids-in-sources": {"a6": "44"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "06", "COU": "F", "DAY": "25", "LAT": "43N42", "LON": "7E16", "MON": "3", "NUM": "44", "PRO": "W", "SEC": "40", "YEA": "1899", "CITY": "ANTIBES"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13872	bataille-georges-1897-09-10	{"a6": "61"}	{"lerrcp": "A6-61"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Bataille", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1897-09-10 18:00", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.33869, "lat": 45.72267, "name": "Billom", "geoid": 3032629}, "notime": null, "date-ut": "1897-09-10 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Bataille"}, "birth": {"tzo": "+00:09:21", "date": "1897-09-10 18:00", "place": {"c2": "63", "cy": "FR", "lg": 3.33869, "lat": 45.72267, "name": "Billom", "geoid": 3032629}, "date-ut": "1897-09-10 17:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-61"}, "ids-in-sources": {"a6": "61"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "63", "COU": "F", "DAY": "10", "LAT": "45N47", "LON": "3E 5", "MON": "9", "NUM": "61", "PRO": "W", "SEC": "40", "YEA": "1897", "CITY": "BILLOM"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:47+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
8815	bataille-henry-1872-04-04	{"a4": "62", "a6": "62"}	{"lerrcp": "A4-62"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Bataille", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:26", "date": "1872-04-04 05:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1872-04-04 04:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter", "poet"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Bataille"}, "birth": {"tzo": "+00:17:26", "date": "1872-04-04 05:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1872-04-04 04:42:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-62"}, "ids-in-sources": {"a4": "62"}}, "raw": {"H": "4", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "4", "LAT": "43N51", "LON": "4E21", "MON": "4", "NUM": "62", "PRO": "P", "SEC": "36", "YEA": "1872", "CITY": "NIMES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "62"}}, "raw": {"H": "4", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "4", "LAT": "43N51", "LON": "4E21", "MON": "4", "NUM": "62", "PRO": "W", "SEC": "36", "YEA": "1872", "CITY": "NIMES"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13878	bealu-marcel-1908-10-30	{"a6": "68"}	{"lerrcp": "A6-68"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Bealu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1908-10-30 21:30", "note": null, "place": {"c1": null, "c2": "41", "c3": null, "cy": "FR", "lg": 1.55387, "lat": 47.27904, "name": "Selles-sur-Cher", "geoid": 2975215}, "notime": null, "date-ut": "1908-10-30 21:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Bealu"}, "birth": {"tzo": "+00:09:21", "date": "1908-10-30 21:30", "place": {"c2": "41", "cy": "FR", "lg": 1.55387, "lat": 47.27904, "name": "Selles-sur-Cher", "geoid": 2975215}, "date-ut": "1908-10-30 21:20:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-68"}, "ids-in-sources": {"a6": "68"}}, "raw": {"H": "21", "MN": "20", "TZ": "0", "COD": "41", "COU": "F", "DAY": "30", "LAT": "47N35", "LON": "1E20", "MON": "10", "NUM": "68", "PRO": "W", "SEC": "40", "YEA": "1908", "CITY": "SELLES-SUR-CHER"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13890	bellessort-andre-1866-03-19	{"a6": "80"}	{"lerrcp": "A6-80"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Bellessort", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:03:05", "date": "1866-03-19 17:14:55", "note": null, "place": {"c1": null, "c2": "53", "c3": null, "cy": "FR", "lg": -0.77019, "lat": 48.07247, "name": "Laval", "geoid": 3005866}, "notime": null, "date-ut": "1866-03-19 17:18"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "André", "family": "Bellessort"}, "birth": {"tzo": "-00:03:05", "date": "1866-03-19 17:14:55", "place": {"c2": "53", "cy": "FR", "lg": -0.77019, "lat": 48.07247, "name": "Laval", "geoid": 3005866}, "date-ut": "1866-03-19 17:18"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-80"}, "ids-in-sources": {"a6": "80"}}, "raw": {"H": "17", "MN": "18", "TZ": "0", "COD": "53", "COU": "F", "DAY": "19", "LAT": "48N 4", "LON": "0W45", "MON": "3", "NUM": "80", "PRO": "W", "SEC": "0", "YEA": "1866", "CITY": "LAVAL"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13891	bellivier-andre-1894-09-05	{"a6": "81"}	{"lerrcp": "A6-81"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Bellivier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1894-09-05 17:00", "note": null, "place": {"c1": null, "c2": "48", "c3": null, "cy": "FR", "lg": 3.5, "lat": 44.51667, "name": "Saint-Chely-D'A", "geoid": 0}, "notime": null, "date-ut": "1894-09-05 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "André", "family": "Bellivier"}, "birth": {"tzo": "+00:09:21", "date": "1894-09-05 17:00", "place": {"c2": "48", "cy": "FR", "lg": 3.5, "lat": 44.51667, "name": "Saint-Chely-D'A", "geoid": 0}, "date-ut": "1894-09-05 16:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-81"}, "ids-in-sources": {"a6": "81"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "48", "COU": "F", "DAY": "5", "LAT": "44N31", "LON": "3E30", "MON": "9", "NUM": "81", "PRO": "W", "SEC": "40", "YEA": "1894", "CITY": "SAINT-CHELY-D'A"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
11557	berat-frederic-1801-03-13	{"a5": "84", "a6": "85"}	{"lerrcp": "A5-84"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Berat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:24", "date": "1801-03-13 22:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1801-03-13 21:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor", "poet"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Berat"}, "birth": {"tzo": "+00:04:24", "date": "1801-03-13 22:00", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1801-03-13 21:55:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-84"}, "ids-in-sources": {"a5": "84"}}, "raw": {"H": "21", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "13", "LAT": "49N26", "LON": "1E 5", "MON": "3", "NUM": "84", "PRO": "A", "SEC": "40", "YEA": "1801", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "85"}}, "raw": {"H": "21", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "13", "LAT": "49N26", "LON": "1E 5", "MON": "3", "NUM": "85", "PRO": "W", "SEC": "40", "YEA": "1801", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13896	berimont-luc-1915-09-16	{"a6": "87"}	{"lerrcp": "A6-87"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luc", "family": "Berimont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-09-16 18:30", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": 0.23736, "lat": 45.66559, "name": "Magnac-sur-Touvre", "geoid": 2996807}, "notime": null, "date-ut": "1915-09-16 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Luc", "family": "Berimont"}, "birth": {"tzo": "+00:00", "date": "1915-09-16 18:30", "place": {"c2": "16", "cy": "FR", "lg": 0.23736, "lat": 45.66559, "name": "Magnac-sur-Touvre", "geoid": 2996807}, "date-ut": "1915-09-16 18:30"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-87"}, "ids-in-sources": {"a6": "87"}}, "raw": {"H": "18", "MN": "30", "TZ": "0", "COD": "16", "COU": "F", "DAY": "16", "LAT": "45N39", "LON": "0E10", "MON": "9", "NUM": "87", "PRO": "W", "SEC": "0", "YEA": "1915", "CITY": "MAGNAC-S/TOUVRE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13907	berry-andre-1902-08-01	{"a6": "98"}	{"lerrcp": "A6-98"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Berry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1902-08-01 12:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1902-08-01 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "André", "family": "Berry"}, "birth": {"tzo": "+00:09:21", "date": "1902-08-01 12:00", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1902-08-01 11:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-98"}, "ids-in-sources": {"a6": "98"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "33", "COU": "F", "DAY": "1", "LAT": "44N50", "LON": "0W34", "MON": "8", "NUM": "98", "PRO": "W", "SEC": "40", "YEA": "1902", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13914	blanchard-maurice-1890-04-07	{"a6": "105"}	{"lerrcp": "A6-105"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Blanchard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:17", "date": "1890-04-07 10:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.56991, "lat": 49.648, "name": "Montdidier", "geoid": 2992760}, "notime": null, "date-ut": "1890-04-07 09:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Blanchard"}, "birth": {"tzo": "+00:10:17", "date": "1890-04-07 10:00", "place": {"c2": "80", "cy": "FR", "lg": 2.56991, "lat": 49.648, "name": "Montdidier", "geoid": 2992760}, "date-ut": "1890-04-07 09:50:48"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-105"}, "ids-in-sources": {"a6": "105"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "7", "LAT": "49N54", "LON": "2E18", "MON": "4", "NUM": "105", "PRO": "W", "SEC": "48", "YEA": "1890", "CITY": "MONTDIDIER"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13923	bonetti-pascal-1884-05-05	{"a6": "114"}	{"lerrcp": "A6-114"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pascal", "family": "Bonetti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:04", "date": "1884-05-05 16:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26667, "lat": 43.7, "name": "Saint-Martin-Ve", "geoid": 0}, "notime": null, "date-ut": "1884-05-05 15:30:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Pascal", "family": "Bonetti"}, "birth": {"tzo": "+00:29:04", "date": "1884-05-05 16:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26667, "lat": 43.7, "name": "Saint-Martin-Ve", "geoid": 0}, "date-ut": "1884-05-05 15:30:56"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-114"}, "ids-in-sources": {"a6": "114"}}, "raw": {"H": "15", "MN": "30", "TZ": "0", "COD": "06", "COU": "F", "DAY": "5", "LAT": "43N42", "LON": "7E16", "MON": "5", "NUM": "114", "PRO": "W", "SEC": "56", "YEA": "1884", "CITY": "SAINT-MARTIN-VE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13927	gauquelin-a6-118-1923-03-05	{"a6": "118"}	{"lerrcp": "A6-118"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-118", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-03-05 22:50", "note": null, "place": {"c1": null, "c2": "41", "c3": null, "cy": "FR", "lg": 1.32912, "lat": 47.59432, "name": "Blois", "geoid": 3032213}, "notime": null, "date-ut": "1923-03-05 22:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-118"}, "birth": {"tzo": "+00:00", "date": "1923-03-05 22:50", "place": {"c2": "41", "cy": "FR", "lg": 1.32912, "lat": 47.59432, "name": "Blois", "geoid": 3032213}, "date-ut": "1923-03-05 22:50"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-118"}, "ids-in-sources": {"a6": "118"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "41", "COU": "F", "DAY": "5", "LAT": "47N35", "LON": "1E20", "MON": "3", "NUM": "118", "PRO": "W", "SEC": "0", "YEA": "1923", "CITY": "BLOIS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13929	borel-joseph-1809-06-29	{"a6": "120"}	{"lerrcp": "A6-120"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Borel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1809-06-29 19:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1809-06-29 18:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Borel"}, "birth": {"tzo": "+00:19:23", "date": "1809-06-29 19:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1809-06-29 18:40:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-120"}, "ids-in-sources": {"a6": "120"}}, "raw": {"H": "18", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "29", "LAT": "45N46", "LON": "4E50", "MON": "6", "NUM": "120", "PRO": "W", "SEC": "40", "YEA": "1809", "CITY": "LYON"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13931	bornier-henri-1825-12-24	{"a6": "122"}	{"lerrcp": "A6-122"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Bornier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:33", "date": "1825-12-24 10:01", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 4.13611, "lat": 43.67778, "name": "Lunel", "geoid": 2997116}, "notime": null, "date-ut": "1825-12-24 09:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Bornier"}, "birth": {"tzo": "+00:16:33", "date": "1825-12-24 10:01", "place": {"c2": "34", "cy": "FR", "lg": 4.13611, "lat": 43.67778, "name": "Lunel", "geoid": 2997116}, "date-ut": "1825-12-24 09:44:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-122"}, "ids-in-sources": {"a6": "122"}}, "raw": {"H": "9", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "24", "LAT": "43N37", "LON": "3E53", "MON": "12", "NUM": "122", "PRO": "W", "SEC": "28", "YEA": "1825", "CITY": "LUNEL"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13935	bouhier-jean-1912-02-24	{"a6": "127"}	{"lerrcp": "A6-127"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bouhier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-02-24 06:30", "note": null, "place": {"c1": null, "c2": "85", "c3": null, "cy": "FR", "lg": -1.42757, "lat": 46.66974, "name": "La Roche-sur-Yon", "geoid": 3006767}, "notime": null, "date-ut": "1912-02-24 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bouhier"}, "birth": {"tzo": "+00:00", "date": "1912-02-24 06:30", "place": {"c2": "85", "cy": "FR", "lg": -1.42757, "lat": 46.66974, "name": "La Roche-sur-Yon", "geoid": 3006767}, "date-ut": "1912-02-24 06:30"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-127"}, "ids-in-sources": {"a6": "127"}}, "raw": {"H": "6", "MN": "30", "TZ": "0", "COD": "85", "COU": "F", "DAY": "24", "LAT": "46N40", "LON": "1W25", "MON": "2", "NUM": "127", "PRO": "W", "SEC": "0", "YEA": "1912", "CITY": "LA ROCHE-S-YON"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13942	bourdeillette-jean-1901-10-24	{"a6": "134"}	{"lerrcp": "A6-134"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bourdeillette", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1901-10-24 01:30", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Dax", "geoid": 0}, "notime": null, "date-ut": "1901-10-24 01:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bourdeillette"}, "birth": {"tzo": "+00:09:21", "date": "1901-10-24 01:30", "place": {"c2": "60", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Dax", "geoid": 0}, "date-ut": "1901-10-24 01:20:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-134"}, "ids-in-sources": {"a6": "134"}}, "raw": {"H": "1", "MN": "20", "TZ": "0", "COD": "60", "COU": "F", "DAY": "24", "LAT": "49N26", "LON": "2E 5", "MON": "10", "NUM": "134", "PRO": "W", "SEC": "40", "YEA": "1901", "CITY": "DAX"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13950	brasillach-robert-1909-03-31	{"a6": "142"}	{"lerrcp": "A6-142"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Brasillach", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1909-03-31 22:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "notime": null, "date-ut": "1909-03-31 21:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Brasillach"}, "birth": {"tzo": "+00:09:21", "date": "1909-03-31 22:00", "place": {"c2": "66", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "date-ut": "1909-03-31 21:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-142"}, "ids-in-sources": {"a6": "142"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "66", "COU": "F", "DAY": "31", "LAT": "42N42", "LON": "2E55", "MON": "3", "NUM": "142", "PRO": "W", "SEC": "40", "YEA": "1909", "CITY": "PERPIGNAN"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13951	brauquier-louis-1900-08-14	{"a6": "145"}	{"lerrcp": "A6-145"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Brauquier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-08-14 10:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1900-08-14 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Brauquier"}, "birth": {"tzo": "+00:09:21", "date": "1900-08-14 10:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1900-08-14 09:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-145"}, "ids-in-sources": {"a6": "145"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "13", "COU": "F", "DAY": "14", "LAT": "43N18", "LON": "5E22", "MON": "8", "NUM": "145", "PRO": "W", "SEC": "40", "YEA": "1900", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13957	brindeau-serge-1925-04-30	{"a6": "151"}	{"lerrcp": "A6-151"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Serge", "family": "Brindeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1925-04-30 22:00", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "notime": null, "date-ut": "1925-04-30 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Serge", "family": "Brindeau"}, "birth": {"tzo": "+01:00", "date": "1925-04-30 22:00", "place": {"c2": "72", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "date-ut": "1925-04-30 21:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-151"}, "ids-in-sources": {"a6": "151"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "72", "COU": "F", "DAY": "30", "LAT": "48N 1", "LON": "0E12", "MON": "4", "NUM": "151", "PRO": "W", "SEC": "0", "YEA": "1925", "CITY": "LE MANS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
11617	bruant-aristide-1851-05-06	{"a5": "144", "a6": "156"}	{"lerrcp": "A5-144"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aristide", "family": "Bruant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1851-05-06 01:04:38", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 3.05851, "lat": 48.03901, "name": "Courtenay", "geoid": 3022911}, "notime": null, "date-ut": "1851-05-06 00:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor", "poet"]	5	null	[{"new": {"name": {"given": "Aristide", "family": "Bruant"}, "birth": {"tzo": "+00:12:14", "date": "1851-05-06 01:04:38", "place": {"c2": "45", "cy": "FR", "lg": 3.05851, "lat": 48.03901, "name": "Courtenay", "geoid": 3022911}, "date-ut": "1851-05-06 00:52:24"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-144"}, "ids-in-sources": {"a5": "144"}}, "raw": {"H": "0", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "6", "LAT": "47N54", "LON": "1E54", "MON": "5", "NUM": "144", "PRO": "A", "SEC": "24", "YEA": "1851", "CITY": "COURTENAY"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "156"}}, "raw": {"H": "0", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "6", "LAT": "47N54", "LON": "1E54", "MON": "5", "NUM": "156", "PRO": "W", "SEC": "24", "YEA": "1851", "CITY": "COURTENAY"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13967	butor-michel-1926-09-14	{"a6": "162"}	{"lerrcp": "A6-162"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Butor", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1926-09-14 03:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.11667, "lat": 50.63333, "name": "Mons-en-Barœul", "geoid": 2993207}, "notime": null, "date-ut": "1926-09-14 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Butor"}, "birth": {"tzo": "+01:00", "date": "1926-09-14 03:00", "place": {"c2": "59", "cy": "FR", "lg": 3.11667, "lat": 50.63333, "name": "Mons-en-Barœul", "geoid": 2993207}, "date-ut": "1926-09-14 02:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-162"}, "ids-in-sources": {"a6": "162"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "59", "COU": "F", "DAY": "14", "LAT": "50N39", "LON": "3E 5", "MON": "9", "NUM": "162", "PRO": "W", "SEC": "0", "YEA": "1926", "CITY": "MONS-EN-BAROEUL"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13982	chabert-pierre-1914-11-04	{"a6": "178"}	{"lerrcp": "A6-178"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Chabert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-11-04 02:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 5.03586, "lat": 43.83125, "name": "Cavaillon", "geoid": 3028134}, "notime": null, "date-ut": "1914-11-04 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Chabert"}, "birth": {"tzo": "+00:00", "date": "1914-11-04 02:00", "place": {"c2": "84", "cy": "FR", "lg": 5.03586, "lat": 43.83125, "name": "Cavaillon", "geoid": 3028134}, "date-ut": "1914-11-04 02:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-178"}, "ids-in-sources": {"a6": "178"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "84", "COU": "F", "DAY": "4", "LAT": "43N57", "LON": "4E50", "MON": "11", "NUM": "178", "PRO": "W", "SEC": "0", "YEA": "1914", "CITY": "CAVAILLON"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13986	chadourne-louis-1890-06-07	{"a6": "182"}	{"lerrcp": "A6-182"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Chadourne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:04", "date": "1890-06-07 01:00", "note": null, "place": {"c1": null, "c2": "19", "c3": null, "cy": "FR", "lg": 1.76667, "lat": 45.26667, "name": "Brive", "geoid": 0}, "notime": null, "date-ut": "1890-06-07 00:52:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Chadourne"}, "birth": {"tzo": "+00:07:04", "date": "1890-06-07 01:00", "place": {"c2": "19", "cy": "FR", "lg": 1.76667, "lat": 45.26667, "name": "Brive", "geoid": 0}, "date-ut": "1890-06-07 00:52:56"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-182"}, "ids-in-sources": {"a6": "182"}}, "raw": {"H": "0", "MN": "52", "TZ": "0", "COD": "19", "COU": "F", "DAY": "7", "LAT": "45N16", "LON": "1E46", "MON": "6", "NUM": "182", "PRO": "W", "SEC": "56", "YEA": "1890", "CITY": "BRIVE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13988	chaigne-louis-1899-12-08	{"a6": "184"}	{"lerrcp": "A6-184"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Chaigne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-12-08 01:00", "note": null, "place": {"c1": null, "c2": "85", "c3": null, "cy": "FR", "lg": -1.41667, "lat": 46.66667, "name": "Talmont", "geoid": 0}, "notime": null, "date-ut": "1899-12-08 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Chaigne"}, "birth": {"tzo": "+00:09:21", "date": "1899-12-08 01:00", "place": {"c2": "85", "cy": "FR", "lg": -1.41667, "lat": 46.66667, "name": "Talmont", "geoid": 0}, "date-ut": "1899-12-08 00:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-184"}, "ids-in-sources": {"a6": "184"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "85", "COU": "F", "DAY": "8", "LAT": "46N40", "LON": "1W25", "MON": "12", "NUM": "184", "PRO": "W", "SEC": "40", "YEA": "1899", "CITY": "TALMONT"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
13994	charpier-jacques-1926-07-05	{"a6": "190"}	{"lerrcp": "A6-190"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Charpier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1926-07-05 11:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1926-07-05 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Charpier"}, "birth": {"tzo": "+01:00", "date": "1926-07-05 11:00", "place": {"c2": "84", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1926-07-05 10:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-190"}, "ids-in-sources": {"a6": "190"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "84", "COU": "F", "DAY": "5", "LAT": "43N57", "LON": "4E50", "MON": "7", "NUM": "190", "PRO": "W", "SEC": "0", "YEA": "1926", "CITY": "AVIGNON"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14004	clancier-georges-1914-05-03	{"a6": "200"}	{"lerrcp": "A6-200"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Clancier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-05-03 13:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1914-05-03 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Clancier"}, "birth": {"tzo": "+00:00", "date": "1914-05-03 13:00", "place": {"c2": "87", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1914-05-03 13:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-200"}, "ids-in-sources": {"a6": "200"}}, "raw": {"H": "13", "MN": "0", "TZ": "0", "COD": "87", "COU": "F", "DAY": "3", "LAT": "45N50", "LON": "1E15", "MON": "5", "NUM": "200", "PRO": "W", "SEC": "0", "YEA": "1914", "CITY": "LIMOGES"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14019	cosson-yves-1919-04-21	{"a6": "216"}	{"lerrcp": "A6-216"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Cosson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-04-21 04:25", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.37643, "lat": 47.71675, "name": "Châteaubriant", "geoid": 3026303}, "notime": null, "date-ut": "1919-04-21 03:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Cosson"}, "birth": {"tzo": "+01:00", "date": "1919-04-21 04:25", "place": {"c2": "44", "cy": "FR", "lg": -1.37643, "lat": 47.71675, "name": "Châteaubriant", "geoid": 3026303}, "date-ut": "1919-04-21 03:25"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-216"}, "ids-in-sources": {"a6": "216"}}, "raw": {"H": "3", "MN": "25", "TZ": "0", "COD": "44", "COU": "F", "DAY": "21", "LAT": "47N13", "LON": "1W35", "MON": "4", "NUM": "216", "PRO": "W", "SEC": "0", "YEA": "1919", "CITY": "CHATEAUBRIANT"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14028	dadelsen-jean-paul-1913-08-20	{"a6": "225"}	{"lerrcp": "A6-225"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Paul", "family": "Dadelsen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1913-08-20 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Jean-Paul", "family": "Dadelsen"}, "birth": {"place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1913-08-20 00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-225"}, "ids-in-sources": {"a6": "225"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "67", "COU": "F", "DAY": "20", "LAT": "48N35", "LON": "7E45", "MON": "8", "NUM": "225", "PRO": "W", "SEC": "0", "YEA": "1913", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14046	delteil-joseph-1894-04-20	{"a6": "244"}	{"lerrcp": "A6-244"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Delteil", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1894-04-20 06:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 2.45827, "lat": 43.08302, "name": "Villar-en-Val", "geoid": 2968958}, "notime": null, "date-ut": "1894-04-20 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Delteil"}, "birth": {"tzo": "+00:09:21", "date": "1894-04-20 06:00", "place": {"c2": "11", "cy": "FR", "lg": 2.45827, "lat": 43.08302, "name": "Villar-en-Val", "geoid": 2968958}, "date-ut": "1894-04-20 05:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-244"}, "ids-in-sources": {"a6": "244"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "20", "LAT": "43N12", "LON": "2E21", "MON": "4", "NUM": "244", "PRO": "W", "SEC": "40", "YEA": "1894", "CITY": "VILLAR-EN-VAL"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14048	dereme-tristan-1889-02-13	{"a6": "246"}	{"lerrcp": "A6-246"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tristan", "family": "Dereme", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:40", "date": "1889-02-13 01:00", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.16546, "lat": 44.50361, "name": "Marmande", "geoid": 2995642}, "notime": null, "date-ut": "1889-02-13 00:57:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Tristan", "family": "Dereme"}, "birth": {"tzo": "+00:00:40", "date": "1889-02-13 01:00", "place": {"c2": "47", "cy": "FR", "lg": 0.16546, "lat": 44.50361, "name": "Marmande", "geoid": 2995642}, "date-ut": "1889-02-13 00:57:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-246"}, "ids-in-sources": {"a6": "246"}}, "raw": {"H": "0", "MN": "57", "TZ": "0", "COD": "47", "COU": "F", "DAY": "13", "LAT": "44N12", "LON": "0E38", "MON": "2", "NUM": "246", "PRO": "W", "SEC": "28", "YEA": "1889", "CITY": "MARMANDE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14064	dornier-charles-1873-01-20	{"a6": "263"}	{"lerrcp": "A6-263"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Dornier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:15", "date": "1873-01-20 18:30", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 5.81393, "lat": 47.06185, "name": "Liesle", "geoid": 2998461}, "notime": null, "date-ut": "1873-01-20 18:05:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Dornier"}, "birth": {"tzo": "+00:23:15", "date": "1873-01-20 18:30", "place": {"c2": "25", "cy": "FR", "lg": 5.81393, "lat": 47.06185, "name": "Liesle", "geoid": 2998461}, "date-ut": "1873-01-20 18:05:52"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-263"}, "ids-in-sources": {"a6": "263"}}, "raw": {"H": "18", "MN": "5", "TZ": "0", "COD": "25", "COU": "F", "DAY": "20", "LAT": "47N15", "LON": "6E 2", "MON": "1", "NUM": "263", "PRO": "W", "SEC": "52", "YEA": "1873", "CITY": "LIESLE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14065	gauquelin-a6-264-1901-07-22	{"a6": "264"}	{"lerrcp": "A6-264"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-264", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1901-07-22 10:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.31063, "lat": 43.50471, "name": "Roujan", "geoid": 2982543}, "notime": null, "date-ut": "1901-07-22 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-264"}, "birth": {"tzo": "+00:09:21", "date": "1901-07-22 10:00", "place": {"c2": "34", "cy": "FR", "lg": 3.31063, "lat": 43.50471, "name": "Roujan", "geoid": 2982543}, "date-ut": "1901-07-22 09:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-264"}, "ids-in-sources": {"a6": "264"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "34", "COU": "F", "DAY": "22", "LAT": "43N37", "LON": "3E53", "MON": "7", "NUM": "264", "PRO": "W", "SEC": "40", "YEA": "1901", "CITY": "ROUJAN"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14072	druelle-andre-1895-02-05	{"a6": "271"}	{"lerrcp": "A6-271"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Druelle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-02-05 19:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.44703, "lat": 49.48916, "name": "Pinon", "geoid": 2987086}, "notime": null, "date-ut": "1895-02-05 18:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "André", "family": "Druelle"}, "birth": {"tzo": "+00:09:21", "date": "1895-02-05 19:00", "place": {"c2": "02", "cy": "FR", "lg": 3.44703, "lat": 49.48916, "name": "Pinon", "geoid": 2987086}, "date-ut": "1895-02-05 18:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-271"}, "ids-in-sources": {"a6": "271"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "02", "COU": "F", "DAY": "5", "LAT": "49N34", "LON": "3E37", "MON": "2", "NUM": "271", "PRO": "W", "SEC": "40", "YEA": "1895", "CITY": "PINON"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14074	dubaco-jean-1923-02-24	{"a6": "273"}	{"lerrcp": "A6-273"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Dubaco", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-02-24 05:20", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.41874, "lat": 48.76846, "name": "Choisy-le-Roi", "geoid": 3025055}, "notime": null, "date-ut": "1923-02-24 05:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Dubaco"}, "birth": {"tzo": "+00:00", "date": "1923-02-24 05:20", "place": {"c2": "94", "cy": "FR", "lg": 2.41874, "lat": 48.76846, "name": "Choisy-le-Roi", "geoid": 3025055}, "date-ut": "1923-02-24 05:20"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-273"}, "ids-in-sources": {"a6": "273"}}, "raw": {"H": "5", "MN": "20", "TZ": "0", "COD": "94", "COU": "F", "DAY": "24", "LAT": "48N47", "LON": "2E29", "MON": "2", "NUM": "273", "PRO": "W", "SEC": "0", "YEA": "1923", "CITY": "CHOISY-LE-ROI"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14084	dumontet-bernard-1929-11-17	{"a6": "286"}	{"lerrcp": "A6-286"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Dumontet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1929-11-17 10:40", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.41632, "lat": 46.80714, "name": "Le Creusot", "geoid": 3004427}, "notime": null, "date-ut": "1929-11-17 10:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Dumontet"}, "birth": {"tzo": "+00:00", "date": "1929-11-17 10:40", "place": {"c2": "71", "cy": "FR", "lg": 4.41632, "lat": 46.80714, "name": "Le Creusot", "geoid": 3004427}, "date-ut": "1929-11-17 10:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-286"}, "ids-in-sources": {"a6": "286"}}, "raw": {"H": "10", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "17", "LAT": "46N18", "LON": "4E50", "MON": "11", "NUM": "286", "PRO": "W", "SEC": "0", "YEA": "1929", "CITY": "LE CREUSOT"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14092	emie-louis-1900-04-17	{"a6": "294"}	{"lerrcp": "A6-294"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Emie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-04-17 17:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1900-04-17 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Emie"}, "birth": {"tzo": "+00:09:21", "date": "1900-04-17 17:00", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1900-04-17 16:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-294"}, "ids-in-sources": {"a6": "294"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "33", "COU": "F", "DAY": "17", "LAT": "44N50", "LON": "0W34", "MON": "4", "NUM": "294", "PRO": "W", "SEC": "40", "YEA": "1900", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14091	eluard-paul-1895-12-14	{"a6": "293", "afd2": "171"}	{"lerrcp": "A6-293", "muller": "M2-171"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Eluard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1895-12-14 11:00", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.35387, "lat": 48.93564, "name": "Saint-Denis", "geoid": 2980916}, "notime": null, "date-ut": "1895-12-14 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet", "fictional-writer"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Eluard"}, "birth": {"tzo": "+00:09:21", "date": "1895-12-14 11:00", "place": {"c2": "93", "cy": "FR", "lg": 2.35387, "lat": 48.93564, "name": "Saint-Denis", "geoid": 2980916}, "date-ut": "1895-12-14 10:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-293"}, "ids-in-sources": {"a6": "293"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "93", "COU": "F", "DAY": "14", "LAT": "48N55", "LON": "2E30", "MON": "12", "NUM": "293", "PRO": "W", "SEC": "40", "YEA": "1895", "CITY": "SAINT-DENIS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "M", "occus": ["fictional-writer"], "ids-in-sources": {"afd2": "171"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 22", "LAT": "48 N 56", "TZO": "-0.16", "DATE": "14.12.1895", "MUID": "171", "NAME": "Eluard, Paul", "OCCU": "AR 01", "TIME": "11.00", "BOOKS": "56", "PLACE": "Saint-Denis", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
14094	gauquelin-a6-296-1879-07-17	{"a6": "296"}	{"lerrcp": "A6-296"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-296", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:40", "date": "1879-07-17 19:00", "note": null, "place": {"c1": null, "c2": "85", "c3": null, "cy": "FR", "lg": -1.41667, "lat": 46.66667, "name": "Fontenay-le-Com", "geoid": 0}, "notime": null, "date-ut": "1879-07-17 19:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-296"}, "birth": {"tzo": "-00:05:40", "date": "1879-07-17 19:00", "place": {"c2": "85", "cy": "FR", "lg": -1.41667, "lat": 46.66667, "name": "Fontenay-le-Com", "geoid": 0}, "date-ut": "1879-07-17 19:05:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-296"}, "ids-in-sources": {"a6": "296"}}, "raw": {"H": "19", "MN": "5", "TZ": "0", "COD": "85", "COU": "F", "DAY": "17", "LAT": "46N40", "LON": "1W25", "MON": "7", "NUM": "296", "PRO": "W", "SEC": "40", "YEA": "1879", "CITY": "FONTENAY-LE-COM"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14103	fallet-rene-1927-12-04	{"a6": "305"}	{"lerrcp": "A6-305"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Fallet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1927-12-04 16:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Villeneuve-Saint-G", "geoid": 0}, "notime": null, "date-ut": "1927-12-04 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "René", "family": "Fallet"}, "birth": {"tzo": "+00:00", "date": "1927-12-04 16:00", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Villeneuve-Saint-G", "geoid": 0}, "date-ut": "1927-12-04 16:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-305"}, "ids-in-sources": {"a6": "305"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "94", "COU": "F", "DAY": "4", "LAT": "48N47", "LON": "2E29", "MON": "12", "NUM": "305", "PRO": "W", "SEC": "0", "YEA": "1927", "CITY": "VILLENEUVE-ST-G"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14109	feuillade-lucien-1913-04-10	{"a6": "312"}	{"lerrcp": "A6-312"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Feuillade", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-04-10 01:15", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.25666, "lat": 48.89672, "name": "Courbevoie", "geoid": 3023141}, "notime": null, "date-ut": "1913-04-10 01:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Feuillade"}, "birth": {"tzo": "+00:00", "date": "1913-04-10 01:15", "place": {"c2": "92", "cy": "FR", "lg": 2.25666, "lat": 48.89672, "name": "Courbevoie", "geoid": 3023141}, "date-ut": "1913-04-10 01:15"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-312"}, "ids-in-sources": {"a6": "312"}}, "raw": {"H": "1", "MN": "15", "TZ": "0", "COD": "92", "COU": "F", "DAY": "10", "LAT": "48N50", "LON": "2E11", "MON": "4", "NUM": "312", "PRO": "W", "SEC": "0", "YEA": "1913", "CITY": "COURBEVOIE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14121	fombeure-maurice-1906-09-23	{"a6": "324"}	{"lerrcp": "A6-324"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Fombeure", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1906-09-23 06:00", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.56464, "lat": 46.56873, "name": "Jardres", "geoid": 3012485}, "notime": null, "date-ut": "1906-09-23 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Fombeure"}, "birth": {"tzo": "+00:09:21", "date": "1906-09-23 06:00", "place": {"c2": "86", "cy": "FR", "lg": 0.56464, "lat": 46.56873, "name": "Jardres", "geoid": 3012485}, "date-ut": "1906-09-23 05:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-324"}, "ids-in-sources": {"a6": "324"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "86", "COU": "F", "DAY": "23", "LAT": "46N35", "LON": "0E20", "MON": "9", "NUM": "324", "PRO": "W", "SEC": "40", "YEA": "1906", "CITY": "JARDRES"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14125	fouchet-max-1913-05-01	{"a6": "328"}	{"lerrcp": "A6-328"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Fouchet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-05-01 12:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Saint-Vaast-la", "geoid": 0}, "notime": null, "date-ut": "1913-05-01 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Max", "family": "Fouchet"}, "birth": {"tzo": "+00:00", "date": "1913-05-01 12:00", "place": {"c2": "50", "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Saint-Vaast-la", "geoid": 0}, "date-ut": "1913-05-01 12:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-328"}, "ids-in-sources": {"a6": "328"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "50", "COU": "F", "DAY": "1", "LAT": "49N 7", "LON": "1W 5", "MON": "5", "NUM": "328", "PRO": "W", "SEC": "0", "YEA": "1913", "CITY": "SAINT VAAST-LA"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14130	fournel-gilles-1931-11-03	{"a6": "333"}	{"lerrcp": "A6-333"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilles", "family": "Fournel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1931-11-03 10:30", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -2.08421, "lat": 47.65165, "name": "Redon", "geoid": 2984192}, "notime": null, "date-ut": "1931-11-03 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Gilles", "family": "Fournel"}, "birth": {"tzo": "+00:00", "date": "1931-11-03 10:30", "place": {"c2": "35", "cy": "FR", "lg": -2.08421, "lat": 47.65165, "name": "Redon", "geoid": 2984192}, "date-ut": "1931-11-03 10:30"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-333"}, "ids-in-sources": {"a6": "333"}}, "raw": {"H": "10", "MN": "30", "TZ": "0", "COD": "35", "COU": "F", "DAY": "3", "LAT": "48N 7", "LON": "1W40", "MON": "11", "NUM": "333", "PRO": "W", "SEC": "0", "YEA": "1931", "CITY": "REDON"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14136	frenaud-andre-1907-07-26	{"a6": "339"}	{"lerrcp": "A6-339"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Frenaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1907-07-26 13:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 46.3, "name": "Montceau-les-Mi", "geoid": 0}, "notime": null, "date-ut": "1907-07-26 12:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "André", "family": "Frenaud"}, "birth": {"tzo": "+00:09:21", "date": "1907-07-26 13:00", "place": {"c2": "71", "cy": "FR", "lg": 4.83333, "lat": 46.3, "name": "Montceau-les-Mi", "geoid": 0}, "date-ut": "1907-07-26 12:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-339"}, "ids-in-sources": {"a6": "339"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "71", "COU": "F", "DAY": "26", "LAT": "46N18", "LON": "4E50", "MON": "7", "NUM": "339", "PRO": "W", "SEC": "40", "YEA": "1907", "CITY": "MONTCEAU-LES-MI"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14140	gamarra-pierre-1919-07-10	{"a6": "344"}	{"lerrcp": "A6-344"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Gamarra", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-07-10 06:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1919-07-10 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Gamarra"}, "birth": {"tzo": "+01:00", "date": "1919-07-10 06:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1919-07-10 05:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-344"}, "ids-in-sources": {"a6": "344"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "31", "COU": "F", "DAY": "10", "LAT": "43N37", "LON": "1E26", "MON": "7", "NUM": "344", "PRO": "W", "SEC": "0", "YEA": "1919", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14141	gauquelin-a6-345-1899-06-03	{"a6": "345"}	{"lerrcp": "A6-345"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-345", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-06-03 09:30", "note": null, "place": {"c1": null, "c2": "41", "c3": null, "cy": "FR", "lg": 1.32912, "lat": 47.59432, "name": "Blois", "geoid": 3032213}, "notime": null, "date-ut": "1899-06-03 09:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-345"}, "birth": {"tzo": "+00:09:21", "date": "1899-06-03 09:30", "place": {"c2": "41", "cy": "FR", "lg": 1.32912, "lat": 47.59432, "name": "Blois", "geoid": 3032213}, "date-ut": "1899-06-03 09:20:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-345"}, "ids-in-sources": {"a6": "345"}}, "raw": {"H": "9", "MN": "20", "TZ": "0", "COD": "41", "COU": "F", "DAY": "3", "LAT": "47N35", "LON": "1E20", "MON": "6", "NUM": "345", "PRO": "W", "SEC": "40", "YEA": "1899", "CITY": "BLOIS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14147	gasquet-joachim-1873-03-31	{"a6": "351"}	{"lerrcp": "A6-351"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joachim", "family": "Gasquet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:48", "date": "1873-03-31 06:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "notime": null, "date-ut": "1873-03-31 05:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Joachim", "family": "Gasquet"}, "birth": {"tzo": "+00:21:48", "date": "1873-03-31 06:00", "place": {"c2": "13", "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "date-ut": "1873-03-31 05:38:32"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-351"}, "ids-in-sources": {"a6": "351"}}, "raw": {"H": "5", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "31", "LAT": "43N18", "LON": "5E22", "MON": "3", "NUM": "351", "PRO": "W", "SEC": "32", "YEA": "1873", "CITY": "AIX-EN-PROVENCE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14154	geeraert-robert-1925-02-05	{"a6": "358"}	{"lerrcp": "A6-358"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Geeraert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1925-02-05 15:40", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1925-02-05 15:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Geeraert"}, "birth": {"tzo": "+00:00", "date": "1925-02-05 15:40", "place": {"c2": "59", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1925-02-05 15:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-358"}, "ids-in-sources": {"a6": "358"}}, "raw": {"H": "15", "MN": "40", "TZ": "0", "COD": "59", "COU": "F", "DAY": "5", "LAT": "50N39", "LON": "3E 5", "MON": "2", "NUM": "358", "PRO": "W", "SEC": "0", "YEA": "1925", "CITY": "ROUBAIX"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14157	gheon-henri-1875-03-15	{"a6": "362"}	{"lerrcp": "A6-362"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Gheon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:40", "date": "1875-03-15 20:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Bray/Seine", "geoid": 0}, "notime": null, "date-ut": "1875-03-15 19:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Gheon"}, "birth": {"tzo": "+00:10:40", "date": "1875-03-15 20:00", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Bray/Seine", "geoid": 0}, "date-ut": "1875-03-15 19:49:20"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-362"}, "ids-in-sources": {"a6": "362"}}, "raw": {"H": "19", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "15", "LAT": "48N33", "LON": "2E40", "MON": "3", "NUM": "362", "PRO": "W", "SEC": "20", "YEA": "1875", "CITY": "BRAY/SEINE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14158	ghil-rene-1862-09-27	{"a6": "363"}	{"lerrcp": "A6-363"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Ghil", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:39", "date": "1862-09-27 02:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "notime": null, "date-ut": "1862-09-27 01:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "René", "family": "Ghil"}, "birth": {"tzo": "+00:12:39", "date": "1862-09-27 02:00", "place": {"c2": "59", "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "date-ut": "1862-09-27 01:47:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-363"}, "ids-in-sources": {"a6": "363"}}, "raw": {"H": "1", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "27", "LAT": "50N39", "LON": "3E 5", "MON": "9", "NUM": "363", "PRO": "W", "SEC": "40", "YEA": "1862", "CITY": "TOURCOING"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14175	gracq-julien-1910-07-27	{"a6": "381"}	{"lerrcp": "A6-381"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julien", "family": "Gracq", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1910-07-27 06:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.53333, "lat": 47.46667, "name": "Saint-Florent-le-V", "geoid": 0}, "notime": null, "date-ut": "1910-07-27 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Julien", "family": "Gracq"}, "birth": {"tzo": "+00:09:21", "date": "1910-07-27 06:00", "place": {"c2": "49", "cy": "FR", "lg": -0.53333, "lat": 47.46667, "name": "Saint-Florent-le-V", "geoid": 0}, "date-ut": "1910-07-27 05:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-381"}, "ids-in-sources": {"a6": "381"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "49", "COU": "F", "DAY": "27", "LAT": "47N28", "LON": "0W32", "MON": "7", "NUM": "381", "PRO": "W", "SEC": "40", "YEA": "1910", "CITY": "ST FLORENT-LE-V"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14178	gregh-fernand-1873-10-14	{"a6": "384"}	{"lerrcp": "A6-384"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Gregh", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1873-10-14 16:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1873-10-14 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Gregh"}, "birth": {"tzo": "+00:09:24", "date": "1873-10-14 16:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1873-10-14 15:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-384"}, "ids-in-sources": {"a6": "384"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "14", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "384", "PRO": "W", "SEC": "40", "YEA": "1873", "CITY": "PARIS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14190	guillevic-eugene-1907-08-05	{"a6": "396"}	{"lerrcp": "A6-396"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Guillevic", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1907-08-05 09:00", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -3.07872, "lat": 47.58433, "name": "Carnac", "geoid": 3028575}, "notime": null, "date-ut": "1907-08-05 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Guillevic"}, "birth": {"tzo": "+00:09:21", "date": "1907-08-05 09:00", "place": {"c2": "56", "cy": "FR", "lg": -3.07872, "lat": 47.58433, "name": "Carnac", "geoid": 3028575}, "date-ut": "1907-08-05 08:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-396"}, "ids-in-sources": {"a6": "396"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "56", "COU": "F", "DAY": "5", "LAT": "47N40", "LON": "2W44", "MON": "8", "NUM": "396", "PRO": "W", "SEC": "40", "YEA": "1907", "CITY": "CARNAC"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14208	henry-jacques-1886-02-22	{"a6": "414"}	{"lerrcp": "A6-414"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Henry-Jacques", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1886-02-22 03:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1886-02-22 03:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "", "family": "Henry-Jacques"}, "birth": {"tzo": "-00:06:13", "date": "1886-02-22 03:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1886-02-22 03:06:20"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-414"}, "ids-in-sources": {"a6": "414"}}, "raw": {"H": "3", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "22", "LAT": "47N13", "LON": "1W35", "MON": "2", "NUM": "414", "PRO": "W", "SEC": "20", "YEA": "1886", "CITY": "NANTES"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14227	jarry-alfred-1873-09-08	{"a6": "435"}	{"lerrcp": "A6-435"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Jarry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:03:05", "date": "1873-09-08 05:00", "note": null, "place": {"c1": null, "c2": "53", "c3": null, "cy": "FR", "lg": -0.77019, "lat": 48.07247, "name": "Laval", "geoid": 3005866}, "notime": null, "date-ut": "1873-09-08 05:03"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Jarry"}, "birth": {"tzo": "-00:03:05", "date": "1873-09-08 05:00", "place": {"c2": "53", "cy": "FR", "lg": -0.77019, "lat": 48.07247, "name": "Laval", "geoid": 3005866}, "date-ut": "1873-09-08 05:03"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-435"}, "ids-in-sources": {"a6": "435"}}, "raw": {"H": "5", "MN": "3", "TZ": "0", "COD": "53", "COU": "F", "DAY": "8", "LAT": "48N 4", "LON": "0W45", "MON": "9", "NUM": "435", "PRO": "W", "SEC": "0", "YEA": "1873", "CITY": "LAVAL"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14234	kahn-gustave-1859-12-22	{"a6": "442"}	{"lerrcp": "A6-442"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Kahn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:41", "date": "1859-12-22 10:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1859-12-22 09:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Kahn"}, "birth": {"tzo": "+00:24:41", "date": "1859-12-22 10:00", "place": {"c2": "57", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1859-12-22 09:35:16"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-442"}, "ids-in-sources": {"a6": "442"}}, "raw": {"H": "9", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "22", "LAT": "49N 7", "LON": "6E11", "MON": "12", "NUM": "442", "PRO": "W", "SEC": "16", "YEA": "1859", "CITY": "METZ"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14237	labracherie-pierre-1896-07-24	{"a6": "446"}	{"lerrcp": "A6-446"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Labracherie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1896-07-24 13:00", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": 0.71978, "lat": 45.87565, "name": "Chabanais", "geoid": 3027723}, "notime": null, "date-ut": "1896-07-24 12:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Labracherie"}, "birth": {"tzo": "+00:09:21", "date": "1896-07-24 13:00", "place": {"c2": "16", "cy": "FR", "lg": 0.71978, "lat": 45.87565, "name": "Chabanais", "geoid": 3027723}, "date-ut": "1896-07-24 12:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-446"}, "ids-in-sources": {"a6": "446"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "16", "COU": "F", "DAY": "24", "LAT": "45N39", "LON": "0E10", "MON": "7", "NUM": "446", "PRO": "W", "SEC": "40", "YEA": "1896", "CITY": "CHABANAIS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14251	lanoux-armand-1913-10-24	{"a6": "460"}	{"lerrcp": "A6-460"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Lanoux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-10-24 23:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1913-10-24 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Lanoux"}, "birth": {"tzo": "+00:00", "date": "1913-10-24 23:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1913-10-24 23:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-460"}, "ids-in-sources": {"a6": "460"}}, "raw": {"H": "23", "MN": "0", "TZ": "0", "COD": "75", "COU": "F", "DAY": "24", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "460", "PRO": "W", "SEC": "0", "YEA": "1913", "CITY": "PARIS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14253	laprade-victor-1812-01-13	{"a6": "462"}	{"lerrcp": "A6-462"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Laprade", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:16", "date": "1812-01-13 02:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.06525, "lat": 45.60752, "name": "Montbrison", "geoid": 2992890}, "notime": null, "date-ut": "1812-01-13 01:42:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Laprade"}, "birth": {"tzo": "+00:16:16", "date": "1812-01-13 02:00", "place": {"c2": "42", "cy": "FR", "lg": 4.06525, "lat": 45.60752, "name": "Montbrison", "geoid": 2992890}, "date-ut": "1812-01-13 01:42:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-462"}, "ids-in-sources": {"a6": "462"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "42", "COU": "F", "DAY": "13", "LAT": "45N26", "LON": "4E23", "MON": "1", "NUM": "462", "PRO": "W", "SEC": "28", "YEA": "1812", "CITY": "MONTBRISON"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14255	gauquelin-a6-464-1878-12-06	{"a6": "464"}	{"lerrcp": "A6-464"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-464", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:07", "date": "1878-12-06 02:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.03001, "lat": 44.2116, "name": "La Grand-Combe", "geoid": 3009017}, "notime": null, "date-ut": "1878-12-06 01:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-464"}, "birth": {"tzo": "+00:16:07", "date": "1878-12-06 02:00", "place": {"c2": "30", "cy": "FR", "lg": 4.03001, "lat": 44.2116, "name": "La Grand-Combe", "geoid": 3009017}, "date-ut": "1878-12-06 01:42:36"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-464"}, "ids-in-sources": {"a6": "464"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "6", "LAT": "43N51", "LON": "4E21", "MON": "12", "NUM": "464", "PRO": "W", "SEC": "36", "YEA": "1878", "CITY": "LA GRAND-COMBE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14260	laude-jean-1922-05-11	{"a6": "469"}	{"lerrcp": "A6-469"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Laude", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-05-11 14:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 2.37681, "lat": 51.0344, "name": "Dunkerque", "geoid": 3020686}, "notime": null, "date-ut": "1922-05-11 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Laude"}, "birth": {"tzo": "+01:00", "date": "1922-05-11 14:00", "place": {"c2": "59", "cy": "FR", "lg": 2.37681, "lat": 51.0344, "name": "Dunkerque", "geoid": 3020686}, "date-ut": "1922-05-11 13:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-469"}, "ids-in-sources": {"a6": "469"}}, "raw": {"H": "13", "MN": "0", "TZ": "0", "COD": "59", "COU": "F", "DAY": "11", "LAT": "50N39", "LON": "3E 5", "MON": "5", "NUM": "469", "PRO": "W", "SEC": "0", "YEA": "1922", "CITY": "DUNKERQUE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14267	gauquelin-a6-476-1869-11-26	{"a6": "476"}	{"lerrcp": "A6-476"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-476", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:20", "date": "1869-11-26 17:00", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "La Neuville-Vau", "geoid": 0}, "notime": null, "date-ut": "1869-11-26 16:51:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-476"}, "birth": {"tzo": "+00:08:20", "date": "1869-11-26 17:00", "place": {"c2": "60", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "La Neuville-Vau", "geoid": 0}, "date-ut": "1869-11-26 16:51:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-476"}, "ids-in-sources": {"a6": "476"}}, "raw": {"H": "16", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "26", "LAT": "49N26", "LON": "2E 5", "MON": "11", "NUM": "476", "PRO": "W", "SEC": "40", "YEA": "1869", "CITY": "LA NEUVILLE-VAU"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14275	lecomte-roger-1907-05-18	{"a6": "484"}	{"lerrcp": "A6-484"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Lecomte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1907-05-18 11:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "notime": null, "date-ut": "1907-05-18 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Lecomte"}, "birth": {"tzo": "+00:09:21", "date": "1907-05-18 11:00", "place": {"c2": "51", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "date-ut": "1907-05-18 10:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-484"}, "ids-in-sources": {"a6": "484"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "51", "COU": "F", "DAY": "18", "LAT": "48N57", "LON": "4E22", "MON": "5", "NUM": "484", "PRO": "W", "SEC": "40", "YEA": "1907", "CITY": "REIMS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14277	le-dantec-yves-1898-09-12	{"a6": "486"}	{"lerrcp": "A6-486"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Le Dantec", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1898-09-12 14:30", "note": null, "place": {"c1": null, "c2": "20", "c3": null, "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Ajaccio", "geoid": 0}, "notime": null, "date-ut": "1898-09-12 14:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Le Dantec"}, "birth": {"tzo": "+00:09:21", "date": "1898-09-12 14:30", "place": {"c2": "20", "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Ajaccio", "geoid": 0}, "date-ut": "1898-09-12 14:20:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-486"}, "ids-in-sources": {"a6": "486"}}, "raw": {"H": "14", "MN": "20", "TZ": "0", "COD": "20", "COU": "F", "DAY": "12", "LAT": "41N55", "LON": "8E45", "MON": "9", "NUM": "486", "PRO": "W", "SEC": "40", "YEA": "1898", "CITY": "AJACCIO"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14287	le-quintrec-charles-1926-03-14	{"a6": "496"}	{"lerrcp": "A6-496"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Le Quintrec", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1926-03-14 13:00", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -2.80633, "lat": 47.69803, "name": "Plescop", "geoid": 2986793}, "notime": null, "date-ut": "1926-03-14 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Le Quintrec"}, "birth": {"tzo": "+00:00", "date": "1926-03-14 13:00", "place": {"c2": "56", "cy": "FR", "lg": -2.80633, "lat": 47.69803, "name": "Plescop", "geoid": 2986793}, "date-ut": "1926-03-14 13:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-496"}, "ids-in-sources": {"a6": "496"}}, "raw": {"H": "13", "MN": "0", "TZ": "0", "COD": "56", "COU": "F", "DAY": "14", "LAT": "47N40", "LON": "2W44", "MON": "3", "NUM": "496", "PRO": "W", "SEC": "0", "YEA": "1926", "CITY": "PLESCOP"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14299	levet-henri-1874-01-13	{"a6": "508"}	{"lerrcp": "A6-508"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Levet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:16", "date": "1874-01-13 23:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.06525, "lat": 45.60752, "name": "Montbrison", "geoid": 2992890}, "notime": null, "date-ut": "1874-01-13 22:42:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Levet"}, "birth": {"tzo": "+00:16:16", "date": "1874-01-13 23:00", "place": {"c2": "42", "cy": "FR", "lg": 4.06525, "lat": 45.60752, "name": "Montbrison", "geoid": 2992890}, "date-ut": "1874-01-13 22:42:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-508"}, "ids-in-sources": {"a6": "508"}}, "raw": {"H": "22", "MN": "42", "TZ": "0", "COD": "42", "COU": "F", "DAY": "13", "LAT": "45N26", "LON": "4E23", "MON": "1", "NUM": "508", "PRO": "W", "SEC": "28", "YEA": "1874", "CITY": "MONTBRISON"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14310	louys-pierre-1870-12-10	{"a6": "520"}	{"lerrcp": "A6-520"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Louys", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "BE", "lg": 3.71667, "lat": 51.05, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1870-12-10 09:45:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Louys"}, "birth": {"place": {"c2": "", "cy": "BE", "lg": 3.71667, "lat": 51.05, "name": "GAND", "geoid": 0}, "date-ut": "1870-12-10 09:45:08"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-520"}, "ids-in-sources": {"a6": "520"}}, "raw": {"H": "9", "MN": "45", "TZ": "0", "COD": "B", "COU": "F", "DAY": "10", "LAT": "51N 3", "LON": "3E43", "MON": "12", "NUM": "520", "PRO": "W", "SEC": "8", "YEA": "1870", "CITY": "GAND"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14331	marissel-andre-1928-03-05	{"a6": "541"}	{"lerrcp": "A6-541"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Marissel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1928-03-05 03:05", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.62714, "lat": 49.5631, "name": "Laon", "geoid": 3007477}, "notime": null, "date-ut": "1928-03-05 03:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "André", "family": "Marissel"}, "birth": {"tzo": "+00:00", "date": "1928-03-05 03:05", "place": {"c2": "02", "cy": "FR", "lg": 3.62714, "lat": 49.5631, "name": "Laon", "geoid": 3007477}, "date-ut": "1928-03-05 03:05"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-541"}, "ids-in-sources": {"a6": "541"}}, "raw": {"H": "3", "MN": "5", "TZ": "0", "COD": "02", "COU": "F", "DAY": "5", "LAT": "49N34", "LON": "3E37", "MON": "3", "NUM": "541", "PRO": "W", "SEC": "0", "YEA": "1928", "CITY": "LAON"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14339	martineau-henri-1882-04-25	{"a6": "549"}	{"lerrcp": "A6-549"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Martineau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:48", "date": "1882-04-25 20:00", "note": null, "place": {"c1": null, "c2": "79", "c3": null, "cy": "FR", "lg": -0.45, "lat": 46.31667, "name": "Coulonges/L'Aut", "geoid": 0}, "notime": null, "date-ut": "1882-04-25 20:01:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Martineau"}, "birth": {"tzo": "-00:01:48", "date": "1882-04-25 20:00", "place": {"c2": "79", "cy": "FR", "lg": -0.45, "lat": 46.31667, "name": "Coulonges/L'Aut", "geoid": 0}, "date-ut": "1882-04-25 20:01:48"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-549"}, "ids-in-sources": {"a6": "549"}}, "raw": {"H": "20", "MN": "1", "TZ": "0", "COD": "79", "COU": "F", "DAY": "25", "LAT": "46N19", "LON": "0W27", "MON": "4", "NUM": "549", "PRO": "W", "SEC": "48", "YEA": "1882", "CITY": "COULONGES/L'AUT"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14345	mathias-pierre-1907-10-21	{"a6": "555"}	{"lerrcp": "A6-555"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Mathias", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1907-10-21 10:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.28583, "lat": 48.95357, "name": "Pavant", "geoid": 2988314}, "notime": null, "date-ut": "1907-10-21 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Mathias"}, "birth": {"tzo": "+00:09:21", "date": "1907-10-21 10:00", "place": {"c2": "02", "cy": "FR", "lg": 3.28583, "lat": 48.95357, "name": "Pavant", "geoid": 2988314}, "date-ut": "1907-10-21 09:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-555"}, "ids-in-sources": {"a6": "555"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "02", "COU": "F", "DAY": "21", "LAT": "49N34", "LON": "3E37", "MON": "10", "NUM": "555", "PRO": "W", "SEC": "40", "YEA": "1907", "CITY": "PAVANT"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14357	menanteau-pierre-1895-11-22	{"a6": "567"}	{"lerrcp": "A6-567"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Menanteau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-11-22 04:00", "note": null, "place": {"c1": null, "c2": "85", "c3": null, "cy": "FR", "lg": -0.92641, "lat": 46.7957, "name": "Le Boupère", "geoid": 3005099}, "notime": null, "date-ut": "1895-11-22 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Menanteau"}, "birth": {"tzo": "+00:09:21", "date": "1895-11-22 04:00", "place": {"c2": "85", "cy": "FR", "lg": -0.92641, "lat": 46.7957, "name": "Le Boupère", "geoid": 3005099}, "date-ut": "1895-11-22 03:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-567"}, "ids-in-sources": {"a6": "567"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "85", "COU": "F", "DAY": "22", "LAT": "46N40", "LON": "1W25", "MON": "11", "NUM": "567", "PRO": "W", "SEC": "40", "YEA": "1895", "CITY": "LE BOUPERE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14362	mery-joseph-1797-01-21	{"a6": "572"}	{"lerrcp": "A6-572"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Mery", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:28", "date": "1797-01-21 02:30", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Marseille les A", "geoid": 0}, "notime": null, "date-ut": "1797-01-21 02:08:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Mery"}, "birth": {"tzo": "+00:21:28", "date": "1797-01-21 02:30", "place": {"c2": "13", "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Marseille les A", "geoid": 0}, "date-ut": "1797-01-21 02:08:32"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-572"}, "ids-in-sources": {"a6": "572"}}, "raw": {"H": "2", "MN": "8", "TZ": "0", "COD": "13", "COU": "F", "DAY": "21", "LAT": "43N18", "LON": "5E22", "MON": "1", "NUM": "572", "PRO": "W", "SEC": "32", "YEA": "1797", "CITY": "MARSEILLE LES A"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14366	millandy-georges-1870-08-01	{"a6": "576"}	{"lerrcp": "A6-576"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Millandy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:40", "date": "1870-08-01 11:01", "note": null, "place": {"c1": null, "c2": "85", "c3": null, "cy": "FR", "lg": -1.16629, "lat": 46.45493, "name": "Luçon", "geoid": 2997210}, "notime": null, "date-ut": "1870-08-01 11:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Millandy"}, "birth": {"tzo": "-00:04:40", "date": "1870-08-01 11:01", "place": {"c2": "85", "cy": "FR", "lg": -1.16629, "lat": 46.45493, "name": "Luçon", "geoid": 2997210}, "date-ut": "1870-08-01 11:05:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-576"}, "ids-in-sources": {"a6": "576"}}, "raw": {"H": "11", "MN": "5", "TZ": "0", "COD": "85", "COU": "F", "DAY": "1", "LAT": "46N40", "LON": "1W25", "MON": "8", "NUM": "576", "PRO": "W", "SEC": "40", "YEA": "1870", "CITY": "LUCON"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14379	mothe-guy-1903-11-29	{"a6": "589"}	{"lerrcp": "A6-589"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Mothe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1903-11-29 02:15", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Preuilly/Claise", "geoid": 0}, "notime": null, "date-ut": "1903-11-29 02:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Mothe"}, "birth": {"tzo": "+00:09:21", "date": "1903-11-29 02:15", "place": {"c2": "35", "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Preuilly/Claise", "geoid": 0}, "date-ut": "1903-11-29 02:05:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-589"}, "ids-in-sources": {"a6": "589"}}, "raw": {"H": "2", "MN": "5", "TZ": "0", "COD": "35", "COU": "F", "DAY": "29", "LAT": "48N 7", "LON": "1W40", "MON": "11", "NUM": "589", "PRO": "W", "SEC": "40", "YEA": "1903", "CITY": "PREUILLY/CLAISE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14381	moussarie-pierre-1910-06-21	{"a6": "591"}	{"lerrcp": "A6-591"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Moussarie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1910-06-21 11:00", "note": null, "place": {"c1": null, "c2": "15", "c3": null, "cy": "FR", "lg": 2.43983, "lat": 44.92539, "name": "Aurillac", "geoid": 3036016}, "notime": null, "date-ut": "1910-06-21 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Moussarie"}, "birth": {"tzo": "+00:09:21", "date": "1910-06-21 11:00", "place": {"c2": "15", "cy": "FR", "lg": 2.43983, "lat": 44.92539, "name": "Aurillac", "geoid": 3036016}, "date-ut": "1910-06-21 10:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-591"}, "ids-in-sources": {"a6": "591"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "15", "COU": "F", "DAY": "21", "LAT": "44N56", "LON": "2E26", "MON": "6", "NUM": "591", "PRO": "W", "SEC": "40", "YEA": "1910", "CITY": "AURILLAC"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
12048	nadaud-charles-1820-02-20	{"a5": "580", "a6": "594"}	{"lerrcp": "A5-580"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Nadaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:42", "date": "1820-02-20 11:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1820-02-20 10:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor", "poet"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Nadaud"}, "birth": {"tzo": "+00:12:42", "date": "1820-02-20 11:00", "place": {"c2": "59", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1820-02-20 10:47:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-580"}, "ids-in-sources": {"a5": "580"}}, "raw": {"H": "10", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "20", "LAT": "50N39", "LON": "3E 5", "MON": "2", "NUM": "580", "PRO": "A", "SEC": "40", "YEA": "1820", "CITY": "ROUBAIX"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "594"}}, "raw": {"H": "10", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "20", "LAT": "50N39", "LON": "3E 5", "MON": "2", "NUM": "594", "PRO": "W", "SEC": "40", "YEA": "1820", "CITY": "ROUBAIX"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14391	nolhac-pierre-1859-12-15	{"a6": "602"}	{"lerrcp": "A6-602"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Nolhac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:58", "date": "1859-12-15 07:00", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.74164, "lat": 45.54944, "name": "Ambert", "geoid": 3037937}, "notime": null, "date-ut": "1859-12-15 06:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Nolhac"}, "birth": {"tzo": "+00:14:58", "date": "1859-12-15 07:00", "place": {"c2": "63", "cy": "FR", "lg": 3.74164, "lat": 45.54944, "name": "Ambert", "geoid": 3037937}, "date-ut": "1859-12-15 06:47:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-602"}, "ids-in-sources": {"a6": "602"}}, "raw": {"H": "6", "MN": "47", "TZ": "0", "COD": "63", "COU": "F", "DAY": "15", "LAT": "45N47", "LON": "3E 5", "MON": "12", "NUM": "602", "PRO": "W", "SEC": "40", "YEA": "1859", "CITY": "AMBERT"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14398	pagnol-marcel-1895-02-28	{"a6": "609"}	{"lerrcp": "A6-609"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Pagnol", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-02-28 17:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.57067, "lat": 43.29276, "name": "Aubagne", "geoid": 3036433}, "notime": null, "date-ut": "1895-02-28 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Pagnol"}, "birth": {"tzo": "+00:09:21", "date": "1895-02-28 17:00", "place": {"c2": "13", "cy": "FR", "lg": 5.57067, "lat": 43.29276, "name": "Aubagne", "geoid": 3036433}, "date-ut": "1895-02-28 16:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-609"}, "ids-in-sources": {"a6": "609"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "13", "COU": "F", "DAY": "28", "LAT": "43N18", "LON": "5E22", "MON": "2", "NUM": "609", "PRO": "W", "SEC": "40", "YEA": "1895", "CITY": "AUBAGNE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14415	peret-benjamin-1899-07-04	{"a6": "626"}	{"lerrcp": "A6-626"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benjamin", "family": "Peret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-07-04 11:30", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.56885, "lat": 47.19058, "name": "Rezé", "geoid": 2983770}, "notime": null, "date-ut": "1899-07-04 11:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Benjamin", "family": "Peret"}, "birth": {"tzo": "+00:09:21", "date": "1899-07-04 11:30", "place": {"c2": "44", "cy": "FR", "lg": -1.56885, "lat": 47.19058, "name": "Rezé", "geoid": 2983770}, "date-ut": "1899-07-04 11:20:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-626"}, "ids-in-sources": {"a6": "626"}}, "raw": {"H": "11", "MN": "20", "TZ": "0", "COD": "44", "COU": "F", "DAY": "4", "LAT": "47N13", "LON": "1W35", "MON": "7", "NUM": "626", "PRO": "W", "SEC": "40", "YEA": "1899", "CITY": "REZE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14423	peyre-sully-1890-09-09	{"a6": "634"}	{"lerrcp": "A6-634"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sully", "family": "Peyre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:57", "date": "1890-09-09 23:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.23616, "lat": 43.6759, "name": "Le Cailar", "geoid": 3004891}, "notime": null, "date-ut": "1890-09-09 22:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Sully", "family": "Peyre"}, "birth": {"tzo": "+00:16:57", "date": "1890-09-09 23:00", "place": {"c2": "30", "cy": "FR", "lg": 4.23616, "lat": 43.6759, "name": "Le Cailar", "geoid": 3004891}, "date-ut": "1890-09-09 22:42:36"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-634"}, "ids-in-sources": {"a6": "634"}}, "raw": {"H": "22", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "9", "LAT": "43N51", "LON": "4E21", "MON": "9", "NUM": "634", "PRO": "W", "SEC": "36", "YEA": "1890", "CITY": "LE CAILAR"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14429	pize-louis-1892-05-18	{"a6": "640"}	{"lerrcp": "A6-640"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Pize", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1892-05-18 01:00", "note": null, "place": {"c1": null, "c2": "07", "c3": null, "cy": "FR", "lg": 4.64413, "lat": 44.37338, "name": "Bourg-Saint-Andéol", "geoid": 3030953}, "notime": null, "date-ut": "1892-05-18 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Pize"}, "birth": {"tzo": "+00:09:21", "date": "1892-05-18 01:00", "place": {"c2": "07", "cy": "FR", "lg": 4.64413, "lat": 44.37338, "name": "Bourg-Saint-Andéol", "geoid": 3030953}, "date-ut": "1892-05-18 00:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-640"}, "ids-in-sources": {"a6": "640"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "07", "COU": "F", "DAY": "18", "LAT": "44N44", "LON": "4E36", "MON": "5", "NUM": "640", "PRO": "W", "SEC": "40", "YEA": "1892", "CITY": "BOURG ST ANDEOL"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14430	plessis-frederic-1851-02-03	{"a6": "641"}	{"lerrcp": "A6-641"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Plessis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:17:57", "date": "1851-02-03 11:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1851-02-03 11:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Plessis"}, "birth": {"tzo": "-00:17:57", "date": "1851-02-03 11:00", "place": {"c2": "29", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1851-02-03 11:16:24"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-641"}, "ids-in-sources": {"a6": "641"}}, "raw": {"H": "11", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "3", "LAT": "48N 0", "LON": "4W 6", "MON": "2", "NUM": "641", "PRO": "W", "SEC": "24", "YEA": "1851", "CITY": "BREST"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14441	prevert-jacques-1900-02-04	{"a6": "653"}	{"lerrcp": "A6-653"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Prevert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-02-04 19:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly", "geoid": 0}, "notime": null, "date-ut": "1900-02-04 18:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Prevert"}, "birth": {"tzo": "+00:09:21", "date": "1900-02-04 19:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly", "geoid": 0}, "date-ut": "1900-02-04 18:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-653"}, "ids-in-sources": {"a6": "653"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "92", "COU": "F", "DAY": "4", "LAT": "48N50", "LON": "2E11", "MON": "2", "NUM": "653", "PRO": "W", "SEC": "40", "YEA": "1900", "CITY": "NEUILLY"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14442	prevost-ernest-1872-01-02	{"a6": "654"}	{"lerrcp": "A6-654"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Prevost", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:40", "date": "1872-01-02 05:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Beaumont-du-Gat", "geoid": 0}, "notime": null, "date-ut": "1872-01-02 04:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Prevost"}, "birth": {"tzo": "+00:10:40", "date": "1872-01-02 05:00", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Beaumont-du-Gat", "geoid": 0}, "date-ut": "1872-01-02 04:49:20"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-654"}, "ids-in-sources": {"a6": "654"}}, "raw": {"H": "4", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "2", "LAT": "48N33", "LON": "2E40", "MON": "1", "NUM": "654", "PRO": "W", "SEC": "20", "YEA": "1872", "CITY": "BEAUMONT-DU-GAT"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14448	puel-gaston-1924-03-06	{"a6": "660"}	{"lerrcp": "A6-660"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Puel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1924-03-06 08:00", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 2.24088, "lat": 43.60527, "name": "Castres", "geoid": 3028263}, "notime": null, "date-ut": "1924-03-06 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Puel"}, "birth": {"tzo": "+00:00", "date": "1924-03-06 08:00", "place": {"c2": "81", "cy": "FR", "lg": 2.24088, "lat": 43.60527, "name": "Castres", "geoid": 3028263}, "date-ut": "1924-03-06 08:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-660"}, "ids-in-sources": {"a6": "660"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "81", "COU": "F", "DAY": "6", "LAT": "43N55", "LON": "2E 8", "MON": "3", "NUM": "660", "PRO": "W", "SEC": "0", "YEA": "1924", "CITY": "CASTRES"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14450	pugnaud-paul-1912-07-02	{"a6": "662"}	{"lerrcp": "A6-662"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Pugnaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-07-02 15:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.91667, "lat": 42.7, "name": "Banyuls/Mer", "geoid": 0}, "notime": null, "date-ut": "1912-07-02 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Pugnaud"}, "birth": {"tzo": "+00:00", "date": "1912-07-02 15:00", "place": {"c2": "66", "cy": "FR", "lg": 2.91667, "lat": 42.7, "name": "Banyuls/Mer", "geoid": 0}, "date-ut": "1912-07-02 15:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-662"}, "ids-in-sources": {"a6": "662"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "66", "COU": "F", "DAY": "2", "LAT": "42N42", "LON": "2E55", "MON": "7", "NUM": "662", "PRO": "W", "SEC": "0", "YEA": "1912", "CITY": "BANYULS/MER"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14462	reda-jacques-1929-01-24	{"a6": "675"}	{"lerrcp": "A6-675"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Reda", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1929-01-24 12:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.49383, "lat": 48.59273, "name": "Lunéville", "geoid": 2997110}, "notime": null, "date-ut": "1929-01-24 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Reda"}, "birth": {"tzo": "+00:00", "date": "1929-01-24 12:00", "place": {"c2": "54", "cy": "FR", "lg": 6.49383, "lat": 48.59273, "name": "Lunéville", "geoid": 2997110}, "date-ut": "1929-01-24 12:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-675"}, "ids-in-sources": {"a6": "675"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "54", "COU": "F", "DAY": "24", "LAT": "48N42", "LON": "6E12", "MON": "1", "NUM": "675", "PRO": "W", "SEC": "0", "YEA": "1929", "CITY": "LUNEVILLE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14469	reverdy-pierre-1889-09-13	{"a6": "682"}	{"lerrcp": "A6-682"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Reverdy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12", "date": "1889-09-13 09:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 3.00141, "lat": 43.18396, "name": "Narbonne", "geoid": 2990919}, "notime": null, "date-ut": "1889-09-13 08:50:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Reverdy"}, "birth": {"tzo": "+00:12", "date": "1889-09-13 09:00", "place": {"c2": "11", "cy": "FR", "lg": 3.00141, "lat": 43.18396, "name": "Narbonne", "geoid": 2990919}, "date-ut": "1889-09-13 08:50:36"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-682"}, "ids-in-sources": {"a6": "682"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "13", "LAT": "43N12", "LON": "2E21", "MON": "9", "NUM": "682", "PRO": "W", "SEC": "36", "YEA": "1889", "CITY": "NARBONNE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14473	richaud-andre-1907-04-06	{"a6": "686"}	{"lerrcp": "A6-686"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Richaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1907-04-06 22:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "notime": null, "date-ut": "1907-04-06 21:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "André", "family": "Richaud"}, "birth": {"tzo": "+00:09:21", "date": "1907-04-06 22:00", "place": {"c2": "66", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "date-ut": "1907-04-06 21:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-686"}, "ids-in-sources": {"a6": "686"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "66", "COU": "F", "DAY": "6", "LAT": "42N42", "LON": "2E55", "MON": "4", "NUM": "686", "PRO": "W", "SEC": "40", "YEA": "1907", "CITY": "PERPIGNAN"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14478	riviere-roger-1930-03-21	{"a6": "691"}	{"lerrcp": "A6-691"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Riviere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1930-03-21 11:30", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.433, "lat": 45.89614, "name": "Tarare", "geoid": 2973394}, "notime": null, "date-ut": "1930-03-21 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Riviere"}, "birth": {"tzo": "+00:00", "date": "1930-03-21 11:30", "place": {"c2": "69", "cy": "FR", "lg": 4.433, "lat": 45.89614, "name": "Tarare", "geoid": 2973394}, "date-ut": "1930-03-21 11:30"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-691"}, "ids-in-sources": {"a6": "691"}}, "raw": {"H": "11", "MN": "30", "TZ": "0", "COD": "69", "COU": "F", "DAY": "21", "LAT": "45N46", "LON": "4E50", "MON": "3", "NUM": "691", "PRO": "W", "SEC": "0", "YEA": "1930", "CITY": "TARARE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14485	rolland-reneville-andre-1903-07-08	{"a6": "698"}	{"lerrcp": "A6-698"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Rolland-Reneville", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1903-07-08 03:15", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "notime": null, "date-ut": "1903-07-08 03:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "André", "family": "Rolland-Reneville"}, "birth": {"tzo": "+00:09:21", "date": "1903-07-08 03:15", "place": {"c2": "37", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "date-ut": "1903-07-08 03:05:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-698"}, "ids-in-sources": {"a6": "698"}}, "raw": {"H": "3", "MN": "5", "TZ": "0", "COD": "37", "COU": "F", "DAY": "8", "LAT": "47N24", "LON": "0E42", "MON": "7", "NUM": "698", "PRO": "W", "SEC": "40", "YEA": "1903", "CITY": "TOURS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14487	rostand-edmond-1868-04-01	{"a6": "701"}	{"lerrcp": "A6-701"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Rostand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1868-04-01 17:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1868-04-01 16:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Rostand"}, "birth": {"tzo": "+00:21:31", "date": "1868-04-01 17:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1868-04-01 16:38:32"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-701"}, "ids-in-sources": {"a6": "701"}}, "raw": {"H": "16", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "1", "LAT": "43N18", "LON": "5E22", "MON": "4", "NUM": "701", "PRO": "W", "SEC": "32", "YEA": "1868", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14492	roussel-raymond-1877-01-20	{"a6": "706"}	{"lerrcp": "A6-706"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Roussel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1877-01-20 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1877-01-20 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Roussel"}, "birth": {"tzo": "+00:09:24", "date": "1877-01-20 06:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1877-01-20 05:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-706"}, "ids-in-sources": {"a6": "706"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "20", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "706", "PRO": "W", "SEC": "40", "YEA": "1877", "CITY": "PARIS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14496	rovini-robert-1926-06-21	{"a6": "711"}	{"lerrcp": "A6-711"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Rovini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1926-06-21 10:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1926-06-21 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Rovini"}, "birth": {"tzo": "+01:00", "date": "1926-06-21 10:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1926-06-21 09:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-711"}, "ids-in-sources": {"a6": "711"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "06", "COU": "F", "DAY": "21", "LAT": "43N42", "LON": "7E16", "MON": "6", "NUM": "711", "PRO": "W", "SEC": "0", "YEA": "1926", "CITY": "NICE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14498	royere-jean-1871-06-04	{"a6": "714"}	{"lerrcp": "A6-714"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Royere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:48", "date": "1871-06-04 04:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "notime": null, "date-ut": "1871-06-04 03:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Royere"}, "birth": {"tzo": "+00:21:48", "date": "1871-06-04 04:00", "place": {"c2": "13", "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "date-ut": "1871-06-04 03:38:32"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-714"}, "ids-in-sources": {"a6": "714"}}, "raw": {"H": "3", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "4", "LAT": "43N18", "LON": "5E22", "MON": "6", "NUM": "714", "PRO": "W", "SEC": "32", "YEA": "1871", "CITY": "AIX-EN-PROVENCE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14507	samain-albert-1858-04-03	{"a6": "723"}	{"lerrcp": "A6-723"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Samain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1858-04-03 09:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1858-04-03 08:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Samain"}, "birth": {"tzo": "+00:12:14", "date": "1858-04-03 09:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1858-04-03 08:47:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-723"}, "ids-in-sources": {"a6": "723"}}, "raw": {"H": "8", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "3", "LAT": "50N39", "LON": "3E 5", "MON": "4", "NUM": "723", "PRO": "W", "SEC": "40", "YEA": "1858", "CITY": "LILLE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14517	schwab-raymond-1884-02-23	{"a6": "733"}	{"lerrcp": "A6-733"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Schwab", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1884-02-23 00:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Schwab"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1884-02-23 00:35:12"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-733"}, "ids-in-sources": {"a6": "733"}}, "raw": {"H": "0", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "23", "LAT": "48N42", "LON": "6E12", "MON": "2", "NUM": "733", "PRO": "W", "SEC": "12", "YEA": "1884", "CITY": "NANCY"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
15821	baumgartner-hans-1949-05-30	{"d6": "32", "3a_sports": "289"}	{"ertel": "ES-289", "lerrcp": "D6-32"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Baumgartner", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-05-30 09:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.45, "lat": 47.75, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Baumgartner"}, "birth": {"date": "1949-05-30 09:30", "place": {"cy": "DE", "lg": 8.45, "lat": 47.75}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "32"}}, "raw": {"H": "9", "MN": "30", "DAY": "30", "LAT": "47N45", "LON": "08E27", "MON": "5", "NUM": "32", "SEC": "0", "YEA": "1949", "NAME": "Baumgartner Hans"}, "date": "2023-08-20T14:44:00+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-289"}}, "raw": {"L": "", "MF": "", "NR": "289", "ENG": "", "MA_": "1", "G_NR": "32", "MA12": "2", "MARS": "6", "NAME": "Baumgartner", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "3,400", "CSINR": "", "KURTZ": "", "PHAS_": "4,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "30.05.", "ZITATE": "DKT", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Hans", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "30.05.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
14518	schwob-marcel-1867-08-23	{"a6": "734"}	{"lerrcp": "A6-734"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Schwob", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:45", "date": "1867-08-23 09:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18864, "lat": 48.80565, "name": "Chaville", "geoid": 3025715}, "notime": null, "date-ut": "1867-08-23 08:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Schwob"}, "birth": {"tzo": "+00:08:45", "date": "1867-08-23 09:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18864, "lat": 48.80565, "name": "Chaville", "geoid": 3025715}, "date-ut": "1867-08-23 08:51:16"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-734"}, "ids-in-sources": {"a6": "734"}}, "raw": {"H": "8", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "23", "LAT": "48N50", "LON": "2E11", "MON": "8", "NUM": "734", "PRO": "W", "SEC": "16", "YEA": "1867", "CITY": "CHAVILLE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14527	gauquelin-a6-743-1837-04-18	{"a6": "743"}	{"lerrcp": "A6-743"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-743", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1837-04-18 02:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1837-04-18 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-743"}, "birth": {"tzo": "+00:09:24", "date": "1837-04-18 02:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1837-04-18 01:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-743"}, "ids-in-sources": {"a6": "743"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "18", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "743", "PRO": "W", "SEC": "40", "YEA": "1837", "CITY": "PARIS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14536	soupault-philippe-1897-08-02	{"a6": "752"}	{"lerrcp": "A6-752"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Soupault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1897-08-02 03:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18864, "lat": 48.80565, "name": "Chaville", "geoid": 3025715}, "notime": null, "date-ut": "1897-08-02 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Soupault"}, "birth": {"tzo": "+00:09:21", "date": "1897-08-02 03:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18864, "lat": 48.80565, "name": "Chaville", "geoid": 3025715}, "date-ut": "1897-08-02 02:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-752"}, "ids-in-sources": {"a6": "752"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "92", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E11", "MON": "8", "NUM": "752", "PRO": "W", "SEC": "40", "YEA": "1897", "CITY": "CHAVILLE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14543	tailhade-laurent-1854-04-16	{"a6": "759"}	{"lerrcp": "A6-759"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Laurent", "family": "Tailhade", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:17", "date": "1854-04-16 10:14:57", "note": null, "place": {"c1": null, "c2": "65", "c3": null, "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "notime": null, "date-ut": "1854-04-16 10:14:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Laurent", "family": "Tailhade"}, "birth": {"tzo": "+00:00:17", "date": "1854-04-16 10:14:57", "place": {"c2": "65", "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "date-ut": "1854-04-16 10:14:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-759"}, "ids-in-sources": {"a6": "759"}}, "raw": {"H": "10", "MN": "14", "TZ": "0", "COD": "65", "COU": "F", "DAY": "16", "LAT": "43N14", "LON": "0E 5", "MON": "4", "NUM": "759", "PRO": "W", "SEC": "40", "YEA": "1854", "CITY": "TARBES"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14546	tastu-amable-1795-08-30	{"a6": "762"}	{"lerrcp": "A6-762"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amable", "family": "Tastu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:41", "date": "1795-08-30 19:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1795-08-30 18:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Amable", "family": "Tastu"}, "birth": {"tzo": "+00:24:41", "date": "1795-08-30 19:00", "place": {"c2": "57", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1795-08-30 18:35:16"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-762"}, "ids-in-sources": {"a6": "762"}}, "raw": {"H": "18", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "30", "LAT": "49N 7", "LON": "6E11", "MON": "8", "NUM": "762", "PRO": "W", "SEC": "16", "YEA": "1795", "CITY": "METZ"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14558	toulet-paul-1867-06-05	{"a6": "775"}	{"lerrcp": "A6-775"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Toulet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:25", "date": "1867-06-05 09:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "notime": null, "date-ut": "1867-06-05 09:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Toulet"}, "birth": {"tzo": "-00:01:25", "date": "1867-06-05 09:00", "place": {"c2": "64", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "date-ut": "1867-06-05 09:01:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-775"}, "ids-in-sources": {"a6": "775"}}, "raw": {"H": "9", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "5", "LAT": "43N18", "LON": "0W22", "MON": "6", "NUM": "775", "PRO": "W", "SEC": "28", "YEA": "1867", "CITY": "PAU"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14570	vaudoyer-jean-1883-09-10	{"a6": "789"}	{"lerrcp": "A6-789"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Vaudoyer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:44", "date": "1883-09-10 01:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Plessis-Robinson", "geoid": 0}, "notime": null, "date-ut": "1883-09-10 00:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Vaudoyer"}, "birth": {"tzo": "+00:08:44", "date": "1883-09-10 01:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Plessis-Robinson", "geoid": 0}, "date-ut": "1883-09-10 00:51:16"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-789"}, "ids-in-sources": {"a6": "789"}}, "raw": {"H": "0", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "10", "LAT": "48N50", "LON": "2E11", "MON": "9", "NUM": "789", "PRO": "W", "SEC": "16", "YEA": "1883", "CITY": "PLESSIS-ROBINSON"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14571	verane-leon-1886-12-21	{"a6": "790"}	{"lerrcp": "A6-790"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Verane", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:43", "date": "1886-12-21 01:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1886-12-21 00:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Verane"}, "birth": {"tzo": "+00:23:43", "date": "1886-12-21 01:00", "place": {"c2": "83", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1886-12-21 00:34:08"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-790"}, "ids-in-sources": {"a6": "790"}}, "raw": {"H": "0", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "21", "LAT": "43N32", "LON": "6E28", "MON": "12", "NUM": "790", "PRO": "W", "SEC": "8", "YEA": "1886", "CITY": "TOULON"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14580	vigny-alfred-1797-03-27	{"a6": "800"}	{"lerrcp": "A6-800"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Vigny", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:03:59", "date": "1797-03-27 22:00", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": 0.99522, "lat": 47.12858, "name": "Loches", "geoid": 2997996}, "notime": null, "date-ut": "1797-03-27 21:57:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Vigny"}, "birth": {"tzo": "+00:03:59", "date": "1797-03-27 22:00", "place": {"c2": "37", "cy": "FR", "lg": 0.99522, "lat": 47.12858, "name": "Loches", "geoid": 2997996}, "date-ut": "1797-03-27 21:57:12"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-800"}, "ids-in-sources": {"a6": "800"}}, "raw": {"H": "21", "MN": "57", "TZ": "0", "COD": "37", "COU": "F", "DAY": "27", "LAT": "47N24", "LON": "0E42", "MON": "3", "NUM": "800", "PRO": "W", "SEC": "12", "YEA": "1797", "CITY": "LOCHES"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14583	vilmorin-louise-1902-04-04	{"a6": "803"}	{"lerrcp": "A6-803"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louise", "family": "Vilmorin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1902-04-04 06:00", "note": null, "place": {"c1": null, "c2": "91", "c3": null, "cy": "FR", "lg": 2.33333, "lat": 48.6, "name": "Verrieres-le-Bu", "geoid": 0}, "notime": null, "date-ut": "1902-04-04 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Louise", "family": "Vilmorin"}, "birth": {"tzo": "+00:09:21", "date": "1902-04-04 06:00", "place": {"c2": "91", "cy": "FR", "lg": 2.33333, "lat": 48.6, "name": "Verrieres-le-Bu", "geoid": 0}, "date-ut": "1902-04-04 05:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-803"}, "ids-in-sources": {"a6": "803"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "91", "COU": "F", "DAY": "4", "LAT": "48N36", "LON": "2E20", "MON": "4", "NUM": "803", "PRO": "W", "SEC": "40", "YEA": "1902", "CITY": "VERRIERES-LE-BU"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14587	wahl-jean-1888-05-25	{"a6": "807"}	{"lerrcp": "A6-807"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Wahl", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1888-05-25 06:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1888-05-25 05:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Wahl"}, "birth": {"tzo": "+00:21:31", "date": "1888-05-25 06:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1888-05-25 05:38:32"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-807"}, "ids-in-sources": {"a6": "807"}}, "raw": {"H": "5", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "25", "LAT": "43N18", "LON": "5E22", "MON": "5", "NUM": "807", "PRO": "W", "SEC": "32", "YEA": "1888", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14592	zimmermann-jean-1927-10-12	{"a6": "812"}	{"lerrcp": "A6-812"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Zimmermann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1927-10-12 11:40", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Chaumont en Vex", "geoid": 0}, "notime": null, "date-ut": "1927-10-12 11:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Zimmermann"}, "birth": {"tzo": "+00:00", "date": "1927-10-12 11:40", "place": {"c2": "60", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Chaumont en Vex", "geoid": 0}, "date-ut": "1927-10-12 11:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-812"}, "ids-in-sources": {"a6": "812"}}, "raw": {"H": "11", "MN": "40", "TZ": "0", "COD": "60", "COU": "F", "DAY": "12", "LAT": "49N26", "LON": "2E 5", "MON": "10", "NUM": "812", "PRO": "W", "SEC": "0", "YEA": "1927", "CITY": "CHAUMONT EN VEX"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14689	marescotti-ercole-arturo-1866-05-16	{"a6": "912", "afd1": "273"}	{"lerrcp": "A6-912", "muller": "M1-273"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ercole Arturo", "family": "Marescotti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:36", "date": "1866-05-16 15:30", "note": "LMT", "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 9, "lat": 45, "name": "Cuccaro Monferr", "geoid": 0}, "notime": null, "date-ut": "1866-05-16 14:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Ercole", "family": "Marescotti"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 9, "lat": 45, "name": "CUCCARO MONFERR", "geoid": 0}, "date-ut": "1866-05-16 14:54"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-912"}, "ids-in-sources": {"a6": "912"}}, "raw": {"H": "15", "MN": "54", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "16", "LAT": "45N 0", "LON": "9E 0", "MON": "5", "NUM": "912", "PRO": "W", "SEC": "0", "YEA": "1866", "CITY": "CUCCARO MONFERR"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Ercole Arturo", "family": "Marescotti"}, "birth": {"tzo": "+00:36", "date": "1866-05-16 15:30", "note": "LMT", "place": {"name": "Cuccaro Monferr"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "273", "muller": "M1-273"}}, "raw": {"LG": "-9", "DAY": "16", "LAT": "45", "MIN": "30", "TZO": "LMT", "HOUR": "15", "NAME": "273M Marescotti, Ercole Arturo", "YEAR": "1866", "MONTH": "05", "PLACE": "Cuccaro Monferr AL"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14643	d-annunzio-gabriele-1863-03-12	{"a6": "864", "afd1": "147", "afd2": "10"}	{"lerrcp": "A6-864", "muller": "M2-10"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriele", "family": "D'Annunzio", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:56", "date": "1863-03-12 08:00", "note": "LMT", "place": {"c1": null, "c2": "PE", "c3": null, "cy": "IT", "lg": 14.21021, "lat": 42.46024, "name": "Pescara", "geoid": 3171168}, "notime": null, "date-ut": "1863-03-12 07:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet", "fictional-writer"]	5	null	[{"new": {"name": {"given": "Gabriele", "family": "D'Annunzio"}, "birth": {"place": {"c2": "PE", "cy": "IT", "lg": 14.21021, "lat": 42.46024, "name": "Pescara", "geoid": 3171168}, "date-ut": "1863-03-12 07:02"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-864"}, "ids-in-sources": {"a6": "864"}}, "raw": {"H": "8", "MN": "2", "TZ": "-1", "COD": "PE", "COU": "I", "DAY": "12", "LAT": "42N24", "LON": "14E30", "MON": "3", "NUM": "864", "PRO": "W", "SEC": "0", "YEA": "1863", "CITY": "PESCARA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Gabriele", "family": "D'Annunzio"}, "birth": {"tzo": "+00:56", "date": "1863-03-12 08:00", "note": "LMT", "place": {"name": "Pescara"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "147", "muller": "M1-147"}}, "raw": {"LG": "-14,5", "DAY": "12", "LAT": "42,4", "MIN": "00", "TZO": "LMT", "HOUR": "08", "NAME": "147M D'Annunzio, Gabriele", "YEAR": "1863", "MONTH": "03", "PLACE": "Pescara PE"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}, {"new": {"sex": "M", "occus": ["fictional-writer"], "ids-in-sources": {"afd2": "10"}}, "raw": {"CY": "I", "GQ": "G", "LG": "014 E 13", "LAT": "42 N 28", "TZO": "", "DATE": "12.03.1863", "MUID": "10", "NAME": "Annunzio, Gabriele d'", "OCCU": "AR 01", "TIME": "08.00", "BOOKS": "56", "PLACE": "Francaville (Pescara)", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:44+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
14708	pantini-romualdo-1877-02-21	{"a6": "932", "afd1": "329"}	{"lerrcp": "A6-932", "muller": "M1-329"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Romualdo", "family": "Pantini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1877-02-21 17:30", "note": "", "place": {"c1": null, "c2": "CH", "c3": null, "cy": "IT", "lg": 14.70592, "lat": 42.12434, "name": "Vasto", "geoid": 3164672}, "notime": null, "date-ut": "1877-02-21 16:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-932"}, "birth": {"place": {"c2": "CH", "cy": "IT", "lg": 14.70592, "lat": 42.12434, "name": "Vasto", "geoid": 3164672}, "date-ut": "1877-02-21 16:40:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-932"}, "ids-in-sources": {"a6": "932"}}, "raw": {"H": "17", "MN": "40", "TZ": "-1", "COD": "CH", "COU": "I", "DAY": "21", "LAT": "42N18", "LON": "14E15", "MON": "2", "NUM": "932", "PRO": "W", "SEC": "4", "YEA": "1877", "CITY": "VASTO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Romualdo", "family": "Pantini"}, "birth": {"tzo": "+00:50", "date": "1877-02-21 17:30", "note": "", "place": {"name": "Vasto"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "329", "muller": "M1-329"}}, "raw": {"LG": "-14,25", "DAY": "21", "LAT": "42,3", "MIN": "30", "TZO": "-0,83", "HOUR": "17", "NAME": "329M Pantini, Romualdo", "YEAR": "1877", "MONTH": "02", "PLACE": "Vasto CH"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14715	pezzani-renzo-1898-06-04	{"a6": "939", "afd1": "347"}	{"lerrcp": "A6-939", "muller": "M1-347"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renzo", "family": "Pezzani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1898-06-04 02:00", "note": "", "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "notime": null, "date-ut": "1898-06-04 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-939"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "date-ut": "1898-06-04 01:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-939"}, "ids-in-sources": {"a6": "939"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "4", "LAT": "44N48", "LON": "10E45", "MON": "6", "NUM": "939", "PRO": "W", "SEC": "0", "YEA": "1898", "CITY": "PARMA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Renzo", "family": "Pezzani"}, "birth": {"tzo": "+01:00", "date": "1898-06-04 02:00", "note": "", "place": {"name": "Parma"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "347", "muller": "M1-347"}}, "raw": {"LG": "-10,75", "DAY": "04", "LAT": "44,8", "MIN": "00", "TZO": "-1", "HOUR": "02", "NAME": "347M Pezzani, Renzo", "YEAR": "1898", "MONTH": "06", "PLACE": "Parma PR"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14762	umani-giorgio-1892-08-14	{"a6": "989", "afd1": "461"}	{"lerrcp": "A6-989", "muller": "M1-461"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giorgio", "family": "Umani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1892-08-14 00:00", "note": "", "place": {"c1": null, "c2": "AN", "c3": null, "cy": "IT", "lg": 13.11547, "lat": 43.44586, "name": "Cupramontana", "geoid": 3177684}, "notime": null, "date-ut": "1892-08-13 23:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-989"}, "birth": {"place": {"c2": "AN", "cy": "IT", "lg": 13.11547, "lat": 43.44586, "name": "Cupramontana", "geoid": 3177684}, "date-ut": "1892-08-13 23:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-989"}, "ids-in-sources": {"a6": "989"}}, "raw": {"H": "0", "MN": "10", "TZ": "-1", "COD": "AN", "COU": "I", "DAY": "14", "LAT": "43N42", "LON": "13E45", "MON": "8", "NUM": "989", "PRO": "W", "SEC": "4", "YEA": "1892", "CITY": "CUPRAMONTANA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Giorgio", "family": "Umani"}, "birth": {"tzo": "+00:50", "date": "1892-08-14 00:00", "note": "", "place": {"name": "Cupramontana"}}, "notes": ["CHECK: birth day - A6-989 1892-08-13 / M1writers 461 1892-08-14"], "occus": ["writer"], "to-check": true, "ids-in-sources": {"afd1": "461", "muller": "M1-461"}}, "raw": {"LG": "-13,75", "DAY": "14", "LAT": "43,7", "MIN": "00", "TZO": "-0,83", "HOUR": "00", "NAME": "461M Umani, Giorgio", "YEAR": "1892", "MONTH": "08", "PLACE": "Cupramontana AN"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	["CHECK: birth day - A6-989 1892-08-13 / M1writers 461 1892-08-14"]
14770	viola-cesare-giulio-1886-11-16	{"a6": "997", "afd1": "481"}	{"lerrcp": "A6-997", "muller": "M1-481"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cesare Giulio", "family": "Viola", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1886-11-16 22:20", "note": "", "place": {"c1": null, "c2": "TA", "c3": null, "cy": "IT", "lg": 17.22972, "lat": 40.47611, "name": "Taranto", "geoid": 3165926}, "notime": null, "date-ut": "1886-11-16 21:30:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Cesare", "family": "Viola"}, "birth": {"place": {"c2": "TA", "cy": "IT", "lg": 17.22972, "lat": 40.47611, "name": "Taranto", "geoid": 3165926}, "date-ut": "1886-11-16 21:30:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-997"}, "ids-in-sources": {"a6": "997"}}, "raw": {"H": "22", "MN": "30", "TZ": "-1", "COD": "TA", "COU": "I", "DAY": "16", "LAT": "40N30", "LON": "17E30", "MON": "11", "NUM": "997", "PRO": "W", "SEC": "4", "YEA": "1886", "CITY": "TARANTO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Cesare Giulio", "family": "Viola"}, "birth": {"tzo": "+00:50", "date": "1886-11-16 22:20", "note": "", "place": {"name": "Taranto"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "481", "muller": "M1-481"}}, "raw": {"LG": "-17,5", "DAY": "16", "LAT": "40,5", "MIN": "20", "TZO": "-0,83", "HOUR": "22", "NAME": "481M Viola, Cesare Giulio", "YEAR": "1886", "MONTH": "11", "PLACE": "Taranto TA"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14776	zerbinati-umberto-1885-10-17	{"a6": "1003", "afd1": "496"}	{"lerrcp": "A6-1003", "muller": "M1-496"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Umberto", "family": "Zerbinati", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1885-10-17 02:30", "note": "", "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 11, "lat": 45.4, "name": "Valeggio Sul Mi", "geoid": 0}, "notime": null, "date-ut": "1885-10-17 01:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Umberto", "family": "Zerbinati"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 11, "lat": 45.4, "name": "VALEGGIO SUL MI", "geoid": 0}, "date-ut": "1885-10-17 01:40:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1003"}, "ids-in-sources": {"a6": "1003"}}, "raw": {"H": "2", "MN": "40", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "17", "LAT": "45N24", "LON": "11E 0", "MON": "10", "NUM": "1003", "PRO": "W", "SEC": "4", "YEA": "1885", "CITY": "VALEGGIO SUL MI"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Umberto", "family": "Zerbinati"}, "birth": {"tzo": "+00:50", "date": "1885-10-17 02:30", "note": "", "place": {"name": "Valeggio Sul Mi"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "496", "muller": "M1-496"}}, "raw": {"LG": "-11", "DAY": "17", "LAT": "45,4", "MIN": "30", "TZO": "-0,83", "HOUR": "02", "NAME": "496M Zerbinati, Umberto", "YEAR": "1885", "MONTH": "10", "PLACE": "Valeggio Sul Mi VR"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14787	aygueparse-albert-1900-03-31	{"a6": "1014"}	{"lerrcp": "A6-1014"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Aygueparse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.33333, "lat": 50.83333, "name": "ST JOSSE TEN NO", "geoid": 0}, "notime": null, "date-ut": "1900-03-31 01:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Aygueparse"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.33333, "lat": 50.83333, "name": "ST JOSSE TEN NO", "geoid": 0}, "date-ut": "1900-03-31 01:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1014"}, "ids-in-sources": {"a6": "1014"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "31", "LAT": "50N50", "LON": "4E20", "MON": "3", "NUM": "1014", "PRO": "W", "SEC": "0", "YEA": "1900", "CITY": "ST JOSSE TEN NO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14798	bosret-nicolas-1799-03-05	{"a6": "1025"}	{"lerrcp": "A6-1025"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicolas", "family": "Bosret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "notime": null, "date-ut": "1799-03-05 07:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Nicolas", "family": "Bosret"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "NAMUR", "geoid": 0}, "date-ut": "1799-03-05 07:42:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1025"}, "ids-in-sources": {"a6": "1025"}}, "raw": {"H": "7", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "5", "LAT": "50N20", "LON": "4E30", "MON": "3", "NUM": "1025", "PRO": "W", "SEC": "0", "YEA": "1799", "CITY": "NAMUR"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14805	broodcorens-pierre-1885-01-19	{"a6": "1032"}	{"lerrcp": "A6-1032"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Broodcorens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1885-01-19 10:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Broodcorens"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1885-01-19 10:43:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1032"}, "ids-in-sources": {"a6": "1032"}}, "raw": {"H": "10", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "19", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "1032", "PRO": "W", "SEC": "0", "YEA": "1885", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14829	crick-jef-1890-10-23	{"a6": "1061"}	{"lerrcp": "A6-1061"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jef", "family": "Crick", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ALOST", "geoid": 0}, "notime": null, "date-ut": "1890-10-23 18:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Jef", "family": "Crick"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ALOST", "geoid": 0}, "date-ut": "1890-10-23 18:15:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1061"}, "ids-in-sources": {"a6": "1061"}}, "raw": {"H": "18", "MN": "15", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "23", "LAT": "51N 5", "LON": "3E45", "MON": "10", "NUM": "1061", "PRO": "W", "SEC": "0", "YEA": "1890", "CITY": "ALOST"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14837	delamontagne-victor-1854-10-08	{"a6": "1070"}	{"lerrcp": "A6-1070"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Delamontagne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1854-10-08 22:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Delamontagne"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1854-10-08 22:42:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1070"}, "ids-in-sources": {"a6": "1070"}}, "raw": {"H": "22", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "8", "LAT": "51N14", "LON": "4E30", "MON": "10", "NUM": "1070", "PRO": "W", "SEC": "0", "YEA": "1854", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14857	folie-franz-1874-04-14	{"a6": "1090"}	{"lerrcp": "A6-1090"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Folie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1874-04-14 18:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Franz", "family": "Folie"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1874-04-14 18:38:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1090"}, "ids-in-sources": {"a6": "1090"}}, "raw": {"H": "18", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "14", "LAT": "50N39", "LON": "5E30", "MON": "4", "NUM": "1090", "PRO": "W", "SEC": "0", "YEA": "1874", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14862	gaucet-joseph-1811-07-19	{"a6": "1095"}	{"lerrcp": "A6-1095"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Gaucet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1811-07-19 00:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Gaucet"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1811-07-19 00:38:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1095"}, "ids-in-sources": {"a6": "1095"}}, "raw": {"H": "0", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "19", "LAT": "50N39", "LON": "5E30", "MON": "7", "NUM": "1095", "PRO": "W", "SEC": "0", "YEA": "1811", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14873	goffin-robert-1898-05-21	{"a6": "1106"}	{"lerrcp": "A6-1106"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Goffin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "OHAIN", "geoid": 0}, "notime": null, "date-ut": "1898-05-21 03:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Goffin"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "OHAIN", "geoid": 0}, "date-ut": "1898-05-21 03:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1106"}, "ids-in-sources": {"a6": "1106"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "21", "LAT": "50N51", "LON": "4E15", "MON": "5", "NUM": "1106", "PRO": "W", "SEC": "0", "YEA": "1898", "CITY": "OHAIN"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14882	heux-gaston-1879-02-10	{"a6": "1115"}	{"lerrcp": "A6-1115"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Heux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1879-02-10 01:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Heux"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1879-02-10 01:43:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1115"}, "ids-in-sources": {"a6": "1115"}}, "raw": {"H": "1", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "10", "LAT": "50N51", "LON": "4E15", "MON": "2", "NUM": "1115", "PRO": "W", "SEC": "0", "YEA": "1879", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14897	gauquelin-a6-1130-1895-03-30	{"a6": "1130"}	{"lerrcp": "A6-1130"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gauquelin-A6-1130", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1895-03-30 03:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1130"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1895-03-30 03:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1130"}, "ids-in-sources": {"a6": "1130"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "30", "LAT": "51N14", "LON": "4E30", "MON": "3", "NUM": "1130", "PRO": "W", "SEC": "0", "YEA": "1895", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14907	lerberghe-charles-1861-10-21	{"a6": "1140"}	{"lerrcp": "A6-1140"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Lerberghe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1861-10-21 21:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Lerberghe"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1861-10-21 21:45:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1140"}, "ids-in-sources": {"a6": "1140"}}, "raw": {"H": "21", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "21", "LAT": "51N 5", "LON": "3E45", "MON": "10", "NUM": "1140", "PRO": "W", "SEC": "0", "YEA": "1861", "CITY": "GAND"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14922	melis-corn-1872-03-25	{"a6": "1155"}	{"lerrcp": "A6-1155"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Corn", "family": "Melis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1872-03-25 22:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Corn", "family": "Melis"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1872-03-25 22:42:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1155"}, "ids-in-sources": {"a6": "1155"}}, "raw": {"H": "22", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "25", "LAT": "51N14", "LON": "4E30", "MON": "3", "NUM": "1155", "PRO": "W", "SEC": "0", "YEA": "1872", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14929	norge-geo-1898-06-02	{"a6": "1163"}	{"lerrcp": "A6-1163"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Geo", "family": "Norge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MOLENBEEK ST JE", "geoid": 0}, "notime": null, "date-ut": "1898-06-02 03:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Geo", "family": "Norge"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MOLENBEEK ST JE", "geoid": 0}, "date-ut": "1898-06-02 03:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1163"}, "ids-in-sources": {"a6": "1163"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "2", "LAT": "50N51", "LON": "4E15", "MON": "6", "NUM": "1163", "PRO": "W", "SEC": "0", "YEA": "1898", "CITY": "MOLENBEEK ST JE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14934	perier-odilon-1901-03-09	{"a6": "1168"}	{"lerrcp": "A6-1168"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Odilon", "family": "Perier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1901-03-09 10:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Odilon", "family": "Perier"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1901-03-09 10:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1168"}, "ids-in-sources": {"a6": "1168"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "9", "LAT": "50N51", "LON": "4E15", "MON": "3", "NUM": "1168", "PRO": "W", "SEC": "0", "YEA": "1901", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14937	pirmez-octave-1832-04-19	{"a6": "1171"}	{"lerrcp": "A6-1171"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Octave", "family": "Pirmez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CHATELET", "geoid": 0}, "notime": null, "date-ut": "1832-04-19 11:27:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Octave", "family": "Pirmez"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CHATELET", "geoid": 0}, "date-ut": "1832-04-19 11:27:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1171"}, "ids-in-sources": {"a6": "1171"}}, "raw": {"H": "11", "MN": "27", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "19", "LAT": "50N23", "LON": "4E30", "MON": "4", "NUM": "1171", "PRO": "W", "SEC": "0", "YEA": "1832", "CITY": "CHATELET"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14942	prist-pierre-1882-10-31	{"a6": "1176"}	{"lerrcp": "A6-1176"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Prist", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1882-10-31 18:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Prist"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1882-10-31 18:43:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1176"}, "ids-in-sources": {"a6": "1176"}}, "raw": {"H": "18", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "31", "LAT": "50N51", "LON": "4E15", "MON": "10", "NUM": "1176", "PRO": "W", "SEC": "0", "YEA": "1882", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14983	vandercammen-edmond-1901-01-08	{"a6": "1218"}	{"lerrcp": "A6-1218"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Vandercammen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "OHAIN", "geoid": 0}, "notime": null, "date-ut": "1901-01-08 03:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Vandercammen"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "OHAIN", "geoid": 0}, "date-ut": "1901-01-08 03:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1218"}, "ids-in-sources": {"a6": "1218"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "8", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "1218", "PRO": "W", "SEC": "0", "YEA": "1901", "CITY": "OHAIN"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14986	velu-jean-1901-04-08	{"a6": "1222"}	{"lerrcp": "A6-1222"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Velu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "notime": null, "date-ut": "1901-04-08 12:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Velu"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "date-ut": "1901-04-08 12:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1222"}, "ids-in-sources": {"a6": "1222"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "8", "LAT": "50N51", "LON": "4E15", "MON": "4", "NUM": "1222", "PRO": "W", "SEC": "0", "YEA": "1901", "CITY": "IXELLES"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
14996	vuylsteke-julien-1836-11-10	{"a6": "1232"}	{"lerrcp": "A6-1232"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julien", "family": "Vuylsteke", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1836-11-10 01:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Julien", "family": "Vuylsteke"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1836-11-10 01:15:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1232"}, "ids-in-sources": {"a6": "1232"}}, "raw": {"H": "1", "MN": "15", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "10", "LAT": "51N 5", "LON": "3E45", "MON": "11", "NUM": "1232", "PRO": "W", "SEC": "0", "YEA": "1836", "CITY": "GAND"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
15015	dijkstra-tiede-1820-04-25	{"a6": "1251"}	{"lerrcp": "A6-1251"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tiede", "family": "Dijkstra", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "F", "c3": null, "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "LEEUWARDEN", "geoid": 0}, "notime": null, "date-ut": "1820-04-25 12:36:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Tiede", "family": "Dijkstra"}, "birth": {"place": {"c2": "F", "cy": "NL", "lg": 5.8, "lat": 53.2, "name": "LEEUWARDEN", "geoid": 0}, "date-ut": "1820-04-25 12:36:48"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1251"}, "ids-in-sources": {"a6": "1251"}}, "raw": {"H": "12", "MN": "36", "TZ": "0", "COD": "F", "COU": "N", "DAY": "25", "LAT": "53N12", "LON": "5E48", "MON": "4", "NUM": "1251", "PRO": "W", "SEC": "48", "YEA": "1820", "CITY": "LEEUWARDEN"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
15054	kuitert-berend-1817-10-31	{"a6": "1291"}	{"lerrcp": "A6-1291"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Berend", "family": "Kuitert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "GR", "c3": null, "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "notime": null, "date-ut": "1817-10-31 20:03:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Berend", "family": "Kuitert"}, "birth": {"place": {"c2": "GR", "cy": "NL", "lg": 6.56667, "lat": 53.21667, "name": "GRONINGEN", "geoid": 0}, "date-ut": "1817-10-31 20:03:44"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1291"}, "ids-in-sources": {"a6": "1291"}}, "raw": {"H": "20", "MN": "3", "TZ": "0", "COD": "GR", "COU": "N", "DAY": "31", "LAT": "53N13", "LON": "6E34", "MON": "10", "NUM": "1291", "PRO": "W", "SEC": "44", "YEA": "1817", "CITY": "GRONINGEN"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}]	[]
15791	adams-walter-1945-03-15	{"d6": "2", "3a_sports": "19"}	{"ertel": "ES-19", "lerrcp": "D6-2"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Adams", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1945-03-15 03:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 10.11667, "lat": 48.83333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Adams"}, "birth": {"date": "1945-03-15 03:00", "place": {"cy": "DE", "lg": 10.11667, "lat": 48.83333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "2"}}, "raw": {"H": "3", "MN": "0", "DAY": "15", "LAT": "48N50", "LON": "10E07", "MON": "3", "NUM": "2", "SEC": "0", "YEA": "1945", "NAME": "Adams Walter"}, "date": "2023-08-20T14:44:00+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-19"}}, "raw": {"L": "", "MF": "", "NR": "19", "ENG": "", "MA_": "0", "G_NR": "2", "MA12": "11", "MARS": "33", "NAME": "Adams", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "1,100", "CSINR": "", "KURTZ": "", "PHAS_": "1,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "15.03.", "ZITATE": "DSF", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Walter", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "15.03.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:44:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15793	agostini-giacomo-1942-06-16	{"d6": "4", "3a_sports": "29"}	{"ertel": "ES-29", "lerrcp": "D6-4"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giacomo", "family": "Agostini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-06-16 07:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 10.21667, "lat": 45.55, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Giacomo", "family": "Agostini"}, "birth": {"date": "1942-06-16 07:00", "place": {"cy": "IT", "lg": 10.21667, "lat": 45.55}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "4"}}, "raw": {"H": "7", "MN": "0", "DAY": "16", "LAT": "45N33", "LON": "10E13", "MON": "6", "NUM": "4", "SEC": "0", "YEA": "1942", "NAME": "Agostini Giacomo"}, "date": "2023-08-20T14:44:00+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["motor-sports-competitor"], "partial-ids": {"ertel": "ES-29"}}, "raw": {"L": "", "MF": "", "NR": "29", "ENG": "", "MA_": "0", "G_NR": "4", "MA12": "12", "MARS": "34", "NAME": "Agostini", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "2,900", "CSINR": "", "KURTZ": "", "PHAS_": "4,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "16.06.", "ZITATE": "DHSF", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giacomo", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "16.06.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15868	busby-matthew-1909-05-26	{"d6": "79", "3a_sports": "741"}	{"ertel": "ES-741", "lerrcp": "D6-79"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Matthew", "family": "Busby", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1909-05-26 03:50", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -3.8, "lat": 55.68333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Matthew", "family": "Busby"}, "birth": {"date": "1909-05-26 03:50", "place": {"cy": "GB", "lg": -3.8, "lat": 55.68333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "79"}}, "raw": {"H": "3", "MN": "50", "DAY": "26", "LAT": "55N41", "LON": "03W48", "MON": "5", "NUM": "79", "SEC": "0", "YEA": "1909", "NAME": "Busby Matthew"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-741"}}, "raw": {"L": "", "MF": "", "NR": "741", "ENG": "", "MA_": "1", "G_NR": "79", "MA12": "2", "MARS": "5", "NAME": "Busby", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "40,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "SCO", "TAGMON": "26.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Matthew", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.05.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15870	cachemire-jacques-1947-02-27	{"d6": "81", "3a_sports": "769"}	{"ertel": "ES-769", "lerrcp": "D6-81"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Cachemire", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-02-27 09:35", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GP", "lg": -61.53333, "lat": 16.23333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Cachemire"}, "birth": {"date": "1947-02-27 09:35", "place": {"cy": "GP", "lg": -61.53333, "lat": 16.23333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "81"}}, "raw": {"H": "9", "MN": "35", "DAY": "27", "LAT": "16N14", "LON": "61W32", "MON": "2", "NUM": "81", "SEC": "0", "YEA": "1947", "NAME": "Cachemire Jacques"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["basketball-player"], "partial-ids": {"ertel": "ES-769"}}, "raw": {"L": "", "MF": "", "NR": "769", "ENG": "", "MA_": "1", "G_NR": "81", "MA12": "2", "MARS": "6", "NAME": "Cachemire", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "10,000", "CSINR": "", "KURTZ": "", "PHAS_": "34,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "27.02.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15871	cahuzac-pierre-1927-07-03	{"d6": "82", "3a_sports": "776", "cfepp-final3": "451"}	{"cfepp": "CF-451", "ertel": "ES-776", "lerrcp": "D6-82"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Cahuzac", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-07-03 22:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": -2.76, "lat": 43.49, "name": "ST PONS DE THOMIERES", "geoid": null}, "notime": null, "date-ut": "1927-07-03 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Cahuzac"}, "birth": {"date": "1927-07-03 02:00", "place": {"cy": "FR", "lg": 2.75, "lat": 43.48333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "82"}}, "raw": {"H": "2", "MN": "0", "DAY": "3", "LAT": "43N29", "LON": "02E45", "MON": "7", "NUM": "82", "SEC": "0", "YEA": "1927", "NAME": "Cahuzac Pierre"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-776"}}, "raw": {"L": "", "MF": "", "NR": "776", "ENG": "", "MA_": "0", "G_NR": "82", "MA12": "9", "MARS": "25", "NAME": "Cahuzac", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "6,400", "CSINR": "", "KURTZ": "", "PHAS_": "14,800", "STUND": "", "CFEPNR": "451", "EXTEND": "", "NATION": "FRA", "TAGMON": "03.07.", "ZITATE": "DF", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "03.07.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "cahuzac-pierre-1927-07-03", "birth": {"date": "1927-07-03 22:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": -2.76, "lat": 43.49, "name": "ST PONS DE THOMIERES"}, "date-ut": "1927-07-03 21:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "451"}}, "raw": {"S": "6", "LT": "22 00", "LV": "I1", "TR": "f", "UT": "21 00", "LAT": "+43.49", "SRC": "L", "LONG": "-02.76", "NAME": "CAHUZAC Pierre", "SPORT": "Soccer", "LOC_DATE": "1927 07 03", "UNIV_DATE": "1927 07 03", "BIRTH_PLACE": "ST PONS DE THOMIERES", "POSTAL_CODE": "34220"}, "date": "2023-08-20T14:46:03+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15873	camerini-francis-1948-01-25	{"d6": "84", "3a_sports": "795", "cfepp-final3": "452"}	{"cfepp": "CF-452", "ertel": "ES-795", "lerrcp": "D6-84"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Camerini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-01-25 02:40", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": -5.38, "lat": 43.3, "name": "MARSEILLE", "geoid": null}, "notime": null, "date-ut": "1948-01-25 01:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Francis", "family": "Camerini"}, "birth": {"date": "1948-01-25 02:40", "place": {"cy": "FR", "lg": 5.36667, "lat": 43.3}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "84"}}, "raw": {"H": "2", "MN": "40", "DAY": "25", "LAT": "43N18", "LON": "05E22", "MON": "1", "NUM": "84", "SEC": "0", "YEA": "1948", "NAME": "Camerini francis"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-795"}}, "raw": {"L": "", "MF": "", "NR": "795", "ENG": "0", "MA_": "2", "G_NR": "84", "MA12": "3", "MARS": "9", "NAME": "Camerini", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "5,200", "CSINR": "", "KURTZ": "", "PHAS_": "97,300", "STUND": "", "CFEPNR": "452", "EXTEND": "1", "NATION": "FRA", "TAGMON": "25.01.", "ZITATE": "DF", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Francis", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "25.01.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1948-01-25 02:40", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": -5.38, "lat": 43.3, "name": "MARSEILLE"}, "date-ut": "1948-01-25 01:40"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "452"}}, "raw": {"S": "3", "LT": "02 40", "LV": "I1", "TR": "f", "UT": "01 40", "LAT": "+43.30", "SRC": "L", "LONG": "-05.38", "NAME": "CAMERINI Francis", "SPORT": "Soccer", "LOC_DATE": "1948 01 25", "UNIV_DATE": "1948 01 25", "BIRTH_PLACE": "MARSEILLE", "POSTAL_CODE": "13233 CEDEX  01"}, "date": "2023-08-20T14:46:03+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15876	capdouze-jean-1942-08-30	{"d6": "87", "3a_sports": "817", "cfepp-final3": "740"}	{"cfepp": "CF-740", "ertel": "ES-817", "lerrcp": "D6-87"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Capdouze", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-08-30 17:30", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": 0.93, "lat": 43.47, "name": "SALIES DE BEARN", "geoid": null}, "notime": null, "date-ut": "1942-08-30 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Capdouze"}, "birth": {"date": "1942-08-30 17:30", "place": {"cy": "FR", "lg": -0.91667, "lat": 43.46667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "87"}}, "raw": {"H": "17", "MN": "30", "DAY": "30", "LAT": "43N28", "LON": "00W55", "MON": "8", "NUM": "87", "SEC": "0", "YEA": "1942", "NAME": "Capdouze Jean"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-817"}}, "raw": {"L": "", "MF": "", "NR": "817", "ENG": "", "MA_": "1", "G_NR": "87", "MA12": "5", "MARS": "13", "NAME": "Capdouze", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-7,100", "CSINR": "", "KURTZ": "", "PHAS_": "83,200", "STUND": "", "CFEPNR": "740", "EXTEND": "", "NATION": "FRA", "TAGMON": "30.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "30.08.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1942-08-30 17:30", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": 0.93, "lat": 43.47, "name": "SALIES DE BEARN"}, "date-ut": "1942-08-30 15:30"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "740"}}, "raw": {"S": "5", "LT": "17 30", "LV": "I24", "TR": "f", "UT": "15 30", "LAT": "+43.47", "SRC": "L", "LONG": "+00.93", "NAME": "CAPDOUZE Jean", "SPORT": "Rugby League", "LOC_DATE": "1942 08 30", "UNIV_DATE": "1942 08 30", "BIRTH_PLACE": "SALIES DE BEARN", "POSTAL_CODE": "64270"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
12303	carnera-primo-1906-10-25	{"a5": "835", "d6": "91", "3a_sports": "849"}	{"ertel": "ES-849", "lerrcp": "A5-835"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Primo", "family": "Carnera", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.5, "lat": 46, "name": "SEQUALS", "geoid": 0}, "notime": null, "date-ut": "1906-10-25 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer", "sportsperson"]	5	null	[{"new": {"name": {"given": "Primo", "family": "Carnera"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.5, "lat": 46, "name": "SEQUALS", "geoid": 0}, "date-ut": "1906-10-25 13:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-835"}, "ids-in-sources": {"a5": "835"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "25", "LAT": "46N 0", "LON": "13E30", "MON": "10", "NUM": "835", "PRO": "A", "SEC": "0", "YEA": "1906", "CITY": "SEQUALS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"occus": ["sportsperson"], "ids-in-sources": {"d6": "91"}}, "raw": {"H": "14", "MN": "0", "DAY": "25", "LAT": "46N10", "LON": "12E50", "MON": "10", "NUM": "91", "SEC": "0", "YEA": "1906", "NAME": "Carnera Primo"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["boxer"], "partial-ids": {"ertel": "ES-849"}}, "raw": {"L": "", "MF": "", "NR": "849", "ENG": "", "MA_": "0", "G_NR": "91", "MA12": "6", "MARS": "16", "NAME": "Carnera", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "11,100", "CSINR": "", "KURTZ": "e", "PHAS_": "54,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "25.10.", "ZITATE": "DHRSEF", "ZITSUM": "6", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Primo", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "25.10.1906", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "5"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15880	carnus-georges-1942-08-13	{"d6": "92", "3a_sports": "850"}	{"ertel": "ES-850", "lerrcp": "D6-92"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Carnus", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-08-13 23:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 3.55, "lat": 43.65, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Carnus"}, "birth": {"date": "1942-08-13 23:00", "place": {"cy": "FR", "lg": 3.55, "lat": 43.65}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "92"}}, "raw": {"H": "23", "MN": "0", "DAY": "13", "LAT": "43N39", "LON": "03E33", "MON": "8", "NUM": "92", "SEC": "0", "YEA": "1942", "NAME": "Carnus Georges"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-850"}}, "raw": {"L": "", "MF": "", "NR": "850", "ENG": "", "MA_": "1", "G_NR": "92", "MA12": "7", "MARS": "21", "NAME": "Carnus", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "0,800", "CSINR": "", "KURTZ": "", "PHAS_": "0,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.08.", "ZITATE": "DFO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "13.08.1942", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15879	carite-jean-pierre-1945-11-12	{"d6": "90", "3a_sports": "844", "cfepp-final3": "621"}	{"cfepp": "CF-621", "ertel": "ES-844", "lerrcp": "D6-90"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Pierre", "family": "Carite", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1945-11-12 21:45", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": -2.53, "lat": 48.93, "name": "LIVRY GARGAN", "geoid": null}, "notime": null, "date-ut": "1945-11-12 20:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["handball-player"]	5	null	[{"new": {"name": {"given": "Jean-Pierre", "family": "Carite"}, "birth": {"date": "1945-11-12 21:45", "place": {"cy": "FR", "lg": 2.55, "lat": 48.91667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "90"}}, "raw": {"H": "21", "MN": "45", "DAY": "12", "LAT": "48N55", "LON": "02E33", "MON": "11", "NUM": "90", "SEC": "0", "YEA": "1945", "NAME": "Carite Jean Pierre"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["handball-player"], "partial-ids": {"ertel": "ES-844"}}, "raw": {"L": "", "MF": "", "NR": "844", "ENG": "1", "MA_": "2", "G_NR": "90", "MA12": "1", "MARS": "1", "NAME": "Carite", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "9,700", "CSINR": "", "KURTZ": "", "PHAS_": "39,900", "STUND": "", "CFEPNR": "621", "EXTEND": "1", "NATION": "FRA", "TAGMON": "12.11.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean Pierre", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "12.11.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "HAND", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1945-11-12 21:45", "place": {"c2": "93", "c3": "", "cy": "FR", "lg": -2.53, "lat": 48.93, "name": "LIVRY GARGAN"}, "date-ut": "1945-11-12 20:45"}, "occus": ["handball-player"], "ids-in-sources": {"cfepp-final3": "621"}}, "raw": {"S": "1", "LT": "21 45", "LV": "I20", "TR": "f", "UT": "20 45", "LAT": "+48.93", "SRC": "L", "LONG": "-02.53", "NAME": "CARITE Jean-Pierre", "SPORT": "Handball", "LOC_DATE": "1945 11 12", "UNIV_DATE": "1945 11 12", "BIRTH_PLACE": "LIVRY GARGAN", "POSTAL_CODE": "93190"}, "date": "2023-08-20T14:46:08+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15886	cester-elie-1942-07-27	{"d6": "98", "3a_sports": "953"}	{"ertel": "ES-953", "lerrcp": "D6-98"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elie", "family": "Cester", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-07-27 17:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 1.08333, "lat": 43.61667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Elie", "family": "Cester"}, "birth": {"date": "1942-07-27 17:00", "place": {"cy": "FR", "lg": 1.08333, "lat": 43.61667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "98"}}, "raw": {"H": "17", "MN": "0", "DAY": "27", "LAT": "43N37", "LON": "01E05", "MON": "7", "NUM": "98", "SEC": "0", "YEA": "1942", "NAME": "Cester Elie"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-953"}}, "raw": {"L": "", "MF": "", "NR": "953", "ENG": "1", "MA_": "2", "G_NR": "98", "MA12": "4", "MARS": "11", "NAME": "Cester", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "3,900", "CSINR": "", "KURTZ": "", "PHAS_": "99,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "27.07.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Elie", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "27.07.1942", "GQBECORR": "a2", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15887	charles-alfred-daniel-1934-05-09	{"d6": "99", "3a_sports": "964"}	{"ertel": "ES-964", "lerrcp": "D6-99"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "Charles-Alfred", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-05-09 05:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "MQ", "lg": -61.08333, "lat": 14.6, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Daniel", "family": "Charles-Alfred"}, "birth": {"date": "1934-05-09 05:00", "place": {"cy": "MQ", "lg": -61.08333, "lat": 14.6}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "99"}}, "raw": {"H": "5", "MN": "0", "DAY": "9", "LAT": "14N36", "LON": "61W05", "MON": "5", "NUM": "99", "SEC": "0", "YEA": "1934", "NAME": "Charles-Alfred Daniel"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-964"}}, "raw": {"L": "", "MF": "", "NR": "964", "ENG": "0", "MA_": "2", "G_NR": "99", "MA12": "12", "MARS": "36", "NAME": "Charles-Alfred", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-9,700", "CSINR": "", "KURTZ": "", "PHAS_": "21,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "09.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Daniel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "09.05.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15884	casolari-georges-1941-05-05	{"d6": "96", "3a_sports": "881", "cfepp-final3": "456"}	{"cfepp": "CF-456", "ertel": "ES-881", "lerrcp": "D6-96"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Casolari", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-05-05 04:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": -7.26, "lat": 43.7, "name": "NICE", "geoid": null}, "notime": null, "date-ut": "1941-05-05 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Casolari"}, "birth": {"date": "1941-05-05 04:00", "place": {"cy": "FR", "lg": 7.26667, "lat": 43.7}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "96"}}, "raw": {"H": "4", "MN": "0", "DAY": "5", "LAT": "43N42", "LON": "07E16", "MON": "5", "NUM": "96", "SEC": "0", "YEA": "1941", "NAME": "Casolari Georges"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-881"}}, "raw": {"L": "", "MF": "", "NR": "881", "ENG": "1", "MA_": "2", "G_NR": "96", "MA12": "1", "MARS": "2", "NAME": "Casolari", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "10,600", "CSINR": "", "KURTZ": "", "PHAS_": "55,100", "STUND": "", "CFEPNR": "456", "EXTEND": "1", "NATION": "FRA", "TAGMON": "05.05.", "ZITATE": "DF", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "05.05.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1941-05-05 04:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": -7.26, "lat": 43.7, "name": "NICE"}, "date-ut": "1941-05-05 02:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "456"}}, "raw": {"S": "1", "LT": "04 00", "LV": "I3", "TR": "f", "UT": "02 00", "LAT": "+43.70", "SRC": "L", "LONG": "-07.26", "NAME": "CASOLARI Georges", "SPORT": "Soccer", "LOC_DATE": "1941 05 05", "UNIV_DATE": "1941 05 05", "BIRTH_PLACE": "NICE", "POSTAL_CODE": "06074 CEDEX"}, "date": "2023-08-20T14:46:03+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15888	chauveau-yves-1945-04-12	{"d6": "100", "3a_sports": "977"}	{"ertel": "ES-977", "lerrcp": "D6-100"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Chauveau", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1945-04-12 11:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 5.21667, "lat": 46.2, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Chauveau"}, "birth": {"date": "1945-04-12 11:00", "place": {"cy": "FR", "lg": 5.21667, "lat": 46.2}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "100"}}, "raw": {"H": "11", "MN": "0", "DAY": "12", "LAT": "46N12", "LON": "05E13", "MON": "4", "NUM": "100", "SEC": "0", "YEA": "1945", "NAME": "Chauveau Yves"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-977"}}, "raw": {"L": "", "MF": "", "NR": "977", "ENG": "0", "MA_": "2", "G_NR": "100", "MA12": "3", "MARS": "9", "NAME": "Chauveau", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-3,200", "CSINR": "", "KURTZ": "", "PHAS_": "0,600", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "12.04.", "ZITATE": "DF", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Yves", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "12.04.1945", "GQBECORR": "a2", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15890	chiesa-serge-1950-12-25	{"d6": "102", "3a_sports": "999"}	{"ertel": "ES-999", "lerrcp": "D6-102"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Serge", "family": "Chiesa", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1950-12-25 09:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "MA", "lg": -7.58333, "lat": 33.65, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Serge", "family": "Chiesa"}, "birth": {"date": "1950-12-25 09:00", "place": {"cy": "MA", "lg": -7.58333, "lat": 33.65}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "102"}}, "raw": {"H": "9", "MN": "0", "DAY": "25", "LAT": "33N39", "LON": "07W35", "MON": "12", "NUM": "102", "SEC": "0", "YEA": "1950", "NAME": "Chiesa Serge"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-999"}}, "raw": {"L": "", "MF": "", "NR": "999", "ENG": "", "MA_": "1", "G_NR": "102", "MA12": "12", "MARS": "35", "NAME": "Chiesa", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-0,100", "CSINR": "", "KURTZ": "", "PHAS_": "99,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "25.12.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Serge", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "25.12.1950", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15893	colo-zeno-1920-06-30	{"d6": "105", "3a_sports": "1059"}	{"ertel": "ES-1059", "lerrcp": "D6-105"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Zeno", "family": "Colo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-06-30 12:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 10.75, "lat": 44.1, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"name": {"given": "Zeno", "family": "Colo"}, "birth": {"date": "1920-06-30 12:15", "place": {"cy": "IT", "lg": 10.75, "lat": 44.1}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "105"}}, "raw": {"H": "12", "MN": "15", "DAY": "30", "LAT": "44N06", "LON": "10E45", "MON": "6", "NUM": "105", "SEC": "0", "YEA": "1920", "NAME": "Colo Zeno"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["skier"], "partial-ids": {"ertel": "ES-1059"}}, "raw": {"L": "", "MF": "", "NR": "1059", "ENG": "", "MA_": "0", "G_NR": "105", "MA12": "11", "MARS": "33", "NAME": "Colo", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "3,300", "CSINR": "", "KURTZ": "e", "PHAS_": "98,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "30.06.", "ZITATE": "DHKSF", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Zeno", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "30.06.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SKII", "CHRISNAME": "0", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15896	consolini-adolfo-1917-01-05	{"d6": "108", "3a_sports": "1079"}	{"ertel": "ES-1079", "lerrcp": "D6-108"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolfo", "family": "Consolini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1917-01-05 03:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 11, "lat": 45.43333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Adolfo", "family": "Consolini"}, "birth": {"date": "1917-01-05 03:00", "place": {"cy": "IT", "lg": 11, "lat": 45.43333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "108"}}, "raw": {"H": "3", "MN": "0", "DAY": "5", "LAT": "45N26", "LON": "11E00", "MON": "1", "NUM": "108", "SEC": "0", "YEA": "1917", "NAME": "Consolini Adolfo"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-1079"}}, "raw": {"L": "", "MF": "", "NR": "1079", "ENG": "", "MA_": "1", "G_NR": "108", "MA12": "10", "MARS": "30", "NAME": "Consolini", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "6,700", "CSINR": "", "KURTZ": "e", "PHAS_": "90,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "05.01.", "ZITATE": "DKSTO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Adolfo", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "05.01.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15899	cormack-peter-1946-07-17	{"d6": "111", "3a_sports": "1104"}	{"ertel": "ES-1104", "lerrcp": "D6-111"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Peter", "family": "Cormack", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-07-17 19:40", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -3.21667, "lat": 55.95, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Peter", "family": "Cormack"}, "birth": {"date": "1946-07-17 19:40", "place": {"cy": "GB", "lg": -3.21667, "lat": 55.95}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "111"}}, "raw": {"H": "19", "MN": "40", "DAY": "17", "LAT": "55N57", "LON": "03W13", "MON": "7", "NUM": "111", "SEC": "0", "YEA": "1946", "NAME": "Cormack Peter"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-1104"}}, "raw": {"L": "", "MF": "", "NR": "1104", "ENG": "", "MA_": "1", "G_NR": "111", "MA12": "5", "MARS": "14", "NAME": "Cormack", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-4,200", "CSINR": "", "KURTZ": "", "PHAS_": "93,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "SCO", "TAGMON": "17.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Peter", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.07.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15898	couecou-didier-1944-07-25	{"d6": "110", "3a_sports": "1137"}	{"ertel": "ES-1137", "lerrcp": "D6-110"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Didier", "family": "Couecou", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1944-07-25 17:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Didier", "family": "Couecou"}, "birth": {"date": "1944-07-25 17:30", "place": {"cy": "FR", "lg": -0.56667, "lat": 44.83333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "110"}}, "raw": {"H": "17", "MN": "30", "DAY": "25", "LAT": "44N50", "LON": "00W34", "MON": "7", "NUM": "110", "SEC": "0", "YEA": "1944", "NAME": "Couecou Didier"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-1137"}}, "raw": {"L": "", "MF": "", "NR": "1137", "ENG": "1", "MA_": "2", "G_NR": "110", "MA12": "4", "MARS": "11", "NAME": "Couecou", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "7,000", "CSINR": "", "KURTZ": "", "PHAS_": "19,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "25.07.", "ZITATE": "DF", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Didier", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "25.07.1944", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15905	cruyff-johan-1947-04-25	{"d6": "117", "3a_sports": "1168"}	{"ertel": "ES-1168", "lerrcp": "D6-117"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johan", "family": "Cruyff", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-04-25 13:10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "NL", "lg": 4.9, "lat": 52.35, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Johan", "family": "Cruyff"}, "birth": {"date": "1947-04-25 13:10", "place": {"cy": "NL", "lg": 4.9, "lat": 52.35}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "117"}}, "raw": {"H": "13", "MN": "10", "DAY": "25", "LAT": "52N21", "LON": "04E54", "MON": "4", "NUM": "117", "SEC": "0", "YEA": "1947", "NAME": "Cruyff johan"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-1168"}}, "raw": {"L": "", "MF": "", "NR": "1168", "ENG": "1", "MA_": "2", "G_NR": "117", "MA12": "4", "MARS": "12", "NAME": "Cruyff", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "8,200", "CSINR": "", "KURTZ": "", "PHAS_": "18,600", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "NET", "TAGMON": "25.04.", "ZITATE": "DWO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Johan", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "25.04.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15904	cross-patrick-1943-10-12	{"d6": "116", "3a_sports": "1167", "cfepp-final3": "576"}	{"cfepp": "CF-576", "ertel": "ES-1167", "lerrcp": "D6-116"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Patrick", "family": "Cross", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-10-12 00:05", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": -2.15, "lat": 48.89, "name": "CHATOU", "geoid": null}, "notime": null, "date-ut": "1943-10-11 23:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["golfer"]	5	null	[{"new": {"name": {"given": "Patrick", "family": "Cross"}, "birth": {"date": "1943-10-12 00:05", "place": {"cy": "FR", "lg": 2.15, "lat": 48.88333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "116"}}, "raw": {"H": "0", "MN": "5", "DAY": "12", "LAT": "48N53", "LON": "02E09", "MON": "10", "NUM": "116", "SEC": "0", "YEA": "1943", "NAME": "Cross Patrick"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["golfer"], "partial-ids": {"ertel": "ES-1167"}}, "raw": {"L": "", "MF": "", "NR": "1167", "ENG": "", "MA_": "1", "G_NR": "116", "MA12": "2", "MARS": "4", "NAME": "Cross", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "5,400", "CSINR": "", "KURTZ": "", "PHAS_": "96,600", "STUND": "", "CFEPNR": "576", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Patrick", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "12.10.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "GOLF", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1943-10-12 00:05", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": -2.15, "lat": 48.89, "name": "CHATOU"}, "date-ut": "1943-10-11 23:05"}, "occus": ["golfer"], "ids-in-sources": {"cfepp-final3": "576"}}, "raw": {"S": "2", "LT": "00 05", "LV": "FI", "TR": "f", "UT": "23 05", "LAT": "+48.89", "SRC": "L", "LONG": "-02.15", "NAME": "CROS Patrick", "SPORT": "Golf", "LOC_DATE": "1943 10 12", "UNIV_DATE": "1943 10 11", "BIRTH_PLACE": "CHATOU", "POSTAL_CODE": "78400"}, "date": "2023-08-20T14:46:06+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15902	cros-jean-claude-1941-06-10	{"d6": "114", "3a_sports": "1162", "cfepp-final3": "743"}	{"cfepp": "CF-743", "ertel": "ES-1162", "lerrcp": "D6-114"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Claude", "family": "Cros", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-06-10 16:00", "note": null, "place": {"c1": null, "c2": "81", "c3": "", "cy": "FR", "lg": -2.13, "lat": 44.05, "name": "ST BENOIT DE CARMAUX", "geoid": null}, "notime": null, "date-ut": "1941-06-10 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Jean-Claude", "family": "Cros"}, "birth": {"date": "1941-06-10 16:00", "place": {"cy": "FR", "lg": 2.15, "lat": 44.05}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "114"}}, "raw": {"H": "16", "MN": "0", "DAY": "10", "LAT": "44N03", "LON": "02E09", "MON": "6", "NUM": "114", "SEC": "0", "YEA": "1941", "NAME": "Cros Jean-Claude"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-1162"}}, "raw": {"L": "", "MF": "", "NR": "1162", "ENG": "", "MA_": "0", "G_NR": "114", "MA12": "8", "MARS": "22", "NAME": "Cros", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "0,100", "CSINR": "", "KURTZ": "", "PHAS_": "99,500", "STUND": "", "CFEPNR": "743", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean-Claude", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "10.06.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1941-06-10 16:00", "place": {"c2": "81", "c3": "", "cy": "FR", "lg": -2.13, "lat": 44.05, "name": "ST BENOIT DE CARMAUX"}, "date-ut": "1941-06-10 14:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "743"}}, "raw": {"S": "8", "LT": "16 00", "LV": "I13", "TR": "f", "UT": "14 00", "LAT": "+44.05", "SRC": "L", "LONG": "-02.13", "NAME": "CROS Jean-Pierre", "SPORT": "Rugby League", "LOC_DATE": "1941 06 10", "UNIV_DATE": "1941 06 10", "BIRTH_PLACE": "ST BENOIT DE CARMAUX", "POSTAL_CODE": "81400"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15922	devaux-denis-1939-01-09	{"d6": "134", "3a_sports": "1389"}	{"ertel": "ES-1389", "lerrcp": "D6-134"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Denis", "family": "Devaux", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1939-01-09 20:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 5.33333, "lat": 46.16667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Denis", "family": "Devaux"}, "birth": {"date": "1939-01-09 20:00", "place": {"cy": "FR", "lg": 5.33333, "lat": 46.16667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "134"}}, "raw": {"H": "20", "MN": "0", "DAY": "9", "LAT": "46N10", "LON": "05E20", "MON": "1", "NUM": "134", "SEC": "0", "YEA": "1939", "NAME": "Devaux Denis"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-1389"}}, "raw": {"L": "", "MF": "", "NR": "1389", "ENG": "", "MA_": "1", "G_NR": "134", "MA12": "10", "MARS": "28", "NAME": "Devaux", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-7,300", "CSINR": "", "KURTZ": "", "PHAS_": "85,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "09.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Denis", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.01.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:09+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15923	devotti-louis-1926-03-10	{"d6": "135", "3a_sports": "1394", "cfepp-final3": "197"}	{"cfepp": "CF-197", "ertel": "ES-1394", "lerrcp": "D6-135"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Devotti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-03-10 14:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": -5.94, "lat": 49.21, "name": "VALLEROY", "geoid": null}, "notime": null, "date-ut": "1926-03-10 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Devotti"}, "birth": {"date": "1926-03-10 14:00", "place": {"cy": "FR", "lg": 5.96667, "lat": 49.21667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "135"}}, "raw": {"H": "14", "MN": "0", "DAY": "10", "LAT": "49N13", "LON": "05E58", "MON": "3", "NUM": "135", "SEC": "0", "YEA": "1926", "NAME": "Devotti Louis"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["basketball-player"], "partial-ids": {"ertel": "ES-1394"}}, "raw": {"L": "", "MF": "", "NR": "1394", "ENG": "", "MA_": "1", "G_NR": "135", "MA12": "7", "MARS": "21", "NAME": "Devoti", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-10,40", "CSINR": "", "KURTZ": "", "PHAS_": "23,300", "STUND": "", "CFEPNR": "197", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Louis", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "10.03.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BASK", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:09+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1926-03-10 14:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": -5.94, "lat": 49.21, "name": "VALLEROY"}, "date-ut": "1926-03-10 14:00"}, "occus": ["basketball-player"], "ids-in-sources": {"cfepp-final3": "197"}}, "raw": {"S": "7", "LT": "14 00", "LV": "I32", "TR": "f", "UT": "14 00", "LAT": "+49.21", "SRC": "AL", "LONG": "-05.94", "NAME": "DEVOTI Louis", "SPORT": "Basketball", "LOC_DATE": "1926 03 10", "UNIV_DATE": "1926 03 10", "BIRTH_PLACE": "VALLEROY", "POSTAL_CODE": "54910"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15925	dierickx-andre-1947-10-27	{"d6": "137", "3a_sports": "1413"}	{"ertel": "ES-1413", "lerrcp": "D6-137"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Dierickx", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-10-27 02:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": 3.61667, "lat": 50.83333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "André", "family": "Dierickx"}, "birth": {"date": "1947-10-27 02:30", "place": {"cy": "BE", "lg": 3.61667, "lat": 50.83333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "137"}}, "raw": {"H": "2", "MN": "30", "DAY": "27", "LAT": "50N50", "LON": "03E37", "MON": "10", "NUM": "137", "SEC": "0", "YEA": "1947", "NAME": "Dierickx André"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-1413"}}, "raw": {"L": "", "MF": "", "NR": "1413", "ENG": "", "MA_": "1", "G_NR": "137", "MA12": "2", "MARS": "4", "NAME": "Dierickx", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "6,600", "CSINR": "", "KURTZ": "", "PHAS_": "91,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "27.10.", "ZITATE": "DFO", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Andre", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "27.10.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:09+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15929	dodds-jock-1915-09-07	{"d6": "141", "3a_sports": "1424"}	{"ertel": "ES-1424", "lerrcp": "D6-141"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jock", "family": "Dodds", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1915-09-07 21:10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -3.73333, "lat": 56.01667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jock", "family": "Dodds"}, "birth": {"date": "1915-09-07 21:10", "place": {"cy": "GB", "lg": -3.73333, "lat": 56.01667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "141"}}, "raw": {"H": "21", "MN": "10", "DAY": "7", "LAT": "56N01", "LON": "03W44", "MON": "9", "NUM": "141", "SEC": "0", "YEA": "1915", "NAME": "Dodds Jock"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-1424"}}, "raw": {"L": "", "MF": "", "NR": "1424", "ENG": "", "MA_": "1", "G_NR": "141", "MA12": "10", "MARS": "30", "NAME": "Dodds", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-5,900", "CSINR": "", "KURTZ": "", "PHAS_": "6,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "SCO", "TAGMON": "07.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jock", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.09.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15928	djorkaeff-jean-1939-10-27	{"d6": "140", "3a_sports": "1423", "cfepp-final3": "468"}	{"cfepp": "CF-468", "ertel": "ES-1423", "lerrcp": "D6-140"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Djorkaeff", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1939-10-27 09:15", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": -5.16, "lat": 45.74, "name": "CHARVIEU CHAVAGNEUX", "geoid": null}, "notime": null, "date-ut": "1939-10-27 08:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Djorkaeff"}, "birth": {"date": "1939-10-27 09:15", "place": {"cy": "FR", "lg": 5, "lat": 45.76667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "140"}}, "raw": {"H": "9", "MN": "15", "DAY": "27", "LAT": "45N46", "LON": "05E00", "MON": "10", "NUM": "140", "SEC": "0", "YEA": "1939", "NAME": "Djorkaeff Jean"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-1423"}}, "raw": {"L": "", "MF": "", "NR": "1423", "ENG": "", "MA_": "1", "G_NR": "140", "MA12": "10", "MARS": "30", "NAME": "Djorkaeff", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "3,400", "CSINR": "", "KURTZ": "", "PHAS_": "98,400", "STUND": "", "CFEPNR": "468", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.10.", "ZITATE": "DSWO", "ZITSUM": "4", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "27.10.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1939-10-27 09:15", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": -5.16, "lat": 45.74, "name": "CHARVIEU CHAVAGNEUX"}, "date-ut": "1939-10-27 08:15"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "468"}}, "raw": {"S": "10", "LT": "09 15", "LV": "I48", "TR": "f", "UT": "08 15", "LAT": "+45.74", "SRC": "L", "LONG": "-05.16", "NAME": "DJORKAEFF Jean", "SPORT": "Soccer", "LOC_DATE": "1939 10 27", "UNIV_DATE": "1939 10 27", "BIRTH_PLACE": "CHARVIEU CHAVAGNEUX", "POSTAL_CODE": "38230"}, "date": "2023-08-20T14:46:03+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15932	dominguez-patrice-1950-01-12	{"d6": "144", "3a_sports": "1436"}	{"ertel": "ES-1436", "lerrcp": "D6-144"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Patrice", "family": "Dominguez", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1950-01-12 09:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DZ", "lg": 3, "lat": 36.83333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Patrice", "family": "Dominguez"}, "birth": {"date": "1950-01-12 09:00", "place": {"cy": "DZ", "lg": 3, "lat": 36.83333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "144"}}, "raw": {"H": "9", "MN": "0", "DAY": "12", "LAT": "36N50", "LON": "03E00", "MON": "1", "NUM": "144", "SEC": "0", "YEA": "1950", "NAME": "Dominguez Patrice"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["tennis-player"], "partial-ids": {"ertel": "ES-1436"}}, "raw": {"L": "", "MF": "", "NR": "1436", "ENG": "", "MA_": "0", "G_NR": "144", "MA12": "6", "MARS": "16", "NAME": "Dominguez", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-11,40", "CSINR": "", "KURTZ": "", "PHAS_": "43,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Patrice", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "12.01.1950", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15934	doye-andre-1924-09-15	{"d6": "146", "3a_sports": "1454"}	{"ertel": "ES-1454", "lerrcp": "D6-146"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Doye", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-09-15 09:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.36667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "André", "family": "Doye"}, "birth": {"date": "1924-09-15 09:00", "place": {"cy": "FR", "lg": 3.08333, "lat": 50.36667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "146"}}, "raw": {"H": "9", "MN": "0", "DAY": "15", "LAT": "50N22", "LON": "03E05", "MON": "9", "NUM": "146", "SEC": "0", "YEA": "1924", "NAME": "Doye André"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-1454"}}, "raw": {"L": "", "MF": "", "NR": "1454", "ENG": "", "MA_": "0", "G_NR": "146", "MA12": "9", "MARS": "25", "NAME": "Doye", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-2,800", "CSINR": "", "KURTZ": "", "PHAS_": "96,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Andre", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.09.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15935	drut-guy-1950-12-06	{"d6": "147", "3a_sports": "1461"}	{"ertel": "ES-1461", "lerrcp": "D6-147"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Drut", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1950-12-06 04:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 2.96667, "lat": 50.5, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Drut"}, "birth": {"date": "1950-12-06 04:00", "place": {"cy": "FR", "lg": 2.96667, "lat": 50.5}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "147"}}, "raw": {"H": "4", "MN": "0", "DAY": "6", "LAT": "50N30", "LON": "02E58", "MON": "12", "NUM": "147", "SEC": "0", "YEA": "1950", "NAME": "Drut Guy"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-1461"}}, "raw": {"L": "", "MF": "", "NR": "1461", "ENG": "", "MA_": "1", "G_NR": "147", "MA12": "10", "MARS": "28", "NAME": "Drut", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "16,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.12.", "ZITATE": "DKTFO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Guy", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "06.12.1950", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15940	durante-adriano-1940-07-24	{"d6": "152", "3a_sports": "1508"}	{"ertel": "ES-1508", "lerrcp": "D6-152"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adriano", "family": "Durante", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-07-24 17:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 12.25, "lat": 45.66667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Adriano", "family": "Durante"}, "birth": {"date": "1940-07-24 17:30", "place": {"cy": "IT", "lg": 12.25, "lat": 45.66667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "152"}}, "raw": {"H": "17", "MN": "30", "DAY": "24", "LAT": "45N40", "LON": "12E15", "MON": "7", "NUM": "152", "SEC": "0", "YEA": "1940", "NAME": "Durante Adriano"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-1508"}}, "raw": {"L": "", "MF": "", "NR": "1508", "ENG": "", "MA_": "1", "G_NR": "152", "MA12": "5", "MARS": "14", "NAME": "Durante", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-6,900", "CSINR": "", "KURTZ": "", "PHAS_": "80,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "24.07.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Adriano", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "24.07.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15941	durr-francoise-1942-12-25	{"d6": "153", "3a_sports": "1510"}	{"ertel": "ES-1510", "lerrcp": "D6-153"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Françoise", "family": "Durr", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1942-12-25 07:05", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DZ", "lg": 3, "lat": 36.83333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Françoise", "family": "Durr"}, "birth": {"date": "1942-12-25 07:05", "place": {"cy": "DZ", "lg": 3, "lat": 36.83333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "153"}}, "raw": {"H": "7", "MN": "5", "DAY": "25", "LAT": "36N50", "LON": "03E00", "MON": "12", "NUM": "153", "SEC": "0", "YEA": "1942", "NAME": "Durr Françoise"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "F", "occus": ["tennis-player"], "partial-ids": {"ertel": "ES-1510"}}, "raw": {"L": "", "MF": "F", "NR": "1510", "ENG": "1", "MA_": "2", "G_NR": "153", "MA12": "1", "MARS": "2", "NAME": "Durr", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-3,200", "CSINR": "", "KURTZ": "", "PHAS_": "95,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "25.12.", "ZITATE": "DJ", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Francoise", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "25.12.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15938	dupureur-samson-maryv-1937-05-24	{"d6": "150", "3a_sports": "1503", "cfepp-final3": "123"}	{"cfepp": "CF-123", "ertel": "ES-1503", "lerrcp": "D6-150"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maryv", "family": "Dupureur-Samson", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1937-05-24 04:00", "note": null, "place": {"c1": null, "c2": "22", "c3": "", "cy": "FR", "lg": 2.76, "lat": 48.51, "name": "ST BRIEUC", "geoid": null}, "notime": null, "date-ut": "1937-05-24 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Maryv", "family": "Dupureur-Samson"}, "birth": {"date": "1937-05-24 04:00", "place": {"cy": "FR", "lg": -2.75, "lat": 48.51667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "150"}}, "raw": {"H": "4", "MN": "0", "DAY": "24", "LAT": "48N31", "LON": "02W45", "MON": "5", "NUM": "150", "SEC": "0", "YEA": "1937", "NAME": "Dupureur-Samson Maryv"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "F", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-1503"}}, "raw": {"L": "", "MF": "F", "NR": "1503", "ENG": "", "MA_": "0", "G_NR": "150", "MA12": "6", "MARS": "16", "NAME": "Dupureur-Samson", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "3,200", "CSINR": "", "KURTZ": "", "PHAS_": "98,400", "STUND": "", "CFEPNR": "123", "EXTEND": "", "NATION": "FRA", "TAGMON": "24.05.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Maryvonne", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "24.05.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1937-05-24 04:00", "place": {"c2": "22", "c3": "", "cy": "FR", "lg": 2.76, "lat": 48.51, "name": "ST BRIEUC"}, "date-ut": "1937-05-24 03:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "123"}}, "raw": {"S": "6", "LT": "04 00", "LV": "O", "TR": "f", "UT": "03 00", "LAT": "+48.51", "SRC": "L", "LONG": "+02.76", "NAME": "SAMSON Maryvonne", "SPORT": "Track & Field", "LOC_DATE": "1937 05 24", "UNIV_DATE": "1937 05 24", "BIRTH_PLACE": "ST BRIEUC", "POSTAL_CODE": "22023 CEDEX"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15946	facchetti-giacinto-1942-07-18	{"d6": "158", "3a_sports": "1571"}	{"ertel": "ES-1571", "lerrcp": "D6-158"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giacinto", "family": "Facchetti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-07-18 04:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 9.58333, "lat": 45.53333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Giacinto", "family": "Facchetti"}, "birth": {"date": "1942-07-18 04:30", "place": {"cy": "IT", "lg": 9.58333, "lat": 45.53333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "158"}}, "raw": {"H": "4", "MN": "30", "DAY": "18", "LAT": "45N32", "LON": "09E35", "MON": "7", "NUM": "158", "SEC": "0", "YEA": "1942", "NAME": "Facchetti Giacinto"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-1571"}}, "raw": {"L": "", "MF": "", "NR": "1571", "ENG": "", "MA_": "1", "G_NR": "158", "MA12": "10", "MARS": "30", "NAME": "Facchetti", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "7,200", "CSINR": "", "KURTZ": "", "PHAS_": "18,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "18.07.", "ZITATE": "DSWO", "ZITSUM": "4", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giacinto", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "18.07.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15947	famose-annie-1944-06-16	{"d6": "159", "3a_sports": "1583"}	{"ertel": "ES-1583", "lerrcp": "D6-159"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Annie", "family": "Famose", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1944-06-16 19:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": -0.38333, "lat": 43.28333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"name": {"given": "Annie", "family": "Famose"}, "birth": {"date": "1944-06-16 19:00", "place": {"cy": "FR", "lg": -0.38333, "lat": 43.28333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "159"}}, "raw": {"H": "19", "MN": "0", "DAY": "16", "LAT": "43N17", "LON": "00W23", "MON": "6", "NUM": "159", "SEC": "0", "YEA": "1944", "NAME": "Famose Annie"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "F", "occus": ["skier"], "partial-ids": {"ertel": "ES-1583"}}, "raw": {"L": "", "MF": "F", "NR": "1583", "ENG": "1", "MA_": "2", "G_NR": "159", "MA12": "4", "MARS": "11", "NAME": "Famose", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-10,30", "CSINR": "", "KURTZ": "", "PHAS_": "24,700", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "16.06.", "ZITATE": "DHKMSF", "ZITSUM": "6", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Annie", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "16.06.1944", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "5"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15944	eon-daniel-1939-12-20	{"d6": "156", "3a_sports": "1546", "cfepp-final3": "474"}	{"cfepp": "CF-474", "ertel": "ES-1546", "lerrcp": "D6-156"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "Eon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1939-12-20 05:30", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": 2.22, "lat": 47.28, "name": "ST NAZAIRE", "geoid": null}, "notime": null, "date-ut": "1939-12-20 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Daniel", "family": "Eon"}, "birth": {"date": "1939-12-20 05:30", "place": {"cy": "FR", "lg": -2.2, "lat": 47.28333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "156"}}, "raw": {"H": "5", "MN": "30", "DAY": "20", "LAT": "47N17", "LON": "02W12", "MON": "12", "NUM": "156", "SEC": "0", "YEA": "1939", "NAME": "Eon Daniel"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-1546"}}, "raw": {"L": "", "MF": "", "NR": "1546", "ENG": "", "MA_": "1", "G_NR": "156", "MA12": "9", "MARS": "27", "NAME": "Eon", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "60,700", "STUND": "", "CFEPNR": "474", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Daniel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "20.12.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1939-12-20 05:30", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": 2.22, "lat": 47.28, "name": "ST NAZAIRE"}, "date-ut": "1939-12-20 05:30"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "474"}}, "raw": {"S": "9", "LT": "05 30", "LV": "I3", "TR": "f", "UT": "05 30", "LAT": "+47.28", "SRC": "L", "LONG": "+02.22", "NAME": "EON Daniel", "SPORT": "Soccer", "LOC_DATE": "1939 12 20", "UNIV_DATE": "1939 12 20", "BIRTH_PLACE": "ST NAZAIRE", "POSTAL_CODE": "44606 CEDEX"}, "date": "2023-08-20T14:46:04+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15952	forbes-duncan-1941-06-19	{"d6": "164", "3a_sports": "1677"}	{"ertel": "ES-1677", "lerrcp": "D6-164"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Duncan", "family": "Forbes", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-06-19 01:20", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -3.21667, "lat": 55.95, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Duncan", "family": "Forbes"}, "birth": {"date": "1941-06-19 01:20", "place": {"cy": "GB", "lg": -3.21667, "lat": 55.95}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "164"}}, "raw": {"H": "1", "MN": "20", "DAY": "19", "LAT": "55N57", "LON": "03W13", "MON": "6", "NUM": "164", "SEC": "0", "YEA": "1941", "NAME": "Forbes Duncan"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-1677"}}, "raw": {"L": "", "MF": "", "NR": "1677", "ENG": "", "MA_": "1", "G_NR": "164", "MA12": "12", "MARS": "35", "NAME": "Forbes", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-8,900", "CSINR": "", "KURTZ": "", "PHAS_": "28,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "SCO", "TAGMON": "19.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Duncan", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.06.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15953	fornara-pasquale-1925-03-29	{"d6": "165", "3a_sports": "1684"}	{"ertel": "ES-1684", "lerrcp": "D6-165"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pasquale", "family": "Fornara", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-03-29 02:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 8.45, "lat": 45.75, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Pasquale", "family": "Fornara"}, "birth": {"date": "1925-03-29 02:00", "place": {"cy": "IT", "lg": 8.45, "lat": 45.75}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "165"}}, "raw": {"H": "2", "MN": "0", "DAY": "29", "LAT": "45N45", "LON": "08E27", "MON": "3", "NUM": "165", "SEC": "0", "YEA": "1925", "NAME": "Fornara Pasquale"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-1684"}}, "raw": {"L": "", "MF": "", "NR": "1684", "ENG": "", "MA_": "0", "G_NR": "165", "MA12": "8", "MARS": "23", "NAME": "Fornara", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "7,400", "CSINR": "", "KURTZ": "", "PHAS_": "20,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "29.03.", "ZITATE": "DHFO", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pasquale", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "29.03.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15950	floch-louis-1947-12-28	{"d6": "162", "3a_sports": "1654", "cfepp-final3": "477"}	{"cfepp": "CF-477", "ertel": "ES-1654", "lerrcp": "D6-162"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Floch", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-12-28 12:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": 3.99, "lat": 48.69, "name": "ST POL DE LEON", "geoid": null}, "notime": null, "date-ut": "1947-12-28 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Floch"}, "birth": {"date": "1947-12-28 12:00", "place": {"cy": "FR", "lg": -4, "lat": 48.7}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "162"}}, "raw": {"H": "12", "MN": "0", "DAY": "28", "LAT": "48N42", "LON": "04W00", "MON": "12", "NUM": "162", "SEC": "0", "YEA": "1947", "NAME": "Floch Louis"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-1654"}}, "raw": {"L": "", "MF": "", "NR": "1654", "ENG": "", "MA_": "1", "G_NR": "162", "MA12": "6", "MARS": "18", "NAME": "Floch", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "1,000", "CSINR": "", "KURTZ": "", "PHAS_": "99,900", "STUND": "", "CFEPNR": "477", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.12.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Louis", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "28.12.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1947-12-28 12:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": 3.99, "lat": 48.69, "name": "ST POL DE LEON"}, "date-ut": "1947-12-28 11:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "477"}}, "raw": {"S": "6", "LT": "12 00", "LV": "I12", "TR": "f", "UT": "11 00", "LAT": "+48.69", "SRC": "L", "LONG": "+03.99", "NAME": "FLOCH Louis", "SPORT": "Soccer", "LOC_DATE": "1947 12 28", "UNIV_DATE": "1947 12 28", "BIRTH_PLACE": "ST POL DE LEON", "POSTAL_CODE": "29250"}, "date": "2023-08-20T14:46:04+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15956	fulgenzy-max-1934-06-26	{"d6": "168", "3a_sports": "1732"}	{"ertel": "ES-1732", "lerrcp": "D6-168"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Fulgenzy", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-06-26 02:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 4.73333, "lat": 49.88333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Max", "family": "Fulgenzy"}, "birth": {"date": "1934-06-26 02:15", "place": {"cy": "FR", "lg": 4.73333, "lat": 49.88333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "168"}}, "raw": {"H": "2", "MN": "15", "DAY": "26", "LAT": "49N53", "LON": "04E44", "MON": "6", "NUM": "168", "SEC": "0", "YEA": "1934", "NAME": "Fulgenzy Max"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-1732"}}, "raw": {"L": "", "MF": "", "NR": "1732", "ENG": "", "MA_": "0", "G_NR": "168", "MA12": "12", "MARS": "34", "NAME": "Fulgenzy", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "4,900", "CSINR": "", "KURTZ": "", "PHAS_": "97,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "26.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Max", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "26.06.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15958	gambillon-genevieve-1951-06-30	{"d6": "170", "3a_sports": "1772"}	{"ertel": "ES-1772", "lerrcp": "D6-170"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Geneviève", "family": "Gambillon", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1951-06-30 01:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": -1.5, "lat": 48.86667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Geneviève", "family": "Gambillon"}, "birth": {"date": "1951-06-30 01:00", "place": {"cy": "FR", "lg": -1.5, "lat": 48.86667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "170"}}, "raw": {"H": "1", "MN": "0", "DAY": "30", "LAT": "48N52", "LON": "01W30", "MON": "6", "NUM": "170", "SEC": "0", "YEA": "1951", "NAME": "Gambillon Geneviève"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "F", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-1772"}}, "raw": {"L": "", "MF": "F", "NR": "1772", "ENG": "", "MA_": "1", "G_NR": "170", "MA12": "10", "MARS": "29", "NAME": "Gambillon", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-7,700", "CSINR": "", "KURTZ": "", "PHAS_": "16,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "30.06.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Genevieve", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "30.06.1951", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15959	garin-maurice-1871-03-03	{"d6": "171", "3a_sports": "1789"}	{"ertel": "ES-1789", "lerrcp": "D6-171"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Garin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1871-03-03 17:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 7.31667, "lat": 45.71667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Garin"}, "birth": {"date": "1871-03-03 17:00", "place": {"cy": "IT", "lg": 7.31667, "lat": 45.71667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "171"}}, "raw": {"H": "17", "MN": "0", "DAY": "3", "LAT": "45N43", "LON": "07E19", "MON": "3", "NUM": "171", "SEC": "0", "YEA": "1871", "NAME": "Garin Maurice"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-1789"}}, "raw": {"L": "", "MF": "", "NR": "1789", "ENG": "", "MA_": "0", "G_NR": "171", "MA12": "12", "MARS": "34", "NAME": "Garin", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "8,100", "CSINR": "", "KURTZ": "e", "PHAS_": "81,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "03.03.", "ZITATE": "DHSFO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Maurice", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "03.03.1871", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15961	garth-james-1922-05-01	{"d6": "173", "3a_sports": "1794"}	{"ertel": "ES-1794", "lerrcp": "D6-173"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Garth", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-05-01 13:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -4.25, "lat": 55.88333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "James", "family": "Garth"}, "birth": {"date": "1922-05-01 13:00", "place": {"cy": "GB", "lg": -4.25, "lat": 55.88333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "173"}}, "raw": {"H": "13", "MN": "0", "DAY": "1", "LAT": "55N53", "LON": "04W15", "MON": "5", "NUM": "173", "SEC": "0", "YEA": "1922", "NAME": "Garth James"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-1794"}}, "raw": {"L": "", "MF": "", "NR": "1794", "ENG": "", "MA_": "0", "G_NR": "173", "MA12": "8", "MARS": "24", "NAME": "Garth", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "6,700", "CSINR": "", "KURTZ": "", "PHAS_": "14,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "SCO", "TAGMON": "01.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "James", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.05.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15963	gaul-charly-1932-12-08	{"d6": "175", "3a_sports": "1802"}	{"ertel": "ES-1802", "lerrcp": "D6-175"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charly", "family": "Gaul", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-12-08 02:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "LU", "lg": 6.13333, "lat": 49.61667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Charly", "family": "Gaul"}, "birth": {"date": "1932-12-08 02:30", "place": {"cy": "LU", "lg": 6.13333, "lat": 49.61667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "175"}}, "raw": {"H": "2", "MN": "30", "DAY": "8", "LAT": "49N37", "LON": "06E08", "MON": "12", "NUM": "175", "SEC": "0", "YEA": "1932", "NAME": "Gaul Charly"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-1802"}}, "raw": {"L": "", "MF": "", "NR": "1802", "ENG": "", "MA_": "1", "G_NR": "175", "MA12": "2", "MARS": "6", "NAME": "Gaul", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "8,300", "CSINR": "", "KURTZ": "", "PHAS_": "78,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "LUX", "TAGMON": "08.12.", "ZITATE": "DHSFO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Charly", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "08.12.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15964	geesink-antonius-1934-04-06	{"d6": "176", "3a_sports": "1809"}	{"ertel": "ES-1809", "lerrcp": "D6-176"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonius", "family": "Geesink", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-04-06 03:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "NL", "lg": 5.11667, "lat": 52.1, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["judoka"]	5	null	[{"new": {"name": {"given": "Antonius", "family": "Geesink"}, "birth": {"date": "1934-04-06 03:30", "place": {"cy": "NL", "lg": 5.11667, "lat": 52.1}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "176"}}, "raw": {"H": "3", "MN": "30", "DAY": "6", "LAT": "52N06", "LON": "05E07", "MON": "4", "NUM": "176", "SEC": "0", "YEA": "1934", "NAME": "Geesink Antonius"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["judoka"], "partial-ids": {"ertel": "ES-1809"}}, "raw": {"L": "", "MF": "", "NR": "1809", "ENG": "", "MA_": "0", "G_NR": "176", "MA12": "11", "MARS": "33", "NAME": "Geesink", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-10,60", "CSINR": "", "KURTZ": "e", "PHAS_": "61,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "NET", "TAGMON": "06.04.", "ZITATE": "DKS", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Antonius", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "06.04.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "JUDO", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15971	gonzales-joseph-1941-08-06	{"d6": "183", "3a_sports": "1901", "cfepp-final3": "238"}	{"cfepp": "CF-238", "ertel": "ES-1901", "lerrcp": "D6-183"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Gonzales", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-08-06 10:00", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": -3, "lat": 43.18, "name": "NARBONNE", "geoid": null}, "notime": null, "date-ut": "1941-08-06 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Gonzales"}, "birth": {"date": "1941-08-06 10:00", "place": {"cy": "FR", "lg": 3, "lat": 43.18333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "183"}}, "raw": {"H": "10", "MN": "0", "DAY": "6", "LAT": "43N11", "LON": "03E00", "MON": "8", "NUM": "183", "SEC": "0", "YEA": "1941", "NAME": "Gonzales Joseph"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["boxer"], "partial-ids": {"ertel": "ES-1901"}}, "raw": {"L": "", "MF": "", "NR": "1901", "ENG": "", "MA_": "0", "G_NR": "183", "MA12": "5", "MARS": "15", "NAME": "Gonzales", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "4,300", "CSINR": "", "KURTZ": "", "PHAS_": "98,000", "STUND": "", "CFEPNR": "238", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.08.", "ZITATE": "DKF", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Joseph", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "06.08.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1941-08-06 10:00", "place": {"c2": "11", "c3": "", "cy": "FR", "lg": -3, "lat": 43.18, "name": "NARBONNE"}, "date-ut": "1941-08-06 08:00"}, "occus": ["boxer"], "ids-in-sources": {"cfepp-final3": "238"}}, "raw": {"S": "5", "LT": "10 00", "LV": "O", "TR": "f", "UT": "08 00", "LAT": "+43.18", "SRC": "L", "LONG": "-03.00", "NAME": "GONZALES Joseph", "SPORT": "Boxing", "LOC_DATE": "1941 08 06", "UNIV_DATE": "1941 08 06", "BIRTH_PLACE": "NARBONNE", "POSTAL_CODE": "11108 CEDEX"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15970	gondet-philippe-1942-05-17	{"d6": "182", "3a_sports": "1898", "cfepp-final3": "486"}	{"cfepp": "CF-486", "ertel": "ES-1898", "lerrcp": "D6-182"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Gondet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-05-17 07:00", "note": null, "place": {"c1": null, "c2": "41", "c3": "", "cy": "FR", "lg": -1.33, "lat": 47.59, "name": "BLOIS", "geoid": null}, "notime": null, "date-ut": "1942-05-17 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Gondet"}, "birth": {"date": "1942-05-17 07:00", "place": {"cy": "FR", "lg": 1.33333, "lat": 47.6}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "182"}}, "raw": {"H": "7", "MN": "0", "DAY": "17", "LAT": "47N36", "LON": "01E20", "MON": "5", "NUM": "182", "SEC": "0", "YEA": "1942", "NAME": "Gondet Philippe"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-1898"}}, "raw": {"L": "", "MF": "", "NR": "1898", "ENG": "", "MA_": "0", "G_NR": "182", "MA12": "11", "MARS": "32", "NAME": "Gondet", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "2,300", "CSINR": "", "KURTZ": "", "PHAS_": "3,000", "STUND": "", "CFEPNR": "486", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.05.", "ZITATE": "DSO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Philippe", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "17.05.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1942-05-17 07:00", "place": {"c2": "41", "c3": "", "cy": "FR", "lg": -1.33, "lat": 47.59, "name": "BLOIS"}, "date-ut": "1942-05-17 05:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "486"}}, "raw": {"S": "11", "LT": "07 00", "LV": "I14", "TR": "f", "UT": "05 00", "LAT": "+47.59", "SRC": "L", "LONG": "-01.33", "NAME": "GONDET Philippe", "SPORT": "Soccer", "LOC_DATE": "1942 05 17", "UNIV_DATE": "1942 05 17", "BIRTH_PLACE": "BLOIS", "POSTAL_CODE": "41012 CEDEX"}, "date": "2023-08-20T14:46:04+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15968	goitschel-christiane-1944-06-09	{"d6": "180", "3a_sports": "1893", "cfepp-final3": "979"}	{"cfepp": "CF-979", "ertel": "ES-1893", "lerrcp": "D6-180"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christiane", "family": "Goitschel", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1944-06-09 18:00", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": -6.63, "lat": 45.94, "name": "SALLANCHES", "geoid": null}, "notime": null, "date-ut": "1944-06-09 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"name": {"given": "Christiane", "family": "Goitschel"}, "birth": {"date": "1944-06-09 18:00", "place": {"cy": "FR", "lg": 6.63333, "lat": 45.93333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "180"}}, "raw": {"H": "18", "MN": "0", "DAY": "9", "LAT": "45N56", "LON": "06E38", "MON": "6", "NUM": "180", "SEC": "0", "YEA": "1944", "NAME": "Goitschel Christiane"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "F", "occus": ["skier"], "partial-ids": {"ertel": "ES-1893"}}, "raw": {"L": "", "MF": "F", "NR": "1893", "ENG": "1", "MA_": "2", "G_NR": "180", "MA12": "4", "MARS": "10", "NAME": "Goitschel", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-4,200", "CSINR": "", "KURTZ": "", "PHAS_": "94,000", "STUND": "", "CFEPNR": "979", "EXTEND": "1", "NATION": "FRA", "TAGMON": "09.06.", "ZITATE": "DHKSF", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Christiane", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "09.06.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1944-06-09 18:00", "place": {"c2": "74", "c3": "", "cy": "FR", "lg": -6.63, "lat": 45.94, "name": "SALLANCHES"}, "date-ut": "1944-06-09 16:00"}, "occus": ["skier"], "ids-in-sources": {"cfepp-final3": "979"}}, "raw": {"S": "4", "LT": "18 00", "LV": "O", "TR": "f", "UT": "16 00", "LAT": "+45.94", "SRC": "L", "LONG": "-06.63", "NAME": "GOITSCHEL Christine", "SPORT": "Skiing", "LOC_DATE": "1944 06 09", "UNIV_DATE": "1944 06 09", "BIRTH_PLACE": "SALLANCHES", "POSTAL_CODE": "74700"}, "date": "2023-08-20T14:46:16+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15974	gray-eddie-1948-01-17	{"d6": "186", "3a_sports": "1946"}	{"ertel": "ES-1946", "lerrcp": "D6-186"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eddie", "family": "Gray", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-01-17 16:20", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -4.25, "lat": 55.88333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Eddie", "family": "Gray"}, "birth": {"date": "1948-01-17 16:20", "place": {"cy": "GB", "lg": -4.25, "lat": 55.88333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "186"}}, "raw": {"H": "16", "MN": "20", "DAY": "17", "LAT": "55N53", "LON": "04W15", "MON": "1", "NUM": "186", "SEC": "0", "YEA": "1948", "NAME": "Gray Eddie"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-1946"}}, "raw": {"L": "", "MF": "", "NR": "1946", "ENG": "", "MA_": "1", "G_NR": "186", "MA12": "10", "MARS": "30", "NAME": "Gray", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "8,000", "CSINR": "", "KURTZ": "", "PHAS_": "26,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "SCO", "TAGMON": "17.01.", "ZITATE": "S", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Eddie", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "17.01.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15977	grim-joe-1881-03-24	{"d6": "189", "3a_sports": "1968"}	{"ertel": "ES-1968", "lerrcp": "D6-189"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joe", "family": "Grim", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1881-03-24 10:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 15.03333, "lat": 40.83333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Joe", "family": "Grim"}, "birth": {"date": "1881-03-24 10:00", "place": {"cy": "IT", "lg": 15.03333, "lat": 40.83333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "189"}}, "raw": {"H": "10", "MN": "0", "DAY": "24", "LAT": "40N50", "LON": "15E02", "MON": "3", "NUM": "189", "SEC": "0", "YEA": "1881", "NAME": "Grim Joe(Giannone S)"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["boxer"], "partial-ids": {"ertel": "ES-1968"}}, "raw": {"L": "", "MF": "", "NR": "1968", "ENG": "1", "MA_": "2", "G_NR": "189", "MA12": "4", "MARS": "11", "NAME": "Grim", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-11,40", "CSINR": "", "KURTZ": "", "PHAS_": "40,400", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "24.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Joe (Giannone S.)", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.03.1881", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15976	gress-gilbert-1941-09-17	{"d6": "188", "3a_sports": "1959", "cfepp-final3": "490"}	{"cfepp": "CF-490", "ertel": "ES-1959", "lerrcp": "D6-188"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilbert", "family": "Gress", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-09-17 00:30", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": -7.75, "lat": 48.58, "name": "STRASBOURG", "geoid": null}, "notime": null, "date-ut": "1941-09-16 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Gilbert", "family": "Gress"}, "birth": {"date": "1941-12-17 00:30", "place": {"cy": "FR", "lg": 7.75, "lat": 48.58333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "188"}}, "raw": {"H": "0", "MN": "30", "DAY": "17", "LAT": "48N35", "LON": "07E45", "MON": "12", "NUM": "188", "SEC": "0", "YEA": "1941", "NAME": "Gress Gilbert"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-1959"}}, "raw": {"L": "", "MF": "", "NR": "1959", "ENG": "", "MA_": "1", "G_NR": "188", "MA12": "5", "MARS": "14", "NAME": "Gress", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-5,600", "CSINR": "", "KURTZ": "", "PHAS_": "3,300", "STUND": "", "CFEPNR": "490", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.12.", "ZITATE": "DSO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gilbert", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "17.12.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "gress-gilbert-1941-09-17", "birth": {"date": "1941-09-17 00:30", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": -7.75, "lat": 48.58, "name": "STRASBOURG"}, "date-ut": "1941-09-16 22:30"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "490"}}, "raw": {"S": "2", "LT": "00 30", "LV": "I2", "TR": "f", "UT": "22 30", "LAT": "+48.58", "SRC": "L", "LONG": "-07.75", "NAME": "GRESS Gilbert", "SPORT": "Soccer", "LOC_DATE": "1941 09 17", "UNIV_DATE": "1941 09 16", "BIRTH_PLACE": "STRASBOURG", "POSTAL_CODE": "67070 CEDEX"}, "date": "2023-08-20T14:46:04+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15980	guerra-pietro-1943-06-28	{"d6": "192", "3a_sports": "2004"}	{"ertel": "ES-2004", "lerrcp": "D6-192"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Guerra", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-06-28 09:50", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 11.23333, "lat": 45.25, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Pietro", "family": "Guerra"}, "birth": {"date": "1943-06-28 09:50", "place": {"cy": "IT", "lg": 11.23333, "lat": 45.25}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "192"}}, "raw": {"H": "9", "MN": "50", "DAY": "28", "LAT": "45N15", "LON": "11E14", "MON": "6", "NUM": "192", "SEC": "0", "YEA": "1943", "NAME": "Guerra Pietro"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-2004"}}, "raw": {"L": "", "MF": "", "NR": "2004", "ENG": "1", "MA_": "2", "G_NR": "192", "MA12": "4", "MARS": "12", "NAME": "Guerra", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-8,700", "CSINR": "", "KURTZ": "", "PHAS_": "19,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "28.06.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pietro", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "28.06.1943", "GQBECORR": "", "NIENCORR": "NAT", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15982	gugliermina-giuseppe-1872-10-28	{"d6": "194", "3a_sports": "2009"}	{"ertel": "ES-2009", "lerrcp": "D6-194"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Gugliermina", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1872-10-28 10:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 8.26667, "lat": 45.71667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mountaineer"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Gugliermina"}, "birth": {"date": "1872-10-28 10:30", "place": {"cy": "IT", "lg": 8.26667, "lat": 45.71667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "194"}}, "raw": {"H": "10", "MN": "30", "DAY": "28", "LAT": "45N43", "LON": "08E16", "MON": "10", "NUM": "194", "SEC": "0", "YEA": "1872", "NAME": "Gugliermina Giuseppe"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["mountaineer"], "partial-ids": {"ertel": "ES-2009"}}, "raw": {"L": "", "MF": "", "NR": "2009", "ENG": "1", "MA_": "2", "G_NR": "194", "MA12": "4", "MARS": "12", "NAME": "Gugliermina", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-8,100", "CSINR": "", "KURTZ": "", "PHAS_": "18,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "28.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giuseppe", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "28.10.1872", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "ALPI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15983	guy-andre-1941-03-03	{"d6": "195", "3a_sports": "2029"}	{"ertel": "ES-2029", "lerrcp": "D6-195"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Guy", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-03-03 13:50", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 5.21667, "lat": 46.2, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "André", "family": "Guy"}, "birth": {"date": "1941-03-03 13:50", "place": {"cy": "FR", "lg": 5.21667, "lat": 46.2}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "195"}}, "raw": {"H": "13", "MN": "50", "DAY": "3", "LAT": "46N12", "LON": "05E13", "MON": "3", "NUM": "195", "SEC": "0", "YEA": "1941", "NAME": "Guy André"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2029"}}, "raw": {"L": "", "MF": "", "NR": "2029", "ENG": "", "MA_": "1", "G_NR": "195", "MA12": "7", "MARS": "20", "NAME": "Guy", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "7,100", "CSINR": "", "KURTZ": "", "PHAS_": "20,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "03.03.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "03.03.1941", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15985	harper-joe-1948-01-11	{"d6": "197", "3a_sports": "2063"}	{"ertel": "ES-2063", "lerrcp": "D6-197"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joe", "family": "Harper", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-01-11 23:10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -4.75, "lat": 55.95, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Joe", "family": "Harper"}, "birth": {"date": "1948-01-11 23:10", "place": {"cy": "GB", "lg": -4.75, "lat": 55.95}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "197"}}, "raw": {"H": "23", "MN": "10", "DAY": "11", "LAT": "55N57", "LON": "04W45", "MON": "1", "NUM": "197", "SEC": "0", "YEA": "1948", "NAME": "Harper Joe"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2063"}}, "raw": {"L": "", "MF": "", "NR": "2063", "ENG": "", "MA_": "1", "G_NR": "197", "MA12": "2", "MARS": "4", "NAME": "Harper", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-1,500", "CSINR": "", "KURTZ": "", "PHAS_": "0,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "SCO", "TAGMON": "11.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Joe", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "11.01.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15989	hausser-gerard-1941-10-28	{"d6": "201", "3a_sports": "2078"}	{"ertel": "ES-2078", "lerrcp": "D6-201"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Hausser", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-10-28 10:40", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 7.75, "lat": 48.58333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Gérard", "family": "Hausser"}, "birth": {"date": "1941-10-28 10:40", "place": {"cy": "FR", "lg": 7.75, "lat": 48.58333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "201"}}, "raw": {"H": "10", "MN": "40", "DAY": "28", "LAT": "48N35", "LON": "07E45", "MON": "10", "NUM": "201", "SEC": "0", "YEA": "1941", "NAME": "Hausser Gérard"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2078"}}, "raw": {"L": "", "MF": "", "NR": "2078", "ENG": "", "MA_": "1", "G_NR": "201", "MA12": "9", "MARS": "26", "NAME": "Hausser", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "10,700", "CSINR": "", "KURTZ": "", "PHAS_": "58,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.10.", "ZITATE": "DWO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gérard", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "28.10.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15988	hassler-nicole-1941-01-06	{"d6": "200", "3a_sports": "2073", "cfepp-final3": "709"}	{"cfepp": "CF-709", "ertel": "ES-2073", "lerrcp": "D6-200"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicole", "family": "Hassler", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1941-01-06 05:30", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": -6.87, "lat": 45.92, "name": "CHAMONIX MONT BLANC", "geoid": null}, "notime": null, "date-ut": "1941-01-06 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["figure-skater"]	5	null	[{"new": {"name": {"given": "Nicole", "family": "Hassler"}, "birth": {"date": "1941-01-06 05:30", "place": {"cy": "FR", "lg": 6.86667, "lat": 45.91667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "200"}}, "raw": {"H": "5", "MN": "30", "DAY": "6", "LAT": "45N55", "LON": "06E52", "MON": "1", "NUM": "200", "SEC": "0", "YEA": "1941", "NAME": "Hassler Nicole"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "F", "occus": ["winter-sports-practitioner"], "partial-ids": {"ertel": "ES-2073"}}, "raw": {"L": "", "MF": "F", "NR": "2073", "ENG": "1", "MA_": "2", "G_NR": "200", "MA12": "1", "MARS": "2", "NAME": "Hassler", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "54,200", "STUND": "", "CFEPNR": "709", "EXTEND": "1", "NATION": "FRA", "TAGMON": "06.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Nicole", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "06.01.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "ICES", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1941-01-06 05:30", "place": {"c2": "74", "c3": "", "cy": "FR", "lg": -6.87, "lat": 45.92, "name": "CHAMONIX MONT BLANC"}, "date-ut": "1941-01-06 04:30"}, "occus": ["figure-skater"], "ids-in-sources": {"cfepp-final3": "709"}}, "raw": {"S": "1", "LT": "05 30", "LV": "FI", "TR": "f", "UT": "04 30", "LAT": "+45.92", "SRC": "L", "LONG": "-06.87", "NAME": "HASSLER Nicole", "SPORT": "Figure Skating", "LOC_DATE": "1941 01 06", "UNIV_DATE": "1941 01 06", "BIRTH_PLACE": "CHAMONIX MONT BLANC", "POSTAL_CODE": "74403 CEDEX"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15996	holdorf-willi-1940-02-17	{"d6": "208", "3a_sports": "2136"}	{"ertel": "ES-2136", "lerrcp": "D6-208"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willi", "family": "Holdorf", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-02-17 11:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 9.43333, "lat": 53.78333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Willi", "family": "Holdorf"}, "birth": {"date": "1940-02-17 11:00", "place": {"cy": "DE", "lg": 9.43333, "lat": 53.78333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "208"}}, "raw": {"H": "11", "MN": "0", "DAY": "17", "LAT": "53N47", "LON": "09E26", "MON": "2", "NUM": "208", "SEC": "0", "YEA": "1940", "NAME": "Holdorf Willi"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-2136"}}, "raw": {"L": "", "MF": "", "NR": "2136", "ENG": "1", "MA_": "2", "G_NR": "208", "MA12": "1", "MARS": "3", "NAME": "Holdorf", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "10,100", "CSINR": "", "KURTZ": "", "PHAS_": "54,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "GER", "TAGMON": "17.02.", "ZITATE": "DKST", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Willi", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "17.02.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15992	herbet-yves-1945-08-17	{"d6": "204", "3a_sports": "2106", "cfepp-final3": "495"}	{"cfepp": "CF-495", "ertel": "ES-2106", "lerrcp": "D6-204"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Herbet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1945-08-17 09:00", "note": null, "place": {"c1": null, "c2": "02", "c3": "", "cy": "FR", "lg": -3.09, "lat": 49.26, "name": "VILLERS COTTERETS", "geoid": null}, "notime": null, "date-ut": "1945-08-17 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Herbet"}, "birth": {"date": "1945-08-17 09:00", "place": {"cy": "FR", "lg": 3.1, "lat": 49.25}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "204"}}, "raw": {"H": "9", "MN": "0", "DAY": "17", "LAT": "49N15", "LON": "03E06", "MON": "8", "NUM": "204", "SEC": "0", "YEA": "1945", "NAME": "Herbet Yves"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2106"}}, "raw": {"L": "", "MF": "", "NR": "2106", "ENG": "0", "MA_": "2", "G_NR": "204", "MA12": "3", "MARS": "9", "NAME": "Herbet", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "9,600", "CSINR": "", "KURTZ": "", "PHAS_": "59,500", "STUND": "", "CFEPNR": "495", "EXTEND": "1", "NATION": "FRA", "TAGMON": "17.08.", "ZITATE": "DWO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Yves", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "17.08.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1945-08-17 09:00", "place": {"c2": "02", "c3": "", "cy": "FR", "lg": -3.09, "lat": 49.26, "name": "VILLERS COTTERETS"}, "date-ut": "1945-08-17 07:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "495"}}, "raw": {"S": "3", "LT": "09 00", "LV": "I14", "TR": "f", "UT": "07 00", "LAT": "+49.26", "SRC": "L", "LONG": "-03.09", "NAME": "HERBET Yves", "SPORT": "Soccer", "LOC_DATE": "1945 08 17", "UNIV_DATE": "1945 08 17", "BIRTH_PLACE": "VILLERS COTTERETS", "POSTAL_CODE": "02600"}, "date": "2023-08-20T14:46:04+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15994	herrero-andre-1938-11-28	{"d6": "206", "3a_sports": "2116", "cfepp-final3": "886"}	{"cfepp": "CF-886", "ertel": "ES-2116", "lerrcp": "D6-206"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Herrero", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1938-11-28 02:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": -3.04, "lat": 43.37, "name": "PUISSERGUIER", "geoid": null}, "notime": null, "date-ut": "1938-11-28 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "André", "family": "Herrero"}, "birth": {"date": "1938-01-28 02:00", "place": {"cy": "FR", "lg": 3.05, "lat": 43.36667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "206"}}, "raw": {"H": "2", "MN": "0", "DAY": "28", "LAT": "43N22", "LON": "03E03", "MON": "1", "NUM": "206", "SEC": "0", "YEA": "1938", "NAME": "Herrero André"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-2116"}}, "raw": {"L": "", "MF": "", "NR": "2116", "ENG": "", "MA_": "1", "G_NR": "206", "MA12": "9", "MARS": "26", "NAME": "Herrero", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-6,600", "CSINR": "", "KURTZ": "", "PHAS_": "11,400", "STUND": "", "CFEPNR": "887", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.01.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "28.01.1938", "GQBECORR": "d2", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "herrero-andre-1938-11-28", "birth": {"date": "1938-11-28 02:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": -3.04, "lat": 43.37, "name": "PUISSERGUIER"}, "date-ut": "1938-11-28 02:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "886"}}, "raw": {"S": "12", "LT": "02 00", "LV": "I22", "TR": "f", "UT": "02 00", "LAT": "+43.37", "SRC": "L", "LONG": "-03.04", "NAME": "HERRERO Andre", "SPORT": "Rugby Union", "LOC_DATE": "1938 11 28", "UNIV_DATE": "1938 11 28", "BIRTH_PLACE": "PUISSERGUIER", "POSTAL_CODE": "34620"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16002	hutchison-tommy-1947-09-22	{"d6": "214", "3a_sports": "2168"}	{"ertel": "ES-2168", "lerrcp": "D6-214"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tommy", "family": "Hutchison", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-09-22 11:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -3.48333, "lat": 56.06667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Tommy", "family": "Hutchison"}, "birth": {"date": "1947-09-22 11:00", "place": {"cy": "GB", "lg": -3.48333, "lat": 56.06667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "214"}}, "raw": {"H": "11", "MN": "0", "DAY": "22", "LAT": "56N04", "LON": "03W29", "MON": "9", "NUM": "214", "SEC": "0", "YEA": "1947", "NAME": "Hutchison Tommy"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2168"}}, "raw": {"L": "", "MF": "", "NR": "2168", "ENG": "1", "MA_": "2", "G_NR": "214", "MA12": "4", "MARS": "12", "NAME": "Hutchinson", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "9,500", "CSINR": "", "KURTZ": "", "PHAS_": "47,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "SCO", "TAGMON": "22.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Tommy", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.09.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15999	huck-jean-noel-1948-12-20	{"d6": "211", "3a_sports": "2153", "cfepp-final3": "499"}	{"cfepp": "CF-499", "ertel": "ES-2153", "lerrcp": "D6-211"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Noël", "family": "Huck", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-12-20 11:00", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": -7.46, "lat": 48.54, "name": "MUTZIG", "geoid": null}, "notime": null, "date-ut": "1948-12-20 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jean-Noël", "family": "Huck"}, "birth": {"date": "1948-12-20 11:00", "place": {"cy": "FR", "lg": 7.45, "lat": 48.55}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "211"}}, "raw": {"H": "11", "MN": "0", "DAY": "20", "LAT": "48N33", "LON": "07E27", "MON": "12", "NUM": "211", "SEC": "0", "YEA": "1948", "NAME": "Huck Jean Noel"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2153"}}, "raw": {"L": "", "MF": "", "NR": "2153", "ENG": "1", "MA_": "2", "G_NR": "211", "MA12": "1", "MARS": "3", "NAME": "Huck", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-7,500", "CSINR": "", "KURTZ": "", "PHAS_": "83,800", "STUND": "", "CFEPNR": "499", "EXTEND": "1", "NATION": "FRA", "TAGMON": "20.12.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean Noel", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "20.12.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1948-12-20 11:00", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": -7.46, "lat": 48.54, "name": "MUTZIG"}, "date-ut": "1948-12-20 10:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "499"}}, "raw": {"S": "1", "LT": "11 00", "LV": "I8", "TR": "f", "UT": "10 00", "LAT": "+48.54", "SRC": "L", "LONG": "-07.46", "NAME": "HUCK Jean-Noel", "SPORT": "Soccer", "LOC_DATE": "1948 12 20", "UNIV_DATE": "1948 12 20", "BIRTH_PLACE": "MUTZIG", "POSTAL_CODE": "67190"}, "date": "2023-08-20T14:46:04+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16001	huot-valentin-1929-05-01	{"d6": "213", "3a_sports": "2164", "cfepp-final3": "1085"}	{"cfepp": "CF-1085", "ertel": "ES-2164", "lerrcp": "D6-213"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Valentin", "family": "Huot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-05-01 01:30", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": -0.67, "lat": 45.07, "name": "CREYSSENSAC ET PISSOT", "geoid": null}, "notime": null, "date-ut": "1929-05-01 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Valentin", "family": "Huot"}, "birth": {"date": "1929-05-01 01:30", "place": {"cy": "FR", "lg": 0.73333, "lat": 45.03333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "213"}}, "raw": {"H": "1", "MN": "30", "DAY": "1", "LAT": "45N02", "LON": "00E44", "MON": "5", "NUM": "213", "SEC": "0", "YEA": "1929", "NAME": "Huot Valentin"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-2164"}}, "raw": {"L": "", "MF": "", "NR": "2164", "ENG": "", "MA_": "1", "G_NR": "213", "MA12": "6", "MARS": "18", "NAME": "Huot", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-9,100", "CSINR": "", "KURTZ": "", "PHAS_": "60,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.05.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Valentin", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "01.05.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1929-05-01 01:30", "place": {"c2": "24", "c3": "", "cy": "FR", "lg": -0.67, "lat": 45.07, "name": "CREYSSENSAC ET PISSOT"}, "date-ut": "1929-05-01 00:30"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "1085"}}, "raw": {"S": "6", "LT": "01 30", "LV": "", "TR": "f", "UT": "00 30", "LAT": "+45.07", "SRC": "L   F", "LONG": "-00.67", "NAME": "HUOT Valentin", "SPORT": "Cycling", "LOC_DATE": "1929 05 01", "UNIV_DATE": "1929 05 01", "BIRTH_PLACE": "CREYSSENSAC ET PISSOT", "POSTAL_CODE": "24380"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16007	jacquet-aime-1941-11-27	{"d6": "219", "3a_sports": "2196"}	{"ertel": "ES-2196", "lerrcp": "D6-219"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aimé", "family": "Jacquet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-11-27 00:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 3.96667, "lat": 45.71667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Aimé", "family": "Jacquet"}, "birth": {"date": "1941-11-27 00:15", "place": {"cy": "FR", "lg": 3.96667, "lat": 45.71667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "219"}}, "raw": {"H": "0", "MN": "15", "DAY": "27", "LAT": "45N43", "LON": "03E58", "MON": "11", "NUM": "219", "SEC": "0", "YEA": "1941", "NAME": "Jacquet Aimé"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2196"}}, "raw": {"L": "", "MF": "", "NR": "2196", "ENG": "", "MA_": "1", "G_NR": "219", "MA12": "5", "MARS": "14", "NAME": "Jacquet", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "10,000", "CSINR": "", "KURTZ": "", "PHAS_": "62,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.11.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Aimé", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "27.11.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16008	janssen-jan-1940-05-19	{"d6": "220", "3a_sports": "2199"}	{"ertel": "ES-2199", "lerrcp": "D6-220"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Janssen", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-05-19 09:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "NL", "lg": 4.9, "lat": 52.35, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Janssen"}, "birth": {"date": "1940-05-19 09:30", "place": {"cy": "NL", "lg": 4.9, "lat": 52.35}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "220"}}, "raw": {"H": "9", "MN": "30", "DAY": "19", "LAT": "52N21", "LON": "04E54", "MON": "5", "NUM": "220", "SEC": "0", "YEA": "1940", "NAME": "Janssen Jan"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-2199"}}, "raw": {"L": "", "MF": "", "NR": "2199", "ENG": "1", "MA_": "2", "G_NR": "220", "MA12": "1", "MARS": "3", "NAME": "Janssen", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "7,800", "CSINR": "", "KURTZ": "", "PHAS_": "91,200", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "NET", "TAGMON": "19.05.", "ZITATE": "DSO", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jan", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "19.05.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16005	iracabal-jean-1941-07-06	{"d6": "217", "3a_sports": "2183", "cfepp-final3": "889"}	{"cfepp": "CF-889", "ertel": "ES-2183", "lerrcp": "D6-217"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Iracabal", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-07-06 12:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": 1.44, "lat": 43.37, "name": "LARRESSORE", "geoid": null}, "notime": null, "date-ut": "1941-07-06 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Iracabal"}, "birth": {"date": "1941-07-06 12:00", "place": {"cy": "FR", "lg": -1.45, "lat": 43.4}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "217"}}, "raw": {"H": "12", "MN": "0", "DAY": "6", "LAT": "43N24", "LON": "01W27", "MON": "7", "NUM": "217", "SEC": "0", "YEA": "1941", "NAME": "Iracabal jean"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-2183"}}, "raw": {"L": "", "MF": "", "NR": "2183", "ENG": "", "MA_": "0", "G_NR": "217", "MA12": "6", "MARS": "17", "NAME": "Iracabal", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "8,400", "CSINR": "", "KURTZ": "", "PHAS_": "88,900", "STUND": "", "CFEPNR": "890", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.07.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "06.07.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1941-07-06 12:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": 1.44, "lat": 43.37, "name": "LARRESSORE"}, "date-ut": "1941-07-06 10:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "889"}}, "raw": {"S": "6", "LT": "12 00", "LV": "I20", "TR": "f", "UT": "10 00", "LAT": "+43.37", "SRC": "L", "LONG": "+01.44", "NAME": "IRACABAL Jean", "SPORT": "Rugby Union", "LOC_DATE": "1941 07 06", "UNIV_DATE": "1941 07 06", "BIRTH_PLACE": "LARRESSORE", "POSTAL_CODE": "64480"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16011	jimenez-julio-1934-10-28	{"d6": "223", "3a_sports": "2215"}	{"ertel": "ES-2215", "lerrcp": "D6-223"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julio", "family": "Jimenez", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-10-28 22:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "ES", "lg": -4.7, "lat": 40.65, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Julio", "family": "Jimenez"}, "birth": {"date": "1934-10-28 22:00", "place": {"cy": "ES", "lg": -4.7, "lat": 40.65}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "223"}}, "raw": {"H": "22", "MN": "0", "DAY": "28", "LAT": "40N39", "LON": "04W42", "MON": "10", "NUM": "223", "SEC": "0", "YEA": "1934", "NAME": "Jimenez Julio"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-2215"}}, "raw": {"L": "", "MF": "", "NR": "2215", "ENG": "", "MA_": "1", "G_NR": "223", "MA12": "10", "MARS": "30", "NAME": "Jimenez", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-8,300", "CSINR": "", "KURTZ": "", "PHAS_": "71,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "SPA", "TAGMON": "28.10.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Julio", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "28.10.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16013	karstens-gerben-1942-01-14	{"d6": "225", "3a_sports": "2246"}	{"ertel": "ES-2246", "lerrcp": "D6-225"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gerben", "family": "Karstens", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-01-14 00:25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "NL", "lg": 4.36667, "lat": 52.06667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Gerben", "family": "Karstens"}, "birth": {"date": "1942-01-14 00:25", "place": {"cy": "NL", "lg": 4.36667, "lat": 52.06667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "225"}}, "raw": {"H": "0", "MN": "25", "DAY": "14", "LAT": "52N04", "LON": "04E22", "MON": "1", "NUM": "225", "SEC": "0", "YEA": "1942", "NAME": "Karstens Gerben"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-2246"}}, "raw": {"L": "", "MF": "", "NR": "2246", "ENG": "", "MA_": "0", "G_NR": "225", "MA12": "5", "MARS": "15", "NAME": "Karstens", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-8,700", "CSINR": "", "KURTZ": "", "PHAS_": "11,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "NET", "TAGMON": "14.01.", "ZITATE": "DKS", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gerben", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "14.01.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16014	kauffman-marcel-1910-05-22	{"d6": "226", "3a_sports": "2247"}	{"ertel": "ES-2247", "lerrcp": "D6-226"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Kauffman", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1910-05-22 11:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 7.35, "lat": 47.75, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Kauffman"}, "birth": {"date": "1910-05-22 11:30", "place": {"cy": "FR", "lg": 7.35, "lat": 47.75}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "226"}}, "raw": {"H": "11", "MN": "30", "DAY": "22", "LAT": "47N45", "LON": "07E21", "MON": "5", "NUM": "226", "SEC": "0", "YEA": "1910", "NAME": "Kauffman Marcel"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2247"}}, "raw": {"L": "", "MF": "", "NR": "2247", "ENG": "", "MA_": "1", "G_NR": "226", "MA12": "2", "MARS": "5", "NAME": "Kauffmann", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "4,600", "CSINR": "", "KURTZ": "", "PHAS_": "95,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.05.1910", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16017	koczur-ferenc-1930-09-02	{"d6": "229", "3a_sports": "2281"}	{"ertel": "ES-2281", "lerrcp": "D6-229"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferenc", "family": "Koczur", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-09-02 23:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "NL", "lg": 5.98333, "lat": 50.95, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Ferenc", "family": "Koczur"}, "birth": {"date": "1930-09-02 23:00", "place": {"cy": "NL", "lg": 5.98333, "lat": 50.95}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "229"}}, "raw": {"H": "23", "MN": "0", "DAY": "2", "LAT": "50N57", "LON": "05E59", "MON": "9", "NUM": "229", "SEC": "0", "YEA": "1930", "NAME": "Koczur Ferry Frans"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2281"}}, "raw": {"L": "", "MF": "", "NR": "2281", "ENG": "", "MA_": "0", "G_NR": "229", "MA12": "12", "MARS": "34", "NAME": "Koczur Ferry", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "9,400", "CSINR": "", "KURTZ": "e", "PHAS_": "69,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "NET", "TAGMON": "02.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Frans", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.09.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16020	kuiper-hennie-1949-02-03	{"d6": "232", "3a_sports": "2294"}	{"ertel": "ES-2294", "lerrcp": "D6-232"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hennie", "family": "Kuiper", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-02-03 11:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "NL", "lg": 7, "lat": 52.38333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Hennie", "family": "Kuiper"}, "birth": {"date": "1949-02-03 11:15", "place": {"cy": "NL", "lg": 7, "lat": 52.38333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "232"}}, "raw": {"H": "11", "MN": "15", "DAY": "3", "LAT": "52N23", "LON": "07E00", "MON": "2", "NUM": "232", "SEC": "0", "YEA": "1949", "NAME": "Kuiper Hennie"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-2294"}}, "raw": {"L": "", "MF": "", "NR": "2294", "ENG": "", "MA_": "1", "G_NR": "232", "MA12": "2", "MARS": "5", "NAME": "Kuiper", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "6,900", "CSINR": "", "KURTZ": "", "PHAS_": "20,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "NET", "TAGMON": "03.02.", "ZITATE": "DKFO", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Hennie", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "03.02.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16019	krawczyk-richard-1947-05-24	{"d6": "231", "3a_sports": "2293", "cfepp-final3": "506"}	{"cfepp": "CF-506", "ertel": "ES-2293", "lerrcp": "D6-231"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Krawczyk", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-05-24 01:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": -2.71, "lat": 50.43, "name": "AIX NOULETTE", "geoid": null}, "notime": null, "date-ut": "1947-05-24 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Krawczyk"}, "birth": {"date": "1947-05-24 01:00", "place": {"cy": "FR", "lg": 2.8, "lat": 50.41667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "231"}}, "raw": {"H": "1", "MN": "0", "DAY": "24", "LAT": "50N25", "LON": "02E48", "MON": "5", "NUM": "231", "SEC": "0", "YEA": "1947", "NAME": "Krawczyk richard"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2293"}}, "raw": {"L": "", "MF": "", "NR": "2293", "ENG": "", "MA_": "1", "G_NR": "231", "MA12": "11", "MARS": "31", "NAME": "Krawczyk", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "7,800", "CSINR": "", "KURTZ": "", "PHAS_": "16,300", "STUND": "", "CFEPNR": "506", "EXTEND": "", "NATION": "FRA", "TAGMON": "24.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Richard", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "24.05.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1947-05-24 01:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": -2.71, "lat": 50.43, "name": "AIX NOULETTE"}, "date-ut": "1947-05-24 00:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "506"}}, "raw": {"S": "11", "LT": "01 00", "LV": "I1", "TR": "f", "UT": "00 00", "LAT": "+50.43", "SRC": "L", "LONG": "-02.71", "NAME": "KRAWCZYK Richard", "SPORT": "Soccer", "LOC_DATE": "1947 05 24", "UNIV_DATE": "1947 05 24", "BIRTH_PLACE": "AIX NOULETTE", "POSTAL_CODE": "62160"}, "date": "2023-08-20T14:46:04+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16025	lammers-georg-1905-04-14	{"d6": "238", "3a_sports": "2340"}	{"ertel": "ES-2340", "lerrcp": "D6-238"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georg", "family": "Lammers", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1905-04-14 23:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.35, "lat": 53.58333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Georg", "family": "Lammers"}, "birth": {"date": "1905-04-14 23:00", "place": {"cy": "DE", "lg": 8.35, "lat": 53.58333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "238"}}, "raw": {"H": "23", "MN": "0", "DAY": "14", "LAT": "53N35", "LON": "08E21", "MON": "4", "NUM": "238", "SEC": "0", "YEA": "1905", "NAME": "Lammers Georg"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-2340"}}, "raw": {"L": "", "MF": "", "NR": "2340", "ENG": "1", "MA_": "2", "G_NR": "238", "MA12": "1", "MARS": "2", "NAME": "Lammers", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "10,800", "CSINR": "", "KURTZ": "", "PHAS_": "62,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "GER", "TAGMON": "14.04.", "ZITATE": "KS", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Georg", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "14.04.1905", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16026	lanfranchi-serge-1925-09-28	{"d6": "239", "3a_sports": "2353"}	{"ertel": "ES-2353", "lerrcp": "D6-239"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Serge", "family": "Lanfranchi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-09-28 16:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 10.31667, "lat": 44.8, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Serge", "family": "Lanfranchi"}, "birth": {"date": "1925-09-28 16:00", "place": {"cy": "IT", "lg": 10.31667, "lat": 44.8}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "239"}}, "raw": {"H": "16", "MN": "0", "DAY": "28", "LAT": "44N48", "LON": "10E19", "MON": "9", "NUM": "239", "SEC": "0", "YEA": "1925", "NAME": "Lanfranchi Serge"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-2353"}}, "raw": {"L": "", "MF": "", "NR": "2353", "ENG": "", "MA_": "0", "G_NR": "239", "MA12": "6", "MARS": "16", "NAME": "Lanfranchi", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "10,400", "CSINR": "", "KURTZ": "e", "PHAS_": "77,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "28.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Serge", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "28.09.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16023	laforgue-britt-1948-11-05	{"d6": "236", "3a_sports": "2327", "cfepp-final3": "985"}	{"cfepp": "CF-985", "ertel": "ES-2327", "lerrcp": "D6-236"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Britt", "family": "Laforgue", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1948-11-05 14:55", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": -0.59, "lat": 42.79, "name": "BAGNERES DE LUCHON", "geoid": null}, "notime": null, "date-ut": "1948-11-05 13:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"name": {"given": "Britt", "family": "Laforgue"}, "birth": {"date": "1948-11-05 14:55", "place": {"cy": "FR", "lg": 0.58333, "lat": 42.8}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "236"}}, "raw": {"H": "14", "MN": "55", "DAY": "5", "LAT": "42N48", "LON": "00E35", "MON": "11", "NUM": "236", "SEC": "0", "YEA": "1948", "NAME": "Laforgue Britt"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "F", "occus": ["skier"], "partial-ids": {"ertel": "ES-2327"}}, "raw": {"L": "", "MF": "F", "NR": "2327", "ENG": "1", "MA_": "2", "G_NR": "236", "MA12": "4", "MARS": "10", "NAME": "Laforgue", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "7,100", "CSINR": "", "KURTZ": "", "PHAS_": "16,500", "STUND": "", "CFEPNR": "985", "EXTEND": "1", "NATION": "FRA", "TAGMON": "05.11.", "ZITATE": "DHM", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Britt", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "05.11.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SKII", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1948-11-05 14:55", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": -0.59, "lat": 42.79, "name": "BAGNERES DE LUCHON"}, "date-ut": "1948-11-05 13:55"}, "occus": ["skier"], "ids-in-sources": {"cfepp-final3": "985"}}, "raw": {"S": "4", "LT": "14 55", "LV": "M", "TR": "f", "UT": "13 55", "LAT": "+42.79", "SRC": "L", "LONG": "-00.59", "NAME": "LAFFORGUE Britt", "SPORT": "Skiing", "LOC_DATE": "1948 11 05", "UNIV_DATE": "1948 11 05", "BIRTH_PLACE": "BAGNERES DE LUCHON", "POSTAL_CODE": "31110"}, "date": "2023-08-20T14:46:16+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16028	lasserre-michel-1940-11-29	{"d6": "241", "3a_sports": "2375"}	{"ertel": "ES-2375", "lerrcp": "D6-241"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Lasserre", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-11-29 11:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 0.98333, "lat": 43.88333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Lasserre"}, "birth": {"date": "1940-11-29 11:00", "place": {"cy": "FR", "lg": 0.98333, "lat": 43.88333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "241"}}, "raw": {"H": "11", "MN": "0", "DAY": "29", "LAT": "43N53", "LON": "00E59", "MON": "11", "NUM": "241", "SEC": "0", "YEA": "1940", "NAME": "Lasserre Michel"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-2375"}}, "raw": {"L": "", "MF": "", "NR": "2375", "ENG": "1", "MA_": "2", "G_NR": "241", "MA12": "4", "MARS": "10", "NAME": "Lasserre", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-2,400", "CSINR": "", "KURTZ": "", "PHAS_": "0,300", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "29.11.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "29.11.1940", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16031	law-denis-1940-02-24	{"d6": "244", "3a_sports": "2389"}	{"ertel": "ES-2389", "lerrcp": "D6-244"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Denis", "family": "Law", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-02-24 22:50", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -2.06667, "lat": 57.16667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Denis", "family": "Law"}, "birth": {"date": "1940-02-24 22:50", "place": {"cy": "GB", "lg": -2.06667, "lat": 57.16667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "244"}}, "raw": {"H": "22", "MN": "50", "DAY": "24", "LAT": "57N10", "LON": "02W04", "MON": "2", "NUM": "244", "SEC": "0", "YEA": "1940", "NAME": "Law Denis"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2389"}}, "raw": {"L": "", "MF": "", "NR": "2389", "ENG": "", "MA_": "1", "G_NR": "244", "MA12": "6", "MARS": "18", "NAME": "Law", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-0,200", "CSINR": "", "KURTZ": "", "PHAS_": "99,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "SCO", "TAGMON": "24.02.", "ZITATE": "DS", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Denis", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "24.02.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16032	lech-georges-1945-06-02	{"d6": "245", "3a_sports": "2420"}	{"ertel": "ES-2420", "lerrcp": "D6-245"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Lech", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1945-06-02 05:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 2.96667, "lat": 50.41667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Lech"}, "birth": {"date": "1945-06-02 05:00", "place": {"cy": "FR", "lg": 2.96667, "lat": 50.41667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "245"}}, "raw": {"H": "5", "MN": "0", "DAY": "2", "LAT": "50N25", "LON": "02E58", "MON": "6", "NUM": "245", "SEC": "0", "YEA": "1945", "NAME": "Lech Georges"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2420"}}, "raw": {"L": "", "MF": "", "NR": "2420", "ENG": "1", "MA_": "2", "G_NR": "245", "MA12": "1", "MARS": "2", "NAME": "Lech", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-9,700", "CSINR": "", "KURTZ": "", "PHAS_": "67,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "02.06.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "02.06.1945", "GQBECORR": "a2", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16037	leman-eric-1946-07-17	{"d6": "250", "3a_sports": "2451"}	{"ertel": "ES-2451", "lerrcp": "D6-250"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eric", "family": "Leman", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-07-17 05:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": 3.11667, "lat": 50.85, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Eric", "family": "Leman"}, "birth": {"date": "1946-07-17 05:00", "place": {"cy": "BE", "lg": 3.11667, "lat": 50.85}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "250"}}, "raw": {"H": "5", "MN": "0", "DAY": "17", "LAT": "50N51", "LON": "03E07", "MON": "7", "NUM": "250", "SEC": "0", "YEA": "1946", "NAME": "Leman Eric"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-2451"}}, "raw": {"L": "", "MF": "", "NR": "2451", "ENG": "", "MA_": "1", "G_NR": "250", "MA12": "9", "MARS": "27", "NAME": "Leman", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-4,200", "CSINR": "", "KURTZ": "", "PHAS_": "93,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "17.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Eric", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "17.07.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16038	lemerre-roger-1941-06-18	{"d6": "251", "3a_sports": "2454", "cfepp-final3": "514"}	{"cfepp": "CF-514", "ertel": "ES-2454", "lerrcp": "D6-251"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Lemerre", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-06-18 11:00", "note": null, "place": {"c1": null, "c2": "50", "c3": "", "cy": "FR", "lg": 1.63, "lat": 49.47, "name": "BRICQUEBEC", "geoid": null}, "notime": null, "date-ut": "1941-06-18 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Lemerre"}, "birth": {"date": "1941-06-18 03:00", "place": {"cy": "FR", "lg": -1.63333, "lat": 49.46667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "251"}}, "raw": {"H": "3", "MN": "0", "DAY": "18", "LAT": "49N28", "LON": "01W38", "MON": "6", "NUM": "251", "SEC": "0", "YEA": "1941", "NAME": "Lemerre Roger"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2454"}}, "raw": {"L": "", "MF": "", "NR": "2454", "ENG": "1", "MA_": "2", "G_NR": "251", "MA12": "1", "MARS": "1", "NAME": "Lemerre", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "37,300", "STUND": "", "CFEPNR": "514", "EXTEND": "1", "NATION": "FRA", "TAGMON": "18.06.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "18.06.1941", "GQBECORR": "c", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "lemerre-roger-1941-06-18", "birth": {"date": "1941-06-18 11:00", "place": {"c2": "50", "c3": "", "cy": "FR", "lg": 1.63, "lat": 49.47, "name": "BRICQUEBEC"}, "date-ut": "1941-06-18 09:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "514"}}, "raw": {"S": "5", "LT": "11 00", "LV": "I5", "TR": "f", "UT": "09 00", "LAT": "+49.47", "SRC": "L", "LONG": "+01.63", "NAME": "LEMERRE Roger", "SPORT": "Soccer", "LOC_DATE": "1941 06 18", "UNIV_DATE": "1941 06 18", "BIRTH_PLACE": "BRICQUEBEC", "POSTAL_CODE": "50260"}, "date": "2023-08-20T14:46:05+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16035	lecompte-jean-pierre-1941-06-26	{"d6": "248", "3a_sports": "2425", "cfepp-final3": "765"}	{"cfepp": "CF-765", "ertel": "ES-2425", "lerrcp": "D6-248"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Pierre", "family": "Lecompte", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-06-26 17:30", "note": null, "place": {"c1": null, "c2": "87", "c3": "", "cy": "FR", "lg": -0.9, "lat": 45.89, "name": "ST JUNIEN", "geoid": null}, "notime": null, "date-ut": "1941-06-26 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Jean-Pierre", "family": "Lecompte"}, "birth": {"date": "1941-06-26 17:30", "place": {"cy": "FR", "lg": 1.73333, "lat": 45.88333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "248"}}, "raw": {"H": "17", "MN": "30", "DAY": "26", "LAT": "45N53", "LON": "01E44", "MON": "6", "NUM": "248", "SEC": "0", "YEA": "1941", "NAME": "Lecompte Jean-Pierre"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-2425"}}, "raw": {"L": "", "MF": "", "NR": "2425", "ENG": "", "MA_": "0", "G_NR": "248", "MA12": "9", "MARS": "25", "NAME": "Lecompte", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "1,400", "CSINR": "", "KURTZ": "", "PHAS_": "1,600", "STUND": "", "CFEPNR": "766", "EXTEND": "", "NATION": "FRA", "TAGMON": "26.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean-Pierre", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "26.06.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1941-06-26 17:30", "place": {"c2": "87", "c3": "", "cy": "FR", "lg": -0.9, "lat": 45.89, "name": "ST JUNIEN"}, "date-ut": "1941-06-26 15:30"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "765"}}, "raw": {"S": "9", "LT": "17 30", "LV": "I20", "TR": "f", "UT": "15 30", "LAT": "+45.89", "SRC": "L", "LONG": "-00.90", "NAME": "LECOMPTE Jean-Pierre", "SPORT": "Rugby League", "LOC_DATE": "1941 06 26", "UNIV_DATE": "1941 06 26", "BIRTH_PLACE": "ST JUNIEN", "POSTAL_CODE": "87200"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16041	longo-renato-1937-08-09	{"d6": "254", "3a_sports": "2515"}	{"ertel": "ES-2515", "lerrcp": "D6-254"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renato", "family": "Longo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1937-08-09 16:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 12.3, "lat": 45.98333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Renato", "family": "Longo"}, "birth": {"date": "1937-08-09 16:00", "place": {"cy": "IT", "lg": 12.3, "lat": 45.98333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "254"}}, "raw": {"H": "16", "MN": "0", "DAY": "9", "LAT": "45N59", "LON": "12E18", "MON": "8", "NUM": "254", "SEC": "0", "YEA": "1937", "NAME": "Longo Renato"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-2515"}}, "raw": {"L": "", "MF": "", "NR": "2515", "ENG": "", "MA_": "1", "G_NR": "254", "MA12": "2", "MARS": "4", "NAME": "Longo", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "4,700", "CSINR": "", "KURTZ": "", "PHAS_": "7,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "09.08.", "ZITATE": "DSF", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Renato", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "09.08.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16043	lorimer-peter-1946-12-14	{"d6": "256", "3a_sports": "2527"}	{"ertel": "ES-2527", "lerrcp": "D6-256"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Peter", "family": "Lorimer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-12-14 11:10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -3, "lat": 56.46667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Peter", "family": "Lorimer"}, "birth": {"date": "1946-12-14 11:10", "place": {"cy": "GB", "lg": -3, "lat": 56.46667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "256"}}, "raw": {"H": "11", "MN": "10", "DAY": "14", "LAT": "56N28", "LON": "03W00", "MON": "12", "NUM": "256", "SEC": "0", "YEA": "1946", "NAME": "Lorimer Peter"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2527"}}, "raw": {"L": "", "MF": "", "NR": "2527", "ENG": "", "MA_": "1", "G_NR": "256", "MA12": "2", "MARS": "6", "NAME": "Lorimer", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-10,20", "CSINR": "", "KURTZ": "", "PHAS_": "65,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "SCO", "TAGMON": "14.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Peter", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.12.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16044	loubet-charly-1946-01-28	{"d6": "257", "3a_sports": "2535", "cfepp-final3": "519"}	{"cfepp": "CF-519", "ertel": "ES-2535", "lerrcp": "D6-257"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charly", "family": "Loubet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-01-28 03:30", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": -6.93, "lat": 43.66, "name": "GRASSE", "geoid": null}, "notime": null, "date-ut": "1946-01-28 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Charly", "family": "Loubet"}, "birth": {"date": "1946-01-21 03:30", "place": {"cy": "FR", "lg": 6.93333, "lat": 43.66667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "257"}}, "raw": {"H": "3", "MN": "30", "DAY": "21", "LAT": "43N40", "LON": "06E56", "MON": "1", "NUM": "257", "SEC": "0", "YEA": "1946", "NAME": "Loubet Charly"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2535"}}, "raw": {"L": "", "MF": "", "NR": "2535", "ENG": "", "MA_": "1", "G_NR": "257", "MA12": "5", "MARS": "13", "NAME": "Loubet", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-6,300", "CSINR": "", "KURTZ": "", "PHAS_": "86,800", "STUND": "", "CFEPNR": "519", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.01.", "ZITATE": "DSO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Charly", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "21.01.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "loubet-charly-1946-01-28", "birth": {"date": "1946-01-28 03:30", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": -6.93, "lat": 43.66, "name": "GRASSE"}, "date-ut": "1946-01-28 02:30"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "519"}}, "raw": {"S": "5", "LT": "03 30", "LV": "I33", "TR": "f", "UT": "02 30", "LAT": "+43.66", "SRC": "L", "LONG": "-06.93", "NAME": "LOUBET-MATTALIA Charly", "SPORT": "Soccer", "LOC_DATE": "1946 01 28", "UNIV_DATE": "1946 01 28", "BIRTH_PLACE": "GRASSE", "POSTAL_CODE": "06335 CEDEX"}, "date": "2023-08-20T14:46:05+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16049	macchi-francoise-1951-07-12	{"d6": "262", "3a_sports": "2572"}	{"ertel": "ES-2572", "lerrcp": "D6-262"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Françoise", "family": "Macchi", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1951-07-12 07:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 6.08333, "lat": 46.28333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"name": {"given": "Françoise", "family": "Macchi"}, "birth": {"date": "1951-07-12 07:00", "place": {"cy": "FR", "lg": 6.08333, "lat": 46.28333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "262"}}, "raw": {"H": "7", "MN": "0", "DAY": "12", "LAT": "46N17", "LON": "06E05", "MON": "7", "NUM": "262", "SEC": "0", "YEA": "1951", "NAME": "Macchi Françoise"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "F", "occus": ["skier"], "partial-ids": {"ertel": "ES-2572"}}, "raw": {"L": "", "MF": "F", "NR": "2572", "ENG": "", "MA_": "1", "G_NR": "262", "MA12": "2", "MARS": "4", "NAME": "Macchi", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "10,500", "CSINR": "", "KURTZ": "", "PHAS_": "47,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.07.", "ZITATE": "DM", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Francoise", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "12.07.1951", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16050	mackay-dave-1934-11-14	{"d6": "263", "3a_sports": "2578"}	{"ertel": "ES-2578", "lerrcp": "D6-263"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dave", "family": "Mackay", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-11-14 06:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -3.21667, "lat": 55.95, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Dave", "family": "Mackay"}, "birth": {"date": "1934-11-14 06:00", "place": {"cy": "GB", "lg": -3.21667, "lat": 55.95}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "263"}}, "raw": {"H": "6", "MN": "0", "DAY": "14", "LAT": "55N57", "LON": "03W13", "MON": "11", "NUM": "263", "SEC": "0", "YEA": "1934", "NAME": "Mackay Dave"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2578"}}, "raw": {"L": "", "MF": "", "NR": "2578", "ENG": "", "MA_": "0", "G_NR": "263", "MA12": "3", "MARS": "7", "NAME": "Mackay", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "11,300", "CSINR": "", "KURTZ": "", "PHAS_": "48,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "SCO", "TAGMON": "14.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Dave", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.11.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16047	lux-jean-pierre-1946-01-09	{"d6": "260", "3a_sports": "2566", "cfepp-final3": "907"}	{"cfepp": "CF-907", "ertel": "ES-2566", "lerrcp": "D6-260"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-pierre", "family": "Lux", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-01-09 19:00", "note": null, "place": {"c1": null, "c2": "40", "c3": "", "cy": "FR", "lg": 1.05, "lat": 43.71, "name": "DAX", "geoid": null}, "notime": null, "date-ut": "1946-01-09 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Jean-pierre", "family": "Lux"}, "birth": {"date": "1946-01-09 19:00", "place": {"cy": "FR", "lg": -1.05, "lat": 43.71667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "260"}}, "raw": {"H": "19", "MN": "0", "DAY": "9", "LAT": "43N43", "LON": "01W03", "MON": "1", "NUM": "260", "SEC": "0", "YEA": "1946", "NAME": "Lux Jean-pierre"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-2566"}}, "raw": {"L": "", "MF": "", "NR": "2566", "ENG": "1", "MA_": "2", "G_NR": "260", "MA12": "1", "MARS": "2", "NAME": "Lux", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "9,500", "CSINR": "", "KURTZ": "", "PHAS_": "30,000", "STUND": "", "CFEPNR": "907", "EXTEND": "1", "NATION": "FRA", "TAGMON": "09.01.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean-Pierre", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "09.01.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1946-01-09 19:00", "place": {"c2": "40", "c3": "", "cy": "FR", "lg": 1.05, "lat": 43.71, "name": "DAX"}, "date-ut": "1946-01-09 18:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "907"}}, "raw": {"S": "1", "LT": "19 00", "LV": "I36", "TR": "f", "UT": "18 00", "LAT": "+43.71", "SRC": "L", "LONG": "+01.05", "NAME": "LUX Jean-Pierre", "SPORT": "Rugby Union", "LOC_DATE": "1946 01 09", "UNIV_DATE": "1946 01 09", "BIRTH_PLACE": "DAX", "POSTAL_CODE": "40106 CEDEX"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16053	mc-cormick-john-1936-07-18	{"d6": "266", "3a_sports": "2782"}	{"ertel": "ES-2782", "lerrcp": "D6-266"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Mc Cormick", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1936-07-18 02:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -4.25, "lat": 55.88333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "John", "family": "Mc Cormick"}, "birth": {"date": "1936-07-18 02:30", "place": {"cy": "GB", "lg": -4.25, "lat": 55.88333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "266"}}, "raw": {"H": "2", "MN": "30", "DAY": "18", "LAT": "55N53", "LON": "04W15", "MON": "7", "NUM": "266", "SEC": "0", "YEA": "1936", "NAME": "Mc Cormick John"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2782"}}, "raw": {"L": "", "MF": "", "NR": "2782", "ENG": "", "MA_": "0", "G_NR": "266", "MA12": "11", "MARS": "33", "NAME": "McCormick", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-2,700", "CSINR": "", "KURTZ": "", "PHAS_": "0,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "SCO", "TAGMON": "18.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "John", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.07.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16055	mc-govern-john-1949-10-28	{"d6": "268", "3a_sports": "2788"}	{"ertel": "ES-2788", "lerrcp": "D6-268"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Mc Govern", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-10-28 09:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -2.48333, "lat": 56.71667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "John", "family": "Mc Govern"}, "birth": {"date": "1949-10-28 09:00", "place": {"cy": "GB", "lg": -2.48333, "lat": 56.71667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "268"}}, "raw": {"H": "9", "MN": "0", "DAY": "28", "LAT": "56N43", "LON": "02W29", "MON": "10", "NUM": "268", "SEC": "0", "YEA": "1949", "NAME": "Mc Govern John"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2788"}}, "raw": {"L": "", "MF": "", "NR": "2788", "ENG": "1", "MA_": "2", "G_NR": "268", "MA12": "4", "MARS": "10", "NAME": "McGovern", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "10,400", "CSINR": "", "KURTZ": "", "PHAS_": "42,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "SCO", "TAGMON": "28.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "John", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.10.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16056	mc-gowan-walter-1942-10-13	{"d6": "269", "3a_sports": "2789"}	{"ertel": "ES-2789", "lerrcp": "D6-269"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Mc Gowan", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-10-13 21:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -3.8, "lat": 55.68333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Mc Gowan"}, "birth": {"date": "1942-10-13 21:45", "place": {"cy": "GB", "lg": -3.8, "lat": 55.68333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "269"}}, "raw": {"H": "21", "MN": "45", "DAY": "13", "LAT": "55N41", "LON": "03W48", "MON": "10", "NUM": "269", "SEC": "0", "YEA": "1942", "NAME": "Mc Gowan Walter"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["boxer"], "partial-ids": {"ertel": "ES-2789"}}, "raw": {"L": "", "MF": "", "NR": "2789", "ENG": "", "MA_": "0", "G_NR": "269", "MA12": "8", "MARS": "23", "NAME": "McGowan", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "5,900", "CSINR": "", "KURTZ": "", "PHAS_": "10,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "SCO", "TAGMON": "13.10.", "ZITATE": "R", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Walter", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "13.10.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16061	manzaneque-fernando-1934-02-04	{"d6": "274", "3a_sports": "2646"}	{"ertel": "ES-2646", "lerrcp": "D6-274"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernando", "family": "Manzaneque", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-02-04 20:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "ES", "lg": -3.11667, "lat": 39.41667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Fernando", "family": "Manzaneque"}, "birth": {"date": "1934-02-04 20:00", "place": {"cy": "ES", "lg": -3.11667, "lat": 39.41667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "274"}}, "raw": {"H": "20", "MN": "0", "DAY": "4", "LAT": "39N25", "LON": "03W07", "MON": "2", "NUM": "274", "SEC": "0", "YEA": "1934", "NAME": "Manzaneque Fernando"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-2646"}}, "raw": {"L": "", "MF": "", "NR": "2646", "ENG": "", "MA_": "1", "G_NR": "274", "MA12": "7", "MARS": "20", "NAME": "Manzaneque", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-6,900", "CSINR": "", "KURTZ": "", "PHAS_": "83,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "SPA", "TAGMON": "04.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Fernando", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "04.02.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16059	magnan-jean-claude-1941-06-04	{"d6": "272", "3a_sports": "2596", "cfepp-final3": "409"}	{"cfepp": "CF-409", "ertel": "ES-2596", "lerrcp": "D6-272"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Claude", "family": "Magnan", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-06-04 16:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": -5.57, "lat": 43.29, "name": "AUBAGNE", "geoid": null}, "notime": null, "date-ut": "1941-06-04 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"name": {"given": "Jean-Claude", "family": "Magnan"}, "birth": {"date": "1941-06-04 16:00", "place": {"cy": "FR", "lg": 5.58333, "lat": 43.28333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "272"}}, "raw": {"H": "16", "MN": "0", "DAY": "4", "LAT": "43N17", "LON": "05E35", "MON": "6", "NUM": "272", "SEC": "0", "YEA": "1941", "NAME": "Magnan Jean Claude"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["fencer"], "partial-ids": {"ertel": "ES-2596"}}, "raw": {"L": "", "MF": "", "NR": "2596", "ENG": "", "MA_": "0", "G_NR": "272", "MA12": "8", "MARS": "22", "NAME": "Magnan", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "11,100", "CSINR": "", "KURTZ": "", "PHAS_": "62,200", "STUND": "", "CFEPNR": "409", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.06.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean Claude", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "04.06.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FENC", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1941-06-04 16:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": -5.57, "lat": 43.29, "name": "AUBAGNE"}, "date-ut": "1941-06-04 14:00"}, "occus": ["fencer"], "ids-in-sources": {"cfepp-final3": "409"}}, "raw": {"S": "8", "LT": "16 00", "LV": "M", "TR": "f", "UT": "14 00", "LAT": "+43.29", "SRC": "L", "LONG": "-05.57", "NAME": "MAGNAN Jean-Claude", "SPORT": "Fencing", "LOC_DATE": "1941 06 04", "UNIV_DATE": "1941 06 04", "BIRTH_PLACE": "AUBAGNE", "POSTAL_CODE": "13677 CEDEX"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16062	marsolan-serge-1945-04-22	{"d6": "275", "3a_sports": "2693", "cfepp-final3": "768"}	{"cfepp": "CF-768", "ertel": "ES-2693", "lerrcp": "D6-275"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Serge", "family": "Marsolan", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1945-04-22 05:00", "note": null, "place": {"c1": null, "c2": "32", "c3": "", "cy": "FR", "lg": -0.91, "lat": 43.48, "name": "LOMBEZ", "geoid": null}, "notime": null, "date-ut": "1945-04-22 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Serge", "family": "Marsolan"}, "birth": {"date": "1945-04-22 05:00", "place": {"cy": "FR", "lg": 0.9, "lat": 43.48333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "275"}}, "raw": {"H": "5", "MN": "0", "DAY": "22", "LAT": "43N29", "LON": "00E54", "MON": "4", "NUM": "275", "SEC": "0", "YEA": "1945", "NAME": "Marsolan Serge"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-2693"}}, "raw": {"L": "", "MF": "", "NR": "2693", "ENG": "", "MA_": "1", "G_NR": "275", "MA12": "12", "MARS": "35", "NAME": "Marsolan", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "8,800", "CSINR": "", "KURTZ": "", "PHAS_": "75,400", "STUND": "", "CFEPNR": "96", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Serge", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "22.04.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1945-04-22 05:00", "place": {"c2": "32", "c3": "", "cy": "FR", "lg": -0.91, "lat": 43.48, "name": "LOMBEZ"}, "date-ut": "1945-04-22 03:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "768"}}, "raw": {"S": "12", "LT": "05 00", "LV": "I13", "TR": "f", "UT": "03 00", "LAT": "+43.48", "SRC": "L", "LONG": "-00.91", "NAME": "MARSOLAN Serge", "SPORT": "Rugby League", "LOC_DATE": "1945 04 22", "UNIV_DATE": "1945 04 22", "BIRTH_PLACE": "LOMBEZ", "POSTAL_CODE": "32220"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16068	maury-serge-1946-07-24	{"d6": "281", "3a_sports": "2766"}	{"ertel": "ES-2766", "lerrcp": "D6-281"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Serge", "family": "Maury", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-07-24 16:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sport-sailer"]	5	null	[{"new": {"name": {"given": "Serge", "family": "Maury"}, "birth": {"date": "1946-07-24 16:00", "place": {"cy": "FR", "lg": -0.56667, "lat": 44.83333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "281"}}, "raw": {"H": "16", "MN": "0", "DAY": "24", "LAT": "44N50", "LON": "00W34", "MON": "7", "NUM": "281", "SEC": "0", "YEA": "1946", "NAME": "Maury Serge"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["sport-sailer"], "partial-ids": {"ertel": "ES-2766"}}, "raw": {"L": "", "MF": "", "NR": "2766", "ENG": "0", "MA_": "2", "G_NR": "281", "MA12": "3", "MARS": "9", "NAME": "Maury", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-10,80", "CSINR": "", "KURTZ": "", "PHAS_": "26,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "24.07.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Serge", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "24.07.1946", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "YACH", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16065	maso-joseph-1944-12-27	{"d6": "278", "3a_sports": "2731", "cfepp-final3": "915"}	{"cfepp": "CF-915", "ertel": "ES-2731", "lerrcp": "D6-278"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Maso", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1944-12-27 12:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": -1.44, "lat": 43.6, "name": "TOULOUSE", "geoid": null}, "notime": null, "date-ut": "1944-12-27 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Maso"}, "birth": {"date": "1944-12-27 12:00", "place": {"cy": "FR", "lg": 1.46667, "lat": 43.61667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "278"}}, "raw": {"H": "12", "MN": "0", "DAY": "27", "LAT": "43N37", "LON": "01E28", "MON": "12", "NUM": "278", "SEC": "0", "YEA": "1944", "NAME": "Maso Joseph"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-2731"}}, "raw": {"L": "", "MF": "", "NR": "2731", "ENG": "1", "MA_": "2", "G_NR": "278", "MA12": "4", "MARS": "10", "NAME": "Maso", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "7,200", "CSINR": "", "KURTZ": "", "PHAS_": "91,800", "STUND": "", "CFEPNR": "915", "EXTEND": "1", "NATION": "FRA", "TAGMON": "27.12.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Joseph", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "27.12.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1944-12-27 12:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": -1.44, "lat": 43.6, "name": "TOULOUSE"}, "date-ut": "1944-12-27 11:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "915"}}, "raw": {"S": "3", "LT": "12 00", "LV": "I21", "TR": "f", "UT": "11 00", "LAT": "+43.60", "SRC": "L", "LONG": "-01.44", "NAME": "MASO Joseph", "SPORT": "Rugby Union", "LOC_DATE": "1944 12 27", "UNIV_DATE": "1944 12 27", "BIRTH_PLACE": "TOULOUSE", "POSTAL_CODE": "31040 CEDEX"}, "date": "2023-08-20T14:46:15+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16067	mauduit-georges-1940-12-03	{"d6": "280", "3a_sports": "2759", "cfepp-final3": "988"}	{"cfepp": "CF-988", "ertel": "ES-2759", "lerrcp": "D6-280"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Mauduit", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-12-03 10:25", "note": null, "place": {"c1": null, "c2": "73", "c3": "", "cy": "FR", "lg": -5.93, "lat": 45.57, "name": "CHAMBERY", "geoid": null}, "notime": null, "date-ut": "1940-12-03 09:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Mauduit"}, "birth": {"date": "1940-12-03 10:25", "place": {"cy": "FR", "lg": 5.91667, "lat": 45.56667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "280"}}, "raw": {"H": "10", "MN": "25", "DAY": "3", "LAT": "45N34", "LON": "05E55", "MON": "12", "NUM": "280", "SEC": "0", "YEA": "1940", "NAME": "Mauduit Georges"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["skier"], "partial-ids": {"ertel": "ES-2759"}}, "raw": {"L": "", "MF": "", "NR": "2759", "ENG": "1", "MA_": "2", "G_NR": "280", "MA12": "4", "MARS": "10", "NAME": "Mauduit", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "7,200", "CSINR": "", "KURTZ": "", "PHAS_": "16,400", "STUND": "", "CFEPNR": "988", "EXTEND": "1", "NATION": "FRA", "TAGMON": "03.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "03.12.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1940-12-03 10:25", "place": {"c2": "73", "c3": "", "cy": "FR", "lg": -5.93, "lat": 45.57, "name": "CHAMBERY"}, "date-ut": "1940-12-03 09:25"}, "occus": ["skier"], "ids-in-sources": {"cfepp-final3": "988"}}, "raw": {"S": "4", "LT": "10 25", "LV": "FI", "TR": "f", "UT": "09 25", "LAT": "+45.57", "SRC": "L", "LONG": "-05.93", "NAME": "MAUDUIT Georges", "SPORT": "Skiing", "LOC_DATE": "1940 12 03", "UNIV_DATE": "1940 12 03", "BIRTH_PLACE": "CHAMBERY", "POSTAL_CODE": "73011 CEDEX"}, "date": "2023-08-20T14:46:16+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16074	michel-henri-1947-10-28	{"d6": "287", "3a_sports": "2852"}	{"ertel": "ES-2852", "lerrcp": "D6-287"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Michel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-10-28 04:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 5.45, "lat": 43.51667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Michel"}, "birth": {"date": "1947-10-28 04:00", "place": {"cy": "FR", "lg": 5.45, "lat": 43.51667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "287"}}, "raw": {"H": "4", "MN": "0", "DAY": "28", "LAT": "43N31", "LON": "05E27", "MON": "10", "NUM": "287", "SEC": "0", "YEA": "1947", "NAME": "Michel Henri"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2852"}}, "raw": {"L": "", "MF": "", "NR": "2852", "ENG": "", "MA_": "1", "G_NR": "287", "MA12": "2", "MARS": "5", "NAME": "Michel", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "5,000", "CSINR": "", "KURTZ": "", "PHAS_": "96,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.10.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "28.10.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16071	menetrey-roger-1945-06-16	{"d6": "284", "3a_sports": "2807", "cfepp-final3": "251"}	{"cfepp": "CF-251", "ertel": "ES-2807", "lerrcp": "D6-284"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Menetrey", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1945-06-16 19:00", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": -6.24, "lat": 46.19, "name": "ANNEMASSE", "geoid": null}, "notime": null, "date-ut": "1945-06-16 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Menetrey"}, "birth": {"date": "1945-06-16 19:00", "place": {"cy": "FR", "lg": 6.23333, "lat": 46.18333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "284"}}, "raw": {"H": "19", "MN": "0", "DAY": "16", "LAT": "46N11", "LON": "06E14", "MON": "6", "NUM": "284", "SEC": "0", "YEA": "1945", "NAME": "Menetrey Roger"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["boxer"], "partial-ids": {"ertel": "ES-2807"}}, "raw": {"L": "", "MF": "", "NR": "2807", "ENG": "", "MA_": "0", "G_NR": "284", "MA12": "8", "MARS": "22", "NAME": "Menetrey", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "9,300", "CSINR": "", "KURTZ": "", "PHAS_": "34,900", "STUND": "", "CFEPNR": "251", "EXTEND": "", "NATION": "FRA", "TAGMON": "16.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "16.06.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1945-06-16 19:00", "place": {"c2": "74", "c3": "", "cy": "FR", "lg": -6.24, "lat": 46.19, "name": "ANNEMASSE"}, "date-ut": "1945-06-16 17:00"}, "occus": ["boxer"], "ids-in-sources": {"cfepp-final3": "251"}}, "raw": {"S": "8", "LT": "19 00", "LV": "E", "TR": "f", "UT": "17 00", "LAT": "+46.19", "SRC": "L", "LONG": "-06.24", "NAME": "MENETREY Roger", "SPORT": "Boxing", "LOC_DATE": "1945 06 16", "UNIV_DATE": "1945 06 16", "BIRTH_PLACE": "ANNEMASSE", "POSTAL_CODE": "74103 CEDEX"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16073	mezy-michel-1948-08-15	{"d6": "286", "3a_sports": "2845", "cfepp-final3": "526"}	{"cfepp": "CF-526", "ertel": "ES-2845", "lerrcp": "D6-286"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Mezy", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-08-15 23:45", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": -4.19, "lat": 43.57, "name": "AIGUES MORTES", "geoid": null}, "notime": null, "date-ut": "1948-08-15 22:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Mezy"}, "birth": {"date": "1948-08-01 23:45", "place": {"cy": "FR", "lg": 4.18333, "lat": 43.56667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "286"}}, "raw": {"H": "23", "MN": "45", "DAY": "1", "LAT": "43N34", "LON": "04E11", "MON": "8", "NUM": "286", "SEC": "0", "YEA": "1948", "NAME": "Mezy Michel"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2845"}}, "raw": {"L": "", "MF": "", "NR": "2845", "ENG": "", "MA_": "1", "G_NR": "286", "MA12": "7", "MARS": "21", "NAME": "Mezy", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-9,700", "CSINR": "", "KURTZ": "", "PHAS_": "22,800", "STUND": "", "CFEPNR": "526", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.08.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "01.08.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "mezy-michel-1948-08-15", "birth": {"date": "1948-08-15 23:45", "place": {"c2": "30", "c3": "", "cy": "FR", "lg": -4.19, "lat": 43.57, "name": "AIGUES MORTES"}, "date-ut": "1948-08-15 22:45"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "526"}}, "raw": {"S": "7", "LT": "23 45", "LV": "I16", "TR": "f", "UT": "22 45", "LAT": "+43.57", "SRC": "L", "LONG": "-04.19", "NAME": "MEZY Michel", "SPORT": "Soccer", "LOC_DATE": "1948 08 15", "UNIV_DATE": "1948 08 15", "BIRTH_PLACE": "AIGUES MORTES", "POSTAL_CODE": "30220"}, "date": "2023-08-20T14:46:05+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16077	mindonnet-roger-1924-12-24	{"d6": "290", "3a_sports": "2877"}	{"ertel": "ES-2877", "lerrcp": "D6-290"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Mindonnet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-12-24 01:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 1.68333, "lat": 46.81667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Mindonnet"}, "birth": {"date": "1924-12-24 01:00", "place": {"cy": "FR", "lg": 1.68333, "lat": 46.81667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "290"}}, "raw": {"H": "1", "MN": "0", "DAY": "24", "LAT": "46N49", "LON": "01E41", "MON": "12", "NUM": "290", "SEC": "0", "YEA": "1924", "NAME": "Mindonnet Roger"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2877"}}, "raw": {"L": "", "MF": "", "NR": "2877", "ENG": "", "MA_": "1", "G_NR": "290", "MA12": "7", "MARS": "20", "NAME": "Mindonnet", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-7,300", "CSINR": "", "KURTZ": "", "PHAS_": "7,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "24.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.12.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16078	mitoraj-roland-1940-02-05	{"d6": "291", "3a_sports": "2885"}	{"ertel": "ES-2885", "lerrcp": "D6-291"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roland", "family": "Mitoraj", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-02-05 19:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 2.38333, "lat": 47.08333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Roland", "family": "Mitoraj"}, "birth": {"date": "1940-02-05 19:15", "place": {"cy": "FR", "lg": 2.38333, "lat": 47.08333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "291"}}, "raw": {"H": "19", "MN": "15", "DAY": "5", "LAT": "47N05", "LON": "02E23", "MON": "2", "NUM": "291", "SEC": "0", "YEA": "1940", "NAME": "Mitoraj Roland"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2885"}}, "raw": {"L": "", "MF": "", "NR": "2885", "ENG": "", "MA_": "1", "G_NR": "291", "MA12": "5", "MARS": "14", "NAME": "Mitoraj", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-6,900", "CSINR": "", "KURTZ": "", "PHAS_": "10,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Roland", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "05.02.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16080	molinier-michel-1947-05-28	{"d6": "293", "3a_sports": "2905", "cfepp-final3": "773"}	{"cfepp": "CF-773", "ertel": "ES-2905", "lerrcp": "D6-293"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Molinier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-05-28 10:00", "note": null, "place": {"c1": null, "c2": "81", "c3": "", "cy": "FR", "lg": -1.97, "lat": 43.95, "name": "FAYSSAC", "geoid": null}, "notime": null, "date-ut": "1947-05-28 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Molinier"}, "birth": {"date": "1947-05-28 10:00", "place": {"cy": "FR", "lg": 2.91667, "lat": 44.36667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "293"}}, "raw": {"H": "10", "MN": "0", "DAY": "28", "LAT": "44N22", "LON": "02E55", "MON": "5", "NUM": "293", "SEC": "0", "YEA": "1947", "NAME": "Molinier Michel"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-2905"}}, "raw": {"L": "", "MF": "", "NR": "2905", "ENG": "0", "MA_": "2", "G_NR": "293", "MA12": "3", "MARS": "9", "NAME": "Mollinier", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "11,000", "CSINR": "", "KURTZ": "", "PHAS_": "59,000", "STUND": "", "CFEPNR": "774", "EXTEND": "1", "NATION": "FRA", "TAGMON": "28.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "28.05.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1947-05-28 10:00", "place": {"c2": "81", "c3": "", "cy": "FR", "lg": -1.97, "lat": 43.95, "name": "FAYSSAC"}, "date-ut": "1947-05-28 09:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "773"}}, "raw": {"S": "3", "LT": "10 00", "LV": "I15", "TR": "f", "UT": "09 00", "LAT": "+43.95", "SRC": "L", "LONG": "-01.97", "NAME": "MOLINIER Michel", "SPORT": "Rugby League", "LOC_DATE": "1947 05 28", "UNIV_DATE": "1947 05 28", "BIRTH_PLACE": "FAYSSAC", "POSTAL_CODE": "81150"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16083	monsere-jean-pierre-1948-09-08	{"d6": "296", "3a_sports": "2921"}	{"ertel": "ES-2921", "lerrcp": "D6-296"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Pierre", "family": "Monsere", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-09-08 23:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": 3.13333, "lat": 50.95, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Jean-Pierre", "family": "Monsere"}, "birth": {"date": "1948-09-08 23:30", "place": {"cy": "BE", "lg": 3.13333, "lat": 50.95}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "296"}}, "raw": {"H": "23", "MN": "30", "DAY": "8", "LAT": "50N57", "LON": "03E08", "MON": "9", "NUM": "296", "SEC": "0", "YEA": "1948", "NAME": "Monsere Jean-Pierre"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-2921"}}, "raw": {"L": "", "MF": "", "NR": "2921", "ENG": "", "MA_": "0", "G_NR": "296", "MA12": "8", "MARS": "22", "NAME": "Monsere", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "26,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "08.09.", "ZITATE": "DHO", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean-Pierre", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "08.09.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16085	morale-salvator-1938-11-04	{"d6": "298", "3a_sports": "2938"}	{"ertel": "ES-2938", "lerrcp": "D6-298"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Salvator", "family": "Morale", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1938-11-04 01:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 11.88333, "lat": 45.4, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Salvator", "family": "Morale"}, "birth": {"date": "1938-11-04 01:00", "place": {"cy": "IT", "lg": 11.88333, "lat": 45.4}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "298"}}, "raw": {"H": "1", "MN": "0", "DAY": "4", "LAT": "45N24", "LON": "11E53", "MON": "11", "NUM": "298", "SEC": "0", "YEA": "1938", "NAME": "Morale Salvator"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-2938"}}, "raw": {"L": "", "MF": "", "NR": "2938", "ENG": "", "MA_": "0", "G_NR": "298", "MA12": "12", "MARS": "34", "NAME": "Morale", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "8,200", "CSINR": "", "KURTZ": "", "PHAS_": "83,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "04.11.", "ZITATE": "DKSTO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Salvatore", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "04.11.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16086	morelon-daniel-1944-07-28	{"d6": "299", "3a_sports": "2946", "cfepp-final3": "348"}	{"cfepp": "CF-348", "ertel": "ES-2946", "lerrcp": "D6-299"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "Morelon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1944-07-28 22:45", "note": null, "place": {"c1": null, "c2": "01", "c3": "", "cy": "FR", "lg": -5.22, "lat": 46.2, "name": "BOURG EN BRESSE", "geoid": null}, "notime": null, "date-ut": "1944-07-28 20:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Daniel", "family": "Morelon"}, "birth": {"date": "1944-07-24 22:45", "place": {"cy": "FR", "lg": 5.21667, "lat": 46.2}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "299"}}, "raw": {"H": "22", "MN": "45", "DAY": "24", "LAT": "46N12", "LON": "05E13", "MON": "7", "NUM": "299", "SEC": "0", "YEA": "1944", "NAME": "Morelon Daniel"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-2946"}}, "raw": {"L": "", "MF": "", "NR": "2946", "ENG": "", "MA_": "1", "G_NR": "299", "MA12": "6", "MARS": "18", "NAME": "Morelon", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "5,700", "CSINR": "", "KURTZ": "", "PHAS_": "12,800", "STUND": "", "CFEPNR": "348", "EXTEND": "", "NATION": "FRA", "TAGMON": "24.07.", "ZITATE": "DHKSFO", "ZITSUM": "6", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Daniel", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "24.07.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "5"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "morelon-daniel-1944-07-28", "birth": {"date": "1944-07-28 22:45", "place": {"c2": "01", "c3": "", "cy": "FR", "lg": -5.22, "lat": 46.2, "name": "BOURG EN BRESSE"}, "date-ut": "1944-07-28 20:45"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "348"}}, "raw": {"S": "7", "LT": "22 45", "LV": "M", "TR": "f", "UT": "20 45", "LAT": "+46.20", "SRC": "L", "LONG": "-05.22", "NAME": "MORELON Daniel", "SPORT": "Cycling", "LOC_DATE": "1944 07 28", "UNIV_DATE": "1944 07 28", "BIRTH_PLACE": "BOURG EN BRESSE", "POSTAL_CODE": "01012 CEDEX"}, "date": "2023-08-20T14:46:01+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16089	motta-gianni-1943-03-13	{"d6": "302", "3a_sports": "2972"}	{"ertel": "ES-2972", "lerrcp": "D6-302"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gianni", "family": "Motta", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-03-13 06:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 9.51667, "lat": 45.53333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Gianni", "family": "Motta"}, "birth": {"date": "1943-03-13 06:15", "place": {"cy": "IT", "lg": 9.51667, "lat": 45.53333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "302"}}, "raw": {"H": "6", "MN": "15", "DAY": "13", "LAT": "45N32", "LON": "09E31", "MON": "3", "NUM": "302", "SEC": "0", "YEA": "1943", "NAME": "Motta Gianni"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-2972"}}, "raw": {"L": "", "MF": "", "NR": "2972", "ENG": "1", "MA_": "2", "G_NR": "302", "MA12": "1", "MARS": "3", "NAME": "Motta", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "9,500", "CSINR": "", "KURTZ": "", "PHAS_": "42,300", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "13.03.", "ZITATE": "DHS", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gianni", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "13.03.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16091	munari-sandro-1940-03-27	{"d6": "304", "3a_sports": "2992"}	{"ertel": "ES-2992", "lerrcp": "D6-304"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sandro", "family": "Munari", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-03-27 06:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 12.08333, "lat": 45.13333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Sandro", "family": "Munari"}, "birth": {"date": "1940-03-27 06:30", "place": {"cy": "IT", "lg": 12.08333, "lat": 45.13333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "304"}}, "raw": {"H": "6", "MN": "30", "DAY": "27", "LAT": "45N08", "LON": "12E05", "MON": "3", "NUM": "304", "SEC": "0", "YEA": "1940", "NAME": "Munari Sandro"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["motor-sports-competitor"], "partial-ids": {"ertel": "ES-2992"}}, "raw": {"L": "", "MF": "", "NR": "2992", "ENG": "", "MA_": "0", "G_NR": "304", "MA12": "12", "MARS": "34", "NAME": "Munari", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-7,200", "CSINR": "", "KURTZ": "", "PHAS_": "85,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "27.03.", "ZITATE": "DH", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Sandro", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "27.03.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16092	nallet-jean-claude-1947-03-15	{"d6": "305", "3a_sports": "3005", "cfepp-final3": "106"}	{"cfepp": "CF-106", "ertel": "ES-3005", "lerrcp": "D6-305"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Claude", "family": "Nallet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-03-15 05:30", "note": null, "place": {"c1": null, "c2": "01", "c3": "", "cy": "FR", "lg": -5.6, "lat": 46.01, "name": "CHAMPDOR", "geoid": null}, "notime": null, "date-ut": "1947-03-15 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Jean-Claude", "family": "Nallet"}, "birth": {"date": "1947-03-15 05:30", "place": {"cy": "FR", "lg": 5.6, "lat": 46.05}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "305"}}, "raw": {"H": "5", "MN": "30", "DAY": "15", "LAT": "46N03", "LON": "05E36", "MON": "3", "NUM": "305", "SEC": "0", "YEA": "1947", "NAME": "Nallet Jean Claude"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-3005"}}, "raw": {"L": "", "MF": "", "NR": "3005", "ENG": "", "MA_": "1", "G_NR": "305", "MA12": "12", "MARS": "35", "NAME": "Nallet", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "48,000", "STUND": "", "CFEPNR": "106", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.03.", "ZITATE": "DST", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean Claude", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "15.03.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1947-03-15 05:30", "place": {"c2": "01", "c3": "", "cy": "FR", "lg": -5.6, "lat": 46.01, "name": "CHAMPDOR"}, "date-ut": "1947-03-15 04:30"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "106"}}, "raw": {"S": "12", "LT": "05 30", "LV": "E", "TR": "f", "UT": "04 30", "LAT": "+46.01", "SRC": "L", "LONG": "-05.60", "NAME": "NALLET Jean-Claude", "SPORT": "Track & Field", "LOC_DATE": "1947 03 15", "UNIV_DATE": "1947 03 15", "BIRTH_PLACE": "CHAMPDOR", "POSTAL_CODE": "01930"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16095	norpoth-harald-1942-08-22	{"d6": "308", "3a_sports": "3048"}	{"ertel": "ES-3048", "lerrcp": "D6-308"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Harald", "family": "Norpoth", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-08-22 11:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 7.61667, "lat": 51.96667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Harald", "family": "Norpoth"}, "birth": {"date": "1942-08-22 11:00", "place": {"cy": "DE", "lg": 7.61667, "lat": 51.96667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "308"}}, "raw": {"H": "11", "MN": "0", "DAY": "22", "LAT": "51N58", "LON": "07E37", "MON": "8", "NUM": "308", "SEC": "0", "YEA": "1942", "NAME": "Norpoth Harald"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-3048"}}, "raw": {"L": "", "MF": "", "NR": "3048", "ENG": "", "MA_": "1", "G_NR": "308", "MA12": "2", "MARS": "5", "NAME": "Norpoth", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "10,400", "CSINR": "", "KURTZ": "", "PHAS_": "77,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "22.08.", "ZITATE": "DKTF", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Harald", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "22.08.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16097	ocana-luis-1945-06-09	{"d6": "310", "3a_sports": "3068"}	{"ertel": "ES-3068", "lerrcp": "D6-310"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luis", "family": "Ocana", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1945-06-09 21:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "ES", "lg": -2.31667, "lat": 40.43333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Luis", "family": "Ocana"}, "birth": {"date": "1945-06-09 21:30", "place": {"cy": "ES", "lg": -2.31667, "lat": 40.43333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "310"}}, "raw": {"H": "21", "MN": "30", "DAY": "9", "LAT": "40N26", "LON": "02W19", "MON": "6", "NUM": "310", "SEC": "0", "YEA": "1945", "NAME": "Ocana Luis"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-3068"}}, "raw": {"L": "", "MF": "", "NR": "3068", "ENG": "", "MA_": "0", "G_NR": "310", "MA12": "9", "MARS": "25", "NAME": "Ocana", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-4,800", "CSINR": "", "KURTZ": "", "PHAS_": "2,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "SPA", "TAGMON": "09.06.", "ZITATE": "DHFO", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Luis", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "09.06.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16098	okker-tom-1944-02-22	{"d6": "311", "3a_sports": "3073"}	{"ertel": "ES-3073", "lerrcp": "D6-311"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tom", "family": "Okker", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1944-02-22 18:20", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "NL", "lg": 4.9, "lat": 52.35, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Tom", "family": "Okker"}, "birth": {"date": "1944-02-22 18:20", "place": {"cy": "NL", "lg": 4.9, "lat": 52.35}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "311"}}, "raw": {"H": "18", "MN": "20", "DAY": "22", "LAT": "52N21", "LON": "04E54", "MON": "2", "NUM": "311", "SEC": "0", "YEA": "1944", "NAME": "Okker Tom"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["tennis-player"], "partial-ids": {"ertel": "ES-3073"}}, "raw": {"L": "", "MF": "", "NR": "3073", "ENG": "", "MA_": "0", "G_NR": "311", "MA12": "3", "MARS": "8", "NAME": "Okker", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-7,100", "CSINR": "", "KURTZ": "", "PHAS_": "6,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "NET", "TAGMON": "22.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Tom", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "22.02.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16101	ottolina-sergio-1942-11-23	{"d6": "314", "3a_sports": "3107"}	{"ertel": "ES-3107", "lerrcp": "D6-314"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sergio", "family": "Ottolina", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-11-23 14:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 9.2, "lat": 45.46667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Sergio", "family": "Ottolina"}, "birth": {"date": "1942-11-23 14:00", "place": {"cy": "IT", "lg": 9.2, "lat": 45.46667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "314"}}, "raw": {"H": "14", "MN": "0", "DAY": "23", "LAT": "45N28", "LON": "09E12", "MON": "11", "NUM": "314", "SEC": "0", "YEA": "1942", "NAME": "Ottolina Sergio"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-3107"}}, "raw": {"L": "", "MF": "", "NR": "3107", "ENG": "", "MA_": "0", "G_NR": "314", "MA12": "5", "MARS": "15", "NAME": "Ottolina", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "0,700", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "23.11.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Sergio", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "23.11.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16103	ovion-regis-1949-03-03	{"d6": "316", "3a_sports": "3111"}	{"ertel": "ES-3111", "lerrcp": "D6-316"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Régis", "family": "Ovion", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-03-03 15:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 2.41667, "lat": 48.7, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Régis", "family": "Ovion"}, "birth": {"date": "1949-03-03 15:30", "place": {"cy": "FR", "lg": 2.41667, "lat": 48.7}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "316"}}, "raw": {"H": "15", "MN": "30", "DAY": "3", "LAT": "48N42", "LON": "02E25", "MON": "3", "NUM": "316", "SEC": "0", "YEA": "1949", "NAME": "Ovion Régis"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-3111"}}, "raw": {"L": "", "MF": "", "NR": "3111", "ENG": "", "MA_": "1", "G_NR": "316", "MA12": "5", "MARS": "13", "NAME": "Ovion", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "4,500", "CSINR": "", "KURTZ": "", "PHAS_": "8,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "03.03.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Regis", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "03.03.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16104	pambianco-arnaldo-1935-08-16	{"d6": "317", "3a_sports": "3130"}	{"ertel": "ES-3130", "lerrcp": "D6-317"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arnaldo", "family": "Pambianco", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1935-08-16 08:05", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 12.11667, "lat": 44.15, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Arnaldo", "family": "Pambianco"}, "birth": {"date": "1935-08-16 08:05", "place": {"cy": "IT", "lg": 12.11667, "lat": 44.15}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "317"}}, "raw": {"H": "8", "MN": "5", "DAY": "16", "LAT": "44N09", "LON": "12E07", "MON": "8", "NUM": "317", "SEC": "0", "YEA": "1935", "NAME": "Pambianco Arnaldo"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-3130"}}, "raw": {"L": "", "MF": "", "NR": "3130", "ENG": "", "MA_": "1", "G_NR": "317", "MA12": "11", "MARS": "31", "NAME": "Pambianco", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-3,000", "CSINR": "", "KURTZ": "", "PHAS_": "96,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "16.08.", "ZITATE": "DHO", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Arnaldo", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "16.08.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16107	pellerin-daniel-1941-10-30	{"d6": "320", "3a_sports": "3197"}	{"ertel": "ES-3197", "lerrcp": "D6-320"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "Pellerin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-10-30 17:10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 1.08333, "lat": 49.43333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Daniel", "family": "Pellerin"}, "birth": {"date": "1941-10-30 17:10", "place": {"cy": "FR", "lg": 1.08333, "lat": 49.43333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "320"}}, "raw": {"H": "17", "MN": "10", "DAY": "30", "LAT": "49N26", "LON": "01E05", "MON": "10", "NUM": "320", "SEC": "0", "YEA": "1941", "NAME": "Pellerin Daniel"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-3197"}}, "raw": {"L": "", "MF": "", "NR": "3197", "ENG": "", "MA_": "1", "G_NR": "320", "MA12": "12", "MARS": "35", "NAME": "Pellerin", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "9,000", "CSINR": "", "KURTZ": "", "PHAS_": "77,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "30.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Daniel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "30.10.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16109	perez-frances-jose-1936-12-27	{"d6": "322", "3a_sports": "3218"}	{"ertel": "ES-3218", "lerrcp": "D6-322"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "José", "family": "Perez-Frances", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1936-12-27 11:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "ES", "lg": -3.8, "lat": 43.46667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "José", "family": "Perez-Frances"}, "birth": {"date": "1936-12-27 11:00", "place": {"cy": "ES", "lg": -3.8, "lat": 43.46667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "322"}}, "raw": {"H": "11", "MN": "0", "DAY": "27", "LAT": "43N28", "LON": "03W48", "MON": "12", "NUM": "322", "SEC": "0", "YEA": "1936", "NAME": "Perez-Frances José"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-3218"}}, "raw": {"L": "", "MF": "", "NR": "3218", "ENG": "", "MA_": "0", "G_NR": "322", "MA12": "5", "MARS": "15", "NAME": "Perez-Frances", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "4,500", "CSINR": "", "KURTZ": "", "PHAS_": "98,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "SPA", "TAGMON": "27.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jose", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "27.12.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16110	peyroche-georges-1937-01-27	{"d6": "323", "3a_sports": "3258"}	{"ertel": "ES-3258", "lerrcp": "D6-323"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Peyroche", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1937-01-27 00:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 4.33333, "lat": 45.4, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Peyroche"}, "birth": {"date": "1937-01-27 00:15", "place": {"cy": "FR", "lg": 4.33333, "lat": 45.4}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "323"}}, "raw": {"H": "0", "MN": "15", "DAY": "27", "LAT": "45N24", "LON": "04E20", "MON": "1", "NUM": "323", "SEC": "0", "YEA": "1937", "NAME": "Peyroche georges"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-3258"}}, "raw": {"L": "", "MF": "", "NR": "3258", "ENG": "0", "MA_": "2", "G_NR": "323", "MA12": "12", "MARS": "36", "NAME": "Peyroche", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "0,500", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "27.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "27.01.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16115	prati-pierino-1943-12-13	{"d6": "328", "3a_sports": "3368"}	{"ertel": "ES-3368", "lerrcp": "D6-328"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierino", "family": "Prati", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-12-13 09:50", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 9.2, "lat": 45.46667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Pierino", "family": "Prati"}, "birth": {"date": "1943-12-13 09:50", "place": {"cy": "IT", "lg": 9.2, "lat": 45.46667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "328"}}, "raw": {"H": "9", "MN": "50", "DAY": "13", "LAT": "45N28", "LON": "09E12", "MON": "12", "NUM": "328", "SEC": "0", "YEA": "1943", "NAME": "Prati Pierino"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-3368"}}, "raw": {"L": "", "MF": "", "NR": "3368", "ENG": "", "MA_": "0", "G_NR": "328", "MA12": "8", "MARS": "24", "NAME": "Prati", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-1,600", "CSINR": "", "KURTZ": "", "PHAS_": "98,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "13.12.", "ZITATE": "DS", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Pierino", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "13.12.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16116	proost-leo-1933-11-01	{"d6": "329", "3a_sports": "3387"}	{"ertel": "ES-3387", "lerrcp": "D6-329"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leo", "family": "Proost", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-11-01 14:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": 4.98333, "lat": 51.31667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Leo", "family": "Proost"}, "birth": {"date": "1933-11-01 14:00", "place": {"cy": "BE", "lg": 4.98333, "lat": 51.31667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "329"}}, "raw": {"H": "14", "MN": "0", "DAY": "1", "LAT": "51N19", "LON": "04E59", "MON": "11", "NUM": "329", "SEC": "0", "YEA": "1933", "NAME": "Proost Leo"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-3387"}}, "raw": {"L": "", "MF": "", "NR": "3387", "ENG": "1", "MA_": "2", "G_NR": "329", "MA12": "4", "MARS": "10", "NAME": "Proost", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "3,700", "CSINR": "", "KURTZ": "", "PHAS_": "98,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "01.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Leo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.11.1933", "GQBECORR": "", "NIENCORR": "NAT", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16113	piumi-jean-claude-1940-05-27	{"d6": "326", "3a_sports": "3313", "cfepp-final3": "536"}	{"cfepp": "CF-536", "ertel": "ES-3313", "lerrcp": "D6-326"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Claude", "family": "Piumi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-05-27 08:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": -5.92, "lat": 49.17, "name": "GIRAUMONT", "geoid": null}, "notime": null, "date-ut": "1940-05-27 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jean-Claude", "family": "Piumi"}, "birth": {"date": "1940-05-27 08:00", "place": {"cy": "FR", "lg": 5.85, "lat": 49.16667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "326"}}, "raw": {"H": "8", "MN": "0", "DAY": "27", "LAT": "49N10", "LON": "05E51", "MON": "5", "NUM": "326", "SEC": "0", "YEA": "1940", "NAME": "Piumi Jean Claude"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-3313"}}, "raw": {"L": "", "MF": "", "NR": "3313", "ENG": "1", "MA_": "2", "G_NR": "326", "MA12": "1", "MARS": "2", "NAME": "Piumi", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-8,800", "CSINR": "", "KURTZ": "", "PHAS_": "69,300", "STUND": "", "CFEPNR": "536", "EXTEND": "1", "NATION": "FRA", "TAGMON": "27.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean Claude", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "27.05.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1940-05-27 08:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": -5.92, "lat": 49.17, "name": "GIRAUMONT"}, "date-ut": "1940-05-27 07:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "536"}}, "raw": {"S": "1", "LT": "08 00", "LV": "I4", "TR": "f", "UT": "07 00", "LAT": "+49.17", "SRC": "L", "LONG": "-05.92", "NAME": "PIUMI Jean-Claude", "SPORT": "Soccer", "LOC_DATE": "1940 05 27", "UNIV_DATE": "1940 05 27", "BIRTH_PLACE": "GIRAUMONT", "POSTAL_CODE": "54780"}, "date": "2023-08-20T14:46:05+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16119	queen-gerry-1945-01-15	{"d6": "332", "3a_sports": "3412"}	{"ertel": "ES-3412", "lerrcp": "D6-332"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gerry", "family": "Queen", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1945-01-15 12:50", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -4.25, "lat": 55.88333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Gerry", "family": "Queen"}, "birth": {"date": "1945-01-15 12:50", "place": {"cy": "GB", "lg": -4.25, "lat": 55.88333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "332"}}, "raw": {"H": "12", "MN": "50", "DAY": "15", "LAT": "55N53", "LON": "04W15", "MON": "1", "NUM": "332", "SEC": "0", "YEA": "1945", "NAME": "Queen Gerry"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-3412"}}, "raw": {"L": "", "MF": "", "NR": "3412", "ENG": "1", "MA_": "2", "G_NR": "332", "MA12": "4", "MARS": "11", "NAME": "Queen", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "0,700", "CSINR": "", "KURTZ": "", "PHAS_": "0,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "SCO", "TAGMON": "15.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gerry", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.01.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16121	rat-michem-1937-03-16	{"d6": "334", "3a_sports": "3440", "cfepp-final3": "216"}	{"cfepp": "CF-216", "ertel": "ES-3440", "lerrcp": "D6-334"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michem", "family": "Rat", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1937-03-16 01:00", "note": null, "place": {"c1": null, "c2": "95", "c3": "", "cy": "FR", "lg": -2.2, "lat": 49.08, "name": "BUTRY SUR OISE", "geoid": null}, "notime": null, "date-ut": "1937-03-16 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Michem", "family": "Rat"}, "birth": {"date": "1937-03-16 01:00", "place": {"cy": "FR", "lg": 2.16667, "lat": 49.08333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "334"}}, "raw": {"H": "1", "MN": "0", "DAY": "16", "LAT": "49N05", "LON": "02E10", "MON": "3", "NUM": "334", "SEC": "0", "YEA": "1937", "NAME": "Rat Michem"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["basketball-player"], "partial-ids": {"ertel": "ES-3440"}}, "raw": {"L": "", "MF": "", "NR": "3440", "ENG": "1", "MA_": "2", "G_NR": "334", "MA12": "1", "MARS": "3", "NAME": "Rat", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "7,100", "CSINR": "", "KURTZ": "", "PHAS_": "13,900", "STUND": "", "CFEPNR": "216", "EXTEND": "1", "NATION": "FRA", "TAGMON": "16.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "16.03.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1937-03-16 01:00", "place": {"c2": "95", "c3": "", "cy": "FR", "lg": -2.2, "lat": 49.08, "name": "BUTRY SUR OISE"}, "date-ut": "1937-03-16 01:00"}, "occus": ["basketball-player"], "ids-in-sources": {"cfepp-final3": "216"}}, "raw": {"S": "1", "LT": "01 00", "LV": "I70", "TR": "f", "UT": "01 00", "LAT": "+49.08", "SRC": "L", "LONG": "-02.20", "NAME": "RAT Michel", "SPORT": "Basketball", "LOC_DATE": "1937 03 16", "UNIV_DATE": "1937 03 16", "BIRTH_PLACE": "BUTRY SUR OISE", "POSTAL_CODE": "95430"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16122	rebillard-daniel-1948-12-20	{"d6": "335", "3a_sports": "3452", "cfepp-final3": "361"}	{"cfepp": "CF-361", "ertel": "ES-3452", "lerrcp": "D6-335"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "Rebillard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-12-20 01:00", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": -2.77, "lat": 48.74, "name": "TOURNAN EN BRIE", "geoid": null}, "notime": null, "date-ut": "1948-12-20 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Daniel", "family": "Rebillard"}, "birth": {"date": "1948-12-20 01:00", "place": {"cy": "FR", "lg": 2.76667, "lat": 48.73333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "335"}}, "raw": {"H": "1", "MN": "0", "DAY": "20", "LAT": "48N44", "LON": "02E46", "MON": "12", "NUM": "335", "SEC": "0", "YEA": "1948", "NAME": "Rebillard Daniel"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-3452"}}, "raw": {"L": "", "MF": "", "NR": "3452", "ENG": "", "MA_": "1", "G_NR": "335", "MA12": "9", "MARS": "26", "NAME": "Rebillard", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-7,500", "CSINR": "", "KURTZ": "", "PHAS_": "83,800", "STUND": "", "CFEPNR": "361", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.12.", "ZITATE": "DKSO", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Daniel", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "20.12.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1948-12-20 01:00", "place": {"c2": "77", "c3": "", "cy": "FR", "lg": -2.77, "lat": 48.74, "name": "TOURNAN EN BRIE"}, "date-ut": "1948-12-20 00:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "361"}}, "raw": {"S": "9", "LT": "01 00", "LV": "O", "TR": "f", "UT": "00 00", "LAT": "+48.74", "SRC": "L", "LONG": "-02.77", "NAME": "REBILLARD Daniel", "SPORT": "Cycling", "LOC_DATE": "1948 12 20", "UNIV_DATE": "1948 12 20", "BIRTH_PLACE": "TOURNAN EN BRIE", "POSTAL_CODE": "77220"}, "date": "2023-08-20T14:46:01+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16128	richard-michel-1945-10-05	{"d6": "341", "3a_sports": "3495", "cfepp-final3": "626"}	{"cfepp": "CF-626", "ertel": "ES-3495", "lerrcp": "D6-341"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Richard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1945-10-05 06:45", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": -2.35, "lat": 48.75, "name": "RUNGIS", "geoid": null}, "notime": null, "date-ut": "1945-10-05 05:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["handball-player"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Richard"}, "birth": {"date": "1945-10-05 06:45", "place": {"cy": "FR", "lg": 2.38333, "lat": 48.78333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "341"}}, "raw": {"H": "6", "MN": "45", "DAY": "5", "LAT": "48N47", "LON": "02E23", "MON": "10", "NUM": "341", "SEC": "0", "YEA": "1945", "NAME": "Richard Michel"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["handball-player"], "partial-ids": {"ertel": "ES-3495"}}, "raw": {"L": "", "MF": "", "NR": "3495", "ENG": "0", "MA_": "2", "G_NR": "341", "MA12": "3", "MARS": "9", "NAME": "Richard", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-3,200", "CSINR": "", "KURTZ": "", "PHAS_": "1,600", "STUND": "", "CFEPNR": "626", "EXTEND": "1", "NATION": "FRA", "TAGMON": "05.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "05.10.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "HAND", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1945-10-05 06:45", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": -2.35, "lat": 48.75, "name": "RUNGIS"}, "date-ut": "1945-10-05 05:45"}, "occus": ["handball-player"], "ids-in-sources": {"cfepp-final3": "626"}}, "raw": {"S": "3", "LT": "06 45", "LV": "I29", "TR": "f", "UT": "05 45", "LAT": "+48.75", "SRC": "L", "LONG": "-02.35", "NAME": "RICHARD Michel", "SPORT": "Handball", "LOC_DATE": "1945 10 05", "UNIV_DATE": "1945 10 05", "BIRTH_PLACE": "RUNGIS", "POSTAL_CODE": "94150"}, "date": "2023-08-20T14:46:08+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16127	rey-henri-1932-06-27	{"d6": "340", "3a_sports": "3483", "cfepp-final3": "217"}	{"cfepp": "CF-217", "ertel": "ES-3483", "lerrcp": "D6-340"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Rey", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-06-27 09:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": -4.83, "lat": 45.75, "name": "LYON", "geoid": null}, "notime": null, "date-ut": "1932-06-27 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Rey"}, "birth": {"date": "1932-06-27 09:00", "place": {"cy": "FR", "lg": 4.83333, "lat": 45.76667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "340"}}, "raw": {"H": "9", "MN": "0", "DAY": "27", "LAT": "45N46", "LON": "04E50", "MON": "6", "NUM": "340", "SEC": "0", "YEA": "1932", "NAME": "Rey Henri"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["basketball-player"], "partial-ids": {"ertel": "ES-3483"}}, "raw": {"L": "", "MF": "", "NR": "3483", "ENG": "", "MA_": "0", "G_NR": "340", "MA12": "3", "MARS": "8", "NAME": "Rey", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "39,300", "STUND": "", "CFEPNR": "217", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "27.06.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1932-06-27 09:00", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": -4.83, "lat": 45.75, "name": "LYON"}, "date-ut": "1932-06-27 08:00"}, "occus": ["basketball-player"], "ids-in-sources": {"cfepp-final3": "217"}}, "raw": {"S": "3", "LT": "09 00", "LV": "I60", "TR": "f", "UT": "08 00", "LAT": "+45.75", "SRC": "L", "LONG": "-04.83", "NAME": "REY Henri", "SPORT": "Basketball", "LOC_DATE": "1932 06 27", "UNIV_DATE": "1932 06 27", "BIRTH_PLACE": "LYON", "POSTAL_CODE": "69205 CEDEX  01"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16125	revelli-herve-1946-05-05	{"d6": "338", "3a_sports": "3480", "cfepp-final3": "543"}	{"cfepp": "CF-543", "ertel": "ES-3480", "lerrcp": "D6-338"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hervé", "family": "Revelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-05-05 19:00", "note": null, "place": {"c1": null, "c2": "55", "c3": "", "cy": "FR", "lg": -5.39, "lat": 49.16, "name": "VERDUN", "geoid": null}, "notime": null, "date-ut": "1946-05-05 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Hervé", "family": "Revelli"}, "birth": {"date": "1946-10-05 19:00", "place": {"cy": "FR", "lg": 5.4, "lat": 49.16667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "338"}}, "raw": {"H": "19", "MN": "0", "DAY": "5", "LAT": "49N10", "LON": "05E24", "MON": "10", "NUM": "338", "SEC": "0", "YEA": "1946", "NAME": "Revelli Hervé"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-3480"}}, "raw": {"L": "", "MF": "", "NR": "3480", "ENG": "", "MA_": "1", "G_NR": "338", "MA12": "7", "MARS": "19", "NAME": "Revelli", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "9,500", "CSINR": "", "KURTZ": "", "PHAS_": "65,200", "STUND": "", "CFEPNR": "543", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.10.", "ZITATE": "DSO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Hervé", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "05.10.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "revelli-herve-1946-05-05", "birth": {"date": "1946-05-05 19:00", "place": {"c2": "55", "c3": "", "cy": "FR", "lg": -5.39, "lat": 49.16, "name": "VERDUN"}, "date-ut": "1946-05-05 18:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "543"}}, "raw": {"S": "4", "LT": "19 00", "LV": "I24", "TR": "f", "UT": "18 00", "LAT": "+49.16", "SRC": "L", "LONG": "-05.39", "NAME": "REVELLI Herve", "SPORT": "Soccer", "LOC_DATE": "1946 05 05", "UNIV_DATE": "1946 05 05", "BIRTH_PLACE": "VERDUN", "POSTAL_CODE": "55107 CEDEX"}, "date": "2023-08-20T14:46:05+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16131	robert-joel-1943-11-24	{"d6": "344", "3a_sports": "3522"}	{"ertel": "ES-3522", "lerrcp": "D6-344"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joel", "family": "Robert", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-11-24 20:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": 4.18333, "lat": 50.16667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Joel", "family": "Robert"}, "birth": {"date": "1943-11-24 20:00", "place": {"cy": "BE", "lg": 4.18333, "lat": 50.16667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "344"}}, "raw": {"H": "20", "MN": "0", "DAY": "24", "LAT": "50N10", "LON": "04E11", "MON": "11", "NUM": "344", "SEC": "0", "YEA": "1943", "NAME": "Robert Joel"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["motor-sports-competitor"], "partial-ids": {"ertel": "ES-3522"}}, "raw": {"L": "", "MF": "", "NR": "3522", "ENG": "1", "MA_": "2", "G_NR": "344", "MA12": "1", "MARS": "3", "NAME": "Robert", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-7,700", "CSINR": "", "KURTZ": "", "PHAS_": "14,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "24.11.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Joel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "24.11.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "MOTO", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:36+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16133	robin-claude-1941-05-10	{"d6": "346", "3a_sports": "3528", "cfepp-final3": "546"}	{"cfepp": "CF-546", "ertel": "ES-3528", "lerrcp": "D6-346"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Robin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-05-10 06:30", "note": null, "place": {"c1": null, "c2": "85", "c3": "", "cy": "FR", "lg": 1.78, "lat": 46.5, "name": "LES SABLES D'OLONNE", "geoid": null}, "notime": null, "date-ut": "1941-05-10 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Robin"}, "birth": {"date": "1941-05-10 06:30", "place": {"cy": "FR", "lg": -1.78333, "lat": 46.5}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "346"}}, "raw": {"H": "6", "MN": "30", "DAY": "10", "LAT": "46N30", "LON": "01W47", "MON": "5", "NUM": "346", "SEC": "0", "YEA": "1941", "NAME": "Robin Claude"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-3528"}}, "raw": {"L": "", "MF": "", "NR": "3528", "ENG": "", "MA_": "1", "G_NR": "346", "MA12": "2", "MARS": "5", "NAME": "Robin", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "5,000", "CSINR": "", "KURTZ": "", "PHAS_": "97,700", "STUND": "", "CFEPNR": "546", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Claude", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "10.05.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:36+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1941-05-10 06:30", "place": {"c2": "85", "c3": "", "cy": "FR", "lg": 1.78, "lat": 46.5, "name": "LES SABLES D'OLONNE"}, "date-ut": "1941-05-10 04:30"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "546"}}, "raw": {"S": "2", "LT": "06 30", "LV": "I4", "TR": "f", "UT": "04 30", "LAT": "+46.50", "SRC": "L", "LONG": "+01.78", "NAME": "ROBIN Claude", "SPORT": "Soccer", "LOC_DATE": "1941 05 10", "UNIV_DATE": "1941 05 10", "BIRTH_PLACE": "LES SABLES D'OLONNE", "POSTAL_CODE": "85119 CEDEX"}, "date": "2023-08-20T14:46:05+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16134	robuschi-laurent-1935-11-05	{"d6": "347", "3a_sports": "3532", "cfepp-final3": "548"}	{"cfepp": "CF-548", "ertel": "ES-3532", "lerrcp": "D6-347"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Laurent", "family": "Robuschi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1935-11-05 06:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": -7.26, "lat": 43.7, "name": "NICE", "geoid": null}, "notime": null, "date-ut": "1935-11-05 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Laurent", "family": "Robuschi"}, "birth": {"date": "1935-11-05 06:00", "place": {"cy": "FR", "lg": 7.26667, "lat": 43.7}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "347"}}, "raw": {"H": "6", "MN": "0", "DAY": "5", "LAT": "43N42", "LON": "07E16", "MON": "11", "NUM": "347", "SEC": "0", "YEA": "1935", "NAME": "Robuschi Laurent"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-3532"}}, "raw": {"L": "", "MF": "", "NR": "3532", "ENG": "", "MA_": "1", "G_NR": "347", "MA12": "11", "MARS": "31", "NAME": "Robuschi", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "11,200", "CSINR": "", "KURTZ": "", "PHAS_": "61,700", "STUND": "", "CFEPNR": "548", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.11.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Laurent", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "05.11.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:36+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1935-11-05 06:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": -7.26, "lat": 43.7, "name": "NICE"}, "date-ut": "1935-11-05 06:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "548"}}, "raw": {"S": "11", "LT": "06 00", "LV": "I5", "TR": "f", "UT": "06 00", "LAT": "+43.70", "SRC": "L", "LONG": "-07.26", "NAME": "ROBUSCHI Laurent", "SPORT": "Soccer", "LOC_DATE": "1935 11 05", "UNIV_DATE": "1935 11 05", "BIRTH_PLACE": "NICE", "POSTAL_CODE": "06074 CEDEX"}, "date": "2023-08-20T14:46:05+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16139	rosi-paolo-1928-01-30	{"d6": "352", "3a_sports": "3575"}	{"ertel": "ES-3575", "lerrcp": "D6-352"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paolo", "family": "Rosi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-01-30 08:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 12.85, "lat": 42.4, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Paolo", "family": "Rosi"}, "birth": {"date": "1928-01-30 08:00", "place": {"cy": "IT", "lg": 12.85, "lat": 42.4}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "352"}}, "raw": {"H": "8", "MN": "0", "DAY": "30", "LAT": "42N24", "LON": "12E51", "MON": "1", "NUM": "352", "SEC": "0", "YEA": "1928", "NAME": "Rosi Paolo"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["boxer"], "partial-ids": {"ertel": "ES-3575"}}, "raw": {"L": "", "MF": "", "NR": "3575", "ENG": "", "MA_": "1", "G_NR": "352", "MA12": "2", "MARS": "5", "NAME": "Rosi", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "11,400", "CSINR": "", "KURTZ": "", "PHAS_": "52,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "30.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Paolo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.01.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16140	rosiers-roger-1946-11-26	{"d6": "353", "3a_sports": "3577"}	{"ertel": "ES-3577", "lerrcp": "D6-353"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Rosiers", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-11-26 13:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": 4.55, "lat": 51.18333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Rosiers"}, "birth": {"date": "1946-11-26 13:30", "place": {"cy": "BE", "lg": 4.55, "lat": 51.18333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "353"}}, "raw": {"H": "13", "MN": "30", "DAY": "26", "LAT": "51N11", "LON": "04E33", "MON": "11", "NUM": "353", "SEC": "0", "YEA": "1946", "NAME": "Rosiers Roger"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-3577"}}, "raw": {"L": "", "MF": "", "NR": "3577", "ENG": "1", "MA_": "2", "G_NR": "353", "MA12": "4", "MARS": "10", "NAME": "Rosiers", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "3,100", "CSINR": "", "KURTZ": "", "PHAS_": "4,600", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "26.11.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "26.11.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16137	roque-rene-1941-10-15	{"d6": "350", "3a_sports": "3563", "cfepp-final3": "256"}	{"cfepp": "CF-256", "ertel": "ES-3563", "lerrcp": "D6-350"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Roque", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-10-15 14:00", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": -4.08, "lat": 44.13, "name": "ALES", "geoid": null}, "notime": null, "date-ut": "1941-10-15 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "René", "family": "Roque"}, "birth": {"date": "1941-10-15 14:00", "place": {"cy": "FR", "lg": 4.08333, "lat": 44.13333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "350"}}, "raw": {"H": "14", "MN": "0", "DAY": "15", "LAT": "44N08", "LON": "04E05", "MON": "10", "NUM": "350", "SEC": "0", "YEA": "1941", "NAME": "Roque René"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["boxer"], "partial-ids": {"ertel": "ES-3563"}}, "raw": {"L": "", "MF": "", "NR": "3563", "ENG": "", "MA_": "1", "G_NR": "350", "MA12": "10", "MARS": "30", "NAME": "Roque", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-9,900", "CSINR": "", "KURTZ": "", "PHAS_": "35,600", "STUND": "", "CFEPNR": "256", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "15.10.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:36+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1941-10-15 14:00", "place": {"c2": "30", "c3": "", "cy": "FR", "lg": -4.08, "lat": 44.13, "name": "ALES"}, "date-ut": "1941-10-15 13:00"}, "occus": ["boxer"], "ids-in-sources": {"cfepp-final3": "256"}}, "raw": {"S": "10", "LT": "14 00", "LV": "E", "TR": "f", "UT": "13 00", "LAT": "+44.13", "SRC": "L", "LONG": "-04.08", "NAME": "ROQUE Rene", "SPORT": "Boxing", "LOC_DATE": "1941 10 15", "UNIV_DATE": "1941 10 15", "BIRTH_PLACE": "ALES", "POSTAL_CODE": "30107 CEDEX"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16143	ruiz-bernardo-1925-01-08	{"d6": "356", "3a_sports": "3626"}	{"ertel": "ES-3626", "lerrcp": "D6-356"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernardo", "family": "Ruiz", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-01-08 11:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "ES", "lg": -0.93333, "lat": 38.08333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Bernardo", "family": "Ruiz"}, "birth": {"date": "1925-01-08 11:00", "place": {"cy": "ES", "lg": -0.93333, "lat": 38.08333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "356"}}, "raw": {"H": "11", "MN": "0", "DAY": "8", "LAT": "36N05", "LON": "00W56", "MON": "1", "NUM": "356", "SEC": "0", "YEA": "1925", "NAME": "Ruiz Bernardo"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-3626"}}, "raw": {"L": "", "MF": "", "NR": "3626", "ENG": "0", "MA_": "2", "G_NR": "356", "MA12": "12", "MARS": "36", "NAME": "Ruiz", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "4,500", "CSINR": "", "KURTZ": "", "PHAS_": "96,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "SPA", "TAGMON": "08.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Bernardo", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "08.01.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16145	rupert-jean-joseph-1938-03-07	{"d6": "358", "3a_sports": "3630"}	{"ertel": "ES-3630", "lerrcp": "D6-358"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Joseph", "family": "Rupert", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1938-03-07 17:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": -1.25, "lat": 43.63333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Jean-Joseph", "family": "Rupert"}, "birth": {"date": "1938-03-07 17:00", "place": {"cy": "FR", "lg": -1.25, "lat": 43.63333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "358"}}, "raw": {"H": "17", "MN": "0", "DAY": "7", "LAT": "43N38", "LON": "01W15", "MON": "3", "NUM": "358", "SEC": "0", "YEA": "1938", "NAME": "Rupert Jean Joseph"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-3630"}}, "raw": {"L": "", "MF": "", "NR": "3630", "ENG": "", "MA_": "1", "G_NR": "358", "MA12": "5", "MARS": "13", "NAME": "Rupert", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "8,900", "CSINR": "", "KURTZ": "", "PHAS_": "24,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.03.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean Joseph", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "07.03.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16146	russel-patrick-1946-12-22	{"d6": "359", "3a_sports": "3631", "cfepp-final3": "1002"}	{"cfepp": "CF-1002", "ertel": "ES-3631", "lerrcp": "D6-359"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Patrick", "family": "Russel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-12-22 20:45", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": -6.87, "lat": 45.92, "name": "CHAMONIX MONT BLANC", "geoid": null}, "notime": null, "date-ut": "1946-12-22 19:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"name": {"given": "Patrick", "family": "Russel"}, "birth": {"date": "1946-12-22 20:45", "place": {"cy": "FR", "lg": 6.86667, "lat": 45.91667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "359"}}, "raw": {"H": "20", "MN": "45", "DAY": "22", "LAT": "45N55", "LON": "06E52", "MON": "12", "NUM": "359", "SEC": "0", "YEA": "1946", "NAME": "Russel Patrick"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["skier"], "partial-ids": {"ertel": "ES-3631"}}, "raw": {"L": "", "MF": "", "NR": "3631", "ENG": "", "MA_": "0", "G_NR": "359", "MA12": "8", "MARS": "23", "NAME": "Russel", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-3,600", "CSINR": "", "KURTZ": "", "PHAS_": "2,100", "STUND": "", "CFEPNR": "1002", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.12.", "ZITATE": "DHM", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Patrick", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "22.12.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1946-12-22 20:45", "place": {"c2": "74", "c3": "", "cy": "FR", "lg": -6.87, "lat": 45.92, "name": "CHAMONIX MONT BLANC"}, "date-ut": "1946-12-22 19:45"}, "occus": ["skier"], "ids-in-sources": {"cfepp-final3": "1002"}}, "raw": {"S": "8", "LT": "20 45", "LV": "M", "TR": "f", "UT": "19 45", "LAT": "+45.92", "SRC": "L", "LONG": "-06.87", "NAME": "RUSSEL Patrick", "SPORT": "Skiing", "LOC_DATE": "1946 12 22", "UNIV_DATE": "1946 12 22", "BIRTH_PLACE": "CHAMONIX MONT BLANC", "POSTAL_CODE": "74403 CEDEX"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16148	sainte-rose-robert-1943-07-05	{"d6": "361", "3a_sports": "3676"}	{"ertel": "ES-3676", "lerrcp": "D6-361"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Sainte-Rose", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-07-05 09:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "MQ", "lg": -61.08333, "lat": 14.6, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Sainte-Rose"}, "birth": {"date": "1943-07-05 09:00", "place": {"cy": "MQ", "lg": -61.08333, "lat": 14.6}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "361"}}, "raw": {"H": "9", "MN": "0", "DAY": "5", "LAT": "14N36", "LON": "61W05", "MON": "7", "NUM": "361", "SEC": "0", "YEA": "1943", "NAME": "Sainte-Rose Robert"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-3676"}}, "raw": {"L": "", "MF": "", "NR": "3676", "ENG": "1", "MA_": "2", "G_NR": "361", "MA12": "4", "MARS": "12", "NAME": "Sante-Rose", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "3,400", "CSINR": "", "KURTZ": "", "PHAS_": "5,400", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "05.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "05.07.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16151	scheuring-jacob-1912-10-29	{"d6": "364", "3a_sports": "3724"}	{"ertel": "ES-3724", "lerrcp": "D6-364"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacob", "family": "Scheuring", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1912-10-29 04:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.76667, "lat": 49.16667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Jacob", "family": "Scheuring"}, "birth": {"date": "1912-10-29 04:00", "place": {"cy": "DE", "lg": 8.76667, "lat": 49.16667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "364"}}, "raw": {"H": "4", "MN": "0", "DAY": "29", "LAT": "49N10", "LON": "08E46", "MON": "10", "NUM": "364", "SEC": "0", "YEA": "1912", "NAME": "Scheuring Jacob"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-3724"}}, "raw": {"L": "", "MF": "", "NR": "3724", "ENG": "", "MA_": "0", "G_NR": "364", "MA12": "11", "MARS": "32", "NAME": "Scheuring", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-5,400", "CSINR": "", "KURTZ": "", "PHAS_": "90,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "29.10.", "ZITATE": "ST", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jacob", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "29.10.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16152	schiermeyer-rene-1938-09-27	{"d6": "365", "3a_sports": "3726", "cfepp-final3": "668"}	{"cfepp": "CF-668", "ertel": "ES-3726", "lerrcp": "D6-365"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Schiermeyer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1938-09-27 02:40", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": -7.46, "lat": 48.26, "name": "SELESTAT", "geoid": null}, "notime": null, "date-ut": "1938-09-27 01:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["wrestler"]	5	null	[{"new": {"name": {"given": "René", "family": "Schiermeyer"}, "birth": {"date": "1938-09-27 02:40", "place": {"cy": "FR", "lg": 7.46667, "lat": 48.26667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "365"}}, "raw": {"H": "2", "MN": "40", "DAY": "27", "LAT": "48N16", "LON": "07E28", "MON": "9", "NUM": "365", "SEC": "0", "YEA": "1938", "NAME": "Schiermeyer rené"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["wrestler"], "partial-ids": {"ertel": "ES-3726"}}, "raw": {"L": "", "MF": "", "NR": "3726", "ENG": "", "MA_": "0", "G_NR": "365", "MA12": "12", "MARS": "34", "NAME": "Schiermeyer", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "5,800", "CSINR": "", "KURTZ": "", "PHAS_": "11,400", "STUND": "", "CFEPNR": "668", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.09.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "27.09.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "WRES", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1938-09-27 02:40", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": -7.46, "lat": 48.26, "name": "SELESTAT"}, "date-ut": "1938-09-27 01:40"}, "occus": ["wrestler"], "ids-in-sources": {"cfepp-final3": "668"}}, "raw": {"S": "12", "LT": "02 40", "LV": "O", "TR": "f", "UT": "01 40", "LAT": "+48.26", "SRC": "L", "LONG": "-07.46", "NAME": "SCHIERMEYER Rene", "SPORT": "Wrestling", "LOC_DATE": "1938 09 27", "UNIV_DATE": "1938 09 27", "BIRTH_PLACE": "SELESTAT", "POSTAL_CODE": "67600"}, "date": "2023-08-20T14:46:10+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16155	schnellinger-karl-heinz-1939-03-31	{"d6": "368", "3a_sports": "3744"}	{"ertel": "ES-3744", "lerrcp": "D6-368"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl-Heinz", "family": "Schnellinger", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1939-03-31 06:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 6.5, "lat": 50.8, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Karl-Heinz", "family": "Schnellinger"}, "birth": {"date": "1939-03-31 06:30", "place": {"cy": "DE", "lg": 6.5, "lat": 50.8}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "368"}}, "raw": {"H": "6", "MN": "30", "DAY": "31", "LAT": "50N48", "LON": "06E30", "MON": "3", "NUM": "368", "SEC": "0", "YEA": "1939", "NAME": "Schnellinger Karl Heinz"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-3744"}}, "raw": {"L": "", "MF": "", "NR": "3744", "ENG": "1", "MA_": "2", "G_NR": "368", "MA12": "4", "MARS": "10", "NAME": "Schnellinger", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "10,400", "CSINR": "", "KURTZ": "", "PHAS_": "77,300", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "GER", "TAGMON": "31.03.", "ZITATE": "DWSO", "ZITSUM": "4", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Karl Heinz", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "31.03.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16157	shuiten-roy-1950-12-16	{"d6": "370", "3a_sports": "3754"}	{"ertel": "ES-3754", "lerrcp": "D6-370"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roy", "family": "Shuiten", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1950-12-16 07:05", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "NL", "lg": 4.9, "lat": 52.35, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Roy", "family": "Shuiten"}, "birth": {"date": "1950-12-16 07:05", "place": {"cy": "NL", "lg": 4.9, "lat": 52.35}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "370"}}, "raw": {"H": "7", "MN": "5", "DAY": "16", "LAT": "52N21", "LON": "04E54", "MON": "12", "NUM": "370", "SEC": "0", "YEA": "1950", "NAME": "Shuiten Roy"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-3754"}}, "raw": {"L": "", "MF": "", "NR": "3754", "ENG": "", "MA_": "0", "G_NR": "370", "MA12": "11", "MARS": "32", "NAME": "Schuiten", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "10,300", "CSINR": "", "KURTZ": "", "PHAS_": "47,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "NET", "TAGMON": "16.12.", "ZITATE": "HO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Roy", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "16.12.1950", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16158	schutz-eddy-1941-05-15	{"d6": "371", "3a_sports": "3759"}	{"ertel": "ES-3759", "lerrcp": "D6-371"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eddy", "family": "Schutz", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-05-15 14:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "LU", "lg": 6.08333, "lat": 49.46667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Eddy", "family": "Schutz"}, "birth": {"date": "1941-05-15 14:00", "place": {"cy": "LU", "lg": 6.08333, "lat": 49.46667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "371"}}, "raw": {"H": "14", "MN": "0", "DAY": "15", "LAT": "49N28", "LON": "06E05", "MON": "5", "NUM": "371", "SEC": "0", "YEA": "1941", "NAME": "Schutz Eddy"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-3759"}}, "raw": {"L": "", "MF": "", "NR": "3759", "ENG": "", "MA_": "1", "G_NR": "371", "MA12": "7", "MARS": "20", "NAME": "Schutz", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-8,300", "CSINR": "", "KURTZ": "", "PHAS_": "80,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "LUX", "TAGMON": "15.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Eddy", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "15.05.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16161	senoner-carlo-1943-10-24	{"d6": "374", "3a_sports": "3789"}	{"ertel": "ES-3789", "lerrcp": "D6-374"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Senoner", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-10-24 20:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 11.78333, "lat": 46.55, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Senoner"}, "birth": {"date": "1943-10-24 20:00", "place": {"cy": "IT", "lg": 11.78333, "lat": 46.55}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "374"}}, "raw": {"H": "20", "MN": "0", "DAY": "24", "LAT": "46N33", "LON": "11E47", "MON": "10", "NUM": "374", "SEC": "0", "YEA": "1943", "NAME": "Senoner Carlo"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["skier"], "partial-ids": {"ertel": "ES-3789"}}, "raw": {"L": "", "MF": "", "NR": "3789", "ENG": "1", "MA_": "2", "G_NR": "374", "MA12": "1", "MARS": "1", "NAME": "Senoner", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-8,500", "CSINR": "", "KURTZ": "", "PHAS_": "23,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "24.10.", "ZITATE": "DHS", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Carlo", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "24.10.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16164	simon-jacques-1941-03-25	{"d6": "377", "3a_sports": "3826", "cfepp-final3": "555"}	{"cfepp": "CF-555", "ertel": "ES-3826", "lerrcp": "D6-377"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Simon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-03-25 10:00", "note": null, "place": {"c1": null, "c2": "50", "c3": "", "cy": "FR", "lg": 1.84, "lat": 49.7, "name": "OMONVILLE LA ROGUE", "geoid": null}, "notime": null, "date-ut": "1941-03-25 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Simon"}, "birth": {"date": "1941-03-20 10:00", "place": {"cy": "FR", "lg": -1.85, "lat": 49.71667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "377"}}, "raw": {"H": "10", "MN": "0", "DAY": "20", "LAT": "49N43", "LON": "01W51", "MON": "3", "NUM": "377", "SEC": "0", "YEA": "1941", "NAME": "Simon Jacques"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-3826"}}, "raw": {"L": "", "MF": "", "NR": "3826", "ENG": "1", "MA_": "2", "G_NR": "377", "MA12": "4", "MARS": "10", "NAME": "Simon", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-11,10", "CSINR": "", "KURTZ": "", "PHAS_": "51,400", "STUND": "", "CFEPNR": "555", "EXTEND": "1", "NATION": "FRA", "TAGMON": "20.03.", "ZITATE": "DWO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "20.03.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "simon-jacques-1941-03-25", "birth": {"date": "1941-03-25 10:00", "place": {"c2": "50", "c3": "", "cy": "FR", "lg": 1.84, "lat": 49.7, "name": "OMONVILLE LA ROGUE"}, "date-ut": "1941-03-25 08:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "555"}}, "raw": {"S": "4", "LT": "10 00", "LV": "I15", "TR": "o", "UT": "08 00", "LAT": "+49.70", "SRC": "L", "LONG": "+01.84", "NAME": "SIMON Jacques", "SPORT": "Soccer", "LOC_DATE": "1941 03 25", "UNIV_DATE": "1941 03 25", "BIRTH_PLACE": "OMONVILLE LA ROGUE", "POSTAL_CODE": "50440"}, "date": "2023-08-20T14:46:06+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16163	silvestro-jean-louis-1939-09-24	{"d6": "376", "3a_sports": "3824", "cfepp-final3": "628"}	{"cfepp": "CF-628", "ertel": "ES-3824", "lerrcp": "D6-376"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Louis", "family": "Silvestro", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1939-09-24 15:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": -7.26, "lat": 43.7, "name": "NICE", "geoid": null}, "notime": null, "date-ut": "1939-09-24 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["handball-player"]	5	null	[{"new": {"name": {"given": "Jean-Louis", "family": "Silvestro"}, "birth": {"date": "1939-09-24 15:00", "place": {"cy": "FR", "lg": 7.26667, "lat": 43.7}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "376"}}, "raw": {"H": "15", "MN": "0", "DAY": "24", "LAT": "43N42", "LON": "07E16", "MON": "9", "NUM": "376", "SEC": "0", "YEA": "1939", "NAME": "Silvestro Jean Louis"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["handball-player"], "partial-ids": {"ertel": "ES-3824"}}, "raw": {"L": "", "MF": "", "NR": "3824", "ENG": "", "MA_": "1", "G_NR": "376", "MA12": "12", "MARS": "35", "NAME": "Silvestro", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "7,900", "CSINR": "", "KURTZ": "", "PHAS_": "81,900", "STUND": "", "CFEPNR": "628", "EXTEND": "", "NATION": "FRA", "TAGMON": "24.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean Louis", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "24.09.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "HAND", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1939-09-24 15:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": -7.26, "lat": 43.7, "name": "NICE"}, "date-ut": "1939-09-24 14:00"}, "occus": ["handball-player"], "ids-in-sources": {"cfepp-final3": "628"}}, "raw": {"S": "12", "LT": "15 00", "LV": "I45", "TR": "f", "UT": "14 00", "LAT": "+43.70", "SRC": "L", "LONG": "-07.26", "NAME": "SILVESTRO Jean-Louis", "SPORT": "Handball", "LOC_DATE": "1939 09 24", "UNIV_DATE": "1939 09 24", "BIRTH_PLACE": "NICE", "POSTAL_CODE": "06074 CEDEX"}, "date": "2023-08-20T14:46:08+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16167	smith-james-1911-09-24	{"d6": "380", "3a_sports": "3844"}	{"ertel": "ES-3844", "lerrcp": "D6-380"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Smith", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1911-09-24 22:55", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -3.85, "lat": 55.95, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "James", "family": "Smith"}, "birth": {"date": "1911-09-24 22:55", "place": {"cy": "GB", "lg": -3.85, "lat": 55.95}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "380"}}, "raw": {"H": "22", "MN": "55", "DAY": "24", "LAT": "55N57", "LON": "03W51", "MON": "9", "NUM": "380", "SEC": "0", "YEA": "1911", "NAME": "Smith James"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-3844"}}, "raw": {"L": "", "MF": "", "NR": "3844", "ENG": "1", "MA_": "2", "G_NR": "380", "MA12": "1", "MARS": "3", "NAME": "Smith", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "2,000", "CSINR": "", "KURTZ": "", "PHAS_": "2,200", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "SCO", "TAGMON": "24.09.", "ZITATE": "T", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "James", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "24.09.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16169	spanghero-claude-1948-06-05	{"d6": "382", "3a_sports": "3867", "cfepp-final3": "955"}	{"cfepp": "CF-955", "ertel": "ES-3867", "lerrcp": "D6-382"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Spanghero", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-06-05 18:00", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": -1.85, "lat": 43.27, "name": "PAYRA SUR L'HERS", "geoid": null}, "notime": null, "date-ut": "1948-06-05 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Spanghero"}, "birth": {"date": "1948-06-05 18:00", "place": {"cy": "FR", "lg": 1.76667, "lat": 43.3}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "382"}}, "raw": {"H": "18", "MN": "0", "DAY": "5", "LAT": "43N18", "LON": "01E46", "MON": "6", "NUM": "382", "SEC": "0", "YEA": "1948", "NAME": "Spanghero Claude"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-3867"}}, "raw": {"L": "", "MF": "", "NR": "3867", "ENG": "0", "MA_": "2", "G_NR": "382", "MA12": "3", "MARS": "9", "NAME": "Spanghero", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-6,500", "CSINR": "", "KURTZ": "", "PHAS_": "7,700", "STUND": "", "CFEPNR": "955", "EXTEND": "1", "NATION": "FRA", "TAGMON": "05.06.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Claude", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "05.06.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1948-06-05 18:00", "place": {"c2": "11", "c3": "", "cy": "FR", "lg": -1.85, "lat": 43.27, "name": "PAYRA SUR L'HERS"}, "date-ut": "1948-06-05 17:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "955"}}, "raw": {"S": "3", "LT": "18 00", "LV": "I13", "TR": "f", "UT": "17 00", "LAT": "+43.27", "SRC": "L", "LONG": "-01.85", "NAME": "SPANGHERO Claude", "SPORT": "Rugby Union", "LOC_DATE": "1948 06 05", "UNIV_DATE": "1948 06 05", "BIRTH_PLACE": "PAYRA SUR L'HERS", "POSTAL_CODE": "11400"}, "date": "2023-08-20T14:46:16+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16170	spanghero-walter-1943-12-21	{"d6": "383", "3a_sports": "3870", "cfepp-final3": "956"}	{"cfepp": "CF-956", "ertel": "ES-3870", "lerrcp": "D6-383"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Spanghero", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-12-21 17:00", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": -1.85, "lat": 43.27, "name": "PAYRA SUR L'HERS", "geoid": null}, "notime": null, "date-ut": "1943-12-21 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Spanghero"}, "birth": {"date": "1943-12-21 17:00", "place": {"cy": "FR", "lg": 1.76667, "lat": 43.3}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "383"}}, "raw": {"H": "17", "MN": "0", "DAY": "21", "LAT": "43N18", "LON": "01E46", "MON": "12", "NUM": "383", "SEC": "0", "YEA": "1943", "NAME": "Spanghero Walter"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-3870"}}, "raw": {"L": "", "MF": "", "NR": "3870", "ENG": "1", "MA_": "2", "G_NR": "383", "MA12": "1", "MARS": "2", "NAME": "Spanghero", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-9,700", "CSINR": "", "KURTZ": "", "PHAS_": "38,900", "STUND": "", "CFEPNR": "956", "EXTEND": "1", "NATION": "FRA", "TAGMON": "21.12.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Walter", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "21.12.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1943-12-21 17:00", "place": {"c2": "11", "c3": "", "cy": "FR", "lg": -1.85, "lat": 43.27, "name": "PAYRA SUR L'HERS"}, "date-ut": "1943-12-21 16:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "956"}}, "raw": {"S": "1", "LT": "17 00", "LV": "I46", "TR": "f", "UT": "16 00", "LAT": "+43.27", "SRC": "L", "LONG": "-01.85", "NAME": "SPANGHERO Walter", "SPORT": "Rugby Union", "LOC_DATE": "1943 12 21", "UNIV_DATE": "1943 12 21", "BIRTH_PLACE": "PAYRA SUR L'HERS", "POSTAL_CODE": "11400"}, "date": "2023-08-20T14:46:16+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16173	stopyra-julien-1933-01-10	{"d6": "386", "3a_sports": "3915"}	{"ertel": "ES-3915", "lerrcp": "D6-386"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julien", "family": "Stopyra", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-01-10 08:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 4.38333, "lat": 46.66667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Julien", "family": "Stopyra"}, "birth": {"date": "1933-01-10 08:00", "place": {"cy": "FR", "lg": 4.38333, "lat": 46.66667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "386"}}, "raw": {"H": "8", "MN": "0", "DAY": "10", "LAT": "46N40", "LON": "04E23", "MON": "1", "NUM": "386", "SEC": "0", "YEA": "1933", "NAME": "Stopyra Julien"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-3915"}}, "raw": {"L": "", "MF": "", "NR": "3915", "ENG": "", "MA_": "0", "G_NR": "386", "MA12": "5", "MARS": "15", "NAME": "Stopyra", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "4,200", "CSINR": "", "KURTZ": "", "PHAS_": "96,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Julien", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.01.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16175	swerts-roger-1942-12-28	{"d6": "388", "3a_sports": "3944"}	{"ertel": "ES-3944", "lerrcp": "D6-388"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Swerts", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-12-28 16:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": 5.28333, "lat": 51.03333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Swerts"}, "birth": {"date": "1942-12-28 16:00", "place": {"cy": "BE", "lg": 5.28333, "lat": 51.03333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "388"}}, "raw": {"H": "16", "MN": "0", "DAY": "28", "LAT": "51N02", "LON": "05E17", "MON": "12", "NUM": "388", "SEC": "0", "YEA": "1942", "NAME": "Swerts Roger"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-3944"}}, "raw": {"L": "", "MF": "", "NR": "3944", "ENG": "", "MA_": "1", "G_NR": "388", "MA12": "7", "MARS": "20", "NAME": "Swerts", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-7,600", "CSINR": "", "KURTZ": "", "PHAS_": "76,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "28.12.", "ZITATE": "O", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "28.12.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16176	tabarly-eric-1931-07-24	{"d6": "389", "3a_sports": "3950"}	{"ertel": "ES-3950", "lerrcp": "D6-389"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eric", "family": "Tabarly", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-07-24 10:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": -1.58333, "lat": 47.23333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sport-sailer"]	5	null	[{"new": {"name": {"given": "Eric", "family": "Tabarly"}, "birth": {"date": "1931-07-24 10:00", "place": {"cy": "FR", "lg": -1.58333, "lat": 47.23333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "389"}}, "raw": {"H": "10", "MN": "0", "DAY": "24", "LAT": "47N14", "LON": "01W35", "MON": "7", "NUM": "389", "SEC": "0", "YEA": "1931", "NAME": "Tabarly Eric"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["sport-sailer"], "partial-ids": {"ertel": "ES-3950"}}, "raw": {"L": "", "MF": "", "NR": "3950", "ENG": "0", "MA_": "2", "G_NR": "389", "MA12": "12", "MARS": "36", "NAME": "Tabarly", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "10,600", "CSINR": "", "KURTZ": "", "PHAS_": "69,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "24.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Eric", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "24.07.1931", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "YACH", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16180	teirlinck-willy-1948-08-10	{"d6": "393", "3a_sports": "3980"}	{"ertel": "ES-3980", "lerrcp": "D6-393"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willy", "family": "Teirlinck", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-08-10 18:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": 4.1, "lat": 50.88333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Willy", "family": "Teirlinck"}, "birth": {"date": "1948-08-10 18:00", "place": {"cy": "BE", "lg": 4.1, "lat": 50.88333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "393"}}, "raw": {"H": "18", "MN": "0", "DAY": "10", "LAT": "50N53", "LON": "04E06", "MON": "8", "NUM": "393", "SEC": "0", "YEA": "1948", "NAME": "Teirlinck Willy"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-3980"}}, "raw": {"L": "", "MF": "", "NR": "3980", "ENG": "1", "MA_": "2", "G_NR": "393", "MA12": "4", "MARS": "12", "NAME": "Teirlinck", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "10,000", "CSINR": "", "KURTZ": "", "PHAS_": "30,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "10.08.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Willy", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "10.08.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16179	theilliere-jean-claude-1944-05-23	{"d6": "392", "3a_sports": "3997", "cfepp-final3": "377"}	{"cfepp": "CF-377", "ertel": "ES-3997", "lerrcp": "D6-392"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Claude", "family": "Theilliere", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1944-05-23 15:00", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": -3.08, "lat": 45.83, "name": "BLANZAT", "geoid": null}, "notime": null, "date-ut": "1944-05-23 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Jean-Claude", "family": "Theilliere"}, "birth": {"date": "1944-05-23 15:00", "place": {"cy": "FR", "lg": 3.08333, "lat": 45.78333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "392"}}, "raw": {"H": "15", "MN": "0", "DAY": "23", "LAT": "45N47", "LON": "03E05", "MON": "5", "NUM": "392", "SEC": "0", "YEA": "1944", "NAME": "Theilliere Jean-Claude"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-3997"}}, "raw": {"L": "", "MF": "", "NR": "3997", "ENG": "", "MA_": "1", "G_NR": "392", "MA12": "2", "MARS": "6", "NAME": "Theilliere", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "0,600", "CSINR": "", "KURTZ": "", "PHAS_": "0,800", "STUND": "", "CFEPNR": "377", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.05.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean-Claude", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "23.05.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1944-05-23 15:00", "place": {"c2": "63", "c3": "", "cy": "FR", "lg": -3.08, "lat": 45.83, "name": "BLANZAT"}, "date-ut": "1944-05-23 13:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "377"}}, "raw": {"S": "2", "LT": "15 00", "LV": "F", "TR": "f", "UT": "13 00", "LAT": "+45.83", "SRC": "L", "LONG": "-03.08", "NAME": "THELLIERE Jean-Claude", "SPORT": "Cycling", "LOC_DATE": "1944 05 23", "UNIV_DATE": "1944 05 23", "BIRTH_PLACE": "BLANZAT", "POSTAL_CODE": "63100"}, "date": "2023-08-20T14:46:01+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16182	terme-aime-1945-09-25	{"d6": "395", "3a_sports": "3987", "cfepp-final3": "619"}	{"cfepp": "CF-619", "ertel": "ES-3987", "lerrcp": "D6-395"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aimé", "family": "Terme", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1945-09-25 11:00", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": -4.03, "lat": 44.21, "name": "LA GRAND COMBE", "geoid": null}, "notime": null, "date-ut": "1945-09-25 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["weightlifter"]	5	null	[{"new": {"name": {"given": "Aimé", "family": "Terme"}, "birth": {"date": "1945-09-25 13:15", "place": {"cy": "FR", "lg": 4.03333, "lat": 44.21667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "395"}}, "raw": {"H": "13", "MN": "15", "DAY": "25", "LAT": "44N13", "LON": "04E02", "MON": "9", "NUM": "395", "SEC": "0", "YEA": "1945", "NAME": "Terme Aimé"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["weightlifter"], "partial-ids": {"ertel": "ES-3987"}}, "raw": {"L": "", "MF": "", "NR": "3987", "ENG": "", "MA_": "0", "G_NR": "395", "MA12": "6", "MARS": "17", "NAME": "Terme", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-7,300", "CSINR": "", "KURTZ": "", "PHAS_": "85,900", "STUND": "", "CFEPNR": "619", "EXTEND": "", "NATION": "FRA", "TAGMON": "25.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Aime", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "25.09.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "WEIG", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "terme-aime-1945-09-25", "birth": {"date": "1945-09-25 11:00", "place": {"c2": "30", "c3": "", "cy": "FR", "lg": -4.03, "lat": 44.21, "name": "LA GRAND COMBE"}, "date-ut": "1945-09-25 10:00"}, "occus": ["weightlifter"], "ids-in-sources": {"cfepp-final3": "619"}}, "raw": {"S": "5", "LT": "11 00", "LV": "M", "TR": "f", "UT": "10 00", "LAT": "+44.21", "SRC": "L", "LONG": "-04.03", "NAME": "TERME Aime", "SPORT": "Weightlifting", "LOC_DATE": "1945 09 25", "UNIV_DATE": "1945 09 25", "BIRTH_PLACE": "LA GRAND COMBE", "POSTAL_CODE": "30110"}, "date": "2023-08-20T14:46:08+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16185	trentin-pierre-1944-05-15	{"d6": "398", "3a_sports": "4059"}	{"ertel": "ES-4059", "lerrcp": "D6-398"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Trentin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1944-05-15 03:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 2.46667, "lat": 48.78333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Trentin"}, "birth": {"date": "1944-05-15 03:00", "place": {"cy": "FR", "lg": 2.46667, "lat": 48.78333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "398"}}, "raw": {"H": "3", "MN": "0", "DAY": "15", "LAT": "48N47", "LON": "02E28", "MON": "5", "NUM": "398", "SEC": "0", "YEA": "1944", "NAME": "Trentin Pierre"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-4059"}}, "raw": {"L": "", "MF": "", "NR": "4059", "ENG": "", "MA_": "1", "G_NR": "398", "MA12": "7", "MARS": "21", "NAME": "Trentin", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-11,00", "CSINR": "", "KURTZ": "", "PHAS_": "55,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.05.", "ZITATE": "DKSF", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "15.05.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16188	urtain-jose-manuel-1943-05-14	{"d6": "401", "3a_sports": "4092"}	{"ertel": "ES-4092", "lerrcp": "D6-401"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "José Manuel", "family": "Urtain", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-05-14 22:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "ES", "lg": -2.25, "lat": 43.25, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "José Manuel", "family": "Urtain"}, "birth": {"date": "1943-05-14 22:00", "place": {"cy": "ES", "lg": -2.25, "lat": 43.25}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "401"}}, "raw": {"H": "22", "MN": "0", "DAY": "14", "LAT": "43N15", "LON": "02W15", "MON": "5", "NUM": "401", "SEC": "0", "YEA": "1943", "NAME": "Urtain José Manuel"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["boxer"], "partial-ids": {"ertel": "ES-4092"}}, "raw": {"L": "", "MF": "", "NR": "4092", "ENG": "", "MA_": "1", "G_NR": "401", "MA12": "9", "MARS": "27", "NAME": "Urtain", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "9,500", "CSINR": "", "KURTZ": "", "PHAS_": "65,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "SPA", "TAGMON": "14.05.", "ZITATE": "DF", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jose Manuel", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "14.05.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16187	ulma-amboise-1921-11-24	{"d6": "400", "3a_sports": "4088", "cfepp-final3": "786"}	{"cfepp": "CF-786", "ertel": "ES-4088", "lerrcp": "D6-400"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amboise", "family": "Ulma", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-11-24 04:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": -2.98, "lat": 42.64, "name": "ALENYA", "geoid": null}, "notime": null, "date-ut": "1921-11-24 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Amboise", "family": "Ulma"}, "birth": {"date": "1921-11-29 04:00", "place": {"cy": "FR", "lg": 2.98333, "lat": 42.65}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "400"}}, "raw": {"H": "4", "MN": "0", "DAY": "29", "LAT": "42N39", "LON": "02E59", "MON": "11", "NUM": "400", "SEC": "0", "YEA": "1921", "NAME": "Ulma Amboise"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-4088"}}, "raw": {"L": "", "MF": "", "NR": "4088", "ENG": "1", "MA_": "2", "G_NR": "400", "MA12": "1", "MARS": "3", "NAME": "Ulma", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-2,400", "CSINR": "", "KURTZ": "", "PHAS_": "0,400", "STUND": "", "CFEPNR": "787", "EXTEND": "1", "NATION": "FRA", "TAGMON": "29.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Amboise", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.11.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "ulma-amboise-1921-11-24", "birth": {"date": "1921-11-24 04:00", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": -2.98, "lat": 42.64, "name": "ALENYA"}, "date-ut": "1921-11-24 04:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "786"}}, "raw": {"S": "1", "LT": "04 00", "LV": "I18", "TR": "f", "UT": "04 00", "LAT": "+42.64", "SRC": "A", "LONG": "-02.98", "NAME": "ULMA Amboise", "SPORT": "Rugby League", "LOC_DATE": "1921 11 24", "UNIV_DATE": "1921 11 24", "BIRTH_PLACE": "ALENYA", "POSTAL_CODE": "66200"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16192	van-tygem-noel-1947-10-09	{"d6": "405", "3a_sports": "4148"}	{"ertel": "ES-4148", "lerrcp": "D6-405"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Noel", "family": "Van Tygem", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-10-09 14:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": 2.91667, "lat": 50.91667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Noel", "family": "Van Tygem"}, "birth": {"date": "1947-10-09 14:15", "place": {"cy": "BE", "lg": 2.91667, "lat": 50.91667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "405"}}, "raw": {"H": "14", "MN": "15", "DAY": "9", "LAT": "50N55", "LON": "02E55", "MON": "10", "NUM": "405", "SEC": "0", "YEA": "1947", "NAME": "Van Tygem Noel"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-4148"}}, "raw": {"L": "", "MF": "", "NR": "4148", "ENG": "", "MA_": "0", "G_NR": "405", "MA12": "6", "MARS": "17", "NAME": "VanTygem", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-11,20", "CSINR": "", "KURTZ": "", "PHAS_": "32,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "09.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Noel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "09.10.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16193	vaquerin-armand-1951-02-21	{"d6": "406", "3a_sports": "4173"}	{"ertel": "ES-4173", "lerrcp": "D6-406"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Vaquerin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1951-02-21 17:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 3.06667, "lat": 44.33333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Vaquerin"}, "birth": {"date": "1951-02-21 17:00", "place": {"cy": "FR", "lg": 3.06667, "lat": 44.33333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "406"}}, "raw": {"H": "17", "MN": "0", "DAY": "21", "LAT": "44N20", "LON": "03E04", "MON": "2", "NUM": "406", "SEC": "0", "YEA": "1951", "NAME": "Vaquerin Armand"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-4173"}}, "raw": {"L": "", "MF": "", "NR": "4173", "ENG": "", "MA_": "1", "G_NR": "406", "MA12": "5", "MARS": "14", "NAME": "Vaquerin", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "2,900", "CSINR": "", "KURTZ": "", "PHAS_": "99,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Armand", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "21.02.1951", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16194	varangeot-brigitte-1940-05-01	{"d6": "407", "3a_sports": "4174", "cfepp-final3": "585"}	{"cfepp": "CF-585", "ertel": "ES-4174", "lerrcp": "D6-407"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Brigitte", "family": "Varangeot", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1940-05-01 08:30", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": 1.56, "lat": 43.48, "name": "BIARRITZ", "geoid": null}, "notime": null, "date-ut": "1940-05-01 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["golfer"]	5	null	[{"new": {"name": {"given": "Brigitte", "family": "Varangeot"}, "birth": {"date": "1940-05-01 08:30", "place": {"cy": "FR", "lg": -1.55, "lat": 43.48333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "407"}}, "raw": {"H": "8", "MN": "30", "DAY": "1", "LAT": "43N29", "LON": "01W33", "MON": "5", "NUM": "407", "SEC": "0", "YEA": "1940", "NAME": "Varangeot Brigitte"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "F", "occus": ["golfer"], "partial-ids": {"ertel": "ES-4174"}}, "raw": {"L": "", "MF": "F", "NR": "4174", "ENG": "1", "MA_": "2", "G_NR": "407", "MA12": "1", "MARS": "1", "NAME": "Varangot", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "34,200", "STUND": "", "CFEPNR": "585", "EXTEND": "1", "NATION": "FRA", "TAGMON": "01.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Brigitte", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "01.05.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "GOLF", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1940-05-01 08:30", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": 1.56, "lat": 43.48, "name": "BIARRITZ"}, "date-ut": "1940-05-01 07:30"}, "occus": ["golfer"], "ids-in-sources": {"cfepp-final3": "585"}}, "raw": {"S": "1", "LT": "08 30", "LV": "FI", "TR": "f", "UT": "07 30", "LAT": "+43.48", "SRC": "L", "LONG": "+01.56", "NAME": "VARANGEOT Brigitte", "SPORT": "Golf", "LOC_DATE": "1940 05 01", "UNIV_DATE": "1940 05 01", "BIRTH_PLACE": "BIARRITZ", "POSTAL_CODE": "64200"}, "date": "2023-08-20T14:46:07+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16199	vicentini-flaviano-1942-06-21	{"d6": "412", "3a_sports": "4233"}	{"ertel": "ES-4233", "lerrcp": "D6-412"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Flaviano", "family": "Vicentini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-06-21 10:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 11.01667, "lat": 45.53333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Flaviano", "family": "Vicentini"}, "birth": {"date": "1942-06-21 10:30", "place": {"cy": "IT", "lg": 11.01667, "lat": 45.53333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "412"}}, "raw": {"H": "10", "MN": "30", "DAY": "21", "LAT": "45N32", "LON": "11E01", "MON": "6", "NUM": "412", "SEC": "0", "YEA": "1942", "NAME": "Vicentini Flaviano"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-4233"}}, "raw": {"L": "", "MF": "", "NR": "4233", "ENG": "1", "MA_": "2", "G_NR": "412", "MA12": "1", "MARS": "3", "NAME": "Vicentini", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "9,800", "CSINR": "", "KURTZ": "", "PHAS_": "41,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "21.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Flaviano", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.06.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16200	villain-jean-paul-1946-11-01	{"d6": "413", "3a_sports": "4245"}	{"ertel": "ES-4245", "lerrcp": "D6-413"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Paul", "family": "Villain", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-11-01 09:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 1.08333, "lat": 49.91667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Jean-Paul", "family": "Villain"}, "birth": {"date": "1946-11-01 09:30", "place": {"cy": "FR", "lg": 1.08333, "lat": 49.91667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "413"}}, "raw": {"H": "9", "MN": "30", "DAY": "1", "LAT": "49N55", "LON": "01E05", "MON": "11", "NUM": "413", "SEC": "0", "YEA": "1946", "NAME": "Villain jean Paul"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-4245"}}, "raw": {"L": "", "MF": "", "NR": "4245", "ENG": "1", "MA_": "2", "G_NR": "413", "MA12": "1", "MARS": "1", "NAME": "Villain", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "9,100", "CSINR": "", "KURTZ": "", "PHAS_": "38,700", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "01.11.", "ZITATE": "TD", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean Paul", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "01.11.1946", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16197	verove-yves-marie-1949-10-22	{"d6": "410", "3a_sports": "4215", "cfepp-final3": "223"}	{"cfepp": "CF-223", "ertel": "ES-4215", "lerrcp": "D6-410"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves-Marie", "family": "Verove", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-10-22 06:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": -2.1, "lat": 51, "name": "GRAND FORT PHILIPPE", "geoid": null}, "notime": null, "date-ut": "1949-10-22 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Yves-Marie", "family": "Verove"}, "birth": {"date": "1949-10-22 06:30", "place": {"cy": "FR", "lg": 2.1, "lat": 51}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "410"}}, "raw": {"H": "6", "MN": "30", "DAY": "22", "LAT": "51N00", "LON": "02E06", "MON": "10", "NUM": "410", "SEC": "0", "YEA": "1949", "NAME": "Verove Yves-Marie"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["basketball-player"], "partial-ids": {"ertel": "ES-4215"}}, "raw": {"L": "", "MF": "", "NR": "4215", "ENG": "", "MA_": "0", "G_NR": "410", "MA12": "3", "MARS": "7", "NAME": "Verove", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-1,200", "CSINR": "", "KURTZ": "", "PHAS_": "0,000", "STUND": "", "CFEPNR": "223", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Yves-Marie", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "22.10.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1949-10-22 06:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": -2.1, "lat": 51, "name": "GRAND FORT PHILIPPE"}, "date-ut": "1949-10-22 05:30"}, "occus": ["basketball-player"], "ids-in-sources": {"cfepp-final3": "223"}}, "raw": {"S": "3", "LT": "06 30", "LV": "I14", "TR": "f", "UT": "05 30", "LAT": "+51.00", "SRC": "L", "LONG": "-02.10", "NAME": "VEROVE Yves-Marie", "SPORT": "Basketball", "LOC_DATE": "1949 10 22", "UNIV_DATE": "1949 10 22", "BIRTH_PLACE": "GRAND FORT PHILIPPE", "POSTAL_CODE": "59153"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16206	wagtmans-marinus-1946-12-26	{"d6": "419", "3a_sports": "4290"}	{"ertel": "ES-4290", "lerrcp": "D6-419"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marinus", "family": "Wagtmans", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-12-26 14:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "NL", "lg": 4.56667, "lat": 51.53333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Marinus", "family": "Wagtmans"}, "birth": {"date": "1946-12-26 14:30", "place": {"cy": "NL", "lg": 4.56667, "lat": 51.53333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "419"}}, "raw": {"H": "14", "MN": "30", "DAY": "26", "LAT": "51N32", "LON": "04E34", "MON": "12", "NUM": "419", "SEC": "0", "YEA": "1946", "NAME": "Wagtmans Marinus"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-4290"}}, "raw": {"L": "", "MF": "", "NR": "4290", "ENG": "", "MA_": "1", "G_NR": "419", "MA12": "5", "MARS": "13", "NAME": "Wagtmans", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "3,400", "CSINR": "", "KURTZ": "", "PHAS_": "5,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "NET", "TAGMON": "26.12.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marinus", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "26.12.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16205	wadoux-jean-1942-01-29	{"d6": "418", "3a_sports": "4289", "cfepp-final3": "139"}	{"cfepp": "CF-139", "ertel": "ES-4289", "lerrcp": "D6-418"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Wadoux", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-01-29 13:30", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": -2.33, "lat": 50.38, "name": "ST POL SUR TERNOISE", "geoid": null}, "notime": null, "date-ut": "1942-01-29 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Wadoux"}, "birth": {"date": "1942-01-29 13:30", "place": {"cy": "FR", "lg": 2.33333, "lat": 50.38333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "418"}}, "raw": {"H": "13", "MN": "30", "DAY": "29", "LAT": "50N23", "LON": "02E20", "MON": "1", "NUM": "418", "SEC": "0", "YEA": "1942", "NAME": "Wadoux Jean"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-4289"}}, "raw": {"L": "", "MF": "", "NR": "4289", "ENG": "1", "MA_": "2", "G_NR": "418", "MA12": "1", "MARS": "2", "NAME": "Wadoux", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "6,600", "CSINR": "", "KURTZ": "", "PHAS_": "89,000", "STUND": "", "CFEPNR": "139", "EXTEND": "1", "NATION": "FRA", "TAGMON": "29.01.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "29.01.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1942-01-29 13:30", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": -2.33, "lat": 50.38, "name": "ST POL SUR TERNOISE"}, "date-ut": "1942-01-29 11:30"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "139"}}, "raw": {"S": "1", "LT": "13 30", "LV": "E", "TR": "o", "UT": "11 30", "LAT": "+50.38", "SRC": "L", "LONG": "-02.33", "NAME": "WADOUX Jean", "SPORT": "Track & Field", "LOC_DATE": "1942 01 29", "UNIV_DATE": "1942 01 29", "BIRTH_PLACE": "ST POL SUR TERNOISE", "POSTAL_CODE": "62130"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16203	voron-maurice-1928-10-12	{"d6": "416", "3a_sports": "4282", "cfepp-final3": "789"}	{"cfepp": "CF-789", "ertel": "ES-4282", "lerrcp": "D6-416"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Voron", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-10-12 18:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": -4.83, "lat": 45.75, "name": "LYON", "geoid": null}, "notime": null, "date-ut": "1928-10-12 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Voron"}, "birth": {"date": "1928-10-12 18:00", "place": {"cy": "FR", "lg": 4.83333, "lat": 45.76667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "416"}}, "raw": {"H": "18", "MN": "0", "DAY": "12", "LAT": "45N46", "LON": "04E50", "MON": "10", "NUM": "416", "SEC": "0", "YEA": "1928", "NAME": "Voron Maurice"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-4282"}}, "raw": {"L": "", "MF": "", "NR": "4282", "ENG": "", "MA_": "1", "G_NR": "416", "MA12": "11", "MARS": "31", "NAME": "Voron", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-4,300", "CSINR": "", "KURTZ": "", "PHAS_": "2,900", "STUND": "", "CFEPNR": "790", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Maurice", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "12.10.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1928-10-12 18:00", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": -4.83, "lat": 45.75, "name": "LYON"}, "date-ut": "1928-10-12 18:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "789"}}, "raw": {"S": "11", "LT": "18 00", "LV": "I26", "TR": "f", "UT": "18 00", "LAT": "+45.75", "SRC": "L", "LONG": "-04.83", "NAME": "VORON Maurice", "SPORT": "Rugby League", "LOC_DATE": "1928 10 12", "UNIV_DATE": "1928 10 12", "BIRTH_PLACE": "LYON", "POSTAL_CODE": "69205 CEDEX  01"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16212	wolfermann-klaus-1946-03-31	{"d6": "425", "3a_sports": "4338"}	{"ertel": "ES-4338", "lerrcp": "D6-425"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Klaus", "family": "Wolfermann", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-03-31 14:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 11.36667, "lat": 49.38333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Klaus", "family": "Wolfermann"}, "birth": {"date": "1946-03-31 14:15", "place": {"cy": "DE", "lg": 11.36667, "lat": 49.38333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "425"}}, "raw": {"H": "14", "MN": "15", "DAY": "31", "LAT": "49N23", "LON": "11E22", "MON": "3", "NUM": "425", "SEC": "0", "YEA": "1946", "NAME": "Wolfermann Klaus"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-4338"}}, "raw": {"L": "", "MF": "", "NR": "4338", "ENG": "", "MA_": "1", "G_NR": "425", "MA12": "2", "MARS": "4", "NAME": "Wolfermann", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-6,500", "CSINR": "", "KURTZ": "", "PHAS_": "6,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "31.03.", "ZITATE": "DKT", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Klaus", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "31.03.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16208	watteau-michel-1945-10-11	{"d6": "421", "3a_sports": "4309", "cfepp-final3": "572"}	{"cfepp": "CF-572", "ertel": "ES-4309", "lerrcp": "D6-421"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Watteau", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1945-10-11 19:10", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": -3.23, "lat": 50.71, "name": "WATTRELOS", "geoid": null}, "notime": null, "date-ut": "1945-10-11 18:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Watteau"}, "birth": {"date": "1945-10-11 19:10", "place": {"cy": "FR", "lg": 3.16667, "lat": 50.7}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "421"}}, "raw": {"H": "19", "MN": "10", "DAY": "11", "LAT": "50N42", "LON": "03E10", "MON": "10", "NUM": "421", "SEC": "0", "YEA": "1945", "NAME": "Watteau Michel"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-4309"}}, "raw": {"L": "", "MF": "", "NR": "4309", "ENG": "", "MA_": "1", "G_NR": "421", "MA12": "10", "MARS": "28", "NAME": "Watteau", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "6,900", "CSINR": "", "KURTZ": "", "PHAS_": "19,300", "STUND": "", "CFEPNR": "572", "EXTEND": "", "NATION": "FRA", "TAGMON": "11.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "11.10.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1945-10-11 19:10", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": -3.23, "lat": 50.71, "name": "WATTRELOS"}, "date-ut": "1945-10-11 18:10"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "572"}}, "raw": {"S": "10", "LT": "19 10", "LV": "I1", "TR": "f", "UT": "18 10", "LAT": "+50.71", "SRC": "L", "LONG": "-03.23", "NAME": "WATTEAU Michel", "SPORT": "Soccer", "LOC_DATE": "1945 10 11", "UNIV_DATE": "1945 10 11", "BIRTH_PLACE": "WATTRELOS", "POSTAL_CODE": "59393 CEDEX"}, "date": "2023-08-20T14:46:06+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16210	windal-claude-1939-11-02	{"d6": "423", "3a_sports": "4332", "cfepp-final3": "651"}	{"cfepp": "CF-651", "ertel": "ES-4332", "lerrcp": "D6-423"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Windal", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1939-11-02 05:00", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": 2.06, "lat": 48.63, "name": "DINARD", "geoid": null}, "notime": null, "date-ut": "1939-11-02 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["field-hockey-player"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Windal"}, "birth": {"date": "1939-09-02 05:00", "place": {"cy": "FR", "lg": -2.05, "lat": 48.63333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "423"}}, "raw": {"H": "5", "MN": "0", "DAY": "2", "LAT": "48N38", "LON": "02W03", "MON": "9", "NUM": "423", "SEC": "0", "YEA": "1939", "NAME": "Windal Claude"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["field-hockey-player"], "partial-ids": {"ertel": "ES-4332"}}, "raw": {"L": "", "MF": "", "NR": "4332", "ENG": "", "MA_": "0", "G_NR": "423", "MA12": "8", "MARS": "22", "NAME": "Windal", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-4,500", "CSINR": "", "KURTZ": "", "PHAS_": "91,600", "STUND": "", "CFEPNR": "651", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Claude", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "02.09.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "HOCK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "windal-claude-1939-11-02", "birth": {"date": "1939-11-02 05:00", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": 2.06, "lat": 48.63, "name": "DINARD"}, "date-ut": "1939-11-02 04:00"}, "occus": ["field-hockey-player"], "ids-in-sources": {"cfepp-final3": "651"}}, "raw": {"S": "8", "LT": "05 00", "LV": "I80", "TR": "f", "UT": "04 00", "LAT": "+48.63", "SRC": "L", "LONG": "+02.06", "NAME": "WINDAL Claude", "SPORT": "Field Hockey", "LOC_DATE": "1939 11 02", "UNIV_DATE": "1939 11 02", "BIRTH_PLACE": "DINARD", "POSTAL_CODE": "35801 CEDEX"}, "date": "2023-08-20T14:46:09+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16217	zilioli-italo-1941-09-24	{"d6": "430", "3a_sports": "4370"}	{"ertel": "ES-4370", "lerrcp": "D6-430"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Italo", "family": "Zilioli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-09-24 04:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 7.66667, "lat": 45.06667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Italo", "family": "Zilioli"}, "birth": {"date": "1941-09-24 04:00", "place": {"cy": "IT", "lg": 7.66667, "lat": 45.06667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "430"}}, "raw": {"H": "4", "MN": "0", "DAY": "24", "LAT": "45N04", "LON": "07E40", "MON": "9", "NUM": "430", "SEC": "0", "YEA": "1941", "NAME": "Zilioli Italo"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-4370"}}, "raw": {"L": "", "MF": "", "NR": "4370", "ENG": "1", "MA_": "2", "G_NR": "430", "MA12": "4", "MARS": "11", "NAME": "Zilioli", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "6,400", "CSINR": "", "KURTZ": "", "PHAS_": "11,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "24.09.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Italo", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "24.09.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16218	zimmerer-wolfgang-1940-11-15	{"d6": "431", "3a_sports": "4371"}	{"ertel": "ES-4371", "lerrcp": "D6-431"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wolfgang", "family": "Zimmerer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-11-15 22:06", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 11.08333, "lat": 47.5, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["bobsledder"]	5	null	[{"new": {"name": {"given": "Wolfgang", "family": "Zimmerer"}, "birth": {"date": "1940-11-15 22:06", "place": {"cy": "DE", "lg": 11.08333, "lat": 47.5}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "431"}}, "raw": {"H": "22", "MN": "6", "DAY": "15", "LAT": "47N30", "LON": "11E05", "MON": "11", "NUM": "431", "SEC": "0", "YEA": "1940", "NAME": "Zimmerer Wolfgang"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["bobsledder"], "partial-ids": {"ertel": "ES-4371"}}, "raw": {"L": "", "MF": "", "NR": "4371", "ENG": "", "MA_": "1", "G_NR": "431", "MA12": "9", "MARS": "26", "NAME": "Zimmerer", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "1,100", "CSINR": "", "KURTZ": "", "PHAS_": "99,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "15.11.", "ZITATE": "DHKSF", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Wolfgang", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "15.11.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOBSL", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16215	yachvili-michel-1946-09-25	{"d6": "428", "3a_sports": "4346", "cfepp-final3": "966"}	{"cfepp": "CF-966", "ertel": "ES-4346", "lerrcp": "D6-428"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Yachvili", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-09-25 14:00", "note": null, "place": {"c1": null, "c2": "19", "c3": "", "cy": "FR", "lg": -1.76, "lat": 45.26, "name": "TULLE", "geoid": null}, "notime": null, "date-ut": "1946-09-25 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Yachvili"}, "birth": {"date": "1946-09-25 14:00", "place": {"cy": "FR", "lg": 1.76667, "lat": 45.26667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "428"}}, "raw": {"H": "14", "MN": "0", "DAY": "25", "LAT": "45N16", "LON": "01E46", "MON": "9", "NUM": "428", "SEC": "0", "YEA": "1946", "NAME": "Yachvili Michel"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-4346"}}, "raw": {"L": "", "MF": "", "NR": "4346", "ENG": "0", "MA_": "2", "G_NR": "428", "MA12": "3", "MARS": "9", "NAME": "Yachvili", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-2,000", "CSINR": "", "KURTZ": "", "PHAS_": "0,300", "STUND": "", "CFEPNR": "966", "EXTEND": "1", "NATION": "FRA", "TAGMON": "25.09.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "25.09.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1946-09-25 14:00", "place": {"c2": "19", "c3": "", "cy": "FR", "lg": -1.76, "lat": 45.26, "name": "TULLE"}, "date-ut": "1946-09-25 13:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "966"}}, "raw": {"S": "3", "LT": "14 00", "LV": "I10", "TR": "f", "UT": "13 00", "LAT": "+45.26", "SRC": "L", "LONG": "-01.76", "NAME": "YACHVILI Michel", "SPORT": "Rugby Union", "LOC_DATE": "1946 09 25", "UNIV_DATE": "1946 09 25", "BIRTH_PLACE": "TULLE", "POSTAL_CODE": "19012 CEDEX"}, "date": "2023-08-20T14:46:16+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16222	desisti-giancarlo-1940-11-13	{"d6": "435", "3a_sports": "1374"}	{"ertel": "ES-1374", "lerrcp": "D6-435"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giancarlo", "family": "Desisti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-11-13 03:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.88333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Giancarlo", "family": "Desisti"}, "birth": {"date": "1940-11-13 03:00", "place": {"cy": "IT", "lg": 12.5, "lat": 41.88333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "435"}}, "raw": {"H": "3", "MN": "0", "DAY": "13", "LAT": "41N53", "LON": "12E30", "MON": "11", "NUM": "435", "SEC": "0", "YEA": "1940", "NAME": "Desisti Giancarlo"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-1374"}}, "raw": {"L": "", "MF": "", "NR": "1374", "ENG": "", "MA_": "0", "G_NR": "435", "MA12": "3", "MARS": "7", "NAME": "Desisti", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "9,500", "CSINR": "", "KURTZ": "", "PHAS_": "42,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "13.03.", "ZITATE": "DS", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giancarlo", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "13.03.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:09+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16224	frinolli-roberto-1924-07-29	{"d6": "437", "3a_sports": "1723"}	{"ertel": "ES-1723", "lerrcp": "D6-437"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roberto", "family": "Frinolli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-07-29 08:07", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.88333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Roberto", "family": "Frinolli"}, "birth": {"date": "1924-07-29 08:07", "place": {"cy": "IT", "lg": 12.5, "lat": 41.88333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "437"}}, "raw": {"H": "8", "MN": "7", "DAY": "29", "LAT": "41N53", "LON": "12E30", "MON": "7", "NUM": "437", "SEC": "0", "YEA": "1924", "NAME": "Frinolli Roberto"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-1723"}}, "raw": {"L": "", "MF": "", "NR": "1723", "ENG": "", "MA_": "0", "G_NR": "437", "MA12": "11", "MARS": "33", "NAME": "Frinolli", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "4,400", "CSINR": "", "KURTZ": "", "PHAS_": "96,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "13.11.", "ZITATE": "DST", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Roberto", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "13.11.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16219	zoetemelk-gerardus-1946-12-03	{"d6": "432", "3a_sports": "4376"}	{"ertel": "ES-4376", "lerrcp": "D6-432"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gerardus", "family": "Zoetemelk", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-12-03 17:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "NL", "lg": 4.26667, "lat": 52.08333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Gerardus", "family": "Zoetemelk"}, "birth": {"date": "1946-12-03 17:15", "place": {"cy": "NL", "lg": 4.26667, "lat": 52.08333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "432"}}, "raw": {"H": "17", "MN": "15", "DAY": "3", "LAT": "52N05", "LON": "04E16", "MON": "12", "NUM": "432", "SEC": "0", "YEA": "1946", "NAME": "Zoetemelk Gerardus"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-4376"}}, "raw": {"L": "", "MF": "", "NR": "4376", "ENG": "", "MA_": "1", "G_NR": "432", "MA12": "7", "MARS": "19", "NAME": "Zoetemelk", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "10,300", "CSINR": "", "KURTZ": "", "PHAS_": "61,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "NET", "TAGMON": "03.12.", "ZITATE": "DKSO", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gerardus", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "03.12.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16227	guittet-jack-1942-03-22	{"d6": "440", "3a_sports": "2026"}	{"ertel": "ES-2026", "lerrcp": "D6-440"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jack", "family": "Guittet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-03-22 10:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "MA", "lg": -7.58333, "lat": 33.65, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"name": {"given": "Jack", "family": "Guittet"}, "birth": {"date": "1942-03-22 10:00", "place": {"cy": "MA", "lg": -7.58333, "lat": 33.65}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "440"}}, "raw": {"H": "10", "MN": "0", "DAY": "22", "LAT": "33N39", "LON": "07W35", "MON": "3", "NUM": "440", "SEC": "0", "YEA": "1942", "NAME": "Guittet Jack"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["fencer"], "partial-ids": {"ertel": "ES-2026"}}, "raw": {"L": "", "MF": "", "NR": "2026", "ENG": "", "MA_": "1", "G_NR": "440", "MA12": "6", "MARS": "18", "NAME": "Guittet", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "8,500", "CSINR": "", "KURTZ": "", "PHAS_": "87,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.01.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jack", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "12.01.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FENC", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16229	jouve-roger-louis-1945-07-21	{"d6": "442", "3a_sports": "2237"}	{"ertel": "ES-2237", "lerrcp": "D6-442"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger-Louis", "family": "Jouve", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1945-07-21 10:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "MA", "lg": -5.61667, "lat": 33.88333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Roger-Louis", "family": "Jouve"}, "birth": {"date": "1945-07-21 10:00", "place": {"cy": "MA", "lg": -5.61667, "lat": 33.88333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "442"}}, "raw": {"H": "10", "MN": "0", "DAY": "21", "LAT": "33N53", "LON": "05W37", "MON": "7", "NUM": "442", "SEC": "0", "YEA": "1945", "NAME": "Jouve Roger Louis"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2237"}}, "raw": {"L": "", "MF": "", "NR": "2237", "ENG": "1", "MA_": "2", "G_NR": "442", "MA12": "4", "MARS": "12", "NAME": "Jouve", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "9,700", "CSINR": "", "KURTZ": "", "PHAS_": "80,200", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "11.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Roger Louis", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "11.03.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16230	musso-luigi-1947-12-26	{"d6": "443", "3a_sports": "2998"}	{"ertel": "ES-2998", "lerrcp": "D6-443"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Musso", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-12-26 07:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 7.26667, "lat": 43.7, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Musso"}, "birth": {"date": "1947-12-26 07:00", "place": {"cy": "FR", "lg": 7.26667, "lat": 43.7}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "443"}}, "raw": {"H": "7", "MN": "0", "DAY": "26", "LAT": "43N42", "LON": "07E16", "MON": "12", "NUM": "443", "SEC": "0", "YEA": "1947", "NAME": "Musso Luigi"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["motor-sports-competitor"], "partial-ids": {"ertel": "ES-2998"}}, "raw": {"L": "", "MF": "", "NR": "2998", "ENG": "", "MA_": "1", "G_NR": "443", "MA12": "7", "MARS": "19", "NAME": "Musso", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-5,800", "CSINR": "", "KURTZ": "", "PHAS_": "7,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "29.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "29.07.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16232	pelissard-nicole-1949-03-11	{"d6": "445", "3a_sports": "3190"}	{"ertel": "ES-3190", "lerrcp": "D6-445"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicole", "family": "Pelissard", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1949-03-11 14:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "Nicole", "family": "Pelissard"}, "birth": {"date": "1949-03-11 14:15", "place": {"cy": "FR", "lg": 5.36667, "lat": 43.3}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "445"}}, "raw": {"H": "14", "MN": "15", "DAY": "11", "LAT": "43N18", "LON": "05E22", "MON": "3", "NUM": "445", "SEC": "0", "YEA": "1949", "NAME": "Pelissard Nicole"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "F", "occus": ["swimmer"], "partial-ids": {"ertel": "ES-3190"}}, "raw": {"L": "", "MF": "F", "NR": "3190", "ENG": "", "MA_": "0", "G_NR": "445", "MA12": "8", "MARS": "22", "NAME": "Pelissard", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-7,500", "CSINR": "", "KURTZ": "", "PHAS_": "77,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.07.", "ZITATE": "DS", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Nicole", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "05.07.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SWIM", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16235	tresor-marius-1948-07-21	{"d6": "448", "3a_sports": "4062"}	{"ertel": "ES-4062", "lerrcp": "D6-448"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marius", "family": "Tresor", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-07-21 14:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 3.21667, "lat": 43.46667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Marius", "family": "Tresor"}, "birth": {"date": "1948-07-21 14:00", "place": {"cy": "FR", "lg": 3.21667, "lat": 43.46667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "448"}}, "raw": {"H": "14", "MN": "0", "DAY": "21", "LAT": "43N28", "LON": "03E13", "MON": "7", "NUM": "448", "SEC": "0", "YEA": "1948", "NAME": "Tresor Marius"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-4062"}}, "raw": {"L": "", "MF": "", "NR": "4062", "ENG": "", "MA_": "1", "G_NR": "448", "MA12": "2", "MARS": "5", "NAME": "Tresor", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-8,800", "CSINR": "", "KURTZ": "", "PHAS_": "13,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.01.", "ZITATE": "DFO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Marius", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "15.01.1950", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16236	vergnes-jacques-1948-07-21	{"d6": "449", "3a_sports": "4202", "cfepp-final3": "567"}	{"cfepp": "CF-567", "ertel": "ES-4202", "lerrcp": "D6-449"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Vergnes", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-07-21 14:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": -3.22, "lat": 43.47, "name": "MAGALAS", "geoid": null}, "notime": null, "date-ut": "1948-07-21 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Vergnes"}, "birth": {"date": "1893-06-09 08:45", "place": {"cy": "IT", "lg": 10.3, "lat": 43.55}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "449"}}, "raw": {"H": "8", "MN": "45", "DAY": "9", "LAT": "43N33", "LON": "10E18", "MON": "6", "NUM": "449", "SEC": "0", "YEA": "1893", "NAME": "Vergnes Jacques"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-4202"}}, "raw": {"L": "", "MF": "", "NR": "4202", "ENG": "", "MA_": "1", "G_NR": "449", "MA12": "2", "MARS": "5", "NAME": "Vergnes", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "1,100", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "", "CFEPNR": "567", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "21.07.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "vergnes-jacques-1948-07-21", "birth": {"date": "1948-07-21 14:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": -3.22, "lat": 43.47, "name": "MAGALAS"}, "date-ut": "1948-07-21 13:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "567"}}, "raw": {"S": "2", "LT": "14 00", "LV": "I", "TR": "f", "UT": "13 00", "LAT": "+43.47", "SRC": "L", "LONG": "-03.22", "NAME": "VERGNES Jacques", "SPORT": "Soccer", "LOC_DATE": "1948 07 21", "UNIV_DATE": "1948 07 21", "BIRTH_PLACE": "MAGALAS", "POSTAL_CODE": "34480"}, "date": "2023-08-20T14:46:06+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16239	aaron-harold-1921-06-21	{"d10": "1"}	{"lerrcp": "D10-1"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Harold", "family": "Aaron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1921-06-21 07:00", "note": null, "place": {"c1": null, "c2": "IN", "c3": null, "cy": "US", "lg": -86.13333, "lat": 40.48333, "name": "Kokomo", "geoid": null}, "notime": null, "date-ut": "1921-06-21 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Harold", "family": "Aaron"}, "birth": {"tzo": "-06:00", "date": "1921-06-21 07:00", "place": {"c2": "IN", "cy": "US", "lg": -86.13333, "lat": 40.48333, "name": "Kokomo"}, "date-ut": "1921-06-21 13:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1"}}, "raw": {"H": "07:00", "TZ": "6h", "DAY": "21", "LAT": "40N29", "LON": "86W8", "MON": "6", "NUM": "1", "PRO": "MI", "YEA": "1921", "CICO": "Kokomo, IN", "NAME": "Aaron Harold"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16237	zoff-dino-1942-02-28	{"d6": "450", "3a_sports": "4378"}	{"ertel": "ES-4378", "lerrcp": "D6-450"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dino", "family": "Zoff", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-02-28 04:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 13.61667, "lat": 45.95, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Dino", "family": "Zoff"}, "birth": {"date": "1942-02-28 04:30", "place": {"cy": "IT", "lg": 13.61667, "lat": 45.95}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "450"}}, "raw": {"H": "4", "MN": "30", "DAY": "28", "LAT": "45N57", "LON": "13E37", "MON": "2", "NUM": "450", "SEC": "0", "YEA": "1942", "NAME": "Zoff Dino"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-4378"}}, "raw": {"L": "", "MF": "", "NR": "4378", "ENG": "", "MA_": "0", "G_NR": "450", "MA12": "8", "MARS": "24", "NAME": "Zoff", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "6,600", "CSINR": "", "KURTZ": "", "PHAS_": "90,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "28.02.", "ZITATE": "DWS", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Dino", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "28.02.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16241	abramowicz-daniel-1945-07-13	{"d10": "3", "3a_sports": "8", "rawlins-ertel-irving": "3"}	{"ertel": "ES-8", "csicop": "CS-3", "lerrcp": "D10-3"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "Abramowicz", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-04:00", "date": "1945-07-13 09:16", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -80.61667, "lat": 40.36667, "name": "Steubenville", "geoid": null}, "notime": null, "date-ut": "1945-07-13 13:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Daniel", "family": "Abramowicz"}, "birth": {"tzo": "-04:00", "date": "1945-07-13 09:16", "place": {"c2": "OH", "cy": "US", "lg": -80.61667, "lat": 40.36667, "name": "Steubenville"}, "date-ut": "1945-07-13 13:16"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "3"}}, "raw": {"H": "09:16", "TZ": "4h", "DAY": "13", "LAT": "40N22", "LON": "80W37", "MON": "7", "NUM": "3", "PRO": "SP", "YEA": "1945", "CICO": "Steubenville, OH", "NAME": "Abramowicz Daniel"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "3"}}, "raw": {"LA1": "40", "LA2": "22", "LO1": "80", "LO2": "37", "AMPM": "A", "MARS": "9", "NAME": "Abramowicz", "BATCH": "1", "Satz#": "3", "GEBDAT": "13 7 1945", "GEBORT": "OH", "GEBZEIT": "9 16", "VORNAME": "Daniel", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-8"}}, "raw": {"L": "", "MF": "", "NR": "8", "ENG": "0", "MA_": "2", "G_NR": "3", "MA12": "3", "MARS": "9", "NAME": "Abramowicz", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "6,100", "CSINR": "3", "KURTZ": "", "PHAS_": "12,900", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "13.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Daniel", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.07.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16242	adams-robert-1926-07-23	{"d10": "4"}	{"lerrcp": "D10-4"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Adams", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1926-07-23 06:17", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago", "geoid": null}, "notime": null, "date-ut": "1926-07-23 11:17"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Adams"}, "birth": {"tzo": "-05:00", "date": "1926-07-23 06:17", "place": {"c2": "IL", "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago"}, "date-ut": "1926-07-23 11:17"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "4"}}, "raw": {"H": "06:17", "TZ": "5h", "DAY": "23", "LAT": "41N52", "LON": "87W39", "MON": "7", "NUM": "4", "PRO": "SC", "YEA": "1926", "CICO": "Chicago, IL", "NAME": "Adams Robert"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16243	akins-james-1926-10-15	{"d10": "5"}	{"lerrcp": "D10-5"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Akins", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1926-10-15 02:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.51667, "lat": 41.08333, "name": "Akron", "geoid": null}, "notime": null, "date-ut": "1926-10-15 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "James", "family": "Akins"}, "birth": {"tzo": "-05:00", "date": "1926-10-15 02:00", "place": {"c2": "OH", "cy": "US", "lg": -81.51667, "lat": 41.08333, "name": "Akron"}, "date-ut": "1926-10-15 07:00"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "5"}}, "raw": {"H": "02:00", "TZ": "5h", "DAY": "15", "LAT": "41N5", "LON": "81W31", "MON": "10", "NUM": "5", "PRO": "PO", "YEA": "1926", "CICO": "Akron, OH", "NAME": "Akins James"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16245	alberty-robert-1921-06-21	{"d10": "7"}	{"lerrcp": "D10-7"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Alberty", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1921-06-21 01:30", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -96.98333, "lat": 37.23333, "name": "Winfield", "geoid": null}, "notime": null, "date-ut": "1921-06-21 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Alberty"}, "birth": {"tzo": "-06:00", "date": "1921-06-21 01:30", "place": {"c2": "KS", "cy": "US", "lg": -96.98333, "lat": 37.23333, "name": "Winfield"}, "date-ut": "1921-06-21 07:30"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "7"}}, "raw": {"H": "01:30", "TZ": "6h", "DAY": "21", "LAT": "37N14", "LON": "96W59", "MON": "6", "NUM": "7", "PRO": "SC", "YEA": "1921", "CICO": "Winfield, KS", "NAME": "Alberty Robert"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16246	albright-jack-1921-01-10	{"d10": "8"}	{"lerrcp": "D10-8"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jack", "family": "Albright", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1921-01-10 00:10", "note": null, "place": {"c1": null, "c2": "TN", "c3": null, "cy": "US", "lg": -90.05, "lat": 35.13333, "name": "Memphis", "geoid": null}, "notime": null, "date-ut": "1921-01-10 06:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jack", "family": "Albright"}, "birth": {"tzo": "-06:00", "date": "1921-01-10 00:10", "place": {"c2": "TN", "cy": "US", "lg": -90.05, "lat": 35.13333, "name": "Memphis"}, "date-ut": "1921-01-10 06:10"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "8"}}, "raw": {"H": "00:10", "TZ": "6h", "DAY": "10", "LAT": "35N8", "LON": "90W3", "MON": "1", "NUM": "8", "PRO": "MI", "YEA": "1921", "CICO": "Memphis, TN", "NAME": "Albright Jack"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16247	aldredge-tom-1928-02-28	{"d10": "9"}	{"lerrcp": "D10-9"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tom", "family": "Aldredge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1928-02-28 12:15", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.2, "lat": 39.75, "name": "Dayton", "geoid": null}, "notime": null, "date-ut": "1928-02-28 17:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Tom", "family": "Aldredge"}, "birth": {"tzo": "-05:00", "date": "1928-02-28 12:15", "place": {"c2": "OH", "cy": "US", "lg": -84.2, "lat": 39.75, "name": "Dayton"}, "date-ut": "1928-02-28 17:15"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "9"}}, "raw": {"H": "12:15", "TZ": "5h", "DAY": "28", "LAT": "39N45", "LON": "84W12", "MON": "2", "NUM": "9", "PRO": "AC", "YEA": "1928", "CICO": "Dayton, OH", "NAME": "Aldredge Tom"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16248	aldrin-edwin-1930-01-20	{"d10": "10"}	{"lerrcp": "D10-10"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edwin", "family": "Aldrin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1930-01-20 14:17", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.21667, "lat": 40.81667, "name": "Montclair", "geoid": null}, "notime": null, "date-ut": "1930-01-20 19:17"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edwin", "family": "Aldrin"}, "birth": {"tzo": "-05:00", "date": "1930-01-20 14:17", "place": {"c2": "NJ", "cy": "US", "lg": -74.21667, "lat": 40.81667, "name": "Montclair"}, "date-ut": "1930-01-20 19:17"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "10"}}, "raw": {"H": "14:17", "TZ": "5h", "DAY": "20", "LAT": "40N49", "LON": "74W13", "MON": "1", "NUM": "10", "PRO": "MI", "YEA": "1930", "CICO": "Montclair, NJ", "NAME": "Aldrin Edwin"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16249	alioto-joseph-1916-02-12	{"d10": "11"}	{"lerrcp": "D10-11"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Alioto", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1916-02-12 08:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1916-02-12 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Alioto"}, "birth": {"tzo": "-08:00", "date": "1916-02-12 08:00", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1916-02-12 16:00"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "11"}}, "raw": {"H": "08:00", "TZ": "8h", "DAY": "12", "LAT": "37N47", "LON": "122W25", "MON": "2", "NUM": "11", "PRO": "PO", "YEA": "1916", "CICO": "San Francisco, CA", "NAME": "Alioto Joseph"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16251	allen-james-1925-11-17	{"d10": "13"}	{"lerrcp": "D10-13"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Allen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1925-11-17 07:50", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -85.76667, "lat": 38.25, "name": "Louisville", "geoid": null}, "notime": null, "date-ut": "1925-11-17 13:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "James", "family": "Allen"}, "birth": {"tzo": "-06:00", "date": "1925-11-17 07:50", "place": {"c2": "KY", "cy": "US", "lg": -85.76667, "lat": 38.25, "name": "Louisville"}, "date-ut": "1925-11-17 13:50"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "13"}}, "raw": {"H": "07:50", "TZ": "6h", "DAY": "17", "LAT": "38N15", "LON": "85W46", "MON": "11", "NUM": "13", "PRO": "MI", "YEA": "1925", "CICO": "Louisville, KY", "NAME": "Allen James"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16252	aller-lawrence-1913-09-24	{"d10": "14"}	{"lerrcp": "D10-14"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lawrence", "family": "Aller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1913-09-24 19:30", "note": null, "place": {"c1": null, "c2": "WA", "c3": null, "cy": "US", "lg": -122.43333, "lat": 47.23333, "name": "Tacoma", "geoid": null}, "notime": null, "date-ut": "1913-09-25 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Lawrence", "family": "Aller"}, "birth": {"tzo": "-08:00", "date": "1913-09-24 19:30", "place": {"c2": "WA", "cy": "US", "lg": -122.43333, "lat": 47.23333, "name": "Tacoma"}, "date-ut": "1913-09-25 03:30"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "14"}}, "raw": {"H": "19:30", "TZ": "8h", "DAY": "24", "LAT": "47N14", "LON": "122W26", "MON": "9", "NUM": "14", "PRO": "SC", "YEA": "1913", "CICO": "Tacoma, WA", "NAME": "Aller Lawrence"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16253	alpert-herb-1935-03-31	{"d10": "15"}	{"lerrcp": "D10-15"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Herb", "family": "Alpert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1935-03-31 14:46", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1935-03-31 22:46"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Herb", "family": "Alpert"}, "birth": {"tzo": "-08:00", "date": "1935-03-31 14:46", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1935-03-31 22:46"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "15"}}, "raw": {"H": "14:46", "TZ": "8h", "DAY": "31", "LAT": "34N4", "LON": "118W15", "MON": "3", "NUM": "15", "PRO": "AR", "YEA": "1935", "CICO": "Los Angeles, CA", "NAME": "Alpert Herb"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16254	alvarez-luis-1911-06-13	{"d10": "16"}	{"lerrcp": "D10-16"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luis", "family": "Alvarez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1911-06-13 02:45", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Fancisco", "geoid": null}, "notime": null, "date-ut": "1911-06-13 10:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Luis", "family": "Alvarez"}, "birth": {"tzo": "-08:00", "date": "1911-06-13 02:45", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Fancisco"}, "date-ut": "1911-06-13 10:45"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "16"}}, "raw": {"H": "02:45", "TZ": "8h", "DAY": "13", "LAT": "37N47", "LON": "122W25", "MON": "6", "NUM": "16", "PRO": "SC", "YEA": "1911", "CICO": "San Fancisco, CA", "NAME": "Alvarez Luis"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16255	alworth-lance-1940-08-03	{"d10": "17", "3a_sports": "71"}	{"ertel": "ES-71", "lerrcp": "D10-17"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lance", "family": "Alworth", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1940-08-03 23:04", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -95.36667, "lat": 29.76667, "name": "Houston", "geoid": null}, "notime": null, "date-ut": "1940-08-04 05:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Lance", "family": "Alworth"}, "birth": {"tzo": "-06:00", "date": "1940-08-03 23:04", "place": {"c2": "TX", "cy": "US", "lg": -95.36667, "lat": 29.76667, "name": "Houston"}, "date-ut": "1940-08-04 05:04"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "17"}}, "raw": {"H": "23:04", "TZ": "6h", "DAY": "3", "LAT": "29N46", "LON": "95W22", "MON": "8", "NUM": "17", "PRO": "SP", "YEA": "1940", "CICO": "Houston, TX", "NAME": "Alworth Lance"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-71"}}, "raw": {"L": "", "MF": "", "NR": "71", "ENG": "", "MA_": "0", "G_NR": "17", "MA12": "8", "MARS": "24", "NAME": "Alworth", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-3,500", "CSINR": "", "KURTZ": "", "PHAS_": "1,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "03.08.", "ZITATE": "X", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Lance Dwight", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "03.08.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16257	ameche-don-1908-05-31	{"d10": "19"}	{"lerrcp": "D10-19"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Don", "family": "Ameche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1908-05-31 19:00", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -87.81667, "lat": 42.58333, "name": "Kenosha", "geoid": null}, "notime": null, "date-ut": "1908-06-01 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Don", "family": "Ameche"}, "birth": {"tzo": "-06:00", "date": "1908-05-31 19:00", "place": {"c2": "WI", "cy": "US", "lg": -87.81667, "lat": 42.58333, "name": "Kenosha"}, "date-ut": "1908-06-01 01:00"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "19"}}, "raw": {"H": "19:00", "TZ": "6h", "DAY": "31", "LAT": "42N35", "LON": "87W49", "MON": "5", "NUM": "19", "PRO": "AC", "YEA": "1908", "CICO": "Kenosha, WI", "NAME": "Ameche Don"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16258	anderson-jackson-1922-10-09	{"d10": "20"}	{"lerrcp": "D10-20"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jackson", "family": "Anderson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1922-10-09 22:18", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.18333, "lat": 33.78333, "name": "Long Beach", "geoid": null}, "notime": null, "date-ut": "1922-10-10 06:18"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"name": {"given": "Jackson", "family": "Anderson"}, "birth": {"tzo": "-08:00", "date": "1922-10-09 22:18", "place": {"c2": "CA", "cy": "US", "lg": -118.18333, "lat": 33.78333, "name": "Long Beach"}, "date-ut": "1922-10-10 06:18"}, "occus": ["miscelaneous"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "20"}}, "raw": {"H": "22:18", "TZ": "8h", "DAY": "9", "LAT": "33N47", "LON": "118W11", "MON": "10", "NUM": "20", "PRO": "X", "YEA": "1922", "CICO": "Long Beach, CA", "NAME": "Anderson Jackson"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16259	anderson-john-1922-02-15	{"d10": "21"}	{"lerrcp": "D10-21"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Anderson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1922-02-15 20:55", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -89.1, "lat": 42.26667, "name": "Rockford", "geoid": null}, "notime": null, "date-ut": "1922-02-16 02:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "John", "family": "Anderson"}, "birth": {"tzo": "-06:00", "date": "1922-02-15 20:55", "place": {"c2": "IL", "cy": "US", "lg": -89.1, "lat": 42.26667, "name": "Rockford"}, "date-ut": "1922-02-16 02:55"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "21"}}, "raw": {"H": "20:55", "TZ": "6h", "DAY": "15", "LAT": "42N16", "LON": "89W6", "MON": "2", "NUM": "21", "PRO": "PO", "YEA": "1922", "CICO": "Rockford, IL", "NAME": "Anderson John"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16260	anderson-norman-1913-02-07	{"d10": "22"}	{"lerrcp": "D10-22"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Norman", "family": "Anderson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1913-02-07 19:45", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -87.68333, "lat": 44.08333, "name": "Manitowoc", "geoid": null}, "notime": null, "date-ut": "1913-02-08 01:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Norman", "family": "Anderson"}, "birth": {"tzo": "-06:00", "date": "1913-02-07 19:45", "place": {"c2": "WI", "cy": "US", "lg": -87.68333, "lat": 44.08333, "name": "Manitowoc"}, "date-ut": "1913-02-08 01:45"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "22"}}, "raw": {"H": "19:45", "TZ": "6h", "DAY": "7", "LAT": "44N5", "LON": "87W41", "MON": "2", "NUM": "22", "PRO": "MI", "YEA": "1913", "CICO": "Manitowoc, WI", "NAME": "Anderson Norman"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16262	anderson-richard-1921-06-26	{"d10": "24"}	{"lerrcp": "D10-24"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Anderson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1921-06-26 00:40", "note": null, "place": {"c1": null, "c2": "WA", "c3": null, "cy": "US", "lg": -122.43333, "lat": 47.23333, "name": "Tacoma", "geoid": null}, "notime": null, "date-ut": "1921-06-26 08:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Anderson"}, "birth": {"tzo": "-08:00", "date": "1921-06-26 00:40", "place": {"c2": "WA", "cy": "US", "lg": -122.43333, "lat": 47.23333, "name": "Tacoma"}, "date-ut": "1921-06-26 08:40"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "24"}}, "raw": {"H": "00:40", "TZ": "8h", "DAY": "26", "LAT": "47N14", "LON": "122W26", "MON": "6", "NUM": "24", "PRO": "MI", "YEA": "1921", "CICO": "Tacoma, WA", "NAME": "Anderson Richard"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16263	anderson-robert-1917-04-13	{"d10": "25"}	{"lerrcp": "D10-25"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Anderson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1917-04-13 05:00", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago", "geoid": null}, "notime": null, "date-ut": "1917-04-13 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Anderson"}, "birth": {"tzo": "-06:00", "date": "1917-04-13 05:00", "place": {"c2": "IL", "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago"}, "date-ut": "1917-04-13 11:00"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "25"}}, "raw": {"H": "05:00", "TZ": "6h", "DAY": "13", "LAT": "41N52", "LON": "87W39", "MON": "4", "NUM": "25", "PRO": "EX", "YEA": "1917", "CICO": "Chicago, IL", "NAME": "Anderson Robert"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16264	anderson-roy-1920-12-15	{"d10": "26"}	{"lerrcp": "D10-26"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roy", "family": "Anderson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1920-12-15 00:20", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -121.11667, "lat": 37.73333, "name": "Ripon", "geoid": null}, "notime": null, "date-ut": "1920-12-15 08:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Roy", "family": "Anderson"}, "birth": {"tzo": "-08:00", "date": "1920-12-15 00:20", "place": {"c2": "CA", "cy": "US", "lg": -121.11667, "lat": 37.73333, "name": "Ripon"}, "date-ut": "1920-12-15 08:20"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "26"}}, "raw": {"H": "00:20", "TZ": "8h", "DAY": "15", "LAT": "37N44", "LON": "121W7", "MON": "12", "NUM": "26", "PRO": "EX", "YEA": "1920", "CICO": "Ripon, CA", "NAME": "Anderson Roy"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16265	anderson-wendell-1933-02-01	{"d10": "27"}	{"lerrcp": "D10-27"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wendell", "family": "Anderson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1933-02-01 12:15", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.1, "lat": 44.95, "name": "St Paul", "geoid": null}, "notime": null, "date-ut": "1933-02-01 18:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Wendell", "family": "Anderson"}, "birth": {"tzo": "-06:00", "date": "1933-02-01 12:15", "place": {"c2": "MN", "cy": "US", "lg": -93.1, "lat": 44.95, "name": "St Paul"}, "date-ut": "1933-02-01 18:15"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "27"}}, "raw": {"H": "12:15", "TZ": "6h", "DAY": "1", "LAT": "44N57", "LON": "93W6", "MON": "2", "NUM": "27", "PRO": "PO", "YEA": "1933", "CICO": "St Paul, MN", "NAME": "Anderson Wendell"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16266	andrews-burton-1916-07-14	{"d10": "28"}	{"lerrcp": "D10-28"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Burton", "family": "Andrews", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1916-07-14 11:35", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1916-07-14 19:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Burton", "family": "Andrews"}, "birth": {"tzo": "-08:00", "date": "1916-07-14 11:35", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1916-07-14 19:35"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "28"}}, "raw": {"H": "11:35", "TZ": "8h", "DAY": "14", "LAT": "34N4", "LON": "118W15", "MON": "7", "NUM": "28", "PRO": "MI", "YEA": "1916", "CICO": "Los Angeles, CA", "NAME": "Andrews Burton"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16267	andrus-cecil-1931-08-25	{"d10": "29"}	{"lerrcp": "D10-29"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cecil", "family": "Andrus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1931-08-25 08:20", "note": null, "place": {"c1": null, "c2": "OR", "c3": null, "cy": "US", "lg": -121.51667, "lat": 45.71667, "name": "Hood River", "geoid": null}, "notime": null, "date-ut": "1931-08-25 16:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Cecil", "family": "Andrus"}, "birth": {"tzo": "-08:00", "date": "1931-08-25 08:20", "place": {"c2": "OR", "cy": "US", "lg": -121.51667, "lat": 45.71667, "name": "Hood River"}, "date-ut": "1931-08-25 16:20"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "29"}}, "raw": {"H": "08:20", "TZ": "8h", "DAY": "25", "LAT": "45N43", "LON": "121W31", "MON": "8", "NUM": "29", "PRO": "PO", "YEA": "1931", "CICO": "Hood River, OR", "NAME": "Andrus Cecil"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16268	annenberg-walter-1908-03-13	{"d10": "30"}	{"lerrcp": "D10-30"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Annenberg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1908-03-13 13:30", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": "Milwaukee", "geoid": null}, "notime": null, "date-ut": "1908-03-13 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Annenberg"}, "birth": {"tzo": "-06:00", "date": "1908-03-13 13:30", "place": {"c2": "WI", "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": "Milwaukee"}, "date-ut": "1908-03-13 19:30"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "30"}}, "raw": {"H": "13:30", "TZ": "6h", "DAY": "13", "LAT": "43N2", "LON": "87W55", "MON": "3", "NUM": "30", "PRO": "PO", "YEA": "1908", "CICO": "Milwaukee, WI", "NAME": "Annenberg Walter"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16269	anspach-herbert-1926-09-03	{"d10": "31"}	{"lerrcp": "D10-31"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Herbert", "family": "Anspach", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1926-09-03 04:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83.81667, "lat": 40.76667, "name": "Ada", "geoid": null}, "notime": null, "date-ut": "1926-09-03 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Herbert", "family": "Anspach"}, "birth": {"tzo": "-06:00", "date": "1926-09-03 04:00", "place": {"c2": "OH", "cy": "US", "lg": -83.81667, "lat": 40.76667, "name": "Ada"}, "date-ut": "1926-09-03 10:00"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "31"}}, "raw": {"H": "04:00", "TZ": "6h", "DAY": "3", "LAT": "40N46", "LON": "83W49", "MON": "9", "NUM": "31", "PRO": "EX", "YEA": "1926", "CICO": "Ada, OH", "NAME": "Anspach Herbert"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16271	anthony-joseph-1912-05-24	{"d10": "33"}	{"lerrcp": "D10-33"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Anthony", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1912-05-24 21:00", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": "Milwaukee", "geoid": null}, "notime": null, "date-ut": "1912-05-25 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Anthony"}, "birth": {"tzo": "-06:00", "date": "1912-05-24 21:00", "place": {"c2": "WI", "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": "Milwaukee"}, "date-ut": "1912-05-25 03:00"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "33"}}, "raw": {"H": "21:00", "TZ": "6h", "DAY": "24", "LAT": "43N2", "LON": "87W55", "MON": "5", "NUM": "33", "PRO": "AC", "YEA": "1912", "CICO": "Milwaukee, WI", "NAME": "Anthony Joseph"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16272	antoon-a-1944-12-07	{"d10": "34"}	{"lerrcp": "D10-34"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "A", "family": "Antoon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1944-12-07 13:55", "note": null, "place": {"c1": null, "c2": "MA", "c3": null, "cy": "US", "lg": -71.16667, "lat": 42.71667, "name": "Lawrence", "geoid": null}, "notime": null, "date-ut": "1944-12-07 17:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "A", "family": "Antoon"}, "birth": {"tzo": "-04:00", "date": "1944-12-07 13:55", "place": {"c2": "MA", "cy": "US", "lg": -71.16667, "lat": 42.71667, "name": "Lawrence"}, "date-ut": "1944-12-07 17:55"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "34"}}, "raw": {"H": "13:55", "TZ": "4h", "DAY": "7", "LAT": "42N43", "LON": "71W10", "MON": "12", "NUM": "34", "PRO": "AC", "YEA": "1944", "CICO": "Lawrence, MA", "NAME": "Antoon A"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16274	arfons-art-1926-02-03	{"d10": "36"}	{"lerrcp": "D10-36"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Art", "family": "Arfons", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1926-02-03 00:45", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.51667, "lat": 41.08333, "name": "Akron", "geoid": null}, "notime": null, "date-ut": "1926-02-03 06:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Art", "family": "Arfons"}, "birth": {"tzo": "-06:00", "date": "1926-02-03 00:45", "place": {"c2": "OH", "cy": "US", "lg": -81.51667, "lat": 41.08333, "name": "Akron"}, "date-ut": "1926-02-03 06:45"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "36"}}, "raw": {"H": "00:45", "TZ": "6h", "DAY": "3", "LAT": "41N5", "LON": "81W31", "MON": "2", "NUM": "36", "PRO": "AR", "YEA": "1926", "CICO": "Akron, OH", "NAME": "Arfons Art"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16275	ariyoshi-george-1926-03-12	{"d10": "37"}	{"lerrcp": "D10-37"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "George", "family": "Ariyoshi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-10:30", "date": "1926-03-12 05:00", "note": null, "place": {"c1": null, "c2": "HI", "c3": null, "cy": "US", "lg": -157.86667, "lat": 21.31667, "name": "Honolulu", "geoid": null}, "notime": null, "date-ut": "1926-03-12 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "George", "family": "Ariyoshi"}, "birth": {"tzo": "-10:30", "date": "1926-03-12 05:00", "place": {"c2": "HI", "cy": "US", "lg": -157.86667, "lat": 21.31667, "name": "Honolulu"}, "date-ut": "1926-03-12 15:30"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "37"}}, "raw": {"H": "05:00", "TZ": "10h30", "DAY": "12", "LAT": "21N19", "LON": "157W52", "MON": "3", "NUM": "37", "PRO": "PO", "YEA": "1926", "CICO": "Honolulu, HI", "NAME": "Ariyoshi George"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16273	archer-george-1939-10-01	{"d10": "35", "3a_sports": "129"}	{"ertel": "ES-129", "lerrcp": "D10-35"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "George", "family": "Archer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1939-10-01 23:05", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1939-10-02 07:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["golfer"]	5	null	[{"new": {"name": {"given": "George", "family": "Archer"}, "birth": {"tzo": "-08:00", "date": "1939-10-01 23:05", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1939-10-02 07:05"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "35"}}, "raw": {"H": "23:05", "TZ": "8h", "DAY": "1", "LAT": "37N47", "LON": "122W25", "MON": "10", "NUM": "35", "PRO": "SP", "YEA": "1939", "CICO": "San Francisco, CA", "NAME": "Archer George"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["golfer"], "partial-ids": {"ertel": "ES-129"}}, "raw": {"L": "", "MF": "", "NR": "129", "ENG": "", "MA_": "0", "G_NR": "35", "MA12": "6", "MARS": "16", "NAME": "Archer", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-3,600", "CSINR": "", "KURTZ": "", "PHAS_": "94,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "01.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "George B.", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "01.10.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "GOLF", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16277	arness-james-1923-05-26	{"d10": "39"}	{"lerrcp": "D10-39"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Arness", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1923-05-26 01:26", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis", "geoid": null}, "notime": null, "date-ut": "1923-05-26 07:26"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "James", "family": "Arness"}, "birth": {"tzo": "-06:00", "date": "1923-05-26 01:26", "place": {"c2": "MN", "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis"}, "date-ut": "1923-05-26 07:26"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "39"}}, "raw": {"H": "01:26", "TZ": "6h", "DAY": "26", "LAT": "44N59", "LON": "93W16", "MON": "5", "NUM": "39", "PRO": "AC", "YEA": "1923", "CICO": "Minneapolis, MN", "NAME": "Arness James"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16278	arnold-james-1923-05-05	{"d10": "40"}	{"lerrcp": "D10-40"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Arnold", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1923-05-05 00:40", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.36667, "lat": 40.53333, "name": "Metuchen", "geoid": null}, "notime": null, "date-ut": "1923-05-05 05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "James", "family": "Arnold"}, "birth": {"tzo": "-05:00", "date": "1923-05-05 00:40", "place": {"c2": "NJ", "cy": "US", "lg": -74.36667, "lat": 40.53333, "name": "Metuchen"}, "date-ut": "1923-05-05 05:40"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "40"}}, "raw": {"H": "00:40", "TZ": "5h", "DAY": "5", "LAT": "40N32", "LON": "74W22", "MON": "5", "NUM": "40", "PRO": "SC", "YEA": "1923", "CICO": "Metuchen, NJ", "NAME": "Arnold James"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16279	ascani-fred-1917-05-29	{"d10": "41"}	{"lerrcp": "D10-41"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fred", "family": "Ascani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1917-05-29 20:00", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -89.03333, "lat": 42.51667, "name": "Beloit", "geoid": null}, "notime": null, "date-ut": "1917-05-30 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Fred", "family": "Ascani"}, "birth": {"tzo": "-06:00", "date": "1917-05-29 20:00", "place": {"c2": "WI", "cy": "US", "lg": -89.03333, "lat": 42.51667, "name": "Beloit"}, "date-ut": "1917-05-30 02:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "41"}}, "raw": {"H": "20:00", "TZ": "6h", "DAY": "29", "LAT": "42N31", "LON": "89W2", "MON": "5", "NUM": "41", "PRO": "MI", "YEA": "1917", "CICO": "Beloit, WI", "NAME": "Ascani Fred"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16280	ash-roy-1918-10-20	{"d10": "42"}	{"lerrcp": "D10-42"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roy", "family": "Ash", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1918-10-20 09:11", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1918-10-20 16:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Roy", "family": "Ash"}, "birth": {"tzo": "-07:00", "date": "1918-10-20 09:11", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1918-10-20 16:11"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "42"}}, "raw": {"H": "09:11", "TZ": "7h", "DAY": "20", "LAT": "34N4", "LON": "118W15", "MON": "10", "NUM": "42", "PRO": "        EX", "YEA": "1918", "CICO": "Los Angeles, CA", "NAME": "Ash Roy"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16282	ashen-michael-1943-07-15	{"d10": "44"}	{"lerrcp": "D10-44"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michael", "family": "Ashen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1943-07-15 08:49", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1943-07-15 15:49"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Michael", "family": "Ashen"}, "birth": {"tzo": "-07:00", "date": "1943-07-15 08:49", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1943-07-15 15:49"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "44"}}, "raw": {"H": "08:49", "TZ": "7h", "DAY": "15", "LAT": "34N4", "LON": "118W15", "MON": "7", "NUM": "44", "PRO": "AR", "YEA": "1943", "CICO": "Los Angeles, CA", "NAME": "Ashen Michael"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16283	ashley-elisabeth-1939-08-30	{"d10": "45"}	{"lerrcp": "D10-45"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elisabeth", "family": "Ashley", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1939-08-30 03:30", "note": null, "place": {"c1": null, "c2": "FL", "c3": null, "cy": "US", "lg": -82.13333, "lat": 29.18333, "name": "Ocala", "geoid": null}, "notime": null, "date-ut": "1939-08-30 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Elisabeth", "family": "Ashley"}, "birth": {"tzo": "-05:00", "date": "1939-08-30 03:30", "place": {"c2": "FL", "cy": "US", "lg": -82.13333, "lat": 29.18333, "name": "Ocala"}, "date-ut": "1939-08-30 08:30"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "45"}}, "raw": {"H": "03:30", "TZ": "5h", "DAY": "30", "LAT": "29N11", "LON": "82W8", "MON": "8", "NUM": "45", "PRO": "AC", "YEA": "1939", "CICO": "Ocala, FL", "NAME": "Ashley Elisabeth"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16284	atherton-william-1947-07-30	{"d10": "46"}	{"lerrcp": "D10-46"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Atherton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1947-07-30 15:43", "note": null, "place": {"c1": null, "c2": "CT", "c3": null, "cy": "US", "lg": -72.91667, "lat": 41.3, "name": "New Haven", "geoid": null}, "notime": null, "date-ut": "1947-07-30 19:43"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "William", "family": "Atherton"}, "birth": {"tzo": "-04:00", "date": "1947-07-30 15:43", "place": {"c2": "CT", "cy": "US", "lg": -72.91667, "lat": 41.3, "name": "New Haven"}, "date-ut": "1947-07-30 19:43"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "46"}}, "raw": {"H": "15:43", "TZ": "4h", "DAY": "30", "LAT": "41N18", "LON": "72W55", "MON": "7", "NUM": "46", "PRO": "AC", "YEA": "1947", "CICO": "New Haven, CT", "NAME": "Atherton William"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16285	attlesey-richard-1929-05-10	{"d10": "47"}	{"lerrcp": "D10-47"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Attlesey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1929-05-10 12:30", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.21667, "lat": 33.9, "name": "Compton", "geoid": null}, "notime": null, "date-ut": "1929-05-10 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sportsperson"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Attlesey"}, "birth": {"tzo": "-08:00", "date": "1929-05-10 12:30", "place": {"c2": "CA", "cy": "US", "lg": -118.21667, "lat": 33.9, "name": "Compton"}, "date-ut": "1929-05-10 20:30"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "47"}}, "raw": {"H": "12:30", "TZ": "8h", "DAY": "10", "LAT": "33N54", "LON": "118W13", "MON": "5", "NUM": "47", "PRO": "SP", "YEA": "1929", "CICO": "Compton, CA", "NAME": "Attlesey Richard"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16289	backe-john-1932-07-05	{"d10": "51"}	{"lerrcp": "D10-51"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Backe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1932-07-05 14:15", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.51667, "lat": 41.08333, "name": "Akron", "geoid": null}, "notime": null, "date-ut": "1932-07-05 19:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "John", "family": "Backe"}, "birth": {"tzo": "-05:00", "date": "1932-07-05 14:15", "place": {"c2": "OH", "cy": "US", "lg": -81.51667, "lat": 41.08333, "name": "Akron"}, "date-ut": "1932-07-05 19:15"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "51"}}, "raw": {"H": "14:15", "TZ": "5h", "DAY": "5", "LAT": "41N5", "LON": "81W31", "MON": "7", "NUM": "51", "PRO": "EX", "YEA": "1932", "CICO": "Akron, OH", "NAME": "Backe John"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16290	backus-george-1930-05-24	{"d10": "52"}	{"lerrcp": "D10-52"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "George", "family": "Backus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1930-05-24 10:47", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago", "geoid": null}, "notime": null, "date-ut": "1930-05-24 15:47"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "George", "family": "Backus"}, "birth": {"tzo": "-05:00", "date": "1930-05-24 10:47", "place": {"c2": "IL", "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago"}, "date-ut": "1930-05-24 15:47"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "52"}}, "raw": {"H": "10:47", "TZ": "5h", "DAY": "24", "LAT": "41N52", "LON": "87W39", "MON": "5", "NUM": "52", "PRO": "SC", "YEA": "1930", "CICO": "Chicago, IL", "NAME": "Backus George"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16291	backus-jim-1913-02-25	{"d10": "53"}	{"lerrcp": "D10-53"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jim", "family": "Backus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1913-02-25 07:30", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1913-02-25 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jim", "family": "Backus"}, "birth": {"tzo": "-06:00", "date": "1913-02-25 07:30", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1913-02-25 13:30"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "53"}}, "raw": {"H": "07:30", "TZ": "6h", "DAY": "25", "LAT": "41N30", "LON": "81W42", "MON": "2", "NUM": "53", "PRO": "AC", "YEA": "1913", "CICO": "Cleveland, OH", "NAME": "Backus Jim"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16288	baber-alice-1928-08-22	{"d10": "50", "3a_sports": "176"}	{"ertel": "ES-176", "lerrcp": "D10-50"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alice", "family": "Baber", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "-06:00", "date": "1928-08-22 03:40", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -88.16667, "lat": 39.5, "name": "Charleston", "geoid": null}, "notime": null, "date-ut": "1928-08-22 09:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "Alice", "family": "Baber"}, "birth": {"tzo": "-06:00", "date": "1928-08-22 03:40", "place": {"c2": "IL", "cy": "US", "lg": -88.16667, "lat": 39.5, "name": "Charleston"}, "date-ut": "1928-08-22 09:40"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "50"}}, "raw": {"H": "03:40", "TZ": "6h", "DAY": "22", "LAT": "39N30", "LON": "88W10", "MON": "8", "NUM": "50", "PRO": "AR", "YEA": "1928", "CICO": "Charleston, IL", "NAME": "Baber Alice"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "F", "occus": ["swimmer"], "partial-ids": {"ertel": "ES-176"}}, "raw": {"L": "", "MF": "F", "NR": "176", "ENG": "", "MA_": "1", "G_NR": "50", "MA12": "2", "MARS": "5", "NAME": "Babashoff", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-0,700", "CSINR": "", "KURTZ": "", "PHAS_": "0,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "31.01.", "ZITATE": "DKF", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Shirley", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "31.01.1957", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SWIM", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16292	backus-richard-1945-03-28	{"d10": "54"}	{"lerrcp": "D10-54"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Backus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1945-03-28 17:40", "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "US", "lg": -71.6, "lat": 43.01667, "name": "Goffstown", "geoid": null}, "notime": null, "date-ut": "1945-03-28 21:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Backus"}, "birth": {"tzo": "-04:00", "date": "1945-03-28 17:40", "place": {"c2": "NH", "cy": "US", "lg": -71.6, "lat": 43.01667, "name": "Goffstown"}, "date-ut": "1945-03-28 21:40"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "54"}}, "raw": {"H": "17:40", "TZ": "4h", "DAY": "28", "LAT": "43N1", "LON": "71W36", "MON": "3", "NUM": "54", "PRO": "AC", "YEA": "1945", "CICO": "Goffstown, NH", "NAME": "Backus Richard"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16294	bagley-worth-1924-07-29	{"d10": "56"}	{"lerrcp": "D10-56"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Worth", "family": "Bagley", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1924-07-29 15:20", "note": null, "place": {"c1": null, "c2": "MD", "c3": null, "cy": "US", "lg": -76.5, "lat": 38.98333, "name": "Annapolis", "geoid": null}, "notime": null, "date-ut": "1924-07-29 20:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Worth", "family": "Bagley"}, "birth": {"tzo": "-05:00", "date": "1924-07-29 15:20", "place": {"c2": "MD", "cy": "US", "lg": -76.5, "lat": 38.98333, "name": "Annapolis"}, "date-ut": "1924-07-29 20:20"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "56"}}, "raw": {"H": "15:20", "TZ": "5h", "DAY": "29", "LAT": "38N59", "LON": "76W30", "MON": "7", "NUM": "56", "PRO": "MI", "YEA": "1924", "CICO": "Annapolis, MD", "NAME": "Bagley Worth"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16295	bailar-benjamin-1934-04-21	{"d10": "57"}	{"lerrcp": "D10-57"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benjamin", "family": "Bailar", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1934-04-21 09:46", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -88.25, "lat": 40.11667, "name": "Champaign", "geoid": null}, "notime": null, "date-ut": "1934-04-21 15:46"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Benjamin", "family": "Bailar"}, "birth": {"tzo": "-06:00", "date": "1934-04-21 09:46", "place": {"c2": "IL", "cy": "US", "lg": -88.25, "lat": 40.11667, "name": "Champaign"}, "date-ut": "1934-04-21 15:46"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "57"}}, "raw": {"H": "09:46", "TZ": "6h", "DAY": "21", "LAT": "40N7", "LON": "88W15", "MON": "4", "NUM": "57", "PRO": "PO", "YEA": "1934", "CICO": "Champaign, IL", "NAME": "Bailar Benjamin"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16296	bailey-mildred-1919-04-18	{"d10": "58"}	{"lerrcp": "D10-58"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mildred", "family": "Bailey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1919-04-18 05:00", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -77.33333, "lat": 35.3, "name": "Fort Barnwell", "geoid": null}, "notime": null, "date-ut": "1919-04-18 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Mildred", "family": "Bailey"}, "birth": {"tzo": "-04:00", "date": "1919-04-18 05:00", "place": {"c2": "NC", "cy": "US", "lg": -77.33333, "lat": 35.3, "name": "Fort Barnwell"}, "date-ut": "1919-04-18 09:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "58"}}, "raw": {"H": "05:00", "TZ": "4h", "DAY": "18", "LAT": "35N18", "LON": "77W20", "MON": "4", "NUM": "58", "PRO": "MI", "YEA": "1919", "CICO": "Fort Barnwell, NC", "NAME": "Bailey Mildred"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16297	baird-joseph-1934-03-18	{"d10": "59"}	{"lerrcp": "D10-59"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Baird", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1934-03-18 04:37", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83, "lat": 39.96667, "name": "Columbus", "geoid": null}, "notime": null, "date-ut": "1934-03-18 09:37"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Baird"}, "birth": {"tzo": "-05:00", "date": "1934-03-18 04:37", "place": {"c2": "OH", "cy": "US", "lg": -83, "lat": 39.96667, "name": "Columbus"}, "date-ut": "1934-03-18 09:37"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "59"}}, "raw": {"H": "04:37", "TZ": "5h", "DAY": "18", "LAT": "39N58", "LON": "83W0", "MON": "3", "NUM": "59", "PRO": "EX", "YEA": "1934", "CICO": "Columbus, OH", "NAME": "Baird Joseph"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16298	baker-diane-1938-02-25	{"d10": "60"}	{"lerrcp": "D10-60"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Diane", "family": "Baker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1938-02-25 15:18", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.35, "lat": 34.1, "name": "Hollywood", "geoid": null}, "notime": null, "date-ut": "1938-02-25 23:18"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Diane", "family": "Baker"}, "birth": {"tzo": "-08:00", "date": "1938-02-25 15:18", "place": {"c2": "CA", "cy": "US", "lg": -118.35, "lat": 34.1, "name": "Hollywood"}, "date-ut": "1938-02-25 23:18"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "60"}}, "raw": {"H": "15:18", "TZ": "8h", "DAY": "25", "LAT": "34N6", "LON": "118W21", "MON": "2", "NUM": "60", "PRO": "AC", "YEA": "1938", "CICO": "Hollywood, CA", "NAME": "Baker Diane"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16299	baker-howard-1925-11-15	{"d10": "61"}	{"lerrcp": "D10-61"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Howard", "family": "Baker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1925-11-15 15:00", "note": null, "place": {"c1": null, "c2": "TN", "c3": null, "cy": "US", "lg": -84.26667, "lat": 35.8, "name": "Huntsville", "geoid": null}, "notime": null, "date-ut": "1925-11-15 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Howard", "family": "Baker"}, "birth": {"tzo": "-06:00", "date": "1925-11-15 15:00", "place": {"c2": "TN", "cy": "US", "lg": -84.26667, "lat": 35.8, "name": "Huntsville"}, "date-ut": "1925-11-15 21:00"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "61"}}, "raw": {"H": "15:00", "TZ": "6h", "DAY": "15", "LAT": "35N48", "LON": "84W16", "MON": "11", "NUM": "61", "PRO": "PO", "YEA": "1925", "CICO": "Huntsville, TN", "NAME": "Baker Howard"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16301	bakken-james-1940-11-02	{"d10": "63", "3a_sports": "202", "rawlins-ertel-irving": "17"}	{"ertel": "ES-202", "csicop": "CS-17", "lerrcp": "D10-63"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Bakken", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1940-11-02 04:51", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -89.4, "lat": 43.06667, "name": "Madison", "geoid": null}, "notime": null, "date-ut": "1940-11-02 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "James", "family": "Bakken"}, "birth": {"tzo": "-06:00", "date": "1940-11-02 04:51", "place": {"c2": "WI", "cy": "US", "lg": -89.4, "lat": 43.06667, "name": "Madison"}, "date-ut": "1940-11-02 10:51"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "63"}}, "raw": {"H": "04:51", "TZ": "6h", "DAY": "2", "LAT": "43N4", "LON": "89W24", "MON": "11", "NUM": "63", "PRO": "SP", "YEA": "1940", "CICO": "Madison, WI", "NAME": "Bakken James"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "17"}}, "raw": {"LA1": "43", "LA2": "4", "LO1": "89", "LO2": "24", "AMPM": "A", "MARS": "1", "NAME": "Bakken", "BATCH": "1", "Satz#": "17", "GEBDAT": "2 11 1940", "GEBORT": "WI", "GEBZEIT": "4 51", "VORNAME": "James L", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-202"}}, "raw": {"L": "", "MF": "", "NR": "202", "ENG": "1", "MA_": "2", "G_NR": "64", "MA12": "1", "MARS": "1", "NAME": "Bakken", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "4,600", "CSINR": "17", "KURTZ": "", "PHAS_": "6,400", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "02.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "James L.", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.11.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16302	baldessari-john-1931-06-17	{"d10": "64"}	{"lerrcp": "D10-64"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Baldessari", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1931-06-17 19:55", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -117.1, "lat": 32.68333, "name": "National City", "geoid": null}, "notime": null, "date-ut": "1931-06-18 03:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "John", "family": "Baldessari"}, "birth": {"tzo": "-08:00", "date": "1931-06-17 19:55", "place": {"c2": "CA", "cy": "US", "lg": -117.1, "lat": 32.68333, "name": "National City"}, "date-ut": "1931-06-18 03:55"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "64"}}, "raw": {"H": "19:55", "TZ": "8h", "DAY": "17", "LAT": "32N41", "LON": "117W6", "MON": "6", "NUM": "64", "PRO": "AR", "YEA": "1931", "CICO": "National City, CA", "NAME": "Baldessari John"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16303	ball-catie-1951-09-30	{"d10": "65"}	{"lerrcp": "D10-65"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Catie", "family": "Ball", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1951-09-30 13:58", "note": null, "place": {"c1": null, "c2": "FL", "c3": null, "cy": "US", "lg": -81.65, "lat": 30.33333, "name": "Jacksonville", "geoid": null}, "notime": null, "date-ut": "1951-09-30 18:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sportsperson"]	5	null	[{"new": {"name": {"given": "Catie", "family": "Ball"}, "birth": {"tzo": "-05:00", "date": "1951-09-30 13:58", "place": {"c2": "FL", "cy": "US", "lg": -81.65, "lat": 30.33333, "name": "Jacksonville"}, "date-ut": "1951-09-30 18:58"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "65"}}, "raw": {"H": "13:58", "TZ": "5h", "DAY": "30", "LAT": "30N20", "LON": "81W39", "MON": "9", "NUM": "65", "PRO": "SP", "YEA": "1951", "CICO": "Jacksonville, FL", "NAME": "Ball Catie"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16305	banks-ernie-1931-01-30	{"d10": "67"}	{"lerrcp": "D10-67"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernie", "family": "Banks", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1931-01-30 04:00", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -96.81667, "lat": 32.78333, "name": "Dallas", "geoid": null}, "notime": null, "date-ut": "1931-01-30 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sportsperson"]	5	null	[{"new": {"name": {"given": "Ernie", "family": "Banks"}, "birth": {"tzo": "-06:00", "date": "1931-01-30 04:00", "place": {"c2": "TX", "cy": "US", "lg": -96.81667, "lat": 32.78333, "name": "Dallas"}, "date-ut": "1931-01-30 10:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "67"}}, "raw": {"H": "04:00", "TZ": "6h", "DAY": "30", "LAT": "32N47", "LON": "96W49", "MON": "1", "NUM": "67", "PRO": "SP", "YEA": "1931", "CICO": "Dallas, TX", "NAME": "Banks Ernie"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16306	barnes-harry-1926-06-05	{"d10": "68", "3a_sports": "227"}	{"ertel": "ES-227", "lerrcp": "D10-68"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Harry", "family": "Barnes", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1926-06-05 06:02", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.1, "lat": 44.95, "name": "St Paul", "geoid": null}, "notime": null, "date-ut": "1926-06-05 12:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["baseball-player"]	5	null	[{"new": {"name": {"given": "Harry", "family": "Barnes"}, "birth": {"tzo": "-06:00", "date": "1926-06-05 06:02", "place": {"c2": "MN", "cy": "US", "lg": -93.1, "lat": 44.95, "name": "St Paul"}, "date-ut": "1926-06-05 12:02"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "68"}}, "raw": {"H": "06:02", "TZ": "6h", "DAY": "5", "LAT": "44N57", "LON": "93W6", "MON": "6", "NUM": "68", "PRO": "PO", "YEA": "1926", "CICO": "St Paul, MN", "NAME": "Barnes Harry"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["baseball-player"], "partial-ids": {"ertel": "ES-227"}}, "raw": {"L": "", "MF": "", "NR": "227", "ENG": "", "MA_": "1", "G_NR": "68", "MA12": "5", "MARS": "14", "NAME": "Banks", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "9,300", "CSINR": "", "KURTZ": "", "PHAS_": "79,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "30.01.", "ZITATE": "BE", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ernie (Ernest)", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "30.01.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASE", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16309	barrymore-john-1932-06-04	{"d10": "71"}	{"lerrcp": "D10-71"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Barrymore", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1932-06-04 15:42", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.41667, "lat": 34.06667, "name": "Beverly Hills", "geoid": null}, "notime": null, "date-ut": "1932-06-04 23:42"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "John", "family": "Barrymore"}, "birth": {"tzo": "-08:00", "date": "1932-06-04 15:42", "place": {"c2": "CA", "cy": "US", "lg": -118.41667, "lat": 34.06667, "name": "Beverly Hills"}, "date-ut": "1932-06-04 23:42"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "71"}}, "raw": {"H": "15:42", "TZ": "8h", "DAY": "4", "LAT": "34N4", "LON": "118W25", "MON": "6", "NUM": "71", "PRO": "AC", "YEA": "1932", "CICO": "Beverly Hills, CA", "NAME": "Barrymore John"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16310	bartlett-dewey-1919-03-28	{"d10": "72"}	{"lerrcp": "D10-72"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dewey", "family": "Bartlett", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1919-03-28 13:15", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.45, "lat": 39.41667, "name": "Marietta", "geoid": null}, "notime": null, "date-ut": "1919-03-28 18:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive", "politician"]	5	null	[{"new": {"name": {"given": "Dewey", "family": "Bartlett"}, "birth": {"tzo": "-05:00", "date": "1919-03-28 13:15", "place": {"c2": "OH", "cy": "US", "lg": -81.45, "lat": 39.41667, "name": "Marietta"}, "date-ut": "1919-03-28 18:15"}, "occus": ["executive", "politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "72"}}, "raw": {"H": "13:15", "TZ": "5h", "DAY": "28", "LAT": "39N25", "LON": "81W27", "MON": "3", "NUM": "72", "PRO": "EX,PO", "YEA": "1919", "CICO": "Marietta, OH", "NAME": "Bartlett Dewey"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16311	basehart-richard-1914-08-31	{"d10": "74"}	{"lerrcp": "D10-74"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Basehart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1914-08-31 05:30", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -82.01667, "lat": 39.93333, "name": "Zanesville", "geoid": null}, "notime": null, "date-ut": "1914-08-31 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Basehart"}, "birth": {"tzo": "-06:00", "date": "1914-08-31 05:30", "place": {"c2": "OH", "cy": "US", "lg": -82.01667, "lat": 39.93333, "name": "Zanesville"}, "date-ut": "1914-08-31 11:30"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "74"}}, "raw": {"H": "05:30", "TZ": "6h", "DAY": "31", "LAT": "39N56", "LON": "82W1", "MON": "8", "NUM": "74", "PRO": "AC", "YEA": "1914", "CICO": "Zanesville, OH", "NAME": "Basehart Richard"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16313	baugh-william-1930-07-07	{"d10": "76"}	{"lerrcp": "D10-76"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Baugh", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1930-07-07 06:30", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -84.76667, "lat": 37.45, "name": "Mc Kinney", "geoid": null}, "notime": null, "date-ut": "1930-07-07 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "William", "family": "Baugh"}, "birth": {"tzo": "-06:00", "date": "1930-07-07 06:30", "place": {"c2": "KY", "cy": "US", "lg": -84.76667, "lat": 37.45, "name": "Mc Kinney"}, "date-ut": "1930-07-07 12:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "76"}}, "raw": {"H": "06:30", "TZ": "6h", "DAY": "7", "LAT": "37N27", "LON": "84W46", "MON": "7", "NUM": "76", "PRO": "MI", "YEA": "1930", "CICO": "Mc Kinney, KY", "NAME": "Baugh William"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16315	bean-alan-1932-03-15	{"d10": "78"}	{"lerrcp": "D10-78"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alan", "family": "Bean", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1932-03-15 15:10", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -100.26667, "lat": 35.45, "name": "Wheeler", "geoid": null}, "notime": null, "date-ut": "1932-03-15 21:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alan", "family": "Bean"}, "birth": {"tzo": "-06:00", "date": "1932-03-15 15:10", "place": {"c2": "TX", "cy": "US", "lg": -100.26667, "lat": 35.45, "name": "Wheeler"}, "date-ut": "1932-03-15 21:10"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "78"}}, "raw": {"H": "15:10", "TZ": "6h", "DAY": "15", "LAT": "35N27", "LON": "100W16", "MON": "3", "NUM": "78", "PRO": "MI", "YEA": "1932", "CICO": "Wheeler, TX", "NAME": "Bean Alan"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16316	bean-orson-1928-07-22	{"d10": "79"}	{"lerrcp": "D10-79"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Orson", "family": "Bean", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1928-07-22 08:00", "note": null, "place": {"c1": null, "c2": "VT", "c3": null, "cy": "US", "lg": -73.2, "lat": 44.48333, "name": "Burlington", "geoid": null}, "notime": null, "date-ut": "1928-07-22 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Orson", "family": "Bean"}, "birth": {"tzo": "-05:00", "date": "1928-07-22 08:00", "place": {"c2": "VT", "cy": "US", "lg": -73.2, "lat": 44.48333, "name": "Burlington"}, "date-ut": "1928-07-22 13:00"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "79"}}, "raw": {"H": "08:00", "TZ": "5h", "DAY": "22", "LAT": "44N29", "LON": "73W12", "MON": "7", "NUM": "79", "PRO": "AC", "YEA": "1928", "CICO": "Burlington, VT", "NAME": "Bean Orson"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16314	baughan-maxie-1938-08-03	{"d10": "77", "3a_sports": "287", "rawlins-ertel-irving": "23"}	{"ertel": "ES-287", "csicop": "CS-23", "lerrcp": "D10-77"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maxie", "family": "Baughan", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1938-08-03 07:00", "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "US", "lg": -87.88333, "lat": 32.65, "name": "Forkland", "geoid": null}, "notime": null, "date-ut": "1938-08-03 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Maxie", "family": "Baughan"}, "birth": {"tzo": "-06:00", "date": "1938-08-03 07:00", "place": {"c2": "AL", "cy": "US", "lg": -87.88333, "lat": 32.65, "name": "Forkland"}, "date-ut": "1938-08-03 13:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "77"}}, "raw": {"H": "07:00", "TZ": "6h", "DAY": "3", "LAT": "32N39", "LON": "87W53", "MON": "8", "NUM": "77", "PRO": "SP", "YEA": "1938", "CICO": "Forkland, AL", "NAME": "Baughan Maxie"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "23"}}, "raw": {"LA1": "32", "LA2": "39", "LO1": "87", "LO2": "53", "AMPM": "A", "MARS": "3", "NAME": "Baughan", "BATCH": "1", "Satz#": "23", "GEBDAT": "3 8 1938", "GEBORT": "AL", "GEBZEIT": "7 0", "VORNAME": "Maxis C", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-287"}}, "raw": {"L": "", "MF": "", "NR": "287", "ENG": "1", "MA_": "2", "G_NR": "77", "MA12": "1", "MARS": "3", "NAME": "Baughan", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "10,200", "CSINR": "23", "KURTZ": "", "PHAS_": "49,300", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "03.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Maxis C.", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.08.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16318	beasley-bruce-1939-05-20	{"d10": "81"}	{"lerrcp": "D10-81"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruce", "family": "Beasley", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1939-05-20 20:40", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1939-05-21 04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Bruce", "family": "Beasley"}, "birth": {"tzo": "-08:00", "date": "1939-05-20 20:40", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1939-05-21 04:40"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "81"}}, "raw": {"H": "20:40", "TZ": "8h", "DAY": "20", "LAT": "34N4", "LON": "118W15", "MON": "5", "NUM": "81", "PRO": "AR", "YEA": "1939", "CICO": "Los Angeles, CA", "NAME": "Beasley Bruce"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16319	beatty-george-1917-10-26	{"d10": "82"}	{"lerrcp": "D10-82"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "George", "family": "Beatty", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1917-10-26 05:50", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -78.33333, "lat": 35, "name": "Clinton", "geoid": null}, "notime": null, "date-ut": "1917-10-26 10:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "George", "family": "Beatty"}, "birth": {"tzo": "-05:00", "date": "1917-10-26 05:50", "place": {"c2": "NC", "cy": "US", "lg": -78.33333, "lat": 35, "name": "Clinton"}, "date-ut": "1917-10-26 10:50"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "82"}}, "raw": {"H": "05:50", "TZ": "5h", "DAY": "26", "LAT": "35N0", "LON": "78W20", "MON": "10", "NUM": "82", "PRO": "MI", "YEA": "1917", "CICO": "Clinton, NC", "NAME": "Beatty George"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16321	bechtle-robert-1932-05-14	{"d10": "84"}	{"lerrcp": "D10-84"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Bechtle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1932-05-14 06:37", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1932-05-14 14:37"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Bechtle"}, "birth": {"tzo": "-08:00", "date": "1932-05-14 06:37", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1932-05-14 14:37"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "84"}}, "raw": {"H": "06:37", "TZ": "8h", "DAY": "14", "LAT": "37N47", "LON": "122W25", "MON": "5", "NUM": "84", "PRO": "AR", "YEA": "1932", "CICO": "San Francisco, CA", "NAME": "Bechtle Robert"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16320	beban-gary-1946-08-05	{"d10": "83", "3a_sports": "302"}	{"ertel": "ES-302", "lerrcp": "D10-83"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gary", "family": "Beban", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1946-08-05 22:06", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1946-08-06 06:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Gary", "family": "Beban"}, "birth": {"tzo": "-08:00", "date": "1946-08-05 22:06", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1946-08-06 06:06"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "83"}}, "raw": {"H": "22:06", "TZ": "8h", "DAY": "5", "LAT": "37N47", "LON": "122W25", "MON": "8", "NUM": "83", "PRO": "SP", "YEA": "1946", "CICO": "San Francisco, CA", "NAME": "Beban Gary"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-302"}}, "raw": {"L": "", "MF": "", "NR": "302", "ENG": "", "MA_": "1", "G_NR": "83", "MA12": "7", "MARS": "20", "NAME": "Beban", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "9,600", "CSINR": "", "KURTZ": "", "PHAS_": "51,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "05.08.", "ZITATE": "X", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gary Joseph", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "05.08.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16322	beckington-herbert-1920-10-03	{"d10": "85"}	{"lerrcp": "D10-85"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Herbert", "family": "Beckington", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1920-10-03 22:35", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -89.1, "lat": 42.26667, "name": "Rockford", "geoid": null}, "notime": null, "date-ut": "1920-10-04 04:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Herbert", "family": "Beckington"}, "birth": {"tzo": "-06:00", "date": "1920-10-03 22:35", "place": {"c2": "IL", "cy": "US", "lg": -89.1, "lat": 42.26667, "name": "Rockford"}, "date-ut": "1920-10-04 04:35"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "85"}}, "raw": {"H": "22:35", "TZ": "6h", "DAY": "3", "LAT": "42N16", "LON": "89W6", "MON": "10", "NUM": "85", "PRO": "MI", "YEA": "1920", "CICO": "Rockford, IL", "NAME": "Beckington Herbert"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16323	beer-samuel-1911-07-28	{"d10": "86"}	{"lerrcp": "D10-86"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Samuel", "family": "Beer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1911-07-28 22:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -82.98333, "lat": 40.8, "name": "Bucyrus", "geoid": null}, "notime": null, "date-ut": "1911-07-29 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Samuel", "family": "Beer"}, "birth": {"tzo": "-06:00", "date": "1911-07-28 22:00", "place": {"c2": "OH", "cy": "US", "lg": -82.98333, "lat": 40.8, "name": "Bucyrus"}, "date-ut": "1911-07-29 04:00"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "86"}}, "raw": {"H": "22:00", "TZ": "6h", "DAY": "28", "LAT": "40N48", "LON": "82W59", "MON": "7", "NUM": "86", "PRO": "SC", "YEA": "1911", "CICO": "Bucyrus, OH", "NAME": "Beer Samuel"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16324	bell-clarence-1916-07-25	{"d10": "87"}	{"lerrcp": "D10-87"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clarence", "family": "Bell", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1916-07-25 02:30", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -79.7, "lat": 35.88333, "name": "Hamlet", "geoid": null}, "notime": null, "date-ut": "1916-07-25 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Clarence", "family": "Bell"}, "birth": {"tzo": "-05:00", "date": "1916-07-25 02:30", "place": {"c2": "NC", "cy": "US", "lg": -79.7, "lat": 35.88333, "name": "Hamlet"}, "date-ut": "1916-07-25 07:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "87"}}, "raw": {"H": "02:30", "TZ": "5h", "DAY": "25", "LAT": "35N53", "LON": "79W42", "MON": "7", "NUM": "87", "PRO": "MI", "YEA": "1916", "CICO": "Hamlet, NC", "NAME": "Bell Clarence"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16326	bendetsen-karl-1907-10-11	{"d10": "89"}	{"lerrcp": "D10-89"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Bendetsen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1907-10-11 05:30", "note": null, "place": {"c1": null, "c2": "WA", "c3": null, "cy": "US", "lg": -123.83333, "lat": 46.98333, "name": "Aberdeen", "geoid": null}, "notime": null, "date-ut": "1907-10-11 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Bendetsen"}, "birth": {"tzo": "-08:00", "date": "1907-10-11 05:30", "place": {"c2": "WA", "cy": "US", "lg": -123.83333, "lat": 46.98333, "name": "Aberdeen"}, "date-ut": "1907-10-11 13:30"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "89"}}, "raw": {"H": "05:30", "TZ": "8h", "DAY": "11", "LAT": "46N59", "LON": "123W50", "MON": "10", "NUM": "89", "PRO": "EX", "YEA": "1907", "CICO": "Aberdeen, WA", "NAME": "Bendetsen Karl"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16327	bennett-emmet-1918-07-12	{"d10": "90"}	{"lerrcp": "D10-90"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emmet", "family": "Bennett", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1918-07-12 02:35", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis", "geoid": null}, "notime": null, "date-ut": "1918-07-12 07:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Emmet", "family": "Bennett"}, "birth": {"tzo": "-05:00", "date": "1918-07-12 02:35", "place": {"c2": "MN", "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis"}, "date-ut": "1918-07-12 07:35"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "90"}}, "raw": {"H": "02:35", "TZ": "5h", "DAY": "12", "LAT": "44N59", "LON": "93W16", "MON": "7", "NUM": "90", "PRO": "SC", "YEA": "1918", "CICO": "Minneapolis, MN", "NAME": "Bennett Emmet"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16328	bentsen-lloyd-1921-02-11	{"d10": "91"}	{"lerrcp": "D10-91"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lloyd", "family": "Bentsen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1921-02-11 02:30", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -98.31667, "lat": 26.21667, "name": "Mission", "geoid": null}, "notime": null, "date-ut": "1921-02-11 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Lloyd", "family": "Bentsen"}, "birth": {"tzo": "-06:00", "date": "1921-02-11 02:30", "place": {"c2": "TX", "cy": "US", "lg": -98.31667, "lat": 26.21667, "name": "Mission"}, "date-ut": "1921-02-11 08:30"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "91"}}, "raw": {"H": "02:30", "TZ": "6h", "DAY": "11", "LAT": "26N13", "LON": "98W19", "MON": "2", "NUM": "91", "PRO": "PO", "YEA": "1921", "CICO": "Mission, TX", "NAME": "Bentsen Lloyd"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16330	bergen-candice-1946-05-09	{"d10": "93"}	{"lerrcp": "D10-93"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Candice", "family": "Bergen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1946-05-09 21:52", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1946-05-10 05:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Candice", "family": "Bergen"}, "birth": {"tzo": "-08:00", "date": "1946-05-09 21:52", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1946-05-10 05:52"}, "notes": ["Value published in LERRCP corrected in APP"], "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "93"}}, "raw": {"H": "21:52", "TZ": "8h", "DAY": "9", "LAT": "34N4", "LON": "118W15", "MON": "5", "NUM": "93!", "PRO": "AC", "YEA": "1946", "CICO": "Los Angeles, CA", "NAME": "Bergen Candice"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	["Value published in LERRCP corrected in APP"]
16331	berger-thomas-1924-07-20	{"d10": "94"}	{"lerrcp": "D10-94"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Thomas", "family": "Berger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1924-07-20 12:45", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati", "geoid": null}, "notime": null, "date-ut": "1924-07-20 17:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Thomas", "family": "Berger"}, "birth": {"tzo": "-05:00", "date": "1924-07-20 12:45", "place": {"c2": "OH", "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati"}, "date-ut": "1924-07-20 17:45"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "94"}}, "raw": {"H": "12:45", "TZ": "5h", "DAY": "20", "LAT": "39N6", "LON": "84W31", "MON": "7", "NUM": "94", "PRO": "WR", "YEA": "1924", "CICO": "Cincinnati, OH", "NAME": "Berger Thomas"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16332	bergland-robert-1928-07-22	{"d10": "95"}	{"lerrcp": "D10-95"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Bergland", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1928-07-22 15:50", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -95.76667, "lat": 48.85, "name": "Roseau", "geoid": null}, "notime": null, "date-ut": "1928-07-22 21:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Bergland"}, "birth": {"tzo": "-06:00", "date": "1928-07-22 15:50", "place": {"c2": "MN", "cy": "US", "lg": -95.76667, "lat": 48.85, "name": "Roseau"}, "date-ut": "1928-07-22 21:50"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "95"}}, "raw": {"H": "15:50", "TZ": "6h", "DAY": "22", "LAT": "48N51", "LON": "95W46", "MON": "7", "NUM": "95", "PRO": "PO", "YEA": "1928", "CICO": "Roseau, MN", "NAME": "Bergland Robert"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16333	bergquist-kenneth-1912-11-21	{"d10": "96"}	{"lerrcp": "D10-96"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kenneth", "family": "Bergquist", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1912-11-21 11:00", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -96.61667, "lat": 47.78333, "name": "Crookston", "geoid": null}, "notime": null, "date-ut": "1912-11-21 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Kenneth", "family": "Bergquist"}, "birth": {"tzo": "-06:00", "date": "1912-11-21 11:00", "place": {"c2": "MN", "cy": "US", "lg": -96.61667, "lat": 47.78333, "name": "Crookston"}, "date-ut": "1912-11-21 17:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "96"}}, "raw": {"H": "11:00", "TZ": "6h", "DAY": "21", "LAT": "47N47", "LON": "96W37", "MON": "11", "NUM": "96", "PRO": "MI", "YEA": "1912", "CICO": "Crookston, MN", "NAME": "Bergquist Kenneth"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16335	berrigan-daniel-1921-05-09	{"d10": "98"}	{"lerrcp": "D10-98"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "Berrigan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1921-05-09 18:30", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -92.53333, "lat": 47.51667, "name": "Virginia", "geoid": null}, "notime": null, "date-ut": "1921-05-10 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician", "writer"]	5	null	[{"new": {"name": {"given": "Daniel", "family": "Berrigan"}, "birth": {"tzo": "-06:00", "date": "1921-05-09 18:30", "place": {"c2": "MN", "cy": "US", "lg": -92.53333, "lat": 47.51667, "name": "Virginia"}, "date-ut": "1921-05-10 00:30"}, "occus": ["politician", "writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "98"}}, "raw": {"H": "18:30", "TZ": "6h", "DAY": "9", "LAT": "47N31", "LON": "92W32", "MON": "5", "NUM": "98", "PRO": "PO,WR", "YEA": "1921", "CICO": "Virginia, MN", "NAME": "Berrigan Daniel"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16336	berrigan-philip-1923-10-05	{"d10": "99"}	{"lerrcp": "D10-99"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philip", "family": "Berrigan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1923-10-05 00:45", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -91.66667, "lat": 47.03333, "name": "Two Harbors", "geoid": null}, "notime": null, "date-ut": "1923-10-05 06:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician", "writer"]	5	null	[{"new": {"name": {"given": "Philip", "family": "Berrigan"}, "birth": {"tzo": "-06:00", "date": "1923-10-05 00:45", "place": {"c2": "MN", "cy": "US", "lg": -91.66667, "lat": 47.03333, "name": "Two Harbors"}, "date-ut": "1923-10-05 06:45"}, "occus": ["politician", "writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "99"}}, "raw": {"H": "00:45", "TZ": "6h", "DAY": "5", "LAT": "47N2", "LON": "91W40", "MON": "10", "NUM": "99", "PRO": "PO,WR", "YEA": "1923", "CICO": "Two Harbors, MN", "NAME": "Berrigan Philip"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16338	berry-wendell-1934-08-05	{"d10": "101"}	{"lerrcp": "D10-101"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wendell", "family": "Berry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1934-08-05 23:33", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -85.15, "lat": 38.45, "name": "Henry County", "geoid": null}, "notime": null, "date-ut": "1934-08-06 05:33"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Wendell", "family": "Berry"}, "birth": {"tzo": "-06:00", "date": "1934-08-05 23:33", "place": {"c2": "KY", "cy": "US", "lg": -85.15, "lat": 38.45, "name": "Henry County"}, "date-ut": "1934-08-06 05:33"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "101"}}, "raw": {"H": "23:33", "TZ": "6h", "DAY": "5", "LAT": "38N27", "LON": "85W09", "MON": "8", "NUM": "101", "PRO": "WR", "YEA": "1934", "CICO": "Henry County, KY", "NAME": "Berry Wendell"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16337	berry-raymond-1933-02-27	{"d10": "100", "3a_sports": "387"}	{"ertel": "ES-387", "lerrcp": "D10-100"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Berry", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1933-02-27 23:40", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -97.4, "lat": 27.78333, "name": "Corpus Christi", "geoid": null}, "notime": null, "date-ut": "1933-02-28 05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Berry"}, "birth": {"tzo": "-06:00", "date": "1933-02-27 23:40", "place": {"c2": "TX", "cy": "US", "lg": -97.4, "lat": 27.78333, "name": "Corpus Christi"}, "date-ut": "1933-02-28 05:40"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "100"}}, "raw": {"H": "23:40", "TZ": "6h", "DAY": "27", "LAT": "27N47", "LON": "97W24", "MON": "2", "NUM": "100", "PRO": "SP", "YEA": "1933", "CICO": "Corpus Christi, TX", "NAME": "Berry Raymond"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-387"}}, "raw": {"L": "", "MF": "", "NR": "387", "ENG": "", "MA_": "0", "G_NR": "100", "MA12": "3", "MARS": "8", "NAME": "Berry", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "4,200", "CSINR": "", "KURTZ": "", "PHAS_": "6,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "27.02.", "ZITATE": "BX", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Raymond", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "27.02.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16341	biffle-jerome-1928-03-20	{"d10": "104", "3a_sports": "438", "rawlins-ertel-irving": "32"}	{"ertel": "ES-438", "csicop": "CS-32", "lerrcp": "D10-104"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jerome", "family": "Biffle", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-07:00", "date": "1928-03-20 09:45", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "US", "lg": -104.98333, "lat": 39.73333, "name": "Denver", "geoid": null}, "notime": null, "date-ut": "1928-03-20 16:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Jerome", "family": "Biffle"}, "birth": {"tzo": "-07:00", "date": "1928-03-20 09:45", "place": {"c2": "CO", "cy": "US", "lg": -104.98333, "lat": 39.73333, "name": "Denver"}, "date-ut": "1928-03-20 16:45"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "104"}}, "raw": {"H": "09:45", "TZ": "7h", "DAY": "20", "LAT": "39N44", "LON": "104W59", "MON": "3", "NUM": "104", "PRO": "SP", "YEA": "1928", "CICO": "Denver, CO", "NAME": "Biffle Jerome"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "32"}}, "raw": {"LA1": "39", "LA2": "44", "LO1": "104", "LO2": "59", "AMPM": "A", "MARS": "10", "NAME": "Biffle", "BATCH": "3", "Satz#": "32", "GEBDAT": "20 3 1928", "GEBORT": "CO", "GEBZEIT": "9 45", "VORNAME": "Jerome", "SPORTART": "TRAC", "ZEITZONE": "7"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-438"}}, "raw": {"L": "", "MF": "", "NR": "438", "ENG": "1", "MA_": "2", "G_NR": "104", "MA12": "4", "MARS": "10", "NAME": "Biffle", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-5,900", "CSINR": "32", "KURTZ": "", "PHAS_": "5,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "20.03.", "ZITATE": "KSTX", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jerome", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "20.03.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16342	binger-james-1916-05-16	{"d10": "105"}	{"lerrcp": "D10-105"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Binger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1916-05-16 20:00", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis", "geoid": null}, "notime": null, "date-ut": "1916-05-17 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "James", "family": "Binger"}, "birth": {"tzo": "-06:00", "date": "1916-05-16 20:00", "place": {"c2": "MN", "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis"}, "date-ut": "1916-05-17 02:00"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "105"}}, "raw": {"H": "20:00", "TZ": "6h", "DAY": "16", "LAT": "44N59", "LON": "93W16", "MON": "5", "NUM": "105", "PRO": "EX", "YEA": "1916", "CICO": "Minneapolis, MN", "NAME": "Binger James"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16343	bisplinghoff-raymond-1917-02-07	{"d10": "106"}	{"lerrcp": "D10-106"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Bisplinghoff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1917-02-07 03:45", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.56667, "lat": 39.4, "name": "Hamilton", "geoid": null}, "notime": null, "date-ut": "1917-02-07 09:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Bisplinghoff"}, "birth": {"tzo": "-06:00", "date": "1917-02-07 03:45", "place": {"c2": "OH", "cy": "US", "lg": -84.56667, "lat": 39.4, "name": "Hamilton"}, "date-ut": "1917-02-07 09:45"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "106"}}, "raw": {"H": "03:45", "TZ": "6h", "DAY": "7", "LAT": "39N24", "LON": "84W34", "MON": "2", "NUM": "106", "PRO": "SC", "YEA": "1917", "CICO": "Hamilton, OH", "NAME": "Bisplinghoff Raymond"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16344	bixby-bill-1934-01-22	{"d10": "107"}	{"lerrcp": "D10-107"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bill", "family": "Bixby", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1934-01-22 23:20", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1934-01-23 07:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Bill", "family": "Bixby"}, "birth": {"tzo": "-08:00", "date": "1934-01-22 23:20", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1934-01-23 07:20"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "107"}}, "raw": {"H": "23:20", "TZ": "8h", "DAY": "22", "LAT": "37N47", "LON": "122W25", "MON": "1", "NUM": "107", "PRO": "AC", "YEA": "1934", "CICO": "San Francisco, CA", "NAME": "Bixby Bill"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16345	black-karen-1939-07-01	{"d10": "108"}	{"lerrcp": "D10-108"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karen", "family": "Black", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1939-07-01 05:00", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -87.85, "lat": 42.03333, "name": "Park Ridge", "geoid": null}, "notime": null, "date-ut": "1939-07-01 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Karen", "family": "Black"}, "birth": {"tzo": "-05:00", "date": "1939-07-01 05:00", "place": {"c2": "IL", "cy": "US", "lg": -87.85, "lat": 42.03333, "name": "Park Ridge"}, "date-ut": "1939-07-01 10:00"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "108"}}, "raw": {"H": "05:00", "TZ": "5h", "DAY": "1", "LAT": "42N2", "LON": "87W51", "MON": "7", "NUM": "108", "PRO": "AC", "YEA": "1939", "CICO": "Park Ridge, IL", "NAME": "Black Karen"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16346	blake-robert-1933-09-18	{"d10": "109"}	{"lerrcp": "D10-109"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Blake", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1933-09-18 08:30", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.15, "lat": 40.81667, "name": "Nutley", "geoid": null}, "notime": null, "date-ut": "1933-09-18 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Blake"}, "birth": {"tzo": "-04:00", "date": "1933-09-18 08:30", "place": {"c2": "NJ", "cy": "US", "lg": -74.15, "lat": 40.81667, "name": "Nutley"}, "date-ut": "1933-09-18 12:30"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "109"}}, "raw": {"H": "08:30", "TZ": "4h", "DAY": "18", "LAT": "40N49", "LON": "74W9", "MON": "9", "NUM": "109", "PRO": "AC", "YEA": "1933", "CICO": "Nutley, NJ", "NAME": "Blake Robert"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16347	blakefield-william-1917-12-28	{"d10": "110"}	{"lerrcp": "D10-110"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Blakefield", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1917-12-28 06:30", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -87.38333, "lat": 44.83333, "name": "Sturgeon Bay", "geoid": null}, "notime": null, "date-ut": "1917-12-28 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "William", "family": "Blakefield"}, "birth": {"tzo": "-06:00", "date": "1917-12-28 06:30", "place": {"c2": "WI", "cy": "US", "lg": -87.38333, "lat": 44.83333, "name": "Sturgeon Bay"}, "date-ut": "1917-12-28 12:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "110"}}, "raw": {"H": "06:30", "TZ": "6h", "DAY": "28", "LAT": "44N50", "LON": "87W23", "MON": "12", "NUM": "110", "PRO": "MI", "YEA": "1917", "CICO": "Sturgeon Bay, WI", "NAME": "Blakefield William"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16349	blanton-leonard-1930-04-10	{"d10": "112"}	{"lerrcp": "D10-112"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leonard", "family": "Blanton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1930-04-10 21:30", "note": null, "place": {"c1": null, "c2": "TN", "c3": null, "cy": "US", "lg": -88.16667, "lat": 35.18333, "name": "Hardin County", "geoid": null}, "notime": null, "date-ut": "1930-04-11 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Leonard", "family": "Blanton"}, "birth": {"tzo": "-06:00", "date": "1930-04-10 21:30", "place": {"c2": "TN", "cy": "US", "lg": -88.16667, "lat": 35.18333, "name": "Hardin County"}, "date-ut": "1930-04-11 03:30"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "112"}}, "raw": {"H": "21:30", "TZ": "6h", "DAY": "10", "LAT": "35N11", "LON": "88W10", "MON": "4", "NUM": "112", "PRO": "PO", "YEA": "1930", "CICO": "Hardin County, TN", "NAME": "Blanton Leonard"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16350	blaser-robin-1925-05-18	{"d10": "113"}	{"lerrcp": "D10-113"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robin", "family": "Blaser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1925-05-18 06:30", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "US", "lg": -104.98333, "lat": 39.73333, "name": "Denver", "geoid": null}, "notime": null, "date-ut": "1925-05-18 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Robin", "family": "Blaser"}, "birth": {"tzo": "-07:00", "date": "1925-05-18 06:30", "place": {"c2": "CO", "cy": "US", "lg": -104.98333, "lat": 39.73333, "name": "Denver"}, "date-ut": "1925-05-18 13:30"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "113"}}, "raw": {"H": "06:30", "TZ": "7h", "DAY": "18", "LAT": "39N44", "LON": "104W59", "MON": "5", "NUM": "113", "PRO": "WR", "YEA": "1925", "CICO": "Denver, CO", "NAME": "Blaser Robin"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16351	blegen-judith-1941-04-27	{"d10": "114"}	{"lerrcp": "D10-114"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Judith", "family": "Blegen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1941-04-27 19:00", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -84.5, "lat": 38.05, "name": "Lexington", "geoid": null}, "notime": null, "date-ut": "1941-04-28 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Judith", "family": "Blegen"}, "birth": {"tzo": "-05:00", "date": "1941-04-27 19:00", "place": {"c2": "KY", "cy": "US", "lg": -84.5, "lat": 38.05, "name": "Lexington"}, "date-ut": "1941-04-28 00:00"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "114"}}, "raw": {"H": "19:00", "TZ": "5h", "DAY": "27", "LAT": "38N3", "LON": "84W30", "MON": "4", "NUM": "114", "PRO": "AR", "YEA": "1941", "CICO": "Lexington, KY", "NAME": "Blegen Judith"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16352	blish-james-1921-05-23	{"d10": "115"}	{"lerrcp": "D10-115"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Blish", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1921-05-23 04:00", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.21667, "lat": 40.76667, "name": "East Orange", "geoid": null}, "notime": null, "date-ut": "1921-05-23 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "James", "family": "Blish"}, "birth": {"tzo": "-04:00", "date": "1921-05-23 04:00", "place": {"c2": "NJ", "cy": "US", "lg": -74.21667, "lat": 40.76667, "name": "East Orange"}, "date-ut": "1921-05-23 08:00"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "115"}}, "raw": {"H": "04:00", "TZ": "4h", "DAY": "23", "LAT": "40N46", "LON": "74W13", "MON": "5", "NUM": "115", "PRO": "WR", "YEA": "1921", "CICO": "East Orange, NJ", "NAME": "Blish James"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16353	bliss-helena-1917-12-31	{"d10": "116"}	{"lerrcp": "D10-116"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Helena", "family": "Bliss", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1917-12-31 23:25", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis", "geoid": null}, "notime": null, "date-ut": "1918-01-01 05:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Helena", "family": "Bliss"}, "birth": {"tzo": "-06:00", "date": "1917-12-31 23:25", "place": {"c2": "MO", "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis"}, "date-ut": "1918-01-01 05:25"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "116"}}, "raw": {"H": "23:25", "TZ": "6h", "DAY": "31", "LAT": "38N37", "LON": "90W12", "MON": "12", "NUM": "116", "PRO": "AC", "YEA": "1917", "CICO": "St Louis, MO", "NAME": "Bliss Helena"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16354	blount-hedon-1929-01-15	{"d10": "117"}	{"lerrcp": "D10-117"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hedon", "family": "Blount", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1929-01-15 13:50", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -101.46667, "lat": 32.25, "name": "Big Spring", "geoid": null}, "notime": null, "date-ut": "1929-01-15 19:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Hedon", "family": "Blount"}, "birth": {"tzo": "-06:00", "date": "1929-01-15 13:50", "place": {"c2": "TX", "cy": "US", "lg": -101.46667, "lat": 32.25, "name": "Big Spring"}, "date-ut": "1929-01-15 19:50"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "117"}}, "raw": {"H": "13:50", "TZ": "6h", "DAY": "15", "LAT": "32N15", "LON": "101W28", "MON": "1", "NUM": "117", "PRO": "AC", "YEA": "1929", "CICO": "Big Spring, TX", "NAME": "Blount Hedon"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16356	blume-judy-1938-02-12	{"d10": "119"}	{"lerrcp": "D10-119"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Judy", "family": "Blume", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1938-02-12 21:59", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.21667, "lat": 40.66667, "name": "Elizabeth", "geoid": null}, "notime": null, "date-ut": "1938-02-13 02:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Judy", "family": "Blume"}, "birth": {"tzo": "-05:00", "date": "1938-02-12 21:59", "place": {"c2": "NJ", "cy": "US", "lg": -74.21667, "lat": 40.66667, "name": "Elizabeth"}, "date-ut": "1938-02-13 02:59"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "119"}}, "raw": {"H": "21:59", "TZ": "5h", "DAY": "12", "LAT": "40N40", "LON": "74W13", "MON": "2", "NUM": "119", "PRO": "WR", "YEA": "1938", "CICO": "Elizabeth, NJ", "NAME": "Blume Judy"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16358	bly-robert-1926-12-23	{"d10": "121"}	{"lerrcp": "D10-121"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Bly", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1926-12-23 07:20", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -96.18333, "lat": 45.01667, "name": "Madison", "geoid": null}, "notime": null, "date-ut": "1926-12-23 13:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Bly"}, "birth": {"tzo": "-06:00", "date": "1926-12-23 07:20", "place": {"c2": "MN", "cy": "US", "lg": -96.18333, "lat": 45.01667, "name": "Madison"}, "date-ut": "1926-12-23 13:20"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "121"}}, "raw": {"H": "07:20", "TZ": "6h", "DAY": "23", "LAT": "45N1", "LON": "96W11", "MON": "12", "NUM": "121", "PRO": "WR", "YEA": "1926", "CICO": "Madison, MN", "NAME": "Bly Robert"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16359	boer-charles-1939-06-25	{"d10": "122"}	{"lerrcp": "D10-122"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Boer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1939-06-25 09:42", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1939-06-25 14:42"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Boer"}, "birth": {"tzo": "-05:00", "date": "1939-06-25 09:42", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1939-06-25 14:42"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "122"}}, "raw": {"H": "09:42", "TZ": "5h", "DAY": "25", "LAT": "41N30", "LON": "81W42", "MON": "6", "NUM": "122", "PRO": "WR", "YEA": "1939", "CICO": "Cleveland, OH", "NAME": "Boer Charles"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16360	bolt-jones-1921-06-16	{"d10": "123"}	{"lerrcp": "D10-123"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jones", "family": "Bolt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1921-06-16 06:40", "note": null, "place": {"c1": null, "c2": "SC", "c3": null, "cy": "US", "lg": -82.25, "lat": 34.4, "name": "Ware Shoals", "geoid": null}, "notime": null, "date-ut": "1921-06-16 11:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jones", "family": "Bolt"}, "birth": {"tzo": "-05:00", "date": "1921-06-16 06:40", "place": {"c2": "SC", "cy": "US", "lg": -82.25, "lat": 34.4, "name": "Ware Shoals"}, "date-ut": "1921-06-16 11:40"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "123"}}, "raw": {"H": "06:40", "TZ": "5h", "DAY": "16", "LAT": "34N24", "LON": "82W15", "MON": "6", "NUM": "123", "PRO": "MI", "YEA": "1921", "CICO": "Ware Shoals, SC", "NAME": "Bolt Jones"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16361	bombeck-erma-1927-02-21	{"d10": "124"}	{"lerrcp": "D10-124"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erma", "family": "Bombeck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1927-02-21 04:40", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.2, "lat": 39.75, "name": "Dayton", "geoid": null}, "notime": null, "date-ut": "1927-02-21 10:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Erma", "family": "Bombeck"}, "birth": {"tzo": "-06:00", "date": "1927-02-21 04:40", "place": {"c2": "OH", "cy": "US", "lg": -84.2, "lat": 39.75, "name": "Dayton"}, "date-ut": "1927-02-21 10:40"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "124"}}, "raw": {"H": "04:40", "TZ": "6h", "DAY": "21", "LAT": "39N45", "LON": "84W12", "MON": "2", "NUM": "124", "PRO": "WR", "YEA": "1927", "CICO": "Dayton, OH", "NAME": "Bombeck Erma"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16362	bond-christopher-1939-03-06	{"d10": "125"}	{"lerrcp": "D10-125"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christopher", "family": "Bond", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1939-03-06 21:05", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis", "geoid": null}, "notime": null, "date-ut": "1939-03-07 03:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Christopher", "family": "Bond"}, "birth": {"tzo": "-06:00", "date": "1939-03-06 21:05", "place": {"c2": "MO", "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis"}, "date-ut": "1939-03-07 03:05"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "125"}}, "raw": {"H": "21:05", "TZ": "6h", "DAY": "6", "LAT": "38N37", "LON": "90W12", "MON": "3", "NUM": "125", "PRO": "PO", "YEA": "1939", "CICO": "St Louis, MO", "NAME": "Bond Christopher"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16363	booher-edward-1911-06-22	{"d10": "126"}	{"lerrcp": "D10-126"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edward", "family": "Booher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1911-06-22 23:27", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.2, "lat": 39.75, "name": "Dayton", "geoid": null}, "notime": null, "date-ut": "1911-06-23 05:27"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Edward", "family": "Booher"}, "birth": {"tzo": "-06:00", "date": "1911-06-22 23:27", "place": {"c2": "OH", "cy": "US", "lg": -84.2, "lat": 39.75, "name": "Dayton"}, "date-ut": "1911-06-23 05:27"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "126"}}, "raw": {"H": "23:27", "TZ": "6h", "DAY": "22", "LAT": "39N45", "LON": "84W12", "MON": "6", "NUM": "126", "PRO": "EX", "YEA": "1911", "CICO": "Dayton, OH", "NAME": "Booher Edward"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16364	boone-richard-1917-06-18	{"d10": "127"}	{"lerrcp": "D10-127"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Boone", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1917-06-18 05:30", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1917-06-18 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Boone"}, "birth": {"tzo": "-08:00", "date": "1917-06-18 05:30", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1917-06-18 13:30"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "127"}}, "raw": {"H": "05:30", "TZ": "8h", "DAY": "18", "LAT": "34N4", "LON": "118W15", "MON": "6", "NUM": "127", "PRO": "AC", "YEA": "1917", "CICO": "Los Angeles, CA", "NAME": "Boone Richard"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16366	borman-frank-1928-03-14	{"d10": "129"}	{"lerrcp": "D10-129"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frank", "family": "Borman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1928-03-14 19:30", "note": null, "place": {"c1": null, "c2": "IN", "c3": null, "cy": "US", "lg": -87.33333, "lat": 41.6, "name": "Gary", "geoid": null}, "notime": null, "date-ut": "1928-03-15 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "executive"]	5	null	[{"new": {"name": {"given": "Frank", "family": "Borman"}, "birth": {"tzo": "-06:00", "date": "1928-03-14 19:30", "place": {"c2": "IN", "cy": "US", "lg": -87.33333, "lat": 41.6, "name": "Gary"}, "date-ut": "1928-03-15 01:30"}, "occus": ["military-personnel", "executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "129"}}, "raw": {"H": "19:30", "TZ": "6h", "DAY": "14", "LAT": "41N36", "LON": "87W20", "MON": "3", "NUM": "129", "PRO": "MI,EX", "YEA": "1928", "CICO": "Gary, IN", "NAME": "Borman Frank"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16367	bosco-philip-1930-09-26	{"d10": "130"}	{"lerrcp": "D10-130"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philip", "family": "Bosco", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1930-09-26 12:45", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.06667, "lat": 40.73333, "name": "Jersey City", "geoid": null}, "notime": null, "date-ut": "1930-09-26 16:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Philip", "family": "Bosco"}, "birth": {"tzo": "-04:00", "date": "1930-09-26 12:45", "place": {"c2": "NJ", "cy": "US", "lg": -74.06667, "lat": 40.73333, "name": "Jersey City"}, "date-ut": "1930-09-26 16:45"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "130"}}, "raw": {"H": "12:45", "TZ": "4h", "DAY": "26", "LAT": "40N44", "LON": "74W4", "MON": "9", "NUM": "130", "PRO": "AC", "YEA": "1930", "CICO": "Jersey City, NJ", "NAME": "Bosco Philip"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16368	bosley-tom-1927-10-01	{"d10": "131"}	{"lerrcp": "D10-131"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tom", "family": "Bosley", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1927-10-01 00:36", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago", "geoid": null}, "notime": null, "date-ut": "1927-10-01 06:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Tom", "family": "Bosley"}, "birth": {"tzo": "-06:00", "date": "1927-10-01 00:36", "place": {"c2": "IL", "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago"}, "date-ut": "1927-10-01 06:36"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "131"}}, "raw": {"H": "00:36", "TZ": "6h", "DAY": "1", "LAT": "41N52", "LON": "87W39", "MON": "10", "NUM": "131", "PRO": "AC", "YEA": "1927", "CICO": "Chicago, IL", "NAME": "Bosley Tom"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16369	bottoms-timothy-1951-08-30	{"d10": "132"}	{"lerrcp": "D10-132"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Timothy", "family": "Bottoms", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1951-08-30 22:28", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -119.7, "lat": 34.41667, "name": "Santa Barbara", "geoid": null}, "notime": null, "date-ut": "1951-08-31 05:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Timothy", "family": "Bottoms"}, "birth": {"tzo": "-07:00", "date": "1951-08-30 22:28", "place": {"c2": "CA", "cy": "US", "lg": -119.7, "lat": 34.41667, "name": "Santa Barbara"}, "date-ut": "1951-08-31 05:28"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "132"}}, "raw": {"H": "22:28", "TZ": "7h", "DAY": "30", "LAT": "34N25", "LON": "119W42", "MON": "8", "NUM": "132", "PRO": "AC", "YEA": "1951", "CICO": "Santa Barbara, CA", "NAME": "Bottoms Timothy"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16370	bourjaily-vance-1922-09-17	{"d10": "133"}	{"lerrcp": "D10-133"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vance", "family": "Bourjaily", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1922-09-17 14:55", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1922-09-17 19:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Vance", "family": "Bourjaily"}, "birth": {"tzo": "-05:00", "date": "1922-09-17 14:55", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1922-09-17 19:55"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "133"}}, "raw": {"H": "14:55", "TZ": "5h", "DAY": "17", "LAT": "41N30", "LON": "81W42", "MON": "9", "NUM": "133", "PRO": "WR", "YEA": "1922", "CICO": "Cleveland, OH", "NAME": "Bourjaily Vance"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16372	bouton-jim-1939-03-08	{"d10": "135"}	{"lerrcp": "D10-135"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jim", "family": "Bouton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1939-03-08 20:50", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.16667, "lat": 40.73333, "name": "Newark", "geoid": null}, "notime": null, "date-ut": "1939-03-09 01:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jim", "family": "Bouton"}, "birth": {"tzo": "-05:00", "date": "1939-03-08 20:50", "place": {"c2": "NJ", "cy": "US", "lg": -74.16667, "lat": 40.73333, "name": "Newark"}, "date-ut": "1939-03-09 01:50"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "135"}}, "raw": {"H": "20:50", "TZ": "5h", "DAY": "8", "LAT": "40N44", "LON": "74W10", "MON": "3", "NUM": "135", "PRO": "AC", "YEA": "1939", "CICO": "Newark, NJ", "NAME": "Bouton Jim"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16373	bova-joseph-1924-05-25	{"d10": "136"}	{"lerrcp": "D10-136"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Bova", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1924-05-25 18:15", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1924-05-25 23:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Bova"}, "birth": {"tzo": "-05:00", "date": "1924-05-25 18:15", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1924-05-25 23:15"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "136"}}, "raw": {"H": "18:15", "TZ": "5h", "DAY": "25", "LAT": "41N30", "LON": "81W42", "MON": "5", "NUM": "136", "PRO": "AC", "YEA": "1924", "CICO": "Cleveland, OH", "NAME": "Bova Joseph"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16375	bowen-william-1933-10-06	{"d10": "138"}	{"lerrcp": "D10-138"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Bowen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1933-10-06 15:07", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati", "geoid": null}, "notime": null, "date-ut": "1933-10-06 20:07"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "William", "family": "Bowen"}, "birth": {"tzo": "-05:00", "date": "1933-10-06 15:07", "place": {"c2": "OH", "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati"}, "date-ut": "1933-10-06 20:07"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "138"}}, "raw": {"H": "15:07", "TZ": "5h", "DAY": "6", "LAT": "39N6", "LON": "84W31", "MON": "10", "NUM": "138", "PRO": "SC", "YEA": "1933", "CICO": "Cincinnati, OH", "NAME": "Bowen William"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16376	bowman-lee-1914-12-28	{"d10": "139"}	{"lerrcp": "D10-139"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lee", "family": "Bowman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1914-12-28 15:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati", "geoid": null}, "notime": null, "date-ut": "1914-12-28 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Lee", "family": "Bowman"}, "birth": {"tzo": "-06:00", "date": "1914-12-28 15:00", "place": {"c2": "OH", "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati"}, "date-ut": "1914-12-28 21:00"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "139"}}, "raw": {"H": "15:00", "TZ": "6h", "DAY": "28", "LAT": "39N6", "LON": "84W31", "MON": "12", "NUM": "139", "PRO": "AC", "YEA": "1914", "CICO": "Cincinnati, OH", "NAME": "Bowman Lee"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16378	boyer-paul-1918-07-31	{"d10": "141"}	{"lerrcp": "D10-141"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Boyer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1918-07-31 02:45", "note": null, "place": {"c1": null, "c2": "UT", "c3": null, "cy": "US", "lg": -111.65, "lat": 40.23333, "name": "Provo", "geoid": null}, "notime": null, "date-ut": "1918-07-31 08:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Boyer"}, "birth": {"tzo": "-06:00", "date": "1918-07-31 02:45", "place": {"c2": "UT", "cy": "US", "lg": -111.65, "lat": 40.23333, "name": "Provo"}, "date-ut": "1918-07-31 08:45"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "141"}}, "raw": {"H": "02:45", "TZ": "6h", "DAY": "31", "LAT": "40N14", "LON": "111W39", "MON": "7", "NUM": "141", "PRO": "SC", "YEA": "1918", "CICO": "Provo, UT", "NAME": "Boyer Paul"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16379	boylan-george-1919-12-03	{"d10": "142"}	{"lerrcp": "D10-142"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "George", "family": "Boylan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1919-12-03 16:30", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -77.91667, "lat": 34.23333, "name": "Wilmington", "geoid": null}, "notime": null, "date-ut": "1919-12-03 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "George", "family": "Boylan"}, "birth": {"tzo": "-05:00", "date": "1919-12-03 16:30", "place": {"c2": "NC", "cy": "US", "lg": -77.91667, "lat": 34.23333, "name": "Wilmington"}, "date-ut": "1919-12-03 21:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "142"}}, "raw": {"H": "16:30", "TZ": "5h", "DAY": "3", "LAT": "34N14", "LON": "77W55", "MON": "12", "NUM": "142", "PRO": "MI", "YEA": "1919", "CICO": "Wilmington, NC", "NAME": "Boylan George"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16380	bradbury-norris-1909-05-30	{"d10": "143"}	{"lerrcp": "D10-143"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Norris", "family": "Bradbury", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1909-05-30 00:30", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -119.7, "lat": 34.41667, "name": "Santa Barbara", "geoid": null}, "notime": null, "date-ut": "1909-05-30 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Norris", "family": "Bradbury"}, "birth": {"tzo": "-08:00", "date": "1909-05-30 00:30", "place": {"c2": "CA", "cy": "US", "lg": -119.7, "lat": 34.41667, "name": "Santa Barbara"}, "date-ut": "1909-05-30 08:30"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "143"}}, "raw": {"H": "00:30", "TZ": "8h", "DAY": "30", "LAT": "34N25", "LON": "119W42", "MON": "5", "NUM": "143", "PRO": "SC", "YEA": "1909", "CICO": "Santa Barbara, CA", "NAME": "Bradbury Norris"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16381	bradbury-ray-1920-08-22	{"d10": "144"}	{"lerrcp": "D10-144"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ray", "family": "Bradbury", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1920-08-22 16:50", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -87.83333, "lat": 42.36667, "name": "Waukegan", "geoid": null}, "notime": null, "date-ut": "1920-08-22 21:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Ray", "family": "Bradbury"}, "birth": {"tzo": "-05:00", "date": "1920-08-22 16:50", "place": {"c2": "IL", "cy": "US", "lg": -87.83333, "lat": 42.36667, "name": "Waukegan"}, "date-ut": "1920-08-22 21:50"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "144"}}, "raw": {"H": "16:50", "TZ": "5h", "DAY": "22", "LAT": "42N22", "LON": "87W50", "MON": "8", "NUM": "144", "PRO": "WR", "YEA": "1920", "CICO": "Waukegan, IL", "NAME": "Bradbury Ray"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16383	bradley-thomas-1917-12-29	{"d10": "146"}	{"lerrcp": "D10-146"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Thomas", "family": "Bradley", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1917-12-29 04:00", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -96.66667, "lat": 30.98333, "name": "Calvert", "geoid": null}, "notime": null, "date-ut": "1917-12-29 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Thomas", "family": "Bradley"}, "birth": {"tzo": "-06:00", "date": "1917-12-29 04:00", "place": {"c2": "TX", "cy": "US", "lg": -96.66667, "lat": 30.98333, "name": "Calvert"}, "date-ut": "1917-12-29 10:00"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "146"}}, "raw": {"H": "04:00", "TZ": "6h", "DAY": "29", "LAT": "30N59", "LON": "96W40", "MON": "12", "NUM": "146", "PRO": "PO", "YEA": "1917", "CICO": "Calvert, TX", "NAME": "Bradley Thomas"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16385	brand-vance-1931-05-09	{"d10": "148"}	{"lerrcp": "D10-148"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vance", "family": "Brand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1931-05-09 02:20", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "US", "lg": -105.1, "lat": 40.16667, "name": "Longmont", "geoid": null}, "notime": null, "date-ut": "1931-05-09 09:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Vance", "family": "Brand"}, "birth": {"tzo": "-07:00", "date": "1931-05-09 02:20", "place": {"c2": "CO", "cy": "US", "lg": -105.1, "lat": 40.16667, "name": "Longmont"}, "date-ut": "1931-05-09 09:20"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "148"}}, "raw": {"H": "02:20", "TZ": "7h", "DAY": "9", "LAT": "40N10", "LON": "105W6", "MON": "5", "NUM": "148", "PRO": "MI", "YEA": "1931", "CICO": "Longmont, CO", "NAME": "Brand Vance"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16386	brandi-john-1943-11-05	{"d10": "149"}	{"lerrcp": "D10-149"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Brandi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1943-11-05 19:58", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1943-11-06 02:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "John", "family": "Brandi"}, "birth": {"tzo": "-07:00", "date": "1943-11-05 19:58", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1943-11-06 02:58"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "149"}}, "raw": {"H": "19:58", "TZ": "7h", "DAY": "5", "LAT": "34N4", "LON": "118W15", "MON": "11", "NUM": "149", "PRO": "WR", "YEA": "1943", "CICO": "Los Angeles, CA", "NAME": "Brandi John"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16382	bradley-bill-1943-07-28	{"d10": "145", "3a_sports": "639"}	{"ertel": "ES-639", "lerrcp": "D10-145"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bill", "family": "Bradley", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1943-07-28 11:20", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "US", "lg": -90.38333, "lat": 38.23333, "name": "Crystal City", "geoid": null}, "notime": null, "date-ut": "1943-07-28 16:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player", "sportsperson"]	5	null	[{"new": {"name": {"given": "Bill", "family": "Bradley"}, "birth": {"tzo": "-05:00", "date": "1943-07-28 11:20", "place": {"c2": "MO", "cy": "US", "lg": -90.38333, "lat": 38.23333, "name": "Crystal City"}, "date-ut": "1943-07-28 16:20"}, "occus": ["politician", "sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "145"}}, "raw": {"H": "11:20", "TZ": "5h", "DAY": "28", "LAT": "38N14", "LON": "90W23", "MON": "7", "NUM": "145", "PRO": "PO,SP", "YEA": "1943", "CICO": "Crystal City, MO", "NAME": "Bradley Bill"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["basketball-player"], "partial-ids": {"ertel": "ES-639"}}, "raw": {"L": "", "MF": "", "NR": "639", "ENG": "", "MA_": "0", "G_NR": "145", "MA12": "5", "MARS": "15", "NAME": "Bradley", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-7,700", "CSINR": "", "KURTZ": "", "PHAS_": "15,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "28.07.", "ZITATE": "KX", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bill", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "28.07.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASK", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16388	branscomb-lewis-1926-08-03	{"d10": "151"}	{"lerrcp": "D10-151"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lewis", "family": "Branscomb", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1926-08-03 06:40", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -82.55, "lat": 35.6, "name": "?USAAsheville", "geoid": null}, "notime": null, "date-ut": "1926-08-03 11:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Lewis", "family": "Branscomb"}, "birth": {"tzo": "-05:00", "date": "1926-08-03 06:40", "place": {"c2": "NC", "cy": "US", "lg": -82.55, "lat": 35.6, "name": "?USAAsheville"}, "date-ut": "1926-08-03 11:40"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "151"}}, "raw": {"H": "06:40", "TZ": "5h", "DAY": "3", "LAT": "35N36", "LON": "82W33", "MON": "8", "NUM": "151", "PRO": "SC", "YEA": "1926", "CICO": "?USAAsheville, NC", "NAME": "Branscomb Lewis"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16389	brauer-jerald-1921-09-16	{"d10": "152"}	{"lerrcp": "D10-152"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jerald", "family": "Brauer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1921-09-16 23:45", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -88.45, "lat": 43.78333, "name": "Fond Du Lac", "geoid": null}, "notime": null, "date-ut": "1921-09-17 03:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"name": {"given": "Jerald", "family": "Brauer"}, "birth": {"tzo": "-04:00", "date": "1921-09-16 23:45", "place": {"c2": "WI", "cy": "US", "lg": -88.45, "lat": 43.78333, "name": "Fond Du Lac"}, "date-ut": "1921-09-17 03:45"}, "occus": ["miscelaneous"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "152"}}, "raw": {"H": "23:45", "TZ": "4h", "DAY": "16", "LAT": "43N47", "LON": "88W27", "MON": "9", "NUM": "152", "PRO": "X", "YEA": "1921", "CICO": "Fond Du Lac, WI", "NAME": "Brauer Jerald"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16391	breedlove-james-1922-09-08	{"d10": "154"}	{"lerrcp": "D10-154"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Breedlove", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1922-09-08 09:00", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -86.58333, "lat": 36.71667, "name": "Franklin", "geoid": null}, "notime": null, "date-ut": "1922-09-08 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "James", "family": "Breedlove"}, "birth": {"tzo": "-06:00", "date": "1922-09-08 09:00", "place": {"c2": "KY", "cy": "US", "lg": -86.58333, "lat": 36.71667, "name": "Franklin"}, "date-ut": "1922-09-08 15:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "154"}}, "raw": {"H": "09:00", "TZ": "6h", "DAY": "8", "LAT": "36N43", "LON": "86W35", "MON": "9", "NUM": "154", "PRO": "MI", "YEA": "1922", "CICO": "Franklin, KY", "NAME": "Breedlove James"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16390	breedlove-craig-1937-03-23	{"d10": "153", "3a_sports": "660"}	{"ertel": "ES-660", "lerrcp": "D10-153"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Craig", "family": "Breedlove", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1937-03-23 06:58", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1937-03-23 14:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor", "sportsperson"]	5	null	[{"new": {"name": {"given": "Craig", "family": "Breedlove"}, "birth": {"tzo": "-08:00", "date": "1937-03-23 06:58", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1937-03-23 14:58"}, "occus": ["executive", "sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "153"}}, "raw": {"H": "06:58", "TZ": "8h", "DAY": "23", "LAT": "34N4", "LON": "118W15", "MON": "3", "NUM": "153", "PRO": "EX,SP", "YEA": "1937", "CICO": "Los Angeles, CA", "NAME": "Breedlove Craig"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["motor-sports-competitor"], "partial-ids": {"ertel": "ES-660"}}, "raw": {"L": "", "MF": "", "NR": "660", "ENG": "", "MA_": "0", "G_NR": "153", "MA12": "5", "MARS": "15", "NAME": "Breedlove", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "8,400", "CSINR": "", "KURTZ": "", "PHAS_": "84,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "23.03.", "ZITATE": "CS", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Craig", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "23.03.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16392	bremser-ray-1934-02-22	{"d10": "155"}	{"lerrcp": "D10-155"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ray", "family": "Bremser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1934-02-22 00:01", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.06667, "lat": 40.73333, "name": "Jersey Citiy", "geoid": null}, "notime": null, "date-ut": "1934-02-22 05:01"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Ray", "family": "Bremser"}, "birth": {"tzo": "-05:00", "date": "1934-02-22 00:01", "place": {"c2": "NJ", "cy": "US", "lg": -74.06667, "lat": 40.73333, "name": "Jersey Citiy"}, "date-ut": "1934-02-22 05:01"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "155"}}, "raw": {"H": "00:01", "TZ": "5h", "DAY": "22", "LAT": "40N44", "LON": "74W4", "MON": "2", "NUM": "155", "PRO": "WR", "YEA": "1934", "CICO": "Jersey Citiy, NJ", "NAME": "Bremser Ray"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16393	brenner-elisabeth-1935-11-16	{"d10": "156"}	{"lerrcp": "D10-156"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elisabeth", "family": "Brenner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1935-11-16 03:10", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati", "geoid": null}, "notime": null, "date-ut": "1935-11-16 08:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Elisabeth", "family": "Brenner"}, "birth": {"tzo": "-05:00", "date": "1935-11-16 03:10", "place": {"c2": "OH", "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati"}, "date-ut": "1935-11-16 08:10"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "156"}}, "raw": {"H": "03:10", "TZ": "5h", "DAY": "16", "LAT": "39N6", "LON": "84W31", "MON": "11", "NUM": "156", "PRO": "WR", "YEA": "1935", "CICO": "Cincinnati, OH", "NAME": "Brenner Elisabeth"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16394	breschi-karen-1941-10-29	{"d10": "157"}	{"lerrcp": "D10-157"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karen", "family": "Breschi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1941-10-29 21:38", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.26667, "lat": 37.81667, "name": "Oakland", "geoid": null}, "notime": null, "date-ut": "1941-10-30 05:38"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Karen", "family": "Breschi"}, "birth": {"tzo": "-08:00", "date": "1941-10-29 21:38", "place": {"c2": "CA", "cy": "US", "lg": -122.26667, "lat": 37.81667, "name": "Oakland"}, "date-ut": "1941-10-30 05:38"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "157"}}, "raw": {"H": "21:38", "TZ": "8h", "DAY": "29", "LAT": "37N49", "LON": "122W16", "MON": "10", "NUM": "157", "PRO": "AR", "YEA": "1941", "CICO": "Oakland, CA", "NAME": "Breschi Karen"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16395	brett-devol-1923-08-01	{"d10": "158"}	{"lerrcp": "D10-158"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Devol", "family": "Brett", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1923-08-01 10:55", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1923-08-01 18:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Devol", "family": "Brett"}, "birth": {"tzo": "-08:00", "date": "1923-08-01 10:55", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1923-08-01 18:55"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "158"}}, "raw": {"H": "10:55", "TZ": "8h", "DAY": "1", "LAT": "37N47", "LON": "122W25", "MON": "8", "NUM": "158", "PRO": "MI", "YEA": "1923", "CICO": "San Francisco, CA", "NAME": "Brett Devol"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16396	brewer-leo-1919-06-13	{"d10": "159"}	{"lerrcp": "D10-159"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leo", "family": "Brewer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1919-06-13 21:12", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis", "geoid": null}, "notime": null, "date-ut": "1919-06-14 02:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Leo", "family": "Brewer"}, "birth": {"tzo": "-05:00", "date": "1919-06-13 21:12", "place": {"c2": "MO", "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis"}, "date-ut": "1919-06-14 02:12"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "159"}}, "raw": {"H": "21:12", "TZ": "5h", "DAY": "13", "LAT": "38N37", "LON": "90W12", "MON": "6", "NUM": "159", "PRO": "SC", "YEA": "1919", "CICO": "St Louis, MO", "NAME": "Brewer Leo"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16397	bridges-beau-1941-12-09	{"d10": "160"}	{"lerrcp": "D10-160"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Beau", "family": "Bridges", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1941-12-09 03:56", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1941-12-09 11:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Beau", "family": "Bridges"}, "birth": {"tzo": "-08:00", "date": "1941-12-09 03:56", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1941-12-09 11:56"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "160"}}, "raw": {"H": "03:56", "TZ": "8h", "DAY": "9", "LAT": "34N4", "LON": "118W15", "MON": "12", "NUM": "160", "PRO": "AC", "YEA": "1941", "CICO": "Los Angeles, CA", "NAME": "Bridges Beau"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16398	bridges-jeff-1949-12-04	{"d10": "161"}	{"lerrcp": "D10-161"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jeff", "family": "Bridges", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1949-12-04 23:58", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1949-12-05 07:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jeff", "family": "Bridges"}, "birth": {"tzo": "-08:00", "date": "1949-12-04 23:58", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1949-12-05 07:58"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "161"}}, "raw": {"H": "23:58", "TZ": "8h", "DAY": "4", "LAT": "34N4", "LON": "118W15", "MON": "12", "NUM": "161", "PRO": "AC", "YEA": "1949", "CICO": "Los Angeles, CA", "NAME": "Bridges Jeff"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16400	brookes-jacqueline-1930-07-24	{"d10": "163"}	{"lerrcp": "D10-163"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacqueline", "family": "Brookes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1930-07-24 18:50", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.21667, "lat": 40.81667, "name": "Montclair", "geoid": null}, "notime": null, "date-ut": "1930-07-24 22:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jacqueline", "family": "Brookes"}, "birth": {"tzo": "-04:00", "date": "1930-07-24 18:50", "place": {"c2": "NJ", "cy": "US", "lg": -74.21667, "lat": 40.81667, "name": "Montclair"}, "date-ut": "1930-07-24 22:50"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "163"}}, "raw": {"H": "18:50", "TZ": "4h", "DAY": "24", "LAT": "40N49", "LON": "74W13", "MON": "7", "NUM": "163", "PRO": "AC", "YEA": "1930", "CICO": "Montclair, NJ", "NAME": "Brookes Jacqueline"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16401	brooks-gwendolyn-1917-06-17	{"d10": "164"}	{"lerrcp": "D10-164"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gwendolyn", "family": "Brooks", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1917-06-17 13:00", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -95.66667, "lat": 39.05, "name": "Topeka", "geoid": null}, "notime": null, "date-ut": "1917-06-17 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Gwendolyn", "family": "Brooks"}, "birth": {"tzo": "-06:00", "date": "1917-06-17 13:00", "place": {"c2": "KS", "cy": "US", "lg": -95.66667, "lat": 39.05, "name": "Topeka"}, "date-ut": "1917-06-17 19:00"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "164"}}, "raw": {"H": "13:00", "TZ": "6h", "DAY": "17", "LAT": "39N3", "LON": "95W40", "MON": "6", "NUM": "164", "PRO": "WR", "YEA": "1917", "CICO": "Topeka, KS", "NAME": "Brooks Gwendolyn"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16402	brooks-harvey-1915-08-05	{"d10": "165"}	{"lerrcp": "D10-165"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Harvey", "family": "Brooks", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1915-08-05 08:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1915-08-05 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Harvey", "family": "Brooks"}, "birth": {"tzo": "-05:00", "date": "1915-08-05 08:00", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1915-08-05 13:00"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "165"}}, "raw": {"H": "08:00", "TZ": "5h", "DAY": "5", "LAT": "41N30", "LON": "81W42", "MON": "8", "NUM": "165", "PRO": "SC", "YEA": "1915", "CICO": "Cleveland, OH", "NAME": "Brooks Harvey"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16403	brower-david-1912-07-01	{"d10": "166"}	{"lerrcp": "D10-166"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "David", "family": "Brower", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1912-07-01 13:55", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.26667, "lat": 37.86667, "name": "Berkeley", "geoid": null}, "notime": null, "date-ut": "1912-07-01 21:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"name": {"given": "David", "family": "Brower"}, "birth": {"tzo": "-08:00", "date": "1912-07-01 13:55", "place": {"c2": "CA", "cy": "US", "lg": -122.26667, "lat": 37.86667, "name": "Berkeley"}, "date-ut": "1912-07-01 21:55"}, "occus": ["miscelaneous"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "166"}}, "raw": {"H": "13:55", "TZ": "8h", "DAY": "1", "LAT": "37N52", "LON": "122W16", "MON": "7", "NUM": "166", "PRO": "X", "YEA": "1912", "CICO": "Berkeley, CA", "NAME": "Brower David"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16404	brown-edmund-1938-04-07	{"d10": "167"}	{"lerrcp": "D10-167"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmund", "family": "Brown", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1938-04-07 12:34", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1938-04-07 20:34"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Edmund", "family": "Brown"}, "birth": {"tzo": "-08:00", "date": "1938-04-07 12:34", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1938-04-07 20:34"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "167"}}, "raw": {"H": "12:34", "TZ": "8h", "DAY": "7", "LAT": "37N47", "LON": "122W25", "MON": "4", "NUM": "167", "PRO": "PO", "YEA": "1938", "CICO": "San Francisco, CA", "NAME": "Brown Edmund"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16407	browning-john-1933-05-23	{"d10": "170"}	{"lerrcp": "D10-170"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Browning", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1933-05-23 02:05", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "US", "lg": -104.98333, "lat": 39.73333, "name": "Denver", "geoid": null}, "notime": null, "date-ut": "1933-05-23 09:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "John", "family": "Browning"}, "birth": {"tzo": "-07:00", "date": "1933-05-23 02:05", "place": {"c2": "CO", "cy": "US", "lg": -104.98333, "lat": 39.73333, "name": "Denver"}, "date-ut": "1933-05-23 09:05"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "170"}}, "raw": {"H": "02:05", "TZ": "7h", "DAY": "23", "LAT": "39N44", "LON": "104W59", "MON": "5", "NUM": "170", "PRO": "AR", "YEA": "1933", "CICO": "Denver, CO", "NAME": "Browning John"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16409	brueckner-keith-1924-03-19	{"d10": "172"}	{"lerrcp": "D10-172"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Keith", "family": "Brueckner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1924-03-19 22:38", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis", "geoid": null}, "notime": null, "date-ut": "1924-03-20 04:38"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Keith", "family": "Brueckner"}, "birth": {"tzo": "-06:00", "date": "1924-03-19 22:38", "place": {"c2": "MN", "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis"}, "date-ut": "1924-03-20 04:38"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "172"}}, "raw": {"H": "22:38", "TZ": "6h", "DAY": "19", "LAT": "44N59", "LON": "93W16", "MON": "3", "NUM": "172", "PRO": "SC", "YEA": "1924", "CICO": "Minneapolis, MN", "NAME": "Brueckner Keith"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16410	brundage-howard-1923-11-09	{"d10": "173"}	{"lerrcp": "D10-173"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Howard", "family": "Brundage", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1923-11-09 13:00", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.16667, "lat": 40.73333, "name": "Newark", "geoid": null}, "notime": null, "date-ut": "1923-11-09 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Howard", "family": "Brundage"}, "birth": {"tzo": "-05:00", "date": "1923-11-09 13:00", "place": {"c2": "NJ", "cy": "US", "lg": -74.16667, "lat": 40.73333, "name": "Newark"}, "date-ut": "1923-11-09 18:00"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "173"}}, "raw": {"H": "13:00", "TZ": "5h", "DAY": "9", "LAT": "40N44", "LON": "74W10", "MON": "11", "NUM": "173", "PRO": "EX", "YEA": "1923", "CICO": "Newark, NJ", "NAME": "Brundage Howard"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16411	bryant-douglas-1913-06-20	{"d10": "174"}	{"lerrcp": "D10-174"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Douglas", "family": "Bryant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1913-06-20 08:15", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -119.3, "lat": 36.33333, "name": "Visalia", "geoid": null}, "notime": null, "date-ut": "1913-06-20 16:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"name": {"given": "Douglas", "family": "Bryant"}, "birth": {"tzo": "-08:00", "date": "1913-06-20 08:15", "place": {"c2": "CA", "cy": "US", "lg": -119.3, "lat": 36.33333, "name": "Visalia"}, "date-ut": "1913-06-20 16:15"}, "occus": ["miscelaneous"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "174"}}, "raw": {"H": "08:15", "TZ": "8h", "DAY": "20", "LAT": "36N20", "LON": "119W18", "MON": "6", "NUM": "174", "PRO": "X", "YEA": "1913", "CICO": "Visalia, CA", "NAME": "Bryant Douglas"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16412	buchen-philip-1916-02-27	{"d10": "175"}	{"lerrcp": "D10-175"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philip", "family": "Buchen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1916-02-27 21:00", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -87.75, "lat": 43.76667, "name": "Sheboygen", "geoid": null}, "notime": null, "date-ut": "1916-02-28 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Philip", "family": "Buchen"}, "birth": {"tzo": "-06:00", "date": "1916-02-27 21:00", "place": {"c2": "WI", "cy": "US", "lg": -87.75, "lat": 43.76667, "name": "Sheboygen"}, "date-ut": "1916-02-28 03:00"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "175"}}, "raw": {"H": "21:00", "TZ": "6h", "DAY": "27", "LAT": "43N46", "LON": "87W45", "MON": "2", "NUM": "175", "PRO": "PO", "YEA": "1916", "CICO": "Sheboygen, WI", "NAME": "Buchen Philip"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16416	burcham-lester-1913-04-26	{"d10": "179"}	{"lerrcp": "D10-179"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lester", "family": "Burcham", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1913-04-26 04:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -82.6, "lat": 39.71667, "name": "Lancaster", "geoid": null}, "notime": null, "date-ut": "1913-04-26 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Lester", "family": "Burcham"}, "birth": {"tzo": "-06:00", "date": "1913-04-26 04:00", "place": {"c2": "OH", "cy": "US", "lg": -82.6, "lat": 39.71667, "name": "Lancaster"}, "date-ut": "1913-04-26 10:00"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "179"}}, "raw": {"H": "04:00", "TZ": "6h", "DAY": "26", "LAT": "39N43", "LON": "82W36", "MON": "4", "NUM": "179", "PRO": "EX", "YEA": "1913", "CICO": "Lancaster, OH", "NAME": "Burcham Lester"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16415	budge-john-1915-06-13	{"d10": "178", "3a_sports": "714", "rawlins-ertel-irving": "48"}	{"ertel": "ES-714", "csicop": "CS-48", "lerrcp": "D10-178"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Budge", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1915-06-13 04:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.26667, "lat": 37.81667, "name": "Oakland", "geoid": null}, "notime": null, "date-ut": "1915-06-13 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "John", "family": "Budge"}, "birth": {"tzo": "-06:00", "date": "1915-06-13 04:00", "place": {"c2": "CA", "cy": "US", "lg": -122.26667, "lat": 37.81667, "name": "Oakland"}, "date-ut": "1915-06-13 10:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "178"}}, "raw": {"H": "04:00", "TZ": "6h", "DAY": "13", "LAT": "37N49", "LON": "122W16", "MON": "6", "NUM": "178", "PRO": "SP", "YEA": "1915", "CICO": "Oakland, CA", "NAME": "Budge John"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["tennis-player"]], "ids-in-sources": {"rawlins-ertel-irving": "48"}}, "raw": {"LA1": "37", "LA2": "48", "LO1": "122", "LO2": "16", "AMPM": "A", "MARS": "2", "NAME": "Budge", "BATCH": "1", "Satz#": "48", "GEBDAT": "13 6 1915", "GEBORT": "CA", "GEBZEIT": "4 0", "VORNAME": "John Donald", "SPORTART": "TENN", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["tennis-player"], "partial-ids": {"ertel": "ES-714"}}, "raw": {"L": "", "MF": "", "NR": "714", "ENG": "1", "MA_": "2", "G_NR": "178", "MA12": "1", "MARS": "2", "NAME": "Budge", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-0,500", "CSINR": "48", "KURTZ": "", "PHAS_": "0,200", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "13.06.", "ZITATE": "JSBEX", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "John Donald", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "13.06.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "5"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16418	burke-yvonne-1932-10-05	{"d10": "181"}	{"lerrcp": "D10-181"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yvonne", "family": "Burke", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1932-10-05 23:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1932-10-06 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Yvonne", "family": "Burke"}, "birth": {"tzo": "-08:00", "date": "1932-10-05 23:00", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1932-10-06 07:00"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "181"}}, "raw": {"H": "23:00", "TZ": "8h", "DAY": "5", "LAT": "34N4", "LON": "118W15", "MON": "10", "NUM": "181", "PRO": "PO", "YEA": "1932", "CICO": "Los Angeles, CA", "NAME": "Burke Yvonne"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16419	burrell-joseph-1919-09-07	{"d10": "182"}	{"lerrcp": "D10-182"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Burrell", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1919-09-07 08:42", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -88.31667, "lat": 41.75, "name": "Aurora", "geoid": null}, "notime": null, "date-ut": "1919-09-07 13:42"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Burrell"}, "birth": {"tzo": "-05:00", "date": "1919-09-07 08:42", "place": {"c2": "IL", "cy": "US", "lg": -88.31667, "lat": 41.75, "name": "Aurora"}, "date-ut": "1919-09-07 13:42"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "182"}}, "raw": {"H": "08:42", "TZ": "5h", "DAY": "7", "LAT": "41N45", "LON": "88W19", "MON": "9", "NUM": "182", "PRO": "EX", "YEA": "1919", "CICO": "Aurora, IL", "NAME": "Burrell Joseph"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16420	bush-robert-1926-10-04	{"d10": "183"}	{"lerrcp": "D10-183"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Bush", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1926-10-04 03:00", "note": null, "place": {"c1": null, "c2": "WA", "c3": null, "cy": "US", "lg": -122.43333, "lat": 47.23333, "name": "Tacoma", "geoid": null}, "notime": null, "date-ut": "1926-10-04 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Bush"}, "birth": {"tzo": "-08:00", "date": "1926-10-04 03:00", "place": {"c2": "WA", "cy": "US", "lg": -122.43333, "lat": 47.23333, "name": "Tacoma"}, "date-ut": "1926-10-04 11:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "183"}}, "raw": {"H": "03:00", "TZ": "8h", "DAY": "4", "LAT": "47N14", "LON": "122W26", "MON": "10", "NUM": "183", "PRO": "MI", "YEA": "1926", "CICO": "Tacoma, WA", "NAME": "Bush Robert"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16421	butkus-dick-1942-12-09	{"d10": "184", "3a_sports": "753"}	{"ertel": "ES-753", "lerrcp": "D10-184"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dick", "family": "Butkus", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1942-12-09 21:20", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago", "geoid": null}, "notime": null, "date-ut": "1942-12-10 02:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Dick", "family": "Butkus"}, "birth": {"tzo": "-05:00", "date": "1942-12-09 21:20", "place": {"c2": "IL", "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago"}, "date-ut": "1942-12-10 02:20"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "184"}}, "raw": {"H": "21:20", "TZ": "5h", "DAY": "9", "LAT": "41N52", "LON": "87W39", "MON": "12", "NUM": "184", "PRO": "SP", "YEA": "1942", "CICO": "Chicago, IL", "NAME": "Butkus Dick"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-753"}}, "raw": {"L": "", "MF": "", "NR": "753", "ENG": "", "MA_": "0", "G_NR": "184", "MA12": "9", "MARS": "25", "NAME": "Butkus", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "1,200", "CSINR": "", "KURTZ": "", "PHAS_": "1,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "09.12.", "ZITATE": "BX", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Dick", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "09.12.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16423	buzzi-ruth-1936-07-24	{"d10": "186"}	{"lerrcp": "D10-186"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ruth", "family": "Buzzi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1936-07-24 19:10", "note": null, "place": {"c1": null, "c2": "RI", "c3": null, "cy": "US", "lg": -71.83333, "lat": 41.36667, "name": "Westerly", "geoid": null}, "notime": null, "date-ut": "1936-07-24 23:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Ruth", "family": "Buzzi"}, "birth": {"tzo": "-04:00", "date": "1936-07-24 19:10", "place": {"c2": "RI", "cy": "US", "lg": -71.83333, "lat": 41.36667, "name": "Westerly"}, "date-ut": "1936-07-24 23:10"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "186"}}, "raw": {"H": "19:10", "TZ": "4h", "DAY": "24", "LAT": "41N22", "LON": "71W50", "MON": "7", "NUM": "186", "PRO": "AC", "YEA": "1936", "CICO": "Westerly, RI", "NAME": "Buzzi Ruth"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16424	byrd-robert-1917-11-20	{"d10": "187"}	{"lerrcp": "D10-187"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Byrd", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1917-11-20 14:00", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -81.15, "lat": 36.16667, "name": "North Wilkesboro", "geoid": null}, "notime": null, "date-ut": "1917-11-20 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Byrd"}, "birth": {"tzo": "-05:00", "date": "1917-11-20 14:00", "place": {"c2": "NC", "cy": "US", "lg": -81.15, "lat": 36.16667, "name": "North Wilkesboro"}, "date-ut": "1917-11-20 19:00"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "187"}}, "raw": {"H": "14:00", "TZ": "5h", "DAY": "20", "LAT": "36N10", "LON": "81W9", "MON": "11", "NUM": "187", "PRO": "PO", "YEA": "1917", "CICO": "North Wilkesboro, NC", "NAME": "Byrd Robert"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16425	byrne-brendan-1924-04-01	{"d10": "188"}	{"lerrcp": "D10-188"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Brendan", "family": "Byrne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1924-04-01 06:58", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.23333, "lat": 40.78333, "name": "West Orange", "geoid": null}, "notime": null, "date-ut": "1924-04-01 11:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Brendan", "family": "Byrne"}, "birth": {"tzo": "-05:00", "date": "1924-04-01 06:58", "place": {"c2": "NJ", "cy": "US", "lg": -74.23333, "lat": 40.78333, "name": "West Orange"}, "date-ut": "1924-04-01 11:58"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "188"}}, "raw": {"H": "06:58", "TZ": "5h", "DAY": "1", "LAT": "40N47", "LON": "74W14", "MON": "4", "NUM": "188", "PRO": "PO", "YEA": "1924", "CICO": "West Orange, NJ", "NAME": "Byrne Brendan"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16426	byrom-fletcher-1918-07-13	{"d10": "189"}	{"lerrcp": "D10-189"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fletcher", "family": "Byrom", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1918-07-13 10:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1918-07-13 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Fletcher", "family": "Byrom"}, "birth": {"tzo": "-04:00", "date": "1918-07-13 10:00", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1918-07-13 14:00"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "189"}}, "raw": {"H": "10:00", "TZ": "4h", "DAY": "13", "LAT": "41N30", "LON": "81W42", "MON": "7", "NUM": "189", "PRO": "EX", "YEA": "1918", "CICO": "Cleveland, OH", "NAME": "Byrom Fletcher"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16428	cagle-malcolm-1918-09-26	{"d10": "191"}	{"lerrcp": "D10-191"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Malcolm", "family": "Cagle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1918-09-26 23:00", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "US", "lg": -108.55, "lat": 39.06667, "name": "Grand Junction", "geoid": null}, "notime": null, "date-ut": "1918-09-27 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Malcolm", "family": "Cagle"}, "birth": {"tzo": "-06:00", "date": "1918-09-26 23:00", "place": {"c2": "CO", "cy": "US", "lg": -108.55, "lat": 39.06667, "name": "Grand Junction"}, "date-ut": "1918-09-27 05:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "191"}}, "raw": {"H": "23:00", "TZ": "6h", "DAY": "26", "LAT": "39N4", "LON": "108W33", "MON": "9", "NUM": "191", "PRO": "MI", "YEA": "1918", "CICO": "Grand Junction, CO", "NAME": "Cagle Malcolm"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16429	caldwell-philip-1920-01-27	{"d10": "192"}	{"lerrcp": "D10-192"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philip", "family": "Caldwell", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1920-01-27 08:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83.15, "lat": 39.26667, "name": "Bourneville", "geoid": null}, "notime": null, "date-ut": "1920-01-27 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Philip", "family": "Caldwell"}, "birth": {"tzo": "-05:00", "date": "1920-01-27 08:00", "place": {"c2": "OH", "cy": "US", "lg": -83.15, "lat": 39.26667, "name": "Bourneville"}, "date-ut": "1920-01-27 13:00"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "192"}}, "raw": {"H": "08:00", "TZ": "5h", "DAY": "27", "LAT": "39N16", "LON": "83W09", "MON": "1", "NUM": "192", "PRO": "EX", "YEA": "1920", "CICO": "Bourneville, OH", "NAME": "Caldwell Philip"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16430	calvert-james-1920-09-08	{"d10": "193"}	{"lerrcp": "D10-193"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Calvert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1920-09-08 08:30", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1920-09-08 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "James", "family": "Calvert"}, "birth": {"tzo": "-05:00", "date": "1920-09-08 08:30", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1920-09-08 13:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "193"}}, "raw": {"H": "08:30", "TZ": "5h", "DAY": "8", "LAT": "41N30", "LON": "81W42", "MON": "9", "NUM": "193", "PRO": "MI", "YEA": "1920", "CICO": "Cleveland, OH", "NAME": "Calvert James"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16431	camm-frank-1922-03-13	{"d10": "194"}	{"lerrcp": "D10-194"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frank", "family": "Camm", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1922-03-13 23:00", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -85.95, "lat": 37.9, "name": "Fort Knox", "geoid": null}, "notime": null, "date-ut": "1922-03-14 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Frank", "family": "Camm"}, "birth": {"tzo": "-06:00", "date": "1922-03-13 23:00", "place": {"c2": "KY", "cy": "US", "lg": -85.95, "lat": 37.9, "name": "Fort Knox"}, "date-ut": "1922-03-14 05:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "194"}}, "raw": {"H": "23:00", "TZ": "6h", "DAY": "13", "LAT": "37N54", "LON": "85W57", "MON": "3", "NUM": "194", "PRO": "MI", "YEA": "1922", "CICO": "Fort Knox, KY", "NAME": "Camm Frank"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16432	campbell-allan-1929-04-27	{"d10": "195"}	{"lerrcp": "D10-195"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Allan", "family": "Campbell", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1929-04-27 12:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.26667, "lat": 37.86667, "name": "Berkeley", "geoid": null}, "notime": null, "date-ut": "1929-04-27 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Allan", "family": "Campbell"}, "birth": {"tzo": "-08:00", "date": "1929-04-27 12:00", "place": {"c2": "CA", "cy": "US", "lg": -122.26667, "lat": 37.86667, "name": "Berkeley"}, "date-ut": "1929-04-27 20:00"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "195"}}, "raw": {"H": "12:00", "TZ": "8h", "DAY": "27", "LAT": "37N52", "LON": "122W16", "MON": "4", "NUM": "195", "PRO": "SC", "YEA": "1929", "CICO": "Berkeley, CA", "NAME": "Campbell Allan"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16434	cantlay-george-1920-08-02	{"d10": "197"}	{"lerrcp": "D10-197"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "George", "family": "Cantlay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-10:30", "date": "1920-08-02 06:50", "note": null, "place": {"c1": null, "c2": "HI", "c3": null, "cy": "US", "lg": -157.86667, "lat": 21.31667, "name": "Honolulu", "geoid": null}, "notime": null, "date-ut": "1920-08-02 17:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "George", "family": "Cantlay"}, "birth": {"tzo": "-10:30", "date": "1920-08-02 06:50", "place": {"c2": "HI", "cy": "US", "lg": -157.86667, "lat": 21.31667, "name": "Honolulu"}, "date-ut": "1920-08-02 17:20"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "197"}}, "raw": {"H": "06:50", "TZ": "10h30", "DAY": "2", "LAT": "21N19", "LON": "157W52", "MON": "8", "NUM": "197", "PRO": "MI", "YEA": "1920", "CICO": "Honolulu, HI", "NAME": "Cantlay George"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16435	cantwell-robert-1908-01-31	{"d10": "198"}	{"lerrcp": "D10-198"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Cantwell", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1908-01-31 18:00", "note": null, "place": {"c1": null, "c2": "WA", "c3": null, "cy": "US", "lg": -117.81667, "lat": 47.91667, "name": "Little Falls", "geoid": null}, "notime": null, "date-ut": "1908-02-01 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Cantwell"}, "birth": {"tzo": "-08:00", "date": "1908-01-31 18:00", "place": {"c2": "WA", "cy": "US", "lg": -117.81667, "lat": 47.91667, "name": "Little Falls"}, "date-ut": "1908-02-01 02:00"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "198"}}, "raw": {"H": "18:00", "TZ": "8h", "DAY": "31", "LAT": "47N55", "LON": "117W49", "MON": "1", "NUM": "198", "PRO": "WR", "YEA": "1908", "CICO": "Little Falls, WA", "NAME": "Cantwell Robert"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16436	carey-philip-1925-07-15	{"d10": "199"}	{"lerrcp": "D10-199"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philip", "family": "Carey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1925-07-15 10:24", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.05, "lat": 40.88333, "name": "Hackensack", "geoid": null}, "notime": null, "date-ut": "1925-07-15 14:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Philip", "family": "Carey"}, "birth": {"tzo": "-04:00", "date": "1925-07-15 10:24", "place": {"c2": "NJ", "cy": "US", "lg": -74.05, "lat": 40.88333, "name": "Hackensack"}, "date-ut": "1925-07-15 14:24"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "199"}}, "raw": {"H": "10:24", "TZ": "4h", "DAY": "15", "LAT": "40N53", "LON": "74W3", "MON": "7", "NUM": "199", "PRO": "AC", "YEA": "1925", "CICO": "Hackensack, NJ", "NAME": "Carey Philip"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16438	carpenter-scott-1925-05-01	{"d10": "201"}	{"lerrcp": "D10-201"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Scott", "family": "Carpenter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1925-05-01 06:45", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "US", "lg": -105.28333, "lat": 40.01667, "name": "Boulder", "geoid": null}, "notime": null, "date-ut": "1925-05-01 13:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Scott", "family": "Carpenter"}, "birth": {"tzo": "-07:00", "date": "1925-05-01 06:45", "place": {"c2": "CO", "cy": "US", "lg": -105.28333, "lat": 40.01667, "name": "Boulder"}, "date-ut": "1925-05-01 13:45"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "201"}}, "raw": {"H": "06:45", "TZ": "7h", "DAY": "1", "LAT": "40N1", "LON": "105W17", "MON": "5", "NUM": "201", "PRO": "MI", "YEA": "1925", "CICO": "Boulder, CO", "NAME": "Carpenter Scott"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16439	carr-gerald-1932-08-22	{"d10": "202"}	{"lerrcp": "D10-202"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gerald", "family": "Carr", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1932-08-22 09:30", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "US", "lg": -104.98333, "lat": 39.73333, "name": "Denver", "geoid": null}, "notime": null, "date-ut": "1932-08-22 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gerald", "family": "Carr"}, "birth": {"tzo": "-07:00", "date": "1932-08-22 09:30", "place": {"c2": "CO", "cy": "US", "lg": -104.98333, "lat": 39.73333, "name": "Denver"}, "date-ut": "1932-08-22 16:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "202"}}, "raw": {"H": "09:30", "TZ": "7h", "DAY": "22", "LAT": "39N44", "LON": "104W59", "MON": "8", "NUM": "202", "PRO": "MI", "YEA": "1932", "CICO": "Denver, CO", "NAME": "Carr Gerald"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16440	carradine-david-1936-12-08	{"d10": "203"}	{"lerrcp": "D10-203"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "David", "family": "Carradine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1936-12-08 12:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.35, "lat": 34.1, "name": "Hollywood", "geoid": null}, "notime": null, "date-ut": "1936-12-08 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "David", "family": "Carradine"}, "birth": {"tzo": "-08:00", "date": "1936-12-08 12:00", "place": {"c2": "CA", "cy": "US", "lg": -118.35, "lat": 34.1, "name": "Hollywood"}, "date-ut": "1936-12-08 20:00"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "203"}}, "raw": {"H": "12:00", "TZ": "8h", "DAY": "8", "LAT": "34N6", "LON": "118W21", "MON": "12", "NUM": "203", "PRO": "AC", "YEA": "1936", "CICO": "Hollywood, CA", "NAME": "Carradine David"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16441	carroll-julian-1931-04-16	{"d10": "204"}	{"lerrcp": "D10-204"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julian", "family": "Carroll", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1931-04-16 08:00", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -88.61667, "lat": 37.08333, "name": "Paducah", "geoid": null}, "notime": null, "date-ut": "1931-04-16 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Julian", "family": "Carroll"}, "birth": {"tzo": "-06:00", "date": "1931-04-16 08:00", "place": {"c2": "KY", "cy": "US", "lg": -88.61667, "lat": 37.08333, "name": "Paducah"}, "date-ut": "1931-04-16 14:00"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "204"}}, "raw": {"H": "08:00", "TZ": "6h", "DAY": "16", "LAT": "37N5", "LON": "88W37", "MON": "4", "NUM": "204", "PRO": "PO", "YEA": "1931", "CICO": "Paducah, KY", "NAME": "Carroll Julian"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16443	cary-william-1910-11-27	{"d10": "206"}	{"lerrcp": "D10-206"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Cary", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1910-11-27 02:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83, "lat": 39.96667, "name": "Columbus", "geoid": null}, "notime": null, "date-ut": "1910-11-27 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "William", "family": "Cary"}, "birth": {"tzo": "-06:00", "date": "1910-11-27 02:00", "place": {"c2": "OH", "cy": "US", "lg": -83, "lat": 39.96667, "name": "Columbus"}, "date-ut": "1910-11-27 08:00"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "206"}}, "raw": {"H": "02:00", "TZ": "6h", "DAY": "27", "LAT": "39N58", "LON": "83W0", "MON": "11", "NUM": "206", "PRO": "PO", "YEA": "1910", "CICO": "Columbus, OH", "NAME": "Cary William"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16444	cash-rosalind-1938-12-31	{"d10": "207"}	{"lerrcp": "D10-207"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rosalind", "family": "Cash", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1938-12-31 18:27", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.45, "lat": 39.35, "name": "Atlantic City", "geoid": null}, "notime": null, "date-ut": "1938-12-31 23:27"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Rosalind", "family": "Cash"}, "birth": {"tzo": "-05:00", "date": "1938-12-31 18:27", "place": {"c2": "NJ", "cy": "US", "lg": -74.45, "lat": 39.35, "name": "Atlantic City"}, "date-ut": "1938-12-31 23:27"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "207"}}, "raw": {"H": "18:27", "TZ": "5h", "DAY": "31", "LAT": "39N21", "LON": "74W27", "MON": "12", "NUM": "207", "PRO": "AC", "YEA": "1938", "CICO": "Atlantic City, NJ", "NAME": "Cash Rosalind"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16446	cassady-howard-1934-03-02	{"d10": "209", "3a_sports": "883", "rawlins-ertel-irving": "56"}	{"ertel": "ES-883", "csicop": "CS-56", "lerrcp": "D10-209"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Howard", "family": "Cassady", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1934-03-02 06:20", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83, "lat": 39.96667, "name": "Columbus", "geoid": null}, "notime": null, "date-ut": "1934-03-02 11:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Howard", "family": "Cassady"}, "birth": {"tzo": "-05:00", "date": "1934-03-02 06:20", "place": {"c2": "OH", "cy": "US", "lg": -83, "lat": 39.96667, "name": "Columbus"}, "date-ut": "1934-03-02 11:20"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "209"}}, "raw": {"H": "06:20", "TZ": "5h", "DAY": "2", "LAT": "39N58", "LON": "83W0", "MON": "3", "NUM": "209", "PRO": "SP", "YEA": "1934", "CICO": "Columbus, OH", "NAME": "Cassady Howard"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "56"}}, "raw": {"LA1": "39", "LA2": "58", "LO1": "83", "LO2": "0", "AMPM": "A", "MARS": "35", "NAME": "Cassady", "BATCH": "1", "Satz#": "56", "GEBDAT": "2 3 1934", "GEBORT": "OH", "GEBZEIT": "6 20", "VORNAME": "Howard", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-883"}}, "raw": {"L": "", "MF": "", "NR": "883", "ENG": "", "MA_": "1", "G_NR": "209", "MA12": "12", "MARS": "35", "NAME": "Cassady", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-0,200", "CSINR": "56", "KURTZ": "", "PHAS_": "99,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "02.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Howard", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.03.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16447	catton-jack-1920-02-05	{"d10": "210"}	{"lerrcp": "D10-210"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jack", "family": "Catton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1920-02-05 05:30", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.26667, "lat": 37.86667, "name": "Berkeley", "geoid": null}, "notime": null, "date-ut": "1920-02-05 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jack", "family": "Catton"}, "birth": {"tzo": "-08:00", "date": "1920-02-05 05:30", "place": {"c2": "CA", "cy": "US", "lg": -122.26667, "lat": 37.86667, "name": "Berkeley"}, "date-ut": "1920-02-05 13:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "210"}}, "raw": {"H": "05:30", "TZ": "8h", "DAY": "5", "LAT": "37N52", "LON": "122W16", "MON": "2", "NUM": "210", "PRO": "MI", "YEA": "1920", "CICO": "Berkeley, CA", "NAME": "Catton Jack"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16448	caulfield-joan-1922-06-01	{"d10": "211"}	{"lerrcp": "D10-211"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joan", "family": "Caulfield", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1922-06-01 08:02", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.23333, "lat": 40.78333, "name": "West Orange", "geoid": null}, "notime": null, "date-ut": "1922-06-01 12:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Joan", "family": "Caulfield"}, "birth": {"tzo": "-04:00", "date": "1922-06-01 08:02", "place": {"c2": "NJ", "cy": "US", "lg": -74.23333, "lat": 40.78333, "name": "West Orange"}, "date-ut": "1922-06-01 12:02"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "211"}}, "raw": {"H": "08:02", "TZ": "4h", "DAY": "1", "LAT": "40N47", "LON": "74W14", "MON": "6", "NUM": "211", "PRO": "AC", "YEA": "1922", "CICO": "West Orange, NJ", "NAME": "Caulfield Joan"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16449	cauthen-steve-1960-05-01	{"d10": "212"}	{"lerrcp": "D10-212"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Steve", "family": "Cauthen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1960-05-01 20:43", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -84.51667, "lat": 39.08333, "name": "Covington", "geoid": null}, "notime": null, "date-ut": "1960-05-02 02:43"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sportsperson"]	5	null	[{"new": {"name": {"given": "Steve", "family": "Cauthen"}, "birth": {"tzo": "-06:00", "date": "1960-05-01 20:43", "place": {"c2": "KY", "cy": "US", "lg": -84.51667, "lat": 39.08333, "name": "Covington"}, "date-ut": "1960-05-02 02:43"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "212"}}, "raw": {"H": "20:43", "TZ": "6h", "DAY": "1", "LAT": "39N5", "LON": "84W31", "MON": "5", "NUM": "212", "PRO": "SP", "YEA": "1960", "CICO": "Covington, KY", "NAME": "Cauthen Steve"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16450	cernan-eugene-1934-03-14	{"d10": "213"}	{"lerrcp": "D10-213"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugene", "family": "Cernan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1934-03-14 02:33", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago", "geoid": null}, "notime": null, "date-ut": "1934-03-14 08:33"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eugene", "family": "Cernan"}, "birth": {"tzo": "-06:00", "date": "1934-03-14 02:33", "place": {"c2": "IL", "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago"}, "date-ut": "1934-03-14 08:33"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "213"}}, "raw": {"H": "02:33", "TZ": "6h", "DAY": "14", "LAT": "41N52", "LON": "87W39", "MON": "3", "NUM": "213", "PRO": "MI", "YEA": "1934", "CICO": "Chicago, IL", "NAME": "Cernan Eugene"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16453	chamberlain-joseph-1928-08-24	{"d10": "216"}	{"lerrcp": "D10-216"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Chamberlain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1928-08-24 04:45", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "US", "lg": -92.73333, "lat": 38.96667, "name": "Boonville", "geoid": null}, "notime": null, "date-ut": "1928-08-24 10:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Chamberlain"}, "birth": {"tzo": "-06:00", "date": "1928-08-24 04:45", "place": {"c2": "MO", "cy": "US", "lg": -92.73333, "lat": 38.96667, "name": "Boonville"}, "date-ut": "1928-08-24 10:45"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "216"}}, "raw": {"H": "04:45", "TZ": "6h", "DAY": "24", "LAT": "38N58", "LON": "92W44", "MON": "8", "NUM": "216", "PRO": "SC", "YEA": "1928", "CICO": "Boonville, MO", "NAME": "Chamberlain Joseph"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16454	chamberlain-owen-1920-07-10	{"d10": "217"}	{"lerrcp": "D10-217"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Owen", "family": "Chamberlain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1920-07-10 03:33", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1920-07-10 11:33"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Owen", "family": "Chamberlain"}, "birth": {"tzo": "-08:00", "date": "1920-07-10 03:33", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1920-07-10 11:33"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "217"}}, "raw": {"H": "03:33", "TZ": "8h", "DAY": "10", "LAT": "37N47", "LON": "122W25", "MON": "7", "NUM": "217", "PRO": "SC", "YEA": "1920", "CICO": "San Francisco, CA", "NAME": "Chamberlain Owen"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16455	chamberlain-richard-1934-03-31	{"d10": "218"}	{"lerrcp": "D10-218"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Chamberlain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1934-03-31 18:20", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.41667, "lat": 34.06667, "name": "Beverly Hills", "geoid": null}, "notime": null, "date-ut": "1934-04-01 02:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Chamberlain"}, "birth": {"tzo": "-08:00", "date": "1934-03-31 18:20", "place": {"c2": "CA", "cy": "US", "lg": -118.41667, "lat": 34.06667, "name": "Beverly Hills"}, "date-ut": "1934-04-01 02:20"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "218"}}, "raw": {"H": "18:20", "TZ": "8h", "DAY": "31", "LAT": "34N4", "LON": "118W25", "MON": "3", "NUM": "218", "PRO": "AC", "YEA": "1934", "CICO": "Beverly Hills, CA", "NAME": "Chamberlain Richard"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16456	chandler-otis-1927-11-23	{"d10": "220"}	{"lerrcp": "D10-220"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otis", "family": "Chandler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1927-11-23 12:50", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1927-11-23 20:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Otis", "family": "Chandler"}, "birth": {"tzo": "-08:00", "date": "1927-11-23 12:50", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1927-11-23 20:50"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "220"}}, "raw": {"H": "12:50", "TZ": "8h", "DAY": "23", "LAT": "34N4", "LON": "118W15", "MON": "11", "NUM": "220", "PRO": "EX", "YEA": "1927", "CICO": "Los Angeles, CA", "NAME": "Chandler Otis"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16457	channing-carol-1921-01-31	{"d10": "221"}	{"lerrcp": "D10-221"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carol", "family": "Channing", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1921-01-31 21:00", "note": null, "place": {"c1": null, "c2": "WA", "c3": null, "cy": "US", "lg": -122.33333, "lat": 47.6, "name": "Seattle", "geoid": null}, "notime": null, "date-ut": "1921-02-01 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Carol", "family": "Channing"}, "birth": {"tzo": "-08:00", "date": "1921-01-31 21:00", "place": {"c2": "WA", "cy": "US", "lg": -122.33333, "lat": 47.6, "name": "Seattle"}, "date-ut": "1921-02-01 05:00"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "221"}}, "raw": {"H": "21:00", "TZ": "8h", "DAY": "31", "LAT": "47N36", "LON": "122W20", "MON": "1", "NUM": "221", "PRO": "AC", "YEA": "1921", "CICO": "Seattle, WA", "NAME": "Channing Carol"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16458	chaplin-geraldine-1944-07-31	{"d10": "222"}	{"lerrcp": "D10-222"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Geraldine", "family": "Chaplin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1944-07-31 23:14", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.48333, "lat": 34.01667, "name": "Santa Monica", "geoid": null}, "notime": null, "date-ut": "1944-08-01 06:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Geraldine", "family": "Chaplin"}, "birth": {"tzo": "-07:00", "date": "1944-07-31 23:14", "place": {"c2": "CA", "cy": "US", "lg": -118.48333, "lat": 34.01667, "name": "Santa Monica"}, "date-ut": "1944-08-01 06:14"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "222"}}, "raw": {"H": "23:14", "TZ": "7h", "DAY": "31", "LAT": "34N1", "LON": "118W29", "MON": "7", "NUM": "222", "PRO": "AC", "YEA": "1944", "CICO": "Santa Monica, CA", "NAME": "Chaplin Geraldine"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16459	chaplin-sydney-1926-03-31	{"d10": "223"}	{"lerrcp": "D10-223"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sydney", "family": "Chaplin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1926-03-31 08:50", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1926-03-31 16:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Sydney", "family": "Chaplin"}, "birth": {"tzo": "-08:00", "date": "1926-03-31 08:50", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1926-03-31 16:50"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "223"}}, "raw": {"H": "08:50", "TZ": "8h", "DAY": "31", "LAT": "34N4", "LON": "118W15", "MON": "3", "NUM": "223", "PRO": "AC", "YEA": "1926", "CICO": "Los Angeles, CA", "NAME": "Chaplin Sydney"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16460	chapman-kenneth-1923-07-30	{"d10": "224"}	{"lerrcp": "D10-224"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kenneth", "family": "Chapman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1923-07-30 17:15", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -96.35, "lat": 40, "name": "Summerfield", "geoid": null}, "notime": null, "date-ut": "1923-07-30 23:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Kenneth", "family": "Chapman"}, "birth": {"tzo": "-06:00", "date": "1923-07-30 17:15", "place": {"c2": "KS", "cy": "US", "lg": -96.35, "lat": 40, "name": "Summerfield"}, "date-ut": "1923-07-30 23:15"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "224"}}, "raw": {"H": "17:15", "TZ": "6h", "DAY": "30", "LAT": "40N0", "LON": "96W21", "MON": "7", "NUM": "224", "PRO": "MI", "YEA": "1923", "CICO": "Summerfield, KS", "NAME": "Chapman Kenneth"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16461	charbonnet-pierre-1919-12-22	{"d10": "225"}	{"lerrcp": "D10-225"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Charbonnet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1919-12-22 15:35", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1919-12-22 23:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Charbonnet"}, "birth": {"tzo": "-08:00", "date": "1919-12-22 15:35", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1919-12-22 23:35"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "225"}}, "raw": {"H": "15:35", "TZ": "8h", "DAY": "22", "LAT": "37N47", "LON": "122W25", "MON": "12", "NUM": "225", "PRO": "MI", "YEA": "1919", "CICO": "San Francisco, CA", "NAME": "Charbonnet Pierre"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16463	charney-jule-1917-01-01	{"d10": "227"}	{"lerrcp": "D10-227"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jule", "family": "Charney", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1917-01-01 03:38", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1917-01-01 11:38"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Jule", "family": "Charney"}, "birth": {"tzo": "-08:00", "date": "1917-01-01 03:38", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1917-01-01 11:38"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "227"}}, "raw": {"H": "03:38", "TZ": "8h", "DAY": "1", "LAT": "37N47", "LON": "122W25", "MON": "1", "NUM": "227", "PRO": "SC", "YEA": "1917", "CICO": "San Francisco, CA", "NAME": "Charney Jule"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16464	cheek-james-1932-12-04	{"d10": "228"}	{"lerrcp": "D10-228"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Cheek", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1932-12-04 14:30", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -77.66667, "lat": 36.46667, "name": "Roanoke Rapids", "geoid": null}, "notime": null, "date-ut": "1932-12-04 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"name": {"given": "James", "family": "Cheek"}, "birth": {"tzo": "-05:00", "date": "1932-12-04 14:30", "place": {"c2": "NC", "cy": "US", "lg": -77.66667, "lat": 36.46667, "name": "Roanoke Rapids"}, "date-ut": "1932-12-04 19:30"}, "occus": ["miscelaneous"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "228"}}, "raw": {"H": "14:30", "TZ": "5h", "DAY": "4", "LAT": "36N28", "LON": "77W40", "MON": "12", "NUM": "228", "PRO": "X", "YEA": "1932", "CICO": "Roanoke Rapids, NC", "NAME": "Cheek James"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16466	chiles-lawton-1930-04-03	{"d10": "230"}	{"lerrcp": "D10-230"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lawton", "family": "Chiles", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1930-04-03 17:25", "note": null, "place": {"c1": null, "c2": "FL", "c3": null, "cy": "US", "lg": -81.95, "lat": 28.05, "name": "Lakeland", "geoid": null}, "notime": null, "date-ut": "1930-04-03 22:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Lawton", "family": "Chiles"}, "birth": {"tzo": "-05:00", "date": "1930-04-03 17:25", "place": {"c2": "FL", "cy": "US", "lg": -81.95, "lat": 28.05, "name": "Lakeland"}, "date-ut": "1930-04-03 22:25"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "230"}}, "raw": {"H": "17:25", "TZ": "5h", "DAY": "3", "LAT": "28N3", "LON": "81W57", "MON": "4", "NUM": "230", "PRO": "PO", "YEA": "1930", "CICO": "Lakeland, FL", "NAME": "Chiles Lawton"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16465	cheney-dorothy-1916-09-01	{"d10": "229", "3a_sports": "985"}	{"ertel": "ES-985", "lerrcp": "D10-229"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dorothy", "family": "Cheney", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "-08:00", "date": "1916-09-01 14:30", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1916-09-01 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Dorothy", "family": "Cheney"}, "birth": {"tzo": "-08:00", "date": "1916-09-01 14:30", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1916-09-01 22:30"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "229"}}, "raw": {"H": "14:30", "TZ": "8h", "DAY": "1", "LAT": "34N4", "LON": "118W15", "MON": "9", "NUM": "229", "PRO": "SP", "YEA": "1916", "CICO": "Los Angeles, CA", "NAME": "Cheney Dorothy"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "F", "occus": ["tennis-player"], "partial-ids": {"ertel": "ES-985"}}, "raw": {"L": "", "MF": "F", "NR": "985", "ENG": "0", "MA_": "2", "G_NR": "229", "MA12": "3", "MARS": "9", "NAME": "Cheney", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "5,500", "CSINR": "", "KURTZ": "", "PHAS_": "10,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "01.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Dorothy-May (Bundy)", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.09.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16467	chorzempa-daniel-1944-12-07	{"d10": "231"}	{"lerrcp": "D10-231"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "Chorzempa", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1944-12-07 13:45", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis", "geoid": null}, "notime": null, "date-ut": "1944-12-07 18:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Daniel", "family": "Chorzempa"}, "birth": {"tzo": "-05:00", "date": "1944-12-07 13:45", "place": {"c2": "MN", "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis"}, "date-ut": "1944-12-07 18:45"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "231"}}, "raw": {"H": "13:45", "TZ": "5h", "DAY": "7", "LAT": "44N59", "LON": "93W16", "MON": "12", "NUM": "231", "PRO": "AR", "YEA": "1944", "CICO": "Minneapolis, MN", "NAME": "Chorzempa Daniel"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16468	christman-thomas-1922-03-06	{"d10": "232"}	{"lerrcp": "D10-232"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Thomas", "family": "Christman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1922-03-06 02:15", "note": null, "place": {"c1": null, "c2": "WA", "c3": null, "cy": "US", "lg": -122.33333, "lat": 47.6, "name": "Seattle", "geoid": null}, "notime": null, "date-ut": "1922-03-06 10:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Thomas", "family": "Christman"}, "birth": {"tzo": "-08:00", "date": "1922-03-06 02:15", "place": {"c2": "WA", "cy": "US", "lg": -122.33333, "lat": 47.6, "name": "Seattle"}, "date-ut": "1922-03-06 10:15"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "232"}}, "raw": {"H": "02:15", "TZ": "8h", "DAY": "6", "LAT": "47N36", "LON": "122W20", "MON": "3", "NUM": "232", "PRO": "MI", "YEA": "1922", "CICO": "Seattle, WA", "NAME": "Christman Thomas"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16469	clanton-ralph-1914-09-11	{"d10": "233"}	{"lerrcp": "D10-233"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ralph", "family": "Clanton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1914-09-11 06:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -119.78333, "lat": 36.73333, "name": "Fresno", "geoid": null}, "notime": null, "date-ut": "1914-09-11 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Ralph", "family": "Clanton"}, "birth": {"tzo": "-08:00", "date": "1914-09-11 06:00", "place": {"c2": "CA", "cy": "US", "lg": -119.78333, "lat": 36.73333, "name": "Fresno"}, "date-ut": "1914-09-11 14:00"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "233"}}, "raw": {"H": "06:00", "TZ": "8h", "DAY": "11", "LAT": "36N44", "LON": "119W47", "MON": "9", "NUM": "233", "PRO": "AC", "YEA": "1914", "CICO": "Fresno, CA", "NAME": "Clanton Ralph"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16470	clark-albert-1913-08-27	{"d10": "234"}	{"lerrcp": "D10-234"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Clark", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-10:30", "date": "1913-08-27 19:50", "note": null, "place": {"c1": null, "c2": "HI", "c3": null, "cy": "US", "lg": -158.06667, "lat": 21.5, "name": "Schof Barracks", "geoid": null}, "notime": null, "date-ut": "1913-08-28 06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Clark"}, "birth": {"tzo": "-10:30", "date": "1913-08-27 19:50", "place": {"c2": "HI", "cy": "US", "lg": -158.06667, "lat": 21.5, "name": "Schof Barracks"}, "date-ut": "1913-08-28 06:20"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "234"}}, "raw": {"H": "19:50", "TZ": "10h30", "DAY": "27", "LAT": "21N30", "LON": "158W4", "MON": "8", "NUM": "234", "PRO": "MI", "YEA": "1913", "CICO": "Schof Barracks, HI", "NAME": "Clark Albert"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16471	clark-eleanor-1913-07-06	{"d10": "235"}	{"lerrcp": "D10-235"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eleanor", "family": "Clark", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1913-07-06 08:20", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1913-07-06 16:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Eleanor", "family": "Clark"}, "birth": {"tzo": "-08:00", "date": "1913-07-06 08:20", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1913-07-06 16:20"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "235"}}, "raw": {"H": "08:20", "TZ": "8h", "DAY": "6", "LAT": "34N4", "LON": "118W15", "MON": "7", "NUM": "235", "PRO": "WR", "YEA": "1913", "CICO": "Los Angeles, CA", "NAME": "Clark Eleanor"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16472	clarke-john-1937-06-06	{"d10": "236"}	{"lerrcp": "D10-236"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Clarke", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1937-06-06 21:03", "note": null, "place": {"c1": null, "c2": "OR", "c3": null, "cy": "US", "lg": -121.31667, "lat": 44.06667, "name": "Bend", "geoid": null}, "notime": null, "date-ut": "1937-06-07 05:03"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "John", "family": "Clarke"}, "birth": {"tzo": "-08:00", "date": "1937-06-06 21:03", "place": {"c2": "OR", "cy": "US", "lg": -121.31667, "lat": 44.06667, "name": "Bend"}, "date-ut": "1937-06-07 05:03"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "236"}}, "raw": {"H": "21:03", "TZ": "8h", "DAY": "6", "LAT": "44N4", "LON": "121W19", "MON": "6", "NUM": "236", "PRO": "AR", "YEA": "1937", "CICO": "Bend, OR", "NAME": "Clarke John"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16473	clausen-alden-1923-02-17	{"d10": "237"}	{"lerrcp": "D10-237"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alden", "family": "Clausen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1923-02-17 02:00", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -91.35, "lat": 40.4, "name": "Hamilton", "geoid": null}, "notime": null, "date-ut": "1923-02-17 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Alden", "family": "Clausen"}, "birth": {"tzo": "-06:00", "date": "1923-02-17 02:00", "place": {"c2": "IL", "cy": "US", "lg": -91.35, "lat": 40.4, "name": "Hamilton"}, "date-ut": "1923-02-17 08:00"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "237"}}, "raw": {"H": "02:00", "TZ": "6h", "DAY": "17", "LAT": "40N24", "LON": "91W21", "MON": "2", "NUM": "237", "PRO": "EX", "YEA": "1923", "CICO": "Hamilton, IL", "NAME": "Clausen Alden"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16475	clifford-john-1947-06-12	{"d10": "239"}	{"lerrcp": "D10-239"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Clifford", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1947-06-12 21:51", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.35, "lat": 34.1, "name": "Hollywood", "geoid": null}, "notime": null, "date-ut": "1947-06-13 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "John", "family": "Clifford"}, "birth": {"tzo": "-08:00", "date": "1947-06-12 21:51", "place": {"c2": "CA", "cy": "US", "lg": -118.35, "lat": 34.1, "name": "Hollywood"}, "date-ut": "1947-06-13 05:51"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "239"}}, "raw": {"H": "21:51", "TZ": "8h", "DAY": "12", "LAT": "34N6", "LON": "118W21", "MON": "6", "NUM": "239", "PRO": "AR", "YEA": "1947", "CICO": "Hollywood, CA", "NAME": "Clifford John"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16476	clooney-rosemary-1928-05-23	{"d10": "240"}	{"lerrcp": "D10-240"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rosemary", "family": "Clooney", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1928-05-23 02:30", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -83.76667, "lat": 38.65, "name": "Maysville", "geoid": null}, "notime": null, "date-ut": "1928-05-23 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Rosemary", "family": "Clooney"}, "birth": {"tzo": "-05:00", "date": "1928-05-23 02:30", "place": {"c2": "KY", "cy": "US", "lg": -83.76667, "lat": 38.65, "name": "Maysville"}, "date-ut": "1928-05-23 07:30"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "240"}}, "raw": {"H": "02:30", "TZ": "5h", "DAY": "23", "LAT": "38N39", "LON": "83W46", "MON": "5", "NUM": "240", "PRO": "AC", "YEA": "1928", "CICO": "Maysville, KY", "NAME": "Clooney Rosemary"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16477	close-chuck-1940-07-05	{"d10": "241"}	{"lerrcp": "D10-241"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Chuck", "family": "Close", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1940-07-05 13:30", "note": null, "place": {"c1": null, "c2": "WA", "c3": null, "cy": "US", "lg": -121.96667, "lat": 47.85, "name": "Monroe", "geoid": null}, "notime": null, "date-ut": "1940-07-05 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Chuck", "family": "Close"}, "birth": {"tzo": "-08:00", "date": "1940-07-05 13:30", "place": {"c2": "WA", "cy": "US", "lg": -121.96667, "lat": 47.85, "name": "Monroe"}, "date-ut": "1940-07-05 21:30"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "241"}}, "raw": {"H": "13:30", "TZ": "8h", "DAY": "5", "LAT": "47N51", "LON": "121W58", "MON": "7", "NUM": "241", "PRO": "AC", "YEA": "1940", "CICO": "Monroe, WA", "NAME": "Close Chuck"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16478	coats-wendell-1915-07-28	{"d10": "242"}	{"lerrcp": "D10-242"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wendell", "family": "Coats", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1915-07-28 06:00", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "US", "lg": -103.21667, "lat": 40.61667, "name": "Sterling", "geoid": null}, "notime": null, "date-ut": "1915-07-28 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Wendell", "family": "Coats"}, "birth": {"tzo": "-07:00", "date": "1915-07-28 06:00", "place": {"c2": "CO", "cy": "US", "lg": -103.21667, "lat": 40.61667, "name": "Sterling"}, "date-ut": "1915-07-28 13:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "242"}}, "raw": {"H": "06:00", "TZ": "7h", "DAY": "28", "LAT": "40N37", "LON": "103W13", "MON": "7", "NUM": "242", "PRO": "MI", "YEA": "1915", "CICO": "Sterling, CO", "NAME": "Coats Wendell"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16479	coffin-robert-1917-06-15	{"d10": "243"}	{"lerrcp": "D10-243"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Coffin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1917-06-15 05:30", "note": null, "place": {"c1": null, "c2": "WA", "c3": null, "cy": "US", "lg": -122.48333, "lat": 48.76667, "name": "Bellingham", "geoid": null}, "notime": null, "date-ut": "1917-06-15 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Coffin"}, "birth": {"tzo": "-08:00", "date": "1917-06-15 05:30", "place": {"c2": "WA", "cy": "US", "lg": -122.48333, "lat": 48.76667, "name": "Bellingham"}, "date-ut": "1917-06-15 13:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "243"}}, "raw": {"H": "05:30", "TZ": "8h", "DAY": "15", "LAT": "48N46", "LON": "122W29", "MON": "6", "NUM": "243", "PRO": "MI", "YEA": "1917", "CICO": "Bellingham, WA", "NAME": "Coffin Robert"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16480	cohen-wilbur-1913-06-10	{"d10": "244"}	{"lerrcp": "D10-244"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilbur", "family": "Cohen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1913-06-10 09:40", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": "Milwaukee", "geoid": null}, "notime": null, "date-ut": "1913-06-10 15:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Wilbur", "family": "Cohen"}, "birth": {"tzo": "-06:00", "date": "1913-06-10 09:40", "place": {"c2": "WI", "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": "Milwaukee"}, "date-ut": "1913-06-10 15:40"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "244"}}, "raw": {"H": "09:40", "TZ": "6h", "DAY": "10", "LAT": "43N2", "LON": "87W55", "MON": "6", "NUM": "244", "PRO": "PO", "YEA": "1913", "CICO": "Milwaukee, WI", "NAME": "Cohen Wilbur"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16481	colby-william-1920-01-04	{"d10": "245"}	{"lerrcp": "D10-245"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Colby", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1920-01-04 17:52", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.1, "lat": 44.95, "name": "St Paul", "geoid": null}, "notime": null, "date-ut": "1920-01-04 23:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "William", "family": "Colby"}, "birth": {"tzo": "-06:00", "date": "1920-01-04 17:52", "place": {"c2": "MN", "cy": "US", "lg": -93.1, "lat": 44.95, "name": "St Paul"}, "date-ut": "1920-01-04 23:52"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "245"}}, "raw": {"H": "17:52", "TZ": "6h", "DAY": "4", "LAT": "44N57", "LON": "93W6", "MON": "1", "NUM": "245", "PRO": "PO", "YEA": "1920", "CICO": "St Paul, MN", "NAME": "Colby William"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16483	collins-harold-1924-11-10	{"d10": "247"}	{"lerrcp": "D10-247"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Harold", "family": "Collins", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1924-11-10 21:30", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -93.93333, "lat": 29.9, "name": "Port Arthur", "geoid": null}, "notime": null, "date-ut": "1924-11-11 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Harold", "family": "Collins"}, "birth": {"tzo": "-06:00", "date": "1924-11-10 21:30", "place": {"c2": "TX", "cy": "US", "lg": -93.93333, "lat": 29.9, "name": "Port Arthur"}, "date-ut": "1924-11-11 03:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "247"}}, "raw": {"H": "21:30", "TZ": "6h", "DAY": "10", "LAT": "29N54", "LON": "93W56", "MON": "11", "NUM": "247", "PRO": "MI", "YEA": "1924", "CICO": "Port Arthur, TX", "NAME": "Collins Harold"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16484	collins-judy-1939-05-01	{"d10": "248"}	{"lerrcp": "D10-248"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Judy", "family": "Collins", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1939-05-01 11:55", "note": null, "place": {"c1": null, "c2": "WA", "c3": null, "cy": "US", "lg": -122.33333, "lat": 47.6, "name": "Seattle", "geoid": null}, "notime": null, "date-ut": "1939-05-01 19:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Judy", "family": "Collins"}, "birth": {"tzo": "-08:00", "date": "1939-05-01 11:55", "place": {"c2": "WA", "cy": "US", "lg": -122.33333, "lat": 47.6, "name": "Seattle"}, "date-ut": "1939-05-01 19:55"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "248"}}, "raw": {"H": "11:55", "TZ": "8h", "DAY": "1", "LAT": "47N36", "LON": "122W20", "MON": "5", "NUM": "248", "PRO": "AC", "YEA": "1939", "CICO": "Seattle, WA", "NAME": "Collins Judy"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16486	comer-anjanette-1939-08-07	{"d10": "250"}	{"lerrcp": "D10-250"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anjanette", "family": "Comer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1939-08-07 12:45", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -96.71667, "lat": 31.9, "name": "Dawson", "geoid": null}, "notime": null, "date-ut": "1939-08-07 18:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Anjanette", "family": "Comer"}, "birth": {"tzo": "-06:00", "date": "1939-08-07 12:45", "place": {"c2": "TX", "cy": "US", "lg": -96.71667, "lat": 31.9, "name": "Dawson"}, "date-ut": "1939-08-07 18:45"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "250"}}, "raw": {"H": "12:45", "TZ": "6h", "DAY": "7", "LAT": "31N54", "LON": "96W43", "MON": "8", "NUM": "250", "PRO": "AC", "YEA": "1939", "CICO": "Dawson, TX", "NAME": "Comer Anjanette"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16488	connally-john-1917-02-27	{"d10": "252"}	{"lerrcp": "D10-252"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Connally", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1917-02-27 02:00", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -98.16667, "lat": 29.13333, "name": "Floresville", "geoid": null}, "notime": null, "date-ut": "1917-02-27 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "John", "family": "Connally"}, "birth": {"tzo": "-06:00", "date": "1917-02-27 02:00", "place": {"c2": "TX", "cy": "US", "lg": -98.16667, "lat": 29.13333, "name": "Floresville"}, "date-ut": "1917-02-27 08:00"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "252"}}, "raw": {"H": "02:00", "TZ": "6h", "DAY": "27", "LAT": "29N8", "LON": "98W10", "MON": "2", "NUM": "252", "PRO": "PO", "YEA": "1917", "CICO": "Floresville, TX", "NAME": "Connally John"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16489	connell-evan-1924-08-17	{"d10": "253"}	{"lerrcp": "D10-253"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Evan", "family": "Connell", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1924-08-17 22:25", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "US", "lg": -94.58333, "lat": 39.1, "name": "Kansas City", "geoid": null}, "notime": null, "date-ut": "1924-08-18 04:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Evan", "family": "Connell"}, "birth": {"tzo": "-06:00", "date": "1924-08-17 22:25", "place": {"c2": "MO", "cy": "US", "lg": -94.58333, "lat": 39.1, "name": "Kansas City"}, "date-ut": "1924-08-18 04:25"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "253"}}, "raw": {"H": "22:25", "TZ": "6h", "DAY": "17", "LAT": "39N6", "LON": "94W35", "MON": "8", "NUM": "253", "PRO": "WR", "YEA": "1924", "CICO": "Kansas City, MO", "NAME": "Connell Evan"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16490	connell-jane-1925-10-27	{"d10": "254"}	{"lerrcp": "D10-254"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jane", "family": "Connell", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1925-10-27 07:35", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.26667, "lat": 37.81667, "name": "Oakland", "geoid": null}, "notime": null, "date-ut": "1925-10-27 15:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jane", "family": "Connell"}, "birth": {"tzo": "-08:00", "date": "1925-10-27 07:35", "place": {"c2": "CA", "cy": "US", "lg": -122.26667, "lat": 37.81667, "name": "Oakland"}, "date-ut": "1925-10-27 15:35"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "254"}}, "raw": {"H": "07:35", "TZ": "8h", "DAY": "27", "LAT": "37N49", "LON": "122W16", "MON": "10", "NUM": "254", "PRO": "AC", "YEA": "1925", "CICO": "Oakland, CA", "NAME": "Connell Jane"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16491	conner-bruce-1933-11-18	{"d10": "255"}	{"lerrcp": "D10-255"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruce", "family": "Conner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1933-11-18 04:35", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -97.66667, "lat": 38.36667, "name": "Mc Pherson", "geoid": null}, "notime": null, "date-ut": "1933-11-18 10:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Bruce", "family": "Conner"}, "birth": {"tzo": "-06:00", "date": "1933-11-18 04:35", "place": {"c2": "KS", "cy": "US", "lg": -97.66667, "lat": 38.36667, "name": "Mc Pherson"}, "date-ut": "1933-11-18 10:35"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "255"}}, "raw": {"H": "04:35", "TZ": "6h", "DAY": "18", "LAT": "38N22", "LON": "97W40", "MON": "11", "NUM": "255", "PRO": "AR", "YEA": "1933", "CICO": "Mc Pherson, KS", "NAME": "Conner Bruce"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16492	connick-robert-1917-07-29	{"d10": "256"}	{"lerrcp": "D10-256"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Connick", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1917-07-29 10:30", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -124.15, "lat": 40.78333, "name": "Eureka", "geoid": null}, "notime": null, "date-ut": "1917-07-29 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Connick"}, "birth": {"tzo": "-08:00", "date": "1917-07-29 10:30", "place": {"c2": "CA", "cy": "US", "lg": -124.15, "lat": 40.78333, "name": "Eureka"}, "date-ut": "1917-07-29 18:30"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "256"}}, "raw": {"H": "10:30", "TZ": "8h", "DAY": "29", "LAT": "40N47", "LON": "124W9", "MON": "7", "NUM": "256", "PRO": "SC", "YEA": "1917", "CICO": "Eureka, CA", "NAME": "Connick Robert"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16494	convy-bert-1934-07-23	{"d10": "258"}	{"lerrcp": "D10-258"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bert", "family": "Convy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1934-07-23 16:15", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis", "geoid": null}, "notime": null, "date-ut": "1934-07-23 22:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Bert", "family": "Convy"}, "birth": {"tzo": "-06:00", "date": "1934-07-23 16:15", "place": {"c2": "MO", "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis"}, "date-ut": "1934-07-23 22:15"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "258"}}, "raw": {"H": "16:15", "TZ": "6h", "DAY": "23", "LAT": "38N37", "LON": "90W12", "MON": "7", "NUM": "258", "PRO": "AC", "YEA": "1934", "CICO": "St Louis, MO", "NAME": "Convy Bert"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16495	coogan-jackie-1914-10-26	{"d10": "259"}	{"lerrcp": "D10-259"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jackie", "family": "Coogan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1914-10-26 03:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1914-10-26 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jackie", "family": "Coogan"}, "birth": {"tzo": "-08:00", "date": "1914-10-26 03:00", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1914-10-26 11:00"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "259"}}, "raw": {"H": "03:00", "TZ": "8h", "DAY": "26", "LAT": "34N4", "LON": "118W15", "MON": "10", "NUM": "259", "PRO": "AC", "YEA": "1914", "CICO": "Los Angeles, CA", "NAME": "Coogan Jackie"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16496	cooley-denton-1920-08-22	{"d10": "260"}	{"lerrcp": "D10-260"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Denton", "family": "Cooley", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1920-08-22 04:30", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -95.36667, "lat": 29.76667, "name": "Houston", "geoid": null}, "notime": null, "date-ut": "1920-08-22 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Denton", "family": "Cooley"}, "birth": {"tzo": "-06:00", "date": "1920-08-22 04:30", "place": {"c2": "TX", "cy": "US", "lg": -95.36667, "lat": 29.76667, "name": "Houston"}, "date-ut": "1920-08-22 10:30"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "260"}}, "raw": {"H": "04:30", "TZ": "6h", "DAY": "22", "LAT": "29N46", "LON": "95W22", "MON": "8", "NUM": "260", "PRO": "SC", "YEA": "1920", "CICO": "Houston, TX", "NAME": "Cooley Denton"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16497	coolidge-clark-1939-02-26	{"d10": "261"}	{"lerrcp": "D10-261"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clark", "family": "Coolidge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1939-02-26 07:48", "note": null, "place": {"c1": null, "c2": "RI", "c3": null, "cy": "US", "lg": -71.4, "lat": 41.81667, "name": "Providence", "geoid": null}, "notime": null, "date-ut": "1939-02-26 12:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Clark", "family": "Coolidge"}, "birth": {"tzo": "-05:00", "date": "1939-02-26 07:48", "place": {"c2": "RI", "cy": "US", "lg": -71.4, "lat": 41.81667, "name": "Providence"}, "date-ut": "1939-02-26 12:48"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "261"}}, "raw": {"H": "07:48", "TZ": "5h", "DAY": "26", "LAT": "41N49", "LON": "71W24", "MON": "2", "NUM": "261", "PRO": "WR", "YEA": "1939", "CICO": "Providence, RI", "NAME": "Coolidge Clark"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16498	cooper-damon-1919-04-27	{"d10": "262"}	{"lerrcp": "D10-262"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Damon", "family": "Cooper", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1919-04-27 23:55", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -85.86667, "lat": 37.7, "name": "Elizabethtown", "geoid": null}, "notime": null, "date-ut": "1919-04-28 04:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Damon", "family": "Cooper"}, "birth": {"tzo": "-05:00", "date": "1919-04-27 23:55", "place": {"c2": "KY", "cy": "US", "lg": -85.86667, "lat": 37.7, "name": "Elizabethtown"}, "date-ut": "1919-04-28 04:55"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "262"}}, "raw": {"H": "23:55", "TZ": "5h", "DAY": "27", "LAT": "37N42", "LON": "85W52", "MON": "4", "NUM": "262", "PRO": "MI", "YEA": "1919", "CICO": "Elizabethtown, KY", "NAME": "Cooper Damon"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16499	cooper-jane-1924-10-09	{"d10": "263"}	{"lerrcp": "D10-263"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jane", "family": "Cooper", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1924-10-09 09:15", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.45, "lat": 39.35, "name": "Atlantic City", "geoid": null}, "notime": null, "date-ut": "1924-10-09 14:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jane", "family": "Cooper"}, "birth": {"tzo": "-05:00", "date": "1924-10-09 09:15", "place": {"c2": "NJ", "cy": "US", "lg": -74.45, "lat": 39.35, "name": "Atlantic City"}, "date-ut": "1924-10-09 14:15"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "263"}}, "raw": {"H": "09:15", "TZ": "5h", "DAY": "9", "LAT": "39N21", "LON": "74W27", "MON": "10", "NUM": "263", "PRO": "WR", "YEA": "1924", "CICO": "Atlantic City, NJ", "NAME": "Cooper Jane"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16500	cooper-kenneth-1923-11-12	{"d10": "264"}	{"lerrcp": "D10-264"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kenneth", "family": "Cooper", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1923-11-12 05:20", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -94.91667, "lat": 39.36667, "name": "Fort Leavenworth", "geoid": null}, "notime": null, "date-ut": "1923-11-12 11:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Kenneth", "family": "Cooper"}, "birth": {"tzo": "-06:00", "date": "1923-11-12 05:20", "place": {"c2": "KS", "cy": "US", "lg": -94.91667, "lat": 39.36667, "name": "Fort Leavenworth"}, "date-ut": "1923-11-12 11:20"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "264"}}, "raw": {"H": "05:20", "TZ": "6h", "DAY": "12", "LAT": "39N22", "LON": "94W55", "MON": "11", "NUM": "264", "PRO": "MI", "YEA": "1923", "CICO": "Fort Leavenworth, KS", "NAME": "Cooper Kenneth"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16501	coppola-francis-1939-04-07	{"d10": "265"}	{"lerrcp": "D10-265"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Coppola", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1939-04-07 01:38", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "US", "lg": -83.05, "lat": 42.33333, "name": "Detroit", "geoid": null}, "notime": null, "date-ut": "1939-04-07 06:38"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Francis", "family": "Coppola"}, "birth": {"tzo": "-05:00", "date": "1939-04-07 01:38", "place": {"c2": "MI", "cy": "US", "lg": -83.05, "lat": 42.33333, "name": "Detroit"}, "date-ut": "1939-04-07 06:38"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "265"}}, "raw": {"H": "01:38", "TZ": "5h", "DAY": "7", "LAT": "42N20", "LON": "83W3", "MON": "4", "NUM": "265", "PRO": "AC", "YEA": "1939", "CICO": "Detroit, MI", "NAME": "Coppola Francis"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16502	corbin-thomas-1917-01-14	{"d10": "266"}	{"lerrcp": "D10-266"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Thomas", "family": "Corbin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1917-01-14 04:30", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -77.96667, "lat": 35.55, "name": "Fremont", "geoid": null}, "notime": null, "date-ut": "1917-01-14 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Thomas", "family": "Corbin"}, "birth": {"tzo": "-05:00", "date": "1917-01-14 04:30", "place": {"c2": "NC", "cy": "US", "lg": -77.96667, "lat": 35.55, "name": "Fremont"}, "date-ut": "1917-01-14 09:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "266"}}, "raw": {"H": "04:30", "TZ": "5h", "DAY": "14", "LAT": "35N33", "LON": "77W58", "MON": "1", "NUM": "266", "PRO": "MI", "YEA": "1917", "CICO": "Fremont, NC", "NAME": "Corbin Thomas"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16503	cosell-howard-1920-03-25	{"d10": "267"}	{"lerrcp": "D10-267"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Howard", "family": "Cosell", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1920-03-25 14:15", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -80.25, "lat": 36.1, "name": "WinstonSalem", "geoid": null}, "notime": null, "date-ut": "1920-03-25 19:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Howard", "family": "Cosell"}, "birth": {"tzo": "-05:00", "date": "1920-03-25 14:15", "place": {"c2": "NC", "cy": "US", "lg": -80.25, "lat": 36.1, "name": "WinstonSalem"}, "date-ut": "1920-03-25 19:15"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "267"}}, "raw": {"H": "14:15", "TZ": "5h", "DAY": "25", "LAT": "36N6", "LON": "80W15", "MON": "3", "NUM": "267", "PRO": "AC", "YEA": "1920", "CICO": "WinstonSalem, NC", "NAME": "Cosell Howard"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16504	coulette-henri-1927-11-11	{"d10": "268"}	{"lerrcp": "D10-268"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Coulette", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1927-11-11 04:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1927-11-11 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Coulette"}, "birth": {"tzo": "-08:00", "date": "1927-11-11 04:00", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1927-11-11 12:00"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "268"}}, "raw": {"H": "04:00", "TZ": "8h", "DAY": "11", "LAT": "34N4", "LON": "118W15", "MON": "11", "NUM": "268", "PRO": "WR", "YEA": "1927", "CICO": "Los Angeles, CA", "NAME": "Coulette Henri"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16507	cowen-ronald-1944-09-15	{"d10": "271"}	{"lerrcp": "D10-271"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ronald", "family": "Cowen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1944-09-15 08:50", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati", "geoid": null}, "notime": null, "date-ut": "1944-09-15 13:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Ronald", "family": "Cowen"}, "birth": {"tzo": "-05:00", "date": "1944-09-15 08:50", "place": {"c2": "OH", "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati"}, "date-ut": "1944-09-15 13:50"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "271"}}, "raw": {"H": "08:50", "TZ": "5h", "DAY": "15", "LAT": "39N6", "LON": "84W31", "MON": "9", "NUM": "271", "PRO": "WR", "YEA": "1944", "CICO": "Cincinnati, OH", "NAME": "Cowen Ronald"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16509	cox-allan-1926-12-17	{"d10": "273"}	{"lerrcp": "D10-273"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Allan", "family": "Cox", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1926-12-17 01:50", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -117.86667, "lat": 33.76667, "name": "Santa Ana", "geoid": null}, "notime": null, "date-ut": "1926-12-17 09:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Allan", "family": "Cox"}, "birth": {"tzo": "-08:00", "date": "1926-12-17 01:50", "place": {"c2": "CA", "cy": "US", "lg": -117.86667, "lat": 33.76667, "name": "Santa Ana"}, "date-ut": "1926-12-17 09:50"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "273"}}, "raw": {"H": "01:50", "TZ": "8h", "DAY": "17", "LAT": "33N46", "LON": "117W52", "MON": "12", "NUM": "273", "PRO": "SC", "YEA": "1926", "CICO": "Santa Ana, CA", "NAME": "Cox Allan"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16510	crain-jeanne-1925-05-25	{"d10": "274"}	{"lerrcp": "D10-274"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jeanne", "family": "Crain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1925-05-25 17:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -117.01667, "lat": 34.9, "name": "Barstow", "geoid": null}, "notime": null, "date-ut": "1925-05-26 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jeanne", "family": "Crain"}, "birth": {"tzo": "-08:00", "date": "1925-05-25 17:00", "place": {"c2": "CA", "cy": "US", "lg": -117.01667, "lat": 34.9, "name": "Barstow"}, "date-ut": "1925-05-26 01:00"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "274"}}, "raw": {"H": "17:00", "TZ": "8h", "DAY": "25", "LAT": "34N54", "LON": "117W1", "MON": "5", "NUM": "274", "PRO": "AC", "YEA": "1925", "CICO": "Barstow, CA", "NAME": "Crain Jeanne"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16511	cranston-alan-1914-06-19	{"d10": "275"}	{"lerrcp": "D10-275"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alan", "family": "Cranston", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1914-06-19 07:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.16667, "lat": 37.45, "name": "Palo Alto", "geoid": null}, "notime": null, "date-ut": "1914-06-19 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Alan", "family": "Cranston"}, "birth": {"tzo": "-08:00", "date": "1914-06-19 07:00", "place": {"c2": "CA", "cy": "US", "lg": -122.16667, "lat": 37.45, "name": "Palo Alto"}, "date-ut": "1914-06-19 15:00"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "275"}}, "raw": {"H": "07:00", "TZ": "8h", "DAY": "19", "LAT": "37N27", "LON": "122W10", "MON": "6", "NUM": "275", "PRO": "PO", "YEA": "1914", "CICO": "Palo Alto, CA", "NAME": "Cranston Alan"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16512	crenna-richard-1927-11-30	{"d10": "276"}	{"lerrcp": "D10-276"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Crenna", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1927-11-30 16:14", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1927-12-01 00:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Crenna"}, "birth": {"tzo": "-08:00", "date": "1927-11-30 16:14", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1927-12-01 00:14"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "276"}}, "raw": {"H": "16:14", "TZ": "8h", "DAY": "30", "LAT": "34N4", "LON": "118W15", "MON": "11", "NUM": "276", "PRO": "AC", "YEA": "1927", "CICO": "Los Angeles, CA", "NAME": "Crenna Richard"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16513	crippen-robert-1937-09-11	{"d10": "277"}	{"lerrcp": "D10-277"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Crippen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1937-09-11 14:45", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -94.1, "lat": 30.08333, "name": "Beaumont", "geoid": null}, "notime": null, "date-ut": "1937-09-11 20:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Crippen"}, "birth": {"tzo": "-06:00", "date": "1937-09-11 14:45", "place": {"c2": "TX", "cy": "US", "lg": -94.1, "lat": 30.08333, "name": "Beaumont"}, "date-ut": "1937-09-11 20:45"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "277"}}, "raw": {"H": "14:45", "TZ": "6h", "DAY": "11", "LAT": "30N5", "LON": "94W6", "MON": "9", "NUM": "277", "PRO": "MI", "YEA": "1937", "CICO": "Beaumont, TX", "NAME": "Crippen Robert"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16514	cristol-stanley-1916-06-14	{"d10": "278"}	{"lerrcp": "D10-278"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stanley", "family": "Cristol", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1916-06-14 11:30", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago", "geoid": null}, "notime": null, "date-ut": "1916-06-14 17:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Stanley", "family": "Cristol"}, "birth": {"tzo": "-06:00", "date": "1916-06-14 11:30", "place": {"c2": "IL", "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago"}, "date-ut": "1916-06-14 17:30"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "278"}}, "raw": {"H": "11:30", "TZ": "6h", "DAY": "14", "LAT": "41N52", "LON": "87W39", "MON": "6", "NUM": "278", "PRO": "SC", "YEA": "1916", "CICO": "Chicago, IL", "NAME": "Cristol Stanley"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16516	cross-richard-1920-06-04	{"d10": "280"}	{"lerrcp": "D10-280"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Cross", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1920-06-04 14:00", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis", "geoid": null}, "notime": null, "date-ut": "1920-06-04 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Cross"}, "birth": {"tzo": "-06:00", "date": "1920-06-04 14:00", "place": {"c2": "MO", "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis"}, "date-ut": "1920-06-04 20:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "280"}}, "raw": {"H": "14:00", "TZ": "6h", "DAY": "4", "LAT": "38N37", "LON": "90W12", "MON": "6", "NUM": "280", "PRO": "MI", "YEA": "1920", "CICO": "St Louis, MO", "NAME": "Cross Richard"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16517	crossfield-albert-1921-10-02	{"d10": "281"}	{"lerrcp": "D10-281"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Crossfield", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1921-10-02 08:45", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.26667, "lat": 37.86667, "name": "Berkeley", "geoid": null}, "notime": null, "date-ut": "1921-10-02 16:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Crossfield"}, "birth": {"tzo": "-08:00", "date": "1921-10-02 08:45", "place": {"c2": "CA", "cy": "US", "lg": -122.26667, "lat": 37.86667, "name": "Berkeley"}, "date-ut": "1921-10-02 16:45"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "281"}}, "raw": {"H": "08:45", "TZ": "8h", "DAY": "2", "LAT": "37N52", "LON": "122W16", "MON": "10", "NUM": "281", "PRO": "SC", "YEA": "1921", "CICO": "Berkeley, CA", "NAME": "Crossfield Albert"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16519	culp-robert-1930-08-16	{"d10": "283"}	{"lerrcp": "D10-283"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Culp", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1930-08-16 23:16", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.26667, "lat": 37.81667, "name": "Oakland", "geoid": null}, "notime": null, "date-ut": "1930-08-17 07:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Culp"}, "birth": {"tzo": "-08:00", "date": "1930-08-16 23:16", "place": {"c2": "CA", "cy": "US", "lg": -122.26667, "lat": 37.81667, "name": "Oakland"}, "date-ut": "1930-08-17 07:16"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "283"}}, "raw": {"H": "23:16", "TZ": "8h", "DAY": "16", "LAT": "37N49", "LON": "122W16", "MON": "8", "NUM": "283", "PRO": "AC", "YEA": "1930", "CICO": "Oakland, CA", "NAME": "Culp Robert"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16520	cummings-constance-1910-05-15	{"d10": "284"}	{"lerrcp": "D10-284"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Constance", "family": "Cummings", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1910-05-15 07:48", "note": null, "place": {"c1": null, "c2": "WA", "c3": null, "cy": "US", "lg": -122.33333, "lat": 47.6, "name": "Seattle", "geoid": null}, "notime": null, "date-ut": "1910-05-15 15:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Constance", "family": "Cummings"}, "birth": {"tzo": "-08:00", "date": "1910-05-15 07:48", "place": {"c2": "WA", "cy": "US", "lg": -122.33333, "lat": 47.6, "name": "Seattle"}, "date-ut": "1910-05-15 15:48"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "284"}}, "raw": {"H": "07:48", "TZ": "8h", "DAY": "15", "LAT": "47N36", "LON": "122W20", "MON": "5", "NUM": "284", "PRO": "AC", "YEA": "1910", "CICO": "Seattle, WA", "NAME": "Cummings Constance"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16521	cunningham-sam-1950-08-15	{"d10": "285", "3a_sports": "1174", "rawlins-ertel-irving": "77"}	{"ertel": "ES-1174", "csicop": "CS-77", "lerrcp": "D10-285"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sam", "family": "Cunningham", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1950-08-15 03:24", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -119.7, "lat": 34.41667, "name": "Santa Barbara", "geoid": null}, "notime": null, "date-ut": "1950-08-15 11:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Sam", "family": "Cunningham"}, "birth": {"tzo": "-08:00", "date": "1950-08-15 03:24", "place": {"c2": "CA", "cy": "US", "lg": -119.7, "lat": 34.41667, "name": "Santa Barbara"}, "date-ut": "1950-08-15 11:24"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "285"}}, "raw": {"H": "03:24", "TZ": "8h", "DAY": "15", "LAT": "34N25", "LON": "119W42", "MON": "8", "NUM": "285", "PRO": "SP", "YEA": "1950", "CICO": "Santa Barbara, CA", "NAME": "Cunningham Sam"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "77"}}, "raw": {"LA1": "34", "LA2": "25", "LO1": "119", "LO2": "42", "AMPM": "A", "MARS": "25", "NAME": "Cunningham", "BATCH": "1", "Satz#": "77", "GEBDAT": "15 8 1950", "GEBORT": "CA", "GEBZEIT": "3 24", "VORNAME": "Sam", "SPORTART": "FOOT", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-1174"}}, "raw": {"L": "", "MF": "", "NR": "1174", "ENG": "", "MA_": "0", "G_NR": "285", "MA12": "9", "MARS": "25", "NAME": "Cunningham", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "1,800", "CSINR": "77", "KURTZ": "", "PHAS_": "2,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "15.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Sam", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.08.1950", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16524	curtis-keene-1923-02-15	{"d10": "288"}	{"lerrcp": "D10-288"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Keene", "family": "Curtis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1923-02-15 18:34", "note": null, "place": {"c1": null, "c2": "UT", "c3": null, "cy": "US", "lg": -111.88333, "lat": 40.75, "name": "Salt Lake City", "geoid": null}, "notime": null, "date-ut": "1923-02-16 01:34"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Keene", "family": "Curtis"}, "birth": {"tzo": "-07:00", "date": "1923-02-15 18:34", "place": {"c2": "UT", "cy": "US", "lg": -111.88333, "lat": 40.75, "name": "Salt Lake City"}, "date-ut": "1923-02-16 01:34"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "288"}}, "raw": {"H": "18:34", "TZ": "7h", "DAY": "15", "LAT": "40N45", "LON": "111W53", "MON": "2", "NUM": "288", "PRO": "AC", "YEA": "1923", "CICO": "Salt Lake City, UT", "NAME": "Curtis Keene"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16525	da-silva-howard-1909-05-04	{"d10": "289"}	{"lerrcp": "D10-289"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Howard", "family": "Da Silva", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1909-05-04 06:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1909-05-04 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Howard", "family": "Da Silva"}, "birth": {"tzo": "-06:00", "date": "1909-05-04 06:00", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1909-05-04 12:00"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "289"}}, "raw": {"H": "06:00", "TZ": "6h", "DAY": "4", "LAT": "41N30", "LON": "81W42", "MON": "5", "NUM": "289", "PRO": "AC", "YEA": "1909", "CICO": "Cleveland, OH", "NAME": "Da Silva Howard"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16526	dahl-arlene-1925-08-11	{"d10": "290"}	{"lerrcp": "D10-290"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arlene", "family": "Dahl", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1925-08-11 04:10", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis", "geoid": null}, "notime": null, "date-ut": "1925-08-11 10:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Arlene", "family": "Dahl"}, "birth": {"tzo": "-06:00", "date": "1925-08-11 04:10", "place": {"c2": "MN", "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis"}, "date-ut": "1925-08-11 10:10"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "290"}}, "raw": {"H": "04:10", "TZ": "6h", "DAY": "11", "LAT": "44N59", "LON": "93W16", "MON": "8", "NUM": "290", "PRO": "AC", "YEA": "1925", "CICO": "Minneapolis, MN", "NAME": "Dahl Arlene"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16522	curtis-ann-1926-03-06	{"d10": "286", "3a_sports": "1179"}	{"ertel": "ES-1179", "lerrcp": "D10-286"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ann", "family": "Curtis", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "-08:00", "date": "1926-03-06 23:59", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1926-03-07 07:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "Ann", "family": "Curtis"}, "birth": {"tzo": "-08:00", "date": "1926-03-06 23:59", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1926-03-07 07:59"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "286"}}, "raw": {"H": "23:59", "TZ": "8h", "DAY": "6", "LAT": "37N47", "LON": "122W25", "MON": "3", "NUM": "286", "PRO": "SP", "YEA": "1926", "CICO": "San Francisco, CA", "NAME": "Curtis Ann"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "F", "occus": ["swimmer"], "partial-ids": {"ertel": "ES-1179"}}, "raw": {"L": "", "MF": "F", "NR": "1179", "ENG": "", "MA_": "0", "G_NR": "286", "MA12": "11", "MARS": "32", "NAME": "Curtis", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "65,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "06.03.", "ZITATE": "KSEX", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ann", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "06.03.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SWIM", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:05+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16528	dallessandro-joe-1948-12-31	{"d10": "292"}	{"lerrcp": "D10-292"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joe", "family": "Dallessandro", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1948-12-31 15:00", "note": null, "place": {"c1": null, "c2": "FL", "c3": null, "cy": "US", "lg": -87.21667, "lat": 30.41667, "name": "Pensacola", "geoid": null}, "notime": null, "date-ut": "1948-12-31 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Joe", "family": "Dallessandro"}, "birth": {"tzo": "-06:00", "date": "1948-12-31 15:00", "place": {"c2": "FL", "cy": "US", "lg": -87.21667, "lat": 30.41667, "name": "Pensacola"}, "date-ut": "1948-12-31 21:00"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "292"}}, "raw": {"H": "15:00", "TZ": "6h", "DAY": "31", "LAT": "30N25", "LON": "87W13", "MON": "12", "NUM": "292", "PRO": "AC", "YEA": "1948", "CICO": "Pensacola, FL", "NAME": "Dallessandro Joe"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16529	daly-james-1918-10-23	{"d10": "293"}	{"lerrcp": "D10-293"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Daly", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1918-10-23 13:30", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -89.81667, "lat": 44.38333, "name": "W Rapids", "geoid": null}, "notime": null, "date-ut": "1918-10-23 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "James", "family": "Daly"}, "birth": {"tzo": "-05:00", "date": "1918-10-23 13:30", "place": {"c2": "WI", "cy": "US", "lg": -89.81667, "lat": 44.38333, "name": "W Rapids"}, "date-ut": "1918-10-23 18:30"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "293"}}, "raw": {"H": "13:30", "TZ": "5h", "DAY": "23", "LAT": "44N23", "LON": "89W49", "MON": "10", "NUM": "293", "PRO": "AC", "YEA": "1918", "CICO": "W Rapids, WI", "NAME": "Daly James"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16531	daniels-john-1921-10-28	{"d10": "295"}	{"lerrcp": "D10-295"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Daniels", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1921-10-28 22:20", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.1, "lat": 44.95, "name": "St Paul", "geoid": null}, "notime": null, "date-ut": "1921-10-29 04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "John", "family": "Daniels"}, "birth": {"tzo": "-06:00", "date": "1921-10-28 22:20", "place": {"c2": "MN", "cy": "US", "lg": -93.1, "lat": 44.95, "name": "St Paul"}, "date-ut": "1921-10-29 04:20"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "295"}}, "raw": {"H": "22:20", "TZ": "6h", "DAY": "28", "LAT": "44N57", "LON": "93W6", "MON": "10", "NUM": "295", "PRO": "EX", "YEA": "1921", "CICO": "St Paul, MN", "NAME": "Daniels John"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16530	dandridge-bob-1947-11-15	{"d10": "294", "3a_sports": "1206", "rawlins-ertel-irving": "81"}	{"ertel": "ES-1206", "csicop": "CS-81", "lerrcp": "D10-294"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bob", "family": "Dandridge", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1947-11-15 13:25", "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "US", "lg": -77.45, "lat": 37.55, "name": "Richmond", "geoid": null}, "notime": null, "date-ut": "1947-11-15 18:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Bob", "family": "Dandridge"}, "birth": {"tzo": "-05:00", "date": "1947-11-15 13:25", "place": {"c2": "VA", "cy": "US", "lg": -77.45, "lat": 37.55, "name": "Richmond"}, "date-ut": "1947-11-15 18:25"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "294"}}, "raw": {"H": "13:25", "TZ": "5h", "DAY": "15", "LAT": "37N33", "LON": "77W27", "MON": "11", "NUM": "294", "PRO": "SP", "YEA": "1947", "CICO": "Richmond, VA", "NAME": "Dandridge Bob"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["basketball-player"]], "ids-in-sources": {"rawlins-ertel-irving": "81"}}, "raw": {"LA1": "37", "LA2": "32", "LO1": "77", "LO2": "27", "AMPM": "P", "MARS": "19", "NAME": "Dandridge", "BATCH": "1", "Satz#": "81", "GEBDAT": "15 11 1947", "GEBORT": "VA", "GEBZEIT": "1 25", "VORNAME": "Bob", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["basketball-player"], "partial-ids": {"ertel": "ES-1206"}}, "raw": {"L": "", "MF": "", "NR": "1206", "ENG": "", "MA_": "1", "G_NR": "293", "MA12": "7", "MARS": "19", "NAME": "Dandridge", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "3,400", "CSINR": "81", "KURTZ": "", "PHAS_": "4,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "15.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bob", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.11.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BASK", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:05+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16532	danton-j-1908-07-05	{"d10": "296"}	{"lerrcp": "D10-296"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "J", "family": "Danton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1908-07-05 16:15", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.16667, "lat": 37.45, "name": "Palo Alto", "geoid": null}, "notime": null, "date-ut": "1908-07-06 00:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"name": {"given": "J", "family": "Danton"}, "birth": {"tzo": "-08:00", "date": "1908-07-05 16:15", "place": {"c2": "CA", "cy": "US", "lg": -122.16667, "lat": 37.45, "name": "Palo Alto"}, "date-ut": "1908-07-06 00:15"}, "occus": ["miscelaneous"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "296"}}, "raw": {"H": "16:15", "TZ": "8h", "DAY": "5", "LAT": "37N27", "LON": "122W10", "MON": "7", "NUM": "296", "PRO": "X", "YEA": "1908", "CICO": "Palo Alto, CA", "NAME": "Danton J"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16533	dauben-william-1919-11-06	{"d10": "297"}	{"lerrcp": "D10-297"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Dauben", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1919-11-06 23:10", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83, "lat": 39.96667, "name": "Columbus", "geoid": null}, "notime": null, "date-ut": "1919-11-07 05:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "William", "family": "Dauben"}, "birth": {"tzo": "-06:00", "date": "1919-11-06 23:10", "place": {"c2": "OH", "cy": "US", "lg": -83, "lat": 39.96667, "name": "Columbus"}, "date-ut": "1919-11-07 05:10"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "297"}}, "raw": {"H": "23:10", "TZ": "6h", "DAY": "6", "LAT": "39N58", "LON": "83W0", "MON": "11", "NUM": "297", "PRO": "SC", "YEA": "1919", "CICO": "Columbus, OH", "NAME": "Dauben William"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16536	davies-thomas-1914-11-03	{"d10": "300"}	{"lerrcp": "D10-300"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Thomas", "family": "Davies", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1914-11-03 17:28", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1914-11-03 22:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Thomas", "family": "Davies"}, "birth": {"tzo": "-05:00", "date": "1914-11-03 17:28", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1914-11-03 22:28"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "300"}}, "raw": {"H": "17:28", "TZ": "5h", "DAY": "3", "LAT": "41N30", "LON": "81W42", "MON": "11", "NUM": "300", "PRO": "MI", "YEA": "1914", "CICO": "Cleveland, OH", "NAME": "Davies Thomas"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16535	davies-richard-1930-10-29	{"d10": "299", "3a_sports": "1233"}	{"ertel": "ES-1233", "lerrcp": "D10-299"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Davies", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1930-10-29 17:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.15, "lat": 34.15, "name": "Pasadena", "geoid": null}, "notime": null, "date-ut": "1930-10-30 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["golfer"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Davies"}, "birth": {"tzo": "-08:00", "date": "1930-10-29 17:00", "place": {"c2": "CA", "cy": "US", "lg": -118.15, "lat": 34.15, "name": "Pasadena"}, "date-ut": "1930-10-30 01:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "299"}}, "raw": {"H": "17:00", "TZ": "8h", "DAY": "29", "LAT": "34N9", "LON": "118W9", "MON": "10", "NUM": "299", "PRO": "SP", "YEA": "1930", "CICO": "Pasadena, CA", "NAME": "Davies Richard"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["golfer"], "partial-ids": {"ertel": "ES-1233"}}, "raw": {"L": "", "MF": "", "NR": "1233", "ENG": "", "MA_": "1", "G_NR": "299", "MA12": "9", "MARS": "26", "NAME": "Davies", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "9,500", "CSINR": "", "KURTZ": "", "PHAS_": "46,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "29.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Richard D.", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.10.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "GOLF", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:05+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16538	davis-harold-1921-01-05	{"d10": "302", "3a_sports": "1235", "rawlins-ertel-irving": "85"}	{"ertel": "ES-1235", "csicop": "CS-85", "lerrcp": "D10-302"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Harold", "family": "Davis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1921-01-05 02:21", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -121.65, "lat": 36.66667, "name": "Salinas", "geoid": null}, "notime": null, "date-ut": "1921-01-05 10:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Harold", "family": "Davis"}, "birth": {"tzo": "-08:00", "date": "1921-01-05 02:21", "place": {"c2": "CA", "cy": "US", "lg": -121.65, "lat": 36.66667, "name": "Salinas"}, "date-ut": "1921-01-05 10:21"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "302"}}, "raw": {"H": "02:21", "TZ": "8h", "DAY": "5", "LAT": "36N40", "LON": "121W39", "MON": "1", "NUM": "302", "PRO": "SP", "YEA": "1921", "CICO": "Salinas, CA", "NAME": "Davis Harold"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["motor-sports-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "85"}}, "raw": {"LA1": "36", "LA2": "40", "LO1": "121", "LO2": "39", "AMPM": "A", "MARS": "26", "NAME": "Davis", "BATCH": "2", "Satz#": "85", "GEBDAT": "5 1 1921", "GEBORT": "CA", "GEBZEIT": "2 21", "VORNAME": "Harold", "SPORTART": "AUTO", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["motor-sports-competitor"], "partial-ids": {"ertel": "ES-1235"}}, "raw": {"L": "", "MF": "", "NR": "1235", "ENG": "", "MA_": "1", "G_NR": "302", "MA12": "9", "MARS": "26", "NAME": "Davis", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-7,700", "CSINR": "85", "KURTZ": "", "PHAS_": "15,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "05.01.", "ZITATE": "COX", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Harold", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "05.01.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:05+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16539	davis-jack-1930-09-11	{"d10": "303", "3a_sports": "1236"}	{"ertel": "ES-1236", "lerrcp": "D10-303"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jack", "family": "Davis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1930-09-11 06:15", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -101.83333, "lat": 35.21667, "name": "Amarillo", "geoid": null}, "notime": null, "date-ut": "1930-09-11 12:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Jack", "family": "Davis"}, "birth": {"tzo": "-06:00", "date": "1930-09-11 06:15", "place": {"c2": "TX", "cy": "US", "lg": -101.83333, "lat": 35.21667, "name": "Amarillo"}, "date-ut": "1930-09-11 12:15"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "303"}}, "raw": {"H": "06:15", "TZ": "6h", "DAY": "11", "LAT": "35N13", "LON": "101W50", "MON": "9", "NUM": "303", "PRO": "SP", "YEA": "1930", "CICO": "Amarillo, TX", "NAME": "Davis Jack"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-1236"}}, "raw": {"L": "", "MF": "", "NR": "1236", "ENG": "", "MA_": "0", "G_NR": "303", "MA12": "3", "MARS": "7", "NAME": "Davis", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-4,300", "CSINR": "", "KURTZ": "", "PHAS_": "92,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "11.09.", "ZITATE": "DKOX", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jack", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "11.09.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:05+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16542	davis-ronald-1937-06-29	{"d10": "306"}	{"lerrcp": "D10-306"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ronald", "family": "Davis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1937-06-29 02:45", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.48333, "lat": 34.01667, "name": "Santa Monica", "geoid": null}, "notime": null, "date-ut": "1937-06-29 10:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Ronald", "family": "Davis"}, "birth": {"tzo": "-08:00", "date": "1937-06-29 02:45", "place": {"c2": "CA", "cy": "US", "lg": -118.48333, "lat": 34.01667, "name": "Santa Monica"}, "date-ut": "1937-06-29 10:45"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "306"}}, "raw": {"H": "02:45", "TZ": "8h", "DAY": "29", "LAT": "34N1", "LON": "118W29", "MON": "6", "NUM": "306", "PRO": "AR", "YEA": "1937", "CICO": "Santa Monica, CA", "NAME": "Davis Ronald"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16545	day-laraine-1920-10-13	{"d10": "309"}	{"lerrcp": "D10-309"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Laraine", "family": "Day", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1920-10-13 14:50", "note": null, "place": {"c1": null, "c2": "UT", "c3": null, "cy": "US", "lg": -109.98333, "lat": 40.3, "name": "Roosevelt", "geoid": null}, "notime": null, "date-ut": "1920-10-13 21:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Laraine", "family": "Day"}, "birth": {"tzo": "-07:00", "date": "1920-10-13 14:50", "place": {"c2": "UT", "cy": "US", "lg": -109.98333, "lat": 40.3, "name": "Roosevelt"}, "date-ut": "1920-10-13 21:50"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "309"}}, "raw": {"H": "14:50", "TZ": "7h", "DAY": "13", "LAT": "40N18", "LON": "109W59", "MON": "10", "NUM": "309", "PRO": "AC", "YEA": "1920", "CICO": "Roosevelt, UT", "NAME": "Day Laraine"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16546	de-andrea-john-1941-11-24	{"d10": "310"}	{"lerrcp": "D10-310"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "De Andrea", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1941-11-24 08:21", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "US", "lg": -104.98333, "lat": 39.73333, "name": "Denver", "geoid": null}, "notime": null, "date-ut": "1941-11-24 15:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "John", "family": "De Andrea"}, "birth": {"tzo": "-07:00", "date": "1941-11-24 08:21", "place": {"c2": "CO", "cy": "US", "lg": -104.98333, "lat": 39.73333, "name": "Denver"}, "date-ut": "1941-11-24 15:21"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "310"}}, "raw": {"H": "08:21", "TZ": "7h", "DAY": "24", "LAT": "39N44", "LON": "104W59", "MON": "11", "NUM": "310", "PRO": "AR", "YEA": "1941", "CICO": "Denver, CO", "NAME": "De Andrea John"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16544	day-doris-1922-04-03	{"d10": "308", "afd3": "52"}	{"lerrcp": "D10-308", "muller": "M3-52"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Doris", "family": "Day", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "-06:00", "date": "1922-04-03 16:30", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati", "geoid": null}, "notime": null, "date-ut": "1922-04-03 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Doris", "family": "Day"}, "birth": {"tzo": "-06:00", "date": "1922-04-03 16:30", "place": {"c2": "OH", "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati"}, "date-ut": "1922-04-03 22:30"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "308"}}, "raw": {"H": "16:30", "TZ": "6h", "DAY": "3", "LAT": "39N6", "LON": "84W31", "MON": "4", "NUM": "308", "PRO": "AC", "YEA": "1922", "CICO": "Cincinnati, OH", "NAME": "Day Doris"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "F", "occus": ["actor"], "place": {"c1": "OH"}, "sources": "afd3", "ids-in-sources": {"afd3": "52"}}, "raw": {"CY": "USA", "GQ": "G", "LG": "084 W 25", "LAT": "39 N 08", "TZO": "6.00", "DATE": "03.04.1922", "MUID": "052", "NAME": "DAY, Doris (KAPPELHOFF, Doris VON)", "OCCU": "AR 03", "TIME": "16.30", "BOOKS": "237", "PLACE": "Cincinnati (Ohio)", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
16547	de-busschere-david-1940-10-16	{"d10": "311"}	{"lerrcp": "D10-311"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "David", "family": "De Busschere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1940-10-16 12:58", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "US", "lg": -83.05, "lat": 42.33333, "name": "Detroit", "geoid": null}, "notime": null, "date-ut": "1940-10-16 17:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sportsperson"]	5	null	[{"new": {"name": {"given": "David", "family": "De Busschere"}, "birth": {"tzo": "-05:00", "date": "1940-10-16 12:58", "place": {"c2": "MI", "cy": "US", "lg": -83.05, "lat": 42.33333, "name": "Detroit"}, "date-ut": "1940-10-16 17:58"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "311"}}, "raw": {"H": "12:58", "TZ": "5h", "DAY": "16", "LAT": "42N20", "LON": "83W3", "MON": "10", "NUM": "311", "PRO": "SP", "YEA": "1940", "CICO": "Detroit, MI", "NAME": "De Busschere David"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16549	de-gaetani-jan-1933-07-10	{"d10": "313"}	{"lerrcp": "D10-313"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "De Gaetani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1933-07-10 21:43", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.53333, "lat": 40.8, "name": "Massillon", "geoid": null}, "notime": null, "date-ut": "1933-07-11 02:43"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Jan", "family": "De Gaetani"}, "birth": {"tzo": "-05:00", "date": "1933-07-10 21:43", "place": {"c2": "OH", "cy": "US", "lg": -81.53333, "lat": 40.8, "name": "Massillon"}, "date-ut": "1933-07-11 02:43"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "313"}}, "raw": {"H": "21:43", "TZ": "5h", "DAY": "10", "LAT": "40N48", "LON": "81W32", "MON": "7", "NUM": "313", "PRO": "AR", "YEA": "1933", "CICO": "Massillon, OH", "NAME": "De Gaetani Jan"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16550	de-haven-gloria-1925-07-23	{"d10": "314"}	{"lerrcp": "D10-314"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gloria", "family": "De Haven", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1925-07-23 19:31", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1925-07-24 03:31"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gloria", "family": "De Haven"}, "birth": {"tzo": "-08:00", "date": "1925-07-23 19:31", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1925-07-24 03:31"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "314"}}, "raw": {"H": "19:31", "TZ": "8h", "DAY": "23", "LAT": "34N4", "LON": "118W15", "MON": "7", "NUM": "314", "PRO": "AC", "YEA": "1925", "CICO": "Los Angeles, CA", "NAME": "De Haven Gloria"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16551	de-lavallade-carmen-1931-03-06	{"d10": "315"}	{"lerrcp": "D10-315"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carmen", "family": "De Lavallade", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1931-03-06 02:40", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1931-03-06 10:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Carmen", "family": "De Lavallade"}, "birth": {"tzo": "-08:00", "date": "1931-03-06 02:40", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1931-03-06 10:40"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "315"}}, "raw": {"H": "02:40", "TZ": "8h", "DAY": "6", "LAT": "34N4", "LON": "118W15", "MON": "3", "NUM": "315", "PRO": "AR", "YEA": "1931", "CICO": "Los Angeles, CA", "NAME": "De Lavallade Carmen"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16552	de-poix-vincent-1916-08-13	{"d10": "316"}	{"lerrcp": "D10-316"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincent", "family": "De Poix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1916-08-13 15:55", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1916-08-13 23:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Vincent", "family": "De Poix"}, "birth": {"tzo": "-08:00", "date": "1916-08-13 15:55", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1916-08-13 23:55"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "316"}}, "raw": {"H": "15:55", "TZ": "8h", "DAY": "13", "LAT": "34N4", "LON": "118W15", "MON": "8", "NUM": "316", "PRO": "MI", "YEA": "1916", "CICO": "Los Angeles, CA", "NAME": "De Poix Vincent"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16553	deane-john-1919-06-08	{"d10": "317"}	{"lerrcp": "D10-317"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Deane", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1919-06-08 16:23", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1919-06-08 23:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "John", "family": "Deane"}, "birth": {"tzo": "-07:00", "date": "1919-06-08 16:23", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1919-06-08 23:23"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "317"}}, "raw": {"H": "16:23", "TZ": "7h", "DAY": "8", "LAT": "37N47", "LON": "122W25", "MON": "6", "NUM": "317", "PRO": "MI", "YEA": "1919", "CICO": "San Francisco, CA", "NAME": "Deane John"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16554	dee-frances-1907-11-26	{"d10": "318"}	{"lerrcp": "D10-318"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frances", "family": "Dee", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1907-11-26 03:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1907-11-26 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Frances", "family": "Dee"}, "birth": {"tzo": "-08:00", "date": "1907-11-26 03:00", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1907-11-26 11:00"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "318"}}, "raw": {"H": "03:00", "TZ": "8h", "DAY": "26", "LAT": "34N4", "LON": "118W15", "MON": "11", "NUM": "318", "PRO": "AC", "YEA": "1907", "CICO": "Los Angeles, CA", "NAME": "Dee Frances"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16555	dee-sandra-1942-04-23	{"d10": "319"}	{"lerrcp": "D10-319"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sandra", "family": "Dee", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1942-04-23 05:35", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.11667, "lat": 40.66667, "name": "Bayonne", "geoid": null}, "notime": null, "date-ut": "1942-04-23 09:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Sandra", "family": "Dee"}, "birth": {"tzo": "-04:00", "date": "1942-04-23 05:35", "place": {"c2": "NJ", "cy": "US", "lg": -74.11667, "lat": 40.66667, "name": "Bayonne"}, "date-ut": "1942-04-23 09:35"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "319"}}, "raw": {"H": "05:35", "TZ": "4h", "DAY": "23", "LAT": "40N40", "LON": "74W7", "MON": "4", "NUM": "319", "PRO": "AC", "YEA": "1942", "CICO": "Bayonne, NJ", "NAME": "Dee Sandra"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16556	delford-brown-robert-1930-10-25	{"d10": "320"}	{"lerrcp": "D10-320"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Delford Brown", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1930-10-25 11:15", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "US", "lg": -105.01667, "lat": 38.38333, "name": "Portland", "geoid": null}, "notime": null, "date-ut": "1930-10-25 18:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Delford Brown"}, "birth": {"tzo": "-07:00", "date": "1930-10-25 11:15", "place": {"c2": "CO", "cy": "US", "lg": -105.01667, "lat": 38.38333, "name": "Portland"}, "date-ut": "1930-10-25 18:15"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "320"}}, "raw": {"H": "11:15", "TZ": "7h", "DAY": "25", "LAT": "38N23", "LON": "105W1", "MON": "10", "NUM": "320", "PRO": "AR", "YEA": "1930", "CICO": "Portland, CO", "NAME": "Delford Brown Robert"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16557	dellums-ronald-1935-11-24	{"d10": "321"}	{"lerrcp": "D10-321"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ronald", "family": "Dellums", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1935-11-24 19:24", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.26667, "lat": 37.81667, "name": "Oakland", "geoid": null}, "notime": null, "date-ut": "1935-11-25 03:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Ronald", "family": "Dellums"}, "birth": {"tzo": "-08:00", "date": "1935-11-24 19:24", "place": {"c2": "CA", "cy": "US", "lg": -122.26667, "lat": 37.81667, "name": "Oakland"}, "date-ut": "1935-11-25 03:24"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "321"}}, "raw": {"H": "19:24", "TZ": "8h", "DAY": "24", "LAT": "37N49", "LON": "122W16", "MON": "11", "NUM": "321", "PRO": "PO", "YEA": "1935", "CICO": "Oakland, CA", "NAME": "Dellums Ronald"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16558	delorean-john-1925-01-06	{"d10": "322"}	{"lerrcp": "D10-322"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Delorean", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1925-01-06 12:00", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "US", "lg": -83.05, "lat": 42.33333, "name": "Detroit", "geoid": null}, "notime": null, "date-ut": "1925-01-06 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "John", "family": "Delorean"}, "birth": {"tzo": "-05:00", "date": "1925-01-06 12:00", "place": {"c2": "MI", "cy": "US", "lg": -83.05, "lat": 42.33333, "name": "Detroit"}, "date-ut": "1925-01-06 17:00"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "322"}}, "raw": {"H": "12:00", "TZ": "5h", "DAY": "6", "LAT": "42N20", "LON": "83W3", "MON": "1", "NUM": "322", "PRO": "EX", "YEA": "1925", "CICO": "Detroit, MI", "NAME": "Delorean John"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16560	demont-richard-1956-04-21	{"d10": "324", "3a_sports": "1349"}	{"ertel": "ES-1349", "lerrcp": "D10-324"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Demont", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1956-04-21 06:57", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1956-04-21 14:57"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Demont"}, "birth": {"tzo": "-08:00", "date": "1956-04-21 06:57", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1956-04-21 14:57"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "324"}}, "raw": {"H": "06:57", "TZ": "8h", "DAY": "21", "LAT": "37N47", "LON": "122W25", "MON": "4", "NUM": "324", "PRO": "SP", "YEA": "1956", "CICO": "San Francisco, CA", "NAME": "Demont Richard"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["swimmer"], "partial-ids": {"ertel": "ES-1349"}}, "raw": {"L": "", "MF": "", "NR": "1349", "ENG": "1", "MA_": "2", "G_NR": "323", "MA12": "4", "MARS": "10", "NAME": "Demont", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "81,700", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "21.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Richard", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "21.04.1956", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SWIM", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:08+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16562	dempster-kenneth-1917-09-25	{"d10": "326"}	{"lerrcp": "D10-326"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kenneth", "family": "Dempster", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1917-09-25 12:40", "note": null, "place": {"c1": null, "c2": "NV", "c3": null, "cy": "US", "lg": -119.75, "lat": 38.93333, "name": "Gardnerville", "geoid": null}, "notime": null, "date-ut": "1917-09-25 20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Kenneth", "family": "Dempster"}, "birth": {"tzo": "-08:00", "date": "1917-09-25 12:40", "place": {"c2": "NV", "cy": "US", "lg": -119.75, "lat": 38.93333, "name": "Gardnerville"}, "date-ut": "1917-09-25 20:40"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "326"}}, "raw": {"H": "12:40", "TZ": "8h", "DAY": "25", "LAT": "38N56", "LON": "119W45", "MON": "9", "NUM": "326", "PRO": "MI", "YEA": "1917", "CICO": "Gardnerville, NV", "NAME": "Dempster Kenneth"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16563	den-boer-james-1937-08-21	{"d10": "327"}	{"lerrcp": "D10-327"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Den Boer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1937-08-21 15:52", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -87.75, "lat": 43.76667, "name": "Sheboygan", "geoid": null}, "notime": null, "date-ut": "1937-08-21 21:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "James", "family": "Den Boer"}, "birth": {"tzo": "-06:00", "date": "1937-08-21 15:52", "place": {"c2": "WI", "cy": "US", "lg": -87.75, "lat": 43.76667, "name": "Sheboygan"}, "date-ut": "1937-08-21 21:52"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "327"}}, "raw": {"H": "15:52", "TZ": "6h", "DAY": "21", "LAT": "43N46", "LON": "87W45", "MON": "8", "NUM": "327", "PRO": "WR", "YEA": "1937", "CICO": "Sheboygan, WI", "NAME": "Den Boer James"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16564	deutsch-david-1943-08-08	{"d10": "328"}	{"lerrcp": "D10-328"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "David", "family": "Deutsch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1943-08-08 15:50", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1943-08-08 22:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "David", "family": "Deutsch"}, "birth": {"tzo": "-07:00", "date": "1943-08-08 15:50", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1943-08-08 22:50"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "328"}}, "raw": {"H": "15:50", "TZ": "7h", "DAY": "8", "LAT": "34N4", "LON": "118W15", "MON": "8", "NUM": "328", "PRO": "AR", "YEA": "1943", "CICO": "Los Angeles, CA", "NAME": "Deutsch David"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16565	devitt-edward-1911-05-05	{"d10": "329"}	{"lerrcp": "D10-329"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edward", "family": "Devitt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1911-05-05 06:00", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.1, "lat": 44.95, "name": "St Paul", "geoid": null}, "notime": null, "date-ut": "1911-05-05 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"name": {"given": "Edward", "family": "Devitt"}, "birth": {"tzo": "-06:00", "date": "1911-05-05 06:00", "place": {"c2": "MN", "cy": "US", "lg": -93.1, "lat": 44.95, "name": "St Paul"}, "date-ut": "1911-05-05 12:00"}, "occus": ["miscelaneous"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "329"}}, "raw": {"H": "06:00", "TZ": "6h", "DAY": "5", "LAT": "44N57", "LON": "93W6", "MON": "5", "NUM": "329", "PRO": "X", "YEA": "1911", "CICO": "St Paul, MN", "NAME": "Devitt Edward"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16566	dickey-william-1928-12-15	{"d10": "330"}	{"lerrcp": "D10-330"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Dickey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1928-12-15 04:30", "note": null, "place": {"c1": null, "c2": "WA", "c3": null, "cy": "US", "lg": -122.48333, "lat": 48.76667, "name": "Bellingham", "geoid": null}, "notime": null, "date-ut": "1928-12-15 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "William", "family": "Dickey"}, "birth": {"tzo": "-08:00", "date": "1928-12-15 04:30", "place": {"c2": "WA", "cy": "US", "lg": -122.48333, "lat": 48.76667, "name": "Bellingham"}, "date-ut": "1928-12-15 12:30"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "330"}}, "raw": {"H": "04:30", "TZ": "8h", "DAY": "15", "LAT": "48N46", "LON": "122W29", "MON": "12", "NUM": "330", "PRO": "WR", "YEA": "1928", "CICO": "Bellingham, WA", "NAME": "Dickey William"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16567	didion-joan-1934-12-05	{"d10": "331"}	{"lerrcp": "D10-331"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joan", "family": "Didion", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1934-12-05 17:55", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -121.48333, "lat": 38.58333, "name": "Sacramento", "geoid": null}, "notime": null, "date-ut": "1934-12-06 01:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Joan", "family": "Didion"}, "birth": {"tzo": "-08:00", "date": "1934-12-05 17:55", "place": {"c2": "CA", "cy": "US", "lg": -121.48333, "lat": 38.58333, "name": "Sacramento"}, "date-ut": "1934-12-06 01:55"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "331"}}, "raw": {"H": "17:55", "TZ": "8h", "DAY": "5", "LAT": "38N35", "LON": "121W29", "MON": "12", "NUM": "331", "PRO": "WR", "YEA": "1934", "CICO": "Sacramento, CA", "NAME": "Didion Joan"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16568	diebold-john-1926-06-08	{"d10": "332"}	{"lerrcp": "D10-332"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Diebold", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1926-06-08 00:50", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74, "lat": 40.76667, "name": "Weehawken", "geoid": null}, "notime": null, "date-ut": "1926-06-08 04:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "John", "family": "Diebold"}, "birth": {"tzo": "-04:00", "date": "1926-06-08 00:50", "place": {"c2": "NJ", "cy": "US", "lg": -74, "lat": 40.76667, "name": "Weehawken"}, "date-ut": "1926-06-08 04:50"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "332"}}, "raw": {"H": "00:50", "TZ": "4h", "DAY": "8", "LAT": "40N46", "LON": "74W0", "MON": "6", "NUM": "332", "PRO": "EX", "YEA": "1926", "CICO": "Weehawken, NJ", "NAME": "Diebold John"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16570	diller-phyllis-1917-07-17	{"d10": "334"}	{"lerrcp": "D10-334"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Phyllis", "family": "Diller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1917-07-17 01:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.1, "lat": 40.73333, "name": "Lima", "geoid": null}, "notime": null, "date-ut": "1917-07-17 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Phyllis", "family": "Diller"}, "birth": {"tzo": "-06:00", "date": "1917-07-17 01:00", "place": {"c2": "OH", "cy": "US", "lg": -84.1, "lat": 40.73333, "name": "Lima"}, "date-ut": "1917-07-17 07:00"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "334"}}, "raw": {"H": "01:00", "TZ": "6h", "DAY": "17", "LAT": "40N44", "LON": "84W6", "MON": "7", "NUM": "334", "PRO": "AC", "YEA": "1917", "CICO": "Lima, OH", "NAME": "Diller Phyllis"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16571	dillman-bredford-1930-04-14	{"d10": "335"}	{"lerrcp": "D10-335"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bredford", "family": "Dillman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1930-04-14 00:45", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1930-04-14 08:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Bredford", "family": "Dillman"}, "birth": {"tzo": "-08:00", "date": "1930-04-14 00:45", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1930-04-14 08:45"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "335"}}, "raw": {"H": "00:45", "TZ": "8h", "DAY": "14", "LAT": "37N47", "LON": "122W25", "MON": "4", "NUM": "335", "PRO": "AC", "YEA": "1930", "CICO": "San Francisco, CA", "NAME": "Dillman Bredford"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16572	dillon-john-1919-12-11	{"d10": "336"}	{"lerrcp": "D10-336"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Dillon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1919-12-11 06:15", "note": null, "place": {"c1": null, "c2": "WA", "c3": null, "cy": "US", "lg": -122.43333, "lat": 47.23333, "name": "Tacoma", "geoid": null}, "notime": null, "date-ut": "1919-12-11 14:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "John", "family": "Dillon"}, "birth": {"tzo": "-08:00", "date": "1919-12-11 06:15", "place": {"c2": "WA", "cy": "US", "lg": -122.43333, "lat": 47.23333, "name": "Tacoma"}, "date-ut": "1919-12-11 14:15"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "336"}}, "raw": {"H": "06:15", "TZ": "8h", "DAY": "11", "LAT": "47N14", "LON": "122W26", "MON": "12", "NUM": "336", "PRO": "MI", "YEA": "1919", "CICO": "Tacoma, WA", "NAME": "Dillon John"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16573	dine-james-1935-06-16	{"d10": "337"}	{"lerrcp": "D10-337"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Dine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1935-06-16 14:24", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati", "geoid": null}, "notime": null, "date-ut": "1935-06-16 19:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "James", "family": "Dine"}, "birth": {"tzo": "-05:00", "date": "1935-06-16 14:24", "place": {"c2": "OH", "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati"}, "date-ut": "1935-06-16 19:24"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "337"}}, "raw": {"H": "14:24", "TZ": "5h", "DAY": "16", "LAT": "39N6", "LON": "84W31", "MON": "6", "NUM": "337", "PRO": "AR", "YEA": "1935", "CICO": "Cincinnati, OH", "NAME": "Dine James"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16574	dixon-frank-1920-03-09	{"d10": "338"}	{"lerrcp": "D10-338"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frank", "family": "Dixon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1920-03-09 08:00", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.1, "lat": 44.95, "name": "St Paul", "geoid": null}, "notime": null, "date-ut": "1920-03-09 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Frank", "family": "Dixon"}, "birth": {"tzo": "-06:00", "date": "1920-03-09 08:00", "place": {"c2": "MN", "cy": "US", "lg": -93.1, "lat": 44.95, "name": "St Paul"}, "date-ut": "1920-03-09 14:00"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "338"}}, "raw": {"H": "08:00", "TZ": "6h", "DAY": "9", "LAT": "44N57", "LON": "93W6", "MON": "3", "NUM": "338", "PRO": "SC", "YEA": "1920", "CICO": "St Paul, MN", "NAME": "Dixon Frank"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16575	dixon-thomas-1916-03-15	{"d10": "339"}	{"lerrcp": "D10-339"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Thomas", "family": "Dixon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1916-03-15 15:30", "note": null, "place": {"c1": null, "c2": "TN", "c3": null, "cy": "US", "lg": -86.78333, "lat": 36.16667, "name": "Nashville", "geoid": null}, "notime": null, "date-ut": "1916-03-15 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Thomas", "family": "Dixon"}, "birth": {"tzo": "-06:00", "date": "1916-03-15 15:30", "place": {"c2": "TN", "cy": "US", "lg": -86.78333, "lat": 36.16667, "name": "Nashville"}, "date-ut": "1916-03-15 21:30"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "339"}}, "raw": {"H": "15:30", "TZ": "6h", "DAY": "15", "LAT": "36N10", "LON": "86W47", "MON": "3", "NUM": "339", "PRO": "EX", "YEA": "1916", "CICO": "Nashville, TN", "NAME": "Dixon Thomas"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16576	dizenzo-charles-1938-05-21	{"d10": "340"}	{"lerrcp": "D10-340"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Dizenzo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1938-05-21 14:07", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.05, "lat": 40.88333, "name": "Hackensack", "geoid": null}, "notime": null, "date-ut": "1938-05-21 18:07"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Dizenzo"}, "birth": {"tzo": "-04:00", "date": "1938-05-21 14:07", "place": {"c2": "NJ", "cy": "US", "lg": -74.05, "lat": 40.88333, "name": "Hackensack"}, "date-ut": "1938-05-21 18:07"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "340"}}, "raw": {"H": "14:07", "TZ": "4h", "DAY": "21", "LAT": "40N53", "LON": "74W3", "MON": "5", "NUM": "340", "PRO": "WR", "YEA": "1938", "CICO": "Hackensack, NJ", "NAME": "Dizenzo Charles"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16577	doell-richard-1923-06-28	{"d10": "341"}	{"lerrcp": "D10-341"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Doell", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1923-06-28 16:04", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.26667, "lat": 37.81667, "name": "Dakland", "geoid": null}, "notime": null, "date-ut": "1923-06-29 00:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Doell"}, "birth": {"tzo": "-08:00", "date": "1923-06-28 16:04", "place": {"c2": "CA", "cy": "US", "lg": -122.26667, "lat": 37.81667, "name": "Dakland"}, "date-ut": "1923-06-29 00:04"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "341"}}, "raw": {"H": "16:04", "TZ": "8h", "DAY": "28", "LAT": "37N49", "LON": "122W16", "MON": "6", "NUM": "341", "PRO": "SC", "YEA": "1923", "CICO": "Dakland, CA", "NAME": "Doell Richard"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16578	donahue-phil-1935-12-21	{"d10": "342"}	{"lerrcp": "D10-342"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Phil", "family": "Donahue", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1935-12-21 11:25", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1935-12-21 16:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Phil", "family": "Donahue"}, "birth": {"tzo": "-05:00", "date": "1935-12-21 11:25", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1935-12-21 16:25"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "342"}}, "raw": {"H": "11:25", "TZ": "5h", "DAY": "21", "LAT": "41N30", "LON": "81W42", "MON": "12", "NUM": "342", "PRO": "AC", "YEA": "1935", "CICO": "Cleveland, OH", "NAME": "Donahue Phil"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16579	donovan-hedley-1914-05-24	{"d10": "343"}	{"lerrcp": "D10-343"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hedley", "family": "Donovan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1914-05-24 10:00", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -94.2, "lat": 46.36667, "name": "Brainerd", "geoid": null}, "notime": null, "date-ut": "1914-05-24 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Hedley", "family": "Donovan"}, "birth": {"tzo": "-06:00", "date": "1914-05-24 10:00", "place": {"c2": "MN", "cy": "US", "lg": -94.2, "lat": 46.36667, "name": "Brainerd"}, "date-ut": "1914-05-24 16:00"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "343"}}, "raw": {"H": "10:00", "TZ": "6h", "DAY": "24", "LAT": "46N22", "LON": "94W12", "MON": "5", "NUM": "343", "PRO": "EX", "YEA": "1914", "CICO": "Brainerd, MN", "NAME": "Donovan Hedley"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16580	doob-joseph-1910-02-27	{"d10": "344"}	{"lerrcp": "D10-344"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Doob", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1910-02-27 01:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati", "geoid": null}, "notime": null, "date-ut": "1910-02-27 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Doob"}, "birth": {"tzo": "-06:00", "date": "1910-02-27 01:00", "place": {"c2": "OH", "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati"}, "date-ut": "1910-02-27 07:00"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "344"}}, "raw": {"H": "01:00", "TZ": "6h", "DAY": "27", "LAT": "39N6", "LON": "84W31", "MON": "2", "NUM": "344", "PRO": "SC", "YEA": "1910", "CICO": "Cincinnati, OH", "NAME": "Doob Joseph"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16581	douce-william-1919-12-09	{"d10": "345"}	{"lerrcp": "D10-345"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Douce", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1919-12-09 22:00", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -98.11667, "lat": 37.65, "name": "Kingman", "geoid": null}, "notime": null, "date-ut": "1919-12-10 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "William", "family": "Douce"}, "birth": {"tzo": "-06:00", "date": "1919-12-09 22:00", "place": {"c2": "KS", "cy": "US", "lg": -98.11667, "lat": 37.65, "name": "Kingman"}, "date-ut": "1919-12-10 04:00"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "345"}}, "raw": {"H": "22:00", "TZ": "6h", "DAY": "9", "LAT": "37N39", "LON": "98W7", "MON": "12", "NUM": "345", "PRO": "EX", "YEA": "1919", "CICO": "Kingman, KS", "NAME": "Douce William"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16582	douglass-stephen-1921-09-27	{"d10": "346"}	{"lerrcp": "D10-346"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stephen", "family": "Douglass", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1921-09-27 07:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -82.48333, "lat": 40.38333, "name": "Mount Vernon", "geoid": null}, "notime": null, "date-ut": "1921-09-27 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Stephen", "family": "Douglass"}, "birth": {"tzo": "-05:00", "date": "1921-09-27 07:00", "place": {"c2": "OH", "cy": "US", "lg": -82.48333, "lat": 40.38333, "name": "Mount Vernon"}, "date-ut": "1921-09-27 12:00"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "346"}}, "raw": {"H": "07:00", "TZ": "5h", "DAY": "27", "LAT": "40N23", "LON": "82W29", "MON": "9", "NUM": "346", "PRO": "AC", "YEA": "1921", "CICO": "Mount Vernon, OH", "NAME": "Douglass Stephen"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16583	downs-hugh-1921-02-14	{"d10": "347"}	{"lerrcp": "D10-347"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hugh", "family": "Downs", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1921-02-14 17:15", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.51667, "lat": 41.08333, "name": "Akron", "geoid": null}, "notime": null, "date-ut": "1921-02-14 23:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Hugh", "family": "Downs"}, "birth": {"tzo": "-06:00", "date": "1921-02-14 17:15", "place": {"c2": "OH", "cy": "US", "lg": -81.51667, "lat": 41.08333, "name": "Akron"}, "date-ut": "1921-02-14 23:15"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "347"}}, "raw": {"H": "17:15", "TZ": "6h", "DAY": "14", "LAT": "41N5", "LON": "81W31", "MON": "2", "NUM": "347", "PRO": "AC", "YEA": "1921", "CICO": "Akron, OH", "NAME": "Downs Hugh"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16584	dreisezun-abraham-1920-10-02	{"d10": "348"}	{"lerrcp": "D10-348"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Abraham", "family": "Dreisezun", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1920-10-02 18:00", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "US", "lg": -94.58333, "lat": 39.1, "name": "Kansas City", "geoid": null}, "notime": null, "date-ut": "1920-10-03 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Abraham", "family": "Dreisezun"}, "birth": {"tzo": "-06:00", "date": "1920-10-02 18:00", "place": {"c2": "MO", "cy": "US", "lg": -94.58333, "lat": 39.1, "name": "Kansas City"}, "date-ut": "1920-10-03 00:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "348"}}, "raw": {"H": "18:00", "TZ": "6h", "DAY": "2", "LAT": "39N6", "LON": "94W35", "MON": "10", "NUM": "348", "PRO": "MI", "YEA": "1920", "CICO": "Kansas City, MO", "NAME": "Dreisezun Abraham"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16585	drell-sidney-1926-09-13	{"d10": "349"}	{"lerrcp": "D10-349"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sidney", "family": "Drell", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1926-09-13 04:07", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.45, "lat": 39.35, "name": "Atlantic City", "geoid": null}, "notime": null, "date-ut": "1926-09-13 08:07"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Sidney", "family": "Drell"}, "birth": {"tzo": "-04:00", "date": "1926-09-13 04:07", "place": {"c2": "NJ", "cy": "US", "lg": -74.45, "lat": 39.35, "name": "Atlantic City"}, "date-ut": "1926-09-13 08:07"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "349"}}, "raw": {"H": "04:07", "TZ": "4h", "DAY": "13", "LAT": "39N21", "LON": "74W27", "MON": "9", "NUM": "349", "PRO": "SC", "YEA": "1926", "CICO": "Atlantic City, NJ", "NAME": "Drell Sidney"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16587	du-pont-pierre-1935-01-22	{"d10": "351"}	{"lerrcp": "D10-351"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Du Pont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1935-01-22 12:31", "note": null, "place": {"c1": null, "c2": "DE", "c3": null, "cy": "US", "lg": -75.55, "lat": 39.75, "name": "Wilmington", "geoid": null}, "notime": null, "date-ut": "1935-01-22 17:31"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Du Pont"}, "birth": {"tzo": "-05:00", "date": "1935-01-22 12:31", "place": {"c2": "DE", "cy": "US", "lg": -75.55, "lat": 39.75, "name": "Wilmington"}, "date-ut": "1935-01-22 17:31"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "351"}}, "raw": {"H": "12:31", "TZ": "5h", "DAY": "22", "LAT": "39N45", "LON": "75W33", "MON": "1", "NUM": "351", "PRO": "PO", "YEA": "1935", "CICO": "Wilmington, DE", "NAME": "Du Pont Pierre"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16588	duerk-alene-1920-03-29	{"d10": "352"}	{"lerrcp": "D10-352"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alene", "family": "Duerk", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1920-03-29 01:15", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.36667, "lat": 41.28333, "name": "Defiance", "geoid": null}, "notime": null, "date-ut": "1920-03-29 07:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alene", "family": "Duerk"}, "birth": {"tzo": "-06:00", "date": "1920-03-29 01:15", "place": {"c2": "OH", "cy": "US", "lg": -84.36667, "lat": 41.28333, "name": "Defiance"}, "date-ut": "1920-03-29 07:15"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "352"}}, "raw": {"H": "01:15", "TZ": "6h", "DAY": "29", "LAT": "41N17", "LON": "84W22", "MON": "3", "NUM": "352", "PRO": "MI", "YEA": "1920", "CICO": "Defiance, OH", "NAME": "Duerk Alene"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16589	duke-charles-1935-10-03	{"d10": "353"}	{"lerrcp": "D10-353"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Duke", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1935-10-03 02:54", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -80.85, "lat": 35.21667, "name": "Charlotte", "geoid": null}, "notime": null, "date-ut": "1935-10-03 07:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Duke"}, "birth": {"tzo": "-05:00", "date": "1935-10-03 02:54", "place": {"c2": "NC", "cy": "US", "lg": -80.85, "lat": 35.21667, "name": "Charlotte"}, "date-ut": "1935-10-03 07:54"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "353"}}, "raw": {"H": "02:54", "TZ": "5h", "DAY": "3", "LAT": "35N13", "LON": "80W51", "MON": "10", "NUM": "353", "PRO": "MI", "YEA": "1935", "CICO": "Charlotte, NC", "NAME": "Duke Charles"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16590	dullea-keir-1936-05-30	{"d10": "354"}	{"lerrcp": "D10-354"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Keir", "family": "Dullea", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1936-05-30 02:14", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1936-05-30 07:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Keir", "family": "Dullea"}, "birth": {"tzo": "-05:00", "date": "1936-05-30 02:14", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1936-05-30 07:14"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "354"}}, "raw": {"H": "02:14", "TZ": "5h", "DAY": "30", "LAT": "41N30", "LON": "81W42", "MON": "5", "NUM": "354", "PRO": "AC", "YEA": "1936", "CICO": "Cleveland, OH", "NAME": "Dullea Keir"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16591	duncan-charles-1911-12-07	{"d10": "356"}	{"lerrcp": "D10-356"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Duncan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1911-12-07 09:45", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -84.56667, "lat": 37.88333, "name": "Nicholasville", "geoid": null}, "notime": null, "date-ut": "1911-12-07 15:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Duncan"}, "birth": {"tzo": "-06:00", "date": "1911-12-07 09:45", "place": {"c2": "KY", "cy": "US", "lg": -84.56667, "lat": 37.88333, "name": "Nicholasville"}, "date-ut": "1911-12-07 15:45"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "356"}}, "raw": {"H": "09:45", "TZ": "6h", "DAY": "7", "LAT": "37N53", "LON": "84W34", "MON": "12", "NUM": "356", "PRO": "MI", "YEA": "1911", "CICO": "Nicholasville, KY", "NAME": "Duncan Charles"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16592	duncan-charles-1926-09-09	{"d10": "357"}	{"lerrcp": "D10-357"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Duncan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1926-09-09 23:38", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -95.36667, "lat": 29.76667, "name": "Houston", "geoid": null}, "notime": null, "date-ut": "1926-09-10 05:38"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive", "politician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Duncan"}, "birth": {"tzo": "-06:00", "date": "1926-09-09 23:38", "place": {"c2": "TX", "cy": "US", "lg": -95.36667, "lat": 29.76667, "name": "Houston"}, "date-ut": "1926-09-10 05:38"}, "occus": ["executive", "politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "357"}}, "raw": {"H": "23:38", "TZ": "6h", "DAY": "9", "LAT": "29N46", "LON": "95W22", "MON": "9", "NUM": "357", "PRO": "EX,PO", "YEA": "1926", "CICO": "Houston, TX", "NAME": "Duncan Charles"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16593	duncan-sandy-1946-02-20	{"d10": "358"}	{"lerrcp": "D10-358"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sandy", "family": "Duncan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1946-02-20 08:34", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -94.8, "lat": 32.15, "name": "Henderson", "geoid": null}, "notime": null, "date-ut": "1946-02-20 14:34"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Sandy", "family": "Duncan"}, "birth": {"tzo": "-06:00", "date": "1946-02-20 08:34", "place": {"c2": "TX", "cy": "US", "lg": -94.8, "lat": 32.15, "name": "Henderson"}, "date-ut": "1946-02-20 14:34"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "358"}}, "raw": {"H": "08:34", "TZ": "6h", "DAY": "20", "LAT": "32N9", "LON": "94W48", "MON": "2", "NUM": "358", "PRO": "AC", "YEA": "1946", "CICO": "Henderson, TX", "NAME": "Duncan Sandy"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16594	dunlap-robert-1920-10-19	{"d10": "359"}	{"lerrcp": "D10-359"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Dunlap", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1920-10-19 19:30", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -90.83333, "lat": 41.11667, "name": "Abington", "geoid": null}, "notime": null, "date-ut": "1920-10-20 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Dunlap"}, "birth": {"tzo": "-06:00", "date": "1920-10-19 19:30", "place": {"c2": "IL", "cy": "US", "lg": -90.83333, "lat": 41.11667, "name": "Abington"}, "date-ut": "1920-10-20 01:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "359"}}, "raw": {"H": "19:30", "TZ": "6h", "DAY": "19", "LAT": "41N7", "LON": "90W50", "MON": "10", "NUM": "359", "PRO": "MI", "YEA": "1920", "CICO": "Abington, IL", "NAME": "Dunlap Robert"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16595	dunlop-john-1914-07-05	{"d10": "360"}	{"lerrcp": "D10-360"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Dunlop", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1914-07-05 08:15", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -120.8, "lat": 38.73333, "name": "Placerville", "geoid": null}, "notime": null, "date-ut": "1914-07-05 16:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "John", "family": "Dunlop"}, "birth": {"tzo": "-08:00", "date": "1914-07-05 08:15", "place": {"c2": "CA", "cy": "US", "lg": -120.8, "lat": 38.73333, "name": "Placerville"}, "date-ut": "1914-07-05 16:15"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "360"}}, "raw": {"H": "08:15", "TZ": "8h", "DAY": "5", "LAT": "38N44", "LON": "120W48", "MON": "7", "NUM": "360", "PRO": "PO", "YEA": "1914", "CICO": "Placerville, CA", "NAME": "Dunlop John"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16596	dunn-john-1925-07-22	{"d10": "361"}	{"lerrcp": "D10-361"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Dunn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1925-07-22 20:37", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1925-07-23 04:37"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "John", "family": "Dunn"}, "birth": {"tzo": "-08:00", "date": "1925-07-22 20:37", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1925-07-23 04:37"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "361"}}, "raw": {"H": "20:37", "TZ": "8h", "DAY": "22", "LAT": "34N4", "LON": "118W15", "MON": "7", "NUM": "361", "PRO": "MI", "YEA": "1925", "CICO": "Los Angeles, CA", "NAME": "Dunn John"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16597	dupont-rene-1919-11-21	{"d10": "362"}	{"lerrcp": "D10-362"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rene", "family": "Dupont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1919-11-21 04:50", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1919-11-21 12:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Rene", "family": "Dupont"}, "birth": {"tzo": "-08:00", "date": "1919-11-21 04:50", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1919-11-21 12:50"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "362"}}, "raw": {"H": "04:50", "TZ": "8h", "DAY": "21", "LAT": "34N4", "LON": "118W15", "MON": "11", "NUM": "362", "PRO": "MI", "YEA": "1919", "CICO": "Los Angeles, CA", "NAME": "Dupont Rene"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16598	duquemin-gordon-1924-01-03	{"d10": "363"}	{"lerrcp": "D10-363"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gordon", "family": "Duquemin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1924-01-03 10:45", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": "Milwaukee", "geoid": null}, "notime": null, "date-ut": "1924-01-03 16:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gordon", "family": "Duquemin"}, "birth": {"tzo": "-06:00", "date": "1924-01-03 10:45", "place": {"c2": "WI", "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": "Milwaukee"}, "date-ut": "1924-01-03 16:45"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "363"}}, "raw": {"H": "10:45", "TZ": "6h", "DAY": "3", "LAT": "43N2", "LON": "87W55", "MON": "1", "NUM": "363", "PRO": "MI", "YEA": "1924", "CICO": "Milwaukee, WI", "NAME": "Duquemin Gordon"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16599	dussault-nancy-1936-06-30	{"d10": "364"}	{"lerrcp": "D10-364"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nancy", "family": "Dussault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1936-06-30 13:30", "note": null, "place": {"c1": null, "c2": "FL", "c3": null, "cy": "US", "lg": -87.21667, "lat": 30.41667, "name": "Pensacola", "geoid": null}, "notime": null, "date-ut": "1936-06-30 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Nancy", "family": "Dussault"}, "birth": {"tzo": "-06:00", "date": "1936-06-30 13:30", "place": {"c2": "FL", "cy": "US", "lg": -87.21667, "lat": 30.41667, "name": "Pensacola"}, "date-ut": "1936-06-30 19:30"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "364"}}, "raw": {"H": "13:30", "TZ": "6h", "DAY": "30", "LAT": "30N25", "LON": "87W13", "MON": "6", "NUM": "364", "PRO": "AC", "YEA": "1936", "CICO": "Pensacola, FL", "NAME": "Dussault Nancy"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16600	duvall-robert-1929-09-30	{"d10": "365"}	{"lerrcp": "D10-365"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Duvall", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1929-09-30 17:10", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -117.15, "lat": 32.71667, "name": "San Diego", "geoid": null}, "notime": null, "date-ut": "1929-10-01 01:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Duvall"}, "birth": {"tzo": "-08:00", "date": "1929-09-30 17:10", "place": {"c2": "CA", "cy": "US", "lg": -117.15, "lat": 32.71667, "name": "San Diego"}, "date-ut": "1929-10-01 01:10"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "365"}}, "raw": {"H": "17:10", "TZ": "8h", "DAY": "30", "LAT": "32N43", "LON": "117W9", "MON": "9", "NUM": "365", "PRO": "AC", "YEA": "1929", "CICO": "San Diego, CA", "NAME": "Duvall Robert"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16601	dwyer-ross-1919-07-20	{"d10": "366"}	{"lerrcp": "D10-366"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ross", "family": "Dwyer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-10:30", "date": "1919-07-20 06:35", "note": null, "place": {"c1": null, "c2": "HI", "c3": null, "cy": "US", "lg": -157.86667, "lat": 21.31667, "name": "Honolulu", "geoid": null}, "notime": null, "date-ut": "1919-07-20 17:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ross", "family": "Dwyer"}, "birth": {"tzo": "-10:30", "date": "1919-07-20 06:35", "place": {"c2": "HI", "cy": "US", "lg": -157.86667, "lat": 21.31667, "name": "Honolulu"}, "date-ut": "1919-07-20 17:05"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "366"}}, "raw": {"H": "06:35", "TZ": "10h30", "DAY": "20", "LAT": "21N19", "LON": "157W52", "MON": "7", "NUM": "366", "PRO": "MI", "YEA": "1919", "CICO": "Honolulu, HI", "NAME": "Dwyer Ross"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16602	eagleburger-lawrence-1930-08-01	{"d10": "367"}	{"lerrcp": "D10-367"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lawrence", "family": "Eagleburger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1930-08-01 18:32", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": "Milwaukee", "geoid": null}, "notime": null, "date-ut": "1930-08-02 00:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Lawrence", "family": "Eagleburger"}, "birth": {"tzo": "-06:00", "date": "1930-08-01 18:32", "place": {"c2": "WI", "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": "Milwaukee"}, "date-ut": "1930-08-02 00:32"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "367"}}, "raw": {"H": "18:32", "TZ": "6h", "DAY": "1", "LAT": "43N2", "LON": "87W55", "MON": "8", "NUM": "367", "PRO": "PO", "YEA": "1930", "CICO": "Milwaukee, WI", "NAME": "Eagleburger Lawrence"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16603	eagleton-thomas-1929-09-04	{"d10": "368"}	{"lerrcp": "D10-368"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Thomas", "family": "Eagleton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1929-09-04 02:50", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis", "geoid": null}, "notime": null, "date-ut": "1929-09-04 08:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Thomas", "family": "Eagleton"}, "birth": {"tzo": "-06:00", "date": "1929-09-04 02:50", "place": {"c2": "MO", "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis"}, "date-ut": "1929-09-04 08:50"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "368"}}, "raw": {"H": "02:50", "TZ": "6h", "DAY": "4", "LAT": "38N37", "LON": "90W12", "MON": "9", "NUM": "368", "PRO": "PO", "YEA": "1929", "CICO": "St Louis, MO", "NAME": "Eagleton Thomas"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16605	eastwood-clinton-1930-05-31	{"d10": "370"}	{"lerrcp": "D10-370"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clinton", "family": "Eastwood", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1930-05-31 17:35", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1930-06-01 01:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Clinton", "family": "Eastwood"}, "birth": {"tzo": "-08:00", "date": "1930-05-31 17:35", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1930-06-01 01:35"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "370"}}, "raw": {"H": "17:35", "TZ": "8h", "DAY": "31", "LAT": "37N47", "LON": "122W25", "MON": "5", "NUM": "370", "PRO": "AC", "YEA": "1930", "CICO": "San Francisco, CA", "NAME": "Eastwood Clinton"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16606	eaton-charles-1916-06-25	{"d10": "371"}	{"lerrcp": "D10-371"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Eaton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1916-06-25 19:00", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -80.25, "lat": 36.1, "name": "WinstonSalem", "geoid": null}, "notime": null, "date-ut": "1916-06-26 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Eaton"}, "birth": {"tzo": "-05:00", "date": "1916-06-25 19:00", "place": {"c2": "NC", "cy": "US", "lg": -80.25, "lat": 36.1, "name": "WinstonSalem"}, "date-ut": "1916-06-26 00:00"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "371"}}, "raw": {"H": "19:00", "TZ": "5h", "DAY": "25", "LAT": "36N6", "LON": "80W15", "MON": "6", "NUM": "371", "PRO": "WR", "YEA": "1916", "CICO": "WinstonSalem, NC", "NAME": "Eaton Charles"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16607	economou-george-1934-09-24	{"d10": "372"}	{"lerrcp": "D10-372"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "George", "family": "Economou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1934-09-24 08:00", "note": null, "place": {"c1": null, "c2": "MT", "c3": null, "cy": "US", "lg": -111.28333, "lat": 47.5, "name": "Great Falls", "geoid": null}, "notime": null, "date-ut": "1934-09-24 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "George", "family": "Economou"}, "birth": {"tzo": "-07:00", "date": "1934-09-24 08:00", "place": {"c2": "MT", "cy": "US", "lg": -111.28333, "lat": 47.5, "name": "Great Falls"}, "date-ut": "1934-09-24 15:00"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "372"}}, "raw": {"H": "08:00", "TZ": "7h", "DAY": "24", "LAT": "47N30", "LON": "111W17", "MON": "9", "NUM": "372", "PRO": "WR", "YEA": "1934", "CICO": "Great Falls, MT", "NAME": "Economou George"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16608	eddy-don-1944-11-04	{"d10": "373"}	{"lerrcp": "D10-373"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Don", "family": "Eddy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1944-11-04 21:30", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.18333, "lat": 33.78333, "name": "Long Beach", "geoid": null}, "notime": null, "date-ut": "1944-11-05 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Don", "family": "Eddy"}, "birth": {"tzo": "-07:00", "date": "1944-11-04 21:30", "place": {"c2": "CA", "cy": "US", "lg": -118.18333, "lat": 33.78333, "name": "Long Beach"}, "date-ut": "1944-11-05 04:30"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "373"}}, "raw": {"H": "21:30", "TZ": "7h", "DAY": "4", "LAT": "33N47", "LON": "118W11", "MON": "11", "NUM": "373", "PRO": "AR", "YEA": "1944", "CICO": "Long Beach, CA", "NAME": "Eddy Don"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16609	edmundson-james-1915-06-18	{"d10": "374"}	{"lerrcp": "D10-374"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Edmundson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1915-06-18 21:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.35, "lat": 34.1, "name": "Hollywood", "geoid": null}, "notime": null, "date-ut": "1915-06-19 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "James", "family": "Edmundson"}, "birth": {"tzo": "-08:00", "date": "1915-06-18 21:00", "place": {"c2": "CA", "cy": "US", "lg": -118.35, "lat": 34.1, "name": "Hollywood"}, "date-ut": "1915-06-19 05:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "374"}}, "raw": {"H": "21:00", "TZ": "8h", "DAY": "18", "LAT": "34N6", "LON": "118W21", "MON": "6", "NUM": "374", "PRO": "MI", "YEA": "1915", "CICO": "Hollywood, CA", "NAME": "Edmundson James"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16610	egan-richard-1921-07-29	{"d10": "375"}	{"lerrcp": "D10-375"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Egan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1921-07-29 21:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1921-07-30 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Egan"}, "birth": {"tzo": "-08:00", "date": "1921-07-29 21:00", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1921-07-30 05:00"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "375"}}, "raw": {"H": "21:00", "TZ": "8h", "DAY": "29", "LAT": "37N47", "LON": "122W25", "MON": "7", "NUM": "375", "PRO": "AC", "YEA": "1921", "CICO": "San Francisco, CA", "NAME": "Egan Richard"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16611	ehrlich-s-1932-05-04	{"d10": "376"}	{"lerrcp": "D10-376"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "S", "family": "Ehrlich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1932-05-04 15:20", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis", "geoid": null}, "notime": null, "date-ut": "1932-05-04 21:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "S", "family": "Ehrlich"}, "birth": {"tzo": "-06:00", "date": "1932-05-04 15:20", "place": {"c2": "MN", "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis"}, "date-ut": "1932-05-04 21:20"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "376"}}, "raw": {"H": "15:20", "TZ": "6h", "DAY": "4", "LAT": "44N59", "LON": "93W16", "MON": "5", "NUM": "376", "PRO": "SC", "YEA": "1932", "CICO": "Minneapolis, MN", "NAME": "Ehrlich S"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16612	ehrlichman-john-1925-03-20	{"d10": "377"}	{"lerrcp": "D10-377"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Ehrlichman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1925-03-20 23:35", "note": null, "place": {"c1": null, "c2": "WA", "c3": null, "cy": "US", "lg": -122.43333, "lat": 47.23333, "name": "Tacoma", "geoid": null}, "notime": null, "date-ut": "1925-03-21 07:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "John", "family": "Ehrlichman"}, "birth": {"tzo": "-08:00", "date": "1925-03-20 23:35", "place": {"c2": "WA", "cy": "US", "lg": -122.43333, "lat": 47.23333, "name": "Tacoma"}, "date-ut": "1925-03-21 07:35"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "377"}}, "raw": {"H": "23:35", "TZ": "8h", "DAY": "20", "LAT": "47N14", "LON": "122W26", "MON": "3", "NUM": "377", "PRO": "PO", "YEA": "1925", "CICO": "Tacoma, WA", "NAME": "Ehrlichman John"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16613	eisele-donn-1930-06-23	{"d10": "378"}	{"lerrcp": "D10-378"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Donn", "family": "Eisele", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1930-06-23 14:52", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83, "lat": 39.96667, "name": "Columbus", "geoid": null}, "notime": null, "date-ut": "1930-06-23 19:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Donn", "family": "Eisele"}, "birth": {"tzo": "-05:00", "date": "1930-06-23 14:52", "place": {"c2": "OH", "cy": "US", "lg": -83, "lat": 39.96667, "name": "Columbus"}, "date-ut": "1930-06-23 19:52"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "378"}}, "raw": {"H": "14:52", "TZ": "5h", "DAY": "23", "LAT": "39N58", "LON": "83W0", "MON": "6", "NUM": "378", "PRO": "MI", "YEA": "1930", "CICO": "Columbus, OH", "NAME": "Eisele Donn"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16614	eisenhower-john-1922-08-03	{"d10": "379"}	{"lerrcp": "D10-379"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Eisenhower", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1922-08-03 06:20", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "US", "lg": -104.98333, "lat": 39.73333, "name": "Denver", "geoid": null}, "notime": null, "date-ut": "1922-08-03 13:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"name": {"given": "John", "family": "Eisenhower"}, "birth": {"tzo": "-07:00", "date": "1922-08-03 06:20", "place": {"c2": "CO", "cy": "US", "lg": -104.98333, "lat": 39.73333, "name": "Denver"}, "date-ut": "1922-08-03 13:20"}, "occus": ["miscelaneous"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "379"}}, "raw": {"H": "06:20", "TZ": "7h", "DAY": "3", "LAT": "39N44", "LON": "104W59", "MON": "8", "NUM": "379", "PRO": "X", "YEA": "1922", "CICO": "Denver, CO", "NAME": "Eisenhower John"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16615	elder-lee-1934-07-14	{"d10": "380", "3a_sports": "1533"}	{"ertel": "ES-1533", "lerrcp": "D10-380"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lee", "family": "Elder", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1934-07-14 08:00", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -96.81667, "lat": 32.78333, "name": "Dallas", "geoid": null}, "notime": null, "date-ut": "1934-07-14 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["golfer"]	5	null	[{"new": {"name": {"given": "Lee", "family": "Elder"}, "birth": {"tzo": "-06:00", "date": "1934-07-14 08:00", "place": {"c2": "TX", "cy": "US", "lg": -96.81667, "lat": 32.78333, "name": "Dallas"}, "date-ut": "1934-07-14 14:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "380"}}, "raw": {"H": "08:00", "TZ": "6h", "DAY": "14", "LAT": "32N47", "LON": "96W49", "MON": "7", "NUM": "380", "PRO": "SP", "YEA": "1934", "CICO": "Dallas, TX", "NAME": "Elder Lee"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["golfer"], "partial-ids": {"ertel": "ES-1533"}}, "raw": {"L": "", "MF": "", "NR": "1533", "ENG": "", "MA_": "1", "G_NR": "380", "MA12": "2", "MARS": "6", "NAME": "Elder", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "3,100", "CSINR": "", "KURTZ": "", "PHAS_": "4,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "14.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Lee", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.07.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "GOLF", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16617	elliott-frank-1924-12-02	{"d10": "382"}	{"lerrcp": "D10-382"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frank", "family": "Elliott", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1924-12-02 13:09", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -80.88333, "lat": 35.78333, "name": "Statesville", "geoid": null}, "notime": null, "date-ut": "1924-12-02 18:09"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Frank", "family": "Elliott"}, "birth": {"tzo": "-05:00", "date": "1924-12-02 13:09", "place": {"c2": "NC", "cy": "US", "lg": -80.88333, "lat": 35.78333, "name": "Statesville"}, "date-ut": "1924-12-02 18:09"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "382"}}, "raw": {"H": "13:09", "TZ": "5h", "DAY": "2", "LAT": "35N47", "LON": "80W53", "MON": "12", "NUM": "382", "PRO": "MI", "YEA": "1924", "CICO": "Statesville, NC", "NAME": "Elliott Frank"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16619	ellis-richard-1919-07-19	{"d10": "384"}	{"lerrcp": "D10-384"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Ellis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1919-07-19 08:30", "note": null, "place": {"c1": null, "c2": "DE", "c3": null, "cy": "US", "lg": -75.56667, "lat": 38.55, "name": "Laurel", "geoid": null}, "notime": null, "date-ut": "1919-07-19 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Ellis"}, "birth": {"tzo": "-04:00", "date": "1919-07-19 08:30", "place": {"c2": "DE", "cy": "US", "lg": -75.56667, "lat": 38.55, "name": "Laurel"}, "date-ut": "1919-07-19 12:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "384"}}, "raw": {"H": "08:30", "TZ": "4h", "DAY": "19", "LAT": "38N33", "LON": "75W34", "MON": "7", "NUM": "384", "PRO": "MI", "YEA": "1919", "CICO": "Laurel, DE", "NAME": "Ellis Richard"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16620	ely-ron-1938-06-21	{"d10": "385"}	{"lerrcp": "D10-385"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ron", "family": "Ely", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1938-06-21 08:10", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -102.4, "lat": 34.81667, "name": "Hereford", "geoid": null}, "notime": null, "date-ut": "1938-06-21 14:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Ron", "family": "Ely"}, "birth": {"tzo": "-06:00", "date": "1938-06-21 08:10", "place": {"c2": "TX", "cy": "US", "lg": -102.4, "lat": 34.81667, "name": "Hereford"}, "date-ut": "1938-06-21 14:10"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "385"}}, "raw": {"H": "08:10", "TZ": "6h", "DAY": "21", "LAT": "34N49", "LON": "102W24", "MON": "6", "NUM": "385", "PRO": "        AC", "YEA": "1938", "CICO": "Hereford, TX", "NAME": "Ely Ron"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16621	embry-wayne-1937-03-26	{"d10": "386", "3a_sports": "1540", "rawlins-ertel-irving": "104"}	{"ertel": "ES-1540", "csicop": "CS-104", "lerrcp": "D10-386"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wayne", "family": "Embry", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1937-03-26 10:55", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83.81667, "lat": 39.91667, "name": "Springfield", "geoid": null}, "notime": null, "date-ut": "1937-03-26 15:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Wayne", "family": "Embry"}, "birth": {"tzo": "-05:00", "date": "1937-03-26 10:55", "place": {"c2": "OH", "cy": "US", "lg": -83.81667, "lat": 39.91667, "name": "Springfield"}, "date-ut": "1937-03-26 15:55"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "386"}}, "raw": {"H": "10:55", "TZ": "5h", "DAY": "26", "LAT": "39N55", "LON": "83W49", "MON": "3", "NUM": "386", "PRO": "SP", "YEA": "1937", "CICO": "Springfield, OH", "NAME": "Embry Wayne"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["basketball-player"]], "ids-in-sources": {"rawlins-ertel-irving": "104"}}, "raw": {"LA1": "39", "LA2": "55", "LO1": "83", "LO2": "49", "AMPM": "A", "MARS": "21", "NAME": "Embry", "BATCH": "1", "Satz#": "104", "GEBDAT": "26 3 1937", "GEBORT": "OH", "GEBZEIT": "10 55", "VORNAME": "Wayne B", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["basketball-player"], "partial-ids": {"ertel": "ES-1540"}}, "raw": {"L": "", "MF": "", "NR": "1540", "ENG": "", "MA_": "1", "G_NR": "386", "MA12": "7", "MARS": "21", "NAME": "Embry", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "2,900", "CSINR": "104", "KURTZ": "", "PHAS_": "98,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "26.03.", "ZITATE": "X", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Wayne B.", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "26.03.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BASK", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16622	engle-joe-1932-08-26	{"d10": "387"}	{"lerrcp": "D10-387"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joe", "family": "Engle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1932-08-26 06:30", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -97.21667, "lat": 38.91667, "name": "Abilene", "geoid": null}, "notime": null, "date-ut": "1932-08-26 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joe", "family": "Engle"}, "birth": {"tzo": "-06:00", "date": "1932-08-26 06:30", "place": {"c2": "KS", "cy": "US", "lg": -97.21667, "lat": 38.91667, "name": "Abilene"}, "date-ut": "1932-08-26 12:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "387"}}, "raw": {"H": "06:30", "TZ": "6h", "DAY": "26", "LAT": "38N55", "LON": "97W13", "MON": "8", "NUM": "387", "PRO": "MI", "YEA": "1932", "CICO": "Abilene, KS", "NAME": "Engle Joe"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16623	engman-lewis-1936-01-06	{"d10": "388"}	{"lerrcp": "D10-388"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lewis", "family": "Engman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1936-01-06 17:35", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "US", "lg": -85.66667, "lat": 42.96667, "name": "Grand Rapids", "geoid": null}, "notime": null, "date-ut": "1936-01-06 22:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Lewis", "family": "Engman"}, "birth": {"tzo": "-05:00", "date": "1936-01-06 17:35", "place": {"c2": "MI", "cy": "US", "lg": -85.66667, "lat": 42.96667, "name": "Grand Rapids"}, "date-ut": "1936-01-06 22:35"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "388"}}, "raw": {"H": "17:35", "TZ": "5h", "DAY": "6", "LAT": "42N58", "LON": "85W40", "MON": "1", "NUM": "388", "PRO": "PO", "YEA": "1936", "CICO": "Grand Rapids, MI", "NAME": "Engman Lewis"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16624	epperson-harold-1923-07-14	{"d10": "389"}	{"lerrcp": "D10-389"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Harold", "family": "Epperson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1923-07-14 12:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.51667, "lat": 41.08333, "name": "Akron", "geoid": null}, "notime": null, "date-ut": "1923-07-14 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Harold", "family": "Epperson"}, "birth": {"tzo": "-05:00", "date": "1923-07-14 12:00", "place": {"c2": "OH", "cy": "US", "lg": -81.51667, "lat": 41.08333, "name": "Akron"}, "date-ut": "1923-07-14 17:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "389"}}, "raw": {"H": "12:00", "TZ": "5h", "DAY": "14", "LAT": "41N5", "LON": "81W31", "MON": "7", "NUM": "389", "PRO": "MI", "YEA": "1923", "CICO": "Akron, OH", "NAME": "Epperson Harold"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16625	esch-arthur-1917-01-31	{"d10": "390"}	{"lerrcp": "D10-390"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Esch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1917-01-31 05:30", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -89.41667, "lat": 40.7, "name": "Washington", "geoid": null}, "notime": null, "date-ut": "1917-01-31 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Esch"}, "birth": {"tzo": "-06:00", "date": "1917-01-31 05:30", "place": {"c2": "IL", "cy": "US", "lg": -89.41667, "lat": 40.7, "name": "Washington"}, "date-ut": "1917-01-31 11:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "390"}}, "raw": {"H": "05:30", "TZ": "6h", "DAY": "31", "LAT": "40N42", "LON": "89W25", "MON": "1", "NUM": "390", "PRO": "MI", "YEA": "1917", "CICO": "Washington, IL", "NAME": "Esch Arthur"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16626	estes-william-1919-06-17	{"d10": "391"}	{"lerrcp": "D10-391"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Estes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1919-06-17 23:45", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis", "geoid": null}, "notime": null, "date-ut": "1919-06-18 04:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "William", "family": "Estes"}, "birth": {"tzo": "-05:00", "date": "1919-06-17 23:45", "place": {"c2": "MN", "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis"}, "date-ut": "1919-06-18 04:45"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "391"}}, "raw": {"H": "23:45", "TZ": "5h", "DAY": "17", "LAT": "44N59", "LON": "93W16", "MON": "6", "NUM": "391", "PRO": "SC", "YEA": "1919", "CICO": "Minneapolis, MN", "NAME": "Estes William"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16627	etherington-edwin-1924-12-25	{"d10": "392"}	{"lerrcp": "D10-392"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edwin", "family": "Etherington", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1924-12-25 03:35", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.11667, "lat": 40.66667, "name": "Bayonne", "geoid": null}, "notime": null, "date-ut": "1924-12-25 08:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Edwin", "family": "Etherington"}, "birth": {"tzo": "-05:00", "date": "1924-12-25 03:35", "place": {"c2": "NJ", "cy": "US", "lg": -74.11667, "lat": 40.66667, "name": "Bayonne"}, "date-ut": "1924-12-25 08:35"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "392"}}, "raw": {"H": "03:35", "TZ": "5h", "DAY": "25", "LAT": "40N40", "LON": "74W7", "MON": "12", "NUM": "392", "PRO": "EX", "YEA": "1924", "CICO": "Bayonne, NJ", "NAME": "Etherington Edwin"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16628	evans-andrew-1918-11-11	{"d10": "393"}	{"lerrcp": "D10-393"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Andrew", "family": "Evans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1918-11-11 11:00", "note": null, "place": {"c1": null, "c2": "SC", "c3": null, "cy": "US", "lg": -79.93333, "lat": 32.76667, "name": "Charleston", "geoid": null}, "notime": null, "date-ut": "1918-11-11 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Andrew", "family": "Evans"}, "birth": {"tzo": "-05:00", "date": "1918-11-11 11:00", "place": {"c2": "SC", "cy": "US", "lg": -79.93333, "lat": 32.76667, "name": "Charleston"}, "date-ut": "1918-11-11 16:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "393"}}, "raw": {"H": "11:00", "TZ": "5h", "DAY": "11", "LAT": "32N46", "LON": "79W56", "MON": "11", "NUM": "393", "PRO": "MI", "YEA": "1918", "CICO": "Charleston, SC", "NAME": "Evans Andrew"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16629	evans-daniel-1925-10-16	{"d10": "394"}	{"lerrcp": "D10-394"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "Evans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1925-10-16 06:40", "note": null, "place": {"c1": null, "c2": "WA", "c3": null, "cy": "US", "lg": -122.33333, "lat": 47.6, "name": "Seattle", "geoid": null}, "notime": null, "date-ut": "1925-10-16 14:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Daniel", "family": "Evans"}, "birth": {"tzo": "-08:00", "date": "1925-10-16 06:40", "place": {"c2": "WA", "cy": "US", "lg": -122.33333, "lat": 47.6, "name": "Seattle"}, "date-ut": "1925-10-16 14:40"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "394"}}, "raw": {"H": "06:40", "TZ": "8h", "DAY": "16", "LAT": "47N36", "LON": "122W20", "MON": "10", "NUM": "394", "PRO": "PO", "YEA": "1925", "CICO": "Seattle, WA", "NAME": "Evans Daniel"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16630	evans-harold-1921-02-19	{"d10": "395"}	{"lerrcp": "D10-395"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Harold", "family": "Evans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1921-02-19 09:00", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -86.58333, "lat": 36.71667, "name": "Franklin", "geoid": null}, "notime": null, "date-ut": "1921-02-19 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Harold", "family": "Evans"}, "birth": {"tzo": "-06:00", "date": "1921-02-19 09:00", "place": {"c2": "KY", "cy": "US", "lg": -86.58333, "lat": 36.71667, "name": "Franklin"}, "date-ut": "1921-02-19 15:00"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "395"}}, "raw": {"H": "09:00", "TZ": "6h", "DAY": "19", "LAT": "36N43", "LON": "86W35", "MON": "2", "NUM": "395", "PRO": "SC", "YEA": "1921", "CICO": "Franklin, KY", "NAME": "Evans Harold"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16632	evans-ronald-1933-11-10	{"d10": "397"}	{"lerrcp": "D10-397"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ronald", "family": "Evans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1933-11-10 04:30", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -101.8, "lat": 39.78333, "name": "St Francis", "geoid": null}, "notime": null, "date-ut": "1933-11-10 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ronald", "family": "Evans"}, "birth": {"tzo": "-07:00", "date": "1933-11-10 04:30", "place": {"c2": "KS", "cy": "US", "lg": -101.8, "lat": 39.78333, "name": "St Francis"}, "date-ut": "1933-11-10 11:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "397"}}, "raw": {"H": "04:30", "TZ": "7h", "DAY": "10", "LAT": "39N47", "LON": "101W48", "MON": "11", "NUM": "397", "PRO": "MI", "YEA": "1933", "CICO": "St Francis, KS", "NAME": "Evans Ronald"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16633	everhart-rex-1920-06-13	{"d10": "398"}	{"lerrcp": "D10-398"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rex", "family": "Everhart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1920-06-13 13:00", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -87.73333, "lat": 40.78333, "name": "Watseka", "geoid": null}, "notime": null, "date-ut": "1920-06-13 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Rex", "family": "Everhart"}, "birth": {"tzo": "-06:00", "date": "1920-06-13 13:00", "place": {"c2": "IL", "cy": "US", "lg": -87.73333, "lat": 40.78333, "name": "Watseka"}, "date-ut": "1920-06-13 19:00"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "398"}}, "raw": {"H": "13:00", "TZ": "6h", "DAY": "13", "LAT": "40N47", "LON": "87W44", "MON": "6", "NUM": "398", "PRO": "AC", "YEA": "1920", "CICO": "Watseka, IL", "NAME": "Everhart Rex"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16634	everson-william-1912-09-10	{"d10": "399"}	{"lerrcp": "D10-399"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Everson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1912-09-10 08:30", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -121.48333, "lat": 38.58333, "name": "Sacramento", "geoid": null}, "notime": null, "date-ut": "1912-09-10 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "William", "family": "Everson"}, "birth": {"tzo": "-08:00", "date": "1912-09-10 08:30", "place": {"c2": "CA", "cy": "US", "lg": -121.48333, "lat": 38.58333, "name": "Sacramento"}, "date-ut": "1912-09-10 16:30"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "399"}}, "raw": {"H": "08:30", "TZ": "8h", "DAY": "10", "LAT": "38N35", "LON": "121W29", "MON": "9", "NUM": "399", "PRO": "WR", "YEA": "1912", "CICO": "Sacramento, CA", "NAME": "Everson William"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16635	exley-charles-1929-12-14	{"d10": "400"}	{"lerrcp": "D10-400"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Exley", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1929-12-14 03:55", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "US", "lg": -83.05, "lat": 42.33333, "name": "Detroit", "geoid": null}, "notime": null, "date-ut": "1929-12-14 08:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Exley"}, "birth": {"tzo": "-05:00", "date": "1929-12-14 03:55", "place": {"c2": "MI", "cy": "US", "lg": -83.05, "lat": 42.33333, "name": "Detroit"}, "date-ut": "1929-12-14 08:55"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "400"}}, "raw": {"H": "03:55", "TZ": "5h", "DAY": "14", "LAT": "42N20", "LON": "83W3", "MON": "12", "NUM": "400", "PRO": "EX", "YEA": "1929", "CICO": "Detroit, MI", "NAME": "Exley Charles"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16636	eyen-tom-1940-08-14	{"d10": "401"}	{"lerrcp": "D10-401"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tom", "family": "Eyen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1940-08-14 12:40", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.58333, "lat": 40.03333, "name": "Cambridge", "geoid": null}, "notime": null, "date-ut": "1940-08-14 17:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Tom", "family": "Eyen"}, "birth": {"tzo": "-05:00", "date": "1940-08-14 12:40", "place": {"c2": "OH", "cy": "US", "lg": -81.58333, "lat": 40.03333, "name": "Cambridge"}, "date-ut": "1940-08-14 17:40"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "401"}}, "raw": {"H": "12:40", "TZ": "5h", "DAY": "14", "LAT": "40N2", "LON": "81W35", "MON": "8", "NUM": "401", "PRO": "AC", "YEA": "1940", "CICO": "Cambridge, OH", "NAME": "Eyen Tom"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16637	fabares-shelley-1944-01-19	{"d10": "402"}	{"lerrcp": "D10-402"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Shelley", "family": "Fabares", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1944-01-19 04:25", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.48333, "lat": 34.01667, "name": "Santa Monica", "geoid": null}, "notime": null, "date-ut": "1944-01-19 11:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Shelley", "family": "Fabares"}, "birth": {"tzo": "-07:00", "date": "1944-01-19 04:25", "place": {"c2": "CA", "cy": "US", "lg": -118.48333, "lat": 34.01667, "name": "Santa Monica"}, "date-ut": "1944-01-19 11:25"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "402"}}, "raw": {"H": "04:25", "TZ": "7h", "DAY": "19", "LAT": "34N1", "LON": "118W29", "MON": "1", "NUM": "402", "PRO": "AC", "YEA": "1944", "CICO": "Santa Monica, CA", "NAME": "Fabares Shelley"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16638	fabray-nanette-1920-10-27	{"d10": "403"}	{"lerrcp": "D10-403"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nanette", "family": "Fabray", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1920-10-27 03:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -117.15, "lat": 32.71667, "name": "San Diego", "geoid": null}, "notime": null, "date-ut": "1920-10-27 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Nanette", "family": "Fabray"}, "birth": {"tzo": "-08:00", "date": "1920-10-27 03:00", "place": {"c2": "CA", "cy": "US", "lg": -117.15, "lat": 32.71667, "name": "San Diego"}, "date-ut": "1920-10-27 11:00"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "403"}}, "raw": {"H": "03:00", "TZ": "8h", "DAY": "27", "LAT": "32N43", "LON": "117W9", "MON": "10", "NUM": "403", "PRO": "AC", "YEA": "1920", "CICO": "San Diego, CA", "NAME": "Fabray Nanette"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16640	fairchild-john-1927-03-06	{"d10": "405"}	{"lerrcp": "D10-405"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Fairchild", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1927-03-06 05:55", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.16667, "lat": 40.73333, "name": "Newark", "geoid": null}, "notime": null, "date-ut": "1927-03-06 10:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "John", "family": "Fairchild"}, "birth": {"tzo": "-05:00", "date": "1927-03-06 05:55", "place": {"c2": "NJ", "cy": "US", "lg": -74.16667, "lat": 40.73333, "name": "Newark"}, "date-ut": "1927-03-06 10:55"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "405"}}, "raw": {"H": "05:55", "TZ": "5h", "DAY": "6", "LAT": "40N44", "LON": "74W10", "MON": "3", "NUM": "405", "PRO": "EX", "YEA": "1927", "CICO": "Newark, NJ", "NAME": "Fairchild John"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16641	farner-donald-1915-05-02	{"d10": "406"}	{"lerrcp": "D10-406"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Donald", "family": "Farner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1915-05-02 11:00", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -91.71667, "lat": 44.3, "name": "Waumandee", "geoid": null}, "notime": null, "date-ut": "1915-05-02 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Donald", "family": "Farner"}, "birth": {"tzo": "-06:00", "date": "1915-05-02 11:00", "place": {"c2": "WI", "cy": "US", "lg": -91.71667, "lat": 44.3, "name": "Waumandee"}, "date-ut": "1915-05-02 17:00"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "406"}}, "raw": {"H": "11:00", "TZ": "6h", "DAY": "2", "LAT": "44N18", "LON": "91W43", "MON": "5", "NUM": "406", "PRO": "SC", "YEA": "1915", "CICO": "Waumandee, WI", "NAME": "Farner Donald"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16642	farrell-suzanne-1945-08-16	{"d10": "407"}	{"lerrcp": "D10-407"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Suzanne", "family": "Farrell", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1945-08-16 05:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati", "geoid": null}, "notime": null, "date-ut": "1945-08-16 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Suzanne", "family": "Farrell"}, "birth": {"tzo": "-05:00", "date": "1945-08-16 05:00", "place": {"c2": "OH", "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati"}, "date-ut": "1945-08-16 10:00"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "407"}}, "raw": {"H": "05:00", "TZ": "5h", "DAY": "16", "LAT": "39N6", "LON": "84W31", "MON": "8", "NUM": "407", "PRO": "AR", "YEA": "1945", "CICO": "Cincinnati, OH", "NAME": "Farrell Suzanne"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16643	farrow-mia-1945-02-09	{"d10": "408"}	{"lerrcp": "D10-408"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mia", "family": "Farrow", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1945-02-09 11:27", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1945-02-09 18:27"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Mia", "family": "Farrow"}, "birth": {"tzo": "-07:00", "date": "1945-02-09 11:27", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1945-02-09 18:27"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "408"}}, "raw": {"H": "11:27", "TZ": "7h", "DAY": "9", "LAT": "34N4", "LON": "118W15", "MON": "2", "NUM": "408", "PRO": "AC", "YEA": "1945", "CICO": "Los Angeles, CA", "NAME": "Farrow Mia"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16644	faver-dudley-1916-08-17	{"d10": "409"}	{"lerrcp": "D10-409"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dudley", "family": "Faver", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1916-08-17 15:00", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -100.4, "lat": 32.46667, "name": "Sweatwater", "geoid": null}, "notime": null, "date-ut": "1916-08-17 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Dudley", "family": "Faver"}, "birth": {"tzo": "-06:00", "date": "1916-08-17 15:00", "place": {"c2": "TX", "cy": "US", "lg": -100.4, "lat": 32.46667, "name": "Sweatwater"}, "date-ut": "1916-08-17 21:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "409"}}, "raw": {"H": "15:00", "TZ": "6h", "DAY": "17", "LAT": "32N28", "LON": "100W24", "MON": "8", "NUM": "409", "PRO": "MI", "YEA": "1916", "CICO": "Sweatwater, TX", "NAME": "Faver Dudley"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16645	fegan-joseph-1920-12-21	{"d10": "410"}	{"lerrcp": "D10-410"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Fegan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1920-12-21 04:54", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1920-12-21 12:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Fegan"}, "birth": {"tzo": "-08:00", "date": "1920-12-21 04:54", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1920-12-21 12:54"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "410"}}, "raw": {"H": "04:54", "TZ": "8h", "DAY": "21", "LAT": "34N4", "LON": "118W15", "MON": "12", "NUM": "410", "PRO": "MI", "YEA": "1920", "CICO": "Los Angeles, CA", "NAME": "Fegan Joseph"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16646	feinstein-dianne-1933-06-22	{"d10": "411"}	{"lerrcp": "D10-411"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dianne", "family": "Feinstein", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1933-06-22 00:44", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1933-06-22 08:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Dianne", "family": "Feinstein"}, "birth": {"tzo": "-08:00", "date": "1933-06-22 00:44", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1933-06-22 08:44"}, "notes": ["Value published in LERRCP corrected in APP"], "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "411"}}, "raw": {"H": "00:44", "TZ": "8h", "DAY": "22", "LAT": "37N47", "LON": "122W25", "MON": "6", "NUM": "411!", "PRO": "PO", "YEA": "1933", "CICO": "San Francisco, CA", "NAME": "Feinstein Dianne"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	["Value published in LERRCP corrected in APP"]
16647	felker-clay-1925-10-02	{"d10": "412"}	{"lerrcp": "D10-412"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clay", "family": "Felker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1925-10-02 09:28", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis", "geoid": null}, "notime": null, "date-ut": "1925-10-02 15:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Clay", "family": "Felker"}, "birth": {"tzo": "-06:00", "date": "1925-10-02 09:28", "place": {"c2": "MO", "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis"}, "date-ut": "1925-10-02 15:28"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "412"}}, "raw": {"H": "09:28", "TZ": "6h", "DAY": "2", "LAT": "38N37", "LON": "90W12", "MON": "10", "NUM": "412", "PRO": "EX", "YEA": "1925", "CICO": "St Louis, MO", "NAME": "Felker Clay"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16649	fernie-john-1945-10-22	{"d10": "414"}	{"lerrcp": "D10-414"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Fernie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1945-10-22 17:23", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -97.93333, "lat": 38.08333, "name": "Hutchinson", "geoid": null}, "notime": null, "date-ut": "1945-10-22 23:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "John", "family": "Fernie"}, "birth": {"tzo": "-06:00", "date": "1945-10-22 17:23", "place": {"c2": "KS", "cy": "US", "lg": -97.93333, "lat": 38.08333, "name": "Hutchinson"}, "date-ut": "1945-10-22 23:23"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "414"}}, "raw": {"H": "17:23", "TZ": "6h", "DAY": "22", "LAT": "38N5", "LON": "97W56", "MON": "10", "NUM": "414", "PRO": "AR", "YEA": "1945", "CICO": "Hutchinson, KS", "NAME": "Fernie John"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16650	fery-john-1930-02-16	{"d10": "415"}	{"lerrcp": "D10-415"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Fery", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1930-02-16 21:50", "note": null, "place": {"c1": null, "c2": "WA", "c3": null, "cy": "US", "lg": -122.48333, "lat": 48.76667, "name": "Bellingham", "geoid": null}, "notime": null, "date-ut": "1930-02-17 05:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "John", "family": "Fery"}, "birth": {"tzo": "-08:00", "date": "1930-02-16 21:50", "place": {"c2": "WA", "cy": "US", "lg": -122.48333, "lat": 48.76667, "name": "Bellingham"}, "date-ut": "1930-02-17 05:50"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "415"}}, "raw": {"H": "21:50", "TZ": "8h", "DAY": "16", "LAT": "48N46", "LON": "122W29", "MON": "2", "NUM": "415", "PRO": "EX", "YEA": "1930", "CICO": "Bellingham, WA", "NAME": "Fery John"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16651	fidrych-mark-1954-08-14	{"d10": "416", "3a_sports": "1632"}	{"ertel": "ES-1632", "lerrcp": "D10-416"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mark", "family": "Fidrych", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-04:00", "date": "1954-08-14 12:13", "note": null, "place": {"c1": null, "c2": "MA", "c3": null, "cy": "US", "lg": -71.8, "lat": 42.26667, "name": "Worcester", "geoid": null}, "notime": null, "date-ut": "1954-08-14 16:13"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["baseball-player"]	5	null	[{"new": {"name": {"given": "Mark", "family": "Fidrych"}, "birth": {"tzo": "-04:00", "date": "1954-08-14 12:13", "place": {"c2": "MA", "cy": "US", "lg": -71.8, "lat": 42.26667, "name": "Worcester"}, "date-ut": "1954-08-14 16:13"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "416"}}, "raw": {"H": "12:13", "TZ": "4h", "DAY": "14", "LAT": "42N16", "LON": "71W48", "MON": "8", "NUM": "416", "PRO": "SP", "YEA": "1954", "CICO": "Worcester, MA", "NAME": "Fidrych Mark"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["baseball-player"], "partial-ids": {"ertel": "ES-1632"}}, "raw": {"L": "", "MF": "", "NR": "1632", "ENG": "", "MA_": "1", "G_NR": "416", "MA12": "11", "MARS": "31", "NAME": "Fidrych", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "2,300", "CSINR": "", "KURTZ": "", "PHAS_": "99,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "14.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Mark", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.08.1954", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASE", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16652	field-sally-1946-11-06	{"d10": "417"}	{"lerrcp": "D10-417"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sally", "family": "Field", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1946-11-06 04:23", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.15, "lat": 34.15, "name": "Pasadena", "geoid": null}, "notime": null, "date-ut": "1946-11-06 12:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Sally", "family": "Field"}, "birth": {"tzo": "-08:00", "date": "1946-11-06 04:23", "place": {"c2": "CA", "cy": "US", "lg": -118.15, "lat": 34.15, "name": "Pasadena"}, "date-ut": "1946-11-06 12:23"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "417"}}, "raw": {"H": "04:23", "TZ": "8h", "DAY": "6", "LAT": "34N9", "LON": "118W9", "MON": "11", "NUM": "417", "PRO": "AC", "YEA": "1946", "CICO": "Pasadena, CA", "NAME": "Field Sally"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16653	fine-jud-1944-11-20	{"d10": "418"}	{"lerrcp": "D10-418"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jud", "family": "Fine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1944-11-20 03:02", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1944-11-20 10:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Jud", "family": "Fine"}, "birth": {"tzo": "-07:00", "date": "1944-11-20 03:02", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1944-11-20 10:02"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "418"}}, "raw": {"H": "03:02", "TZ": "7h", "DAY": "20", "LAT": "34N4", "LON": "118W15", "MON": "11", "NUM": "418", "PRO": "AR", "YEA": "1944", "CICO": "Los Angeles, CA", "NAME": "Fine Jud"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16655	fish-howard-1923-08-01	{"d10": "420"}	{"lerrcp": "D10-420"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Howard", "family": "Fish", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1923-08-01 03:00", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -94.81667, "lat": 45.66667, "name": "Melrose", "geoid": null}, "notime": null, "date-ut": "1923-08-01 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Howard", "family": "Fish"}, "birth": {"tzo": "-06:00", "date": "1923-08-01 03:00", "place": {"c2": "MN", "cy": "US", "lg": -94.81667, "lat": 45.66667, "name": "Melrose"}, "date-ut": "1923-08-01 09:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "420"}}, "raw": {"H": "03:00", "TZ": "6h", "DAY": "1", "LAT": "45N40", "LON": "94W49", "MON": "8", "NUM": "420", "PRO": "MI", "YEA": "1923", "CICO": "Melrose, MN", "NAME": "Fish Howard"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16656	fisher-joel-1947-06-06	{"d10": "421"}	{"lerrcp": "D10-421"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joel", "family": "Fisher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1947-06-06 08:52", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -80.86667, "lat": 40.9, "name": "Salem", "geoid": null}, "notime": null, "date-ut": "1947-06-06 12:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Joel", "family": "Fisher"}, "birth": {"tzo": "-04:00", "date": "1947-06-06 08:52", "place": {"c2": "OH", "cy": "US", "lg": -80.86667, "lat": 40.9, "name": "Salem"}, "date-ut": "1947-06-06 12:52"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "421"}}, "raw": {"H": "08:52", "TZ": "4h", "DAY": "6", "LAT": "40N54", "LON": "80W52", "MON": "6", "NUM": "421", "PRO": "AR", "YEA": "1947", "CICO": "Salem, OH", "NAME": "Fisher Joel"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16657	flamson-richard-1929-02-02	{"d10": "422"}	{"lerrcp": "D10-422"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Flamson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1929-02-02 10:30", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1929-02-02 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Flamson"}, "birth": {"tzo": "-08:00", "date": "1929-02-02 10:30", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1929-02-02 18:30"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "422"}}, "raw": {"H": "10:30", "TZ": "8h", "DAY": "2", "LAT": "34N4", "LON": "118W15", "MON": "2", "NUM": "422", "PRO": "EX", "YEA": "1929", "CICO": "Los Angeles, CA", "NAME": "Flamson Richard"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16658	flavin-joseph-1928-10-16	{"d10": "423"}	{"lerrcp": "D10-423"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Flavin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1928-10-16 20:15", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis", "geoid": null}, "notime": null, "date-ut": "1928-10-17 02:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Flavin"}, "birth": {"tzo": "-06:00", "date": "1928-10-16 20:15", "place": {"c2": "MO", "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis"}, "date-ut": "1928-10-17 02:15"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "423"}}, "raw": {"H": "20:15", "TZ": "6h", "DAY": "16", "LAT": "38N37", "LON": "90W12", "MON": "10", "NUM": "423", "PRO": "EX", "YEA": "1928", "CICO": "St Louis, MO", "NAME": "Flavin Joseph"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16659	fleisher-leon-1928-07-23	{"d10": "424"}	{"lerrcp": "D10-424"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leon", "family": "Fleisher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1928-07-23 22:20", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1928-07-24 06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Leon", "family": "Fleisher"}, "birth": {"tzo": "-08:00", "date": "1928-07-23 22:20", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1928-07-24 06:20"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "424"}}, "raw": {"H": "22:20", "TZ": "8h", "DAY": "23", "LAT": "37N47", "LON": "122W25", "MON": "7", "NUM": "424", "PRO": "AR", "YEA": "1928", "CICO": "San Francisco, CA", "NAME": "Fleisher Leon"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16660	fleming-lawrence-1922-12-12	{"d10": "425"}	{"lerrcp": "D10-425"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lawrence", "family": "Fleming", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1922-12-12 14:00", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -88, "lat": 44.51667, "name": "Green Bay", "geoid": null}, "notime": null, "date-ut": "1922-12-12 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Lawrence", "family": "Fleming"}, "birth": {"tzo": "-06:00", "date": "1922-12-12 14:00", "place": {"c2": "WI", "cy": "US", "lg": -88, "lat": 44.51667, "name": "Green Bay"}, "date-ut": "1922-12-12 20:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "425"}}, "raw": {"H": "14:00", "TZ": "6h", "DAY": "12", "LAT": "44N31", "LON": "88W0", "MON": "12", "NUM": "425", "PRO": "MI", "YEA": "1922", "CICO": "Green Bay, WI", "NAME": "Fleming Lawrence"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16662	fleming-richard-1917-11-02	{"d10": "427"}	{"lerrcp": "D10-427"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Fleming", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1917-11-02 05:30", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.1, "lat": 44.95, "name": "St Paul", "geoid": null}, "notime": null, "date-ut": "1917-11-02 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Fleming"}, "birth": {"tzo": "-06:00", "date": "1917-11-02 05:30", "place": {"c2": "MN", "cy": "US", "lg": -93.1, "lat": 44.95, "name": "St Paul"}, "date-ut": "1917-11-02 11:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "427"}}, "raw": {"H": "05:30", "TZ": "6h", "DAY": "2", "LAT": "44N57", "LON": "93W6", "MON": "11", "NUM": "427", "PRO": "MI", "YEA": "1917", "CICO": "St Paul, MN", "NAME": "Fleming Richard"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16663	fletcher-allan-1922-07-19	{"d10": "428"}	{"lerrcp": "D10-428"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Allan", "family": "Fletcher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1922-07-19 11:55", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1922-07-19 19:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Allan", "family": "Fletcher"}, "birth": {"tzo": "-08:00", "date": "1922-07-19 11:55", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1922-07-19 19:55"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "428"}}, "raw": {"H": "11:55", "TZ": "8h", "DAY": "19", "LAT": "37N47", "LON": "122W25", "MON": "7", "NUM": "428", "PRO": "AC", "YEA": "1922", "CICO": "San Francisco, CA", "NAME": "Fletcher Allan"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16665	fodor-eugene-1950-03-05	{"d10": "430"}	{"lerrcp": "D10-430"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugene", "family": "Fodor", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1950-03-05 06:20", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "US", "lg": -104.76667, "lat": 38.38333, "name": "Turkey Creek", "geoid": null}, "notime": null, "date-ut": "1950-03-05 13:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Eugene", "family": "Fodor"}, "birth": {"tzo": "-07:00", "date": "1950-03-05 06:20", "place": {"c2": "CO", "cy": "US", "lg": -104.76667, "lat": 38.38333, "name": "Turkey Creek"}, "date-ut": "1950-03-05 13:20"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "430"}}, "raw": {"H": "06:20", "TZ": "7h", "DAY": "5", "LAT": "38N23", "LON": "104W46", "MON": "3", "NUM": "430", "PRO": "AR", "YEA": "1950", "CICO": "Turkey Creek, CO", "NAME": "Fodor Eugene"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16664	flood-curtis-1938-01-18	{"d10": "429", "3a_sports": "1655"}	{"ertel": "ES-1655", "lerrcp": "D10-429"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Curtis", "family": "Flood", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1938-01-18 20:30", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -95.36667, "lat": 29.76667, "name": "Houston", "geoid": null}, "notime": null, "date-ut": "1938-01-19 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Curtis", "family": "Flood"}, "birth": {"tzo": "-06:00", "date": "1938-01-18 20:30", "place": {"c2": "TX", "cy": "US", "lg": -95.36667, "lat": 29.76667, "name": "Houston"}, "date-ut": "1938-01-19 02:30"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "429"}}, "raw": {"H": "20:30", "TZ": "6h", "DAY": "18", "LAT": "29N46", "LON": "95W22", "MON": "1", "NUM": "429", "PRO": "SP", "YEA": "1938", "CICO": "Houston, TX", "NAME": "Flood Curtis"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["basketball-player"], "partial-ids": {"ertel": "ES-1655"}}, "raw": {"L": "", "MF": "", "NR": "1655", "ENG": "", "MA_": "0", "G_NR": "429", "MA12": "6", "MARS": "17", "NAME": "Flood", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-3,500", "CSINR": "", "KURTZ": "", "PHAS_": "95,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "18.01.", "ZITATE": "BE", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Curtis Charles", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "18.01.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASK", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16667	ford-henry-1917-09-04	{"d10": "432"}	{"lerrcp": "D10-432"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Ford", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1917-09-04 18:00", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "US", "lg": -83.05, "lat": 42.33333, "name": "Detroit", "geoid": null}, "notime": null, "date-ut": "1917-09-04 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Ford"}, "birth": {"tzo": "-05:00", "date": "1917-09-04 18:00", "place": {"c2": "MI", "cy": "US", "lg": -83.05, "lat": 42.33333, "name": "Detroit"}, "date-ut": "1917-09-04 23:00"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "432"}}, "raw": {"H": "18:00", "TZ": "5h", "DAY": "4", "LAT": "42N20", "LON": "83W3", "MON": "9", "NUM": "432", "PRO": "EX", "YEA": "1917", "CICO": "Detroit, MI", "NAME": "Ford Henry"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16668	ford-wendell-1924-09-08	{"d10": "433"}	{"lerrcp": "D10-433"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wendell", "family": "Ford", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1924-09-08 08:30", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -87.11667, "lat": 37.76667, "name": "Owensboro", "geoid": null}, "notime": null, "date-ut": "1924-09-08 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Wendell", "family": "Ford"}, "birth": {"tzo": "-06:00", "date": "1924-09-08 08:30", "place": {"c2": "KY", "cy": "US", "lg": -87.11667, "lat": 37.76667, "name": "Owensboro"}, "date-ut": "1924-09-08 14:30"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "433"}}, "raw": {"H": "08:30", "TZ": "6h", "DAY": "8", "LAT": "37N46", "LON": "87W7", "MON": "9", "NUM": "433", "PRO": "PO", "YEA": "1924", "CICO": "Owensboro, KY", "NAME": "Ford Wendell"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16670	forrester-eugene-1926-04-17	{"d10": "435"}	{"lerrcp": "D10-435"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugene", "family": "Forrester", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1926-04-17 19:00", "note": null, "place": {"c1": null, "c2": "TN", "c3": null, "cy": "US", "lg": -86.13333, "lat": 36.1, "name": "Watertown", "geoid": null}, "notime": null, "date-ut": "1926-04-18 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eugene", "family": "Forrester"}, "birth": {"tzo": "-06:00", "date": "1926-04-17 19:00", "place": {"c2": "TN", "cy": "US", "lg": -86.13333, "lat": 36.1, "name": "Watertown"}, "date-ut": "1926-04-18 01:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "435"}}, "raw": {"H": "19:00", "TZ": "6h", "DAY": "17", "LAT": "36N6", "LON": "86W8", "MON": "4", "NUM": "435", "PRO": "MI", "YEA": "1926", "CICO": "Watertown, TN", "NAME": "Forrester Eugene"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16669	foreman-george-1949-01-10	{"d10": "434", "3a_sports": "1679"}	{"ertel": "ES-1679", "lerrcp": "D10-434"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "George", "family": "Foreman", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1949-01-10 21:15", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -94.38333, "lat": 32.55, "name": "Marshall", "geoid": null}, "notime": null, "date-ut": "1949-01-11 03:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "George", "family": "Foreman"}, "birth": {"tzo": "-06:00", "date": "1949-01-10 21:15", "place": {"c2": "TX", "cy": "US", "lg": -94.38333, "lat": 32.55, "name": "Marshall"}, "date-ut": "1949-01-11 03:15"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "434"}}, "raw": {"H": "21:15", "TZ": "6h", "DAY": "10", "LAT": "32N33", "LON": "94W23", "MON": "1", "NUM": "434", "PRO": "SP", "YEA": "1949", "CICO": "Marshall, TX", "NAME": "Foreman George"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["boxer"], "partial-ids": {"ertel": "ES-1679"}}, "raw": {"L": "", "MF": "", "NR": "1679", "ENG": "", "MA_": "0", "G_NR": "434", "MA12": "8", "MARS": "22", "NAME": "Foreman", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "9,200", "CSINR": "", "KURTZ": "", "PHAS_": "73,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "10.01.", "ZITATE": "HKRSBF", "ZITSUM": "6", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "George", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "10.01.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "6"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16673	foster-william-1915-02-17	{"d10": "438"}	{"lerrcp": "D10-438"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Foster", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1915-02-17 06:30", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1915-02-17 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "William", "family": "Foster"}, "birth": {"tzo": "-05:00", "date": "1915-02-17 06:30", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1915-02-17 11:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "438"}}, "raw": {"H": "06:30", "TZ": "5h", "DAY": "17", "LAT": "41N30", "LON": "81W42", "MON": "2", "NUM": "438", "PRO": "MI", "YEA": "1915", "CICO": "Cleveland, OH", "NAME": "Foster William"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16674	foxx-redd-1922-12-09	{"d10": "439"}	{"lerrcp": "D10-439"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Redd", "family": "Foxx", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1922-12-09 01:12", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis", "geoid": null}, "notime": null, "date-ut": "1922-12-09 07:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Redd", "family": "Foxx"}, "birth": {"tzo": "-06:00", "date": "1922-12-09 01:12", "place": {"c2": "MO", "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis"}, "date-ut": "1922-12-09 07:12"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "439"}}, "raw": {"H": "01:12", "TZ": "6h", "DAY": "9", "LAT": "38N37", "LON": "90W12", "MON": "12", "NUM": "439", "PRO": "AC", "YEA": "1922", "CICO": "St Louis, MO", "NAME": "Foxx Redd"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16676	francis-sam-1923-06-25	{"d10": "441"}	{"lerrcp": "D10-441"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sam", "family": "Francis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1923-06-25 06:30", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.31667, "lat": 37.56667, "name": "San Mateo", "geoid": null}, "notime": null, "date-ut": "1923-06-25 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Sam", "family": "Francis"}, "birth": {"tzo": "-08:00", "date": "1923-06-25 06:30", "place": {"c2": "CA", "cy": "US", "lg": -122.31667, "lat": 37.56667, "name": "San Mateo"}, "date-ut": "1923-06-25 14:30"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "441"}}, "raw": {"H": "06:30", "TZ": "8h", "DAY": "25", "LAT": "37N34", "LON": "122W19", "MON": "6", "NUM": "441", "PRO": "AR", "YEA": "1923", "CICO": "San Mateo, CA", "NAME": "Francis Sam"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16675	foyt-anthony-1935-01-16	{"d10": "440", "3a_sports": "1699"}	{"ertel": "ES-1699", "lerrcp": "D10-440"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anthony", "family": "Foyt", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1935-01-16 01:25", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -95.36667, "lat": 29.76667, "name": "Houston", "geoid": null}, "notime": null, "date-ut": "1935-01-16 07:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Anthony", "family": "Foyt"}, "birth": {"tzo": "-06:00", "date": "1935-01-16 01:25", "place": {"c2": "TX", "cy": "US", "lg": -95.36667, "lat": 29.76667, "name": "Houston"}, "date-ut": "1935-01-16 07:25"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "440"}}, "raw": {"H": "01:25", "TZ": "6h", "DAY": "16", "LAT": "29N46", "LON": "95W22", "MON": "1", "NUM": "440", "PRO": "SP", "YEA": "1935", "CICO": "Houston, TX", "NAME": "Foyt Anthony"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["motor-sports-competitor"], "partial-ids": {"ertel": "ES-1699"}}, "raw": {"L": "", "MF": "", "NR": "1699", "ENG": "1", "MA_": "2", "G_NR": "440", "MA12": "1", "MARS": "3", "NAME": "Foyt", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "7,300", "CSINR": "", "KURTZ": "", "PHAS_": "87,900", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "16.01.", "ZITATE": "DCSBEX", "ZITSUM": "6", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Anthony Joseph", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "16.01.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "5"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16680	freeman-orville-1918-05-09	{"d10": "445"}	{"lerrcp": "D10-445"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Orville", "family": "Freeman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1918-05-09 02:00", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis", "geoid": null}, "notime": null, "date-ut": "1918-05-09 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Orville", "family": "Freeman"}, "birth": {"tzo": "-05:00", "date": "1918-05-09 02:00", "place": {"c2": "MN", "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis"}, "date-ut": "1918-05-09 07:00"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "445"}}, "raw": {"H": "02:00", "TZ": "5h", "DAY": "9", "LAT": "44N59", "LON": "93W16", "MON": "5", "NUM": "445", "PRO": "PO", "YEA": "1918", "CICO": "Minneapolis, MN", "NAME": "Freeman Orville"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16681	fried-howard-1946-06-14	{"d10": "446"}	{"lerrcp": "D10-446"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Howard", "family": "Fried", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1946-06-14 09:17", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1946-06-14 14:17"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Howard", "family": "Fried"}, "birth": {"tzo": "-05:00", "date": "1946-06-14 09:17", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1946-06-14 14:17"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "446"}}, "raw": {"H": "09:17", "TZ": "5h", "DAY": "14", "LAT": "41N30", "LON": "81W42", "MON": "6", "NUM": "446", "PRO": "AR", "YEA": "1946", "CICO": "Cleveland, OH", "NAME": "Fried Howard"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16677	fratienne-linda-1960-08-02	{"d10": "442", "3a_sports": "1713"}	{"ertel": "ES-1713", "lerrcp": "D10-442"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Linda", "family": "Fratienne", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "-07:00", "date": "1960-08-02 09:34", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.55, "lat": 34.23333, "name": "Northridge", "geoid": null}, "notime": null, "date-ut": "1960-08-02 16:34"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["winter-sports-practitioner"]	5	null	[{"new": {"name": {"given": "Linda", "family": "Fratienne"}, "birth": {"tzo": "-07:00", "date": "1960-08-02 09:34", "place": {"c2": "CA", "cy": "US", "lg": -118.55, "lat": 34.23333, "name": "Northridge"}, "date-ut": "1960-08-02 16:34"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "442"}}, "raw": {"H": "09:34", "TZ": "7h", "DAY": "2", "LAT": "34N14", "LON": "118W33", "MON": "8", "NUM": "442", "PRO": "SP", "YEA": "1960", "CICO": "Northridge, CA", "NAME": "Fratienne Linda"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "F", "occus": ["winter-sports-practitioner"], "partial-ids": {"ertel": "ES-1713"}}, "raw": {"L": "", "MF": "F", "NR": "1713", "ENG": "1", "MA_": "2", "G_NR": "442", "MA12": "4", "MARS": "12", "NAME": "Fratienne", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "11,000", "CSINR": "", "KURTZ": "", "PHAS_": "66,400", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "02.08.", "ZITATE": "HF", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Linda", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "02.08.1960", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "ICES", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16682	friedan-betty-1921-02-04	{"d10": "447"}	{"lerrcp": "D10-447"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Betty", "family": "Friedan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1921-02-04 04:00", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -89.6, "lat": 40.7, "name": "Peoria", "geoid": null}, "notime": null, "date-ut": "1921-02-04 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician", "writer"]	5	null	[{"new": {"name": {"given": "Betty", "family": "Friedan"}, "birth": {"tzo": "-06:00", "date": "1921-02-04 04:00", "place": {"c2": "IL", "cy": "US", "lg": -89.6, "lat": 40.7, "name": "Peoria"}, "date-ut": "1921-02-04 10:00"}, "occus": ["politician", "writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "447"}}, "raw": {"H": "04:00", "TZ": "6h", "DAY": "4", "LAT": "40N42", "LON": "89W36", "MON": "2", "NUM": "447", "PRO": "PO,WR", "YEA": "1921", "CICO": "Peoria, IL", "NAME": "Friedan Betty"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16683	fris-edward-1921-09-01	{"d10": "448"}	{"lerrcp": "D10-448"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edward", "family": "Fris", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1921-09-01 12:30", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -88.98333, "lat": 37.91667, "name": "Orient", "geoid": null}, "notime": null, "date-ut": "1921-09-01 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edward", "family": "Fris"}, "birth": {"tzo": "-06:00", "date": "1921-09-01 12:30", "place": {"c2": "IL", "cy": "US", "lg": -88.98333, "lat": 37.91667, "name": "Orient"}, "date-ut": "1921-09-01 18:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "448"}}, "raw": {"H": "12:30", "TZ": "6h", "DAY": "1", "LAT": "37N55", "LON": "88W59", "MON": "9", "NUM": "448", "PRO": "MI", "YEA": "1921", "CICO": "Orient, IL", "NAME": "Fris Edward"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16684	froehlke-robert-1922-10-15	{"d10": "449"}	{"lerrcp": "D10-449"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Froehlke", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1922-10-15 04:10", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -88.46667, "lat": 44.18333, "name": "Neenah", "geoid": null}, "notime": null, "date-ut": "1922-10-15 10:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Froehlke"}, "birth": {"tzo": "-06:00", "date": "1922-10-15 04:10", "place": {"c2": "WI", "cy": "US", "lg": -88.46667, "lat": 44.18333, "name": "Neenah"}, "date-ut": "1922-10-15 10:10"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "449"}}, "raw": {"H": "04:10", "TZ": "6h", "DAY": "15", "LAT": "44N11", "LON": "88W28", "MON": "10", "NUM": "449", "PRO": "PO", "YEA": "1922", "CICO": "Neenah, WI", "NAME": "Froehlke Robert"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16686	fuchs-jim-1927-12-06	{"d10": "451", "3a_sports": "1728"}	{"ertel": "ES-1728", "lerrcp": "D10-451"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jim", "family": "Fuchs", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1927-12-06 23:20", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago", "geoid": null}, "notime": null, "date-ut": "1927-12-07 05:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Jim", "family": "Fuchs"}, "birth": {"tzo": "-06:00", "date": "1927-12-06 23:20", "place": {"c2": "IL", "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago"}, "date-ut": "1927-12-07 05:20"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "451"}}, "raw": {"H": "23:20", "TZ": "6h", "DAY": "6", "LAT": "41N52", "LON": "87W39", "MON": "12", "NUM": "451", "PRO": "SP", "YEA": "1927", "CICO": "Chicago, IL", "NAME": "Fuchs Jim"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-1728"}}, "raw": {"L": "", "MF": "", "NR": "1728", "ENG": "", "MA_": "1", "G_NR": "451", "MA12": "10", "MARS": "28", "NAME": "Fuchs", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "8,400", "CSINR": "", "KURTZ": "", "PHAS_": "89,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "06.12.", "ZITATE": "DKTO", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jim", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "06.12.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16690	fulton-william-1919-10-31	{"d10": "455"}	{"lerrcp": "D10-455"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Fulton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1919-10-31 12:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.26667, "lat": 37.86667, "name": "Berkeley", "geoid": null}, "notime": null, "date-ut": "1919-10-31 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "William", "family": "Fulton"}, "birth": {"tzo": "-08:00", "date": "1919-10-31 12:00", "place": {"c2": "CA", "cy": "US", "lg": -122.26667, "lat": 37.86667, "name": "Berkeley"}, "date-ut": "1919-10-31 20:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "455"}}, "raw": {"H": "12:00", "TZ": "8h", "DAY": "31", "LAT": "37N52", "LON": "122W16", "MON": "10", "NUM": "455", "PRO": "MI", "YEA": "1919", "CICO": "Berkeley, CA", "NAME": "Fulton William"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16688	fullmer-donald-1939-02-21	{"d10": "453", "3a_sports": "1733", "rawlins-ertel-irving": "122"}	{"ertel": "ES-1733", "csicop": "CS-122", "lerrcp": "D10-453"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Donald", "family": "Fullmer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-07:00", "date": "1939-02-21 02:40", "note": null, "place": {"c1": null, "c2": "UT", "c3": null, "cy": "US", "lg": -111.95, "lat": 40.61667, "name": "West Jordan", "geoid": null}, "notime": null, "date-ut": "1939-02-21 09:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Donald", "family": "Fullmer"}, "birth": {"tzo": "-07:00", "date": "1939-02-21 02:40", "place": {"c2": "UT", "cy": "US", "lg": -111.95, "lat": 40.61667, "name": "West Jordan"}, "date-ut": "1939-02-21 09:40"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "453"}}, "raw": {"H": "02:40", "TZ": "7h", "DAY": "21", "LAT": "40N37", "LON": "111W57", "MON": "2", "NUM": "453", "PRO": "SP", "YEA": "1939", "CICO": "West Jordan, UT", "NAME": "Fullmer Donald"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["boxer"]], "ids-in-sources": {"rawlins-ertel-irving": "122"}}, "raw": {"LA1": "40", "LA2": "36", "LO1": "111", "LO2": "55", "AMPM": "A", "MARS": "1", "NAME": "Fullmer", "BATCH": "3", "Satz#": "122", "GEBDAT": "21 2 1939", "GEBORT": "UT", "GEBZEIT": "2 40", "VORNAME": "Donald", "SPORTART": "BOXI", "ZEITZONE": "7"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["boxer"], "partial-ids": {"ertel": "ES-1733"}}, "raw": {"L": "", "MF": "", "NR": "1733", "ENG": "1", "MA_": "2", "G_NR": "453", "MA12": "1", "MARS": "1", "NAME": "Fullmer", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "2,100", "CSINR": "122", "KURTZ": "", "PHAS_": "2,600", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "21.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Donald", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.02.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16694	galambos-robert-1914-04-20	{"d10": "459"}	{"lerrcp": "D10-459"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Galambos", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1914-04-20 23:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -82.18333, "lat": 41.46667, "name": "Lorain", "geoid": null}, "notime": null, "date-ut": "1914-04-21 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Galambos"}, "birth": {"tzo": "-06:00", "date": "1914-04-20 23:00", "place": {"c2": "OH", "cy": "US", "lg": -82.18333, "lat": 41.46667, "name": "Lorain"}, "date-ut": "1914-04-21 05:00"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "459"}}, "raw": {"H": "23:00", "TZ": "6h", "DAY": "20", "LAT": "41N28", "LON": "82W11", "MON": "4", "NUM": "459", "PRO": "SC", "YEA": "1914", "CICO": "Lorain, OH", "NAME": "Galambos Robert"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16695	gallo-frank-1933-01-13	{"d10": "460"}	{"lerrcp": "D10-460"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frank", "family": "Gallo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1933-01-13 14:10", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83.55, "lat": 41.65, "name": "Toledo", "geoid": null}, "notime": null, "date-ut": "1933-01-13 19:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Frank", "family": "Gallo"}, "birth": {"tzo": "-05:00", "date": "1933-01-13 14:10", "place": {"c2": "OH", "cy": "US", "lg": -83.55, "lat": 41.65, "name": "Toledo"}, "date-ut": "1933-01-13 19:10"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "460"}}, "raw": {"H": "14:10", "TZ": "5h", "DAY": "13", "LAT": "41N39", "LON": "83W33", "MON": "1", "NUM": "460", "PRO": "AR", "YEA": "1933", "CICO": "Toledo, OH", "NAME": "Gallo Frank"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16696	galloway-james-1919-08-10	{"d10": "461"}	{"lerrcp": "D10-461"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Galloway", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1919-08-10 14:00", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -82.93333, "lat": 35.13333, "name": "Lake Toxaway", "geoid": null}, "notime": null, "date-ut": "1919-08-10 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "James", "family": "Galloway"}, "birth": {"tzo": "-04:00", "date": "1919-08-10 14:00", "place": {"c2": "NC", "cy": "US", "lg": -82.93333, "lat": 35.13333, "name": "Lake Toxaway"}, "date-ut": "1919-08-10 18:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "461"}}, "raw": {"H": "14:00", "TZ": "4h", "DAY": "10", "LAT": "35N8", "LON": "82W56", "MON": "8", "NUM": "461", "PRO": "MI", "YEA": "1919", "CICO": "Lake Toxaway, NC", "NAME": "Galloway James"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16697	galvin-robert-1922-10-09	{"d10": "462"}	{"lerrcp": "D10-462"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Galvin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1922-10-09 11:49", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -90.16667, "lat": 44.66667, "name": "Marshfield", "geoid": null}, "notime": null, "date-ut": "1922-10-09 17:49"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Galvin"}, "birth": {"tzo": "-06:00", "date": "1922-10-09 11:49", "place": {"c2": "WI", "cy": "US", "lg": -90.16667, "lat": 44.66667, "name": "Marshfield"}, "date-ut": "1922-10-09 17:49"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "462"}}, "raw": {"H": "11:49", "TZ": "6h", "DAY": "9", "LAT": "44N40", "LON": "90W10", "MON": "10", "NUM": "462", "PRO": "EX", "YEA": "1922", "CICO": "Marshfield, WI", "NAME": "Galvin Robert"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16698	gardner-ava-1922-12-24	{"d10": "463"}	{"lerrcp": "D10-463"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ava", "family": "Gardner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1922-12-24 19:10", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -78.18333, "lat": 35.46667, "name": "Boon Hill Township", "geoid": null}, "notime": null, "date-ut": "1922-12-25 00:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Ava", "family": "Gardner"}, "birth": {"tzo": "-05:00", "date": "1922-12-24 19:10", "place": {"c2": "NC", "cy": "US", "lg": -78.18333, "lat": 35.46667, "name": "Boon Hill Township"}, "date-ut": "1922-12-25 00:10"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "463"}}, "raw": {"H": "19:10", "TZ": "5h", "DAY": "24", "LAT": "35N28", "LON": "78W11", "MON": "12", "NUM": "463", "PRO": "AC", "YEA": "1922", "CICO": "Boon Hill Township, NC", "NAME": "Gardner Ava"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16699	gardner-john-1912-10-08	{"d10": "464"}	{"lerrcp": "D10-464"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Gardner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1912-10-08 21:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1912-10-09 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "John", "family": "Gardner"}, "birth": {"tzo": "-08:00", "date": "1912-10-08 21:00", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1912-10-09 05:00"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "464"}}, "raw": {"H": "21:00", "TZ": "8h", "DAY": "8", "LAT": "34N4", "LON": "118W15", "MON": "10", "NUM": "464", "PRO": "PO", "YEA": "1912", "CICO": "Los Angeles, CA", "NAME": "Gardner John"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16700	garner-peggy-1932-02-03	{"d10": "465"}	{"lerrcp": "D10-465"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Peggy", "family": "Garner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1932-02-03 09:40", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.38333, "lat": 40.8, "name": "Canton", "geoid": null}, "notime": null, "date-ut": "1932-02-03 14:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Peggy", "family": "Garner"}, "birth": {"tzo": "-05:00", "date": "1932-02-03 09:40", "place": {"c2": "OH", "cy": "US", "lg": -81.38333, "lat": 40.8, "name": "Canton"}, "date-ut": "1932-02-03 14:40"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "465"}}, "raw": {"H": "09:40", "TZ": "5h", "DAY": "3", "LAT": "40N48", "LON": "81W23", "MON": "2", "NUM": "465", "PRO": "AC", "YEA": "1932", "CICO": "Canton, OH", "NAME": "Garner Peggy"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16701	garrels-robert-1916-08-24	{"d10": "466"}	{"lerrcp": "D10-466"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Garrels", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1916-08-24 09:15", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "US", "lg": -83.05, "lat": 42.33333, "name": "Detroit", "geoid": null}, "notime": null, "date-ut": "1916-08-24 14:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Garrels"}, "birth": {"tzo": "-05:00", "date": "1916-08-24 09:15", "place": {"c2": "MI", "cy": "US", "lg": -83.05, "lat": 42.33333, "name": "Detroit"}, "date-ut": "1916-08-24 14:15"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "466"}}, "raw": {"H": "09:15", "TZ": "5h", "DAY": "24", "LAT": "42N20", "LON": "83W3", "MON": "8", "NUM": "466", "PRO": "SC", "YEA": "1916", "CICO": "Detroit, MI", "NAME": "Garrels Robert"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16702	garrett-francis-1919-04-07	{"d10": "467"}	{"lerrcp": "D10-467"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Garrett", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1919-04-07 18:45", "note": null, "place": {"c1": null, "c2": "SC", "c3": null, "cy": "US", "lg": -82.4, "lat": 34.85, "name": "Greenville", "geoid": null}, "notime": null, "date-ut": "1919-04-07 22:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Francis", "family": "Garrett"}, "birth": {"tzo": "-04:00", "date": "1919-04-07 18:45", "place": {"c2": "SC", "cy": "US", "lg": -82.4, "lat": 34.85, "name": "Greenville"}, "date-ut": "1919-04-07 22:45"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "467"}}, "raw": {"H": "18:45", "TZ": "4h", "DAY": "7", "LAT": "34N51", "LON": "82W24", "MON": "4", "NUM": "467", "PRO": "MI", "YEA": "1919", "CICO": "Greenville, SC", "NAME": "Garrett Francis"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16703	garrett-george-1929-06-11	{"d10": "468"}	{"lerrcp": "D10-468"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "George", "family": "Garrett", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1929-06-11 15:10", "note": null, "place": {"c1": null, "c2": "FL", "c3": null, "cy": "US", "lg": -81.38333, "lat": 28.55, "name": "Orlando", "geoid": null}, "notime": null, "date-ut": "1929-06-11 20:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "George", "family": "Garrett"}, "birth": {"tzo": "-05:00", "date": "1929-06-11 15:10", "place": {"c2": "FL", "cy": "US", "lg": -81.38333, "lat": 28.55, "name": "Orlando"}, "date-ut": "1929-06-11 20:10"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "468"}}, "raw": {"H": "15:10", "TZ": "5h", "DAY": "11", "LAT": "28N33", "LON": "81W23", "MON": "6", "NUM": "468", "PRO": "WR", "YEA": "1929", "CICO": "Orlando, FL", "NAME": "Garrett George"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16704	garwin-richard-1928-04-19	{"d10": "469"}	{"lerrcp": "D10-469"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Garwin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1928-04-19 01:15", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1928-04-19 06:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Garwin"}, "birth": {"tzo": "-05:00", "date": "1928-04-19 01:15", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1928-04-19 06:15"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "469"}}, "raw": {"H": "01:15", "TZ": "5h", "DAY": "19", "LAT": "41N30", "LON": "81W42", "MON": "4", "NUM": "469", "PRO": "SC", "YEA": "1928", "CICO": "Cleveland, OH", "NAME": "Garwin Richard"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16706	geis-lawrence-1916-07-14	{"d10": "471"}	{"lerrcp": "D10-471"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lawrence", "family": "Geis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1916-07-14 21:00", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -97.61667, "lat": 38.83333, "name": "Salina", "geoid": null}, "notime": null, "date-ut": "1916-07-15 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Lawrence", "family": "Geis"}, "birth": {"tzo": "-06:00", "date": "1916-07-14 21:00", "place": {"c2": "KS", "cy": "US", "lg": -97.61667, "lat": 38.83333, "name": "Salina"}, "date-ut": "1916-07-15 03:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "471"}}, "raw": {"H": "21:00", "TZ": "6h", "DAY": "14", "LAT": "38N50", "LON": "97W37", "MON": "7", "NUM": "471", "PRO": "MI", "YEA": "1916", "CICO": "Salina, KS", "NAME": "Geis Lawrence"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16707	gerstacker-carl-1916-08-06	{"d10": "472"}	{"lerrcp": "D10-472"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carl", "family": "Gerstacker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1916-08-06 18:15", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1916-08-06 23:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Carl", "family": "Gerstacker"}, "birth": {"tzo": "-05:00", "date": "1916-08-06 18:15", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1916-08-06 23:15"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "472"}}, "raw": {"H": "18:15", "TZ": "5h", "DAY": "6", "LAT": "41N30", "LON": "81W42", "MON": "8", "NUM": "472", "PRO": "EX", "YEA": "1916", "CICO": "Cleveland, OH", "NAME": "Gerstacker Carl"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16708	gersten-bernard-1923-01-30	{"d10": "473"}	{"lerrcp": "D10-473"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Gersten", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1923-01-30 14:00", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.16667, "lat": 40.73333, "name": "Newark", "geoid": null}, "notime": null, "date-ut": "1923-01-30 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Gersten"}, "birth": {"tzo": "-05:00", "date": "1923-01-30 14:00", "place": {"c2": "NJ", "cy": "US", "lg": -74.16667, "lat": 40.73333, "name": "Newark"}, "date-ut": "1923-01-30 19:00"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "473"}}, "raw": {"H": "14:00", "TZ": "5h", "DAY": "30", "LAT": "40N44", "LON": "74W10", "MON": "1", "NUM": "473", "PRO": "AC", "YEA": "1923", "CICO": "Newark, NJ", "NAME": "Gersten Bernard"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16711	gilhooly-david-1943-04-15	{"d10": "476"}	{"lerrcp": "D10-476"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "David", "family": "Gilhooly", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1943-04-15 12:25", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -121.06667, "lat": 38.9, "name": "Auburn", "geoid": null}, "notime": null, "date-ut": "1943-04-15 19:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "David", "family": "Gilhooly"}, "birth": {"tzo": "-07:00", "date": "1943-04-15 12:25", "place": {"c2": "CA", "cy": "US", "lg": -121.06667, "lat": 38.9, "name": "Auburn"}, "date-ut": "1943-04-15 19:25"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "476"}}, "raw": {"H": "12:25", "TZ": "7h", "DAY": "15", "LAT": "38N54", "LON": "121W4", "MON": "4", "NUM": "476", "PRO": "AR", "YEA": "1943", "CICO": "Auburn, CA", "NAME": "Gilhooly David"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16710	gifford-frank-1930-08-16	{"d10": "475", "3a_sports": "1858"}	{"ertel": "ES-1858", "lerrcp": "D10-475"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frank", "family": "Gifford", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1930-08-16 02:10", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.48333, "lat": 34.01667, "name": "Santa Monica", "geoid": null}, "notime": null, "date-ut": "1930-08-16 10:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Frank", "family": "Gifford"}, "birth": {"tzo": "-08:00", "date": "1930-08-16 02:10", "place": {"c2": "CA", "cy": "US", "lg": -118.48333, "lat": 34.01667, "name": "Santa Monica"}, "date-ut": "1930-08-16 10:10"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "475"}}, "raw": {"H": "02:10", "TZ": "8h", "DAY": "16", "LAT": "34N1", "LON": "118W29", "MON": "8", "NUM": "475", "PRO": "SP", "YEA": "1930", "CICO": "Santa Monica, CA", "NAME": "Gifford Frank"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-1858"}}, "raw": {"L": "", "MF": "", "NR": "1858", "ENG": "1", "MA_": "2", "G_NR": "475", "MA12": "1", "MARS": "3", "NAME": "Gifford", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-9,100", "CSINR": "", "KURTZ": "", "PHAS_": "65,200", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "16.08.", "ZITATE": "BX", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Frank Newton", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "16.08.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16712	gillen-stanley-1911-08-10	{"d10": "477"}	{"lerrcp": "D10-477"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stanley", "family": "Gillen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1911-08-10 14:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83.55, "lat": 41.65, "name": "Toledo", "geoid": null}, "notime": null, "date-ut": "1911-08-10 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Stanley", "family": "Gillen"}, "birth": {"tzo": "-06:00", "date": "1911-08-10 14:00", "place": {"c2": "OH", "cy": "US", "lg": -83.55, "lat": 41.65, "name": "Toledo"}, "date-ut": "1911-08-10 20:00"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "477"}}, "raw": {"H": "14:00", "TZ": "6h", "DAY": "10", "LAT": "41N39", "LON": "83W33", "MON": "8", "NUM": "477", "PRO": "EX", "YEA": "1911", "CICO": "Toledo, OH", "NAME": "Gillen Stanley"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16714	gilligan-john-1921-03-22	{"d10": "479"}	{"lerrcp": "D10-479"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Gilligan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1921-03-22 06:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati", "geoid": null}, "notime": null, "date-ut": "1921-03-22 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "John", "family": "Gilligan"}, "birth": {"tzo": "-06:00", "date": "1921-03-22 06:00", "place": {"c2": "OH", "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati"}, "date-ut": "1921-03-22 12:00"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "479"}}, "raw": {"H": "06:00", "TZ": "6h", "DAY": "22", "LAT": "39N6", "LON": "84W31", "MON": "3", "NUM": "479", "PRO": "PO", "YEA": "1921", "CICO": "Cincinnati, OH", "NAME": "Gilligan John"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16716	gilruth-robert-1913-10-08	{"d10": "481"}	{"lerrcp": "D10-481"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Gilruth", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1913-10-08 14:00", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.16667, "lat": 47.38333, "name": "Nashwauk", "geoid": null}, "notime": null, "date-ut": "1913-10-08 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Gilruth"}, "birth": {"tzo": "-06:00", "date": "1913-10-08 14:00", "place": {"c2": "MN", "cy": "US", "lg": -93.16667, "lat": 47.38333, "name": "Nashwauk"}, "date-ut": "1913-10-08 20:00"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "481"}}, "raw": {"H": "14:00", "TZ": "6h", "DAY": "8", "LAT": "47N23", "LON": "93W10", "MON": "10", "NUM": "481", "PRO": "PO", "YEA": "1913", "CICO": "Nashwauk, MN", "NAME": "Gilruth Robert"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16715	gillingham-gale-1944-02-03	{"d10": "480", "3a_sports": "1865", "rawlins-ertel-irving": "132"}	{"ertel": "ES-1865", "csicop": "CS-132", "lerrcp": "D10-480"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gale", "family": "Gillingham", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1944-02-03 15:52", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -89.4, "lat": 43.06667, "name": "Madison", "geoid": null}, "notime": null, "date-ut": "1944-02-03 20:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Gale", "family": "Gillingham"}, "birth": {"tzo": "-05:00", "date": "1944-02-03 15:52", "place": {"c2": "WI", "cy": "US", "lg": -89.4, "lat": 43.06667, "name": "Madison"}, "date-ut": "1944-02-03 20:52"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "480"}}, "raw": {"H": "15:52", "TZ": "5h", "DAY": "3", "LAT": "43N4", "LON": "89W24", "MON": "2", "NUM": "480", "PRO": "SP", "YEA": "1944", "CICO": "Madison, WI", "NAME": "Gillingham Gale"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "132"}}, "raw": {"LA1": "43", "LA2": "4", "LO1": "89", "LO2": "24", "AMPM": "P", "MARS": "4", "NAME": "Gillingham", "BATCH": "1", "Satz#": "132", "GEBDAT": "3 2 1944", "GEBORT": "WI", "GEBZEIT": "3 52", "VORNAME": "Gale", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-1865"}}, "raw": {"L": "", "MF": "", "NR": "1865", "ENG": "", "MA_": "1", "G_NR": "480", "MA12": "2", "MARS": "4", "NAME": "Gillingham", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "10,000", "CSINR": "132", "KURTZ": "", "PHAS_": "67,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "03.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gale", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.02.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16717	giraudo-john-1923-10-02	{"d10": "482"}	{"lerrcp": "D10-482"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Giraudo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1923-10-02 14:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -119.7, "lat": 34.41667, "name": "Santa Barbara", "geoid": null}, "notime": null, "date-ut": "1923-10-02 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "John", "family": "Giraudo"}, "birth": {"tzo": "-08:00", "date": "1923-10-02 14:00", "place": {"c2": "CA", "cy": "US", "lg": -119.7, "lat": 34.41667, "name": "Santa Barbara"}, "date-ut": "1923-10-02 22:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "482"}}, "raw": {"H": "14:00", "TZ": "8h", "DAY": "2", "LAT": "34N25", "LON": "119W42", "MON": "10", "NUM": "482", "PRO": "MI", "YEA": "1923", "CICO": "Santa Barbara, CA", "NAME": "Giraudo John"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16718	glaser-donald-1926-09-21	{"d10": "483"}	{"lerrcp": "D10-483"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Donald", "family": "Glaser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1926-09-21 23:30", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1926-09-22 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Donald", "family": "Glaser"}, "birth": {"tzo": "-05:00", "date": "1926-09-21 23:30", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1926-09-22 04:30"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "483"}}, "raw": {"H": "23:30", "TZ": "5h", "DAY": "21", "LAT": "41N30", "LON": "81W42", "MON": "9", "NUM": "483", "PRO": "SC", "YEA": "1926", "CICO": "Cleveland, OH", "NAME": "Glaser Donald"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16719	gleason-andrew-1921-11-04	{"d10": "484"}	{"lerrcp": "D10-484"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Andrew", "family": "Gleason", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1921-11-04 23:50", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -119.78333, "lat": 36.73333, "name": "Fresno", "geoid": null}, "notime": null, "date-ut": "1921-11-05 07:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Andrew", "family": "Gleason"}, "birth": {"tzo": "-08:00", "date": "1921-11-04 23:50", "place": {"c2": "CA", "cy": "US", "lg": -119.78333, "lat": 36.73333, "name": "Fresno"}, "date-ut": "1921-11-05 07:50"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "484"}}, "raw": {"H": "23:50", "TZ": "8h", "DAY": "4", "LAT": "36N44", "LON": "119W47", "MON": "11", "NUM": "484", "PRO": "SC", "YEA": "1921", "CICO": "Fresno, CA", "NAME": "Gleason Andrew"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16720	glenn-john-1921-07-18	{"d10": "485"}	{"lerrcp": "D10-485"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Glenn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1921-07-18 15:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.58333, "lat": 40.03333, "name": "Cambridge", "geoid": null}, "notime": null, "date-ut": "1921-07-18 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "John", "family": "Glenn"}, "birth": {"tzo": "-04:00", "date": "1921-07-18 15:00", "place": {"c2": "OH", "cy": "US", "lg": -81.58333, "lat": 40.03333, "name": "Cambridge"}, "date-ut": "1921-07-18 19:00"}, "occus": ["military-personnel", "politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "485"}}, "raw": {"H": "15:00", "TZ": "4h", "DAY": "18", "LAT": "40N2", "LON": "81W35", "MON": "7", "NUM": "485", "PRO": "MI,PO", "YEA": "1921", "CICO": "Cambridge, OH", "NAME": "Glenn John"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16721	goddard-james-1923-04-24	{"d10": "486"}	{"lerrcp": "D10-486"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Goddard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1923-04-24 18:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.1, "lat": 40.91667, "name": "Alliance", "geoid": null}, "notime": null, "date-ut": "1923-04-24 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician", "scientist"]	5	null	[{"new": {"name": {"given": "James", "family": "Goddard"}, "birth": {"tzo": "-05:00", "date": "1923-04-24 18:00", "place": {"c2": "OH", "cy": "US", "lg": -81.1, "lat": 40.91667, "name": "Alliance"}, "date-ut": "1923-04-24 23:00"}, "occus": ["politician", "scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "486"}}, "raw": {"H": "18:00", "TZ": "5h", "DAY": "24", "LAT": "40N55", "LON": "81W6", "MON": "4", "NUM": "486", "PRO": "PO,SC", "YEA": "1923", "CICO": "Alliance, OH", "NAME": "Goddard James"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16722	godding-george-1920-07-12	{"d10": "487"}	{"lerrcp": "D10-487"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "George", "family": "Godding", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1920-07-12 16:00", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -95.23333, "lat": 38.96667, "name": "Lawrence", "geoid": null}, "notime": null, "date-ut": "1920-07-12 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "George", "family": "Godding"}, "birth": {"tzo": "-06:00", "date": "1920-07-12 16:00", "place": {"c2": "KS", "cy": "US", "lg": -95.23333, "lat": 38.96667, "name": "Lawrence"}, "date-ut": "1920-07-12 22:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "487"}}, "raw": {"H": "16:00", "TZ": "6h", "DAY": "12", "LAT": "38N58", "LON": "95W14", "MON": "7", "NUM": "487", "PRO": "MI", "YEA": "1920", "CICO": "Lawrence, KS", "NAME": "Godding George"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16723	goings-ralph-1928-05-09	{"d10": "488"}	{"lerrcp": "D10-488"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ralph", "family": "Goings", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1928-05-09 18:15", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.16667, "lat": 39.9, "name": "Corning", "geoid": null}, "notime": null, "date-ut": "1928-05-10 02:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Ralph", "family": "Goings"}, "birth": {"tzo": "-08:00", "date": "1928-05-09 18:15", "place": {"c2": "CA", "cy": "US", "lg": -122.16667, "lat": 39.9, "name": "Corning"}, "date-ut": "1928-05-10 02:15"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "488"}}, "raw": {"H": "18:15", "TZ": "8h", "DAY": "9", "LAT": "39N54", "LON": "122W10", "MON": "5", "NUM": "488", "PRO": "AR", "YEA": "1928", "CICO": "Corning, CA", "NAME": "Goings Ralph"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16724	gold-herbert-1924-03-09	{"d10": "489"}	{"lerrcp": "D10-489"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Herbert", "family": "Gold", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1924-03-09 09:45", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1924-03-09 14:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Herbert", "family": "Gold"}, "birth": {"tzo": "-05:00", "date": "1924-03-09 09:45", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1924-03-09 14:45"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "489"}}, "raw": {"H": "09:45", "TZ": "5h", "DAY": "9", "LAT": "41N30", "LON": "81W42", "MON": "3", "NUM": "489", "PRO": "WR", "YEA": "1924", "CICO": "Cleveland, OH", "NAME": "Gold Herbert"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16725	goldberger-marvin-1922-10-22	{"d10": "490"}	{"lerrcp": "D10-490"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marvin", "family": "Goldberger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1922-10-22 20:00", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago", "geoid": null}, "notime": null, "date-ut": "1922-10-23 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Marvin", "family": "Goldberger"}, "birth": {"tzo": "-06:00", "date": "1922-10-22 20:00", "place": {"c2": "IL", "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago"}, "date-ut": "1922-10-23 02:00"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "490"}}, "raw": {"H": "20:00", "TZ": "6h", "DAY": "22", "LAT": "41N52", "LON": "87W39", "MON": "10", "NUM": "490", "PRO": "SC", "YEA": "1922", "CICO": "Chicago, IL", "NAME": "Goldberger Marvin"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16728	good-robert-1922-05-21	{"d10": "493"}	{"lerrcp": "D10-493"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Good", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1922-05-21 06:00", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -94.16667, "lat": 46.45, "name": "Grosby", "geoid": null}, "notime": null, "date-ut": "1922-05-21 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Good"}, "birth": {"tzo": "-06:00", "date": "1922-05-21 06:00", "place": {"c2": "MN", "cy": "US", "lg": -94.16667, "lat": 46.45, "name": "Grosby"}, "date-ut": "1922-05-21 12:00"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "493"}}, "raw": {"H": "06:00", "TZ": "6h", "DAY": "21", "LAT": "", "LON": "", "MON": "5", "NUM": "493", "PRO": "AC", "YEA": "1922", "CICO": "Grosby, MN", "NAME": "Good Robert"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16729	goodman-julian-1922-05-01	{"d10": "494"}	{"lerrcp": "D10-494"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julian", "family": "Goodman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1922-05-01 04:00", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -85.91667, "lat": 37, "name": "Glasgow", "geoid": null}, "notime": null, "date-ut": "1922-05-01 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Julian", "family": "Goodman"}, "birth": {"tzo": "-06:00", "date": "1922-05-01 04:00", "place": {"c2": "KY", "cy": "US", "lg": -85.91667, "lat": 37, "name": "Glasgow"}, "date-ut": "1922-05-01 10:00"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "494"}}, "raw": {"H": "04:00", "TZ": "6h", "DAY": "1", "LAT": "37N0", "LON": "85W55", "MON": "5", "NUM": "494", "PRO": "EX", "YEA": "1922", "CICO": "Glasgow, KY", "NAME": "Goodman Julian"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16730	goodson-mark-1915-01-24	{"d10": "495"}	{"lerrcp": "D10-495"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mark", "family": "Goodson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1915-01-24 01:25", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -121.48333, "lat": 38.58333, "name": "Sacramento", "geoid": null}, "notime": null, "date-ut": "1915-01-24 09:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Mark", "family": "Goodson"}, "birth": {"tzo": "-08:00", "date": "1915-01-24 01:25", "place": {"c2": "CA", "cy": "US", "lg": -121.48333, "lat": 38.58333, "name": "Sacramento"}, "date-ut": "1915-01-24 09:25"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "495"}}, "raw": {"H": "01:25", "TZ": "8h", "DAY": "24", "LAT": "38N35", "LON": "121W29", "MON": "1", "NUM": "495", "PRO": "AR", "YEA": "1915", "CICO": "Sacramento, CA", "NAME": "Goodson Mark"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16731	gordon-richard-1929-10-05	{"d10": "496"}	{"lerrcp": "D10-496"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Gordon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1929-10-05 12:45", "note": null, "place": {"c1": null, "c2": "WA", "c3": null, "cy": "US", "lg": -122.33333, "lat": 47.6, "name": "Seattle", "geoid": null}, "notime": null, "date-ut": "1929-10-05 20:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Gordon"}, "birth": {"tzo": "-08:00", "date": "1929-10-05 12:45", "place": {"c2": "WA", "cy": "US", "lg": -122.33333, "lat": 47.6, "name": "Seattle"}, "date-ut": "1929-10-05 20:45"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "496"}}, "raw": {"H": "12:45", "TZ": "8h", "DAY": "5", "LAT": "47N36", "LON": "122W20", "MON": "10", "NUM": "496", "PRO": "MI", "YEA": "1929", "CICO": "Seattle, WA", "NAME": "Gordon Richard"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16732	goulian-mehran-1929-12-31	{"d10": "497"}	{"lerrcp": "D10-497"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mehran", "family": "Goulian", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1929-12-31 07:00", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74, "lat": 40.76667, "name": "Weehawken", "geoid": null}, "notime": null, "date-ut": "1929-12-31 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Mehran", "family": "Goulian"}, "birth": {"tzo": "-05:00", "date": "1929-12-31 07:00", "place": {"c2": "NJ", "cy": "US", "lg": -74, "lat": 40.76667, "name": "Weehawken"}, "date-ut": "1929-12-31 12:00"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "497"}}, "raw": {"H": "07:00", "TZ": "5h", "DAY": "31", "LAT": "40N46", "LON": "74W0", "MON": "12", "NUM": "497", "PRO": "SC", "YEA": "1929", "CICO": "Weehawken, NJ", "NAME": "Goulian Mehran"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16734	graham-dan-1942-03-31	{"d10": "499"}	{"lerrcp": "D10-499"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dan", "family": "Graham", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1942-03-31 02:21", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -88.2, "lat": 40.11667, "name": "Urbana", "geoid": null}, "notime": null, "date-ut": "1942-03-31 07:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Dan", "family": "Graham"}, "birth": {"tzo": "-05:00", "date": "1942-03-31 02:21", "place": {"c2": "IL", "cy": "US", "lg": -88.2, "lat": 40.11667, "name": "Urbana"}, "date-ut": "1942-03-31 07:21"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "499"}}, "raw": {"H": "02:21", "TZ": "5h", "DAY": "31", "LAT": "40N7", "LON": "88W12", "MON": "3", "NUM": "499", "PRO": "AR", "YEA": "1942", "CICO": "Urbana, IL", "NAME": "Graham Dan"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16735	graham-gordon-1918-02-16	{"d10": "500"}	{"lerrcp": "D10-500"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gordon", "family": "Graham", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1918-02-16 00:05", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "US", "lg": -107.66667, "lat": 38.01667, "name": "Ouray", "geoid": null}, "notime": null, "date-ut": "1918-02-16 07:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gordon", "family": "Graham"}, "birth": {"tzo": "-07:00", "date": "1918-02-16 00:05", "place": {"c2": "CO", "cy": "US", "lg": -107.66667, "lat": 38.01667, "name": "Ouray"}, "date-ut": "1918-02-16 07:05"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "500"}}, "raw": {"H": "00:05", "TZ": "7h", "DAY": "16", "LAT": "38N1", "LON": "107W40", "MON": "2", "NUM": "500", "PRO": "MI", "YEA": "1918", "CICO": "Ouray, CO", "NAME": "Graham Gordon"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16736	graham-otto-1921-12-06	{"d10": "501", "3a_sports": "1924"}	{"ertel": "ES-1924", "lerrcp": "D10-501"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Graham", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1921-12-06 01:50", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -87.83333, "lat": 42.36667, "name": "Waukegan", "geoid": null}, "notime": null, "date-ut": "1921-12-06 07:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Otto", "family": "Graham"}, "birth": {"tzo": "-06:00", "date": "1921-12-06 01:50", "place": {"c2": "IL", "cy": "US", "lg": -87.83333, "lat": 42.36667, "name": "Waukegan"}, "date-ut": "1921-12-06 07:50"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "501"}}, "raw": {"H": "01:50", "TZ": "6h", "DAY": "6", "LAT": "42N22", "LON": "87W50", "MON": "12", "NUM": "501", "PRO": "SP", "YEA": "1921", "CICO": "Waukegan, IL", "NAME": "Graham Otto"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-1924"}}, "raw": {"L": "", "MF": "", "NR": "1924", "ENG": "0", "MA_": "2", "G_NR": "501", "MA12": "12", "MARS": "36", "NAME": "Graham", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "8,700", "CSINR": "", "KURTZ": "", "PHAS_": "35,700", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "06.12.", "ZITATE": "BX", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Otto", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "06.12.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16737	graham-william-1918-11-07	{"d10": "502"}	{"lerrcp": "D10-502"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Graham", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1918-11-07 15:30", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -80.85, "lat": 35.21667, "name": "Charlotte", "geoid": null}, "notime": null, "date-ut": "1918-11-07 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"name": {"given": "William", "family": "Graham"}, "birth": {"tzo": "-05:00", "date": "1918-11-07 15:30", "place": {"c2": "NC", "cy": "US", "lg": -80.85, "lat": 35.21667, "name": "Charlotte"}, "date-ut": "1918-11-07 20:30"}, "occus": ["miscelaneous"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "502"}}, "raw": {"H": "15:30", "TZ": "5h", "DAY": "7", "LAT": "35N13", "LON": "80W51", "MON": "11", "NUM": "502", "PRO": "X", "YEA": "1918", "CICO": "Charlotte, NC", "NAME": "Graham William"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16738	gramm-donald-1927-02-26	{"d10": "503"}	{"lerrcp": "D10-503"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Donald", "family": "Gramm", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1927-02-26 05:45", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": "Milwaukee", "geoid": null}, "notime": null, "date-ut": "1927-02-26 11:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Donald", "family": "Gramm"}, "birth": {"tzo": "-06:00", "date": "1927-02-26 05:45", "place": {"c2": "WI", "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": "Milwaukee"}, "date-ut": "1927-02-26 11:45"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "503"}}, "raw": {"H": "05:45", "TZ": "6h", "DAY": "26", "LAT": "43N2", "LON": "87W55", "MON": "2", "NUM": "503", "PRO": "AR", "YEA": "1927", "CICO": "Milwaukee, WI", "NAME": "Gramm Donald"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16739	granger-farley-1925-07-01	{"d10": "504"}	{"lerrcp": "D10-504"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Farley", "family": "Granger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1925-07-01 23:35", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -121.88333, "lat": 37.33333, "name": "San Jose", "geoid": null}, "notime": null, "date-ut": "1925-07-02 07:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Farley", "family": "Granger"}, "birth": {"tzo": "-08:00", "date": "1925-07-01 23:35", "place": {"c2": "CA", "cy": "US", "lg": -121.88333, "lat": 37.33333, "name": "San Jose"}, "date-ut": "1925-07-02 07:35"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "504"}}, "raw": {"H": "23:35", "TZ": "8h", "DAY": "1", "LAT": "37N20", "LON": "121W53", "MON": "7", "NUM": "504", "PRO": "AC", "YEA": "1925", "CICO": "San Jose, CA", "NAME": "Granger Farley"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16740	grant-verne-1917-10-17	{"d10": "505"}	{"lerrcp": "D10-505"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Verne", "family": "Grant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1917-10-17 18:35", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1917-10-18 02:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Verne", "family": "Grant"}, "birth": {"tzo": "-08:00", "date": "1917-10-17 18:35", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1917-10-18 02:35"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "505"}}, "raw": {"H": "18:35", "TZ": "8h", "DAY": "17", "LAT": "37N47", "LON": "122W25", "MON": "10", "NUM": "505", "PRO": "SC", "YEA": "1917", "CICO": "San Francisco, CA", "NAME": "Grant Verne"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16741	graves-peter-1926-03-18	{"d10": "506"}	{"lerrcp": "D10-506"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Peter", "family": "Graves", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1926-03-18 09:55", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis", "geoid": null}, "notime": null, "date-ut": "1926-03-18 15:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Peter", "family": "Graves"}, "birth": {"tzo": "-06:00", "date": "1926-03-18 09:55", "place": {"c2": "MN", "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis"}, "date-ut": "1926-03-18 15:55"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "506"}}, "raw": {"H": "09:55", "TZ": "6h", "DAY": "18", "LAT": "44N59", "LON": "93W16", "MON": "3", "NUM": "506", "PRO": "AC", "YEA": "1926", "CICO": "Minneapolis, MN", "NAME": "Graves Peter"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16742	gray-harry-1935-11-14	{"d10": "507"}	{"lerrcp": "D10-507"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Harry", "family": "Gray", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1935-11-14 23:30", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -86.53333, "lat": 36.83333, "name": "Woodburn", "geoid": null}, "notime": null, "date-ut": "1935-11-15 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Harry", "family": "Gray"}, "birth": {"tzo": "-06:00", "date": "1935-11-14 23:30", "place": {"c2": "KY", "cy": "US", "lg": -86.53333, "lat": 36.83333, "name": "Woodburn"}, "date-ut": "1935-11-15 05:30"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "507"}}, "raw": {"H": "23:30", "TZ": "6h", "DAY": "14", "LAT": "36N50", "LON": "86W32", "MON": "11", "NUM": "507", "PRO": "SC", "YEA": "1935", "CICO": "Woodburn, KY", "NAME": "Gray Harry"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16743	grayson-kathryn-1922-02-09	{"d10": "508"}	{"lerrcp": "D10-508"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kathryn", "family": "Grayson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1922-02-09 13:30", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -80.25, "lat": 36.1, "name": "WinstonSalem", "geoid": null}, "notime": null, "date-ut": "1922-02-09 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Kathryn", "family": "Grayson"}, "birth": {"tzo": "-05:00", "date": "1922-02-09 13:30", "place": {"c2": "NC", "cy": "US", "lg": -80.25, "lat": 36.1, "name": "WinstonSalem"}, "date-ut": "1922-02-09 18:30"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "508"}}, "raw": {"H": "13:30", "TZ": "5h", "DAY": "9", "LAT": "36N6", "LON": "80W15", "MON": "2", "NUM": "508", "PRO": "AC", "YEA": "1922", "CICO": "WinstonSalem, NC", "NAME": "Grayson Kathryn"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16745	greenfield-james-1924-07-16	{"d10": "510"}	{"lerrcp": "D10-510"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Greenfield", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1924-07-16 11:07", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1924-07-16 16:07"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "James", "family": "Greenfield"}, "birth": {"tzo": "-05:00", "date": "1924-07-16 11:07", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1924-07-16 16:07"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "510"}}, "raw": {"H": "11:07", "TZ": "5h", "DAY": "16", "LAT": "41N30", "LON": "81W42", "MON": "7", "NUM": "510", "PRO": "EX", "YEA": "1924", "CICO": "Cleveland, OH", "NAME": "Greenfield James"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16746	gregory-cynthia-1946-07-08	{"d10": "511"}	{"lerrcp": "D10-511"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cynthia", "family": "Gregory", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1946-07-08 06:32", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1946-07-08 14:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Cynthia", "family": "Gregory"}, "birth": {"tzo": "-08:00", "date": "1946-07-08 06:32", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1946-07-08 14:32"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "511"}}, "raw": {"H": "06:32", "TZ": "8h", "DAY": "8", "LAT": "34N4", "LON": "118W15", "MON": "7", "NUM": "511", "PRO": "AR", "YEA": "1946", "CICO": "Los Angeles, CA", "NAME": "Gregory Cynthia"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16748	grey-joel-1932-04-11	{"d10": "513"}	{"lerrcp": "D10-513"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joel", "family": "Grey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1932-04-11 21:52", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1932-04-12 02:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Joel", "family": "Grey"}, "birth": {"tzo": "-05:00", "date": "1932-04-11 21:52", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1932-04-12 02:52"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "513"}}, "raw": {"H": "21:52", "TZ": "5h", "DAY": "11", "LAT": "41N30", "LON": "81W42", "MON": "4", "NUM": "513", "PRO": "AC", "YEA": "1932", "CICO": "Cleveland, OH", "NAME": "Grey Joel"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16749	gribble-william-1917-05-24	{"d10": "514"}	{"lerrcp": "D10-514"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Gribble", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1917-05-24 11:25", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "US", "lg": -90.15, "lat": 46.45, "name": "Ironwood", "geoid": null}, "notime": null, "date-ut": "1917-05-24 17:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "William", "family": "Gribble"}, "birth": {"tzo": "-06:00", "date": "1917-05-24 11:25", "place": {"c2": "MI", "cy": "US", "lg": -90.15, "lat": 46.45, "name": "Ironwood"}, "date-ut": "1917-05-24 17:25"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "514"}}, "raw": {"H": "11:25", "TZ": "6h", "DAY": "24", "LAT": "46N27", "LON": "90W9", "MON": "5", "NUM": "514", "PRO": "MI", "YEA": "1917", "CICO": "Ironwood, MI", "NAME": "Gribble William"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16750	grier-rosey-1932-07-14	{"d10": "515", "3a_sports": "1962"}	{"ertel": "ES-1962", "lerrcp": "D10-515"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rosey", "family": "Grier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1932-07-14 00:00", "note": null, "place": {"c1": null, "c2": "GA", "c3": null, "cy": "US", "lg": -84.8, "lat": 31.76667, "name": "Cuthbert", "geoid": null}, "notime": null, "date-ut": "1932-07-14 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Rosey", "family": "Grier"}, "birth": {"tzo": "-06:00", "date": "1932-07-14 00:00", "place": {"c2": "GA", "cy": "US", "lg": -84.8, "lat": 31.76667, "name": "Cuthbert"}, "date-ut": "1932-07-14 06:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "515"}}, "raw": {"H": "00:00", "TZ": "6h", "DAY": "14", "LAT": "31N46", "LON": "84W48", "MON": "7", "NUM": "515", "PRO": "SP", "YEA": "1932", "CICO": "Cuthbert, GA", "NAME": "Grier Rosey"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-1962"}}, "raw": {"L": "", "MF": "", "NR": "1962", "ENG": "", "MA_": "0", "G_NR": "515", "MA12": "11", "MARS": "33", "NAME": "Grier", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "9,800", "CSINR": "", "KURTZ": "", "PHAS_": "80,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "14.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Rossy (Roosevelt)", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.07.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16751	griffin-archie-1954-08-21	{"d10": "516", "3a_sports": "1964", "rawlins-ertel-irving": "140"}	{"ertel": "ES-1964", "csicop": "CS-140", "lerrcp": "D10-516"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Archie", "family": "Griffin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1954-08-21 17:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83, "lat": 39.96667, "name": "Columbus", "geoid": null}, "notime": null, "date-ut": "1954-08-21 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Archie", "family": "Griffin"}, "birth": {"tzo": "-05:00", "date": "1954-08-21 17:00", "place": {"c2": "OH", "cy": "US", "lg": -83, "lat": 39.96667, "name": "Columbus"}, "date-ut": "1954-08-21 22:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "516"}}, "raw": {"H": "17:00", "TZ": "5h", "DAY": "21", "LAT": "39N58", "LON": "83W0", "MON": "8", "NUM": "516", "PRO": "SP", "YEA": "1954", "CICO": "Columbus, OH", "NAME": "Griffin Archie"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "140"}}, "raw": {"LA1": "39", "LA2": "58", "LO1": "83", "LO2": "0", "AMPM": "P", "MARS": "2", "NAME": "Griffin", "BATCH": "1", "Satz#": "140", "GEBDAT": "21 8 1954", "GEBORT": "OH", "GEBZEIT": "5 0", "VORNAME": "Archie", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-1964"}}, "raw": {"L": "", "MF": "", "NR": "1964", "ENG": "1", "MA_": "2", "G_NR": "516", "MA12": "1", "MARS": "2", "NAME": "Griffin", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-11,30", "CSINR": "140", "KURTZ": "", "PHAS_": "52,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "21.08.", "ZITATE": "BEX", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Archie", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "21.08.1954", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16752	griffith-thomas-1915-12-30	{"d10": "517"}	{"lerrcp": "D10-517"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Thomas", "family": "Griffith", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1915-12-30 06:00", "note": null, "place": {"c1": null, "c2": "WA", "c3": null, "cy": "US", "lg": -122.43333, "lat": 47.23333, "name": "Tacoma", "geoid": null}, "notime": null, "date-ut": "1915-12-30 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Thomas", "family": "Griffith"}, "birth": {"tzo": "-08:00", "date": "1915-12-30 06:00", "place": {"c2": "WA", "cy": "US", "lg": -122.43333, "lat": 47.23333, "name": "Tacoma"}, "date-ut": "1915-12-30 14:00"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "517"}}, "raw": {"H": "06:00", "TZ": "8h", "DAY": "30", "LAT": "47N14", "LON": "122W26", "MON": "12", "NUM": "517", "PRO": "EX", "YEA": "1915", "CICO": "Tacoma, WA", "NAME": "Griffith Thomas"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16753	grimes-gary-1955-06-02	{"d10": "518"}	{"lerrcp": "D10-518"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gary", "family": "Grimes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1955-06-02 21:49", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1955-06-03 04:49"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gary", "family": "Grimes"}, "birth": {"tzo": "-07:00", "date": "1955-06-02 21:49", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1955-06-03 04:49"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "518"}}, "raw": {"H": "21:49", "TZ": "7h", "DAY": "2", "LAT": "37N47", "LON": "122W25", "MON": "6", "NUM": "518", "PRO": "AC", "YEA": "1955", "CICO": "San Francisco, CA", "NAME": "Grimes Gary"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16754	grizzard-george-1928-04-01	{"d10": "519"}	{"lerrcp": "D10-519"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "George", "family": "Grizzard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1928-04-01 01:50", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -77.66667, "lat": 35.46667, "name": "Roanoke Rapids", "geoid": null}, "notime": null, "date-ut": "1928-04-01 06:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "George", "family": "Grizzard"}, "birth": {"tzo": "-05:00", "date": "1928-04-01 01:50", "place": {"c2": "NC", "cy": "US", "lg": -77.66667, "lat": 35.46667, "name": "Roanoke Rapids"}, "date-ut": "1928-04-01 06:50"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "519"}}, "raw": {"H": "01:50", "TZ": "5h", "DAY": "1", "LAT": "35N28", "LON": "77W40", "MON": "4", "NUM": "519", "PRO": "AC", "YEA": "1928", "CICO": "Roanoke Rapids, NC", "NAME": "Grizzard George"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16755	gronouski-john-1919-10-26	{"d10": "520"}	{"lerrcp": "D10-520"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Gronouski", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1919-10-26 22:20", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -88.16667, "lat": 45.65, "name": "Dunbar", "geoid": null}, "notime": null, "date-ut": "1919-10-27 04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "John", "family": "Gronouski"}, "birth": {"tzo": "-06:00", "date": "1919-10-26 22:20", "place": {"c2": "WI", "cy": "US", "lg": -88.16667, "lat": 45.65, "name": "Dunbar"}, "date-ut": "1919-10-27 04:20"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "520"}}, "raw": {"H": "22:20", "TZ": "6h", "DAY": "26", "LAT": "45N39", "LON": "88W10", "MON": "10", "NUM": "520", "PRO": "PO", "YEA": "1919", "CICO": "Dunbar, WI", "NAME": "Gronouski John"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16758	guillen-ambrosio-1929-12-07	{"d10": "523"}	{"lerrcp": "D10-523"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ambrosio", "family": "Guillen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1929-12-07 18:00", "note": null, "place": {"c1": null, "c2": "CD", "c3": null, "cy": "US", "lg": -103.55, "lat": 37.98333, "name": "La Junta", "geoid": null}, "notime": null, "date-ut": "1929-12-08 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ambrosio", "family": "Guillen"}, "birth": {"tzo": "-07:00", "date": "1929-12-07 18:00", "place": {"c2": "CD", "cy": "US", "lg": -103.55, "lat": 37.98333, "name": "La Junta"}, "date-ut": "1929-12-08 01:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "523"}}, "raw": {"H": "18:00", "TZ": "7h", "DAY": "7", "LAT": "37N59", "LON": "103W33", "MON": "12", "NUM": "523", "PRO": "MI", "YEA": "1929", "CICO": "La Junta, CD", "NAME": "Guillen Ambrosio"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16759	guinn-dick-1918-03-27	{"d10": "524"}	{"lerrcp": "D10-524"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dick", "family": "Guinn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1918-03-27 23:45", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -95.63333, "lat": 31.76667, "name": "Palestine", "geoid": null}, "notime": null, "date-ut": "1918-03-28 05:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Dick", "family": "Guinn"}, "birth": {"tzo": "-06:00", "date": "1918-03-27 23:45", "place": {"c2": "TX", "cy": "US", "lg": -95.63333, "lat": 31.76667, "name": "Palestine"}, "date-ut": "1918-03-28 05:45"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "524"}}, "raw": {"H": "23:45", "TZ": "6h", "DAY": "27", "LAT": "31N46", "LON": "95W38", "MON": "3", "NUM": "524", "PRO": "MI", "YEA": "1918", "CICO": "Palestine, TX", "NAME": "Guinn Dick"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16760	gullans-charles-1929-05-05	{"d10": "525"}	{"lerrcp": "D10-525"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Gullans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1929-05-05 03:40", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis", "geoid": null}, "notime": null, "date-ut": "1929-05-05 09:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Gullans"}, "birth": {"tzo": "-06:00", "date": "1929-05-05 03:40", "place": {"c2": "MN", "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis"}, "date-ut": "1929-05-05 09:40"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "525"}}, "raw": {"H": "03:40", "TZ": "6h", "DAY": "5", "LAT": "44N59", "LON": "93W16", "MON": "5", "NUM": "525", "PRO": "WR", "YEA": "1929", "CICO": "Minneapolis, MN", "NAME": "Gullans Charles"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16761	gunn-moses-1929-10-02	{"d10": "526"}	{"lerrcp": "D10-526"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Moses", "family": "Gunn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1929-10-02 23:00", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis", "geoid": null}, "notime": null, "date-ut": "1929-10-03 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Moses", "family": "Gunn"}, "birth": {"tzo": "-06:00", "date": "1929-10-02 23:00", "place": {"c2": "MO", "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis"}, "date-ut": "1929-10-03 05:00"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "526"}}, "raw": {"H": "23:00", "TZ": "6h", "DAY": "2", "LAT": "38N37", "LON": "90W12", "MON": "10", "NUM": "526", "PRO": "AC", "YEA": "1929", "CICO": "St Louis, MO", "NAME": "Gunn Moses"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16762	guthrie-john-1921-12-20	{"d10": "527"}	{"lerrcp": "D10-527"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Guthrie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1921-12-20 03:45", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -75.2, "lat": 40.7, "name": "Phillipsburg", "geoid": null}, "notime": null, "date-ut": "1921-12-20 08:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "John", "family": "Guthrie"}, "birth": {"tzo": "-05:00", "date": "1921-12-20 03:45", "place": {"c2": "NJ", "cy": "US", "lg": -75.2, "lat": 40.7, "name": "Phillipsburg"}, "date-ut": "1921-12-20 08:45"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "527"}}, "raw": {"H": "03:45", "TZ": "5h", "DAY": "20", "LAT": "40N42", "LON": "75W12", "MON": "12", "NUM": "527", "PRO": "MI", "YEA": "1921", "CICO": "Phillipsburg, NJ", "NAME": "Guthrie John"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16764	haack-robert-1917-02-15	{"d10": "529"}	{"lerrcp": "D10-529"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Haack", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1917-02-15 08:40", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -88, "lat": 43.05, "name": "Wauwatose", "geoid": null}, "notime": null, "date-ut": "1917-02-15 14:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Haack"}, "birth": {"tzo": "-06:00", "date": "1917-02-15 08:40", "place": {"c2": "WI", "cy": "US", "lg": -88, "lat": 43.05, "name": "Wauwatose"}, "date-ut": "1917-02-15 14:40"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "529"}}, "raw": {"H": "08:40", "TZ": "6h", "DAY": "15", "LAT": "43N3", "LON": "88W0", "MON": "2", "NUM": "529", "PRO": "PO", "YEA": "1917", "CICO": "Wauwatose, WI", "NAME": "Haack Robert"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16765	haddon-william-1926-05-24	{"d10": "530"}	{"lerrcp": "D10-530"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Haddon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1926-05-24 03:03", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.23333, "lat": 40.76667, "name": "Orange", "geoid": null}, "notime": null, "date-ut": "1926-05-24 07:03"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "William", "family": "Haddon"}, "birth": {"tzo": "-04:00", "date": "1926-05-24 03:03", "place": {"c2": "NJ", "cy": "US", "lg": -74.23333, "lat": 40.76667, "name": "Orange"}, "date-ut": "1926-05-24 07:03"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "530"}}, "raw": {"H": "03:03", "TZ": "4h", "DAY": "24", "LAT": "40N46", "LON": "74W14", "MON": "5", "NUM": "530", "PRO": "PO", "YEA": "1926", "CICO": "Orange, NJ", "NAME": "Haddon William"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16763	gutowski-robert-1935-04-25	{"d10": "528", "3a_sports": "2028"}	{"ertel": "ES-2028", "lerrcp": "D10-528"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Gutowski", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1935-04-25 00:40", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.31667, "lat": 33.75, "name": "San Pedro", "geoid": null}, "notime": null, "date-ut": "1935-04-25 08:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Gutowski"}, "birth": {"tzo": "-08:00", "date": "1935-04-25 00:40", "place": {"c2": "CA", "cy": "US", "lg": -118.31667, "lat": 33.75, "name": "San Pedro"}, "date-ut": "1935-04-25 08:40"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "528"}}, "raw": {"H": "00:40", "TZ": "8h", "DAY": "25", "LAT": "33N45", "LON": "118W19", "MON": "4", "NUM": "528", "PRO": "SP", "YEA": "1935", "CICO": "San Pedro, CA", "NAME": "Gutowski Robert"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-2028"}}, "raw": {"L": "", "MF": "", "NR": "2028", "ENG": "", "MA_": "1", "G_NR": "528", "MA12": "5", "MARS": "13", "NAME": "Gutowski", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-10,20", "CSINR": "", "KURTZ": "", "PHAS_": "63,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "25.04.", "ZITATE": "DKTOX", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "25.04.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16767	haldeman-harry-1926-10-27	{"d10": "532"}	{"lerrcp": "D10-532"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Harry", "family": "Haldeman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1926-10-27 03:30", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1926-10-27 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Harry", "family": "Haldeman"}, "birth": {"tzo": "-08:00", "date": "1926-10-27 03:30", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1926-10-27 11:30"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "532"}}, "raw": {"H": "03:30", "TZ": "8h", "DAY": "27", "LAT": "34N4", "LON": "118W15", "MON": "10", "NUM": "532", "PRO": "PO", "YEA": "1926", "CICO": "Los Angeles, CA", "NAME": "Haldeman Harry"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16768	haley-john-1929-07-24	{"d10": "533"}	{"lerrcp": "D10-533"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Haley", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1929-07-24 10:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.51667, "lat": 41.08333, "name": "Akron", "geoid": null}, "notime": null, "date-ut": "1929-07-24 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "John", "family": "Haley"}, "birth": {"tzo": "-05:00", "date": "1929-07-24 10:00", "place": {"c2": "OH", "cy": "US", "lg": -81.51667, "lat": 41.08333, "name": "Akron"}, "date-ut": "1929-07-24 15:00"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "533"}}, "raw": {"H": "10:00", "TZ": "5h", "DAY": "24", "LAT": "41N5", "LON": "81W31", "MON": "7", "NUM": "533", "PRO": "EX", "YEA": "1929", "CICO": "Akron, OH", "NAME": "Haley John"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16769	hall-charles-1924-10-05	{"d10": "534"}	{"lerrcp": "D10-534"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Hall", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-10:30", "date": "1924-10-05 03:55", "note": null, "place": {"c1": null, "c2": "HI", "c3": null, "cy": "US", "lg": -157.86667, "lat": 21.31667, "name": "Honolulu", "geoid": null}, "notime": null, "date-ut": "1924-10-05 14:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Hall"}, "birth": {"tzo": "-10:30", "date": "1924-10-05 03:55", "place": {"c2": "HI", "cy": "US", "lg": -157.86667, "lat": 21.31667, "name": "Honolulu"}, "date-ut": "1924-10-05 14:25"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "534"}}, "raw": {"H": "03:55", "TZ": "10h30", "DAY": "5", "LAT": "21N19", "LON": "157W52", "MON": "10", "NUM": "534", "PRO": "MI", "YEA": "1924", "CICO": "Honolulu, HI", "NAME": "Hall Charles"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16770	hall-floyd-1916-04-04	{"d10": "535"}	{"lerrcp": "D10-535"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Floyd", "family": "Hall", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1916-04-04 13:30", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "US", "lg": -102.61667, "lat": 38.08333, "name": "Lamar", "geoid": null}, "notime": null, "date-ut": "1916-04-04 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Floyd", "family": "Hall"}, "birth": {"tzo": "-07:00", "date": "1916-04-04 13:30", "place": {"c2": "CO", "cy": "US", "lg": -102.61667, "lat": 38.08333, "name": "Lamar"}, "date-ut": "1916-04-04 20:30"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "535"}}, "raw": {"H": "13:30", "TZ": "7h", "DAY": "4", "LAT": "38N5", "LON": "102W37", "MON": "4", "NUM": "535", "PRO": "EX", "YEA": "1916", "CICO": "Lamar, CO", "NAME": "Hall Floyd"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16771	hall-james-1918-07-21	{"d10": "536"}	{"lerrcp": "D10-536"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Hall", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1918-07-21 11:30", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83.9, "lat": 39.3, "name": "Midland", "geoid": null}, "notime": null, "date-ut": "1918-07-21 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "James", "family": "Hall"}, "birth": {"tzo": "-05:00", "date": "1918-07-21 11:30", "place": {"c2": "OH", "cy": "US", "lg": -83.9, "lat": 39.3, "name": "Midland"}, "date-ut": "1918-07-21 16:30"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "536"}}, "raw": {"H": "11:30", "TZ": "5h", "DAY": "21", "LAT": "39N18", "LON": "83W54", "MON": "7", "NUM": "536", "PRO": "WR", "YEA": "1918", "CICO": "Midland, OH", "NAME": "Hall James"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16772	hall-susan-1943-03-19	{"d10": "537"}	{"lerrcp": "D10-537"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Susan", "family": "Hall", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1943-03-19 04:30", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.8, "lat": 38.06667, "name": "Point Rayes Station", "geoid": null}, "notime": null, "date-ut": "1943-03-19 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Susan", "family": "Hall"}, "birth": {"tzo": "-07:00", "date": "1943-03-19 04:30", "place": {"c2": "CA", "cy": "US", "lg": -122.8, "lat": 38.06667, "name": "Point Rayes Station"}, "date-ut": "1943-03-19 11:30"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "537"}}, "raw": {"H": "04:30", "TZ": "7h", "DAY": "19", "LAT": "38N4", "LON": "122W48", "MON": "3", "NUM": "537", "PRO": "AR", "YEA": "1943", "CICO": "Point Rayes Station, CA", "NAME": "Hall Susan"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16775	hamilton-colin-1924-03-06	{"d10": "540"}	{"lerrcp": "D10-540"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Colin", "family": "Hamilton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1924-03-06 08:30", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -78.46667, "lat": 35.65, "name": "Clayton", "geoid": null}, "notime": null, "date-ut": "1924-03-06 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Colin", "family": "Hamilton"}, "birth": {"tzo": "-05:00", "date": "1924-03-06 08:30", "place": {"c2": "NC", "cy": "US", "lg": -78.46667, "lat": 35.65, "name": "Clayton"}, "date-ut": "1924-03-06 13:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "540"}}, "raw": {"H": "08:30", "TZ": "5h", "DAY": "6", "LAT": "35N39", "LON": "78W28", "MON": "3", "NUM": "540", "PRO": "MI", "YEA": "1924", "CICO": "Clayton, NC", "NAME": "Hamilton Colin"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16776	hamlet-james-1921-12-13	{"d10": "541"}	{"lerrcp": "D10-541"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Hamlet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1921-12-13 15:30", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.1, "lat": 40.91667, "name": "Alliance", "geoid": null}, "notime": null, "date-ut": "1921-12-13 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "James", "family": "Hamlet"}, "birth": {"tzo": "-05:00", "date": "1921-12-13 15:30", "place": {"c2": "OH", "cy": "US", "lg": -81.1, "lat": 40.91667, "name": "Alliance"}, "date-ut": "1921-12-13 20:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "541"}}, "raw": {"H": "15:30", "TZ": "5h", "DAY": "13", "LAT": "40N55", "LON": "81W6", "MON": "12", "NUM": "541", "PRO": "MI", "YEA": "1921", "CICO": "Alliance, OH", "NAME": "Hamlet James"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16774	hamill-dorothy-1956-07-26	{"d10": "539", "3a_sports": "2049"}	{"ertel": "ES-2049", "lerrcp": "D10-539"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dorothy", "family": "Hamill", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "-05:00", "date": "1956-07-26 21:18", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago", "geoid": null}, "notime": null, "date-ut": "1956-07-27 02:18"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["winter-sports-practitioner"]	5	null	[{"new": {"name": {"given": "Dorothy", "family": "Hamill"}, "birth": {"tzo": "-05:00", "date": "1956-07-26 21:18", "place": {"c2": "IL", "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago"}, "date-ut": "1956-07-27 02:18"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "539"}}, "raw": {"H": "21:18", "TZ": "5h", "DAY": "26", "LAT": "41N52", "LON": "87W39", "MON": "7", "NUM": "539", "PRO": "SP", "YEA": "1956", "CICO": "Chicago, IL", "NAME": "Hamill Dorothy"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "F", "occus": ["winter-sports-practitioner"], "partial-ids": {"ertel": "ES-2049"}}, "raw": {"L": "", "MF": "F", "NR": "2049", "ENG": "0", "MA_": "2", "G_NR": "538", "MA12": "12", "MARS": "36", "NAME": "Hamill", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-4,600", "CSINR": "", "KURTZ": "", "PHAS_": "91,300", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "26.07.", "ZITATE": "DHKF", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Dorothy", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "26.07.1956", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "ICES", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16778	hampson-robert-1917-05-28	{"d10": "543"}	{"lerrcp": "D10-543"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Hampson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1917-05-28 23:32", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -117.36667, "lat": 33.98333, "name": "Riverside", "geoid": null}, "notime": null, "date-ut": "1917-05-29 07:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Hampson"}, "birth": {"tzo": "-08:00", "date": "1917-05-28 23:32", "place": {"c2": "CA", "cy": "US", "lg": -117.36667, "lat": 33.98333, "name": "Riverside"}, "date-ut": "1917-05-29 07:32"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "543"}}, "raw": {"H": "23:32", "TZ": "8h", "DAY": "28", "LAT": "33N59", "LON": "117W22", "MON": "5", "NUM": "543", "PRO": "EX", "YEA": "1917", "CICO": "Riverside, CA", "NAME": "Hampson Robert"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16779	hamrol-lloyd-1937-09-25	{"d10": "544"}	{"lerrcp": "D10-544"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lloyd", "family": "Hamrol", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1937-09-25 12:18", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1937-09-25 20:18"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Lloyd", "family": "Hamrol"}, "birth": {"tzo": "-08:00", "date": "1937-09-25 12:18", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1937-09-25 20:18"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "544"}}, "raw": {"H": "12:18", "TZ": "8h", "DAY": "25", "LAT": "37N47", "LON": "122W25", "MON": "9", "NUM": "544", "PRO": "AR", "YEA": "1937", "CICO": "San Francisco, CA", "NAME": "Hamrol Lloyd"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16780	hand-lloyd-1929-01-31	{"d10": "545"}	{"lerrcp": "D10-545"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lloyd", "family": "Hand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1929-01-31 11:00", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -90.16667, "lat": 38.88333, "name": "Alton", "geoid": null}, "notime": null, "date-ut": "1929-01-31 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Lloyd", "family": "Hand"}, "birth": {"tzo": "-06:00", "date": "1929-01-31 11:00", "place": {"c2": "IL", "cy": "US", "lg": -90.16667, "lat": 38.88333, "name": "Alton"}, "date-ut": "1929-01-31 17:00"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "545"}}, "raw": {"H": "11:00", "TZ": "6h", "DAY": "31", "LAT": "38N53", "LON": "90W10", "MON": "1", "NUM": "545", "PRO": "EX", "YEA": "1929", "CICO": "Alton, IL", "NAME": "Hand Lloyd"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16781	hanley-william-1931-10-22	{"d10": "546"}	{"lerrcp": "D10-546"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Hanley", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1931-10-22 20:45", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -82.18333, "lat": 41.46667, "name": "Lorain", "geoid": null}, "notime": null, "date-ut": "1931-10-23 01:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "William", "family": "Hanley"}, "birth": {"tzo": "-05:00", "date": "1931-10-22 20:45", "place": {"c2": "OH", "cy": "US", "lg": -82.18333, "lat": 41.46667, "name": "Lorain"}, "date-ut": "1931-10-23 01:45"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "546"}}, "raw": {"H": "20:45", "TZ": "5h", "DAY": "22", "LAT": "41N28", "LON": "82W11", "MON": "10", "NUM": "546", "PRO": "WR", "YEA": "1931", "CICO": "Lorain, OH", "NAME": "Hanley William"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16782	hansberger-r-1920-06-01	{"d10": "547"}	{"lerrcp": "D10-547"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "R", "family": "Hansberger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1920-06-01 03:00", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -95.6, "lat": 43.61667, "name": "Worthington", "geoid": null}, "notime": null, "date-ut": "1920-06-01 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "R", "family": "Hansberger"}, "birth": {"tzo": "-06:00", "date": "1920-06-01 03:00", "place": {"c2": "MN", "cy": "US", "lg": -95.6, "lat": 43.61667, "name": "Worthington"}, "date-ut": "1920-06-01 09:00"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "547"}}, "raw": {"H": "03:00", "TZ": "6h", "DAY": "1", "LAT": "43N37", "LON": "95W36", "MON": "6", "NUM": "547", "PRO": "EX", "YEA": "1920", "CICO": "Worthington, MN", "NAME": "Hansberger R"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16784	hanson-duane-1925-01-17	{"d10": "549"}	{"lerrcp": "D10-549"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Duane", "family": "Hanson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1925-01-17 16:00", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -95.36667, "lat": 45.88333, "name": "Alexandria", "geoid": null}, "notime": null, "date-ut": "1925-01-17 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Duane", "family": "Hanson"}, "birth": {"tzo": "-06:00", "date": "1925-01-17 16:00", "place": {"c2": "MN", "cy": "US", "lg": -95.36667, "lat": 45.88333, "name": "Alexandria"}, "date-ut": "1925-01-17 22:00"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "549"}}, "raw": {"H": "16:00", "TZ": "6h", "DAY": "17", "LAT": "45N53", "LON": "95W22", "MON": "1", "NUM": "549", "PRO": "AR", "YEA": "1925", "CICO": "Alexandria, MN", "NAME": "Hanson Duane"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16786	hardin-ernest-1916-12-25	{"d10": "551"}	{"lerrcp": "D10-551"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Hardin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1916-12-25 23:00", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -87.86667, "lat": 37.5, "name": "Wheatcroft", "geoid": null}, "notime": null, "date-ut": "1916-12-26 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Hardin"}, "birth": {"tzo": "-06:00", "date": "1916-12-25 23:00", "place": {"c2": "KY", "cy": "US", "lg": -87.86667, "lat": 37.5, "name": "Wheatcroft"}, "date-ut": "1916-12-26 05:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "551"}}, "raw": {"H": "23:00", "TZ": "6h", "DAY": "25", "LAT": "37N30", "LON": "87W52", "MON": "12", "NUM": "551", "PRO": "MI", "YEA": "1916", "CICO": "Wheatcroft, KY", "NAME": "Hardin Ernest"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16785	hard-darlene-1936-01-06	{"d10": "550", "3a_sports": "2060"}	{"ertel": "ES-2060", "lerrcp": "D10-550"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Darlene", "family": "Hard", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "-08:00", "date": "1936-01-06 23:32", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1936-01-07 07:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Darlene", "family": "Hard"}, "birth": {"tzo": "-08:00", "date": "1936-01-06 23:32", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1936-01-07 07:32"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "550"}}, "raw": {"H": "23:32", "TZ": "8h", "DAY": "6", "LAT": "34N4", "LON": "118W15", "MON": "1", "NUM": "550", "PRO": "SP", "YEA": "1936", "CICO": "Los Angeles, CA", "NAME": "Hard Darlene"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "F", "occus": ["tennis-player"], "partial-ids": {"ertel": "ES-2060"}}, "raw": {"L": "", "MF": "F", "NR": "2060", "ENG": "", "MA_": "0", "G_NR": "550", "MA12": "8", "MARS": "23", "NAME": "Hard", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "7,100", "CSINR": "", "KURTZ": "", "PHAS_": "91,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "06.01.", "ZITATE": "JS", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Darlene R.", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "06.01.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16787	harker-david-1906-10-19	{"d10": "552"}	{"lerrcp": "D10-552"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "David", "family": "Harker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1906-10-19 15:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1906-10-19 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "David", "family": "Harker"}, "birth": {"tzo": "-08:00", "date": "1906-10-19 15:00", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1906-10-19 23:00"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "552"}}, "raw": {"H": "15:00", "TZ": "8h", "DAY": "19", "LAT": "37N47", "LON": "122W25", "MON": "10", "NUM": "552", "PRO": "SC", "YEA": "1906", "CICO": "San Francisco, CA", "NAME": "Harker David"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16790	harris-chauncy-1914-01-31	{"d10": "555"}	{"lerrcp": "D10-555"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Chauncy", "family": "Harris", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1914-01-31 21:10", "note": null, "place": {"c1": null, "c2": "UT", "c3": null, "cy": "US", "lg": -111.83333, "lat": 41.73333, "name": "Logan", "geoid": null}, "notime": null, "date-ut": "1914-02-01 04:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Chauncy", "family": "Harris"}, "birth": {"tzo": "-07:00", "date": "1914-01-31 21:10", "place": {"c2": "UT", "cy": "US", "lg": -111.83333, "lat": 41.73333, "name": "Logan"}, "date-ut": "1914-02-01 04:10"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "555"}}, "raw": {"H": "21:10", "TZ": "7h", "DAY": "31", "LAT": "41N44", "LON": "111W50", "MON": "1", "NUM": "555", "PRO": "SC", "YEA": "1914", "CICO": "Logan, UT", "NAME": "Harris Chauncy"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16788	harrelson-ken-1941-09-04	{"d10": "553", "3a_sports": "2064"}	{"ertel": "ES-2064", "lerrcp": "D10-553"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ken", "family": "Harrelson", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1941-09-04 20:30", "note": null, "place": {"c1": null, "c2": "SC", "c3": null, "cy": "US", "lg": -82.03333, "lat": 34.75, "name": "Woodruff", "geoid": null}, "notime": null, "date-ut": "1941-09-05 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["baseball-player"]	5	null	[{"new": {"name": {"given": "Ken", "family": "Harrelson"}, "birth": {"tzo": "-05:00", "date": "1941-09-04 20:30", "place": {"c2": "SC", "cy": "US", "lg": -82.03333, "lat": 34.75, "name": "Woodruff"}, "date-ut": "1941-09-05 01:30"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "553"}}, "raw": {"H": "20:30", "TZ": "5h", "DAY": "4", "LAT": "34N45", "LON": "82W2", "MON": "9", "NUM": "553", "PRO": "SP", "YEA": "1941", "CICO": "Woodruff, SC", "NAME": "Harrelson Ken"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["baseball-player"], "partial-ids": {"ertel": "ES-2064"}}, "raw": {"L": "", "MF": "", "NR": "2064", "ENG": "0", "MA_": "2", "G_NR": "553", "MA12": "12", "MARS": "36", "NAME": "Harrelson", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "4,900", "CSINR": "", "KURTZ": "", "PHAS_": "96,700", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "04.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ken", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.09.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BASE", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16792	harris-patricia-1924-05-31	{"d10": "557"}	{"lerrcp": "D10-557"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Patricia", "family": "Harris", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1924-05-31 03:40", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -88.38333, "lat": 39.48333, "name": "Mattoon", "geoid": null}, "notime": null, "date-ut": "1924-05-31 09:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Patricia", "family": "Harris"}, "birth": {"tzo": "-06:00", "date": "1924-05-31 03:40", "place": {"c2": "IL", "cy": "US", "lg": -88.38333, "lat": 39.48333, "name": "Mattoon"}, "date-ut": "1924-05-31 09:40"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "557"}}, "raw": {"H": "03:40", "TZ": "6h", "DAY": "31", "LAT": "39N29", "LON": "88W23", "MON": "5", "NUM": "557", "PRO": "PO", "YEA": "1924", "CICO": "Mattoon, IL", "NAME": "Harris Patricia"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16793	harrison-jim-1937-12-11	{"d10": "558"}	{"lerrcp": "D10-558"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jim", "family": "Harrison", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1937-12-11 11:00", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "US", "lg": -84.71667, "lat": 44.66667, "name": "Grayling", "geoid": null}, "notime": null, "date-ut": "1937-12-11 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jim", "family": "Harrison"}, "birth": {"tzo": "-05:00", "date": "1937-12-11 11:00", "place": {"c2": "MI", "cy": "US", "lg": -84.71667, "lat": 44.66667, "name": "Grayling"}, "date-ut": "1937-12-11 16:00"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "558"}}, "raw": {"H": "11:00", "TZ": "5h", "DAY": "11", "LAT": "44N40", "LON": "84W43", "MON": "12", "NUM": "558", "PRO": "WR", "YEA": "1937", "CICO": "Grayling, MI", "NAME": "Harrison Jim"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16795	hartnack-carl-1916-04-09	{"d10": "560"}	{"lerrcp": "D10-560"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carl", "family": "Hartnack", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1916-04-09 09:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1916-04-09 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Carl", "family": "Hartnack"}, "birth": {"tzo": "-08:00", "date": "1916-04-09 09:00", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1916-04-09 17:00"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "560"}}, "raw": {"H": "09:00", "TZ": "8h", "DAY": "9", "LAT": "34N4", "LON": "118W15", "MON": "4", "NUM": "560", "PRO": "EX", "YEA": "1916", "CICO": "Los Angeles, CA", "NAME": "Hartnack Carl"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16796	hartzog-george-1920-03-17	{"d10": "561"}	{"lerrcp": "D10-561"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "George", "family": "Hartzog", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1920-03-17 14:00", "note": null, "place": {"c1": null, "c2": "SC", "c3": null, "cy": "US", "lg": -80.66667, "lat": 32.91667, "name": "Colleton County", "geoid": null}, "notime": null, "date-ut": "1920-03-17 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "George", "family": "Hartzog"}, "birth": {"tzo": "-05:00", "date": "1920-03-17 14:00", "place": {"c2": "SC", "cy": "US", "lg": -80.66667, "lat": 32.91667, "name": "Colleton County"}, "date-ut": "1920-03-17 19:00"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "561"}}, "raw": {"H": "14:00", "TZ": "5h", "DAY": "17", "LAT": "32N55", "LON": "80W40", "MON": "3", "NUM": "561", "PRO": "PO", "YEA": "1920", "CICO": "Colleton County, SC", "NAME": "Hartzog George"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16797	hasler-arthur-1908-01-05	{"d10": "562"}	{"lerrcp": "D10-562"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Hasler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1908-01-05 13:00", "note": null, "place": {"c1": null, "c2": "UT", "c3": null, "cy": "US", "lg": -111.85, "lat": 40.4, "name": "Lehi", "geoid": null}, "notime": null, "date-ut": "1908-01-05 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Hasler"}, "birth": {"tzo": "-07:00", "date": "1908-01-05 13:00", "place": {"c2": "UT", "cy": "US", "lg": -111.85, "lat": 40.4, "name": "Lehi"}, "date-ut": "1908-01-05 20:00"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "562"}}, "raw": {"H": "13:00", "TZ": "7h", "DAY": "5", "LAT": "40N24", "LON": "111W51", "MON": "1", "NUM": "562", "PRO": "SC", "YEA": "1908", "CICO": "Lehi, UT", "NAME": "Hasler Arthur"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16798	hauge-gabriel-1914-03-07	{"d10": "563"}	{"lerrcp": "D10-563"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Hauge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1914-03-07 18:40", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -96.31667, "lat": 46.88333, "name": "Hawley", "geoid": null}, "notime": null, "date-ut": "1914-03-08 00:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Hauge"}, "birth": {"tzo": "-06:00", "date": "1914-03-07 18:40", "place": {"c2": "MN", "cy": "US", "lg": -96.31667, "lat": 46.88333, "name": "Hawley"}, "date-ut": "1914-03-08 00:40"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "563"}}, "raw": {"H": "18:40", "TZ": "6h", "DAY": "7", "LAT": "46N53", "LON": "96W19", "MON": "3", "NUM": "563", "PRO": "EX", "YEA": "1914", "CICO": "Hawley, MN", "NAME": "Hauge Gabriel"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16799	hauge-louis-1924-12-12	{"d10": "564"}	{"lerrcp": "D10-564"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Hauge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1924-12-12 16:00", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -96.51667, "lat": 47.3, "name": "Ada", "geoid": null}, "notime": null, "date-ut": "1924-12-12 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Hauge"}, "birth": {"tzo": "-06:00", "date": "1924-12-12 16:00", "place": {"c2": "MN", "cy": "US", "lg": -96.51667, "lat": 47.3, "name": "Ada"}, "date-ut": "1924-12-12 22:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "564"}}, "raw": {"H": "16:00", "TZ": "6h", "DAY": "12", "LAT": "47N18", "LON": "96W31", "MON": "12", "NUM": "564", "PRO": "MI", "YEA": "1924", "CICO": "Ada, MN", "NAME": "Hauge Louis"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16801	hawkins-william-1914-04-19	{"d10": "566"}	{"lerrcp": "D10-566"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Hawkins", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1914-04-19 06:00", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -94.7, "lat": 37.83333, "name": "Fort Scott", "geoid": null}, "notime": null, "date-ut": "1914-04-19 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "William", "family": "Hawkins"}, "birth": {"tzo": "-06:00", "date": "1914-04-19 06:00", "place": {"c2": "KS", "cy": "US", "lg": -94.7, "lat": 37.83333, "name": "Fort Scott"}, "date-ut": "1914-04-19 12:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "566"}}, "raw": {"H": "06:00", "TZ": "6h", "DAY": "19", "LAT": "37N50", "LON": "94W42", "MON": "4", "NUM": "566", "PRO": "MI", "YEA": "1914", "CICO": "Fort Scott, KS", "NAME": "Hawkins William"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16804	hayward-thomas-1924-05-03	{"d10": "569"}	{"lerrcp": "D10-569"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Thomas", "family": "Hayward", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1924-05-03 14:20", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -124.08333, "lat": 40.86667, "name": "Glendale", "geoid": null}, "notime": null, "date-ut": "1924-05-03 22:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Thomas", "family": "Hayward"}, "birth": {"tzo": "-08:00", "date": "1924-05-03 14:20", "place": {"c2": "CA", "cy": "US", "lg": -124.08333, "lat": 40.86667, "name": "Glendale"}, "date-ut": "1924-05-03 22:20"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "569"}}, "raw": {"H": "14:20", "TZ": "8h", "DAY": "3", "LAT": "40N52", "LON": "124W5", "MON": "5", "NUM": "569", "PRO": "MI", "YEA": "1924", "CICO": "Glendale, CA", "NAME": "Hayward Thomas"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16805	hearnes-warren-1923-07-24	{"d10": "570"}	{"lerrcp": "D10-570"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Warren", "family": "Hearnes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1923-07-24 09:10", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -90.51667, "lat": 41.5, "name": "Moline", "geoid": null}, "notime": null, "date-ut": "1923-07-24 15:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Warren", "family": "Hearnes"}, "birth": {"tzo": "-06:00", "date": "1923-07-24 09:10", "place": {"c2": "IL", "cy": "US", "lg": -90.51667, "lat": 41.5, "name": "Moline"}, "date-ut": "1923-07-24 15:10"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "570"}}, "raw": {"H": "09:10", "TZ": "6h", "DAY": "24", "LAT": "41N30", "LON": "90W31", "MON": "7", "NUM": "570", "PRO": "PO", "YEA": "1923", "CICO": "Moline, IL", "NAME": "Hearnes Warren"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16806	heffner-grover-1919-03-25	{"d10": "571"}	{"lerrcp": "D10-571"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Grover", "family": "Heffner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1919-03-25 23:00", "note": null, "place": {"c1": null, "c2": "WA", "c3": null, "cy": "US", "lg": -122.33333, "lat": 47.6, "name": "Seattle", "geoid": null}, "notime": null, "date-ut": "1919-03-26 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Grover", "family": "Heffner"}, "birth": {"tzo": "-08:00", "date": "1919-03-25 23:00", "place": {"c2": "WA", "cy": "US", "lg": -122.33333, "lat": 47.6, "name": "Seattle"}, "date-ut": "1919-03-26 07:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "571"}}, "raw": {"H": "23:00", "TZ": "8h", "DAY": "25", "LAT": "47N36", "LON": "122W20", "MON": "3", "NUM": "571", "PRO": "MI", "YEA": "1919", "CICO": "Seattle, WA", "NAME": "Heffner Grover"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16803	hayes-elvin-1945-11-11	{"d10": "568", "3a_sports": "2082"}	{"ertel": "ES-2082", "lerrcp": "D10-568"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elvin", "family": "Hayes", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1945-11-11 22:00", "note": null, "place": {"c1": null, "c2": "LA", "c3": null, "cy": "US", "lg": -91.75, "lat": 32.46667, "name": "Rayville", "geoid": null}, "notime": null, "date-ut": "1945-11-12 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Elvin", "family": "Hayes"}, "birth": {"tzo": "-06:00", "date": "1945-11-11 22:00", "place": {"c2": "LA", "cy": "US", "lg": -91.75, "lat": 32.46667, "name": "Rayville"}, "date-ut": "1945-11-12 04:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "568"}}, "raw": {"H": "22:00", "TZ": "6h", "DAY": "11", "LAT": "32N28", "LON": "91W45", "MON": "11", "NUM": "568", "PRO": "SP", "YEA": "1945", "CICO": "Rayville, LA", "NAME": "Hayes Elvin"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["basketball-player"], "partial-ids": {"ertel": "ES-2082"}}, "raw": {"L": "", "MF": "", "NR": "2082", "ENG": "1", "MA_": "2", "G_NR": "568", "MA12": "1", "MARS": "1", "NAME": "Hayes", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "8,400", "CSINR": "", "KURTZ": "", "PHAS_": "89,700", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "17.11.", "ZITATE": "BX", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Elvin", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "17.11.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BASK", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16807	hefner-hugh-1926-04-09	{"d10": "572"}	{"lerrcp": "D10-572"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hugh", "family": "Hefner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1926-04-09 16:20", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago", "geoid": null}, "notime": null, "date-ut": "1926-04-09 22:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Hugh", "family": "Hefner"}, "birth": {"tzo": "-06:00", "date": "1926-04-09 16:20", "place": {"c2": "IL", "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago"}, "date-ut": "1926-04-09 22:20"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "572"}}, "raw": {"H": "16:20", "TZ": "6h", "DAY": "9", "LAT": "41N52", "LON": "87W39", "MON": "4", "NUM": "572", "PRO": "EX", "YEA": "1926", "CICO": "Chicago, IL", "NAME": "Hefner Hugh"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16809	heiser-rolland-1925-04-25	{"d10": "574"}	{"lerrcp": "D10-574"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rolland", "family": "Heiser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1925-04-25 12:30", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83, "lat": 39.96667, "name": "Columbus", "geoid": null}, "notime": null, "date-ut": "1925-04-25 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Rolland", "family": "Heiser"}, "birth": {"tzo": "-06:00", "date": "1925-04-25 12:30", "place": {"c2": "OH", "cy": "US", "lg": -83, "lat": 39.96667, "name": "Columbus"}, "date-ut": "1925-04-25 18:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "574"}}, "raw": {"H": "12:30", "TZ": "6h", "DAY": "25", "LAT": "39N58", "LON": "83W0", "MON": "4", "NUM": "574", "PRO": "MI", "YEA": "1925", "CICO": "Columbus, OH", "NAME": "Heiser Rolland"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16810	held-franklin-1927-10-25	{"d10": "575", "3a_sports": "2091"}	{"ertel": "ES-2091", "lerrcp": "D10-575"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franklin", "family": "Held", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1927-10-25 08:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1927-10-25 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Franklin", "family": "Held"}, "birth": {"tzo": "-08:00", "date": "1927-10-25 08:00", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1927-10-25 16:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "575"}}, "raw": {"H": "08:00", "TZ": "8h", "DAY": "25", "LAT": "34N4", "LON": "118W15", "MON": "10", "NUM": "575", "PRO": "SP", "YEA": "1927", "CICO": "Los Angeles, CA", "NAME": "Held Franklin"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-2091"}}, "raw": {"L": "", "MF": "", "NR": "2091", "ENG": "", "MA_": "1", "G_NR": "575", "MA12": "2", "MARS": "4", "NAME": "Held", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-2,100", "CSINR": "", "KURTZ": "", "PHAS_": "0,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "25.10.", "ZITATE": "DTX", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Franklin (Bud)", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "25.10.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16812	helms-jesse-1921-10-18	{"d10": "577"}	{"lerrcp": "D10-577"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jesse", "family": "Helms", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1921-10-18 11:00", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -80.55, "lat": 34.98333, "name": "Monroe", "geoid": null}, "notime": null, "date-ut": "1921-10-18 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jesse", "family": "Helms"}, "birth": {"tzo": "-05:00", "date": "1921-10-18 11:00", "place": {"c2": "NC", "cy": "US", "lg": -80.55, "lat": 34.98333, "name": "Monroe"}, "date-ut": "1921-10-18 16:00"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "577"}}, "raw": {"H": "11:00", "TZ": "5h", "DAY": "18", "LAT": "34N59", "LON": "80W33", "MON": "10", "NUM": "577", "PRO": "PO", "YEA": "1921", "CICO": "Monroe, NC", "NAME": "Helms Jesse"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16813	heltzer-harry-1911-08-22	{"d10": "578"}	{"lerrcp": "D10-578"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Harry", "family": "Heltzer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1911-08-22 08:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati", "geoid": null}, "notime": null, "date-ut": "1911-08-22 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Harry", "family": "Heltzer"}, "birth": {"tzo": "-06:00", "date": "1911-08-22 08:00", "place": {"c2": "OH", "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati"}, "date-ut": "1911-08-22 14:00"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "578"}}, "raw": {"H": "08:00", "TZ": "6h", "DAY": "22", "LAT": "39N6", "LON": "84W31", "MON": "8", "NUM": "578", "PRO": "EX", "YEA": "1911", "CICO": "Cincinnati, OH", "NAME": "Heltzer Harry"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16815	henderson-horace-1917-07-30	{"d10": "580"}	{"lerrcp": "D10-580"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Horace", "family": "Henderson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1917-07-30 10:00", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -78.41667, "lat": 36.33333, "name": "Henderson", "geoid": null}, "notime": null, "date-ut": "1917-07-30 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Horace", "family": "Henderson"}, "birth": {"tzo": "-05:00", "date": "1917-07-30 10:00", "place": {"c2": "NC", "cy": "US", "lg": -78.41667, "lat": 36.33333, "name": "Henderson"}, "date-ut": "1917-07-30 15:00"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "580"}}, "raw": {"H": "10:00", "TZ": "5h", "DAY": "30", "LAT": "36N20", "LON": "78W25", "MON": "7", "NUM": "580", "PRO": "EX", "YEA": "1917", "CICO": "Henderson, NC", "NAME": "Henderson Horace"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16816	heppel-leon-1912-10-20	{"d10": "581"}	{"lerrcp": "D10-581"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leon", "family": "Heppel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1912-10-20 06:00", "note": null, "place": {"c1": null, "c2": "UT", "c3": null, "cy": "US", "lg": -111.96667, "lat": 40.7, "name": "Granger", "geoid": null}, "notime": null, "date-ut": "1912-10-20 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Leon", "family": "Heppel"}, "birth": {"tzo": "-07:00", "date": "1912-10-20 06:00", "place": {"c2": "UT", "cy": "US", "lg": -111.96667, "lat": 40.7, "name": "Granger"}, "date-ut": "1912-10-20 13:00"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "581"}}, "raw": {"H": "06:00", "TZ": "7h", "DAY": "20", "LAT": "40N42", "LON": "111W58", "MON": "10", "NUM": "581", "PRO": "SC", "YEA": "1912", "CICO": "Granger, UT", "NAME": "Heppel Leon"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16818	herschbach-dudley-1932-06-18	{"d10": "583"}	{"lerrcp": "D10-583"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dudley", "family": "Herschbach", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1932-06-18 02:55", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -121.88333, "lat": 37.33333, "name": "San Jose", "geoid": null}, "notime": null, "date-ut": "1932-06-18 10:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Dudley", "family": "Herschbach"}, "birth": {"tzo": "-08:00", "date": "1932-06-18 02:55", "place": {"c2": "CA", "cy": "US", "lg": -121.88333, "lat": 37.33333, "name": "San Jose"}, "date-ut": "1932-06-18 10:55"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "583"}}, "raw": {"H": "02:55", "TZ": "8h", "DAY": "18", "LAT": "37N20", "LON": "121W53", "MON": "6", "NUM": "583", "PRO": "SC", "YEA": "1932", "CICO": "San Jose, CA", "NAME": "Herschbach Dudley"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16819	hertz-roy-1909-06-19	{"d10": "584"}	{"lerrcp": "D10-584"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roy", "family": "Hertz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1909-06-19 02:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1909-06-19 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Roy", "family": "Hertz"}, "birth": {"tzo": "-06:00", "date": "1909-06-19 02:00", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1909-06-19 08:00"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "584"}}, "raw": {"H": "02:00", "TZ": "6h", "DAY": "19", "LAT": "41N30", "LON": "81W42", "MON": "6", "NUM": "584", "PRO": "SC", "YEA": "1909", "CICO": "Cleveland, OH", "NAME": "Hertz Roy"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16820	hewitt-geof-1943-09-01	{"d10": "585"}	{"lerrcp": "D10-585"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Geof", "family": "Hewitt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1943-09-01 20:40", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.2, "lat": 40.8, "name": "Glen Ridge", "geoid": null}, "notime": null, "date-ut": "1943-09-02 00:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Geof", "family": "Hewitt"}, "birth": {"tzo": "-04:00", "date": "1943-09-01 20:40", "place": {"c2": "NJ", "cy": "US", "lg": -74.2, "lat": 40.8, "name": "Glen Ridge"}, "date-ut": "1943-09-02 00:40"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "585"}}, "raw": {"H": "20:40", "TZ": "4h", "DAY": "1", "LAT": "40N48", "LON": "74W12", "MON": "9", "NUM": "585", "PRO": "WR", "YEA": "1943", "CICO": "Glen Ridge, NJ", "NAME": "Hewitt Geof"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16821	hewitt-william-1914-08-09	{"d10": "586"}	{"lerrcp": "D10-586"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Hewitt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1914-08-09 22:30", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1914-08-10 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "William", "family": "Hewitt"}, "birth": {"tzo": "-08:00", "date": "1914-08-09 22:30", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1914-08-10 06:30"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "586"}}, "raw": {"H": "22:30", "TZ": "8h", "DAY": "9", "LAT": "37N47", "LON": "122W25", "MON": "8", "NUM": "586", "PRO": "EX", "YEA": "1914", "CICO": "San Francisco, CA", "NAME": "Hewitt William"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16822	hickman-derryl-1931-07-28	{"d10": "587"}	{"lerrcp": "D10-587"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Derryl", "family": "Hickman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1931-07-28 05:48", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.35, "lat": 34.1, "name": "Hollywood", "geoid": null}, "notime": null, "date-ut": "1931-07-28 13:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Derryl", "family": "Hickman"}, "birth": {"tzo": "-08:00", "date": "1931-07-28 05:48", "place": {"c2": "CA", "cy": "US", "lg": -118.35, "lat": 34.1, "name": "Hollywood"}, "date-ut": "1931-07-28 13:48"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "587"}}, "raw": {"H": "05:48", "TZ": "8h", "DAY": "28", "LAT": "34N6", "LON": "118W21", "MON": "7", "NUM": "587", "PRO": "AC", "YEA": "1931", "CICO": "Hollywood, CA", "NAME": "Hickman Derryl"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16823	hickman-dwayne-1934-05-18	{"d10": "588"}	{"lerrcp": "D10-588"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dwayne", "family": "Hickman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1934-05-18 21:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1934-05-19 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Dwayne", "family": "Hickman"}, "birth": {"tzo": "-08:00", "date": "1934-05-18 21:00", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1934-05-19 05:00"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "588"}}, "raw": {"H": "21:00", "TZ": "8h", "DAY": "18", "LAT": "34N4", "LON": "118W15", "MON": "5", "NUM": "588", "PRO": "AC", "YEA": "1934", "CICO": "Los Angeles, CA", "NAME": "Hickman Dwayne"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16824	higgins-hugh-1919-02-16	{"d10": "589"}	{"lerrcp": "D10-589"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hugh", "family": "Higgins", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1919-02-16 03:15", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83, "lat": 39.96667, "name": "Columbus", "geoid": null}, "notime": null, "date-ut": "1919-02-16 09:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hugh", "family": "Higgins"}, "birth": {"tzo": "-06:00", "date": "1919-02-16 03:15", "place": {"c2": "OH", "cy": "US", "lg": -83, "lat": 39.96667, "name": "Columbus"}, "date-ut": "1919-02-16 09:15"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "589"}}, "raw": {"H": "03:15", "TZ": "6h", "DAY": "16", "LAT": "39N58", "LON": "83W0", "MON": "2", "NUM": "589", "PRO": "MI", "YEA": "1919", "CICO": "Columbus, OH", "NAME": "Higgins Hugh"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16825	hiken-gerald-1927-05-23	{"d10": "590"}	{"lerrcp": "D10-590"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gerald", "family": "Hiken", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1927-05-23 16:00", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": "Milwaukee", "geoid": null}, "notime": null, "date-ut": "1927-05-23 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gerald", "family": "Hiken"}, "birth": {"tzo": "-06:00", "date": "1927-05-23 16:00", "place": {"c2": "WI", "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": "Milwaukee"}, "date-ut": "1927-05-23 22:00"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "590"}}, "raw": {"H": "16:00", "TZ": "6h", "DAY": "23", "LAT": "43N2", "LON": "87W55", "MON": "5", "NUM": "590", "PRO": "AC", "YEA": "1927", "CICO": "Milwaukee, WI", "NAME": "Hiken Gerald"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16826	hildreth-james-1920-07-19	{"d10": "591"}	{"lerrcp": "D10-591"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Hildreth", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1920-07-19 12:20", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -123.21667, "lat": 39.15, "name": "Ukiah", "geoid": null}, "notime": null, "date-ut": "1920-07-19 20:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "James", "family": "Hildreth"}, "birth": {"tzo": "-08:00", "date": "1920-07-19 12:20", "place": {"c2": "CA", "cy": "US", "lg": -123.21667, "lat": 39.15, "name": "Ukiah"}, "date-ut": "1920-07-19 20:20"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "591"}}, "raw": {"H": "12:20", "TZ": "8h", "DAY": "19", "LAT": "39N9", "LON": "123W13", "MON": "7", "NUM": "591", "PRO": "MI", "YEA": "1920", "CICO": "Ukiah, CA", "NAME": "Hildreth James"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16827	hill-clarence-1920-10-18	{"d10": "592"}	{"lerrcp": "D10-592"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clarence", "family": "Hill", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1920-10-18 05:21", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.3, "lat": 40.71667, "name": "Short Hills", "geoid": null}, "notime": null, "date-ut": "1920-10-18 10:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Clarence", "family": "Hill"}, "birth": {"tzo": "-05:00", "date": "1920-10-18 05:21", "place": {"c2": "NJ", "cy": "US", "lg": -74.3, "lat": 40.71667, "name": "Short Hills"}, "date-ut": "1920-10-18 10:21"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "592"}}, "raw": {"H": "05:21", "TZ": "5h", "DAY": "18", "LAT": "40N43", "LON": "74W18", "MON": "10", "NUM": "592", "PRO": "MI", "YEA": "1920", "CICO": "Short Hills, NJ", "NAME": "Hill Clarence"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16828	hill-james-1923-10-22	{"d10": "593"}	{"lerrcp": "D10-593"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Hill", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1923-10-22 04:30", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -82.6, "lat": 39.71667, "name": "Lancaster", "geoid": null}, "notime": null, "date-ut": "1923-10-22 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "James", "family": "Hill"}, "birth": {"tzo": "-06:00", "date": "1923-10-22 04:30", "place": {"c2": "OH", "cy": "US", "lg": -82.6, "lat": 39.71667, "name": "Lancaster"}, "date-ut": "1923-10-22 10:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "593"}}, "raw": {"H": "04:30", "TZ": "6h", "DAY": "22", "LAT": "39N43", "LON": "82W36", "MON": "10", "NUM": "593", "PRO": "MI", "YEA": "1923", "CICO": "Lancaster, OH", "NAME": "Hill James"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16829	lucius-gordon-hill-1922-09-15	{"d10": "594"}	{"lerrcp": "D10-594"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gordon Hill", "family": "Lucius", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1922-09-15 01:00", "note": null, "place": {"c1": null, "c2": "SC", "c3": null, "cy": "US", "lg": -80.86667, "lat": 33.5, "name": "Orangeburg", "geoid": null}, "notime": null, "date-ut": "1922-09-15 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gordon Hill", "family": "Lucius"}, "birth": {"tzo": "-05:00", "date": "1922-09-15 01:00", "place": {"c2": "SC", "cy": "US", "lg": -80.86667, "lat": 33.5, "name": "Orangeburg"}, "date-ut": "1922-09-15 06:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "594"}}, "raw": {"H": "01:00", "TZ": "5h", "DAY": "15", "LAT": "33N30", "LON": "80W52", "MON": "9", "NUM": "594", "PRO": "MI", "YEA": "1922", "CICO": "Orangeburg, SC", "NAME": "Hill L Gordon"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16831	hillenbrand-martin-1915-08-01	{"d10": "596"}	{"lerrcp": "D10-596"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Martin", "family": "Hillenbrand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1915-08-01 03:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -80.65, "lat": 41.1, "name": "Youngstown", "geoid": null}, "notime": null, "date-ut": "1915-08-01 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Martin", "family": "Hillenbrand"}, "birth": {"tzo": "-06:00", "date": "1915-08-01 03:00", "place": {"c2": "OH", "cy": "US", "lg": -80.65, "lat": 41.1, "name": "Youngstown"}, "date-ut": "1915-08-01 09:00"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "596"}}, "raw": {"H": "03:00", "TZ": "6h", "DAY": "1", "LAT": "41N6", "LON": "80W39", "MON": "8", "NUM": "596", "PRO": "PO", "YEA": "1915", "CICO": "Youngstown, OH", "NAME": "Hillenbrand Martin"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16832	hiller-stanley-1924-11-15	{"d10": "597"}	{"lerrcp": "D10-597"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stanley", "family": "Hiller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1924-11-15 23:10", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1924-11-16 07:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Stanley", "family": "Hiller"}, "birth": {"tzo": "-08:00", "date": "1924-11-15 23:10", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1924-11-16 07:10"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "597"}}, "raw": {"H": "23:10", "TZ": "8h", "DAY": "15", "LAT": "37N47", "LON": "122W25", "MON": "11", "NUM": "597", "PRO": "EX", "YEA": "1924", "CICO": "San Francisco, CA", "NAME": "Hiller Stanley"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16833	hills-carla-1934-01-03	{"d10": "598"}	{"lerrcp": "D10-598"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carla", "family": "Hills", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1934-01-03 12:32", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1934-01-03 20:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Carla", "family": "Hills"}, "birth": {"tzo": "-08:00", "date": "1934-01-03 12:32", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1934-01-03 20:32"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "598"}}, "raw": {"H": "12:32", "TZ": "8h", "DAY": "3", "LAT": "34N4", "LON": "118W15", "MON": "1", "NUM": "598", "PRO": "PO", "YEA": "1934", "CICO": "Los Angeles, CA", "NAME": "Hills Carla"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16834	hills-roderick-1931-03-09	{"d10": "599"}	{"lerrcp": "D10-599"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roderick", "family": "Hills", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1931-03-09 13:35", "note": null, "place": {"c1": null, "c2": "WA", "c3": null, "cy": "US", "lg": -122.33333, "lat": 47.6, "name": "Seattle", "geoid": null}, "notime": null, "date-ut": "1931-03-09 21:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Roderick", "family": "Hills"}, "birth": {"tzo": "-08:00", "date": "1931-03-09 13:35", "place": {"c2": "WA", "cy": "US", "lg": -122.33333, "lat": 47.6, "name": "Seattle"}, "date-ut": "1931-03-09 21:35"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "599"}}, "raw": {"H": "13:35", "TZ": "8h", "DAY": "9", "LAT": "47N36", "LON": "122W20", "MON": "3", "NUM": "599", "PRO": "PO", "YEA": "1931", "CICO": "Seattle, WA", "NAME": "Hills Roderick"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16836	hoban-richard-1922-03-29	{"d10": "601"}	{"lerrcp": "D10-601"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Hoban", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1922-03-29 08:10", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis", "geoid": null}, "notime": null, "date-ut": "1922-03-29 14:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Hoban"}, "birth": {"tzo": "-06:00", "date": "1922-03-29 08:10", "place": {"c2": "MO", "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis"}, "date-ut": "1922-03-29 14:10"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "601"}}, "raw": {"H": "08:10", "TZ": "6h", "DAY": "29", "LAT": "38N37", "LON": "90W12", "MON": "3", "NUM": "601", "PRO": "MI", "YEA": "1922", "CICO": "St Louis, MO", "NAME": "Hoban Richard"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16837	hodgson-james-1915-12-03	{"d10": "602"}	{"lerrcp": "D10-602"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Hodgson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1915-12-03 02:20", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -96.05, "lat": 44.93333, "name": "Dawson", "geoid": null}, "notime": null, "date-ut": "1915-12-03 08:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "James", "family": "Hodgson"}, "birth": {"tzo": "-06:00", "date": "1915-12-03 02:20", "place": {"c2": "MN", "cy": "US", "lg": -96.05, "lat": 44.93333, "name": "Dawson"}, "date-ut": "1915-12-03 08:20"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "602"}}, "raw": {"H": "02:20", "TZ": "6h", "DAY": "3", "LAT": "44N56", "LON": "96W3", "MON": "12", "NUM": "602", "PRO": "PO", "YEA": "1915", "CICO": "Dawson, MN", "NAME": "Hodgson James"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16838	hodson-kenneth-1913-04-27	{"d10": "603"}	{"lerrcp": "D10-603"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kenneth", "family": "Hodson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1913-04-27 14:00", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -94.7, "lat": 37.16667, "name": "Crestline", "geoid": null}, "notime": null, "date-ut": "1913-04-27 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Kenneth", "family": "Hodson"}, "birth": {"tzo": "-06:00", "date": "1913-04-27 14:00", "place": {"c2": "KS", "cy": "US", "lg": -94.7, "lat": 37.16667, "name": "Crestline"}, "date-ut": "1913-04-27 20:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "603"}}, "raw": {"H": "14:00", "TZ": "6h", "DAY": "27", "LAT": "37N10", "LON": "94W42", "MON": "4", "NUM": "603", "PRO": "MI", "YEA": "1913", "CICO": "Crestline, KS", "NAME": "Hodson Kenneth"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16839	hoffman-carl-1919-12-24	{"d10": "604"}	{"lerrcp": "D10-604"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carl", "family": "Hoffman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1919-12-24 21:00", "note": null, "place": {"c1": null, "c2": "NE", "c3": null, "cy": "US", "lg": -96.01667, "lat": 41.28333, "name": "Omaha", "geoid": null}, "notime": null, "date-ut": "1919-12-25 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Carl", "family": "Hoffman"}, "birth": {"tzo": "-06:00", "date": "1919-12-24 21:00", "place": {"c2": "NE", "cy": "US", "lg": -96.01667, "lat": 41.28333, "name": "Omaha"}, "date-ut": "1919-12-25 03:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "604"}}, "raw": {"H": "21:00", "TZ": "6h", "DAY": "24", "LAT": "41N17", "LON": "96W1", "MON": "12", "NUM": "604", "PRO": "MI", "YEA": "1919", "CICO": "Omaha, NE", "NAME": "Hoffman Carl"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16840	hoffman-dustin-1937-08-08	{"d10": "605"}	{"lerrcp": "D10-605"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dustin", "family": "Hoffman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1937-08-08 17:07", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1937-08-09 01:07"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Dustin", "family": "Hoffman"}, "birth": {"tzo": "-08:00", "date": "1937-08-08 17:07", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1937-08-09 01:07"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "605"}}, "raw": {"H": "17:07", "TZ": "8h", "DAY": "8", "LAT": "34N4", "LON": "118W15", "MON": "8", "NUM": "605", "PRO": "AC", "YEA": "1937", "CICO": "Los Angeles, CA", "NAME": "Hoffman Dustin"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16841	hoffman-michael-1915-06-13	{"d10": "606"}	{"lerrcp": "D10-606"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michael", "family": "Hoffman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1915-06-13 18:30", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -80.48333, "lat": 35.66667, "name": "Salisbury", "geoid": null}, "notime": null, "date-ut": "1915-06-14 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"name": {"given": "Michael", "family": "Hoffman"}, "birth": {"tzo": "-08:00", "date": "1915-06-13 18:30", "place": {"c2": "CA", "cy": "US", "lg": -80.48333, "lat": 35.66667, "name": "Salisbury"}, "date-ut": "1915-06-14 02:30"}, "occus": ["miscelaneous"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "606"}}, "raw": {"H": "18:30", "TZ": "8h", "DAY": "13", "LAT": "35N40", "LON": "80W29", "MON": "6", "NUM": "606", "PRO": "X", "YEA": "1915", "CICO": "Salisbury, CA", "NAME": "Hoffman Michael"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16842	holbrook-hal-1925-02-17	{"d10": "607"}	{"lerrcp": "D10-607"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hal", "family": "Holbrook", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1925-02-17 03:16", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1925-02-17 08:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Hal", "family": "Holbrook"}, "birth": {"tzo": "-05:00", "date": "1925-02-17 03:16", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1925-02-17 08:16"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "607"}}, "raw": {"H": "03:16", "TZ": "5h", "DAY": "17", "LAT": "41N30", "LON": "81W42", "MON": "2", "NUM": "607", "PRO": "AC", "YEA": "1925", "CICO": "Cleveland, OH", "NAME": "Holbrook Hal"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16844	holley-robert-1922-01-28	{"d10": "609"}	{"lerrcp": "D10-609"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Holley", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1922-01-28 23:00", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -88.2, "lat": 40.11667, "name": "Urbana", "geoid": null}, "notime": null, "date-ut": "1922-01-29 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Holley"}, "birth": {"tzo": "-06:00", "date": "1922-01-28 23:00", "place": {"c2": "IL", "cy": "US", "lg": -88.2, "lat": 40.11667, "name": "Urbana"}, "date-ut": "1922-01-29 05:00"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "609"}}, "raw": {"H": "23:00", "TZ": "6h", "DAY": "28", "LAT": "40N7", "LON": "88W12", "MON": "1", "NUM": "609", "PRO": "SC", "YEA": "1922", "CICO": "Urbana, IL", "NAME": "Holley Robert"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16845	hollings-ernest-1922-01-01	{"d10": "610"}	{"lerrcp": "D10-610"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Hollings", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1922-01-01 14:30", "note": null, "place": {"c1": null, "c2": "SC", "c3": null, "cy": "US", "lg": -79.93333, "lat": 32.76667, "name": "Charleston", "geoid": null}, "notime": null, "date-ut": "1922-01-01 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Hollings"}, "birth": {"tzo": "-05:00", "date": "1922-01-01 14:30", "place": {"c2": "SC", "cy": "US", "lg": -79.93333, "lat": 32.76667, "name": "Charleston"}, "date-ut": "1922-01-01 19:30"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "610"}}, "raw": {"H": "14:30", "TZ": "5h", "DAY": "1", "LAT": "32N46", "LON": "79W56", "MON": "1", "NUM": "610", "PRO": "PO", "YEA": "1922", "CICO": "Charleston, SC", "NAME": "Hollings Ernest"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16846	hollingsworth-james-1918-03-24	{"d10": "611"}	{"lerrcp": "D10-611"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Hollingsworth", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1918-03-24 05:00", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -97.16667, "lat": 33.36667, "name": "Sanger", "geoid": null}, "notime": null, "date-ut": "1918-03-24 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "James", "family": "Hollingsworth"}, "birth": {"tzo": "-06:00", "date": "1918-03-24 05:00", "place": {"c2": "TX", "cy": "US", "lg": -97.16667, "lat": 33.36667, "name": "Sanger"}, "date-ut": "1918-03-24 11:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "611"}}, "raw": {"H": "05:00", "TZ": "6h", "DAY": "24", "LAT": "33N22", "LON": "97W10", "MON": "3", "NUM": "611", "PRO": "MI", "YEA": "1918", "CICO": "Sanger, TX", "NAME": "Hollingsworth James"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16847	hollingwort-keith-1937-04-21	{"d10": "612"}	{"lerrcp": "D10-612"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Keith", "family": "Hollingwort", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1937-04-21 15:25", "note": null, "place": {"c1": null, "c2": "RI", "c3": null, "cy": "US", "lg": -71.4, "lat": 41.81667, "name": "Providence", "geoid": null}, "notime": null, "date-ut": "1937-04-21 20:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Keith", "family": "Hollingwort"}, "birth": {"tzo": "-05:00", "date": "1937-04-21 15:25", "place": {"c2": "RI", "cy": "US", "lg": -71.4, "lat": 41.81667, "name": "Providence"}, "date-ut": "1937-04-21 20:25"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "612"}}, "raw": {"H": "15:25", "TZ": "5h", "DAY": "21", "LAT": "41N49", "LON": "71W24", "MON": "4", "NUM": "612", "PRO": "AR", "YEA": "1937", "CICO": "Providence, RI", "NAME": "Hollingwort Keith"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16848	holloway-james-1922-09-23	{"d10": "613"}	{"lerrcp": "D10-613"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Holloway", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1922-09-23 13:55", "note": null, "place": {"c1": null, "c2": "SC", "c3": null, "cy": "US", "lg": -79.93333, "lat": 32.76667, "name": "Charleston", "geoid": null}, "notime": null, "date-ut": "1922-09-23 18:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "James", "family": "Holloway"}, "birth": {"tzo": "-05:00", "date": "1922-09-23 13:55", "place": {"c2": "SC", "cy": "US", "lg": -79.93333, "lat": 32.76667, "name": "Charleston"}, "date-ut": "1922-09-23 18:55"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "613"}}, "raw": {"H": "13:55", "TZ": "5h", "DAY": "23", "LAT": "32N46", "LON": "79W56", "MON": "9", "NUM": "613", "PRO": "MI", "YEA": "1922", "CICO": "Charleston, SC", "NAME": "Holloway James"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16849	holmquist-carl-1919-11-18	{"d10": "614"}	{"lerrcp": "D10-614"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carl", "family": "Holmquist", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1919-11-18 10:00", "note": null, "place": {"c1": null, "c2": "UT", "c3": null, "cy": "US", "lg": -111.88333, "lat": 40.75, "name": "Salt Lake City", "geoid": null}, "notime": null, "date-ut": "1919-11-18 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Carl", "family": "Holmquist"}, "birth": {"tzo": "-07:00", "date": "1919-11-18 10:00", "place": {"c2": "UT", "cy": "US", "lg": -111.88333, "lat": 40.75, "name": "Salt Lake City"}, "date-ut": "1919-11-18 17:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "614"}}, "raw": {"H": "10:00", "TZ": "7h", "DAY": "18", "LAT": "40N45", "LON": "111W53", "MON": "11", "NUM": "614", "PRO": "MI", "YEA": "1919", "CICO": "Salt Lake City, UT", "NAME": "Holmquist Carl"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16850	holshouser-james-1934-10-08	{"d10": "615"}	{"lerrcp": "D10-615"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Holshouser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1934-10-08 16:33", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -81.68333, "lat": 36.21667, "name": "Boons", "geoid": null}, "notime": null, "date-ut": "1934-10-08 21:33"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "James", "family": "Holshouser"}, "birth": {"tzo": "-05:00", "date": "1934-10-08 16:33", "place": {"c2": "NC", "cy": "US", "lg": -81.68333, "lat": 36.21667, "name": "Boons"}, "date-ut": "1934-10-08 21:33"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "615"}}, "raw": {"H": "16:33", "TZ": "5h", "DAY": "8", "LAT": "36N13", "LON": "81W41", "MON": "10", "NUM": "615", "PRO": "PO", "YEA": "1934", "CICO": "Boons, NC", "NAME": "Holshouser James"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16851	hoopman-harold-1920-07-22	{"d10": "616"}	{"lerrcp": "D10-616"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Harold", "family": "Hoopman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1920-07-22 13:00", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -98.53333, "lat": 39.06667, "name": "Lucas", "geoid": null}, "notime": null, "date-ut": "1920-07-22 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Harold", "family": "Hoopman"}, "birth": {"tzo": "-06:00", "date": "1920-07-22 13:00", "place": {"c2": "KS", "cy": "US", "lg": -98.53333, "lat": 39.06667, "name": "Lucas"}, "date-ut": "1920-07-22 19:00"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "616"}}, "raw": {"H": "13:00", "TZ": "6h", "DAY": "22", "LAT": "39N4", "LON": "98W32", "MON": "7", "NUM": "616", "PRO": "EX", "YEA": "1920", "CICO": "Lucas, KS", "NAME": "Hoopman Harold"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16852	hoover-herbert-1918-04-23	{"d10": "617"}	{"lerrcp": "D10-617"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Herbert", "family": "Hoover", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1918-04-23 16:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.38333, "lat": 40.8, "name": "Canton", "geoid": null}, "notime": null, "date-ut": "1918-04-23 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Herbert", "family": "Hoover"}, "birth": {"tzo": "-05:00", "date": "1918-04-23 16:00", "place": {"c2": "OH", "cy": "US", "lg": -81.38333, "lat": 40.8, "name": "Canton"}, "date-ut": "1918-04-23 21:00"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "617"}}, "raw": {"H": "16:00", "TZ": "5h", "DAY": "23", "LAT": "40N48", "LON": "81W23", "MON": "4", "NUM": "617", "PRO": "EX", "YEA": "1918", "CICO": "Canton, OH", "NAME": "Hoover Herbert"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16853	hopper-dennis-1936-05-17	{"d10": "618"}	{"lerrcp": "D10-618"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dennis", "family": "Hopper", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1936-05-17 20:45", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -100.01667, "lat": 37.75, "name": "Dodge City", "geoid": null}, "notime": null, "date-ut": "1936-05-18 02:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Dennis", "family": "Hopper"}, "birth": {"tzo": "-06:00", "date": "1936-05-17 20:45", "place": {"c2": "KS", "cy": "US", "lg": -100.01667, "lat": 37.75, "name": "Dodge City"}, "date-ut": "1936-05-18 02:45"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "618"}}, "raw": {"H": "20:45", "TZ": "6h", "DAY": "17", "LAT": "37N45", "LON": "100W1", "MON": "5", "NUM": "618", "PRO": "AC", "YEA": "1936", "CICO": "Dodge City, KS", "NAME": "Hopper Dennis"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16854	horner-richard-1917-10-24	{"d10": "619"}	{"lerrcp": "D10-619"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Horner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1917-10-24 04:00", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -92.38333, "lat": 46.61667, "name": "Wrenshall", "geoid": null}, "notime": null, "date-ut": "1917-10-24 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Horner"}, "birth": {"tzo": "-06:00", "date": "1917-10-24 04:00", "place": {"c2": "MN", "cy": "US", "lg": -92.38333, "lat": 46.61667, "name": "Wrenshall"}, "date-ut": "1917-10-24 10:00"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "619"}}, "raw": {"H": "04:00", "TZ": "6h", "DAY": "24", "LAT": "46N37", "LON": "92W23", "MON": "10", "NUM": "619", "PRO": "EX", "YEA": "1917", "CICO": "Wrenshall, MN", "NAME": "Horner Richard"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16855	hornig-donald-1920-03-17	{"d10": "620"}	{"lerrcp": "D10-620"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Donald", "family": "Hornig", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1920-03-17 17:05", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": "Milawaukee", "geoid": null}, "notime": null, "date-ut": "1920-03-17 23:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Donald", "family": "Hornig"}, "birth": {"tzo": "-06:00", "date": "1920-03-17 17:05", "place": {"c2": "WI", "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": "Milawaukee"}, "date-ut": "1920-03-17 23:05"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "620"}}, "raw": {"H": "17:05", "TZ": "6h", "DAY": "17", "LAT": "43N2", "LON": "87W55", "MON": "3", "NUM": "620", "PRO": "SC", "YEA": "1920", "CICO": "Milawaukee, WI", "NAME": "Hornig Donald"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16857	houser-jerry-1952-07-14	{"d10": "622"}	{"lerrcp": "D10-622"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jerry", "family": "Houser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1952-07-14 20:08", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1952-07-15 03:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jerry", "family": "Houser"}, "birth": {"tzo": "-07:00", "date": "1952-07-14 20:08", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1952-07-15 03:08"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "622"}}, "raw": {"H": "20:08", "TZ": "7h", "DAY": "14", "LAT": "34N4", "LON": "118W15", "MON": "7", "NUM": "622", "PRO": "AC", "YEA": "1952", "CICO": "Los Angeles, CA", "NAME": "Houser Jerry"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16860	howard-kenneth-1944-03-28	{"d10": "625"}	{"lerrcp": "D10-625"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kenneth", "family": "Howard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1944-03-28 11:21", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -115.56667, "lat": 32.8, "name": "El Centro", "geoid": null}, "notime": null, "date-ut": "1944-03-28 18:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Kenneth", "family": "Howard"}, "birth": {"tzo": "-07:00", "date": "1944-03-28 11:21", "place": {"c2": "CA", "cy": "US", "lg": -115.56667, "lat": 32.8, "name": "El Centro"}, "date-ut": "1944-03-28 18:21"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "625"}}, "raw": {"H": "11:21", "TZ": "7h", "DAY": "28", "LAT": "32N48", "LON": "115W34", "MON": "3", "NUM": "625", "PRO": "AC", "YEA": "1944", "CICO": "El Centro, CA", "NAME": "Howard Kenneth"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16861	howell-francis-1925-11-27	{"d10": "626"}	{"lerrcp": "D10-626"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Howell", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1925-11-27 20:45", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "US", "lg": -94.58333, "lat": 39.1, "name": "Kansas City", "geoid": null}, "notime": null, "date-ut": "1925-11-28 02:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Francis", "family": "Howell"}, "birth": {"tzo": "-06:00", "date": "1925-11-27 20:45", "place": {"c2": "MO", "cy": "US", "lg": -94.58333, "lat": 39.1, "name": "Kansas City"}, "date-ut": "1925-11-28 02:45"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "626"}}, "raw": {"H": "20:45", "TZ": "6h", "DAY": "27", "LAT": "39N6", "LON": "94W35", "MON": "11", "NUM": "626", "PRO": "SC", "YEA": "1925", "CICO": "Kansas City, MO", "NAME": "Howell Francis"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16859	howard-frank-1936-08-08	{"d10": "624", "3a_sports": "2149"}	{"ertel": "ES-2149", "lerrcp": "D10-624"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frank", "family": "Howard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1936-08-08 11:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83, "lat": 39.96667, "name": "Columbus", "geoid": null}, "notime": null, "date-ut": "1936-08-08 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["baseball-player"]	5	null	[{"new": {"name": {"given": "Frank", "family": "Howard"}, "birth": {"tzo": "-05:00", "date": "1936-08-08 11:00", "place": {"c2": "OH", "cy": "US", "lg": -83, "lat": 39.96667, "name": "Columbus"}, "date-ut": "1936-08-08 16:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "624"}}, "raw": {"H": "11:00", "TZ": "5h", "DAY": "8", "LAT": "39N58", "LON": "83W0", "MON": "8", "NUM": "624", "PRO": "SP", "YEA": "1936", "CICO": "Columbus, OH", "NAME": "Howard Frank"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["baseball-player"], "partial-ids": {"ertel": "ES-2149"}}, "raw": {"L": "", "MF": "", "NR": "2149", "ENG": "0", "MA_": "2", "G_NR": "624", "MA12": "3", "MARS": "9", "NAME": "Howard", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-10,00", "CSINR": "", "KURTZ": "", "PHAS_": "71,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "08.08.", "ZITATE": "X", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Frank Oliver", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "08.08.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BASE", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16862	howell-john-1925-02-07	{"d10": "627"}	{"lerrcp": "D10-627"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Howell", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1925-02-07 09:05", "note": null, "place": {"c1": null, "c2": "TN", "c3": null, "cy": "US", "lg": -86.78333, "lat": 36.16667, "name": "Nashville", "geoid": null}, "notime": null, "date-ut": "1925-02-07 15:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "John", "family": "Howell"}, "birth": {"tzo": "-06:00", "date": "1925-02-07 09:05", "place": {"c2": "TN", "cy": "US", "lg": -86.78333, "lat": 36.16667, "name": "Nashville"}, "date-ut": "1925-02-07 15:05"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "627"}}, "raw": {"H": "09:05", "TZ": "6h", "DAY": "7", "LAT": "36N10", "LON": "86W47", "MON": "2", "NUM": "627", "PRO": "EX", "YEA": "1925", "CICO": "Nashville, TN", "NAME": "Howell John"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16863	huddleston-walter-1926-04-15	{"d10": "628"}	{"lerrcp": "D10-628"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Huddleston", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1926-04-15 07:30", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -82.98333, "lat": 36.96667, "name": "Cumberland County", "geoid": null}, "notime": null, "date-ut": "1926-04-15 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Huddleston"}, "birth": {"tzo": "-06:00", "date": "1926-04-15 07:30", "place": {"c2": "KY", "cy": "US", "lg": -82.98333, "lat": 36.96667, "name": "Cumberland County"}, "date-ut": "1926-04-15 13:30"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "628"}}, "raw": {"H": "07:30", "TZ": "6h", "DAY": "15", "LAT": "36N58", "LON": "82W59", "MON": "4", "NUM": "628", "PRO": "PO", "YEA": "1926", "CICO": "Cumberland County, KY", "NAME": "Huddleston Walter"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16864	hudson-eugene-1921-10-06	{"d10": "629"}	{"lerrcp": "D10-629"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugene", "family": "Hudson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1921-10-06 02:15", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1921-10-06 10:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eugene", "family": "Hudson"}, "birth": {"tzo": "-08:00", "date": "1921-10-06 02:15", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1921-10-06 10:15"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "629"}}, "raw": {"H": "02:15", "TZ": "8h", "DAY": "6", "LAT": "34N4", "LON": "118W15", "MON": "10", "NUM": "629", "PRO": "MI", "YEA": "1921", "CICO": "Los Angeles, CA", "NAME": "Hudson Eugene"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16866	huebner-robert-1914-02-23	{"d10": "631"}	{"lerrcp": "D10-631"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Huebner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1914-02-23 08:15", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati", "geoid": null}, "notime": null, "date-ut": "1914-02-23 14:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Huebner"}, "birth": {"tzo": "-06:00", "date": "1914-02-23 08:15", "place": {"c2": "OH", "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati"}, "date-ut": "1914-02-23 14:15"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "631"}}, "raw": {"H": "08:15", "TZ": "6h", "DAY": "23", "LAT": "39N6", "LON": "84W31", "MON": "2", "NUM": "631", "PRO": "SC", "YEA": "1914", "CICO": "Cincinnati, OH", "NAME": "Huebner Robert"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16867	hufstedler-shirley-1925-08-24	{"d10": "632"}	{"lerrcp": "D10-632"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Shirley", "family": "Hufstedler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1925-08-24 06:30", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "US", "lg": -104.98333, "lat": 39.73333, "name": "Denver", "geoid": null}, "notime": null, "date-ut": "1925-08-24 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Shirley", "family": "Hufstedler"}, "birth": {"tzo": "-07:00", "date": "1925-08-24 06:30", "place": {"c2": "CO", "cy": "US", "lg": -104.98333, "lat": 39.73333, "name": "Denver"}, "date-ut": "1925-08-24 13:30"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "632"}}, "raw": {"H": "06:30", "TZ": "7h", "DAY": "24", "LAT": "39N44", "LON": "104W59", "MON": "8", "NUM": "632", "PRO": "PO", "YEA": "1925", "CICO": "Denver, CO", "NAME": "Hufstedler Shirley"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16868	hugo-richard-1923-12-21	{"d10": "633"}	{"lerrcp": "D10-633"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Hugo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1923-12-21 20:00", "note": null, "place": {"c1": null, "c2": "WA", "c3": null, "cy": "US", "lg": -122.33333, "lat": 47.6, "name": "Seattle", "geoid": null}, "notime": null, "date-ut": "1923-12-22 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Hugo"}, "birth": {"tzo": "-08:00", "date": "1923-12-21 20:00", "place": {"c2": "WA", "cy": "US", "lg": -122.33333, "lat": 47.6, "name": "Seattle"}, "date-ut": "1923-12-22 04:00"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "633"}}, "raw": {"H": "20:00", "TZ": "8h", "DAY": "21", "LAT": "47N36", "LON": "122W20", "MON": "12", "NUM": "633", "PRO": "WR", "YEA": "1923", "CICO": "Seattle, WA", "NAME": "Hugo Richard"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16869	hugues-emmet-1920-12-26	{"d10": "634"}	{"lerrcp": "D10-634"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emmet", "family": "Hugues", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1920-12-26 06:10", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.16667, "lat": 40.73333, "name": "Newark", "geoid": null}, "notime": null, "date-ut": "1920-12-26 11:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Emmet", "family": "Hugues"}, "birth": {"tzo": "-05:00", "date": "1920-12-26 06:10", "place": {"c2": "NJ", "cy": "US", "lg": -74.16667, "lat": 40.73333, "name": "Newark"}, "date-ut": "1920-12-26 11:10"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "634"}}, "raw": {"H": "06:10", "TZ": "5h", "DAY": "26", "LAT": "40N44", "LON": "74W10", "MON": "12", "NUM": "634", "PRO": "PO", "YEA": "1920", "CICO": "Newark, NJ", "NAME": "Hugues Emmet"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16870	hunt-james-1937-05-16	{"d10": "635"}	{"lerrcp": "D10-635"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Hunt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1937-05-16 04:16", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -79.8, "lat": 36.06667, "name": "Greensboro", "geoid": null}, "notime": null, "date-ut": "1937-05-16 09:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "James", "family": "Hunt"}, "birth": {"tzo": "-05:00", "date": "1937-05-16 04:16", "place": {"c2": "NC", "cy": "US", "lg": -79.8, "lat": 36.06667, "name": "Greensboro"}, "date-ut": "1937-05-16 09:16"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "635"}}, "raw": {"H": "04:16", "TZ": "5h", "DAY": "16", "LAT": "36N4", "LON": "79W48", "MON": "5", "NUM": "635", "PRO": "PO", "YEA": "1937", "CICO": "Greensboro, NC", "NAME": "Hunt James"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16871	husmann-ron-1937-06-30	{"d10": "636"}	{"lerrcp": "D10-636"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ron", "family": "Husmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1937-06-30 12:25", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -89.1, "lat": 42.26667, "name": "Rockford", "geoid": null}, "notime": null, "date-ut": "1937-06-30 18:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Ron", "family": "Husmann"}, "birth": {"tzo": "-06:00", "date": "1937-06-30 12:25", "place": {"c2": "IL", "cy": "US", "lg": -89.1, "lat": 42.26667, "name": "Rockford"}, "date-ut": "1937-06-30 18:25"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "636"}}, "raw": {"H": "12:25", "TZ": "6h", "DAY": "30", "LAT": "42N16", "LON": "89W6", "MON": "6", "NUM": "636", "PRO": "AC", "YEA": "1937", "CICO": "Rockford, IL", "NAME": "Husmann Ron"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16872	hutchison-clyde-1913-05-05	{"d10": "637"}	{"lerrcp": "D10-637"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clyde", "family": "Hutchison", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1913-05-05 10:30", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.1, "lat": 40.91667, "name": "Alliance", "geoid": null}, "notime": null, "date-ut": "1913-05-05 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Clyde", "family": "Hutchison"}, "birth": {"tzo": "-06:00", "date": "1913-05-05 10:30", "place": {"c2": "OH", "cy": "US", "lg": -81.1, "lat": 40.91667, "name": "Alliance"}, "date-ut": "1913-05-05 16:30"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "637"}}, "raw": {"H": "10:30", "TZ": "6h", "DAY": "5", "LAT": "40N55", "LON": "81W6", "MON": "5", "NUM": "637", "PRO": "SC", "YEA": "1913", "CICO": "Alliance, OH", "NAME": "Hutchison Clyde"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16873	hutton-lauren-1943-11-17	{"d10": "638"}	{"lerrcp": "D10-638"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lauren", "family": "Hutton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1943-11-17 22:45", "note": null, "place": {"c1": null, "c2": "SC", "c3": null, "cy": "US", "lg": -79.93333, "lat": 32.76667, "name": "Charleston", "geoid": null}, "notime": null, "date-ut": "1943-11-18 02:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Lauren", "family": "Hutton"}, "birth": {"tzo": "-04:00", "date": "1943-11-17 22:45", "place": {"c2": "SC", "cy": "US", "lg": -79.93333, "lat": 32.76667, "name": "Charleston"}, "date-ut": "1943-11-18 02:45"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "638"}}, "raw": {"H": "22:45", "TZ": "4h", "DAY": "17", "LAT": "32N46", "LON": "79W56", "MON": "11", "NUM": "638", "PRO": "AC", "YEA": "1943", "CICO": "Charleston, SC", "NAME": "Hutton Lauren"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16874	ignatius-paul-1920-11-11	{"d10": "639"}	{"lerrcp": "D10-639"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Ignatius", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1920-11-11 13:05", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1920-11-11 21:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Ignatius"}, "birth": {"tzo": "-08:00", "date": "1920-11-11 13:05", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1920-11-11 21:05"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "639"}}, "raw": {"H": "13:05", "TZ": "8h", "DAY": "11", "LAT": "34N4", "LON": "118W15", "MON": "11", "NUM": "639", "PRO": "EX", "YEA": "1920", "CICO": "Los Angeles, CA", "NAME": "Ignatius Paul"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16875	inge-william-1913-05-03	{"d10": "640"}	{"lerrcp": "D10-640"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Inge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1913-05-03 15:10", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -95.7, "lat": 37.23333, "name": "Independence", "geoid": null}, "notime": null, "date-ut": "1913-05-03 21:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "William", "family": "Inge"}, "birth": {"tzo": "-06:00", "date": "1913-05-03 15:10", "place": {"c2": "KS", "cy": "US", "lg": -95.7, "lat": 37.23333, "name": "Independence"}, "date-ut": "1913-05-03 21:10"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "640"}}, "raw": {"H": "15:10", "TZ": "6h", "DAY": "3", "LAT": "37N14", "LON": "95W42", "MON": "5", "NUM": "640", "PRO": "WR", "YEA": "1913", "CICO": "Independence, KS", "NAME": "Inge William"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16876	inouye-daniel-1924-09-07	{"d10": "641"}	{"lerrcp": "D10-641"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "Inouye", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-10:30", "date": "1924-09-07 11:00", "note": null, "place": {"c1": null, "c2": "HI", "c3": null, "cy": "US", "lg": -157.86667, "lat": 21.31667, "name": "Honolulu", "geoid": null}, "notime": null, "date-ut": "1924-09-07 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Daniel", "family": "Inouye"}, "birth": {"tzo": "-10:30", "date": "1924-09-07 11:00", "place": {"c2": "HI", "cy": "US", "lg": -157.86667, "lat": 21.31667, "name": "Honolulu"}, "date-ut": "1924-09-07 21:30"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "641"}}, "raw": {"H": "11:00", "TZ": "10h30", "DAY": "7", "LAT": "21N19", "LON": "157W52", "MON": "9", "NUM": "641", "PRO": "PO", "YEA": "1924", "CICO": "Honolulu, HI", "NAME": "Inouye Daniel"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16877	ireland-clarc-1920-06-08	{"d10": "642"}	{"lerrcp": "D10-642"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clarc", "family": "Ireland", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1920-06-08 08:45", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -89.6, "lat": 40.7, "name": "Peoria", "geoid": null}, "notime": null, "date-ut": "1920-06-08 14:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Clarc", "family": "Ireland"}, "birth": {"tzo": "-06:00", "date": "1920-06-08 08:45", "place": {"c2": "IL", "cy": "US", "lg": -89.6, "lat": 40.7, "name": "Peoria"}, "date-ut": "1920-06-08 14:45"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "642"}}, "raw": {"H": "08:45", "TZ": "6h", "DAY": "8", "LAT": "40N42", "LON": "89W36", "MON": "6", "NUM": "642", "PRO": "MI", "YEA": "1920", "CICO": "Peoria, IL", "NAME": "Ireland Clarc"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16878	irving-john-1942-03-02	{"d10": "643"}	{"lerrcp": "D10-643"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Irving", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1942-03-02 12:11", "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "US", "lg": -70.95, "lat": 42.98333, "name": "Exeter", "geoid": null}, "notime": null, "date-ut": "1942-03-02 16:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "John", "family": "Irving"}, "birth": {"tzo": "-04:00", "date": "1942-03-02 12:11", "place": {"c2": "NH", "cy": "US", "lg": -70.95, "lat": 42.98333, "name": "Exeter"}, "date-ut": "1942-03-02 16:11"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "643"}}, "raw": {"H": "12:11", "TZ": "4h", "DAY": "2", "LAT": "42N59", "LON": "70W57", "MON": "3", "NUM": "643", "PRO": "WR", "YEA": "1942", "CICO": "Exeter, NH", "NAME": "Irving John"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16879	irwin-robert-1928-09-12	{"d10": "644"}	{"lerrcp": "D10-644"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Irwin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1928-09-12 21:45", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.18333, "lat": 33.78333, "name": "Long Beach", "geoid": null}, "notime": null, "date-ut": "1928-09-13 05:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Irwin"}, "birth": {"tzo": "-08:00", "date": "1928-09-12 21:45", "place": {"c2": "CA", "cy": "US", "lg": -118.18333, "lat": 33.78333, "name": "Long Beach"}, "date-ut": "1928-09-13 05:45"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "644"}}, "raw": {"H": "21:45", "TZ": "8h", "DAY": "12", "LAT": "33N47", "LON": "118W11", "MON": "9", "NUM": "644", "PRO": "AR", "YEA": "1928", "CICO": "Long Beach, CA", "NAME": "Irwin Robert"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16880	jackson-henry-1912-05-31	{"d10": "645"}	{"lerrcp": "D10-645"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Jackson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1912-05-31 17:00", "note": null, "place": {"c1": null, "c2": "WA", "c3": null, "cy": "US", "lg": -122.2, "lat": 47.98333, "name": "Everett", "geoid": null}, "notime": null, "date-ut": "1912-06-01 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Jackson"}, "birth": {"tzo": "-08:00", "date": "1912-05-31 17:00", "place": {"c2": "WA", "cy": "US", "lg": -122.2, "lat": 47.98333, "name": "Everett"}, "date-ut": "1912-06-01 01:00"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "645"}}, "raw": {"H": "17:00", "TZ": "8h", "DAY": "31", "LAT": "47N59", "LON": "122W12", "MON": "5", "NUM": "645", "PRO": "PO", "YEA": "1912", "CICO": "Everett, WA", "NAME": "Jackson Henry"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16881	jackson-maynard-1938-03-23	{"d10": "646"}	{"lerrcp": "D10-646"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maynard", "family": "Jackson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1938-03-23 03:00", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -96.81667, "lat": 32.78333, "name": "Dallas", "geoid": null}, "notime": null, "date-ut": "1938-03-23 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Maynard", "family": "Jackson"}, "birth": {"tzo": "-06:00", "date": "1938-03-23 03:00", "place": {"c2": "TX", "cy": "US", "lg": -96.81667, "lat": 32.78333, "name": "Dallas"}, "date-ut": "1938-03-23 09:00"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "646"}}, "raw": {"H": "03:00", "TZ": "6h", "DAY": "23", "LAT": "32N47", "LON": "96W49", "MON": "3", "NUM": "646", "PRO": "PO", "YEA": "1938", "CICO": "Dallas, TX", "NAME": "Jackson Maynard"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16882	jackson-shirley-1916-12-14	{"d10": "647"}	{"lerrcp": "D10-647"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Shirley", "family": "Jackson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1916-12-14 07:15", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1916-12-14 15:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Shirley", "family": "Jackson"}, "birth": {"tzo": "-08:00", "date": "1916-12-14 07:15", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1916-12-14 15:15"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "647"}}, "raw": {"H": "07:15", "TZ": "8h", "DAY": "14", "LAT": "37N47", "LON": "122W25", "MON": "12", "NUM": "647", "PRO": "WR", "YEA": "1916", "CICO": "San Francisco, CA", "NAME": "Jackson Shirley"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16883	jacobson-alfred-1919-11-12	{"d10": "648"}	{"lerrcp": "D10-648"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Jacobson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1919-11-12 20:30", "note": null, "place": {"c1": null, "c2": "UT", "c3": null, "cy": "US", "lg": -112.58333, "lat": 39.35, "name": "Delta", "geoid": null}, "notime": null, "date-ut": "1919-11-13 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Jacobson"}, "birth": {"tzo": "-07:00", "date": "1919-11-12 20:30", "place": {"c2": "UT", "cy": "US", "lg": -112.58333, "lat": 39.35, "name": "Delta"}, "date-ut": "1919-11-13 03:30"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "648"}}, "raw": {"H": "20:30", "TZ": "7h", "DAY": "12", "LAT": "39N21", "LON": "112W35", "MON": "11", "NUM": "648", "PRO": "EX", "YEA": "1919", "CICO": "Delta, UT", "NAME": "Jacobson Alfred"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16884	james-daniel-1920-02-11	{"d10": "649"}	{"lerrcp": "D10-649"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "James", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1920-02-11 05:37", "note": null, "place": {"c1": null, "c2": "FL", "c3": null, "cy": "US", "lg": -87.21667, "lat": 30.41667, "name": "Pensacola", "geoid": null}, "notime": null, "date-ut": "1920-02-11 11:37"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Daniel", "family": "James"}, "birth": {"tzo": "-06:00", "date": "1920-02-11 05:37", "place": {"c2": "FL", "cy": "US", "lg": -87.21667, "lat": 30.41667, "name": "Pensacola"}, "date-ut": "1920-02-11 11:37"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "649"}}, "raw": {"H": "05:37", "TZ": "6h", "DAY": "11", "LAT": "30N25", "LON": "87W13", "MON": "2", "NUM": "649", "PRO": "MI", "YEA": "1920", "CICO": "Pensacola, FL", "NAME": "James Daniel"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16885	janov-arthur-1924-08-21	{"d10": "650"}	{"lerrcp": "D10-650"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Janov", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1924-08-21 21:18", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1924-08-22 05:18"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Janov"}, "birth": {"tzo": "-08:00", "date": "1924-08-21 21:18", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1924-08-22 05:18"}, "occus": ["miscelaneous"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "650"}}, "raw": {"H": "21:18", "TZ": "8h", "DAY": "21", "LAT": "34N4", "LON": "118W15", "MON": "8", "NUM": "650", "PRO": "X", "YEA": "1924", "CICO": "Los Angeles, CA", "NAME": "Janov Arthur"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16886	jarman-claude-1934-09-27	{"d10": "651"}	{"lerrcp": "D10-651"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Jarman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1934-09-27 12:03", "note": null, "place": {"c1": null, "c2": "TN", "c3": null, "cy": "US", "lg": -86.78333, "lat": 36.16667, "name": "Nashville", "geoid": null}, "notime": null, "date-ut": "1934-09-27 18:03"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Jarman"}, "birth": {"tzo": "-06:00", "date": "1934-09-27 12:03", "place": {"c2": "TN", "cy": "US", "lg": -86.78333, "lat": 36.16667, "name": "Nashville"}, "date-ut": "1934-09-27 18:03"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "651"}}, "raw": {"H": "12:03", "TZ": "6h", "DAY": "27", "LAT": "36N10", "LON": "86W47", "MON": "9", "NUM": "651", "PRO": "AC", "YEA": "1934", "CICO": "Nashville, TN", "NAME": "Jarman Claude"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16887	jarman-franklin-1931-11-10	{"d10": "652"}	{"lerrcp": "D10-652"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franklin", "family": "Jarman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1931-11-10 13:00", "note": null, "place": {"c1": null, "c2": "TN", "c3": null, "cy": "US", "lg": -86.78333, "lat": 36.16667, "name": "Nashville", "geoid": null}, "notime": null, "date-ut": "1931-11-10 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Franklin", "family": "Jarman"}, "birth": {"tzo": "-06:00", "date": "1931-11-10 13:00", "place": {"c2": "TN", "cy": "US", "lg": -86.78333, "lat": 36.16667, "name": "Nashville"}, "date-ut": "1931-11-10 19:00"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "652"}}, "raw": {"H": "13:00", "TZ": "6h", "DAY": "10", "LAT": "36N10", "LON": "86W47", "MON": "11", "NUM": "652", "PRO": "EX", "YEA": "1931", "CICO": "Nashville, TN", "NAME": "Jarman Franklin"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16888	jeffreys-anne-1923-01-26	{"d10": "653"}	{"lerrcp": "D10-653"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anne", "family": "Jeffreys", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1923-01-26 14:15", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -77.98333, "lat": 35.38333, "name": "Goldsboro", "geoid": null}, "notime": null, "date-ut": "1923-01-26 19:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Anne", "family": "Jeffreys"}, "birth": {"tzo": "-05:00", "date": "1923-01-26 14:15", "place": {"c2": "NC", "cy": "US", "lg": -77.98333, "lat": 35.38333, "name": "Goldsboro"}, "date-ut": "1923-01-26 19:15"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "653"}}, "raw": {"H": "14:15", "TZ": "5h", "DAY": "26", "LAT": "35N23", "LON": "77W59", "MON": "1", "NUM": "653", "PRO": "AC", "YEA": "1923", "CICO": "Goldsboro, NC", "NAME": "Jeffreys Anne"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16890	jenkins-paul-1923-07-12	{"d10": "655"}	{"lerrcp": "D10-655"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Jenkins", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1923-07-12 00:45", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "US", "lg": -94.58333, "lat": 39.1, "name": "Kansas City", "geoid": null}, "notime": null, "date-ut": "1923-07-12 06:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Jenkins"}, "birth": {"tzo": "-06:00", "date": "1923-07-12 00:45", "place": {"c2": "MO", "cy": "US", "lg": -94.58333, "lat": 39.1, "name": "Kansas City"}, "date-ut": "1923-07-12 06:45"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "655"}}, "raw": {"H": "00:45", "TZ": "6h", "DAY": "12", "LAT": "39N6", "LON": "94W35", "MON": "7", "NUM": "655", "PRO": "AR", "YEA": "1923", "CICO": "Kansas City, MO", "NAME": "Jenkins Paul"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16891	jens-salome-1935-05-08	{"d10": "656"}	{"lerrcp": "D10-656"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Salome", "family": "Jens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1935-05-08 06:15", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": "Milwaukee", "geoid": null}, "notime": null, "date-ut": "1935-05-08 12:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Salome", "family": "Jens"}, "birth": {"tzo": "-06:00", "date": "1935-05-08 06:15", "place": {"c2": "WI", "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": "Milwaukee"}, "date-ut": "1935-05-08 12:15"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "656"}}, "raw": {"H": "06:15", "TZ": "6h", "DAY": "8", "LAT": "43N2", "LON": "87W55", "MON": "5", "NUM": "656", "PRO": "AC", "YEA": "1935", "CICO": "Milwaukee, WI", "NAME": "Jens Salome"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16892	jensen-arthur-1923-08-24	{"d10": "657"}	{"lerrcp": "D10-657"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Jensen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1923-08-24 05:20", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -117.15, "lat": 32.71667, "name": "San Diego", "geoid": null}, "notime": null, "date-ut": "1923-08-24 13:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Jensen"}, "birth": {"tzo": "-08:00", "date": "1923-08-24 05:20", "place": {"c2": "CA", "cy": "US", "lg": -117.15, "lat": 32.71667, "name": "San Diego"}, "date-ut": "1923-08-24 13:20"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "657"}}, "raw": {"H": "05:20", "TZ": "8h", "DAY": "24", "LAT": "32N43", "LON": "117W9", "MON": "8", "NUM": "657", "PRO": "SC", "YEA": "1923", "CICO": "San Diego, CA", "NAME": "Jensen Arthur"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16894	johansen-eivind-1927-03-07	{"d10": "659"}	{"lerrcp": "D10-659"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eivind", "family": "Johansen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1927-03-07 06:00", "note": null, "place": {"c1": null, "c2": "SC", "c3": null, "cy": "US", "lg": -79.93333, "lat": 32.76667, "name": "Charleston", "geoid": null}, "notime": null, "date-ut": "1927-03-07 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eivind", "family": "Johansen"}, "birth": {"tzo": "-05:00", "date": "1927-03-07 06:00", "place": {"c2": "SC", "cy": "US", "lg": -79.93333, "lat": 32.76667, "name": "Charleston"}, "date-ut": "1927-03-07 11:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "659"}}, "raw": {"H": "06:00", "TZ": "5h", "DAY": "7", "LAT": "32N46", "LON": "79W56", "MON": "3", "NUM": "659", "PRO": "MI", "YEA": "1927", "CICO": "Charleston, SC", "NAME": "Johansen Eivind"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16895	johansen-julian-1923-03-17	{"d10": "660"}	{"lerrcp": "D10-660"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julian", "family": "Johansen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1923-03-17 04:30", "note": null, "place": {"c1": null, "c2": "SC", "c3": null, "cy": "US", "lg": -79.93333, "lat": 32.76667, "name": "Charleston", "geoid": null}, "notime": null, "date-ut": "1923-03-17 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Julian", "family": "Johansen"}, "birth": {"tzo": "-05:00", "date": "1923-03-17 04:30", "place": {"c2": "SC", "cy": "US", "lg": -79.93333, "lat": 32.76667, "name": "Charleston"}, "date-ut": "1923-03-17 09:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "660"}}, "raw": {"H": "04:30", "TZ": "5h", "DAY": "17", "LAT": "32N46", "LON": "79W56", "MON": "3", "NUM": "660", "PRO": "MI", "YEA": "1923", "CICO": "Charleston, SC", "NAME": "Johansen Julian"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16896	johnson-cornelius-1913-08-21	{"d10": "661", "3a_sports": "2220", "rawlins-ertel-irving": "180"}	{"ertel": "ES-2220", "csicop": "CS-180", "lerrcp": "D10-661"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cornelius", "family": "Johnson", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1913-08-21 02:20", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1913-08-21 10:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Cornelius", "family": "Johnson"}, "birth": {"tzo": "-08:00", "date": "1913-08-21 02:20", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1913-08-21 10:20"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "661"}}, "raw": {"H": "02:20", "TZ": "8h", "DAY": "21", "LAT": "34N4", "LON": "118W15", "MON": "8", "NUM": "661", "PRO": "SP", "YEA": "1913", "CICO": "Los Angeles, CA", "NAME": "Johnson Cornelius"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "180"}}, "raw": {"LA1": "34", "LA2": "3", "LO1": "118", "LO2": "15", "AMPM": "A", "MARS": "4", "NAME": "Johnson", "BATCH": "2", "Satz#": "181", "GEBDAT": "21 8 1913", "GEBORT": "CA", "GEBZEIT": "2 20", "VORNAME": "Cornelius", "SPORTART": "TRAC", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-2220"}}, "raw": {"L": "", "MF": "", "NR": "2220", "ENG": "", "MA_": "1", "G_NR": "661", "MA12": "2", "MARS": "4", "NAME": "Johnson", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-6,000", "CSINR": "181", "KURTZ": "", "PHAS_": "85,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "21.08.", "ZITATE": "DKSTOX", "ZITSUM": "6", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Cornelius", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "21.08.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "5"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16898	johnson-gerald-1919-07-10	{"d10": "663"}	{"lerrcp": "D10-663"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gerald", "family": "Johnson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1919-07-10 10:36", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -84.83333, "lat": 38.53333, "name": "Owenton", "geoid": null}, "notime": null, "date-ut": "1919-07-10 15:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gerald", "family": "Johnson"}, "birth": {"tzo": "-05:00", "date": "1919-07-10 10:36", "place": {"c2": "KY", "cy": "US", "lg": -84.83333, "lat": 38.53333, "name": "Owenton"}, "date-ut": "1919-07-10 15:36"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "663"}}, "raw": {"H": "10:36", "TZ": "5h", "DAY": "10", "LAT": "38N32", "LON": "84W50", "MON": "7", "NUM": "663", "PRO": "MI", "YEA": "1919", "CICO": "Owenton, KY", "NAME": "Johnson Gerald"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16899	johnson-harold-1921-04-17	{"d10": "664"}	{"lerrcp": "D10-664"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Harold", "family": "Johnson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1921-04-17 13:10", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "US", "lg": -104.98333, "lat": 39.73333, "name": "Denver", "geoid": null}, "notime": null, "date-ut": "1921-04-17 19:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Harold", "family": "Johnson"}, "birth": {"tzo": "-06:00", "date": "1921-04-17 13:10", "place": {"c2": "CO", "cy": "US", "lg": -104.98333, "lat": 39.73333, "name": "Denver"}, "date-ut": "1921-04-17 19:10"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "664"}}, "raw": {"H": "13:10", "TZ": "6h", "DAY": "17", "LAT": "39N44", "LON": "104W59", "MON": "4", "NUM": "664", "PRO": "SC", "YEA": "1921", "CICO": "Denver, CO", "NAME": "Johnson Harold"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16901	johnson-ronald-1935-11-25	{"d10": "666"}	{"lerrcp": "D10-666"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ronald", "family": "Johnson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1935-11-25 15:30", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -99.78333, "lat": 37.2, "name": "Ashland", "geoid": null}, "notime": null, "date-ut": "1935-11-25 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Ronald", "family": "Johnson"}, "birth": {"tzo": "-06:00", "date": "1935-11-25 15:30", "place": {"c2": "KS", "cy": "US", "lg": -99.78333, "lat": 37.2, "name": "Ashland"}, "date-ut": "1935-11-25 21:30"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "666"}}, "raw": {"H": "15:30", "TZ": "6h", "DAY": "25", "LAT": "37N12", "LON": "99W47", "MON": "11", "NUM": "666", "PRO": "WR", "YEA": "1935", "CICO": "Ashland, KS", "NAME": "Johnson Ronald"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16897	johnson-don-1940-05-19	{"d10": "662", "3a_sports": "2221"}	{"ertel": "ES-2221", "lerrcp": "D10-662"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Don", "family": "Johnson", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1940-05-19 02:20", "note": null, "place": {"c1": null, "c2": "IN", "c3": null, "cy": "US", "lg": -86.13333, "lat": 40.48333, "name": "Kokomo", "geoid": null}, "notime": null, "date-ut": "1940-05-19 08:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Don", "family": "Johnson"}, "birth": {"tzo": "-06:00", "date": "1940-05-19 02:20", "place": {"c2": "IN", "cy": "US", "lg": -86.13333, "lat": 40.48333, "name": "Kokomo"}, "date-ut": "1940-05-19 08:20"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "662"}}, "raw": {"H": "02:20", "TZ": "6h", "DAY": "19", "LAT": "40N29", "LON": "86W8", "MON": "5", "NUM": "662", "PRO": "SP", "YEA": "1940", "CICO": "Kokomo, IN", "NAME": "Johnson Don"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-2221"}}, "raw": {"L": "", "MF": "", "NR": "2221", "ENG": "", "MA_": "1", "G_NR": "662", "MA12": "10", "MARS": "28", "NAME": "Johnson", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "7,800", "CSINR": "", "KURTZ": "", "PHAS_": "91,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "19.05.", "ZITATE": "T", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Don (Donald James)", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "19.05.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16903	jones-everett-1934-10-07	{"d10": "668"}	{"lerrcp": "D10-668"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Everett", "family": "Jones", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1934-10-07 05:15", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.16667, "lat": 40.73333, "name": "Newark", "geoid": null}, "notime": null, "date-ut": "1934-10-07 10:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Everett", "family": "Jones"}, "birth": {"tzo": "-05:00", "date": "1934-10-07 05:15", "place": {"c2": "NJ", "cy": "US", "lg": -74.16667, "lat": 40.73333, "name": "Newark"}, "date-ut": "1934-10-07 10:15"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "668"}}, "raw": {"H": "05:15", "TZ": "5h", "DAY": "7", "LAT": "40N44", "LON": "74W10", "MON": "10", "NUM": "668", "PRO": "WR", "YEA": "1934", "CICO": "Newark, NJ", "NAME": "Jones Everett"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16904	jones-jack-1938-01-14	{"d10": "669"}	{"lerrcp": "D10-669"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jack", "family": "Jones", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1938-01-14 02:48", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.35, "lat": 34.1, "name": "Hollywood", "geoid": null}, "notime": null, "date-ut": "1938-01-14 10:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jack", "family": "Jones"}, "birth": {"tzo": "-08:00", "date": "1938-01-14 02:48", "place": {"c2": "CA", "cy": "US", "lg": -118.35, "lat": 34.1, "name": "Hollywood"}, "date-ut": "1938-01-14 10:48"}, "notes": ["Value published in LERRCP corrected in APP"], "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "669"}}, "raw": {"H": "02:48", "TZ": "8h", "DAY": "14", "LAT": "34N6", "LON": "118W21", "MON": "1", "NUM": "669!", "PRO": "AC", "YEA": "1938", "CICO": "Hollywood, CA", "NAME": "Jones Jack"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	["Value published in LERRCP corrected in APP"]
16905	jones-thomas-1920-07-21	{"d10": "670"}	{"lerrcp": "D10-670"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Thomas", "family": "Jones", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1920-07-21 11:20", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -117.75, "lat": 34.06667, "name": "Pomona", "geoid": null}, "notime": null, "date-ut": "1920-07-21 19:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Thomas", "family": "Jones"}, "birth": {"tzo": "-08:00", "date": "1920-07-21 11:20", "place": {"c2": "CA", "cy": "US", "lg": -117.75, "lat": 34.06667, "name": "Pomona"}, "date-ut": "1920-07-21 19:20"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "670"}}, "raw": {"H": "11:20", "TZ": "8h", "DAY": "21", "LAT": "34N4", "LON": "117W45", "MON": "7", "NUM": "670", "PRO": "EX", "YEA": "1920", "CICO": "Pomona, CA", "NAME": "Jones Thomas"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16902	jones-deacon-1938-12-09	{"d10": "667", "3a_sports": "2225"}	{"ertel": "ES-2225", "lerrcp": "D10-667"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Deacon", "family": "Jones", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1938-12-09 20:00", "note": null, "place": {"c1": null, "c2": "FL", "c3": null, "cy": "US", "lg": -81.38333, "lat": 28.61667, "name": "Eatonville", "geoid": null}, "notime": null, "date-ut": "1938-12-10 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Deacon", "family": "Jones"}, "birth": {"tzo": "-05:00", "date": "1938-12-09 20:00", "place": {"c2": "FL", "cy": "US", "lg": -81.38333, "lat": 28.61667, "name": "Eatonville"}, "date-ut": "1938-12-10 01:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "667"}}, "raw": {"H": "20:00", "TZ": "5h", "DAY": "9", "LAT": "28N37", "LON": "81W23", "MON": "12", "NUM": "667", "PRO": "SP", "YEA": "1938", "CICO": "Eatonville, FL", "NAME": "Jones Deacon"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-2225"}}, "raw": {"L": "", "MF": "", "NR": "2225", "ENG": "", "MA_": "1", "G_NR": "667", "MA12": "9", "MARS": "26", "NAME": "Jones", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-3,200", "CSINR": "", "KURTZ": "", "PHAS_": "96,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "09.12.", "ZITATE": "TB", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Deacon (David)", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "09.12.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16908	jordan-william-1944-09-21	{"d10": "673"}	{"lerrcp": "D10-673"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Jordan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1944-09-21 18:01", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -80.85, "lat": 35.21667, "name": "Charlotte", "geoid": null}, "notime": null, "date-ut": "1944-09-21 22:01"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "William", "family": "Jordan"}, "birth": {"tzo": "-04:00", "date": "1944-09-21 18:01", "place": {"c2": "NC", "cy": "US", "lg": -80.85, "lat": 35.21667, "name": "Charlotte"}, "date-ut": "1944-09-21 22:01"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "673"}}, "raw": {"H": "18:01", "TZ": "4h", "DAY": "21", "LAT": "35N13", "LON": "80W51", "MON": "9", "NUM": "673", "PRO": "PO", "YEA": "1944", "CICO": "Charlotte, NC", "NAME": "Jordan William"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16909	jovanovich-william-1920-02-06	{"d10": "674"}	{"lerrcp": "D10-674"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Jovanovich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1920-02-06 02:30", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "US", "lg": -105.13333, "lat": 39.98333, "name": "Louisville", "geoid": null}, "notime": null, "date-ut": "1920-02-06 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "William", "family": "Jovanovich"}, "birth": {"tzo": "-07:00", "date": "1920-02-06 02:30", "place": {"c2": "CO", "cy": "US", "lg": -105.13333, "lat": 39.98333, "name": "Louisville"}, "date-ut": "1920-02-06 09:30"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "674"}}, "raw": {"H": "02:30", "TZ": "7h", "DAY": "6", "LAT": "39N59", "LON": "105W8", "MON": "2", "NUM": "674", "PRO": "EX", "YEA": "1920", "CICO": "Louisville, CO", "NAME": "Jovanovich William"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16910	judelson-david-1928-11-22	{"d10": "675"}	{"lerrcp": "D10-675"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "David", "family": "Judelson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1928-11-22 01:28", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.05, "lat": 40.88333, "name": "Hackensack", "geoid": null}, "notime": null, "date-ut": "1928-11-22 06:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "David", "family": "Judelson"}, "birth": {"tzo": "-05:00", "date": "1928-11-22 01:28", "place": {"c2": "NJ", "cy": "US", "lg": -74.05, "lat": 40.88333, "name": "Hackensack"}, "date-ut": "1928-11-22 06:28"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "675"}}, "raw": {"H": "01:28", "TZ": "5h", "DAY": "22", "LAT": "40N53", "LON": "74W3", "MON": "11", "NUM": "675", "PRO": "EX", "YEA": "1928", "CICO": "Hackensack, NJ", "NAME": "Judelson David"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16911	judge-thomas-1934-10-12	{"d10": "676"}	{"lerrcp": "D10-676"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Thomas", "family": "Judge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1934-10-12 15:35", "note": null, "place": {"c1": null, "c2": "MT", "c3": null, "cy": "US", "lg": -112.03333, "lat": 46.6, "name": "Helena", "geoid": null}, "notime": null, "date-ut": "1934-10-12 22:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Thomas", "family": "Judge"}, "birth": {"tzo": "-07:00", "date": "1934-10-12 15:35", "place": {"c2": "MT", "cy": "US", "lg": -112.03333, "lat": 46.6, "name": "Helena"}, "date-ut": "1934-10-12 22:35"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "676"}}, "raw": {"H": "15:35", "TZ": "7h", "DAY": "12", "LAT": "46N36", "LON": "112W2", "MON": "10", "NUM": "676", "PRO": "PO", "YEA": "1934", "CICO": "Helena, MT", "NAME": "Judge Thomas"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16914	kael-pauline-1919-06-19	{"d10": "679"}	{"lerrcp": "D10-679"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pauline", "family": "Kael", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1919-06-19 14:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.65, "lat": 38.23333, "name": "Petaluma", "geoid": null}, "notime": null, "date-ut": "1919-06-19 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"name": {"given": "Pauline", "family": "Kael"}, "birth": {"tzo": "-07:00", "date": "1919-06-19 14:00", "place": {"c2": "CA", "cy": "US", "lg": -122.65, "lat": 38.23333, "name": "Petaluma"}, "date-ut": "1919-06-19 21:00"}, "occus": ["miscelaneous"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "679"}}, "raw": {"H": "14:00", "TZ": "7h", "DAY": "19", "LAT": "38N14", "LON": "122W39", "MON": "6", "NUM": "679", "PRO": "X", "YEA": "1919", "CICO": "Petaluma, CA", "NAME": "Kael Pauline"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16915	kahn-madeline-1942-09-29	{"d10": "680"}	{"lerrcp": "D10-680"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Madeline", "family": "Kahn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1942-09-29 18:07", "note": null, "place": {"c1": null, "c2": "MA", "c3": null, "cy": "US", "lg": -71.03333, "lat": 42.38333, "name": "Chelsea", "geoid": null}, "notime": null, "date-ut": "1942-09-29 22:07"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Madeline", "family": "Kahn"}, "birth": {"tzo": "-04:00", "date": "1942-09-29 18:07", "place": {"c2": "MA", "cy": "US", "lg": -71.03333, "lat": 42.38333, "name": "Chelsea"}, "date-ut": "1942-09-29 22:07"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "680"}}, "raw": {"H": "18:07", "TZ": "4h", "DAY": "29", "LAT": "42N23", "LON": "71W2", "MON": "9", "NUM": "680", "PRO": "AC", "YEA": "1942", "CICO": "Chelsea, MA", "NAME": "Kahn Madeline"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16916	kaltenbach-stephen-1940-05-05	{"d10": "681"}	{"lerrcp": "D10-681"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stephen", "family": "Kaltenbach", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1940-05-05 22:30", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "US", "lg": -85.18333, "lat": 42.31667, "name": "Battle Creek", "geoid": null}, "notime": null, "date-ut": "1940-05-06 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Stephen", "family": "Kaltenbach"}, "birth": {"tzo": "-05:00", "date": "1940-05-05 22:30", "place": {"c2": "MI", "cy": "US", "lg": -85.18333, "lat": 42.31667, "name": "Battle Creek"}, "date-ut": "1940-05-06 03:30"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "681"}}, "raw": {"H": "22:30", "TZ": "5h", "DAY": "5", "LAT": "42N19", "LON": "85W11", "MON": "5", "NUM": "681", "PRO": "AR", "YEA": "1940", "CICO": "Battle Creek, MI", "NAME": "Kaltenbach Stephen"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16913	justice-charles-1924-05-18	{"d10": "678", "3a_sports": "2242", "rawlins-ertel-irving": "188"}	{"ertel": "ES-2242", "csicop": "CS-188", "lerrcp": "D10-678"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Justice", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1924-05-18 08:00", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -82.55, "lat": 35.6, "name": "Asheville", "geoid": null}, "notime": null, "date-ut": "1924-05-18 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Justice"}, "birth": {"tzo": "-05:00", "date": "1924-05-18 08:00", "place": {"c2": "NC", "cy": "US", "lg": -82.55, "lat": 35.6, "name": "Asheville"}, "date-ut": "1924-05-18 13:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "678"}}, "raw": {"H": "08:00", "TZ": "5h", "DAY": "18", "LAT": "35N36", "LON": "82W33", "MON": "5", "NUM": "678", "PRO": "SP", "YEA": "1924", "CICO": "Asheville, NC", "NAME": "Justice Charles"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "188"}}, "raw": {"LA1": "35", "LA2": "36", "LO1": "82", "LO2": "33", "AMPM": "A", "MARS": "13", "NAME": "Justice", "BATCH": "2", "Satz#": "188", "GEBDAT": "18 5 1924", "GEBORT": "NC", "GEBZEIT": "8 0", "VORNAME": "Charles", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-2242"}}, "raw": {"L": "", "MF": "", "NR": "2242", "ENG": "", "MA_": "1", "G_NR": "678", "MA12": "5", "MARS": "13", "NAME": "Justice", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "4,100", "CSINR": "188", "KURTZ": "", "PHAS_": "98,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "18.05.", "ZITATE": "X", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Charles", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "18.05.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16917	kaprow-allan-1927-08-23	{"d10": "682"}	{"lerrcp": "D10-682"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Allan", "family": "Kaprow", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1927-08-23 10:19", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.45, "lat": 39.35, "name": "Atlantic City", "geoid": null}, "notime": null, "date-ut": "1927-08-23 14:19"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Allan", "family": "Kaprow"}, "birth": {"tzo": "-04:00", "date": "1927-08-23 10:19", "place": {"c2": "NJ", "cy": "US", "lg": -74.45, "lat": 39.35, "name": "Atlantic City"}, "date-ut": "1927-08-23 14:19"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "682"}}, "raw": {"H": "10:19", "TZ": "4h", "DAY": "23", "LAT": "39N21", "LON": "74W27", "MON": "8", "NUM": "682", "PRO": "AR", "YEA": "1927", "CICO": "Atlantic City, NJ", "NAME": "Kaprow Allan"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16918	kastenmeier-robert-1924-01-24	{"d10": "683"}	{"lerrcp": "D10-683"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Kastenmeier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1924-01-24 04:00", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -88.83333, "lat": 43.46667, "name": "Beaver Dam", "geoid": null}, "notime": null, "date-ut": "1924-01-24 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Kastenmeier"}, "birth": {"tzo": "-06:00", "date": "1924-01-24 04:00", "place": {"c2": "WI", "cy": "US", "lg": -88.83333, "lat": 43.46667, "name": "Beaver Dam"}, "date-ut": "1924-01-24 10:00"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "683"}}, "raw": {"H": "04:00", "TZ": "6h", "DAY": "24", "LAT": "43N28", "LON": "88W50", "MON": "1", "NUM": "683", "PRO": "PO", "YEA": "1924", "CICO": "Beaver Dam, WI", "NAME": "Kastenmeier Robert"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16919	kauffman-craig-1932-03-31	{"d10": "684"}	{"lerrcp": "D10-684"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Craig", "family": "Kauffman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1932-03-31 23:30", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.2, "lat": 34.13333, "name": "Eagle Rock", "geoid": null}, "notime": null, "date-ut": "1932-04-01 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Craig", "family": "Kauffman"}, "birth": {"tzo": "-08:00", "date": "1932-03-31 23:30", "place": {"c2": "CA", "cy": "US", "lg": -118.2, "lat": 34.13333, "name": "Eagle Rock"}, "date-ut": "1932-04-01 07:30"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "684"}}, "raw": {"H": "23:30", "TZ": "8h", "DAY": "31", "LAT": "34N8", "LON": "118W12", "MON": "3", "NUM": "684", "PRO": "AR", "YEA": "1932", "CICO": "Eagle Rock, CA", "NAME": "Kauffman Craig"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16920	kauffman-draper-1911-08-04	{"d10": "685"}	{"lerrcp": "D10-685"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Draper", "family": "Kauffman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1911-08-04 14:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -117.15, "lat": 32.71667, "name": "San Diego", "geoid": null}, "notime": null, "date-ut": "1911-08-04 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Draper", "family": "Kauffman"}, "birth": {"tzo": "-08:00", "date": "1911-08-04 14:00", "place": {"c2": "CA", "cy": "US", "lg": -117.15, "lat": 32.71667, "name": "San Diego"}, "date-ut": "1911-08-04 22:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "685"}}, "raw": {"H": "14:00", "TZ": "8h", "DAY": "4", "LAT": "32N43", "LON": "117W9", "MON": "8", "NUM": "685", "PRO": "MI", "YEA": "1911", "CICO": "San Diego, CA", "NAME": "Kauffman Draper"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16921	keach-stacy-1941-06-02	{"d10": "686"}	{"lerrcp": "D10-686"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stacy", "family": "Keach", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1941-06-02 19:15", "note": null, "place": {"c1": null, "c2": "GA", "c3": null, "cy": "US", "lg": -81.1, "lat": 32.08333, "name": "Savannah", "geoid": null}, "notime": null, "date-ut": "1941-06-03 00:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Stacy", "family": "Keach"}, "birth": {"tzo": "-05:00", "date": "1941-06-02 19:15", "place": {"c2": "GA", "cy": "US", "lg": -81.1, "lat": 32.08333, "name": "Savannah"}, "date-ut": "1941-06-03 00:15"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "686"}}, "raw": {"H": "19:15", "TZ": "5h", "DAY": "2", "LAT": "32N5", "LON": "81W6", "MON": "6", "NUM": "686", "PRO": "AC", "YEA": "1941", "CICO": "Savannah, GA", "NAME": "Keach Stacy"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16922	keating-stephen-1918-05-06	{"d10": "687"}	{"lerrcp": "D10-687"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stephen", "family": "Keating", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1918-05-06 14:10", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -92.43333, "lat": 45.56667, "name": "Graceville", "geoid": null}, "notime": null, "date-ut": "1918-05-06 19:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Stephen", "family": "Keating"}, "birth": {"tzo": "-05:00", "date": "1918-05-06 14:10", "place": {"c2": "MN", "cy": "US", "lg": -92.43333, "lat": 45.56667, "name": "Graceville"}, "date-ut": "1918-05-06 19:10"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "687"}}, "raw": {"H": "14:10", "TZ": "5h", "DAY": "6", "LAT": "45N34", "LON": "92W26", "MON": "5", "NUM": "687", "PRO": "EX", "YEA": "1918", "CICO": "Graceville, MN", "NAME": "Keating Stephen"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16923	keaton-diane-1946-01-05	{"d10": "688"}	{"lerrcp": "D10-688"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Diane", "family": "Keaton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1946-01-05 02:49", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1946-01-05 10:49"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Diane", "family": "Keaton"}, "birth": {"tzo": "-08:00", "date": "1946-01-05 02:49", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1946-01-05 10:49"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "688"}}, "raw": {"H": "02:49", "TZ": "8h", "DAY": "5", "LAT": "34N4", "LON": "118W15", "MON": "1", "NUM": "688", "PRO": "AC", "YEA": "1946", "CICO": "Los Angeles, CA", "NAME": "Keaton Diane"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16924	keith-brian-1921-11-14	{"d10": "689"}	{"lerrcp": "D10-689"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Brian", "family": "Keith", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1921-11-14 02:00", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.11667, "lat": 40.66667, "name": "Bayonne", "geoid": null}, "notime": null, "date-ut": "1921-11-14 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Brian", "family": "Keith"}, "birth": {"tzo": "-05:00", "date": "1921-11-14 02:00", "place": {"c2": "NJ", "cy": "US", "lg": -74.11667, "lat": 40.66667, "name": "Bayonne"}, "date-ut": "1921-11-14 07:00"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "689"}}, "raw": {"H": "02:00", "TZ": "5h", "DAY": "14", "LAT": "40N40", "LON": "74W7", "MON": "11", "NUM": "689", "PRO": "AC", "YEA": "1921", "CICO": "Bayonne, NJ", "NAME": "Keith Brian"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16925	keller-robert-1920-02-09	{"d10": "690"}	{"lerrcp": "D10-690"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Keller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1920-02-09 07:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.26667, "lat": 37.81667, "name": "Oakland", "geoid": null}, "notime": null, "date-ut": "1920-02-09 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Keller"}, "birth": {"tzo": "-08:00", "date": "1920-02-09 07:00", "place": {"c2": "CA", "cy": "US", "lg": -122.26667, "lat": 37.81667, "name": "Oakland"}, "date-ut": "1920-02-09 15:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "690"}}, "raw": {"H": "07:00", "TZ": "8h", "DAY": "9", "LAT": "37N49", "LON": "122W16", "MON": "2", "NUM": "690", "PRO": "MI", "YEA": "1920", "CICO": "Oakland, CA", "NAME": "Keller Robert"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16926	kellerman-sally-1937-06-02	{"d10": "691"}	{"lerrcp": "D10-691"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sally", "family": "Kellerman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1937-06-02 07:37", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.18333, "lat": 33.78333, "name": "Long Beach", "geoid": null}, "notime": null, "date-ut": "1937-06-02 15:37"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Sally", "family": "Kellerman"}, "birth": {"tzo": "-08:00", "date": "1937-06-02 07:37", "place": {"c2": "CA", "cy": "US", "lg": -118.18333, "lat": 33.78333, "name": "Long Beach"}, "date-ut": "1937-06-02 15:37"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "691"}}, "raw": {"H": "07:37", "TZ": "8h", "DAY": "2", "LAT": "33N47", "LON": "118W11", "MON": "6", "NUM": "691", "PRO": "AC", "YEA": "1937", "CICO": "Long Beach, CA", "NAME": "Kellerman Sally"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16927	kelly-john-1928-07-08	{"d10": "692"}	{"lerrcp": "D10-692"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Kelly", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1928-07-08 00:15", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -80.65, "lat": 41.1, "name": "Youngstown", "geoid": null}, "notime": null, "date-ut": "1928-07-08 05:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "John", "family": "Kelly"}, "birth": {"tzo": "-05:00", "date": "1928-07-08 00:15", "place": {"c2": "OH", "cy": "US", "lg": -80.65, "lat": 41.1, "name": "Youngstown"}, "date-ut": "1928-07-08 05:15"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "692"}}, "raw": {"H": "00:15", "TZ": "5h", "DAY": "8", "LAT": "41N6", "LON": "80W39", "MON": "7", "NUM": "692", "PRO": "MI", "YEA": "1928", "CICO": "Youngstown, OH", "NAME": "Kelly John"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16928	kemp-jack-1935-07-13	{"d10": "693"}	{"lerrcp": "D10-693"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jack", "family": "Kemp", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1935-07-13 03:15", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1935-07-13 11:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jack", "family": "Kemp"}, "birth": {"tzo": "-08:00", "date": "1935-07-13 03:15", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1935-07-13 11:15"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "693"}}, "raw": {"H": "03:15", "TZ": "8h", "DAY": "13", "LAT": "34N4", "LON": "118W15", "MON": "7", "NUM": "693", "PRO": "PO", "YEA": "1935", "CICO": "Los Angeles, CA", "NAME": "Kemp Jack"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16929	kendall-donald-1921-03-16	{"d10": "694"}	{"lerrcp": "D10-694"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Donald", "family": "Kendall", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1921-03-16 07:00", "note": null, "place": {"c1": null, "c2": "WA", "c3": null, "cy": "US", "lg": -123.1, "lat": 48.08333, "name": "Sequim", "geoid": null}, "notime": null, "date-ut": "1921-03-16 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Donald", "family": "Kendall"}, "birth": {"tzo": "-08:00", "date": "1921-03-16 07:00", "place": {"c2": "WA", "cy": "US", "lg": -123.1, "lat": 48.08333, "name": "Sequim"}, "date-ut": "1921-03-16 15:00"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "694"}}, "raw": {"H": "07:00", "TZ": "8h", "DAY": "16", "LAT": "48N5", "LON": "123W6", "MON": "3", "NUM": "694", "PRO": "EX", "YEA": "1921", "CICO": "Sequim, WA", "NAME": "Kendall Donald"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16930	kennedy-eugene-1919-09-04	{"d10": "695"}	{"lerrcp": "D10-695"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugene", "family": "Kennedy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1919-09-04 11:30", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago", "geoid": null}, "notime": null, "date-ut": "1919-09-04 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Eugene", "family": "Kennedy"}, "birth": {"tzo": "-05:00", "date": "1919-09-04 11:30", "place": {"c2": "IL", "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago"}, "date-ut": "1919-09-04 16:30"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "695"}}, "raw": {"H": "11:30", "TZ": "5h", "DAY": "4", "LAT": "41N52", "LON": "87W39", "MON": "9", "NUM": "695", "PRO": "SC", "YEA": "1919", "CICO": "Chicago, IL", "NAME": "Kennedy Eugene"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16931	kennedy-xj-1929-08-21	{"d10": "696"}	{"lerrcp": "D10-696"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Xj", "family": "Kennedy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1929-08-21 03:45", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.58333, "lat": 40.88333, "name": "Dover", "geoid": null}, "notime": null, "date-ut": "1929-08-21 07:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Xj", "family": "Kennedy"}, "birth": {"tzo": "-04:00", "date": "1929-08-21 03:45", "place": {"c2": "NJ", "cy": "US", "lg": -74.58333, "lat": 40.88333, "name": "Dover"}, "date-ut": "1929-08-21 07:45"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "696"}}, "raw": {"H": "03:45", "TZ": "4h", "DAY": "21", "LAT": "40N53", "LON": "74W35", "MON": "8", "NUM": "696", "PRO": "WR", "YEA": "1929", "CICO": "Dover, NJ", "NAME": "Kennedy Xj"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16932	kerkorian-kirk-1917-06-06	{"d10": "697"}	{"lerrcp": "D10-697"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kirk", "family": "Kerkorian", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1917-06-06 12:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -119.78333, "lat": 36.73333, "name": "Fresno", "geoid": null}, "notime": null, "date-ut": "1917-06-06 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Kirk", "family": "Kerkorian"}, "birth": {"tzo": "-08:00", "date": "1917-06-06 12:00", "place": {"c2": "CA", "cy": "US", "lg": -119.78333, "lat": 36.73333, "name": "Fresno"}, "date-ut": "1917-06-06 20:00"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "697"}}, "raw": {"H": "12:00", "TZ": "8h", "DAY": "6", "LAT": "36N44", "LON": "119W47", "MON": "6", "NUM": "697", "PRO": "EX", "YEA": "1917", "CICO": "Fresno, CA", "NAME": "Kerkorian Kirk"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16933	kert-larry-1930-12-05	{"d10": "698"}	{"lerrcp": "D10-698"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Larry", "family": "Kert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1930-12-05 11:10", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1930-12-05 19:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Larry", "family": "Kert"}, "birth": {"tzo": "-08:00", "date": "1930-12-05 11:10", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1930-12-05 19:10"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "698"}}, "raw": {"H": "11:10", "TZ": "8h", "DAY": "5", "LAT": "34N4", "LON": "118W15", "MON": "12", "NUM": "698", "PRO": "AC", "YEA": "1930", "CICO": "Los Angeles, CA", "NAME": "Kert Larry"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16934	kerwin-joseph-1932-02-19	{"d10": "699"}	{"lerrcp": "D10-699"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Kerwin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1932-02-19 17:49", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -87.78333, "lat": 41.88333, "name": "Oak Park", "geoid": null}, "notime": null, "date-ut": "1932-02-19 23:49"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Kerwin"}, "birth": {"tzo": "-06:00", "date": "1932-02-19 17:49", "place": {"c2": "IL", "cy": "US", "lg": -87.78333, "lat": 41.88333, "name": "Oak Park"}, "date-ut": "1932-02-19 23:49"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "699"}}, "raw": {"H": "17:49", "TZ": "6h", "DAY": "19", "LAT": "41N53", "LON": "87W47", "MON": "2", "NUM": "699", "PRO": "MI", "YEA": "1932", "CICO": "Oak Park, IL", "NAME": "Kerwin Joseph"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16935	kesey-ken-1935-09-17	{"d10": "700"}	{"lerrcp": "D10-700"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ken", "family": "Kesey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1935-09-17 16:24", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "US", "lg": -103.55, "lat": 37.98333, "name": "La Junta", "geoid": null}, "notime": null, "date-ut": "1935-09-17 23:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Ken", "family": "Kesey"}, "birth": {"tzo": "-07:00", "date": "1935-09-17 16:24", "place": {"c2": "CO", "cy": "US", "lg": -103.55, "lat": 37.98333, "name": "La Junta"}, "date-ut": "1935-09-17 23:24"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "700"}}, "raw": {"H": "16:24", "TZ": "7h", "DAY": "17", "LAT": "37N59", "LON": "103W33", "MON": "9", "NUM": "700", "PRO": "WR", "YEA": "1935", "CICO": "La Junta, CO", "NAME": "Kesey Ken"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16937	kidd-isaac-1919-08-14	{"d10": "702"}	{"lerrcp": "D10-702"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Isaac", "family": "Kidd", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1919-08-14 20:20", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1919-08-15 00:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Isaac", "family": "Kidd"}, "birth": {"tzo": "-04:00", "date": "1919-08-14 20:20", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1919-08-15 00:20"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "702"}}, "raw": {"H": "20:20", "TZ": "4h", "DAY": "14", "LAT": "41N30", "LON": "81W42", "MON": "8", "NUM": "702", "PRO": "MI", "YEA": "1919", "CICO": "Cleveland, OH", "NAME": "Kidd Isaac"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16938	kidd-john-1919-04-15	{"d10": "703"}	{"lerrcp": "D10-703"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Kidd", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1919-04-15 09:45", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1919-04-15 13:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "John", "family": "Kidd"}, "birth": {"tzo": "-04:00", "date": "1919-04-15 09:45", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1919-04-15 13:45"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "703"}}, "raw": {"H": "09:45", "TZ": "4h", "DAY": "15", "LAT": "41N30", "LON": "81W42", "MON": "4", "NUM": "703", "PRO": "MI", "YEA": "1919", "CICO": "Cleveland, OH", "NAME": "Kidd John"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16939	kiefer-adolph-1918-06-27	{"d10": "704", "3a_sports": "2264"}	{"ertel": "ES-2264", "lerrcp": "D10-704"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolph", "family": "Kiefer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1918-06-27 14:30", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago", "geoid": null}, "notime": null, "date-ut": "1918-06-27 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "Adolph", "family": "Kiefer"}, "birth": {"tzo": "-05:00", "date": "1918-06-27 14:30", "place": {"c2": "IL", "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago"}, "date-ut": "1918-06-27 19:30"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "704"}}, "raw": {"H": "14:30", "TZ": "5h", "DAY": "27", "LAT": "41N52", "LON": "87W39", "MON": "6", "NUM": "704", "PRO": "SP", "YEA": "1918", "CICO": "Chicago, IL", "NAME": "Kiefer Adolph"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["swimmer"], "partial-ids": {"ertel": "ES-2264"}}, "raw": {"L": "", "MF": "", "NR": "2264", "ENG": "1", "MA_": "2", "G_NR": "704", "MA12": "1", "MARS": "3", "NAME": "Kiefer", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-4,900", "CSINR": "", "KURTZ": "", "PHAS_": "92,200", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "27.06.", "ZITATE": "SKEX", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Adolph", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "27.06.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SWIM", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16941	king-billie-1943-11-22	{"d10": "706", "3a_sports": "2267"}	{"ertel": "ES-2267", "lerrcp": "D10-706"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Billie", "family": "King", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "-08:00", "date": "1943-11-22 11:45", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.18333, "lat": 33.78333, "name": "Long Beach", "geoid": null}, "notime": null, "date-ut": "1943-11-22 19:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Billie", "family": "King"}, "birth": {"tzo": "-08:00", "date": "1943-11-22 11:45", "place": {"c2": "CA", "cy": "US", "lg": -118.18333, "lat": 33.78333, "name": "Long Beach"}, "date-ut": "1943-11-22 19:45"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "706"}}, "raw": {"H": "11:45", "TZ": "8h", "DAY": "22", "LAT": "33N47", "LON": "118W11", "MON": "11", "NUM": "706", "PRO": "SP", "YEA": "1943", "CICO": "Long Beach, CA", "NAME": "King Billie"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "F", "occus": ["tennis-player"], "partial-ids": {"ertel": "ES-2267"}}, "raw": {"L": "", "MF": "F", "NR": "2267", "ENG": "", "MA_": "0", "G_NR": "706", "MA12": "8", "MARS": "24", "NAME": "King", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-9,100", "CSINR": "", "KURTZ": "", "PHAS_": "31,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "22.11.", "ZITATE": "DJSTBFX", "ZITSUM": "7", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Billie Jean (Moffit)", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "22.11.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "0", "ZITSUM_OD": "6"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16942	king-jerome-1919-07-14	{"d10": "707"}	{"lerrcp": "D10-707"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jerome", "family": "King", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1919-07-14 08:30", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -80.65, "lat": 41.1, "name": "Youngstown", "geoid": null}, "notime": null, "date-ut": "1919-07-14 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jerome", "family": "King"}, "birth": {"tzo": "-04:00", "date": "1919-07-14 08:30", "place": {"c2": "OH", "cy": "US", "lg": -80.65, "lat": 41.1, "name": "Youngstown"}, "date-ut": "1919-07-14 12:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "707"}}, "raw": {"H": "08:30", "TZ": "4h", "DAY": "14", "LAT": "41N6", "LON": "80W39", "MON": "7", "NUM": "707", "PRO": "MI", "YEA": "1919", "CICO": "Youngstown, OH", "NAME": "King Jerome"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16945	kirk-claude-1926-01-07	{"d10": "710"}	{"lerrcp": "D10-710"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Kirk", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1926-01-07 01:50", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -117.31667, "lat": 34.11667, "name": "San Bernardino", "geoid": null}, "notime": null, "date-ut": "1926-01-07 09:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Kirk"}, "birth": {"tzo": "-08:00", "date": "1926-01-07 01:50", "place": {"c2": "CA", "cy": "US", "lg": -117.31667, "lat": 34.11667, "name": "San Bernardino"}, "date-ut": "1926-01-07 09:50"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "710"}}, "raw": {"H": "01:50", "TZ": "8h", "DAY": "7", "LAT": "34N7", "LON": "117W19", "MON": "1", "NUM": "710", "PRO": "PO", "YEA": "1926", "CICO": "San Bernardino, CA", "NAME": "Kirk Claude"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16946	kirkendall-james-1920-02-19	{"d10": "711"}	{"lerrcp": "D10-711"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Kirkendall", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1920-02-19 09:45", "note": null, "place": {"c1": null, "c2": "NE", "c3": null, "cy": "US", "lg": -96.01667, "lat": 41.28333, "name": "Omaha", "geoid": null}, "notime": null, "date-ut": "1920-02-19 15:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "James", "family": "Kirkendall"}, "birth": {"tzo": "-06:00", "date": "1920-02-19 09:45", "place": {"c2": "NE", "cy": "US", "lg": -96.01667, "lat": 41.28333, "name": "Omaha"}, "date-ut": "1920-02-19 15:45"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "711"}}, "raw": {"H": "09:45", "TZ": "6h", "DAY": "19", "LAT": "41N17", "LON": "96W1", "MON": "2", "NUM": "711", "PRO": "MI", "YEA": "1920", "CICO": "Omaha, NE", "NAME": "Kirkendall James"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16944	king-robert-1906-06-20	{"d10": "709", "3a_sports": "2269"}	{"ertel": "ES-2269", "lerrcp": "D10-709"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "King", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1906-06-20 11:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1906-06-20 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Robert", "family": "King"}, "birth": {"tzo": "-08:00", "date": "1906-06-20 11:00", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1906-06-20 19:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "709"}}, "raw": {"H": "11:00", "TZ": "8h", "DAY": "20", "LAT": "34N4", "LON": "118W15", "MON": "6", "NUM": "709", "PRO": "SP", "YEA": "1906", "CICO": "Los Angeles, CA", "NAME": "King Robert"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-2269"}}, "raw": {"L": "", "MF": "", "NR": "2269", "ENG": "", "MA_": "0", "G_NR": "709", "MA12": "3", "MARS": "8", "NAME": "King", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-4,300", "CSINR": "", "KURTZ": "", "PHAS_": "3,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "20.06.", "ZITATE": "KSTX", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Robert W.", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "20.06.1906", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16947	kirkland-joseph-1922-03-12	{"d10": "712"}	{"lerrcp": "D10-712"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Kirkland", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1922-03-12 00:00", "note": null, "place": {"c1": null, "c2": "SC", "c3": null, "cy": "US", "lg": -80.6, "lat": 34.26667, "name": "Camden", "geoid": null}, "notime": null, "date-ut": "1922-03-12 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Kirkland"}, "birth": {"tzo": "-05:00", "date": "1922-03-12 00:00", "place": {"c2": "SC", "cy": "US", "lg": -80.6, "lat": 34.26667, "name": "Camden"}, "date-ut": "1922-03-12 05:00"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "712"}}, "raw": {"H": "00:00", "TZ": "5h", "DAY": "12", "LAT": "34N16", "LON": "80W36", "MON": "3", "NUM": "712", "PRO": "PO", "YEA": "1922", "CICO": "Camden, SC", "NAME": "Kirkland Joseph"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16948	kitt-eartha-1928-01-26	{"d10": "713"}	{"lerrcp": "D10-713"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eartha", "family": "Kitt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1928-01-26 04:00", "note": null, "place": {"c1": null, "c2": "SC", "c3": null, "cy": "US", "lg": -81.1, "lat": 33.61667, "name": "North", "geoid": null}, "notime": null, "date-ut": "1928-01-26 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Eartha", "family": "Kitt"}, "birth": {"tzo": "-05:00", "date": "1928-01-26 04:00", "place": {"c2": "SC", "cy": "US", "lg": -81.1, "lat": 33.61667, "name": "North"}, "date-ut": "1928-01-26 09:00"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "713"}}, "raw": {"H": "04:00", "TZ": "5h", "DAY": "26", "LAT": "33N37", "LON": "81W6", "MON": "1", "NUM": "713", "PRO": "AC", "YEA": "1928", "CICO": "North, SC", "NAME": "Kitt Eartha"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16950	knebel-fletcher-1911-10-01	{"d10": "715"}	{"lerrcp": "D10-715"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fletcher", "family": "Knebel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1911-10-01 20:15", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.2, "lat": 39.75, "name": "Dayton", "geoid": null}, "notime": null, "date-ut": "1911-10-02 02:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Fletcher", "family": "Knebel"}, "birth": {"tzo": "-06:00", "date": "1911-10-01 20:15", "place": {"c2": "OH", "cy": "US", "lg": -84.2, "lat": 39.75, "name": "Dayton"}, "date-ut": "1911-10-02 02:15"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "715"}}, "raw": {"H": "20:15", "TZ": "6h", "DAY": "1", "LAT": "39N45", "LON": "84W12", "MON": "10", "NUM": "715", "PRO": "WR", "YEA": "1911", "CICO": "Dayton, OH", "NAME": "Knebel Fletcher"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16951	kneip-richard-1933-01-07	{"d10": "716"}	{"lerrcp": "D10-716"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Kneip", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1933-01-07 13:40", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -96.13333, "lat": 44.28333, "name": "Tyler", "geoid": null}, "notime": null, "date-ut": "1933-01-07 19:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Kneip"}, "birth": {"tzo": "-06:00", "date": "1933-01-07 13:40", "place": {"c2": "MN", "cy": "US", "lg": -96.13333, "lat": 44.28333, "name": "Tyler"}, "date-ut": "1933-01-07 19:40"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "716"}}, "raw": {"H": "13:40", "TZ": "6h", "DAY": "7", "LAT": "44N17", "LON": "96W8", "MON": "1", "NUM": "716", "PRO": "PO", "YEA": "1933", "CICO": "Tyler, MN", "NAME": "Kneip Richard"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16953	knoepfle-john-1923-02-04	{"d10": "718"}	{"lerrcp": "D10-718"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Knoepfle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1923-02-04 14:35", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati", "geoid": null}, "notime": null, "date-ut": "1923-02-04 20:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "John", "family": "Knoepfle"}, "birth": {"tzo": "-06:00", "date": "1923-02-04 14:35", "place": {"c2": "OH", "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati"}, "date-ut": "1923-02-04 20:35"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "718"}}, "raw": {"H": "14:35", "TZ": "6h", "DAY": "4", "LAT": "39N6", "LON": "84W31", "MON": "2", "NUM": "718", "PRO": "WR", "YEA": "1923", "CICO": "Cincinnati, OH", "NAME": "Knoepfle John"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16954	knopoff-leon-1925-07-01	{"d10": "719"}	{"lerrcp": "D10-719"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leon", "family": "Knopoff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1925-07-01 21:33", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1925-07-02 05:33"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Leon", "family": "Knopoff"}, "birth": {"tzo": "-08:00", "date": "1925-07-01 21:33", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1925-07-02 05:33"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "719"}}, "raw": {"H": "21:33", "TZ": "8h", "DAY": "1", "LAT": "34N4", "LON": "118W15", "MON": "7", "NUM": "719", "PRO": "SC", "YEA": "1925", "CICO": "Los Angeles, CA", "NAME": "Knopoff Leon"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16955	knott-bill-1940-02-17	{"d10": "720"}	{"lerrcp": "D10-720"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bill", "family": "Knott", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1940-02-17 22:30", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "US", "lg": -83.01667, "lat": 42.35, "name": "Gratiot County", "geoid": null}, "notime": null, "date-ut": "1940-02-18 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Bill", "family": "Knott"}, "birth": {"tzo": "-05:00", "date": "1940-02-17 22:30", "place": {"c2": "MI", "cy": "US", "lg": -83.01667, "lat": 42.35, "name": "Gratiot County"}, "date-ut": "1940-02-18 03:30"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "720"}}, "raw": {"H": "22:30", "TZ": "5h", "DAY": "17", "LAT": "42N21", "LON": "83W1", "MON": "2", "NUM": "720", "PRO": "WR", "YEA": "1940", "CICO": "Gratiot County, MI", "NAME": "Knott Bill"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16956	knowles-john-1926-05-23	{"d10": "721"}	{"lerrcp": "D10-721"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Knowles", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1926-05-23 17:35", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago", "geoid": null}, "notime": null, "date-ut": "1926-05-23 22:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "John", "family": "Knowles"}, "birth": {"tzo": "-05:00", "date": "1926-05-23 17:35", "place": {"c2": "IL", "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago"}, "date-ut": "1926-05-23 22:35"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "721"}}, "raw": {"H": "17:35", "TZ": "5h", "DAY": "23", "LAT": "41N52", "LON": "87W39", "MON": "5", "NUM": "721", "PRO": "PO", "YEA": "1926", "CICO": "Chicago, IL", "NAME": "Knowles John"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16957	knudsen-conrad-1923-10-03	{"d10": "722"}	{"lerrcp": "D10-722"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Conrad", "family": "Knudsen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1923-10-03 03:30", "note": null, "place": {"c1": null, "c2": "WA", "c3": null, "cy": "US", "lg": -122.43333, "lat": 47.23333, "name": "Tacoma", "geoid": null}, "notime": null, "date-ut": "1923-10-03 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Conrad", "family": "Knudsen"}, "birth": {"tzo": "-08:00", "date": "1923-10-03 03:30", "place": {"c2": "WA", "cy": "US", "lg": -122.43333, "lat": 47.23333, "name": "Tacoma"}, "date-ut": "1923-10-03 11:30"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "722"}}, "raw": {"H": "03:30", "TZ": "8h", "DAY": "3", "LAT": "47N14", "LON": "122W26", "MON": "10", "NUM": "722", "PRO": "EX", "YEA": "1923", "CICO": "Tacoma, WA", "NAME": "Knudsen Conrad"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16958	koch-john-1909-08-18	{"d10": "723"}	{"lerrcp": "D10-723"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Koch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1909-08-18 02:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83.55, "lat": 41.65, "name": "Toledo", "geoid": null}, "notime": null, "date-ut": "1909-08-18 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "John", "family": "Koch"}, "birth": {"tzo": "-06:00", "date": "1909-08-18 02:00", "place": {"c2": "OH", "cy": "US", "lg": -83.55, "lat": 41.65, "name": "Toledo"}, "date-ut": "1909-08-18 08:00"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "723"}}, "raw": {"H": "02:00", "TZ": "6h", "DAY": "18", "LAT": "41N39", "LON": "83W33", "MON": "8", "NUM": "723", "PRO": "AR", "YEA": "1909", "CICO": "Toledo, OH", "NAME": "Koch John"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16959	kohner-susan-1936-11-11	{"d10": "724"}	{"lerrcp": "D10-724"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Susan", "family": "Kohner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1936-11-11 05:24", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1936-11-11 13:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Susan", "family": "Kohner"}, "birth": {"tzo": "-08:00", "date": "1936-11-11 05:24", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1936-11-11 13:24"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "724"}}, "raw": {"H": "05:24", "TZ": "8h", "DAY": "11", "LAT": "34N4", "LON": "118W15", "MON": "11", "NUM": "724", "PRO": "AC", "YEA": "1936", "CICO": "Los Angeles, CA", "NAME": "Kohner Susan"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16961	kono-tom-1930-07-27	{"d10": "726", "3a_sports": "2285"}	{"ertel": "ES-2285", "lerrcp": "D10-726"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tom", "family": "Kono", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1930-07-27 02:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -121.48333, "lat": 38.58333, "name": "Sacramento", "geoid": null}, "notime": null, "date-ut": "1930-07-27 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["weightlifter"]	5	null	[{"new": {"name": {"given": "Tom", "family": "Kono"}, "birth": {"tzo": "-08:00", "date": "1930-07-27 02:00", "place": {"c2": "CA", "cy": "US", "lg": -121.48333, "lat": 38.58333, "name": "Sacramento"}, "date-ut": "1930-07-27 10:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "726"}}, "raw": {"H": "02:00", "TZ": "8h", "DAY": "27", "LAT": "38N35", "LON": "121W29", "MON": "7", "NUM": "726", "PRO": "SP", "YEA": "1930", "CICO": "Sacramento, CA", "NAME": "Kono Tom"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["weightlifter"], "partial-ids": {"ertel": "ES-2285"}}, "raw": {"L": "", "MF": "", "NR": "2285", "ENG": "1", "MA_": "2", "G_NR": "726", "MA12": "1", "MARS": "2", "NAME": "Kono", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "2,000", "CSINR": "0", "KURTZ": "", "PHAS_": "2,200", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "27.07.", "ZITATE": "DKS", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Tom (Tomio)", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "27.07.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "WEIG", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16962	koontz-elizabeth-1919-06-03	{"d10": "727"}	{"lerrcp": "D10-727"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elizabeth", "family": "Koontz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1919-06-03 23:15", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -80.48333, "lat": 35.66667, "name": "Salisbury", "geoid": null}, "notime": null, "date-ut": "1919-06-04 03:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Elizabeth", "family": "Koontz"}, "birth": {"tzo": "-04:00", "date": "1919-06-03 23:15", "place": {"c2": "NC", "cy": "US", "lg": -80.48333, "lat": 35.66667, "name": "Salisbury"}, "date-ut": "1919-06-04 03:15"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "727"}}, "raw": {"H": "23:15", "TZ": "4h", "DAY": "3", "LAT": "35N40", "LON": "80W29", "MON": "6", "NUM": "727", "PRO": "PO", "YEA": "1919", "CICO": "Salisbury, NC", "NAME": "Koontz Elizabeth"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16963	kozloff-joyce-1942-12-14	{"d10": "728"}	{"lerrcp": "D10-728"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joyce", "family": "Kozloff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1942-12-14 10:56", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.63333, "lat": 40.05, "name": "Somerville", "geoid": null}, "notime": null, "date-ut": "1942-12-14 14:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Joyce", "family": "Kozloff"}, "birth": {"tzo": "-04:00", "date": "1942-12-14 10:56", "place": {"c2": "NJ", "cy": "US", "lg": -74.63333, "lat": 40.05, "name": "Somerville"}, "date-ut": "1942-12-14 14:56"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "728"}}, "raw": {"H": "10:56", "TZ": "4h", "DAY": "14", "LAT": "40N3", "LON": "74W38", "MON": "12", "NUM": "728", "PRO": "AR", "YEA": "1942", "CICO": "Somerville, NJ", "NAME": "Kozloff Joyce"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16964	kraft-robert-1927-06-16	{"d10": "729"}	{"lerrcp": "D10-729"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Kraft", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1927-06-16 03:50", "note": null, "place": {"c1": null, "c2": "WA", "c3": null, "cy": "US", "lg": -122.33333, "lat": 47.6, "name": "Seattle", "geoid": null}, "notime": null, "date-ut": "1927-06-16 11:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Kraft"}, "birth": {"tzo": "-08:00", "date": "1927-06-16 03:50", "place": {"c2": "WA", "cy": "US", "lg": -122.33333, "lat": 47.6, "name": "Seattle"}, "date-ut": "1927-06-16 11:50"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "729"}}, "raw": {"H": "03:50", "TZ": "8h", "DAY": "16", "LAT": "47N36", "LON": "122W20", "MON": "6", "NUM": "729", "PRO": "SC", "YEA": "1927", "CICO": "Seattle, WA", "NAME": "Kraft Robert"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16967	kristofferson-kris-1936-06-22	{"d10": "732"}	{"lerrcp": "D10-732"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kris", "family": "Kristofferson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1936-06-22 15:30", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -97.5, "lat": 25.9, "name": "Brownsville", "geoid": null}, "notime": null, "date-ut": "1936-06-22 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Kris", "family": "Kristofferson"}, "birth": {"tzo": "-06:00", "date": "1936-06-22 15:30", "place": {"c2": "TX", "cy": "US", "lg": -97.5, "lat": 25.9, "name": "Brownsville"}, "date-ut": "1936-06-22 21:30"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "732"}}, "raw": {"H": "15:30", "TZ": "6h", "DAY": "22", "LAT": "25N54", "LON": "97W30", "MON": "6", "NUM": "732", "PRO": "AC", "YEA": "1936", "CICO": "Brownsville, TX", "NAME": "Kristofferson Kris"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16968	kroesen-frederick-1923-02-11	{"d10": "733"}	{"lerrcp": "D10-733"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frederick", "family": "Kroesen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1923-02-11 20:55", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -75.2, "lat": 40.7, "name": "Phillipsburg", "geoid": null}, "notime": null, "date-ut": "1923-02-12 01:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Frederick", "family": "Kroesen"}, "birth": {"tzo": "-05:00", "date": "1923-02-11 20:55", "place": {"c2": "NJ", "cy": "US", "lg": -75.2, "lat": 40.7, "name": "Phillipsburg"}, "date-ut": "1923-02-12 01:55"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "733"}}, "raw": {"H": "20:55", "TZ": "5h", "DAY": "11", "LAT": "40N42", "LON": "75W12", "MON": "2", "NUM": "733", "PRO": "MI", "YEA": "1923", "CICO": "Phillipsburg, NJ", "NAME": "Kroesen Frederick"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16969	krol-john-1910-10-26	{"d10": "734"}	{"lerrcp": "D10-734"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Krol", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1910-10-26 07:30", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1910-10-26 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"name": {"given": "John", "family": "Krol"}, "birth": {"tzo": "-06:00", "date": "1910-10-26 07:30", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1910-10-26 13:30"}, "occus": ["miscelaneous"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "734"}}, "raw": {"H": "07:30", "TZ": "6h", "DAY": "26", "LAT": "41N30", "LON": "81W42", "MON": "10", "NUM": "734", "PRO": "X", "YEA": "1910", "CICO": "Cleveland, OH", "NAME": "Krol John"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16970	kucinich-dennis-1946-10-08	{"d10": "735"}	{"lerrcp": "D10-735"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dennis", "family": "Kucinich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1946-10-08 17:53", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1946-10-08 22:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Dennis", "family": "Kucinich"}, "birth": {"tzo": "-05:00", "date": "1946-10-08 17:53", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1946-10-08 22:53"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "735"}}, "raw": {"H": "17:53", "TZ": "5h", "DAY": "8", "LAT": "41N30", "LON": "81W42", "MON": "10", "NUM": "735", "PRO": "PO", "YEA": "1946", "CICO": "Cleveland, OH", "NAME": "Kucinich Dennis"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16971	la-belle-james-1925-11-22	{"d10": "736"}	{"lerrcp": "D10-736"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "La Belle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1925-11-22 10:00", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.25, "lat": 45.05, "name": "Columbia Heights", "geoid": null}, "notime": null, "date-ut": "1925-11-22 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "James", "family": "La Belle"}, "birth": {"tzo": "-06:00", "date": "1925-11-22 10:00", "place": {"c2": "MN", "cy": "US", "lg": -93.25, "lat": 45.05, "name": "Columbia Heights"}, "date-ut": "1925-11-22 16:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "736"}}, "raw": {"H": "10:00", "TZ": "6h", "DAY": "22", "LAT": "45N3", "LON": "93W15", "MON": "11", "NUM": "736", "PRO": "MI", "YEA": "1925", "CICO": "Columbia Heights, MN", "NAME": "La Belle James"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16972	laing-robert-1918-11-01	{"d10": "737"}	{"lerrcp": "D10-737"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Laing", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1918-11-01 23:45", "note": null, "place": {"c1": null, "c2": "WA", "c3": null, "cy": "US", "lg": -122.33333, "lat": 47.6, "name": "Seattle", "geoid": null}, "notime": null, "date-ut": "1918-11-02 07:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Laing"}, "birth": {"tzo": "-08:00", "date": "1918-11-01 23:45", "place": {"c2": "WA", "cy": "US", "lg": -122.33333, "lat": 47.6, "name": "Seattle"}, "date-ut": "1918-11-02 07:45"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "737"}}, "raw": {"H": "23:45", "TZ": "8h", "DAY": "1", "LAT": "47N36", "LON": "122W20", "MON": "11", "NUM": "737", "PRO": "EX", "YEA": "1918", "CICO": "Seattle, WA", "NAME": "Laing Robert"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16974	lamantia-philip-1927-10-23	{"d10": "739"}	{"lerrcp": "D10-739"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philip", "family": "Lamantia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1927-10-23 10:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1927-10-23 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Philip", "family": "Lamantia"}, "birth": {"tzo": "-08:00", "date": "1927-10-23 10:00", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1927-10-23 18:00"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "739"}}, "raw": {"H": "10:00", "TZ": "8h", "DAY": "23", "LAT": "37N47", "LON": "122W25", "MON": "10", "NUM": "739", "PRO": "WR", "YEA": "1927", "CICO": "San Francisco, CA", "NAME": "Lamantia Philip"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16975	lamb-willis-1913-07-12	{"d10": "740"}	{"lerrcp": "D10-740"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willis", "family": "Lamb", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1913-07-12 00:45", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1913-07-12 08:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Willis", "family": "Lamb"}, "birth": {"tzo": "-08:00", "date": "1913-07-12 00:45", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1913-07-12 08:45"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "740"}}, "raw": {"H": "00:45", "TZ": "8h", "DAY": "12", "LAT": "34N4", "LON": "118W15", "MON": "7", "NUM": "740", "PRO": "SC", "YEA": "1913", "CICO": "Los Angeles, CA", "NAME": "Lamb Willis"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16976	lambert-jack-1952-07-08	{"d10": "741", "3a_sports": "2338"}	{"ertel": "ES-2338", "lerrcp": "D10-741"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jack", "family": "Lambert", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-04:00", "date": "1952-07-08 10:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.25, "lat": 41.15, "name": "Ravenna", "geoid": null}, "notime": null, "date-ut": "1952-07-08 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Jack", "family": "Lambert"}, "birth": {"tzo": "-04:00", "date": "1952-07-08 10:00", "place": {"c2": "OH", "cy": "US", "lg": -81.25, "lat": 41.15, "name": "Ravenna"}, "date-ut": "1952-07-08 14:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "741"}}, "raw": {"H": "10:00", "TZ": "4h", "DAY": "8", "LAT": "41N9", "LON": "81W15", "MON": "7", "NUM": "741", "PRO": "SP", "YEA": "1952", "CICO": "Ravenna, OH", "NAME": "Lambert Jack"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-2338"}}, "raw": {"L": "", "MF": "", "NR": "2338", "ENG": "", "MA_": "1", "G_NR": "741", "MA12": "10", "MARS": "29", "NAME": "Lambert", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "0,100", "CSINR": "", "KURTZ": "", "PHAS_": "99,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "08.07.", "ZITATE": "B", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jack (John Harold)", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "08.07.1952", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16977	lamm-richard-1935-08-08	{"d10": "742"}	{"lerrcp": "D10-742"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Lamm", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1935-08-08 07:50", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -89.4, "lat": 43.06667, "name": "Madison", "geoid": null}, "notime": null, "date-ut": "1935-08-08 13:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Lamm"}, "birth": {"tzo": "-06:00", "date": "1935-08-08 07:50", "place": {"c2": "WI", "cy": "US", "lg": -89.4, "lat": 43.06667, "name": "Madison"}, "date-ut": "1935-08-08 13:50"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "742"}}, "raw": {"H": "07:50", "TZ": "6h", "DAY": "8", "LAT": "43N4", "LON": "89W24", "MON": "8", "NUM": "742", "PRO": "PO", "YEA": "1935", "CICO": "Madison, WI", "NAME": "Lamm Richard"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16978	langland-joseph-1917-02-16	{"d10": "743"}	{"lerrcp": "D10-743"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Langland", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1917-02-16 05:30", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -91.63333, "lat": 43.56667, "name": "Spring Grove", "geoid": null}, "notime": null, "date-ut": "1917-02-16 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Langland"}, "birth": {"tzo": "-06:00", "date": "1917-02-16 05:30", "place": {"c2": "MN", "cy": "US", "lg": -91.63333, "lat": 43.56667, "name": "Spring Grove"}, "date-ut": "1917-02-16 11:30"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "743"}}, "raw": {"H": "05:30", "TZ": "6h", "DAY": "16", "LAT": "43N34", "LON": "91W38", "MON": "2", "NUM": "743", "PRO": "WR", "YEA": "1917", "CICO": "Spring Grove, MN", "NAME": "Langland Joseph"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16980	larkin-arthur-1917-03-07	{"d10": "745"}	{"lerrcp": "D10-745"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Larkin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1917-03-07 03:40", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis", "geoid": null}, "notime": null, "date-ut": "1917-03-07 09:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Larkin"}, "birth": {"tzo": "-06:00", "date": "1917-03-07 03:40", "place": {"c2": "MN", "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis"}, "date-ut": "1917-03-07 09:40"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "745"}}, "raw": {"H": "03:40", "TZ": "6h", "DAY": "7", "LAT": "44N59", "LON": "93W16", "MON": "3", "NUM": "745", "PRO": "EX", "YEA": "1917", "CICO": "Minneapolis, MN", "NAME": "Larkin Arthur"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16981	larkin-frederick-1913-12-28	{"d10": "746"}	{"lerrcp": "D10-746"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frederick", "family": "Larkin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1913-12-28 04:45", "note": null, "place": {"c1": null, "c2": "WA", "c3": null, "cy": "US", "lg": -122.33333, "lat": 47.6, "name": "Seattle", "geoid": null}, "notime": null, "date-ut": "1913-12-28 12:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Frederick", "family": "Larkin"}, "birth": {"tzo": "-08:00", "date": "1913-12-28 04:45", "place": {"c2": "WA", "cy": "US", "lg": -122.33333, "lat": 47.6, "name": "Seattle"}, "date-ut": "1913-12-28 12:45"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "746"}}, "raw": {"H": "04:45", "TZ": "8h", "DAY": "28", "LAT": "47N36", "LON": "122W20", "MON": "12", "NUM": "746", "PRO": "EX", "YEA": "1913", "CICO": "Seattle, WA", "NAME": "Larkin Frederick"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16983	law-john-1937-09-07	{"d10": "748"}	{"lerrcp": "D10-748"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Law", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1937-09-07 00:25", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.35, "lat": 34.1, "name": "Hollywood", "geoid": null}, "notime": null, "date-ut": "1937-09-07 08:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "John", "family": "Law"}, "birth": {"tzo": "-08:00", "date": "1937-09-07 00:25", "place": {"c2": "CA", "cy": "US", "lg": -118.35, "lat": 34.1, "name": "Hollywood"}, "date-ut": "1937-09-07 08:25"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "748"}}, "raw": {"H": "00:25", "TZ": "8h", "DAY": "7", "LAT": "34N6", "LON": "118W21", "MON": "9", "NUM": "748", "PRO": "AC", "YEA": "1937", "CICO": "Hollywood, CA", "NAME": "Law John"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16984	lawrence-carol-1932-09-05	{"d10": "749"}	{"lerrcp": "D10-749"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carol", "family": "Lawrence", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1932-09-05 14:35", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -87.86667, "lat": 41.9, "name": "Melrose Park", "geoid": null}, "notime": null, "date-ut": "1932-09-05 19:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Carol", "family": "Lawrence"}, "birth": {"tzo": "-05:00", "date": "1932-09-05 14:35", "place": {"c2": "IL", "cy": "US", "lg": -87.86667, "lat": 41.9, "name": "Melrose Park"}, "date-ut": "1932-09-05 19:35"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "749"}}, "raw": {"H": "14:35", "TZ": "5h", "DAY": "5", "LAT": "41N54", "LON": "87W52", "MON": "9", "NUM": "749", "PRO": "AC", "YEA": "1932", "CICO": "Melrose Park, IL", "NAME": "Lawrence Carol"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16986	lazarus-ralph-1914-01-30	{"d10": "751"}	{"lerrcp": "D10-751"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ralph", "family": "Lazarus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1914-01-30 11:15", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83, "lat": 39.96667, "name": "Columbus", "geoid": null}, "notime": null, "date-ut": "1914-01-30 17:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Ralph", "family": "Lazarus"}, "birth": {"tzo": "-06:00", "date": "1914-01-30 11:15", "place": {"c2": "OH", "cy": "US", "lg": -83, "lat": 39.96667, "name": "Columbus"}, "date-ut": "1914-01-30 17:15"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "751"}}, "raw": {"H": "11:15", "TZ": "6h", "DAY": "30", "LAT": "39N58", "LON": "83W0", "MON": "1", "NUM": "751", "PRO": "EX", "YEA": "1914", "CICO": "Columbus, OH", "NAME": "Lazarus Ralph"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16985	layne-bobby-1926-12-19	{"d10": "750", "3a_sports": "2391"}	{"ertel": "ES-2391", "lerrcp": "D10-750"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bobby", "family": "Layne", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1926-12-19 09:20", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -96.81667, "lat": 32.78333, "name": "Dallas", "geoid": null}, "notime": null, "date-ut": "1926-12-19 15:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Bobby", "family": "Layne"}, "birth": {"tzo": "-06:00", "date": "1926-12-19 09:20", "place": {"c2": "TX", "cy": "US", "lg": -96.81667, "lat": 32.78333, "name": "Dallas"}, "date-ut": "1926-12-19 15:20"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "750"}}, "raw": {"H": "09:20", "TZ": "6h", "DAY": "19", "LAT": "32N47", "LON": "96W49", "MON": "12", "NUM": "750", "PRO": "SP", "YEA": "1926", "CICO": "Dallas, TX", "NAME": "Layne Bobby"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-2391"}}, "raw": {"L": "", "MF": "", "NR": "2391", "ENG": "", "MA_": "1", "G_NR": "750", "MA12": "10", "MARS": "28", "NAME": "Layne", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "1,800", "CSINR": "", "KURTZ": "", "PHAS_": "99,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "19.12.", "ZITATE": "X", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bobby (Robert)", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "19.12.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16987	le-blond-richard-1920-11-16	{"d10": "752"}	{"lerrcp": "D10-752"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Le Blond", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1920-11-16 15:25", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati", "geoid": null}, "notime": null, "date-ut": "1920-11-16 21:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Le Blond"}, "birth": {"tzo": "-06:00", "date": "1920-11-16 15:25", "place": {"c2": "OH", "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati"}, "date-ut": "1920-11-16 21:25"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "752"}}, "raw": {"H": "15:25", "TZ": "6h", "DAY": "16", "LAT": "39N6", "LON": "84W31", "MON": "11", "NUM": "752", "PRO": "EX", "YEA": "1920", "CICO": "Cincinnati, OH", "NAME": "Le Blond Richard"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16990	leber-walter-1918-09-12	{"d10": "755"}	{"lerrcp": "D10-755"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Leber", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1918-09-12 13:00", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis", "geoid": null}, "notime": null, "date-ut": "1918-09-12 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Leber"}, "birth": {"tzo": "-05:00", "date": "1918-09-12 13:00", "place": {"c2": "MO", "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis"}, "date-ut": "1918-09-12 18:00"}, "occus": ["military-personnel", "politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "755"}}, "raw": {"H": "13:00", "TZ": "5h", "DAY": "12", "LAT": "38N37", "LON": "90W12", "MON": "9", "NUM": "755", "PRO": "MI,PO", "YEA": "1918", "CICO": "St Louis, MO", "NAME": "Leber Walter"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16991	lederberg-joshua-1925-05-23	{"d10": "756"}	{"lerrcp": "D10-756"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joshua", "family": "Lederberg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1925-05-23 12:01", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.2, "lat": 40.8, "name": "Glen Ridge", "geoid": null}, "notime": null, "date-ut": "1925-05-23 16:01"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Joshua", "family": "Lederberg"}, "birth": {"tzo": "-04:00", "date": "1925-05-23 12:01", "place": {"c2": "NJ", "cy": "US", "lg": -74.2, "lat": 40.8, "name": "Glen Ridge"}, "date-ut": "1925-05-23 16:01"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "756"}}, "raw": {"H": "12:01", "TZ": "4h", "DAY": "23", "LAT": "40N48", "LON": "74W12", "MON": "5", "NUM": "756", "PRO": "SC", "YEA": "1925", "CICO": "Glen Ridge, NJ", "NAME": "Lederberg Joshua"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16989	lebeau-c-1937-09-09	{"d10": "754", "3a_sports": "2412", "rawlins-ertel-irving": "220"}	{"ertel": "ES-2412", "csicop": "CS-220", "lerrcp": "D10-754"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "C", "family": "Lebeau", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1937-09-09 08:15", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83.45, "lat": 39.86667, "name": "London", "geoid": null}, "notime": null, "date-ut": "1937-09-09 13:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "C", "family": "Lebeau"}, "birth": {"tzo": "-05:00", "date": "1937-09-09 08:15", "place": {"c2": "OH", "cy": "US", "lg": -83.45, "lat": 39.86667, "name": "London"}, "date-ut": "1937-09-09 13:15"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "754"}}, "raw": {"H": "08:15", "TZ": "5h", "DAY": "9", "LAT": "39N52", "LON": "83W27", "MON": "9", "NUM": "754", "PRO": "SP", "YEA": "1937", "CICO": "London, OH", "NAME": "Lebeau C"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "220"}}, "raw": {"LA1": "39", "LA2": "53", "LO1": "83", "LO2": "27", "AMPM": "A", "MARS": "30", "NAME": "Lebeau", "BATCH": "1", "Satz#": "220", "GEBDAT": "9 9 1937", "GEBORT": "OH", "GEBZEIT": "8 15", "VORNAME": "C. Richard", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-2412"}}, "raw": {"L": "", "MF": "", "NR": "2412", "ENG": "", "MA_": "1", "G_NR": "753", "MA12": "10", "MARS": "30", "NAME": "Lebeau", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "6,500", "CSINR": "220", "KURTZ": "", "PHAS_": "16,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "09.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "C. Richard", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.09.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16992	lee-michele-1942-06-24	{"d10": "757"}	{"lerrcp": "D10-757"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michele", "family": "Lee", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1942-06-24 01:25", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1942-06-24 08:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Michele", "family": "Lee"}, "birth": {"tzo": "-07:00", "date": "1942-06-24 01:25", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1942-06-24 08:25"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "757"}}, "raw": {"H": "01:25", "TZ": "7h", "DAY": "24", "LAT": "34N4", "LON": "118W15", "MON": "6", "NUM": "757", "PRO": "AC", "YEA": "1942", "CICO": "Los Angeles, CA", "NAME": "Lee Michele"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16993	lee-robert-1918-10-15	{"d10": "758"}	{"lerrcp": "D10-758"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Lee", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1918-10-15 21:55", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -82.15, "lat": 41.36667, "name": "Elyria", "geoid": null}, "notime": null, "date-ut": "1918-10-16 02:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Lee"}, "birth": {"tzo": "-05:00", "date": "1918-10-15 21:55", "place": {"c2": "OH", "cy": "US", "lg": -82.15, "lat": 41.36667, "name": "Elyria"}, "date-ut": "1918-10-16 02:55"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "758"}}, "raw": {"H": "21:55", "TZ": "5h", "DAY": "15", "LAT": "41N22", "LON": "82W9", "MON": "10", "NUM": "758", "PRO": "WR", "YEA": "1918", "CICO": "Elyria, OH", "NAME": "Lee Robert"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16995	leek-frederick-1914-10-12	{"d10": "760"}	{"lerrcp": "D10-760"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frederick", "family": "Leek", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1914-10-12 00:45", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -121.28333, "lat": 37.96667, "name": "Stockton", "geoid": null}, "notime": null, "date-ut": "1914-10-12 08:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Frederick", "family": "Leek"}, "birth": {"tzo": "-08:00", "date": "1914-10-12 00:45", "place": {"c2": "CA", "cy": "US", "lg": -121.28333, "lat": 37.96667, "name": "Stockton"}, "date-ut": "1914-10-12 08:45"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "760"}}, "raw": {"H": "00:45", "TZ": "8h", "DAY": "12", "LAT": "37N58", "LON": "121W17", "MON": "10", "NUM": "760", "PRO": "MI", "YEA": "1914", "CICO": "Stockton, CA", "NAME": "Leek Frederick"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16996	leigh-janet-1927-07-06	{"d10": "761"}	{"lerrcp": "D10-761"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Janet", "family": "Leigh", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1927-07-06 14:15", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -120.48333, "lat": 37.3, "name": "Merced", "geoid": null}, "notime": null, "date-ut": "1927-07-06 22:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Janet", "family": "Leigh"}, "birth": {"tzo": "-08:00", "date": "1927-07-06 14:15", "place": {"c2": "CA", "cy": "US", "lg": -120.48333, "lat": 37.3, "name": "Merced"}, "date-ut": "1927-07-06 22:15"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "761"}}, "raw": {"H": "14:15", "TZ": "8h", "DAY": "6", "LAT": "37N18", "LON": "120W29", "MON": "7", "NUM": "761", "PRO": "AC", "YEA": "1927", "CICO": "Merced, CA", "NAME": "Leigh Janet"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16997	leighton-robert-1919-09-10	{"d10": "762"}	{"lerrcp": "D10-762"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Leighton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1919-09-10 09:15", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "US", "lg": -83.05, "lat": 42.33333, "name": "Detroit", "geoid": null}, "notime": null, "date-ut": "1919-09-10 13:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Leighton"}, "birth": {"tzo": "-04:00", "date": "1919-09-10 09:15", "place": {"c2": "MI", "cy": "US", "lg": -83.05, "lat": 42.33333, "name": "Detroit"}, "date-ut": "1919-09-10 13:15"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "762"}}, "raw": {"H": "09:15", "TZ": "4h", "DAY": "10", "LAT": "42N20", "LON": "83W3", "MON": "9", "NUM": "762", "PRO": "SC", "YEA": "1919", "CICO": "Detroit, MI", "NAME": "Leighton Robert"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16998	lekson-john-1917-04-14	{"d10": "763"}	{"lerrcp": "D10-763"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Lekson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1917-04-14 10:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -80.93333, "lat": 40.11667, "name": "Fairpoint", "geoid": null}, "notime": null, "date-ut": "1917-04-14 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "John", "family": "Lekson"}, "birth": {"tzo": "-06:00", "date": "1917-04-14 10:00", "place": {"c2": "OH", "cy": "US", "lg": -80.93333, "lat": 40.11667, "name": "Fairpoint"}, "date-ut": "1917-04-14 16:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "763"}}, "raw": {"H": "10:00", "TZ": "6h", "DAY": "14", "LAT": "40N7", "LON": "80W56", "MON": "4", "NUM": "763", "PRO": "MI", "YEA": "1917", "CICO": "Fairpoint, OH", "NAME": "Lekson John"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17001	lenz-rick-1939-11-21	{"d10": "766"}	{"lerrcp": "D10-766"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rick", "family": "Lenz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1939-11-21 16:55", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -89.65, "lat": 39.8, "name": "Springfield", "geoid": null}, "notime": null, "date-ut": "1939-11-21 22:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Rick", "family": "Lenz"}, "birth": {"tzo": "-06:00", "date": "1939-11-21 16:55", "place": {"c2": "IL", "cy": "US", "lg": -89.65, "lat": 39.8, "name": "Springfield"}, "date-ut": "1939-11-21 22:55"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "766"}}, "raw": {"H": "16:55", "TZ": "6h", "DAY": "21", "LAT": "39N48", "LON": "89W39", "MON": "11", "NUM": "766", "PRO": "AC", "YEA": "1939", "CICO": "Springfield, IL", "NAME": "Lenz Rick"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
16999	lema-anthony-1934-02-25	{"d10": "764", "3a_sports": "2447"}	{"ertel": "ES-2447", "lerrcp": "D10-764"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anthony", "family": "Lema", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1934-02-25 20:14", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.26667, "lat": 37.81667, "name": "Oakland", "geoid": null}, "notime": null, "date-ut": "1934-02-26 04:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["golfer"]	5	null	[{"new": {"name": {"given": "Anthony", "family": "Lema"}, "birth": {"tzo": "-08:00", "date": "1934-02-25 20:14", "place": {"c2": "CA", "cy": "US", "lg": -122.26667, "lat": 37.81667, "name": "Oakland"}, "date-ut": "1934-02-26 04:14"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "764"}}, "raw": {"H": "20:14", "TZ": "8h", "DAY": "25", "LAT": "37N49", "LON": "122W16", "MON": "2", "NUM": "764", "PRO": "SP", "YEA": "1934", "CICO": "Oakland, CA", "NAME": "Lema Anthony"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["golfer"], "partial-ids": {"ertel": "ES-2447"}}, "raw": {"L": "", "MF": "", "NR": "2447", "ENG": "", "MA_": "1", "G_NR": "764", "MA12": "7", "MARS": "21", "NAME": "Lema", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "7,600", "CSINR": "", "KURTZ": "", "PHAS_": "82,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "25.02.", "ZITATE": "X", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Anthony David", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "25.02.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "GOLF", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17002	levan-cj-1923-02-13	{"d10": "767"}	{"lerrcp": "D10-767"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cj", "family": "Levan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1923-02-13 07:50", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "US", "lg": -94.58333, "lat": 39.1, "name": "Kansas City", "geoid": null}, "notime": null, "date-ut": "1923-02-13 13:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Cj", "family": "Levan"}, "birth": {"tzo": "-06:00", "date": "1923-02-13 07:50", "place": {"c2": "MO", "cy": "US", "lg": -94.58333, "lat": 39.1, "name": "Kansas City"}, "date-ut": "1923-02-13 13:50"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "767"}}, "raw": {"H": "07:50", "TZ": "6h", "DAY": "13", "LAT": "39N6", "LON": "94W35", "MON": "2", "NUM": "767", "PRO": "MI", "YEA": "1923", "CICO": "Kansas City, MO", "NAME": "Levan Cj"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17003	levine-james-1943-06-23	{"d10": "768"}	{"lerrcp": "D10-768"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Levine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1943-06-23 17:33", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati", "geoid": null}, "notime": null, "date-ut": "1943-06-23 21:33"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "James", "family": "Levine"}, "birth": {"tzo": "-04:00", "date": "1943-06-23 17:33", "place": {"c2": "OH", "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati"}, "date-ut": "1943-06-23 21:33"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "768"}}, "raw": {"H": "17:33", "TZ": "4h", "DAY": "23", "LAT": "39N6", "LON": "84W31", "MON": "6", "NUM": "768", "PRO": "AR", "YEA": "1943", "CICO": "Cincinnati, OH", "NAME": "Levine James"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17004	lewis-david-1917-07-06	{"d10": "769"}	{"lerrcp": "D10-769"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "David", "family": "Lewis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1917-07-06 05:00", "note": null, "place": {"c1": null, "c2": "SC", "c3": null, "cy": "US", "lg": -81.98333, "lat": 33.5, "name": "North Augusta", "geoid": null}, "notime": null, "date-ut": "1917-07-06 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "David", "family": "Lewis"}, "birth": {"tzo": "-05:00", "date": "1917-07-06 05:00", "place": {"c2": "SC", "cy": "US", "lg": -81.98333, "lat": 33.5, "name": "North Augusta"}, "date-ut": "1917-07-06 10:00"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "769"}}, "raw": {"H": "05:00", "TZ": "5h", "DAY": "6", "LAT": "33N30", "LON": "81W59", "MON": "7", "NUM": "769", "PRO": "EX", "YEA": "1917", "CICO": "North Augusta, SC", "NAME": "Lewis David"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17005	lewis-henry-1932-10-16	{"d10": "770"}	{"lerrcp": "D10-770"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Lewis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1932-10-16 13:43", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1932-10-16 21:43"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Lewis"}, "birth": {"tzo": "-08:00", "date": "1932-10-16 13:43", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1932-10-16 21:43"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "770"}}, "raw": {"H": "13:43", "TZ": "8h", "DAY": "16", "LAT": "34N4", "LON": "118W15", "MON": "10", "NUM": "770", "PRO": "AR", "YEA": "1932", "CICO": "Los Angeles, CA", "NAME": "Lewis Henry"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17006	lewis-homer-1919-02-01	{"d10": "771"}	{"lerrcp": "D10-771"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Homer", "family": "Lewis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1919-02-01 09:05", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -82.55, "lat": 35.6, "name": "Asheville", "geoid": null}, "notime": null, "date-ut": "1919-02-01 14:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Homer", "family": "Lewis"}, "birth": {"tzo": "-05:00", "date": "1919-02-01 09:05", "place": {"c2": "NC", "cy": "US", "lg": -82.55, "lat": 35.6, "name": "Asheville"}, "date-ut": "1919-02-01 14:05"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "771"}}, "raw": {"H": "09:05", "TZ": "5h", "DAY": "1", "LAT": "35N36", "LON": "82W33", "MON": "2", "NUM": "771", "PRO": "MI", "YEA": "1919", "CICO": "Asheville, NC", "NAME": "Lewis Homer"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17007	lewis-jerry-1926-03-16	{"d10": "772"}	{"lerrcp": "D10-772"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jerry", "family": "Lewis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1926-03-16 12:15", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.16667, "lat": 40.73333, "name": "Newark", "geoid": null}, "notime": null, "date-ut": "1926-03-16 17:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jerry", "family": "Lewis"}, "birth": {"tzo": "-05:00", "date": "1926-03-16 12:15", "place": {"c2": "NJ", "cy": "US", "lg": -74.16667, "lat": 40.73333, "name": "Newark"}, "date-ut": "1926-03-16 17:15"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "772"}}, "raw": {"H": "12:15", "TZ": "5h", "DAY": "16", "LAT": "40N44", "LON": "74W10", "MON": "3", "NUM": "772", "PRO": "AC", "YEA": "1926", "CICO": "Newark, NJ", "NAME": "Lewis Jerry"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17008	lewis-leo-1921-04-24	{"d10": "773"}	{"lerrcp": "D10-773"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leo", "family": "Lewis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1921-04-24 10:00", "note": null, "place": {"c1": null, "c2": "FL", "c3": null, "cy": "US", "lg": -87.21667, "lat": 30.41667, "name": "Pensacola", "geoid": null}, "notime": null, "date-ut": "1921-04-24 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Leo", "family": "Lewis"}, "birth": {"tzo": "-06:00", "date": "1921-04-24 10:00", "place": {"c2": "FL", "cy": "US", "lg": -87.21667, "lat": 30.41667, "name": "Pensacola"}, "date-ut": "1921-04-24 16:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "773"}}, "raw": {"H": "10:00", "TZ": "6h", "DAY": "24", "LAT": "30N25", "LON": "87W13", "MON": "4", "NUM": "773", "PRO": "MI", "YEA": "1921", "CICO": "Pensacola, FL", "NAME": "Lewis Leo"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17009	lewis-roger-1912-01-11	{"d10": "774"}	{"lerrcp": "D10-774"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Lewis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1912-01-11 20:45", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1912-01-12 04:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Lewis"}, "birth": {"tzo": "-08:00", "date": "1912-01-11 20:45", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1912-01-12 04:45"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "774"}}, "raw": {"H": "20:45", "TZ": "8h", "DAY": "11", "LAT": "34N4", "LON": "118W15", "MON": "1", "NUM": "774", "PRO": "EX", "YEA": "1912", "CICO": "Los Angeles, CA", "NAME": "Lewis Roger"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17010	lightner-lawrence-1918-10-13	{"d10": "775"}	{"lerrcp": "D10-775"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lawrence", "family": "Lightner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1918-10-13 03:05", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.25, "lat": 41.71667, "name": "Painesville", "geoid": null}, "notime": null, "date-ut": "1918-10-13 08:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Lawrence", "family": "Lightner"}, "birth": {"tzo": "-05:00", "date": "1918-10-13 03:05", "place": {"c2": "OH", "cy": "US", "lg": -81.25, "lat": 41.71667, "name": "Painesville"}, "date-ut": "1918-10-13 08:05"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "775"}}, "raw": {"H": "03:05", "TZ": "5h", "DAY": "13", "LAT": "41N43", "LON": "81W15", "MON": "10", "NUM": "775", "PRO": "MI", "YEA": "1918", "CICO": "Painesville, OH", "NAME": "Lightner Lawrence"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17011	lillehei-clarence-1918-10-23	{"d10": "776"}	{"lerrcp": "D10-776"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clarence", "family": "Lillehei", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1918-10-23 12:03", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis", "geoid": null}, "notime": null, "date-ut": "1918-10-23 17:03"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Clarence", "family": "Lillehei"}, "birth": {"tzo": "-05:00", "date": "1918-10-23 12:03", "place": {"c2": "MN", "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis"}, "date-ut": "1918-10-23 17:03"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "776"}}, "raw": {"H": "12:03", "TZ": "5h", "DAY": "23", "LAT": "44N59", "LON": "93W16", "MON": "10", "NUM": "776", "PRO": "SC", "YEA": "1918", "CICO": "Minneapolis, MN", "NAME": "Lillehei Clarence"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17012	lillehei-richard-1927-12-10	{"d10": "777"}	{"lerrcp": "D10-777"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Lillehei", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1927-12-10 01:11", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis", "geoid": null}, "notime": null, "date-ut": "1927-12-10 07:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Lillehei"}, "birth": {"tzo": "-06:00", "date": "1927-12-10 01:11", "place": {"c2": "MN", "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis"}, "date-ut": "1927-12-10 07:11"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "777"}}, "raw": {"H": "01:11", "TZ": "6h", "DAY": "10", "LAT": "44N59", "LON": "93W16", "MON": "12", "NUM": "777", "PRO": "SC", "YEA": "1927", "CICO": "Minneapolis, MN", "NAME": "Lillehei Richard"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17014	lind-don-1930-05-18	{"d10": "779"}	{"lerrcp": "D10-779"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Don", "family": "Lind", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1930-05-18 23:28", "note": null, "place": {"c1": null, "c2": "UT", "c3": null, "cy": "US", "lg": -111.9, "lat": 40.61667, "name": "Midvale", "geoid": null}, "notime": null, "date-ut": "1930-05-19 06:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Don", "family": "Lind"}, "birth": {"tzo": "-07:00", "date": "1930-05-18 23:28", "place": {"c2": "UT", "cy": "US", "lg": -111.9, "lat": 40.61667, "name": "Midvale"}, "date-ut": "1930-05-19 06:28"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "779"}}, "raw": {"H": "23:28", "TZ": "7h", "DAY": "18", "LAT": "40N37", "LON": "111W54", "MON": "5", "NUM": "779", "PRO": "MI", "YEA": "1930", "CICO": "Midvale, UT", "NAME": "Lind Don"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17016	lippold-richard-1915-05-03	{"d10": "781"}	{"lerrcp": "D10-781"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Lippold", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1915-05-03 07:20", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": "Milwaukee", "geoid": null}, "notime": null, "date-ut": "1915-05-03 13:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Lippold"}, "birth": {"tzo": "-06:00", "date": "1915-05-03 07:20", "place": {"c2": "WI", "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": "Milwaukee"}, "date-ut": "1915-05-03 13:20"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "781"}}, "raw": {"H": "07:20", "TZ": "6h", "DAY": "3", "LAT": "43N2", "LON": "87W55", "MON": "5", "NUM": "781", "PRO": "AR", "YEA": "1915", "CICO": "Milwaukee, WI", "NAME": "Lippold Richard"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17015	lindgren-gerry-1946-03-09	{"d10": "780", "3a_sports": "2491"}	{"ertel": "ES-2491", "lerrcp": "D10-780"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gerry", "family": "Lindgren", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1946-03-09 23:45", "note": null, "place": {"c1": null, "c2": "WA", "c3": null, "cy": "US", "lg": -117.4, "lat": 47.66667, "name": "Spokane", "geoid": null}, "notime": null, "date-ut": "1946-03-10 07:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Gerry", "family": "Lindgren"}, "birth": {"tzo": "-08:00", "date": "1946-03-09 23:45", "place": {"c2": "WA", "cy": "US", "lg": -117.4, "lat": 47.66667, "name": "Spokane"}, "date-ut": "1946-03-10 07:45"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "780"}}, "raw": {"H": "23:45", "TZ": "8h", "DAY": "9", "LAT": "47N40", "LON": "117W24", "MON": "3", "NUM": "780", "PRO": "SP", "YEA": "1946", "CICO": "Spokane, WA", "NAME": "Lindgren Gerry"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-2491"}}, "raw": {"L": "", "MF": "", "NR": "2491", "ENG": "", "MA_": "1", "G_NR": "780", "MA12": "5", "MARS": "14", "NAME": "Lindgren", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "10,400", "CSINR": "", "KURTZ": "", "PHAS_": "33,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "09.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Garry", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.03.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17017	lipscomb-william-1919-12-09	{"d10": "782"}	{"lerrcp": "D10-782"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Lipscomb", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1919-12-09 10:32", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1919-12-09 15:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "William", "family": "Lipscomb"}, "birth": {"tzo": "-05:00", "date": "1919-12-09 10:32", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1919-12-09 15:32"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "782"}}, "raw": {"H": "10:32", "TZ": "5h", "DAY": "9", "LAT": "41N30", "LON": "81W42", "MON": "12", "NUM": "782", "PRO": "SC", "YEA": "1919", "CICO": "Cleveland, OH", "NAME": "Lipscomb William"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17019	littler-eugene-1930-07-21	{"d10": "784", "3a_sports": "2500"}	{"ertel": "ES-2500", "lerrcp": "D10-784"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugene", "family": "Littler", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1930-07-21 08:23", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -117.15, "lat": 32.71667, "name": "San Diego", "geoid": null}, "notime": null, "date-ut": "1930-07-21 16:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["golfer"]	5	null	[{"new": {"name": {"given": "Eugene", "family": "Littler"}, "birth": {"tzo": "-08:00", "date": "1930-07-21 08:23", "place": {"c2": "CA", "cy": "US", "lg": -117.15, "lat": 32.71667, "name": "San Diego"}, "date-ut": "1930-07-21 16:23"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "784"}}, "raw": {"H": "08:23", "TZ": "8h", "DAY": "21", "LAT": "32N43", "LON": "117W9", "MON": "7", "NUM": "784", "PRO": "SP", "YEA": "1930", "CICO": "San Diego, CA", "NAME": "Littler Eugene"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["golfer"], "partial-ids": {"ertel": "ES-2500"}}, "raw": {"L": "", "MF": "", "NR": "2500", "ENG": "1", "MA_": "2", "G_NR": "784", "MA12": "4", "MARS": "10", "NAME": "Littler", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-10,10", "CSINR": "", "KURTZ": "", "PHAS_": "29,600", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "21.07.", "ZITATE": "X", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Eugene Alex (Gene)", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "21.07.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "GOLF", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17021	lolich-michael-1940-09-12	{"d10": "786", "3a_sports": "2508", "rawlins-ertel-irving": "226"}	{"ertel": "ES-2508", "csicop": "CS-226", "lerrcp": "D10-786"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michael", "family": "Lolich", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1940-09-12 19:04", "note": null, "place": {"c1": null, "c2": "OR", "c3": null, "cy": "US", "lg": -122.61667, "lat": 45.53333, "name": "Portland", "geoid": null}, "notime": null, "date-ut": "1940-09-13 03:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["baseball-player"]	5	null	[{"new": {"name": {"given": "Michael", "family": "Lolich"}, "birth": {"tzo": "-08:00", "date": "1940-09-12 19:04", "place": {"c2": "OR", "cy": "US", "lg": -122.61667, "lat": 45.53333, "name": "Portland"}, "date-ut": "1940-09-13 03:04"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "786"}}, "raw": {"H": "19:04", "TZ": "8h", "DAY": "12", "LAT": "45N32", "LON": "122W37", "MON": "9", "NUM": "786", "PRO": "SP", "YEA": "1940", "CICO": "Portland, OR", "NAME": "Lolich Michael"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["baseball-player"]], "ids-in-sources": {"rawlins-ertel-irving": "226"}}, "raw": {"LA1": "45", "LA2": "32", "LO1": "122", "LO2": "37", "AMPM": "P", "MARS": "20", "NAME": "Lolich", "BATCH": "1", "Satz#": "226", "GEBDAT": "12 9 1940", "GEBORT": "OR", "GEBZEIT": "7 4", "VORNAME": "Michael Stephen", "SPORTART": "BASE", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["baseball-player"], "partial-ids": {"ertel": "ES-2508"}}, "raw": {"L": "", "MF": "", "NR": "2508", "ENG": "", "MA_": "1", "G_NR": "786", "MA12": "7", "MARS": "20", "NAME": "Lolich", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "8,600", "CSINR": "226", "KURTZ": "", "PHAS_": "81,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "12.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Michael Stephen", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.09.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BASE", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17022	london-julie-1926-09-26	{"d10": "787"}	{"lerrcp": "D10-787"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julie", "family": "London", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1926-09-26 18:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.71667, "lat": 38.43333, "name": "Santa Rosa", "geoid": null}, "notime": null, "date-ut": "1926-09-27 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Julie", "family": "London"}, "birth": {"tzo": "-08:00", "date": "1926-09-26 18:00", "place": {"c2": "CA", "cy": "US", "lg": -122.71667, "lat": 38.43333, "name": "Santa Rosa"}, "date-ut": "1926-09-27 02:00"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "787"}}, "raw": {"H": "18:00", "TZ": "8h", "DAY": "26", "LAT": "38N26", "LON": "122W43", "MON": "9", "NUM": "787", "PRO": "AC", "YEA": "1926", "CICO": "Santa Rosa, CA", "NAME": "London Julie"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17023	long-robert-1920-05-29	{"d10": "788"}	{"lerrcp": "D10-788"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Long", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1920-05-29 06:30", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "US", "lg": -94.58333, "lat": 39.1, "name": "Kansas City", "geoid": null}, "notime": null, "date-ut": "1920-05-29 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Long"}, "birth": {"tzo": "-06:00", "date": "1920-05-29 06:30", "place": {"c2": "MO", "cy": "US", "lg": -94.58333, "lat": 39.1, "name": "Kansas City"}, "date-ut": "1920-05-29 12:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "788"}}, "raw": {"H": "06:30", "TZ": "6h", "DAY": "29", "LAT": "39N6", "LON": "94W35", "MON": "5", "NUM": "788", "PRO": "MI", "YEA": "1920", "CICO": "Kansas City, MO", "NAME": "Long Robert"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17025	losey-joseph-1909-01-14	{"d10": "790"}	{"lerrcp": "D10-790"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Losey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1909-01-14 15:45", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -91.25, "lat": 43.8, "name": "La Crosse", "geoid": null}, "notime": null, "date-ut": "1909-01-14 21:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Losey"}, "birth": {"tzo": "-06:00", "date": "1909-01-14 15:45", "place": {"c2": "WI", "cy": "US", "lg": -91.25, "lat": 43.8, "name": "La Crosse"}, "date-ut": "1909-01-14 21:45"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "790"}}, "raw": {"H": "15:45", "TZ": "6h", "DAY": "14", "LAT": "43N48", "LON": "91W15", "MON": "1", "NUM": "790", "PRO": "AC", "YEA": "1909", "CICO": "La Crosse, WI", "NAME": "Losey Joseph"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17026	louie-marcelyn-1953-09-10	{"d10": "791", "3a_sports": "2536"}	{"ertel": "ES-2536", "lerrcp": "D10-791"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcelyn", "family": "Louie", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-07:00", "date": "1953-09-10 22:01", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1953-09-11 05:01"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Marcelyn", "family": "Louie"}, "birth": {"tzo": "-07:00", "date": "1953-09-10 22:01", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1953-09-11 05:01"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "791"}}, "raw": {"H": "22:01", "TZ": "7h", "DAY": "10", "LAT": "37N47", "LON": "122W25", "MON": "9", "NUM": "791", "PRO": "SP", "YEA": "1953", "CICO": "San Francisco, CA", "NAME": "Louie Marcelyn"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["tennis-player"], "partial-ids": {"ertel": "ES-2536"}}, "raw": {"L": "", "MF": "", "NR": "2536", "ENG": "", "MA_": "0", "G_NR": "791", "MA12": "8", "MARS": "24", "NAME": "Louie", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "2,200", "CSINR": "", "KURTZ": "", "PHAS_": "2,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "10.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marcelyn", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.09.1953", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17027	lousma-jack-1936-02-29	{"d10": "792"}	{"lerrcp": "D10-792"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jack", "family": "Lousma", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1936-02-29 08:38", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "US", "lg": -85.66667, "lat": 42.96667, "name": "Grand Rapids", "geoid": null}, "notime": null, "date-ut": "1936-02-29 13:38"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jack", "family": "Lousma"}, "birth": {"tzo": "-05:00", "date": "1936-02-29 08:38", "place": {"c2": "MI", "cy": "US", "lg": -85.66667, "lat": 42.96667, "name": "Grand Rapids"}, "date-ut": "1936-02-29 13:38"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "792"}}, "raw": {"H": "08:38", "TZ": "5h", "DAY": "29", "LAT": "42N58", "LON": "85W40", "MON": "2", "NUM": "792", "PRO": "MI", "YEA": "1936", "CICO": "Grand Rapids, MI", "NAME": "Lousma Jack"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17028	love-john-1916-11-29	{"d10": "793"}	{"lerrcp": "D10-793"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Love", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1916-11-29 09:30", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -88.36667, "lat": 40.46667, "name": "Gibson City", "geoid": null}, "notime": null, "date-ut": "1916-11-29 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "John", "family": "Love"}, "birth": {"tzo": "-06:00", "date": "1916-11-29 09:30", "place": {"c2": "IL", "cy": "US", "lg": -88.36667, "lat": 40.46667, "name": "Gibson City"}, "date-ut": "1916-11-29 15:30"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "793"}}, "raw": {"H": "09:30", "TZ": "6h", "DAY": "29", "LAT": "40N28", "LON": "88W22", "MON": "11", "NUM": "793", "PRO": "PO", "YEA": "1916", "CICO": "Gibson City, IL", "NAME": "Love John"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17029	lovell-james-1928-03-25	{"d10": "794"}	{"lerrcp": "D10-794"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Lovell", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1928-03-25 02:10", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1928-03-25 07:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "James", "family": "Lovell"}, "birth": {"tzo": "-05:00", "date": "1928-03-25 02:10", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1928-03-25 07:10"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "794"}}, "raw": {"H": "02:10", "TZ": "5h", "DAY": "25", "LAT": "41N30", "LON": "81W42", "MON": "3", "NUM": "794", "PRO": "MI", "YEA": "1928", "CICO": "Cleveland, OH", "NAME": "Lovell James"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17030	lowenstein-allard-1929-01-16	{"d10": "795"}	{"lerrcp": "D10-795"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Allard", "family": "Lowenstein", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1929-01-16 15:22", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.16667, "lat": 40.73333, "name": "Newark", "geoid": null}, "notime": null, "date-ut": "1929-01-16 20:22"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Allard", "family": "Lowenstein"}, "birth": {"tzo": "-05:00", "date": "1929-01-16 15:22", "place": {"c2": "NJ", "cy": "US", "lg": -74.16667, "lat": 40.73333, "name": "Newark"}, "date-ut": "1929-01-16 20:22"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "795"}}, "raw": {"H": "15:22", "TZ": "5h", "DAY": "16", "LAT": "40N44", "LON": "74W10", "MON": "1", "NUM": "795", "PRO": "PO", "YEA": "1929", "CICO": "Newark, NJ", "NAME": "Lowenstein Allard"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17031	lowry-bates-1923-06-21	{"d10": "796"}	{"lerrcp": "D10-796"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bates", "family": "Lowry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1923-06-21 01:45", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati", "geoid": null}, "notime": null, "date-ut": "1923-06-21 06:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"name": {"given": "Bates", "family": "Lowry"}, "birth": {"tzo": "-05:00", "date": "1923-06-21 01:45", "place": {"c2": "OH", "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati"}, "date-ut": "1923-06-21 06:45"}, "occus": ["miscelaneous"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "796"}}, "raw": {"H": "01:45", "TZ": "5h", "DAY": "21", "LAT": "39N6", "LON": "84W31", "MON": "6", "NUM": "796", "PRO": "X", "YEA": "1923", "CICO": "Cincinnati, OH", "NAME": "Lowry Bates"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17032	lowry-robert-1919-03-29	{"d10": "797"}	{"lerrcp": "D10-797"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Lowry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1919-03-29 20:08", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati", "geoid": null}, "notime": null, "date-ut": "1919-03-30 02:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Lowry"}, "birth": {"tzo": "-06:00", "date": "1919-03-29 20:08", "place": {"c2": "OH", "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati"}, "date-ut": "1919-03-30 02:08"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "797"}}, "raw": {"H": "20:08", "TZ": "6h", "DAY": "29", "LAT": "39N6", "LON": "84W31", "MON": "3", "NUM": "797", "PRO": "WR", "YEA": "1919", "CICO": "Cincinnati, OH", "NAME": "Lowry Robert"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17033	lucas-george-1944-05-14	{"d10": "798"}	{"lerrcp": "D10-798"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "George", "family": "Lucas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1944-05-14 05:40", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -121, "lat": 37.65, "name": "Modesto", "geoid": null}, "notime": null, "date-ut": "1944-05-14 12:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "George", "family": "Lucas"}, "birth": {"tzo": "-07:00", "date": "1944-05-14 05:40", "place": {"c2": "CA", "cy": "US", "lg": -121, "lat": 37.65, "name": "Modesto"}, "date-ut": "1944-05-14 12:40"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "798"}}, "raw": {"H": "05:40", "TZ": "7h", "DAY": "14", "LAT": "37N39", "LON": "121W0", "MON": "5", "NUM": "798", "PRO": "AC", "YEA": "1944", "CICO": "Modesto, CA", "NAME": "Lucas George"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17035	lucas-luce-1917-08-29	{"d10": "800"}	{"lerrcp": "D10-800"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luce", "family": "Lucas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1917-08-29 10:00", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -90.48333, "lat": 42.73333, "name": "Platteville", "geoid": null}, "notime": null, "date-ut": "1917-08-29 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Luce", "family": "Lucas"}, "birth": {"tzo": "-06:00", "date": "1917-08-29 10:00", "place": {"c2": "WI", "cy": "US", "lg": -90.48333, "lat": 42.73333, "name": "Platteville"}, "date-ut": "1917-08-29 16:00"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "800"}}, "raw": {"H": "10:00", "TZ": "6h", "DAY": "29", "LAT": "42N44", "LON": "90W29", "MON": "8", "NUM": "800", "PRO": "EX", "YEA": "1917", "CICO": "Platteville, WI", "NAME": "Lucas Luce"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17036	lucey-patrick-1918-03-21	{"d10": "801"}	{"lerrcp": "D10-801"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Patrick", "family": "Lucey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1918-03-21 15:30", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -91.25, "lat": 43.8, "name": "La Crosse", "geoid": null}, "notime": null, "date-ut": "1918-03-21 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Patrick", "family": "Lucey"}, "birth": {"tzo": "-06:00", "date": "1918-03-21 15:30", "place": {"c2": "WI", "cy": "US", "lg": -91.25, "lat": 43.8, "name": "La Crosse"}, "date-ut": "1918-03-21 21:30"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "801"}}, "raw": {"H": "15:30", "TZ": "6h", "DAY": "21", "LAT": "43N48", "LON": "91W15", "MON": "3", "NUM": "801", "PRO": "PO", "YEA": "1918", "CICO": "La Crosse, WI", "NAME": "Lucey Patrick"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17038	lynde-paul-1926-06-13	{"d10": "803"}	{"lerrcp": "D10-803"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Lynde", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1926-06-13 08:15", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -82.48333, "lat": 40.38333, "name": "Mt Vernon", "geoid": null}, "notime": null, "date-ut": "1926-06-13 13:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Lynde"}, "birth": {"tzo": "-05:00", "date": "1926-06-13 08:15", "place": {"c2": "OH", "cy": "US", "lg": -82.48333, "lat": 40.38333, "name": "Mt Vernon"}, "date-ut": "1926-06-13 13:15"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "803"}}, "raw": {"H": "08:15", "TZ": "5h", "DAY": "13", "LAT": "40N23", "LON": "82W29", "MON": "6", "NUM": "803", "PRO": "AC", "YEA": "1926", "CICO": "Mt Vernon, OH", "NAME": "Lynde Paul"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17039	lyness-douglas-1919-07-06	{"d10": "804"}	{"lerrcp": "D10-804"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Douglas", "family": "Lyness", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1919-07-06 16:28", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis", "geoid": null}, "notime": null, "date-ut": "1919-07-06 21:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Douglas", "family": "Lyness"}, "birth": {"tzo": "-05:00", "date": "1919-07-06 16:28", "place": {"c2": "MN", "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis"}, "date-ut": "1919-07-06 21:28"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "804"}}, "raw": {"H": "16:28", "TZ": "5h", "DAY": "6", "LAT": "44N59", "LON": "93W16", "MON": "7", "NUM": "804", "PRO": "MI", "YEA": "1919", "CICO": "Minneapolis, MN", "NAME": "Lyness Douglas"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17040	lynn-james-1927-02-27	{"d10": "805"}	{"lerrcp": "D10-805"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Lynn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1927-02-27 23:20", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1927-02-28 04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "James", "family": "Lynn"}, "birth": {"tzo": "-05:00", "date": "1927-02-27 23:20", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1927-02-28 04:20"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "805"}}, "raw": {"H": "23:20", "TZ": "5h", "DAY": "27", "LAT": "41N30", "LON": "81W42", "MON": "2", "NUM": "805", "PRO": "PO", "YEA": "1927", "CICO": "Cleveland, OH", "NAME": "Lynn James"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17041	lynn-janet-1953-04-06	{"d10": "806", "3a_sports": "2570"}	{"ertel": "ES-2570", "lerrcp": "D10-806"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Janet", "family": "Lynn", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "-06:00", "date": "1953-04-06 00:33", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago", "geoid": null}, "notime": null, "date-ut": "1953-04-06 06:33"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["winter-sports-practitioner"]	5	null	[{"new": {"name": {"given": "Janet", "family": "Lynn"}, "birth": {"tzo": "-06:00", "date": "1953-04-06 00:33", "place": {"c2": "IL", "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago"}, "date-ut": "1953-04-06 06:33"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "806"}}, "raw": {"H": "00:33", "TZ": "6h", "DAY": "6", "LAT": "41N52", "LON": "87W39", "MON": "4", "NUM": "806", "PRO": "PO", "YEA": "1953", "CICO": "Chicago, IL", "NAME": "Lynn Janet"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "F", "occus": ["winter-sports-practitioner"], "partial-ids": {"ertel": "ES-2570"}}, "raw": {"L": "", "MF": "F", "NR": "2570", "ENG": "", "MA_": "1", "G_NR": "806", "MA12": "9", "MARS": "26", "NAME": "Lynn", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-9,800", "CSINR": "", "KURTZ": "", "PHAS_": "63,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "06.04.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Janet (Nowicki J.L.)", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "06.04.1953", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "ICES", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17042	mac-adams-lewis-1944-10-12	{"d10": "807"}	{"lerrcp": "D10-807"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lewis", "family": "Mac Adams", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1944-10-12 07:04", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -100.43333, "lat": 31.46667, "name": "San Angelo", "geoid": null}, "notime": null, "date-ut": "1944-10-12 12:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Lewis", "family": "Mac Adams"}, "birth": {"tzo": "-05:00", "date": "1944-10-12 07:04", "place": {"c2": "TX", "cy": "US", "lg": -100.43333, "lat": 31.46667, "name": "San Angelo"}, "date-ut": "1944-10-12 12:04"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "807"}}, "raw": {"H": "07:04", "TZ": "5h", "DAY": "12", "LAT": "31N28", "LON": "100W26", "MON": "10", "NUM": "807", "PRO": "WR", "YEA": "1944", "CICO": "San Angelo, TX", "NAME": "Mac Adams Lewis"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17043	mac-donald-ross-1915-12-13	{"d10": "808"}	{"lerrcp": "D10-808"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ross", "family": "Mac Donald", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1915-12-13 03:10", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -121.98333, "lat": 37.23333, "name": "Los Gatos", "geoid": null}, "notime": null, "date-ut": "1915-12-13 11:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Ross", "family": "Mac Donald"}, "birth": {"tzo": "-08:00", "date": "1915-12-13 03:10", "place": {"c2": "CA", "cy": "US", "lg": -121.98333, "lat": 37.23333, "name": "Los Gatos"}, "date-ut": "1915-12-13 11:10"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "808"}}, "raw": {"H": "03:10", "TZ": "8h", "DAY": "13", "LAT": "37N14", "LON": "121W59", "MON": "12", "NUM": "808", "PRO": "WR", "YEA": "1915", "CICO": "Los Gatos, CA", "NAME": "Mac Donald Ross"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17044	mac-neil-cornell-1922-09-24	{"d10": "809"}	{"lerrcp": "D10-809"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cornell", "family": "Mac Neil", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1922-09-24 02:56", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis", "geoid": null}, "notime": null, "date-ut": "1922-09-24 08:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Cornell", "family": "Mac Neil"}, "birth": {"tzo": "-06:00", "date": "1922-09-24 02:56", "place": {"c2": "MN", "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis"}, "date-ut": "1922-09-24 08:56"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "809"}}, "raw": {"H": "02:56", "TZ": "6h", "DAY": "24", "LAT": "44N59", "LON": "93W16", "MON": "9", "NUM": "809", "PRO": "AR", "YEA": "1922", "CICO": "Minneapolis, MN", "NAME": "Mac Neil Cornell"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17045	mac-rae-albert-1921-03-12	{"d10": "810"}	{"lerrcp": "D10-810"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Mac Rae", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1921-03-12 07:15", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.21667, "lat": 40.76667, "name": "East Orange", "geoid": null}, "notime": null, "date-ut": "1921-03-12 12:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Mac Rae"}, "birth": {"tzo": "-05:00", "date": "1921-03-12 07:15", "place": {"c2": "NJ", "cy": "US", "lg": -74.21667, "lat": 40.76667, "name": "East Orange"}, "date-ut": "1921-03-12 12:15"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "810"}}, "raw": {"H": "07:15", "TZ": "5h", "DAY": "12", "LAT": "40N46", "LON": "74W13", "MON": "3", "NUM": "810", "PRO": "AC", "YEA": "1921", "CICO": "East Orange, NJ", "NAME": "Mac Rae Albert"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17047	mackay-berry-1935-08-31	{"d10": "812"}	{"lerrcp": "D10-812"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Berry", "family": "Mackay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1935-08-31 03:43", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati", "geoid": null}, "notime": null, "date-ut": "1935-08-31 08:43"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sportsperson"]	5	null	[{"new": {"name": {"given": "Berry", "family": "Mackay"}, "birth": {"tzo": "-05:00", "date": "1935-08-31 03:43", "place": {"c2": "OH", "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati"}, "date-ut": "1935-08-31 08:43"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "812"}}, "raw": {"H": "03:43", "TZ": "5h", "DAY": "31", "LAT": "39N6", "LON": "84W31", "MON": "8", "NUM": "812", "PRO": "SP", "YEA": "1935", "CICO": "Cincinnati, OH", "NAME": "Mackay Berry"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17048	madison-guy-1922-01-19	{"d10": "813"}	{"lerrcp": "D10-813"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Madison", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1922-01-19 00:20", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -119.01667, "lat": 35.38333, "name": "Bakersfield", "geoid": null}, "notime": null, "date-ut": "1922-01-19 08:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Madison"}, "birth": {"tzo": "-08:00", "date": "1922-01-19 00:20", "place": {"c2": "CA", "cy": "US", "lg": -119.01667, "lat": 35.38333, "name": "Bakersfield"}, "date-ut": "1922-01-19 08:20"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "813"}}, "raw": {"H": "00:20", "TZ": "8h", "DAY": "19", "LAT": "35N23", "LON": "119W1", "MON": "1", "NUM": "813", "PRO": "AC", "YEA": "1922", "CICO": "Bakersfield, CA", "NAME": "Madison Guy"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17050	mailer-norman-1923-01-31	{"d10": "815"}	{"lerrcp": "D10-815"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Norman", "family": "Mailer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1923-01-31 09:05", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74, "lat": 40.3, "name": "Long Branch", "geoid": null}, "notime": null, "date-ut": "1923-01-31 14:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Norman", "family": "Mailer"}, "birth": {"tzo": "-05:00", "date": "1923-01-31 09:05", "place": {"c2": "NJ", "cy": "US", "lg": -74, "lat": 40.3, "name": "Long Branch"}, "date-ut": "1923-01-31 14:05"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "815"}}, "raw": {"H": "09:05", "TZ": "5h", "DAY": "31", "LAT": "40N18", "LON": "74W0", "MON": "1", "NUM": "815", "PRO": "WR", "YEA": "1923", "CICO": "Long Branch, NJ", "NAME": "Mailer Norman"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17051	mainardi-patricia-1942-11-10	{"d10": "816"}	{"lerrcp": "D10-816"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Patricia", "family": "Mainardi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1942-11-10 22:15", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.18333, "lat": 40.91667, "name": "Paterson", "geoid": null}, "notime": null, "date-ut": "1942-11-11 02:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Patricia", "family": "Mainardi"}, "birth": {"tzo": "-04:00", "date": "1942-11-10 22:15", "place": {"c2": "NJ", "cy": "US", "lg": -74.18333, "lat": 40.91667, "name": "Paterson"}, "date-ut": "1942-11-11 02:15"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "816"}}, "raw": {"H": "22:15", "TZ": "4h", "DAY": "10", "LAT": "40N55", "LON": "74W11", "MON": "11", "NUM": "816", "PRO": "AR", "YEA": "1942", "CICO": "Paterson, NJ", "NAME": "Mainardi Patricia"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17052	malden-karl-1912-03-22	{"d10": "817"}	{"lerrcp": "D10-817"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Malden", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1912-03-22 17:00", "note": null, "place": {"c1": null, "c2": "IN", "c3": null, "cy": "US", "lg": -87.33333, "lat": 41.58333, "name": "Gary", "geoid": null}, "notime": null, "date-ut": "1912-03-22 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Malden"}, "birth": {"tzo": "-06:00", "date": "1912-03-22 17:00", "place": {"c2": "IN", "cy": "US", "lg": -87.33333, "lat": 41.58333, "name": "Gary"}, "date-ut": "1912-03-22 23:00"}, "notes": ["Value published in LERRCP corrected in APP"], "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "817"}}, "raw": {"H": "17:00", "TZ": "6h", "DAY": "22", "LAT": "41N35", "LON": "87W20", "MON": "3", "NUM": "817!", "PRO": "AC", "YEA": "1912", "CICO": "Gary, IN", "NAME": "Malden Karl"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	["Value published in LERRCP corrected in APP"]
17053	maloy-robert-1924-02-14	{"d10": "818"}	{"lerrcp": "D10-818"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Maloy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1924-02-14 21:35", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -88.16667, "lat": 39.5, "name": "Charleston", "geoid": null}, "notime": null, "date-ut": "1924-02-15 03:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Maloy"}, "birth": {"tzo": "-06:00", "date": "1924-02-14 21:35", "place": {"c2": "IL", "cy": "US", "lg": -88.16667, "lat": 39.5, "name": "Charleston"}, "date-ut": "1924-02-15 03:35"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "818"}}, "raw": {"H": "21:35", "TZ": "6h", "DAY": "14", "LAT": "39N30", "LON": "88W10", "MON": "2", "NUM": "818", "PRO": "MI", "YEA": "1924", "CICO": "Charleston, IL", "NAME": "Maloy Robert"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17056	marcheschi-louis-1945-04-05	{"d10": "821"}	{"lerrcp": "D10-821"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Marcheschi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1945-04-05 23:22", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.31667, "lat": 37.56667, "name": "San Mateo", "geoid": null}, "notime": null, "date-ut": "1945-04-06 06:22"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Marcheschi"}, "birth": {"tzo": "-07:00", "date": "1945-04-05 23:22", "place": {"c2": "CA", "cy": "US", "lg": -122.31667, "lat": 37.56667, "name": "San Mateo"}, "date-ut": "1945-04-06 06:22"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "821"}}, "raw": {"H": "23:22", "TZ": "7h", "DAY": "5", "LAT": "37N34", "LON": "122W19", "MON": "4", "NUM": "821", "PRO": "AR", "YEA": "1945", "CICO": "San Mateo, CA", "NAME": "Marcheschi Louis"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17055	mann-richard-1934-06-13	{"d10": "820", "3a_sports": "2637", "rawlins-ertel-irving": "238"}	{"ertel": "ES-2637", "csicop": "CS-238", "lerrcp": "D10-820"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Mann", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-07:00", "date": "1934-06-13 16:50", "note": null, "place": {"c1": null, "c2": "UT", "c3": null, "cy": "US", "lg": -111.88333, "lat": 40.75, "name": "Salt Lake City", "geoid": null}, "notime": null, "date-ut": "1934-06-13 23:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Mann"}, "birth": {"tzo": "-07:00", "date": "1934-06-13 16:50", "place": {"c2": "UT", "cy": "US", "lg": -111.88333, "lat": 40.75, "name": "Salt Lake City"}, "date-ut": "1934-06-13 23:50"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "820"}}, "raw": {"H": "16:50", "TZ": "7h", "DAY": "13", "LAT": "40N45", "LON": "111W53", "MON": "6", "NUM": "820", "PRO": "SP", "YEA": "1934", "CICO": "Salt Lake City, UT", "NAME": "Mann Richard"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["motor-sports-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "238"}}, "raw": {"LA1": "40", "LA2": "45", "LO1": "111", "LO2": "53", "AMPM": "P", "MARS": "16", "NAME": "Mann", "BATCH": "1", "Satz#": "238", "GEBDAT": "13 6 1934", "GEBORT": "UT", "GEBZEIT": "4 50", "VORNAME": "Richard Scott", "SPORTART": "AUTO", "ZEITZONE": "7"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["motor-sports-competitor"], "partial-ids": {"ertel": "ES-2637"}}, "raw": {"L": "", "MF": "", "NR": "2637", "ENG": "", "MA_": "0", "G_NR": "852", "MA12": "6", "MARS": "16", "NAME": "Mann", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "0,800", "CSINR": "238", "KURTZ": "", "PHAS_": "0,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "13.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Richard Scott", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.06.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17058	markert-clement-1917-04-11	{"d10": "823"}	{"lerrcp": "D10-823"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clement", "family": "Markert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1917-04-11 14:00", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "US", "lg": -103.21667, "lat": 38.06667, "name": "Las Animas", "geoid": null}, "notime": null, "date-ut": "1917-04-11 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Clement", "family": "Markert"}, "birth": {"tzo": "-07:00", "date": "1917-04-11 14:00", "place": {"c2": "CO", "cy": "US", "lg": -103.21667, "lat": 38.06667, "name": "Las Animas"}, "date-ut": "1917-04-11 21:00"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "823"}}, "raw": {"H": "14:00", "TZ": "7h", "DAY": "11", "LAT": "38N4", "LON": "103W13", "MON": "4", "NUM": "823", "PRO": "SC", "YEA": "1917", "CICO": "Las Animas, CO", "NAME": "Markert Clement"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17059	marshall-burke-1922-10-01	{"d10": "824"}	{"lerrcp": "D10-824"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Burke", "family": "Marshall", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1922-10-01 02:11", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.41667, "lat": 40.61667, "name": "Plainfield", "geoid": null}, "notime": null, "date-ut": "1922-10-01 07:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Burke", "family": "Marshall"}, "birth": {"tzo": "-05:00", "date": "1922-10-01 02:11", "place": {"c2": "NJ", "cy": "US", "lg": -74.41667, "lat": 40.61667, "name": "Plainfield"}, "date-ut": "1922-10-01 07:11"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "824"}}, "raw": {"H": "02:11", "TZ": "5h", "DAY": "1", "LAT": "40N37", "LON": "74W25", "MON": "10", "NUM": "824", "PRO": "EX", "YEA": "1922", "CICO": "Plainfield, NJ", "NAME": "Marshall Burke"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17061	martin-dean-1917-06-17	{"d10": "826"}	{"lerrcp": "D10-826"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dean", "family": "Martin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1917-06-17 23:55", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -80.61667, "lat": 40.36667, "name": "Steubenville", "geoid": null}, "notime": null, "date-ut": "1917-06-18 05:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Dean", "family": "Martin"}, "birth": {"tzo": "-06:00", "date": "1917-06-17 23:55", "place": {"c2": "OH", "cy": "US", "lg": -80.61667, "lat": 40.36667, "name": "Steubenville"}, "date-ut": "1917-06-18 05:55"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "826"}}, "raw": {"H": "23:55", "TZ": "6h", "DAY": "17", "LAT": "40N22", "LON": "80W37", "MON": "6", "NUM": "826", "PRO": "AC", "YEA": "1917", "CICO": "Steubenville, OH", "NAME": "Martin Dean"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17060	martin-billy-1928-05-16	{"d10": "825", "3a_sports": "2786"}	{"ertel": "ES-2786", "lerrcp": "D10-825"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Billy", "family": "Martin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1928-05-16 15:43", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.26667, "lat": 37.86667, "name": "Berkeley", "geoid": null}, "notime": null, "date-ut": "1928-05-16 23:43"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["winter-sports-practitioner"]	5	null	[{"new": {"name": {"given": "Billy", "family": "Martin"}, "birth": {"tzo": "-08:00", "date": "1928-05-16 15:43", "place": {"c2": "CA", "cy": "US", "lg": -122.26667, "lat": 37.86667, "name": "Berkeley"}, "date-ut": "1928-05-16 23:43"}, "occus": ["miscelaneous"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "825"}}, "raw": {"H": "15:43", "TZ": "8h", "DAY": "16", "LAT": "37N52", "LON": "122W16", "MON": "5", "NUM": "825", "PRO": "X", "YEA": "1928", "CICO": "Berkeley, CA", "NAME": "Martin Billy"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["winter-sports-practitioner"], "partial-ids": {"ertel": "ES-2786"}}, "raw": {"L": "", "MF": "", "NR": "2786", "ENG": "0", "MA_": "2", "G_NR": "825", "MA12": "12", "MARS": "36", "NAME": "McDermott", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-4,900", "CSINR": "", "KURTZ": "", "PHAS_": "90,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "20.09.", "ZITATE": "KSX", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Richard Terr.", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "20.09.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "ICES", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17062	martin-edwin-1908-05-21	{"d10": "827"}	{"lerrcp": "D10-827"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edwin", "family": "Martin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1908-05-21 04:30", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.2, "lat": 39.75, "name": "Dayton", "geoid": null}, "notime": null, "date-ut": "1908-05-21 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Edwin", "family": "Martin"}, "birth": {"tzo": "-06:00", "date": "1908-05-21 04:30", "place": {"c2": "OH", "cy": "US", "lg": -84.2, "lat": 39.75, "name": "Dayton"}, "date-ut": "1908-05-21 10:30"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "827"}}, "raw": {"H": "04:30", "TZ": "6h", "DAY": "21", "LAT": "39N45", "LON": "84W12", "MON": "5", "NUM": "827", "PRO": "PO", "YEA": "1908", "CICO": "Dayton, OH", "NAME": "Martin Edwin"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17064	mason-marsha-1942-04-03	{"d10": "829"}	{"lerrcp": "D10-829"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marsha", "family": "Mason", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1942-04-03 11:12", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis", "geoid": null}, "notime": null, "date-ut": "1942-04-03 16:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marsha", "family": "Mason"}, "birth": {"tzo": "-05:00", "date": "1942-04-03 11:12", "place": {"c2": "MO", "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis"}, "date-ut": "1942-04-03 16:12"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "829"}}, "raw": {"H": "11:12", "TZ": "5h", "DAY": "3", "LAT": "38N37", "LON": "90W12", "MON": "4", "NUM": "829", "PRO": "AC", "YEA": "1942", "CICO": "St Louis, MO", "NAME": "Mason Marsha"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17065	masters-william-1915-12-27	{"d10": "830"}	{"lerrcp": "D10-830"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Masters", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1915-12-27 19:20", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1915-12-28 00:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "William", "family": "Masters"}, "birth": {"tzo": "-05:00", "date": "1915-12-27 19:20", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1915-12-28 00:20"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "830"}}, "raw": {"H": "19:20", "TZ": "5h", "DAY": "27", "LAT": "41N30", "LON": "81W42", "MON": "12", "NUM": "830", "PRO": "SC", "YEA": "1915", "CICO": "Cleveland, OH", "NAME": "Masters William"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17063	martin-harry-1911-01-04	{"d10": "828", "3a_sports": "2787"}	{"ertel": "ES-2787", "lerrcp": "D10-828"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Harry", "family": "Martin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1911-01-04 20:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -82.98333, "lat": 40.8, "name": "Bucyrus", "geoid": null}, "notime": null, "date-ut": "1911-01-05 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Harry", "family": "Martin"}, "birth": {"tzo": "-06:00", "date": "1911-01-04 20:00", "place": {"c2": "OH", "cy": "US", "lg": -82.98333, "lat": 40.8, "name": "Bucyrus"}, "date-ut": "1911-01-05 02:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "828"}}, "raw": {"H": "20:00", "TZ": "6h", "DAY": "4", "LAT": "40N48", "LON": "82W59", "MON": "1", "NUM": "828", "PRO": "MI", "YEA": "1911", "CICO": "Bucyrus, OH", "NAME": "Martin Harry"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-2787"}}, "raw": {"L": "", "MF": "", "NR": "2787", "ENG": "", "MA_": "1", "G_NR": "828", "MA12": "7", "MARS": "20", "NAME": "McElhenny", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-8,600", "CSINR": "", "KURTZ": "", "PHAS_": "77,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "31.12.", "ZITATE": "X", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Hugh Edward", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "31.12.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17067	mathews-edwin-1931-10-13	{"d10": "832"}	{"lerrcp": "D10-832"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edwin", "family": "Mathews", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1931-10-13 16:00", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -94.1, "lat": 33.43333, "name": "Texarkana", "geoid": null}, "notime": null, "date-ut": "1931-10-13 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sportsperson"]	5	null	[{"new": {"name": {"given": "Edwin", "family": "Mathews"}, "birth": {"tzo": "-06:00", "date": "1931-10-13 16:00", "place": {"c2": "TX", "cy": "US", "lg": -94.1, "lat": 33.43333, "name": "Texarkana"}, "date-ut": "1931-10-13 22:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "832"}}, "raw": {"H": "16:00", "TZ": "6h", "DAY": "13", "LAT": "33N26", "LON": "94W6", "MON": "10", "NUM": "832", "PRO": "SP", "YEA": "1931", "CICO": "Texarkana, TX", "NAME": "Mathews Edwin"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17068	mathias-robert-1930-11-17	{"d10": "833"}	{"lerrcp": "D10-833"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Mathias", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1930-11-17 07:47", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -119.35, "lat": 36.21667, "name": "Tulare", "geoid": null}, "notime": null, "date-ut": "1930-11-17 15:47"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sportsperson"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Mathias"}, "birth": {"tzo": "-08:00", "date": "1930-11-17 07:47", "place": {"c2": "CA", "cy": "US", "lg": -119.35, "lat": 36.21667, "name": "Tulare"}, "date-ut": "1930-11-17 15:47"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "833"}}, "raw": {"H": "07:47", "TZ": "8h", "DAY": "17", "LAT": "36N13", "LON": "119W21", "MON": "11", "NUM": "833", "PRO": "SP", "YEA": "1930", "CICO": "Tulare, CA", "NAME": "Mathias Robert"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17069	matson-james-1945-03-05	{"d10": "834"}	{"lerrcp": "D10-834"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Matson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1945-03-05 20:50", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -94.88333, "lat": 32.38333, "name": "Kilgore", "geoid": null}, "notime": null, "date-ut": "1945-03-06 01:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sportsperson"]	5	null	[{"new": {"name": {"given": "James", "family": "Matson"}, "birth": {"tzo": "-05:00", "date": "1945-03-05 20:50", "place": {"c2": "TX", "cy": "US", "lg": -94.88333, "lat": 32.38333, "name": "Kilgore"}, "date-ut": "1945-03-06 01:50"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "834"}}, "raw": {"H": "20:50", "TZ": "5h", "DAY": "5", "LAT": "32N23", "LON": "94W53", "MON": "3", "NUM": "834", "PRO": "SP", "YEA": "1945", "CICO": "Kilgore, TX", "NAME": "Matson James"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17071	matsunaga-spark-1916-10-08	{"d10": "836"}	{"lerrcp": "D10-836"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Spark", "family": "Matsunaga", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-10:30", "date": "1916-10-08 22:00", "note": null, "place": {"c1": null, "c2": "HI", "c3": null, "cy": "US", "lg": -159.46667, "lat": 21.9, "name": "Kukuiula", "geoid": null}, "notime": null, "date-ut": "1916-10-09 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Spark", "family": "Matsunaga"}, "birth": {"tzo": "-10:30", "date": "1916-10-08 22:00", "place": {"c2": "HI", "cy": "US", "lg": -159.46667, "lat": 21.9, "name": "Kukuiula"}, "date-ut": "1916-10-09 08:30"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "836"}}, "raw": {"H": "22:00", "TZ": "10h30", "DAY": "8", "LAT": "21N54", "LON": "159W28", "MON": "10", "NUM": "836", "PRO": "PO", "YEA": "1916", "CICO": "Kukuiula, HI", "NAME": "Matsunaga Spark"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17072	matthews-daniel-1931-12-31	{"d10": "837"}	{"lerrcp": "D10-837"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "Matthews", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1931-12-31 09:28", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.43333, "lat": 34.18333, "name": "Van Nys", "geoid": null}, "notime": null, "date-ut": "1931-12-31 17:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Daniel", "family": "Matthews"}, "birth": {"tzo": "-08:00", "date": "1931-12-31 09:28", "place": {"c2": "CA", "cy": "US", "lg": -118.43333, "lat": 34.18333, "name": "Van Nys"}, "date-ut": "1931-12-31 17:28"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "837"}}, "raw": {"H": "09:28", "TZ": "8h", "DAY": "31", "LAT": "34N11", "LON": "118W26", "MON": "12", "NUM": "837", "PRO": "MI", "YEA": "1931", "CICO": "Van Nys, CA", "NAME": "Matthews Daniel"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17073	matthews-jack-1925-07-22	{"d10": "838"}	{"lerrcp": "D10-838"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jack", "family": "Matthews", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1925-07-22 10:05", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83, "lat": 39.96667, "name": "Columbus", "geoid": null}, "notime": null, "date-ut": "1925-07-22 15:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jack", "family": "Matthews"}, "birth": {"tzo": "-05:00", "date": "1925-07-22 10:05", "place": {"c2": "OH", "cy": "US", "lg": -83, "lat": 39.96667, "name": "Columbus"}, "date-ut": "1925-07-22 15:05"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "838"}}, "raw": {"H": "10:05", "TZ": "5h", "DAY": "22", "LAT": "39N58", "LON": "83W0", "MON": "7", "NUM": "838", "PRO": "WR", "YEA": "1925", "CICO": "Columbus, OH", "NAME": "Matthews Jack"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17074	matthews-william-1942-11-11	{"d10": "839"}	{"lerrcp": "D10-839"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Matthews", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1942-11-11 08:39", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati", "geoid": null}, "notime": null, "date-ut": "1942-11-11 12:39"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "William", "family": "Matthews"}, "birth": {"tzo": "-04:00", "date": "1942-11-11 08:39", "place": {"c2": "OH", "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati"}, "date-ut": "1942-11-11 12:39"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "839"}}, "raw": {"H": "08:39", "TZ": "4h", "DAY": "11", "LAT": "39N6", "LON": "84W31", "MON": "11", "NUM": "839", "PRO": "WR", "YEA": "1942", "CICO": "Cincinnati, OH", "NAME": "Matthews William"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17075	mattingly-thomas-1936-03-17	{"d10": "840"}	{"lerrcp": "D10-840"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Thomas", "family": "Mattingly", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1936-03-17 18:22", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago", "geoid": null}, "notime": null, "date-ut": "1936-03-17 23:22"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Thomas", "family": "Mattingly"}, "birth": {"tzo": "-05:00", "date": "1936-03-17 18:22", "place": {"c2": "IL", "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago"}, "date-ut": "1936-03-17 23:22"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "840"}}, "raw": {"H": "18:22", "TZ": "5h", "DAY": "17", "LAT": "41N52", "LON": "87W39", "MON": "3", "NUM": "840", "PRO": "MI", "YEA": "1936", "CICO": "Chicago, IL", "NAME": "Mattingly Thomas"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17076	mauch-gene-1925-11-18	{"d10": "841"}	{"lerrcp": "D10-841"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gene", "family": "Mauch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1925-11-18 19:15", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -97.61667, "lat": 38.83333, "name": "Salina", "geoid": null}, "notime": null, "date-ut": "1925-11-19 01:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"name": {"given": "Gene", "family": "Mauch"}, "birth": {"tzo": "-06:00", "date": "1925-11-18 19:15", "place": {"c2": "KS", "cy": "US", "lg": -97.61667, "lat": 38.83333, "name": "Salina"}, "date-ut": "1925-11-19 01:15"}, "occus": ["miscelaneous"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "841"}}, "raw": {"H": "19:15", "TZ": "6h", "DAY": "18", "LAT": "38N50", "LON": "97W37", "MON": "11", "NUM": "841", "PRO": "X", "YEA": "1925", "CICO": "Salina, KS", "NAME": "Mauch Gene"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17077	may-rollo-1909-04-21	{"d10": "842"}	{"lerrcp": "D10-842"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rollo", "family": "May", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1909-04-21 02:20", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83.81667, "lat": 40.76667, "name": "Ada", "geoid": null}, "notime": null, "date-ut": "1909-04-21 07:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Rollo", "family": "May"}, "birth": {"tzo": "-05:00", "date": "1909-04-21 02:20", "place": {"c2": "OH", "cy": "US", "lg": -83.81667, "lat": 40.76667, "name": "Ada"}, "date-ut": "1909-04-21 07:20"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "842"}}, "raw": {"H": "02:20", "TZ": "5h", "DAY": "21", "LAT": "40N46", "LON": "83W49", "MON": "4", "NUM": "842", "PRO": "WR", "YEA": "1909", "CICO": "Ada, OH", "NAME": "May Rollo"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17078	mayfield-julian-1928-06-06	{"d10": "843"}	{"lerrcp": "D10-843"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julian", "family": "Mayfield", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1928-06-06 06:00", "note": null, "place": {"c1": null, "c2": "SC", "c3": null, "cy": "US", "lg": -82.23333, "lat": 34.93333, "name": "Greer", "geoid": null}, "notime": null, "date-ut": "1928-06-06 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Julian", "family": "Mayfield"}, "birth": {"tzo": "-05:00", "date": "1928-06-06 06:00", "place": {"c2": "SC", "cy": "US", "lg": -82.23333, "lat": 34.93333, "name": "Greer"}, "date-ut": "1928-06-06 11:00"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "843"}}, "raw": {"H": "06:00", "TZ": "5h", "DAY": "6", "LAT": "34N56", "LON": "82W14", "MON": "6", "NUM": "843", "PRO": "WR", "YEA": "1928", "CICO": "Greer, SC", "NAME": "Mayfield Julian"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17079	mayo-george-1918-11-29	{"d10": "844"}	{"lerrcp": "D10-844"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "George", "family": "Mayo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1918-11-29 17:03", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1918-11-30 01:03"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "George", "family": "Mayo"}, "birth": {"tzo": "-08:00", "date": "1918-11-29 17:03", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1918-11-30 01:03"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "844"}}, "raw": {"H": "17:03", "TZ": "8h", "DAY": "29", "LAT": "37N47", "LON": "122W25", "MON": "11", "NUM": "844", "PRO": "MI", "YEA": "1918", "CICO": "San Francisco, CA", "NAME": "Mayo George"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17080	mayo-robert-1916-03-15	{"d10": "845"}	{"lerrcp": "D10-845"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Mayo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1916-03-15 10:15", "note": null, "place": {"c1": null, "c2": "WA", "c3": null, "cy": "US", "lg": -122.33333, "lat": 47.6, "name": "Seattle", "geoid": null}, "notime": null, "date-ut": "1916-03-15 18:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Mayo"}, "birth": {"tzo": "-08:00", "date": "1916-03-15 10:15", "place": {"c2": "WA", "cy": "US", "lg": -122.33333, "lat": 47.6, "name": "Seattle"}, "date-ut": "1916-03-15 18:15"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "845"}}, "raw": {"H": "10:15", "TZ": "8h", "DAY": "15", "LAT": "47N36", "LON": "122W20", "MON": "3", "NUM": "845", "PRO": "PO", "YEA": "1916", "CICO": "Seattle, WA", "NAME": "Mayo Robert"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17083	mc-alister-robert-1923-09-15	{"d10": "848"}	{"lerrcp": "D10-848"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Mc Alister", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1923-09-15 20:45", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -88.63333, "lat": 36.73333, "name": "Mayfield", "geoid": null}, "notime": null, "date-ut": "1923-09-16 02:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Mc Alister"}, "birth": {"tzo": "-06:00", "date": "1923-09-15 20:45", "place": {"c2": "KY", "cy": "US", "lg": -88.63333, "lat": 36.73333, "name": "Mayfield"}, "date-ut": "1923-09-16 02:45"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "848"}}, "raw": {"H": "20:45", "TZ": "6h", "DAY": "15", "LAT": "36N44", "LON": "88W38", "MON": "9", "NUM": "848", "PRO": "MI", "YEA": "1923", "CICO": "Mayfield, KY", "NAME": "Mc Alister Robert"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17084	mc-bride-patricia-1942-08-23	{"d10": "849"}	{"lerrcp": "D10-849"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Patricia", "family": "Mc Bride", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1942-08-23 20:49", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.01667, "lat": 40.88333, "name": "Teaneck", "geoid": null}, "notime": null, "date-ut": "1942-08-24 00:49"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Patricia", "family": "Mc Bride"}, "birth": {"tzo": "-04:00", "date": "1942-08-23 20:49", "place": {"c2": "NJ", "cy": "US", "lg": -74.01667, "lat": 40.88333, "name": "Teaneck"}, "date-ut": "1942-08-24 00:49"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "849"}}, "raw": {"H": "20:49", "TZ": "4h", "DAY": "23", "LAT": "40N53", "LON": "74W1", "MON": "8", "NUM": "849", "PRO": "AR", "YEA": "1942", "CICO": "Teaneck, NJ", "NAME": "Mc Bride Patricia"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17085	mc-cambridge-mercedes-1918-03-17	{"d10": "850"}	{"lerrcp": "D10-850"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mercedes", "family": "Mc Cambridge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1918-03-17 05:00", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -88.08333, "lat": 41.53333, "name": "Joliet", "geoid": null}, "notime": null, "date-ut": "1918-03-17 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Mercedes", "family": "Mc Cambridge"}, "birth": {"tzo": "-06:00", "date": "1918-03-17 05:00", "place": {"c2": "IL", "cy": "US", "lg": -88.08333, "lat": 41.53333, "name": "Joliet"}, "date-ut": "1918-03-17 11:00"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "850"}}, "raw": {"H": "05:00", "TZ": "6h", "DAY": "17", "LAT": "41N32", "LON": "88W5", "MON": "3", "NUM": "850", "PRO": "AC", "YEA": "1918", "CICO": "Joliet, IL", "NAME": "Mc Cambridge Mercedes"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17086	mc-carthy-eugene-1916-03-29	{"d10": "851"}	{"lerrcp": "D10-851"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugene", "family": "Mc Carthy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1916-03-29 04:00", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -94.4, "lat": 45.31667, "name": "Watkins", "geoid": null}, "notime": null, "date-ut": "1916-03-29 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Eugene", "family": "Mc Carthy"}, "birth": {"tzo": "-06:00", "date": "1916-03-29 04:00", "place": {"c2": "MN", "cy": "US", "lg": -94.4, "lat": 45.31667, "name": "Watkins"}, "date-ut": "1916-03-29 10:00"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "851"}}, "raw": {"H": "04:00", "TZ": "6h", "DAY": "29", "LAT": "45N19", "LON": "94W24", "MON": "3", "NUM": "851", "PRO": "PO", "YEA": "1916", "CICO": "Watkins, MN", "NAME": "Mc Carthy Eugene"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17087	mc-carthy-kevin-1914-02-15	{"d10": "852"}	{"lerrcp": "D10-852"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kevin", "family": "Mc Carthy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1914-02-15 04:00", "note": null, "place": {"c1": null, "c2": "WA", "c3": null, "cy": "US", "lg": -122.33333, "lat": 47.6, "name": "Seattle", "geoid": null}, "notime": null, "date-ut": "1914-02-15 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Kevin", "family": "Mc Carthy"}, "birth": {"tzo": "-08:00", "date": "1914-02-15 04:00", "place": {"c2": "WA", "cy": "US", "lg": -122.33333, "lat": 47.6, "name": "Seattle"}, "date-ut": "1914-02-15 12:00"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "852"}}, "raw": {"H": "04:00", "TZ": "8h", "DAY": "15", "LAT": "47N36", "LON": "122W20", "MON": "2", "NUM": "852", "PRO": "AC", "YEA": "1914", "CICO": "Seattle, WA", "NAME": "Mc Carthy Kevin"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17089	mc-closkey-paul-1927-09-29	{"d10": "854"}	{"lerrcp": "D10-854"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Mc Closkey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1927-09-29 08:35", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -117.31667, "lat": 34.11667, "name": "San Bernardino", "geoid": null}, "notime": null, "date-ut": "1927-09-29 16:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Mc Closkey"}, "birth": {"tzo": "-08:00", "date": "1927-09-29 08:35", "place": {"c2": "CA", "cy": "US", "lg": -117.31667, "lat": 34.11667, "name": "San Bernardino"}, "date-ut": "1927-09-29 16:35"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "854"}}, "raw": {"H": "08:35", "TZ": "8h", "DAY": "29", "LAT": "34N7", "LON": "117W19", "MON": "9", "NUM": "854", "PRO": "PO", "YEA": "1927", "CICO": "San Bernardino, CA", "NAME": "Mc Closkey Paul"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17090	mc-clure-doug-1935-05-11	{"d10": "855"}	{"lerrcp": "D10-855"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Doug", "family": "Mc Clure", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1935-05-11 17:49", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -124.08333, "lat": 40.86667, "name": "Glendale", "geoid": null}, "notime": null, "date-ut": "1935-05-12 01:49"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Doug", "family": "Mc Clure"}, "birth": {"tzo": "-08:00", "date": "1935-05-11 17:49", "place": {"c2": "CA", "cy": "US", "lg": -124.08333, "lat": 40.86667, "name": "Glendale"}, "date-ut": "1935-05-12 01:49"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "855"}}, "raw": {"H": "17:49", "TZ": "8h", "DAY": "11", "LAT": "40N52", "LON": "124W5", "MON": "5", "NUM": "855", "PRO": "AC", "YEA": "1935", "CICO": "Glendale, CA", "NAME": "Mc Clure Doug"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17091	mc-clure-michael-1932-10-20	{"d10": "856"}	{"lerrcp": "D10-856"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michael", "family": "Mc Clure", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1932-10-20 21:00", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -96.65, "lat": 39.85, "name": "Marysville", "geoid": null}, "notime": null, "date-ut": "1932-10-21 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Michael", "family": "Mc Clure"}, "birth": {"tzo": "-06:00", "date": "1932-10-20 21:00", "place": {"c2": "KS", "cy": "US", "lg": -96.65, "lat": 39.85, "name": "Marysville"}, "date-ut": "1932-10-21 03:00"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "856"}}, "raw": {"H": "21:00", "TZ": "6h", "DAY": "20", "LAT": "39N51", "LON": "96W39", "MON": "10", "NUM": "856", "PRO": "WR", "YEA": "1932", "CICO": "Marysville, KS", "NAME": "Mc Clure Michael"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17092	mc-connell-richard-1923-11-19	{"d10": "857"}	{"lerrcp": "D10-857"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Mc Connell", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1923-11-19 16:50", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -73.98333, "lat": 40.81667, "name": "Cliffside Park", "geoid": null}, "notime": null, "date-ut": "1923-11-19 21:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Mc Connell"}, "birth": {"tzo": "-05:00", "date": "1923-11-19 16:50", "place": {"c2": "NJ", "cy": "US", "lg": -73.98333, "lat": 40.81667, "name": "Cliffside Park"}, "date-ut": "1923-11-19 21:50"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "857"}}, "raw": {"H": "16:50", "TZ": "5h", "DAY": "19", "LAT": "40N49", "LON": "73W59", "MON": "11", "NUM": "857", "PRO": "MI", "YEA": "1923", "CICO": "Cliffside Park, NJ", "NAME": "Mc Connell Richard"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17094	mc-cracken-john-1934-12-09	{"d10": "859"}	{"lerrcp": "D10-859"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Mc Cracken", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1934-12-09 06:51", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.26667, "lat": 37.86667, "name": "Berkeley", "geoid": null}, "notime": null, "date-ut": "1934-12-09 14:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "John", "family": "Mc Cracken"}, "birth": {"tzo": "-08:00", "date": "1934-12-09 06:51", "place": {"c2": "CA", "cy": "US", "lg": -122.26667, "lat": 37.86667, "name": "Berkeley"}, "date-ut": "1934-12-09 14:51"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "859"}}, "raw": {"H": "06:51", "TZ": "8h", "DAY": "9", "LAT": "37N52", "LON": "122W16", "MON": "12", "NUM": "859", "PRO": "AR", "YEA": "1934", "CICO": "Berkeley, CA", "NAME": "Mc Cracken John"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17095	mc-crea-joel-1905-11-05	{"d10": "860"}	{"lerrcp": "D10-860"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joel", "family": "Mc Crea", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1905-11-05 07:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1905-11-05 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Joel", "family": "Mc Crea"}, "birth": {"tzo": "-08:00", "date": "1905-11-05 07:00", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1905-11-05 15:00"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "860"}}, "raw": {"H": "07:00", "TZ": "8h", "DAY": "5", "LAT": "34N4", "LON": "118W15", "MON": "11", "NUM": "860", "PRO": "AC", "YEA": "1905", "CICO": "Los Angeles, CA", "NAME": "Mc Crea Joel"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17096	mc-cullouch-earl-1946-01-10	{"d10": "861", "3a_sports": "2785"}	{"ertel": "ES-2785", "lerrcp": "D10-861"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Earl", "family": "Mc Cullouch", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1946-01-10 04:00", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -95.05, "lat": 33.61667, "name": "Clarksville", "geoid": null}, "notime": null, "date-ut": "1946-01-10 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Earl", "family": "Mc Cullouch"}, "birth": {"tzo": "-06:00", "date": "1946-01-10 04:00", "place": {"c2": "TX", "cy": "US", "lg": -95.05, "lat": 33.61667, "name": "Clarksville"}, "date-ut": "1946-01-10 10:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "861"}}, "raw": {"H": "04:00", "TZ": "6h", "DAY": "10", "LAT": "33N37", "LON": "95W3", "MON": "1", "NUM": "861", "PRO": "SP", "YEA": "1946", "CICO": "Clarksville, TX", "NAME": "Mc Cullouch Earl"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-2785"}}, "raw": {"L": "", "MF": "", "NR": "2785", "ENG": "", "MA_": "1", "G_NR": "822", "MA12": "5", "MARS": "13", "NAME": "McCullough", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "10,600", "CSINR": "", "KURTZ": "", "PHAS_": "40,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "10.01.", "ZITATE": "DT", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Earl", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "10.01.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17097	mc-cutcheon-keith-1915-08-10	{"d10": "862"}	{"lerrcp": "D10-862"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Keith", "family": "Mc Cutcheon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1915-08-10 08:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -80.58333, "lat": 40.61667, "name": "East Liverpool", "geoid": null}, "notime": null, "date-ut": "1915-08-10 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Keith", "family": "Mc Cutcheon"}, "birth": {"tzo": "-06:00", "date": "1915-08-10 08:00", "place": {"c2": "OH", "cy": "US", "lg": -80.58333, "lat": 40.61667, "name": "East Liverpool"}, "date-ut": "1915-08-10 14:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "862"}}, "raw": {"H": "08:00", "TZ": "6h", "DAY": "10", "LAT": "40N37", "LON": "80W35", "MON": "8", "NUM": "862", "PRO": "MI", "YEA": "1915", "CICO": "East Liverpool, OH", "NAME": "Mc Cutcheon Keith"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17098	mc-daniel-boyce-1917-06-11	{"d10": "863"}	{"lerrcp": "D10-863"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Boyce", "family": "Mc Daniel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1917-06-11 06:20", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -82.73333, "lat": 35.23333, "name": "Brevard", "geoid": null}, "notime": null, "date-ut": "1917-06-11 11:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Boyce", "family": "Mc Daniel"}, "birth": {"tzo": "-05:00", "date": "1917-06-11 06:20", "place": {"c2": "NC", "cy": "US", "lg": -82.73333, "lat": 35.23333, "name": "Brevard"}, "date-ut": "1917-06-11 11:20"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "863"}}, "raw": {"H": "06:20", "TZ": "5h", "DAY": "11", "LAT": "35N14", "LON": "82W44", "MON": "6", "NUM": "863", "PRO": "SC", "YEA": "1917", "CICO": "Brevard, NC", "NAME": "Mc Daniel Boyce"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17100	mc-divitt-james-1929-06-10	{"d10": "865", "3a_sports": "2743"}	{"ertel": "ES-2743", "lerrcp": "D10-865"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Mc Divitt", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1929-06-10 14:16", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago", "geoid": null}, "notime": null, "date-ut": "1929-06-10 19:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "James", "family": "Mc Divitt"}, "birth": {"tzo": "-05:00", "date": "1929-06-10 14:16", "place": {"c2": "IL", "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago"}, "date-ut": "1929-06-10 19:16"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "865"}}, "raw": {"H": "14:16", "TZ": "5h", "DAY": "10", "LAT": "41N52", "LON": "87W39", "MON": "6", "NUM": "865", "PRO": "MI", "YEA": "1929", "CICO": "Chicago, IL", "NAME": "Mc Divitt James"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-2743"}}, "raw": {"L": "", "MF": "", "NR": "2743", "ENG": "", "MA_": "1", "G_NR": "865", "MA12": "5", "MARS": "13", "NAME": "Mathias", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-8,900", "CSINR": "", "KURTZ": "", "PHAS_": "14,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "17.11.", "ZITATE": "DKSTBEOX", "ZITSUM": "8", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Robert Bruce", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "17.11.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "7"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17103	mc-kee-george-1923-04-28	{"d10": "868"}	{"lerrcp": "D10-868"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "George", "family": "Mc Kee", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1923-04-28 21:00", "note": null, "place": {"c1": null, "c2": "SC", "c3": null, "cy": "US", "lg": -82.7, "lat": 34.88333, "name": "Pickins", "geoid": null}, "notime": null, "date-ut": "1923-04-29 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "George", "family": "Mc Kee"}, "birth": {"tzo": "-05:00", "date": "1923-04-28 21:00", "place": {"c2": "SC", "cy": "US", "lg": -82.7, "lat": 34.88333, "name": "Pickins"}, "date-ut": "1923-04-29 02:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "868"}}, "raw": {"H": "21:00", "TZ": "5h", "DAY": "28", "LAT": "34N53", "LON": "82W42", "MON": "4", "NUM": "868", "PRO": "MI", "YEA": "1923", "CICO": "Pickins, SC", "NAME": "Mc Kee George"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17104	mc-keen-chester-1923-03-18	{"d10": "869"}	{"lerrcp": "D10-869"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Chester", "family": "Mc Keen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1923-03-18 23:30", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -82.66667, "lat": 40.88333, "name": "Shelby", "geoid": null}, "notime": null, "date-ut": "1923-03-19 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Chester", "family": "Mc Keen"}, "birth": {"tzo": "-05:00", "date": "1923-03-18 23:30", "place": {"c2": "OH", "cy": "US", "lg": -82.66667, "lat": 40.88333, "name": "Shelby"}, "date-ut": "1923-03-19 04:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "869"}}, "raw": {"H": "23:30", "TZ": "5h", "DAY": "18", "LAT": "40N53", "LON": "82W40", "MON": "3", "NUM": "869", "PRO": "MI", "YEA": "1923", "CICO": "Shelby, OH", "NAME": "Mc Keen Chester"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17105	mc-kenzie-james-1926-05-01	{"d10": "870"}	{"lerrcp": "D10-870"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Mc Kenzie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1926-05-01 16:04", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -88.41667, "lat": 44.26667, "name": "Appleton", "geoid": null}, "notime": null, "date-ut": "1926-05-01 22:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "James", "family": "Mc Kenzie"}, "birth": {"tzo": "-06:00", "date": "1926-05-01 16:04", "place": {"c2": "WI", "cy": "US", "lg": -88.41667, "lat": 44.26667, "name": "Appleton"}, "date-ut": "1926-05-01 22:04"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "870"}}, "raw": {"H": "16:04", "TZ": "6h", "DAY": "1", "LAT": "44N16", "LON": "88W25", "MON": "5", "NUM": "870", "PRO": "AC", "YEA": "1926", "CICO": "Appleton, WI", "NAME": "Mc Kenzie James"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17106	mc-kinley-charles-1941-01-05	{"d10": "871"}	{"lerrcp": "D10-871"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Mc Kinley", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1941-01-05 01:20", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis", "geoid": null}, "notime": null, "date-ut": "1941-01-05 07:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sportsperson"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Mc Kinley"}, "birth": {"tzo": "-06:00", "date": "1941-01-05 01:20", "place": {"c2": "MO", "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis"}, "date-ut": "1941-01-05 07:20"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "871"}}, "raw": {"H": "01:20", "TZ": "6h", "DAY": "5", "LAT": "38N37", "LON": "90W12", "MON": "1", "NUM": "871", "PRO": "SP", "YEA": "1941", "CICO": "St Louis, MO", "NAME": "Mc Kinley Charles"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17107	mc-kissick-floyd-1922-03-09	{"d10": "872"}	{"lerrcp": "D10-872"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Floyd", "family": "Mc Kissick", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1922-03-09 19:45", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -82.55, "lat": 35.6, "name": "Asheville", "geoid": null}, "notime": null, "date-ut": "1922-03-10 00:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Floyd", "family": "Mc Kissick"}, "birth": {"tzo": "-05:00", "date": "1922-03-09 19:45", "place": {"c2": "NC", "cy": "US", "lg": -82.55, "lat": 35.6, "name": "Asheville"}, "date-ut": "1922-03-10 00:45"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "872"}}, "raw": {"H": "19:45", "TZ": "5h", "DAY": "9", "LAT": "35N36", "LON": "82W33", "MON": "3", "NUM": "872", "PRO": "PO", "YEA": "1922", "CICO": "Asheville, NC", "NAME": "Mc Kissick Floyd"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17108	mc-laughlin-john-1917-12-24	{"d10": "873"}	{"lerrcp": "D10-873"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Mc Laughlin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1917-12-24 18:05", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1917-12-25 02:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "John", "family": "Mc Laughlin"}, "birth": {"tzo": "-08:00", "date": "1917-12-24 18:05", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1917-12-25 02:05"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "873"}}, "raw": {"H": "18:05", "TZ": "8h", "DAY": "24", "LAT": "37N47", "LON": "122W25", "MON": "12", "NUM": "873", "PRO": "MI", "YEA": "1917", "CICO": "San Francisco, CA", "NAME": "Mc Laughlin John"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17109	mc-laughlin-john-1918-09-21	{"d10": "874"}	{"lerrcp": "D10-874"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Mc Laughlin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1918-09-21 17:10", "note": null, "place": {"c1": null, "c2": "SC", "c3": null, "cy": "US", "lg": -79.93333, "lat": 32.76667, "name": "Charleston", "geoid": null}, "notime": null, "date-ut": "1918-09-21 21:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "John", "family": "Mc Laughlin"}, "birth": {"tzo": "-04:00", "date": "1918-09-21 17:10", "place": {"c2": "SC", "cy": "US", "lg": -79.93333, "lat": 32.76667, "name": "Charleston"}, "date-ut": "1918-09-21 21:10"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "874"}}, "raw": {"H": "17:10", "TZ": "4h", "DAY": "21", "LAT": "32N46", "LON": "79W56", "MON": "9", "NUM": "874", "PRO": "MI", "YEA": "1918", "CICO": "Charleston, SC", "NAME": "Mc Laughlin John"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17110	mc-morries-edwin-1921-12-15	{"d10": "875"}	{"lerrcp": "D10-875"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edwin", "family": "Mc Morries", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1921-12-15 02:30", "note": null, "place": {"c1": null, "c2": "FL", "c3": null, "cy": "US", "lg": -87.21667, "lat": 30.41667, "name": "Pensacola", "geoid": null}, "notime": null, "date-ut": "1921-12-15 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edwin", "family": "Mc Morries"}, "birth": {"tzo": "-06:00", "date": "1921-12-15 02:30", "place": {"c2": "FL", "cy": "US", "lg": -87.21667, "lat": 30.41667, "name": "Pensacola"}, "date-ut": "1921-12-15 08:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "875"}}, "raw": {"H": "02:30", "TZ": "6h", "DAY": "15", "LAT": "30N25", "LON": "87W13", "MON": "12", "NUM": "875", "PRO": "MI", "YEA": "1921", "CICO": "Pensacola, FL", "NAME": "Mc Morries Edwin"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17111	mc-pherson-john-1917-10-04	{"d10": "876"}	{"lerrcp": "D10-876"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Mc Pherson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1917-10-04 11:10", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -92.53333, "lat": 47.51667, "name": "Virginia", "geoid": null}, "notime": null, "date-ut": "1917-10-04 17:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "John", "family": "Mc Pherson"}, "birth": {"tzo": "-06:00", "date": "1917-10-04 11:10", "place": {"c2": "MN", "cy": "US", "lg": -92.53333, "lat": 47.51667, "name": "Virginia"}, "date-ut": "1917-10-04 17:10"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "876"}}, "raw": {"H": "11:10", "TZ": "6h", "DAY": "4", "LAT": "47N31", "LON": "92W32", "MON": "10", "NUM": "876", "PRO": "MI", "YEA": "1917", "CICO": "Virginia, MN", "NAME": "Mc Pherson John"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17112	mc-swiney-james-1915-11-13	{"d10": "877"}	{"lerrcp": "D10-877"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Mc Swiney", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1915-11-13 11:00", "note": null, "place": {"c1": null, "c2": "TN", "c3": null, "cy": "US", "lg": -87.63333, "lat": 36.11667, "name": "Mc Ewen", "geoid": null}, "notime": null, "date-ut": "1915-11-13 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "James", "family": "Mc Swiney"}, "birth": {"tzo": "-06:00", "date": "1915-11-13 11:00", "place": {"c2": "TN", "cy": "US", "lg": -87.63333, "lat": 36.11667, "name": "Mc Ewen"}, "date-ut": "1915-11-13 17:00"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "877"}}, "raw": {"H": "11:00", "TZ": "6h", "DAY": "13", "LAT": "36N7", "LON": "87W38", "MON": "11", "NUM": "877", "PRO": "EX", "YEA": "1915", "CICO": "Mc Ewen, TN", "NAME": "Mc Swiney James"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17113	mc-winney-madeline-1922-03-11	{"d10": "878"}	{"lerrcp": "D10-878"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Madeline", "family": "Mc Winney", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1922-03-11 10:40", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "US", "lg": -104.98333, "lat": 39.73333, "name": "Denver", "geoid": null}, "notime": null, "date-ut": "1922-03-11 17:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Madeline", "family": "Mc Winney"}, "birth": {"tzo": "-07:00", "date": "1922-03-11 10:40", "place": {"c2": "CO", "cy": "US", "lg": -104.98333, "lat": 39.73333, "name": "Denver"}, "date-ut": "1922-03-11 17:40"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "878"}}, "raw": {"H": "10:40", "TZ": "7h", "DAY": "11", "LAT": "39N44", "LON": "104W59", "MON": "3", "NUM": "878", "PRO": "EX", "YEA": "1922", "CICO": "Denver, CO", "NAME": "Mc Winney Madeline"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17114	meeker-ralph-1920-11-21	{"d10": "879"}	{"lerrcp": "D10-879"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ralph", "family": "Meeker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1920-11-21 15:10", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis", "geoid": null}, "notime": null, "date-ut": "1920-11-21 21:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Ralph", "family": "Meeker"}, "birth": {"tzo": "-06:00", "date": "1920-11-21 15:10", "place": {"c2": "MN", "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis"}, "date-ut": "1920-11-21 21:10"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "879"}}, "raw": {"H": "15:10", "TZ": "6h", "DAY": "21", "LAT": "44N59", "LON": "93W16", "MON": "11", "NUM": "879", "PRO": "AC", "YEA": "1920", "CICO": "Minneapolis, MN", "NAME": "Meeker Ralph"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17115	melchert-jim-1930-12-02	{"d10": "880"}	{"lerrcp": "D10-880"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jim", "family": "Melchert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1930-12-02 00:31", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.38333, "lat": 40.43333, "name": "New Bremen", "geoid": null}, "notime": null, "date-ut": "1930-12-02 06:31"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Jim", "family": "Melchert"}, "birth": {"tzo": "-06:00", "date": "1930-12-02 00:31", "place": {"c2": "OH", "cy": "US", "lg": -84.38333, "lat": 40.43333, "name": "New Bremen"}, "date-ut": "1930-12-02 06:31"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "880"}}, "raw": {"H": "00:31", "TZ": "6h", "DAY": "2", "LAT": "40N26", "LON": "84W23", "MON": "12", "NUM": "880", "PRO": "AR", "YEA": "1930", "CICO": "New Bremen, OH", "NAME": "Melchert Jim"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17116	mellen-thomas-1918-07-26	{"d10": "881"}	{"lerrcp": "D10-881"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Thomas", "family": "Mellen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1918-07-26 22:45", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1918-07-27 05:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Thomas", "family": "Mellen"}, "birth": {"tzo": "-07:00", "date": "1918-07-26 22:45", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1918-07-27 05:45"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "881"}}, "raw": {"H": "22:45", "TZ": "7h", "DAY": "26", "LAT": "37N47", "LON": "122W25", "MON": "7", "NUM": "881", "PRO": "MI", "YEA": "1918", "CICO": "San Francisco, CA", "NAME": "Mellen Thomas"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17117	menk-louis-1918-04-08	{"d10": "882"}	{"lerrcp": "D10-882"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Menk", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1918-04-08 21:00", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "US", "lg": -104.98333, "lat": 39.65, "name": "Englewood", "geoid": null}, "notime": null, "date-ut": "1918-04-09 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Menk"}, "birth": {"tzo": "-06:00", "date": "1918-04-08 21:00", "place": {"c2": "CO", "cy": "US", "lg": -104.98333, "lat": 39.65, "name": "Englewood"}, "date-ut": "1918-04-09 03:00"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "882"}}, "raw": {"H": "21:00", "TZ": "6h", "DAY": "8", "LAT": "39N39", "LON": "104W59", "MON": "4", "NUM": "882", "PRO": "EX", "YEA": "1918", "CICO": "Englewood, CO", "NAME": "Menk Louis"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17118	mercer-marian-1935-11-26	{"d10": "883"}	{"lerrcp": "D10-883"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marian", "family": "Mercer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1935-11-26 01:20", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.51667, "lat": 41.08333, "name": "Akron", "geoid": null}, "notime": null, "date-ut": "1935-11-26 06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marian", "family": "Mercer"}, "birth": {"tzo": "-05:00", "date": "1935-11-26 01:20", "place": {"c2": "OH", "cy": "US", "lg": -81.51667, "lat": 41.08333, "name": "Akron"}, "date-ut": "1935-11-26 06:20"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "883"}}, "raw": {"H": "01:20", "TZ": "5h", "DAY": "26", "LAT": "41N5", "LON": "81W31", "MON": "11", "NUM": "883", "PRO": "AC", "YEA": "1935", "CICO": "Akron, OH", "NAME": "Mercer Marian"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17119	meredith-burgess-1907-11-16	{"d10": "884"}	{"lerrcp": "D10-884"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Burgess", "family": "Meredith", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1907-11-16 02:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1907-11-16 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Burgess", "family": "Meredith"}, "birth": {"tzo": "-06:00", "date": "1907-11-16 02:00", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1907-11-16 08:00"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "884"}}, "raw": {"H": "02:00", "TZ": "6h", "DAY": "16", "LAT": "41N30", "LON": "81W42", "MON": "11", "NUM": "884", "PRO": "AC", "YEA": "1907", "CICO": "Cleveland, OH", "NAME": "Meredith Burgess"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17120	metcalf-robert-1916-11-13	{"d10": "885"}	{"lerrcp": "D10-885"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Metcalf", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1916-11-13 10:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83, "lat": 39.96667, "name": "Columbus", "geoid": null}, "notime": null, "date-ut": "1916-11-13 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Metcalf"}, "birth": {"tzo": "-06:00", "date": "1916-11-13 10:00", "place": {"c2": "OH", "cy": "US", "lg": -83, "lat": 39.96667, "name": "Columbus"}, "date-ut": "1916-11-13 16:00"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "885"}}, "raw": {"H": "10:00", "TZ": "6h", "DAY": "13", "LAT": "39N58", "LON": "83W0", "MON": "11", "NUM": "885", "PRO": "SC", "YEA": "1916", "CICO": "Columbus, OH", "NAME": "Metcalf Robert"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17121	mettler-ruben-1924-02-23	{"d10": "886"}	{"lerrcp": "D10-886"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ruben", "family": "Mettler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1924-02-23 17:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -119.26667, "lat": 35.5, "name": "Shafter", "geoid": null}, "notime": null, "date-ut": "1924-02-24 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Ruben", "family": "Mettler"}, "birth": {"tzo": "-08:00", "date": "1924-02-23 17:00", "place": {"c2": "CA", "cy": "US", "lg": -119.26667, "lat": 35.5, "name": "Shafter"}, "date-ut": "1924-02-24 01:00"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "886"}}, "raw": {"H": "17:00", "TZ": "8h", "DAY": "23", "LAT": "35N30", "LON": "119W16", "MON": "2", "NUM": "886", "PRO": "EX", "YEA": "1924", "CICO": "Shafter, CA", "NAME": "Mettler Ruben"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17122	metzger-louis-1916-11-18	{"d10": "887"}	{"lerrcp": "D10-887"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Metzger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1916-11-18 08:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1916-11-18 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Metzger"}, "birth": {"tzo": "-08:00", "date": "1916-11-18 08:00", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1916-11-18 16:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "887"}}, "raw": {"H": "08:00", "TZ": "8h", "DAY": "18", "LAT": "37N47", "LON": "122W25", "MON": "11", "NUM": "887", "PRO": "MI", "YEA": "1916", "CICO": "San Francisco, CA", "NAME": "Metzger Louis"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17123	michaelis-frederick-1917-03-04	{"d10": "888"}	{"lerrcp": "D10-888"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frederick", "family": "Michaelis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1917-03-04 10:45", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "US", "lg": -94.58333, "lat": 39.1, "name": "Kansas City", "geoid": null}, "notime": null, "date-ut": "1917-03-04 16:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Frederick", "family": "Michaelis"}, "birth": {"tzo": "-06:00", "date": "1917-03-04 10:45", "place": {"c2": "MO", "cy": "US", "lg": -94.58333, "lat": 39.1, "name": "Kansas City"}, "date-ut": "1917-03-04 16:45"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "888"}}, "raw": {"H": "10:45", "TZ": "6h", "DAY": "4", "LAT": "39N6", "LON": "94W35", "MON": "3", "NUM": "888", "PRO": "MI", "YEA": "1917", "CICO": "Kansas City, MO", "NAME": "Michaelis Frederick"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17125	midler-bette-1945-12-01	{"d10": "890"}	{"lerrcp": "D10-890"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bette", "family": "Midler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-10:30", "date": "1945-12-01 14:19", "note": null, "place": {"c1": null, "c2": "HI", "c3": null, "cy": "US", "lg": -157.86667, "lat": 21.31667, "name": "Honolulu", "geoid": null}, "notime": null, "date-ut": "1945-12-02 00:49"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Bette", "family": "Midler"}, "birth": {"tzo": "-10:30", "date": "1945-12-01 14:19", "place": {"c2": "HI", "cy": "US", "lg": -157.86667, "lat": 21.31667, "name": "Honolulu"}, "date-ut": "1945-12-02 00:49"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "890"}}, "raw": {"H": "14:19", "TZ": "10h30", "DAY": "1", "LAT": "21N19", "LON": "157W52", "MON": "12", "NUM": "890", "PRO": "AC", "YEA": "1945", "CICO": "Honolulu, HI", "NAME": "Midler Bette"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17126	mikan-george-1924-06-18	{"d10": "891", "3a_sports": "2864"}	{"ertel": "ES-2864", "lerrcp": "D10-891"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "George", "family": "Mikan", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1924-06-18 13:00", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -88.08333, "lat": 41.53333, "name": "Joliet", "geoid": null}, "notime": null, "date-ut": "1924-06-18 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "George", "family": "Mikan"}, "birth": {"tzo": "-06:00", "date": "1924-06-18 13:00", "place": {"c2": "IL", "cy": "US", "lg": -88.08333, "lat": 41.53333, "name": "Joliet"}, "date-ut": "1924-06-18 19:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "891"}}, "raw": {"H": "13:00", "TZ": "6h", "DAY": "18", "LAT": "41N32", "LON": "88W5", "MON": "6", "NUM": "891", "PRO": "SP", "YEA": "1924", "CICO": "Joliet, IL", "NAME": "Mikan George"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["basketball-player"], "partial-ids": {"ertel": "ES-2864"}}, "raw": {"L": "", "MF": "", "NR": "2864", "ENG": "", "MA_": "0", "G_NR": "891", "MA12": "8", "MARS": "23", "NAME": "Mikan", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-0,900", "CSINR": "", "KURTZ": "", "PHAS_": "98,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "18.06.", "ZITATE": "BEX", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "George", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "18.06.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17130	miller-neal-1909-08-03	{"d10": "895"}	{"lerrcp": "D10-895"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Neal", "family": "Miller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1909-08-03 04:30", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": "Milwaukee", "geoid": null}, "notime": null, "date-ut": "1909-08-03 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Neal", "family": "Miller"}, "birth": {"tzo": "-06:00", "date": "1909-08-03 04:30", "place": {"c2": "WI", "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": "Milwaukee"}, "date-ut": "1909-08-03 10:30"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "895"}}, "raw": {"H": "04:30", "TZ": "6h", "DAY": "3", "LAT": "43N2", "LON": "87W55", "MON": "8", "NUM": "895", "PRO": "SC", "YEA": "1909", "CICO": "Milwaukee, WI", "NAME": "Miller Neal"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17131	millett-kate-1934-09-14	{"d10": "896"}	{"lerrcp": "D10-896"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kate", "family": "Millett", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1934-09-14 19:40", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.1, "lat": 44.95, "name": "St Paul", "geoid": null}, "notime": null, "date-ut": "1934-09-15 01:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician", "writer"]	5	null	[{"new": {"name": {"given": "Kate", "family": "Millett"}, "birth": {"tzo": "-06:00", "date": "1934-09-14 19:40", "place": {"c2": "MN", "cy": "US", "lg": -93.1, "lat": 44.95, "name": "St Paul"}, "date-ut": "1934-09-15 01:40"}, "occus": ["politician", "writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "896"}}, "raw": {"H": "19:40", "TZ": "6h", "DAY": "14", "LAT": "44N57", "LON": "93W6", "MON": "9", "NUM": "896", "PRO": "PO,WR", "YEA": "1934", "CICO": "St Paul, MN", "NAME": "Millett Kate"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17127	miller-allen-1948-08-10	{"d10": "892", "3a_sports": "2871"}	{"ertel": "ES-2871", "lerrcp": "D10-892"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Allen", "family": "Miller", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-07:00", "date": "1948-08-10 18:44", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -117.15, "lat": 32.71667, "name": "San Diego", "geoid": null}, "notime": null, "date-ut": "1948-08-11 01:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["golfer"]	5	null	[{"new": {"name": {"given": "Allen", "family": "Miller"}, "birth": {"tzo": "-07:00", "date": "1948-08-10 18:44", "place": {"c2": "CA", "cy": "US", "lg": -117.15, "lat": 32.71667, "name": "San Diego"}, "date-ut": "1948-08-11 01:44"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "892"}}, "raw": {"H": "18:44", "TZ": "7h", "DAY": "10", "LAT": "32N43", "LON": "117W9", "MON": "8", "NUM": "892", "PRO": "SP", "YEA": "1948", "CICO": "San Diego, CA", "NAME": "Miller Allen"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["golfer"], "partial-ids": {"ertel": "ES-2871"}}, "raw": {"L": "", "MF": "", "NR": "2871", "ENG": "", "MA_": "1", "G_NR": "892", "MA12": "5", "MARS": "13", "NAME": "Miller", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "10,000", "CSINR": "", "KURTZ": "", "PHAS_": "30,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "10.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Allen L.", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.08.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "GOLF", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17132	milton-theodore-1915-12-29	{"d10": "897"}	{"lerrcp": "D10-897"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodore", "family": "Milton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-10:30", "date": "1915-12-29 13:40", "note": null, "place": {"c1": null, "c2": "HI", "c3": null, "cy": "US", "lg": -158.06667, "lat": 21.5, "name": "Schofield Barracks", "geoid": null}, "notime": null, "date-ut": "1915-12-30 00:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Theodore", "family": "Milton"}, "birth": {"tzo": "-10:30", "date": "1915-12-29 13:40", "place": {"c2": "HI", "cy": "US", "lg": -158.06667, "lat": 21.5, "name": "Schofield Barracks"}, "date-ut": "1915-12-30 00:10"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "897"}}, "raw": {"H": "13:40", "TZ": "10h30", "DAY": "29", "LAT": "21N30", "LON": "158W4", "MON": "12", "NUM": "897", "PRO": "MI", "YEA": "1915", "CICO": "Schofield Barracks, HI", "NAME": "Milton Theodore"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17133	mimieux-yvette-1941-01-08	{"d10": "898"}	{"lerrcp": "D10-898"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yvette", "family": "Mimieux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1941-01-08 07:02", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.35, "lat": 34.1, "name": "Hollywood", "geoid": null}, "notime": null, "date-ut": "1941-01-08 15:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Yvette", "family": "Mimieux"}, "birth": {"tzo": "-08:00", "date": "1941-01-08 07:02", "place": {"c2": "CA", "cy": "US", "lg": -118.35, "lat": 34.1, "name": "Hollywood"}, "date-ut": "1941-01-08 15:02"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "898"}}, "raw": {"H": "07:02", "TZ": "8h", "DAY": "8", "LAT": "34N6", "LON": "118W21", "MON": "1", "NUM": "898", "PRO": "AC", "YEA": "1941", "CICO": "Hollywood, CA", "NAME": "Mimieux Yvette"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17134	minnelli-liza-1946-03-12	{"d10": "899"}	{"lerrcp": "D10-899"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Liza", "family": "Minnelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1946-03-12 07:58", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1946-03-12 15:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Liza", "family": "Minnelli"}, "birth": {"tzo": "-08:00", "date": "1946-03-12 07:58", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1946-03-12 15:58"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "899"}}, "raw": {"H": "07:58", "TZ": "8h", "DAY": "12", "LAT": "34N4", "LON": "118W15", "MON": "3", "NUM": "899", "PRO": "AC", "YEA": "1946", "CICO": "Los Angeles, CA", "NAME": "Minnelli Liza"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17135	minow-newton-1926-01-17	{"d10": "900"}	{"lerrcp": "D10-900"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Newton", "family": "Minow", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1926-01-17 12:10", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": "Milwaukee", "geoid": null}, "notime": null, "date-ut": "1926-01-17 18:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Newton", "family": "Minow"}, "birth": {"tzo": "-06:00", "date": "1926-01-17 12:10", "place": {"c2": "WI", "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": "Milwaukee"}, "date-ut": "1926-01-17 18:10"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "900"}}, "raw": {"H": "12:10", "TZ": "6h", "DAY": "17", "LAT": "43N2", "LON": "87W55", "MON": "1", "NUM": "900", "PRO": "EX", "YEA": "1926", "CICO": "Milwaukee, WI", "NAME": "Minow Newton"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17136	minter-charles-1925-08-20	{"d10": "901"}	{"lerrcp": "D10-901"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Minter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1925-08-20 05:25", "note": null, "place": {"c1": null, "c2": "GA", "c3": null, "cy": "US", "lg": -84.98333, "lat": 32.46667, "name": "Columbus", "geoid": null}, "notime": null, "date-ut": "1925-08-20 11:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Minter"}, "birth": {"tzo": "-06:00", "date": "1925-08-20 05:25", "place": {"c2": "GA", "cy": "US", "lg": -84.98333, "lat": 32.46667, "name": "Columbus"}, "date-ut": "1925-08-20 11:25"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "901"}}, "raw": {"H": "05:25", "TZ": "6h", "DAY": "20", "LAT": "32N28", "LON": "84W59", "MON": "8", "NUM": "901", "PRO": "MI", "YEA": "1925", "CICO": "Columbus, GA", "NAME": "Minter Charles"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17137	mitchell-frank-1921-08-18	{"d10": "903"}	{"lerrcp": "D10-903"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frank", "family": "Mitchell", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1921-08-18 05:30", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -98.11667, "lat": 31.7, "name": "Indian Gap", "geoid": null}, "notime": null, "date-ut": "1921-08-18 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Frank", "family": "Mitchell"}, "birth": {"tzo": "-06:00", "date": "1921-08-18 05:30", "place": {"c2": "TX", "cy": "US", "lg": -98.11667, "lat": 31.7, "name": "Indian Gap"}, "date-ut": "1921-08-18 11:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "903"}}, "raw": {"H": "05:30", "TZ": "6h", "DAY": "18", "LAT": "31N42", "LON": "98W7", "MON": "8", "NUM": "903", "PRO": "MI", "YEA": "1921", "CICO": "Indian Gap, TX", "NAME": "Mitchell Frank"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17138	mitchell-james-1920-02-29	{"d10": "904"}	{"lerrcp": "D10-904"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Mitchell", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1920-02-29 08:50", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -121.48333, "lat": 38.58333, "name": "Sacramento", "geoid": null}, "notime": null, "date-ut": "1920-02-29 16:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "James", "family": "Mitchell"}, "birth": {"tzo": "-08:00", "date": "1920-02-29 08:50", "place": {"c2": "CA", "cy": "US", "lg": -121.48333, "lat": 38.58333, "name": "Sacramento"}, "date-ut": "1920-02-29 16:50"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "904"}}, "raw": {"H": "08:50", "TZ": "8h", "DAY": "29", "LAT": "38N35", "LON": "121W29", "MON": "2", "NUM": "904", "PRO": "AC", "YEA": "1920", "CICO": "Sacramento, CA", "NAME": "Mitchell James"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17140	mitchum-james-1941-05-08	{"d10": "906"}	{"lerrcp": "D10-906"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Mitchum", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1941-05-08 21:55", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1941-05-09 05:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "James", "family": "Mitchum"}, "birth": {"tzo": "-08:00", "date": "1941-05-08 21:55", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1941-05-09 05:55"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "906"}}, "raw": {"H": "21:55", "TZ": "8h", "DAY": "8", "LAT": "34N4", "LON": "118W15", "MON": "5", "NUM": "906", "PRO": "AC", "YEA": "1941", "CICO": "Los Angeles, CA", "NAME": "Mitchum James"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17141	moncrief-william-1921-08-16	{"d10": "907"}	{"lerrcp": "D10-907"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Moncrief", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1921-08-16 14:00", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "US", "lg": -104.98333, "lat": 39.73333, "name": "Denver", "geoid": null}, "notime": null, "date-ut": "1921-08-16 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "William", "family": "Moncrief"}, "birth": {"tzo": "-07:00", "date": "1921-08-16 14:00", "place": {"c2": "CO", "cy": "US", "lg": -104.98333, "lat": 39.73333, "name": "Denver"}, "date-ut": "1921-08-16 21:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "907"}}, "raw": {"H": "14:00", "TZ": "7h", "DAY": "16", "LAT": "39N44", "LON": "104W59", "MON": "8", "NUM": "907", "PRO": "MI", "YEA": "1921", "CICO": "Denver, CO", "NAME": "Moncrief William"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17142	mondale-walter-1928-01-05	{"d10": "908"}	{"lerrcp": "D10-908"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Mondale", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1928-01-05 10:30", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -94.63333, "lat": 43.53333, "name": "Ceylon", "geoid": null}, "notime": null, "date-ut": "1928-01-05 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Mondale"}, "birth": {"tzo": "-06:00", "date": "1928-01-05 10:30", "place": {"c2": "MN", "cy": "US", "lg": -94.63333, "lat": 43.53333, "name": "Ceylon"}, "date-ut": "1928-01-05 16:30"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "908"}}, "raw": {"H": "10:30", "TZ": "6h", "DAY": "5", "LAT": "43N32", "LON": "94W38", "MON": "1", "NUM": "908", "PRO": "PO", "YEA": "1928", "CICO": "Ceylon, MN", "NAME": "Mondale Walter"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17143	montgomery-deane-1909-09-02	{"d10": "909"}	{"lerrcp": "D10-909"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Deane", "family": "Montgomery", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1909-09-02 10:00", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -91.86667, "lat": 44.2, "name": "Weaver", "geoid": null}, "notime": null, "date-ut": "1909-09-02 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Deane", "family": "Montgomery"}, "birth": {"tzo": "-06:00", "date": "1909-09-02 10:00", "place": {"c2": "MN", "cy": "US", "lg": -91.86667, "lat": 44.2, "name": "Weaver"}, "date-ut": "1909-09-02 16:00"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "909"}}, "raw": {"H": "10:00", "TZ": "6h", "DAY": "2", "LAT": "44N12", "LON": "91W52", "MON": "9", "NUM": "909", "PRO": "SC", "YEA": "1909", "CICO": "Weaver, MN", "NAME": "Montgomery Deane"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17144	montgomery-earl-1921-04-17	{"d10": "910"}	{"lerrcp": "D10-910"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Earl", "family": "Montgomery", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1921-04-17 13:44", "note": null, "place": {"c1": null, "c2": "TN", "c3": null, "cy": "US", "lg": -90.05, "lat": 35.13333, "name": "Memphis", "geoid": null}, "notime": null, "date-ut": "1921-04-17 19:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Earl", "family": "Montgomery"}, "birth": {"tzo": "-06:00", "date": "1921-04-17 13:44", "place": {"c2": "TN", "cy": "US", "lg": -90.05, "lat": 35.13333, "name": "Memphis"}, "date-ut": "1921-04-17 19:44"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "910"}}, "raw": {"H": "13:44", "TZ": "6h", "DAY": "17", "LAT": "35N8", "LON": "90W3", "MON": "4", "NUM": "910", "PRO": "AC", "YEA": "1921", "CICO": "Memphis, TN", "NAME": "Montgomery Earl"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17145	montgomery-elisabeth-1933-04-15	{"d10": "911"}	{"lerrcp": "D10-911"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elisabeth", "family": "Montgomery", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1933-04-15 16:38", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1933-04-16 00:38"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Elisabeth", "family": "Montgomery"}, "birth": {"tzo": "-08:00", "date": "1933-04-15 16:38", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1933-04-16 00:38"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "911"}}, "raw": {"H": "16:38", "TZ": "8h", "DAY": "15", "LAT": "34N4", "LON": "118W15", "MON": "4", "NUM": "911", "PRO": "AC", "YEA": "1933", "CICO": "Los Angeles, CA", "NAME": "Montgomery Elisabeth"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17146	moor-bill-1931-07-13	{"d10": "912"}	{"lerrcp": "D10-912"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bill", "family": "Moor", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1931-07-13 01:49", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83.55, "lat": 41.65, "name": "Toledo", "geoid": null}, "notime": null, "date-ut": "1931-07-13 06:49"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Bill", "family": "Moor"}, "birth": {"tzo": "-05:00", "date": "1931-07-13 01:49", "place": {"c2": "OH", "cy": "US", "lg": -83.55, "lat": 41.65, "name": "Toledo"}, "date-ut": "1931-07-13 06:49"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "912"}}, "raw": {"H": "01:49", "TZ": "5h", "DAY": "13", "LAT": "41N39", "LON": "83W33", "MON": "7", "NUM": "912", "PRO": "AC", "YEA": "1931", "CICO": "Toledo, OH", "NAME": "Moor Bill"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17147	moore-george-1920-02-22	{"d10": "913"}	{"lerrcp": "D10-913"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "George", "family": "Moore", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1920-02-22 12:45", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis", "geoid": null}, "notime": null, "date-ut": "1920-02-22 18:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "George", "family": "Moore"}, "birth": {"tzo": "-06:00", "date": "1920-02-22 12:45", "place": {"c2": "MN", "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis"}, "date-ut": "1920-02-22 18:45"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "913"}}, "raw": {"H": "12:45", "TZ": "6h", "DAY": "22", "LAT": "44N59", "LON": "93W16", "MON": "2", "NUM": "913", "PRO": "SC", "YEA": "1920", "CICO": "Minneapolis, MN", "NAME": "Moore George"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17148	moore-harley-1918-12-25	{"d10": "914"}	{"lerrcp": "D10-914"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Harley", "family": "Moore", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1918-12-25 01:00", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -91.13333, "lat": 40.41667, "name": "Carthage", "geoid": null}, "notime": null, "date-ut": "1918-12-25 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Harley", "family": "Moore"}, "birth": {"tzo": "-06:00", "date": "1918-12-25 01:00", "place": {"c2": "IL", "cy": "US", "lg": -91.13333, "lat": 40.41667, "name": "Carthage"}, "date-ut": "1918-12-25 07:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "914"}}, "raw": {"H": "01:00", "TZ": "6h", "DAY": "25", "LAT": "40N25", "LON": "91W8", "MON": "12", "NUM": "914", "PRO": "MI", "YEA": "1918", "CICO": "Carthage, IL", "NAME": "Moore Harley"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17149	moore-harold-1922-02-13	{"d10": "915"}	{"lerrcp": "D10-915"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Harold", "family": "Moore", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1922-02-13 09:00", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -85.46667, "lat": 37.81667, "name": "Bardstown", "geoid": null}, "notime": null, "date-ut": "1922-02-13 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Harold", "family": "Moore"}, "birth": {"tzo": "-06:00", "date": "1922-02-13 09:00", "place": {"c2": "KY", "cy": "US", "lg": -85.46667, "lat": 37.81667, "name": "Bardstown"}, "date-ut": "1922-02-13 15:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "915"}}, "raw": {"H": "09:00", "TZ": "6h", "DAY": "13", "LAT": "37N49", "LON": "85W28", "MON": "2", "NUM": "915", "PRO": "MI", "YEA": "1922", "CICO": "Bardstown, KY", "NAME": "Moore Harold"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17150	moore-ostis-1926-09-20	{"d10": "916"}	{"lerrcp": "D10-916"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ostis", "family": "Moore", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1926-09-20 17:00", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -80.85, "lat": 35.21667, "name": "Charlotte", "geoid": null}, "notime": null, "date-ut": "1926-09-20 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ostis", "family": "Moore"}, "birth": {"tzo": "-05:00", "date": "1926-09-20 17:00", "place": {"c2": "NC", "cy": "US", "lg": -80.85, "lat": 35.21667, "name": "Charlotte"}, "date-ut": "1926-09-20 22:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "916"}}, "raw": {"H": "17:00", "TZ": "5h", "DAY": "20", "LAT": "35N13", "LON": "80W51", "MON": "9", "NUM": "916", "PRO": "MI", "YEA": "1926", "CICO": "Charlotte, NC", "NAME": "Moore Ostis"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17151	moore-terry-1929-01-07	{"d10": "917"}	{"lerrcp": "D10-917"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Terry", "family": "Moore", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1929-01-07 14:15", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1929-01-07 22:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Terry", "family": "Moore"}, "birth": {"tzo": "-08:00", "date": "1929-01-07 14:15", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1929-01-07 22:15"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "917"}}, "raw": {"H": "14:15", "TZ": "8h", "DAY": "7", "LAT": "34N4", "LON": "118W15", "MON": "1", "NUM": "917", "PRO": "AC", "YEA": "1929", "CICO": "Los Angeles, CA", "NAME": "Moore Terry"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17152	moreau-james-1921-02-05	{"d10": "918"}	{"lerrcp": "D10-918"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Moreau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1921-02-05 11:45", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -95.38333, "lat": 45.65, "name": "Glenwood", "geoid": null}, "notime": null, "date-ut": "1921-02-05 17:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "James", "family": "Moreau"}, "birth": {"tzo": "-06:00", "date": "1921-02-05 11:45", "place": {"c2": "MN", "cy": "US", "lg": -95.38333, "lat": 45.65, "name": "Glenwood"}, "date-ut": "1921-02-05 17:45"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "918"}}, "raw": {"H": "11:45", "TZ": "6h", "DAY": "5", "LAT": "45N39", "LON": "95W23", "MON": "2", "NUM": "918", "PRO": "MI", "YEA": "1921", "CICO": "Glenwood, MN", "NAME": "Moreau James"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17154	morgan-lee-1920-01-04	{"d10": "920"}	{"lerrcp": "D10-920"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lee", "family": "Morgan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1920-01-04 11:00", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -90.75, "lat": 41.2, "name": "Aledo", "geoid": null}, "notime": null, "date-ut": "1920-01-04 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Lee", "family": "Morgan"}, "birth": {"tzo": "-06:00", "date": "1920-01-04 11:00", "place": {"c2": "IL", "cy": "US", "lg": -90.75, "lat": 41.2, "name": "Aledo"}, "date-ut": "1920-01-04 17:00"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "920"}}, "raw": {"H": "11:00", "TZ": "6h", "DAY": "4", "LAT": "41N12", "LON": "90W45", "MON": "1", "NUM": "920", "PRO": "EX", "YEA": "1920", "CICO": "Aledo, IL", "NAME": "Morgan Lee"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17155	morgan-robert-1925-10-05	{"d10": "921"}	{"lerrcp": "D10-921"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Morgan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1925-10-05 05:00", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -78.81667, "lat": 35.4, "name": "Lillington", "geoid": null}, "notime": null, "date-ut": "1925-10-05 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Morgan"}, "birth": {"tzo": "-05:00", "date": "1925-10-05 05:00", "place": {"c2": "NC", "cy": "US", "lg": -78.81667, "lat": 35.4, "name": "Lillington"}, "date-ut": "1925-10-05 10:00"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "921"}}, "raw": {"H": "05:00", "TZ": "5h", "DAY": "5", "LAT": "35N24", "LON": "78W49", "MON": "10", "NUM": "921", "PRO": "PO", "YEA": "1925", "CICO": "Lillington, NC", "NAME": "Morgan Robert"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17156	moriarty-michael-1941-04-05	{"d10": "922"}	{"lerrcp": "D10-922"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michael", "family": "Moriarty", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1941-04-05 18:09", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "US", "lg": -83.05, "lat": 42.33333, "name": "Detroit", "geoid": null}, "notime": null, "date-ut": "1941-04-05 23:09"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Michael", "family": "Moriarty"}, "birth": {"tzo": "-05:00", "date": "1941-04-05 18:09", "place": {"c2": "MI", "cy": "US", "lg": -83.05, "lat": 42.33333, "name": "Detroit"}, "date-ut": "1941-04-05 23:09"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "922"}}, "raw": {"H": "18:09", "TZ": "5h", "DAY": "5", "LAT": "42N20", "LON": "83W3", "MON": "4", "NUM": "922", "PRO": "AC", "YEA": "1941", "CICO": "Detroit, MI", "NAME": "Moriarty Michael"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17158	morley-roger-1931-06-21	{"d10": "924"}	{"lerrcp": "D10-924"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Morley", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1931-06-21 17:43", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1931-06-21 22:43"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Morley"}, "birth": {"tzo": "-05:00", "date": "1931-06-21 17:43", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1931-06-21 22:43"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "924"}}, "raw": {"H": "17:43", "TZ": "5h", "DAY": "21", "LAT": "41N30", "LON": "81W42", "MON": "6", "NUM": "924", "PRO": "EX", "YEA": "1931", "CICO": "Cleveland, OH", "NAME": "Morley Roger"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17159	morris-robert-1931-02-09	{"d10": "925"}	{"lerrcp": "D10-925"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Morris", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1931-02-09 14:10", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "US", "lg": -94.58333, "lat": 39.1, "name": "Kansas City", "geoid": null}, "notime": null, "date-ut": "1931-02-09 20:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Morris"}, "birth": {"tzo": "-06:00", "date": "1931-02-09 14:10", "place": {"c2": "MO", "cy": "US", "lg": -94.58333, "lat": 39.1, "name": "Kansas City"}, "date-ut": "1931-02-09 20:10"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "925"}}, "raw": {"H": "14:10", "TZ": "6h", "DAY": "9", "LAT": "39N6", "LON": "94W35", "MON": "2", "NUM": "925", "PRO": "AR", "YEA": "1931", "CICO": "Kansas City, MO", "NAME": "Morris Robert"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17160	morrison-toni-1931-02-18	{"d10": "926"}	{"lerrcp": "D10-926"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Toni", "family": "Morrison", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1931-02-18 11:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -82.18333, "lat": 41.46667, "name": "Lorain", "geoid": null}, "notime": null, "date-ut": "1931-02-18 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Toni", "family": "Morrison"}, "birth": {"tzo": "-05:00", "date": "1931-02-18 11:00", "place": {"c2": "OH", "cy": "US", "lg": -82.18333, "lat": 41.46667, "name": "Lorain"}, "date-ut": "1931-02-18 16:00"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "926"}}, "raw": {"H": "11:00", "TZ": "5h", "DAY": "18", "LAT": "41N28", "LON": "82W11", "MON": "2", "NUM": "926", "PRO": "WR", "YEA": "1931", "CICO": "Lorain, OH", "NAME": "Morrison Toni"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17161	morrow-bobby-1935-10-15	{"d10": "927", "3a_sports": "2962"}	{"ertel": "ES-2962", "lerrcp": "D10-927"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bobby", "family": "Morrow", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1935-10-15 12:05", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -97.7, "lat": 26.2, "name": "Harlingen", "geoid": null}, "notime": null, "date-ut": "1935-10-15 18:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Bobby", "family": "Morrow"}, "birth": {"tzo": "-06:00", "date": "1935-10-15 12:05", "place": {"c2": "TX", "cy": "US", "lg": -97.7, "lat": 26.2, "name": "Harlingen"}, "date-ut": "1935-10-15 18:05"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "927"}}, "raw": {"H": "12:05", "TZ": "6h", "DAY": "15", "LAT": "26N12", "LON": "97W42", "MON": "10", "NUM": "927", "PRO": "SP", "YEA": "1935", "CICO": "Harlingen, TX", "NAME": "Morrow Bobby"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-2962"}}, "raw": {"L": "", "MF": "", "NR": "2962", "ENG": "1", "MA_": "2", "G_NR": "927", "MA12": "1", "MARS": "2", "NAME": "Morrow", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-6,100", "CSINR": "", "KURTZ": "", "PHAS_": "89,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "15.10.", "ZITATE": "DKSTOX", "ZITSUM": "6", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Bobby", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "15.10.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "5"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17162	morton-roger-1914-09-19	{"d10": "928"}	{"lerrcp": "D10-928"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Morton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1914-09-19 12:00", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -85.76667, "lat": 38.25, "name": "Louisville", "geoid": null}, "notime": null, "date-ut": "1914-09-19 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Morton"}, "birth": {"tzo": "-06:00", "date": "1914-09-19 12:00", "place": {"c2": "KY", "cy": "US", "lg": -85.76667, "lat": 38.25, "name": "Louisville"}, "date-ut": "1914-09-19 18:00"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "928"}}, "raw": {"H": "12:00", "TZ": "6h", "DAY": "19", "LAT": "38N15", "LON": "85W46", "MON": "9", "NUM": "928", "PRO": "PO", "YEA": "1914", "CICO": "Louisville, KY", "NAME": "Morton Roger"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17163	motherwell-robert-1915-01-24	{"d10": "929"}	{"lerrcp": "D10-929"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Motherwell", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1915-01-24 22:45", "note": null, "place": {"c1": null, "c2": "WA", "c3": null, "cy": "US", "lg": -123.83333, "lat": 46.98333, "name": "Aberdeen", "geoid": null}, "notime": null, "date-ut": "1915-01-25 06:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Motherwell"}, "birth": {"tzo": "-08:00", "date": "1915-01-24 22:45", "place": {"c2": "WA", "cy": "US", "lg": -123.83333, "lat": 46.98333, "name": "Aberdeen"}, "date-ut": "1915-01-25 06:45"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "929"}}, "raw": {"H": "22:45", "TZ": "8h", "DAY": "24", "LAT": "46N59", "LON": "123W50", "MON": "1", "NUM": "929", "PRO": "AR", "YEA": "1915", "CICO": "Aberdeen, WA", "NAME": "Motherwell Robert"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17164	mott-stewart-1937-12-04	{"d10": "930"}	{"lerrcp": "D10-930"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stewart", "family": "Mott", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1937-12-04 09:45", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "US", "lg": -83.68333, "lat": 43.01667, "name": "Flint", "geoid": null}, "notime": null, "date-ut": "1937-12-04 14:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Stewart", "family": "Mott"}, "birth": {"tzo": "-05:00", "date": "1937-12-04 09:45", "place": {"c2": "MI", "cy": "US", "lg": -83.68333, "lat": 43.01667, "name": "Flint"}, "date-ut": "1937-12-04 14:45"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "930"}}, "raw": {"H": "09:45", "TZ": "5h", "DAY": "4", "LAT": "43N1", "LON": "83W41", "MON": "12", "NUM": "930", "PRO": "PO", "YEA": "1937", "CICO": "Flint, MI", "NAME": "Mott Stewart"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17166	munson-thurman-1947-06-07	{"d10": "932", "3a_sports": "2993"}	{"ertel": "ES-2993", "lerrcp": "D10-932"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Thurman", "family": "Munson", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1947-06-07 13:50", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.51667, "lat": 41.08333, "name": "Akron", "geoid": null}, "notime": null, "date-ut": "1947-06-07 18:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["baseball-player"]	5	null	[{"new": {"name": {"given": "Thurman", "family": "Munson"}, "birth": {"tzo": "-05:00", "date": "1947-06-07 13:50", "place": {"c2": "OH", "cy": "US", "lg": -81.51667, "lat": 41.08333, "name": "Akron"}, "date-ut": "1947-06-07 18:50"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "932"}}, "raw": {"H": "13:50", "TZ": "5h", "DAY": "7", "LAT": "41N5", "LON": "81W31", "MON": "6", "NUM": "932", "PRO": "SP", "YEA": "1947", "CICO": "Akron, OH", "NAME": "Munson Thurman"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["baseball-player"], "partial-ids": {"ertel": "ES-2993"}}, "raw": {"L": "", "MF": "", "NR": "2993", "ENG": "", "MA_": "1", "G_NR": "932", "MA12": "5", "MARS": "14", "NAME": "Munson", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-4,600", "CSINR": "", "KURTZ": "", "PHAS_": "91,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "07.06.", "ZITATE": "B", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Thurman", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "07.06.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASE", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17167	murayama-makio-1912-08-10	{"d10": "933"}	{"lerrcp": "D10-933"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Makio", "family": "Murayama", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1912-08-10 05:40", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1912-08-10 13:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Makio", "family": "Murayama"}, "birth": {"tzo": "-08:00", "date": "1912-08-10 05:40", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1912-08-10 13:40"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "933"}}, "raw": {"H": "05:40", "TZ": "8h", "DAY": "10", "LAT": "37N47", "LON": "122W25", "MON": "8", "NUM": "933", "PRO": "SC", "YEA": "1912", "CICO": "San Francisco, CA", "NAME": "Murayama Makio"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17168	murphy-raymond-1930-01-14	{"d10": "934"}	{"lerrcp": "D10-934"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Murphy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1930-01-14 21:30", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "US", "lg": -104.6, "lat": 38.23333, "name": "Pueblo", "geoid": null}, "notime": null, "date-ut": "1930-01-15 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Murphy"}, "birth": {"tzo": "-07:00", "date": "1930-01-14 21:30", "place": {"c2": "CO", "cy": "US", "lg": -104.6, "lat": 38.23333, "name": "Pueblo"}, "date-ut": "1930-01-15 04:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "934"}}, "raw": {"H": "21:30", "TZ": "7h", "DAY": "14", "LAT": "38N14", "LON": "104W36", "MON": "1", "NUM": "934", "PRO": "MI", "YEA": "1930", "CICO": "Pueblo, CO", "NAME": "Murphy Raymond"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17169	murphy-william-1907-06-17	{"d10": "935"}	{"lerrcp": "D10-935"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Murphy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1907-06-17 10:00", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -88.4, "lat": 44.25, "name": "Appleton", "geoid": null}, "notime": null, "date-ut": "1907-06-17 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "William", "family": "Murphy"}, "birth": {"tzo": "-06:00", "date": "1907-06-17 10:00", "place": {"c2": "WI", "cy": "US", "lg": -88.4, "lat": 44.25, "name": "Appleton"}, "date-ut": "1907-06-17 16:00"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "935"}}, "raw": {"H": "10:00", "TZ": "6h", "DAY": "17", "LAT": "44N15", "LON": "88W24", "MON": "6", "NUM": "935", "PRO": "EX", "YEA": "1907", "CICO": "Appleton, WI", "NAME": "Murphy William"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17170	murray-don-1929-07-31	{"d10": "936"}	{"lerrcp": "D10-936"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Don", "family": "Murray", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1929-07-31 22:10", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.35, "lat": 34.1, "name": "Hollywood", "geoid": null}, "notime": null, "date-ut": "1929-08-01 06:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Don", "family": "Murray"}, "birth": {"tzo": "-08:00", "date": "1929-07-31 22:10", "place": {"c2": "CA", "cy": "US", "lg": -118.35, "lat": 34.1, "name": "Hollywood"}, "date-ut": "1929-08-01 06:10"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "936"}}, "raw": {"H": "22:10", "TZ": "8h", "DAY": "31", "LAT": "34N6", "LON": "118W21", "MON": "7", "NUM": "936", "PRO": "AC", "YEA": "1929", "CICO": "Hollywood, CA", "NAME": "Murray Don"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17171	murray-raymond-1913-01-30	{"d10": "937"}	{"lerrcp": "D10-937"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Murray", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1913-01-30 12:15", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1913-01-30 20:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Murray"}, "birth": {"tzo": "-08:00", "date": "1913-01-30 12:15", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1913-01-30 20:15"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "937"}}, "raw": {"H": "12:15", "TZ": "8h", "DAY": "30", "LAT": "34N4", "LON": "118W15", "MON": "1", "NUM": "937", "PRO": "MI", "YEA": "1913", "CICO": "Los Angeles, CA", "NAME": "Murray Raymond"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17173	myers-dale-1922-01-08	{"d10": "939"}	{"lerrcp": "D10-939"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dale", "family": "Myers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1922-01-08 04:45", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "US", "lg": -94.58333, "lat": 39.1, "name": "Kansas City", "geoid": null}, "notime": null, "date-ut": "1922-01-08 10:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"name": {"given": "Dale", "family": "Myers"}, "birth": {"tzo": "-06:00", "date": "1922-01-08 04:45", "place": {"c2": "MO", "cy": "US", "lg": -94.58333, "lat": 39.1, "name": "Kansas City"}, "date-ut": "1922-01-08 10:45"}, "occus": ["miscelaneous"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "939"}}, "raw": {"H": "04:45", "TZ": "6h", "DAY": "8", "LAT": "39N6", "LON": "94W35", "MON": "1", "NUM": "939", "PRO": "X", "YEA": "1922", "CICO": "Kansas City, MO", "NAME": "Myers Dale"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17175	nader-george-1921-10-19	{"d10": "941"}	{"lerrcp": "D10-941"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "George", "family": "Nader", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1921-10-19 18:20", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.15, "lat": 34.15, "name": "Pasadena", "geoid": null}, "notime": null, "date-ut": "1921-10-20 02:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "George", "family": "Nader"}, "birth": {"tzo": "-08:00", "date": "1921-10-19 18:20", "place": {"c2": "CA", "cy": "US", "lg": -118.15, "lat": 34.15, "name": "Pasadena"}, "date-ut": "1921-10-20 02:20"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "941"}}, "raw": {"H": "18:20", "TZ": "8h", "DAY": "19", "LAT": "34N9", "LON": "118W9", "MON": "10", "NUM": "941", "PRO": "AC", "YEA": "1921", "CICO": "Pasadena, CA", "NAME": "Nader George"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17176	nash-philleo-1909-10-25	{"d10": "942"}	{"lerrcp": "D10-942"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philleo", "family": "Nash", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1909-10-25 03:45", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -89.81667, "lat": 44.38333, "name": "Wisc. Rapids", "geoid": null}, "notime": null, "date-ut": "1909-10-25 09:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Philleo", "family": "Nash"}, "birth": {"tzo": "-06:00", "date": "1909-10-25 03:45", "place": {"c2": "WI", "cy": "US", "lg": -89.81667, "lat": 44.38333, "name": "Wisc. Rapids"}, "date-ut": "1909-10-25 09:45"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "942"}}, "raw": {"H": "03:45", "TZ": "6h", "DAY": "25", "LAT": "44N23", "LON": "89W49", "MON": "10", "NUM": "942", "PRO": "PO", "YEA": "1909", "CICO": "Wisc. Rapids, WI", "NAME": "Nash Philleo"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17174	naber-john-1956-01-20	{"d10": "940", "3a_sports": "3000"}	{"ertel": "ES-3000", "lerrcp": "D10-940"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Naber", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1956-01-20 09:26", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -87.68333, "lat": 42.05, "name": "Evanston", "geoid": null}, "notime": null, "date-ut": "1956-01-20 15:26"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "John", "family": "Naber"}, "birth": {"tzo": "-06:00", "date": "1956-01-20 09:26", "place": {"c2": "IL", "cy": "US", "lg": -87.68333, "lat": 42.05, "name": "Evanston"}, "date-ut": "1956-01-20 15:26"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "940"}}, "raw": {"H": "09:26", "TZ": "6h", "DAY": "20", "LAT": "42N3", "LON": "87W41", "MON": "1", "NUM": "940", "PRO": "SP", "YEA": "1956", "CICO": "Evanston, IL", "NAME": "Naber John"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["swimmer"], "partial-ids": {"ertel": "ES-3000"}}, "raw": {"L": "", "MF": "", "NR": "3000", "ENG": "1", "MA_": "2", "G_NR": "940", "MA12": "4", "MARS": "12", "NAME": "Naber", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "10,000", "CSINR": "", "KURTZ": "", "PHAS_": "40,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "20.01.", "ZITATE": "KF", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "John", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "20.01.1956", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SWIM", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17177	nathan-leonard-1924-11-08	{"d10": "943"}	{"lerrcp": "D10-943"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leonard", "family": "Nathan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1924-11-08 15:30", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1924-11-08 23:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Leonard", "family": "Nathan"}, "birth": {"tzo": "-08:00", "date": "1924-11-08 15:30", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1924-11-08 23:30"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "943"}}, "raw": {"H": "15:30", "TZ": "8h", "DAY": "8", "LAT": "34N4", "LON": "118W15", "MON": "11", "NUM": "943", "PRO": "WR", "YEA": "1924", "CICO": "Los Angeles, CA", "NAME": "Nathan Leonard"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17178	nathans-daniel-1928-10-30	{"d10": "944"}	{"lerrcp": "D10-944"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "Nathans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1928-10-30 07:15", "note": null, "place": {"c1": null, "c2": "DE", "c3": null, "cy": "US", "lg": -75.55, "lat": 39.75, "name": "Wilmington", "geoid": null}, "notime": null, "date-ut": "1928-10-30 11:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Daniel", "family": "Nathans"}, "birth": {"tzo": "-04:00", "date": "1928-10-30 07:15", "place": {"c2": "DE", "cy": "US", "lg": -75.55, "lat": 39.75, "name": "Wilmington"}, "date-ut": "1928-10-30 11:15"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "944"}}, "raw": {"H": "07:15", "TZ": "4h", "DAY": "30", "LAT": "39N45", "LON": "75W33", "MON": "10", "NUM": "944", "PRO": "SC", "YEA": "1928", "CICO": "Wilmington, DE", "NAME": "Nathans Daniel"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17179	neal-patricia-1926-01-20	{"d10": "945"}	{"lerrcp": "D10-945"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Patricia", "family": "Neal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1926-01-20 04:30", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -84.05, "lat": 36.66667, "name": "Packard", "geoid": null}, "notime": null, "date-ut": "1926-01-20 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Patricia", "family": "Neal"}, "birth": {"tzo": "-06:00", "date": "1926-01-20 04:30", "place": {"c2": "KY", "cy": "US", "lg": -84.05, "lat": 36.66667, "name": "Packard"}, "date-ut": "1926-01-20 10:30"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "945"}}, "raw": {"H": "04:30", "TZ": "6h", "DAY": "20", "LAT": "36N40", "LON": "84W03", "MON": "1", "NUM": "945", "PRO": "AC", "YEA": "1926", "CICO": "Packard, KY", "NAME": "Neal Patricia"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17180	neel-james-1915-03-22	{"d10": "946"}	{"lerrcp": "D10-946"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Neel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1915-03-22 16:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.56667, "lat": 39.4, "name": "Hamilton", "geoid": null}, "notime": null, "date-ut": "1915-03-22 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "James", "family": "Neel"}, "birth": {"tzo": "-06:00", "date": "1915-03-22 16:00", "place": {"c2": "OH", "cy": "US", "lg": -84.56667, "lat": 39.4, "name": "Hamilton"}, "date-ut": "1915-03-22 22:00"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "946"}}, "raw": {"H": "16:00", "TZ": "6h", "DAY": "22", "LAT": "39N24", "LON": "84W34", "MON": "3", "NUM": "946", "PRO": "SC", "YEA": "1915", "CICO": "Hamilton, OH", "NAME": "Neel James"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17181	nelson-douglas-1921-01-09	{"d10": "947"}	{"lerrcp": "D10-947"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Douglas", "family": "Nelson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1921-01-09 01:15", "note": null, "place": {"c1": null, "c2": "OR", "c3": null, "cy": "US", "lg": -123.83333, "lat": 46.18333, "name": "Astoria", "geoid": null}, "notime": null, "date-ut": "1921-01-09 09:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Douglas", "family": "Nelson"}, "birth": {"tzo": "-08:00", "date": "1921-01-09 01:15", "place": {"c2": "OR", "cy": "US", "lg": -123.83333, "lat": 46.18333, "name": "Astoria"}, "date-ut": "1921-01-09 09:15"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "947"}}, "raw": {"H": "01:15", "TZ": "8h", "DAY": "9", "LAT": "46N11", "LON": "123W50", "MON": "1", "NUM": "947", "PRO": "MI", "YEA": "1921", "CICO": "Astoria, OR", "NAME": "Nelson Douglas"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17182	nelson-rick-1940-05-08	{"d10": "948"}	{"lerrcp": "D10-948"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rick", "family": "Nelson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1940-05-08 13:25", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.01667, "lat": 40.88333, "name": "Teaneck", "geoid": null}, "notime": null, "date-ut": "1940-05-08 17:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Rick", "family": "Nelson"}, "birth": {"tzo": "-04:00", "date": "1940-05-08 13:25", "place": {"c2": "NJ", "cy": "US", "lg": -74.01667, "lat": 40.88333, "name": "Teaneck"}, "date-ut": "1940-05-08 17:25"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "948"}}, "raw": {"H": "13:25", "TZ": "4h", "DAY": "8", "LAT": "40N53", "LON": "74W1", "MON": "5", "NUM": "948", "PRO": "AC", "YEA": "1940", "CICO": "Teaneck, NJ", "NAME": "Nelson Rick"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17183	nelson-willie-1933-04-30	{"d10": "949"}	{"lerrcp": "D10-949"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willie", "family": "Nelson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1933-04-30 12:30", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -97.06667, "lat": 31.88333, "name": "Abbott", "geoid": null}, "notime": null, "date-ut": "1933-04-30 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Willie", "family": "Nelson"}, "birth": {"tzo": "-06:00", "date": "1933-04-30 12:30", "place": {"c2": "TX", "cy": "US", "lg": -97.06667, "lat": 31.88333, "name": "Abbott"}, "date-ut": "1933-04-30 18:30"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "949"}}, "raw": {"H": "12:30", "TZ": "6h", "DAY": "30", "LAT": "31N53", "LON": "97W4", "MON": "4", "NUM": "949", "PRO": "AR", "YEA": "1933", "CICO": "Abbott, TX", "NAME": "Nelson Willie"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17184	neri-manuel-1930-04-12	{"d10": "950"}	{"lerrcp": "D10-950"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Manuel", "family": "Neri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1930-04-12 00:30", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -119.55, "lat": 36.7, "name": "Sanger", "geoid": null}, "notime": null, "date-ut": "1930-04-12 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Manuel", "family": "Neri"}, "birth": {"tzo": "-08:00", "date": "1930-04-12 00:30", "place": {"c2": "CA", "cy": "US", "lg": -119.55, "lat": 36.7, "name": "Sanger"}, "date-ut": "1930-04-12 08:30"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "950"}}, "raw": {"H": "00:30", "TZ": "8h", "DAY": "12", "LAT": "36N42", "LON": "119W33", "MON": "4", "NUM": "950", "PRO": "AR", "YEA": "1930", "CICO": "Sanger, CA", "NAME": "Neri Manuel"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17186	newman-paul-1925-01-26	{"d10": "952"}	{"lerrcp": "D10-952"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Newman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1925-01-26 06:30", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1925-01-26 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Newman"}, "birth": {"tzo": "-05:00", "date": "1925-01-26 06:30", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1925-01-26 11:30"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "952"}}, "raw": {"H": "06:30", "TZ": "5h", "DAY": "26", "LAT": "41N30", "LON": "81W42", "MON": "1", "NUM": "952", "PRO": "AC", "YEA": "1925", "CICO": "Cleveland, OH", "NAME": "Newman Paul"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17187	ney-edward-1925-05-26	{"d10": "953"}	{"lerrcp": "D10-953"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edward", "family": "Ney", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1925-05-26 07:00", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.1, "lat": 44.95, "name": "St Paul", "geoid": null}, "notime": null, "date-ut": "1925-05-26 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Edward", "family": "Ney"}, "birth": {"tzo": "-06:00", "date": "1925-05-26 07:00", "place": {"c2": "MN", "cy": "US", "lg": -93.1, "lat": 44.95, "name": "St Paul"}, "date-ut": "1925-05-26 13:00"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "953"}}, "raw": {"H": "07:00", "TZ": "6h", "DAY": "26", "LAT": "44N57", "LON": "93W6", "MON": "5", "NUM": "953", "PRO": "EX", "YEA": "1925", "CICO": "St Paul, MN", "NAME": "Ney Edward"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17190	noland-kenneth-1924-04-10	{"d10": "956"}	{"lerrcp": "D10-956"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kenneth", "family": "Noland", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1924-04-10 17:00", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -82.55, "lat": 35.6, "name": "Asheville", "geoid": null}, "notime": null, "date-ut": "1924-04-10 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Kenneth", "family": "Noland"}, "birth": {"tzo": "-05:00", "date": "1924-04-10 17:00", "place": {"c2": "NC", "cy": "US", "lg": -82.55, "lat": 35.6, "name": "Asheville"}, "date-ut": "1924-04-10 22:00"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "956"}}, "raw": {"H": "17:00", "TZ": "5h", "DAY": "10", "LAT": "35N36", "LON": "82W33", "MON": "4", "NUM": "956", "PRO": "AR", "YEA": "1924", "CICO": "Asheville, NC", "NAME": "Noland Kenneth"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17191	nova-lou-1915-03-16	{"d10": "957", "3a_sports": "3053", "rawlins-ertel-irving": "265"}	{"ertel": "ES-3053", "csicop": "CS-265", "lerrcp": "D10-957"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lou", "family": "Nova", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1915-03-16 06:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1915-03-16 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Lou", "family": "Nova"}, "birth": {"tzo": "-08:00", "date": "1915-03-16 06:00", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1915-03-16 14:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "957"}}, "raw": {"H": "06:00", "TZ": "8h", "DAY": "16", "LAT": "34N4", "LON": "118W15", "MON": "3", "NUM": "957", "PRO": "SP", "YEA": "1915", "CICO": "Los Angeles, CA", "NAME": "Nova Lou"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["boxer"]], "ids-in-sources": {"rawlins-ertel-irving": "265"}}, "raw": {"LA1": "34", "LA2": "3", "LO1": "118", "LO2": "15", "AMPM": "A", "MARS": "2", "NAME": "Nova", "BATCH": "2", "Satz#": "265", "GEBDAT": "16 3 1915", "GEBORT": "CA", "GEBZEIT": "6 0", "VORNAME": "Lou", "SPORTART": "BOXI", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["boxer"], "partial-ids": {"ertel": "ES-3053"}}, "raw": {"L": "", "MF": "", "NR": "3053", "ENG": "1", "MA_": "2", "G_NR": "957", "MA12": "1", "MARS": "2", "NAME": "Nova", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-0,600", "CSINR": "265", "KURTZ": "", "PHAS_": "0,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "16.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Lou", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.03.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17192	nunn-donald-1918-06-28	{"d10": "958"}	{"lerrcp": "D10-958"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Donald", "family": "Nunn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1918-06-28 06:10", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.1, "lat": 44.95, "name": "St Paul", "geoid": null}, "notime": null, "date-ut": "1918-06-28 11:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Donald", "family": "Nunn"}, "birth": {"tzo": "-05:00", "date": "1918-06-28 06:10", "place": {"c2": "MN", "cy": "US", "lg": -93.1, "lat": 44.95, "name": "St Paul"}, "date-ut": "1918-06-28 11:10"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "958"}}, "raw": {"H": "06:10", "TZ": "5h", "DAY": "28", "LAT": "44N57", "LON": "93W6", "MON": "6", "NUM": "958", "PRO": "MI", "YEA": "1918", "CICO": "St Paul, MN", "NAME": "Nunn Donald"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17193	o-brien-parry-1932-01-28	{"d10": "959"}	{"lerrcp": "D10-959"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Parry", "family": "O'Brien", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1932-01-28 18:04", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.48333, "lat": 34.01667, "name": "Santa Monica", "geoid": null}, "notime": null, "date-ut": "1932-01-29 02:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sportsperson"]	5	null	[{"new": {"name": {"given": "Parry", "family": "O'Brien"}, "birth": {"tzo": "-08:00", "date": "1932-01-28 18:04", "place": {"c2": "CA", "cy": "US", "lg": -118.48333, "lat": 34.01667, "name": "Santa Monica"}, "date-ut": "1932-01-29 02:04"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "959"}}, "raw": {"H": "18:04", "TZ": "8h", "DAY": "28", "LAT": "34N1", "LON": "118W29", "MON": "1", "NUM": "959", "PRO": "SP", "YEA": "1932", "CICO": "Santa Monica, CA", "NAME": "O'Brien Parry"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17194	o-callaghan-mike-1929-09-10	{"d10": "960"}	{"lerrcp": "D10-960"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mike", "family": "O'Callaghan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1929-09-10 00:30", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -91.25, "lat": 43.8, "name": "La Crosse", "geoid": null}, "notime": null, "date-ut": "1929-09-10 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Mike", "family": "O'Callaghan"}, "birth": {"tzo": "-06:00", "date": "1929-09-10 00:30", "place": {"c2": "WI", "cy": "US", "lg": -91.25, "lat": 43.8, "name": "La Crosse"}, "date-ut": "1929-09-10 06:30"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "960"}}, "raw": {"H": "00:30", "TZ": "6h", "DAY": "10", "LAT": "43N48", "LON": "91W15", "MON": "9", "NUM": "960", "PRO": "PO", "YEA": "1929", "CICO": "La Crosse, WI", "NAME": "O'Callaghan Mike"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17195	o-hara-tom-1942-07-05	{"d10": "961"}	{"lerrcp": "D10-961"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tom", "family": "O'Hara", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1942-07-05 11:44", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago", "geoid": null}, "notime": null, "date-ut": "1942-07-05 16:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sportsperson"]	5	null	[{"new": {"name": {"given": "Tom", "family": "O'Hara"}, "birth": {"tzo": "-05:00", "date": "1942-07-05 11:44", "place": {"c2": "IL", "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago"}, "date-ut": "1942-07-05 16:44"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "961"}}, "raw": {"H": "11:44", "TZ": "5h", "DAY": "5", "LAT": "41N52", "LON": "87W39", "MON": "7", "NUM": "961", "PRO": "SP", "YEA": "1942", "CICO": "Chicago, IL", "NAME": "O'Hara Tom"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17197	o-neal-ryan-1941-04-20	{"d10": "963"}	{"lerrcp": "D10-963"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ryan", "family": "O'Neal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1941-04-20 09:34", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1941-04-20 17:34"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Ryan", "family": "O'Neal"}, "birth": {"tzo": "-08:00", "date": "1941-04-20 09:34", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1941-04-20 17:34"}, "notes": ["Value published in LERRCP corrected in APP"], "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "963"}}, "raw": {"H": "09:34", "TZ": "8h", "DAY": "20", "LAT": "34N4", "LON": "118W15", "MON": "4", "NUM": "963!", "PRO": "AC", "YEA": "1941", "CICO": "Los Angeles, CA", "NAME": "O'Neal Ryan"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	["Value published in LERRCP corrected in APP"]
17198	o-neal-tatum-1963-11-05	{"d10": "964"}	{"lerrcp": "D10-964"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tatum", "family": "O'Neal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1963-11-05 03:38", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1963-11-05 11:38"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Tatum", "family": "O'Neal"}, "birth": {"tzo": "-08:00", "date": "1963-11-05 03:38", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1963-11-05 11:38"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "964"}}, "raw": {"H": "03:38", "TZ": "8h", "DAY": "5", "LAT": "34N4", "LON": "118W15", "MON": "11", "NUM": "964", "PRO": "AC", "YEA": "1963", "CICO": "Los Angeles, CA", "NAME": "O'Neal Tatum"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17199	oates-warren-1928-07-05	{"d10": "965"}	{"lerrcp": "D10-965"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Warren", "family": "Oates", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1928-07-05 05:00", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -87.23333, "lat": 37.21667, "name": "Depoy", "geoid": null}, "notime": null, "date-ut": "1928-07-05 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Warren", "family": "Oates"}, "birth": {"tzo": "-06:00", "date": "1928-07-05 05:00", "place": {"c2": "KY", "cy": "US", "lg": -87.23333, "lat": 37.21667, "name": "Depoy"}, "date-ut": "1928-07-05 11:00"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "965"}}, "raw": {"H": "05:00", "TZ": "6h", "DAY": "5", "LAT": "37N13", "LON": "87W14", "MON": "7", "NUM": "965", "PRO": "AC", "YEA": "1928", "CICO": "Depoy, KY", "NAME": "Oates Warren"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17200	oberlin-david-1920-01-06	{"d10": "966"}	{"lerrcp": "D10-966"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "David", "family": "Oberlin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1920-01-06 03:00", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -95.11667, "lat": 39.56667, "name": "Atchison", "geoid": null}, "notime": null, "date-ut": "1920-01-06 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "David", "family": "Oberlin"}, "birth": {"tzo": "-06:00", "date": "1920-01-06 03:00", "place": {"c2": "KS", "cy": "US", "lg": -95.11667, "lat": 39.56667, "name": "Atchison"}, "date-ut": "1920-01-06 09:00"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "966"}}, "raw": {"H": "03:00", "TZ": "6h", "DAY": "6", "LAT": "39N34", "LON": "95W7", "MON": "1", "NUM": "966", "PRO": "PO", "YEA": "1920", "CICO": "Atchison, KS", "NAME": "Oberlin David"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17202	ochs-elmer-1925-04-11	{"d10": "968"}	{"lerrcp": "D10-968"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elmer", "family": "Ochs", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1925-04-11 06:58", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -88.16667, "lat": 38.98333, "name": "Newton", "geoid": null}, "notime": null, "date-ut": "1925-04-11 12:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Elmer", "family": "Ochs"}, "birth": {"tzo": "-06:00", "date": "1925-04-11 06:58", "place": {"c2": "IL", "cy": "US", "lg": -88.16667, "lat": 38.98333, "name": "Newton"}, "date-ut": "1925-04-11 12:58"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "968"}}, "raw": {"H": "06:58", "TZ": "6h", "DAY": "11", "LAT": "38N59", "LON": "88W10", "MON": "4", "NUM": "968", "PRO": "MI", "YEA": "1925", "CICO": "Newton, IL", "NAME": "Ochs Elmer"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17203	oelman-robert-1909-06-09	{"d10": "969"}	{"lerrcp": "D10-969"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Oelman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1909-06-09 05:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.2, "lat": 39.75, "name": "Dayton", "geoid": null}, "notime": null, "date-ut": "1909-06-09 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Oelman"}, "birth": {"tzo": "-06:00", "date": "1909-06-09 05:00", "place": {"c2": "OH", "cy": "US", "lg": -84.2, "lat": 39.75, "name": "Dayton"}, "date-ut": "1909-06-09 11:00"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "969"}}, "raw": {"H": "05:00", "TZ": "6h", "DAY": "9", "LAT": "39N45", "LON": "84W12", "MON": "6", "NUM": "969", "PRO": "EX", "YEA": "1909", "CICO": "Dayton, OH", "NAME": "Oelman Robert"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17204	ogilvie-richard-1923-02-22	{"d10": "970"}	{"lerrcp": "D10-970"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Ogilvie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1923-02-22 00:15", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "US", "lg": -94.58333, "lat": 39.1, "name": "Kansas City", "geoid": null}, "notime": null, "date-ut": "1923-02-22 06:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Ogilvie"}, "birth": {"tzo": "-06:00", "date": "1923-02-22 00:15", "place": {"c2": "MO", "cy": "US", "lg": -94.58333, "lat": 39.1, "name": "Kansas City"}, "date-ut": "1923-02-22 06:15"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "970"}}, "raw": {"H": "00:15", "TZ": "6h", "DAY": "22", "LAT": "39N6", "LON": "94W35", "MON": "2", "NUM": "970", "PRO": "PO", "YEA": "1923", "CICO": "Kansas City, MO", "NAME": "Ogilvie Richard"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17205	okun-arthur-1928-11-28	{"d10": "971"}	{"lerrcp": "D10-971"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Okun", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1928-11-28 23:20", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.06667, "lat": 40.73333, "name": "Jersey City", "geoid": null}, "notime": null, "date-ut": "1928-11-29 04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Okun"}, "birth": {"tzo": "-05:00", "date": "1928-11-28 23:20", "place": {"c2": "NJ", "cy": "US", "lg": -74.06667, "lat": 40.73333, "name": "Jersey City"}, "date-ut": "1928-11-29 04:20"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "971"}}, "raw": {"H": "23:20", "TZ": "5h", "DAY": "28", "LAT": "40N44", "LON": "74W4", "MON": "11", "NUM": "971", "PRO": "PO", "YEA": "1928", "CICO": "Jersey City, NJ", "NAME": "Okun Arthur"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17207	opel-john-1925-01-05	{"d10": "973"}	{"lerrcp": "D10-973"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Opel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1925-01-05 10:00", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "US", "lg": -94.58333, "lat": 39.1, "name": "Kansas City", "geoid": null}, "notime": null, "date-ut": "1925-01-05 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "John", "family": "Opel"}, "birth": {"tzo": "-06:00", "date": "1925-01-05 10:00", "place": {"c2": "MO", "cy": "US", "lg": -94.58333, "lat": 39.1, "name": "Kansas City"}, "date-ut": "1925-01-05 16:00"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "973"}}, "raw": {"H": "10:00", "TZ": "6h", "DAY": "5", "LAT": "39N6", "LON": "94W35", "MON": "1", "NUM": "973", "PRO": "EX", "YEA": "1925", "CICO": "Kansas City, MO", "NAME": "Opel John"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17208	orem-charles-1916-08-23	{"d10": "974"}	{"lerrcp": "D10-974"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Orem", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1916-08-23 14:45", "note": null, "place": {"c1": null, "c2": "TN", "c3": null, "cy": "US", "lg": -86.78333, "lat": 36.16667, "name": "Nashville", "geoid": null}, "notime": null, "date-ut": "1916-08-23 20:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Orem"}, "birth": {"tzo": "-06:00", "date": "1916-08-23 14:45", "place": {"c2": "TN", "cy": "US", "lg": -86.78333, "lat": 36.16667, "name": "Nashville"}, "date-ut": "1916-08-23 20:45"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "974"}}, "raw": {"H": "14:45", "TZ": "6h", "DAY": "23", "LAT": "36N10", "LON": "86W47", "MON": "8", "NUM": "974", "PRO": "EX", "YEA": "1916", "CICO": "Nashville, TN", "NAME": "Orem Charles"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17209	osterbrock-donald-1924-07-13	{"d10": "975"}	{"lerrcp": "D10-975"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Donald", "family": "Osterbrock", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1924-07-13 10:25", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati", "geoid": null}, "notime": null, "date-ut": "1924-07-13 15:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Donald", "family": "Osterbrock"}, "birth": {"tzo": "-05:00", "date": "1924-07-13 10:25", "place": {"c2": "OH", "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati"}, "date-ut": "1924-07-13 15:25"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "975"}}, "raw": {"H": "10:25", "TZ": "5h", "DAY": "13", "LAT": "39N6", "LON": "84W31", "MON": "7", "NUM": "975", "PRO": "SC", "YEA": "1924", "CICO": "Cincinnati, OH", "NAME": "Osterbrock Donald"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17210	ott-david-1922-07-31	{"d10": "976"}	{"lerrcp": "D10-976"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "David", "family": "Ott", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-10:30", "date": "1922-07-31 19:40", "note": null, "place": {"c1": null, "c2": "HI", "c3": null, "cy": "US", "lg": -158.06667, "lat": 21.5, "name": "Schofield Barr", "geoid": null}, "notime": null, "date-ut": "1922-08-01 06:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "David", "family": "Ott"}, "birth": {"tzo": "-10:30", "date": "1922-07-31 19:40", "place": {"c2": "HI", "cy": "US", "lg": -158.06667, "lat": 21.5, "name": "Schofield Barr"}, "date-ut": "1922-08-01 06:10"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "976"}}, "raw": {"H": "19:40", "TZ": "10h30", "DAY": "31", "LAT": "21N30", "LON": "158W4", "MON": "7", "NUM": "976", "PRO": "MI", "YEA": "1922", "CICO": "Schofield Barr, HI", "NAME": "Ott David"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17211	ottina-john-1931-11-05	{"d10": "977"}	{"lerrcp": "D10-977"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Ottina", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1931-11-05 23:11", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1931-11-06 07:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "John", "family": "Ottina"}, "birth": {"tzo": "-08:00", "date": "1931-11-05 23:11", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1931-11-06 07:11"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "977"}}, "raw": {"H": "23:11", "TZ": "8h", "DAY": "5", "LAT": "34N4", "LON": "118W15", "MON": "11", "NUM": "977", "PRO": "EX", "YEA": "1931", "CICO": "Los Angeles, CA", "NAME": "Ottina John"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17213	overmyer-robert-1936-07-14	{"d10": "979"}	{"lerrcp": "D10-979"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Overmyer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1936-07-14 09:30", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -82.18333, "lat": 41.46667, "name": "Lorain", "geoid": null}, "notime": null, "date-ut": "1936-07-14 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Overmyer"}, "birth": {"tzo": "-05:00", "date": "1936-07-14 09:30", "place": {"c2": "OH", "cy": "US", "lg": -82.18333, "lat": 41.46667, "name": "Lorain"}, "date-ut": "1936-07-14 14:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "979"}}, "raw": {"H": "09:30", "TZ": "5h", "DAY": "14", "LAT": "41N28", "LON": "82W11", "MON": "7", "NUM": "979", "PRO": "MI", "YEA": "1936", "CICO": "Lorain, OH", "NAME": "Overmyer Robert"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17214	owen-guy-1925-02-24	{"d10": "980"}	{"lerrcp": "D10-980"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Owen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1925-02-24 19:00", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -78.65, "lat": 34.48333, "name": "Clarkton", "geoid": null}, "notime": null, "date-ut": "1925-02-25 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Owen"}, "birth": {"tzo": "-05:00", "date": "1925-02-24 19:00", "place": {"c2": "NC", "cy": "US", "lg": -78.65, "lat": 34.48333, "name": "Clarkton"}, "date-ut": "1925-02-25 00:00"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "980"}}, "raw": {"H": "19:00", "TZ": "5h", "DAY": "24", "LAT": "34N29", "LON": "78W39", "MON": "2", "NUM": "980", "PRO": "WR", "YEA": "1925", "CICO": "Clarkton, NC", "NAME": "Owen Guy"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17216	owen-nancy-1943-05-02	{"d10": "982"}	{"lerrcp": "D10-982"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nancy", "family": "Owen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1943-05-02 17:18", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1943-05-02 21:18"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sportsperson"]	5	null	[{"new": {"name": {"given": "Nancy", "family": "Owen"}, "birth": {"tzo": "-04:00", "date": "1943-05-02 17:18", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1943-05-02 21:18"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "982"}}, "raw": {"H": "17:18", "TZ": "4h", "DAY": "2", "LAT": "41N30", "LON": "81W42", "MON": "5", "NUM": "982", "PRO": "SP", "YEA": "1943", "CICO": "Cleveland, OH", "NAME": "Owen Nancy"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17215	owen-nancy-1915-10-30	{"d10": "981", "3a_sports": "3112", "rawlins-ertel-irving": "271"}	{"ertel": "ES-3112", "csicop": "CS-271", "lerrcp": "D10-981"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nancy", "family": "Owen", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "-06:00", "date": "1915-10-30 09:15", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -88.36667, "lat": 42.95, "name": "Genesee", "geoid": null}, "notime": null, "date-ut": "1915-10-30 15:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["volleyball-player", "volleyball-player"]	5	null	[{"new": {"name": {"given": "Nancy", "family": "Owen"}, "birth": {"tzo": "-06:00", "date": "1915-10-30 09:15", "place": {"c2": "WI", "cy": "US", "lg": -88.36667, "lat": 42.95, "name": "Genesee"}, "date-ut": "1915-10-30 15:15"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "981"}}, "raw": {"H": "09:15", "TZ": "6h", "DAY": "30", "LAT": "42N57", "LON": "88W22", "MON": "10", "NUM": "981", "PRO": "SC", "YEA": "1915", "CICO": "Genesee, WI", "NAME": "Owen Nancy"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": ["CHECK birth day : D10-981 1915-10-30 / CSID 271 1943-05-02"], "occus": [["volleyball-player"]], "to-check": true, "ids-in-sources": {"rawlins-ertel-irving": "271"}}, "raw": {"LA1": "41", "LA2": "30", "LO1": "81", "LO2": "42", "AMPM": "P", "MARS": "21", "NAME": "Owen", "BATCH": "1", "Satz#": "270", "GEBDAT": "2 5 1943", "GEBORT": "OH", "GEBZEIT": "5 18", "VORNAME": "Nancy", "SPORTART": "VOLL", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "F", "occus": ["volleyball-player"], "partial-ids": {"ertel": "ES-3112"}}, "raw": {"L": "", "MF": "F", "NR": "3112", "ENG": "", "MA_": "1", "G_NR": "981", "MA12": "7", "MARS": "21", "NAME": "Owen", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-6,500", "CSINR": "270", "KURTZ": "", "PHAS_": "6,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "02.05.", "ZITATE": "X", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Nancy", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "02.05.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "VOLL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	["CHECK birth day : D10-981 1915-10-30 / CSID 271 1943-05-02"]
17217	owens-robert-1920-09-13	{"d10": "983"}	{"lerrcp": "D10-983"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Owens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1920-09-13 12:10", "note": null, "place": {"c1": null, "c2": "SC", "c3": null, "cy": "US", "lg": -82.4, "lat": 34.85, "name": "Greenville", "geoid": null}, "notime": null, "date-ut": "1920-09-13 17:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Owens"}, "birth": {"tzo": "-05:00", "date": "1920-09-13 12:10", "place": {"c2": "SC", "cy": "US", "lg": -82.4, "lat": 34.85, "name": "Greenville"}, "date-ut": "1920-09-13 17:10"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "983"}}, "raw": {"H": "12:10", "TZ": "5h", "DAY": "13", "LAT": "34N51", "LON": "82W24", "MON": "9", "NUM": "983", "PRO": "MI", "YEA": "1920", "CICO": "Greenville, SC", "NAME": "Owens Robert"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17218	paar-jack-1917-05-01	{"d10": "984"}	{"lerrcp": "D10-984"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jack", "family": "Paar", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1917-05-01 23:55", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.38333, "lat": 40.8, "name": "Canton", "geoid": null}, "notime": null, "date-ut": "1917-05-02 05:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jack", "family": "Paar"}, "birth": {"tzo": "-06:00", "date": "1917-05-01 23:55", "place": {"c2": "OH", "cy": "US", "lg": -81.38333, "lat": 40.8, "name": "Canton"}, "date-ut": "1917-05-02 05:55"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "984"}}, "raw": {"H": "23:55", "TZ": "6h", "DAY": "1", "LAT": "40N48", "LON": "81W23", "MON": "5", "NUM": "984", "PRO": "AC", "YEA": "1917", "CICO": "Canton, OH", "NAME": "Paar Jack"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17219	packard-david-1912-09-07	{"d10": "985"}	{"lerrcp": "D10-985"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "David", "family": "Packard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1912-09-07 14:15", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "US", "lg": -104.6, "lat": 38.23333, "name": "Pueblo", "geoid": null}, "notime": null, "date-ut": "1912-09-07 21:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "David", "family": "Packard"}, "birth": {"tzo": "-07:00", "date": "1912-09-07 14:15", "place": {"c2": "CO", "cy": "US", "lg": -104.6, "lat": 38.23333, "name": "Pueblo"}, "date-ut": "1912-09-07 21:15"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "985"}}, "raw": {"H": "14:15", "TZ": "7h", "DAY": "7", "LAT": "38N14", "LON": "104W36", "MON": "9", "NUM": "985", "PRO": "EX", "YEA": "1912", "CICO": "Pueblo, CO", "NAME": "Packard David"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17221	paget-debra-1933-08-19	{"d10": "987"}	{"lerrcp": "D10-987"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Debra", "family": "Paget", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1933-08-19 08:00", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "US", "lg": -104.98333, "lat": 39.73333, "name": "Denver", "geoid": null}, "notime": null, "date-ut": "1933-08-19 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Debra", "family": "Paget"}, "birth": {"tzo": "-07:00", "date": "1933-08-19 08:00", "place": {"c2": "CO", "cy": "US", "lg": -104.98333, "lat": 39.73333, "name": "Denver"}, "date-ut": "1933-08-19 15:00"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "987"}}, "raw": {"H": "08:00", "TZ": "7h", "DAY": "19", "LAT": "39N44", "LON": "104W59", "MON": "8", "NUM": "987", "PRO": "AC", "YEA": "1933", "CICO": "Denver, CO", "NAME": "Paget Debra"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17222	paige-janis-1922-09-16	{"d10": "988"}	{"lerrcp": "D10-988"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Janis", "family": "Paige", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1922-09-16 09:05", "note": null, "place": {"c1": null, "c2": "WA", "c3": null, "cy": "US", "lg": -122.43333, "lat": 47.23333, "name": "Tacoma", "geoid": null}, "notime": null, "date-ut": "1922-09-16 17:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Janis", "family": "Paige"}, "birth": {"tzo": "-08:00", "date": "1922-09-16 09:05", "place": {"c2": "WA", "cy": "US", "lg": -122.43333, "lat": 47.23333, "name": "Tacoma"}, "date-ut": "1922-09-16 17:05"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "988"}}, "raw": {"H": "09:05", "TZ": "8h", "DAY": "16", "LAT": "47N14", "LON": "122W26", "MON": "9", "NUM": "988", "PRO": "AC", "YEA": "1922", "CICO": "Tacoma, WA", "NAME": "Paige Janis"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17223	paine-thomas-1921-11-09	{"d10": "989"}	{"lerrcp": "D10-989"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Thomas", "family": "Paine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1921-11-09 14:25", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.26667, "lat": 37.86667, "name": "Berkeley", "geoid": null}, "notime": null, "date-ut": "1921-11-09 22:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Thomas", "family": "Paine"}, "birth": {"tzo": "-08:00", "date": "1921-11-09 14:25", "place": {"c2": "CA", "cy": "US", "lg": -122.26667, "lat": 37.86667, "name": "Berkeley"}, "date-ut": "1921-11-09 22:25"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "989"}}, "raw": {"H": "14:25", "TZ": "8h", "DAY": "9", "LAT": "37N52", "LON": "122W16", "MON": "11", "NUM": "989", "PRO": "PO", "YEA": "1921", "CICO": "Berkeley, CA", "NAME": "Paine Thomas"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17224	palmer-gregg-1927-01-25	{"d10": "990"}	{"lerrcp": "D10-990"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gregg", "family": "Palmer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1927-01-25 05:50", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1927-01-25 13:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gregg", "family": "Palmer"}, "birth": {"tzo": "-08:00", "date": "1927-01-25 05:50", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1927-01-25 13:50"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "990"}}, "raw": {"H": "05:50", "TZ": "8h", "DAY": "25", "LAT": "37N47", "LON": "122W25", "MON": "1", "NUM": "990", "PRO": "AC", "YEA": "1927", "CICO": "San Francisco, CA", "NAME": "Palmer Gregg"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17225	palmer-james-1917-01-23	{"d10": "991"}	{"lerrcp": "D10-991"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Palmer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1917-01-23 20:00", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "US", "lg": -93.05, "lat": 38.1, "name": "Climax Springs", "geoid": null}, "notime": null, "date-ut": "1917-01-24 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "James", "family": "Palmer"}, "birth": {"tzo": "-06:00", "date": "1917-01-23 20:00", "place": {"c2": "MO", "cy": "US", "lg": -93.05, "lat": 38.1, "name": "Climax Springs"}, "date-ut": "1917-01-24 02:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "991"}}, "raw": {"H": "20:00", "TZ": "6h", "DAY": "23", "LAT": "38N6", "LON": "93W3", "MON": "1", "NUM": "991", "PRO": "MI", "YEA": "1917", "CICO": "Climax Springs, MO", "NAME": "Palmer James"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17226	pardee-arthur-1921-07-13	{"d10": "992"}	{"lerrcp": "D10-992"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Pardee", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1921-07-13 07:00", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago", "geoid": null}, "notime": null, "date-ut": "1921-07-13 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Pardee"}, "birth": {"tzo": "-05:00", "date": "1921-07-13 07:00", "place": {"c2": "IL", "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago"}, "date-ut": "1921-07-13 12:00"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "992"}}, "raw": {"H": "07:00", "TZ": "5h", "DAY": "13", "LAT": "41N52", "LON": "87W39", "MON": "7", "NUM": "992", "PRO": "SC", "YEA": "1921", "CICO": "Chicago, IL", "NAME": "Pardee Arthur"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17227	parker-eleanor-1922-06-26	{"d10": "993"}	{"lerrcp": "D10-993"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eleanor", "family": "Parker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1922-06-26 07:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83.81667, "lat": 39.73333, "name": "Cedarville", "geoid": null}, "notime": null, "date-ut": "1922-06-26 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Eleanor", "family": "Parker"}, "birth": {"tzo": "-06:00", "date": "1922-06-26 07:00", "place": {"c2": "OH", "cy": "US", "lg": -83.81667, "lat": 39.73333, "name": "Cedarville"}, "date-ut": "1922-06-26 13:00"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "993"}}, "raw": {"H": "07:00", "TZ": "6h", "DAY": "26", "LAT": "39N44", "LON": "83W49", "MON": "6", "NUM": "993", "PRO": "AC", "YEA": "1922", "CICO": "Cedarville, OH", "NAME": "Parker Eleanor"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17228	parker-jack-1918-07-06	{"d10": "994"}	{"lerrcp": "D10-994"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jack", "family": "Parker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1918-07-06 23:50", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.16667, "lat": 37.45, "name": "Palo Alto", "geoid": null}, "notime": null, "date-ut": "1918-07-07 06:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jack", "family": "Parker"}, "birth": {"tzo": "-07:00", "date": "1918-07-06 23:50", "place": {"c2": "CA", "cy": "US", "lg": -122.16667, "lat": 37.45, "name": "Palo Alto"}, "date-ut": "1918-07-07 06:50"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "994"}}, "raw": {"H": "23:50", "TZ": "7h", "DAY": "6", "LAT": "37N27", "LON": "122W10", "MON": "7", "NUM": "994", "PRO": "EX", "YEA": "1918", "CICO": "Palo Alto, CA", "NAME": "Parker Jack"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17229	parkinson-thomas-1920-02-24	{"d10": "995"}	{"lerrcp": "D10-995"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Thomas", "family": "Parkinson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1920-02-24 08:05", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1920-02-24 16:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Thomas", "family": "Parkinson"}, "birth": {"tzo": "-08:00", "date": "1920-02-24 08:05", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1920-02-24 16:05"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "995"}}, "raw": {"H": "08:05", "TZ": "8h", "DAY": "24", "LAT": "37N47", "LON": "122W25", "MON": "2", "NUM": "995", "PRO": "WR", "YEA": "1920", "CICO": "San Francisco, CA", "NAME": "Parkinson Thomas"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17230	parks-robert-1922-04-01	{"d10": "996"}	{"lerrcp": "D10-996"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Parks", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1922-04-01 08:30", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1922-04-01 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Parks"}, "birth": {"tzo": "-08:00", "date": "1922-04-01 08:30", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1922-04-01 16:30"}, "occus": ["miscelaneous"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "996"}}, "raw": {"H": "08:30", "TZ": "8h", "DAY": "1", "LAT": "34N4", "LON": "118W15", "MON": "4", "NUM": "996", "PRO": "X", "YEA": "1922", "CICO": "Los Angeles, CA", "NAME": "Parks Robert"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17231	parseghian-ara-1923-05-21	{"d10": "997"}	{"lerrcp": "D10-997"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ara", "family": "Parseghian", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1923-05-21 08:05", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.51667, "lat": 41.08333, "name": "Akron", "geoid": null}, "notime": null, "date-ut": "1923-05-21 13:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"name": {"given": "Ara", "family": "Parseghian"}, "birth": {"tzo": "-05:00", "date": "1923-05-21 08:05", "place": {"c2": "OH", "cy": "US", "lg": -81.51667, "lat": 41.08333, "name": "Akron"}, "date-ut": "1923-05-21 13:05"}, "occus": ["miscelaneous"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "997"}}, "raw": {"H": "08:05", "TZ": "5h", "DAY": "21", "LAT": "41N5", "LON": "81W31", "MON": "5", "NUM": "997", "PRO": "X", "YEA": "1923", "CICO": "Akron, OH", "NAME": "Parseghian Ara"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17232	partridge-david-1919-10-05	{"d10": "998"}	{"lerrcp": "D10-998"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "David", "family": "Partridge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1919-10-05 22:30", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.51667, "lat": 41.08333, "name": "Akron", "geoid": null}, "notime": null, "date-ut": "1919-10-06 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "David", "family": "Partridge"}, "birth": {"tzo": "-05:00", "date": "1919-10-05 22:30", "place": {"c2": "OH", "cy": "US", "lg": -81.51667, "lat": 41.08333, "name": "Akron"}, "date-ut": "1919-10-06 03:30"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "998"}}, "raw": {"H": "22:30", "TZ": "5h", "DAY": "5", "LAT": "41N5", "LON": "81W31", "MON": "10", "NUM": "998", "PRO": "AR", "YEA": "1919", "CICO": "Akron, OH", "NAME": "Partridge David"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17233	paschall-james-1923-03-31	{"d10": "999"}	{"lerrcp": "D10-999"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Paschall", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1923-03-31 19:55", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -77.78333, "lat": 35.31667, "name": "La Grange", "geoid": null}, "notime": null, "date-ut": "1923-04-01 00:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "James", "family": "Paschall"}, "birth": {"tzo": "-05:00", "date": "1923-03-31 19:55", "place": {"c2": "NC", "cy": "US", "lg": -77.78333, "lat": 35.31667, "name": "La Grange"}, "date-ut": "1923-04-01 00:55"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "999"}}, "raw": {"H": "19:55", "TZ": "5h", "DAY": "31", "LAT": "35N19", "LON": "77W47", "MON": "3", "NUM": "999", "PRO": "MI", "YEA": "1923", "CICO": "La Grange, NC", "NAME": "Paschall James"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17234	paschall-lee-1922-01-21	{"d10": "1000"}	{"lerrcp": "D10-1000"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lee", "family": "Paschall", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1922-01-21 11:00", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "US", "lg": -103.21667, "lat": 40.61667, "name": "Sterling", "geoid": null}, "notime": null, "date-ut": "1922-01-21 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Lee", "family": "Paschall"}, "birth": {"tzo": "-07:00", "date": "1922-01-21 11:00", "place": {"c2": "CO", "cy": "US", "lg": -103.21667, "lat": 40.61667, "name": "Sterling"}, "date-ut": "1922-01-21 18:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1000"}}, "raw": {"H": "11:00", "TZ": "7h", "DAY": "21", "LAT": "40N37", "LON": "103W13", "MON": "1", "NUM": "1000", "PRO": "MI", "YEA": "1922", "CICO": "Sterling, CO", "NAME": "Paschall Lee"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17235	patch-paul-1920-05-28	{"d10": "1001"}	{"lerrcp": "D10-1001"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Patch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1920-05-28 02:00", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "US", "lg": -104.98333, "lat": 39.73333, "name": "Denver", "geoid": null}, "notime": null, "date-ut": "1920-05-28 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Patch"}, "birth": {"tzo": "-06:00", "date": "1920-05-28 02:00", "place": {"c2": "CO", "cy": "US", "lg": -104.98333, "lat": 39.73333, "name": "Denver"}, "date-ut": "1920-05-28 08:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1001"}}, "raw": {"H": "02:00", "TZ": "6h", "DAY": "28", "LAT": "39N44", "LON": "104W59", "MON": "5", "NUM": "1001", "PRO": "MI", "YEA": "1920", "CICO": "Denver, CO", "NAME": "Patch Paul"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17236	patchen-kenneth-1910-12-13	{"d10": "1002"}	{"lerrcp": "D10-1002"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kenneth", "family": "Patchen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1910-12-13 00:30", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -80.76667, "lat": 41.18333, "name": "Niles", "geoid": null}, "notime": null, "date-ut": "1910-12-13 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Kenneth", "family": "Patchen"}, "birth": {"tzo": "-06:00", "date": "1910-12-13 00:30", "place": {"c2": "OH", "cy": "US", "lg": -80.76667, "lat": 41.18333, "name": "Niles"}, "date-ut": "1910-12-13 06:30"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1002"}}, "raw": {"H": "00:30", "TZ": "6h", "DAY": "13", "LAT": "41N11", "LON": "80W46", "MON": "12", "NUM": "1002", "PRO": "WR", "YEA": "1910", "CICO": "Niles, OH", "NAME": "Patchen Kenneth"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17241	peckinpah-david-1925-02-21	{"d10": "1007"}	{"lerrcp": "D10-1007"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "David", "family": "Peckinpah", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1925-02-21 14:15", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -119.78333, "lat": 36.73333, "name": "Fresno", "geoid": null}, "notime": null, "date-ut": "1925-02-21 22:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "David", "family": "Peckinpah"}, "birth": {"tzo": "-08:00", "date": "1925-02-21 14:15", "place": {"c2": "CA", "cy": "US", "lg": -119.78333, "lat": 36.73333, "name": "Fresno"}, "date-ut": "1925-02-21 22:15"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1007"}}, "raw": {"H": "14:15", "TZ": "8h", "DAY": "21", "LAT": "36N44", "LON": "119W47", "MON": "2", "NUM": "1007", "PRO": "AC", "YEA": "1925", "CICO": "Fresno, CA", "NAME": "Peckinpah David"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17239	pearson-david-1934-12-22	{"d10": "1005", "3a_sports": "3178"}	{"ertel": "ES-3178", "lerrcp": "D10-1005"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "David", "family": "Pearson", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1934-12-22 02:00", "note": null, "place": {"c1": null, "c2": "SC", "c3": null, "cy": "US", "lg": -81.95, "lat": 34.93333, "name": "Spartanburg", "geoid": null}, "notime": null, "date-ut": "1934-12-22 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "David", "family": "Pearson"}, "birth": {"tzo": "-05:00", "date": "1934-12-22 02:00", "place": {"c2": "SC", "cy": "US", "lg": -81.95, "lat": 34.93333, "name": "Spartanburg"}, "date-ut": "1934-12-22 07:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1005"}}, "raw": {"H": "02:00", "TZ": "5h", "DAY": "22", "LAT": "34N56", "LON": "81W57", "MON": "12", "NUM": "1005", "PRO": "SP", "YEA": "1934", "CICO": "Spartanburg, SC", "NAME": "Pearson David"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["motor-sports-competitor"], "partial-ids": {"ertel": "ES-3178"}}, "raw": {"L": "", "MF": "", "NR": "3178", "ENG": "1", "MA_": "2", "G_NR": "1005", "MA12": "1", "MARS": "2", "NAME": "Pearson", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-1,100", "CSINR": "", "KURTZ": "", "PHAS_": "98,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "22.12.", "ZITATE": "B", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "David Gene", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "22.12.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17240	peck-gregory-1916-04-05	{"d10": "1006", "afd2": "433"}	{"lerrcp": "D10-1006", "muller": "M2-433"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gregory", "family": "Peck", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1916-04-05 08:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -117.26667, "lat": 32.83333, "name": "La Jolla", "geoid": null}, "notime": null, "date-ut": "1916-04-05 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gregory", "family": "Peck"}, "birth": {"tzo": "-08:00", "date": "1916-04-05 08:00", "place": {"c2": "CA", "cy": "US", "lg": -117.26667, "lat": 32.83333, "name": "La Jolla"}, "date-ut": "1916-04-05 16:00"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1006"}}, "raw": {"H": "08:00", "TZ": "8h", "DAY": "5", "LAT": "32N50", "LON": "117W16", "MON": "4", "NUM": "1006", "PRO": "AC", "YEA": "1916", "CICO": "La Jolla, CA", "NAME": "Peck Gregory"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["actor"], "ids-in-sources": {"afd2": "433"}}, "raw": {"CY": "USA", "GQ": "G", "LG": "117 W 16", "LAT": "32 N 51", "TZO": "8.00", "DATE": "05.04.1916", "MUID": "433", "NAME": "Peck, Gregory", "OCCU": "AR 03", "TIME": "08.00", "BOOKS": "57", "PLACE": "La Iolla (Calif)", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
17238	patton-melvin-1924-11-16	{"d10": "1004", "3a_sports": "3169", "rawlins-ertel-irving": "276"}	{"ertel": "ES-3169", "csicop": "CS-276", "lerrcp": "D10-1004"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Melvin", "family": "Patton", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1924-11-16 13:07", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1924-11-16 21:07"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Melvin", "family": "Patton"}, "birth": {"tzo": "-08:00", "date": "1924-11-16 13:07", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1924-11-16 21:07"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1004"}}, "raw": {"H": "13:07", "TZ": "8h", "DAY": "16", "LAT": "34N4", "LON": "118W15", "MON": "11", "NUM": "1004", "PRO": "SP", "YEA": "1924", "CICO": "Los Angeles, CA", "NAME": "Patton Melvin"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "276"}}, "raw": {"LA1": "34", "LA2": "3", "LO1": "118", "LO2": "15", "AMPM": "P", "MARS": "36", "NAME": "Patton", "BATCH": "2", "Satz#": "276", "GEBDAT": "16 11 1924", "GEBORT": "CA", "GEBZEIT": "1 7", "VORNAME": "Melvin", "SPORTART": "TRAC", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-3169"}}, "raw": {"L": "", "MF": "", "NR": "3169", "ENG": "0", "MA_": "2", "G_NR": "1004", "MA12": "12", "MARS": "36", "NAME": "Patton", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-6,400", "CSINR": "276", "KURTZ": "", "PHAS_": "82,900", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "16.11.", "ZITATE": "DKSTFOX", "ZITSUM": "7", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Melvin", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "16.11.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "6"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17242	pendleton-austin-1940-03-27	{"d10": "1008"}	{"lerrcp": "D10-1008"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Austin", "family": "Pendleton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1940-03-27 00:45", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -80.81667, "lat": 41.23333, "name": "Warren", "geoid": null}, "notime": null, "date-ut": "1940-03-27 05:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Austin", "family": "Pendleton"}, "birth": {"tzo": "-05:00", "date": "1940-03-27 00:45", "place": {"c2": "OH", "cy": "US", "lg": -80.81667, "lat": 41.23333, "name": "Warren"}, "date-ut": "1940-03-27 05:45"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1008"}}, "raw": {"H": "00:45", "TZ": "5h", "DAY": "27", "LAT": "41N14", "LON": "80W49", "MON": "3", "NUM": "1008", "PRO": "AC", "YEA": "1940", "CICO": "Warren, OH", "NAME": "Pendleton Austin"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17244	peoples-david-1916-06-06	{"d10": "1010"}	{"lerrcp": "D10-1010"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "David", "family": "Peoples", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1916-06-06 18:00", "note": null, "place": {"c1": null, "c2": "TN", "c3": null, "cy": "US", "lg": -83.3, "lat": 36.21667, "name": "Morristown", "geoid": null}, "notime": null, "date-ut": "1916-06-07 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sportsperson"]	5	null	[{"new": {"name": {"given": "David", "family": "Peoples"}, "birth": {"tzo": "-06:00", "date": "1916-06-06 18:00", "place": {"c2": "TN", "cy": "US", "lg": -83.3, "lat": 36.21667, "name": "Morristown"}, "date-ut": "1916-06-07 00:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1010"}}, "raw": {"H": "18:00", "TZ": "6h", "DAY": "6", "LAT": "36N13", "LON": "83W18", "MON": "6", "NUM": "1010", "PRO": "SP", "YEA": "1916", "CICO": "Morristown, TN", "NAME": "Peoples David"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17243	pennel-john-1940-07-25	{"d10": "1009", "3a_sports": "3204"}	{"ertel": "ES-3204", "lerrcp": "D10-1009"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Pennel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1940-07-25 16:46", "note": null, "place": {"c1": null, "c2": "TN", "c3": null, "cy": "US", "lg": -90.05, "lat": 35.13333, "name": "Memphis", "geoid": null}, "notime": null, "date-ut": "1940-07-25 22:46"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "John", "family": "Pennel"}, "birth": {"tzo": "-06:00", "date": "1940-07-25 16:46", "place": {"c2": "TN", "cy": "US", "lg": -90.05, "lat": 35.13333, "name": "Memphis"}, "date-ut": "1940-07-25 22:46"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1009"}}, "raw": {"H": "16:46", "TZ": "6h", "DAY": "25", "LAT": "35N8", "LON": "90W3", "MON": "7", "NUM": "1009", "PRO": "SP", "YEA": "1940", "CICO": "Memphis, TN", "NAME": "Pennel John"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-3204"}}, "raw": {"L": "", "MF": "", "NR": "3204", "ENG": "", "MA_": "0", "G_NR": "1009", "MA12": "5", "MARS": "15", "NAME": "Pennel", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-8,000", "CSINR": "", "KURTZ": "", "PHAS_": "72,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "25.07.", "ZITATE": "TEO", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "John", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "25.07.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17246	peppler-mary-1944-10-17	{"d10": "1012", "3a_sports": "3212"}	{"ertel": "ES-3212", "lerrcp": "D10-1012"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mary", "family": "Peppler", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "-05:00", "date": "1944-10-17 21:48", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -89.1, "lat": 42.26667, "name": "Rockford", "geoid": null}, "notime": null, "date-ut": "1944-10-18 02:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["volleyball-player"]	5	null	[{"new": {"name": {"given": "Mary", "family": "Peppler"}, "birth": {"tzo": "-05:00", "date": "1944-10-17 21:48", "place": {"c2": "IL", "cy": "US", "lg": -89.1, "lat": 42.26667, "name": "Rockford"}, "date-ut": "1944-10-18 02:48"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1012"}}, "raw": {"H": "21:48", "TZ": "5h", "DAY": "17", "LAT": "42N16", "LON": "89W6", "MON": "10", "NUM": "1012", "PRO": "SP", "YEA": "1944", "CICO": "Rockford, IL", "NAME": "Peppler Mary"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "F", "occus": ["volleyball-player"], "partial-ids": {"ertel": "ES-3212"}}, "raw": {"L": "", "MF": "F", "NR": "3212", "ENG": "", "MA_": "0", "G_NR": "1012", "MA12": "8", "MARS": "24", "NAME": "Peppler", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-1,400", "CSINR": "", "KURTZ": "", "PHAS_": "0,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "17.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Mary Jo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.10.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "VOLL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17247	percy-charles-1919-09-27	{"d10": "1013"}	{"lerrcp": "D10-1013"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Percy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1919-09-27 03:40", "note": null, "place": {"c1": null, "c2": "FL", "c3": null, "cy": "US", "lg": -87.21667, "lat": 30.41667, "name": "Pensacola", "geoid": null}, "notime": null, "date-ut": "1919-09-27 08:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Percy"}, "birth": {"tzo": "-05:00", "date": "1919-09-27 03:40", "place": {"c2": "FL", "cy": "US", "lg": -87.21667, "lat": 30.41667, "name": "Pensacola"}, "date-ut": "1919-09-27 08:40"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1013"}}, "raw": {"H": "03:40", "TZ": "5h", "DAY": "27", "LAT": "30N25", "LON": "87W13", "MON": "9", "NUM": "1013", "PRO": "PO", "YEA": "1919", "CICO": "Pensacola, FL", "NAME": "Percy Charles"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17248	perlman-isadore-1915-04-12	{"d10": "1014"}	{"lerrcp": "D10-1014"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Isadore", "family": "Perlman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1915-04-12 07:00", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": "Milwaukee", "geoid": null}, "notime": null, "date-ut": "1915-04-12 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Isadore", "family": "Perlman"}, "birth": {"tzo": "-06:00", "date": "1915-04-12 07:00", "place": {"c2": "WI", "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": "Milwaukee"}, "date-ut": "1915-04-12 13:00"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1014"}}, "raw": {"H": "07:00", "TZ": "6h", "DAY": "12", "LAT": "43N2", "LON": "87W55", "MON": "4", "NUM": "1014", "PRO": "SC", "YEA": "1915", "CICO": "Milwaukee, WI", "NAME": "Perlman Isadore"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17249	perot-henry-1930-06-27	{"d10": "1015"}	{"lerrcp": "D10-1015"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Perot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1930-06-27 05:34", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -94.1, "lat": 33.43333, "name": "Texarkana", "geoid": null}, "notime": null, "date-ut": "1930-06-27 11:34"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Perot"}, "birth": {"tzo": "-06:00", "date": "1930-06-27 05:34", "place": {"c2": "TX", "cy": "US", "lg": -94.1, "lat": 33.43333, "name": "Texarkana"}, "date-ut": "1930-06-27 11:34"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1015"}}, "raw": {"H": "05:34", "TZ": "6h", "DAY": "27", "LAT": "33N26", "LON": "94W6", "MON": "6", "NUM": "1015", "PRO": "EX", "YEA": "1930", "CICO": "Texarkana, TX", "NAME": "Perot Henry"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17250	perreau-gigi-1941-02-06	{"d10": "1016"}	{"lerrcp": "D10-1016"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gigi", "family": "Perreau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1941-02-06 11:40", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1941-02-06 19:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gigi", "family": "Perreau"}, "birth": {"tzo": "-08:00", "date": "1941-02-06 11:40", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1941-02-06 19:40"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1016"}}, "raw": {"H": "11:40", "TZ": "8h", "DAY": "6", "LAT": "34N4", "LON": "118W15", "MON": "2", "NUM": "1016", "PRO": "AC", "YEA": "1941", "CICO": "Los Angeles, CA", "NAME": "Perreau Gigi"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17251	perrine-valerie-1943-09-03	{"d10": "1017"}	{"lerrcp": "D10-1017"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Valerie", "family": "Perrine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1943-09-03 21:20", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -94.8, "lat": 29.3, "name": "Galveston", "geoid": null}, "notime": null, "date-ut": "1943-09-04 02:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Valerie", "family": "Perrine"}, "birth": {"tzo": "-05:00", "date": "1943-09-03 21:20", "place": {"c2": "TX", "cy": "US", "lg": -94.8, "lat": 29.3, "name": "Galveston"}, "date-ut": "1943-09-04 02:20"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1017"}}, "raw": {"H": "21:20", "TZ": "5h", "DAY": "3", "LAT": "29N18", "LON": "94W48", "MON": "9", "NUM": "1017", "PRO": "AC", "YEA": "1943", "CICO": "Galveston, TX", "NAME": "Perrine Valerie"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17252	perry-ellis-1919-09-29	{"d10": "1018"}	{"lerrcp": "D10-1018"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ellis", "family": "Perry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1919-09-29 22:00", "note": null, "place": {"c1": null, "c2": "TN", "c3": null, "cy": "US", "lg": -87.33333, "lat": 35.23333, "name": "Lawrenceburg", "geoid": null}, "notime": null, "date-ut": "1919-09-30 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ellis", "family": "Perry"}, "birth": {"tzo": "-05:00", "date": "1919-09-29 22:00", "place": {"c2": "TN", "cy": "US", "lg": -87.33333, "lat": 35.23333, "name": "Lawrenceburg"}, "date-ut": "1919-09-30 03:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1018"}}, "raw": {"H": "22:00", "TZ": "5h", "DAY": "29", "LAT": "35N14", "LON": "87W20", "MON": "9", "NUM": "1018", "PRO": "MI", "YEA": "1919", "CICO": "Lawrenceburg, TN", "NAME": "Perry Ellis"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17254	peters-jean-1926-10-15	{"d10": "1020"}	{"lerrcp": "D10-1020"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Peters", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1926-10-15 16:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.38333, "lat": 40.8, "name": "Canton", "geoid": null}, "notime": null, "date-ut": "1926-10-15 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Peters"}, "birth": {"tzo": "-05:00", "date": "1926-10-15 16:00", "place": {"c2": "OH", "cy": "US", "lg": -81.38333, "lat": 40.8, "name": "Canton"}, "date-ut": "1926-10-15 21:00"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1020"}}, "raw": {"H": "16:00", "TZ": "5h", "DAY": "15", "LAT": "40N48", "LON": "81W23", "MON": "10", "NUM": "1020", "PRO": "AC", "YEA": "1926", "CICO": "Canton, OH", "NAME": "Peters Jean"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17255	petersen-donald-1928-11-11	{"d10": "1021"}	{"lerrcp": "D10-1021"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Donald", "family": "Petersen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1928-11-11 14:19", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis", "geoid": null}, "notime": null, "date-ut": "1928-11-11 20:19"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Donald", "family": "Petersen"}, "birth": {"tzo": "-06:00", "date": "1928-11-11 14:19", "place": {"c2": "MN", "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis"}, "date-ut": "1928-11-11 20:19"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1021"}}, "raw": {"H": "14:19", "TZ": "6h", "DAY": "11", "LAT": "44N59", "LON": "93W16", "MON": "11", "NUM": "1021", "PRO": "WR", "YEA": "1928", "CICO": "Minneapolis, MN", "NAME": "Petersen Donald"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17256	peterson-russel-1916-10-03	{"d10": "1022"}	{"lerrcp": "D10-1022"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Russel", "family": "Peterson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1916-10-03 04:00", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -89.46667, "lat": 43.55, "name": "Portage", "geoid": null}, "notime": null, "date-ut": "1916-10-03 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Russel", "family": "Peterson"}, "birth": {"tzo": "-06:00", "date": "1916-10-03 04:00", "place": {"c2": "WI", "cy": "US", "lg": -89.46667, "lat": 43.55, "name": "Portage"}, "date-ut": "1916-10-03 10:00"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1022"}}, "raw": {"H": "04:00", "TZ": "6h", "DAY": "3", "LAT": "43N33", "LON": "89W28", "MON": "10", "NUM": "1022", "PRO": "PO", "YEA": "1916", "CICO": "Portage, WI", "NAME": "Peterson Russel"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17257	pettet-william-1942-10-10	{"d10": "1023"}	{"lerrcp": "D10-1023"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Pettet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1942-10-10 21:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.05, "lat": 33.96667, "name": "Whittier", "geoid": null}, "notime": null, "date-ut": "1942-10-11 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "William", "family": "Pettet"}, "birth": {"tzo": "-07:00", "date": "1942-10-10 21:00", "place": {"c2": "CA", "cy": "US", "lg": -118.05, "lat": 33.96667, "name": "Whittier"}, "date-ut": "1942-10-11 04:00"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1023"}}, "raw": {"H": "21:00", "TZ": "7h", "DAY": "10", "LAT": "33N58", "LON": "118W3", "MON": "10", "NUM": "1023", "PRO": "AR", "YEA": "1942", "CICO": "Whittier, CA", "NAME": "Pettet William"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17261	pickens-slim-1919-06-29	{"d10": "1027"}	{"lerrcp": "D10-1027"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Slim", "family": "Pickens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1919-06-29 23:50", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -119.55, "lat": 36.51667, "name": "Kingsberg", "geoid": null}, "notime": null, "date-ut": "1919-06-30 06:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Slim", "family": "Pickens"}, "birth": {"tzo": "-07:00", "date": "1919-06-29 23:50", "place": {"c2": "CA", "cy": "US", "lg": -119.55, "lat": 36.51667, "name": "Kingsberg"}, "date-ut": "1919-06-30 06:50"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1027"}}, "raw": {"H": "23:50", "TZ": "7h", "DAY": "29", "LAT": "36N31", "LON": "119W33", "MON": "6", "NUM": "1027", "PRO": "AC", "YEA": "1919", "CICO": "Kingsberg, CA", "NAME": "Pickens Slim"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17258	pettit-robert-1932-12-12	{"d10": "1024", "3a_sports": "3255"}	{"ertel": "ES-3255", "lerrcp": "D10-1024"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Pettit", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1932-12-12 05:04", "note": null, "place": {"c1": null, "c2": "LA", "c3": null, "cy": "US", "lg": -91.18333, "lat": 30.45, "name": "Baton Rouge", "geoid": null}, "notime": null, "date-ut": "1932-12-12 11:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Pettit"}, "birth": {"tzo": "-06:00", "date": "1932-12-12 05:04", "place": {"c2": "LA", "cy": "US", "lg": -91.18333, "lat": 30.45, "name": "Baton Rouge"}, "date-ut": "1932-12-12 11:04"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1024"}}, "raw": {"H": "05:04", "TZ": "6h", "DAY": "12", "LAT": "30N27", "LON": "91W11", "MON": "12", "NUM": "1024", "PRO": "SP", "YEA": "1932", "CICO": "Baton Rouge, LA", "NAME": "Pettit Robert"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["basketball-player"], "partial-ids": {"ertel": "ES-3255"}}, "raw": {"L": "", "MF": "", "NR": "3255", "ENG": "0", "MA_": "2", "G_NR": "1024", "MA12": "3", "MARS": "9", "NAME": "Pettit", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "2,800", "CSINR": "", "KURTZ": "", "PHAS_": "98,700", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "12.12.", "ZITATE": "BEX", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Robert E. Lee", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "12.12.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17260	phillips-james-1936-02-05	{"d10": "1026", "3a_sports": "3263", "rawlins-ertel-irving": "281"}	{"ertel": "ES-3263", "csicop": "CS-281", "lerrcp": "D10-1026"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Phillips", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1936-02-05 03:45", "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "US", "lg": -85.96667, "lat": 32.93333, "name": "Alexander City", "geoid": null}, "notime": null, "date-ut": "1936-02-05 09:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "James", "family": "Phillips"}, "birth": {"tzo": "-06:00", "date": "1936-02-05 03:45", "place": {"c2": "AL", "cy": "US", "lg": -85.96667, "lat": 32.93333, "name": "Alexander City"}, "date-ut": "1936-02-05 09:45"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1026"}}, "raw": {"H": "03:45", "TZ": "6h", "DAY": "5", "LAT": "32N56", "LON": "85W58", "MON": "2", "NUM": "1026", "PRO": "SP", "YEA": "1936", "CICO": "Alexander City, AL", "NAME": "Phillips James"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "281"}}, "raw": {"LA1": "32", "LA2": "56", "LO1": "85", "LO2": "58", "AMPM": "A", "MARS": "30", "NAME": "Phillips", "BATCH": "1", "Satz#": "281", "GEBDAT": "5 2 1936", "GEBORT": "AL", "GEBZEIT": "3 45", "VORNAME": "James", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-3263"}}, "raw": {"L": "", "MF": "", "NR": "3263", "ENG": "", "MA_": "1", "G_NR": "1026", "MA12": "10", "MARS": "30", "NAME": "Phillips", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "5,800", "CSINR": "281", "KURTZ": "", "PHAS_": "94,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "05.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "James", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.02.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17262	pillod-charles-1918-10-20	{"d10": "1028"}	{"lerrcp": "D10-1028"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Pillod", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1918-10-20 15:05", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.48333, "lat": 41.13333, "name": "Cuyahoga Falls", "geoid": null}, "notime": null, "date-ut": "1918-10-20 20:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Pillod"}, "birth": {"tzo": "-05:00", "date": "1918-10-20 15:05", "place": {"c2": "OH", "cy": "US", "lg": -81.48333, "lat": 41.13333, "name": "Cuyahoga Falls"}, "date-ut": "1918-10-20 20:05"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1028"}}, "raw": {"H": "15:05", "TZ": "5h", "DAY": "20", "LAT": "41N8", "LON": "81W29", "MON": "10", "NUM": "1028", "PRO": "EX", "YEA": "1918", "CICO": "Cuyahoga Falls, OH", "NAME": "Pillod Charles"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17263	pimentel-george-1922-05-02	{"d10": "1029"}	{"lerrcp": "D10-1029"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "George", "family": "Pimentel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1922-05-02 23:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -119.78333, "lat": 36.73333, "name": "Fresno", "geoid": null}, "notime": null, "date-ut": "1922-05-03 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "George", "family": "Pimentel"}, "birth": {"tzo": "-08:00", "date": "1922-05-02 23:00", "place": {"c2": "CA", "cy": "US", "lg": -119.78333, "lat": 36.73333, "name": "Fresno"}, "date-ut": "1922-05-03 07:00"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1029"}}, "raw": {"H": "23:00", "TZ": "8h", "DAY": "2", "LAT": "36N44", "LON": "119W47", "MON": "5", "NUM": "1029", "PRO": "SC", "YEA": "1922", "CICO": "Fresno, CA", "NAME": "Pimentel George"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17264	pine-phillip-1925-07-16	{"d10": "1030"}	{"lerrcp": "D10-1030"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Phillip", "family": "Pine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1925-07-16 02:35", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -119.65, "lat": 36.33333, "name": "Hanford", "geoid": null}, "notime": null, "date-ut": "1925-07-16 10:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Phillip", "family": "Pine"}, "birth": {"tzo": "-08:00", "date": "1925-07-16 02:35", "place": {"c2": "CA", "cy": "US", "lg": -119.65, "lat": 36.33333, "name": "Hanford"}, "date-ut": "1925-07-16 10:35"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1030"}}, "raw": {"H": "02:35", "TZ": "8h", "DAY": "16", "LAT": "36N20", "LON": "119W39", "MON": "7", "NUM": "1030", "PRO": "AC", "YEA": "1925", "CICO": "Hanford, CA", "NAME": "Pine Phillip"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17265	pinkerton-clayton-1931-03-06	{"d10": "1031"}	{"lerrcp": "D10-1031"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clayton", "family": "Pinkerton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1931-03-06 11:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1931-03-06 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Clayton", "family": "Pinkerton"}, "birth": {"tzo": "-08:00", "date": "1931-03-06 11:00", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1931-03-06 19:00"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1031"}}, "raw": {"H": "11:00", "TZ": "8h", "DAY": "6", "LAT": "37N47", "LON": "122W25", "MON": "3", "NUM": "1031", "PRO": "AR", "YEA": "1931", "CICO": "San Francisco, CA", "NAME": "Pinkerton Clayton"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17266	pitchford-kenneth-1931-01-24	{"d10": "1032"}	{"lerrcp": "D10-1032"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kenneth", "family": "Pitchford", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1931-01-24 06:10", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -96.75, "lat": 46.88333, "name": "Moorhead", "geoid": null}, "notime": null, "date-ut": "1931-01-24 12:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Kenneth", "family": "Pitchford"}, "birth": {"tzo": "-06:00", "date": "1931-01-24 06:10", "place": {"c2": "MN", "cy": "US", "lg": -96.75, "lat": 46.88333, "name": "Moorhead"}, "date-ut": "1931-01-24 12:10"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1032"}}, "raw": {"H": "06:10", "TZ": "6h", "DAY": "24", "LAT": "46N53", "LON": "96W45", "MON": "1", "NUM": "1032", "PRO": "WR", "YEA": "1931", "CICO": "Moorhead, MN", "NAME": "Pitchford Kenneth"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17267	pitts-william-1919-11-27	{"d10": "1033"}	{"lerrcp": "D10-1033"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Pitts", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1919-11-27 06:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -117.25, "lat": 33.9, "name": "March Field", "geoid": null}, "notime": null, "date-ut": "1919-11-27 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "William", "family": "Pitts"}, "birth": {"tzo": "-08:00", "date": "1919-11-27 06:00", "place": {"c2": "CA", "cy": "US", "lg": -117.25, "lat": 33.9, "name": "March Field"}, "date-ut": "1919-11-27 14:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1033"}}, "raw": {"H": "06:00", "TZ": "8h", "DAY": "27", "LAT": "33N54", "LON": "117W15", "MON": "11", "NUM": "1033", "PRO": "MI", "YEA": "1919", "CICO": "March Field, CA", "NAME": "Pitts William"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17268	plante-david-1940-03-04	{"d10": "1034"}	{"lerrcp": "D10-1034"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "David", "family": "Plante", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1940-03-04 13:00", "note": null, "place": {"c1": null, "c2": "RI", "c3": null, "cy": "US", "lg": -71.4, "lat": 41.81667, "name": "Providence", "geoid": null}, "notime": null, "date-ut": "1940-03-04 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "David", "family": "Plante"}, "birth": {"tzo": "-05:00", "date": "1940-03-04 13:00", "place": {"c2": "RI", "cy": "US", "lg": -71.4, "lat": 41.81667, "name": "Providence"}, "date-ut": "1940-03-04 18:00"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1034"}}, "raw": {"H": "13:00", "TZ": "5h", "DAY": "4", "LAT": "41N49", "LON": "71W24", "MON": "3", "NUM": "1034", "PRO": "WR", "YEA": "1940", "CICO": "Providence, RI", "NAME": "Plante David"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17269	platts-john-1917-11-19	{"d10": "1035"}	{"lerrcp": "D10-1035"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Platts", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1917-11-19 20:00", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "US", "lg": -83.05, "lat": 42.33333, "name": "Detroit", "geoid": null}, "notime": null, "date-ut": "1917-11-20 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "John", "family": "Platts"}, "birth": {"tzo": "-05:00", "date": "1917-11-19 20:00", "place": {"c2": "MI", "cy": "US", "lg": -83.05, "lat": 42.33333, "name": "Detroit"}, "date-ut": "1917-11-20 01:00"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1035"}}, "raw": {"H": "20:00", "TZ": "5h", "DAY": "19", "LAT": "42N20", "LON": "83W3", "MON": "11", "NUM": "1035", "PRO": "EX", "YEA": "1917", "CICO": "Detroit, MI", "NAME": "Platts John"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17271	poe-bryce-1924-10-10	{"d10": "1037"}	{"lerrcp": "D10-1037"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bryce", "family": "Poe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1924-10-10 00:44", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -97.33333, "lat": 37.7, "name": "Wichita", "geoid": null}, "notime": null, "date-ut": "1924-10-10 06:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Bryce", "family": "Poe"}, "birth": {"tzo": "-06:00", "date": "1924-10-10 00:44", "place": {"c2": "KS", "cy": "US", "lg": -97.33333, "lat": 37.7, "name": "Wichita"}, "date-ut": "1924-10-10 06:44"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1037"}}, "raw": {"H": "00:44", "TZ": "6h", "DAY": "10", "LAT": "37N42", "LON": "97W20", "MON": "10", "NUM": "1037", "PRO": "MI", "YEA": "1924", "CICO": "Wichita, KS", "NAME": "Poe Bryce"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17272	poggemeyer-herman-1919-04-22	{"d10": "1038"}	{"lerrcp": "D10-1038"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Herman", "family": "Poggemeyer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1919-04-22 06:03", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -94.91667, "lat": 39.31667, "name": "Leavenworth", "geoid": null}, "notime": null, "date-ut": "1919-04-22 11:03"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Herman", "family": "Poggemeyer"}, "birth": {"tzo": "-05:00", "date": "1919-04-22 06:03", "place": {"c2": "KS", "cy": "US", "lg": -94.91667, "lat": 39.31667, "name": "Leavenworth"}, "date-ut": "1919-04-22 11:03"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1038"}}, "raw": {"H": "06:03", "TZ": "5h", "DAY": "22", "LAT": "39N19", "LON": "94W55", "MON": "4", "NUM": "1038", "PRO": "MI", "YEA": "1919", "CICO": "Leavenworth, KS", "NAME": "Poggemeyer Herman"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17275	poston-thoams-1921-10-17	{"d10": "1041"}	{"lerrcp": "D10-1041"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Thoams", "family": "Poston", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1921-10-17 21:40", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83, "lat": 39.96667, "name": "Columbus", "geoid": null}, "notime": null, "date-ut": "1921-10-18 03:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Thoams", "family": "Poston"}, "birth": {"tzo": "-06:00", "date": "1921-10-17 21:40", "place": {"c2": "OH", "cy": "US", "lg": -83, "lat": 39.96667, "name": "Columbus"}, "date-ut": "1921-10-18 03:40"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1041"}}, "raw": {"H": "21:40", "TZ": "6h", "DAY": "17", "LAT": "39N58", "LON": "83W0", "MON": "10", "NUM": "1041", "PRO": "AC", "YEA": "1921", "CICO": "Columbus, OH", "NAME": "Poston Thoams"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17276	powers-james-1917-07-08	{"d10": "1042"}	{"lerrcp": "D10-1042"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Powers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1917-07-08 17:30", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -90.23333, "lat": 39.73333, "name": "Jacksonville", "geoid": null}, "notime": null, "date-ut": "1917-07-08 23:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "James", "family": "Powers"}, "birth": {"tzo": "-06:00", "date": "1917-07-08 17:30", "place": {"c2": "IL", "cy": "US", "lg": -90.23333, "lat": 39.73333, "name": "Jacksonville"}, "date-ut": "1917-07-08 23:30"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1042"}}, "raw": {"H": "17:30", "TZ": "6h", "DAY": "8", "LAT": "39N44", "LON": "90W14", "MON": "7", "NUM": "1042", "PRO": "WR", "YEA": "1917", "CICO": "Jacksonville, IL", "NAME": "Powers James"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17274	porter-bill-1926-03-24	{"d10": "1040", "3a_sports": "3348"}	{"ertel": "ES-3348", "lerrcp": "D10-1040"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bill", "family": "Porter", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1926-03-24 02:35", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "US", "lg": -84.4, "lat": 42.25, "name": "Jackson", "geoid": null}, "notime": null, "date-ut": "1926-03-24 07:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Bill", "family": "Porter"}, "birth": {"tzo": "-05:00", "date": "1926-03-24 02:35", "place": {"c2": "MI", "cy": "US", "lg": -84.4, "lat": 42.25, "name": "Jackson"}, "date-ut": "1926-03-24 07:35"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1040"}}, "raw": {"H": "02:35", "TZ": "5h", "DAY": "24", "LAT": "42N15", "LON": "84W24", "MON": "3", "NUM": "1040", "PRO": "SP", "YEA": "1926", "CICO": "Jackson, MI", "NAME": "Porter Bill"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-3348"}}, "raw": {"L": "", "MF": "", "NR": "3348", "ENG": "", "MA_": "1", "G_NR": "1040", "MA12": "12", "MARS": "35", "NAME": "Porter", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "8,500", "CSINR": "", "KURTZ": "", "PHAS_": "75,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "24.03.", "ZITATE": "SX", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Bill", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "24.03.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17278	presnell-harve-1933-09-14	{"d10": "1044"}	{"lerrcp": "D10-1044"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Harve", "family": "Presnell", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1933-09-14 02:10", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -121, "lat": 37.65, "name": "Modesto", "geoid": null}, "notime": null, "date-ut": "1933-09-14 10:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Harve", "family": "Presnell"}, "birth": {"tzo": "-08:00", "date": "1933-09-14 02:10", "place": {"c2": "CA", "cy": "US", "lg": -121, "lat": 37.65, "name": "Modesto"}, "date-ut": "1933-09-14 10:10"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1044"}}, "raw": {"H": "02:10", "TZ": "8h", "DAY": "14", "LAT": "37N39", "LON": "121W0", "MON": "9", "NUM": "1044", "PRO": "AC", "YEA": "1933", "CICO": "Modesto, CA", "NAME": "Presnell Harve"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17279	preus-jacob-1920-01-08	{"d10": "1045"}	{"lerrcp": "D10-1045"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacob", "family": "Preus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1920-01-08 07:00", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.1, "lat": 44.95, "name": "St Paul", "geoid": null}, "notime": null, "date-ut": "1920-01-08 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"name": {"given": "Jacob", "family": "Preus"}, "birth": {"tzo": "-06:00", "date": "1920-01-08 07:00", "place": {"c2": "MN", "cy": "US", "lg": -93.1, "lat": 44.95, "name": "St Paul"}, "date-ut": "1920-01-08 13:00"}, "occus": ["miscelaneous"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1045"}}, "raw": {"H": "07:00", "TZ": "6h", "DAY": "8", "LAT": "44N57", "LON": "93W6", "MON": "1", "NUM": "1045", "PRO": "X", "YEA": "1920", "CICO": "St Paul, MN", "NAME": "Preus Jacob"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17280	price-edwards-1933-02-01	{"d10": "1046"}	{"lerrcp": "D10-1046"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edwards", "family": "Price", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1933-02-01 08:00", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -78.08333, "lat": 36.43333, "name": "Macon", "geoid": null}, "notime": null, "date-ut": "1933-02-01 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Edwards", "family": "Price"}, "birth": {"tzo": "-05:00", "date": "1933-02-01 08:00", "place": {"c2": "NC", "cy": "US", "lg": -78.08333, "lat": 36.43333, "name": "Macon"}, "date-ut": "1933-02-01 13:00"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1046"}}, "raw": {"H": "08:00", "TZ": "5h", "DAY": "1", "LAT": "36N26", "LON": "78W5", "MON": "2", "NUM": "1046", "PRO": "WR", "YEA": "1933", "CICO": "Macon, NC", "NAME": "Price Edwards"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17281	price-frank-1919-06-11	{"d10": "1047"}	{"lerrcp": "D10-1047"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frank", "family": "Price", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1919-06-11 07:00", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -82.73333, "lat": 37.78333, "name": "Van Lear", "geoid": null}, "notime": null, "date-ut": "1919-06-11 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Frank", "family": "Price"}, "birth": {"tzo": "-05:00", "date": "1919-06-11 07:00", "place": {"c2": "KY", "cy": "US", "lg": -82.73333, "lat": 37.78333, "name": "Van Lear"}, "date-ut": "1919-06-11 12:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1047"}}, "raw": {"H": "07:00", "TZ": "5h", "DAY": "11", "LAT": "37N47", "LON": "82W44", "MON": "6", "NUM": "1047", "PRO": "MI", "YEA": "1919", "CICO": "Van Lear, KY", "NAME": "Price Frank"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17282	prokosch-frederic-1906-05-17	{"d10": "1048"}	{"lerrcp": "D10-1048"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frederic", "family": "Prokosch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1906-05-17 06:00", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -89.4, "lat": 43.06667, "name": "Madison", "geoid": null}, "notime": null, "date-ut": "1906-05-17 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Frederic", "family": "Prokosch"}, "birth": {"tzo": "-06:00", "date": "1906-05-17 06:00", "place": {"c2": "WI", "cy": "US", "lg": -89.4, "lat": 43.06667, "name": "Madison"}, "date-ut": "1906-05-17 12:00"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1048"}}, "raw": {"H": "06:00", "TZ": "6h", "DAY": "17", "LAT": "43N4", "LON": "89W24", "MON": "5", "NUM": "1048", "PRO": "WR", "YEA": "1906", "CICO": "Madison, WI", "NAME": "Prokosch Frederic"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17283	pryor-richard-1940-12-01	{"d10": "1049"}	{"lerrcp": "D10-1049"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Pryor", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1940-12-01 13:02", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -89.6, "lat": 40.7, "name": "Peoria", "geoid": null}, "notime": null, "date-ut": "1940-12-01 19:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Pryor"}, "birth": {"tzo": "-06:00", "date": "1940-12-01 13:02", "place": {"c2": "IL", "cy": "US", "lg": -89.6, "lat": 40.7, "name": "Peoria"}, "date-ut": "1940-12-01 19:02"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1049"}}, "raw": {"H": "13:02", "TZ": "6h", "DAY": "1", "LAT": "40N42", "LON": "89W36", "MON": "12", "NUM": "1049", "PRO": "AC", "YEA": "1940", "CICO": "Peoria, IL", "NAME": "Pryor Richard"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17284	puck-theodore-1916-09-24	{"d10": "1050"}	{"lerrcp": "D10-1050"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodore", "family": "Puck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1916-09-24 23:15", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago", "geoid": null}, "notime": null, "date-ut": "1916-09-25 05:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Theodore", "family": "Puck"}, "birth": {"tzo": "-06:00", "date": "1916-09-24 23:15", "place": {"c2": "IL", "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago"}, "date-ut": "1916-09-25 05:15"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1050"}}, "raw": {"H": "23:15", "TZ": "6h", "DAY": "24", "LAT": "41N52", "LON": "87W39", "MON": "9", "NUM": "1050", "PRO": "SC", "YEA": "1916", "CICO": "Chicago, IL", "NAME": "Puck Theodore"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17285	rabb-ellis-1930-06-20	{"d10": "1051"}	{"lerrcp": "D10-1051"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ellis", "family": "Rabb", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1930-06-20 10:15", "note": null, "place": {"c1": null, "c2": "TN", "c3": null, "cy": "US", "lg": -90.05, "lat": 35.13333, "name": "Memphis", "geoid": null}, "notime": null, "date-ut": "1930-06-20 16:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Ellis", "family": "Rabb"}, "birth": {"tzo": "-06:00", "date": "1930-06-20 10:15", "place": {"c2": "TN", "cy": "US", "lg": -90.05, "lat": 35.13333, "name": "Memphis"}, "date-ut": "1930-06-20 16:15"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1051"}}, "raw": {"H": "10:15", "TZ": "6h", "DAY": "20", "LAT": "35N8", "LON": "90W3", "MON": "6", "NUM": "1051", "PRO": "AC", "YEA": "1930", "CICO": "Memphis, TN", "NAME": "Rabb Ellis"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17286	rae-charlotte-1926-04-22	{"d10": "1052"}	{"lerrcp": "D10-1052"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charlotte", "family": "Rae", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1926-04-22 18:30", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": "Milwaukee", "geoid": null}, "notime": null, "date-ut": "1926-04-23 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Charlotte", "family": "Rae"}, "birth": {"tzo": "-06:00", "date": "1926-04-22 18:30", "place": {"c2": "WI", "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": "Milwaukee"}, "date-ut": "1926-04-23 00:30"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1052"}}, "raw": {"H": "18:30", "TZ": "6h", "DAY": "22", "LAT": "43N2", "LON": "87W55", "MON": "4", "NUM": "1052", "PRO": "AC", "YEA": "1926", "CICO": "Milwaukee, WI", "NAME": "Rae Charlotte"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17287	rainey-froelich-1907-06-18	{"d10": "1053"}	{"lerrcp": "D10-1053"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Froelich", "family": "Rainey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1907-06-18 00:00", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -90.85, "lat": 44.3, "name": "Black River Falls", "geoid": null}, "notime": null, "date-ut": "1907-06-18 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Froelich", "family": "Rainey"}, "birth": {"tzo": "-06:00", "date": "1907-06-18 00:00", "place": {"c2": "WI", "cy": "US", "lg": -90.85, "lat": 44.3, "name": "Black River Falls"}, "date-ut": "1907-06-18 06:00"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1053"}}, "raw": {"H": "00:00", "TZ": "6h", "DAY": "18", "LAT": "44N18", "LON": "90W51", "MON": "6", "NUM": "1053", "PRO": "SC", "YEA": "1907", "CICO": "Black River Falls, WI", "NAME": "Rainey Froelich"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17288	raitt-john-1917-01-19	{"d10": "1054"}	{"lerrcp": "D10-1054"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Raitt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1917-01-19 13:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -117.86667, "lat": 33.76667, "name": "Santa Ana", "geoid": null}, "notime": null, "date-ut": "1917-01-19 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "John", "family": "Raitt"}, "birth": {"tzo": "-08:00", "date": "1917-01-19 13:00", "place": {"c2": "CA", "cy": "US", "lg": -117.86667, "lat": 33.76667, "name": "Santa Ana"}, "date-ut": "1917-01-19 21:00"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1054"}}, "raw": {"H": "13:00", "TZ": "8h", "DAY": "19", "LAT": "33N46", "LON": "117W52", "MON": "1", "NUM": "1054", "PRO": "AC", "YEA": "1917", "CICO": "Santa Ana, CA", "NAME": "Raitt John"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17290	ramo-simon-1913-05-07	{"d10": "1056"}	{"lerrcp": "D10-1056"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Simon", "family": "Ramo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1913-05-07 11:30", "note": null, "place": {"c1": null, "c2": "UT", "c3": null, "cy": "US", "lg": -111.88333, "lat": 40.75, "name": "Salt Lake City", "geoid": null}, "notime": null, "date-ut": "1913-05-07 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Simon", "family": "Ramo"}, "birth": {"tzo": "-07:00", "date": "1913-05-07 11:30", "place": {"c2": "UT", "cy": "US", "lg": -111.88333, "lat": 40.75, "name": "Salt Lake City"}, "date-ut": "1913-05-07 18:30"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1056"}}, "raw": {"H": "11:30", "TZ": "7h", "DAY": "7", "LAT": "40N45", "LON": "111W53", "MON": "5", "NUM": "1056", "PRO": "EX", "YEA": "1913", "CICO": "Salt Lake City, UT", "NAME": "Ramo Simon"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17291	ramos-mel-1935-07-24	{"d10": "1057"}	{"lerrcp": "D10-1057"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mel", "family": "Ramos", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1935-07-24 13:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -121.48333, "lat": 38.58333, "name": "Sacramento", "geoid": null}, "notime": null, "date-ut": "1935-07-24 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Mel", "family": "Ramos"}, "birth": {"tzo": "-08:00", "date": "1935-07-24 13:00", "place": {"c2": "CA", "cy": "US", "lg": -121.48333, "lat": 38.58333, "name": "Sacramento"}, "date-ut": "1935-07-24 21:00"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1057"}}, "raw": {"H": "13:00", "TZ": "8h", "DAY": "24", "LAT": "38N35", "LON": "121W29", "MON": "7", "NUM": "1057", "PRO": "AR", "YEA": "1935", "CICO": "Sacramento, CA", "NAME": "Ramos Mel"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17292	ramsey-lloyd-1918-05-29	{"d10": "1058"}	{"lerrcp": "D10-1058"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lloyd", "family": "Ramsey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1918-05-29 07:00", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -84.6, "lat": 37.08333, "name": "Somerset", "geoid": null}, "notime": null, "date-ut": "1918-05-29 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Lloyd", "family": "Ramsey"}, "birth": {"tzo": "-05:00", "date": "1918-05-29 07:00", "place": {"c2": "KY", "cy": "US", "lg": -84.6, "lat": 37.08333, "name": "Somerset"}, "date-ut": "1918-05-29 12:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1058"}}, "raw": {"H": "07:00", "TZ": "5h", "DAY": "29", "LAT": "37N05", "LON": "84W36", "MON": "5", "NUM": "1058", "PRO": "MI", "YEA": "1918", "CICO": "Somerset, KY", "NAME": "Ramsey Lloyd"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17293	ramsey-logan-1921-03-21	{"d10": "1059"}	{"lerrcp": "D10-1059"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Logan", "family": "Ramsey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1921-03-21 05:30", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.18333, "lat": 33.78333, "name": "Long Beach", "geoid": null}, "notime": null, "date-ut": "1921-03-21 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Logan", "family": "Ramsey"}, "birth": {"tzo": "-08:00", "date": "1921-03-21 05:30", "place": {"c2": "CA", "cy": "US", "lg": -118.18333, "lat": 33.78333, "name": "Long Beach"}, "date-ut": "1921-03-21 13:30"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1059"}}, "raw": {"H": "05:30", "TZ": "8h", "DAY": "21", "LAT": "33N47", "LON": "118W11", "MON": "3", "NUM": "1059", "PRO": "AC", "YEA": "1921", "CICO": "Long Beach, CA", "NAME": "Ramsey Logan"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17294	rather-dan-1931-10-31	{"d10": "1060"}	{"lerrcp": "D10-1060"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dan", "family": "Rather", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1931-10-31 18:13", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -96.1, "lat": 29.31667, "name": "Wharton", "geoid": null}, "notime": null, "date-ut": "1931-11-01 00:13"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"name": {"given": "Dan", "family": "Rather"}, "birth": {"tzo": "-06:00", "date": "1931-10-31 18:13", "place": {"c2": "TX", "cy": "US", "lg": -96.1, "lat": 29.31667, "name": "Wharton"}, "date-ut": "1931-11-01 00:13"}, "occus": ["miscelaneous"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1060"}}, "raw": {"H": "18:13", "TZ": "6h", "DAY": "31", "LAT": "29N19", "LON": "96W6", "MON": "10", "NUM": "1060", "PRO": "X", "YEA": "1931", "CICO": "Wharton, TX", "NAME": "Rather Dan"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17295	rauh-joseph-1911-01-03	{"d10": "1061"}	{"lerrcp": "D10-1061"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Rauh", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1911-01-03 20:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati", "geoid": null}, "notime": null, "date-ut": "1911-01-04 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Rauh"}, "birth": {"tzo": "-06:00", "date": "1911-01-03 20:00", "place": {"c2": "OH", "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati"}, "date-ut": "1911-01-04 02:00"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1061"}}, "raw": {"H": "20:00", "TZ": "6h", "DAY": "3", "LAT": "39N6", "LON": "84W31", "MON": "1", "NUM": "1061", "PRO": "PO", "YEA": "1911", "CICO": "Cincinnati, OH", "NAME": "Rauh Joseph"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17296	rauschenberg-robert-1925-10-22	{"d10": "1062"}	{"lerrcp": "D10-1062"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Rauschenberg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1925-10-22 10:00", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -93.93333, "lat": 29.9, "name": "Port Arthur", "geoid": null}, "notime": null, "date-ut": "1925-10-22 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Rauschenberg"}, "birth": {"tzo": "-06:00", "date": "1925-10-22 10:00", "place": {"c2": "TX", "cy": "US", "lg": -93.93333, "lat": 29.9, "name": "Port Arthur"}, "date-ut": "1925-10-22 16:00"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1062"}}, "raw": {"H": "10:00", "TZ": "6h", "DAY": "22", "LAT": "29N54", "LON": "93W56", "MON": "10", "NUM": "1062", "PRO": "AR", "YEA": "1925", "CICO": "Port Arthur, TX", "NAME": "Rauschenberg Robert"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17297	ray-dixy-1914-09-03	{"d10": "1063"}	{"lerrcp": "D10-1063"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dixy", "family": "Ray", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1914-09-03 01:00", "note": null, "place": {"c1": null, "c2": "WA", "c3": null, "cy": "US", "lg": -122.43333, "lat": 47.23333, "name": "Tacoma", "geoid": null}, "notime": null, "date-ut": "1914-09-03 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician", "scientist"]	5	null	[{"new": {"name": {"given": "Dixy", "family": "Ray"}, "birth": {"tzo": "-08:00", "date": "1914-09-03 01:00", "place": {"c2": "WA", "cy": "US", "lg": -122.43333, "lat": 47.23333, "name": "Tacoma"}, "date-ut": "1914-09-03 09:00"}, "occus": ["politician", "scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1063"}}, "raw": {"H": "01:00", "TZ": "8h", "DAY": "3", "LAT": "47N14", "LON": "122W26", "MON": "9", "NUM": "1063", "PRO": "PO,SC", "YEA": "1914", "CICO": "Tacoma, WA", "NAME": "Ray Dixy"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17298	redford-robert-1936-08-18	{"d10": "1064"}	{"lerrcp": "D10-1064"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Redford", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1936-08-18 20:02", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.48333, "lat": 34.01667, "name": "Santa Monica", "geoid": null}, "notime": null, "date-ut": "1936-08-19 04:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Redford"}, "birth": {"tzo": "-08:00", "date": "1936-08-18 20:02", "place": {"c2": "CA", "cy": "US", "lg": -118.48333, "lat": 34.01667, "name": "Santa Monica"}, "date-ut": "1936-08-19 04:02"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1064"}}, "raw": {"H": "20:02", "TZ": "8h", "DAY": "18", "LAT": "34N1", "LON": "118W29", "MON": "8", "NUM": "1064", "PRO": "AC", "YEA": "1936", "CICO": "Santa Monica, CA", "NAME": "Redford Robert"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17300	reeves-steve-1926-01-21	{"d10": "1066"}	{"lerrcp": "D10-1066"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Steve", "family": "Reeves", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1926-01-21 08:00", "note": null, "place": {"c1": null, "c2": "MT", "c3": null, "cy": "US", "lg": -106.63333, "lat": 48.18333, "name": "Glasgow", "geoid": null}, "notime": null, "date-ut": "1926-01-21 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Steve", "family": "Reeves"}, "birth": {"tzo": "-07:00", "date": "1926-01-21 08:00", "place": {"c2": "MT", "cy": "US", "lg": -106.63333, "lat": 48.18333, "name": "Glasgow"}, "date-ut": "1926-01-21 15:00"}, "notes": ["Value published in LERRCP corrected in APP"], "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1066"}}, "raw": {"H": "08:00", "TZ": "7h", "DAY": "21", "LAT": "48N11", "LON": "106W38", "MON": "1", "NUM": "1066!", "PRO": "AC", "YEA": "1926", "CICO": "Glasgow, MT", "NAME": "Reeves Steve"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	["Value published in LERRCP corrected in APP"]
17301	rehnquist-william-1924-10-01	{"d10": "1067"}	{"lerrcp": "D10-1067"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Rehnquist", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1924-10-01 11:32", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": "Milwaukee", "geoid": null}, "notime": null, "date-ut": "1924-10-01 17:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "William", "family": "Rehnquist"}, "birth": {"tzo": "-06:00", "date": "1924-10-01 11:32", "place": {"c2": "WI", "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": "Milwaukee"}, "date-ut": "1924-10-01 17:32"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1067"}}, "raw": {"H": "11:32", "TZ": "6h", "DAY": "1", "LAT": "43N2", "LON": "87W55", "MON": "10", "NUM": "1067", "PRO": "PO", "YEA": "1924", "CICO": "Milwaukee, WI", "NAME": "Rehnquist William"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17302	reilly-m-1921-08-27	{"d10": "1068"}	{"lerrcp": "D10-1068"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "M", "family": "Reilly", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1921-08-27 21:15", "note": null, "place": {"c1": null, "c2": "MT", "c3": null, "cy": "US", "lg": -111.28333, "lat": 47.5, "name": "Great Falls", "geoid": null}, "notime": null, "date-ut": "1921-08-28 04:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "M", "family": "Reilly"}, "birth": {"tzo": "-07:00", "date": "1921-08-27 21:15", "place": {"c2": "MT", "cy": "US", "lg": -111.28333, "lat": 47.5, "name": "Great Falls"}, "date-ut": "1921-08-28 04:15"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1068"}}, "raw": {"H": "21:15", "TZ": "7h", "DAY": "27", "LAT": "47N30", "LON": "111W17", "MON": "8", "NUM": "1068", "PRO": "MI", "YEA": "1921", "CICO": "Great Falls, MT", "NAME": "Reilly M"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17303	renner-william-1920-09-29	{"d10": "1069"}	{"lerrcp": "D10-1069"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Renner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1920-09-29 23:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.4, "lat": 39.51667, "name": "Middletown", "geoid": null}, "notime": null, "date-ut": "1920-09-30 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "William", "family": "Renner"}, "birth": {"tzo": "-05:00", "date": "1920-09-29 23:00", "place": {"c2": "OH", "cy": "US", "lg": -84.4, "lat": 39.51667, "name": "Middletown"}, "date-ut": "1920-09-30 04:00"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1069"}}, "raw": {"H": "23:00", "TZ": "5h", "DAY": "29", "LAT": "39N31", "LON": "84W24", "MON": "9", "NUM": "1069", "PRO": "EX", "YEA": "1920", "CICO": "Middletown, OH", "NAME": "Renner William"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17304	revelle-roger-1909-03-07	{"d10": "1070"}	{"lerrcp": "D10-1070"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Revelle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1909-03-07 09:20", "note": null, "place": {"c1": null, "c2": "WA", "c3": null, "cy": "US", "lg": -122.33333, "lat": 47.6, "name": "Seattle", "geoid": null}, "notime": null, "date-ut": "1909-03-07 17:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Revelle"}, "birth": {"tzo": "-08:00", "date": "1909-03-07 09:20", "place": {"c2": "WA", "cy": "US", "lg": -122.33333, "lat": 47.6, "name": "Seattle"}, "date-ut": "1909-03-07 17:20"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1070"}}, "raw": {"H": "09:20", "TZ": "8h", "DAY": "7", "LAT": "47N36", "LON": "122W20", "MON": "3", "NUM": "1070", "PRO": "SC", "YEA": "1909", "CICO": "Seattle, WA", "NAME": "Revelle Roger"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17305	rhea-alexander-1919-05-10	{"d10": "1071"}	{"lerrcp": "D10-1071"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexander", "family": "Rhea", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1919-05-10 21:40", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -97.31667, "lat": 31.95, "name": "Whitney", "geoid": null}, "notime": null, "date-ut": "1919-05-11 02:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Alexander", "family": "Rhea"}, "birth": {"tzo": "-05:00", "date": "1919-05-10 21:40", "place": {"c2": "TX", "cy": "US", "lg": -97.31667, "lat": 31.95, "name": "Whitney"}, "date-ut": "1919-05-11 02:40"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1071"}}, "raw": {"H": "21:40", "TZ": "5h", "DAY": "10", "LAT": "31N57", "LON": "97W19", "MON": "5", "NUM": "1071", "PRO": "EX", "YEA": "1919", "CICO": "Whitney, TX", "NAME": "Rhea Alexander"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17306	rhodarmer-roger-1922-02-18	{"d10": "1072"}	{"lerrcp": "D10-1072"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Rhodarmer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1922-02-18 15:50", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -82.83333, "lat": 35.53333, "name": "Canton", "geoid": null}, "notime": null, "date-ut": "1922-02-18 20:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Rhodarmer"}, "birth": {"tzo": "-05:00", "date": "1922-02-18 15:50", "place": {"c2": "NC", "cy": "US", "lg": -82.83333, "lat": 35.53333, "name": "Canton"}, "date-ut": "1922-02-18 20:50"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1072"}}, "raw": {"H": "15:50", "TZ": "5h", "DAY": "18", "LAT": "35N32", "LON": "82W50", "MON": "2", "NUM": "1072", "PRO": "MI", "YEA": "1922", "CICO": "Canton, NC", "NAME": "Rhodarmer Roger"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17307	rhodes-john-1916-09-18	{"d10": "1073"}	{"lerrcp": "D10-1073"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Rhodes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1916-09-18 08:15", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -96.48333, "lat": 38.66667, "name": "Council Grove", "geoid": null}, "notime": null, "date-ut": "1916-09-18 14:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "John", "family": "Rhodes"}, "birth": {"tzo": "-06:00", "date": "1916-09-18 08:15", "place": {"c2": "KS", "cy": "US", "lg": -96.48333, "lat": 38.66667, "name": "Council Grove"}, "date-ut": "1916-09-18 14:15"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1073"}}, "raw": {"H": "08:15", "TZ": "6h", "DAY": "18", "LAT": "38N40", "LON": "96W29", "MON": "9", "NUM": "1073", "PRO": "PO", "YEA": "1916", "CICO": "Council Grove, KS", "NAME": "Rhodes John"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17308	ricciardi-franc-1923-08-21	{"d10": "1074"}	{"lerrcp": "D10-1074"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franc", "family": "Ricciardi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1923-08-21 17:10", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.2, "lat": 40.8, "name": "Glen Ridge", "geoid": null}, "notime": null, "date-ut": "1923-08-21 21:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Franc", "family": "Ricciardi"}, "birth": {"tzo": "-04:00", "date": "1923-08-21 17:10", "place": {"c2": "NJ", "cy": "US", "lg": -74.2, "lat": 40.8, "name": "Glen Ridge"}, "date-ut": "1923-08-21 21:10"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1074"}}, "raw": {"H": "17:10", "TZ": "4h", "DAY": "21", "LAT": "40N48", "LON": "74W12", "MON": "8", "NUM": "1074", "PRO": "EX", "YEA": "1923", "CICO": "Glen Ridge, NJ", "NAME": "Ricciardi Franc"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17310	richards-robert-1926-02-20	{"d10": "1076", "3a_sports": "3497"}	{"ertel": "ES-3497", "lerrcp": "D10-1076"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Richards", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1926-02-20 20:00", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -88.25, "lat": 40.11667, "name": "Champaign", "geoid": null}, "notime": null, "date-ut": "1926-02-21 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Richards"}, "birth": {"tzo": "-06:00", "date": "1926-02-20 20:00", "place": {"c2": "IL", "cy": "US", "lg": -88.25, "lat": 40.11667, "name": "Champaign"}, "date-ut": "1926-02-21 02:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1076"}}, "raw": {"H": "20:00", "TZ": "6h", "DAY": "20", "LAT": "40N7", "LON": "88W15", "MON": "2", "NUM": "1076", "PRO": "SP", "YEA": "1926", "CICO": "Champaign, IL", "NAME": "Richards Robert"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-3497"}}, "raw": {"L": "", "MF": "", "NR": "3497", "ENG": "", "MA_": "1", "G_NR": "1076", "MA12": "9", "MARS": "27", "NAME": "Richards", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "10,200", "CSINR": "", "KURTZ": "", "PHAS_": "54,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "20.02.", "ZITATE": "KSTEFOX", "ZITSUM": "7", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Robert (Bob)", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "20.02.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "7"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17312	richmond-chester-1917-02-22	{"d10": "1078"}	{"lerrcp": "D10-1078"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Chester", "family": "Richmond", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1917-02-22 12:31", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1917-02-22 20:31"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Chester", "family": "Richmond"}, "birth": {"tzo": "-08:00", "date": "1917-02-22 12:31", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1917-02-22 20:31"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1078"}}, "raw": {"H": "12:31", "TZ": "8h", "DAY": "22", "LAT": "37N47", "LON": "122W25", "MON": "2", "NUM": "1078", "PRO": "MI", "YEA": "1917", "CICO": "San Francisco, CA", "NAME": "Richmond Chester"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17313	riegle-donald-1938-02-04	{"d10": "1079"}	{"lerrcp": "D10-1079"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Donald", "family": "Riegle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1938-02-04 20:50", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "US", "lg": -83.68333, "lat": 43.01667, "name": "Flint", "geoid": null}, "notime": null, "date-ut": "1938-02-05 01:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Donald", "family": "Riegle"}, "birth": {"tzo": "-05:00", "date": "1938-02-04 20:50", "place": {"c2": "MI", "cy": "US", "lg": -83.68333, "lat": 43.01667, "name": "Flint"}, "date-ut": "1938-02-05 01:50"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1079"}}, "raw": {"H": "20:50", "TZ": "5h", "DAY": "4", "LAT": "43N1", "LON": "83W41", "MON": "2", "NUM": "1079", "PRO": "PO", "YEA": "1938", "CICO": "Flint, MI", "NAME": "Riegle Donald"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17316	roan-charles-1923-08-16	{"d10": "1082"}	{"lerrcp": "D10-1082"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Roan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1923-08-16 04:00", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -101.36667, "lat": 35.11667, "name": "Claude", "geoid": null}, "notime": null, "date-ut": "1923-08-16 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Roan"}, "birth": {"tzo": "-06:00", "date": "1923-08-16 04:00", "place": {"c2": "TX", "cy": "US", "lg": -101.36667, "lat": 35.11667, "name": "Claude"}, "date-ut": "1923-08-16 10:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1082"}}, "raw": {"H": "04:00", "TZ": "6h", "DAY": "16", "LAT": "35N7", "LON": "101W22", "MON": "8", "NUM": "1082", "PRO": "MI", "YEA": "1923", "CICO": "Claude, TX", "NAME": "Roan Charles"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17315	riggs-bobby-1918-02-25	{"d10": "1081", "3a_sports": "3506"}	{"ertel": "ES-3506", "lerrcp": "D10-1081"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bobby", "family": "Riggs", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1918-02-25 01:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1918-02-25 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Bobby", "family": "Riggs"}, "birth": {"tzo": "-08:00", "date": "1918-02-25 01:00", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1918-02-25 09:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1081"}}, "raw": {"H": "01:00", "TZ": "8h", "DAY": "25", "LAT": "34N4", "LON": "118W15", "MON": "2", "NUM": "1081", "PRO": "SP", "YEA": "1918", "CICO": "Los Angeles, CA", "NAME": "Riggs Bobby"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["tennis-player"], "partial-ids": {"ertel": "ES-3506"}}, "raw": {"L": "", "MF": "", "NR": "3506", "ENG": "0", "MA_": "2", "G_NR": "1081", "MA12": "3", "MARS": "9", "NAME": "Riggs", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "2,500", "CSINR": "", "KURTZ": "", "PHAS_": "99,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "25.02.", "ZITATE": "JSBX", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Bobby (Robert Lar.)", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "25.02.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TENN", "CHRISNAME": "0", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17317	roberts-carson-1905-09-04	{"d10": "1083"}	{"lerrcp": "D10-1083"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carson", "family": "Roberts", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1905-09-04 15:30", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -90.71667, "lat": 42.85, "name": "Lancaster", "geoid": null}, "notime": null, "date-ut": "1905-09-04 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Carson", "family": "Roberts"}, "birth": {"tzo": "-06:00", "date": "1905-09-04 15:30", "place": {"c2": "WI", "cy": "US", "lg": -90.71667, "lat": 42.85, "name": "Lancaster"}, "date-ut": "1905-09-04 21:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1083"}}, "raw": {"H": "15:30", "TZ": "6h", "DAY": "4", "LAT": "42N51", "LON": "90W43", "MON": "9", "NUM": "1083", "PRO": "MI", "YEA": "1905", "CICO": "Lancaster, WI", "NAME": "Roberts Carson"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17319	roberts-john-1918-06-08	{"d10": "1085"}	{"lerrcp": "D10-1085"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Roberts", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1918-06-08 08:40", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1918-06-08 15:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sportsperson"]	5	null	[{"new": {"name": {"given": "John", "family": "Roberts"}, "birth": {"tzo": "-07:00", "date": "1918-06-08 08:40", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1918-06-08 15:40"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1085"}}, "raw": {"H": "08:40", "TZ": "7h", "DAY": "8", "LAT": "34N4", "LON": "118W15", "MON": "6", "NUM": "1085", "PRO": "SP", "YEA": "1918", "CICO": "Los Angeles, CA", "NAME": "Roberts John"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17320	roberts-ken-1951-12-31	{"d10": "1086"}	{"lerrcp": "D10-1086"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ken", "family": "Roberts", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1951-12-31 17:07", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -121, "lat": 37.65, "name": "Modesto", "geoid": null}, "notime": null, "date-ut": "1952-01-01 01:07"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sportsperson"]	5	null	[{"new": {"name": {"given": "Ken", "family": "Roberts"}, "birth": {"tzo": "-08:00", "date": "1951-12-31 17:07", "place": {"c2": "CA", "cy": "US", "lg": -121, "lat": 37.65, "name": "Modesto"}, "date-ut": "1952-01-01 01:07"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1086"}}, "raw": {"H": "17:07", "TZ": "8h", "DAY": "31", "LAT": "37N39", "LON": "121W0", "MON": "12", "NUM": "1086", "PRO": "SP", "YEA": "1951", "CICO": "Modesto, CA", "NAME": "Roberts Ken"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17321	roberts-robin-1926-09-30	{"d10": "1087", "3a_sports": "3525"}	{"ertel": "ES-3525", "lerrcp": "D10-1087"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robin", "family": "Roberts", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1926-09-30 11:45", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -89.65, "lat": 39.8, "name": "Springfield", "geoid": null}, "notime": null, "date-ut": "1926-09-30 17:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["baseball-player"]	5	null	[{"new": {"name": {"given": "Robin", "family": "Roberts"}, "birth": {"tzo": "-06:00", "date": "1926-09-30 11:45", "place": {"c2": "IL", "cy": "US", "lg": -89.65, "lat": 39.8, "name": "Springfield"}, "date-ut": "1926-09-30 17:45"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1087"}}, "raw": {"H": "11:45", "TZ": "6h", "DAY": "30", "LAT": "39N48", "LON": "89W39", "MON": "9", "NUM": "1087", "PRO": "SP", "YEA": "1926", "CICO": "Springfield, IL", "NAME": "Roberts Robin"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["baseball-player"], "partial-ids": {"ertel": "ES-3525"}}, "raw": {"L": "", "MF": "", "NR": "3525", "ENG": "", "MA_": "0", "G_NR": "1087", "MA12": "8", "MARS": "23", "NAME": "Roberts", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-9,700", "CSINR": "", "KURTZ": "", "PHAS_": "37,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "30.09.", "ZITATE": "EX", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Robin Evan", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "30.09.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASE", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:36+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17324	roddis-louis-1918-09-09	{"d10": "1090"}	{"lerrcp": "D10-1090"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Roddis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1918-09-09 15:00", "note": null, "place": {"c1": null, "c2": "SC", "c3": null, "cy": "US", "lg": -79.93333, "lat": 32.76667, "name": "Charleston", "geoid": null}, "notime": null, "date-ut": "1918-09-09 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Roddis"}, "birth": {"tzo": "-04:00", "date": "1918-09-09 15:00", "place": {"c2": "SC", "cy": "US", "lg": -79.93333, "lat": 32.76667, "name": "Charleston"}, "date-ut": "1918-09-09 19:00"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1090"}}, "raw": {"H": "15:00", "TZ": "4h", "DAY": "9", "LAT": "32N46", "LON": "79W56", "MON": "9", "NUM": "1090", "PRO": "EX", "YEA": "1918", "CICO": "Charleston, SC", "NAME": "Roddis Louis"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17326	rogers-bernard-1921-07-16	{"d10": "1092"}	{"lerrcp": "D10-1092"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Rogers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1921-07-16 14:30", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -95.73333, "lat": 39.83333, "name": "Fairview", "geoid": null}, "notime": null, "date-ut": "1921-07-16 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Rogers"}, "birth": {"tzo": "-06:00", "date": "1921-07-16 14:30", "place": {"c2": "KS", "cy": "US", "lg": -95.73333, "lat": 39.83333, "name": "Fairview"}, "date-ut": "1921-07-16 20:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1092"}}, "raw": {"H": "14:30", "TZ": "6h", "DAY": "16", "LAT": "39N50", "LON": "95W44", "MON": "7", "NUM": "1092", "PRO": "MI", "YEA": "1921", "CICO": "Fairview, KS", "NAME": "Rogers Bernard"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17322	robinson-arnie-1948-04-07	{"d10": "1088", "3a_sports": "3530"}	{"ertel": "ES-3530", "lerrcp": "D10-1088"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arnie", "family": "Robinson", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-07:00", "date": "1948-04-07 20:55", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -117.15, "lat": 32.71667, "name": "San Diego", "geoid": null}, "notime": null, "date-ut": "1948-04-08 03:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Arnie", "family": "Robinson"}, "birth": {"tzo": "-07:00", "date": "1948-04-07 20:55", "place": {"c2": "CA", "cy": "US", "lg": -117.15, "lat": 32.71667, "name": "San Diego"}, "date-ut": "1948-04-08 03:55"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1088"}}, "raw": {"H": "20:55", "TZ": "7h", "DAY": "7", "LAT": "32N43", "LON": "117W9", "MON": "4", "NUM": "1088", "PRO": "SP", "YEA": "1948", "CICO": "San Diego, CA", "NAME": "Robinson Arnie"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-3530"}}, "raw": {"L": "", "MF": "", "NR": "3530", "ENG": "0", "MA_": "2", "G_NR": "1088", "MA12": "3", "MARS": "9", "NAME": "Robinson", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-5,500", "CSINR": "", "KURTZ": "", "PHAS_": "6,400", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "07.04.", "ZITATE": "DKTO", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Arnie", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "07.04.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:36+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17327	rogers-roy-1911-11-05	{"d10": "1093"}	{"lerrcp": "D10-1093"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roy", "family": "Rogers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1911-11-05 12:15", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati", "geoid": null}, "notime": null, "date-ut": "1911-11-05 18:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Roy", "family": "Rogers"}, "birth": {"tzo": "-06:00", "date": "1911-11-05 12:15", "place": {"c2": "OH", "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati"}, "date-ut": "1911-11-05 18:15"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1093"}}, "raw": {"H": "12:15", "TZ": "6h", "DAY": "5", "LAT": "39N6", "LON": "84W31", "MON": "11", "NUM": "1093", "PRO": "AC", "YEA": "1911", "CICO": "Cincinnati, OH", "NAME": "Rogers Roy"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17328	rohm-robert-1934-02-06	{"d10": "1094"}	{"lerrcp": "D10-1094"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Rohm", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1934-02-06 04:09", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati", "geoid": null}, "notime": null, "date-ut": "1934-02-06 09:09"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Rohm"}, "birth": {"tzo": "-05:00", "date": "1934-02-06 04:09", "place": {"c2": "OH", "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati"}, "date-ut": "1934-02-06 09:09"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1094"}}, "raw": {"H": "04:09", "TZ": "5h", "DAY": "6", "LAT": "39N6", "LON": "84W31", "MON": "2", "NUM": "1094", "PRO": "AR", "YEA": "1934", "CICO": "Cincinnati, OH", "NAME": "Rohm Robert"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17329	roosa-stuart-1933-08-16	{"d10": "1095"}	{"lerrcp": "D10-1095"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stuart", "family": "Roosa", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1933-08-16 23:00", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "US", "lg": -107.88333, "lat": 37.28333, "name": "Durango", "geoid": null}, "notime": null, "date-ut": "1933-08-17 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Stuart", "family": "Roosa"}, "birth": {"tzo": "-07:00", "date": "1933-08-16 23:00", "place": {"c2": "CO", "cy": "US", "lg": -107.88333, "lat": 37.28333, "name": "Durango"}, "date-ut": "1933-08-17 06:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1095"}}, "raw": {"H": "23:00", "TZ": "7h", "DAY": "16", "LAT": "37N17", "LON": "107W53", "MON": "8", "NUM": "1095", "PRO": "MI", "YEA": "1933", "CICO": "Durango, CO", "NAME": "Roosa Stuart"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17330	root-william-1941-12-28	{"d10": "1096"}	{"lerrcp": "D10-1096"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Root", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1941-12-28 06:40", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -92.96667, "lat": 43.66667, "name": "Austin", "geoid": null}, "notime": null, "date-ut": "1941-12-28 12:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "William", "family": "Root"}, "birth": {"tzo": "-06:00", "date": "1941-12-28 06:40", "place": {"c2": "MN", "cy": "US", "lg": -92.96667, "lat": 43.66667, "name": "Austin"}, "date-ut": "1941-12-28 12:40"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1096"}}, "raw": {"H": "06:40", "TZ": "6h", "DAY": "28", "LAT": "43N40", "LON": "92W58", "MON": "12", "NUM": "1096", "PRO": "WR", "YEA": "1941", "CICO": "Austin, MN", "NAME": "Root William"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17333	roseborough-morgan-1918-06-14	{"d10": "1099"}	{"lerrcp": "D10-1099"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Morgan", "family": "Roseborough", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1918-06-14 13:00", "note": null, "place": {"c1": null, "c2": "TN", "c3": null, "cy": "US", "lg": -90.05, "lat": 35.13333, "name": "Memphis", "geoid": null}, "notime": null, "date-ut": "1918-06-14 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Morgan", "family": "Roseborough"}, "birth": {"tzo": "-05:00", "date": "1918-06-14 13:00", "place": {"c2": "TN", "cy": "US", "lg": -90.05, "lat": 35.13333, "name": "Memphis"}, "date-ut": "1918-06-14 18:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1099"}}, "raw": {"H": "13:00", "TZ": "5h", "DAY": "14", "LAT": "35N8", "LON": "90W3", "MON": "6", "NUM": "1099", "PRO": "MI", "YEA": "1918", "CICO": "Memphis, TN", "NAME": "Roseborough Morgan"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17334	rosen-martin-1919-08-07	{"d10": "1100"}	{"lerrcp": "D10-1100"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Martin", "family": "Rosen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1919-08-07 22:20", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati", "geoid": null}, "notime": null, "date-ut": "1919-08-08 03:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Martin", "family": "Rosen"}, "birth": {"tzo": "-05:00", "date": "1919-08-07 22:20", "place": {"c2": "OH", "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati"}, "date-ut": "1919-08-08 03:20"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1100"}}, "raw": {"H": "22:20", "TZ": "5h", "DAY": "7", "LAT": "39N6", "LON": "84W31", "MON": "8", "NUM": "1100", "PRO": "PO", "YEA": "1919", "CICO": "Cincinnati, OH", "NAME": "Rosen Martin"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17335	ross-diana-1944-03-26	{"d10": "1101"}	{"lerrcp": "D10-1101"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Diana", "family": "Ross", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1944-03-26 23:46", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "US", "lg": -83.05, "lat": 42.33333, "name": "Detroit", "geoid": null}, "notime": null, "date-ut": "1944-03-27 03:46"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Diana", "family": "Ross"}, "birth": {"tzo": "-04:00", "date": "1944-03-26 23:46", "place": {"c2": "MI", "cy": "US", "lg": -83.05, "lat": 42.33333, "name": "Detroit"}, "date-ut": "1944-03-27 03:46"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1101"}}, "raw": {"H": "23:46", "TZ": "4h", "DAY": "26", "LAT": "42N20", "LON": "83W3", "MON": "3", "NUM": "1101", "PRO": "AC", "YEA": "1944", "CICO": "Detroit, MI", "NAME": "Ross Diana"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17336	ross-donald-1923-10-14	{"d10": "1102"}	{"lerrcp": "D10-1102"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Donald", "family": "Ross", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1923-10-14 11:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -121, "lat": 37.65, "name": "Modesto", "geoid": null}, "notime": null, "date-ut": "1923-10-14 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Donald", "family": "Ross"}, "birth": {"tzo": "-08:00", "date": "1923-10-14 11:00", "place": {"c2": "CA", "cy": "US", "lg": -121, "lat": 37.65, "name": "Modesto"}, "date-ut": "1923-10-14 19:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1102"}}, "raw": {"H": "11:00", "TZ": "8h", "DAY": "14", "LAT": "37N39", "LON": "121W0", "MON": "10", "NUM": "1102", "PRO": "MI", "YEA": "1923", "CICO": "Modesto, CA", "NAME": "Ross Donald"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17337	roth-philip-1933-03-19	{"d10": "1103"}	{"lerrcp": "D10-1103"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philip", "family": "Roth", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1933-03-19 01:00", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.16667, "lat": 40.73333, "name": "Newark", "geoid": null}, "notime": null, "date-ut": "1933-03-19 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Philip", "family": "Roth"}, "birth": {"tzo": "-05:00", "date": "1933-03-19 01:00", "place": {"c2": "NJ", "cy": "US", "lg": -74.16667, "lat": 40.73333, "name": "Newark"}, "date-ut": "1933-03-19 06:00"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1103"}}, "raw": {"H": "01:00", "TZ": "5h", "DAY": "19", "LAT": "40N44", "LON": "74W10", "MON": "3", "NUM": "1103", "PRO": "WR", "YEA": "1933", "CICO": "Newark, NJ", "NAME": "Roth Philip"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17338	roth-william-1921-07-22	{"d10": "1104"}	{"lerrcp": "D10-1104"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Roth", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1921-07-22 16:15", "note": null, "place": {"c1": null, "c2": "MT", "c3": null, "cy": "US", "lg": -111.28333, "lat": 47.5, "name": "Great Falls", "geoid": null}, "notime": null, "date-ut": "1921-07-22 23:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "William", "family": "Roth"}, "birth": {"tzo": "-07:00", "date": "1921-07-22 16:15", "place": {"c2": "MT", "cy": "US", "lg": -111.28333, "lat": 47.5, "name": "Great Falls"}, "date-ut": "1921-07-22 23:15"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1104"}}, "raw": {"H": "16:15", "TZ": "7h", "DAY": "22", "LAT": "47N30", "LON": "111W17", "MON": "7", "NUM": "1104", "PRO": "PO", "YEA": "1921", "CICO": "Great Falls, MT", "NAME": "Roth William"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17339	rubin-larry-1930-02-14	{"d10": "1105"}	{"lerrcp": "D10-1105"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Larry", "family": "Rubin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1930-02-14 03:00", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.11667, "lat": 40.66667, "name": "Bayonne", "geoid": null}, "notime": null, "date-ut": "1930-02-14 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Larry", "family": "Rubin"}, "birth": {"tzo": "-05:00", "date": "1930-02-14 03:00", "place": {"c2": "NJ", "cy": "US", "lg": -74.11667, "lat": 40.66667, "name": "Bayonne"}, "date-ut": "1930-02-14 08:00"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1105"}}, "raw": {"H": "03:00", "TZ": "5h", "DAY": "14", "LAT": "40N40", "LON": "74W7", "MON": "2", "NUM": "1105", "PRO": "WR", "YEA": "1930", "CICO": "Bayonne, NJ", "NAME": "Rubin Larry"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17340	rule-janica-1931-08-15	{"d10": "1106"}	{"lerrcp": "D10-1106"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Janica", "family": "Rule", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1931-08-15 05:15", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.45, "lat": 39.16667, "name": "Norwood", "geoid": null}, "notime": null, "date-ut": "1931-08-15 10:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Janica", "family": "Rule"}, "birth": {"tzo": "-05:00", "date": "1931-08-15 05:15", "place": {"c2": "OH", "cy": "US", "lg": -84.45, "lat": 39.16667, "name": "Norwood"}, "date-ut": "1931-08-15 10:15"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1106"}}, "raw": {"H": "05:15", "TZ": "5h", "DAY": "15", "LAT": "39N10", "LON": "84W27", "MON": "8", "NUM": "1106", "PRO": "AC", "YEA": "1931", "CICO": "Norwood, OH", "NAME": "Rule Janica"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17341	rush-david-1910-01-17	{"d10": "1107"}	{"lerrcp": "D10-1107"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "David", "family": "Rush", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1910-01-17 12:00", "note": null, "place": {"c1": null, "c2": "WA", "c3": null, "cy": "US", "lg": -118.33333, "lat": 46.06667, "name": "Walla Walla", "geoid": null}, "notime": null, "date-ut": "1910-01-17 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "David", "family": "Rush"}, "birth": {"tzo": "-08:00", "date": "1910-01-17 12:00", "place": {"c2": "WA", "cy": "US", "lg": -118.33333, "lat": 46.06667, "name": "Walla Walla"}, "date-ut": "1910-01-17 20:00"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1107"}}, "raw": {"H": "12:00", "TZ": "8h", "DAY": "17", "LAT": "46N4", "LON": "118W20", "MON": "1", "NUM": "1107", "PRO": "PO", "YEA": "1910", "CICO": "Walla Walla, WA", "NAME": "Rush David"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17342	russell-jane-1921-06-21	{"d10": "1108"}	{"lerrcp": "D10-1108"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jane", "family": "Russell", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1921-06-21 06:15", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -94.88333, "lat": 47.46667, "name": "Bemidji", "geoid": null}, "notime": null, "date-ut": "1921-06-21 12:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jane", "family": "Russell"}, "birth": {"tzo": "-06:00", "date": "1921-06-21 06:15", "place": {"c2": "MN", "cy": "US", "lg": -94.88333, "lat": 47.46667, "name": "Bemidji"}, "date-ut": "1921-06-21 12:15"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1108"}}, "raw": {"H": "06:15", "TZ": "6h", "DAY": "21", "LAT": "47N28", "LON": "94W53", "MON": "6", "NUM": "1108", "PRO": "AC", "YEA": "1921", "CICO": "Bemidji, MN", "NAME": "Russell Jane"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17343	russell-john-1921-01-03	{"d10": "1109"}	{"lerrcp": "D10-1109"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Russell", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1921-01-03 00:05", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1921-01-03 08:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "John", "family": "Russell"}, "birth": {"tzo": "-08:00", "date": "1921-01-03 00:05", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1921-01-03 08:05"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1109"}}, "raw": {"H": "00:05", "TZ": "8h", "DAY": "3", "LAT": "34N4", "LON": "118W15", "MON": "1", "NUM": "1109", "PRO": "AC", "YEA": "1921", "CICO": "Los Angeles, CA", "NAME": "Russell John"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17344	russell-kendell-1925-01-25	{"d10": "1110"}	{"lerrcp": "D10-1110"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kendell", "family": "Russell", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1925-01-25 04:10", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -94.91667, "lat": 39.36667, "name": "Fort Lesvenworth", "geoid": null}, "notime": null, "date-ut": "1925-01-25 10:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Kendell", "family": "Russell"}, "birth": {"tzo": "-06:00", "date": "1925-01-25 04:10", "place": {"c2": "KS", "cy": "US", "lg": -94.91667, "lat": 39.36667, "name": "Fort Lesvenworth"}, "date-ut": "1925-01-25 10:10"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1110"}}, "raw": {"H": "04:10", "TZ": "6h", "DAY": "25", "LAT": "39N22", "LON": "94W55", "MON": "1", "NUM": "1110", "PRO": "MI", "YEA": "1925", "CICO": "Fort Lesvenworth, KS", "NAME": "Russell Kendell"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17345	russell-kurt-1951-03-17	{"d10": "1111"}	{"lerrcp": "D10-1111"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kurt", "family": "Russell", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1951-03-17 10:42", "note": null, "place": {"c1": null, "c2": "MA", "c3": null, "cy": "US", "lg": -72.58333, "lat": 42.1, "name": "Springfield", "geoid": null}, "notime": null, "date-ut": "1951-03-17 15:42"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Kurt", "family": "Russell"}, "birth": {"tzo": "-05:00", "date": "1951-03-17 10:42", "place": {"c2": "MA", "cy": "US", "lg": -72.58333, "lat": 42.1, "name": "Springfield"}, "date-ut": "1951-03-17 15:42"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1111"}}, "raw": {"H": "10:42", "TZ": "5h", "DAY": "17", "LAT": "42N6", "LON": "72W35", "MON": "3", "NUM": "1111", "PRO": "AC", "YEA": "1951", "CICO": "Springfield, MA", "NAME": "Russell Kurt"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17346	ryan-michael-1916-01-31	{"d10": "1112"}	{"lerrcp": "D10-1112"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michael", "family": "Ryan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1916-01-31 23:00", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -95.83333, "lat": 38.63333, "name": "Osage City", "geoid": null}, "notime": null, "date-ut": "1916-02-01 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Michael", "family": "Ryan"}, "birth": {"tzo": "-06:00", "date": "1916-01-31 23:00", "place": {"c2": "KS", "cy": "US", "lg": -95.83333, "lat": 38.63333, "name": "Osage City"}, "date-ut": "1916-02-01 05:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1112"}}, "raw": {"H": "23:00", "TZ": "6h", "DAY": "31", "LAT": "38N38", "LON": "95W50", "MON": "1", "NUM": "1112", "PRO": "MI", "YEA": "1916", "CICO": "Osage City, KS", "NAME": "Ryan Michael"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17350	saint-eva-1924-07-04	{"d10": "1116"}	{"lerrcp": "D10-1116"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eva", "family": "Saint", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1924-07-04 17:25", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.16667, "lat": 40.73333, "name": "Newark", "geoid": null}, "notime": null, "date-ut": "1924-07-04 21:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Eva", "family": "Saint"}, "birth": {"tzo": "-04:00", "date": "1924-07-04 17:25", "place": {"c2": "NJ", "cy": "US", "lg": -74.16667, "lat": 40.73333, "name": "Newark"}, "date-ut": "1924-07-04 21:25"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1116"}}, "raw": {"H": "17:25", "TZ": "4h", "DAY": "4", "LAT": "40N44", "LON": "74W10", "MON": "7", "NUM": "1116", "PRO": "AC", "YEA": "1924", "CICO": "Newark, NJ", "NAME": "Saint Eva"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17351	saint-john-adrian-1921-11-06	{"d10": "1117"}	{"lerrcp": "D10-1117"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrian", "family": "Saint John", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1921-11-06 22:50", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -94.91667, "lat": 39.36667, "name": "Fort Leavenworth", "geoid": null}, "notime": null, "date-ut": "1921-11-07 04:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adrian", "family": "Saint John"}, "birth": {"tzo": "-06:00", "date": "1921-11-06 22:50", "place": {"c2": "KS", "cy": "US", "lg": -94.91667, "lat": 39.36667, "name": "Fort Leavenworth"}, "date-ut": "1921-11-07 04:50"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1117"}}, "raw": {"H": "22:50", "TZ": "6h", "DAY": "6", "LAT": "39N22", "LON": "94W55", "MON": "11", "NUM": "1117", "PRO": "MI", "YEA": "1921", "CICO": "Fort Leavenworth, KS", "NAME": "Saint John Adrian"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17348	sabich-vladimir-1945-01-09	{"d10": "1114", "3a_sports": "3640"}	{"ertel": "ES-3640", "lerrcp": "D10-1114"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vladimir", "family": "Sabich", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-07:00", "date": "1945-01-09 01:18", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -121.48333, "lat": 38.58333, "name": "Sacramento", "geoid": null}, "notime": null, "date-ut": "1945-01-09 08:18"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"name": {"given": "Vladimir", "family": "Sabich"}, "birth": {"tzo": "-07:00", "date": "1945-01-09 01:18", "place": {"c2": "CA", "cy": "US", "lg": -121.48333, "lat": 38.58333, "name": "Sacramento"}, "date-ut": "1945-01-09 08:18"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1114"}}, "raw": {"H": "01:18", "TZ": "7h", "DAY": "9", "LAT": "38N35", "LON": "121W29", "MON": "1", "NUM": "1114", "PRO": "SP", "YEA": "1945", "CICO": "Sacramento, CA", "NAME": "Sabich Vladimir"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["skier"], "partial-ids": {"ertel": "ES-3640"}}, "raw": {"L": "", "MF": "", "NR": "3640", "ENG": "", "MA_": "1", "G_NR": "1114", "MA12": "10", "MARS": "29", "NAME": "Sabich", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-9,000", "CSINR": "", "KURTZ": "", "PHAS_": "27,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "09.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Vladimir", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.01.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17349	saimes-george-1941-09-01	{"d10": "1115", "3a_sports": "3647", "rawlins-ertel-irving": "301"}	{"ertel": "ES-3647", "csicop": "CS-301", "lerrcp": "D10-1115"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "George", "family": "Saimes", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1941-09-01 03:30", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.38333, "lat": 40.8, "name": "Canton", "geoid": null}, "notime": null, "date-ut": "1941-09-01 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "George", "family": "Saimes"}, "birth": {"tzo": "-05:00", "date": "1941-09-01 03:30", "place": {"c2": "OH", "cy": "US", "lg": -81.38333, "lat": 40.8, "name": "Canton"}, "date-ut": "1941-09-01 08:30"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1115"}}, "raw": {"H": "03:30", "TZ": "5h", "DAY": "1", "LAT": "40N48", "LON": "81W23", "MON": "9", "NUM": "1115", "PRO": "SP", "YEA": "1941", "CICO": "Canton, OH", "NAME": "Saimes George"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "301"}}, "raw": {"LA1": "40", "LA2": "48", "LO1": "81", "LO2": "23", "AMPM": "A", "MARS": "10", "NAME": "Saimes", "BATCH": "1", "Satz#": "301", "GEBDAT": "1 9 1941", "GEBORT": "OH", "GEBZEIT": "3 30", "VORNAME": "George", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-3647"}}, "raw": {"L": "", "MF": "", "NR": "3647", "ENG": "1", "MA_": "2", "G_NR": "1115", "MA12": "4", "MARS": "10", "NAME": "Saimes", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "10,100", "CSINR": "301", "KURTZ": "", "PHAS_": "76,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "01.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "George", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.09.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17352	saint-john-jill-1940-08-19	{"d10": "1118"}	{"lerrcp": "D10-1118"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jill", "family": "Saint John", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1940-08-19 18:21", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1940-08-20 02:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jill", "family": "Saint John"}, "birth": {"tzo": "-08:00", "date": "1940-08-19 18:21", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1940-08-20 02:21"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1118"}}, "raw": {"H": "18:21", "TZ": "8h", "DAY": "19", "LAT": "34N4", "LON": "118W15", "MON": "8", "NUM": "1118", "PRO": "AC", "YEA": "1940", "CICO": "Los Angeles, CA", "NAME": "Saint John Jill"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17353	salinger-pierre-1925-06-14	{"d10": "1119"}	{"lerrcp": "D10-1119"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Salinger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1925-06-14 16:30", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1925-06-15 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Salinger"}, "birth": {"tzo": "-08:00", "date": "1925-06-14 16:30", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1925-06-15 00:30"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1119"}}, "raw": {"H": "16:30", "TZ": "8h", "DAY": "14", "LAT": "37N47", "LON": "122W25", "MON": "6", "NUM": "1119", "PRO": "PO", "YEA": "1925", "CICO": "San Francisco, CA", "NAME": "Salinger Pierre"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17354	salmon-thomas-1932-08-19	{"d10": "1120"}	{"lerrcp": "D10-1120"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Thomas", "family": "Salmon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1932-08-19 12:36", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1932-08-19 17:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Thomas", "family": "Salmon"}, "birth": {"tzo": "-05:00", "date": "1932-08-19 12:36", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1932-08-19 17:36"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1120"}}, "raw": {"H": "12:36", "TZ": "5h", "DAY": "19", "LAT": "41N30", "LON": "81W42", "MON": "8", "NUM": "1120", "PRO": "PO", "YEA": "1932", "CICO": "Cleveland, OH", "NAME": "Salmon Thomas"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17355	salt-jennifer-1944-09-04	{"d10": "1121"}	{"lerrcp": "D10-1121"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jennifer", "family": "Salt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1944-09-04 21:34", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1944-09-05 04:34"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jennifer", "family": "Salt"}, "birth": {"tzo": "-07:00", "date": "1944-09-04 21:34", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1944-09-05 04:34"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1121"}}, "raw": {"H": "21:34", "TZ": "7h", "DAY": "4", "LAT": "34N4", "LON": "118W15", "MON": "9", "NUM": "1121", "PRO": "AC", "YEA": "1944", "CICO": "Los Angeles, CA", "NAME": "Salt Jennifer"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17356	sanders-ed-1939-08-17	{"d10": "1122"}	{"lerrcp": "D10-1122"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ed", "family": "Sanders", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1939-08-17 14:10", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "US", "lg": -94.58333, "lat": 39.1, "name": "Kansas City", "geoid": null}, "notime": null, "date-ut": "1939-08-17 20:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Ed", "family": "Sanders"}, "birth": {"tzo": "-06:00", "date": "1939-08-17 14:10", "place": {"c2": "MO", "cy": "US", "lg": -94.58333, "lat": 39.1, "name": "Kansas City"}, "date-ut": "1939-08-17 20:10"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1122"}}, "raw": {"H": "14:10", "TZ": "6h", "DAY": "17", "LAT": "39N6", "LON": "94W35", "MON": "8", "NUM": "1122", "PRO": "WR", "YEA": "1939", "CICO": "Kansas City, MO", "NAME": "Sanders Ed"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17358	saul-peter-1934-08-16	{"d10": "1124"}	{"lerrcp": "D10-1124"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Peter", "family": "Saul", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1934-08-16 10:01", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1934-08-16 18:01"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Peter", "family": "Saul"}, "birth": {"tzo": "-08:00", "date": "1934-08-16 10:01", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1934-08-16 18:01"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1124"}}, "raw": {"H": "10:01", "TZ": "8h", "DAY": "16", "LAT": "37N47", "LON": "122W25", "MON": "8", "NUM": "1124", "PRO": "AR", "YEA": "1934", "CICO": "San Francisco, CA", "NAME": "Saul Peter"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17360	sawhill-john-1936-06-12	{"d10": "1126"}	{"lerrcp": "D10-1126"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Sawhill", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1936-06-12 14:10", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1936-06-12 19:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"name": {"given": "John", "family": "Sawhill"}, "birth": {"tzo": "-05:00", "date": "1936-06-12 14:10", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1936-06-12 19:10"}, "occus": ["miscelaneous"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1126"}}, "raw": {"H": "14:10", "TZ": "5h", "DAY": "12", "LAT": "41N30", "LON": "81W42", "MON": "6", "NUM": "1126", "PRO": "X", "YEA": "1936", "CICO": "Cleveland, OH", "NAME": "Sawhill John"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17359	savitt-richard-1927-03-04	{"d10": "1125", "3a_sports": "3702"}	{"ertel": "ES-3702", "lerrcp": "D10-1125"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Savitt", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1927-03-04 16:15", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.11667, "lat": 40.66667, "name": "Bayonne", "geoid": null}, "notime": null, "date-ut": "1927-03-04 21:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Savitt"}, "birth": {"tzo": "-05:00", "date": "1927-03-04 16:15", "place": {"c2": "NJ", "cy": "US", "lg": -74.11667, "lat": 40.66667, "name": "Bayonne"}, "date-ut": "1927-03-04 21:15"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1125"}}, "raw": {"H": "16:15", "TZ": "5h", "DAY": "4", "LAT": "40N40", "LON": "74W7", "MON": "3", "NUM": "1125", "PRO": "SP", "YEA": "1927", "CICO": "Bayonne, NJ", "NAME": "Savitt Richard"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["tennis-player"], "partial-ids": {"ertel": "ES-3702"}}, "raw": {"L": "", "MF": "", "NR": "3702", "ENG": "", "MA_": "0", "G_NR": "1125", "MA12": "3", "MARS": "8", "NAME": "Savitt", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-0,900", "CSINR": "", "KURTZ": "", "PHAS_": "0,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "04.03.", "ZITATE": "JSX", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Richard", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "04.03.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17361	sayers-gale-1943-05-20	{"d10": "1127", "3a_sports": "3705", "rawlins-ertel-irving": "305"}	{"ertel": "ES-3705", "csicop": "CS-305", "lerrcp": "D10-1127"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gale", "family": "Sayers", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1943-05-20 01:05", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -97.33333, "lat": 37.7, "name": "Wichita", "geoid": null}, "notime": null, "date-ut": "1943-05-20 06:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Gale", "family": "Sayers"}, "birth": {"tzo": "-05:00", "date": "1943-05-20 01:05", "place": {"c2": "KS", "cy": "US", "lg": -97.33333, "lat": 37.7, "name": "Wichita"}, "date-ut": "1943-05-20 06:05"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1127"}}, "raw": {"H": "01:05", "TZ": "5h", "DAY": "20", "LAT": "37N42", "LON": "97W20", "MON": "5", "NUM": "1127", "PRO": "SP", "YEA": "1943", "CICO": "Wichita, KS", "NAME": "Sayers Gale"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "305"}}, "raw": {"LA1": "37", "LA2": "41", "LO1": "97", "LO2": "20", "AMPM": "A", "MARS": "33", "NAME": "Sayers", "BATCH": "1", "Satz#": "305", "GEBDAT": "20 5 1943", "GEBORT": "KS", "GEBZEIT": "1 5", "VORNAME": "Gale Eugene", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-3705"}}, "raw": {"L": "", "MF": "", "NR": "3705", "ENG": "", "MA_": "0", "G_NR": "1127", "MA12": "11", "MARS": "33", "NAME": "Sayers", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "1,000", "CSINR": "305", "KURTZ": "", "PHAS_": "99,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "20.05.", "ZITATE": "OX", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gale Eugene", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "20.05.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17362	scali-john-1918-04-27	{"d10": "1128"}	{"lerrcp": "D10-1128"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Scali", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1918-04-27 03:51", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.38333, "lat": 40.8, "name": "Canton", "geoid": null}, "notime": null, "date-ut": "1918-04-27 08:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "John", "family": "Scali"}, "birth": {"tzo": "-05:00", "date": "1918-04-27 03:51", "place": {"c2": "OH", "cy": "US", "lg": -81.38333, "lat": 40.8, "name": "Canton"}, "date-ut": "1918-04-27 08:51"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1128"}}, "raw": {"H": "03:51", "TZ": "5h", "DAY": "27", "LAT": "40N48", "LON": "81W23", "MON": "4", "NUM": "1128", "PRO": "PO", "YEA": "1918", "CICO": "Canton, OH", "NAME": "Scali John"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17363	scammon-richard-1915-07-17	{"d10": "1129"}	{"lerrcp": "D10-1129"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Scammon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1915-07-17 09:45", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis", "geoid": null}, "notime": null, "date-ut": "1915-07-17 15:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Scammon"}, "birth": {"tzo": "-06:00", "date": "1915-07-17 09:45", "place": {"c2": "MN", "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis"}, "date-ut": "1915-07-17 15:45"}, "occus": ["miscelaneous"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1129"}}, "raw": {"H": "09:45", "TZ": "6h", "DAY": "17", "LAT": "44N59", "LON": "93W16", "MON": "7", "NUM": "1129", "PRO": "X", "YEA": "1915", "CICO": "Minneapolis, MN", "NAME": "Scammon Richard"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17364	schaetzel-john-1917-01-28	{"d10": "1130"}	{"lerrcp": "D10-1130"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Schaetzel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1917-01-28 19:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -115.38333, "lat": 32.81667, "name": "Holtville", "geoid": null}, "notime": null, "date-ut": "1917-01-29 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "John", "family": "Schaetzel"}, "birth": {"tzo": "-08:00", "date": "1917-01-28 19:00", "place": {"c2": "CA", "cy": "US", "lg": -115.38333, "lat": 32.81667, "name": "Holtville"}, "date-ut": "1917-01-29 03:00"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1130"}}, "raw": {"H": "19:00", "TZ": "8h", "DAY": "28", "LAT": "32N49", "LON": "115W23", "MON": "1", "NUM": "1130", "PRO": "EX", "YEA": "1917", "CICO": "Holtville, CA", "NAME": "Schaetzel John"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17365	schevill-james-1920-06-10	{"d10": "1131"}	{"lerrcp": "D10-1131"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Schevill", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1920-06-10 06:40", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.26667, "lat": 37.86667, "name": "Berkeley", "geoid": null}, "notime": null, "date-ut": "1920-06-10 14:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "James", "family": "Schevill"}, "birth": {"tzo": "-08:00", "date": "1920-06-10 06:40", "place": {"c2": "CA", "cy": "US", "lg": -122.26667, "lat": 37.86667, "name": "Berkeley"}, "date-ut": "1920-06-10 14:40"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1131"}}, "raw": {"H": "06:40", "TZ": "8h", "DAY": "10", "LAT": "37N52", "LON": "122W16", "MON": "6", "NUM": "1131", "PRO": "WR", "YEA": "1920", "CICO": "Berkeley, CA", "NAME": "Schevill James"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17366	schirra-walter-1923-03-12	{"d10": "1132"}	{"lerrcp": "D10-1132"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Schirra", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1923-03-12 16:55", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.05, "lat": 40.88333, "name": "Hackensack", "geoid": null}, "notime": null, "date-ut": "1923-03-12 21:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Schirra"}, "birth": {"tzo": "-05:00", "date": "1923-03-12 16:55", "place": {"c2": "NJ", "cy": "US", "lg": -74.05, "lat": 40.88333, "name": "Hackensack"}, "date-ut": "1923-03-12 21:55"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1132"}}, "raw": {"H": "16:55", "TZ": "5h", "DAY": "12", "LAT": "40N53", "LON": "74W3", "MON": "3", "NUM": "1132", "PRO": "MI", "YEA": "1923", "CICO": "Hackensack, NJ", "NAME": "Schirra Walter"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17367	schlafly-phyllis-1924-08-15	{"d10": "1133"}	{"lerrcp": "D10-1133"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Phyllis", "family": "Schlafly", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1924-08-15 23:25", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis", "geoid": null}, "notime": null, "date-ut": "1924-08-16 05:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician", "writer"]	5	null	[{"new": {"name": {"given": "Phyllis", "family": "Schlafly"}, "birth": {"tzo": "-06:00", "date": "1924-08-15 23:25", "place": {"c2": "MO", "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis"}, "date-ut": "1924-08-16 05:25"}, "occus": ["politician", "writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1133"}}, "raw": {"H": "23:25", "TZ": "6h", "DAY": "15", "LAT": "38N37", "LON": "90W12", "MON": "8", "NUM": "1133", "PRO": "PO,WR", "YEA": "1924", "CICO": "St Louis, MO", "NAME": "Schlafly Phyllis"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17368	schlesinger-arthur-1917-10-15	{"d10": "1134"}	{"lerrcp": "D10-1134"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Schlesinger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1917-10-15 01:55", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83, "lat": 39.96667, "name": "Columbus", "geoid": null}, "notime": null, "date-ut": "1917-10-15 07:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Schlesinger"}, "birth": {"tzo": "-06:00", "date": "1917-10-15 01:55", "place": {"c2": "OH", "cy": "US", "lg": -83, "lat": 39.96667, "name": "Columbus"}, "date-ut": "1917-10-15 07:55"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1134"}}, "raw": {"H": "01:55", "TZ": "6h", "DAY": "15", "LAT": "39N58", "LON": "83W0", "MON": "10", "NUM": "1134", "PRO": "WR", "YEA": "1917", "CICO": "Columbus, OH", "NAME": "Schlesinger Arthur"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17371	schneider-raymond-1917-10-20	{"d10": "1137"}	{"lerrcp": "D10-1137"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Schneider", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1917-10-20 17:30", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1917-10-20 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Schneider"}, "birth": {"tzo": "-05:00", "date": "1917-10-20 17:30", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1917-10-20 22:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1137"}}, "raw": {"H": "17:30", "TZ": "5h", "DAY": "20", "LAT": "41N30", "LON": "81W42", "MON": "10", "NUM": "1137", "PRO": "MI", "YEA": "1917", "CICO": "Cleveland, OH", "NAME": "Schneider Raymond"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17370	schmidt-mike-1949-09-27	{"d10": "1136", "3a_sports": "3739"}	{"ertel": "ES-3739", "lerrcp": "D10-1136"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mike", "family": "Schmidt", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1949-09-27 10:33", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.2, "lat": 39.75, "name": "Dayton", "geoid": null}, "notime": null, "date-ut": "1949-09-27 15:33"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["baseball-player"]	5	null	[{"new": {"name": {"given": "Mike", "family": "Schmidt"}, "birth": {"tzo": "-05:00", "date": "1949-09-27 10:33", "place": {"c2": "OH", "cy": "US", "lg": -84.2, "lat": 39.75, "name": "Dayton"}, "date-ut": "1949-09-27 15:33"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1136"}}, "raw": {"H": "10:33", "TZ": "5h", "DAY": "27", "LAT": "39N45", "LON": "84W12", "MON": "9", "NUM": "1136", "PRO": "SP", "YEA": "1949", "CICO": "Dayton, OH", "NAME": "Schmidt Mike"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["baseball-player"], "partial-ids": {"ertel": "ES-3739"}}, "raw": {"L": "", "MF": "", "NR": "3739", "ENG": "1", "MA_": "2", "G_NR": "1136", "MA12": "4", "MARS": "11", "NAME": "Schmidt", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "9,600", "CSINR": "", "KURTZ": "", "PHAS_": "26,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "27.09.", "ZITATE": "B", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Mike (Michael J.)", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "27.09.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BASE", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17373	schoning-william-1922-02-22	{"d10": "1139"}	{"lerrcp": "D10-1139"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Schoning", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1922-02-22 09:45", "note": null, "place": {"c1": null, "c2": "WA", "c3": null, "cy": "US", "lg": -122.33333, "lat": 47.6, "name": "Seattle", "geoid": null}, "notime": null, "date-ut": "1922-02-22 17:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "William", "family": "Schoning"}, "birth": {"tzo": "-08:00", "date": "1922-02-22 09:45", "place": {"c2": "WA", "cy": "US", "lg": -122.33333, "lat": 47.6, "name": "Seattle"}, "date-ut": "1922-02-22 17:45"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1139"}}, "raw": {"H": "09:45", "TZ": "8h", "DAY": "22", "LAT": "47N36", "LON": "122W20", "MON": "2", "NUM": "1139", "PRO": "MI", "YEA": "1922", "CICO": "Seattle, WA", "NAME": "Schoning William"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17374	schorer-mark-1908-05-17	{"d10": "1140"}	{"lerrcp": "D10-1140"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mark", "family": "Schorer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1908-05-17 13:00", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -89.71667, "lat": 43.28333, "name": "Sauk City", "geoid": null}, "notime": null, "date-ut": "1908-05-17 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Mark", "family": "Schorer"}, "birth": {"tzo": "-06:00", "date": "1908-05-17 13:00", "place": {"c2": "WI", "cy": "US", "lg": -89.71667, "lat": 43.28333, "name": "Sauk City"}, "date-ut": "1908-05-17 19:00"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1140"}}, "raw": {"H": "13:00", "TZ": "6h", "DAY": "17", "LAT": "43N17", "LON": "89W43", "MON": "5", "NUM": "1140", "PRO": "WR", "YEA": "1908", "CICO": "Sauk City, WI", "NAME": "Schorer Mark"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17375	schroeder-frederick-1921-07-20	{"d10": "1141", "3a_sports": "3750"}	{"ertel": "ES-3750", "lerrcp": "D10-1141"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frederick", "family": "Schroeder", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-04:00", "date": "1921-07-20 22:40", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.16667, "lat": 40.73333, "name": "Newark", "geoid": null}, "notime": null, "date-ut": "1921-07-21 02:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Frederick", "family": "Schroeder"}, "birth": {"tzo": "-04:00", "date": "1921-07-20 22:40", "place": {"c2": "NJ", "cy": "US", "lg": -74.16667, "lat": 40.73333, "name": "Newark"}, "date-ut": "1921-07-21 02:40"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1141"}}, "raw": {"H": "22:40", "TZ": "4h", "DAY": "20", "LAT": "40N44", "LON": "74W10", "MON": "7", "NUM": "1141", "PRO": "SP", "YEA": "1921", "CICO": "Newark, NJ", "NAME": "Schroeder Frederick"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["tennis-player"], "partial-ids": {"ertel": "ES-3750"}}, "raw": {"L": "", "MF": "", "NR": "3750", "ENG": "", "MA_": "0", "G_NR": "1141", "MA12": "8", "MARS": "24", "NAME": "Schroeder", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "0,900", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "20.07.", "ZITATE": "JX", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Frederick R.", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "20.07.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17376	schul-bob-1937-09-28	{"d10": "1142", "3a_sports": "3755", "rawlins-ertel-irving": "309"}	{"ertel": "ES-3755", "csicop": "CS-309", "lerrcp": "D10-1142"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bob", "family": "Schul", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1937-09-28 05:30", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.33333, "lat": 39.96667, "name": "West Milton", "geoid": null}, "notime": null, "date-ut": "1937-09-28 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Bob", "family": "Schul"}, "birth": {"tzo": "-05:00", "date": "1937-09-28 05:30", "place": {"c2": "OH", "cy": "US", "lg": -84.33333, "lat": 39.96667, "name": "West Milton"}, "date-ut": "1937-09-28 10:30"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1142"}}, "raw": {"H": "05:30", "TZ": "5h", "DAY": "28", "LAT": "39N58", "LON": "84W20", "MON": "9", "NUM": "1142", "PRO": "SP", "YEA": "1937", "CICO": "West Milton, OH", "NAME": "Schul Bob"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "309"}}, "raw": {"LA1": "39", "LA2": "58", "LO1": "84", "LO2": "20", "AMPM": "A", "MARS": "27", "NAME": "Schul", "BATCH": "2", "Satz#": "309", "GEBDAT": "28 9 1937", "GEBORT": "OH", "GEBZEIT": "5 30", "VORNAME": "Bob", "SPORTART": "TRAC", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-3755"}}, "raw": {"L": "", "MF": "", "NR": "3755", "ENG": "", "MA_": "1", "G_NR": "1142", "MA12": "9", "MARS": "27", "NAME": "Schul", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-11,30", "CSINR": "309", "KURTZ": "", "PHAS_": "41,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "28.09.", "ZITATE": "DKSTF", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Bob", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "28.09.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17377	schweickart-russel-1935-10-25	{"d10": "1143"}	{"lerrcp": "D10-1143"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Russel", "family": "Schweickart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1935-10-25 19:02", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.03333, "lat": 40.21667, "name": "Neptune", "geoid": null}, "notime": null, "date-ut": "1935-10-26 00:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Russel", "family": "Schweickart"}, "birth": {"tzo": "-05:00", "date": "1935-10-25 19:02", "place": {"c2": "NJ", "cy": "US", "lg": -74.03333, "lat": 40.21667, "name": "Neptune"}, "date-ut": "1935-10-26 00:02"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1143"}}, "raw": {"H": "19:02", "TZ": "5h", "DAY": "25", "LAT": "40N13", "LON": "74W2", "MON": "10", "NUM": "1143", "PRO": "MI", "YEA": "1935", "CICO": "Neptune, NJ", "NAME": "Schweickart Russel"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17378	scott-david-1932-06-06	{"d10": "1144"}	{"lerrcp": "D10-1144"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "David", "family": "Scott", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1932-06-06 04:04", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -98.5, "lat": 29.41667, "name": "San Antonio", "geoid": null}, "notime": null, "date-ut": "1932-06-06 10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "David", "family": "Scott"}, "birth": {"tzo": "-06:00", "date": "1932-06-06 04:04", "place": {"c2": "TX", "cy": "US", "lg": -98.5, "lat": 29.41667, "name": "San Antonio"}, "date-ut": "1932-06-06 10:04"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1144"}}, "raw": {"H": "04:04", "TZ": "6h", "DAY": "6", "LAT": "29N25", "LON": "98W30", "MON": "6", "NUM": "1144", "PRO": "MI", "YEA": "1932", "CICO": "San Antonio, TX", "NAME": "Scott David"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17380	scowcroft-brent-1925-03-19	{"d10": "1146"}	{"lerrcp": "D10-1146"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Brent", "family": "Scowcroft", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1925-03-19 17:50", "note": null, "place": {"c1": null, "c2": "UT", "c3": null, "cy": "US", "lg": -111.96667, "lat": 41.21667, "name": "Ogden", "geoid": null}, "notime": null, "date-ut": "1925-03-20 00:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Brent", "family": "Scowcroft"}, "birth": {"tzo": "-07:00", "date": "1925-03-19 17:50", "place": {"c2": "UT", "cy": "US", "lg": -111.96667, "lat": 41.21667, "name": "Ogden"}, "date-ut": "1925-03-20 00:50"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1146"}}, "raw": {"H": "17:50", "TZ": "7h", "DAY": "19", "LAT": "41N13", "LON": "111W58", "MON": "3", "NUM": "1146", "PRO": "MI", "YEA": "1925", "CICO": "Ogden, UT", "NAME": "Scowcroft Brent"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17381	scrimshaw-nevin-1918-01-20	{"d10": "1147"}	{"lerrcp": "D10-1147"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nevin", "family": "Scrimshaw", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1918-01-20 18:00", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": "Milwaukee", "geoid": null}, "notime": null, "date-ut": "1918-01-21 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Nevin", "family": "Scrimshaw"}, "birth": {"tzo": "-06:00", "date": "1918-01-20 18:00", "place": {"c2": "WI", "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": "Milwaukee"}, "date-ut": "1918-01-21 00:00"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1147"}}, "raw": {"H": "18:00", "TZ": "6h", "DAY": "20", "LAT": "43N2", "LON": "87W55", "MON": "1", "NUM": "1147", "PRO": "SC", "YEA": "1918", "CICO": "Milwaukee, WI", "NAME": "Scrimshaw Nevin"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17383	seagull-barbara-1948-02-05	{"d10": "1149"}	{"lerrcp": "D10-1149"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Barbara", "family": "Seagull", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1948-02-05 10:01", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.35, "lat": 34.1, "name": "Hollywood", "geoid": null}, "notime": null, "date-ut": "1948-02-05 18:01"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Barbara", "family": "Seagull"}, "birth": {"tzo": "-08:00", "date": "1948-02-05 10:01", "place": {"c2": "CA", "cy": "US", "lg": -118.35, "lat": 34.1, "name": "Hollywood"}, "date-ut": "1948-02-05 18:01"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1149"}}, "raw": {"H": "10:01", "TZ": "8h", "DAY": "5", "LAT": "34N6", "LON": "118W21", "MON": "2", "NUM": "1149", "PRO": "AC", "YEA": "1948", "CICO": "Hollywood, CA", "NAME": "Seagull Barbara"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17386	seibert-donald-1923-08-17	{"d10": "1152"}	{"lerrcp": "D10-1152"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Donald", "family": "Seibert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1923-08-17 02:35", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.56667, "lat": 39.4, "name": "Hamilton", "geoid": null}, "notime": null, "date-ut": "1923-08-17 08:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Donald", "family": "Seibert"}, "birth": {"tzo": "-06:00", "date": "1923-08-17 02:35", "place": {"c2": "OH", "cy": "US", "lg": -84.56667, "lat": 39.4, "name": "Hamilton"}, "date-ut": "1923-08-17 08:35"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1152"}}, "raw": {"H": "02:35", "TZ": "6h", "DAY": "17", "LAT": "39N24", "LON": "84W34", "MON": "8", "NUM": "1152", "PRO": "EX", "YEA": "1923", "CICO": "Hamilton, OH", "NAME": "Seibert Donald"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17382	seagren-robert-1946-10-17	{"d10": "1148", "3a_sports": "3771"}	{"ertel": "ES-3771", "lerrcp": "D10-1148"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Seagren", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1946-10-17 16:04", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -117.75, "lat": 34.06667, "name": "Pomona", "geoid": null}, "notime": null, "date-ut": "1946-10-18 00:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Seagren"}, "birth": {"tzo": "-08:00", "date": "1946-10-17 16:04", "place": {"c2": "CA", "cy": "US", "lg": -117.75, "lat": 34.06667, "name": "Pomona"}, "date-ut": "1946-10-18 00:04"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1148"}}, "raw": {"H": "16:04", "TZ": "8h", "DAY": "17", "LAT": "34N4", "LON": "117W45", "MON": "10", "NUM": "1148", "PRO": "SP", "YEA": "1946", "CICO": "Pomona, CA", "NAME": "Seagren Robert"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-3771"}}, "raw": {"L": "", "MF": "", "NR": "3771", "ENG": "", "MA_": "0", "G_NR": "1148", "MA12": "5", "MARS": "15", "NAME": "Seagren", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-11,10", "CSINR": "", "KURTZ": "", "PHAS_": "56,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "17.10.", "ZITATE": "DKSTOX", "ZITSUM": "6", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "17.10.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "5"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17387	seignious-george-1921-06-21	{"d10": "1153"}	{"lerrcp": "D10-1153"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "George", "family": "Seignious", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1921-06-21 03:00", "note": null, "place": {"c1": null, "c2": "SC", "c3": null, "cy": "US", "lg": -80.86667, "lat": 33.5, "name": "Orangeburg", "geoid": null}, "notime": null, "date-ut": "1921-06-21 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "George", "family": "Seignious"}, "birth": {"tzo": "-05:00", "date": "1921-06-21 03:00", "place": {"c2": "SC", "cy": "US", "lg": -80.86667, "lat": 33.5, "name": "Orangeburg"}, "date-ut": "1921-06-21 08:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1153"}}, "raw": {"H": "03:00", "TZ": "5h", "DAY": "21", "LAT": "33N30", "LON": "80W52", "MON": "6", "NUM": "1153", "PRO": "MI", "YEA": "1921", "CICO": "Orangeburg, SC", "NAME": "Seignious George"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17388	seitz-frederick-1911-07-04	{"d10": "1154"}	{"lerrcp": "D10-1154"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frederick", "family": "Seitz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1911-07-04 22:20", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1911-07-05 06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Frederick", "family": "Seitz"}, "birth": {"tzo": "-08:00", "date": "1911-07-04 22:20", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1911-07-05 06:20"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1154"}}, "raw": {"H": "22:20", "TZ": "8h", "DAY": "4", "LAT": "37N47", "LON": "122W25", "MON": "7", "NUM": "1154", "PRO": "SC", "YEA": "1911", "CICO": "San Francisco, CA", "NAME": "Seitz Frederick"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17389	seitz-richard-1918-02-18	{"d10": "1155"}	{"lerrcp": "D10-1155"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Seitz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1918-02-18 11:45", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -94.91667, "lat": 39.31667, "name": "Leavenworth", "geoid": null}, "notime": null, "date-ut": "1918-02-18 17:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Seitz"}, "birth": {"tzo": "-06:00", "date": "1918-02-18 11:45", "place": {"c2": "KS", "cy": "US", "lg": -94.91667, "lat": 39.31667, "name": "Leavenworth"}, "date-ut": "1918-02-18 17:45"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1155"}}, "raw": {"H": "11:45", "TZ": "6h", "DAY": "18", "LAT": "39N19", "LON": "94W55", "MON": "2", "NUM": "1155", "PRO": "MI", "YEA": "1918", "CICO": "Leavenworth, KS", "NAME": "Seitz Richard"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17390	selecman-charles-1928-09-17	{"d10": "1156"}	{"lerrcp": "D10-1156"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Selecman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1928-09-17 06:33", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -96.81667, "lat": 32.78333, "name": "Dallas", "geoid": null}, "notime": null, "date-ut": "1928-09-17 12:33"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Selecman"}, "birth": {"tzo": "-06:00", "date": "1928-09-17 06:33", "place": {"c2": "TX", "cy": "US", "lg": -96.81667, "lat": 32.78333, "name": "Dallas"}, "date-ut": "1928-09-17 12:33"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1156"}}, "raw": {"H": "06:33", "TZ": "6h", "DAY": "17", "LAT": "32N47", "LON": "96W49", "MON": "9", "NUM": "1156", "PRO": "EX", "YEA": "1928", "CICO": "Dallas, TX", "NAME": "Selecman Charles"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17391	sell-leslie-1921-05-20	{"d10": "1157"}	{"lerrcp": "D10-1157"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leslie", "family": "Sell", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1921-05-20 12:00", "note": null, "place": {"c1": null, "c2": "TN", "c3": null, "cy": "US", "lg": -82.35, "lat": 36.31667, "name": "Johnson City", "geoid": null}, "notime": null, "date-ut": "1921-05-20 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Leslie", "family": "Sell"}, "birth": {"tzo": "-05:00", "date": "1921-05-20 12:00", "place": {"c2": "TN", "cy": "US", "lg": -82.35, "lat": 36.31667, "name": "Johnson City"}, "date-ut": "1921-05-20 17:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1157"}}, "raw": {"H": "12:00", "TZ": "5h", "DAY": "20", "LAT": "36N19", "LON": "82W21", "MON": "5", "NUM": "1157", "PRO": "MI", "YEA": "1921", "CICO": "Johnson City, TN", "NAME": "Sell Leslie"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17392	shaffer-raymond-1912-04-06	{"d10": "1158"}	{"lerrcp": "D10-1158"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Shaffer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1912-04-06 22:30", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -94.81667, "lat": 37.98333, "name": "Harding", "geoid": null}, "notime": null, "date-ut": "1912-04-07 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Shaffer"}, "birth": {"tzo": "-06:00", "date": "1912-04-06 22:30", "place": {"c2": "KS", "cy": "US", "lg": -94.81667, "lat": 37.98333, "name": "Harding"}, "date-ut": "1912-04-07 04:30"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1158"}}, "raw": {"H": "22:30", "TZ": "6h", "DAY": "6", "LAT": "37N59", "LON": "94W49", "MON": "4", "NUM": "1158", "PRO": "EX", "YEA": "1912", "CICO": "Harding, KS", "NAME": "Shaffer Raymond"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17393	shapiro-irving-1916-07-15	{"d10": "1159"}	{"lerrcp": "D10-1159"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Irving", "family": "Shapiro", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1916-07-15 23:10", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis", "geoid": null}, "notime": null, "date-ut": "1916-07-16 05:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Irving", "family": "Shapiro"}, "birth": {"tzo": "-06:00", "date": "1916-07-15 23:10", "place": {"c2": "MN", "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis"}, "date-ut": "1916-07-16 05:10"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1159"}}, "raw": {"H": "23:10", "TZ": "6h", "DAY": "15", "LAT": "44N59", "LON": "93W16", "MON": "7", "NUM": "1159", "PRO": "EX", "YEA": "1916", "CICO": "Minneapolis, MN", "NAME": "Shapiro Irving"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17394	shapleigh-warren-1920-10-27	{"d10": "1160"}	{"lerrcp": "D10-1160"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Warren", "family": "Shapleigh", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1920-10-27 18:00", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis", "geoid": null}, "notime": null, "date-ut": "1920-10-28 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Warren", "family": "Shapleigh"}, "birth": {"tzo": "-06:00", "date": "1920-10-27 18:00", "place": {"c2": "MO", "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis"}, "date-ut": "1920-10-28 00:00"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1160"}}, "raw": {"H": "18:00", "TZ": "6h", "DAY": "27", "LAT": "38N37", "LON": "90W12", "MON": "10", "NUM": "1160", "PRO": "EX", "YEA": "1920", "CICO": "St Louis, MO", "NAME": "Shapleigh Warren"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17395	shapp-milton-1912-06-25	{"d10": "1161"}	{"lerrcp": "D10-1161"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Milton", "family": "Shapp", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1912-06-25 03:30", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1912-06-25 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Milton", "family": "Shapp"}, "birth": {"tzo": "-06:00", "date": "1912-06-25 03:30", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1912-06-25 09:30"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1161"}}, "raw": {"H": "03:30", "TZ": "6h", "DAY": "25", "LAT": "41N30", "LON": "81W42", "MON": "6", "NUM": "1161", "PRO": "PO", "YEA": "1912", "CICO": "Cleveland, OH", "NAME": "Shapp Milton"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17397	sheen-martin-1940-08-03	{"d10": "1163"}	{"lerrcp": "D10-1163"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Martin", "family": "Sheen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1940-08-03 20:03", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.2, "lat": 39.75, "name": "Dayton", "geoid": null}, "notime": null, "date-ut": "1940-08-04 01:03"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Martin", "family": "Sheen"}, "birth": {"tzo": "-05:00", "date": "1940-08-03 20:03", "place": {"c2": "OH", "cy": "US", "lg": -84.2, "lat": 39.75, "name": "Dayton"}, "date-ut": "1940-08-04 01:03"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1163"}}, "raw": {"H": "20:03", "TZ": "5h", "DAY": "3", "LAT": "39N45", "LON": "84W12", "MON": "8", "NUM": "1163", "PRO": "AC", "YEA": "1940", "CICO": "Dayton, OH", "NAME": "Sheen Martin"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17399	shields-allan-1944-02-04	{"d10": "1165"}	{"lerrcp": "D10-1165"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Allan", "family": "Shields", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1944-02-04 01:48", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -96.96667, "lat": 38.56667, "name": "Lost Springs", "geoid": null}, "notime": null, "date-ut": "1944-02-04 06:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Allan", "family": "Shields"}, "birth": {"tzo": "-05:00", "date": "1944-02-04 01:48", "place": {"c2": "KS", "cy": "US", "lg": -96.96667, "lat": 38.56667, "name": "Lost Springs"}, "date-ut": "1944-02-04 06:48"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1165"}}, "raw": {"H": "01:48", "TZ": "5h", "DAY": "4", "LAT": "38N34", "LON": "96W58", "MON": "2", "NUM": "1165", "PRO": "AR", "YEA": "1944", "CICO": "Lost Springs, KS", "NAME": "Shields Allan"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17400	shiely-albert-1920-07-14	{"d10": "1166"}	{"lerrcp": "D10-1166"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Shiely", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1920-07-14 10:25", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.1, "lat": 44.95, "name": "St Paul", "geoid": null}, "notime": null, "date-ut": "1920-07-14 16:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Shiely"}, "birth": {"tzo": "-06:00", "date": "1920-07-14 10:25", "place": {"c2": "MN", "cy": "US", "lg": -93.1, "lat": 44.95, "name": "St Paul"}, "date-ut": "1920-07-14 16:25"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1166"}}, "raw": {"H": "10:25", "TZ": "6h", "DAY": "14", "LAT": "44N57", "LON": "93W6", "MON": "7", "NUM": "1166", "PRO": "MI", "YEA": "1920", "CICO": "St Paul, MN", "NAME": "Shiely Albert"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17401	shlaudeman-harry-1926-05-17	{"d10": "1167"}	{"lerrcp": "D10-1167"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Harry", "family": "Shlaudeman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1926-05-17 18:45", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1926-05-18 02:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Harry", "family": "Shlaudeman"}, "birth": {"tzo": "-08:00", "date": "1926-05-17 18:45", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1926-05-18 02:45"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1167"}}, "raw": {"H": "18:45", "TZ": "8h", "DAY": "17", "LAT": "34N4", "LON": "118W15", "MON": "5", "NUM": "1167", "PRO": "PO", "YEA": "1926", "CICO": "Los Angeles, CA", "NAME": "Shlaudeman Harry"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17402	shoemaker-eugene-1928-04-28	{"d10": "1168"}	{"lerrcp": "D10-1168"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugene", "family": "Shoemaker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1928-04-28 11:56", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1928-04-28 19:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Eugene", "family": "Shoemaker"}, "birth": {"tzo": "-08:00", "date": "1928-04-28 11:56", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1928-04-28 19:56"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1168"}}, "raw": {"H": "11:56", "TZ": "8h", "DAY": "28", "LAT": "34N4", "LON": "118W15", "MON": "4", "NUM": "1168", "PRO": "PO", "YEA": "1928", "CICO": "Los Angeles, CA", "NAME": "Shoemaker Eugene"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17403	short-bobby-1924-09-15	{"d10": "1169"}	{"lerrcp": "D10-1169"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bobby", "family": "Short", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1924-09-15 22:30", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -87.61667, "lat": 40.13333, "name": "Danville", "geoid": null}, "notime": null, "date-ut": "1924-09-16 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Bobby", "family": "Short"}, "birth": {"tzo": "-06:00", "date": "1924-09-15 22:30", "place": {"c2": "IL", "cy": "US", "lg": -87.61667, "lat": 40.13333, "name": "Danville"}, "date-ut": "1924-09-16 04:30"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1169"}}, "raw": {"H": "22:30", "TZ": "6h", "DAY": "15", "LAT": "40N8", "LON": "87W37", "MON": "9", "NUM": "1169", "PRO": "AC", "YEA": "1924", "CICO": "Danville, IL", "NAME": "Short Bobby"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17404	sianis-pete-1920-01-22	{"d10": "1170"}	{"lerrcp": "D10-1170"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pete", "family": "Sianis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1920-01-22 21:00", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "US", "lg": -94.58333, "lat": 39.1, "name": "Kansas City", "geoid": null}, "notime": null, "date-ut": "1920-01-23 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pete", "family": "Sianis"}, "birth": {"tzo": "-06:00", "date": "1920-01-22 21:00", "place": {"c2": "MO", "cy": "US", "lg": -94.58333, "lat": 39.1, "name": "Kansas City"}, "date-ut": "1920-01-23 03:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1170"}}, "raw": {"H": "21:00", "TZ": "6h", "DAY": "22", "LAT": "39N6", "LON": "94W35", "MON": "1", "NUM": "1170", "PRO": "MI", "YEA": "1920", "CICO": "Kansas City, MO", "NAME": "Sianis Pete"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17405	sidle-winant-1916-09-07	{"d10": "1171"}	{"lerrcp": "D10-1171"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Winant", "family": "Sidle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1916-09-07 20:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83.81667, "lat": 39.91667, "name": "Springfield", "geoid": null}, "notime": null, "date-ut": "1916-09-08 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Winant", "family": "Sidle"}, "birth": {"tzo": "-06:00", "date": "1916-09-07 20:00", "place": {"c2": "OH", "cy": "US", "lg": -83.81667, "lat": 39.91667, "name": "Springfield"}, "date-ut": "1916-09-08 02:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1171"}}, "raw": {"H": "20:00", "TZ": "6h", "DAY": "7", "LAT": "39N55", "LON": "83W49", "MON": "9", "NUM": "1171", "PRO": "MI", "YEA": "1916", "CICO": "Springfield, OH", "NAME": "Sidle Winant"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17406	sigler-franklin-1924-11-06	{"d10": "1172"}	{"lerrcp": "D10-1172"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franklin", "family": "Sigler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1924-11-06 12:40", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.2, "lat": 40.8, "name": "Glen Ridge", "geoid": null}, "notime": null, "date-ut": "1924-11-06 17:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Franklin", "family": "Sigler"}, "birth": {"tzo": "-05:00", "date": "1924-11-06 12:40", "place": {"c2": "NJ", "cy": "US", "lg": -74.2, "lat": 40.8, "name": "Glen Ridge"}, "date-ut": "1924-11-06 17:40"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1172"}}, "raw": {"H": "12:40", "TZ": "5h", "DAY": "6", "LAT": "40N48", "LON": "74W12", "MON": "11", "NUM": "1172", "PRO": "MI", "YEA": "1924", "CICO": "Glen Ridge, NJ", "NAME": "Sigler Franklin"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17408	simanek-robert-1930-04-26	{"d10": "1174"}	{"lerrcp": "D10-1174"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Simanek", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1930-04-26 02:55", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "US", "lg": -83.05, "lat": 42.33333, "name": "Detroit", "geoid": null}, "notime": null, "date-ut": "1930-04-26 07:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Simanek"}, "birth": {"tzo": "-05:00", "date": "1930-04-26 02:55", "place": {"c2": "MI", "cy": "US", "lg": -83.05, "lat": 42.33333, "name": "Detroit"}, "date-ut": "1930-04-26 07:55"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1174"}}, "raw": {"H": "02:55", "TZ": "5h", "DAY": "26", "LAT": "42N20", "LON": "83W3", "MON": "4", "NUM": "1174", "PRO": "MI", "YEA": "1930", "CICO": "Detroit, MI", "NAME": "Simanek Robert"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17410	simokaitis-frank-1922-12-12	{"d10": "1176"}	{"lerrcp": "D10-1176"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frank", "family": "Simokaitis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1922-12-12 23:25", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis", "geoid": null}, "notime": null, "date-ut": "1922-12-13 05:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Frank", "family": "Simokaitis"}, "birth": {"tzo": "-06:00", "date": "1922-12-12 23:25", "place": {"c2": "MO", "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis"}, "date-ut": "1922-12-13 05:25"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1176"}}, "raw": {"H": "23:25", "TZ": "6h", "DAY": "12", "LAT": "38N37", "LON": "90W12", "MON": "12", "NUM": "1176", "PRO": "MI", "YEA": "1922", "CICO": "St Louis, MO", "NAME": "Simokaitis Frank"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17411	simon-herbert-1916-06-15	{"d10": "1177"}	{"lerrcp": "D10-1177"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Herbert", "family": "Simon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1916-06-15 16:15", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": "Milwaukee", "geoid": null}, "notime": null, "date-ut": "1916-06-15 22:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"name": {"given": "Herbert", "family": "Simon"}, "birth": {"tzo": "-06:00", "date": "1916-06-15 16:15", "place": {"c2": "WI", "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": "Milwaukee"}, "date-ut": "1916-06-15 22:15"}, "occus": ["miscelaneous"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1177"}}, "raw": {"H": "16:15", "TZ": "6h", "DAY": "15", "LAT": "43N2", "LON": "87W55", "MON": "6", "NUM": "1177", "PRO": "X", "YEA": "1916", "CICO": "Milwaukee, WI", "NAME": "Simon Herbert"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17412	simon-william-1927-11-27	{"d10": "1178"}	{"lerrcp": "D10-1178"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Simon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1927-11-27 21:55", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.18333, "lat": 40.91667, "name": "Paterson", "geoid": null}, "notime": null, "date-ut": "1927-11-28 02:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "William", "family": "Simon"}, "birth": {"tzo": "-05:00", "date": "1927-11-27 21:55", "place": {"c2": "NJ", "cy": "US", "lg": -74.18333, "lat": 40.91667, "name": "Paterson"}, "date-ut": "1927-11-28 02:55"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1178"}}, "raw": {"H": "21:55", "TZ": "5h", "DAY": "27", "LAT": "40N55", "LON": "74W11", "MON": "11", "NUM": "1178", "PRO": "PO", "YEA": "1927", "CICO": "Paterson, NJ", "NAME": "Simon William"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17413	simone-nina-1933-02-21	{"d10": "1179"}	{"lerrcp": "D10-1179"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nina", "family": "Simone", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1933-02-21 06:00", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -82.23333, "lat": 35.21667, "name": "Tryon", "geoid": null}, "notime": null, "date-ut": "1933-02-21 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Nina", "family": "Simone"}, "birth": {"tzo": "-05:00", "date": "1933-02-21 06:00", "place": {"c2": "NC", "cy": "US", "lg": -82.23333, "lat": 35.21667, "name": "Tryon"}, "date-ut": "1933-02-21 11:00"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1179"}}, "raw": {"H": "06:00", "TZ": "5h", "DAY": "21", "LAT": "35N13", "LON": "82W14", "MON": "2", "NUM": "1179", "PRO": "AR", "YEA": "1933", "CICO": "Tryon, NC", "NAME": "Simone Nina"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17415	singlaub-john-1921-07-10	{"d10": "1181"}	{"lerrcp": "D10-1181"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Singlaub", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1921-07-10 15:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.2, "lat": 36.8, "name": "Independence", "geoid": null}, "notime": null, "date-ut": "1921-07-10 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "John", "family": "Singlaub"}, "birth": {"tzo": "-08:00", "date": "1921-07-10 15:00", "place": {"c2": "CA", "cy": "US", "lg": -118.2, "lat": 36.8, "name": "Independence"}, "date-ut": "1921-07-10 23:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1181"}}, "raw": {"H": "15:00", "TZ": "8h", "DAY": "10", "LAT": "36N48", "LON": "118W12", "MON": "7", "NUM": "1181", "PRO": "MI", "YEA": "1921", "CICO": "Independence, CA", "NAME": "Singlaub John"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17416	six-robert-1907-06-25	{"d10": "1182"}	{"lerrcp": "D10-1182"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Six", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1907-06-25 04:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -121.28333, "lat": 37.96667, "name": "Stockton", "geoid": null}, "notime": null, "date-ut": "1907-06-25 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Six"}, "birth": {"tzo": "-08:00", "date": "1907-06-25 04:00", "place": {"c2": "CA", "cy": "US", "lg": -121.28333, "lat": 37.96667, "name": "Stockton"}, "date-ut": "1907-06-25 12:00"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1182"}}, "raw": {"H": "04:00", "TZ": "8h", "DAY": "25", "LAT": "37N58", "LON": "121W17", "MON": "6", "NUM": "1182", "PRO": "EX", "YEA": "1907", "CICO": "Stockton, CA", "NAME": "Six Robert"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17417	skaggs-luther-1923-03-03	{"d10": "1183"}	{"lerrcp": "D10-1183"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luther", "family": "Skaggs", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1923-03-03 02:30", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -87.58333, "lat": 37.83333, "name": "Henderson", "geoid": null}, "notime": null, "date-ut": "1923-03-03 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Luther", "family": "Skaggs"}, "birth": {"tzo": "-06:00", "date": "1923-03-03 02:30", "place": {"c2": "KY", "cy": "US", "lg": -87.58333, "lat": 37.83333, "name": "Henderson"}, "date-ut": "1923-03-03 08:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1183"}}, "raw": {"H": "02:30", "TZ": "6h", "DAY": "3", "LAT": "37N50", "LON": "87W35", "MON": "3", "NUM": "1183", "PRO": "MI", "YEA": "1923", "CICO": "Henderson, KY", "NAME": "Skaggs Luther"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17418	skeggs-leonard-1918-06-09	{"d10": "1184"}	{"lerrcp": "D10-1184"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leonard", "family": "Skeggs", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1918-06-09 22:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83.11667, "lat": 41.35, "name": "Fremont", "geoid": null}, "notime": null, "date-ut": "1918-06-10 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Leonard", "family": "Skeggs"}, "birth": {"tzo": "-05:00", "date": "1918-06-09 22:00", "place": {"c2": "OH", "cy": "US", "lg": -83.11667, "lat": 41.35, "name": "Fremont"}, "date-ut": "1918-06-10 03:00"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1184"}}, "raw": {"H": "22:00", "TZ": "5h", "DAY": "9", "LAT": "41N21", "LON": "83W7", "MON": "6", "NUM": "1184", "PRO": "SC", "YEA": "1918", "CICO": "Fremont, OH", "NAME": "Skeggs Leonard"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17419	slater-joseph-1922-08-17	{"d10": "1185"}	{"lerrcp": "D10-1185"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Slater", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1922-08-17 04:56", "note": null, "place": {"c1": null, "c2": "UT", "c3": null, "cy": "US", "lg": -111.88333, "lat": 40.75, "name": "Salt Lake City", "geoid": null}, "notime": null, "date-ut": "1922-08-17 11:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Slater"}, "birth": {"tzo": "-07:00", "date": "1922-08-17 04:56", "place": {"c2": "UT", "cy": "US", "lg": -111.88333, "lat": 40.75, "name": "Salt Lake City"}, "date-ut": "1922-08-17 11:56"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1185"}}, "raw": {"H": "04:56", "TZ": "7h", "DAY": "17", "LAT": "40N45", "LON": "111W53", "MON": "8", "NUM": "1185", "PRO": "PO", "YEA": "1922", "CICO": "Salt Lake City, UT", "NAME": "Slater Joseph"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17420	slayton-donald-1924-03-01	{"d10": "1186"}	{"lerrcp": "D10-1186"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Donald", "family": "Slayton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1924-03-01 05:40", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -90.81667, "lat": 43.93333, "name": "Sparta", "geoid": null}, "notime": null, "date-ut": "1924-03-01 11:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Donald", "family": "Slayton"}, "birth": {"tzo": "-06:00", "date": "1924-03-01 05:40", "place": {"c2": "WI", "cy": "US", "lg": -90.81667, "lat": 43.93333, "name": "Sparta"}, "date-ut": "1924-03-01 11:40"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1186"}}, "raw": {"H": "05:40", "TZ": "6h", "DAY": "1", "LAT": "43N56", "LON": "90W49", "MON": "3", "NUM": "1186", "PRO": "MI", "YEA": "1924", "CICO": "Sparta, WI", "NAME": "Slayton Donald"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17421	small-walter-1916-10-31	{"d10": "1187"}	{"lerrcp": "D10-1187"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Small", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1916-10-31 13:40", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -76.23333, "lat": 36.3, "name": "Elizabeth City", "geoid": null}, "notime": null, "date-ut": "1916-10-31 18:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Small"}, "birth": {"tzo": "-05:00", "date": "1916-10-31 13:40", "place": {"c2": "NC", "cy": "US", "lg": -76.23333, "lat": 36.3, "name": "Elizabeth City"}, "date-ut": "1916-10-31 18:40"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1187"}}, "raw": {"H": "13:40", "TZ": "5h", "DAY": "31", "LAT": "36N18", "LON": "76W14", "MON": "10", "NUM": "1187", "PRO": "MI", "YEA": "1916", "CICO": "Elizabeth City, NC", "NAME": "Small Walter"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17422	smart-louis-1923-11-17	{"d10": "1188"}	{"lerrcp": "D10-1188"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Smart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1923-11-17 12:45", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83, "lat": 39.96667, "name": "Columbus", "geoid": null}, "notime": null, "date-ut": "1923-11-17 18:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Smart"}, "birth": {"tzo": "-06:00", "date": "1923-11-17 12:45", "place": {"c2": "OH", "cy": "US", "lg": -83, "lat": 39.96667, "name": "Columbus"}, "date-ut": "1923-11-17 18:45"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1188"}}, "raw": {"H": "12:45", "TZ": "6h", "DAY": "17", "LAT": "39N58", "LON": "83W0", "MON": "11", "NUM": "1188", "PRO": "EX", "YEA": "1923", "CICO": "Columbus, OH", "NAME": "Smart Louis"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17423	smeal-eleanor-1939-07-30	{"d10": "1189"}	{"lerrcp": "D10-1189"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eleanor", "family": "Smeal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1939-07-30 16:38", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -80.78333, "lat": 41.86667, "name": "Ashtabula", "geoid": null}, "notime": null, "date-ut": "1939-07-30 21:38"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Eleanor", "family": "Smeal"}, "birth": {"tzo": "-05:00", "date": "1939-07-30 16:38", "place": {"c2": "OH", "cy": "US", "lg": -80.78333, "lat": 41.86667, "name": "Ashtabula"}, "date-ut": "1939-07-30 21:38"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1189"}}, "raw": {"H": "16:38", "TZ": "5h", "DAY": "30", "LAT": "41N52", "LON": "80W47", "MON": "7", "NUM": "1189", "PRO": "PO", "YEA": "1939", "CICO": "Ashtabula, OH", "NAME": "Smeal Eleanor"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17425	smith-john-1931-03-06	{"d10": "1191"}	{"lerrcp": "D10-1191"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Smith", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1931-03-06 20:12", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1931-03-07 04:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "John", "family": "Smith"}, "birth": {"tzo": "-08:00", "date": "1931-03-06 20:12", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1931-03-07 04:12"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1191"}}, "raw": {"H": "20:12", "TZ": "8h", "DAY": "6", "LAT": "34N4", "LON": "118W15", "MON": "3", "NUM": "1191", "PRO": "AC", "YEA": "1931", "CICO": "Los Angeles, CA", "NAME": "Smith John"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17426	smith-john-1950-08-05	{"d10": "1192", "3a_sports": "3845", "rawlins-ertel-irving": "329"}	{"ertel": "ES-3845", "csicop": "CS-329", "lerrcp": "D10-1192"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Smith", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-07:00", "date": "1950-08-05 11:03", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1950-08-05 18:03"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "John", "family": "Smith"}, "birth": {"tzo": "-07:00", "date": "1950-08-05 11:03", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1950-08-05 18:03"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1192"}}, "raw": {"H": "11:03", "TZ": "7h", "DAY": "5", "LAT": "34N4", "LON": "118W15", "MON": "8", "NUM": "1192", "PRO": "SP", "YEA": "1950", "CICO": "Los Angeles, CA", "NAME": "Smith John"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "329"}}, "raw": {"LA1": "34", "LA2": "3", "LO1": "118", "LO2": "15", "AMPM": "A", "MARS": "35", "NAME": "Smith", "BATCH": "2", "Satz#": "329", "GEBDAT": "5 8 1950", "GEBORT": "CA", "GEBZEIT": "11 3", "VORNAME": "John Walton", "SPORTART": "TRAC", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-3845"}}, "raw": {"L": "", "MF": "", "NR": "3845", "ENG": "", "MA_": "1", "G_NR": "1192", "MA12": "12", "MARS": "35", "NAME": "Smith", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-9,300", "CSINR": "329", "KURTZ": "", "PHAS_": "58,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "05.08.", "ZITATE": "DEO", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "John Walton", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "05.08.1950", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17427	smith-lloyd-1920-10-13	{"d10": "1193"}	{"lerrcp": "D10-1193"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lloyd", "family": "Smith", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1920-10-13 14:45", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": "Milwaukee", "geoid": null}, "notime": null, "date-ut": "1920-10-13 20:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Lloyd", "family": "Smith"}, "birth": {"tzo": "-06:00", "date": "1920-10-13 14:45", "place": {"c2": "WI", "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": "Milwaukee"}, "date-ut": "1920-10-13 20:45"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1193"}}, "raw": {"H": "14:45", "TZ": "6h", "DAY": "13", "LAT": "43N2", "LON": "87W55", "MON": "10", "NUM": "1193", "PRO": "EX", "YEA": "1920", "CICO": "Milwaukee, WI", "NAME": "Smith Lloyd"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17428	smith-lois-1930-11-03	{"d10": "1194"}	{"lerrcp": "D10-1194"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lois", "family": "Smith", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1930-11-03 22:45", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -95.66667, "lat": 39.05, "name": "Topeka", "geoid": null}, "notime": null, "date-ut": "1930-11-04 04:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Lois", "family": "Smith"}, "birth": {"tzo": "-06:00", "date": "1930-11-03 22:45", "place": {"c2": "KS", "cy": "US", "lg": -95.66667, "lat": 39.05, "name": "Topeka"}, "date-ut": "1930-11-04 04:45"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1194"}}, "raw": {"H": "22:45", "TZ": "6h", "DAY": "3", "LAT": "39N3", "LON": "95W40", "MON": "11", "NUM": "1194", "PRO": "AC", "YEA": "1930", "CICO": "Topeka, KS", "NAME": "Smith Lois"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17429	smith-michael-1935-10-05	{"d10": "1195"}	{"lerrcp": "D10-1195"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michael", "family": "Smith", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1935-10-05 15:40", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "US", "lg": -94.58333, "lat": 39.1, "name": "Kansas City", "geoid": null}, "notime": null, "date-ut": "1935-10-05 21:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Michael", "family": "Smith"}, "birth": {"tzo": "-06:00", "date": "1935-10-05 15:40", "place": {"c2": "MO", "cy": "US", "lg": -94.58333, "lat": 39.1, "name": "Kansas City"}, "date-ut": "1935-10-05 21:40"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1195"}}, "raw": {"H": "15:40", "TZ": "6h", "DAY": "5", "LAT": "39N6", "LON": "94W35", "MON": "10", "NUM": "1195", "PRO": "WR", "YEA": "1935", "CICO": "Kansas City, MO", "NAME": "Smith Michael"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17431	smith-roger-1932-12-18	{"d10": "1197"}	{"lerrcp": "D10-1197"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Smith", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1932-12-18 02:56", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.2, "lat": 33.95, "name": "South Gate", "geoid": null}, "notime": null, "date-ut": "1932-12-18 10:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Smith"}, "birth": {"tzo": "-08:00", "date": "1932-12-18 02:56", "place": {"c2": "CA", "cy": "US", "lg": -118.2, "lat": 33.95, "name": "South Gate"}, "date-ut": "1932-12-18 10:56"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1197"}}, "raw": {"H": "02:56", "TZ": "8h", "DAY": "18", "LAT": "33N57", "LON": "118W12", "MON": "12", "NUM": "1197", "PRO": "AC", "YEA": "1932", "CICO": "South Gate, CA", "NAME": "Smith Roger"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17436	smithson-robert-1938-01-02	{"d10": "1202"}	{"lerrcp": "D10-1202"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Smithson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1938-01-02 15:42", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.11667, "lat": 40.85, "name": "Passaic", "geoid": null}, "notime": null, "date-ut": "1938-01-02 20:42"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Smithson"}, "birth": {"tzo": "-05:00", "date": "1938-01-02 15:42", "place": {"c2": "NJ", "cy": "US", "lg": -74.11667, "lat": 40.85, "name": "Passaic"}, "date-ut": "1938-01-02 20:42"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1202"}}, "raw": {"H": "15:42", "TZ": "5h", "DAY": "2", "LAT": "40N51", "LON": "74W7", "MON": "1", "NUM": "1202", "PRO": "AR", "YEA": "1938", "CICO": "Passaic, NJ", "NAME": "Smithson Robert"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17434	smith-tommie-1944-06-05	{"d10": "1200", "3a_sports": "3849"}	{"ertel": "ES-3849", "lerrcp": "D10-1200"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tommie", "family": "Smith", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1944-06-05 06:00", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -95.05, "lat": 33.61667, "name": "Clarksville", "geoid": null}, "notime": null, "date-ut": "1944-06-05 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Tommie", "family": "Smith"}, "birth": {"tzo": "-05:00", "date": "1944-06-05 06:00", "place": {"c2": "TX", "cy": "US", "lg": -95.05, "lat": 33.61667, "name": "Clarksville"}, "date-ut": "1944-06-05 11:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1200"}}, "raw": {"H": "06:00", "TZ": "5h", "DAY": "5", "LAT": "33N37", "LON": "95W3", "MON": "6", "NUM": "1200", "PRO": "SP", "YEA": "1944", "CICO": "Clarksville, TX", "NAME": "Smith Tommie"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-3849"}}, "raw": {"L": "", "MF": "", "NR": "3849", "ENG": "", "MA_": "1", "G_NR": "1200", "MA12": "10", "MARS": "29", "NAME": "Smith", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "4,900", "CSINR": "", "KURTZ": "", "PHAS_": "96,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "05.06.", "ZITATE": "DKSTEFO", "ZITSUM": "7", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Tommie", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "05.06.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "6"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17437	snavely-william-1920-04-06	{"d10": "1203"}	{"lerrcp": "D10-1203"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Snavely", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1920-04-06 09:50", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1920-04-06 17:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "William", "family": "Snavely"}, "birth": {"tzo": "-08:00", "date": "1920-04-06 09:50", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1920-04-06 17:50"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1203"}}, "raw": {"H": "09:50", "TZ": "8h", "DAY": "6", "LAT": "34N4", "LON": "118W15", "MON": "4", "NUM": "1203", "PRO": "MI", "YEA": "1920", "CICO": "Los Angeles, CA", "NAME": "Snavely William"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17438	snell-esmond-1914-09-22	{"d10": "1204"}	{"lerrcp": "D10-1204"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Esmond", "family": "Snell", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1914-09-22 01:30", "note": null, "place": {"c1": null, "c2": "UT", "c3": null, "cy": "US", "lg": -111.88333, "lat": 40.75, "name": "Salt Lake City", "geoid": null}, "notime": null, "date-ut": "1914-09-22 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Esmond", "family": "Snell"}, "birth": {"tzo": "-07:00", "date": "1914-09-22 01:30", "place": {"c2": "UT", "cy": "US", "lg": -111.88333, "lat": 40.75, "name": "Salt Lake City"}, "date-ut": "1914-09-22 08:30"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1204"}}, "raw": {"H": "01:30", "TZ": "7h", "DAY": "22", "LAT": "40N45", "LON": "111W53", "MON": "9", "NUM": "1204", "PRO": "SC", "YEA": "1914", "CICO": "Salt Lake City, UT", "NAME": "Snell Esmond"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17439	snyder-gary-1930-05-08	{"d10": "1205"}	{"lerrcp": "D10-1205"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gary", "family": "Snyder", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1930-05-08 18:12", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1930-05-09 02:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Gary", "family": "Snyder"}, "birth": {"tzo": "-08:00", "date": "1930-05-08 18:12", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1930-05-09 02:12"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1205"}}, "raw": {"H": "18:12", "TZ": "8h", "DAY": "8", "LAT": "37N47", "LON": "122W25", "MON": "5", "NUM": "1205", "PRO": "WR", "YEA": "1930", "CICO": "San Francisco, CA", "NAME": "Snyder Gary"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17440	snyder-joan-1940-04-16	{"d10": "1206"}	{"lerrcp": "D10-1206"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joan", "family": "Snyder", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1940-04-16 23:15", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.45, "lat": 40.5, "name": "New Brunswick", "geoid": null}, "notime": null, "date-ut": "1940-04-17 04:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Joan", "family": "Snyder"}, "birth": {"tzo": "-05:00", "date": "1940-04-16 23:15", "place": {"c2": "NJ", "cy": "US", "lg": -74.45, "lat": 40.5, "name": "New Brunswick"}, "date-ut": "1940-04-17 04:15"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1206"}}, "raw": {"H": "23:15", "TZ": "5h", "DAY": "16", "LAT": "40N30", "LON": "74W27", "MON": "4", "NUM": "1206", "PRO": "AR", "YEA": "1940", "CICO": "New Brunswick, NJ", "NAME": "Snyder Joan"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17441	sorenson-richard-1924-08-28	{"d10": "1207"}	{"lerrcp": "D10-1207"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Sorenson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1924-08-28 11:46", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.38333, "lat": 45.2, "name": "Anoka", "geoid": null}, "notime": null, "date-ut": "1924-08-28 17:46"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Sorenson"}, "birth": {"tzo": "-06:00", "date": "1924-08-28 11:46", "place": {"c2": "MN", "cy": "US", "lg": -93.38333, "lat": 45.2, "name": "Anoka"}, "date-ut": "1924-08-28 17:46"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1207"}}, "raw": {"H": "11:46", "TZ": "6h", "DAY": "28", "LAT": "45N12", "LON": "93W23", "MON": "8", "NUM": "1207", "PRO": "MI", "YEA": "1924", "CICO": "Anoka, MN", "NAME": "Sorenson Richard"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17442	spencer-donald-1912-04-25	{"d10": "1208"}	{"lerrcp": "D10-1208"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Donald", "family": "Spencer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1912-04-25 15:30", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "US", "lg": -105.28333, "lat": 40.01667, "name": "Boulder", "geoid": null}, "notime": null, "date-ut": "1912-04-25 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Donald", "family": "Spencer"}, "birth": {"tzo": "-07:00", "date": "1912-04-25 15:30", "place": {"c2": "CO", "cy": "US", "lg": -105.28333, "lat": 40.01667, "name": "Boulder"}, "date-ut": "1912-04-25 22:30"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1208"}}, "raw": {"H": "15:30", "TZ": "7h", "DAY": "25", "LAT": "40N1", "LON": "105W17", "MON": "4", "NUM": "1208", "PRO": "SC", "YEA": "1912", "CICO": "Boulder, CO", "NAME": "Spencer Donald"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17443	spencer-william-1917-07-24	{"d10": "1209"}	{"lerrcp": "D10-1209"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Spencer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1917-07-24 10:00", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "US", "lg": -108.55, "lat": 39.06667, "name": "Grand Jet", "geoid": null}, "notime": null, "date-ut": "1917-07-24 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "William", "family": "Spencer"}, "birth": {"tzo": "-07:00", "date": "1917-07-24 10:00", "place": {"c2": "CO", "cy": "US", "lg": -108.55, "lat": 39.06667, "name": "Grand Jet"}, "date-ut": "1917-07-24 17:00"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1209"}}, "raw": {"H": "10:00", "TZ": "7h", "DAY": "24", "LAT": "39N4", "LON": "108W33", "MON": "7", "NUM": "1209", "PRO": "EX", "YEA": "1917", "CICO": "Grand Jet, CO", "NAME": "Spencer William"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17444	spero-nancy-1926-08-24	{"d10": "1210"}	{"lerrcp": "D10-1210"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nancy", "family": "Spero", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1926-08-24 13:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1926-08-24 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Nancy", "family": "Spero"}, "birth": {"tzo": "-05:00", "date": "1926-08-24 13:00", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1926-08-24 18:00"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1210"}}, "raw": {"H": "13:00", "TZ": "5h", "DAY": "24", "LAT": "41N30", "LON": "81W42", "MON": "8", "NUM": "1210", "PRO": "AR", "YEA": "1926", "CICO": "Cleveland, OH", "NAME": "Spero Nancy"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17446	spitzer-lyman-1914-06-26	{"d10": "1212"}	{"lerrcp": "D10-1212"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lyman", "family": "Spitzer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1914-06-26 21:45", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83.55, "lat": 41.65, "name": "Toledo", "geoid": null}, "notime": null, "date-ut": "1914-06-27 03:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Lyman", "family": "Spitzer"}, "birth": {"tzo": "-06:00", "date": "1914-06-26 21:45", "place": {"c2": "OH", "cy": "US", "lg": -83.55, "lat": 41.65, "name": "Toledo"}, "date-ut": "1914-06-27 03:45"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1212"}}, "raw": {"H": "21:45", "TZ": "6h", "DAY": "26", "LAT": "41N39", "LON": "83W33", "MON": "6", "NUM": "1212", "PRO": "SC", "YEA": "1914", "CICO": "Toledo, OH", "NAME": "Spitzer Lyman"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17447	sprinsteen-bruce-1949-09-23	{"d10": "1213"}	{"lerrcp": "D10-1213"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruce", "family": "Sprinsteen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1949-09-23 22:50", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.28333, "lat": 40.26667, "name": "Freehold", "geoid": null}, "notime": null, "date-ut": "1949-09-24 02:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Bruce", "family": "Sprinsteen"}, "birth": {"tzo": "-04:00", "date": "1949-09-23 22:50", "place": {"c2": "NJ", "cy": "US", "lg": -74.28333, "lat": 40.26667, "name": "Freehold"}, "date-ut": "1949-09-24 02:50"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1213"}}, "raw": {"H": "22:50", "TZ": "4h", "DAY": "23", "LAT": "40N16", "LON": "74W17", "MON": "9", "NUM": "1213", "PRO": "AR", "YEA": "1949", "CICO": "Freehold, NJ", "NAME": "Sprinsteen Bruce"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17448	squires-radcliffe-1917-05-23	{"d10": "1214"}	{"lerrcp": "D10-1214"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Radcliffe", "family": "Squires", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1917-05-23 06:30", "note": null, "place": {"c1": null, "c2": "UT", "c3": null, "cy": "US", "lg": -111.88333, "lat": 40.75, "name": "Salt Lake City", "geoid": null}, "notime": null, "date-ut": "1917-05-23 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Radcliffe", "family": "Squires"}, "birth": {"tzo": "-07:00", "date": "1917-05-23 06:30", "place": {"c2": "UT", "cy": "US", "lg": -111.88333, "lat": 40.75, "name": "Salt Lake City"}, "date-ut": "1917-05-23 13:30"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1214"}}, "raw": {"H": "06:30", "TZ": "7h", "DAY": "23", "LAT": "40N45", "LON": "111W53", "MON": "5", "NUM": "1214", "PRO": "WR", "YEA": "1917", "CICO": "Salt Lake City, UT", "NAME": "Squires Radcliffe"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17449	staats-elmer-1914-06-06	{"d10": "1215"}	{"lerrcp": "D10-1215"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elmer", "family": "Staats", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1914-06-06 15:00", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -101.78333, "lat": 37.26667, "name": "Richfield", "geoid": null}, "notime": null, "date-ut": "1914-06-06 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Elmer", "family": "Staats"}, "birth": {"tzo": "-07:00", "date": "1914-06-06 15:00", "place": {"c2": "KS", "cy": "US", "lg": -101.78333, "lat": 37.26667, "name": "Richfield"}, "date-ut": "1914-06-06 22:00"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1215"}}, "raw": {"H": "15:00", "TZ": "7h", "DAY": "6", "LAT": "37N16", "LON": "101W47", "MON": "6", "NUM": "1215", "PRO": "PO", "YEA": "1914", "CICO": "Richfield, KS", "NAME": "Staats Elmer"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17450	stack-robert-1919-01-13	{"d10": "1216"}	{"lerrcp": "D10-1216"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Stack", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1919-01-13 16:40", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1919-01-14 00:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Stack"}, "birth": {"tzo": "-08:00", "date": "1919-01-13 16:40", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1919-01-14 00:40"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1216"}}, "raw": {"H": "16:40", "TZ": "8h", "DAY": "13", "LAT": "34N4", "LON": "118W15", "MON": "1", "NUM": "1216", "PRO": "AC", "YEA": "1919", "CICO": "Los Angeles, CA", "NAME": "Stack Robert"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17451	stafford-jean-1915-07-01	{"d10": "1217"}	{"lerrcp": "D10-1217"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Stafford", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1915-07-01 23:50", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -117.86667, "lat": 34.08333, "name": "Covina", "geoid": null}, "notime": null, "date-ut": "1915-07-02 07:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Stafford"}, "birth": {"tzo": "-08:00", "date": "1915-07-01 23:50", "place": {"c2": "CA", "cy": "US", "lg": -117.86667, "lat": 34.08333, "name": "Covina"}, "date-ut": "1915-07-02 07:50"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1217"}}, "raw": {"H": "23:50", "TZ": "8h", "DAY": "1", "LAT": "34N5", "LON": "117W52", "MON": "7", "NUM": "1217", "PRO": "WR", "YEA": "1915", "CICO": "Covina, CA", "NAME": "Stafford Jean"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17452	staiger-john-1910-03-20	{"d10": "1218"}	{"lerrcp": "D10-1218"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Staiger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1910-03-20 19:00", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -88.15, "lat": 44.71667, "name": "Chase", "geoid": null}, "notime": null, "date-ut": "1910-03-21 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "John", "family": "Staiger"}, "birth": {"tzo": "-06:00", "date": "1910-03-20 19:00", "place": {"c2": "WI", "cy": "US", "lg": -88.15, "lat": 44.71667, "name": "Chase"}, "date-ut": "1910-03-21 01:00"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1218"}}, "raw": {"H": "19:00", "TZ": "6h", "DAY": "20", "LAT": "44N43", "LON": "88W09", "MON": "3", "NUM": "1218", "PRO": "EX", "YEA": "1910", "CICO": "Chase, WI", "NAME": "Staiger John"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17453	stamper-malcolm-1925-04-04	{"d10": "1219"}	{"lerrcp": "D10-1219"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Malcolm", "family": "Stamper", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1925-04-04 13:15", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "US", "lg": -83.05, "lat": 42.33333, "name": "Detroit", "geoid": null}, "notime": null, "date-ut": "1925-04-04 18:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Malcolm", "family": "Stamper"}, "birth": {"tzo": "-05:00", "date": "1925-04-04 13:15", "place": {"c2": "MI", "cy": "US", "lg": -83.05, "lat": 42.33333, "name": "Detroit"}, "date-ut": "1925-04-04 18:15"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1219"}}, "raw": {"H": "13:15", "TZ": "5h", "DAY": "4", "LAT": "42N20", "LON": "83W3", "MON": "4", "NUM": "1219", "PRO": "EX", "YEA": "1925", "CICO": "Detroit, MI", "NAME": "Stamper Malcolm"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17454	stanford-ann-1916-11-25	{"d10": "1220"}	{"lerrcp": "D10-1220"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ann", "family": "Stanford", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1916-11-25 18:15", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -117.95, "lat": 33.93333, "name": "La Habra", "geoid": null}, "notime": null, "date-ut": "1916-11-26 02:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Ann", "family": "Stanford"}, "birth": {"tzo": "-08:00", "date": "1916-11-25 18:15", "place": {"c2": "CA", "cy": "US", "lg": -117.95, "lat": 33.93333, "name": "La Habra"}, "date-ut": "1916-11-26 02:15"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1220"}}, "raw": {"H": "18:15", "TZ": "8h", "DAY": "25", "LAT": "33N56", "LON": "117W57", "MON": "11", "NUM": "1220", "PRO": "WR", "YEA": "1916", "CICO": "La Habra, CA", "NAME": "Stanford Ann"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17455	stapleton-carl-1917-11-13	{"d10": "1221"}	{"lerrcp": "D10-1221"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carl", "family": "Stapleton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1917-11-13 01:40", "note": null, "place": {"c1": null, "c2": "TN", "c3": null, "cy": "US", "lg": -83.91667, "lat": 35.96667, "name": "Knoxville", "geoid": null}, "notime": null, "date-ut": "1917-11-13 07:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Carl", "family": "Stapleton"}, "birth": {"tzo": "-06:00", "date": "1917-11-13 01:40", "place": {"c2": "TN", "cy": "US", "lg": -83.91667, "lat": 35.96667, "name": "Knoxville"}, "date-ut": "1917-11-13 07:40"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1221"}}, "raw": {"H": "01:40", "TZ": "6h", "DAY": "13", "LAT": "35N58", "LON": "83W55", "MON": "11", "NUM": "1221", "PRO": "MI", "YEA": "1917", "CICO": "Knoxville, TN", "NAME": "Stapleton Carl"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17456	starkweather-david-1935-09-11	{"d10": "1222"}	{"lerrcp": "D10-1222"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "David", "family": "Starkweather", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1935-09-11 05:55", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -89.4, "lat": 43.06667, "name": "Madison", "geoid": null}, "notime": null, "date-ut": "1935-09-11 11:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "David", "family": "Starkweather"}, "birth": {"tzo": "-06:00", "date": "1935-09-11 05:55", "place": {"c2": "WI", "cy": "US", "lg": -89.4, "lat": 43.06667, "name": "Madison"}, "date-ut": "1935-09-11 11:55"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1222"}}, "raw": {"H": "05:55", "TZ": "6h", "DAY": "11", "LAT": "43N4", "LON": "89W24", "MON": "9", "NUM": "1222", "PRO": "WR", "YEA": "1935", "CICO": "Madison, WI", "NAME": "Starkweather David"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17457	starnes-william-1919-03-23	{"d10": "1223"}	{"lerrcp": "D10-1223"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Starnes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1919-03-23 05:25", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83, "lat": 39.96667, "name": "Columbus", "geoid": null}, "notime": null, "date-ut": "1919-03-23 11:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "William", "family": "Starnes"}, "birth": {"tzo": "-06:00", "date": "1919-03-23 05:25", "place": {"c2": "OH", "cy": "US", "lg": -83, "lat": 39.96667, "name": "Columbus"}, "date-ut": "1919-03-23 11:25"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1223"}}, "raw": {"H": "05:25", "TZ": "6h", "DAY": "23", "LAT": "39N58", "LON": "83W0", "MON": "3", "NUM": "1223", "PRO": "MI", "YEA": "1919", "CICO": "Columbus, OH", "NAME": "Starnes William"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17461	steers-lester-1917-06-16	{"d10": "1227", "3a_sports": "3896", "rawlins-ertel-irving": "338"}	{"ertel": "ES-3896", "csicop": "CS-338", "lerrcp": "D10-1227"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lester", "family": "Steers", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1917-06-16 10:30", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -124.15, "lat": 40.78333, "name": "Eureka", "geoid": null}, "notime": null, "date-ut": "1917-06-16 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Lester", "family": "Steers"}, "birth": {"tzo": "-08:00", "date": "1917-06-16 10:30", "place": {"c2": "CA", "cy": "US", "lg": -124.15, "lat": 40.78333, "name": "Eureka"}, "date-ut": "1917-06-16 18:30"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1227"}}, "raw": {"H": "10:30", "TZ": "8h", "DAY": "16", "LAT": "40N47", "LON": "124W9", "MON": "6", "NUM": "1227", "PRO": "SP", "YEA": "1917", "CICO": "Eureka, CA", "NAME": "Steers Lester"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "338"}}, "raw": {"LA1": "40", "LA2": "47", "LO1": "124", "LO2": "9", "AMPM": "A", "MARS": "9", "NAME": "Steers", "BATCH": "2", "Satz#": "338", "GEBDAT": "16 6 1917", "GEBORT": "CA", "GEBZEIT": "10 30", "VORNAME": "Lester", "SPORTART": "TRAC", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-3896"}}, "raw": {"L": "", "MF": "", "NR": "3896", "ENG": "0", "MA_": "2", "G_NR": "1227", "MA12": "3", "MARS": "9", "NAME": "Steers", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-8,200", "CSINR": "338", "KURTZ": "", "PHAS_": "13,200", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "16.06.", "ZITATE": "DTEOX", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Lester", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "16.06.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17459	staubach-roger-1942-02-05	{"d10": "1225", "3a_sports": "3892", "rawlins-ertel-irving": "337"}	{"ertel": "ES-3892", "csicop": "CS-337", "lerrcp": "D10-1225"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Staubach", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1942-02-05 04:25", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati", "geoid": null}, "notime": null, "date-ut": "1942-02-05 09:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Staubach"}, "birth": {"tzo": "-05:00", "date": "1942-02-05 04:25", "place": {"c2": "OH", "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati"}, "date-ut": "1942-02-05 09:25"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1225"}}, "raw": {"H": "04:25", "TZ": "5h", "DAY": "5", "LAT": "39N6", "LON": "84W31", "MON": "2", "NUM": "1225", "PRO": "SP", "YEA": "1942", "CICO": "Cincinnati, OH", "NAME": "Staubach Roger"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "337"}}, "raw": {"LA1": "39", "LA2": "6", "LO1": "84", "LO2": "31", "AMPM": "A", "MARS": "24", "NAME": "Staubach", "BATCH": "1", "Satz#": "337", "GEBDAT": "5 2 1942", "GEBORT": "OH", "GEBZEIT": "4 25", "VORNAME": "Roger", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-3892"}}, "raw": {"L": "", "MF": "", "NR": "3892", "ENG": "", "MA_": "0", "G_NR": "1225", "MA12": "8", "MARS": "24", "NAME": "Staubach", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-6,500", "CSINR": "337", "KURTZ": "", "PHAS_": "86,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "05.02.", "ZITATE": "B", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "05.02.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17462	stein-tony-1921-09-30	{"d10": "1228"}	{"lerrcp": "D10-1228"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tony", "family": "Stein", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1921-09-30 07:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.2, "lat": 39.75, "name": "Dayton", "geoid": null}, "notime": null, "date-ut": "1921-09-30 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Tony", "family": "Stein"}, "birth": {"tzo": "-06:00", "date": "1921-09-30 07:00", "place": {"c2": "OH", "cy": "US", "lg": -84.2, "lat": 39.75, "name": "Dayton"}, "date-ut": "1921-09-30 13:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1228"}}, "raw": {"H": "07:00", "TZ": "6h", "DAY": "30", "LAT": "39N45", "LON": "84W12", "MON": "9", "NUM": "1228", "PRO": "MI", "YEA": "1921", "CICO": "Dayton, OH", "NAME": "Stein Tony"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17463	steinbrenner-george-1930-07-04	{"d10": "1229"}	{"lerrcp": "D10-1229"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "George", "family": "Steinbrenner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1930-07-04 21:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.85, "lat": 41.46667, "name": "Rocky River", "geoid": null}, "notime": null, "date-ut": "1930-07-05 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "George", "family": "Steinbrenner"}, "birth": {"tzo": "-05:00", "date": "1930-07-04 21:00", "place": {"c2": "OH", "cy": "US", "lg": -81.85, "lat": 41.46667, "name": "Rocky River"}, "date-ut": "1930-07-05 02:00"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1229"}}, "raw": {"H": "21:00", "TZ": "5h", "DAY": "4", "LAT": "41N28", "LON": "81W51", "MON": "7", "NUM": "1229", "PRO": "EX", "YEA": "1930", "CICO": "Rocky River, OH", "NAME": "Steinbrenner George"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17464	steinem-gloria-1934-03-25	{"d10": "1230"}	{"lerrcp": "D10-1230"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gloria", "family": "Steinem", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1934-03-25 22:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83.55, "lat": 41.65, "name": "Toledo", "geoid": null}, "notime": null, "date-ut": "1934-03-26 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician", "writer"]	5	null	[{"new": {"name": {"given": "Gloria", "family": "Steinem"}, "birth": {"tzo": "-05:00", "date": "1934-03-25 22:00", "place": {"c2": "OH", "cy": "US", "lg": -83.55, "lat": 41.65, "name": "Toledo"}, "date-ut": "1934-03-26 03:00"}, "occus": ["politician", "writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1230"}}, "raw": {"H": "22:00", "TZ": "5h", "DAY": "25", "LAT": "41N39", "LON": "83W33", "MON": "3", "NUM": "1230", "PRO": "PO,WR", "YEA": "1934", "CICO": "Toledo, OH", "NAME": "Steinem Gloria"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17466	stephens-helen-1918-02-03	{"d10": "1232", "3a_sports": "3902"}	{"ertel": "ES-3902", "lerrcp": "D10-1232"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Helen", "family": "Stephens", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "-06:00", "date": "1918-02-03 02:35", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "US", "lg": -91.95, "lat": 38.86667, "name": "Fulton", "geoid": null}, "notime": null, "date-ut": "1918-02-03 08:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Helen", "family": "Stephens"}, "birth": {"tzo": "-06:00", "date": "1918-02-03 02:35", "place": {"c2": "MO", "cy": "US", "lg": -91.95, "lat": 38.86667, "name": "Fulton"}, "date-ut": "1918-02-03 08:35"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1232"}}, "raw": {"H": "02:35", "TZ": "6h", "DAY": "3", "LAT": "38N52", "LON": "91W57", "MON": "2", "NUM": "1232", "PRO": "SP", "YEA": "1918", "CICO": "Fulton, MO", "NAME": "Stephens Helen"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "F", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-3902"}}, "raw": {"L": "", "MF": "F", "NR": "3902", "ENG": "", "MA_": "0", "G_NR": "1232", "MA12": "3", "MARS": "8", "NAME": "Stephens", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-8,800", "CSINR": "", "KURTZ": "", "PHAS_": "62,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "03.02.", "ZITATE": "KSTX", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Helen", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "03.02.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17467	stevens-george-1932-04-03	{"d10": "1233"}	{"lerrcp": "D10-1233"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "George", "family": "Stevens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1932-04-03 16:18", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1932-04-04 00:18"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"name": {"given": "George", "family": "Stevens"}, "birth": {"tzo": "-08:00", "date": "1932-04-03 16:18", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1932-04-04 00:18"}, "occus": ["miscelaneous"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1233"}}, "raw": {"H": "16:18", "TZ": "8h", "DAY": "3", "LAT": "34N4", "LON": "118W15", "MON": "4", "NUM": "1233", "PRO": "X", "YEA": "1932", "CICO": "Los Angeles, CA", "NAME": "Stevens George"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17468	stevens-mark-1922-12-13	{"d10": "1234"}	{"lerrcp": "D10-1234"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mark", "family": "Stevens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1922-12-13 16:15", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1922-12-13 21:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Mark", "family": "Stevens"}, "birth": {"tzo": "-05:00", "date": "1922-12-13 16:15", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1922-12-13 21:15"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1234"}}, "raw": {"H": "16:15", "TZ": "5h", "DAY": "13", "LAT": "41N30", "LON": "81W42", "MON": "12", "NUM": "1234", "PRO": "AC", "YEA": "1922", "CICO": "Cleveland, OH", "NAME": "Stevens Mark"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17469	stewart-james-1921-04-02	{"d10": "1235"}	{"lerrcp": "D10-1235"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Stewart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1921-04-02 21:00", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis", "geoid": null}, "notime": null, "date-ut": "1921-04-03 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "James", "family": "Stewart"}, "birth": {"tzo": "-06:00", "date": "1921-04-02 21:00", "place": {"c2": "MO", "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis"}, "date-ut": "1921-04-03 03:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1235"}}, "raw": {"H": "21:00", "TZ": "6h", "DAY": "2", "LAT": "38N37", "LON": "90W12", "MON": "4", "NUM": "1235", "PRO": "MI", "YEA": "1921", "CICO": "St Louis, MO", "NAME": "Stewart James"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17470	stewart-thomas-1928-08-29	{"d10": "1236"}	{"lerrcp": "D10-1236"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Thomas", "family": "Stewart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1928-08-29 12:15", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -98.71667, "lat": 31.2, "name": "San Saba", "geoid": null}, "notime": null, "date-ut": "1928-08-29 18:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Thomas", "family": "Stewart"}, "birth": {"tzo": "-06:00", "date": "1928-08-29 12:15", "place": {"c2": "TX", "cy": "US", "lg": -98.71667, "lat": 31.2, "name": "San Saba"}, "date-ut": "1928-08-29 18:15"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1236"}}, "raw": {"H": "12:15", "TZ": "6h", "DAY": "29", "LAT": "31N12", "LON": "98W43", "MON": "8", "NUM": "1236", "PRO": "AR", "YEA": "1928", "CICO": "San Saba, TX", "NAME": "Stewart Thomas"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17471	stewart-william-1921-05-19	{"d10": "1237"}	{"lerrcp": "D10-1237"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Stewart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1921-05-19 02:00", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis", "geoid": null}, "notime": null, "date-ut": "1921-05-19 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "William", "family": "Stewart"}, "birth": {"tzo": "-06:00", "date": "1921-05-19 02:00", "place": {"c2": "MN", "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis"}, "date-ut": "1921-05-19 08:00"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1237"}}, "raw": {"H": "02:00", "TZ": "6h", "DAY": "19", "LAT": "44N59", "LON": "93W16", "MON": "5", "NUM": "1237", "PRO": "SC", "YEA": "1921", "CICO": "Minneapolis, MN", "NAME": "Stewart William"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17472	stigler-george-1911-01-17	{"d10": "1238"}	{"lerrcp": "D10-1238"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "George", "family": "Stigler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1911-01-17 00:45", "note": null, "place": {"c1": null, "c2": "WA", "c3": null, "cy": "US", "lg": -122.2, "lat": 47.48333, "name": "Renton", "geoid": null}, "notime": null, "date-ut": "1911-01-17 08:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"name": {"given": "George", "family": "Stigler"}, "birth": {"tzo": "-08:00", "date": "1911-01-17 00:45", "place": {"c2": "WA", "cy": "US", "lg": -122.2, "lat": 47.48333, "name": "Renton"}, "date-ut": "1911-01-17 08:45"}, "occus": ["miscelaneous"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1238"}}, "raw": {"H": "00:45", "TZ": "8h", "DAY": "17", "LAT": "47N29", "LON": "122W12", "MON": "1", "NUM": "1238", "PRO": "X", "YEA": "1911", "CICO": "Renton, WA", "NAME": "Stigler George"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17474	stockwell-dean-1936-03-05	{"d10": "1240"}	{"lerrcp": "D10-1240"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dean", "family": "Stockwell", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1936-03-05 21:42", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.35, "lat": 34.1, "name": "Hollywood", "geoid": null}, "notime": null, "date-ut": "1936-03-06 05:42"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Dean", "family": "Stockwell"}, "birth": {"tzo": "-08:00", "date": "1936-03-05 21:42", "place": {"c2": "CA", "cy": "US", "lg": -118.35, "lat": 34.1, "name": "Hollywood"}, "date-ut": "1936-03-06 05:42"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1240"}}, "raw": {"H": "21:42", "TZ": "8h", "DAY": "5", "LAT": "34N6", "LON": "118W21", "MON": "3", "NUM": "1240", "PRO": "AC", "YEA": "1936", "CICO": "Hollywood, CA", "NAME": "Stockwell Dean"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17475	stokes-carl-1927-06-21	{"d10": "1241"}	{"lerrcp": "D10-1241"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carl", "family": "Stokes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1927-06-21 10:30", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1927-06-21 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Carl", "family": "Stokes"}, "birth": {"tzo": "-05:00", "date": "1927-06-21 10:30", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1927-06-21 15:30"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1241"}}, "raw": {"H": "10:30", "TZ": "5h", "DAY": "21", "LAT": "41N30", "LON": "81W42", "MON": "6", "NUM": "1241", "PRO": "PO", "YEA": "1927", "CICO": "Cleveland, OH", "NAME": "Stokes Carl"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17476	stokes-colin-1914-04-04	{"d10": "1242"}	{"lerrcp": "D10-1242"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Colin", "family": "Stokes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1914-04-04 03:50", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -80.25, "lat": 36.1, "name": "WinstonSalem", "geoid": null}, "notime": null, "date-ut": "1914-04-04 08:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Colin", "family": "Stokes"}, "birth": {"tzo": "-05:00", "date": "1914-04-04 03:50", "place": {"c2": "NC", "cy": "US", "lg": -80.25, "lat": 36.1, "name": "WinstonSalem"}, "date-ut": "1914-04-04 08:50"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1242"}}, "raw": {"H": "03:50", "TZ": "5h", "DAY": "4", "LAT": "36N6", "LON": "80W15", "MON": "4", "NUM": "1242", "PRO": "EX", "YEA": "1914", "CICO": "WinstonSalem, NC", "NAME": "Stokes Colin"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17478	stoney-robert-1919-03-24	{"d10": "1244"}	{"lerrcp": "D10-1244"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Stoney", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1919-03-24 06:45", "note": null, "place": {"c1": null, "c2": "TN", "c3": null, "cy": "US", "lg": -86.78333, "lat": 36.16667, "name": "Nashville", "geoid": null}, "notime": null, "date-ut": "1919-03-24 12:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Stoney"}, "birth": {"tzo": "-06:00", "date": "1919-03-24 06:45", "place": {"c2": "TN", "cy": "US", "lg": -86.78333, "lat": 36.16667, "name": "Nashville"}, "date-ut": "1919-03-24 12:45"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1244"}}, "raw": {"H": "06:45", "TZ": "6h", "DAY": "24", "LAT": "36N10", "LON": "86W47", "MON": "3", "NUM": "1244", "PRO": "MI", "YEA": "1919", "CICO": "Nashville, TN", "NAME": "Stoney Robert"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17479	storm-gale-1922-04-05	{"d10": "1245"}	{"lerrcp": "D10-1245"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gale", "family": "Storm", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1922-04-05 11:00", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -96.9, "lat": 28.65, "name": "Bloomington", "geoid": null}, "notime": null, "date-ut": "1922-04-05 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gale", "family": "Storm"}, "birth": {"tzo": "-06:00", "date": "1922-04-05 11:00", "place": {"c2": "TX", "cy": "US", "lg": -96.9, "lat": 28.65, "name": "Bloomington"}, "date-ut": "1922-04-05 17:00"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1245"}}, "raw": {"H": "11:00", "TZ": "6h", "DAY": "5", "LAT": "28N39", "LON": "96W54", "MON": "4", "NUM": "1245", "PRO": "AC", "YEA": "1922", "CICO": "Bloomington, TX", "NAME": "Storm Gale"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17481	suerstedt-henry-1920-10-14	{"d10": "1247"}	{"lerrcp": "D10-1247"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Suerstedt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1920-10-14 16:14", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.26667, "lat": 37.86667, "name": "Berkeley", "geoid": null}, "notime": null, "date-ut": "1920-10-15 00:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Suerstedt"}, "birth": {"tzo": "-08:00", "date": "1920-10-14 16:14", "place": {"c2": "CA", "cy": "US", "lg": -122.26667, "lat": 37.86667, "name": "Berkeley"}, "date-ut": "1920-10-15 00:14"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1247"}}, "raw": {"H": "16:14", "TZ": "8h", "DAY": "14", "LAT": "37N52", "LON": "122W16", "MON": "10", "NUM": "1247", "PRO": "MI", "YEA": "1920", "CICO": "Berkeley, CA", "NAME": "Suerstedt Henry"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17480	stouder-sharon-1948-11-09	{"d10": "1246", "3a_sports": "3919"}	{"ertel": "ES-3919", "lerrcp": "D10-1246"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sharon", "family": "Stouder", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "-07:00", "date": "1948-11-09 02:16", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -117.86667, "lat": 34.13333, "name": "Glendora", "geoid": null}, "notime": null, "date-ut": "1948-11-09 09:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "Sharon", "family": "Stouder"}, "birth": {"tzo": "-07:00", "date": "1948-11-09 02:16", "place": {"c2": "CA", "cy": "US", "lg": -117.86667, "lat": 34.13333, "name": "Glendora"}, "date-ut": "1948-11-09 09:16"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1246"}}, "raw": {"H": "02:16", "TZ": "7h", "DAY": "9", "LAT": "34N8", "LON": "117W52", "MON": "11", "NUM": "1246", "PRO": "SP", "YEA": "1948", "CICO": "Glendora, CA", "NAME": "Stouder Sharon"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "F", "occus": ["swimmer"], "partial-ids": {"ertel": "ES-3919"}}, "raw": {"L": "", "MF": "F", "NR": "3919", "ENG": "", "MA_": "1", "G_NR": "1246", "MA12": "9", "MARS": "27", "NAME": "Stouder", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "9,600", "CSINR": "", "KURTZ": "", "PHAS_": "53,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "09.11.", "ZITATE": "KSX", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Sharon", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "09.11.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SWIM", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17482	summer-donna-1948-12-31	{"d10": "1248"}	{"lerrcp": "D10-1248"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Donna", "family": "Summer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1948-12-31 21:00", "note": null, "place": {"c1": null, "c2": "MA", "c3": null, "cy": "US", "lg": -71.06667, "lat": 42.36667, "name": "Boston", "geoid": null}, "notime": null, "date-ut": "1949-01-01 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Donna", "family": "Summer"}, "birth": {"tzo": "-05:00", "date": "1948-12-31 21:00", "place": {"c2": "MA", "cy": "US", "lg": -71.06667, "lat": 42.36667, "name": "Boston"}, "date-ut": "1949-01-01 02:00"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1248"}}, "raw": {"H": "21:00", "TZ": "5h", "DAY": "31", "LAT": "42N22", "LON": "71W4", "MON": "12", "NUM": "1248", "PRO": "AR", "YEA": "1948", "CICO": "Boston, MA", "NAME": "Summer Donna"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17483	summer-james-1923-06-12	{"d10": "1249"}	{"lerrcp": "D10-1249"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Summer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1923-06-12 15:15", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -96.81667, "lat": 32.78333, "name": "Dallas", "geoid": null}, "notime": null, "date-ut": "1923-06-12 21:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "James", "family": "Summer"}, "birth": {"tzo": "-06:00", "date": "1923-06-12 15:15", "place": {"c2": "TX", "cy": "US", "lg": -96.81667, "lat": 32.78333, "name": "Dallas"}, "date-ut": "1923-06-12 21:15"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1249"}}, "raw": {"H": "15:15", "TZ": "6h", "DAY": "12", "LAT": "32N47", "LON": "96W49", "MON": "6", "NUM": "1249", "PRO": "EX", "YEA": "1923", "CICO": "Dallas, TX", "NAME": "Summer James"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17486	swigert-john-1931-08-30	{"d10": "1252"}	{"lerrcp": "D10-1252"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Swigert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1931-08-30 06:19", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "US", "lg": -104.98333, "lat": 39.73333, "name": "Denver", "geoid": null}, "notime": null, "date-ut": "1931-08-30 13:19"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "John", "family": "Swigert"}, "birth": {"tzo": "-07:00", "date": "1931-08-30 06:19", "place": {"c2": "CO", "cy": "US", "lg": -104.98333, "lat": 39.73333, "name": "Denver"}, "date-ut": "1931-08-30 13:19"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1252"}}, "raw": {"H": "06:19", "TZ": "7h", "DAY": "30", "LAT": "39N44", "LON": "104W59", "MON": "8", "NUM": "1252", "PRO": "MI", "YEA": "1931", "CICO": "Denver, CO", "NAME": "Swigert John"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17485	swensen-ken-1948-04-18	{"d10": "1251", "3a_sports": "3943", "rawlins-ertel-irving": "348"}	{"ertel": "ES-3943", "csicop": "CS-348", "lerrcp": "D10-1251"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ken", "family": "Swensen", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1948-04-18 20:00", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -97.13333, "lat": 39.38333, "name": "Clay Center", "geoid": null}, "notime": null, "date-ut": "1948-04-19 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Ken", "family": "Swensen"}, "birth": {"tzo": "-06:00", "date": "1948-04-18 20:00", "place": {"c2": "KS", "cy": "US", "lg": -97.13333, "lat": 39.38333, "name": "Clay Center"}, "date-ut": "1948-04-19 02:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1251"}}, "raw": {"H": "20:00", "TZ": "6h", "DAY": "18", "LAT": "39N23", "LON": "97W8", "MON": "4", "NUM": "1251", "PRO": "SP", "YEA": "1948", "CICO": "Clay Center, KS", "NAME": "Swensen Ken"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "348"}}, "raw": {"LA1": "39", "LA2": "23", "LO1": "97", "LO2": "7", "AMPM": "P", "MARS": "9", "NAME": "Swensen", "BATCH": "2", "Satz#": "348", "GEBDAT": "18 4 1948", "GEBORT": "KS", "GEBZEIT": "8 0", "VORNAME": "Ken", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-3943"}}, "raw": {"L": "", "MF": "", "NR": "3943", "ENG": "", "MA_": "1", "G_NR": "1251", "MA12": "5", "MARS": "14", "NAME": "Swenson", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "11,300", "CSINR": "348", "KURTZ": "", "PHAS_": "63,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "18.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ken", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "18.04.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17487	sylvester-william-1922-01-31	{"d10": "1253"}	{"lerrcp": "D10-1253"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Sylvester", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1922-01-31 00:30", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.26667, "lat": 37.81667, "name": "Oakland", "geoid": null}, "notime": null, "date-ut": "1922-01-31 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "William", "family": "Sylvester"}, "birth": {"tzo": "-08:00", "date": "1922-01-31 00:30", "place": {"c2": "CA", "cy": "US", "lg": -122.26667, "lat": 37.81667, "name": "Oakland"}, "date-ut": "1922-01-31 08:30"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1253"}}, "raw": {"H": "00:30", "TZ": "8h", "DAY": "31", "LAT": "37N49", "LON": "122W16", "MON": "1", "NUM": "1253", "PRO": "AC", "YEA": "1922", "CICO": "Oakland, CA", "NAME": "Sylvester William"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17488	tackaberry-thomas-1923-09-06	{"d10": "1254"}	{"lerrcp": "D10-1254"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Thomas", "family": "Tackaberry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1923-09-06 10:30", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1923-09-06 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Thomas", "family": "Tackaberry"}, "birth": {"tzo": "-08:00", "date": "1923-09-06 10:30", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1923-09-06 18:30"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1254"}}, "raw": {"H": "10:30", "TZ": "8h", "DAY": "6", "LAT": "34N4", "LON": "118W15", "MON": "9", "NUM": "1254", "PRO": "AC", "YEA": "1923", "CICO": "Los Angeles, CA", "NAME": "Tackaberry Thomas"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17489	taft-robert-1917-02-26	{"d10": "1255"}	{"lerrcp": "D10-1255"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Taft", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1917-02-26 07:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati", "geoid": null}, "notime": null, "date-ut": "1917-02-26 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Taft"}, "birth": {"tzo": "-06:00", "date": "1917-02-26 07:00", "place": {"c2": "OH", "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati"}, "date-ut": "1917-02-26 13:00"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1255"}}, "raw": {"H": "07:00", "TZ": "6h", "DAY": "26", "LAT": "39N6", "LON": "84W31", "MON": "2", "NUM": "1255", "PRO": "PO", "YEA": "1917", "CICO": "Cincinnati, OH", "NAME": "Taft Robert"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17491	talbott-carlos-1920-01-28	{"d10": "1257"}	{"lerrcp": "D10-1257"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlos", "family": "Talbott", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1920-01-28 01:05", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -88.16667, "lat": 39.5, "name": "Charleston", "geoid": null}, "notime": null, "date-ut": "1920-01-28 07:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Carlos", "family": "Talbott"}, "birth": {"tzo": "-06:00", "date": "1920-01-28 01:05", "place": {"c2": "IL", "cy": "US", "lg": -88.16667, "lat": 39.5, "name": "Charleston"}, "date-ut": "1920-01-28 07:05"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1257"}}, "raw": {"H": "01:05", "TZ": "6h", "DAY": "28", "LAT": "39N30", "LON": "88W10", "MON": "1", "NUM": "1257", "PRO": "MI", "YEA": "1920", "CICO": "Charleston, IL", "NAME": "Talbott Carlos"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17492	talese-gay-1932-02-07	{"d10": "1258"}	{"lerrcp": "D10-1258"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gay", "family": "Talese", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1932-02-07 19:00", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.58333, "lat": 39.28333, "name": "Ocean City", "geoid": null}, "notime": null, "date-ut": "1932-02-08 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Gay", "family": "Talese"}, "birth": {"tzo": "-05:00", "date": "1932-02-07 19:00", "place": {"c2": "NJ", "cy": "US", "lg": -74.58333, "lat": 39.28333, "name": "Ocean City"}, "date-ut": "1932-02-08 00:00"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1258"}}, "raw": {"H": "19:00", "TZ": "5h", "DAY": "7", "LAT": "39N17", "LON": "74W35", "MON": "2", "NUM": "1258", "PRO": "WR", "YEA": "1932", "CICO": "Ocean City, NJ", "NAME": "Talese Gay"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17494	tarpley-thomas-1922-07-04	{"d10": "1260"}	{"lerrcp": "D10-1260"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Thomas", "family": "Tarpley", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1922-07-04 21:25", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -91.38333, "lat": 39.93333, "name": "Quincy", "geoid": null}, "notime": null, "date-ut": "1922-07-05 03:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Thomas", "family": "Tarpley"}, "birth": {"tzo": "-06:00", "date": "1922-07-04 21:25", "place": {"c2": "IL", "cy": "US", "lg": -91.38333, "lat": 39.93333, "name": "Quincy"}, "date-ut": "1922-07-05 03:25"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1260"}}, "raw": {"H": "21:25", "TZ": "6h", "DAY": "4", "LAT": "39N56", "LON": "91W23", "MON": "7", "NUM": "1260", "PRO": "MI", "YEA": "1922", "CICO": "Quincy, IL", "NAME": "Tarpley Thomas"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17495	tarr-curtis-1924-09-18	{"d10": "1261"}	{"lerrcp": "D10-1261"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Curtis", "family": "Tarr", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1924-09-18 20:55", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -121.28333, "lat": 37.96667, "name": "Stockton", "geoid": null}, "notime": null, "date-ut": "1924-09-19 04:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Curtis", "family": "Tarr"}, "birth": {"tzo": "-08:00", "date": "1924-09-18 20:55", "place": {"c2": "CA", "cy": "US", "lg": -121.28333, "lat": 37.96667, "name": "Stockton"}, "date-ut": "1924-09-19 04:55"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1261"}}, "raw": {"H": "20:55", "TZ": "8h", "DAY": "18", "LAT": "37N58", "LON": "121W17", "MON": "9", "NUM": "1261", "PRO": "PO", "YEA": "1924", "CICO": "Stockton, CA", "NAME": "Tarr Curtis"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17497	tate-sharon-1943-01-24	{"d10": "1263"}	{"lerrcp": "D10-1263"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sharon", "family": "Tate", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1943-01-24 17:47", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -96.81667, "lat": 32.78333, "name": "Dallas", "geoid": null}, "notime": null, "date-ut": "1943-01-24 22:47"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Sharon", "family": "Tate"}, "birth": {"tzo": "-05:00", "date": "1943-01-24 17:47", "place": {"c2": "TX", "cy": "US", "lg": -96.81667, "lat": 32.78333, "name": "Dallas"}, "date-ut": "1943-01-24 22:47"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1263"}}, "raw": {"H": "17:47", "TZ": "5h", "DAY": "24", "LAT": "32N47", "LON": "96W49", "MON": "1", "NUM": "1263", "PRO": "AC", "YEA": "1943", "CICO": "Dallas, TX", "NAME": "Tate Sharon"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17498	taylor-arthur-1935-07-06	{"d10": "1264"}	{"lerrcp": "D10-1264"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Taylor", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1935-07-06 12:15", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.21667, "lat": 40.66667, "name": "Elizabeth", "geoid": null}, "notime": null, "date-ut": "1935-07-06 16:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Taylor"}, "birth": {"tzo": "-04:00", "date": "1935-07-06 12:15", "place": {"c2": "NJ", "cy": "US", "lg": -74.21667, "lat": 40.66667, "name": "Elizabeth"}, "date-ut": "1935-07-06 16:15"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1264"}}, "raw": {"H": "12:15", "TZ": "4h", "DAY": "6", "LAT": "40N40", "LON": "74W13", "MON": "7", "NUM": "1264", "PRO": "EX", "YEA": "1935", "CICO": "Elizabeth, NJ", "NAME": "Taylor Arthur"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17500	taylor-james-1948-03-12	{"d10": "1266"}	{"lerrcp": "D10-1266"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Taylor", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1948-03-12 17:06", "note": null, "place": {"c1": null, "c2": "MA", "c3": null, "cy": "US", "lg": -71.06667, "lat": 42.36667, "name": "Boston", "geoid": null}, "notime": null, "date-ut": "1948-03-12 22:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "James", "family": "Taylor"}, "birth": {"tzo": "-05:00", "date": "1948-03-12 17:06", "place": {"c2": "MA", "cy": "US", "lg": -71.06667, "lat": 42.36667, "name": "Boston"}, "date-ut": "1948-03-12 22:06"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1266"}}, "raw": {"H": "17:06", "TZ": "5h", "DAY": "12", "LAT": "42N22", "LON": "71W4", "MON": "3", "NUM": "1266", "PRO": "AR", "YEA": "1948", "CICO": "Boston, MA", "NAME": "Taylor James"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17501	taylor-robert-1948-09-14	{"d10": "1267", "3a_sports": "3977"}	{"ertel": "ES-3977", "lerrcp": "D10-1267"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Taylor", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1948-09-14 10:30", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -95.3, "lat": 32.35, "name": "Tyler", "geoid": null}, "notime": null, "date-ut": "1948-09-14 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Taylor"}, "birth": {"tzo": "-06:00", "date": "1948-09-14 10:30", "place": {"c2": "TX", "cy": "US", "lg": -95.3, "lat": 32.35, "name": "Tyler"}, "date-ut": "1948-09-14 16:30"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1267"}}, "raw": {"H": "10:30", "TZ": "6h", "DAY": "14", "LAT": "32N21", "LON": "95W18", "MON": "9", "NUM": "1267", "PRO": "SP", "YEA": "1948", "CICO": "Tyler, TX", "NAME": "Taylor Robert"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-3977"}}, "raw": {"L": "", "MF": "", "NR": "3977", "ENG": "1", "MA_": "2", "G_NR": "1267", "MA12": "1", "MARS": "2", "NAME": "Taylor", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "7,700", "CSINR": "", "KURTZ": "", "PHAS_": "83,300", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "14.09.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "14.09.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17502	temple-black-shirley-1928-04-23	{"d10": "1268"}	{"lerrcp": "D10-1268"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Shirley", "family": "Temple-Black", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1928-04-23 21:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.48333, "lat": 34.01667, "name": "Santa Monica", "geoid": null}, "notime": null, "date-ut": "1928-04-24 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Shirley", "family": "Temple-Black"}, "birth": {"tzo": "-08:00", "date": "1928-04-23 21:00", "place": {"c2": "CA", "cy": "US", "lg": -118.48333, "lat": 34.01667, "name": "Santa Monica"}, "date-ut": "1928-04-24 05:00"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1268"}}, "raw": {"H": "21:00", "TZ": "8h", "DAY": "23", "LAT": "34N1", "LON": "118W29", "MON": "4", "NUM": "1268", "PRO": "AC", "YEA": "1928", "CICO": "Santa Monica, CA", "NAME": "Temple-Black Shirley"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17503	tetley-glen-1926-02-03	{"d10": "1269"}	{"lerrcp": "D10-1269"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Glen", "family": "Tetley", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1926-02-03 01:05", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1926-02-03 06:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Glen", "family": "Tetley"}, "birth": {"tzo": "-05:00", "date": "1926-02-03 01:05", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1926-02-03 06:05"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1269"}}, "raw": {"H": "01:05", "TZ": "5h", "DAY": "3", "LAT": "41N30", "LON": "81W42", "MON": "2", "NUM": "1269", "PRO": "AR", "YEA": "1926", "CICO": "Cleveland, OH", "NAME": "Tetley Glen"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17504	theroux-paul-1941-04-10	{"d10": "1270"}	{"lerrcp": "D10-1270"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Theroux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1941-04-10 19:00", "note": null, "place": {"c1": null, "c2": "MA", "c3": null, "cy": "US", "lg": -71.11667, "lat": 42.41667, "name": "Medford", "geoid": null}, "notime": null, "date-ut": "1941-04-11 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Theroux"}, "birth": {"tzo": "-05:00", "date": "1941-04-10 19:00", "place": {"c2": "MA", "cy": "US", "lg": -71.11667, "lat": 42.41667, "name": "Medford"}, "date-ut": "1941-04-11 00:00"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1270"}}, "raw": {"H": "19:00", "TZ": "5h", "DAY": "10", "LAT": "42N25", "LON": "71W7", "MON": "4", "NUM": "1270", "PRO": "WR", "YEA": "1941", "CICO": "Medford, MA", "NAME": "Theroux Paul"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17506	thomas-michael-1944-12-21	{"d10": "1272"}	{"lerrcp": "D10-1272"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michael", "family": "Thomas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1944-12-21 09:44", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.35, "lat": 34.1, "name": "Hollywood", "geoid": null}, "notime": null, "date-ut": "1944-12-21 16:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Michael", "family": "Thomas"}, "birth": {"tzo": "-07:00", "date": "1944-12-21 09:44", "place": {"c2": "CA", "cy": "US", "lg": -118.35, "lat": 34.1, "name": "Hollywood"}, "date-ut": "1944-12-21 16:44"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1272"}}, "raw": {"H": "09:44", "TZ": "7h", "DAY": "21", "LAT": "34N6", "LON": "118W21", "MON": "12", "NUM": "1272", "PRO": "AR", "YEA": "1944", "CICO": "Hollywood, CA", "NAME": "Thomas Michael"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17507	thomas-philip-1949-05-26	{"d10": "1273"}	{"lerrcp": "D10-1273"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philip", "family": "Thomas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1949-05-26 04:04", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83, "lat": 39.96667, "name": "Columbus", "geoid": null}, "notime": null, "date-ut": "1949-05-26 09:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Philip", "family": "Thomas"}, "birth": {"tzo": "-05:00", "date": "1949-05-26 04:04", "place": {"c2": "OH", "cy": "US", "lg": -83, "lat": 39.96667, "name": "Columbus"}, "date-ut": "1949-05-26 09:04"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1273"}}, "raw": {"H": "04:04", "TZ": "5h", "DAY": "26", "LAT": "39N58", "LON": "83W0", "MON": "5", "NUM": "1273", "PRO": "AC", "YEA": "1949", "CICO": "Columbus, OH", "NAME": "Thomas Philip"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17508	thomas-richard-1931-01-11	{"d10": "1274"}	{"lerrcp": "D10-1274"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Thomas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1931-01-11 12:30", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83.13333, "lat": 40.58333, "name": "Marion", "geoid": null}, "notime": null, "date-ut": "1931-01-11 17:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Thomas"}, "birth": {"tzo": "-05:00", "date": "1931-01-11 12:30", "place": {"c2": "OH", "cy": "US", "lg": -83.13333, "lat": 40.58333, "name": "Marion"}, "date-ut": "1931-01-11 17:30"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1274"}}, "raw": {"H": "12:30", "TZ": "5h", "DAY": "11", "LAT": "40N35", "LON": "83W8", "MON": "1", "NUM": "1274", "PRO": "EX", "YEA": "1931", "CICO": "Marion, OH", "NAME": "Thomas Richard"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17510	thompson-marshall-1925-11-27	{"d10": "1276"}	{"lerrcp": "D10-1276"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marshall", "family": "Thompson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1925-11-27 10:45", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -89.6, "lat": 40.7, "name": "Peoria", "geoid": null}, "notime": null, "date-ut": "1925-11-27 16:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marshall", "family": "Thompson"}, "birth": {"tzo": "-06:00", "date": "1925-11-27 10:45", "place": {"c2": "IL", "cy": "US", "lg": -89.6, "lat": 40.7, "name": "Peoria"}, "date-ut": "1925-11-27 16:45"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1276"}}, "raw": {"H": "10:45", "TZ": "6h", "DAY": "27", "LAT": "40N42", "LON": "89W36", "MON": "11", "NUM": "1276", "PRO": "AC", "YEA": "1925", "CICO": "Peoria, IL", "NAME": "Thompson Marshall"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17511	thurman-john-1924-04-11	{"d10": "1277"}	{"lerrcp": "D10-1277"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Thurman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1924-04-11 10:40", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -84.5, "lat": 38.05, "name": "Lexington", "geoid": null}, "notime": null, "date-ut": "1924-04-11 16:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "John", "family": "Thurman"}, "birth": {"tzo": "-06:00", "date": "1924-04-11 10:40", "place": {"c2": "KY", "cy": "US", "lg": -84.5, "lat": 38.05, "name": "Lexington"}, "date-ut": "1924-04-11 16:40"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1277"}}, "raw": {"H": "10:40", "TZ": "6h", "DAY": "11", "LAT": "38N3", "LON": "84W30", "MON": "4", "NUM": "1277", "PRO": "MI", "YEA": "1924", "CICO": "Lexington, KY", "NAME": "Thurman John"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17514	tighe-eugene-1921-06-19	{"d10": "1280"}	{"lerrcp": "D10-1280"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugene", "family": "Tighe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1921-06-19 19:45", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "US", "lg": -103.85, "lat": 40.6, "name": "New Raymer", "geoid": null}, "notime": null, "date-ut": "1921-06-20 02:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eugene", "family": "Tighe"}, "birth": {"tzo": "-07:00", "date": "1921-06-19 19:45", "place": {"c2": "CO", "cy": "US", "lg": -103.85, "lat": 40.6, "name": "New Raymer"}, "date-ut": "1921-06-20 02:45"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1280"}}, "raw": {"H": "19:45", "TZ": "7h", "DAY": "19", "LAT": "40N36", "LON": "103W51", "MON": "6", "NUM": "1280", "PRO": "MI", "YEA": "1921", "CICO": "New Raymer, CO", "NAME": "Tighe Eugene"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17515	tillinghast-richard-1940-11-25	{"d10": "1281"}	{"lerrcp": "D10-1281"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Tillinghast", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1940-11-25 13:19", "note": null, "place": {"c1": null, "c2": "TN", "c3": null, "cy": "US", "lg": -90.05, "lat": 35.13333, "name": "Memphis", "geoid": null}, "notime": null, "date-ut": "1940-11-25 19:19"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Tillinghast"}, "birth": {"tzo": "-06:00", "date": "1940-11-25 13:19", "place": {"c2": "TN", "cy": "US", "lg": -90.05, "lat": 35.13333, "name": "Memphis"}, "date-ut": "1940-11-25 19:19"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1281"}}, "raw": {"H": "13:19", "TZ": "6h", "DAY": "25", "LAT": "35N8", "LON": "90W3", "MON": "11", "NUM": "1281", "PRO": "WR", "YEA": "1940", "CICO": "Memphis, TN", "NAME": "Tillinghast Richard"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17516	timmerman-grant-1919-02-14	{"d10": "1282"}	{"lerrcp": "D10-1282"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Grant", "family": "Timmerman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1919-02-14 08:00", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -96.26667, "lat": 38.5, "name": "Americus", "geoid": null}, "notime": null, "date-ut": "1919-02-14 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Grant", "family": "Timmerman"}, "birth": {"tzo": "-06:00", "date": "1919-02-14 08:00", "place": {"c2": "KS", "cy": "US", "lg": -96.26667, "lat": 38.5, "name": "Americus"}, "date-ut": "1919-02-14 14:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1282"}}, "raw": {"H": "08:00", "TZ": "6h", "DAY": "14", "LAT": "38N30", "LON": "96W16", "MON": "2", "NUM": "1282", "PRO": "MI", "YEA": "1919", "CICO": "Americus, KS", "NAME": "Timmerman Grant"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17518	tompkins-rathvon-1912-08-23	{"d10": "1284"}	{"lerrcp": "D10-1284"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rathvon", "family": "Tompkins", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1912-08-23 18:00", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "US", "lg": -105.28333, "lat": 40.01667, "name": "Boulder", "geoid": null}, "notime": null, "date-ut": "1912-08-24 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Rathvon", "family": "Tompkins"}, "birth": {"tzo": "-07:00", "date": "1912-08-23 18:00", "place": {"c2": "CO", "cy": "US", "lg": -105.28333, "lat": 40.01667, "name": "Boulder"}, "date-ut": "1912-08-24 01:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1284"}}, "raw": {"H": "18:00", "TZ": "7h", "DAY": "23", "LAT": "40N1", "LON": "105W17", "MON": "8", "NUM": "1284", "PRO": "MI", "YEA": "1912", "CICO": "Boulder, CO", "NAME": "Tompkins Rathvon"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17519	towers-constance-1931-05-20	{"d10": "1285"}	{"lerrcp": "D10-1285"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Constance", "family": "Towers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1931-05-20 14:35", "note": null, "place": {"c1": null, "c2": "MT", "c3": null, "cy": "US", "lg": -114.33333, "lat": 48.41667, "name": "Whitefish", "geoid": null}, "notime": null, "date-ut": "1931-05-20 21:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Constance", "family": "Towers"}, "birth": {"tzo": "-07:00", "date": "1931-05-20 14:35", "place": {"c2": "MT", "cy": "US", "lg": -114.33333, "lat": 48.41667, "name": "Whitefish"}, "date-ut": "1931-05-20 21:35"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1285"}}, "raw": {"H": "14:35", "TZ": "7h", "DAY": "20", "LAT": "48N25", "LON": "114W20", "MON": "5", "NUM": "1285", "PRO": "AC", "YEA": "1931", "CICO": "Whitefish, MT", "NAME": "Towers Constance"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17520	townes-charles-1915-07-28	{"d10": "1286"}	{"lerrcp": "D10-1286"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Townes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1915-07-28 05:00", "note": null, "place": {"c1": null, "c2": "SC", "c3": null, "cy": "US", "lg": -82.4, "lat": 34.85, "name": "Greenville", "geoid": null}, "notime": null, "date-ut": "1915-07-28 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Townes"}, "birth": {"tzo": "-05:00", "date": "1915-07-28 05:00", "place": {"c2": "SC", "cy": "US", "lg": -82.4, "lat": 34.85, "name": "Greenville"}, "date-ut": "1915-07-28 10:00"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1286"}}, "raw": {"H": "05:00", "TZ": "5h", "DAY": "28", "LAT": "34N51", "LON": "82W24", "MON": "7", "NUM": "1286", "PRO": "SC", "YEA": "1915", "CICO": "Greenville, SC", "NAME": "Townes Charles"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17521	trabert-marion-1930-08-16	{"d10": "1287", "3a_sports": "4057"}	{"ertel": "ES-4057", "lerrcp": "D10-1287"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marion", "family": "Trabert", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1930-08-16 03:50", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati", "geoid": null}, "notime": null, "date-ut": "1930-08-16 08:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Marion", "family": "Trabert"}, "birth": {"tzo": "-05:00", "date": "1930-08-16 03:50", "place": {"c2": "OH", "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati"}, "date-ut": "1930-08-16 08:50"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1287"}}, "raw": {"H": "03:50", "TZ": "5h", "DAY": "16", "LAT": "39N6", "LON": "84W31", "MON": "8", "NUM": "1287", "PRO": "SP", "YEA": "1930", "CICO": "Cincinnati, OH", "NAME": "Trabert Marion"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["tennis-player"], "partial-ids": {"ertel": "ES-4057"}}, "raw": {"L": "", "MF": "", "NR": "4057", "ENG": "", "MA_": "1", "G_NR": "1287", "MA12": "2", "MARS": "4", "NAME": "Trabert", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-9,100", "CSINR": "", "KURTZ": "", "PHAS_": "65,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "16.08.", "ZITATE": "DJSX", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marion Anthony", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "16.08.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17522	travolta-john-1954-02-18	{"d10": "1288"}	{"lerrcp": "D10-1288"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Travolta", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1954-02-18 14:53", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -73.98333, "lat": 40.9, "name": "Englewood", "geoid": null}, "notime": null, "date-ut": "1954-02-18 19:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "John", "family": "Travolta"}, "birth": {"tzo": "-05:00", "date": "1954-02-18 14:53", "place": {"c2": "NJ", "cy": "US", "lg": -73.98333, "lat": 40.9, "name": "Englewood"}, "date-ut": "1954-02-18 19:53"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1288"}}, "raw": {"H": "14:53", "TZ": "5h", "DAY": "18", "LAT": "40N54", "LON": "73W59", "MON": "2", "NUM": "1288", "PRO": "AC", "YEA": "1954", "CICO": "Englewood, NJ", "NAME": "Travolta John"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17523	trowbridge-alexander-1929-12-12	{"d10": "1289"}	{"lerrcp": "D10-1289"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexander", "family": "Trowbridge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1929-12-12 13:05", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -73.98333, "lat": 40.9, "name": "Englewood", "geoid": null}, "notime": null, "date-ut": "1929-12-12 18:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Alexander", "family": "Trowbridge"}, "birth": {"tzo": "-05:00", "date": "1929-12-12 13:05", "place": {"c2": "NJ", "cy": "US", "lg": -73.98333, "lat": 40.9, "name": "Englewood"}, "date-ut": "1929-12-12 18:05"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1289"}}, "raw": {"H": "13:05", "TZ": "5h", "DAY": "12", "LAT": "40N54", "LON": "73W59", "MON": "12", "NUM": "1289", "PRO": "EX", "YEA": "1929", "CICO": "Englewood, NJ", "NAME": "Trowbridge Alexander"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17524	turner-myron-1913-04-04	{"d10": "1290"}	{"lerrcp": "D10-1290"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Myron", "family": "Turner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1913-04-04 23:25", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati", "geoid": null}, "notime": null, "date-ut": "1913-04-05 05:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Myron", "family": "Turner"}, "birth": {"tzo": "-06:00", "date": "1913-04-04 23:25", "place": {"c2": "OH", "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati"}, "date-ut": "1913-04-05 05:25"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1290"}}, "raw": {"H": "23:25", "TZ": "6h", "DAY": "4", "LAT": "39N6", "LON": "84W31", "MON": "4", "NUM": "1290", "PRO": "MI", "YEA": "1913", "CICO": "Cincinnati, OH", "NAME": "Turner Myron"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17525	turner-ted-1938-11-19	{"d10": "1291"}	{"lerrcp": "D10-1291"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ted", "family": "Turner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1938-11-19 08:50", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati", "geoid": null}, "notime": null, "date-ut": "1938-11-19 13:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Ted", "family": "Turner"}, "birth": {"tzo": "-05:00", "date": "1938-11-19 08:50", "place": {"c2": "OH", "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati"}, "date-ut": "1938-11-19 13:50"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1291"}}, "raw": {"H": "08:50", "TZ": "5h", "DAY": "19", "LAT": "39N6", "LON": "84W31", "MON": "11", "NUM": "1291", "PRO": "EX", "YEA": "1938", "CICO": "Cincinnati, OH", "NAME": "Turner Ted"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17526	tyler-anna-1941-10-25	{"d10": "1292"}	{"lerrcp": "D10-1292"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anna", "family": "Tyler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1941-10-25 23:31", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis", "geoid": null}, "notime": null, "date-ut": "1941-10-26 05:31"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Anna", "family": "Tyler"}, "birth": {"tzo": "-06:00", "date": "1941-10-25 23:31", "place": {"c2": "MN", "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis"}, "date-ut": "1941-10-26 05:31"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1292"}}, "raw": {"H": "23:31", "TZ": "6h", "DAY": "25", "LAT": "44N59", "LON": "93W16", "MON": "10", "NUM": "1292", "PRO": "WR", "YEA": "1941", "CICO": "Minneapolis, MN", "NAME": "Tyler Anna"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17530	valenti-jack-1921-09-05	{"d10": "1296"}	{"lerrcp": "D10-1296"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jack", "family": "Valenti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1921-09-05 20:30", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -95.36667, "lat": 29.76667, "name": "Houston", "geoid": null}, "notime": null, "date-ut": "1921-09-06 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jack", "family": "Valenti"}, "birth": {"tzo": "-06:00", "date": "1921-09-05 20:30", "place": {"c2": "TX", "cy": "US", "lg": -95.36667, "lat": 29.76667, "name": "Houston"}, "date-ut": "1921-09-06 02:30"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1296"}}, "raw": {"H": "20:30", "TZ": "6h", "DAY": "5", "LAT": "29N46", "LON": "95W22", "MON": "9", "NUM": "1296", "PRO": "PO", "YEA": "1921", "CICO": "Houston, TX", "NAME": "Valenti Jack"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17531	valentine-dewain-1936-08-27	{"d10": "1297"}	{"lerrcp": "D10-1297"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dewain", "family": "Valentine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1936-08-27 14:58", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "US", "lg": -105.08333, "lat": 40.58333, "name": "Fort Collins", "geoid": null}, "notime": null, "date-ut": "1936-08-27 21:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Dewain", "family": "Valentine"}, "birth": {"tzo": "-07:00", "date": "1936-08-27 14:58", "place": {"c2": "CO", "cy": "US", "lg": -105.08333, "lat": 40.58333, "name": "Fort Collins"}, "date-ut": "1936-08-27 21:58"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1297"}}, "raw": {"H": "14:58", "TZ": "7h", "DAY": "27", "LAT": "40N35", "LON": "105W5", "MON": "8", "NUM": "1297", "PRO": "WR", "YEA": "1936", "CICO": "Fort Collins, CO", "NAME": "Valentine Dewain"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17528	tyus-wyomia-1945-08-29	{"d10": "1294", "3a_sports": "4081"}	{"ertel": "ES-4081", "lerrcp": "D10-1294"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wyomia", "family": "Tyus", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "-05:00", "date": "1945-08-29 09:45", "note": null, "place": {"c1": null, "c2": "GA", "c3": null, "cy": "US", "lg": -84.26667, "lat": 33.01667, "name": "Griffin", "geoid": null}, "notime": null, "date-ut": "1945-08-29 14:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Wyomia", "family": "Tyus"}, "birth": {"tzo": "-05:00", "date": "1945-08-29 09:45", "place": {"c2": "GA", "cy": "US", "lg": -84.26667, "lat": 33.01667, "name": "Griffin"}, "date-ut": "1945-08-29 14:45"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1294"}}, "raw": {"H": "09:45", "TZ": "5h", "DAY": "29", "LAT": "33N1", "LON": "84W16", "MON": "8", "NUM": "1294", "PRO": "SP", "YEA": "1945", "CICO": "Griffin, GA", "NAME": "Tyus Wyomia"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "F", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-4081"}}, "raw": {"L": "", "MF": "F", "NR": "4081", "ENG": "1", "MA_": "2", "G_NR": "1294", "MA12": "4", "MARS": "12", "NAME": "Tyus", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-10,80", "CSINR": "", "KURTZ": "", "PHAS_": "63,200", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "29.08.", "ZITATE": "DKSTBOX", "ZITSUM": "7", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Wyomia", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "29.08.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "6"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17529	unseld-westley-1946-03-14	{"d10": "1295", "3a_sports": "4090", "rawlins-ertel-irving": "367"}	{"ertel": "ES-4090", "csicop": "CS-367", "lerrcp": "D10-1295"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Westley", "family": "Unseld", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1946-03-14 04:26", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -85.76667, "lat": 38.25, "name": "Louisville", "geoid": null}, "notime": null, "date-ut": "1946-03-14 10:26"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Westley", "family": "Unseld"}, "birth": {"tzo": "-06:00", "date": "1946-03-14 04:26", "place": {"c2": "KY", "cy": "US", "lg": -85.76667, "lat": 38.25, "name": "Louisville"}, "date-ut": "1946-03-14 10:26"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1295"}}, "raw": {"H": "04:26", "TZ": "6h", "DAY": "14", "LAT": "38N15", "LON": "85W46", "MON": "3", "NUM": "1295", "PRO": "SP", "YEA": "1946", "CICO": "Louisville, KY", "NAME": "Unseld Westley"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["basketball-player"]], "ids-in-sources": {"rawlins-ertel-irving": "367"}}, "raw": {"LA1": "38", "LA2": "15", "LO1": "85", "LO2": "46", "AMPM": "A", "MARS": "21", "NAME": "Unseld", "BATCH": "1", "Satz#": "367", "GEBDAT": "14 3 1946", "GEBORT": "KY", "GEBZEIT": "4 26", "VORNAME": "Westley", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["basketball-player"], "partial-ids": {"ertel": "ES-4090"}}, "raw": {"L": "", "MF": "", "NR": "4090", "ENG": "", "MA_": "1", "G_NR": "1295", "MA12": "7", "MARS": "21", "NAME": "Unseld", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "8,400", "CSINR": "367", "KURTZ": "", "PHAS_": "84,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "14.03.", "ZITATE": "BX", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Westley", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "14.03.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BASK", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17532	van-cleef-lee-1925-01-09	{"d10": "1298"}	{"lerrcp": "D10-1298"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lee", "family": "Van Cleef", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1925-01-09 05:00", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.63333, "lat": 40.05, "name": "Somerville", "geoid": null}, "notime": null, "date-ut": "1925-01-09 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Lee", "family": "Van Cleef"}, "birth": {"tzo": "-05:00", "date": "1925-01-09 05:00", "place": {"c2": "NJ", "cy": "US", "lg": -74.63333, "lat": 40.05, "name": "Somerville"}, "date-ut": "1925-01-09 10:00"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1298"}}, "raw": {"H": "05:00", "TZ": "5h", "DAY": "9", "LAT": "40N3", "LON": "74W38", "MON": "1", "NUM": "1298", "PRO": "AC", "YEA": "1925", "CICO": "Somerville, NJ", "NAME": "Van Cleef Lee"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17535	venuta-benay-1910-01-27	{"d10": "1301"}	{"lerrcp": "D10-1301"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benay", "family": "Venuta", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1910-01-27 22:21", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1910-01-28 06:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Benay", "family": "Venuta"}, "birth": {"tzo": "-08:00", "date": "1910-01-27 22:21", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1910-01-28 06:21"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1301"}}, "raw": {"H": "22:21", "TZ": "8h", "DAY": "27", "LAT": "37N47", "LON": "122W25", "MON": "1", "NUM": "1301", "PRO": "AC", "YEA": "1910", "CICO": "San Francisco, CA", "NAME": "Venuta Benay"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17536	verdon-gwen-1925-01-13	{"d10": "1302"}	{"lerrcp": "D10-1302"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gwen", "family": "Verdon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1925-01-13 09:57", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.41667, "lat": 34.01667, "name": "Culver City", "geoid": null}, "notime": null, "date-ut": "1925-01-13 17:57"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gwen", "family": "Verdon"}, "birth": {"tzo": "-08:00", "date": "1925-01-13 09:57", "place": {"c2": "CA", "cy": "US", "lg": -118.41667, "lat": 34.01667, "name": "Culver City"}, "date-ut": "1925-01-13 17:57"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1302"}}, "raw": {"H": "09:57", "TZ": "8h", "DAY": "13", "LAT": "34N1", "LON": "118W25", "MON": "1", "NUM": "1302", "PRO": "AC", "YEA": "1925", "CICO": "Culver City, CA", "NAME": "Verdon Gwen"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17533	vanderstock-geoff-1946-10-08	{"d10": "1299", "3a_sports": "4164"}	{"ertel": "ES-4164", "lerrcp": "D10-1299"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Geoff", "family": "Vanderstock", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1946-10-08 00:40", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago", "geoid": null}, "notime": null, "date-ut": "1946-10-08 06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Geoff", "family": "Vanderstock"}, "birth": {"tzo": "-06:00", "date": "1946-10-08 00:40", "place": {"c2": "IL", "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago"}, "date-ut": "1946-10-08 06:40"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1299"}}, "raw": {"H": "00:40", "TZ": "6h", "DAY": "8", "LAT": "41N52", "LON": "87W39", "MON": "10", "NUM": "1299", "PRO": "SP", "YEA": "1946", "CICO": "Chicago, IL", "NAME": "Vanderstock Geoff"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-4164"}}, "raw": {"L": "", "MF": "", "NR": "4164", "ENG": "", "MA_": "1", "G_NR": "1299", "MA12": "9", "MARS": "27", "NAME": "Vanderstock", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "7,200", "CSINR": "", "KURTZ": "", "PHAS_": "89,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "08.10.", "ZITATE": "DT", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Geoff", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "08.10.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17538	vincent-jan-1945-07-15	{"d10": "1304"}	{"lerrcp": "D10-1304"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Vincent", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1945-07-15 10:16", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "US", "lg": -104.98333, "lat": 39.73333, "name": "Denver", "geoid": null}, "notime": null, "date-ut": "1945-07-15 16:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Vincent"}, "birth": {"tzo": "-06:00", "date": "1945-07-15 10:16", "place": {"c2": "CO", "cy": "US", "lg": -104.98333, "lat": 39.73333, "name": "Denver"}, "date-ut": "1945-07-15 16:16"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1304"}}, "raw": {"H": "10:16", "TZ": "6h", "DAY": "15", "LAT": "39N44", "LON": "104W59", "MON": "7", "NUM": "1304", "PRO": "AC", "YEA": "1945", "CICO": "Denver, CO", "NAME": "Vincent Jan"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17539	viner-frank-1937-08-09	{"d10": "1305"}	{"lerrcp": "D10-1305"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frank", "family": "Viner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1937-08-09 13:45", "note": null, "place": {"c1": null, "c2": "MA", "c3": null, "cy": "US", "lg": -71.8, "lat": 42.26667, "name": "Worcester", "geoid": null}, "notime": null, "date-ut": "1937-08-09 17:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Frank", "family": "Viner"}, "birth": {"tzo": "-04:00", "date": "1937-08-09 13:45", "place": {"c2": "MA", "cy": "US", "lg": -71.8, "lat": 42.26667, "name": "Worcester"}, "date-ut": "1937-08-09 17:45"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1305"}}, "raw": {"H": "13:45", "TZ": "4h", "DAY": "9", "LAT": "42N16", "LON": "71W48", "MON": "8", "NUM": "1305", "PRO": "WR", "YEA": "1937", "CICO": "Worcester, MA", "NAME": "Viner Frank"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17540	vines-h-1911-09-29	{"d10": "1306", "3a_sports": "4250"}	{"ertel": "ES-4250", "lerrcp": "D10-1306"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "H", "family": "Vines", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1911-09-29 12:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1911-09-29 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "H", "family": "Vines"}, "birth": {"tzo": "-08:00", "date": "1911-09-29 12:00", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1911-09-29 20:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1306"}}, "raw": {"H": "12:00", "TZ": "8h", "DAY": "29", "LAT": "34N4", "LON": "118W15", "MON": "9", "NUM": "1306", "PRO": "        SP", "YEA": "1911", "CICO": "Los Angeles, CA", "NAME": "Vines H"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["tennis-player"], "partial-ids": {"ertel": "ES-4250"}}, "raw": {"L": "", "MF": "", "NR": "4250", "ENG": "", "MA_": "1", "G_NR": "1306", "MA12": "7", "MARS": "21", "NAME": "Vines", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "8,900", "CSINR": "", "KURTZ": "", "PHAS_": "36,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "29.09.", "ZITATE": "DJSX", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "H. Ellsworth", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "29.09.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TENN", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17541	vogel-robert-1941-09-23	{"d10": "1307", "3a_sports": "4274", "rawlins-ertel-irving": "372"}	{"ertel": "ES-4274", "csicop": "CS-372", "lerrcp": "D10-1307"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Vogel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1941-09-23 13:46", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83, "lat": 39.96667, "name": "Columbus", "geoid": null}, "notime": null, "date-ut": "1941-09-23 18:46"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Vogel"}, "birth": {"tzo": "-05:00", "date": "1941-09-23 13:46", "place": {"c2": "OH", "cy": "US", "lg": -83, "lat": 39.96667, "name": "Columbus"}, "date-ut": "1941-09-23 18:46"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1307"}}, "raw": {"H": "13:46", "TZ": "5h", "DAY": "23", "LAT": "39N58", "LON": "83W0", "MON": "9", "NUM": "1307", "PRO": "SP", "YEA": "1941", "CICO": "Columbus, OH", "NAME": "Vogel Robert"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "372"}}, "raw": {"LA1": "39", "LA2": "58", "LO1": "83", "LO2": "0", "AMPM": "P", "MARS": "27", "NAME": "Vogel", "BATCH": "1", "Satz#": "372", "GEBDAT": "23 9 1941", "GEBORT": "OH", "GEBZEIT": "1 46", "VORNAME": "Robert L", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-4274"}}, "raw": {"L": "", "MF": "", "NR": "4274", "ENG": "", "MA_": "1", "G_NR": "1307", "MA12": "9", "MARS": "27", "NAME": "Vogel", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "3,700", "CSINR": "372", "KURTZ": "", "PHAS_": "4,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "23.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Robert L.", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.09.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17542	volcker-paul-1927-09-05	{"d10": "1308"}	{"lerrcp": "D10-1308"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Volcker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1927-09-05 10:30", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.93333, "lat": 38.93333, "name": "Cape May", "geoid": null}, "notime": null, "date-ut": "1927-09-05 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Volcker"}, "birth": {"tzo": "-04:00", "date": "1927-09-05 10:30", "place": {"c2": "NJ", "cy": "US", "lg": -74.93333, "lat": 38.93333, "name": "Cape May"}, "date-ut": "1927-09-05 14:30"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1308"}}, "raw": {"H": "10:30", "TZ": "4h", "DAY": "5", "LAT": "38N56", "LON": "74W56", "MON": "9", "NUM": "1308", "PRO": "PO", "YEA": "1927", "CICO": "Cape May, NJ", "NAME": "Volcker Paul"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17544	voulkos-peter-1924-01-29	{"d10": "1310"}	{"lerrcp": "D10-1310"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Peter", "family": "Voulkos", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1924-01-29 08:45", "note": null, "place": {"c1": null, "c2": "MT", "c3": null, "cy": "US", "lg": -111.03333, "lat": 45.68333, "name": "Bozeman", "geoid": null}, "notime": null, "date-ut": "1924-01-29 15:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Peter", "family": "Voulkos"}, "birth": {"tzo": "-07:00", "date": "1924-01-29 08:45", "place": {"c2": "MT", "cy": "US", "lg": -111.03333, "lat": 45.68333, "name": "Bozeman"}, "date-ut": "1924-01-29 15:45"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1310"}}, "raw": {"H": "08:45", "TZ": "7h", "DAY": "29", "LAT": "45N41", "LON": "111W2", "MON": "1", "NUM": "1310", "PRO": "WR", "YEA": "1924", "CICO": "Bozeman, MT", "NAME": "Voulkos Peter"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17546	wade-bob-1943-01-06	{"d10": "1312"}	{"lerrcp": "D10-1312"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bob", "family": "Wade", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1943-01-06 23:50", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -97.75, "lat": 30.28333, "name": "Austin", "geoid": null}, "notime": null, "date-ut": "1943-01-07 04:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Bob", "family": "Wade"}, "birth": {"tzo": "-05:00", "date": "1943-01-06 23:50", "place": {"c2": "TX", "cy": "US", "lg": -97.75, "lat": 30.28333, "name": "Austin"}, "date-ut": "1943-01-07 04:50"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1312"}}, "raw": {"H": "23:50", "TZ": "5h", "DAY": "6", "LAT": "30N17", "LON": "97W45", "MON": "1", "NUM": "1312", "PRO": "AR", "YEA": "1943", "CICO": "Austin, TX", "NAME": "Wade Bob"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17545	vukovich-william-1944-03-29	{"d10": "1311", "3a_sports": "4288", "rawlins-ertel-irving": "375"}	{"ertel": "ES-4288", "csicop": "CS-375", "lerrcp": "D10-1311"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Vukovich", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-07:00", "date": "1944-03-29 11:30", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -119.78333, "lat": 36.73333, "name": "Fresno", "geoid": null}, "notime": null, "date-ut": "1944-03-29 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "William", "family": "Vukovich"}, "birth": {"tzo": "-07:00", "date": "1944-03-29 11:30", "place": {"c2": "CA", "cy": "US", "lg": -119.78333, "lat": 36.73333, "name": "Fresno"}, "date-ut": "1944-03-29 18:30"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1311"}}, "raw": {"H": "11:30", "TZ": "7h", "DAY": "29", "LAT": "36N44", "LON": "119W47", "MON": "3", "NUM": "1311", "PRO": "SP", "YEA": "1944", "CICO": "Fresno, CA", "NAME": "Vukovich William"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["motor-sports-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "375"}}, "raw": {"LA1": "36", "LA2": "44", "LO1": "119", "LO2": "47", "AMPM": "A", "MARS": "1", "NAME": "Vukovich", "BATCH": "1", "Satz#": "375", "GEBDAT": "29 3 1944", "GEBORT": "CA", "GEBZEIT": "11 30", "VORNAME": "William", "SPORTART": "AUTO", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["motor-sports-competitor"], "partial-ids": {"ertel": "ES-4288"}}, "raw": {"L": "", "MF": "", "NR": "4288", "ENG": "1", "MA_": "2", "G_NR": "1311", "MA12": "1", "MARS": "1", "NAME": "Vukovich", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "8,800", "CSINR": "375", "KURTZ": "", "PHAS_": "25,300", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "29.03.", "ZITATE": "EX", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "William", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "29.03.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AUTO", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17547	wagner-aubrey-1912-01-12	{"d10": "1313"}	{"lerrcp": "D10-1313"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aubrey", "family": "Wagner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1912-01-12 10:00", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -90.35, "lat": 43.65, "name": "Hillsboro", "geoid": null}, "notime": null, "date-ut": "1912-01-12 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Aubrey", "family": "Wagner"}, "birth": {"tzo": "-06:00", "date": "1912-01-12 10:00", "place": {"c2": "WI", "cy": "US", "lg": -90.35, "lat": 43.65, "name": "Hillsboro"}, "date-ut": "1912-01-12 16:00"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1313"}}, "raw": {"H": "10:00", "TZ": "6h", "DAY": "12", "LAT": "43N39", "LON": "90W21", "MON": "1", "NUM": "1313", "PRO": "PO", "YEA": "1912", "CICO": "Hillsboro, WI", "NAME": "Wagner Aubrey"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17548	wagner-robert-1930-02-10	{"d10": "1314"}	{"lerrcp": "D10-1314"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Wagner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1930-02-10 01:45", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "US", "lg": -83.05, "lat": 42.33333, "name": "Detroit", "geoid": null}, "notime": null, "date-ut": "1930-02-10 06:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Wagner"}, "birth": {"tzo": "-05:00", "date": "1930-02-10 01:45", "place": {"c2": "MI", "cy": "US", "lg": -83.05, "lat": 42.33333, "name": "Detroit"}, "date-ut": "1930-02-10 06:45"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1314"}}, "raw": {"H": "01:45", "TZ": "5h", "DAY": "10", "LAT": "42N20", "LON": "83W3", "MON": "2", "NUM": "1314", "PRO": "AC", "YEA": "1930", "CICO": "Detroit, MI", "NAME": "Wagner Robert"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17549	wagoner-david-1926-06-05	{"d10": "1315"}	{"lerrcp": "D10-1315"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "David", "family": "Wagoner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1926-06-05 04:22", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.53333, "lat": 40.8, "name": "Massillon", "geoid": null}, "notime": null, "date-ut": "1926-06-05 09:22"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "David", "family": "Wagoner"}, "birth": {"tzo": "-05:00", "date": "1926-06-05 04:22", "place": {"c2": "OH", "cy": "US", "lg": -81.53333, "lat": 40.8, "name": "Massillon"}, "date-ut": "1926-06-05 09:22"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1315"}}, "raw": {"H": "04:22", "TZ": "5h", "DAY": "5", "LAT": "40N48", "LON": "81W32", "MON": "6", "NUM": "1315", "PRO": "WR", "YEA": "1926", "CICO": "Massillon, OH", "NAME": "Wagoner David"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17550	wagstaff-jack-1917-05-06	{"d10": "1316"}	{"lerrcp": "D10-1316"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jack", "family": "Wagstaff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1917-05-06 22:30", "note": null, "place": {"c1": null, "c2": "UT", "c3": null, "cy": "US", "lg": -111.88333, "lat": 40.75, "name": "Salt Lake City", "geoid": null}, "notime": null, "date-ut": "1917-05-07 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jack", "family": "Wagstaff"}, "birth": {"tzo": "-07:00", "date": "1917-05-06 22:30", "place": {"c2": "UT", "cy": "US", "lg": -111.88333, "lat": 40.75, "name": "Salt Lake City"}, "date-ut": "1917-05-07 05:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1316"}}, "raw": {"H": "22:30", "TZ": "7h", "DAY": "6", "LAT": "40N45", "LON": "111W53", "MON": "5", "NUM": "1316", "PRO": "MI", "YEA": "1917", "CICO": "Salt Lake City, UT", "NAME": "Wagstaff Jack"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17551	waidelich-charles-1929-05-02	{"d10": "1317"}	{"lerrcp": "D10-1317"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Waidelich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1929-05-02 16:57", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83, "lat": 39.96667, "name": "Columbus", "geoid": null}, "notime": null, "date-ut": "1929-05-02 21:57"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Waidelich"}, "birth": {"tzo": "-05:00", "date": "1929-05-02 16:57", "place": {"c2": "OH", "cy": "US", "lg": -83, "lat": 39.96667, "name": "Columbus"}, "date-ut": "1929-05-02 21:57"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1317"}}, "raw": {"H": "16:57", "TZ": "5h", "DAY": "2", "LAT": "39N58", "LON": "83W0", "MON": "5", "NUM": "1317", "PRO": "EX", "YEA": "1929", "CICO": "Columbus, OH", "NAME": "Waidelich Charles"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17552	wakoski-diane-1937-08-03	{"d10": "1318"}	{"lerrcp": "D10-1318"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Diane", "family": "Wakoski", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1937-08-03 00:30", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.05, "lat": 33.96667, "name": "Whittier", "geoid": null}, "notime": null, "date-ut": "1937-08-03 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Diane", "family": "Wakoski"}, "birth": {"tzo": "-08:00", "date": "1937-08-03 00:30", "place": {"c2": "CA", "cy": "US", "lg": -118.05, "lat": 33.96667, "name": "Whittier"}, "date-ut": "1937-08-03 08:30"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1318"}}, "raw": {"H": "00:30", "TZ": "8h", "DAY": "3", "LAT": "33N58", "LON": "118W3", "MON": "8", "NUM": "1318", "PRO": "WR", "YEA": "1937", "CICO": "Whittier, CA", "NAME": "Wakoski Diane"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17553	waldman-anne-1945-04-02	{"d10": "1319"}	{"lerrcp": "D10-1319"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anne", "family": "Waldman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1945-04-02 12:20", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -75.03333, "lat": 39.4, "name": "Millville", "geoid": null}, "notime": null, "date-ut": "1945-04-02 16:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Anne", "family": "Waldman"}, "birth": {"tzo": "-04:00", "date": "1945-04-02 12:20", "place": {"c2": "NJ", "cy": "US", "lg": -75.03333, "lat": 39.4, "name": "Millville"}, "date-ut": "1945-04-02 16:20"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1319"}}, "raw": {"H": "12:20", "TZ": "4h", "DAY": "2", "LAT": "39N24", "LON": "75W2", "MON": "4", "NUM": "1319", "PRO": "WR", "YEA": "1945", "CICO": "Millville, NJ", "NAME": "Waldman Anne"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17554	walker-clint-1927-05-30	{"d10": "1320"}	{"lerrcp": "D10-1320"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clint", "family": "Walker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1927-05-30 13:15", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -90.1, "lat": 38.83333, "name": "Hartford", "geoid": null}, "notime": null, "date-ut": "1927-05-30 19:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Clint", "family": "Walker"}, "birth": {"tzo": "-06:00", "date": "1927-05-30 13:15", "place": {"c2": "IL", "cy": "US", "lg": -90.1, "lat": 38.83333, "name": "Hartford"}, "date-ut": "1927-05-30 19:15"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1320"}}, "raw": {"H": "13:15", "TZ": "6h", "DAY": "30", "LAT": "38N50", "LON": "90W6", "MON": "5", "NUM": "1320", "PRO": "AC", "YEA": "1927", "CICO": "Hartford, IL", "NAME": "Walker Clint"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17555	wall-frederick-1912-12-14	{"d10": "1321"}	{"lerrcp": "D10-1321"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frederick", "family": "Wall", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1912-12-14 22:00", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -92.88333, "lat": 47.48333, "name": "Chisholm", "geoid": null}, "notime": null, "date-ut": "1912-12-15 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Frederick", "family": "Wall"}, "birth": {"tzo": "-06:00", "date": "1912-12-14 22:00", "place": {"c2": "MN", "cy": "US", "lg": -92.88333, "lat": 47.48333, "name": "Chisholm"}, "date-ut": "1912-12-15 04:00"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1321"}}, "raw": {"H": "22:00", "TZ": "6h", "DAY": "14", "LAT": "47N29", "LON": "92W53", "MON": "12", "NUM": "1321", "PRO": "SC", "YEA": "1912", "CICO": "Chisholm, MN", "NAME": "Wall Frederick"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17556	walt-lewis-1913-02-16	{"d10": "1322"}	{"lerrcp": "D10-1322"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lewis", "family": "Walt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1913-02-16 15:30", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -96.35, "lat": 39.15, "name": "Waubaunsee County", "geoid": null}, "notime": null, "date-ut": "1913-02-16 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Lewis", "family": "Walt"}, "birth": {"tzo": "-06:00", "date": "1913-02-16 15:30", "place": {"c2": "KS", "cy": "US", "lg": -96.35, "lat": 39.15, "name": "Waubaunsee County"}, "date-ut": "1913-02-16 21:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1322"}}, "raw": {"H": "15:30", "TZ": "6h", "DAY": "16", "LAT": "39N9", "LON": "96W21", "MON": "2", "NUM": "1322", "PRO": "MI", "YEA": "1913", "CICO": "Waubaunsee County, KS", "NAME": "Walt Lewis"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17558	wantling-william-1933-11-07	{"d10": "1324"}	{"lerrcp": "D10-1324"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Wantling", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1933-11-07 13:45", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -89.6, "lat": 40.7, "name": "Peoria", "geoid": null}, "notime": null, "date-ut": "1933-11-07 19:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "William", "family": "Wantling"}, "birth": {"tzo": "-06:00", "date": "1933-11-07 13:45", "place": {"c2": "IL", "cy": "US", "lg": -89.6, "lat": 40.7, "name": "Peoria"}, "date-ut": "1933-11-07 19:45"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1324"}}, "raw": {"H": "13:45", "TZ": "6h", "DAY": "7", "LAT": "40N42", "LON": "89W36", "MON": "11", "NUM": "1324", "PRO": "WR", "YEA": "1933", "CICO": "Peoria, IL", "NAME": "Wantling William"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17559	ward-roger-1921-01-10	{"d10": "1325", "3a_sports": "4304", "rawlins-ertel-irving": "378"}	{"ertel": "ES-4304", "csicop": "CS-378", "lerrcp": "D10-1325"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Ward", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1921-01-10 03:15", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -98.1, "lat": 39.46667, "name": "Beloit", "geoid": null}, "notime": null, "date-ut": "1921-01-10 09:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Ward"}, "birth": {"tzo": "-06:00", "date": "1921-01-10 03:15", "place": {"c2": "KS", "cy": "US", "lg": -98.1, "lat": 39.46667, "name": "Beloit"}, "date-ut": "1921-01-10 09:15"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1325"}}, "raw": {"H": "03:15", "TZ": "6h", "DAY": "10", "LAT": "39N28", "LON": "98W6", "MON": "1", "NUM": "1325", "PRO": "SP", "YEA": "1921", "CICO": "Beloit, KS", "NAME": "Ward Roger"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["motor-sports-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "378"}}, "raw": {"LA1": "39", "LA2": "28", "LO1": "98", "LO2": "6", "AMPM": "A", "MARS": "27", "NAME": "Ward", "BATCH": "1", "Satz#": "378", "GEBDAT": "10 1 1921", "GEBORT": "KS", "GEBZEIT": "3 15", "VORNAME": "Roger Morris", "SPORTART": "AUTO", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["motor-sports-competitor"], "partial-ids": {"ertel": "ES-4304"}}, "raw": {"L": "", "MF": "", "NR": "4304", "ENG": "", "MA_": "1", "G_NR": "1325", "MA12": "9", "MARS": "27", "NAME": "Ward", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "0,500", "CSINR": "378", "KURTZ": "", "PHAS_": "0,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "10.01.", "ZITATE": "CE", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Roger Morris", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "10.01.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17560	warfield-paul-1942-11-28	{"d10": "1326", "3a_sports": "4305", "rawlins-ertel-irving": "379"}	{"ertel": "ES-4305", "csicop": "CS-379", "lerrcp": "D10-1326"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Warfield", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-04:00", "date": "1942-11-28 11:43", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -80.81667, "lat": 41.23333, "name": "Warren", "geoid": null}, "notime": null, "date-ut": "1942-11-28 15:43"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Warfield"}, "birth": {"tzo": "-04:00", "date": "1942-11-28 11:43", "place": {"c2": "OH", "cy": "US", "lg": -80.81667, "lat": 41.23333, "name": "Warren"}, "date-ut": "1942-11-28 15:43"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1326"}}, "raw": {"H": "11:43", "TZ": "4h", "DAY": "28", "LAT": "41N14", "LON": "80W49", "MON": "11", "NUM": "1326", "PRO": "SP", "YEA": "1942", "CICO": "Warren, OH", "NAME": "Warfield Paul"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "379"}}, "raw": {"LA1": "41", "LA2": "14", "LO1": "80", "LO2": "48", "AMPM": "A", "MARS": "9", "NAME": "Warfield", "BATCH": "1", "Satz#": "379", "GEBDAT": "28 11 1942", "GEBORT": "OH", "GEBZEIT": "11 43", "VORNAME": "Paul D", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-4305"}}, "raw": {"L": "", "MF": "", "NR": "4305", "ENG": "0", "MA_": "2", "G_NR": "1326", "MA12": "3", "MARS": "9", "NAME": "Warfield", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-7,300", "CSINR": "379", "KURTZ": "", "PHAS_": "77,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "28.11.", "ZITATE": "B", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Paul D.", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "28.11.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17562	warnecke-john-1919-02-24	{"d10": "1328"}	{"lerrcp": "D10-1328"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Warnecke", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1919-02-24 22:40", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.26667, "lat": 37.81667, "name": "Oakland", "geoid": null}, "notime": null, "date-ut": "1919-02-25 06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "John", "family": "Warnecke"}, "birth": {"tzo": "-08:00", "date": "1919-02-24 22:40", "place": {"c2": "CA", "cy": "US", "lg": -122.26667, "lat": 37.81667, "name": "Oakland"}, "date-ut": "1919-02-25 06:40"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1328"}}, "raw": {"H": "22:40", "TZ": "8h", "DAY": "24", "LAT": "37N49", "LON": "122W16", "MON": "2", "NUM": "1328", "PRO": "EX", "YEA": "1919", "CICO": "Oakland, CA", "NAME": "Warnecke John"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17563	warner-harry-1916-07-07	{"d10": "1329"}	{"lerrcp": "D10-1329"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Harry", "family": "Warner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1916-07-07 08:30", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83, "lat": 39.96667, "name": "Columbus", "geoid": null}, "notime": null, "date-ut": "1916-07-07 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Harry", "family": "Warner"}, "birth": {"tzo": "-06:00", "date": "1916-07-07 08:30", "place": {"c2": "OH", "cy": "US", "lg": -83, "lat": 39.96667, "name": "Columbus"}, "date-ut": "1916-07-07 14:30"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1329"}}, "raw": {"H": "08:30", "TZ": "6h", "DAY": "7", "LAT": "39N58", "LON": "83W0", "MON": "7", "NUM": "1329", "PRO": "EX", "YEA": "1916", "CICO": "Columbus, OH", "NAME": "Warner Harry"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17564	warringer-frederick-1916-06-02	{"d10": "1330"}	{"lerrcp": "D10-1330"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frederick", "family": "Warringer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1916-06-02 09:15", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.15, "lat": 34.15, "name": "Pasadena", "geoid": null}, "notime": null, "date-ut": "1916-06-02 17:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Frederick", "family": "Warringer"}, "birth": {"tzo": "-08:00", "date": "1916-06-02 09:15", "place": {"c2": "CA", "cy": "US", "lg": -118.15, "lat": 34.15, "name": "Pasadena"}, "date-ut": "1916-06-02 17:15"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1330"}}, "raw": {"H": "09:15", "TZ": "8h", "DAY": "2", "LAT": "34N9", "LON": "118W9", "MON": "6", "NUM": "1330", "PRO": "AC", "YEA": "1916", "CICO": "Pasadena, CA", "NAME": "Warringer Frederick"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17565	warwick-dionne-1940-12-12	{"d10": "1331"}	{"lerrcp": "D10-1331"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dionne", "family": "Warwick", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1940-12-12 15:08", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.23333, "lat": 40.76667, "name": "Orange", "geoid": null}, "notime": null, "date-ut": "1940-12-12 20:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Dionne", "family": "Warwick"}, "birth": {"tzo": "-05:00", "date": "1940-12-12 15:08", "place": {"c2": "NJ", "cy": "US", "lg": -74.23333, "lat": 40.76667, "name": "Orange"}, "date-ut": "1940-12-12 20:08"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1331"}}, "raw": {"H": "15:08", "TZ": "5h", "DAY": "12", "LAT": "40N46", "LON": "74W14", "MON": "12", "NUM": "1331", "PRO": "AC", "YEA": "1940", "CICO": "Orange, NJ", "NAME": "Warwick Dionne"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17566	wasserburg-gerald-1927-03-25	{"d10": "1332"}	{"lerrcp": "D10-1332"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gerald", "family": "Wasserburg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1927-03-25 00:55", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.45, "lat": 40.5, "name": "New Brunswick", "geoid": null}, "notime": null, "date-ut": "1927-03-25 05:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Gerald", "family": "Wasserburg"}, "birth": {"tzo": "-05:00", "date": "1927-03-25 00:55", "place": {"c2": "NJ", "cy": "US", "lg": -74.45, "lat": 40.5, "name": "New Brunswick"}, "date-ut": "1927-03-25 05:55"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1332"}}, "raw": {"H": "00:55", "TZ": "5h", "DAY": "25", "LAT": "40N30", "LON": "74W27", "MON": "3", "NUM": "1332", "PRO": "SC", "YEA": "1927", "CICO": "New Brunswick, NJ", "NAME": "Wasserburg Gerald"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17567	watson-robert-1925-12-26	{"d10": "1333"}	{"lerrcp": "D10-1333"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Watson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1925-12-26 12:00", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.11667, "lat": 40.85, "name": "Passaic", "geoid": null}, "notime": null, "date-ut": "1925-12-26 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Watson"}, "birth": {"tzo": "-05:00", "date": "1925-12-26 12:00", "place": {"c2": "NJ", "cy": "US", "lg": -74.11667, "lat": 40.85, "name": "Passaic"}, "date-ut": "1925-12-26 17:00"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1333"}}, "raw": {"H": "12:00", "TZ": "5h", "DAY": "26", "LAT": "40N51", "LON": "74W7", "MON": "12", "NUM": "1333", "PRO": "WR", "YEA": "1925", "CICO": "Passaic, NJ", "NAME": "Watson Robert"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17569	wegman-william-1943-02-12	{"d10": "1335"}	{"lerrcp": "D10-1335"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Wegman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1943-02-12 04:00", "note": null, "place": {"c1": null, "c2": "MA", "c3": null, "cy": "US", "lg": -72.61667, "lat": 42.2, "name": "Holyoke", "geoid": null}, "notime": null, "date-ut": "1943-02-12 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "William", "family": "Wegman"}, "birth": {"tzo": "-04:00", "date": "1943-02-12 04:00", "place": {"c2": "MA", "cy": "US", "lg": -72.61667, "lat": 42.2, "name": "Holyoke"}, "date-ut": "1943-02-12 08:00"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1335"}}, "raw": {"H": "04:00", "TZ": "4h", "DAY": "12", "LAT": "42N12", "LON": "72W37", "MON": "2", "NUM": "1335", "PRO": "AR", "YEA": "1943", "CICO": "Holyoke, MA", "NAME": "Wegman William"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17570	weinberger-caspar-1917-08-18	{"d10": "1336"}	{"lerrcp": "D10-1336"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Caspar", "family": "Weinberger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1917-08-18 15:10", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1917-08-18 23:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Caspar", "family": "Weinberger"}, "birth": {"tzo": "-08:00", "date": "1917-08-18 15:10", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1917-08-18 23:10"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1336"}}, "raw": {"H": "15:10", "TZ": "8h", "DAY": "18", "LAT": "37N47", "LON": "122W25", "MON": "8", "NUM": "1336", "PRO": "PO", "YEA": "1917", "CICO": "San Francisco, CA", "NAME": "Weinberger Caspar"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17571	weisner-maurice-1917-11-20	{"d10": "1337"}	{"lerrcp": "D10-1337"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Weisner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1917-11-20 21:00", "note": null, "place": {"c1": null, "c2": "TN", "c3": null, "cy": "US", "lg": -83.91667, "lat": 35.96667, "name": "Knoxville", "geoid": null}, "notime": null, "date-ut": "1917-11-21 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Weisner"}, "birth": {"tzo": "-06:00", "date": "1917-11-20 21:00", "place": {"c2": "TN", "cy": "US", "lg": -83.91667, "lat": 35.96667, "name": "Knoxville"}, "date-ut": "1917-11-21 03:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1337"}}, "raw": {"H": "21:00", "TZ": "6h", "DAY": "20", "LAT": "35N58", "LON": "83W55", "MON": "11", "NUM": "1337", "PRO": "MI", "YEA": "1917", "CICO": "Knoxville, TN", "NAME": "Weisner Maurice"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17572	welch-raquel-1940-09-05	{"d10": "1338"}	{"lerrcp": "D10-1338"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raquel", "family": "Welch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1940-09-05 14:04", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago", "geoid": null}, "notime": null, "date-ut": "1940-09-05 19:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Raquel", "family": "Welch"}, "birth": {"tzo": "-05:00", "date": "1940-09-05 14:04", "place": {"c2": "IL", "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago"}, "date-ut": "1940-09-05 19:04"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1338"}}, "raw": {"H": "14:04", "TZ": "5h", "DAY": "5", "LAT": "41N52", "LON": "87W39", "MON": "9", "NUM": "1338", "PRO": "AC", "YEA": "1940", "CICO": "Chicago, IL", "NAME": "Welch Raquel"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17574	wells-mary-1928-05-25	{"d10": "1340"}	{"lerrcp": "D10-1340"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mary", "family": "Wells", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1928-05-25 11:30", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -80.65, "lat": 41.1, "name": "Youngstown", "geoid": null}, "notime": null, "date-ut": "1928-05-25 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Mary", "family": "Wells"}, "birth": {"tzo": "-05:00", "date": "1928-05-25 11:30", "place": {"c2": "OH", "cy": "US", "lg": -80.65, "lat": 41.1, "name": "Youngstown"}, "date-ut": "1928-05-25 16:30"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1340"}}, "raw": {"H": "11:30", "TZ": "5h", "DAY": "25", "LAT": "41N6", "LON": "80W39", "MON": "5", "NUM": "1340", "PRO": "EX", "YEA": "1928", "CICO": "Youngstown, OH", "NAME": "Wells Mary"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17576	wescott-glenway-1901-04-11	{"d10": "1342"}	{"lerrcp": "D10-1342"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Glenway", "family": "Wescott", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1901-04-11 17:00", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -88.23333, "lat": 43.51667, "name": "Kewaskum", "geoid": null}, "notime": null, "date-ut": "1901-04-11 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Glenway", "family": "Wescott"}, "birth": {"tzo": "-06:00", "date": "1901-04-11 17:00", "place": {"c2": "WI", "cy": "US", "lg": -88.23333, "lat": 43.51667, "name": "Kewaskum"}, "date-ut": "1901-04-11 23:00"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1342"}}, "raw": {"H": "17:00", "TZ": "6h", "DAY": "11", "LAT": "43N31", "LON": "88W14", "MON": "4", "NUM": "1342", "PRO": "WR", "YEA": "1901", "CICO": "Kewaskum, WI", "NAME": "Wescott Glenway"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17573	welles-orson-1915-05-06	{"d10": "1339", "afd2": "594"}	{"lerrcp": "D10-1339", "muller": "M2-594"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Orson", "family": "Welles", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1915-05-06 07:00", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -87.81667, "lat": 42.58333, "name": "Kenosha", "geoid": null}, "notime": null, "date-ut": "1915-05-06 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Orson", "family": "Welles"}, "birth": {"tzo": "-06:00", "date": "1915-05-06 07:00", "place": {"c2": "WI", "cy": "US", "lg": -87.81667, "lat": 42.58333, "name": "Kenosha"}, "date-ut": "1915-05-06 13:00"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1339"}}, "raw": {"H": "07:00", "TZ": "6h", "DAY": "6", "LAT": "42N35", "LON": "87W49", "MON": "5", "NUM": "1339", "PRO": "AC", "YEA": "1915", "CICO": "Kenosha, WI", "NAME": "Welles Orson"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["actor"], "ids-in-sources": {"afd2": "594"}}, "raw": {"CY": "USA", "GQ": "G", "LG": "087 W 55", "LAT": "42 N 40", "TZO": "6.00", "DATE": "06.05.1915", "MUID": "594", "NAME": "Welles, Orson", "OCCU": "AR 03", "TIME": "07.00", "BOOKS": "57", "PLACE": "Kenosha (Wis)", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
17577	wesselmann-tom-1931-02-23	{"d10": "1343"}	{"lerrcp": "D10-1343"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tom", "family": "Wesselmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1931-02-23 08:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati", "geoid": null}, "notime": null, "date-ut": "1931-02-23 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Tom", "family": "Wesselmann"}, "birth": {"tzo": "-05:00", "date": "1931-02-23 08:00", "place": {"c2": "OH", "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati"}, "date-ut": "1931-02-23 13:00"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1343"}}, "raw": {"H": "08:00", "TZ": "5h", "DAY": "23", "LAT": "39N6", "LON": "84W31", "MON": "2", "NUM": "1343", "PRO": "AR", "YEA": "1931", "CICO": "Cincinnati, OH", "NAME": "Wesselmann Tom"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17578	westermann-horace-1922-12-11	{"d10": "1344"}	{"lerrcp": "D10-1344"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Horace", "family": "Westermann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1922-12-11 09:35", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1922-12-11 17:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Horace", "family": "Westermann"}, "birth": {"tzo": "-08:00", "date": "1922-12-11 09:35", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1922-12-11 17:35"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1344"}}, "raw": {"H": "09:35", "TZ": "8h", "DAY": "11", "LAT": "34N4", "LON": "118W15", "MON": "12", "NUM": "1344", "PRO": "WR", "YEA": "1922", "CICO": "Los Angeles, CA", "NAME": "Westermann Horace"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17579	weyand-frederick-1916-09-15	{"d10": "1345"}	{"lerrcp": "D10-1345"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frederick", "family": "Weyand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1916-09-15 13:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.05, "lat": 39.01667, "name": "Arbuckle", "geoid": null}, "notime": null, "date-ut": "1916-09-15 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Frederick", "family": "Weyand"}, "birth": {"tzo": "-08:00", "date": "1916-09-15 13:00", "place": {"c2": "CA", "cy": "US", "lg": -122.05, "lat": 39.01667, "name": "Arbuckle"}, "date-ut": "1916-09-15 21:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1345"}}, "raw": {"H": "13:00", "TZ": "8h", "DAY": "15", "LAT": "39N1", "LON": "122W3", "MON": "9", "NUM": "1345", "PRO": "MI", "YEA": "1916", "CICO": "Arbuckle, CA", "NAME": "Weyand Frederick"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17580	weyerhaeuser-george-1926-07-08	{"d10": "1346"}	{"lerrcp": "D10-1346"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "George", "family": "Weyerhaeuser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1926-07-08 07:11", "note": null, "place": {"c1": null, "c2": "WA", "c3": null, "cy": "US", "lg": -122.33333, "lat": 47.6, "name": "Seattle", "geoid": null}, "notime": null, "date-ut": "1926-07-08 15:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "George", "family": "Weyerhaeuser"}, "birth": {"tzo": "-08:00", "date": "1926-07-08 07:11", "place": {"c2": "WA", "cy": "US", "lg": -122.33333, "lat": 47.6, "name": "Seattle"}, "date-ut": "1926-07-08 15:11"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1346"}}, "raw": {"H": "07:11", "TZ": "8h", "DAY": "8", "LAT": "47N36", "LON": "122W20", "MON": "7", "NUM": "1346", "PRO": "EX", "YEA": "1926", "CICO": "Seattle, WA", "NAME": "Weyerhaeuser George"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17581	whitaker-johnny-1959-12-13	{"d10": "1347"}	{"lerrcp": "D10-1347"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johnny", "family": "Whitaker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1959-12-13 00:14", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.43333, "lat": 34.18333, "name": "Van Nuys", "geoid": null}, "notime": null, "date-ut": "1959-12-13 08:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Johnny", "family": "Whitaker"}, "birth": {"tzo": "-08:00", "date": "1959-12-13 00:14", "place": {"c2": "CA", "cy": "US", "lg": -118.43333, "lat": 34.18333, "name": "Van Nuys"}, "date-ut": "1959-12-13 08:14"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1347"}}, "raw": {"H": "00:14", "TZ": "8h", "DAY": "13", "LAT": "34N11", "LON": "118W26", "MON": "12", "NUM": "1347", "PRO": "AC", "YEA": "1959", "CICO": "Van Nuys, CA", "NAME": "Whitaker Johnny"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17583	white-edward-1930-11-14	{"d10": "1349"}	{"lerrcp": "D10-1349"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edward", "family": "White", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1930-11-14 06:20", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -98.5, "lat": 29.41667, "name": "San Antonio", "geoid": null}, "notime": null, "date-ut": "1930-11-14 12:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edward", "family": "White"}, "birth": {"tzo": "-06:00", "date": "1930-11-14 06:20", "place": {"c2": "TX", "cy": "US", "lg": -98.5, "lat": 29.41667, "name": "San Antonio"}, "date-ut": "1930-11-14 12:20"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1349"}}, "raw": {"H": "06:20", "TZ": "6h", "DAY": "14", "LAT": "29N25", "LON": "98W30", "MON": "11", "NUM": "1349", "PRO": "MI", "YEA": "1930", "CICO": "San Antonio, TX", "NAME": "White Edward"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17585	whitman-stuart-1928-02-01	{"d10": "1351"}	{"lerrcp": "D10-1351"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stuart", "family": "Whitman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1928-02-01 09:25", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1928-02-01 17:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Stuart", "family": "Whitman"}, "birth": {"tzo": "-08:00", "date": "1928-02-01 09:25", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1928-02-01 17:25"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1351"}}, "raw": {"H": "09:25", "TZ": "8h", "DAY": "1", "LAT": "37N47", "LON": "122W25", "MON": "2", "NUM": "1351", "PRO": "AC", "YEA": "1928", "CICO": "San Francisco, CA", "NAME": "Whitman Stuart"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17584	white-jo-1946-11-14	{"d10": "1350", "3a_sports": "4319"}	{"ertel": "ES-4319", "lerrcp": "D10-1350"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jo", "family": "White", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1946-11-14 02:59", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis", "geoid": null}, "notime": null, "date-ut": "1946-11-14 08:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Jo", "family": "White"}, "birth": {"tzo": "-06:00", "date": "1946-11-14 02:59", "place": {"c2": "MO", "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis"}, "date-ut": "1946-11-14 08:59"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1350"}}, "raw": {"H": "02:59", "TZ": "6h", "DAY": "14", "LAT": "38N37", "LON": "90W12", "MON": "11", "NUM": "1350", "PRO": "SP", "YEA": "1946", "CICO": "St Louis, MO", "NAME": "White Jo"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["basketball-player"], "partial-ids": {"ertel": "ES-4319"}}, "raw": {"L": "", "MF": "", "NR": "4319", "ENG": "", "MA_": "1", "G_NR": "1350", "MA12": "10", "MARS": "30", "NAME": "White", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-9,900", "CSINR": "", "KURTZ": "", "PHAS_": "71,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "14.11.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jo Jo (Joseph)", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "14.11.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BASK", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17587	wicker-tom-1926-06-18	{"d10": "1353"}	{"lerrcp": "D10-1353"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tom", "family": "Wicker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1926-06-18 09:40", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -79.7, "lat": 35.88333, "name": "Hamlet", "geoid": null}, "notime": null, "date-ut": "1926-06-18 14:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Tom", "family": "Wicker"}, "birth": {"tzo": "-05:00", "date": "1926-06-18 09:40", "place": {"c2": "NC", "cy": "US", "lg": -79.7, "lat": 35.88333, "name": "Hamlet"}, "date-ut": "1926-06-18 14:40"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1353"}}, "raw": {"H": "09:40", "TZ": "5h", "DAY": "18", "LAT": "35N53", "LON": "79W42", "MON": "6", "NUM": "1353", "PRO": "WR", "YEA": "1926", "CICO": "Hamlet, NC", "NAME": "Wicker Tom"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17588	widmark-richard-1914-12-26	{"d10": "1354"}	{"lerrcp": "D10-1354"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Widmark", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1914-12-26 00:45", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -92.85, "lat": 45.55, "name": "Sunrise", "geoid": null}, "notime": null, "date-ut": "1914-12-26 06:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Widmark"}, "birth": {"tzo": "-06:00", "date": "1914-12-26 00:45", "place": {"c2": "MN", "cy": "US", "lg": -92.85, "lat": 45.55, "name": "Sunrise"}, "date-ut": "1914-12-26 06:45"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1354"}}, "raw": {"H": "00:45", "TZ": "6h", "DAY": "26", "LAT": "45N33", "LON": "92W51", "MON": "12", "NUM": "1354", "PRO": "AC", "YEA": "1914", "CICO": "Sunrise, MN", "NAME": "Widmark Richard"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17589	wieseman-frederick-1908-03-16	{"d10": "1355"}	{"lerrcp": "D10-1355"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frederick", "family": "Wieseman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1908-03-16 16:45", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": "Milwaukee", "geoid": null}, "notime": null, "date-ut": "1908-03-16 22:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Frederick", "family": "Wieseman"}, "birth": {"tzo": "-06:00", "date": "1908-03-16 16:45", "place": {"c2": "WI", "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": "Milwaukee"}, "date-ut": "1908-03-16 22:45"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1355"}}, "raw": {"H": "16:45", "TZ": "6h", "DAY": "16", "LAT": "43N2", "LON": "87W55", "MON": "3", "NUM": "1355", "PRO": "MI", "YEA": "1908", "CICO": "Milwaukee, WI", "NAME": "Wieseman Frederick"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17591	wilhelm-james-1922-07-26	{"d10": "1357", "3a_sports": "4324", "rawlins-ertel-irving": "392"}	{"ertel": "ES-4324", "csicop": "CS-392", "lerrcp": "D10-1357"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Wilhelm", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1922-07-26 02:30", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -80.85, "lat": 35.41667, "name": "Huntersville", "geoid": null}, "notime": null, "date-ut": "1922-07-26 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["baseball-player"]	5	null	[{"new": {"name": {"given": "James", "family": "Wilhelm"}, "birth": {"tzo": "-05:00", "date": "1922-07-26 02:30", "place": {"c2": "NC", "cy": "US", "lg": -80.85, "lat": 35.41667, "name": "Huntersville"}, "date-ut": "1922-07-26 07:30"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1357"}}, "raw": {"H": "02:30", "TZ": "5h", "DAY": "26", "LAT": "35N25", "LON": "80W51", "MON": "7", "NUM": "1357", "PRO": "SP", "YEA": "1922", "CICO": "Huntersville, NC", "NAME": "Wilhelm James"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["baseball-player"]], "ids-in-sources": {"rawlins-ertel-irving": "392"}}, "raw": {"LA1": "35", "LA2": "25", "LO1": "80", "LO2": "50", "AMPM": "A", "MARS": "20", "NAME": "Wilhelm", "BATCH": "1", "Satz#": "392", "GEBDAT": "26 7 1922", "GEBORT": "NC", "GEBZEIT": "2 30", "VORNAME": "James Hoyt", "SPORTART": "BASE", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["baseball-player"], "partial-ids": {"ertel": "ES-4324"}}, "raw": {"L": "", "MF": "", "NR": "4324", "ENG": "", "MA_": "1", "G_NR": "1357", "MA12": "7", "MARS": "20", "NAME": "Wilhelm", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "2,800", "CSINR": "392", "KURTZ": "", "PHAS_": "3,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "26.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "James Hoyt", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.07.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BASE", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17592	wilkinson-eugene-1918-08-10	{"d10": "1358"}	{"lerrcp": "D10-1358"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugene", "family": "Wilkinson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1918-08-10 12:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.18333, "lat": 33.78333, "name": "Long Beach", "geoid": null}, "notime": null, "date-ut": "1918-08-10 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eugene", "family": "Wilkinson"}, "birth": {"tzo": "-07:00", "date": "1918-08-10 12:00", "place": {"c2": "CA", "cy": "US", "lg": -118.18333, "lat": 33.78333, "name": "Long Beach"}, "date-ut": "1918-08-10 19:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1358"}}, "raw": {"H": "12:00", "TZ": "7h", "DAY": "10", "LAT": "33N47", "LON": "118W11", "MON": "8", "NUM": "1358", "PRO": "MI", "YEA": "1918", "CICO": "Long Beach, CA", "NAME": "Wilkinson Eugene"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17595	williams-cindy-1947-08-22	{"d10": "1361"}	{"lerrcp": "D10-1361"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cindy", "family": "Williams", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1947-08-22 16:35", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.43333, "lat": 34.18333, "name": "Van Nuys", "geoid": null}, "notime": null, "date-ut": "1947-08-23 00:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Cindy", "family": "Williams"}, "birth": {"tzo": "-08:00", "date": "1947-08-22 16:35", "place": {"c2": "CA", "cy": "US", "lg": -118.43333, "lat": 34.18333, "name": "Van Nuys"}, "date-ut": "1947-08-23 00:35"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1361"}}, "raw": {"H": "16:35", "TZ": "8h", "DAY": "22", "LAT": "34N11", "LON": "118W26", "MON": "8", "NUM": "1361", "PRO": "AC", "YEA": "1947", "CICO": "Van Nuys, CA", "NAME": "Williams Cindy"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17596	williams-emmett-1925-04-04	{"d10": "1362"}	{"lerrcp": "D10-1362"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emmett", "family": "Williams", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1925-04-04 10:00", "note": null, "place": {"c1": null, "c2": "SC", "c3": null, "cy": "US", "lg": -82.4, "lat": 34.85, "name": "Greenville", "geoid": null}, "notime": null, "date-ut": "1925-04-04 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Emmett", "family": "Williams"}, "birth": {"tzo": "-05:00", "date": "1925-04-04 10:00", "place": {"c2": "SC", "cy": "US", "lg": -82.4, "lat": 34.85, "name": "Greenville"}, "date-ut": "1925-04-04 15:00"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1362"}}, "raw": {"H": "10:00", "TZ": "5h", "DAY": "4", "LAT": "34N51", "LON": "82W24", "MON": "4", "NUM": "1362", "PRO": "WR", "YEA": "1925", "CICO": "Greenville, SC", "NAME": "Williams Emmett"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17594	williams-charles-1936-11-04	{"d10": "1360", "3a_sports": "4326", "rawlins-ertel-irving": "394"}	{"ertel": "ES-4326", "csicop": "CS-394", "lerrcp": "D10-1360"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Williams", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1936-11-04 00:21", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.16667, "lat": 40.73333, "name": "Newark", "geoid": null}, "notime": null, "date-ut": "1936-11-04 05:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor", "athletics-competitor"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Williams"}, "birth": {"tzo": "-05:00", "date": "1936-11-04 00:21", "place": {"c2": "NJ", "cy": "US", "lg": -74.16667, "lat": 40.73333, "name": "Newark"}, "date-ut": "1936-11-04 05:21"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1360"}}, "raw": {"H": "00:21", "TZ": "5h", "DAY": "4", "LAT": "40N44", "LON": "74W10", "MON": "11", "NUM": "1360", "PRO": "WR", "YEA": "1936", "CICO": "Newark, NJ", "NAME": "Williams Charles"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": ["CHECK birth day : D10-1360 1936-11-04 / CSID 394 1938-06-15"], "occus": [["athletics-competitor"]], "to-check": true, "ids-in-sources": {"rawlins-ertel-irving": "394"}}, "raw": {"LA1": "30", "LA2": "46", "LO1": "88", "LO2": "8", "AMPM": "A", "MARS": "26", "NAME": "Williams", "BATCH": "1", "Satz#": "394", "GEBDAT": "15 6 1938", "GEBORT": "AL", "GEBZEIT": "12 0", "VORNAME": "Billy Leo", "SPORTART": "TRAC", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:42+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-4326"}}, "raw": {"L": "", "MF": "", "NR": "4326", "ENG": "", "MA_": "1", "G_NR": "1360", "MA12": "9", "MARS": "26", "NAME": "Williams", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-2,700", "CSINR": "396", "KURTZ": "", "PHAS_": "96,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "15.06.", "ZITATE": "TX", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Billy Leo", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "15.06.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	["CHECK birth day : D10-1360 1936-11-04 / CSID 394 1938-06-15"]
17597	williams-john-1909-10-29	{"d10": "1364"}	{"lerrcp": "D10-1364"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Williams", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1909-10-29 16:30", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1909-10-30 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "John", "family": "Williams"}, "birth": {"tzo": "-08:00", "date": "1909-10-29 16:30", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1909-10-30 00:30"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1364"}}, "raw": {"H": "16:30", "TZ": "8h", "DAY": "29", "LAT": "34N4", "LON": "118W15", "MON": "10", "NUM": "1364", "PRO": "PO", "YEA": "1909", "CICO": "Los Angeles, CA", "NAME": "Williams John"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17598	williams-jonathan-1929-03-08	{"d10": "1365"}	{"lerrcp": "D10-1365"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jonathan", "family": "Williams", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1929-03-08 02:15", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -82.55, "lat": 35.6, "name": "Asheville", "geoid": null}, "notime": null, "date-ut": "1929-03-08 07:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jonathan", "family": "Williams"}, "birth": {"tzo": "-05:00", "date": "1929-03-08 02:15", "place": {"c2": "NC", "cy": "US", "lg": -82.55, "lat": 35.6, "name": "Asheville"}, "date-ut": "1929-03-08 07:15"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1365"}}, "raw": {"H": "02:15", "TZ": "5h", "DAY": "8", "LAT": "35N36", "LON": "82W33", "MON": "3", "NUM": "1365", "PRO": "WR", "YEA": "1929", "CICO": "Asheville, NC", "NAME": "Williams Jonathan"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17600	williams-robert-1913-02-07	{"d10": "1367"}	{"lerrcp": "D10-1367"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Williams", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1913-02-07 13:40", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1913-02-07 21:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Williams"}, "birth": {"tzo": "-08:00", "date": "1913-02-07 13:40", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1913-02-07 21:40"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1367"}}, "raw": {"H": "13:40", "TZ": "8h", "DAY": "7", "LAT": "37N47", "LON": "122W25", "MON": "2", "NUM": "1367", "PRO": "EX", "YEA": "1913", "CICO": "San Francisco, CA", "NAME": "Williams Robert"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17601	williams-robley-1908-10-13	{"d10": "1368"}	{"lerrcp": "D10-1368"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robley", "family": "Williams", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1908-10-13 00:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.71667, "lat": 38.43333, "name": "Santa Rosa", "geoid": null}, "notime": null, "date-ut": "1908-10-13 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Robley", "family": "Williams"}, "birth": {"tzo": "-08:00", "date": "1908-10-13 00:00", "place": {"c2": "CA", "cy": "US", "lg": -122.71667, "lat": 38.43333, "name": "Santa Rosa"}, "date-ut": "1908-10-13 08:00"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1368"}}, "raw": {"H": "00:00", "TZ": "8h", "DAY": "13", "LAT": "38N26", "LON": "122W43", "MON": "10", "NUM": "1368", "PRO": "SC", "YEA": "1908", "CICO": "Santa Rosa, CA", "NAME": "Williams Robley"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17602	williams-stephen-1926-08-28	{"d10": "1369"}	{"lerrcp": "D10-1369"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stephen", "family": "Williams", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1926-08-28 17:20", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis", "geoid": null}, "notime": null, "date-ut": "1926-08-28 23:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Stephen", "family": "Williams"}, "birth": {"tzo": "-06:00", "date": "1926-08-28 17:20", "place": {"c2": "MN", "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis"}, "date-ut": "1926-08-28 23:20"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1369"}}, "raw": {"H": "17:20", "TZ": "6h", "DAY": "28", "LAT": "44N59", "LON": "93W16", "MON": "8", "NUM": "1369", "PRO": "SC", "YEA": "1926", "CICO": "Minneapolis, MN", "NAME": "Williams Stephen"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17604	williamson-ellis-1918-06-02	{"d10": "1371"}	{"lerrcp": "D10-1371"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ellis", "family": "Williamson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1918-06-02 06:00", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -79.23333, "lat": 34.98333, "name": "Raeford", "geoid": null}, "notime": null, "date-ut": "1918-06-02 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ellis", "family": "Williamson"}, "birth": {"tzo": "-04:00", "date": "1918-06-02 06:00", "place": {"c2": "NC", "cy": "US", "lg": -79.23333, "lat": 34.98333, "name": "Raeford"}, "date-ut": "1918-06-02 10:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1371"}}, "raw": {"H": "06:00", "TZ": "4h", "DAY": "2", "LAT": "34N59", "LON": "79W14", "MON": "6", "NUM": "1371", "PRO": "MI", "YEA": "1918", "CICO": "Raeford, NC", "NAME": "Williamson Ellis"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17606	willson-zack-1932-02-26	{"d10": "1373", "3a_sports": "4331"}	{"ertel": "ES-4331", "lerrcp": "D10-1373"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Zack", "family": "Willson", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1932-02-26 03:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83.16667, "lat": 40.95, "name": "Sycamore", "geoid": null}, "notime": null, "date-ut": "1932-02-26 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Zack", "family": "Willson"}, "birth": {"tzo": "-05:00", "date": "1932-02-26 03:00", "place": {"c2": "OH", "cy": "US", "lg": -83.16667, "lat": 40.95, "name": "Sycamore"}, "date-ut": "1932-02-26 08:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1373"}}, "raw": {"H": "03:00", "TZ": "5h", "DAY": "26", "LAT": "40N57", "LON": "83W10", "MON": "2", "NUM": "1373", "PRO": "SP", "YEA": "1932", "CICO": "Sycamore, OH", "NAME": "Willson Zack"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-4331"}}, "raw": {"L": "", "MF": "", "NR": "4331", "ENG": "", "MA_": "1", "G_NR": "1373", "MA12": "11", "MARS": "31", "NAME": "Wilson", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-8,700", "CSINR": "", "KURTZ": "", "PHAS_": "79,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "26.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Zack E.", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.02.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17607	wilson-flip-1933-12-08	{"d10": "1374"}	{"lerrcp": "D10-1374"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Flip", "family": "Wilson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1933-12-08 21:27", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.06667, "lat": 40.73333, "name": "Jersey City", "geoid": null}, "notime": null, "date-ut": "1933-12-09 02:27"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Flip", "family": "Wilson"}, "birth": {"tzo": "-05:00", "date": "1933-12-08 21:27", "place": {"c2": "NJ", "cy": "US", "lg": -74.06667, "lat": 40.73333, "name": "Jersey City"}, "date-ut": "1933-12-09 02:27"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1374"}}, "raw": {"H": "21:27", "TZ": "5h", "DAY": "8", "LAT": "40N44", "LON": "74W4", "MON": "12", "NUM": "1374", "PRO": "AC", "YEA": "1933", "CICO": "Jersey City, NJ", "NAME": "Wilson Flip"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17608	wilson-nancy-1937-02-20	{"d10": "1375"}	{"lerrcp": "D10-1375"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nancy", "family": "Wilson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1937-02-20 08:57", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -82.98333, "lat": 39.33333, "name": "Chillicothe", "geoid": null}, "notime": null, "date-ut": "1937-02-20 13:57"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "Nancy", "family": "Wilson"}, "birth": {"tzo": "-05:00", "date": "1937-02-20 08:57", "place": {"c2": "OH", "cy": "US", "lg": -82.98333, "lat": 39.33333, "name": "Chillicothe"}, "date-ut": "1937-02-20 13:57"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1375"}}, "raw": {"H": "08:57", "TZ": "5h", "DAY": "20", "LAT": "39N20", "LON": "82W59", "MON": "2", "NUM": "1375", "PRO": "AR", "YEA": "1937", "CICO": "Chillicothe, OH", "NAME": "Wilson Nancy"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17609	wilson-olin-1909-01-13	{"d10": "1376"}	{"lerrcp": "D10-1376"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Olin", "family": "Wilson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1909-01-13 13:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1909-01-13 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Olin", "family": "Wilson"}, "birth": {"tzo": "-08:00", "date": "1909-01-13 13:00", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1909-01-13 21:00"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1376"}}, "raw": {"H": "13:00", "TZ": "8h", "DAY": "13", "LAT": "37N47", "LON": "122W25", "MON": "1", "NUM": "1376", "PRO": "SC", "YEA": "1909", "CICO": "San Francisco, CA", "NAME": "Wilson Olin"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17610	wilson-robert-1921-05-24	{"d10": "1377"}	{"lerrcp": "D10-1377"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Wilson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1921-05-24 23:55", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -89.13333, "lat": 38.53333, "name": "Centralia", "geoid": null}, "notime": null, "date-ut": "1921-05-25 05:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Wilson"}, "birth": {"tzo": "-06:00", "date": "1921-05-24 23:55", "place": {"c2": "IL", "cy": "US", "lg": -89.13333, "lat": 38.53333, "name": "Centralia"}, "date-ut": "1921-05-25 05:55"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1377"}}, "raw": {"H": "23:55", "TZ": "6h", "DAY": "24", "LAT": "38N32", "LON": "89W8", "MON": "5", "NUM": "1377", "PRO": "MI", "YEA": "1921", "CICO": "Centralia, IL", "NAME": "Wilson Robert"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17611	wilson-robert-1936-01-09	{"d10": "1378"}	{"lerrcp": "D10-1378"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Wilson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1936-01-09 02:06", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -95.36667, "lat": 29.76667, "name": "Houston", "geoid": null}, "notime": null, "date-ut": "1936-01-09 08:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Wilson"}, "birth": {"tzo": "-06:00", "date": "1936-01-09 02:06", "place": {"c2": "TX", "cy": "US", "lg": -95.36667, "lat": 29.76667, "name": "Houston"}, "date-ut": "1936-01-09 08:06"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1378"}}, "raw": {"H": "02:06", "TZ": "6h", "DAY": "9", "LAT": "29N46", "LON": "95W22", "MON": "1", "NUM": "1378", "PRO": "SC", "YEA": "1936", "CICO": "Houston, TX", "NAME": "Wilson Robert"}, "date": "2023-08-20T14:44:05+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17612	winters-jonathan-1925-11-11	{"d10": "1379"}	{"lerrcp": "D10-1379"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jonathan", "family": "Winters", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1925-11-11 20:23", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.2, "lat": 39.75, "name": "Dayton", "geoid": null}, "notime": null, "date-ut": "1925-11-12 02:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jonathan", "family": "Winters"}, "birth": {"tzo": "-06:00", "date": "1925-11-11 20:23", "place": {"c2": "OH", "cy": "US", "lg": -84.2, "lat": 39.75, "name": "Dayton"}, "date-ut": "1925-11-12 02:23"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1379"}}, "raw": {"H": "20:23", "TZ": "6h", "DAY": "11", "LAT": "39N45", "LON": "84W12", "MON": "11", "NUM": "1379", "PRO": "AC", "YEA": "1925", "CICO": "Dayton, OH", "NAME": "Winters Jonathan"}, "date": "2023-08-20T14:44:05+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17613	winters-shelley-1922-08-18	{"d10": "1380"}	{"lerrcp": "D10-1380"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Shelley", "family": "Winters", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1922-08-18 00:05", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis", "geoid": null}, "notime": null, "date-ut": "1922-08-18 06:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Shelley", "family": "Winters"}, "birth": {"tzo": "-06:00", "date": "1922-08-18 00:05", "place": {"c2": "MO", "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis"}, "date-ut": "1922-08-18 06:05"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1380"}}, "raw": {"H": "00:05", "TZ": "6h", "DAY": "18", "LAT": "38N37", "LON": "90W12", "MON": "8", "NUM": "1380", "PRO": "AC", "YEA": "1922", "CICO": "St Louis, MO", "NAME": "Winters Shelley"}, "date": "2023-08-20T14:44:05+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17614	wisman-william-1918-05-30	{"d10": "1381"}	{"lerrcp": "D10-1381"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Wisman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1918-05-30 10:00", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -96.98333, "lat": 37.68333, "name": "Augusta", "geoid": null}, "notime": null, "date-ut": "1918-05-30 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "William", "family": "Wisman"}, "birth": {"tzo": "-05:00", "date": "1918-05-30 10:00", "place": {"c2": "KS", "cy": "US", "lg": -96.98333, "lat": 37.68333, "name": "Augusta"}, "date-ut": "1918-05-30 15:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1381"}}, "raw": {"H": "10:00", "TZ": "5h", "DAY": "30", "LAT": "37N41", "LON": "96W59", "MON": "5", "NUM": "1381", "PRO": "MI", "YEA": "1918", "CICO": "Augusta, KS", "NAME": "Wisman William"}, "date": "2023-08-20T14:44:05+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17616	worden-alfred-1932-02-07	{"d10": "1383"}	{"lerrcp": "D10-1383"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Worden", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1932-02-07 12:30", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "US", "lg": -84.4, "lat": 42.25, "name": "Jackson", "geoid": null}, "notime": null, "date-ut": "1932-02-07 17:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Worden"}, "birth": {"tzo": "-05:00", "date": "1932-02-07 12:30", "place": {"c2": "MI", "cy": "US", "lg": -84.4, "lat": 42.25, "name": "Jackson"}, "date-ut": "1932-02-07 17:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1383"}}, "raw": {"H": "12:30", "TZ": "5h", "DAY": "7", "LAT": "42N15", "LON": "84W24", "MON": "2", "NUM": "1383", "PRO": "MI", "YEA": "1932", "CICO": "Jackson, MI", "NAME": "Worden Alfred"}, "date": "2023-08-20T14:44:05+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17619	wright-james-1927-12-13	{"d10": "1386"}	{"lerrcp": "D10-1386"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Wright", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1927-12-13 14:40", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -80.73333, "lat": 40.1, "name": "Martin'S Ferry", "geoid": null}, "notime": null, "date-ut": "1927-12-13 19:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "James", "family": "Wright"}, "birth": {"tzo": "-05:00", "date": "1927-12-13 14:40", "place": {"c2": "OH", "cy": "US", "lg": -80.73333, "lat": 40.1, "name": "Martin'S Ferry"}, "date-ut": "1927-12-13 19:40"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1386"}}, "raw": {"H": "14:40", "TZ": "5h", "DAY": "13", "LAT": "40N6", "LON": "80W44", "MON": "12", "NUM": "1386", "PRO": "WR", "YEA": "1927", "CICO": "Martin'S Ferry, OH", "NAME": "Wright James"}, "date": "2023-08-20T14:44:05+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17621	wyeth-james-1946-07-06	{"d10": "1388"}	{"lerrcp": "D10-1388"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Wyeth", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-04:00", "date": "1946-07-06 09:42", "note": null, "place": {"c1": null, "c2": "DE", "c3": null, "cy": "US", "lg": -75.55, "lat": 39.75, "name": "Wilmington", "geoid": null}, "notime": null, "date-ut": "1946-07-06 13:42"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"name": {"given": "James", "family": "Wyeth"}, "birth": {"tzo": "-04:00", "date": "1946-07-06 09:42", "place": {"c2": "DE", "cy": "US", "lg": -75.55, "lat": 39.75, "name": "Wilmington"}, "date-ut": "1946-07-06 13:42"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1388"}}, "raw": {"H": "09:42", "TZ": "4h", "DAY": "6", "LAT": "39N45", "LON": "75W33", "MON": "7", "NUM": "1388", "PRO": "AR", "YEA": "1946", "CICO": "Wilmington, DE", "NAME": "Wyeth James"}, "date": "2023-08-20T14:44:05+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17618	wright-ernie-1939-11-06	{"d10": "1385", "3a_sports": "4343", "rawlins-ertel-irving": "402"}	{"ertel": "ES-4343", "csicop": "CS-402", "lerrcp": "D10-1385"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernie", "family": "Wright", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1939-11-06 11:20", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83.55, "lat": 41.65, "name": "Toledo", "geoid": null}, "notime": null, "date-ut": "1939-11-06 16:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Ernie", "family": "Wright"}, "birth": {"tzo": "-05:00", "date": "1939-11-06 11:20", "place": {"c2": "OH", "cy": "US", "lg": -83.55, "lat": 41.65, "name": "Toledo"}, "date-ut": "1939-11-06 16:20"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1385"}}, "raw": {"H": "11:20", "TZ": "5h", "DAY": "6", "LAT": "41N39", "LON": "83W33", "MON": "11", "NUM": "1385", "PRO": "SP", "YEA": "1939", "CICO": "Toledo, OH", "NAME": "Wright Ernie"}, "date": "2023-08-20T14:44:05+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "402"}}, "raw": {"LA1": "41", "LA2": "39", "LO1": "83", "LO2": "32", "AMPM": "A", "MARS": "33", "NAME": "Wright", "BATCH": "1", "Satz#": "402", "GEBDAT": "6 11 1939", "GEBORT": "OH", "GEBZEIT": "11 20", "VORNAME": "Ernie H", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:42+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-4343"}}, "raw": {"L": "", "MF": "", "NR": "4343", "ENG": "", "MA_": "0", "G_NR": "1385", "MA12": "11", "MARS": "33", "NAME": "Wright", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-11,20", "CSINR": "402", "KURTZ": "", "PHAS_": "33,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "06.11.", "ZITATE": "B", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ernie H.", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "06.11.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17622	wymore-patrice-1926-12-17	{"d10": "1389"}	{"lerrcp": "D10-1389"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Patrice", "family": "Wymore", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1926-12-17 23:25", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -97.45, "lat": 39.35, "name": "Miltonvale", "geoid": null}, "notime": null, "date-ut": "1926-12-18 05:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Patrice", "family": "Wymore"}, "birth": {"tzo": "-06:00", "date": "1926-12-17 23:25", "place": {"c2": "KS", "cy": "US", "lg": -97.45, "lat": 39.35, "name": "Miltonvale"}, "date-ut": "1926-12-18 05:25"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1389"}}, "raw": {"H": "23:25", "TZ": "6h", "DAY": "17", "LAT": "39N21", "LON": "97W27", "MON": "12", "NUM": "1389", "PRO": "AC", "YEA": "1926", "CICO": "Miltonvale, KS", "NAME": "Wymore Patrice"}, "date": "2023-08-20T14:44:05+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17625	yoder-hatten-1921-03-20	{"d10": "1392"}	{"lerrcp": "D10-1392"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hatten", "family": "Yoder", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1921-03-20 21:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1921-03-21 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Hatten", "family": "Yoder"}, "birth": {"tzo": "-05:00", "date": "1921-03-20 21:00", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1921-03-21 02:00"}, "occus": ["scientist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1392"}}, "raw": {"H": "21:00", "TZ": "5h", "DAY": "20", "LAT": "41N30", "LON": "81W42", "MON": "3", "NUM": "1392", "PRO": "SC", "YEA": "1921", "CICO": "Cleveland, OH", "NAME": "Yoder Hatten"}, "date": "2023-08-20T14:44:05+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17624	yarborough-cale-1939-03-27	{"d10": "1391", "3a_sports": "4347", "rawlins-ertel-irving": "404"}	{"ertel": "ES-4347", "csicop": "CS-404", "lerrcp": "D10-1391"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cale", "family": "Yarborough", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1939-03-27 07:00", "note": null, "place": {"c1": null, "c2": "SC", "c3": null, "cy": "US", "lg": -79.95, "lat": 34.13333, "name": "Timmonsville", "geoid": null}, "notime": null, "date-ut": "1939-03-27 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Cale", "family": "Yarborough"}, "birth": {"tzo": "-05:00", "date": "1939-03-27 07:00", "place": {"c2": "SC", "cy": "US", "lg": -79.95, "lat": 34.13333, "name": "Timmonsville"}, "date-ut": "1939-03-27 12:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1391"}}, "raw": {"H": "07:00", "TZ": "5h", "DAY": "27", "LAT": "34N8", "LON": "79W57", "MON": "3", "NUM": "1391", "PRO": "SP", "YEA": "1939", "CICO": "Timmonsville, SC", "NAME": "Yarborough Cale"}, "date": "2023-08-20T14:44:05+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["motor-sports-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "404"}}, "raw": {"LA1": "34", "LA2": "8", "LO1": "79", "LO2": "56", "AMPM": "A", "MARS": "11", "NAME": "Yarborough", "BATCH": "1", "Satz#": "404", "GEBDAT": "27 3 1939", "GEBORT": "SC", "GEBZEIT": "7 0", "VORNAME": "Cale", "SPORTART": "MOTO", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:42+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["motor-sports-competitor"], "partial-ids": {"ertel": "ES-4347"}}, "raw": {"L": "", "MF": "", "NR": "4347", "ENG": "1", "MA_": "2", "G_NR": "1391", "MA12": "4", "MARS": "11", "NAME": "Yarborough", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "9,800", "CSINR": "404", "KURTZ": "", "PHAS_": "33,600", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "27.03.", "ZITATE": "B", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Cale", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "27.03.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "MOTO", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17626	young-charles-1951-02-05	{"d10": "1393", "3a_sports": "4348", "rawlins-ertel-irving": "405"}	{"ertel": "ES-4348", "csicop": "CS-405", "lerrcp": "D10-1393"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Young", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1951-02-05 03:15", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -119.78333, "lat": 36.73333, "name": "Fresno", "geoid": null}, "notime": null, "date-ut": "1951-02-05 11:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Young"}, "birth": {"tzo": "-08:00", "date": "1951-02-05 03:15", "place": {"c2": "CA", "cy": "US", "lg": -119.78333, "lat": 36.73333, "name": "Fresno"}, "date-ut": "1951-02-05 11:15"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1393"}}, "raw": {"H": "03:15", "TZ": "8h", "DAY": "5", "LAT": "36N44", "LON": "119W47", "MON": "2", "NUM": "1393", "PRO": "SP", "YEA": "1951", "CICO": "Fresno, CA", "NAME": "Young Charles"}, "date": "2023-08-20T14:44:05+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "405"}}, "raw": {"LA1": "36", "LA2": "44", "LO1": "119", "LO2": "47", "AMPM": "A", "MARS": "29", "NAME": "Young", "BATCH": "1", "Satz#": "405", "GEBDAT": "5 2 1951", "GEBORT": "CA", "GEBZEIT": "3 15", "VORNAME": "Charles", "SPORTART": "TRAC", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:42+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-4348"}}, "raw": {"L": "", "MF": "", "NR": "4348", "ENG": "", "MA_": "1", "G_NR": "1393", "MA12": "10", "MARS": "29", "NAME": "Young", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-5,000", "CSINR": "405", "KURTZ": "", "PHAS_": "2,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "05.02.", "ZITATE": "TX", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Charles", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "05.02.1951", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRA", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17627	young-john-1930-09-24	{"d10": "1394"}	{"lerrcp": "D10-1394"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Young", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1930-09-24 10:10", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1930-09-24 18:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "John", "family": "Young"}, "birth": {"tzo": "-08:00", "date": "1930-09-24 10:10", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1930-09-24 18:10"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1394"}}, "raw": {"H": "10:10", "TZ": "8h", "DAY": "24", "LAT": "37N47", "LON": "122W25", "MON": "9", "NUM": "1394", "PRO": "MI", "YEA": "1930", "CICO": "San Francisco, CA", "NAME": "Young John"}, "date": "2023-08-20T14:44:05+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17628	young-loretta-1913-01-06	{"d10": "1395"}	{"lerrcp": "D10-1395"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Loretta", "family": "Young", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1913-01-06 15:30", "note": null, "place": {"c1": null, "c2": "UT", "c3": null, "cy": "US", "lg": -111.88333, "lat": 40.75, "name": "Salt Lake City", "geoid": null}, "notime": null, "date-ut": "1913-01-06 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Loretta", "family": "Young"}, "birth": {"tzo": "-07:00", "date": "1913-01-06 15:30", "place": {"c2": "UT", "cy": "US", "lg": -111.88333, "lat": 40.75, "name": "Salt Lake City"}, "date-ut": "1913-01-06 22:30"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1395"}}, "raw": {"H": "15:30", "TZ": "7h", "DAY": "6", "LAT": "40N45", "LON": "111W53", "MON": "1", "NUM": "1395", "PRO": "AC", "YEA": "1913", "CICO": "Salt Lake City, UT", "NAME": "Young Loretta"}, "date": "2023-08-20T14:44:05+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17629	young-withney-1921-07-31	{"d10": "1396"}	{"lerrcp": "D10-1396"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Withney", "family": "Young", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1921-07-31 04:00", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -85.35, "lat": 38.21667, "name": "Lincoln Ridge", "geoid": null}, "notime": null, "date-ut": "1921-07-31 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Withney", "family": "Young"}, "birth": {"tzo": "-06:00", "date": "1921-07-31 04:00", "place": {"c2": "KY", "cy": "US", "lg": -85.35, "lat": 38.21667, "name": "Lincoln Ridge"}, "date-ut": "1921-07-31 10:00"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1396"}}, "raw": {"H": "04:00", "TZ": "6h", "DAY": "31", "LAT": "38N13", "LON": "85W21", "MON": "7", "NUM": "1396", "PRO": "PO", "YEA": "1921", "CICO": "Lincoln Ridge, KY", "NAME": "Young Withney"}, "date": "2023-08-20T14:44:05+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17630	ziegler-ronald-1939-05-12	{"d10": "1397"}	{"lerrcp": "D10-1397"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ronald", "family": "Ziegler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1939-05-12 06:56", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -84.51667, "lat": 39.08333, "name": "Covington", "geoid": null}, "notime": null, "date-ut": "1939-05-12 11:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Ronald", "family": "Ziegler"}, "birth": {"tzo": "-05:00", "date": "1939-05-12 06:56", "place": {"c2": "KY", "cy": "US", "lg": -84.51667, "lat": 39.08333, "name": "Covington"}, "date-ut": "1939-05-12 11:56"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1397"}}, "raw": {"H": "06:56", "TZ": "5h", "DAY": "12", "LAT": "39N5", "LON": "84W31", "MON": "5", "NUM": "1397", "PRO": "PO", "YEA": "1939", "CICO": "Covington, KY", "NAME": "Ziegler Ronald"}, "date": "2023-08-20T14:44:05+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17631	zimmer-paul-1934-09-18	{"d10": "1398"}	{"lerrcp": "D10-1398"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Zimmer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1934-09-18 22:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.38333, "lat": 40.8, "name": "Canton", "geoid": null}, "notime": null, "date-ut": "1934-09-19 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Zimmer"}, "birth": {"tzo": "-05:00", "date": "1934-09-18 22:00", "place": {"c2": "OH", "cy": "US", "lg": -81.38333, "lat": 40.8, "name": "Canton"}, "date-ut": "1934-09-19 03:00"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1398"}}, "raw": {"H": "22:00", "TZ": "5h", "DAY": "18", "LAT": "40N48", "LON": "81W23", "MON": "9", "NUM": "1398", "PRO": "WR", "YEA": "1934", "CICO": "Canton, OH", "NAME": "Zimmer Paul"}, "date": "2023-08-20T14:44:05+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17632	zimmermann-edwin-1918-02-25	{"d10": "1399"}	{"lerrcp": "D10-1399"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edwin", "family": "Zimmermann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1918-02-25 06:15", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -97.33333, "lat": 37.7, "name": "Wichita", "geoid": null}, "notime": null, "date-ut": "1918-02-25 12:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edwin", "family": "Zimmermann"}, "birth": {"tzo": "-06:00", "date": "1918-02-25 06:15", "place": {"c2": "KS", "cy": "US", "lg": -97.33333, "lat": 37.7, "name": "Wichita"}, "date-ut": "1918-02-25 12:15"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1399"}}, "raw": {"H": "06:15", "TZ": "6h", "DAY": "25", "LAT": "37N42", "LON": "97W20", "MON": "2", "NUM": "1399", "PRO": "MI", "YEA": "1918", "CICO": "Wichita, KS", "NAME": "Zimmermann Edwin"}, "date": "2023-08-20T14:44:05+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17634	zumwalt-elmo-1920-11-29	{"d10": "1401"}	{"lerrcp": "D10-1401"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elmo", "family": "Zumwalt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1920-11-29 14:35", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1920-11-29 22:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Elmo", "family": "Zumwalt"}, "birth": {"tzo": "-08:00", "date": "1920-11-29 14:35", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1920-11-29 22:35"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1401"}}, "raw": {"H": "14:35", "TZ": "8h", "DAY": "29", "LAT": "37N47", "LON": "122W25", "MON": "11", "NUM": "1401", "PRO": "MI", "YEA": "1920", "CICO": "San Francisco, CA", "NAME": "Zumwalt Elmo"}, "date": "2023-08-20T14:44:05+02:00", "source": "d10", "command": "gauq D10 tmp2db"}]	[]
17635	abely-xavier-1890-03-24	{"e1": "1"}	{"lerrcp": "E1-1"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Xavier", "family": "Abely", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05", "date": "1890-03-24 08:00", "note": null, "place": {"c1": null, "c2": "82", "c3": "", "cy": "FR", "lg": 1.23425, "lat": 43.85446, "name": "Verdun-sur-Garonne", "geoid": 2969960}, "notime": null, "date-ut": "1890-03-24 07:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Xavier", "family": "Abely"}, "birth": {"tzo": "+00:05", "date": "1890-03-24 08:00", "place": {"c2": "82", "c3": "", "cy": "FR", "lg": 1.23425, "lat": 43.85446, "name": "Verdun-sur-Garonne", "geoid": 2969960}, "date-ut": "1890-03-24 07:55"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1"}}, "raw": {"H": "08:00", "COD": "82", "DAY": "24", "MON": "03", "NUM": "0001", "PRO": "PH", "YEA": "1890", "CITY": "Verdun sur Garonne", "NAME": "ABELY Xavier", "NOTE": ""}, "date": "2023-08-20T14:44:05+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17636	abile-gal-jean-baptiste-1901-02-10	{"e1": "2"}	{"lerrcp": "E1-2"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Baptiste", "family": "Abile-Gal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-02-10 11:00", "note": null, "place": {"c1": null, "c2": "81", "c3": "", "cy": "FR", "lg": 2.1581, "lat": 44.04963, "name": "Carmaux", "geoid": 3028580}, "notime": null, "date-ut": "1901-02-10 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean Baptiste", "family": "Abile-Gal"}, "birth": {"tzo": "+00:09", "date": "1901-02-10 11:00", "place": {"c2": "81", "c3": "", "cy": "FR", "lg": 2.1581, "lat": 44.04963, "name": "Carmaux", "geoid": 3028580}, "date-ut": "1901-02-10 10:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2"}}, "raw": {"H": "11:00", "COD": "81", "DAY": "10", "MON": "02", "NUM": "0002", "PRO": "EX", "YEA": "1901", "CITY": "Carmaux", "NAME": "ABILE-GAL Jean Baptiste", "NOTE": ""}, "date": "2023-08-20T14:44:05+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17637	abonneuc-louis-andre-1883-10-14	{"e1": "2b"}	{"lerrcp": "E1-2b"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis André", "family": "Abonneuc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23", "date": "1883-10-14 18:00", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 5.79843, "lat": 44.84768, "name": "Saint-Sébastien", "geoid": 2976992}, "notime": null, "date-ut": "1883-10-14 17:37"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis André", "family": "Abonneuc"}, "birth": {"tzo": "+00:23", "date": "1883-10-14 18:00", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": 5.79843, "lat": 44.84768, "name": "Saint-Sébastien", "geoid": 2976992}, "date-ut": "1883-10-14 17:37"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2b"}}, "raw": {"H": "18:00", "COD": "38", "DAY": "14", "MON": "10", "NUM": "0002b", "PRO": "PH", "YEA": "1883", "CITY": "St Sébastien", "NAME": "ABONNEUC Louis André", "NOTE": ""}, "date": "2023-08-20T14:44:05+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17638	acher-dubois-xavier-1914-04-18	{"e1": "3"}	{"lerrcp": "E1-3"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Xavier", "family": "Acher Dubois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-04-18 17:00", "note": null, "place": {"c1": null, "c2": "85", "c3": "", "cy": "FR", "lg": -1.42757, "lat": 46.66974, "name": "La Roche-sur-Yon", "geoid": 3006767}, "notime": null, "date-ut": "1914-04-18 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Xavier", "family": "Acher Dubois"}, "birth": {"tzo": "+00:00", "date": "1914-04-18 17:00", "place": {"c2": "85", "c3": "", "cy": "FR", "lg": -1.42757, "lat": 46.66974, "name": "La Roche-sur-Yon", "geoid": 3006767}, "date-ut": "1914-04-18 17:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "3"}}, "raw": {"H": "17:00", "COD": "85", "DAY": "18", "MON": "04", "NUM": "0003", "PRO": "PH", "YEA": "1914", "CITY": "La Roche sur Yon", "NAME": "ACHER DUBOIS Xavier", "NOTE": ""}, "date": "2023-08-20T14:44:05+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17639	adenot-noel-1905-12-25	{"e1": "4"}	{"lerrcp": "E1-4"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Noël", "family": "Adenot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-12-25 11:00", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 4.41632, "lat": 46.80714, "name": "Le Creusot", "geoid": 3004427}, "notime": null, "date-ut": "1905-12-25 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Noël", "family": "Adenot"}, "birth": {"tzo": "+00:09", "date": "1905-12-25 11:00", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 4.41632, "lat": 46.80714, "name": "Le Creusot", "geoid": 3004427}, "date-ut": "1905-12-25 10:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "4"}}, "raw": {"H": "11:00", "COD": "71", "DAY": "25", "MON": "12", "NUM": "0004", "PRO": "MI", "YEA": "1905", "CITY": "Le Creusot", "NAME": "ADENOT Noël", "NOTE": ""}, "date": "2023-08-20T14:44:05+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17640	agache-pierre-1927-06-08	{"e1": "5"}	{"lerrcp": "E1-5"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Agache", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1927-06-08 17:10", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1927-06-08 16:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Agache"}, "birth": {"tzo": "+01:00", "date": "1927-06-08 17:10", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1927-06-08 16:10"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "5"}}, "raw": {"H": "17:10", "COD": "59", "DAY": "08", "MON": "06", "NUM": "0005", "PRO": "PH", "YEA": "1927", "CITY": "Roubaix", "NAME": "AGACHE Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:05+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17641	ailleret-charles-1907-03-26	{"e1": "6"}	{"lerrcp": "E1-6"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "CHARLES", "family": "Ailleret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-03-26 15:00", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 1.7167, "lat": 48.99048, "name": "Mantes-la-Jolie", "geoid": 2996148}, "notime": null, "date-ut": "1907-03-26 14:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "CHARLES", "family": "Ailleret"}, "birth": {"tzo": "+00:09", "date": "1907-03-26 15:00", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 1.7167, "lat": 48.99048, "name": "Mantes-la-Jolie", "geoid": 2996148}, "date-ut": "1907-03-26 14:51"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "6"}}, "raw": {"H": "15:00", "COD": "78", "DAY": "26", "MON": "03", "NUM": "0006", "PRO": "MI", "YEA": "1907", "CITY": "Mantes-la-Jolie", "NAME": "AILLERET CHARLES", "NOTE": "*"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
17642	albertin-robert-1900-11-22	{"e1": "7"}	{"lerrcp": "E1-7"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Albertin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1900-11-22 18:00", "note": null, "place": {"c1": null, "c2": "01", "c3": "", "cy": "FR", "lg": 5.2258, "lat": 46.20574, "name": "Bourg-en-Bresse", "geoid": 3031009}, "notime": null, "date-ut": "1900-11-22 17:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Albertin"}, "birth": {"tzo": "+00:09", "date": "1900-11-22 18:00", "place": {"c2": "01", "c3": "", "cy": "FR", "lg": 5.2258, "lat": 46.20574, "name": "Bourg-en-Bresse", "geoid": 3031009}, "date-ut": "1900-11-22 17:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "7"}}, "raw": {"H": "18:00", "COD": "01", "DAY": "22", "MON": "11", "NUM": "0007", "PRO": "PH", "YEA": "1900", "CITY": "Bourg-en-Bresse", "NAME": "ALBERTIN Robert", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17643	albot-guy-francois-1903-09-12	{"e1": "8"}	{"lerrcp": "E1-8"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy François", "family": "Albot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-09-12 03:35", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.28333, "lat": 48.91667, "name": "Asnières-sur-Seine", "geoid": 3036572}, "notime": null, "date-ut": "1903-09-12 03:26"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Guy François", "family": "Albot"}, "birth": {"tzo": "+00:09", "date": "1903-09-12 03:35", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.28333, "lat": 48.91667, "name": "Asnières-sur-Seine", "geoid": 3036572}, "date-ut": "1903-09-12 03:26"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "8"}}, "raw": {"H": "03:35", "COD": "75", "DAY": "12", "MON": "09", "NUM": "0008", "PRO": "PH", "YEA": "1903", "CITY": "Asnières", "NAME": "ALBOT Guy François", "NOTE": "+"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
17644	alexandre-michel-olivier-1923-04-16	{"e1": "9"}	{"lerrcp": "E1-9"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel-Olivier", "family": "Alexandre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-04-16 23:00", "note": null, "place": {"c1": null, "c2": "14", "c3": "", "cy": "FR", "lg": 0.23294, "lat": 49.41985, "name": "Honfleur", "geoid": 3013173}, "notime": null, "date-ut": "1923-04-16 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Michel-Olivier", "family": "Alexandre"}, "birth": {"tzo": "+00:00", "date": "1923-04-16 23:00", "place": {"c2": "14", "c3": "", "cy": "FR", "lg": 0.23294, "lat": 49.41985, "name": "Honfleur", "geoid": 3013173}, "date-ut": "1923-04-16 23:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "9"}}, "raw": {"H": "23:00", "COD": "14", "DAY": "16", "MON": "04", "NUM": "0009", "PRO": "PH", "YEA": "1923", "CITY": "Honfleur", "NAME": "ALEXANDRE Michel-Olivier", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17645	algan-bernard-1919-01-06	{"e1": "10"}	{"lerrcp": "E1-10"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Algan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1919-01-06 12:00", "note": null, "place": {"c1": null, "c2": "52", "c3": "", "cy": "FR", "lg": 5.14134, "lat": 48.11121, "name": "Chaumont", "geoid": 3025892}, "notime": null, "date-ut": "1919-01-06 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Algan"}, "birth": {"tzo": "+00:00", "date": "1919-01-06 12:00", "place": {"c2": "52", "c3": "", "cy": "FR", "lg": 5.14134, "lat": 48.11121, "name": "Chaumont", "geoid": 3025892}, "date-ut": "1919-01-06 12:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "10"}}, "raw": {"H": "12:00", "COD": "52", "DAY": "06", "MON": "01", "NUM": "0010", "PRO": "PH", "YEA": "1919", "CITY": "Chaumont", "NAME": "ALGAN Bernard", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17646	alibert-andre-1901-03-23	{"e1": "11"}	{"lerrcp": "E1-11"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Alibert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-03-23 02:00", "note": null, "place": {"c1": null, "c2": "50", "c3": "", "cy": "FR", "lg": -1.09031, "lat": 49.11624, "name": "Saint-Lô", "geoid": 2978758}, "notime": null, "date-ut": "1901-03-23 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Alibert"}, "birth": {"tzo": "+00:09", "date": "1901-03-23 02:00", "place": {"c2": "50", "c3": "", "cy": "FR", "lg": -1.09031, "lat": 49.11624, "name": "Saint-Lô", "geoid": 2978758}, "date-ut": "1901-03-23 01:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "11"}}, "raw": {"H": "02:00", "COD": "50", "DAY": "23", "MON": "03", "NUM": "0011", "PRO": "PH", "YEA": "1901", "CITY": "St-Lô", "NAME": "ALIBERT André", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17647	alibert-pierre-1920-12-23	{"e1": "12"}	{"lerrcp": "E1-12"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Alibert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1920-12-23 17:00", "note": null, "place": {"c1": null, "c2": "81", "c3": "", "cy": "FR", "lg": 1.89686, "lat": 43.9016, "name": "Gaillac", "geoid": 3016824}, "notime": null, "date-ut": "1920-12-23 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Alibert"}, "birth": {"tzo": "+00:00", "date": "1920-12-23 17:00", "place": {"c2": "81", "c3": "", "cy": "FR", "lg": 1.89686, "lat": 43.9016, "name": "Gaillac", "geoid": 3016824}, "date-ut": "1920-12-23 17:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "12"}}, "raw": {"H": "17:00", "COD": "81", "DAY": "23", "MON": "12", "NUM": "0012", "PRO": "MI", "YEA": "1920", "CITY": "Gaillac-sur-Tarn", "NAME": "ALIBERT Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17648	allais-louis-1908-04-29	{"e1": "13"}	{"lerrcp": "E1-13"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Allais", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-04-29 09:00", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 4.36724, "lat": 48.95393, "name": "Châlons-en-Champagne", "geoid": 3027487}, "notime": null, "date-ut": "1908-04-29 08:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Allais"}, "birth": {"tzo": "+00:09", "date": "1908-04-29 09:00", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": 4.36724, "lat": 48.95393, "name": "Châlons-en-Champagne", "geoid": 3027487}, "date-ut": "1908-04-29 08:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "13"}}, "raw": {"H": "09:00", "COD": "51", "DAY": "29", "MON": "04", "NUM": "0013", "PRO": "MI", "YEA": "1908", "CITY": "Chalons sur Marne", "NAME": "ALLAIS Louis", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17649	allard-jacques-1903-11-16	{"e1": "14"}	{"lerrcp": "E1-14"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Allard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-11-16 12:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 0.41867, "lat": 49.65847, "name": "Grainville-Ymauville", "geoid": 3015395}, "notime": null, "date-ut": "1903-11-16 11:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Allard"}, "birth": {"tzo": "+00:09", "date": "1903-11-16 12:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 0.41867, "lat": 49.65847, "name": "Grainville-Ymauville", "geoid": 3015395}, "date-ut": "1903-11-16 11:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "14"}}, "raw": {"H": "12:00", "COD": "76", "DAY": "16", "MON": "11", "NUM": "0014", "PRO": "MI", "YEA": "1903", "CITY": "Grainville-Ymauville", "NAME": "ALLARD Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17650	amalou-pierre-1933-02-02	{"e1": "15"}	{"lerrcp": "E1-15"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Amalou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1933-02-02 10:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1933-02-02 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Amalou"}, "birth": {"tzo": "+00:00", "date": "1933-02-02 10:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1933-02-02 10:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "15"}}, "raw": {"H": "10:00", "COD": "13", "DAY": "02", "MON": "02", "NUM": "0015", "PRO": "EX", "YEA": "1933", "CITY": "Marseille", "NAME": "AMALOU Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17651	amalric-pierre-1923-06-24	{"e1": "16"}	{"lerrcp": "E1-16"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Amalric", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1923-06-24 13:30", "note": null, "place": {"c1": null, "c2": "81", "c3": "", "cy": "FR", "lg": 2.1, "lat": 43.61667, "name": "Vielmur-sur-Agout", "geoid": 2969291}, "notime": null, "date-ut": "1923-06-24 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Amalric"}, "birth": {"tzo": "+01:00", "date": "1923-06-24 13:30", "place": {"c2": "81", "c3": "", "cy": "FR", "lg": 2.1, "lat": 43.61667, "name": "Vielmur-sur-Agout", "geoid": 2969291}, "date-ut": "1923-06-24 12:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "16"}}, "raw": {"H": "13:30", "COD": "81", "DAY": "24", "MON": "06", "NUM": "0016", "PRO": "PH", "YEA": "1923", "CITY": "Vielmur", "NAME": "AMALRIC Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17652	amaury-emilien-1909-03-05	{"e1": "17"}	{"lerrcp": "E1-17"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emilien", "family": "Amaury", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-03-05 02:30", "note": null, "place": {"c1": null, "c2": "91", "c3": "", "cy": "FR", "lg": 2.16233, "lat": 48.43507, "name": "Étampes", "geoid": 3019459}, "notime": null, "date-ut": "1909-03-05 02:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Emilien", "family": "Amaury"}, "birth": {"tzo": "+00:09", "date": "1909-03-05 02:30", "place": {"c2": "91", "c3": "", "cy": "FR", "lg": 2.16233, "lat": 48.43507, "name": "Étampes", "geoid": 3019459}, "date-ut": "1909-03-05 02:21"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "17"}}, "raw": {"H": "02:30", "COD": "91", "DAY": "05", "MON": "03", "NUM": "0017", "PRO": "EX", "YEA": "1909", "CITY": "Etampes", "NAME": "AMAURY Emilien", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17653	amiel-maurice-1931-06-08	{"e1": "18"}	{"lerrcp": "E1-18"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Amiel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1931-06-08 11:00", "note": null, "place": {"c1": null, "c2": "56", "c3": "", "cy": "FR", "lg": -2.76205, "lat": 47.65688, "name": "Vannes", "geoid": 2970777}, "notime": null, "date-ut": "1931-06-08 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Amiel"}, "birth": {"tzo": "+01:00", "date": "1931-06-08 11:00", "place": {"c2": "56", "c3": "", "cy": "FR", "lg": -2.76205, "lat": 47.65688, "name": "Vannes", "geoid": 2970777}, "date-ut": "1931-06-08 10:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "18"}}, "raw": {"H": "11:00", "COD": "56", "DAY": "08", "MON": "06", "NUM": "0018", "PRO": "EX", "YEA": "1931", "CITY": "Vannes", "NAME": "AMIEL Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17654	amman-maurice-1904-10-16	{"e1": "19"}	{"lerrcp": "E1-19"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Amman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-10-16 05:30", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.49323, "lat": 48.79395, "name": "Saint-Maur-des-Fossés", "geoid": 2978179}, "notime": null, "date-ut": "1904-10-16 05:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Amman"}, "birth": {"tzo": "+00:09", "date": "1904-10-16 05:30", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.49323, "lat": 48.79395, "name": "Saint-Maur-des-Fossés", "geoid": 2978179}, "date-ut": "1904-10-16 05:21"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "19"}}, "raw": {"H": "05:30", "COD": "94", "DAY": "16", "MON": "10", "NUM": "0019", "PRO": "MI", "YEA": "1904", "CITY": "St Maur", "NAME": "AMMAN Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17655	andre-georges-1903-12-12	{"e1": "20"}	{"lerrcp": "E1-20"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Andre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-12-12 03:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "notime": null, "date-ut": "1903-12-12 02:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Andre"}, "birth": {"tzo": "+00:09", "date": "1903-12-12 03:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "date-ut": "1903-12-12 02:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "20"}}, "raw": {"H": "03:00", "COD": "13", "DAY": "12", "MON": "12", "NUM": "0020", "PRO": "MI", "YEA": "1903", "CITY": "Aix en Provence", "NAME": "ANDRE Georges", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17656	andre-jean-marie-d-1914-01-24	{"e1": "21"}	{"lerrcp": "E1-21"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Marie d'", "family": "Andre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-01-24 08:00", "note": null, "place": {"c1": null, "c2": "95", "c3": "", "cy": "FR", "lg": 2.30156, "lat": 48.98813, "name": "Soisy-sous-Montmorency", "geoid": 2974385}, "notime": null, "date-ut": "1914-01-24 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean Marie d'", "family": "Andre"}, "birth": {"tzo": "+00:00", "date": "1914-01-24 08:00", "place": {"c2": "95", "c3": "", "cy": "FR", "lg": 2.30156, "lat": 48.98813, "name": "Soisy-sous-Montmorency", "geoid": 2974385}, "date-ut": "1914-01-24 08:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "21"}}, "raw": {"H": "08:00", "COD": "78", "DAY": "24", "MON": "01", "NUM": "0021", "PRO": "EX", "YEA": "1914", "CITY": "Soisy sous Montmoren", "NAME": "ANDRE Jean Marie d'", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17657	andre-roger-1899-12-12	{"e1": "22"}	{"lerrcp": "E1-22"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Andre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-12-12 21:00", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 3.3956, "lat": 45.77839, "name": "Ravel", "geoid": 2984347}, "notime": null, "date-ut": "1899-12-12 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Andre"}, "birth": {"tzo": "+00:09", "date": "1899-12-12 21:00", "place": {"c2": "63", "c3": "", "cy": "FR", "lg": 3.3956, "lat": 45.77839, "name": "Ravel", "geoid": 2984347}, "date-ut": "1899-12-12 20:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "22"}}, "raw": {"H": "21:00", "COD": "63", "DAY": "12", "MON": "12", "NUM": "0022", "PRO": "PH", "YEA": "1899", "CITY": "Ravel", "NAME": "ANDRE Roger", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17658	andrieux-jacques-1917-08-15	{"e1": "23"}	{"lerrcp": "E1-23"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Andrieux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-08-15 15:00", "note": null, "place": {"c1": null, "c2": "56", "c3": "", "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "notime": null, "date-ut": "1917-08-15 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Andrieux"}, "birth": {"tzo": "+01:00", "date": "1917-08-15 15:00", "place": {"c2": "56", "c3": "", "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "date-ut": "1917-08-15 14:00"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "23"}}, "raw": {"H": "15:00", "COD": "56", "DAY": "15", "MON": "08", "NUM": "0023", "PRO": "MI", "YEA": "1917", "CITY": "Lorient", "NAME": "ANDRIEUX Jacques", "NOTE": "L"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
17659	angoulvent-paul-1899-04-21	{"e1": "24"}	{"lerrcp": "E1-24"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Angoulvent", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-04-21 16:00", "note": null, "place": {"c1": null, "c2": "72", "c3": "", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "notime": null, "date-ut": "1899-04-21 15:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Angoulvent"}, "birth": {"tzo": "+00:09", "date": "1899-04-21 16:00", "place": {"c2": "72", "c3": "", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "date-ut": "1899-04-21 15:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "24"}}, "raw": {"H": "16:00", "COD": "72", "DAY": "21", "MON": "04", "NUM": "0024", "PRO": "EX", "YEA": "1899", "CITY": "Le Mans", "NAME": "ANGOULVENT Paul", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17660	appaix-andre-1908-03-11	{"e1": "25"}	{"lerrcp": "E1-25"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Appaix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-03-11 16:00", "note": null, "place": {"c1": null, "c2": "26", "c3": "", "cy": "FR", "lg": 5.06602, "lat": 45.0496, "name": "Romans-sur-Isère", "geoid": 2983011}, "notime": null, "date-ut": "1908-03-11 15:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Appaix"}, "birth": {"tzo": "+00:09", "date": "1908-03-11 16:00", "place": {"c2": "26", "c3": "", "cy": "FR", "lg": 5.06602, "lat": 45.0496, "name": "Romans-sur-Isère", "geoid": 2983011}, "date-ut": "1908-03-11 15:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "25"}}, "raw": {"H": "16:00", "COD": "26", "DAY": "11", "MON": "03", "NUM": "0025", "PRO": "PH", "YEA": "1908", "CITY": "Romans", "NAME": "APPAIX André", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17661	appert-pierre-1910-10-10	{"e1": "26"}	{"lerrcp": "E1-26"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Appert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-10-10 10:00", "note": null, "place": {"c1": null, "c2": "16", "c3": "", "cy": "FR", "lg": -0.32867, "lat": 45.69581, "name": "Cognac", "geoid": 3024440}, "notime": null, "date-ut": "1910-10-10 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Appert"}, "birth": {"tzo": "+00:09", "date": "1910-10-10 10:00", "place": {"c2": "16", "c3": "", "cy": "FR", "lg": -0.32867, "lat": 45.69581, "name": "Cognac", "geoid": 3024440}, "date-ut": "1910-10-10 09:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "26"}}, "raw": {"H": "10:00", "COD": "16", "DAY": "10", "MON": "10", "NUM": "0026", "PRO": "MI", "YEA": "1910", "CITY": "Cognac", "NAME": "APPERT Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17662	archambault-pierre-1912-06-24	{"e1": "27"}	{"lerrcp": "E1-27"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Archambault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-06-24 01:00", "note": null, "place": {"c1": null, "c2": "37", "c3": "", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "notime": null, "date-ut": "1912-06-24 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Archambault"}, "birth": {"tzo": "+00:00", "date": "1912-06-24 01:00", "place": {"c2": "37", "c3": "", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "date-ut": "1912-06-24 01:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "27"}}, "raw": {"H": "01:00", "COD": "37", "DAY": "24", "MON": "06", "NUM": "0027", "PRO": "EX", "YEA": "1912", "CITY": "Tours", "NAME": "ARCHAMBAULT Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17663	ardisson-henri-1913-07-15	{"e1": "28"}	{"lerrcp": "E1-28"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Ardisson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-07-15 22:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1913-07-15 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Ardisson"}, "birth": {"tzo": "+00:00", "date": "1913-07-15 22:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1913-07-15 22:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "28"}}, "raw": {"H": "22:00", "COD": "06", "DAY": "15", "MON": "07", "NUM": "0028", "PRO": "PH", "YEA": "1913", "CITY": "Nice", "NAME": "ARDISSON Henri", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17665	ardouin-paul-1897-01-15	{"e1": "30"}	{"lerrcp": "E1-30"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Ardouin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1897-01-15 01:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 0.72318, "lat": 43.10813, "name": "Saint-Gaudens", "geoid": 2980045}, "notime": null, "date-ut": "1897-01-15 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Ardouin"}, "birth": {"tzo": "+00:09", "date": "1897-01-15 01:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 0.72318, "lat": 43.10813, "name": "Saint-Gaudens", "geoid": 2980045}, "date-ut": "1897-01-15 00:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "30"}}, "raw": {"H": "01:00", "COD": "31", "DAY": "15", "MON": "01", "NUM": "0030", "PRO": "PH", "YEA": "1897", "CITY": "St Gaudens", "NAME": "ARDOUIN Paul", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17666	arene-joseph-1889-02-20	{"e1": "31"}	{"lerrcp": "E1-31"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Arene", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1889-02-20 00:05", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bagnols", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Arene"}, "birth": {"tzo": "", "date": "1889-02-20 00:05", "place": {"c2": "30", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bagnols", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "31"}}, "raw": {"H": "00:05", "COD": "30", "DAY": "20", "MON": "02", "NUM": "0031", "PRO": "PH", "YEA": "1889", "CITY": "Bagnols", "NAME": "ARENE Joseph", "NOTE": "-"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
17667	argoud-antoine-1914-06-26	{"e1": "32"}	{"lerrcp": "E1-32"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Argoud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1914-06-26 04:00", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 6.04917, "lat": 48.0866, "name": "Darney", "geoid": 3021716}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Argoud"}, "birth": {"tzo": "", "date": "1914-06-26 04:00", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 6.04917, "lat": 48.0866, "name": "Darney", "geoid": 3021716}, "date-ut": ""}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "32"}}, "raw": {"H": "04:00", "COD": "88", "DAY": "26", "MON": "06", "NUM": "0032", "PRO": "MI", "YEA": "1914", "CITY": "Darney", "NAME": "ARGOUD Antoine", "NOTE": "*"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
17668	arlet-jacques-1920-09-29	{"e1": "33"}	{"lerrcp": "E1-33"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Arlet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-09-29 17:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1920-09-29 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Arlet"}, "birth": {"tzo": "+01:00", "date": "1920-09-29 17:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1920-09-29 16:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "33"}}, "raw": {"H": "17:00", "COD": "54", "DAY": "29", "MON": "09", "NUM": "0033", "PRO": "PH", "YEA": "1920", "CITY": "Nancy", "NAME": "ARLET Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17669	armand-louis-1905-01-17	{"e1": "34"}	{"lerrcp": "E1-34"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Armand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-01-17 10:00", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": 6.10831, "lat": 46.0298, "name": "Cruseilles", "geoid": 3022217}, "notime": null, "date-ut": "1905-01-17 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Armand"}, "birth": {"tzo": "+00:09", "date": "1905-01-17 10:00", "place": {"c2": "74", "c3": "", "cy": "FR", "lg": 6.10831, "lat": 46.0298, "name": "Cruseilles", "geoid": 3022217}, "date-ut": "1905-01-17 09:51"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "34"}}, "raw": {"H": "10:00", "COD": "74", "DAY": "17", "MON": "01", "NUM": "0034", "PRO": "MI", "YEA": "1905", "CITY": "Cruseilles", "NAME": "ARMAND Louis", "NOTE": "L"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
17670	arnous-jean-1908-07-27	{"e1": "35"}	{"lerrcp": "E1-35"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Arnous", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-07-27 03:00", "note": null, "place": {"c1": null, "c2": "49", "c3": "", "cy": "FR", "lg": -0.46652, "lat": 47.44629, "name": "Trélazé", "geoid": 2971896}, "notime": null, "date-ut": "1908-07-27 02:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Arnous"}, "birth": {"tzo": "+00:09", "date": "1908-07-27 03:00", "place": {"c2": "49", "c3": "", "cy": "FR", "lg": -0.46652, "lat": 47.44629, "name": "Trélazé", "geoid": 2971896}, "date-ut": "1908-07-27 02:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "35"}}, "raw": {"H": "03:00", "COD": "49", "DAY": "27", "MON": "07", "NUM": "0035", "PRO": "PH", "YEA": "1908", "CITY": "Trélazé", "NAME": "ARNOUS Jean", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17671	arnoux-jacques-1917-06-16	{"e1": "36"}	{"lerrcp": "E1-36"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Arnoux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1917-06-16 01:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.73946, "lat": 48.44984, "name": "Baccarat", "geoid": 3035498}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Arnoux"}, "birth": {"tzo": "", "date": "1917-06-16 01:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.73946, "lat": 48.44984, "name": "Baccarat", "geoid": 3035498}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "36"}}, "raw": {"H": "01:00", "COD": "54", "DAY": "16", "MON": "06", "NUM": "0036", "PRO": "MI", "YEA": "1917", "CITY": "Baccarat", "NAME": "ARNOUX Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17673	aron-brunetiere-robert-1915-01-26	{"e1": "38"}	{"lerrcp": "E1-38"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Aron-Brunetiere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1915-01-26 23:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Aron-Brunetiere"}, "birth": {"tzo": "", "date": "1915-01-26 23:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "38"}}, "raw": {"H": "23:00", "COD": "54", "DAY": "26", "MON": "01", "NUM": "0038", "PRO": "PH", "YEA": "1915", "CITY": "Nancy", "NAME": "ARON-BRUNETIERE Robert", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17674	arthus-andre-1903-01-27	{"e1": "39"}	{"lerrcp": "E1-39"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Arthus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-01-27 05:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1903-01-27 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Arthus"}, "birth": {"tzo": "+00:09", "date": "1903-01-27 05:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1903-01-27 04:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "39"}}, "raw": {"H": "05:00", "COD": "59", "DAY": "27", "MON": "01", "NUM": "0039", "PRO": "PH", "YEA": "1903", "CITY": "Lille", "NAME": "ARTHUS André", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17675	astier-de-la-vigerie-henri-1897-09-11	{"e1": "40"}	{"lerrcp": "E1-40"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Astier De La Vigerie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1897-09-11 07:00", "note": null, "place": {"c1": null, "c2": "36", "c3": "", "cy": "FR", "lg": 1.53975, "lat": 46.84598, "name": "Villedieu-sur-Indre", "geoid": 2968800}, "notime": null, "date-ut": "1897-09-11 06:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Astier De La Vigerie"}, "birth": {"tzo": "+00:09", "date": "1897-09-11 07:00", "place": {"c2": "36", "c3": "", "cy": "FR", "lg": 1.53975, "lat": 46.84598, "name": "Villedieu-sur-Indre", "geoid": 2968800}, "date-ut": "1897-09-11 06:51"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "40"}}, "raw": {"H": "07:00", "COD": "36", "DAY": "11", "MON": "09", "NUM": "0040", "PRO": "MI", "YEA": "1897", "CITY": "Villedieu sur Indre", "NAME": "ASTIER DE LA VIGERIE Henri", "NOTE": "L*"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
17676	auboiroux-marie-suzanne-1919-05-19	{"e1": "41"}	{"lerrcp": "E1-41"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie Suzanne", "family": "Auboiroux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-05-19 10:00", "note": null, "place": {"c1": null, "c2": "87", "c3": "", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1919-05-19 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Marie Suzanne", "family": "Auboiroux"}, "birth": {"tzo": "+01:00", "date": "1919-05-19 10:00", "place": {"c2": "87", "c3": "", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1919-05-19 09:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "41"}}, "raw": {"H": "10:00", "COD": "87", "DAY": "19", "MON": "05", "NUM": "0041", "PRO": "EX", "YEA": "1919", "CITY": "Limoges", "NAME": "AUBOIROUX Marie Suzanne", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17677	aubriot-paul-1888-06-06	{"e1": "42"}	{"lerrcp": "E1-42"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Aubriot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21", "date": "1888-06-06 01:00", "note": null, "place": {"c1": null, "c2": "55", "c3": "", "cy": "FR", "lg": 5.16108, "lat": 48.77275, "name": "Bar-le-Duc", "geoid": 3034911}, "notime": null, "date-ut": "1888-06-06 00:39"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Aubriot"}, "birth": {"tzo": "+00:21", "date": "1888-06-06 01:00", "place": {"c2": "55", "c3": "", "cy": "FR", "lg": 5.16108, "lat": 48.77275, "name": "Bar-le-Duc", "geoid": 3034911}, "date-ut": "1888-06-06 00:39"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "42"}}, "raw": {"H": "01:00", "COD": "55", "DAY": "06", "MON": "06", "NUM": "0042", "PRO": "PH", "YEA": "1888", "CITY": "Bar le Duc", "NAME": "AUBRIOT Paul", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17678	aubry-francois-leon-1908-10-22	{"e1": "43"}	{"lerrcp": "E1-43"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François Léon", "family": "Aubry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1908-10-22 06:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.05635, "lat": 48.90702, "name": "Pont-à-Mousson", "geoid": 2986306}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "François Léon", "family": "Aubry"}, "birth": {"tzo": "", "date": "1908-10-22 06:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.05635, "lat": 48.90702, "name": "Pont-à-Mousson", "geoid": 2986306}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "43"}}, "raw": {"H": "06:00", "COD": "54", "DAY": "22", "MON": "10", "NUM": "0043", "PRO": "EX", "YEA": "1908", "CITY": "Pont à Mousson", "NAME": "AUBRY François Léon", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17679	aubry-jacques-1937-07-10	{"e1": "44"}	{"lerrcp": "E1-44"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Aubry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1937-07-10 16:45", "note": null, "place": {"c1": null, "c2": "75", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Clichy", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Aubry"}, "birth": {"tzo": "", "date": "1937-07-10 16:45", "place": {"c2": "75", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Clichy", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "44"}}, "raw": {"H": "16:45", "COD": "75", "DAY": "10", "MON": "07", "NUM": "0044", "PRO": "EX", "YEA": "1937", "CITY": "Clichy", "NAME": "AUBRY Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17681	aubry-pierre-1911-08-29	{"e1": "46"}	{"lerrcp": "E1-46"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Aubry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-08-29 19:00", "note": null, "place": {"c1": null, "c2": "52", "c3": "", "cy": "FR", "lg": 4.9669, "lat": 48.48978, "name": "Brousseval", "geoid": 3029861}, "notime": null, "date-ut": "1911-08-29 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Aubry"}, "birth": {"tzo": "+00:00", "date": "1911-08-29 19:00", "place": {"c2": "52", "c3": "", "cy": "FR", "lg": 4.9669, "lat": 48.48978, "name": "Brousseval", "geoid": 3029861}, "date-ut": "1911-08-29 19:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "46"}}, "raw": {"H": "19:00", "COD": "52", "DAY": "29", "MON": "08", "NUM": "0046", "PRO": "MI", "YEA": "1911", "CITY": "Brousseval", "NAME": "AUBRY Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17682	auclair-jean-marie-1902-05-27	{"e1": "47"}	{"lerrcp": "E1-47"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Marie", "family": "Auclair", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1902-05-27 07:00", "note": null, "place": {"c1": null, "c2": "18", "c3": "", "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "notime": null, "date-ut": "1902-05-27 06:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean Marie", "family": "Auclair"}, "birth": {"tzo": "+00:09", "date": "1902-05-27 07:00", "place": {"c2": "18", "c3": "", "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "date-ut": "1902-05-27 06:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "47"}}, "raw": {"H": "07:00", "COD": "18", "DAY": "27", "MON": "05", "NUM": "0047", "PRO": "PH", "YEA": "1902", "CITY": "Bourges", "NAME": "AUCLAIR Jean Marie", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17683	audouze-lucien-1909-03-17	{"e1": "48"}	{"lerrcp": "E1-48"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Audouze", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-03-17 23:00", "note": null, "place": {"c1": null, "c2": "23", "c3": "", "cy": "FR", "lg": 2.05412, "lat": 46.40757, "name": "Tercillat", "geoid": 2973152}, "notime": null, "date-ut": "1909-03-17 22:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Audouze"}, "birth": {"tzo": "+00:09", "date": "1909-03-17 23:00", "place": {"c2": "23", "c3": "", "cy": "FR", "lg": 2.05412, "lat": 46.40757, "name": "Tercillat", "geoid": 2973152}, "date-ut": "1909-03-17 22:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "48"}}, "raw": {"H": "23:00", "COD": "23", "DAY": "17", "MON": "03", "NUM": "0048", "PRO": "PH", "YEA": "1909", "CITY": "Tercillat", "NAME": "AUDOUZE Lucien", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17684	auge-andre-1912-03-07	{"e1": "49"}	{"lerrcp": "E1-49"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Auge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-03-07 06:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1912-03-07 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "André", "family": "Auge"}, "birth": {"tzo": "+00:00", "date": "1912-03-07 06:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1912-03-07 06:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "49"}}, "raw": {"H": "06:00", "COD": "13", "DAY": "07", "MON": "03", "NUM": "0049", "PRO": "EX", "YEA": "1912", "CITY": "Marseille", "NAME": "AUGE André", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17685	augey-du-fresse-louis-1829-03-27	{"e1": "50"}	{"lerrcp": "E1-50"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Augey Du Fresse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01", "date": "1829-03-27 07:30", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": 0.33827, "lat": 45.2478, "name": "Ribérac", "geoid": 2983696}, "notime": null, "date-ut": "1829-03-27 07:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Augey Du Fresse"}, "birth": {"tzo": "+00:01", "date": "1829-03-27 07:30", "place": {"c2": "24", "c3": "", "cy": "FR", "lg": 0.33827, "lat": 45.2478, "name": "Ribérac", "geoid": 2983696}, "date-ut": "1829-03-27 07:29"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "50"}}, "raw": {"H": "07:30", "COD": "24", "DAY": "27", "MON": "03", "NUM": "0050", "PRO": "MI", "YEA": "1829", "CITY": "Riberac", "NAME": "AUGEY DU FRESSE Louis", "NOTE": "*"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
17686	avon-maurice-1918-09-06	{"e1": "51"}	{"lerrcp": "E1-51"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Avon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-09-06 05:00", "note": null, "place": {"c1": null, "c2": "84", "c3": "", "cy": "FR", "lg": 4.9963, "lat": 44.03618, "name": "Monteux", "geoid": 2992638}, "notime": null, "date-ut": "1918-09-06 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Avon"}, "birth": {"tzo": "+01:00", "date": "1918-09-06 05:00", "place": {"c2": "84", "c3": "", "cy": "FR", "lg": 4.9963, "lat": 44.03618, "name": "Monteux", "geoid": 2992638}, "date-ut": "1918-09-06 04:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "51"}}, "raw": {"H": "05:00", "COD": "84", "DAY": "06", "MON": "09", "NUM": "0051", "PRO": "MI", "YEA": "1918", "CITY": "Monteux", "NAME": "AVON Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17687	avon-simon-1867-05-25	{"e1": "52"}	{"lerrcp": "E1-52"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Simon", "family": "Avon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10", "date": "1867-05-25 11:00", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.43769, "lat": 48.8486, "name": "Vincennes", "geoid": 2968054}, "notime": null, "date-ut": "1867-05-25 10:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Simon", "family": "Avon"}, "birth": {"tzo": "+00:10", "date": "1867-05-25 11:00", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.43769, "lat": 48.8486, "name": "Vincennes", "geoid": 2968054}, "date-ut": "1867-05-25 10:50"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "52"}}, "raw": {"H": "11:00", "COD": "94", "DAY": "25", "MON": "05", "NUM": "0052", "PRO": "MI", "YEA": "1867", "CITY": "Vincennes", "NAME": "AVON Simon", "NOTE": "*"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
17688	baggio-pierre-1900-10-08	{"e1": "53"}	{"lerrcp": "E1-53"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Baggio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1900-10-08 23:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 2.37681, "lat": 51.0344, "name": "Dunkerque", "geoid": 3020686}, "notime": null, "date-ut": "1900-10-08 22:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Baggio"}, "birth": {"tzo": "+00:09", "date": "1900-10-08 23:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 2.37681, "lat": 51.0344, "name": "Dunkerque", "geoid": 3020686}, "date-ut": "1900-10-08 22:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "53"}}, "raw": {"H": "23:00", "COD": "59", "DAY": "08", "MON": "10", "NUM": "0053", "PRO": "EX", "YEA": "1900", "CITY": "Dunkerque", "NAME": "BAGGIO Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17689	baille-hubert-1900-07-15	{"e1": "54"}	{"lerrcp": "E1-54"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hubert", "family": "Baille", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1900-07-15 05:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "notime": null, "date-ut": "1900-07-15 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Hubert", "family": "Baille"}, "birth": {"tzo": "+00:09", "date": "1900-07-15 05:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "date-ut": "1900-07-15 04:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "54"}}, "raw": {"H": "05:00", "COD": "34", "DAY": "15", "MON": "07", "NUM": "0054", "PRO": "EX", "YEA": "1900", "CITY": "Sète", "NAME": "BAILLE Hubert", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17690	baillet-paul-1914-07-07	{"e1": "55"}	{"lerrcp": "E1-55"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Baillet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-07-07 23:15", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.31393, "lat": 48.8162, "name": "Montrouge", "geoid": 2992017}, "notime": null, "date-ut": "1914-07-07 23:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Baillet"}, "birth": {"tzo": "+00:00", "date": "1914-07-07 23:15", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.31393, "lat": 48.8162, "name": "Montrouge", "geoid": 2992017}, "date-ut": "1914-07-07 23:15"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "55"}}, "raw": {"H": "23:15", "COD": "92", "DAY": "07", "MON": "07", "NUM": "0055", "PRO": "PH", "YEA": "1914", "CITY": "Montrouge", "NAME": "BAILLET Paul", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17691	bailleux-fernand-1908-07-03	{"e1": "56"}	{"lerrcp": "E1-56"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Bailleux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1908-07-03 14:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Colombes", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Bailleux"}, "birth": {"tzo": "", "date": "1908-07-03 14:00", "place": {"c2": "75", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Colombes", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "56"}}, "raw": {"H": "14:00", "COD": "75", "DAY": "03", "MON": "07", "NUM": "0056", "PRO": "MI", "YEA": "1908", "CITY": "Colombes", "NAME": "BAILLEUX Fernand", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17692	bailly-christian-1929-11-01	{"e1": "57"}	{"lerrcp": "E1-57"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Bailly", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1929-11-01 23:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.0382, "lat": 50.37349, "name": "Hesdin", "geoid": 3013365}, "notime": null, "date-ut": "1929-11-01 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Christian", "family": "Bailly"}, "birth": {"tzo": "+00:00", "date": "1929-11-01 23:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 2.0382, "lat": 50.37349, "name": "Hesdin", "geoid": 3013365}, "date-ut": "1929-11-01 23:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "57"}}, "raw": {"H": "23:00", "COD": "62", "DAY": "01", "MON": "11", "NUM": "0057", "PRO": "EX", "YEA": "1929", "CITY": "Hesdin", "NAME": "BAILLY Christian", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17693	bailly-paul-1903-09-02	{"e1": "58"}	{"lerrcp": "E1-58"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Bailly", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-09-02 05:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1903-09-02 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Bailly"}, "birth": {"tzo": "+00:09", "date": "1903-09-02 05:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1903-09-02 04:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "58"}}, "raw": {"H": "05:00", "COD": "06", "DAY": "02", "MON": "09", "NUM": "0058", "PRO": "MI", "YEA": "1903", "CITY": "Nice", "NAME": "BAILLY Paul", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17694	baisset-antoine-1907-09-03	{"e1": "59"}	{"lerrcp": "E1-59"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Baisset", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-09-03 08:00", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": 2.03683, "lat": 43.33105, "name": "Saint-Papoul", "geoid": 2977746}, "notime": null, "date-ut": "1907-09-03 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Baisset"}, "birth": {"tzo": "+00:09", "date": "1907-09-03 08:00", "place": {"c2": "11", "c3": "", "cy": "FR", "lg": 2.03683, "lat": 43.33105, "name": "Saint-Papoul", "geoid": 2977746}, "date-ut": "1907-09-03 07:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "59"}}, "raw": {"H": "08:00", "COD": "11", "DAY": "03", "MON": "09", "NUM": "0059", "PRO": "PH", "YEA": "1907", "CITY": "St Papoul", "NAME": "BAISSET Antoine", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17695	balans-georges-1906-05-14	{"e1": "60"}	{"lerrcp": "E1-60"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Balans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-05-14 01:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1906-05-14 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Balans"}, "birth": {"tzo": "+00:09", "date": "1906-05-14 01:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1906-05-14 00:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "60"}}, "raw": {"H": "01:00", "COD": "33", "DAY": "14", "MON": "05", "NUM": "0060", "PRO": "PH", "YEA": "1906", "CITY": "Bordeaux", "NAME": "BALANS Georges", "NOTE": "-"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
17696	ballet-jacques-1908-02-19	{"e1": "61"}	{"lerrcp": "E1-61"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Ballet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1908-02-19 23:00", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 5.69602, "lat": 48.35557, "name": "Neufchâteau", "geoid": 2990682}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Ballet"}, "birth": {"tzo": "", "date": "1908-02-19 23:00", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 5.69602, "lat": 48.35557, "name": "Neufchâteau", "geoid": 2990682}, "date-ut": ""}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "61"}}, "raw": {"H": "23:00", "COD": "88", "DAY": "19", "MON": "02", "NUM": "0061", "PRO": "MI", "YEA": "1908", "CITY": "Neufchâteau", "NAME": "BALLET Jacques", "NOTE": "L"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
17697	ballot-henri-1909-07-22	{"e1": "62"}	{"lerrcp": "E1-62"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Ballot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-07-22 21:00", "note": null, "place": {"c1": null, "c2": "89", "c3": "", "cy": "FR", "lg": 3.61628, "lat": 47.99009, "name": "Brienon-sur-Armançon", "geoid": 3030090}, "notime": null, "date-ut": "1909-07-22 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Ballot"}, "birth": {"tzo": "+00:09", "date": "1909-07-22 21:00", "place": {"c2": "89", "c3": "", "cy": "FR", "lg": 3.61628, "lat": 47.99009, "name": "Brienon-sur-Armançon", "geoid": 3030090}, "date-ut": "1909-07-22 20:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "62"}}, "raw": {"H": "21:00", "COD": "89", "DAY": "22", "MON": "07", "NUM": "0062", "PRO": "PH", "YEA": "1909", "CITY": "Brienon sur Armançon", "NAME": "BALLOT Henri", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17698	balmain-pierre-1914-05-18	{"e1": "63"}	{"lerrcp": "E1-63"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Balmain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-05-18 08:15", "note": null, "place": {"c1": null, "c2": "73", "c3": "", "cy": "FR", "lg": 6.35293, "lat": 45.27534, "name": "Saint-Jean-de-Maurienne", "geoid": 2979303}, "notime": null, "date-ut": "1914-05-18 08:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Balmain"}, "birth": {"tzo": "+00:00", "date": "1914-05-18 08:15", "place": {"c2": "73", "c3": "", "cy": "FR", "lg": 6.35293, "lat": 45.27534, "name": "Saint-Jean-de-Maurienne", "geoid": 2979303}, "date-ut": "1914-05-18 08:15"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "63"}}, "raw": {"H": "08:15", "COD": "73", "DAY": "18", "MON": "05", "NUM": "0063", "PRO": "EX", "YEA": "1914", "CITY": "St Jean de Maurienne", "NAME": "BALMAIN Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17699	bar-jacques-jean-louis-1921-09-12	{"e1": "64"}	{"lerrcp": "E1-64"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques Jean Louis", "family": "Bar", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-09-12 19:00", "note": null, "place": {"c1": null, "c2": "36", "c3": "", "cy": "FR", "lg": 1.69362, "lat": 46.81248, "name": "Châteauroux", "geoid": 3026204}, "notime": null, "date-ut": "1921-09-12 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jacques Jean Louis", "family": "Bar"}, "birth": {"tzo": "+01:00", "date": "1921-09-12 19:00", "place": {"c2": "36", "c3": "", "cy": "FR", "lg": 1.69362, "lat": 46.81248, "name": "Châteauroux", "geoid": 3026204}, "date-ut": "1921-09-12 18:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "64"}}, "raw": {"H": "19:00", "COD": "36", "DAY": "12", "MON": "09", "NUM": "0064", "PRO": "EX", "YEA": "1921", "CITY": "Châteauroux", "NAME": "BAR Jacques Jean Louis", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17700	baranger-jacques-1894-11-07	{"e1": "65"}	{"lerrcp": "E1-65"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Baranger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1894-11-07 12:00", "note": null, "place": {"c1": null, "c2": "45", "c3": "", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1894-11-07 11:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Baranger"}, "birth": {"tzo": "+00:09", "date": "1894-11-07 12:00", "place": {"c2": "45", "c3": "", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1894-11-07 11:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "65"}}, "raw": {"H": "12:00", "COD": "45", "DAY": "07", "MON": "11", "NUM": "0065", "PRO": "PH", "YEA": "1894", "CITY": "Orléans", "NAME": "BARANGER Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17701	barbe-georges-1905-03-22	{"e1": "66"}	{"lerrcp": "E1-66"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Barbe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1905-03-22 08:00", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Meudon", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Barbe"}, "birth": {"tzo": "", "date": "1905-03-22 08:00", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Meudon", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "66"}}, "raw": {"H": "08:00", "COD": "78", "DAY": "22", "MON": "03", "NUM": "0066", "PRO": "MI", "YEA": "1905", "CITY": "Meudon", "NAME": "BARBE Georges", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17702	barberon-bernard-1916-08-28	{"e1": "67"}	{"lerrcp": "E1-67"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Barberon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1916-08-28 01:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "17", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1916-08-28 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Barberon"}, "birth": {"tzo": "+01:00", "date": "1916-08-28 01:00", "place": {"c2": "75", "c3": "17", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1916-08-28 00:00"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "67"}}, "raw": {"H": "01:00", "COD": "75", "DAY": "28", "MON": "08", "NUM": "0067", "PRO": "MI", "YEA": "1916", "CITY": "Paris 17ème", "NAME": "BARBERON Bernard", "NOTE": "L"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
17703	barberot-roger-1915-01-20	{"e1": "68"}	{"lerrcp": "E1-68"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Barberot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1915-01-20 10:00", "note": null, "place": {"c1": null, "c2": "50", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Cherbourg", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Barberot"}, "birth": {"tzo": "", "date": "1915-01-20 10:00", "place": {"c2": "50", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Cherbourg", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "68"}}, "raw": {"H": "10:00", "COD": "50", "DAY": "20", "MON": "01", "NUM": "0068", "PRO": "MI", "YEA": "1915", "CITY": "Cherbourg", "NAME": "BARBEROT Roger", "NOTE": "L"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
17704	barbier-pierre-1912-01-02	{"e1": "69"}	{"lerrcp": "E1-69"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Barbier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-01-02 15:30", "note": null, "place": {"c1": null, "c2": "58", "c3": "", "cy": "FR", "lg": 3.49048, "lat": 47.28084, "name": "Brinon-sur-Beuvron", "geoid": 3030025}, "notime": null, "date-ut": "1912-01-02 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Barbier"}, "birth": {"tzo": "+00:00", "date": "1912-01-02 15:30", "place": {"c2": "58", "c3": "", "cy": "FR", "lg": 3.49048, "lat": 47.28084, "name": "Brinon-sur-Beuvron", "geoid": 3030025}, "date-ut": "1912-01-02 15:30"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "69"}}, "raw": {"H": "15:30", "COD": "58", "DAY": "02", "MON": "01", "NUM": "0069", "PRO": "PH", "YEA": "1912", "CITY": "Brinon sur Beuvron", "NAME": "BARBIER Pierre", "NOTE": "-"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
17705	barbu-marcel-1907-10-17	{"e1": "70"}	{"lerrcp": "E1-70"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Barbu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-10-17 20:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.20675, "lat": 48.89198, "name": "Nanterre", "geoid": 2990970}, "notime": null, "date-ut": "1907-10-17 19:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Barbu"}, "birth": {"tzo": "+00:09", "date": "1907-10-17 20:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.20675, "lat": 48.89198, "name": "Nanterre", "geoid": 2990970}, "date-ut": "1907-10-17 19:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "70"}}, "raw": {"H": "20:00", "COD": "92", "DAY": "17", "MON": "10", "NUM": "0070", "PRO": "EX", "YEA": "1907", "CITY": "Nanterre", "NAME": "BARBU Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17706	barets-jean-1921-11-07	{"e1": "71"}	{"lerrcp": "E1-71"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Barets", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1921-11-07 09:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -1.55684, "lat": 43.48055, "name": "Biarritz", "geoid": 3032797}, "notime": null, "date-ut": "1921-11-07 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Barets"}, "birth": {"tzo": "+00:00", "date": "1921-11-07 09:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": -1.55684, "lat": 43.48055, "name": "Biarritz", "geoid": 3032797}, "date-ut": "1921-11-07 09:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "71"}}, "raw": {"H": "09:00", "COD": "64", "DAY": "07", "MON": "11", "NUM": "0071", "PRO": "EX", "YEA": "1921", "CITY": "Biarritz", "NAME": "BARETS Jean", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17707	baron-christian-1930-10-09	{"e1": "72"}	{"lerrcp": "E1-72"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Baron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1930-10-09 11:30", "note": null, "place": {"c1": null, "c2": "21", "c3": "", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1930-10-09 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Christian", "family": "Baron"}, "birth": {"tzo": "+00:00", "date": "1930-10-09 11:30", "place": {"c2": "21", "c3": "", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1930-10-09 11:30"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "72"}}, "raw": {"H": "11:30", "COD": "21", "DAY": "09", "MON": "10", "NUM": "0072", "PRO": "PH", "YEA": "1930", "CITY": "Dijon", "NAME": "BARON Christian", "NOTE": "-"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
17708	daron-paul-1899-11-08	{"e1": "73"}	{"lerrcp": "E1-73"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Daron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-11-08 15:15", "note": null, "place": {"c1": null, "c2": "21", "c3": "", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1899-11-08 15:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Daron"}, "birth": {"tzo": "+00:09", "date": "1899-11-08 15:15", "place": {"c2": "21", "c3": "", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1899-11-08 15:06"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "73"}}, "raw": {"H": "15:15", "COD": "21", "DAY": "08", "MON": "11", "NUM": "0073", "PRO": "PH", "YEA": "1899", "CITY": "Dijon", "NAME": "DARON Paul", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17709	barrault-jean-louis-1910-09-08	{"e1": "74"}	{"lerrcp": "E1-74"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Louis", "family": "Barrault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-09-08 06:00", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 2.13308, "lat": 48.89281, "name": "Le Vésinet", "geoid": 2998854}, "notime": null, "date-ut": "1910-09-08 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean-Louis", "family": "Barrault"}, "birth": {"tzo": "+00:09", "date": "1910-09-08 06:00", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 2.13308, "lat": 48.89281, "name": "Le Vésinet", "geoid": 2998854}, "date-ut": "1910-09-08 05:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "74"}}, "raw": {"H": "06:00", "COD": "78", "DAY": "08", "MON": "09", "NUM": "0074", "PRO": "EX", "YEA": "1910", "CITY": "Le Vésinet", "NAME": "BARRAULT Jean-Louis", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17710	barraya-louis-1909-02-16	{"e1": "75"}	{"lerrcp": "E1-75"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Barraya", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-02-16 11:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1909-02-16 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Barraya"}, "birth": {"tzo": "+00:09", "date": "1909-02-16 11:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1909-02-16 10:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "75"}}, "raw": {"H": "11:00", "COD": "06", "DAY": "16", "MON": "02", "NUM": "0075", "PRO": "PH", "YEA": "1909", "CITY": "Nice", "NAME": "BARRAYA Louis", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17711	barret-pierre-1936-07-15	{"e1": "76"}	{"lerrcp": "E1-76"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Barret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1936-07-15 23:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.2886, "lat": 45.38956, "name": "Firminy", "geoid": 3018455}, "notime": null, "date-ut": "1936-07-15 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Barret"}, "birth": {"tzo": "+01:00", "date": "1936-07-15 23:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.2886, "lat": 45.38956, "name": "Firminy", "geoid": 3018455}, "date-ut": "1936-07-15 22:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "76"}}, "raw": {"H": "23:00", "COD": "42", "DAY": "15", "MON": "07", "NUM": "0076", "PRO": "EX", "YEA": "1936", "CITY": "Firminy", "NAME": "BARRET Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17712	barroussel-pierre-1894-10-19	{"e1": "77"}	{"lerrcp": "E1-77"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Barroussel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1894-10-19 05:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.6324, "lat": 44.80565, "name": "Pessac", "geoid": 2987805}, "notime": null, "date-ut": "1894-10-19 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Barroussel"}, "birth": {"tzo": "+00:09", "date": "1894-10-19 05:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.6324, "lat": 44.80565, "name": "Pessac", "geoid": 2987805}, "date-ut": "1894-10-19 04:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "77"}}, "raw": {"H": "05:00", "COD": "33", "DAY": "19", "MON": "10", "NUM": "0077", "PRO": "EX", "YEA": "1894", "CITY": "Pessac", "NAME": "BARROUSSEL Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17713	barthelemy-adrien-1914-05-05	{"e1": "78"}	{"lerrcp": "E1-78"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrien", "family": "Barthelemy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1914-05-05 01:00", "note": null, "place": {"c1": null, "c2": "12", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Belmont", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Adrien", "family": "Barthelemy"}, "birth": {"tzo": "", "date": "1914-05-05 01:00", "place": {"c2": "12", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Belmont", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "78"}}, "raw": {"H": "01:00", "COD": "12", "DAY": "05", "MON": "05", "NUM": "0078", "PRO": "EX", "YEA": "1914", "CITY": "Belmont", "NAME": "BARTHELEMY Adrien", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17714	barthelemy-maurice-louis-1914-03-24	{"e1": "79"}	{"lerrcp": "E1-79"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice Louis", "family": "Barthelemy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-03-24 05:30", "note": null, "place": {"c1": null, "c2": "02", "c3": "", "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "notime": null, "date-ut": "1914-03-24 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maurice Louis", "family": "Barthelemy"}, "birth": {"tzo": "+00:00", "date": "1914-03-24 05:30", "place": {"c2": "02", "c3": "", "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "date-ut": "1914-03-24 05:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "79"}}, "raw": {"H": "05:30", "COD": "02", "DAY": "24", "MON": "03", "NUM": "0079", "PRO": "MI", "YEA": "1914", "CITY": "St-Quentin", "NAME": "BARTHELEMY Maurice Louis", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17715	barthelemy-raymond-1910-03-10	{"e1": "80"}	{"lerrcp": "E1-80"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Barthelemy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1910-03-10 06:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.6948, "lat": 48.48864, "name": "Azerailles", "geoid": 3035537}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Barthelemy"}, "birth": {"tzo": "", "date": "1910-03-10 06:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.6948, "lat": 48.48864, "name": "Azerailles", "geoid": 3035537}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "80"}}, "raw": {"H": "06:00", "COD": "54", "DAY": "10", "MON": "03", "NUM": "0080", "PRO": "MI", "YEA": "1910", "CITY": "Azerailles", "NAME": "BARTHELEMY Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17716	barthes-louis-1918-05-05	{"e1": "81"}	{"lerrcp": "E1-81"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Barthes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-05-05 06:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.22374, "lat": 44.56645, "name": "Saint-Macaire", "geoid": 2978660}, "notime": null, "date-ut": "1918-05-05 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Barthes"}, "birth": {"tzo": "+01:00", "date": "1918-05-05 06:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.22374, "lat": 44.56645, "name": "Saint-Macaire", "geoid": 2978660}, "date-ut": "1918-05-05 05:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "81"}}, "raw": {"H": "06:00", "COD": "33", "DAY": "05", "MON": "05", "NUM": "0081", "PRO": "MI", "YEA": "1918", "CITY": "St-Macaire", "NAME": "BARTHES Louis", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17717	bartoli-georges-1926-05-23	{"e1": "82"}	{"lerrcp": "E1-82"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Bartoli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1926-05-23 06:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1926-05-23 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Bartoli"}, "birth": {"tzo": "+01:00", "date": "1926-05-23 06:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1926-05-23 05:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "82"}}, "raw": {"H": "06:00", "COD": "13", "DAY": "23", "MON": "05", "NUM": "0082", "PRO": "EX", "YEA": "1926", "CITY": "Marseille", "NAME": "BARTOLI Georges", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17719	barut-charles-1923-06-17	{"e1": "84"}	{"lerrcp": "E1-84"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Barut", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1923-06-17 01:00", "note": null, "place": {"c1": null, "c2": "73", "c3": "", "cy": "FR", "lg": 5.92079, "lat": 45.56628, "name": "Chambéry", "geoid": 3027422}, "notime": null, "date-ut": "1923-06-17 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Barut"}, "birth": {"tzo": "+01:00", "date": "1923-06-17 01:00", "place": {"c2": "73", "c3": "", "cy": "FR", "lg": 5.92079, "lat": 45.56628, "name": "Chambéry", "geoid": 3027422}, "date-ut": "1923-06-17 00:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "84"}}, "raw": {"H": "01:00", "COD": "73", "DAY": "17", "MON": "06", "NUM": "0084", "PRO": "PH", "YEA": "1923", "CITY": "Chambéry", "NAME": "BARUT Charles", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17720	basset-jacques-1905-04-13	{"e1": "85"}	{"lerrcp": "E1-85"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Basset", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-04-13 04:00", "note": null, "place": {"c1": null, "c2": "15", "c3": "", "cy": "FR", "lg": 2.33353, "lat": 45.21899, "name": "Mauriac", "geoid": 2995024}, "notime": null, "date-ut": "1905-04-13 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Basset"}, "birth": {"tzo": "+00:09", "date": "1905-04-13 04:00", "place": {"c2": "15", "c3": "", "cy": "FR", "lg": 2.33353, "lat": 45.21899, "name": "Mauriac", "geoid": 2995024}, "date-ut": "1905-04-13 03:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "85"}}, "raw": {"H": "04:00", "COD": "15", "DAY": "13", "MON": "04", "NUM": "0085", "PRO": "MI", "YEA": "1905", "CITY": "Mauriac", "NAME": "BASSET Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17721	bassinet-andre-1899-02-25	{"e1": "86"}	{"lerrcp": "E1-86"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Bassinet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-02-25 03:00", "note": null, "place": {"c1": null, "c2": "81", "c3": "", "cy": "FR", "lg": 2.18885, "lat": 43.77754, "name": "Réalmont", "geoid": 2984299}, "notime": null, "date-ut": "1899-02-25 02:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "André", "family": "Bassinet"}, "birth": {"tzo": "+00:09", "date": "1899-02-25 03:00", "place": {"c2": "81", "c3": "", "cy": "FR", "lg": 2.18885, "lat": 43.77754, "name": "Réalmont", "geoid": 2984299}, "date-ut": "1899-02-25 02:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "86"}}, "raw": {"H": "03:00", "COD": "81", "DAY": "25", "MON": "02", "NUM": "0086", "PRO": "EX", "YEA": "1899", "CITY": "Réalmont", "NAME": "BASSINET André", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17722	bataille-robert-1921-05-30	{"e1": "87"}	{"lerrcp": "E1-87"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Bataille", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-05-30 08:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "notime": null, "date-ut": "1921-05-30 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Bataille"}, "birth": {"tzo": "+01:00", "date": "1921-05-30 08:00", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "date-ut": "1921-05-30 07:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "87"}}, "raw": {"H": "08:00", "COD": "66", "DAY": "30", "MON": "05", "NUM": "0087", "PRO": "EX", "YEA": "1921", "CITY": "Perpignan", "NAME": "BATAILLE Robert", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17723	batlle-sebastien-1914-03-19	{"e1": "88"}	{"lerrcp": "E1-88"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sébastien", "family": "Batlle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-03-19 12:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 2.76897, "lat": 42.62134, "name": "Llupia", "geoid": 2998018}, "notime": null, "date-ut": "1914-03-19 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Sébastien", "family": "Batlle"}, "birth": {"tzo": "+00:00", "date": "1914-03-19 12:00", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": 2.76897, "lat": 42.62134, "name": "Llupia", "geoid": 2998018}, "date-ut": "1914-03-19 12:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "88"}}, "raw": {"H": "12:00", "COD": "66", "DAY": "19", "MON": "03", "NUM": "0088", "PRO": "MI", "YEA": "1914", "CITY": "Llupia", "NAME": "BATLLE Sébastien", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17724	batteur-henri-1910-11-10	{"e1": "89"}	{"lerrcp": "E1-89"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Batteur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-11-10 03:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1910-11-10 02:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Batteur"}, "birth": {"tzo": "+00:09", "date": "1910-11-10 03:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1910-11-10 02:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "89"}}, "raw": {"H": "03:00", "COD": "59", "DAY": "10", "MON": "11", "NUM": "0089", "PRO": "PH", "YEA": "1910", "CITY": "Roubaix", "NAME": "BATTEUR Henri", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17725	bauchot-roland-1929-02-24	{"e1": "90"}	{"lerrcp": "E1-90"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roland", "family": "Bauchot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1929-02-24 06:15", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": 2.42057, "lat": 48.87992, "name": "Les Lilas", "geoid": 3000491}, "notime": null, "date-ut": "1929-02-24 06:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Roland", "family": "Bauchot"}, "birth": {"tzo": "+00:00", "date": "1929-02-24 06:15", "place": {"c2": "93", "c3": "", "cy": "FR", "lg": 2.42057, "lat": 48.87992, "name": "Les Lilas", "geoid": 3000491}, "date-ut": "1929-02-24 06:15"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "90"}}, "raw": {"H": "06:15", "COD": "93", "DAY": "24", "MON": "02", "NUM": "0090", "PRO": "PH", "YEA": "1929", "CITY": "Les Lilas", "NAME": "BAUCHOT Roland", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17726	baudot-jean-claude-1934-06-23	{"e1": "91"}	{"lerrcp": "E1-91"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Claude", "family": "Baudot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1934-06-23 19:00", "note": null, "place": {"c1": null, "c2": "55", "c3": "", "cy": "FR", "lg": 5.16108, "lat": 48.77275, "name": "Bar-le-Duc", "geoid": 3034911}, "notime": null, "date-ut": "1934-06-23 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean Claude", "family": "Baudot"}, "birth": {"tzo": "+01:00", "date": "1934-06-23 19:00", "place": {"c2": "55", "c3": "", "cy": "FR", "lg": 5.16108, "lat": 48.77275, "name": "Bar-le-Duc", "geoid": 3034911}, "date-ut": "1934-06-23 18:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "91"}}, "raw": {"H": "19:00", "COD": "55", "DAY": "23", "MON": "06", "NUM": "0091", "PRO": "EX", "YEA": "1934", "CITY": "Bar-le-Duc", "NAME": "BAUDOT Jean Claude", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17727	baudrier-jacqueline-vibert-1922-03-16	{"e1": "92"}	{"lerrcp": "E1-92"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacqueline (VIBERT)", "family": "Baudrier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-03-16 20:30", "note": null, "place": {"c1": null, "c2": "61", "c3": "", "cy": "FR", "lg": 0.51453, "lat": 48.74896, "name": "Beaufai", "geoid": 3034326}, "notime": null, "date-ut": "1922-03-16 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jacqueline (VIBERT)", "family": "Baudrier"}, "birth": {"tzo": "+00:00", "date": "1922-03-16 20:30", "place": {"c2": "61", "c3": "", "cy": "FR", "lg": 0.51453, "lat": 48.74896, "name": "Beaufai", "geoid": 3034326}, "date-ut": "1922-03-16 20:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "92"}}, "raw": {"H": "20:30", "COD": "61", "DAY": "16", "MON": "03", "NUM": "0092", "PRO": "EX", "YEA": "1922", "CITY": "Beaufai", "NAME": "BAUDRIER Jacqueline (VIBERT)", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17728	baulieu-etienne-1926-12-12	{"e1": "93"}	{"lerrcp": "E1-93"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Baulieu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1926-12-12 04:30", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1926-12-12 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Baulieu"}, "birth": {"tzo": "+00:00", "date": "1926-12-12 04:30", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1926-12-12 04:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "93"}}, "raw": {"H": "04:30", "COD": "67", "DAY": "12", "MON": "12", "NUM": "0093", "PRO": "PH", "YEA": "1926", "CITY": "Strasbourg", "NAME": "BAULIEU Etienne", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17729	baumel-jacques-1918-03-06	{"e1": "94"}	{"lerrcp": "E1-94"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Baumel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1918-03-06 16:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1918-03-06 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Baumel"}, "birth": {"tzo": "+00:00", "date": "1918-03-06 16:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1918-03-06 16:00"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "94"}}, "raw": {"H": "16:00", "COD": "13", "DAY": "06", "MON": "03", "NUM": "0094", "PRO": "MI", "YEA": "1918", "CITY": "Marseille", "NAME": "BAUMEL Jacques", "NOTE": "L"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
17730	bavastro-michel-1906-12-28	{"e1": "95"}	{"lerrcp": "E1-95"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Bavastro", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-12-28 15:30", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1906-12-28 15:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Bavastro"}, "birth": {"tzo": "+00:09", "date": "1906-12-28 15:30", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1906-12-28 15:21"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "95"}}, "raw": {"H": "15:30", "COD": "06", "DAY": "28", "MON": "12", "NUM": "0095", "PRO": "EX", "YEA": "1906", "CITY": "Nice", "NAME": "BAVASTRO Michel", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17731	bayard-gaston-1914-01-19	{"e1": "96"}	{"lerrcp": "E1-96"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Bayard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-01-19 18:00", "note": null, "place": {"c1": null, "c2": "17", "c3": "", "cy": "FR", "lg": -0.51448, "lat": 45.35318, "name": "Soubran", "geoid": 2974133}, "notime": null, "date-ut": "1914-01-19 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Bayard"}, "birth": {"tzo": "+00:00", "date": "1914-01-19 18:00", "place": {"c2": "17", "c3": "", "cy": "FR", "lg": -0.51448, "lat": 45.35318, "name": "Soubran", "geoid": 2974133}, "date-ut": "1914-01-19 18:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "96"}}, "raw": {"H": "18:00", "COD": "17", "DAY": "19", "MON": "01", "NUM": "0096", "PRO": "EX", "YEA": "1914", "CITY": "Soubran", "NAME": "BAYARD Gaston", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17733	bazaugour-jean-1914-05-14	{"e1": "98"}	{"lerrcp": "E1-98"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bazaugour", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-05-14 03:00", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": 0.81332, "lat": 45.19086, "name": "Bassillac", "geoid": 3034665}, "notime": null, "date-ut": "1914-05-14 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bazaugour"}, "birth": {"tzo": "+00:00", "date": "1914-05-14 03:00", "place": {"c2": "24", "c3": "", "cy": "FR", "lg": 0.81332, "lat": 45.19086, "name": "Bassillac", "geoid": 3034665}, "date-ut": "1914-05-14 03:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "98"}}, "raw": {"H": "03:00", "COD": "24", "DAY": "14", "MON": "05", "NUM": "0098", "PRO": "MI", "YEA": "1914", "CITY": "Bassillac", "NAME": "BAZAUGOUR Jean", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17734	beaufre-andre-1902-01-25	{"e1": "99"}	{"lerrcp": "E1-99"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Beaufre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1902-01-25 04:30", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1902-01-25 04:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Beaufre"}, "birth": {"tzo": "+00:09", "date": "1902-01-25 04:30", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1902-01-25 04:21"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "99"}}, "raw": {"H": "04:30", "COD": "92", "DAY": "25", "MON": "01", "NUM": "0099", "PRO": "MI", "YEA": "1902", "CITY": "Neuilly sur Seine", "NAME": "BEAUFRE André", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17735	beaumont-claude-subtil-de-1909-11-25	{"e1": "100"}	{"lerrcp": "E1-100"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude (SUBTIL de)", "family": "Beaumont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1909-11-25 22:00", "note": null, "place": {"c1": null, "c2": "18", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Brigueil", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Claude (SUBTIL de)", "family": "Beaumont"}, "birth": {"tzo": "", "date": "1909-11-25 22:00", "place": {"c2": "18", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Brigueil", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "100"}}, "raw": {"H": "22:00", "COD": "18", "DAY": "25", "MON": "11", "NUM": "0100", "PRO": "EX", "YEA": "1909", "CITY": "Brigueil", "NAME": "BEAUMONT Claude (SUBTIL de)", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17736	beauvallet-jacques-1909-09-13	{"e1": "101"}	{"lerrcp": "E1-101"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Beauvallet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-09-13 12:25", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.07772, "lat": 49.9216, "name": "Dieppe", "geoid": 3021411}, "notime": null, "date-ut": "1909-09-13 12:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Beauvallet"}, "birth": {"tzo": "+00:09", "date": "1909-09-13 12:25", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 1.07772, "lat": 49.9216, "name": "Dieppe", "geoid": 3021411}, "date-ut": "1909-09-13 12:16"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "101"}}, "raw": {"H": "12:25", "COD": "76", "DAY": "13", "MON": "09", "NUM": "0101", "PRO": "MI", "YEA": "1909", "CITY": "Dieppe", "NAME": "BEAUVALLET Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17737	bedrine-henri-louis-1912-01-17	{"e1": "102"}	{"lerrcp": "E1-102"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri Louis", "family": "Bedrine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-01-17 13:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 1.85635, "lat": 50.95194, "name": "Calais", "geoid": 3029162}, "notime": null, "date-ut": "1912-01-17 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri Louis", "family": "Bedrine"}, "birth": {"tzo": "+00:00", "date": "1912-01-17 13:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 1.85635, "lat": 50.95194, "name": "Calais", "geoid": 3029162}, "date-ut": "1912-01-17 13:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "102"}}, "raw": {"H": "13:00", "COD": "62", "DAY": "17", "MON": "01", "NUM": "0102", "PRO": "PH", "YEA": "1912", "CITY": "Calais", "NAME": "BEDRINE Henri Louis", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17738	beffara-michel-1920-09-02	{"e1": "103"}	{"lerrcp": "E1-103"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Beffara", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-09-02 07:00", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "notime": null, "date-ut": "1920-09-02 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Beffara"}, "birth": {"tzo": "+01:00", "date": "1920-09-02 07:00", "place": {"c2": "24", "c3": "", "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "date-ut": "1920-09-02 06:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "103"}}, "raw": {"H": "07:00", "COD": "24", "DAY": "02", "MON": "09", "NUM": "0103", "PRO": "EX", "YEA": "1920", "CITY": "Périgueux", "NAME": "BEFFARA Michel", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17739	begni-paul-1920-02-29	{"e1": "104"}	{"lerrcp": "E1-104"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Begni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-02-29 01:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.50435, "lat": 43.77649, "name": "Menton", "geoid": 2994497}, "notime": null, "date-ut": "1920-02-29 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Begni"}, "birth": {"tzo": "+01:00", "date": "1920-02-29 01:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.50435, "lat": 43.77649, "name": "Menton", "geoid": 2994497}, "date-ut": "1920-02-29 00:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "104"}}, "raw": {"H": "01:00", "COD": "06", "DAY": "29", "MON": "02", "NUM": "0104", "PRO": "MI", "YEA": "1920", "CITY": "Menton", "NAME": "BEGNI Paul", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17740	begouin-maurice-1899-11-03	{"e1": "105"}	{"lerrcp": "E1-105"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Begouin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-11-03 01:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1899-11-03 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Begouin"}, "birth": {"tzo": "+00:09", "date": "1899-11-03 01:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1899-11-03 00:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "105"}}, "raw": {"H": "01:00", "COD": "33", "DAY": "03", "MON": "11", "NUM": "0105", "PRO": "EX", "YEA": "1899", "CITY": "Bordeaux", "NAME": "BEGOUIN Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17741	belmont-henry-1912-12-06	{"e1": "106"}	{"lerrcp": "E1-106"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Belmont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-12-06 10:00", "note": null, "place": {"c1": null, "c2": "25", "c3": "", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1912-12-06 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Belmont"}, "birth": {"tzo": "+00:00", "date": "1912-12-06 10:00", "place": {"c2": "25", "c3": "", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1912-12-06 10:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "106"}}, "raw": {"H": "10:00", "COD": "25", "DAY": "06", "MON": "12", "NUM": "0106", "PRO": "EX", "YEA": "1912", "CITY": "Besançon", "NAME": "BELMONT Henry", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17742	benard-roger-1903-05-30	{"e1": "107"}	{"lerrcp": "E1-107"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Benard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1903-05-30 22:00", "note": null, "place": {"c1": null, "c2": "41", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Romorantin", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Benard"}, "birth": {"tzo": "", "date": "1903-05-30 22:00", "place": {"c2": "41", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Romorantin", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "107"}}, "raw": {"H": "22:00", "COD": "41", "DAY": "30", "MON": "05", "NUM": "0107", "PRO": "MI", "YEA": "1903", "CITY": "Romorantin", "NAME": "BENARD Roger", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17743	benaze-francois-du-hil-de-1929-03-29	{"e1": "108"}	{"lerrcp": "E1-108"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François (du HIL de)", "family": "Benaze", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1929-03-29 07:30", "note": null, "place": {"c1": null, "c2": "28", "c3": "", "cy": "FR", "lg": 1.48925, "lat": 48.44685, "name": "Chartres", "geoid": 3026467}, "notime": null, "date-ut": "1929-03-29 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "François (du HIL de)", "family": "Benaze"}, "birth": {"tzo": "+00:00", "date": "1929-03-29 07:30", "place": {"c2": "28", "c3": "", "cy": "FR", "lg": 1.48925, "lat": 48.44685, "name": "Chartres", "geoid": 3026467}, "date-ut": "1929-03-29 07:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "108"}}, "raw": {"H": "07:30", "COD": "28", "DAY": "29", "MON": "03", "NUM": "0108", "PRO": "EX", "YEA": "1929", "CITY": "Chartres", "NAME": "BENAZE François (du HIL de)", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17744	benner-harard-1917-08-29	{"e1": "109"}	{"lerrcp": "E1-109"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Harard", "family": "Benner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1917-08-29 01:00", "note": null, "place": {"c1": null, "c2": "68", "c3": "", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Harard", "family": "Benner"}, "birth": {"tzo": "", "date": "1917-08-29 01:00", "place": {"c2": "68", "c3": "", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "date-ut": ""}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "109"}}, "raw": {"H": "01:00", "COD": "68", "DAY": "29", "MON": "08", "NUM": "0109", "PRO": "PH", "YEA": "1917", "CITY": "Mulhouse", "NAME": "BENNER Harard", "NOTE": "-"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
17745	benoit-d-azy-charles-1897-10-30	{"e1": "110"}	{"lerrcp": "E1-110"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Benoit D'azy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1897-10-30 09:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "La Seyne", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Benoit D'azy"}, "birth": {"tzo": "", "date": "1897-10-30 09:00", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "La Seyne", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "110"}}, "raw": {"H": "09:00", "COD": "83", "DAY": "30", "MON": "10", "NUM": "0110", "PRO": "EX", "YEA": "1897", "CITY": "La Seyne", "NAME": "BENOIT D'AZY Charles", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17746	benoit-frederic-1910-07-06	{"e1": "111"}	{"lerrcp": "E1-111"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Benoit", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-07-06 00:30", "note": null, "place": {"c1": null, "c2": "70", "c3": "", "cy": "FR", "lg": 6.05011, "lat": 47.68774, "name": "Port-sur-Saône", "geoid": 2985929}, "notime": null, "date-ut": "1910-07-06 00:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Benoit"}, "birth": {"tzo": "+00:09", "date": "1910-07-06 00:30", "place": {"c2": "70", "c3": "", "cy": "FR", "lg": 6.05011, "lat": 47.68774, "name": "Port-sur-Saône", "geoid": 2985929}, "date-ut": "1910-07-06 00:21"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "111"}}, "raw": {"H": "00:30", "COD": "70", "DAY": "06", "MON": "07", "NUM": "0111", "PRO": "PH", "YEA": "1910", "CITY": "Port/Saone", "NAME": "BENOIT Frédéric", "NOTE": "-"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
17747	benoit-pierre-1914-08-21	{"e1": "112"}	{"lerrcp": "E1-112"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Benoit", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-08-21 05:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1914-08-21 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Benoit"}, "birth": {"tzo": "+00:00", "date": "1914-08-21 05:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1914-08-21 05:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "112"}}, "raw": {"H": "05:00", "COD": "33", "DAY": "21", "MON": "08", "NUM": "0112", "PRO": "PH", "YEA": "1914", "CITY": "Bordeaux", "NAME": "BENOIT Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17748	bensoussan-pierre-1921-06-01	{"e1": "113"}	{"lerrcp": "E1-113"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Bensoussan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1921-06-01 04:00", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint-Maur", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Bensoussan"}, "birth": {"tzo": "", "date": "1921-06-01 04:00", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint-Maur", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "113"}}, "raw": {"H": "04:00", "COD": "94", "DAY": "01", "MON": "06", "NUM": "0113", "PRO": "PH", "YEA": "1921", "CITY": "St-Maur", "NAME": "BENSOUSSAN Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17749	bera-jean-1901-09-01	{"e1": "114"}	{"lerrcp": "E1-114"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bera", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1901-09-01 04:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Walincourt", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bera"}, "birth": {"tzo": "", "date": "1901-09-01 04:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Walincourt", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "114"}}, "raw": {"H": "04:00", "COD": "59", "DAY": "01", "MON": "09", "NUM": "0114", "PRO": "PH", "YEA": "1901", "CITY": "Walincourt", "NAME": "BERA Jean", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17750	beranger-francois-1909-03-25	{"e1": "115"}	{"lerrcp": "E1-115"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Beranger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-03-25 16:00", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1909-03-25 15:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Beranger"}, "birth": {"tzo": "+00:09", "date": "1909-03-25 16:00", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1909-03-25 15:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "115"}}, "raw": {"H": "16:00", "COD": "78", "DAY": "25", "MON": "03", "NUM": "0115", "PRO": "MI", "YEA": "1909", "CITY": "Versailles", "NAME": "BERANGER François", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17751	bergeot-paul-1930-05-10	{"e1": "116"}	{"lerrcp": "E1-116"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Bergeot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1930-05-10 07:00", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 4.00343, "lat": 49.05457, "name": "Ay", "geoid": 3035594}, "notime": null, "date-ut": "1930-05-10 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Bergeot"}, "birth": {"tzo": "+01:00", "date": "1930-05-10 07:00", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": 4.00343, "lat": 49.05457, "name": "Ay", "geoid": 3035594}, "date-ut": "1930-05-10 06:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "116"}}, "raw": {"H": "07:00", "COD": "51", "DAY": "10", "MON": "05", "NUM": "0116", "PRO": "EX", "YEA": "1930", "CITY": "Ay", "NAME": "BERGEOT Paul", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17752	bergerard-joseph-1921-02-23	{"e1": "117"}	{"lerrcp": "E1-117"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Bergerard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1921-02-23 14:00", "note": null, "place": {"c1": null, "c2": "41", "c3": "", "cy": "FR", "lg": 1.28395, "lat": 47.63349, "name": "Fossé", "geoid": 3017672}, "notime": null, "date-ut": "1921-02-23 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Bergerard"}, "birth": {"tzo": "+00:00", "date": "1921-02-23 14:00", "place": {"c2": "41", "c3": "", "cy": "FR", "lg": 1.28395, "lat": 47.63349, "name": "Fossé", "geoid": 3017672}, "date-ut": "1921-02-23 14:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "117"}}, "raw": {"H": "14:00", "COD": "41", "DAY": "23", "MON": "02", "NUM": "0117", "PRO": "PH", "YEA": "1921", "CITY": "Fossé", "NAME": "BERGERARD Joseph", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17753	bergis-rene-1890-11-10	{"e1": "118"}	{"lerrcp": "E1-118"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Bergis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1890-11-10 23:45", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Boulogne-sur-Seine", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Bergis"}, "birth": {"tzo": "", "date": "1890-11-10 23:45", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Boulogne-sur-Seine", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "118"}}, "raw": {"H": "23:45", "COD": "92", "DAY": "10", "MON": "11", "NUM": "0118", "PRO": "PH", "YEA": "1890", "CITY": "Boulogne-sur-Seine", "NAME": "BERGIS René", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17754	bernard-adolphe-1886-03-23	{"e1": "119"}	{"lerrcp": "E1-119"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Bernard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1886-03-23 01:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Sachin en Artois", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Bernard"}, "birth": {"tzo": "", "date": "1886-03-23 01:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Sachin en Artois", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "119"}}, "raw": {"H": "01:00", "COD": "62", "DAY": "23", "MON": "03", "NUM": "0119", "PRO": "PH", "YEA": "1886", "CITY": "Sachin en Artois", "NAME": "BERNARD Adolphe", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17755	bernard-etienna-1900-05-11	{"e1": "120"}	{"lerrcp": "E1-120"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienna", "family": "Bernard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1900-05-11 19:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "notime": null, "date-ut": "1900-05-11 18:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Etienna", "family": "Bernard"}, "birth": {"tzo": "+00:09", "date": "1900-05-11 19:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "date-ut": "1900-05-11 18:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "120"}}, "raw": {"H": "19:00", "COD": "62", "DAY": "11", "MON": "05", "NUM": "0120", "PRO": "PH", "YEA": "1900", "CITY": "Arras", "NAME": "BERNARD Etienna", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17756	bernardin-charles-1906-10-22	{"e1": "121"}	{"lerrcp": "E1-121"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Bernardin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-10-22 17:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1906-10-22 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Bernardin"}, "birth": {"tzo": "+00:09", "date": "1906-10-22 17:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1906-10-22 16:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "121"}}, "raw": {"H": "17:00", "COD": "31", "DAY": "22", "MON": "10", "NUM": "0121", "PRO": "PH", "YEA": "1906", "CITY": "Toulouse", "NAME": "BERNARDIN Charles", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17757	bernardy-guy-jean-1926-03-07	{"e1": "122"}	{"lerrcp": "E1-122"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy-Jean", "family": "Bernardy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1926-03-07 11:00", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Clermond-Ferrand", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Guy-Jean", "family": "Bernardy"}, "birth": {"tzo": "", "date": "1926-03-07 11:00", "place": {"c2": "63", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Clermond-Ferrand", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "122"}}, "raw": {"H": "11:00", "COD": "63", "DAY": "07", "MON": "03", "NUM": "0122", "PRO": "MI", "YEA": "1926", "CITY": "Clermond-Ferrand", "NAME": "BERNARDY Guy-Jean", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17758	berchoux-henry-de-1894-09-03	{"e1": "123"}	{"lerrcp": "E1-123"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry de", "family": "Berchoux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1894-09-03 13:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.21318, "lat": 45.94772, "name": "Saint-Symphorien-de-Lay", "geoid": 2976805}, "notime": null, "date-ut": "1894-09-03 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henry de", "family": "Berchoux"}, "birth": {"tzo": "+00:09", "date": "1894-09-03 13:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.21318, "lat": 45.94772, "name": "Saint-Symphorien-de-Lay", "geoid": 2976805}, "date-ut": "1894-09-03 12:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "123"}}, "raw": {"H": "13:00", "COD": "42", "DAY": "03", "MON": "09", "NUM": "0123", "PRO": "MI", "YEA": "1894", "CITY": "St Symphorien de Lay", "NAME": "BERCHOUX Henry de", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17759	bernachot-jean-1907-05-23	{"e1": "124"}	{"lerrcp": "E1-124"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bernachot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-05-23 07:00", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 4.36667, "lat": 46.66667, "name": "Montceau-les-Mines", "geoid": 2992863}, "notime": null, "date-ut": "1907-05-23 06:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bernachot"}, "birth": {"tzo": "+00:09", "date": "1907-05-23 07:00", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 4.36667, "lat": 46.66667, "name": "Montceau-les-Mines", "geoid": 2992863}, "date-ut": "1907-05-23 06:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "124"}}, "raw": {"H": "07:00", "COD": "71", "DAY": "23", "MON": "05", "NUM": "0124", "PRO": "MI", "YEA": "1907", "CITY": "Montceau les Mines", "NAME": "BERNACHOT Jean", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17760	bernheim-andre-1899-07-31	{"e1": "125"}	{"lerrcp": "E1-125"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Bernheim", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-07-31 08:30", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.48255, "lat": 48.83669, "name": "Nogent-sur-Marne", "geoid": 2990265}, "notime": null, "date-ut": "1899-07-31 08:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "André", "family": "Bernheim"}, "birth": {"tzo": "+00:09", "date": "1899-07-31 08:30", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.48255, "lat": 48.83669, "name": "Nogent-sur-Marne", "geoid": 2990265}, "date-ut": "1899-07-31 08:21"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "125"}}, "raw": {"H": "08:30", "COD": "94", "DAY": "31", "MON": "07", "NUM": "0125", "PRO": "EX", "YEA": "1899", "CITY": "Nogent sur Marne", "NAME": "BERNHEIM André", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17761	bernier-jean-jacques-1921-01-22	{"e1": "126"}	{"lerrcp": "E1-126"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Jacques", "family": "Bernier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1921-01-22 01:00", "note": null, "place": {"c1": null, "c2": "27", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Gros-Theil", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean-Jacques", "family": "Bernier"}, "birth": {"tzo": "", "date": "1921-01-22 01:00", "place": {"c2": "27", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Gros-Theil", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "126"}}, "raw": {"H": "01:00", "COD": "27", "DAY": "22", "MON": "01", "NUM": "0126", "PRO": "PH", "YEA": "1921", "CITY": "Gros-Theil", "NAME": "BERNIER Jean-Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17762	bernon-paul-1916-07-23	{"e1": "127"}	{"lerrcp": "E1-127"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Bernon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1916-07-23 15:00", "note": null, "place": {"c1": null, "c2": "73", "c3": "", "cy": "FR", "lg": 5.92079, "lat": 45.56628, "name": "Chambéry", "geoid": 3027422}, "notime": null, "date-ut": "1916-07-23 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Bernon"}, "birth": {"tzo": "+01:00", "date": "1916-07-23 15:00", "place": {"c2": "73", "c3": "", "cy": "FR", "lg": 5.92079, "lat": 45.56628, "name": "Chambéry", "geoid": 3027422}, "date-ut": "1916-07-23 14:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "127"}}, "raw": {"H": "15:00", "COD": "73", "DAY": "23", "MON": "07", "NUM": "0127", "PRO": "MI", "YEA": "1916", "CITY": "Chambéry", "NAME": "BERNON Paul", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17763	bert-jean-marie-1904-06-29	{"e1": "128"}	{"lerrcp": "E1-128"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Marie", "family": "Bert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-06-29 02:00", "note": null, "place": {"c1": null, "c2": "84", "c3": "", "cy": "FR", "lg": 5.30759, "lat": 43.82396, "name": "Bonnieux", "geoid": 3031665}, "notime": null, "date-ut": "1904-06-29 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean-Marie", "family": "Bert"}, "birth": {"tzo": "+00:09", "date": "1904-06-29 02:00", "place": {"c2": "84", "c3": "", "cy": "FR", "lg": 5.30759, "lat": 43.82396, "name": "Bonnieux", "geoid": 3031665}, "date-ut": "1904-06-29 01:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "128"}}, "raw": {"H": "02:00", "COD": "84", "DAY": "29", "MON": "06", "NUM": "0128", "PRO": "PH", "YEA": "1904", "CITY": "Bonnieux", "NAME": "BERT Jean-Marie", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17764	bertaux-pierre-1907-10-08	{"e1": "129"}	{"lerrcp": "E1-129"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Bertaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-10-08 15:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "3", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1907-10-08 14:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Bertaux"}, "birth": {"tzo": "+00:09", "date": "1907-10-08 15:00", "place": {"c2": "69", "c3": "3", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1907-10-08 14:51"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "129"}}, "raw": {"H": "15:00", "COD": "69", "DAY": "08", "MON": "10", "NUM": "0129", "PRO": "MI", "YEA": "1907", "CITY": "Lyon 3ème", "NAME": "BERTAUX Pierre", "NOTE": "L"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
17765	berthault-raymond-1901-03-27	{"e1": "130"}	{"lerrcp": "E1-130"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Berthault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1901-03-27 03:00", "note": null, "place": {"c1": null, "c2": "37", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Béré", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Berthault"}, "birth": {"tzo": "", "date": "1901-03-27 03:00", "place": {"c2": "37", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Béré", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "130"}}, "raw": {"H": "03:00", "COD": "37", "DAY": "27", "MON": "03", "NUM": "0130", "PRO": "EX", "YEA": "1901", "CITY": "Béré", "NAME": "BERTHAULT Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17766	berthet-etienne-1909-03-30	{"e1": "131"}	{"lerrcp": "E1-131"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Berthet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-03-30 03:00", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1909-03-30 02:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Berthet"}, "birth": {"tzo": "+00:09", "date": "1909-03-30 03:00", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1909-03-30 02:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "131"}}, "raw": {"H": "03:00", "COD": "38", "DAY": "30", "MON": "03", "NUM": "0131", "PRO": "PH", "YEA": "1909", "CITY": "Grenoble", "NAME": "BERTHET Etienne", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17767	berthier-guy-1923-04-05	{"e1": "132"}	{"lerrcp": "E1-132"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Berthier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-04-05 01:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 4.63031, "lat": 43.67681, "name": "Arles", "geoid": 3036938}, "notime": null, "date-ut": "1923-04-05 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Berthier"}, "birth": {"tzo": "+00:00", "date": "1923-04-05 01:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 4.63031, "lat": 43.67681, "name": "Arles", "geoid": 3036938}, "date-ut": "1923-04-05 01:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "132"}}, "raw": {"H": "01:00", "COD": "13", "DAY": "05", "MON": "04", "NUM": "0132", "PRO": "EX", "YEA": "1923", "CITY": "Arles", "NAME": "BERTHIER Guy", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17768	berthier-jean-1921-03-18	{"e1": "133"}	{"lerrcp": "E1-133"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Berthier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-03-18 22:15", "note": null, "place": {"c1": null, "c2": "60", "c3": "", "cy": "FR", "lg": 2.47074, "lat": 49.27158, "name": "Nogent-sur-Oise", "geoid": 2990264}, "notime": null, "date-ut": "1921-03-18 21:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Berthier"}, "birth": {"tzo": "+01:00", "date": "1921-03-18 22:15", "place": {"c2": "60", "c3": "", "cy": "FR", "lg": 2.47074, "lat": 49.27158, "name": "Nogent-sur-Oise", "geoid": 2990264}, "date-ut": "1921-03-18 21:15"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "133"}}, "raw": {"H": "22:15", "COD": "60", "DAY": "18", "MON": "03", "NUM": "0133", "PRO": "EX", "YEA": "1921", "CITY": "Nogent sur Oise", "NAME": "BERTHIER Jean", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17769	bertin-albert-1914-05-22	{"e1": "134"}	{"lerrcp": "E1-134"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Bertin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-05-22 07:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": 4.8795, "lat": 45.76601, "name": "Villeurbanne", "geoid": 2968254}, "notime": null, "date-ut": "1914-05-22 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Bertin"}, "birth": {"tzo": "+00:00", "date": "1914-05-22 07:00", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": 4.8795, "lat": 45.76601, "name": "Villeurbanne", "geoid": 2968254}, "date-ut": "1914-05-22 07:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "134"}}, "raw": {"H": "07:00", "COD": "69", "DAY": "22", "MON": "05", "NUM": "0134", "PRO": "EX", "YEA": "1914", "CITY": "Villeurbanne", "NAME": "BERTIN Albert", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17770	bertin-jean-1917-09-05	{"e1": "135"}	{"lerrcp": "E1-135"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bertin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1917-09-05 18:30", "note": null, "place": {"c1": null, "c2": "89", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Druyes", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bertin"}, "birth": {"tzo": "", "date": "1917-09-05 18:30", "place": {"c2": "89", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Druyes", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "135"}}, "raw": {"H": "18:30", "COD": "89", "DAY": "05", "MON": "09", "NUM": "0135", "PRO": "EX", "YEA": "1917", "CITY": "Druyes", "NAME": "BERTIN Jean", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17771	bertrand-edmond-1928-01-24	{"e1": "136"}	{"lerrcp": "E1-136"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Bertrand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1928-01-24 17:00", "note": null, "place": {"c1": null, "c2": "43", "c3": "", "cy": "FR", "lg": 3.8129, "lat": 45.13629, "name": "Saint-Paulien", "geoid": 2977655}, "notime": null, "date-ut": "1928-01-24 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Bertrand"}, "birth": {"tzo": "+00:00", "date": "1928-01-24 17:00", "place": {"c2": "43", "c3": "", "cy": "FR", "lg": 3.8129, "lat": 45.13629, "name": "Saint-Paulien", "geoid": 2977655}, "date-ut": "1928-01-24 17:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "136"}}, "raw": {"H": "17:00", "COD": "43", "DAY": "24", "MON": "01", "NUM": "0136", "PRO": "PH", "YEA": "1928", "CITY": "St-Paulien", "NAME": "BERTRAND Edmond", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17772	bertrand-pierre-1925-02-02	{"e1": "137"}	{"lerrcp": "E1-137"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Bertrand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1925-02-02 05:00", "note": null, "place": {"c1": null, "c2": "55", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Thierville", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Bertrand"}, "birth": {"tzo": "", "date": "1925-02-02 05:00", "place": {"c2": "55", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Thierville", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "137"}}, "raw": {"H": "05:00", "COD": "55", "DAY": "02", "MON": "02", "NUM": "0137", "PRO": "PH", "YEA": "1925", "CITY": "Thierville", "NAME": "BERTRAND Pierre", "NOTE": "-"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
17773	besson-jean-1904-03-17	{"e1": "138"}	{"lerrcp": "E1-138"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Besson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-03-17 01:45", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": 6.12565, "lat": 45.90878, "name": "Annecy", "geoid": 3037543}, "notime": null, "date-ut": "1904-03-17 01:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Besson"}, "birth": {"tzo": "+00:09", "date": "1904-03-17 01:45", "place": {"c2": "74", "c3": "", "cy": "FR", "lg": 6.12565, "lat": 45.90878, "name": "Annecy", "geoid": 3037543}, "date-ut": "1904-03-17 01:36"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "138"}}, "raw": {"H": "01:45", "COD": "74", "DAY": "17", "MON": "03", "NUM": "0138", "PRO": "MI", "YEA": "1904", "CITY": "Annecy", "NAME": "BESSON Jean", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17774	besson-pierre-marie-1904-07-05	{"e1": "139"}	{"lerrcp": "E1-139"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre Marie", "family": "Besson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-07-05 10:00", "note": null, "place": {"c1": null, "c2": "26", "c3": "", "cy": "FR", "lg": 4.75469, "lat": 44.55468, "name": "Montélimar", "geoid": 2992703}, "notime": null, "date-ut": "1904-07-05 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pierre Marie", "family": "Besson"}, "birth": {"tzo": "+00:09", "date": "1904-07-05 10:00", "place": {"c2": "26", "c3": "", "cy": "FR", "lg": 4.75469, "lat": 44.55468, "name": "Montélimar", "geoid": 2992703}, "date-ut": "1904-07-05 09:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "139"}}, "raw": {"H": "10:00", "COD": "26", "DAY": "05", "MON": "07", "NUM": "0139", "PRO": "EX", "YEA": "1904", "CITY": "Montélimar", "NAME": "BESSON Pierre Marie", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17775	beutter-charles-1879-08-19	{"e1": "140"}	{"lerrcp": "E1-140"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Beutter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18", "date": "1879-08-19 05:30", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1879-08-19 05:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Beutter"}, "birth": {"tzo": "+00:18", "date": "1879-08-19 05:30", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1879-08-19 05:12"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "140"}}, "raw": {"H": "05:30", "COD": "42", "DAY": "19", "MON": "08", "NUM": "0140", "PRO": "PH", "YEA": "1879", "CITY": "St Etienne", "NAME": "BEUTTER Charles", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17776	beyer-paul-1914-01-01	{"e1": "141"}	{"lerrcp": "E1-141"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Beyer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1914-01-01 02:00", "note": null, "place": {"c1": null, "c2": "68", "c3": "", "cy": "FR", "lg": 7.30617, "lat": 48.0428, "name": "Eguisheim", "geoid": 3020324}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Beyer"}, "birth": {"tzo": "", "date": "1914-01-01 02:00", "place": {"c2": "68", "c3": "", "cy": "FR", "lg": 7.30617, "lat": 48.0428, "name": "Eguisheim", "geoid": 3020324}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "141"}}, "raw": {"H": "02:00", "COD": "68", "DAY": "01", "MON": "01", "NUM": "0141", "PRO": "PH", "YEA": "1914", "CITY": "Eguisheim", "NAME": "BEYER Paul", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17777	beyler-andre-1916-07-14	{"e1": "142"}	{"lerrcp": "E1-142"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Beyler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1916-07-14 10:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.18468, "lat": 48.71235, "name": "Malzéville", "geoid": 2996298}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "André", "family": "Beyler"}, "birth": {"tzo": "", "date": "1916-07-14 10:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.18468, "lat": 48.71235, "name": "Malzéville", "geoid": 2996298}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "142"}}, "raw": {"H": "10:00", "COD": "54", "DAY": "14", "MON": "07", "NUM": "0142", "PRO": "EX", "YEA": "1916", "CITY": "Malzéville", "NAME": "BEYLER André", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17778	beytout-pierre-1918-02-20	{"e1": "143"}	{"lerrcp": "E1-143"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Beytout", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1918-02-20 06:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1918-02-20 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Beytout"}, "birth": {"tzo": "+00:00", "date": "1918-02-20 06:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1918-02-20 06:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "143"}}, "raw": {"H": "06:00", "COD": "13", "DAY": "20", "MON": "02", "NUM": "0143", "PRO": "EX", "YEA": "1918", "CITY": "Marseille", "NAME": "BEYTOUT Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17779	bianquis-pierre-1893-10-27	{"e1": "144"}	{"lerrcp": "E1-144"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Bianquis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1893-10-27 05:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1893-10-27 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Bianquis"}, "birth": {"tzo": "+00:09", "date": "1893-10-27 05:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1893-10-27 04:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "144"}}, "raw": {"H": "05:00", "COD": "76", "DAY": "27", "MON": "10", "NUM": "0144", "PRO": "PH", "YEA": "1893", "CITY": "Rouen", "NAME": "BIANQUIS Pierre", "NOTE": "-"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
17780	biard-andre-1918-07-23	{"e1": "145"}	{"lerrcp": "E1-145"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Biard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-07-23 10:15", "note": null, "place": {"c1": null, "c2": "14", "c3": "", "cy": "FR", "lg": -0.19527, "lat": 48.89217, "name": "Falaise", "geoid": 3019113}, "notime": null, "date-ut": "1918-07-23 09:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Biard"}, "birth": {"tzo": "+01:00", "date": "1918-07-23 10:15", "place": {"c2": "14", "c3": "", "cy": "FR", "lg": -0.19527, "lat": 48.89217, "name": "Falaise", "geoid": 3019113}, "date-ut": "1918-07-23 09:15"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "145"}}, "raw": {"H": "10:15", "COD": "14", "DAY": "23", "MON": "07", "NUM": "0145", "PRO": "MI", "YEA": "1918", "CITY": "Falaise", "NAME": "BIARD André", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17781	bichat-jean-1909-02-04	{"e1": "146"}	{"lerrcp": "E1-146"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bichat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1909-02-04 22:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.49383, "lat": 48.59273, "name": "Lunéville", "geoid": 2997110}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bichat"}, "birth": {"tzo": "", "date": "1909-02-04 22:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.49383, "lat": 48.59273, "name": "Lunéville", "geoid": 2997110}, "date-ut": ""}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "146"}}, "raw": {"H": "22:00", "COD": "54", "DAY": "04", "MON": "02", "NUM": "0146", "PRO": "PH", "YEA": "1909", "CITY": "Lunéville", "NAME": "BICHAT Jean", "NOTE": "-"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
17782	bidault-robert-1894-03-18	{"e1": "148"}	{"lerrcp": "E1-148"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Bidault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1894-03-18 12:00", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Verdun sur Doubs", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Bidault"}, "birth": {"tzo": "", "date": "1894-03-18 12:00", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Verdun sur Doubs", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "148"}}, "raw": {"H": "12:00", "COD": "71", "DAY": "18", "MON": "03", "NUM": "0148", "PRO": "PH", "YEA": "1894", "CITY": "Verdun sur Doubs", "NAME": "BIDAULT Robert", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17783	bidaut-jean-1919-07-12	{"e1": "149"}	{"lerrcp": "E1-149"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bidaut", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-07-12 02:30", "note": null, "place": {"c1": null, "c2": "03", "c3": "", "cy": "FR", "lg": 3.35446, "lat": 46.56596, "name": "Yzeure", "geoid": 2967166}, "notime": null, "date-ut": "1919-07-12 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bidaut"}, "birth": {"tzo": "+01:00", "date": "1919-07-12 02:30", "place": {"c2": "03", "c3": "", "cy": "FR", "lg": 3.35446, "lat": 46.56596, "name": "Yzeure", "geoid": 2967166}, "date-ut": "1919-07-12 01:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "149"}}, "raw": {"H": "02:30", "COD": "03", "DAY": "12", "MON": "07", "NUM": "0149", "PRO": "MI", "YEA": "1919", "CITY": "Yzeure", "NAME": "BIDAUT Jean", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17784	bienaime-amedee-1843-02-26	{"e1": "150"}	{"lerrcp": "E1-150"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amédée", "family": "Bienaime", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1843-02-26 11:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1843-02-26 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Amédée", "family": "Bienaime"}, "birth": {"tzo": "+00:09", "date": "1843-02-26 11:00", "place": {"c2": "75", "c3": "", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1843-02-26 10:51"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "150"}}, "raw": {"H": "11:00", "COD": "75", "DAY": "26", "MON": "02", "NUM": "0150", "PRO": "MI", "YEA": "1843", "CITY": "Paris", "NAME": "BIENAIME Amédée", "NOTE": "*"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
17785	bigant-jean-baptiste-1924-06-29	{"e1": "151"}	{"lerrcp": "E1-151"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Baptiste", "family": "Bigant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1924-06-29 14:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1924-06-29 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean-Baptiste", "family": "Bigant"}, "birth": {"tzo": "+01:00", "date": "1924-06-29 14:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1924-06-29 13:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "151"}}, "raw": {"H": "14:00", "COD": "29", "DAY": "29", "MON": "06", "NUM": "0151", "PRO": "EX", "YEA": "1924", "CITY": "Brest", "NAME": "BIGANT Jean-Baptiste", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17786	billaudet-georges-1877-02-11	{"e1": "152"}	{"lerrcp": "E1-152"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Billaudet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14", "date": "1877-02-11 16:00", "note": null, "place": {"c1": null, "c2": "89", "c3": "", "cy": "FR", "lg": 3.54261, "lat": 47.67506, "name": "Migé", "geoid": 2993929}, "notime": null, "date-ut": "1877-02-11 15:46"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Billaudet"}, "birth": {"tzo": "+00:14", "date": "1877-02-11 16:00", "place": {"c2": "89", "c3": "", "cy": "FR", "lg": 3.54261, "lat": 47.67506, "name": "Migé", "geoid": 2993929}, "date-ut": "1877-02-11 15:46"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "152"}}, "raw": {"H": "16:00", "COD": "89", "DAY": "11", "MON": "02", "NUM": "0152", "PRO": "PH", "YEA": "1877", "CITY": "Migé", "NAME": "BILLAUDET Georges", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17787	bilquez-andre-1920-07-23	{"e1": "153"}	{"lerrcp": "E1-153"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Bilquez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-07-23 22:45", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 6.26492, "lat": 48.00113, "name": "Bains-les-Bains", "geoid": 3035317}, "notime": null, "date-ut": "1920-07-23 21:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Bilquez"}, "birth": {"tzo": "+01:00", "date": "1920-07-23 22:45", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 6.26492, "lat": 48.00113, "name": "Bains-les-Bains", "geoid": 3035317}, "date-ut": "1920-07-23 21:45"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "153"}}, "raw": {"H": "22:45", "COD": "88", "DAY": "23", "MON": "07", "NUM": "0153", "PRO": "PH", "YEA": "1920", "CITY": "Bains les Bains", "NAME": "BILQUEZ André", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17788	binoche-francois-1911-03-23	{"e1": "154"}	{"lerrcp": "E1-154"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Binoche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-03-23 06:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "6", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1911-03-23 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Binoche"}, "birth": {"tzo": "+00:00", "date": "1911-03-23 06:30", "place": {"c2": "75", "c3": "6", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1911-03-23 06:30"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "154"}}, "raw": {"H": "06:30", "COD": "75", "DAY": "23", "MON": "03", "NUM": "0154", "PRO": "MI", "YEA": "1911", "CITY": "Paris 6ème", "NAME": "BINOCHE François", "NOTE": "L"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
17789	bizard-gaston-1903-09-09	{"e1": "155"}	{"lerrcp": "E1-155"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Bizard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-09-09 22:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1903-09-09 22:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Bizard"}, "birth": {"tzo": "+00:09", "date": "1903-09-09 22:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1903-09-09 22:21"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "155"}}, "raw": {"H": "22:30", "COD": "59", "DAY": "09", "MON": "09", "NUM": "0155", "PRO": "PH", "YEA": "1903", "CITY": "Lille", "NAME": "BIZARD Gaston", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17790	blaise-leon-1877-06-14	{"e1": "156"}	{"lerrcp": "E1-156"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Blaise", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12", "date": "1877-06-14 16:00", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": 3.08498, "lat": 48.81451, "name": "Coulommiers", "geoid": 3023240}, "notime": null, "date-ut": "1877-06-14 15:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Blaise"}, "birth": {"tzo": "+00:12", "date": "1877-06-14 16:00", "place": {"c2": "77", "c3": "", "cy": "FR", "lg": 3.08498, "lat": 48.81451, "name": "Coulommiers", "geoid": 3023240}, "date-ut": "1877-06-14 15:48"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "156"}}, "raw": {"H": "16:00", "COD": "77", "DAY": "14", "MON": "06", "NUM": "0156", "PRO": "MI", "YEA": "1877", "CITY": "Coulommiers", "NAME": "BLAISE Léon", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17791	blaiset-claude-1931-04-05	{"e1": "157"}	{"lerrcp": "E1-157"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Blaiset", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1931-04-05 06:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1931-04-05 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Blaiset"}, "birth": {"tzo": "+00:00", "date": "1931-04-05 06:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1931-04-05 06:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "157"}}, "raw": {"H": "06:00", "COD": "76", "DAY": "05", "MON": "04", "NUM": "0157", "PRO": "PH", "YEA": "1931", "CITY": "Rouen", "NAME": "BLAISET Claude", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17792	blaizot-jean-1915-01-14	{"e1": "158"}	{"lerrcp": "E1-158"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Blaizot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-01-14 17:00", "note": null, "place": {"c1": null, "c2": "32", "c3": "", "cy": "FR", "lg": 0.87784, "lat": 43.73034, "name": "Mauvezin", "geoid": 2994979}, "notime": null, "date-ut": "1915-01-14 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Blaizot"}, "birth": {"tzo": "+00:00", "date": "1915-01-14 17:00", "place": {"c2": "32", "c3": "", "cy": "FR", "lg": 0.87784, "lat": 43.73034, "name": "Mauvezin", "geoid": 2994979}, "date-ut": "1915-01-14 17:00"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "158"}}, "raw": {"H": "17:00", "COD": "32", "DAY": "14", "MON": "01", "NUM": "0158", "PRO": "PH", "YEA": "1915", "CITY": "Mauvezin", "NAME": "BLAIZOT Jean", "NOTE": "+"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
17793	blamoutier-pierre-1891-06-08	{"e1": "159"}	{"lerrcp": "E1-159"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Blamoutier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1891-06-08 10:00", "note": null, "place": {"c1": null, "c2": "02", "c3": "", "cy": "FR", "lg": 3.32361, "lat": 49.38167, "name": "Soissons", "geoid": 2974389}, "notime": null, "date-ut": "1891-06-08 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Blamoutier"}, "birth": {"tzo": "+00:09", "date": "1891-06-08 10:00", "place": {"c2": "02", "c3": "", "cy": "FR", "lg": 3.32361, "lat": 49.38167, "name": "Soissons", "geoid": 2974389}, "date-ut": "1891-06-08 09:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "159"}}, "raw": {"H": "10:00", "COD": "02", "DAY": "08", "MON": "06", "NUM": "0159", "PRO": "PH", "YEA": "1891", "CITY": "Soissons", "NAME": "BLAMOUTIER Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17794	blanc-camille-1901-09-21	{"e1": "160"}	{"lerrcp": "E1-160"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Blanc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-09-21 13:00", "note": null, "place": {"c1": null, "c2": "09", "c3": "", "cy": "FR", "lg": 1.6056, "lat": 42.8471, "name": "Tarascon-sur-Ariège", "geoid": 2973392}, "notime": null, "date-ut": "1901-09-21 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Blanc"}, "birth": {"tzo": "+00:09", "date": "1901-09-21 13:00", "place": {"c2": "09", "c3": "", "cy": "FR", "lg": 1.6056, "lat": 42.8471, "name": "Tarascon-sur-Ariège", "geoid": 2973392}, "date-ut": "1901-09-21 12:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "160"}}, "raw": {"H": "13:00", "COD": "09", "DAY": "21", "MON": "09", "NUM": "0160", "PRO": "PH", "YEA": "1901", "CITY": "Tarascon/Ariège", "NAME": "BLANC Camille", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17795	blanc-jacques-1939-10-21	{"e1": "161"}	{"lerrcp": "E1-161"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Blanc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1939-10-21 05:00", "note": null, "place": {"c1": null, "c2": "12", "c3": "", "cy": "FR", "lg": 2.57338, "lat": 44.35258, "name": "Rodez", "geoid": 2983154}, "notime": null, "date-ut": "1939-10-21 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Blanc"}, "birth": {"tzo": "+01:00", "date": "1939-10-21 05:00", "place": {"c2": "12", "c3": "", "cy": "FR", "lg": 2.57338, "lat": 44.35258, "name": "Rodez", "geoid": 2983154}, "date-ut": "1939-10-21 04:00"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "161"}}, "raw": {"H": "05:00", "COD": "12", "DAY": "21", "MON": "10", "NUM": "0161", "PRO": "PH", "YEA": "1939", "CITY": "Rodez", "NAME": "BLANC Jacques", "NOTE": "-"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
17796	blanc-michel-1915-06-27	{"e1": "162"}	{"lerrcp": "E1-162"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Blanc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-06-27 01:00", "note": null, "place": {"c1": null, "c2": "26", "c3": "", "cy": "FR", "lg": 5.44368, "lat": 45.02271, "name": "Saint-Martin-en-Vercors", "geoid": 2978275}, "notime": null, "date-ut": "1915-06-27 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Blanc"}, "birth": {"tzo": "+00:00", "date": "1915-06-27 01:00", "place": {"c2": "26", "c3": "", "cy": "FR", "lg": 5.44368, "lat": 45.02271, "name": "Saint-Martin-en-Vercors", "geoid": 2978275}, "date-ut": "1915-06-27 01:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "162"}}, "raw": {"H": "01:00", "COD": "26", "DAY": "27", "MON": "06", "NUM": "0162", "PRO": "PH", "YEA": "1915", "CITY": "St Martin en Vercors", "NAME": "BLANC Michel", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17797	blanc-paul-1906-07-31	{"e1": "163"}	{"lerrcp": "E1-163"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Blanc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-07-31 15:00", "note": null, "place": {"c1": null, "c2": "12", "c3": "", "cy": "FR", "lg": 2.76265, "lat": 44.52237, "name": "Espalion", "geoid": 3019717}, "notime": null, "date-ut": "1906-07-31 14:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Blanc"}, "birth": {"tzo": "+00:09", "date": "1906-07-31 15:00", "place": {"c2": "12", "c3": "", "cy": "FR", "lg": 2.76265, "lat": 44.52237, "name": "Espalion", "geoid": 3019717}, "date-ut": "1906-07-31 14:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "163"}}, "raw": {"H": "15:00", "COD": "12", "DAY": "31", "MON": "07", "NUM": "0163", "PRO": "PH", "YEA": "1906", "CITY": "Espalion", "NAME": "BLANC Paul", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17798	blanc-raymond-1917-08-19	{"e1": "164"}	{"lerrcp": "E1-164"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Blanc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-08-19 04:00", "note": null, "place": {"c1": null, "c2": "12", "c3": "", "cy": "FR", "lg": 2.25091, "lat": 44.56045, "name": "Decazeville", "geoid": 3021664}, "notime": null, "date-ut": "1917-08-19 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Blanc"}, "birth": {"tzo": "+01:00", "date": "1917-08-19 04:00", "place": {"c2": "12", "c3": "", "cy": "FR", "lg": 2.25091, "lat": 44.56045, "name": "Decazeville", "geoid": 3021664}, "date-ut": "1917-08-19 03:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "164"}}, "raw": {"H": "04:00", "COD": "12", "DAY": "19", "MON": "08", "NUM": "0164", "PRO": "PH", "YEA": "1917", "CITY": "Decazeville", "NAME": "BLANC Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17799	blanchard-andre-1906-10-03	{"e1": "165"}	{"lerrcp": "E1-165"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Blanchard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-10-03 12:30", "note": null, "place": {"c1": null, "c2": "49", "c3": "", "cy": "FR", "lg": -0.07808, "lat": 47.25931, "name": "Saumur", "geoid": 2975758}, "notime": null, "date-ut": "1906-10-03 12:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Blanchard"}, "birth": {"tzo": "+00:09", "date": "1906-10-03 12:30", "place": {"c2": "49", "c3": "", "cy": "FR", "lg": -0.07808, "lat": 47.25931, "name": "Saumur", "geoid": 2975758}, "date-ut": "1906-10-03 12:21"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "165"}}, "raw": {"H": "12:30", "COD": "49", "DAY": "03", "MON": "10", "NUM": "0165", "PRO": "MI", "YEA": "1906", "CITY": "Saumur", "NAME": "BLANCHARD André", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17800	blanchard-pierre-1909-05-01	{"e1": "166"}	{"lerrcp": "E1-166"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Blanchard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-05-01 20:30", "note": null, "place": {"c1": null, "c2": "49", "c3": "", "cy": "FR", "lg": -0.07808, "lat": 47.25931, "name": "Saumur", "geoid": 2975758}, "notime": null, "date-ut": "1909-05-01 20:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Blanchard"}, "birth": {"tzo": "+00:09", "date": "1909-05-01 20:30", "place": {"c2": "49", "c3": "", "cy": "FR", "lg": -0.07808, "lat": 47.25931, "name": "Saumur", "geoid": 2975758}, "date-ut": "1909-05-01 20:21"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "166"}}, "raw": {"H": "20:30", "COD": "49", "DAY": "01", "MON": "05", "NUM": "0166", "PRO": "MI", "YEA": "1909", "CITY": "Saumur", "NAME": "BLANCHARD Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17801	blancher-gabriel-1923-12-24	{"e1": "167"}	{"lerrcp": "E1-167"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Blancher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-12-24 16:00", "note": null, "place": {"c1": null, "c2": "16", "c3": "", "cy": "FR", "lg": 0.38587, "lat": 45.74101, "name": "La Rochefoucauld", "geoid": 3006793}, "notime": null, "date-ut": "1923-12-24 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Blancher"}, "birth": {"tzo": "+00:00", "date": "1923-12-24 16:00", "place": {"c2": "16", "c3": "", "cy": "FR", "lg": 0.38587, "lat": 45.74101, "name": "La Rochefoucauld", "geoid": 3006793}, "date-ut": "1923-12-24 16:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "167"}}, "raw": {"H": "16:00", "COD": "16", "DAY": "24", "MON": "12", "NUM": "0167", "PRO": "PH", "YEA": "1923", "CITY": "La Rochefoucauld", "NAME": "BLANCHER Gabriel", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17802	blanquet-paul-1919-06-19	{"e1": "168"}	{"lerrcp": "E1-168"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Blanquet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-06-19 23:30", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "notime": null, "date-ut": "1919-06-19 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Blanquet"}, "birth": {"tzo": "+01:00", "date": "1919-06-19 23:30", "place": {"c2": "63", "c3": "", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "date-ut": "1919-06-19 22:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "168"}}, "raw": {"H": "23:30", "COD": "63", "DAY": "19", "MON": "06", "NUM": "0168", "PRO": "PH", "YEA": "1919", "CITY": "Clermont-Ferrand", "NAME": "BLANQUET Paul", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17803	blesteau-maurice-1910-01-02	{"e1": "169"}	{"lerrcp": "E1-169"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Blesteau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-01-02 09:30", "note": null, "place": {"c1": null, "c2": "60", "c3": "", "cy": "FR", "lg": 2.51667, "lat": 49.55, "name": "Maignelay-Montigny", "geoid": 2996722}, "notime": null, "date-ut": "1910-01-02 09:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Blesteau"}, "birth": {"tzo": "+00:09", "date": "1910-01-02 09:30", "place": {"c2": "60", "c3": "", "cy": "FR", "lg": 2.51667, "lat": 49.55, "name": "Maignelay-Montigny", "geoid": 2996722}, "date-ut": "1910-01-02 09:21"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "169"}}, "raw": {"H": "09:30", "COD": "60", "DAY": "02", "MON": "01", "NUM": "0169", "PRO": "EX", "YEA": "1910", "CITY": "Maignelay-Montigny", "NAME": "BLESTEAU Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17804	bleustein-jean-1938-02-05	{"e1": "170"}	{"lerrcp": "E1-170"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bleustein", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1938-02-05 05:45", "note": null, "place": {"c1": null, "c2": "75", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Neuilly sur Seine", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bleustein"}, "birth": {"tzo": "", "date": "1938-02-05 05:45", "place": {"c2": "75", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Neuilly sur Seine", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "170"}}, "raw": {"H": "05:45", "COD": "75", "DAY": "05", "MON": "02", "NUM": "0170", "PRO": "EX", "YEA": "1938", "CITY": "Neuilly sur Seine", "NAME": "BLEUSTEIN Jean", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17805	bleustein-blanchet-marcel-1906-08-21	{"e1": "171"}	{"lerrcp": "E1-171"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Bleustein-Blanchet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1906-08-21 01:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Enghein les Bains", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Bleustein-Blanchet"}, "birth": {"tzo": "", "date": "1906-08-21 01:00", "place": {"c2": "75", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Enghein les Bains", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "171"}}, "raw": {"H": "01:00", "COD": "75", "DAY": "21", "MON": "08", "NUM": "0171", "PRO": "EX", "YEA": "1906", "CITY": "Enghein les Bains", "NAME": "BLEUSTEIN-BLANCHET Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17806	blum-eugene-1911-12-08	{"e1": "172"}	{"lerrcp": "E1-172"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Blum", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1911-12-08 06:00", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.18839, "lat": 48.94013, "name": "Diemeringen", "geoid": 3021420}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Blum"}, "birth": {"tzo": "", "date": "1911-12-08 06:00", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.18839, "lat": 48.94013, "name": "Diemeringen", "geoid": 3021420}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "172"}}, "raw": {"H": "06:00", "COD": "67", "DAY": "08", "MON": "12", "NUM": "0172", "PRO": "PH", "YEA": "1911", "CITY": "Diemeringen", "NAME": "BLUM Eugène", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17807	blum-michel-andre-1910-08-13	{"e1": "173"}	{"lerrcp": "E1-173"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel-André", "family": "Blum", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1910-08-13 15:00", "note": null, "place": {"c1": null, "c2": "68", "c3": "", "cy": "FR", "lg": 7.10301, "lat": 47.80789, "name": "Thann", "geoid": 2973013}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Michel-André", "family": "Blum"}, "birth": {"tzo": "", "date": "1910-08-13 15:00", "place": {"c2": "68", "c3": "", "cy": "FR", "lg": 7.10301, "lat": 47.80789, "name": "Thann", "geoid": 2973013}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "173"}}, "raw": {"H": "15:00", "COD": "68", "DAY": "13", "MON": "08", "NUM": "0173", "PRO": "PH", "YEA": "1910", "CITY": "Thann", "NAME": "BLUM Michel-André", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17809	bocuse-paul-1926-02-11	{"e1": "175"}	{"lerrcp": "E1-175"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Bocuse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1926-02-11 16:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": 4.84017, "lat": 45.82393, "name": "Collonges-au-Mont-d'Or", "geoid": 3024305}, "notime": null, "date-ut": "1926-02-11 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Bocuse"}, "birth": {"tzo": "+00:00", "date": "1926-02-11 16:00", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": 4.84017, "lat": 45.82393, "name": "Collonges-au-Mont-d'Or", "geoid": 3024305}, "date-ut": "1926-02-11 16:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "175"}}, "raw": {"H": "16:00", "COD": "69", "DAY": "11", "MON": "02", "NUM": "0175", "PRO": "EX", "YEA": "1926", "CITY": "Collonges au Mont d'Or", "NAME": "BOCUSE Paul", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17810	boe-pierre-1912-03-24	{"e1": "176"}	{"lerrcp": "E1-176"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Boe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-03-24 11:00", "note": null, "place": {"c1": null, "c2": "81", "c3": "", "cy": "FR", "lg": 2.24088, "lat": 43.60527, "name": "Castres", "geoid": 3028263}, "notime": null, "date-ut": "1912-03-24 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Boe"}, "birth": {"tzo": "+00:00", "date": "1912-03-24 11:00", "place": {"c2": "81", "c3": "", "cy": "FR", "lg": 2.24088, "lat": 43.60527, "name": "Castres", "geoid": 3028263}, "date-ut": "1912-03-24 11:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "176"}}, "raw": {"H": "11:00", "COD": "81", "DAY": "24", "MON": "03", "NUM": "0176", "PRO": "MI", "YEA": "1912", "CITY": "Castres", "NAME": "BOE Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17811	boeuf-pierre-1907-07-26	{"e1": "177"}	{"lerrcp": "E1-177"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Boeuf", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-07-26 21:00", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 3.27895, "lat": 45.75127, "name": "Chauriat", "geoid": 3025853}, "notime": null, "date-ut": "1907-07-26 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Boeuf"}, "birth": {"tzo": "+00:09", "date": "1907-07-26 21:00", "place": {"c2": "63", "c3": "", "cy": "FR", "lg": 3.27895, "lat": 45.75127, "name": "Chauriat", "geoid": 3025853}, "date-ut": "1907-07-26 20:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "177"}}, "raw": {"H": "21:00", "COD": "63", "DAY": "26", "MON": "07", "NUM": "0177", "PRO": "EX", "YEA": "1907", "CITY": "Chauriat", "NAME": "BOEUF Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17812	boidin-andre-1929-08-03	{"e1": "178"}	{"lerrcp": "E1-178"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Boidin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1929-08-03 01:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Marcq en Baroeuil", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "André", "family": "Boidin"}, "birth": {"tzo": "", "date": "1929-08-03 01:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Marcq en Baroeuil", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "178"}}, "raw": {"H": "01:00", "COD": "59", "DAY": "03", "MON": "08", "NUM": "0178", "PRO": "EX", "YEA": "1929", "CITY": "Marcq en Baroeuil", "NAME": "BOIDIN André", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17813	boileau-maurice-1914-11-25	{"e1": "179"}	{"lerrcp": "E1-179"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Boileau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1914-11-25 12:15", "note": null, "place": {"c1": null, "c2": "57", "c3": "", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Boileau"}, "birth": {"tzo": "", "date": "1914-11-25 12:15", "place": {"c2": "57", "c3": "", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "179"}}, "raw": {"H": "12:15", "COD": "57", "DAY": "25", "MON": "11", "NUM": "0179", "PRO": "MI", "YEA": "1914", "CITY": "Metz", "NAME": "BOILEAU Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17814	boisredon-jacques-de-1907-07-18	{"e1": "180"}	{"lerrcp": "E1-180"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques de", "family": "Boisredon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-07-18 08:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.41001, "lat": 44.78177, "name": "Sadirac", "geoid": 2982029}, "notime": null, "date-ut": "1907-07-18 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jacques de", "family": "Boisredon"}, "birth": {"tzo": "+00:09", "date": "1907-07-18 08:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.41001, "lat": 44.78177, "name": "Sadirac", "geoid": 2982029}, "date-ut": "1907-07-18 07:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "180"}}, "raw": {"H": "08:00", "COD": "33", "DAY": "18", "MON": "07", "NUM": "0180", "PRO": "MI", "YEA": "1907", "CITY": "Sadirac", "NAME": "BOISREDON Jacques de", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17815	boissier-jacques-robert-1921-12-02	{"e1": "181"}	{"lerrcp": "E1-181"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques-Robert", "family": "Boissier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1921-12-02 23:00", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Avrancheg", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques-Robert", "family": "Boissier"}, "birth": {"tzo": "", "date": "1921-12-02 23:00", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Avrancheg", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "181"}}, "raw": {"H": "23:00", "COD": "51", "DAY": "02", "MON": "12", "NUM": "0181", "PRO": "PH", "YEA": "1921", "CITY": "Avrancheg", "NAME": "BOISSIER Jacques-Robert", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17816	boissieu-alain-de-1914-07-05	{"e1": "182"}	{"lerrcp": "E1-182"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain de", "family": "Boissieu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-07-05 07:00", "note": null, "place": {"c1": null, "c2": "28", "c3": "", "cy": "FR", "lg": 1.48925, "lat": 48.44685, "name": "Chartres", "geoid": 3026467}, "notime": null, "date-ut": "1914-07-05 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alain de", "family": "Boissieu"}, "birth": {"tzo": "+00:00", "date": "1914-07-05 07:00", "place": {"c2": "28", "c3": "", "cy": "FR", "lg": 1.48925, "lat": 48.44685, "name": "Chartres", "geoid": 3026467}, "date-ut": "1914-07-05 07:00"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "182"}}, "raw": {"H": "07:00", "COD": "28", "DAY": "05", "MON": "07", "NUM": "0182", "PRO": "MI", "YEA": "1914", "CITY": "Chartres", "NAME": "BOISSIEU Alain de", "NOTE": "L"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
17817	buiteux-maurice-1919-06-21	{"e1": "183"}	{"lerrcp": "E1-183"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Buiteux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-06-21 16:00", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "notime": null, "date-ut": "1919-06-21 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Buiteux"}, "birth": {"tzo": "+01:00", "date": "1919-06-21 16:00", "place": {"c2": "63", "c3": "", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "date-ut": "1919-06-21 15:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "183"}}, "raw": {"H": "16:00", "COD": "63", "DAY": "21", "MON": "06", "NUM": "0183", "PRO": "PH", "YEA": "1919", "CITY": "Clermont-Ferrand", "NAME": "BUITEUX Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17818	boivin-jean-marie-1909-09-29	{"e1": "184"}	{"lerrcp": "E1-184"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Marie", "family": "Boivin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-09-29 20:00", "note": null, "place": {"c1": null, "c2": "37", "c3": "", "cy": "FR", "lg": 0.99186, "lat": 47.32738, "name": "Bléré", "geoid": 3032267}, "notime": null, "date-ut": "1909-09-29 19:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean-Marie", "family": "Boivin"}, "birth": {"tzo": "+00:09", "date": "1909-09-29 20:00", "place": {"c2": "37", "c3": "", "cy": "FR", "lg": 0.99186, "lat": 47.32738, "name": "Bléré", "geoid": 3032267}, "date-ut": "1909-09-29 19:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "184"}}, "raw": {"H": "20:00", "COD": "37", "DAY": "29", "MON": "09", "NUM": "0184", "PRO": "PH", "YEA": "1909", "CITY": "Bléré", "NAME": "BOIVIN Jean-Marie", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17819	bollaert-emile-1890-11-13	{"e1": "185"}	{"lerrcp": "E1-185"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Bollaert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10", "date": "1890-11-13 07:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 2.37681, "lat": 51.0344, "name": "Dunkerque", "geoid": 3020686}, "notime": null, "date-ut": "1890-11-13 06:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Bollaert"}, "birth": {"tzo": "+00:10", "date": "1890-11-13 07:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 2.37681, "lat": 51.0344, "name": "Dunkerque", "geoid": 3020686}, "date-ut": "1890-11-13 06:50"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "185"}}, "raw": {"H": "07:00", "COD": "59", "DAY": "13", "MON": "11", "NUM": "0185", "PRO": "MI", "YEA": "1890", "CITY": "Dunkerque", "NAME": "BOLLAERT Emile", "NOTE": "L"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
17820	bollardiere-jecques-de-1907-12-16	{"e1": "186"}	{"lerrcp": "E1-186"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jecques de", "family": "Bollardiere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-12-16 23:00", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": -1.37643, "lat": 47.71675, "name": "Châteaubriant", "geoid": 3026303}, "notime": null, "date-ut": "1907-12-16 22:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jecques de", "family": "Bollardiere"}, "birth": {"tzo": "+00:09", "date": "1907-12-16 23:00", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": -1.37643, "lat": 47.71675, "name": "Châteaubriant", "geoid": 3026303}, "date-ut": "1907-12-16 22:51"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "186"}}, "raw": {"H": "23:00", "COD": "44", "DAY": "16", "MON": "12", "NUM": "0186", "PRO": "MI", "YEA": "1907", "CITY": "Chateaubriant", "NAME": "BOLLARDIERE Jecques de", "NOTE": "L"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
17821	bollinelli-raymond-1914-05-26	{"e1": "187"}	{"lerrcp": "E1-187"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Bollinelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-05-26 20:00", "note": null, "place": {"c1": null, "c2": "81", "c3": "", "cy": "FR", "lg": 2.3736, "lat": 43.49275, "name": "Mazamet", "geoid": 2994902}, "notime": null, "date-ut": "1914-05-26 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Bollinelli"}, "birth": {"tzo": "+00:00", "date": "1914-05-26 20:00", "place": {"c2": "81", "c3": "", "cy": "FR", "lg": 2.3736, "lat": 43.49275, "name": "Mazamet", "geoid": 2994902}, "date-ut": "1914-05-26 20:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "187"}}, "raw": {"H": "20:00", "COD": "81", "DAY": "26", "MON": "05", "NUM": "0187", "PRO": "PH", "YEA": "1914", "CITY": "Mazamet", "NAME": "BOLLINELLI Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17822	bolotte-marcel-1887-02-26	{"e1": "188"}	{"lerrcp": "E1-188"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Bolotte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:08", "date": "1887-02-26 02:00", "note": null, "place": {"c1": null, "c2": "22", "c3": "", "cy": "FR", "lg": -2.05049, "lat": 48.45553, "name": "Dinan", "geoid": 3021356}, "notime": null, "date-ut": "1887-02-26 02:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Bolotte"}, "birth": {"tzo": "-00:08", "date": "1887-02-26 02:00", "place": {"c2": "22", "c3": "", "cy": "FR", "lg": -2.05049, "lat": 48.45553, "name": "Dinan", "geoid": 3021356}, "date-ut": "1887-02-26 02:08"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "188"}}, "raw": {"H": "02:00", "COD": "22", "DAY": "26", "MON": "02", "NUM": "0188", "PRO": "MI", "YEA": "1887", "CITY": "Dinan", "NAME": "BOLOTTE Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
10349	bondeville-emmanuel-1898-10-29	{"a4": "1597", "e1": "189"}	{"lerrcp": "A4-1597"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emmanuel", "family": "Bondeville", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1898-10-29 08:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1898-10-29 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician", "executive"]	5	null	[{"new": {"name": {"given": "Emmanuel", "family": "Bondeville"}, "birth": {"tzo": "+00:09:21", "date": "1898-10-29 08:00", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1898-10-29 07:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1597"}, "ids-in-sources": {"a4": "1597"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "76", "COU": "F", "DAY": "29", "LAT": "49N26", "LON": "1E 5", "MON": "10", "NUM": "1597", "PRO": "M", "SEC": "40", "YEA": "1898", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"occus": ["executive"], "ids-in-sources": {"e1": "189"}}, "raw": {"H": "08:00", "COD": "76", "DAY": "29", "MON": "10", "NUM": "0189", "PRO": "EX", "YEA": "1898", "CITY": "Rouen", "NAME": "BONDEVILLE Emmanuel", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17823	bondoux-jean-1925-03-19	{"e1": "190"}	{"lerrcp": "E1-190"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bondoux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1925-03-19 06:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 4.10049, "lat": 49.98999, "name": "Anor", "geoid": 3037506}, "notime": null, "date-ut": "1925-03-19 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bondoux"}, "birth": {"tzo": "+00:00", "date": "1925-03-19 06:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 4.10049, "lat": 49.98999, "name": "Anor", "geoid": 3037506}, "date-ut": "1925-03-19 06:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "190"}}, "raw": {"H": "06:30", "COD": "59", "DAY": "19", "MON": "03", "NUM": "0190", "PRO": "EX", "YEA": "1925", "CITY": "Anor", "NAME": "BONDOUX Jean", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17824	bonduelle-michel-1912-04-29	{"e1": "191"}	{"lerrcp": "E1-191"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Bonduelle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-04-29 05:00", "note": null, "place": {"c1": null, "c2": "53", "c3": "", "cy": "FR", "lg": -0.70512, "lat": 47.82705, "name": "Château-Gontier", "geoid": 3026273}, "notime": null, "date-ut": "1912-04-29 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Bonduelle"}, "birth": {"tzo": "+00:00", "date": "1912-04-29 05:00", "place": {"c2": "53", "c3": "", "cy": "FR", "lg": -0.70512, "lat": 47.82705, "name": "Château-Gontier", "geoid": 3026273}, "date-ut": "1912-04-29 05:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "191"}}, "raw": {"H": "05:00", "COD": "53", "DAY": "29", "MON": "04", "NUM": "0191", "PRO": "PH", "YEA": "1912", "CITY": "Château-Gontier", "NAME": "BONDUELLE Michel", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17825	bongrain-herve-1922-01-23	{"e1": "192"}	{"lerrcp": "E1-192"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hervé", "family": "Bongrain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-01-23 20:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1922-01-23 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hervé", "family": "Bongrain"}, "birth": {"tzo": "+00:00", "date": "1922-01-23 20:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1922-01-23 20:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "192"}}, "raw": {"H": "20:00", "COD": "29", "DAY": "23", "MON": "01", "NUM": "0192", "PRO": "MI", "YEA": "1922", "CITY": "Brest", "NAME": "BONGRAIN Hervé", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17826	bongrand-michel-1921-12-30	{"e1": "193"}	{"lerrcp": "E1-193"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Bongrand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1921-12-30 02:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.25404, "lat": 48.91882, "name": "Colombes", "geoid": 3024266}, "notime": null, "date-ut": "1921-12-30 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Bongrand"}, "birth": {"tzo": "+00:00", "date": "1921-12-30 02:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.25404, "lat": 48.91882, "name": "Colombes", "geoid": 3024266}, "date-ut": "1921-12-30 02:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "193"}}, "raw": {"H": "02:00", "COD": "92", "DAY": "30", "MON": "12", "NUM": "0193", "PRO": "EX", "YEA": "1921", "CITY": "Colombes", "NAME": "BONGRAND Michel", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17827	bonnard-yvon-1912-03-31	{"e1": "194"}	{"lerrcp": "E1-194"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yvon", "family": "Bonnard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1912-03-31 23:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Yvon", "family": "Bonnard"}, "birth": {"tzo": "", "date": "1912-03-31 23:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "194"}}, "raw": {"H": "23:00", "COD": "54", "DAY": "31", "MON": "03", "NUM": "0194", "PRO": "MI", "YEA": "1912", "CITY": "Nancy", "NAME": "BONNARD Yvon", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17828	bonne-andre-1921-06-21	{"e1": "195"}	{"lerrcp": "E1-195"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Bonne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-06-21 14:00", "note": null, "place": {"c1": null, "c2": "81", "c3": "", "cy": "FR", "lg": 2.11737, "lat": 44.0938, "name": "Trévien", "geoid": 2971735}, "notime": null, "date-ut": "1921-06-21 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "André", "family": "Bonne"}, "birth": {"tzo": "+01:00", "date": "1921-06-21 14:00", "place": {"c2": "81", "c3": "", "cy": "FR", "lg": 2.11737, "lat": 44.0938, "name": "Trévien", "geoid": 2971735}, "date-ut": "1921-06-21 13:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "195"}}, "raw": {"H": "14:00", "COD": "81", "DAY": "21", "MON": "06", "NUM": "0195", "PRO": "EX", "YEA": "1921", "CITY": "Trévien", "NAME": "BONNE André", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17829	bonneau-raymond-1888-09-24	{"e1": "196"}	{"lerrcp": "E1-196"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Bonneau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04", "date": "1888-09-24 16:00", "note": null, "place": {"c1": null, "c2": "17", "c3": "", "cy": "FR", "lg": -0.96685, "lat": 46.19387, "name": "Vérines", "geoid": 2969885}, "notime": null, "date-ut": "1888-09-24 16:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Bonneau"}, "birth": {"tzo": "-00:04", "date": "1888-09-24 16:00", "place": {"c2": "17", "c3": "", "cy": "FR", "lg": -0.96685, "lat": 46.19387, "name": "Vérines", "geoid": 2969885}, "date-ut": "1888-09-24 16:04"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "196"}}, "raw": {"H": "16:00", "COD": "17", "DAY": "24", "MON": "09", "NUM": "0196", "PRO": "MI", "YEA": "1888", "CITY": "Vérines", "NAME": "BONNEAU Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17830	bonnefous-louis-1907-04-01	{"e1": "197"}	{"lerrcp": "E1-197"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Bonnefous", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-04-01 01:00", "note": null, "place": {"c1": null, "c2": "12", "c3": "", "cy": "FR", "lg": 2.57338, "lat": 44.35258, "name": "Rodez", "geoid": 2983154}, "notime": null, "date-ut": "1907-04-01 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Bonnefous"}, "birth": {"tzo": "+00:09", "date": "1907-04-01 01:00", "place": {"c2": "12", "c3": "", "cy": "FR", "lg": 2.57338, "lat": 44.35258, "name": "Rodez", "geoid": 2983154}, "date-ut": "1907-04-01 00:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "197"}}, "raw": {"H": "01:00", "COD": "12", "DAY": "01", "MON": "04", "NUM": "0197", "PRO": "PH", "YEA": "1907", "CITY": "Rodez", "NAME": "BONNEFOUS Louis", "NOTE": "-"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
17831	bonnefous-raymond-1893-05-08	{"e1": "198"}	{"lerrcp": "E1-198"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Bonnefous", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1893-05-08 22:00", "note": null, "place": {"c1": null, "c2": "12", "c3": "", "cy": "FR", "lg": 2.57338, "lat": 44.35258, "name": "Rodez", "geoid": 2983154}, "notime": null, "date-ut": "1893-05-08 21:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Bonnefous"}, "birth": {"tzo": "+00:09", "date": "1893-05-08 22:00", "place": {"c2": "12", "c3": "", "cy": "FR", "lg": 2.57338, "lat": 44.35258, "name": "Rodez", "geoid": 2983154}, "date-ut": "1893-05-08 21:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "198"}}, "raw": {"H": "22:00", "COD": "12", "DAY": "08", "MON": "05", "NUM": "0198", "PRO": "PH", "YEA": "1893", "CITY": "Rodez", "NAME": "BONNEFOUS Raymond", "NOTE": "-"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
17832	bonnel-paul-1912-07-11	{"e1": "199"}	{"lerrcp": "E1-199"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Bonnel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-07-11 00:15", "note": null, "place": {"c1": null, "c2": "18", "c3": "", "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "notime": null, "date-ut": "1912-07-11 00:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Bonnel"}, "birth": {"tzo": "+00:00", "date": "1912-07-11 00:15", "place": {"c2": "18", "c3": "", "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "date-ut": "1912-07-11 00:15"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "199"}}, "raw": {"H": "00:15", "COD": "18", "DAY": "11", "MON": "07", "NUM": "0199", "PRO": "MI", "YEA": "1912", "CITY": "Bourges", "NAME": "BONNEL Paul", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17833	bonnet-georges-1894-03-10	{"e1": "200"}	{"lerrcp": "E1-200"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Bonnet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1894-03-10 00:45", "note": null, "place": {"c1": null, "c2": "02", "c3": "", "cy": "FR", "lg": 3.36631, "lat": 49.66286, "name": "La Fère", "geoid": 3009526}, "notime": null, "date-ut": "1894-03-10 00:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Bonnet"}, "birth": {"tzo": "+00:09", "date": "1894-03-10 00:45", "place": {"c2": "02", "c3": "", "cy": "FR", "lg": 3.36631, "lat": 49.66286, "name": "La Fère", "geoid": 3009526}, "date-ut": "1894-03-10 00:36"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "200"}}, "raw": {"H": "00:45", "COD": "02", "DAY": "10", "MON": "03", "NUM": "0200", "PRO": "MI", "YEA": "1894", "CITY": "La Fère", "NAME": "BONNET Georges", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17834	bonnet-georges-1908-10-02	{"e1": "201"}	{"lerrcp": "E1-201"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Bonnet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-10-02 19:00", "note": null, "place": {"c1": null, "c2": "03", "c3": "", "cy": "FR", "lg": 3.45639, "lat": 46.13452, "name": "Cusset", "geoid": 3021993}, "notime": null, "date-ut": "1908-10-02 18:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Bonnet"}, "birth": {"tzo": "+00:09", "date": "1908-10-02 19:00", "place": {"c2": "03", "c3": "", "cy": "FR", "lg": 3.45639, "lat": 46.13452, "name": "Cusset", "geoid": 3021993}, "date-ut": "1908-10-02 18:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "201"}}, "raw": {"H": "19:00", "COD": "03", "DAY": "02", "MON": "10", "NUM": "0201", "PRO": "PH", "YEA": "1908", "CITY": "Cusset", "NAME": "BONNET Georges", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17835	bonnet-raymond-1912-12-03	{"e1": "202"}	{"lerrcp": "E1-202"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Bonnet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1912-12-03 21:55", "note": null, "place": {"c1": null, "c2": "17", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Rochefort-sur-Mer", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Bonnet"}, "birth": {"tzo": "", "date": "1912-12-03 21:55", "place": {"c2": "17", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Rochefort-sur-Mer", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "202"}}, "raw": {"H": "21:55", "COD": "17", "DAY": "03", "MON": "12", "NUM": "0202", "PRO": "MI", "YEA": "1912", "CITY": "Rochefort-sur-Mer", "NAME": "BONNET Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17836	bonvallet-jacques-1913-09-23	{"e1": "203"}	{"lerrcp": "E1-203"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Bonvallet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-09-23 11:00", "note": null, "place": {"c1": null, "c2": "49", "c3": "", "cy": "FR", "lg": -0.46652, "lat": 47.44629, "name": "Trélazé", "geoid": 2971896}, "notime": null, "date-ut": "1913-09-23 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Bonvallet"}, "birth": {"tzo": "+00:00", "date": "1913-09-23 11:00", "place": {"c2": "49", "c3": "", "cy": "FR", "lg": -0.46652, "lat": 47.44629, "name": "Trélazé", "geoid": 2971896}, "date-ut": "1913-09-23 11:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "203"}}, "raw": {"H": "11:00", "COD": "49", "DAY": "23", "MON": "09", "NUM": "0203", "PRO": "PH", "YEA": "1913", "CITY": "Trélazé", "NAME": "BONVALLET Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17837	boquet-francois-1913-01-30	{"e1": "204"}	{"lerrcp": "E1-204"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Boquet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1913-01-30 01:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Boquet"}, "birth": {"tzo": "", "date": "1913-01-30 01:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": ""}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "204"}}, "raw": {"H": "01:00", "COD": "54", "DAY": "30", "MON": "01", "NUM": "0204", "PRO": "MI", "YEA": "1913", "CITY": "Nancy", "NAME": "BOQUET François", "NOTE": "L"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
17838	bordas-pierre-1913-07-05	{"e1": "205"}	{"lerrcp": "E1-205"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Bordas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-07-05 09:00", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "notime": null, "date-ut": "1913-07-05 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Bordas"}, "birth": {"tzo": "+00:00", "date": "1913-07-05 09:00", "place": {"c2": "11", "c3": "", "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "date-ut": "1913-07-05 09:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "205"}}, "raw": {"H": "09:00", "COD": "11", "DAY": "05", "MON": "07", "NUM": "0205", "PRO": "EX", "YEA": "1913", "CITY": "Carcassonne", "NAME": "BORDAS Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17839	borel-jacques-1927-04-09	{"e1": "206"}	{"lerrcp": "E1-206"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Borel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1927-04-09 21:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.25666, "lat": 48.89672, "name": "Courbevoie", "geoid": 3023141}, "notime": null, "date-ut": "1927-04-09 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Borel"}, "birth": {"tzo": "+00:00", "date": "1927-04-09 21:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.25666, "lat": 48.89672, "name": "Courbevoie", "geoid": 3023141}, "date-ut": "1927-04-09 21:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "206"}}, "raw": {"H": "21:00", "COD": "92", "DAY": "09", "MON": "04", "NUM": "0206", "PRO": "EX", "YEA": "1927", "CITY": "Courbevoie", "NAME": "BOREL Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17840	borrey-francis-1904-04-08	{"e1": "207"}	{"lerrcp": "E1-207"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Borrey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-04-08 06:00", "note": null, "place": {"c1": null, "c2": "25", "c3": "", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1904-04-08 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Francis", "family": "Borrey"}, "birth": {"tzo": "+00:09", "date": "1904-04-08 06:00", "place": {"c2": "25", "c3": "", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1904-04-08 05:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "207"}}, "raw": {"H": "06:00", "COD": "25", "DAY": "08", "MON": "04", "NUM": "0207", "PRO": "PH", "YEA": "1904", "CITY": "Besançon", "NAME": "BORREY Francis", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17841	boucher-helene-1908-05-23	{"e1": "208"}	{"lerrcp": "E1-208"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hélène", "family": "Boucher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-05-23 11:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "14", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1908-05-23 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hélène", "family": "Boucher"}, "birth": {"tzo": "+00:09", "date": "1908-05-23 11:00", "place": {"c2": "75", "c3": "14", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1908-05-23 10:51"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "208"}}, "raw": {"H": "11:00", "COD": "75", "DAY": "23", "MON": "05", "NUM": "0208", "PRO": "MI", "YEA": "1908", "CITY": "Paris 14ème", "NAME": "BOUCHER Hélène", "NOTE": "*"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
17842	bouchet-alain-1926-02-03	{"e1": "209"}	{"lerrcp": "E1-209"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Bouchet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1926-02-03 23:30", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 5.83335, "lat": 45.20289, "name": "Domène", "geoid": 3021210}, "notime": null, "date-ut": "1926-02-03 23:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alain", "family": "Bouchet"}, "birth": {"tzo": "+00:00", "date": "1926-02-03 23:30", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": 5.83335, "lat": 45.20289, "name": "Domène", "geoid": 3021210}, "date-ut": "1926-02-03 23:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "209"}}, "raw": {"H": "23:30", "COD": "38", "DAY": "03", "MON": "02", "NUM": "0209", "PRO": "PH", "YEA": "1926", "CITY": "Domène", "NAME": "BOUCHET Alain", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17843	bouchet-andre-1892-04-10	{"e1": "210"}	{"lerrcp": "E1-210"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Bouchet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1892-04-10 03:30", "note": null, "place": {"c1": null, "c2": "60", "c3": "", "cy": "FR", "lg": 2.48477, "lat": 49.25672, "name": "Creil", "geoid": 3022610}, "notime": null, "date-ut": "1892-04-10 03:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Bouchet"}, "birth": {"tzo": "+00:09", "date": "1892-04-10 03:30", "place": {"c2": "60", "c3": "", "cy": "FR", "lg": 2.48477, "lat": 49.25672, "name": "Creil", "geoid": 3022610}, "date-ut": "1892-04-10 03:21"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "210"}}, "raw": {"H": "03:30", "COD": "60", "DAY": "10", "MON": "04", "NUM": "0210", "PRO": "PH", "YEA": "1892", "CITY": "Creil", "NAME": "BOUCHET André", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17844	bouchez-pierre-1899-10-29	{"e1": "211"}	{"lerrcp": "E1-211"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Bouchez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-10-29 19:00", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "notime": null, "date-ut": "1899-10-29 18:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Bouchez"}, "birth": {"tzo": "+00:09", "date": "1899-10-29 19:00", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "date-ut": "1899-10-29 18:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "211"}}, "raw": {"H": "19:00", "COD": "51", "DAY": "29", "MON": "10", "NUM": "0211", "PRO": "EX", "YEA": "1899", "CITY": "Reims", "NAME": "BOUCHEZ Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17845	bouchinet-serreulles-claude-1912-01-26	{"e1": "212"}	{"lerrcp": "E1-212"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Bouchinet-Serreulles", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-01-26 11:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "17", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1912-01-26 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Bouchinet-Serreulles"}, "birth": {"tzo": "+00:00", "date": "1912-01-26 11:00", "place": {"c2": "75", "c3": "17", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1912-01-26 11:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "212"}}, "raw": {"H": "11:00", "COD": "75", "DAY": "26", "MON": "01", "NUM": "0212", "PRO": "MI", "YEA": "1912", "CITY": "Paris 17ème", "NAME": "BOUCHINET-SERREULLES Claude", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17846	boudet-rene-1915-05-08	{"e1": "213"}	{"lerrcp": "E1-213"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Boudet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-05-08 13:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.56286, "lat": 49.68524, "name": "Beaussault", "geoid": 3034030}, "notime": null, "date-ut": "1915-05-08 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "René", "family": "Boudet"}, "birth": {"tzo": "+00:00", "date": "1915-05-08 13:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 1.56286, "lat": 49.68524, "name": "Beaussault", "geoid": 3034030}, "date-ut": "1915-05-08 13:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "213"}}, "raw": {"H": "13:00", "COD": "76", "DAY": "08", "MON": "05", "NUM": "0213", "PRO": "EX", "YEA": "1915", "CITY": "Beaussault", "NAME": "BOUDET René", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17847	boudin-georges-1906-09-03	{"e1": "214"}	{"lerrcp": "E1-214"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Boudin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-09-03 23:00", "note": null, "place": {"c1": null, "c2": "01", "c3": "", "cy": "FR", "lg": 5.65727, "lat": 46.25917, "name": "Oyonnax", "geoid": 2988888}, "notime": null, "date-ut": "1906-09-03 22:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Boudin"}, "birth": {"tzo": "+00:09", "date": "1906-09-03 23:00", "place": {"c2": "01", "c3": "", "cy": "FR", "lg": 5.65727, "lat": 46.25917, "name": "Oyonnax", "geoid": 2988888}, "date-ut": "1906-09-03 22:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "214"}}, "raw": {"H": "23:00", "COD": "01", "DAY": "03", "MON": "09", "NUM": "0214", "PRO": "PH", "YEA": "1906", "CITY": "Oyonnax", "NAME": "BOUDIN Georges", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17848	boudouresques-jacques-1910-11-19	{"e1": "215"}	{"lerrcp": "E1-215"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Boudouresques", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1910-11-19 10:00", "note": null, "place": {"c1": null, "c2": "02", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Tavaux-Pontséricourt", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Boudouresques"}, "birth": {"tzo": "", "date": "1910-11-19 10:00", "place": {"c2": "02", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Tavaux-Pontséricourt", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "215"}}, "raw": {"H": "10:00", "COD": "02", "DAY": "19", "MON": "11", "NUM": "0215", "PRO": "PH", "YEA": "1910", "CITY": "Tavaux-Pontséricourt", "NAME": "BOUDOURESQUES Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17850	bouisset-louis-1898-02-15	{"e1": "217"}	{"lerrcp": "E1-217"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Bouisset", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-02-15 15:00", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "notime": null, "date-ut": "1898-02-15 14:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Bouisset"}, "birth": {"tzo": "+00:09", "date": "1898-02-15 15:00", "place": {"c2": "11", "c3": "", "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "date-ut": "1898-02-15 14:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "217"}}, "raw": {"H": "15:00", "COD": "11", "DAY": "15", "MON": "02", "NUM": "0217", "PRO": "PH", "YEA": "1898", "CITY": "Carcassonne", "NAME": "BOUISSET Louis", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17853	boulat-louis-1904-08-22	{"e1": "220"}	{"lerrcp": "E1-220"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Boulat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-08-22 16:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.05526, "lat": 43.40735, "name": "Martigues", "geoid": 2995387}, "notime": null, "date-ut": "1904-08-22 15:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Boulat"}, "birth": {"tzo": "+00:09", "date": "1904-08-22 16:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.05526, "lat": 43.40735, "name": "Martigues", "geoid": 2995387}, "date-ut": "1904-08-22 15:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "220"}}, "raw": {"H": "16:00", "COD": "13", "DAY": "22", "MON": "08", "NUM": "0220", "PRO": "EX", "YEA": "1904", "CITY": "Martigues", "NAME": "BOULAT Louis", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17854	boulenger-pierre-1910-10-27	{"e1": "221"}	{"lerrcp": "E1-221"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Boulenger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-10-27 06:30", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.41874, "lat": 48.76846, "name": "Choisy-le-Roi", "geoid": 3025055}, "notime": null, "date-ut": "1910-10-27 06:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Boulenger"}, "birth": {"tzo": "+00:09", "date": "1910-10-27 06:30", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.41874, "lat": 48.76846, "name": "Choisy-le-Roi", "geoid": 3025055}, "date-ut": "1910-10-27 06:21"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "221"}}, "raw": {"H": "06:30", "COD": "94", "DAY": "27", "MON": "10", "NUM": "0221", "PRO": "PH", "YEA": "1910", "CITY": "Choisy le Roi", "NAME": "BOULENGER Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17851	boulanger-pierre-1908-05-07	{"e1": "218", "g55": "07-443"}	{"g55": "07-443", "lerrcp": "E1-218"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Boulanger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-05-07 13:00", "note": null, "place": {"c1": null, "c2": "55", "c3": "", "cy": "FR", "lg": 5.55099, "lat": 48.88746, "name": "Saint-Mihiel", "geoid": 2977948}, "notime": null, "date-ut": "1908-05-07 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "actor"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Boulanger"}, "birth": {"tzo": "+00:09", "date": "1908-05-07 13:00", "place": {"c2": "55", "c3": "", "cy": "FR", "lg": 5.55099, "lat": 48.88746, "name": "Saint-Mihiel", "geoid": 2977948}, "date-ut": "1908-05-07 12:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "218"}}, "raw": {"H": "13:00", "COD": "55", "DAY": "07", "MON": "05", "NUM": "0218", "PRO": "MI", "YEA": "1908", "CITY": "St Mihiel", "NAME": "BOULANGER Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"partial-ids": {"g55": "07-443"}, "ids-in-source": {"g55": "07-443"}}, "raw": {"DAY": "7-5-1908", "HOUR": "13 h. 30", "NAME": "MARTIN Jean-Pierre", "PLACE": "Colombes (Seine)."}, "date": "2023-08-20T14:49:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
17855	boulet-jean-claude-1941-12-11	{"e1": "222"}	{"lerrcp": "E1-222"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Claude", "family": "Boulet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1941-12-11 09:30", "note": null, "place": {"c1": null, "c2": "73", "c3": "", "cy": "FR", "lg": 5.92079, "lat": 45.56628, "name": "Chambéry", "geoid": 3027422}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean-Claude", "family": "Boulet"}, "birth": {"tzo": "", "date": "1941-12-11 09:30", "place": {"c2": "73", "c3": "", "cy": "FR", "lg": 5.92079, "lat": 45.56628, "name": "Chambéry", "geoid": 3027422}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "222"}}, "raw": {"H": "09:30", "COD": "73", "DAY": "11", "MON": "12", "NUM": "0222", "PRO": "EX", "YEA": "1941", "CITY": "Chambéry", "NAME": "BOULET Jean-Claude", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17856	boulloche-andre-1915-09-07	{"e1": "224"}	{"lerrcp": "E1-224"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Boulloche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-09-07 09:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "7", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1915-09-07 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Boulloche"}, "birth": {"tzo": "+00:00", "date": "1915-09-07 09:30", "place": {"c2": "75", "c3": "7", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1915-09-07 09:30"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "224"}}, "raw": {"H": "09:30", "COD": "75", "DAY": "07", "MON": "09", "NUM": "0224", "PRO": "MI", "YEA": "1915", "CITY": "Paris 7ème", "NAME": "BOULLOCHE André", "NOTE": "L"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
17857	bourbon-pierre-1923-09-20	{"e1": "225"}	{"lerrcp": "E1-225"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Bourbon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1923-09-20 05:30", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Laurent de Cervons", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Bourbon"}, "birth": {"tzo": "", "date": "1923-09-20 05:30", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Laurent de Cervons", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "225"}}, "raw": {"H": "05:30", "COD": "66", "DAY": "20", "MON": "09", "NUM": "0225", "PRO": "PH", "YEA": "1923", "CITY": "St Laurent de Cervons", "NAME": "BOURBON Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
17858	bourcier-de-carbon-christian-1912-02-15	{"e1": "226"}	{"lerrcp": "E1-226"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Bourcier De Carbon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-02-15 15:00", "note": null, "place": {"c1": null, "c2": "49", "c3": "", "cy": "FR", "lg": -1.1763, "lat": 47.7402, "name": "Pouancé", "geoid": 2985893}, "notime": null, "date-ut": "1912-02-15 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Christian", "family": "Bourcier De Carbon"}, "birth": {"tzo": "+00:00", "date": "1912-02-15 15:00", "place": {"c2": "49", "c3": "", "cy": "FR", "lg": -1.1763, "lat": 47.7402, "name": "Pouancé", "geoid": 2985893}, "date-ut": "1912-02-15 15:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "226"}}, "raw": {"H": "15:00", "COD": "49", "DAY": "15", "MON": "02", "NUM": "0226", "PRO": "EX", "YEA": "1912", "CITY": "Pouancé", "NAME": "BOURCIER DE CARBON Christian", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18375	feuillette-pierre-1909-07-28	{"e1": "745"}	{"lerrcp": "E1-745"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Feuillette", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-07-28 12:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "notime": null, "date-ut": "1909-07-28 11:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Feuillette"}, "birth": {"tzo": "+00:09", "date": "1909-07-28 12:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "date-ut": "1909-07-28 11:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "745"}}, "raw": {"H": "12:00", "COD": "62", "DAY": "28", "MON": "07", "NUM": "0745", "PRO": "PH", "YEA": "1909", "CITY": "Boulogne sur Mer", "NAME": "FEUILLETTE Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18376	feuvrier-charles-1915-01-29	{"e1": "746"}	{"lerrcp": "E1-746"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "ChArles", "family": "Feuvrier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1915-01-29 01:00", "note": null, "place": {"c1": null, "c2": "25", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Damprichart", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "ChArles", "family": "Feuvrier"}, "birth": {"tzo": "", "date": "1915-01-29 01:00", "place": {"c2": "25", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Damprichart", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "746"}}, "raw": {"H": "01:00", "COD": "25", "DAY": "29", "MON": "01", "NUM": "0746", "PRO": "MI", "YEA": "1915", "CITY": "Damprichart", "NAME": "FEUVRIER Ch3rles", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18377	fiel-paul-1921-06-25	{"e1": "747"}	{"lerrcp": "E1-747"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Fiel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1921-06-25 10:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Champagne au Mt d'Or", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Fiel"}, "birth": {"tzo": "", "date": "1921-06-25 10:00", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Champagne au Mt d'Or", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "747"}}, "raw": {"H": "10:00", "COD": "69", "DAY": "25", "MON": "06", "NUM": "0747", "PRO": "EX", "YEA": "1921", "CITY": "Champagne au Mt d'Or", "NAME": "FIEL Paul", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18378	fievet-bernard-1909-07-15	{"e1": "748"}	{"lerrcp": "E1-748"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Fievet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-07-15 05:00", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1909-07-15 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Fievet"}, "birth": {"tzo": "+00:09", "date": "1909-07-15 05:00", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1909-07-15 04:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "748"}}, "raw": {"H": "05:00", "COD": "78", "DAY": "15", "MON": "07", "NUM": "0748", "PRO": "EX", "YEA": "1909", "CITY": "Versailles", "NAME": "FIEVET Bernard", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18379	filhoulaud-henri-1909-05-04	{"e1": "749"}	{"lerrcp": "E1-749"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Filhoulaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-05-04 02:00", "note": null, "place": {"c1": null, "c2": "87", "c3": "", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1909-05-04 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Filhoulaud"}, "birth": {"tzo": "+00:09", "date": "1909-05-04 02:00", "place": {"c2": "87", "c3": "", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1909-05-04 01:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "749"}}, "raw": {"H": "02:00", "COD": "87", "DAY": "04", "MON": "05", "NUM": "0749", "PRO": "PH", "YEA": "1909", "CITY": "Limoges", "NAME": "FILHOULAUD Henri", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18382	fischer-henri-1903-03-16	{"e1": "752"}	{"lerrcp": "E1-752"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Fischer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1903-03-16 06:30", "note": null, "place": {"c1": null, "c2": "17", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Jeand'Angely", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Fischer"}, "birth": {"tzo": "", "date": "1903-03-16 06:30", "place": {"c2": "17", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Jeand'Angely", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "752"}}, "raw": {"H": "06:30", "COD": "17", "DAY": "16", "MON": "03", "NUM": "0752", "PRO": "PH", "YEA": "1903", "CITY": "St Jeand'Angely", "NAME": "FISCHER Henri", "NOTE": "-"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18383	fitzenkam-alice-1912-07-21	{"e1": "753"}	{"lerrcp": "E1-753"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alice", "family": "Fitzenkam", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1912-07-21 15:30", "note": null, "place": {"c1": null, "c2": "68", "c3": "", "cy": "FR", "lg": 7.35584, "lat": 48.08078, "name": "Colmar", "geoid": 3024297}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alice", "family": "Fitzenkam"}, "birth": {"tzo": "", "date": "1912-07-21 15:30", "place": {"c2": "68", "c3": "", "cy": "FR", "lg": 7.35584, "lat": 48.08078, "name": "Colmar", "geoid": 3024297}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "753"}}, "raw": {"H": "15:30", "COD": "68", "DAY": "21", "MON": "07", "NUM": "0753", "PRO": "PH", "YEA": "1912", "CITY": "Colmar", "NAME": "FITZENKAM Alice", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18384	flabeau-fernand-1916-04-20	{"e1": "754"}	{"lerrcp": "E1-754"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Flabeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-04-20 14:00", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 4.74322, "lat": 46.87499, "name": "Rully", "geoid": 2982175}, "notime": null, "date-ut": "1916-04-20 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Flabeau"}, "birth": {"tzo": "+00:00", "date": "1916-04-20 14:00", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 4.74322, "lat": 46.87499, "name": "Rully", "geoid": 2982175}, "date-ut": "1916-04-20 14:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "754"}}, "raw": {"H": "14:00", "COD": "71", "DAY": "20", "MON": "04", "NUM": "0754", "PRO": "PH", "YEA": "1916", "CITY": "Rully", "NAME": "FLABEAU Fernand", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18385	flamand-paul-henri-1909-01-25	{"e1": "755"}	{"lerrcp": "E1-755"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul Henri", "family": "Flamand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-01-25 21:00", "note": null, "place": {"c1": null, "c2": "16", "c3": "", "cy": "FR", "lg": 0.00824, "lat": 45.89151, "name": "Aigre", "geoid": 3038524}, "notime": null, "date-ut": "1909-01-25 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Paul Henri", "family": "Flamand"}, "birth": {"tzo": "+00:09", "date": "1909-01-25 21:00", "place": {"c2": "16", "c3": "", "cy": "FR", "lg": 0.00824, "lat": 45.89151, "name": "Aigre", "geoid": 3038524}, "date-ut": "1909-01-25 20:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "755"}}, "raw": {"H": "21:00", "COD": "16", "DAY": "25", "MON": "01", "NUM": "0755", "PRO": "EX", "YEA": "1909", "CITY": "Aigre", "NAME": "FLAMAND Paul Henri", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18386	flechet-max-1901-05-10	{"e1": "756"}	{"lerrcp": "E1-756"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Flechet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-05-10 19:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.3889, "lat": 45.63779, "name": "Chazelles-sur-Lyon", "geoid": 3025668}, "notime": null, "date-ut": "1901-05-10 18:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Max", "family": "Flechet"}, "birth": {"tzo": "+00:09", "date": "1901-05-10 19:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.3889, "lat": 45.63779, "name": "Chazelles-sur-Lyon", "geoid": 3025668}, "date-ut": "1901-05-10 18:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "756"}}, "raw": {"H": "19:00", "COD": "42", "DAY": "10", "MON": "05", "NUM": "0756", "PRO": "EX", "YEA": "1901", "CITY": "Chazelles sur Lyon", "NAME": "FLECHET Max", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18387	flichy-francois-1913-07-10	{"e1": "757"}	{"lerrcp": "E1-757"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Flichy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1913-07-10 07:30", "note": null, "place": {"c1": null, "c2": "95", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Garches", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "François", "family": "Flichy"}, "birth": {"tzo": "", "date": "1913-07-10 07:30", "place": {"c2": "95", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Garches", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "757"}}, "raw": {"H": "07:30", "COD": "95", "DAY": "10", "MON": "07", "NUM": "0757", "PRO": "EX", "YEA": "1913", "CITY": "Garches", "NAME": "FLICHY François", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18388	flichy-marcel-1915-01-08	{"e1": "758"}	{"lerrcp": "E1-758"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Flichy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1915-01-08 16:30", "note": null, "place": {"c1": null, "c2": "03", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Néris les Dains", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Flichy"}, "birth": {"tzo": "", "date": "1915-01-08 16:30", "place": {"c2": "03", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Néris les Dains", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "758"}}, "raw": {"H": "16:30", "COD": "03", "DAY": "08", "MON": "01", "NUM": "0758", "PRO": "MI", "YEA": "1915", "CITY": "Néris les Dains", "NAME": "FLICHY Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18390	floirat-sylvain-1899-09-28	{"e1": "760"}	{"lerrcp": "E1-760"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sylvain", "family": "Floirat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-09-28 03:00", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": 1.15275, "lat": 45.22648, "name": "Nailhac", "geoid": 2991042}, "notime": null, "date-ut": "1899-09-28 02:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Sylvain", "family": "Floirat"}, "birth": {"tzo": "+00:09", "date": "1899-09-28 03:00", "place": {"c2": "24", "c3": "", "cy": "FR", "lg": 1.15275, "lat": 45.22648, "name": "Nailhac", "geoid": 2991042}, "date-ut": "1899-09-28 02:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "760"}}, "raw": {"H": "03:00", "COD": "24", "DAY": "28", "MON": "09", "NUM": "0760", "PRO": "EX", "YEA": "1899", "CITY": "Nailhac", "NAME": "FLOIRAT Sylvain", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18392	florio-rene-1911-08-18	{"e1": "762"}	{"lerrcp": "E1-762"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Florio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-08-18 02:00", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1911-08-18 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Florio"}, "birth": {"tzo": "+00:00", "date": "1911-08-18 02:00", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1911-08-18 02:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "762"}}, "raw": {"H": "02:00", "COD": "38", "DAY": "18", "MON": "08", "NUM": "0762", "PRO": "PH", "YEA": "1911", "CITY": "Grenoble", "NAME": "FLORIO René", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18393	foignet-rabert-1900-12-11	{"e1": "763"}	{"lerrcp": "E1-763"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rabert", "family": "Foignet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1900-12-11 20:20", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Clichy", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Rabert", "family": "Foignet"}, "birth": {"tzo": "", "date": "1900-12-11 20:20", "place": {"c2": "93", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Clichy", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "763"}}, "raw": {"H": "20:20", "COD": "93", "DAY": "11", "MON": "12", "NUM": "0763", "PRO": "EX", "YEA": "1900", "CITY": "Clichy", "NAME": "FOIGNET Rabert", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18394	folliasson-andre-1901-01-03	{"e1": "764"}	{"lerrcp": "E1-764"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Folliasson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-01-03 22:00", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 5.98333, "lat": 45.4, "name": "La Buissière", "geoid": 3010684}, "notime": null, "date-ut": "1901-01-03 21:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Folliasson"}, "birth": {"tzo": "+00:09", "date": "1901-01-03 22:00", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": 5.98333, "lat": 45.4, "name": "La Buissière", "geoid": 3010684}, "date-ut": "1901-01-03 21:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "764"}}, "raw": {"H": "22:00", "COD": "38", "DAY": "03", "MON": "01", "NUM": "0764", "PRO": "PH", "YEA": "1901", "CITY": "La Buissière", "NAME": "FOLLIASSON André", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18395	fombeur-jean-jacques-1912-03-15	{"e1": "765"}	{"lerrcp": "E1-765"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Jacques", "family": "Fombeur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-03-15 18:30", "note": null, "place": {"c1": null, "c2": "37", "c3": "", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "notime": null, "date-ut": "1912-03-15 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean-Jacques", "family": "Fombeur"}, "birth": {"tzo": "+00:00", "date": "1912-03-15 18:30", "place": {"c2": "37", "c3": "", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "date-ut": "1912-03-15 18:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "765"}}, "raw": {"H": "18:30", "COD": "37", "DAY": "15", "MON": "03", "NUM": "0765", "PRO": "EX", "YEA": "1912", "CITY": "Tours", "NAME": "FOMBEUR Jean-Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18398	forster-emile-1910-11-04	{"e1": "768"}	{"lerrcp": "E1-768"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Forster", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1910-11-04 21:00", "note": null, "place": {"c1": null, "c2": "68", "c3": "", "cy": "FR", "lg": 6.99683, "lat": 47.77671, "name": "Masevaux", "geoid": 2995281}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Forster"}, "birth": {"tzo": "", "date": "1910-11-04 21:00", "place": {"c2": "68", "c3": "", "cy": "FR", "lg": 6.99683, "lat": 47.77671, "name": "Masevaux", "geoid": 2995281}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "768"}}, "raw": {"H": "21:00", "COD": "68", "DAY": "04", "MON": "11", "NUM": "0768", "PRO": "PH", "YEA": "1910", "CITY": "Masevaux", "NAME": "FORSTER Emile", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18399	fort-jean-pierre-1914-02-15	{"e1": "769"}	{"lerrcp": "E1-769"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Pierre", "family": "Fort", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-02-15 14:00", "note": null, "place": {"c1": null, "c2": "16", "c3": "", "cy": "FR", "lg": -0.32867, "lat": 45.69581, "name": "Cognac", "geoid": 3024440}, "notime": null, "date-ut": "1914-02-15 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean-Pierre", "family": "Fort"}, "birth": {"tzo": "+00:00", "date": "1914-02-15 14:00", "place": {"c2": "16", "c3": "", "cy": "FR", "lg": -0.32867, "lat": 45.69581, "name": "Cognac", "geoid": 3024440}, "date-ut": "1914-02-15 14:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "769"}}, "raw": {"H": "14:00", "COD": "16", "DAY": "15", "MON": "02", "NUM": "0769", "PRO": "MI", "YEA": "1914", "CITY": "Cognac", "NAME": "FORT Jean-Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18400	foubert-francis-1890-03-20	{"e1": "770"}	{"lerrcp": "E1-770"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Foubert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1890-03-20 21:30", "note": null, "place": {"c1": null, "c2": "27", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Dernay", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Francis", "family": "Foubert"}, "birth": {"tzo": "", "date": "1890-03-20 21:30", "place": {"c2": "27", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Dernay", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "770"}}, "raw": {"H": "21:30", "COD": "27", "DAY": "20", "MON": "03", "NUM": "0770", "PRO": "PH", "YEA": "1890", "CITY": "Dernay", "NAME": "FOUBERT Francis", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18401	fouquet-gaetan-1903-05-01	{"e1": "771"}	{"lerrcp": "E1-771"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaétan", "family": "Fouquet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-05-01 08:30", "note": null, "place": {"c1": null, "c2": "02", "c3": "", "cy": "FR", "lg": 3.26393, "lat": 49.17012, "name": "Neuilly-Saint-Front", "geoid": 2990615}, "notime": null, "date-ut": "1903-05-01 08:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Gaétan", "family": "Fouquet"}, "birth": {"tzo": "+00:09", "date": "1903-05-01 08:30", "place": {"c2": "02", "c3": "", "cy": "FR", "lg": 3.26393, "lat": 49.17012, "name": "Neuilly-Saint-Front", "geoid": 2990615}, "date-ut": "1903-05-01 08:21"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "771"}}, "raw": {"H": "08:30", "COD": "02", "DAY": "01", "MON": "05", "NUM": "0771", "PRO": "EX", "YEA": "1903", "CITY": "Neuilly-St Front", "NAME": "FOUQUET Gaétan", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18402	fourcade-jean-1908-03-28	{"e1": "772"}	{"lerrcp": "E1-772"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Fourcade", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-03-28 10:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1908-03-28 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Fourcade"}, "birth": {"tzo": "+00:09", "date": "1908-03-28 10:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1908-03-28 09:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "772"}}, "raw": {"H": "10:00", "COD": "34", "DAY": "28", "MON": "03", "NUM": "0772", "PRO": "PH", "YEA": "1908", "CITY": "Montpellier", "NAME": "FOURCADE Jean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18403	foure-jacques-1912-06-20	{"e1": "773"}	{"lerrcp": "E1-773"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Foure", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-06-20 09:00", "note": null, "place": {"c1": null, "c2": "80", "c3": "", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1912-06-20 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Foure"}, "birth": {"tzo": "+00:00", "date": "1912-06-20 09:00", "place": {"c2": "80", "c3": "", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1912-06-20 09:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "773"}}, "raw": {"H": "09:00", "COD": "80", "DAY": "20", "MON": "06", "NUM": "0773", "PRO": "PH", "YEA": "1912", "CITY": "Amiens", "NAME": "FOURE Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18404	fourmestraux-jean-paul-1914-10-17	{"e1": "774"}	{"lerrcp": "E1-774"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Paul", "family": "Fourmestraux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1914-10-17 10:00", "note": null, "place": {"c1": null, "c2": "03", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bourbon-l'Archambt", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean Paul", "family": "Fourmestraux"}, "birth": {"tzo": "", "date": "1914-10-17 10:00", "place": {"c2": "03", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bourbon-l'Archambt", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "774"}}, "raw": {"H": "10:00", "COD": "03", "DAY": "17", "MON": "10", "NUM": "0774", "PRO": "PH", "YEA": "1914", "CITY": "Bourbon-l'Archambt", "NAME": "FOURMESTRAUX Jean Paul", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18405	fourniat-robert-1898-03-23	{"e1": "775"}	{"lerrcp": "E1-775"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Fourniat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1898-03-23 09:20", "note": null, "place": {"c1": null, "c2": "87", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Chateau-Ponsac", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Fourniat"}, "birth": {"tzo": "", "date": "1898-03-23 09:20", "place": {"c2": "87", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Chateau-Ponsac", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "775"}}, "raw": {"H": "09:20", "COD": "87", "DAY": "23", "MON": "03", "NUM": "0775", "PRO": "PH", "YEA": "1898", "CITY": "Chateau-Ponsac", "NAME": "FOURNIAT Robert", "NOTE": "-"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18406	fournier-marcel-1914-03-02	{"e1": "776"}	{"lerrcp": "E1-776"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Fournier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-03-02 01:30", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": 6.12565, "lat": 45.90878, "name": "Annecy", "geoid": 3037543}, "notime": null, "date-ut": "1914-03-02 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Fournier"}, "birth": {"tzo": "+00:00", "date": "1914-03-02 01:30", "place": {"c2": "74", "c3": "", "cy": "FR", "lg": 6.12565, "lat": 45.90878, "name": "Annecy", "geoid": 3037543}, "date-ut": "1914-03-02 01:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "776"}}, "raw": {"H": "01:30", "COD": "74", "DAY": "02", "MON": "03", "NUM": "0776", "PRO": "EX", "YEA": "1914", "CITY": "Annecy", "NAME": "FOURNIER Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18408	fourrier-paul-1917-06-10	{"e1": "778"}	{"lerrcp": "E1-778"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Fourrier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-06-10 19:30", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 5.22468, "lat": 46.62637, "name": "Louhans", "geoid": 2997439}, "notime": null, "date-ut": "1917-06-10 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Fourrier"}, "birth": {"tzo": "+01:00", "date": "1917-06-10 19:30", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 5.22468, "lat": 46.62637, "name": "Louhans", "geoid": 2997439}, "date-ut": "1917-06-10 18:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "778"}}, "raw": {"H": "19:30", "COD": "71", "DAY": "10", "MON": "06", "NUM": "0778", "PRO": "PH", "YEA": "1917", "CITY": "Louhans", "NAME": "FOURRIER Paul", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18409	fraikin-gerard-1916-01-12	{"e1": "779"}	{"lerrcp": "E1-779"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Fraikin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-01-12 02:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1916-01-12 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Gérard", "family": "Fraikin"}, "birth": {"tzo": "+00:00", "date": "1916-01-12 02:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1916-01-12 02:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "779"}}, "raw": {"H": "02:00", "COD": "92", "DAY": "12", "MON": "01", "NUM": "0779", "PRO": "EX", "YEA": "1916", "CITY": "Neuilly sur Seine", "NAME": "FRAIKIN Gérard", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18410	francois-rene-1922-10-06	{"e1": "780"}	{"lerrcp": "E1-780"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Francois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-10-06 05:00", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 4.87484, "lat": 45.52569, "name": "Vienne", "geoid": 2969284}, "notime": null, "date-ut": "1922-10-06 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Francois"}, "birth": {"tzo": "+01:00", "date": "1922-10-06 05:00", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": 4.87484, "lat": 45.52569, "name": "Vienne", "geoid": 2969284}, "date-ut": "1922-10-06 04:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "780"}}, "raw": {"H": "05:00", "COD": "38", "DAY": "06", "MON": "10", "NUM": "0780", "PRO": "PH", "YEA": "1922", "CITY": "Vienne", "NAME": "FRANCOIS René", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18411	frank-paul-1919-08-05	{"e1": "781"}	{"lerrcp": "E1-781"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Frank", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-08-05 06:45", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1919-08-05 05:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Frank"}, "birth": {"tzo": "+01:00", "date": "1919-08-05 06:45", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1919-08-05 05:45"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "781"}}, "raw": {"H": "06:45", "COD": "67", "DAY": "05", "MON": "08", "NUM": "0781", "PRO": "PH", "YEA": "1919", "CITY": "Strasbourg", "NAME": "FRANK Paul", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18413	frerejean-de-chavagneux-hubert-1914-09-02	{"e1": "784"}	{"lerrcp": "E1-784"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "de CHAVAGNEUX Hubert", "family": "Frerejean", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-09-02 08:00", "note": null, "place": {"c1": null, "c2": "01", "c3": "", "cy": "FR", "lg": 4.76136, "lat": 46.01913, "name": "Fareins", "geoid": 3019042}, "notime": null, "date-ut": "1914-09-02 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "de CHAVAGNEUX Hubert", "family": "Frerejean"}, "birth": {"tzo": "+00:00", "date": "1914-09-02 08:00", "place": {"c2": "01", "c3": "", "cy": "FR", "lg": 4.76136, "lat": 46.01913, "name": "Fareins", "geoid": 3019042}, "date-ut": "1914-09-02 08:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "784"}}, "raw": {"H": "08:00", "COD": "01", "DAY": "02", "MON": "09", "NUM": "0784", "PRO": "EX", "YEA": "1914", "CITY": "Fareins", "NAME": "FREREJEAN de CHAVAGNEUX Hubert", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18414	frezal-jean-1922-08-19	{"e1": "785"}	{"lerrcp": "E1-785"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Frezal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1922-08-19 14:00", "note": null, "place": {"c1": null, "c2": "18", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Pourges", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Frezal"}, "birth": {"tzo": "", "date": "1922-08-19 14:00", "place": {"c2": "18", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Pourges", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "785"}}, "raw": {"H": "14:00", "COD": "18", "DAY": "19", "MON": "08", "NUM": "0785", "PRO": "PH", "YEA": "1922", "CITY": "Pourges", "NAME": "FREZAL Jean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18415	frezieres-henri-1917-03-07	{"e1": "786"}	{"lerrcp": "E1-786"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Frezieres", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1917-03-07 13:00", "note": null, "place": {"c1": null, "c2": "09", "c3": "", "cy": "FR", "lg": 1.87367, "lat": 43.0884, "name": "Mirepoix", "geoid": 2993720}, "notime": null, "date-ut": "1917-03-07 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Frezieres"}, "birth": {"tzo": "+00:00", "date": "1917-03-07 13:00", "place": {"c2": "09", "c3": "", "cy": "FR", "lg": 1.87367, "lat": 43.0884, "name": "Mirepoix", "geoid": 2993720}, "date-ut": "1917-03-07 13:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "786"}}, "raw": {"H": "13:00", "COD": "09", "DAY": "07", "MON": "03", "NUM": "0786", "PRO": "MI", "YEA": "1917", "CITY": "Mirepoix", "NAME": "FREZIERES Henri", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18416	frignet-pierre-1920-04-15	{"e1": "787"}	{"lerrcp": "E1-787"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Frignet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-04-15 21:00", "note": null, "place": {"c1": null, "c2": "26", "c3": "", "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "notime": null, "date-ut": "1920-04-15 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Frignet"}, "birth": {"tzo": "+01:00", "date": "1920-04-15 21:00", "place": {"c2": "26", "c3": "", "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "date-ut": "1920-04-15 20:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "787"}}, "raw": {"H": "21:00", "COD": "26", "DAY": "15", "MON": "04", "NUM": "0787", "PRO": "EX", "YEA": "1920", "CITY": "Valence", "NAME": "FRIGNET Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18418	froment-raymond-1913-01-17	{"e1": "789"}	{"lerrcp": "E1-789"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Froment", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-01-17 18:00", "note": null, "place": {"c1": null, "c2": "14", "c3": "", "cy": "FR", "lg": -0.32157, "lat": 49.30018, "name": "Lion-sur-Mer", "geoid": 2998187}, "notime": null, "date-ut": "1913-01-17 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Froment"}, "birth": {"tzo": "+00:00", "date": "1913-01-17 18:00", "place": {"c2": "14", "c3": "", "cy": "FR", "lg": -0.32157, "lat": 49.30018, "name": "Lion-sur-Mer", "geoid": 2998187}, "date-ut": "1913-01-17 18:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "789"}}, "raw": {"H": "18:00", "COD": "14", "DAY": "17", "MON": "01", "NUM": "0789", "PRO": "EX", "YEA": "1913", "CITY": "Lion sur Mer", "NAME": "FROMENT Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18419	froment-roger-1907-01-18	{"e1": "790"}	{"lerrcp": "E1-790"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Froment", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-01-18 07:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "6", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1907-01-18 06:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Froment"}, "birth": {"tzo": "+00:09", "date": "1907-01-18 07:00", "place": {"c2": "69", "c3": "6", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1907-01-18 06:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "790"}}, "raw": {"H": "07:00", "COD": "69", "DAY": "18", "MON": "01", "NUM": "0790", "PRO": "PH", "YEA": "1907", "CITY": "Lyon 6ème", "NAME": "FROMENT Roger", "NOTE": "+"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18420	frossard-henri-1928-08-30	{"e1": "791"}	{"lerrcp": "E1-791"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Frossard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1928-08-30 10:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -0.77266, "lat": 43.48834, "name": "Orthez", "geoid": 2989187}, "notime": null, "date-ut": "1928-08-30 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Frossard"}, "birth": {"tzo": "+01:00", "date": "1928-08-30 10:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": -0.77266, "lat": 43.48834, "name": "Orthez", "geoid": 2989187}, "date-ut": "1928-08-30 09:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "791"}}, "raw": {"H": "10:00", "COD": "64", "DAY": "30", "MON": "08", "NUM": "0791", "PRO": "PH", "YEA": "1928", "CITY": "Orthez", "NAME": "FROSSARD Henri", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18422	gaehlinger-henri-1885-05-15	{"e1": "793"}	{"lerrcp": "E1-793"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Gaehlinger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1885-05-15 05:00", "note": null, "place": {"c1": null, "c2": "01", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Vanchy", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Gaehlinger"}, "birth": {"tzo": "", "date": "1885-05-15 05:00", "place": {"c2": "01", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Vanchy", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "793"}}, "raw": {"H": "05:00", "COD": "01", "DAY": "15", "MON": "05", "NUM": "0793", "PRO": "PH", "YEA": "1885", "CITY": "Vanchy", "NAME": "GAEHLINGER Henri", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18423	gahinet-maurice-1910-01-06	{"e1": "794"}	{"lerrcp": "E1-794"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Gahinet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-01-06 04:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1910-01-06 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Gahinet"}, "birth": {"tzo": "+00:09", "date": "1910-01-06 04:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1910-01-06 03:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "794"}}, "raw": {"H": "04:00", "COD": "29", "DAY": "06", "MON": "01", "NUM": "0794", "PRO": "PH", "YEA": "1910", "CITY": "Brest", "NAME": "GAHINET Maurice", "NOTE": "-"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18424	gaillard-jean-1922-03-03	{"e1": "795"}	{"lerrcp": "E1-795"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Gaillard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-03-03 09:00", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 6.45304, "lat": 48.18324, "name": "Épinal", "geoid": 3020035}, "notime": null, "date-ut": "1922-03-03 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Gaillard"}, "birth": {"tzo": "+00:00", "date": "1922-03-03 09:00", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 6.45304, "lat": 48.18324, "name": "Épinal", "geoid": 3020035}, "date-ut": "1922-03-03 09:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "795"}}, "raw": {"H": "09:00", "COD": "88", "DAY": "03", "MON": "03", "NUM": "0795", "PRO": "PH", "YEA": "1922", "CITY": "Epinal", "NAME": "GAILLARD Jean", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18425	gaillot-gaston-1880-03-30	{"e1": "796"}	{"lerrcp": "E1-796"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Gaillot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17", "date": "1880-03-30 23:30", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 4.13828, "lat": 48.71286, "name": "Montépreux", "geoid": 2992677}, "notime": null, "date-ut": "1880-03-30 23:13"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Gaillot"}, "birth": {"tzo": "+00:17", "date": "1880-03-30 23:30", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": 4.13828, "lat": 48.71286, "name": "Montépreux", "geoid": 2992677}, "date-ut": "1880-03-30 23:13"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "796"}}, "raw": {"H": "23:30", "COD": "51", "DAY": "30", "MON": "03", "NUM": "0796", "PRO": "PH", "YEA": "1880", "CITY": "Montépreux", "NAME": "GAILLOT Gaston", "NOTE": "-"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18426	gajac-jean-pierre-1916-02-26	{"e1": "797"}	{"lerrcp": "E1-797"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Pierre", "family": "Gajac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1916-02-26 17:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Doulogne sur Mer", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean Pierre", "family": "Gajac"}, "birth": {"tzo": "", "date": "1916-02-26 17:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Doulogne sur Mer", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "797"}}, "raw": {"H": "17:00", "COD": "62", "DAY": "26", "MON": "02", "NUM": "0797", "PRO": "PH", "YEA": "1916", "CITY": "Doulogne sur Mer", "NAME": "GAJAC Jean Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18427	galdert-gabriel-de-1912-07-15	{"e1": "798"}	{"lerrcp": "E1-798"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel de", "family": "Galdert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1912-07-15 01:00", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Châlons sur Marne", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gabriel de", "family": "Galdert"}, "birth": {"tzo": "", "date": "1912-07-15 01:00", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Châlons sur Marne", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "798"}}, "raw": {"H": "01:00", "COD": "51", "DAY": "15", "MON": "07", "NUM": "0798", "PRO": "MI", "YEA": "1912", "CITY": "Châlons sur Marne", "NAME": "GALDERT Gabriel de", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18428	galey-jean-jacques-1916-09-25	{"e1": "799"}	{"lerrcp": "E1-799"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Jacques", "family": "Galey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1916-09-25 21:00", "note": null, "place": {"c1": null, "c2": "18", "c3": "", "cy": "FR", "lg": 2.0684, "lat": 47.22186, "name": "Vierzon", "geoid": 2969257}, "notime": null, "date-ut": "1916-09-25 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean-Jacques", "family": "Galey"}, "birth": {"tzo": "+01:00", "date": "1916-09-25 21:00", "place": {"c2": "18", "c3": "", "cy": "FR", "lg": 2.0684, "lat": 47.22186, "name": "Vierzon", "geoid": 2969257}, "date-ut": "1916-09-25 20:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "799"}}, "raw": {"H": "21:00", "COD": "18", "DAY": "25", "MON": "09", "NUM": "0799", "PRO": "PH", "YEA": "1916", "CITY": "Vierzon", "NAME": "GALEY Jean-Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18429	galiacy-jean-1898-10-12	{"e1": "800"}	{"lerrcp": "E1-800"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Galiacy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-10-12 17:00", "note": null, "place": {"c1": null, "c2": "46", "c3": "", "cy": "FR", "lg": 1.1378, "lat": 44.50482, "name": "Puy-l'Évêque", "geoid": 2984948}, "notime": null, "date-ut": "1898-10-12 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Galiacy"}, "birth": {"tzo": "+00:09", "date": "1898-10-12 17:00", "place": {"c2": "46", "c3": "", "cy": "FR", "lg": 1.1378, "lat": 44.50482, "name": "Puy-l'Évêque", "geoid": 2984948}, "date-ut": "1898-10-12 16:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "800"}}, "raw": {"H": "17:00", "COD": "46", "DAY": "12", "MON": "10", "NUM": "0800", "PRO": "MI", "YEA": "1898", "CITY": "Puy-L'Evéque", "NAME": "GALIACY Jean", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18430	galichon-francis-1929-12-05	{"e1": "801"}	{"lerrcp": "E1-801"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Galichon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1929-12-05 13:45", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1929-12-05 13:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Francis", "family": "Galichon"}, "birth": {"tzo": "+00:00", "date": "1929-12-05 13:45", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1929-12-05 13:45"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "801"}}, "raw": {"H": "13:45", "COD": "92", "DAY": "05", "MON": "12", "NUM": "0801", "PRO": "EX", "YEA": "1929", "CITY": "Neuilly sur seine", "NAME": "GALICHON Francis", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18431	galland-marcel-1888-01-31	{"e1": "802"}	{"lerrcp": "E1-802"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Galland", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1888-01-31 21:30", "note": null, "place": {"c1": null, "c2": "61", "c3": "", "cy": "FR", "lg": 0.06193, "lat": 48.42215, "name": "Saint-Germain-du-Corbéis", "geoid": 2979796}, "notime": null, "date-ut": "1888-01-31 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Galland"}, "birth": {"tzo": "+00:00", "date": "1888-01-31 21:30", "place": {"c2": "61", "c3": "", "cy": "FR", "lg": 0.06193, "lat": 48.42215, "name": "Saint-Germain-du-Corbéis", "geoid": 2979796}, "date-ut": "1888-01-31 21:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "802"}}, "raw": {"H": "21:30", "COD": "61", "DAY": "31", "MON": "01", "NUM": "0802", "PRO": "PH", "YEA": "1888", "CITY": "St Germain du Corbeis", "NAME": "GALLAND Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18432	galleret-paul-1902-07-21	{"e1": "803"}	{"lerrcp": "E1-803"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Galleret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1902-07-21 12:30", "note": null, "place": {"c1": null, "c2": "58", "c3": "", "cy": "FR", "lg": 3.38619, "lat": 47.3581, "name": "Varzy", "geoid": 2970637}, "notime": null, "date-ut": "1902-07-21 12:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Galleret"}, "birth": {"tzo": "+00:09", "date": "1902-07-21 12:30", "place": {"c2": "58", "c3": "", "cy": "FR", "lg": 3.38619, "lat": 47.3581, "name": "Varzy", "geoid": 2970637}, "date-ut": "1902-07-21 12:21"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "803"}}, "raw": {"H": "12:30", "COD": "58", "DAY": "21", "MON": "07", "NUM": "0803", "PRO": "MI", "YEA": "1902", "CITY": "Varzy", "NAME": "GALLERET Paul", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18434	gallienne-georges-1898-10-19	{"e1": "805"}	{"lerrcp": "E1-805"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Gallienne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1898-10-19 20:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Levalloie", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Gallienne"}, "birth": {"tzo": "", "date": "1898-10-19 20:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Levalloie", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "805"}}, "raw": {"H": "20:00", "COD": "92", "DAY": "19", "MON": "10", "NUM": "0805", "PRO": "EX", "YEA": "1898", "CITY": "Levalloie", "NAME": "GALLIENNE Georges", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18435	gallimard-jacques-leon-1825-04-14	{"e1": "806"}	{"lerrcp": "E1-806"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques Léon", "family": "Gallimard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12", "date": "1825-04-14 18:00", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": 2.87885, "lat": 48.96014, "name": "Meaux", "geoid": 2994798}, "notime": null, "date-ut": "1825-04-14 17:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jacques Léon", "family": "Gallimard"}, "birth": {"tzo": "+00:12", "date": "1825-04-14 18:00", "place": {"c2": "77", "c3": "", "cy": "FR", "lg": 2.87885, "lat": 48.96014, "name": "Meaux", "geoid": 2994798}, "date-ut": "1825-04-14 17:48"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "806"}}, "raw": {"H": "18:00", "COD": "77", "DAY": "14", "MON": "04", "NUM": "0806", "PRO": "MI", "YEA": "1825", "CITY": "Meaux", "NAME": "GALLIMARD Jacques Léon", "NOTE": "*"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18436	galtier-marcel-1897-01-07	{"e1": "807"}	{"lerrcp": "E1-807"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Galtier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1897-01-07 11:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -1.17255, "lat": 44.66126, "name": "Arcachon", "geoid": 3037253}, "notime": null, "date-ut": "1897-01-07 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Galtier"}, "birth": {"tzo": "+00:09", "date": "1897-01-07 11:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -1.17255, "lat": 44.66126, "name": "Arcachon", "geoid": 3037253}, "date-ut": "1897-01-07 10:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "807"}}, "raw": {"H": "11:00", "COD": "33", "DAY": "07", "MON": "01", "NUM": "0807", "PRO": "PH", "YEA": "1897", "CITY": "Arcachon", "NAME": "GALTIER Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18437	galzy-georges-1917-09-24	{"e1": "808"}	{"lerrcp": "E1-808"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Galzy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-09-24 19:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1917-09-24 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Galzy"}, "birth": {"tzo": "+01:00", "date": "1917-09-24 19:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1917-09-24 18:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "808"}}, "raw": {"H": "19:00", "COD": "34", "DAY": "24", "MON": "09", "NUM": "0808", "PRO": "MI", "YEA": "1917", "CITY": "Montpellier", "NAME": "GALZY Georges", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18438	gameiez-fernand-1903-02-27	{"e1": "809"}	{"lerrcp": "E1-809"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Gameiez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-02-27 13:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1903-02-27 13:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Gameiez"}, "birth": {"tzo": "+00:09", "date": "1903-02-27 13:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1903-02-27 13:21"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "809"}}, "raw": {"H": "13:30", "COD": "59", "DAY": "27", "MON": "02", "NUM": "0809", "PRO": "MI", "YEA": "1903", "CITY": "Lille", "NAME": "GAMEIEZ Fernand", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18439	gandoet-paul-louis-1902-02-02	{"e1": "810"}	{"lerrcp": "E1-810"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul-Louis", "family": "Gandoet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1902-02-02 04:00", "note": null, "place": {"c1": null, "c2": "17", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Rochefort sur Mer", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul-Louis", "family": "Gandoet"}, "birth": {"tzo": "", "date": "1902-02-02 04:00", "place": {"c2": "17", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Rochefort sur Mer", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "810"}}, "raw": {"H": "04:00", "COD": "17", "DAY": "02", "MON": "02", "NUM": "0810", "PRO": "MI", "YEA": "1902", "CITY": "Rochefort sur Mer", "NAME": "GANDOET Paul-Louis", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18440	ganiere-paul-1907-07-22	{"e1": "811"}	{"lerrcp": "E1-811"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Ganiere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-07-22 01:00", "note": null, "place": {"c1": null, "c2": "07", "c3": "", "cy": "FR", "lg": 4.29342, "lat": 44.54272, "name": "Largentière", "geoid": 3006958}, "notime": null, "date-ut": "1907-07-22 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Ganiere"}, "birth": {"tzo": "+00:09", "date": "1907-07-22 01:00", "place": {"c2": "07", "c3": "", "cy": "FR", "lg": 4.29342, "lat": 44.54272, "name": "Largentière", "geoid": 3006958}, "date-ut": "1907-07-22 00:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "811"}}, "raw": {"H": "01:00", "COD": "07", "DAY": "22", "MON": "07", "NUM": "0811", "PRO": "PH", "YEA": "1907", "CITY": "Largentière", "NAME": "GANIERE Paul", "NOTE": "-"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18441	garagnon-rene-1904-09-12	{"e1": "812"}	{"lerrcp": "E1-812"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Garagnon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-09-12 02:00", "note": null, "place": {"c1": null, "c2": "26", "c3": "", "cy": "FR", "lg": 4.84161, "lat": 44.28761, "name": "Suze-la-Rousse", "geoid": 2973613}, "notime": null, "date-ut": "1904-09-12 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "René", "family": "Garagnon"}, "birth": {"tzo": "+00:09", "date": "1904-09-12 02:00", "place": {"c2": "26", "c3": "", "cy": "FR", "lg": 4.84161, "lat": 44.28761, "name": "Suze-la-Rousse", "geoid": 2973613}, "date-ut": "1904-09-12 01:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "812"}}, "raw": {"H": "02:00", "COD": "26", "DAY": "12", "MON": "09", "NUM": "0812", "PRO": "EX", "YEA": "1904", "CITY": "Suze la Rousse", "NAME": "GARAGNON René", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18442	garbay-michel-1924-08-05	{"e1": "813"}	{"lerrcp": "E1-813"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Garbay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1924-08-05 13:30", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "notime": null, "date-ut": "1924-08-05 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Garbay"}, "birth": {"tzo": "+01:00", "date": "1924-08-05 13:30", "place": {"c2": "11", "c3": "", "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "date-ut": "1924-08-05 12:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "813"}}, "raw": {"H": "13:30", "COD": "11", "DAY": "05", "MON": "08", "NUM": "0813", "PRO": "PH", "YEA": "1924", "CITY": "Carcassonne", "NAME": "GARBAY Michel", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18443	garbay-pierre-1903-10-04	{"e1": "814"}	{"lerrcp": "E1-814"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Garbay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-10-04 11:00", "note": null, "place": {"c1": null, "c2": "70", "c3": "", "cy": "FR", "lg": 5.59215, "lat": 47.44575, "name": "Gray", "geoid": 3014784}, "notime": null, "date-ut": "1903-10-04 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Garbay"}, "birth": {"tzo": "+00:09", "date": "1903-10-04 11:00", "place": {"c2": "70", "c3": "", "cy": "FR", "lg": 5.59215, "lat": 47.44575, "name": "Gray", "geoid": 3014784}, "date-ut": "1903-10-04 10:51"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "814"}}, "raw": {"H": "11:00", "COD": "70", "DAY": "04", "MON": "10", "NUM": "0814", "PRO": "MI", "YEA": "1903", "CITY": "Gray", "NAME": "GARBAY Pierre", "NOTE": "L"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18444	gardet-roger-1900-04-15	{"e1": "815"}	{"lerrcp": "E1-815"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Gardet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1900-04-15 01:00", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 6.45304, "lat": 48.18324, "name": "Épinal", "geoid": 3020035}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Gardet"}, "birth": {"tzo": "", "date": "1900-04-15 01:00", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 6.45304, "lat": 48.18324, "name": "Épinal", "geoid": 3020035}, "date-ut": ""}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "815"}}, "raw": {"H": "01:00", "COD": "88", "DAY": "15", "MON": "04", "NUM": "0815", "PRO": "MI", "YEA": "1900", "CITY": "Epinal", "NAME": "GARDET Roger", "NOTE": "L"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18445	gardien-jacquee-1909-02-19	{"e1": "816"}	{"lerrcp": "E1-816"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacquee", "family": "Gardien", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-02-19 03:00", "note": null, "place": {"c1": null, "c2": "39", "c3": "", "cy": "FR", "lg": 5.48966, "lat": 47.09225, "name": "Dole", "geoid": 3021263}, "notime": null, "date-ut": "1909-02-19 02:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jacquee", "family": "Gardien"}, "birth": {"tzo": "+00:09", "date": "1909-02-19 03:00", "place": {"c2": "39", "c3": "", "cy": "FR", "lg": 5.48966, "lat": 47.09225, "name": "Dole", "geoid": 3021263}, "date-ut": "1909-02-19 02:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "816"}}, "raw": {"H": "03:00", "COD": "39", "DAY": "19", "MON": "02", "NUM": "0816", "PRO": "EX", "YEA": "1909", "CITY": "Dôle", "NAME": "GARDIEN Jacquee", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18446	garet-etienne-1925-12-26	{"e1": "817"}	{"lerrcp": "E1-817"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Garet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1925-12-26 17:30", "note": null, "place": {"c1": null, "c2": "55", "c3": "", "cy": "FR", "lg": 5.18407, "lat": 48.65305, "name": "Stainville", "geoid": 2973840}, "notime": null, "date-ut": "1925-12-26 17:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Garet"}, "birth": {"tzo": "+00:00", "date": "1925-12-26 17:30", "place": {"c2": "55", "c3": "", "cy": "FR", "lg": 5.18407, "lat": 48.65305, "name": "Stainville", "geoid": 2973840}, "date-ut": "1925-12-26 17:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "817"}}, "raw": {"H": "17:30", "COD": "55", "DAY": "26", "MON": "12", "NUM": "0817", "PRO": "EX", "YEA": "1925", "CITY": "Stainville", "NAME": "GARET Etienne", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18447	garnier-emile-1884-01-20	{"e1": "818"}	{"lerrcp": "E1-818"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Garnier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16", "date": "1884-01-20 20:00", "note": null, "place": {"c1": null, "c2": "48", "c3": "", "cy": "FR", "lg": 3.89569, "lat": 44.33388, "name": "Vialas", "geoid": 2969441}, "notime": null, "date-ut": "1884-01-20 19:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Garnier"}, "birth": {"tzo": "+00:16", "date": "1884-01-20 20:00", "place": {"c2": "48", "c3": "", "cy": "FR", "lg": 3.89569, "lat": 44.33388, "name": "Vialas", "geoid": 2969441}, "date-ut": "1884-01-20 19:44"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "818"}}, "raw": {"H": "20:00", "COD": "48", "DAY": "20", "MON": "01", "NUM": "0818", "PRO": "PH", "YEA": "1884", "CITY": "Vialas", "NAME": "GARNIER Emile", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18448	garnier-isidore-theodule-1816-12-03	{"e1": "819"}	{"lerrcp": "E1-819"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Isidore Théodule", "family": "Garnier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18", "date": "1816-12-03 06:00", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 4.52311, "lat": 48.83423, "name": "La Chaussée-sur-Marne", "geoid": 3010091}, "notime": null, "date-ut": "1816-12-03 05:42"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Isidore Théodule", "family": "Garnier"}, "birth": {"tzo": "+00:18", "date": "1816-12-03 06:00", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": 4.52311, "lat": 48.83423, "name": "La Chaussée-sur-Marne", "geoid": 3010091}, "date-ut": "1816-12-03 05:42"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "819"}}, "raw": {"H": "06:00", "COD": "51", "DAY": "03", "MON": "12", "NUM": "0819", "PRO": "MI", "YEA": "1816", "CITY": "La Chaussée/Marne", "NAME": "GARNIER Isidore Théodule", "NOTE": "*"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18449	garraud-robert-1910-10-04	{"e1": "820"}	{"lerrcp": "E1-820"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Garraud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-10-04 02:00", "note": null, "place": {"c1": null, "c2": "87", "c3": "", "cy": "FR", "lg": 1.74215, "lat": 45.73884, "name": "Eymoutiers", "geoid": 3019209}, "notime": null, "date-ut": "1910-10-04 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Garraud"}, "birth": {"tzo": "+00:09", "date": "1910-10-04 02:00", "place": {"c2": "87", "c3": "", "cy": "FR", "lg": 1.74215, "lat": 45.73884, "name": "Eymoutiers", "geoid": 3019209}, "date-ut": "1910-10-04 01:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "820"}}, "raw": {"H": "02:00", "COD": "87", "DAY": "04", "MON": "10", "NUM": "0820", "PRO": "PH", "YEA": "1910", "CITY": "Eymoutiers", "NAME": "GARRAUD Robert", "NOTE": "-"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18450	garrigues-albert-1922-01-15	{"e1": "821"}	{"lerrcp": "E1-821"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Garrigues", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-01-15 07:15", "note": null, "place": {"c1": null, "c2": "47", "c3": "", "cy": "FR", "lg": 0.79615, "lat": 44.18674, "name": "Puymirol", "geoid": 2984933}, "notime": null, "date-ut": "1922-01-15 07:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Garrigues"}, "birth": {"tzo": "+00:00", "date": "1922-01-15 07:15", "place": {"c2": "47", "c3": "", "cy": "FR", "lg": 0.79615, "lat": 44.18674, "name": "Puymirol", "geoid": 2984933}, "date-ut": "1922-01-15 07:15"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "821"}}, "raw": {"H": "07:15", "COD": "47", "DAY": "15", "MON": "01", "NUM": "0821", "PRO": "EX", "YEA": "1922", "CITY": "Puymirol", "NAME": "GARRIGUES Albert", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18451	gasse-henri-1907-04-23	{"e1": "822"}	{"lerrcp": "E1-822"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Gasse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-04-23 04:00", "note": null, "place": {"c1": null, "c2": "22", "c3": "", "cy": "FR", "lg": -2.7558, "lat": 48.1776, "name": "Loudéac", "geoid": 2997465}, "notime": null, "date-ut": "1907-04-23 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Gasse"}, "birth": {"tzo": "+00:09", "date": "1907-04-23 04:00", "place": {"c2": "22", "c3": "", "cy": "FR", "lg": -2.7558, "lat": 48.1776, "name": "Loudéac", "geoid": 2997465}, "date-ut": "1907-04-23 03:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "822"}}, "raw": {"H": "04:00", "COD": "22", "DAY": "23", "MON": "04", "NUM": "0822", "PRO": "PH", "YEA": "1907", "CITY": "Loudéac", "NAME": "GASSE Henri", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18452	gastines-hubert-de-macee-de-1903-08-01	{"e1": "823"}	{"lerrcp": "E1-823"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hubert de (MACEE de)", "family": "Gastines", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-08-01 05:00", "note": null, "place": {"c1": null, "c2": "61", "c3": "", "cy": "FR", "lg": 0.09311, "lat": 48.43476, "name": "Alençon", "geoid": 3038230}, "notime": null, "date-ut": "1903-08-01 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hubert de (MACEE de)", "family": "Gastines"}, "birth": {"tzo": "+00:09", "date": "1903-08-01 05:00", "place": {"c2": "61", "c3": "", "cy": "FR", "lg": 0.09311, "lat": 48.43476, "name": "Alençon", "geoid": 3038230}, "date-ut": "1903-08-01 04:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "823"}}, "raw": {"H": "05:00", "COD": "61", "DAY": "01", "MON": "08", "NUM": "0823", "PRO": "MI", "YEA": "1903", "CITY": "Alençon", "NAME": "GASTINES Hubert de (MACEE de)", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18453	gauchard-fernand-1899-12-07	{"e1": "824"}	{"lerrcp": "E1-824"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Gauchard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-12-07 05:00", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": 2.89776, "lat": 48.54947, "name": "La Chapelle-Gauthier", "geoid": 3010332}, "notime": null, "date-ut": "1899-12-07 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Gauchard"}, "birth": {"tzo": "+00:09", "date": "1899-12-07 05:00", "place": {"c2": "77", "c3": "", "cy": "FR", "lg": 2.89776, "lat": 48.54947, "name": "La Chapelle-Gauthier", "geoid": 3010332}, "date-ut": "1899-12-07 04:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "824"}}, "raw": {"H": "05:00", "COD": "77", "DAY": "07", "MON": "12", "NUM": "0824", "PRO": "EX", "YEA": "1899", "CITY": "La Chapelle-Gauthier", "NAME": "GAUCHARD Fernand", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18454	gauffre-raymond-1909-07-02	{"e1": "825"}	{"lerrcp": "E1-825"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Gauffre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-07-02 05:00", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": 3.02944, "lat": 42.91056, "name": "Leucate", "geoid": 2999046}, "notime": null, "date-ut": "1909-07-02 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Gauffre"}, "birth": {"tzo": "+00:09", "date": "1909-07-02 05:00", "place": {"c2": "11", "c3": "", "cy": "FR", "lg": 3.02944, "lat": 42.91056, "name": "Leucate", "geoid": 2999046}, "date-ut": "1909-07-02 04:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "825"}}, "raw": {"H": "05:00", "COD": "11", "DAY": "02", "MON": "07", "NUM": "0825", "PRO": "PH", "YEA": "1909", "CITY": "Leucate", "NAME": "GAUFFRE Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18455	gaujour-robert-1906-02-11	{"e1": "826"}	{"lerrcp": "E1-826"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Gaujour", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-02-11 01:00", "note": null, "place": {"c1": null, "c2": "58", "c3": "", "cy": "FR", "lg": 3.46426, "lat": 46.89226, "name": "La Machine", "geoid": 3008391}, "notime": null, "date-ut": "1906-02-11 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Gaujour"}, "birth": {"tzo": "+00:09", "date": "1906-02-11 01:00", "place": {"c2": "58", "c3": "", "cy": "FR", "lg": 3.46426, "lat": 46.89226, "name": "La Machine", "geoid": 3008391}, "date-ut": "1906-02-11 00:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "826"}}, "raw": {"H": "01:00", "COD": "58", "DAY": "11", "MON": "02", "NUM": "0826", "PRO": "MI", "YEA": "1906", "CITY": "La Machine", "NAME": "GAUJOUR Robert", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18456	gaujoux-edouard-1907-07-03	{"e1": "827"}	{"lerrcp": "E1-827"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Gaujoux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-07-03 06:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1907-07-03 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Gaujoux"}, "birth": {"tzo": "+00:09", "date": "1907-07-03 06:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1907-07-03 05:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "827"}}, "raw": {"H": "06:00", "COD": "34", "DAY": "03", "MON": "07", "NUM": "0827", "PRO": "PH", "YEA": "1907", "CITY": "Montpellier", "NAME": "GAUJOUX Edouard", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18457	gaulle-philippe-de-1921-12-28	{"e1": "828"}	{"lerrcp": "E1-828"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe de", "family": "Gaulle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1921-12-28 07:15", "note": null, "place": {"c1": null, "c2": "75", "c3": "15", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1921-12-28 07:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Philippe de", "family": "Gaulle"}, "birth": {"tzo": "+00:00", "date": "1921-12-28 07:15", "place": {"c2": "75", "c3": "15", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1921-12-28 07:15"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "828"}}, "raw": {"H": "07:15", "COD": "75", "DAY": "28", "MON": "12", "NUM": "0828", "PRO": "MI", "YEA": "1921", "CITY": "Paris 15ème", "NAME": "GAULLE Philippe de", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18458	gaulon-roger-jean-1902-02-06	{"e1": "829"}	{"lerrcp": "E1-829"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger Jean", "family": "Gaulon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1902-02-06 21:45", "note": null, "place": {"c1": null, "c2": "89", "c3": "", "cy": "FR", "lg": 4.16361, "lat": 47.77586, "name": "Ancy-le-Franc", "geoid": 3037757}, "notime": null, "date-ut": "1902-02-06 21:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Roger Jean", "family": "Gaulon"}, "birth": {"tzo": "+00:09", "date": "1902-02-06 21:45", "place": {"c2": "89", "c3": "", "cy": "FR", "lg": 4.16361, "lat": 47.77586, "name": "Ancy-le-Franc", "geoid": 3037757}, "date-ut": "1902-02-06 21:36"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "829"}}, "raw": {"H": "21:45", "COD": "89", "DAY": "06", "MON": "02", "NUM": "0829", "PRO": "EX", "YEA": "1902", "CITY": "Ancy le Franc", "NAME": "GAULON Roger Jean", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18459	gault-henry-gaudichon-1929-11-04	{"e1": "830"}	{"lerrcp": "E1-830"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry (GAUDICHON)", "family": "Gault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1929-11-04 12:45", "note": null, "place": {"c1": null, "c2": "27", "c3": "", "cy": "FR", "lg": 1.38333, "lat": 49.01667, "name": "Pacy-sur-Eure", "geoid": 2988848}, "notime": null, "date-ut": "1929-11-04 12:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Henry (GAUDICHON)", "family": "Gault"}, "birth": {"tzo": "+00:00", "date": "1929-11-04 12:45", "place": {"c2": "27", "c3": "", "cy": "FR", "lg": 1.38333, "lat": 49.01667, "name": "Pacy-sur-Eure", "geoid": 2988848}, "date-ut": "1929-11-04 12:45"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "830"}}, "raw": {"H": "12:45", "COD": "27", "DAY": "04", "MON": "11", "NUM": "0830", "PRO": "EX", "YEA": "1929", "CITY": "Pacy sur Eure", "NAME": "GAULT Henry (GAUDICHON)", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18460	gaume-pierre-1908-10-14	{"e1": "831"}	{"lerrcp": "E1-831"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Gaume", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-10-14 14:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.09795, "lat": 47.99597, "name": "Quimper", "geoid": 2984701}, "notime": null, "date-ut": "1908-10-14 13:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Gaume"}, "birth": {"tzo": "+00:09", "date": "1908-10-14 14:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.09795, "lat": 47.99597, "name": "Quimper", "geoid": 2984701}, "date-ut": "1908-10-14 13:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "831"}}, "raw": {"H": "14:00", "COD": "29", "DAY": "14", "MON": "10", "NUM": "0831", "PRO": "PH", "YEA": "1908", "CITY": "Quimper", "NAME": "GAUME Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18461	gauthier-gabriel-1916-09-12	{"e1": "832"}	{"lerrcp": "E1-832"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Gauthier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1916-09-12 08:40", "note": null, "place": {"c1": null, "c2": "69", "c3": "5", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1916-09-12 07:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Gauthier"}, "birth": {"tzo": "+01:00", "date": "1916-09-12 08:40", "place": {"c2": "69", "c3": "5", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1916-09-12 07:40"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "832"}}, "raw": {"H": "08:40", "COD": "69", "DAY": "12", "MON": "09", "NUM": "0832", "PRO": "MI", "YEA": "1916", "CITY": "Lyon 5ème", "NAME": "GAUTHIER Gabriel", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18462	gauthier-pierre-1904-09-18	{"e1": "833"}	{"lerrcp": "E1-833"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Gauthier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-09-18 08:00", "note": null, "place": {"c1": null, "c2": "25", "c3": "", "cy": "FR", "lg": 6.38838, "lat": 46.76291, "name": "Jougne", "geoid": 3012211}, "notime": null, "date-ut": "1904-09-18 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Gauthier"}, "birth": {"tzo": "+00:09", "date": "1904-09-18 08:00", "place": {"c2": "25", "c3": "", "cy": "FR", "lg": 6.38838, "lat": 46.76291, "name": "Jougne", "geoid": 3012211}, "date-ut": "1904-09-18 07:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "833"}}, "raw": {"H": "08:00", "COD": "25", "DAY": "18", "MON": "09", "NUM": "0833", "PRO": "EX", "YEA": "1904", "CITY": "Jougne", "NAME": "GAUTHIER Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18463	gauthier-lafaye-pierre-1921-05-05	{"e1": "834"}	{"lerrcp": "E1-834"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Gauthier-Lafaye", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-05-05 09:30", "note": null, "place": {"c1": null, "c2": "86", "c3": "", "cy": "FR", "lg": 0.0523, "lat": 47.12439, "name": "Roiffé", "geoid": 2983084}, "notime": null, "date-ut": "1921-05-05 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Gauthier-Lafaye"}, "birth": {"tzo": "+01:00", "date": "1921-05-05 09:30", "place": {"c2": "86", "c3": "", "cy": "FR", "lg": 0.0523, "lat": 47.12439, "name": "Roiffé", "geoid": 2983084}, "date-ut": "1921-05-05 08:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "834"}}, "raw": {"H": "09:30", "COD": "86", "DAY": "05", "MON": "05", "NUM": "0834", "PRO": "PH", "YEA": "1921", "CITY": "Roiffé", "NAME": "GAUTHIER-LAFAYE Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18465	gautier-paul-1920-06-22	{"e1": "836"}	{"lerrcp": "E1-836"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Gautier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-06-22 11:15", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1920-06-22 10:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Gautier"}, "birth": {"tzo": "+01:00", "date": "1920-06-22 11:15", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1920-06-22 10:15"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "836"}}, "raw": {"H": "11:15", "COD": "59", "DAY": "22", "MON": "06", "NUM": "0836", "PRO": "PH", "YEA": "1920", "CITY": "Lille", "NAME": "GAUTIER Paul", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18466	gay-raymond-1922-02-12	{"e1": "837"}	{"lerrcp": "E1-837"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Gay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-02-12 05:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1922-02-12 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Gay"}, "birth": {"tzo": "+00:00", "date": "1922-02-12 05:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1922-02-12 05:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "837"}}, "raw": {"H": "05:00", "COD": "31", "DAY": "12", "MON": "02", "NUM": "0837", "PRO": "PH", "YEA": "1922", "CITY": "Toulouse", "NAME": "GAY Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18467	gayral-louis-1916-09-29	{"e1": "838"}	{"lerrcp": "E1-838"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Gayral", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1916-09-29 02:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1916-09-29 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Gayral"}, "birth": {"tzo": "+01:00", "date": "1916-09-29 02:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1916-09-29 01:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "838"}}, "raw": {"H": "02:00", "COD": "31", "DAY": "29", "MON": "09", "NUM": "0838", "PRO": "PH", "YEA": "1916", "CITY": "Toulouse", "NAME": "GAYRAL Louis", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18468	gedeon-andre-1917-05-26	{"e1": "839"}	{"lerrcp": "E1-839"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Gedeon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-05-26 21:00", "note": null, "place": {"c1": null, "c2": "10", "c3": "", "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "notime": null, "date-ut": "1917-05-26 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Gedeon"}, "birth": {"tzo": "+01:00", "date": "1917-05-26 21:00", "place": {"c2": "10", "c3": "", "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "date-ut": "1917-05-26 20:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "839"}}, "raw": {"H": "21:00", "COD": "10", "DAY": "26", "MON": "05", "NUM": "0839", "PRO": "PH", "YEA": "1917", "CITY": "Troyes", "NAME": "GEDEON André", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18469	geffrier-guy-1904-03-26	{"e1": "840"}	{"lerrcp": "E1-840"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Geffrier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-03-26 21:00", "note": null, "place": {"c1": null, "c2": "45", "c3": "", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1904-03-26 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Geffrier"}, "birth": {"tzo": "+00:09", "date": "1904-03-26 21:00", "place": {"c2": "45", "c3": "", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1904-03-26 20:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "840"}}, "raw": {"H": "21:00", "COD": "45", "DAY": "26", "MON": "03", "NUM": "0840", "PRO": "MI", "YEA": "1904", "CITY": "Orléans", "NAME": "GEFFRIER Guy", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18470	geingeaud-rene-1900-04-22	{"e1": "841"}	{"lerrcp": "E1-841"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Geingeaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1900-04-22 11:00", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.41217, "lat": 48.82209, "name": "Charenton-le-Pont", "geoid": 3026637}, "notime": null, "date-ut": "1900-04-22 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "René", "family": "Geingeaud"}, "birth": {"tzo": "+00:09", "date": "1900-04-22 11:00", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.41217, "lat": 48.82209, "name": "Charenton-le-Pont", "geoid": 3026637}, "date-ut": "1900-04-22 10:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "841"}}, "raw": {"H": "11:00", "COD": "94", "DAY": "22", "MON": "04", "NUM": "0841", "PRO": "EX", "YEA": "1900", "CITY": "Charenton le Pont", "NAME": "GEINGEAUD René", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18471	gelee-max-1904-08-01	{"e1": "842"}	{"lerrcp": "E1-842"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Gelee", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-08-01 08:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.09364, "lat": 49.46307, "name": "Mont-Saint-Aignan", "geoid": 2992003}, "notime": null, "date-ut": "1904-08-01 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Max", "family": "Gelee"}, "birth": {"tzo": "+00:09", "date": "1904-08-01 08:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 1.09364, "lat": 49.46307, "name": "Mont-Saint-Aignan", "geoid": 2992003}, "date-ut": "1904-08-01 07:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "842"}}, "raw": {"H": "08:00", "COD": "76", "DAY": "01", "MON": "08", "NUM": "0842", "PRO": "MI", "YEA": "1904", "CITY": "Mont Saint Aignan", "NAME": "GELEE Max", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18472	gelinet-andre-1917-02-28	{"e1": "843"}	{"lerrcp": "E1-843"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Gelinet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1917-02-28 22:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1917-02-28 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Gelinet"}, "birth": {"tzo": "+00:00", "date": "1917-02-28 22:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1917-02-28 22:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "843"}}, "raw": {"H": "22:00", "COD": "13", "DAY": "28", "MON": "02", "NUM": "0843", "PRO": "MI", "YEA": "1917", "CITY": "Marseille", "NAME": "GELINET André", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18474	gelle-paul-1904-08-20	{"e1": "845"}	{"lerrcp": "E1-845"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Gelle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-08-20 23:15", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 2.88214, "lat": 50.68568, "name": "Armentières", "geoid": 3036903}, "notime": null, "date-ut": "1904-08-20 23:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Gelle"}, "birth": {"tzo": "+00:09", "date": "1904-08-20 23:15", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 2.88214, "lat": 50.68568, "name": "Armentières", "geoid": 3036903}, "date-ut": "1904-08-20 23:06"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "845"}}, "raw": {"H": "23:15", "COD": "59", "DAY": "20", "MON": "08", "NUM": "0845", "PRO": "PH", "YEA": "1904", "CITY": "Armentières", "NAME": "GELLE Paul", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18475	genermont-jean-1936-01-17	{"e1": "846"}	{"lerrcp": "E1-846"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Genermont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1936-01-17 11:30", "note": null, "place": {"c1": null, "c2": "03", "c3": "", "cy": "FR", "lg": 3.33243, "lat": 46.56459, "name": "Moulins", "geoid": 2991481}, "notime": null, "date-ut": "1936-01-17 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Genermont"}, "birth": {"tzo": "+00:00", "date": "1936-01-17 11:30", "place": {"c2": "03", "c3": "", "cy": "FR", "lg": 3.33243, "lat": 46.56459, "name": "Moulins", "geoid": 2991481}, "date-ut": "1936-01-17 11:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "846"}}, "raw": {"H": "11:30", "COD": "03", "DAY": "17", "MON": "01", "NUM": "0846", "PRO": "PH", "YEA": "1936", "CITY": "Moulins", "NAME": "GENERMONT Jean", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18476	genevey-louis-1907-09-12	{"e1": "847"}	{"lerrcp": "E1-847"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Genevey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-09-12 06:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "3", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1907-09-12 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Genevey"}, "birth": {"tzo": "+00:09", "date": "1907-09-12 06:00", "place": {"c2": "69", "c3": "3", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1907-09-12 05:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "847"}}, "raw": {"H": "06:00", "COD": "69", "DAY": "12", "MON": "09", "NUM": "0847", "PRO": "MI", "YEA": "1907", "CITY": "Lyon 3ème", "NAME": "GENEVEY Louis", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18477	genevois-louis-1900-03-05	{"e1": "848"}	{"lerrcp": "E1-848"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Genevois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1900-03-05 09:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "notime": null, "date-ut": "1900-03-05 08:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Genevois"}, "birth": {"tzo": "+00:09", "date": "1900-03-05 09:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "date-ut": "1900-03-05 08:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "848"}}, "raw": {"H": "09:00", "COD": "64", "DAY": "05", "MON": "03", "NUM": "0848", "PRO": "PH", "YEA": "1900", "CITY": "Bayonne", "NAME": "GENEVOIS Louis", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18478	genevrier-robert-1909-07-31	{"e1": "849"}	{"lerrcp": "E1-849"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Genevrier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-07-31 13:30", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": 2.35387, "lat": 48.93564, "name": "Saint-Denis", "geoid": 2980916}, "notime": null, "date-ut": "1909-07-31 13:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Genevrier"}, "birth": {"tzo": "+00:09", "date": "1909-07-31 13:30", "place": {"c2": "93", "c3": "", "cy": "FR", "lg": 2.35387, "lat": 48.93564, "name": "Saint-Denis", "geoid": 2980916}, "date-ut": "1909-07-31 13:21"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "849"}}, "raw": {"H": "13:30", "COD": "93", "DAY": "31", "MON": "07", "NUM": "0849", "PRO": "PH", "YEA": "1909", "CITY": "St-Denis", "NAME": "GENEVRIER Robert", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18479	gense-michel-1920-09-04	{"e1": "850"}	{"lerrcp": "E1-850"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Gense", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-09-04 23:00", "note": null, "place": {"c1": null, "c2": "80", "c3": "", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1920-09-04 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Gense"}, "birth": {"tzo": "+01:00", "date": "1920-09-04 23:00", "place": {"c2": "80", "c3": "", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1920-09-04 22:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "850"}}, "raw": {"H": "23:00", "COD": "80", "DAY": "04", "MON": "09", "NUM": "0850", "PRO": "MI", "YEA": "1920", "CITY": "Amiens", "NAME": "GENSE Michel", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18480	gerard-maurice-1883-01-27	{"e1": "851"}	{"lerrcp": "E1-851"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Gerard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12", "date": "1883-01-27 12:20", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1883-01-27 12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Gerard"}, "birth": {"tzo": "+00:12", "date": "1883-01-27 12:20", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1883-01-27 12:08"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "851"}}, "raw": {"H": "12:20", "COD": "59", "DAY": "27", "MON": "01", "NUM": "0851", "PRO": "PH", "YEA": "1883", "CITY": "Lille", "NAME": "GERARD Maurice", "NOTE": "*"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18481	geraud-jean-1908-12-26	{"e1": "852"}	{"lerrcp": "E1-852"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Geraud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-12-26 16:00", "note": null, "place": {"c1": null, "c2": "09", "c3": "", "cy": "FR", "lg": 1.60705, "lat": 42.96535, "name": "Foix", "geoid": 3018174}, "notime": null, "date-ut": "1908-12-26 15:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Geraud"}, "birth": {"tzo": "+00:09", "date": "1908-12-26 16:00", "place": {"c2": "09", "c3": "", "cy": "FR", "lg": 1.60705, "lat": 42.96535, "name": "Foix", "geoid": 3018174}, "date-ut": "1908-12-26 15:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "852"}}, "raw": {"H": "16:00", "COD": "09", "DAY": "26", "MON": "12", "NUM": "0852", "PRO": "PH", "YEA": "1908", "CITY": "Foix", "NAME": "GERAUD Jean", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18482	gerest-francois-1912-09-16	{"e1": "853"}	{"lerrcp": "E1-853"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Gerest", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-09-16 23:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": 4.74221, "lat": 45.7102, "name": "Chaponost", "geoid": 3026757}, "notime": null, "date-ut": "1912-09-16 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "François", "family": "Gerest"}, "birth": {"tzo": "+00:00", "date": "1912-09-16 23:00", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": 4.74221, "lat": 45.7102, "name": "Chaponost", "geoid": 3026757}, "date-ut": "1912-09-16 23:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "853"}}, "raw": {"H": "23:00", "COD": "69", "DAY": "16", "MON": "09", "NUM": "0853", "PRO": "PH", "YEA": "1912", "CITY": "Chaponost", "NAME": "GEREST François", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18483	germain-henri-1901-06-27	{"e1": "854"}	{"lerrcp": "E1-854"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Germain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-06-27 05:00", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 3.33029, "lat": 45.92164, "name": "Maringues", "geoid": 2995699}, "notime": null, "date-ut": "1901-06-27 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Germain"}, "birth": {"tzo": "+00:09", "date": "1901-06-27 05:00", "place": {"c2": "63", "c3": "", "cy": "FR", "lg": 3.33029, "lat": 45.92164, "name": "Maringues", "geoid": 2995699}, "date-ut": "1901-06-27 04:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "854"}}, "raw": {"H": "05:00", "COD": "63", "DAY": "27", "MON": "06", "NUM": "0854", "PRO": "PH", "YEA": "1901", "CITY": "Maringues", "NAME": "GERMAIN Henri", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18484	germain-henry-1903-03-27	{"e1": "855"}	{"lerrcp": "E1-855"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Germain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-03-27 04:00", "note": null, "place": {"c1": null, "c2": "53", "c3": "", "cy": "FR", "lg": -0.70512, "lat": 47.82705, "name": "Château-Gontier", "geoid": 3026273}, "notime": null, "date-ut": "1903-03-27 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Germain"}, "birth": {"tzo": "+00:09", "date": "1903-03-27 04:00", "place": {"c2": "53", "c3": "", "cy": "FR", "lg": -0.70512, "lat": 47.82705, "name": "Château-Gontier", "geoid": 3026273}, "date-ut": "1903-03-27 03:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "855"}}, "raw": {"H": "04:00", "COD": "53", "DAY": "27", "MON": "03", "NUM": "0855", "PRO": "PH", "YEA": "1903", "CITY": "Château-Gontier", "NAME": "GERMAIN Henry", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18485	germain-hubert-1920-08-06	{"e1": "856"}	{"lerrcp": "E1-856"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hubert", "family": "Germain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-08-06 04:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "16", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1920-08-06 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hubert", "family": "Germain"}, "birth": {"tzo": "+01:00", "date": "1920-08-06 04:00", "place": {"c2": "75", "c3": "16", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1920-08-06 03:00"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "856"}}, "raw": {"H": "04:00", "COD": "75", "DAY": "06", "MON": "08", "NUM": "0856", "PRO": "MI", "YEA": "1920", "CITY": "Paris 16ème", "NAME": "GERMAIN Hubert", "NOTE": "L"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18486	george-louis-1922-05-31	{"e1": "857"}	{"lerrcp": "E1-857"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "George", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-05-31 12:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1922-05-31 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "George"}, "birth": {"tzo": "+01:00", "date": "1922-05-31 12:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1922-05-31 11:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "857"}}, "raw": {"H": "12:00", "COD": "54", "DAY": "31", "MON": "05", "NUM": "0857", "PRO": "MI", "YEA": "1922", "CITY": "Nancy", "NAME": "GEORGE Louis", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18487	georges-marie-m-1891-03-16	{"e1": "858"}	{"lerrcp": "E1-858"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie M.", "family": "Georges", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1891-03-16 12:00", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 6.12381, "lat": 48.31958, "name": "Poussay", "geoid": 2985735}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marie M.", "family": "Georges"}, "birth": {"tzo": "", "date": "1891-03-16 12:00", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 6.12381, "lat": 48.31958, "name": "Poussay", "geoid": 2985735}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "858"}}, "raw": {"H": "12:00", "COD": "88", "DAY": "16", "MON": "03", "NUM": "0858", "PRO": "MI", "YEA": "1891", "CITY": "Poussay", "NAME": "GEORGES Marie M.", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18488	gernez-rieux-charles-1898-04-22	{"e1": "859"}	{"lerrcp": "E1-859"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Gernez-Rieux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-04-22 16:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1898-04-22 15:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Gernez-Rieux"}, "birth": {"tzo": "+00:09", "date": "1898-04-22 16:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1898-04-22 15:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "859"}}, "raw": {"H": "16:00", "COD": "59", "DAY": "22", "MON": "04", "NUM": "0859", "PRO": "PH", "YEA": "1898", "CITY": "Roubaix", "NAME": "GERNEZ-RIEUX Charles", "NOTE": "+"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18489	gibert-theophile-1904-06-14	{"e1": "860"}	{"lerrcp": "E1-860"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theophile", "family": "Gibert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-06-14 05:00", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": 2.22173, "lat": 43.05487, "name": "Limoux", "geoid": 2998264}, "notime": null, "date-ut": "1904-06-14 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Theophile", "family": "Gibert"}, "birth": {"tzo": "+00:09", "date": "1904-06-14 05:00", "place": {"c2": "11", "c3": "", "cy": "FR", "lg": 2.22173, "lat": 43.05487, "name": "Limoux", "geoid": 2998264}, "date-ut": "1904-06-14 04:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "860"}}, "raw": {"H": "05:00", "COD": "11", "DAY": "14", "MON": "06", "NUM": "0860", "PRO": "PH", "YEA": "1904", "CITY": "Limoux", "NAME": "GIBERT Theophile", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18490	gigues-maurice-1918-07-12	{"e1": "861"}	{"lerrcp": "E1-861"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Gigues", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1918-07-12 15:00", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 6.45304, "lat": 48.18324, "name": "Épinal", "geoid": 3020035}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Gigues"}, "birth": {"tzo": "", "date": "1918-07-12 15:00", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 6.45304, "lat": 48.18324, "name": "Épinal", "geoid": 3020035}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "861"}}, "raw": {"H": "15:00", "COD": "88", "DAY": "12", "MON": "07", "NUM": "0861", "PRO": "MI", "YEA": "1918", "CITY": "Epinal", "NAME": "GIGUES Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18491	gilbert-jacques-1913-07-21	{"e1": "862"}	{"lerrcp": "E1-862"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Gilbert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-07-21 07:15", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.25666, "lat": 48.89672, "name": "Courbevoie", "geoid": 3023141}, "notime": null, "date-ut": "1913-07-21 07:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Gilbert"}, "birth": {"tzo": "+00:00", "date": "1913-07-21 07:15", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.25666, "lat": 48.89672, "name": "Courbevoie", "geoid": 3023141}, "date-ut": "1913-07-21 07:15"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "862"}}, "raw": {"H": "07:15", "COD": "92", "DAY": "21", "MON": "07", "NUM": "0862", "PRO": "EX", "YEA": "1913", "CITY": "Courbevoie", "NAME": "GILBERT Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18492	gilbrin-emile-1902-11-07	{"e1": "863"}	{"lerrcp": "E1-863"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Gilbrin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1902-11-07 06:30", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": 2.65356, "lat": 48.5457, "name": "Melun", "geoid": 2994651}, "notime": null, "date-ut": "1902-11-07 06:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Gilbrin"}, "birth": {"tzo": "+00:09", "date": "1902-11-07 06:30", "place": {"c2": "77", "c3": "", "cy": "FR", "lg": 2.65356, "lat": 48.5457, "name": "Melun", "geoid": 2994651}, "date-ut": "1902-11-07 06:21"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "863"}}, "raw": {"H": "06:30", "COD": "77", "DAY": "07", "MON": "11", "NUM": "0863", "PRO": "PH", "YEA": "1902", "CITY": "Melun", "NAME": "GILBRIN Emile", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18493	gillet-germain-1908-02-26	{"e1": "864"}	{"lerrcp": "E1-864"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Germain", "family": "Gillet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-02-26 22:00", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": 2.54419, "lat": 48.53366, "name": "Ponthierry", "geoid": 2986178}, "notime": null, "date-ut": "1908-02-26 21:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Germain", "family": "Gillet"}, "birth": {"tzo": "+00:09", "date": "1908-02-26 22:00", "place": {"c2": "77", "c3": "", "cy": "FR", "lg": 2.54419, "lat": 48.53366, "name": "Ponthierry", "geoid": 2986178}, "date-ut": "1908-02-26 21:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "864"}}, "raw": {"H": "22:00", "COD": "77", "DAY": "26", "MON": "02", "NUM": "0864", "PRO": "PH", "YEA": "1908", "CITY": "Ponthierry", "NAME": "GILLET Germain", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18495	ginas-emile-1892-03-19	{"e1": "866"}	{"lerrcp": "E1-866"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Ginas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1892-03-19 09:00", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1892-03-19 08:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Ginas"}, "birth": {"tzo": "+00:09", "date": "1892-03-19 09:00", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1892-03-19 08:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "866"}}, "raw": {"H": "09:00", "COD": "38", "DAY": "19", "MON": "03", "NUM": "0866", "PRO": "MI", "YEA": "1892", "CITY": "Grenoble", "NAME": "GINAS Emile", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18496	girard-georges-1888-02-04	{"e1": "867"}	{"lerrcp": "E1-867"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Girard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04", "date": "1888-02-04 02:00", "note": null, "place": {"c1": null, "c2": "14", "c3": "", "cy": "FR", "lg": -1.10384, "lat": 49.31604, "name": "Isigny-sur-Mer", "geoid": 3012712}, "notime": null, "date-ut": "1888-02-04 02:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Girard"}, "birth": {"tzo": "-00:04", "date": "1888-02-04 02:00", "place": {"c2": "14", "c3": "", "cy": "FR", "lg": -1.10384, "lat": 49.31604, "name": "Isigny-sur-Mer", "geoid": 3012712}, "date-ut": "1888-02-04 02:04"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "867"}}, "raw": {"H": "02:00", "COD": "14", "DAY": "04", "MON": "02", "NUM": "0867", "PRO": "PH", "YEA": "1888", "CITY": "Isigny sur Mer", "NAME": "GIRARD Georges", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18497	girard-jean-felix-1903-10-17	{"e1": "868"}	{"lerrcp": "E1-868"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Felix", "family": "Girard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1903-10-17 20:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean Felix", "family": "Girard"}, "birth": {"tzo": "", "date": "1903-10-17 20:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "868"}}, "raw": {"H": "20:00", "COD": "54", "DAY": "17", "MON": "10", "NUM": "0868", "PRO": "PH", "YEA": "1903", "CITY": "Nancy", "NAME": "GIRARD Jean Felix", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18498	girardon-robert-1917-08-20	{"e1": "869"}	{"lerrcp": "E1-869"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Girardon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-08-20 17:00", "note": null, "place": {"c1": null, "c2": "84", "c3": "", "cy": "FR", "lg": 4.90428, "lat": 43.97744, "name": "Vedène", "geoid": 2970253}, "notime": null, "date-ut": "1917-08-20 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Girardon"}, "birth": {"tzo": "+01:00", "date": "1917-08-20 17:00", "place": {"c2": "84", "c3": "", "cy": "FR", "lg": 4.90428, "lat": 43.97744, "name": "Vedène", "geoid": 2970253}, "date-ut": "1917-08-20 16:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "869"}}, "raw": {"H": "17:00", "COD": "84", "DAY": "20", "MON": "08", "NUM": "0869", "PRO": "MI", "YEA": "1917", "CITY": "Vedène", "NAME": "GIRARDON Robert", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18499	giraud-andre-1909-05-13	{"e1": "870"}	{"lerrcp": "E1-870"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Giraud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-05-13 10:00", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": 2.35387, "lat": 48.93564, "name": "Saint-Denis", "geoid": 2980916}, "notime": null, "date-ut": "1909-05-13 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "André", "family": "Giraud"}, "birth": {"tzo": "+00:09", "date": "1909-05-13 10:00", "place": {"c2": "93", "c3": "", "cy": "FR", "lg": 2.35387, "lat": 48.93564, "name": "Saint-Denis", "geoid": 2980916}, "date-ut": "1909-05-13 09:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "870"}}, "raw": {"H": "10:00", "COD": "93", "DAY": "13", "MON": "05", "NUM": "0870", "PRO": "EX", "YEA": "1909", "CITY": "St-Denis", "NAME": "GIRAUD André", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18500	giraud-claude-1923-07-11	{"e1": "871"}	{"lerrcp": "E1-871"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Giraud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1923-07-11 10:30", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26692, "lat": 48.80299, "name": "Clamart", "geoid": 3024783}, "notime": null, "date-ut": "1923-07-11 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Giraud"}, "birth": {"tzo": "+01:00", "date": "1923-07-11 10:30", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.26692, "lat": 48.80299, "name": "Clamart", "geoid": 3024783}, "date-ut": "1923-07-11 09:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "871"}}, "raw": {"H": "10:30", "COD": "92", "DAY": "11", "MON": "07", "NUM": "0871", "PRO": "EX", "YEA": "1923", "CITY": "Clamart", "NAME": "GIRAUD Claude", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18501	giraud-michel-1919-11-17	{"e1": "872"}	{"lerrcp": "E1-872"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Giraud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1919-11-17 02:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bormes", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Giraud"}, "birth": {"tzo": "", "date": "1919-11-17 02:00", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bormes", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "872"}}, "raw": {"H": "02:00", "COD": "83", "DAY": "17", "MON": "11", "NUM": "0872", "PRO": "MI", "YEA": "1919", "CITY": "Bormes", "NAME": "GIRAUD Michel", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18502	girier-laurent-1921-04-22	{"e1": "873"}	{"lerrcp": "E1-873"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Laurent", "family": "Girier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-04-22 12:30", "note": null, "place": {"c1": null, "c2": "80", "c3": "", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1921-04-22 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Laurent", "family": "Girier"}, "birth": {"tzo": "+01:00", "date": "1921-04-22 12:30", "place": {"c2": "80", "c3": "", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1921-04-22 11:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "873"}}, "raw": {"H": "12:30", "COD": "80", "DAY": "22", "MON": "04", "NUM": "0873", "PRO": "MI", "YEA": "1921", "CITY": "Amiens", "NAME": "GIRIER Laurent", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18504	giroud-germain-1911-04-21	{"e1": "875"}	{"lerrcp": "E1-875"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Germain", "family": "Giroud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-04-21 23:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.07485, "lat": 45.59634, "name": "Moingt", "geoid": 2993609}, "notime": null, "date-ut": "1911-04-21 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Germain", "family": "Giroud"}, "birth": {"tzo": "+00:00", "date": "1911-04-21 23:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.07485, "lat": 45.59634, "name": "Moingt", "geoid": 2993609}, "date-ut": "1911-04-21 23:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "875"}}, "raw": {"H": "23:00", "COD": "42", "DAY": "21", "MON": "04", "NUM": "0875", "PRO": "EX", "YEA": "1911", "CITY": "Moingt", "NAME": "GIROUD Germain", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18507	givenchy-hubert-taffin-de-1927-02-20	{"e1": "878"}	{"lerrcp": "E1-878"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hubert (TAFFIN de)", "family": "Givenchy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1927-02-20 11:30", "note": null, "place": {"c1": null, "c2": "60", "c3": "", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Beauvais", "geoid": 3034006}, "notime": null, "date-ut": "1927-02-20 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Hubert (TAFFIN de)", "family": "Givenchy"}, "birth": {"tzo": "+00:00", "date": "1927-02-20 11:30", "place": {"c2": "60", "c3": "", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Beauvais", "geoid": 3034006}, "date-ut": "1927-02-20 11:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "878"}}, "raw": {"H": "11:30", "COD": "60", "DAY": "20", "MON": "02", "NUM": "0878", "PRO": "EX", "YEA": "1927", "CITY": "Beauvais", "NAME": "GIVENCHY Hubert (TAFFIN de)", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18508	godechot-roger-1922-12-15	{"e1": "879"}	{"lerrcp": "E1-879"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Godechot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-12-15 04:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1922-12-15 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Godechot"}, "birth": {"tzo": "+00:00", "date": "1922-12-15 04:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1922-12-15 04:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "879"}}, "raw": {"H": "04:00", "COD": "54", "DAY": "15", "MON": "12", "NUM": "0879", "PRO": "PH", "YEA": "1922", "CITY": "Nancy", "NAME": "G0DECHOT Roger", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18506	giroux-jean-1907-06-27	{"e1": "877", "afd5": "419"}	{"lerrcp": "E1-877", "muller": "M5-419"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Giroux", "spouse": [], "official": {"given": "Jean", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-06-27 01:00", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 4.36667, "lat": 46.66667, "name": "Monceau-les-Mines", "geoid": 2992863}, "notime": null, "date-ut": "1907-06-27 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Giroux"}, "birth": {"tzo": "+00:09", "date": "1907-06-27 01:00", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 4.36667, "lat": 46.66667, "name": "Montceau-les-Mines", "geoid": 2992863}, "date-ut": "1907-06-27 00:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "877"}}, "raw": {"H": "01:00", "COD": "71", "DAY": "27", "MON": "06", "NUM": "0877", "PRO": "PH", "YEA": "1907", "CITY": "Montceau-les-Mines", "NAME": "GIROUX Jean", "NOTE": "+"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Giroux", "official": {"given": "Jean"}}, "birth": {"date": "1907-06-27 01:00", "place": {"name": "Monceau-les-Mines"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "419"}}, "raw": {"NR": "419", "GNR": "ND1877", "JU_": "1", "MA_": "2", "MO_": "2", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1907", "KORR": "-0.16", "MARS": "10", "MODE": "", "MOND": "9", "NAME": "GIROUX (JEAN).", "AUFAB": "-1.90", "PHAS_": "98.100", "SONNE": "30", "VENUS": "33", "BREITE": "46 N 18", "GEBORT": "Monceau-les-Mines (Saône-et-Loire)", "LAENGE": "004 E 50", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "3", "GEBZEIT": "01.00", "JUPITER": "28", "ELECTAGE": "55,7", "ELECTDAT": "26.02.1963", "GEBDATUM": "27.06.1907", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
18509	godefroy-charles-1888-12-29	{"e1": "880"}	{"lerrcp": "E1-880"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Godefroy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1888-12-29 07:00", "note": null, "place": {"c1": null, "c2": "72", "c3": "", "cy": "FR", "lg": -0.07553, "lat": 47.69815, "name": "La Flèche", "geoid": 3009443}, "notime": null, "date-ut": "1888-12-29 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Godefroy"}, "birth": {"tzo": "+00:00", "date": "1888-12-29 07:00", "place": {"c2": "72", "c3": "", "cy": "FR", "lg": -0.07553, "lat": 47.69815, "name": "La Flèche", "geoid": 3009443}, "date-ut": "1888-12-29 07:00"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "880"}}, "raw": {"H": "07:00", "COD": "72", "DAY": "29", "MON": "12", "NUM": "0880", "PRO": "MI", "YEA": "1888", "CITY": "La Flèche", "NAME": "G0DEFROY Charles", "NOTE": "*"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18510	godlewski-guy-1913-04-20	{"e1": "881"}	{"lerrcp": "E1-881"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Godlewski", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-04-20 09:00", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.41579, "lat": 48.83864, "name": "Saint-Mandé", "geoid": 2978621}, "notime": null, "date-ut": "1913-04-20 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Godlewski"}, "birth": {"tzo": "+00:00", "date": "1913-04-20 09:00", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.41579, "lat": 48.83864, "name": "Saint-Mandé", "geoid": 2978621}, "date-ut": "1913-04-20 09:00"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "881"}}, "raw": {"H": "09:00", "COD": "94", "DAY": "20", "MON": "04", "NUM": "0881", "PRO": "PH", "YEA": "1913", "CITY": "St-Mandé", "NAME": "G0DLEWSKI Guy", "NOTE": "-"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18511	godlewski-jean-1919-08-08	{"e1": "882"}	{"lerrcp": "E1-882"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Godlewski", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-08-08 15:00", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.41579, "lat": 48.83864, "name": "Saint-Mandé", "geoid": 2978621}, "notime": null, "date-ut": "1919-08-08 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Godlewski"}, "birth": {"tzo": "+01:00", "date": "1919-08-08 15:00", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.41579, "lat": 48.83864, "name": "Saint-Mandé", "geoid": 2978621}, "date-ut": "1919-08-08 14:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "882"}}, "raw": {"H": "15:00", "COD": "94", "DAY": "08", "MON": "08", "NUM": "0882", "PRO": "PH", "YEA": "1919", "CITY": "St-Mandé", "NAME": "G0DLEWSKI Jean", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18512	godlewski-stanislas-1919-12-02	{"e1": "883"}	{"lerrcp": "E1-883"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stanislas", "family": "Godlewski", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1919-12-02 23:30", "note": null, "place": {"c1": null, "c2": "84", "c3": "", "cy": "FR", "lg": 4.87381, "lat": 44.01023, "name": "Sorgues", "geoid": 2974188}, "notime": null, "date-ut": "1919-12-02 23:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Stanislas", "family": "Godlewski"}, "birth": {"tzo": "+00:00", "date": "1919-12-02 23:30", "place": {"c2": "84", "c3": "", "cy": "FR", "lg": 4.87381, "lat": 44.01023, "name": "Sorgues", "geoid": 2974188}, "date-ut": "1919-12-02 23:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "883"}}, "raw": {"H": "23:30", "COD": "84", "DAY": "02", "MON": "12", "NUM": "0883", "PRO": "PH", "YEA": "1919", "CITY": "Sorgues", "NAME": "G0DLEWSKI Stanislas", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18513	goislard-de-monsabert-joseph-1887-09-30	{"e1": "884"}	{"lerrcp": "E1-884"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "de MONSABERT Joseph", "family": "Goislard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01", "date": "1887-09-30 16:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.24186, "lat": 44.91449, "name": "Libourne", "geoid": 2998517}, "notime": null, "date-ut": "1887-09-30 16:01"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "de MONSABERT Joseph", "family": "Goislard"}, "birth": {"tzo": "-00:01", "date": "1887-09-30 16:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.24186, "lat": 44.91449, "name": "Libourne", "geoid": 2998517}, "date-ut": "1887-09-30 16:01"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "884"}}, "raw": {"H": "16:00", "COD": "33", "DAY": "30", "MON": "09", "NUM": "0884", "PRO": "MI", "YEA": "1887", "CITY": "Libourne", "NAME": "GOISLARD de MONSABERT Joseph", "NOTE": "L"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18514	golde-alice-dupuy-1928-08-10	{"e1": "885"}	{"lerrcp": "E1-885"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alice (DUPUY)", "family": "Golde", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1928-08-10 23:40", "note": null, "place": {"c1": null, "c2": "91", "c3": "", "cy": "FR", "lg": 2.48757, "lat": 48.60603, "name": "Corbeil-Essonnes", "geoid": 3023763}, "notime": null, "date-ut": "1928-08-10 22:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alice (DUPUY)", "family": "Golde"}, "birth": {"tzo": "+01:00", "date": "1928-08-10 23:40", "place": {"c2": "91", "c3": "", "cy": "FR", "lg": 2.48757, "lat": 48.60603, "name": "Corbeil-Essonnes", "geoid": 3023763}, "date-ut": "1928-08-10 22:40"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "885"}}, "raw": {"H": "23:40", "COD": "91", "DAY": "10", "MON": "08", "NUM": "0885", "PRO": "PH", "YEA": "1928", "CITY": "Corbeil-Essonnes", "NAME": "G0LDE Alice (DUPUY)", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18515	goma-michel-1932-03-12	{"e1": "886"}	{"lerrcp": "E1-886"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Goma", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1932-03-12 23:30", "note": null, "place": {"c1": null, "c2": "47", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Montcrabeau", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Goma"}, "birth": {"tzo": "", "date": "1932-03-12 23:30", "place": {"c2": "47", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Montcrabeau", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "886"}}, "raw": {"H": "23:30", "COD": "47", "DAY": "12", "MON": "03", "NUM": "0886", "PRO": "EX", "YEA": "1932", "CITY": "Montcrabeau", "NAME": "G0MA Michel", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18516	gombeaud-jean-1907-06-29	{"e1": "887"}	{"lerrcp": "E1-887"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Gombeaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1907-06-29 15:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Billère", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Gombeaud"}, "birth": {"tzo": "", "date": "1907-06-29 15:00", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Billère", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "887"}}, "raw": {"H": "15:00", "COD": "66", "DAY": "29", "MON": "06", "NUM": "0887", "PRO": "MI", "YEA": "1907", "CITY": "Billère", "NAME": "G0MBEAUD Jean", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18517	gomez-francine-le-foyer-1932-10-12	{"e1": "888"}	{"lerrcp": "E1-888"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francine (LE FOYER)", "family": "Gomez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1932-10-12 01:40", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Boulogne-Billt", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Francine (LE FOYER)", "family": "Gomez"}, "birth": {"tzo": "", "date": "1932-10-12 01:40", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Boulogne-Billt", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "888"}}, "raw": {"H": "01:40", "COD": "92", "DAY": "12", "MON": "10", "NUM": "0888", "PRO": "EX", "YEA": "1932", "CITY": "Boulogne-Billt", "NAME": "G0MEZ Francine (LE FOYER)", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18520	gosserez-maurice-1911-03-18	{"e1": "891"}	{"lerrcp": "E1-891"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Gosserez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-03-18 08:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1911-03-18 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Gosserez"}, "birth": {"tzo": "+00:00", "date": "1911-03-18 08:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1911-03-18 08:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "891"}}, "raw": {"H": "08:00", "COD": "34", "DAY": "18", "MON": "03", "NUM": "0891", "PRO": "PH", "YEA": "1911", "CITY": "Montpellier", "NAME": "G0SSEREZ Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18521	gosset-jean-1907-06-29	{"e1": "891b"}	{"lerrcp": "E1-891b"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Gosset", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-06-29 01:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "7", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1907-06-29 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Gosset"}, "birth": {"tzo": "+00:09", "date": "1907-06-29 01:00", "place": {"c2": "75", "c3": "7", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1907-06-29 00:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "891b"}}, "raw": {"H": "01:00", "COD": "75", "DAY": "29", "MON": "06", "NUM": "0891b", "PRO": "PH", "YEA": "1907", "CITY": "Paris 7ème", "NAME": "GOSSET Jean", "NOTE": "+"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18522	goudal-gaston-1910-05-11	{"e1": "892"}	{"lerrcp": "E1-892"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Goudal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1910-05-11 06:00", "note": null, "place": {"c1": null, "c2": "46", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bagnac", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Goudal"}, "birth": {"tzo": "", "date": "1910-05-11 06:00", "place": {"c2": "46", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bagnac", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "892"}}, "raw": {"H": "06:00", "COD": "46", "DAY": "11", "MON": "05", "NUM": "0892", "PRO": "PH", "YEA": "1910", "CITY": "Bagnac", "NAME": "G0UDAL Gaston", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18523	goudard-jean-michel-1939-11-13	{"e1": "893"}	{"lerrcp": "E1-893"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Michel", "family": "Goudard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1939-11-13 21:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1939-11-13 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean-Michel", "family": "Goudard"}, "birth": {"tzo": "+01:00", "date": "1939-11-13 21:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1939-11-13 20:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "893"}}, "raw": {"H": "21:00", "COD": "34", "DAY": "13", "MON": "11", "NUM": "0893", "PRO": "EX", "YEA": "1939", "CITY": "Montpellier", "NAME": "G0UDARD Jean-Michel", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18526	gouguenheim-jean-1923-03-05	{"e1": "896"}	{"lerrcp": "E1-896"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Gouguenheim", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-03-05 09:30", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.50435, "lat": 43.77649, "name": "Menton", "geoid": 2994497}, "notime": null, "date-ut": "1923-03-05 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Gouguenheim"}, "birth": {"tzo": "+00:00", "date": "1923-03-05 09:30", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.50435, "lat": 43.77649, "name": "Menton", "geoid": 2994497}, "date-ut": "1923-03-05 09:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "896"}}, "raw": {"H": "09:30", "COD": "06", "DAY": "05", "MON": "03", "NUM": "0896", "PRO": "EX", "YEA": "1923", "CITY": "Menton", "NAME": "GOUGUENHEIM Jean", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18527	goujon-pierre-1910-09-27	{"e1": "897"}	{"lerrcp": "E1-897"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Goujon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1910-09-27 06:00", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Maisons-Lafitte", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Goujon"}, "birth": {"tzo": "", "date": "1910-09-27 06:00", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Maisons-Lafitte", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "897"}}, "raw": {"H": "06:00", "COD": "78", "DAY": "27", "MON": "09", "NUM": "0897", "PRO": "MI", "YEA": "1910", "CITY": "Maisons-Lafitte", "NAME": "G0UJON Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18528	goumain-andre-1910-06-16	{"e1": "898"}	{"lerrcp": "E1-898"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Goumain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-06-16 15:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "notime": null, "date-ut": "1910-06-16 14:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Goumain"}, "birth": {"tzo": "+00:09", "date": "1910-06-16 15:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "date-ut": "1910-06-16 14:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "898"}}, "raw": {"H": "15:00", "COD": "64", "DAY": "16", "MON": "06", "NUM": "0898", "PRO": "PH", "YEA": "1910", "CITY": "Pau", "NAME": "G0UMAIN André", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18530	gouyon-andre-1925-03-22	{"e1": "900"}	{"lerrcp": "E1-900"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Gouyon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1925-03-22 10:00", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Le Mont-Dore", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "André", "family": "Gouyon"}, "birth": {"tzo": "", "date": "1925-03-22 10:00", "place": {"c2": "63", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Le Mont-Dore", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "900"}}, "raw": {"H": "10:00", "COD": "63", "DAY": "22", "MON": "03", "NUM": "0900", "PRO": "EX", "YEA": "1925", "CITY": "Le Mont-Dore", "NAME": "GOUYON André", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18531	gouze-renal-christine-1914-12-30	{"e1": "901"}	{"lerrcp": "E1-901"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christine", "family": "Gouze-Renal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-12-30 08:30", "note": null, "place": {"c1": null, "c2": "39", "c3": "", "cy": "FR", "lg": 5.79626, "lat": 46.97259, "name": "Mouchard", "geoid": 2991573}, "notime": null, "date-ut": "1914-12-30 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Christine", "family": "Gouze-Renal"}, "birth": {"tzo": "+00:00", "date": "1914-12-30 08:30", "place": {"c2": "39", "c3": "", "cy": "FR", "lg": 5.79626, "lat": 46.97259, "name": "Mouchard", "geoid": 2991573}, "date-ut": "1914-12-30 08:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "901"}}, "raw": {"H": "08:30", "COD": "39", "DAY": "30", "MON": "12", "NUM": "0901", "PRO": "EX", "YEA": "1914", "CITY": "Mouchard", "NAME": "G0UZE-RENAL Christine", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18532	grandin-auguste-1907-03-13	{"e1": "902"}	{"lerrcp": "E1-902"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Grandin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-03-13 04:00", "note": null, "place": {"c1": null, "c2": "50", "c3": "", "cy": "FR", "lg": -1.38214, "lat": 48.93381, "name": "Lengronne", "geoid": 3003119}, "notime": null, "date-ut": "1907-03-13 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Grandin"}, "birth": {"tzo": "+00:09", "date": "1907-03-13 04:00", "place": {"c2": "50", "c3": "", "cy": "FR", "lg": -1.38214, "lat": 48.93381, "name": "Lengronne", "geoid": 3003119}, "date-ut": "1907-03-13 03:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "902"}}, "raw": {"H": "04:00", "COD": "50", "DAY": "13", "MON": "03", "NUM": "0902", "PRO": "EX", "YEA": "1907", "CITY": "Lengronne", "NAME": "GRANDIN Auguste", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18533	grand-jouan-lucien-1937-11-29	{"e1": "903"}	{"lerrcp": "E1-903"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Grand-Jouan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1937-11-29 04:25", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1937-11-29 04:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Grand-Jouan"}, "birth": {"tzo": "+00:00", "date": "1937-11-29 04:25", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1937-11-29 04:25"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "903"}}, "raw": {"H": "04:25", "COD": "44", "DAY": "29", "MON": "11", "NUM": "0903", "PRO": "EX", "YEA": "1937", "CITY": "Nantes", "NAME": "GRAND-JOUAN Lucien", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18534	grandmottet-pierre-1928-01-02	{"e1": "904"}	{"lerrcp": "E1-904"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Grandmottet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1928-01-02 10:00", "note": null, "place": {"c1": null, "c2": "01", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bourg", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Grandmottet"}, "birth": {"tzo": "", "date": "1928-01-02 10:00", "place": {"c2": "01", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bourg", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "904"}}, "raw": {"H": "10:00", "COD": "01", "DAY": "02", "MON": "01", "NUM": "0904", "PRO": "PH", "YEA": "1928", "CITY": "Bourg", "NAME": "GRANDMOTTET Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18535	granet-etienne-1889-07-17	{"e1": "905"}	{"lerrcp": "E1-905"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Granet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:03", "date": "1889-07-17 02:00", "note": null, "place": {"c1": null, "c2": "37", "c3": "", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "notime": null, "date-ut": "1889-07-17 01:57"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Granet"}, "birth": {"tzo": "+00:03", "date": "1889-07-17 02:00", "place": {"c2": "37", "c3": "", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "date-ut": "1889-07-17 01:57"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "905"}}, "raw": {"H": "02:00", "COD": "37", "DAY": "17", "MON": "07", "NUM": "0905", "PRO": "PH", "YEA": "1889", "CITY": "Tours", "NAME": "GRANET Etienne", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18536	granry-francois-1914-10-09	{"e1": "906"}	{"lerrcp": "E1-906"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Granry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-10-09 23:00", "note": null, "place": {"c1": null, "c2": "02", "c3": "", "cy": "FR", "lg": 3.33333, "lat": 49.3, "name": "Villemontoire", "geoid": 2968641}, "notime": null, "date-ut": "1914-10-09 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Granry"}, "birth": {"tzo": "+00:00", "date": "1914-10-09 23:00", "place": {"c2": "02", "c3": "", "cy": "FR", "lg": 3.33333, "lat": 49.3, "name": "Villemontoire", "geoid": 2968641}, "date-ut": "1914-10-09 23:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "906"}}, "raw": {"H": "23:00", "COD": "02", "DAY": "09", "MON": "10", "NUM": "0906", "PRO": "MI", "YEA": "1914", "CITY": "Villemontoire", "NAME": "GRANRY François", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18537	granval-gilbert-1904-02-12	{"e1": "907"}	{"lerrcp": "E1-907"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilbert", "family": "Granval", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-02-12 04:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "8", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1904-02-12 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gilbert", "family": "Granval"}, "birth": {"tzo": "+00:09", "date": "1904-02-12 04:00", "place": {"c2": "75", "c3": "8", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1904-02-12 03:51"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "907"}}, "raw": {"H": "04:00", "COD": "75", "DAY": "12", "MON": "02", "NUM": "0907", "PRO": "MI", "YEA": "1904", "CITY": "Paris 8ème", "NAME": "GRANVAL Gilbert", "NOTE": "L"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
3108	grasset-jacques-1905-03-15	{"a2": "1022", "e1": "908"}	{"lerrcp": "A2-1022"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Grasset", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1905-03-15 11:00", "note": null, "place": {"c1": null, "c2": "65", "c3": null, "cy": "FR", "lg": 0.08333, "lat": 43.23333, "name": "Bagneres-de-Big", "geoid": 0}, "notime": null, "date-ut": "1905-03-15 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Grasset"}, "birth": {"tzo": "+00:09:21", "date": "1905-03-15 11:00", "place": {"c2": "65", "cy": "FR", "lg": 0.08333, "lat": 43.23333, "name": "Bagneres-de-Big", "geoid": 0}, "date-ut": "1905-03-15 10:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1022"}, "ids-in-sources": {"a2": "1022"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "65", "COU": "F", "DAY": "15", "LAT": "43N14", "LON": "0E 5", "MON": "3", "NUM": "1022", "PRO": "S", "SEC": "40", "YEA": "1905", "CITY": "BAGNERES-DE-BIG"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["physician"], "ids-in-sources": {"e1": "908"}}, "raw": {"H": "11:00", "COD": "65", "DAY": "15", "MON": "03", "NUM": "0908", "PRO": "PH", "YEA": "1905", "CITY": "Bagnères de Bigor", "NAME": "GRASSET Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18538	grassin-jean-1925-08-06	{"e1": "909"}	{"lerrcp": "E1-909"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Grassin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1925-08-06 00:05", "note": null, "place": {"c1": null, "c2": "28", "c3": "", "cy": "FR", "lg": 1.54646, "lat": 48.65253, "name": "Coulombs", "geoid": 3023249}, "notime": null, "date-ut": "1925-08-05 23:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Grassin"}, "birth": {"tzo": "+01:00", "date": "1925-08-06 00:05", "place": {"c2": "28", "c3": "", "cy": "FR", "lg": 1.54646, "lat": 48.65253, "name": "Coulombs", "geoid": 3023249}, "date-ut": "1925-08-05 23:05"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "909"}}, "raw": {"H": "00:05", "COD": "28", "DAY": "06", "MON": "08", "NUM": "0909", "PRO": "EX", "YEA": "1925", "CITY": "Coulombs", "NAME": "GRASSIN Jean", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18539	gratadour-cyrille-1933-07-09	{"e1": "910"}	{"lerrcp": "E1-910"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cyrille", "family": "Gratadour", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1933-07-09 12:00", "note": null, "place": {"c1": null, "c2": "19", "c3": "", "cy": "FR", "lg": 2.4163, "lat": 45.50377, "name": "Saint-Bonnet-près-Bort", "geoid": 2981317}, "notime": null, "date-ut": "1933-07-09 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Cyrille", "family": "Gratadour"}, "birth": {"tzo": "+01:00", "date": "1933-07-09 12:00", "place": {"c2": "19", "c3": "", "cy": "FR", "lg": 2.4163, "lat": 45.50377, "name": "Saint-Bonnet-près-Bort", "geoid": 2981317}, "date-ut": "1933-07-09 11:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "910"}}, "raw": {"H": "12:00", "COD": "19", "DAY": "09", "MON": "07", "NUM": "0910", "PRO": "PH", "YEA": "1933", "CITY": "St Bonnet près Bort", "NAME": "GRATADOUR Cyrille", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18540	graux-pierre-1912-04-17	{"e1": "911"}	{"lerrcp": "E1-911"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Graux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-04-17 22:20", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 1.85635, "lat": 50.95194, "name": "Calais", "geoid": 3029162}, "notime": null, "date-ut": "1912-04-17 22:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Graux"}, "birth": {"tzo": "+00:00", "date": "1912-04-17 22:20", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 1.85635, "lat": 50.95194, "name": "Calais", "geoid": 3029162}, "date-ut": "1912-04-17 22:20"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "911"}}, "raw": {"H": "22:20", "COD": "62", "DAY": "17", "MON": "04", "NUM": "0911", "PRO": "PH", "YEA": "1912", "CITY": "Calais", "NAME": "GRAUX Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18541	gravejal-emilienne-1913-04-15	{"e1": "912"}	{"lerrcp": "E1-912"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emilienne", "family": "Gravejal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1913-04-15 01:00", "note": null, "place": {"c1": null, "c2": "43", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Le Puy", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emilienne", "family": "Gravejal"}, "birth": {"tzo": "", "date": "1913-04-15 01:00", "place": {"c2": "43", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Le Puy", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "912"}}, "raw": {"H": "01:00", "COD": "43", "DAY": "15", "MON": "04", "NUM": "0912", "PRO": "MI", "YEA": "1913", "CITY": "Le Puy", "NAME": "GRAVEJAL Emilienne", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18542	grenoilleau-gaston-1899-02-26	{"e1": "913"}	{"lerrcp": "E1-913"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Grenoilleau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-02-26 05:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.24186, "lat": 44.91449, "name": "Libourne", "geoid": 2998517}, "notime": null, "date-ut": "1899-02-26 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Grenoilleau"}, "birth": {"tzo": "+00:09", "date": "1899-02-26 05:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.24186, "lat": 44.91449, "name": "Libourne", "geoid": 2998517}, "date-ut": "1899-02-26 04:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "913"}}, "raw": {"H": "05:00", "COD": "33", "DAY": "26", "MON": "02", "NUM": "0913", "PRO": "PH", "YEA": "1899", "CITY": "Libourne", "NAME": "GRENOILLEAU Gaston", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18543	gresley-henry-1819-02-09	{"e1": "914"}	{"lerrcp": "E1-914"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Gresley", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20", "date": "1819-02-09 01:00", "note": null, "place": {"c1": null, "c2": "52", "c3": "", "cy": "FR", "lg": 4.94775, "lat": 48.49811, "name": "Wassy", "geoid": 2967434}, "notime": null, "date-ut": "1819-02-09 00:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Gresley"}, "birth": {"tzo": "+00:20", "date": "1819-02-09 01:00", "place": {"c2": "52", "c3": "", "cy": "FR", "lg": 4.94775, "lat": 48.49811, "name": "Wassy", "geoid": 2967434}, "date-ut": "1819-02-09 00:40"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "914"}}, "raw": {"H": "01:00", "COD": "52", "DAY": "09", "MON": "02", "NUM": "0914", "PRO": "MI", "YEA": "1819", "CITY": "Wassy", "NAME": "GRESLEY Henry", "NOTE": "*"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18544	grevy-paul-louis-1820-09-05	{"e1": "915"}	{"lerrcp": "E1-915"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul Louis", "family": "Grevy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22", "date": "1820-09-05 05:00", "note": null, "place": {"c1": null, "c2": "39", "c3": "", "cy": "FR", "lg": 5.60295, "lat": 46.97874, "name": "Mont-sous-Vaudrey", "geoid": 2991954}, "notime": null, "date-ut": "1820-09-05 04:38"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul Louis", "family": "Grevy"}, "birth": {"tzo": "+00:22", "date": "1820-09-05 05:00", "place": {"c2": "39", "c3": "", "cy": "FR", "lg": 5.60295, "lat": 46.97874, "name": "Mont-sous-Vaudrey", "geoid": 2991954}, "date-ut": "1820-09-05 04:38"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "915"}}, "raw": {"H": "05:00", "COD": "39", "DAY": "05", "MON": "09", "NUM": "0915", "PRO": "MI", "YEA": "1820", "CITY": "Mont sous Vaudrey", "NAME": "GREVY Paul Louis", "NOTE": "*"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18546	gribius-andre-1907-02-08	{"e1": "917"}	{"lerrcp": "E1-917"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Gribius", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-02-08 15:30", "note": null, "place": {"c1": null, "c2": "61", "c3": "", "cy": "FR", "lg": 0.09311, "lat": 48.43476, "name": "Alençon", "geoid": 3038230}, "notime": null, "date-ut": "1907-02-08 15:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Gribius"}, "birth": {"tzo": "+00:09", "date": "1907-02-08 15:30", "place": {"c2": "61", "c3": "", "cy": "FR", "lg": 0.09311, "lat": 48.43476, "name": "Alençon", "geoid": 3038230}, "date-ut": "1907-02-08 15:21"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "917"}}, "raw": {"H": "15:30", "COD": "61", "DAY": "08", "MON": "02", "NUM": "0917", "PRO": "MI", "YEA": "1907", "CITY": "Alençon", "NAME": "GRIBIUS André", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18547	griffon-henri-1904-12-26	{"e1": "918"}	{"lerrcp": "E1-918"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Griffon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-12-26 12:00", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "notime": null, "date-ut": "1904-12-26 11:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Griffon"}, "birth": {"tzo": "+00:09", "date": "1904-12-26 12:00", "place": {"c2": "63", "c3": "", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "date-ut": "1904-12-26 11:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "918"}}, "raw": {"H": "12:00", "COD": "63", "DAY": "26", "MON": "12", "NUM": "0918", "PRO": "PH", "YEA": "1904", "CITY": "Clermont-Ferrand", "NAME": "GRIFFON Henri", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18548	grigaut-adrien-1884-03-15	{"e1": "919"}	{"lerrcp": "E1-919"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrien", "family": "Grigaut", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1884-03-15 17:00", "note": null, "place": {"c1": null, "c2": "60", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Cannes", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Adrien", "family": "Grigaut"}, "birth": {"tzo": "", "date": "1884-03-15 17:00", "place": {"c2": "60", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Cannes", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "919"}}, "raw": {"H": "17:00", "COD": "60", "DAY": "15", "MON": "03", "NUM": "0919", "PRO": "PH", "YEA": "1884", "CITY": "Cannes", "NAME": "GRIGAUT Adrien", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18549	grimaudet-de-rochebouet-g-1813-03-16	{"e1": "920"}	{"lerrcp": "E1-920"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "de ROCHEBOUET G.", "family": "Grimaudet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02", "date": "1813-03-16 11:00", "note": null, "place": {"c1": null, "c2": "49", "c3": "", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "notime": null, "date-ut": "1813-03-16 11:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "de ROCHEBOUET G.", "family": "Grimaudet"}, "birth": {"tzo": "-00:02", "date": "1813-03-16 11:00", "place": {"c2": "49", "c3": "", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "date-ut": "1813-03-16 11:02"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "920"}}, "raw": {"H": "11:00", "COD": "49", "DAY": "16", "MON": "03", "NUM": "0920", "PRO": "MI", "YEA": "1813", "CITY": "Angers", "NAME": "GRIMAUDET de ROCHEBOUET G.", "NOTE": "*"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18550	grimbert-jacques-1929-05-10	{"e1": "921"}	{"lerrcp": "E1-921"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Grimbert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1929-05-10 11:05", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.25404, "lat": 48.91882, "name": "Colombes", "geoid": 3024266}, "notime": null, "date-ut": "1929-05-10 10:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Grimbert"}, "birth": {"tzo": "+01:00", "date": "1929-05-10 11:05", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.25404, "lat": 48.91882, "name": "Colombes", "geoid": 3024266}, "date-ut": "1929-05-10 10:05"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "921"}}, "raw": {"H": "11:05", "COD": "92", "DAY": "10", "MON": "05", "NUM": "0921", "PRO": "EX", "YEA": "1929", "CITY": "Colombes", "NAME": "GRIMBERT Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18551	grinda-jean-paul-1900-05-11	{"e1": "922"}	{"lerrcp": "E1-922"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Paul", "family": "Grinda", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1900-05-11 06:45", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1900-05-11 06:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean-Paul", "family": "Grinda"}, "birth": {"tzo": "+00:09", "date": "1900-05-11 06:45", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1900-05-11 06:36"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "922"}}, "raw": {"H": "06:45", "COD": "06", "DAY": "11", "MON": "05", "NUM": "0922", "PRO": "PH", "YEA": "1900", "CITY": "Nice", "NAME": "GRINDA Jean-Paul", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18552	gros-charles-1910-08-12	{"e1": "923"}	{"lerrcp": "E1-923"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Gros", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-08-12 15:00", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": 4.19068, "lat": 43.56683, "name": "Aigues-Mortes", "geoid": 3038493}, "notime": null, "date-ut": "1910-08-12 14:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Gros"}, "birth": {"tzo": "+00:09", "date": "1910-08-12 15:00", "place": {"c2": "30", "c3": "", "cy": "FR", "lg": 4.19068, "lat": 43.56683, "name": "Aigues-Mortes", "geoid": 3038493}, "date-ut": "1910-08-12 14:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "923"}}, "raw": {"H": "15:00", "COD": "30", "DAY": "12", "MON": "08", "NUM": "0923", "PRO": "PH", "YEA": "1910", "CITY": "Aigues-Mortes", "NAME": "GROS Charles", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18553	gros-claude-1915-07-23	{"e1": "924"}	{"lerrcp": "E1-924"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Gros", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-07-23 06:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1915-07-23 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Gros"}, "birth": {"tzo": "+00:00", "date": "1915-07-23 06:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1915-07-23 06:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "924"}}, "raw": {"H": "06:00", "COD": "34", "DAY": "23", "MON": "07", "NUM": "0924", "PRO": "PH", "YEA": "1915", "CITY": "Montpellier", "NAME": "GROS Claude", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18554	groulade-paul-1909-10-10	{"e1": "925"}	{"lerrcp": "E1-925"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Groulade", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-10-10 21:00", "note": null, "place": {"c1": null, "c2": "16", "c3": "", "cy": "FR", "lg": 0.41974, "lat": 45.68141, "name": "Vilhonneur", "geoid": 2969060}, "notime": null, "date-ut": "1909-10-10 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Groulade"}, "birth": {"tzo": "+00:09", "date": "1909-10-10 21:00", "place": {"c2": "16", "c3": "", "cy": "FR", "lg": 0.41974, "lat": 45.68141, "name": "Vilhonneur", "geoid": 2969060}, "date-ut": "1909-10-10 20:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "925"}}, "raw": {"H": "21:00", "COD": "16", "DAY": "10", "MON": "10", "NUM": "0925", "PRO": "PH", "YEA": "1909", "CITY": "Vilhonneur", "NAME": "GROULADE Paul", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18555	grumillier-henri-1908-06-04	{"e1": "926"}	{"lerrcp": "E1-926"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Grumillier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-06-04 21:30", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 4.3642, "lat": 49.13256, "name": "Mourmelon-le-Grand", "geoid": 2991413}, "notime": null, "date-ut": "1908-06-04 21:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Grumillier"}, "birth": {"tzo": "+00:09", "date": "1908-06-04 21:30", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": 4.3642, "lat": 49.13256, "name": "Mourmelon-le-Grand", "geoid": 2991413}, "date-ut": "1908-06-04 21:21"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "926"}}, "raw": {"H": "21:30", "COD": "51", "DAY": "04", "MON": "06", "NUM": "0926", "PRO": "PH", "YEA": "1908", "CITY": "Mourmelon-le-Grand", "NAME": "GRUMILLIER Henri", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18556	grunelius-michael-1929-06-28	{"e1": "927"}	{"lerrcp": "E1-927"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michaël", "family": "Grunelius", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1929-06-28 10:55", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1929-06-28 09:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Michaël", "family": "Grunelius"}, "birth": {"tzo": "+01:00", "date": "1929-06-28 10:55", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1929-06-28 09:55"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "927"}}, "raw": {"H": "10:55", "COD": "67", "DAY": "28", "MON": "06", "NUM": "0927", "PRO": "EX", "YEA": "1929", "CITY": "Strasbourg", "NAME": "GRUNELIUS Michaël", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18557	gueguen-yves-1919-11-02	{"e1": "928"}	{"lerrcp": "E1-928"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Gueguen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1919-11-02 17:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1919-11-02 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Gueguen"}, "birth": {"tzo": "+00:00", "date": "1919-11-02 17:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1919-11-02 17:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "928"}}, "raw": {"H": "17:00", "COD": "76", "DAY": "02", "MON": "11", "NUM": "0928", "PRO": "MI", "YEA": "1919", "CITY": "Rouen", "NAME": "GUEGUEN Yves", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18558	guelfi-julien-1913-02-26	{"e1": "929"}	{"lerrcp": "E1-929"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julien", "family": "Guelfi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-02-26 15:00", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 1.7167, "lat": 48.99048, "name": "Mantes-la-Jolie", "geoid": 2996148}, "notime": null, "date-ut": "1913-02-26 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Julien", "family": "Guelfi"}, "birth": {"tzo": "+00:00", "date": "1913-02-26 15:00", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 1.7167, "lat": 48.99048, "name": "Mantes-la-Jolie", "geoid": 2996148}, "date-ut": "1913-02-26 15:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "929"}}, "raw": {"H": "15:00", "COD": "78", "DAY": "26", "MON": "02", "NUM": "0929", "PRO": "PH", "YEA": "1913", "CITY": "Mantes la Jolie", "NAME": "GUELFI Julien", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18559	guenin-pierre-1911-09-30	{"e1": "930"}	{"lerrcp": "E1-930"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Guenin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-09-30 14:00", "note": null, "place": {"c1": null, "c2": "90", "c3": "", "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "notime": null, "date-ut": "1911-09-30 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Guenin"}, "birth": {"tzo": "+00:00", "date": "1911-09-30 14:00", "place": {"c2": "90", "c3": "", "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "date-ut": "1911-09-30 14:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "930"}}, "raw": {"H": "14:00", "COD": "90", "DAY": "30", "MON": "09", "NUM": "0930", "PRO": "PH", "YEA": "1911", "CITY": "Belfort", "NAME": "GUENIN Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18560	guenon-des-mesnards-guy-1909-03-15	{"e1": "931"}	{"lerrcp": "E1-931"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "des MESNARDS Guy", "family": "Guenon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-03-15 19:00", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": 0.48171, "lat": 44.85157, "name": "Bergerac", "geoid": 3033391}, "notime": null, "date-ut": "1909-03-15 18:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "des MESNARDS Guy", "family": "Guenon"}, "birth": {"tzo": "+00:09", "date": "1909-03-15 19:00", "place": {"c2": "24", "c3": "", "cy": "FR", "lg": 0.48171, "lat": 44.85157, "name": "Bergerac", "geoid": 3033391}, "date-ut": "1909-03-15 18:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "931"}}, "raw": {"H": "19:00", "COD": "24", "DAY": "15", "MON": "03", "NUM": "0931", "PRO": "PH", "YEA": "1909", "CITY": "Bergerac", "NAME": "GUENON des MESNARDS Guy", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18561	guerin-maurice-1900-03-02	{"e1": "932"}	{"lerrcp": "E1-932"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Guerin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1900-03-02 09:30", "note": null, "place": {"c1": null, "c2": "73", "c3": "", "cy": "FR", "lg": 6.57331, "lat": 45.71915, "name": "Beaufort", "geoid": 3034316}, "notime": null, "date-ut": "1900-03-02 09:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Guerin"}, "birth": {"tzo": "+00:09", "date": "1900-03-02 09:30", "place": {"c2": "73", "c3": "", "cy": "FR", "lg": 6.57331, "lat": 45.71915, "name": "Beaufort", "geoid": 3034316}, "date-ut": "1900-03-02 09:21"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "932"}}, "raw": {"H": "09:30", "COD": "73", "DAY": "02", "MON": "03", "NUM": "0932", "PRO": "MI", "YEA": "1900", "CITY": "Beaufort", "NAME": "GUERIN Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18562	guernon-roger-1916-05-13	{"e1": "933"}	{"lerrcp": "E1-933"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Guernon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-05-13 23:30", "note": null, "place": {"c1": null, "c2": "95", "c3": "", "cy": "FR", "lg": 2.24744, "lat": 48.94788, "name": "Argenteuil", "geoid": 3037044}, "notime": null, "date-ut": "1916-05-13 23:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Guernon"}, "birth": {"tzo": "+00:00", "date": "1916-05-13 23:30", "place": {"c2": "95", "c3": "", "cy": "FR", "lg": 2.24744, "lat": 48.94788, "name": "Argenteuil", "geoid": 3037044}, "date-ut": "1916-05-13 23:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "933"}}, "raw": {"H": "23:30", "COD": "95", "DAY": "13", "MON": "05", "NUM": "0933", "PRO": "MI", "YEA": "1916", "CITY": "Argenteuil", "NAME": "GUERNON Roger", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18563	guerre-claude-de-1910-09-23	{"e1": "934"}	{"lerrcp": "E1-934"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude de", "family": "Guerre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1910-09-23 05:00", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 6.5882, "lat": 48.01754, "name": "Remiremont", "geoid": 2984050}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Claude de", "family": "Guerre"}, "birth": {"tzo": "", "date": "1910-09-23 05:00", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 6.5882, "lat": 48.01754, "name": "Remiremont", "geoid": 2984050}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "934"}}, "raw": {"H": "05:00", "COD": "88", "DAY": "23", "MON": "09", "NUM": "0934", "PRO": "MI", "YEA": "1910", "CITY": "Remiremont", "NAME": "GUERRE Claude de", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18564	guerre-nicolas-de-1913-12-24	{"e1": "935"}	{"lerrcp": "E1-935"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicolas de", "family": "Guerre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1913-12-24 09:00", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 6.5882, "lat": 48.01754, "name": "Remiremont", "geoid": 2984050}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Nicolas de", "family": "Guerre"}, "birth": {"tzo": "", "date": "1913-12-24 09:00", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 6.5882, "lat": 48.01754, "name": "Remiremont", "geoid": 2984050}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "935"}}, "raw": {"H": "09:00", "COD": "88", "DAY": "24", "MON": "12", "NUM": "0935", "PRO": "MI", "YEA": "1913", "CITY": "Remiremont", "NAME": "GUERRE Nicolas de", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18565	guerrier-yves-1917-09-26	{"e1": "936"}	{"lerrcp": "E1-936"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Guerrier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-09-26 19:00", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": -2.08421, "lat": 47.65165, "name": "Redon", "geoid": 2984192}, "notime": null, "date-ut": "1917-09-26 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Guerrier"}, "birth": {"tzo": "+01:00", "date": "1917-09-26 19:00", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": -2.08421, "lat": 47.65165, "name": "Redon", "geoid": 2984192}, "date-ut": "1917-09-26 18:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "936"}}, "raw": {"H": "19:00", "COD": "35", "DAY": "26", "MON": "09", "NUM": "0936", "PRO": "PH", "YEA": "1917", "CITY": "Redon", "NAME": "GUERRIER Yves", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18566	guerrini-guy-1912-07-01	{"e1": "937"}	{"lerrcp": "E1-937"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Guerrini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-07-01 23:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1912-07-01 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Guerrini"}, "birth": {"tzo": "+00:00", "date": "1912-07-01 23:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1912-07-01 23:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "937"}}, "raw": {"H": "23:00", "COD": "13", "DAY": "01", "MON": "07", "NUM": "0937", "PRO": "PH", "YEA": "1912", "CITY": "Marseille", "NAME": "GUERRINI Guy", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18567	guglielmi-joseph-1912-02-29	{"e1": "938"}	{"lerrcp": "E1-938"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Guglielmi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-02-29 07:00", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1912-02-29 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Guglielmi"}, "birth": {"tzo": "+00:00", "date": "1912-02-29 07:00", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1912-02-29 07:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "938"}}, "raw": {"H": "07:00", "COD": "78", "DAY": "29", "MON": "02", "NUM": "0938", "PRO": "PH", "YEA": "1912", "CITY": "Versailles", "NAME": "GUGLIELMI Joseph", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18568	guibaud-eugene-1909-09-05	{"e1": "939"}	{"lerrcp": "E1-939"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Guibaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-09-05 05:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": 4.5741, "lat": 45.81595, "name": "Savigny", "geoid": 2975553}, "notime": null, "date-ut": "1909-09-05 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Guibaud"}, "birth": {"tzo": "+00:09", "date": "1909-09-05 05:00", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": 4.5741, "lat": 45.81595, "name": "Savigny", "geoid": 2975553}, "date-ut": "1909-09-05 04:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "939"}}, "raw": {"H": "05:00", "COD": "69", "DAY": "05", "MON": "09", "NUM": "0939", "PRO": "MI", "YEA": "1909", "CITY": "Savigny", "NAME": "GUIBAUD Eugène", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18569	guichard-claude-1928-11-11	{"e1": "940"}	{"lerrcp": "E1-940"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Guichard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1928-11-11 16:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": 0.2172, "lat": 44.84073, "name": "Sainte-Foy-la-Grande", "geoid": 2980589}, "notime": null, "date-ut": "1928-11-11 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Guichard"}, "birth": {"tzo": "+00:00", "date": "1928-11-11 16:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": 0.2172, "lat": 44.84073, "name": "Sainte-Foy-la-Grande", "geoid": 2980589}, "date-ut": "1928-11-11 16:00"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "940"}}, "raw": {"H": "16:00", "COD": "33", "DAY": "11", "MON": "11", "NUM": "0940", "PRO": "PH", "YEA": "1928", "CITY": "Ste Foy la Grande", "NAME": "GUICHARD Claude", "NOTE": "-"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18570	guichard-yves-1922-06-30	{"e1": "941"}	{"lerrcp": "E1-941"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Guichard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-06-30 23:00", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": -1.87633, "lat": 48.37298, "name": "Saint-Domineuc", "geoid": 2980806}, "notime": null, "date-ut": "1922-06-30 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Guichard"}, "birth": {"tzo": "+01:00", "date": "1922-06-30 23:00", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": -1.87633, "lat": 48.37298, "name": "Saint-Domineuc", "geoid": 2980806}, "date-ut": "1922-06-30 22:00"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "941"}}, "raw": {"H": "23:00", "COD": "35", "DAY": "30", "MON": "06", "NUM": "0941", "PRO": "PH", "YEA": "1922", "CITY": "St-Domineuc", "NAME": "GUICHARD Yves", "NOTE": "-"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18571	guillard-andre-1910-07-19	{"e1": "942"}	{"lerrcp": "E1-942"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Guillard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-07-19 09:00", "note": null, "place": {"c1": null, "c2": "37", "c3": "", "cy": "FR", "lg": 0.99024, "lat": 47.34031, "name": "La Croix-en-Touraine", "geoid": 3009732}, "notime": null, "date-ut": "1910-07-19 08:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Guillard"}, "birth": {"tzo": "+00:09", "date": "1910-07-19 09:00", "place": {"c2": "37", "c3": "", "cy": "FR", "lg": 0.99024, "lat": 47.34031, "name": "La Croix-en-Touraine", "geoid": 3009732}, "date-ut": "1910-07-19 08:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "942"}}, "raw": {"H": "09:00", "COD": "37", "DAY": "19", "MON": "07", "NUM": "0942", "PRO": "PH", "YEA": "1910", "CITY": "La Croix en Touraine", "NAME": "GUILLARD André", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18572	guillaudot-maurice-1893-06-28	{"e1": "943"}	{"lerrcp": "E1-943"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Guillaudot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1893-06-28 13:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "5", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1893-06-28 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Guillaudot"}, "birth": {"tzo": "+00:09", "date": "1893-06-28 13:00", "place": {"c2": "75", "c3": "5", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1893-06-28 12:51"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "943"}}, "raw": {"H": "13:00", "COD": "75", "DAY": "28", "MON": "06", "NUM": "0943", "PRO": "MI", "YEA": "1893", "CITY": "Paris 5ème", "NAME": "GUILLAUDOT Maurice", "NOTE": "*L"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18573	guillaumat-pierre-1909-08-05	{"e1": "944"}	{"lerrcp": "E1-944"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Guillaumat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-08-05 15:20", "note": null, "place": {"c1": null, "c2": "72", "c3": "", "cy": "FR", "lg": -0.07553, "lat": 47.69815, "name": "La Flèche", "geoid": 3009443}, "notime": null, "date-ut": "1909-08-05 15:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Guillaumat"}, "birth": {"tzo": "+00:09", "date": "1909-08-05 15:20", "place": {"c2": "72", "c3": "", "cy": "FR", "lg": -0.07553, "lat": 47.69815, "name": "La Flèche", "geoid": 3009443}, "date-ut": "1909-08-05 15:11"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "944"}}, "raw": {"H": "15:20", "COD": "72", "DAY": "05", "MON": "08", "NUM": "0944", "PRO": "MI", "YEA": "1909", "CITY": "La Flèche", "NAME": "GUILLAUMAT Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18574	guillaumin-andre-1874-09-01	{"e1": "945"}	{"lerrcp": "E1-945"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Guillaumin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10", "date": "1874-09-01 03:00", "note": null, "place": {"c1": null, "c2": "45", "c3": "", "cy": "FR", "lg": 2.602, "lat": 47.59886, "name": "Autry-le-Châtel", "geoid": 3035886}, "notime": null, "date-ut": "1874-09-01 02:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Guillaumin"}, "birth": {"tzo": "+00:10", "date": "1874-09-01 03:00", "place": {"c2": "45", "c3": "", "cy": "FR", "lg": 2.602, "lat": 47.59886, "name": "Autry-le-Châtel", "geoid": 3035886}, "date-ut": "1874-09-01 02:50"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "945"}}, "raw": {"H": "03:00", "COD": "45", "DAY": "01", "MON": "09", "NUM": "0945", "PRO": "PH", "YEA": "1874", "CITY": "Autry-le-Chatel", "NAME": "GUILLAUMIN André", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18575	guillemain-rene-1908-04-20	{"e1": "946"}	{"lerrcp": "E1-946"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Guillemain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-04-20 21:00", "note": null, "place": {"c1": null, "c2": "18", "c3": "", "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "notime": null, "date-ut": "1908-04-20 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Guillemain"}, "birth": {"tzo": "+00:09", "date": "1908-04-20 21:00", "place": {"c2": "18", "c3": "", "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "date-ut": "1908-04-20 20:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "946"}}, "raw": {"H": "21:00", "COD": "18", "DAY": "20", "MON": "04", "NUM": "0946", "PRO": "PH", "YEA": "1908", "CITY": "Bourges", "NAME": "GUILLEMAIN René", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18576	guillebon-jacques-de-1909-10-13	{"e1": "947"}	{"lerrcp": "E1-947"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques de", "family": "Guillebon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1909-10-13 18:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.49383, "lat": 48.59273, "name": "Lunéville", "geoid": 2997110}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jacques de", "family": "Guillebon"}, "birth": {"tzo": "", "date": "1909-10-13 18:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.49383, "lat": 48.59273, "name": "Lunéville", "geoid": 2997110}, "date-ut": ""}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "947"}}, "raw": {"H": "18:00", "COD": "54", "DAY": "13", "MON": "10", "NUM": "0947", "PRO": "MI", "YEA": "1909", "CITY": "Lunéville", "NAME": "GUILLEBON Jacques de", "NOTE": "L"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18577	guillet-rene-1913-06-08	{"e1": "948"}	{"lerrcp": "E1-948"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Guillet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-06-08 18:00", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": 6.23775, "lat": 46.19439, "name": "Annemasse", "geoid": 3037538}, "notime": null, "date-ut": "1913-06-08 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Guillet"}, "birth": {"tzo": "+00:00", "date": "1913-06-08 18:00", "place": {"c2": "74", "c3": "", "cy": "FR", "lg": 6.23775, "lat": 46.19439, "name": "Annemasse", "geoid": 3037538}, "date-ut": "1913-06-08 18:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "948"}}, "raw": {"H": "18:00", "COD": "74", "DAY": "08", "MON": "06", "NUM": "0948", "PRO": "PH", "YEA": "1913", "CITY": "Annemasse", "NAME": "GUILLET René", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18578	guillon-herve-1909-12-15	{"e1": "949"}	{"lerrcp": "E1-949"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hervé", "family": "Guillon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-12-15 11:25", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1909-12-15 11:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hervé", "family": "Guillon"}, "birth": {"tzo": "+00:09", "date": "1909-12-15 11:25", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1909-12-15 11:16"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "949"}}, "raw": {"H": "11:25", "COD": "29", "DAY": "15", "MON": "12", "NUM": "0949", "PRO": "MI", "YEA": "1909", "CITY": "Brest", "NAME": "GUILLON Hervé", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18579	guimier-simonne-renard-1907-01-08	{"e1": "950"}	{"lerrcp": "E1-950"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Simonne (RENARD)", "family": "Guimier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-01-08 13:00", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": 2.35387, "lat": 48.93564, "name": "Saint-Denis", "geoid": 2980916}, "notime": null, "date-ut": "1907-01-08 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Simonne (RENARD)", "family": "Guimier"}, "birth": {"tzo": "+00:09", "date": "1907-01-08 13:00", "place": {"c2": "93", "c3": "", "cy": "FR", "lg": 2.35387, "lat": 48.93564, "name": "Saint-Denis", "geoid": 2980916}, "date-ut": "1907-01-08 12:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "950"}}, "raw": {"H": "13:00", "COD": "93", "DAY": "08", "MON": "01", "NUM": "0950", "PRO": "EX", "YEA": "1907", "CITY": "St-Denis", "NAME": "GUIMIER Simonne (RENARD)", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18580	guiot-gerard-1912-01-19	{"e1": "951"}	{"lerrcp": "E1-951"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Guiot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-01-19 06:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 4.04784, "lat": 50.01532, "name": "Fourmies", "geoid": 3017512}, "notime": null, "date-ut": "1912-01-19 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gérard", "family": "Guiot"}, "birth": {"tzo": "+00:00", "date": "1912-01-19 06:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 4.04784, "lat": 50.01532, "name": "Fourmies", "geoid": 3017512}, "date-ut": "1912-01-19 06:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "951"}}, "raw": {"H": "06:00", "COD": "59", "DAY": "19", "MON": "01", "NUM": "0951", "PRO": "PH", "YEA": "1912", "CITY": "Fourmies", "NAME": "GUIOT Gérard", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18583	habert-jacques-1919-09-26	{"e1": "954"}	{"lerrcp": "E1-954"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Habert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-09-26 03:30", "note": null, "place": {"c1": null, "c2": "95", "c3": "", "cy": "FR", "lg": 2.17099, "lat": 49.13202, "name": "Nesles-la-Vallée", "geoid": 2990729}, "notime": null, "date-ut": "1919-09-26 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Habert"}, "birth": {"tzo": "+01:00", "date": "1919-09-26 03:30", "place": {"c2": "95", "c3": "", "cy": "FR", "lg": 2.17099, "lat": 49.13202, "name": "Nesles-la-Vallée", "geoid": 2990729}, "date-ut": "1919-09-26 02:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "954"}}, "raw": {"H": "03:30", "COD": "95", "DAY": "26", "MON": "09", "NUM": "0954", "PRO": "EX", "YEA": "1919", "CITY": "Nesles la Vallée", "NAME": "HABERT Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18584	haffner-antoine-1923-07-14	{"e1": "955"}	{"lerrcp": "E1-955"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Haffner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1923-07-14 16:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1923-07-14 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Haffner"}, "birth": {"tzo": "+01:00", "date": "1923-07-14 16:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1923-07-14 15:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "955"}}, "raw": {"H": "16:00", "COD": "42", "DAY": "14", "MON": "07", "NUM": "0955", "PRO": "EX", "YEA": "1923", "CITY": "St-Etienne", "NAME": "HAFFNER Antoine", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18585	hallais-pierre-1913-06-03	{"e1": "956"}	{"lerrcp": "E1-956"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Hallais", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-06-03 23:00", "note": null, "place": {"c1": null, "c2": "41", "c3": "", "cy": "FR", "lg": 1.32912, "lat": 47.59432, "name": "Blois", "geoid": 3032213}, "notime": null, "date-ut": "1913-06-03 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Hallais"}, "birth": {"tzo": "+00:00", "date": "1913-06-03 23:00", "place": {"c2": "41", "c3": "", "cy": "FR", "lg": 1.32912, "lat": 47.59432, "name": "Blois", "geoid": 3032213}, "date-ut": "1913-06-03 23:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "956"}}, "raw": {"H": "23:00", "COD": "41", "DAY": "03", "MON": "06", "NUM": "0956", "PRO": "MI", "YEA": "1913", "CITY": "Blois", "NAME": "HALLAIS Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18586	halle-jean-1912-06-10	{"e1": "957"}	{"lerrcp": "E1-957"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Halle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-06-10 12:00", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 4.31341, "lat": 49.13043, "name": "Mourmelon-le-Petit", "geoid": 2991412}, "notime": null, "date-ut": "1912-06-10 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Halle"}, "birth": {"tzo": "+00:00", "date": "1912-06-10 12:00", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": 4.31341, "lat": 49.13043, "name": "Mourmelon-le-Petit", "geoid": 2991412}, "date-ut": "1912-06-10 12:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "957"}}, "raw": {"H": "12:00", "COD": "51", "DAY": "10", "MON": "06", "NUM": "0957", "PRO": "MI", "YEA": "1912", "CITY": "Mourmelon le Petit", "NAME": "HALLE Jean", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18587	hallier-andre-1892-01-09	{"e1": "958"}	{"lerrcp": "E1-958"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Hallier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1892-01-09 18:30", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1892-01-09 18:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Hallier"}, "birth": {"tzo": "+00:09", "date": "1892-01-09 18:30", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1892-01-09 18:21"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "958"}}, "raw": {"H": "18:30", "COD": "78", "DAY": "09", "MON": "01", "NUM": "0958", "PRO": "MI", "YEA": "1892", "CITY": "Versailles", "NAME": "HALLIER André", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18588	hamard-pacory-leon-1899-03-29	{"e1": "959"}	{"lerrcp": "E1-959"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Hamard-Pacory", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-03-29 23:30", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": -1.19961, "lat": 48.35157, "name": "Fougères", "geoid": 3017609}, "notime": null, "date-ut": "1899-03-29 23:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Hamard-Pacory"}, "birth": {"tzo": "+00:09", "date": "1899-03-29 23:30", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": -1.19961, "lat": 48.35157, "name": "Fougères", "geoid": 3017609}, "date-ut": "1899-03-29 23:21"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "959"}}, "raw": {"H": "23:30", "COD": "35", "DAY": "29", "MON": "03", "NUM": "0959", "PRO": "EX", "YEA": "1899", "CITY": "Fougères", "NAME": "HAMARD-PACORY Léon", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18589	hamburger-jean-1909-07-15	{"e1": "959b"}	{"lerrcp": "E1-959b"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Hamburger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-07-15 19:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "8", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1909-07-15 19:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Hamburger"}, "birth": {"tzo": "+00:09", "date": "1909-07-15 19:30", "place": {"c2": "75", "c3": "8", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1909-07-15 19:21"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "959b"}}, "raw": {"H": "19:30", "COD": "75", "DAY": "15", "MON": "07", "NUM": "0959b", "PRO": "PH", "YEA": "1909", "CITY": "Paris 8ème", "NAME": "HAMBURGER Jean", "NOTE": "+"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18590	hamelle-marcel-1905-04-05	{"e1": "960"}	{"lerrcp": "E1-960"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Hamelle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-04-05 12:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1905-04-05 11:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Hamelle"}, "birth": {"tzo": "+00:09", "date": "1905-04-05 12:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1905-04-05 11:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "960"}}, "raw": {"H": "12:00", "COD": "76", "DAY": "05", "MON": "04", "NUM": "0960", "PRO": "EX", "YEA": "1905", "CITY": "Le Havre", "NAME": "HAMELLE Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18591	hamm-albert-1880-05-16	{"e1": "961"}	{"lerrcp": "E1-961"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Hamm", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1880-05-16 23:00", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Wickersheim", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Hamm"}, "birth": {"tzo": "", "date": "1880-05-16 23:00", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Wickersheim", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "961"}}, "raw": {"H": "23:00", "COD": "67", "DAY": "16", "MON": "05", "NUM": "0961", "PRO": "PH", "YEA": "1880", "CITY": "Wickersheim", "NAME": "HAMM Albert", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18592	hannart-maurice-1921-04-21	{"e1": "962"}	{"lerrcp": "E1-962"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Hannart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-04-21 02:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.18681, "lat": 50.65256, "name": "Hem", "geoid": 3013549}, "notime": null, "date-ut": "1921-04-21 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Hannart"}, "birth": {"tzo": "+01:00", "date": "1921-04-21 02:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.18681, "lat": 50.65256, "name": "Hem", "geoid": 3013549}, "date-ut": "1921-04-21 01:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "962"}}, "raw": {"H": "02:00", "COD": "59", "DAY": "21", "MON": "04", "NUM": "0962", "PRO": "EX", "YEA": "1921", "CITY": "Hem", "NAME": "HANNART Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18594	hanote-jean-1905-12-26	{"e1": "964"}	{"lerrcp": "E1-964"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Hanote", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-12-26 20:00", "note": null, "place": {"c1": null, "c2": "49", "c3": "", "cy": "FR", "lg": -0.07808, "lat": 47.25931, "name": "Saumur", "geoid": 2975758}, "notime": null, "date-ut": "1905-12-26 19:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Hanote"}, "birth": {"tzo": "+00:09", "date": "1905-12-26 20:00", "place": {"c2": "49", "c3": "", "cy": "FR", "lg": -0.07808, "lat": 47.25931, "name": "Saumur", "geoid": 2975758}, "date-ut": "1905-12-26 19:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "964"}}, "raw": {"H": "20:00", "COD": "49", "DAY": "26", "MON": "12", "NUM": "0964", "PRO": "MI", "YEA": "1905", "CITY": "Saumur", "NAME": "HANOTE Jean", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18595	hanoteau-pierre-1888-05-05	{"e1": "965"}	{"lerrcp": "E1-965"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Hanoteau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10", "date": "1888-05-05 07:15", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.43769, "lat": 48.8486, "name": "Vincennes", "geoid": 2968054}, "notime": null, "date-ut": "1888-05-05 07:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Hanoteau"}, "birth": {"tzo": "+00:10", "date": "1888-05-05 07:15", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.43769, "lat": 48.8486, "name": "Vincennes", "geoid": 2968054}, "date-ut": "1888-05-05 07:05"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "965"}}, "raw": {"H": "07:15", "COD": "94", "DAY": "05", "MON": "05", "NUM": "0965", "PRO": "MI", "YEA": "1888", "CITY": "Vincennes", "NAME": "HANOTEAU Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18596	hanrion-bertrand-1824-12-08	{"e1": "966"}	{"lerrcp": "E1-966"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bertrand", "family": "Hanrion", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12", "date": "1824-12-08 04:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "notime": null, "date-ut": "1824-12-08 03:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Bertrand", "family": "Hanrion"}, "birth": {"tzo": "+00:12", "date": "1824-12-08 04:00", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "date-ut": "1824-12-08 03:48"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "966"}}, "raw": {"H": "04:00", "COD": "66", "DAY": "08", "MON": "12", "NUM": "0966", "PRO": "MI", "YEA": "1824", "CITY": "Perpignan", "NAME": "HANRION Bertrand", "NOTE": "*"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18597	harlaut-georges-1891-07-06	{"e1": "967"}	{"lerrcp": "E1-967"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Harlaut", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1891-07-06 16:00", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "notime": null, "date-ut": "1891-07-06 15:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Harlaut"}, "birth": {"tzo": "+00:09", "date": "1891-07-06 16:00", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "date-ut": "1891-07-06 15:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "967"}}, "raw": {"H": "16:00", "COD": "51", "DAY": "06", "MON": "07", "NUM": "0967", "PRO": "MI", "YEA": "1891", "CITY": "Reims", "NAME": "HARLAUT Georges", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18598	harlay-victor-1908-07-29	{"e1": "968"}	{"lerrcp": "E1-968"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Harlay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1908-07-29 13:30", "note": null, "place": {"c1": null, "c2": "08", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Charleville", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Harlay"}, "birth": {"tzo": "", "date": "1908-07-29 13:30", "place": {"c2": "08", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Charleville", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "968"}}, "raw": {"H": "13:30", "COD": "08", "DAY": "29", "MON": "07", "NUM": "0968", "PRO": "PH", "YEA": "1908", "CITY": "Charleville", "NAME": "HARLAY Victor", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18599	hartemann-pierre-1925-09-05	{"e1": "969"}	{"lerrcp": "E1-969"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Hartemann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1925-09-05 07:00", "note": null, "place": {"c1": null, "c2": "68", "c3": "", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "notime": null, "date-ut": "1925-09-05 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Hartemann"}, "birth": {"tzo": "+01:00", "date": "1925-09-05 07:00", "place": {"c2": "68", "c3": "", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "date-ut": "1925-09-05 06:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "969"}}, "raw": {"H": "07:00", "COD": "68", "DAY": "05", "MON": "09", "NUM": "0969", "PRO": "PH", "YEA": "1925", "CITY": "Mulhouse", "NAME": "HARTEMANN Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18600	hartmann-edouard-1893-01-09	{"e1": "970"}	{"lerrcp": "E1-970"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Hartmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1893-01-09 07:45", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Maisons-Lafitte", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Hartmann"}, "birth": {"tzo": "", "date": "1893-01-09 07:45", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Maisons-Lafitte", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "970"}}, "raw": {"H": "07:45", "COD": "78", "DAY": "09", "MON": "01", "NUM": "0970", "PRO": "PH", "YEA": "1893", "CITY": "Maisons-Lafitte", "NAME": "HARTMANN Edouard", "NOTE": "-"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18601	hassler-jean-1897-10-19	{"e1": "971"}	{"lerrcp": "E1-971"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Hassler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1897-10-19 08:00", "note": null, "place": {"c1": null, "c2": "22", "c3": "", "cy": "FR", "lg": -2.76838, "lat": 48.51513, "name": "Saint-Brieuc", "geoid": 2981280}, "notime": null, "date-ut": "1897-10-19 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Hassler"}, "birth": {"tzo": "+00:09", "date": "1897-10-19 08:00", "place": {"c2": "22", "c3": "", "cy": "FR", "lg": -2.76838, "lat": 48.51513, "name": "Saint-Brieuc", "geoid": 2981280}, "date-ut": "1897-10-19 07:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "971"}}, "raw": {"H": "08:00", "COD": "22", "DAY": "19", "MON": "10", "NUM": "0971", "PRO": "PH", "YEA": "1897", "CITY": "St-Brieuc", "NAME": "HASSLER Jean", "NOTE": "-"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18602	hassler-joseph-1881-04-10	{"e1": "972"}	{"lerrcp": "E1-972"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Hassler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10", "date": "1881-04-10 20:30", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.52957, "lat": 50.27767, "name": "Avesnes-le-Comte", "geoid": 3035702}, "notime": null, "date-ut": "1881-04-10 20:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Hassler"}, "birth": {"tzo": "+00:10", "date": "1881-04-10 20:30", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 2.52957, "lat": 50.27767, "name": "Avesnes-le-Comte", "geoid": 3035702}, "date-ut": "1881-04-10 20:20"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "972"}}, "raw": {"H": "20:30", "COD": "62", "DAY": "10", "MON": "04", "NUM": "0972", "PRO": "MI", "YEA": "1881", "CITY": "Avesnes le Comte", "NAME": "HASSLER Joseph", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18603	hauser-achille-1867-12-16	{"e1": "973"}	{"lerrcp": "E1-973"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Achille", "family": "Hauser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29", "date": "1867-12-16 14:00", "note": null, "place": {"c1": null, "c2": "68", "c3": "", "cy": "FR", "lg": 7.24154, "lat": 47.80947, "name": "Wittelsheim", "geoid": 2967319}, "notime": null, "date-ut": "1867-12-16 13:31"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician", "executive"]	5	null	[{"new": {"name": {"given": "Achille", "family": "Hauser"}, "birth": {"tzo": "+00:29", "date": "1867-12-16 14:00", "place": {"c2": "68", "c3": "", "cy": "FR", "lg": 7.24154, "lat": 47.80947, "name": "Wittelsheim", "geoid": 2967319}, "date-ut": "1867-12-16 13:31"}, "occus": ["physician", "executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "973"}}, "raw": {"H": "14:00", "COD": "68", "DAY": "16", "MON": "12", "NUM": "0973", "PRO": "PH,EX", "YEA": "1867", "CITY": "Wittelsheim", "NAME": "HAUSER Achille", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18604	hautiere-yves-1914-10-21	{"e1": "974"}	{"lerrcp": "E1-974"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Hautiere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-10-21 13:30", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1914-10-21 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Hautiere"}, "birth": {"tzo": "+00:00", "date": "1914-10-21 13:30", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1914-10-21 13:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "974"}}, "raw": {"H": "13:30", "COD": "35", "DAY": "21", "MON": "10", "NUM": "0974", "PRO": "MI", "YEA": "1914", "CITY": "Rennes", "NAME": "HAUTIERE Yves", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18605	haye-andre-1895-02-14	{"e1": "975"}	{"lerrcp": "E1-975"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Haye", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1895-02-14 11:00", "note": null, "place": {"c1": null, "c2": "28", "c3": "", "cy": "FR", "lg": 1.48925, "lat": 48.44685, "name": "Chartres", "geoid": 3026467}, "notime": null, "date-ut": "1895-02-14 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Haye"}, "birth": {"tzo": "+00:09", "date": "1895-02-14 11:00", "place": {"c2": "28", "c3": "", "cy": "FR", "lg": 1.48925, "lat": 48.44685, "name": "Chartres", "geoid": 3026467}, "date-ut": "1895-02-14 10:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "975"}}, "raw": {"H": "11:00", "COD": "28", "DAY": "14", "MON": "02", "NUM": "0975", "PRO": "PH", "YEA": "1895", "CITY": "Chartres", "NAME": "HAYE André", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18606	hebert-henri-1912-10-23	{"e1": "976"}	{"lerrcp": "E1-976"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Hebert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-10-23 19:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1912-10-23 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Hebert"}, "birth": {"tzo": "+00:00", "date": "1912-10-23 19:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1912-10-23 19:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "976"}}, "raw": {"H": "19:00", "COD": "13", "DAY": "23", "MON": "10", "NUM": "0976", "PRO": "MI", "YEA": "1912", "CITY": "Marseille", "NAME": "HEBERT Henri", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18607	hebraud-andre-1908-01-08	{"e1": "977"}	{"lerrcp": "E1-977"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Hebraud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-01-08 11:00", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": 2.53756, "lat": 43.403, "name": "Lespinassière", "geoid": 2999973}, "notime": null, "date-ut": "1908-01-08 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Hebraud"}, "birth": {"tzo": "+00:09", "date": "1908-01-08 11:00", "place": {"c2": "11", "c3": "", "cy": "FR", "lg": 2.53756, "lat": 43.403, "name": "Lespinassière", "geoid": 2999973}, "date-ut": "1908-01-08 10:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "977"}}, "raw": {"H": "11:00", "COD": "11", "DAY": "08", "MON": "01", "NUM": "0977", "PRO": "MI", "YEA": "1908", "CITY": "Lespinassière", "NAME": "HEBRAUD André", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18608	hecaen-henry-1912-05-05	{"e1": "978"}	{"lerrcp": "E1-978"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Hecaen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-05-05 04:10", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1912-05-05 04:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Hecaen"}, "birth": {"tzo": "+00:00", "date": "1912-05-05 04:10", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1912-05-05 04:10"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "978"}}, "raw": {"H": "04:10", "COD": "29", "DAY": "05", "MON": "05", "NUM": "0978", "PRO": "PH", "YEA": "1912", "CITY": "Brest", "NAME": "HECAEN Henry", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18609	hechter-daniel-1938-07-30	{"e1": "978b"}	{"lerrcp": "E1-978b"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "Hechter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1938-07-30 14:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "9", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1938-07-30 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Daniel", "family": "Hechter"}, "birth": {"tzo": "+01:00", "date": "1938-07-30 14:30", "place": {"c2": "75", "c3": "9", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1938-07-30 13:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "978b"}}, "raw": {"H": "14:30", "COD": "75", "DAY": "30", "MON": "07", "NUM": "0978b", "PRO": "EX", "YEA": "1938", "CITY": "Paris 9ème", "NAME": "HECHTER Daniel", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18610	helfer-edmond-1909-01-12	{"e1": "979"}	{"lerrcp": "E1-979"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Helfer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-01-12 13:00", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.47458, "lat": 48.82538, "name": "Joinville-le-Pont", "geoid": 3012313}, "notime": null, "date-ut": "1909-01-12 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Helfer"}, "birth": {"tzo": "+00:09", "date": "1909-01-12 13:00", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.47458, "lat": 48.82538, "name": "Joinville-le-Pont", "geoid": 3012313}, "date-ut": "1909-01-12 12:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "979"}}, "raw": {"H": "13:00", "COD": "94", "DAY": "12", "MON": "01", "NUM": "0979", "PRO": "EX", "YEA": "1909", "CITY": "Joinville le Pont", "NAME": "HELFER Edmond", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18611	helluy-joseph-1911-04-15	{"e1": "980"}	{"lerrcp": "E1-980"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Helluy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1911-04-15 01:45", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.49383, "lat": 48.59273, "name": "Lunéville", "geoid": 2997110}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Helluy"}, "birth": {"tzo": "", "date": "1911-04-15 01:45", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.49383, "lat": 48.59273, "name": "Lunéville", "geoid": 2997110}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "980"}}, "raw": {"H": "01:45", "COD": "54", "DAY": "15", "MON": "04", "NUM": "0980", "PRO": "PH", "YEA": "1911", "CITY": "Lunéville", "NAME": "HELLUY Joseph", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18612	henault-henri-1903-06-27	{"e1": "981"}	{"lerrcp": "E1-981"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Henault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-06-27 21:30", "note": null, "place": {"c1": null, "c2": "37", "c3": "", "cy": "FR", "lg": 0.99522, "lat": 47.12858, "name": "Loches", "geoid": 2997996}, "notime": null, "date-ut": "1903-06-27 21:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Henault"}, "birth": {"tzo": "+00:09", "date": "1903-06-27 21:30", "place": {"c2": "37", "c3": "", "cy": "FR", "lg": 0.99522, "lat": 47.12858, "name": "Loches", "geoid": 2997996}, "date-ut": "1903-06-27 21:21"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "981"}}, "raw": {"H": "21:30", "COD": "37", "DAY": "27", "MON": "06", "NUM": "0981", "PRO": "EX", "YEA": "1903", "CITY": "Loches", "NAME": "HENAULT Henri", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18613	hennequin-francois-1914-03-29	{"e1": "982"}	{"lerrcp": "E1-982"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Hennequin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1914-03-29 01:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Hennequin"}, "birth": {"tzo": "", "date": "1914-03-29 01:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "982"}}, "raw": {"H": "01:00", "COD": "54", "DAY": "29", "MON": "03", "NUM": "0982", "PRO": "MI", "YEA": "1914", "CITY": "Nancy", "NAME": "HENNEQUIN François", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18614	henriet-jacques-1904-10-06	{"e1": "983"}	{"lerrcp": "E1-983"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Henriet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-10-06 21:00", "note": null, "place": {"c1": null, "c2": "25", "c3": "", "cy": "FR", "lg": 6.52468, "lat": 47.13042, "name": "Orchamps-Vennes", "geoid": 2989425}, "notime": null, "date-ut": "1904-10-06 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Henriet"}, "birth": {"tzo": "+00:09", "date": "1904-10-06 21:00", "place": {"c2": "25", "c3": "", "cy": "FR", "lg": 6.52468, "lat": 47.13042, "name": "Orchamps-Vennes", "geoid": 2989425}, "date-ut": "1904-10-06 20:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "983"}}, "raw": {"H": "21:00", "COD": "25", "DAY": "06", "MON": "10", "NUM": "0983", "PRO": "PH", "YEA": "1904", "CITY": "Orchamps-Vennes", "NAME": "HENRIET Jacques", "NOTE": "-"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18615	henriet-pierra-1901-07-20	{"e1": "984"}	{"lerrcp": "E1-984"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierra", "family": "Henriet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-07-20 01:00", "note": null, "place": {"c1": null, "c2": "60", "c3": "", "cy": "FR", "lg": 2.58661, "lat": 49.20724, "name": "Senlis", "geoid": 2975088}, "notime": null, "date-ut": "1901-07-20 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierra", "family": "Henriet"}, "birth": {"tzo": "+00:09", "date": "1901-07-20 01:00", "place": {"c2": "60", "c3": "", "cy": "FR", "lg": 2.58661, "lat": 49.20724, "name": "Senlis", "geoid": 2975088}, "date-ut": "1901-07-20 00:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "984"}}, "raw": {"H": "01:00", "COD": "60", "DAY": "20", "MON": "07", "NUM": "0984", "PRO": "PH", "YEA": "1901", "CITY": "Senlis", "NAME": "HENRIET Pierra", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18616	henrion-roger-1927-08-18	{"e1": "985"}	{"lerrcp": "E1-985"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Henrion", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1927-08-18 14:45", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Villeneuve saint Georg", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Henrion"}, "birth": {"tzo": "", "date": "1927-08-18 14:45", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Villeneuve saint Georg", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "985"}}, "raw": {"H": "14:45", "COD": "94", "DAY": "18", "MON": "08", "NUM": "0985", "PRO": "PH", "YEA": "1927", "CITY": "Villeneuve St Georg", "NAME": "HENRION Roger", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18617	henrypierre-bizot-jean-1906-03-26	{"e1": "986"}	{"lerrcp": "E1-986"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Henrypierre-Bizot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-03-26 07:00", "note": null, "place": {"c1": null, "c2": "01", "c3": "", "cy": "FR", "lg": 5.90506, "lat": 46.13819, "name": "Collonges", "geoid": 3024306}, "notime": null, "date-ut": "1906-03-26 06:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Henrypierre-Bizot"}, "birth": {"tzo": "+00:09", "date": "1906-03-26 07:00", "place": {"c2": "01", "c3": "", "cy": "FR", "lg": 5.90506, "lat": 46.13819, "name": "Collonges", "geoid": 3024306}, "date-ut": "1906-03-26 06:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "986"}}, "raw": {"H": "07:00", "COD": "01", "DAY": "26", "MON": "03", "NUM": "0986", "PRO": "EX", "YEA": "1906", "CITY": "Collonges", "NAME": "HENRYPIERRE-BIZOT Jean", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18618	heraud-marius-1904-07-08	{"e1": "987"}	{"lerrcp": "E1-987"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marius", "family": "Heraud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-07-08 08:00", "note": null, "place": {"c1": null, "c2": "17", "c3": "", "cy": "FR", "lg": -0.74885, "lat": 45.5997, "name": "Saint-André-de-Lidon", "geoid": 2981754}, "notime": null, "date-ut": "1904-07-08 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Marius", "family": "Heraud"}, "birth": {"tzo": "+00:09", "date": "1904-07-08 08:00", "place": {"c2": "17", "c3": "", "cy": "FR", "lg": -0.74885, "lat": 45.5997, "name": "Saint-André-de-Lidon", "geoid": 2981754}, "date-ut": "1904-07-08 07:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "987"}}, "raw": {"H": "08:00", "COD": "17", "DAY": "08", "MON": "07", "NUM": "0987", "PRO": "EX", "YEA": "1904", "CITY": "St André de Lidon", "NAME": "HERAUD Marius", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18619	herbillon-pierre-1879-06-24	{"e1": "988"}	{"lerrcp": "E1-988"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Herbillon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11", "date": "1879-06-24 12:40", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "notime": null, "date-ut": "1879-06-24 12:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Herbillon"}, "birth": {"tzo": "+00:11", "date": "1879-06-24 12:40", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "date-ut": "1879-06-24 12:29"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "988"}}, "raw": {"H": "12:40", "COD": "62", "DAY": "24", "MON": "06", "NUM": "0988", "PRO": "MI", "YEA": "1879", "CITY": "Arras", "NAME": "HERBILLON Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18620	herbert-jean-1905-07-16	{"e1": "989"}	{"lerrcp": "E1-989"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Herbert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-07-16 14:00", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": -1.65989, "lat": 48.27265, "name": "Saint-Médard-sur-Ille", "geoid": 2978070}, "notime": null, "date-ut": "1905-07-16 13:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Herbert"}, "birth": {"tzo": "+00:09", "date": "1905-07-16 14:00", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": -1.65989, "lat": 48.27265, "name": "Saint-Médard-sur-Ille", "geoid": 2978070}, "date-ut": "1905-07-16 13:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "989"}}, "raw": {"H": "14:00", "COD": "35", "DAY": "16", "MON": "07", "NUM": "0989", "PRO": "PH", "YEA": "1905", "CITY": "St Médard sur Ille", "NAME": "HERBERT Jean", "NOTE": "+"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18621	herbeuval-rene-1912-11-20	{"e1": "990"}	{"lerrcp": "E1-990"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Herbeuval", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1912-11-20 04:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 5.78735, "lat": 48.68385, "name": "Foug", "geoid": 3017622}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Herbeuval"}, "birth": {"tzo": "", "date": "1912-11-20 04:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 5.78735, "lat": 48.68385, "name": "Foug", "geoid": 3017622}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "990"}}, "raw": {"H": "04:00", "COD": "54", "DAY": "20", "MON": "11", "NUM": "0990", "PRO": "PH", "YEA": "1912", "CITY": "Foug", "NAME": "HERBEUVAL René", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18622	herbodeau-eugene-1888-04-03	{"e1": "991"}	{"lerrcp": "E1-991"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Herbodeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05", "date": "1888-04-03 11:00", "note": null, "place": {"c1": null, "c2": "36", "c3": "", "cy": "FR", "lg": 1.21482, "lat": 46.70104, "name": "Rosnay", "geoid": 2982764}, "notime": null, "date-ut": "1888-04-03 10:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Herbodeau"}, "birth": {"tzo": "+00:05", "date": "1888-04-03 11:00", "place": {"c2": "36", "c3": "", "cy": "FR", "lg": 1.21482, "lat": 46.70104, "name": "Rosnay", "geoid": 2982764}, "date-ut": "1888-04-03 10:55"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "991"}}, "raw": {"H": "11:00", "COD": "36", "DAY": "03", "MON": "04", "NUM": "0991", "PRO": "EX", "YEA": "1888", "CITY": "Rosnay", "NAME": "HERBODEAU Eugène", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18623	herck-jean-1885-07-29	{"e1": "992"}	{"lerrcp": "E1-992"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Herck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11", "date": "1885-07-29 14:00", "note": null, "place": {"c1": null, "c2": "60", "c3": "", "cy": "FR", "lg": 2.82606, "lat": 49.41794, "name": "Compiègne", "geoid": 3024066}, "notime": null, "date-ut": "1885-07-29 13:49"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Herck"}, "birth": {"tzo": "+00:11", "date": "1885-07-29 14:00", "place": {"c2": "60", "c3": "", "cy": "FR", "lg": 2.82606, "lat": 49.41794, "name": "Compiègne", "geoid": 3024066}, "date-ut": "1885-07-29 13:49"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "992"}}, "raw": {"H": "14:00", "COD": "60", "DAY": "29", "MON": "07", "NUM": "0992", "PRO": "MI", "YEA": "1885", "CITY": "Compiègne", "NAME": "HERCK Jean", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18624	heriard-dubreuil-marc-1910-08-17	{"e1": "993"}	{"lerrcp": "E1-993"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marc", "family": "Heriard Dubreuil", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-08-17 16:40", "note": null, "place": {"c1": null, "c2": "65", "c3": "", "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "notime": null, "date-ut": "1910-08-17 16:31"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marc", "family": "Heriard Dubreuil"}, "birth": {"tzo": "+00:09", "date": "1910-08-17 16:40", "place": {"c2": "65", "c3": "", "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "date-ut": "1910-08-17 16:31"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "993"}}, "raw": {"H": "16:40", "COD": "65", "DAY": "17", "MON": "08", "NUM": "0993", "PRO": "MI", "YEA": "1910", "CITY": "Tarbes", "NAME": "HERIARD DUBREUIL Marc", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18625	hersant-robert-1920-01-31	{"e1": "994"}	{"lerrcp": "E1-994"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Hersant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1920-01-31 19:00", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": -1.4729, "lat": 47.16878, "name": "Vertou", "geoid": 2969612}, "notime": null, "date-ut": "1920-01-31 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Hersant"}, "birth": {"tzo": "+00:00", "date": "1920-01-31 19:00", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": -1.4729, "lat": 47.16878, "name": "Vertou", "geoid": 2969612}, "date-ut": "1920-01-31 19:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "994"}}, "raw": {"H": "19:00", "COD": "44", "DAY": "31", "MON": "01", "NUM": "0994", "PRO": "EX", "YEA": "1920", "CITY": "Vertou", "NAME": "HERSANT Robert", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18626	hervet-emile-1913-10-10	{"e1": "995"}	{"lerrcp": "E1-995"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Hervet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-10-10 15:00", "note": null, "place": {"c1": null, "c2": "58", "c3": "", "cy": "FR", "lg": 3.76096, "lat": 46.91286, "name": "Vandenesse", "geoid": 2970802}, "notime": null, "date-ut": "1913-10-10 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Hervet"}, "birth": {"tzo": "+00:00", "date": "1913-10-10 15:00", "place": {"c2": "58", "c3": "", "cy": "FR", "lg": 3.76096, "lat": 46.91286, "name": "Vandenesse", "geoid": 2970802}, "date-ut": "1913-10-10 15:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "995"}}, "raw": {"H": "15:00", "COD": "58", "DAY": "10", "MON": "10", "NUM": "0995", "PRO": "PH", "YEA": "1913", "CITY": "Vandenesse", "NAME": "HERVET Emile", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18627	hervieu-pierre-1905-05-20	{"e1": "996"}	{"lerrcp": "E1-996"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Hervieu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-05-20 01:00", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1905-05-20 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Hervieu"}, "birth": {"tzo": "+00:09", "date": "1905-05-20 01:00", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1905-05-20 00:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "996"}}, "raw": {"H": "01:00", "COD": "44", "DAY": "20", "MON": "05", "NUM": "0996", "PRO": "MI", "YEA": "1905", "CITY": "Nantes", "NAME": "HERVIEU Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18628	hervouet-francois-1916-02-23	{"e1": "997"}	{"lerrcp": "E1-997"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Hervouet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-02-23 07:00", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1916-02-23 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "François", "family": "Hervouet"}, "birth": {"tzo": "+00:00", "date": "1916-02-23 07:00", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1916-02-23 07:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "997"}}, "raw": {"H": "07:00", "COD": "44", "DAY": "23", "MON": "02", "NUM": "0997", "PRO": "PH", "YEA": "1916", "CITY": "Nantes", "NAME": "HERVOUET François", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18630	hinglais-hermann-1900-01-21	{"e1": "999"}	{"lerrcp": "E1-999"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Hinglais", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1900-01-21 03:15", "note": null, "place": {"c1": null, "c2": "49", "c3": "", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "notime": null, "date-ut": "1900-01-21 03:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Hinglais"}, "birth": {"tzo": "+00:09", "date": "1900-01-21 03:15", "place": {"c2": "49", "c3": "", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "date-ut": "1900-01-21 03:06"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "999"}}, "raw": {"H": "03:15", "COD": "49", "DAY": "21", "MON": "01", "NUM": "0999", "PRO": "PH", "YEA": "1900", "CITY": "Angers", "NAME": "HINGLAIS Hermann", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18631	hocquard-jean-1889-09-07	{"e1": "1000"}	{"lerrcp": "E1-1000"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Hocquard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13", "date": "1889-09-07 07:00", "note": null, "place": {"c1": null, "c2": "89", "c3": "", "cy": "FR", "lg": 3.28328, "lat": 48.19738, "name": "Sens", "geoid": 2975050}, "notime": null, "date-ut": "1889-09-07 06:47"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Hocquard"}, "birth": {"tzo": "+00:13", "date": "1889-09-07 07:00", "place": {"c2": "89", "c3": "", "cy": "FR", "lg": 3.28328, "lat": 48.19738, "name": "Sens", "geoid": 2975050}, "date-ut": "1889-09-07 06:47"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1000"}}, "raw": {"H": "07:00", "COD": "89", "DAY": "07", "MON": "09", "NUM": "1000", "PRO": "PH", "YEA": "1889", "CITY": "Sens", "NAME": "HOCQUARD Jean", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18632	hoffer-henriette-1885-06-18	{"e1": "1001"}	{"lerrcp": "E1-1001"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henriette", "family": "Hoffer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22", "date": "1885-06-18 02:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1885-06-18 01:38"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henriette", "family": "Hoffer"}, "birth": {"tzo": "+00:22", "date": "1885-06-18 02:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1885-06-18 01:38"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1001"}}, "raw": {"H": "02:00", "COD": "13", "DAY": "18", "MON": "06", "NUM": "1001", "PRO": "PH", "YEA": "1885", "CITY": "Marseille", "NAME": "HOFFER Henriette", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18633	hollande-charles-1881-01-29	{"e1": "1002"}	{"lerrcp": "E1-1002"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Hollande", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24", "date": "1881-01-29 01:00", "note": null, "place": {"c1": null, "c2": "73", "c3": "", "cy": "FR", "lg": 5.92079, "lat": 45.56628, "name": "Chambéry", "geoid": 3027422}, "notime": null, "date-ut": "1881-01-29 00:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Hollande"}, "birth": {"tzo": "+00:24", "date": "1881-01-29 01:00", "place": {"c2": "73", "c3": "", "cy": "FR", "lg": 5.92079, "lat": 45.56628, "name": "Chambéry", "geoid": 3027422}, "date-ut": "1881-01-29 00:36"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1002"}}, "raw": {"H": "01:00", "COD": "73", "DAY": "29", "MON": "01", "NUM": "1002", "PRO": "PH", "YEA": "1881", "CITY": "Chambéry", "NAME": "HOLLANDE Charles", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18634	hollender-louis-1922-02-15	{"e1": "1003"}	{"lerrcp": "E1-1003"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Hollender", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-02-15 02:45", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1922-02-15 02:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Hollender"}, "birth": {"tzo": "+00:00", "date": "1922-02-15 02:45", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1922-02-15 02:45"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1003"}}, "raw": {"H": "02:45", "COD": "67", "DAY": "15", "MON": "02", "NUM": "1003", "PRO": "PH", "YEA": "1922", "CITY": "Strasbourg", "NAME": "HOLLENDER Louis", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18635	hollander-raymond-1918-07-07	{"e1": "1004"}	{"lerrcp": "E1-1004"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Hollander", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1918-07-07 13:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bagnbres de Luchon", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Hollander"}, "birth": {"tzo": "", "date": "1918-07-07 13:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bagnbres de Luchon", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1004"}}, "raw": {"H": "13:00", "COD": "31", "DAY": "07", "MON": "07", "NUM": "1004", "PRO": "MI", "YEA": "1918", "CITY": "Bagnbres de Luchon", "NAME": "HOLLANDER Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18636	horay-pierre-1910-02-01	{"e1": "1005"}	{"lerrcp": "E1-1005"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Horay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-02-01 18:30", "note": null, "place": {"c1": null, "c2": "45", "c3": "", "cy": "FR", "lg": 1.62705, "lat": 47.78019, "name": "Beaugency", "geoid": 3034297}, "notime": null, "date-ut": "1910-02-01 18:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Horay"}, "birth": {"tzo": "+00:09", "date": "1910-02-01 18:30", "place": {"c2": "45", "c3": "", "cy": "FR", "lg": 1.62705, "lat": 47.78019, "name": "Beaugency", "geoid": 3034297}, "date-ut": "1910-02-01 18:21"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1005"}}, "raw": {"H": "18:30", "COD": "45", "DAY": "01", "MON": "02", "NUM": "1005", "PRO": "EX", "YEA": "1910", "CITY": "Beaugency", "NAME": "HORAY Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18637	houdart-raymond-1913-10-22	{"e1": "1006"}	{"lerrcp": "E1-1006"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Houdart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-10-22 17:30", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": 2.65356, "lat": 48.5457, "name": "Melun", "geoid": 2994651}, "notime": null, "date-ut": "1913-10-22 17:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Houdart"}, "birth": {"tzo": "+00:00", "date": "1913-10-22 17:30", "place": {"c2": "77", "c3": "", "cy": "FR", "lg": 2.65356, "lat": 48.5457, "name": "Melun", "geoid": 2994651}, "date-ut": "1913-10-22 17:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1006"}}, "raw": {"H": "17:30", "COD": "77", "DAY": "22", "MON": "10", "NUM": "1006", "PRO": "PH", "YEA": "1913", "CITY": "Melun", "NAME": "HOUDART Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18638	houot-nicolas-maurice-1914-10-23	{"e1": "1007"}	{"lerrcp": "E1-1007"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicolas Maurice", "family": "Houot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-10-23 15:45", "note": null, "place": {"c1": null, "c2": "03", "c3": "", "cy": "FR", "lg": 3.42577, "lat": 46.12709, "name": "Vichy", "geoid": 2969392}, "notime": null, "date-ut": "1914-10-23 15:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Nicolas Maurice", "family": "Houot"}, "birth": {"tzo": "+00:00", "date": "1914-10-23 15:45", "place": {"c2": "03", "c3": "", "cy": "FR", "lg": 3.42577, "lat": 46.12709, "name": "Vichy", "geoid": 2969392}, "date-ut": "1914-10-23 15:45"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1007"}}, "raw": {"H": "15:45", "COD": "03", "DAY": "23", "MON": "10", "NUM": "1007", "PRO": "MI", "YEA": "1914", "CITY": "Vichy", "NAME": "HOUOT Nicolas Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18639	houriez-pierre-1905-09-06	{"e1": "1008"}	{"lerrcp": "E1-1008"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Houriez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-09-06 07:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.32058, "lat": 50.233, "name": "Iwuy", "geoid": 3012620}, "notime": null, "date-ut": "1905-09-06 06:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Houriez"}, "birth": {"tzo": "+00:09", "date": "1905-09-06 07:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.32058, "lat": 50.233, "name": "Iwuy", "geoid": 3012620}, "date-ut": "1905-09-06 06:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1008"}}, "raw": {"H": "07:00", "COD": "59", "DAY": "06", "MON": "09", "NUM": "1008", "PRO": "EX", "YEA": "1905", "CITY": "Iwuy", "NAME": "HOURIEZ Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18640	houssay-jean-1905-08-22	{"e1": "1009"}	{"lerrcp": "E1-1009"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Houssay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-08-22 10:00", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1905-08-22 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Houssay"}, "birth": {"tzo": "+00:09", "date": "1905-08-22 10:00", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1905-08-22 09:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1009"}}, "raw": {"H": "10:00", "COD": "44", "DAY": "22", "MON": "08", "NUM": "1009", "PRO": "MI", "YEA": "1905", "CITY": "Nantes", "NAME": "HOUSSAY Jean", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18641	houssin-yvea-1926-10-11	{"e1": "1010"}	{"lerrcp": "E1-1010"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yvea", "family": "Houssin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1926-10-11 15:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 4.00739, "lat": 43.61692, "name": "Mauguio", "geoid": 2995121}, "notime": null, "date-ut": "1926-10-11 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Yvea", "family": "Houssin"}, "birth": {"tzo": "+00:00", "date": "1926-10-11 15:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 4.00739, "lat": 43.61692, "name": "Mauguio", "geoid": 2995121}, "date-ut": "1926-10-11 15:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1010"}}, "raw": {"H": "15:00", "COD": "34", "DAY": "11", "MON": "10", "NUM": "1010", "PRO": "EX", "YEA": "1926", "CITY": "Mauguio", "NAME": "HOUSSIN Yvea", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18642	huard-pierre-1901-10-16	{"e1": "1011"}	{"lerrcp": "E1-1011"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Huard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1901-10-16 02:20", "note": null, "place": {"c1": null, "c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bastia", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Huard"}, "birth": {"tzo": "", "date": "1901-10-16 02:20", "place": {"c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bastia", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1011"}}, "raw": {"H": "02:20", "COD": "20", "DAY": "16", "MON": "10", "NUM": "1011", "PRO": "PH", "YEA": "1901", "CITY": "Bastia", "NAME": "HUARD Pierre", "NOTE": "+"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18644	hubert-dominique-1916-08-04	{"e1": "1013"}	{"lerrcp": "E1-1013"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dominique", "family": "Hubert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1916-08-04 04:00", "note": null, "place": {"c1": null, "c2": "56", "c3": "", "cy": "FR", "lg": -3.35334, "lat": 47.70638, "name": "Port-Louis", "geoid": 2985963}, "notime": null, "date-ut": "1916-08-04 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Dominique", "family": "Hubert"}, "birth": {"tzo": "+01:00", "date": "1916-08-04 04:00", "place": {"c2": "56", "c3": "", "cy": "FR", "lg": -3.35334, "lat": 47.70638, "name": "Port-Louis", "geoid": 2985963}, "date-ut": "1916-08-04 03:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1013"}}, "raw": {"H": "04:00", "COD": "56", "DAY": "04", "MON": "08", "NUM": "1013", "PRO": "MI", "YEA": "1916", "CITY": "Port-Louis", "NAME": "HUBERT Dominique", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18645	hublot-emmanuel-1911-02-13	{"e1": "1014"}	{"lerrcp": "E1-1014"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emmanuel", "family": "Hublot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1911-02-13 06:00", "note": null, "place": {"c1": null, "c2": "55", "c3": "", "cy": "FR", "lg": 5.3829, "lat": 49.15964, "name": "Verdun", "geoid": 2969958}, "notime": null, "date-ut": "1911-02-13 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emmanuel", "family": "Hublot"}, "birth": {"tzo": "+00:09", "date": "1911-02-13 06:00", "place": {"c2": "55", "c3": "", "cy": "FR", "lg": 5.3829, "lat": 49.15964, "name": "Verdun", "geoid": 2969958}, "date-ut": "1911-02-13 05:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1014"}}, "raw": {"H": "06:00", "COD": "55", "DAY": "13", "MON": "02", "NUM": "1014", "PRO": "MI", "YEA": "1911", "CITY": "Verdun", "NAME": "HUBLOT Emmanuel", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18646	huchet-de-quenetain-bertrand-1911-07-18	{"e1": "1015"}	{"lerrcp": "E1-1015"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "de QUENETAIN Bertrand", "family": "Huchet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-07-18 04:00", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": -1.78847, "lat": 47.90485, "name": "Saint-Senoux", "geoid": 2976969}, "notime": null, "date-ut": "1911-07-18 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "de QUENETAIN Bertrand", "family": "Huchet"}, "birth": {"tzo": "+00:00", "date": "1911-07-18 04:00", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": -1.78847, "lat": 47.90485, "name": "Saint-Senoux", "geoid": 2976969}, "date-ut": "1911-07-18 04:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1015"}}, "raw": {"H": "04:00", "COD": "35", "DAY": "18", "MON": "07", "NUM": "1015", "PRO": "MI", "YEA": "1911", "CITY": "St-Senoux", "NAME": "HUCHET de QUENETAIN Bertrand", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18647	hucliez-jacques-1931-09-16	{"e1": "1016"}	{"lerrcp": "E1-1016"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Hucliez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1931-09-16 01:00", "note": null, "place": {"c1": null, "c2": "57", "c3": "", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1931-09-16 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Hucliez"}, "birth": {"tzo": "+01:00", "date": "1931-09-16 01:00", "place": {"c2": "57", "c3": "", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1931-09-16 00:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1016"}}, "raw": {"H": "01:00", "COD": "57", "DAY": "16", "MON": "09", "NUM": "1016", "PRO": "EX", "YEA": "1931", "CITY": "Metz", "NAME": "HUCLIEZ Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18648	huet-francois-louis-1929-01-20	{"e1": "1017"}	{"lerrcp": "E1-1017"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François-Louis", "family": "Huet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1929-01-20 02:45", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 2.13836, "lat": 48.87925, "name": "Croissy-sur-Seine", "geoid": 3022380}, "notime": null, "date-ut": "1929-01-20 02:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "François-Louis", "family": "Huet"}, "birth": {"tzo": "+00:00", "date": "1929-01-20 02:45", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 2.13836, "lat": 48.87925, "name": "Croissy-sur-Seine", "geoid": 3022380}, "date-ut": "1929-01-20 02:45"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1017"}}, "raw": {"H": "02:45", "COD": "78", "DAY": "20", "MON": "01", "NUM": "1017", "PRO": "EX", "YEA": "1929", "CITY": "Croissy sur Seine", "NAME": "HUET François-Louis", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18651	huet-le-filliatre-andree-1901-07-08	{"e1": "1020"}	{"lerrcp": "E1-1020"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Andrée", "family": "Huet Le Filliatre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-07-08 07:00", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.35992, "lat": 48.7939, "name": "Villejuif", "geoid": 2968705}, "notime": null, "date-ut": "1901-07-08 06:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Andrée", "family": "Huet Le Filliatre"}, "birth": {"tzo": "+00:09", "date": "1901-07-08 07:00", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.35992, "lat": 48.7939, "name": "Villejuif", "geoid": 2968705}, "date-ut": "1901-07-08 06:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1020"}}, "raw": {"H": "07:00", "COD": "94", "DAY": "08", "MON": "07", "NUM": "1020", "PRO": "PH", "YEA": "1901", "CITY": "Villejuif", "NAME": "HUET LE FILLIATRE Andrée", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18652	hugot-georges-1907-01-14	{"e1": "1021"}	{"lerrcp": "E1-1021"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Hugot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1907-01-14 01:00", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Llichy", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Hugot"}, "birth": {"tzo": "", "date": "1907-01-14 01:00", "place": {"c2": "93", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Llichy", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1021"}}, "raw": {"H": "01:00", "COD": "93", "DAY": "14", "MON": "01", "NUM": "1021", "PRO": "EX", "YEA": "1907", "CITY": "Llichy", "NAME": "HUGOT Georges", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18653	huguenin-rene-1894-07-22	{"e1": "1022"}	{"lerrcp": "E1-1022"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Huguenin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1894-07-22 13:00", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "notime": null, "date-ut": "1894-07-22 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Huguenin"}, "birth": {"tzo": "+00:09", "date": "1894-07-22 13:00", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "date-ut": "1894-07-22 12:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1022"}}, "raw": {"H": "13:00", "COD": "51", "DAY": "22", "MON": "07", "NUM": "1022", "PRO": "PH", "YEA": "1894", "CITY": "Reims", "NAME": "HUGUENIN René", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18654	hunebelle-andre-henri-1896-09-01	{"e1": "1023"}	{"lerrcp": "E1-1023"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André Henri", "family": "Hunebelle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1896-09-01 08:00", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Meudon", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "André Henri", "family": "Hunebelle"}, "birth": {"tzo": "", "date": "1896-09-01 08:00", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Meudon", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1023"}}, "raw": {"H": "08:00", "COD": "78", "DAY": "01", "MON": "09", "NUM": "1023", "PRO": "EX", "YEA": "1896", "CITY": "Meudon", "NAME": "HUNEBELLE André Henri", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18655	hure-robert-hurez-1903-07-02	{"e1": "1024"}	{"lerrcp": "E1-1024"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert (HUREZ)", "family": "Hure", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-07-02 19:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.52506, "lat": 50.35909, "name": "Valenciennes", "geoid": 2971041}, "notime": null, "date-ut": "1903-07-02 19:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert (HUREZ)", "family": "Hure"}, "birth": {"tzo": "+00:09", "date": "1903-07-02 19:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.52506, "lat": 50.35909, "name": "Valenciennes", "geoid": 2971041}, "date-ut": "1903-07-02 19:21"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1024"}}, "raw": {"H": "19:30", "COD": "59", "DAY": "02", "MON": "07", "NUM": "1024", "PRO": "MI", "YEA": "1903", "CITY": "Valenciennes", "NAME": "HURE Robert (HUREZ)", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18656	hurel-du-campart-antoine-1923-05-14	{"e1": "1025"}	{"lerrcp": "E1-1025"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Hurel Du Campart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-05-14 11:15", "note": null, "place": {"c1": null, "c2": "61", "c3": "", "cy": "FR", "lg": 0.0533, "lat": 48.46945, "name": "Colombiers", "geoid": 3024235}, "notime": null, "date-ut": "1923-05-14 11:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Hurel Du Campart"}, "birth": {"tzo": "+00:00", "date": "1923-05-14 11:15", "place": {"c2": "61", "c3": "", "cy": "FR", "lg": 0.0533, "lat": 48.46945, "name": "Colombiers", "geoid": 3024235}, "date-ut": "1923-05-14 11:15"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1025"}}, "raw": {"H": "11:15", "COD": "61", "DAY": "14", "MON": "05", "NUM": "1025", "PRO": "EX", "YEA": "1923", "CITY": "Colombiers", "NAME": "HUREL DU CAMPART Antoine", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18657	huriet-claude-1930-05-24	{"e1": "1026"}	{"lerrcp": "E1-1026"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Huriet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1930-05-24 17:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1930-05-24 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Huriet"}, "birth": {"tzo": "+01:00", "date": "1930-05-24 17:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1930-05-24 16:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1026"}}, "raw": {"H": "17:00", "COD": "54", "DAY": "24", "MON": "05", "NUM": "1026", "PRO": "PH", "YEA": "1930", "CITY": "Nancy", "NAME": "HURIET Claude", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18659	huron-roger-1913-08-20	{"e1": "1028"}	{"lerrcp": "E1-1028"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Huron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-08-20 17:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1913-08-20 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Huron"}, "birth": {"tzo": "+00:00", "date": "1913-08-20 17:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1913-08-20 17:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1028"}}, "raw": {"H": "17:00", "COD": "31", "DAY": "20", "MON": "08", "NUM": "1028", "PRO": "PH", "YEA": "1913", "CITY": "Toulouse", "NAME": "HURON Roger", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18660	hurtel-andre-1917-08-18	{"e1": "1029"}	{"lerrcp": "E1-1029"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Andre", "family": "Hurtel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-08-18 04:00", "note": null, "place": {"c1": null, "c2": "14", "c3": "", "cy": "FR", "lg": 0.06995, "lat": 49.357, "name": "Deauville", "geoid": 3021668}, "notime": null, "date-ut": "1917-08-18 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Andre", "family": "Hurtel"}, "birth": {"tzo": "+01:00", "date": "1917-08-18 04:00", "place": {"c2": "14", "c3": "", "cy": "FR", "lg": 0.06995, "lat": 49.357, "name": "Deauville", "geoid": 3021668}, "date-ut": "1917-08-18 03:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1029"}}, "raw": {"H": "04:00", "COD": "14", "DAY": "18", "MON": "08", "NUM": "1029", "PRO": "EX", "YEA": "1917", "CITY": "Deauville", "NAME": "HURTEL Andre", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18661	hussenstein-jean-1900-08-09	{"e1": "1030"}	{"lerrcp": "E1-1030"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Hussenstein", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1900-08-09 21:00", "note": null, "place": {"c1": null, "c2": "53", "c3": "", "cy": "FR", "lg": -0.61383, "lat": 48.30337, "name": "Mayenne", "geoid": 2994935}, "notime": null, "date-ut": "1900-08-09 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Hussenstein"}, "birth": {"tzo": "+00:09", "date": "1900-08-09 21:00", "place": {"c2": "53", "c3": "", "cy": "FR", "lg": -0.61383, "lat": 48.30337, "name": "Mayenne", "geoid": 2994935}, "date-ut": "1900-08-09 20:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1030"}}, "raw": {"H": "21:00", "COD": "53", "DAY": "09", "MON": "08", "NUM": "1030", "PRO": "PH", "YEA": "1900", "CITY": "Mayenne", "NAME": "HUSSENSTEIN Jean", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18663	hutin-francois-regis-1929-06-26	{"e1": "1032"}	{"lerrcp": "E1-1032"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François-Régis", "family": "Hutin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1929-06-26 01:45", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1929-06-26 00:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "François-Régis", "family": "Hutin"}, "birth": {"tzo": "+01:00", "date": "1929-06-26 01:45", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1929-06-26 00:45"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1032"}}, "raw": {"H": "01:45", "COD": "35", "DAY": "26", "MON": "06", "NUM": "1032", "PRO": "EX", "YEA": "1929", "CITY": "Rennes", "NAME": "HUTIN François-Régis", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18664	hutin-yvan-1918-01-18	{"e1": "1033"}	{"lerrcp": "E1-1033"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yvan", "family": "Hutin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1918-01-18 23:00", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 6.45304, "lat": 48.18324, "name": "Épinal", "geoid": 3020035}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Yvan", "family": "Hutin"}, "birth": {"tzo": "", "date": "1918-01-18 23:00", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 6.45304, "lat": 48.18324, "name": "Épinal", "geoid": 3020035}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1033"}}, "raw": {"H": "23:00", "COD": "88", "DAY": "18", "MON": "01", "NUM": "1033", "PRO": "PH", "YEA": "1918", "CITY": "Epinal", "NAME": "HUTIN Yvan", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18665	hutin-desgrees-paul-1888-10-21	{"e1": "1034"}	{"lerrcp": "E1-1034"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Hutin-Desgrees", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22", "date": "1888-10-21 07:30", "note": null, "place": {"c1": null, "c2": "55", "c3": "", "cy": "FR", "lg": 5.51199, "lat": 48.64425, "name": "Bovée-sur-Barboure", "geoid": 3030662}, "notime": null, "date-ut": "1888-10-21 07:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Hutin-Desgrees"}, "birth": {"tzo": "+00:22", "date": "1888-10-21 07:30", "place": {"c2": "55", "c3": "", "cy": "FR", "lg": 5.51199, "lat": 48.64425, "name": "Bovée-sur-Barboure", "geoid": 3030662}, "date-ut": "1888-10-21 07:08"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1034"}}, "raw": {"H": "07:30", "COD": "55", "DAY": "21", "MON": "10", "NUM": "1034", "PRO": "EX", "YEA": "1888", "CITY": "Bovée sur Barboure", "NAME": "HUTIN-DESGREES Paul", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18666	huyot-robert-1908-11-11	{"e1": "1035"}	{"lerrcp": "E1-1035"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Huyot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-11-11 05:00", "note": null, "place": {"c1": null, "c2": "95", "c3": "", "cy": "FR", "lg": 2.28249, "lat": 48.99712, "name": "Eaubonne", "geoid": 3020601}, "notime": null, "date-ut": "1908-11-11 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Huyot"}, "birth": {"tzo": "+00:09", "date": "1908-11-11 05:00", "place": {"c2": "95", "c3": "", "cy": "FR", "lg": 2.28249, "lat": 48.99712, "name": "Eaubonne", "geoid": 3020601}, "date-ut": "1908-11-11 04:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1035"}}, "raw": {"H": "05:00", "COD": "95", "DAY": "11", "MON": "11", "NUM": "1035", "PRO": "EX", "YEA": "1908", "CITY": "Eaubonne", "NAME": "HUYOT Robert", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18667	hyronimus-raymond-1904-06-04	{"e1": "1036"}	{"lerrcp": "E1-1036"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Hyronimus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-06-04 23:00", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": 2.74552, "lat": 48.32027, "name": "La Genevraye", "geoid": 3009123}, "notime": null, "date-ut": "1904-06-04 22:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Hyronimus"}, "birth": {"tzo": "+00:09", "date": "1904-06-04 23:00", "place": {"c2": "77", "c3": "", "cy": "FR", "lg": 2.74552, "lat": 48.32027, "name": "La Genevraye", "geoid": 3009123}, "date-ut": "1904-06-04 22:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1036"}}, "raw": {"H": "23:00", "COD": "77", "DAY": "04", "MON": "06", "NUM": "1036", "PRO": "PH", "YEA": "1904", "CITY": "La Genevraye", "NAME": "HYRONIMUS Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18668	ibar-henri-1920-09-06	{"e1": "1037"}	{"lerrcp": "E1-1037"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Ibar", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-09-06 06:10", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -0.60035, "lat": 42.99982, "name": "Bedous", "geoid": 3033896}, "notime": null, "date-ut": "1920-09-06 05:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Ibar"}, "birth": {"tzo": "+01:00", "date": "1920-09-06 06:10", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": -0.60035, "lat": 42.99982, "name": "Bedous", "geoid": 3033896}, "date-ut": "1920-09-06 05:10"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1037"}}, "raw": {"H": "06:10", "COD": "64", "DAY": "06", "MON": "09", "NUM": "1037", "PRO": "EX", "YEA": "1920", "CITY": "Bedous", "NAME": "IBAR Henri", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18669	idier-paul-1914-08-13	{"e1": "1038"}	{"lerrcp": "E1-1038"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Idier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-08-13 05:00", "note": null, "place": {"c1": null, "c2": "85", "c3": "", "cy": "FR", "lg": -1.42757, "lat": 46.66974, "name": "La Roche-sur-Yon", "geoid": 3006767}, "notime": null, "date-ut": "1914-08-13 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Idier"}, "birth": {"tzo": "+00:00", "date": "1914-08-13 05:00", "place": {"c2": "85", "c3": "", "cy": "FR", "lg": -1.42757, "lat": 46.66974, "name": "La Roche-sur-Yon", "geoid": 3006767}, "date-ut": "1914-08-13 05:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1038"}}, "raw": {"H": "05:00", "COD": "85", "DAY": "13", "MON": "08", "NUM": "1038", "PRO": "MI", "YEA": "1914", "CITY": "La Roche sur Yon", "NAME": "IDIER Paul", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18670	ingelrans-pierre-1898-12-13	{"e1": "1039"}	{"lerrcp": "E1-1039"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Ingelrans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-12-13 11:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1898-12-13 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Ingelrans"}, "birth": {"tzo": "+00:09", "date": "1898-12-13 11:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1898-12-13 10:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1039"}}, "raw": {"H": "11:00", "COD": "59", "DAY": "13", "MON": "12", "NUM": "1039", "PRO": "PH", "YEA": "1898", "CITY": "Lille", "NAME": "INGELRANS Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18671	isch-fransois-1918-11-08	{"e1": "1040"}	{"lerrcp": "E1-1040"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "FranSois", "family": "Isch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1918-11-08 23:20", "note": null, "place": {"c1": null, "c2": "82", "c3": "", "cy": "FR", "lg": 1.3542, "lat": 44.01759, "name": "Montauban", "geoid": 2993002}, "notime": null, "date-ut": "1918-11-08 23:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "FranSois", "family": "Isch"}, "birth": {"tzo": "+00:00", "date": "1918-11-08 23:20", "place": {"c2": "82", "c3": "", "cy": "FR", "lg": 1.3542, "lat": 44.01759, "name": "Montauban", "geoid": 2993002}, "date-ut": "1918-11-08 23:20"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1040"}}, "raw": {"H": "23:20", "COD": "82", "DAY": "08", "MON": "11", "NUM": "1040", "PRO": "PH", "YEA": "1918", "CITY": "Montauban", "NAME": "ISCH FranSois", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18672	izard-jacques-1933-01-02	{"e1": "1041"}	{"lerrcp": "E1-1041"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Izard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1933-01-02 15:00", "note": null, "place": {"c1": null, "c2": "09", "c3": "", "cy": "FR", "lg": 1.14587, "lat": 42.98491, "name": "Saint-Girons", "geoid": 2979657}, "notime": null, "date-ut": "1933-01-02 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Izard"}, "birth": {"tzo": "+00:00", "date": "1933-01-02 15:00", "place": {"c2": "09", "c3": "", "cy": "FR", "lg": 1.14587, "lat": 42.98491, "name": "Saint-Girons", "geoid": 2979657}, "date-ut": "1933-01-02 15:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1041"}}, "raw": {"H": "15:00", "COD": "09", "DAY": "02", "MON": "01", "NUM": "1041", "PRO": "PH", "YEA": "1933", "CITY": "St-Girons", "NAME": "IZARD Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18673	jaboulay-henri-1897-08-05	{"e1": "1042"}	{"lerrcp": "E1-1042"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Jaboulay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1897-08-05 04:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Izieux-saint Chamond", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Jaboulay"}, "birth": {"tzo": "", "date": "1897-08-05 04:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Izieux-saint Chamond", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1042"}}, "raw": {"H": "04:00", "COD": "42", "DAY": "05", "MON": "08", "NUM": "1042", "PRO": "EX", "YEA": "1897", "CITY": "Izieux-St Chamond", "NAME": "JABOULAY Henri", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18674	jacob-francois-1920-06-17	{"e1": "1043"}	{"lerrcp": "E1-1043"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Jacob", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-06-17 09:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1920-06-17 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "physician"]	5	null	[{"new": {"name": {"given": "François", "family": "Jacob"}, "birth": {"tzo": "+01:00", "date": "1920-06-17 09:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1920-06-17 08:00"}, "notes": [null], "occus": ["military-personnel", "physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1043"}}, "raw": {"H": "09:00", "COD": "54", "DAY": "17", "MON": "06", "NUM": "1043", "PRO": "MI,PH", "YEA": "1920", "CITY": "Nancy", "NAME": "JACOB François", "NOTE": "L"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18676	jacquemart-noel-1909-12-24	{"e1": "1045"}	{"lerrcp": "E1-1045"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Noël", "family": "Jacquemart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-12-24 05:00", "note": null, "place": {"c1": null, "c2": "08", "c3": "", "cy": "FR", "lg": 4.94028, "lat": 49.70187, "name": "Sedan", "geoid": 2975349}, "notime": null, "date-ut": "1909-12-24 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Noël", "family": "Jacquemart"}, "birth": {"tzo": "+00:09", "date": "1909-12-24 05:00", "place": {"c2": "08", "c3": "", "cy": "FR", "lg": 4.94028, "lat": 49.70187, "name": "Sedan", "geoid": 2975349}, "date-ut": "1909-12-24 04:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1045"}}, "raw": {"H": "05:00", "COD": "08", "DAY": "24", "MON": "12", "NUM": "1045", "PRO": "EX", "YEA": "1909", "CITY": "Sedan", "NAME": "JACQUEMART Noël", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18677	jacquemart-pierre-1918-08-28	{"e1": "1046"}	{"lerrcp": "E1-1046"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Jacquemart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1918-08-28 02:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Le Cateau", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Jacquemart"}, "birth": {"tzo": "", "date": "1918-08-28 02:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Le Cateau", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1046"}}, "raw": {"H": "02:00", "COD": "59", "DAY": "28", "MON": "08", "NUM": "1046", "PRO": "PH", "YEA": "1918", "CITY": "Le Cateau", "NAME": "JACQUEMART Pierre", "NOTE": "-"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18678	jacques-michel-1913-12-25	{"e1": "1047"}	{"lerrcp": "E1-1047"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Jacques", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1913-12-25 22:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Jacques"}, "birth": {"tzo": "", "date": "1913-12-25 22:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": ""}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1047"}}, "raw": {"H": "22:00", "COD": "54", "DAY": "25", "MON": "12", "NUM": "1047", "PRO": "PH", "YEA": "1913", "CITY": "Nancy", "NAME": "JACQUES Michel", "NOTE": "-"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18679	jacquet-jean-1914-02-20	{"e1": "1048"}	{"lerrcp": "E1-1048"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Jacquet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-02-20 15:00", "note": null, "place": {"c1": null, "c2": "17", "c3": "", "cy": "FR", "lg": -0.54813, "lat": 45.58015, "name": "Pons", "geoid": 2986335}, "notime": null, "date-ut": "1914-02-20 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Jacquet"}, "birth": {"tzo": "+00:00", "date": "1914-02-20 15:00", "place": {"c2": "17", "c3": "", "cy": "FR", "lg": -0.54813, "lat": 45.58015, "name": "Pons", "geoid": 2986335}, "date-ut": "1914-02-20 15:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1048"}}, "raw": {"H": "15:00", "COD": "17", "DAY": "20", "MON": "02", "NUM": "1048", "PRO": "PH", "YEA": "1914", "CITY": "Pons", "NAME": "JACQUET Jean", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18680	jacquier-henri-1907-01-15	{"e1": "1049"}	{"lerrcp": "E1-1049"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Jacquier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-01-15 17:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1907-01-15 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Jacquier"}, "birth": {"tzo": "+00:09", "date": "1907-01-15 17:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1907-01-15 16:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1049"}}, "raw": {"H": "17:00", "COD": "29", "DAY": "15", "MON": "01", "NUM": "1049", "PRO": "PH", "YEA": "1907", "CITY": "Brest", "NAME": "JACQUIER Henri", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18681	jacquier-paul-1910-06-14	{"e1": "1050"}	{"lerrcp": "E1-1050"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Jacquier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-06-14 23:45", "note": null, "place": {"c1": null, "c2": "84", "c3": "", "cy": "FR", "lg": 4.81025, "lat": 44.13806, "name": "Orange", "geoid": 2989460}, "notime": null, "date-ut": "1910-06-14 23:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Jacquier"}, "birth": {"tzo": "+00:09", "date": "1910-06-14 23:45", "place": {"c2": "84", "c3": "", "cy": "FR", "lg": 4.81025, "lat": 44.13806, "name": "Orange", "geoid": 2989460}, "date-ut": "1910-06-14 23:36"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1050"}}, "raw": {"H": "23:45", "COD": "84", "DAY": "14", "MON": "06", "NUM": "1050", "PRO": "MI", "YEA": "1910", "CITY": "Orange", "NAME": "JACQUIER Paul", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18682	jacquillat-claude-1929-12-30	{"e1": "1051"}	{"lerrcp": "E1-1051"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Jacquillat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1929-12-30 01:45", "note": null, "place": {"c1": null, "c2": "69", "c3": "4", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1929-12-30 01:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Jacquillat"}, "birth": {"tzo": "+00:00", "date": "1929-12-30 01:45", "place": {"c2": "69", "c3": "4", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1929-12-30 01:45"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1051"}}, "raw": {"H": "01:45", "COD": "69", "DAY": "30", "MON": "12", "NUM": "1051", "PRO": "PH", "YEA": "1929", "CITY": "Lyon 4ème", "NAME": "JACQUILLAT Claude", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18683	jacquot-pierre-1902-06-16	{"e1": "1052"}	{"lerrcp": "E1-1052"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Jacquot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1902-06-16 01:00", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 5.70332, "lat": 48.17395, "name": "Vrécourt", "geoid": 2967578}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Jacquot"}, "birth": {"tzo": "", "date": "1902-06-16 01:00", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 5.70332, "lat": 48.17395, "name": "Vrécourt", "geoid": 2967578}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1052"}}, "raw": {"H": "01:00", "COD": "88", "DAY": "16", "MON": "06", "NUM": "1052", "PRO": "MI", "YEA": "1902", "CITY": "Vrécourt", "NAME": "JACQUOT Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18684	jacomet-robert-1881-09-03	{"e1": "1053"}	{"lerrcp": "E1-1053"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Jacomet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02", "date": "1881-09-03 07:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -0.38694, "lat": 43.2883, "name": "Jurançon", "geoid": 3012049}, "notime": null, "date-ut": "1881-09-03 07:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Jacomet"}, "birth": {"tzo": "-00:02", "date": "1881-09-03 07:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": -0.38694, "lat": 43.2883, "name": "Jurançon", "geoid": 3012049}, "date-ut": "1881-09-03 07:02"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1053"}}, "raw": {"H": "07:00", "COD": "64", "DAY": "03", "MON": "09", "NUM": "1053", "PRO": "MI", "YEA": "1881", "CITY": "Jurançon", "NAME": "JACOMET Robert", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18685	jacomy-henry-1888-06-27	{"e1": "1054"}	{"lerrcp": "E1-1054"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Jacomy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05", "date": "1888-06-27 16:00", "note": null, "place": {"c1": null, "c2": "82", "c3": "", "cy": "FR", "lg": 1.3542, "lat": 44.01759, "name": "Montauban", "geoid": 2993002}, "notime": null, "date-ut": "1888-06-27 15:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Jacomy"}, "birth": {"tzo": "+00:05", "date": "1888-06-27 16:00", "place": {"c2": "82", "c3": "", "cy": "FR", "lg": 1.3542, "lat": 44.01759, "name": "Montauban", "geoid": 2993002}, "date-ut": "1888-06-27 15:55"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1054"}}, "raw": {"H": "16:00", "COD": "82", "DAY": "27", "MON": "06", "NUM": "1054", "PRO": "MI", "YEA": "1888", "CITY": "Montauban", "NAME": "JACOMY Henry", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18686	jaeger-georges-1927-12-17	{"e1": "1055"}	{"lerrcp": "E1-1055"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Jaeger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1927-12-17 19:40", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.481, "lat": 48.46313, "name": "Obernai", "geoid": 2989796}, "notime": null, "date-ut": "1927-12-17 19:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Jaeger"}, "birth": {"tzo": "+00:00", "date": "1927-12-17 19:40", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.481, "lat": 48.46313, "name": "Obernai", "geoid": 2989796}, "date-ut": "1927-12-17 19:40"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1055"}}, "raw": {"H": "19:40", "COD": "67", "DAY": "17", "MON": "12", "NUM": "1055", "PRO": "PH", "YEA": "1927", "CITY": "Obernai", "NAME": "JAEGER Georges", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18687	jaffeux-roger-1900-10-30	{"e1": "1056"}	{"lerrcp": "E1-1056"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Jaffeux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1900-10-30 18:30", "note": null, "place": {"c1": null, "c2": "91", "c3": "", "cy": "FR", "lg": 2.16233, "lat": 48.43507, "name": "Étampes", "geoid": 3019459}, "notime": null, "date-ut": "1900-10-30 18:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Jaffeux"}, "birth": {"tzo": "+00:09", "date": "1900-10-30 18:30", "place": {"c2": "91", "c3": "", "cy": "FR", "lg": 2.16233, "lat": 48.43507, "name": "Étampes", "geoid": 3019459}, "date-ut": "1900-10-30 18:21"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1056"}}, "raw": {"H": "18:30", "COD": "91", "DAY": "30", "MON": "10", "NUM": "1056", "PRO": "EX", "YEA": "1900", "CITY": "Etampes", "NAME": "JAFFEUX Roger", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18688	james-rene-1911-06-05	{"e1": "1057"}	{"lerrcp": "E1-1057"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "James", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-06-05 19:30", "note": null, "place": {"c1": null, "c2": "03", "c3": "", "cy": "FR", "lg": 3.42577, "lat": 46.12709, "name": "Vichy", "geoid": 2969392}, "notime": null, "date-ut": "1911-06-05 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "James"}, "birth": {"tzo": "+00:00", "date": "1911-06-05 19:30", "place": {"c2": "03", "c3": "", "cy": "FR", "lg": 3.42577, "lat": 46.12709, "name": "Vichy", "geoid": 2969392}, "date-ut": "1911-06-05 19:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1057"}}, "raw": {"H": "19:30", "COD": "03", "DAY": "05", "MON": "06", "NUM": "1057", "PRO": "PH", "YEA": "1911", "CITY": "Vichy", "NAME": "JAMES René", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18689	janot-maurice-marie-1903-11-03	{"e1": "1058", "afd5": "503"}	{"lerrcp": "E1-1058", "muller": "M5-503"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Maurice-Marie", "family": "Janot", "spouse": [], "official": {"given": "Maurice Marie", "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1903-11-03 13:45", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Plombières", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice-Marie", "family": "Janot"}, "birth": {"tzo": "", "date": "1903-11-03 13:45", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Plombières", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1058"}}, "raw": {"H": "13:45", "COD": "88", "DAY": "03", "MON": "11", "NUM": "1058", "PRO": "PH", "YEA": "1903", "CITY": "Plombières", "NAME": "JANOT Maurice-Marie", "NOTE": "+"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Janot", "official": {"given": "Maurice Marie"}}, "birth": {"date": "1903-11-03 13:45", "place": {"name": "Plombières"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "503"}}, "raw": {"NR": "503", "GNR": "ND1105", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1903", "KORR": "-0.16", "MARS": "7", "MODE": "", "MOND": "33", "NAME": "JANOT (MAURICE MARIE).", "AUFAB": "5.40", "PHAS_": "94.500", "SONNE": "14", "VENUS": "17", "BREITE": "48 N 10", "GEBORT": "Plombières (Vosges)", "LAENGE": "006 E 28", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "2", "GEBZEIT": "13.45", "JUPITER": "35", "ELECTAGE": "52,4", "ELECTDAT": "28.02.1956", "GEBDATUM": "03.11.1903", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
18692	jaupitre-michel-1911-06-11	{"e1": "1061"}	{"lerrcp": "E1-1061"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Jaupitre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1911-06-11 19:00", "note": null, "place": {"c1": null, "c2": "45", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Lorria", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Jaupitre"}, "birth": {"tzo": "", "date": "1911-06-11 19:00", "place": {"c2": "45", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Lorria", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1061"}}, "raw": {"H": "19:00", "COD": "45", "DAY": "11", "MON": "06", "NUM": "1061", "PRO": "PH", "YEA": "1911", "CITY": "Lorria", "NAME": "JAUPITRE Michel", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18693	jausion-hubert-1890-09-08	{"e1": "1062"}	{"lerrcp": "E1-1062"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hubert", "family": "Jausion", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06", "date": "1890-09-08 18:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1890-09-08 17:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hubert", "family": "Jausion"}, "birth": {"tzo": "+00:06", "date": "1890-09-08 18:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1890-09-08 17:54"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1062"}}, "raw": {"H": "18:00", "COD": "31", "DAY": "08", "MON": "09", "NUM": "1062", "PRO": "PH", "YEA": "1890", "CITY": "Toulouse", "NAME": "JAUSION Hubert", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18694	jeanblanc-paul-1917-12-18	{"e1": "1063"}	{"lerrcp": "E1-1063"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Jeanblanc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1917-12-18 20:00", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 6.71845, "lat": 48.20709, "name": "Bruyères", "geoid": 3029725}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Jeanblanc"}, "birth": {"tzo": "", "date": "1917-12-18 20:00", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 6.71845, "lat": 48.20709, "name": "Bruyères", "geoid": 3029725}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1063"}}, "raw": {"H": "20:00", "COD": "88", "DAY": "18", "MON": "12", "NUM": "1063", "PRO": "MI", "YEA": "1917", "CITY": "Bruyères", "NAME": "JEANBLANC Paul", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18695	jeanfrancois-michel-1932-03-18	{"e1": "1064"}	{"lerrcp": "E1-1064"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Jeanfrançois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1932-03-18 09:55", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.29668, "lat": 48.75329, "name": "Antony", "geoid": 3037423}, "notime": null, "date-ut": "1932-03-18 09:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Jeanfrançois"}, "birth": {"tzo": "+00:00", "date": "1932-03-18 09:55", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.29668, "lat": 48.75329, "name": "Antony", "geoid": 3037423}, "date-ut": "1932-03-18 09:55"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1064"}}, "raw": {"H": "09:55", "COD": "92", "DAY": "18", "MON": "03", "NUM": "1064", "PRO": "EX", "YEA": "1932", "CITY": "Antony", "NAME": "JEANFRANÇOIS Michel", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18696	jeangeorge-charlea-1923-01-19	{"e1": "1065"}	{"lerrcp": "E1-1065"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charlea", "family": "Jeangeorge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-01-19 17:30", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 6.86499, "lat": 47.99974, "name": "La Bresse", "geoid": 3010815}, "notime": null, "date-ut": "1923-01-19 17:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charlea", "family": "Jeangeorge"}, "birth": {"tzo": "+00:00", "date": "1923-01-19 17:30", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 6.86499, "lat": 47.99974, "name": "La Bresse", "geoid": 3010815}, "date-ut": "1923-01-19 17:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1065"}}, "raw": {"H": "17:30", "COD": "88", "DAY": "19", "MON": "01", "NUM": "1065", "PRO": "PH", "YEA": "1923", "CITY": "La Bresse", "NAME": "JEANGEORGE Charlea", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18697	jeanpierre-claude-1912-03-14	{"e1": "1066"}	{"lerrcp": "E1-1066"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Jeanpierre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-03-14 10:00", "note": null, "place": {"c1": null, "c2": "90", "c3": "", "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "notime": null, "date-ut": "1912-03-14 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Jeanpierre"}, "birth": {"tzo": "+00:00", "date": "1912-03-14 10:00", "place": {"c2": "90", "c3": "", "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "date-ut": "1912-03-14 10:00"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1066"}}, "raw": {"H": "10:00", "COD": "90", "DAY": "14", "MON": "03", "NUM": "1066", "PRO": "MI", "YEA": "1912", "CITY": "Belfort", "NAME": "JEANPIERRE Claude", "NOTE": "*"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18698	jenlis-gonzague-de-1915-02-09	{"e1": "1067"}	{"lerrcp": "E1-1067"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gonzague de", "family": "Jenlis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-02-09 15:00", "note": null, "place": {"c1": null, "c2": "80", "c3": "", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1915-02-09 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gonzague de", "family": "Jenlis"}, "birth": {"tzo": "+00:00", "date": "1915-02-09 15:00", "place": {"c2": "80", "c3": "", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1915-02-09 15:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1067"}}, "raw": {"H": "15:00", "COD": "80", "DAY": "09", "MON": "02", "NUM": "1067", "PRO": "MI", "YEA": "1915", "CITY": "Amiens", "NAME": "JENLIS Gonzague de", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18699	jeannin-jean-1898-02-06	{"e1": "1068"}	{"lerrcp": "E1-1068"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Jeannin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-02-06 17:00", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 4.9851, "lat": 46.69938, "name": "Saint-Germain-du-Plain", "geoid": 2979792}, "notime": null, "date-ut": "1898-02-06 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Jeannin"}, "birth": {"tzo": "+00:09", "date": "1898-02-06 17:00", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 4.9851, "lat": 46.69938, "name": "Saint-Germain-du-Plain", "geoid": 2979792}, "date-ut": "1898-02-06 16:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1068"}}, "raw": {"H": "17:00", "COD": "71", "DAY": "06", "MON": "02", "NUM": "1068", "PRO": "PH", "YEA": "1898", "CITY": "St Germain du Plain", "NAME": "JEANNIN Jean", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18700	jenny-bernard-1931-03-18	{"e1": "1069"}	{"lerrcp": "E1-1069"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Jenny", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1931-03-18 01:25", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1931-03-18 01:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Jenny"}, "birth": {"tzo": "+00:00", "date": "1931-03-18 01:25", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1931-03-18 01:25"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1069"}}, "raw": {"H": "01:25", "COD": "67", "DAY": "18", "MON": "03", "NUM": "1069", "PRO": "EX", "YEA": "1931", "CITY": "Strasbourg", "NAME": "JENNY Bernard", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18701	jeune-mathis-1910-05-03	{"e1": "1070"}	{"lerrcp": "E1-1070"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mathis", "family": "Jeune", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-05-03 05:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "2", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1910-05-03 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Mathis", "family": "Jeune"}, "birth": {"tzo": "+00:09", "date": "1910-05-03 05:00", "place": {"c2": "69", "c3": "2", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1910-05-03 04:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1070"}}, "raw": {"H": "05:00", "COD": "69", "DAY": "03", "MON": "05", "NUM": "1070", "PRO": "PH", "YEA": "1910", "CITY": "Lyon 2ème", "NAME": "JEUNE Mathis", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18702	joannis-henri-1928-03-19	{"e1": "1071"}	{"lerrcp": "E1-1071"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Joannis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1928-03-19 12:25", "note": null, "place": {"c1": null, "c2": "25", "c3": "", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1928-03-19 12:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Joannis"}, "birth": {"tzo": "+00:00", "date": "1928-03-19 12:25", "place": {"c2": "25", "c3": "", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1928-03-19 12:25"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1071"}}, "raw": {"H": "12:25", "COD": "25", "DAY": "19", "MON": "03", "NUM": "1071", "PRO": "EX", "YEA": "1928", "CITY": "Besançon", "NAME": "JOANNIS Henri", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18703	joffard-raymond-1904-01-23	{"e1": "1072"}	{"lerrcp": "E1-1072"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Joffard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-01-23 15:30", "note": null, "place": {"c1": null, "c2": "45", "c3": "", "cy": "FR", "lg": 2.86214, "lat": 47.86613, "name": "La Chapelle-sur-Aveyron", "geoid": 3010242}, "notime": null, "date-ut": "1904-01-23 15:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Joffard"}, "birth": {"tzo": "+00:09", "date": "1904-01-23 15:30", "place": {"c2": "45", "c3": "", "cy": "FR", "lg": 2.86214, "lat": 47.86613, "name": "La Chapelle-sur-Aveyron", "geoid": 3010242}, "date-ut": "1904-01-23 15:21"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1072"}}, "raw": {"H": "15:30", "COD": "45", "DAY": "23", "MON": "01", "NUM": "1072", "PRO": "PH", "YEA": "1904", "CITY": "La Chapelle/Aveyron", "NAME": "JOFFARD Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18704	joigny-jacques-1924-04-05	{"e1": "1073"}	{"lerrcp": "E1-1073"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Joigny", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1924-04-05 14:00", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 3.72339, "lat": 48.72047, "name": "Sézanne", "geoid": 2974640}, "notime": null, "date-ut": "1924-04-05 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Joigny"}, "birth": {"tzo": "+01:00", "date": "1924-04-05 14:00", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": 3.72339, "lat": 48.72047, "name": "Sézanne", "geoid": 2974640}, "date-ut": "1924-04-05 13:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1073"}}, "raw": {"H": "14:00", "COD": "51", "DAY": "05", "MON": "04", "NUM": "1073", "PRO": "EX", "YEA": "1924", "CITY": "Sézanne", "NAME": "JOIGNY Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18705	jolibois-robert-1920-09-01	{"e1": "1074"}	{"lerrcp": "E1-1074"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Jolibois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-09-01 09:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1920-09-01 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Jolibois"}, "birth": {"tzo": "+01:00", "date": "1920-09-01 09:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1920-09-01 08:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1074"}}, "raw": {"H": "09:00", "COD": "13", "DAY": "01", "MON": "09", "NUM": "1074", "PRO": "PH", "YEA": "1920", "CITY": "Marseille", "NAME": "JOLIBOIS Robert", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18706	jonchay-ivan-sartou-du-1899-03-23	{"e1": "1075"}	{"lerrcp": "E1-1075"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ivan (SARTOU du)", "family": "Jonchay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-03-23 13:00", "note": null, "place": {"c1": null, "c2": "55", "c3": "", "cy": "FR", "lg": 5.3829, "lat": 49.15964, "name": "Verdun", "geoid": 2969958}, "notime": null, "date-ut": "1899-03-23 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ivan (SARTOU du)", "family": "Jonchay"}, "birth": {"tzo": "+00:09", "date": "1899-03-23 13:00", "place": {"c2": "55", "c3": "", "cy": "FR", "lg": 5.3829, "lat": 49.15964, "name": "Verdun", "geoid": 2969958}, "date-ut": "1899-03-23 12:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1075"}}, "raw": {"H": "13:00", "COD": "55", "DAY": "23", "MON": "03", "NUM": "1075", "PRO": "MI", "YEA": "1899", "CITY": "Verdun", "NAME": "JONCHAY Ivan (SARTOU du)", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18707	josse-paul-1920-01-15	{"e1": "1076"}	{"lerrcp": "E1-1076"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Josse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1920-01-15 22:30", "note": null, "place": {"c1": null, "c2": "58", "c3": "", "cy": "FR", "lg": 3.32743, "lat": 47.16952, "name": "Prémery", "geoid": 2985462}, "notime": null, "date-ut": "1920-01-15 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Josse"}, "birth": {"tzo": "+00:00", "date": "1920-01-15 22:30", "place": {"c2": "58", "c3": "", "cy": "FR", "lg": 3.32743, "lat": 47.16952, "name": "Prémery", "geoid": 2985462}, "date-ut": "1920-01-15 22:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1076"}}, "raw": {"H": "22:30", "COD": "58", "DAY": "15", "MON": "01", "NUM": "1076", "PRO": "EX", "YEA": "1920", "CITY": "Prémery", "NAME": "JOSSE Paul", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18708	jost-alfred-1916-07-27	{"e1": "1077"}	{"lerrcp": "E1-1077"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Jost", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1916-07-27 14:00", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Jost"}, "birth": {"tzo": "", "date": "1916-07-27 14:00", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1077"}}, "raw": {"H": "14:00", "COD": "67", "DAY": "27", "MON": "07", "NUM": "1077", "PRO": "PH", "YEA": "1916", "CITY": "Strasbourg", "NAME": "JOST Alfred", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18709	jouanne-jean-1909-08-20	{"e1": "1078"}	{"lerrcp": "E1-1078"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Jouanne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-08-20 10:30", "note": null, "place": {"c1": null, "c2": "14", "c3": "", "cy": "FR", "lg": -0.35912, "lat": 49.18585, "name": "Caen", "geoid": 3029241}, "notime": null, "date-ut": "1909-08-20 10:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Jouanne"}, "birth": {"tzo": "+00:09", "date": "1909-08-20 10:30", "place": {"c2": "14", "c3": "", "cy": "FR", "lg": -0.35912, "lat": 49.18585, "name": "Caen", "geoid": 3029241}, "date-ut": "1909-08-20 10:21"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1078"}}, "raw": {"H": "10:30", "COD": "14", "DAY": "20", "MON": "08", "NUM": "1078", "PRO": "EX", "YEA": "1909", "CITY": "Caen", "NAME": "JOUANNE Jean", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18710	joubaud-georges-1907-12-24	{"e1": "1079"}	{"lerrcp": "E1-1079"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Joubaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-12-24 02:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1907-12-24 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Joubaud"}, "birth": {"tzo": "+00:09", "date": "1907-12-24 02:00", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1907-12-24 01:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1079"}}, "raw": {"H": "02:00", "COD": "83", "DAY": "24", "MON": "12", "NUM": "1079", "PRO": "EX", "YEA": "1907", "CITY": "Toulon", "NAME": "JOUBAUD Georges", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18711	joubert-andre-1916-10-22	{"e1": "1080"}	{"lerrcp": "E1-1080"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Joubert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-10-22 00:30", "note": null, "place": {"c1": null, "c2": "05", "c3": "", "cy": "FR", "lg": 6.67821, "lat": 44.94924, "name": "Val-des-Prés", "geoid": 2971082}, "notime": null, "date-ut": "1916-10-22 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Joubert"}, "birth": {"tzo": "+00:00", "date": "1916-10-22 00:30", "place": {"c2": "05", "c3": "", "cy": "FR", "lg": 6.67821, "lat": 44.94924, "name": "Val-des-Prés", "geoid": 2971082}, "date-ut": "1916-10-22 00:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1080"}}, "raw": {"H": "00:30", "COD": "05", "DAY": "22", "MON": "10", "NUM": "1080", "PRO": "MI", "YEA": "1916", "CITY": "Val des Prés", "NAME": "JOUBERT André", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18712	joubert-pierre-1900-07-19	{"e1": "1081"}	{"lerrcp": "E1-1081"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Joubert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1900-07-19 22:00", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 6.07519, "lat": 45.39449, "name": "Allevard", "geoid": 3038132}, "notime": null, "date-ut": "1900-07-19 21:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Joubert"}, "birth": {"tzo": "+00:09", "date": "1900-07-19 22:00", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": 6.07519, "lat": 45.39449, "name": "Allevard", "geoid": 3038132}, "date-ut": "1900-07-19 21:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1081"}}, "raw": {"H": "22:00", "COD": "38", "DAY": "19", "MON": "07", "NUM": "1081", "PRO": "PH", "YEA": "1900", "CITY": "Allevard", "NAME": "JOUBERT Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18713	joubrel-henri-1914-03-18	{"e1": "1082"}	{"lerrcp": "E1-1082"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Joubrel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1914-03-18 09:15", "note": null, "place": {"c1": null, "c2": "56", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Vannea", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Joubrel"}, "birth": {"tzo": "", "date": "1914-03-18 09:15", "place": {"c2": "56", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Vannea", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1082"}}, "raw": {"H": "09:15", "COD": "56", "DAY": "18", "MON": "03", "NUM": "1082", "PRO": "EX", "YEA": "1914", "CITY": "Vannea", "NAME": "JOUBREL Henri", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18714	jouffret-andre-1921-02-11	{"e1": "1083"}	{"lerrcp": "E1-1083"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Jouffret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1921-02-11 01:00", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "notime": null, "date-ut": "1921-02-11 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Jouffret"}, "birth": {"tzo": "+00:00", "date": "1921-02-11 01:00", "place": {"c2": "63", "c3": "", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "date-ut": "1921-02-11 01:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1083"}}, "raw": {"H": "01:00", "COD": "63", "DAY": "11", "MON": "02", "NUM": "1083", "PRO": "MI", "YEA": "1921", "CITY": "Clermont-Ferrand", "NAME": "JOUFFRET André", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18715	jourdain-francois-1899-01-31	{"e1": "1084"}	{"lerrcp": "E1-1084"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Jourdain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-01-31 03:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1899-01-31 02:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Jourdain"}, "birth": {"tzo": "+00:09", "date": "1899-01-31 03:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1899-01-31 02:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1084"}}, "raw": {"H": "03:00", "COD": "29", "DAY": "31", "MON": "01", "NUM": "1084", "PRO": "MI", "YEA": "1899", "CITY": "Brest", "NAME": "JOURDAIN François", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18716	joureau-roger-1916-08-29	{"e1": "1085"}	{"lerrcp": "E1-1085"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Joureau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1916-08-29 23:00", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 4.41632, "lat": 46.80714, "name": "Le Creusot", "geoid": 3004427}, "notime": null, "date-ut": "1916-08-29 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Joureau"}, "birth": {"tzo": "+01:00", "date": "1916-08-29 23:00", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 4.41632, "lat": 46.80714, "name": "Le Creusot", "geoid": 3004427}, "date-ut": "1916-08-29 22:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1085"}}, "raw": {"H": "23:00", "COD": "71", "DAY": "29", "MON": "08", "NUM": "1085", "PRO": "MI", "YEA": "1916", "CITY": "Le Creusot", "NAME": "JOUREAU Roger", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18717	jousse-robert-1889-12-14	{"e1": "1086"}	{"lerrcp": "E1-1086"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Jousse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:03", "date": "1889-12-14 23:00", "note": null, "place": {"c1": null, "c2": "72", "c3": "", "cy": "FR", "lg": 0.6287, "lat": 47.9926, "name": "Coudrecieux", "geoid": 3023332}, "notime": null, "date-ut": "1889-12-14 22:57"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Jousse"}, "birth": {"tzo": "+00:03", "date": "1889-12-14 23:00", "place": {"c2": "72", "c3": "", "cy": "FR", "lg": 0.6287, "lat": 47.9926, "name": "Coudrecieux", "geoid": 3023332}, "date-ut": "1889-12-14 22:57"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1086"}}, "raw": {"H": "23:00", "COD": "72", "DAY": "14", "MON": "12", "NUM": "1086", "PRO": "PH", "YEA": "1889", "CITY": "Coudrecieux", "NAME": "JOUSSE Robert", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18718	jouve-charles-1902-06-13	{"e1": "1087"}	{"lerrcp": "E1-1087"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Jouve", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1902-06-13 12:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Chateaurenard en Pro", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Jouve"}, "birth": {"tzo": "", "date": "1902-06-13 12:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Chateaurenard en Pro", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1087"}}, "raw": {"H": "12:00", "COD": "13", "DAY": "13", "MON": "06", "NUM": "1087", "PRO": "PH", "YEA": "1902", "CITY": "Chateaurenard en Pro", "NAME": "JOUVE Charles", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18719	joyau-guy-1913-07-14	{"e1": "1088"}	{"lerrcp": "E1-1088"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Joyau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-07-14 13:30", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1913-07-14 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Joyau"}, "birth": {"tzo": "+00:00", "date": "1913-07-14 13:30", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1913-07-14 13:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1088"}}, "raw": {"H": "13:30", "COD": "44", "DAY": "14", "MON": "07", "NUM": "1088", "PRO": "MI", "YEA": "1913", "CITY": "Nantes", "NAME": "JOYAU Guy", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18720	joybert-marc-de-1912-07-14	{"e1": "1089"}	{"lerrcp": "E1-1089"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marc de", "family": "Joybert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-07-14 20:00", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 4.87484, "lat": 45.52569, "name": "Vienne", "geoid": 2969284}, "notime": null, "date-ut": "1912-07-14 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marc de", "family": "Joybert"}, "birth": {"tzo": "+00:00", "date": "1912-07-14 20:00", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": 4.87484, "lat": 45.52569, "name": "Vienne", "geoid": 2969284}, "date-ut": "1912-07-14 20:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1089"}}, "raw": {"H": "20:00", "COD": "38", "DAY": "14", "MON": "07", "NUM": "1089", "PRO": "MI", "YEA": "1912", "CITY": "Vienne", "NAME": "JOYBERT Marc de", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18721	joyeux-bernard-1899-07-29	{"e1": "1090"}	{"lerrcp": "E1-1090"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Joyeux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-07-29 05:00", "note": null, "place": {"c1": null, "c2": "52", "c3": "", "cy": "FR", "lg": 5.33308, "lat": 47.86263, "name": "Langres", "geoid": 3007680}, "notime": null, "date-ut": "1899-07-29 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Joyeux"}, "birth": {"tzo": "+00:09", "date": "1899-07-29 05:00", "place": {"c2": "52", "c3": "", "cy": "FR", "lg": 5.33308, "lat": 47.86263, "name": "Langres", "geoid": 3007680}, "date-ut": "1899-07-29 04:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1090"}}, "raw": {"H": "05:00", "COD": "52", "DAY": "29", "MON": "07", "NUM": "1090", "PRO": "PH", "YEA": "1899", "CITY": "Langres", "NAME": "JOYEUX Bernard", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18722	jozan-edouard-1899-07-22	{"e1": "1091"}	{"lerrcp": "E1-1091"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Jozan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-07-22 23:00", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1899-07-22 22:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Jozan"}, "birth": {"tzo": "+00:09", "date": "1899-07-22 23:00", "place": {"c2": "30", "c3": "", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1899-07-22 22:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1091"}}, "raw": {"H": "23:00", "COD": "30", "DAY": "22", "MON": "07", "NUM": "1091", "PRO": "MI", "YEA": "1899", "CITY": "Nimes", "NAME": "JOZAN Edouard", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18723	jubelin-andre-1906-07-28	{"e1": "1092"}	{"lerrcp": "E1-1092"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Jubelin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-07-28 11:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1906-07-28 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Jubelin"}, "birth": {"tzo": "+00:09", "date": "1906-07-28 11:00", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1906-07-28 10:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1092"}}, "raw": {"H": "11:00", "COD": "83", "DAY": "28", "MON": "07", "NUM": "1092", "PRO": "MI", "YEA": "1906", "CITY": "Toulon", "NAME": "JUBELIN André", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18724	judeaux-robert-1908-04-28	{"e1": "1093"}	{"lerrcp": "E1-1093"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Judeaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-04-28 23:00", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1908-04-28 22:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Judeaux"}, "birth": {"tzo": "+00:09", "date": "1908-04-28 23:00", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1908-04-28 22:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1093"}}, "raw": {"H": "23:00", "COD": "35", "DAY": "28", "MON": "04", "NUM": "1093", "PRO": "EX", "YEA": "1908", "CITY": "Rennes", "NAME": "JUDEAUX Robert", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18725	juillard-robert-1923-07-16	{"e1": "1094"}	{"lerrcp": "E1-1094"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Juillard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1923-07-16 04:00", "note": null, "place": {"c1": null, "c2": "15", "c3": "", "cy": "FR", "lg": 2.53443, "lat": 45.43889, "name": "Lanobre", "geoid": 3007592}, "notime": null, "date-ut": "1923-07-16 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Juillard"}, "birth": {"tzo": "+01:00", "date": "1923-07-16 04:00", "place": {"c2": "15", "c3": "", "cy": "FR", "lg": 2.53443, "lat": 45.43889, "name": "Lanobre", "geoid": 3007592}, "date-ut": "1923-07-16 03:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1094"}}, "raw": {"H": "04:00", "COD": "15", "DAY": "16", "MON": "07", "NUM": "1094", "PRO": "EX", "YEA": "1923", "CITY": "Lanobre", "NAME": "JUILLARD Robert", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18726	julien-a-m-aman-maistre-1903-07-24	{"e1": "1095"}	{"lerrcp": "E1-1095"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "A. M. (Aman MAISTRE)", "family": "Julien", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-07-24 12:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1903-07-24 11:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "A. M. (Aman MAISTRE)", "family": "Julien"}, "birth": {"tzo": "+00:09", "date": "1903-07-24 12:00", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1903-07-24 11:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1095"}}, "raw": {"H": "12:00", "COD": "83", "DAY": "24", "MON": "07", "NUM": "1095", "PRO": "EX", "YEA": "1903", "CITY": "Toulon", "NAME": "JULIEN A. M. (Aman MAISTRE)", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18727	julitte-pierre-1910-05-24	{"e1": "1096"}	{"lerrcp": "E1-1096"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Julitte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1910-05-24 08:00", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Chevannes", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Julitte"}, "birth": {"tzo": "", "date": "1910-05-24 08:00", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Chevannes", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1096"}}, "raw": {"H": "08:00", "COD": "78", "DAY": "24", "MON": "05", "NUM": "1096", "PRO": "MI", "YEA": "1910", "CITY": "Chevannes", "NAME": "JULITTE Pierre", "NOTE": "L"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18728	jullien-vieroz-raymond-1910-04-30	{"e1": "1097"}	{"lerrcp": "E1-1097"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Jullien-Vieroz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-04-30 10:30", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1910-04-30 10:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Jullien-Vieroz"}, "birth": {"tzo": "+00:09", "date": "1910-04-30 10:30", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1910-04-30 10:21"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1097"}}, "raw": {"H": "10:30", "COD": "38", "DAY": "30", "MON": "04", "NUM": "1097", "PRO": "PH", "YEA": "1910", "CITY": "Grenoble", "NAME": "JULLIEN-VIEROZ Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18729	jung-adolphe-1902-12-17	{"e1": "1099"}	{"lerrcp": "E1-1099"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Jung", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1902-12-17 05:30", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.74931, "lat": 48.60749, "name": "Schiltigheim", "geoid": 2975446}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Jung"}, "birth": {"tzo": "", "date": "1902-12-17 05:30", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.74931, "lat": 48.60749, "name": "Schiltigheim", "geoid": 2975446}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1099"}}, "raw": {"H": "05:30", "COD": "67", "DAY": "17", "MON": "12", "NUM": "1099", "PRO": "PH", "YEA": "1902", "CITY": "Schiltigheim", "NAME": "JUNG Adolphe", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18730	jung-francois-1920-06-18	{"e1": "1100"}	{"lerrcp": "E1-1100"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Jung", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-06-18 23:10", "note": null, "place": {"c1": null, "c2": "57", "c3": "", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1920-06-18 22:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "François", "family": "Jung"}, "birth": {"tzo": "+01:00", "date": "1920-06-18 23:10", "place": {"c2": "57", "c3": "", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1920-06-18 22:10"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1100"}}, "raw": {"H": "23:10", "COD": "57", "DAY": "18", "MON": "06", "NUM": "1100", "PRO": "PH", "YEA": "1920", "CITY": "Metz", "NAME": "JUNG François", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18731	jung-robert-1904-08-04	{"e1": "1101"}	{"lerrcp": "E1-1101"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Jung", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1904-08-04 11:45", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.74931, "lat": 48.60749, "name": "Schiltigheim", "geoid": 2975446}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Jung"}, "birth": {"tzo": "", "date": "1904-08-04 11:45", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.74931, "lat": 48.60749, "name": "Schiltigheim", "geoid": 2975446}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1101"}}, "raw": {"H": "11:45", "COD": "67", "DAY": "04", "MON": "08", "NUM": "1101", "PRO": "EX", "YEA": "1904", "CITY": "Schiltigheim", "NAME": "JUNG Robert", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18732	kahn-louis-1895-11-13	{"e1": "1102"}	{"lerrcp": "E1-1102"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Kahn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1895-11-13 00:30", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1895-11-13 00:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Kahn"}, "birth": {"tzo": "+00:09", "date": "1895-11-13 00:30", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1895-11-13 00:21"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1102"}}, "raw": {"H": "00:30", "COD": "78", "DAY": "13", "MON": "11", "NUM": "1102", "PRO": "MI", "YEA": "1895", "CITY": "Versailles", "NAME": "KAHN Louis", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18733	kaminski-georges-1904-06-19	{"e1": "1103"}	{"lerrcp": "E1-1103"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Kaminski", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-06-19 19:00", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1904-06-19 18:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Kaminski"}, "birth": {"tzo": "+00:09", "date": "1904-06-19 19:00", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1904-06-19 18:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1103"}}, "raw": {"H": "19:00", "COD": "38", "DAY": "19", "MON": "06", "NUM": "1103", "PRO": "EX", "YEA": "1904", "CITY": "Grenoble", "NAME": "KAMINSKI Georges", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18734	kammerer-theophile-1916-12-05	{"e1": "1104"}	{"lerrcp": "E1-1104"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Théophile", "family": "Kammerer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1916-12-05 04:00", "note": null, "place": {"c1": null, "c2": "68", "c3": "", "cy": "FR", "lg": 6.98994, "lat": 47.88351, "name": "Husseren-Wesserling", "geoid": 3012954}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Théophile", "family": "Kammerer"}, "birth": {"tzo": "", "date": "1916-12-05 04:00", "place": {"c2": "68", "c3": "", "cy": "FR", "lg": 6.98994, "lat": 47.88351, "name": "Husseren-Wesserling", "geoid": 3012954}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1104"}}, "raw": {"H": "04:00", "COD": "68", "DAY": "05", "MON": "12", "NUM": "1104", "PRO": "PH", "YEA": "1916", "CITY": "Husseren-Wesserling", "NAME": "KAMMERER Théophile", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18735	kaufmann-hsnri-1913-07-06	{"e1": "1105"}	{"lerrcp": "E1-1105"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hsnri", "family": "Kaufmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-07-06 00:20", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.43945, "lat": 48.81171, "name": "Maisons-Alfort", "geoid": 2996568}, "notime": null, "date-ut": "1913-07-06 00:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hsnri", "family": "Kaufmann"}, "birth": {"tzo": "+00:00", "date": "1913-07-06 00:20", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.43945, "lat": 48.81171, "name": "Maisons-Alfort", "geoid": 2996568}, "date-ut": "1913-07-06 00:20"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1105"}}, "raw": {"H": "00:20", "COD": "94", "DAY": "06", "MON": "07", "NUM": "1105", "PRO": "PH", "YEA": "1913", "CITY": "Maisons-Alfort", "NAME": "KAUFMANN Hsnri", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18736	kerebel-bertrand-1921-12-30	{"e1": "1106"}	{"lerrcp": "E1-1106"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bertrand", "family": "Kerebel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1921-12-30 13:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.30108, "lat": 48.62914, "name": "Goulven", "geoid": 3015569}, "notime": null, "date-ut": "1921-12-30 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Bertrand", "family": "Kerebel"}, "birth": {"tzo": "+00:00", "date": "1921-12-30 13:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.30108, "lat": 48.62914, "name": "Goulven", "geoid": 3015569}, "date-ut": "1921-12-30 13:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1106"}}, "raw": {"H": "13:00", "COD": "29", "DAY": "30", "MON": "12", "NUM": "1106", "PRO": "PH", "YEA": "1921", "CITY": "Goulven", "NAME": "KEREBEL Bertrand", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18737	kergaravat-louis-1907-12-08	{"e1": "1107"}	{"lerrcp": "E1-1107"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Kergaravat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-12-08 14:00", "note": null, "place": {"c1": null, "c2": "56", "c3": "", "cy": "FR", "lg": -3.49048, "lat": 48.03299, "name": "Le Faouët", "geoid": 3004304}, "notime": null, "date-ut": "1907-12-08 13:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Kergaravat"}, "birth": {"tzo": "+00:09", "date": "1907-12-08 14:00", "place": {"c2": "56", "c3": "", "cy": "FR", "lg": -3.49048, "lat": 48.03299, "name": "Le Faouët", "geoid": 3004304}, "date-ut": "1907-12-08 13:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1107"}}, "raw": {"H": "14:00", "COD": "56", "DAY": "08", "MON": "12", "NUM": "1107", "PRO": "MI", "YEA": "1907", "CITY": "Le Faouët", "NAME": "KERGARAVAT Louis", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18738	kerneis-jean-pierre-1918-12-27	{"e1": "1108"}	{"lerrcp": "E1-1108"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Pierre", "family": "Kerneis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1918-12-27 10:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1918-12-27 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean-Pierre", "family": "Kerneis"}, "birth": {"tzo": "+00:00", "date": "1918-12-27 10:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1918-12-27 10:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1108"}}, "raw": {"H": "10:00", "COD": "29", "DAY": "27", "MON": "12", "NUM": "1108", "PRO": "PH", "YEA": "1918", "CITY": "Brest", "NAME": "KERNEIS Jean-Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18739	kersauson-robert-de-1902-10-23	{"e1": "1109"}	{"lerrcp": "E1-1109"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert de", "family": "Kersauson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1902-10-23 03:00", "note": null, "place": {"c1": null, "c2": "56", "c3": "", "cy": "FR", "lg": -3.18749, "lat": 47.74986, "name": "Nostang", "geoid": 2990080}, "notime": null, "date-ut": "1902-10-23 02:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert de", "family": "Kersauson"}, "birth": {"tzo": "+00:09", "date": "1902-10-23 03:00", "place": {"c2": "56", "c3": "", "cy": "FR", "lg": -3.18749, "lat": 47.74986, "name": "Nostang", "geoid": 2990080}, "date-ut": "1902-10-23 02:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1109"}}, "raw": {"H": "03:00", "COD": "56", "DAY": "23", "MON": "10", "NUM": "1109", "PRO": "MI", "YEA": "1902", "CITY": "Nostang", "NAME": "KERSAUSON Robert de", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18742	klotz-henri-1910-10-13	{"e1": "1112"}	{"lerrcp": "E1-1112"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Klotz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-10-13 04:30", "note": null, "place": {"c1": null, "c2": "95", "c3": "", "cy": "FR", "lg": 2.28249, "lat": 48.99712, "name": "Eaubonne", "geoid": 3020601}, "notime": null, "date-ut": "1910-10-13 04:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Klotz"}, "birth": {"tzo": "+00:09", "date": "1910-10-13 04:30", "place": {"c2": "95", "c3": "", "cy": "FR", "lg": 2.28249, "lat": 48.99712, "name": "Eaubonne", "geoid": 3020601}, "date-ut": "1910-10-13 04:21"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1112"}}, "raw": {"H": "04:30", "COD": "95", "DAY": "13", "MON": "10", "NUM": "1112", "PRO": "PH", "YEA": "1910", "CITY": "Eaubonne", "NAME": "KLOTZ Henri", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18744	labarbe-marcel-1916-03-30	{"e1": "1114"}	{"lerrcp": "E1-1114"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Labarbe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-03-30 16:00", "note": null, "place": {"c1": null, "c2": "40", "c3": "", "cy": "FR", "lg": -0.49713, "lat": 43.89022, "name": "Mont-de-Marsan", "geoid": 2992771}, "notime": null, "date-ut": "1916-03-30 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Labarbe"}, "birth": {"tzo": "+00:00", "date": "1916-03-30 16:00", "place": {"c2": "40", "c3": "", "cy": "FR", "lg": -0.49713, "lat": 43.89022, "name": "Mont-de-Marsan", "geoid": 2992771}, "date-ut": "1916-03-30 16:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1114"}}, "raw": {"H": "16:00", "COD": "40", "DAY": "30", "MON": "03", "NUM": "1114", "PRO": "PH", "YEA": "1916", "CITY": "Mont de Marsan", "NAME": "LABARBE Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18745	labarthe-gerard-thomas-de-1901-08-09	{"e1": "1115"}	{"lerrcp": "E1-1115"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard (THOMAS de)", "family": "Labarthe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-08-09 09:00", "note": null, "place": {"c1": null, "c2": "14", "c3": "", "cy": "FR", "lg": -0.35912, "lat": 49.18585, "name": "Caen", "geoid": 3029241}, "notime": null, "date-ut": "1901-08-09 08:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gérard (THOMAS de)", "family": "Labarthe"}, "birth": {"tzo": "+00:09", "date": "1901-08-09 09:00", "place": {"c2": "14", "c3": "", "cy": "FR", "lg": -0.35912, "lat": 49.18585, "name": "Caen", "geoid": 3029241}, "date-ut": "1901-08-09 08:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1115"}}, "raw": {"H": "09:00", "COD": "14", "DAY": "09", "MON": "08", "NUM": "1115", "PRO": "MI", "YEA": "1901", "CITY": "Caen", "NAME": "LABARTHE Gérard (THOMAS de)", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18746	labat-jean-andre-1877-12-27	{"e1": "1116", "afd5": "525"}	{"lerrcp": "E1-1116", "muller": "M5-525"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean André", "family": "Labat", "spouse": [], "official": {"given": "Jean André", "family": null}}	\N	{"lmt": null, "tzo": "-00:02", "date": "1877-12-27 16:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1877-12-27 16:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean André", "family": "Labat"}, "birth": {"tzo": "-00:02", "date": "1877-12-27 16:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1877-12-27 16:02"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1116"}}, "raw": {"H": "16:00", "COD": "33", "DAY": "27", "MON": "12", "NUM": "1116", "PRO": "PH", "YEA": "1877", "CITY": "Bordeaux", "NAME": "LABAT Jean André", "NOTE": "+"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Labat", "official": {"given": "Jean André"}}, "birth": {"date": "1877-12-27 16:00", "place": {"name": "Bordeaux"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "525"}}, "raw": {"NR": "525", "GNR": "ND1111", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "2", "CODE": "3", "JAHR": "1877", "KORR": "", "MARS": "6", "MODE": "LMT", "MOND": "25", "NAME": "LABAT (JEAN ANDRÉ).", "AUFAB": "-11.20", "PHAS_": "53.100", "SONNE": "18", "VENUS": "11", "BREITE": "44 N 50", "GEBORT": "Bordeaux (Gironde)", "LAENGE": "000 W 34", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "8", "GEBZEIT": "16.00", "JUPITER": "17", "ELECTAGE": "73,6", "ELECTDAT": "03.07.1951", "GEBDATUM": "27.12.1877", "STBDATUM": "14.09.1954"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
18747	labayle-jean-1914-09-16	{"e1": "1117"}	{"lerrcp": "E1-1117"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Labayle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-09-16 22:30", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "notime": null, "date-ut": "1914-09-16 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Labayle"}, "birth": {"tzo": "+00:00", "date": "1914-09-16 22:30", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "date-ut": "1914-09-16 22:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1117"}}, "raw": {"H": "22:30", "COD": "64", "DAY": "16", "MON": "09", "NUM": "1117", "PRO": "PH", "YEA": "1914", "CITY": "Pau", "NAME": "LABAYLE Jean", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18748	labouchere-jacques-de-1920-06-27	{"e1": "1118"}	{"lerrcp": "E1-1118"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques de", "family": "Labouchere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-06-27 10:00", "note": null, "place": {"c1": null, "c2": "01", "c3": "", "cy": "FR", "lg": 5.38798, "lat": 46.03005, "name": "Saint-Jean-le-Vieux", "geoid": 2979212}, "notime": null, "date-ut": "1920-06-27 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jacques de", "family": "Labouchere"}, "birth": {"tzo": "+01:00", "date": "1920-06-27 10:00", "place": {"c2": "01", "c3": "", "cy": "FR", "lg": 5.38798, "lat": 46.03005, "name": "Saint-Jean-le-Vieux", "geoid": 2979212}, "date-ut": "1920-06-27 09:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1118"}}, "raw": {"H": "10:00", "COD": "01", "DAY": "27", "MON": "06", "NUM": "1118", "PRO": "EX", "YEA": "1920", "CITY": "St Jean-le-Vieux", "NAME": "LABOUCHERE Jacques de", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18749	labouchere-rene-1890-02-13	{"e1": "1119"}	{"lerrcp": "E1-1119"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Labouchere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1890-02-13 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "8", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1890-02-13 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "René", "family": "Labouchere"}, "birth": {"tzo": "+00:09", "date": "1890-02-13 05:00", "place": {"c2": "75", "c3": "8", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1890-02-13 04:51"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1119"}}, "raw": {"H": "05:00", "COD": "75", "DAY": "13", "MON": "02", "NUM": "1119", "PRO": "MI", "YEA": "1890", "CITY": "Paris 8ème", "NAME": "LAB0UCHERE René", "NOTE": "*"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18750	labro-maurice-1910-09-21	{"e1": "1120"}	{"lerrcp": "E1-1120"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Labro", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-09-21 22:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.25666, "lat": 48.89672, "name": "Courbevoie", "geoid": 3023141}, "notime": null, "date-ut": "1910-09-21 21:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Labro"}, "birth": {"tzo": "+00:09", "date": "1910-09-21 22:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.25666, "lat": 48.89672, "name": "Courbevoie", "geoid": 3023141}, "date-ut": "1910-09-21 21:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1120"}}, "raw": {"H": "22:00", "COD": "92", "DAY": "21", "MON": "09", "NUM": "1120", "PRO": "EX", "YEA": "1910", "CITY": "Courbevoie", "NAME": "LABRO Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18751	labrousse-henri-1913-10-08	{"e1": "1121"}	{"lerrcp": "E1-1121"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Labrousse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-10-08 11:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1913-10-08 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Labrousse"}, "birth": {"tzo": "+00:00", "date": "1913-10-08 11:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1913-10-08 11:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1121"}}, "raw": {"H": "11:00", "COD": "13", "DAY": "08", "MON": "10", "NUM": "1121", "PRO": "MI", "YEA": "1913", "CITY": "Marseille", "NAME": "LABROUSSE Henri", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18752	lacan-jacques-1901-04-13	{"e1": "1122"}	{"lerrcp": "E1-1122"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Lacan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-04-13 14:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "3", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1901-04-13 14:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Lacan"}, "birth": {"tzo": "+00:09", "date": "1901-04-13 14:30", "place": {"c2": "75", "c3": "3", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1901-04-13 14:21"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1122"}}, "raw": {"H": "14:30", "COD": "75", "DAY": "13", "MON": "04", "NUM": "1122", "PRO": "PH", "YEA": "1901", "CITY": "Paris 3ème", "NAME": "LACAN Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18753	lachaux-maurice-1909-07-17	{"e1": "1123"}	{"lerrcp": "E1-1123"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Lachaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-07-17 01:00", "note": null, "place": {"c1": null, "c2": "70", "c3": "", "cy": "FR", "lg": 5.51539, "lat": 47.61525, "name": "Champlitte", "geoid": 3027082}, "notime": null, "date-ut": "1909-07-17 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Lachaux"}, "birth": {"tzo": "+00:09", "date": "1909-07-17 01:00", "place": {"c2": "70", "c3": "", "cy": "FR", "lg": 5.51539, "lat": 47.61525, "name": "Champlitte", "geoid": 3027082}, "date-ut": "1909-07-17 00:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1123"}}, "raw": {"H": "01:00", "COD": "70", "DAY": "17", "MON": "07", "NUM": "1123", "PRO": "PH", "YEA": "1909", "CITY": "Champlitte", "NAME": "LACHAUX Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18754	laclos-henry-choderlos-de-1878-09-30	{"e1": "1124"}	{"lerrcp": "E1-1124"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry (CHODERLOS de)", "family": "Laclos", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19", "date": "1878-09-30 06:00", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 4.8473, "lat": 46.7541, "name": "Lux", "geoid": 6620167}, "notime": null, "date-ut": "1878-09-30 05:41"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henry (CHODERLOS de)", "family": "Laclos"}, "birth": {"tzo": "+00:19", "date": "1878-09-30 06:00", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 4.8473, "lat": 46.7541, "name": "Lux", "geoid": 6620167}, "date-ut": "1878-09-30 05:41"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1124"}}, "raw": {"H": "06:00", "COD": "71", "DAY": "30", "MON": "09", "NUM": "1124", "PRO": "MI", "YEA": "1878", "CITY": "Lux", "NAME": "LACLOS Henry (CHODERLOS de)", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18755	lacoste-christian-1918-03-15	{"e1": "1125"}	{"lerrcp": "E1-1125"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Lacoste", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-03-15 21:00", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "notime": null, "date-ut": "1918-03-15 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Christian", "family": "Lacoste"}, "birth": {"tzo": "+01:00", "date": "1918-03-15 21:00", "place": {"c2": "24", "c3": "", "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "date-ut": "1918-03-15 20:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1125"}}, "raw": {"H": "21:00", "COD": "24", "DAY": "15", "MON": "03", "NUM": "1125", "PRO": "MI", "YEA": "1918", "CITY": "Périgueux", "NAME": "LACOSTE Christian", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18756	lacour-pieres-1910-12-13	{"e1": "1127"}	{"lerrcp": "E1-1127"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pieres", "family": "Lacour", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-12-13 03:30", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": 2.60125, "lat": 48.62605, "name": "Moissy-Cramayel", "geoid": 2993572}, "notime": null, "date-ut": "1910-12-13 03:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pieres", "family": "Lacour"}, "birth": {"tzo": "+00:09", "date": "1910-12-13 03:30", "place": {"c2": "77", "c3": "", "cy": "FR", "lg": 2.60125, "lat": 48.62605, "name": "Moissy-Cramayel", "geoid": 2993572}, "date-ut": "1910-12-13 03:21"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1127"}}, "raw": {"H": "03:30", "COD": "77", "DAY": "13", "MON": "12", "NUM": "1127", "PRO": "EX", "YEA": "1910", "CITY": "Moissy-Cramayel", "NAME": "LACOUR Pieres", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18757	ladousse-albert-1908-05-27	{"e1": "1128"}	{"lerrcp": "E1-1128"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Ladousse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1908-05-27 08:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Moumour", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Ladousse"}, "birth": {"tzo": "", "date": "1908-05-27 08:00", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Moumour", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1128"}}, "raw": {"H": "08:00", "COD": "66", "DAY": "27", "MON": "05", "NUM": "1128", "PRO": "MI", "YEA": "1908", "CITY": "Moumour", "NAME": "LADOUSSE Albert", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18758	ladrat-jean-1910-07-09	{"e1": "1129"}	{"lerrcp": "E1-1129"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Ladrat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-07-09 05:30", "note": null, "place": {"c1": null, "c2": "16", "c3": "", "cy": "FR", "lg": 0.09948, "lat": 45.61128, "name": "La Couronne", "geoid": 3009822}, "notime": null, "date-ut": "1910-07-09 05:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Ladrat"}, "birth": {"tzo": "+00:09", "date": "1910-07-09 05:30", "place": {"c2": "16", "c3": "", "cy": "FR", "lg": 0.09948, "lat": 45.61128, "name": "La Couronne", "geoid": 3009822}, "date-ut": "1910-07-09 05:21"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1129"}}, "raw": {"H": "05:30", "COD": "16", "DAY": "09", "MON": "07", "NUM": "1129", "PRO": "PH", "YEA": "1910", "CITY": "La Couronne", "NAME": "LADRAT Jean", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18759	ladvocat-michel-arsene-1830-08-18	{"e1": "1130"}	{"lerrcp": "E1-1130"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel Arsène", "family": "Ladvocat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1830-08-18 02:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1830-08-18 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Michel Arsène", "family": "Ladvocat"}, "birth": {"tzo": "+00:00", "date": "1830-08-18 02:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1830-08-18 02:00"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1130"}}, "raw": {"H": "02:00", "COD": "76", "DAY": "18", "MON": "08", "NUM": "1130", "PRO": "MI", "YEA": "1830", "CITY": "Le Havre", "NAME": "LADVOCAT Michel Arsène", "NOTE": "*"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18762	laffont-pierre-1913-03-12	{"e1": "1133"}	{"lerrcp": "E1-1133"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Laffont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-03-12 20:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1913-03-12 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Laffont"}, "birth": {"tzo": "+00:00", "date": "1913-03-12 20:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1913-03-12 20:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1133"}}, "raw": {"H": "20:00", "COD": "13", "DAY": "12", "MON": "03", "NUM": "1133", "PRO": "EX", "YEA": "1913", "CITY": "Marseille", "NAME": "LAFFONT Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18763	laffont-robert-1916-11-30	{"e1": "1133b"}	{"lerrcp": "E1-1133b"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Laffont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-11-30 04:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1916-11-30 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Laffont"}, "birth": {"tzo": "+00:00", "date": "1916-11-30 04:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1916-11-30 04:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1133b"}}, "raw": {"H": "04:00", "COD": "13", "DAY": "30", "MON": "11", "NUM": "1133b", "PRO": "EX", "YEA": "1916", "CITY": "Marseille", "NAME": "LAFFONT Robert", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18764	lafon-pierre-1899-01-21	{"e1": "1134"}	{"lerrcp": "E1-1134"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Lafon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-01-21 18:00", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.41579, "lat": 48.83864, "name": "Saint-Mandé", "geoid": 2978621}, "notime": null, "date-ut": "1899-01-21 17:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Lafon"}, "birth": {"tzo": "+00:09", "date": "1899-01-21 18:00", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.41579, "lat": 48.83864, "name": "Saint-Mandé", "geoid": 2978621}, "date-ut": "1899-01-21 17:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1134"}}, "raw": {"H": "18:00", "COD": "94", "DAY": "21", "MON": "01", "NUM": "1134", "PRO": "EX", "YEA": "1899", "CITY": "St-Mandé", "NAME": "LAFON Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18765	lafon-pierre-1909-08-05	{"e1": "1135"}	{"lerrcp": "E1-1135"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Lafon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1909-08-05 05:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Cauderan-Bordeaux", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Lafon"}, "birth": {"tzo": "", "date": "1909-08-05 05:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Cauderan-Bordeaux", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1135"}}, "raw": {"H": "05:00", "COD": "33", "DAY": "05", "MON": "08", "NUM": "1135", "PRO": "PH", "YEA": "1909", "CITY": "Cauderan-Bordeaux", "NAME": "LAFON Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18766	lafon-robert-1905-05-14	{"e1": "1136"}	{"lerrcp": "E1-1136"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Lafon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1905-05-14 10:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Marseilles", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Lafon"}, "birth": {"tzo": "", "date": "1905-05-14 10:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Marseilles", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1136"}}, "raw": {"H": "10:00", "COD": "34", "DAY": "14", "MON": "05", "NUM": "1136", "PRO": "PH", "YEA": "1905", "CITY": "Marseilles", "NAME": "LAFON Robert", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18767	lafont-henry-1920-08-10	{"e1": "1137"}	{"lerrcp": "E1-1137"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Lafont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-08-10 05:00", "note": null, "place": {"c1": null, "c2": "46", "c3": "", "cy": "FR", "lg": 1.43663, "lat": 44.4491, "name": "Cahors", "geoid": 3029213}, "notime": null, "date-ut": "1920-08-10 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Lafont"}, "birth": {"tzo": "+01:00", "date": "1920-08-10 05:00", "place": {"c2": "46", "c3": "", "cy": "FR", "lg": 1.43663, "lat": 44.4491, "name": "Cahors", "geoid": 3029213}, "date-ut": "1920-08-10 04:00"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1137"}}, "raw": {"H": "05:00", "COD": "46", "DAY": "10", "MON": "08", "NUM": "1137", "PRO": "MI", "YEA": "1920", "CITY": "Cahors", "NAME": "LAFONT Henry", "NOTE": "L"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18768	lafontaine-eugene-1915-01-01	{"e1": "1138"}	{"lerrcp": "E1-1138"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Lafontaine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-01-01 11:00", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": 2.61463, "lat": 48.94208, "name": "Villeparisis", "geoid": 2968496}, "notime": null, "date-ut": "1915-01-01 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Lafontaine"}, "birth": {"tzo": "+00:00", "date": "1915-01-01 11:00", "place": {"c2": "77", "c3": "", "cy": "FR", "lg": 2.61463, "lat": 48.94208, "name": "Villeparisis", "geoid": 2968496}, "date-ut": "1915-01-01 11:00"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1138"}}, "raw": {"H": "11:00", "COD": "77", "DAY": "01", "MON": "01", "NUM": "1138", "PRO": "PH", "YEA": "1915", "CITY": "Villeparisis", "NAME": "LAFONTAINE Eugène", "NOTE": "-"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18769	laforge-rene-louis-1903-03-13	{"e1": "1139"}	{"lerrcp": "E1-1139"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René-Louis", "family": "Laforge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-03-13 13:00", "note": null, "place": {"c1": null, "c2": "85", "c3": "", "cy": "FR", "lg": -1.42757, "lat": 46.66974, "name": "La Roche-sur-Yon", "geoid": 3006767}, "notime": null, "date-ut": "1903-03-13 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René-Louis", "family": "Laforge"}, "birth": {"tzo": "+00:09", "date": "1903-03-13 13:00", "place": {"c2": "85", "c3": "", "cy": "FR", "lg": -1.42757, "lat": 46.66974, "name": "La Roche-sur-Yon", "geoid": 3006767}, "date-ut": "1903-03-13 12:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1139"}}, "raw": {"H": "13:00", "COD": "85", "DAY": "13", "MON": "03", "NUM": "1139", "PRO": "PH", "YEA": "1903", "CITY": "La Roche sur Yon", "NAME": "LAFORGE René-Louis", "NOTE": "-"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18770	lagache-georgss-1916-06-02	{"e1": "1140"}	{"lerrcp": "E1-1140"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georgss", "family": "Lagache", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-06-02 07:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1916-06-02 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georgss", "family": "Lagache"}, "birth": {"tzo": "+00:00", "date": "1916-06-02 07:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1916-06-02 07:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1140"}}, "raw": {"H": "07:00", "COD": "59", "DAY": "02", "MON": "06", "NUM": "1140", "PRO": "PH", "YEA": "1916", "CITY": "Lille", "NAME": "LAGACHE Georgss", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18771	lagarde-antoine-1925-10-01	{"e1": "1141"}	{"lerrcp": "E1-1141"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Lagarde", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1925-10-01 05:10", "note": null, "place": {"c1": null, "c2": "17", "c3": "", "cy": "FR", "lg": -1.15222, "lat": 46.16308, "name": "La Rochelle", "geoid": 3006787}, "notime": null, "date-ut": "1925-10-01 04:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Lagarde"}, "birth": {"tzo": "+01:00", "date": "1925-10-01 05:10", "place": {"c2": "17", "c3": "", "cy": "FR", "lg": -1.15222, "lat": 46.16308, "name": "La Rochelle", "geoid": 3006787}, "date-ut": "1925-10-01 04:10"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1141"}}, "raw": {"H": "05:10", "COD": "17", "DAY": "01", "MON": "10", "NUM": "1141", "PRO": "PH", "YEA": "1925", "CITY": "La Rochelle", "NAME": "LAGARDE Antoine", "NOTE": "-"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18772	lagarde-jean-1908-08-02	{"e1": "1142"}	{"lerrcp": "E1-1142"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lagarde", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-08-02 12:45", "note": null, "place": {"c1": null, "c2": "55", "c3": "", "cy": "FR", "lg": 5.3829, "lat": 49.15964, "name": "Verdun", "geoid": 2969958}, "notime": null, "date-ut": "1908-08-02 12:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lagarde"}, "birth": {"tzo": "+00:09", "date": "1908-08-02 12:45", "place": {"c2": "55", "c3": "", "cy": "FR", "lg": 5.3829, "lat": 49.15964, "name": "Verdun", "geoid": 2969958}, "date-ut": "1908-08-02 12:36"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1142"}}, "raw": {"H": "12:45", "COD": "55", "DAY": "02", "MON": "08", "NUM": "1142", "PRO": "MI", "YEA": "1908", "CITY": "Verdun", "NAME": "LAGARDE Jean", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18773	lagarde-jean-luc-1920-03-19	{"e1": "1143"}	{"lerrcp": "E1-1143"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Luc", "family": "Lagarde", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-03-19 12:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "6", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1920-03-19 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean-Luc", "family": "Lagarde"}, "birth": {"tzo": "+01:00", "date": "1920-03-19 12:00", "place": {"c2": "69", "c3": "6", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1920-03-19 11:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1143"}}, "raw": {"H": "12:00", "COD": "69", "DAY": "19", "MON": "03", "NUM": "1143", "PRO": "MI", "YEA": "1920", "CITY": "Lyon 6ème", "NAME": "LAGARDE Jean-Luc", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18774	lagardere-jean-luc-1928-02-10	{"e1": "1144"}	{"lerrcp": "E1-1144"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Luc", "family": "Lagardere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1928-02-10 21:30", "note": null, "place": {"c1": null, "c2": "32", "c3": "", "cy": "FR", "lg": 0.78385, "lat": 43.64607, "name": "Aubiet", "geoid": 3036363}, "notime": null, "date-ut": "1928-02-10 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean-Luc", "family": "Lagardere"}, "birth": {"tzo": "+00:00", "date": "1928-02-10 21:30", "place": {"c2": "32", "c3": "", "cy": "FR", "lg": 0.78385, "lat": 43.64607, "name": "Aubiet", "geoid": 3036363}, "date-ut": "1928-02-10 21:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1144"}}, "raw": {"H": "21:30", "COD": "32", "DAY": "10", "MON": "02", "NUM": "1144", "PRO": "EX", "YEA": "1928", "CITY": "Aubiet", "NAME": "LAGARDERE Jean-Luc", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18775	lagneau-fernand-1917-10-10	{"e1": "1145"}	{"lerrcp": "E1-1145"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Lagneau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1917-10-10 22:00", "note": null, "place": {"c1": null, "c2": "89", "c3": "", "cy": "FR", "lg": 3.76403, "lat": 47.86976, "name": "Maligny", "geoid": 2996415}, "notime": null, "date-ut": "1917-10-10 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Lagneau"}, "birth": {"tzo": "+00:00", "date": "1917-10-10 22:00", "place": {"c2": "89", "c3": "", "cy": "FR", "lg": 3.76403, "lat": 47.86976, "name": "Maligny", "geoid": 2996415}, "date-ut": "1917-10-10 22:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1145"}}, "raw": {"H": "22:00", "COD": "89", "DAY": "10", "MON": "10", "NUM": "1145", "PRO": "PH", "YEA": "1917", "CITY": "Maligny", "NAME": "LAGNEAU Fernand", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18776	lagrange-paul-de-gaudin-de-1912-01-12	{"e1": "1146"}	{"lerrcp": "E1-1146"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul(de GAUDIN de)", "family": "Lagrange", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-01-12 01:00", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1912-01-12 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Paul(de GAUDIN de)", "family": "Lagrange"}, "birth": {"tzo": "+00:00", "date": "1912-01-12 01:00", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1912-01-12 01:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1146"}}, "raw": {"H": "01:00", "COD": "44", "DAY": "12", "MON": "01", "NUM": "1146", "PRO": "EX", "YEA": "1912", "CITY": "Nantes", "NAME": "LAGRANGE Paul(de GAUDIN de)", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18777	laine-francis-1909-10-16	{"e1": "1147"}	{"lerrcp": "E1-1147"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Laine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-10-16 00:30", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1909-10-16 00:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Francis", "family": "Laine"}, "birth": {"tzo": "+00:09", "date": "1909-10-16 00:30", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1909-10-16 00:21"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1147"}}, "raw": {"H": "00:30", "COD": "29", "DAY": "16", "MON": "10", "NUM": "1147", "PRO": "MI", "YEA": "1909", "CITY": "Brest", "NAME": "LAINE Francis", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18778	laisney-louis-1909-05-16	{"e1": "1148"}	{"lerrcp": "E1-1148"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Laisney", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-05-16 14:00", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": -2.01449, "lat": 48.63583, "name": "Saint-Servan-sur-Mer", "geoid": 2976955}, "notime": null, "date-ut": "1909-05-16 13:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Laisney"}, "birth": {"tzo": "+00:09", "date": "1909-05-16 14:00", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": -2.01449, "lat": 48.63583, "name": "Saint-Servan-sur-Mer", "geoid": 2976955}, "date-ut": "1909-05-16 13:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1148"}}, "raw": {"H": "14:00", "COD": "35", "DAY": "16", "MON": "05", "NUM": "1148", "PRO": "EX", "YEA": "1909", "CITY": "St Servan sur Mer", "NAME": "LAISNEY Louis", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18779	lalande-andre-1913-05-26	{"e1": "1149"}	{"lerrcp": "E1-1149"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Lalande", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-05-26 02:15", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1913-05-26 02:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Lalande"}, "birth": {"tzo": "+00:00", "date": "1913-05-26 02:15", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1913-05-26 02:15"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1149"}}, "raw": {"H": "02:15", "COD": "35", "DAY": "26", "MON": "05", "NUM": "1149", "PRO": "MI", "YEA": "1913", "CITY": "Rennes", "NAME": "LALANDE André", "NOTE": "L"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18780	lalitte-gaston-1909-03-15	{"e1": "1150"}	{"lerrcp": "E1-1150"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Lalitte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1909-03-15 07:00", "note": null, "place": {"c1": null, "c2": "19", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Sort-les-Orgues", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Lalitte"}, "birth": {"tzo": "", "date": "1909-03-15 07:00", "place": {"c2": "19", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Sort-les-Orgues", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1150"}}, "raw": {"H": "07:00", "COD": "19", "DAY": "15", "MON": "03", "NUM": "1150", "PRO": "EX", "YEA": "1909", "CITY": "Sort-les-Orgues", "NAME": "LALITTE Gaston", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18781	lallart-pierrs-1919-08-08	{"e1": "1151"}	{"lerrcp": "E1-1151"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierrs", "family": "Lallart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-08-08 22:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.0473, "lat": 50.26181, "name": "Gennes-Ivergny", "geoid": 3016329}, "notime": null, "date-ut": "1919-08-08 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierrs", "family": "Lallart"}, "birth": {"tzo": "+01:00", "date": "1919-08-08 22:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 2.0473, "lat": 50.26181, "name": "Gennes-Ivergny", "geoid": 3016329}, "date-ut": "1919-08-08 21:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1151"}}, "raw": {"H": "22:00", "COD": "62", "DAY": "08", "MON": "08", "NUM": "1151", "PRO": "MI", "YEA": "1919", "CITY": "Gennes-Ivergny", "NAME": "LALLART Pierrs", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18782	lalloy-maurice-1896-11-25	{"e1": "1152"}	{"lerrcp": "E1-1152"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Lalloy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1896-11-25 04:00", "note": null, "place": {"c1": null, "c2": "08", "c3": "", "cy": "FR", "lg": 4.70771, "lat": 49.99132, "name": "Fumay", "geoid": 3016907}, "notime": null, "date-ut": "1896-11-25 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Lalloy"}, "birth": {"tzo": "+00:09", "date": "1896-11-25 04:00", "place": {"c2": "08", "c3": "", "cy": "FR", "lg": 4.70771, "lat": 49.99132, "name": "Fumay", "geoid": 3016907}, "date-ut": "1896-11-25 03:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1152"}}, "raw": {"H": "04:00", "COD": "08", "DAY": "25", "MON": "11", "NUM": "1152", "PRO": "MI", "YEA": "1896", "CITY": "Fumay", "NAME": "LALLOY Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18783	lamarche-maurice-1924-10-16	{"e1": "1153"}	{"lerrcp": "E1-1153"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Lamarche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1924-10-16 12:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1924-10-16 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Lamarche"}, "birth": {"tzo": "+00:00", "date": "1924-10-16 12:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1924-10-16 12:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1153"}}, "raw": {"H": "12:00", "COD": "54", "DAY": "16", "MON": "10", "NUM": "1153", "PRO": "PH", "YEA": "1924", "CITY": "Nancy", "NAME": "LAMARCHE Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18784	lamazere-roger-1929-04-14	{"e1": "1154"}	{"lerrcp": "E1-1154"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Lamazere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1929-04-14 22:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1929-04-14 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Lamazere"}, "birth": {"tzo": "+00:00", "date": "1929-04-14 22:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1929-04-14 22:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1154"}}, "raw": {"H": "22:00", "COD": "31", "DAY": "14", "MON": "04", "NUM": "1154", "PRO": "EX", "YEA": "1929", "CITY": "Toulouse", "NAME": "LAMAZERE Roger", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18785	lambert-edmond-marcel-1845-07-29	{"e1": "1156"}	{"lerrcp": "E1-1156"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond Marcel", "family": "Lambert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24", "date": "1845-07-29 19:30", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 5.89545, "lat": 49.36977, "name": "Audun-le-Roman", "geoid": 3036227}, "notime": null, "date-ut": "1845-07-29 19:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edmond Marcel", "family": "Lambert"}, "birth": {"tzo": "+00:24", "date": "1845-07-29 19:30", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 5.89545, "lat": 49.36977, "name": "Audun-le-Roman", "geoid": 3036227}, "date-ut": "1845-07-29 19:06"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1156"}}, "raw": {"H": "19:30", "COD": "54", "DAY": "29", "MON": "07", "NUM": "1156", "PRO": "MI", "YEA": "1845", "CITY": "Audun-le-Roman", "NAME": "LAMBERT Edmond Marcel", "NOTE": "*"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18786	lambin-suzanne-1902-08-01	{"e1": "1157"}	{"lerrcp": "E1-1157"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Suzanne", "family": "Lambin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1902-08-01 14:00", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1902-08-01 13:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Suzanne", "family": "Lambin"}, "birth": {"tzo": "+00:09", "date": "1902-08-01 14:00", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1902-08-01 13:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1157"}}, "raw": {"H": "14:00", "COD": "44", "DAY": "01", "MON": "08", "NUM": "1157", "PRO": "PH", "YEA": "1902", "CITY": "Nantes", "NAME": "LAMBIN Suzanne", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18788	lamensans-andre-1919-02-04	{"e1": "1159"}	{"lerrcp": "E1-1159"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Lamensans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1919-02-04 00:00", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": 2.31514, "lat": 48.9535, "name": "Épinay-sur-Seine", "geoid": 3020020}, "notime": null, "date-ut": "1919-02-04 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Lamensans"}, "birth": {"tzo": "+00:00", "date": "1919-02-04 00:00", "place": {"c2": "93", "c3": "", "cy": "FR", "lg": 2.31514, "lat": 48.9535, "name": "Épinay-sur-Seine", "geoid": 3020020}, "date-ut": "1919-02-04 00:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1159"}}, "raw": {"H": "00:00", "COD": "93", "DAY": "04", "MON": "02", "NUM": "1159", "PRO": "PH", "YEA": "1919", "CITY": "Epinay sur Seine", "NAME": "LAMENSANS André", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18789	lamson-andre-1908-10-29	{"e1": "1160"}	{"lerrcp": "E1-1160"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Lamson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-10-29 07:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1908-10-29 06:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Lamson"}, "birth": {"tzo": "+00:09", "date": "1908-10-29 07:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1908-10-29 06:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1160"}}, "raw": {"H": "07:00", "COD": "06", "DAY": "29", "MON": "10", "NUM": "1160", "PRO": "MI", "YEA": "1908", "CITY": "Nice", "NAME": "LAMSON André", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18790	lamy-jacques-1915-01-08	{"e1": "1161"}	{"lerrcp": "E1-1161"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Lamy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-01-08 11:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1915-01-08 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Lamy"}, "birth": {"tzo": "+00:00", "date": "1915-01-08 11:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1915-01-08 11:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1161"}}, "raw": {"H": "11:00", "COD": "92", "DAY": "08", "MON": "01", "NUM": "1161", "PRO": "MI", "YEA": "1915", "CITY": "Neuilly sur Seine", "NAME": "LAMY Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18791	lamy-louis-1914-10-06	{"e1": "1162"}	{"lerrcp": "E1-1162"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Lamy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-10-06 22:00", "note": null, "place": {"c1": null, "c2": "39", "c3": "", "cy": "FR", "lg": 5.61085, "lat": 46.75438, "name": "Voiteur", "geoid": 2967742}, "notime": null, "date-ut": "1914-10-06 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Lamy"}, "birth": {"tzo": "+00:00", "date": "1914-10-06 22:00", "place": {"c2": "39", "c3": "", "cy": "FR", "lg": 5.61085, "lat": 46.75438, "name": "Voiteur", "geoid": 2967742}, "date-ut": "1914-10-06 22:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1162"}}, "raw": {"H": "22:00", "COD": "39", "DAY": "06", "MON": "10", "NUM": "1162", "PRO": "PH", "YEA": "1914", "CITY": "Voiteur", "NAME": "LAMY Louis", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18793	lanaverre-lucien-1912-06-04	{"e1": "1164"}	{"lerrcp": "E1-1164"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Lanaverre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-06-04 20:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1912-06-04 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Lanaverre"}, "birth": {"tzo": "+00:00", "date": "1912-06-04 20:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1912-06-04 20:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1164"}}, "raw": {"H": "20:00", "COD": "33", "DAY": "04", "MON": "06", "NUM": "1164", "PRO": "EX", "YEA": "1912", "CITY": "Bordeaux", "NAME": "LANAVERRE Lucien", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18794	lancon-jean-1914-09-17	{"e1": "1165"}	{"lerrcp": "E1-1165"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lancon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1914-09-17 03:00", "note": null, "place": {"c1": null, "c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bastia", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lancon"}, "birth": {"tzo": "", "date": "1914-09-17 03:00", "place": {"c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bastia", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1165"}}, "raw": {"H": "03:00", "COD": "20", "DAY": "17", "MON": "09", "NUM": "1165", "PRO": "EX", "YEA": "1914", "CITY": "Bastia", "NAME": "LANCON Jean", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18795	lancon-robert-1917-02-01	{"e1": "1166"}	{"lerrcp": "E1-1166"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Lancon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1917-02-01 03:00", "note": null, "place": {"c1": null, "c2": "01", "c3": "", "cy": "FR", "lg": 4.89721, "lat": 46.07233, "name": "Saint-Trivier-sur-Moignans", "geoid": 2976747}, "notime": null, "date-ut": "1917-02-01 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Lancon"}, "birth": {"tzo": "+00:00", "date": "1917-02-01 03:00", "place": {"c2": "01", "c3": "", "cy": "FR", "lg": 4.89721, "lat": 46.07233, "name": "Saint-Trivier-sur-Moignans", "geoid": 2976747}, "date-ut": "1917-02-01 03:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1166"}}, "raw": {"H": "03:00", "COD": "01", "DAY": "01", "MON": "02", "NUM": "1166", "PRO": "PH", "YEA": "1917", "CITY": "St Trivier/Moignans", "NAME": "LANCON Robert", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18796	lancrenon-robert-1909-09-30	{"e1": "1167"}	{"lerrcp": "E1-1167"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Lancrenon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-09-30 07:30", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1909-09-30 07:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Lancrenon"}, "birth": {"tzo": "+00:09", "date": "1909-09-30 07:30", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1909-09-30 07:21"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1167"}}, "raw": {"H": "07:30", "COD": "34", "DAY": "30", "MON": "09", "NUM": "1167", "PRO": "MI", "YEA": "1909", "CITY": "Montpellier", "NAME": "LANCRENON Robert", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18797	lanes-philipps-1913-12-21	{"e1": "1168"}	{"lerrcp": "E1-1168"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philipps", "family": "Lanes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-12-21 20:15", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1913-12-21 20:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Philipps", "family": "Lanes"}, "birth": {"tzo": "+00:00", "date": "1913-12-21 20:15", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1913-12-21 20:15"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1168"}}, "raw": {"H": "20:15", "COD": "29", "DAY": "21", "MON": "12", "NUM": "1168", "PRO": "MI", "YEA": "1913", "CITY": "Brest", "NAME": "LANES Philipps", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18798	lang-jack-1939-09-02	{"e1": "1169"}	{"lerrcp": "E1-1169"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jack", "family": "Lang", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1939-09-02 18:00", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 6.13282, "lat": 48.30089, "name": "Mirecourt", "geoid": 2993728}, "notime": null, "date-ut": "1939-09-02 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jack", "family": "Lang"}, "birth": {"tzo": "+01:00", "date": "1939-09-02 18:00", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 6.13282, "lat": 48.30089, "name": "Mirecourt", "geoid": 2993728}, "date-ut": "1939-09-02 17:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1169"}}, "raw": {"H": "18:00", "COD": "88", "DAY": "02", "MON": "09", "NUM": "1169", "PRO": "EX", "YEA": "1939", "CITY": "Mirecourt", "NAME": "LANG Jack", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18799	langard-victor-1915-04-28	{"e1": "1170"}	{"lerrcp": "E1-1170"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Langard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-04-28 01:45", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": 6.57497, "lat": 46.06251, "name": "Cluses", "geoid": 3024532}, "notime": null, "date-ut": "1915-04-28 01:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Langard"}, "birth": {"tzo": "+00:00", "date": "1915-04-28 01:45", "place": {"c2": "74", "c3": "", "cy": "FR", "lg": 6.57497, "lat": 46.06251, "name": "Cluses", "geoid": 3024532}, "date-ut": "1915-04-28 01:45"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1170"}}, "raw": {"H": "01:45", "COD": "74", "DAY": "28", "MON": "04", "NUM": "1170", "PRO": "EX", "YEA": "1915", "CITY": "Cluses", "NAME": "LANGARD Victor", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18800	lange-jacques-1907-11-04	{"e1": "1171"}	{"lerrcp": "E1-1171"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Lange", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1907-11-04 03:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Sordeaux", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Lange"}, "birth": {"tzo": "", "date": "1907-11-04 03:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Sordeaux", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1171"}}, "raw": {"H": "03:00", "COD": "33", "DAY": "04", "MON": "11", "NUM": "1171", "PRO": "PH", "YEA": "1907", "CITY": "Sordeaux", "NAME": "LANGE Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18802	langeron-paul-1922-05-17	{"e1": "1173"}	{"lerrcp": "E1-1173"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Langeron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-05-17 19:25", "note": null, "place": {"c1": null, "c2": "69", "c3": "6", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1922-05-17 18:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Langeron"}, "birth": {"tzo": "+01:00", "date": "1922-05-17 19:25", "place": {"c2": "69", "c3": "6", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1922-05-17 18:25"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1173"}}, "raw": {"H": "19:25", "COD": "69", "DAY": "17", "MON": "05", "NUM": "1173", "PRO": "PH", "YEA": "1922", "CITY": "Lyon 6ème", "NAME": "LANGERON Paul", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18803	langlade-paul-girot-de-1894-07-26	{"e1": "1174"}	{"lerrcp": "E1-1174"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul(GIROT de)", "family": "Langlade", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1894-07-26 09:00", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 3.16223, "lat": 45.54538, "name": "Meilhaud", "geoid": 2994744}, "notime": null, "date-ut": "1894-07-26 08:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul(GIROT de)", "family": "Langlade"}, "birth": {"tzo": "+00:09", "date": "1894-07-26 09:00", "place": {"c2": "63", "c3": "", "cy": "FR", "lg": 3.16223, "lat": 45.54538, "name": "Meilhaud", "geoid": 2994744}, "date-ut": "1894-07-26 08:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1174"}}, "raw": {"H": "09:00", "COD": "63", "DAY": "26", "MON": "07", "NUM": "1174", "PRO": "MI", "YEA": "1894", "CITY": "Meilhaud", "NAME": "LANGLADE Paul(GIROT de)", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18804	langlais-pierre-1909-12-02	{"e1": "1175"}	{"lerrcp": "E1-1175"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Langlais", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-12-02 16:00", "note": null, "place": {"c1": null, "c2": "56", "c3": "", "cy": "FR", "lg": -2.96645, "lat": 48.06835, "name": "Pontivy", "geoid": 2986160}, "notime": null, "date-ut": "1909-12-02 15:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Langlais"}, "birth": {"tzo": "+00:09", "date": "1909-12-02 16:00", "place": {"c2": "56", "c3": "", "cy": "FR", "lg": -2.96645, "lat": 48.06835, "name": "Pontivy", "geoid": 2986160}, "date-ut": "1909-12-02 15:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1175"}}, "raw": {"H": "16:00", "COD": "56", "DAY": "02", "MON": "12", "NUM": "1175", "PRO": "MI", "YEA": "1909", "CITY": "Pontivy", "NAME": "LANGLAIS Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18805	languillon-jean-1912-03-06	{"e1": "1176"}	{"lerrcp": "E1-1176"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Languillon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-03-06 05:00", "note": null, "place": {"c1": null, "c2": "80", "c3": "", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1912-03-06 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Languillon"}, "birth": {"tzo": "+00:00", "date": "1912-03-06 05:00", "place": {"c2": "80", "c3": "", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1912-03-06 05:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1176"}}, "raw": {"H": "05:00", "COD": "80", "DAY": "06", "MON": "03", "NUM": "1176", "PRO": "MI", "YEA": "1912", "CITY": "Amiens", "NAME": "LANGUILLON Jean", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18806	laniez-gabriel-1897-11-21	{"e1": "1177"}	{"lerrcp": "E1-1177"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Laniez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1897-11-21 18:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1897-11-21 17:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Laniez"}, "birth": {"tzo": "+00:09", "date": "1897-11-21 18:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1897-11-21 17:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1177"}}, "raw": {"H": "18:00", "COD": "59", "DAY": "21", "MON": "11", "NUM": "1177", "PRO": "PH", "YEA": "1897", "CITY": "Lille", "NAME": "LANIEZ Gabriel", "NOTE": "*"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18807	lano-bernard-de-gueheneuc-1913-11-20	{"e1": "1178"}	{"lerrcp": "E1-1178"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard (de Guéheneuc)", "family": "Lano", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-11-20 22:00", "note": null, "place": {"c1": null, "c2": "95", "c3": "", "cy": "FR", "lg": 1.68118, "lat": 49.20779, "name": "Saint-Clair-sur-Epte", "geoid": 2981084}, "notime": null, "date-ut": "1913-11-20 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Bernard (de Guéheneuc)", "family": "Lano"}, "birth": {"tzo": "+00:00", "date": "1913-11-20 22:00", "place": {"c2": "95", "c3": "", "cy": "FR", "lg": 1.68118, "lat": 49.20779, "name": "Saint-Clair-sur-Epte", "geoid": 2981084}, "date-ut": "1913-11-20 22:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1178"}}, "raw": {"H": "22:00", "COD": "95", "DAY": "20", "MON": "11", "NUM": "1178", "PRO": "EX", "YEA": "1913", "CITY": "St Clair sur Epte", "NAME": "LANO Bernard (de Guéheneuc)", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18808	lannoy-robert-1915-06-18	{"e1": "1179"}	{"lerrcp": "E1-1179"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Lannoy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-06-18 11:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.43076, "lat": 50.44718, "name": "Saint-Amand-les-Eaux", "geoid": 2981839}, "notime": null, "date-ut": "1915-06-18 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Lannoy"}, "birth": {"tzo": "+00:00", "date": "1915-06-18 11:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.43076, "lat": 50.44718, "name": "Saint-Amand-les-Eaux", "geoid": 2981839}, "date-ut": "1915-06-18 11:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1179"}}, "raw": {"H": "11:30", "COD": "59", "DAY": "18", "MON": "06", "NUM": "1179", "PRO": "EX", "YEA": "1915", "CITY": "St Amand-les-Eaux", "NAME": "LANNOY Robert", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18809	lanote-armand-1902-05-19	{"e1": "1180"}	{"lerrcp": "E1-1180"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Lanote", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1902-05-19 02:00", "note": null, "place": {"c1": null, "c2": "18", "c3": "", "cy": "FR", "lg": 2.0684, "lat": 47.22186, "name": "Vierzon", "geoid": 2969257}, "notime": null, "date-ut": "1902-05-19 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Lanote"}, "birth": {"tzo": "+00:09", "date": "1902-05-19 02:00", "place": {"c2": "18", "c3": "", "cy": "FR", "lg": 2.0684, "lat": 47.22186, "name": "Vierzon", "geoid": 2969257}, "date-ut": "1902-05-19 01:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1180"}}, "raw": {"H": "02:00", "COD": "18", "DAY": "19", "MON": "05", "NUM": "1180", "PRO": "EX", "YEA": "1902", "CITY": "Vierzon", "NAME": "LANOTE Armand", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18810	lantenois-roger-1910-06-04	{"e1": "1181"}	{"lerrcp": "E1-1181"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Lantenois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-06-04 03:00", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": 2.6109, "lat": 48.69247, "name": "Brie-Comte-Robert", "geoid": 3030101}, "notime": null, "date-ut": "1910-06-04 02:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Lantenois"}, "birth": {"tzo": "+00:09", "date": "1910-06-04 03:00", "place": {"c2": "77", "c3": "", "cy": "FR", "lg": 2.6109, "lat": 48.69247, "name": "Brie-Comte-Robert", "geoid": 3030101}, "date-ut": "1910-06-04 02:51"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1181"}}, "raw": {"H": "03:00", "COD": "77", "DAY": "04", "MON": "06", "NUM": "1181", "PRO": "MI", "YEA": "1910", "CITY": "Brie-Comte-Robert", "NAME": "LANTENOIS Roger", "NOTE": "L"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18811	lanvin-lucie-boudry-1902-08-16	{"e1": "1182"}	{"lerrcp": "E1-1182"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucie (BOUDRY)", "family": "Lanvin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1902-08-16 05:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1902-08-16 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Lucie (BOUDRY)", "family": "Lanvin"}, "birth": {"tzo": "+00:09", "date": "1902-08-16 05:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1902-08-16 04:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1182"}}, "raw": {"H": "05:00", "COD": "59", "DAY": "16", "MON": "08", "NUM": "1182", "PRO": "EX", "YEA": "1902", "CITY": "Lille", "NAME": "LANVIN Lucie (BOUDRY)", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18812	lapaume-raphael-1908-07-04	{"e1": "1183"}	{"lerrcp": "E1-1183"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raphaël", "family": "Lapaume", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-07-04 10:00", "note": null, "place": {"c1": null, "c2": "47", "c3": "", "cy": "FR", "lg": 0.62055, "lat": 44.20199, "name": "Agen", "geoid": 3038634}, "notime": null, "date-ut": "1908-07-04 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Raphaël", "family": "Lapaume"}, "birth": {"tzo": "+00:09", "date": "1908-07-04 10:00", "place": {"c2": "47", "c3": "", "cy": "FR", "lg": 0.62055, "lat": 44.20199, "name": "Agen", "geoid": 3038634}, "date-ut": "1908-07-04 09:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1183"}}, "raw": {"H": "10:00", "COD": "47", "DAY": "04", "MON": "07", "NUM": "1183", "PRO": "MI", "YEA": "1908", "CITY": "Agen", "NAME": "LAPAUME Raphaël", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18813	lapeyre-andre-1891-05-08	{"e1": "1184"}	{"lerrcp": "E1-1184"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Lapeyre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1891-05-08 18:00", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": 0.52745, "lat": 45.14526, "name": "Saint-Astier", "geoid": 2981623}, "notime": null, "date-ut": "1891-05-08 17:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Lapeyre"}, "birth": {"tzo": "+00:09", "date": "1891-05-08 18:00", "place": {"c2": "24", "c3": "", "cy": "FR", "lg": 0.52745, "lat": 45.14526, "name": "Saint-Astier", "geoid": 2981623}, "date-ut": "1891-05-08 17:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1184"}}, "raw": {"H": "18:00", "COD": "24", "DAY": "08", "MON": "05", "NUM": "1184", "PRO": "PH", "YEA": "1891", "CITY": "St-Astier", "NAME": "LAPEYRE André", "NOTE": "-"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18814	lapeyssonnie-leon-1915-10-16	{"e1": "1185"}	{"lerrcp": "E1-1185"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Lapeyssonnie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-10-16 16:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1915-10-16 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Lapeyssonnie"}, "birth": {"tzo": "+00:00", "date": "1915-10-16 16:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1915-10-16 16:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1185"}}, "raw": {"H": "16:00", "COD": "34", "DAY": "16", "MON": "10", "NUM": "1185", "PRO": "MI", "YEA": "1915", "CITY": "Montpellier", "NAME": "LAPEYSSONNIE Léon", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18815	lapierre-michel-1921-02-09	{"e1": "1186"}	{"lerrcp": "E1-1186"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Lapierre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1921-02-09 08:30", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Boulogns sur Mer", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Lapierre"}, "birth": {"tzo": "", "date": "1921-02-09 08:30", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Boulogns sur Mer", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1186"}}, "raw": {"H": "08:30", "COD": "62", "DAY": "09", "MON": "02", "NUM": "1186", "PRO": "PH", "YEA": "1921", "CITY": "Boulogns sur Mer", "NAME": "LAPIERRE Michel", "NOTE": "-"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18816	laplane-dominique-1928-08-11	{"e1": "1187"}	{"lerrcp": "E1-1187"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dominique", "family": "Laplane", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1928-08-11 04:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1928-08-11 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Dominique", "family": "Laplane"}, "birth": {"tzo": "+01:00", "date": "1928-08-11 04:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1928-08-11 03:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1187"}}, "raw": {"H": "04:00", "COD": "13", "DAY": "11", "MON": "08", "NUM": "1187", "PRO": "PH", "YEA": "1928", "CITY": "Marseille", "NAME": "LAPLANE Dominique", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18817	laplane-robert-1907-06-27	{"e1": "1188"}	{"lerrcp": "E1-1188"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Laplane", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-06-27 08:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1907-06-27 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Laplane"}, "birth": {"tzo": "+00:09", "date": "1907-06-27 08:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1907-06-27 07:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1188"}}, "raw": {"H": "08:00", "COD": "13", "DAY": "27", "MON": "06", "NUM": "1188", "PRO": "PH", "YEA": "1907", "CITY": "Marseille", "NAME": "LAPLANE Robert", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18818	larcan-alain-1931-02-25	{"e1": "1189"}	{"lerrcp": "E1-1189"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Larcan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1931-02-25 14:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1931-02-25 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alain", "family": "Larcan"}, "birth": {"tzo": "+00:00", "date": "1931-02-25 14:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1931-02-25 14:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1189"}}, "raw": {"H": "14:00", "COD": "54", "DAY": "25", "MON": "02", "NUM": "1189", "PRO": "PH", "YEA": "1931", "CITY": "Nancy", "NAME": "LARCAN Alain", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18819	lareng-louis-1923-04-08	{"e1": "1190"}	{"lerrcp": "E1-1190"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Lareng", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-04-08 16:00", "note": null, "place": {"c1": null, "c2": "65", "c3": "", "cy": "FR", "lg": -0.09636, "lat": 43.0238, "name": "Ayzac-Ost", "geoid": 3035559}, "notime": null, "date-ut": "1923-04-08 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Lareng"}, "birth": {"tzo": "+00:00", "date": "1923-04-08 16:00", "place": {"c2": "65", "c3": "", "cy": "FR", "lg": -0.09636, "lat": 43.0238, "name": "Ayzac-Ost", "geoid": 3035559}, "date-ut": "1923-04-08 16:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1190"}}, "raw": {"H": "16:00", "COD": "65", "DAY": "08", "MON": "04", "NUM": "1190", "PRO": "PH", "YEA": "1923", "CITY": "Ayzac-Ost", "NAME": "LARENG Louis", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18820	laroche-claude-1917-09-04	{"e1": "1191"}	{"lerrcp": "E1-1191"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Laroche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1917-09-04 20:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Sèures", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Laroche"}, "birth": {"tzo": "", "date": "1917-09-04 20:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Sèures", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1191"}}, "raw": {"H": "20:00", "COD": "92", "DAY": "04", "MON": "09", "NUM": "1191", "PRO": "PH", "YEA": "1917", "CITY": "Sèures", "NAME": "LAROCHE Claude", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18821	laroche-marguerite-navarron-1909-11-27	{"e1": "1192"}	{"lerrcp": "E1-1192"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marguerite (NAVARRON)", "family": "Laroche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-11-27 22:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -0.53428, "lat": 43.51319, "name": "Morlanne", "geoid": 2991767}, "notime": null, "date-ut": "1909-11-27 21:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Marguerite (NAVARRON)", "family": "Laroche"}, "birth": {"tzo": "+00:09", "date": "1909-11-27 22:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": -0.53428, "lat": 43.51319, "name": "Morlanne", "geoid": 2991767}, "date-ut": "1909-11-27 21:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1192"}}, "raw": {"H": "22:00", "COD": "64", "DAY": "27", "MON": "11", "NUM": "1192", "PRO": "EX", "YEA": "1909", "CITY": "Morlanne", "NAME": "LAROCHE Marguerite (NAVARRON)", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18822	la-rocque-de-severac-bertrand-1925-07-11	{"e1": "1193"}	{"lerrcp": "E1-1193"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "de SEVERAC Bertrand", "family": "La Rocque", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1925-07-11 01:30", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.64003, "lat": 50.52965, "name": "Béthune", "geoid": 3033002}, "notime": null, "date-ut": "1925-07-11 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "de SEVERAC Bertrand", "family": "La Rocque"}, "birth": {"tzo": "+01:00", "date": "1925-07-11 01:30", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 2.64003, "lat": 50.52965, "name": "Béthune", "geoid": 3033002}, "date-ut": "1925-07-11 00:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1193"}}, "raw": {"H": "01:30", "COD": "62", "DAY": "11", "MON": "07", "NUM": "1193", "PRO": "EX", "YEA": "1925", "CITY": "Béthune", "NAME": "LA ROCQUE de SEVERAC Bertrand", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18823	lartigue-marie-hippolyte-1815-04-17	{"e1": "1194"}	{"lerrcp": "E1-1194"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie Hippolyte", "family": "Lartigue", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1815-04-17 11:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Montesquieu-Volvest", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marie Hippolyte", "family": "Lartigue"}, "birth": {"tzo": "", "date": "1815-04-17 11:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Montesquieu-Volvest", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1194"}}, "raw": {"H": "11:00", "COD": "31", "DAY": "17", "MON": "04", "NUM": "1194", "PRO": "MI", "YEA": "1815", "CITY": "Montesquieu-Volvest", "NAME": "LARTIGUE Marie Hippolyte", "NOTE": "*"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18824	lashordes-xavier-1903-01-01	{"e1": "1195"}	{"lerrcp": "E1-1195"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Xavier", "family": "Lashordes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-01-01 05:00", "note": null, "place": {"c1": null, "c2": "81", "c3": "", "cy": "FR", "lg": 2.24088, "lat": 43.60527, "name": "Castres", "geoid": 3028263}, "notime": null, "date-ut": "1903-01-01 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Xavier", "family": "Lashordes"}, "birth": {"tzo": "+00:09", "date": "1903-01-01 05:00", "place": {"c2": "81", "c3": "", "cy": "FR", "lg": 2.24088, "lat": 43.60527, "name": "Castres", "geoid": 3028263}, "date-ut": "1903-01-01 04:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1195"}}, "raw": {"H": "05:00", "COD": "81", "DAY": "01", "MON": "01", "NUM": "1195", "PRO": "EX", "YEA": "1903", "CITY": "Castres", "NAME": "LASHORDES Xavier", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18825	lassalle-pierre-1905-12-10	{"e1": "1196"}	{"lerrcp": "E1-1196"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Lassalle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-12-10 17:00", "note": null, "place": {"c1": null, "c2": "90", "c3": "", "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "notime": null, "date-ut": "1905-12-10 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Lassalle"}, "birth": {"tzo": "+00:09", "date": "1905-12-10 17:00", "place": {"c2": "90", "c3": "", "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "date-ut": "1905-12-10 16:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1196"}}, "raw": {"H": "17:00", "COD": "90", "DAY": "10", "MON": "12", "NUM": "1196", "PRO": "MI", "YEA": "1905", "CITY": "Belfort", "NAME": "LASSALLE Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18826	lasserre-louis-1895-07-17	{"e1": "1197"}	{"lerrcp": "E1-1197"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Lasserre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1895-07-17 13:00", "note": null, "place": {"c1": null, "c2": "12", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Villefranche de Rou", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Lasserre"}, "birth": {"tzo": "", "date": "1895-07-17 13:00", "place": {"c2": "12", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Villefranche de Rou", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1197"}}, "raw": {"H": "13:00", "COD": "12", "DAY": "17", "MON": "07", "NUM": "1197", "PRO": "EX", "YEA": "1895", "CITY": "Villefranche de Rou", "NAME": "LASSERRE Louis", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18827	lataillade-louis-1910-08-01	{"e1": "1198"}	{"lerrcp": "E1-1198"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Lataillade", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-08-01 05:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "notime": null, "date-ut": "1910-08-01 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Lataillade"}, "birth": {"tzo": "+00:09", "date": "1910-08-01 05:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "date-ut": "1910-08-01 04:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1198"}}, "raw": {"H": "05:00", "COD": "64", "DAY": "01", "MON": "08", "NUM": "1198", "PRO": "PH", "YEA": "1910", "CITY": "Pau", "NAME": "LATAILLADE Louis", "NOTE": "-"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18828	lataix-pierre-1911-07-02	{"e1": "1199"}	{"lerrcp": "E1-1199"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Lataix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-07-02 03:00", "note": null, "place": {"c1": null, "c2": "39", "c3": "", "cy": "FR", "lg": 5.91354, "lat": 46.74452, "name": "Champagnole", "geoid": 3027235}, "notime": null, "date-ut": "1911-07-02 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Lataix"}, "birth": {"tzo": "+00:00", "date": "1911-07-02 03:00", "place": {"c2": "39", "c3": "", "cy": "FR", "lg": 5.91354, "lat": 46.74452, "name": "Champagnole", "geoid": 3027235}, "date-ut": "1911-07-02 03:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1199"}}, "raw": {"H": "03:00", "COD": "39", "DAY": "02", "MON": "07", "NUM": "1199", "PRO": "PH", "YEA": "1911", "CITY": "Champagnole", "NAME": "LATAIX Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18829	latarjet-michel-1913-01-01	{"e1": "1200"}	{"lerrcp": "E1-1200"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Latarjet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-01-01 01:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "2", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1913-01-01 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Latarjet"}, "birth": {"tzo": "+00:00", "date": "1913-01-01 01:00", "place": {"c2": "69", "c3": "2", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1913-01-01 01:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1200"}}, "raw": {"H": "01:00", "COD": "69", "DAY": "01", "MON": "01", "NUM": "1200", "PRO": "PH", "YEA": "1913", "CITY": "Lyon 2ème", "NAME": "LATARJET Michel", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18830	latarjet-raymond-1911-10-17	{"e1": "1201"}	{"lerrcp": "E1-1201"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Latarjet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-10-17 09:40", "note": null, "place": {"c1": null, "c2": "69", "c3": "2", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1911-10-17 09:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Latarjet"}, "birth": {"tzo": "+00:00", "date": "1911-10-17 09:40", "place": {"c2": "69", "c3": "2", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1911-10-17 09:40"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1201"}}, "raw": {"H": "09:40", "COD": "69", "DAY": "17", "MON": "10", "NUM": "1201", "PRO": "PH", "YEA": "1911", "CITY": "Lyon 2ème", "NAME": "LATARJET Raymond", "NOTE": "+"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18831	latham-hubert-1883-01-10	{"e1": "1202"}	{"lerrcp": "E1-1202"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hubert", "family": "Latham", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1883-01-10 15:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "8", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1883-01-10 14:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hubert", "family": "Latham"}, "birth": {"tzo": "+00:09", "date": "1883-01-10 15:00", "place": {"c2": "75", "c3": "8", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1883-01-10 14:51"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1202"}}, "raw": {"H": "15:00", "COD": "75", "DAY": "10", "MON": "01", "NUM": "1202", "PRO": "MI", "YEA": "1883", "CITY": "Paris 8ème", "NAME": "LATHAM Hubert", "NOTE": "*"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18832	laubard-paul-1899-11-23	{"e1": "1203"}	{"lerrcp": "E1-1203"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Laubard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-11-23 06:00", "note": null, "place": {"c1": null, "c2": "46", "c3": "", "cy": "FR", "lg": 1.84261, "lat": 44.48546, "name": "Cajarc", "geoid": 3029168}, "notime": null, "date-ut": "1899-11-23 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Laubard"}, "birth": {"tzo": "+00:09", "date": "1899-11-23 06:00", "place": {"c2": "46", "c3": "", "cy": "FR", "lg": 1.84261, "lat": 44.48546, "name": "Cajarc", "geoid": 3029168}, "date-ut": "1899-11-23 05:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1203"}}, "raw": {"H": "06:00", "COD": "46", "DAY": "23", "MON": "11", "NUM": "1203", "PRO": "EX", "YEA": "1899", "CITY": "Cajarc", "NAME": "LAUBARD Paul", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18833	laubie-paulette-croses-1929-08-15	{"e1": "1204"}	{"lerrcp": "E1-1204"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paulette (CROSES)", "family": "Laubie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1929-08-15 14:00", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 4.78479, "lat": 46.30751, "name": "Charnay-lès-Mâcon", "geoid": 3026534}, "notime": null, "date-ut": "1929-08-15 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Paulette (CROSES)", "family": "Laubie"}, "birth": {"tzo": "+01:00", "date": "1929-08-15 14:00", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 4.78479, "lat": 46.30751, "name": "Charnay-lès-Mâcon", "geoid": 3026534}, "date-ut": "1929-08-15 13:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1204"}}, "raw": {"H": "14:00", "COD": "71", "DAY": "15", "MON": "08", "NUM": "1204", "PRO": "EX", "YEA": "1929", "CITY": "Charnay lès Mâcon", "NAME": "LAUBIE Paulette (CROSES)", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18834	laugier-paul-1910-10-03	{"e1": "1205"}	{"lerrcp": "E1-1205"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Laugier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-10-03 05:00", "note": null, "place": {"c1": null, "c2": "84", "c3": "", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1910-10-03 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Laugier"}, "birth": {"tzo": "+00:09", "date": "1910-10-03 05:00", "place": {"c2": "84", "c3": "", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1910-10-03 04:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1205"}}, "raw": {"H": "05:00", "COD": "84", "DAY": "03", "MON": "10", "NUM": "1205", "PRO": "PH", "YEA": "1910", "CITY": "Avignon", "NAME": "LAUGIER Paul", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18835	launay-jacques-1925-05-25	{"e1": "1206"}	{"lerrcp": "E1-1206"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Launay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1925-05-25 04:25", "note": null, "place": {"c1": null, "c2": "14", "c3": "", "cy": "FR", "lg": -0.7039, "lat": 49.27732, "name": "Bayeux", "geoid": 3034483}, "notime": null, "date-ut": "1925-05-25 03:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Launay"}, "birth": {"tzo": "+01:00", "date": "1925-05-25 04:25", "place": {"c2": "14", "c3": "", "cy": "FR", "lg": -0.7039, "lat": 49.27732, "name": "Bayeux", "geoid": 3034483}, "date-ut": "1925-05-25 03:25"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1206"}}, "raw": {"H": "04:25", "COD": "14", "DAY": "25", "MON": "05", "NUM": "1206", "PRO": "PH", "YEA": "1925", "CITY": "Bayeux", "NAME": "LAUNAY Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18836	laure-rene-1912-06-28	{"e1": "1207"}	{"lerrcp": "E1-1207"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Laure", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-06-28 16:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 6.24204, "lat": 43.51591, "name": "Entrecasteaux", "geoid": 3020134}, "notime": null, "date-ut": "1912-06-28 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "René", "family": "Laure"}, "birth": {"tzo": "+00:00", "date": "1912-06-28 16:00", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": 6.24204, "lat": 43.51591, "name": "Entrecasteaux", "geoid": 3020134}, "date-ut": "1912-06-28 16:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1207"}}, "raw": {"H": "16:00", "COD": "83", "DAY": "28", "MON": "06", "NUM": "1207", "PRO": "MI", "YEA": "1912", "CITY": "Entrecasteaux", "NAME": "LAURE René", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18837	laurens-paul-1922-01-28	{"e1": "1208"}	{"lerrcp": "E1-1208"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Laurens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-01-28 12:05", "note": null, "place": {"c1": null, "c2": "81", "c3": "", "cy": "FR", "lg": 2.1581, "lat": 44.04963, "name": "Carmaux", "geoid": 3028580}, "notime": null, "date-ut": "1922-01-28 12:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Laurens"}, "birth": {"tzo": "+00:00", "date": "1922-01-28 12:05", "place": {"c2": "81", "c3": "", "cy": "FR", "lg": 2.1581, "lat": 44.04963, "name": "Carmaux", "geoid": 3028580}, "date-ut": "1922-01-28 12:05"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1208"}}, "raw": {"H": "12:05", "COD": "81", "DAY": "28", "MON": "01", "NUM": "1208", "PRO": "PH", "YEA": "1922", "CITY": "Carmaux", "NAME": "LAURENS Paul", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18838	laurent-francis-1923-04-03	{"e1": "1209"}	{"lerrcp": "E1-1209"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Laurent", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-04-03 07:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1923-04-03 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Francis", "family": "Laurent"}, "birth": {"tzo": "+00:00", "date": "1923-04-03 07:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1923-04-03 07:00"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1209"}}, "raw": {"H": "07:00", "COD": "54", "DAY": "03", "MON": "04", "NUM": "1209", "PRO": "PH", "YEA": "1923", "CITY": "Nancy", "NAME": "LAURENT Francis", "NOTE": "-"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18839	laval-paul-1913-02-06	{"e1": "1210"}	{"lerrcp": "E1-1210"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Laval", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-02-06 08:00", "note": null, "place": {"c1": null, "c2": "12", "c3": "", "cy": "FR", "lg": 2.76265, "lat": 44.52237, "name": "Espalion", "geoid": 3019717}, "notime": null, "date-ut": "1913-02-06 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Laval"}, "birth": {"tzo": "+00:00", "date": "1913-02-06 08:00", "place": {"c2": "12", "c3": "", "cy": "FR", "lg": 2.76265, "lat": 44.52237, "name": "Espalion", "geoid": 3019717}, "date-ut": "1913-02-06 08:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1210"}}, "raw": {"H": "08:00", "COD": "12", "DAY": "06", "MON": "02", "NUM": "1210", "PRO": "PH", "YEA": "1913", "CITY": "Espalion", "NAME": "LAVAL Paul", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18840	lavalette-dernard-de-1930-12-18	{"e1": "1211"}	{"lerrcp": "E1-1211"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dernard de", "family": "Lavalette", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1930-12-18 05:00", "note": null, "place": {"c1": null, "c2": "87", "c3": "", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1930-12-18 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Dernard de", "family": "Lavalette"}, "birth": {"tzo": "+00:00", "date": "1930-12-18 05:00", "place": {"c2": "87", "c3": "", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1930-12-18 05:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1211"}}, "raw": {"H": "05:00", "COD": "87", "DAY": "18", "MON": "12", "NUM": "1211", "PRO": "EX", "YEA": "1930", "CITY": "Limoges", "NAME": "LAVALETTE Dernard de", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18841	lavaud-gaston-1900-02-28	{"e1": "1212"}	{"lerrcp": "E1-1212"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Lavaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1900-02-28 14:00", "note": null, "place": {"c1": null, "c2": "72", "c3": "", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "notime": null, "date-ut": "1900-02-28 13:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Lavaud"}, "birth": {"tzo": "+00:09", "date": "1900-02-28 14:00", "place": {"c2": "72", "c3": "", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "date-ut": "1900-02-28 13:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1212"}}, "raw": {"H": "14:00", "COD": "72", "DAY": "28", "MON": "02", "NUM": "1212", "PRO": "MI", "YEA": "1900", "CITY": "Le Mans", "NAME": "LAVAUD Gaston", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18842	lavergne-andre-1913-04-03	{"e1": "1213"}	{"lerrcp": "E1-1213"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Lavergne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-04-03 15:30", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "notime": null, "date-ut": "1913-04-03 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Lavergne"}, "birth": {"tzo": "+00:00", "date": "1913-04-03 15:30", "place": {"c2": "63", "c3": "", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "date-ut": "1913-04-03 15:30"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1213"}}, "raw": {"H": "15:30", "COD": "63", "DAY": "03", "MON": "04", "NUM": "1213", "PRO": "MI", "YEA": "1913", "CITY": "Clermont-Ferrand", "NAME": "LAVERGNE André", "NOTE": "L"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18844	lebel-jean-1927-09-11	{"e1": "1215"}	{"lerrcp": "E1-1215"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lebel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1927-09-11 10:45", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Boulogne-Billt", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lebel"}, "birth": {"tzo": "", "date": "1927-09-11 10:45", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Boulogne-Billt", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1215"}}, "raw": {"H": "10:45", "COD": "92", "DAY": "11", "MON": "09", "NUM": "1215", "PRO": "EX", "YEA": "1927", "CITY": "Boulogne-Billt", "NAME": "LEBEL Jean", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18845	lebel-jean-edmond-1912-08-16	{"e1": "1216"}	{"lerrcp": "E1-1216"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Edmond", "family": "Lebel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-08-16 08:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 2.39972, "lat": 51.04517, "name": "Malo-les-Bains", "geoid": 2996359}, "notime": null, "date-ut": "1912-08-16 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean Edmond", "family": "Lebel"}, "birth": {"tzo": "+00:00", "date": "1912-08-16 08:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 2.39972, "lat": 51.04517, "name": "Malo-les-Bains", "geoid": 2996359}, "date-ut": "1912-08-16 08:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1216"}}, "raw": {"H": "08:30", "COD": "59", "DAY": "16", "MON": "08", "NUM": "1216", "PRO": "EX", "YEA": "1912", "CITY": "Malo-les Bains", "NAME": "LEBEL Jean Edmond", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18846	lebeuf-nicolas-1934-10-06	{"e1": "1217"}	{"lerrcp": "E1-1217"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicolas", "family": "Lebeuf", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1934-10-06 07:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Boulogne-Billt", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Nicolas", "family": "Lebeuf"}, "birth": {"tzo": "", "date": "1934-10-06 07:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Boulogne-Billt", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1217"}}, "raw": {"H": "07:00", "COD": "92", "DAY": "06", "MON": "10", "NUM": "1217", "PRO": "EX", "YEA": "1934", "CITY": "Boulogne-Billt", "NAME": "LEBEUF Nicolas", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18847	le-bigot-guillaume-1909-02-24	{"e1": "1218"}	{"lerrcp": "E1-1218"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guillaume", "family": "Le Bigot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-02-24 18:30", "note": null, "place": {"c1": null, "c2": "56", "c3": "", "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "notime": null, "date-ut": "1909-02-24 18:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Guillaume", "family": "Le Bigot"}, "birth": {"tzo": "+00:09", "date": "1909-02-24 18:30", "place": {"c2": "56", "c3": "", "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "date-ut": "1909-02-24 18:21"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1218"}}, "raw": {"H": "18:30", "COD": "56", "DAY": "24", "MON": "02", "NUM": "1218", "PRO": "MI", "YEA": "1909", "CITY": "Lorient", "NAME": "LE BIGOT Guillaume", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18848	leblanc-marc-1905-01-30	{"e1": "1219"}	{"lerrcp": "E1-1219"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marc", "family": "Leblanc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-01-30 06:00", "note": null, "place": {"c1": null, "c2": "89", "c3": "", "cy": "FR", "lg": 3.72489, "lat": 48.00057, "name": "Saint-Florentin", "geoid": 2980111}, "notime": null, "date-ut": "1905-01-30 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marc", "family": "Leblanc"}, "birth": {"tzo": "+00:09", "date": "1905-01-30 06:00", "place": {"c2": "89", "c3": "", "cy": "FR", "lg": 3.72489, "lat": 48.00057, "name": "Saint-Florentin", "geoid": 2980111}, "date-ut": "1905-01-30 05:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1219"}}, "raw": {"H": "06:00", "COD": "89", "DAY": "30", "MON": "01", "NUM": "1219", "PRO": "PH", "YEA": "1905", "CITY": "St Florentin", "NAME": "LEBLANC Marc", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18849	le-bleu-jean-1879-09-11	{"e1": "1220"}	{"lerrcp": "E1-1220"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Le Bleu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21", "date": "1879-09-11 04:00", "note": null, "place": {"c1": null, "c2": "55", "c3": "", "cy": "FR", "lg": 5.2298, "lat": 48.72575, "name": "Tannois", "geoid": 2973414}, "notime": null, "date-ut": "1879-09-11 03:39"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Le Bleu"}, "birth": {"tzo": "+00:21", "date": "1879-09-11 04:00", "place": {"c2": "55", "c3": "", "cy": "FR", "lg": 5.2298, "lat": 48.72575, "name": "Tannois", "geoid": 2973414}, "date-ut": "1879-09-11 03:39"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1220"}}, "raw": {"H": "04:00", "COD": "55", "DAY": "11", "MON": "09", "NUM": "1220", "PRO": "MI", "YEA": "1879", "CITY": "Tannois", "NAME": "LE BLEU Jean", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18850	lebon-albert-1908-06-01	{"e1": "1221"}	{"lerrcp": "E1-1221"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Lebon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1908-06-01 13:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Haumont", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Lebon"}, "birth": {"tzo": "", "date": "1908-06-01 13:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Haumont", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1221"}}, "raw": {"H": "13:30", "COD": "59", "DAY": "01", "MON": "06", "NUM": "1221", "PRO": "MI", "YEA": "1908", "CITY": "Haumont", "NAME": "LEBON Albert", "NOTE": "L"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18851	le-borgne-claude-1921-12-10	{"e1": "1222"}	{"lerrcp": "E1-1222"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Le Borgne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1921-12-10 13:00", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1921-12-10 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Le Borgne"}, "birth": {"tzo": "+00:00", "date": "1921-12-10 13:00", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1921-12-10 13:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1222"}}, "raw": {"H": "13:00", "COD": "35", "DAY": "10", "MON": "12", "NUM": "1222", "PRO": "MI", "YEA": "1921", "CITY": "Rennes", "NAME": "LE BORGNE Claude", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18852	le-breton-ernest-1905-01-22	{"e1": "1223"}	{"lerrcp": "E1-1223"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Le Breton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-01-22 20:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -3.74614, "lat": 48.36439, "name": "Huelgoat", "geoid": 3013026}, "notime": null, "date-ut": "1905-01-22 19:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Le Breton"}, "birth": {"tzo": "+00:09", "date": "1905-01-22 20:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -3.74614, "lat": 48.36439, "name": "Huelgoat", "geoid": 3013026}, "date-ut": "1905-01-22 19:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1223"}}, "raw": {"H": "20:00", "COD": "29", "DAY": "22", "MON": "01", "NUM": "1223", "PRO": "MI", "YEA": "1905", "CITY": "Huelgoat", "NAME": "LE BRETON Ernest", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18853	lebrun-barthelemy-1809-10-22	{"e1": "1224"}	{"lerrcp": "E1-1224"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Barthelémy", "family": "Lebrun", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15", "date": "1809-10-22 16:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.69171, "lat": 50.12499, "name": "Landrecies", "geoid": 3007830}, "notime": null, "date-ut": "1809-10-22 15:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Barthelémy", "family": "Lebrun"}, "birth": {"tzo": "+00:15", "date": "1809-10-22 16:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.69171, "lat": 50.12499, "name": "Landrecies", "geoid": 3007830}, "date-ut": "1809-10-22 15:45"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1224"}}, "raw": {"H": "16:00", "COD": "59", "DAY": "22", "MON": "10", "NUM": "1224", "PRO": "MI", "YEA": "1809", "CITY": "Landrecies", "NAME": "LEBRUN Barthelémy", "NOTE": "*"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18854	leccia-joseph-1901-05-03	{"e1": "1225"}	{"lerrcp": "E1-1225"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Leccia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1901-05-03 02:00", "note": null, "place": {"c1": null, "c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Ajaccio", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Leccia"}, "birth": {"tzo": "", "date": "1901-05-03 02:00", "place": {"c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Ajaccio", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1225"}}, "raw": {"H": "02:00", "COD": "20", "DAY": "03", "MON": "05", "NUM": "1225", "PRO": "PH", "YEA": "1901", "CITY": "Ajaccio", "NAME": "LECCIA Joseph", "NOTE": "-"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18855	lecerf-louis-1915-03-29	{"e1": "1226"}	{"lerrcp": "E1-1226"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Lecerf", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-03-29 12:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1915-03-29 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Lecerf"}, "birth": {"tzo": "+00:00", "date": "1915-03-29 12:00", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1915-03-29 12:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1226"}}, "raw": {"H": "12:00", "COD": "83", "DAY": "29", "MON": "03", "NUM": "1226", "PRO": "MI", "YEA": "1915", "CITY": "Toulon", "NAME": "LECERF Louis", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18856	le-chatelier-jean-1924-03-21	{"e1": "1227"}	{"lerrcp": "E1-1227"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Le Chatelier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1924-03-21 01:10", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1924-03-21 01:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Le Chatelier"}, "birth": {"tzo": "+00:00", "date": "1924-03-21 01:10", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1924-03-21 01:10"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1227"}}, "raw": {"H": "01:10", "COD": "38", "DAY": "21", "MON": "03", "NUM": "1227", "PRO": "EX", "YEA": "1924", "CITY": "Grenoble", "NAME": "LE CHATELIER Jean", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18857	le-chevrel-bertrand-1920-02-17	{"e1": "1228"}	{"lerrcp": "E1-1228"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bertrand", "family": "Le Chevrel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-02-17 04:00", "note": null, "place": {"c1": null, "c2": "61", "c3": "", "cy": "FR", "lg": -0.64588, "lat": 48.59208, "name": "Domfront", "geoid": 3021193}, "notime": null, "date-ut": "1920-02-17 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Bertrand", "family": "Le Chevrel"}, "birth": {"tzo": "+01:00", "date": "1920-02-17 04:00", "place": {"c2": "61", "c3": "", "cy": "FR", "lg": -0.64588, "lat": 48.59208, "name": "Domfront", "geoid": 3021193}, "date-ut": "1920-02-17 03:00"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1228"}}, "raw": {"H": "04:00", "COD": "61", "DAY": "17", "MON": "02", "NUM": "1228", "PRO": "PH", "YEA": "1920", "CITY": "Domfront", "NAME": "LE CHEVREL Bertrand", "NOTE": "-"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18860	leclair-bernard-1929-02-03	{"e1": "1231"}	{"lerrcp": "E1-1231"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Leclair", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1929-02-03 16:30", "note": null, "place": {"c1": null, "c2": "22", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Pléneuf", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Leclair"}, "birth": {"tzo": "", "date": "1929-02-03 16:30", "place": {"c2": "22", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Pléneuf", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1231"}}, "raw": {"H": "16:30", "COD": "22", "DAY": "03", "MON": "02", "NUM": "1231", "PRO": "EX", "YEA": "1929", "CITY": "Pléneuf", "NAME": "LECLAIR Bernard", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18861	leclerc-edouard-1926-11-20	{"e1": "1232"}	{"lerrcp": "E1-1232"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Leclerc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1926-11-20 10:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Landernau", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Leclerc"}, "birth": {"tzo": "", "date": "1926-11-20 10:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Landernau", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1232"}}, "raw": {"H": "10:00", "COD": "29", "DAY": "20", "MON": "11", "NUM": "1232", "PRO": "EX", "YEA": "1926", "CITY": "Landernau", "NAME": "LECLERC Edouard", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18859	leclainche-xavier-1899-04-19	{"e1": "1230", "afd5": "592"}	{"lerrcp": "E1-1230", "muller": "M5-592"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Xavier", "family": "Leclainche", "spouse": [], "official": {"given": "Xavier Louis", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-04-19 06:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1899-04-19 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Xavier", "family": "Leclainche"}, "birth": {"tzo": "+00:09", "date": "1899-04-19 06:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1899-04-19 05:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1230"}}, "raw": {"H": "06:00", "COD": "31", "DAY": "19", "MON": "04", "NUM": "1230", "PRO": "PH", "YEA": "1899", "CITY": "Toulouse", "NAME": "LECLAINCHE Xavier", "NOTE": "+"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Leclainche", "official": {"given": "Xavier Louis"}}, "birth": {"date": "1899-04-19 06:00", "place": {"name": "Toulouse"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "592"}}, "raw": {"NR": "592", "GNR": "ND1123", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "2", "VE_": "1", "CODE": "3", "JAHR": "1899", "KORR": "-0.16", "MARS": "26", "MODE": "", "MOND": "25", "NAME": "LECLAINCHE (XAVIER LOUIS).", "AUFAB": "9.40", "PHAS_": "60.000", "SONNE": "1", "VENUS": "4", "BREITE": "43 N 37", "GEBORT": "Toulouse (Haute-Garonne)", "LAENGE": "001 E 26", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "14", "GEBZEIT": "06.00", "JUPITER": "19", "ELECTAGE": "56,9", "ELECTDAT": "21.02.1956", "GEBDATUM": "19.04.1899", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
18863	leclercq-etienne-1922-09-08	{"e1": "1234"}	{"lerrcp": "E1-1234"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Leclercq", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-09-08 21:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1922-09-08 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Leclercq"}, "birth": {"tzo": "+01:00", "date": "1922-09-08 21:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1922-09-08 20:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1234"}}, "raw": {"H": "21:00", "COD": "59", "DAY": "08", "MON": "09", "NUM": "1234", "PRO": "PH", "YEA": "1922", "CITY": "Roubaix", "NAME": "LECLERCQ Etienne", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18864	leclercq-robert-1921-05-18	{"e1": "1235"}	{"lerrcp": "E1-1235"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Leclercq", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-05-18 05:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1921-05-18 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Leclercq"}, "birth": {"tzo": "+01:00", "date": "1921-05-18 05:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1921-05-18 04:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1235"}}, "raw": {"H": "05:00", "COD": "59", "DAY": "18", "MON": "05", "NUM": "1235", "PRO": "PH", "YEA": "1921", "CITY": "Lille", "NAME": "LECLERCQ Robert", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18865	leclere-guy-1910-12-02	{"e1": "1236"}	{"lerrcp": "E1-1236"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Leclere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-12-02 12:00", "note": null, "place": {"c1": null, "c2": "80", "c3": "", "cy": "FR", "lg": 1.63333, "lat": 50.18333, "name": "Saint-Valery-sur-Somme", "geoid": 2976701}, "notime": null, "date-ut": "1910-12-02 11:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Leclere"}, "birth": {"tzo": "+00:09", "date": "1910-12-02 12:00", "place": {"c2": "80", "c3": "", "cy": "FR", "lg": 1.63333, "lat": 50.18333, "name": "Saint-Valery-sur-Somme", "geoid": 2976701}, "date-ut": "1910-12-02 11:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1236"}}, "raw": {"H": "12:00", "COD": "80", "DAY": "02", "MON": "12", "NUM": "1236", "PRO": "MI", "YEA": "1910", "CITY": "St Valéry/Somme", "NAME": "LECLERE Guy", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18866	lecocq-pierre-1910-12-06	{"e1": "1237"}	{"lerrcp": "E1-1237"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Lecocq", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-12-06 13:30", "note": null, "place": {"c1": null, "c2": "02", "c3": "", "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "notime": null, "date-ut": "1910-12-06 13:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Lecocq"}, "birth": {"tzo": "+00:09", "date": "1910-12-06 13:30", "place": {"c2": "02", "c3": "", "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "date-ut": "1910-12-06 13:21"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1237"}}, "raw": {"H": "13:30", "COD": "02", "DAY": "06", "MON": "12", "NUM": "1237", "PRO": "PH", "YEA": "1910", "CITY": "St Quentin", "NAME": "LECOCQ Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18867	le-coeur-edouard-1899-04-30	{"e1": "1238"}	{"lerrcp": "E1-1238"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Le Coeur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-04-30 23:30", "note": null, "place": {"c1": null, "c2": "60", "c3": "", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Beauvais", "geoid": 3034006}, "notime": null, "date-ut": "1899-04-30 23:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Le Coeur"}, "birth": {"tzo": "+00:09", "date": "1899-04-30 23:30", "place": {"c2": "60", "c3": "", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Beauvais", "geoid": 3034006}, "date-ut": "1899-04-30 23:21"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1238"}}, "raw": {"H": "23:30", "COD": "60", "DAY": "30", "MON": "04", "NUM": "1238", "PRO": "MI", "YEA": "1899", "CITY": "Beauvais", "NAME": "LE COEUR Edouard", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18868	lecointe-gerard-1912-07-07	{"e1": "1239"}	{"lerrcp": "E1-1239"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Lecointe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-07-07 05:00", "note": null, "place": {"c1": null, "c2": "86", "c3": "", "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "notime": null, "date-ut": "1912-07-07 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gérard", "family": "Lecointe"}, "birth": {"tzo": "+00:00", "date": "1912-07-07 05:00", "place": {"c2": "86", "c3": "", "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "date-ut": "1912-07-07 05:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1239"}}, "raw": {"H": "05:00", "COD": "86", "DAY": "07", "MON": "07", "NUM": "1239", "PRO": "MI", "YEA": "1912", "CITY": "Poitiers", "NAME": "LECOINTE Gérard", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18869	lecomte-daniel-1913-04-25	{"e1": "1240"}	{"lerrcp": "E1-1240"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "Lecomte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-04-25 07:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1913-04-25 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Daniel", "family": "Lecomte"}, "birth": {"tzo": "+00:00", "date": "1913-04-25 07:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1913-04-25 07:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1240"}}, "raw": {"H": "07:00", "COD": "59", "DAY": "25", "MON": "04", "NUM": "1240", "PRO": "PH", "YEA": "1913", "CITY": "Lille", "NAME": "LECOMTE Daniel", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18870	lecomte-jean-1903-11-28	{"e1": "1241"}	{"lerrcp": "E1-1241"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lecomte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-11-28 21:30", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "notime": null, "date-ut": "1903-11-28 21:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lecomte"}, "birth": {"tzo": "+00:09", "date": "1903-11-28 21:30", "place": {"c2": "24", "c3": "", "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "date-ut": "1903-11-28 21:21"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1241"}}, "raw": {"H": "21:30", "COD": "24", "DAY": "28", "MON": "11", "NUM": "1241", "PRO": "MI", "YEA": "1903", "CITY": "Périgueux", "NAME": "LECOMTE Jean", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18871	lecouls-pierre-1914-06-25	{"e1": "1242"}	{"lerrcp": "E1-1242"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Lecouls", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-06-25 22:00", "note": null, "place": {"c1": null, "c2": "12", "c3": "", "cy": "FR", "lg": 2.83198, "lat": 44.05139, "name": "Saint-Victor", "geoid": 2976655}, "notime": null, "date-ut": "1914-06-25 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Lecouls"}, "birth": {"tzo": "+00:00", "date": "1914-06-25 22:00", "place": {"c2": "12", "c3": "", "cy": "FR", "lg": 2.83198, "lat": 44.05139, "name": "Saint-Victor", "geoid": 2976655}, "date-ut": "1914-06-25 22:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1242"}}, "raw": {"H": "22:00", "COD": "12", "DAY": "25", "MON": "06", "NUM": "1242", "PRO": "MI", "YEA": "1914", "CITY": "St-Victor", "NAME": "LECOULS Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18872	lecuire-jean-1912-10-07	{"e1": "1243"}	{"lerrcp": "E1-1243"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lecuire", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-10-07 15:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1912-10-07 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lecuire"}, "birth": {"tzo": "+00:00", "date": "1912-10-07 15:00", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1912-10-07 15:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1243"}}, "raw": {"H": "15:00", "COD": "83", "DAY": "07", "MON": "10", "NUM": "1243", "PRO": "PH", "YEA": "1912", "CITY": "Toulon", "NAME": "LECUIRE Jean", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18873	ledoux-andre-1912-01-27	{"e1": "1244"}	{"lerrcp": "E1-1244"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Ledoux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-01-27 03:00", "note": null, "place": {"c1": null, "c2": "25", "c3": "", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1912-01-27 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Ledoux"}, "birth": {"tzo": "+00:00", "date": "1912-01-27 03:00", "place": {"c2": "25", "c3": "", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1912-01-27 03:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1244"}}, "raw": {"H": "03:00", "COD": "25", "DAY": "27", "MON": "01", "NUM": "1244", "PRO": "PH", "YEA": "1912", "CITY": "Besançon", "NAME": "LEDOUX André", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18874	ledoux-guy-1927-03-13	{"e1": "1245"}	{"lerrcp": "E1-1245"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Ledoux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1927-03-13 23:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "notime": null, "date-ut": "1927-03-13 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Ledoux"}, "birth": {"tzo": "+00:00", "date": "1927-03-13 23:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "date-ut": "1927-03-13 23:00"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1245"}}, "raw": {"H": "23:00", "COD": "62", "DAY": "13", "MON": "03", "NUM": "1245", "PRO": "PH", "YEA": "1927", "CITY": "St Omer", "NAME": "LEDOUX Guy", "NOTE": "-"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18875	leduc-michel-1909-03-12	{"e1": "1246"}	{"lerrcp": "E1-1246"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Leduc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-03-12 21:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.25346, "lat": 50.32995, "name": "Aniche", "geoid": 3037571}, "notime": null, "date-ut": "1909-03-12 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Leduc"}, "birth": {"tzo": "+00:09", "date": "1909-03-12 21:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.25346, "lat": 50.32995, "name": "Aniche", "geoid": 3037571}, "date-ut": "1909-03-12 20:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1246"}}, "raw": {"H": "21:00", "COD": "59", "DAY": "12", "MON": "03", "NUM": "1246", "PRO": "EX", "YEA": "1909", "CITY": "Aniche", "NAME": "LEDUC Michel", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18877	leenhardt-olivier-1931-07-21	{"e1": "1248"}	{"lerrcp": "E1-1248"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Olivier", "family": "Leenhardt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1931-07-21 04:15", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 2.05687, "lat": 48.98235, "name": "Andrésy", "geoid": 3037692}, "notime": null, "date-ut": "1931-07-21 03:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Olivier", "family": "Leenhardt"}, "birth": {"tzo": "+01:00", "date": "1931-07-21 04:15", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 2.05687, "lat": 48.98235, "name": "Andrésy", "geoid": 3037692}, "date-ut": "1931-07-21 03:15"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1248"}}, "raw": {"H": "04:15", "COD": "78", "DAY": "21", "MON": "07", "NUM": "1248", "PRO": "EX", "YEA": "1931", "CITY": "Andrésy", "NAME": "LEENHARDT Olivier", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18878	lefebvre-adolphe-1820-04-16	{"e1": "1249"}	{"lerrcp": "E1-1249"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Lefebvre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1820-04-16 01:00", "note": null, "place": {"c1": null, "c2": "39", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Lons-le-Saulnier", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Lefebvre"}, "birth": {"tzo": "", "date": "1820-04-16 01:00", "place": {"c2": "39", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Lons-le-Saulnier", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1249"}}, "raw": {"H": "01:00", "COD": "39", "DAY": "16", "MON": "04", "NUM": "1249", "PRO": "MI", "YEA": "1820", "CITY": "Lons-le-Saulnier", "NAME": "LEFEBVRE Adolphe", "NOTE": "*"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18879	lefebvre-rene-1913-02-05	{"e1": "1250"}	{"lerrcp": "E1-1250"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Lefebvre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-02-05 22:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 2.8062, "lat": 50.53424, "name": "La Bassée", "geoid": 3011307}, "notime": null, "date-ut": "1913-02-05 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Lefebvre"}, "birth": {"tzo": "+00:00", "date": "1913-02-05 22:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 2.8062, "lat": 50.53424, "name": "La Bassée", "geoid": 3011307}, "date-ut": "1913-02-05 22:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1250"}}, "raw": {"H": "22:00", "COD": "59", "DAY": "05", "MON": "02", "NUM": "1250", "PRO": "PH", "YEA": "1913", "CITY": "La Bassée", "NAME": "LEFEBVRE René", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18880	le-gall-paul-1920-09-18	{"e1": "1251"}	{"lerrcp": "E1-1251"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Le Gall", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-09-18 20:00", "note": null, "place": {"c1": null, "c2": "53", "c3": "", "cy": "FR", "lg": -0.44142, "lat": 47.79139, "name": "Saint-Denis-d'Anjou", "geoid": 2980909}, "notime": null, "date-ut": "1920-09-18 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Le Gall"}, "birth": {"tzo": "+01:00", "date": "1920-09-18 20:00", "place": {"c2": "53", "c3": "", "cy": "FR", "lg": -0.44142, "lat": 47.79139, "name": "Saint-Denis-d'Anjou", "geoid": 2980909}, "date-ut": "1920-09-18 19:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1251"}}, "raw": {"H": "20:00", "COD": "53", "DAY": "18", "MON": "09", "NUM": "1251", "PRO": "EX", "YEA": "1920", "CITY": "St Denis d'Anjou", "NAME": "LE GALL Paul", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
3183	leger-lucien-1912-08-29	{"a2": "1097", "e1": "1252"}	{"lerrcp": "A2-1097"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Leger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-08-29 01:00", "note": null, "place": {"c1": null, "c2": "20", "c3": null, "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Bastia", "geoid": 0}, "notime": null, "date-ut": "1912-08-29 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Leger"}, "birth": {"tzo": "+00:00", "date": "1912-08-29 01:00", "place": {"c2": "20", "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Bastia", "geoid": 0}, "date-ut": "1912-08-29 01:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1097"}, "ids-in-sources": {"a2": "1097"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "20", "COU": "F", "DAY": "29", "LAT": "41N55", "LON": "8E45", "MON": "8", "NUM": "1097", "PRO": "S", "SEC": "0", "YEA": "1912", "CITY": "BASTIA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["physician"], "ids-in-sources": {"e1": "1252"}}, "raw": {"H": "01:00", "COD": "20", "DAY": "29", "MON": "08", "NUM": "1252", "PRO": "PH", "YEA": "1912", "CITY": "Bastia", "NAME": "LEGER Lucien", "NOTE": "+"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18881	leger-victor-1898-04-13	{"e1": "1253"}	{"lerrcp": "E1-1253"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Leger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1898-04-13 04:00", "note": null, "place": {"c1": null, "c2": "57", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Novéant", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Leger"}, "birth": {"tzo": "", "date": "1898-04-13 04:00", "place": {"c2": "57", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Novéant", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1253"}}, "raw": {"H": "04:00", "COD": "57", "DAY": "13", "MON": "04", "NUM": "1253", "PRO": "PH", "YEA": "1898", "CITY": "Novéant", "NAME": "LEGER Victor", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18882	legueux-jean-francois-1902-02-03	{"e1": "1254"}	{"lerrcp": "E1-1254"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean François", "family": "Legueux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1902-02-03 09:00", "note": null, "place": {"c1": null, "c2": "10", "c3": "", "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "notime": null, "date-ut": "1902-02-03 08:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean François", "family": "Legueux"}, "birth": {"tzo": "+00:09", "date": "1902-02-03 09:00", "place": {"c2": "10", "c3": "", "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "date-ut": "1902-02-03 08:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1254"}}, "raw": {"H": "09:00", "COD": "10", "DAY": "03", "MON": "02", "NUM": "1254", "PRO": "EX", "YEA": "1902", "CITY": "Troyes", "NAME": "LEGUEUX Jean François", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18883	leiser-jean-1913-04-21	{"e1": "1255"}	{"lerrcp": "E1-1255"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Leiser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-04-21 05:00", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 5.31673, "lat": 45.14914, "name": "Saint-Marcellin", "geoid": 2978566}, "notime": null, "date-ut": "1913-04-21 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Leiser"}, "birth": {"tzo": "+00:00", "date": "1913-04-21 05:00", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": 5.31673, "lat": 45.14914, "name": "Saint-Marcellin", "geoid": 2978566}, "date-ut": "1913-04-21 05:00"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1255"}}, "raw": {"H": "05:00", "COD": "38", "DAY": "21", "MON": "04", "NUM": "1255", "PRO": "PH", "YEA": "1913", "CITY": "St Marcellin", "NAME": "LEISER Jean", "NOTE": "-"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18884	lejeune-jerome-1926-06-13	{"e1": "1256"}	{"lerrcp": "E1-1256"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jérôme", "family": "Lejeune", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1926-06-13 07:30", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.31393, "lat": 48.8162, "name": "Montrouge", "geoid": 2992017}, "notime": null, "date-ut": "1926-06-13 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jérôme", "family": "Lejeune"}, "birth": {"tzo": "+01:00", "date": "1926-06-13 07:30", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.31393, "lat": 48.8162, "name": "Montrouge", "geoid": 2992017}, "date-ut": "1926-06-13 06:30"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1256"}}, "raw": {"H": "07:30", "COD": "92", "DAY": "13", "MON": "06", "NUM": "1256", "PRO": "PH", "YEA": "1926", "CITY": "Montrouge", "NAME": "LEJEUNE Jérôme", "NOTE": "+"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18885	le-lamer-michel-1928-11-08	{"e1": "1257"}	{"lerrcp": "E1-1257"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Le Lamer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1928-11-08 11:00", "note": null, "place": {"c1": null, "c2": "56", "c3": "", "cy": "FR", "lg": -3.20456, "lat": 48.06791, "name": "Guémené-sur-Scorff", "geoid": 3014412}, "notime": null, "date-ut": "1928-11-08 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Le Lamer"}, "birth": {"tzo": "+00:00", "date": "1928-11-08 11:00", "place": {"c2": "56", "c3": "", "cy": "FR", "lg": -3.20456, "lat": 48.06791, "name": "Guémené-sur-Scorff", "geoid": 3014412}, "date-ut": "1928-11-08 11:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1257"}}, "raw": {"H": "11:00", "COD": "56", "DAY": "08", "MON": "11", "NUM": "1257", "PRO": "EX", "YEA": "1928", "CITY": "Guémené-sur-Scorff", "NAME": "LE LAMER Michel", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18886	lelievre-jean-1914-11-01	{"e1": "1258"}	{"lerrcp": "E1-1258"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lelievre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-11-01 03:00", "note": null, "place": {"c1": null, "c2": "61", "c3": "", "cy": "FR", "lg": 0.17244, "lat": 48.60403, "name": "Sées", "geoid": 2975340}, "notime": null, "date-ut": "1914-11-01 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lelievre"}, "birth": {"tzo": "+00:00", "date": "1914-11-01 03:00", "place": {"c2": "61", "c3": "", "cy": "FR", "lg": 0.17244, "lat": 48.60403, "name": "Sées", "geoid": 2975340}, "date-ut": "1914-11-01 03:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1258"}}, "raw": {"H": "03:00", "COD": "61", "DAY": "01", "MON": "11", "NUM": "1258", "PRO": "PH", "YEA": "1914", "CITY": "Sées", "NAME": "LELIEVRE Jean", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18887	le-magnen-jacques-1916-07-30	{"e1": "1259"}	{"lerrcp": "E1-1259"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Le Magnen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1916-07-30 21:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1916-07-30 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Le Magnen"}, "birth": {"tzo": "+01:00", "date": "1916-07-30 21:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1916-07-30 20:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1259"}}, "raw": {"H": "21:00", "COD": "76", "DAY": "30", "MON": "07", "NUM": "1259", "PRO": "PH", "YEA": "1916", "CITY": "Le Havre", "NAME": "LE MAGNEN Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18889	le-masson-francois-1908-11-26	{"e1": "1261"}	{"lerrcp": "E1-1261"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Le Masson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-11-26 11:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1908-11-26 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Le Masson"}, "birth": {"tzo": "+00:09", "date": "1908-11-26 11:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1908-11-26 10:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1261"}}, "raw": {"H": "11:00", "COD": "34", "DAY": "26", "MON": "11", "NUM": "1261", "PRO": "MI", "YEA": "1908", "CITY": "Montpellier", "NAME": "LE MASSON François", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18890	le-minor-leon-1920-04-16	{"e1": "1262"}	{"lerrcp": "E1-1262"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Le Minor", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-04-16 01:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.22416, "lat": 47.8669, "name": "Pont-l'Abbé", "geoid": 2986158}, "notime": null, "date-ut": "1920-04-16 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Le Minor"}, "birth": {"tzo": "+01:00", "date": "1920-04-16 01:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.22416, "lat": 47.8669, "name": "Pont-l'Abbé", "geoid": 2986158}, "date-ut": "1920-04-16 00:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1262"}}, "raw": {"H": "01:00", "COD": "29", "DAY": "16", "MON": "04", "NUM": "1262", "PRO": "PH", "YEA": "1920", "CITY": "Pont-l'Abbé", "NAME": "LE MINOR Léon", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18891	lemoine-henri-1904-05-30	{"e1": "1263"}	{"lerrcp": "E1-1263"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Lemoine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1904-05-30 05:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Carhaix", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Lemoine"}, "birth": {"tzo": "", "date": "1904-05-30 05:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Carhaix", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1263"}}, "raw": {"H": "05:00", "COD": "29", "DAY": "30", "MON": "05", "NUM": "1263", "PRO": "MI", "YEA": "1904", "CITY": "Carhaix", "NAME": "LEMOINE Henri", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18893	lemue-francis-1929-09-25	{"e1": "1265"}	{"lerrcp": "E1-1265"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Lemue", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1929-09-25 10:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.21812, "lat": 50.70118, "name": "Wattrelos", "geoid": 2967421}, "notime": null, "date-ut": "1929-09-25 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Francis", "family": "Lemue"}, "birth": {"tzo": "+01:00", "date": "1929-09-25 10:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.21812, "lat": 50.70118, "name": "Wattrelos", "geoid": 2967421}, "date-ut": "1929-09-25 09:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1265"}}, "raw": {"H": "10:00", "COD": "59", "DAY": "25", "MON": "09", "NUM": "1265", "PRO": "PH", "YEA": "1929", "CITY": "Wattrelos", "NAME": "LEMUE Francis", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18894	lender-theodore-1912-11-08	{"e1": "1266"}	{"lerrcp": "E1-1266"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Théodore", "family": "Lender", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1912-11-08 04:30", "note": null, "place": {"c1": null, "c2": "68", "c3": "", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Théodore", "family": "Lender"}, "birth": {"tzo": "", "date": "1912-11-08 04:30", "place": {"c2": "68", "c3": "", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1266"}}, "raw": {"H": "04:30", "COD": "68", "DAY": "08", "MON": "11", "NUM": "1266", "PRO": "PH", "YEA": "1912", "CITY": "Mulhouse", "NAME": "LENDER Théodore", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18896	lengagne-hursmard-1920-02-21	{"e1": "1268"}	{"lerrcp": "E1-1268"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hursmard", "family": "Lengagne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-02-21 23:30", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 1.83478, "lat": 50.66884, "name": "Desvres", "geoid": 3021524}, "notime": null, "date-ut": "1920-02-21 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Hursmard", "family": "Lengagne"}, "birth": {"tzo": "+01:00", "date": "1920-02-21 23:30", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 1.83478, "lat": 50.66884, "name": "Desvres", "geoid": 3021524}, "date-ut": "1920-02-21 22:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1268"}}, "raw": {"H": "23:30", "COD": "62", "DAY": "21", "MON": "02", "NUM": "1268", "PRO": "EX", "YEA": "1920", "CITY": "Desvres", "NAME": "LENGAGNE Hursmard", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18897	lennuyeux-marcel-1908-05-31	{"e1": "1269"}	{"lerrcp": "E1-1269"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Lennuyeux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-05-31 21:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1908-05-31 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Lennuyeux"}, "birth": {"tzo": "+00:09", "date": "1908-05-31 21:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1908-05-31 20:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1269"}}, "raw": {"H": "21:00", "COD": "31", "DAY": "31", "MON": "05", "NUM": "1269", "PRO": "MI", "YEA": "1908", "CITY": "Toulouse", "NAME": "LENNUYEUX Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18898	lennuyeux-rene-1904-09-13	{"e1": "1270"}	{"lerrcp": "E1-1270"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Lennuyeux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-09-13 10:00", "note": null, "place": {"c1": null, "c2": "19", "c3": "", "cy": "FR", "lg": 1.53326, "lat": 45.1589, "name": "Brive-la-Gaillarde", "geoid": 3029974}, "notime": null, "date-ut": "1904-09-13 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "René", "family": "Lennuyeux"}, "birth": {"tzo": "+00:09", "date": "1904-09-13 10:00", "place": {"c2": "19", "c3": "", "cy": "FR", "lg": 1.53326, "lat": 45.1589, "name": "Brive-la-Gaillarde", "geoid": 3029974}, "date-ut": "1904-09-13 09:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1270"}}, "raw": {"H": "10:00", "COD": "19", "DAY": "13", "MON": "09", "NUM": "1270", "PRO": "MI", "YEA": "1904", "CITY": "Brive la Gaillarde", "NAME": "LENNUYEUX René", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18899	lenoir-henri-1885-09-15	{"e1": "1271"}	{"lerrcp": "E1-1271"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Lenoir", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06", "date": "1885-09-15 21:00", "note": null, "place": {"c1": null, "c2": "50", "c3": "", "cy": "FR", "lg": -1.56938, "lat": 49.19873, "name": "Créances", "geoid": 3022641}, "notime": null, "date-ut": "1885-09-15 21:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Lenoir"}, "birth": {"tzo": "-00:06", "date": "1885-09-15 21:00", "place": {"c2": "50", "c3": "", "cy": "FR", "lg": -1.56938, "lat": 49.19873, "name": "Créances", "geoid": 3022641}, "date-ut": "1885-09-15 21:06"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1271"}}, "raw": {"H": "21:00", "COD": "50", "DAY": "15", "MON": "09", "NUM": "1271", "PRO": "PH", "YEA": "1885", "CITY": "Créances", "NAME": "LENOIR Henri", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18900	lenoir-pierre-1911-10-13	{"e1": "1272"}	{"lerrcp": "E1-1272"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Lenoir", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-10-13 17:30", "note": null, "place": {"c1": null, "c2": "55", "c3": "", "cy": "FR", "lg": 5.55099, "lat": 48.88746, "name": "Saint-Mihiel", "geoid": 2977948}, "notime": null, "date-ut": "1911-10-13 17:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Lenoir"}, "birth": {"tzo": "+00:00", "date": "1911-10-13 17:30", "place": {"c2": "55", "c3": "", "cy": "FR", "lg": 5.55099, "lat": 48.88746, "name": "Saint-Mihiel", "geoid": 2977948}, "date-ut": "1911-10-13 17:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1272"}}, "raw": {"H": "17:30", "COD": "55", "DAY": "13", "MON": "10", "NUM": "1272", "PRO": "MI", "YEA": "1911", "CITY": "St-Mihiel", "NAME": "LENOIR Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18901	lenormand-jacques-1896-10-24	{"e1": "1273"}	{"lerrcp": "E1-1273"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Lenormand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1896-10-24 16:00", "note": null, "place": {"c1": null, "c2": "43", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Le Puy", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Lenormand"}, "birth": {"tzo": "", "date": "1896-10-24 16:00", "place": {"c2": "43", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Le Puy", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1273"}}, "raw": {"H": "16:00", "COD": "43", "DAY": "24", "MON": "10", "NUM": "1273", "PRO": "PH", "YEA": "1896", "CITY": "Le Puy", "NAME": "LENORMAND Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18902	lenormand-jean-max-1915-03-09	{"e1": "1274"}	{"lerrcp": "E1-1274"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Max", "family": "Lenormand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-03-09 18:00", "note": null, "place": {"c1": null, "c2": "60", "c3": "", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Beauvais", "geoid": 3034006}, "notime": null, "date-ut": "1915-03-09 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean-Max", "family": "Lenormand"}, "birth": {"tzo": "+00:00", "date": "1915-03-09 18:00", "place": {"c2": "60", "c3": "", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Beauvais", "geoid": 3034006}, "date-ut": "1915-03-09 18:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1274"}}, "raw": {"H": "18:00", "COD": "60", "DAY": "09", "MON": "03", "NUM": "1274", "PRO": "EX", "YEA": "1915", "CITY": "Beauvais", "NAME": "LENORMAND Jean-Max", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18904	le-page-rene-1889-01-04	{"e1": "1276"}	{"lerrcp": "E1-1276"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Le Page", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08", "date": "1889-01-04 14:30", "note": null, "place": {"c1": null, "c2": "45", "c3": "", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1889-01-04 14:22"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Le Page"}, "birth": {"tzo": "+00:08", "date": "1889-01-04 14:30", "place": {"c2": "45", "c3": "", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1889-01-04 14:22"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1276"}}, "raw": {"H": "14:30", "COD": "45", "DAY": "04", "MON": "01", "NUM": "1276", "PRO": "PH", "YEA": "1889", "CITY": "Orléans", "NAME": "LE PAGE René", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18905	l-epee-pierre-1915-05-28	{"e1": "1277"}	{"lerrcp": "E1-1277"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "L'epee", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-05-28 07:00", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": 0.33827, "lat": 45.2478, "name": "Ribérac", "geoid": 2983696}, "notime": null, "date-ut": "1915-05-28 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "L'epee"}, "birth": {"tzo": "+00:00", "date": "1915-05-28 07:00", "place": {"c2": "24", "c3": "", "cy": "FR", "lg": 0.33827, "lat": 45.2478, "name": "Ribérac", "geoid": 2983696}, "date-ut": "1915-05-28 07:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1277"}}, "raw": {"H": "07:00", "COD": "24", "DAY": "28", "MON": "05", "NUM": "1277", "PRO": "PH", "YEA": "1915", "CITY": "Ribérac", "NAME": "L'EPEE Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18903	leotard-pierre-de-1909-07-06	{"e1": "1275", "g55": "08-355"}	{"g55": "08-355", "lerrcp": "E1-1275"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre de", "family": "Leotard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-07-06 06:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1909-07-06 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive", "politician"]	5	null	[{"new": {"name": {"given": "Pierre de", "family": "Leotard"}, "birth": {"tzo": "+00:09", "date": "1909-07-06 06:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1909-07-06 05:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1275"}}, "raw": {"H": "06:00", "COD": "33", "DAY": "06", "MON": "07", "NUM": "1275", "PRO": "EX", "YEA": "1909", "CITY": "Bordeaux", "NAME": "LEOTARD Pierre de", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"partial-ids": {"g55": "08-355"}, "ids-in-source": {"g55": "08-355"}}, "raw": {"DAY": "6-7-1909", "HOUR": "6 h.", "NAME": "LEOTARD (de) Pierre", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:49:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
18907	lepotier-adolphe-1898-02-01	{"e1": "1279"}	{"lerrcp": "E1-1279"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Lepotier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-02-01 23:45", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1898-02-01 23:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Lepotier"}, "birth": {"tzo": "+00:09", "date": "1898-02-01 23:45", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1898-02-01 23:36"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1279"}}, "raw": {"H": "23:45", "COD": "44", "DAY": "01", "MON": "02", "NUM": "1279", "PRO": "MI", "YEA": "1898", "CITY": "Nantes", "NAME": "LEPOTIER Adolphe", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18909	le-puloch-louis-1904-04-03	{"e1": "1281"}	{"lerrcp": "E1-1281"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Le Puloch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1904-04-03 07:00", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Nantea", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Le Puloch"}, "birth": {"tzo": "", "date": "1904-04-03 07:00", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Nantea", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1281"}}, "raw": {"H": "07:00", "COD": "44", "DAY": "03", "MON": "04", "NUM": "1281", "PRO": "MI", "YEA": "1904", "CITY": "Nantea", "NAME": "LE PULOCH Louis", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18910	leroux-dupeyron-yves-1924-11-08	{"e1": "1282"}	{"lerrcp": "E1-1282"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Leroux-Dupeyron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1924-11-08 08:30", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1924-11-08 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Leroux-Dupeyron"}, "birth": {"tzo": "+00:00", "date": "1924-11-08 08:30", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1924-11-08 08:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1282"}}, "raw": {"H": "08:30", "COD": "34", "DAY": "08", "MON": "11", "NUM": "1282", "PRO": "EX", "YEA": "1924", "CITY": "Montpellier", "NAME": "LEROUX-DUPEYRON Yves", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18911	leroy-andre-1892-09-11	{"e1": "1283"}	{"lerrcp": "E1-1283"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Leroy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1892-09-11 20:00", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": 2.52298, "lat": 48.89916, "name": "Le Raincy", "geoid": 3002401}, "notime": null, "date-ut": "1892-09-11 19:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "André", "family": "Leroy"}, "birth": {"tzo": "+00:09", "date": "1892-09-11 20:00", "place": {"c2": "93", "c3": "", "cy": "FR", "lg": 2.52298, "lat": 48.89916, "name": "Le Raincy", "geoid": 3002401}, "date-ut": "1892-09-11 19:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1283"}}, "raw": {"H": "20:00", "COD": "93", "DAY": "11", "MON": "09", "NUM": "1283", "PRO": "EX", "YEA": "1892", "CITY": "Le Raincy", "NAME": "LEROY André", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18912	lescan-bernard-1915-04-29	{"e1": "1284"}	{"lerrcp": "E1-1284"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Lescan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-04-29 11:30", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.07772, "lat": 49.9216, "name": "Dieppe", "geoid": 3021411}, "notime": null, "date-ut": "1915-04-29 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Lescan"}, "birth": {"tzo": "+00:00", "date": "1915-04-29 11:30", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 1.07772, "lat": 49.9216, "name": "Dieppe", "geoid": 3021411}, "date-ut": "1915-04-29 11:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1284"}}, "raw": {"H": "11:30", "COD": "76", "DAY": "29", "MON": "04", "NUM": "1284", "PRO": "MI", "YEA": "1915", "CITY": "Dieppe", "NAME": "LESCAN Bernard", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18913	lescaux-maurice-1890-04-11	{"e1": "1285"}	{"lerrcp": "E1-1285"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Lescaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12", "date": "1890-04-11 09:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1890-04-11 09:18"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Lescaux"}, "birth": {"tzo": "+00:12", "date": "1890-04-11 09:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1890-04-11 09:18"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1285"}}, "raw": {"H": "09:30", "COD": "59", "DAY": "11", "MON": "04", "NUM": "1285", "PRO": "PH", "YEA": "1890", "CITY": "Lille", "NAME": "LESCAUX Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18914	leschi-marien-1903-07-20	{"e1": "1286"}	{"lerrcp": "E1-1286"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marien", "family": "Leschi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1903-07-20 04:00", "note": null, "place": {"c1": null, "c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Venaco", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marien", "family": "Leschi"}, "birth": {"tzo": "", "date": "1903-07-20 04:00", "place": {"c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Venaco", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1286"}}, "raw": {"H": "04:00", "COD": "20", "DAY": "20", "MON": "07", "NUM": "1286", "PRO": "MI", "YEA": "1903", "CITY": "Venaco", "NAME": "LESCHI Marien", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18915	lesoin-rene-1920-06-13	{"e1": "1287"}	{"lerrcp": "E1-1287"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Lesoin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-06-13 02:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.28333, "lat": 50.4, "name": "Marchiennes", "geoid": 2995991}, "notime": null, "date-ut": "1920-06-13 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Lesoin"}, "birth": {"tzo": "+01:00", "date": "1920-06-13 02:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.28333, "lat": 50.4, "name": "Marchiennes", "geoid": 2995991}, "date-ut": "1920-06-13 01:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1287"}}, "raw": {"H": "02:00", "COD": "59", "DAY": "13", "MON": "06", "NUM": "1287", "PRO": "PH", "YEA": "1920", "CITY": "Marchiennes", "NAME": "LESOIN René", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18917	lespinay-pierre-de-1918-11-07	{"e1": "1289"}	{"lerrcp": "E1-1289"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre de", "family": "Lespinay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1918-11-07 22:30", "note": null, "place": {"c1": null, "c2": "85", "c3": "", "cy": "FR", "lg": -1.16629, "lat": 46.45493, "name": "Luçon", "geoid": 2997210}, "notime": null, "date-ut": "1918-11-07 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre de", "family": "Lespinay"}, "birth": {"tzo": "+00:00", "date": "1918-11-07 22:30", "place": {"c2": "85", "c3": "", "cy": "FR", "lg": -1.16629, "lat": 46.45493, "name": "Luçon", "geoid": 2997210}, "date-ut": "1918-11-07 22:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1289"}}, "raw": {"H": "22:30", "COD": "85", "DAY": "07", "MON": "11", "NUM": "1289", "PRO": "MI", "YEA": "1918", "CITY": "Lucon", "NAME": "LESPINAY Pierre de", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18918	lesquen-xavier-de-1903-11-27	{"e1": "1290"}	{"lerrcp": "E1-1290"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Xavier de", "family": "Lesquen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1903-11-27 13:00", "note": null, "place": {"c1": null, "c2": "50", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Cherbourg", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Xavier de", "family": "Lesquen"}, "birth": {"tzo": "", "date": "1903-11-27 13:00", "place": {"c2": "50", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Cherbourg", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1290"}}, "raw": {"H": "13:00", "COD": "50", "DAY": "27", "MON": "11", "NUM": "1290", "PRO": "MI", "YEA": "1903", "CITY": "Cherbourg", "NAME": "LESQUEN Xavier de", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18919	l-estoile-hugues-de-1931-05-07	{"e1": "1291"}	{"lerrcp": "E1-1291"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hugues de", "family": "L'estoile", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1931-05-07 14:00", "note": null, "place": {"c1": null, "c2": "86", "c3": "", "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "notime": null, "date-ut": "1931-05-07 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hugues de", "family": "L'estoile"}, "birth": {"tzo": "+01:00", "date": "1931-05-07 14:00", "place": {"c2": "86", "c3": "", "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "date-ut": "1931-05-07 13:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1291"}}, "raw": {"H": "14:00", "COD": "86", "DAY": "07", "MON": "05", "NUM": "1291", "PRO": "MI", "YEA": "1931", "CITY": "Poitiers", "NAME": "L'ESTOILE Hugues de", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18920	l-estoile-maurice-de-1903-08-16	{"e1": "1292"}	{"lerrcp": "E1-1292"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice de", "family": "L'estoile", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-08-16 04:00", "note": null, "place": {"c1": null, "c2": "09", "c3": "", "cy": "FR", "lg": 1.61079, "lat": 43.1165, "name": "Pamiers", "geoid": 2988670}, "notime": null, "date-ut": "1903-08-16 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maurice de", "family": "L'estoile"}, "birth": {"tzo": "+00:09", "date": "1903-08-16 04:00", "place": {"c2": "09", "c3": "", "cy": "FR", "lg": 1.61079, "lat": 43.1165, "name": "Pamiers", "geoid": 2988670}, "date-ut": "1903-08-16 03:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1292"}}, "raw": {"H": "04:00", "COD": "09", "DAY": "16", "MON": "08", "NUM": "1292", "PRO": "MI", "YEA": "1903", "CITY": "Pamiers", "NAME": "L'ESTOILE Maurice de", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18921	lesur-jean-1909-09-13	{"e1": "1293"}	{"lerrcp": "E1-1293"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lesur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-09-13 13:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.43076, "lat": 50.44718, "name": "Saint-Amand-les-Eaux", "geoid": 2981839}, "notime": null, "date-ut": "1909-09-13 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lesur"}, "birth": {"tzo": "+00:09", "date": "1909-09-13 13:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.43076, "lat": 50.44718, "name": "Saint-Amand-les-Eaux", "geoid": 2981839}, "date-ut": "1909-09-13 12:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1293"}}, "raw": {"H": "13:00", "COD": "59", "DAY": "13", "MON": "09", "NUM": "1293", "PRO": "PH", "YEA": "1909", "CITY": "St Amand les Eaux", "NAME": "LESUR Jean", "NOTE": "-"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18922	lesure-jean-1921-11-21	{"e1": "1294"}	{"lerrcp": "E1-1294"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lesure", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1921-11-21 21:00", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "notime": null, "date-ut": "1921-11-21 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lesure"}, "birth": {"tzo": "+00:00", "date": "1921-11-21 21:00", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "date-ut": "1921-11-21 21:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1294"}}, "raw": {"H": "21:00", "COD": "51", "DAY": "21", "MON": "11", "NUM": "1294", "PRO": "PH", "YEA": "1921", "CITY": "Reims", "NAME": "LESURE Jean", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18923	le-tac-joel-1918-02-15	{"e1": "1295"}	{"lerrcp": "E1-1295"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joël", "family": "Le Tac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1918-02-15 11:45", "note": null, "place": {"c1": null, "c2": "75", "c3": "6", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1918-02-15 11:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joël", "family": "Le Tac"}, "birth": {"tzo": "+00:00", "date": "1918-02-15 11:45", "place": {"c2": "75", "c3": "6", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1918-02-15 11:45"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1295"}}, "raw": {"H": "11:45", "COD": "75", "DAY": "15", "MON": "02", "NUM": "1295", "PRO": "MI", "YEA": "1918", "CITY": "Paris 6ème", "NAME": "LE TAC Joël", "NOTE": "L"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18924	le-thomas-auguste-1893-07-26	{"e1": "1296"}	{"lerrcp": "E1-1296"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Le Thomas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1893-07-26 02:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1893-07-26 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Le Thomas"}, "birth": {"tzo": "+00:09", "date": "1893-07-26 02:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1893-07-26 01:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1296"}}, "raw": {"H": "02:00", "COD": "29", "DAY": "26", "MON": "07", "NUM": "1296", "PRO": "EX", "YEA": "1893", "CITY": "Brest", "NAME": "LE THOMAS Auguste", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18925	levacon-yves-1906-06-29	{"e1": "1297"}	{"lerrcp": "E1-1297"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Levacon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-06-29 07:30", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1906-06-29 07:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Levacon"}, "birth": {"tzo": "+00:09", "date": "1906-06-29 07:30", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1906-06-29 07:21"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1297"}}, "raw": {"H": "07:30", "COD": "44", "DAY": "29", "MON": "06", "NUM": "1297", "PRO": "MI", "YEA": "1906", "CITY": "Nantes", "NAME": "LEVACON Yves", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18926	levavasseur-robert-1912-10-12	{"e1": "1298"}	{"lerrcp": "E1-1298"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Levavasseur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-10-12 22:30", "note": null, "place": {"c1": null, "c2": "21", "c3": "", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1912-10-12 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Levavasseur"}, "birth": {"tzo": "+00:00", "date": "1912-10-12 22:30", "place": {"c2": "21", "c3": "", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1912-10-12 22:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1298"}}, "raw": {"H": "22:30", "COD": "21", "DAY": "12", "MON": "10", "NUM": "1298", "PRO": "EX", "YEA": "1912", "CITY": "Dijon", "NAME": "LEVAVASSEUR Robert", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18927	levecq-marcel-1910-07-09	{"e1": "1299"}	{"lerrcp": "E1-1299"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Levecq", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1910-07-09 12:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Gognies-Chaussées", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Levecq"}, "birth": {"tzo": "", "date": "1910-07-09 12:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Gognies-Chaussées", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1299"}}, "raw": {"H": "12:00", "COD": "59", "DAY": "09", "MON": "07", "NUM": "1299", "PRO": "EX", "YEA": "1910", "CITY": "Gognies-Chaussées", "NAME": "LEVECQ Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18928	le-verbe-pierre-1905-08-26	{"e1": "1300"}	{"lerrcp": "E1-1300"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Le Verbe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1905-08-26 14:00", "note": null, "place": {"c1": null, "c2": "14", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Trouville", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Le Verbe"}, "birth": {"tzo": "", "date": "1905-08-26 14:00", "place": {"c2": "14", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Trouville", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1300"}}, "raw": {"H": "14:00", "COD": "14", "DAY": "26", "MON": "08", "NUM": "1300", "PRO": "EX", "YEA": "1905", "CITY": "Trouville", "NAME": "LE VERBE Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18929	levesque-donatien-1913-05-02	{"e1": "1301"}	{"lerrcp": "E1-1301"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Donatien", "family": "Levesque", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-05-02 16:30", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1913-05-02 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Donatien", "family": "Levesque"}, "birth": {"tzo": "+00:00", "date": "1913-05-02 16:30", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1913-05-02 16:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1301"}}, "raw": {"H": "16:30", "COD": "44", "DAY": "02", "MON": "05", "NUM": "1301", "PRO": "MI", "YEA": "1913", "CITY": "Nantes", "NAME": "LEVESQUE Donatien", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18930	levrat-marcel-1903-08-22	{"e1": "1302"}	{"lerrcp": "E1-1302"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Levrat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-08-22 15:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "2", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1903-08-22 14:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Levrat"}, "birth": {"tzo": "+00:09", "date": "1903-08-22 15:00", "place": {"c2": "69", "c3": "2", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1903-08-22 14:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1302"}}, "raw": {"H": "15:00", "COD": "69", "DAY": "22", "MON": "08", "NUM": "1302", "PRO": "PH", "YEA": "1903", "CITY": "Lyon 2ème", "NAME": "LEVRAT Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18931	levy-jean-pierre-1911-05-28	{"e1": "1303"}	{"lerrcp": "E1-1303"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Pierre", "family": "Levy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1911-05-28 17:30", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "executive"]	5	null	[{"new": {"name": {"given": "Jean-Pierre", "family": "Levy"}, "birth": {"tzo": "", "date": "1911-05-28 17:30", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": ""}, "notes": [null], "occus": ["military-personnel", "executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1303"}}, "raw": {"H": "17:30", "COD": "67", "DAY": "28", "MON": "05", "NUM": "1303", "PRO": "MI,EX", "YEA": "1911", "CITY": "Strasbourg", "NAME": "LEVY Jean-Pierre", "NOTE": "L"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18932	levy-roger-1914-08-17	{"e1": "1303b"}	{"lerrcp": "E1-1303b"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Levy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-08-17 02:30", "note": null, "place": {"c1": null, "c2": "55", "c3": "", "cy": "FR", "lg": 5.59067, "lat": 48.76128, "name": "Commercy", "geoid": 3024086}, "notime": null, "date-ut": "1914-08-17 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Levy"}, "birth": {"tzo": "+00:00", "date": "1914-08-17 02:30", "place": {"c2": "55", "c3": "", "cy": "FR", "lg": 5.59067, "lat": 48.76128, "name": "Commercy", "geoid": 3024086}, "date-ut": "1914-08-17 02:30"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1303b"}}, "raw": {"H": "02:30", "COD": "55", "DAY": "17", "MON": "08", "NUM": "1303b", "PRO": "MI", "YEA": "1914", "CITY": "Commercy", "NAME": "LEVY Roger", "NOTE": "L"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18933	l-henoret-francoia-1910-10-26	{"e1": "1304"}	{"lerrcp": "E1-1304"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francoia", "family": "L'henoret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-10-26 07:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -3.79179, "lat": 48.69597, "name": "Plougasnou", "geoid": 2986676}, "notime": null, "date-ut": "1910-10-26 06:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Francoia", "family": "L'henoret"}, "birth": {"tzo": "+00:09", "date": "1910-10-26 07:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -3.79179, "lat": 48.69597, "name": "Plougasnou", "geoid": 2986676}, "date-ut": "1910-10-26 06:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1304"}}, "raw": {"H": "07:00", "COD": "29", "DAY": "26", "MON": "10", "NUM": "1304", "PRO": "PH", "YEA": "1910", "CITY": "Plougasnou", "NAME": "L'HENORET Francoia", "NOTE": "-"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18934	l-heritier-philippe-1906-01-03	{"e1": "1305"}	{"lerrcp": "E1-1305"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "L'heritier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-01-03 02:20", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 3.74164, "lat": 45.54944, "name": "Ambert", "geoid": 3037937}, "notime": null, "date-ut": "1906-01-03 02:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "L'heritier"}, "birth": {"tzo": "+00:09", "date": "1906-01-03 02:20", "place": {"c2": "63", "c3": "", "cy": "FR", "lg": 3.74164, "lat": 45.54944, "name": "Ambert", "geoid": 3037937}, "date-ut": "1906-01-03 02:11"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1305"}}, "raw": {"H": "02:20", "COD": "63", "DAY": "03", "MON": "01", "NUM": "1305", "PRO": "PH", "YEA": "1906", "CITY": "Ambert", "NAME": "L'HERITIER Philippe", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18935	l-hopitault-michel-1930-12-24	{"e1": "1306"}	{"lerrcp": "E1-1306"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "L'hopitault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1930-12-24 01:00", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": 3.22833, "lat": 48.41466, "name": "Mousseaux-lès-Bray", "geoid": 2991380}, "notime": null, "date-ut": "1930-12-24 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Michel", "family": "L'hopitault"}, "birth": {"tzo": "+00:00", "date": "1930-12-24 01:00", "place": {"c2": "77", "c3": "", "cy": "FR", "lg": 3.22833, "lat": 48.41466, "name": "Mousseaux-lès-Bray", "geoid": 2991380}, "date-ut": "1930-12-24 01:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1306"}}, "raw": {"H": "01:00", "COD": "77", "DAY": "24", "MON": "12", "NUM": "1306", "PRO": "EX", "YEA": "1930", "CITY": "Mousseaux les Bray", "NAME": "L'HOPITAULT Michel", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18936	lhospied-jean-1900-02-11	{"e1": "1307"}	{"lerrcp": "E1-1307"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lhospied", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1900-02-11 09:00", "note": null, "place": {"c1": null, "c2": "58", "c3": "", "cy": "FR", "lg": 3.1015, "lat": 47.07518, "name": "Pougues-les-Eaux", "geoid": 2985865}, "notime": null, "date-ut": "1900-02-11 08:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lhospied"}, "birth": {"tzo": "+00:09", "date": "1900-02-11 09:00", "place": {"c2": "58", "c3": "", "cy": "FR", "lg": 3.1015, "lat": 47.07518, "name": "Pougues-les-Eaux", "geoid": 2985865}, "date-ut": "1900-02-11 08:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1307"}}, "raw": {"H": "09:00", "COD": "58", "DAY": "11", "MON": "02", "NUM": "1307", "PRO": "EX", "YEA": "1900", "CITY": "Pougues les Eaux", "NAME": "LHOSPIED Jean", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18937	lhussier-andre-1923-05-10	{"e1": "1308"}	{"lerrcp": "E1-1308"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Lhussier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-05-10 22:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.97267, "lat": 50.27875, "name": "Maubeuge", "geoid": 2995150}, "notime": null, "date-ut": "1923-05-10 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Lhussier"}, "birth": {"tzo": "+00:00", "date": "1923-05-10 22:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.97267, "lat": 50.27875, "name": "Maubeuge", "geoid": 2995150}, "date-ut": "1923-05-10 22:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1308"}}, "raw": {"H": "22:30", "COD": "59", "DAY": "10", "MON": "05", "NUM": "1308", "PRO": "PH", "YEA": "1923", "CITY": "Maubeuge", "NAME": "LHUSSIER André", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18938	lichtwitz-andre-1899-10-31	{"e1": "1309"}	{"lerrcp": "E1-1309"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Lichtwitz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-10-31 11:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.59864, "lat": 44.86488, "name": "Le Bouscat", "geoid": 3005066}, "notime": null, "date-ut": "1899-10-31 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Lichtwitz"}, "birth": {"tzo": "+00:09", "date": "1899-10-31 11:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.59864, "lat": 44.86488, "name": "Le Bouscat", "geoid": 3005066}, "date-ut": "1899-10-31 10:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1309"}}, "raw": {"H": "11:00", "COD": "33", "DAY": "31", "MON": "10", "NUM": "1309", "PRO": "PH", "YEA": "1899", "CITY": "Le Bouscat", "NAME": "LICHTWITZ André", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18939	lieber-auguste-1914-05-24	{"e1": "1310"}	{"lerrcp": "E1-1310"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Lieber", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1914-05-24 21:45", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Lieber"}, "birth": {"tzo": "", "date": "1914-05-24 21:45", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1310"}}, "raw": {"H": "21:45", "COD": "67", "DAY": "24", "MON": "05", "NUM": "1310", "PRO": "PH", "YEA": "1914", "CITY": "Strasbourg", "NAME": "LIEBER Auguste", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18940	lignel-jean-1908-08-07	{"e1": "1311"}	{"lerrcp": "E1-1311"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lignel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1908-08-07 23:45", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Le Raincy", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lignel"}, "birth": {"tzo": "", "date": "1908-08-07 23:45", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Le Raincy", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1311"}}, "raw": {"H": "23:45", "COD": "78", "DAY": "07", "MON": "08", "NUM": "1311", "PRO": "EX", "YEA": "1908", "CITY": "Le Raincy", "NAME": "LIGNEL Jean", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18941	limousin-henri-1893-03-25	{"e1": "1312"}	{"lerrcp": "E1-1312"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Limousin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1893-03-25 11:00", "note": null, "place": {"c1": null, "c2": "87", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Léonard de Nob", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Limousin"}, "birth": {"tzo": "", "date": "1893-03-25 11:00", "place": {"c2": "87", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Léonard de Nob", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1312"}}, "raw": {"H": "11:00", "COD": "87", "DAY": "25", "MON": "03", "NUM": "1312", "PRO": "PH", "YEA": "1893", "CITY": "St Léonard de Nob", "NAME": "LIMOUSIN Henri", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18942	lintilhac-jean-paul-1919-03-30	{"e1": "1313"}	{"lerrcp": "E1-1313"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Paul", "family": "Lintilhac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-03-30 07:00", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": 0.44417, "lat": 44.94336, "name": "Laveyssière", "geoid": 3005619}, "notime": null, "date-ut": "1919-03-30 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean-Paul", "family": "Lintilhac"}, "birth": {"tzo": "+01:00", "date": "1919-03-30 07:00", "place": {"c2": "24", "c3": "", "cy": "FR", "lg": 0.44417, "lat": 44.94336, "name": "Laveyssière", "geoid": 3005619}, "date-ut": "1919-03-30 06:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1313"}}, "raw": {"H": "07:00", "COD": "24", "DAY": "30", "MON": "03", "NUM": "1313", "PRO": "PH", "YEA": "1919", "CITY": "Laveyssière", "NAME": "LINTILHAC Jean-Paul", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18943	liogier-albert-1910-02-17	{"e1": "1314"}	{"lerrcp": "E1-1314"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Liogier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-02-17 10:30", "note": null, "place": {"c1": null, "c2": "43", "c3": "", "cy": "FR", "lg": 4.12372, "lat": 45.14282, "name": "Yssingeaux", "geoid": 2967203}, "notime": null, "date-ut": "1910-02-17 10:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Liogier"}, "birth": {"tzo": "+00:09", "date": "1910-02-17 10:30", "place": {"c2": "43", "c3": "", "cy": "FR", "lg": 4.12372, "lat": 45.14282, "name": "Yssingeaux", "geoid": 2967203}, "date-ut": "1910-02-17 10:21"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1314"}}, "raw": {"H": "10:30", "COD": "43", "DAY": "17", "MON": "02", "NUM": "1314", "PRO": "EX", "YEA": "1910", "CITY": "Yssingeaux", "NAME": "LIOGIER Albert", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18944	lissitzky-serge-1919-11-22	{"e1": "1315"}	{"lerrcp": "E1-1315"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Serge", "family": "Lissitzky", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1919-11-22 13:00", "note": null, "place": {"c1": null, "c2": "01", "c3": "", "cy": "FR", "lg": 5.2258, "lat": 46.20574, "name": "Bourg-en-Bresse", "geoid": 3031009}, "notime": null, "date-ut": "1919-11-22 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Serge", "family": "Lissitzky"}, "birth": {"tzo": "+00:00", "date": "1919-11-22 13:00", "place": {"c2": "01", "c3": "", "cy": "FR", "lg": 5.2258, "lat": 46.20574, "name": "Bourg-en-Bresse", "geoid": 3031009}, "date-ut": "1919-11-22 13:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1315"}}, "raw": {"H": "13:00", "COD": "01", "DAY": "22", "MON": "11", "NUM": "1315", "PRO": "PH", "YEA": "1919", "CITY": "Bourg-en-Bresse", "NAME": "LISSITZKY Serge", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18945	logerot-francois-auguste-1825-02-01	{"e1": "1316"}	{"lerrcp": "E1-1316"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François Auguste", "family": "Logerot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1825-02-01 07:00", "note": null, "place": {"c1": null, "c2": "41", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Noyers", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François Auguste", "family": "Logerot"}, "birth": {"tzo": "", "date": "1825-02-01 07:00", "place": {"c2": "41", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Noyers", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1316"}}, "raw": {"H": "07:00", "COD": "41", "DAY": "01", "MON": "02", "NUM": "1316", "PRO": "MI", "YEA": "1825", "CITY": "Noyers", "NAME": "LOGEROT François Auguste", "NOTE": "*"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18946	lolmede-charles-1913-02-17	{"e1": "1317"}	{"lerrcp": "E1-1317"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Lolmede", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-02-17 18:30", "note": null, "place": {"c1": null, "c2": "82", "c3": "", "cy": "FR", "lg": 1.3542, "lat": 44.01759, "name": "Montauban", "geoid": 2993002}, "notime": null, "date-ut": "1913-02-17 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Lolmede"}, "birth": {"tzo": "+00:00", "date": "1913-02-17 18:30", "place": {"c2": "82", "c3": "", "cy": "FR", "lg": 1.3542, "lat": 44.01759, "name": "Montauban", "geoid": 2993002}, "date-ut": "1913-02-17 18:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1317"}}, "raw": {"H": "18:30", "COD": "82", "DAY": "17", "MON": "02", "NUM": "1317", "PRO": "PH", "YEA": "1913", "CITY": "Montauban", "NAME": "LOLMEDE Charles", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18947	lombard-gabriel-1924-08-26	{"e1": "1318"}	{"lerrcp": "E1-1318"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Lombard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1924-08-26 08:15", "note": null, "place": {"c1": null, "c2": "15", "c3": "", "cy": "FR", "lg": 2.43983, "lat": 44.92539, "name": "Aurillac", "geoid": 3036016}, "notime": null, "date-ut": "1924-08-26 07:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Lombard"}, "birth": {"tzo": "+01:00", "date": "1924-08-26 08:15", "place": {"c2": "15", "c3": "", "cy": "FR", "lg": 2.43983, "lat": 44.92539, "name": "Aurillac", "geoid": 3036016}, "date-ut": "1924-08-26 07:15"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1318"}}, "raw": {"H": "08:15", "COD": "15", "DAY": "26", "MON": "08", "NUM": "1318", "PRO": "PH", "YEA": "1924", "CITY": "Aurillac", "NAME": "LOMBARD Gabriel", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18948	longuet-henri-1902-09-17	{"e1": "1319"}	{"lerrcp": "E1-1319"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Longuet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1902-09-17 09:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1902-09-17 08:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Longuet"}, "birth": {"tzo": "+00:09", "date": "1902-09-17 09:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1902-09-17 08:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1319"}}, "raw": {"H": "09:00", "COD": "29", "DAY": "17", "MON": "09", "NUM": "1319", "PRO": "EX", "YEA": "1902", "CITY": "Brest", "NAME": "LONGUET Henri", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18949	lorain-jean-1908-11-03	{"e1": "1320"}	{"lerrcp": "E1-1320"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lorain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-11-03 14:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.31781, "lat": 48.77888, "name": "Bourg-la-Reine", "geoid": 3030990}, "notime": null, "date-ut": "1908-11-03 13:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lorain"}, "birth": {"tzo": "+00:09", "date": "1908-11-03 14:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.31781, "lat": 48.77888, "name": "Bourg-la-Reine", "geoid": 3030990}, "date-ut": "1908-11-03 13:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1320"}}, "raw": {"H": "14:00", "COD": "92", "DAY": "03", "MON": "11", "NUM": "1320", "PRO": "MI", "YEA": "1908", "CITY": "Bourg la Reine", "NAME": "LORAIN Jean", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18950	lorillot-henri-1901-08-18	{"e1": "1321"}	{"lerrcp": "E1-1321"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Lorillot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-08-18 08:00", "note": null, "place": {"c1": null, "c2": "18", "c3": "", "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "notime": null, "date-ut": "1901-08-18 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Lorillot"}, "birth": {"tzo": "+00:09", "date": "1901-08-18 08:00", "place": {"c2": "18", "c3": "", "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "date-ut": "1901-08-18 07:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1321"}}, "raw": {"H": "08:00", "COD": "18", "DAY": "18", "MON": "08", "NUM": "1321", "PRO": "MI", "YEA": "1901", "CITY": "Bourges", "NAME": "LORILLOT Henri", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18951	loron-robert-1919-12-09	{"e1": "1323"}	{"lerrcp": "E1-1323"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Loron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1919-12-09 10:00", "note": null, "place": {"c1": null, "c2": "45", "c3": "", "cy": "FR", "lg": 2.29508, "lat": 48.05653, "name": "Chambon-la-Forêt", "geoid": 3027374}, "notime": null, "date-ut": "1919-12-09 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Loron"}, "birth": {"tzo": "+00:00", "date": "1919-12-09 10:00", "place": {"c2": "45", "c3": "", "cy": "FR", "lg": 2.29508, "lat": 48.05653, "name": "Chambon-la-Forêt", "geoid": 3027374}, "date-ut": "1919-12-09 10:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1323"}}, "raw": {"H": "10:00", "COD": "45", "DAY": "09", "MON": "12", "NUM": "1323", "PRO": "MI", "YEA": "1919", "CITY": "Chambon-la-Forêt", "NAME": "LORON Robert", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18952	lortholary-henri-1890-11-06	{"e1": "1324"}	{"lerrcp": "E1-1324"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Lortholary", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07", "date": "1890-11-06 15:00", "note": null, "place": {"c1": null, "c2": "19", "c3": "", "cy": "FR", "lg": 1.77233, "lat": 45.26582, "name": "Tulle", "geoid": 2971482}, "notime": null, "date-ut": "1890-11-06 14:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Lortholary"}, "birth": {"tzo": "+00:07", "date": "1890-11-06 15:00", "place": {"c2": "19", "c3": "", "cy": "FR", "lg": 1.77233, "lat": 45.26582, "name": "Tulle", "geoid": 2971482}, "date-ut": "1890-11-06 14:53"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1324"}}, "raw": {"H": "15:00", "COD": "19", "DAY": "06", "MON": "11", "NUM": "1324", "PRO": "MI", "YEA": "1890", "CITY": "Tulle", "NAME": "LORTHOLARY Henri", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18953	lorton-joseph-1909-07-02	{"e1": "1325"}	{"lerrcp": "E1-1325"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Lorton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-07-02 09:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.17228, "lat": 46.16202, "name": "Charlieu", "geoid": 3026610}, "notime": null, "date-ut": "1909-07-02 08:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Lorton"}, "birth": {"tzo": "+00:09", "date": "1909-07-02 09:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.17228, "lat": 46.16202, "name": "Charlieu", "geoid": 3026610}, "date-ut": "1909-07-02 08:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1325"}}, "raw": {"H": "09:00", "COD": "42", "DAY": "02", "MON": "07", "NUM": "1325", "PRO": "EX", "YEA": "1909", "CITY": "Charlieu", "NAME": "LORTON Joseph", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18955	louf-pierre-1915-01-24	{"e1": "1327"}	{"lerrcp": "E1-1327"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Louf", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-01-24 03:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 2.83506, "lat": 50.70425, "name": "Nieppe", "geoid": 2990392}, "notime": null, "date-ut": "1915-01-24 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Louf"}, "birth": {"tzo": "+00:00", "date": "1915-01-24 03:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 2.83506, "lat": 50.70425, "name": "Nieppe", "geoid": 2990392}, "date-ut": "1915-01-24 03:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1327"}}, "raw": {"H": "03:00", "COD": "59", "DAY": "24", "MON": "01", "NUM": "1327", "PRO": "MI", "YEA": "1915", "CITY": "Nieppe", "NAME": "LOUF Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18956	louis-jacques-1924-08-26	{"e1": "1328"}	{"lerrcp": "E1-1328"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Louis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1924-08-26 11:00", "note": null, "place": {"c1": null, "c2": "28", "c3": "", "cy": "FR", "lg": 1.48925, "lat": 48.44685, "name": "Chartres", "geoid": 3026467}, "notime": null, "date-ut": "1924-08-26 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Louis"}, "birth": {"tzo": "+01:00", "date": "1924-08-26 11:00", "place": {"c2": "28", "c3": "", "cy": "FR", "lg": 1.48925, "lat": 48.44685, "name": "Chartres", "geoid": 3026467}, "date-ut": "1924-08-26 10:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1328"}}, "raw": {"H": "11:00", "COD": "28", "DAY": "26", "MON": "08", "NUM": "1328", "PRO": "EX", "YEA": "1924", "CITY": "Chartres", "NAME": "LOUIS Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18954	loubatieres-auguste-1912-12-28	{"e1": "1326", "afd5": "648"}	{"lerrcp": "E1-1326", "muller": "M5-648"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Auguste", "family": "Loubatiéres", "spouse": [], "official": {"given": "Auguste Louis", "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-12-28 15:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.47583, "lat": 43.31083, "name": "Agde", "geoid": 3038638}, "notime": null, "date-ut": "1912-12-28 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Loubatieres"}, "birth": {"tzo": "+00:00", "date": "1912-12-28 15:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.47583, "lat": 43.31083, "name": "Agde", "geoid": 3038638}, "date-ut": "1912-12-28 15:00"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1326"}}, "raw": {"H": "15:00", "COD": "34", "DAY": "28", "MON": "12", "NUM": "1326", "PRO": "PH", "YEA": "1912", "CITY": "Agde", "NAME": "LOUBATIERES Auguste", "NOTE": "+"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Loubatiéres", "official": {"given": "Auguste Louis"}}, "birth": {"date": "1912-12-28 15:00", "place": {"name": "Agde"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "648"}}, "raw": {"NR": "648", "GNR": "ND1132", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "2", "CODE": "3", "JAHR": "1912", "KORR": "0.00", "MARS": "19", "MODE": "", "MOND": "26", "NAME": "LOUBATIÉRES (AUGUSTE LOUIS).", "AUFAB": "-8.50", "PHAS_": "80.400", "SONNE": "16", "VENUS": "10", "BREITE": "43 N 37", "GEBORT": "Agde (Hérault)", "LAENGE": "003 E 53", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "2", "GEBZEIT": "15.00", "JUPITER": "17", "ELECTAGE": "59,2", "ELECTDAT": "15.02.1972", "GEBDATUM": "28.12.1912", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
18958	louis-dreyfus-pierre-1908-05-17	{"e1": "1330"}	{"lerrcp": "E1-1330"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Louis-Dreyfus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-05-17 23:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "8", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1908-05-17 22:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Louis-Dreyfus"}, "birth": {"tzo": "+00:09", "date": "1908-05-17 23:00", "place": {"c2": "75", "c3": "8", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1908-05-17 22:51"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1330"}}, "raw": {"H": "23:00", "COD": "75", "DAY": "17", "MON": "05", "NUM": "1330", "PRO": "MI", "YEA": "1908", "CITY": "Paris 8ème", "NAME": "LOUIS-DREYFUS Pierre", "NOTE": "L"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18959	louisot-robert-1914-09-19	{"e1": "1331"}	{"lerrcp": "E1-1331"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Louisot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1914-09-19 13:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.49383, "lat": 48.59273, "name": "Lunéville", "geoid": 2997110}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Louisot"}, "birth": {"tzo": "", "date": "1914-09-19 13:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.49383, "lat": 48.59273, "name": "Lunéville", "geoid": 2997110}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1331"}}, "raw": {"H": "13:00", "COD": "54", "DAY": "19", "MON": "09", "NUM": "1331", "PRO": "MI", "YEA": "1914", "CITY": "Lunéville", "NAME": "LOUISOT Robert", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18960	louvet-jacques-1930-08-01	{"e1": "1332"}	{"lerrcp": "E1-1332"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Louvet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1930-08-01 15:00", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": 2.44322, "lat": 48.86415, "name": "Montreuil", "geoid": 2992090}, "notime": null, "date-ut": "1930-08-01 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Louvet"}, "birth": {"tzo": "+01:00", "date": "1930-08-01 15:00", "place": {"c2": "93", "c3": "", "cy": "FR", "lg": 2.44322, "lat": 48.86415, "name": "Montreuil", "geoid": 2992090}, "date-ut": "1930-08-01 14:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1332"}}, "raw": {"H": "15:00", "COD": "93", "DAY": "01", "MON": "08", "NUM": "1332", "PRO": "EX", "YEA": "1930", "CITY": "Montreuil", "NAME": "LOUVET Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18961	louyot-pierre-1902-12-09	{"e1": "1333"}	{"lerrcp": "E1-1333"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Louyot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1902-12-09 11:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Louyot"}, "birth": {"tzo": "", "date": "1902-12-09 11:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": ""}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1333"}}, "raw": {"H": "11:00", "COD": "54", "DAY": "09", "MON": "12", "NUM": "1333", "PRO": "PH", "YEA": "1902", "CITY": "Nancy", "NAME": "LOUYOT Pierre", "NOTE": "+"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18962	lubin-pierre-1893-06-21	{"e1": "1334"}	{"lerrcp": "E1-1334"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Lubin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1893-06-21 04:00", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.42686, "lat": 48.72732, "name": "Ablon-sur-Seine", "geoid": 3038754}, "notime": null, "date-ut": "1893-06-21 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Lubin"}, "birth": {"tzo": "+00:09", "date": "1893-06-21 04:00", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.42686, "lat": 48.72732, "name": "Ablon-sur-Seine", "geoid": 3038754}, "date-ut": "1893-06-21 03:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1334"}}, "raw": {"H": "04:00", "COD": "94", "DAY": "21", "MON": "06", "NUM": "1334", "PRO": "PH", "YEA": "1893", "CITY": "Ablon sur Seine", "NAME": "LUBIN Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18964	lucas-alexandre-1909-08-11	{"e1": "1336"}	{"lerrcp": "E1-1336"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Lucas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-08-11 19:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.59615, "lat": 48.27497, "name": "Camaret-sur-Mer", "geoid": 3029068}, "notime": null, "date-ut": "1909-08-11 18:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Lucas"}, "birth": {"tzo": "+00:09", "date": "1909-08-11 19:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.59615, "lat": 48.27497, "name": "Camaret-sur-Mer", "geoid": 3029068}, "date-ut": "1909-08-11 18:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1336"}}, "raw": {"H": "19:00", "COD": "29", "DAY": "11", "MON": "08", "NUM": "1336", "PRO": "PH", "YEA": "1909", "CITY": "Camaret sur Mer", "NAME": "LUCAS Alexandre", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18965	lucas-pierre-1913-06-07	{"e1": "1337"}	{"lerrcp": "E1-1337"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Lucas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-06-07 16:00", "note": null, "place": {"c1": null, "c2": "56", "c3": "", "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "notime": null, "date-ut": "1913-06-07 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Lucas"}, "birth": {"tzo": "+00:00", "date": "1913-06-07 16:00", "place": {"c2": "56", "c3": "", "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "date-ut": "1913-06-07 16:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1337"}}, "raw": {"H": "16:00", "COD": "56", "DAY": "07", "MON": "06", "NUM": "1337", "PRO": "MI", "YEA": "1913", "CITY": "Lorient", "NAME": "LUCAS Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18966	lucien-rene-1900-02-05	{"e1": "1338"}	{"lerrcp": "E1-1338"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Lucien", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1900-02-05 07:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1900-02-05 06:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "René", "family": "Lucien"}, "birth": {"tzo": "+00:09", "date": "1900-02-05 07:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1900-02-05 06:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1338"}}, "raw": {"H": "07:00", "COD": "13", "DAY": "05", "MON": "02", "NUM": "1338", "PRO": "EX", "YEA": "1900", "CITY": "Marseille", "NAME": "LUCIEN René", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18967	luzuy-maurice-1901-12-10	{"e1": "1339"}	{"lerrcp": "E1-1339"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Luzuy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-12-10 04:00", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": 2.38333, "lat": 48.91667, "name": "Aubervilliers", "geoid": 3036386}, "notime": null, "date-ut": "1901-12-10 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Luzuy"}, "birth": {"tzo": "+00:09", "date": "1901-12-10 04:00", "place": {"c2": "93", "c3": "", "cy": "FR", "lg": 2.38333, "lat": 48.91667, "name": "Aubervilliers", "geoid": 3036386}, "date-ut": "1901-12-10 03:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1339"}}, "raw": {"H": "04:00", "COD": "93", "DAY": "10", "MON": "12", "NUM": "1339", "PRO": "PH", "YEA": "1901", "CITY": "Aubervilliers", "NAME": "LUZUY Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18968	lwoff-andre-1902-05-08	{"e1": "1340"}	{"lerrcp": "E1-1340"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Lwoff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1902-05-08 14:00", "note": null, "place": {"c1": null, "c2": "03", "c3": "", "cy": "FR", "lg": 2.69238, "lat": 46.71125, "name": "Ainay-le-Château", "geoid": 3038419}, "notime": null, "date-ut": "1902-05-08 13:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Lwoff"}, "birth": {"tzo": "+00:09", "date": "1902-05-08 14:00", "place": {"c2": "03", "c3": "", "cy": "FR", "lg": 2.69238, "lat": 46.71125, "name": "Ainay-le-Château", "geoid": 3038419}, "date-ut": "1902-05-08 13:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1340"}}, "raw": {"H": "14:00", "COD": "03", "DAY": "08", "MON": "05", "NUM": "1340", "PRO": "PH", "YEA": "1902", "CITY": "Ainay-le-Château", "NAME": "LWOFF André", "NOTE": "+"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18969	machenaud-roger-1918-12-25	{"e1": "1341"}	{"lerrcp": "E1-1341"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Machenaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1918-12-25 08:15", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1918-12-25 08:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Machenaud"}, "birth": {"tzo": "+00:00", "date": "1918-12-25 08:15", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1918-12-25 08:15"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1341"}}, "raw": {"H": "08:15", "COD": "35", "DAY": "25", "MON": "12", "NUM": "1341", "PRO": "MI", "YEA": "1918", "CITY": "Rennes", "NAME": "MACHENAUD Roger", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18970	maeght-aime-1906-04-27	{"e1": "1342"}	{"lerrcp": "E1-1342"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aimé", "family": "Maeght", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-04-27 15:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 2.53729, "lat": 50.72374, "name": "Hazebrouck", "geoid": 3013619}, "notime": null, "date-ut": "1906-04-27 14:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Aimé", "family": "Maeght"}, "birth": {"tzo": "+00:09", "date": "1906-04-27 15:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 2.53729, "lat": 50.72374, "name": "Hazebrouck", "geoid": 3013619}, "date-ut": "1906-04-27 14:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1342"}}, "raw": {"H": "15:00", "COD": "59", "DAY": "27", "MON": "04", "NUM": "1342", "PRO": "EX", "YEA": "1906", "CITY": "Hazebrouck", "NAME": "MAEGHT Aimé", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18971	maes-albert-1907-02-22	{"e1": "1343"}	{"lerrcp": "E1-1343"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Maes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-02-22 09:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "notime": null, "date-ut": "1907-02-22 09:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Maes"}, "birth": {"tzo": "+00:09", "date": "1907-02-22 09:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "date-ut": "1907-02-22 09:21"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1343"}}, "raw": {"H": "09:30", "COD": "59", "DAY": "22", "MON": "02", "NUM": "1343", "PRO": "EX", "YEA": "1907", "CITY": "Tourcoing", "NAME": "MAES Albert", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18972	magnier-pierre-1907-12-10	{"e1": "1344"}	{"lerrcp": "E1-1344"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Magnier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1907-12-10 14:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Etienne-du-Rouvre", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Magnier"}, "birth": {"tzo": "", "date": "1907-12-10 14:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Etienne-du-Rouvre", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1344"}}, "raw": {"H": "14:00", "COD": "76", "DAY": "10", "MON": "12", "NUM": "1344", "PRO": "PH", "YEA": "1907", "CITY": "St Etienne-du-Rouvre", "NAME": "MAGNIER Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18973	magnin-felix-1914-03-18	{"e1": "1345"}	{"lerrcp": "E1-1345"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Magnin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1914-03-18 08:00", "note": null, "place": {"c1": null, "c2": "01", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Montmerle", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Magnin"}, "birth": {"tzo": "", "date": "1914-03-18 08:00", "place": {"c2": "01", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Montmerle", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1345"}}, "raw": {"H": "08:00", "COD": "01", "DAY": "18", "MON": "03", "NUM": "1345", "PRO": "PH", "YEA": "1914", "CITY": "Montmerle", "NAME": "MAGNIN Félix", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18974	magnin-pierre-1926-07-24	{"e1": "1346"}	{"lerrcp": "E1-1346"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Magnin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1926-07-24 07:45", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1926-07-24 06:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Magnin"}, "birth": {"tzo": "+01:00", "date": "1926-07-24 07:45", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1926-07-24 06:45"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1346"}}, "raw": {"H": "07:45", "COD": "54", "DAY": "24", "MON": "07", "NUM": "1346", "PRO": "PH", "YEA": "1926", "CITY": "Nancy", "NAME": "MAGNIN Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18975	mahieux-ernest-wilfrid-1910-05-05	{"e1": "1347"}	{"lerrcp": "E1-1347"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest-Wilfrid", "family": "Mahieux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1910-05-05 00:20", "note": null, "place": {"c1": null, "c2": "02", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Origny-Ste Benoite", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ernest-Wilfrid", "family": "Mahieux"}, "birth": {"tzo": "", "date": "1910-05-05 00:20", "place": {"c2": "02", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Origny-Ste Benoite", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1347"}}, "raw": {"H": "00:20", "COD": "02", "DAY": "05", "MON": "05", "NUM": "1347", "PRO": "MI", "YEA": "1910", "CITY": "Origny-Ste Benoite", "NAME": "MAHIEUX Ernest-Wilfrid", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18976	mahmoudi-marie-josephe-masse-1911-03-14	{"e1": "1348"}	{"lerrcp": "E1-1348"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie-Josèphe (MASSE", "family": "Mahmoudi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-03-14 18:00", "note": null, "place": {"c1": null, "c2": "60", "c3": "", "cy": "FR", "lg": 2.43285, "lat": 49.50503, "name": "Saint-Just-en-Chaussée", "geoid": 2979010}, "notime": null, "date-ut": "1911-03-14 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Marie-Josèphe (MASSE", "family": "Mahmoudi"}, "birth": {"tzo": "+00:00", "date": "1911-03-14 18:00", "place": {"c2": "60", "c3": "", "cy": "FR", "lg": 2.43285, "lat": 49.50503, "name": "Saint-Just-en-Chaussée", "geoid": 2979010}, "date-ut": "1911-03-14 18:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1348"}}, "raw": {"H": "18:00", "COD": "60", "DAY": "14", "MON": "03", "NUM": "1348", "PRO": "EX", "YEA": "1911", "CITY": "St Just en Chaussée", "NAME": "MAHMOUDI Marie-Josèphe (MASSE", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18977	mahon-raymond-1902-01-27	{"e1": "1349"}	{"lerrcp": "E1-1349"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Mahon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1902-01-27 22:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.16257, "lat": 44.57552, "name": "Saint-Martin-de-Sescas", "geoid": 2978342}, "notime": null, "date-ut": "1902-01-27 21:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Mahon"}, "birth": {"tzo": "+00:09", "date": "1902-01-27 22:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.16257, "lat": 44.57552, "name": "Saint-Martin-de-Sescas", "geoid": 2978342}, "date-ut": "1902-01-27 21:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1349"}}, "raw": {"H": "22:00", "COD": "33", "DAY": "27", "MON": "01", "NUM": "1349", "PRO": "PH", "YEA": "1902", "CITY": "St Martin-de-Sescas", "NAME": "MAHON Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18978	mahoudeau-daniel-1907-09-24	{"e1": "1350"}	{"lerrcp": "E1-1350"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "Mahoudeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-09-24 05:00", "note": null, "place": {"c1": null, "c2": "37", "c3": "", "cy": "FR", "lg": 0.98266, "lat": 47.41249, "name": "Amboise", "geoid": 3037902}, "notime": null, "date-ut": "1907-09-24 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Daniel", "family": "Mahoudeau"}, "birth": {"tzo": "+00:09", "date": "1907-09-24 05:00", "place": {"c2": "37", "c3": "", "cy": "FR", "lg": 0.98266, "lat": 47.41249, "name": "Amboise", "geoid": 3037902}, "date-ut": "1907-09-24 04:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1350"}}, "raw": {"H": "05:00", "COD": "37", "DAY": "24", "MON": "09", "NUM": "1350", "PRO": "PH", "YEA": "1907", "CITY": "Amboise", "NAME": "MAHOUDEAU Daniel", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18979	maigne-robert-1923-04-08	{"e1": "1351"}	{"lerrcp": "E1-1351"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Maigne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-04-08 06:30", "note": null, "place": {"c1": null, "c2": "43", "c3": "", "cy": "FR", "lg": 3.17052, "lat": 45.31882, "name": "Blesle", "geoid": 3032262}, "notime": null, "date-ut": "1923-04-08 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Maigne"}, "birth": {"tzo": "+00:00", "date": "1923-04-08 06:30", "place": {"c2": "43", "c3": "", "cy": "FR", "lg": 3.17052, "lat": 45.31882, "name": "Blesle", "geoid": 3032262}, "date-ut": "1923-04-08 06:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1351"}}, "raw": {"H": "06:30", "COD": "43", "DAY": "08", "MON": "04", "NUM": "1351", "PRO": "PH", "YEA": "1923", "CITY": "Blesle", "NAME": "MAIGNE Robert", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18980	mail-leone-1916-05-29	{"e1": "1352"}	{"lerrcp": "E1-1352"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léone", "family": "Mail", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-05-29 08:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 0.37457, "lat": 49.75787, "name": "Fécamp", "geoid": 3018794}, "notime": null, "date-ut": "1916-05-29 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Léone", "family": "Mail"}, "birth": {"tzo": "+00:00", "date": "1916-05-29 08:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 0.37457, "lat": 49.75787, "name": "Fécamp", "geoid": 3018794}, "date-ut": "1916-05-29 08:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1352"}}, "raw": {"H": "08:00", "COD": "76", "DAY": "29", "MON": "05", "NUM": "1352", "PRO": "EX", "YEA": "1916", "CITY": "Fécamp", "NAME": "MAIL Léone", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18981	maillard-jean-1908-02-08	{"e1": "1353"}	{"lerrcp": "E1-1353"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Maillard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-02-08 06:00", "note": null, "place": {"c1": null, "c2": "10", "c3": "", "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "notime": null, "date-ut": "1908-02-08 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Maillard"}, "birth": {"tzo": "+00:09", "date": "1908-02-08 06:00", "place": {"c2": "10", "c3": "", "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "date-ut": "1908-02-08 05:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1353"}}, "raw": {"H": "06:00", "COD": "10", "DAY": "08", "MON": "02", "NUM": "1353", "PRO": "PH", "YEA": "1908", "CITY": "Troyes", "NAME": "MAILLARD Jean", "NOTE": "-"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18982	maillard-jean-1910-03-24	{"e1": "1354"}	{"lerrcp": "E1-1354"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Maillard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-03-24 09:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.29026, "lat": 48.77644, "name": "Sceaux", "geoid": 2975469}, "notime": null, "date-ut": "1910-03-24 08:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Maillard"}, "birth": {"tzo": "+00:09", "date": "1910-03-24 09:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.29026, "lat": 48.77644, "name": "Sceaux", "geoid": 2975469}, "date-ut": "1910-03-24 08:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1354"}}, "raw": {"H": "09:00", "COD": "92", "DAY": "24", "MON": "03", "NUM": "1354", "PRO": "PH", "YEA": "1910", "CITY": "Sceaux", "NAME": "MAILLARD Jean", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18983	maillard-jean-noel-1923-12-23	{"e1": "1355"}	{"lerrcp": "E1-1355"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Noël", "family": "Maillard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-12-23 12:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "notime": null, "date-ut": "1923-12-23 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean-Noël", "family": "Maillard"}, "birth": {"tzo": "+00:00", "date": "1923-12-23 12:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "date-ut": "1923-12-23 12:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1355"}}, "raw": {"H": "12:30", "COD": "59", "DAY": "23", "MON": "12", "NUM": "1355", "PRO": "PH", "YEA": "1923", "CITY": "Tourcoing", "NAME": "MAILLARD Jean-Noël", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18984	millet-jacques-1913-04-20	{"e1": "1356"}	{"lerrcp": "E1-1356"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Millet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-04-20 10:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "10", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1913-04-20 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Millet"}, "birth": {"tzo": "+00:00", "date": "1913-04-20 10:00", "place": {"c2": "75", "c3": "10", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1913-04-20 10:00"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1356"}}, "raw": {"H": "10:00", "COD": "75", "DAY": "20", "MON": "04", "NUM": "1356", "PRO": "MI", "YEA": "1913", "CITY": "Paris 10ème", "NAME": "MILLET Jacques", "NOTE": "L"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18985	maillet-marcel-1881-11-05	{"e1": "1357"}	{"lerrcp": "E1-1357"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Maillet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1881-11-05 13:30", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Maillet"}, "birth": {"tzo": "", "date": "1881-11-05 13:30", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1357"}}, "raw": {"H": "13:30", "COD": "54", "DAY": "05", "MON": "11", "NUM": "1357", "PRO": "PH", "YEA": "1881", "CITY": "Nancy", "NAME": "MAILLET Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18986	mailley-jean-baptiste-1911-02-16	{"e1": "1358"}	{"lerrcp": "E1-1358"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Baptiste", "family": "Mailley", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1911-02-16 15:00", "note": null, "place": {"c1": null, "c2": "23", "c3": "", "cy": "FR", "lg": 1.66546, "lat": 46.30611, "name": "Dun-le-Palestel", "geoid": 3020681}, "notime": null, "date-ut": "1911-02-16 14:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean-Baptiste", "family": "Mailley"}, "birth": {"tzo": "+00:09", "date": "1911-02-16 15:00", "place": {"c2": "23", "c3": "", "cy": "FR", "lg": 1.66546, "lat": 46.30611, "name": "Dun-le-Palestel", "geoid": 3020681}, "date-ut": "1911-02-16 14:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1358"}}, "raw": {"H": "15:00", "COD": "23", "DAY": "16", "MON": "02", "NUM": "1358", "PRO": "MI", "YEA": "1911", "CITY": "Dun-le-Palestel", "NAME": "MAILLEY Jean-Baptiste", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18987	mairal-bernard-emile-1918-02-24	{"e1": "1359"}	{"lerrcp": "E1-1359"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Mairal-Bernard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1918-02-24 11:00", "note": null, "place": {"c1": null, "c2": "03", "c3": "", "cy": "FR", "lg": 2.60819, "lat": 46.39506, "name": "Saint-Victor", "geoid": 2976667}, "notime": null, "date-ut": "1918-02-24 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Mairal-Bernard"}, "birth": {"tzo": "+00:00", "date": "1918-02-24 11:00", "place": {"c2": "03", "c3": "", "cy": "FR", "lg": 2.60819, "lat": 46.39506, "name": "Saint-Victor", "geoid": 2976667}, "date-ut": "1918-02-24 11:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1359"}}, "raw": {"H": "11:00", "COD": "03", "DAY": "24", "MON": "02", "NUM": "1359", "PRO": "MI", "YEA": "1918", "CITY": "St-Victor", "NAME": "MAIRAL-BERNARD Emile", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18988	maissant-jean-1926-01-23	{"e1": "1360"}	{"lerrcp": "E1-1360"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Maissant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1926-01-23 01:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.3, "lat": 48.93333, "name": "Gennevilliers", "geoid": 3016321}, "notime": null, "date-ut": "1926-01-23 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Maissant"}, "birth": {"tzo": "+00:00", "date": "1926-01-23 01:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.3, "lat": 48.93333, "name": "Gennevilliers", "geoid": 3016321}, "date-ut": "1926-01-23 01:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1360"}}, "raw": {"H": "01:00", "COD": "92", "DAY": "23", "MON": "01", "NUM": "1360", "PRO": "EX", "YEA": "1926", "CITY": "Gennevilliers", "NAME": "MAISSANT Jean", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18989	malaguti-michel-1898-03-27	{"e1": "1361"}	{"lerrcp": "E1-1361"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Malaguti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-03-27 14:00", "note": null, "place": {"c1": null, "c2": "22", "c3": "", "cy": "FR", "lg": -3.15289, "lat": 48.56259, "name": "Guingamp", "geoid": 3014221}, "notime": null, "date-ut": "1898-03-27 13:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Malaguti"}, "birth": {"tzo": "+00:09", "date": "1898-03-27 14:00", "place": {"c2": "22", "c3": "", "cy": "FR", "lg": -3.15289, "lat": 48.56259, "name": "Guingamp", "geoid": 3014221}, "date-ut": "1898-03-27 13:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1361"}}, "raw": {"H": "14:00", "COD": "22", "DAY": "27", "MON": "03", "NUM": "1361", "PRO": "MI", "YEA": "1898", "CITY": "Guingamp", "NAME": "MALAGUTI Michel", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18990	malangeau-pierre-1910-12-09	{"e1": "1362"}	{"lerrcp": "E1-1362"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Malangeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-12-09 08:30", "note": null, "place": {"c1": null, "c2": "41", "c3": "", "cy": "FR", "lg": 1.32912, "lat": 47.59432, "name": "Blois", "geoid": 3032213}, "notime": null, "date-ut": "1910-12-09 08:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Malangeau"}, "birth": {"tzo": "+00:09", "date": "1910-12-09 08:30", "place": {"c2": "41", "c3": "", "cy": "FR", "lg": 1.32912, "lat": 47.59432, "name": "Blois", "geoid": 3032213}, "date-ut": "1910-12-09 08:21"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1362"}}, "raw": {"H": "08:30", "COD": "41", "DAY": "09", "MON": "12", "NUM": "1362", "PRO": "PH", "YEA": "1910", "CITY": "Blois", "NAME": "MALANGEAU Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18991	malartre-henri-1905-12-17	{"e1": "1363"}	{"lerrcp": "E1-1363"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Malartre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-12-17 20:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.62076, "lat": 45.55757, "name": "Saint-Joseph", "geoid": 2979170}, "notime": null, "date-ut": "1905-12-17 19:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Malartre"}, "birth": {"tzo": "+00:09", "date": "1905-12-17 20:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.62076, "lat": 45.55757, "name": "Saint-Joseph", "geoid": 2979170}, "date-ut": "1905-12-17 19:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1363"}}, "raw": {"H": "20:00", "COD": "42", "DAY": "17", "MON": "12", "NUM": "1363", "PRO": "EX", "YEA": "1905", "CITY": "St-Joseph", "NAME": "MALARTRE Henri", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18992	malher-guy-1932-04-20	{"e1": "1364"}	{"lerrcp": "E1-1364"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Malher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1932-04-20 03:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 5.76192, "lat": 49.5217, "name": "Longwy", "geoid": 2997638}, "notime": null, "date-ut": "1932-04-20 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Malher"}, "birth": {"tzo": "+01:00", "date": "1932-04-20 03:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 5.76192, "lat": 49.5217, "name": "Longwy", "geoid": 2997638}, "date-ut": "1932-04-20 02:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1364"}}, "raw": {"H": "03:00", "COD": "54", "DAY": "20", "MON": "04", "NUM": "1364", "PRO": "PH", "YEA": "1932", "CITY": "Longwy", "NAME": "MALHER Guy", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18993	mallet-robert-1925-09-10	{"e1": "1365"}	{"lerrcp": "E1-1365"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Mallet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1925-09-10 18:30", "note": null, "place": {"c1": null, "c2": "03", "c3": "", "cy": "FR", "lg": 3.42577, "lat": 46.12709, "name": "Vichy", "geoid": 2969392}, "notime": null, "date-ut": "1925-09-10 17:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Mallet"}, "birth": {"tzo": "+01:00", "date": "1925-09-10 18:30", "place": {"c2": "03", "c3": "", "cy": "FR", "lg": 3.42577, "lat": 46.12709, "name": "Vichy", "geoid": 2969392}, "date-ut": "1925-09-10 17:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1365"}}, "raw": {"H": "18:30", "COD": "03", "DAY": "10", "MON": "09", "NUM": "1365", "PRO": "EX", "YEA": "1925", "CITY": "Vichy", "NAME": "MALLET Robert", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18996	malterre-andre-1909-12-18	{"e1": "1369"}	{"lerrcp": "E1-1369"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Malterre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1909-12-18 12:00", "note": null, "place": {"c1": null, "c2": "91", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Corbeil", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "André", "family": "Malterre"}, "birth": {"tzo": "", "date": "1909-12-18 12:00", "place": {"c2": "91", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Corbeil", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1369"}}, "raw": {"H": "12:00", "COD": "91", "DAY": "18", "MON": "12", "NUM": "1369", "PRO": "EX", "YEA": "1909", "CITY": "Corbeil", "NAME": "MALTERRE André", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18997	manceaux-demiau-pierre-1898-08-01	{"e1": "1370"}	{"lerrcp": "E1-1370"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Manceaux-Demiau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-08-01 12:30", "note": null, "place": {"c1": null, "c2": "81", "c3": "", "cy": "FR", "lg": 1.72382, "lat": 43.82512, "name": "Rabastens", "geoid": 2984627}, "notime": null, "date-ut": "1898-08-01 12:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Manceaux-Demiau"}, "birth": {"tzo": "+00:09", "date": "1898-08-01 12:30", "place": {"c2": "81", "c3": "", "cy": "FR", "lg": 1.72382, "lat": 43.82512, "name": "Rabastens", "geoid": 2984627}, "date-ut": "1898-08-01 12:21"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1370"}}, "raw": {"H": "12:30", "COD": "81", "DAY": "01", "MON": "08", "NUM": "1370", "PRO": "MI", "YEA": "1898", "CITY": "Rabastens", "NAME": "MANCEAUX-DEMIAU Pierre", "NOTE": "L"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
18994	mallet-guy-pierre-1897-05-19	{"e1": "1366", "afd5": "668"}	{"lerrcp": "E1-1366", "muller": "M5-668"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre", "family": "Mallet-Guy", "spouse": [], "official": {"given": "Pierre Albert", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1897-05-19 03:00", "note": null, "place": {"c1": null, "c2": "21", "c3": "", "cy": "FR", "lg": 4.83887, "lat": 47.02413, "name": "Beaune", "geoid": 3034126}, "notime": null, "date-ut": "1897-05-19 02:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Mallet-Guy"}, "birth": {"tzo": "+00:09", "date": "1897-05-19 03:00", "place": {"c2": "21", "c3": "", "cy": "FR", "lg": 4.83887, "lat": 47.02413, "name": "Beaune", "geoid": 3034126}, "date-ut": "1897-05-19 02:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1366"}}, "raw": {"H": "03:00", "COD": "21", "DAY": "19", "MON": "05", "NUM": "1366", "PRO": "PH", "YEA": "1897", "CITY": "Beaune", "NAME": "MALLET-GUY Pierre", "NOTE": "+"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Mallet-Guy", "official": {"given": "Pierre Albert"}}, "birth": {"date": "1897-05-19 03:00", "place": {"name": "Beaune"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "668"}}, "raw": {"NR": "668", "GNR": "ND1136", "JU_": "0", "MA_": "0", "MO_": "2", "SA_": "0", "SO_": "0", "VE_": "2", "CODE": "3", "JAHR": "1897", "KORR": "-0.16", "MARS": "25", "MODE": "", "MOND": "11", "NAME": "MALLET-GUY (PIERRE ALBERT).", "AUFAB": "-5.40", "PHAS_": "91.400", "SONNE": "34", "VENUS": "1", "BREITE": "47 N 19", "GEBORT": "Beaune (Côte-d'Or)", "LAENGE": "005 E 02", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "16", "GEBZEIT": "03.00", "JUPITER": "22", "ELECTAGE": "58,0", "ELECTDAT": "24.05.1955", "GEBDATUM": "19.05.1897", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
18998	mande-raymond-1910-06-19	{"e1": "1371"}	{"lerrcp": "E1-1371"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Mande", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-06-19 08:00", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 5.97896, "lat": 45.34428, "name": "Goncelin", "geoid": 3015711}, "notime": null, "date-ut": "1910-06-19 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Mande"}, "birth": {"tzo": "+00:09", "date": "1910-06-19 08:00", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": 5.97896, "lat": 45.34428, "name": "Goncelin", "geoid": 3015711}, "date-ut": "1910-06-19 07:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1371"}}, "raw": {"H": "08:00", "COD": "38", "DAY": "19", "MON": "06", "NUM": "1371", "PRO": "PH", "YEA": "1910", "CITY": "Goncelin", "NAME": "MANDE Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
18999	mandle-armand-1898-04-27	{"e1": "1372"}	{"lerrcp": "E1-1372"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Mandle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-04-27 17:00", "note": null, "place": {"c1": null, "c2": "21", "c3": "", "cy": "FR", "lg": 4.55583, "lat": 47.26238, "name": "Pouilly-en-Auxois", "geoid": 2985840}, "notime": null, "date-ut": "1898-04-27 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Mandle"}, "birth": {"tzo": "+00:09", "date": "1898-04-27 17:00", "place": {"c2": "21", "c3": "", "cy": "FR", "lg": 4.55583, "lat": 47.26238, "name": "Pouilly-en-Auxois", "geoid": 2985840}, "date-ut": "1898-04-27 16:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1372"}}, "raw": {"H": "17:00", "COD": "21", "DAY": "27", "MON": "04", "NUM": "1372", "PRO": "EX", "YEA": "1898", "CITY": "Pouilly-en-Auxois", "NAME": "MANDLE Armand", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19000	mangeney-leon-1908-02-26	{"e1": "1373"}	{"lerrcp": "E1-1373"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Mangeney", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1908-02-26 23:00", "note": null, "place": {"c1": null, "c2": "68", "c3": "", "cy": "FR", "lg": 7.35584, "lat": 48.08078, "name": "Colmar", "geoid": 3024297}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Mangeney"}, "birth": {"tzo": "", "date": "1908-02-26 23:00", "place": {"c2": "68", "c3": "", "cy": "FR", "lg": 7.35584, "lat": 48.08078, "name": "Colmar", "geoid": 3024297}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1373"}}, "raw": {"H": "23:00", "COD": "68", "DAY": "26", "MON": "02", "NUM": "1373", "PRO": "PH", "YEA": "1908", "CITY": "Colmar", "NAME": "MANGENEY Léon", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19001	mangenot-georges-1899-03-26	{"e1": "1374"}	{"lerrcp": "E1-1374"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Mangenot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1899-03-26 03:00", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 6.71845, "lat": 48.20709, "name": "Bruyères", "geoid": 3029725}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Mangenot"}, "birth": {"tzo": "", "date": "1899-03-26 03:00", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 6.71845, "lat": 48.20709, "name": "Bruyères", "geoid": 3029725}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1374"}}, "raw": {"H": "03:00", "COD": "88", "DAY": "26", "MON": "03", "NUM": "1374", "PRO": "PH", "YEA": "1899", "CITY": "Bruyères", "NAME": "MANGENOT Georges", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19002	mangenot-michel-1928-11-29	{"e1": "1375"}	{"lerrcp": "E1-1375"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Mangenot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1928-11-29 16:25", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1928-11-29 16:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Mangenot"}, "birth": {"tzo": "+00:00", "date": "1928-11-29 16:25", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1928-11-29 16:25"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1375"}}, "raw": {"H": "16:25", "COD": "59", "DAY": "29", "MON": "11", "NUM": "1375", "PRO": "MI", "YEA": "1928", "CITY": "Lille", "NAME": "MANGENOT Michel", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19003	mangin-jacques-1917-11-16	{"e1": "1376"}	{"lerrcp": "E1-1376"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Mangin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1917-11-16 11:00", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": 6.12565, "lat": 45.90878, "name": "Annecy", "geoid": 3037543}, "notime": null, "date-ut": "1917-11-16 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Mangin"}, "birth": {"tzo": "+00:00", "date": "1917-11-16 11:00", "place": {"c2": "74", "c3": "", "cy": "FR", "lg": 6.12565, "lat": 45.90878, "name": "Annecy", "geoid": 3037543}, "date-ut": "1917-11-16 11:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1376"}}, "raw": {"H": "11:00", "COD": "74", "DAY": "16", "MON": "11", "NUM": "1376", "PRO": "MI", "YEA": "1917", "CITY": "Annecy", "NAME": "MANGIN Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19004	mangin-stanislas-1917-09-20	{"e1": "1377"}	{"lerrcp": "E1-1377"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stanislas", "family": "Mangin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-09-20 21:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "16", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1917-09-20 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Stanislas", "family": "Mangin"}, "birth": {"tzo": "+01:00", "date": "1917-09-20 21:30", "place": {"c2": "75", "c3": "16", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1917-09-20 20:30"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1377"}}, "raw": {"H": "21:30", "COD": "75", "DAY": "20", "MON": "09", "NUM": "1377", "PRO": "MI", "YEA": "1917", "CITY": "Paris 16ème", "NAME": "MANGIN Stanislas", "NOTE": "L"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19005	manhes-pierre-1888-01-20	{"e1": "1378"}	{"lerrcp": "E1-1378"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Manhes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10", "date": "1888-01-20 07:00", "note": null, "place": {"c1": null, "c2": "15", "c3": "", "cy": "FR", "lg": 2.43983, "lat": 44.92539, "name": "Aurillac", "geoid": 3036016}, "notime": null, "date-ut": "1888-01-20 06:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Manhes"}, "birth": {"tzo": "+00:10", "date": "1888-01-20 07:00", "place": {"c2": "15", "c3": "", "cy": "FR", "lg": 2.43983, "lat": 44.92539, "name": "Aurillac", "geoid": 3036016}, "date-ut": "1888-01-20 06:50"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1378"}}, "raw": {"H": "07:00", "COD": "15", "DAY": "20", "MON": "01", "NUM": "1378", "PRO": "MI", "YEA": "1888", "CITY": "Aurillac", "NAME": "MANHES Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19006	marceau-marcel-mangel-1923-03-22	{"e1": "1379"}	{"lerrcp": "E1-1379"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel (MANGEL)", "family": "Marceau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-03-22 08:00", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1923-03-22 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Marcel (MANGEL)", "family": "Marceau"}, "birth": {"tzo": "+00:00", "date": "1923-03-22 08:00", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1923-03-22 08:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1379"}}, "raw": {"H": "08:00", "COD": "67", "DAY": "22", "MON": "03", "NUM": "1379", "PRO": "EX", "YEA": "1923", "CITY": "Strasbourg", "NAME": "MARCEAU Marcel (MANGEL)", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19007	marcellin-noel-1898-12-25	{"e1": "1380"}	{"lerrcp": "E1-1380"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Noël", "family": "Marcellin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1898-12-25 00:30", "note": null, "place": {"c1": null, "c2": "73", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Michel de Maur", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Noël", "family": "Marcellin"}, "birth": {"tzo": "", "date": "1898-12-25 00:30", "place": {"c2": "73", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Michel de Maur", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1380"}}, "raw": {"H": "00:30", "COD": "73", "DAY": "25", "MON": "12", "NUM": "1380", "PRO": "EX", "YEA": "1898", "CITY": "St Michel de Maur", "NAME": "MARCELLIN Noël", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19009	marchal-bernard-1905-03-25	{"e1": "1382"}	{"lerrcp": "E1-1382"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Marchal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1905-03-25 16:15", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.49383, "lat": 48.59273, "name": "Lunéville", "geoid": 2997110}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Marchal"}, "birth": {"tzo": "", "date": "1905-03-25 16:15", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.49383, "lat": 48.59273, "name": "Lunéville", "geoid": 2997110}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1382"}}, "raw": {"H": "16:15", "COD": "54", "DAY": "25", "MON": "03", "NUM": "1382", "PRO": "MI", "YEA": "1905", "CITY": "Lunéville", "NAME": "MARCHAL Bernard", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19010	marchand-leon-1873-05-06	{"e1": "1383"}	{"lerrcp": "E1-1383"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Marchand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10", "date": "1873-05-06 11:30", "note": null, "place": {"c1": null, "c2": "60", "c3": "", "cy": "FR", "lg": 2.48477, "lat": 49.25672, "name": "Creil", "geoid": 3022610}, "notime": null, "date-ut": "1873-05-06 11:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Marchand"}, "birth": {"tzo": "+00:10", "date": "1873-05-06 11:30", "place": {"c2": "60", "c3": "", "cy": "FR", "lg": 2.48477, "lat": 49.25672, "name": "Creil", "geoid": 3022610}, "date-ut": "1873-05-06 11:20"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1383"}}, "raw": {"H": "11:30", "COD": "60", "DAY": "06", "MON": "05", "NUM": "1383", "PRO": "PH", "YEA": "1873", "CITY": "Creil", "NAME": "MARCHAND Léon", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19011	marchand-marcel-1901-11-19	{"e1": "1384"}	{"lerrcp": "E1-1384"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Marchand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-11-19 01:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.66467, "lat": 50.25596, "name": "Villereau", "geoid": 2968460}, "notime": null, "date-ut": "1901-11-19 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Marchand"}, "birth": {"tzo": "+00:09", "date": "1901-11-19 01:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.66467, "lat": 50.25596, "name": "Villereau", "geoid": 2968460}, "date-ut": "1901-11-19 00:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1384"}}, "raw": {"H": "01:00", "COD": "59", "DAY": "19", "MON": "11", "NUM": "1384", "PRO": "PH", "YEA": "1901", "CITY": "Villereau", "NAME": "MARCHAND Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19012	marchetti-charles-1916-03-07	{"e1": "1385"}	{"lerrcp": "E1-1385"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Marchetti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1916-03-07 02:00", "note": null, "place": {"c1": null, "c2": "57", "c3": "", "cy": "FR", "lg": 6.30623, "lat": 49.29865, "name": "Metzeresche", "geoid": 2994156}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Marchetti"}, "birth": {"tzo": "", "date": "1916-03-07 02:00", "place": {"c2": "57", "c3": "", "cy": "FR", "lg": 6.30623, "lat": 49.29865, "name": "Metzeresche", "geoid": 2994156}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1385"}}, "raw": {"H": "02:00", "COD": "57", "DAY": "07", "MON": "03", "NUM": "1385", "PRO": "EX", "YEA": "1916", "CITY": "Metzeresche", "NAME": "MARCHETTI Charles", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19013	marias-raoul-1911-01-01	{"e1": "1386"}	{"lerrcp": "E1-1386"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raoul", "family": "Marias", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1911-01-01 20:00", "note": null, "place": {"c1": null, "c2": "16", "c3": "", "cy": "FR", "lg": -0.12798, "lat": 45.36113, "name": "Oriolles", "geoid": 2989333}, "notime": null, "date-ut": "1911-01-01 19:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Raoul", "family": "Marias"}, "birth": {"tzo": "+00:09", "date": "1911-01-01 20:00", "place": {"c2": "16", "c3": "", "cy": "FR", "lg": -0.12798, "lat": 45.36113, "name": "Oriolles", "geoid": 2989333}, "date-ut": "1911-01-01 19:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1386"}}, "raw": {"H": "20:00", "COD": "16", "DAY": "01", "MON": "01", "NUM": "1386", "PRO": "MI", "YEA": "1911", "CITY": "Oriolles", "NAME": "MARIAS Raoul", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19014	marie-jean-1891-01-08	{"e1": "1387"}	{"lerrcp": "E1-1387"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Marie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01", "date": "1891-01-08 15:00", "note": null, "place": {"c1": null, "c2": "14", "c3": "", "cy": "FR", "lg": 0.23294, "lat": 49.41985, "name": "Honfleur", "geoid": 3013173}, "notime": null, "date-ut": "1891-01-08 14:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Marie"}, "birth": {"tzo": "+00:01", "date": "1891-01-08 15:00", "place": {"c2": "14", "c3": "", "cy": "FR", "lg": 0.23294, "lat": 49.41985, "name": "Honfleur", "geoid": 3013173}, "date-ut": "1891-01-08 14:59"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1387"}}, "raw": {"H": "15:00", "COD": "14", "DAY": "08", "MON": "01", "NUM": "1387", "PRO": "MI", "YEA": "1891", "CITY": "Honfleur", "NAME": "MARIE Jean", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19015	marie-pierre-1900-05-18	{"e1": "1388"}	{"lerrcp": "E1-1388"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Marie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1900-05-18 05:00", "note": null, "place": {"c1": null, "c2": "27", "c3": "", "cy": "FR", "lg": 0.51667, "lat": 49.35, "name": "Pont-Audemer", "geoid": 2986294}, "notime": null, "date-ut": "1900-05-18 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Marie"}, "birth": {"tzo": "+00:09", "date": "1900-05-18 05:00", "place": {"c2": "27", "c3": "", "cy": "FR", "lg": 0.51667, "lat": 49.35, "name": "Pont-Audemer", "geoid": 2986294}, "date-ut": "1900-05-18 04:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1388"}}, "raw": {"H": "05:00", "COD": "27", "DAY": "18", "MON": "05", "NUM": "1388", "PRO": "EX", "YEA": "1900", "CITY": "Pont-Audemer", "NAME": "MARIE Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19016	marignan-roger-1920-06-16	{"e1": "1389"}	{"lerrcp": "E1-1389"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Marignan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-06-16 23:00", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1920-06-16 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Marignan"}, "birth": {"tzo": "+01:00", "date": "1920-06-16 23:00", "place": {"c2": "30", "c3": "", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1920-06-16 22:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1389"}}, "raw": {"H": "23:00", "COD": "30", "DAY": "16", "MON": "06", "NUM": "1389", "PRO": "PH", "YEA": "1920", "CITY": "Nîmes", "NAME": "MARIGNAN Roger", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19017	marmet-andre-1908-12-05	{"e1": "1390"}	{"lerrcp": "E1-1390"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Marmet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-12-05 00:00", "note": null, "place": {"c1": null, "c2": "39", "c3": "", "cy": "FR", "lg": 5.55575, "lat": 46.67535, "name": "Lons-le-Saunier", "geoid": 2997626}, "notime": null, "date-ut": "1908-12-04 23:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Marmet"}, "birth": {"tzo": "+00:09", "date": "1908-12-05 00:00", "place": {"c2": "39", "c3": "", "cy": "FR", "lg": 5.55575, "lat": 46.67535, "name": "Lons-le-Saunier", "geoid": 2997626}, "date-ut": "1908-12-04 23:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1390"}}, "raw": {"H": "00:00", "COD": "39", "DAY": "05", "MON": "12", "NUM": "1390", "PRO": "PH", "YEA": "1908", "CITY": "Lons le Saunier", "NAME": "MARMET André", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19018	mathe-georges-1922-07-09	{"e1": "1391"}	{"lerrcp": "E1-1391"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Mathe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-07-09 23:00", "note": null, "place": {"c1": null, "c2": "58", "c3": "", "cy": "FR", "lg": 3.84357, "lat": 47.02392, "name": "Sermages", "geoid": 2974909}, "notime": null, "date-ut": "1922-07-09 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Mathe"}, "birth": {"tzo": "+01:00", "date": "1922-07-09 23:00", "place": {"c2": "58", "c3": "", "cy": "FR", "lg": 3.84357, "lat": 47.02392, "name": "Sermages", "geoid": 2974909}, "date-ut": "1922-07-09 22:00"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1391"}}, "raw": {"H": "23:00", "COD": "58", "DAY": "09", "MON": "07", "NUM": "1391", "PRO": "PH", "YEA": "1922", "CITY": "Sermages", "NAME": "MATHE Georges", "NOTE": "+"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19019	mathet-francois-1908-05-21	{"e1": "1392"}	{"lerrcp": "E1-1392"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Mathet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-05-21 19:30", "note": null, "place": {"c1": null, "c2": "70", "c3": "", "cy": "FR", "lg": 6.14251, "lat": 47.62604, "name": "Vesoul", "geoid": 2969562}, "notime": null, "date-ut": "1908-05-21 19:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Mathet"}, "birth": {"tzo": "+00:09", "date": "1908-05-21 19:30", "place": {"c2": "70", "c3": "", "cy": "FR", "lg": 6.14251, "lat": 47.62604, "name": "Vesoul", "geoid": 2969562}, "date-ut": "1908-05-21 19:21"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1392"}}, "raw": {"H": "19:30", "COD": "70", "DAY": "21", "MON": "05", "NUM": "1392", "PRO": "MI", "YEA": "1908", "CITY": "Vesoul", "NAME": "MATHET François", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19020	mathieu-francois-1909-07-31	{"e1": "1393"}	{"lerrcp": "E1-1393"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francois", "family": "Mathieu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1909-07-31 10:00", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Rambervilliers", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Francois", "family": "Mathieu"}, "birth": {"tzo": "", "date": "1909-07-31 10:00", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Rambervilliers", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1393"}}, "raw": {"H": "10:00", "COD": "88", "DAY": "31", "MON": "07", "NUM": "1393", "PRO": "PH", "YEA": "1909", "CITY": "Rambervilliers", "NAME": "MATHIEU Francois", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19021	mathivat-andre-1907-12-17	{"e1": "1394"}	{"lerrcp": "E1-1394"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Mathivat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-12-17 13:30", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 3.06423, "lat": 45.92258, "name": "Châtel-Guyon", "geoid": 3026145}, "notime": null, "date-ut": "1907-12-17 13:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Mathivat"}, "birth": {"tzo": "+00:09", "date": "1907-12-17 13:30", "place": {"c2": "63", "c3": "", "cy": "FR", "lg": 3.06423, "lat": 45.92258, "name": "Châtel-Guyon", "geoid": 3026145}, "date-ut": "1907-12-17 13:21"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1394"}}, "raw": {"H": "13:30", "COD": "63", "DAY": "17", "MON": "12", "NUM": "1394", "PRO": "PH", "YEA": "1907", "CITY": "Châtel-Guyon", "NAME": "MATHIVAT André", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19022	mathon-edouard-1916-02-07	{"e1": "1395"}	{"lerrcp": "E1-1395"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Mathon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-02-07 14:00", "note": null, "place": {"c1": null, "c2": "26", "c3": "", "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "notime": null, "date-ut": "1916-02-07 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Mathon"}, "birth": {"tzo": "+00:00", "date": "1916-02-07 14:00", "place": {"c2": "26", "c3": "", "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "date-ut": "1916-02-07 14:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1395"}}, "raw": {"H": "14:00", "COD": "26", "DAY": "07", "MON": "02", "NUM": "1395", "PRO": "MI", "YEA": "1916", "CITY": "Valence", "NAME": "MATHON Edouard", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19023	martin-jacques-1907-05-28	{"e1": "1396"}	{"lerrcp": "E1-1396"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Martin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-05-28 01:00", "note": null, "place": {"c1": null, "c2": "56", "c3": "", "cy": "FR", "lg": -2.98421, "lat": 47.66692, "name": "Auray", "geoid": 3036059}, "notime": null, "date-ut": "1907-05-28 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Martin"}, "birth": {"tzo": "+00:09", "date": "1907-05-28 01:00", "place": {"c2": "56", "c3": "", "cy": "FR", "lg": -2.98421, "lat": 47.66692, "name": "Auray", "geoid": 3036059}, "date-ut": "1907-05-28 00:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1396"}}, "raw": {"H": "01:00", "COD": "56", "DAY": "28", "MON": "05", "NUM": "1396", "PRO": "MI", "YEA": "1907", "CITY": "Auray", "NAME": "MARTIN Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19024	martin-rene-1912-07-30	{"e1": "1397"}	{"lerrcp": "E1-1397"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Martin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-07-30 16:30", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -3.98709, "lat": 48.72381, "name": "Roscoff", "geoid": 2982809}, "notime": null, "date-ut": "1912-07-30 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "René", "family": "Martin"}, "birth": {"tzo": "+00:00", "date": "1912-07-30 16:30", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -3.98709, "lat": 48.72381, "name": "Roscoff", "geoid": 2982809}, "date-ut": "1912-07-30 16:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1397"}}, "raw": {"H": "16:30", "COD": "29", "DAY": "30", "MON": "07", "NUM": "1397", "PRO": "EX", "YEA": "1912", "CITY": "Roscoff", "NAME": "MARTIN René", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19025	martin-roger-1903-07-20	{"e1": "1398"}	{"lerrcp": "E1-1398"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Martin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-07-20 04:00", "note": null, "place": {"c1": null, "c2": "39", "c3": "", "cy": "FR", "lg": 5.75359, "lat": 46.92209, "name": "Villette-lès-Arbois", "geoid": 2968259}, "notime": null, "date-ut": "1903-07-20 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Martin"}, "birth": {"tzo": "+00:09", "date": "1903-07-20 04:00", "place": {"c2": "39", "c3": "", "cy": "FR", "lg": 5.75359, "lat": 46.92209, "name": "Villette-lès-Arbois", "geoid": 2968259}, "date-ut": "1903-07-20 03:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1398"}}, "raw": {"H": "04:00", "COD": "39", "DAY": "20", "MON": "07", "NUM": "1398", "PRO": "EX", "YEA": "1903", "CITY": "Villette-les-Arbois", "NAME": "MARTIN Roger", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19026	martinet-henri-1906-10-08	{"e1": "1399"}	{"lerrcp": "E1-1399"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Martinet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-10-08 05:00", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 4.89733, "lat": 49.09008, "name": "Sainte-Menehould", "geoid": 2980400}, "notime": null, "date-ut": "1906-10-08 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Martinet"}, "birth": {"tzo": "+00:09", "date": "1906-10-08 05:00", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": 4.89733, "lat": 49.09008, "name": "Sainte-Menehould", "geoid": 2980400}, "date-ut": "1906-10-08 04:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1399"}}, "raw": {"H": "05:00", "COD": "51", "DAY": "08", "MON": "10", "NUM": "1399", "PRO": "EX", "YEA": "1906", "CITY": "Ste-Menehould", "NAME": "MARTINET Henri", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19027	martin-sibille-yves-1918-11-22	{"e1": "1400"}	{"lerrcp": "E1-1400"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Martin-Sibille", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1918-11-22 20:00", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 6.45304, "lat": 48.18324, "name": "Épinal", "geoid": 3020035}, "notime": null, "date-ut": "1918-11-22 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Martin-Sibille"}, "birth": {"tzo": "+00:00", "date": "1918-11-22 20:00", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 6.45304, "lat": 48.18324, "name": "Épinal", "geoid": 3020035}, "date-ut": "1918-11-22 20:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1400"}}, "raw": {"H": "20:00", "COD": "88", "DAY": "22", "MON": "11", "NUM": "1400", "PRO": "MI", "YEA": "1918", "CITY": "Epinal", "NAME": "MARTIN-SIBILLE Yves", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19028	martre-jean-francois-1928-02-06	{"e1": "1401"}	{"lerrcp": "E1-1401"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Francois", "family": "Martre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1928-02-06 06:00", "note": null, "place": {"c1": null, "c2": "09", "c3": "", "cy": "FR", "lg": 1.93412, "lat": 42.90396, "name": "Bélesta", "geoid": 3033799}, "notime": null, "date-ut": "1928-02-06 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean-Francois", "family": "Martre"}, "birth": {"tzo": "+00:00", "date": "1928-02-06 06:00", "place": {"c2": "09", "c3": "", "cy": "FR", "lg": 1.93412, "lat": 42.90396, "name": "Bélesta", "geoid": 3033799}, "date-ut": "1928-02-06 06:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1401"}}, "raw": {"H": "06:00", "COD": "09", "DAY": "06", "MON": "02", "NUM": "1401", "PRO": "MI", "YEA": "1928", "CITY": "Bélesta", "NAME": "MARTRE Jean-Francois", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19029	martre-marcel-1910-12-05	{"e1": "1402"}	{"lerrcp": "E1-1402"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Martre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1910-12-05 18:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Villelongue de la S", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Martre"}, "birth": {"tzo": "", "date": "1910-12-05 18:00", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Villelongue de la S", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1402"}}, "raw": {"H": "18:00", "COD": "66", "DAY": "05", "MON": "12", "NUM": "1402", "PRO": "MI", "YEA": "1910", "CITY": "Villelongue de la S", "NAME": "MARTRE Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19030	marzloff-jean-1909-08-08	{"e1": "1403"}	{"lerrcp": "E1-1403"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Marzloff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-08-08 22:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1909-08-08 21:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Marzloff"}, "birth": {"tzo": "+00:09", "date": "1909-08-08 22:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1909-08-08 21:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1403"}}, "raw": {"H": "22:00", "COD": "29", "DAY": "08", "MON": "08", "NUM": "1403", "PRO": "MI", "YEA": "1909", "CITY": "Brest", "NAME": "MARZLOFF Jean", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19031	mascre-robert-1903-02-24	{"e1": "1404"}	{"lerrcp": "E1-1404"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Mascre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-02-24 08:00", "note": null, "place": {"c1": null, "c2": "02", "c3": "", "cy": "FR", "lg": 3.21857, "lat": 49.61514, "name": "Chauny", "geoid": 3025860}, "notime": null, "date-ut": "1903-02-24 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Mascre"}, "birth": {"tzo": "+00:09", "date": "1903-02-24 08:00", "place": {"c2": "02", "c3": "", "cy": "FR", "lg": 3.21857, "lat": 49.61514, "name": "Chauny", "geoid": 3025860}, "date-ut": "1903-02-24 07:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1404"}}, "raw": {"H": "08:00", "COD": "02", "DAY": "24", "MON": "02", "NUM": "1404", "PRO": "EX", "YEA": "1903", "CITY": "Chauny", "NAME": "MASCRE Robert", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19032	masmonteil-fernand-1889-04-13	{"e1": "1405"}	{"lerrcp": "E1-1405"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Masmonteil", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07", "date": "1889-04-13 06:00", "note": null, "place": {"c1": null, "c2": "19", "c3": "", "cy": "FR", "lg": 1.7952, "lat": 45.53696, "name": "Treignac", "geoid": 2971915}, "notime": null, "date-ut": "1889-04-13 05:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Masmonteil"}, "birth": {"tzo": "+00:07", "date": "1889-04-13 06:00", "place": {"c2": "19", "c3": "", "cy": "FR", "lg": 1.7952, "lat": 45.53696, "name": "Treignac", "geoid": 2971915}, "date-ut": "1889-04-13 05:53"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1405"}}, "raw": {"H": "06:00", "COD": "19", "DAY": "13", "MON": "04", "NUM": "1405", "PRO": "PH", "YEA": "1889", "CITY": "Treignac", "NAME": "MASMONTEIL Fernand", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19033	masquin-pierre-1900-10-21	{"e1": "1406"}	{"lerrcp": "E1-1406"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Masquin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1900-10-21 08:00", "note": null, "place": {"c1": null, "c2": "84", "c3": "", "cy": "FR", "lg": 5.04813, "lat": 44.05507, "name": "Carpentras", "geoid": 3028542}, "notime": null, "date-ut": "1900-10-21 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Masquin"}, "birth": {"tzo": "+00:09", "date": "1900-10-21 08:00", "place": {"c2": "84", "c3": "", "cy": "FR", "lg": 5.04813, "lat": 44.05507, "name": "Carpentras", "geoid": 3028542}, "date-ut": "1900-10-21 07:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1406"}}, "raw": {"H": "08:00", "COD": "84", "DAY": "21", "MON": "10", "NUM": "1406", "PRO": "PH", "YEA": "1900", "CITY": "Carpentras", "NAME": "MASQUIN Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19035	massenet-gilles-1903-04-16	{"e1": "1408"}	{"lerrcp": "E1-1408"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilles", "family": "Massenet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-04-16 18:30", "note": null, "place": {"c1": null, "c2": "56", "c3": "", "cy": "FR", "lg": -2.76205, "lat": 47.65688, "name": "Vannes", "geoid": 2970777}, "notime": null, "date-ut": "1903-04-16 18:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Gilles", "family": "Massenet"}, "birth": {"tzo": "+00:09", "date": "1903-04-16 18:30", "place": {"c2": "56", "c3": "", "cy": "FR", "lg": -2.76205, "lat": 47.65688, "name": "Vannes", "geoid": 2970777}, "date-ut": "1903-04-16 18:21"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1408"}}, "raw": {"H": "18:30", "COD": "56", "DAY": "16", "MON": "04", "NUM": "1408", "PRO": "EX", "YEA": "1903", "CITY": "Vannes", "NAME": "MASSENET Gilles", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19036	masson-pierre-1904-02-02	{"e1": "1409"}	{"lerrcp": "E1-1409"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Masson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-02-02 20:00", "note": null, "place": {"c1": null, "c2": "56", "c3": "", "cy": "FR", "lg": -2.76205, "lat": 47.65688, "name": "Vannes", "geoid": 2970777}, "notime": null, "date-ut": "1904-02-02 19:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Masson"}, "birth": {"tzo": "+00:09", "date": "1904-02-02 20:00", "place": {"c2": "56", "c3": "", "cy": "FR", "lg": -2.76205, "lat": 47.65688, "name": "Vannes", "geoid": 2970777}, "date-ut": "1904-02-02 19:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1409"}}, "raw": {"H": "20:00", "COD": "56", "DAY": "02", "MON": "02", "NUM": "1409", "PRO": "MI", "YEA": "1904", "CITY": "Vannes", "NAME": "MASSON Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19037	masson-robert-1914-01-19	{"e1": "1410"}	{"lerrcp": "E1-1410"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Masson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-01-19 16:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "16", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1914-01-19 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Masson"}, "birth": {"tzo": "+00:00", "date": "1914-01-19 16:00", "place": {"c2": "75", "c3": "16", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1914-01-19 16:00"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1410"}}, "raw": {"H": "16:00", "COD": "75", "DAY": "19", "MON": "01", "NUM": "1410", "PRO": "MI", "YEA": "1914", "CITY": "Paris 16ème", "NAME": "MASSON Robert", "NOTE": "L"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19038	masson-regnault-maurice-1897-05-25	{"e1": "1411"}	{"lerrcp": "E1-1411"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Masson Regnault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1897-05-25 15:30", "note": null, "place": {"c1": null, "c2": "52", "c3": "", "cy": "FR", "lg": 5.42797, "lat": 47.80308, "name": "Chalindrey", "geoid": 3027519}, "notime": null, "date-ut": "1897-05-25 15:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Masson Regnault"}, "birth": {"tzo": "+00:09", "date": "1897-05-25 15:30", "place": {"c2": "52", "c3": "", "cy": "FR", "lg": 5.42797, "lat": 47.80308, "name": "Chalindrey", "geoid": 3027519}, "date-ut": "1897-05-25 15:21"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1411"}}, "raw": {"H": "15:30", "COD": "52", "DAY": "25", "MON": "05", "NUM": "1411", "PRO": "EX", "YEA": "1897", "CITY": "Chalindrey", "NAME": "MASSON REGNAULT Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19039	massot-henri-1903-04-25	{"e1": "1412"}	{"lerrcp": "E1-1412"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Massot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-04-25 18:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1903-04-25 17:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Massot"}, "birth": {"tzo": "+00:09", "date": "1903-04-25 18:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1903-04-25 17:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1412"}}, "raw": {"H": "18:00", "COD": "13", "DAY": "25", "MON": "04", "NUM": "1412", "PRO": "EX", "YEA": "1903", "CITY": "Marseille", "NAME": "MASSOT Henri", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19040	matissart-dean-1910-05-18	{"e1": "1413"}	{"lerrcp": "E1-1413"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dean", "family": "Matissart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-05-18 05:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1910-05-18 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Dean", "family": "Matissart"}, "birth": {"tzo": "+00:09", "date": "1910-05-18 05:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1910-05-18 04:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1413"}}, "raw": {"H": "05:00", "COD": "76", "DAY": "18", "MON": "05", "NUM": "1413", "PRO": "EX", "YEA": "1910", "CITY": "Rouen", "NAME": "MATISSART dean", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19041	matras-pierre-1914-08-29	{"e1": "1414"}	{"lerrcp": "E1-1414"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Matras", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-08-29 06:45", "note": null, "place": {"c1": null, "c2": "26", "c3": "", "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "notime": null, "date-ut": "1914-08-29 06:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Matras"}, "birth": {"tzo": "+00:00", "date": "1914-08-29 06:45", "place": {"c2": "26", "c3": "", "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "date-ut": "1914-08-29 06:45"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1414"}}, "raw": {"H": "06:45", "COD": "26", "DAY": "29", "MON": "08", "NUM": "1414", "PRO": "MI", "YEA": "1914", "CITY": "Valence", "NAME": "MATRAS Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19042	matrat-lucien-1906-08-18	{"e1": "1415"}	{"lerrcp": "E1-1415"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Matrat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-08-18 04:00", "note": null, "place": {"c1": null, "c2": "03", "c3": "", "cy": "FR", "lg": 3.76621, "lat": 46.28834, "name": "Loddes", "geoid": 2997938}, "notime": null, "date-ut": "1906-08-18 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Matrat"}, "birth": {"tzo": "+00:09", "date": "1906-08-18 04:00", "place": {"c2": "03", "c3": "", "cy": "FR", "lg": 3.76621, "lat": 46.28834, "name": "Loddes", "geoid": 2997938}, "date-ut": "1906-08-18 03:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1415"}}, "raw": {"H": "04:00", "COD": "03", "DAY": "18", "MON": "08", "NUM": "1415", "PRO": "EX", "YEA": "1906", "CITY": "Loddes", "NAME": "MATRAT Lucien", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19044	maurer-pierre-1924-05-22	{"e1": "1416b"}	{"lerrcp": "E1-1416b"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Maurer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1924-05-22 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "6", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1924-05-22 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Maurer"}, "birth": {"tzo": "+01:00", "date": "1924-05-22 05:00", "place": {"c2": "75", "c3": "6", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1924-05-22 04:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1416b"}}, "raw": {"H": "05:00", "COD": "75", "DAY": "22", "MON": "05", "NUM": "1416b", "PRO": "PH", "YEA": "1924", "CITY": "Paris 6ème", "NAME": "MAURER Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19045	maurice-bokanovski-michel-1912-11-06	{"e1": "1417"}	{"lerrcp": "E1-1417"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Maurice-Bokanovski", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-11-06 20:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "8", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1912-11-06 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Maurice-Bokanovski"}, "birth": {"tzo": "+00:00", "date": "1912-11-06 20:00", "place": {"c2": "75", "c3": "8", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1912-11-06 20:00"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1417"}}, "raw": {"H": "20:00", "COD": "75", "DAY": "06", "MON": "11", "NUM": "1417", "PRO": "MI", "YEA": "1912", "CITY": "Paris 8ème", "NAME": "MAURICE-BOKANOVSKI Michel", "NOTE": "L"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19046	maury-jacques-1908-02-26	{"e1": "1418"}	{"lerrcp": "E1-1418"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Maury", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-02-26 23:00", "note": null, "place": {"c1": null, "c2": "72", "c3": "", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "notime": null, "date-ut": "1908-02-26 22:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Maury"}, "birth": {"tzo": "+00:09", "date": "1908-02-26 23:00", "place": {"c2": "72", "c3": "", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "date-ut": "1908-02-26 22:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1418"}}, "raw": {"H": "23:00", "COD": "72", "DAY": "26", "MON": "02", "NUM": "1418", "PRO": "PH", "YEA": "1908", "CITY": "Le Mans", "NAME": "MAURY Jacques", "NOTE": "-"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19047	mazard-jean-marie-1907-01-14	{"e1": "1419"}	{"lerrcp": "E1-1419"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Marie", "family": "Mazard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-01-14 14:00", "note": null, "place": {"c1": null, "c2": "87", "c3": "", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1907-01-14 13:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean-Marie", "family": "Mazard"}, "birth": {"tzo": "+00:09", "date": "1907-01-14 14:00", "place": {"c2": "87", "c3": "", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1907-01-14 13:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1419"}}, "raw": {"H": "14:00", "COD": "87", "DAY": "14", "MON": "01", "NUM": "1419", "PRO": "EX", "YEA": "1907", "CITY": "Limoges", "NAME": "MAZARD Jean-Marie", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19048	mazars-gabriel-1918-06-10	{"e1": "1420"}	{"lerrcp": "E1-1420"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Mazars", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-06-10 07:00", "note": null, "place": {"c1": null, "c2": "12", "c3": "", "cy": "FR", "lg": 2.25091, "lat": 44.56045, "name": "Decazeville", "geoid": 3021664}, "notime": null, "date-ut": "1918-06-10 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Mazars"}, "birth": {"tzo": "+01:00", "date": "1918-06-10 07:00", "place": {"c2": "12", "c3": "", "cy": "FR", "lg": 2.25091, "lat": 44.56045, "name": "Decazeville", "geoid": 3021664}, "date-ut": "1918-06-10 06:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1420"}}, "raw": {"H": "07:00", "COD": "12", "DAY": "10", "MON": "06", "NUM": "1420", "PRO": "PH", "YEA": "1918", "CITY": "Decazeville", "NAME": "MAZARS Gabriel", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19049	mazaud-raymond-1919-08-07	{"e1": "1421"}	{"lerrcp": "E1-1421"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Mazaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-08-07 21:30", "note": null, "place": {"c1": null, "c2": "36", "c3": "", "cy": "FR", "lg": 1.98734, "lat": 46.58228, "name": "La Châtre", "geoid": 3010154}, "notime": null, "date-ut": "1919-08-07 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Mazaud"}, "birth": {"tzo": "+01:00", "date": "1919-08-07 21:30", "place": {"c2": "36", "c3": "", "cy": "FR", "lg": 1.98734, "lat": 46.58228, "name": "La Châtre", "geoid": 3010154}, "date-ut": "1919-08-07 20:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1421"}}, "raw": {"H": "21:30", "COD": "36", "DAY": "07", "MON": "08", "NUM": "1421", "PRO": "MI", "YEA": "1919", "CITY": "La Châtre", "NAME": "MAZAUD Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19050	mazer-paul-1894-08-12	{"e1": "1422"}	{"lerrcp": "E1-1422"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Mazer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1894-08-12 20:00", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": 4.08082, "lat": 44.12489, "name": "Alès", "geoid": 3038224}, "notime": null, "date-ut": "1894-08-12 19:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Mazer"}, "birth": {"tzo": "+00:09", "date": "1894-08-12 20:00", "place": {"c2": "30", "c3": "", "cy": "FR", "lg": 4.08082, "lat": 44.12489, "name": "Alès", "geoid": 3038224}, "date-ut": "1894-08-12 19:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1422"}}, "raw": {"H": "20:00", "COD": "30", "DAY": "12", "MON": "08", "NUM": "1422", "PRO": "MI", "YEA": "1894", "CITY": "Alès", "NAME": "MAZER Paul", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19051	mazingarbe-andre-1910-01-06	{"e1": "1423"}	{"lerrcp": "E1-1423"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Mazingarbe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-01-06 16:00", "note": null, "place": {"c1": null, "c2": "45", "c3": "", "cy": "FR", "lg": 2.73261, "lat": 47.99696, "name": "Montargis", "geoid": 2993024}, "notime": null, "date-ut": "1910-01-06 15:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Mazingarbe"}, "birth": {"tzo": "+00:09", "date": "1910-01-06 16:00", "place": {"c2": "45", "c3": "", "cy": "FR", "lg": 2.73261, "lat": 47.99696, "name": "Montargis", "geoid": 2993024}, "date-ut": "1910-01-06 15:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1423"}}, "raw": {"H": "16:00", "COD": "45", "DAY": "06", "MON": "01", "NUM": "1423", "PRO": "PH", "YEA": "1910", "CITY": "Montargis", "NAME": "MAZINGARBE André", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19052	meersseman-eernand-1893-01-10	{"e1": "1424"}	{"lerrcp": "E1-1424"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eernand", "family": "Meersseman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1893-01-10 18:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1893-01-10 17:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eernand", "family": "Meersseman"}, "birth": {"tzo": "+00:09", "date": "1893-01-10 18:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1893-01-10 17:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1424"}}, "raw": {"H": "18:00", "COD": "76", "DAY": "10", "MON": "01", "NUM": "1424", "PRO": "MI", "YEA": "1893", "CITY": "Rouen", "NAME": "MEERSSEMAN Eernand", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19053	megnin-francois-1923-01-17	{"e1": "1425"}	{"lerrcp": "E1-1425"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Megnin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-01-17 02:00", "note": null, "place": {"c1": null, "c2": "60", "c3": "", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Beauvais", "geoid": 3034006}, "notime": null, "date-ut": "1923-01-17 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "François", "family": "Megnin"}, "birth": {"tzo": "+00:00", "date": "1923-01-17 02:00", "place": {"c2": "60", "c3": "", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Beauvais", "geoid": 3034006}, "date-ut": "1923-01-17 02:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1425"}}, "raw": {"H": "02:00", "COD": "60", "DAY": "17", "MON": "01", "NUM": "1425", "PRO": "EX", "YEA": "1923", "CITY": "Beauvais", "NAME": "MEGNIN François", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19054	megret-robert-1890-02-04	{"e1": "1426"}	{"lerrcp": "E1-1426"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Megret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12", "date": "1890-02-04 20:00", "note": null, "place": {"c1": null, "c2": "89", "c3": "", "cy": "FR", "lg": 3.00011, "lat": 48.20076, "name": "Chéroy", "geoid": 3025432}, "notime": null, "date-ut": "1890-02-04 19:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Megret"}, "birth": {"tzo": "+00:12", "date": "1890-02-04 20:00", "place": {"c2": "89", "c3": "", "cy": "FR", "lg": 3.00011, "lat": 48.20076, "name": "Chéroy", "geoid": 3025432}, "date-ut": "1890-02-04 19:48"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1426"}}, "raw": {"H": "20:00", "COD": "89", "DAY": "04", "MON": "02", "NUM": "1426", "PRO": "PH", "YEA": "1890", "CITY": "Cheroy", "NAME": "MEGRET Robert", "NOTE": "-"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19055	melchior-charles-1925-04-14	{"e1": "1427"}	{"lerrcp": "E1-1427"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Melchior", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1925-04-14 07:45", "note": null, "place": {"c1": null, "c2": "57", "c3": "", "cy": "FR", "lg": 6.16044, "lat": 49.35994, "name": "Thionville", "geoid": 2972811}, "notime": null, "date-ut": "1925-04-14 06:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Melchior"}, "birth": {"tzo": "+01:00", "date": "1925-04-14 07:45", "place": {"c2": "57", "c3": "", "cy": "FR", "lg": 6.16044, "lat": 49.35994, "name": "Thionville", "geoid": 2972811}, "date-ut": "1925-04-14 06:45"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1427"}}, "raw": {"H": "07:45", "COD": "57", "DAY": "14", "MON": "04", "NUM": "1427", "PRO": "MI", "YEA": "1925", "CITY": "Thionville", "NAME": "MELCHIOR Charles", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19056	melchior-rene-1895-05-19	{"e1": "1428"}	{"lerrcp": "E1-1428"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Melchior", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1895-05-19 10:00", "note": null, "place": {"c1": null, "c2": "57", "c3": "", "cy": "FR", "lg": 6.34755, "lat": 49.25985, "name": "Aboncourt", "geoid": 3038748}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Melchior"}, "birth": {"tzo": "", "date": "1895-05-19 10:00", "place": {"c2": "57", "c3": "", "cy": "FR", "lg": 6.34755, "lat": 49.25985, "name": "Aboncourt", "geoid": 3038748}, "date-ut": ""}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1428"}}, "raw": {"H": "10:00", "COD": "57", "DAY": "19", "MON": "05", "NUM": "1428", "PRO": "PH", "YEA": "1895", "CITY": "Aboncourt", "NAME": "MELCHIOR René", "NOTE": "-"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19057	meltz-andre-1910-05-24	{"e1": "1429"}	{"lerrcp": "E1-1429"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Meltz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1910-05-24 16:30", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 6.7174, "lat": 48.00629, "name": "Vagney", "geoid": 2971186}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Meltz"}, "birth": {"tzo": "", "date": "1910-05-24 16:30", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 6.7174, "lat": 48.00629, "name": "Vagney", "geoid": 2971186}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1429"}}, "raw": {"H": "16:30", "COD": "88", "DAY": "24", "MON": "05", "NUM": "1429", "PRO": "MI", "YEA": "1910", "CITY": "Vagney", "NAME": "MELTZ André", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19058	menditte-jacques-de-1905-08-11	{"e1": "1431"}	{"lerrcp": "E1-1431"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques de", "family": "Menditte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-08-11 13:00", "note": null, "place": {"c1": null, "c2": "80", "c3": "", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1905-08-11 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jacques de", "family": "Menditte"}, "birth": {"tzo": "+00:09", "date": "1905-08-11 13:00", "place": {"c2": "80", "c3": "", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1905-08-11 12:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1431"}}, "raw": {"H": "13:00", "COD": "80", "DAY": "11", "MON": "08", "NUM": "1431", "PRO": "MI", "YEA": "1905", "CITY": "Amiens", "NAME": "MENDITTE Jacques de", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19059	menegaux-georges-1895-11-23	{"e1": "1432"}	{"lerrcp": "E1-1432"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Menegaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1895-11-23 10:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.31781, "lat": 48.77888, "name": "Bourg-la-Reine", "geoid": 3030990}, "notime": null, "date-ut": "1895-11-23 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Menegaux"}, "birth": {"tzo": "+00:09", "date": "1895-11-23 10:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.31781, "lat": 48.77888, "name": "Bourg-la-Reine", "geoid": 3030990}, "date-ut": "1895-11-23 09:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1432"}}, "raw": {"H": "10:00", "COD": "92", "DAY": "23", "MON": "11", "NUM": "1432", "PRO": "PH", "YEA": "1895", "CITY": "Bourg la Reine", "NAME": "MENEGAUX Georges", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19060	mennessier-jacques-1918-05-07	{"e1": "1433"}	{"lerrcp": "E1-1433"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Mennessier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-05-07 10:00", "note": null, "place": {"c1": null, "c2": "27", "c3": "", "cy": "FR", "lg": 1.15082, "lat": 49.02414, "name": "Évreux", "geoid": 3019265}, "notime": null, "date-ut": "1918-05-07 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Mennessier"}, "birth": {"tzo": "+01:00", "date": "1918-05-07 10:00", "place": {"c2": "27", "c3": "", "cy": "FR", "lg": 1.15082, "lat": 49.02414, "name": "Évreux", "geoid": 3019265}, "date-ut": "1918-05-07 09:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1433"}}, "raw": {"H": "10:00", "COD": "27", "DAY": "07", "MON": "05", "NUM": "1433", "PRO": "MI", "YEA": "1918", "CITY": "Evreux", "NAME": "MENNESSIER Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19061	menthon-eransois-de-1900-01-08	{"e1": "1434"}	{"lerrcp": "E1-1434"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eransois de", "family": "Menthon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1900-01-08 13:00", "note": null, "place": {"c1": null, "c2": "39", "c3": "", "cy": "FR", "lg": 5.52045, "lat": 47.21716, "name": "Montmirey-la-Ville", "geoid": 2992233}, "notime": null, "date-ut": "1900-01-08 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eransois de", "family": "Menthon"}, "birth": {"tzo": "+00:09", "date": "1900-01-08 13:00", "place": {"c2": "39", "c3": "", "cy": "FR", "lg": 5.52045, "lat": 47.21716, "name": "Montmirey-la-Ville", "geoid": 2992233}, "date-ut": "1900-01-08 12:51"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1434"}}, "raw": {"H": "13:00", "COD": "39", "DAY": "08", "MON": "01", "NUM": "1434", "PRO": "MI", "YEA": "1900", "CITY": "Montmirey-la-Ville", "NAME": "MENTHON Eransois de", "NOTE": "L"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19062	meo-jean-1927-04-26	{"e1": "1435"}	{"lerrcp": "E1-1435"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Meo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1927-04-26 01:00", "note": null, "place": {"c1": null, "c2": "21", "c3": "", "cy": "FR", "lg": 4.95484, "lat": 47.16024, "name": "Vosne-Romanée", "geoid": 2967679}, "notime": null, "date-ut": "1927-04-26 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Meo"}, "birth": {"tzo": "+01:00", "date": "1927-04-26 01:00", "place": {"c2": "21", "c3": "", "cy": "FR", "lg": 4.95484, "lat": 47.16024, "name": "Vosne-Romanée", "geoid": 2967679}, "date-ut": "1927-04-26 00:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1435"}}, "raw": {"H": "01:00", "COD": "21", "DAY": "26", "MON": "04", "NUM": "1435", "PRO": "EX", "YEA": "1927", "CITY": "Vosne-Romanée", "NAME": "MEO Jean", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19063	mercadier-maurice-1917-01-21	{"e1": "1436"}	{"lerrcp": "E1-1436"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Mercadier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1917-01-21 03:00", "note": null, "place": {"c1": null, "c2": "12", "c3": "", "cy": "FR", "lg": 2.28971, "lat": 44.40874, "name": "Rignac", "geoid": 2983568}, "notime": null, "date-ut": "1917-01-21 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Mercadier"}, "birth": {"tzo": "+00:00", "date": "1917-01-21 03:00", "place": {"c2": "12", "c3": "", "cy": "FR", "lg": 2.28971, "lat": 44.40874, "name": "Rignac", "geoid": 2983568}, "date-ut": "1917-01-21 03:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1436"}}, "raw": {"H": "03:00", "COD": "12", "DAY": "21", "MON": "01", "NUM": "1436", "PRO": "PH", "YEA": "1917", "CITY": "Rignac", "NAME": "MERCADIER Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19065	merieux-charles-1907-01-09	{"e1": "1438"}	{"lerrcp": "E1-1438"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Merieux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-01-09 22:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "2", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1907-01-09 21:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician", "executive"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Merieux"}, "birth": {"tzo": "+00:09", "date": "1907-01-09 22:00", "place": {"c2": "69", "c3": "2", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1907-01-09 21:51"}, "occus": ["physician", "executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1438"}}, "raw": {"H": "22:00", "COD": "69", "DAY": "09", "MON": "01", "NUM": "1438", "PRO": "PH,EX", "YEA": "1907", "CITY": "Lyon 2ème", "NAME": "MERIEUX Charles", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19066	merle-guy-du-1908-01-01	{"e1": "1439"}	{"lerrcp": "E1-1439"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy du", "family": "Merle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-01-01 17:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1908-01-01 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Guy du", "family": "Merle"}, "birth": {"tzo": "+00:09", "date": "1908-01-01 17:00", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1908-01-01 16:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1439"}}, "raw": {"H": "17:00", "COD": "83", "DAY": "01", "MON": "01", "NUM": "1439", "PRO": "MI", "YEA": "1908", "CITY": "Toulon", "NAME": "MERLE Guy du", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19067	merle-pierre-1904-07-19	{"e1": "1440"}	{"lerrcp": "E1-1440"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Merle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-07-19 12:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1904-07-19 11:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Merle"}, "birth": {"tzo": "+00:09", "date": "1904-07-19 12:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1904-07-19 11:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1440"}}, "raw": {"H": "12:00", "COD": "34", "DAY": "19", "MON": "07", "NUM": "1440", "PRO": "PH", "YEA": "1904", "CITY": "Montpellier", "NAME": "MERLE Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19068	merle-beral-jacques-1908-06-23	{"e1": "1441"}	{"lerrcp": "E1-1441"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Merle-Beral", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-06-23 23:00", "note": null, "place": {"c1": null, "c2": "37", "c3": "", "cy": "FR", "lg": 0.78588, "lat": 47.28537, "name": "Esvres", "geoid": 3019485}, "notime": null, "date-ut": "1908-06-23 22:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Merle-Beral"}, "birth": {"tzo": "+00:09", "date": "1908-06-23 23:00", "place": {"c2": "37", "c3": "", "cy": "FR", "lg": 0.78588, "lat": 47.28537, "name": "Esvres", "geoid": 3019485}, "date-ut": "1908-06-23 22:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1441"}}, "raw": {"H": "23:00", "COD": "37", "DAY": "23", "MON": "06", "NUM": "1441", "PRO": "PH", "YEA": "1908", "CITY": "Esvres", "NAME": "MERLE-BERAL Jacques", "NOTE": "-"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19070	merlin-louis-1901-10-10	{"e1": "1443"}	{"lerrcp": "E1-1443"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Merlin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-10-10 02:00", "note": null, "place": {"c1": null, "c2": "18", "c3": "", "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "notime": null, "date-ut": "1901-10-10 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Merlin"}, "birth": {"tzo": "+00:09", "date": "1901-10-10 02:00", "place": {"c2": "18", "c3": "", "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "date-ut": "1901-10-10 01:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1443"}}, "raw": {"H": "02:00", "COD": "18", "DAY": "10", "MON": "10", "NUM": "1443", "PRO": "EX", "YEA": "1901", "CITY": "Bourges", "NAME": "MERLIN Louis", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19071	mesmay-jean-de-1879-02-02	{"e1": "1444"}	{"lerrcp": "E1-1444"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean de", "family": "Mesmay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1879-02-02 07:15", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Le Mée", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean de", "family": "Mesmay"}, "birth": {"tzo": "", "date": "1879-02-02 07:15", "place": {"c2": "77", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Le Mée", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1444"}}, "raw": {"H": "07:15", "COD": "77", "DAY": "02", "MON": "02", "NUM": "1444", "PRO": "MI", "YEA": "1879", "CITY": "Le Mée", "NAME": "MESMAY Jean de", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19072	mesnard-pierre-1910-12-01	{"e1": "1445"}	{"lerrcp": "E1-1445"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Mesnard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1910-12-01 01:00", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Périguaux", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Mesnard"}, "birth": {"tzo": "", "date": "1910-12-01 01:00", "place": {"c2": "24", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Périguaux", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1445"}}, "raw": {"H": "01:00", "COD": "24", "DAY": "01", "MON": "12", "NUM": "1445", "PRO": "PH", "YEA": "1910", "CITY": "Périguaux", "NAME": "MESNARD Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19073	messmer-piarre-1916-03-20	{"e1": "1446"}	{"lerrcp": "E1-1446"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Piarre", "family": "Messmer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1916-03-20 06:15", "note": null, "place": {"c1": null, "c2": "75", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Vincennes", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Piarre", "family": "Messmer"}, "birth": {"tzo": "", "date": "1916-03-20 06:15", "place": {"c2": "75", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Vincennes", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1446"}}, "raw": {"H": "06:15", "COD": "75", "DAY": "20", "MON": "03", "NUM": "1446", "PRO": "MI", "YEA": "1916", "CITY": "Vincennes", "NAME": "MESSMER Piarre", "NOTE": "L"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19074	metivet-pierre-1925-09-29	{"e1": "1447"}	{"lerrcp": "E1-1447"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Metivet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1925-09-29 13:00", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.41579, "lat": 48.83864, "name": "Saint-Mandé", "geoid": 2978621}, "notime": null, "date-ut": "1925-09-29 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Metivet"}, "birth": {"tzo": "+01:00", "date": "1925-09-29 13:00", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.41579, "lat": 48.83864, "name": "Saint-Mandé", "geoid": 2978621}, "date-ut": "1925-09-29 12:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1447"}}, "raw": {"H": "13:00", "COD": "94", "DAY": "29", "MON": "09", "NUM": "1447", "PRO": "EX", "YEA": "1925", "CITY": "St-Mandé", "NAME": "METIVET Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19075	mettavant-rene-1908-01-14	{"e1": "1448"}	{"lerrcp": "E1-1448"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Mettavant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1908-01-14 05:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "René", "family": "Mettavant"}, "birth": {"tzo": "", "date": "1908-01-14 05:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1448"}}, "raw": {"H": "05:00", "COD": "54", "DAY": "14", "MON": "01", "NUM": "1448", "PRO": "MI", "YEA": "1908", "CITY": "Nancy", "NAME": "METTAVANT René", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19076	metz-bernard-1920-08-04	{"e1": "1449"}	{"lerrcp": "E1-1449"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Metz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-08-04 06:30", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1920-08-04 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Metz"}, "birth": {"tzo": "+01:00", "date": "1920-08-04 06:30", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1920-08-04 05:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1449"}}, "raw": {"H": "06:30", "COD": "67", "DAY": "04", "MON": "08", "NUM": "1449", "PRO": "PH", "YEA": "1920", "CITY": "Strasbourg", "NAME": "METZ Bernard", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19077	metz-victor-de-1902-04-28	{"e1": "1450"}	{"lerrcp": "E1-1450"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor de", "family": "Metz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1902-04-28 12:00", "note": null, "place": {"c1": null, "c2": "70", "c3": "", "cy": "FR", "lg": 6.14251, "lat": 47.62604, "name": "Vesoul", "geoid": 2969562}, "notime": null, "date-ut": "1902-04-28 11:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Victor de", "family": "Metz"}, "birth": {"tzo": "+00:09", "date": "1902-04-28 12:00", "place": {"c2": "70", "c3": "", "cy": "FR", "lg": 6.14251, "lat": 47.62604, "name": "Vesoul", "geoid": 2969562}, "date-ut": "1902-04-28 11:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1450"}}, "raw": {"H": "12:00", "COD": "70", "DAY": "28", "MON": "04", "NUM": "1450", "PRO": "EX", "YEA": "1902", "CITY": "Vesoul", "NAME": "METZ Victor de", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19078	meunier-andre-1903-10-14	{"e1": "1451"}	{"lerrcp": "E1-1451"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Meunier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1903-10-14 20:30", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Châlons sur Marne", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Meunier"}, "birth": {"tzo": "", "date": "1903-10-14 20:30", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Châlons sur Marne", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1451"}}, "raw": {"H": "20:30", "COD": "51", "DAY": "14", "MON": "10", "NUM": "1451", "PRO": "PH", "YEA": "1903", "CITY": "Châlons sur Marne", "NAME": "MEUNIER André", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19080	meyer-alain-jacques-1930-05-05	{"e1": "1453"}	{"lerrcp": "E1-1453"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain-Jacques", "family": "Meyer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1930-05-05 02:00", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.41579, "lat": 48.83864, "name": "Saint-Mandé", "geoid": 2978621}, "notime": null, "date-ut": "1930-05-05 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alain-Jacques", "family": "Meyer"}, "birth": {"tzo": "+01:00", "date": "1930-05-05 02:00", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.41579, "lat": 48.83864, "name": "Saint-Mandé", "geoid": 2978621}, "date-ut": "1930-05-05 01:00"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1453"}}, "raw": {"H": "02:00", "COD": "94", "DAY": "05", "MON": "05", "NUM": "1453", "PRO": "PH", "YEA": "1930", "CITY": "St-Mandé", "NAME": "MEYER Alain-Jacques", "NOTE": "-"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19081	meyer-paul-1913-05-05	{"e1": "1454"}	{"lerrcp": "E1-1454"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Meyer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1913-05-05 19:15", "note": null, "place": {"c1": null, "c2": "68", "c3": "", "cy": "FR", "lg": 7.2, "lat": 47.91667, "name": "Guebwiller", "geoid": 3014433}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Meyer"}, "birth": {"tzo": "", "date": "1913-05-05 19:15", "place": {"c2": "68", "c3": "", "cy": "FR", "lg": 7.2, "lat": 47.91667, "name": "Guebwiller", "geoid": 3014433}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1454"}}, "raw": {"H": "19:15", "COD": "68", "DAY": "05", "MON": "05", "NUM": "1454", "PRO": "EX", "YEA": "1913", "CITY": "Guebwiller", "NAME": "MEYER Paul", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19082	meyer-philippe-1933-05-04	{"e1": "1455"}	{"lerrcp": "E1-1455"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Meyer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1933-05-04 15:58", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1933-05-04 14:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Meyer"}, "birth": {"tzo": "+01:00", "date": "1933-05-04 15:58", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1933-05-04 14:58"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1455"}}, "raw": {"H": "15:58", "COD": "92", "DAY": "04", "MON": "05", "NUM": "1455", "PRO": "PH", "YEA": "1933", "CITY": "Neuilly sur Seine", "NAME": "MEYER Philippe", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19083	meyniel-gaston-1923-11-17	{"e1": "1456"}	{"lerrcp": "E1-1456"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Meyniel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-11-17 05:00", "note": null, "place": {"c1": null, "c2": "15", "c3": "", "cy": "FR", "lg": 3.00396, "lat": 44.69655, "name": "Saint-Urcize", "geoid": 2976726}, "notime": null, "date-ut": "1923-11-17 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Meyniel"}, "birth": {"tzo": "+00:00", "date": "1923-11-17 05:00", "place": {"c2": "15", "c3": "", "cy": "FR", "lg": 3.00396, "lat": 44.69655, "name": "Saint-Urcize", "geoid": 2976726}, "date-ut": "1923-11-17 05:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1456"}}, "raw": {"H": "05:00", "COD": "15", "DAY": "17", "MON": "11", "NUM": "1456", "PRO": "PH", "YEA": "1923", "CITY": "St-Urcize", "NAME": "MEYNIEL Gaston", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19084	meynier-robert-1906-07-28	{"e1": "1457"}	{"lerrcp": "E1-1457"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Meynier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-07-28 12:00", "note": null, "place": {"c1": null, "c2": "60", "c3": "", "cy": "FR", "lg": 3, "lat": 49.58333, "name": "Noyon", "geoid": 2989877}, "notime": null, "date-ut": "1906-07-28 11:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Meynier"}, "birth": {"tzo": "+00:09", "date": "1906-07-28 12:00", "place": {"c2": "60", "c3": "", "cy": "FR", "lg": 3, "lat": 49.58333, "name": "Noyon", "geoid": 2989877}, "date-ut": "1906-07-28 11:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1457"}}, "raw": {"H": "12:00", "COD": "60", "DAY": "28", "MON": "07", "NUM": "1457", "PRO": "MI", "YEA": "1906", "CITY": "Noyon", "NAME": "MEYNIER Robert", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19086	michaud-pierre-1915-04-02	{"e1": "1460"}	{"lerrcp": "E1-1460"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Michaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-04-02 10:20", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": 6.57497, "lat": 46.06251, "name": "Cluses", "geoid": 3024532}, "notime": null, "date-ut": "1915-04-02 10:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Michaud"}, "birth": {"tzo": "+00:00", "date": "1915-04-02 10:20", "place": {"c2": "74", "c3": "", "cy": "FR", "lg": 6.57497, "lat": 46.06251, "name": "Cluses", "geoid": 3024532}, "date-ut": "1915-04-02 10:20"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1460"}}, "raw": {"H": "10:20", "COD": "74", "DAY": "02", "MON": "04", "NUM": "1460", "PRO": "PH", "YEA": "1915", "CITY": "Cluses", "NAME": "MICHAUD Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19087	michaud-robert-1906-04-15	{"e1": "1461"}	{"lerrcp": "E1-1461"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Michaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-04-15 03:30", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": 6.50004, "lat": 46.09014, "name": "Marignier", "geoid": 2995744}, "notime": null, "date-ut": "1906-04-15 03:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Michaud"}, "birth": {"tzo": "+00:09", "date": "1906-04-15 03:30", "place": {"c2": "74", "c3": "", "cy": "FR", "lg": 6.50004, "lat": 46.09014, "name": "Marignier", "geoid": 2995744}, "date-ut": "1906-04-15 03:21"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1461"}}, "raw": {"H": "03:30", "COD": "74", "DAY": "15", "MON": "04", "NUM": "1461", "PRO": "EX", "YEA": "1906", "CITY": "Marignier", "NAME": "MICHAUD Robert", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19088	michelet-leon-1904-09-24	{"e1": "1462"}	{"lerrcp": "E1-1462"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Michelet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-09-24 05:00", "note": null, "place": {"c1": null, "c2": "87", "c3": "", "cy": "FR", "lg": 0.98542, "lat": 45.95451, "name": "Javerdat", "geoid": 3012397}, "notime": null, "date-ut": "1904-09-24 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Michelet"}, "birth": {"tzo": "+00:09", "date": "1904-09-24 05:00", "place": {"c2": "87", "c3": "", "cy": "FR", "lg": 0.98542, "lat": 45.95451, "name": "Javerdat", "geoid": 3012397}, "date-ut": "1904-09-24 04:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1462"}}, "raw": {"H": "05:00", "COD": "87", "DAY": "24", "MON": "09", "NUM": "1462", "PRO": "PH", "YEA": "1904", "CITY": "Javerdat", "NAME": "MICHELET Léon", "NOTE": "-"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19089	migno-marcel-1919-02-26	{"e1": "1463"}	{"lerrcp": "E1-1463"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Migno", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1919-02-26 19:00", "note": null, "place": {"c1": null, "c2": "17", "c3": "", "cy": "FR", "lg": -1.03153, "lat": 45.62811, "name": "Royan", "geoid": 2982343}, "notime": null, "date-ut": "1919-02-26 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Migno"}, "birth": {"tzo": "+00:00", "date": "1919-02-26 19:00", "place": {"c2": "17", "c3": "", "cy": "FR", "lg": -1.03153, "lat": 45.62811, "name": "Royan", "geoid": 2982343}, "date-ut": "1919-02-26 19:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1463"}}, "raw": {"H": "19:00", "COD": "17", "DAY": "26", "MON": "02", "NUM": "1463", "PRO": "EX", "YEA": "1919", "CITY": "Royan", "NAME": "MIGNO Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19090	miller-georges-1913-07-16	{"e1": "1464"}	{"lerrcp": "E1-1464"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Miller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-07-16 18:00", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "notime": null, "date-ut": "1913-07-16 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Miller"}, "birth": {"tzo": "+00:00", "date": "1913-07-16 18:00", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "date-ut": "1913-07-16 18:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1464"}}, "raw": {"H": "18:00", "COD": "51", "DAY": "16", "MON": "07", "NUM": "1464", "PRO": "PH", "YEA": "1913", "CITY": "Reims", "NAME": "MILLER Georges", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19091	milliez-paul-1912-06-15	{"e1": "1465"}	{"lerrcp": "E1-1465"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Milliez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-06-15 08:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.11667, "lat": 50.63333, "name": "Mons-en-Barœul", "geoid": 2993207}, "notime": null, "date-ut": "1912-06-15 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Milliez"}, "birth": {"tzo": "+00:00", "date": "1912-06-15 08:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.11667, "lat": 50.63333, "name": "Mons-en-Barœul", "geoid": 2993207}, "date-ut": "1912-06-15 08:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1465"}}, "raw": {"H": "08:30", "COD": "59", "DAY": "15", "MON": "06", "NUM": "1465", "PRO": "PH", "YEA": "1912", "CITY": "Mons en Baroeul", "NAME": "MILLIEZ Paul", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19092	millot-charles-theodore-1829-06-28	{"e1": "1466"}	{"lerrcp": "E1-1466"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles Theodore", "family": "Millot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19", "date": "1829-06-28 15:00", "note": null, "place": {"c1": null, "c2": "21", "c3": "", "cy": "FR", "lg": 4.77836, "lat": 47.95336, "name": "Montigny-sur-Aube", "geoid": 2992394}, "notime": null, "date-ut": "1829-06-28 14:41"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles Theodore", "family": "Millot"}, "birth": {"tzo": "+00:19", "date": "1829-06-28 15:00", "place": {"c2": "21", "c3": "", "cy": "FR", "lg": 4.77836, "lat": 47.95336, "name": "Montigny-sur-Aube", "geoid": 2992394}, "date-ut": "1829-06-28 14:41"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1466"}}, "raw": {"H": "15:00", "COD": "21", "DAY": "28", "MON": "06", "NUM": "1466", "PRO": "MI", "YEA": "1829", "CITY": "Montigny sur Aube", "NAME": "MILLOT Charles Theodore", "NOTE": "*"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19093	millot-jean-1920-11-14	{"e1": "1467"}	{"lerrcp": "E1-1467"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Millot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1920-11-14 22:30", "note": null, "place": {"c1": null, "c2": "45", "c3": "", "cy": "FR", "lg": 2.73261, "lat": 47.99696, "name": "Montargis", "geoid": 2993024}, "notime": null, "date-ut": "1920-11-14 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Millot"}, "birth": {"tzo": "+00:00", "date": "1920-11-14 22:30", "place": {"c2": "45", "c3": "", "cy": "FR", "lg": 2.73261, "lat": 47.99696, "name": "Montargis", "geoid": 2993024}, "date-ut": "1920-11-14 22:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1467"}}, "raw": {"H": "22:30", "COD": "45", "DAY": "14", "MON": "11", "NUM": "1467", "PRO": "PH", "YEA": "1920", "CITY": "Montargis", "NAME": "MILLOT Jean", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19094	minet-pierre-1908-05-23	{"e1": "1468"}	{"lerrcp": "E1-1468"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Minet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-05-23 23:30", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.90286, "lat": 50.41711, "name": "Billy-Montigny", "geoid": 3032618}, "notime": null, "date-ut": "1908-05-23 23:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Minet"}, "birth": {"tzo": "+00:09", "date": "1908-05-23 23:30", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 2.90286, "lat": 50.41711, "name": "Billy-Montigny", "geoid": 3032618}, "date-ut": "1908-05-23 23:21"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1468"}}, "raw": {"H": "23:30", "COD": "62", "DAY": "23", "MON": "05", "NUM": "1468", "PRO": "PH", "YEA": "1908", "CITY": "Billy-Montigny", "NAME": "MINET Pierre", "NOTE": "-"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19095	mineur-jean-1902-03-12	{"e1": "1469"}	{"lerrcp": "E1-1469"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Mineur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1902-03-12 15:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.52506, "lat": 50.35909, "name": "Valenciennes", "geoid": 2971041}, "notime": null, "date-ut": "1902-03-12 15:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Mineur"}, "birth": {"tzo": "+00:09", "date": "1902-03-12 15:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.52506, "lat": 50.35909, "name": "Valenciennes", "geoid": 2971041}, "date-ut": "1902-03-12 15:21"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1469"}}, "raw": {"H": "15:30", "COD": "59", "DAY": "12", "MON": "03", "NUM": "1469", "PRO": "EX", "YEA": "1902", "CITY": "Valenciennes", "NAME": "MINEUR Jean", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19096	minkovski-alexandre-1915-12-05	{"e1": "1469b"}	{"lerrcp": "E1-1469b"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Minkovski", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-12-05 19:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "14", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1915-12-05 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Minkovski"}, "birth": {"tzo": "+00:00", "date": "1915-12-05 19:00", "place": {"c2": "75", "c3": "14", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1915-12-05 19:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1469b"}}, "raw": {"H": "19:00", "COD": "75", "DAY": "05", "MON": "12", "NUM": "1469b", "PRO": "PH", "YEA": "1915", "CITY": "Paris 14ème", "NAME": "MINKOVSKI Alexandre", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19097	minne-jean-1902-07-17	{"e1": "1470"}	{"lerrcp": "E1-1470"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Minne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1902-07-17 17:00", "note": null, "place": {"c1": null, "c2": "02", "c3": "", "cy": "FR", "lg": 4.02036, "lat": 49.80901, "name": "Plomion", "geoid": 2986711}, "notime": null, "date-ut": "1902-07-17 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Minne"}, "birth": {"tzo": "+00:09", "date": "1902-07-17 17:00", "place": {"c2": "02", "c3": "", "cy": "FR", "lg": 4.02036, "lat": 49.80901, "name": "Plomion", "geoid": 2986711}, "date-ut": "1902-07-17 16:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1470"}}, "raw": {"H": "17:00", "COD": "02", "DAY": "17", "MON": "07", "NUM": "1470", "PRO": "PH", "YEA": "1902", "CITY": "Plomion", "NAME": "MINNE Jean", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19098	mirambeau-henri-1909-07-29	{"e1": "1471"}	{"lerrcp": "E1-1471"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Mirambeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-07-29 02:30", "note": null, "place": {"c1": null, "c2": "82", "c3": "", "cy": "FR", "lg": 1.3542, "lat": 44.01759, "name": "Montauban", "geoid": 2993002}, "notime": null, "date-ut": "1909-07-29 02:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Mirambeau"}, "birth": {"tzo": "+00:09", "date": "1909-07-29 02:30", "place": {"c2": "82", "c3": "", "cy": "FR", "lg": 1.3542, "lat": 44.01759, "name": "Montauban", "geoid": 2993002}, "date-ut": "1909-07-29 02:21"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1471"}}, "raw": {"H": "02:30", "COD": "82", "DAY": "29", "MON": "07", "NUM": "1471", "PRO": "MI", "YEA": "1909", "CITY": "Montauban", "NAME": "MIRAMBEAU Henri", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19099	mirleau-jean-de-1905-05-03	{"e1": "1472"}	{"lerrcp": "E1-1472"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean de", "family": "Mirleau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-05-03 02:00", "note": null, "place": {"c1": null, "c2": "61", "c3": "", "cy": "FR", "lg": 0.09311, "lat": 48.43476, "name": "Alençon", "geoid": 3038230}, "notime": null, "date-ut": "1905-05-03 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean de", "family": "Mirleau"}, "birth": {"tzo": "+00:09", "date": "1905-05-03 02:00", "place": {"c2": "61", "c3": "", "cy": "FR", "lg": 0.09311, "lat": 48.43476, "name": "Alençon", "geoid": 3038230}, "date-ut": "1905-05-03 01:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1472"}}, "raw": {"H": "02:00", "COD": "61", "DAY": "03", "MON": "05", "NUM": "1472", "PRO": "PH", "YEA": "1905", "CITY": "Alençon", "NAME": "MIRLEAU Jean de", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19100	mitterrand-jacques-1918-05-21	{"e1": "1473"}	{"lerrcp": "E1-1473"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Mitterrand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-05-21 06:00", "note": null, "place": {"c1": null, "c2": "16", "c3": "", "cy": "FR", "lg": 0.15345, "lat": 45.64997, "name": "Angoulême", "geoid": 3037598}, "notime": null, "date-ut": "1918-05-21 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Mitterrand"}, "birth": {"tzo": "+01:00", "date": "1918-05-21 06:00", "place": {"c2": "16", "c3": "", "cy": "FR", "lg": 0.15345, "lat": 45.64997, "name": "Angoulême", "geoid": 3037598}, "date-ut": "1918-05-21 05:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1473"}}, "raw": {"H": "06:00", "COD": "16", "DAY": "21", "MON": "05", "NUM": "1473", "PRO": "MI", "YEA": "1918", "CITY": "Angoulème", "NAME": "MITTERRAND Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19101	mitterrand-robert-1915-09-22	{"e1": "1474"}	{"lerrcp": "E1-1474"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Mitterrand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-09-22 20:30", "note": null, "place": {"c1": null, "c2": "16", "c3": "", "cy": "FR", "lg": -0.17329, "lat": 45.6816, "name": "Jarnac", "geoid": 3012477}, "notime": null, "date-ut": "1915-09-22 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Mitterrand"}, "birth": {"tzo": "+00:00", "date": "1915-09-22 20:30", "place": {"c2": "16", "c3": "", "cy": "FR", "lg": -0.17329, "lat": 45.6816, "name": "Jarnac", "geoid": 3012477}, "date-ut": "1915-09-22 20:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1474"}}, "raw": {"H": "20:30", "COD": "16", "DAY": "22", "MON": "09", "NUM": "1474", "PRO": "EX", "YEA": "1915", "CITY": "Jarnac", "NAME": "MITTERRAND Robert", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19102	mognard-roger-1922-12-04	{"e1": "1475"}	{"lerrcp": "E1-1475"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Mognard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-12-04 05:00", "note": null, "place": {"c1": null, "c2": "58", "c3": "", "cy": "FR", "lg": 3.08333, "lat": 47.01667, "name": "Fourchambault", "geoid": 3017537}, "notime": null, "date-ut": "1922-12-04 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Mognard"}, "birth": {"tzo": "+00:00", "date": "1922-12-04 05:00", "place": {"c2": "58", "c3": "", "cy": "FR", "lg": 3.08333, "lat": 47.01667, "name": "Fourchambault", "geoid": 3017537}, "date-ut": "1922-12-04 05:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1475"}}, "raw": {"H": "05:00", "COD": "58", "DAY": "04", "MON": "12", "NUM": "1475", "PRO": "MI", "YEA": "1922", "CITY": "Fourchambault", "NAME": "MOGNARD Roger", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19103	moine-francois-1920-01-29	{"e1": "1476"}	{"lerrcp": "E1-1476"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Moine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1920-01-29 04:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.2934, "lat": 50.55924, "name": "Fléchin", "geoid": 3018351}, "notime": null, "date-ut": "1920-01-29 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "François", "family": "Moine"}, "birth": {"tzo": "+00:00", "date": "1920-01-29 04:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 2.2934, "lat": 50.55924, "name": "Fléchin", "geoid": 3018351}, "date-ut": "1920-01-29 04:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1476"}}, "raw": {"H": "04:00", "COD": "62", "DAY": "29", "MON": "01", "NUM": "1476", "PRO": "EX", "YEA": "1920", "CITY": "Fléchin", "NAME": "MOINE François", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19104	molimard-jean-1913-09-07	{"e1": "1478"}	{"lerrcp": "E1-1478"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Molimard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-09-07 08:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1913-09-07 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Molimard"}, "birth": {"tzo": "+00:00", "date": "1913-09-07 08:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1913-09-07 08:00"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1478"}}, "raw": {"H": "08:00", "COD": "42", "DAY": "07", "MON": "09", "NUM": "1478", "PRO": "PH", "YEA": "1913", "CITY": "St-Etienne", "NAME": "MOLIMARD Jean", "NOTE": "-"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19105	mollaret-jean-1909-05-11	{"e1": "1479"}	{"lerrcp": "E1-1479"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Mollaret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-05-11 09:30", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1909-05-11 09:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Mollaret"}, "birth": {"tzo": "+00:09", "date": "1909-05-11 09:30", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1909-05-11 09:21"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1479"}}, "raw": {"H": "09:30", "COD": "38", "DAY": "11", "MON": "05", "NUM": "1479", "PRO": "PH", "YEA": "1909", "CITY": "Grenoble", "NAME": "MOLLARET Jean", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19106	mollard-emile-1895-08-23	{"e1": "1480"}	{"lerrcp": "E1-1480"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Mollard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1895-08-23 10:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.20289, "lat": 48.84598, "name": "Saint-Cloud", "geoid": 2981041}, "notime": null, "date-ut": "1895-08-23 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Mollard"}, "birth": {"tzo": "+00:09", "date": "1895-08-23 10:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.20289, "lat": 48.84598, "name": "Saint-Cloud", "geoid": 2981041}, "date-ut": "1895-08-23 09:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1480"}}, "raw": {"H": "10:00", "COD": "92", "DAY": "23", "MON": "08", "NUM": "1480", "PRO": "MI", "YEA": "1895", "CITY": "St-Cloud", "NAME": "MOLLARD Emile", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19108	mommignaut-francois-1896-01-24	{"e1": "1482"}	{"lerrcp": "E1-1482"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Mommignaut", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1896-01-24 10:15", "note": null, "place": {"c1": null, "c2": "45", "c3": "", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1896-01-24 10:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "François", "family": "Mommignaut"}, "birth": {"tzo": "+00:09", "date": "1896-01-24 10:15", "place": {"c2": "45", "c3": "", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1896-01-24 10:06"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1482"}}, "raw": {"H": "10:15", "COD": "45", "DAY": "24", "MON": "01", "NUM": "1482", "PRO": "PH", "YEA": "1896", "CITY": "Orléans", "NAME": "MOMMIGNAUT François", "NOTE": "-"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19109	mondain-pierre-1904-06-09	{"e1": "1483"}	{"lerrcp": "E1-1483"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Mondain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1904-06-09 03:00", "note": null, "place": {"c1": null, "c2": "79", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint-Maixent", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Mondain"}, "birth": {"tzo": "", "date": "1904-06-09 03:00", "place": {"c2": "79", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint-Maixent", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1483"}}, "raw": {"H": "03:00", "COD": "79", "DAY": "09", "MON": "06", "NUM": "1483", "PRO": "MI", "YEA": "1904", "CITY": "St-Maixent", "NAME": "MONDAIN Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19110	mondin-maurice-1909-08-08	{"e1": "1484"}	{"lerrcp": "E1-1484"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Mondin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-08-08 08:00", "note": null, "place": {"c1": null, "c2": "82", "c3": "", "cy": "FR", "lg": 0.82353, "lat": 44.12498, "name": "Lamagistère", "geoid": 3008362}, "notime": null, "date-ut": "1909-08-08 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Mondin"}, "birth": {"tzo": "+00:09", "date": "1909-08-08 08:00", "place": {"c2": "82", "c3": "", "cy": "FR", "lg": 0.82353, "lat": 44.12498, "name": "Lamagistère", "geoid": 3008362}, "date-ut": "1909-08-08 07:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1484"}}, "raw": {"H": "08:00", "COD": "82", "DAY": "08", "MON": "08", "NUM": "1484", "PRO": "PH", "YEA": "1909", "CITY": "Lamagistère", "NAME": "MONDIN Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19111	monier-jacques-1917-07-26	{"e1": "1485"}	{"lerrcp": "E1-1485"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Monier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-07-26 09:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.00288, "lat": 49.28669, "name": "Elbeuf", "geoid": 3020307}, "notime": null, "date-ut": "1917-07-26 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Monier"}, "birth": {"tzo": "+01:00", "date": "1917-07-26 09:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 1.00288, "lat": 49.28669, "name": "Elbeuf", "geoid": 3020307}, "date-ut": "1917-07-26 08:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1485"}}, "raw": {"H": "09:00", "COD": "76", "DAY": "26", "MON": "07", "NUM": "1485", "PRO": "PH", "YEA": "1917", "CITY": "Elbeuf", "NAME": "MONIER Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19112	monnet-jean-1888-11-09	{"e1": "1486"}	{"lerrcp": "E1-1486"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Monnet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01", "date": "1888-11-09 20:00", "note": null, "place": {"c1": null, "c2": "16", "c3": "", "cy": "FR", "lg": -0.32867, "lat": 45.69581, "name": "Cognac", "geoid": 3024440}, "notime": null, "date-ut": "1888-11-09 20:01"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Monnet"}, "birth": {"tzo": "-00:01", "date": "1888-11-09 20:00", "place": {"c2": "16", "c3": "", "cy": "FR", "lg": -0.32867, "lat": 45.69581, "name": "Cognac", "geoid": 3024440}, "date-ut": "1888-11-09 20:01"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1486"}}, "raw": {"H": "20:00", "COD": "16", "DAY": "09", "MON": "11", "NUM": "1486", "PRO": "EX", "YEA": "1888", "CITY": "Cognac", "NAME": "MONNET Jean", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19113	monnet-marie-louise-1902-09-25	{"e1": "1487"}	{"lerrcp": "E1-1487"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie-Louise", "family": "Monnet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1902-09-25 05:45", "note": null, "place": {"c1": null, "c2": "16", "c3": "", "cy": "FR", "lg": -0.32867, "lat": 45.69581, "name": "Cognac", "geoid": 3024440}, "notime": null, "date-ut": "1902-09-25 05:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Marie-Louise", "family": "Monnet"}, "birth": {"tzo": "+00:09", "date": "1902-09-25 05:45", "place": {"c2": "16", "c3": "", "cy": "FR", "lg": -0.32867, "lat": 45.69581, "name": "Cognac", "geoid": 3024440}, "date-ut": "1902-09-25 05:36"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1487"}}, "raw": {"H": "05:45", "COD": "16", "DAY": "25", "MON": "09", "NUM": "1487", "PRO": "EX", "YEA": "1902", "CITY": "Cognac", "NAME": "MONNET Marie-Louise", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19114	monnet-paul-1914-06-23	{"e1": "1488"}	{"lerrcp": "E1-1488"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Monnet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1914-06-23 13:00", "note": null, "place": {"c1": null, "c2": "01", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Montréal", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Monnet"}, "birth": {"tzo": "", "date": "1914-06-23 13:00", "place": {"c2": "01", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Montréal", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1488"}}, "raw": {"H": "13:00", "COD": "01", "DAY": "23", "MON": "06", "NUM": "1488", "PRO": "PH", "YEA": "1914", "CITY": "Montréal", "NAME": "MONNET Paul", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19115	monnet-robert-1908-08-24	{"e1": "1489"}	{"lerrcp": "E1-1489"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Monnet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-08-24 16:00", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "notime": null, "date-ut": "1908-08-24 15:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Monnet"}, "birth": {"tzo": "+00:09", "date": "1908-08-24 16:00", "place": {"c2": "63", "c3": "", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "date-ut": "1908-08-24 15:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1489"}}, "raw": {"H": "16:00", "COD": "63", "DAY": "24", "MON": "08", "NUM": "1489", "PRO": "PH", "YEA": "1908", "CITY": "Clermont-Ferrand", "NAME": "MONNET Robert", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19117	monnier-claude-1925-07-22	{"e1": "1491"}	{"lerrcp": "E1-1491"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Monnier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1925-07-22 01:00", "note": null, "place": {"c1": null, "c2": "90", "c3": "", "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "notime": null, "date-ut": "1925-07-22 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Monnier"}, "birth": {"tzo": "+01:00", "date": "1925-07-22 01:00", "place": {"c2": "90", "c3": "", "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "date-ut": "1925-07-22 00:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1491"}}, "raw": {"H": "01:00", "COD": "90", "DAY": "22", "MON": "07", "NUM": "1491", "PRO": "EX", "YEA": "1925", "CITY": "Belfort", "NAME": "MONNIER Claude", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19118	monnier-joseph-1912-05-11	{"e1": "1492"}	{"lerrcp": "E1-1492"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Monnier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-05-11 11:30", "note": null, "place": {"c1": null, "c2": "37", "c3": "", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "notime": null, "date-ut": "1912-05-11 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Monnier"}, "birth": {"tzo": "+00:00", "date": "1912-05-11 11:30", "place": {"c2": "37", "c3": "", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "date-ut": "1912-05-11 11:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1492"}}, "raw": {"H": "11:30", "COD": "37", "DAY": "11", "MON": "05", "NUM": "1492", "PRO": "EX", "YEA": "1912", "CITY": "Tours", "NAME": "MONNIER Joseph", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19119	monod-pascal-1916-02-09	{"e1": "1493"}	{"lerrcp": "E1-1493"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pascal", "family": "Monod", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-02-09 13:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1916-02-09 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pascal", "family": "Monod"}, "birth": {"tzo": "+00:00", "date": "1916-02-09 13:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1916-02-09 13:00"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1493"}}, "raw": {"H": "13:00", "COD": "33", "DAY": "09", "MON": "02", "NUM": "1493", "PRO": "PH", "YEA": "1916", "CITY": "Bordeaux", "NAME": "MONOD Pascal", "NOTE": "-"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19120	monod-broca-philippe-1918-06-09	{"e1": "1494"}	{"lerrcp": "E1-1494"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Monod-Broca", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-06-09 04:10", "note": null, "place": {"c1": null, "c2": "49", "c3": "", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "notime": null, "date-ut": "1918-06-09 03:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Monod-Broca"}, "birth": {"tzo": "+01:00", "date": "1918-06-09 04:10", "place": {"c2": "49", "c3": "", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "date-ut": "1918-06-09 03:10"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1494"}}, "raw": {"H": "04:10", "COD": "49", "DAY": "09", "MON": "06", "NUM": "1494", "PRO": "PH", "YEA": "1918", "CITY": "Angers", "NAME": "MONOD-BROCA Philippe", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19121	monrozies-maurice-1922-04-02	{"e1": "1495"}	{"lerrcp": "E1-1495"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Monrozies", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-04-02 21:30", "note": null, "place": {"c1": null, "c2": "12", "c3": "", "cy": "FR", "lg": 2.88915, "lat": 43.95575, "name": "Saint-Affrique", "geoid": 2981925}, "notime": null, "date-ut": "1922-04-02 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Monrozies"}, "birth": {"tzo": "+01:00", "date": "1922-04-02 21:30", "place": {"c2": "12", "c3": "", "cy": "FR", "lg": 2.88915, "lat": 43.95575, "name": "Saint-Affrique", "geoid": 2981925}, "date-ut": "1922-04-02 20:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1495"}}, "raw": {"H": "21:30", "COD": "12", "DAY": "02", "MON": "04", "NUM": "1495", "PRO": "PH", "YEA": "1922", "CITY": "St-Affrique", "NAME": "MONROZIES Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19122	monsaingeon-andre-1912-09-04	{"e1": "1496"}	{"lerrcp": "E1-1496"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Monsaingeon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-09-04 22:20", "note": null, "place": {"c1": null, "c2": "37", "c3": "", "cy": "FR", "lg": 0.69441, "lat": 47.40251, "name": "Saint-Symphorien", "geoid": 2976813}, "notime": null, "date-ut": "1912-09-04 22:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Monsaingeon"}, "birth": {"tzo": "+00:00", "date": "1912-09-04 22:20", "place": {"c2": "37", "c3": "", "cy": "FR", "lg": 0.69441, "lat": 47.40251, "name": "Saint-Symphorien", "geoid": 2976813}, "date-ut": "1912-09-04 22:20"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1496"}}, "raw": {"H": "22:20", "COD": "37", "DAY": "04", "MON": "09", "NUM": "1496", "PRO": "PH", "YEA": "1912", "CITY": "St Symphorien", "NAME": "MONSAINGEON André", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19123	montagne-max-1920-02-07	{"e1": "1497"}	{"lerrcp": "E1-1497"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Montagne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1920-02-07 07:45", "note": null, "place": {"c1": null, "c2": "60", "c3": "", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Beauvais", "geoid": 3034006}, "notime": null, "date-ut": "1920-02-07 07:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Max", "family": "Montagne"}, "birth": {"tzo": "+00:00", "date": "1920-02-07 07:45", "place": {"c2": "60", "c3": "", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Beauvais", "geoid": 3034006}, "date-ut": "1920-02-07 07:45"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1497"}}, "raw": {"H": "07:45", "COD": "60", "DAY": "07", "MON": "02", "NUM": "1497", "PRO": "PH", "YEA": "1920", "CITY": "Beauvais", "NAME": "MONTAGNE Max", "NOTE": "-"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19124	montagne-michel-1931-01-02	{"e1": "1498"}	{"lerrcp": "E1-1498"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Montagne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1931-01-02 06:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.04394, "lat": 50.58639, "name": "Wattignies", "geoid": 2967423}, "notime": null, "date-ut": "1931-01-02 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Montagne"}, "birth": {"tzo": "+00:00", "date": "1931-01-02 06:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.04394, "lat": 50.58639, "name": "Wattignies", "geoid": 2967423}, "date-ut": "1931-01-02 06:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1498"}}, "raw": {"H": "06:00", "COD": "59", "DAY": "02", "MON": "01", "NUM": "1498", "PRO": "EX", "YEA": "1931", "CITY": "Wattignies", "NAME": "MONTAGNE Michel", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19125	montagnier-luc-1932-08-18	{"e1": "1499"}	{"lerrcp": "E1-1499"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luc", "family": "Montagnier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1932-08-18 02:00", "note": null, "place": {"c1": null, "c2": "36", "c3": "", "cy": "FR", "lg": 1.65181, "lat": 47.25343, "name": "Chabris", "geoid": 3027673}, "notime": null, "date-ut": "1932-08-18 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Luc", "family": "Montagnier"}, "birth": {"tzo": "+01:00", "date": "1932-08-18 02:00", "place": {"c2": "36", "c3": "", "cy": "FR", "lg": 1.65181, "lat": 47.25343, "name": "Chabris", "geoid": 3027673}, "date-ut": "1932-08-18 01:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1499"}}, "raw": {"H": "02:00", "COD": "36", "DAY": "18", "MON": "08", "NUM": "1499", "PRO": "PH", "YEA": "1932", "CITY": "Chabris", "NAME": "MONTAGNIER Luc", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19126	montastruc-paul-1927-05-27	{"e1": "1500"}	{"lerrcp": "E1-1500"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Montastruc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1927-05-27 17:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 0.64797, "lat": 43.28825, "name": "Boulogne-sur-Gesse", "geoid": 3031135}, "notime": null, "date-ut": "1927-05-27 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Montastruc"}, "birth": {"tzo": "+01:00", "date": "1927-05-27 17:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 0.64797, "lat": 43.28825, "name": "Boulogne-sur-Gesse", "geoid": 3031135}, "date-ut": "1927-05-27 16:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1500"}}, "raw": {"H": "17:00", "COD": "31", "DAY": "27", "MON": "05", "NUM": "1500", "PRO": "PH", "YEA": "1927", "CITY": "Boulogne sur Gesse", "NAME": "MONTASTRUC Paul", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19127	montaudon-jean-baptiste-1818-02-13	{"e1": "1501"}	{"lerrcp": "E1-1501"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Baptiste", "family": "Montaudon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06", "date": "1818-02-13 06:00", "note": null, "place": {"c1": null, "c2": "23", "c3": "", "cy": "FR", "lg": 1.48597, "lat": 46.23791, "name": "La Souterraine", "geoid": 3006387}, "notime": null, "date-ut": "1818-02-13 05:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean Baptiste", "family": "Montaudon"}, "birth": {"tzo": "+00:06", "date": "1818-02-13 06:00", "place": {"c2": "23", "c3": "", "cy": "FR", "lg": 1.48597, "lat": 46.23791, "name": "La Souterraine", "geoid": 3006387}, "date-ut": "1818-02-13 05:54"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1501"}}, "raw": {"H": "06:00", "COD": "23", "DAY": "13", "MON": "02", "NUM": "1501", "PRO": "MI", "YEA": "1818", "CITY": "La Souterraine", "NAME": "MONTAUDON Jean Baptiste", "NOTE": "*"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19128	monteilhet-louis-1906-08-21	{"e1": "1502"}	{"lerrcp": "E1-1502"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Monteilhet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-08-21 04:30", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 3.74164, "lat": 45.54944, "name": "Ambert", "geoid": 3037937}, "notime": null, "date-ut": "1906-08-21 04:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Monteilhet"}, "birth": {"tzo": "+00:09", "date": "1906-08-21 04:30", "place": {"c2": "63", "c3": "", "cy": "FR", "lg": 3.74164, "lat": 45.54944, "name": "Ambert", "geoid": 3037937}, "date-ut": "1906-08-21 04:21"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1502"}}, "raw": {"H": "04:30", "COD": "63", "DAY": "21", "MON": "08", "NUM": "1502", "PRO": "EX", "YEA": "1906", "CITY": "Ambert", "NAME": "MONTEILHET Louis", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19129	montesson-pierre-de-1918-08-22	{"e1": "1503"}	{"lerrcp": "E1-1503"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre de", "family": "Montesson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-08-22 19:00", "note": null, "place": {"c1": null, "c2": "72", "c3": "", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "notime": null, "date-ut": "1918-08-22 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pierre de", "family": "Montesson"}, "birth": {"tzo": "+01:00", "date": "1918-08-22 19:00", "place": {"c2": "72", "c3": "", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "date-ut": "1918-08-22 18:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1503"}}, "raw": {"H": "19:00", "COD": "72", "DAY": "22", "MON": "08", "NUM": "1503", "PRO": "EX", "YEA": "1918", "CITY": "Le Mans", "NAME": "MONTESSON Pierre de", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19130	montrichard-gabriel-1892-09-21	{"e1": "1504"}	{"lerrcp": "E1-1504"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Montrichard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1892-09-21 15:15", "note": null, "place": {"c1": null, "c2": "55", "c3": "", "cy": "FR", "lg": 5.36835, "lat": 49.52096, "name": "Montmédy", "geoid": 2992260}, "notime": null, "date-ut": "1892-09-21 15:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Montrichard"}, "birth": {"tzo": "+00:09", "date": "1892-09-21 15:15", "place": {"c2": "55", "c3": "", "cy": "FR", "lg": 5.36835, "lat": 49.52096, "name": "Montmédy", "geoid": 2992260}, "date-ut": "1892-09-21 15:06"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1504"}}, "raw": {"H": "15:15", "COD": "55", "DAY": "21", "MON": "09", "NUM": "1504", "PRO": "MI", "YEA": "1892", "CITY": "Montmédy", "NAME": "MONTRICHARD Gabriel", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19131	moore-fred-1920-04-08	{"e1": "1505"}	{"lerrcp": "E1-1505"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fred", "family": "Moore", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-04-08 15:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1920-04-08 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Fred", "family": "Moore"}, "birth": {"tzo": "+01:00", "date": "1920-04-08 15:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1920-04-08 14:00"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1505"}}, "raw": {"H": "15:00", "COD": "29", "DAY": "08", "MON": "04", "NUM": "1505", "PRO": "MI", "YEA": "1920", "CITY": "Brest", "NAME": "MOORE Fred", "NOTE": "L"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19132	mora-joseph-1912-11-25	{"e1": "1506"}	{"lerrcp": "E1-1506"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Mora", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-11-25 09:00", "note": null, "place": {"c1": null, "c2": "04", "c3": "", "cy": "FR", "lg": 6.59085, "lat": 44.14309, "name": "Beauvezer", "geoid": 3033992}, "notime": null, "date-ut": "1912-11-25 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Mora"}, "birth": {"tzo": "+00:00", "date": "1912-11-25 09:00", "place": {"c2": "04", "c3": "", "cy": "FR", "lg": 6.59085, "lat": 44.14309, "name": "Beauvezer", "geoid": 3033992}, "date-ut": "1912-11-25 09:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1506"}}, "raw": {"H": "09:00", "COD": "04", "DAY": "25", "MON": "11", "NUM": "1506", "PRO": "EX", "YEA": "1912", "CITY": "Beauvezer", "NAME": "MORA Joseph", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19133	moraux-pierre-1898-10-23	{"e1": "1507"}	{"lerrcp": "E1-1507"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Moraux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-10-23 01:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.92143, "lat": 50.25077, "name": "Hautmont", "geoid": 3013681}, "notime": null, "date-ut": "1898-10-23 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Moraux"}, "birth": {"tzo": "+00:09", "date": "1898-10-23 01:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.92143, "lat": 50.25077, "name": "Hautmont", "geoid": 3013681}, "date-ut": "1898-10-23 00:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1507"}}, "raw": {"H": "01:00", "COD": "59", "DAY": "23", "MON": "10", "NUM": "1507", "PRO": "PH", "YEA": "1898", "CITY": "Hautmont", "NAME": "MORAUX Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19134	moraux-pierre-1914-01-04	{"e1": "1508"}	{"lerrcp": "E1-1508"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Moraux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-01-04 11:00", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 3.69536, "lat": 49.23488, "name": "Arcis-le-Ponsart", "geoid": 3037189}, "notime": null, "date-ut": "1914-01-04 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Moraux"}, "birth": {"tzo": "+00:00", "date": "1914-01-04 11:00", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": 3.69536, "lat": 49.23488, "name": "Arcis-le-Ponsart", "geoid": 3037189}, "date-ut": "1914-01-04 11:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1508"}}, "raw": {"H": "11:00", "COD": "51", "DAY": "04", "MON": "01", "NUM": "1508", "PRO": "EX", "YEA": "1914", "CITY": "Arcis-le-Ponsart", "NAME": "MORAUX Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19135	moreau-jean-1902-02-09	{"e1": "1509"}	{"lerrcp": "E1-1509"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Moreau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1902-02-09 20:00", "note": null, "place": {"c1": null, "c2": "02", "c3": "", "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "notime": null, "date-ut": "1902-02-09 19:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Moreau"}, "birth": {"tzo": "+00:09", "date": "1902-02-09 20:00", "place": {"c2": "02", "c3": "", "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "date-ut": "1902-02-09 19:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1509"}}, "raw": {"H": "20:00", "COD": "02", "DAY": "09", "MON": "02", "NUM": "1509", "PRO": "MI", "YEA": "1902", "CITY": "St-Quentin", "NAME": "MOREAU Jean", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19136	moreaux-rene-1889-03-09	{"e1": "1510"}	{"lerrcp": "E1-1510"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Moreaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1889-03-09 04:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Moreaux"}, "birth": {"tzo": "", "date": "1889-03-09 04:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1510"}}, "raw": {"H": "04:00", "COD": "54", "DAY": "09", "MON": "03", "NUM": "1510", "PRO": "PH", "YEA": "1889", "CITY": "Nancy", "NAME": "MOREAUX René", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19137	morel-andre-1910-02-20	{"e1": "1511"}	{"lerrcp": "E1-1511"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Morel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-02-20 09:00", "note": null, "place": {"c1": null, "c2": "26", "c3": "", "cy": "FR", "lg": 5.06602, "lat": 45.0496, "name": "Romans-sur-Isère", "geoid": 2983011}, "notime": null, "date-ut": "1910-02-20 08:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Morel"}, "birth": {"tzo": "+00:09", "date": "1910-02-20 09:00", "place": {"c2": "26", "c3": "", "cy": "FR", "lg": 5.06602, "lat": 45.0496, "name": "Romans-sur-Isère", "geoid": 2983011}, "date-ut": "1910-02-20 08:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1511"}}, "raw": {"H": "09:00", "COD": "26", "DAY": "20", "MON": "02", "NUM": "1511", "PRO": "PH", "YEA": "1910", "CITY": "Romans", "NAME": "MOREL André", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19138	morel-andre-1933-07-07	{"e1": "1512"}	{"lerrcp": "E1-1512"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Morel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1933-07-07 17:30", "note": null, "place": {"c1": null, "c2": "02", "c3": "", "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "notime": null, "date-ut": "1933-07-07 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Morel"}, "birth": {"tzo": "+01:00", "date": "1933-07-07 17:30", "place": {"c2": "02", "c3": "", "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "date-ut": "1933-07-07 16:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1512"}}, "raw": {"H": "17:30", "COD": "02", "DAY": "07", "MON": "07", "NUM": "1512", "PRO": "MI", "YEA": "1933", "CITY": "St-Quentin", "NAME": "MOREL André", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19139	morel-claude-1912-12-15	{"e1": "1513"}	{"lerrcp": "E1-1513"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Morel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-12-15 22:00", "note": null, "place": {"c1": null, "c2": "28", "c3": "", "cy": "FR", "lg": 1.48925, "lat": 48.44685, "name": "Chartres", "geoid": 3026467}, "notime": null, "date-ut": "1912-12-15 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Morel"}, "birth": {"tzo": "+00:00", "date": "1912-12-15 22:00", "place": {"c2": "28", "c3": "", "cy": "FR", "lg": 1.48925, "lat": 48.44685, "name": "Chartres", "geoid": 3026467}, "date-ut": "1912-12-15 22:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1513"}}, "raw": {"H": "22:00", "COD": "28", "DAY": "15", "MON": "12", "NUM": "1513", "PRO": "MI", "YEA": "1912", "CITY": "Chartres", "NAME": "MOREL Claude", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19140	morel-marcel-1910-07-06	{"e1": "1514"}	{"lerrcp": "E1-1514"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Morel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-07-06 17:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": 4.71961, "lat": 45.98967, "name": "Villefranche-sur-Saône", "geoid": 2968748}, "notime": null, "date-ut": "1910-07-06 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Morel"}, "birth": {"tzo": "+00:09", "date": "1910-07-06 17:00", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": 4.71961, "lat": 45.98967, "name": "Villefranche-sur-Saône", "geoid": 2968748}, "date-ut": "1910-07-06 16:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1514"}}, "raw": {"H": "17:00", "COD": "69", "DAY": "06", "MON": "07", "NUM": "1514", "PRO": "EX", "YEA": "1910", "CITY": "Villefranche/Saône", "NAME": "MOREL Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19141	morel-rene-1908-12-06	{"e1": "1515"}	{"lerrcp": "E1-1515"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Morel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1908-12-06 16:00", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 6.79095, "lat": 48.14517, "name": "Granges-sur-Vologne", "geoid": 3014878}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "René", "family": "Morel"}, "birth": {"tzo": "", "date": "1908-12-06 16:00", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 6.79095, "lat": 48.14517, "name": "Granges-sur-Vologne", "geoid": 3014878}, "date-ut": ""}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1515"}}, "raw": {"H": "16:00", "COD": "88", "DAY": "06", "MON": "12", "NUM": "1515", "PRO": "MI", "YEA": "1908", "CITY": "Granges/Vologne", "NAME": "MOREL René", "NOTE": "*L"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19142	morel-fourrier-georges-1905-08-08	{"e1": "1516"}	{"lerrcp": "E1-1516"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Morel-Fourrier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-08-08 15:00", "note": null, "place": {"c1": null, "c2": "26", "c3": "", "cy": "FR", "lg": 4.72711, "lat": 44.58107, "name": "Ancône", "geoid": 3037770}, "notime": null, "date-ut": "1905-08-08 14:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Morel-Fourrier"}, "birth": {"tzo": "+00:09", "date": "1905-08-08 15:00", "place": {"c2": "26", "c3": "", "cy": "FR", "lg": 4.72711, "lat": 44.58107, "name": "Ancône", "geoid": 3037770}, "date-ut": "1905-08-08 14:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1516"}}, "raw": {"H": "15:00", "COD": "26", "DAY": "08", "MON": "08", "NUM": "1516", "PRO": "EX", "YEA": "1905", "CITY": "Ancône", "NAME": "MOREL-FOURRIER Georges", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19143	morelon-leon-1906-01-22	{"e1": "1517"}	{"lerrcp": "E1-1517"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Morelon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-01-22 03:00", "note": null, "place": {"c1": null, "c2": "87", "c3": "", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1906-01-22 02:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Morelon"}, "birth": {"tzo": "+00:09", "date": "1906-01-22 03:00", "place": {"c2": "87", "c3": "", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1906-01-22 02:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1517"}}, "raw": {"H": "03:00", "COD": "87", "DAY": "22", "MON": "01", "NUM": "1517", "PRO": "EX", "YEA": "1906", "CITY": "Limoges", "NAME": "MORELON Léon", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19144	morens-gerard-1920-09-25	{"e1": "1518"}	{"lerrcp": "E1-1518"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Morens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-09-25 17:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.07772, "lat": 49.9216, "name": "Dieppe", "geoid": 3021411}, "notime": null, "date-ut": "1920-09-25 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gérard", "family": "Morens"}, "birth": {"tzo": "+01:00", "date": "1920-09-25 17:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 1.07772, "lat": 49.9216, "name": "Dieppe", "geoid": 3021411}, "date-ut": "1920-09-25 16:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1518"}}, "raw": {"H": "17:00", "COD": "76", "DAY": "25", "MON": "09", "NUM": "1518", "PRO": "MI", "YEA": "1920", "CITY": "Dieppe", "NAME": "MORENS Gérard", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19145	morette-andre-1905-11-29	{"e1": "1519"}	{"lerrcp": "E1-1519"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Morette", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-11-29 02:00", "note": null, "place": {"c1": null, "c2": "45", "c3": "", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1905-11-29 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Morette"}, "birth": {"tzo": "+00:09", "date": "1905-11-29 02:00", "place": {"c2": "45", "c3": "", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1905-11-29 01:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1519"}}, "raw": {"H": "02:00", "COD": "45", "DAY": "29", "MON": "11", "NUM": "1519", "PRO": "PH", "YEA": "1905", "CITY": "Orléans", "NAME": "MORETTE André", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19147	morin-michel-1897-10-31	{"e1": "1521"}	{"lerrcp": "E1-1521"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Morin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1897-10-31 15:00", "note": null, "place": {"c1": null, "c2": "36", "c3": "", "cy": "FR", "lg": 1.69362, "lat": 46.81248, "name": "Châteauroux", "geoid": 3026204}, "notime": null, "date-ut": "1897-10-31 14:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Morin"}, "birth": {"tzo": "+00:09", "date": "1897-10-31 15:00", "place": {"c2": "36", "c3": "", "cy": "FR", "lg": 1.69362, "lat": 46.81248, "name": "Châteauroux", "geoid": 3026204}, "date-ut": "1897-10-31 14:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1521"}}, "raw": {"H": "15:00", "COD": "36", "DAY": "31", "MON": "10", "NUM": "1521", "PRO": "MI", "YEA": "1897", "CITY": "Châteauroux", "NAME": "MORIN Michel", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19148	morliere-louis-1897-10-02	{"e1": "1522"}	{"lerrcp": "E1-1522"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Morliere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1897-10-02 12:00", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Jarcieux", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Morliere"}, "birth": {"tzo": "", "date": "1897-10-02 12:00", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Jarcieux", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1522"}}, "raw": {"H": "12:00", "COD": "38", "DAY": "02", "MON": "10", "NUM": "1522", "PRO": "MI", "YEA": "1897", "CITY": "Jarcieux", "NAME": "MORLIERE Louis", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19149	motte-bertrand-1914-07-19	{"e1": "1523"}	{"lerrcp": "E1-1523"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bertrand", "family": "Motte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-07-19 10:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.16664, "lat": 50.61669, "name": "Villeneuve-d'Ascq", "geoid": 6543862}, "notime": null, "date-ut": "1914-07-19 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Bertrand", "family": "Motte"}, "birth": {"tzo": "+00:00", "date": "1914-07-19 10:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.16664, "lat": 50.61669, "name": "Villeneuve-d'Ascq", "geoid": 6543862}, "date-ut": "1914-07-19 10:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1523"}}, "raw": {"H": "10:00", "COD": "59", "DAY": "19", "MON": "07", "NUM": "1523", "PRO": "EX", "YEA": "1914", "CITY": "Villeneuve d'Ascq", "NAME": "MOTTE Bertrand", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19150	mouchet-albert-1869-01-08	{"e1": "1524"}	{"lerrcp": "E1-1524"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Mouchet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1869-01-08 22:15", "note": null, "place": {"c1": null, "c2": "89", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Sens sur Yonne", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Mouchet"}, "birth": {"tzo": "", "date": "1869-01-08 22:15", "place": {"c2": "89", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Sens sur Yonne", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1524"}}, "raw": {"H": "22:15", "COD": "89", "DAY": "08", "MON": "01", "NUM": "1524", "PRO": "PH", "YEA": "1869", "CITY": "Sens sur Yonne", "NAME": "MOUCHET Albert", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19151	moulet-albert-1908-08-15	{"e1": "1525"}	{"lerrcp": "E1-1525"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Moulet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-08-15 14:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1908-08-15 13:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Moulet"}, "birth": {"tzo": "+00:09", "date": "1908-08-15 14:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1908-08-15 13:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1525"}}, "raw": {"H": "14:00", "COD": "13", "DAY": "15", "MON": "08", "NUM": "1525", "PRO": "MI", "YEA": "1908", "CITY": "Marseille", "NAME": "MOULET Albert", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19154	mouly-roger-1921-10-17	{"e1": "1528"}	{"lerrcp": "E1-1528"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Mouly", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-10-17 12:00", "note": null, "place": {"c1": null, "c2": "19", "c3": "", "cy": "FR", "lg": 2.30917, "lat": 45.54804, "name": "Ussel", "geoid": 2971298}, "notime": null, "date-ut": "1921-10-17 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Mouly"}, "birth": {"tzo": "+01:00", "date": "1921-10-17 12:00", "place": {"c2": "19", "c3": "", "cy": "FR", "lg": 2.30917, "lat": 45.54804, "name": "Ussel", "geoid": 2971298}, "date-ut": "1921-10-17 11:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1528"}}, "raw": {"H": "12:00", "COD": "19", "DAY": "17", "MON": "10", "NUM": "1528", "PRO": "PH", "YEA": "1921", "CITY": "Ussel", "NAME": "MOULY Roger", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19155	mounier-kuhn-pierre-1901-09-06	{"e1": "1529"}	{"lerrcp": "E1-1529"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Mounier-Kuhn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-09-06 04:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -1.66267, "lat": 43.38871, "name": "Saint-Jean-de-Luz", "geoid": 2979309}, "notime": null, "date-ut": "1901-09-06 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Mounier-Kuhn"}, "birth": {"tzo": "+00:09", "date": "1901-09-06 04:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": -1.66267, "lat": 43.38871, "name": "Saint-Jean-de-Luz", "geoid": 2979309}, "date-ut": "1901-09-06 03:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1529"}}, "raw": {"H": "04:00", "COD": "64", "DAY": "06", "MON": "09", "NUM": "1529", "PRO": "PH", "YEA": "1901", "CITY": "St Jean-de-Luz", "NAME": "MOUNIER-KUHN Pierre", "NOTE": "-"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19156	mouren-albert-1915-07-15	{"e1": "1530"}	{"lerrcp": "E1-1530"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Mouren", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-07-15 23:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1915-07-15 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Mouren"}, "birth": {"tzo": "+00:00", "date": "1915-07-15 23:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1915-07-15 23:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1530"}}, "raw": {"H": "23:00", "COD": "13", "DAY": "15", "MON": "07", "NUM": "1530", "PRO": "EX", "YEA": "1915", "CITY": "Marseille", "NAME": "MOUREN Albert", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19157	mourgue-molines-edouard-1895-09-29	{"e1": "1531"}	{"lerrcp": "E1-1531"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Mourgue-Molines", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1895-09-29 02:00", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": 4.26664, "lat": 43.82437, "name": "Caveirac", "geoid": 3028110}, "notime": null, "date-ut": "1895-09-29 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Mourgue-Molines"}, "birth": {"tzo": "+00:09", "date": "1895-09-29 02:00", "place": {"c2": "30", "c3": "", "cy": "FR", "lg": 4.26664, "lat": 43.82437, "name": "Caveirac", "geoid": 3028110}, "date-ut": "1895-09-29 01:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1531"}}, "raw": {"H": "02:00", "COD": "30", "DAY": "29", "MON": "09", "NUM": "1531", "PRO": "PH", "YEA": "1895", "CITY": "Caveirac", "NAME": "MOURGUE-MOLINES Edouard", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19158	moustardier-georges-1903-04-25	{"e1": "1532"}	{"lerrcp": "E1-1532"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Moustardier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-04-25 15:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 4.1767, "lat": 43.66478, "name": "Marsillargues", "geoid": 2995456}, "notime": null, "date-ut": "1903-04-25 14:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Moustardier"}, "birth": {"tzo": "+00:09", "date": "1903-04-25 15:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 4.1767, "lat": 43.66478, "name": "Marsillargues", "geoid": 2995456}, "date-ut": "1903-04-25 14:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1532"}}, "raw": {"H": "15:00", "COD": "34", "DAY": "25", "MON": "04", "NUM": "1532", "PRO": "PH", "YEA": "1903", "CITY": "Marsillargues", "NAME": "MOUSTARDIER Georges", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19159	mouton-marcel-1902-09-09	{"e1": "1533"}	{"lerrcp": "E1-1533"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Mouton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1902-09-09 17:00", "note": null, "place": {"c1": null, "c2": "14", "c3": "", "cy": "FR", "lg": -0.81928, "lat": 49.30822, "name": "Mosles", "geoid": 2991624}, "notime": null, "date-ut": "1902-09-09 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Mouton"}, "birth": {"tzo": "+00:09", "date": "1902-09-09 17:00", "place": {"c2": "14", "c3": "", "cy": "FR", "lg": -0.81928, "lat": 49.30822, "name": "Mosles", "geoid": 2991624}, "date-ut": "1902-09-09 16:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1533"}}, "raw": {"H": "17:00", "COD": "14", "DAY": "09", "MON": "09", "NUM": "1533", "PRO": "EX", "YEA": "1902", "CITY": "Mosles", "NAME": "MOUTON Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19160	muller-andre-1925-06-19	{"e1": "1535"}	{"lerrcp": "E1-1535"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Muller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1925-06-19 09:30", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1925-06-19 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "André", "family": "Muller"}, "birth": {"tzo": "+01:00", "date": "1925-06-19 09:30", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1925-06-19 08:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1535"}}, "raw": {"H": "09:30", "COD": "67", "DAY": "19", "MON": "06", "NUM": "1535", "PRO": "EX", "YEA": "1925", "CITY": "Strasbourg", "NAME": "MULLER André", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19161	muller-bernard-1913-04-24	{"e1": "1536"}	{"lerrcp": "E1-1536"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Muller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-04-24 07:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1913-04-24 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Muller"}, "birth": {"tzo": "+00:00", "date": "1913-04-24 07:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1913-04-24 07:00"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1536"}}, "raw": {"H": "07:00", "COD": "42", "DAY": "24", "MON": "04", "NUM": "1536", "PRO": "PH", "YEA": "1913", "CITY": "St-Etienne", "NAME": "MULLER Bernard", "NOTE": "-"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19162	muller-germain-1923-07-11	{"e1": "1537"}	{"lerrcp": "E1-1537"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Germain", "family": "Muller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1923-07-11 07:45", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1923-07-11 06:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Germain", "family": "Muller"}, "birth": {"tzo": "+01:00", "date": "1923-07-11 07:45", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1923-07-11 06:45"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1537"}}, "raw": {"H": "07:45", "COD": "67", "DAY": "11", "MON": "07", "NUM": "1537", "PRO": "EX", "YEA": "1923", "CITY": "Strasbourg", "NAME": "MULLER Germain", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19163	muller-maurice-1895-05-15	{"e1": "1538"}	{"lerrcp": "E1-1538"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Muller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1895-05-15 02:30", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 5.93202, "lat": 49.46715, "name": "Villerupt", "geoid": 2968316}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Muller"}, "birth": {"tzo": "", "date": "1895-05-15 02:30", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 5.93202, "lat": 49.46715, "name": "Villerupt", "geoid": 2968316}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1538"}}, "raw": {"H": "02:30", "COD": "54", "DAY": "15", "MON": "05", "NUM": "1538", "PRO": "PH", "YEA": "1895", "CITY": "Villerupt", "NAME": "MULLER Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19164	muller-pierre-1910-10-14	{"e1": "1539"}	{"lerrcp": "E1-1539"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Muller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1910-10-14 14:00", "note": null, "place": {"c1": null, "c2": "68", "c3": "", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Muller"}, "birth": {"tzo": "", "date": "1910-10-14 14:00", "place": {"c2": "68", "c3": "", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1539"}}, "raw": {"H": "14:00", "COD": "68", "DAY": "14", "MON": "10", "NUM": "1539", "PRO": "PH", "YEA": "1910", "CITY": "Mulhouse", "NAME": "MULLER Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19165	multrier-michel-1910-04-09	{"e1": "1540"}	{"lerrcp": "E1-1540"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Multrier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-04-09 23:15", "note": null, "place": {"c1": null, "c2": "25", "c3": "", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1910-04-09 23:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Multrier"}, "birth": {"tzo": "+00:09", "date": "1910-04-09 23:15", "place": {"c2": "25", "c3": "", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1910-04-09 23:06"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1540"}}, "raw": {"H": "23:15", "COD": "25", "DAY": "09", "MON": "04", "NUM": "1540", "PRO": "MI", "YEA": "1910", "CITY": "Besançon", "NAME": "MULTRIER Michel", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19166	murat-jean-louis-1911-10-23	{"e1": "1541"}	{"lerrcp": "E1-1541"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Louis", "family": "Murat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-10-23 23:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1911-10-23 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean-Louis", "family": "Murat"}, "birth": {"tzo": "+00:00", "date": "1911-10-23 23:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1911-10-23 23:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1541"}}, "raw": {"H": "23:00", "COD": "31", "DAY": "23", "MON": "10", "NUM": "1541", "PRO": "EX", "YEA": "1911", "CITY": "Toulouse", "NAME": "MURAT Jean-Louis", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19167	nachury-maurice-1917-03-03	{"e1": "1542"}	{"lerrcp": "E1-1542"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Nachury", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1917-03-03 14:00", "note": null, "place": {"c1": null, "c2": "01", "c3": "", "cy": "FR", "lg": 5.2258, "lat": 46.20574, "name": "Bourg-en-Bresse", "geoid": 3031009}, "notime": null, "date-ut": "1917-03-03 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Nachury"}, "birth": {"tzo": "+00:00", "date": "1917-03-03 14:00", "place": {"c2": "01", "c3": "", "cy": "FR", "lg": 5.2258, "lat": 46.20574, "name": "Bourg-en-Bresse", "geoid": 3031009}, "date-ut": "1917-03-03 14:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1542"}}, "raw": {"H": "14:00", "COD": "01", "DAY": "03", "MON": "03", "NUM": "1542", "PRO": "EX", "YEA": "1917", "CITY": "Bourg en Bresse", "NAME": "NACHURY Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19168	nanquette-philippe-1935-11-02	{"e1": "1543"}	{"lerrcp": "E1-1543"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Nanquette", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1935-11-02 23:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1935-11-02 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Nanquette"}, "birth": {"tzo": "+00:00", "date": "1935-11-02 23:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1935-11-02 23:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1543"}}, "raw": {"H": "23:00", "COD": "59", "DAY": "02", "MON": "11", "NUM": "1543", "PRO": "EX", "YEA": "1935", "CITY": "Lille", "NAME": "NANQUETTE Philippe", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19169	nardin-pierre-1912-03-04	{"e1": "1544"}	{"lerrcp": "E1-1544"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Nardin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1912-03-04 13:30", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 6.7174, "lat": 48.00629, "name": "Vagney", "geoid": 2971186}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Nardin"}, "birth": {"tzo": "", "date": "1912-03-04 13:30", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 6.7174, "lat": 48.00629, "name": "Vagney", "geoid": 2971186}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1544"}}, "raw": {"H": "13:30", "COD": "88", "DAY": "04", "MON": "03", "NUM": "1544", "PRO": "MI", "YEA": "1912", "CITY": "Vagney", "NAME": "NARDIN Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19170	naudo-paul-1926-02-22	{"e1": "1545"}	{"lerrcp": "E1-1545"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Naudo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1926-02-22 01:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 2.42177, "lat": 42.61755, "name": "Prades", "geoid": 2985653}, "notime": null, "date-ut": "1926-02-22 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Naudo"}, "birth": {"tzo": "+00:00", "date": "1926-02-22 01:00", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": 2.42177, "lat": 42.61755, "name": "Prades", "geoid": 2985653}, "date-ut": "1926-02-22 01:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1545"}}, "raw": {"H": "01:00", "COD": "66", "DAY": "22", "MON": "02", "NUM": "1545", "PRO": "EX", "YEA": "1926", "CITY": "Prades", "NAME": "NAUDO Paul", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19171	naulleau-jacques-1903-08-16	{"e1": "1546"}	{"lerrcp": "E1-1546"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Naulleau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-08-16 12:00", "note": null, "place": {"c1": null, "c2": "49", "c3": "", "cy": "FR", "lg": -1.03739, "lat": 47.56077, "name": "Candé", "geoid": 3028851}, "notime": null, "date-ut": "1903-08-16 11:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Naulleau"}, "birth": {"tzo": "+00:09", "date": "1903-08-16 12:00", "place": {"c2": "49", "c3": "", "cy": "FR", "lg": -1.03739, "lat": 47.56077, "name": "Candé", "geoid": 3028851}, "date-ut": "1903-08-16 11:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1546"}}, "raw": {"H": "12:00", "COD": "49", "DAY": "16", "MON": "08", "NUM": "1546", "PRO": "PH", "YEA": "1903", "CITY": "Candé", "NAME": "NAULLEAU Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19172	nedey-raymond-1917-08-29	{"e1": "1547"}	{"lerrcp": "E1-1547"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Nedey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-08-29 05:00", "note": null, "place": {"c1": null, "c2": "25", "c3": "", "cy": "FR", "lg": 6.58287, "lat": 47.29489, "name": "Sancey-le-Grand", "geoid": 2976249}, "notime": null, "date-ut": "1917-08-29 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Nedey"}, "birth": {"tzo": "+01:00", "date": "1917-08-29 05:00", "place": {"c2": "25", "c3": "", "cy": "FR", "lg": 6.58287, "lat": 47.29489, "name": "Sancey-le-Grand", "geoid": 2976249}, "date-ut": "1917-08-29 04:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1547"}}, "raw": {"H": "05:00", "COD": "25", "DAY": "29", "MON": "08", "NUM": "1547", "PRO": "PH", "YEA": "1917", "CITY": "Sancey-le-Grand", "NAME": "NEDEY Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19173	negre-eric-1915-02-14	{"e1": "1548"}	{"lerrcp": "E1-1548"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eric", "family": "Negre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-02-14 02:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1915-02-14 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eric", "family": "Negre"}, "birth": {"tzo": "+00:00", "date": "1915-02-14 02:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1915-02-14 02:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1548"}}, "raw": {"H": "02:00", "COD": "34", "DAY": "14", "MON": "02", "NUM": "1548", "PRO": "PH", "YEA": "1915", "CITY": "Montpellier", "NAME": "NEGRE Eric", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19174	negre-maurice-1901-08-05	{"e1": "1549"}	{"lerrcp": "E1-1549"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Negre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-08-05 13:00", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": 3.65505, "lat": 43.93199, "name": "Saint-Laurent-le-Minier", "geoid": 2978877}, "notime": null, "date-ut": "1901-08-05 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Negre"}, "birth": {"tzo": "+00:09", "date": "1901-08-05 13:00", "place": {"c2": "30", "c3": "", "cy": "FR", "lg": 3.65505, "lat": 43.93199, "name": "Saint-Laurent-le-Minier", "geoid": 2978877}, "date-ut": "1901-08-05 12:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1549"}}, "raw": {"H": "13:00", "COD": "30", "DAY": "05", "MON": "08", "NUM": "1549", "PRO": "EX", "YEA": "1901", "CITY": "St Laurent le Minier", "NAME": "NEGRE Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19175	negrel-jacques-1915-12-28	{"e1": "1550"}	{"lerrcp": "E1-1550"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Negrel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-12-28 04:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1915-12-28 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Negrel"}, "birth": {"tzo": "+00:00", "date": "1915-12-28 04:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1915-12-28 04:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1550"}}, "raw": {"H": "04:00", "COD": "13", "DAY": "28", "MON": "12", "NUM": "1550", "PRO": "PH", "YEA": "1915", "CITY": "Marseille", "NAME": "NEGREL Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19176	nelkene-richard-1910-08-05	{"e1": "1551"}	{"lerrcp": "E1-1551"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Nelkene", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-08-05 15:00", "note": null, "place": {"c1": null, "c2": "25", "c3": "", "cy": "FR", "lg": 6.60716, "lat": 47.05784, "name": "Morteau", "geoid": 2991692}, "notime": null, "date-ut": "1910-08-05 14:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Nelkene"}, "birth": {"tzo": "+00:09", "date": "1910-08-05 15:00", "place": {"c2": "25", "c3": "", "cy": "FR", "lg": 6.60716, "lat": 47.05784, "name": "Morteau", "geoid": 2991692}, "date-ut": "1910-08-05 14:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1551"}}, "raw": {"H": "15:00", "COD": "25", "DAY": "05", "MON": "08", "NUM": "1551", "PRO": "EX", "YEA": "1910", "CITY": "Morteau", "NAME": "NELKENE Richard", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19177	netter-henry-1907-08-31	{"e1": "1552"}	{"lerrcp": "E1-1552"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Netter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-08-31 09:30", "note": null, "place": {"c1": null, "c2": "70", "c3": "", "cy": "FR", "lg": 6.06598, "lat": 47.42521, "name": "Rioz", "geoid": 2983456}, "notime": null, "date-ut": "1907-08-31 09:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Netter"}, "birth": {"tzo": "+00:09", "date": "1907-08-31 09:30", "place": {"c2": "70", "c3": "", "cy": "FR", "lg": 6.06598, "lat": 47.42521, "name": "Rioz", "geoid": 2983456}, "date-ut": "1907-08-31 09:21"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1552"}}, "raw": {"H": "09:30", "COD": "70", "DAY": "31", "MON": "08", "NUM": "1552", "PRO": "PH", "YEA": "1907", "CITY": "Rioz", "NAME": "NETTER Henry", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19178	niaussat-pierre-1921-11-21	{"e1": "1553"}	{"lerrcp": "E1-1553"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Niaussat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1921-11-21 05:30", "note": null, "place": {"c1": null, "c2": "17", "c3": "", "cy": "FR", "lg": -0.43485, "lat": 45.44636, "name": "Jonzac", "geoid": 3012266}, "notime": null, "date-ut": "1921-11-21 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Niaussat"}, "birth": {"tzo": "+00:00", "date": "1921-11-21 05:30", "place": {"c2": "17", "c3": "", "cy": "FR", "lg": -0.43485, "lat": 45.44636, "name": "Jonzac", "geoid": 3012266}, "date-ut": "1921-11-21 05:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1553"}}, "raw": {"H": "05:30", "COD": "17", "DAY": "21", "MON": "11", "NUM": "1553", "PRO": "MI", "YEA": "1921", "CITY": "Jonzac", "NAME": "NIAUSSAT Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19179	niboyet-emile-1913-06-16	{"e1": "1554"}	{"lerrcp": "E1-1554"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Niboyet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-06-16 01:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1913-06-16 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Niboyet"}, "birth": {"tzo": "+00:00", "date": "1913-06-16 01:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1913-06-16 01:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1554"}}, "raw": {"H": "01:00", "COD": "13", "DAY": "16", "MON": "06", "NUM": "1554", "PRO": "PH", "YEA": "1913", "CITY": "Marseille", "NAME": "NIBOYET Emile", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19181	nisolle-rene-1923-03-23	{"e1": "1556"}	{"lerrcp": "E1-1556"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Nisolle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1923-03-23 19:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Hénin-Liétard", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "René", "family": "Nisolle"}, "birth": {"tzo": "", "date": "1923-03-23 19:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Hénin-Liétard", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1556"}}, "raw": {"H": "19:00", "COD": "62", "DAY": "23", "MON": "03", "NUM": "1556", "PRO": "EX", "YEA": "1923", "CITY": "Hénin-Liétard", "NAME": "NISOLLE René", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19182	noel-paul-1904-03-19	{"e1": "1557"}	{"lerrcp": "E1-1557"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Noel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1904-03-19 05:00", "note": null, "place": {"c1": null, "c2": "57", "c3": "", "cy": "FR", "lg": 6.16044, "lat": 49.35994, "name": "Thionville", "geoid": 2972811}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Noel"}, "birth": {"tzo": "", "date": "1904-03-19 05:00", "place": {"c2": "57", "c3": "", "cy": "FR", "lg": 6.16044, "lat": 49.35994, "name": "Thionville", "geoid": 2972811}, "date-ut": ""}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1557"}}, "raw": {"H": "05:00", "COD": "57", "DAY": "19", "MON": "03", "NUM": "1557", "PRO": "PH", "YEA": "1904", "CITY": "Thionville", "NAME": "NOEL Paul", "NOTE": "-"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19183	noel-pierre-1912-12-18	{"e1": "1558"}	{"lerrcp": "E1-1558"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Noel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-12-18 22:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1912-12-18 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Noel"}, "birth": {"tzo": "+00:00", "date": "1912-12-18 22:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1912-12-18 22:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1558"}}, "raw": {"H": "22:00", "COD": "59", "DAY": "18", "MON": "12", "NUM": "1558", "PRO": "MI", "YEA": "1912", "CITY": "Lille", "NAME": "NOEL Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19184	noel-robert-1893-03-06	{"e1": "1559"}	{"lerrcp": "E1-1559"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Noel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1893-03-06 10:00", "note": null, "place": {"c1": null, "c2": "65", "c3": "", "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "notime": null, "date-ut": "1893-03-06 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Noel"}, "birth": {"tzo": "+00:09", "date": "1893-03-06 10:00", "place": {"c2": "65", "c3": "", "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "date-ut": "1893-03-06 09:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1559"}}, "raw": {"H": "10:00", "COD": "65", "DAY": "06", "MON": "03", "NUM": "1559", "PRO": "PH", "YEA": "1893", "CITY": "Tarbes", "NAME": "NOEL Robert", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19185	noel-du-payrat-henri-1894-10-21	{"e1": "1560"}	{"lerrcp": "E1-1560"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Noel Du Payrat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1894-10-21 01:00", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 2.0904, "lat": 48.89643, "name": "Saint-Germain-en-Laye", "geoid": 2979783}, "notime": null, "date-ut": "1894-10-21 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Noel Du Payrat"}, "birth": {"tzo": "+00:09", "date": "1894-10-21 01:00", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 2.0904, "lat": 48.89643, "name": "Saint-Germain-en-Laye", "geoid": 2979783}, "date-ut": "1894-10-21 00:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1560"}}, "raw": {"H": "01:00", "COD": "78", "DAY": "21", "MON": "10", "NUM": "1560", "PRO": "MI", "YEA": "1894", "CITY": "St Germain en Laye", "NAME": "NOEL DU PAYRAT Henri", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19186	nord-pierre-brouillard-a-1900-04-15	{"e1": "1561"}	{"lerrcp": "E1-1561"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre (BROUILLARD A.)", "family": "Nord", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1900-04-15 23:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Le Cateau", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre (BROUILLARD A.)", "family": "Nord"}, "birth": {"tzo": "", "date": "1900-04-15 23:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Le Cateau", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1561"}}, "raw": {"H": "23:00", "COD": "59", "DAY": "15", "MON": "04", "NUM": "1561", "PRO": "MI", "YEA": "1900", "CITY": "Le Cateau", "NAME": "NORD Pierre (BROUILLARD A.)", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19187	nordmann-joseph-1922-05-25	{"e1": "1562"}	{"lerrcp": "E1-1562"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Nordmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-05-25 13:30", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1922-05-25 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Nordmann"}, "birth": {"tzo": "+01:00", "date": "1922-05-25 13:30", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1922-05-25 12:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1562"}}, "raw": {"H": "13:30", "COD": "67", "DAY": "25", "MON": "05", "NUM": "1562", "PRO": "PH", "YEA": "1922", "CITY": "Strasbourg", "NAME": "NORDMANN Joseph", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19188	nordmann-roger-1926-05-24	{"e1": "1563"}	{"lerrcp": "E1-1563"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Nordmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1926-05-24 18:00", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1926-05-24 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Nordmann"}, "birth": {"tzo": "+01:00", "date": "1926-05-24 18:00", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1926-05-24 17:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1563"}}, "raw": {"H": "18:00", "COD": "67", "DAY": "24", "MON": "05", "NUM": "1563", "PRO": "PH", "YEA": "1926", "CITY": "Strasbourg", "NAME": "NORDMANN Roger", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19189	norroy-maurice-1892-02-24	{"e1": "1564"}	{"lerrcp": "E1-1564"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Norroy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1892-02-24 17:00", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": 2.65356, "lat": 48.5457, "name": "Melun", "geoid": 2994651}, "notime": null, "date-ut": "1892-02-24 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Norroy"}, "birth": {"tzo": "+00:09", "date": "1892-02-24 17:00", "place": {"c2": "77", "c3": "", "cy": "FR", "lg": 2.65356, "lat": 48.5457, "name": "Melun", "geoid": 2994651}, "date-ut": "1892-02-24 16:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1564"}}, "raw": {"H": "17:00", "COD": "77", "DAY": "24", "MON": "02", "NUM": "1564", "PRO": "EX", "YEA": "1892", "CITY": "Melun", "NAME": "NORROY Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19190	notter-armand-1912-03-07	{"e1": "1565"}	{"lerrcp": "E1-1565"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Notter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-03-07 08:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "3", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1912-03-07 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Notter"}, "birth": {"tzo": "+00:00", "date": "1912-03-07 08:00", "place": {"c2": "69", "c3": "3", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1912-03-07 08:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1565"}}, "raw": {"H": "08:00", "COD": "69", "DAY": "07", "MON": "03", "NUM": "1565", "PRO": "PH", "YEA": "1912", "CITY": "Lyon 3ème", "NAME": "NOTTER Armand", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19191	nouvel-henri-1905-03-19	{"e1": "1566"}	{"lerrcp": "E1-1566"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Nouvel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-03-19 02:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1905-03-19 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Nouvel"}, "birth": {"tzo": "+00:09", "date": "1905-03-19 02:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1905-03-19 01:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1566"}}, "raw": {"H": "02:00", "COD": "29", "DAY": "19", "MON": "03", "NUM": "1566", "PRO": "PH", "YEA": "1905", "CITY": "Brest", "NAME": "NOUVEL Henri", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19192	nungesser-charles-1892-03-15	{"e1": "1567"}	{"lerrcp": "E1-1567"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Nungesser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1892-03-15 03:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "10", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1892-03-15 02:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Nungesser"}, "birth": {"tzo": "+00:09", "date": "1892-03-15 03:00", "place": {"c2": "75", "c3": "10", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1892-03-15 02:51"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1567"}}, "raw": {"H": "03:00", "COD": "75", "DAY": "15", "MON": "03", "NUM": "1567", "PRO": "MI", "YEA": "1892", "CITY": "Paris 10ème", "NAME": "NUNGESSER Charles", "NOTE": "*"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19194	oddo-paul-1917-11-24	{"e1": "1569"}	{"lerrcp": "E1-1569"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Oddo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1917-11-24 20:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1917-11-24 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Oddo"}, "birth": {"tzo": "+00:00", "date": "1917-11-24 20:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1917-11-24 20:00"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1569"}}, "raw": {"H": "20:00", "COD": "13", "DAY": "24", "MON": "11", "NUM": "1569", "PRO": "MI", "YEA": "1917", "CITY": "Marseille", "NAME": "ODDO Paul", "NOTE": "L"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19195	offret-guy-1911-03-28	{"e1": "1570"}	{"lerrcp": "E1-1570"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Offret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-03-28 17:00", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": -2.06274, "lat": 48.63293, "name": "Dinard", "geoid": 3021351}, "notime": null, "date-ut": "1911-03-28 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Offret"}, "birth": {"tzo": "+00:00", "date": "1911-03-28 17:00", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": -2.06274, "lat": 48.63293, "name": "Dinard", "geoid": 3021351}, "date-ut": "1911-03-28 17:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1570"}}, "raw": {"H": "17:00", "COD": "35", "DAY": "28", "MON": "03", "NUM": "1570", "PRO": "PH", "YEA": "1911", "CITY": "Dinard", "NAME": "OFFRET Guy", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19196	olie-jean-1904-03-24	{"e1": "1571"}	{"lerrcp": "E1-1571"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Olie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-03-24 00:30", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.39676, "lat": 48.40817, "name": "Le Relecq-Kerhuon", "geoid": 3002373}, "notime": null, "date-ut": "1904-03-24 00:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Olie"}, "birth": {"tzo": "+00:09", "date": "1904-03-24 00:30", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.39676, "lat": 48.40817, "name": "Le Relecq-Kerhuon", "geoid": 3002373}, "date-ut": "1904-03-24 00:21"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1571"}}, "raw": {"H": "00:30", "COD": "29", "DAY": "24", "MON": "03", "NUM": "1571", "PRO": "MI", "YEA": "1904", "CITY": "Le Relecq-Kerhuon", "NAME": "OLIE Jean", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19197	olivier-henri-1895-08-27	{"e1": "1572"}	{"lerrcp": "E1-1572"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Olivier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1895-08-27 01:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.29025, "lat": 48.82345, "name": "Vanves", "geoid": 2970761}, "notime": null, "date-ut": "1895-08-27 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Olivier"}, "birth": {"tzo": "+00:09", "date": "1895-08-27 01:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.29025, "lat": 48.82345, "name": "Vanves", "geoid": 2970761}, "date-ut": "1895-08-27 00:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1572"}}, "raw": {"H": "01:00", "COD": "92", "DAY": "27", "MON": "08", "NUM": "1572", "PRO": "PH", "YEA": "1895", "CITY": "Vanves", "NAME": "OLIVIER Henri", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19198	oliver-raymond-1909-03-27	{"e1": "1573"}	{"lerrcp": "E1-1573"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Oliver", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-03-27 10:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.24986, "lat": 44.55277, "name": "Langon", "geoid": 3007691}, "notime": null, "date-ut": "1909-03-27 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Oliver"}, "birth": {"tzo": "+00:09", "date": "1909-03-27 10:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.24986, "lat": 44.55277, "name": "Langon", "geoid": 3007691}, "date-ut": "1909-03-27 09:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1573"}}, "raw": {"H": "10:00", "COD": "33", "DAY": "27", "MON": "03", "NUM": "1573", "PRO": "EX", "YEA": "1909", "CITY": "Langon", "NAME": "OLIVER Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19199	olleon-jean-1906-01-21	{"e1": "1574"}	{"lerrcp": "E1-1574"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Olleon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-01-21 02:15", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 3.74164, "lat": 45.54944, "name": "Ambert", "geoid": 3037937}, "notime": null, "date-ut": "1906-01-21 02:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Olleon"}, "birth": {"tzo": "+00:09", "date": "1906-01-21 02:15", "place": {"c2": "63", "c3": "", "cy": "FR", "lg": 3.74164, "lat": 45.54944, "name": "Ambert", "geoid": 3037937}, "date-ut": "1906-01-21 02:06"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1574"}}, "raw": {"H": "02:15", "COD": "63", "DAY": "21", "MON": "01", "NUM": "1574", "PRO": "EX", "YEA": "1906", "CITY": "Ambert", "NAME": "OLLEON Jean", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19200	o-neill-pierre-1903-05-02	{"e1": "1575"}	{"lerrcp": "E1-1575"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "O'neill", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-05-02 22:00", "note": null, "place": {"c1": null, "c2": "56", "c3": "", "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "notime": null, "date-ut": "1903-05-02 21:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "O'neill"}, "birth": {"tzo": "+00:09", "date": "1903-05-02 22:00", "place": {"c2": "56", "c3": "", "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "date-ut": "1903-05-02 21:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1575"}}, "raw": {"H": "22:00", "COD": "56", "DAY": "02", "MON": "05", "NUM": "1575", "PRO": "MI", "YEA": "1903", "CITY": "Lorient", "NAME": "O'NEILL Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19201	orain-fred-1909-01-02	{"e1": "1576"}	{"lerrcp": "E1-1576"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fred", "family": "Orain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1909-01-02 04:00", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Donnemain", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Fred", "family": "Orain"}, "birth": {"tzo": "", "date": "1909-01-02 04:00", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Donnemain", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1576"}}, "raw": {"H": "04:00", "COD": "35", "DAY": "02", "MON": "01", "NUM": "1576", "PRO": "EX", "YEA": "1909", "CITY": "Donnemain", "NAME": "ORAIN Fred", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19202	ordonneau-paul-1913-08-15	{"e1": "1577"}	{"lerrcp": "E1-1577"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Ordonneau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-08-15 19:30", "note": null, "place": {"c1": null, "c2": "27", "c3": "", "cy": "FR", "lg": 0.59858, "lat": 49.08888, "name": "Bernay", "geoid": 3033308}, "notime": null, "date-ut": "1913-08-15 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Ordonneau"}, "birth": {"tzo": "+00:00", "date": "1913-08-15 19:30", "place": {"c2": "27", "c3": "", "cy": "FR", "lg": 0.59858, "lat": 49.08888, "name": "Bernay", "geoid": 3033308}, "date-ut": "1913-08-15 19:30"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1577"}}, "raw": {"H": "19:30", "COD": "27", "DAY": "15", "MON": "08", "NUM": "1577", "PRO": "PH", "YEA": "1913", "CITY": "Bernay", "NAME": "ORDONNEAU Paul", "NOTE": "-"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19203	orgeix-jean-d-1921-04-15	{"e1": "1578"}	{"lerrcp": "E1-1578"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean d'", "family": "Orgeix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-04-15 23:15", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.40556, "lat": 43.72126, "name": "Cap-d'Ail", "geoid": 3028742}, "notime": null, "date-ut": "1921-04-15 22:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean d'", "family": "Orgeix"}, "birth": {"tzo": "+01:00", "date": "1921-04-15 23:15", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.40556, "lat": 43.72126, "name": "Cap-d'Ail", "geoid": 3028742}, "date-ut": "1921-04-15 22:15"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1578"}}, "raw": {"H": "23:15", "COD": "06", "DAY": "15", "MON": "04", "NUM": "1578", "PRO": "EX", "YEA": "1921", "CITY": "Cap d'Ail", "NAME": "ORGEIX Jean d'", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19204	orsini-marcel-1911-02-01	{"e1": "1579"}	{"lerrcp": "E1-1579"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Orsini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1911-02-01 09:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1911-02-01 08:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Orsini"}, "birth": {"tzo": "+00:09", "date": "1911-02-01 09:00", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1911-02-01 08:51"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1579"}}, "raw": {"H": "09:00", "COD": "83", "DAY": "01", "MON": "02", "NUM": "1579", "PRO": "MI", "YEA": "1911", "CITY": "Toulon", "NAME": "ORSINI Marcel", "NOTE": "L"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19205	ortolan-felix-1907-12-04	{"e1": "1580"}	{"lerrcp": "E1-1580"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Ortolan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-12-04 02:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 6.7735, "lat": 43.42332, "name": "Saint-Raphaël", "geoid": 2977246}, "notime": null, "date-ut": "1907-12-04 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Ortolan"}, "birth": {"tzo": "+00:09", "date": "1907-12-04 02:00", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": 6.7735, "lat": 43.42332, "name": "Saint-Raphaël", "geoid": 2977246}, "date-ut": "1907-12-04 01:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1580"}}, "raw": {"H": "02:00", "COD": "83", "DAY": "04", "MON": "12", "NUM": "1580", "PRO": "MI", "YEA": "1907", "CITY": "St Raphaël", "NAME": "ORTOLAN Félix", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19206	ortoli-paul-1900-09-19	{"e1": "1581"}	{"lerrcp": "E1-1581"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Ortoli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1900-09-19 03:00", "note": null, "place": {"c1": null, "c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bastia", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Ortoli"}, "birth": {"tzo": "", "date": "1900-09-19 03:00", "place": {"c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bastia", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1581"}}, "raw": {"H": "03:00", "COD": "20", "DAY": "19", "MON": "09", "NUM": "1581", "PRO": "MI", "YEA": "1900", "CITY": "Bastia", "NAME": "ORTOLI Paul", "NOTE": "L"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19207	orttner-louis-philippe-1908-08-18	{"e1": "1582"}	{"lerrcp": "E1-1582"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis-Philippe", "family": "Orttner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1908-08-18 21:00", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Louis-Philippe", "family": "Orttner"}, "birth": {"tzo": "", "date": "1908-08-18 21:00", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1582"}}, "raw": {"H": "21:00", "COD": "67", "DAY": "18", "MON": "08", "NUM": "1582", "PRO": "EX", "YEA": "1908", "CITY": "Strasbourg", "NAME": "ORTTNER Louis-Philippe", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19208	ossard-alain-1941-08-15	{"e1": "1583"}	{"lerrcp": "E1-1583"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Ossard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1941-08-15 04:30", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": 0.48171, "lat": 44.85157, "name": "Bergerac", "geoid": 3033391}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Alain", "family": "Ossard"}, "birth": {"tzo": "", "date": "1941-08-15 04:30", "place": {"c2": "24", "c3": "", "cy": "FR", "lg": 0.48171, "lat": 44.85157, "name": "Bergerac", "geoid": 3033391}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1583"}}, "raw": {"H": "04:30", "COD": "24", "DAY": "15", "MON": "08", "NUM": "1583", "PRO": "EX", "YEA": "1941", "CITY": "Bergerac", "NAME": "OSSARD Alain", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19209	ottawa-leon-1898-02-04	{"e1": "1584"}	{"lerrcp": "E1-1584"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Ottawa", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1898-02-04 15:30", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Ottawa"}, "birth": {"tzo": "", "date": "1898-02-04 15:30", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1584"}}, "raw": {"H": "15:30", "COD": "67", "DAY": "04", "MON": "02", "NUM": "1584", "PRO": "EX", "YEA": "1898", "CITY": "Strasbourg", "NAME": "OTTAWA Léon", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19210	ouary-gaston-1907-06-15	{"e1": "1585"}	{"lerrcp": "E1-1585"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Ouary", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-06-15 17:00", "note": null, "place": {"c1": null, "c2": "79", "c3": "", "cy": "FR", "lg": -0.45877, "lat": 46.32313, "name": "Niort", "geoid": 2990355}, "notime": null, "date-ut": "1907-06-15 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Ouary"}, "birth": {"tzo": "+00:09", "date": "1907-06-15 17:00", "place": {"c2": "79", "c3": "", "cy": "FR", "lg": -0.45877, "lat": 46.32313, "name": "Niort", "geoid": 2990355}, "date-ut": "1907-06-15 16:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1585"}}, "raw": {"H": "17:00", "COD": "79", "DAY": "15", "MON": "06", "NUM": "1585", "PRO": "PH", "YEA": "1907", "CITY": "Niort", "NAME": "OUARY Gaston", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19211	oudet-pierre-1909-08-26	{"e1": "1586"}	{"lerrcp": "E1-1586"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Oudet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-08-26 08:00", "note": null, "place": {"c1": null, "c2": "08", "c3": "", "cy": "FR", "lg": 4.72838, "lat": 49.74978, "name": "Mohon", "geoid": 2993630}, "notime": null, "date-ut": "1909-08-26 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Oudet"}, "birth": {"tzo": "+00:09", "date": "1909-08-26 08:00", "place": {"c2": "08", "c3": "", "cy": "FR", "lg": 4.72838, "lat": 49.74978, "name": "Mohon", "geoid": 2993630}, "date-ut": "1909-08-26 07:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1586"}}, "raw": {"H": "08:00", "COD": "08", "DAY": "26", "MON": "08", "NUM": "1586", "PRO": "PH", "YEA": "1909", "CITY": "Mohon", "NAME": "OUDET Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19212	oudin-jacques-1908-05-15	{"e1": "1587"}	{"lerrcp": "E1-1587"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Oudin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-05-15 08:30", "note": null, "place": {"c1": null, "c2": "28", "c3": "", "cy": "FR", "lg": 1.36566, "lat": 48.73649, "name": "Dreux", "geoid": 3020810}, "notime": null, "date-ut": "1908-05-15 08:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Oudin"}, "birth": {"tzo": "+00:09", "date": "1908-05-15 08:30", "place": {"c2": "28", "c3": "", "cy": "FR", "lg": 1.36566, "lat": 48.73649, "name": "Dreux", "geoid": 3020810}, "date-ut": "1908-05-15 08:21"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1587"}}, "raw": {"H": "08:30", "COD": "28", "DAY": "15", "MON": "05", "NUM": "1587", "PRO": "PH", "YEA": "1908", "CITY": "Dreux", "NAME": "OUDIN Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19213	ours-henry-1902-12-31	{"e1": "1588"}	{"lerrcp": "E1-1588"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Ours", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1902-12-31 19:00", "note": null, "place": {"c1": null, "c2": "84", "c3": "", "cy": "FR", "lg": 4.81025, "lat": 44.13806, "name": "Orange", "geoid": 2989460}, "notime": null, "date-ut": "1902-12-31 18:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Ours"}, "birth": {"tzo": "+00:09", "date": "1902-12-31 19:00", "place": {"c2": "84", "c3": "", "cy": "FR", "lg": 4.81025, "lat": 44.13806, "name": "Orange", "geoid": 2989460}, "date-ut": "1902-12-31 18:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1588"}}, "raw": {"H": "19:00", "COD": "84", "DAY": "31", "MON": "12", "NUM": "1588", "PRO": "EX", "YEA": "1902", "CITY": "Orange", "NAME": "OURS Henry", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19214	ouvrard-jean-1910-06-16	{"e1": "1589"}	{"lerrcp": "E1-1589"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Ouvrard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-06-16 12:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "notime": null, "date-ut": "1910-06-16 11:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Ouvrard"}, "birth": {"tzo": "+00:09", "date": "1910-06-16 12:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "date-ut": "1910-06-16 11:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1589"}}, "raw": {"H": "12:00", "COD": "64", "DAY": "16", "MON": "06", "NUM": "1589", "PRO": "PH", "YEA": "1910", "CITY": "Pau", "NAME": "OUVRARD Jean", "NOTE": "-"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19215	pages-paul-1895-04-09	{"e1": "1590"}	{"lerrcp": "E1-1590"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Pages", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1895-04-09 02:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.25312, "lat": 43.41126, "name": "Bassan", "geoid": 3034713}, "notime": null, "date-ut": "1895-04-09 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Pages"}, "birth": {"tzo": "+00:09", "date": "1895-04-09 02:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.25312, "lat": 43.41126, "name": "Bassan", "geoid": 3034713}, "date-ut": "1895-04-09 01:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1590"}}, "raw": {"H": "02:00", "COD": "34", "DAY": "09", "MON": "04", "NUM": "1590", "PRO": "PH", "YEA": "1895", "CITY": "Bassan", "NAME": "PAGES Paul", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19216	pages-raymond-julien-1909-12-14	{"e1": "1591"}	{"lerrcp": "E1-1591"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond Julien", "family": "Pages", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1909-12-14 11:10", "note": null, "place": {"c1": null, "c2": "43", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Le Puy", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Raymond Julien", "family": "Pages"}, "birth": {"tzo": "", "date": "1909-12-14 11:10", "place": {"c2": "43", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Le Puy", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1591"}}, "raw": {"H": "11:10", "COD": "43", "DAY": "14", "MON": "12", "NUM": "1591", "PRO": "EX", "YEA": "1909", "CITY": "Le Puy", "NAME": "PAGES Raymond Julien", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19217	paget-marcel-1904-04-07	{"e1": "1592"}	{"lerrcp": "E1-1592"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Paget", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-04-07 19:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 2.53729, "lat": 50.72374, "name": "Hazebrouck", "geoid": 3013619}, "notime": null, "date-ut": "1904-04-07 18:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Paget"}, "birth": {"tzo": "+00:09", "date": "1904-04-07 19:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 2.53729, "lat": 50.72374, "name": "Hazebrouck", "geoid": 3013619}, "date-ut": "1904-04-07 18:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1592"}}, "raw": {"H": "19:00", "COD": "59", "DAY": "07", "MON": "04", "NUM": "1592", "PRO": "PH", "YEA": "1904", "CITY": "Hazebrouck", "NAME": "PAGET Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19218	pagot-jean-1916-04-27	{"e1": "1593"}	{"lerrcp": "E1-1593"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Pagot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-04-27 02:00", "note": null, "place": {"c1": null, "c2": "21", "c3": "", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1916-04-27 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Pagot"}, "birth": {"tzo": "+00:00", "date": "1916-04-27 02:00", "place": {"c2": "21", "c3": "", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1916-04-27 02:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1593"}}, "raw": {"H": "02:00", "COD": "21", "DAY": "27", "MON": "04", "NUM": "1593", "PRO": "MI", "YEA": "1916", "CITY": "Dijon", "NAME": "PAGOT Jean", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19219	paillard-jacques-1920-03-05	{"e1": "1594"}	{"lerrcp": "E1-1594"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Paillard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-03-05 00:30", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": 2.69078, "lat": 48.27511, "name": "Nemours", "geoid": 2990793}, "notime": null, "date-ut": "1920-03-04 23:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Paillard"}, "birth": {"tzo": "+01:00", "date": "1920-03-05 00:30", "place": {"c2": "77", "c3": "", "cy": "FR", "lg": 2.69078, "lat": 48.27511, "name": "Nemours", "geoid": 2990793}, "date-ut": "1920-03-04 23:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1594"}}, "raw": {"H": "00:30", "COD": "77", "DAY": "05", "MON": "03", "NUM": "1594", "PRO": "PH", "YEA": "1920", "CITY": "Nemours", "NAME": "PAILLARD Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19220	painvin-pierre-marie-1925-01-27	{"e1": "1595"}	{"lerrcp": "E1-1595"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre-Marie", "family": "Painvin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1925-01-27 05:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.20289, "lat": 48.84598, "name": "Saint-Cloud", "geoid": 2981041}, "notime": null, "date-ut": "1925-01-27 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre-Marie", "family": "Painvin"}, "birth": {"tzo": "+00:00", "date": "1925-01-27 05:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.20289, "lat": 48.84598, "name": "Saint-Cloud", "geoid": 2981041}, "date-ut": "1925-01-27 05:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1595"}}, "raw": {"H": "05:00", "COD": "92", "DAY": "27", "MON": "01", "NUM": "1595", "PRO": "PH", "YEA": "1925", "CITY": "St-Cloud", "NAME": "PAINVIN Pierre-Marie", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19221	paitra-jacques-1933-02-06	{"e1": "1596"}	{"lerrcp": "E1-1596"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Paitra", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1933-02-06 23:00", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.43769, "lat": 48.8486, "name": "Vincennes", "geoid": 2968054}, "notime": null, "date-ut": "1933-02-06 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Paitra"}, "birth": {"tzo": "+00:00", "date": "1933-02-06 23:00", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.43769, "lat": 48.8486, "name": "Vincennes", "geoid": 2968054}, "date-ut": "1933-02-06 23:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1596"}}, "raw": {"H": "23:00", "COD": "94", "DAY": "06", "MON": "02", "NUM": "1596", "PRO": "EX", "YEA": "1933", "CITY": "Vincennes", "NAME": "PAITRA Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19222	paleologue-jean-1906-11-25	{"e1": "1597"}	{"lerrcp": "E1-1597"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Paleologue", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-11-25 07:00", "note": null, "place": {"c1": null, "c2": "39", "c3": "", "cy": "FR", "lg": 5.87763, "lat": 46.94663, "name": "Salins-les-Bains", "geoid": 2976413}, "notime": null, "date-ut": "1906-11-25 06:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Paleologue"}, "birth": {"tzo": "+00:09", "date": "1906-11-25 07:00", "place": {"c2": "39", "c3": "", "cy": "FR", "lg": 5.87763, "lat": 46.94663, "name": "Salins-les-Bains", "geoid": 2976413}, "date-ut": "1906-11-25 06:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1597"}}, "raw": {"H": "07:00", "COD": "39", "DAY": "25", "MON": "11", "NUM": "1597", "PRO": "MI", "YEA": "1906", "CITY": "Salins les Bains", "NAME": "PALEOLOGUE Jean", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19224	parias-louis-henri-1913-06-08	{"e1": "1599"}	{"lerrcp": "E1-1599"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis-Henri", "family": "Parias", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-06-08 04:00", "note": null, "place": {"c1": null, "c2": "17", "c3": "", "cy": "FR", "lg": -0.78936, "lat": 45.48078, "name": "Mortagne-sur-Gironde", "geoid": 2991701}, "notime": null, "date-ut": "1913-06-08 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Louis-Henri", "family": "Parias"}, "birth": {"tzo": "+00:00", "date": "1913-06-08 04:00", "place": {"c2": "17", "c3": "", "cy": "FR", "lg": -0.78936, "lat": 45.48078, "name": "Mortagne-sur-Gironde", "geoid": 2991701}, "date-ut": "1913-06-08 04:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1599"}}, "raw": {"H": "04:00", "COD": "17", "DAY": "08", "MON": "06", "NUM": "1599", "PRO": "EX", "YEA": "1913", "CITY": "Mortagne/Gironde", "NAME": "PARIAS Louis-Henri", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19225	paricaud-albert-1906-03-19	{"e1": "1600"}	{"lerrcp": "E1-1600"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Paricaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1906-03-19 07:00", "note": null, "place": {"c1": null, "c2": "23", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Montaigut", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Paricaud"}, "birth": {"tzo": "", "date": "1906-03-19 07:00", "place": {"c2": "23", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Montaigut", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1600"}}, "raw": {"H": "07:00", "COD": "23", "DAY": "19", "MON": "03", "NUM": "1600", "PRO": "MI", "YEA": "1906", "CITY": "Montaigut", "NAME": "PARICAUD Albert", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19226	paris-georges-1895-09-23	{"e1": "1601"}	{"lerrcp": "E1-1601"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Paris", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1895-09-23 01:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "notime": null, "date-ut": "1895-09-23 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Paris"}, "birth": {"tzo": "+00:09", "date": "1895-09-23 01:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "date-ut": "1895-09-23 00:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1601"}}, "raw": {"H": "01:00", "COD": "62", "DAY": "23", "MON": "09", "NUM": "1601", "PRO": "PH", "YEA": "1895", "CITY": "Arras", "NAME": "PARIS Georges", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19228	pariselle-pierre-1921-11-06	{"e1": "1603"}	{"lerrcp": "E1-1603"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Pariselle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1921-11-06 03:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1921-11-06 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Pariselle"}, "birth": {"tzo": "+00:00", "date": "1921-11-06 03:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1921-11-06 03:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1603"}}, "raw": {"H": "03:30", "COD": "59", "DAY": "06", "MON": "11", "NUM": "1603", "PRO": "MI", "YEA": "1921", "CITY": "Lille", "NAME": "PARISELLE Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19229	parneix-henri-1904-02-18	{"e1": "1604"}	{"lerrcp": "E1-1604"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Parneix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-02-18 04:00", "note": null, "place": {"c1": null, "c2": "19", "c3": "", "cy": "FR", "lg": 1.70441, "lat": 45.43215, "name": "Chamboulive", "geoid": 3027353}, "notime": null, "date-ut": "1904-02-18 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Parneix"}, "birth": {"tzo": "+00:09", "date": "1904-02-18 04:00", "place": {"c2": "19", "c3": "", "cy": "FR", "lg": 1.70441, "lat": 45.43215, "name": "Chamboulive", "geoid": 3027353}, "date-ut": "1904-02-18 03:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1604"}}, "raw": {"H": "04:00", "COD": "19", "DAY": "18", "MON": "02", "NUM": "1604", "PRO": "PH", "YEA": "1904", "CITY": "Chamboulive", "NAME": "PARNEIX Henri", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19230	parodi-alexandre-1901-06-01	{"e1": "1605"}	{"lerrcp": "E1-1605"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Parodi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-06-01 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "17", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1901-06-01 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Parodi"}, "birth": {"tzo": "+00:09", "date": "1901-06-01 06:00", "place": {"c2": "75", "c3": "17", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1901-06-01 05:51"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1605"}}, "raw": {"H": "06:00", "COD": "75", "DAY": "01", "MON": "06", "NUM": "1605", "PRO": "MI", "YEA": "1901", "CITY": "Paris 17ème", "NAME": "PARODI Alexandre", "NOTE": "L"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19231	paroissin-jean-1909-03-07	{"e1": "1606"}	{"lerrcp": "E1-1606"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Paroissin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-03-07 17:00", "note": null, "place": {"c1": null, "c2": "03", "c3": "", "cy": "FR", "lg": 3.33243, "lat": 46.56459, "name": "Moulins", "geoid": 2991481}, "notime": null, "date-ut": "1909-03-07 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Paroissin"}, "birth": {"tzo": "+00:09", "date": "1909-03-07 17:00", "place": {"c2": "03", "c3": "", "cy": "FR", "lg": 3.33243, "lat": 46.56459, "name": "Moulins", "geoid": 2991481}, "date-ut": "1909-03-07 16:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1606"}}, "raw": {"H": "17:00", "COD": "03", "DAY": "07", "MON": "03", "NUM": "1606", "PRO": "EX", "YEA": "1909", "CITY": "Moulins", "NAME": "PAROISSIN Jean", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19232	paruit-raymond-1909-07-13	{"e1": "1607"}	{"lerrcp": "E1-1607"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Paruit", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1909-07-13 01:30", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 6.45304, "lat": 48.18324, "name": "Épinal", "geoid": 3020035}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Paruit"}, "birth": {"tzo": "", "date": "1909-07-13 01:30", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 6.45304, "lat": 48.18324, "name": "Épinal", "geoid": 3020035}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1607"}}, "raw": {"H": "01:30", "COD": "88", "DAY": "13", "MON": "07", "NUM": "1607", "PRO": "MI", "YEA": "1909", "CITY": "Epinal", "NAME": "PARUIT Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19233	pascal-jean-1917-11-27	{"e1": "1608"}	{"lerrcp": "E1-1608"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Pascal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1917-11-27 11:00", "note": null, "place": {"c1": null, "c2": "26", "c3": "", "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "notime": null, "date-ut": "1917-11-27 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Pascal"}, "birth": {"tzo": "+00:00", "date": "1917-11-27 11:00", "place": {"c2": "26", "c3": "", "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "date-ut": "1917-11-27 11:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1608"}}, "raw": {"H": "11:00", "COD": "26", "DAY": "27", "MON": "11", "NUM": "1608", "PRO": "MI", "YEA": "1917", "CITY": "Valence", "NAME": "PASCAL Jean", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19234	paschetta-vincent-1904-04-13	{"e1": "1609"}	{"lerrcp": "E1-1609"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincent", "family": "Paschetta", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-04-13 13:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1904-04-13 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Vincent", "family": "Paschetta"}, "birth": {"tzo": "+00:09", "date": "1904-04-13 13:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1904-04-13 12:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1609"}}, "raw": {"H": "13:00", "COD": "06", "DAY": "13", "MON": "04", "NUM": "1609", "PRO": "PH", "YEA": "1904", "CITY": "Nice", "NAME": "PASCHETTA Vincent", "NOTE": "-"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19235	pasquie-maurice-1918-04-01	{"e1": "1610"}	{"lerrcp": "E1-1610"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Pasquie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-04-01 19:00", "note": null, "place": {"c1": null, "c2": "82", "c3": "", "cy": "FR", "lg": 1.10666, "lat": 44.04042, "name": "Castelsarrasin", "geoid": 3028322}, "notime": null, "date-ut": "1918-04-01 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Pasquie"}, "birth": {"tzo": "+01:00", "date": "1918-04-01 19:00", "place": {"c2": "82", "c3": "", "cy": "FR", "lg": 1.10666, "lat": 44.04042, "name": "Castelsarrasin", "geoid": 3028322}, "date-ut": "1918-04-01 18:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1610"}}, "raw": {"H": "19:00", "COD": "82", "DAY": "01", "MON": "04", "NUM": "1610", "PRO": "PH", "YEA": "1918", "CITY": "Castelsarrasin", "NAME": "PASQUIE Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19236	patou-andre-1910-07-05	{"e1": "1611"}	{"lerrcp": "E1-1611"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Patou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-07-05 16:00", "note": null, "place": {"c1": null, "c2": "79", "c3": "", "cy": "FR", "lg": -0.24672, "lat": 46.64832, "name": "Parthenay", "geoid": 2988447}, "notime": null, "date-ut": "1910-07-05 15:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Patou"}, "birth": {"tzo": "+00:09", "date": "1910-07-05 16:00", "place": {"c2": "79", "c3": "", "cy": "FR", "lg": -0.24672, "lat": 46.64832, "name": "Parthenay", "geoid": 2988447}, "date-ut": "1910-07-05 15:51"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1611"}}, "raw": {"H": "16:00", "COD": "79", "DAY": "05", "MON": "07", "NUM": "1611", "PRO": "MI", "YEA": "1910", "CITY": "Parthenay", "NAME": "PATOU André", "NOTE": "L"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19238	paugam-paul-1911-11-30	{"e1": "1613"}	{"lerrcp": "E1-1613"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Paugam", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-11-30 21:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.21184, "lat": 48.61734, "name": "Plounévez-Lochrist", "geoid": 2986640}, "notime": null, "date-ut": "1911-11-30 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Paugam"}, "birth": {"tzo": "+00:00", "date": "1911-11-30 21:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.21184, "lat": 48.61734, "name": "Plounévez-Lochrist", "geoid": 2986640}, "date-ut": "1911-11-30 21:00"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1613"}}, "raw": {"H": "21:00", "COD": "29", "DAY": "30", "MON": "11", "NUM": "1613", "PRO": "PH", "YEA": "1911", "CITY": "Plounevez-Lochrist", "NAME": "PAUGAM Paul", "NOTE": "-"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19239	paul-charles-1879-03-23	{"e1": "1614"}	{"lerrcp": "E1-1614"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Paul", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06", "date": "1879-03-23 13:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "notime": null, "date-ut": "1879-03-23 12:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Paul"}, "birth": {"tzo": "+00:06", "date": "1879-03-23 13:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "date-ut": "1879-03-23 12:54"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1614"}}, "raw": {"H": "13:00", "COD": "62", "DAY": "23", "MON": "03", "NUM": "1614", "PRO": "PH", "YEA": "1879", "CITY": "Boulogne sur Mer", "NAME": "PAUL Charles", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19240	paulhac-fernand-1893-10-18	{"e1": "1615"}	{"lerrcp": "E1-1615"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Paulhac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1893-10-18 05:00", "note": null, "place": {"c1": null, "c2": "18", "c3": "", "cy": "FR", "lg": 3.03167, "lat": 47.02513, "name": "Cours-les-Barres", "geoid": 3022943}, "notime": null, "date-ut": "1893-10-18 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Paulhac"}, "birth": {"tzo": "+00:09", "date": "1893-10-18 05:00", "place": {"c2": "18", "c3": "", "cy": "FR", "lg": 3.03167, "lat": 47.02513, "name": "Cours-les-Barres", "geoid": 3022943}, "date-ut": "1893-10-18 04:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1615"}}, "raw": {"H": "05:00", "COD": "18", "DAY": "18", "MON": "10", "NUM": "1615", "PRO": "MI", "YEA": "1893", "CITY": "Cours les Barres", "NAME": "PAULHAC Fernand", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19241	pauly-robert-1905-02-21	{"e1": "1616"}	{"lerrcp": "E1-1616"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Pauly", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-02-21 09:00", "note": null, "place": {"c1": null, "c2": "47", "c3": "", "cy": "FR", "lg": 0.30556, "lat": 44.55046, "name": "Seyches", "geoid": 2974666}, "notime": null, "date-ut": "1905-02-21 08:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Pauly"}, "birth": {"tzo": "+00:09", "date": "1905-02-21 09:00", "place": {"c2": "47", "c3": "", "cy": "FR", "lg": 0.30556, "lat": 44.55046, "name": "Seyches", "geoid": 2974666}, "date-ut": "1905-02-21 08:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1616"}}, "raw": {"H": "09:00", "COD": "47", "DAY": "21", "MON": "02", "NUM": "1616", "PRO": "PH", "YEA": "1905", "CITY": "Seyches", "NAME": "PAULY Robert", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19242	pauwels-louis-1920-08-02	{"e1": "1617"}	{"lerrcp": "E1-1617"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Pauwels", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-08-02 08:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "15", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1920-08-02 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Pauwels"}, "birth": {"tzo": "+01:00", "date": "1920-08-02 08:00", "place": {"c2": "75", "c3": "15", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1920-08-02 07:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1617"}}, "raw": {"H": "08:00", "COD": "75", "DAY": "02", "MON": "08", "NUM": "1617", "PRO": "EX", "YEA": "1920", "CITY": "Paris 15ème", "NAME": "PAUWELS Louis", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19243	payrau-paul-1911-08-13	{"e1": "1618"}	{"lerrcp": "E1-1618"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Payrau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-08-13 13:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 0.83526, "lat": 43.38153, "name": "L'Isle-en-Dodon", "geoid": 2998132}, "notime": null, "date-ut": "1911-08-13 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Payrau"}, "birth": {"tzo": "+00:00", "date": "1911-08-13 13:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 0.83526, "lat": 43.38153, "name": "L'Isle-en-Dodon", "geoid": 2998132}, "date-ut": "1911-08-13 13:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1618"}}, "raw": {"H": "13:00", "COD": "31", "DAY": "13", "MON": "08", "NUM": "1618", "PRO": "PH", "YEA": "1911", "CITY": "L'Isle en Dodon", "NAME": "PAYRAU Paul", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19244	pechaudra-roger-1909-01-11	{"e1": "1619"}	{"lerrcp": "E1-1619"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Pechaudra", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-01-11 08:30", "note": null, "place": {"c1": null, "c2": "87", "c3": "", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1909-01-11 08:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Pechaudra"}, "birth": {"tzo": "+00:09", "date": "1909-01-11 08:30", "place": {"c2": "87", "c3": "", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1909-01-11 08:21"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1619"}}, "raw": {"H": "08:30", "COD": "87", "DAY": "11", "MON": "01", "NUM": "1619", "PRO": "MI", "YEA": "1909", "CITY": "Limoges", "NAME": "PECHAUDRA Roger", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19245	pecker-jean-1921-01-23	{"e1": "1620"}	{"lerrcp": "E1-1620"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Pecker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1921-01-23 16:30", "note": null, "place": {"c1": null, "c2": "14", "c3": "", "cy": "FR", "lg": -0.29571, "lat": 49.2049, "name": "Colombelles", "geoid": 3024267}, "notime": null, "date-ut": "1921-01-23 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Pecker"}, "birth": {"tzo": "+00:00", "date": "1921-01-23 16:30", "place": {"c2": "14", "c3": "", "cy": "FR", "lg": -0.29571, "lat": 49.2049, "name": "Colombelles", "geoid": 3024267}, "date-ut": "1921-01-23 16:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1620"}}, "raw": {"H": "16:30", "COD": "14", "DAY": "23", "MON": "01", "NUM": "1620", "PRO": "PH", "YEA": "1921", "CITY": "Colombelles", "NAME": "PECKER Jean", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19246	pedinielli-laurent-1923-02-20	{"e1": "1621"}	{"lerrcp": "E1-1621"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Laurent", "family": "Pedinielli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1923-02-20 12:00", "note": null, "place": {"c1": null, "c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Sartène", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Laurent", "family": "Pedinielli"}, "birth": {"tzo": "", "date": "1923-02-20 12:00", "place": {"c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Sartène", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1621"}}, "raw": {"H": "12:00", "COD": "20", "DAY": "20", "MON": "02", "NUM": "1621", "PRO": "PH", "YEA": "1923", "CITY": "Sartène", "NAME": "PEDINIELLI Laurent", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19247	penaud-guy-1908-03-04	{"e1": "1622"}	{"lerrcp": "E1-1622"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Penaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1908-03-04 03:00", "note": null, "place": {"c1": null, "c2": "16", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Barbezieux", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Penaud"}, "birth": {"tzo": "", "date": "1908-03-04 03:00", "place": {"c2": "16", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Barbezieux", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1622"}}, "raw": {"H": "03:00", "COD": "16", "DAY": "04", "MON": "03", "NUM": "1622", "PRO": "PH", "YEA": "1908", "CITY": "Barbezieux", "NAME": "PENAUD Guy", "NOTE": "-"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19248	penguilly-jacques-de-1919-09-02	{"e1": "1623"}	{"lerrcp": "E1-1623"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques de", "family": "Penguilly", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-09-02 07:00", "note": null, "place": {"c1": null, "c2": "22", "c3": "", "cy": "FR", "lg": -2.23116, "lat": 48.54732, "name": "Saint-Lormel", "geoid": 2978753}, "notime": null, "date-ut": "1919-09-02 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jacques de", "family": "Penguilly"}, "birth": {"tzo": "+01:00", "date": "1919-09-02 07:00", "place": {"c2": "22", "c3": "", "cy": "FR", "lg": -2.23116, "lat": 48.54732, "name": "Saint-Lormel", "geoid": 2978753}, "date-ut": "1919-09-02 06:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1623"}}, "raw": {"H": "07:00", "COD": "22", "DAY": "02", "MON": "09", "NUM": "1623", "PRO": "EX", "YEA": "1919", "CITY": "St Lormel", "NAME": "PENGUILLY Jacques de", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19249	peninou-georges-1926-11-22	{"e1": "1624"}	{"lerrcp": "E1-1624"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Peninou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1926-11-22 08:00", "note": null, "place": {"c1": null, "c2": "65", "c3": "", "cy": "FR", "lg": -0.15988, "lat": 43.10357, "name": "Saint-Pé-de-Bigorre", "geoid": 2977636}, "notime": null, "date-ut": "1926-11-22 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Peninou"}, "birth": {"tzo": "+00:00", "date": "1926-11-22 08:00", "place": {"c2": "65", "c3": "", "cy": "FR", "lg": -0.15988, "lat": 43.10357, "name": "Saint-Pé-de-Bigorre", "geoid": 2977636}, "date-ut": "1926-11-22 08:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1624"}}, "raw": {"H": "08:00", "COD": "65", "DAY": "22", "MON": "11", "NUM": "1624", "PRO": "EX", "YEA": "1926", "CITY": "St Pé-de-Bigorre", "NAME": "PENINOU Georges", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19250	pequignot-henri-1914-08-14	{"e1": "1625"}	{"lerrcp": "E1-1625"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Pequignot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-08-14 02:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1914-08-14 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Pequignot"}, "birth": {"tzo": "+00:00", "date": "1914-08-14 02:00", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1914-08-14 02:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1625"}}, "raw": {"H": "02:00", "COD": "83", "DAY": "14", "MON": "08", "NUM": "1625", "PRO": "PH", "YEA": "1914", "CITY": "Toulon", "NAME": "PEQUIGNOT Henri", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19251	pequignot-jean-1921-09-09	{"e1": "1626"}	{"lerrcp": "E1-1626"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Pequignot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-09-09 20:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1921-09-09 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Pequignot"}, "birth": {"tzo": "+01:00", "date": "1921-09-09 20:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1921-09-09 19:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1626"}}, "raw": {"H": "20:00", "COD": "31", "DAY": "09", "MON": "09", "NUM": "1626", "PRO": "MI", "YEA": "1921", "CITY": "Toulouse", "NAME": "PEQUIGNOT Jean", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19252	percevault-rene-1897-01-17	{"e1": "1627"}	{"lerrcp": "E1-1627"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Percevault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1897-01-17 09:30", "note": null, "place": {"c1": null, "c2": "86", "c3": "", "cy": "FR", "lg": 0.54518, "lat": 46.81705, "name": "Châtellerault", "geoid": 3026141}, "notime": null, "date-ut": "1897-01-17 09:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Percevault"}, "birth": {"tzo": "+00:09", "date": "1897-01-17 09:30", "place": {"c2": "86", "c3": "", "cy": "FR", "lg": 0.54518, "lat": 46.81705, "name": "Châtellerault", "geoid": 3026141}, "date-ut": "1897-01-17 09:21"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1627"}}, "raw": {"H": "09:30", "COD": "86", "DAY": "17", "MON": "01", "NUM": "1627", "PRO": "PH", "YEA": "1897", "CITY": "Chatellerault", "NAME": "PERCEVAULT René", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19253	percier-alexandre-1919-01-07	{"e1": "1628"}	{"lerrcp": "E1-1628"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Percier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1919-01-07 05:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1919-01-07 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Percier"}, "birth": {"tzo": "+00:00", "date": "1919-01-07 05:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1919-01-07 05:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1628"}}, "raw": {"H": "05:00", "COD": "29", "DAY": "07", "MON": "01", "NUM": "1628", "PRO": "MI", "YEA": "1919", "CITY": "Brest", "NAME": "PERCIER Alexandre", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19254	perdoncini-guy-1914-05-19	{"e1": "1629"}	{"lerrcp": "E1-1629"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Perdoncini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-05-19 12:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1914-05-19 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Perdoncini"}, "birth": {"tzo": "+00:00", "date": "1914-05-19 12:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1914-05-19 12:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1629"}}, "raw": {"H": "12:00", "COD": "06", "DAY": "19", "MON": "05", "NUM": "1629", "PRO": "PH", "YEA": "1914", "CITY": "Nice", "NAME": "PERDONCINI Guy", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19255	perdriel-claude-1926-10-25	{"e1": "1630"}	{"lerrcp": "E1-1630"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Perdriel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1926-10-25 17:05", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1926-10-25 17:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Perdriel"}, "birth": {"tzo": "+00:00", "date": "1926-10-25 17:05", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1926-10-25 17:05"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1630"}}, "raw": {"H": "17:05", "COD": "76", "DAY": "25", "MON": "10", "NUM": "1630", "PRO": "EX", "YEA": "1926", "CITY": "Le Havre", "NAME": "PERDRIEL Claude", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19256	perdriel-georges-1922-04-07	{"e1": "1631"}	{"lerrcp": "E1-1631"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Perdriel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-04-07 05:00", "note": null, "place": {"c1": null, "c2": "56", "c3": "", "cy": "FR", "lg": -2.96645, "lat": 48.06835, "name": "Pontivy", "geoid": 2986160}, "notime": null, "date-ut": "1922-04-07 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Perdriel"}, "birth": {"tzo": "+01:00", "date": "1922-04-07 05:00", "place": {"c2": "56", "c3": "", "cy": "FR", "lg": -2.96645, "lat": 48.06835, "name": "Pontivy", "geoid": 2986160}, "date-ut": "1922-04-07 04:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1631"}}, "raw": {"H": "05:00", "COD": "56", "DAY": "07", "MON": "04", "NUM": "1631", "PRO": "MI", "YEA": "1922", "CITY": "Pontivy", "NAME": "PERDRIEL Georges", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19257	perdrizet-maurice-1912-07-11	{"e1": "1632"}	{"lerrcp": "E1-1632"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Perdrizet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-07-11 11:00", "note": null, "place": {"c1": null, "c2": "26", "c3": "", "cy": "FR", "lg": 5.01517, "lat": 44.72639, "name": "Crest", "geoid": 3022540}, "notime": null, "date-ut": "1912-07-11 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Perdrizet"}, "birth": {"tzo": "+00:00", "date": "1912-07-11 11:00", "place": {"c2": "26", "c3": "", "cy": "FR", "lg": 5.01517, "lat": 44.72639, "name": "Crest", "geoid": 3022540}, "date-ut": "1912-07-11 11:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1632"}}, "raw": {"H": "11:00", "COD": "26", "DAY": "11", "MON": "07", "NUM": "1632", "PRO": "MI", "YEA": "1912", "CITY": "Crest", "NAME": "PERDRIZET Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19258	perdu-remond-1915-01-04	{"e1": "1633"}	{"lerrcp": "E1-1633"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rémond", "family": "Perdu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-01-04 09:00", "note": null, "place": {"c1": null, "c2": "89", "c3": "", "cy": "FR", "lg": 4.14494, "lat": 47.67728, "name": "Étivey", "geoid": 3019399}, "notime": null, "date-ut": "1915-01-04 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Rémond", "family": "Perdu"}, "birth": {"tzo": "+00:00", "date": "1915-01-04 09:00", "place": {"c2": "89", "c3": "", "cy": "FR", "lg": 4.14494, "lat": 47.67728, "name": "Étivey", "geoid": 3019399}, "date-ut": "1915-01-04 09:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1633"}}, "raw": {"H": "09:00", "COD": "89", "DAY": "04", "MON": "01", "NUM": "1633", "PRO": "MI", "YEA": "1915", "CITY": "Etivey", "NAME": "PERDU Rémond", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19259	peretti-achille-1911-06-13	{"e1": "1634"}	{"lerrcp": "E1-1634"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Achille", "family": "Peretti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1911-06-13 09:00", "note": null, "place": {"c1": null, "c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Ajaccio", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Achille", "family": "Peretti"}, "birth": {"tzo": "", "date": "1911-06-13 09:00", "place": {"c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Ajaccio", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1634"}}, "raw": {"H": "09:00", "COD": "20", "DAY": "13", "MON": "06", "NUM": "1634", "PRO": "MI", "YEA": "1911", "CITY": "Ajaccio", "NAME": "PERETTI Achille", "NOTE": "L"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19260	peries-paul-1899-09-27	{"e1": "1635"}	{"lerrcp": "E1-1635"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Peries", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1899-09-27 08:00", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Châlons sur Marne", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Peries"}, "birth": {"tzo": "", "date": "1899-09-27 08:00", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Châlons sur Marne", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1635"}}, "raw": {"H": "08:00", "COD": "51", "DAY": "27", "MON": "09", "NUM": "1635", "PRO": "MI", "YEA": "1899", "CITY": "Châlons sur Marne", "NAME": "PERIES Paul", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19261	perilhou-etienne-1887-08-15	{"e1": "1636"}	{"lerrcp": "E1-1636"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Perilhou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21", "date": "1887-08-15 19:00", "note": null, "place": {"c1": null, "c2": "01", "c3": "", "cy": "FR", "lg": 5.1992, "lat": 45.90823, "name": "Meximieux", "geoid": 2994094}, "notime": null, "date-ut": "1887-08-15 18:39"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Perilhou"}, "birth": {"tzo": "+00:21", "date": "1887-08-15 19:00", "place": {"c2": "01", "c3": "", "cy": "FR", "lg": 5.1992, "lat": 45.90823, "name": "Meximieux", "geoid": 2994094}, "date-ut": "1887-08-15 18:39"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1636"}}, "raw": {"H": "19:00", "COD": "01", "DAY": "15", "MON": "08", "NUM": "1636", "PRO": "EX", "YEA": "1887", "CITY": "Meximieux", "NAME": "PERILHOU Etienne", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19262	perin-lucien-1887-10-28	{"e1": "1637"}	{"lerrcp": "E1-1637"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Perin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10", "date": "1887-10-28 18:15", "note": null, "place": {"c1": null, "c2": "80", "c3": "", "cy": "FR", "lg": 2.56991, "lat": 49.648, "name": "Montdidier", "geoid": 2992760}, "notime": null, "date-ut": "1887-10-28 18:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Perin"}, "birth": {"tzo": "+00:10", "date": "1887-10-28 18:15", "place": {"c2": "80", "c3": "", "cy": "FR", "lg": 2.56991, "lat": 49.648, "name": "Montdidier", "geoid": 2992760}, "date-ut": "1887-10-28 18:05"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1637"}}, "raw": {"H": "18:15", "COD": "80", "DAY": "28", "MON": "10", "NUM": "1637", "PRO": "PH", "YEA": "1887", "CITY": "Montdidier", "NAME": "PERIN Lucien", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19263	pernot-du-breuil-henry-1899-02-24	{"e1": "1638"}	{"lerrcp": "E1-1638"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Pernot Du Breuil", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1899-02-24 15:30", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 6.13282, "lat": 48.30089, "name": "Mirecourt", "geoid": 2993728}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Pernot Du Breuil"}, "birth": {"tzo": "", "date": "1899-02-24 15:30", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 6.13282, "lat": 48.30089, "name": "Mirecourt", "geoid": 2993728}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1638"}}, "raw": {"H": "15:30", "COD": "88", "DAY": "24", "MON": "02", "NUM": "1638", "PRO": "MI", "YEA": "1899", "CITY": "Mirecourt", "NAME": "PERNOT DU BREUIL Henry", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19264	pernoud-regine-1909-06-17	{"e1": "1639"}	{"lerrcp": "E1-1639"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Régine", "family": "Pernoud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1909-06-17 10:30", "note": null, "place": {"c1": null, "c2": "58", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Château-Chinon", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Régine", "family": "Pernoud"}, "birth": {"tzo": "", "date": "1909-06-17 10:30", "place": {"c2": "58", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Château-Chinon", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1639"}}, "raw": {"H": "10:30", "COD": "58", "DAY": "17", "MON": "06", "NUM": "1639", "PRO": "EX", "YEA": "1909", "CITY": "Château-Chinon", "NAME": "PERNOUD Régine", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19265	perrin-andre-1921-04-26	{"e1": "1640"}	{"lerrcp": "E1-1640"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Perrin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-04-26 02:15", "note": null, "place": {"c1": null, "c2": "69", "c3": "1", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1921-04-26 01:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Perrin"}, "birth": {"tzo": "+01:00", "date": "1921-04-26 02:15", "place": {"c2": "69", "c3": "1", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1921-04-26 01:15"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1640"}}, "raw": {"H": "02:15", "COD": "69", "DAY": "26", "MON": "04", "NUM": "1640", "PRO": "PH", "YEA": "1921", "CITY": "Lyon 1er", "NAME": "PERRIN André", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19266	perrin-fayolle-max-1930-07-17	{"e1": "1641"}	{"lerrcp": "E1-1641"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Perrin-Fayolle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1930-07-17 10:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "6", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1930-07-17 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Max", "family": "Perrin-Fayolle"}, "birth": {"tzo": "+01:00", "date": "1930-07-17 10:00", "place": {"c2": "69", "c3": "6", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1930-07-17 09:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1641"}}, "raw": {"H": "10:00", "COD": "69", "DAY": "17", "MON": "07", "NUM": "1641", "PRO": "PH", "YEA": "1930", "CITY": "Lyon 6ème", "NAME": "PERRIN-FAYOLLE Max", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19267	perrotin-jean-1916-05-22	{"e1": "1642"}	{"lerrcp": "E1-1642"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Perrotin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-05-22 23:15", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 4.85372, "lat": 46.78112, "name": "Chalon-sur-Saône", "geoid": 3027484}, "notime": null, "date-ut": "1916-05-22 23:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Perrotin"}, "birth": {"tzo": "+00:00", "date": "1916-05-22 23:15", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 4.85372, "lat": 46.78112, "name": "Chalon-sur-Saône", "geoid": 3027484}, "date-ut": "1916-05-22 23:15"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1642"}}, "raw": {"H": "23:15", "COD": "71", "DAY": "22", "MON": "05", "NUM": "1642", "PRO": "PH", "YEA": "1916", "CITY": "Chalon sur Saône", "NAME": "PERROTIN Jean", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19268	person-jean-1913-01-23	{"e1": "1643"}	{"lerrcp": "E1-1643"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Person", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-01-23 08:00", "note": null, "place": {"c1": null, "c2": "36", "c3": "", "cy": "FR", "lg": 1.69362, "lat": 46.81248, "name": "Châteauroux", "geoid": 3026204}, "notime": null, "date-ut": "1913-01-23 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Person"}, "birth": {"tzo": "+00:00", "date": "1913-01-23 08:00", "place": {"c2": "36", "c3": "", "cy": "FR", "lg": 1.69362, "lat": 46.81248, "name": "Châteauroux", "geoid": 3026204}, "date-ut": "1913-01-23 08:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1643"}}, "raw": {"H": "08:00", "COD": "36", "DAY": "23", "MON": "01", "NUM": "1643", "PRO": "EX", "YEA": "1913", "CITY": "Chateauroux", "NAME": "PERSON Jean", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19269	pertuy-augustin-1927-06-24	{"e1": "1644"}	{"lerrcp": "E1-1644"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Augustin", "family": "Pertuy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1927-06-24 21:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 5.8764, "lat": 49.15873, "name": "Jarny", "geoid": 3012467}, "notime": null, "date-ut": "1927-06-24 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Augustin", "family": "Pertuy"}, "birth": {"tzo": "+01:00", "date": "1927-06-24 21:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 5.8764, "lat": 49.15873, "name": "Jarny", "geoid": 3012467}, "date-ut": "1927-06-24 20:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1644"}}, "raw": {"H": "21:00", "COD": "54", "DAY": "24", "MON": "06", "NUM": "1644", "PRO": "EX", "YEA": "1927", "CITY": "Jarny", "NAME": "PERTUY Augustin", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19270	petchot-bacque-louis-1907-03-09	{"e1": "1645"}	{"lerrcp": "E1-1645"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Petchot-Bacque", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-03-09 16:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1907-03-09 15:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Petchot-Bacque"}, "birth": {"tzo": "+00:09", "date": "1907-03-09 16:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1907-03-09 15:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1645"}}, "raw": {"H": "16:00", "COD": "33", "DAY": "09", "MON": "03", "NUM": "1645", "PRO": "MI", "YEA": "1907", "CITY": "Bordeaux", "NAME": "PETCHOT-BACQUE Louis", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19271	petit-edmond-1914-11-19	{"e1": "1646"}	{"lerrcp": "E1-1646"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Petit", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-11-19 02:30", "note": null, "place": {"c1": null, "c2": "58", "c3": "", "cy": "FR", "lg": 3.159, "lat": 46.98956, "name": "Nevers", "geoid": 2990474}, "notime": null, "date-ut": "1914-11-19 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Petit"}, "birth": {"tzo": "+00:00", "date": "1914-11-19 02:30", "place": {"c2": "58", "c3": "", "cy": "FR", "lg": 3.159, "lat": 46.98956, "name": "Nevers", "geoid": 2990474}, "date-ut": "1914-11-19 02:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1646"}}, "raw": {"H": "02:30", "COD": "58", "DAY": "19", "MON": "11", "NUM": "1646", "PRO": "MI", "YEA": "1914", "CITY": "Nevers", "NAME": "PETIT Edmond", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19272	peyraud-michel-1935-10-04	{"e1": "1647"}	{"lerrcp": "E1-1647"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Peyraud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1935-10-04 20:00", "note": null, "place": {"c1": null, "c2": "73", "c3": "", "cy": "FR", "lg": 5.92079, "lat": 45.56628, "name": "Chambéry", "geoid": 3027422}, "notime": null, "date-ut": "1935-10-04 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Peyraud"}, "birth": {"tzo": "+01:00", "date": "1935-10-04 20:00", "place": {"c2": "73", "c3": "", "cy": "FR", "lg": 5.92079, "lat": 45.56628, "name": "Chambéry", "geoid": 3027422}, "date-ut": "1935-10-04 19:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1647"}}, "raw": {"H": "20:00", "COD": "73", "DAY": "04", "MON": "10", "NUM": "1647", "PRO": "EX", "YEA": "1935", "CITY": "Chambery", "NAME": "PEYRAUD Michel", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19273	pezerat-jean-marie-1888-05-28	{"e1": "1648"}	{"lerrcp": "E1-1648"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Marie", "family": "Pezerat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19", "date": "1888-05-28 15:00", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 4.85372, "lat": 46.78112, "name": "Chalon-sur-Saône", "geoid": 3027484}, "notime": null, "date-ut": "1888-05-28 14:41"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean-Marie", "family": "Pezerat"}, "birth": {"tzo": "+00:19", "date": "1888-05-28 15:00", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 4.85372, "lat": 46.78112, "name": "Chalon-sur-Saône", "geoid": 3027484}, "date-ut": "1888-05-28 14:41"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1648"}}, "raw": {"H": "15:00", "COD": "71", "DAY": "28", "MON": "05", "NUM": "1648", "PRO": "MI", "YEA": "1888", "CITY": "Chalon sur Saône", "NAME": "PEZERAT Jean-Marie", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19274	phliponeau-pierre-1913-09-11	{"e1": "1649"}	{"lerrcp": "E1-1649"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Phliponeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-09-11 09:00", "note": null, "place": {"c1": null, "c2": "86", "c3": "", "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "notime": null, "date-ut": "1913-09-11 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Phliponeau"}, "birth": {"tzo": "+00:00", "date": "1913-09-11 09:00", "place": {"c2": "86", "c3": "", "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "date-ut": "1913-09-11 09:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1649"}}, "raw": {"H": "09:00", "COD": "86", "DAY": "11", "MON": "09", "NUM": "1649", "PRO": "MI", "YEA": "1913", "CITY": "Poitiers", "NAME": "PHLIPONEAU Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19275	piatier-henri-1917-05-23	{"e1": "1650"}	{"lerrcp": "E1-1650"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Piatier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-05-23 02:00", "note": null, "place": {"c1": null, "c2": "55", "c3": "", "cy": "FR", "lg": 5.16108, "lat": 48.77275, "name": "Bar-le-Duc", "geoid": 3034911}, "notime": null, "date-ut": "1917-05-23 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Piatier"}, "birth": {"tzo": "+01:00", "date": "1917-05-23 02:00", "place": {"c2": "55", "c3": "", "cy": "FR", "lg": 5.16108, "lat": 48.77275, "name": "Bar-le-Duc", "geoid": 3034911}, "date-ut": "1917-05-23 01:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1650"}}, "raw": {"H": "02:00", "COD": "55", "DAY": "23", "MON": "05", "NUM": "1650", "PRO": "MI", "YEA": "1917", "CITY": "Bar le Duc", "NAME": "PIATIER Henri", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19276	piatte-jean-1900-02-20	{"e1": "1651"}	{"lerrcp": "E1-1651"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Piatte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1900-02-20 10:00", "note": null, "place": {"c1": null, "c2": "87", "c3": "", "cy": "FR", "lg": 1.64799, "lat": 45.66379, "name": "Sussac", "geoid": 2973628}, "notime": null, "date-ut": "1900-02-20 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Piatte"}, "birth": {"tzo": "+00:09", "date": "1900-02-20 10:00", "place": {"c2": "87", "c3": "", "cy": "FR", "lg": 1.64799, "lat": 45.66379, "name": "Sussac", "geoid": 2973628}, "date-ut": "1900-02-20 09:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1651"}}, "raw": {"H": "10:00", "COD": "87", "DAY": "20", "MON": "02", "NUM": "1651", "PRO": "MI", "YEA": "1900", "CITY": "Sussac", "NAME": "PIATTE Jean", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19277	picamal-jacques-1909-07-26	{"e1": "1652"}	{"lerrcp": "E1-1652"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Picamal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-07-26 02:45", "note": null, "place": {"c1": null, "c2": "84", "c3": "", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1909-07-26 02:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Picamal"}, "birth": {"tzo": "+00:09", "date": "1909-07-26 02:45", "place": {"c2": "84", "c3": "", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1909-07-26 02:36"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1652"}}, "raw": {"H": "02:45", "COD": "84", "DAY": "26", "MON": "07", "NUM": "1652", "PRO": "PH", "YEA": "1909", "CITY": "Avignon", "NAME": "PICAMAL Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19278	picard-dominique-1914-07-15	{"e1": "1653"}	{"lerrcp": "E1-1653"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dominique", "family": "Picard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-07-15 23:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "4", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1914-07-15 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Dominique", "family": "Picard"}, "birth": {"tzo": "+00:00", "date": "1914-07-15 23:00", "place": {"c2": "69", "c3": "4", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1914-07-15 23:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1653"}}, "raw": {"H": "23:00", "COD": "69", "DAY": "15", "MON": "07", "NUM": "1653", "PRO": "PH", "YEA": "1914", "CITY": "Lyon 4ème", "NAME": "PICARD Dominique", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19279	picard-jean-1910-09-01	{"e1": "1654"}	{"lerrcp": "E1-1654"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Picard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-09-01 22:30", "note": null, "place": {"c1": null, "c2": "79", "c3": "", "cy": "FR", "lg": -0.38986, "lat": 46.38292, "name": "Saint-Gelais", "geoid": 2980035}, "notime": null, "date-ut": "1910-09-01 22:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Picard"}, "birth": {"tzo": "+00:09", "date": "1910-09-01 22:30", "place": {"c2": "79", "c3": "", "cy": "FR", "lg": -0.38986, "lat": 46.38292, "name": "Saint-Gelais", "geoid": 2980035}, "date-ut": "1910-09-01 22:21"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1654"}}, "raw": {"H": "22:30", "COD": "79", "DAY": "01", "MON": "09", "NUM": "1654", "PRO": "MI", "YEA": "1910", "CITY": "St Gelais", "NAME": "PICARD Jean", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19280	picard-joseph-alexandre-1813-06-20	{"e1": "1655"}	{"lerrcp": "E1-1655"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph Alexandre", "family": "Picard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22", "date": "1813-06-20 15:00", "note": null, "place": {"c1": null, "c2": "39", "c3": "", "cy": "FR", "lg": 5.59565, "lat": 46.71546, "name": "Lavigny", "geoid": 3005564}, "notime": null, "date-ut": "1813-06-20 14:38"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph Alexandre", "family": "Picard"}, "birth": {"tzo": "+00:22", "date": "1813-06-20 15:00", "place": {"c2": "39", "c3": "", "cy": "FR", "lg": 5.59565, "lat": 46.71546, "name": "Lavigny", "geoid": 3005564}, "date-ut": "1813-06-20 14:38"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1655"}}, "raw": {"H": "15:00", "COD": "39", "DAY": "20", "MON": "06", "NUM": "1655", "PRO": "MI", "YEA": "1813", "CITY": "Lavigny", "NAME": "PICARD Joseph Alexandre", "NOTE": "*"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19281	picaud-just-1908-01-19	{"e1": "1656"}	{"lerrcp": "E1-1656"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Just", "family": "Picaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-01-19 11:00", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": 0.66168, "lat": 45.52957, "name": "Nontron", "geoid": 2990140}, "notime": null, "date-ut": "1908-01-19 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Just", "family": "Picaud"}, "birth": {"tzo": "+00:09", "date": "1908-01-19 11:00", "place": {"c2": "24", "c3": "", "cy": "FR", "lg": 0.66168, "lat": 45.52957, "name": "Nontron", "geoid": 2990140}, "date-ut": "1908-01-19 10:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1656"}}, "raw": {"H": "11:00", "COD": "24", "DAY": "19", "MON": "01", "NUM": "1656", "PRO": "PH", "YEA": "1908", "CITY": "Nontron", "NAME": "PICAUD Just", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19282	picquart-georges-marie-1854-09-06	{"e1": "1657"}	{"lerrcp": "E1-1657"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges Marie", "family": "Picquart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:31", "date": "1854-09-06 19:00", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1854-09-06 18:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges Marie", "family": "Picquart"}, "birth": {"tzo": "+00:31", "date": "1854-09-06 19:00", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1854-09-06 18:29"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1657"}}, "raw": {"H": "19:00", "COD": "67", "DAY": "06", "MON": "09", "NUM": "1657", "PRO": "MI", "YEA": "1854", "CITY": "Strasbourg", "NAME": "PICQUART Georges Marie", "NOTE": "*"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19283	pieds-bernard-1919-08-03	{"e1": "1658"}	{"lerrcp": "E1-1658"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Pieds", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-08-03 05:45", "note": null, "place": {"c1": null, "c2": "10", "c3": "", "cy": "FR", "lg": 4.0749, "lat": 48.18721, "name": "Villy-le-Maréchal", "geoid": 2968096}, "notime": null, "date-ut": "1919-08-03 04:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Pieds"}, "birth": {"tzo": "+01:00", "date": "1919-08-03 05:45", "place": {"c2": "10", "c3": "", "cy": "FR", "lg": 4.0749, "lat": 48.18721, "name": "Villy-le-Maréchal", "geoid": 2968096}, "date-ut": "1919-08-03 04:45"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1658"}}, "raw": {"H": "05:45", "COD": "10", "DAY": "03", "MON": "08", "NUM": "1658", "PRO": "EX", "YEA": "1919", "CITY": "Villy-le-Maréchal", "NAME": "PIEDS Bernard", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19284	pieri-jean-baptiste-1896-01-30	{"e1": "1659"}	{"lerrcp": "E1-1659"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Baptiste", "family": "Pieri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1896-01-30 19:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1896-01-30 18:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean-Baptiste", "family": "Pieri"}, "birth": {"tzo": "+00:09", "date": "1896-01-30 19:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1896-01-30 18:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1659"}}, "raw": {"H": "19:00", "COD": "13", "DAY": "30", "MON": "01", "NUM": "1659", "PRO": "PH", "YEA": "1896", "CITY": "Marseille", "NAME": "PIERI Jean-Baptiste", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19285	groues-henri-1912-08-05	{"e1": "1660"}	{"lerrcp": "E1-1660"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri)", "family": "Groues", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-08-05 08:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "1", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1912-08-05 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Henri)", "family": "Groues"}, "birth": {"tzo": "+00:00", "date": "1912-08-05 08:00", "place": {"c2": "69", "c3": "1", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1912-08-05 08:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1660"}}, "raw": {"H": "08:00", "COD": "69", "DAY": "05", "MON": "08", "NUM": "1660", "PRO": "EX", "YEA": "1912", "CITY": "Lyon 1er", "NAME": "PIERRE(Abbé) (GROUES Henri)", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19286	pierre-maurice-1917-12-02	{"e1": "1661"}	{"lerrcp": "E1-1661"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Pierre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1917-12-02 04:00", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 4.85372, "lat": 46.78112, "name": "Chalon-sur-Saône", "geoid": 3027484}, "notime": null, "date-ut": "1917-12-02 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Pierre"}, "birth": {"tzo": "+00:00", "date": "1917-12-02 04:00", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 4.85372, "lat": 46.78112, "name": "Chalon-sur-Saône", "geoid": 3027484}, "date-ut": "1917-12-02 04:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1661"}}, "raw": {"H": "04:00", "COD": "71", "DAY": "02", "MON": "12", "NUM": "1661", "PRO": "PH", "YEA": "1917", "CITY": "Châlon sur Saône", "NAME": "PIERRE Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19290	pineau-christian-1904-10-14	{"e1": "1665", "g55": "08-107"}	{"g55": "08-107", "lerrcp": "E1-1665"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Pineau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-10-14 01:00", "note": null, "place": {"c1": null, "c2": "52", "c3": "", "cy": "FR", "lg": 5.14134, "lat": 48.11121, "name": "Chaumont", "geoid": 3025892}, "notime": null, "date-ut": "1904-10-14 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Christian", "family": "Pineau"}, "birth": {"tzo": "+00:09", "date": "1904-10-14 01:00", "place": {"c2": "52", "c3": "", "cy": "FR", "lg": 5.14134, "lat": 48.11121, "name": "Chaumont", "geoid": 3025892}, "date-ut": "1904-10-14 00:51"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1665"}}, "raw": {"H": "01:00", "COD": "52", "DAY": "14", "MON": "10", "NUM": "1665", "PRO": "MI", "YEA": "1904", "CITY": "Chaumont", "NAME": "PINEAU Christian", "NOTE": "L"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"partial-ids": {"g55": "08-107"}, "ids-in-source": {"g55": "08-107"}}, "raw": {"DAY": "14-10-1904", "HOUR": "1 h.", "NAME": "PINEAU “Christian", "PLACE": "Chaumont (Haute-Marne)."}, "date": "2023-08-20T14:49:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[null]
19288	pierron-emile-1900-05-07	{"e1": "1663"}	{"lerrcp": "E1-1663"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Pierron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1900-05-07 15:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Pierron"}, "birth": {"tzo": "", "date": "1900-05-07 15:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1663"}}, "raw": {"H": "15:00", "COD": "54", "DAY": "07", "MON": "05", "NUM": "1663", "PRO": "PH", "YEA": "1900", "CITY": "Nancy", "NAME": "PIERRON Emile", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19289	pierson-andre-1904-10-15	{"e1": "1664"}	{"lerrcp": "E1-1664"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Pierson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-10-15 13:00", "note": null, "place": {"c1": null, "c2": "08", "c3": "", "cy": "FR", "lg": 5.1544, "lat": 49.6808, "name": "Messincourt", "geoid": 2994182}, "notime": null, "date-ut": "1904-10-15 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "André", "family": "Pierson"}, "birth": {"tzo": "+00:09", "date": "1904-10-15 13:00", "place": {"c2": "08", "c3": "", "cy": "FR", "lg": 5.1544, "lat": 49.6808, "name": "Messincourt", "geoid": 2994182}, "date-ut": "1904-10-15 12:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1664"}}, "raw": {"H": "13:00", "COD": "08", "DAY": "15", "MON": "10", "NUM": "1664", "PRO": "EX", "YEA": "1904", "CITY": "Messincourt", "NAME": "PIERSON André", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19291	pineau-henri-1914-08-14	{"e1": "1666"}	{"lerrcp": "E1-1666"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Pineau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-08-14 03:00", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.48268, "lat": 48.85442, "name": "Fontenay-sous-Bois", "geoid": 3017910}, "notime": null, "date-ut": "1914-08-14 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Pineau"}, "birth": {"tzo": "+00:00", "date": "1914-08-14 03:00", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.48268, "lat": 48.85442, "name": "Fontenay-sous-Bois", "geoid": 3017910}, "date-ut": "1914-08-14 03:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1666"}}, "raw": {"H": "03:00", "COD": "94", "DAY": "14", "MON": "08", "NUM": "1666", "PRO": "EX", "YEA": "1914", "CITY": "Fontenay sous Bois", "NAME": "PINEAU Henri", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19292	pinelli-jean-1902-06-04	{"e1": "1667"}	{"lerrcp": "E1-1667"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Pinelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1902-06-04 11:00", "note": null, "place": {"c1": null, "c2": "87", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "La Croisille", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Pinelli"}, "birth": {"tzo": "", "date": "1902-06-04 11:00", "place": {"c2": "87", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "La Croisille", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1667"}}, "raw": {"H": "11:00", "COD": "87", "DAY": "04", "MON": "06", "NUM": "1667", "PRO": "PH", "YEA": "1902", "CITY": "La Croisille", "NAME": "PINELLI Jean", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19293	pinson-robert-1898-05-08	{"e1": "1668"}	{"lerrcp": "E1-1668"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Pinson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-05-08 21:00", "note": null, "place": {"c1": null, "c2": "37", "c3": "", "cy": "FR", "lg": 0.41406, "lat": 46.94851, "name": "Jaulnay", "geoid": 3012427}, "notime": null, "date-ut": "1898-05-08 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Pinson"}, "birth": {"tzo": "+00:09", "date": "1898-05-08 21:00", "place": {"c2": "37", "c3": "", "cy": "FR", "lg": 0.41406, "lat": 46.94851, "name": "Jaulnay", "geoid": 3012427}, "date-ut": "1898-05-08 20:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1668"}}, "raw": {"H": "21:00", "COD": "37", "DAY": "08", "MON": "05", "NUM": "1668", "PRO": "MI", "YEA": "1898", "CITY": "Jaulnay", "NAME": "PINSON Robert", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19294	pirot-robert-1902-08-07	{"e1": "1669"}	{"lerrcp": "E1-1669"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Pirot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1902-08-07 20:15", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1902-08-07 20:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Pirot"}, "birth": {"tzo": "+00:09", "date": "1902-08-07 20:15", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1902-08-07 20:06"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1669"}}, "raw": {"H": "20:15", "COD": "29", "DAY": "07", "MON": "08", "NUM": "1669", "PRO": "MI", "YEA": "1902", "CITY": "Brest", "NAME": "PIROT Robert", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19295	pistor-michel-1924-12-15	{"e1": "1670"}	{"lerrcp": "E1-1670"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Pistor", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1924-12-15 22:30", "note": null, "place": {"c1": null, "c2": "57", "c3": "", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1924-12-15 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Pistor"}, "birth": {"tzo": "+00:00", "date": "1924-12-15 22:30", "place": {"c2": "57", "c3": "", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1924-12-15 22:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1670"}}, "raw": {"H": "22:30", "COD": "57", "DAY": "15", "MON": "12", "NUM": "1670", "PRO": "PH", "YEA": "1924", "CITY": "Metz", "NAME": "PISTOR Michel", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19296	planes-georges-1901-06-05	{"e1": "1671"}	{"lerrcp": "E1-1671"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Planes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-06-05 16:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 2.83418, "lat": 42.65192, "name": "Canohès", "geoid": 3028797}, "notime": null, "date-ut": "1901-06-05 15:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Planes"}, "birth": {"tzo": "+00:09", "date": "1901-06-05 16:00", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": 2.83418, "lat": 42.65192, "name": "Canohès", "geoid": 3028797}, "date-ut": "1901-06-05 15:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1671"}}, "raw": {"H": "16:00", "COD": "66", "DAY": "05", "MON": "06", "NUM": "1671", "PRO": "MI", "YEA": "1901", "CITY": "Canohès", "NAME": "PLANES Georges", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19297	plantevin-jean-1913-03-13	{"e1": "1672"}	{"lerrcp": "E1-1672"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Plantevin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-03-13 13:00", "note": null, "place": {"c1": null, "c2": "84", "c3": "", "cy": "FR", "lg": 4.81025, "lat": 44.13806, "name": "Orange", "geoid": 2989460}, "notime": null, "date-ut": "1913-03-13 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Plantevin"}, "birth": {"tzo": "+00:00", "date": "1913-03-13 13:00", "place": {"c2": "84", "c3": "", "cy": "FR", "lg": 4.81025, "lat": 44.13806, "name": "Orange", "geoid": 2989460}, "date-ut": "1913-03-13 13:00"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1672"}}, "raw": {"H": "13:00", "COD": "84", "DAY": "13", "MON": "03", "NUM": "1672", "PRO": "MI", "YEA": "1913", "CITY": "Orange", "NAME": "PLANTEVIN Jean", "NOTE": "L"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19298	plas-bernard-yves-de-1901-08-20	{"e1": "1673"}	{"lerrcp": "E1-1673"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard Yves de", "family": "Plas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-08-20 08:30", "note": null, "place": {"c1": null, "c2": "02", "c3": "", "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "notime": null, "date-ut": "1901-08-20 08:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Bernard Yves de", "family": "Plas"}, "birth": {"tzo": "+00:09", "date": "1901-08-20 08:30", "place": {"c2": "02", "c3": "", "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "date-ut": "1901-08-20 08:21"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1673"}}, "raw": {"H": "08:30", "COD": "02", "DAY": "20", "MON": "08", "NUM": "1673", "PRO": "EX", "YEA": "1901", "CITY": "St Quentin", "NAME": "PLAS Bernard Yves de", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19299	plazy-maurice-1907-08-20	{"e1": "1674"}	{"lerrcp": "E1-1674"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Plazy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-08-20 16:15", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1907-08-20 16:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Plazy"}, "birth": {"tzo": "+00:09", "date": "1907-08-20 16:15", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1907-08-20 16:06"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1674"}}, "raw": {"H": "16:15", "COD": "83", "DAY": "20", "MON": "08", "NUM": "1674", "PRO": "PH", "YEA": "1907", "CITY": "Toulon", "NAME": "PLAZY Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19300	plecy-albert-1914-08-26	{"e1": "1675"}	{"lerrcp": "E1-1675"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Plecy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-08-26 01:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 2.46901, "lat": 50.88129, "name": "Wormhout", "geoid": 2967288}, "notime": null, "date-ut": "1914-08-26 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Plecy"}, "birth": {"tzo": "+00:00", "date": "1914-08-26 01:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 2.46901, "lat": 50.88129, "name": "Wormhout", "geoid": 2967288}, "date-ut": "1914-08-26 01:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1675"}}, "raw": {"H": "01:00", "COD": "59", "DAY": "26", "MON": "08", "NUM": "1675", "PRO": "EX", "YEA": "1914", "CITY": "Wormhout", "NAME": "PLECY Albert", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19301	plessis-de-grenedan-gaston-1828-12-10	{"e1": "1676"}	{"lerrcp": "E1-1676"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "de GRENEDAN Gaston", "family": "Plessis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:07", "date": "1828-12-10 19:00", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1828-12-10 19:07"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "de GRENEDAN Gaston", "family": "Plessis"}, "birth": {"tzo": "-00:07", "date": "1828-12-10 19:00", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1828-12-10 19:07"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1676"}}, "raw": {"H": "19:00", "COD": "35", "DAY": "10", "MON": "12", "NUM": "1676", "PRO": "MI", "YEA": "1828", "CITY": "Rennes", "NAME": "PLESSIS de GRENEDAN Gaston", "NOTE": "*"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19302	poirier-lucien-1908-01-11	{"e1": "1677"}	{"lerrcp": "E1-1677"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Poirier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-01-11 11:45", "note": null, "place": {"c1": null, "c2": "45", "c3": "", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1908-01-11 11:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Poirier"}, "birth": {"tzo": "+00:09", "date": "1908-01-11 11:45", "place": {"c2": "45", "c3": "", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1908-01-11 11:36"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1677"}}, "raw": {"H": "11:45", "COD": "45", "DAY": "11", "MON": "01", "NUM": "1677", "PRO": "MI", "YEA": "1908", "CITY": "Orléans", "NAME": "POIRIER Lucien", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19303	poirot-jean-claude-1918-05-31	{"e1": "1678"}	{"lerrcp": "E1-1678"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Claude", "family": "Poirot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1918-05-31 19:00", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 6.87087, "lat": 47.93957, "name": "Ventron", "geoid": 2970030}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean-Claude", "family": "Poirot"}, "birth": {"tzo": "", "date": "1918-05-31 19:00", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 6.87087, "lat": 47.93957, "name": "Ventron", "geoid": 2970030}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1678"}}, "raw": {"H": "19:00", "COD": "88", "DAY": "31", "MON": "05", "NUM": "1678", "PRO": "PH", "YEA": "1918", "CITY": "Ventron", "NAME": "POIROT Jean-Claude", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19304	poirre-rene-1916-03-20	{"e1": "1679"}	{"lerrcp": "E1-1679"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Poirre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-03-20 09:00", "note": null, "place": {"c1": null, "c2": "87", "c3": "", "cy": "FR", "lg": 1.16642, "lat": 46.21524, "name": "Magnac-Laval", "geoid": 2996810}, "notime": null, "date-ut": "1916-03-20 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "René", "family": "Poirre"}, "birth": {"tzo": "+00:00", "date": "1916-03-20 09:00", "place": {"c2": "87", "c3": "", "cy": "FR", "lg": 1.16642, "lat": 46.21524, "name": "Magnac-Laval", "geoid": 2996810}, "date-ut": "1916-03-20 09:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1679"}}, "raw": {"H": "09:00", "COD": "87", "DAY": "20", "MON": "03", "NUM": "1679", "PRO": "MI", "YEA": "1916", "CITY": "Magnac-Laval", "NAME": "POIRRE René", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19305	poitevin-andre-1920-01-02	{"e1": "1680"}	{"lerrcp": "E1-1680"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Poitevin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1920-01-02 18:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1920-01-02 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "André", "family": "Poitevin"}, "birth": {"tzo": "+00:00", "date": "1920-01-02 18:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1920-01-02 18:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1680"}}, "raw": {"H": "18:00", "COD": "13", "DAY": "02", "MON": "01", "NUM": "1680", "PRO": "EX", "YEA": "1920", "CITY": "Marseille", "NAME": "POITEVIN André", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19306	poli-marchetti-jean-1879-09-18	{"e1": "1681"}	{"lerrcp": "E1-1681"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Poli-Marchetti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1879-09-18 08:00", "note": null, "place": {"c1": null, "c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Talazani", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Poli-Marchetti"}, "birth": {"tzo": "", "date": "1879-09-18 08:00", "place": {"c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Talazani", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1681"}}, "raw": {"H": "08:00", "COD": "20", "DAY": "18", "MON": "09", "NUM": "1681", "PRO": "MI", "YEA": "1879", "CITY": "Talazani", "NAME": "POLI-MARCHETTI Jean", "NOTE": "*"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19307	ponchardier-dominique-1917-03-03	{"e1": "1683"}	{"lerrcp": "E1-1683"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dominique", "family": "Ponchardier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1917-03-03 09:30", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1917-03-03 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Dominique", "family": "Ponchardier"}, "birth": {"tzo": "+00:00", "date": "1917-03-03 09:30", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1917-03-03 09:30"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1683"}}, "raw": {"H": "09:30", "COD": "42", "DAY": "03", "MON": "03", "NUM": "1683", "PRO": "MI", "YEA": "1917", "CITY": "St-Etienne", "NAME": "PONCHARDIER Dominique", "NOTE": "L"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19308	ponchardier-pierre-1909-10-04	{"e1": "1684"}	{"lerrcp": "E1-1684"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Ponchardier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-10-04 23:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1909-10-04 22:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Ponchardier"}, "birth": {"tzo": "+00:09", "date": "1909-10-04 23:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1909-10-04 22:51"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1684"}}, "raw": {"H": "23:00", "COD": "42", "DAY": "04", "MON": "10", "NUM": "1684", "PRO": "MI", "YEA": "1909", "CITY": "St-Etienne", "NAME": "PONCHARDIER Pierre", "NOTE": "*L"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19309	pons-bernard-1926-07-18	{"e1": "1685"}	{"lerrcp": "E1-1685"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Pons", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1926-07-18 08:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "notime": null, "date-ut": "1926-07-18 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Pons"}, "birth": {"tzo": "+01:00", "date": "1926-07-18 08:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "date-ut": "1926-07-18 07:00"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1685"}}, "raw": {"H": "08:00", "COD": "34", "DAY": "18", "MON": "07", "NUM": "1685", "PRO": "PH", "YEA": "1926", "CITY": "Béziers", "NAME": "PONS Bernard", "NOTE": "-"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19310	pontich-guy-1917-01-20	{"e1": "1686"}	{"lerrcp": "E1-1686"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Pontich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1917-01-20 18:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 2.52784, "lat": 42.64456, "name": "Vinça", "geoid": 2968062}, "notime": null, "date-ut": "1917-01-20 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Pontich"}, "birth": {"tzo": "+00:00", "date": "1917-01-20 18:00", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": 2.52784, "lat": 42.64456, "name": "Vinça", "geoid": 2968062}, "date-ut": "1917-01-20 18:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1686"}}, "raw": {"H": "18:00", "COD": "66", "DAY": "20", "MON": "01", "NUM": "1686", "PRO": "MI", "YEA": "1917", "CITY": "Vinca", "NAME": "PONTICH Guy", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19313	portmann-michel-1924-05-31	{"e1": "1689"}	{"lerrcp": "E1-1689"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Portmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1924-05-31 21:40", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1924-05-31 20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Portmann"}, "birth": {"tzo": "+01:00", "date": "1924-05-31 21:40", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1924-05-31 20:40"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1689"}}, "raw": {"H": "21:40", "COD": "33", "DAY": "31", "MON": "05", "NUM": "1689", "PRO": "PH", "YEA": "1924", "CITY": "Bordeaux", "NAME": "PORTMANN Michel", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19314	postel-maurice-1899-05-17	{"e1": "1690"}	{"lerrcp": "E1-1690"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Postel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-05-17 14:30", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": -1.94206, "lat": 47.36106, "name": "Savenay", "geoid": 2975597}, "notime": null, "date-ut": "1899-05-17 14:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Postel"}, "birth": {"tzo": "+00:09", "date": "1899-05-17 14:30", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": -1.94206, "lat": 47.36106, "name": "Savenay", "geoid": 2975597}, "date-ut": "1899-05-17 14:21"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1690"}}, "raw": {"H": "14:30", "COD": "44", "DAY": "17", "MON": "05", "NUM": "1690", "PRO": "EX", "YEA": "1899", "CITY": "Savenay", "NAME": "POSTEL Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19315	postel-michel-1926-04-07	{"e1": "1691"}	{"lerrcp": "E1-1691"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Postel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1926-04-07 14:45", "note": null, "place": {"c1": null, "c2": "90", "c3": "", "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "notime": null, "date-ut": "1926-04-07 14:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Postel"}, "birth": {"tzo": "+00:00", "date": "1926-04-07 14:45", "place": {"c2": "90", "c3": "", "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "date-ut": "1926-04-07 14:45"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1691"}}, "raw": {"H": "14:45", "COD": "90", "DAY": "07", "MON": "04", "NUM": "1691", "PRO": "EX", "YEA": "1926", "CITY": "Belfort", "NAME": "POSTEL Michel", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19312	portmann-georges-1890-07-01	{"e1": "1688", "afd5": "852"}	{"lerrcp": "E1-1688", "muller": "M5-852"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Georges", "family": "Portmann", "spouse": [], "official": {"given": "Georges", "family": null}}	\N	{"lmt": null, "tzo": "+00:25", "date": "1890-07-01 11:30", "note": null, "place": {"c1": null, "c2": "73", "c3": "", "cy": "FR", "lg": 6.35293, "lat": 45.27534, "name": "Saint-Jean-de-Maurienne", "geoid": 2979303}, "notime": null, "date-ut": "1890-07-01 11:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Portmann"}, "birth": {"tzo": "+00:25", "date": "1890-07-01 11:30", "place": {"c2": "73", "c3": "", "cy": "FR", "lg": 6.35293, "lat": 45.27534, "name": "Saint-Jean-de-Maurienne", "geoid": 2979303}, "date-ut": "1890-07-01 11:05"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1688"}}, "raw": {"H": "11:30", "COD": "73", "DAY": "01", "MON": "07", "NUM": "1688", "PRO": "PH", "YEA": "1890", "CITY": "St Jean de Maurienne", "NAME": "PORTMANN Georges", "NOTE": "+"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Portmann", "official": {"given": "Georges"}}, "birth": {"date": "1890-07-01 11:30", "place": {"name": "Saint-Jean-de-Maurienne"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "852"}}, "raw": {"NR": "852", "GNR": "ND1168", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "1", "CODE": "3", "JAHR": "1890", "KORR": "", "MARS": "30", "MODE": "LMT", "MOND": "28", "NAME": "PORTMANN (GEORGES).", "AUFAB": "5.60", "PHAS_": "96.300", "SONNE": "9", "VENUS": "6", "BREITE": "45 N 34", "GEBORT": "Saint-Jean-de-Maurienne (Savoie)", "LAENGE": "005 E 55", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "4", "GEBZEIT": "11.30", "JUPITER": "24", "ELECTAGE": "51,7", "ELECTDAT": "24.02.1942", "GEBDATUM": "01.07.1890", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
19316	potie-michel-1922-09-16	{"e1": "1692"}	{"lerrcp": "E1-1692"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Potie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-09-16 10:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 2.88214, "lat": 50.68568, "name": "Armentières", "geoid": 3036903}, "notime": null, "date-ut": "1922-09-16 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Potie"}, "birth": {"tzo": "+01:00", "date": "1922-09-16 10:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 2.88214, "lat": 50.68568, "name": "Armentières", "geoid": 3036903}, "date-ut": "1922-09-16 09:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1692"}}, "raw": {"H": "10:00", "COD": "59", "DAY": "16", "MON": "09", "NUM": "1692", "PRO": "PH", "YEA": "1922", "CITY": "Armentières", "NAME": "POTIE Michel", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19317	pouliquen-joseph-1897-11-20	{"e1": "1693"}	{"lerrcp": "E1-1693"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Pouliquen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1897-11-20 07:00", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": -2.00877, "lat": 48.64738, "name": "Saint-Malo", "geoid": 2978640}, "notime": null, "date-ut": "1897-11-20 06:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Pouliquen"}, "birth": {"tzo": "+00:09", "date": "1897-11-20 07:00", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": -2.00877, "lat": 48.64738, "name": "Saint-Malo", "geoid": 2978640}, "date-ut": "1897-11-20 06:51"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1693"}}, "raw": {"H": "07:00", "COD": "35", "DAY": "20", "MON": "11", "NUM": "1693", "PRO": "MI", "YEA": "1897", "CITY": "St Malo", "NAME": "POULIQUEN Joseph", "NOTE": "L"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19318	pouret-edouard-1920-04-29	{"e1": "1694"}	{"lerrcp": "E1-1694"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Pouret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-04-29 12:00", "note": null, "place": {"c1": null, "c2": "87", "c3": "", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1920-04-29 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Pouret"}, "birth": {"tzo": "+01:00", "date": "1920-04-29 12:00", "place": {"c2": "87", "c3": "", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1920-04-29 11:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1694"}}, "raw": {"H": "12:00", "COD": "87", "DAY": "29", "MON": "04", "NUM": "1694", "PRO": "EX", "YEA": "1920", "CITY": "Limoges", "NAME": "POURET Edouard", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19319	potez-henri-1891-09-30	{"e1": "1695"}	{"lerrcp": "E1-1695"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Potez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1891-09-30 11:30", "note": null, "place": {"c1": null, "c2": "80", "c3": "", "cy": "FR", "lg": 2.66121, "lat": 49.98167, "name": "Méaulte", "geoid": 2994803}, "notime": null, "date-ut": "1891-09-30 11:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Potez"}, "birth": {"tzo": "+00:09", "date": "1891-09-30 11:30", "place": {"c2": "80", "c3": "", "cy": "FR", "lg": 2.66121, "lat": 49.98167, "name": "Méaulte", "geoid": 2994803}, "date-ut": "1891-09-30 11:21"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1695"}}, "raw": {"H": "11:30", "COD": "80", "DAY": "30", "MON": "09", "NUM": "1695", "PRO": "EX", "YEA": "1891", "CITY": "Méaulte", "NAME": "POTEZ Henri", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19322	prayer-gilbert-1915-08-20	{"e1": "1698"}	{"lerrcp": "E1-1698"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilbert", "family": "Prayer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-08-20 18:00", "note": null, "place": {"c1": null, "c2": "26", "c3": "", "cy": "FR", "lg": 5.70727, "lat": 44.66699, "name": "Lus-la-Croix-Haute", "geoid": 2997050}, "notime": null, "date-ut": "1915-08-20 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gilbert", "family": "Prayer"}, "birth": {"tzo": "+00:00", "date": "1915-08-20 18:00", "place": {"c2": "26", "c3": "", "cy": "FR", "lg": 5.70727, "lat": 44.66699, "name": "Lus-la-Croix-Haute", "geoid": 2997050}, "date-ut": "1915-08-20 18:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1698"}}, "raw": {"H": "18:00", "COD": "26", "DAY": "20", "MON": "08", "NUM": "1698", "PRO": "MI", "YEA": "1915", "CITY": "Lus la Croix Haute", "NAME": "PRAYER Gilbert", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19323	pretet-rene-1906-02-19	{"e1": "1699"}	{"lerrcp": "E1-1699"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Pretet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-02-19 18:00", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 4.0994, "lat": 47.07726, "name": "Anost", "geoid": 3037504}, "notime": null, "date-ut": "1906-02-19 17:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "René", "family": "Pretet"}, "birth": {"tzo": "+00:09", "date": "1906-02-19 18:00", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 4.0994, "lat": 47.07726, "name": "Anost", "geoid": 3037504}, "date-ut": "1906-02-19 17:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1699"}}, "raw": {"H": "18:00", "COD": "71", "DAY": "19", "MON": "02", "NUM": "1699", "PRO": "EX", "YEA": "1906", "CITY": "Anost", "NAME": "PRETET René", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19324	prevost-henri-1921-01-24	{"e1": "1700"}	{"lerrcp": "E1-1700"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Prevost", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1921-01-24 02:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "notime": null, "date-ut": "1921-01-24 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Prevost"}, "birth": {"tzo": "+00:00", "date": "1921-01-24 02:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "date-ut": "1921-01-24 02:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1700"}}, "raw": {"H": "02:30", "COD": "59", "DAY": "24", "MON": "01", "NUM": "1700", "PRO": "PH", "YEA": "1921", "CITY": "Douai", "NAME": "PREVOST Henri", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19326	prieur-robert-1909-12-30	{"e1": "1702"}	{"lerrcp": "E1-1702"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Prieur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-12-30 14:00", "note": null, "place": {"c1": null, "c2": "86", "c3": "", "cy": "FR", "lg": 0.54518, "lat": 46.81705, "name": "Châtellerault", "geoid": 3026141}, "notime": null, "date-ut": "1909-12-30 13:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Prieur"}, "birth": {"tzo": "+00:09", "date": "1909-12-30 14:00", "place": {"c2": "86", "c3": "", "cy": "FR", "lg": 0.54518, "lat": 46.81705, "name": "Châtellerault", "geoid": 3026141}, "date-ut": "1909-12-30 13:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1702"}}, "raw": {"H": "14:00", "COD": "86", "DAY": "30", "MON": "12", "NUM": "1702", "PRO": "MI", "YEA": "1909", "CITY": "Chatellerault", "NAME": "PRIEUR Robert", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19328	prouvost-pierre-1899-12-23	{"e1": "1704"}	{"lerrcp": "E1-1704"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Prouvost", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-12-23 10:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1899-12-23 10:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Prouvost"}, "birth": {"tzo": "+00:09", "date": "1899-12-23 10:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1899-12-23 10:21"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1704"}}, "raw": {"H": "10:30", "COD": "59", "DAY": "23", "MON": "12", "NUM": "1704", "PRO": "EX", "YEA": "1899", "CITY": "Roubaix", "NAME": "PROUVOST Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19329	pruneta-antoine-1879-11-29	{"e1": "1705"}	{"lerrcp": "E1-1705"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Pruneta", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1879-11-29 03:00", "note": null, "place": {"c1": null, "c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bastia", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Pruneta"}, "birth": {"tzo": "", "date": "1879-11-29 03:00", "place": {"c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bastia", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1705"}}, "raw": {"H": "03:00", "COD": "20", "DAY": "29", "MON": "11", "NUM": "1705", "PRO": "MI", "YEA": "1879", "CITY": "Bastia", "NAME": "PRUNETA Antoine", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19330	puech-albert-1895-07-20	{"e1": "1706"}	{"lerrcp": "E1-1706"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Puech", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1895-07-20 21:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1895-07-20 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Puech"}, "birth": {"tzo": "+00:09", "date": "1895-07-20 21:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1895-07-20 20:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1706"}}, "raw": {"H": "21:00", "COD": "34", "DAY": "20", "MON": "07", "NUM": "1706", "PRO": "PH", "YEA": "1895", "CITY": "Montpellier", "NAME": "PUECH Albert", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19331	puech-paul-1925-11-16	{"e1": "1707"}	{"lerrcp": "E1-1707"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Puech", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1925-11-16 04:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1925-11-16 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Puech"}, "birth": {"tzo": "+00:00", "date": "1925-11-16 04:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1925-11-16 04:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1707"}}, "raw": {"H": "04:00", "COD": "34", "DAY": "16", "MON": "11", "NUM": "1707", "PRO": "PH", "YEA": "1925", "CITY": "Montpellier", "NAME": "PUECH Paul", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19332	puechberty-georges-1922-12-21	{"e1": "1708"}	{"lerrcp": "E1-1708"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Puechberty", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-12-21 03:00", "note": null, "place": {"c1": null, "c2": "81", "c3": "", "cy": "FR", "lg": 2.24415, "lat": 44.12323, "name": "Pampelonne", "geoid": 2988667}, "notime": null, "date-ut": "1922-12-21 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Puechberty"}, "birth": {"tzo": "+00:00", "date": "1922-12-21 03:00", "place": {"c2": "81", "c3": "", "cy": "FR", "lg": 2.24415, "lat": 44.12323, "name": "Pampelonne", "geoid": 2988667}, "date-ut": "1922-12-21 03:00"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1708"}}, "raw": {"H": "03:00", "COD": "81", "DAY": "21", "MON": "12", "NUM": "1708", "PRO": "PH", "YEA": "1922", "CITY": "Pampelonne", "NAME": "PUECHBERTY Georges", "NOTE": "-"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19334	pujol-marcel-1921-09-23	{"e1": "1710"}	{"lerrcp": "E1-1710"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Pujol", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-09-23 23:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 0.93941, "lat": 43.22982, "name": "Alan", "geoid": 3038308}, "notime": null, "date-ut": "1921-09-23 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Pujol"}, "birth": {"tzo": "+01:00", "date": "1921-09-23 23:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 0.93941, "lat": 43.22982, "name": "Alan", "geoid": 3038308}, "date-ut": "1921-09-23 22:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1710"}}, "raw": {"H": "23:00", "COD": "31", "DAY": "23", "MON": "09", "NUM": "1710", "PRO": "EX", "YEA": "1921", "CITY": "Alan", "NAME": "PUJOL Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19335	puzenat-claude-1932-02-02	{"e1": "1711"}	{"lerrcp": "E1-1711"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Puzenat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1932-02-02 12:30", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Boulogne-Billt", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Puzenat"}, "birth": {"tzo": "", "date": "1932-02-02 12:30", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Boulogne-Billt", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1711"}}, "raw": {"H": "12:30", "COD": "92", "DAY": "02", "MON": "02", "NUM": "1711", "PRO": "EX", "YEA": "1932", "CITY": "Boulogne-Billt", "NAME": "PUZENAT Claude", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19336	quarez-jean-1919-12-05	{"e1": "1712"}	{"lerrcp": "E1-1712"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Quarez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1919-12-05 02:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.43076, "lat": 50.44718, "name": "Saint-Amand-les-Eaux", "geoid": 2981839}, "notime": null, "date-ut": "1919-12-05 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Quarez"}, "birth": {"tzo": "+00:00", "date": "1919-12-05 02:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.43076, "lat": 50.44718, "name": "Saint-Amand-les-Eaux", "geoid": 2981839}, "date-ut": "1919-12-05 02:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1712"}}, "raw": {"H": "02:00", "COD": "59", "DAY": "05", "MON": "12", "NUM": "1712", "PRO": "MI", "YEA": "1919", "CITY": "St Amand les Eaux", "NAME": "QUAREZ Jean", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19337	queguiner-andre-1909-11-08	{"e1": "1713"}	{"lerrcp": "E1-1713"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Queguiner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-11-08 08:15", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -3.98709, "lat": 48.72381, "name": "Roscoff", "geoid": 2982809}, "notime": null, "date-ut": "1909-11-08 08:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Queguiner"}, "birth": {"tzo": "+00:09", "date": "1909-11-08 08:15", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -3.98709, "lat": 48.72381, "name": "Roscoff", "geoid": 2982809}, "date-ut": "1909-11-08 08:06"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1713"}}, "raw": {"H": "08:15", "COD": "29", "DAY": "08", "MON": "11", "NUM": "1713", "PRO": "PH", "YEA": "1909", "CITY": "Roscoff", "NAME": "QUEGUINER André", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19338	quenee-andre-1905-08-07	{"e1": "1714"}	{"lerrcp": "E1-1714"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Quenee", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-08-07 07:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.64003, "lat": 50.52965, "name": "Béthune", "geoid": 3033002}, "notime": null, "date-ut": "1905-08-07 06:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Quenee"}, "birth": {"tzo": "+00:09", "date": "1905-08-07 07:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 2.64003, "lat": 50.52965, "name": "Béthune", "geoid": 3033002}, "date-ut": "1905-08-07 06:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1714"}}, "raw": {"H": "07:00", "COD": "62", "DAY": "07", "MON": "08", "NUM": "1714", "PRO": "PH", "YEA": "1905", "CITY": "Béthune", "NAME": "QUENEE André", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19339	quenette-jean-1906-03-11	{"e1": "1715"}	{"lerrcp": "E1-1715"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Quenette", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-03-11 04:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": 4.80259, "lat": 45.73375, "name": "Sainte-Foy-lès-Lyon", "geoid": 2980586}, "notime": null, "date-ut": "1906-03-11 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Quenette"}, "birth": {"tzo": "+00:09", "date": "1906-03-11 04:00", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": 4.80259, "lat": 45.73375, "name": "Sainte-Foy-lès-Lyon", "geoid": 2980586}, "date-ut": "1906-03-11 03:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1715"}}, "raw": {"H": "04:00", "COD": "69", "DAY": "11", "MON": "03", "NUM": "1715", "PRO": "EX", "YEA": "1906", "CITY": "Ste Foy les Lyon", "NAME": "QUENETTE Jean", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19340	queney-georges-1912-01-21	{"e1": "1716"}	{"lerrcp": "E1-1716"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Queney", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-01-21 08:00", "note": null, "place": {"c1": null, "c2": "25", "c3": "", "cy": "FR", "lg": 6.79823, "lat": 47.50957, "name": "Montbéliard", "geoid": 2992938}, "notime": null, "date-ut": "1912-01-21 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Queney"}, "birth": {"tzo": "+00:00", "date": "1912-01-21 08:00", "place": {"c2": "25", "c3": "", "cy": "FR", "lg": 6.79823, "lat": 47.50957, "name": "Montbéliard", "geoid": 2992938}, "date-ut": "1912-01-21 08:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1716"}}, "raw": {"H": "08:00", "COD": "25", "DAY": "21", "MON": "01", "NUM": "1716", "PRO": "MI", "YEA": "1912", "CITY": "Montbéliard", "NAME": "QUENEY Georges", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19341	quevauviller-andre-1910-09-20	{"e1": "1717"}	{"lerrcp": "E1-1717"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Quevauviller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-09-20 23:15", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.01056, "lat": 49.3036, "name": "Saint-Aubin-lès-Elbeuf", "geoid": 2981547}, "notime": null, "date-ut": "1910-09-20 23:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Quevauviller"}, "birth": {"tzo": "+00:09", "date": "1910-09-20 23:15", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 1.01056, "lat": 49.3036, "name": "Saint-Aubin-lès-Elbeuf", "geoid": 2981547}, "date-ut": "1910-09-20 23:06"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1717"}}, "raw": {"H": "23:15", "COD": "76", "DAY": "20", "MON": "09", "NUM": "1717", "PRO": "PH", "YEA": "1910", "CITY": "St Aubin les Elbeuf", "NAME": "QUEVAUVILLER André", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19342	quilichini-robert-1912-12-27	{"e1": "1718"}	{"lerrcp": "E1-1718"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Quilichini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-12-27 00:15", "note": null, "place": {"c1": null, "c2": "37", "c3": "", "cy": "FR", "lg": 0.91047, "lat": 47.51191, "name": "Neuillé-le-Lierre", "geoid": 2990638}, "notime": null, "date-ut": "1912-12-27 00:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Quilichini"}, "birth": {"tzo": "+00:00", "date": "1912-12-27 00:15", "place": {"c2": "37", "c3": "", "cy": "FR", "lg": 0.91047, "lat": 47.51191, "name": "Neuillé-le-Lierre", "geoid": 2990638}, "date-ut": "1912-12-27 00:15"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1718"}}, "raw": {"H": "00:15", "COD": "37", "DAY": "27", "MON": "12", "NUM": "1718", "PRO": "MI", "YEA": "1912", "CITY": "Neuillé le Lierre", "NAME": "QUILICHINI Robert", "NOTE": "L"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19343	quillery-henri-1904-10-22	{"e1": "1719"}	{"lerrcp": "E1-1719"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Quillery", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-10-22 12:00", "note": null, "place": {"c1": null, "c2": "70", "c3": "", "cy": "FR", "lg": 6.60848, "lat": 47.76867, "name": "Belonchamp", "geoid": 3033568}, "notime": null, "date-ut": "1904-10-22 11:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Quillery"}, "birth": {"tzo": "+00:09", "date": "1904-10-22 12:00", "place": {"c2": "70", "c3": "", "cy": "FR", "lg": 6.60848, "lat": 47.76867, "name": "Belonchamp", "geoid": 3033568}, "date-ut": "1904-10-22 11:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1719"}}, "raw": {"H": "12:00", "COD": "70", "DAY": "22", "MON": "10", "NUM": "1719", "PRO": "EX", "YEA": "1904", "CITY": "Belonchamp", "NAME": "QUILLERY Henri", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19344	rachet-marcel-1897-07-06	{"e1": "1720"}	{"lerrcp": "E1-1720"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Rachet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1897-07-06 06:30", "note": null, "place": {"c1": null, "c2": "14", "c3": "", "cy": "FR", "lg": 0.23294, "lat": 49.41985, "name": "Honfleur", "geoid": 3013173}, "notime": null, "date-ut": "1897-07-06 06:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Rachet"}, "birth": {"tzo": "+00:09", "date": "1897-07-06 06:30", "place": {"c2": "14", "c3": "", "cy": "FR", "lg": 0.23294, "lat": 49.41985, "name": "Honfleur", "geoid": 3013173}, "date-ut": "1897-07-06 06:21"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1720"}}, "raw": {"H": "06:30", "COD": "14", "DAY": "06", "MON": "07", "NUM": "1720", "PRO": "PH", "YEA": "1897", "CITY": "Honfleur", "NAME": "RACHET Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19345	ragueneau-philippe-1917-11-19	{"e1": "1721"}	{"lerrcp": "E1-1721"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Ragueneau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1917-11-19 18:30", "note": null, "place": {"c1": null, "c2": "45", "c3": "", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1917-11-19 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "executive"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Ragueneau"}, "birth": {"tzo": "+00:00", "date": "1917-11-19 18:30", "place": {"c2": "45", "c3": "", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1917-11-19 18:30"}, "notes": [null], "occus": ["military-personnel", "executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1721"}}, "raw": {"H": "18:30", "COD": "45", "DAY": "19", "MON": "11", "NUM": "1721", "PRO": "MI,EX", "YEA": "1917", "CITY": "Orléans", "NAME": "RAGUENEAU Philippe", "NOTE": "L"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19346	raiffaud-andre-1917-07-21	{"e1": "1722"}	{"lerrcp": "E1-1722"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Raiffaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-07-21 20:00", "note": null, "place": {"c1": null, "c2": "53", "c3": "", "cy": "FR", "lg": -0.19814, "lat": 48.45993, "name": "Pré-en-Pail", "geoid": 2985491}, "notime": null, "date-ut": "1917-07-21 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Raiffaud"}, "birth": {"tzo": "+01:00", "date": "1917-07-21 20:00", "place": {"c2": "53", "c3": "", "cy": "FR", "lg": -0.19814, "lat": 48.45993, "name": "Pré-en-Pail", "geoid": 2985491}, "date-ut": "1917-07-21 19:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1722"}}, "raw": {"H": "20:00", "COD": "53", "DAY": "21", "MON": "07", "NUM": "1722", "PRO": "MI", "YEA": "1917", "CITY": "Pré en Pail", "NAME": "RAIFFAUD André", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19347	ramain-paul-1895-08-20	{"e1": "1723"}	{"lerrcp": "E1-1723"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Ramain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1895-08-20 13:00", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": 6.47985, "lat": 46.37049, "name": "Thonon-les-Bains", "geoid": 2972742}, "notime": null, "date-ut": "1895-08-20 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Ramain"}, "birth": {"tzo": "+00:09", "date": "1895-08-20 13:00", "place": {"c2": "74", "c3": "", "cy": "FR", "lg": 6.47985, "lat": 46.37049, "name": "Thonon-les-Bains", "geoid": 2972742}, "date-ut": "1895-08-20 12:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1723"}}, "raw": {"H": "13:00", "COD": "74", "DAY": "20", "MON": "08", "NUM": "1723", "PRO": "PH", "YEA": "1895", "CITY": "Thonon les Bains", "NAME": "RAMAIN Paul", "NOTE": "-"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19348	rambert-paul-1908-01-18	{"e1": "1724"}	{"lerrcp": "E1-1724"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Rambert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-01-18 15:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1908-01-18 14:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Rambert"}, "birth": {"tzo": "+00:09", "date": "1908-01-18 15:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1908-01-18 14:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1724"}}, "raw": {"H": "15:00", "COD": "76", "DAY": "18", "MON": "01", "NUM": "1724", "PRO": "PH", "YEA": "1908", "CITY": "Rouen", "NAME": "RAMBERT Paul", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19349	ramillon-rene-1907-09-13	{"e1": "1725"}	{"lerrcp": "E1-1725"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Ramillon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-09-13 05:00", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1907-09-13 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "René", "family": "Ramillon"}, "birth": {"tzo": "+00:09", "date": "1907-09-13 05:00", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1907-09-13 04:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1725"}}, "raw": {"H": "05:00", "COD": "38", "DAY": "13", "MON": "09", "NUM": "1725", "PRO": "EX", "YEA": "1907", "CITY": "Grenoble", "NAME": "RAMILLON René", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19350	rancourt-de-mimerand-henry-1910-07-04	{"e1": "1726"}	{"lerrcp": "E1-1726"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "de MIMERAND Henry", "family": "Rancourt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-07-04 16:30", "note": null, "place": {"c1": null, "c2": "45", "c3": "", "cy": "FR", "lg": 2.66067, "lat": 47.54047, "name": "Cernoy-en-Berry", "geoid": 3027838}, "notime": null, "date-ut": "1910-07-04 16:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "de MIMERAND Henry", "family": "Rancourt"}, "birth": {"tzo": "+00:09", "date": "1910-07-04 16:30", "place": {"c2": "45", "c3": "", "cy": "FR", "lg": 2.66067, "lat": 47.54047, "name": "Cernoy-en-Berry", "geoid": 3027838}, "date-ut": "1910-07-04 16:21"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1726"}}, "raw": {"H": "16:30", "COD": "45", "DAY": "04", "MON": "07", "NUM": "1726", "PRO": "MI", "YEA": "1910", "CITY": "Cernoy-en-Berry", "NAME": "RANCOURT de MIMERAND Henry", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19351	rauch-madeleine-de-bourgeois-1896-08-25	{"e1": "1727"}	{"lerrcp": "E1-1727"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Madeleine de (BOURGEOIS)", "family": "Rauch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1896-08-25 07:40", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.19311, "lat": 48.82358, "name": "Ville-d'Avray", "geoid": 2968819}, "notime": null, "date-ut": "1896-08-25 07:31"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Madeleine de (BOURGEOIS)", "family": "Rauch"}, "birth": {"tzo": "+00:09", "date": "1896-08-25 07:40", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.19311, "lat": 48.82358, "name": "Ville-d'Avray", "geoid": 2968819}, "date-ut": "1896-08-25 07:31"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1727"}}, "raw": {"H": "07:40", "COD": "92", "DAY": "25", "MON": "08", "NUM": "1727", "PRO": "EX", "YEA": "1896", "CITY": "Ville d'Avray", "NAME": "RAUCH Madeleine de (BOURGEOIS)", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19352	raul-pierre-1896-08-17	{"e1": "1728"}	{"lerrcp": "E1-1728"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Raul", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1896-08-17 05:30", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.40109, "lat": 48.27201, "name": "Châtenois", "geoid": 3026100}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Raul"}, "birth": {"tzo": "", "date": "1896-08-17 05:30", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.40109, "lat": 48.27201, "name": "Châtenois", "geoid": 3026100}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1728"}}, "raw": {"H": "05:30", "COD": "67", "DAY": "17", "MON": "08", "NUM": "1728", "PRO": "PH", "YEA": "1896", "CITY": "Chatenois", "NAME": "RAUL Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19353	raulo-jean-1910-01-11	{"e1": "1729"}	{"lerrcp": "E1-1729"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Raulo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-01-11 14:30", "note": null, "place": {"c1": null, "c2": "27", "c3": "", "cy": "FR", "lg": 1.24317, "lat": 49.10922, "name": "La Croix-Saint-Leufroy", "geoid": 3009717}, "notime": null, "date-ut": "1910-01-11 14:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Raulo"}, "birth": {"tzo": "+00:09", "date": "1910-01-11 14:30", "place": {"c2": "27", "c3": "", "cy": "FR", "lg": 1.24317, "lat": 49.10922, "name": "La Croix-Saint-Leufroy", "geoid": 3009717}, "date-ut": "1910-01-11 14:21"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1729"}}, "raw": {"H": "14:30", "COD": "27", "DAY": "11", "MON": "01", "NUM": "1729", "PRO": "PH", "YEA": "1910", "CITY": "La Croix-St Leufroy", "NAME": "RAULO Jean", "NOTE": "-"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19354	ravault-pierre-1899-11-30	{"e1": "1730"}	{"lerrcp": "E1-1730"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Ravault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-11-30 23:30", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 4.27527, "lat": 46.43451, "name": "Charolles", "geoid": 3026515}, "notime": null, "date-ut": "1899-11-30 23:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Ravault"}, "birth": {"tzo": "+00:09", "date": "1899-11-30 23:30", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 4.27527, "lat": 46.43451, "name": "Charolles", "geoid": 3026515}, "date-ut": "1899-11-30 23:21"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1730"}}, "raw": {"H": "23:30", "COD": "71", "DAY": "30", "MON": "11", "NUM": "1730", "PRO": "PH", "YEA": "1899", "CITY": "Charolles", "NAME": "RAVAULT Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19355	raveau-georges-1905-08-06	{"e1": "1731"}	{"lerrcp": "E1-1731"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Raveau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-08-06 12:30", "note": null, "place": {"c1": null, "c2": "36", "c3": "", "cy": "FR", "lg": 1.98734, "lat": 46.58228, "name": "La Châtre", "geoid": 3010154}, "notime": null, "date-ut": "1905-08-06 12:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Raveau"}, "birth": {"tzo": "+00:09", "date": "1905-08-06 12:30", "place": {"c2": "36", "c3": "", "cy": "FR", "lg": 1.98734, "lat": 46.58228, "name": "La Châtre", "geoid": 3010154}, "date-ut": "1905-08-06 12:21"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1731"}}, "raw": {"H": "12:30", "COD": "36", "DAY": "06", "MON": "08", "NUM": "1731", "PRO": "EX", "YEA": "1905", "CITY": "La Châtre", "NAME": "RAVEAU Georges", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19356	raynaud-francis-1918-06-16	{"e1": "1732"}	{"lerrcp": "E1-1732"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Raynaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-06-16 03:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 2.69508, "lat": 42.69203, "name": "Millas", "geoid": 2993876}, "notime": null, "date-ut": "1918-06-16 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Francis", "family": "Raynaud"}, "birth": {"tzo": "+01:00", "date": "1918-06-16 03:00", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": 2.69508, "lat": 42.69203, "name": "Millas", "geoid": 2993876}, "date-ut": "1918-06-16 02:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1732"}}, "raw": {"H": "03:00", "COD": "66", "DAY": "16", "MON": "06", "NUM": "1732", "PRO": "MI", "YEA": "1918", "CITY": "Millas", "NAME": "RAYNAUD Francis", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19357	rayon-robert-1904-02-03	{"e1": "1733"}	{"lerrcp": "E1-1733"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Rayon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-02-03 03:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.50435, "lat": 43.77649, "name": "Menton", "geoid": 2994497}, "notime": null, "date-ut": "1904-02-03 02:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Rayon"}, "birth": {"tzo": "+00:09", "date": "1904-02-03 03:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.50435, "lat": 43.77649, "name": "Menton", "geoid": 2994497}, "date-ut": "1904-02-03 02:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1733"}}, "raw": {"H": "03:00", "COD": "06", "DAY": "03", "MON": "02", "NUM": "1733", "PRO": "EX", "YEA": "1904", "CITY": "Menton", "NAME": "RAYON Robert", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19358	razemon-jean-pierre-1927-01-22	{"e1": "1734"}	{"lerrcp": "E1-1734"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Pierre", "family": "Razemon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1927-01-22 16:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1927-01-22 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean-Pierre", "family": "Razemon"}, "birth": {"tzo": "+00:00", "date": "1927-01-22 16:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1927-01-22 16:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1734"}}, "raw": {"H": "16:00", "COD": "59", "DAY": "22", "MON": "01", "NUM": "1734", "PRO": "PH", "YEA": "1927", "CITY": "Lille", "NAME": "RAZEMON Jean-Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19359	razemon-pierre-1899-01-03	{"e1": "1735"}	{"lerrcp": "E1-1735"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Razemon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-01-03 08:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.99376, "lat": 50.46331, "name": "Oignies", "geoid": 2989680}, "notime": null, "date-ut": "1899-01-03 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Razemon"}, "birth": {"tzo": "+00:09", "date": "1899-01-03 08:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 2.99376, "lat": 50.46331, "name": "Oignies", "geoid": 2989680}, "date-ut": "1899-01-03 07:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1735"}}, "raw": {"H": "08:00", "COD": "62", "DAY": "03", "MON": "01", "NUM": "1735", "PRO": "PH", "YEA": "1899", "CITY": "Oignies", "NAME": "RAZEMON Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19360	reals-antoine-boscals-de-1915-11-22	{"e1": "1736"}	{"lerrcp": "E1-1736"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine (BOSCALS de)", "family": "Reals", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-11-22 05:00", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1915-11-22 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Antoine (BOSCALS de)", "family": "Reals"}, "birth": {"tzo": "+00:00", "date": "1915-11-22 05:00", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1915-11-22 05:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1736"}}, "raw": {"H": "05:00", "COD": "44", "DAY": "22", "MON": "11", "NUM": "1736", "PRO": "MI", "YEA": "1915", "CITY": "Nantes", "NAME": "REALS Antoine (BOSCALS de)", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19361	reboul-jean-1911-09-16	{"e1": "1737"}	{"lerrcp": "E1-1737"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Reboul", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1911-09-16 20:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Reboul"}, "birth": {"tzo": "", "date": "1911-09-16 20:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1737"}}, "raw": {"H": "20:00", "COD": "54", "DAY": "16", "MON": "09", "NUM": "1737", "PRO": "PH", "YEA": "1911", "CITY": "Nancy", "NAME": "REBOUL Jean", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19362	rebuffel-gabriel-1897-07-03	{"e1": "1738"}	{"lerrcp": "E1-1738"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Rebuffel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1897-07-03 06:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1897-07-03 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Rebuffel"}, "birth": {"tzo": "+00:09", "date": "1897-07-03 06:00", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1897-07-03 05:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1738"}}, "raw": {"H": "06:00", "COD": "83", "DAY": "03", "MON": "07", "NUM": "1738", "PRO": "MI", "YEA": "1897", "CITY": "Toulon", "NAME": "REBUFFEL Gabriel", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19363	rebut-pierre-1910-08-05	{"e1": "1739"}	{"lerrcp": "E1-1739"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Rebut", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-08-05 04:00", "note": null, "place": {"c1": null, "c2": "27", "c3": "", "cy": "FR", "lg": 0.7151, "lat": 49.19553, "name": "Brionne", "geoid": 3030007}, "notime": null, "date-ut": "1910-08-05 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Rebut"}, "birth": {"tzo": "+00:09", "date": "1910-08-05 04:00", "place": {"c2": "27", "c3": "", "cy": "FR", "lg": 0.7151, "lat": 49.19553, "name": "Brionne", "geoid": 3030007}, "date-ut": "1910-08-05 03:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1739"}}, "raw": {"H": "04:00", "COD": "27", "DAY": "05", "MON": "08", "NUM": "1739", "PRO": "MI", "YEA": "1910", "CITY": "Brionne", "NAME": "REBUT Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19364	recordier-maurice-1905-09-10	{"e1": "1740"}	{"lerrcp": "E1-1740"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Recordier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-09-10 06:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.03131, "lat": 43.69481, "name": "Eyguières", "geoid": 3019219}, "notime": null, "date-ut": "1905-09-10 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Recordier"}, "birth": {"tzo": "+00:09", "date": "1905-09-10 06:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.03131, "lat": 43.69481, "name": "Eyguières", "geoid": 3019219}, "date-ut": "1905-09-10 05:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1740"}}, "raw": {"H": "06:00", "COD": "13", "DAY": "10", "MON": "09", "NUM": "1740", "PRO": "PH", "YEA": "1905", "CITY": "Eyguières", "NAME": "RECORDIER Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19365	redele-jean-1922-05-17	{"e1": "1741"}	{"lerrcp": "E1-1741"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Redele", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-05-17 11:15", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.07772, "lat": 49.9216, "name": "Dieppe", "geoid": 3021411}, "notime": null, "date-ut": "1922-05-17 10:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Redele"}, "birth": {"tzo": "+01:00", "date": "1922-05-17 11:15", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 1.07772, "lat": 49.9216, "name": "Dieppe", "geoid": 3021411}, "date-ut": "1922-05-17 10:15"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1741"}}, "raw": {"H": "11:15", "COD": "76", "DAY": "17", "MON": "05", "NUM": "1741", "PRO": "EX", "YEA": "1922", "CITY": "Dieppe", "NAME": "REDELE Jean", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19366	redon-maurice-1905-02-20	{"e1": "1742"}	{"lerrcp": "E1-1742"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Redon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-02-20 01:00", "note": null, "place": {"c1": null, "c2": "73", "c3": "", "cy": "FR", "lg": 6.39061, "lat": 45.67452, "name": "Albertville", "geoid": 3038266}, "notime": null, "date-ut": "1905-02-20 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Redon"}, "birth": {"tzo": "+00:09", "date": "1905-02-20 01:00", "place": {"c2": "73", "c3": "", "cy": "FR", "lg": 6.39061, "lat": 45.67452, "name": "Albertville", "geoid": 3038266}, "date-ut": "1905-02-20 00:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1742"}}, "raw": {"H": "01:00", "COD": "73", "DAY": "20", "MON": "02", "NUM": "1742", "PRO": "MI", "YEA": "1905", "CITY": "Albertville", "NAME": "REDON Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19367	reignier-jacques-1911-08-23	{"e1": "1743"}	{"lerrcp": "E1-1743"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Reignier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-08-23 10:00", "note": null, "place": {"c1": null, "c2": "72", "c3": "", "cy": "FR", "lg": -0.07553, "lat": 47.69815, "name": "La Flèche", "geoid": 3009443}, "notime": null, "date-ut": "1911-08-23 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Reignier"}, "birth": {"tzo": "+00:00", "date": "1911-08-23 10:00", "place": {"c2": "72", "c3": "", "cy": "FR", "lg": -0.07553, "lat": 47.69815, "name": "La Flèche", "geoid": 3009443}, "date-ut": "1911-08-23 10:00"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1743"}}, "raw": {"H": "10:00", "COD": "72", "DAY": "23", "MON": "08", "NUM": "1743", "PRO": "PH", "YEA": "1911", "CITY": "La Flèche", "NAME": "REIGNIER Jacques", "NOTE": "-"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
6619	reilinger-alfred-1900-11-15	{"a3": "902", "e1": "1744"}	{"lerrcp": "A3-902"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Reilinger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.66096, "lat": 48.90648, "name": "Gundershoffen", "geoid": 3014167}, "notime": null, "date-ut": "1900-11-15 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "physician"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Reilinger"}, "birth": {"place": {"c2": "67", "cy": "FR", "lg": 7.66096, "lat": 48.90648, "name": "Gundershoffen", "geoid": 3014167}, "date-ut": "1900-11-15 01:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-902"}, "ids-in-sources": {"a3": "902"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "67", "COU": "F", "DAY": "15", "LAT": "48N35", "LON": "7E45", "MON": "11", "NUM": "902", "PRO": "M", "SEC": "0", "YEA": "1900", "CITY": "GUNDERSHOFFEN"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["physician"], "ids-in-sources": {"e1": "1744"}}, "raw": {"H": "02:00", "COD": "67", "DAY": "15", "MON": "11", "NUM": "1744", "PRO": "PH", "YEA": "1900", "CITY": "Gundershoffen", "NAME": "REILINGER Alfred", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19368	reme-bertrand-1908-08-12	{"e1": "1745"}	{"lerrcp": "E1-1745"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bertrand", "family": "Reme", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-08-12 12:00", "note": null, "place": {"c1": null, "c2": "56", "c3": "", "cy": "FR", "lg": -2.64074, "lat": 47.83797, "name": "Plumelec", "geoid": 2986611}, "notime": null, "date-ut": "1908-08-12 11:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Bertrand", "family": "Reme"}, "birth": {"tzo": "+00:09", "date": "1908-08-12 12:00", "place": {"c2": "56", "c3": "", "cy": "FR", "lg": -2.64074, "lat": 47.83797, "name": "Plumelec", "geoid": 2986611}, "date-ut": "1908-08-12 11:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1745"}}, "raw": {"H": "12:00", "COD": "56", "DAY": "12", "MON": "08", "NUM": "1745", "PRO": "PH", "YEA": "1908", "CITY": "Plumelec", "NAME": "REME Bertrand", "NOTE": "-"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19369	remery-roger-1922-01-26	{"e1": "1746"}	{"lerrcp": "E1-1746"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Remery", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-01-26 18:00", "note": null, "place": {"c1": null, "c2": "70", "c3": "", "cy": "FR", "lg": 5.7492, "lat": 47.55666, "name": "Seveux", "geoid": 2974693}, "notime": null, "date-ut": "1922-01-26 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Remery"}, "birth": {"tzo": "+00:00", "date": "1922-01-26 18:00", "place": {"c2": "70", "c3": "", "cy": "FR", "lg": 5.7492, "lat": 47.55666, "name": "Seveux", "geoid": 2974693}, "date-ut": "1922-01-26 18:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1746"}}, "raw": {"H": "18:00", "COD": "70", "DAY": "26", "MON": "01", "NUM": "1746", "PRO": "EX", "YEA": "1922", "CITY": "Seveux", "NAME": "REMERY Roger", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19371	renard-robert-1915-01-30	{"e1": "1748"}	{"lerrcp": "E1-1748"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Renard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-01-30 01:00", "note": null, "place": {"c1": null, "c2": "28", "c3": "", "cy": "FR", "lg": 1.25236, "lat": 48.36738, "name": "Marchéville", "geoid": 2995997}, "notime": null, "date-ut": "1915-01-30 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Renard"}, "birth": {"tzo": "+00:00", "date": "1915-01-30 01:00", "place": {"c2": "28", "c3": "", "cy": "FR", "lg": 1.25236, "lat": 48.36738, "name": "Marchéville", "geoid": 2995997}, "date-ut": "1915-01-30 01:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1748"}}, "raw": {"H": "01:00", "COD": "28", "DAY": "30", "MON": "01", "NUM": "1748", "PRO": "EX", "YEA": "1915", "CITY": "Marchéville", "NAME": "RENARD Robert", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19372	renard-pierre-1903-07-08	{"e1": "1749"}	{"lerrcp": "E1-1749"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Renard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-07-08 18:30", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1903-07-08 18:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Renard"}, "birth": {"tzo": "+00:09", "date": "1903-07-08 18:30", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1903-07-08 18:21"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1749"}}, "raw": {"H": "18:30", "COD": "83", "DAY": "08", "MON": "07", "NUM": "1749", "PRO": "MI", "YEA": "1903", "CITY": "Toulon", "NAME": "RENARD Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19373	renault-camille-1904-05-02	{"e1": "1750"}	{"lerrcp": "E1-1750"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Renault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-05-02 07:00", "note": null, "place": {"c1": null, "c2": "60", "c3": "", "cy": "FR", "lg": 1.82129, "lat": 49.2854, "name": "Trie-Château", "geoid": 2971692}, "notime": null, "date-ut": "1904-05-02 06:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Renault"}, "birth": {"tzo": "+00:09", "date": "1904-05-02 07:00", "place": {"c2": "60", "c3": "", "cy": "FR", "lg": 1.82129, "lat": 49.2854, "name": "Trie-Château", "geoid": 2971692}, "date-ut": "1904-05-02 06:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1750"}}, "raw": {"H": "07:00", "COD": "60", "DAY": "02", "MON": "05", "NUM": "1750", "PRO": "EX", "YEA": "1904", "CITY": "Trie-Château", "NAME": "RENAULT Camille", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19374	renault-raymond-1921-06-02	{"e1": "1751"}	{"lerrcp": "E1-1751"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Renault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-06-02 13:00", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": 2.38333, "lat": 48.91667, "name": "Aubervilliers", "geoid": 3036386}, "notime": null, "date-ut": "1921-06-02 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Renault"}, "birth": {"tzo": "+01:00", "date": "1921-06-02 13:00", "place": {"c2": "93", "c3": "", "cy": "FR", "lg": 2.38333, "lat": 48.91667, "name": "Aubervilliers", "geoid": 3036386}, "date-ut": "1921-06-02 12:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1751"}}, "raw": {"H": "13:00", "COD": "93", "DAY": "02", "MON": "06", "NUM": "1751", "PRO": "PH", "YEA": "1921", "CITY": "Aubervilliers", "NAME": "RENAULT Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19375	rendu-charles-1909-07-06	{"e1": "1752"}	{"lerrcp": "E1-1752"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Rendu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-07-06 10:30", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 5.54463, "lat": 45.27843, "name": "Saint-Quentin-sur-Isère", "geoid": 2977262}, "notime": null, "date-ut": "1909-07-06 10:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Rendu"}, "birth": {"tzo": "+00:09", "date": "1909-07-06 10:30", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": 5.54463, "lat": 45.27843, "name": "Saint-Quentin-sur-Isère", "geoid": 2977262}, "date-ut": "1909-07-06 10:21"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1752"}}, "raw": {"H": "10:30", "COD": "38", "DAY": "06", "MON": "07", "NUM": "1752", "PRO": "PH", "YEA": "1909", "CITY": "St Quentin/Isère", "NAME": "RENDU Charles", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19376	rene-louis-1918-08-21	{"e1": "1753"}	{"lerrcp": "E1-1753"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Rene", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-08-21 14:00", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": 4.43024, "lat": 43.67656, "name": "Saint-Gilles", "geoid": 2979679}, "notime": null, "date-ut": "1918-08-21 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Rene"}, "birth": {"tzo": "+01:00", "date": "1918-08-21 14:00", "place": {"c2": "30", "c3": "", "cy": "FR", "lg": 4.43024, "lat": 43.67656, "name": "Saint-Gilles", "geoid": 2979679}, "date-ut": "1918-08-21 13:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1753"}}, "raw": {"H": "14:00", "COD": "30", "DAY": "21", "MON": "08", "NUM": "1753", "PRO": "PH", "YEA": "1918", "CITY": "St-Gilles", "NAME": "RENE Louis", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19377	renon-charles-1909-06-16	{"e1": "1754"}	{"lerrcp": "E1-1754"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Renon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-06-16 14:45", "note": null, "place": {"c1": null, "c2": "27", "c3": "", "cy": "FR", "lg": 1.46332, "lat": 49.09292, "name": "Vernon", "geoid": 2969766}, "notime": null, "date-ut": "1909-06-16 14:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Renon"}, "birth": {"tzo": "+00:09", "date": "1909-06-16 14:45", "place": {"c2": "27", "c3": "", "cy": "FR", "lg": 1.46332, "lat": 49.09292, "name": "Vernon", "geoid": 2969766}, "date-ut": "1909-06-16 14:36"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1754"}}, "raw": {"H": "14:45", "COD": "27", "DAY": "16", "MON": "06", "NUM": "1754", "PRO": "MI", "YEA": "1909", "CITY": "Vernon", "NAME": "RENON Charles", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19378	reny-jean-francois-1901-10-05	{"e1": "1755"}	{"lerrcp": "E1-1755"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Francois", "family": "Reny", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1901-10-05 01:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 5.76192, "lat": 49.5217, "name": "Longwy", "geoid": 2997638}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean-Francois", "family": "Reny"}, "birth": {"tzo": "", "date": "1901-10-05 01:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 5.76192, "lat": 49.5217, "name": "Longwy", "geoid": 2997638}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1755"}}, "raw": {"H": "01:00", "COD": "54", "DAY": "05", "MON": "10", "NUM": "1755", "PRO": "PH", "YEA": "1901", "CITY": "Longwy", "NAME": "RENY Jean-Francois", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19379	rerat-alain-1926-07-16	{"e1": "1756"}	{"lerrcp": "E1-1756"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Rerat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1926-07-16 03:30", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1926-07-16 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alain", "family": "Rerat"}, "birth": {"tzo": "+01:00", "date": "1926-07-16 03:30", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1926-07-16 02:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1756"}}, "raw": {"H": "03:30", "COD": "54", "DAY": "16", "MON": "07", "NUM": "1756", "PRO": "PH", "YEA": "1926", "CITY": "Nancy", "NAME": "RERAT Alain", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19380	rescanieres-andre-1909-03-08	{"e1": "1757"}	{"lerrcp": "E1-1757"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Rescanieres", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-03-08 21:30", "note": null, "place": {"c1": null, "c2": "09", "c3": "", "cy": "FR", "lg": 1.61079, "lat": 43.1165, "name": "Pamiers", "geoid": 2988670}, "notime": null, "date-ut": "1909-03-08 21:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Rescanieres"}, "birth": {"tzo": "+00:09", "date": "1909-03-08 21:30", "place": {"c2": "09", "c3": "", "cy": "FR", "lg": 1.61079, "lat": 43.1165, "name": "Pamiers", "geoid": 2988670}, "date-ut": "1909-03-08 21:21"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1757"}}, "raw": {"H": "21:30", "COD": "09", "DAY": "08", "MON": "03", "NUM": "1757", "PRO": "MI", "YEA": "1909", "CITY": "Pamiers", "NAME": "RESCANIERES André", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19381	reucher-paul-1927-03-29	{"e1": "1758"}	{"lerrcp": "E1-1758"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Reucher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1927-03-29 11:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.3943, "lat": 50.3293, "name": "Denain", "geoid": 3021605}, "notime": null, "date-ut": "1927-03-29 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Reucher"}, "birth": {"tzo": "+00:00", "date": "1927-03-29 11:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.3943, "lat": 50.3293, "name": "Denain", "geoid": 3021605}, "date-ut": "1927-03-29 11:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1758"}}, "raw": {"H": "11:00", "COD": "59", "DAY": "29", "MON": "03", "NUM": "1758", "PRO": "EX", "YEA": "1927", "CITY": "Denain", "NAME": "REUCHER Paul", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19382	revol-jacques-1909-10-24	{"e1": "1759"}	{"lerrcp": "E1-1759"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Revol", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-10-24 10:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1909-10-24 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Revol"}, "birth": {"tzo": "+00:09", "date": "1909-10-24 10:00", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1909-10-24 09:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1759"}}, "raw": {"H": "10:00", "COD": "83", "DAY": "24", "MON": "10", "NUM": "1759", "PRO": "MI", "YEA": "1909", "CITY": "Toulon", "NAME": "REVOL Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19383	rey-louis-1931-08-21	{"e1": "1760"}	{"lerrcp": "E1-1760"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Rey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1931-08-21 23:00", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 5.74629, "lat": 45.20507, "name": "La Tronche", "geoid": 3006131}, "notime": null, "date-ut": "1931-08-21 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Rey"}, "birth": {"tzo": "+01:00", "date": "1931-08-21 23:00", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": 5.74629, "lat": 45.20507, "name": "La Tronche", "geoid": 3006131}, "date-ut": "1931-08-21 22:00"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1760"}}, "raw": {"H": "23:00", "COD": "38", "DAY": "21", "MON": "08", "NUM": "1760", "PRO": "PH", "YEA": "1931", "CITY": "La Tronche", "NAME": "REY Louis", "NOTE": "-"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19384	reydellet-maurice-1910-07-06	{"e1": "1761"}	{"lerrcp": "E1-1761"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Reydellet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-07-06 13:00", "note": null, "place": {"c1": null, "c2": "14", "c3": "", "cy": "FR", "lg": 0.32109, "lat": 49.22769, "name": "Le Faulq", "geoid": 3004293}, "notime": null, "date-ut": "1910-07-06 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Reydellet"}, "birth": {"tzo": "+00:09", "date": "1910-07-06 13:00", "place": {"c2": "14", "c3": "", "cy": "FR", "lg": 0.32109, "lat": 49.22769, "name": "Le Faulq", "geoid": 3004293}, "date-ut": "1910-07-06 12:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1761"}}, "raw": {"H": "13:00", "COD": "14", "DAY": "06", "MON": "07", "NUM": "1761", "PRO": "PH", "YEA": "1910", "CITY": "Le Faulq", "NAME": "REYDELLET Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19385	reynaud-jean-baptiste-1914-04-08	{"e1": "1762"}	{"lerrcp": "E1-1762"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Baptiste", "family": "Reynaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-04-08 18:00", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1914-04-08 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean-Baptiste", "family": "Reynaud"}, "birth": {"tzo": "+00:00", "date": "1914-04-08 18:00", "place": {"c2": "30", "c3": "", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1914-04-08 18:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1762"}}, "raw": {"H": "18:00", "COD": "30", "DAY": "08", "MON": "04", "NUM": "1762", "PRO": "PH", "YEA": "1914", "CITY": "Nîmes", "NAME": "REYNAUD Jean-Baptiste", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19386	reyniers-francois-1902-12-13	{"e1": "1763"}	{"lerrcp": "E1-1763"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Reyniers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1902-12-13 19:30", "note": null, "place": {"c1": null, "c2": "89", "c3": "", "cy": "FR", "lg": 3.57033, "lat": 47.7996, "name": "Auxerre", "geoid": 3035843}, "notime": null, "date-ut": "1902-12-13 19:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Reyniers"}, "birth": {"tzo": "+00:09", "date": "1902-12-13 19:30", "place": {"c2": "89", "c3": "", "cy": "FR", "lg": 3.57033, "lat": 47.7996, "name": "Auxerre", "geoid": 3035843}, "date-ut": "1902-12-13 19:21"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1763"}}, "raw": {"H": "19:30", "COD": "89", "DAY": "13", "MON": "12", "NUM": "1763", "PRO": "MI", "YEA": "1902", "CITY": "Auxerre", "NAME": "REYNIERS François", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19387	riber-jean-claude-1934-09-14	{"e1": "1764"}	{"lerrcp": "E1-1764"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Claude", "family": "Riber", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1934-09-14 15:00", "note": null, "place": {"c1": null, "c2": "68", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Mulhouae", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean-Claude", "family": "Riber"}, "birth": {"tzo": "", "date": "1934-09-14 15:00", "place": {"c2": "68", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Mulhouae", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1764"}}, "raw": {"H": "15:00", "COD": "68", "DAY": "14", "MON": "09", "NUM": "1764", "PRO": "EX", "YEA": "1934", "CITY": "Mulhouae", "NAME": "RIBER Jean-Claude", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19388	ribereau-gayon-jean-1905-02-13	{"e1": "1765"}	{"lerrcp": "E1-1765"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Ribereau-Gayon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-02-13 08:20", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1905-02-13 08:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Ribereau-Gayon"}, "birth": {"tzo": "+00:09", "date": "1905-02-13 08:20", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1905-02-13 08:11"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1765"}}, "raw": {"H": "08:20", "COD": "33", "DAY": "13", "MON": "02", "NUM": "1765", "PRO": "PH", "YEA": "1905", "CITY": "Bordeaux", "NAME": "RIBEREAU-GAYON Jean", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19389	ricard-paul-1909-07-09	{"e1": "1766"}	{"lerrcp": "E1-1766"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Ricard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1909-07-09 10:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Marseille-Ste Marthe", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Ricard"}, "birth": {"tzo": "", "date": "1909-07-09 10:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Marseille-Ste Marthe", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1766"}}, "raw": {"H": "10:00", "COD": "13", "DAY": "09", "MON": "07", "NUM": "1766", "PRO": "EX", "YEA": "1909", "CITY": "Marseille-Ste Marthe", "NAME": "RICARD Paul", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19390	richard-andre-1889-06-03	{"e1": "1767"}	{"lerrcp": "E1-1767"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Richard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1889-06-03 23:30", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.29025, "lat": 48.82345, "name": "Vanves", "geoid": 2970761}, "notime": null, "date-ut": "1889-06-03 23:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "André", "family": "Richard"}, "birth": {"tzo": "+00:09", "date": "1889-06-03 23:30", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.29025, "lat": 48.82345, "name": "Vanves", "geoid": 2970761}, "date-ut": "1889-06-03 23:21"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1767"}}, "raw": {"H": "23:30", "COD": "92", "DAY": "03", "MON": "06", "NUM": "1767", "PRO": "EX", "YEA": "1889", "CITY": "Vanves", "NAME": "RICHARD André", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19391	richard-auguste-1904-01-16	{"e1": "1768"}	{"lerrcp": "E1-1768"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Richard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-01-16 18:00", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 4.71743, "lat": 46.84035, "name": "Mercurey", "geoid": 6619576}, "notime": null, "date-ut": "1904-01-16 17:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Richard"}, "birth": {"tzo": "+00:09", "date": "1904-01-16 18:00", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 4.71743, "lat": 46.84035, "name": "Mercurey", "geoid": 6619576}, "date-ut": "1904-01-16 17:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1768"}}, "raw": {"H": "18:00", "COD": "71", "DAY": "16", "MON": "01", "NUM": "1768", "PRO": "PH", "YEA": "1904", "CITY": "Mercurey", "NAME": "RICHARD Auguste", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19392	richard-benoni-1897-10-26	{"e1": "1769"}	{"lerrcp": "E1-1769"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benoni", "family": "Richard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1897-10-26 05:00", "note": null, "place": {"c1": null, "c2": "72", "c3": "", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "notime": null, "date-ut": "1897-10-26 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Benoni", "family": "Richard"}, "birth": {"tzo": "+00:09", "date": "1897-10-26 05:00", "place": {"c2": "72", "c3": "", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "date-ut": "1897-10-26 04:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1769"}}, "raw": {"H": "05:00", "COD": "72", "DAY": "26", "MON": "10", "NUM": "1769", "PRO": "MI", "YEA": "1897", "CITY": "Le Mans", "NAME": "RICHARD Benoni", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19393	richard-jacques-1911-12-06	{"e1": "1770"}	{"lerrcp": "E1-1770"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Richard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1911-12-06 06:00", "note": null, "place": {"c1": null, "c2": "19", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Brive", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Richard"}, "birth": {"tzo": "", "date": "1911-12-06 06:00", "place": {"c2": "19", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Brive", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1770"}}, "raw": {"H": "06:00", "COD": "19", "DAY": "06", "MON": "12", "NUM": "1770", "PRO": "MI", "YEA": "1911", "CITY": "Brive", "NAME": "RICHARD Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19394	richard-jean-1920-09-09	{"e1": "1771"}	{"lerrcp": "E1-1771"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Richard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-09-09 14:00", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 6.13282, "lat": 48.30089, "name": "Mirecourt", "geoid": 2993728}, "notime": null, "date-ut": "1920-09-09 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Richard"}, "birth": {"tzo": "+01:00", "date": "1920-09-09 14:00", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 6.13282, "lat": 48.30089, "name": "Mirecourt", "geoid": 2993728}, "date-ut": "1920-09-09 13:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1771"}}, "raw": {"H": "14:00", "COD": "88", "DAY": "09", "MON": "09", "NUM": "1771", "PRO": "MI", "YEA": "1920", "CITY": "Mirecourt", "NAME": "RICHARD Jean", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19395	richard-pierre-maxence-1922-07-07	{"e1": "1773"}	{"lerrcp": "E1-1773"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre-Maxence", "family": "Richard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-07-07 13:45", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1922-07-07 12:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pierre-Maxence", "family": "Richard"}, "birth": {"tzo": "+01:00", "date": "1922-07-07 13:45", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1922-07-07 12:45"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1773"}}, "raw": {"H": "13:45", "COD": "67", "DAY": "07", "MON": "07", "NUM": "1773", "PRO": "EX", "YEA": "1922", "CITY": "Strasbourg", "NAME": "RICHARD Pierre-Maxence", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19396	richardot-michel-1929-08-28	{"e1": "1774"}	{"lerrcp": "E1-1774"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Richardot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1929-08-28 23:40", "note": null, "place": {"c1": null, "c2": "57", "c3": "", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1929-08-28 22:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Richardot"}, "birth": {"tzo": "+01:00", "date": "1929-08-28 23:40", "place": {"c2": "57", "c3": "", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1929-08-28 22:40"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1774"}}, "raw": {"H": "23:40", "COD": "57", "DAY": "28", "MON": "08", "NUM": "1774", "PRO": "EX", "YEA": "1929", "CITY": "Metz", "NAME": "RICHARDOT Michel", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19397	richaudeau-francois-1920-02-11	{"e1": "1775"}	{"lerrcp": "E1-1775"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Richaudeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1920-02-11 10:00", "note": null, "place": {"c1": null, "c2": "17", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Fouras les Bains", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "François", "family": "Richaudeau"}, "birth": {"tzo": "", "date": "1920-02-11 10:00", "place": {"c2": "17", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Fouras les Bains", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1775"}}, "raw": {"H": "10:00", "COD": "17", "DAY": "11", "MON": "02", "NUM": "1775", "PRO": "EX", "YEA": "1920", "CITY": "Fouras les Bains", "NAME": "RICHAUDEAU François", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19398	richerot-louis-1898-08-18	{"e1": "1776"}	{"lerrcp": "E1-1776"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Richerot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-08-18 18:00", "note": null, "place": {"c1": null, "c2": "01", "c3": "", "cy": "FR", "lg": 5.50797, "lat": 45.91884, "name": "Tenay", "geoid": 2973183}, "notime": null, "date-ut": "1898-08-18 17:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Richerot"}, "birth": {"tzo": "+00:09", "date": "1898-08-18 18:00", "place": {"c2": "01", "c3": "", "cy": "FR", "lg": 5.50797, "lat": 45.91884, "name": "Tenay", "geoid": 2973183}, "date-ut": "1898-08-18 17:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1776"}}, "raw": {"H": "18:00", "COD": "01", "DAY": "18", "MON": "08", "NUM": "1776", "PRO": "EX", "YEA": "1898", "CITY": "Tenay", "NAME": "RICHEROT Louis", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19399	richir-claude-1926-08-07	{"e1": "1777"}	{"lerrcp": "E1-1777"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Richir", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1926-08-07 13:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1926-08-07 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Richir"}, "birth": {"tzo": "+01:00", "date": "1926-08-07 13:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1926-08-07 12:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1777"}}, "raw": {"H": "13:30", "COD": "59", "DAY": "07", "MON": "08", "NUM": "1777", "PRO": "PH", "YEA": "1926", "CITY": "Roubaix", "NAME": "RICHIR Claude", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19400	richou-maxime-1911-08-14	{"e1": "1778"}	{"lerrcp": "E1-1778"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maxime", "family": "Richou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-08-14 01:30", "note": null, "place": {"c1": null, "c2": "12", "c3": "", "cy": "FR", "lg": 1.97875, "lat": 44.21999, "name": "Najac", "geoid": 2991029}, "notime": null, "date-ut": "1911-08-14 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maxime", "family": "Richou"}, "birth": {"tzo": "+00:00", "date": "1911-08-14 01:30", "place": {"c2": "12", "c3": "", "cy": "FR", "lg": 1.97875, "lat": 44.21999, "name": "Najac", "geoid": 2991029}, "date-ut": "1911-08-14 01:30"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1778"}}, "raw": {"H": "01:30", "COD": "12", "DAY": "14", "MON": "08", "NUM": "1778", "PRO": "PH", "YEA": "1911", "CITY": "Najac", "NAME": "RICHOU Maxime", "NOTE": "-"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19401	rieuf-henri-1905-03-30	{"e1": "1779"}	{"lerrcp": "E1-1779"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Rieuf", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-03-30 09:00", "note": null, "place": {"c1": null, "c2": "15", "c3": "", "cy": "FR", "lg": 3.19735, "lat": 45.25146, "name": "Massiac", "geoid": 2995229}, "notime": null, "date-ut": "1905-03-30 08:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Rieuf"}, "birth": {"tzo": "+00:09", "date": "1905-03-30 09:00", "place": {"c2": "15", "c3": "", "cy": "FR", "lg": 3.19735, "lat": 45.25146, "name": "Massiac", "geoid": 2995229}, "date-ut": "1905-03-30 08:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1779"}}, "raw": {"H": "09:00", "COD": "15", "DAY": "30", "MON": "03", "NUM": "1779", "PRO": "EX", "YEA": "1905", "CITY": "Massiac", "NAME": "RIEUF Henri", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19402	rieunau-georges-1907-02-04	{"e1": "1780"}	{"lerrcp": "E1-1780"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Rieunau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-02-04 08:00", "note": null, "place": {"c1": null, "c2": "81", "c3": "", "cy": "FR", "lg": 2.1581, "lat": 44.04963, "name": "Carmaux", "geoid": 3028580}, "notime": null, "date-ut": "1907-02-04 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Rieunau"}, "birth": {"tzo": "+00:09", "date": "1907-02-04 08:00", "place": {"c2": "81", "c3": "", "cy": "FR", "lg": 2.1581, "lat": 44.04963, "name": "Carmaux", "geoid": 3028580}, "date-ut": "1907-02-04 07:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1780"}}, "raw": {"H": "08:00", "COD": "81", "DAY": "04", "MON": "02", "NUM": "1780", "PRO": "PH", "YEA": "1907", "CITY": "Carmaux", "NAME": "RIEUNAU Georges", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19403	rieunier-adrien-henri-1833-03-06	{"e1": "1781"}	{"lerrcp": "E1-1781"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrien Henri", "family": "Rieunier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1833-03-06 06:00", "note": null, "place": {"c1": null, "c2": "82", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Castelsarrazin", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adrien Henri", "family": "Rieunier"}, "birth": {"tzo": "", "date": "1833-03-06 06:00", "place": {"c2": "82", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Castelsarrazin", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1781"}}, "raw": {"H": "06:00", "COD": "82", "DAY": "06", "MON": "03", "NUM": "1781", "PRO": "MI", "YEA": "1833", "CITY": "Castelsarrazin", "NAME": "RIEUNIER Adrien Henri", "NOTE": "*"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19404	riffault-helene-1921-07-01	{"e1": "1782"}	{"lerrcp": "E1-1782"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hélène", "family": "Riffault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1921-07-01 20:00", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Meudon", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Hélène", "family": "Riffault"}, "birth": {"tzo": "", "date": "1921-07-01 20:00", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Meudon", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1782"}}, "raw": {"H": "20:00", "COD": "78", "DAY": "01", "MON": "07", "NUM": "1782", "PRO": "EX", "YEA": "1921", "CITY": "Meudon", "NAME": "RIFFAULT Hélène", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19405	rigaud-jean-emile-1912-05-09	{"e1": "1783"}	{"lerrcp": "E1-1783"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Emile", "family": "Rigaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-05-09 23:00", "note": null, "place": {"c1": null, "c2": "04", "c3": "", "cy": "FR", "lg": 6.62632, "lat": 44.18109, "name": "Colmars", "geoid": 3024292}, "notime": null, "date-ut": "1912-05-09 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean-Emile", "family": "Rigaud"}, "birth": {"tzo": "+00:00", "date": "1912-05-09 23:00", "place": {"c2": "04", "c3": "", "cy": "FR", "lg": 6.62632, "lat": 44.18109, "name": "Colmars", "geoid": 3024292}, "date-ut": "1912-05-09 23:00"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1783"}}, "raw": {"H": "23:00", "COD": "04", "DAY": "09", "MON": "05", "NUM": "1783", "PRO": "PH", "YEA": "1912", "CITY": "Colmars", "NAME": "RIGAUD Jean-Emile", "NOTE": "-"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19406	rigaud-pierre-1920-09-05	{"e1": "1784"}	{"lerrcp": "E1-1784"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Rigaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-09-05 14:00", "note": null, "place": {"c1": null, "c2": "26", "c3": "", "cy": "FR", "lg": 4.75469, "lat": 44.55468, "name": "Montélimar", "geoid": 2992703}, "notime": null, "date-ut": "1920-09-05 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Rigaud"}, "birth": {"tzo": "+01:00", "date": "1920-09-05 14:00", "place": {"c2": "26", "c3": "", "cy": "FR", "lg": 4.75469, "lat": 44.55468, "name": "Montélimar", "geoid": 2992703}, "date-ut": "1920-09-05 13:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1784"}}, "raw": {"H": "14:00", "COD": "26", "DAY": "05", "MON": "09", "NUM": "1784", "PRO": "MI", "YEA": "1920", "CITY": "Montélimar", "NAME": "RIGAUD Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19407	rimbaud-pierre-1905-04-06	{"e1": "1785"}	{"lerrcp": "E1-1785"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Rimbaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-04-06 13:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1905-04-06 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Rimbaud"}, "birth": {"tzo": "+00:09", "date": "1905-04-06 13:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1905-04-06 12:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1785"}}, "raw": {"H": "13:00", "COD": "34", "DAY": "06", "MON": "04", "NUM": "1785", "PRO": "PH", "YEA": "1905", "CITY": "Montpellier", "NAME": "RIMBAUD Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19408	rinaldi-renaud-1908-08-28	{"e1": "1786"}	{"lerrcp": "E1-1786"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renaud", "family": "Rinaldi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-08-28 02:30", "note": null, "place": {"c1": null, "c2": "05", "c3": "", "cy": "FR", "lg": 6.07868, "lat": 44.55858, "name": "Gap", "geoid": 3016702}, "notime": null, "date-ut": "1908-08-28 02:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Renaud", "family": "Rinaldi"}, "birth": {"tzo": "+00:09", "date": "1908-08-28 02:30", "place": {"c2": "05", "c3": "", "cy": "FR", "lg": 6.07868, "lat": 44.55858, "name": "Gap", "geoid": 3016702}, "date-ut": "1908-08-28 02:21"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1786"}}, "raw": {"H": "02:30", "COD": "05", "DAY": "28", "MON": "08", "NUM": "1786", "PRO": "PH", "YEA": "1908", "CITY": "Gap", "NAME": "RINALDI Renaud", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19409	risch-hubert-1924-10-04	{"e1": "1787"}	{"lerrcp": "E1-1787"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hubert", "family": "Risch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1924-10-04 17:00", "note": null, "place": {"c1": null, "c2": "68", "c3": "", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "notime": null, "date-ut": "1924-10-04 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hubert", "family": "Risch"}, "birth": {"tzo": "+01:00", "date": "1924-10-04 17:00", "place": {"c2": "68", "c3": "", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "date-ut": "1924-10-04 16:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1787"}}, "raw": {"H": "17:00", "COD": "68", "DAY": "04", "MON": "10", "NUM": "1787", "PRO": "PH", "YEA": "1924", "CITY": "Mulhouse", "NAME": "RISCH Hubert", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19410	riston-jean-1926-07-15	{"e1": "1788"}	{"lerrcp": "E1-1788"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Riston", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1926-07-15 18:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.18468, "lat": 48.71235, "name": "Malzéville", "geoid": 2996298}, "notime": null, "date-ut": "1926-07-15 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Riston"}, "birth": {"tzo": "+01:00", "date": "1926-07-15 18:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.18468, "lat": 48.71235, "name": "Malzéville", "geoid": 2996298}, "date-ut": "1926-07-15 17:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1788"}}, "raw": {"H": "18:00", "COD": "54", "DAY": "15", "MON": "07", "NUM": "1788", "PRO": "EX", "YEA": "1926", "CITY": "Malzéville", "NAME": "RISTON Jean", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19411	rivals-mazeres-guillaume-1908-09-11	{"e1": "1789"}	{"lerrcp": "E1-1789"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guillaume", "family": "Rivals-Mazeres", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-09-11 10:00", "note": null, "place": {"c1": null, "c2": "81", "c3": "", "cy": "FR", "lg": 1.9071, "lat": 43.70164, "name": "Fiac", "geoid": 3018542}, "notime": null, "date-ut": "1908-09-11 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Guillaume", "family": "Rivals-Mazeres"}, "birth": {"tzo": "+00:09", "date": "1908-09-11 10:00", "place": {"c2": "81", "c3": "", "cy": "FR", "lg": 1.9071, "lat": 43.70164, "name": "Fiac", "geoid": 3018542}, "date-ut": "1908-09-11 09:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1789"}}, "raw": {"H": "10:00", "COD": "81", "DAY": "11", "MON": "09", "NUM": "1789", "PRO": "MI", "YEA": "1908", "CITY": "Fiac", "NAME": "RIVALS-MAZERES Guillaume", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19412	rivaud-michel-1921-11-18	{"e1": "1790"}	{"lerrcp": "E1-1790"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Rivaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1921-11-18 22:00", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.35992, "lat": 48.7939, "name": "Villejuif", "geoid": 2968705}, "notime": null, "date-ut": "1921-11-18 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Rivaud"}, "birth": {"tzo": "+00:00", "date": "1921-11-18 22:00", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.35992, "lat": 48.7939, "name": "Villejuif", "geoid": 2968705}, "date-ut": "1921-11-18 22:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1790"}}, "raw": {"H": "22:00", "COD": "94", "DAY": "18", "MON": "11", "NUM": "1790", "PRO": "EX", "YEA": "1921", "CITY": "Villejuif", "NAME": "RIVAUD Michel", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19413	rivault-marcel-1911-04-01	{"e1": "1791"}	{"lerrcp": "E1-1791"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Rivault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-04-01 00:30", "note": null, "place": {"c1": null, "c2": "49", "c3": "", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "notime": null, "date-ut": "1911-04-01 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Rivault"}, "birth": {"tzo": "+00:00", "date": "1911-04-01 00:30", "place": {"c2": "49", "c3": "", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "date-ut": "1911-04-01 00:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1791"}}, "raw": {"H": "00:30", "COD": "49", "DAY": "01", "MON": "04", "NUM": "1791", "PRO": "PH", "YEA": "1911", "CITY": "Angers", "NAME": "RIVAULT Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19414	riviere-edouard-1908-02-11	{"e1": "1792"}	{"lerrcp": "E1-1792"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Riviere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-02-11 17:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.37583, "lat": 50.05979, "name": "Le Tréport", "geoid": 2999093}, "notime": null, "date-ut": "1908-02-11 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Riviere"}, "birth": {"tzo": "+00:09", "date": "1908-02-11 17:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 1.37583, "lat": 50.05979, "name": "Le Tréport", "geoid": 2999093}, "date-ut": "1908-02-11 16:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1792"}}, "raw": {"H": "17:00", "COD": "76", "DAY": "11", "MON": "02", "NUM": "1792", "PRO": "MI", "YEA": "1908", "CITY": "Le Tréport", "NAME": "RIVIERE Edouard", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19415	riviere-paul-1912-11-22	{"e1": "1793"}	{"lerrcp": "E1-1793"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Riviere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-11-22 07:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.23656, "lat": 46.03305, "name": "Montagny", "geoid": 2993114}, "notime": null, "date-ut": "1912-11-22 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Riviere"}, "birth": {"tzo": "+00:00", "date": "1912-11-22 07:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.23656, "lat": 46.03305, "name": "Montagny", "geoid": 2993114}, "date-ut": "1912-11-22 07:00"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1793"}}, "raw": {"H": "07:00", "COD": "42", "DAY": "22", "MON": "11", "NUM": "1793", "PRO": "MI", "YEA": "1912", "CITY": "Montagny", "NAME": "RIVIERE Paul", "NOTE": "L"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19416	rivoire-raymond-1900-07-17	{"e1": "1794"}	{"lerrcp": "E1-1794"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Rivoire", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1900-07-17 08:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1900-07-17 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Rivoire"}, "birth": {"tzo": "+00:09", "date": "1900-07-17 08:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1900-07-17 07:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1794"}}, "raw": {"H": "08:00", "COD": "06", "DAY": "17", "MON": "07", "NUM": "1794", "PRO": "PH", "YEA": "1900", "CITY": "Nice", "NAME": "RIVOIRE Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19417	robert-andre-1893-11-30	{"e1": "1795"}	{"lerrcp": "E1-1795"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Robert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1893-11-30 17:00", "note": null, "place": {"c1": null, "c2": "56", "c3": "", "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "notime": null, "date-ut": "1893-11-30 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Robert"}, "birth": {"tzo": "+00:09", "date": "1893-11-30 17:00", "place": {"c2": "56", "c3": "", "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "date-ut": "1893-11-30 16:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1795"}}, "raw": {"H": "17:00", "COD": "56", "DAY": "30", "MON": "11", "NUM": "1795", "PRO": "MI", "YEA": "1893", "CITY": "Lorient", "NAME": "ROBERT André", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19418	robert-armand-1899-09-14	{"e1": "1796"}	{"lerrcp": "E1-1796"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Robert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-09-14 18:00", "note": null, "place": {"c1": null, "c2": "84", "c3": "", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1899-09-14 17:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Robert"}, "birth": {"tzo": "+00:09", "date": "1899-09-14 18:00", "place": {"c2": "84", "c3": "", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1899-09-14 17:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1796"}}, "raw": {"H": "18:00", "COD": "84", "DAY": "14", "MON": "09", "NUM": "1796", "PRO": "PH", "YEA": "1899", "CITY": "Avignon", "NAME": "ROBERT Armand", "NOTE": "-"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19419	robert-francois-1914-09-15	{"e1": "1797"}	{"lerrcp": "E1-1797"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Robert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1914-09-15 15:00", "note": null, "place": {"c1": null, "c2": "57", "c3": "", "cy": "FR", "lg": 6.70402, "lat": 49.10465, "name": "Saint-Avold", "geoid": 2981492}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "François", "family": "Robert"}, "birth": {"tzo": "", "date": "1914-09-15 15:00", "place": {"c2": "57", "c3": "", "cy": "FR", "lg": 6.70402, "lat": 49.10465, "name": "Saint-Avold", "geoid": 2981492}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1797"}}, "raw": {"H": "15:00", "COD": "57", "DAY": "15", "MON": "09", "NUM": "1797", "PRO": "PH", "YEA": "1914", "CITY": "St-Avold", "NAME": "R0BERT François", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19420	robert-jacques-1928-02-08	{"e1": "1798"}	{"lerrcp": "E1-1798"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Robert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1928-02-08 14:30", "note": null, "place": {"c1": null, "c2": "39", "c3": "", "cy": "FR", "lg": 5.55575, "lat": 46.67535, "name": "Lons-le-Saunier", "geoid": 2997626}, "notime": null, "date-ut": "1928-02-08 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Robert"}, "birth": {"tzo": "+00:00", "date": "1928-02-08 14:30", "place": {"c2": "39", "c3": "", "cy": "FR", "lg": 5.55575, "lat": 46.67535, "name": "Lons-le-Saunier", "geoid": 2997626}, "date-ut": "1928-02-08 14:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1798"}}, "raw": {"H": "14:30", "COD": "39", "DAY": "08", "MON": "02", "NUM": "1798", "PRO": "PH", "YEA": "1928", "CITY": "Lons le Saunier", "NAME": "ROBERT Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19421	robin-victor-1886-12-01	{"e1": "1799"}	{"lerrcp": "E1-1799"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Robin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01", "date": "1886-12-01 20:00", "note": null, "place": {"c1": null, "c2": "86", "c3": "", "cy": "FR", "lg": 0.30179, "lat": 46.2705, "name": "Romagne", "geoid": 2983047}, "notime": null, "date-ut": "1886-12-01 19:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Robin"}, "birth": {"tzo": "+00:01", "date": "1886-12-01 20:00", "place": {"c2": "86", "c3": "", "cy": "FR", "lg": 0.30179, "lat": 46.2705, "name": "Romagne", "geoid": 2983047}, "date-ut": "1886-12-01 19:59"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1799"}}, "raw": {"H": "20:00", "COD": "86", "DAY": "01", "MON": "12", "NUM": "1799", "PRO": "PH", "YEA": "1886", "CITY": "Romagne", "NAME": "ROBIN Victor", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19422	robitaillie-louis-1913-09-09	{"e1": "1800"}	{"lerrcp": "E1-1800"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Robitaillie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1913-09-09 06:30", "note": null, "place": {"c1": null, "c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Vescovato", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Robitaillie"}, "birth": {"tzo": "", "date": "1913-09-09 06:30", "place": {"c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Vescovato", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1800"}}, "raw": {"H": "06:30", "COD": "20", "DAY": "09", "MON": "09", "NUM": "1800", "PRO": "MI", "YEA": "1913", "CITY": "Vescovato", "NAME": "ROBITAILLIE Louis", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19423	roblin-jean-1914-06-24	{"e1": "1801"}	{"lerrcp": "E1-1801"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Roblin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-06-24 11:00", "note": null, "place": {"c1": null, "c2": "56", "c3": "", "cy": "FR", "lg": -2.12031, "lat": 47.90404, "name": "Guer", "geoid": 3014393}, "notime": null, "date-ut": "1914-06-24 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Roblin"}, "birth": {"tzo": "+00:00", "date": "1914-06-24 11:00", "place": {"c2": "56", "c3": "", "cy": "FR", "lg": -2.12031, "lat": 47.90404, "name": "Guer", "geoid": 3014393}, "date-ut": "1914-06-24 11:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1801"}}, "raw": {"H": "11:00", "COD": "56", "DAY": "24", "MON": "06", "NUM": "1801", "PRO": "PH", "YEA": "1914", "CITY": "Guer", "NAME": "R0BLIN Jean", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19424	rochais-aurele-1904-05-01	{"e1": "1802"}	{"lerrcp": "E1-1802"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aurèle", "family": "Rochais", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-05-01 23:45", "note": null, "place": {"c1": null, "c2": "37", "c3": "", "cy": "FR", "lg": 0.47132, "lat": 47.26405, "name": "Azay-le-Rideau", "geoid": 3035548}, "notime": null, "date-ut": "1904-05-01 23:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Aurèle", "family": "Rochais"}, "birth": {"tzo": "+00:09", "date": "1904-05-01 23:45", "place": {"c2": "37", "c3": "", "cy": "FR", "lg": 0.47132, "lat": 47.26405, "name": "Azay-le-Rideau", "geoid": 3035548}, "date-ut": "1904-05-01 23:36"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1802"}}, "raw": {"H": "23:45", "COD": "37", "DAY": "01", "MON": "05", "NUM": "1802", "PRO": "PH", "YEA": "1904", "CITY": "Azay-le-Rideau", "NAME": "ROCHAIS Aurèle", "NOTE": "-"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19425	rochaix-paul-1884-01-28	{"e1": "1803"}	{"lerrcp": "E1-1803"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Rochaix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19", "date": "1884-01-28 05:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": 4.65645, "lat": 45.73791, "name": "Vaugneray", "geoid": 2970477}, "notime": null, "date-ut": "1884-01-28 04:41"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Rochaix"}, "birth": {"tzo": "+00:19", "date": "1884-01-28 05:00", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": 4.65645, "lat": 45.73791, "name": "Vaugneray", "geoid": 2970477}, "date-ut": "1884-01-28 04:41"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1803"}}, "raw": {"H": "05:00", "COD": "69", "DAY": "28", "MON": "01", "NUM": "1803", "PRO": "PH", "YEA": "1884", "CITY": "Vaugneray", "NAME": "ROCHAIX Paul", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19427	rocher-christian-1908-06-10	{"e1": "1805"}	{"lerrcp": "E1-1805"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Rocher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-06-10 15:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1908-06-10 14:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Christian", "family": "Rocher"}, "birth": {"tzo": "+00:09", "date": "1908-06-10 15:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1908-06-10 14:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1805"}}, "raw": {"H": "15:00", "COD": "33", "DAY": "10", "MON": "06", "NUM": "1805", "PRO": "PH", "YEA": "1908", "CITY": "Bordeaux", "NAME": "ROCHER Christian", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19429	rochette-francois-1911-06-17	{"e1": "1807"}	{"lerrcp": "E1-1807"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Rochette", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1911-06-17 00:15", "note": null, "place": {"c1": null, "c2": "43", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Le Puy", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "François", "family": "Rochette"}, "birth": {"tzo": "", "date": "1911-06-17 00:15", "place": {"c2": "43", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Le Puy", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1807"}}, "raw": {"H": "00:15", "COD": "43", "DAY": "17", "MON": "06", "NUM": "1807", "PRO": "EX", "YEA": "1911", "CITY": "Le Puy", "NAME": "ROCHETTE François", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19428	rocher-louis-1876-05-28	{"e1": "1806", "afd5": "914"}	{"lerrcp": "E1-1806", "muller": "M5-914"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Rocher", "spouse": [], "official": {"given": "Henri Gaston Louis", "family": null}}	\N	{"lmt": null, "tzo": "-00:02", "date": "1876-05-28 16:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1876-05-27 16:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Rocher"}, "birth": {"tzo": "-00:02", "date": "1876-05-28 16:00+00:01", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1876-05-27 16:02"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1806"}}, "raw": {"H": "16:00", "COD": "33", "DAY": "27", "MON": "05", "NUM": "1806", "PRO": "PH", "YEA": "1876", "CITY": "Bordeaux", "NAME": "ROCHER Louis", "NOTE": "+"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Rocher", "official": {"given": "Henri Gaston Louis"}}, "birth": {"date": "1876-05-28 16:00", "place": {"name": "Bordeaux"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "914"}}, "raw": {"NR": "914", "GNR": "ND1180", "JU_": "0", "MA_": "2", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "2", "CODE": "2", "JAHR": "1876", "KORR": "", "MARS": "12", "MODE": "LMT", "MOND": "8", "NAME": "ROCHER (HENRI GASTON LOUIS).", "AUFAB": "9.50", "PHAS_": "25.800", "SONNE": "14", "VENUS": "11", "BREITE": "44 N 50", "GEBORT": "Bordeaux (Gironde)", "LAENGE": "000 W 34", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ-d", "SATURN": "24", "GEBZEIT": "16.00", "JUPITER": "34", "ELECTAGE": "75,5", "ELECTDAT": "20.11.1951", "GEBDATUM": "28.05.1876", "STBDATUM": "06.11.1957"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
19430	rocquigny-regis-de-1924-06-17	{"e1": "1808"}	{"lerrcp": "E1-1808"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Régis de", "family": "Rocquigny", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1924-06-17 23:30", "note": null, "place": {"c1": null, "c2": "80", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Hallecourt", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Régis de", "family": "Rocquigny"}, "birth": {"tzo": "", "date": "1924-06-17 23:30", "place": {"c2": "80", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Hallecourt", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1808"}}, "raw": {"H": "23:30", "COD": "80", "DAY": "17", "MON": "06", "NUM": "1808", "PRO": "EX", "YEA": "1924", "CITY": "Hallecourt", "NAME": "ROCQUIGNY Régis de", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19431	rodallec-marcel-1913-06-25	{"e1": "1809"}	{"lerrcp": "E1-1809"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Rodallec", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-06-25 19:15", "note": null, "place": {"c1": null, "c2": "56", "c3": "", "cy": "FR", "lg": -3.27812, "lat": 47.80479, "name": "Hennebont", "geoid": 3013521}, "notime": null, "date-ut": "1913-06-25 19:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Rodallec"}, "birth": {"tzo": "+00:00", "date": "1913-06-25 19:15", "place": {"c2": "56", "c3": "", "cy": "FR", "lg": -3.27812, "lat": 47.80479, "name": "Hennebont", "geoid": 3013521}, "date-ut": "1913-06-25 19:15"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1809"}}, "raw": {"H": "19:15", "COD": "56", "DAY": "25", "MON": "06", "NUM": "1809", "PRO": "PH", "YEA": "1913", "CITY": "Hennebont", "NAME": "RODALLEC Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19433	roget-jean-1909-05-14	{"e1": "1811"}	{"lerrcp": "E1-1811"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Roget", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-05-14 10:00", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 5.61146, "lat": 45.35856, "name": "Coublevie", "geoid": 3023381}, "notime": null, "date-ut": "1909-05-14 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Roget"}, "birth": {"tzo": "+00:09", "date": "1909-05-14 10:00", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": 5.61146, "lat": 45.35856, "name": "Coublevie", "geoid": 3023381}, "date-ut": "1909-05-14 09:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1811"}}, "raw": {"H": "10:00", "COD": "38", "DAY": "14", "MON": "05", "NUM": "1811", "PRO": "PH", "YEA": "1909", "CITY": "Coublevie", "NAME": "ROGET Jean", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19434	rohmer-francis-1915-02-20	{"e1": "1812"}	{"lerrcp": "E1-1812"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Rohmer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1915-02-20 21:00", "note": null, "place": {"c1": null, "c2": "68", "c3": "", "cy": "FR", "lg": 7.35584, "lat": 48.08078, "name": "Colmar", "geoid": 3024297}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Francis", "family": "Rohmer"}, "birth": {"tzo": "", "date": "1915-02-20 21:00", "place": {"c2": "68", "c3": "", "cy": "FR", "lg": 7.35584, "lat": 48.08078, "name": "Colmar", "geoid": 3024297}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1812"}}, "raw": {"H": "21:00", "COD": "68", "DAY": "20", "MON": "02", "NUM": "1812", "PRO": "PH", "YEA": "1915", "CITY": "Colmar", "NAME": "ROHMER Francis", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19435	rol-tanguy-henri-tanguy-1908-06-12	{"e1": "1813"}	{"lerrcp": "E1-1813"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri (TANGUY)", "family": "Rol-Tanguy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-06-12 20:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -3.82792, "lat": 48.57784, "name": "Morlaix", "geoid": 2991772}, "notime": null, "date-ut": "1908-06-12 19:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henri (TANGUY)", "family": "Rol-Tanguy"}, "birth": {"tzo": "+00:09", "date": "1908-06-12 20:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -3.82792, "lat": 48.57784, "name": "Morlaix", "geoid": 2991772}, "date-ut": "1908-06-12 19:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1813"}}, "raw": {"H": "20:00", "COD": "29", "DAY": "12", "MON": "06", "NUM": "1813", "PRO": "MI", "YEA": "1908", "CITY": "Morlaix", "NAME": "ROL-TANGUY Henri (TANGUY)", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19436	romagny-gabriel-1912-04-08	{"e1": "1814"}	{"lerrcp": "E1-1814"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Romagny", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-04-08 07:00", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1912-04-08 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Romagny"}, "birth": {"tzo": "+00:00", "date": "1912-04-08 07:00", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1912-04-08 07:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1814"}}, "raw": {"H": "07:00", "COD": "38", "DAY": "08", "MON": "04", "NUM": "1814", "PRO": "PH", "YEA": "1912", "CITY": "Grenoble", "NAME": "ROMAGNY Gabriel", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19437	romain-rene-1925-02-21	{"e1": "1815"}	{"lerrcp": "E1-1815"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Romain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1925-02-21 02:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 4.07454, "lat": 50.0566, "name": "Glageon", "geoid": 3015870}, "notime": null, "date-ut": "1925-02-21 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Romain"}, "birth": {"tzo": "+00:00", "date": "1925-02-21 02:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 4.07454, "lat": 50.0566, "name": "Glageon", "geoid": 3015870}, "date-ut": "1925-02-21 02:00"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1815"}}, "raw": {"H": "02:00", "COD": "59", "DAY": "21", "MON": "02", "NUM": "1815", "PRO": "PH", "YEA": "1925", "CITY": "Glageon", "NAME": "ROMAIN René", "NOTE": "-"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19438	romans-petit-henri-1897-02-13	{"e1": "1816"}	{"lerrcp": "E1-1816"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Romans-Petit", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1897-02-13 22:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.2886, "lat": 45.38956, "name": "Firminy", "geoid": 3018455}, "notime": null, "date-ut": "1897-02-13 21:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "executive"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Romans-Petit"}, "birth": {"tzo": "+00:09", "date": "1897-02-13 22:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.2886, "lat": 45.38956, "name": "Firminy", "geoid": 3018455}, "date-ut": "1897-02-13 21:51"}, "notes": [null], "occus": ["military-personnel", "executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1816"}}, "raw": {"H": "22:00", "COD": "42", "DAY": "13", "MON": "02", "NUM": "1816", "PRO": "MI,EX", "YEA": "1897", "CITY": "Firminy", "NAME": "ROMANS-PETIT Henri", "NOTE": "L"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19439	rombout-emile-1918-01-30	{"e1": "1817"}	{"lerrcp": "E1-1817"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Rombout", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1918-01-30 01:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 2.34751, "lat": 50.86687, "name": "Bollezeele", "geoid": 3031865}, "notime": null, "date-ut": "1918-01-30 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Rombout"}, "birth": {"tzo": "+00:00", "date": "1918-01-30 01:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 2.34751, "lat": 50.86687, "name": "Bollezeele", "geoid": 3031865}, "date-ut": "1918-01-30 01:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1817"}}, "raw": {"H": "01:00", "COD": "59", "DAY": "30", "MON": "01", "NUM": "1817", "PRO": "MI", "YEA": "1918", "CITY": "Bollezeele", "NAME": "ROMBOUT Emile", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19440	rometti-aldo-joseph-1912-02-21	{"e1": "1818"}	{"lerrcp": "E1-1818"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo-Joseph", "family": "Rometti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-02-21 18:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1912-02-21 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Aldo-Joseph", "family": "Rometti"}, "birth": {"tzo": "+00:00", "date": "1912-02-21 18:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1912-02-21 18:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1818"}}, "raw": {"H": "18:00", "COD": "06", "DAY": "21", "MON": "02", "NUM": "1818", "PRO": "PH", "YEA": "1912", "CITY": "Nice", "NAME": "ROMETTI Aldo-Joseph", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19441	romieu-andre-1905-11-29	{"e1": "1819"}	{"lerrcp": "E1-1819"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Romieu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-11-29 01:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1905-11-29 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "André", "family": "Romieu"}, "birth": {"tzo": "+00:09", "date": "1905-11-29 01:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1905-11-29 00:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1819"}}, "raw": {"H": "01:00", "COD": "34", "DAY": "29", "MON": "11", "NUM": "1819", "PRO": "EX", "YEA": "1905", "CITY": "Montpellier", "NAME": "ROMIEU André", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19442	rondot-pierre-1904-06-02	{"e1": "1820"}	{"lerrcp": "E1-1820"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Rondot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-06-02 22:00", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1904-06-02 21:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Rondot"}, "birth": {"tzo": "+00:09", "date": "1904-06-02 22:00", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1904-06-02 21:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1820"}}, "raw": {"H": "22:00", "COD": "78", "DAY": "02", "MON": "06", "NUM": "1820", "PRO": "MI", "YEA": "1904", "CITY": "Versailles", "NAME": "RONDOT Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19443	roquejeoffre-pierre-1901-08-16	{"e1": "1821"}	{"lerrcp": "E1-1821"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Roquejeoffre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1901-08-16 12:00", "note": null, "place": {"c1": null, "c2": "47", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Monsempron-Libos", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Roquejeoffre"}, "birth": {"tzo": "", "date": "1901-08-16 12:00", "place": {"c2": "47", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Monsempron-Libos", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1821"}}, "raw": {"H": "12:00", "COD": "47", "DAY": "16", "MON": "08", "NUM": "1821", "PRO": "PH", "YEA": "1901", "CITY": "Monsempron-Libos", "NAME": "ROQUEJEOFFRE Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19444	roquemaurel-ithier-de-1914-09-15	{"e1": "1822"}	{"lerrcp": "E1-1822"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ithier de", "family": "Roquemaurel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-09-15 11:30", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": 0.34277, "lat": 45.26382, "name": "Villetoureix", "geoid": 2968271}, "notime": null, "date-ut": "1914-09-15 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Ithier de", "family": "Roquemaurel"}, "birth": {"tzo": "+00:00", "date": "1914-09-15 11:30", "place": {"c2": "24", "c3": "", "cy": "FR", "lg": 0.34277, "lat": 45.26382, "name": "Villetoureix", "geoid": 2968271}, "date-ut": "1914-09-15 11:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1822"}}, "raw": {"H": "11:30", "COD": "24", "DAY": "15", "MON": "09", "NUM": "1822", "PRO": "EX", "YEA": "1914", "CITY": "Villetoureix", "NAME": "ROQUEMAUREL Ithier de", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19445	rosanoff-georges-1906-05-13	{"e1": "1823"}	{"lerrcp": "E1-1823"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Rosanoff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-05-13 02:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1906-05-13 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Rosanoff"}, "birth": {"tzo": "+00:09", "date": "1906-05-13 02:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1906-05-13 01:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1823"}}, "raw": {"H": "02:00", "COD": "06", "DAY": "13", "MON": "05", "NUM": "1823", "PRO": "PH", "YEA": "1906", "CITY": "Nice", "NAME": "ROSANOFF Georges", "NOTE": "-"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19446	rosenstiel-heller-pierre-1929-07-24	{"e1": "1824"}	{"lerrcp": "E1-1824"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Rosenstiel-Heller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1929-07-24 20:00", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1929-07-24 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Rosenstiel-Heller"}, "birth": {"tzo": "+01:00", "date": "1929-07-24 20:00", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1929-07-24 19:00"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1824"}}, "raw": {"H": "20:00", "COD": "67", "DAY": "24", "MON": "07", "NUM": "1824", "PRO": "PH", "YEA": "1929", "CITY": "Strasbourg", "NAME": "ROSENSTIEL-HELLER Pierre", "NOTE": "-"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19447	rossert-andre-1898-07-14	{"e1": "1825"}	{"lerrcp": "E1-1825"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Rossert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-07-14 05:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.52506, "lat": 50.35909, "name": "Valenciennes", "geoid": 2971041}, "notime": null, "date-ut": "1898-07-14 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Rossert"}, "birth": {"tzo": "+00:09", "date": "1898-07-14 05:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.52506, "lat": 50.35909, "name": "Valenciennes", "geoid": 2971041}, "date-ut": "1898-07-14 04:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1825"}}, "raw": {"H": "05:00", "COD": "59", "DAY": "14", "MON": "07", "NUM": "1825", "PRO": "PH", "YEA": "1898", "CITY": "Valenciennes", "NAME": "ROSSERT André", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19448	rosset-rene-1898-08-07	{"e1": "1826"}	{"lerrcp": "E1-1826"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Rosset", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-08-07 04:00", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "notime": null, "date-ut": "1898-08-07 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "René", "family": "Rosset"}, "birth": {"tzo": "+00:09", "date": "1898-08-07 04:00", "place": {"c2": "63", "c3": "", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "date-ut": "1898-08-07 03:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1826"}}, "raw": {"H": "04:00", "COD": "63", "DAY": "07", "MON": "08", "NUM": "1826", "PRO": "MI", "YEA": "1898", "CITY": "Clermont-Ferrand", "NAME": "ROSSET René", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19449	rostang-pierre-1902-01-16	{"e1": "1827"}	{"lerrcp": "E1-1827"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Rostang", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1902-01-16 16:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bordeaux-Caudéran", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Rostang"}, "birth": {"tzo": "", "date": "1902-01-16 16:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bordeaux-Caudéran", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1827"}}, "raw": {"H": "16:00", "COD": "33", "DAY": "16", "MON": "01", "NUM": "1827", "PRO": "EX", "YEA": "1902", "CITY": "Bordeaux-Caudéran", "NAME": "ROSTANG Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19450	rouault-de-la-vigne-alain-1915-11-03	{"e1": "1828"}	{"lerrcp": "E1-1828"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "de la VIGNE Alain", "family": "Rouault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-11-03 11:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1915-11-03 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "de la VIGNE Alain", "family": "Rouault"}, "birth": {"tzo": "+00:00", "date": "1915-11-03 11:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1915-11-03 11:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1828"}}, "raw": {"H": "11:00", "COD": "76", "DAY": "03", "MON": "11", "NUM": "1828", "PRO": "PH", "YEA": "1915", "CITY": "Rouen", "NAME": "ROUAULT de la VIGNE Alain", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19451	rouaux-marcel-1910-04-05	{"e1": "1829"}	{"lerrcp": "E1-1829"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Rouaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-04-05 18:45", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": -1.71596, "lat": 48.3573, "name": "Dingé", "geoid": 3021348}, "notime": null, "date-ut": "1910-04-05 18:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Rouaux"}, "birth": {"tzo": "+00:09", "date": "1910-04-05 18:45", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": -1.71596, "lat": 48.3573, "name": "Dingé", "geoid": 3021348}, "date-ut": "1910-04-05 18:36"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1829"}}, "raw": {"H": "18:45", "COD": "35", "DAY": "05", "MON": "04", "NUM": "1829", "PRO": "EX", "YEA": "1910", "CITY": "Dingé", "NAME": "ROUAUX Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19452	roubach-marcelle-bloch-1896-06-14	{"e1": "1830"}	{"lerrcp": "E1-1830"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcelle (BLOCH)", "family": "Roubach", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1896-06-14 23:30", "note": null, "place": {"c1": null, "c2": "57", "c3": "", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Marcelle (BLOCH)", "family": "Roubach"}, "birth": {"tzo": "", "date": "1896-06-14 23:30", "place": {"c2": "57", "c3": "", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1830"}}, "raw": {"H": "23:30", "COD": "57", "DAY": "14", "MON": "06", "NUM": "1830", "PRO": "EX", "YEA": "1896", "CITY": "Metz", "NAME": "ROUBACH Marcelle (BLOCH)", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19453	roucoules-leon-1906-01-18	{"e1": "1831"}	{"lerrcp": "E1-1831"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Roucoules", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-01-18 21:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.69667, "lat": 43.51667, "name": "Montbazin", "geoid": 2992944}, "notime": null, "date-ut": "1906-01-18 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Roucoules"}, "birth": {"tzo": "+00:09", "date": "1906-01-18 21:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.69667, "lat": 43.51667, "name": "Montbazin", "geoid": 2992944}, "date-ut": "1906-01-18 20:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1831"}}, "raw": {"H": "21:00", "COD": "34", "DAY": "18", "MON": "01", "NUM": "1831", "PRO": "PH", "YEA": "1906", "CITY": "Montbazin", "NAME": "ROUCOULES Léon", "NOTE": "-"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19454	rouet-jacques-1917-08-14	{"e1": "1832"}	{"lerrcp": "E1-1832"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Rouet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-08-14 04:00", "note": null, "place": {"c1": null, "c2": "27", "c3": "", "cy": "FR", "lg": 1.7801, "lat": 49.28178, "name": "Gisors", "geoid": 3015926}, "notime": null, "date-ut": "1917-08-14 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Rouet"}, "birth": {"tzo": "+01:00", "date": "1917-08-14 04:00", "place": {"c2": "27", "c3": "", "cy": "FR", "lg": 1.7801, "lat": 49.28178, "name": "Gisors", "geoid": 3015926}, "date-ut": "1917-08-14 03:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1832"}}, "raw": {"H": "04:00", "COD": "27", "DAY": "14", "MON": "08", "NUM": "1832", "PRO": "EX", "YEA": "1917", "CITY": "Gisors", "NAME": "ROUET Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19455	rouge-alphonse-1903-06-27	{"e1": "1833"}	{"lerrcp": "E1-1833"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Rouge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-06-27 22:00", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": 2.00611, "lat": 42.98401, "name": "Chalabre", "geoid": 3027582}, "notime": null, "date-ut": "1903-06-27 21:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Rouge"}, "birth": {"tzo": "+00:09", "date": "1903-06-27 22:00", "place": {"c2": "11", "c3": "", "cy": "FR", "lg": 2.00611, "lat": 42.98401, "name": "Chalabre", "geoid": 3027582}, "date-ut": "1903-06-27 21:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1833"}}, "raw": {"H": "22:00", "COD": "11", "DAY": "27", "MON": "06", "NUM": "1833", "PRO": "MI", "YEA": "1903", "CITY": "Chalabre", "NAME": "ROUGE Alphonse", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19456	rougier-gilberte-1913-05-10	{"e1": "1834"}	{"lerrcp": "E1-1834"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilberte", "family": "Rougier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-05-10 22:30", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "notime": null, "date-ut": "1913-05-10 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gilberte", "family": "Rougier"}, "birth": {"tzo": "+00:00", "date": "1913-05-10 22:30", "place": {"c2": "63", "c3": "", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "date-ut": "1913-05-10 22:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1834"}}, "raw": {"H": "22:30", "COD": "63", "DAY": "10", "MON": "05", "NUM": "1834", "PRO": "PH", "YEA": "1913", "CITY": "Clermont-Ferrand", "NAME": "ROUGIER Gilberte", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19458	rouillon-gaston-1915-10-11	{"e1": "1836"}	{"lerrcp": "E1-1836"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Rouillon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-10-11 12:00", "note": null, "place": {"c1": null, "c2": "03", "c3": "", "cy": "FR", "lg": 3.19205, "lat": 46.5348, "name": "Souvigny", "geoid": 2973897}, "notime": null, "date-ut": "1915-10-11 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Rouillon"}, "birth": {"tzo": "+00:00", "date": "1915-10-11 12:00", "place": {"c2": "03", "c3": "", "cy": "FR", "lg": 3.19205, "lat": 46.5348, "name": "Souvigny", "geoid": 2973897}, "date-ut": "1915-10-11 12:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1836"}}, "raw": {"H": "12:00", "COD": "03", "DAY": "11", "MON": "10", "NUM": "1836", "PRO": "MI", "YEA": "1915", "CITY": "Souvigny", "NAME": "ROUILLON Gaston", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19459	rouleau-paul-1911-06-30	{"e1": "1837"}	{"lerrcp": "E1-1837"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Rouleau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-06-30 08:00", "note": null, "place": {"c1": null, "c2": "70", "c3": "", "cy": "FR", "lg": 6.365, "lat": 47.8171, "name": "Luxeuil-les-Bains", "geoid": 2996995}, "notime": null, "date-ut": "1911-06-30 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Rouleau"}, "birth": {"tzo": "+00:00", "date": "1911-06-30 08:00", "place": {"c2": "70", "c3": "", "cy": "FR", "lg": 6.365, "lat": 47.8171, "name": "Luxeuil-les-Bains", "geoid": 2996995}, "date-ut": "1911-06-30 08:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1837"}}, "raw": {"H": "08:00", "COD": "70", "DAY": "30", "MON": "06", "NUM": "1837", "PRO": "EX", "YEA": "1911", "CITY": "Luxeuil les Bains", "NAME": "ROULEAU Paul", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19460	roumajon-yves-1914-12-13	{"e1": "1838"}	{"lerrcp": "E1-1838"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Roumajon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-12-13 01:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "notime": null, "date-ut": "1914-12-13 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Roumajon"}, "birth": {"tzo": "+00:00", "date": "1914-12-13 01:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "date-ut": "1914-12-13 01:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1838"}}, "raw": {"H": "01:00", "COD": "13", "DAY": "13", "MON": "12", "NUM": "1838", "PRO": "PH", "YEA": "1914", "CITY": "Aix en Provence", "NAME": "ROUMAJON Yves", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19461	roumeguere-jacques-1917-04-09	{"e1": "1839"}	{"lerrcp": "E1-1839"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Roumeguere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-04-09 11:45", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1917-04-09 10:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Roumeguere"}, "birth": {"tzo": "+01:00", "date": "1917-04-09 11:45", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1917-04-09 10:45"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1839"}}, "raw": {"H": "11:45", "COD": "76", "DAY": "09", "MON": "04", "NUM": "1839", "PRO": "MI", "YEA": "1917", "CITY": "Le Havre", "NAME": "ROUMEGUERE Jacques", "NOTE": "L"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19462	rouquette-maurice-1906-03-22	{"e1": "1840"}	{"lerrcp": "E1-1840"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Rouquette", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-03-22 17:00", "note": null, "place": {"c1": null, "c2": "87", "c3": "", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1906-03-22 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Rouquette"}, "birth": {"tzo": "+00:09", "date": "1906-03-22 17:00", "place": {"c2": "87", "c3": "", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1906-03-22 16:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1840"}}, "raw": {"H": "17:00", "COD": "87", "DAY": "22", "MON": "03", "NUM": "1840", "PRO": "EX", "YEA": "1906", "CITY": "Limoges", "NAME": "ROUQUETTE Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19463	rousseau-claude-1928-11-28	{"e1": "1841"}	{"lerrcp": "E1-1841"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Rousseau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1928-11-28 05:00", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": -2.06274, "lat": 48.63293, "name": "Dinard", "geoid": 3021351}, "notime": null, "date-ut": "1928-11-28 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Rousseau"}, "birth": {"tzo": "+00:00", "date": "1928-11-28 05:00", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": -2.06274, "lat": 48.63293, "name": "Dinard", "geoid": 3021351}, "date-ut": "1928-11-28 05:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1841"}}, "raw": {"H": "05:00", "COD": "35", "DAY": "28", "MON": "11", "NUM": "1841", "PRO": "EX", "YEA": "1928", "CITY": "Dinard", "NAME": "ROUSSEAU Claude", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19464	rousseau-rene-1890-10-14	{"e1": "1842"}	{"lerrcp": "E1-1842"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Rousseau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02", "date": "1890-10-14 18:30", "note": null, "place": {"c1": null, "c2": "49", "c3": "", "cy": "FR", "lg": -0.46787, "lat": 47.6157, "name": "Tiercé", "geoid": 2972620}, "notime": null, "date-ut": "1890-10-14 18:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Rousseau"}, "birth": {"tzo": "-00:02", "date": "1890-10-14 18:30", "place": {"c2": "49", "c3": "", "cy": "FR", "lg": -0.46787, "lat": 47.6157, "name": "Tiercé", "geoid": 2972620}, "date-ut": "1890-10-14 18:32"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1842"}}, "raw": {"H": "18:30", "COD": "49", "DAY": "14", "MON": "10", "NUM": "1842", "PRO": "PH", "YEA": "1890", "CITY": "Tiercé", "NAME": "ROUSSEAU René", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19465	roussel-michel-1927-01-05	{"e1": "1843"}	{"lerrcp": "E1-1843"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Roussel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1927-01-05 09:30", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.06155, "lat": 49.41338, "name": "Le Petit-Quevilly", "geoid": 3002880}, "notime": null, "date-ut": "1927-01-05 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Roussel"}, "birth": {"tzo": "+00:00", "date": "1927-01-05 09:30", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 1.06155, "lat": 49.41338, "name": "Le Petit-Quevilly", "geoid": 3002880}, "date-ut": "1927-01-05 09:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1843"}}, "raw": {"H": "09:30", "COD": "76", "DAY": "05", "MON": "01", "NUM": "1843", "PRO": "EX", "YEA": "1927", "CITY": "Le Petit-Quevilly", "NAME": "ROUSSEL Michel", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19466	roussel-de-courcy-philippe-1827-05-30	{"e1": "1844"}	{"lerrcp": "E1-1844"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "de COURCY Philippe", "family": "Roussel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08", "date": "1827-05-30 12:00", "note": null, "place": {"c1": null, "c2": "45", "c3": "", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1827-05-30 11:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "de COURCY Philippe", "family": "Roussel"}, "birth": {"tzo": "+00:08", "date": "1827-05-30 12:00", "place": {"c2": "45", "c3": "", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1827-05-30 11:52"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1844"}}, "raw": {"H": "12:00", "COD": "45", "DAY": "30", "MON": "05", "NUM": "1844", "PRO": "MI", "YEA": "1827", "CITY": "Orléans", "NAME": "ROUSSEL de COURCY Philippe", "NOTE": "*"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19467	rousselet-jean-1921-05-22	{"e1": "1845"}	{"lerrcp": "E1-1845"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Rousselet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-05-22 08:00", "note": null, "place": {"c1": null, "c2": "70", "c3": "", "cy": "FR", "lg": 6.49658, "lat": 47.68294, "name": "Lure", "geoid": 2997076}, "notime": null, "date-ut": "1921-05-22 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician", "executive"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Rousselet"}, "birth": {"tzo": "+01:00", "date": "1921-05-22 08:00", "place": {"c2": "70", "c3": "", "cy": "FR", "lg": 6.49658, "lat": 47.68294, "name": "Lure", "geoid": 2997076}, "date-ut": "1921-05-22 07:00"}, "occus": ["physician", "executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1845"}}, "raw": {"H": "08:00", "COD": "70", "DAY": "22", "MON": "05", "NUM": "1845", "PRO": "PH,EX", "YEA": "1921", "CITY": "Lure", "NAME": "ROUSSELET Jean", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19468	rousselot-henri-1912-03-22	{"e1": "1846"}	{"lerrcp": "E1-1846"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Rousselot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-03-22 17:40", "note": null, "place": {"c1": null, "c2": "05", "c3": "", "cy": "FR", "lg": 6.07868, "lat": 44.55858, "name": "Gap", "geoid": 3016702}, "notime": null, "date-ut": "1912-03-22 17:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Rousselot"}, "birth": {"tzo": "+00:00", "date": "1912-03-22 17:40", "place": {"c2": "05", "c3": "", "cy": "FR", "lg": 6.07868, "lat": 44.55858, "name": "Gap", "geoid": 3016702}, "date-ut": "1912-03-22 17:40"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1846"}}, "raw": {"H": "17:40", "COD": "05", "DAY": "22", "MON": "03", "NUM": "1846", "PRO": "MI", "YEA": "1912", "CITY": "Gap", "NAME": "ROUSSELOT Henri", "NOTE": "L"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
14494	rousset-david-1912-01-18	{"a6": "708", "e1": "1847"}	{"lerrcp": "A6-708"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "David", "family": "Rousset", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-01-18 14:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.06802, "lat": 46.03624, "name": "Roanne", "geoid": 2983362}, "notime": null, "date-ut": "1912-01-18 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer", "executive"]	5	null	[{"new": {"name": {"given": "David", "family": "Rousset"}, "birth": {"tzo": "+00:00", "date": "1912-01-18 14:00", "place": {"c2": "42", "cy": "FR", "lg": 4.06802, "lat": 46.03624, "name": "Roanne", "geoid": 2983362}, "date-ut": "1912-01-18 14:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-708"}, "ids-in-sources": {"a6": "708"}}, "raw": {"H": "14", "MN": "0", "TZ": "0", "COD": "42", "COU": "F", "DAY": "18", "LAT": "45N26", "LON": "4E23", "MON": "1", "NUM": "708", "PRO": "W", "SEC": "0", "YEA": "1912", "CITY": "ROANNE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": ["executive"], "ids-in-sources": {"e1": "1847"}}, "raw": {"H": "14:00", "COD": "42", "DAY": "18", "MON": "01", "NUM": "1847", "PRO": "EX", "YEA": "1912", "CITY": "Roanne", "NAME": "ROUSSET David", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19470	roux-bernard-1934-08-15	{"e1": "1849"}	{"lerrcp": "E1-1849"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Roux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1934-08-15 08:20", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 6.7735, "lat": 43.42332, "name": "Saint-Raphaël", "geoid": 2977246}, "notime": null, "date-ut": "1934-08-15 07:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Roux"}, "birth": {"tzo": "+01:00", "date": "1934-08-15 08:20", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": 6.7735, "lat": 43.42332, "name": "Saint-Raphaël", "geoid": 2977246}, "date-ut": "1934-08-15 07:20"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1849"}}, "raw": {"H": "08:20", "COD": "83", "DAY": "15", "MON": "08", "NUM": "1849", "PRO": "EX", "YEA": "1934", "CITY": "St Raphaël", "NAME": "ROUX Bernard", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19471	roux-jean-1914-08-06	{"e1": "1850"}	{"lerrcp": "E1-1850"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Roux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-08-06 21:00", "note": null, "place": {"c1": null, "c2": "55", "c3": "", "cy": "FR", "lg": 5.59067, "lat": 48.76128, "name": "Commercy", "geoid": 3024086}, "notime": null, "date-ut": "1914-08-06 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Roux"}, "birth": {"tzo": "+00:00", "date": "1914-08-06 21:00", "place": {"c2": "55", "c3": "", "cy": "FR", "lg": 5.59067, "lat": 48.76128, "name": "Commercy", "geoid": 3024086}, "date-ut": "1914-08-06 21:00"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1850"}}, "raw": {"H": "21:00", "COD": "55", "DAY": "06", "MON": "08", "NUM": "1850", "PRO": "PH", "YEA": "1914", "CITY": "Commercy", "NAME": "ROUX Jean", "NOTE": "-"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19472	roux-marcel-1909-07-25	{"e1": "1851"}	{"lerrcp": "E1-1851"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Roux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1909-07-25 10:00", "note": null, "place": {"c1": null, "c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Ajaccio", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Roux"}, "birth": {"tzo": "", "date": "1909-07-25 10:00", "place": {"c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Ajaccio", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1851"}}, "raw": {"H": "10:00", "COD": "20", "DAY": "25", "MON": "07", "NUM": "1851", "PRO": "PH", "YEA": "1909", "CITY": "Ajaccio", "NAME": "ROUX Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19473	roux-maurice-1907-09-09	{"e1": "1852"}	{"lerrcp": "E1-1852"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Roux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-09-09 03:00", "note": null, "place": {"c1": null, "c2": "15", "c3": "", "cy": "FR", "lg": 2.93421, "lat": 44.91904, "name": "Oradour", "geoid": 2989471}, "notime": null, "date-ut": "1907-09-09 02:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Roux"}, "birth": {"tzo": "+00:09", "date": "1907-09-09 03:00", "place": {"c2": "15", "c3": "", "cy": "FR", "lg": 2.93421, "lat": 44.91904, "name": "Oradour", "geoid": 2989471}, "date-ut": "1907-09-09 02:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1852"}}, "raw": {"H": "03:00", "COD": "15", "DAY": "09", "MON": "09", "NUM": "1852", "PRO": "PH", "YEA": "1907", "CITY": "Oradour", "NAME": "ROUX Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19474	roux-alic-jean-baptiste-1910-06-30	{"e1": "1853"}	{"lerrcp": "E1-1853"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Baptiste", "family": "Roux-Alic", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-06-30 22:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1910-06-30 21:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean-Baptiste", "family": "Roux-Alic"}, "birth": {"tzo": "+00:09", "date": "1910-06-30 22:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1910-06-30 21:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1853"}}, "raw": {"H": "22:00", "COD": "13", "DAY": "30", "MON": "06", "NUM": "1853", "PRO": "MI", "YEA": "1910", "CITY": "Marseille", "NAME": "ROUX-ALIC Jean-Baptiste", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19475	rouyer-guillet-suzanne-1900-08-25	{"e1": "1854"}	{"lerrcp": "E1-1854"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Suzanne", "family": "Rouyer-Guillet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1900-08-25 10:40", "note": null, "place": {"c1": null, "c2": "16", "c3": "", "cy": "FR", "lg": -0.32867, "lat": 45.69581, "name": "Cognac", "geoid": 3024440}, "notime": null, "date-ut": "1900-08-25 10:31"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Suzanne", "family": "Rouyer-Guillet"}, "birth": {"tzo": "+00:09", "date": "1900-08-25 10:40", "place": {"c2": "16", "c3": "", "cy": "FR", "lg": -0.32867, "lat": 45.69581, "name": "Cognac", "geoid": 3024440}, "date-ut": "1900-08-25 10:31"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1854"}}, "raw": {"H": "10:40", "COD": "16", "DAY": "25", "MON": "08", "NUM": "1854", "PRO": "EX", "YEA": "1900", "CITY": "Cognac", "NAME": "ROUYER-GUILLET Suzanne", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19476	rouzaud-marcel-1910-05-23	{"e1": "1855"}	{"lerrcp": "E1-1855"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Rouzaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-05-23 08:00", "note": null, "place": {"c1": null, "c2": "09", "c3": "", "cy": "FR", "lg": 1.34664, "lat": 43.27622, "name": "Lézat-sur-Lèze", "geoid": 2998661}, "notime": null, "date-ut": "1910-05-23 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Rouzaud"}, "birth": {"tzo": "+00:09", "date": "1910-05-23 08:00", "place": {"c2": "09", "c3": "", "cy": "FR", "lg": 1.34664, "lat": 43.27622, "name": "Lézat-sur-Lèze", "geoid": 2998661}, "date-ut": "1910-05-23 07:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1855"}}, "raw": {"H": "08:00", "COD": "09", "DAY": "23", "MON": "05", "NUM": "1855", "PRO": "PH", "YEA": "1910", "CITY": "Lezat-sur-Lèze", "NAME": "ROUZAUD Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19477	rowan-charles-1911-02-07	{"e1": "1856"}	{"lerrcp": "E1-1856"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Rowan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1911-02-07 21:00", "note": null, "place": {"c1": null, "c2": "72", "c3": "", "cy": "FR", "lg": 0.4258, "lat": 48.17902, "name": "Bonnétable", "geoid": 3031723}, "notime": null, "date-ut": "1911-02-07 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Rowan"}, "birth": {"tzo": "+00:09", "date": "1911-02-07 21:00", "place": {"c2": "72", "c3": "", "cy": "FR", "lg": 0.4258, "lat": 48.17902, "name": "Bonnétable", "geoid": 3031723}, "date-ut": "1911-02-07 20:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1856"}}, "raw": {"H": "21:00", "COD": "72", "DAY": "07", "MON": "02", "NUM": "1856", "PRO": "EX", "YEA": "1911", "CITY": "Bonnétable", "NAME": "ROWAN Charles", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19478	roy-herve-1912-10-08	{"e1": "1857"}	{"lerrcp": "E1-1857"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hervé", "family": "Roy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-10-08 14:30", "note": null, "place": {"c1": null, "c2": "45", "c3": "", "cy": "FR", "lg": 2.21903, "lat": 47.86575, "name": "Châteauneuf-sur-Loire", "geoid": 3026222}, "notime": null, "date-ut": "1912-10-08 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hervé", "family": "Roy"}, "birth": {"tzo": "+00:00", "date": "1912-10-08 14:30", "place": {"c2": "45", "c3": "", "cy": "FR", "lg": 2.21903, "lat": 47.86575, "name": "Châteauneuf-sur-Loire", "geoid": 3026222}, "date-ut": "1912-10-08 14:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1857"}}, "raw": {"H": "14:30", "COD": "45", "DAY": "08", "MON": "10", "NUM": "1857", "PRO": "MI", "YEA": "1912", "CITY": "Châteauneuf/Loire", "NAME": "ROY Hervé", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19479	roy-robert-1917-08-09	{"e1": "1858"}	{"lerrcp": "E1-1858"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Roy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-08-09 13:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.29025, "lat": 48.82345, "name": "Vanves", "geoid": 2970761}, "notime": null, "date-ut": "1917-08-09 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Roy"}, "birth": {"tzo": "+01:00", "date": "1917-08-09 13:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.29025, "lat": 48.82345, "name": "Vanves", "geoid": 2970761}, "date-ut": "1917-08-09 12:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1858"}}, "raw": {"H": "13:00", "COD": "92", "DAY": "09", "MON": "08", "NUM": "1858", "PRO": "PH", "YEA": "1917", "CITY": "Vanves", "NAME": "ROY Robert", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19480	royer-jean-michel-1933-02-27	{"e1": "1859"}	{"lerrcp": "E1-1859"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Michel", "family": "Royer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1933-02-27 23:45", "note": null, "place": {"c1": null, "c2": "86", "c3": "", "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "notime": null, "date-ut": "1933-02-27 23:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean Michel", "family": "Royer"}, "birth": {"tzo": "+00:00", "date": "1933-02-27 23:45", "place": {"c2": "86", "c3": "", "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "date-ut": "1933-02-27 23:45"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1859"}}, "raw": {"H": "23:45", "COD": "86", "DAY": "27", "MON": "02", "NUM": "1859", "PRO": "EX", "YEA": "1933", "CITY": "Poitiers", "NAME": "ROYER Jean Michel", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19481	rozan-de-mazilly-maurice-1893-06-01	{"e1": "1860"}	{"lerrcp": "E1-1860"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "de MAZILLY Maurice", "family": "Rozan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1893-06-01 20:00", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint-Cyr", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "de MAZILLY Maurice", "family": "Rozan"}, "birth": {"tzo": "", "date": "1893-06-01 20:00", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint-Cyr", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1860"}}, "raw": {"H": "20:00", "COD": "78", "DAY": "01", "MON": "06", "NUM": "1860", "PRO": "EX", "YEA": "1893", "CITY": "St-Cyr", "NAME": "ROZAN de MAZILLY Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19482	rozier-marcel-1914-04-17	{"e1": "1861"}	{"lerrcp": "E1-1861"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Rozier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-04-17 14:00", "note": null, "place": {"c1": null, "c2": "01", "c3": "", "cy": "FR", "lg": 5.60601, "lat": 46.15343, "name": "Nantua", "geoid": 2990932}, "notime": null, "date-ut": "1914-04-17 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Rozier"}, "birth": {"tzo": "+00:00", "date": "1914-04-17 14:00", "place": {"c2": "01", "c3": "", "cy": "FR", "lg": 5.60601, "lat": 46.15343, "name": "Nantua", "geoid": 2990932}, "date-ut": "1914-04-17 14:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1861"}}, "raw": {"H": "14:00", "COD": "01", "DAY": "17", "MON": "04", "NUM": "1861", "PRO": "PH", "YEA": "1914", "CITY": "Nantua", "NAME": "ROZIER Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19483	ruby-frederic-1883-12-22	{"e1": "1862"}	{"lerrcp": "E1-1862"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Ruby", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18", "date": "1883-12-22 14:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": 4.58826, "lat": 46.15428, "name": "Beaujeu", "geoid": 3034287}, "notime": null, "date-ut": "1883-12-22 13:42"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Ruby"}, "birth": {"tzo": "+00:18", "date": "1883-12-22 14:00", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": 4.58826, "lat": 46.15428, "name": "Beaujeu", "geoid": 3034287}, "date-ut": "1883-12-22 13:42"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1862"}}, "raw": {"H": "14:00", "COD": "69", "DAY": "22", "MON": "12", "NUM": "1862", "PRO": "MI", "YEA": "1883", "CITY": "Beaujeu", "NAME": "RUBY Frédéric", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19484	rudaux-philippe-1910-08-18	{"e1": "1863"}	{"lerrcp": "E1-1863"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Rudaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-08-18 06:00", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 2.13308, "lat": 48.89281, "name": "Le Vésinet", "geoid": 2998854}, "notime": null, "date-ut": "1910-08-18 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Rudaux"}, "birth": {"tzo": "+00:09", "date": "1910-08-18 06:00", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 2.13308, "lat": 48.89281, "name": "Le Vésinet", "geoid": 2998854}, "date-ut": "1910-08-18 05:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1863"}}, "raw": {"H": "06:00", "COD": "78", "DAY": "18", "MON": "08", "NUM": "1863", "PRO": "PH", "YEA": "1910", "CITY": "Le Vésinet", "NAME": "RUDAUX Philippe", "NOTE": "-"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19485	ruellan-francis-1894-09-30	{"e1": "1864"}	{"lerrcp": "E1-1864"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Ruellan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1894-09-30 07:00", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1894-09-30 06:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Francis", "family": "Ruellan"}, "birth": {"tzo": "+00:09", "date": "1894-09-30 07:00", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1894-09-30 06:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1864"}}, "raw": {"H": "07:00", "COD": "35", "DAY": "30", "MON": "09", "NUM": "1864", "PRO": "EX", "YEA": "1894", "CITY": "Rennes", "NAME": "RUELLAN Francis", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19487	rusterholz-jean-1910-09-10	{"e1": "1866"}	{"lerrcp": "E1-1866"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Rusterholz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-09-10 16:00", "note": null, "place": {"c1": null, "c2": "48", "c3": "", "cy": "FR", "lg": 3.59276, "lat": 44.32626, "name": "Florac", "geoid": 3018238}, "notime": null, "date-ut": "1910-09-10 15:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Rusterholz"}, "birth": {"tzo": "+00:09", "date": "1910-09-10 16:00", "place": {"c2": "48", "c3": "", "cy": "FR", "lg": 3.59276, "lat": 44.32626, "name": "Florac", "geoid": 3018238}, "date-ut": "1910-09-10 15:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1866"}}, "raw": {"H": "16:00", "COD": "48", "DAY": "10", "MON": "09", "NUM": "1866", "PRO": "EX", "YEA": "1910", "CITY": "Florac", "NAME": "RUSTERHOLZ Jean", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19488	sablon-fernand-1915-04-23	{"e1": "1867"}	{"lerrcp": "E1-1867"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Sablon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-04-23 02:00", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 3.95922, "lat": 49.04, "name": "Épernay", "geoid": 3020062}, "notime": null, "date-ut": "1915-04-23 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Sablon"}, "birth": {"tzo": "+00:00", "date": "1915-04-23 02:00", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": 3.95922, "lat": 49.04, "name": "Épernay", "geoid": 3020062}, "date-ut": "1915-04-23 02:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1867"}}, "raw": {"H": "02:00", "COD": "51", "DAY": "23", "MON": "04", "NUM": "1867", "PRO": "PH", "YEA": "1915", "CITY": "Epernay", "NAME": "SABLON Fernand", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19489	sachot-raymond-eugene-1902-01-27	{"e1": "1868"}	{"lerrcp": "E1-1868"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond-Eugène", "family": "Sachot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1902-01-27 21:00", "note": null, "place": {"c1": null, "c2": "21", "c3": "", "cy": "FR", "lg": 4.33333, "lat": 47.48333, "name": "Semur-en-Auxois", "geoid": 2975143}, "notime": null, "date-ut": "1902-01-27 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Raymond-Eugène", "family": "Sachot"}, "birth": {"tzo": "+00:09", "date": "1902-01-27 21:00", "place": {"c2": "21", "c3": "", "cy": "FR", "lg": 4.33333, "lat": 47.48333, "name": "Semur-en-Auxois", "geoid": 2975143}, "date-ut": "1902-01-27 20:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1868"}}, "raw": {"H": "21:00", "COD": "21", "DAY": "27", "MON": "01", "NUM": "1868", "PRO": "EX", "YEA": "1902", "CITY": "Semur-en-Auxois", "NAME": "SACHOT Raymond-Eugène", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19490	sadoul-paul-1918-05-01	{"e1": "1869"}	{"lerrcp": "E1-1869"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Sadoul", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-05-01 01:00", "note": null, "place": {"c1": null, "c2": "37", "c3": "", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "notime": null, "date-ut": "1918-05-01 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Sadoul"}, "birth": {"tzo": "+01:00", "date": "1918-05-01 01:00", "place": {"c2": "37", "c3": "", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "date-ut": "1918-05-01 00:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1869"}}, "raw": {"H": "01:00", "COD": "37", "DAY": "01", "MON": "05", "NUM": "1869", "PRO": "PH", "YEA": "1918", "CITY": "Tours", "NAME": "SADOUL Paul", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19491	saillard-claude-1926-10-08	{"e1": "1870"}	{"lerrcp": "E1-1870"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Saillard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1926-10-08 17:00", "note": null, "place": {"c1": null, "c2": "72", "c3": "", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "notime": null, "date-ut": "1926-10-08 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Saillard"}, "birth": {"tzo": "+00:00", "date": "1926-10-08 17:00", "place": {"c2": "72", "c3": "", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "date-ut": "1926-10-08 17:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1870"}}, "raw": {"H": "17:00", "COD": "72", "DAY": "08", "MON": "10", "NUM": "1870", "PRO": "EX", "YEA": "1926", "CITY": "Le Mans", "NAME": "SAILLARD Claude", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19492	saint-andre-jean-de-1912-06-18	{"e1": "1871"}	{"lerrcp": "E1-1871"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean de", "family": "Saint-Andre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-06-18 11:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1912-06-18 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean de", "family": "Saint-Andre"}, "birth": {"tzo": "+00:00", "date": "1912-06-18 11:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1912-06-18 11:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1871"}}, "raw": {"H": "11:00", "COD": "31", "DAY": "18", "MON": "06", "NUM": "1871", "PRO": "MI", "YEA": "1912", "CITY": "Toulouse", "NAME": "SAINT-ANDRE Jean de", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19493	saint-cricq-maurice-1921-11-07	{"e1": "1872"}	{"lerrcp": "E1-1872"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Saint-Cricq", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1921-11-07 03:30", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "notime": null, "date-ut": "1921-11-07 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Saint-Cricq"}, "birth": {"tzo": "+00:00", "date": "1921-11-07 03:30", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "date-ut": "1921-11-07 03:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1872"}}, "raw": {"H": "03:30", "COD": "64", "DAY": "07", "MON": "11", "NUM": "1872", "PRO": "MI", "YEA": "1921", "CITY": "Pau", "NAME": "SAINT-CRICQ Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19494	sainteny-jean-1907-05-29	{"e1": "1873"}	{"lerrcp": "E1-1873"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Sainteny", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-05-29 04:20", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 2.13308, "lat": 48.89281, "name": "Le Vésinet", "geoid": 2998854}, "notime": null, "date-ut": "1907-05-29 04:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Sainteny"}, "birth": {"tzo": "+00:09", "date": "1907-05-29 04:20", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 2.13308, "lat": 48.89281, "name": "Le Vésinet", "geoid": 2998854}, "date-ut": "1907-05-29 04:11"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1873"}}, "raw": {"H": "04:20", "COD": "78", "DAY": "29", "MON": "05", "NUM": "1873", "PRO": "MI", "YEA": "1907", "CITY": "Le Vésinet", "NAME": "SAINTENY Jean", "NOTE": "L"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19495	saint-hillier-bernard-1911-12-29	{"e1": "1874"}	{"lerrcp": "E1-1874"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Saint-Hillier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-12-29 06:00", "note": null, "place": {"c1": null, "c2": "39", "c3": "", "cy": "FR", "lg": 5.48966, "lat": 47.09225, "name": "Dole", "geoid": 3021263}, "notime": null, "date-ut": "1911-12-29 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Saint-Hillier"}, "birth": {"tzo": "+00:00", "date": "1911-12-29 06:00", "place": {"c2": "39", "c3": "", "cy": "FR", "lg": 5.48966, "lat": 47.09225, "name": "Dole", "geoid": 3021263}, "date-ut": "1911-12-29 06:00"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1874"}}, "raw": {"H": "06:00", "COD": "39", "DAY": "29", "MON": "12", "NUM": "1874", "PRO": "MI", "YEA": "1911", "CITY": "Dôle", "NAME": "SAINT-HILLIER Bernard", "NOTE": "L"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
14506	salacrou-armand-1899-08-09	{"a6": "722", "e1": "1875"}	{"lerrcp": "A6-722"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Salacrou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-08-09 10:30", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1899-08-09 10:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet", "executive"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Salacrou"}, "birth": {"tzo": "+00:09:21", "date": "1899-08-09 10:30", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1899-08-09 10:20:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-722"}, "ids-in-sources": {"a6": "722"}}, "raw": {"H": "10", "MN": "20", "TZ": "0", "COD": "76", "COU": "F", "DAY": "9", "LAT": "49N26", "LON": "1E 5", "MON": "8", "NUM": "722", "PRO": "W", "SEC": "40", "YEA": "1899", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": ["executive"], "ids-in-sources": {"e1": "1875"}}, "raw": {"H": "10:30", "COD": "76", "DAY": "09", "MON": "08", "NUM": "1875", "PRO": "EX", "YEA": "1899", "CITY": "Rouen", "NAME": "SALACROU Armand", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19496	salasc-jean-1911-05-25	{"e1": "1876"}	{"lerrcp": "E1-1876"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Salasc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-05-25 13:00", "note": null, "place": {"c1": null, "c2": "55", "c3": "", "cy": "FR", "lg": 5.16108, "lat": 48.77275, "name": "Bar-le-Duc", "geoid": 3034911}, "notime": null, "date-ut": "1911-05-25 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Salasc"}, "birth": {"tzo": "+00:00", "date": "1911-05-25 13:00", "place": {"c2": "55", "c3": "", "cy": "FR", "lg": 5.16108, "lat": 48.77275, "name": "Bar-le-Duc", "geoid": 3034911}, "date-ut": "1911-05-25 13:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1876"}}, "raw": {"H": "13:00", "COD": "55", "DAY": "25", "MON": "05", "NUM": "1876", "PRO": "PH", "YEA": "1911", "CITY": "Bar le Duc", "NAME": "SALASC Jean", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19497	salmon-charles-1910-03-30	{"e1": "1877"}	{"lerrcp": "E1-1877"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Salmon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-03-30 04:00", "note": null, "place": {"c1": null, "c2": "52", "c3": "", "cy": "FR", "lg": 5.14134, "lat": 48.11121, "name": "Chaumont", "geoid": 3025892}, "notime": null, "date-ut": "1910-03-30 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Salmon"}, "birth": {"tzo": "+00:09", "date": "1910-03-30 04:00", "place": {"c2": "52", "c3": "", "cy": "FR", "lg": 5.14134, "lat": 48.11121, "name": "Chaumont", "geoid": 3025892}, "date-ut": "1910-03-30 03:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1877"}}, "raw": {"H": "04:00", "COD": "52", "DAY": "30", "MON": "03", "NUM": "1877", "PRO": "MI", "YEA": "1910", "CITY": "Chaumont", "NAME": "SALMON Charles", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19498	salmon-omer-1896-01-20	{"e1": "1878"}	{"lerrcp": "E1-1878"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Omer", "family": "Salmon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1896-01-20 13:00", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1896-01-20 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Omer", "family": "Salmon"}, "birth": {"tzo": "+00:09", "date": "1896-01-20 13:00", "place": {"c2": "30", "c3": "", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1896-01-20 12:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1878"}}, "raw": {"H": "13:00", "COD": "30", "DAY": "20", "MON": "01", "NUM": "1878", "PRO": "MI", "YEA": "1896", "CITY": "Nîmes", "NAME": "SALMON Omer", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19499	saltet-paul-1868-05-05	{"e1": "1879"}	{"lerrcp": "E1-1879"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Saltet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16", "date": "1868-05-05 06:00", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": 3.88584, "lat": 44.10505, "name": "Saint-Jean-du-Gard", "geoid": 2979244}, "notime": null, "date-ut": "1868-05-05 05:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Saltet"}, "birth": {"tzo": "+00:16", "date": "1868-05-05 06:00", "place": {"c2": "30", "c3": "", "cy": "FR", "lg": 3.88584, "lat": 44.10505, "name": "Saint-Jean-du-Gard", "geoid": 2979244}, "date-ut": "1868-05-05 05:44"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1879"}}, "raw": {"H": "06:00", "COD": "30", "DAY": "05", "MON": "05", "NUM": "1879", "PRO": "MI", "YEA": "1868", "CITY": "St Jean du Gard", "NAME": "SALTET Paul", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19500	salvagniac-andre-1915-06-29	{"e1": "1880"}	{"lerrcp": "E1-1880"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Salvagniac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-06-29 18:15", "note": null, "place": {"c1": null, "c2": "82", "c3": "", "cy": "FR", "lg": 1.3542, "lat": 44.01759, "name": "Montauban", "geoid": 2993002}, "notime": null, "date-ut": "1915-06-29 18:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Salvagniac"}, "birth": {"tzo": "+00:00", "date": "1915-06-29 18:15", "place": {"c2": "82", "c3": "", "cy": "FR", "lg": 1.3542, "lat": 44.01759, "name": "Montauban", "geoid": 2993002}, "date-ut": "1915-06-29 18:15"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1880"}}, "raw": {"H": "18:15", "COD": "82", "DAY": "29", "MON": "06", "NUM": "1880", "PRO": "MI", "YEA": "1915", "CITY": "Montauban", "NAME": "SALVAGNIAC André", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19501	salvet-robert-1913-07-07	{"e1": "1881"}	{"lerrcp": "E1-1881"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Salvet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-07-07 06:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 2.87378, "lat": 42.76929, "name": "Rivesaltes", "geoid": 2983393}, "notime": null, "date-ut": "1913-07-07 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Salvet"}, "birth": {"tzo": "+00:00", "date": "1913-07-07 06:00", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": 2.87378, "lat": 42.76929, "name": "Rivesaltes", "geoid": 2983393}, "date-ut": "1913-07-07 06:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1881"}}, "raw": {"H": "06:00", "COD": "66", "DAY": "07", "MON": "07", "NUM": "1881", "PRO": "EX", "YEA": "1913", "CITY": "Rivesaltes", "NAME": "SALVET Robert", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19502	salvy-jean-1907-07-22	{"e1": "1882"}	{"lerrcp": "E1-1882"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Salvy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-07-22 14:00", "note": null, "place": {"c1": null, "c2": "81", "c3": "", "cy": "FR", "lg": 2.24088, "lat": 43.60527, "name": "Castres", "geoid": 3028263}, "notime": null, "date-ut": "1907-07-22 13:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Salvy"}, "birth": {"tzo": "+00:09", "date": "1907-07-22 14:00", "place": {"c2": "81", "c3": "", "cy": "FR", "lg": 2.24088, "lat": 43.60527, "name": "Castres", "geoid": 3028263}, "date-ut": "1907-07-22 13:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1882"}}, "raw": {"H": "14:00", "COD": "81", "DAY": "22", "MON": "07", "NUM": "1882", "PRO": "PH", "YEA": "1907", "CITY": "Castres", "NAME": "SALVY Jean", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19503	santini-pascal-1908-08-22	{"e1": "1883"}	{"lerrcp": "E1-1883"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pascal", "family": "Santini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-08-22 23:00", "note": null, "place": {"c1": null, "c2": "12", "c3": "", "cy": "FR", "lg": 2.57338, "lat": 44.35258, "name": "Rodez", "geoid": 2983154}, "notime": null, "date-ut": "1908-08-22 22:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pascal", "family": "Santini"}, "birth": {"tzo": "+00:09", "date": "1908-08-22 23:00", "place": {"c2": "12", "c3": "", "cy": "FR", "lg": 2.57338, "lat": 44.35258, "name": "Rodez", "geoid": 2983154}, "date-ut": "1908-08-22 22:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1883"}}, "raw": {"H": "23:00", "COD": "12", "DAY": "22", "MON": "08", "NUM": "1883", "PRO": "MI", "YEA": "1908", "CITY": "Rodez", "NAME": "SANTINI Pascal", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19504	saraux-henri-1927-09-08	{"e1": "1884"}	{"lerrcp": "E1-1884"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Saraux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1927-09-08 11:30", "note": null, "place": {"c1": null, "c2": "79", "c3": "", "cy": "FR", "lg": -0.45877, "lat": 46.32313, "name": "Niort", "geoid": 2990355}, "notime": null, "date-ut": "1927-09-08 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Saraux"}, "birth": {"tzo": "+01:00", "date": "1927-09-08 11:30", "place": {"c2": "79", "c3": "", "cy": "FR", "lg": -0.45877, "lat": 46.32313, "name": "Niort", "geoid": 2990355}, "date-ut": "1927-09-08 10:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1884"}}, "raw": {"H": "11:30", "COD": "79", "DAY": "08", "MON": "09", "NUM": "1884", "PRO": "PH", "YEA": "1927", "CITY": "Niort", "NAME": "SARAUX Henri", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19505	sargueil-jean-1920-04-24	{"e1": "1885"}	{"lerrcp": "E1-1885"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Sargueil", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-04-24 01:00", "note": null, "place": {"c1": null, "c2": "19", "c3": "", "cy": "FR", "lg": 2.04545, "lat": 45.40602, "name": "Egletons", "geoid": 6544981}, "notime": null, "date-ut": "1920-04-24 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Sargueil"}, "birth": {"tzo": "+01:00", "date": "1920-04-24 01:00", "place": {"c2": "19", "c3": "", "cy": "FR", "lg": 2.04545, "lat": 45.40602, "name": "Egletons", "geoid": 6544981}, "date-ut": "1920-04-24 00:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1885"}}, "raw": {"H": "01:00", "COD": "19", "DAY": "24", "MON": "04", "NUM": "1885", "PRO": "EX", "YEA": "1920", "CITY": "Egletons", "NAME": "SARGUEIL Jean", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19506	sarradon-paul-1907-08-23	{"e1": "1886"}	{"lerrcp": "E1-1886"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Sarradon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1907-08-23 18:00", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Gallargues", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Sarradon"}, "birth": {"tzo": "", "date": "1907-08-23 18:00", "place": {"c2": "30", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Gallargues", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1886"}}, "raw": {"H": "18:00", "COD": "30", "DAY": "23", "MON": "08", "NUM": "1886", "PRO": "PH", "YEA": "1907", "CITY": "Gallargues", "NAME": "SARRADON Paul", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19507	sarrazin-maurice-1925-03-18	{"e1": "1887"}	{"lerrcp": "E1-1887"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Sarrazin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1925-03-18 01:30", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1925-03-18 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Sarrazin"}, "birth": {"tzo": "+00:00", "date": "1925-03-18 01:30", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1925-03-18 01:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1887"}}, "raw": {"H": "01:30", "COD": "31", "DAY": "18", "MON": "03", "NUM": "1887", "PRO": "EX", "YEA": "1925", "CITY": "Toulouse", "NAME": "SARRAZIN Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19508	sarrazin-pierre-1914-06-29	{"e1": "1888"}	{"lerrcp": "E1-1888"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Sarrazin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-06-29 19:30", "note": null, "place": {"c1": null, "c2": "03", "c3": "", "cy": "FR", "lg": 3.57236, "lat": 46.21003, "name": "Billezois", "geoid": 3032637}, "notime": null, "date-ut": "1914-06-29 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Sarrazin"}, "birth": {"tzo": "+00:00", "date": "1914-06-29 19:30", "place": {"c2": "03", "c3": "", "cy": "FR", "lg": 3.57236, "lat": 46.21003, "name": "Billezois", "geoid": 3032637}, "date-ut": "1914-06-29 19:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1888"}}, "raw": {"H": "19:30", "COD": "03", "DAY": "29", "MON": "06", "NUM": "1888", "PRO": "EX", "YEA": "1914", "CITY": "Billezois", "NAME": "SARRAZIN Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19509	sartory-rene-1900-03-22	{"e1": "1889"}	{"lerrcp": "E1-1889"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Sartory", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1900-03-22 13:00", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1900-03-22 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Sartory"}, "birth": {"tzo": "+00:09", "date": "1900-03-22 13:00", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1900-03-22 12:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1889"}}, "raw": {"H": "13:00", "COD": "78", "DAY": "22", "MON": "03", "NUM": "1889", "PRO": "PH", "YEA": "1900", "CITY": "Versailles", "NAME": "SARTORY René", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19510	saturne-paul-1912-07-13	{"e1": "1890"}	{"lerrcp": "E1-1890"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Saturne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-07-13 14:00", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": 1.95339, "lat": 43.31814, "name": "Castelnaudary", "geoid": 3028351}, "notime": null, "date-ut": "1912-07-13 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Saturne"}, "birth": {"tzo": "+00:00", "date": "1912-07-13 14:00", "place": {"c2": "11", "c3": "", "cy": "FR", "lg": 1.95339, "lat": 43.31814, "name": "Castelnaudary", "geoid": 3028351}, "date-ut": "1912-07-13 14:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1890"}}, "raw": {"H": "14:00", "COD": "11", "DAY": "13", "MON": "07", "NUM": "1890", "PRO": "EX", "YEA": "1912", "CITY": "Castelnaudary", "NAME": "SATURNE Paul", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19511	saubestre-vincent-1906-01-19	{"e1": "1891"}	{"lerrcp": "E1-1891"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincent", "family": "Saubestre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-01-19 11:00", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": 2.38333, "lat": 48.91667, "name": "Aubervilliers", "geoid": 3036386}, "notime": null, "date-ut": "1906-01-19 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Vincent", "family": "Saubestre"}, "birth": {"tzo": "+00:09", "date": "1906-01-19 11:00", "place": {"c2": "93", "c3": "", "cy": "FR", "lg": 2.38333, "lat": 48.91667, "name": "Aubervilliers", "geoid": 3036386}, "date-ut": "1906-01-19 10:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1891"}}, "raw": {"H": "11:00", "COD": "93", "DAY": "19", "MON": "01", "NUM": "1891", "PRO": "MI", "YEA": "1906", "CITY": "Aubervilliers", "NAME": "SAUBESTRE Vincent", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19512	saubier-eugene-1920-01-19	{"e1": "1892"}	{"lerrcp": "E1-1892"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Saubier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1920-01-19 06:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": 4.8795, "lat": 45.76601, "name": "Villeurbanne", "geoid": 2968254}, "notime": null, "date-ut": "1920-01-19 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Saubier"}, "birth": {"tzo": "+00:00", "date": "1920-01-19 06:00", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": 4.8795, "lat": 45.76601, "name": "Villeurbanne", "geoid": 2968254}, "date-ut": "1920-01-19 06:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1892"}}, "raw": {"H": "06:00", "COD": "69", "DAY": "19", "MON": "01", "NUM": "1892", "PRO": "PH", "YEA": "1920", "CITY": "Villeurbanne", "NAME": "SAUBIER Eugène", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19513	saulieu-francois-de-1907-02-19	{"e1": "1893"}	{"lerrcp": "E1-1893"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François de", "family": "Saulieu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-02-19 03:00", "note": null, "place": {"c1": null, "c2": "36", "c3": "", "cy": "FR", "lg": 1.90542, "lat": 47.08666, "name": "Luçay-le-Libre", "geoid": 2997252}, "notime": null, "date-ut": "1907-02-19 02:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "François de", "family": "Saulieu"}, "birth": {"tzo": "+00:09", "date": "1907-02-19 03:00", "place": {"c2": "36", "c3": "", "cy": "FR", "lg": 1.90542, "lat": 47.08666, "name": "Luçay-le-Libre", "geoid": 2997252}, "date-ut": "1907-02-19 02:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1893"}}, "raw": {"H": "03:00", "COD": "36", "DAY": "19", "MON": "02", "NUM": "1893", "PRO": "EX", "YEA": "1907", "CITY": "Lucay-le-Libre", "NAME": "SAULIEU François de", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
14514	sauvy-alfred-1898-10-31	{"a6": "730", "e1": "1894"}	{"lerrcp": "A6-730"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Sauvy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1898-10-31 06:30", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.91667, "lat": 42.7, "name": "Villeneuve de L", "geoid": 0}, "notime": null, "date-ut": "1898-10-31 06:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer", "executive"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Sauvy"}, "birth": {"tzo": "+00:09:21", "date": "1898-10-31 06:30", "place": {"c2": "66", "cy": "FR", "lg": 2.91667, "lat": 42.7, "name": "Villeneuve de L", "geoid": 0}, "date-ut": "1898-10-31 06:20:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-730"}, "ids-in-sources": {"a6": "730"}}, "raw": {"H": "6", "MN": "20", "TZ": "0", "COD": "66", "COU": "F", "DAY": "31", "LAT": "42N42", "LON": "2E55", "MON": "10", "NUM": "730", "PRO": "W", "SEC": "40", "YEA": "1898", "CITY": "VILLENEUVE DE L"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": ["executive"], "ids-in-sources": {"e1": "1894"}}, "raw": {"H": "06:30", "COD": "66", "DAY": "31", "MON": "10", "NUM": "1894", "PRO": "EX", "YEA": "1898", "CITY": "Villeneuve de la R", "NAME": "SAUVY Alfred", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19514	schaeffer-pierre-1910-08-14	{"e1": "1895"}	{"lerrcp": "E1-1895"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Schaeffer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1910-08-14 16:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Schaeffer"}, "birth": {"tzo": "", "date": "1910-08-14 16:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1895"}}, "raw": {"H": "16:00", "COD": "54", "DAY": "14", "MON": "08", "NUM": "1895", "PRO": "EX", "YEA": "1910", "CITY": "Nancy", "NAME": "SCHAEFFER Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19515	schick-robert-1909-11-01	{"e1": "1896"}	{"lerrcp": "E1-1896"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Schick", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1909-11-01 02:30", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint-Maur", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Schick"}, "birth": {"tzo": "", "date": "1909-11-01 02:30", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint-Maur", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1896"}}, "raw": {"H": "02:30", "COD": "94", "DAY": "01", "MON": "11", "NUM": "1896", "PRO": "EX", "YEA": "1909", "CITY": "St-Maur", "NAME": "SCHICK Robert", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19516	schmitt-bernard-1923-01-26	{"e1": "1897"}	{"lerrcp": "E1-1897"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Schmitt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-01-26 16:55", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1923-01-26 16:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Schmitt"}, "birth": {"tzo": "+00:00", "date": "1923-01-26 16:55", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1923-01-26 16:55"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1897"}}, "raw": {"H": "16:55", "COD": "67", "DAY": "26", "MON": "01", "NUM": "1897", "PRO": "PH", "YEA": "1923", "CITY": "Strasbourg", "NAME": "SCHMITT Bernard", "NOTE": "-"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19517	schmitz-isidore-pierre-1820-07-21	{"e1": "1898"}	{"lerrcp": "E1-1898"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Isidore Pierre", "family": "Schmitz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10", "date": "1820-07-21 01:30", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": 2.54903, "lat": 48.85373, "name": "Neuilly-sur-Marne", "geoid": 2990612}, "notime": null, "date-ut": "1820-07-21 01:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Isidore Pierre", "family": "Schmitz"}, "birth": {"tzo": "+00:10", "date": "1820-07-21 01:30", "place": {"c2": "93", "c3": "", "cy": "FR", "lg": 2.54903, "lat": 48.85373, "name": "Neuilly-sur-Marne", "geoid": 2990612}, "date-ut": "1820-07-21 01:20"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1898"}}, "raw": {"H": "01:30", "COD": "93", "DAY": "21", "MON": "07", "NUM": "1898", "PRO": "MI", "YEA": "1820", "CITY": "Neuilly sur Marne", "NAME": "SCHMITZ Isidore Pierre", "NOTE": "*"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19518	schnebelen-pierre-1935-06-10	{"e1": "1899"}	{"lerrcp": "E1-1899"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Schnebelen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1935-06-10 13:30", "note": null, "place": {"c1": null, "c2": "68", "c3": "", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "notime": null, "date-ut": "1935-06-10 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Schnebelen"}, "birth": {"tzo": "+01:00", "date": "1935-06-10 13:30", "place": {"c2": "68", "c3": "", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "date-ut": "1935-06-10 12:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1899"}}, "raw": {"H": "13:30", "COD": "68", "DAY": "10", "MON": "06", "NUM": "1899", "PRO": "EX", "YEA": "1935", "CITY": "Mulhouse", "NAME": "SCHNEBELEN Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19519	schneider-bertrand-1929-03-11	{"e1": "1900"}	{"lerrcp": "E1-1900"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bertrand", "family": "Schneider", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1929-03-11 15:00", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1929-03-11 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Bertrand", "family": "Schneider"}, "birth": {"tzo": "+00:00", "date": "1929-03-11 15:00", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1929-03-11 15:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1900"}}, "raw": {"H": "15:00", "COD": "38", "DAY": "11", "MON": "03", "NUM": "1900", "PRO": "EX", "YEA": "1929", "CITY": "Grenoble", "NAME": "SCHNEIDER Bertrand", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19520	schneider-camille-1900-11-29	{"e1": "1901"}	{"lerrcp": "E1-1901"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Schneider", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1900-11-29 13:00", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.49199, "lat": 48.54042, "name": "Molsheim", "geoid": 2993476}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Schneider"}, "birth": {"tzo": "", "date": "1900-11-29 13:00", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.49199, "lat": 48.54042, "name": "Molsheim", "geoid": 2993476}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1901"}}, "raw": {"H": "13:00", "COD": "67", "DAY": "29", "MON": "11", "NUM": "1901", "PRO": "EX", "YEA": "1900", "CITY": "Molsheim", "NAME": "SCHNEIDER Camille", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19521	schneider-jean-1911-07-10	{"e1": "1902"}	{"lerrcp": "E1-1902"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Schneider", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-07-10 07:45", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.48268, "lat": 48.85442, "name": "Fontenay-sous-Bois", "geoid": 3017910}, "notime": null, "date-ut": "1911-07-10 07:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Schneider"}, "birth": {"tzo": "+00:00", "date": "1911-07-10 07:45", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.48268, "lat": 48.85442, "name": "Fontenay-sous-Bois", "geoid": 3017910}, "date-ut": "1911-07-10 07:45"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1902"}}, "raw": {"H": "07:45", "COD": "94", "DAY": "10", "MON": "07", "NUM": "1902", "PRO": "PH", "YEA": "1911", "CITY": "Fontenay sous Bois", "NAME": "SCHNEIDER Jean", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19522	sciandra-pierre-1921-10-16	{"e1": "1903"}	{"lerrcp": "E1-1903"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Sciandra", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-10-16 14:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1921-10-16 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Sciandra"}, "birth": {"tzo": "+01:00", "date": "1921-10-16 14:00", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1921-10-16 13:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1903"}}, "raw": {"H": "14:00", "COD": "83", "DAY": "16", "MON": "10", "NUM": "1903", "PRO": "EX", "YEA": "1921", "CITY": "Toulon", "NAME": "SCIANDRA Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19523	scitivaux-de-greische-philippe-1911-08-08	{"e1": "1904"}	{"lerrcp": "E1-1904"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Scitivaux De Greische", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-08-08 07:00", "note": null, "place": {"c1": null, "c2": "36", "c3": "", "cy": "FR", "lg": 1.21482, "lat": 46.70104, "name": "Rosnay", "geoid": 2982764}, "notime": null, "date-ut": "1911-08-08 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Scitivaux De Greische"}, "birth": {"tzo": "+00:00", "date": "1911-08-08 07:00", "place": {"c2": "36", "c3": "", "cy": "FR", "lg": 1.21482, "lat": 46.70104, "name": "Rosnay", "geoid": 2982764}, "date-ut": "1911-08-08 07:00"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1904"}}, "raw": {"H": "07:00", "COD": "36", "DAY": "08", "MON": "08", "NUM": "1904", "PRO": "MI", "YEA": "1911", "CITY": "Rosnay", "NAME": "SCITIVAUX DE GREISCHE Philippe", "NOTE": "L"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19524	sclafer-jacques-1914-05-18	{"e1": "1905"}	{"lerrcp": "E1-1905"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Sclafer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-05-18 11:00", "note": null, "place": {"c1": null, "c2": "17", "c3": "", "cy": "FR", "lg": -0.43485, "lat": 45.44636, "name": "Jonzac", "geoid": 3012266}, "notime": null, "date-ut": "1914-05-18 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Sclafer"}, "birth": {"tzo": "+00:00", "date": "1914-05-18 11:00", "place": {"c2": "17", "c3": "", "cy": "FR", "lg": -0.43485, "lat": 45.44636, "name": "Jonzac", "geoid": 3012266}, "date-ut": "1914-05-18 11:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1905"}}, "raw": {"H": "11:00", "COD": "17", "DAY": "18", "MON": "05", "NUM": "1905", "PRO": "PH", "YEA": "1914", "CITY": "Jonzac", "NAME": "SCLAFER Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19525	secail-jean-1921-06-27	{"e1": "1906"}	{"lerrcp": "E1-1906"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Secail", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-06-27 15:30", "note": null, "place": {"c1": null, "c2": "09", "c3": "", "cy": "FR", "lg": 1.60705, "lat": 42.96535, "name": "Foix", "geoid": 3018174}, "notime": null, "date-ut": "1921-06-27 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Secail"}, "birth": {"tzo": "+01:00", "date": "1921-06-27 15:30", "place": {"c2": "09", "c3": "", "cy": "FR", "lg": 1.60705, "lat": 42.96535, "name": "Foix", "geoid": 3018174}, "date-ut": "1921-06-27 14:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1906"}}, "raw": {"H": "15:30", "COD": "09", "DAY": "27", "MON": "06", "NUM": "1906", "PRO": "PH", "YEA": "1921", "CITY": "Foix", "NAME": "SECAIL Jean", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19526	sechet-philippe-1928-10-19	{"e1": "1907"}	{"lerrcp": "E1-1907"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Sechet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1928-10-19 23:45", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.48255, "lat": 48.83669, "name": "Nogent-sur-Marne", "geoid": 2990265}, "notime": null, "date-ut": "1928-10-19 23:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Sechet"}, "birth": {"tzo": "+00:00", "date": "1928-10-19 23:45", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.48255, "lat": 48.83669, "name": "Nogent-sur-Marne", "geoid": 2990265}, "date-ut": "1928-10-19 23:45"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1907"}}, "raw": {"H": "23:45", "COD": "94", "DAY": "19", "MON": "10", "NUM": "1907", "PRO": "EX", "YEA": "1928", "CITY": "Nogent sur Marne", "NAME": "SECHET Philippe", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19527	segard-hubert-1930-04-24	{"e1": "1909"}	{"lerrcp": "E1-1909"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hubert", "family": "Segard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1930-04-24 13:50", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "notime": null, "date-ut": "1930-04-24 12:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Hubert", "family": "Segard"}, "birth": {"tzo": "+01:00", "date": "1930-04-24 13:50", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "date-ut": "1930-04-24 12:50"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1909"}}, "raw": {"H": "13:50", "COD": "59", "DAY": "24", "MON": "04", "NUM": "1909", "PRO": "EX", "YEA": "1930", "CITY": "Tourcoing", "NAME": "SEGARD Hubert", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19528	segard-roger-1924-12-21	{"e1": "1910"}	{"lerrcp": "E1-1910"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Segard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1924-12-21 11:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 2.53729, "lat": 50.72374, "name": "Hazebrouck", "geoid": 3013619}, "notime": null, "date-ut": "1924-12-21 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Segard"}, "birth": {"tzo": "+00:00", "date": "1924-12-21 11:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 2.53729, "lat": 50.72374, "name": "Hazebrouck", "geoid": 3013619}, "date-ut": "1924-12-21 11:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1910"}}, "raw": {"H": "11:00", "COD": "59", "DAY": "21", "MON": "12", "NUM": "1910", "PRO": "EX", "YEA": "1924", "CITY": "Hazebrouck", "NAME": "SEGARD Roger", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19529	seguins-pazzis-hubert-de-1913-12-16	{"e1": "1911"}	{"lerrcp": "E1-1911"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hubert de", "family": "Seguins Pazzis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-12-16 14:00", "note": null, "place": {"c1": null, "c2": "45", "c3": "", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1913-12-16 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Hubert de", "family": "Seguins Pazzis"}, "birth": {"tzo": "+00:00", "date": "1913-12-16 14:00", "place": {"c2": "45", "c3": "", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1913-12-16 14:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1911"}}, "raw": {"H": "14:00", "COD": "45", "DAY": "16", "MON": "12", "NUM": "1911", "PRO": "MI", "YEA": "1913", "CITY": "Orleans", "NAME": "SEGUINS PAZZIS Hubert de", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19530	seigneurin-raymond-1912-05-10	{"e1": "1912"}	{"lerrcp": "E1-1912"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Seigneurin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-05-10 17:00", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": 0.48171, "lat": 44.85157, "name": "Bergerac", "geoid": 3033391}, "notime": null, "date-ut": "1912-05-10 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Seigneurin"}, "birth": {"tzo": "+00:00", "date": "1912-05-10 17:00", "place": {"c2": "24", "c3": "", "cy": "FR", "lg": 0.48171, "lat": 44.85157, "name": "Bergerac", "geoid": 3033391}, "date-ut": "1912-05-10 17:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1912"}}, "raw": {"H": "17:00", "COD": "24", "DAY": "10", "MON": "05", "NUM": "1912", "PRO": "PH", "YEA": "1912", "CITY": "Bergerac", "NAME": "SEIGNEURIN Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19531	sellon-georges-1912-08-06	{"e1": "1913"}	{"lerrcp": "E1-1913"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Sellon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-08-06 08:50", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1912-08-06 08:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Sellon"}, "birth": {"tzo": "+00:00", "date": "1912-08-06 08:50", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1912-08-06 08:50"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1913"}}, "raw": {"H": "08:50", "COD": "13", "DAY": "06", "MON": "08", "NUM": "1913", "PRO": "MI", "YEA": "1912", "CITY": "Marseille", "NAME": "SELLON Georges", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19533	senez-jacques-1915-01-14	{"e1": "1915"}	{"lerrcp": "E1-1915"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Senez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-01-14 01:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1915-01-14 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Senez"}, "birth": {"tzo": "+00:00", "date": "1915-01-14 01:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1915-01-14 01:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1915"}}, "raw": {"H": "01:00", "COD": "13", "DAY": "14", "MON": "01", "NUM": "1915", "PRO": "PH", "YEA": "1915", "CITY": "Marseille", "NAME": "SENEZ Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19534	serafini-victor-1925-09-29	{"e1": "1916"}	{"lerrcp": "E1-1916"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Serafini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1925-09-29 02:30", "note": null, "place": {"c1": null, "c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bastia", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Serafini"}, "birth": {"tzo": "", "date": "1925-09-29 02:30", "place": {"c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bastia", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1916"}}, "raw": {"H": "02:30", "COD": "20", "DAY": "29", "MON": "09", "NUM": "1916", "PRO": "PH", "YEA": "1925", "CITY": "Bastia", "NAME": "SERAFINI Victor", "NOTE": "-"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19535	seringe-philippe-1909-06-22	{"e1": "1917"}	{"lerrcp": "E1-1917"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Seringe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-06-22 17:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.235, "lat": 48.81381, "name": "Meudon", "geoid": 2994144}, "notime": null, "date-ut": "1909-06-22 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Seringe"}, "birth": {"tzo": "+00:09", "date": "1909-06-22 17:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.235, "lat": 48.81381, "name": "Meudon", "geoid": 2994144}, "date-ut": "1909-06-22 16:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1917"}}, "raw": {"H": "17:00", "COD": "92", "DAY": "22", "MON": "06", "NUM": "1917", "PRO": "PH", "YEA": "1909", "CITY": "Meudon", "NAME": "SERINGE Philippe", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19536	serval-alain-1936-05-29	{"e1": "1918"}	{"lerrcp": "E1-1918"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Serval", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1936-05-29 06:45", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Boulogne-Billt", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Alain", "family": "Serval"}, "birth": {"tzo": "", "date": "1936-05-29 06:45", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Boulogne-Billt", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1918"}}, "raw": {"H": "06:45", "COD": "92", "DAY": "29", "MON": "05", "NUM": "1918", "PRO": "EX", "YEA": "1936", "CITY": "Boulogne-Billt", "NAME": "SERVAL Alain", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19537	servelle-marceau-1912-04-26	{"e1": "1919"}	{"lerrcp": "E1-1919"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marceau", "family": "Servelle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-04-26 01:00", "note": null, "place": {"c1": null, "c2": "21", "c3": "", "cy": "FR", "lg": 5.38726, "lat": 47.19255, "name": "Auxonne", "geoid": 3035828}, "notime": null, "date-ut": "1912-04-26 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marceau", "family": "Servelle"}, "birth": {"tzo": "+00:00", "date": "1912-04-26 01:00", "place": {"c2": "21", "c3": "", "cy": "FR", "lg": 5.38726, "lat": 47.19255, "name": "Auxonne", "geoid": 3035828}, "date-ut": "1912-04-26 01:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1919"}}, "raw": {"H": "01:00", "COD": "21", "DAY": "26", "MON": "04", "NUM": "1919", "PRO": "PH", "YEA": "1912", "CITY": "Auxonne", "NAME": "SERVELLE Marceau", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19538	sevez-francois-1891-11-22	{"e1": "1920"}	{"lerrcp": "E1-1920"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Sevez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1891-11-22 10:00", "note": null, "place": {"c1": null, "c2": "73", "c3": "", "cy": "FR", "lg": 5.92079, "lat": 45.56628, "name": "Chambéry", "geoid": 3027422}, "notime": null, "date-ut": "1891-11-22 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Sevez"}, "birth": {"tzo": "+00:09", "date": "1891-11-22 10:00", "place": {"c2": "73", "c3": "", "cy": "FR", "lg": 5.92079, "lat": 45.56628, "name": "Chambéry", "geoid": 3027422}, "date-ut": "1891-11-22 09:51"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1920"}}, "raw": {"H": "10:00", "COD": "73", "DAY": "22", "MON": "11", "NUM": "1920", "PRO": "MI", "YEA": "1891", "CITY": "Chambéry", "NAME": "SEVEZ François", "NOTE": "*"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19539	sexe-henri-1918-09-17	{"e1": "1921"}	{"lerrcp": "E1-1921"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Sexe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-09-17 20:30", "note": null, "place": {"c1": null, "c2": "25", "c3": "", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1918-09-17 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Sexe"}, "birth": {"tzo": "+01:00", "date": "1918-09-17 20:30", "place": {"c2": "25", "c3": "", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1918-09-17 19:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1921"}}, "raw": {"H": "20:30", "COD": "25", "DAY": "17", "MON": "09", "NUM": "1921", "PRO": "EX", "YEA": "1918", "CITY": "Besançon", "NAME": "SEXE Henri", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19540	seyer-jean-1914-11-20	{"e1": "1922"}	{"lerrcp": "E1-1922"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Seyer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-11-20 06:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1914-11-20 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Seyer"}, "birth": {"tzo": "+00:00", "date": "1914-11-20 06:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1914-11-20 06:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1922"}}, "raw": {"H": "06:00", "COD": "76", "DAY": "20", "MON": "11", "NUM": "1922", "PRO": "PH", "YEA": "1914", "CITY": "Rouen", "NAME": "SEYER Jean", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19541	sieur-marcel-1888-07-05	{"e1": "1923"}	{"lerrcp": "E1-1923"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Sieur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02", "date": "1888-07-05 06:00", "note": null, "place": {"c1": null, "c2": "79", "c3": "", "cy": "FR", "lg": -0.45877, "lat": 46.32313, "name": "Niort", "geoid": 2990355}, "notime": null, "date-ut": "1888-07-05 06:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Sieur"}, "birth": {"tzo": "-00:02", "date": "1888-07-05 06:00", "place": {"c2": "79", "c3": "", "cy": "FR", "lg": -0.45877, "lat": 46.32313, "name": "Niort", "geoid": 2990355}, "date-ut": "1888-07-05 06:02"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1923"}}, "raw": {"H": "06:00", "COD": "79", "DAY": "05", "MON": "07", "NUM": "1923", "PRO": "PH", "YEA": "1888", "CITY": "Niort", "NAME": "SIEUR Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19542	sigalas-raymond-1892-04-04	{"e1": "1924"}	{"lerrcp": "E1-1924"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Sigalas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1892-04-04 17:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1892-04-04 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Sigalas"}, "birth": {"tzo": "+00:09", "date": "1892-04-04 17:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1892-04-04 16:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1924"}}, "raw": {"H": "17:00", "COD": "33", "DAY": "04", "MON": "04", "NUM": "1924", "PRO": "PH", "YEA": "1892", "CITY": "Bordeaux", "NAME": "SIGALAS Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19543	signoret-edmond-1904-04-02	{"e1": "1925"}	{"lerrcp": "E1-1925"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Signoret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-04-02 10:00", "note": null, "place": {"c1": null, "c2": "84", "c3": "", "cy": "FR", "lg": 5.03586, "lat": 43.83125, "name": "Cavaillon", "geoid": 3028134}, "notime": null, "date-ut": "1904-04-02 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Signoret"}, "birth": {"tzo": "+00:09", "date": "1904-04-02 10:00", "place": {"c2": "84", "c3": "", "cy": "FR", "lg": 5.03586, "lat": 43.83125, "name": "Cavaillon", "geoid": 3028134}, "date-ut": "1904-04-02 09:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1925"}}, "raw": {"H": "10:00", "COD": "84", "DAY": "02", "MON": "04", "NUM": "1925", "PRO": "EX", "YEA": "1904", "CITY": "Cavaillon", "NAME": "SIGNORET Edmond", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19544	simakis-jacques-constantin-1919-03-31	{"e1": "1926"}	{"lerrcp": "E1-1926"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques (Constantin)", "family": "Simakis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-03-31 19:35", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.41874, "lat": 48.76846, "name": "Choisy-le-Roi", "geoid": 3025055}, "notime": null, "date-ut": "1919-03-31 18:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jacques (Constantin)", "family": "Simakis"}, "birth": {"tzo": "+01:00", "date": "1919-03-31 19:35", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.41874, "lat": 48.76846, "name": "Choisy-le-Roi", "geoid": 3025055}, "date-ut": "1919-03-31 18:35"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1926"}}, "raw": {"H": "19:35", "COD": "94", "DAY": "31", "MON": "03", "NUM": "1926", "PRO": "EX", "YEA": "1919", "CITY": "Choisy le Roi", "NAME": "SIMAKIS Jacques (Constantin)", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19545	simard-pierre-1919-02-27	{"e1": "1927"}	{"lerrcp": "E1-1927"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Simard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1919-02-27 09:00", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 6.29117, "lat": 48.3722, "name": "Charmes", "geoid": 3026588}, "notime": null, "date-ut": "1919-02-27 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Simard"}, "birth": {"tzo": "+00:00", "date": "1919-02-27 09:00", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 6.29117, "lat": 48.3722, "name": "Charmes", "geoid": 3026588}, "date-ut": "1919-02-27 09:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1927"}}, "raw": {"H": "09:00", "COD": "88", "DAY": "27", "MON": "02", "NUM": "1927", "PRO": "MI", "YEA": "1919", "CITY": "Charmes", "NAME": "SIMARD Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19546	simon-jean-1912-04-30	{"e1": "1928"}	{"lerrcp": "E1-1928"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Simon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-04-30 17:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1912-04-30 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Simon"}, "birth": {"tzo": "+00:00", "date": "1912-04-30 17:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1912-04-30 17:00"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1928"}}, "raw": {"H": "17:00", "COD": "29", "DAY": "30", "MON": "04", "NUM": "1928", "PRO": "MI", "YEA": "1912", "CITY": "Brest", "NAME": "SIMON Jean", "NOTE": "L"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19547	simon-jean-1913-02-02	{"e1": "1929"}	{"lerrcp": "E1-1929"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Simon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-02-02 16:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.39676, "lat": 48.40817, "name": "Le Relecq-Kerhuon", "geoid": 3002373}, "notime": null, "date-ut": "1913-02-02 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Simon"}, "birth": {"tzo": "+00:00", "date": "1913-02-02 16:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.39676, "lat": 48.40817, "name": "Le Relecq-Kerhuon", "geoid": 3002373}, "date-ut": "1913-02-02 16:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1929"}}, "raw": {"H": "16:00", "COD": "29", "DAY": "02", "MON": "02", "NUM": "1929", "PRO": "MI", "YEA": "1913", "CITY": "Le Relecq-Kerhuon", "NAME": "SIMON Jean", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19548	simon-jean-marie-1914-05-13	{"e1": "1930"}	{"lerrcp": "E1-1930"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Marie", "family": "Simon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1914-05-13 18:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean-Marie", "family": "Simon"}, "birth": {"tzo": "", "date": "1914-05-13 18:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1930"}}, "raw": {"H": "18:00", "COD": "54", "DAY": "13", "MON": "05", "NUM": "1930", "PRO": "EX", "YEA": "1914", "CITY": "Nancy", "NAME": "SIMON Jean-Marie", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19549	simon-pierre-1925-01-03	{"e1": "1931"}	{"lerrcp": "E1-1931"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Simon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1925-01-03 01:30", "note": null, "place": {"c1": null, "c2": "57", "c3": "", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1925-01-03 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Simon"}, "birth": {"tzo": "+00:00", "date": "1925-01-03 01:30", "place": {"c2": "57", "c3": "", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1925-01-03 01:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1931"}}, "raw": {"H": "01:30", "COD": "57", "DAY": "03", "MON": "01", "NUM": "1931", "PRO": "PH", "YEA": "1925", "CITY": "Metz", "NAME": "SIMON Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19550	simon-rene-1890-02-20	{"e1": "1932"}	{"lerrcp": "E1-1932"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Simon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1890-02-20 12:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Simon"}, "birth": {"tzo": "", "date": "1890-02-20 12:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1932"}}, "raw": {"H": "12:00", "COD": "54", "DAY": "20", "MON": "02", "NUM": "1932", "PRO": "PH", "YEA": "1890", "CITY": "Nancy", "NAME": "SIMON René", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19552	sivadon-paul-1907-01-10	{"e1": "1934"}	{"lerrcp": "E1-1934"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Sivadon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-01-10 22:30", "note": null, "place": {"c1": null, "c2": "79", "c3": "", "cy": "FR", "lg": -0.58861, "lat": 46.72409, "name": "Moncoutant", "geoid": 2993375}, "notime": null, "date-ut": "1907-01-10 22:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Sivadon"}, "birth": {"tzo": "+00:09", "date": "1907-01-10 22:30", "place": {"c2": "79", "c3": "", "cy": "FR", "lg": -0.58861, "lat": 46.72409, "name": "Moncoutant", "geoid": 2993375}, "date-ut": "1907-01-10 22:21"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1934"}}, "raw": {"H": "22:30", "COD": "79", "DAY": "10", "MON": "01", "NUM": "1934", "PRO": "PH", "YEA": "1907", "CITY": "Moncoutant", "NAME": "SIVADON Paul", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19553	sizaire-robert-1904-03-02	{"e1": "1935"}	{"lerrcp": "E1-1935"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Sizaire", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-03-02 18:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 2.48527, "lat": 50.80109, "name": "Cassel", "geoid": 3028440}, "notime": null, "date-ut": "1904-03-02 17:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Sizaire"}, "birth": {"tzo": "+00:09", "date": "1904-03-02 18:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 2.48527, "lat": 50.80109, "name": "Cassel", "geoid": 3028440}, "date-ut": "1904-03-02 17:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1935"}}, "raw": {"H": "18:00", "COD": "59", "DAY": "02", "MON": "03", "NUM": "1935", "PRO": "MI", "YEA": "1904", "CITY": "Cassel", "NAME": "SIZAIRE Robert", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19554	soissons-jean-1919-02-24	{"e1": "1937"}	{"lerrcp": "E1-1937"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Soissons", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1919-02-24 11:15", "note": null, "place": {"c1": null, "c2": "55", "c3": "", "cy": "FR", "lg": 5.16108, "lat": 48.77275, "name": "Bar-le-Duc", "geoid": 3034911}, "notime": null, "date-ut": "1919-02-24 11:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Soissons"}, "birth": {"tzo": "+00:00", "date": "1919-02-24 11:15", "place": {"c2": "55", "c3": "", "cy": "FR", "lg": 5.16108, "lat": 48.77275, "name": "Bar-le-Duc", "geoid": 3034911}, "date-ut": "1919-02-24 11:15"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1937"}}, "raw": {"H": "11:15", "COD": "55", "DAY": "24", "MON": "02", "NUM": "1937", "PRO": "MI", "YEA": "1919", "CITY": "Bar le Duc", "NAME": "SOISSONS Jean", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19555	sol-alphonse-1893-07-06	{"e1": "1938"}	{"lerrcp": "E1-1938"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Sol", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1893-07-06 08:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.09795, "lat": 47.99597, "name": "Quimper", "geoid": 2984701}, "notime": null, "date-ut": "1893-07-06 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Sol"}, "birth": {"tzo": "+00:09", "date": "1893-07-06 08:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.09795, "lat": 47.99597, "name": "Quimper", "geoid": 2984701}, "date-ut": "1893-07-06 07:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1938"}}, "raw": {"H": "08:00", "COD": "29", "DAY": "06", "MON": "07", "NUM": "1938", "PRO": "MI", "YEA": "1893", "CITY": "Quimper", "NAME": "SOL Alphonse", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19556	sonier-andre-1912-11-03	{"e1": "1939"}	{"lerrcp": "E1-1939"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Sonier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-11-03 03:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.50435, "lat": 43.77649, "name": "Menton", "geoid": 2994497}, "notime": null, "date-ut": "1912-11-03 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "André", "family": "Sonier"}, "birth": {"tzo": "+00:00", "date": "1912-11-03 03:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.50435, "lat": 43.77649, "name": "Menton", "geoid": 2994497}, "date-ut": "1912-11-03 03:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1939"}}, "raw": {"H": "03:00", "COD": "06", "DAY": "03", "MON": "11", "NUM": "1939", "PRO": "EX", "YEA": "1912", "CITY": "Menton", "NAME": "SONIER André", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19557	sonrier-robert-1908-08-06	{"e1": "1940"}	{"lerrcp": "E1-1940"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Sonrier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-08-06 18:00", "note": null, "place": {"c1": null, "c2": "10", "c3": "", "cy": "FR", "lg": 4.11017, "lat": 48.08811, "name": "Les Loges-Margueron", "geoid": 3000457}, "notime": null, "date-ut": "1908-08-06 17:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Sonrier"}, "birth": {"tzo": "+00:09", "date": "1908-08-06 18:00", "place": {"c2": "10", "c3": "", "cy": "FR", "lg": 4.11017, "lat": 48.08811, "name": "Les Loges-Margueron", "geoid": 3000457}, "date-ut": "1908-08-06 17:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1940"}}, "raw": {"H": "18:00", "COD": "10", "DAY": "06", "MON": "08", "NUM": "1940", "PRO": "PH", "YEA": "1908", "CITY": "Les Loges-Margueron", "NAME": "SONRIER Robert", "NOTE": "-"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19558	soreau-gaston-1921-07-29	{"e1": "1941"}	{"lerrcp": "E1-1941"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Soreau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-07-29 12:00", "note": null, "place": {"c1": null, "c2": "72", "c3": "", "cy": "FR", "lg": 0.17413, "lat": 48.28689, "name": "Chérancé", "geoid": 3025474}, "notime": null, "date-ut": "1921-07-29 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Soreau"}, "birth": {"tzo": "+01:00", "date": "1921-07-29 12:00", "place": {"c2": "72", "c3": "", "cy": "FR", "lg": 0.17413, "lat": 48.28689, "name": "Chérancé", "geoid": 3025474}, "date-ut": "1921-07-29 11:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1941"}}, "raw": {"H": "12:00", "COD": "72", "DAY": "29", "MON": "07", "NUM": "1941", "PRO": "EX", "YEA": "1921", "CITY": "Cherancé", "NAME": "SOREAU Gaston", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19559	souchon-pierre-1912-02-26	{"e1": "1942"}	{"lerrcp": "E1-1942"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Souchon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-02-26 02:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.11667, "lat": 50.63333, "name": "Mons-en-Barœul", "geoid": 2993207}, "notime": null, "date-ut": "1912-02-26 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Souchon"}, "birth": {"tzo": "+00:00", "date": "1912-02-26 02:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.11667, "lat": 50.63333, "name": "Mons-en-Barœul", "geoid": 2993207}, "date-ut": "1912-02-26 02:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1942"}}, "raw": {"H": "02:00", "COD": "59", "DAY": "26", "MON": "02", "NUM": "1942", "PRO": "EX", "YEA": "1912", "CITY": "Mons en Baroeul", "NAME": "SOUCHON Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19560	soufflet-pierre-1919-10-15	{"e1": "1943"}	{"lerrcp": "E1-1943"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Soufflet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1919-10-15 05:00", "note": null, "place": {"c1": null, "c2": "80", "c3": "", "cy": "FR", "lg": 1.75025, "lat": 50.07082, "name": "Moyenneville", "geoid": 2991268}, "notime": null, "date-ut": "1919-10-15 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Soufflet"}, "birth": {"tzo": "+00:00", "date": "1919-10-15 05:00", "place": {"c2": "80", "c3": "", "cy": "FR", "lg": 1.75025, "lat": 50.07082, "name": "Moyenneville", "geoid": 2991268}, "date-ut": "1919-10-15 05:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1943"}}, "raw": {"H": "05:00", "COD": "80", "DAY": "15", "MON": "10", "NUM": "1943", "PRO": "MI", "YEA": "1919", "CITY": "Moyenneville", "NAME": "SOUFFLET Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19563	soulier-jean-1875-02-01	{"e1": "1946"}	{"lerrcp": "E1-1946"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Soulier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15", "date": "1875-02-01 08:00", "note": null, "place": {"c1": null, "c2": "43", "c3": "", "cy": "FR", "lg": 3.86031, "lat": 45.0709, "name": "Polignac", "geoid": 2986472}, "notime": null, "date-ut": "1875-02-01 07:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Soulier"}, "birth": {"tzo": "+00:15", "date": "1875-02-01 08:00", "place": {"c2": "43", "c3": "", "cy": "FR", "lg": 3.86031, "lat": 45.0709, "name": "Polignac", "geoid": 2986472}, "date-ut": "1875-02-01 07:45"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1946"}}, "raw": {"H": "08:00", "COD": "43", "DAY": "01", "MON": "02", "NUM": "1946", "PRO": "PH", "YEA": "1875", "CITY": "Polignac", "NAME": "SOULIER Jean", "NOTE": "-"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19564	soulier-jean-pierre-1915-09-14	{"e1": "1947"}	{"lerrcp": "E1-1947"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Pierre", "family": "Soulier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-09-14 01:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 0.20523, "lat": 49.70669, "name": "Étretat", "geoid": 3019355}, "notime": null, "date-ut": "1915-09-14 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean-Pierre", "family": "Soulier"}, "birth": {"tzo": "+00:00", "date": "1915-09-14 01:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 0.20523, "lat": 49.70669, "name": "Étretat", "geoid": 3019355}, "date-ut": "1915-09-14 01:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1947"}}, "raw": {"H": "01:00", "COD": "76", "DAY": "14", "MON": "09", "NUM": "1947", "PRO": "PH", "YEA": "1915", "CITY": "Etretat", "NAME": "SOULIER Jean-Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19561	soulairac-andre-1913-06-17	{"e1": "1944", "g55": "03-321"}	{"g55": "03-321", "lerrcp": "E1-1944"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Soulairac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-06-17 07:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.97267, "lat": 50.27875, "name": "Maubeuge", "geoid": 2995150}, "notime": null, "date-ut": "1913-06-17 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician", "sportsperson"]	5	null	[{"new": {"name": {"given": "André", "family": "Soulairac"}, "birth": {"tzo": "+00:00", "date": "1913-06-17 07:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.97267, "lat": 50.27875, "name": "Maubeuge", "geoid": 2995150}, "date-ut": "1913-06-17 07:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1944"}}, "raw": {"H": "07:30", "COD": "59", "DAY": "17", "MON": "06", "NUM": "1944", "PRO": "PH", "YEA": "1913", "CITY": "Maubeuge", "NAME": "SOULAIRAC André", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"partial-ids": {"g55": "03-321"}, "ids-in-source": {"g55": "03-321"}}, "raw": {"DAY": "17-6-1913", "HOUR": "11 h.", "NAME": "VANDAME Pierre", "PLACE": "Lille (Nord)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
19565	soullard-jacques-1910-06-07	{"e1": "1948"}	{"lerrcp": "E1-1948"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Soullard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-06-07 00:15", "note": null, "place": {"c1": null, "c2": "86", "c3": "", "cy": "FR", "lg": 0.08296, "lat": 47.00788, "name": "Loudun", "geoid": 2997457}, "notime": null, "date-ut": "1910-06-07 00:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Soullard"}, "birth": {"tzo": "+00:09", "date": "1910-06-07 00:15", "place": {"c2": "86", "c3": "", "cy": "FR", "lg": 0.08296, "lat": 47.00788, "name": "Loudun", "geoid": 2997457}, "date-ut": "1910-06-07 00:06"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1948"}}, "raw": {"H": "00:15", "COD": "86", "DAY": "07", "MON": "06", "NUM": "1948", "PRO": "PH", "YEA": "1910", "CITY": "Loudun", "NAME": "SOULLARD Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19566	soumagne-jacques-1928-02-25	{"e1": "1949"}	{"lerrcp": "E1-1949"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Soumagne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1928-02-25 07:30", "note": null, "place": {"c1": null, "c2": "37", "c3": "", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "notime": null, "date-ut": "1928-02-25 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Soumagne"}, "birth": {"tzo": "+00:00", "date": "1928-02-25 07:30", "place": {"c2": "37", "c3": "", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "date-ut": "1928-02-25 07:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1949"}}, "raw": {"H": "07:30", "COD": "37", "DAY": "25", "MON": "02", "NUM": "1949", "PRO": "EX", "YEA": "1928", "CITY": "Tours", "NAME": "SOUMAGNE Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19567	sourdille-gabriel-1901-10-03	{"e1": "1950"}	{"lerrcp": "E1-1950"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Sourdille", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-10-03 11:00", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1901-10-03 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Sourdille"}, "birth": {"tzo": "+00:09", "date": "1901-10-03 11:00", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1901-10-03 10:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1950"}}, "raw": {"H": "11:00", "COD": "44", "DAY": "03", "MON": "10", "NUM": "1950", "PRO": "PH", "YEA": "1901", "CITY": "Nantes", "NAME": "SOURDILLE Gabriel", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19568	soutoul-jean-henri-1925-07-11	{"e1": "1951"}	{"lerrcp": "E1-1951"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Henri", "family": "Soutoul", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1925-07-11 02:00", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1925-07-11 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean-Henri", "family": "Soutoul"}, "birth": {"tzo": "+01:00", "date": "1925-07-11 02:00", "place": {"c2": "30", "c3": "", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1925-07-11 01:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1951"}}, "raw": {"H": "02:00", "COD": "30", "DAY": "11", "MON": "07", "NUM": "1951", "PRO": "PH", "YEA": "1925", "CITY": "Nîmes", "NAME": "SOUTOUL Jean-Henri", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19569	souviat-jacques-1920-03-10	{"e1": "1952"}	{"lerrcp": "E1-1952"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Souviat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-03-10 06:00", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": 0.13509, "lat": 45.20292, "name": "Saint-Aulaye", "geoid": 2981522}, "notime": null, "date-ut": "1920-03-10 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Souviat"}, "birth": {"tzo": "+01:00", "date": "1920-03-10 06:00", "place": {"c2": "24", "c3": "", "cy": "FR", "lg": 0.13509, "lat": 45.20292, "name": "Saint-Aulaye", "geoid": 2981522}, "date-ut": "1920-03-10 05:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1952"}}, "raw": {"H": "06:00", "COD": "24", "DAY": "10", "MON": "03", "NUM": "1952", "PRO": "MI", "YEA": "1920", "CITY": "St-Aulaye", "NAME": "SOUVIAT Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19570	soyer-gerard-1924-05-18	{"e1": "1953"}	{"lerrcp": "E1-1953"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Soyer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1924-05-18 02:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.27485, "lat": 48.91936, "name": "Bois-Colombes", "geoid": 3032070}, "notime": null, "date-ut": "1924-05-18 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gérard", "family": "Soyer"}, "birth": {"tzo": "+01:00", "date": "1924-05-18 02:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.27485, "lat": 48.91936, "name": "Bois-Colombes", "geoid": 3032070}, "date-ut": "1924-05-18 01:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1953"}}, "raw": {"H": "02:00", "COD": "92", "DAY": "18", "MON": "05", "NUM": "1953", "PRO": "PH", "YEA": "1924", "CITY": "Bois-Colombes", "NAME": "SOYER Gérard", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19571	spillmann-georges-1899-07-31	{"e1": "1954"}	{"lerrcp": "E1-1954"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Spillmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-07-31 11:00", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": -2.10939, "lat": 48.63433, "name": "Saint-Lunaire", "geoid": 2978668}, "notime": null, "date-ut": "1899-07-31 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Spillmann"}, "birth": {"tzo": "+00:09", "date": "1899-07-31 11:00", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": -2.10939, "lat": 48.63433, "name": "Saint-Lunaire", "geoid": 2978668}, "date-ut": "1899-07-31 10:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1954"}}, "raw": {"H": "11:00", "COD": "35", "DAY": "31", "MON": "07", "NUM": "1954", "PRO": "MI", "YEA": "1899", "CITY": "St Lunaire", "NAME": "SPILLMANN Georges", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19572	sprunck-emile-1912-09-11	{"e1": "1955"}	{"lerrcp": "E1-1955"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Sprunck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1912-09-11 17:45", "note": null, "place": {"c1": null, "c2": "57", "c3": "", "cy": "FR", "lg": 7.481, "lat": 49.14898, "name": "Walschbronn", "geoid": 2967491}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Sprunck"}, "birth": {"tzo": "", "date": "1912-09-11 17:45", "place": {"c2": "57", "c3": "", "cy": "FR", "lg": 7.481, "lat": 49.14898, "name": "Walschbronn", "geoid": 2967491}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1955"}}, "raw": {"H": "17:45", "COD": "57", "DAY": "11", "MON": "09", "NUM": "1955", "PRO": "EX", "YEA": "1912", "CITY": "Walschbronn", "NAME": "SPRUNCK Emile", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19573	stagnara-pierre-1917-01-16	{"e1": "1956"}	{"lerrcp": "E1-1956"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Stagnara", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1917-01-16 11:00", "note": null, "place": {"c1": null, "c2": "26", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Loriol", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Stagnara"}, "birth": {"tzo": "", "date": "1917-01-16 11:00", "place": {"c2": "26", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Loriol", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1956"}}, "raw": {"H": "11:00", "COD": "26", "DAY": "16", "MON": "01", "NUM": "1956", "PRO": "PH", "YEA": "1917", "CITY": "Loriol", "NAME": "STAGNARA Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19574	stehlin-martin-1920-05-11	{"e1": "1957"}	{"lerrcp": "E1-1957"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Martin", "family": "Stehlin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-05-11 00:30", "note": null, "place": {"c1": null, "c2": "25", "c3": "", "cy": "FR", "lg": 6.85341, "lat": 47.48327, "name": "Audincourt", "geoid": 3036240}, "notime": null, "date-ut": "1920-05-10 23:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Martin", "family": "Stehlin"}, "birth": {"tzo": "+01:00", "date": "1920-05-11 00:30", "place": {"c2": "25", "c3": "", "cy": "FR", "lg": 6.85341, "lat": 47.48327, "name": "Audincourt", "geoid": 3036240}, "date-ut": "1920-05-10 23:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1957"}}, "raw": {"H": "00:30", "COD": "25", "DAY": "11", "MON": "05", "NUM": "1957", "PRO": "MI", "YEA": "1920", "CITY": "Audincourt", "NAME": "STEHLIN Martin", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19575	stewart-walter-1907-05-31	{"e1": "1958"}	{"lerrcp": "E1-1958"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Stewart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-05-31 21:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.09364, "lat": 49.46307, "name": "Mont-Saint-Aignan", "geoid": 2992003}, "notime": null, "date-ut": "1907-05-31 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Stewart"}, "birth": {"tzo": "+00:09", "date": "1907-05-31 21:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 1.09364, "lat": 49.46307, "name": "Mont-Saint-Aignan", "geoid": 2992003}, "date-ut": "1907-05-31 20:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1958"}}, "raw": {"H": "21:00", "COD": "76", "DAY": "31", "MON": "05", "NUM": "1958", "PRO": "PH", "YEA": "1907", "CITY": "Mont Saint Aignan", "NAME": "STEWART Walter", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19576	stiebel-christian-1901-08-16	{"e1": "1959"}	{"lerrcp": "E1-1959"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Stiebel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-08-16 14:35", "note": null, "place": {"c1": null, "c2": "91", "c3": "", "cy": "FR", "lg": 2.18727, "lat": 48.69572, "name": "Orsay", "geoid": 2989204}, "notime": null, "date-ut": "1901-08-16 14:26"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Christian", "family": "Stiebel"}, "birth": {"tzo": "+00:09", "date": "1901-08-16 14:35", "place": {"c2": "91", "c3": "", "cy": "FR", "lg": 2.18727, "lat": 48.69572, "name": "Orsay", "geoid": 2989204}, "date-ut": "1901-08-16 14:26"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1959"}}, "raw": {"H": "14:35", "COD": "91", "DAY": "16", "MON": "08", "NUM": "1959", "PRO": "EX", "YEA": "1901", "CITY": "Orsay", "NAME": "STIEBEL Christian", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19577	stoll-georges-1920-05-11	{"e1": "1960"}	{"lerrcp": "E1-1960"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Stoll", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-05-11 06:30", "note": null, "place": {"c1": null, "c2": "68", "c3": "", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "notime": null, "date-ut": "1920-05-11 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Stoll"}, "birth": {"tzo": "+01:00", "date": "1920-05-11 06:30", "place": {"c2": "68", "c3": "", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "date-ut": "1920-05-11 05:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1960"}}, "raw": {"H": "06:30", "COD": "68", "DAY": "11", "MON": "05", "NUM": "1960", "PRO": "PH", "YEA": "1920", "CITY": "Mulhouse", "NAME": "STOLL Georges", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19578	storelli-andre-1911-01-21	{"e1": "1961"}	{"lerrcp": "E1-1961"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Storelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1911-01-21 09:00", "note": null, "place": {"c1": null, "c2": "41", "c3": "", "cy": "FR", "lg": 1.45583, "lat": 47.51033, "name": "Cour-Cheverny", "geoid": 3023063}, "notime": null, "date-ut": "1911-01-21 08:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Storelli"}, "birth": {"tzo": "+00:09", "date": "1911-01-21 09:00", "place": {"c2": "41", "c3": "", "cy": "FR", "lg": 1.45583, "lat": 47.51033, "name": "Cour-Cheverny", "geoid": 3023063}, "date-ut": "1911-01-21 08:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1961"}}, "raw": {"H": "09:00", "COD": "41", "DAY": "21", "MON": "01", "NUM": "1961", "PRO": "MI", "YEA": "1911", "CITY": "Cour-Cheverny", "NAME": "STORELLI André", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19579	stribick-jean-charles-1905-06-12	{"e1": "1962"}	{"lerrcp": "E1-1962"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Charles", "family": "Stribick", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-06-12 01:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1905-06-12 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean-Charles", "family": "Stribick"}, "birth": {"tzo": "+00:09", "date": "1905-06-12 01:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1905-06-12 00:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1962"}}, "raw": {"H": "01:00", "COD": "42", "DAY": "12", "MON": "06", "NUM": "1962", "PRO": "EX", "YEA": "1905", "CITY": "St-Etienne", "NAME": "STRIBICK Jean-Charles", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19580	sulitzer-paul-loup-1946-07-22	{"e1": "1963"}	{"lerrcp": "E1-1963"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul-Loup", "family": "Sulitzer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1946-07-22 19:20", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Boulogne-Billt", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Paul-Loup", "family": "Sulitzer"}, "birth": {"tzo": "", "date": "1946-07-22 19:20", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Boulogne-Billt", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1963"}}, "raw": {"H": "19:20", "COD": "92", "DAY": "22", "MON": "07", "NUM": "1963", "PRO": "EX", "YEA": "1946", "CITY": "Boulogne-Billt", "NAME": "SULITZER Paul-Loup", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19581	suquet-jean-1903-09-27	{"e1": "1964"}	{"lerrcp": "E1-1964"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Suquet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-09-27 23:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1903-09-27 22:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Suquet"}, "birth": {"tzo": "+00:09", "date": "1903-09-27 23:00", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1903-09-27 22:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1964"}}, "raw": {"H": "23:00", "COD": "83", "DAY": "27", "MON": "09", "NUM": "1964", "PRO": "MI", "YEA": "1903", "CITY": "Toulon", "NAME": "SUQUET Jean", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19582	swyngedauw-jean-1903-03-03	{"e1": "1965"}	{"lerrcp": "E1-1965"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Swyngedauw", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-03-03 19:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1903-03-03 18:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Swyngedauw"}, "birth": {"tzo": "+00:09", "date": "1903-03-03 19:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1903-03-03 18:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1965"}}, "raw": {"H": "19:00", "COD": "59", "DAY": "03", "MON": "03", "NUM": "1965", "PRO": "PH", "YEA": "1903", "CITY": "Lille", "NAME": "SWYNGEDAUW Jean", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19583	tabart-emmanuel-1875-11-04	{"e1": "1966"}	{"lerrcp": "E1-1966"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emmanuel", "family": "Tabart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07", "date": "1875-11-04 21:00", "note": null, "place": {"c1": null, "c2": "45", "c3": "", "cy": "FR", "lg": 1.83351, "lat": 47.86614, "name": "Saint-Hilaire-Saint-Mesmin", "geoid": 2979502}, "notime": null, "date-ut": "1875-11-04 20:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emmanuel", "family": "Tabart"}, "birth": {"tzo": "+00:07", "date": "1875-11-04 21:00", "place": {"c2": "45", "c3": "", "cy": "FR", "lg": 1.83351, "lat": 47.86614, "name": "Saint-Hilaire-Saint-Mesmin", "geoid": 2979502}, "date-ut": "1875-11-04 20:53"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1966"}}, "raw": {"H": "21:00", "COD": "45", "DAY": "04", "MON": "11", "NUM": "1966", "PRO": "PH", "YEA": "1875", "CITY": "St Hilaire-St Mesmin", "NAME": "TABART Emmanuel", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19584	tailhefer-andre-1896-07-28	{"e1": "1967"}	{"lerrcp": "E1-1967"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Tailhefer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1896-07-28 01:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1896-07-28 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Tailhefer"}, "birth": {"tzo": "+00:09", "date": "1896-07-28 01:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1896-07-28 00:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1967"}}, "raw": {"H": "01:00", "COD": "31", "DAY": "28", "MON": "07", "NUM": "1967", "PRO": "PH", "YEA": "1896", "CITY": "Toulouse", "NAME": "TAILHEFER André", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19585	tainturier-pierre-1901-03-15	{"e1": "1968"}	{"lerrcp": "E1-1968"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Tainturier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-03-15 21:30", "note": null, "place": {"c1": null, "c2": "21", "c3": "", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1901-03-15 21:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Tainturier"}, "birth": {"tzo": "+00:09", "date": "1901-03-15 21:30", "place": {"c2": "21", "c3": "", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1901-03-15 21:21"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1968"}}, "raw": {"H": "21:30", "COD": "21", "DAY": "15", "MON": "03", "NUM": "1968", "PRO": "EX", "YEA": "1901", "CITY": "Dijon", "NAME": "TAINTURIER Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19586	tanguy-victor-1915-07-06	{"e1": "1969"}	{"lerrcp": "E1-1969"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Tanguy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-07-06 04:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.36978, "lat": 48.37368, "name": "Plougastel-Daoulas", "geoid": 2986674}, "notime": null, "date-ut": "1915-07-06 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Tanguy"}, "birth": {"tzo": "+00:00", "date": "1915-07-06 04:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.36978, "lat": 48.37368, "name": "Plougastel-Daoulas", "geoid": 2986674}, "date-ut": "1915-07-06 04:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1969"}}, "raw": {"H": "04:00", "COD": "29", "DAY": "06", "MON": "07", "NUM": "1969", "PRO": "MI", "YEA": "1915", "CITY": "Plougastel-Daoulas", "NAME": "TANGUY Victor", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19587	tapernoux-armand-1899-05-16	{"e1": "1970"}	{"lerrcp": "E1-1970"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Tapernoux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1899-05-16 01:00", "note": null, "place": {"c1": null, "c2": "26", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "La Chapelle en Ver", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Tapernoux"}, "birth": {"tzo": "", "date": "1899-05-16 01:00", "place": {"c2": "26", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "La Chapelle en Ver", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1970"}}, "raw": {"H": "01:00", "COD": "26", "DAY": "16", "MON": "05", "NUM": "1970", "PRO": "PH", "YEA": "1899", "CITY": "La Chapelle en Ver", "NAME": "TAPERNOUX Armand", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19589	tarascon-paul-1882-12-08	{"e1": "1972"}	{"lerrcp": "E1-1972"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Tarascon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20", "date": "1882-12-08 12:00", "note": null, "place": {"c1": null, "c2": "84", "c3": "", "cy": "FR", "lg": 4.99543, "lat": 43.92943, "name": "Le Thor", "geoid": 2999180}, "notime": null, "date-ut": "1882-12-08 11:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Tarascon"}, "birth": {"tzo": "+00:20", "date": "1882-12-08 12:00", "place": {"c2": "84", "c3": "", "cy": "FR", "lg": 4.99543, "lat": 43.92943, "name": "Le Thor", "geoid": 2999180}, "date-ut": "1882-12-08 11:40"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1972"}}, "raw": {"H": "12:00", "COD": "84", "DAY": "08", "MON": "12", "NUM": "1972", "PRO": "EX", "YEA": "1882", "CITY": "Le Thor", "NAME": "TARASCON Paul", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19590	tarayre-andre-1915-04-05	{"e1": "1973"}	{"lerrcp": "E1-1973"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Tarayre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-04-05 03:00", "note": null, "place": {"c1": null, "c2": "12", "c3": "", "cy": "FR", "lg": 2.32872, "lat": 44.50612, "name": "Auzits", "geoid": 3035797}, "notime": null, "date-ut": "1915-04-05 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "André", "family": "Tarayre"}, "birth": {"tzo": "+00:00", "date": "1915-04-05 03:00", "place": {"c2": "12", "c3": "", "cy": "FR", "lg": 2.32872, "lat": 44.50612, "name": "Auzits", "geoid": 3035797}, "date-ut": "1915-04-05 03:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1973"}}, "raw": {"H": "03:00", "COD": "12", "DAY": "05", "MON": "04", "NUM": "1973", "PRO": "EX", "YEA": "1915", "CITY": "Auzits", "NAME": "TARAYRE André", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19591	tardy-fernand-1904-07-12	{"e1": "1974"}	{"lerrcp": "E1-1974"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Tardy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-07-12 20:00", "note": null, "place": {"c1": null, "c2": "03", "c3": "", "cy": "FR", "lg": 3.24557, "lat": 46.30741, "name": "Louchy-Montfand", "geoid": 2997467}, "notime": null, "date-ut": "1904-07-12 19:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Tardy"}, "birth": {"tzo": "+00:09", "date": "1904-07-12 20:00", "place": {"c2": "03", "c3": "", "cy": "FR", "lg": 3.24557, "lat": 46.30741, "name": "Louchy-Montfand", "geoid": 2997467}, "date-ut": "1904-07-12 19:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1974"}}, "raw": {"H": "20:00", "COD": "03", "DAY": "12", "MON": "07", "NUM": "1974", "PRO": "PH", "YEA": "1904", "CITY": "Louchy-Montfand", "NAME": "TARDY Fernand", "NOTE": "-"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19592	tardy-jean-1920-03-19	{"e1": "1975"}	{"lerrcp": "E1-1975"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Tardy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-03-19 03:00", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 5.27361, "lat": 45.58611, "name": "Bourgoin-Jallieu", "geoid": 6615539}, "notime": null, "date-ut": "1920-03-19 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Tardy"}, "birth": {"tzo": "+01:00", "date": "1920-03-19 03:00", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": 5.27361, "lat": 45.58611, "name": "Bourgoin-Jallieu", "geoid": 6615539}, "date-ut": "1920-03-19 02:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1975"}}, "raw": {"H": "03:00", "COD": "38", "DAY": "19", "MON": "03", "NUM": "1975", "PRO": "MI", "YEA": "1920", "CITY": "Bourgoin-Jallieu", "NAME": "TARDY Jean", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19593	taussat-robert-1914-08-09	{"e1": "1976"}	{"lerrcp": "E1-1976"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Taussat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-08-09 06:00", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 3.24839, "lat": 45.7983, "name": "Pont-du-Château", "geoid": 2986219}, "notime": null, "date-ut": "1914-08-09 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Taussat"}, "birth": {"tzo": "+00:00", "date": "1914-08-09 06:00", "place": {"c2": "63", "c3": "", "cy": "FR", "lg": 3.24839, "lat": 45.7983, "name": "Pont-du-Château", "geoid": 2986219}, "date-ut": "1914-08-09 06:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1976"}}, "raw": {"H": "06:00", "COD": "63", "DAY": "09", "MON": "08", "NUM": "1976", "PRO": "EX", "YEA": "1914", "CITY": "Pont-du-Château", "NAME": "TAUSSAT Robert", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19594	tauveron-marcel-1899-05-14	{"e1": "1977"}	{"lerrcp": "E1-1977"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Tauveron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-05-14 21:00", "note": null, "place": {"c1": null, "c2": "03", "c3": "", "cy": "FR", "lg": 3.35446, "lat": 46.56596, "name": "Yzeure", "geoid": 2967166}, "notime": null, "date-ut": "1899-05-14 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Tauveron"}, "birth": {"tzo": "+00:09", "date": "1899-05-14 21:00", "place": {"c2": "03", "c3": "", "cy": "FR", "lg": 3.35446, "lat": 46.56596, "name": "Yzeure", "geoid": 2967166}, "date-ut": "1899-05-14 20:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1977"}}, "raw": {"H": "21:00", "COD": "03", "DAY": "14", "MON": "05", "NUM": "1977", "PRO": "EX", "YEA": "1899", "CITY": "Yzeure", "NAME": "TAUVERON Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19595	tavernier-paul-1913-07-29	{"e1": "1978"}	{"lerrcp": "E1-1978"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Tavernier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-07-29 07:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.38657, "lat": 50.42472, "name": "Hasnon", "geoid": 3013878}, "notime": null, "date-ut": "1913-07-29 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Tavernier"}, "birth": {"tzo": "+00:00", "date": "1913-07-29 07:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.38657, "lat": 50.42472, "name": "Hasnon", "geoid": 3013878}, "date-ut": "1913-07-29 07:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1978"}}, "raw": {"H": "07:00", "COD": "59", "DAY": "29", "MON": "07", "NUM": "1978", "PRO": "MI", "YEA": "1913", "CITY": "Hasnon", "NAME": "TAVERNIER Paul", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19597	teitgen-pierre-henri-1908-05-29	{"e1": "1980"}	{"lerrcp": "E1-1980"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre-Henri", "family": "Teitgen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-05-29 13:00", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1908-05-29 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre-Henri", "family": "Teitgen"}, "birth": {"tzo": "+00:09", "date": "1908-05-29 13:00", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1908-05-29 12:51"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1980"}}, "raw": {"H": "13:00", "COD": "35", "DAY": "29", "MON": "05", "NUM": "1980", "PRO": "MI", "YEA": "1908", "CITY": "Rennes", "NAME": "TEITGEN Pierre-Henri", "NOTE": "L"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19598	tenot-frank-1925-10-31	{"e1": "1981"}	{"lerrcp": "E1-1981"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frank", "family": "Tenot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1925-10-31 04:30", "note": null, "place": {"c1": null, "c2": "68", "c3": "", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "notime": null, "date-ut": "1925-10-31 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Frank", "family": "Tenot"}, "birth": {"tzo": "+00:00", "date": "1925-10-31 04:30", "place": {"c2": "68", "c3": "", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "date-ut": "1925-10-31 04:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1981"}}, "raw": {"H": "04:30", "COD": "68", "DAY": "31", "MON": "10", "NUM": "1981", "PRO": "EX", "YEA": "1925", "CITY": "Mulhouse", "NAME": "TENOT Frank", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19599	teppe-julien-1910-08-24	{"e1": "1982"}	{"lerrcp": "E1-1982"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julien", "family": "Teppe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-08-24 12:00", "note": null, "place": {"c1": null, "c2": "01", "c3": "", "cy": "FR", "lg": 5.29471, "lat": 46.2899, "name": "Saint-Étienne-du-Bois", "geoid": 2980240}, "notime": null, "date-ut": "1910-08-24 11:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Julien", "family": "Teppe"}, "birth": {"tzo": "+00:09", "date": "1910-08-24 12:00", "place": {"c2": "01", "c3": "", "cy": "FR", "lg": 5.29471, "lat": 46.2899, "name": "Saint-Étienne-du-Bois", "geoid": 2980240}, "date-ut": "1910-08-24 11:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1982"}}, "raw": {"H": "12:00", "COD": "01", "DAY": "24", "MON": "08", "NUM": "1982", "PRO": "EX", "YEA": "1910", "CITY": "St Etienne du Bois", "NAME": "TEPPE Julien", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19600	termet-hubert-1924-06-06	{"e1": "1983"}	{"lerrcp": "E1-1983"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hubert", "family": "Termet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1924-06-06 22:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "6", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1924-06-06 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hubert", "family": "Termet"}, "birth": {"tzo": "+01:00", "date": "1924-06-06 22:00", "place": {"c2": "69", "c3": "6", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1924-06-06 21:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1983"}}, "raw": {"H": "22:00", "COD": "69", "DAY": "06", "MON": "06", "NUM": "1983", "PRO": "PH", "YEA": "1924", "CITY": "Lyon 6ème", "NAME": "TERMET Hubert", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19601	terramorsi-albert-1906-05-12	{"e1": "1984"}	{"lerrcp": "E1-1984"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Terramorsi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-05-12 18:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 5.81168, "lat": 43.72484, "name": "Vinon-sur-Verdon", "geoid": 2968023}, "notime": null, "date-ut": "1906-05-12 17:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Terramorsi"}, "birth": {"tzo": "+00:09", "date": "1906-05-12 18:00", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": 5.81168, "lat": 43.72484, "name": "Vinon-sur-Verdon", "geoid": 2968023}, "date-ut": "1906-05-12 17:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1984"}}, "raw": {"H": "18:00", "COD": "83", "DAY": "12", "MON": "05", "NUM": "1984", "PRO": "MI", "YEA": "1906", "CITY": "Vinon sur Verdon", "NAME": "TERRAMORSI Albert", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19602	terrasse-jean-1906-01-05	{"e1": "1985"}	{"lerrcp": "E1-1985"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Terrasse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-01-05 11:00", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "notime": null, "date-ut": "1906-01-05 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Terrasse"}, "birth": {"tzo": "+00:09", "date": "1906-01-05 11:00", "place": {"c2": "63", "c3": "", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "date-ut": "1906-01-05 10:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1985"}}, "raw": {"H": "11:00", "COD": "63", "DAY": "05", "MON": "01", "NUM": "1985", "PRO": "PH", "YEA": "1906", "CITY": "Clermont-Ferrand", "NAME": "TERRASSE Jean", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19603	terry-jacques-1931-08-08	{"e1": "1986"}	{"lerrcp": "E1-1986"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Terry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1931-08-08 11:00", "note": null, "place": {"c1": null, "c2": "14", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Martin des Bes", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Terry"}, "birth": {"tzo": "", "date": "1931-08-08 11:00", "place": {"c2": "14", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Martin des Bes", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1986"}}, "raw": {"H": "11:00", "COD": "14", "DAY": "08", "MON": "08", "NUM": "1986", "PRO": "EX", "YEA": "1931", "CITY": "St Martin des Bes", "NAME": "TERRY Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19604	tertre-jean-dutarte-1926-01-17	{"e1": "1987"}	{"lerrcp": "E1-1987"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean (DUTARTE)", "family": "Tertre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1926-01-17 18:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 1.85635, "lat": 50.95194, "name": "Calais", "geoid": 3029162}, "notime": null, "date-ut": "1926-01-17 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean (DUTARTE)", "family": "Tertre"}, "birth": {"tzo": "+00:00", "date": "1926-01-17 18:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 1.85635, "lat": 50.95194, "name": "Calais", "geoid": 3029162}, "date-ut": "1926-01-17 18:00"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1987"}}, "raw": {"H": "18:00", "COD": "62", "DAY": "17", "MON": "01", "NUM": "1987", "PRO": "PH", "YEA": "1926", "CITY": "Calais", "NAME": "TERTRE Jean (DUTARTE)", "NOTE": "-"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19605	tesson-fernand-1906-10-07	{"e1": "1988"}	{"lerrcp": "E1-1988"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Tesson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-10-07 14:30", "note": null, "place": {"c1": null, "c2": "87", "c3": "", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1906-10-07 14:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Tesson"}, "birth": {"tzo": "+00:09", "date": "1906-10-07 14:30", "place": {"c2": "87", "c3": "", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1906-10-07 14:21"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1988"}}, "raw": {"H": "14:30", "COD": "87", "DAY": "07", "MON": "10", "NUM": "1988", "PRO": "MI", "YEA": "1906", "CITY": "Limoges", "NAME": "TESSON Fernand", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19607	teyssier-raymond-1911-03-06	{"e1": "1990"}	{"lerrcp": "E1-1990"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Teyssier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1911-03-06 16:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1911-03-06 15:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Teyssier"}, "birth": {"tzo": "+00:09", "date": "1911-03-06 16:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1911-03-06 15:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1990"}}, "raw": {"H": "16:00", "COD": "34", "DAY": "06", "MON": "03", "NUM": "1990", "PRO": "PH", "YEA": "1911", "CITY": "Montpellier", "NAME": "TEYSSIER Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19608	thabaub-jacques-1910-09-06	{"e1": "1991"}	{"lerrcp": "E1-1991"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Thabaub", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-09-06 01:30", "note": null, "place": {"c1": null, "c2": "36", "c3": "", "cy": "FR", "lg": 1.80601, "lat": 46.59781, "name": "Neuvy-Saint-Sépulchre", "geoid": 2990482}, "notime": null, "date-ut": "1910-09-06 01:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Thabaub"}, "birth": {"tzo": "+00:09", "date": "1910-09-06 01:30", "place": {"c2": "36", "c3": "", "cy": "FR", "lg": 1.80601, "lat": 46.59781, "name": "Neuvy-Saint-Sépulchre", "geoid": 2990482}, "date-ut": "1910-09-06 01:21"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1991"}}, "raw": {"H": "01:30", "COD": "36", "DAY": "06", "MON": "09", "NUM": "1991", "PRO": "MI", "YEA": "1910", "CITY": "Neuvy St Sépulchre", "NAME": "THABAUB Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19609	then-jacques-1909-06-12	{"e1": "1992"}	{"lerrcp": "E1-1992"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Then", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-06-12 17:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.29275, "lat": 48.79325, "name": "Fontenay-aux-Roses", "geoid": 3017924}, "notime": null, "date-ut": "1909-06-12 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Then"}, "birth": {"tzo": "+00:09", "date": "1909-06-12 17:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.29275, "lat": 48.79325, "name": "Fontenay-aux-Roses", "geoid": 3017924}, "date-ut": "1909-06-12 16:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1992"}}, "raw": {"H": "17:00", "COD": "92", "DAY": "12", "MON": "06", "NUM": "1992", "PRO": "MI", "YEA": "1909", "CITY": "Fontenay-aux-Roses", "NAME": "THEN Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19610	thery-rene-1891-06-24	{"e1": "1993"}	{"lerrcp": "E1-1993"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Thery", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1891-06-24 21:00", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1891-06-24 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "René", "family": "Thery"}, "birth": {"tzo": "+00:09", "date": "1891-06-24 21:00", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1891-06-24 20:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1993"}}, "raw": {"H": "21:00", "COD": "44", "DAY": "24", "MON": "06", "NUM": "1993", "PRO": "MI", "YEA": "1891", "CITY": "Nantes", "NAME": "THERY René", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19611	thevenet-rene-1926-05-05	{"e1": "1994"}	{"lerrcp": "E1-1994"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Thevenet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1926-05-05 05:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": 4.80755, "lat": 45.71404, "name": "Oullins", "geoid": 2988998}, "notime": null, "date-ut": "1926-05-05 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "René", "family": "Thevenet"}, "birth": {"tzo": "+01:00", "date": "1926-05-05 05:00", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": 4.80755, "lat": 45.71404, "name": "Oullins", "geoid": 2988998}, "date-ut": "1926-05-05 04:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1994"}}, "raw": {"H": "05:00", "COD": "69", "DAY": "05", "MON": "05", "NUM": "1994", "PRO": "EX", "YEA": "1926", "CITY": "Oullins", "NAME": "THEVENET René", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19612	thibault-claude-1934-08-11	{"e1": "1995"}	{"lerrcp": "E1-1995"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Thibault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1934-08-11 08:30", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.48255, "lat": 48.83669, "name": "Nogent-sur-Marne", "geoid": 2990265}, "notime": null, "date-ut": "1934-08-11 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Thibault"}, "birth": {"tzo": "+01:00", "date": "1934-08-11 08:30", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.48255, "lat": 48.83669, "name": "Nogent-sur-Marne", "geoid": 2990265}, "date-ut": "1934-08-11 07:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1995"}}, "raw": {"H": "08:30", "COD": "94", "DAY": "11", "MON": "08", "NUM": "1995", "PRO": "EX", "YEA": "1934", "CITY": "Nogent sur Marne", "NAME": "THIBAULT Claude", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19613	thierry-michel-1928-07-24	{"e1": "1996"}	{"lerrcp": "E1-1996"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Thierry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1928-07-24 10:15", "note": null, "place": {"c1": null, "c2": "47", "c3": "", "cy": "FR", "lg": 0.64516, "lat": 44.24029, "name": "Foulayronnes", "geoid": 3017576}, "notime": null, "date-ut": "1928-07-24 09:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Thierry"}, "birth": {"tzo": "+01:00", "date": "1928-07-24 10:15", "place": {"c2": "47", "c3": "", "cy": "FR", "lg": 0.64516, "lat": 44.24029, "name": "Foulayronnes", "geoid": 3017576}, "date-ut": "1928-07-24 09:15"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1996"}}, "raw": {"H": "10:15", "COD": "47", "DAY": "24", "MON": "07", "NUM": "1996", "PRO": "EX", "YEA": "1928", "CITY": "Foulayronnes", "NAME": "THIERRY Michel", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19614	thiers-frederic-1908-07-04	{"e1": "1997"}	{"lerrcp": "E1-1997"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Thiers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-07-04 10:00", "note": null, "place": {"c1": null, "c2": "26", "c3": "", "cy": "FR", "lg": 5.01517, "lat": 44.72639, "name": "Crest", "geoid": 3022540}, "notime": null, "date-ut": "1908-07-04 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Thiers"}, "birth": {"tzo": "+00:09", "date": "1908-07-04 10:00", "place": {"c2": "26", "c3": "", "cy": "FR", "lg": 5.01517, "lat": 44.72639, "name": "Crest", "geoid": 3022540}, "date-ut": "1908-07-04 09:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1997"}}, "raw": {"H": "10:00", "COD": "26", "DAY": "04", "MON": "07", "NUM": "1997", "PRO": "PH", "YEA": "1908", "CITY": "Crest", "NAME": "THIERS Frédéric", "NOTE": "-"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19615	thiery-jean-pierre-1889-03-31	{"e1": "1998"}	{"lerrcp": "E1-1998"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Pierre", "family": "Thiery", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1889-03-31 02:30", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 6.5882, "lat": 48.01754, "name": "Remiremont", "geoid": 2984050}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean-Pierre", "family": "Thiery"}, "birth": {"tzo": "", "date": "1889-03-31 02:30", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 6.5882, "lat": 48.01754, "name": "Remiremont", "geoid": 2984050}, "date-ut": ""}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1998"}}, "raw": {"H": "02:30", "COD": "88", "DAY": "31", "MON": "03", "NUM": "1998", "PRO": "PH", "YEA": "1889", "CITY": "Remiremont", "NAME": "THIERY Jean-Pierre", "NOTE": "-"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19617	thiriez-hubert-1924-08-29	{"e1": "2000"}	{"lerrcp": "E1-2000"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hubert", "family": "Thiriez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1924-08-29 17:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Loos lez Lille", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hubert", "family": "Thiriez"}, "birth": {"tzo": "", "date": "1924-08-29 17:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Loos lez Lille", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2000"}}, "raw": {"H": "17:00", "COD": "59", "DAY": "29", "MON": "08", "NUM": "2000", "PRO": "PH", "YEA": "1924", "CITY": "Loos lez Lille", "NAME": "THIRIEZ Hubert", "NOTE": "-"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19618	thiry-jean-1913-05-30	{"e1": "2001"}	{"lerrcp": "E1-2001"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Thiry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-05-30 21:00", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "notime": null, "date-ut": "1913-05-30 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Thiry"}, "birth": {"tzo": "+00:00", "date": "1913-05-30 21:00", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "date-ut": "1913-05-30 21:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2001"}}, "raw": {"H": "21:00", "COD": "51", "DAY": "30", "MON": "05", "NUM": "2001", "PRO": "MI", "YEA": "1913", "CITY": "Reims", "NAME": "THIRY Jean", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19619	thomas-abel-1920-07-18	{"e1": "2002"}	{"lerrcp": "E1-2002"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Abel", "family": "Thomas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-07-18 09:00", "note": null, "place": {"c1": null, "c2": "85", "c3": "", "cy": "FR", "lg": -0.80624, "lat": 46.46671, "name": "Fontenay-le-Comte", "geoid": 3017921}, "notime": null, "date-ut": "1920-07-18 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Abel", "family": "Thomas"}, "birth": {"tzo": "+01:00", "date": "1920-07-18 09:00", "place": {"c2": "85", "c3": "", "cy": "FR", "lg": -0.80624, "lat": 46.46671, "name": "Fontenay-le-Comte", "geoid": 3017921}, "date-ut": "1920-07-18 08:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2002"}}, "raw": {"H": "09:00", "COD": "85", "DAY": "18", "MON": "07", "NUM": "2002", "PRO": "MI", "YEA": "1920", "CITY": "Fontenay-le-Comte", "NAME": "THOMAS Abel", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19621	thomas-guy-1916-05-24	{"e1": "2004"}	{"lerrcp": "E1-2004"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Thomas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-05-24 02:00", "note": null, "place": {"c1": null, "c2": "52", "c3": "", "cy": "FR", "lg": 5.58991, "lat": 48.19334, "name": "Bourmont", "geoid": 3030917}, "notime": null, "date-ut": "1916-05-24 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Thomas"}, "birth": {"tzo": "+00:00", "date": "1916-05-24 02:00", "place": {"c2": "52", "c3": "", "cy": "FR", "lg": 5.58991, "lat": 48.19334, "name": "Bourmont", "geoid": 3030917}, "date-ut": "1916-05-24 02:00"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2004"}}, "raw": {"H": "02:00", "COD": "52", "DAY": "24", "MON": "05", "NUM": "2004", "PRO": "PH", "YEA": "1916", "CITY": "Bourmont", "NAME": "THOMAS Guy", "NOTE": "-"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19622	thomas-raymond-1905-08-14	{"e1": "2005"}	{"lerrcp": "E1-2005"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Thomas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-08-14 16:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 6.92537, "lat": 43.65783, "name": "Grasse", "geoid": 3014856}, "notime": null, "date-ut": "1905-08-14 15:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Thomas"}, "birth": {"tzo": "+00:09", "date": "1905-08-14 16:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 6.92537, "lat": 43.65783, "name": "Grasse", "geoid": 3014856}, "date-ut": "1905-08-14 15:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2005"}}, "raw": {"H": "16:00", "COD": "06", "DAY": "14", "MON": "08", "NUM": "2005", "PRO": "PH", "YEA": "1905", "CITY": "Grasse", "NAME": "THOMAS Raymond", "NOTE": "-"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19623	thomas-raymond-1906-11-27	{"e1": "2006"}	{"lerrcp": "E1-2006"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Thomas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1906-11-27 15:00", "note": null, "place": {"c1": null, "c2": "07", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint André de Cruz", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Thomas"}, "birth": {"tzo": "", "date": "1906-11-27 15:00", "place": {"c2": "07", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint André de Cruz", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2006"}}, "raw": {"H": "15:00", "COD": "07", "DAY": "27", "MON": "11", "NUM": "2006", "PRO": "EX", "YEA": "1906", "CITY": "St André de Cruz", "NAME": "THOMAS Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19624	thomassin-francois-achille-1827-04-03	{"e1": "2007"}	{"lerrcp": "E1-2007"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François Achille", "family": "Thomassin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25", "date": "1827-04-03 17:00", "note": null, "place": {"c1": null, "c2": "57", "c3": "", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1827-04-03 16:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François Achille", "family": "Thomassin"}, "birth": {"tzo": "+00:25", "date": "1827-04-03 17:00", "place": {"c2": "57", "c3": "", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1827-04-03 16:35"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2007"}}, "raw": {"H": "17:00", "COD": "57", "DAY": "03", "MON": "04", "NUM": "2007", "PRO": "MI", "YEA": "1827", "CITY": "Metz", "NAME": "THOMASSIN François Achille", "NOTE": "*"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19625	thomazo-jean-robert-1904-01-14	{"e1": "2008"}	{"lerrcp": "E1-2008"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Robert", "family": "Thomazo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1904-01-14 10:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Dax", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean Robert", "family": "Thomazo"}, "birth": {"tzo": "", "date": "1904-01-14 10:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Dax", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2008"}}, "raw": {"H": "10:00", "COD": "64", "DAY": "14", "MON": "01", "NUM": "2008", "PRO": "MI", "YEA": "1904", "CITY": "Dax", "NAME": "THOMAZO Jean Robert", "NOTE": "*"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19626	thome-maurice-1916-12-20	{"e1": "2009"}	{"lerrcp": "E1-2009"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Thome", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1916-12-20 21:00", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Sarlat", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Thome"}, "birth": {"tzo": "", "date": "1916-12-20 21:00", "place": {"c2": "24", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Sarlat", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2009"}}, "raw": {"H": "21:00", "COD": "24", "DAY": "20", "MON": "12", "NUM": "2009", "PRO": "PH", "YEA": "1916", "CITY": "Sarlat", "NAME": "THOME Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19627	thornton-leon-1821-02-25	{"e1": "2010"}	{"lerrcp": "E1-2010"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Thornton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06", "date": "1821-02-25 16:00", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1821-02-25 16:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Thornton"}, "birth": {"tzo": "-00:06", "date": "1821-02-25 16:00", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1821-02-25 16:06"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2010"}}, "raw": {"H": "16:00", "COD": "44", "DAY": "25", "MON": "02", "NUM": "2010", "PRO": "MI", "YEA": "1821", "CITY": "Nantes", "NAME": "THORNTON Léon", "NOTE": "*"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19628	thoulouze-andre-1920-02-05	{"e1": "2011"}	{"lerrcp": "E1-2011"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Thoulouze", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1920-02-05 15:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.42258, "lat": 43.45997, "name": "Pézenas", "geoid": 2987441}, "notime": null, "date-ut": "1920-02-05 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Thoulouze"}, "birth": {"tzo": "+00:00", "date": "1920-02-05 15:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.42258, "lat": 43.45997, "name": "Pézenas", "geoid": 2987441}, "date-ut": "1920-02-05 15:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2011"}}, "raw": {"H": "15:00", "COD": "34", "DAY": "05", "MON": "02", "NUM": "2011", "PRO": "MI", "YEA": "1920", "CITY": "Pézenas", "NAME": "THOULOUZE André", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19629	thouvenot-stephane-1909-07-14	{"e1": "2012"}	{"lerrcp": "E1-2012"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stéphane", "family": "Thouvenot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-07-14 03:00", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1909-07-14 02:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Stéphane", "family": "Thouvenot"}, "birth": {"tzo": "+00:09", "date": "1909-07-14 03:00", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1909-07-14 02:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2012"}}, "raw": {"H": "03:00", "COD": "44", "DAY": "14", "MON": "07", "NUM": "2012", "PRO": "MI", "YEA": "1909", "CITY": "Nantes", "NAME": "THOUVENOT Stéphane", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19630	thuillier-raymond-1897-01-11	{"e1": "2013"}	{"lerrcp": "E1-2013"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Thuillier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1897-01-11 22:00", "note": null, "place": {"c1": null, "c2": "73", "c3": "", "cy": "FR", "lg": 5.92079, "lat": 45.56628, "name": "Chambéry", "geoid": 3027422}, "notime": null, "date-ut": "1897-01-11 21:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Thuillier"}, "birth": {"tzo": "+00:09", "date": "1897-01-11 22:00", "place": {"c2": "73", "c3": "", "cy": "FR", "lg": 5.92079, "lat": 45.56628, "name": "Chambéry", "geoid": 3027422}, "date-ut": "1897-01-11 21:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2013"}}, "raw": {"H": "22:00", "COD": "73", "DAY": "11", "MON": "01", "NUM": "2013", "PRO": "EX", "YEA": "1897", "CITY": "Chambéry", "NAME": "THUILLIER Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19631	tiquet-remont-rene-1898-03-17	{"e1": "2014"}	{"lerrcp": "E1-2014"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Tiquet-Remont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-03-17 11:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.84966, "lat": 50.10379, "name": "Bapaume", "geoid": 3035088}, "notime": null, "date-ut": "1898-03-17 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "René", "family": "Tiquet-Remont"}, "birth": {"tzo": "+00:09", "date": "1898-03-17 11:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 2.84966, "lat": 50.10379, "name": "Bapaume", "geoid": 3035088}, "date-ut": "1898-03-17 10:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2014"}}, "raw": {"H": "11:00", "COD": "62", "DAY": "17", "MON": "03", "NUM": "2014", "PRO": "EX", "YEA": "1898", "CITY": "Bapaume", "NAME": "TIQUET-REMONT René", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19632	tingaud-rene-1913-09-30	{"e1": "2015"}	{"lerrcp": "E1-2015"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Tingaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-09-30 00:00", "note": null, "place": {"c1": null, "c2": "16", "c3": "", "cy": "FR", "lg": 0.45223, "lat": 46.03833, "name": "Benest", "geoid": 3033499}, "notime": null, "date-ut": "1913-09-30 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Tingaud"}, "birth": {"tzo": "+00:00", "date": "1913-09-30 00:00", "place": {"c2": "16", "c3": "", "cy": "FR", "lg": 0.45223, "lat": 46.03833, "name": "Benest", "geoid": 3033499}, "date-ut": "1913-09-30 00:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2015"}}, "raw": {"H": "00:00", "COD": "16", "DAY": "30", "MON": "09", "NUM": "2015", "PRO": "PH", "YEA": "1913", "CITY": "Benest", "NAME": "TINGAUD René", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19633	tison-jean-1919-11-07	{"e1": "2016"}	{"lerrcp": "E1-2016"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Tison", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1919-11-07 01:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.3943, "lat": 50.3293, "name": "Denain", "geoid": 3021605}, "notime": null, "date-ut": "1919-11-07 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Tison"}, "birth": {"tzo": "+00:00", "date": "1919-11-07 01:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.3943, "lat": 50.3293, "name": "Denain", "geoid": 3021605}, "date-ut": "1919-11-07 01:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2016"}}, "raw": {"H": "01:00", "COD": "59", "DAY": "07", "MON": "11", "NUM": "2016", "PRO": "MI", "YEA": "1919", "CITY": "Denain", "NAME": "TISON Jean", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19634	tissandier-maurice-1917-11-23	{"e1": "2017"}	{"lerrcp": "E1-2017"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Tissandier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1917-11-23 14:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.17228, "lat": 46.16202, "name": "Charlieu", "geoid": 3026610}, "notime": null, "date-ut": "1917-11-23 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Tissandier"}, "birth": {"tzo": "+00:00", "date": "1917-11-23 14:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.17228, "lat": 46.16202, "name": "Charlieu", "geoid": 3026610}, "date-ut": "1917-11-23 14:00"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2017"}}, "raw": {"H": "14:00", "COD": "42", "DAY": "23", "MON": "11", "NUM": "2017", "PRO": "PH", "YEA": "1917", "CITY": "Charlieu", "NAME": "TISSANDIER Maurice", "NOTE": "-"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19635	tourniare-andre-1904-12-30	{"e1": "2018"}	{"lerrcp": "E1-2018"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Tourniare", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-12-30 20:00", "note": null, "place": {"c1": null, "c2": "84", "c3": "", "cy": "FR", "lg": 4.99125, "lat": 44.3849, "name": "Valréas", "geoid": 2970838}, "notime": null, "date-ut": "1904-12-30 19:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Tourniare"}, "birth": {"tzo": "+00:09", "date": "1904-12-30 20:00", "place": {"c2": "84", "c3": "", "cy": "FR", "lg": 4.99125, "lat": 44.3849, "name": "Valréas", "geoid": 2970838}, "date-ut": "1904-12-30 19:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2018"}}, "raw": {"H": "20:00", "COD": "84", "DAY": "30", "MON": "12", "NUM": "2018", "PRO": "PH", "YEA": "1904", "CITY": "Valréas", "NAME": "TOURNIARE André", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19636	tournier-jean-1922-05-15	{"e1": "2019"}	{"lerrcp": "E1-2019"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Tournier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-05-15 08:00", "note": null, "place": {"c1": null, "c2": "39", "c3": "", "cy": "FR", "lg": 6.02589, "lat": 46.5254, "name": "Morez", "geoid": 2991832}, "notime": null, "date-ut": "1922-05-15 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Tournier"}, "birth": {"tzo": "+01:00", "date": "1922-05-15 08:00", "place": {"c2": "39", "c3": "", "cy": "FR", "lg": 6.02589, "lat": 46.5254, "name": "Morez", "geoid": 2991832}, "date-ut": "1922-05-15 07:00"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2019"}}, "raw": {"H": "08:00", "COD": "39", "DAY": "15", "MON": "05", "NUM": "2019", "PRO": "PH", "YEA": "1922", "CITY": "Morez", "NAME": "TOURNIER Jean", "NOTE": "-"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19637	tournier-jean-luc-1907-04-18	{"e1": "2020"}	{"lerrcp": "E1-2020"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Luc", "family": "Tournier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-04-18 09:00", "note": null, "place": {"c1": null, "c2": "25", "c3": "", "cy": "FR", "lg": 6.35542, "lat": 46.90347, "name": "Pontarlier", "geoid": 2986302}, "notime": null, "date-ut": "1907-04-18 08:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean-Luc", "family": "Tournier"}, "birth": {"tzo": "+00:09", "date": "1907-04-18 09:00", "place": {"c2": "25", "c3": "", "cy": "FR", "lg": 6.35542, "lat": 46.90347, "name": "Pontarlier", "geoid": 2986302}, "date-ut": "1907-04-18 08:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2020"}}, "raw": {"H": "09:00", "COD": "25", "DAY": "18", "MON": "04", "NUM": "2020", "PRO": "PH", "YEA": "1907", "CITY": "Pontarlier", "NAME": "TOURNIER Jean-Luc", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19638	tourret-gaston-1912-10-15	{"e1": "2021"}	{"lerrcp": "E1-2021"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Tourret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-10-15 15:15", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 2.88214, "lat": 50.68568, "name": "Armentières", "geoid": 3036903}, "notime": null, "date-ut": "1912-10-15 15:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Tourret"}, "birth": {"tzo": "+00:00", "date": "1912-10-15 15:15", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 2.88214, "lat": 50.68568, "name": "Armentières", "geoid": 3036903}, "date-ut": "1912-10-15 15:15"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2021"}}, "raw": {"H": "15:15", "COD": "59", "DAY": "15", "MON": "10", "NUM": "2021", "PRO": "EX", "YEA": "1912", "CITY": "Armentières", "NAME": "TOURRET Gaston", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19639	toussaint-roger-1917-03-02	{"e1": "2022"}	{"lerrcp": "E1-2022"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Toussaint", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1917-03-02 02:00", "note": null, "place": {"c1": null, "c2": "55", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Longeville en Bar", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Toussaint"}, "birth": {"tzo": "", "date": "1917-03-02 02:00", "place": {"c2": "55", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Longeville en Bar", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2022"}}, "raw": {"H": "02:00", "COD": "55", "DAY": "02", "MON": "03", "NUM": "2022", "PRO": "MI", "YEA": "1917", "CITY": "Longeville en Bar", "NAME": "TOUSSAINT Roger", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19640	touzet-du-vigier-jean-1888-10-10	{"e1": "2023"}	{"lerrcp": "E1-2023"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "du VIGIER Jean", "family": "Touzet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24", "date": "1888-10-10 13:30", "note": null, "place": {"c1": null, "c2": "73", "c3": "", "cy": "FR", "lg": 5.92079, "lat": 45.56628, "name": "Chambéry", "geoid": 3027422}, "notime": null, "date-ut": "1888-10-10 13:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "du VIGIER Jean", "family": "Touzet"}, "birth": {"tzo": "+00:24", "date": "1888-10-10 13:30", "place": {"c2": "73", "c3": "", "cy": "FR", "lg": 5.92079, "lat": 45.56628, "name": "Chambéry", "geoid": 3027422}, "date-ut": "1888-10-10 13:06"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2023"}}, "raw": {"H": "13:30", "COD": "73", "DAY": "10", "MON": "10", "NUM": "2023", "PRO": "MI", "YEA": "1888", "CITY": "Chambéry", "NAME": "TOUZET du VIGIER Jean", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19641	traeger-jules-1920-03-12	{"e1": "2024"}	{"lerrcp": "E1-2024"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Traeger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-03-12 11:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "03", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1920-03-12 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Traeger"}, "birth": {"tzo": "+01:00", "date": "1920-03-12 11:00", "place": {"c2": "69", "c3": "03", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1920-03-12 10:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2024"}}, "raw": {"H": "11:00", "COD": "69", "DAY": "12", "MON": "03", "NUM": "2024", "PRO": "PH", "YEA": "1920", "CITY": "Lyon 03ème", "NAME": "TRAEGER Jules", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19642	traub-jacques-1908-10-25	{"e1": "2025"}	{"lerrcp": "E1-2025"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Traub", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1908-10-25 22:40", "note": null, "place": {"c1": null, "c2": "50", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Cherbourg", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Traub"}, "birth": {"tzo": "", "date": "1908-10-25 22:40", "place": {"c2": "50", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Cherbourg", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2025"}}, "raw": {"H": "22:40", "COD": "50", "DAY": "25", "MON": "10", "NUM": "2025", "PRO": "MI", "YEA": "1908", "CITY": "Cherbourg", "NAME": "TRAUB Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19643	tremblay-emmanuel-1920-03-29	{"e1": "2026"}	{"lerrcp": "E1-2026"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emmanuel", "family": "Tremblay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-03-29 12:30", "note": null, "place": {"c1": null, "c2": "60", "c3": "", "cy": "FR", "lg": 1.94843, "lat": 49.22386, "name": "Tourly", "geoid": 2972268}, "notime": null, "date-ut": "1920-03-29 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emmanuel", "family": "Tremblay"}, "birth": {"tzo": "+01:00", "date": "1920-03-29 12:30", "place": {"c2": "60", "c3": "", "cy": "FR", "lg": 1.94843, "lat": 49.22386, "name": "Tourly", "geoid": 2972268}, "date-ut": "1920-03-29 11:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2026"}}, "raw": {"H": "12:30", "COD": "60", "DAY": "29", "MON": "03", "NUM": "2026", "PRO": "PH", "YEA": "1920", "CITY": "Tourly", "NAME": "TREMBLAY Emmanuel", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19644	tremolieres-jean-1913-12-05	{"e1": "2026b"}	{"lerrcp": "E1-2026b"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Tremolieres", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-12-05 21:15", "note": null, "place": {"c1": null, "c2": "75", "c3": "16", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1913-12-05 21:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Tremolieres"}, "birth": {"tzo": "+00:00", "date": "1913-12-05 21:15", "place": {"c2": "75", "c3": "16", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1913-12-05 21:15"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2026b"}}, "raw": {"H": "21:15", "COD": "75", "DAY": "05", "MON": "12", "NUM": "2026b", "PRO": "PH", "YEA": "1913", "CITY": "Paris 16ème", "NAME": "TREMOLIERES Jean", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19645	trenque-pierre-1919-09-20	{"e1": "2027"}	{"lerrcp": "E1-2027"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Trenque", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-09-20 12:00", "note": null, "place": {"c1": null, "c2": "47", "c3": "", "cy": "FR", "lg": 0.62055, "lat": 44.20199, "name": "Agen", "geoid": 3038634}, "notime": null, "date-ut": "1919-09-20 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Trenque"}, "birth": {"tzo": "+01:00", "date": "1919-09-20 12:00", "place": {"c2": "47", "c3": "", "cy": "FR", "lg": 0.62055, "lat": 44.20199, "name": "Agen", "geoid": 3038634}, "date-ut": "1919-09-20 11:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2027"}}, "raw": {"H": "12:00", "COD": "47", "DAY": "20", "MON": "09", "NUM": "2027", "PRO": "PH", "YEA": "1919", "CITY": "Agen", "NAME": "TRENQUE Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19646	trensz-frederic-1901-05-08	{"e1": "2028"}	{"lerrcp": "E1-2028"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Trensz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1901-05-08 17:00", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.29841, "lat": 48.94708, "name": "Volksberg", "geoid": 2967733}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Trensz"}, "birth": {"tzo": "", "date": "1901-05-08 17:00", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.29841, "lat": 48.94708, "name": "Volksberg", "geoid": 2967733}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2028"}}, "raw": {"H": "17:00", "COD": "67", "DAY": "08", "MON": "05", "NUM": "2028", "PRO": "PH", "YEA": "1901", "CITY": "Volksberg", "NAME": "TRENSZ Frédéric", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19647	trigano-gilbert-1920-07-28	{"e1": "2029"}	{"lerrcp": "E1-2029"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilbert", "family": "Trigano", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-07-28 15:00", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.42716, "lat": 48.82182, "name": "Saint-Maurice", "geoid": 2978170}, "notime": null, "date-ut": "1920-07-28 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Gilbert", "family": "Trigano"}, "birth": {"tzo": "+01:00", "date": "1920-07-28 15:00", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.42716, "lat": 48.82182, "name": "Saint-Maurice", "geoid": 2978170}, "date-ut": "1920-07-28 14:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2029"}}, "raw": {"H": "15:00", "COD": "94", "DAY": "28", "MON": "07", "NUM": "2029", "PRO": "EX", "YEA": "1920", "CITY": "St-Maurice", "NAME": "TRIGANO Gilbert", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19648	trillat-albert-1910-02-20	{"e1": "2030"}	{"lerrcp": "E1-2030"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Trillat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-02-20 02:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "2", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1910-02-20 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Trillat"}, "birth": {"tzo": "+00:09", "date": "1910-02-20 02:00", "place": {"c2": "69", "c3": "2", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1910-02-20 01:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2030"}}, "raw": {"H": "02:00", "COD": "69", "DAY": "20", "MON": "02", "NUM": "2030", "PRO": "PH", "YEA": "1910", "CITY": "Lyon 2ème", "NAME": "TRILLAT Albert", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19649	trompier-marcel-1907-08-10	{"e1": "2031"}	{"lerrcp": "E1-2031"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Trompier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1907-08-10 21:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Villié-Morgan", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Trompier"}, "birth": {"tzo": "", "date": "1907-08-10 21:00", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Villié-Morgan", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2031"}}, "raw": {"H": "21:00", "COD": "69", "DAY": "10", "MON": "08", "NUM": "2031", "PRO": "EX", "YEA": "1907", "CITY": "Villié-Morgan", "NAME": "TROMPIER Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19650	trossevin-jean-1915-02-03	{"e1": "2032"}	{"lerrcp": "E1-2032"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Trossevin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-02-03 07:00", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1915-02-03 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Trossevin"}, "birth": {"tzo": "+00:00", "date": "1915-02-03 07:00", "place": {"c2": "30", "c3": "", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1915-02-03 07:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2032"}}, "raw": {"H": "07:00", "COD": "30", "DAY": "03", "MON": "02", "NUM": "2032", "PRO": "EX", "YEA": "1915", "CITY": "Nîmes", "NAME": "TROSSEVIN Jean", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19651	truc-eugene-1901-06-18	{"e1": "2033"}	{"lerrcp": "E1-2033"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Truc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-06-18 14:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1901-06-18 13:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Truc"}, "birth": {"tzo": "+00:09", "date": "1901-06-18 14:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1901-06-18 13:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2033"}}, "raw": {"H": "14:00", "COD": "34", "DAY": "18", "MON": "06", "NUM": "2033", "PRO": "PH", "YEA": "1901", "CITY": "Montpellier", "NAME": "TRUC Eugène", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19652	truffert-paul-1888-04-04	{"e1": "2034"}	{"lerrcp": "E1-2034"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Truffert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1888-04-04 23:30", "note": null, "place": {"c1": null, "c2": "50", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Cherbourg", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Truffert"}, "birth": {"tzo": "", "date": "1888-04-04 23:30", "place": {"c2": "50", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Cherbourg", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2034"}}, "raw": {"H": "23:30", "COD": "50", "DAY": "04", "MON": "04", "NUM": "2034", "PRO": "PH", "YEA": "1888", "CITY": "Cherbourg", "NAME": "TRUFFERT Paul", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19654	tuffet-pierre-1914-04-13	{"e1": "2036"}	{"lerrcp": "E1-2036"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Tuffet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-04-13 05:00", "note": null, "place": {"c1": null, "c2": "85", "c3": "", "cy": "FR", "lg": -0.83794, "lat": 46.78242, "name": "Pouzauges", "geoid": 2985708}, "notime": null, "date-ut": "1914-04-13 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Tuffet"}, "birth": {"tzo": "+00:00", "date": "1914-04-13 05:00", "place": {"c2": "85", "c3": "", "cy": "FR", "lg": -0.83794, "lat": 46.78242, "name": "Pouzauges", "geoid": 2985708}, "date-ut": "1914-04-13 05:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2036"}}, "raw": {"H": "05:00", "COD": "85", "DAY": "13", "MON": "04", "NUM": "2036", "PRO": "MI", "YEA": "1914", "CITY": "Pouzauges", "NAME": "TUFFET Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19656	turmine-jacques-1925-04-19	{"e1": "2038"}	{"lerrcp": "E1-2038"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Turmine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1925-04-19 03:15", "note": null, "place": {"c1": null, "c2": "02", "c3": "", "cy": "FR", "lg": 3.32361, "lat": 49.38167, "name": "Soissons", "geoid": 2974389}, "notime": null, "date-ut": "1925-04-19 02:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Turmine"}, "birth": {"tzo": "+01:00", "date": "1925-04-19 03:15", "place": {"c2": "02", "c3": "", "cy": "FR", "lg": 3.32361, "lat": 49.38167, "name": "Soissons", "geoid": 2974389}, "date-ut": "1925-04-19 02:15"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2038"}}, "raw": {"H": "03:15", "COD": "02", "DAY": "19", "MON": "04", "NUM": "2038", "PRO": "EX", "YEA": "1925", "CITY": "Soissons", "NAME": "TURMINE Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19657	turpin-andre-1920-07-02	{"e1": "2039"}	{"lerrcp": "E1-2039"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Turpin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1920-07-02 16:00", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Salles du Gardon", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Turpin"}, "birth": {"tzo": "", "date": "1920-07-02 16:00", "place": {"c2": "30", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Salles du Gardon", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2039"}}, "raw": {"H": "16:00", "COD": "30", "DAY": "02", "MON": "07", "NUM": "2039", "PRO": "PH", "YEA": "1920", "CITY": "Salles du Gardon", "NAME": "TURPIN André", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19658	tusques-jean-1909-05-11	{"e1": "2040"}	{"lerrcp": "E1-2040"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Tusques", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-05-11 17:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1909-05-11 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Tusques"}, "birth": {"tzo": "+00:09", "date": "1909-05-11 17:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1909-05-11 16:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2040"}}, "raw": {"H": "17:00", "COD": "13", "DAY": "11", "MON": "05", "NUM": "2040", "PRO": "PH", "YEA": "1909", "CITY": "Marseille", "NAME": "TUSQUES Jean", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19659	uhlen-rene-1913-04-21	{"e1": "2041"}	{"lerrcp": "E1-2041"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Uhlen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1913-04-21 07:00", "note": null, "place": {"c1": null, "c2": "68", "c3": "", "cy": "FR", "lg": 6.99683, "lat": 47.77671, "name": "Masevaux", "geoid": 2995281}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "René", "family": "Uhlen"}, "birth": {"tzo": "", "date": "1913-04-21 07:00", "place": {"c2": "68", "c3": "", "cy": "FR", "lg": 6.99683, "lat": 47.77671, "name": "Masevaux", "geoid": 2995281}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2041"}}, "raw": {"H": "07:00", "COD": "68", "DAY": "21", "MON": "04", "NUM": "2041", "PRO": "MI", "YEA": "1913", "CITY": "Masevaux", "NAME": "UHLEN René", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19661	uzac-joseph-1876-05-12	{"e1": "2043"}	{"lerrcp": "E1-2043"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Uzac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05", "date": "1876-05-12 02:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.27423, "lat": 43.35378, "name": "Noé", "geoid": 2990294}, "notime": null, "date-ut": "1876-05-12 01:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Uzac"}, "birth": {"tzo": "+00:05", "date": "1876-05-12 02:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.27423, "lat": 43.35378, "name": "Noé", "geoid": 2990294}, "date-ut": "1876-05-12 01:55"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2043"}}, "raw": {"H": "02:00", "COD": "31", "DAY": "12", "MON": "05", "NUM": "2043", "PRO": "MI", "YEA": "1876", "CITY": "Noé", "NAME": "UZAC Joseph", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19662	vabois-andre-1919-09-29	{"e1": "2044"}	{"lerrcp": "E1-2044"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Vabois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-09-29 03:00", "note": null, "place": {"c1": null, "c2": "28", "c3": "", "cy": "FR", "lg": 1.36566, "lat": 48.73649, "name": "Dreux", "geoid": 3020810}, "notime": null, "date-ut": "1919-09-29 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Vabois"}, "birth": {"tzo": "+01:00", "date": "1919-09-29 03:00", "place": {"c2": "28", "c3": "", "cy": "FR", "lg": 1.36566, "lat": 48.73649, "name": "Dreux", "geoid": 3020810}, "date-ut": "1919-09-29 02:00"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2044"}}, "raw": {"H": "03:00", "COD": "28", "DAY": "29", "MON": "09", "NUM": "2044", "PRO": "PH", "YEA": "1919", "CITY": "Dreux", "NAME": "VABOIS André", "NOTE": "-"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19663	vachet-pierre-1892-03-05	{"e1": "2045"}	{"lerrcp": "E1-2045"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Vachet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1892-03-05 04:00", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 4.74262, "lat": 46.78202, "name": "Givry", "geoid": 3015894}, "notime": null, "date-ut": "1892-03-05 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Vachet"}, "birth": {"tzo": "+00:09", "date": "1892-03-05 04:00", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 4.74262, "lat": 46.78202, "name": "Givry", "geoid": 3015894}, "date-ut": "1892-03-05 03:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2045"}}, "raw": {"H": "04:00", "COD": "71", "DAY": "05", "MON": "03", "NUM": "2045", "PRO": "PH", "YEA": "1892", "CITY": "Givry", "NAME": "VACHET Pierre", "NOTE": "-"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19664	vague-jean-1911-11-25	{"e1": "2046"}	{"lerrcp": "E1-2046"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Vague", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-11-25 09:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 6.46458, "lat": 43.53692, "name": "Draguignan", "geoid": 3020850}, "notime": null, "date-ut": "1911-11-25 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Vague"}, "birth": {"tzo": "+00:00", "date": "1911-11-25 09:00", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": 6.46458, "lat": 43.53692, "name": "Draguignan", "geoid": 3020850}, "date-ut": "1911-11-25 09:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2046"}}, "raw": {"H": "09:00", "COD": "83", "DAY": "25", "MON": "11", "NUM": "2046", "PRO": "PH", "YEA": "1911", "CITY": "Draguignan", "NAME": "VAGUE Jean", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19665	vaille-charles-1911-06-21	{"e1": "2047"}	{"lerrcp": "E1-2047"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Vaille", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1911-06-21 09:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 5.8984, "lat": 49.04853, "name": "Chambley", "geoid": 3027399}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Vaille"}, "birth": {"tzo": "", "date": "1911-06-21 09:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 5.8984, "lat": 49.04853, "name": "Chambley", "geoid": 3027399}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2047"}}, "raw": {"H": "09:00", "COD": "54", "DAY": "21", "MON": "06", "NUM": "2047", "PRO": "PH", "YEA": "1911", "CITY": "Chambley", "NAME": "VAILLE Charles", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19666	valde-pierre-duchemin-1907-11-25	{"e1": "2048"}	{"lerrcp": "E1-2048"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre (DUCHEMIN)", "family": "Valde", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-11-25 05:00", "note": null, "place": {"c1": null, "c2": "43", "c3": "", "cy": "FR", "lg": 3.38423, "lat": 45.29419, "name": "Brioude", "geoid": 3029995}, "notime": null, "date-ut": "1907-11-25 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pierre (DUCHEMIN)", "family": "Valde"}, "birth": {"tzo": "+00:09", "date": "1907-11-25 05:00", "place": {"c2": "43", "c3": "", "cy": "FR", "lg": 3.38423, "lat": 45.29419, "name": "Brioude", "geoid": 3029995}, "date-ut": "1907-11-25 04:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2048"}}, "raw": {"H": "05:00", "COD": "43", "DAY": "25", "MON": "11", "NUM": "2048", "PRO": "EX", "YEA": "1907", "CITY": "Brioude", "NAME": "VALDE Pierre (DUCHEMIN)", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19668	vallat-georges-1918-03-21	{"e1": "2050"}	{"lerrcp": "E1-2050"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Vallat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-03-21 13:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1918-03-21 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Vallat"}, "birth": {"tzo": "+01:00", "date": "1918-03-21 13:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1918-03-21 12:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2050"}}, "raw": {"H": "13:00", "COD": "34", "DAY": "21", "MON": "03", "NUM": "2050", "PRO": "PH", "YEA": "1918", "CITY": "Montpellier", "NAME": "VALLAT Georges", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19669	vallee-porte-anne-marie-1911-10-03	{"e1": "2051"}	{"lerrcp": "E1-2051"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anne-Marie", "family": "Vallee-Porte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-10-03 22:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1911-10-03 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Anne-Marie", "family": "Vallee-Porte"}, "birth": {"tzo": "+00:00", "date": "1911-10-03 22:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1911-10-03 22:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2051"}}, "raw": {"H": "22:00", "COD": "92", "DAY": "03", "MON": "10", "NUM": "2051", "PRO": "EX", "YEA": "1911", "CITY": "Neuilly sur Seine", "NAME": "VALLEE-PORTE Anne-Marie", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19670	valette-d-osia-jean-1898-08-16	{"e1": "2052"}	{"lerrcp": "E1-2052"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Valette D'osia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-08-16 12:45", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1898-08-16 12:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Valette D'osia"}, "birth": {"tzo": "+00:09", "date": "1898-08-16 12:45", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1898-08-16 12:36"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2052"}}, "raw": {"H": "12:45", "COD": "35", "DAY": "16", "MON": "08", "NUM": "2052", "PRO": "MI", "YEA": "1898", "CITY": "Rennes", "NAME": "VALETTE D'OSIA Jean", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19671	vallerie-pierre-1903-01-07	{"e1": "2053"}	{"lerrcp": "E1-2053"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Vallerie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-01-07 01:00", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1903-01-07 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Vallerie"}, "birth": {"tzo": "+00:09", "date": "1903-01-07 01:00", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1903-01-07 00:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2053"}}, "raw": {"H": "01:00", "COD": "35", "DAY": "07", "MON": "01", "NUM": "2053", "PRO": "MI", "YEA": "1903", "CITY": "Rennes", "NAME": "VALLERIE Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19672	valnet-jean-1920-07-26	{"e1": "2054"}	{"lerrcp": "E1-2054"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Valnet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1920-07-26 09:00", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Châlons sur Marne", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Valnet"}, "birth": {"tzo": "", "date": "1920-07-26 09:00", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Châlons sur Marne", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2054"}}, "raw": {"H": "09:00", "COD": "51", "DAY": "26", "MON": "07", "NUM": "2054", "PRO": "PH", "YEA": "1920", "CITY": "Châlons sur Marne", "NAME": "VALNET Jean", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19673	van-de-casteele-jean-1913-06-24	{"e1": "2055"}	{"lerrcp": "E1-2055"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Van De Casteele", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-06-24 23:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.24316, "lat": 50.7117, "name": "Wizernes", "geoid": 2967309}, "notime": null, "date-ut": "1913-06-24 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Van De Casteele"}, "birth": {"tzo": "+00:00", "date": "1913-06-24 23:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 2.24316, "lat": 50.7117, "name": "Wizernes", "geoid": 2967309}, "date-ut": "1913-06-24 23:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2055"}}, "raw": {"H": "23:00", "COD": "62", "DAY": "24", "MON": "06", "NUM": "2055", "PRO": "PH", "YEA": "1913", "CITY": "Wizernes", "NAME": "VAN DE CASTEELE Jean", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19674	vandevelde-leon-1915-07-07	{"e1": "2056"}	{"lerrcp": "E1-2056"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Vandevelde", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-07-07 09:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 2.73594, "lat": 50.73592, "name": "Bailleul", "geoid": 3035359}, "notime": null, "date-ut": "1915-07-07 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Vandevelde"}, "birth": {"tzo": "+00:00", "date": "1915-07-07 09:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 2.73594, "lat": 50.73592, "name": "Bailleul", "geoid": 3035359}, "date-ut": "1915-07-07 09:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2056"}}, "raw": {"H": "09:00", "COD": "59", "DAY": "07", "MON": "07", "NUM": "2056", "PRO": "EX", "YEA": "1915", "CITY": "Bailleul", "NAME": "VANDEVELDE Léon", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19675	vannier-pierre-1899-12-16	{"e1": "2057"}	{"lerrcp": "E1-2057"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Vannier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-12-16 00:45", "note": null, "place": {"c1": null, "c2": "49", "c3": "", "cy": "FR", "lg": -0.76331, "lat": 47.40826, "name": "Saint-Georges-sur-Loire", "geoid": 2979885}, "notime": null, "date-ut": "1899-12-16 00:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Vannier"}, "birth": {"tzo": "+00:09", "date": "1899-12-16 00:45", "place": {"c2": "49", "c3": "", "cy": "FR", "lg": -0.76331, "lat": 47.40826, "name": "Saint-Georges-sur-Loire", "geoid": 2979885}, "date-ut": "1899-12-16 00:36"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2057"}}, "raw": {"H": "00:45", "COD": "49", "DAY": "16", "MON": "12", "NUM": "2057", "PRO": "PH", "YEA": "1899", "CITY": "St Georges sur Loire", "NAME": "VANNIER Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19676	varay-andre-1909-06-17	{"e1": "2058"}	{"lerrcp": "E1-2058"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Varay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-06-17 03:00", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": 6.12565, "lat": 45.90878, "name": "Annecy", "geoid": 3037543}, "notime": null, "date-ut": "1909-06-17 02:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Varay"}, "birth": {"tzo": "+00:09", "date": "1909-06-17 03:00", "place": {"c2": "74", "c3": "", "cy": "FR", "lg": 6.12565, "lat": 45.90878, "name": "Annecy", "geoid": 3037543}, "date-ut": "1909-06-17 02:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2058"}}, "raw": {"H": "03:00", "COD": "74", "DAY": "17", "MON": "06", "NUM": "2058", "PRO": "PH", "YEA": "1909", "CITY": "Annecy", "NAME": "VARAY André", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19677	vartet-jean-vacher-1911-03-29	{"e1": "2059"}	{"lerrcp": "E1-2059"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean (VACHER)", "family": "Vartet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-03-29 01:30", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.28864, "lat": 48.89389, "name": "Levallois-Perret", "geoid": 2998975}, "notime": null, "date-ut": "1911-03-29 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean (VACHER)", "family": "Vartet"}, "birth": {"tzo": "+00:00", "date": "1911-03-29 01:30", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.28864, "lat": 48.89389, "name": "Levallois-Perret", "geoid": 2998975}, "date-ut": "1911-03-29 01:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2059"}}, "raw": {"H": "01:30", "COD": "92", "DAY": "29", "MON": "03", "NUM": "2059", "PRO": "EX", "YEA": "1911", "CITY": "Levallois-Perret", "NAME": "VARTET Jean (VACHER)", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19678	vassal-joseph-1867-08-05	{"e1": "2060"}	{"lerrcp": "E1-2060"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Vassal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02", "date": "1867-08-05 22:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.58915, "lat": 44.80849, "name": "Talence", "geoid": 2973495}, "notime": null, "date-ut": "1867-08-05 22:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Vassal"}, "birth": {"tzo": "-00:02", "date": "1867-08-05 22:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.58915, "lat": 44.80849, "name": "Talence", "geoid": 2973495}, "date-ut": "1867-08-05 22:02"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2060"}}, "raw": {"H": "22:00", "COD": "33", "DAY": "05", "MON": "08", "NUM": "2060", "PRO": "MI", "YEA": "1867", "CITY": "Talence", "NAME": "VASSAL Joseph", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19679	vassal-pierre-1924-06-14	{"e1": "2061"}	{"lerrcp": "E1-2061"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Vassal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1924-06-14 09:20", "note": null, "place": {"c1": null, "c2": "08", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Charleville", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Vassal"}, "birth": {"tzo": "", "date": "1924-06-14 09:20", "place": {"c2": "08", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Charleville", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2061"}}, "raw": {"H": "09:20", "COD": "08", "DAY": "14", "MON": "06", "NUM": "2061", "PRO": "PH", "YEA": "1924", "CITY": "Charleville", "NAME": "VASSAL Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19680	vasseur-robert-1903-01-18	{"e1": "2062"}	{"lerrcp": "E1-2062"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Vasseur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1903-01-18 05:30", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Boulogne-Billt", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Vasseur"}, "birth": {"tzo": "", "date": "1903-01-18 05:30", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Boulogne-Billt", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2062"}}, "raw": {"H": "05:30", "COD": "92", "DAY": "18", "MON": "01", "NUM": "2062", "PRO": "EX", "YEA": "1903", "CITY": "Boulogne-Billt", "NAME": "VASSEUR Robert", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19681	vauchy-jean-marie-1920-02-20	{"e1": "2063"}	{"lerrcp": "E1-2063"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Marie", "family": "Vauchy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-02-20 18:00", "note": null, "place": {"c1": null, "c2": "90", "c3": "", "cy": "FR", "lg": 7.11182, "lat": 47.50852, "name": "Réchésy", "geoid": 2984252}, "notime": null, "date-ut": "1920-02-20 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean-Marie", "family": "Vauchy"}, "birth": {"tzo": "+01:00", "date": "1920-02-20 18:00", "place": {"c2": "90", "c3": "", "cy": "FR", "lg": 7.11182, "lat": 47.50852, "name": "Réchésy", "geoid": 2984252}, "date-ut": "1920-02-20 17:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2063"}}, "raw": {"H": "18:00", "COD": "90", "DAY": "20", "MON": "02", "NUM": "2063", "PRO": "EX", "YEA": "1920", "CITY": "Réchésy", "NAME": "VAUCHY Jean-Marie", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19682	vaudable-louis-1902-08-22	{"e1": "2064"}	{"lerrcp": "E1-2064"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Vaudable", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1902-08-22 13:00", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 3.32401, "lat": 45.51574, "name": "Saint-Rémy-de-Chargnat", "geoid": 2977216}, "notime": null, "date-ut": "1902-08-22 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Vaudable"}, "birth": {"tzo": "+00:09", "date": "1902-08-22 13:00", "place": {"c2": "63", "c3": "", "cy": "FR", "lg": 3.32401, "lat": 45.51574, "name": "Saint-Rémy-de-Chargnat", "geoid": 2977216}, "date-ut": "1902-08-22 12:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2064"}}, "raw": {"H": "13:00", "COD": "63", "DAY": "22", "MON": "08", "NUM": "2064", "PRO": "EX", "YEA": "1902", "CITY": "St Rémy de Chargnat", "NAME": "VAUDABLE Louis", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19683	vaudable-raoul-1914-07-28	{"e1": "2065"}	{"lerrcp": "E1-2065"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raoul", "family": "Vaudable", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-07-28 16:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "notime": null, "date-ut": "1914-07-28 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Raoul", "family": "Vaudable"}, "birth": {"tzo": "+00:00", "date": "1914-07-28 16:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "date-ut": "1914-07-28 16:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2065"}}, "raw": {"H": "16:00", "COD": "34", "DAY": "28", "MON": "07", "NUM": "2065", "PRO": "MI", "YEA": "1914", "CITY": "Béziers", "NAME": "VAUDABLE Raoul", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19684	vaur-jean-1922-02-24	{"e1": "2066"}	{"lerrcp": "E1-2066"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Vaur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1922-02-24 13:15", "note": null, "place": {"c1": null, "c2": "50", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Cherbourg", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Vaur"}, "birth": {"tzo": "", "date": "1922-02-24 13:15", "place": {"c2": "50", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Cherbourg", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2066"}}, "raw": {"H": "13:15", "COD": "50", "DAY": "24", "MON": "02", "NUM": "2066", "PRO": "PH", "YEA": "1922", "CITY": "Cherbourg", "NAME": "VAUR Jean", "NOTE": "-"}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19685	vaysse-jean-1917-11-01	{"e1": "2067"}	{"lerrcp": "E1-2067"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Vaysse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1917-11-01 17:15", "note": null, "place": {"c1": null, "c2": "72", "c3": "", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "notime": null, "date-ut": "1917-11-01 17:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Vaysse"}, "birth": {"tzo": "+00:00", "date": "1917-11-01 17:15", "place": {"c2": "72", "c3": "", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "date-ut": "1917-11-01 17:15"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2067"}}, "raw": {"H": "17:15", "COD": "72", "DAY": "01", "MON": "11", "NUM": "2067", "PRO": "PH", "YEA": "1917", "CITY": "Le Mans", "NAME": "VAYSSE Jean", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19686	veillet-jean-1901-03-14	{"e1": "2068"}	{"lerrcp": "E1-2068"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Veillet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-03-14 09:30", "note": null, "place": {"c1": null, "c2": "21", "c3": "", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1901-03-14 09:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Veillet"}, "birth": {"tzo": "+00:09", "date": "1901-03-14 09:30", "place": {"c2": "21", "c3": "", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1901-03-14 09:21"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2068"}}, "raw": {"H": "09:30", "COD": "21", "DAY": "14", "MON": "03", "NUM": "2068", "PRO": "PH", "YEA": "1901", "CITY": "Dijon", "NAME": "VEILLET Jean", "NOTE": "-"}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19687	vellay-pierre-1919-02-15	{"e1": "2069"}	{"lerrcp": "E1-2069"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Vellay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1919-02-15 06:00", "note": null, "place": {"c1": null, "c2": "03", "c3": "", "cy": "FR", "lg": 3.42577, "lat": 46.12709, "name": "Vichy", "geoid": 2969392}, "notime": null, "date-ut": "1919-02-15 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Vellay"}, "birth": {"tzo": "+00:00", "date": "1919-02-15 06:00", "place": {"c2": "03", "c3": "", "cy": "FR", "lg": 3.42577, "lat": 46.12709, "name": "Vichy", "geoid": 2969392}, "date-ut": "1919-02-15 06:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2069"}}, "raw": {"H": "06:00", "COD": "03", "DAY": "15", "MON": "02", "NUM": "2069", "PRO": "PH", "YEA": "1919", "CITY": "Vichy", "NAME": "VELLAY Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19689	vendrely-roger-1910-08-15	{"e1": "2071"}	{"lerrcp": "E1-2071"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Vendrely", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1910-08-15 03:30", "note": null, "place": {"c1": null, "c2": "70", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Champaney", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Vendrely"}, "birth": {"tzo": "", "date": "1910-08-15 03:30", "place": {"c2": "70", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Champaney", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2071"}}, "raw": {"H": "03:30", "COD": "70", "DAY": "15", "MON": "08", "NUM": "2071", "PRO": "PH", "YEA": "1910", "CITY": "Champaney", "NAME": "VENDRELY Roger", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19690	venet-philippe-1929-05-22	{"e1": "2072"}	{"lerrcp": "E1-2072"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Venet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1929-05-22 14:45", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": 4.80755, "lat": 45.71404, "name": "Oullins", "geoid": 2988998}, "notime": null, "date-ut": "1929-05-22 13:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Venet"}, "birth": {"tzo": "+01:00", "date": "1929-05-22 14:45", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": 4.80755, "lat": 45.71404, "name": "Oullins", "geoid": 2988998}, "date-ut": "1929-05-22 13:45"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2072"}}, "raw": {"H": "14:45", "COD": "69", "DAY": "22", "MON": "05", "NUM": "2072", "PRO": "EX", "YEA": "1929", "CITY": "Oullins", "NAME": "VENET Philippe", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19691	venot-gaston-1904-11-22	{"e1": "2073"}	{"lerrcp": "E1-2073"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Venot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-11-22 07:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.28333, "lat": 48.91667, "name": "Asnières-sur-Seine", "geoid": 3036572}, "notime": null, "date-ut": "1904-11-22 06:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Venot"}, "birth": {"tzo": "+00:09", "date": "1904-11-22 07:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.28333, "lat": 48.91667, "name": "Asnières-sur-Seine", "geoid": 3036572}, "date-ut": "1904-11-22 06:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2073"}}, "raw": {"H": "07:00", "COD": "92", "DAY": "22", "MON": "11", "NUM": "2073", "PRO": "MI", "YEA": "1904", "CITY": "Asnières", "NAME": "VENOT Gaston", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19692	vercouter-edmond-1904-06-24	{"e1": "2074"}	{"lerrcp": "E1-2074"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Vercouter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-06-24 04:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.33407, "lat": 50.38113, "name": "Saint-Pol-sur-Ternoise", "geoid": 2977387}, "notime": null, "date-ut": "1904-06-24 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Vercouter"}, "birth": {"tzo": "+00:09", "date": "1904-06-24 04:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 2.33407, "lat": 50.38113, "name": "Saint-Pol-sur-Ternoise", "geoid": 2977387}, "date-ut": "1904-06-24 03:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2074"}}, "raw": {"H": "04:00", "COD": "62", "DAY": "24", "MON": "06", "NUM": "2074", "PRO": "EX", "YEA": "1904", "CITY": "St Pol sur Ternoise", "NAME": "VERCOUTER Edmond", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19693	verdez-paul-1906-08-25	{"e1": "2075"}	{"lerrcp": "E1-2075"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Verdez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-08-25 01:00", "note": null, "place": {"c1": null, "c2": "80", "c3": "", "cy": "FR", "lg": 2.65096, "lat": 50.00091, "name": "Albert", "geoid": 3038271}, "notime": null, "date-ut": "1906-08-25 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Verdez"}, "birth": {"tzo": "+00:09", "date": "1906-08-25 01:00", "place": {"c2": "80", "c3": "", "cy": "FR", "lg": 2.65096, "lat": 50.00091, "name": "Albert", "geoid": 3038271}, "date-ut": "1906-08-25 00:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2075"}}, "raw": {"H": "01:00", "COD": "80", "DAY": "25", "MON": "08", "NUM": "2075", "PRO": "EX", "YEA": "1906", "CITY": "Albert", "NAME": "VERDEZ Paul", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19695	verhaeghe-andre-1910-02-04	{"e1": "2077"}	{"lerrcp": "E1-2077"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Verhaeghe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-02-04 16:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1910-02-04 15:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Verhaeghe"}, "birth": {"tzo": "+00:09", "date": "1910-02-04 16:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1910-02-04 15:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2077"}}, "raw": {"H": "16:00", "COD": "59", "DAY": "04", "MON": "02", "NUM": "2077", "PRO": "PH", "YEA": "1910", "CITY": "Lille", "NAME": "VERHAEGHE André", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19696	vermeil-claude-1924-05-19	{"e1": "2078"}	{"lerrcp": "E1-2078"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Vermeil", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1924-05-19 21:00", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": 4.15964, "lat": 43.77804, "name": "Congénies", "geoid": 3023911}, "notime": null, "date-ut": "1924-05-19 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Vermeil"}, "birth": {"tzo": "+01:00", "date": "1924-05-19 21:00", "place": {"c2": "30", "c3": "", "cy": "FR", "lg": 4.15964, "lat": 43.77804, "name": "Congénies", "geoid": 3023911}, "date-ut": "1924-05-19 20:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2078"}}, "raw": {"H": "21:00", "COD": "30", "DAY": "19", "MON": "05", "NUM": "2078", "PRO": "PH", "YEA": "1924", "CITY": "Congèniès", "NAME": "VERMEIL Claude", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19697	vernejoul-henri-de-1889-05-13	{"e1": "2079"}	{"lerrcp": "E1-2079"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri de", "family": "Vernejoul", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1889-05-13 10:00", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": 0.06384, "lat": 44.85862, "name": "Montcaret", "geoid": 2992870}, "notime": null, "date-ut": "1889-05-13 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henri de", "family": "Vernejoul"}, "birth": {"tzo": "+00:00", "date": "1889-05-13 10:00", "place": {"c2": "24", "c3": "", "cy": "FR", "lg": 0.06384, "lat": 44.85862, "name": "Montcaret", "geoid": 2992870}, "date-ut": "1889-05-13 10:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2079"}}, "raw": {"H": "10:00", "COD": "24", "DAY": "13", "MON": "05", "NUM": "2079", "PRO": "MI", "YEA": "1889", "CITY": "Montcaret", "NAME": "VERNEJOUL Henri de", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19699	vernin-jean-1924-07-29	{"e1": "2081"}	{"lerrcp": "E1-2081"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Vernin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1924-07-29 18:30", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": 2.65356, "lat": 48.5457, "name": "Melun", "geoid": 2994651}, "notime": null, "date-ut": "1924-07-29 17:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Vernin"}, "birth": {"tzo": "+01:00", "date": "1924-07-29 18:30", "place": {"c2": "77", "c3": "", "cy": "FR", "lg": 2.65356, "lat": 48.5457, "name": "Melun", "geoid": 2994651}, "date-ut": "1924-07-29 17:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2081"}}, "raw": {"H": "18:30", "COD": "77", "DAY": "29", "MON": "07", "NUM": "2081", "PRO": "EX", "YEA": "1924", "CITY": "Melun", "NAME": "VERNIN Jean", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19700	vernisse-jean-1914-10-30	{"e1": "2082"}	{"lerrcp": "E1-2082"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Vernisse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-10-30 13:00", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 4.36667, "lat": 46.66667, "name": "Montceau-les-Mines", "geoid": 2992863}, "notime": null, "date-ut": "1914-10-30 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Vernisse"}, "birth": {"tzo": "+00:00", "date": "1914-10-30 13:00", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 4.36667, "lat": 46.66667, "name": "Montceau-les-Mines", "geoid": 2992863}, "date-ut": "1914-10-30 13:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2082"}}, "raw": {"H": "13:00", "COD": "71", "DAY": "30", "MON": "10", "NUM": "2082", "PRO": "EX", "YEA": "1914", "CITY": "Montceau les Mines", "NAME": "VERNISSE Jean", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19701	vernotte-pierre-1898-05-18	{"e1": "2083"}	{"lerrcp": "E1-2083"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Vernotte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1898-05-18 19:00", "note": null, "place": {"c1": null, "c2": "39", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Moirans", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Vernotte"}, "birth": {"tzo": "", "date": "1898-05-18 19:00", "place": {"c2": "39", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Moirans", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2083"}}, "raw": {"H": "19:00", "COD": "39", "DAY": "18", "MON": "05", "NUM": "2083", "PRO": "MI", "YEA": "1898", "CITY": "Moirans", "NAME": "VERNOTTE Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19702	verrecchia-guy-1941-04-27	{"e1": "2084"}	{"lerrcp": "E1-2084"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Verrecchia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1941-04-27 16:00", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": 2.39627, "lat": 48.92805, "name": "La Courneuve", "geoid": 3009824}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Verrecchia"}, "birth": {"tzo": "", "date": "1941-04-27 16:00", "place": {"c2": "93", "c3": "", "cy": "FR", "lg": 2.39627, "lat": 48.92805, "name": "La Courneuve", "geoid": 3009824}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2084"}}, "raw": {"H": "16:00", "COD": "93", "DAY": "27", "MON": "04", "NUM": "2084", "PRO": "EX", "YEA": "1941", "CITY": "La Courneuve", "NAME": "VERRECCHIA Guy", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19703	verstraete-claude-raphael-1911-11-30	{"e1": "2085"}	{"lerrcp": "E1-2085"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude Raphaël", "family": "Verstraete", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-11-30 19:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1911-11-30 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Claude Raphaël", "family": "Verstraete"}, "birth": {"tzo": "+00:00", "date": "1911-11-30 19:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1911-11-30 19:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2085"}}, "raw": {"H": "19:30", "COD": "59", "DAY": "30", "MON": "11", "NUM": "2085", "PRO": "PH", "YEA": "1911", "CITY": "Lille", "NAME": "VERSTRAETE Claude Raphaël", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19704	vezinet-adolphe-1906-03-01	{"e1": "2086"}	{"lerrcp": "E1-2086"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Vezinet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-03-01 09:00", "note": null, "place": {"c1": null, "c2": "12", "c3": "", "cy": "FR", "lg": 2.90159, "lat": 44.10248, "name": "Montjaux", "geoid": 2992363}, "notime": null, "date-ut": "1906-03-01 08:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Vezinet"}, "birth": {"tzo": "+00:09", "date": "1906-03-01 09:00", "place": {"c2": "12", "c3": "", "cy": "FR", "lg": 2.90159, "lat": 44.10248, "name": "Montjaux", "geoid": 2992363}, "date-ut": "1906-03-01 08:51"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2086"}}, "raw": {"H": "09:00", "COD": "12", "DAY": "01", "MON": "03", "NUM": "2086", "PRO": "MI", "YEA": "1906", "CITY": "Montjaux", "NAME": "VEZINET Adolphe", "NOTE": "L"}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19705	vialatte-michel-1918-05-18	{"e1": "2087"}	{"lerrcp": "E1-2087"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Vialatte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-05-18 11:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1918-05-18 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Vialatte"}, "birth": {"tzo": "+01:00", "date": "1918-05-18 11:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1918-05-18 10:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2087"}}, "raw": {"H": "11:00", "COD": "42", "DAY": "18", "MON": "05", "NUM": "2087", "PRO": "MI", "YEA": "1918", "CITY": "St-Etienne", "NAME": "VIALATTE Michel", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19706	viard-henri-1927-01-02	{"e1": "2088"}	{"lerrcp": "E1-2088"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Viard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1927-01-02 20:30", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": 6.63162, "lat": 45.94423, "name": "Sallanches", "geoid": 2976406}, "notime": null, "date-ut": "1927-01-02 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Viard"}, "birth": {"tzo": "+00:00", "date": "1927-01-02 20:30", "place": {"c2": "74", "c3": "", "cy": "FR", "lg": 6.63162, "lat": 45.94423, "name": "Sallanches", "geoid": 2976406}, "date-ut": "1927-01-02 20:30"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2088"}}, "raw": {"H": "20:30", "COD": "74", "DAY": "02", "MON": "01", "NUM": "2088", "PRO": "PH", "YEA": "1927", "CITY": "Sallanches", "NAME": "VIARD Henri", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19708	vidal-louis-1923-10-19	{"e1": "2090"}	{"lerrcp": "E1-2090"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Vidal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-10-19 19:00", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": 2.38333, "lat": 48.95, "name": "Stains", "geoid": 2973841}, "notime": null, "date-ut": "1923-10-19 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Vidal"}, "birth": {"tzo": "+00:00", "date": "1923-10-19 19:00", "place": {"c2": "93", "c3": "", "cy": "FR", "lg": 2.38333, "lat": 48.95, "name": "Stains", "geoid": 2973841}, "date-ut": "1923-10-19 19:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2090"}}, "raw": {"H": "19:00", "COD": "93", "DAY": "19", "MON": "10", "NUM": "2090", "PRO": "PH", "YEA": "1923", "CITY": "Stains", "NAME": "VIDAL Louis", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19709	vidal-pierre-1911-07-27	{"e1": "2091"}	{"lerrcp": "E1-2091"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Vidal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-07-27 03:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1911-07-27 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Vidal"}, "birth": {"tzo": "+00:00", "date": "1911-07-27 03:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1911-07-27 03:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2091"}}, "raw": {"H": "03:00", "COD": "34", "DAY": "27", "MON": "07", "NUM": "2091", "PRO": "EX", "YEA": "1911", "CITY": "Montpellier", "NAME": "VIDAL Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19710	vidal-pierre-1914-12-06	{"e1": "2092"}	{"lerrcp": "E1-2092"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Vidal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-12-06 01:00", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": 5.83692, "lat": 45.95915, "name": "Seyssel", "geoid": 2974649}, "notime": null, "date-ut": "1914-12-06 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Vidal"}, "birth": {"tzo": "+00:00", "date": "1914-12-06 01:00", "place": {"c2": "74", "c3": "", "cy": "FR", "lg": 5.83692, "lat": 45.95915, "name": "Seyssel", "geoid": 2974649}, "date-ut": "1914-12-06 01:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2092"}}, "raw": {"H": "01:00", "COD": "74", "DAY": "06", "MON": "12", "NUM": "2092", "PRO": "EX", "YEA": "1914", "CITY": "Seyssel", "NAME": "VIDAL Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19711	vidaud-jean-1913-03-14	{"e1": "2093"}	{"lerrcp": "E1-2093"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Vidaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-03-14 16:30", "note": null, "place": {"c1": null, "c2": "45", "c3": "", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1913-03-14 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Vidaud"}, "birth": {"tzo": "+00:00", "date": "1913-03-14 16:30", "place": {"c2": "45", "c3": "", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1913-03-14 16:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2093"}}, "raw": {"H": "16:30", "COD": "45", "DAY": "14", "MON": "03", "NUM": "2093", "PRO": "MI", "YEA": "1913", "CITY": "Orléans", "NAME": "VIDAUD Jean", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19712	vielhescaze-pierre-1940-05-01	{"e1": "2094"}	{"lerrcp": "E1-2094"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Vielhescaze", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1940-05-01 05:00", "note": null, "place": {"c1": null, "c2": "45", "c3": "", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Vielhescaze"}, "birth": {"tzo": "", "date": "1940-05-01 05:00", "place": {"c2": "45", "c3": "", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2094"}}, "raw": {"H": "05:00", "COD": "45", "DAY": "01", "MON": "05", "NUM": "2094", "PRO": "EX", "YEA": "1940", "CITY": "Orléans", "NAME": "VIELHESCAZE Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19713	vienne-robert-de-1904-01-23	{"e1": "2095"}	{"lerrcp": "E1-2095"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert de", "family": "Vienne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-01-23 21:00", "note": null, "place": {"c1": null, "c2": "95", "c3": "", "cy": "FR", "lg": 2.38309, "lat": 49.02062, "name": "Écouen", "geoid": 3020440}, "notime": null, "date-ut": "1904-01-23 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Robert de", "family": "Vienne"}, "birth": {"tzo": "+00:09", "date": "1904-01-23 21:00", "place": {"c2": "95", "c3": "", "cy": "FR", "lg": 2.38309, "lat": 49.02062, "name": "Écouen", "geoid": 3020440}, "date-ut": "1904-01-23 20:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2095"}}, "raw": {"H": "21:00", "COD": "95", "DAY": "23", "MON": "01", "NUM": "2095", "PRO": "EX", "YEA": "1904", "CITY": "Ecouen", "NAME": "VIENNE Robert de", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19715	vigneron-maurice-1904-09-30	{"e1": "2097"}	{"lerrcp": "E1-2097"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Vigneron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-09-30 13:00", "note": null, "place": {"c1": null, "c2": "02", "c3": "", "cy": "FR", "lg": 3.36631, "lat": 49.66286, "name": "La Fère", "geoid": 3009526}, "notime": null, "date-ut": "1904-09-30 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Vigneron"}, "birth": {"tzo": "+00:09", "date": "1904-09-30 13:00", "place": {"c2": "02", "c3": "", "cy": "FR", "lg": 3.36631, "lat": 49.66286, "name": "La Fère", "geoid": 3009526}, "date-ut": "1904-09-30 12:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2097"}}, "raw": {"H": "13:00", "COD": "02", "DAY": "30", "MON": "09", "NUM": "2097", "PRO": "PH", "YEA": "1904", "CITY": "La Fère", "NAME": "VIGNERON Maurice", "NOTE": "+"}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19716	vignon-georges-1916-11-24	{"e1": "2098"}	{"lerrcp": "E1-2098"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Vignon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-11-24 01:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "3", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1916-11-24 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Vignon"}, "birth": {"tzo": "+00:00", "date": "1916-11-24 01:00", "place": {"c2": "69", "c3": "3", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1916-11-24 01:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2098"}}, "raw": {"H": "01:00", "COD": "69", "DAY": "24", "MON": "11", "NUM": "2098", "PRO": "PH", "YEA": "1916", "CITY": "Lyon 3ème", "NAME": "VIGNON Georges", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19717	vilain-raymond-1921-07-22	{"e1": "2099"}	{"lerrcp": "E1-2099"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Vilain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-07-22 17:00", "note": null, "place": {"c1": null, "c2": "18", "c3": "", "cy": "FR", "lg": 2.81834, "lat": 46.99758, "name": "Nérondes", "geoid": 2990758}, "notime": null, "date-ut": "1921-07-22 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Vilain"}, "birth": {"tzo": "+01:00", "date": "1921-07-22 17:00", "place": {"c2": "18", "c3": "", "cy": "FR", "lg": 2.81834, "lat": 46.99758, "name": "Nérondes", "geoid": 2990758}, "date-ut": "1921-07-22 16:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2099"}}, "raw": {"H": "17:00", "COD": "18", "DAY": "22", "MON": "07", "NUM": "2099", "PRO": "PH", "YEA": "1921", "CITY": "Nérondes", "NAME": "VILAIN Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19718	vilde-louis-1907-05-03	{"e1": "2100"}	{"lerrcp": "E1-2100"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Vilde", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1907-05-03 05:00", "note": null, "place": {"c1": null, "c2": "60", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Marseille-en-Beauv", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Vilde"}, "birth": {"tzo": "", "date": "1907-05-03 05:00", "place": {"c2": "60", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Marseille-en-Beauv", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2100"}}, "raw": {"H": "05:00", "COD": "60", "DAY": "03", "MON": "05", "NUM": "2100", "PRO": "PH", "YEA": "1907", "CITY": "Marseille-en-Beauv", "NAME": "VILDE Louis", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19719	vilenski-jean-1901-09-13	{"e1": "2101"}	{"lerrcp": "E1-2101"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Vilenski", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1901-09-13 17:00", "note": null, "place": {"c1": null, "c2": "95", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Enghein", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Vilenski"}, "birth": {"tzo": "", "date": "1901-09-13 17:00", "place": {"c2": "95", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Enghein", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2101"}}, "raw": {"H": "17:00", "COD": "95", "DAY": "13", "MON": "09", "NUM": "2101", "PRO": "PH", "YEA": "1901", "CITY": "Enghein", "NAME": "VILENSKI Jean", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19720	vilgrain-jean-1907-04-24	{"e1": "2102"}	{"lerrcp": "E1-2102"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Vilgrain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1907-04-24 10:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Vilgrain"}, "birth": {"tzo": "", "date": "1907-04-24 10:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2102"}}, "raw": {"H": "10:00", "COD": "54", "DAY": "24", "MON": "04", "NUM": "2102", "PRO": "EX", "YEA": "1907", "CITY": "Nancy", "NAME": "VILGRAIN Jean", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19721	villaceque-marc-1917-01-06	{"e1": "2103"}	{"lerrcp": "E1-2103"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marc", "family": "Villaceque", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1917-01-06 14:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -1.17255, "lat": 44.66126, "name": "Arcachon", "geoid": 3037253}, "notime": null, "date-ut": "1917-01-06 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marc", "family": "Villaceque"}, "birth": {"tzo": "+00:00", "date": "1917-01-06 14:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -1.17255, "lat": 44.66126, "name": "Arcachon", "geoid": 3037253}, "date-ut": "1917-01-06 14:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2103"}}, "raw": {"H": "14:00", "COD": "33", "DAY": "06", "MON": "01", "NUM": "2103", "PRO": "MI", "YEA": "1917", "CITY": "Arcachon", "NAME": "VILLACEQUE Marc", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19722	villelume-paul-de-1892-11-01	{"e1": "2104"}	{"lerrcp": "E1-2104"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul de", "family": "Villelume", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1892-11-01 11:30", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 3.11264, "lat": 45.89362, "name": "Riom", "geoid": 2983489}, "notime": null, "date-ut": "1892-11-01 11:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul de", "family": "Villelume"}, "birth": {"tzo": "+00:09", "date": "1892-11-01 11:30", "place": {"c2": "63", "c3": "", "cy": "FR", "lg": 3.11264, "lat": 45.89362, "name": "Riom", "geoid": 2983489}, "date-ut": "1892-11-01 11:21"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2104"}}, "raw": {"H": "11:30", "COD": "63", "DAY": "01", "MON": "11", "NUM": "2104", "PRO": "MI", "YEA": "1892", "CITY": "Riom", "NAME": "VILLELUME Paul de", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19723	vilmette-christophe-victor-1822-02-19	{"e1": "2105"}	{"lerrcp": "E1-2105"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christophe Victor", "family": "Vilmette", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:26", "date": "1822-02-19 22:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.49383, "lat": 48.59273, "name": "Lunéville", "geoid": 2997110}, "notime": null, "date-ut": "1822-02-19 21:34"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Christophe Victor", "family": "Vilmette"}, "birth": {"tzo": "+00:26", "date": "1822-02-19 22:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.49383, "lat": 48.59273, "name": "Lunéville", "geoid": 2997110}, "date-ut": "1822-02-19 21:34"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2105"}}, "raw": {"H": "22:00", "COD": "54", "DAY": "19", "MON": "02", "NUM": "2105", "PRO": "MI", "YEA": "1822", "CITY": "Lunéville", "NAME": "VILMETTE Christophe Victor", "NOTE": "*"}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19724	vincent-daniel-1907-10-12	{"e1": "2106"}	{"lerrcp": "E1-2106"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "Vincent", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-10-12 13:00", "note": null, "place": {"c1": null, "c2": "01", "c3": "", "cy": "FR", "lg": 5.66028, "lat": 46.31973, "name": "Dortan", "geoid": 3021013}, "notime": null, "date-ut": "1907-10-12 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Daniel", "family": "Vincent"}, "birth": {"tzo": "+00:09", "date": "1907-10-12 13:00", "place": {"c2": "01", "c3": "", "cy": "FR", "lg": 5.66028, "lat": 46.31973, "name": "Dortan", "geoid": 3021013}, "date-ut": "1907-10-12 12:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2106"}}, "raw": {"H": "13:00", "COD": "01", "DAY": "12", "MON": "10", "NUM": "2106", "PRO": "PH", "YEA": "1907", "CITY": "Dortan", "NAME": "VINCENT Daniel", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19725	vincent-eugene-1913-07-02	{"e1": "2107"}	{"lerrcp": "E1-2107"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Vincent", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-07-02 10:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "6", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1913-07-02 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Vincent"}, "birth": {"tzo": "+00:00", "date": "1913-07-02 10:00", "place": {"c2": "69", "c3": "6", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1913-07-02 10:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2107"}}, "raw": {"H": "10:00", "COD": "69", "DAY": "02", "MON": "07", "NUM": "2107", "PRO": "PH", "YEA": "1913", "CITY": "Lyon 6ème", "NAME": "VINCENT Eugène", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19726	vincent-jules-1871-01-10	{"e1": "2108"}	{"lerrcp": "E1-2108"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Vincent", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21", "date": "1871-01-10 17:30", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 5.22468, "lat": 46.62637, "name": "Louhans", "geoid": 2997439}, "notime": null, "date-ut": "1871-01-10 17:09"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Vincent"}, "birth": {"tzo": "+00:21", "date": "1871-01-10 17:30", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 5.22468, "lat": 46.62637, "name": "Louhans", "geoid": 2997439}, "date-ut": "1871-01-10 17:09"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2108"}}, "raw": {"H": "17:30", "COD": "71", "DAY": "10", "MON": "01", "NUM": "2108", "PRO": "MI", "YEA": "1871", "CITY": "Louhans", "NAME": "VINCENT Jules", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19727	vincent-rose-treffot-1918-03-15	{"e1": "2109"}	{"lerrcp": "E1-2109"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rose (TREFFOT)", "family": "Vincent", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-03-15 17:00", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 5.24608, "lat": 46.57165, "name": "Sainte-Croix", "geoid": 2980661}, "notime": null, "date-ut": "1918-03-15 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Rose (TREFFOT)", "family": "Vincent"}, "birth": {"tzo": "+01:00", "date": "1918-03-15 17:00", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 5.24608, "lat": 46.57165, "name": "Sainte-Croix", "geoid": 2980661}, "date-ut": "1918-03-15 16:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2109"}}, "raw": {"H": "17:00", "COD": "71", "DAY": "15", "MON": "03", "NUM": "2109", "PRO": "EX", "YEA": "1918", "CITY": "Ste-Croix", "NAME": "VINCENT Rose (TREFFOT)", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19728	vinit-roger-1918-02-02	{"e1": "2110"}	{"lerrcp": "E1-2110"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Vinit", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1918-02-02 06:00", "note": null, "place": {"c1": null, "c2": "14", "c3": "", "cy": "FR", "lg": 0.22925, "lat": 49.1466, "name": "Lisieux", "geoid": 2998150}, "notime": null, "date-ut": "1918-02-02 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Vinit"}, "birth": {"tzo": "+00:00", "date": "1918-02-02 06:00", "place": {"c2": "14", "c3": "", "cy": "FR", "lg": 0.22925, "lat": 49.1466, "name": "Lisieux", "geoid": 2998150}, "date-ut": "1918-02-02 06:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2110"}}, "raw": {"H": "06:00", "COD": "14", "DAY": "02", "MON": "02", "NUM": "2110", "PRO": "EX", "YEA": "1918", "CITY": "Lisieux", "NAME": "VINIT Roger", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19729	vionnet-madeleine-1876-06-22	{"e1": "2111"}	{"lerrcp": "E1-2111"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Madeleine", "family": "Vionnet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1876-06-22 00:00", "note": null, "place": {"c1": null, "c2": "45", "c3": "", "cy": "FR", "lg": 2.1354, "lat": 48.0722, "name": "Chilleurs-aux-Bois", "geoid": 3025152}, "notime": null, "date-ut": "1876-06-21 23:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Madeleine", "family": "Vionnet"}, "birth": {"tzo": "+00:09", "date": "1876-06-22 00:00", "place": {"c2": "45", "c3": "", "cy": "FR", "lg": 2.1354, "lat": 48.0722, "name": "Chilleurs-aux-Bois", "geoid": 3025152}, "date-ut": "1876-06-21 23:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2111"}}, "raw": {"H": "00:00", "COD": "45", "DAY": "22", "MON": "06", "NUM": "2111", "PRO": "EX", "YEA": "1876", "CITY": "Chilleurs aux Bois", "NAME": "VIONNET Madeleine", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19730	viotte-yves-1914-11-01	{"e1": "2112"}	{"lerrcp": "E1-2112"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Viotte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-11-01 02:00", "note": null, "place": {"c1": null, "c2": "56", "c3": "", "cy": "FR", "lg": -2.76205, "lat": 47.65688, "name": "Vannes", "geoid": 2970777}, "notime": null, "date-ut": "1914-11-01 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Viotte"}, "birth": {"tzo": "+00:00", "date": "1914-11-01 02:00", "place": {"c2": "56", "c3": "", "cy": "FR", "lg": -2.76205, "lat": 47.65688, "name": "Vannes", "geoid": 2970777}, "date-ut": "1914-11-01 02:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2112"}}, "raw": {"H": "02:00", "COD": "56", "DAY": "01", "MON": "11", "NUM": "2112", "PRO": "MI", "YEA": "1914", "CITY": "Vannes", "NAME": "VIOTTE Yves", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19731	vittoz-rene-1905-04-15	{"e1": "2113"}	{"lerrcp": "E1-2113"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Vittoz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-04-15 23:55", "note": null, "place": {"c1": null, "c2": "61", "c3": "", "cy": "FR", "lg": 0.09311, "lat": 48.43476, "name": "Alençon", "geoid": 3038230}, "notime": null, "date-ut": "1905-04-15 23:46"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Vittoz"}, "birth": {"tzo": "+00:09", "date": "1905-04-15 23:55", "place": {"c2": "61", "c3": "", "cy": "FR", "lg": 0.09311, "lat": 48.43476, "name": "Alençon", "geoid": 3038230}, "date-ut": "1905-04-15 23:46"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2113"}}, "raw": {"H": "23:55", "COD": "61", "DAY": "15", "MON": "04", "NUM": "2113", "PRO": "PH", "YEA": "1905", "CITY": "Alençon", "NAME": "VITTOZ René", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19732	vitrolles-rene-d-arnaud-de-1899-01-01	{"e1": "2114"}	{"lerrcp": "E1-2114"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René (d'ARNAUD de)", "family": "Vitrolles", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-01-01 08:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1899-01-01 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "René (d'ARNAUD de)", "family": "Vitrolles"}, "birth": {"tzo": "+00:09", "date": "1899-01-01 08:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1899-01-01 07:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2114"}}, "raw": {"H": "08:00", "COD": "13", "DAY": "01", "MON": "01", "NUM": "2114", "PRO": "MI", "YEA": "1899", "CITY": "Marseille", "NAME": "VITROLLES René (d'ARNAUD de)", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19733	volpert-jean-1903-08-08	{"e1": "2115"}	{"lerrcp": "E1-2115"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Volpert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-08-08 12:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "notime": null, "date-ut": "1903-08-08 11:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Volpert"}, "birth": {"tzo": "+00:09", "date": "1903-08-08 12:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "date-ut": "1903-08-08 11:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2115"}}, "raw": {"H": "12:00", "COD": "62", "DAY": "08", "MON": "08", "NUM": "2115", "PRO": "MI", "YEA": "1903", "CITY": "Arras", "NAME": "VOLPERT Jean", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19734	vouters-claude-1924-10-19	{"e1": "2116"}	{"lerrcp": "E1-2116"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Vouters", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1924-10-19 21:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1924-10-19 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Vouters"}, "birth": {"tzo": "+00:00", "date": "1924-10-19 21:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1924-10-19 21:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2116"}}, "raw": {"H": "21:00", "COD": "59", "DAY": "19", "MON": "10", "NUM": "2116", "PRO": "PH", "YEA": "1924", "CITY": "Lille", "NAME": "VOUTERS Claude", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19735	voyer-gilbert-1914-08-23	{"e1": "2117"}	{"lerrcp": "E1-2117"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilbert", "family": "Voyer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-08-23 02:00", "note": null, "place": {"c1": null, "c2": "37", "c3": "", "cy": "FR", "lg": 0.24284, "lat": 47.16701, "name": "Chinon", "geoid": 3025132}, "notime": null, "date-ut": "1914-08-23 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Gilbert", "family": "Voyer"}, "birth": {"tzo": "+00:00", "date": "1914-08-23 02:00", "place": {"c2": "37", "c3": "", "cy": "FR", "lg": 0.24284, "lat": 47.16701, "name": "Chinon", "geoid": 3025132}, "date-ut": "1914-08-23 02:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2117"}}, "raw": {"H": "02:00", "COD": "37", "DAY": "23", "MON": "08", "NUM": "2117", "PRO": "EX", "YEA": "1914", "CITY": "Chinon", "NAME": "VOYER Gilbert", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19736	vuillierme-joseph-1911-03-06	{"e1": "2118"}	{"lerrcp": "E1-2118"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Vuillierme", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1911-03-06 14:30", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": 5.94513, "lat": 45.86116, "name": "Rumilly", "geoid": 2982159}, "notime": null, "date-ut": "1911-03-06 14:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Vuillierme"}, "birth": {"tzo": "+00:09", "date": "1911-03-06 14:30", "place": {"c2": "74", "c3": "", "cy": "FR", "lg": 5.94513, "lat": 45.86116, "name": "Rumilly", "geoid": 2982159}, "date-ut": "1911-03-06 14:21"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2118"}}, "raw": {"H": "14:30", "COD": "74", "DAY": "06", "MON": "03", "NUM": "2118", "PRO": "EX", "YEA": "1911", "CITY": "Rumilly", "NAME": "VUILLIERME Joseph", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19737	wacrenier-jacques-1919-05-16	{"e1": "2119"}	{"lerrcp": "E1-2119"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Wacrenier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-05-16 22:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1919-05-16 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Wacrenier"}, "birth": {"tzo": "+01:00", "date": "1919-05-16 22:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1919-05-16 21:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2119"}}, "raw": {"H": "22:00", "COD": "92", "DAY": "16", "MON": "05", "NUM": "2119", "PRO": "MI", "YEA": "1919", "CITY": "Neuilly sur Seine", "NAME": "WACRENIER Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19738	walle-emile-1909-10-07	{"e1": "2120"}	{"lerrcp": "E1-2120"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Walle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-10-07 17:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.855, "lat": 50.49382, "name": "Wingles", "geoid": 2967343}, "notime": null, "date-ut": "1909-10-07 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Walle"}, "birth": {"tzo": "+00:09", "date": "1909-10-07 17:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 2.855, "lat": 50.49382, "name": "Wingles", "geoid": 2967343}, "date-ut": "1909-10-07 16:51"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2120"}}, "raw": {"H": "17:00", "COD": "62", "DAY": "07", "MON": "10", "NUM": "2120", "PRO": "EX", "YEA": "1909", "CITY": "Wingles", "NAME": "WALLE Emile", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19739	warot-pierre-1922-02-09	{"e1": "2121"}	{"lerrcp": "E1-2121"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Warot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-02-09 12:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "notime": null, "date-ut": "1922-02-09 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Warot"}, "birth": {"tzo": "+00:00", "date": "1922-02-09 12:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "date-ut": "1922-02-09 12:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2121"}}, "raw": {"H": "12:00", "COD": "62", "DAY": "09", "MON": "02", "NUM": "2121", "PRO": "PH", "YEA": "1922", "CITY": "Arras", "NAME": "WAROT Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19740	waubert-de-genlis-eric-de-1930-07-10	{"e1": "2122"}	{"lerrcp": "E1-2122"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "de GENLIS Eric de", "family": "Waubert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1930-07-10 05:15", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 2.0904, "lat": 48.89643, "name": "Saint-Germain-en-Laye", "geoid": 2979783}, "notime": null, "date-ut": "1930-07-10 04:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "de GENLIS Eric de", "family": "Waubert"}, "birth": {"tzo": "+01:00", "date": "1930-07-10 05:15", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 2.0904, "lat": 48.89643, "name": "Saint-Germain-en-Laye", "geoid": 2979783}, "date-ut": "1930-07-10 04:15"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2122"}}, "raw": {"H": "05:15", "COD": "78", "DAY": "10", "MON": "07", "NUM": "2122", "PRO": "EX", "YEA": "1930", "CITY": "St Germain en Laye", "NAME": "WAUBERT de GENLIS Eric de", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19741	weil-mathieu-pierre-1884-09-20	{"e1": "2123"}	{"lerrcp": "E1-2123"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mathieu Pierre", "family": "Weil", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1884-09-20 11:00", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 6.29117, "lat": 48.3722, "name": "Charmes", "geoid": 3026588}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Mathieu Pierre", "family": "Weil"}, "birth": {"tzo": "", "date": "1884-09-20 11:00", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 6.29117, "lat": 48.3722, "name": "Charmes", "geoid": 3026588}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2123"}}, "raw": {"H": "11:00", "COD": "88", "DAY": "20", "MON": "09", "NUM": "2123", "PRO": "PH", "YEA": "1884", "CITY": "Charmes", "NAME": "WEIL Mathieu Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19742	weill-robert-1902-03-11	{"e1": "2124"}	{"lerrcp": "E1-2124"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Weill", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1902-03-11 12:00", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Weill"}, "birth": {"tzo": "", "date": "1902-03-11 12:00", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2124"}}, "raw": {"H": "12:00", "COD": "67", "DAY": "11", "MON": "03", "NUM": "2124", "PRO": "PH", "YEA": "1902", "CITY": "Strasbourg", "NAME": "WEILL Robert", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19743	weill-halle-marie-lagroua-1916-01-13	{"e1": "2125"}	{"lerrcp": "E1-2125"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie (LAGROUA)", "family": "Weill-Halle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-01-13 06:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.59864, "lat": 44.86488, "name": "Le Bouscat", "geoid": 3005066}, "notime": null, "date-ut": "1916-01-13 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marie (LAGROUA)", "family": "Weill-Halle"}, "birth": {"tzo": "+00:00", "date": "1916-01-13 06:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.59864, "lat": 44.86488, "name": "Le Bouscat", "geoid": 3005066}, "date-ut": "1916-01-13 06:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2125"}}, "raw": {"H": "06:00", "COD": "33", "DAY": "13", "MON": "01", "NUM": "2125", "PRO": "PH", "YEA": "1916", "CITY": "Le Bouscat", "NAME": "WEILL-HALLE Marie (LAGROUA)", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19744	weissenbach-raymond-1885-05-28	{"e1": "2126"}	{"lerrcp": "E1-2126"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Weissenbach", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16", "date": "1885-05-28 22:00", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "notime": null, "date-ut": "1885-05-28 21:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Weissenbach"}, "birth": {"tzo": "+00:16", "date": "1885-05-28 22:00", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "date-ut": "1885-05-28 21:44"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2126"}}, "raw": {"H": "22:00", "COD": "51", "DAY": "28", "MON": "05", "NUM": "2126", "PRO": "PH", "YEA": "1885", "CITY": "Reims", "NAME": "WEISSENBACH Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19745	welfling-jean-1918-04-03	{"e1": "2127"}	{"lerrcp": "E1-2127"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Welfling", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-04-03 02:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1918-04-03 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Welfling"}, "birth": {"tzo": "+01:00", "date": "1918-04-03 02:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1918-04-03 01:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2127"}}, "raw": {"H": "02:00", "COD": "31", "DAY": "03", "MON": "04", "NUM": "2127", "PRO": "PH", "YEA": "1918", "CITY": "Toulouse", "NAME": "WELFLING Jean", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19747	wiederkehr-jean-1904-09-03	{"e1": "2129"}	{"lerrcp": "E1-2129"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Wiederkehr", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1904-09-03 01:00", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.4489, "lat": 48.26195, "name": "Sélestat", "geoid": 2975233}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Wiederkehr"}, "birth": {"tzo": "", "date": "1904-09-03 01:00", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.4489, "lat": 48.26195, "name": "Sélestat", "geoid": 2975233}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2129"}}, "raw": {"H": "01:00", "COD": "67", "DAY": "03", "MON": "09", "NUM": "2129", "PRO": "PH", "YEA": "1904", "CITY": "Sélestat", "NAME": "WIEDERKEHR Jean", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19748	wietzel-roger-1898-09-20	{"e1": "2130"}	{"lerrcp": "E1-2130"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Wietzel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1898-09-20 12:00", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Maur des Fos", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Wietzel"}, "birth": {"tzo": "", "date": "1898-09-20 12:00", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Maur des Fos", "geoid": 0}, "date-ut": ""}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2130"}}, "raw": {"H": "12:00", "COD": "94", "DAY": "20", "MON": "09", "NUM": "2130", "PRO": "MI", "YEA": "1898", "CITY": "St Maur des Fos", "NAME": "WIETZEL Roger", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19749	willm-pierre-1926-03-29	{"e1": "2131"}	{"lerrcp": "E1-2131"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Willm", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1926-03-29 06:30", "note": null, "place": {"c1": null, "c2": "95", "c3": "", "cy": "FR", "lg": 2.24744, "lat": 48.94788, "name": "Argenteuil", "geoid": 3037044}, "notime": null, "date-ut": "1926-03-29 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Willm"}, "birth": {"tzo": "+00:00", "date": "1926-03-29 06:30", "place": {"c2": "95", "c3": "", "cy": "FR", "lg": 2.24744, "lat": 48.94788, "name": "Argenteuil", "geoid": 3037044}, "date-ut": "1926-03-29 06:30"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2131"}}, "raw": {"H": "06:30", "COD": "95", "DAY": "29", "MON": "03", "NUM": "2131", "PRO": "MI", "YEA": "1926", "CITY": "Argenteuil", "NAME": "WILLM Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19750	wisner-jean-pierre-1921-02-13	{"e1": "2132"}	{"lerrcp": "E1-2132"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Pierre", "family": "Wisner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1921-02-13 20:15", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.27485, "lat": 48.91936, "name": "Bois-Colombes", "geoid": 3032070}, "notime": null, "date-ut": "1921-02-13 20:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean-Pierre", "family": "Wisner"}, "birth": {"tzo": "+00:00", "date": "1921-02-13 20:15", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.27485, "lat": 48.91936, "name": "Bois-Colombes", "geoid": 3032070}, "date-ut": "1921-02-13 20:15"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2132"}}, "raw": {"H": "20:15", "COD": "92", "DAY": "13", "MON": "02", "NUM": "2132", "PRO": "PH", "YEA": "1921", "CITY": "Bois-Colombes", "NAME": "WISNER Jean-Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19751	witasse-jacques-de-1913-12-06	{"e1": "2133"}	{"lerrcp": "E1-2133"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques de", "family": "Witasse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-12-06 22:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 4.00382, "lat": 50.27346, "name": "Rousies", "geoid": 2982498}, "notime": null, "date-ut": "1913-12-06 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jacques de", "family": "Witasse"}, "birth": {"tzo": "+00:00", "date": "1913-12-06 22:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 4.00382, "lat": 50.27346, "name": "Rousies", "geoid": 2982498}, "date-ut": "1913-12-06 22:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2133"}}, "raw": {"H": "22:00", "COD": "59", "DAY": "06", "MON": "12", "NUM": "2133", "PRO": "MI", "YEA": "1913", "CITY": "Rousies", "NAME": "WITASSE Jacques de", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19752	wolff-charles-1823-06-06	{"e1": "2134"}	{"lerrcp": "E1-2134"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Wolff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1823-06-06 22:00", "note": null, "place": {"c1": null, "c2": "01", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Laurent", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Wolff"}, "birth": {"tzo": "", "date": "1823-06-06 22:00", "place": {"c2": "01", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Laurent", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2134"}}, "raw": {"H": "22:00", "COD": "01", "DAY": "06", "MON": "06", "NUM": "2134", "PRO": "MI", "YEA": "1823", "CITY": "St Laurent", "NAME": "WOLFF Charles", "NOTE": "*"}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19754	wolff-marcel-1917-07-11	{"e1": "2136"}	{"lerrcp": "E1-2136"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Wolff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-07-11 17:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.62046, "lat": 45.12977, "name": "Cars", "geoid": 3028509}, "notime": null, "date-ut": "1917-07-11 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Wolff"}, "birth": {"tzo": "+01:00", "date": "1917-07-11 17:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.62046, "lat": 45.12977, "name": "Cars", "geoid": 3028509}, "date-ut": "1917-07-11 16:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2136"}}, "raw": {"H": "17:00", "COD": "33", "DAY": "11", "MON": "07", "NUM": "2136", "PRO": "MI", "YEA": "1917", "CITY": "Cars", "NAME": "WOLFF Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19755	wolfromm-georges-1883-10-09	{"e1": "2137"}	{"lerrcp": "E1-2137"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Wolfromm", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1883-10-09 18:00", "note": null, "place": {"c1": null, "c2": "55", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Verdun sur Meuse", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Wolfromm"}, "birth": {"tzo": "", "date": "1883-10-09 18:00", "place": {"c2": "55", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Verdun sur Meuse", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2137"}}, "raw": {"H": "18:00", "COD": "55", "DAY": "09", "MON": "10", "NUM": "2137", "PRO": "PH", "YEA": "1883", "CITY": "Verdun sur Meuse", "NAME": "WOLFROMM Georges", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19756	wuilleme-pierre-1922-03-12	{"e1": "2138"}	{"lerrcp": "E1-2138"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Wuilleme", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-03-12 07:00", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": 2.63982, "lat": 48.87649, "name": "Vaires-sur-Marne", "geoid": 2971157}, "notime": null, "date-ut": "1922-03-12 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Wuilleme"}, "birth": {"tzo": "+00:00", "date": "1922-03-12 07:00", "place": {"c2": "77", "c3": "", "cy": "FR", "lg": 2.63982, "lat": 48.87649, "name": "Vaires-sur-Marne", "geoid": 2971157}, "date-ut": "1922-03-12 07:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2138"}}, "raw": {"H": "07:00", "COD": "77", "DAY": "12", "MON": "03", "NUM": "2138", "PRO": "MI", "YEA": "1922", "CITY": "Vaires sur Marne", "NAME": "WUILLEME Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19757	wyart-pierre-1912-03-14	{"e1": "2139"}	{"lerrcp": "E1-2139"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Wyart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-03-14 22:30", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.75779, "lat": 50.27429, "name": "Achicourt", "geoid": 3038703}, "notime": null, "date-ut": "1912-03-14 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Wyart"}, "birth": {"tzo": "+00:00", "date": "1912-03-14 22:30", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 2.75779, "lat": 50.27429, "name": "Achicourt", "geoid": 3038703}, "date-ut": "1912-03-14 22:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2139"}}, "raw": {"H": "22:30", "COD": "62", "DAY": "14", "MON": "03", "NUM": "2139", "PRO": "EX", "YEA": "1912", "CITY": "Achicourt", "NAME": "WYART Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19758	yvert-jean-1924-12-25	{"e1": "2140"}	{"lerrcp": "E1-2140"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Yvert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1924-12-25 13:40", "note": null, "place": {"c1": null, "c2": "80", "c3": "", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1924-12-25 13:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Yvert"}, "birth": {"tzo": "+00:00", "date": "1924-12-25 13:40", "place": {"c2": "80", "c3": "", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1924-12-25 13:40"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2140"}}, "raw": {"H": "13:40", "COD": "80", "DAY": "25", "MON": "12", "NUM": "2140", "PRO": "EX", "YEA": "1924", "CITY": "Amiens", "NAME": "YVERT Jean", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19759	zedet-edmond-1893-07-30	{"e1": "2141"}	{"lerrcp": "E1-2141"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Zedet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1893-07-30 09:30", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 4.99797, "lat": 46.55696, "name": "Cuisery", "geoid": 3022121}, "notime": null, "date-ut": "1893-07-30 09:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Zedet"}, "birth": {"tzo": "+00:09", "date": "1893-07-30 09:30", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 4.99797, "lat": 46.55696, "name": "Cuisery", "geoid": 3022121}, "date-ut": "1893-07-30 09:21"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2141"}}, "raw": {"H": "09:30", "COD": "71", "DAY": "30", "MON": "07", "NUM": "2141", "PRO": "EX", "YEA": "1893", "CITY": "Cuisery", "NAME": "ZEDET Edmond", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19760	zeller-andre-1898-01-01	{"e1": "2142"}	{"lerrcp": "E1-2142"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Zeller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-01-01 05:00", "note": null, "place": {"c1": null, "c2": "25", "c3": "", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1898-01-01 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Zeller"}, "birth": {"tzo": "+00:09", "date": "1898-01-01 05:00", "place": {"c2": "25", "c3": "", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1898-01-01 04:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2142"}}, "raw": {"H": "05:00", "COD": "25", "DAY": "01", "MON": "01", "NUM": "2142", "PRO": "MI", "YEA": "1898", "CITY": "Besançon", "NAME": "ZELLER André", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19761	zentz-d-alnois-louis-1820-07-16	{"e1": "2143"}	{"lerrcp": "E1-2143"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Zentz D'alnois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1820-07-16 04:30", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Cons la Granville", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Zentz D'alnois"}, "birth": {"tzo": "", "date": "1820-07-16 04:30", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Cons la Granville", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2143"}}, "raw": {"H": "04:30", "COD": "54", "DAY": "16", "MON": "07", "NUM": "2143", "PRO": "MI", "YEA": "1820", "CITY": "Cons la Granville", "NAME": "ZENTZ D'ALNOIS Louis", "NOTE": "*"}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[null]
19762	ziegler-henri-1906-11-18	{"e1": "2144"}	{"lerrcp": "E1-2144"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Ziegler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-11-18 22:00", "note": null, "place": {"c1": null, "c2": "87", "c3": "", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1906-11-18 21:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Ziegler"}, "birth": {"tzo": "+00:09", "date": "1906-11-18 22:00", "place": {"c2": "87", "c3": "", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1906-11-18 21:51"}, "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2144"}}, "raw": {"H": "22:00", "COD": "87", "DAY": "18", "MON": "11", "NUM": "2144", "PRO": "MI", "YEA": "1906", "CITY": "Limoges", "NAME": "ZIEGLER Henri", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19763	ziegler-michel-1934-12-01	{"e1": "2145"}	{"lerrcp": "E1-2145"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Ziegler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1934-12-01 02:30", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Boulogne-Billt", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Ziegler"}, "birth": {"tzo": "", "date": "1934-12-01 02:30", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Boulogne-Billt", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2145"}}, "raw": {"H": "02:30", "COD": "92", "DAY": "01", "MON": "12", "NUM": "2145", "PRO": "EX", "YEA": "1934", "CITY": "Boulogne-Billt", "NAME": "ZIEGLER Michel", "NOTE": ""}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}]	[]
19764	abel-jean-baptiste-1863-01-12	{"e3": "1"}	{"lerrcp": "E3-1"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Baptiste", "family": "Abel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24", "date": "1863-01-12 14:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1863-01-12 13:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean-Baptiste", "family": "Abel"}, "birth": {"tzo": "+00:24", "date": "1863-01-12 14:00", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1863-01-12 13:36"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1"}}, "raw": {"H": "14:00", "COD": "83", "DAY": "12", "MON": "01", "NUM": "0001", "PRO": "PO", "YEA": "1863", "CITY": "Toulon", "NAME": "ABEL Jean-Baptiste", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19766	achille-fould-aymar-1925-07-17	{"e3": "3"}	{"lerrcp": "E3-3"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aymar", "family": "Achille-Fould", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1925-07-17 10:45", "note": null, "place": {"c1": null, "c2": "65", "c3": "", "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "notime": null, "date-ut": "1925-07-17 09:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Aymar", "family": "Achille-Fould"}, "birth": {"tzo": "+01:00", "date": "1925-07-17 10:45", "place": {"c2": "65", "c3": "", "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "date-ut": "1925-07-17 09:45"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "3"}}, "raw": {"H": "10:45", "COD": "65", "DAY": "17", "MON": "07", "NUM": "0003", "PRO": "PO", "YEA": "1925", "CITY": "Tarbes", "NAME": "ACHILLE-FOULD Aymar", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19767	aigrain-pierre-1924-09-28	{"e3": "4"}	{"lerrcp": "E3-4"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Aigrain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1924-09-28 14:00", "note": null, "place": {"c1": null, "c2": "86", "c3": "", "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "notime": null, "date-ut": "1924-09-28 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Aigrain"}, "birth": {"tzo": "+01:00", "date": "1924-09-28 14:00", "place": {"c2": "86", "c3": "", "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "date-ut": "1924-09-28 13:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "4"}}, "raw": {"H": "14:00", "COD": "86", "DAY": "28", "MON": "09", "NUM": "0004", "PRO": "PO", "YEA": "1924", "CITY": "Poitiers", "NAME": "AIGRAIN Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19768	ajam-maurice-pierre-1861-06-11	{"e3": "5"}	{"lerrcp": "E3-5"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice Pierre", "family": "Ajam", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02", "date": "1861-06-11 07:00", "note": null, "place": {"c1": null, "c2": "72", "c3": "", "cy": "FR", "lg": 0.6205, "lat": 47.75096, "name": "Ruillé-sur-Loir", "geoid": 2982188}, "notime": null, "date-ut": "1861-06-11 06:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Maurice Pierre", "family": "Ajam"}, "birth": {"tzo": "+00:02", "date": "1861-06-11 07:00", "place": {"c2": "72", "c3": "", "cy": "FR", "lg": 0.6205, "lat": 47.75096, "name": "Ruillé-sur-Loir", "geoid": 2982188}, "date-ut": "1861-06-11 06:58"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "5"}}, "raw": {"H": "07:00", "COD": "72", "DAY": "11", "MON": "06", "NUM": "0005", "PRO": "PO", "YEA": "1861", "CITY": "Ruillé sur Loir", "NAME": "AJAM Maurice Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19769	ajoret-danielle-thebaud-1938-05-10	{"e3": "6"}	{"lerrcp": "E3-6"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Danielle (THEBAUD)", "family": "Ajoret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1938-05-10 16:00", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": 2.52298, "lat": 48.89916, "name": "Le Raincy", "geoid": 3002401}, "notime": null, "date-ut": "1938-05-10 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Danielle (THEBAUD)", "family": "Ajoret"}, "birth": {"tzo": "+01:00", "date": "1938-05-10 16:00", "place": {"c2": "93", "c3": "", "cy": "FR", "lg": 2.52298, "lat": 48.89916, "name": "Le Raincy", "geoid": 3002401}, "date-ut": "1938-05-10 15:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "6"}}, "raw": {"H": "16:00", "COD": "93", "DAY": "10", "MON": "05", "NUM": "0006", "PRO": "AC", "YEA": "1938", "CITY": "Le Raincy", "NAME": "AJORET Danielle (THEBAUD)", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19770	alain-marie-claire-1926-08-10	{"e3": "7"}	{"lerrcp": "E3-7"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie-Claire", "family": "Alain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1926-08-10 20:30", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 2.0904, "lat": 48.89643, "name": "Saint-Germain-en-Laye", "geoid": 2979783}, "notime": null, "date-ut": "1926-08-10 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Marie-Claire", "family": "Alain"}, "birth": {"tzo": "+01:00", "date": "1926-08-10 20:30", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 2.0904, "lat": 48.89643, "name": "Saint-Germain-en-Laye", "geoid": 2979783}, "date-ut": "1926-08-10 19:30"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "7"}}, "raw": {"H": "20:30", "COD": "78", "DAY": "10", "MON": "08", "NUM": "0007", "PRO": "MUS", "YEA": "1926", "CITY": "St Germain en Laye", "NAME": "ALAIN Marie-Claire", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19771	albert-charles-daudet-1869-11-23	{"e3": "8"}	{"lerrcp": "E3-8"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles (DAUDET)", "family": "Albert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20", "date": "1869-11-23 03:00", "note": null, "place": {"c1": null, "c2": "84", "c3": "", "cy": "FR", "lg": 5.04813, "lat": 44.05507, "name": "Carpentras", "geoid": 3028542}, "notime": null, "date-ut": "1869-11-23 02:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Charles (DAUDET)", "family": "Albert"}, "birth": {"tzo": "+00:20", "date": "1869-11-23 03:00", "place": {"c2": "84", "c3": "", "cy": "FR", "lg": 5.04813, "lat": 44.05507, "name": "Carpentras", "geoid": 3028542}, "date-ut": "1869-11-23 02:40"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "8"}}, "raw": {"H": "03:00", "COD": "84", "DAY": "23", "MON": "11", "NUM": "0008", "PRO": "JO", "YEA": "1869", "CITY": "Carpentras", "NAME": "ALBERT Charles (DAUDET)", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19772	albert-francois-1877-04-04	{"e3": "9"}	{"lerrcp": "E3-9"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Albert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02", "date": "1877-04-04 03:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1877-04-04 03:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "François", "family": "Albert"}, "birth": {"tzo": "-00:02", "date": "1877-04-04 03:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1877-04-04 03:02"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "9"}}, "raw": {"H": "03:00", "COD": "33", "DAY": "04", "MON": "04", "NUM": "0009", "PRO": "PO", "YEA": "1877", "CITY": "Bordeaux", "NAME": "ALBERT François", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19773	albert-favre-ernest-1868-07-12	{"e3": "10"}	{"lerrcp": "E3-10"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Albert-Favre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1868-07-12 10:00", "note": null, "place": {"c1": null, "c2": "86", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Georges du B", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Albert-Favre"}, "birth": {"tzo": "", "date": "1868-07-12 10:00", "place": {"c2": "86", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Georges du B", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "10"}}, "raw": {"H": "10:00", "COD": "86", "DAY": "12", "MON": "07", "NUM": "0010", "PRO": "PO", "YEA": "1868", "CITY": "St Georges du B", "NAME": "ALBERT-FAVRE Ernest", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19774	albertin-fabien-1879-11-30	{"e3": "11"}	{"lerrcp": "E3-11"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fabien", "family": "Albertin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20", "date": "1879-11-30 02:30", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.05526, "lat": 43.40735, "name": "Martigues", "geoid": 2995387}, "notime": null, "date-ut": "1879-11-30 02:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Fabien", "family": "Albertin"}, "birth": {"tzo": "+00:20", "date": "1879-11-30 02:30", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.05526, "lat": 43.40735, "name": "Martigues", "geoid": 2995387}, "date-ut": "1879-11-30 02:10"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "11"}}, "raw": {"H": "02:30", "COD": "13", "DAY": "30", "MON": "11", "NUM": "0011", "PRO": "PO", "YEA": "1879", "CITY": "Martigues", "NAME": "ALBERTIN Fabien", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19775	alexandre-jacques-claude-1929-10-27	{"e3": "12"}	{"lerrcp": "E3-12"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques Claude", "family": "Alexandre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1929-10-27 21:30", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1929-10-27 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jacques Claude", "family": "Alexandre"}, "birth": {"tzo": "+00:00", "date": "1929-10-27 21:30", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1929-10-27 21:30"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "12"}}, "raw": {"H": "21:30", "COD": "54", "DAY": "27", "MON": "10", "NUM": "0012", "PRO": "JO", "YEA": "1929", "CITY": "Nancy", "NAME": "ALEXANDRE Jacques Claude", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19776	allard-maurice-1860-05-01	{"e3": "13"}	{"lerrcp": "E3-13"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Allard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04", "date": "1860-05-01 12:00", "note": null, "place": {"c1": null, "c2": "37", "c3": "", "cy": "FR", "lg": 0.98266, "lat": 47.41249, "name": "Amboise", "geoid": 3037902}, "notime": null, "date-ut": "1860-05-01 11:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Allard"}, "birth": {"tzo": "+00:04", "date": "1860-05-01 12:00", "place": {"c2": "37", "c3": "", "cy": "FR", "lg": 0.98266, "lat": 47.41249, "name": "Amboise", "geoid": 3037902}, "date-ut": "1860-05-01 11:56"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "13"}}, "raw": {"H": "12:00", "COD": "37", "DAY": "01", "MON": "05", "NUM": "0013", "PRO": "JO", "YEA": "1860", "CITY": "Amboise", "NAME": "ALLARD Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19777	allegre-jean-1896-04-07	{"e3": "14"}	{"lerrcp": "E3-14"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Allegre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1896-04-07 15:00", "note": null, "place": {"c1": null, "c2": "04", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Colmars les Al", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Allegre"}, "birth": {"tzo": "", "date": "1896-04-07 15:00", "place": {"c2": "04", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Colmars les Al", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "14"}}, "raw": {"H": "15:00", "COD": "04", "DAY": "07", "MON": "04", "NUM": "0014", "PRO": "JO", "YEA": "1896", "CITY": "Colmars les Al", "NAME": "ALLEGRE Jean", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19778	ameller-andre-1912-01-02	{"e3": "15"}	{"lerrcp": "E3-15"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Ameller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1912-01-02 04:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Arnavilla", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "André", "family": "Ameller"}, "birth": {"tzo": "", "date": "1912-01-02 04:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Arnavilla", "geoid": 0}, "date-ut": ""}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "15"}}, "raw": {"H": "04:00", "COD": "54", "DAY": "02", "MON": "01", "NUM": "0015", "PRO": "MUS", "YEA": "1912", "CITY": "Arnavilla", "NAME": "AMELLER André", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19779	andraud-henry-1895-04-09	{"e3": "16"}	{"lerrcp": "E3-16"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Andraud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1895-04-09 17:00", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "notime": null, "date-ut": "1895-04-09 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Andraud"}, "birth": {"tzo": "+00:09", "date": "1895-04-09 17:00", "place": {"c2": "63", "c3": "", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "date-ut": "1895-04-09 16:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "16"}}, "raw": {"H": "17:00", "COD": "63", "DAY": "09", "MON": "04", "NUM": "0016", "PRO": "PO", "YEA": "1895", "CITY": "Clermont-Ferrand", "NAME": "ANDRAUD Henry", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19780	andre-maurice-1933-05-21	{"e3": "17"}	{"lerrcp": "E3-17"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Andre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1933-05-21 17:00", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": 4.08082, "lat": 44.12489, "name": "Alès", "geoid": 3038224}, "notime": null, "date-ut": "1933-05-21 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Andre"}, "birth": {"tzo": "+01:00", "date": "1933-05-21 17:00", "place": {"c2": "30", "c3": "", "cy": "FR", "lg": 4.08082, "lat": 44.12489, "name": "Alès", "geoid": 3038224}, "date-ut": "1933-05-21 16:00"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "17"}}, "raw": {"H": "17:00", "COD": "30", "DAY": "21", "MON": "05", "NUM": "0017", "PRO": "MUS", "YEA": "1933", "CITY": "Alès", "NAME": "ANDRE Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19781	andre-pierre-jean-d-1914-01-24	{"e3": "18"}	{"lerrcp": "E3-18"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre Jean d'", "family": "André", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1914-01-24 08:00", "note": null, "place": {"c1": null, "c2": "95", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Soigy sous Montmor", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Pierre Jean d'", "family": "André"}, "birth": {"tzo": "", "date": "1914-01-24 08:00", "place": {"c2": "95", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Soigy sous Montmor", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "18"}}, "raw": {"H": "08:00", "COD": "95", "DAY": "24", "MON": "01", "NUM": "0018", "PRO": "JO", "YEA": "1914", "CITY": "Soigy sous Montmor", "NAME": "ANDRÉ Pierre Jean d'", "NOTE": "*"}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[null]
19782	andrieu-rene-1920-03-24	{"e3": "19"}	{"lerrcp": "E3-19"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Andrieu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-03-24 11:00", "note": null, "place": {"c1": null, "c2": "46", "c3": "", "cy": "FR", "lg": 1.79277, "lat": 44.34562, "name": "Beauregard", "geoid": 3034095}, "notime": null, "date-ut": "1920-03-24 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "René", "family": "Andrieu"}, "birth": {"tzo": "+01:00", "date": "1920-03-24 11:00", "place": {"c2": "46", "c3": "", "cy": "FR", "lg": 1.79277, "lat": 44.34562, "name": "Beauregard", "geoid": 3034095}, "date-ut": "1920-03-24 10:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "19"}}, "raw": {"H": "11:00", "COD": "46", "DAY": "24", "MON": "03", "NUM": "0019", "PRO": "JO", "YEA": "1920", "CITY": "Beauregard", "NAME": "ANDRIEU René", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19783	anjubault-jacques-1918-07-19	{"e3": "20"}	{"lerrcp": "E3-20"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Anjubault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-07-19 19:30", "note": null, "place": {"c1": null, "c2": "61", "c3": "", "cy": "FR", "lg": 0.09311, "lat": 48.43476, "name": "Alençon", "geoid": 3038230}, "notime": null, "date-ut": "1918-07-19 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Anjubault"}, "birth": {"tzo": "+01:00", "date": "1918-07-19 19:30", "place": {"c2": "61", "c3": "", "cy": "FR", "lg": 0.09311, "lat": 48.43476, "name": "Alençon", "geoid": 3038230}, "date-ut": "1918-07-19 18:30"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "20"}}, "raw": {"H": "19:30", "COD": "61", "DAY": "19", "MON": "07", "NUM": "0020", "PRO": "JO", "YEA": "1918", "CITY": "Alençon", "NAME": "ANJUBAULT Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19784	annoux-jean-claude-bourniz-1939-05-15	{"e3": "21"}	{"lerrcp": "E3-21"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Claude (BOURNIZ)", "family": "Annoux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1939-05-15 00:30", "note": null, "place": {"c1": null, "c2": "60", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Beauvals", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean-Claude (BOURNIZ)", "family": "Annoux"}, "birth": {"tzo": "", "date": "1939-05-15 00:30", "place": {"c2": "60", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Beauvals", "geoid": 0}, "date-ut": ""}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "21"}}, "raw": {"H": "00:30", "COD": "60", "DAY": "15", "MON": "05", "NUM": "0021", "PRO": "MUS", "YEA": "1939", "CITY": "Beauvals", "NAME": "ANNOUX Jean-Claude (BOURNIZ)", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19785	anouk-aimee-dreyfus-nic-1932-04-27	{"e3": "22"}	{"lerrcp": "E3-22"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aimée (DREYFUS Nic.)", "family": "Anouk", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1932-04-27 12:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "16", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1932-04-27 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Aimée (DREYFUS Nic.)", "family": "Anouk"}, "birth": {"tzo": "+01:00", "date": "1932-04-27 12:00", "place": {"c2": "75", "c3": "16", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1932-04-27 11:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "22"}}, "raw": {"H": "12:00", "COD": "75", "DAY": "27", "MON": "04", "NUM": "0022", "PRO": "AC", "YEA": "1932", "CITY": "Paris 16ème", "NAME": "ANOUK Aimée (DREYFUS Nic.)", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19786	ansquer-vincent-1925-01-11	{"e3": "23"}	{"lerrcp": "E3-23"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincent", "family": "Ansquer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1925-01-11 23:00", "note": null, "place": {"c1": null, "c2": "85", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Traize-Septiers", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Vincent", "family": "Ansquer"}, "birth": {"tzo": "", "date": "1925-01-11 23:00", "place": {"c2": "85", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Traize-Septiers", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "23"}}, "raw": {"H": "23:00", "COD": "85", "DAY": "11", "MON": "01", "NUM": "0023", "PRO": "PO", "YEA": "1925", "CITY": "Traize-Septiers", "NAME": "ANSQUER Vincent", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19787	anteriou-louis-1887-06-15	{"e3": "24"}	{"lerrcp": "E3-24"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Anteriou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19", "date": "1887-06-15 01:00", "note": null, "place": {"c1": null, "c2": "07", "c3": "", "cy": "FR", "lg": 4.77925, "lat": 44.79958, "name": "La Voulte-sur-Rhône", "geoid": 3005435}, "notime": null, "date-ut": "1887-06-15 00:41"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Anteriou"}, "birth": {"tzo": "+00:19", "date": "1887-06-15 01:00", "place": {"c2": "07", "c3": "", "cy": "FR", "lg": 4.77925, "lat": 44.79958, "name": "La Voulte-sur-Rhône", "geoid": 3005435}, "date-ut": "1887-06-15 00:41"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "24"}}, "raw": {"H": "01:00", "COD": "07", "DAY": "15", "MON": "06", "NUM": "0024", "PRO": "PO", "YEA": "1887", "CITY": "La Voulte/Rhône", "NAME": "ANTERIOU Louis", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19789	appell-pierre-1887-07-03	{"e3": "26"}	{"lerrcp": "E3-26"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Appell", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08", "date": "1887-07-03 16:00", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 2.0904, "lat": 48.89643, "name": "Saint-Germain-en-Laye", "geoid": 2979783}, "notime": null, "date-ut": "1887-07-03 15:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Appell"}, "birth": {"tzo": "+00:08", "date": "1887-07-03 16:00", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 2.0904, "lat": 48.89643, "name": "Saint-Germain-en-Laye", "geoid": 2979783}, "date-ut": "1887-07-03 15:52"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "26"}}, "raw": {"H": "16:00", "COD": "78", "DAY": "03", "MON": "07", "NUM": "0026", "PRO": "PO", "YEA": "1887", "CITY": "St Germain en Laye", "NAME": "APPELL Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19790	archambault-francois-1938-09-10	{"e3": "27"}	{"lerrcp": "E3-27"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Archambault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1938-09-10 08:40", "note": null, "place": {"c1": null, "c2": "37", "c3": "", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "notime": null, "date-ut": "1938-09-10 07:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "François", "family": "Archambault"}, "birth": {"tzo": "+01:00", "date": "1938-09-10 08:40", "place": {"c2": "37", "c3": "", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "date-ut": "1938-09-10 07:40"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "27"}}, "raw": {"H": "08:40", "COD": "37", "DAY": "10", "MON": "09", "NUM": "0027", "PRO": "JO", "YEA": "1938", "CITY": "Tours", "NAME": "ARCHAMBAULT François", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19791	archimbaud-leon-1880-09-23	{"e3": "28"}	{"lerrcp": "E3-28"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Archimbaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1880-09-23 08:00", "note": null, "place": {"c1": null, "c2": "26", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Poyols en Diois", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Archimbaud"}, "birth": {"tzo": "", "date": "1880-09-23 08:00", "place": {"c2": "26", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Poyols en Diois", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "28"}}, "raw": {"H": "08:00", "COD": "26", "DAY": "23", "MON": "09", "NUM": "0028", "PRO": "PO", "YEA": "1880", "CITY": "Poyols en Diois", "NAME": "ARCHIMBAUD Léon", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19793	arnaud-michele-care-1919-03-18	{"e3": "30"}	{"lerrcp": "E3-30"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michèle (CARÉ)", "family": "Arnaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-03-18 11:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1919-03-18 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Michèle (CARÉ)", "family": "Arnaud"}, "birth": {"tzo": "+01:00", "date": "1919-03-18 11:00", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1919-03-18 10:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "30"}}, "raw": {"H": "11:00", "COD": "83", "DAY": "18", "MON": "03", "NUM": "0030", "PRO": "AC", "YEA": "1919", "CITY": "Toulon", "NAME": "ARNAUD Michèle (CARÉ)", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19794	aron-robert-1898-05-25	{"e3": "31"}	{"lerrcp": "E3-31"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Aron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-05-25 03:30", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 2.13308, "lat": 48.89281, "name": "Le Vésinet", "geoid": 2998854}, "notime": null, "date-ut": "1898-05-25 03:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Aron"}, "birth": {"tzo": "+00:09", "date": "1898-05-25 03:30", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 2.13308, "lat": 48.89281, "name": "Le Vésinet", "geoid": 2998854}, "date-ut": "1898-05-25 03:21"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "31"}}, "raw": {"H": "03:30", "COD": "78", "DAY": "25", "MON": "05", "NUM": "0031", "PRO": "WR", "YEA": "1898", "CITY": "Le Vésinet", "NAME": "ARON Robert", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19795	arrieu-lucien-frederic-1913-04-27	{"e3": "32"}	{"lerrcp": "E3-32"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien-Frederic", "family": "Arrieu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-04-27 04:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1913-04-27 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Lucien-Frederic", "family": "Arrieu"}, "birth": {"tzo": "+00:00", "date": "1913-04-27 04:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1913-04-27 04:00"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "32"}}, "raw": {"H": "04:00", "COD": "13", "DAY": "27", "MON": "04", "NUM": "0032", "PRO": "PAI", "YEA": "1913", "CITY": "Marseille", "NAME": "ARRIEU Lucien-Frederic", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19796	arrivets-charles-1920-10-28	{"e3": "33"}	{"lerrcp": "E3-33"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Arrivets", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1920-10-28 22:00", "note": null, "place": {"c1": null, "c2": "47", "c3": "", "cy": "FR", "lg": 0.62055, "lat": 44.20199, "name": "Agen", "geoid": 3038634}, "notime": null, "date-ut": "1920-10-28 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Arrivets"}, "birth": {"tzo": "+00:00", "date": "1920-10-28 22:00", "place": {"c2": "47", "c3": "", "cy": "FR", "lg": 0.62055, "lat": 44.20199, "name": "Agen", "geoid": 3038634}, "date-ut": "1920-10-28 22:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "33"}}, "raw": {"H": "22:00", "COD": "47", "DAY": "28", "MON": "10", "NUM": "0033", "PRO": "JO", "YEA": "1920", "CITY": "Agen", "NAME": "ARRIVETS Charles", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19797	asse-genevieve-bodin-1923-01-24	{"e3": "34"}	{"lerrcp": "E3-34"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Geneviève (BODIN)", "family": "Asse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-01-24 20:10", "note": null, "place": {"c1": null, "c2": "56", "c3": "", "cy": "FR", "lg": -2.76205, "lat": 47.65688, "name": "Vannes", "geoid": 2970777}, "notime": null, "date-ut": "1923-01-24 20:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Geneviève (BODIN)", "family": "Asse"}, "birth": {"tzo": "+00:00", "date": "1923-01-24 20:10", "place": {"c2": "56", "c3": "", "cy": "FR", "lg": -2.76205, "lat": 47.65688, "name": "Vannes", "geoid": 2970777}, "date-ut": "1923-01-24 20:10"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "34"}}, "raw": {"H": "20:10", "COD": "56", "DAY": "24", "MON": "01", "NUM": "0034", "PRO": "PAI", "YEA": "1923", "CITY": "Vannes", "NAME": "ASSE Geneviève (BODIN)", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19798	astier-de-la-vigerie-emm-1900-01-06	{"e3": "35"}	{"lerrcp": "E3-35"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emm.", "family": "Astier De La Vigerie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1900-01-06 19:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "08", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1900-01-06 18:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Emm.", "family": "Astier De La Vigerie"}, "birth": {"tzo": "+00:09", "date": "1900-01-06 19:00", "place": {"c2": "75", "c3": "08", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1900-01-06 18:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "35"}}, "raw": {"H": "19:00", "COD": "75", "DAY": "06", "MON": "01", "NUM": "0035", "PRO": "PO", "YEA": "1900", "CITY": "Paris 08ème", "NAME": "ASTIER DE LA VIGERIE Emm.", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19799	atger-philipps-1928-08-29	{"e3": "36"}	{"lerrcp": "E3-36"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philipps", "family": "Atger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1928-08-29 19:00", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": 3.98495, "lat": 44.055, "name": "Anduze", "geoid": 3037682}, "notime": null, "date-ut": "1928-08-29 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Philipps", "family": "Atger"}, "birth": {"tzo": "+01:00", "date": "1928-08-29 19:00", "place": {"c2": "30", "c3": "", "cy": "FR", "lg": 3.98495, "lat": 44.055, "name": "Anduze", "geoid": 3037682}, "date-ut": "1928-08-29 18:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "36"}}, "raw": {"H": "19:00", "COD": "30", "DAY": "29", "MON": "08", "NUM": "0036", "PRO": "JO", "YEA": "1928", "CITY": "Anduze", "NAME": "ATGER Philipps", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19800	aubarede-gabriel-d-1898-09-28	{"e3": "37"}	{"lerrcp": "E3-37"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel d'", "family": "Aubarede", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-09-28 11:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1898-09-28 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Gabriel d'", "family": "Aubarede"}, "birth": {"tzo": "+00:09", "date": "1898-09-28 11:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1898-09-28 10:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "37"}}, "raw": {"H": "11:00", "COD": "13", "DAY": "28", "MON": "09", "NUM": "0037", "PRO": "WR", "YEA": "1898", "CITY": "Marseille", "NAME": "AUBAREDE Gabriel d'", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19801	aubaud-raoul-1881-11-03	{"e3": "38"}	{"lerrcp": "E3-38"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raoul", "family": "Aubaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1881-11-03 11:30", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1881-11-03 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Raoul", "family": "Aubaud"}, "birth": {"tzo": "+00:00", "date": "1881-11-03 11:30", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1881-11-03 11:30"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "38"}}, "raw": {"H": "11:30", "COD": "76", "DAY": "03", "MON": "11", "NUM": "0038", "PRO": "PO", "YEA": "1881", "CITY": "Le Havre", "NAME": "AUBAUD Raoul", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19802	aubertot-jean-1932-10-02	{"e3": "39"}	{"lerrcp": "E3-39"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Aubertot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1932-10-02 09:00", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 3.05013, "lat": 45.76497, "name": "Royat", "geoid": 2982338}, "notime": null, "date-ut": "1932-10-02 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Aubertot"}, "birth": {"tzo": "+00:00", "date": "1932-10-02 09:00", "place": {"c2": "63", "c3": "", "cy": "FR", "lg": 3.05013, "lat": 45.76497, "name": "Royat", "geoid": 2982338}, "date-ut": "1932-10-02 09:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "39"}}, "raw": {"H": "09:00", "COD": "63", "DAY": "02", "MON": "10", "NUM": "0039", "PRO": "JO", "YEA": "1932", "CITY": "Royat", "NAME": "AUBERTOT Jean", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19803	aubry-cecile-benard-anne-1928-08-03	{"e3": "40"}	{"lerrcp": "E3-40"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cécile (BENARD Anne)", "family": "Aubry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1928-08-03 22:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "16", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1928-08-03 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Cécile (BENARD Anne)", "family": "Aubry"}, "birth": {"tzo": "+01:00", "date": "1928-08-03 22:30", "place": {"c2": "75", "c3": "16", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1928-08-03 21:30"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "40"}}, "raw": {"H": "22:30", "COD": "75", "DAY": "03", "MON": "08", "NUM": "0040", "PRO": "WR", "YEA": "1928", "CITY": "Paris 16ème", "NAME": "AUBRY Cécile (BENARD Anne)", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19804	audran-stephane-dacheville-1932-11-08	{"e3": "41"}	{"lerrcp": "E3-41"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stéphane (DACHEVILLE)", "family": "Audran", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1932-11-08 02:15", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1932-11-08 02:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Stéphane (DACHEVILLE)", "family": "Audran"}, "birth": {"tzo": "+00:00", "date": "1932-11-08 02:15", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1932-11-08 02:15"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "41"}}, "raw": {"H": "02:15", "COD": "78", "DAY": "08", "MON": "11", "NUM": "0041", "PRO": "AC", "YEA": "1932", "CITY": "Versailles", "NAME": "AUDRAN Stéphane (DACHEVILLE)", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19805	audry-colette-1906-07-06	{"e3": "42"}	{"lerrcp": "E3-42"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Colette", "family": "Audry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-07-06 03:00", "note": null, "place": {"c1": null, "c2": "84", "c3": "", "cy": "FR", "lg": 4.81025, "lat": 44.13806, "name": "Orange", "geoid": 2989460}, "notime": null, "date-ut": "1906-07-06 02:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Colette", "family": "Audry"}, "birth": {"tzo": "+00:09", "date": "1906-07-06 03:00", "place": {"c2": "84", "c3": "", "cy": "FR", "lg": 4.81025, "lat": 44.13806, "name": "Orange", "geoid": 2989460}, "date-ut": "1906-07-06 02:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "42"}}, "raw": {"H": "03:00", "COD": "84", "DAY": "06", "MON": "07", "NUM": "0042", "PRO": "WR", "YEA": "1906", "CITY": "Orange", "NAME": "AUDRY Colette", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19806	aufray-hugues-auffray-1929-08-18	{"e3": "43"}	{"lerrcp": "E3-43"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hugues (AUFFRAY)", "family": "Aufray", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1929-08-18 08:15", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1929-08-18 07:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Hugues (AUFFRAY)", "family": "Aufray"}, "birth": {"tzo": "+01:00", "date": "1929-08-18 08:15", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1929-08-18 07:15"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "43"}}, "raw": {"H": "08:15", "COD": "92", "DAY": "18", "MON": "08", "NUM": "0043", "PRO": "AC", "YEA": "1929", "CITY": "Neuilly sur Seine", "NAME": "AUFRAY Hugues (AUFFRAY)", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19807	augagneur-victor-1855-05-16	{"e3": "44"}	{"lerrcp": "E3-44"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Augagneur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1855-05-16 23:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Lyon ler", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Augagneur"}, "birth": {"tzo": "", "date": "1855-05-16 23:00", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Lyon ler", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "44"}}, "raw": {"H": "23:00", "COD": "69", "DAY": "16", "MON": "05", "NUM": "0044", "PRO": "PO", "YEA": "1855", "CITY": "Lyon ler", "NAME": "AUGAGNEUR Victor", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19808	aumonier-andre-1916-02-25	{"e3": "45"}	{"lerrcp": "E3-45"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Aumonier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-02-25 07:30", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": -2.00877, "lat": 48.64738, "name": "Saint-Malo", "geoid": 2978640}, "notime": null, "date-ut": "1916-02-25 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "André", "family": "Aumonier"}, "birth": {"tzo": "+00:00", "date": "1916-02-25 07:30", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": -2.00877, "lat": 48.64738, "name": "Saint-Malo", "geoid": 2978640}, "date-ut": "1916-02-25 07:30"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "45"}}, "raw": {"H": "07:30", "COD": "35", "DAY": "25", "MON": "02", "NUM": "0045", "PRO": "JO", "YEA": "1916", "CITY": "St Malo", "NAME": "AUMONIER André", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19809	auphan-louis-francois-1902-08-28	{"e3": "46"}	{"lerrcp": "E3-46"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis-François", "family": "Auphan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1902-08-28 05:00", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": 4.08082, "lat": 44.12489, "name": "Alès", "geoid": 3038224}, "notime": null, "date-ut": "1902-08-28 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Louis-François", "family": "Auphan"}, "birth": {"tzo": "+00:09", "date": "1902-08-28 05:00", "place": {"c2": "30", "c3": "", "cy": "FR", "lg": 4.08082, "lat": 44.12489, "name": "Alès", "geoid": 3038224}, "date-ut": "1902-08-28 04:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "46"}}, "raw": {"H": "05:00", "COD": "30", "DAY": "28", "MON": "08", "NUM": "0046", "PRO": "JO", "YEA": "1902", "CITY": "Alès", "NAME": "AUPHAN Louis-François", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19810	auriol-vincent-1884-08-27	{"e3": "47"}	{"lerrcp": "E3-47"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincent", "family": "Auriol", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08", "date": "1884-08-27 18:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 2.00437, "lat": 43.4589, "name": "Revel", "geoid": 2983833}, "notime": null, "date-ut": "1884-08-27 17:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Vincent", "family": "Auriol"}, "birth": {"tzo": "+00:08", "date": "1884-08-27 18:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 2.00437, "lat": 43.4589, "name": "Revel", "geoid": 2983833}, "date-ut": "1884-08-27 17:52"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "47"}}, "raw": {"H": "18:00", "COD": "31", "DAY": "27", "MON": "08", "NUM": "0047", "PRO": "PO", "YEA": "1884", "CITY": "Revel", "NAME": "AURIOL Vincent", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19811	aury-dominique-desclos-a-1907-09-23	{"e3": "48"}	{"lerrcp": "E3-48"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dominique(DESCLOS A.)", "family": "Aury", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1907-09-23 14:00", "note": null, "place": {"c1": null, "c2": "17", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Rochefort sur Mer", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Dominique(DESCLOS A.)", "family": "Aury"}, "birth": {"tzo": "", "date": "1907-09-23 14:00", "place": {"c2": "17", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Rochefort sur Mer", "geoid": 0}, "date-ut": ""}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "48"}}, "raw": {"H": "14:00", "COD": "17", "DAY": "23", "MON": "09", "NUM": "0048", "PRO": "WR", "YEA": "1907", "CITY": "Rochefort sur Mer", "NAME": "AURY Dominique(DESCLOS A.)", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19812	avron-philippe-1928-09-18	{"e3": "49"}	{"lerrcp": "E3-49"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Avron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1928-09-18 05:30", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": -2.51797, "lat": 47.29276, "name": "Le Croisic", "geoid": 3004418}, "notime": null, "date-ut": "1928-09-18 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Avron"}, "birth": {"tzo": "+01:00", "date": "1928-09-18 05:30", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": -2.51797, "lat": 47.29276, "name": "Le Croisic", "geoid": 3004418}, "date-ut": "1928-09-18 04:30"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "49"}}, "raw": {"H": "05:30", "COD": "44", "DAY": "18", "MON": "09", "NUM": "0049", "PRO": "AC", "YEA": "1928", "CITY": "Le Croisic", "NAME": "AVRON Philippe", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19813	aycard-albert-1922-01-02	{"e3": "50"}	{"lerrcp": "E3-50"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Aycard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-01-02 08:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1922-01-02 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Aycard"}, "birth": {"tzo": "+00:00", "date": "1922-01-02 08:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1922-01-02 08:00"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "50"}}, "raw": {"H": "08:00", "COD": "13", "DAY": "02", "MON": "01", "NUM": "0050", "PRO": "WR", "YEA": "1922", "CITY": "Marseille", "NAME": "AYCARD Albert", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19814	aznavour-charles-aznaourian-1924-05-22	{"e3": "51"}	{"lerrcp": "E3-51"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles (AZNAOURIAN)", "family": "Aznavour", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1924-05-22 00:15", "note": null, "place": {"c1": null, "c2": "75", "c3": "6", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1924-05-21 23:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Charles (AZNAOURIAN)", "family": "Aznavour"}, "birth": {"tzo": "+01:00", "date": "1924-05-22 00:15", "place": {"c2": "75", "c3": "6", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1924-05-21 23:15"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "51"}}, "raw": {"H": "00:15", "COD": "75", "DAY": "22", "MON": "05", "NUM": "0051", "PRO": "AC", "YEA": "1924", "CITY": "Paris 6ieme", "NAME": "AZNAVOUR Charles (AZNAOURIAN)", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19815	ballet-andre-etienne-1903-05-23	{"e3": "52"}	{"lerrcp": "E3-52"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André Etienne", "family": "Ballet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1903-05-23 08:15", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 5.69602, "lat": 48.35557, "name": "Neufchâteau", "geoid": 2990682}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "André Etienne", "family": "Ballet"}, "birth": {"tzo": "", "date": "1903-05-23 08:15", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 5.69602, "lat": 48.35557, "name": "Neufchâteau", "geoid": 2990682}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "52"}}, "raw": {"H": "08:15", "COD": "88", "DAY": "23", "MON": "05", "NUM": "0052", "PRO": "JO", "YEA": "1903", "CITY": "Neufchateau", "NAME": "BALLET André Etienne", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19816	baragnon-numa-1835-11-24	{"e3": "53"}	{"lerrcp": "E3-53"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Numa", "family": "Baragnon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17", "date": "1835-11-24 01:00", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1835-11-24 00:43"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Numa", "family": "Baragnon"}, "birth": {"tzo": "+00:17", "date": "1835-11-24 01:00", "place": {"c2": "30", "c3": "", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1835-11-24 00:43"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "53"}}, "raw": {"H": "01:00", "COD": "30", "DAY": "24", "MON": "11", "NUM": "0053", "PRO": "PO", "YEA": "1835", "CITY": "Nîmes", "NAME": "BARAGNON Numa", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19817	barbara-serf-monique-1930-06-09	{"e3": "54"}	{"lerrcp": "E3-54"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(SERF Monique)", "family": "Barbara", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1930-06-09 16:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "17", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1930-06-09 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(SERF Monique)", "family": "Barbara"}, "birth": {"tzo": "+01:00", "date": "1930-06-09 16:00", "place": {"c2": "75", "c3": "17", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1930-06-09 15:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "54"}}, "raw": {"H": "16:00", "COD": "75", "DAY": "09", "MON": "06", "NUM": "0054", "PRO": "AC", "YEA": "1930", "CITY": "Paris 17 ièma", "NAME": "BARBARA (SERF Monique)", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19818	barbe-francois-paul-1836-02-04	{"e3": "55"}	{"lerrcp": "E3-55"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François Paul", "family": "Barbé", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25", "date": "1836-02-04 16:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1836-02-04 15:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "François Paul", "family": "Barbé"}, "birth": {"tzo": "+00:25", "date": "1836-02-04 16:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1836-02-04 15:35"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "55"}}, "raw": {"H": "16:00", "COD": "54", "DAY": "04", "MON": "02", "NUM": "0055", "PRO": "PO", "YEA": "1836", "CITY": "Nancy", "NAME": "BARBÉ François Paul", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19819	barbe-huguea-vincent-1929-12-27	{"e3": "56"}	{"lerrcp": "E3-56"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Huguea-Vincent", "family": "Barbe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1929-12-27 09:30", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -1.34522, "lat": 43.26673, "name": "Bidarray", "geoid": 3032768}, "notime": null, "date-ut": "1929-12-27 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Huguea-Vincent", "family": "Barbe"}, "birth": {"tzo": "+00:00", "date": "1929-12-27 09:30", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": -1.34522, "lat": 43.26673, "name": "Bidarray", "geoid": 3032768}, "date-ut": "1929-12-27 09:30"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "56"}}, "raw": {"H": "09:30", "COD": "64", "DAY": "27", "MON": "12", "NUM": "0056", "PRO": "JO", "YEA": "1929", "CITY": "Bidarray", "NAME": "BARBE Huguea-Vincent", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19820	barbey-edouard-1831-09-02	{"e3": "57"}	{"lerrcp": "E3-57"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Barbey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13", "date": "1831-09-02 05:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "notime": null, "date-ut": "1831-09-02 04:47"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Barbey"}, "birth": {"tzo": "+00:13", "date": "1831-09-02 05:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "date-ut": "1831-09-02 04:47"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "57"}}, "raw": {"H": "05:00", "COD": "34", "DAY": "02", "MON": "09", "NUM": "0057", "PRO": "PO", "YEA": "1831", "CITY": "Béziers", "NAME": "BARBEY Edouard", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19822	bardoux-benjamin-1829-01-15	{"e3": "59"}	{"lerrcp": "E3-59"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benjamin", "family": "Bardoux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10", "date": "1829-01-15 19:00", "note": null, "place": {"c1": null, "c2": "18", "c3": "", "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "notime": null, "date-ut": "1829-01-15 18:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Benjamin", "family": "Bardoux"}, "birth": {"tzo": "+00:10", "date": "1829-01-15 19:00", "place": {"c2": "18", "c3": "", "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "date-ut": "1829-01-15 18:50"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "59"}}, "raw": {"H": "19:00", "COD": "18", "DAY": "15", "MON": "01", "NUM": "0059", "PRO": "PO", "YEA": "1829", "CITY": "Bourges", "NAME": "BARDOUX Benjamin", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19823	barel-virgile-1889-12-17	{"e3": "60"}	{"lerrcp": "E3-60"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Virgile", "family": "Barel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29", "date": "1889-12-17 10:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.32152, "lat": 43.75508, "name": "Drap", "geoid": 3020834}, "notime": null, "date-ut": "1889-12-17 09:31"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Virgile", "family": "Barel"}, "birth": {"tzo": "+00:29", "date": "1889-12-17 10:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.32152, "lat": 43.75508, "name": "Drap", "geoid": 3020834}, "date-ut": "1889-12-17 09:31"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "60"}}, "raw": {"H": "10:00", "COD": "06", "DAY": "17", "MON": "12", "NUM": "0060", "PRO": "PO", "YEA": "1889", "CITY": "Drap", "NAME": "BAREL Virgile", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19824	barety-leon-1883-10-18	{"e3": "61"}	{"lerrcp": "E3-61"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Barety", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29", "date": "1883-10-18 08:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1883-10-18 07:31"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Barety"}, "birth": {"tzo": "+00:29", "date": "1883-10-18 08:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1883-10-18 07:31"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "61"}}, "raw": {"H": "08:00", "COD": "06", "DAY": "18", "MON": "10", "NUM": "0061", "PRO": "PO", "YEA": "1883", "CITY": "Nice", "NAME": "BARETY Léon", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19825	barial-jean-1931-05-07	{"e3": "62"}	{"lerrcp": "E3-62"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Barial", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1931-05-07 14:00", "note": null, "place": {"c1": null, "c2": "19", "c3": "", "cy": "FR", "lg": 1.524, "lat": 45.22731, "name": "Donzenac", "geoid": 3021062}, "notime": null, "date-ut": "1931-05-07 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Barial"}, "birth": {"tzo": "+01:00", "date": "1931-05-07 14:00", "place": {"c2": "19", "c3": "", "cy": "FR", "lg": 1.524, "lat": 45.22731, "name": "Donzenac", "geoid": 3021062}, "date-ut": "1931-05-07 13:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "62"}}, "raw": {"H": "14:00", "COD": "19", "DAY": "07", "MON": "05", "NUM": "0062", "PRO": "JO", "YEA": "1931", "CITY": "Donzenac", "NAME": "BARIAL Jean", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19826	barray-gerard-barraille-1931-11-02	{"e3": "63"}	{"lerrcp": "E3-63"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gerard (BARRAILLE)", "family": "Barray", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1931-11-02 16:15", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1931-11-02 16:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gerard (BARRAILLE)", "family": "Barray"}, "birth": {"tzo": "+00:00", "date": "1931-11-02 16:15", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1931-11-02 16:15"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "63"}}, "raw": {"H": "16:15", "COD": "31", "DAY": "02", "MON": "11", "NUM": "0063", "PRO": "AC", "YEA": "1931", "CITY": "Toulouse", "NAME": "BARRAY Gerard (BARRAILLE)", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19827	barre-raymond-1924-04-12	{"e3": "64"}	{"lerrcp": "E3-64"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Barre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1924-04-12 06:30", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Denis de la Réun", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Barre"}, "birth": {"tzo": "", "date": "1924-04-12 06:30", "place": {"c2": "74", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Denis de la Réun", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "64"}}, "raw": {"H": "06:30", "COD": "74", "DAY": "12", "MON": "04", "NUM": "0064", "PRO": "PO", "YEA": "1924", "CITY": "St Denis de la Réun", "NAME": "BARRE Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
13870	barres-maurice-1862-08-17	{"a6": "59", "e3": "65"}	{"lerrcp": "A6-59"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Barres", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:10", "date": "1862-08-17 15:00", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.29117, "lat": 48.3722, "name": "Charmes", "geoid": 3026588}, "notime": null, "date-ut": "1862-08-17 14:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "politician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Barres"}, "birth": {"tzo": "+00:25:10", "date": "1862-08-17 15:00", "place": {"c2": "88", "cy": "FR", "lg": 6.29117, "lat": 48.3722, "name": "Charmes", "geoid": 3026588}, "date-ut": "1862-08-17 14:34:08"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-59"}, "ids-in-sources": {"a6": "59"}}, "raw": {"H": "14", "MN": "34", "TZ": "0", "COD": "88", "COU": "F", "DAY": "17", "LAT": "48N10", "LON": "6E28", "MON": "8", "NUM": "59", "PRO": "W", "SEC": "8", "YEA": "1862", "CITY": "CHARMES"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:47+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": ["politician"], "ids-in-sources": {"e3": "65"}}, "raw": {"H": "15:00", "COD": "88", "DAY": "17", "MON": "08", "NUM": "0065", "PRO": "PO", "YEA": "1862", "CITY": "Charmes", "NAME": "BARRES Maurice", "NOTE": "*"}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19829	barrot-jacques-1937-02-03	{"e3": "67"}	{"lerrcp": "E3-67"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Barrot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1937-02-03 03:30", "note": null, "place": {"c1": null, "c2": "43", "c3": "", "cy": "FR", "lg": 4.12372, "lat": 45.14282, "name": "Yssingeaux", "geoid": 2967203}, "notime": null, "date-ut": "1937-02-03 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Barrot"}, "birth": {"tzo": "+00:00", "date": "1937-02-03 03:30", "place": {"c2": "43", "c3": "", "cy": "FR", "lg": 4.12372, "lat": 45.14282, "name": "Yssingeaux", "geoid": 2967203}, "date-ut": "1937-02-03 03:30"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "67"}}, "raw": {"H": "03:30", "COD": "43", "DAY": "03", "MON": "02", "NUM": "0067", "PRO": "PO", "YEA": "1937", "CITY": "Yssingeaux", "NAME": "BARROT Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19830	barsalou-joseph-1903-11-16	{"e3": "68"}	{"lerrcp": "E3-68"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Barsalou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1903-11-16 10:00", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Carcasonne", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Barsalou"}, "birth": {"tzo": "", "date": "1903-11-16 10:00", "place": {"c2": "11", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Carcasonne", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "68"}}, "raw": {"H": "10:00", "COD": "11", "DAY": "16", "MON": "11", "NUM": "0068", "PRO": "JO", "YEA": "1903", "CITY": "Carcasonne", "NAME": "BARSALOU Joseph", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19831	barthes-roland-1915-11-12	{"e3": "69"}	{"lerrcp": "E3-69"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roland", "family": "Barthes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1915-11-12 09:00", "note": null, "place": {"c1": null, "c2": "50", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Cherbourg", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Roland", "family": "Barthes"}, "birth": {"tzo": "", "date": "1915-11-12 09:00", "place": {"c2": "50", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Cherbourg", "geoid": 0}, "date-ut": ""}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "69"}}, "raw": {"H": "09:00", "COD": "50", "DAY": "12", "MON": "11", "NUM": "0069", "PRO": "WR", "YEA": "1915", "CITY": "Cherbourg", "NAME": "BARTHES Roland", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19832	barthou-louis-1862-08-25	{"e3": "70"}	{"lerrcp": "E3-70"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Barthou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1862-08-25 01:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Oloron Ste Marie", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Barthou"}, "birth": {"tzo": "", "date": "1862-08-25 01:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Oloron Ste Marie", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "70"}}, "raw": {"H": "01:00", "COD": "64", "DAY": "25", "MON": "08", "NUM": "0070", "PRO": "PO", "YEA": "1862", "CITY": "Oloron Ste Marie", "NAME": "BARTHOU Louis", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19833	bassi-michel-1935-07-09	{"e3": "71"}	{"lerrcp": "E3-71"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Bassi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1935-07-09 09:30", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.48255, "lat": 48.83669, "name": "Nogent-sur-Marne", "geoid": 2990265}, "notime": null, "date-ut": "1935-07-09 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Bassi"}, "birth": {"tzo": "+01:00", "date": "1935-07-09 09:30", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.48255, "lat": 48.83669, "name": "Nogent-sur-Marne", "geoid": 2990265}, "date-ut": "1935-07-09 08:30"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "71"}}, "raw": {"H": "09:30", "COD": "94", "DAY": "09", "MON": "07", "NUM": "0071", "PRO": "JO", "YEA": "1935", "CITY": "Nogent sur Marne", "NAME": "BASSI Michel", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19834	baudin-pierre-1863-08-21	{"e3": "72"}	{"lerrcp": "E3-72"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Baudin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22", "date": "1863-08-21 21:30", "note": null, "place": {"c1": null, "c2": "01", "c3": "", "cy": "FR", "lg": 5.60601, "lat": 46.15343, "name": "Nantua", "geoid": 2990932}, "notime": null, "date-ut": "1863-08-21 21:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Baudin"}, "birth": {"tzo": "+00:22", "date": "1863-08-21 21:30", "place": {"c2": "01", "c3": "", "cy": "FR", "lg": 5.60601, "lat": 46.15343, "name": "Nantua", "geoid": 2990932}, "date-ut": "1863-08-21 21:08"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "72"}}, "raw": {"H": "21:30", "COD": "01", "DAY": "21", "MON": "08", "NUM": "0072", "PRO": "PO", "YEA": "1863", "CITY": "Nantua", "NAME": "BAUDIN Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19835	baylot-jean-1897-03-27	{"e3": "73"}	{"lerrcp": "E3-73"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Baylot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1897-03-27 04:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "notime": null, "date-ut": "1897-03-27 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Baylot"}, "birth": {"tzo": "+00:09", "date": "1897-03-27 04:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "date-ut": "1897-03-27 03:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "73"}}, "raw": {"H": "04:00", "COD": "64", "DAY": "27", "MON": "03", "NUM": "0073", "PRO": "PO", "YEA": "1897", "CITY": "Pau", "NAME": "BAYLOT Jean", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19836	bazile-gaston-1883-02-16	{"e3": "75"}	{"lerrcp": "E3-75"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Bazile", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17", "date": "1883-02-16 01:00", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": 4.27587, "lat": 43.69386, "name": "Vauvert", "geoid": 2970407}, "notime": null, "date-ut": "1883-02-16 00:43"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Bazile"}, "birth": {"tzo": "+00:17", "date": "1883-02-16 01:00", "place": {"c2": "30", "c3": "", "cy": "FR", "lg": 4.27587, "lat": 43.69386, "name": "Vauvert", "geoid": 2970407}, "date-ut": "1883-02-16 00:43"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "75"}}, "raw": {"H": "01:00", "COD": "30", "DAY": "16", "MON": "02", "NUM": "0075", "PRO": "PO", "YEA": "1883", "CITY": "Vauvert", "NAME": "BAZILE Gaston", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19837	beauchamps-annik-rauglaudre-1940-06-17	{"e3": "76"}	{"lerrcp": "E3-76"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Annik (RAUGLAUDRE)", "family": "Beauchamps", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1940-06-17 16:50", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Cauderan-Bordeaux", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Annik (RAUGLAUDRE)", "family": "Beauchamps"}, "birth": {"tzo": "", "date": "1940-06-17 16:50", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Cauderan-Bordeaux", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "76"}}, "raw": {"H": "16:50", "COD": "33", "DAY": "17", "MON": "06", "NUM": "0076", "PRO": "JO", "YEA": "1940", "CITY": "Cauderan-Bordeaux", "NAME": "BEAUCHAMPS Annik (RAUGLAUDRE)", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19838	beaudin-andre-1895-02-03	{"e3": "77"}	{"lerrcp": "E3-77"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Beaudin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1895-02-03 12:00", "note": null, "place": {"c1": null, "c2": "91", "c3": "", "cy": "FR", "lg": 2.44384, "lat": 48.56903, "name": "Mennecy", "geoid": 2994534}, "notime": null, "date-ut": "1895-02-03 11:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "André", "family": "Beaudin"}, "birth": {"tzo": "+00:09", "date": "1895-02-03 12:00", "place": {"c2": "91", "c3": "", "cy": "FR", "lg": 2.44384, "lat": 48.56903, "name": "Mennecy", "geoid": 2994534}, "date-ut": "1895-02-03 11:51"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "77"}}, "raw": {"H": "12:00", "COD": "91", "DAY": "03", "MON": "02", "NUM": "0077", "PRO": "PAI", "YEA": "1895", "CITY": "Mennecy", "NAME": "BEAUDIN André", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19839	beaujouan-guy-1925-06-23	{"e3": "78"}	{"lerrcp": "E3-78"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Beaujouan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1925-06-23 08:00", "note": null, "place": {"c1": null, "c2": "45", "c3": "", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1925-06-23 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Beaujouan"}, "birth": {"tzo": "+01:00", "date": "1925-06-23 08:00", "place": {"c2": "45", "c3": "", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1925-06-23 07:00"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "78"}}, "raw": {"H": "08:00", "COD": "45", "DAY": "23", "MON": "06", "NUM": "0078", "PRO": "WR", "YEA": "1925", "CITY": "Orléans", "NAME": "BEAUJOUAN Guy", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19840	beaumont-germaine-battendier-1890-10-31	{"e3": "79"}	{"lerrcp": "E3-79"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Germaine (BATTENDIER)", "family": "Beaumont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1890-10-31 15:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Le Petit-Couronne", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Germaine (BATTENDIER)", "family": "Beaumont"}, "birth": {"tzo": "", "date": "1890-10-31 15:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Le Petit-Couronne", "geoid": 0}, "date-ut": ""}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "79"}}, "raw": {"H": "15:00", "COD": "76", "DAY": "31", "MON": "10", "NUM": "0079", "PRO": "WR", "YEA": "1890", "CITY": "Le Petit-Couronne", "NAME": "BEAUMONT Germaine (BATTENDIER)", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19842	becuwe-maurice-1910-01-31	{"e3": "81"}	{"lerrcp": "E3-81"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Bécuwe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1910-01-31 02:15", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Dailleul", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Bécuwe"}, "birth": {"tzo": "", "date": "1910-01-31 02:15", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Dailleul", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "81"}}, "raw": {"H": "02:15", "COD": "59", "DAY": "31", "MON": "01", "NUM": "0081", "PRO": "JO", "YEA": "1910", "CITY": "Dailleul", "NAME": "BÉCUWE Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19843	bedos-guy-1934-06-15	{"e3": "82"}	{"lerrcp": "E3-82"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Bedos", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1934-06-15 22:00", "note": null, "place": {"c1": null, "c2": "", "c3": "", "cy": "DZ", "lg": 3.08746, "lat": 36.73225, "name": "Alger", "geoid": 2507480}, "notime": null, "date-ut": "1934-06-15 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Bedos"}, "birth": {"tzo": "+01:00", "date": "1934-06-15 22:00", "place": {"c2": "", "c3": "", "cy": "DZ", "lg": 3.08746, "lat": 36.73225, "name": "Alger", "geoid": 2507480}, "date-ut": "1934-06-15 21:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "82"}}, "raw": {"H": "22:00", "COD": "ALG", "DAY": "15", "MON": "06", "NUM": "0082", "PRO": "AC", "YEA": "1934", "CITY": "Alger - Algérie", "NAME": "BEDOS Guy", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19844	bedouce-albert-1869-01-08	{"e3": "83"}	{"lerrcp": "E3-83"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Bedouce", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06", "date": "1869-01-08 10:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1869-01-08 09:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Bedouce"}, "birth": {"tzo": "+00:06", "date": "1869-01-08 10:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1869-01-08 09:54"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "83"}}, "raw": {"H": "10:00", "COD": "31", "DAY": "08", "MON": "01", "NUM": "0083", "PRO": "PO", "YEA": "1869", "CITY": "Toulouse", "NAME": "BEDOUCE Albert", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19845	beer-jean-de-debeer-1911-09-21	{"e3": "84"}	{"lerrcp": "E3-84"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean de (DEBEER)", "family": "Beer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-09-21 12:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1911-09-21 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jean de (DEBEER)", "family": "Beer"}, "birth": {"tzo": "+00:00", "date": "1911-09-21 12:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1911-09-21 12:30"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "84"}}, "raw": {"H": "12:30", "COD": "59", "DAY": "21", "MON": "09", "NUM": "0084", "PRO": "WR", "YEA": "1911", "CITY": "Roubaix", "NAME": "BEER Jean de (DEBEER)", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19847	bejart-maurice-berger-1927-01-01	{"e3": "86"}	{"lerrcp": "E3-86"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice (BERGER)", "family": "Bejart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1927-01-01 18:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1927-01-01 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["dancer"]	5	null	[{"new": {"name": {"given": "Maurice (BERGER)", "family": "Bejart"}, "birth": {"tzo": "+00:00", "date": "1927-01-01 18:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1927-01-01 18:00"}, "occus": ["dancer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "86"}}, "raw": {"H": "18:00", "COD": "13", "DAY": "01", "MON": "01", "NUM": "0086", "PRO": "DAN", "YEA": "1927", "CITY": "Marseille", "NAME": "BEJART Maurice (BERGER)", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19848	bell-marie-bellon-1900-12-23	{"e3": "87"}	{"lerrcp": "E3-87"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie (BELLON)", "family": "Bell", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1900-12-23 20:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1900-12-23 19:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marie (BELLON)", "family": "Bell"}, "birth": {"tzo": "+00:09", "date": "1900-12-23 20:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1900-12-23 19:51"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "87"}}, "raw": {"H": "20:00", "COD": "33", "DAY": "23", "MON": "12", "NUM": "0087", "PRO": "AC", "YEA": "1900", "CITY": "Bordeaux", "NAME": "BELL Marie (BELLON)", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19849	bellanger-claude-1910-04-02	{"e3": "88"}	{"lerrcp": "E3-88"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Bellanger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-04-02 15:00", "note": null, "place": {"c1": null, "c2": "72", "c3": "", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "notime": null, "date-ut": "1910-04-02 14:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Bellanger"}, "birth": {"tzo": "+00:09", "date": "1910-04-02 15:00", "place": {"c2": "72", "c3": "", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "date-ut": "1910-04-02 14:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "88"}}, "raw": {"H": "15:00", "COD": "72", "DAY": "02", "MON": "04", "NUM": "0088", "PRO": "JO", "YEA": "1910", "CITY": "Le Mans", "NAME": "BELLANGER Claude", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19850	bellanger-robert-1884-01-03	{"e3": "89"}	{"lerrcp": "E3-89"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Bellanger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1884-01-03 07:30", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": 2.35387, "lat": 48.93564, "name": "Saint-Denis", "geoid": 2980916}, "notime": null, "date-ut": "1884-01-03 07:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Bellanger"}, "birth": {"tzo": "+00:09", "date": "1884-01-03 07:30", "place": {"c2": "93", "c3": "", "cy": "FR", "lg": 2.35387, "lat": 48.93564, "name": "Saint-Denis", "geoid": 2980916}, "date-ut": "1884-01-03 07:21"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "89"}}, "raw": {"H": "07:30", "COD": "93", "DAY": "03", "MON": "01", "NUM": "0089", "PRO": "PO", "YEA": "1884", "CITY": "St Denis", "NAME": "BELLANGER Robert", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19851	bellemare-pierre-1929-10-21	{"e3": "90"}	{"lerrcp": "E3-90"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Bellemare", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1929-10-21 10:15", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Boulogne-Billt", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Bellemare"}, "birth": {"tzo": "", "date": "1929-10-21 10:15", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Boulogne-Billt", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "90"}}, "raw": {"H": "10:15", "COD": "92", "DAY": "21", "MON": "10", "NUM": "0090", "PRO": "JO", "YEA": "1929", "CITY": "Boulogne-Billt", "NAME": "BELLEMARE Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19852	bellon-georges-1925-05-14	{"e3": "91"}	{"lerrcp": "E3-91"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Bellon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1925-05-14 13:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "notime": null, "date-ut": "1925-05-14 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Bellon"}, "birth": {"tzo": "+01:00", "date": "1925-05-14 13:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "date-ut": "1925-05-14 12:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "91"}}, "raw": {"H": "13:00", "COD": "64", "DAY": "14", "MON": "05", "NUM": "0091", "PRO": "AC", "YEA": "1925", "CITY": "Bayonne", "NAME": "BELLON Georges", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19853	belloni-georges-1896-04-02	{"e3": "92"}	{"lerrcp": "E3-92"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Belloni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1896-04-02 10:00", "note": null, "place": {"c1": null, "c2": "21", "c3": "", "cy": "FR", "lg": 4.73845, "lat": 47.37107, "name": "Blaisy-Bas", "geoid": 3032436}, "notime": null, "date-ut": "1896-04-02 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Belloni"}, "birth": {"tzo": "+00:09", "date": "1896-04-02 10:00", "place": {"c2": "21", "c3": "", "cy": "FR", "lg": 4.73845, "lat": 47.37107, "name": "Blaisy-Bas", "geoid": 3032436}, "date-ut": "1896-04-02 09:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "92"}}, "raw": {"H": "10:00", "COD": "21", "DAY": "02", "MON": "04", "NUM": "0092", "PRO": "WR", "YEA": "1896", "CITY": "Blaisy-Bas", "NAME": "BELLONI Georges", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19855	beloni-andre-1905-10-07	{"e3": "94"}	{"lerrcp": "E3-94"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Beloni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-10-07 20:30", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": -1.37643, "lat": 47.71675, "name": "Châteaubriant", "geoid": 3026303}, "notime": null, "date-ut": "1905-10-07 20:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "André", "family": "Beloni"}, "birth": {"tzo": "+00:09", "date": "1905-10-07 20:30", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": -1.37643, "lat": 47.71675, "name": "Châteaubriant", "geoid": 3026303}, "date-ut": "1905-10-07 20:21"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "94"}}, "raw": {"H": "20:30", "COD": "44", "DAY": "07", "MON": "10", "NUM": "0094", "PRO": "PAI", "YEA": "1905", "CITY": "Châteaubriant", "NAME": "BELONI André", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19857	ben-guittoneau-benjamin-1908-01-17	{"e3": "96"}	{"lerrcp": "E3-96"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benjamin)", "family": "Ben (guittoneau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1908-01-17 15:00", "note": null, "place": {"c1": null, "c2": "49", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Vaudelney", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cartoonist"]	5	null	[{"new": {"name": {"given": "Benjamin)", "family": "Ben (guittoneau"}, "birth": {"tzo": "", "date": "1908-01-17 15:00", "place": {"c2": "49", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Vaudelney", "geoid": 0}, "date-ut": ""}, "occus": ["cartoonist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "96"}}, "raw": {"H": "15:00", "COD": "49", "DAY": "17", "MON": "01", "NUM": "0096", "PRO": "CAR", "YEA": "1908", "CITY": "Vaudelney", "NAME": "BEN (GUITTONEAU Benjamin)", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19856	beltoise-jean-pierre-1937-04-26	{"e3": "95", "3a_sports": "332", "cfepp-final3": "144"}	{"cfepp": "CF-144", "ertel": "ES-332", "lerrcp": "E3-95"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Pierre", "family": "Beltoise", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1937-04-26 07:15", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Boulogne Billt", "geoid": 0}, "notime": null, "date-ut": "1937-04-26 06:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor", "motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Jean Pierre", "family": "Beltoise"}, "birth": {"tzo": "", "date": "1937-04-26 07:15", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Boulogne Billt", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "95"}}, "raw": {"H": "07:15", "COD": "92", "DAY": "26", "MON": "04", "NUM": "0095", "PRO": "JO", "YEA": "1937", "CITY": "Boulogne Billt", "NAME": "BELTOISE Jean Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"occus": ["motor-sports-competitor"], "partial-ids": {"ertel": "ES-332"}}, "raw": {"L": "", "MF": "", "NR": "332", "ENG": "", "MA_": "1", "G_NR": "32", "MA12": "7", "MARS": "19", "NAME": "Beltoise", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "0,300", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "", "CFEPNR": "144", "EXTEND": "", "NATION": "FRA", "TAGMON": "26.04.", "ZITATE": "CD", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean Pierre", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "26.04.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1937-04-26 07:15", "place": {"c3": ""}, "date-ut": "1937-04-26 06:15"}, "occus": ["motor-sports-competitor"], "ids-in-sources": {"cfepp-final3": "144"}}, "raw": {"S": "7", "LT": "07 15", "LV": "FI", "TR": "f", "UT": "06 15", "LAT": "+48.84", "SRC": "L", "LONG": "-02.24", "NAME": "BELTOISE Jean-Pierre", "SPORT": "Auto Racing", "LOC_DATE": "1937 04 26", "UNIV_DATE": "1937 04 26", "BIRTH_PLACE": "BOULOGNE BILLANCOURT", "POSTAL_CODE": "92104 CEDEX"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
19858	benedetti-jean-de-1913-02-25	{"e3": "97"}	{"lerrcp": "E3-97"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean de", "family": "Benedetti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1913-02-25 09:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Boulogne-Billt", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean de", "family": "Benedetti"}, "birth": {"tzo": "", "date": "1913-02-25 09:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Boulogne-Billt", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "97"}}, "raw": {"H": "09:00", "COD": "92", "DAY": "25", "MON": "02", "NUM": "0097", "PRO": "JO", "YEA": "1913", "CITY": "Boulogne-Billt", "NAME": "BENEDETTI Jean de", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19859	benoist-alain-de-1943-12-11	{"e3": "98"}	{"lerrcp": "E3-98"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain de", "family": "Benoist", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1943-12-11 17:40", "note": null, "place": {"c1": null, "c2": "37", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Symphorien-Tours", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Alain de", "family": "Benoist"}, "birth": {"tzo": "", "date": "1943-12-11 17:40", "place": {"c2": "37", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Symphorien-Tours", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "98"}}, "raw": {"H": "17:40", "COD": "37", "DAY": "11", "MON": "12", "NUM": "0098", "PRO": "JO", "YEA": "1943", "CITY": "St Symphorien-Tours", "NAME": "BENOIST Alain de", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19860	benoit-guyot-jeanne-larouret-1896-07-30	{"e3": "99"}	{"lerrcp": "E3-99"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jeanne (LAROURET)", "family": "Benoit-Guyot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1896-07-30 20:00", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": 0.48171, "lat": 44.85157, "name": "Bergerac", "geoid": 3033391}, "notime": null, "date-ut": "1896-07-30 19:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jeanne (LAROURET)", "family": "Benoit-Guyot"}, "birth": {"tzo": "+00:09", "date": "1896-07-30 20:00", "place": {"c2": "24", "c3": "", "cy": "FR", "lg": 0.48171, "lat": 44.85157, "name": "Bergerac", "geoid": 3033391}, "date-ut": "1896-07-30 19:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "99"}}, "raw": {"H": "20:00", "COD": "24", "DAY": "30", "MON": "07", "NUM": "0099", "PRO": "WR", "YEA": "1896", "CITY": "Bergerac", "NAME": "BENOIT-GUYOT Jeanne (LAROURET)", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19861	berard-alexandre-1859-02-03	{"e3": "100"}	{"lerrcp": "E3-100"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Berard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19", "date": "1859-02-03 16:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1859-02-03 15:41"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Berard"}, "birth": {"tzo": "+00:19", "date": "1859-02-03 16:00", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1859-02-03 15:41"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "100"}}, "raw": {"H": "16:00", "COD": "69", "DAY": "03", "MON": "02", "NUM": "0100", "PRO": "PO", "YEA": "1859", "CITY": "Lyon", "NAME": "BERARD Alexandre", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19862	berard-leon-1876-01-06	{"e3": "101"}	{"lerrcp": "E3-101"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Bérard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04", "date": "1876-01-06 07:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -0.94011, "lat": 43.3993, "name": "Sauveterre-de-Béarn", "geoid": 2975663}, "notime": null, "date-ut": "1876-01-06 07:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Bérard"}, "birth": {"tzo": "-00:04", "date": "1876-01-06 07:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": -0.94011, "lat": 43.3993, "name": "Sauveterre-de-Béarn", "geoid": 2975663}, "date-ut": "1876-01-06 07:04"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "101"}}, "raw": {"H": "07:00", "COD": "64", "DAY": "06", "MON": "01", "NUM": "0101", "PRO": "PO", "YEA": "1876", "CITY": "Sauveterre de Béarn", "NAME": "BÉRARD Léon", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19863	berard-quelin-georges-1917-09-25	{"e3": "102"}	{"lerrcp": "E3-102"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Bérard-Quelin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-09-25 09:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": 4.8795, "lat": 45.76601, "name": "Villeurbanne", "geoid": 2968254}, "notime": null, "date-ut": "1917-09-25 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Bérard-Quelin"}, "birth": {"tzo": "+01:00", "date": "1917-09-25 09:00", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": 4.8795, "lat": 45.76601, "name": "Villeurbanne", "geoid": 2968254}, "date-ut": "1917-09-25 08:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "102"}}, "raw": {"H": "09:00", "COD": "69", "DAY": "25", "MON": "09", "NUM": "0102", "PRO": "JO", "YEA": "1917", "CITY": "Villeurbanne", "NAME": "BÉRARD-QUELIN Georges", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19864	berenger-rene-1830-04-22	{"e3": "103"}	{"lerrcp": "E3-103"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Berenger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20", "date": "1830-04-22 21:00", "note": null, "place": {"c1": null, "c2": "26", "c3": "", "cy": "FR", "lg": 4.89463, "lat": 44.94703, "name": "Bourg-lès-Valence", "geoid": 3030985}, "notime": null, "date-ut": "1830-04-22 20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "René", "family": "Berenger"}, "birth": {"tzo": "+00:20", "date": "1830-04-22 21:00", "place": {"c2": "26", "c3": "", "cy": "FR", "lg": 4.89463, "lat": 44.94703, "name": "Bourg-lès-Valence", "geoid": 3030985}, "date-ut": "1830-04-22 20:40"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "103"}}, "raw": {"H": "21:00", "COD": "26", "DAY": "22", "MON": "04", "NUM": "0103", "PRO": "PO", "YEA": "1830", "CITY": "Bourg les Valence", "NAME": "BERENGER René", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19865	berg-roger-1910-12-22	{"e3": "104"}	{"lerrcp": "E3-104"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Berg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1910-12-22 21:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Berg"}, "birth": {"tzo": "", "date": "1910-12-22 21:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "104"}}, "raw": {"H": "21:00", "COD": "54", "DAY": "22", "MON": "12", "NUM": "0104", "PRO": "JO", "YEA": "1910", "CITY": "Nancy", "NAME": "BERG Roger", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19866	berger-yves-1931-01-14	{"e3": "105"}	{"lerrcp": "E3-105"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Berger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1931-01-14 10:30", "note": null, "place": {"c1": null, "c2": "84", "c3": "", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1931-01-14 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Berger"}, "birth": {"tzo": "+00:00", "date": "1931-01-14 10:30", "place": {"c2": "84", "c3": "", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1931-01-14 10:30"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "105"}}, "raw": {"H": "10:30", "COD": "84", "DAY": "14", "MON": "01", "NUM": "0105", "PRO": "WR", "YEA": "1931", "CITY": "Avignon", "NAME": "BERGER Yves", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19867	bergeron-andre-1922-01-01	{"e3": "106"}	{"lerrcp": "E3-106"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Bergeron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-01-01 09:00", "note": null, "place": {"c1": null, "c2": "90", "c3": "", "cy": "FR", "lg": 7.08217, "lat": 47.56464, "name": "Suarce", "geoid": 2973769}, "notime": null, "date-ut": "1922-01-01 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Bergeron"}, "birth": {"tzo": "+00:00", "date": "1922-01-01 09:00", "place": {"c2": "90", "c3": "", "cy": "FR", "lg": 7.08217, "lat": 47.56464, "name": "Suarce", "geoid": 2973769}, "date-ut": "1922-01-01 09:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "106"}}, "raw": {"H": "09:00", "COD": "90", "DAY": "01", "MON": "01", "NUM": "0106", "PRO": "PO", "YEA": "1922", "CITY": "Suarce", "NAME": "BERGERON André", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19868	bergey-vivien-1881-04-19	{"e3": "107"}	{"lerrcp": "E3-107"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vivien", "family": "Bergey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1881-04-19 05:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint-Trélody", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Vivien", "family": "Bergey"}, "birth": {"tzo": "", "date": "1881-04-19 05:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint-Trélody", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "107"}}, "raw": {"H": "05:00", "COD": "33", "DAY": "19", "MON": "04", "NUM": "0107", "PRO": "PO", "YEA": "1881", "CITY": "St-Trélody", "NAME": "BERGEY Vivien", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19869	berlioux-monique-libotte-1923-12-22	{"e3": "108"}	{"lerrcp": "E3-108"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Monique (LIBOTTE)", "family": "Berlioux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-12-22 17:00", "note": null, "place": {"c1": null, "c2": "57", "c3": "", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1923-12-22 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Monique (LIBOTTE)", "family": "Berlioux"}, "birth": {"tzo": "+00:00", "date": "1923-12-22 17:00", "place": {"c2": "57", "c3": "", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1923-12-22 17:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "108"}}, "raw": {"H": "17:00", "COD": "57", "DAY": "22", "MON": "12", "NUM": "0108", "PRO": "JO", "YEA": "1923", "CITY": "Metz", "NAME": "BERLIOUX Monique (LIBOTTE)", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19870	bernadac-christian-1937-08-01	{"e3": "109"}	{"lerrcp": "E3-109"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Bernadac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1937-08-01 21:00", "note": null, "place": {"c1": null, "c2": "09", "c3": "", "cy": "FR", "lg": 1.6056, "lat": 42.8471, "name": "Tarascon-sur-Ariège", "geoid": 2973392}, "notime": null, "date-ut": "1937-08-01 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Christian", "family": "Bernadac"}, "birth": {"tzo": "+01:00", "date": "1937-08-01 21:00", "place": {"c2": "09", "c3": "", "cy": "FR", "lg": 1.6056, "lat": 42.8471, "name": "Tarascon-sur-Ariège", "geoid": 2973392}, "date-ut": "1937-08-01 20:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "109"}}, "raw": {"H": "21:00", "COD": "09", "DAY": "01", "MON": "08", "NUM": "0109", "PRO": "JO", "YEA": "1937", "CITY": "Tarascon/Ariège", "NAME": "BERNADAC Christian", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19871	bernardy-andre-1901-03-09	{"e3": "110"}	{"lerrcp": "E3-110"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Bernardy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-03-09 12:00", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": 4.41973, "lat": 44.01251, "name": "Uzès", "geoid": 2971258}, "notime": null, "date-ut": "1901-03-09 11:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "André", "family": "Bernardy"}, "birth": {"tzo": "+00:09", "date": "1901-03-09 12:00", "place": {"c2": "30", "c3": "", "cy": "FR", "lg": 4.41973, "lat": 44.01251, "name": "Uzès", "geoid": 2971258}, "date-ut": "1901-03-09 11:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "110"}}, "raw": {"H": "12:00", "COD": "30", "DAY": "09", "MON": "03", "NUM": "0110", "PRO": "WR", "YEA": "1901", "CITY": "Uzès", "NAME": "BERNARDY André", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19872	bernier-paul-1866-07-10	{"e3": "111"}	{"lerrcp": "E3-111"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Bernier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:03", "date": "1866-07-10 02:00", "note": null, "place": {"c1": null, "c2": "37", "c3": "", "cy": "FR", "lg": 0.81893, "lat": 47.0421, "name": "Ligueil", "geoid": 2998343}, "notime": null, "date-ut": "1866-07-10 01:57"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Bernier"}, "birth": {"tzo": "+00:03", "date": "1866-07-10 02:00", "place": {"c2": "37", "c3": "", "cy": "FR", "lg": 0.81893, "lat": 47.0421, "name": "Ligueil", "geoid": 2998343}, "date-ut": "1866-07-10 01:57"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "111"}}, "raw": {"H": "02:00", "COD": "37", "DAY": "10", "MON": "07", "NUM": "0111", "PRO": "PO", "YEA": "1866", "CITY": "Ligueil", "NAME": "BERNIER Paul", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19873	berteaux-maurice-1852-06-03	{"e3": "112"}	{"lerrcp": "E3-112"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Berteaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10", "date": "1852-06-03 20:00", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.49323, "lat": 48.79395, "name": "Saint-Maur-des-Fossés", "geoid": 2978179}, "notime": null, "date-ut": "1852-06-03 19:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Berteaux"}, "birth": {"tzo": "+00:10", "date": "1852-06-03 20:00", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.49323, "lat": 48.79395, "name": "Saint-Maur-des-Fossés", "geoid": 2978179}, "date-ut": "1852-06-03 19:50"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "112"}}, "raw": {"H": "20:00", "COD": "94", "DAY": "03", "MON": "06", "NUM": "0112", "PRO": "PO", "YEA": "1852", "CITY": "St Maur des Fossés", "NAME": "BERTEAUX Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19874	berthod-aime-1878-08-09	{"e3": "113"}	{"lerrcp": "E3-113"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aimé", "family": "Berthod", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24", "date": "1878-08-09 15:00", "note": null, "place": {"c1": null, "c2": "39", "c3": "", "cy": "FR", "lg": 5.91354, "lat": 46.74452, "name": "Champagnole", "geoid": 3027235}, "notime": null, "date-ut": "1878-08-09 14:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Aimé", "family": "Berthod"}, "birth": {"tzo": "+00:24", "date": "1878-08-09 15:00", "place": {"c2": "39", "c3": "", "cy": "FR", "lg": 5.91354, "lat": 46.74452, "name": "Champagnole", "geoid": 3027235}, "date-ut": "1878-08-09 14:36"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "113"}}, "raw": {"H": "15:00", "COD": "39", "DAY": "09", "MON": "08", "NUM": "0113", "PRO": "PO", "YEA": "1878", "CITY": "Champagnole", "NAME": "BERTHOD Aimé", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19875	berthoin-jean-marie-1895-01-12	{"e3": "114"}	{"lerrcp": "E3-114"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Marie", "family": "Berthoin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1895-01-12 13:00", "note": null, "place": {"c1": null, "c2": "95", "c3": "", "cy": "FR", "lg": 2.31667, "lat": 48.96667, "name": "Enghien-les-Bains", "geoid": 3020188}, "notime": null, "date-ut": "1895-01-12 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean-Marie", "family": "Berthoin"}, "birth": {"tzo": "+00:09", "date": "1895-01-12 13:00", "place": {"c2": "95", "c3": "", "cy": "FR", "lg": 2.31667, "lat": 48.96667, "name": "Enghien-les-Bains", "geoid": 3020188}, "date-ut": "1895-01-12 12:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "114"}}, "raw": {"H": "13:00", "COD": "95", "DAY": "12", "MON": "01", "NUM": "0114", "PRO": "PO", "YEA": "1895", "CITY": "Enghien les Bains", "NAME": "BERTHOIN Jean-Marie", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19876	bertrand-solange-1913-03-20	{"e3": "115"}	{"lerrcp": "E3-115"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Solange", "family": "Bertrand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1913-03-20 14:00", "note": null, "place": {"c1": null, "c2": "57", "c3": "", "cy": "FR", "lg": 6.15271, "lat": 49.0956, "name": "Montigny-lès-Metz", "geoid": 2992402}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Solange", "family": "Bertrand"}, "birth": {"tzo": "", "date": "1913-03-20 14:00", "place": {"c2": "57", "c3": "", "cy": "FR", "lg": 6.15271, "lat": 49.0956, "name": "Montigny-lès-Metz", "geoid": 2992402}, "date-ut": ""}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "115"}}, "raw": {"H": "14:00", "COD": "57", "DAY": "20", "MON": "03", "NUM": "0115", "PRO": "PAI", "YEA": "1913", "CITY": "Montigny les Metz", "NAME": "BERTRAND Solange", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19877	bertrand-william-1881-11-09	{"e3": "116"}	{"lerrcp": "E3-116"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Bertrand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1881-11-09 20:00", "note": null, "place": {"c1": null, "c2": "17", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Marellnes", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "William", "family": "Bertrand"}, "birth": {"tzo": "", "date": "1881-11-09 20:00", "place": {"c2": "17", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Marellnes", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "116"}}, "raw": {"H": "20:00", "COD": "17", "DAY": "09", "MON": "11", "NUM": "0116", "PRO": "PO", "YEA": "1881", "CITY": "Marellnes", "NAME": "BERTRAND William", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19878	besnard-rene-1879-04-12	{"e3": "118"}	{"lerrcp": "E3-118"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Besnard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1879-04-12 11:00", "note": null, "place": {"c1": null, "c2": "37", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Artannns", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "René", "family": "Besnard"}, "birth": {"tzo": "", "date": "1879-04-12 11:00", "place": {"c2": "37", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Artannns", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "118"}}, "raw": {"H": "11:00", "COD": "37", "DAY": "12", "MON": "04", "NUM": "0118", "PRO": "PO", "YEA": "1879", "CITY": "Artannns", "NAME": "BESNARD René", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19879	besse-rene-1891-02-20	{"e3": "119"}	{"lerrcp": "E3-119"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Besse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24", "date": "1891-02-20 17:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1891-02-20 16:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "René", "family": "Besse"}, "birth": {"tzo": "+00:24", "date": "1891-02-20 17:00", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1891-02-20 16:36"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "119"}}, "raw": {"H": "17:00", "COD": "83", "DAY": "20", "MON": "02", "NUM": "0119", "PRO": "PO", "YEA": "1891", "CITY": "Toulon", "NAME": "BESSE René", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19880	bessy-maurice-1910-12-04	{"e3": "120"}	{"lerrcp": "E3-120"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Bessy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-12-04 14:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1910-12-04 13:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Bessy"}, "birth": {"tzo": "+00:09", "date": "1910-12-04 14:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1910-12-04 13:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "120"}}, "raw": {"H": "14:00", "COD": "06", "DAY": "04", "MON": "12", "NUM": "0120", "PRO": "JO", "YEA": "1910", "CITY": "Nice", "NAME": "BESSY Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19881	biaussat-raymond-1932-01-21	{"e3": "121"}	{"lerrcp": "E3-121"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Biaussat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1932-01-21 09:00", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": 0.7178, "lat": 45.0268, "name": "Vergt", "geoid": 2969899}, "notime": null, "date-ut": "1932-01-21 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Biaussat"}, "birth": {"tzo": "+00:00", "date": "1932-01-21 09:00", "place": {"c2": "24", "c3": "", "cy": "FR", "lg": 0.7178, "lat": 45.0268, "name": "Vergt", "geoid": 2969899}, "date-ut": "1932-01-21 09:00"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "121"}}, "raw": {"H": "09:00", "COD": "24", "DAY": "21", "MON": "01", "NUM": "0121", "PRO": "PAI", "YEA": "1932", "CITY": "Vergt", "NAME": "BIAUSSAT Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19882	bibie-maxence-1891-01-11	{"e3": "122"}	{"lerrcp": "E3-122"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maxence", "family": "Bibié", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01", "date": "1891-01-11 02:00", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": 0.30911, "lat": 45.28778, "name": "Allemans", "geoid": 3038152}, "notime": null, "date-ut": "1891-01-11 01:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Maxence", "family": "Bibié"}, "birth": {"tzo": "+00:01", "date": "1891-01-11 02:00", "place": {"c2": "24", "c3": "", "cy": "FR", "lg": 0.30911, "lat": 45.28778, "name": "Allemans", "geoid": 3038152}, "date-ut": "1891-01-11 01:59"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "122"}}, "raw": {"H": "02:00", "COD": "24", "DAY": "11", "MON": "01", "NUM": "0122", "PRO": "PO", "YEA": "1891", "CITY": "Allemans", "NAME": "BIBIÉ Maxence", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19883	bienvenu-martin-jean-baptiste-1847-07-22	{"e3": "123"}	{"lerrcp": "E3-123"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Baptiste", "family": "Bienvenu-Martin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15", "date": "1847-07-22 02:00", "note": null, "place": {"c1": null, "c2": "89", "c3": "", "cy": "FR", "lg": 3.64922, "lat": 47.74396, "name": "Saint-Bris-le-Vineux", "geoid": 2981274}, "notime": null, "date-ut": "1847-07-22 01:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean-Baptiste", "family": "Bienvenu-Martin"}, "birth": {"tzo": "+00:15", "date": "1847-07-22 02:00", "place": {"c2": "89", "c3": "", "cy": "FR", "lg": 3.64922, "lat": 47.74396, "name": "Saint-Bris-le-Vineux", "geoid": 2981274}, "date-ut": "1847-07-22 01:45"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "123"}}, "raw": {"H": "02:00", "COD": "89", "DAY": "22", "MON": "07", "NUM": "0123", "PRO": "PO", "YEA": "1847", "CITY": "St Bris le Vineux", "NAME": "BIENVENU-MARTIN Jean-Baptiste", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19885	bignon-paul-1858-04-14	{"e3": "125"}	{"lerrcp": "E3-125"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Bignon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06", "date": "1858-04-14 04:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.42079, "lat": 50.04606, "name": "Eu", "geoid": 3019329}, "notime": null, "date-ut": "1858-04-14 03:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Bignon"}, "birth": {"tzo": "+00:06", "date": "1858-04-14 04:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 1.42079, "lat": 50.04606, "name": "Eu", "geoid": 3019329}, "date-ut": "1858-04-14 03:54"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "125"}}, "raw": {"H": "04:00", "COD": "76", "DAY": "14", "MON": "04", "NUM": "0125", "PRO": "PO", "YEA": "1858", "CITY": "Eu", "NAME": "BIGNON Paul", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19887	binet-francois-1880-05-04	{"e3": "127"}	{"lerrcp": "E3-127"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Binet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08", "date": "1880-05-04 04:00", "note": null, "place": {"c1": null, "c2": "23", "c3": "", "cy": "FR", "lg": 1.90417, "lat": 46.32781, "name": "Bonnat", "geoid": 3031783}, "notime": null, "date-ut": "1880-05-04 03:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "François", "family": "Binet"}, "birth": {"tzo": "+00:08", "date": "1880-05-04 04:00", "place": {"c2": "23", "c3": "", "cy": "FR", "lg": 1.90417, "lat": 46.32781, "name": "Bonnat", "geoid": 3031783}, "date-ut": "1880-05-04 03:52"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "127"}}, "raw": {"H": "04:00", "COD": "23", "DAY": "04", "MON": "05", "NUM": "0127", "PRO": "PO", "YEA": "1880", "CITY": "Bonnat", "NAME": "BINET François", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19888	biondi-jean-1900-05-09	{"e3": "128"}	{"lerrcp": "E3-128"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Biondi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1900-05-09 23:00", "note": null, "place": {"c1": null, "c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Sari d'Orcino", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Biondi"}, "birth": {"tzo": "", "date": "1900-05-09 23:00", "place": {"c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Sari d'Orcino", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "128"}}, "raw": {"H": "23:00", "COD": "20", "DAY": "09", "MON": "05", "NUM": "0128", "PRO": "PO", "YEA": "1900", "CITY": "Sari d'Orcino", "NAME": "BIONDI Jean", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19889	blachere-regis-1900-06-30	{"e3": "129"}	{"lerrcp": "E3-129"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Régis", "family": "Blachere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1900-06-30 15:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.31393, "lat": 48.8162, "name": "Montrouge", "geoid": 2992017}, "notime": null, "date-ut": "1900-06-30 14:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Régis", "family": "Blachere"}, "birth": {"tzo": "+00:09", "date": "1900-06-30 15:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.31393, "lat": 48.8162, "name": "Montrouge", "geoid": 2992017}, "date-ut": "1900-06-30 14:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "129"}}, "raw": {"H": "15:00", "COD": "92", "DAY": "30", "MON": "06", "NUM": "0129", "PRO": "WR", "YEA": "1900", "CITY": "Montrouge", "NAME": "BLACHERE Régis", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19890	blain-gerard-1930-10-23	{"e3": "130"}	{"lerrcp": "E3-130"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Blain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1930-10-23 01:45", "note": null, "place": {"c1": null, "c2": "75", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Paria 12ème", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gérard", "family": "Blain"}, "birth": {"tzo": "", "date": "1930-10-23 01:45", "place": {"c2": "75", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Paria 12ème", "geoid": 0}, "date-ut": ""}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "130"}}, "raw": {"H": "01:45", "COD": "75", "DAY": "23", "MON": "10", "NUM": "0130", "PRO": "AC", "YEA": "1930", "CITY": "Paria 12ème", "NAME": "BLAIN Gérard", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19891	blaisot-camille-1881-01-19	{"e3": "131"}	{"lerrcp": "E3-131"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Blaisot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06", "date": "1881-01-19 23:00", "note": null, "place": {"c1": null, "c2": "50", "c3": "", "cy": "FR", "lg": -1.47047, "lat": 49.50881, "name": "Valognes", "geoid": 2970860}, "notime": null, "date-ut": "1881-01-19 23:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Blaisot"}, "birth": {"tzo": "-00:06", "date": "1881-01-19 23:00", "place": {"c2": "50", "c3": "", "cy": "FR", "lg": -1.47047, "lat": 49.50881, "name": "Valognes", "geoid": 2970860}, "date-ut": "1881-01-19 23:06"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "131"}}, "raw": {"H": "23:00", "COD": "50", "DAY": "19", "MON": "01", "NUM": "0131", "PRO": "PO", "YEA": "1881", "CITY": "Valognes", "NAME": "BLAISOT Camille", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19892	blanc-aime-1908-01-30	{"e3": "132"}	{"lerrcp": "E3-132"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aimé", "family": "Blanc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-01-30 15:00", "note": null, "place": {"c1": null, "c2": "05", "c3": "", "cy": "FR", "lg": 5.85672, "lat": 44.23111, "name": "Ribiers", "geoid": 2983685}, "notime": null, "date-ut": "1908-01-30 14:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Aimé", "family": "Blanc"}, "birth": {"tzo": "+00:09", "date": "1908-01-30 15:00", "place": {"c2": "05", "c3": "", "cy": "FR", "lg": 5.85672, "lat": 44.23111, "name": "Ribiers", "geoid": 2983685}, "date-ut": "1908-01-30 14:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "132"}}, "raw": {"H": "15:00", "COD": "05", "DAY": "30", "MON": "01", "NUM": "0132", "PRO": "WR", "YEA": "1908", "CITY": "Ribiers", "NAME": "BLANC Aimé", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19893	blanc-ernest-1923-11-01	{"e3": "133"}	{"lerrcp": "E3-133"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Blanc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1923-11-01 21:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Sanary", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["opera-singer"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Blanc"}, "birth": {"tzo": "", "date": "1923-11-01 21:00", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Sanary", "geoid": 0}, "date-ut": ""}, "occus": ["opera-singer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "133"}}, "raw": {"H": "21:00", "COD": "83", "DAY": "01", "MON": "11", "NUM": "0133", "PRO": "OPE", "YEA": "1923", "CITY": "Sanary", "NAME": "BLANC Ernest", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19894	blanchet-andre-1918-06-30	{"e3": "134"}	{"lerrcp": "E3-134"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Blanchet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-06-30 19:00", "note": null, "place": {"c1": null, "c2": "37", "c3": "", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "notime": null, "date-ut": "1918-06-30 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "André", "family": "Blanchet"}, "birth": {"tzo": "+01:00", "date": "1918-06-30 19:00", "place": {"c2": "37", "c3": "", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "date-ut": "1918-06-30 18:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "134"}}, "raw": {"H": "19:00", "COD": "37", "DAY": "30", "MON": "06", "NUM": "0134", "PRO": "JO", "YEA": "1918", "CITY": "Tours", "NAME": "BLANCHET André", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19895	blancho-francois-1893-06-20	{"e3": "135"}	{"lerrcp": "E3-135"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Blancho", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1893-06-20 16:00", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": -2.2179, "lat": 47.27506, "name": "Saint-Nazaire", "geoid": 2977921}, "notime": null, "date-ut": "1893-06-20 15:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "François", "family": "Blancho"}, "birth": {"tzo": "+00:09", "date": "1893-06-20 16:00", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": -2.2179, "lat": 47.27506, "name": "Saint-Nazaire", "geoid": 2977921}, "date-ut": "1893-06-20 15:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "135"}}, "raw": {"H": "16:00", "COD": "44", "DAY": "20", "MON": "06", "NUM": "0135", "PRO": "PO", "YEA": "1893", "CITY": "St Nazaire", "NAME": "BLANCHO François", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19896	blanqui-louis-auguste-1805-02-08	{"e3": "136"}	{"lerrcp": "E3-136"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis Auguste", "family": "Blanqui", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:28", "date": "1805-02-08 01:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 6.89378, "lat": 43.95598, "name": "Puget-Théniers", "geoid": 2985142}, "notime": null, "date-ut": "1805-02-08 00:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis Auguste", "family": "Blanqui"}, "birth": {"tzo": "+00:28", "date": "1805-02-08 01:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 6.89378, "lat": 43.95598, "name": "Puget-Théniers", "geoid": 2985142}, "date-ut": "1805-02-08 00:32"}, "notes": [null], "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "136"}}, "raw": {"H": "01:00", "COD": "06", "DAY": "08", "MON": "02", "NUM": "0136", "PRO": "PO", "YEA": "1805", "CITY": "Puget-Théniers", "NAME": "BLANQUI Louis Auguste", "NOTE": "*"}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[null]
19897	blin-georges-1917-12-18	{"e3": "137"}	{"lerrcp": "E3-137"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Blin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1917-12-18 13:00", "note": null, "place": {"c1": null, "c2": "84", "c3": "", "cy": "FR", "lg": 5.50291, "lat": 43.69415, "name": "Pertuis", "geoid": 2987825}, "notime": null, "date-ut": "1917-12-18 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Blin"}, "birth": {"tzo": "+00:00", "date": "1917-12-18 13:00", "place": {"c2": "84", "c3": "", "cy": "FR", "lg": 5.50291, "lat": 43.69415, "name": "Pertuis", "geoid": 2987825}, "date-ut": "1917-12-18 13:00"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "137"}}, "raw": {"H": "13:00", "COD": "84", "DAY": "18", "MON": "12", "NUM": "0137", "PRO": "WR", "YEA": "1917", "CITY": "Pertuis", "NAME": "BLIN Georges", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19898	blond-georges-1906-07-11	{"e3": "138"}	{"lerrcp": "E3-138"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Blond", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-07-11 21:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1906-07-11 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Blond"}, "birth": {"tzo": "+00:09", "date": "1906-07-11 21:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1906-07-11 20:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "138"}}, "raw": {"H": "21:00", "COD": "13", "DAY": "11", "MON": "07", "NUM": "0138", "PRO": "WR", "YEA": "1906", "CITY": "Marseille", "NAME": "BLOND Georges", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19899	blot-robert-1907-05-14	{"e3": "139"}	{"lerrcp": "E3-139"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Blot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-05-14 01:20", "note": null, "place": {"c1": null, "c2": "21", "c3": "", "cy": "FR", "lg": 5.15138, "lat": 46.99923, "name": "Seurre", "geoid": 2974710}, "notime": null, "date-ut": "1907-05-14 01:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Blot"}, "birth": {"tzo": "+00:09", "date": "1907-05-14 01:20", "place": {"c2": "21", "c3": "", "cy": "FR", "lg": 5.15138, "lat": 46.99923, "name": "Seurre", "geoid": 2974710}, "date-ut": "1907-05-14 01:11"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "139"}}, "raw": {"H": "01:20", "COD": "21", "DAY": "14", "MON": "05", "NUM": "0139", "PRO": "MUS", "YEA": "1907", "CITY": "Seurre", "NAME": "BLOT Robert", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
2904	bodin-jean-1899-08-28	{"a2": "817", "e3": "141"}	{"lerrcp": "A2-817"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bodin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-08-28 03:30", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1899-08-28 03:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician", "writer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bodin"}, "birth": {"tzo": "+00:09:21", "date": "1899-08-28 03:30", "place": {"c2": "35", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1899-08-28 03:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-817"}, "ids-in-sources": {"a2": "817"}}, "raw": {"H": "3", "MN": "20", "TZ": "0", "COD": "35", "COU": "F", "DAY": "28", "LAT": "48N 7", "LON": "1W40", "MON": "8", "NUM": "817", "PRO": "S", "SEC": "40", "YEA": "1899", "CITY": "RENNES"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["writer"], "ids-in-sources": {"e3": "141"}}, "raw": {"H": "03:30", "COD": "35", "DAY": "28", "MON": "08", "NUM": "0141", "PRO": "WR", "YEA": "1899", "CITY": "Rannes", "NAME": "BODIN Jean", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19901	bodin-paul-1909-04-16	{"e3": "142"}	{"lerrcp": "E3-142"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Bodin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1909-04-16 19:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Boulogne-Billt", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Bodin"}, "birth": {"tzo": "", "date": "1909-04-16 19:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Boulogne-Billt", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "142"}}, "raw": {"H": "19:00", "COD": "92", "DAY": "16", "MON": "04", "NUM": "0142", "PRO": "JO", "YEA": "1909", "CITY": "Boulogne-Billt", "NAME": "BODIN Paul", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19902	boegner-michele-1941-08-12	{"e3": "143"}	{"lerrcp": "E3-143"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michèle", "family": "Boegner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1941-08-12 06:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "6", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Michèle", "family": "Boegner"}, "birth": {"tzo": "", "date": "1941-08-12 06:00", "place": {"c2": "69", "c3": "6", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": ""}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "143"}}, "raw": {"H": "06:00", "COD": "69", "DAY": "12", "MON": "08", "NUM": "0143", "PRO": "MUS", "YEA": "1941", "CITY": "Lyon 6ème", "NAME": "BOEGNER Michèle", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19903	boegner-philippe-1910-01-07	{"e3": "144"}	{"lerrcp": "E3-144"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Boegner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1910-01-07 23:30", "note": null, "place": {"c1": null, "c2": "26", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Aouste aur Sye", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Boegner"}, "birth": {"tzo": "", "date": "1910-01-07 23:30", "place": {"c2": "26", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Aouste aur Sye", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "144"}}, "raw": {"H": "23:30", "COD": "26", "DAY": "07", "MON": "01", "NUM": "0144", "PRO": "JO", "YEA": "1910", "CITY": "Aouste aur Sye", "NAME": "BOEGNER Philippe", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19904	boizeau-jean-1918-07-17	{"e3": "145"}	{"lerrcp": "E3-145"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Boizeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-07-17 12:15", "note": null, "place": {"c1": null, "c2": "58", "c3": "", "cy": "FR", "lg": 3.159, "lat": 46.98956, "name": "Nevers", "geoid": 2990474}, "notime": null, "date-ut": "1918-07-17 11:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Boizeau"}, "birth": {"tzo": "+01:00", "date": "1918-07-17 12:15", "place": {"c2": "58", "c3": "", "cy": "FR", "lg": 3.159, "lat": 46.98956, "name": "Nevers", "geoid": 2990474}, "date-ut": "1918-07-17 11:15"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "145"}}, "raw": {"H": "12:15", "COD": "58", "DAY": "17", "MON": "07", "NUM": "0145", "PRO": "JO", "YEA": "1918", "CITY": "Nevers", "NAME": "BOIZEAU Jean", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19905	bolling-claude-1930-04-10	{"e3": "146"}	{"lerrcp": "E3-146"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Bolling", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1930-04-10 18:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.01275, "lat": 43.55135, "name": "Cannes", "geoid": 3028808}, "notime": null, "date-ut": "1930-04-10 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Bolling"}, "birth": {"tzo": "+00:00", "date": "1930-04-10 18:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.01275, "lat": 43.55135, "name": "Cannes", "geoid": 3028808}, "date-ut": "1930-04-10 18:00"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "146"}}, "raw": {"H": "18:00", "COD": "06", "DAY": "10", "MON": "04", "NUM": "0146", "PRO": "MUS", "YEA": "1930", "CITY": "Cannes", "NAME": "BOLLING Claude", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19906	bommart-jean-1894-09-12	{"e3": "147"}	{"lerrcp": "E3-147"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bommart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1894-09-12 17:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "notime": null, "date-ut": "1894-09-12 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bommart"}, "birth": {"tzo": "+00:09", "date": "1894-09-12 17:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "date-ut": "1894-09-12 16:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "147"}}, "raw": {"H": "17:00", "COD": "59", "DAY": "12", "MON": "09", "NUM": "0147", "PRO": "WR", "YEA": "1894", "CITY": "Douai", "NAME": "BOMMART Jean", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19907	bompard-germaine-leduc-1907-07-21	{"e3": "148"}	{"lerrcp": "E3-148"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Germaine (LEDUC)", "family": "Bompard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-07-21 21:00", "note": null, "place": {"c1": null, "c2": "84", "c3": "", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1907-07-21 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Germaine (LEDUC)", "family": "Bompard"}, "birth": {"tzo": "+00:09", "date": "1907-07-21 21:00", "place": {"c2": "84", "c3": "", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1907-07-21 20:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "148"}}, "raw": {"H": "21:00", "COD": "84", "DAY": "21", "MON": "07", "NUM": "0148", "PRO": "JO", "YEA": "1907", "CITY": "Avignon", "NAME": "BOMPARD Germaine (LEDUC)", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19908	bonche-henri-1910-11-27	{"e3": "149"}	{"lerrcp": "E3-149"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Bonche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1910-11-27 16:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint-Etlenne", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Bonche"}, "birth": {"tzo": "", "date": "1910-11-27 16:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint-Etlenne", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "149"}}, "raw": {"H": "16:00", "COD": "42", "DAY": "27", "MON": "11", "NUM": "0149", "PRO": "JO", "YEA": "1910", "CITY": "St-Etlenne", "NAME": "BONCHE Henri", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19909	bondon-jacques-1927-12-06	{"e3": "150"}	{"lerrcp": "E3-150"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Bondon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1927-12-06 08:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 4.69391, "lat": 43.86232, "name": "Boulbon", "geoid": 3031178}, "notime": null, "date-ut": "1927-12-06 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Bondon"}, "birth": {"tzo": "+00:00", "date": "1927-12-06 08:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 4.69391, "lat": 43.86232, "name": "Boulbon", "geoid": 3031178}, "date-ut": "1927-12-06 08:00"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "150"}}, "raw": {"H": "08:00", "COD": "13", "DAY": "06", "MON": "12", "NUM": "0150", "PRO": "MUS", "YEA": "1927", "CITY": "Boulbon", "NAME": "BONDON Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19910	bonety-rene-1920-09-05	{"e3": "151"}	{"lerrcp": "E3-151"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Bonety", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-09-05 06:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.59963, "lat": 50.38584, "name": "Onnaing", "geoid": 2989506}, "notime": null, "date-ut": "1920-09-05 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "René", "family": "Bonety"}, "birth": {"tzo": "+01:00", "date": "1920-09-05 06:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.59963, "lat": 50.38584, "name": "Onnaing", "geoid": 2989506}, "date-ut": "1920-09-05 05:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "151"}}, "raw": {"H": "06:00", "COD": "59", "DAY": "05", "MON": "09", "NUM": "0151", "PRO": "PO", "YEA": "1920", "CITY": "Onnaing", "NAME": "BONETY René", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19911	bonfils-jean-1921-04-21	{"e3": "152"}	{"lerrcp": "E3-152"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bonfils", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-04-21 22:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1921-04-21 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bonfils"}, "birth": {"tzo": "+01:00", "date": "1921-04-21 22:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1921-04-21 21:00"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "152"}}, "raw": {"H": "22:00", "COD": "42", "DAY": "21", "MON": "04", "NUM": "0152", "PRO": "MUS", "YEA": "1921", "CITY": "St-Etienne", "NAME": "BONFILS Jean", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19912	bonheur-gaston-tesseyre-1913-11-27	{"e3": "153"}	{"lerrcp": "E3-153"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston (TESSEYRE)", "family": "Bonheur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1913-11-27 23:00", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Belvianes", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Gaston (TESSEYRE)", "family": "Bonheur"}, "birth": {"tzo": "", "date": "1913-11-27 23:00", "place": {"c2": "11", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Belvianes", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "153"}}, "raw": {"H": "23:00", "COD": "11", "DAY": "27", "MON": "11", "NUM": "0153", "PRO": "JO", "YEA": "1913", "CITY": "Belvianes", "NAME": "BONHEUR Gaston (TESSEYRE)", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19913	bonnat-yves-1912-02-20	{"e3": "154"}	{"lerrcp": "E3-154"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Bonnat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-02-20 09:00", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 5.5856, "lat": 45.36471, "name": "Voiron", "geoid": 2967758}, "notime": null, "date-ut": "1912-02-20 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Bonnat"}, "birth": {"tzo": "+00:00", "date": "1912-02-20 09:00", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": 5.5856, "lat": 45.36471, "name": "Voiron", "geoid": 2967758}, "date-ut": "1912-02-20 09:00"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "154"}}, "raw": {"H": "09:00", "COD": "38", "DAY": "20", "MON": "02", "NUM": "0154", "PRO": "PAI", "YEA": "1912", "CITY": "Voiron", "NAME": "BONNAT Yves", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19914	bonnaure-louis-1911-01-19	{"e3": "155"}	{"lerrcp": "E3-155"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Bonnaure", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1911-01-19 14:00", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Caroassonne", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Bonnaure"}, "birth": {"tzo": "", "date": "1911-01-19 14:00", "place": {"c2": "11", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Caroassonne", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "155"}}, "raw": {"H": "14:00", "COD": "11", "DAY": "19", "MON": "01", "NUM": "0155", "PRO": "JO", "YEA": "1911", "CITY": "Caroassonne", "NAME": "BONNAURE Louis", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19915	bonneau-paul-1918-09-14	{"e3": "156"}	{"lerrcp": "E3-156"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Bonneau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-09-14 01:00", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": 2.81713, "lat": 48.37239, "name": "Moret-sur-Loing", "geoid": 2991842}, "notime": null, "date-ut": "1918-09-14 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Bonneau"}, "birth": {"tzo": "+01:00", "date": "1918-09-14 01:00", "place": {"c2": "77", "c3": "", "cy": "FR", "lg": 2.81713, "lat": 48.37239, "name": "Moret-sur-Loing", "geoid": 2991842}, "date-ut": "1918-09-14 00:00"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "156"}}, "raw": {"H": "01:00", "COD": "77", "DAY": "14", "MON": "09", "NUM": "0156", "PRO": "MUS", "YEA": "1918", "CITY": "Moret sur Loing", "NAME": "BONNEAU Paul", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19916	bonnefous-jean-pierre-1943-04-09	{"e3": "157"}	{"lerrcp": "E3-157"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Pierre", "family": "Bonnefous", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+02:00", "date": "1943-04-09 22:10", "note": null, "place": {"c1": null, "c2": "01", "c3": "", "cy": "FR", "lg": 5.2258, "lat": 46.20574, "name": "Bourg-en-Bresse", "geoid": 3031009}, "notime": null, "date-ut": "1943-04-09 20:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["dancer"]	5	null	[{"new": {"name": {"given": "Jean-Pierre", "family": "Bonnefous"}, "birth": {"tzo": "+02:00", "date": "1943-04-09 22:10", "place": {"c2": "01", "c3": "", "cy": "FR", "lg": 5.2258, "lat": 46.20574, "name": "Bourg-en-Bresse", "geoid": 3031009}, "date-ut": "1943-04-09 20:10"}, "occus": ["dancer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "157"}}, "raw": {"H": "22:10", "COD": "01", "DAY": "09", "MON": "04", "NUM": "0157", "PRO": "DAN", "YEA": "1943", "CITY": "Bourg en Bresse", "NAME": "BONNEFOUS Jean-Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19917	bonnenfant-rene-jean-1920-02-22	{"e3": "158"}	{"lerrcp": "E3-158"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René-Jean", "family": "Bonnenfant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-02-22 09:00", "note": null, "place": {"c1": null, "c2": "15", "c3": "", "cy": "FR", "lg": 3.03975, "lat": 45.26269, "name": "Molèdes", "geoid": 2993542}, "notime": null, "date-ut": "1920-02-22 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "René-Jean", "family": "Bonnenfant"}, "birth": {"tzo": "+01:00", "date": "1920-02-22 09:00", "place": {"c2": "15", "c3": "", "cy": "FR", "lg": 3.03975, "lat": 45.26269, "name": "Molèdes", "geoid": 2993542}, "date-ut": "1920-02-22 08:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "158"}}, "raw": {"H": "09:00", "COD": "15", "DAY": "22", "MON": "02", "NUM": "0158", "PRO": "JO", "YEA": "1920", "CITY": "Molèdes", "NAME": "BONNENfANT René-Jean", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19918	bonnet-georges-1889-07-23	{"e3": "159"}	{"lerrcp": "E3-159"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Bonnet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:03", "date": "1889-07-23 03:00", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": 0.81332, "lat": 45.19086, "name": "Bassillac", "geoid": 3034665}, "notime": null, "date-ut": "1889-07-23 02:57"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Bonnet"}, "birth": {"tzo": "+00:03", "date": "1889-07-23 03:00", "place": {"c2": "24", "c3": "", "cy": "FR", "lg": 0.81332, "lat": 45.19086, "name": "Bassillac", "geoid": 3034665}, "date-ut": "1889-07-23 02:57"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "159"}}, "raw": {"H": "03:00", "COD": "24", "DAY": "23", "MON": "07", "NUM": "0159", "PRO": "PO", "YEA": "1889", "CITY": "Bassillac", "NAME": "BONNET Georges", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19919	bonnet-henri-1904-02-20	{"e3": "160"}	{"lerrcp": "E3-160"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Bonnet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-02-20 12:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.06802, "lat": 46.03624, "name": "Roanne", "geoid": 2983362}, "notime": null, "date-ut": "1904-02-20 11:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Bonnet"}, "birth": {"tzo": "+00:09", "date": "1904-02-20 12:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.06802, "lat": 46.03624, "name": "Roanne", "geoid": 2983362}, "date-ut": "1904-02-20 11:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "160"}}, "raw": {"H": "12:00", "COD": "42", "DAY": "20", "MON": "02", "NUM": "0160", "PRO": "WR", "YEA": "1904", "CITY": "Roanne", "NAME": "BONNET Henri", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19920	bonnevay-laurent-1870-07-28	{"e3": "161"}	{"lerrcp": "E3-161"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Laurent", "family": "Bonnevay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1870-07-28 13:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Didier en Mt d'Or", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Laurent", "family": "Bonnevay"}, "birth": {"tzo": "", "date": "1870-07-28 13:00", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Didier en Mt d'Or", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "161"}}, "raw": {"H": "13:00", "COD": "69", "DAY": "28", "MON": "07", "NUM": "0161", "PRO": "PO", "YEA": "1870", "CITY": "St Didier en Mt d'Or", "NAME": "BONNEVAY Laurent", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19921	bord-andre-1922-11-30	{"e3": "162"}	{"lerrcp": "E3-162"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Bord", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-11-30 21:00", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1922-11-30 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Bord"}, "birth": {"tzo": "+00:00", "date": "1922-11-30 21:00", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1922-11-30 21:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "162"}}, "raw": {"H": "21:00", "COD": "67", "DAY": "30", "MON": "11", "NUM": "0162", "PRO": "PO", "YEA": "1922", "CITY": "Strasbourg", "NAME": "BORD André", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19922	bordeneuve-jacques-1908-08-28	{"e3": "163"}	{"lerrcp": "E3-163"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Bordeneuve", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-08-28 05:00", "note": null, "place": {"c1": null, "c2": "47", "c3": "", "cy": "FR", "lg": 0.58931, "lat": 44.39824, "name": "Sainte-Livrade-sur-Lot", "geoid": 2980519}, "notime": null, "date-ut": "1908-08-28 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Bordeneuve"}, "birth": {"tzo": "+00:09", "date": "1908-08-28 05:00", "place": {"c2": "47", "c3": "", "cy": "FR", "lg": 0.58931, "lat": 44.39824, "name": "Sainte-Livrade-sur-Lot", "geoid": 2980519}, "date-ut": "1908-08-28 04:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "163"}}, "raw": {"H": "05:00", "COD": "47", "DAY": "28", "MON": "08", "NUM": "0163", "PRO": "PO", "YEA": "1908", "CITY": "Ste Livrade / Lot", "NAME": "BORDENEUVE Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19923	boret-victor-1872-08-18	{"e3": "165"}	{"lerrcp": "E3-165"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Boret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1872-08-18 11:30", "note": null, "place": {"c1": null, "c2": "49", "c3": "", "cy": "FR", "lg": -0.07808, "lat": 47.25931, "name": "Saumur", "geoid": 2975758}, "notime": null, "date-ut": "1872-08-18 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Boret"}, "birth": {"tzo": "+00:00", "date": "1872-08-18 11:30", "place": {"c2": "49", "c3": "", "cy": "FR", "lg": -0.07808, "lat": 47.25931, "name": "Saumur", "geoid": 2975758}, "date-ut": "1872-08-18 11:30"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "165"}}, "raw": {"H": "11:30", "COD": "49", "DAY": "18", "MON": "08", "NUM": "0165", "PRO": "PO", "YEA": "1872", "CITY": "Saumur", "NAME": "BORET Victor", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19924	bornecque-jacques-henry-1910-12-15	{"e3": "166"}	{"lerrcp": "E3-166"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques Henry", "family": "Bornecque", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-12-15 22:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1910-12-15 21:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jacques Henry", "family": "Bornecque"}, "birth": {"tzo": "+00:09", "date": "1910-12-15 22:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1910-12-15 21:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "166"}}, "raw": {"H": "22:00", "COD": "59", "DAY": "15", "MON": "12", "NUM": "0166", "PRO": "WR", "YEA": "1910", "CITY": "Lille", "NAME": "BORNECQUE Jacques Henry", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19925	bornerie-camilla-1908-05-18	{"e3": "167"}	{"lerrcp": "E3-167"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camilla", "family": "Bornerie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-05-18 14:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": 0.2172, "lat": 44.84073, "name": "Sainte-Foy-la-Grande", "geoid": 2980589}, "notime": null, "date-ut": "1908-05-18 13:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Camilla", "family": "Bornerie"}, "birth": {"tzo": "+00:09", "date": "1908-05-18 14:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": 0.2172, "lat": 44.84073, "name": "Sainte-Foy-la-Grande", "geoid": 2980589}, "date-ut": "1908-05-18 13:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "167"}}, "raw": {"H": "14:00", "COD": "33", "DAY": "18", "MON": "05", "NUM": "0167", "PRO": "JO", "YEA": "1908", "CITY": "Ste Foy la Grande", "NAME": "BORNERIE Camilla", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19926	borrel-antoine-1878-11-22	{"e3": "168"}	{"lerrcp": "E3-168"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Borrel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:26", "date": "1878-11-22 19:30", "note": null, "place": {"c1": null, "c2": "73", "c3": "", "cy": "FR", "lg": 6.53146, "lat": 45.48459, "name": "Moûtiers", "geoid": 2991325}, "notime": null, "date-ut": "1878-11-22 19:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Borrel"}, "birth": {"tzo": "+00:26", "date": "1878-11-22 19:30", "place": {"c2": "73", "c3": "", "cy": "FR", "lg": 6.53146, "lat": 45.48459, "name": "Moûtiers", "geoid": 2991325}, "date-ut": "1878-11-22 19:04"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "168"}}, "raw": {"H": "19:30", "COD": "73", "DAY": "22", "MON": "11", "NUM": "0168", "PRO": "PO", "YEA": "1878", "CITY": "Moutiers", "NAME": "BORREL Antoine", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19927	borricand-rene-1931-07-05	{"e3": "169"}	{"lerrcp": "E3-169"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Borricand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1931-07-05 04:30", "note": null, "place": {"c1": null, "c2": "04", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Digne", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "René", "family": "Borricand"}, "birth": {"tzo": "", "date": "1931-07-05 04:30", "place": {"c2": "04", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Digne", "geoid": 0}, "date-ut": ""}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "169"}}, "raw": {"H": "04:30", "COD": "04", "DAY": "05", "MON": "07", "NUM": "0169", "PRO": "WR", "YEA": "1931", "CITY": "Digne", "NAME": "BORRICAND René", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19928	bory-jean-louis-1919-06-25	{"e3": "170"}	{"lerrcp": "E3-170"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-louis", "family": "Bory", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-06-25 11:00", "note": null, "place": {"c1": null, "c2": "91", "c3": "", "cy": "FR", "lg": 2.08609, "lat": 48.31476, "name": "Méréville", "geoid": 2994416}, "notime": null, "date-ut": "1919-06-25 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jean-louis", "family": "Bory"}, "birth": {"tzo": "+01:00", "date": "1919-06-25 11:00", "place": {"c2": "91", "c3": "", "cy": "FR", "lg": 2.08609, "lat": 48.31476, "name": "Méréville", "geoid": 2994416}, "date-ut": "1919-06-25 10:00"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "170"}}, "raw": {"H": "11:00", "COD": "91", "DAY": "25", "MON": "06", "NUM": "0170", "PRO": "WR", "YEA": "1919", "CITY": "Méréville", "NAME": "BORY Jean-louis", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19930	bosson-joseph-1924-12-14	{"e3": "172"}	{"lerrcp": "E3-172"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Bosson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1924-12-14 08:00", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": 6.1399, "lat": 45.86442, "name": "Sevrier", "geoid": 2974675}, "notime": null, "date-ut": "1924-12-14 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Bosson"}, "birth": {"tzo": "+00:00", "date": "1924-12-14 08:00", "place": {"c2": "74", "c3": "", "cy": "FR", "lg": 6.1399, "lat": 45.86442, "name": "Sevrier", "geoid": 2974675}, "date-ut": "1924-12-14 08:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "172"}}, "raw": {"H": "08:00", "COD": "74", "DAY": "14", "MON": "12", "NUM": "0172", "PRO": "JO", "YEA": "1924", "CITY": "Sevrier", "NAME": "BOSSON Joseph", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19931	bothereau-robert-1901-02-22	{"e3": "173"}	{"lerrcp": "E3-173"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Bothereau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-02-22 13:00", "note": null, "place": {"c1": null, "c2": "45", "c3": "", "cy": "FR", "lg": 1.67259, "lat": 47.81084, "name": "Baule", "geoid": 3034543}, "notime": null, "date-ut": "1901-02-22 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Bothereau"}, "birth": {"tzo": "+00:09", "date": "1901-02-22 13:00", "place": {"c2": "45", "c3": "", "cy": "FR", "lg": 1.67259, "lat": 47.81084, "name": "Baule", "geoid": 3034543}, "date-ut": "1901-02-22 12:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "173"}}, "raw": {"H": "13:00", "COD": "45", "DAY": "22", "MON": "02", "NUM": "0173", "PRO": "PO", "YEA": "1901", "CITY": "Baule", "NAME": "BOTHEREAU Robert", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19932	boucard-robert-1894-09-12	{"e3": "174"}	{"lerrcp": "E3-174"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Boucard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1894-09-12 11:00", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Maisons-Lafitte", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Boucard"}, "birth": {"tzo": "", "date": "1894-09-12 11:00", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Maisons-Lafitte", "geoid": 0}, "date-ut": ""}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "174"}}, "raw": {"H": "11:00", "COD": "78", "DAY": "12", "MON": "09", "NUM": "0174", "PRO": "WR", "YEA": "1894", "CITY": "Maisons-Lafitte", "NAME": "BOUCARD Robert", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19933	bouchardeau-huguette-briaut-1935-06-01	{"e3": "175"}	{"lerrcp": "E3-175"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Huguette (BRIAUT)", "family": "Bouchardeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1935-06-01 15:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1935-06-01 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Huguette (BRIAUT)", "family": "Bouchardeau"}, "birth": {"tzo": "+01:00", "date": "1935-06-01 15:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1935-06-01 14:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "175"}}, "raw": {"H": "15:00", "COD": "42", "DAY": "01", "MON": "06", "NUM": "0175", "PRO": "PO", "YEA": "1935", "CITY": "St Etienne", "NAME": "BOUCHARDEAU Huguette (BRIAUT)", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19934	bouchaud-jean-1891-10-29	{"e3": "176"}	{"lerrcp": "E3-176"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bouchaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1891-10-29 11:00", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": -1.651, "lat": 47.21154, "name": "Saint-Herblain", "geoid": 2979590}, "notime": null, "date-ut": "1891-10-29 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bouchaud"}, "birth": {"tzo": "+00:09", "date": "1891-10-29 11:00", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": -1.651, "lat": 47.21154, "name": "Saint-Herblain", "geoid": 2979590}, "date-ut": "1891-10-29 10:51"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "176"}}, "raw": {"H": "11:00", "COD": "44", "DAY": "29", "MON": "10", "NUM": "0176", "PRO": "PAI", "YEA": "1891", "CITY": "St-Herblain", "NAME": "BOUCHAUD Jean", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19935	boucher-henry-1847-09-19	{"e3": "177"}	{"lerrcp": "E3-177"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Boucher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1847-09-19 12:30", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bruyere", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Boucher"}, "birth": {"tzo": "", "date": "1847-09-19 12:30", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bruyere", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "177"}}, "raw": {"H": "12:30", "COD": "88", "DAY": "19", "MON": "09", "NUM": "0177", "PRO": "PO", "YEA": "1847", "CITY": "Bruyere", "NAME": "BOUCHER Henry", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19936	boudard-alphonse-boudon-p-1925-12-17	{"e3": "178"}	{"lerrcp": "E3-178"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse (BOUDON P.)", "family": "Boudard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1925-12-17 19:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "15", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1925-12-17 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Alphonse (BOUDON P.)", "family": "Boudard"}, "birth": {"tzo": "+00:00", "date": "1925-12-17 19:00", "place": {"c2": "75", "c3": "15", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1925-12-17 19:00"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "178"}}, "raw": {"H": "19:00", "COD": "75", "DAY": "17", "MON": "12", "NUM": "0178", "PRO": "WR", "YEA": "1925", "CITY": "Paris 15ème", "NAME": "BOUDARD Alphonse (BOUDON P.)", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19937	boudet-micheline-1926-04-28	{"e3": "179"}	{"lerrcp": "E3-179"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Micheline", "family": "Boudet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1926-04-28 09:30", "note": null, "place": {"c1": null, "c2": "57", "c3": "", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1926-04-28 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Micheline", "family": "Boudet"}, "birth": {"tzo": "+01:00", "date": "1926-04-28 09:30", "place": {"c2": "57", "c3": "", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1926-04-28 08:30"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "179"}}, "raw": {"H": "09:30", "COD": "57", "DAY": "28", "MON": "04", "NUM": "0179", "PRO": "AC", "YEA": "1926", "CITY": "Metz", "NAME": "BOUDET Micheline", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19938	boudet-roland-1913-11-09	{"e3": "180"}	{"lerrcp": "E3-180"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roland", "family": "Boudet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-11-09 18:00", "note": null, "place": {"c1": null, "c2": "61", "c3": "", "cy": "FR", "lg": 0.60131, "lat": 48.59663, "name": "Bubertré", "geoid": 3029701}, "notime": null, "date-ut": "1913-11-09 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Roland", "family": "Boudet"}, "birth": {"tzo": "+00:00", "date": "1913-11-09 18:00", "place": {"c2": "61", "c3": "", "cy": "FR", "lg": 0.60131, "lat": 48.59663, "name": "Bubertré", "geoid": 3029701}, "date-ut": "1913-11-09 18:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "180"}}, "raw": {"H": "18:00", "COD": "61", "DAY": "09", "MON": "11", "NUM": "0180", "PRO": "JO", "YEA": "1913", "CITY": "Bubertré", "NAME": "BOUDET Roland", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19939	boudot-pierre-1930-09-22	{"e3": "181"}	{"lerrcp": "E3-181"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Boudot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1930-09-22 17:55", "note": null, "place": {"c1": null, "c2": "25", "c3": "", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1930-09-22 16:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Boudot"}, "birth": {"tzo": "+01:00", "date": "1930-09-22 17:55", "place": {"c2": "25", "c3": "", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1930-09-22 16:55"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "181"}}, "raw": {"H": "17:55", "COD": "25", "DAY": "22", "MON": "09", "NUM": "0181", "PRO": "WR", "YEA": "1930", "CITY": "Besançon", "NAME": "BOUDOT Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19940	boue-geori-georgette-1918-10-16	{"e3": "182"}	{"lerrcp": "E3-182"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Geori (Georgette)", "family": "Boué", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1918-10-16 02:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1918-10-16 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["opera-singer"]	5	null	[{"new": {"name": {"given": "Geori (Georgette)", "family": "Boué"}, "birth": {"tzo": "+00:00", "date": "1918-10-16 02:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1918-10-16 02:00"}, "occus": ["opera-singer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "182"}}, "raw": {"H": "02:00", "COD": "31", "DAY": "16", "MON": "10", "NUM": "0182", "PRO": "OPE", "YEA": "1918", "CITY": "Toulouse", "NAME": "BOUÉ Geori (Georgette)", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19941	bougenot-andre-1907-07-10	{"e3": "183"}	{"lerrcp": "E3-183"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Bougenot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-07-10 17:00", "note": null, "place": {"c1": null, "c2": "01", "c3": "", "cy": "FR", "lg": 5.2258, "lat": 46.20574, "name": "Bourg-en-Bresse", "geoid": 3031009}, "notime": null, "date-ut": "1907-07-10 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Bougenot"}, "birth": {"tzo": "+00:09", "date": "1907-07-10 17:00", "place": {"c2": "01", "c3": "", "cy": "FR", "lg": 5.2258, "lat": 46.20574, "name": "Bourg-en-Bresse", "geoid": 3031009}, "date-ut": "1907-07-10 16:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "183"}}, "raw": {"H": "17:00", "COD": "01", "DAY": "10", "MON": "07", "NUM": "0183", "PRO": "PO", "YEA": "1907", "CITY": "Bourg en Bresse", "NAME": "BOUGENOT André", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19942	bouillon-gabriel-1898-03-05	{"e3": "184"}	{"lerrcp": "E3-184"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Bouillon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-03-05 03:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1898-03-05 02:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Bouillon"}, "birth": {"tzo": "+00:09", "date": "1898-03-05 03:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1898-03-05 02:51"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "184"}}, "raw": {"H": "03:00", "COD": "34", "DAY": "05", "MON": "03", "NUM": "0184", "PRO": "MUS", "YEA": "1898", "CITY": "Montpellier", "NAME": "BOUILLON Gabriel", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19943	bouisson-fernand-1874-06-16	{"e3": "185"}	{"lerrcp": "E3-185"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Bouisson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:26", "date": "1874-06-16 01:00", "note": null, "place": {"c1": null, "c2": "", "c3": "", "cy": "DZ", "lg": 6.61472, "lat": 36.365, "name": "Constantine", "geoid": 2501152}, "notime": null, "date-ut": "1874-06-16 00:34"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Bouisson"}, "birth": {"tzo": "+00:26", "date": "1874-06-16 01:00", "place": {"c2": "", "c3": "", "cy": "DZ", "lg": 6.61472, "lat": 36.365, "name": "Constantine", "geoid": 2501152}, "date-ut": "1874-06-16 00:34"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "185"}}, "raw": {"H": "01:00", "COD": "ALG", "DAY": "16", "MON": "06", "NUM": "0185", "PRO": "PO", "YEA": "1874", "CITY": "Constantine - Algérie", "NAME": "BOUISSON Fernand", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19944	bouladoux-maurice-1907-07-16	{"e3": "186"}	{"lerrcp": "E3-186"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Bouladoux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-07-16 13:00", "note": null, "place": {"c1": null, "c2": "79", "c3": "", "cy": "FR", "lg": -0.24672, "lat": 46.64832, "name": "Parthenay", "geoid": 2988447}, "notime": null, "date-ut": "1907-07-16 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Bouladoux"}, "birth": {"tzo": "+00:09", "date": "1907-07-16 13:00", "place": {"c2": "79", "c3": "", "cy": "FR", "lg": -0.24672, "lat": 46.64832, "name": "Parthenay", "geoid": 2988447}, "date-ut": "1907-07-16 12:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "186"}}, "raw": {"H": "13:00", "COD": "79", "DAY": "16", "MON": "07", "NUM": "0186", "PRO": "PO", "YEA": "1907", "CITY": "Parthenay", "NAME": "BOULADOUX Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19945	boulanger-daniel-1922-01-24	{"e3": "187"}	{"lerrcp": "E3-187"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "Boulanger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-01-24 15:30", "note": null, "place": {"c1": null, "c2": "60", "c3": "", "cy": "FR", "lg": 2.82606, "lat": 49.41794, "name": "Compiègne", "geoid": 3024066}, "notime": null, "date-ut": "1922-01-24 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Daniel", "family": "Boulanger"}, "birth": {"tzo": "+00:00", "date": "1922-01-24 15:30", "place": {"c2": "60", "c3": "", "cy": "FR", "lg": 2.82606, "lat": 49.41794, "name": "Compiègne", "geoid": 3024066}, "date-ut": "1922-01-24 15:30"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "187"}}, "raw": {"H": "15:30", "COD": "60", "DAY": "24", "MON": "01", "NUM": "0187", "PRO": "WR", "YEA": "1922", "CITY": "Compiègne", "NAME": "BOULANGER Daniel", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19947	boulay-robert-1920-09-12	{"e3": "190"}	{"lerrcp": "E3-190"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Boulay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-09-12 11:00", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": 2.33339, "lat": 48.90654, "name": "Saint-Ouen", "geoid": 2977824}, "notime": null, "date-ut": "1920-09-12 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Boulay"}, "birth": {"tzo": "+01:00", "date": "1920-09-12 11:00", "place": {"c2": "93", "c3": "", "cy": "FR", "lg": 2.33339, "lat": 48.90654, "name": "Saint-Ouen", "geoid": 2977824}, "date-ut": "1920-09-12 10:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "190"}}, "raw": {"H": "11:00", "COD": "93", "DAY": "12", "MON": "09", "NUM": "0190", "PRO": "JO", "YEA": "1920", "CITY": "St-Ouen", "NAME": "BOULAY Robert", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19948	boulin-robert-1920-07-20	{"e3": "191"}	{"lerrcp": "E3-191"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Boulin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-07-20 23:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.37289, "lat": 44.45828, "name": "Villandraut", "geoid": 2969015}, "notime": null, "date-ut": "1920-07-20 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Boulin"}, "birth": {"tzo": "+01:00", "date": "1920-07-20 23:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.37289, "lat": 44.45828, "name": "Villandraut", "geoid": 2969015}, "date-ut": "1920-07-20 22:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "191"}}, "raw": {"H": "23:00", "COD": "33", "DAY": "20", "MON": "07", "NUM": "0191", "PRO": "PO", "YEA": "1920", "CITY": "Villandraut", "NAME": "BOULIN Robert", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19949	bouquet-michel-1925-11-06	{"e3": "192"}	{"lerrcp": "E3-192"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Bouquet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1925-11-06 00:15", "note": null, "place": {"c1": null, "c2": "75", "c3": "14", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1925-11-06 00:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Bouquet"}, "birth": {"tzo": "+00:00", "date": "1925-11-06 00:15", "place": {"c2": "75", "c3": "14", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1925-11-06 00:15"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "192"}}, "raw": {"H": "00:15", "COD": "75", "DAY": "06", "MON": "11", "NUM": "0192", "PRO": "AC", "YEA": "1925", "CITY": "Paris 14ème", "NAME": "BOUQUET Michel", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19950	bourely-paul-1867-12-08	{"e3": "193"}	{"lerrcp": "E3-193"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Bourely", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18", "date": "1867-12-08 07:00", "note": null, "place": {"c1": null, "c2": "07", "c3": "", "cy": "FR", "lg": 4.39374, "lat": 44.40685, "name": "Vallon-Pont-d'Arc", "geoid": 2970885}, "notime": null, "date-ut": "1867-12-08 06:42"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Bourely"}, "birth": {"tzo": "+00:18", "date": "1867-12-08 07:00", "place": {"c2": "07", "c3": "", "cy": "FR", "lg": 4.39374, "lat": 44.40685, "name": "Vallon-Pont-d'Arc", "geoid": 2970885}, "date-ut": "1867-12-08 06:42"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "193"}}, "raw": {"H": "07:00", "COD": "07", "DAY": "08", "MON": "12", "NUM": "0193", "PRO": "PO", "YEA": "1867", "CITY": "Vallon Pont d'Arc", "NAME": "BOURELY Paul", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19951	bourgeon-roger-1924-11-01	{"e3": "194"}	{"lerrcp": "E3-194"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Bourgeon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1924-11-01 08:45", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.235, "lat": 48.81381, "name": "Meudon", "geoid": 2994144}, "notime": null, "date-ut": "1924-11-01 08:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Bourgeon"}, "birth": {"tzo": "+00:00", "date": "1924-11-01 08:45", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.235, "lat": 48.81381, "name": "Meudon", "geoid": 2994144}, "date-ut": "1924-11-01 08:45"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "194"}}, "raw": {"H": "08:45", "COD": "92", "DAY": "01", "MON": "11", "NUM": "0194", "PRO": "JO", "YEA": "1924", "CITY": "Meudon", "NAME": "BOURGEON Roger", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19952	bourges-yvon-1921-06-29	{"e3": "195"}	{"lerrcp": "E3-195"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yvon", "family": "Bourges", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1921-06-29 07:20", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Pau", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Yvon", "family": "Bourges"}, "birth": {"tzo": "", "date": "1921-06-29 07:20", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Pau", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "195"}}, "raw": {"H": "07:20", "COD": "66", "DAY": "29", "MON": "06", "NUM": "0195", "PRO": "PO", "YEA": "1921", "CITY": "Pau", "NAME": "BOURGES Yvon", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19953	bourgue-maurice-1939-11-06	{"e3": "196"}	{"lerrcp": "E3-196"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Bourgue", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1939-11-06 14:00", "note": null, "place": {"c1": null, "c2": "84", "c3": "", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1939-11-06 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Bourgue"}, "birth": {"tzo": "+01:00", "date": "1939-11-06 14:00", "place": {"c2": "84", "c3": "", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1939-11-06 13:00"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "196"}}, "raw": {"H": "14:00", "COD": "84", "DAY": "06", "MON": "11", "NUM": "0196", "PRO": "MUS", "YEA": "1939", "CITY": "Avignon", "NAME": "BOURGUE Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19954	bourin-andre-1918-06-28	{"e3": "197"}	{"lerrcp": "E3-197"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Bourin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-06-28 06:30", "note": null, "place": {"c1": null, "c2": "37", "c3": "", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "notime": null, "date-ut": "1918-06-28 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "André", "family": "Bourin"}, "birth": {"tzo": "+01:00", "date": "1918-06-28 06:30", "place": {"c2": "37", "c3": "", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "date-ut": "1918-06-28 05:30"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "197"}}, "raw": {"H": "06:30", "COD": "37", "DAY": "28", "MON": "06", "NUM": "0197", "PRO": "JO", "YEA": "1918", "CITY": "Tours", "NAME": "BOURIN André", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19955	boutang-pierre-1916-09-20	{"e3": "198"}	{"lerrcp": "E3-198"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Boutang", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1916-09-20 07:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1916-09-20 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Boutang"}, "birth": {"tzo": "+01:00", "date": "1916-09-20 07:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1916-09-20 06:00"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "198"}}, "raw": {"H": "07:00", "COD": "42", "DAY": "20", "MON": "09", "NUM": "0198", "PRO": "WR", "YEA": "1916", "CITY": "St-Etienne", "NAME": "BOUTANG Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19956	bouthillier-yves-1901-02-26	{"e3": "199"}	{"lerrcp": "E3-199"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Bouthillier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-02-26 04:00", "note": null, "place": {"c1": null, "c2": "17", "c3": "", "cy": "FR", "lg": -1.36746, "lat": 46.2031, "name": "Saint-Martin-de-Ré", "geoid": 2978361}, "notime": null, "date-ut": "1901-02-26 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Bouthillier"}, "birth": {"tzo": "+00:09", "date": "1901-02-26 04:00", "place": {"c2": "17", "c3": "", "cy": "FR", "lg": -1.36746, "lat": 46.2031, "name": "Saint-Martin-de-Ré", "geoid": 2978361}, "date-ut": "1901-02-26 03:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "199"}}, "raw": {"H": "04:00", "COD": "17", "DAY": "26", "MON": "02", "NUM": "0199", "PRO": "PO", "YEA": "1901", "CITY": "St Martin de Ré", "NAME": "BOUTHILLIER Yves", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19957	bouvard-philippe-1929-12-06	{"e3": "200"}	{"lerrcp": "E3-200"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Bouvard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1929-12-06 02:30", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": 3.08498, "lat": 48.81451, "name": "Coulommiers", "geoid": 3023240}, "notime": null, "date-ut": "1929-12-06 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Bouvard"}, "birth": {"tzo": "+00:00", "date": "1929-12-06 02:30", "place": {"c2": "77", "c3": "", "cy": "FR", "lg": 3.08498, "lat": 48.81451, "name": "Coulommiers", "geoid": 3023240}, "date-ut": "1929-12-06 02:30"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "200"}}, "raw": {"H": "02:30", "COD": "77", "DAY": "06", "MON": "12", "NUM": "0200", "PRO": "JO", "YEA": "1929", "CITY": "Coulommiers", "NAME": "BOUVARD Philippe", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19958	bouzinac-roger-1920-07-28	{"e3": "201"}	{"lerrcp": "E3-201"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Bouzinac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-07-28 04:00", "note": null, "place": {"c1": null, "c2": "81", "c3": "", "cy": "FR", "lg": 2.148, "lat": 43.9298, "name": "Albi", "geoid": 3038261}, "notime": null, "date-ut": "1920-07-28 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Bouzinac"}, "birth": {"tzo": "+01:00", "date": "1920-07-28 04:00", "place": {"c2": "81", "c3": "", "cy": "FR", "lg": 2.148, "lat": 43.9298, "name": "Albi", "geoid": 3038261}, "date-ut": "1920-07-28 03:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "201"}}, "raw": {"H": "04:00", "COD": "81", "DAY": "28", "MON": "07", "NUM": "0201", "PRO": "JO", "YEA": "1920", "CITY": "Albi", "NAME": "BOUZINAC Roger", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19959	bovier-lapierre-edouard-1883-04-28	{"e3": "202"}	{"lerrcp": "E3-202"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Bovier-Lapierre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23", "date": "1883-04-28 11:30", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1883-04-28 11:07"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Bovier-Lapierre"}, "birth": {"tzo": "+00:23", "date": "1883-04-28 11:30", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1883-04-28 11:07"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "202"}}, "raw": {"H": "11:30", "COD": "38", "DAY": "28", "MON": "04", "NUM": "0202", "PRO": "PO", "YEA": "1883", "CITY": "Grenoble", "NAME": "BOVIER-LAPIERRE Edouard", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19960	bracke-desrousseaux-alexandre-1861-09-29	{"e3": "203"}	{"lerrcp": "E3-203"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Bracke-Desrousseaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12", "date": "1861-09-29 11:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1861-09-29 10:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Bracke-Desrousseaux"}, "birth": {"tzo": "+00:12", "date": "1861-09-29 11:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1861-09-29 10:48"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "203"}}, "raw": {"H": "11:00", "COD": "59", "DAY": "29", "MON": "09", "NUM": "0203", "PRO": "PO", "YEA": "1861", "CITY": "Lille", "NAME": "BRACKE-DESROUSSEAUX Alexandre", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19961	brandon-paul-1899-06-02	{"e3": "204"}	{"lerrcp": "E3-204"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Brandon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-06-02 19:00", "note": null, "place": {"c1": null, "c2": "10", "c3": "", "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "notime": null, "date-ut": "1899-06-02 18:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Brandon"}, "birth": {"tzo": "+00:09", "date": "1899-06-02 19:00", "place": {"c2": "10", "c3": "", "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "date-ut": "1899-06-02 18:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "204"}}, "raw": {"H": "19:00", "COD": "10", "DAY": "02", "MON": "06", "NUM": "0204", "PRO": "JO", "YEA": "1899", "CITY": "Troyes", "NAME": "BRANDON Paul", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19962	brasilier-andre-1929-10-29	{"e3": "205"}	{"lerrcp": "E3-205"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Brasilier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1929-10-29 11:00", "note": null, "place": {"c1": null, "c2": "49", "c3": "", "cy": "FR", "lg": -0.07808, "lat": 47.25931, "name": "Saumur", "geoid": 2975758}, "notime": null, "date-ut": "1929-10-29 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "André", "family": "Brasilier"}, "birth": {"tzo": "+00:00", "date": "1929-10-29 11:00", "place": {"c2": "49", "c3": "", "cy": "FR", "lg": -0.07808, "lat": 47.25931, "name": "Saumur", "geoid": 2975758}, "date-ut": "1929-10-29 11:00"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "205"}}, "raw": {"H": "11:00", "COD": "49", "DAY": "29", "MON": "10", "NUM": "0205", "PRO": "PAI", "YEA": "1929", "CITY": "Saumur", "NAME": "BRASILIER André", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19963	brasseur-claude-espinasse-1936-06-15	{"e3": "206"}	{"lerrcp": "E3-206"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude (ESPINASSE)", "family": "Brasseur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1936-06-15 07:50", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Neuilly sur Suinu", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Claude (ESPINASSE)", "family": "Brasseur"}, "birth": {"tzo": "", "date": "1936-06-15 07:50", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Neuilly sur Suinu", "geoid": 0}, "date-ut": ""}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "206"}}, "raw": {"H": "07:50", "COD": "92", "DAY": "15", "MON": "06", "NUM": "0206", "PRO": "AC", "YEA": "1936", "CITY": "Neuilly sur Suinu", "NAME": "BRASSEUR Claude (ESPINASSE)", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19964	breant-ernest-1880-12-25	{"e3": "207"}	{"lerrcp": "E3-207"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Breant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1880-12-25 19:30", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Châteaubriand", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Breant"}, "birth": {"tzo": "", "date": "1880-12-25 19:30", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Châteaubriand", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "207"}}, "raw": {"H": "19:30", "COD": "44", "DAY": "25", "MON": "12", "NUM": "0207", "PRO": "PO", "YEA": "1880", "CITY": "Châteaubriand", "NAME": "BREANT Ernest", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19965	brelet-gisele-1915-03-06	{"e3": "208"}	{"lerrcp": "E3-208"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gisèle", "family": "Brelet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1915-03-06 17:00", "note": null, "place": {"c1": null, "c2": "85", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Fontenaylu Comte", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Gisèle", "family": "Brelet"}, "birth": {"tzo": "", "date": "1915-03-06 17:00", "place": {"c2": "85", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Fontenaylu Comte", "geoid": 0}, "date-ut": ""}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "208"}}, "raw": {"H": "17:00", "COD": "85", "DAY": "06", "MON": "03", "NUM": "0208", "PRO": "MUS", "YEA": "1915", "CITY": "Fontenaylu Comte", "NAME": "BRELET Gisèle", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19966	bremond-d-ars-yvonne-1894-08-02	{"e3": "209"}	{"lerrcp": "E3-209"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yvonne", "family": "Brémond D'ars", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1894-08-02 22:00", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1894-08-02 21:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Yvonne", "family": "Brémond D'ars"}, "birth": {"tzo": "+00:09", "date": "1894-08-02 22:00", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1894-08-02 21:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "209"}}, "raw": {"H": "22:00", "COD": "44", "DAY": "02", "MON": "08", "NUM": "0209", "PRO": "WR", "YEA": "1894", "CITY": "Nantes", "NAME": "BRÉMOND D'ARS Yvonne", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19967	breton-guy-1919-08-06	{"e3": "210"}	{"lerrcp": "E3-210"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Breton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-08-06 09:30", "note": null, "place": {"c1": null, "c2": "45", "c3": "", "cy": "FR", "lg": 2.63094, "lat": 47.69332, "name": "Gien", "geoid": 3016097}, "notime": null, "date-ut": "1919-08-06 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Breton"}, "birth": {"tzo": "+01:00", "date": "1919-08-06 09:30", "place": {"c2": "45", "c3": "", "cy": "FR", "lg": 2.63094, "lat": 47.69332, "name": "Gien", "geoid": 3016097}, "date-ut": "1919-08-06 08:30"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "210"}}, "raw": {"H": "09:30", "COD": "45", "DAY": "06", "MON": "08", "NUM": "0210", "PRO": "WR", "YEA": "1919", "CITY": "Gien", "NAME": "BRETON Guy", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19969	brigneau-francois-allot-e-1919-04-30	{"e3": "213"}	{"lerrcp": "E3-213"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François (ALLOT E.)", "family": "Brigneau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-04-30 13:30", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -3.91896, "lat": 47.87536, "name": "Concarneau", "geoid": 3024035}, "notime": null, "date-ut": "1919-04-30 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "François (ALLOT E.)", "family": "Brigneau"}, "birth": {"tzo": "+01:00", "date": "1919-04-30 13:30", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -3.91896, "lat": 47.87536, "name": "Concarneau", "geoid": 3024035}, "date-ut": "1919-04-30 12:30"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "213"}}, "raw": {"H": "13:30", "COD": "29", "DAY": "30", "MON": "04", "NUM": "0213", "PRO": "JO", "YEA": "1919", "CITY": "Concarneau", "NAME": "BRIGNEAU François (ALLOT E.)", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19970	brincourt-andre-1920-11-08	{"e3": "214"}	{"lerrcp": "E3-214"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Brincourt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1920-11-08 08:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1920-11-08 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "André", "family": "Brincourt"}, "birth": {"tzo": "+00:00", "date": "1920-11-08 08:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1920-11-08 08:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "214"}}, "raw": {"H": "08:00", "COD": "92", "DAY": "08", "MON": "11", "NUM": "0214", "PRO": "JO", "YEA": "1920", "CITY": "Neuilly sur Seine", "NAME": "BRINCOURT André", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19971	brinon-fernand-de-1885-08-16	{"e3": "215"}	{"lerrcp": "E3-215"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand de", "family": "Brinon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01", "date": "1885-08-16 12:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.24186, "lat": 44.91449, "name": "Libourne", "geoid": 2998517}, "notime": null, "date-ut": "1885-08-16 12:01"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Fernand de", "family": "Brinon"}, "birth": {"tzo": "-00:01", "date": "1885-08-16 12:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.24186, "lat": 44.91449, "name": "Libourne", "geoid": 2998517}, "date-ut": "1885-08-16 12:01"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "215"}}, "raw": {"H": "12:00", "COD": "33", "DAY": "16", "MON": "08", "NUM": "0215", "PRO": "PO", "YEA": "1885", "CITY": "Libourne", "NAME": "BRINON Fernand de", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19972	briquet-georges-1898-02-05	{"e3": "216"}	{"lerrcp": "E3-216"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Briquet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-02-05 23:00", "note": null, "place": {"c1": null, "c2": "87", "c3": "", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1898-02-05 22:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Briquet"}, "birth": {"tzo": "+00:09", "date": "1898-02-05 23:00", "place": {"c2": "87", "c3": "", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1898-02-05 22:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "216"}}, "raw": {"H": "23:00", "COD": "87", "DAY": "05", "MON": "02", "NUM": "0216", "PRO": "JO", "YEA": "1898", "CITY": "Limoges", "NAME": "BRIQUET Georges", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19973	brisard-pierre-1917-01-15	{"e3": "217"}	{"lerrcp": "E3-217"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Brisard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1917-01-15 07:00", "note": null, "place": {"c1": null, "c2": "53", "c3": "", "cy": "FR", "lg": -0.64106, "lat": 48.08435, "name": "Argentré", "geoid": 3037017}, "notime": null, "date-ut": "1917-01-15 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Brisard"}, "birth": {"tzo": "+00:00", "date": "1917-01-15 07:00", "place": {"c2": "53", "c3": "", "cy": "FR", "lg": -0.64106, "lat": 48.08435, "name": "Argentré", "geoid": 3037017}, "date-ut": "1917-01-15 07:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "217"}}, "raw": {"H": "07:00", "COD": "53", "DAY": "15", "MON": "01", "NUM": "0217", "PRO": "JO", "YEA": "1917", "CITY": "Argentré", "NAME": "BRISARD Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19974	brissaud-andre-1920-04-14	{"e3": "218"}	{"lerrcp": "E3-218"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Brissaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-04-14 09:00", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 3.95922, "lat": 49.04, "name": "Épernay", "geoid": 3020062}, "notime": null, "date-ut": "1920-04-14 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "André", "family": "Brissaud"}, "birth": {"tzo": "+01:00", "date": "1920-04-14 09:00", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": 3.95922, "lat": 49.04, "name": "Épernay", "geoid": 3020062}, "date-ut": "1920-04-14 08:00"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "218"}}, "raw": {"H": "09:00", "COD": "51", "DAY": "14", "MON": "04", "NUM": "0218", "PRO": "WR", "YEA": "1920", "CITY": "Epernay", "NAME": "BRISSAUD André", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19975	brisson-henri-1835-07-31	{"e3": "219"}	{"lerrcp": "E3-219"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Brisson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10", "date": "1835-07-31 21:00", "note": null, "place": {"c1": null, "c2": "18", "c3": "", "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "notime": null, "date-ut": "1835-07-31 20:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Brisson"}, "birth": {"tzo": "+00:10", "date": "1835-07-31 21:00", "place": {"c2": "18", "c3": "", "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "date-ut": "1835-07-31 20:50"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "219"}}, "raw": {"H": "21:00", "COD": "18", "DAY": "31", "MON": "07", "NUM": "0219", "PRO": "PO", "YEA": "1835", "CITY": "Bourges", "NAME": "BRISSON Henri", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19976	brisson-jean-francois-1918-07-29	{"e3": "220"}	{"lerrcp": "E3-220"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-François", "family": "Brisson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-07-29 01:00", "note": null, "place": {"c1": null, "c2": "47", "c3": "", "cy": "FR", "lg": 0.62055, "lat": 44.20199, "name": "Agen", "geoid": 3038634}, "notime": null, "date-ut": "1918-07-29 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean-François", "family": "Brisson"}, "birth": {"tzo": "+01:00", "date": "1918-07-29 01:00", "place": {"c2": "47", "c3": "", "cy": "FR", "lg": 0.62055, "lat": 44.20199, "name": "Agen", "geoid": 3038634}, "date-ut": "1918-07-29 00:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "220"}}, "raw": {"H": "01:00", "COD": "47", "DAY": "29", "MON": "07", "NUM": "0220", "PRO": "JO", "YEA": "1918", "CITY": "Agen", "NAME": "BRISSON Jean-François", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19977	britsch-jacques-1906-09-10	{"e3": "221"}	{"lerrcp": "E3-221"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Britsch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-09-10 23:00", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 4.29054, "lat": 46.87184, "name": "Broye", "geoid": 3029839}, "notime": null, "date-ut": "1906-09-10 22:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Britsch"}, "birth": {"tzo": "+00:09", "date": "1906-09-10 23:00", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 4.29054, "lat": 46.87184, "name": "Broye", "geoid": 3029839}, "date-ut": "1906-09-10 22:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "221"}}, "raw": {"H": "23:00", "COD": "71", "DAY": "10", "MON": "09", "NUM": "0221", "PRO": "JO", "YEA": "1906", "CITY": "Broye", "NAME": "BRITSCH Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19978	bromberger-merry-1906-07-10	{"e3": "222"}	{"lerrcp": "E3-222"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Merry", "family": "Bromberger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1906-07-10 16:00", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Merry", "family": "Bromberger"}, "birth": {"tzo": "", "date": "1906-07-10 16:00", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "222"}}, "raw": {"H": "16:00", "COD": "67", "DAY": "10", "MON": "07", "NUM": "0222", "PRO": "JO", "YEA": "1906", "CITY": "Strasbourg", "NAME": "BROMBERGER Merry", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19979	bromberger-serge-1912-08-29	{"e3": "223"}	{"lerrcp": "E3-223"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Serge", "family": "Bromberger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-08-29 02:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.29346, "lat": 48.8024, "name": "Châtillon", "geoid": 3026083}, "notime": null, "date-ut": "1912-08-29 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Serge", "family": "Bromberger"}, "birth": {"tzo": "+00:00", "date": "1912-08-29 02:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.29346, "lat": 48.8024, "name": "Châtillon", "geoid": 3026083}, "date-ut": "1912-08-29 02:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "223"}}, "raw": {"H": "02:00", "COD": "92", "DAY": "29", "MON": "08", "NUM": "0223", "PRO": "JO", "YEA": "1912", "CITY": "Chatillon", "NAME": "BROMBERGER Serge", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19980	brossolette-pierre-1903-06-25	{"e3": "224"}	{"lerrcp": "E3-224"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Brossolette", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-06-25 07:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "16", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1903-06-25 06:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Brossolette"}, "birth": {"tzo": "+00:09", "date": "1903-06-25 07:00", "place": {"c2": "75", "c3": "16", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1903-06-25 06:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "224"}}, "raw": {"H": "07:00", "COD": "75", "DAY": "25", "MON": "06", "NUM": "0224", "PRO": "PO", "YEA": "1903", "CITY": "Paris 16ème", "NAME": "BROSSOLETTE Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19981	brousse-emmanuel-1866-08-23	{"e3": "225"}	{"lerrcp": "E3-225"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emmanuel", "family": "Brousse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12", "date": "1866-08-23 03:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "notime": null, "date-ut": "1866-08-23 02:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Emmanuel", "family": "Brousse"}, "birth": {"tzo": "+00:12", "date": "1866-08-23 03:00", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "date-ut": "1866-08-23 02:48"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "225"}}, "raw": {"H": "03:00", "COD": "66", "DAY": "23", "MON": "08", "NUM": "0225", "PRO": "PO", "YEA": "1866", "CITY": "Perpignan", "NAME": "BROUSSE Emmanuel", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19982	brousse-paul-1844-01-23	{"e3": "226"}	{"lerrcp": "E3-226"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Brousse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16", "date": "1844-01-23 13:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1844-01-23 12:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Brousse"}, "birth": {"tzo": "+00:16", "date": "1844-01-23 13:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1844-01-23 12:44"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "226"}}, "raw": {"H": "13:00", "COD": "34", "DAY": "23", "MON": "01", "NUM": "0226", "PRO": "PO", "YEA": "1844", "CITY": "Montpellier", "NAME": "BROUSSE Paul", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19983	brousse-pierre-1926-11-30	{"e3": "227"}	{"lerrcp": "E3-227"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Brousse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1926-11-30 19:00", "note": null, "place": {"c1": null, "c2": "87", "c3": "", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1926-11-30 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Brousse"}, "birth": {"tzo": "+00:00", "date": "1926-11-30 19:00", "place": {"c2": "87", "c3": "", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1926-11-30 19:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "227"}}, "raw": {"H": "19:00", "COD": "87", "DAY": "30", "MON": "11", "NUM": "0227", "PRO": "PO", "YEA": "1926", "CITY": "Limoges", "NAME": "BROUSSE Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19985	brule-eugene-1929-09-02	{"e3": "229"}	{"lerrcp": "E3-229"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Brulé", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1929-09-02 04:00", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": -1.61667, "lat": 47.9, "name": "Le Sel-de-Bretagne", "geoid": 3001171}, "notime": null, "date-ut": "1929-09-02 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Brulé"}, "birth": {"tzo": "+01:00", "date": "1929-09-02 04:00", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": -1.61667, "lat": 47.9, "name": "Le Sel-de-Bretagne", "geoid": 3001171}, "date-ut": "1929-09-02 03:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "229"}}, "raw": {"H": "04:00", "COD": "35", "DAY": "02", "MON": "09", "NUM": "0229", "PRO": "JO", "YEA": "1929", "CITY": "Le Sel de Bretagne", "NAME": "BRULÉ Eugène", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19986	brun-charles-1821-11-22	{"e3": "230"}	{"lerrcp": "E3-230"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Brun", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24", "date": "1821-11-22 08:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1821-11-22 07:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Brun"}, "birth": {"tzo": "+00:24", "date": "1821-11-22 08:00", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1821-11-22 07:36"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "230"}}, "raw": {"H": "08:00", "COD": "83", "DAY": "22", "MON": "11", "NUM": "0230", "PRO": "PO", "YEA": "1821", "CITY": "Toulon", "NAME": "BRUN Charles", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
17903	brun-jean-1849-04-24	{"e1": "270", "e3": "231"}	{"lerrcp": "E1-270"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Brun", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01", "date": "1849-04-24 12:00", "note": null, "place": {"c1": null, "c2": "47", "c3": "", "cy": "FR", "lg": 0.16546, "lat": 44.50361, "name": "Marmande", "geoid": 2995642}, "notime": null, "date-ut": "1849-04-24 11:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Brun"}, "birth": {"tzo": "+00:01", "date": "1849-04-24 12:00", "place": {"c2": "47", "c3": "", "cy": "FR", "lg": 0.16546, "lat": 44.50361, "name": "Marmande", "geoid": 2995642}, "date-ut": "1849-04-24 11:59"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "270"}}, "raw": {"H": "12:00", "COD": "47", "DAY": "24", "MON": "04", "NUM": "0270", "PRO": "MI", "YEA": "1849", "CITY": "Marmande", "NAME": "BRUN Jean", "NOTE": "*"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"occus": ["politician"], "ids-in-sources": {"e3": "231"}}, "raw": {"H": "12:00", "COD": "47", "DAY": "24", "MON": "04", "NUM": "0231", "PRO": "PO", "YEA": "1849", "CITY": "Marmande", "NAME": "BRUN Jean", "NOTE": "*"}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[null]
19987	brunet-rene-1882-11-13	{"e3": "232"}	{"lerrcp": "E3-232"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Brunet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02", "date": "1882-11-13 01:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.49663, "lat": 44.78517, "name": "Latresne", "geoid": 3006161}, "notime": null, "date-ut": "1882-11-13 01:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "René", "family": "Brunet"}, "birth": {"tzo": "-00:02", "date": "1882-11-13 01:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.49663, "lat": 44.78517, "name": "Latresne", "geoid": 3006161}, "date-ut": "1882-11-13 01:02"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "232"}}, "raw": {"H": "01:00", "COD": "33", "DAY": "13", "MON": "11", "NUM": "0232", "PRO": "PO", "YEA": "1882", "CITY": "Latresne", "NAME": "BRUNET René", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19988	brunschvigg-cecile-kahn-1877-07-19	{"e3": "233"}	{"lerrcp": "E3-233"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cécile (KAHN)", "family": "Brunschvigg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1877-07-19 07:15", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Enghien les Bains", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Cécile (KAHN)", "family": "Brunschvigg"}, "birth": {"tzo": "", "date": "1877-07-19 07:15", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Enghien les Bains", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "233"}}, "raw": {"H": "07:15", "COD": "78", "DAY": "19", "MON": "07", "NUM": "0233", "PRO": "PO", "YEA": "1877", "CITY": "Enghien les Bains", "NAME": "BRUNSCHVIGG Cécile (KAHN)", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19990	bucard-marcel-1895-12-07	{"e3": "235"}	{"lerrcp": "E3-235"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Bucard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1895-12-07 02:00", "note": null, "place": {"c1": null, "c2": "95", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Clair aur Epts", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Bucard"}, "birth": {"tzo": "", "date": "1895-12-07 02:00", "place": {"c2": "95", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Clair aur Epts", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "235"}}, "raw": {"H": "02:00", "COD": "95", "DAY": "07", "MON": "12", "NUM": "0235", "PRO": "PO", "YEA": "1895", "CITY": "St Clair aur Epts", "NAME": "BUCARD Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19991	buffet-bernard-1928-07-10	{"e3": "236"}	{"lerrcp": "E3-236"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Buffet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1928-07-10 07:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Paria 9ème", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Buffet"}, "birth": {"tzo": "", "date": "1928-07-10 07:30", "place": {"c2": "75", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Paria 9ème", "geoid": 0}, "date-ut": ""}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "236"}}, "raw": {"H": "07:30", "COD": "75", "DAY": "10", "MON": "07", "NUM": "0236", "PRO": "PAI", "YEA": "1928", "CITY": "Paria 9ème", "NAME": "BUFFET Bernard", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19992	buffet-louis-joseph-1818-10-26	{"e3": "237"}	{"lerrcp": "E3-237"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis Joseph", "family": "Buffet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25", "date": "1818-10-26 13:00", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 6.13282, "lat": 48.30089, "name": "Mirecourt", "geoid": 2993728}, "notime": null, "date-ut": "1818-10-26 12:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis Joseph", "family": "Buffet"}, "birth": {"tzo": "+00:25", "date": "1818-10-26 13:00", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 6.13282, "lat": 48.30089, "name": "Mirecourt", "geoid": 2993728}, "date-ut": "1818-10-26 12:35"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "237"}}, "raw": {"H": "13:00", "COD": "88", "DAY": "26", "MON": "10", "NUM": "0237", "PRO": "PO", "YEA": "1818", "CITY": "Mirecourt", "NAME": "BUFFET Louis Joseph", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19993	buisson-ferdinand-1841-12-20	{"e3": "238"}	{"lerrcp": "E3-238"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Buisson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1841-12-20 04:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1841-12-20 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Buisson"}, "birth": {"tzo": "+00:09", "date": "1841-12-20 04:00", "place": {"c2": "75", "c3": "", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1841-12-20 03:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "238"}}, "raw": {"H": "04:00", "COD": "75", "DAY": "20", "MON": "12", "NUM": "0238", "PRO": "PO", "YEA": "1841", "CITY": "Paris", "NAME": "BUISSON Ferdinand", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19994	bujon-maurice-1912-08-16	{"e3": "239"}	{"lerrcp": "E3-239"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Bujon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-08-16 15:00", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": 3.00141, "lat": 43.18396, "name": "Narbonne", "geoid": 2990919}, "notime": null, "date-ut": "1912-08-16 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Bujon"}, "birth": {"tzo": "+00:00", "date": "1912-08-16 15:00", "place": {"c2": "11", "c3": "", "cy": "FR", "lg": 3.00141, "lat": 43.18396, "name": "Narbonne", "geoid": 2990919}, "date-ut": "1912-08-16 15:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "239"}}, "raw": {"H": "15:00", "COD": "11", "DAY": "16", "MON": "08", "NUM": "0239", "PRO": "JO", "YEA": "1912", "CITY": "Narbonne", "NAME": "BUJON Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19995	burdeau-auguste-laurent-1851-09-10	{"e3": "240"}	{"lerrcp": "E3-240"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste Laurent", "family": "Burdeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19", "date": "1851-09-10 06:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1851-09-10 05:41"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Auguste Laurent", "family": "Burdeau"}, "birth": {"tzo": "+00:19", "date": "1851-09-10 06:00", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1851-09-10 05:41"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "240"}}, "raw": {"H": "06:00", "COD": "69", "DAY": "10", "MON": "09", "NUM": "0240", "PRO": "PO", "YEA": "1851", "CITY": "Lyon", "NAME": "BURDEAU Auguste Laurent", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19996	burkhalter-jean-1895-10-17	{"e3": "241"}	{"lerrcp": "E3-241"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Burkhalter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1895-10-17 16:00", "note": null, "place": {"c1": null, "c2": "89", "c3": "", "cy": "FR", "lg": 3.57033, "lat": 47.7996, "name": "Auxerre", "geoid": 3035843}, "notime": null, "date-ut": "1895-10-17 15:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Burkhalter"}, "birth": {"tzo": "+00:09", "date": "1895-10-17 16:00", "place": {"c2": "89", "c3": "", "cy": "FR", "lg": 3.57033, "lat": 47.7996, "name": "Auxerre", "geoid": 3035843}, "date-ut": "1895-10-17 15:51"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "241"}}, "raw": {"H": "16:00", "COD": "89", "DAY": "17", "MON": "10", "NUM": "0241", "PRO": "PAI", "YEA": "1895", "CITY": "Auxerre", "NAME": "BURKHALTER Jean", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19997	bussinger-andre-1921-01-12	{"e3": "242"}	{"lerrcp": "E3-242"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Bussinger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1921-01-12 05:00", "note": null, "place": {"c1": null, "c2": "53", "c3": "", "cy": "FR", "lg": -0.40242, "lat": 48.15587, "name": "Évron", "geoid": 3019259}, "notime": null, "date-ut": "1921-01-12 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "André", "family": "Bussinger"}, "birth": {"tzo": "+00:00", "date": "1921-01-12 05:00", "place": {"c2": "53", "c3": "", "cy": "FR", "lg": -0.40242, "lat": 48.15587, "name": "Évron", "geoid": 3019259}, "date-ut": "1921-01-12 05:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "242"}}, "raw": {"H": "05:00", "COD": "53", "DAY": "12", "MON": "01", "NUM": "0242", "PRO": "JO", "YEA": "1921", "CITY": "Evron", "NAME": "BUSSINGER André", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19998	cabanes-bernard-1933-08-27	{"e3": "243"}	{"lerrcp": "E3-243"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Cabanes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1933-08-27 21:20", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.4318, "lat": 43.62756, "name": "Clermont-l'Hérault", "geoid": 3024631}, "notime": null, "date-ut": "1933-08-27 20:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Cabanes"}, "birth": {"tzo": "+01:00", "date": "1933-08-27 21:20", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.4318, "lat": 43.62756, "name": "Clermont-l'Hérault", "geoid": 3024631}, "date-ut": "1933-08-27 20:20"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "243"}}, "raw": {"H": "21:20", "COD": "34", "DAY": "27", "MON": "08", "NUM": "0243", "PRO": "JO", "YEA": "1933", "CITY": "Clermont-l'Hérault", "NAME": "CABANES Bernard", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19999	caillau-georges-1922-01-12	{"e3": "244"}	{"lerrcp": "E3-244"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Caillau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-01-12 14:00", "note": null, "place": {"c1": null, "c2": "47", "c3": "", "cy": "FR", "lg": 0.33844, "lat": 44.13597, "name": "Nérac", "geoid": 2990780}, "notime": null, "date-ut": "1922-01-12 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Caillau"}, "birth": {"tzo": "+00:00", "date": "1922-01-12 14:00", "place": {"c2": "47", "c3": "", "cy": "FR", "lg": 0.33844, "lat": 44.13597, "name": "Nérac", "geoid": 2990780}, "date-ut": "1922-01-12 14:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "244"}}, "raw": {"H": "14:00", "COD": "47", "DAY": "12", "MON": "01", "NUM": "0244", "PRO": "JO", "YEA": "1922", "CITY": "Nérac", "NAME": "CAILLAU Georges", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20000	caillaux-eugene-1822-09-10	{"e3": "245"}	{"lerrcp": "E3-245"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Caillaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08", "date": "1822-09-10 08:00", "note": null, "place": {"c1": null, "c2": "45", "c3": "", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1822-09-10 07:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Caillaux"}, "birth": {"tzo": "+00:08", "date": "1822-09-10 08:00", "place": {"c2": "45", "c3": "", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1822-09-10 07:52"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "245"}}, "raw": {"H": "08:00", "COD": "45", "DAY": "10", "MON": "09", "NUM": "0245", "PRO": "PO", "YEA": "1822", "CITY": "Orléans", "NAME": "CAILLAUX Eugène", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20001	caillaux-joseph-1863-03-30	{"e3": "246"}	{"lerrcp": "E3-246"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Caillaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01", "date": "1863-03-30 09:00", "note": null, "place": {"c1": null, "c2": "72", "c3": "", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "notime": null, "date-ut": "1863-03-30 08:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Caillaux"}, "birth": {"tzo": "+00:01", "date": "1863-03-30 09:00", "place": {"c2": "72", "c3": "", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "date-ut": "1863-03-30 08:59"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "246"}}, "raw": {"H": "09:00", "COD": "72", "DAY": "30", "MON": "03", "NUM": "0246", "PRO": "PO", "YEA": "1863", "CITY": "Le Mans", "NAME": "CAILLAUX Joseph", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20002	caillemer-henri-1907-11-16	{"e3": "247"}	{"lerrcp": "E3-247"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Caillemer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-11-16 22:00", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1907-11-16 21:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Caillemer"}, "birth": {"tzo": "+00:09", "date": "1907-11-16 22:00", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1907-11-16 21:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "247"}}, "raw": {"H": "22:00", "COD": "38", "DAY": "16", "MON": "11", "NUM": "0247", "PRO": "WR", "YEA": "1907", "CITY": "Grenoble", "NAME": "CAILLEMER Henri", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20003	calvet-joseph-1897-10-08	{"e3": "248"}	{"lerrcp": "E3-248"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Calvet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1897-10-08 04:00", "note": null, "place": {"c1": null, "c2": "82", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Valence d'Agen", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Calvet"}, "birth": {"tzo": "", "date": "1897-10-08 04:00", "place": {"c2": "82", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Valence d'Agen", "geoid": 0}, "date-ut": ""}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "248"}}, "raw": {"H": "04:00", "COD": "82", "DAY": "08", "MON": "10", "NUM": "0248", "PRO": "MUS", "YEA": "1897", "CITY": "Valence d'Agen", "NAME": "CALVET Joseph", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20004	campaux-francois-1906-04-14	{"e3": "249"}	{"lerrcp": "E3-249"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Campaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-04-14 19:30", "note": null, "place": {"c1": null, "c2": "89", "c3": "", "cy": "FR", "lg": 3.57033, "lat": 47.7996, "name": "Auxerre", "geoid": 3035843}, "notime": null, "date-ut": "1906-04-14 19:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "François", "family": "Campaux"}, "birth": {"tzo": "+00:09", "date": "1906-04-14 19:30", "place": {"c2": "89", "c3": "", "cy": "FR", "lg": 3.57033, "lat": 47.7996, "name": "Auxerre", "geoid": 3035843}, "date-ut": "1906-04-14 19:21"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "249"}}, "raw": {"H": "19:30", "COD": "89", "DAY": "14", "MON": "04", "NUM": "0249", "PRO": "WR", "YEA": "1906", "CITY": "Auxerre", "NAME": "CAMPAUX François", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20005	campinchi-cesar-1882-03-05	{"e3": "250"}	{"lerrcp": "E3-250"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "César", "family": "Campinchi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1882-03-05 17:00", "note": null, "place": {"c1": null, "c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Calcataggio", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "César", "family": "Campinchi"}, "birth": {"tzo": "", "date": "1882-03-05 17:00", "place": {"c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Calcataggio", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "250"}}, "raw": {"H": "17:00", "COD": "20", "DAY": "05", "MON": "03", "NUM": "0250", "PRO": "PO", "YEA": "1882", "CITY": "Calcataggio", "NAME": "CAMPINCHI César", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20006	capitant-rene-1901-08-19	{"e3": "251"}	{"lerrcp": "E3-251"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Capitant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-08-19 00:30", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 5.74629, "lat": 45.20507, "name": "La Tronche", "geoid": 3006131}, "notime": null, "date-ut": "1901-08-19 00:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "René", "family": "Capitant"}, "birth": {"tzo": "+00:09", "date": "1901-08-19 00:30", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": 5.74629, "lat": 45.20507, "name": "La Tronche", "geoid": 3006131}, "date-ut": "1901-08-19 00:21"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "251"}}, "raw": {"H": "00:30", "COD": "38", "DAY": "19", "MON": "08", "NUM": "0251", "PRO": "PO", "YEA": "1901", "CITY": "La Tronche", "NAME": "CAPITANT René", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20007	capus-joseph-1867-08-18	{"e3": "252"}	{"lerrcp": "E3-252"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Capus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22", "date": "1867-08-18 08:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1867-08-18 07:38"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Capus"}, "birth": {"tzo": "+00:22", "date": "1867-08-18 08:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1867-08-18 07:38"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "252"}}, "raw": {"H": "08:00", "COD": "13", "DAY": "18", "MON": "08", "NUM": "0252", "PRO": "PO", "YEA": "1867", "CITY": "Marseille", "NAME": "CAPUS Joseph", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20008	carbonell-marguerite-1910-01-23	{"e3": "253"}	{"lerrcp": "E3-253"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marguerite", "family": "Carbonell", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-01-23 15:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.235, "lat": 48.81381, "name": "Meudon", "geoid": 2994144}, "notime": null, "date-ut": "1910-01-23 14:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Marguerite", "family": "Carbonell"}, "birth": {"tzo": "+00:09", "date": "1910-01-23 15:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.235, "lat": 48.81381, "name": "Meudon", "geoid": 2994144}, "date-ut": "1910-01-23 14:51"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "253"}}, "raw": {"H": "15:00", "COD": "92", "DAY": "23", "MON": "01", "NUM": "0253", "PRO": "PAI", "YEA": "1910", "CITY": "Meudon", "NAME": "CARBONELL Marguerite", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20009	carbuccia-horace-de-1891-03-01	{"e3": "254"}	{"lerrcp": "E3-254"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Horace de", "family": "Carbuccia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1891-03-01 04:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "10", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1891-03-01 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Horace de", "family": "Carbuccia"}, "birth": {"tzo": "+00:09", "date": "1891-03-01 04:00", "place": {"c2": "75", "c3": "10", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1891-03-01 03:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "254"}}, "raw": {"H": "04:00", "COD": "75", "DAY": "01", "MON": "03", "NUM": "0254", "PRO": "PO", "YEA": "1891", "CITY": "Paris 10ème", "NAME": "CARBUCCIA Horace de", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20010	carite-maurice-1906-04-02	{"e3": "255"}	{"lerrcp": "E3-255"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Carité", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-04-02 03:10", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 0.56489, "lat": 49.59963, "name": "Bolleville", "geoid": 3031866}, "notime": null, "date-ut": "1906-04-02 03:01"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Carité"}, "birth": {"tzo": "+00:09", "date": "1906-04-02 03:10", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 0.56489, "lat": 49.59963, "name": "Bolleville", "geoid": 3031866}, "date-ut": "1906-04-02 03:01"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "255"}}, "raw": {"H": "03:10", "COD": "76", "DAY": "02", "MON": "04", "NUM": "0255", "PRO": "JO", "YEA": "1906", "CITY": "Bolleville", "NAME": "CARITÉ Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20011	carlier-jean-1922-05-24	{"e3": "256"}	{"lerrcp": "E3-256"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Carlier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-05-24 13:00", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 3.24839, "lat": 45.7983, "name": "Pont-du-Château", "geoid": 2986219}, "notime": null, "date-ut": "1922-05-24 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Carlier"}, "birth": {"tzo": "+01:00", "date": "1922-05-24 13:00", "place": {"c2": "63", "c3": "", "cy": "FR", "lg": 3.24839, "lat": 45.7983, "name": "Pont-du-Château", "geoid": 2986219}, "date-ut": "1922-05-24 12:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "256"}}, "raw": {"H": "13:00", "COD": "63", "DAY": "24", "MON": "05", "NUM": "0256", "PRO": "JO", "YEA": "1922", "CITY": "Pont du Chateau", "NAME": "CARLIER Jean", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20012	carlu-jean-1900-05-03	{"e3": "257"}	{"lerrcp": "E3-257"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Carlu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1900-05-03 07:00", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bonnières aur Seine", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Carlu"}, "birth": {"tzo": "", "date": "1900-05-03 07:00", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bonnières aur Seine", "geoid": 0}, "date-ut": ""}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "257"}}, "raw": {"H": "07:00", "COD": "78", "DAY": "03", "MON": "05", "NUM": "0257", "PRO": "PAI", "YEA": "1900", "CITY": "Bonnières aur Seine", "NAME": "CARLU Jean", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20013	carnot-sadi-1837-08-11	{"e3": "258"}	{"lerrcp": "E3-258"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sadi", "family": "Carnot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05", "date": "1837-08-11 18:00", "note": null, "place": {"c1": null, "c2": "87", "c3": "", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1837-08-11 17:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Sadi", "family": "Carnot"}, "birth": {"tzo": "+00:05", "date": "1837-08-11 18:00", "place": {"c2": "87", "c3": "", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1837-08-11 17:55"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "258"}}, "raw": {"H": "18:00", "COD": "87", "DAY": "11", "MON": "08", "NUM": "0258", "PRO": "PO", "YEA": "1837", "CITY": "Limoges", "NAME": "CARNOT Sadi", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20014	caro-henri-1941-10-26	{"e3": "259"}	{"lerrcp": "E3-259"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Caro", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1941-10-26 01:00", "note": null, "place": {"c1": null, "c2": "56", "c3": "", "cy": "FR", "lg": -2.72293, "lat": 47.84507, "name": "Saint-Jean-Brévelay", "geoid": 2979370}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Caro"}, "birth": {"tzo": "", "date": "1941-10-26 01:00", "place": {"c2": "56", "c3": "", "cy": "FR", "lg": -2.72293, "lat": 47.84507, "name": "Saint-Jean-Brévelay", "geoid": 2979370}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "259"}}, "raw": {"H": "01:00", "COD": "56", "DAY": "26", "MON": "10", "NUM": "0259", "PRO": "JO", "YEA": "1941", "CITY": "St Jean Brevelay", "NAME": "CARO Henri", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20015	caron-nelly-1912-05-15	{"e3": "260"}	{"lerrcp": "E3-260"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nelly", "family": "Caron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-05-15 00:04", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.07772, "lat": 49.9216, "name": "Dieppe", "geoid": 3021411}, "notime": null, "date-ut": "1912-05-15 00:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Nelly", "family": "Caron"}, "birth": {"tzo": "+00:00", "date": "1912-05-15 00:04", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 1.07772, "lat": 49.9216, "name": "Dieppe", "geoid": 3021411}, "date-ut": "1912-05-15 00:04"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "260"}}, "raw": {"H": "00:04", "COD": "76", "DAY": "15", "MON": "05", "NUM": "0260", "PRO": "MUS", "YEA": "1912", "CITY": "Dieppe", "NAME": "CARON Nelly", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20016	carriere-anne-mar-blanquart-1925-01-16	{"e3": "261"}	{"lerrcp": "E3-261"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anne-Mar (BLANQUART)", "family": "Carriere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1925-01-16 16:30", "note": null, "place": {"c1": null, "c2": "76", "c3": "14", "cy": "FR", "lg": 0, "lat": 0, "name": "Paris", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Anne-Mar (BLANQUART)", "family": "Carriere"}, "birth": {"tzo": "", "date": "1925-01-16 16:30", "place": {"c2": "76", "c3": "14", "cy": "FR", "lg": 0, "lat": 0, "name": "Paris", "geoid": 0}, "date-ut": ""}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "261"}}, "raw": {"H": "16:30", "COD": "76", "DAY": "16", "MON": "01", "NUM": "0261", "PRO": "AC", "YEA": "1925", "CITY": "Paris 14ème", "NAME": "CARRIERE Anne-Mar (BLANQUART)", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20017	carriere-jean-1904-03-06	{"e3": "262"}	{"lerrcp": "E3-262"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Carriere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1904-03-06 09:00", "note": null, "place": {"c1": null, "c2": "82", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Cauaaade", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Carriere"}, "birth": {"tzo": "", "date": "1904-03-06 09:00", "place": {"c2": "82", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Cauaaade", "geoid": 0}, "date-ut": ""}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "262"}}, "raw": {"H": "09:00", "COD": "82", "DAY": "06", "MON": "03", "NUM": "0262", "PRO": "WR", "YEA": "1904", "CITY": "Cauaaade", "NAME": "CARRIERE Jean", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20018	carriere-jean-1928-08-06	{"e3": "263"}	{"lerrcp": "E3-263"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Carriere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1928-08-06 23:00", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1928-08-06 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Carriere"}, "birth": {"tzo": "+01:00", "date": "1928-08-06 23:00", "place": {"c2": "30", "c3": "", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1928-08-06 22:00"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "263"}}, "raw": {"H": "23:00", "COD": "30", "DAY": "06", "MON": "08", "NUM": "0263", "PRO": "WR", "YEA": "1928", "CITY": "Nîmes", "NAME": "CARRIERE Jean", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20019	cartier-bresson-henri-1908-08-22	{"e3": "264"}	{"lerrcp": "E3-264"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Cartier-Bresson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1908-08-22 15:00", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Chanteloup", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["photographer"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Cartier-Bresson"}, "birth": {"tzo": "", "date": "1908-08-22 15:00", "place": {"c2": "77", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Chanteloup", "geoid": 0}, "date-ut": ""}, "occus": ["photographer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "264"}}, "raw": {"H": "15:00", "COD": "77", "DAY": "22", "MON": "08", "NUM": "0264", "PRO": "PHO", "YEA": "1908", "CITY": "Chanteloup", "NAME": "CARTIER-BRESSON Henri", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20020	carton-pauline-biarez-1884-07-04	{"e3": "265"}	{"lerrcp": "E3-265"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pauline (BIAREZ)", "family": "Carton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06", "date": "1884-07-04 02:30", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -1.55684, "lat": 43.48055, "name": "Biarritz", "geoid": 3032797}, "notime": null, "date-ut": "1884-07-04 02:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Pauline (BIAREZ)", "family": "Carton"}, "birth": {"tzo": "-00:06", "date": "1884-07-04 02:30", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": -1.55684, "lat": 43.48055, "name": "Biarritz", "geoid": 3032797}, "date-ut": "1884-07-04 02:36"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "265"}}, "raw": {"H": "02:30", "COD": "64", "DAY": "04", "MON": "07", "NUM": "0265", "PRO": "AC", "YEA": "1884", "CITY": "Biarritz", "NAME": "CARTON Pauline (BIAREZ)", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20021	casadesus-gisele-1914-06-14	{"e3": "266"}	{"lerrcp": "E3-266"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gisèle", "family": "Casadesus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-06-14 04:10", "note": null, "place": {"c1": null, "c2": "75", "c3": "18", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1914-06-14 04:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gisèle", "family": "Casadesus"}, "birth": {"tzo": "+00:00", "date": "1914-06-14 04:10", "place": {"c2": "75", "c3": "18", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1914-06-14 04:10"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "266"}}, "raw": {"H": "04:10", "COD": "75", "DAY": "14", "MON": "06", "NUM": "0266", "PRO": "AC", "YEA": "1914", "CITY": "Paris 18ème", "NAME": "CASADESUS Gisèle", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20022	casile-genevieve-vanneufvil-1937-08-15	{"e3": "267"}	{"lerrcp": "E3-267"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Geneviève (VANNEUFVIL.", "family": "Casile", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1937-08-15 08:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Boulogne- Billt", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Geneviève (VANNEUFVIL.", "family": "Casile"}, "birth": {"tzo": "", "date": "1937-08-15 08:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Boulogne- Billt", "geoid": 0}, "date-ut": ""}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "267"}}, "raw": {"H": "08:00", "COD": "92", "DAY": "15", "MON": "08", "NUM": "0267", "PRO": "AC", "YEA": "1937", "CITY": "Boulogne- Billt", "NAME": "CASILE Geneviève (VANNEUFVIL.", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20023	casimir-perier-jean-paul-1847-11-08	{"e3": "268"}	{"lerrcp": "E3-268"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Paul", "family": "Casimir-Périer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1847-11-08 08:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1847-11-08 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean-Paul", "family": "Casimir-Périer"}, "birth": {"tzo": "+00:09", "date": "1847-11-08 08:00", "place": {"c2": "75", "c3": "", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1847-11-08 07:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "268"}}, "raw": {"H": "08:00", "COD": "75", "DAY": "08", "MON": "11", "NUM": "0268", "PRO": "PO", "YEA": "1847", "CITY": "Paris", "NAME": "CASIMIR-PÉRIER Jean-Paul", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20024	cassel-jean-pierre-crochon-1932-10-27	{"e3": "269"}	{"lerrcp": "E3-269"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Pierre(CROCHON)", "family": "Cassel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1932-10-27 03:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "13", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1932-10-27 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean Pierre(CROCHON)", "family": "Cassel"}, "birth": {"tzo": "+00:00", "date": "1932-10-27 03:00", "place": {"c2": "75", "c3": "13", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1932-10-27 03:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "269"}}, "raw": {"H": "03:00", "COD": "75", "DAY": "27", "MON": "10", "NUM": "0269", "PRO": "AC", "YEA": "1932", "CITY": "Paris 13ème", "NAME": "CASSEL Jean Pierre(CROCHON)", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20025	cassez-emile-1871-07-23	{"e3": "270"}	{"lerrcp": "E3-270"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Cassez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07", "date": "1871-07-23 23:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 1.85052, "lat": 50.70559, "name": "Bournonville", "geoid": 3030893}, "notime": null, "date-ut": "1871-07-23 22:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Cassez"}, "birth": {"tzo": "+00:07", "date": "1871-07-23 23:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 1.85052, "lat": 50.70559, "name": "Bournonville", "geoid": 3030893}, "date-ut": "1871-07-23 22:53"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "270"}}, "raw": {"H": "23:00", "COD": "62", "DAY": "23", "MON": "07", "NUM": "0270", "PRO": "PO", "YEA": "1871", "CITY": "Bournonville", "NAME": "CASSEZ Emile", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20026	castelot-andre-storms-1911-01-23	{"e3": "271"}	{"lerrcp": "E3-271"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André (STORMS)", "family": "Castelot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1911-01-23 07:00", "note": null, "place": {"c1": null, "c2": "", "c3": "", "cy": "BE", "lg": 4.40346, "lat": 51.21989, "name": "Antwerpen", "geoid": 2803138}, "notime": null, "date-ut": "1911-01-23 06:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "André (STORMS)", "family": "Castelot"}, "birth": {"tzo": "+00:09", "date": "1911-01-23 07:00", "place": {"c2": "", "c3": "", "cy": "BE", "lg": 4.40346, "lat": 51.21989, "name": "Antwerpen", "geoid": 2803138}, "date-ut": "1911-01-23 06:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "271"}}, "raw": {"H": "07:00", "COD": "B", "DAY": "23", "MON": "01", "NUM": "0271", "PRO": "JO", "YEA": "1911", "CITY": "Anvers - Belgique", "NAME": "CASTELOT André (STORMS)", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20027	castex-louis-1896-02-03	{"e3": "272"}	{"lerrcp": "E3-272"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Castex", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1896-02-03 08:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.38831, "lat": 43.5104, "name": "Pinsaguel", "geoid": 2987082}, "notime": null, "date-ut": "1896-02-03 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Castex"}, "birth": {"tzo": "+00:09", "date": "1896-02-03 08:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.38831, "lat": 43.5104, "name": "Pinsaguel", "geoid": 2987082}, "date-ut": "1896-02-03 07:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "272"}}, "raw": {"H": "08:00", "COD": "31", "DAY": "03", "MON": "02", "NUM": "0272", "PRO": "WR", "YEA": "1896", "CITY": "Pinsaguel", "NAME": "CASTEX Louis", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20028	castex-pierre-georges-1915-06-20	{"e3": "273"}	{"lerrcp": "E3-273"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre-Georges", "family": "Castex", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-06-20 12:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1915-06-20 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Pierre-Georges", "family": "Castex"}, "birth": {"tzo": "+00:00", "date": "1915-06-20 12:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1915-06-20 12:00"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "273"}}, "raw": {"H": "12:00", "COD": "31", "DAY": "20", "MON": "06", "NUM": "0273", "PRO": "WR", "YEA": "1915", "CITY": "Toulouse", "NAME": "CASTEX Pierre-Georges", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20029	castries-rene-de-1908-08-06	{"e3": "274"}	{"lerrcp": "E3-274"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René de", "family": "Castries", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-08-06 16:30", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": 4.47752, "lat": 44.0947, "name": "La Bastide-d'Engras", "geoid": 3011272}, "notime": null, "date-ut": "1908-08-06 16:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "René de", "family": "Castries"}, "birth": {"tzo": "+00:09", "date": "1908-08-06 16:30", "place": {"c2": "30", "c3": "", "cy": "FR", "lg": 4.47752, "lat": 44.0947, "name": "La Bastide-d'Engras", "geoid": 3011272}, "date-ut": "1908-08-06 16:21"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "274"}}, "raw": {"H": "16:30", "COD": "30", "DAY": "06", "MON": "08", "NUM": "0274", "PRO": "WR", "YEA": "1908", "CITY": "La Bastide d'Engras", "NAME": "CASTRIES René de", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20030	cathala-pierre-1888-09-22	{"e3": "275"}	{"lerrcp": "E3-275"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Cathala", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1888-09-22 20:00", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Montfort sur Mer", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Cathala"}, "birth": {"tzo": "", "date": "1888-09-22 20:00", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Montfort sur Mer", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "275"}}, "raw": {"H": "20:00", "COD": "35", "DAY": "22", "MON": "09", "NUM": "0275", "PRO": "PO", "YEA": "1888", "CITY": "Montfort sur Mer", "NAME": "CATHALA Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20032	cauchois-maurice-1908-08-22	{"e3": "277"}	{"lerrcp": "E3-277"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Cauchois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-08-22 05:00", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": 0.54745, "lat": 44.80443, "name": "Saint-Nexans", "geoid": 2977909}, "notime": null, "date-ut": "1908-08-22 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Cauchois"}, "birth": {"tzo": "+00:09", "date": "1908-08-22 05:00", "place": {"c2": "24", "c3": "", "cy": "FR", "lg": 0.54745, "lat": 44.80443, "name": "Saint-Nexans", "geoid": 2977909}, "date-ut": "1908-08-22 04:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "277"}}, "raw": {"H": "05:00", "COD": "24", "DAY": "22", "MON": "08", "NUM": "0277", "PRO": "JO", "YEA": "1908", "CITY": "St Nexans", "NAME": "CAUCHOIS Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20033	caude-roland-1921-10-25	{"e3": "278"}	{"lerrcp": "E3-278"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roland", "family": "Caude", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-10-25 17:00", "note": null, "place": {"c1": null, "c2": "50", "c3": "", "cy": "FR", "lg": -1.69119, "lat": 49.66251, "name": "Querqueville", "geoid": 2984799}, "notime": null, "date-ut": "1921-10-25 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Roland", "family": "Caude"}, "birth": {"tzo": "+01:00", "date": "1921-10-25 17:00", "place": {"c2": "50", "c3": "", "cy": "FR", "lg": -1.69119, "lat": 49.66251, "name": "Querqueville", "geoid": 2984799}, "date-ut": "1921-10-25 16:00"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "278"}}, "raw": {"H": "17:00", "COD": "50", "DAY": "25", "MON": "10", "NUM": "0278", "PRO": "WR", "YEA": "1921", "CITY": "Querqueville", "NAME": "CAUDE Roland", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20034	caunes-georges-de-1919-04-26	{"e3": "279"}	{"lerrcp": "E3-279"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges de", "family": "Caunes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-04-26 10:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1919-04-26 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Georges de", "family": "Caunes"}, "birth": {"tzo": "+01:00", "date": "1919-04-26 10:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1919-04-26 09:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "279"}}, "raw": {"H": "10:00", "COD": "31", "DAY": "26", "MON": "04", "NUM": "0279", "PRO": "JO", "YEA": "1919", "CITY": "Toulouse", "NAME": "CAUNES Georges de", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20035	cautru-camille-1879-02-04	{"e3": "280"}	{"lerrcp": "E3-280"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Cautru", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:03", "date": "1879-02-04 22:00", "note": null, "place": {"c1": null, "c2": "14", "c3": "", "cy": "FR", "lg": -0.67785, "lat": 48.915, "name": "Lassy", "geoid": 3006348}, "notime": null, "date-ut": "1879-02-04 22:03"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Cautru"}, "birth": {"tzo": "-00:03", "date": "1879-02-04 22:00", "place": {"c2": "14", "c3": "", "cy": "FR", "lg": -0.67785, "lat": 48.915, "name": "Lassy", "geoid": 3006348}, "date-ut": "1879-02-04 22:03"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "280"}}, "raw": {"H": "22:00", "COD": "14", "DAY": "04", "MON": "02", "NUM": "0280", "PRO": "PO", "YEA": "1879", "CITY": "Lassy", "NAME": "CAUTRU Camille", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20036	cavaignac-godefroy-1853-05-21	{"e3": "281"}	{"lerrcp": "E3-281"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Godefroy", "family": "Cavaignac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1853-05-21 02:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1853-05-21 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Godefroy", "family": "Cavaignac"}, "birth": {"tzo": "+00:09", "date": "1853-05-21 02:00", "place": {"c2": "75", "c3": "", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1853-05-21 01:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "281"}}, "raw": {"H": "02:00", "COD": "75", "DAY": "21", "MON": "05", "NUM": "0281", "PRO": "PO", "YEA": "1853", "CITY": "Paris", "NAME": "CAVAIGNAC Godefroy", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20037	cavaille-marcel-1927-02-03	{"e3": "282"}	{"lerrcp": "E3-282"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Cavaillé", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1927-02-03 14:00", "note": null, "place": {"c1": null, "c2": "81", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Lisle Rur Tarn", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Cavaillé"}, "birth": {"tzo": "", "date": "1927-02-03 14:00", "place": {"c2": "81", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Lisle Rur Tarn", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "282"}}, "raw": {"H": "14:00", "COD": "81", "DAY": "03", "MON": "02", "NUM": "0282", "PRO": "PO", "YEA": "1927", "CITY": "Lisle Rur Tarn", "NAME": "CAVAILLÉ Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20038	cavelier-lucien-1925-08-12	{"e3": "283"}	{"lerrcp": "E3-283"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Cavelier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1925-08-12 12:30", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Sausseuzemare enC", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Cavelier"}, "birth": {"tzo": "", "date": "1925-08-12 12:30", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Sausseuzemare enC", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "283"}}, "raw": {"H": "12:30", "COD": "76", "DAY": "12", "MON": "08", "NUM": "0283", "PRO": "PO", "YEA": "1925", "CITY": "Sausseuzemare enC", "NAME": "CAVELIER Lucien", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20039	cayrol-jean-1910-06-06	{"e3": "284"}	{"lerrcp": "E3-284"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Cayrol", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-06-06 08:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1910-06-06 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Cayrol"}, "birth": {"tzo": "+00:09", "date": "1910-06-06 08:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1910-06-06 07:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "284"}}, "raw": {"H": "08:00", "COD": "33", "DAY": "06", "MON": "06", "NUM": "0284", "PRO": "WR", "YEA": "1910", "CITY": "Bordeaux", "NAME": "CAYROL Jean", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20040	cazenave-michel-1942-06-09	{"e3": "285"}	{"lerrcp": "E3-285"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Cazenave", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1942-06-09 08:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Cazenave"}, "birth": {"tzo": "", "date": "1942-06-09 08:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": ""}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "285"}}, "raw": {"H": "08:00", "COD": "31", "DAY": "09", "MON": "06", "NUM": "0285", "PRO": "WR", "YEA": "1942", "CITY": "Toulouse", "NAME": "CAZENAVE Michel", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20041	cazot-theodore-1821-02-11	{"e3": "286"}	{"lerrcp": "E3-286"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Théodore", "family": "Cazot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16", "date": "1821-02-11 16:00", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": 4.08082, "lat": 44.12489, "name": "Alès", "geoid": 3038224}, "notime": null, "date-ut": "1821-02-11 15:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Théodore", "family": "Cazot"}, "birth": {"tzo": "+00:16", "date": "1821-02-11 16:00", "place": {"c2": "30", "c3": "", "cy": "FR", "lg": 4.08082, "lat": 44.12489, "name": "Alès", "geoid": 3038224}, "date-ut": "1821-02-11 15:44"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "286"}}, "raw": {"H": "16:00", "COD": "30", "DAY": "11", "MON": "02", "NUM": "0286", "PRO": "PO", "YEA": "1821", "CITY": "Alès", "NAME": "CAZOT Théodore", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20042	ceccaldi-daniel-1927-07-25	{"e3": "287"}	{"lerrcp": "E3-287"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "Ceccaldi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1927-07-25 21:15", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": 2.87885, "lat": 48.96014, "name": "Meaux", "geoid": 2994798}, "notime": null, "date-ut": "1927-07-25 20:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Daniel", "family": "Ceccaldi"}, "birth": {"tzo": "+01:00", "date": "1927-07-25 21:15", "place": {"c2": "77", "c3": "", "cy": "FR", "lg": 2.87885, "lat": 48.96014, "name": "Meaux", "geoid": 2994798}, "date-ut": "1927-07-25 20:15"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "287"}}, "raw": {"H": "21:15", "COD": "77", "DAY": "25", "MON": "07", "NUM": "0287", "PRO": "AC", "YEA": "1927", "CITY": "Meaux", "NAME": "CECCALDI Daniel", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20043	cerrano-jacqueline-1920-10-30	{"e3": "288"}	{"lerrcp": "E3-288"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacqueline", "family": "Cerrano", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1920-10-30 01:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1920-10-30 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jacqueline", "family": "Cerrano"}, "birth": {"tzo": "+00:00", "date": "1920-10-30 01:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1920-10-30 01:00"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "288"}}, "raw": {"H": "01:00", "COD": "06", "DAY": "30", "MON": "10", "NUM": "0288", "PRO": "PAI", "YEA": "1920", "CITY": "Nice", "NAME": "CERRANO Jacqueline", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20044	cesar-baldaccini-cesar-1921-01-01	{"e3": "289"}	{"lerrcp": "E3-289"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(BALDACCINI César)", "family": "César", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1921-01-01 12:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1921-01-01 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "(BALDACCINI César)", "family": "César"}, "birth": {"tzo": "+00:00", "date": "1921-01-01 12:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1921-01-01 12:00"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "289"}}, "raw": {"H": "12:00", "COD": "13", "DAY": "01", "MON": "01", "NUM": "0289", "PRO": "PAI", "YEA": "1921", "CITY": "Marseille", "NAME": "CÉSAR (BALDACCINI César)", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20045	cesbron-gilbert-1913-01-13	{"e3": "290"}	{"lerrcp": "E3-290"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilbert", "family": "Cesbron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-01-13 03:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "17", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1913-01-13 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Gilbert", "family": "Cesbron"}, "birth": {"tzo": "+00:00", "date": "1913-01-13 03:00", "place": {"c2": "75", "c3": "17", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1913-01-13 03:00"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "290"}}, "raw": {"H": "03:00", "COD": "75", "DAY": "13", "MON": "01", "NUM": "0290", "PRO": "WR", "YEA": "1913", "CITY": "Paris 17ème", "NAME": "CESBRON Gilbert", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
17989	chaban-delmas-jacques-1915-03-07	{"e1": "357", "e3": "291"}	{"lerrcp": "E1-357"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Chaban-Delmas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-03-07 23:40", "note": null, "place": {"c1": null, "c2": "75", "c3": "13", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1915-03-07 23:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Chaban-Delmas"}, "birth": {"tzo": "+00:00", "date": "1915-03-07 23:40", "place": {"c2": "75", "c3": "13", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1915-03-07 23:40"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "357"}}, "raw": {"H": "23:40", "COD": "75", "DAY": "07", "MON": "03", "NUM": "0357", "PRO": "MI", "YEA": "1915", "CITY": "Paris 13ème", "NAME": "CHABAN-DELMAS Jacques", "NOTE": "L"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"occus": ["politician"], "ids-in-sources": {"e3": "291"}}, "raw": {"H": "23:40", "COD": "75", "DAY": "07", "MON": "03", "NUM": "0291", "PRO": "PO", "YEA": "1915", "CITY": "Parls 13ème", "NAME": "CHABAN-DELMAS Jacques", "NOTE": "*"}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[null]
20046	chabrun-cesar-1880-12-14	{"e3": "292"}	{"lerrcp": "E3-292"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "César", "family": "Chabrun", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1880-12-14 21:00", "note": null, "place": {"c1": null, "c2": "53", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Mayonne", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "César", "family": "Chabrun"}, "birth": {"tzo": "", "date": "1880-12-14 21:00", "place": {"c2": "53", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Mayonne", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "292"}}, "raw": {"H": "21:00", "COD": "53", "DAY": "14", "MON": "12", "NUM": "0292", "PRO": "PO", "YEA": "1880", "CITY": "Mayonne", "NAME": "CHABRUN César", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20047	chaffanjon-arnaud-1929-04-23	{"e3": "293"}	{"lerrcp": "E3-293"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arnaud", "family": "Chaffanjon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1929-04-23 15:40", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Lestelle-Bétharram", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Arnaud", "family": "Chaffanjon"}, "birth": {"tzo": "", "date": "1929-04-23 15:40", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Lestelle-Bétharram", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "293"}}, "raw": {"H": "15:40", "COD": "66", "DAY": "23", "MON": "04", "NUM": "0293", "PRO": "JO", "YEA": "1929", "CITY": "Lestelle-Bétharram", "NAME": "CHAFFANJON Arnaud", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20048	chaix-ruy-jules-1896-11-07	{"e3": "294"}	{"lerrcp": "E3-294"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Chaix-Ruy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1896-11-07 11:00", "note": null, "place": {"c1": null, "c2": "84", "c3": "", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1896-11-07 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Chaix-Ruy"}, "birth": {"tzo": "+00:09", "date": "1896-11-07 11:00", "place": {"c2": "84", "c3": "", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1896-11-07 10:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "294"}}, "raw": {"H": "11:00", "COD": "84", "DAY": "07", "MON": "11", "NUM": "0294", "PRO": "WR", "YEA": "1896", "CITY": "Avignon", "NAME": "CHAIX-RUY Jules", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20049	chalais-francois-bauer-1919-12-15	{"e3": "295"}	{"lerrcp": "E3-295"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François (BAUER)", "family": "Chalais", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1919-12-15 06:10", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1919-12-15 06:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "François (BAUER)", "family": "Chalais"}, "birth": {"tzo": "+00:00", "date": "1919-12-15 06:10", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1919-12-15 06:10"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "295"}}, "raw": {"H": "06:10", "COD": "67", "DAY": "15", "MON": "12", "NUM": "0295", "PRO": "JO", "YEA": "1919", "CITY": "Strasbourg", "NAME": "CHALAIS François (BAUER)", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20050	chalandon-albin-1920-06-11	{"e3": "296"}	{"lerrcp": "E3-296"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albin", "family": "Chalandon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-06-11 13:30", "note": null, "place": {"c1": null, "c2": "01", "c3": "", "cy": "FR", "lg": 4.81453, "lat": 45.93577, "name": "Reyrieux", "geoid": 2983779}, "notime": null, "date-ut": "1920-06-11 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Albin", "family": "Chalandon"}, "birth": {"tzo": "+01:00", "date": "1920-06-11 13:30", "place": {"c2": "01", "c3": "", "cy": "FR", "lg": 4.81453, "lat": 45.93577, "name": "Reyrieux", "geoid": 2983779}, "date-ut": "1920-06-11 12:30"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "296"}}, "raw": {"H": "13:30", "COD": "01", "DAY": "11", "MON": "06", "NUM": "0296", "PRO": "PO", "YEA": "1920", "CITY": "Reyrieux", "NAME": "CHALANDON Albin", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20051	challemel-lacour-paul-1827-05-18	{"e3": "297"}	{"lerrcp": "E3-297"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Challemel-Lacour", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05", "date": "1827-05-18 17:00", "note": null, "place": {"c1": null, "c2": "50", "c3": "", "cy": "FR", "lg": -1.35686, "lat": 48.68436, "name": "Avranches", "geoid": 3035639}, "notime": null, "date-ut": "1827-05-18 17:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Challemel-Lacour"}, "birth": {"tzo": "-00:05", "date": "1827-05-18 17:00", "place": {"c2": "50", "c3": "", "cy": "FR", "lg": -1.35686, "lat": 48.68436, "name": "Avranches", "geoid": 3035639}, "date-ut": "1827-05-18 17:05"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "297"}}, "raw": {"H": "17:00", "COD": "50", "DAY": "18", "MON": "05", "NUM": "0297", "PRO": "PO", "YEA": "1827", "CITY": "Avranches", "NAME": "CHALLEMEL-LACOUR Paul", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20052	chamfleury-robert-gohin-e-1900-05-24	{"e3": "298"}	{"lerrcp": "E3-298"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert (GOHIN E.)", "family": "Chamfleury", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1900-05-24 12:00", "note": null, "place": {"c1": null, "c2": "02", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bohain", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Robert (GOHIN E.)", "family": "Chamfleury"}, "birth": {"tzo": "", "date": "1900-05-24 12:00", "place": {"c2": "02", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bohain", "geoid": 0}, "date-ut": ""}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "298"}}, "raw": {"H": "12:00", "COD": "02", "DAY": "24", "MON": "05", "NUM": "0298", "PRO": "WR", "YEA": "1900", "CITY": "Bohain", "NAME": "CHAMFLEURY Robert (GOHIN E.)", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20053	champeix-maroel-1902-03-31	{"e3": "299"}	{"lerrcp": "E3-299"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maroel", "family": "Champeix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1902-03-31 01:00", "note": null, "place": {"c1": null, "c2": "19", "c3": "", "cy": "FR", "lg": 1.52056, "lat": 45.54549, "name": "Masseret", "geoid": 2995233}, "notime": null, "date-ut": "1902-03-31 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Maroel", "family": "Champeix"}, "birth": {"tzo": "+00:09", "date": "1902-03-31 01:00", "place": {"c2": "19", "c3": "", "cy": "FR", "lg": 1.52056, "lat": 45.54549, "name": "Masseret", "geoid": 2995233}, "date-ut": "1902-03-31 00:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "299"}}, "raw": {"H": "01:00", "COD": "19", "DAY": "31", "MON": "03", "NUM": "0299", "PRO": "PO", "YEA": "1902", "CITY": "Masseret", "NAME": "CHAMPEIX Maroel", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20054	champetier-de-rides-auguste-1882-07-30	{"e3": "300"}	{"lerrcp": "E3-300"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Champetier De Rides", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1882-07-30 16:06", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.29668, "lat": 48.75329, "name": "Antony", "geoid": 3037423}, "notime": null, "date-ut": "1882-07-30 15:57"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Champetier De Rides"}, "birth": {"tzo": "+00:09", "date": "1882-07-30 16:06", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.29668, "lat": 48.75329, "name": "Antony", "geoid": 3037423}, "date-ut": "1882-07-30 15:57"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "300"}}, "raw": {"H": "16:06", "COD": "92", "DAY": "30", "MON": "07", "NUM": "0300", "PRO": "PO", "YEA": "1882", "CITY": "Antony", "NAME": "CHAMPETIER DE RIDES Auguste", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20055	champigneulle-bernard-1896-07-09	{"e3": "301"}	{"lerrcp": "E3-301"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Champigneulle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1896-07-09 07:30", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 5.69602, "lat": 48.35557, "name": "Neufchâteau", "geoid": 2990682}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Champigneulle"}, "birth": {"tzo": "", "date": "1896-07-09 07:30", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 5.69602, "lat": 48.35557, "name": "Neufchâteau", "geoid": 2990682}, "date-ut": ""}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "301"}}, "raw": {"H": "07:30", "COD": "88", "DAY": "09", "MON": "07", "NUM": "0301", "PRO": "WR", "YEA": "1896", "CITY": "Neufchâteau", "NAME": "CHAMPIGNEULLE Bernard", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20056	chancel-jacques-crampes-j-1928-07-02	{"e3": "302"}	{"lerrcp": "E3-302"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques (CRAMPES J.)", "family": "Chancel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1928-07-02 21:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Ost", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jacques (CRAMPES J.)", "family": "Chancel"}, "birth": {"tzo": "", "date": "1928-07-02 21:00", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Ost", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "302"}}, "raw": {"H": "21:00", "COD": "66", "DAY": "02", "MON": "07", "NUM": "0302", "PRO": "JO", "YEA": "1928", "CITY": "Ost", "NAME": "CHANCEL Jacques (CRAMPES J.)", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20057	chapatte-robert-1921-10-14	{"e3": "303"}	{"lerrcp": "E3-303"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Chapatte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-10-14 02:10", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1921-10-14 01:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Chapatte"}, "birth": {"tzo": "+01:00", "date": "1921-10-14 02:10", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1921-10-14 01:10"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "303"}}, "raw": {"H": "02:10", "COD": "92", "DAY": "14", "MON": "10", "NUM": "0303", "PRO": "JO", "YEA": "1921", "CITY": "Neuilly sur Seine", "NAME": "CHAPATTE Robert", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20058	chapela-n-maurice-1906-01-01	{"e3": "304"}	{"lerrcp": "E3-304"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Chapela N", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-01-01 04:00", "note": null, "place": {"c1": null, "c2": "26", "c3": "", "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "notime": null, "date-ut": "1906-01-01 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Chapela N"}, "birth": {"tzo": "+00:09", "date": "1906-01-01 04:00", "place": {"c2": "26", "c3": "", "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "date-ut": "1906-01-01 03:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "304"}}, "raw": {"H": "04:00", "COD": "26", "DAY": "01", "MON": "01", "NUM": "0304", "PRO": "JO", "YEA": "1906", "CITY": "Valence", "NAME": "CHAPELA N Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20059	chapelet-roger-1903-09-25	{"e3": "305"}	{"lerrcp": "E3-305"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Chapelet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-09-25 22:30", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1903-09-25 22:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Chapelet"}, "birth": {"tzo": "+00:09", "date": "1903-09-25 22:30", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1903-09-25 22:21"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "305"}}, "raw": {"H": "22:30", "COD": "78", "DAY": "25", "MON": "09", "NUM": "0305", "PRO": "PAI", "YEA": "1903", "CITY": "Versailles", "NAME": "CHAPELET Roger", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20060	chappedelaine-louis-de-1876-06-21	{"e3": "306"}	{"lerrcp": "E3-306"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis de", "family": "Chappedelaine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:08", "date": "1876-06-21 18:30", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": -1.96117, "lat": 47.76531, "name": "Saint-Just", "geoid": 2979021}, "notime": null, "date-ut": "1876-06-21 18:38"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis de", "family": "Chappedelaine"}, "birth": {"tzo": "-00:08", "date": "1876-06-21 18:30", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": -1.96117, "lat": 47.76531, "name": "Saint-Just", "geoid": 2979021}, "date-ut": "1876-06-21 18:38"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "306"}}, "raw": {"H": "18:30", "COD": "35", "DAY": "21", "MON": "06", "NUM": "0306", "PRO": "PO", "YEA": "1876", "CITY": "St Just", "NAME": "CHAPPEDELAINE Louis de", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20061	chapsal-fernand-1862-03-10	{"e3": "307"}	{"lerrcp": "E3-307"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Chapsal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05", "date": "1862-03-10 20:00", "note": null, "place": {"c1": null, "c2": "87", "c3": "", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1862-03-10 19:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Chapsal"}, "birth": {"tzo": "+00:05", "date": "1862-03-10 20:00", "place": {"c2": "87", "c3": "", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1862-03-10 19:55"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "307"}}, "raw": {"H": "20:00", "COD": "87", "DAY": "10", "MON": "03", "NUM": "0307", "PRO": "PO", "YEA": "1862", "CITY": "Limoges", "NAME": "CHAPSAL Fernand", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20062	charbonnel-jean-1927-04-22	{"e3": "308"}	{"lerrcp": "E3-308"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Charbonnel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1927-04-22 23:45", "note": null, "place": {"c1": null, "c2": "02", "c3": "", "cy": "FR", "lg": 3.36631, "lat": 49.66286, "name": "La Fère", "geoid": 3009526}, "notime": null, "date-ut": "1927-04-22 22:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Charbonnel"}, "birth": {"tzo": "+01:00", "date": "1927-04-22 23:45", "place": {"c2": "02", "c3": "", "cy": "FR", "lg": 3.36631, "lat": 49.66286, "name": "La Fère", "geoid": 3009526}, "date-ut": "1927-04-22 22:45"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "308"}}, "raw": {"H": "23:45", "COD": "02", "DAY": "22", "MON": "04", "NUM": "0308", "PRO": "PO", "YEA": "1927", "CITY": "La Fère", "NAME": "CHARBONNEL Jean", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20063	chardigny-louis-1909-08-08	{"e3": "310"}	{"lerrcp": "E3-310"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Chardigny", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1909-08-08 01:00", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Curtil ss Burnand", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Chardigny"}, "birth": {"tzo": "", "date": "1909-08-08 01:00", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Curtil ss Burnand", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "310"}}, "raw": {"H": "01:00", "COD": "71", "DAY": "08", "MON": "08", "NUM": "0310", "PRO": "JO", "YEA": "1909", "CITY": "Curtil ss Burnand", "NAME": "CHARDIGNY Louis", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20064	charensol-georges-1899-12-26	{"e3": "311"}	{"lerrcp": "E3-311"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Charensol", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-12-26 13:00", "note": null, "place": {"c1": null, "c2": "07", "c3": "", "cy": "FR", "lg": 4.59918, "lat": 44.735, "name": "Privas", "geoid": 2985290}, "notime": null, "date-ut": "1899-12-26 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Charensol"}, "birth": {"tzo": "+00:09", "date": "1899-12-26 13:00", "place": {"c2": "07", "c3": "", "cy": "FR", "lg": 4.59918, "lat": 44.735, "name": "Privas", "geoid": 2985290}, "date-ut": "1899-12-26 12:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "311"}}, "raw": {"H": "13:00", "COD": "07", "DAY": "26", "MON": "12", "NUM": "0311", "PRO": "JO", "YEA": "1899", "CITY": "Privas", "NAME": "CHARENSOL Georges", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20065	charles-roux-edmonde-1920-04-17	{"e3": "312"}	{"lerrcp": "E3-312"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmonde", "family": "Charles-Roux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1920-04-17 20:55", "note": null, "place": {"c1": null, "c2": "75", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Neuilly sur Seine", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Edmonde", "family": "Charles-Roux"}, "birth": {"tzo": "", "date": "1920-04-17 20:55", "place": {"c2": "75", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Neuilly sur Seine", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "312"}}, "raw": {"H": "20:55", "COD": "75", "DAY": "17", "MON": "04", "NUM": "0312", "PRO": "JO", "YEA": "1920", "CITY": "Neuilly sur Seine", "NAME": "CHARLES-ROUX Edmonde", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20066	charlet-jose-1916-10-19	{"e3": "313"}	{"lerrcp": "E3-313"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "José", "family": "Charlet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-10-19 21:00", "note": null, "place": {"c1": null, "c2": "01", "c3": "", "cy": "FR", "lg": 5.2258, "lat": 46.20574, "name": "Bourg-en-Bresse", "geoid": 3031009}, "notime": null, "date-ut": "1916-10-19 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "José", "family": "Charlet"}, "birth": {"tzo": "+00:00", "date": "1916-10-19 21:00", "place": {"c2": "01", "c3": "", "cy": "FR", "lg": 5.2258, "lat": 46.20574, "name": "Bourg-en-Bresse", "geoid": 3031009}, "date-ut": "1916-10-19 21:00"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "313"}}, "raw": {"H": "21:00", "COD": "01", "DAY": "19", "MON": "10", "NUM": "0313", "PRO": "PAI", "YEA": "1916", "CITY": "Bourg en Bresse", "NAME": "CHARLET José", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20067	charlot-etienne-1865-09-27	{"e3": "314"}	{"lerrcp": "E3-314"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Charlot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19", "date": "1865-09-27 21:00", "note": null, "place": {"c1": null, "c2": "21", "c3": "", "cy": "FR", "lg": 4.79452, "lat": 47.00965, "name": "Pommard", "geoid": 2986428}, "notime": null, "date-ut": "1865-09-27 20:41"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Charlot"}, "birth": {"tzo": "+00:19", "date": "1865-09-27 21:00", "place": {"c2": "21", "c3": "", "cy": "FR", "lg": 4.79452, "lat": 47.00965, "name": "Pommard", "geoid": 2986428}, "date-ut": "1865-09-27 20:41"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "314"}}, "raw": {"H": "21:00", "COD": "21", "DAY": "27", "MON": "09", "NUM": "0314", "PRO": "PO", "YEA": "1865", "CITY": "Pommard", "NAME": "CHARLOT Etienne", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20068	charon-jacques-1920-02-27	{"e3": "315"}	{"lerrcp": "E3-315"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Charon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-02-27 22:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "4", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1920-02-27 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Charon"}, "birth": {"tzo": "+01:00", "date": "1920-02-27 22:00", "place": {"c2": "75", "c3": "4", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1920-02-27 21:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "315"}}, "raw": {"H": "22:00", "COD": "75", "DAY": "27", "MON": "02", "NUM": "0315", "PRO": "AC", "YEA": "1920", "CITY": "Paris 4ème", "NAME": "CHARON Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20069	charpy-pierre-1919-05-25	{"e3": "316"}	{"lerrcp": "E3-316"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Charpy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-05-25 03:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "6", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1919-05-25 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Charpy"}, "birth": {"tzo": "+01:00", "date": "1919-05-25 03:00", "place": {"c2": "69", "c3": "6", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1919-05-25 02:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "316"}}, "raw": {"H": "03:00", "COD": "69", "DAY": "25", "MON": "05", "NUM": "0316", "PRO": "JO", "YEA": "1919", "CITY": "Lyon 6ème", "NAME": "CHARPY Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20070	charroux-robert-grugeau-1909-04-07	{"e3": "317"}	{"lerrcp": "E3-317"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert (GRUGEAU)", "family": "Charroux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-04-07 08:30", "note": null, "place": {"c1": null, "c2": "86", "c3": "", "cy": "FR", "lg": 0.48389, "lat": 46.21388, "name": "Payroux", "geoid": 2988290}, "notime": null, "date-ut": "1909-04-07 08:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Robert (GRUGEAU)", "family": "Charroux"}, "birth": {"tzo": "+00:09", "date": "1909-04-07 08:30", "place": {"c2": "86", "c3": "", "cy": "FR", "lg": 0.48389, "lat": 46.21388, "name": "Payroux", "geoid": 2988290}, "date-ut": "1909-04-07 08:21"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "317"}}, "raw": {"H": "08:30", "COD": "86", "DAY": "07", "MON": "04", "NUM": "0317", "PRO": "JO", "YEA": "1909", "CITY": "Payroux", "NAME": "CHARROUX Robert (GRUGEAU)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20071	chauleur-pierre-1902-03-28	{"e3": "318"}	{"lerrcp": "E3-318"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Chauleur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1902-03-28 22:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1902-03-28 22:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Chauleur"}, "birth": {"tzo": "+00:09", "date": "1902-03-28 22:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1902-03-28 22:21"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "318"}}, "raw": {"H": "22:30", "COD": "59", "DAY": "28", "MON": "03", "NUM": "0318", "PRO": "JO", "YEA": "1902", "CITY": "Lille", "NAME": "CHAULEUR Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20072	chaumet-charles-1866-02-21	{"e3": "319"}	{"lerrcp": "E3-319"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Chaumet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1866-02-21 10:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Prlgnac Marcamps", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Chaumet"}, "birth": {"tzo": "", "date": "1866-02-21 10:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Prlgnac Marcamps", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "319"}}, "raw": {"H": "10:00", "COD": "33", "DAY": "21", "MON": "02", "NUM": "0319", "PRO": "PO", "YEA": "1866", "CITY": "Prlgnac Marcamps", "NAME": "CHAUMET Charles", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20073	chauveau-claude-1861-08-22	{"e3": "320"}	{"lerrcp": "E3-320"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Chauveau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18", "date": "1861-08-22 11:00", "note": null, "place": {"c1": null, "c2": "21", "c3": "", "cy": "FR", "lg": 4.55583, "lat": 47.26238, "name": "Pouilly-en-Auxois", "geoid": 2985840}, "notime": null, "date-ut": "1861-08-22 10:42"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Chauveau"}, "birth": {"tzo": "+00:18", "date": "1861-08-22 11:00", "place": {"c2": "21", "c3": "", "cy": "FR", "lg": 4.55583, "lat": 47.26238, "name": "Pouilly-en-Auxois", "geoid": 2985840}, "date-ut": "1861-08-22 10:42"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "320"}}, "raw": {"H": "11:00", "COD": "21", "DAY": "22", "MON": "08", "NUM": "0320", "PRO": "PO", "YEA": "1861", "CITY": "Pouilly en Auxois", "NAME": "CHAUVEAU Claude", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20074	chauveau-jean-babin-de-lig-1909-12-19	{"e3": "321"}	{"lerrcp": "E3-321"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean (BABIN DE LIG.)", "family": "Chauveau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-12-19 17:00", "note": null, "place": {"c1": null, "c2": "36", "c3": "", "cy": "FR", "lg": 1.99362, "lat": 46.94848, "name": "Issoudun", "geoid": 3012655}, "notime": null, "date-ut": "1909-12-19 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean (BABIN DE LIG.)", "family": "Chauveau"}, "birth": {"tzo": "+00:09", "date": "1909-12-19 17:00", "place": {"c2": "36", "c3": "", "cy": "FR", "lg": 1.99362, "lat": 46.94848, "name": "Issoudun", "geoid": 3012655}, "date-ut": "1909-12-19 16:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "321"}}, "raw": {"H": "17:00", "COD": "36", "DAY": "19", "MON": "12", "NUM": "0321", "PRO": "JO", "YEA": "1909", "CITY": "Issoudun", "NAME": "CHAUVEAU Jean (BABIN DE LIG.)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20075	chauvet-guy-1933-10-02	{"e3": "322"}	{"lerrcp": "E3-322"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Chauvet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1933-10-02 01:55", "note": null, "place": {"c1": null, "c2": "03", "c3": "", "cy": "FR", "lg": 2.60254, "lat": 46.34015, "name": "Montluçon", "geoid": 2992292}, "notime": null, "date-ut": "1933-10-02 00:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["opera-singer"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Chauvet"}, "birth": {"tzo": "+01:00", "date": "1933-10-02 01:55", "place": {"c2": "03", "c3": "", "cy": "FR", "lg": 2.60254, "lat": 46.34015, "name": "Montluçon", "geoid": 2992292}, "date-ut": "1933-10-02 00:55"}, "occus": ["opera-singer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "322"}}, "raw": {"H": "01:55", "COD": "03", "DAY": "02", "MON": "10", "NUM": "0322", "PRO": "OPE", "YEA": "1933", "CITY": "Montluçon", "NAME": "CHAUVET Guy", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20076	chauvet-louis-1906-07-27	{"e3": "323"}	{"lerrcp": "E3-323"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Chauvet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-07-27 06:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "notime": null, "date-ut": "1906-07-27 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Chauvet"}, "birth": {"tzo": "+00:09", "date": "1906-07-27 06:00", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "date-ut": "1906-07-27 05:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "323"}}, "raw": {"H": "06:00", "COD": "66", "DAY": "27", "MON": "07", "NUM": "0323", "PRO": "JO", "YEA": "1906", "CITY": "Perpignan", "NAME": "CHAUVET Louis", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20077	chauvin-georges-1885-11-16	{"e3": "324"}	{"lerrcp": "E3-324"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Chauvin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1885-11-16 05:00", "note": null, "place": {"c1": null, "c2": "27", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Tilleul-Lambert", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Chauvin"}, "birth": {"tzo": "", "date": "1885-11-16 05:00", "place": {"c2": "27", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Tilleul-Lambert", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "324"}}, "raw": {"H": "05:00", "COD": "27", "DAY": "16", "MON": "11", "NUM": "0324", "PRO": "PO", "YEA": "1885", "CITY": "Tilleul-Lambert", "NAME": "CHAUVIN Georges", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20078	chaynes-charles-1925-07-11	{"e3": "325"}	{"lerrcp": "E3-325"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Chaynes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1925-07-11 16:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1925-07-11 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Chaynes"}, "birth": {"tzo": "+01:00", "date": "1925-07-11 16:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1925-07-11 15:00"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "325"}}, "raw": {"H": "16:00", "COD": "31", "DAY": "11", "MON": "07", "NUM": "0325", "PRO": "MUS", "YEA": "1925", "CITY": "Toulouse", "NAME": "CHAYNES Charles", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20079	chazal-robert-1912-09-03	{"e3": "326"}	{"lerrcp": "E3-326"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Chazal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1912-09-03 03:00", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Nom la Drétèche", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Chazal"}, "birth": {"tzo": "", "date": "1912-09-03 03:00", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Nom la Drétèche", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "326"}}, "raw": {"H": "03:00", "COD": "78", "DAY": "03", "MON": "09", "NUM": "0326", "PRO": "JO", "YEA": "1912", "CITY": "St Nom la Drétèche", "NAME": "CHAZAL Robert", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20080	chazot-jacques-1928-09-25	{"e3": "327"}	{"lerrcp": "E3-327"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Chazot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1928-09-25 14:45", "note": null, "place": {"c1": null, "c2": "56", "c3": "", "cy": "FR", "lg": -3.34066, "lat": 47.7251, "name": "Locmiquélic", "geoid": 2997959}, "notime": null, "date-ut": "1928-09-25 13:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["dancer"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Chazot"}, "birth": {"tzo": "+01:00", "date": "1928-09-25 14:45", "place": {"c2": "56", "c3": "", "cy": "FR", "lg": -3.34066, "lat": 47.7251, "name": "Locmiquélic", "geoid": 2997959}, "date-ut": "1928-09-25 13:45"}, "occus": ["dancer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "327"}}, "raw": {"H": "14:45", "COD": "56", "DAY": "25", "MON": "09", "NUM": "0327", "PRO": "DAN", "YEA": "1928", "CITY": "Locmiquélic", "NAME": "CHAZOT Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20081	chegaray-jacques-1917-02-15	{"e3": "328"}	{"lerrcp": "E3-328"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Chegaray", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1917-02-15 09:45", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1917-02-15 09:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Chegaray"}, "birth": {"tzo": "+00:00", "date": "1917-02-15 09:45", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1917-02-15 09:45"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "328"}}, "raw": {"H": "09:45", "COD": "76", "DAY": "15", "MON": "02", "NUM": "0328", "PRO": "WR", "YEA": "1917", "CITY": "Le Havre", "NAME": "CHEGARAY Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20082	chenebenoit-andre-1895-01-05	{"e3": "329"}	{"lerrcp": "E3-329"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Chenebenoit", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1895-01-05 11:45", "note": null, "place": {"c1": null, "c2": "02", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Soissona", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "André", "family": "Chenebenoit"}, "birth": {"tzo": "", "date": "1895-01-05 11:45", "place": {"c2": "02", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Soissona", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "329"}}, "raw": {"H": "11:45", "COD": "02", "DAY": "05", "MON": "01", "NUM": "0329", "PRO": "JO", "YEA": "1895", "CITY": "Soissona", "NAME": "CHENEBENOIT André", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20083	cheron-adolphe-1873-03-27	{"e3": "330"}	{"lerrcp": "E3-330"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Chéron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1873-03-27 05:30", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Levallois-Perret", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Chéron"}, "birth": {"tzo": "", "date": "1873-03-27 05:30", "place": {"c2": "93", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Levallois-Perret", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "330"}}, "raw": {"H": "05:30", "COD": "93", "DAY": "27", "MON": "03", "NUM": "0330", "PRO": "PO", "YEA": "1873", "CITY": "Levallois-Perret", "NAME": "CHÉRON Adolphe", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20084	chesneau-marc-1899-06-15	{"e3": "331"}	{"lerrcp": "E3-331"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marc", "family": "Chesneau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-06-15 02:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1899-06-15 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Marc", "family": "Chesneau"}, "birth": {"tzo": "+00:09", "date": "1899-06-15 02:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1899-06-15 01:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "331"}}, "raw": {"H": "02:00", "COD": "76", "DAY": "15", "MON": "06", "NUM": "0331", "PRO": "WR", "YEA": "1899", "CITY": "Rouen", "NAME": "CHESNEAU Marc", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20085	chevenement-jean-pierre-1939-03-09	{"e3": "332"}	{"lerrcp": "E3-332"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Pierre", "family": "Chevenement", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1939-03-09 23:00", "note": null, "place": {"c1": null, "c2": "90", "c3": "", "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "notime": null, "date-ut": "1939-03-09 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean Pierre", "family": "Chevenement"}, "birth": {"tzo": "+00:00", "date": "1939-03-09 23:00", "place": {"c2": "90", "c3": "", "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "date-ut": "1939-03-09 23:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "332"}}, "raw": {"H": "23:00", "COD": "90", "DAY": "09", "MON": "03", "NUM": "0332", "PRO": "PO", "YEA": "1939", "CITY": "Belfort", "NAME": "CHEVENEMENT Jean Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20086	chevrier-jean-dufayard-1915-04-26	{"e3": "333"}	{"lerrcp": "E3-333"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean (DUFAYARD)", "family": "Chevrier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-04-26 18:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "18", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1915-04-26 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean (DUFAYARD)", "family": "Chevrier"}, "birth": {"tzo": "+00:00", "date": "1915-04-26 18:00", "place": {"c2": "75", "c3": "18", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1915-04-26 18:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "333"}}, "raw": {"H": "18:00", "COD": "75", "DAY": "26", "MON": "04", "NUM": "0333", "PRO": "AC", "YEA": "1915", "CITY": "Paris 18ème", "NAME": "CHEVRIER Jean (DUFAYARD)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20087	chiappe-jean-1878-05-03	{"e3": "334"}	{"lerrcp": "E3-334"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Chiappe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1878-05-03 09:00", "note": null, "place": {"c1": null, "c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Ajaccio", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Chiappe"}, "birth": {"tzo": "", "date": "1878-05-03 09:00", "place": {"c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Ajaccio", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "334"}}, "raw": {"H": "09:00", "COD": "20", "DAY": "03", "MON": "05", "NUM": "0334", "PRO": "PO", "YEA": "1878", "CITY": "Ajaccio", "NAME": "CHIAPPE Jean", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20088	chiappe-jean-francois-1931-11-30	{"e3": "335"}	{"lerrcp": "E3-335"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-François", "family": "Chiappe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1931-11-30 00:05", "note": null, "place": {"c1": null, "c2": "02", "c3": "", "cy": "FR", "lg": 3.62714, "lat": 49.5631, "name": "Laon", "geoid": 3007477}, "notime": null, "date-ut": "1931-11-30 00:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean-François", "family": "Chiappe"}, "birth": {"tzo": "+00:00", "date": "1931-11-30 00:05", "place": {"c2": "02", "c3": "", "cy": "FR", "lg": 3.62714, "lat": 49.5631, "name": "Laon", "geoid": 3007477}, "date-ut": "1931-11-30 00:05"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "335"}}, "raw": {"H": "00:05", "COD": "02", "DAY": "30", "MON": "11", "NUM": "0335", "PRO": "JO", "YEA": "1931", "CITY": "Laon", "NAME": "CHIAPPE Jean-François", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20089	chiboust-noel-1909-10-04	{"e3": "336"}	{"lerrcp": "E3-336"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Noël", "family": "Chiboust", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1909-10-04 14:30", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Thorigny", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Noël", "family": "Chiboust"}, "birth": {"tzo": "", "date": "1909-10-04 14:30", "place": {"c2": "77", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Thorigny", "geoid": 0}, "date-ut": ""}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "336"}}, "raw": {"H": "14:30", "COD": "77", "DAY": "04", "MON": "10", "NUM": "0336", "PRO": "MUS", "YEA": "1909", "CITY": "Thorigny", "NAME": "CHIBOUST Noël", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20090	chichery-albert-1888-10-12	{"e3": "337"}	{"lerrcp": "E3-337"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Chichery", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1888-10-12 16:00", "note": null, "place": {"c1": null, "c2": "36", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Leblanc", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Chichery"}, "birth": {"tzo": "", "date": "1888-10-12 16:00", "place": {"c2": "36", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Leblanc", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "337"}}, "raw": {"H": "16:00", "COD": "36", "DAY": "12", "MON": "10", "NUM": "0337", "PRO": "PO", "YEA": "1888", "CITY": "Leblanc", "NAME": "CHICHERY Albert", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20091	chigot-pierre-1910-02-21	{"e3": "338"}	{"lerrcp": "E3-338"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Chigot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-02-21 22:00", "note": null, "place": {"c1": null, "c2": "87", "c3": "", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1910-02-21 21:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Chigot"}, "birth": {"tzo": "+00:09", "date": "1910-02-21 22:00", "place": {"c2": "87", "c3": "", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1910-02-21 21:51"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "338"}}, "raw": {"H": "22:00", "COD": "87", "DAY": "21", "MON": "02", "NUM": "0338", "PRO": "PAI", "YEA": "1910", "CITY": "Limoges", "NAME": "CHIGOT Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20092	chirac-jacques-1932-11-29	{"e3": "339"}	{"lerrcp": "E3-339"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Chirac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1932-11-29 12:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "5", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1932-11-29 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Chirac"}, "birth": {"tzo": "+00:00", "date": "1932-11-29 12:00", "place": {"c2": "75", "c3": "5", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1932-11-29 12:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "339"}}, "raw": {"H": "12:00", "COD": "75", "DAY": "29", "MON": "11", "NUM": "0339", "PRO": "PO", "YEA": "1932", "CITY": "Paris 5ème", "NAME": "CHIRAC Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20093	chochoy-dernard-1908-08-14	{"e3": "340"}	{"lerrcp": "E3-340"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dernard", "family": "Chochoy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-08-14 07:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.03136, "lat": 50.67422, "name": "Nielles-lès-Bléquin", "geoid": 2990396}, "notime": null, "date-ut": "1908-08-14 06:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Dernard", "family": "Chochoy"}, "birth": {"tzo": "+00:09", "date": "1908-08-14 07:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 2.03136, "lat": 50.67422, "name": "Nielles-lès-Bléquin", "geoid": 2990396}, "date-ut": "1908-08-14 06:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "340"}}, "raw": {"H": "07:00", "COD": "62", "DAY": "14", "MON": "08", "NUM": "0340", "PRO": "PO", "YEA": "1908", "CITY": "Nielles les Bléquin", "NAME": "CHOCHOY Dernard", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20094	chot-plassot-maurice-1929-04-22	{"e3": "341"}	{"lerrcp": "E3-341"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Chot-Plassot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1929-04-22 16:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1929-04-22 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Chot-Plassot"}, "birth": {"tzo": "+01:00", "date": "1929-04-22 16:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1929-04-22 15:00"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "341"}}, "raw": {"H": "16:00", "COD": "92", "DAY": "22", "MON": "04", "NUM": "0341", "PRO": "PAI", "YEA": "1929", "CITY": "Neuilly sur Seine", "NAME": "CHOT-PLASSOT Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20095	christophe-robert-1907-06-12	{"e3": "342"}	{"lerrcp": "E3-342"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Christophe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-06-12 15:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1907-06-12 15:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Christophe"}, "birth": {"tzo": "+00:09", "date": "1907-06-12 15:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1907-06-12 15:21"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "342"}}, "raw": {"H": "15:30", "COD": "59", "DAY": "12", "MON": "06", "NUM": "0342", "PRO": "WR", "YEA": "1907", "CITY": "Lille", "NAME": "CHRISTOPHE Robert", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20096	christophle-albert-charles-1830-07-13	{"e3": "343"}	{"lerrcp": "E3-343"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert Charles", "family": "Christophle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:03", "date": "1830-07-13 06:00", "note": null, "place": {"c1": null, "c2": "61", "c3": "", "cy": "FR", "lg": -0.64588, "lat": 48.59208, "name": "Domfront", "geoid": 3021193}, "notime": null, "date-ut": "1830-07-13 06:03"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Albert Charles", "family": "Christophle"}, "birth": {"tzo": "-00:03", "date": "1830-07-13 06:00", "place": {"c2": "61", "c3": "", "cy": "FR", "lg": -0.64588, "lat": 48.59208, "name": "Domfront", "geoid": 3021193}, "date-ut": "1830-07-13 06:03"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "343"}}, "raw": {"H": "06:00", "COD": "61", "DAY": "13", "MON": "07", "NUM": "0343", "PRO": "PO", "YEA": "1830", "CITY": "Domfront", "NAME": "CHRISTOPHLE Albert Charles", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20097	ciantar-maurice-1915-03-04	{"e3": "344"}	{"lerrcp": "E3-344"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Ciantar", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-03-04 01:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.28333, "lat": 48.91667, "name": "Asnières-sur-Seine", "geoid": 3036572}, "notime": null, "date-ut": "1915-03-04 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Ciantar"}, "birth": {"tzo": "+00:00", "date": "1915-03-04 01:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.28333, "lat": 48.91667, "name": "Asnières-sur-Seine", "geoid": 3036572}, "date-ut": "1915-03-04 01:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "344"}}, "raw": {"H": "01:00", "COD": "92", "DAY": "04", "MON": "03", "NUM": "0344", "PRO": "JO", "YEA": "1915", "CITY": "Asnières", "NAME": "CIANTAR Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20098	cizos-natou-pierre-1927-10-15	{"e3": "345"}	{"lerrcp": "E3-345"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Cizos-Natou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1927-10-15 23:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1927-10-15 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Cizos-Natou"}, "birth": {"tzo": "+00:00", "date": "1927-10-15 23:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1927-10-15 23:00"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "345"}}, "raw": {"H": "23:00", "COD": "33", "DAY": "15", "MON": "10", "NUM": "0345", "PRO": "PAI", "YEA": "1927", "CITY": "Bordeaux", "NAME": "CIZOS-NATOU Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20099	clamanus-jean-marie-1879-07-28	{"e3": "346"}	{"lerrcp": "E3-346"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Marie", "family": "Clamanus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14", "date": "1879-07-28 21:00", "note": null, "place": {"c1": null, "c2": "58", "c3": "", "cy": "FR", "lg": 3.45488, "lat": 46.84063, "name": "Saint-Léger-des-Vignes", "geoid": 2978832}, "notime": null, "date-ut": "1879-07-28 20:46"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean Marie", "family": "Clamanus"}, "birth": {"tzo": "+00:14", "date": "1879-07-28 21:00", "place": {"c2": "58", "c3": "", "cy": "FR", "lg": 3.45488, "lat": 46.84063, "name": "Saint-Léger-des-Vignes", "geoid": 2978832}, "date-ut": "1879-07-28 20:46"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "346"}}, "raw": {"H": "21:00", "COD": "58", "DAY": "28", "MON": "07", "NUM": "0346", "PRO": "PO", "YEA": "1879", "CITY": "St Léger des Vignes", "NAME": "CLAMANUS Jean Marie", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20100	claveille-albert-1865-01-01	{"e3": "347"}	{"lerrcp": "E3-347"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Claveille", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02", "date": "1865-01-01 22:00", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": 0.59513, "lat": 44.85537, "name": "Mouleydier", "geoid": 2991518}, "notime": null, "date-ut": "1865-01-01 21:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Claveille"}, "birth": {"tzo": "+00:02", "date": "1865-01-01 22:00", "place": {"c2": "24", "c3": "", "cy": "FR", "lg": 0.59513, "lat": 44.85537, "name": "Mouleydier", "geoid": 2991518}, "date-ut": "1865-01-01 21:58"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "347"}}, "raw": {"H": "22:00", "COD": "24", "DAY": "01", "MON": "01", "NUM": "0347", "PRO": "PO", "YEA": "1865", "CITY": "Mouleydier", "NAME": "CLAVEILLE Albert", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20101	clare-michel-1927-02-21	{"e3": "348"}	{"lerrcp": "E3-348"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Clare", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1927-02-21 03:50", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.29026, "lat": 48.77644, "name": "Sceaux", "geoid": 2975469}, "notime": null, "date-ut": "1927-02-21 03:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Clare"}, "birth": {"tzo": "+00:00", "date": "1927-02-21 03:50", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.29026, "lat": 48.77644, "name": "Sceaux", "geoid": 2975469}, "date-ut": "1927-02-21 03:50"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "348"}}, "raw": {"H": "03:50", "COD": "92", "DAY": "21", "MON": "02", "NUM": "0348", "PRO": "JO", "YEA": "1927", "CITY": "Sceaux", "NAME": "CLARE Michel", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20102	clauwaert-jules-1923-03-15	{"e3": "349"}	{"lerrcp": "E3-349"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Clauwaert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1923-03-15 00:15", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Izel", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Clauwaert"}, "birth": {"tzo": "", "date": "1923-03-15 00:15", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Izel", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "349"}}, "raw": {"H": "00:15", "COD": "62", "DAY": "15", "MON": "03", "NUM": "0349", "PRO": "JO", "YEA": "1923", "CITY": "Izel", "NAME": "CLAUWAERT Jules", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20103	clay-philippe-mathevet-1927-03-07	{"e3": "350"}	{"lerrcp": "E3-350"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe(MATHEVET)", "family": "Clay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1927-03-07 01:25", "note": null, "place": {"c1": null, "c2": "75", "c3": "14", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1927-03-07 01:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Philippe(MATHEVET)", "family": "Clay"}, "birth": {"tzo": "+00:00", "date": "1927-03-07 01:25", "place": {"c2": "75", "c3": "14", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1927-03-07 01:25"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "350"}}, "raw": {"H": "01:25", "COD": "75", "DAY": "07", "MON": "03", "NUM": "0350", "PRO": "AC", "YEA": "1927", "CITY": "Paris 14ème", "NAME": "CLAY Philippe(MATHEVET)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20104	clement-jean-baptiste-1836-05-31	{"e3": "352"}	{"lerrcp": "E3-352"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Baptiste", "family": "Clément", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1836-05-31 02:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Boulogne-Billt", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jean-Baptiste", "family": "Clément"}, "birth": {"tzo": "", "date": "1836-05-31 02:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Boulogne-Billt", "geoid": 0}, "date-ut": ""}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "352"}}, "raw": {"H": "02:00", "COD": "92", "DAY": "31", "MON": "05", "NUM": "0352", "PRO": "WR", "YEA": "1836", "CITY": "Boulogne-Billt", "NAME": "CLÉMENT Jean-Baptiste", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20105	clement-jean-louis-1930-05-19	{"e3": "353"}	{"lerrcp": "E3-353"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Louis", "family": "Clément", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1930-05-19 22:30", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.29025, "lat": 48.82345, "name": "Vanves", "geoid": 2970761}, "notime": null, "date-ut": "1930-05-19 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean-Louis", "family": "Clément"}, "birth": {"tzo": "+01:00", "date": "1930-05-19 22:30", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.29025, "lat": 48.82345, "name": "Vanves", "geoid": 2970761}, "date-ut": "1930-05-19 21:30"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "353"}}, "raw": {"H": "22:30", "COD": "92", "DAY": "19", "MON": "05", "NUM": "0353", "PRO": "JO", "YEA": "1930", "CITY": "Vanves", "NAME": "CLÉMENT Jean-Louis", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20106	clementel-etienne-1864-03-29	{"e3": "354"}	{"lerrcp": "E3-354"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Clémentel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12", "date": "1864-03-29 01:00", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "notime": null, "date-ut": "1864-03-29 00:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Clémentel"}, "birth": {"tzo": "+00:12", "date": "1864-03-29 01:00", "place": {"c2": "63", "c3": "", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "date-ut": "1864-03-29 00:48"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "354"}}, "raw": {"H": "01:00", "COD": "63", "DAY": "29", "MON": "03", "NUM": "0354", "PRO": "PO", "YEA": "1864", "CITY": "Clermont-Ferrand", "NAME": "CLÉMENTEL Etienne", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20107	closets-francois-de-1933-12-25	{"e3": "355"}	{"lerrcp": "E3-355"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François de", "family": "Closets", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1933-12-25 20:15", "note": null, "place": {"c1": null, "c2": "95", "c3": "", "cy": "FR", "lg": 2.31667, "lat": 48.96667, "name": "Enghien-les-Bains", "geoid": 3020188}, "notime": null, "date-ut": "1933-12-25 20:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "François de", "family": "Closets"}, "birth": {"tzo": "+00:00", "date": "1933-12-25 20:15", "place": {"c2": "95", "c3": "", "cy": "FR", "lg": 2.31667, "lat": 48.96667, "name": "Enghien-les-Bains", "geoid": 3020188}, "date-ut": "1933-12-25 20:15"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "355"}}, "raw": {"H": "20:15", "COD": "95", "DAY": "25", "MON": "12", "NUM": "0355", "PRO": "JO", "YEA": "1933", "CITY": "Enghien les Bains", "NAME": "CLOSETS François de", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20108	clot-andre-1909-11-09	{"e3": "356"}	{"lerrcp": "E3-356"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Clot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-11-09 13:00", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1909-11-09 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "André", "family": "Clot"}, "birth": {"tzo": "+00:09", "date": "1909-11-09 13:00", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1909-11-09 12:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "356"}}, "raw": {"H": "13:00", "COD": "38", "DAY": "09", "MON": "11", "NUM": "0356", "PRO": "JO", "YEA": "1909", "CITY": "Grenoble", "NAME": "CLOT André", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20109	cochereau-pierre-1924-07-09	{"e3": "357"}	{"lerrcp": "E3-357"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Cochereau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1924-07-09 20:00", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.41579, "lat": 48.83864, "name": "Saint-Mandé", "geoid": 2978621}, "notime": null, "date-ut": "1924-07-09 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Cochereau"}, "birth": {"tzo": "+01:00", "date": "1924-07-09 20:00", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.41579, "lat": 48.83864, "name": "Saint-Mandé", "geoid": 2978621}, "date-ut": "1924-07-09 19:00"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "357"}}, "raw": {"H": "20:00", "COD": "94", "DAY": "09", "MON": "07", "NUM": "0357", "PRO": "MUS", "YEA": "1924", "CITY": "St-Mandé", "NAME": "COCHEREAU Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20110	cochet-jean-laurent-1935-01-28	{"e3": "358"}	{"lerrcp": "E3-358"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Laurent", "family": "Cochet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1935-01-28 11:00", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": 2.43482, "lat": 48.8854, "name": "Romainville", "geoid": 2983026}, "notime": null, "date-ut": "1935-01-28 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean-Laurent", "family": "Cochet"}, "birth": {"tzo": "+00:00", "date": "1935-01-28 11:00", "place": {"c2": "93", "c3": "", "cy": "FR", "lg": 2.43482, "lat": 48.8854, "name": "Romainville", "geoid": 2983026}, "date-ut": "1935-01-28 11:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "358"}}, "raw": {"H": "11:00", "COD": "93", "DAY": "28", "MON": "01", "NUM": "0358", "PRO": "AC", "YEA": "1935", "CITY": "Romainville", "NAME": "COCHET Jean-Laurent", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20111	cochin-denys-1851-09-01	{"e3": "359"}	{"lerrcp": "E3-359"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Denys", "family": "Cochin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1851-09-01 15:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1851-09-01 15:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Denys", "family": "Cochin"}, "birth": {"tzo": "+00:09", "date": "1851-09-01 15:30", "place": {"c2": "75", "c3": "", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1851-09-01 15:21"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "359"}}, "raw": {"H": "15:30", "COD": "75", "DAY": "01", "MON": "09", "NUM": "0359", "PRO": "PO", "YEA": "1851", "CITY": "Paris", "NAME": "COCHIN Denys", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20112	coggio-roger-1934-03-11	{"e3": "360"}	{"lerrcp": "E3-360"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Coggio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1934-03-11 18:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "7", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1934-03-11 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Coggio"}, "birth": {"tzo": "+00:00", "date": "1934-03-11 18:00", "place": {"c2": "69", "c3": "7", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1934-03-11 18:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "360"}}, "raw": {"H": "18:00", "COD": "69", "DAY": "11", "MON": "03", "NUM": "0360", "PRO": "AC", "YEA": "1934", "CITY": "Lyon 7ème", "NAME": "COGGIO Roger", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20113	cohn-bendit-daniel-1945-04-04	{"e3": "361"}	{"lerrcp": "E3-361"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "Cohn-Bendit", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1945-04-04 20:00", "note": null, "place": {"c1": null, "c2": "82", "c3": "", "cy": "FR", "lg": 1.3542, "lat": 44.01759, "name": "Montauban", "geoid": 2993002}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Daniel", "family": "Cohn-Bendit"}, "birth": {"tzo": "", "date": "1945-04-04 20:00", "place": {"c2": "82", "c3": "", "cy": "FR", "lg": 1.3542, "lat": 44.01759, "name": "Montauban", "geoid": 2993002}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "361"}}, "raw": {"H": "20:00", "COD": "82", "DAY": "04", "MON": "04", "NUM": "0361", "PRO": "PO", "YEA": "1945", "CITY": "Montauban", "NAME": "COHN-BENDIT Daniel", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20115	colin-andre-1910-01-19	{"e3": "364", "g55": "08-218"}	{"g55": "08-218", "lerrcp": "E3-364"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Colin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1910-01-19 08:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Brest", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Colin"}, "birth": {"tzo": "", "date": "1910-01-19 08:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Dregt", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "364"}}, "raw": {"H": "08:00", "COD": "29", "DAY": "19", "MON": "01", "NUM": "0364", "PRO": "PO", "YEA": "1910", "CITY": "Dregt", "NAME": "COLIN André", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"birth": {"place": {"name": "Brest"}}, "partial-ids": {"g55": "08-218"}, "ids-in-source": {"g55": "08-218"}}, "raw": {"DAY": "19-1-1910", "HOUR": "8 h.", "NAME": "COLIN André", "PLACE": "Brest (Finistère)."}, "date": "2023-08-20T14:49:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
20114	coldefy-jean-marie-1922-06-02	{"e3": "363"}	{"lerrcp": "E3-363"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Marie", "family": "Coldefy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-06-02 20:30", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.41579, "lat": 48.83864, "name": "Saint-Mandé", "geoid": 2978621}, "notime": null, "date-ut": "1922-06-02 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean-Marie", "family": "Coldefy"}, "birth": {"tzo": "+01:00", "date": "1922-06-02 20:30", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.41579, "lat": 48.83864, "name": "Saint-Mandé", "geoid": 2978621}, "date-ut": "1922-06-02 19:30"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "363"}}, "raw": {"H": "20:30", "COD": "94", "DAY": "02", "MON": "06", "NUM": "0363", "PRO": "JO", "YEA": "1922", "CITY": "St-Mandé", "NAME": "COLDEFY Jean-Marie", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20116	colinon-maurice-1922-02-16	{"e3": "365"}	{"lerrcp": "E3-365"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Colinon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1922-02-16 07:00", "note": null, "place": {"c1": null, "c2": "02", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Châtaau-Thierry", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Colinon"}, "birth": {"tzo": "", "date": "1922-02-16 07:00", "place": {"c2": "02", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Châtaau-Thierry", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "365"}}, "raw": {"H": "07:00", "COD": "02", "DAY": "16", "MON": "02", "NUM": "0365", "PRO": "JO", "YEA": "1922", "CITY": "Châtaau-Thierry", "NAME": "COLINON Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20117	collaro-stephane-1943-05-20	{"e3": "366"}	{"lerrcp": "E3-366"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stéphane", "family": "Collaro", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+02:00", "date": "1943-05-20 23:15", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1943-05-20 21:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Stéphane", "family": "Collaro"}, "birth": {"tzo": "+02:00", "date": "1943-05-20 23:15", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1943-05-20 21:15"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "366"}}, "raw": {"H": "23:15", "COD": "92", "DAY": "20", "MON": "05", "NUM": "0366", "PRO": "JO", "YEA": "1943", "CITY": "Neuilly sur Seine", "NAME": "COLLARO Stéphane", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20118	collet-georges-1918-08-20	{"e3": "367"}	{"lerrcp": "E3-367"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Collet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-08-20 06:00", "note": null, "place": {"c1": null, "c2": "36", "c3": "", "cy": "FR", "lg": 1.56852, "lat": 47.16207, "name": "Valençay", "geoid": 2971056}, "notime": null, "date-ut": "1918-08-20 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Collet"}, "birth": {"tzo": "+01:00", "date": "1918-08-20 06:00", "place": {"c2": "36", "c3": "", "cy": "FR", "lg": 1.56852, "lat": 47.16207, "name": "Valençay", "geoid": 2971056}, "date-ut": "1918-08-20 05:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "367"}}, "raw": {"H": "06:00", "COD": "36", "DAY": "20", "MON": "08", "NUM": "0367", "PRO": "JO", "YEA": "1918", "CITY": "Valençay", "NAME": "COLLET Georges", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20119	colletin-jeanne-fournier-1938-07-16	{"e3": "368"}	{"lerrcp": "E3-368"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jeanne (FOURNIER)", "family": "Colletin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1938-07-16 08:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1938-07-16 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jeanne (FOURNIER)", "family": "Colletin"}, "birth": {"tzo": "+01:00", "date": "1938-07-16 08:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1938-07-16 07:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "368"}}, "raw": {"H": "08:00", "COD": "31", "DAY": "16", "MON": "07", "NUM": "0368", "PRO": "AC", "YEA": "1938", "CITY": "Toulouse", "NAME": "COLLETIN Jeanne (FOURNIER)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20120	colliard-pierre-1852-04-30	{"e3": "369"}	{"lerrcp": "E3-369"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Colliard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1852-04-30 12:00", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Jons", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Colliard"}, "birth": {"tzo": "", "date": "1852-04-30 12:00", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Jons", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "369"}}, "raw": {"H": "12:00", "COD": "38", "DAY": "30", "MON": "04", "NUM": "0369", "PRO": "PO", "YEA": "1852", "CITY": "Jons", "NAME": "COLLIARD Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20121	colomdi-myriam-feune-de-1940-02-23	{"e3": "370"}	{"lerrcp": "E3-370"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Myriam (FEUNE DE)", "family": "Colomdi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1940-02-23 15:00", "note": null, "place": {"c1": null, "c2": "61", "c3": "", "cy": "FR", "lg": -0.45, "lat": 48.78333, "name": "La Carneille", "geoid": 3010596}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Myriam (FEUNE DE)", "family": "Colomdi"}, "birth": {"tzo": "", "date": "1940-02-23 15:00", "place": {"c2": "61", "c3": "", "cy": "FR", "lg": -0.45, "lat": 48.78333, "name": "La Carneille", "geoid": 3010596}, "date-ut": ""}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "370"}}, "raw": {"H": "15:00", "COD": "61", "DAY": "23", "MON": "02", "NUM": "0370", "PRO": "AC", "YEA": "1940", "CITY": "La Carneille", "NAME": "COLOMDI Myriam (FEUNE DE)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20122	colrat-de-montrozier-maurice-1871-09-29	{"e3": "371"}	{"lerrcp": "E3-371"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Colrat De Montrozier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06", "date": "1871-09-29 06:00", "note": null, "place": {"c1": null, "c2": "46", "c3": "", "cy": "FR", "lg": 1.58905, "lat": 45.01691, "name": "Sarrazac", "geoid": 2975975}, "notime": null, "date-ut": "1871-09-29 05:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Colrat De Montrozier"}, "birth": {"tzo": "+00:06", "date": "1871-09-29 06:00", "place": {"c2": "46", "c3": "", "cy": "FR", "lg": 1.58905, "lat": 45.01691, "name": "Sarrazac", "geoid": 2975975}, "date-ut": "1871-09-29 05:54"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "371"}}, "raw": {"H": "06:00", "COD": "46", "DAY": "29", "MON": "09", "NUM": "0371", "PRO": "PO", "YEA": "1871", "CITY": "Sarrazac", "NAME": "COLRAT DE MONTROZIER Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20123	combes-emile-1835-09-06	{"e3": "372"}	{"lerrcp": "E3-372"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Combes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1835-09-06 02:00", "note": null, "place": {"c1": null, "c2": "81", "c3": "", "cy": "FR", "lg": 2.29072, "lat": 43.66482, "name": "Roquecourbe", "geoid": 2982873}, "notime": null, "date-ut": "1835-09-06 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Combes"}, "birth": {"tzo": "+00:09", "date": "1835-09-06 02:00", "place": {"c2": "81", "c3": "", "cy": "FR", "lg": 2.29072, "lat": 43.66482, "name": "Roquecourbe", "geoid": 2982873}, "date-ut": "1835-09-06 01:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "372"}}, "raw": {"H": "02:00", "COD": "81", "DAY": "06", "MON": "09", "NUM": "0372", "PRO": "PO", "YEA": "1835", "CITY": "Roquecourbe", "NAME": "COMBES Emile", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20124	comiti-joseph-1920-06-04	{"e3": "373"}	{"lerrcp": "E3-373"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Comiti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1920-06-04 08:00", "note": null, "place": {"c1": null, "c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Sotta", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Comiti"}, "birth": {"tzo": "", "date": "1920-06-04 08:00", "place": {"c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Sotta", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "373"}}, "raw": {"H": "08:00", "COD": "20", "DAY": "04", "MON": "06", "NUM": "0373", "PRO": "PO", "YEA": "1920", "CITY": "Sotta", "NAME": "COMITI Joseph", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20125	conchon-georges-1925-05-09	{"e3": "374"}	{"lerrcp": "E3-374"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Conchon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1925-05-09 14:00", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 2.52382, "lat": 45.87203, "name": "Saint-Avit", "geoid": 2981503}, "notime": null, "date-ut": "1925-05-09 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Conchon"}, "birth": {"tzo": "+01:00", "date": "1925-05-09 14:00", "place": {"c2": "63", "c3": "", "cy": "FR", "lg": 2.52382, "lat": 45.87203, "name": "Saint-Avit", "geoid": 2981503}, "date-ut": "1925-05-09 13:00"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "374"}}, "raw": {"H": "14:00", "COD": "63", "DAY": "09", "MON": "05", "NUM": "0374", "PRO": "WR", "YEA": "1925", "CITY": "St-Avit", "NAME": "CONCHON Georges", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20126	congar-yveq-1904-04-13	{"e3": "375"}	{"lerrcp": "E3-375"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yveq", "family": "Congar", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-04-13 04:00", "note": null, "place": {"c1": null, "c2": "08", "c3": "", "cy": "FR", "lg": 4.94028, "lat": 49.70187, "name": "Sedan", "geoid": 2975349}, "notime": null, "date-ut": "1904-04-13 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Yveq", "family": "Congar"}, "birth": {"tzo": "+00:09", "date": "1904-04-13 04:00", "place": {"c2": "08", "c3": "", "cy": "FR", "lg": 4.94028, "lat": 49.70187, "name": "Sedan", "geoid": 2975349}, "date-ut": "1904-04-13 03:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "375"}}, "raw": {"H": "04:00", "COD": "08", "DAY": "13", "MON": "04", "NUM": "0375", "PRO": "WR", "YEA": "1904", "CITY": "Sedan", "NAME": "CONGAR Yveq", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20127	conia-jacques-1929-04-03	{"e3": "376"}	{"lerrcp": "E3-376"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Conia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1929-04-03 11:30", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.77076, "lat": 50.62818, "name": "Laventie", "geoid": 3005696}, "notime": null, "date-ut": "1929-04-03 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Conia"}, "birth": {"tzo": "+00:00", "date": "1929-04-03 11:30", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 2.77076, "lat": 50.62818, "name": "Laventie", "geoid": 3005696}, "date-ut": "1929-04-03 11:30"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "376"}}, "raw": {"H": "11:30", "COD": "62", "DAY": "03", "MON": "04", "NUM": "0376", "PRO": "JO", "YEA": "1929", "CITY": "Laventie", "NAME": "CONIA Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20128	constans-ernest-jean-1833-05-03	{"e3": "377"}	{"lerrcp": "E3-377"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest Jean", "family": "Constans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13", "date": "1833-05-03 08:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "notime": null, "date-ut": "1833-05-03 07:47"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Ernest Jean", "family": "Constans"}, "birth": {"tzo": "+00:13", "date": "1833-05-03 08:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "date-ut": "1833-05-03 07:47"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "377"}}, "raw": {"H": "08:00", "COD": "34", "DAY": "03", "MON": "05", "NUM": "0377", "PRO": "PO", "YEA": "1833", "CITY": "Béziers", "NAME": "CONSTANS Ernest Jean", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20129	constant-emile-1861-07-20	{"e3": "378"}	{"lerrcp": "E3-378"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Constant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02", "date": "1861-07-20 06:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1861-07-20 06:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Constant"}, "birth": {"tzo": "-00:02", "date": "1861-07-20 06:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1861-07-20 06:02"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "378"}}, "raw": {"H": "06:00", "COD": "33", "DAY": "20", "MON": "07", "NUM": "0378", "PRO": "PO", "YEA": "1861", "CITY": "Bordeaux", "NAME": "CONSTANT Emile", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20131	contet-henri-alexandre-1904-05-08	{"e3": "380"}	{"lerrcp": "E3-380"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri(Alexandre)", "family": "Contet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-05-08 11:00", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 4.0994, "lat": 47.07726, "name": "Anost", "geoid": 3037504}, "notime": null, "date-ut": "1904-05-08 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Henri(Alexandre)", "family": "Contet"}, "birth": {"tzo": "+00:09", "date": "1904-05-08 11:00", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 4.0994, "lat": 47.07726, "name": "Anost", "geoid": 3037504}, "date-ut": "1904-05-08 10:51"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "380"}}, "raw": {"H": "11:00", "COD": "71", "DAY": "08", "MON": "05", "NUM": "0380", "PRO": "MUS", "YEA": "1904", "CITY": "Anost", "NAME": "CONTET Henri(Alexandre)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20132	coquatrix-bruno-1910-08-04	{"e3": "381"}	{"lerrcp": "E3-381"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Coquatrix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-08-04 20:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.09056, "lat": 50.59883, "name": "Ronchin", "geoid": 2982944}, "notime": null, "date-ut": "1910-08-04 19:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Bruno", "family": "Coquatrix"}, "birth": {"tzo": "+00:09", "date": "1910-08-04 20:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.09056, "lat": 50.59883, "name": "Ronchin", "geoid": 2982944}, "date-ut": "1910-08-04 19:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "381"}}, "raw": {"H": "20:00", "COD": "59", "DAY": "04", "MON": "08", "NUM": "0381", "PRO": "WR", "YEA": "1910", "CITY": "Ronchin", "NAME": "COQUATRIX Bruno", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20133	coquelin-maurice-1887-06-26	{"e3": "382"}	{"lerrcp": "E3-382"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Coquelin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1887-06-26 12:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.19311, "lat": 48.82358, "name": "Ville-d'Avray", "geoid": 2968819}, "notime": null, "date-ut": "1887-06-26 11:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Coquelin"}, "birth": {"tzo": "+00:09", "date": "1887-06-26 12:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.19311, "lat": 48.82358, "name": "Ville-d'Avray", "geoid": 2968819}, "date-ut": "1887-06-26 11:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "382"}}, "raw": {"H": "12:00", "COD": "92", "DAY": "26", "MON": "06", "NUM": "0382", "PRO": "JO", "YEA": "1887", "CITY": "Ville d'Avray", "NAME": "COQUELIN Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20134	coquet-james-de-1898-07-16	{"e3": "383"}	{"lerrcp": "E3-383"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James de", "family": "Coquet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-07-16 01:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1898-07-16 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "James de", "family": "Coquet"}, "birth": {"tzo": "+00:09", "date": "1898-07-16 01:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1898-07-16 00:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "383"}}, "raw": {"H": "01:00", "COD": "33", "DAY": "16", "MON": "07", "NUM": "0383", "PRO": "JO", "YEA": "1898", "CITY": "Bordeaux", "NAME": "C0QUET James de", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20135	cordelier-pierre-1918-07-09	{"e3": "384"}	{"lerrcp": "E3-384"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Cordelier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-07-09 20:00", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "notime": null, "date-ut": "1918-07-09 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Cordelier"}, "birth": {"tzo": "+01:00", "date": "1918-07-09 20:00", "place": {"c2": "24", "c3": "", "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "date-ut": "1918-07-09 19:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "384"}}, "raw": {"H": "20:00", "COD": "24", "DAY": "09", "MON": "07", "NUM": "0384", "PRO": "JO", "YEA": "1918", "CITY": "Périgueux", "NAME": "CORDELIER Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20136	cordy-annie-cooreman-leonia-1928-06-16	{"e3": "385"}	{"lerrcp": "E3-385"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Annie (COOREMAN Leonia)", "family": "Cordy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1928-06-16 22:00", "note": null, "place": {"c1": null, "c2": "", "c3": "", "cy": "BE", "lg": 4.34844, "lat": 50.87585, "name": "Laeken", "geoid": 2793656}, "notime": null, "date-ut": "1928-06-16 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Annie (COOREMAN Leonia)", "family": "Cordy"}, "birth": {"tzo": "+01:00", "date": "1928-06-16 22:00", "place": {"c2": "", "c3": "", "cy": "BE", "lg": 4.34844, "lat": 50.87585, "name": "Laeken", "geoid": 2793656}, "date-ut": "1928-06-16 21:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "385"}}, "raw": {"H": "22:00", "COD": "B", "DAY": "16", "MON": "06", "NUM": "0385", "PRO": "AC", "YEA": "1928", "CITY": "Laeken-Bruxelles - Belg", "NAME": "CORDY Annie (COOREMAN Leonia)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20137	cornu-andre-1892-06-27	{"e3": "386"}	{"lerrcp": "E3-386"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Cornu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1892-06-27 16:00", "note": null, "place": {"c1": null, "c2": "05", "c3": "", "cy": "FR", "lg": 6.07868, "lat": 44.55858, "name": "Gap", "geoid": 3016702}, "notime": null, "date-ut": "1892-06-27 15:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Cornu"}, "birth": {"tzo": "+00:09", "date": "1892-06-27 16:00", "place": {"c2": "05", "c3": "", "cy": "FR", "lg": 6.07868, "lat": 44.55858, "name": "Gap", "geoid": 3016702}, "date-ut": "1892-06-27 15:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "386"}}, "raw": {"H": "16:00", "COD": "05", "DAY": "27", "MON": "06", "NUM": "0386", "PRO": "PO", "YEA": "1892", "CITY": "Gap", "NAME": "CORNU André", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20138	cornu-pierre-1895-11-16	{"e3": "387"}	{"lerrcp": "E3-387"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Cornu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1895-11-16 05:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.09478, "lat": 43.64229, "name": "Salon-de-Provence", "geoid": 2976341}, "notime": null, "date-ut": "1895-11-16 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Cornu"}, "birth": {"tzo": "+00:09", "date": "1895-11-16 05:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.09478, "lat": 43.64229, "name": "Salon-de-Provence", "geoid": 2976341}, "date-ut": "1895-11-16 04:51"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "387"}}, "raw": {"H": "05:00", "COD": "13", "DAY": "16", "MON": "11", "NUM": "0387", "PRO": "PAI", "YEA": "1895", "CITY": "Salon de Provence", "NAME": "CORNU Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20139	cornut-gentille-bernard-1909-07-26	{"e3": "388"}	{"lerrcp": "E3-388"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Cornut-Gentille", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-07-26 22:48", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1909-07-26 22:39"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Cornut-Gentille"}, "birth": {"tzo": "+00:09", "date": "1909-07-26 22:48", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1909-07-26 22:39"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "388"}}, "raw": {"H": "22:48", "COD": "29", "DAY": "26", "MON": "07", "NUM": "0388", "PRO": "PO", "YEA": "1909", "CITY": "Brest", "NAME": "CORNUT-GENTILLE Bernard", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20140	coste-nora-simone-renee-1927-06-28	{"e3": "389"}	{"lerrcp": "E3-389"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nora (Simone Renée)", "family": "Coste", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1927-06-28 18:00", "note": null, "place": {"c1": null, "c2": "16", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Christophe de Ch", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Nora (Simone Renée)", "family": "Coste"}, "birth": {"tzo": "", "date": "1927-06-28 18:00", "place": {"c2": "16", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Christophe de Ch", "geoid": 0}, "date-ut": ""}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "389"}}, "raw": {"H": "18:00", "COD": "16", "DAY": "28", "MON": "06", "NUM": "0389", "PRO": "AC", "YEA": "1927", "CITY": "St Christophe de Ch", "NAME": "COSTE Nora (Simone Renée)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20141	coster-claudine-1939-02-16	{"e3": "390"}	{"lerrcp": "E3-390"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claudine", "family": "Coster", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1939-02-16 07:40", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1939-02-16 07:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Claudine", "family": "Coster"}, "birth": {"tzo": "+00:00", "date": "1939-02-16 07:40", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1939-02-16 07:40"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "390"}}, "raw": {"H": "07:40", "COD": "54", "DAY": "16", "MON": "02", "NUM": "0390", "PRO": "AC", "YEA": "1939", "CITY": "Nancy", "NAME": "COSTER Claudine", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20142	cotta-michele-1937-06-15	{"e3": "391"}	{"lerrcp": "E3-391"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michèle", "family": "Cotta", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1937-06-15 00:10", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1937-06-14 23:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Michèle", "family": "Cotta"}, "birth": {"tzo": "+01:00", "date": "1937-06-15 00:10", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1937-06-14 23:10"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "391"}}, "raw": {"H": "00:10", "COD": "06", "DAY": "15", "MON": "06", "NUM": "0391", "PRO": "JO", "YEA": "1937", "CITY": "Nice", "NAME": "COTTA Michèle", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20143	cottavoz-andre-1922-07-29	{"e3": "392"}	{"lerrcp": "E3-392"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Cottavoz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-07-29 19:00", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 5.31673, "lat": 45.14914, "name": "Saint-Marcellin", "geoid": 2978566}, "notime": null, "date-ut": "1922-07-29 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "André", "family": "Cottavoz"}, "birth": {"tzo": "+01:00", "date": "1922-07-29 19:00", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": 5.31673, "lat": 45.14914, "name": "Saint-Marcellin", "geoid": 2978566}, "date-ut": "1922-07-29 18:00"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "392"}}, "raw": {"H": "19:00", "COD": "38", "DAY": "29", "MON": "07", "NUM": "0392", "PRO": "PAI", "YEA": "1922", "CITY": "St Marcellin", "NAME": "COTTAVOZ André", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20144	cotten-yann-yvon-1941-01-20	{"e3": "393"}	{"lerrcp": "E3-393"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yann-Yvon", "family": "Cotten", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1941-01-20 19:25", "note": null, "place": {"c1": null, "c2": "49", "c3": "", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Yann-Yvon", "family": "Cotten"}, "birth": {"tzo": "", "date": "1941-01-20 19:25", "place": {"c2": "49", "c3": "", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "393"}}, "raw": {"H": "19:25", "COD": "49", "DAY": "20", "MON": "01", "NUM": "0393", "PRO": "JO", "YEA": "1941", "CITY": "Angers", "NAME": "COTTEN Yann-Yvon", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20145	coty-francois-spoturno-1874-05-03	{"e3": "394"}	{"lerrcp": "E3-394"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François (SPOTURNO)", "family": "Coty", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1874-05-03 20:00", "note": null, "place": {"c1": null, "c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Ajaccio", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "François (SPOTURNO)", "family": "Coty"}, "birth": {"tzo": "", "date": "1874-05-03 20:00", "place": {"c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Ajaccio", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "394"}}, "raw": {"H": "20:00", "COD": "20", "DAY": "03", "MON": "05", "NUM": "0394", "PRO": "PO", "YEA": "1874", "CITY": "Ajaccio", "NAME": "COTY François (SPOTURNO)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20146	coty-rene-1882-03-20	{"e3": "395"}	{"lerrcp": "E3-395"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Coty", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1882-03-20 04:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1882-03-20 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "René", "family": "Coty"}, "birth": {"tzo": "+00:00", "date": "1882-03-20 04:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1882-03-20 04:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "395"}}, "raw": {"H": "04:00", "COD": "76", "DAY": "20", "MON": "03", "NUM": "0395", "PRO": "PO", "YEA": "1882", "CITY": "Le Havre", "NAME": "COTY René", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20147	coude-du-foresto-yvon-1897-02-10	{"e3": "396"}	{"lerrcp": "E3-396"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yvon", "family": "Coude Du Foresto", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1897-02-10 16:00", "note": null, "place": {"c1": null, "c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Piedicroce", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Yvon", "family": "Coude Du Foresto"}, "birth": {"tzo": "", "date": "1897-02-10 16:00", "place": {"c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Piedicroce", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "396"}}, "raw": {"H": "16:00", "COD": "20", "DAY": "10", "MON": "02", "NUM": "0396", "PRO": "PO", "YEA": "1897", "CITY": "Piedicroce", "NAME": "COUDE DU FORESTO Yvon", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20148	coudekerque-lambrecht-andre-1898-08-27	{"e3": "397"}	{"lerrcp": "E3-397"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Coudekerque-Lambrecht", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-08-27 12:45", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 1.82992, "lat": 48.64374, "name": "Rambouillet", "geoid": 2984513}, "notime": null, "date-ut": "1898-08-27 12:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "André", "family": "Coudekerque-Lambrecht"}, "birth": {"tzo": "+00:09", "date": "1898-08-27 12:45", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 1.82992, "lat": 48.64374, "name": "Rambouillet", "geoid": 2984513}, "date-ut": "1898-08-27 12:36"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "397"}}, "raw": {"H": "12:45", "COD": "78", "DAY": "27", "MON": "08", "NUM": "0397", "PRO": "WR", "YEA": "1898", "CITY": "Rambouillet", "NAME": "COUDEKERQUE-LAMBRECHT André", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20149	couderc-roger-1918-07-12	{"e3": "398"}	{"lerrcp": "E3-398"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Couderc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-07-12 17:00", "note": null, "place": {"c1": null, "c2": "46", "c3": "", "cy": "FR", "lg": 1.4738, "lat": 44.89788, "name": "Souillac", "geoid": 2974066}, "notime": null, "date-ut": "1918-07-12 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Couderc"}, "birth": {"tzo": "+01:00", "date": "1918-07-12 17:00", "place": {"c2": "46", "c3": "", "cy": "FR", "lg": 1.4738, "lat": 44.89788, "name": "Souillac", "geoid": 2974066}, "date-ut": "1918-07-12 16:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "398"}}, "raw": {"H": "17:00", "COD": "46", "DAY": "12", "MON": "07", "NUM": "0398", "PRO": "JO", "YEA": "1918", "CITY": "Souillac", "NAME": "COUDERC Roger", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20150	coupat-pierre-1860-06-17	{"e3": "399"}	{"lerrcp": "E3-399"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Coupat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18", "date": "1860-06-17 02:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1860-06-17 01:42"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Coupat"}, "birth": {"tzo": "+00:18", "date": "1860-06-17 02:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1860-06-17 01:42"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "399"}}, "raw": {"H": "02:00", "COD": "42", "DAY": "17", "MON": "06", "NUM": "0399", "PRO": "PO", "YEA": "1860", "CITY": "St Etienne", "NAME": "COUPAT Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20151	courdy-jean-claude-1928-11-20	{"e3": "400"}	{"lerrcp": "E3-400"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Claude", "family": "Courdy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1928-11-20 16:00", "note": null, "place": {"c1": null, "c2": "82", "c3": "", "cy": "FR", "lg": 1.33753, "lat": 43.96807, "name": "Bressols", "geoid": 3030308}, "notime": null, "date-ut": "1928-11-20 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean Claude", "family": "Courdy"}, "birth": {"tzo": "+00:00", "date": "1928-11-20 16:00", "place": {"c2": "82", "c3": "", "cy": "FR", "lg": 1.33753, "lat": 43.96807, "name": "Bressols", "geoid": 3030308}, "date-ut": "1928-11-20 16:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "400"}}, "raw": {"H": "16:00", "COD": "82", "DAY": "20", "MON": "11", "NUM": "0400", "PRO": "JO", "YEA": "1928", "CITY": "Bressols", "NAME": "COURDY Jean Claude", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20152	courson-leon-1883-10-21	{"e3": "401"}	{"lerrcp": "E3-401"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Courson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02", "date": "1883-10-21 13:00", "note": null, "place": {"c1": null, "c2": "37", "c3": "", "cy": "FR", "lg": 0.55949, "lat": 47.10997, "name": "Noyant-de-Touraine", "geoid": 2989911}, "notime": null, "date-ut": "1883-10-21 12:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Courson"}, "birth": {"tzo": "+00:02", "date": "1883-10-21 13:00", "place": {"c2": "37", "c3": "", "cy": "FR", "lg": 0.55949, "lat": 47.10997, "name": "Noyant-de-Touraine", "geoid": 2989911}, "date-ut": "1883-10-21 12:58"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "401"}}, "raw": {"H": "13:00", "COD": "37", "DAY": "21", "MON": "10", "NUM": "0401", "PRO": "PO", "YEA": "1883", "CITY": "Noyant de Touraine", "NAME": "COURSON Léon", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20153	couve-de-murville-maurice-1907-01-24	{"e3": "402"}	{"lerrcp": "E3-402"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Couve De Murville", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-01-24 13:00", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "notime": null, "date-ut": "1907-01-24 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Couve De Murville"}, "birth": {"tzo": "+00:09", "date": "1907-01-24 13:00", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "date-ut": "1907-01-24 12:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "402"}}, "raw": {"H": "13:00", "COD": "51", "DAY": "24", "MON": "01", "NUM": "0402", "PRO": "PO", "YEA": "1907", "CITY": "Reims", "NAME": "COUVE DE MURVILLE Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20154	couyda-maurice-1866-01-01	{"e3": "403"}	{"lerrcp": "E3-403"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Couyda", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23", "date": "1866-01-01 16:00", "note": null, "place": {"c1": null, "c2": "70", "c3": "", "cy": "FR", "lg": 5.6797, "lat": 47.55719, "name": "Dampierre-sur-Salon", "geoid": 3021809}, "notime": null, "date-ut": "1866-01-01 15:37"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Couyda"}, "birth": {"tzo": "+00:23", "date": "1866-01-01 16:00", "place": {"c2": "70", "c3": "", "cy": "FR", "lg": 5.6797, "lat": 47.55719, "name": "Dampierre-sur-Salon", "geoid": 3021809}, "date-ut": "1866-01-01 15:37"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "403"}}, "raw": {"H": "16:00", "COD": "70", "DAY": "01", "MON": "01", "NUM": "0403", "PRO": "PO", "YEA": "1866", "CITY": "Dampierre/Salon", "NAME": "COUYDA Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20155	cremer-bruno-1929-10-06	{"e3": "404"}	{"lerrcp": "E3-404"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Cremer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1929-10-06 06:00", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.41579, "lat": 48.83864, "name": "Saint-Mandé", "geoid": 2978621}, "notime": null, "date-ut": "1929-10-06 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Bruno", "family": "Cremer"}, "birth": {"tzo": "+00:00", "date": "1929-10-06 06:00", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.41579, "lat": 48.83864, "name": "Saint-Mandé", "geoid": 2978621}, "date-ut": "1929-10-06 06:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "404"}}, "raw": {"H": "06:00", "COD": "94", "DAY": "06", "MON": "10", "NUM": "0404", "PRO": "AC", "YEA": "1929", "CITY": "St-Mandé", "NAME": "CREMER Bruno", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20156	cremier-jean-eddie-1926-02-04	{"e3": "405"}	{"lerrcp": "E3-405"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Eddie", "family": "Crémier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1926-02-04 04:30", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.49323, "lat": 48.79395, "name": "Saint-Maur-des-Fossés", "geoid": 2978179}, "notime": null, "date-ut": "1926-02-04 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean Eddie", "family": "Crémier"}, "birth": {"tzo": "+00:00", "date": "1926-02-04 04:30", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.49323, "lat": 48.79395, "name": "Saint-Maur-des-Fossés", "geoid": 2978179}, "date-ut": "1926-02-04 04:30"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "405"}}, "raw": {"H": "04:30", "COD": "94", "DAY": "04", "MON": "02", "NUM": "0405", "PRO": "PAI", "YEA": "1926", "CITY": "St Maur des Fossés", "NAME": "CRÉMIER Jean Eddie", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20157	crepeau-michel-1930-10-30	{"e3": "406"}	{"lerrcp": "E3-406"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Crépeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1930-10-30 04:00", "note": null, "place": {"c1": null, "c2": "85", "c3": "", "cy": "FR", "lg": -0.80624, "lat": 46.46671, "name": "Fontenay-le-Comte", "geoid": 3017921}, "notime": null, "date-ut": "1930-10-30 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Crépeau"}, "birth": {"tzo": "+00:00", "date": "1930-10-30 04:00", "place": {"c2": "85", "c3": "", "cy": "FR", "lg": -0.80624, "lat": 46.46671, "name": "Fontenay-le-Comte", "geoid": 3017921}, "date-ut": "1930-10-30 04:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "406"}}, "raw": {"H": "04:00", "COD": "85", "DAY": "30", "MON": "10", "NUM": "0406", "PRO": "PO", "YEA": "1930", "CITY": "Fontenay le Comte", "NAME": "CRÉPEAU Michel", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20158	crespelle-jean-paul-1910-12-24	{"e3": "407"}	{"lerrcp": "E3-407"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Paul", "family": "Crespelle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-12-24 11:15", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.48255, "lat": 48.83669, "name": "Nogent-sur-Marne", "geoid": 2990265}, "notime": null, "date-ut": "1910-12-24 11:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean Paul", "family": "Crespelle"}, "birth": {"tzo": "+00:09", "date": "1910-12-24 11:15", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.48255, "lat": 48.83669, "name": "Nogent-sur-Marne", "geoid": 2990265}, "date-ut": "1910-12-24 11:06"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "407"}}, "raw": {"H": "11:15", "COD": "94", "DAY": "24", "MON": "12", "NUM": "0407", "PRO": "JO", "YEA": "1910", "CITY": "Nogent sur Marne", "NAME": "CRESPELLE Jean Paul", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20160	criqui-fernand-1921-05-14	{"e3": "409"}	{"lerrcp": "E3-409"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Criqui", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1921-05-14 23:00", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Straabourg", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Criqui"}, "birth": {"tzo": "", "date": "1921-05-14 23:00", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Straabourg", "geoid": 0}, "date-ut": ""}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "409"}}, "raw": {"H": "23:00", "COD": "67", "DAY": "14", "MON": "05", "NUM": "0409", "PRO": "WR", "YEA": "1921", "CITY": "Straabourg", "NAME": "CRIQUI Fernand", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20161	croizat-amboise-1901-01-28	{"e3": "410"}	{"lerrcp": "E3-410"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amboise", "family": "Croizat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1901-01-28 17:00", "note": null, "place": {"c1": null, "c2": "73", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Notre Dame de Brian", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Amboise", "family": "Croizat"}, "birth": {"tzo": "", "date": "1901-01-28 17:00", "place": {"c2": "73", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Notre Dame de Brian", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "410"}}, "raw": {"H": "17:00", "COD": "73", "DAY": "28", "MON": "01", "NUM": "0410", "PRO": "PO", "YEA": "1901", "CITY": "Notre Dame de Brian", "NAME": "CROIZAT Amboise", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20162	crozier-michel-1922-11-06	{"e3": "411"}	{"lerrcp": "E3-411"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Crozier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-11-06 21:00", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 4.89733, "lat": 49.09008, "name": "Sainte-Menehould", "geoid": 2980400}, "notime": null, "date-ut": "1922-11-06 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Crozier"}, "birth": {"tzo": "+00:00", "date": "1922-11-06 21:00", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": 4.89733, "lat": 49.09008, "name": "Sainte-Menehould", "geoid": 2980400}, "date-ut": "1922-11-06 21:00"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "411"}}, "raw": {"H": "21:00", "COD": "51", "DAY": "06", "MON": "11", "NUM": "0411", "PRO": "WR", "YEA": "1922", "CITY": "Ste Menehould", "NAME": "CROZIER Michel", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20163	cruppi-jean-1855-05-22	{"e3": "412"}	{"lerrcp": "E3-412"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Cruppi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06", "date": "1855-05-22 18:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1855-05-22 17:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Cruppi"}, "birth": {"tzo": "+00:06", "date": "1855-05-22 18:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1855-05-22 17:54"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "412"}}, "raw": {"H": "18:00", "COD": "31", "DAY": "22", "MON": "05", "NUM": "0412", "PRO": "PO", "YEA": "1855", "CITY": "Toulouse", "NAME": "CRUPPI Jean", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20164	cuau-yves-1934-09-10	{"e3": "413"}	{"lerrcp": "E3-413"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Cuau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1934-09-10 04:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Boulogne-Billt", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Cuau"}, "birth": {"tzo": "", "date": "1934-09-10 04:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Boulogne-Billt", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "413"}}, "raw": {"H": "04:00", "COD": "92", "DAY": "10", "MON": "09", "NUM": "0413", "PRO": "JO", "YEA": "1934", "CITY": "Boulogne-Billt", "NAME": "CUAU Yves", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20165	cucuel-jacques-1901-05-18	{"e3": "414"}	{"lerrcp": "E3-414"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Cucuel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-05-18 11:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.28864, "lat": 48.89389, "name": "Levallois-Perret", "geoid": 2998975}, "notime": null, "date-ut": "1901-05-18 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Cucuel"}, "birth": {"tzo": "+00:09", "date": "1901-05-18 11:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.28864, "lat": 48.89389, "name": "Levallois-Perret", "geoid": 2998975}, "date-ut": "1901-05-18 10:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "414"}}, "raw": {"H": "11:00", "COD": "92", "DAY": "18", "MON": "05", "NUM": "0414", "PRO": "PO", "YEA": "1901", "CITY": "Levallois-Perret", "NAME": "CUCUEL Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20166	daillet-jean-marie-1929-11-24	{"e3": "415"}	{"lerrcp": "E3-415"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Marie", "family": "Daillet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1929-11-24 12:32", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Renneg", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean-Marie", "family": "Daillet"}, "birth": {"tzo": "", "date": "1929-11-24 12:32", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Renneg", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "415"}}, "raw": {"H": "12:32", "COD": "35", "DAY": "24", "MON": "11", "NUM": "0415", "PRO": "JO", "YEA": "1929", "CITY": "Renneg", "NAME": "DAILLET Jean-Marie", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20168	dalbiez-victor-1876-06-23	{"e3": "417"}	{"lerrcp": "E3-417"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Dalbiez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1876-06-23 12:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Corneille de Confl", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Dalbiez"}, "birth": {"tzo": "", "date": "1876-06-23 12:00", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Corneille de Confl", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "417"}}, "raw": {"H": "12:00", "COD": "66", "DAY": "23", "MON": "06", "NUM": "0417", "PRO": "PO", "YEA": "1876", "CITY": "Corneille de Confl", "NAME": "DALBIEZ Victor", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20169	daleveze-jean-conilleau-1912-10-04	{"e3": "418"}	{"lerrcp": "E3-418"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean (CONILLEAU)", "family": "Daleveze", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-10-04 12:30", "note": null, "place": {"c1": null, "c2": "72", "c3": "", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "notime": null, "date-ut": "1912-10-04 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean (CONILLEAU)", "family": "Daleveze"}, "birth": {"tzo": "+00:00", "date": "1912-10-04 12:30", "place": {"c2": "72", "c3": "", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "date-ut": "1912-10-04 12:30"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "418"}}, "raw": {"H": "12:30", "COD": "72", "DAY": "04", "MON": "10", "NUM": "0418", "PRO": "JO", "YEA": "1912", "CITY": "Le Mans", "NAME": "DALEVEZE Jean (CONILLEAU)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20170	dalimier-albert-1875-02-20	{"e3": "419"}	{"lerrcp": "E3-419"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Dalimier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02", "date": "1875-02-20 19:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1875-02-20 19:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Dalimier"}, "birth": {"tzo": "-00:02", "date": "1875-02-20 19:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1875-02-20 19:02"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "419"}}, "raw": {"H": "19:00", "COD": "33", "DAY": "20", "MON": "02", "NUM": "0419", "PRO": "PO", "YEA": "1875", "CITY": "Bordeaux", "NAME": "DALIMIER Albert", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20171	dalmes-mony-etennemare-s-1914-07-24	{"e3": "420"}	{"lerrcp": "E3-420"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mony (ETENNEMARE S.)", "family": "Dalmes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1914-07-24 18:00", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Kremlin-Bicêtre", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Mony (ETENNEMARE S.)", "family": "Dalmes"}, "birth": {"tzo": "", "date": "1914-07-24 18:00", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Kremlin-Bicêtre", "geoid": 0}, "date-ut": ""}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "420"}}, "raw": {"H": "18:00", "COD": "94", "DAY": "24", "MON": "07", "NUM": "0420", "PRO": "AC", "YEA": "1914", "CITY": "Kremlin-Bicêtre", "NAME": "DALMES Mony (ETENNEMARE S.)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20172	damia-damien-marie-louise-1889-12-05	{"e3": "421"}	{"lerrcp": "E3-421"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(DAMIEN Marie-Louise)", "family": "Damia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1889-12-05 03:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "13", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1889-12-05 02:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(DAMIEN Marie-Louise)", "family": "Damia"}, "birth": {"tzo": "+00:09", "date": "1889-12-05 03:00", "place": {"c2": "75", "c3": "13", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1889-12-05 02:51"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "421"}}, "raw": {"H": "03:00", "COD": "75", "DAY": "05", "MON": "12", "NUM": "0421", "PRO": "AC", "YEA": "1889", "CITY": "Paris 13ème", "NAME": "DAMIA (DAMIEN Marie-Louise)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20173	daniel-jean-bensald-1920-07-21	{"e3": "422"}	{"lerrcp": "E3-422"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean (BENSAlD)", "family": "Daniel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-07-21 11:00", "note": null, "place": {"c1": null, "c2": "", "c3": "", "cy": "DZ", "lg": 2.8277, "lat": 36.47004, "name": "Blida", "geoid": 2503769}, "notime": null, "date-ut": "1920-07-21 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean (BENSAlD)", "family": "Daniel"}, "birth": {"tzo": "+01:00", "date": "1920-07-21 11:00", "place": {"c2": "", "c3": "", "cy": "DZ", "lg": 2.8277, "lat": 36.47004, "name": "Blida", "geoid": 2503769}, "date-ut": "1920-07-21 10:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "422"}}, "raw": {"H": "11:00", "COD": "ALG", "DAY": "21", "MON": "07", "NUM": "0422", "PRO": "JO", "YEA": "1920", "CITY": "Blida - Algérie", "NAME": "DANIEL Jean (BENSAlD)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20174	danielou-alain-1907-10-04	{"e3": "423"}	{"lerrcp": "E3-423"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Danielou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-10-04 03:45", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1907-10-04 03:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Alain", "family": "Danielou"}, "birth": {"tzo": "+00:09", "date": "1907-10-04 03:45", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1907-10-04 03:36"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "423"}}, "raw": {"H": "03:45", "COD": "92", "DAY": "04", "MON": "10", "NUM": "0423", "PRO": "WR", "YEA": "1907", "CITY": "Neuilly sur Seine", "NAME": "DANIELOU Alain", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20175	danielou-charles-1878-07-13	{"e3": "424"}	{"lerrcp": "E3-424"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Danielou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:17", "date": "1878-07-13 01:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.32904, "lat": 48.09542, "name": "Douarnenez", "geoid": 3020996}, "notime": null, "date-ut": "1878-07-13 01:17"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Danielou"}, "birth": {"tzo": "-00:17", "date": "1878-07-13 01:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.32904, "lat": 48.09542, "name": "Douarnenez", "geoid": 3020996}, "date-ut": "1878-07-13 01:17"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "424"}}, "raw": {"H": "01:00", "COD": "29", "DAY": "13", "MON": "07", "NUM": "0424", "PRO": "PO", "YEA": "1878", "CITY": "Douarnenez", "NAME": "DANIELOU Charles", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20176	danielou-jean-1905-05-14	{"e3": "425"}	{"lerrcp": "E3-425"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Danielou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-05-14 21:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1905-05-14 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Danielou"}, "birth": {"tzo": "+00:09", "date": "1905-05-14 21:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1905-05-14 20:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "425"}}, "raw": {"H": "21:00", "COD": "92", "DAY": "14", "MON": "05", "NUM": "0425", "PRO": "WR", "YEA": "1905", "CITY": "Neuilly sur Seine", "NAME": "DANIELOU Jean", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20177	dannenmuller-jean-1913-11-21	{"e3": "426"}	{"lerrcp": "E3-426"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Dannenmuller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-11-21 09:45", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 1.82233, "lat": 48.95476, "name": "Épône", "geoid": 3019985}, "notime": null, "date-ut": "1913-11-21 09:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Dannenmuller"}, "birth": {"tzo": "+00:00", "date": "1913-11-21 09:45", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 1.82233, "lat": 48.95476, "name": "Épône", "geoid": 3019985}, "date-ut": "1913-11-21 09:45"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "426"}}, "raw": {"H": "09:45", "COD": "78", "DAY": "21", "MON": "11", "NUM": "0426", "PRO": "JO", "YEA": "1913", "CITY": "Epône", "NAME": "DANNENMULLER Jean", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20178	dansette-adrien-1901-04-16	{"e3": "427"}	{"lerrcp": "E3-427"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrien", "family": "Dansette", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-04-16 01:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 2.88214, "lat": 50.68568, "name": "Armentières", "geoid": 3036903}, "notime": null, "date-ut": "1901-04-16 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Adrien", "family": "Dansette"}, "birth": {"tzo": "+00:09", "date": "1901-04-16 01:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 2.88214, "lat": 50.68568, "name": "Armentières", "geoid": 3036903}, "date-ut": "1901-04-16 00:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "427"}}, "raw": {"H": "01:00", "COD": "59", "DAY": "16", "MON": "04", "NUM": "0427", "PRO": "WR", "YEA": "1901", "CITY": "Armentières", "NAME": "DANSETTE Adrien", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20179	darc-mireille-aigroz-1938-05-15	{"e3": "428"}	{"lerrcp": "E3-428"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mireille (AIGROZ)", "family": "Darc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1938-05-15 16:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1938-05-15 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Mireille (AIGROZ)", "family": "Darc"}, "birth": {"tzo": "+01:00", "date": "1938-05-15 16:00", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1938-05-15 15:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "428"}}, "raw": {"H": "16:00", "COD": "83", "DAY": "15", "MON": "05", "NUM": "0428", "PRO": "AC", "YEA": "1938", "CITY": "Toulon", "NAME": "DARC Mireille (AIGROZ)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20180	dard-frederic-1921-06-29	{"e3": "429"}	{"lerrcp": "E3-429"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Dard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-06-29 18:00", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 5.27361, "lat": 45.58611, "name": "Bourgoin-Jallieu", "geoid": 6615539}, "notime": null, "date-ut": "1921-06-29 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Dard"}, "birth": {"tzo": "+01:00", "date": "1921-06-29 18:00", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": 5.27361, "lat": 45.58611, "name": "Bourgoin-Jallieu", "geoid": 6615539}, "date-ut": "1921-06-29 17:00"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "429"}}, "raw": {"H": "18:00", "COD": "38", "DAY": "29", "MON": "06", "NUM": "0429", "PRO": "WR", "YEA": "1921", "CITY": "Bourgoin-Jallieu", "NAME": "DARD Frédéric", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20181	dard-michel-1908-12-09	{"e3": "430"}	{"lerrcp": "E3-430"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Dard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-12-09 07:30", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.39876, "lat": 50.63871, "name": "Aire-sur-la-Lys", "geoid": 3038393}, "notime": null, "date-ut": "1908-12-09 07:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Dard"}, "birth": {"tzo": "+00:09", "date": "1908-12-09 07:30", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 2.39876, "lat": 50.63871, "name": "Aire-sur-la-Lys", "geoid": 3038393}, "date-ut": "1908-12-09 07:21"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "430"}}, "raw": {"H": "07:30", "COD": "62", "DAY": "09", "MON": "12", "NUM": "0430", "PRO": "WR", "YEA": "1908", "CITY": "Aire sur la Lys", "NAME": "DARD Michel", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20182	dariac-adrien-1868-06-14	{"e3": "431"}	{"lerrcp": "E3-431"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrien", "family": "Dariac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:03", "date": "1868-06-14 01:00", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "notime": null, "date-ut": "1868-06-14 00:57"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Adrien", "family": "Dariac"}, "birth": {"tzo": "+00:03", "date": "1868-06-14 01:00", "place": {"c2": "24", "c3": "", "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "date-ut": "1868-06-14 00:57"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "431"}}, "raw": {"H": "01:00", "COD": "24", "DAY": "14", "MON": "06", "NUM": "0431", "PRO": "PO", "YEA": "1868", "CITY": "Périgueux", "NAME": "DARIAC Adrien", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20183	darlan-jean-baptiste-1848-06-10	{"e3": "432"}	{"lerrcp": "E3-432"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Baptiste", "family": "Darlan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01", "date": "1848-06-10 09:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.35567, "lat": 44.65089, "name": "Podensac", "geoid": 2986585}, "notime": null, "date-ut": "1848-06-10 09:01"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean-Baptiste", "family": "Darlan"}, "birth": {"tzo": "-00:01", "date": "1848-06-10 09:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.35567, "lat": 44.65089, "name": "Podensac", "geoid": 2986585}, "date-ut": "1848-06-10 09:01"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "432"}}, "raw": {"H": "09:00", "COD": "33", "DAY": "10", "MON": "06", "NUM": "0432", "PRO": "PO", "YEA": "1848", "CITY": "Podensac", "NAME": "DARLAN Jean-Baptiste", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20184	darnal-jean-claude-1929-06-24	{"e3": "433"}	{"lerrcp": "E3-433"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Claude", "family": "Darnal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1929-06-24 03:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "notime": null, "date-ut": "1929-06-24 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jean-Claude", "family": "Darnal"}, "birth": {"tzo": "+01:00", "date": "1929-06-24 03:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "date-ut": "1929-06-24 02:00"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "433"}}, "raw": {"H": "03:00", "COD": "59", "DAY": "24", "MON": "06", "NUM": "0433", "PRO": "WR", "YEA": "1929", "CITY": "Douai", "NAME": "DARNAL Jean-Claude", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20185	darnand-joseph-1897-03-19	{"e3": "434"}	{"lerrcp": "E3-434"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Darnand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1897-03-19 06:00", "note": null, "place": {"c1": null, "c2": "01", "c3": "", "cy": "FR", "lg": 5.34554, "lat": 46.38252, "name": "Coligny", "geoid": 3024351}, "notime": null, "date-ut": "1897-03-19 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Darnand"}, "birth": {"tzo": "+00:09", "date": "1897-03-19 06:00", "place": {"c2": "01", "c3": "", "cy": "FR", "lg": 5.34554, "lat": 46.38252, "name": "Coligny", "geoid": 3024351}, "date-ut": "1897-03-19 05:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "434"}}, "raw": {"H": "06:00", "COD": "01", "DAY": "19", "MON": "03", "NUM": "0434", "PRO": "PO", "YEA": "1897", "CITY": "Coligny", "NAME": "DARNAND Joseph", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20186	darolle-raymond-1919-02-07	{"e3": "435"}	{"lerrcp": "E3-435"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Darolle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1919-02-07 22:00", "note": null, "place": {"c1": null, "c2": "47", "c3": "", "cy": "FR", "lg": 0.62055, "lat": 44.20199, "name": "Agen", "geoid": 3038634}, "notime": null, "date-ut": "1919-02-07 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Darolle"}, "birth": {"tzo": "+00:00", "date": "1919-02-07 22:00", "place": {"c2": "47", "c3": "", "cy": "FR", "lg": 0.62055, "lat": 44.20199, "name": "Agen", "geoid": 3038634}, "date-ut": "1919-02-07 22:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "435"}}, "raw": {"H": "22:00", "COD": "47", "DAY": "07", "MON": "02", "NUM": "0435", "PRO": "JO", "YEA": "1919", "CITY": "Agen", "NAME": "DAROLLE Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20187	darquier-de-pellepoix-louis-1897-12-19	{"e3": "436"}	{"lerrcp": "E3-436"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pellepoix)Louis", "family": "Darquier(de", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1897-12-19 20:00", "note": null, "place": {"c1": null, "c2": "46", "c3": "", "cy": "FR", "lg": 1.43663, "lat": 44.4491, "name": "Cahors", "geoid": 3029213}, "notime": null, "date-ut": "1897-12-19 19:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pellepoix)Louis", "family": "Darquier(de"}, "birth": {"tzo": "+00:09", "date": "1897-12-19 20:00", "place": {"c2": "46", "c3": "", "cy": "FR", "lg": 1.43663, "lat": 44.4491, "name": "Cahors", "geoid": 3029213}, "date-ut": "1897-12-19 19:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "436"}}, "raw": {"H": "20:00", "COD": "46", "DAY": "19", "MON": "12", "NUM": "0436", "PRO": "PO", "YEA": "1897", "CITY": "Cahors", "NAME": "DARQUIER(de Pellepoix)Louis", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20188	darre-jeanne-marie-1905-07-30	{"e3": "437"}	{"lerrcp": "E3-437"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jeanne Marie", "family": "Darré", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-07-30 10:00", "note": null, "place": {"c1": null, "c2": "08", "c3": "", "cy": "FR", "lg": 4.82545, "lat": 50.13796, "name": "Givet", "geoid": 3015904}, "notime": null, "date-ut": "1905-07-30 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jeanne Marie", "family": "Darré"}, "birth": {"tzo": "+00:09", "date": "1905-07-30 10:00", "place": {"c2": "08", "c3": "", "cy": "FR", "lg": 4.82545, "lat": 50.13796, "name": "Givet", "geoid": 3015904}, "date-ut": "1905-07-30 09:51"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "437"}}, "raw": {"H": "10:00", "COD": "08", "DAY": "30", "MON": "07", "NUM": "0437", "PRO": "MUS", "YEA": "1905", "CITY": "Givet", "NAME": "DARRÉ Jeanne Marie", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20189	darre-simone-1919-10-17	{"e3": "438"}	{"lerrcp": "E3-438"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Simone", "family": "Darré", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1919-10-17 15:00", "note": null, "place": {"c1": null, "c2": "32", "c3": "", "cy": "FR", "lg": 0.78385, "lat": 43.64607, "name": "Aubiet", "geoid": 3036363}, "notime": null, "date-ut": "1919-10-17 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Simone", "family": "Darré"}, "birth": {"tzo": "+00:00", "date": "1919-10-17 15:00", "place": {"c2": "32", "c3": "", "cy": "FR", "lg": 0.78385, "lat": 43.64607, "name": "Aubiet", "geoid": 3036363}, "date-ut": "1919-10-17 15:00"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "438"}}, "raw": {"H": "15:00", "COD": "32", "DAY": "17", "MON": "10", "NUM": "0438", "PRO": "WR", "YEA": "1919", "CITY": "Aubiet", "NAME": "DARRÉ Simone", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20190	darry-cowl-darricau-andre-1925-08-27	{"e3": "439"}	{"lerrcp": "E3-439"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(DARRICAU André)", "family": "Darry-Cowl", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1925-08-27 18:00", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 5.94843, "lat": 48.20085, "name": "Vittel", "geoid": 2967845}, "notime": null, "date-ut": "1925-08-27 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(DARRICAU André)", "family": "Darry-Cowl"}, "birth": {"tzo": "+01:00", "date": "1925-08-27 18:00", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 5.94843, "lat": 48.20085, "name": "Vittel", "geoid": 2967845}, "date-ut": "1925-08-27 17:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "439"}}, "raw": {"H": "18:00", "COD": "88", "DAY": "27", "MON": "08", "NUM": "0439", "PRO": "AC", "YEA": "1925", "CITY": "Vittel", "NAME": "DARRY-COWL (DARRICAU André)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20191	darsonval-lycette-perron-a-1912-02-12	{"e3": "440"}	{"lerrcp": "E3-440"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lycette (PERRON A.)", "family": "Darsonval", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-02-12 01:00", "note": null, "place": {"c1": null, "c2": "50", "c3": "", "cy": "FR", "lg": -1.44518, "lat": 49.04541, "name": "Coutances", "geoid": 3022826}, "notime": null, "date-ut": "1912-02-12 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["dancer"]	5	null	[{"new": {"name": {"given": "Lycette (PERRON A.)", "family": "Darsonval"}, "birth": {"tzo": "+00:00", "date": "1912-02-12 01:00", "place": {"c2": "50", "c3": "", "cy": "FR", "lg": -1.44518, "lat": 49.04541, "name": "Coutances", "geoid": 3022826}, "date-ut": "1912-02-12 01:00"}, "occus": ["dancer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "440"}}, "raw": {"H": "01:00", "COD": "50", "DAY": "12", "MON": "02", "NUM": "0440", "PRO": "DAN", "YEA": "1912", "CITY": "Coutances", "NAME": "DARSONVAL Lycette (PERRON A.)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
14035	daudet-leon-1867-11-16	{"a6": "232", "e3": "441"}	{"lerrcp": "A6-232"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Daudet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1867-11-16 23:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1867-11-16 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "politician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Daudet"}, "birth": {"tzo": "+00:09:24", "date": "1867-11-16 23:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1867-11-16 22:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-232"}, "ids-in-sources": {"a6": "232"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "16", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "232", "PRO": "W", "SEC": "40", "YEA": "1867", "CITY": "PARIS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": ["politician"], "ids-in-sources": {"e3": "441"}}, "raw": {"H": "23:00", "COD": "75", "DAY": "16", "MON": "11", "NUM": "0441", "PRO": "PO", "YEA": "1867", "CITY": "Parig 4ème", "NAME": "DAUDET Léon", "NOTE": "*"}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20192	daumier-sophie-hugon-elis-1934-11-24	{"e3": "442"}	{"lerrcp": "E3-442"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sophie (HUGON Elis.)", "family": "Daumier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1934-11-24 05:30", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "notime": null, "date-ut": "1934-11-24 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Sophie (HUGON Elis.)", "family": "Daumier"}, "birth": {"tzo": "+00:00", "date": "1934-11-24 05:30", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "date-ut": "1934-11-24 05:30"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "442"}}, "raw": {"H": "05:30", "COD": "62", "DAY": "24", "MON": "11", "NUM": "0442", "PRO": "AC", "YEA": "1934", "CITY": "Boulogne sur Mer", "NAME": "DAUMIER Sophie (HUGON Elis.)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20193	dautresne-lucien-1826-05-21	{"e3": "443"}	{"lerrcp": "E3-443"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Dautresne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04", "date": "1826-05-21 01:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.00288, "lat": 49.28669, "name": "Elbeuf", "geoid": 3020307}, "notime": null, "date-ut": "1826-05-21 00:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Dautresne"}, "birth": {"tzo": "+00:04", "date": "1826-05-21 01:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 1.00288, "lat": 49.28669, "name": "Elbeuf", "geoid": 3020307}, "date-ut": "1826-05-21 00:56"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "443"}}, "raw": {"H": "01:00", "COD": "76", "DAY": "21", "MON": "05", "NUM": "0443", "PRO": "PO", "YEA": "1826", "CITY": "Elbeuf", "NAME": "DAUTRESNE Lucien", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20194	dautry-raoul-1880-09-16	{"e3": "444"}	{"lerrcp": "E3-444"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raoul", "family": "Dautry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10", "date": "1880-09-16 09:00", "note": null, "place": {"c1": null, "c2": "03", "c3": "", "cy": "FR", "lg": 2.60254, "lat": 46.34015, "name": "Montluçon", "geoid": 2992292}, "notime": null, "date-ut": "1880-09-16 08:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Raoul", "family": "Dautry"}, "birth": {"tzo": "+00:10", "date": "1880-09-16 09:00", "place": {"c2": "03", "c3": "", "cy": "FR", "lg": 2.60254, "lat": 46.34015, "name": "Montluçon", "geoid": 2992292}, "date-ut": "1880-09-16 08:50"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "444"}}, "raw": {"H": "09:00", "COD": "03", "DAY": "16", "MON": "09", "NUM": "0444", "PRO": "PO", "YEA": "1880", "CITY": "Montluçon", "NAME": "DAUTRY Raoul", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20195	daval-roger-1911-05-10	{"e3": "445"}	{"lerrcp": "E3-445"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Daval", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-05-10 08:00", "note": null, "place": {"c1": null, "c2": "95", "c3": "", "cy": "FR", "lg": 2.12134, "lat": 49.04353, "name": "Saint-Ouen-l'Aumône", "geoid": 2977800}, "notime": null, "date-ut": "1911-05-10 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Daval"}, "birth": {"tzo": "+00:00", "date": "1911-05-10 08:00", "place": {"c2": "95", "c3": "", "cy": "FR", "lg": 2.12134, "lat": 49.04353, "name": "Saint-Ouen-l'Aumône", "geoid": 2977800}, "date-ut": "1911-05-10 08:00"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "445"}}, "raw": {"H": "08:00", "COD": "95", "DAY": "10", "MON": "05", "NUM": "0445", "PRO": "WR", "YEA": "1911", "CITY": "St Ouen L'Aumône", "NAME": "DAVAL Roger", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20196	david-fernand-1869-10-18	{"e3": "446"}	{"lerrcp": "E3-446"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "David", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25", "date": "1869-10-18 22:00", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": 6.23775, "lat": 46.19439, "name": "Annemasse", "geoid": 3037538}, "notime": null, "date-ut": "1869-10-18 21:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "David"}, "birth": {"tzo": "+00:25", "date": "1869-10-18 22:00", "place": {"c2": "74", "c3": "", "cy": "FR", "lg": 6.23775, "lat": 46.19439, "name": "Annemasse", "geoid": 3037538}, "date-ut": "1869-10-18 21:35"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "446"}}, "raw": {"H": "22:00", "COD": "74", "DAY": "18", "MON": "10", "NUM": "0446", "PRO": "PO", "YEA": "1869", "CITY": "Annemasse", "NAME": "DAVID Fernand", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20197	david-robert-1873-11-05	{"e3": "447"}	{"lerrcp": "E3-447"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "David", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11", "date": "1873-11-05 06:00", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": 2.70177, "lat": 48.40908, "name": "Fontainebleau", "geoid": 3018074}, "notime": null, "date-ut": "1873-11-05 05:49"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "David"}, "birth": {"tzo": "+00:11", "date": "1873-11-05 06:00", "place": {"c2": "77", "c3": "", "cy": "FR", "lg": 2.70177, "lat": 48.40908, "name": "Fontainebleau", "geoid": 3018074}, "date-ut": "1873-11-05 05:49"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "447"}}, "raw": {"H": "06:00", "COD": "77", "DAY": "05", "MON": "11", "NUM": "0447", "PRO": "PO", "YEA": "1873", "CITY": "Fontainebleau", "NAME": "DAVID Robert", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20198	deat-marcel-1894-03-07	{"e3": "448"}	{"lerrcp": "E3-448"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Deat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1894-03-07 03:30", "note": null, "place": {"c1": null, "c2": "58", "c3": "", "cy": "FR", "lg": 3.20182, "lat": 47.08703, "name": "Guérigny", "geoid": 3014377}, "notime": null, "date-ut": "1894-03-07 03:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Deat"}, "birth": {"tzo": "+00:09", "date": "1894-03-07 03:30", "place": {"c2": "58", "c3": "", "cy": "FR", "lg": 3.20182, "lat": 47.08703, "name": "Guérigny", "geoid": 3014377}, "date-ut": "1894-03-07 03:21"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "448"}}, "raw": {"H": "03:30", "COD": "58", "DAY": "07", "MON": "03", "NUM": "0448", "PRO": "PO", "YEA": "1894", "CITY": "Guérigny", "NAME": "DEAT Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20199	desouzy-roger-1913-09-12	{"e3": "449"}	{"lerrcp": "E3-449"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Desouzy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-09-12 06:00", "note": null, "place": {"c1": null, "c2": "02", "c3": "", "cy": "FR", "lg": 3.9134, "lat": 49.90437, "name": "Étréaupont", "geoid": 3019376}, "notime": null, "date-ut": "1913-09-12 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Desouzy"}, "birth": {"tzo": "+00:00", "date": "1913-09-12 06:00", "place": {"c2": "02", "c3": "", "cy": "FR", "lg": 3.9134, "lat": 49.90437, "name": "Étréaupont", "geoid": 3019376}, "date-ut": "1913-09-12 06:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "449"}}, "raw": {"H": "06:00", "COD": "02", "DAY": "12", "MON": "09", "NUM": "0449", "PRO": "JO", "YEA": "1913", "CITY": "Etréaupont", "NAME": "DESOUZY Roger", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20200	debre-michel-1912-01-15	{"e3": "450"}	{"lerrcp": "E3-450"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Debré", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-01-15 23:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "7", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1912-01-15 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Debré"}, "birth": {"tzo": "+00:00", "date": "1912-01-15 23:00", "place": {"c2": "75", "c3": "7", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1912-01-15 23:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "450"}}, "raw": {"H": "23:00", "COD": "75", "DAY": "15", "MON": "01", "NUM": "0450", "PRO": "PO", "YEA": "1912", "CITY": "Paris 7ème", "NAME": "DEBRÉ Michel", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20201	decaux-alain-1925-07-23	{"e3": "451"}	{"lerrcp": "E3-451"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Decaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1925-07-23 02:15", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1925-07-23 01:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Alain", "family": "Decaux"}, "birth": {"tzo": "+01:00", "date": "1925-07-23 02:15", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1925-07-23 01:15"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "451"}}, "raw": {"H": "02:15", "COD": "59", "DAY": "23", "MON": "07", "NUM": "0451", "PRO": "WR", "YEA": "1925", "CITY": "Lille", "NAME": "DECAUX Alain", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20202	decout-robert-1918-08-13	{"e3": "452"}	{"lerrcp": "E3-452"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Décout", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-08-13 16:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.52506, "lat": 50.35909, "name": "Valenciennes", "geoid": 2971041}, "notime": null, "date-ut": "1918-08-13 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Décout"}, "birth": {"tzo": "+01:00", "date": "1918-08-13 16:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.52506, "lat": 50.35909, "name": "Valenciennes", "geoid": 2971041}, "date-ut": "1918-08-13 15:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "452"}}, "raw": {"H": "16:00", "COD": "59", "DAY": "13", "MON": "08", "NUM": "0452", "PRO": "JO", "YEA": "1918", "CITY": "Valenciennes", "NAME": "DÉCOUT Robert", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20203	decrais-albert-1838-09-18	{"e3": "453"}	{"lerrcp": "E3-453"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Decrais", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02", "date": "1838-09-18 11:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1838-09-18 11:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Decrais"}, "birth": {"tzo": "-00:02", "date": "1838-09-18 11:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1838-09-18 11:02"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "453"}}, "raw": {"H": "11:00", "COD": "33", "DAY": "18", "MON": "09", "NUM": "0453", "PRO": "PO", "YEA": "1838", "CITY": "Bordeaux", "NAME": "DECRAIS Albert", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20204	degris-robert-1920-01-22	{"e3": "455"}	{"lerrcp": "E3-455"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Degris", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1920-01-22 17:00", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "notime": null, "date-ut": "1920-01-22 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Degris"}, "birth": {"tzo": "+00:00", "date": "1920-01-22 17:00", "place": {"c2": "24", "c3": "", "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "date-ut": "1920-01-22 17:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "455"}}, "raw": {"H": "17:00", "COD": "24", "DAY": "22", "MON": "01", "NUM": "0455", "PRO": "PO", "YEA": "1920", "CITY": "Périgueux", "NAME": "DEGRIS Robert", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20205	deider-paul-emile-1925-01-01	{"e3": "456"}	{"lerrcp": "E3-456"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul-Emile", "family": "Deider", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1925-01-01 04:30", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.21639, "lat": 48.47298, "name": "La Broque", "geoid": 3010778}, "notime": null, "date-ut": "1925-01-01 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Paul-Emile", "family": "Deider"}, "birth": {"tzo": "+00:00", "date": "1925-01-01 04:30", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.21639, "lat": 48.47298, "name": "La Broque", "geoid": 3010778}, "date-ut": "1925-01-01 04:30"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "456"}}, "raw": {"H": "04:30", "COD": "67", "DAY": "01", "MON": "01", "NUM": "0456", "PRO": "AC", "YEA": "1925", "CITY": "La Broque", "NAME": "DEIDER Paul-Emile", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20206	delaborde-michel-1935-01-20	{"e3": "457"}	{"lerrcp": "E3-457"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Delaborde", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1935-01-20 20:00", "note": null, "place": {"c1": null, "c2": "21", "c3": "", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1935-01-20 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Delaborde"}, "birth": {"tzo": "+00:00", "date": "1935-01-20 20:00", "place": {"c2": "21", "c3": "", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1935-01-20 20:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "457"}}, "raw": {"H": "20:00", "COD": "21", "DAY": "20", "MON": "01", "NUM": "0457", "PRO": "JO", "YEA": "1935", "CITY": "Dijon", "NAME": "DELABORDE Michel", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20207	delamare-georges-1881-07-07	{"e3": "458"}	{"lerrcp": "E3-458"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Delamare", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24", "date": "1881-07-07 04:00", "note": null, "place": {"c1": null, "c2": "25", "c3": "", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1881-07-07 03:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Delamare"}, "birth": {"tzo": "+00:24", "date": "1881-07-07 04:00", "place": {"c2": "25", "c3": "", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1881-07-07 03:36"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "458"}}, "raw": {"H": "04:00", "COD": "25", "DAY": "07", "MON": "07", "NUM": "0458", "PRO": "WR", "YEA": "1881", "CITY": "Besançon", "NAME": "DELAMARE Georges", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20208	delarue-maurice-1919-07-26	{"e3": "459"}	{"lerrcp": "E3-459"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Delarue", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-07-26 12:00", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": -1.48463, "lat": 48.46037, "name": "Antrain", "geoid": 3037418}, "notime": null, "date-ut": "1919-07-26 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Delarue"}, "birth": {"tzo": "+01:00", "date": "1919-07-26 12:00", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": -1.48463, "lat": 48.46037, "name": "Antrain", "geoid": 3037418}, "date-ut": "1919-07-26 11:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "459"}}, "raw": {"H": "12:00", "COD": "35", "DAY": "26", "MON": "07", "NUM": "0459", "PRO": "JO", "YEA": "1919", "CITY": "Antrain", "NAME": "DELARUE Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20209	delbecque-leon-1919-08-25	{"e3": "460"}	{"lerrcp": "E3-460"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Delbecque", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-08-25 11:45", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "notime": null, "date-ut": "1919-08-25 10:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Delbecque"}, "birth": {"tzo": "+01:00", "date": "1919-08-25 11:45", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "date-ut": "1919-08-25 10:45"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "460"}}, "raw": {"H": "11:45", "COD": "59", "DAY": "25", "MON": "08", "NUM": "0460", "PRO": "PO", "YEA": "1919", "CITY": "Tourcoing", "NAME": "DELBECQUE Léon", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20210	delcasse-theophile-1852-03-01	{"e3": "461"}	{"lerrcp": "E3-461"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Théophile", "family": "Delcassé", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06", "date": "1852-03-01 08:00", "note": null, "place": {"c1": null, "c2": "09", "c3": "", "cy": "FR", "lg": 1.61079, "lat": 43.1165, "name": "Pamiers", "geoid": 2988670}, "notime": null, "date-ut": "1852-03-01 07:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Théophile", "family": "Delcassé"}, "birth": {"tzo": "+00:06", "date": "1852-03-01 08:00", "place": {"c2": "09", "c3": "", "cy": "FR", "lg": 1.61079, "lat": 43.1165, "name": "Pamiers", "geoid": 2988670}, "date-ut": "1852-03-01 07:54"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "461"}}, "raw": {"H": "08:00", "COD": "09", "DAY": "01", "MON": "03", "NUM": "0461", "PRO": "PO", "YEA": "1852", "CITY": "Pamiers", "NAME": "DELCASSÉ Théophile", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20212	deleplanque-roger-1901-08-05	{"e3": "463"}	{"lerrcp": "E3-463"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Deleplanque", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-08-05 18:00", "note": null, "place": {"c1": null, "c2": "60", "c3": "", "cy": "FR", "lg": 2.47124, "lat": 49.19461, "name": "Chantilly", "geoid": 3026827}, "notime": null, "date-ut": "1901-08-05 17:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Deleplanque"}, "birth": {"tzo": "+00:09", "date": "1901-08-05 18:00", "place": {"c2": "60", "c3": "", "cy": "FR", "lg": 2.47124, "lat": 49.19461, "name": "Chantilly", "geoid": 3026827}, "date-ut": "1901-08-05 17:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "463"}}, "raw": {"H": "18:00", "COD": "60", "DAY": "05", "MON": "08", "NUM": "0463", "PRO": "JO", "YEA": "1901", "CITY": "Chantilly", "NAME": "DELEPLANQUE Roger", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20213	delerue-georges-1925-03-12	{"e3": "464"}	{"lerrcp": "E3-464"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Delerue", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1925-03-12 12:15", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1925-03-12 12:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Delerue"}, "birth": {"tzo": "+00:00", "date": "1925-03-12 12:15", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1925-03-12 12:15"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "464"}}, "raw": {"H": "12:15", "COD": "59", "DAY": "12", "MON": "03", "NUM": "0464", "PRO": "MUS", "YEA": "1925", "CITY": "Roubaix", "NAME": "DELERUE Georges", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20214	delesalle-charles-1886-04-15	{"e3": "465"}	{"lerrcp": "E3-465"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Delesalle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12", "date": "1886-04-15 10:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1886-04-15 09:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Delesalle"}, "birth": {"tzo": "+00:12", "date": "1886-04-15 10:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1886-04-15 09:48"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "465"}}, "raw": {"H": "10:00", "COD": "59", "DAY": "15", "MON": "04", "NUM": "0465", "PRO": "PO", "YEA": "1886", "CITY": "Lille", "NAME": "DELESALLE Charles", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20215	delplanque-georges-1903-07-13	{"e3": "466"}	{"lerrcp": "E3-466"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Delplanque", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-07-13 13:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "notime": null, "date-ut": "1903-07-13 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Delplanque"}, "birth": {"tzo": "+00:09", "date": "1903-07-13 13:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "date-ut": "1903-07-13 12:51"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "466"}}, "raw": {"H": "13:00", "COD": "59", "DAY": "13", "MON": "07", "NUM": "0466", "PRO": "PAI", "YEA": "1903", "CITY": "Douai", "NAME": "DELPLANQUE Georges", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20216	delombre-paul-1848-03-18	{"e3": "467"}	{"lerrcp": "E3-467"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Delombre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16", "date": "1848-03-18 18:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.97267, "lat": 50.27875, "name": "Maubeuge", "geoid": 2995150}, "notime": null, "date-ut": "1848-03-18 17:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Delombre"}, "birth": {"tzo": "+00:16", "date": "1848-03-18 18:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.97267, "lat": 50.27875, "name": "Maubeuge", "geoid": 2995150}, "date-ut": "1848-03-18 17:44"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "467"}}, "raw": {"H": "18:00", "COD": "59", "DAY": "18", "MON": "03", "NUM": "0467", "PRO": "PO", "YEA": "1848", "CITY": "Maubeuge", "NAME": "DELOMBRE Paul", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20217	delom-sorbe-maurice-1898-09-17	{"e3": "468"}	{"lerrcp": "E3-468"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Delom-Sorbé", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-09-17 08:00", "note": null, "place": {"c1": null, "c2": "40", "c3": "", "cy": "FR", "lg": -0.49713, "lat": 43.89022, "name": "Mont-de-Marsan", "geoid": 2992771}, "notime": null, "date-ut": "1898-09-17 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Delom-Sorbé"}, "birth": {"tzo": "+00:09", "date": "1898-09-17 08:00", "place": {"c2": "40", "c3": "", "cy": "FR", "lg": -0.49713, "lat": 43.89022, "name": "Mont-de-Marsan", "geoid": 2992771}, "date-ut": "1898-09-17 07:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "468"}}, "raw": {"H": "08:00", "COD": "40", "DAY": "17", "MON": "09", "NUM": "0468", "PRO": "PO", "YEA": "1898", "CITY": "Mont de Marsan", "NAME": "DELOM-SORBÉ Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20219	delpeche-rene-1897-06-11	{"e3": "470"}	{"lerrcp": "E3-470"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Delpeche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1897-06-11 07:30", "note": null, "place": {"c1": null, "c2": "57", "c3": "", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "René", "family": "Delpeche"}, "birth": {"tzo": "", "date": "1897-06-11 07:30", "place": {"c2": "57", "c3": "", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "470"}}, "raw": {"H": "07:30", "COD": "57", "DAY": "11", "MON": "06", "NUM": "0470", "PRO": "JO", "YEA": "1897", "CITY": "Metz", "NAME": "DELPECHE René", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20220	delpeuch-jean-baptiste-1860-07-24	{"e3": "471"}	{"lerrcp": "E3-471"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Baptiste", "family": "Delpeuch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10", "date": "1860-07-24 23:00", "note": null, "place": {"c1": null, "c2": "19", "c3": "", "cy": "FR", "lg": 2.49579, "lat": 45.3998, "name": "Bort-les-Orgues", "geoid": 3031501}, "notime": null, "date-ut": "1860-07-24 22:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean-Baptiste", "family": "Delpeuch"}, "birth": {"tzo": "+00:10", "date": "1860-07-24 23:00", "place": {"c2": "19", "c3": "", "cy": "FR", "lg": 2.49579, "lat": 45.3998, "name": "Bort-les-Orgues", "geoid": 3031501}, "date-ut": "1860-07-24 22:50"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "471"}}, "raw": {"H": "23:00", "COD": "19", "DAY": "24", "MON": "07", "NUM": "0471", "PRO": "PO", "YEA": "1860", "CITY": "Bort les Orgues", "NAME": "DELPEUCH Jean-Baptiste", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20221	deluns-montaud-pierre-1845-06-03	{"e3": "472"}	{"lerrcp": "E3-472"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Deluns-Montaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1845-06-03 15:00", "note": null, "place": {"c1": null, "c2": "47", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Allemans du Drapt", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Deluns-Montaud"}, "birth": {"tzo": "", "date": "1845-06-03 15:00", "place": {"c2": "47", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Allemans du Drapt", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "472"}}, "raw": {"H": "15:00", "COD": "47", "DAY": "03", "MON": "06", "NUM": "0472", "PRO": "PO", "YEA": "1845", "CITY": "Allemans du Drapt", "NAME": "DELUNS-MONTAUD Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20222	demole-charles-1828-03-22	{"e3": "473"}	{"lerrcp": "E3-473"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Demole", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17", "date": "1828-03-22 08:00", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 4.27527, "lat": 46.43451, "name": "Charolles", "geoid": 3026515}, "notime": null, "date-ut": "1828-03-22 07:43"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Demole"}, "birth": {"tzo": "+00:17", "date": "1828-03-22 08:00", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 4.27527, "lat": 46.43451, "name": "Charolles", "geoid": 3026515}, "date-ut": "1828-03-22 07:43"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "473"}}, "raw": {"H": "08:00", "COD": "71", "DAY": "22", "MON": "03", "NUM": "0473", "PRO": "PO", "YEA": "1828", "CITY": "Charolles", "NAME": "DEMOLE Charles", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20223	demongeot-mylene-marie-hel-1935-09-29	{"e3": "474"}	{"lerrcp": "E3-474"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mylène (Marie-Hél.", "family": "Demongeot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1935-09-29 22:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1935-09-29 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Mylène (Marie-Hél.", "family": "Demongeot"}, "birth": {"tzo": "+01:00", "date": "1935-09-29 22:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1935-09-29 21:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "474"}}, "raw": {"H": "22:00", "COD": "06", "DAY": "29", "MON": "09", "NUM": "0474", "PRO": "AC", "YEA": "1935", "CITY": "Nice", "NAME": "DEMONGEOT Mylène (Marie-Hél.", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20224	deneuve-catherine-dorleac-1943-10-22	{"e3": "475"}	{"lerrcp": "E3-475"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Catherine (DORLÉAC)", "family": "Deneuve", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1943-10-22 13:35", "note": null, "place": {"c1": null, "c2": "75", "c3": "17", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1943-10-22 12:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Catherine (DORLÉAC)", "family": "Deneuve"}, "birth": {"tzo": "+01:00", "date": "1943-10-22 13:35", "place": {"c2": "75", "c3": "17", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1943-10-22 12:35"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "475"}}, "raw": {"H": "13:35", "COD": "75", "DAY": "22", "MON": "10", "NUM": "0475", "PRO": "AC", "YEA": "1943", "CITY": "Paris 17ème", "NAME": "DENEUVE Catherine (DORLÉAC)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20225	denoeu-francois-1898-07-22	{"e3": "476"}	{"lerrcp": "E3-476"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Denoeu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-07-22 04:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.31998, "lat": 50.59368, "name": "Estrée-Blanche", "geoid": 3019509}, "notime": null, "date-ut": "1898-07-22 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "François", "family": "Denoeu"}, "birth": {"tzo": "+00:09", "date": "1898-07-22 04:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 2.31998, "lat": 50.59368, "name": "Estrée-Blanche", "geoid": 3019509}, "date-ut": "1898-07-22 03:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "476"}}, "raw": {"H": "04:00", "COD": "62", "DAY": "22", "MON": "07", "NUM": "0476", "PRO": "WR", "YEA": "1898", "CITY": "Estrée-Blanche", "NAME": "DENOEU François", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20226	dens-michel-1911-06-22	{"e3": "477"}	{"lerrcp": "E3-477"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Dens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-06-22 16:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1911-06-22 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["opera-singer"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Dens"}, "birth": {"tzo": "+00:00", "date": "1911-06-22 16:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1911-06-22 16:30"}, "occus": ["opera-singer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "477"}}, "raw": {"H": "16:30", "COD": "59", "DAY": "22", "MON": "06", "NUM": "0477", "PRO": "OPE", "YEA": "1911", "CITY": "Roubaix", "NAME": "DENS Michel", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20227	depardieu-gerard-1948-12-27	{"e3": "478"}	{"lerrcp": "E3-478"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Depardieu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1948-12-27 08:00", "note": null, "place": {"c1": null, "c2": "36", "c3": "", "cy": "FR", "lg": 1.69362, "lat": 46.81248, "name": "Châteauroux", "geoid": 3026204}, "notime": null, "date-ut": "1948-12-27 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gérard", "family": "Depardieu"}, "birth": {"tzo": "+01:00", "date": "1948-12-27 08:00", "place": {"c2": "36", "c3": "", "cy": "FR", "lg": 1.69362, "lat": 46.81248, "name": "Châteauroux", "geoid": 3026204}, "date-ut": "1948-12-27 07:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "478"}}, "raw": {"H": "08:00", "COD": "36", "DAY": "27", "MON": "12", "NUM": "0478", "PRO": "AC", "YEA": "1948", "CITY": "Châteauroux", "NAME": "DEPARDIEU Gérard", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20228	depraz-xavier-delaruelle-1926-04-22	{"e3": "479"}	{"lerrcp": "E3-479"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Xavier (DELARUELLE)", "family": "Depraz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1926-04-22 07:00", "note": null, "place": {"c1": null, "c2": "80", "c3": "", "cy": "FR", "lg": 2.65096, "lat": 50.00091, "name": "Albert", "geoid": 3038271}, "notime": null, "date-ut": "1926-04-22 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["opera-singer"]	5	null	[{"new": {"name": {"given": "Xavier (DELARUELLE)", "family": "Depraz"}, "birth": {"tzo": "+01:00", "date": "1926-04-22 07:00", "place": {"c2": "80", "c3": "", "cy": "FR", "lg": 2.65096, "lat": 50.00091, "name": "Albert", "geoid": 3038271}, "date-ut": "1926-04-22 06:00"}, "occus": ["opera-singer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "479"}}, "raw": {"H": "07:00", "COD": "80", "DAY": "22", "MON": "04", "NUM": "0479", "PRO": "OPE", "YEA": "1926", "CITY": "Albert", "NAME": "DEPRAZ Xavier (DELARUELLE)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20229	deraigne-pierre-1912-06-11	{"e3": "480"}	{"lerrcp": "E3-480"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Deraigne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-06-11 22:00", "note": null, "place": {"c1": null, "c2": "02", "c3": "", "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "notime": null, "date-ut": "1912-06-11 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Deraigne"}, "birth": {"tzo": "+00:00", "date": "1912-06-11 22:00", "place": {"c2": "02", "c3": "", "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "date-ut": "1912-06-11 22:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "480"}}, "raw": {"H": "22:00", "COD": "02", "DAY": "11", "MON": "06", "NUM": "0480", "PRO": "JO", "YEA": "1912", "CITY": "St Quentin", "NAME": "DERAIGNE Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20230	deron-jean-paul-1926-06-28	{"e3": "481"}	{"lerrcp": "E3-481"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Paul", "family": "Déron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1926-06-28 23:00", "note": null, "place": {"c1": null, "c2": "22", "c3": "", "cy": "FR", "lg": -2.25889, "lat": 48.63039, "name": "Saint-Cast-le-Guildo", "geoid": 2981237}, "notime": null, "date-ut": "1926-06-28 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean-Paul", "family": "Déron"}, "birth": {"tzo": "+01:00", "date": "1926-06-28 23:00", "place": {"c2": "22", "c3": "", "cy": "FR", "lg": -2.25889, "lat": 48.63039, "name": "Saint-Cast-le-Guildo", "geoid": 2981237}, "date-ut": "1926-06-28 22:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "481"}}, "raw": {"H": "23:00", "COD": "22", "DAY": "28", "MON": "06", "NUM": "0481", "PRO": "JO", "YEA": "1926", "CITY": "St Cast Le Guildo", "NAME": "DÉRON Jean-Paul", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
14050	deroulede-paul-1846-09-02	{"a6": "248", "e3": "482"}	{"lerrcp": "A6-248"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Deroulede", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1846-09-02 22:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1846-09-02 21:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet", "politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Deroulede"}, "birth": {"tzo": "+00:09:24", "date": "1846-09-02 22:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1846-09-02 21:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-248"}, "ids-in-sources": {"a6": "248"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "248", "PRO": "W", "SEC": "40", "YEA": "1846", "CITY": "PARIS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": ["politician"], "ids-in-sources": {"e3": "482"}}, "raw": {"H": "22:00", "COD": "75", "DAY": "02", "MON": "09", "NUM": "0482", "PRO": "PO", "YEA": "1846", "CITY": "Parls", "NAME": "DÉROULÈDE Paul", "NOTE": "*"}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20231	derrey-jacques-1907-09-22	{"e3": "483"}	{"lerrcp": "E3-483"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Derrey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-09-22 23:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1907-09-22 22:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Derrey"}, "birth": {"tzo": "+00:09", "date": "1907-09-22 23:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1907-09-22 22:51"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "483"}}, "raw": {"H": "23:00", "COD": "31", "DAY": "22", "MON": "09", "NUM": "0483", "PRO": "PAI", "YEA": "1907", "CITY": "Toulouse", "NAME": "DERREY Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20232	dervaux-pierre-1917-01-03	{"e3": "484"}	{"lerrcp": "E3-484"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Dervaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1917-01-03 13:00", "note": null, "place": {"c1": null, "c2": "91", "c3": "", "cy": "FR", "lg": 2.38333, "lat": 48.68333, "name": "Juvisy-sur-Orge", "geoid": 3011988}, "notime": null, "date-ut": "1917-01-03 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Dervaux"}, "birth": {"tzo": "+00:00", "date": "1917-01-03 13:00", "place": {"c2": "91", "c3": "", "cy": "FR", "lg": 2.38333, "lat": 48.68333, "name": "Juvisy-sur-Orge", "geoid": 3011988}, "date-ut": "1917-01-03 13:00"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "484"}}, "raw": {"H": "13:00", "COD": "91", "DAY": "03", "MON": "01", "NUM": "0484", "PRO": "MUS", "YEA": "1917", "CITY": "Juvisy sur Orge", "NAME": "DERVAUX Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20233	descamps-eugene-1922-03-17	{"e3": "485"}	{"lerrcp": "E3-485"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Descamps", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-03-17 01:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 2.98715, "lat": 50.64358, "name": "Lomme", "geoid": 2997803}, "notime": null, "date-ut": "1922-03-17 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Descamps"}, "birth": {"tzo": "+00:00", "date": "1922-03-17 01:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 2.98715, "lat": 50.64358, "name": "Lomme", "geoid": 2997803}, "date-ut": "1922-03-17 01:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "485"}}, "raw": {"H": "01:00", "COD": "59", "DAY": "17", "MON": "03", "NUM": "0485", "PRO": "PO", "YEA": "1922", "CITY": "Lomme", "NAME": "DESCAMPS Eugène", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20234	deschamps-louis-1878-12-23	{"e3": "486"}	{"lerrcp": "E3-486"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Deschamps", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:10", "date": "1878-12-23 16:00", "note": null, "place": {"c1": null, "c2": "22", "c3": "", "cy": "FR", "lg": -2.51781, "lat": 48.46808, "name": "Lamballe", "geoid": 3008225}, "notime": null, "date-ut": "1878-12-23 16:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Deschamps"}, "birth": {"tzo": "-00:10", "date": "1878-12-23 16:00", "place": {"c2": "22", "c3": "", "cy": "FR", "lg": -2.51781, "lat": 48.46808, "name": "Lamballe", "geoid": 3008225}, "date-ut": "1878-12-23 16:10"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "486"}}, "raw": {"H": "16:00", "COD": "22", "DAY": "23", "MON": "12", "NUM": "0486", "PRO": "PO", "YEA": "1878", "CITY": "Lamballe", "NAME": "DESCHAMPS Louis", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20235	deschanel-paul-1855-02-13	{"e3": "487"}	{"lerrcp": "E3-487"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Deschanel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17", "date": "1855-02-13 11:00", "note": null, "place": {"c1": null, "c2": "", "c3": "", "cy": "BE", "lg": 4.34878, "lat": 50.85045, "name": "Bruxelles", "geoid": 2800866}, "notime": null, "date-ut": "1855-02-13 10:43"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Deschanel"}, "birth": {"tzo": "+00:17", "date": "1855-02-13 11:00", "place": {"c2": "", "c3": "", "cy": "BE", "lg": 4.34878, "lat": 50.85045, "name": "Bruxelles", "geoid": 2800866}, "date-ut": "1855-02-13 10:43"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "487"}}, "raw": {"H": "11:00", "COD": "B", "DAY": "13", "MON": "02", "NUM": "0487", "PRO": "PO", "YEA": "1855", "CITY": "Bruxelles - Belgique", "NAME": "DESCHANEL Paul", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20236	descrieres-georges-berge-d-1930-04-15	{"e3": "488"}	{"lerrcp": "E3-488"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges (BERGÉ-D.)", "family": "Descrieres", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1930-04-15 09:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1930-04-15 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Georges (BERGÉ-D.)", "family": "Descrieres"}, "birth": {"tzo": "+01:00", "date": "1930-04-15 09:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1930-04-15 08:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "488"}}, "raw": {"H": "09:00", "COD": "33", "DAY": "15", "MON": "04", "NUM": "0488", "PRO": "AC", "YEA": "1930", "CITY": "Bordeaux", "NAME": "DESCRIERES Georges (BER6É-D.)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20237	desgraupes-pierre-1918-12-18	{"e3": "489"}	{"lerrcp": "E3-489"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Desgraupes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1918-12-18 13:45", "note": null, "place": {"c1": null, "c2": "16", "c3": "", "cy": "FR", "lg": 0.15345, "lat": 45.64997, "name": "Angoulême", "geoid": 3037598}, "notime": null, "date-ut": "1918-12-18 13:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Desgraupes"}, "birth": {"tzo": "+00:00", "date": "1918-12-18 13:45", "place": {"c2": "16", "c3": "", "cy": "FR", "lg": 0.15345, "lat": 45.64997, "name": "Angoulême", "geoid": 3037598}, "date-ut": "1918-12-18 13:45"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "489"}}, "raw": {"H": "13:45", "COD": "16", "DAY": "18", "MON": "12", "NUM": "0489", "PRO": "JO", "YEA": "1918", "CITY": "Angoulême", "NAME": "DESGRAUPES Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20238	desgrees-du-lou-francois-1909-06-26	{"e3": "490"}	{"lerrcp": "E3-490"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Desgrées Du Lou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-06-26 04:00", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1909-06-26 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "François", "family": "Desgrées Du Lou"}, "birth": {"tzo": "+00:09", "date": "1909-06-26 04:00", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1909-06-26 03:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "490"}}, "raw": {"H": "04:00", "COD": "35", "DAY": "26", "MON": "06", "NUM": "0490", "PRO": "JO", "YEA": "1909", "CITY": "Rennes", "NAME": "DESGRÉES DU LOU François", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20239	desjardins-claude-1920-06-09	{"e3": "491"}	{"lerrcp": "E3-491"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Desjardins", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-06-09 14:30", "note": null, "place": {"c1": null, "c2": "72", "c3": "", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "notime": null, "date-ut": "1920-06-09 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Desjardins"}, "birth": {"tzo": "+01:00", "date": "1920-06-09 14:30", "place": {"c2": "72", "c3": "", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "date-ut": "1920-06-09 13:30"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "491"}}, "raw": {"H": "14:30", "COD": "72", "DAY": "09", "MON": "06", "NUM": "0491", "PRO": "JO", "YEA": "1920", "CITY": "Le Mans", "NAME": "DESJARDINS Claude", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20240	desmarets-sophie-jacqueline-1922-04-07	{"e3": "492"}	{"lerrcp": "E3-492"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sophie (Jacqueline)", "family": "Desmarets", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-04-07 11:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "16", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1922-04-07 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Sophie (Jacqueline)", "family": "Desmarets"}, "birth": {"tzo": "+01:00", "date": "1922-04-07 11:00", "place": {"c2": "75", "c3": "16", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1922-04-07 10:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "492"}}, "raw": {"H": "11:00", "COD": "75", "DAY": "07", "MON": "04", "NUM": "0492", "PRO": "AC", "YEA": "1922", "CITY": "Paris 16ème", "NAME": "DESMARETS Sophie (Jacqueline)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20241	desplas-georges-1856-01-30	{"e3": "493"}	{"lerrcp": "E3-493"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Desplas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1856-01-30 06:00", "note": null, "place": {"c1": null, "c2": "65", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bagnères", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Desplas"}, "birth": {"tzo": "", "date": "1856-01-30 06:00", "place": {"c2": "65", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bagnères", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "493"}}, "raw": {"H": "06:00", "COD": "65", "DAY": "30", "MON": "01", "NUM": "0493", "PRO": "PO", "YEA": "1856", "CITY": "Bagnères", "NAME": "DESPLAS Georges", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20242	desrumaux-pierre-1899-03-22	{"e3": "494"}	{"lerrcp": "E3-494"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Desrumaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-03-22 10:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1899-03-22 10:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Desrumaux"}, "birth": {"tzo": "+00:09", "date": "1899-03-22 10:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1899-03-22 10:21"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "494"}}, "raw": {"H": "10:30", "COD": "59", "DAY": "22", "MON": "03", "NUM": "0494", "PRO": "PAI", "YEA": "1899", "CITY": "Lille", "NAME": "DESRUMAUX Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20244	dessoye-arthur-1854-08-23	{"e3": "496"}	{"lerrcp": "E3-496"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Dessoye", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20", "date": "1854-08-23 02:00", "note": null, "place": {"c1": null, "c2": "52", "c3": "", "cy": "FR", "lg": 5.06169, "lat": 47.78649, "name": "Auberive", "geoid": 3036401}, "notime": null, "date-ut": "1854-08-23 01:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Dessoye"}, "birth": {"tzo": "+00:20", "date": "1854-08-23 02:00", "place": {"c2": "52", "c3": "", "cy": "FR", "lg": 5.06169, "lat": 47.78649, "name": "Auberive", "geoid": 3036401}, "date-ut": "1854-08-23 01:40"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "496"}}, "raw": {"H": "02:00", "COD": "52", "DAY": "23", "MON": "08", "NUM": "0496", "PRO": "PO", "YEA": "1854", "CITY": "Auberive", "NAME": "DESSOYE Arthur", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20245	destremau-bernard-1917-02-11	{"e3": "497"}	{"lerrcp": "E3-497"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Destremau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1917-02-11 17:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "16", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1917-02-11 17:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Destremau"}, "birth": {"tzo": "+00:00", "date": "1917-02-11 17:30", "place": {"c2": "75", "c3": "16", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1917-02-11 17:30"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "497"}}, "raw": {"H": "17:30", "COD": "75", "DAY": "11", "MON": "02", "NUM": "0497", "PRO": "PO", "YEA": "1917", "CITY": "Paris 16ème", "NAME": "DESTREMAU 8ernard", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
18237	devay-jean-francois-1925-10-15	{"e1": "607", "e3": "498"}	{"lerrcp": "E1-607"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-François", "family": "Devay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1925-10-15 17:30", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1925-10-15 17:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive", "journalist"]	5	null	[{"new": {"name": {"given": "Jean-François", "family": "Devay"}, "birth": {"tzo": "+00:00", "date": "1925-10-15 17:30", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1925-10-15 17:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "607"}}, "raw": {"H": "17:30", "COD": "69", "DAY": "15", "MON": "10", "NUM": "0607", "PRO": "EX", "YEA": "1925", "CITY": "Lyon", "NAME": "DEVAY Jean-François", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"occus": ["journalist"], "ids-in-sources": {"e3": "498"}}, "raw": {"H": "17:30", "COD": "69", "DAY": "15", "MON": "10", "NUM": "0498", "PRO": "JO", "YEA": "1925", "CITY": "Lyon", "NAME": "DEVAY Jean-François", "NOTE": "*"}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20246	develle-jules-1845-04-12	{"e3": "499"}	{"lerrcp": "E3-499"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Develle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21", "date": "1845-04-12 06:30", "note": null, "place": {"c1": null, "c2": "55", "c3": "", "cy": "FR", "lg": 5.16108, "lat": 48.77275, "name": "Bar-le-Duc", "geoid": 3034911}, "notime": null, "date-ut": "1845-04-12 06:09"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Develle"}, "birth": {"tzo": "+00:21", "date": "1845-04-12 06:30", "place": {"c2": "55", "c3": "", "cy": "FR", "lg": 5.16108, "lat": 48.77275, "name": "Bar-le-Duc", "geoid": 3034911}, "date-ut": "1845-04-12 06:09"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "499"}}, "raw": {"H": "06:30", "COD": "55", "DAY": "12", "MON": "04", "NUM": "0499", "PRO": "PO", "YEA": "1845", "CITY": "Bar le Duc", "NAME": "DEVELLE Jules", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20247	devin-josette-1921-02-03	{"e3": "500"}	{"lerrcp": "E3-500"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Josette", "family": "Devin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1921-02-03 05:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1921-02-03 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Josette", "family": "Devin"}, "birth": {"tzo": "+00:00", "date": "1921-02-03 05:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1921-02-03 05:00"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "500"}}, "raw": {"H": "05:00", "COD": "33", "DAY": "03", "MON": "02", "NUM": "0500", "PRO": "WR", "YEA": "1921", "CITY": "Bordeaux", "NAME": "DEVIN Josette", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20248	devos-raymond-1922-11-09	{"e3": "501"}	{"lerrcp": "E3-501"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Devos", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-11-09 07:15", "note": null, "place": {"c1": null, "c2": "", "c3": "", "cy": "BE", "lg": 3.20639, "lat": 50.74497, "name": "Mouscron", "geoid": 2790595}, "notime": null, "date-ut": "1922-11-09 07:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Devos"}, "birth": {"tzo": "+00:00", "date": "1922-11-09 07:15", "place": {"c2": "", "c3": "", "cy": "BE", "lg": 3.20639, "lat": 50.74497, "name": "Mouscron", "geoid": 2790595}, "date-ut": "1922-11-09 07:15"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "501"}}, "raw": {"H": "07:15", "COD": "B", "DAY": "09", "MON": "11", "NUM": "0501", "PRO": "AC", "YEA": "1922", "CITY": "Mouscron - Belgique", "NAME": "DEVOS Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20249	devries-ivan-daniel-1909-09-17	{"e3": "502"}	{"lerrcp": "E3-502"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ivan (Daniel)", "family": "Devries", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-09-17 18:00", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": -2.10939, "lat": 48.63433, "name": "Saint-Lunaire", "geoid": 2978668}, "notime": null, "date-ut": "1909-09-17 17:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Ivan (Daniel)", "family": "Devries"}, "birth": {"tzo": "+00:09", "date": "1909-09-17 18:00", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": -2.10939, "lat": 48.63433, "name": "Saint-Lunaire", "geoid": 2978668}, "date-ut": "1909-09-17 17:51"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "502"}}, "raw": {"H": "18:00", "COD": "35", "DAY": "17", "MON": "09", "NUM": "0502", "PRO": "MUS", "YEA": "1909", "CITY": "St-Lunaire", "NAME": "DEVRIES Ivan (Daniel)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20250	dewaere-patrice-dourdeaux-1947-01-26	{"e3": "503"}	{"lerrcp": "E3-503"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Patrice (DOURDEAUX)", "family": "Dewaere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1947-01-26 10:30", "note": null, "place": {"c1": null, "c2": "22", "c3": "", "cy": "FR", "lg": -2.76838, "lat": 48.51513, "name": "Saint-Brieuc", "geoid": 2981280}, "notime": null, "date-ut": "1947-01-26 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Patrice (DOURDEAUX)", "family": "Dewaere"}, "birth": {"tzo": "+01:00", "date": "1947-01-26 10:30", "place": {"c2": "22", "c3": "", "cy": "FR", "lg": -2.76838, "lat": 48.51513, "name": "Saint-Brieuc", "geoid": 2981280}, "date-ut": "1947-01-26 09:30"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "503"}}, "raw": {"H": "10:30", "COD": "22", "DAY": "26", "MON": "01", "NUM": "0503", "PRO": "AC", "YEA": "1947", "CITY": "St-Brieuc", "NAME": "DEWAERE Patrice (DOURDEAUX)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20251	dheran-bernard-poulain-1926-06-17	{"e3": "504"}	{"lerrcp": "E3-504"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard (POULAIN)", "family": "Dheran", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1926-06-17 11:15", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.07772, "lat": 49.9216, "name": "Dieppe", "geoid": 3021411}, "notime": null, "date-ut": "1926-06-17 10:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Bernard (POULAIN)", "family": "Dheran"}, "birth": {"tzo": "+01:00", "date": "1926-06-17 11:15", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 1.07772, "lat": 49.9216, "name": "Dieppe", "geoid": 3021411}, "date-ut": "1926-06-17 10:15"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "504"}}, "raw": {"H": "11:15", "COD": "76", "DAY": "17", "MON": "06", "NUM": "0504", "PRO": "AC", "YEA": "1926", "CITY": "Dieppe", "NAME": "DHERAN Bernard (POULAIN)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20252	dhery-robert-fourrey-1921-04-27	{"e3": "505"}	{"lerrcp": "E3-505"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert (FOURREY)", "family": "Dhery", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-04-27 23:30", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": 2.35387, "lat": 48.93564, "name": "Saint-Denis", "geoid": 2980916}, "notime": null, "date-ut": "1921-04-27 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Robert (FOURREY)", "family": "Dhery"}, "birth": {"tzo": "+01:00", "date": "1921-04-27 23:30", "place": {"c2": "93", "c3": "", "cy": "FR", "lg": 2.35387, "lat": 48.93564, "name": "Saint-Denis", "geoid": 2980916}, "date-ut": "1921-04-27 22:30"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "505"}}, "raw": {"H": "23:30", "COD": "93", "DAY": "27", "MON": "04", "NUM": "0505", "PRO": "AC", "YEA": "1921", "CITY": "St Denis", "NAME": "DHERY Robert (FOURREY)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20253	dhordain-roland-1924-04-29	{"e3": "506"}	{"lerrcp": "E3-506"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roland", "family": "Dhordain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1924-04-29 21:30", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": 2.35387, "lat": 48.93564, "name": "Saint-Denis", "geoid": 2980916}, "notime": null, "date-ut": "1924-04-29 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Roland", "family": "Dhordain"}, "birth": {"tzo": "+01:00", "date": "1924-04-29 21:30", "place": {"c2": "93", "c3": "", "cy": "FR", "lg": 2.35387, "lat": 48.93564, "name": "Saint-Denis", "geoid": 2980916}, "date-ut": "1924-04-29 20:30"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "506"}}, "raw": {"H": "21:30", "COD": "93", "DAY": "29", "MON": "04", "NUM": "0506", "PRO": "JO", "YEA": "1924", "CITY": "St Denis", "NAME": "DHORDAIN Roland", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20254	diesdach-ghislain-de-1931-08-06	{"e3": "507"}	{"lerrcp": "E3-507"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ghislain de", "family": "Diesdach", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1931-08-06 04:15", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1931-08-06 03:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Ghislain de", "family": "Diesdach"}, "birth": {"tzo": "+01:00", "date": "1931-08-06 04:15", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1931-08-06 03:15"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "507"}}, "raw": {"H": "04:15", "COD": "76", "DAY": "06", "MON": "08", "NUM": "0507", "PRO": "WR", "YEA": "1931", "CITY": "Le Havre", "NAME": "DIESDACH Ghislain de", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20255	dignac-pierre-1876-01-13	{"e3": "508"}	{"lerrcp": "E3-508"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Dignac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04", "date": "1876-01-13 02:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -1.06815, "lat": 44.636, "name": "Gujan-Mestras", "geoid": 3014175}, "notime": null, "date-ut": "1876-01-13 02:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Dignac"}, "birth": {"tzo": "-00:04", "date": "1876-01-13 02:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -1.06815, "lat": 44.636, "name": "Gujan-Mestras", "geoid": 3014175}, "date-ut": "1876-01-13 02:04"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "508"}}, "raw": {"H": "02:00", "COD": "33", "DAY": "13", "MON": "01", "NUM": "0508", "PRO": "PO", "YEA": "1876", "CITY": "Gujan-Mestras", "NAME": "DIGNAC Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20256	dijoud-paul-1938-06-25	{"e3": "509"}	{"lerrcp": "E3-509"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Dijoud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1938-06-25 14:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1938-06-25 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Dijoud"}, "birth": {"tzo": "+01:00", "date": "1938-06-25 14:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1938-06-25 13:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "509"}}, "raw": {"H": "14:00", "COD": "92", "DAY": "25", "MON": "06", "NUM": "0509", "PRO": "PO", "YEA": "1938", "CITY": "Neuilly sur Seine", "NAME": "DIJOUD Paul", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20257	diligent-andre-1919-05-10	{"e3": "510"}	{"lerrcp": "E3-510"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Diligent", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-05-10 19:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1919-05-10 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Diligent"}, "birth": {"tzo": "+01:00", "date": "1919-05-10 19:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1919-05-10 18:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "510"}}, "raw": {"H": "19:00", "COD": "59", "DAY": "10", "MON": "05", "NUM": "0510", "PRO": "PO", "YEA": "1919", "CITY": "Roubaix", "NAME": "DILIGENT André", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20258	dior-lucien-1867-07-04	{"e3": "511"}	{"lerrcp": "E3-511"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Dior", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06", "date": "1867-07-04 07:00", "note": null, "place": {"c1": null, "c2": "50", "c3": "", "cy": "FR", "lg": -1.59714, "lat": 48.83792, "name": "Granville", "geoid": 3014867}, "notime": null, "date-ut": "1867-07-04 07:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Dior"}, "birth": {"tzo": "-00:06", "date": "1867-07-04 07:00", "place": {"c2": "50", "c3": "", "cy": "FR", "lg": -1.59714, "lat": 48.83792, "name": "Granville", "geoid": 3014867}, "date-ut": "1867-07-04 07:06"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "511"}}, "raw": {"H": "07:00", "COD": "50", "DAY": "04", "MON": "07", "NUM": "0511", "PRO": "PO", "YEA": "1867", "CITY": "Granville", "NAME": "DIOR Lucien", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20259	distel-sacha-1933-01-29	{"e3": "512"}	{"lerrcp": "E3-512"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sacha", "family": "Distel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1933-01-29 13:45", "note": null, "place": {"c1": null, "c2": "75", "c3": "13", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1933-01-29 13:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Sacha", "family": "Distel"}, "birth": {"tzo": "+00:00", "date": "1933-01-29 13:45", "place": {"c2": "75", "c3": "13", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1933-01-29 13:45"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "512"}}, "raw": {"H": "13:45", "COD": "75", "DAY": "29", "MON": "01", "NUM": "0512", "PRO": "AC", "YEA": "1933", "CITY": "Paris 13ème", "NAME": "DISTEL Sacha", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20260	doat-anne-1936-09-16	{"e3": "513"}	{"lerrcp": "E3-513"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anne", "family": "Doat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1936-09-16 07:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1936-09-16 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Anne", "family": "Doat"}, "birth": {"tzo": "+01:00", "date": "1936-09-16 07:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1936-09-16 06:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "513"}}, "raw": {"H": "07:00", "COD": "92", "DAY": "16", "MON": "09", "NUM": "0513", "PRO": "AC", "YEA": "1936", "CITY": "Neuilly sur Seine", "NAME": "DOAT Anne", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20261	doisneau-robert-1912-04-14	{"e3": "514"}	{"lerrcp": "E3-514"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Doisneau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-04-14 21:15", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.3417, "lat": 48.81294, "name": "Gentilly", "geoid": 3016292}, "notime": null, "date-ut": "1912-04-14 21:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["photographer"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Doisneau"}, "birth": {"tzo": "+00:00", "date": "1912-04-14 21:15", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.3417, "lat": 48.81294, "name": "Gentilly", "geoid": 3016292}, "date-ut": "1912-04-14 21:15"}, "occus": ["photographer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "514"}}, "raw": {"H": "21:15", "COD": "94", "DAY": "14", "MON": "04", "NUM": "0514", "PRO": "PHO", "YEA": "1912", "CITY": "Gentilly", "NAME": "DOISNEAU Robert", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20262	domenach-jean-marie-1922-02-13	{"e3": "515"}	{"lerrcp": "E3-515"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Marie", "family": "Domenach", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-02-13 05:10", "note": null, "place": {"c1": null, "c2": "69", "c3": "2", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1922-02-13 05:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean-Marie", "family": "Domenach"}, "birth": {"tzo": "+00:00", "date": "1922-02-13 05:10", "place": {"c2": "69", "c3": "2", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1922-02-13 05:10"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "515"}}, "raw": {"H": "05:10", "COD": "69", "DAY": "13", "MON": "02", "NUM": "0515", "PRO": "JO", "YEA": "1922", "CITY": "Lyon 2ème", "NAME": "DOMENACH Jean-Marie", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20263	domenech-gabriel-1920-09-04	{"e3": "516"}	{"lerrcp": "E3-516"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Domenech", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-09-04 23:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 2.7068, "lat": 42.47702, "name": "Reynès", "geoid": 2983786}, "notime": null, "date-ut": "1920-09-04 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Domenech"}, "birth": {"tzo": "+01:00", "date": "1920-09-04 23:00", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": 2.7068, "lat": 42.47702, "name": "Reynès", "geoid": 2983786}, "date-ut": "1920-09-04 22:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "516"}}, "raw": {"H": "23:00", "COD": "66", "DAY": "04", "MON": "09", "NUM": "0516", "PRO": "JO", "YEA": "1920", "CITY": "Reynès", "NAME": "DOMENECH Gabriel", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20264	domenech-pierre-1940-10-22	{"e3": "517"}	{"lerrcp": "E3-517"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Domenech", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1940-10-22 22:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Domenech"}, "birth": {"tzo": "", "date": "1940-10-22 22:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "517"}}, "raw": {"H": "22:00", "COD": "31", "DAY": "22", "MON": "10", "NUM": "0517", "PRO": "JO", "YEA": "1940", "CITY": "Toulouse", "NAME": "DOMENECH Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20265	domenge-jean-1926-09-17	{"e3": "518"}	{"lerrcp": "E3-518"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Domenge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1926-09-17 10:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1926-09-17 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Domenge"}, "birth": {"tzo": "+01:00", "date": "1926-09-17 10:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1926-09-17 09:30"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "518"}}, "raw": {"H": "10:30", "COD": "59", "DAY": "17", "MON": "09", "NUM": "0518", "PRO": "JO", "YEA": "1926", "CITY": "Lille", "NAME": "DOMENGE Jean", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20266	dominati-jacques-1927-03-11	{"e3": "519"}	{"lerrcp": "E3-519"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Dominati", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1927-03-11 02:00", "note": null, "place": {"c1": null, "c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Ajaccio", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Dominati"}, "birth": {"tzo": "", "date": "1927-03-11 02:00", "place": {"c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Ajaccio", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "519"}}, "raw": {"H": "02:00", "COD": "20", "DAY": "11", "MON": "03", "NUM": "0519", "PRO": "PO", "YEA": "1927", "CITY": "Ajaccio", "NAME": "DOMINATI Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20267	donati-francois-1921-06-05	{"e3": "520"}	{"lerrcp": "E3-520"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Donati", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-06-05 19:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1921-06-05 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "François", "family": "Donati"}, "birth": {"tzo": "+01:00", "date": "1921-06-05 19:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1921-06-05 18:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "520"}}, "raw": {"H": "19:00", "COD": "06", "DAY": "05", "MON": "06", "NUM": "0520", "PRO": "JO", "YEA": "1921", "CITY": "Nice", "NAME": "DONATI François", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20268	dorgeres-henri-d-halluim-1897-02-06	{"e3": "521"}	{"lerrcp": "E3-521"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri(D'HALLUIM)", "family": "Dorgeres", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1897-02-06 02:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.13382, "lat": 50.67043, "name": "Wasquehal", "geoid": 2967438}, "notime": null, "date-ut": "1897-02-06 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Henri(D'HALLUIM)", "family": "Dorgeres"}, "birth": {"tzo": "+00:09", "date": "1897-02-06 02:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.13382, "lat": 50.67043, "name": "Wasquehal", "geoid": 2967438}, "date-ut": "1897-02-06 01:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "521"}}, "raw": {"H": "02:00", "COD": "59", "DAY": "06", "MON": "02", "NUM": "0521", "PRO": "PO", "YEA": "1897", "CITY": "Wasquehal", "NAME": "DORGERES Henri(D'HALLUIM)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20269	dorin-francoise-1928-01-23	{"e3": "522"}	{"lerrcp": "E3-522"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Françoise", "family": "Dorin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1928-01-23 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "17", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1928-01-23 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Françoise", "family": "Dorin"}, "birth": {"tzo": "+00:00", "date": "1928-01-23 05:00", "place": {"c2": "75", "c3": "17", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1928-01-23 05:00"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "522"}}, "raw": {"H": "05:00", "COD": "75", "DAY": "23", "MON": "01", "NUM": "0522", "PRO": "WR", "YEA": "1928", "CITY": "Paris 17ème", "NAME": "DORIN Françoise", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20270	doriot-jacques-1898-09-26	{"e3": "523"}	{"lerrcp": "E3-523"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Doriot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-09-26 18:00", "note": null, "place": {"c1": null, "c2": "60", "c3": "", "cy": "FR", "lg": 2.25024, "lat": 49.41044, "name": "Bresles", "geoid": 3030323}, "notime": null, "date-ut": "1898-09-26 17:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Doriot"}, "birth": {"tzo": "+00:09", "date": "1898-09-26 18:00", "place": {"c2": "60", "c3": "", "cy": "FR", "lg": 2.25024, "lat": 49.41044, "name": "Bresles", "geoid": 3030323}, "date-ut": "1898-09-26 17:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "523"}}, "raw": {"H": "18:00", "COD": "60", "DAY": "26", "MON": "09", "NUM": "0523", "PRO": "PO", "YEA": "1898", "CITY": "Bresles", "NAME": "DORIOT Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20271	doris-pierre-tugot-1919-10-29	{"e3": "524"}	{"lerrcp": "E3-524"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre (TUGOT)", "family": "Doris", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1919-10-29 02:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "11", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1919-10-29 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Pierre (TUGOT)", "family": "Doris"}, "birth": {"tzo": "+00:00", "date": "1919-10-29 02:00", "place": {"c2": "75", "c3": "11", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1919-10-29 02:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "524"}}, "raw": {"H": "02:00", "COD": "75", "DAY": "29", "MON": "10", "NUM": "0524", "PRO": "AC", "YEA": "1919", "CITY": "Paris 11ème", "NAME": "DORIS Pierre (TUGOT)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20272	dorleac-francoise-1942-03-21	{"e3": "525"}	{"lerrcp": "E3-525"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Françoise", "family": "Dorleac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1942-03-21 18:10", "note": null, "place": {"c1": null, "c2": "75", "c3": "17", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Françoise", "family": "Dorleac"}, "birth": {"tzo": "", "date": "1942-03-21 18:10", "place": {"c2": "75", "c3": "17", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": ""}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "525"}}, "raw": {"H": "18:10", "COD": "75", "DAY": "21", "MON": "03", "NUM": "0525", "PRO": "AC", "YEA": "1942", "CITY": "Paris 17ème", "NAME": "DORLEAC Françoise", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20273	dorlhac-helene-roujon-1935-10-04	{"e3": "526"}	{"lerrcp": "E3-526"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hélène (ROUJON)", "family": "Dorlhac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1935-10-04 20:00", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": 3.71563, "lat": 43.98091, "name": "Sumène", "geoid": 2973701}, "notime": null, "date-ut": "1935-10-04 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Hélène (ROUJON)", "family": "Dorlhac"}, "birth": {"tzo": "+01:00", "date": "1935-10-04 20:00", "place": {"c2": "30", "c3": "", "cy": "FR", "lg": 3.71563, "lat": 43.98091, "name": "Sumène", "geoid": 2973701}, "date-ut": "1935-10-04 19:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "526"}}, "raw": {"H": "20:00", "COD": "30", "DAY": "04", "MON": "10", "NUM": "0526", "PRO": "PO", "YEA": "1935", "CITY": "Sumène", "NAME": "DORLHAC Hélène (ROUJON)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20274	dormann-maurice-1881-04-20	{"e3": "527"}	{"lerrcp": "E3-527"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Dormann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1881-04-20 15:00", "note": null, "place": {"c1": null, "c2": "91", "c3": "", "cy": "FR", "lg": 2.19489, "lat": 48.49465, "name": "Étréchy", "geoid": 3019372}, "notime": null, "date-ut": "1881-04-20 14:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Dormann"}, "birth": {"tzo": "+00:09", "date": "1881-04-20 15:00", "place": {"c2": "91", "c3": "", "cy": "FR", "lg": 2.19489, "lat": 48.49465, "name": "Étréchy", "geoid": 3019372}, "date-ut": "1881-04-20 14:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "527"}}, "raw": {"H": "15:00", "COD": "91", "DAY": "20", "MON": "04", "NUM": "0527", "PRO": "PO", "YEA": "1881", "CITY": "Etréchy", "NAME": "DORMANN Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20275	dormoy-marx-1888-08-01	{"e3": "528"}	{"lerrcp": "E3-528"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marx", "family": "Dormoy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10", "date": "1888-08-01 23:00", "note": null, "place": {"c1": null, "c2": "03", "c3": "", "cy": "FR", "lg": 2.60254, "lat": 46.34015, "name": "Montluçon", "geoid": 2992292}, "notime": null, "date-ut": "1888-08-01 22:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Marx", "family": "Dormoy"}, "birth": {"tzo": "+00:10", "date": "1888-08-01 23:00", "place": {"c2": "03", "c3": "", "cy": "FR", "lg": 2.60254, "lat": 46.34015, "name": "Montluçon", "geoid": 2992292}, "date-ut": "1888-08-01 22:50"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "528"}}, "raw": {"H": "23:00", "COD": "03", "DAY": "01", "MON": "08", "NUM": "0528", "PRO": "PO", "YEA": "1888", "CITY": "Montluçon", "NAME": "DORMOY Marx", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20276	dorziat-gabrielle-sigrist-1880-01-25	{"e3": "529"}	{"lerrcp": "E3-529"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabrielle (SIGRIST)", "family": "Dorziat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16", "date": "1880-01-25 23:55", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 3.95922, "lat": 49.04, "name": "Épernay", "geoid": 3020062}, "notime": null, "date-ut": "1880-01-25 23:39"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gabrielle (SIGRIST)", "family": "Dorziat"}, "birth": {"tzo": "+00:16", "date": "1880-01-25 23:55", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": 3.95922, "lat": 49.04, "name": "Épernay", "geoid": 3020062}, "date-ut": "1880-01-25 23:39"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "529"}}, "raw": {"H": "23:55", "COD": "51", "DAY": "25", "MON": "01", "NUM": "0529", "PRO": "AC", "YEA": "1880", "CITY": "Epernay", "NAME": "DORZIAT Gabrielle (SIGRIST)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20277	dougier-henry-1936-09-27	{"e3": "530"}	{"lerrcp": "E3-530"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Dougier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1936-09-27 17:15", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1936-09-27 16:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Dougier"}, "birth": {"tzo": "+01:00", "date": "1936-09-27 17:15", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1936-09-27 16:15"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "530"}}, "raw": {"H": "17:15", "COD": "92", "DAY": "27", "MON": "09", "NUM": "0530", "PRO": "JO", "YEA": "1936", "CITY": "Neuilly sur Seine", "NAME": "DOUGIER Henry", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20278	doumer-paul-1857-03-22	{"e3": "531"}	{"lerrcp": "E3-531"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Doumer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10", "date": "1857-03-22 03:00", "note": null, "place": {"c1": null, "c2": "15", "c3": "", "cy": "FR", "lg": 2.43983, "lat": 44.92539, "name": "Aurillac", "geoid": 3036016}, "notime": null, "date-ut": "1857-03-22 02:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Doumer"}, "birth": {"tzo": "+00:10", "date": "1857-03-22 03:00", "place": {"c2": "15", "c3": "", "cy": "FR", "lg": 2.43983, "lat": 44.92539, "name": "Aurillac", "geoid": 3036016}, "date-ut": "1857-03-22 02:50"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "531"}}, "raw": {"H": "03:00", "COD": "15", "DAY": "22", "MON": "03", "NUM": "0531", "PRO": "PO", "YEA": "1857", "CITY": "Aurillac", "NAME": "DOUMER Paul", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20279	doumergue-gaston-1863-08-01	{"e3": "532"}	{"lerrcp": "E3-532"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Doumergue", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17", "date": "1863-08-01 23:00", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": 4.17976, "lat": 43.7397, "name": "Aigues-Vives", "geoid": 3038488}, "notime": null, "date-ut": "1863-08-01 22:43"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Doumergue"}, "birth": {"tzo": "+00:17", "date": "1863-08-01 23:00", "place": {"c2": "30", "c3": "", "cy": "FR", "lg": 4.17976, "lat": 43.7397, "name": "Aigues-Vives", "geoid": 3038488}, "date-ut": "1863-08-01 22:43"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "532"}}, "raw": {"H": "23:00", "COD": "30", "DAY": "01", "MON": "08", "NUM": "0532", "PRO": "PO", "YEA": "1863", "CITY": "Aigues-Vives", "NAME": "DOUMERGUE Gaston", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20280	dournes-pierre-1921-01-31	{"e3": "533"}	{"lerrcp": "E3-533"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Dournes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1921-01-31 18:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.33407, "lat": 50.38113, "name": "Saint-Pol-sur-Ternoise", "geoid": 2977387}, "notime": null, "date-ut": "1921-01-31 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Dournes"}, "birth": {"tzo": "+00:00", "date": "1921-01-31 18:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 2.33407, "lat": 50.38113, "name": "Saint-Pol-sur-Ternoise", "geoid": 2977387}, "date-ut": "1921-01-31 18:00"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "533"}}, "raw": {"H": "18:00", "COD": "62", "DAY": "31", "MON": "01", "NUM": "0533", "PRO": "WR", "YEA": "1921", "CITY": "St Pol/Ternoise", "NAME": "DOURNES Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20281	doyen-ginette-genevieve-1921-07-10	{"e3": "534"}	{"lerrcp": "E3-534"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ginette Geneviève)", "family": "Doyen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-07-10 08:00", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 4.36667, "lat": 46.66667, "name": "Montceau-les-Mines", "geoid": 2992863}, "notime": null, "date-ut": "1921-07-10 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Ginette Geneviève)", "family": "Doyen"}, "birth": {"tzo": "+01:00", "date": "1921-07-10 08:00", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 4.36667, "lat": 46.66667, "name": "Montceau-les-Mines", "geoid": 2992863}, "date-ut": "1921-07-10 07:00"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "534"}}, "raw": {"H": "08:00", "COD": "71", "DAY": "10", "MON": "07", "NUM": "0534", "PRO": "MUS", "YEA": "1921", "CITY": "Montceau les Mines", "NAME": "DOYEN Ginette Geneviève)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20282	drancourt-michel-1928-05-09	{"e3": "535"}	{"lerrcp": "E3-535"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Drancourt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1928-05-09 20:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.23472, "lat": 50.17596, "name": "Cambrai", "geoid": 3029030}, "notime": null, "date-ut": "1928-05-09 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Drancourt"}, "birth": {"tzo": "+01:00", "date": "1928-05-09 20:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.23472, "lat": 50.17596, "name": "Cambrai", "geoid": 3029030}, "date-ut": "1928-05-09 19:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "535"}}, "raw": {"H": "20:00", "COD": "59", "DAY": "09", "MON": "05", "NUM": "0535", "PRO": "JO", "YEA": "1928", "CITY": "Cambrai", "NAME": "DRANCOURT Michel", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20283	drouin-pierre-1921-02-10	{"e3": "536"}	{"lerrcp": "E3-536"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Drouin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1921-02-10 09:30", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.09005, "lat": 49.40972, "name": "Sotteville-lès-Rouen", "geoid": 2974153}, "notime": null, "date-ut": "1921-02-10 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Drouin"}, "birth": {"tzo": "+00:00", "date": "1921-02-10 09:30", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 1.09005, "lat": 49.40972, "name": "Sotteville-lès-Rouen", "geoid": 2974153}, "date-ut": "1921-02-10 09:30"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "536"}}, "raw": {"H": "09:30", "COD": "76", "DAY": "10", "MON": "02", "NUM": "0536", "PRO": "JO", "YEA": "1921", "CITY": "Sotteville les Rouen", "NAME": "DROUIN Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20284	drucker-michel-1942-09-12	{"e3": "537"}	{"lerrcp": "E3-537"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Drucker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1942-09-12 11:00", "note": null, "place": {"c1": null, "c2": "14", "c3": "", "cy": "FR", "lg": -0.88929, "lat": 48.83849, "name": "Vire", "geoid": 2967972}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Drucker"}, "birth": {"tzo": "", "date": "1942-09-12 11:00", "place": {"c2": "14", "c3": "", "cy": "FR", "lg": -0.88929, "lat": 48.83849, "name": "Vire", "geoid": 2967972}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "537"}}, "raw": {"H": "11:00", "COD": "14", "DAY": "12", "MON": "09", "NUM": "0537", "PRO": "JO", "YEA": "1942", "CITY": "Vire", "NAME": "DRUCKER Michel", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
14073	drumont-edouard-1844-05-03	{"a6": "272", "e3": "538"}	{"lerrcp": "A6-272"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Drumont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1844-05-03 08:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1844-05-03 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer", "politician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Drumont"}, "birth": {"tzo": "+00:09:24", "date": "1844-05-03 08:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1844-05-03 07:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-272"}, "ids-in-sources": {"a6": "272"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "3", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "272", "PRO": "W", "SEC": "40", "YEA": "1844", "CITY": "PARIS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": ["politician"], "ids-in-sources": {"e3": "538"}}, "raw": {"H": "08:00", "COD": "75", "DAY": "03", "MON": "05", "NUM": "0538", "PRO": "PO", "YEA": "1844", "CITY": "Paris", "NAME": "DRUMONT Edouard", "NOTE": "*"}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20285	dubarle-dominique-1907-09-23	{"e3": "539"}	{"lerrcp": "E3-539"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dominique", "family": "Dubarle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-09-23 10:00", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 5.8, "lat": 45.23333, "name": "Biviers", "geoid": 3032505}, "notime": null, "date-ut": "1907-09-23 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Dominique", "family": "Dubarle"}, "birth": {"tzo": "+00:09", "date": "1907-09-23 10:00", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": 5.8, "lat": 45.23333, "name": "Biviers", "geoid": 3032505}, "date-ut": "1907-09-23 09:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "539"}}, "raw": {"H": "10:00", "COD": "38", "DAY": "23", "MON": "09", "NUM": "0539", "PRO": "WR", "YEA": "1907", "CITY": "Biviers", "NAME": "DUBARLE Dominique", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20286	dubief-fernand-1850-10-14	{"e3": "540"}	{"lerrcp": "E3-540"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Dubief", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1850-10-14 22:00", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Varenner les Mâcon", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Dubief"}, "birth": {"tzo": "", "date": "1850-10-14 22:00", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Varenner les Mâcon", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "540"}}, "raw": {"H": "22:00", "COD": "71", "DAY": "14", "MON": "10", "NUM": "0540", "PRO": "PO", "YEA": "1850", "CITY": "Varenner les Mâcon", "NAME": "DUBIEF Fernand", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20287	dudillard-roland-1923-12-02	{"e3": "541"}	{"lerrcp": "E3-541"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roland", "family": "Dudillard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-12-02 18:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "7", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1923-12-02 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Roland", "family": "Dudillard"}, "birth": {"tzo": "+00:00", "date": "1923-12-02 18:00", "place": {"c2": "75", "c3": "7", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1923-12-02 18:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "541"}}, "raw": {"H": "18:00", "COD": "75", "DAY": "02", "MON": "12", "NUM": "0541", "PRO": "AC", "YEA": "1923", "CITY": "Paris 7ème", "NAME": "DUDILLARD Roland", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20288	duboin-jacques-1878-09-17	{"e3": "542"}	{"lerrcp": "E3-542"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Duboin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1878-09-17 03:30", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Julien en Genev", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Duboin"}, "birth": {"tzo": "", "date": "1878-09-17 03:30", "place": {"c2": "74", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Julien en Genev", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "542"}}, "raw": {"H": "03:30", "COD": "74", "DAY": "17", "MON": "09", "NUM": "0542", "PRO": "PO", "YEA": "1878", "CITY": "St Julien en Genev", "NAME": "DUBOIN Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20289	dubois-jacques-1912-10-25	{"e3": "543"}	{"lerrcp": "E3-543"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Dubois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-10-25 15:30", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1912-10-25 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Dubois"}, "birth": {"tzo": "+00:00", "date": "1912-10-25 15:30", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1912-10-25 15:30"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "543"}}, "raw": {"H": "15:30", "COD": "78", "DAY": "25", "MON": "10", "NUM": "0543", "PRO": "PAI", "YEA": "1912", "CITY": "Versailles", "NAME": "DUBOIS Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20290	dubois-louis-1859-06-10	{"e3": "544"}	{"lerrcp": "E3-544"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Dubois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:13", "date": "1859-06-10 22:00", "note": null, "place": {"c1": null, "c2": "56", "c3": "", "cy": "FR", "lg": -3.15583, "lat": 47.3463, "name": "Le Palais", "geoid": 3003045}, "notime": null, "date-ut": "1859-06-10 22:13"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Dubois"}, "birth": {"tzo": "-00:13", "date": "1859-06-10 22:00", "place": {"c2": "56", "c3": "", "cy": "FR", "lg": -3.15583, "lat": 47.3463, "name": "Le Palais", "geoid": 3003045}, "date-ut": "1859-06-10 22:13"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "544"}}, "raw": {"H": "22:00", "COD": "56", "DAY": "10", "MON": "06", "NUM": "0544", "PRO": "PO", "YEA": "1859", "CITY": "Le Palais", "NAME": "DUBOIS Louis", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20291	dubois-pierre-1930-03-01	{"e3": "545"}	{"lerrcp": "E3-545"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Dubois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1930-03-01 03:00", "note": null, "place": {"c1": null, "c2": "81", "c3": "", "cy": "FR", "lg": 1.98938, "lat": 43.76688, "name": "Graulhet", "geoid": 3014828}, "notime": null, "date-ut": "1930-03-01 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Dubois"}, "birth": {"tzo": "+00:00", "date": "1930-03-01 03:00", "place": {"c2": "81", "c3": "", "cy": "FR", "lg": 1.98938, "lat": 43.76688, "name": "Graulhet", "geoid": 3014828}, "date-ut": "1930-03-01 03:00"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "545"}}, "raw": {"H": "03:00", "COD": "81", "DAY": "01", "MON": "03", "NUM": "0545", "PRO": "MUS", "YEA": "1930", "CITY": "Graulhet", "NAME": "DUBOIS Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20292	dubois-dumee-jean-pierre-1918-02-12	{"e3": "546"}	{"lerrcp": "E3-546"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Pierre", "family": "Dubois-Dumee", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1918-02-12 02:00", "note": null, "place": {"c1": null, "c2": "80", "c3": "", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1918-02-12 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean-Pierre", "family": "Dubois-Dumee"}, "birth": {"tzo": "+00:00", "date": "1918-02-12 02:00", "place": {"c2": "80", "c3": "", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1918-02-12 02:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "546"}}, "raw": {"H": "02:00", "COD": "80", "DAY": "12", "MON": "02", "NUM": "0546", "PRO": "JO", "YEA": "1918", "CITY": "Amiens", "NAME": "DUBOIS-DUMEE Jean-Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20293	dubout-albert-1905-05-15	{"e3": "547"}	{"lerrcp": "E3-547"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Dubout", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-05-15 16:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1905-05-15 15:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cartoonist"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Dubout"}, "birth": {"tzo": "+00:09", "date": "1905-05-15 16:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1905-05-15 15:51"}, "occus": ["cartoonist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "547"}}, "raw": {"H": "16:00", "COD": "13", "DAY": "15", "MON": "05", "NUM": "0547", "PRO": "CAR", "YEA": "1905", "CITY": "Marseille", "NAME": "DUBOUT Albert", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20294	dubuffet-jean-1901-07-31	{"e3": "548"}	{"lerrcp": "E3-548"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Dubuffet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-07-31 13:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1901-07-31 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Dubuffet"}, "birth": {"tzo": "+00:09", "date": "1901-07-31 13:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1901-07-31 12:51"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "548"}}, "raw": {"H": "13:00", "COD": "76", "DAY": "31", "MON": "07", "NUM": "0548", "PRO": "PAI", "YEA": "1901", "CITY": "Le Havre", "NAME": "DUBUfFET Jean", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20295	ducasse-andre-1894-07-23	{"e3": "549"}	{"lerrcp": "E3-549"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Ducasse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1894-07-23 23:00", "note": null, "place": {"c1": null, "c2": "85", "c3": "", "cy": "FR", "lg": -1.06281, "lat": 46.7808, "name": "Mouchamps", "geoid": 2991575}, "notime": null, "date-ut": "1894-07-23 22:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "André", "family": "Ducasse"}, "birth": {"tzo": "+00:09", "date": "1894-07-23 23:00", "place": {"c2": "85", "c3": "", "cy": "FR", "lg": -1.06281, "lat": 46.7808, "name": "Mouchamps", "geoid": 2991575}, "date-ut": "1894-07-23 22:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "549"}}, "raw": {"H": "23:00", "COD": "85", "DAY": "23", "MON": "07", "NUM": "0549", "PRO": "WR", "YEA": "1894", "CITY": "Mouchamps", "NAME": "DUCASSE André", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20296	duchaussoy-michrl-1938-11-29	{"e3": "550"}	{"lerrcp": "E3-550"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michrl", "family": "Duchaussoy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1938-11-29 03:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.52506, "lat": 50.35909, "name": "Valenciennes", "geoid": 2971041}, "notime": null, "date-ut": "1938-11-29 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Michrl", "family": "Duchaussoy"}, "birth": {"tzo": "+00:00", "date": "1938-11-29 03:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.52506, "lat": 50.35909, "name": "Valenciennes", "geoid": 2971041}, "date-ut": "1938-11-29 03:30"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "550"}}, "raw": {"H": "03:30", "COD": "59", "DAY": "29", "MON": "11", "NUM": "0550", "PRO": "AC", "YEA": "1938", "CITY": "Valenciennes", "NAME": "DUCHAUSSOY Michrl", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20297	ducla-louis-1893-04-23	{"e3": "551"}	{"lerrcp": "E3-551"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Ducla", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1893-04-23 11:00", "note": null, "place": {"c1": null, "c2": "08", "c3": "", "cy": "FR", "lg": 4.94028, "lat": 49.70187, "name": "Sedan", "geoid": 2975349}, "notime": null, "date-ut": "1893-04-23 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Ducla"}, "birth": {"tzo": "+00:09", "date": "1893-04-23 11:00", "place": {"c2": "08", "c3": "", "cy": "FR", "lg": 4.94028, "lat": 49.70187, "name": "Sedan", "geoid": 2975349}, "date-ut": "1893-04-23 10:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "551"}}, "raw": {"H": "11:00", "COD": "08", "DAY": "23", "MON": "04", "NUM": "0551", "PRO": "WR", "YEA": "1893", "CITY": "Sedan", "NAME": "DUCLA Louis", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20298	duclerc-eugene-1812-11-09	{"e3": "552"}	{"lerrcp": "E3-552"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Duclerc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01", "date": "1812-11-09 23:30", "note": null, "place": {"c1": null, "c2": "65", "c3": "", "cy": "FR", "lg": 0.14876, "lat": 43.06497, "name": "Bagnères-de-Bigorre", "geoid": 3035418}, "notime": null, "date-ut": "1812-11-09 23:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Duclerc"}, "birth": {"tzo": "+00:01", "date": "1812-11-09 23:30", "place": {"c2": "65", "c3": "", "cy": "FR", "lg": 0.14876, "lat": 43.06497, "name": "Bagnères-de-Bigorre", "geoid": 3035418}, "date-ut": "1812-11-09 23:29"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "552"}}, "raw": {"H": "23:30", "COD": "65", "DAY": "09", "MON": "11", "NUM": "0552", "PRO": "PO", "YEA": "1812", "CITY": "Bagnères de Bigorre", "NAME": "DUCLERC Eugène", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20299	duclos-henri-1902-08-19	{"e3": "553"}	{"lerrcp": "E3-553"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Duclos", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1902-08-19 22:30", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": 2.22173, "lat": 43.05487, "name": "Limoux", "geoid": 2998264}, "notime": null, "date-ut": "1902-08-19 22:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Duclos"}, "birth": {"tzo": "+00:09", "date": "1902-08-19 22:30", "place": {"c2": "11", "c3": "", "cy": "FR", "lg": 2.22173, "lat": 43.05487, "name": "Limoux", "geoid": 2998264}, "date-ut": "1902-08-19 22:21"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "553"}}, "raw": {"H": "22:30", "COD": "11", "DAY": "19", "MON": "08", "NUM": "0553", "PRO": "WR", "YEA": "1902", "CITY": "Limoux", "NAME": "DUCLOS Henri", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20300	ducos-mireille-figaret-1910-08-20	{"e3": "554"}	{"lerrcp": "E3-554"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mireille (FIGARET)", "family": "Ducos", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-08-20 22:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "notime": null, "date-ut": "1910-08-20 21:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Mireille (FIGARET)", "family": "Ducos"}, "birth": {"tzo": "+00:09", "date": "1910-08-20 22:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "date-ut": "1910-08-20 21:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "554"}}, "raw": {"H": "22:00", "COD": "34", "DAY": "20", "MON": "08", "NUM": "0554", "PRO": "WR", "YEA": "1910", "CITY": "Sète", "NAME": "DUCOS Mireille (FIGARET)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20301	ducray-gerard-1942-01-21	{"e3": "555"}	{"lerrcp": "E3-555"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Ducray", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1942-01-21 20:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": 4.71961, "lat": 45.98967, "name": "Villefranche-sur-Saône", "geoid": 2968748}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Gérard", "family": "Ducray"}, "birth": {"tzo": "", "date": "1942-01-21 20:00", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": 4.71961, "lat": 45.98967, "name": "Villefranche-sur-Saône", "geoid": 2968748}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "555"}}, "raw": {"H": "20:00", "COD": "69", "DAY": "21", "MON": "01", "NUM": "0555", "PRO": "PO", "YEA": "1942", "CITY": "Villefranche/Saône", "NAME": "DUCRAY Gérard", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20302	ducreux-louis-ducreux-picon-1911-09-22	{"e3": "556"}	{"lerrcp": "E3-556"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis (DUCREUX-PICON)", "family": "Ducreux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-09-22 02:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1911-09-22 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Louis (DUCREUX-PICON)", "family": "Ducreux"}, "birth": {"tzo": "+00:00", "date": "1911-09-22 02:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1911-09-22 02:00"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "556"}}, "raw": {"H": "02:00", "COD": "13", "DAY": "22", "MON": "09", "NUM": "0556", "PRO": "WR", "YEA": "1911", "CITY": "Marseille", "NAME": "DUCREUX Louis (DUCREUX-PICON)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20303	ducrocq-albert-1921-07-09	{"e3": "557"}	{"lerrcp": "E3-557"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Ducrocq", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-07-09 10:15", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1921-07-09 09:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Ducrocq"}, "birth": {"tzo": "+01:00", "date": "1921-07-09 10:15", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1921-07-09 09:15"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "557"}}, "raw": {"H": "10:15", "COD": "78", "DAY": "09", "MON": "07", "NUM": "0557", "PRO": "WR", "YEA": "1921", "CITY": "Versailles", "NAME": "DUCROCQ Albert", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20304	dufourcq-norbert-1904-09-21	{"e3": "558"}	{"lerrcp": "E3-558"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Norbert", "family": "Dufourcq", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-09-21 01:40", "note": null, "place": {"c1": null, "c2": "45", "c3": "", "cy": "FR", "lg": 1.97705, "lat": 47.91303, "name": "Saint-Jean-de-Braye", "geoid": 2979341}, "notime": null, "date-ut": "1904-09-21 01:31"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Norbert", "family": "Dufourcq"}, "birth": {"tzo": "+00:09", "date": "1904-09-21 01:40", "place": {"c2": "45", "c3": "", "cy": "FR", "lg": 1.97705, "lat": 47.91303, "name": "Saint-Jean-de-Braye", "geoid": 2979341}, "date-ut": "1904-09-21 01:31"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "558"}}, "raw": {"H": "01:40", "COD": "45", "DAY": "21", "MON": "09", "NUM": "0558", "PRO": "MUS", "YEA": "1904", "CITY": "St Jean de Braye", "NAME": "DUFOURCQ Norbert", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20305	du-gast-rouille-michel-1919-06-09	{"e3": "559"}	{"lerrcp": "E3-559"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Du Gast Rouillé", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-06-09 23:40", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1919-06-09 22:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Du Gast Rouillé"}, "birth": {"tzo": "+01:00", "date": "1919-06-09 23:40", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1919-06-09 22:40"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "559"}}, "raw": {"H": "23:40", "COD": "44", "DAY": "09", "MON": "06", "NUM": "0559", "PRO": "WR", "YEA": "1919", "CITY": "Nantes", "NAME": "DU GAST ROUILLÉ Michel", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20306	duguet-xavier-1895-08-27	{"e3": "560"}	{"lerrcp": "E3-560"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Xavier", "family": "Duguet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1895-08-27 04:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -0.36168, "lat": 43.20996, "name": "Bosdarros", "geoid": 3031469}, "notime": null, "date-ut": "1895-08-27 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Xavier", "family": "Duguet"}, "birth": {"tzo": "+00:09", "date": "1895-08-27 04:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": -0.36168, "lat": 43.20996, "name": "Bosdarros", "geoid": 3031469}, "date-ut": "1895-08-27 03:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "560"}}, "raw": {"H": "04:00", "COD": "64", "DAY": "27", "MON": "08", "NUM": "0560", "PRO": "JO", "YEA": "1895", "CITY": "Bosdarros", "NAME": "DUGUET Xavier", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20307	dujardin-marie-chenou-1893-09-09	{"e3": "561"}	{"lerrcp": "E3-561"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie (CHENOU)", "family": "Dujardin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1893-09-09 19:00", "note": null, "place": {"c1": null, "c2": "95", "c3": "", "cy": "FR", "lg": 1.68118, "lat": 49.20779, "name": "Saint-Clair-sur-Epte", "geoid": 2981084}, "notime": null, "date-ut": "1893-09-09 18:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Marie (CHENOU)", "family": "Dujardin"}, "birth": {"tzo": "+00:09", "date": "1893-09-09 19:00", "place": {"c2": "95", "c3": "", "cy": "FR", "lg": 1.68118, "lat": 49.20779, "name": "Saint-Clair-sur-Epte", "geoid": 2981084}, "date-ut": "1893-09-09 18:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "561"}}, "raw": {"H": "19:00", "COD": "95", "DAY": "09", "MON": "09", "NUM": "0561", "PRO": "WR", "YEA": "1893", "CITY": "St Clair sur Epte", "NAME": "DUJARDIN Marie (CHENOU)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20308	dumas-roland-1922-08-23	{"e3": "562"}	{"lerrcp": "E3-562"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roland", "family": "Dumas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-08-23 01:00", "note": null, "place": {"c1": null, "c2": "87", "c3": "", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1922-08-23 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Roland", "family": "Dumas"}, "birth": {"tzo": "+01:00", "date": "1922-08-23 01:00", "place": {"c2": "87", "c3": "", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1922-08-23 00:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "562"}}, "raw": {"H": "01:00", "COD": "87", "DAY": "23", "MON": "08", "NUM": "0562", "PRO": "JO", "YEA": "1922", "CITY": "Limoges", "NAME": "DUMAS Roland", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20309	dumayet-pierre-1923-02-24	{"e3": "563"}	{"lerrcp": "E3-563"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Dumayet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-02-24 04:30", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 1.60007, "lat": 48.79044, "name": "Houdan", "geoid": 3013120}, "notime": null, "date-ut": "1923-02-24 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Dumayet"}, "birth": {"tzo": "+00:00", "date": "1923-02-24 04:30", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 1.60007, "lat": 48.79044, "name": "Houdan", "geoid": 3013120}, "date-ut": "1923-02-24 04:30"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "563"}}, "raw": {"H": "04:30", "COD": "78", "DAY": "24", "MON": "02", "NUM": "0563", "PRO": "JO", "YEA": "1923", "CITY": "Houdan", "NAME": "DUMAYET Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20310	dumont-charlea-1867-08-31	{"e3": "564"}	{"lerrcp": "E3-564"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charlea", "family": "Dumont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1867-08-31 10:00", "note": null, "place": {"c1": null, "c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Ajactio", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Charlea", "family": "Dumont"}, "birth": {"tzo": "", "date": "1867-08-31 10:00", "place": {"c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Ajactio", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "564"}}, "raw": {"H": "10:00", "COD": "20", "DAY": "31", "MON": "08", "NUM": "0564", "PRO": "PO", "YEA": "1867", "CITY": "Ajactio", "NAME": "DUMONT Charlea", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20311	duperrey-annie-legras-1947-06-28	{"e3": "565"}	{"lerrcp": "E3-565"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Annie (LEGRAS)", "family": "Duperrey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1947-06-28 08:55", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1947-06-28 07:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Annie (LEGRAS)", "family": "Duperrey"}, "birth": {"tzo": "+01:00", "date": "1947-06-28 08:55", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1947-06-28 07:55"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "565"}}, "raw": {"H": "08:55", "COD": "76", "DAY": "28", "MON": "06", "NUM": "0565", "PRO": "AC", "YEA": "1947", "CITY": "Rouen", "NAME": "DUPERREY Annie (LEGRAS)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20312	dupuy-charles-1851-11-05	{"e3": "566"}	{"lerrcp": "E3-566"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Dupuy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1851-11-05 09:00", "note": null, "place": {"c1": null, "c2": "43", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Le Puy", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Dupuy"}, "birth": {"tzo": "", "date": "1851-11-05 09:00", "place": {"c2": "43", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Le Puy", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "566"}}, "raw": {"H": "09:00", "COD": "43", "DAY": "05", "MON": "11", "NUM": "0566", "PRO": "PO", "YEA": "1851", "CITY": "Le Puy", "NAME": "DUPUY Charles", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20313	dupuy-jean-1844-10-01	{"e3": "567"}	{"lerrcp": "E3-567"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Dupuy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02", "date": "1844-10-01 18:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.58969, "lat": 45.31398, "name": "Saint-Palais", "geoid": 2977771}, "notime": null, "date-ut": "1844-10-01 18:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Dupuy"}, "birth": {"tzo": "-00:02", "date": "1844-10-01 18:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.58969, "lat": 45.31398, "name": "Saint-Palais", "geoid": 2977771}, "date-ut": "1844-10-01 18:02"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "567"}}, "raw": {"H": "18:00", "COD": "33", "DAY": "01", "MON": "10", "NUM": "0567", "PRO": "PO", "YEA": "1844", "CITY": "St Palais", "NAME": "DUPUY Jean", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20314	dupuy-dutemps-ludovic-1847-01-05	{"e3": "568"}	{"lerrcp": "E3-568"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludovic", "family": "Dupuy-Dutemps", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11", "date": "1847-01-05 13:00", "note": null, "place": {"c1": null, "c2": "81", "c3": "", "cy": "FR", "lg": 2.76891, "lat": 43.72852, "name": "Cabannes", "geoid": 3029313}, "notime": null, "date-ut": "1847-01-05 12:49"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Ludovic", "family": "Dupuy-Dutemps"}, "birth": {"tzo": "+00:11", "date": "1847-01-05 13:00", "place": {"c2": "81", "c3": "", "cy": "FR", "lg": 2.76891, "lat": 43.72852, "name": "Cabannes", "geoid": 3029313}, "date-ut": "1847-01-05 12:49"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "568"}}, "raw": {"H": "13:00", "COD": "81", "DAY": "05", "MON": "01", "NUM": "0568", "PRO": "PO", "YEA": "1847", "CITY": "Cabannes", "NAME": "DUPUY-DUTEMPS Ludovic", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20315	durafour-antoine-1876-08-12	{"e3": "569"}	{"lerrcp": "E3-569"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Durafour", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18", "date": "1876-08-12 03:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1876-08-12 02:42"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Durafour"}, "birth": {"tzo": "+00:18", "date": "1876-08-12 03:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1876-08-12 02:42"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "569"}}, "raw": {"H": "03:00", "COD": "42", "DAY": "12", "MON": "08", "NUM": "0569", "PRO": "PO", "YEA": "1876", "CITY": "St Etienne", "NAME": "DURAFOUR Antoine", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20316	durafour-michel-1920-04-11	{"e3": "570"}	{"lerrcp": "E3-570"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Durafour", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-04-11 22:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1920-04-11 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Durafour"}, "birth": {"tzo": "+01:00", "date": "1920-04-11 22:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1920-04-11 21:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "570"}}, "raw": {"H": "22:00", "COD": "42", "DAY": "11", "MON": "04", "NUM": "0570", "PRO": "PO", "YEA": "1920", "CITY": "St Etienne", "NAME": "DURAFOUR Michel", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20317	durand-jean-1865-01-08	{"e3": "571"}	{"lerrcp": "E3-571"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Durand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08", "date": "1865-01-08 05:00", "note": null, "place": {"c1": null, "c2": "81", "c3": "", "cy": "FR", "lg": 2.07874, "lat": 43.41153, "name": "Les Cammazes", "geoid": 3001626}, "notime": null, "date-ut": "1865-01-08 04:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Durand"}, "birth": {"tzo": "+00:08", "date": "1865-01-08 05:00", "place": {"c2": "81", "c3": "", "cy": "FR", "lg": 2.07874, "lat": 43.41153, "name": "Les Cammazes", "geoid": 3001626}, "date-ut": "1865-01-08 04:52"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "571"}}, "raw": {"H": "05:00", "COD": "81", "DAY": "08", "MON": "01", "NUM": "0571", "PRO": "PO", "YEA": "1865", "CITY": "Les Cammazes", "NAME": "DURAND Jean", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20318	durand-oswald-1888-02-09	{"e3": "572"}	{"lerrcp": "E3-572"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oswald", "family": "Durand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13", "date": "1888-02-09 07:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.12725, "lat": 43.33539, "name": "Montady", "geoid": 2993166}, "notime": null, "date-ut": "1888-02-09 06:47"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Oswald", "family": "Durand"}, "birth": {"tzo": "+00:13", "date": "1888-02-09 07:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.12725, "lat": 43.33539, "name": "Montady", "geoid": 2993166}, "date-ut": "1888-02-09 06:47"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "572"}}, "raw": {"H": "07:00", "COD": "34", "DAY": "09", "MON": "02", "NUM": "0572", "PRO": "WR", "YEA": "1888", "CITY": "Montady", "NAME": "DURAND Oswald", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20319	durand-paul-1907-01-28	{"e3": "573"}	{"lerrcp": "E3-573"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Durand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-01-28 10:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "notime": null, "date-ut": "1907-01-28 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Durand"}, "birth": {"tzo": "+00:09", "date": "1907-01-28 10:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "date-ut": "1907-01-28 09:51"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "573"}}, "raw": {"H": "10:00", "COD": "34", "DAY": "28", "MON": "01", "NUM": "0573", "PRO": "MUS", "YEA": "1907", "CITY": "Sète", "NAME": "DURAND Paul", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20320	durel-auguste-1904-03-02	{"e3": "574"}	{"lerrcp": "E3-574"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Durel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-03-02 02:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1904-03-02 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Durel"}, "birth": {"tzo": "+00:09", "date": "1904-03-02 02:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1904-03-02 01:51"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "574"}}, "raw": {"H": "02:00", "COD": "31", "DAY": "02", "MON": "03", "NUM": "0574", "PRO": "PAI", "YEA": "1904", "CITY": "Toulouse", "NAME": "DUREL Auguste", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20321	duruy-victor-1811-09-10	{"e3": "575"}	{"lerrcp": "E3-575"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Duruy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1811-09-10 07:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1811-09-10 06:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Duruy"}, "birth": {"tzo": "+00:09", "date": "1811-09-10 07:00", "place": {"c2": "75", "c3": "", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1811-09-10 06:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "575"}}, "raw": {"H": "07:00", "COD": "75", "DAY": "10", "MON": "09", "NUM": "0575", "PRO": "PO", "YEA": "1811", "CITY": "Paris", "NAME": "DURUY Victor", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20322	dusseaulx-roger-1913-07-18	{"e3": "576"}	{"lerrcp": "E3-576"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Dusseaulx", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-07-18 20:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "6", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1913-07-18 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Dusseaulx"}, "birth": {"tzo": "+00:00", "date": "1913-07-18 20:00", "place": {"c2": "75", "c3": "6", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1913-07-18 20:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "576"}}, "raw": {"H": "20:00", "COD": "75", "DAY": "18", "MON": "07", "NUM": "0576", "PRO": "PO", "YEA": "1913", "CITY": "Paris 6ème", "NAME": "DUSSEAULX Roger", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20323	dutronc-jacques-1943-04-28	{"e3": "577"}	{"lerrcp": "E3-577"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Dutronc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1943-04-28 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Paris17ème", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Dutronc"}, "birth": {"tzo": "", "date": "1943-04-28 05:00", "place": {"c2": "75", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Paris17ème", "geoid": 0}, "date-ut": ""}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "577"}}, "raw": {"H": "05:00", "COD": "75", "DAY": "28", "MON": "04", "NUM": "0577", "PRO": "AC", "YEA": "1943", "CITY": "Paris17ème", "NAME": "DUTRONC Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20324	duval-aime-1918-06-30	{"e3": "578"}	{"lerrcp": "E3-578"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aimé", "family": "Duval", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1918-06-30 09:00", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Val d'Ajol", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["opera-singer"]	5	null	[{"new": {"name": {"given": "Aimé", "family": "Duval"}, "birth": {"tzo": "", "date": "1918-06-30 09:00", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Val d'Ajol", "geoid": 0}, "date-ut": ""}, "occus": ["opera-singer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "578"}}, "raw": {"H": "09:00", "COD": "88", "DAY": "30", "MON": "06", "NUM": "0578", "PRO": "OPE", "YEA": "1918", "CITY": "Val d'Ajol", "NAME": "DUVAL Aimé", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20325	duvauchelle-pierre-1906-08-09	{"e3": "579"}	{"lerrcp": "E3-579"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Duvauchelle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1906-08-09 07:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Mesnil-Esnard", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Duvauchelle"}, "birth": {"tzo": "", "date": "1906-08-09 07:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Mesnil-Esnard", "geoid": 0}, "date-ut": ""}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "579"}}, "raw": {"H": "07:00", "COD": "76", "DAY": "09", "MON": "08", "NUM": "0579", "PRO": "MUS", "YEA": "1906", "CITY": "Mesnil-Esnard", "NAME": "DUVAUCHELLE Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20326	duvaux-jules-1827-05-21	{"e3": "580"}	{"lerrcp": "E3-580"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Duvaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25", "date": "1827-05-21 12:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1827-05-21 11:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Duvaux"}, "birth": {"tzo": "+00:25", "date": "1827-05-21 12:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1827-05-21 11:35"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "580"}}, "raw": {"H": "12:00", "COD": "54", "DAY": "21", "MON": "05", "NUM": "0580", "PRO": "PO", "YEA": "1827", "CITY": "Nancy", "NAME": "DUVAUX Jules", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20327	duverger-maurice-1917-06-05	{"e3": "581"}	{"lerrcp": "E3-581"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Duverger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-06-05 08:00", "note": null, "place": {"c1": null, "c2": "16", "c3": "", "cy": "FR", "lg": 0.15345, "lat": 45.64997, "name": "Angoulême", "geoid": 3037598}, "notime": null, "date-ut": "1917-06-05 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Duverger"}, "birth": {"tzo": "+01:00", "date": "1917-06-05 08:00", "place": {"c2": "16", "c3": "", "cy": "FR", "lg": 0.15345, "lat": 45.64997, "name": "Angoulême", "geoid": 3037598}, "date-ut": "1917-06-05 07:00"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "581"}}, "raw": {"H": "08:00", "COD": "16", "DAY": "05", "MON": "06", "NUM": "0581", "PRO": "WR", "YEA": "1917", "CITY": "Angoulême", "NAME": "DUVERGER Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20328	duvignac-andre-1898-11-26	{"e3": "582"}	{"lerrcp": "E3-582"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Duvignac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-11-26 02:00", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": 2.4991, "lat": 48.87017, "name": "Rosny-sous-Bois", "geoid": 2982757}, "notime": null, "date-ut": "1898-11-26 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "André", "family": "Duvignac"}, "birth": {"tzo": "+00:09", "date": "1898-11-26 02:00", "place": {"c2": "93", "c3": "", "cy": "FR", "lg": 2.4991, "lat": 48.87017, "name": "Rosny-sous-Bois", "geoid": 2982757}, "date-ut": "1898-11-26 01:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "582"}}, "raw": {"H": "02:00", "COD": "93", "DAY": "26", "MON": "11", "NUM": "0582", "PRO": "WR", "YEA": "1898", "CITY": "Rosny Sous Bois", "NAME": "DUVIGNAC André", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20329	duvignaud-jean-auger-1921-02-22	{"e3": "583"}	{"lerrcp": "E3-583"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean (AUGER)", "family": "Duvignaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1921-02-22 07:00", "note": null, "place": {"c1": null, "c2": "17", "c3": "", "cy": "FR", "lg": -1.15222, "lat": 46.16308, "name": "La Rochelle", "geoid": 3006787}, "notime": null, "date-ut": "1921-02-22 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jean (AUGER)", "family": "Duvignaud"}, "birth": {"tzo": "+00:00", "date": "1921-02-22 07:00", "place": {"c2": "17", "c3": "", "cy": "FR", "lg": -1.15222, "lat": 46.16308, "name": "La Rochelle", "geoid": 3006787}, "date-ut": "1921-02-22 07:00"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "583"}}, "raw": {"H": "07:00", "COD": "17", "DAY": "22", "MON": "02", "NUM": "0583", "PRO": "WR", "YEA": "1921", "CITY": "La Rochelle", "NAME": "DUVIGNAUD Jean (AUGER)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20330	duvillard-henri-1910-11-03	{"e3": "584"}	{"lerrcp": "E3-584"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Duvillard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-11-03 02:00", "note": null, "place": {"c1": null, "c2": "70", "c3": "", "cy": "FR", "lg": 6.365, "lat": 47.8171, "name": "Luxeuil-les-Bains", "geoid": 2996995}, "notime": null, "date-ut": "1910-11-03 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Duvillard"}, "birth": {"tzo": "+00:09", "date": "1910-11-03 02:00", "place": {"c2": "70", "c3": "", "cy": "FR", "lg": 6.365, "lat": 47.8171, "name": "Luxeuil-les-Bains", "geoid": 2996995}, "date-ut": "1910-11-03 01:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "584"}}, "raw": {"H": "02:00", "COD": "70", "DAY": "03", "MON": "11", "NUM": "0584", "PRO": "PO", "YEA": "1910", "CITY": "Luxeuil les Bains", "NAME": "DUVILLARD Henri", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20331	ebstein-jean-1921-04-01	{"e3": "585"}	{"lerrcp": "E3-585"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Ebstein", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-04-01 05:50", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1921-04-01 04:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Ebstein"}, "birth": {"tzo": "+01:00", "date": "1921-04-01 05:50", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1921-04-01 04:50"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "585"}}, "raw": {"H": "05:50", "COD": "67", "DAY": "01", "MON": "04", "NUM": "0585", "PRO": "JO", "YEA": "1921", "CITY": "Strasbourg", "NAME": "EBSTEIN Jean", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20332	ehrhard-jean-pierre-1928-10-30	{"e3": "586"}	{"lerrcp": "E3-586"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Pierre", "family": "Ehrhard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1928-10-30 23:00", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.36221, "lat": 48.74164, "name": "Saverne", "geoid": 2975588}, "notime": null, "date-ut": "1928-10-30 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean-Pierre", "family": "Ehrhard"}, "birth": {"tzo": "+00:00", "date": "1928-10-30 23:00", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.36221, "lat": 48.74164, "name": "Saverne", "geoid": 2975588}, "date-ut": "1928-10-30 23:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "586"}}, "raw": {"H": "23:00", "COD": "67", "DAY": "30", "MON": "10", "NUM": "0586", "PRO": "JO", "YEA": "1928", "CITY": "Saverne", "NAME": "EHRHARD Jean-Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20333	elbel-paul-1875-03-06	{"e3": "587"}	{"lerrcp": "E3-587"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Elbel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1875-03-06 01:00", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 5.8308, "lat": 48.01687, "name": "Isches", "geoid": 3012723}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Elbel"}, "birth": {"tzo": "", "date": "1875-03-06 01:00", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 5.8308, "lat": 48.01687, "name": "Isches", "geoid": 3012723}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "587"}}, "raw": {"H": "01:00", "COD": "88", "DAY": "06", "MON": "03", "NUM": "0587", "PRO": "PO", "YEA": "1875", "CITY": "Isches", "NAME": "ELBEL Paul", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20334	entremont-philippe-1934-06-07	{"e3": "588"}	{"lerrcp": "E3-588"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Entremont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1934-06-07 19:00", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "notime": null, "date-ut": "1934-06-07 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Entremont"}, "birth": {"tzo": "+01:00", "date": "1934-06-07 19:00", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "date-ut": "1934-06-07 18:00"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "588"}}, "raw": {"H": "19:00", "COD": "51", "DAY": "07", "MON": "06", "NUM": "0588", "PRO": "MUS", "YEA": "1934", "CITY": "Reims", "NAME": "ENTREMONT Philippe", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20335	eparvier-jean-1903-09-21	{"e3": "589"}	{"lerrcp": "E3-589"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Eparvier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-09-21 07:25", "note": null, "place": {"c1": null, "c2": "27", "c3": "", "cy": "FR", "lg": 1.15082, "lat": 49.02414, "name": "Évreux", "geoid": 3019265}, "notime": null, "date-ut": "1903-09-21 07:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Eparvier"}, "birth": {"tzo": "+00:09", "date": "1903-09-21 07:25", "place": {"c2": "27", "c3": "", "cy": "FR", "lg": 1.15082, "lat": 49.02414, "name": "Évreux", "geoid": 3019265}, "date-ut": "1903-09-21 07:16"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "589"}}, "raw": {"H": "07:25", "COD": "27", "DAY": "21", "MON": "09", "NUM": "0589", "PRO": "JO", "YEA": "1903", "CITY": "Evreux", "NAME": "EPARVIER Jean", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20336	ernout-alfred-1879-10-30	{"e3": "590"}	{"lerrcp": "E3-590"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Ernout", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12", "date": "1879-10-30 04:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1879-10-30 03:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Ernout"}, "birth": {"tzo": "+00:12", "date": "1879-10-30 04:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1879-10-30 03:48"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "590"}}, "raw": {"H": "04:00", "COD": "59", "DAY": "30", "MON": "10", "NUM": "0590", "PRO": "WR", "YEA": "1879", "CITY": "Lille", "NAME": "ERNOUT Alfred", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20337	escaich-rene-1909-05-25	{"e3": "591"}	{"lerrcp": "E3-591"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Escaich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-05-25 23:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1909-05-25 22:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "René", "family": "Escaich"}, "birth": {"tzo": "+00:09", "date": "1909-05-25 23:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1909-05-25 22:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "591"}}, "raw": {"H": "23:00", "COD": "31", "DAY": "25", "MON": "05", "NUM": "0591", "PRO": "WR", "YEA": "1909", "CITY": "Toulouse", "NAME": "ESCAICH René", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20338	escarpit-robert-1918-04-24	{"e3": "592"}	{"lerrcp": "E3-592"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Escarpit", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-04-24 21:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.22374, "lat": 44.56645, "name": "Saint-Macaire", "geoid": 2978660}, "notime": null, "date-ut": "1918-04-24 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Escarpit"}, "birth": {"tzo": "+01:00", "date": "1918-04-24 21:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.22374, "lat": 44.56645, "name": "Saint-Macaire", "geoid": 2978660}, "date-ut": "1918-04-24 20:00"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "592"}}, "raw": {"H": "21:00", "COD": "33", "DAY": "24", "MON": "04", "NUM": "0592", "PRO": "WR", "YEA": "1918", "CITY": "St Macaire", "NAME": "ESCARPIT Robert", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20339	espil-pierre-1918-12-22	{"e3": "593"}	{"lerrcp": "E3-593"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Espil", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1918-12-22 10:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -1.30523, "lat": 43.38394, "name": "Hasparren", "geoid": 3013877}, "notime": null, "date-ut": "1918-12-22 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Espil"}, "birth": {"tzo": "+00:00", "date": "1918-12-22 10:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": -1.30523, "lat": 43.38394, "name": "Hasparren", "geoid": 3013877}, "date-ut": "1918-12-22 10:00"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "593"}}, "raw": {"H": "10:00", "COD": "64", "DAY": "22", "MON": "12", "NUM": "0593", "PRO": "WR", "YEA": "1918", "CITY": "Hasparren", "NAME": "ESPIL Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20340	etienne-eugene-1844-12-15	{"e3": "594"}	{"lerrcp": "E3-594"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Etienne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:03", "date": "1844-12-15 00:30", "note": null, "place": {"c1": null, "c2": "", "c3": "", "cy": "DZ", "lg": -0.63588, "lat": 35.69906, "name": "Oran", "geoid": 2485926}, "notime": null, "date-ut": "1844-12-15 00:33"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Etienne"}, "birth": {"tzo": "-00:03", "date": "1844-12-15 00:30", "place": {"c2": "", "c3": "", "cy": "DZ", "lg": -0.63588, "lat": 35.69906, "name": "Oran", "geoid": 2485926}, "date-ut": "1844-12-15 00:33"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "594"}}, "raw": {"H": "00:30", "COD": "ALG", "DAY": "15", "MON": "12", "NUM": "0594", "PRO": "PO", "YEA": "1844", "CITY": "Oran - Algérie", "NAME": "ETIENNE Eugène", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20341	euzet-jean-marie-1905-04-26	{"e3": "595"}	{"lerrcp": "E3-595"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Marie", "family": "Euzet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-04-26 13:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "notime": null, "date-ut": "1905-04-26 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean-Marie", "family": "Euzet"}, "birth": {"tzo": "+00:09", "date": "1905-04-26 13:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "date-ut": "1905-04-26 12:51"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "595"}}, "raw": {"H": "13:00", "COD": "34", "DAY": "26", "MON": "04", "NUM": "0595", "PRO": "PAI", "YEA": "1905", "CITY": "Sète", "NAME": "EUZET Jean-Marie", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20342	even-andre-1918-05-16	{"e3": "596"}	{"lerrcp": "E3-596"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Even", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-05-16 05:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -3.74799, "lat": 47.85536, "name": "Pont-Aven", "geoid": 2986286}, "notime": null, "date-ut": "1918-05-16 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "André", "family": "Even"}, "birth": {"tzo": "+01:00", "date": "1918-05-16 05:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -3.74799, "lat": 47.85536, "name": "Pont-Aven", "geoid": 2986286}, "date-ut": "1918-05-16 04:00"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "596"}}, "raw": {"H": "05:00", "COD": "29", "DAY": "16", "MON": "05", "NUM": "0596", "PRO": "PAI", "YEA": "1918", "CITY": "Pont-Aven", "NAME": "EVEN André", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20343	exbrayat-durivaux-charles-1906-05-05	{"e3": "597"}	{"lerrcp": "E3-597"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Exbrayat-Durivaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-05-05 20:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1906-05-05 19:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Exbrayat-Durivaux"}, "birth": {"tzo": "+00:09", "date": "1906-05-05 20:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1906-05-05 19:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "597"}}, "raw": {"H": "20:00", "COD": "42", "DAY": "05", "MON": "05", "NUM": "0597", "PRO": "JO", "YEA": "1906", "CITY": "St-Etienne", "NAME": "EXBRAYAT-DURIVAUX Charles", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20344	eydoux-henri-paul-1907-03-16	{"e3": "598"}	{"lerrcp": "E3-598"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri Paul", "family": "Eydoux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-03-16 23:20", "note": null, "place": {"c1": null, "c2": "65", "c3": "", "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "notime": null, "date-ut": "1907-03-16 23:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Henri Paul", "family": "Eydoux"}, "birth": {"tzo": "+00:09", "date": "1907-03-16 23:20", "place": {"c2": "65", "c3": "", "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "date-ut": "1907-03-16 23:11"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "598"}}, "raw": {"H": "23:20", "COD": "65", "DAY": "16", "MON": "03", "NUM": "0598", "PRO": "PO", "YEA": "1907", "CITY": "Tarbes", "NAME": "EYDOUX Henri Paul", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20345	eynac-laurent-1886-10-04	{"e3": "599"}	{"lerrcp": "E3-599"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Laurent", "family": "Eynac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1886-10-04 05:00", "note": null, "place": {"c1": null, "c2": "43", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Monastier sur Gazellle", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Laurent", "family": "Eynac"}, "birth": {"tzo": "", "date": "1886-10-04 05:00", "place": {"c2": "43", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Monastier sur Gazellle", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "599"}}, "raw": {"H": "05:00", "COD": "43", "DAY": "04", "MON": "10", "NUM": "0599", "PRO": "PO", "YEA": "1886", "CITY": "Monastier/Gazellle", "NAME": "EYNAC Laurent", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20346	eyser-jacques-eysermann-1912-08-29	{"e3": "600"}	{"lerrcp": "E3-600"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques(EYSERMANN)", "family": "Eyser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-08-29 17:00", "note": null, "place": {"c1": null, "c2": "14", "c3": "", "cy": "FR", "lg": 0.06995, "lat": 49.357, "name": "Deauville", "geoid": 3021668}, "notime": null, "date-ut": "1912-08-29 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jacques(EYSERMANN)", "family": "Eyser"}, "birth": {"tzo": "+00:00", "date": "1912-08-29 17:00", "place": {"c2": "14", "c3": "", "cy": "FR", "lg": 0.06995, "lat": 49.357, "name": "Deauville", "geoid": 3021668}, "date-ut": "1912-08-29 17:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "600"}}, "raw": {"H": "17:00", "COD": "14", "DAY": "29", "MON": "08", "NUM": "0600", "PRO": "AC", "YEA": "1912", "CITY": "Deauville", "NAME": "EYSER Jacques(EYSERMANN)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20347	fabien-louis-pouilloux-1924-01-18	{"e3": "601"}	{"lerrcp": "E3-601"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis(POUILLOUX)", "family": "Fabien", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1924-01-18 15:00", "note": null, "place": {"c1": null, "c2": "86", "c3": "", "cy": "FR", "lg": 0.68598, "lat": 46.2323, "name": "L'Isle-Jourdain", "geoid": 2998129}, "notime": null, "date-ut": "1924-01-18 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis(POUILLOUX)", "family": "Fabien"}, "birth": {"tzo": "+00:00", "date": "1924-01-18 15:00", "place": {"c2": "86", "c3": "", "cy": "FR", "lg": 0.68598, "lat": 46.2323, "name": "L'Isle-Jourdain", "geoid": 2998129}, "date-ut": "1924-01-18 15:00"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "601"}}, "raw": {"H": "15:00", "COD": "86", "DAY": "18", "MON": "01", "NUM": "0601", "PRO": "PAI", "YEA": "1924", "CITY": "L'Isle-Jourdain", "NAME": "FABIEN Louis(POUILLOUX)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20348	fabre-denise-1942-09-05	{"e3": "602"}	{"lerrcp": "E3-602"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Denise", "family": "Fabre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1942-09-05 07:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Denise", "family": "Fabre"}, "birth": {"tzo": "", "date": "1942-09-05 07:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "602"}}, "raw": {"H": "07:00", "COD": "06", "DAY": "05", "MON": "09", "NUM": "0602", "PRO": "JO", "YEA": "1942", "CITY": "Nice", "NAME": "FABRE Denise", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20349	fabre-gilles-1933-10-07	{"e3": "603"}	{"lerrcp": "E3-603"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilles", "family": "Fabre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1933-10-07 23:30", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.84338, "lat": 48.5906, "name": "Blâmont", "geoid": 3032429}, "notime": null, "date-ut": "1933-10-07 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Gilles", "family": "Fabre"}, "birth": {"tzo": "+01:00", "date": "1933-10-07 23:30", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.84338, "lat": 48.5906, "name": "Blâmont", "geoid": 3032429}, "date-ut": "1933-10-07 22:30"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "603"}}, "raw": {"H": "23:30", "COD": "54", "DAY": "07", "MON": "10", "NUM": "0603", "PRO": "PAI", "YEA": "1933", "CITY": "Blâmont", "NAME": "FABRE Gilles", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20350	fabre-robert-1915-12-21	{"e3": "604"}	{"lerrcp": "E3-604"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Fabre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1915-12-21 07:00", "note": null, "place": {"c1": null, "c2": "12", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Villefranche de R", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Fabre"}, "birth": {"tzo": "", "date": "1915-12-21 07:00", "place": {"c2": "12", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Villefranche de R", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "604"}}, "raw": {"H": "07:00", "COD": "12", "DAY": "21", "MON": "12", "NUM": "0604", "PRO": "PO", "YEA": "1915", "CITY": "Villefranche de R", "NAME": "FABRE Robert", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20351	fabri-canti-jose-fabrikant-1916-05-29	{"e3": "605"}	{"lerrcp": "E3-605"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "José(FABRIKANT)", "family": "Fabri-Canti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-05-29 22:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1916-05-29 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "José(FABRIKANT)", "family": "Fabri-Canti"}, "birth": {"tzo": "+00:00", "date": "1916-05-29 22:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1916-05-29 22:00"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "605"}}, "raw": {"H": "22:00", "COD": "06", "DAY": "29", "MON": "05", "NUM": "0605", "PRO": "PAI", "YEA": "1916", "CITY": "Nice", "NAME": "FABRI-CANTI José(FABRIKANT)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20352	fabry-jean-1876-06-06	{"e3": "606"}	{"lerrcp": "E3-606"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Fabry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1876-06-06 03:30", "note": null, "place": {"c1": null, "c2": "12", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Villefranche de R", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Fabry"}, "birth": {"tzo": "", "date": "1876-06-06 03:30", "place": {"c2": "12", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Villefranche de R", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "606"}}, "raw": {"H": "03:30", "COD": "12", "DAY": "06", "MON": "06", "NUM": "0606", "PRO": "PO", "YEA": "1876", "CITY": "Villefranche de R", "NAME": "FABRY Jean", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20354	faine-jacques-1927-11-04	{"e3": "608"}	{"lerrcp": "E3-608"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Faine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1927-11-04 22:00", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 1.82992, "lat": 48.64374, "name": "Rambouillet", "geoid": 2984513}, "notime": null, "date-ut": "1927-11-04 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Faine"}, "birth": {"tzo": "+00:00", "date": "1927-11-04 22:00", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 1.82992, "lat": 48.64374, "name": "Rambouillet", "geoid": 2984513}, "date-ut": "1927-11-04 22:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "608"}}, "raw": {"H": "22:00", "COD": "78", "DAY": "04", "MON": "11", "NUM": "0608", "PRO": "JO", "YEA": "1927", "CITY": "Rambouillet", "NAME": "FAINE Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20355	faizant-jacques-1918-10-30	{"e3": "609"}	{"lerrcp": "E3-609"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Faizant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1918-10-30 04:00", "note": null, "place": {"c1": null, "c2": "15", "c3": "", "cy": "FR", "lg": 2.19158, "lat": 44.96855, "name": "Laroquebrou", "geoid": 3006705}, "notime": null, "date-ut": "1918-10-30 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cartoonist"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Faizant"}, "birth": {"tzo": "+00:00", "date": "1918-10-30 04:00", "place": {"c2": "15", "c3": "", "cy": "FR", "lg": 2.19158, "lat": 44.96855, "name": "Laroquebrou", "geoid": 3006705}, "date-ut": "1918-10-30 04:00"}, "occus": ["cartoonist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "609"}}, "raw": {"H": "04:00", "COD": "15", "DAY": "30", "MON": "10", "NUM": "0609", "PRO": "CAR", "YEA": "1918", "CITY": "Laroquebrou", "NAME": "FAIZANT Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20356	falcon-andre-1924-11-28	{"e3": "610"}	{"lerrcp": "E3-610"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Falcon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1924-11-28 02:10", "note": null, "place": {"c1": null, "c2": "69", "c3": "2", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1924-11-28 02:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "André", "family": "Falcon"}, "birth": {"tzo": "+00:00", "date": "1924-11-28 02:10", "place": {"c2": "69", "c3": "2", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1924-11-28 02:10"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "610"}}, "raw": {"H": "02:10", "COD": "69", "DAY": "28", "MON": "11", "NUM": "0610", "PRO": "AC", "YEA": "1924", "CITY": "Lyon 2ème", "NAME": "FALCON André", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20357	falcou-jacques-1912-05-09	{"e3": "611"}	{"lerrcp": "E3-611"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Falcou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-05-09 21:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1912-05-09 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Falcou"}, "birth": {"tzo": "+00:00", "date": "1912-05-09 21:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1912-05-09 21:00"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "611"}}, "raw": {"H": "21:00", "COD": "92", "DAY": "09", "MON": "05", "NUM": "0611", "PRO": "PAI", "YEA": "1912", "CITY": "Neuilly sur Seine", "NAME": "FALCOU Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20358	falcoz-henri-1884-05-06	{"e3": "612"}	{"lerrcp": "E3-612"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Falcoz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1884-05-06 21:00", "note": null, "place": {"c1": null, "c2": "73", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Jean de Maurien", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Falcoz"}, "birth": {"tzo": "", "date": "1884-05-06 21:00", "place": {"c2": "73", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Jean de Maurien", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "612"}}, "raw": {"H": "21:00", "COD": "73", "DAY": "06", "MON": "05", "NUM": "0612", "PRO": "PO", "YEA": "1884", "CITY": "St Jean de Maurien", "NAME": "FALCOZ Henri", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20359	fallieres-andre-1875-09-30	{"e3": "613"}	{"lerrcp": "E3-613"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Fallieres", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01", "date": "1875-09-30 20:00", "note": null, "place": {"c1": null, "c2": "47", "c3": "", "cy": "FR", "lg": 0.24729, "lat": 44.01691, "name": "Villeneuve-de-Mézin", "geoid": 2968568}, "notime": null, "date-ut": "1875-09-30 19:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Fallieres"}, "birth": {"tzo": "+00:01", "date": "1875-09-30 20:00", "place": {"c2": "47", "c3": "", "cy": "FR", "lg": 0.24729, "lat": 44.01691, "name": "Villeneuve-de-Mézin", "geoid": 2968568}, "date-ut": "1875-09-30 19:59"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "613"}}, "raw": {"H": "20:00", "COD": "47", "DAY": "30", "MON": "09", "NUM": "0613", "PRO": "PO", "YEA": "1875", "CITY": "Villeneuve de Mézin", "NAME": "FALLIERES André", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20360	fallieres-armand-1841-11-06	{"e3": "614"}	{"lerrcp": "E3-614"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Fallieres", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01", "date": "1841-11-06 14:00", "note": null, "place": {"c1": null, "c2": "47", "c3": "", "cy": "FR", "lg": 0.25861, "lat": 44.05703, "name": "Mézin", "geoid": 2994004}, "notime": null, "date-ut": "1841-11-06 13:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Fallieres"}, "birth": {"tzo": "+00:01", "date": "1841-11-06 14:00", "place": {"c2": "47", "c3": "", "cy": "FR", "lg": 0.25861, "lat": 44.05703, "name": "Mézin", "geoid": 2994004}, "date-ut": "1841-11-06 13:59"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "614"}}, "raw": {"H": "14:00", "COD": "47", "DAY": "06", "MON": "11", "NUM": "0614", "PRO": "PO", "YEA": "1841", "CITY": "Mézin", "NAME": "FALLIERES Armand", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20361	fanton-andre-1928-03-31	{"e3": "615"}	{"lerrcp": "E3-615"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Fanton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1928-03-31 07:15", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.3417, "lat": 48.81294, "name": "Gentilly", "geoid": 3016292}, "notime": null, "date-ut": "1928-03-31 07:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Fanton"}, "birth": {"tzo": "+00:00", "date": "1928-03-31 07:15", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.3417, "lat": 48.81294, "name": "Gentilly", "geoid": 3016292}, "date-ut": "1928-03-31 07:15"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "615"}}, "raw": {"H": "07:15", "COD": "94", "DAY": "31", "MON": "03", "NUM": "0615", "PRO": "PO", "YEA": "1928", "CITY": "Gentilly", "NAME": "FANTON André", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20362	fatras-andre-1913-12-17	{"e3": "616"}	{"lerrcp": "E3-616"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Fatras", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-12-17 13:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1913-12-17 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "André", "family": "Fatras"}, "birth": {"tzo": "+00:00", "date": "1913-12-17 13:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1913-12-17 13:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "616"}}, "raw": {"H": "13:00", "COD": "76", "DAY": "17", "MON": "12", "NUM": "0616", "PRO": "JO", "YEA": "1913", "CITY": "Le Havre", "NAME": "FATRAS André", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20363	faucher-jean-1921-10-19	{"e3": "617"}	{"lerrcp": "E3-617"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Faucher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1921-10-19 08:00", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Clichy", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Faucher"}, "birth": {"tzo": "", "date": "1921-10-19 08:00", "place": {"c2": "93", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Clichy", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "617"}}, "raw": {"H": "08:00", "COD": "93", "DAY": "19", "MON": "10", "NUM": "0617", "PRO": "JO", "YEA": "1921", "CITY": "Clichy", "NAME": "FAUCHER Jean", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20364	faure-lucie-meyer-1908-07-06	{"e3": "618"}	{"lerrcp": "E3-618"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucie (MEYER)", "family": "Faure", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-07-06 22:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "10", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1908-07-06 21:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Lucie (MEYER)", "family": "Faure"}, "birth": {"tzo": "+00:09", "date": "1908-07-06 22:00", "place": {"c2": "75", "c3": "10", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1908-07-06 21:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "618"}}, "raw": {"H": "22:00", "COD": "75", "DAY": "06", "MON": "07", "NUM": "0618", "PRO": "WR", "YEA": "1908", "CITY": "Paris 10ème", "NAME": "FAURE Lucie (MEYER)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20365	faure-maurice-1850-01-19	{"e3": "619"}	{"lerrcp": "E3-619"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Faure", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21", "date": "1850-01-19 16:00", "note": null, "place": {"c1": null, "c2": "26", "c3": "", "cy": "FR", "lg": 5.18294, "lat": 44.69544, "name": "Saillans", "geoid": 2981983}, "notime": null, "date-ut": "1850-01-19 15:39"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Faure"}, "birth": {"tzo": "+00:21", "date": "1850-01-19 16:00", "place": {"c2": "26", "c3": "", "cy": "FR", "lg": 5.18294, "lat": 44.69544, "name": "Saillans", "geoid": 2981983}, "date-ut": "1850-01-19 15:39"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "619"}}, "raw": {"H": "16:00", "COD": "26", "DAY": "19", "MON": "01", "NUM": "0619", "PRO": "PO", "YEA": "1850", "CITY": "Saillans", "NAME": "FAURE Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20366	faure-roland-1926-10-10	{"e3": "620"}	{"lerrcp": "E3-620"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roland", "family": "Faure", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1926-10-10 01:00", "note": null, "place": {"c1": null, "c2": "26", "c3": "", "cy": "FR", "lg": 4.75469, "lat": 44.55468, "name": "Montélimar", "geoid": 2992703}, "notime": null, "date-ut": "1926-10-10 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Roland", "family": "Faure"}, "birth": {"tzo": "+00:00", "date": "1926-10-10 01:00", "place": {"c2": "26", "c3": "", "cy": "FR", "lg": 4.75469, "lat": 44.55468, "name": "Montélimar", "geoid": 2992703}, "date-ut": "1926-10-10 01:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "620"}}, "raw": {"H": "01:00", "COD": "26", "DAY": "10", "MON": "10", "NUM": "0620", "PRO": "JO", "YEA": "1926", "CITY": "Montélimar", "NAME": "FAURE Roland", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20367	favalelli-max-1905-01-23	{"e3": "621"}	{"lerrcp": "E3-621"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Favalelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-01-23 22:00", "note": null, "place": {"c1": null, "c2": "58", "c3": "", "cy": "FR", "lg": 3.01667, "lat": 47.18333, "name": "La Charité-sur-Loire", "geoid": 3010201}, "notime": null, "date-ut": "1905-01-23 21:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Max", "family": "Favalelli"}, "birth": {"tzo": "+00:09", "date": "1905-01-23 22:00", "place": {"c2": "58", "c3": "", "cy": "FR", "lg": 3.01667, "lat": 47.18333, "name": "La Charité-sur-Loire", "geoid": 3010201}, "date-ut": "1905-01-23 21:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "621"}}, "raw": {"H": "22:00", "COD": "58", "DAY": "23", "MON": "01", "NUM": "0621", "PRO": "JO", "YEA": "1905", "CITY": "La Charité/Loire", "NAME": "FAVALELLI Max", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20368	favre-georges-1905-07-26	{"e3": "622"}	{"lerrcp": "E3-622"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Favre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-07-26 07:30", "note": null, "place": {"c1": null, "c2": "17", "c3": "", "cy": "FR", "lg": -0.63489, "lat": 45.74742, "name": "Saintes", "geoid": 2980340}, "notime": null, "date-ut": "1905-07-26 07:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Favre"}, "birth": {"tzo": "+00:09", "date": "1905-07-26 07:30", "place": {"c2": "17", "c3": "", "cy": "FR", "lg": -0.63489, "lat": 45.74742, "name": "Saintes", "geoid": 2980340}, "date-ut": "1905-07-26 07:21"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "622"}}, "raw": {"H": "07:30", "COD": "17", "DAY": "26", "MON": "07", "NUM": "0622", "PRO": "MUS", "YEA": "1905", "CITY": "Saintes", "NAME": "FAVRE Georges", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20369	favre-jules-1809-03-21	{"e3": "623"}	{"lerrcp": "E3-623"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Favre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19", "date": "1809-03-21 01:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1809-03-21 00:41"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Favre"}, "birth": {"tzo": "+00:19", "date": "1809-03-21 01:00", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1809-03-21 00:41"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "623"}}, "raw": {"H": "01:00", "COD": "69", "DAY": "21", "MON": "03", "NUM": "0623", "PRO": "PO", "YEA": "1809", "CITY": "Lyon", "NAME": "FAVRE Jules", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20370	faye-etienne-1828-11-16	{"e3": "624"}	{"lerrcp": "E3-624"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Faye", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01", "date": "1828-11-16 20:00", "note": null, "place": {"c1": null, "c2": "47", "c3": "", "cy": "FR", "lg": 0.16546, "lat": 44.50361, "name": "Marmande", "geoid": 2995642}, "notime": null, "date-ut": "1828-11-16 19:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Faye"}, "birth": {"tzo": "+00:01", "date": "1828-11-16 20:00", "place": {"c2": "47", "c3": "", "cy": "FR", "lg": 0.16546, "lat": 44.50361, "name": "Marmande", "geoid": 2995642}, "date-ut": "1828-11-16 19:59"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "624"}}, "raw": {"H": "20:00", "COD": "47", "DAY": "16", "MON": "11", "NUM": "0624", "PRO": "PO", "YEA": "1828", "CITY": "Marmande", "NAME": "FAYE Etienne", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20372	fernandez-dominique-1929-08-25	{"e3": "626"}	{"lerrcp": "E3-626"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dominique", "family": "Fernandez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1929-08-25 18:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1929-08-25 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Dominique", "family": "Fernandez"}, "birth": {"tzo": "+01:00", "date": "1929-08-25 18:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1929-08-25 17:00"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "626"}}, "raw": {"H": "18:00", "COD": "92", "DAY": "25", "MON": "08", "NUM": "0626", "PRO": "WR", "YEA": "1929", "CITY": "Neuilly sur Seine", "NAME": "FERNANDEZ Dominique", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20373	fernier-robert-1895-07-26	{"e3": "627"}	{"lerrcp": "E3-627"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Fernier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1895-07-26 08:00", "note": null, "place": {"c1": null, "c2": "25", "c3": "", "cy": "FR", "lg": 6.35542, "lat": 46.90347, "name": "Pontarlier", "geoid": 2986302}, "notime": null, "date-ut": "1895-07-26 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Fernier"}, "birth": {"tzo": "+00:09", "date": "1895-07-26 08:00", "place": {"c2": "25", "c3": "", "cy": "FR", "lg": 6.35542, "lat": 46.90347, "name": "Pontarlier", "geoid": 2986302}, "date-ut": "1895-07-26 07:51"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "627"}}, "raw": {"H": "08:00", "COD": "25", "DAY": "26", "MON": "07", "NUM": "0627", "PRO": "PAI", "YEA": "1895", "CITY": "Pontarlier", "NAME": "FERNIER Robert", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20374	ferniot-jean-1918-10-10	{"e3": "628"}	{"lerrcp": "E3-628"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Ferniot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1918-10-10 22:15", "note": null, "place": {"c1": null, "c2": "75", "c3": "14", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1918-10-10 22:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Ferniot"}, "birth": {"tzo": "+00:00", "date": "1918-10-10 22:15", "place": {"c2": "75", "c3": "14", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1918-10-10 22:15"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "628"}}, "raw": {"H": "22:15", "COD": "75", "DAY": "10", "MON": "10", "NUM": "0628", "PRO": "JO", "YEA": "1918", "CITY": "Paris 14ème", "NAME": "FERNIOT Jean", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20375	ferouillat-joannis-j-b-1820-05-04	{"e3": "629"}	{"lerrcp": "E3-629"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joannis J.B.", "family": "Ferouillat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19", "date": "1820-05-04 06:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1820-05-04 05:41"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Joannis J.B.", "family": "Ferouillat"}, "birth": {"tzo": "+00:19", "date": "1820-05-04 06:00", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1820-05-04 05:41"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "629"}}, "raw": {"H": "06:00", "COD": "69", "DAY": "04", "MON": "05", "NUM": "0629", "PRO": "PO", "YEA": "1820", "CITY": "Lyon", "NAME": "FEROUILLAT Joannis J.B.", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20376	ferras-christian-1933-06-17	{"e3": "630"}	{"lerrcp": "E3-630"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Ferras", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1933-06-17 08:15", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Le Touquet", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Christian", "family": "Ferras"}, "birth": {"tzo": "", "date": "1933-06-17 08:15", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Le Touquet", "geoid": 0}, "date-ut": ""}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "630"}}, "raw": {"H": "08:15", "COD": "62", "DAY": "17", "MON": "06", "NUM": "0630", "PRO": "MUS", "YEA": "1933", "CITY": "Le Touquet", "NAME": "FERRAS Christian", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20377	ferry-desire-1886-10-25	{"e3": "631"}	{"lerrcp": "E3-631"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Désiré", "family": "Ferry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1886-10-25 00:30", "note": null, "place": {"c1": null, "c2": "57", "c3": "", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Désiré", "family": "Ferry"}, "birth": {"tzo": "", "date": "1886-10-25 00:30", "place": {"c2": "57", "c3": "", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "631"}}, "raw": {"H": "00:30", "COD": "57", "DAY": "25", "MON": "10", "NUM": "0631", "PRO": "PO", "YEA": "1886", "CITY": "Metz", "NAME": "FERRY Désiré", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20378	feugereux-jean-1923-09-25	{"e3": "632"}	{"lerrcp": "E3-632"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Feugereux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1923-09-25 10:30", "note": null, "place": {"c1": null, "c2": "28", "c3": "", "cy": "FR", "lg": 1.82349, "lat": 48.2665, "name": "Fresnay-l'Évêque", "geoid": 3017190}, "notime": null, "date-ut": "1923-09-25 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Feugereux"}, "birth": {"tzo": "+01:00", "date": "1923-09-25 10:30", "place": {"c2": "28", "c3": "", "cy": "FR", "lg": 1.82349, "lat": 48.2665, "name": "Fresnay-l'Évêque", "geoid": 3017190}, "date-ut": "1923-09-25 09:30"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "632"}}, "raw": {"H": "10:30", "COD": "28", "DAY": "25", "MON": "09", "NUM": "0632", "PRO": "PAI", "YEA": "1923", "CITY": "Fresnay l'Evêque", "NAME": "FEUGEREUX Jean", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20379	fevrier-andre-1885-11-30	{"e3": "633"}	{"lerrcp": "E3-633"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Fevrier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14", "date": "1885-11-30 03:00", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": 3.60648, "lat": 43.99106, "name": "Le Vigan", "geoid": 2998811}, "notime": null, "date-ut": "1885-11-30 02:46"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Fevrier"}, "birth": {"tzo": "+00:14", "date": "1885-11-30 03:00", "place": {"c2": "30", "c3": "", "cy": "FR", "lg": 3.60648, "lat": 43.99106, "name": "Le Vigan", "geoid": 2998811}, "date-ut": "1885-11-30 02:46"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "633"}}, "raw": {"H": "03:00", "COD": "30", "DAY": "30", "MON": "11", "NUM": "0633", "PRO": "PO", "YEA": "1885", "CITY": "Le vigan", "NAME": "FEVRIER André", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20380	fevrier-georges-1905-11-26	{"e3": "634"}	{"lerrcp": "E3-634"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Fevrier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-11-26 18:00", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.43769, "lat": 48.8486, "name": "Vincennes", "geoid": 2968054}, "notime": null, "date-ut": "1905-11-26 17:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Fevrier"}, "birth": {"tzo": "+00:09", "date": "1905-11-26 18:00", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.43769, "lat": 48.8486, "name": "Vincennes", "geoid": 2968054}, "date-ut": "1905-11-26 17:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "634"}}, "raw": {"H": "18:00", "COD": "94", "DAY": "26", "MON": "11", "NUM": "0634", "PRO": "JO", "YEA": "1905", "CITY": "Vincennes", "NAME": "FEVRIER Georges", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20381	fevrier-jacques-1900-07-27	{"e3": "635"}	{"lerrcp": "E3-635"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Fevrier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1900-07-27 00:30", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 2.0904, "lat": 48.89643, "name": "Saint-Germain-en-Laye", "geoid": 2979783}, "notime": null, "date-ut": "1900-07-27 00:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Fevrier"}, "birth": {"tzo": "+00:09", "date": "1900-07-27 00:30", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 2.0904, "lat": 48.89643, "name": "Saint-Germain-en-Laye", "geoid": 2979783}, "date-ut": "1900-07-27 00:21"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "635"}}, "raw": {"H": "00:30", "COD": "78", "DAY": "27", "MON": "07", "NUM": "0635", "PRO": "MUS", "YEA": "1900", "CITY": "St Germain en Laye", "NAME": "FEVRIER Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20382	feydeau-alain-1934-07-21	{"e3": "636"}	{"lerrcp": "E3-636"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Feydeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1934-07-21 15:45", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Boulogne-Billt", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Alain", "family": "Feydeau"}, "birth": {"tzo": "", "date": "1934-07-21 15:45", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Boulogne-Billt", "geoid": 0}, "date-ut": ""}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "636"}}, "raw": {"H": "15:45", "COD": "92", "DAY": "21", "MON": "07", "NUM": "0636", "PRO": "AC", "YEA": "1934", "CITY": "Boulogne-Billt", "NAME": "FEYDEAU Alain", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20383	fillioud-georges-1929-07-07	{"e3": "637"}	{"lerrcp": "E3-637"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Fillioud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1929-07-07 09:30", "note": null, "place": {"c1": null, "c2": "69", "c3": "4", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1929-07-07 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Fillioud"}, "birth": {"tzo": "+01:00", "date": "1929-07-07 09:30", "place": {"c2": "69", "c3": "4", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1929-07-07 08:30"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "637"}}, "raw": {"H": "09:30", "COD": "69", "DAY": "07", "MON": "07", "NUM": "0637", "PRO": "PO", "YEA": "1929", "CITY": "Lyon 4ème", "NAME": "FILLIOUD Georges", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20384	fiterman-charles-1933-12-28	{"e3": "638"}	{"lerrcp": "E3-638"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Fiterman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1933-12-28 10:30", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1933-12-28 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Fiterman"}, "birth": {"tzo": "+00:00", "date": "1933-12-28 10:30", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1933-12-28 10:30"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "638"}}, "raw": {"H": "10:30", "COD": "42", "DAY": "28", "MON": "12", "NUM": "0638", "PRO": "PO", "YEA": "1933", "CITY": "St Etienne", "NAME": "FITERMAN Charles", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20385	floquet-charles-1828-10-02	{"e3": "639"}	{"lerrcp": "E3-639"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Floquet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1828-10-02 06:30", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Jean Pied de P", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Floquet"}, "birth": {"tzo": "", "date": "1828-10-02 06:30", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Jean Pied de P", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "639"}}, "raw": {"H": "06:30", "COD": "64", "DAY": "02", "MON": "10", "NUM": "0639", "PRO": "PO", "YEA": "1828", "CITY": "St Jean Pied de P", "NAME": "FLOQUET Charles", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20386	florio-rene-1921-10-17	{"e3": "640"}	{"lerrcp": "E3-640"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Florio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1921-10-17 11:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Henin-Liétard", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "René", "family": "Florio"}, "birth": {"tzo": "", "date": "1921-10-17 11:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Henin-Liétard", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "640"}}, "raw": {"H": "11:00", "COD": "62", "DAY": "17", "MON": "10", "NUM": "0640", "PRO": "JO", "YEA": "1921", "CITY": "Henin-Liétard", "NAME": "FLORIO René", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20387	flourens-emile-1841-04-26	{"e3": "641"}	{"lerrcp": "E3-641"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Flourens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1841-04-26 16:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1841-04-26 15:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Flourens"}, "birth": {"tzo": "+00:09", "date": "1841-04-26 16:00", "place": {"c2": "75", "c3": "", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1841-04-26 15:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "641"}}, "raw": {"H": "16:00", "COD": "75", "DAY": "26", "MON": "04", "NUM": "0641", "PRO": "PO", "YEA": "1841", "CITY": "Paris", "NAME": "FLOURENS Emile", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20388	follereau-raoul-1903-08-17	{"e3": "642"}	{"lerrcp": "E3-642"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raoul", "family": "Follereau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-08-17 07:00", "note": null, "place": {"c1": null, "c2": "58", "c3": "", "cy": "FR", "lg": 3.159, "lat": 46.98956, "name": "Nevers", "geoid": 2990474}, "notime": null, "date-ut": "1903-08-17 06:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Raoul", "family": "Follereau"}, "birth": {"tzo": "+00:09", "date": "1903-08-17 07:00", "place": {"c2": "58", "c3": "", "cy": "FR", "lg": 3.159, "lat": 46.98956, "name": "Nevers", "geoid": 2990474}, "date-ut": "1903-08-17 06:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "642"}}, "raw": {"H": "07:00", "COD": "58", "DAY": "17", "MON": "08", "NUM": "0642", "PRO": "WR", "YEA": "1903", "CITY": "Nevers", "NAME": "FOLLEREAU Raoul", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20389	fontanel-genevieve-1936-06-27	{"e3": "643"}	{"lerrcp": "E3-643"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Geneviève", "family": "Fontanel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1936-06-27 16:50", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1936-06-27 15:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Geneviève", "family": "Fontanel"}, "birth": {"tzo": "+01:00", "date": "1936-06-27 16:50", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1936-06-27 15:50"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "643"}}, "raw": {"H": "16:50", "COD": "33", "DAY": "27", "MON": "06", "NUM": "0643", "PRO": "AC", "YEA": "1936", "CITY": "Bordeaux", "NAME": "FONTANEL Geneviève", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20390	fontanet-joseph-1921-02-09	{"e3": "644"}	{"lerrcp": "E3-644"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Fontanet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1921-02-09 17:00", "note": null, "place": {"c1": null, "c2": "73", "c3": "", "cy": "FR", "lg": 6.31168, "lat": 45.63335, "name": "Frontenex", "geoid": 3016957}, "notime": null, "date-ut": "1921-02-09 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Fontanet"}, "birth": {"tzo": "+00:00", "date": "1921-02-09 17:00", "place": {"c2": "73", "c3": "", "cy": "FR", "lg": 6.31168, "lat": 45.63335, "name": "Frontenex", "geoid": 3016957}, "date-ut": "1921-02-09 17:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "644"}}, "raw": {"H": "17:00", "COD": "73", "DAY": "09", "MON": "02", "NUM": "0644", "PRO": "PO", "YEA": "1921", "CITY": "Frontenex", "NAME": "FONTANET Joseph", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20391	fonvielle-alquier-francois-1915-02-10	{"e3": "645"}	{"lerrcp": "E3-645"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Fonvielle Alquier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-02-10 14:00", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "notime": null, "date-ut": "1915-02-10 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "François", "family": "Fonvielle Alquier"}, "birth": {"tzo": "+00:00", "date": "1915-02-10 14:00", "place": {"c2": "11", "c3": "", "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "date-ut": "1915-02-10 14:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "645"}}, "raw": {"H": "14:00", "COD": "11", "DAY": "10", "MON": "02", "NUM": "0645", "PRO": "JO", "YEA": "1915", "CITY": "Carcassonne", "NAME": "FONVIELLE ALQUIER François", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20392	forgeot-pierre-1888-03-10	{"e3": "646"}	{"lerrcp": "E3-646"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Forgeot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15", "date": "1888-03-10 02:00", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 3.81423, "lat": 48.58602, "name": "Anglure", "geoid": 3037607}, "notime": null, "date-ut": "1888-03-10 01:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Forgeot"}, "birth": {"tzo": "+00:15", "date": "1888-03-10 02:00", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": 3.81423, "lat": 48.58602, "name": "Anglure", "geoid": 3037607}, "date-ut": "1888-03-10 01:45"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "646"}}, "raw": {"H": "02:00", "COD": "51", "DAY": "10", "MON": "03", "NUM": "0646", "PRO": "PO", "YEA": "1888", "CITY": "Anglure", "NAME": "FORGEOT Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20393	fortoul-hyppolyte-1811-08-04	{"e3": "647"}	{"lerrcp": "E3-647"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hyppolyte", "family": "Fortoul", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1811-08-04 03:00", "note": null, "place": {"c1": null, "c2": "04", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Digne", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Hyppolyte", "family": "Fortoul"}, "birth": {"tzo": "", "date": "1811-08-04 03:00", "place": {"c2": "04", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Digne", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "647"}}, "raw": {"H": "03:00", "COD": "04", "DAY": "04", "MON": "08", "NUM": "0647", "PRO": "PO", "YEA": "1811", "CITY": "Digne", "NAME": "FORTOUL Hyppolyte", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20394	fossey-brigitte-1946-06-15	{"e3": "648"}	{"lerrcp": "E3-648"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Brigitte", "family": "Fossey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1946-06-15 09:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "notime": null, "date-ut": "1946-06-15 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Brigitte", "family": "Fossey"}, "birth": {"tzo": "+01:00", "date": "1946-06-15 09:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "date-ut": "1946-06-15 08:30"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "648"}}, "raw": {"H": "09:30", "COD": "59", "DAY": "15", "MON": "06", "NUM": "0648", "PRO": "AC", "YEA": "1946", "CITY": "Tourcoing", "NAME": "FOSSEY Brigitte", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20395	foucault-michel-1926-10-15	{"e3": "649"}	{"lerrcp": "E3-649"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Foucault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1926-10-15 07:30", "note": null, "place": {"c1": null, "c2": "86", "c3": "", "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "notime": null, "date-ut": "1926-10-15 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Foucault"}, "birth": {"tzo": "+00:00", "date": "1926-10-15 07:30", "place": {"c2": "86", "c3": "", "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "date-ut": "1926-10-15 07:30"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "649"}}, "raw": {"H": "07:30", "COD": "86", "DAY": "15", "MON": "10", "NUM": "0649", "PRO": "WR", "YEA": "1926", "CITY": "Poitiers", "NAME": "FOUCAULT Michel", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20396	fougere-paule-jambu-1916-06-16	{"e3": "650"}	{"lerrcp": "E3-650"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paule (JAMBU)", "family": "Fougere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1916-06-16 10:00", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1916-06-16 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Paule (JAMBU)", "family": "Fougere"}, "birth": {"tzo": "+01:00", "date": "1916-06-16 10:00", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1916-06-16 09:00"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "650"}}, "raw": {"H": "10:00", "COD": "44", "DAY": "16", "MON": "06", "NUM": "0650", "PRO": "WR", "YEA": "1916", "CITY": "Nantes", "NAME": "FOUGERE Paule (JAMBU)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20397	fould-achille-1890-09-19	{"e3": "651"}	{"lerrcp": "E3-651"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Achille", "family": "Fould", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1890-09-19 10:30", "note": null, "place": {"c1": null, "c2": "61", "c3": "", "cy": "FR", "lg": 0.03398, "lat": 48.43197, "name": "Condé-sur-Sarthe", "geoid": 3023951}, "notime": null, "date-ut": "1890-09-19 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Achille", "family": "Fould"}, "birth": {"tzo": "+00:00", "date": "1890-09-19 10:30", "place": {"c2": "61", "c3": "", "cy": "FR", "lg": 0.03398, "lat": 48.43197, "name": "Condé-sur-Sarthe", "geoid": 3023951}, "date-ut": "1890-09-19 10:30"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "651"}}, "raw": {"H": "10:30", "COD": "61", "DAY": "19", "MON": "09", "NUM": "0651", "PRO": "PO", "YEA": "1890", "CITY": "Condé sur Sarthe", "NAME": "FOULD Achille", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20398	foulon-maurice-1886-09-16	{"e3": "652"}	{"lerrcp": "E3-652"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Foulon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10", "date": "1886-09-16 03:00", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": 2.40935, "lat": 48.89437, "name": "Pantin", "geoid": 2988621}, "notime": null, "date-ut": "1886-09-16 02:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Foulon"}, "birth": {"tzo": "+00:10", "date": "1886-09-16 03:00", "place": {"c2": "93", "c3": "", "cy": "FR", "lg": 2.40935, "lat": 48.89437, "name": "Pantin", "geoid": 2988621}, "date-ut": "1886-09-16 02:50"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "652"}}, "raw": {"H": "03:00", "COD": "93", "DAY": "16", "MON": "09", "NUM": "0652", "PRO": "PO", "YEA": "1886", "CITY": "Pantin", "NAME": "FOULON Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20399	fourastie-jean-1907-04-15	{"e3": "653"}	{"lerrcp": "E3-653"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Fourastié", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1907-04-15 03:00", "note": null, "place": {"c1": null, "c2": "58", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint-Bénin", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Fourastié"}, "birth": {"tzo": "", "date": "1907-04-15 03:00", "place": {"c2": "58", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint-Bénin", "geoid": 0}, "date-ut": ""}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "653"}}, "raw": {"H": "03:00", "COD": "58", "DAY": "15", "MON": "04", "NUM": "0653", "PRO": "WR", "YEA": "1907", "CITY": "St-Bénin", "NAME": "FOURASTIÉ Jean", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20400	fourcade-jean-pierre-1929-10-18	{"e3": "654"}	{"lerrcp": "E3-654"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Pierre", "family": "Fourcade", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1929-10-18 01:00", "note": null, "place": {"c1": null, "c2": "47", "c3": "", "cy": "FR", "lg": 0.16546, "lat": 44.50361, "name": "Marmande", "geoid": 2995642}, "notime": null, "date-ut": "1929-10-18 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean-Pierre", "family": "Fourcade"}, "birth": {"tzo": "+00:00", "date": "1929-10-18 01:00", "place": {"c2": "47", "c3": "", "cy": "FR", "lg": 0.16546, "lat": 44.50361, "name": "Marmande", "geoid": 2995642}, "date-ut": "1929-10-18 01:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "654"}}, "raw": {"H": "01:00", "COD": "47", "DAY": "18", "MON": "10", "NUM": "0654", "PRO": "PO", "YEA": "1929", "CITY": "Marmande", "NAME": "FOURCADE Jean-Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20401	fournet-jean-1913-04-14	{"e3": "655"}	{"lerrcp": "E3-655"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Fournet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-04-14 01:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1913-04-14 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Fournet"}, "birth": {"tzo": "+00:00", "date": "1913-04-14 01:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1913-04-14 01:00"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "655"}}, "raw": {"H": "01:00", "COD": "76", "DAY": "14", "MON": "04", "NUM": "0655", "PRO": "MUS", "YEA": "1913", "CITY": "Rouen", "NAME": "FOURNET Jean", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20402	fourtou-oscar-bardi-de-1836-01-03	{"e3": "656"}	{"lerrcp": "E3-656"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oscar (BARDI de)", "family": "Fourtou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01", "date": "1836-01-03 13:00", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": 0.33827, "lat": 45.2478, "name": "Ribérac", "geoid": 2983696}, "notime": null, "date-ut": "1836-01-03 12:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Oscar (BARDI de)", "family": "Fourtou"}, "birth": {"tzo": "+00:01", "date": "1836-01-03 13:00", "place": {"c2": "24", "c3": "", "cy": "FR", "lg": 0.33827, "lat": 45.2478, "name": "Ribérac", "geoid": 2983696}, "date-ut": "1836-01-03 12:59"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "656"}}, "raw": {"H": "13:00", "COD": "24", "DAY": "03", "MON": "01", "NUM": "0656", "PRO": "PO", "YEA": "1836", "CITY": "Ribérac", "NAME": "FOURTOU Oscar (BARDI de)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20403	foyer-jean-1921-04-27	{"e3": "657"}	{"lerrcp": "E3-657"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Foyer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-04-27 11:00", "note": null, "place": {"c1": null, "c2": "49", "c3": "", "cy": "FR", "lg": -0.51719, "lat": 47.72958, "name": "Contigné", "geoid": 3023829}, "notime": null, "date-ut": "1921-04-27 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Foyer"}, "birth": {"tzo": "+01:00", "date": "1921-04-27 11:00", "place": {"c2": "49", "c3": "", "cy": "FR", "lg": -0.51719, "lat": 47.72958, "name": "Contigné", "geoid": 3023829}, "date-ut": "1921-04-27 10:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "657"}}, "raw": {"H": "11:00", "COD": "49", "DAY": "27", "MON": "04", "NUM": "0657", "PRO": "PO", "YEA": "1921", "CITY": "Contigné", "NAME": "FOYER Jean", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20404	frachon-benoit-1893-05-13	{"e3": "658"}	{"lerrcp": "E3-658"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benoît", "family": "Frachon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1893-05-13 19:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Chambon-Feugero", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Benoît", "family": "Frachon"}, "birth": {"tzo": "", "date": "1893-05-13 19:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Chambon-Feugero", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "658"}}, "raw": {"H": "19:00", "COD": "42", "DAY": "13", "MON": "05", "NUM": "0658", "PRO": "PO", "YEA": "1893", "CITY": "Chambon-Feugero", "NAME": "FRACHON Benoît", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20405	francescatti-zino-rene-1902-08-09	{"e3": "659"}	{"lerrcp": "E3-659"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Zino (René)", "family": "Francescatti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1902-08-09 12:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1902-08-09 11:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Zino (René)", "family": "Francescatti"}, "birth": {"tzo": "+00:09", "date": "1902-08-09 12:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1902-08-09 11:51"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "659"}}, "raw": {"H": "12:00", "COD": "13", "DAY": "09", "MON": "08", "NUM": "0659", "PRO": "MUS", "YEA": "1902", "CITY": "Marseille", "NAME": "FRANCESCATTI Zino (René)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
12933	godin-andre-1900-07-11	{"a5": "1466", "g55": "08-53"}	{"g55": "08-53", "lerrcp": "A5-1466"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Godin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "Alger", "geoid": 0}, "notime": null, "date-ut": "1900-07-11 14:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Godin"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "ALGER", "geoid": 0}, "date-ut": "1900-07-11 14:05:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1466"}, "ids-in-sources": {"a5": "1466"}}, "raw": {"H": "14", "MN": "5", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "11", "LAT": "36N47", "LON": "3E 0", "MON": "7", "NUM": "1466", "PRO": "PT", "SEC": "40", "YEA": "1900", "CITY": "ALGER"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Alger"}}, "partial-ids": {"g55": "08-53"}, "ids-in-source": {"g55": "08-53"}}, "raw": {"DAY": "11-7-1900", "HOUR": "14 h. 15", "NAME": "GODIN Anare jean", "PLACE": "Alger (Algérie)."}, "date": "2023-08-20T14:49:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
20407	frey-charles-1888-02-26	{"e3": "661"}	{"lerrcp": "E3-661"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Frey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1888-02-26 14:00", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Frey"}, "birth": {"tzo": "", "date": "1888-02-26 14:00", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "661"}}, "raw": {"H": "14:00", "COD": "67", "DAY": "26", "MON": "02", "NUM": "0661", "PRO": "PO", "YEA": "1888", "CITY": "Strasbourg", "NAME": "FREY Charles", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20408	freycinet-charles-de-1828-11-14	{"e3": "662"}	{"lerrcp": "E3-662"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles de", "family": "Freycinet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06", "date": "1828-11-14 01:00", "note": null, "place": {"c1": null, "c2": "09", "c3": "", "cy": "FR", "lg": 1.60705, "lat": 42.96535, "name": "Foix", "geoid": 3018174}, "notime": null, "date-ut": "1828-11-14 00:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Charles de", "family": "Freycinet"}, "birth": {"tzo": "+00:06", "date": "1828-11-14 01:00", "place": {"c2": "09", "c3": "", "cy": "FR", "lg": 1.60705, "lat": 42.96535, "name": "Foix", "geoid": 3018174}, "date-ut": "1828-11-14 00:54"}, "notes": [null], "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "662"}}, "raw": {"H": "01:00", "COD": "09", "DAY": "14", "MON": "11", "NUM": "0662", "PRO": "PO", "YEA": "1828", "CITY": "Foix", "NAME": "FREYCINET Charles de", "NOTE": "*"}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[null]
20409	frison-roche-roger-1906-02-10	{"e3": "663"}	{"lerrcp": "E3-663"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Frison-Roche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-02-10 18:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "7", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1906-02-10 18:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Frison-Roche"}, "birth": {"tzo": "+00:09", "date": "1906-02-10 18:30", "place": {"c2": "75", "c3": "7", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1906-02-10 18:21"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "663"}}, "raw": {"H": "18:30", "COD": "75", "DAY": "10", "MON": "02", "NUM": "0663", "PRO": "WR", "YEA": "1906", "CITY": "Paris 7ème", "NAME": "FRISON-ROCHE Roger", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20410	froment-louis-de-1921-12-05	{"e3": "664"}	{"lerrcp": "E3-664"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis de", "family": "Froment", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1921-12-05 14:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1921-12-05 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Louis de", "family": "Froment"}, "birth": {"tzo": "+00:00", "date": "1921-12-05 14:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1921-12-05 14:00"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "664"}}, "raw": {"H": "14:00", "COD": "31", "DAY": "05", "MON": "12", "NUM": "0664", "PRO": "MUS", "YEA": "1921", "CITY": "Toulouse", "NAME": "FROMENT Louis de", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20411	frossard-andre-1915-01-14	{"e3": "665"}	{"lerrcp": "E3-665"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Frossard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-01-14 15:00", "note": null, "place": {"c1": null, "c2": "25", "c3": "", "cy": "FR", "lg": 6.63243, "lat": 47.43962, "name": "Colombier-Châtelot", "geoid": 3024249}, "notime": null, "date-ut": "1915-01-14 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "André", "family": "Frossard"}, "birth": {"tzo": "+00:00", "date": "1915-01-14 15:00", "place": {"c2": "25", "c3": "", "cy": "FR", "lg": 6.63243, "lat": 47.43962, "name": "Colombier-Châtelot", "geoid": 3024249}, "date-ut": "1915-01-14 15:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "665"}}, "raw": {"H": "15:00", "COD": "25", "DAY": "14", "MON": "01", "NUM": "0665", "PRO": "JO", "YEA": "1915", "CITY": "Colombier-Châtelot", "NAME": "FROSSARD André", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20412	frossard-ludovic-louis-1889-03-05	{"e3": "666"}	{"lerrcp": "E3-666"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludovic Louis", "family": "Frossard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:28", "date": "1889-03-05 22:00", "note": null, "place": {"c1": null, "c2": "90", "c3": "", "cy": "FR", "lg": 7.00498, "lat": 47.63586, "name": "Foussemagne", "geoid": 3017453}, "notime": null, "date-ut": "1889-03-05 21:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Ludovic Louis", "family": "Frossard"}, "birth": {"tzo": "+00:28", "date": "1889-03-05 22:00", "place": {"c2": "90", "c3": "", "cy": "FR", "lg": 7.00498, "lat": 47.63586, "name": "Foussemagne", "geoid": 3017453}, "date-ut": "1889-03-05 21:32"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "666"}}, "raw": {"H": "22:00", "COD": "90", "DAY": "05", "MON": "03", "NUM": "0666", "PRO": "PO", "YEA": "1889", "CITY": "Foussemagne", "NAME": "FROSSARD Ludovic Louis", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20413	frot-eugene-1893-10-02	{"e3": "667"}	{"lerrcp": "E3-667"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Frot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1893-10-02 06:30", "note": null, "place": {"c1": null, "c2": "45", "c3": "", "cy": "FR", "lg": 2.73261, "lat": 47.99696, "name": "Montargis", "geoid": 2993024}, "notime": null, "date-ut": "1893-10-02 06:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Frot"}, "birth": {"tzo": "+00:09", "date": "1893-10-02 06:30", "place": {"c2": "45", "c3": "", "cy": "FR", "lg": 2.73261, "lat": 47.99696, "name": "Montargis", "geoid": 2993024}, "date-ut": "1893-10-02 06:21"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "667"}}, "raw": {"H": "06:30", "COD": "45", "DAY": "02", "MON": "10", "NUM": "0667", "PRO": "PO", "YEA": "1893", "CITY": "Montargis", "NAME": "FROT Eugène", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20414	fuchs-helene-1893-01-04	{"e3": "668"}	{"lerrcp": "E3-668"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hélène", "family": "Fuchs", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1893-01-04 06:00", "note": null, "place": {"c1": null, "c2": "18", "c3": "", "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "notime": null, "date-ut": "1893-01-04 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Hélène", "family": "Fuchs"}, "birth": {"tzo": "+00:09", "date": "1893-01-04 06:00", "place": {"c2": "18", "c3": "", "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "date-ut": "1893-01-04 05:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "668"}}, "raw": {"H": "06:00", "COD": "18", "DAY": "04", "MON": "01", "NUM": "0668", "PRO": "WR", "YEA": "1893", "CITY": "Bourges", "NAME": "FUCHS Hélène", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
12934	gouin-felix-1884-10-04	{"a5": "1467", "g55": "08-54"}	{"g55": "08-54", "lerrcp": "A5-1467"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Gouin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:19", "date": "1884-10-04 05:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.57788, "lat": 43.38503, "name": "Peypin", "geoid": 2987547}, "notime": null, "date-ut": "1884-10-04 04:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Gouin"}, "birth": {"tzo": "+00:22:19", "date": "1884-10-04 05:00", "place": {"c2": "13", "cy": "FR", "lg": 5.57788, "lat": 43.38503, "name": "Peypin", "geoid": 2987547}, "date-ut": "1884-10-04 04:38:32"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1467"}, "ids-in-sources": {"a5": "1467"}}, "raw": {"H": "4", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "4", "LAT": "43N18", "LON": "5E22", "MON": "10", "NUM": "1467", "PRO": "PT", "SEC": "32", "YEA": "1884", "CITY": "PEYPIN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-54"}, "ids-in-source": {"g55": "08-54"}}, "raw": {"DAY": "4-10-1884", "HOUR": "5 h.", "NAME": "GOUIN Félix", "PLACE": "Peypin (Bouches-du-Rhône)."}, "date": "2023-08-20T14:49:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
20416	gadaud-antoine-1841-04-26	{"e3": "670"}	{"lerrcp": "E3-670"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Gadaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1841-04-26 23:00", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Meyne", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Gadaud"}, "birth": {"tzo": "", "date": "1841-04-26 23:00", "place": {"c2": "24", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Meyne", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "670"}}, "raw": {"H": "23:00", "COD": "24", "DAY": "26", "MON": "04", "NUM": "0670", "PRO": "PO", "YEA": "1841", "CITY": "St Meyne", "NAME": "GADAUD Antoine", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20417	gaillard-felix-1919-11-05	{"e3": "671"}	{"lerrcp": "E3-671"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Gaillard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1919-11-05 11:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "8", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1919-11-05 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Gaillard"}, "birth": {"tzo": "+00:00", "date": "1919-11-05 11:00", "place": {"c2": "75", "c3": "8", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1919-11-05 11:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "671"}}, "raw": {"H": "11:00", "COD": "75", "DAY": "05", "MON": "11", "NUM": "0671", "PRO": "PO", "YEA": "1919", "CITY": "Paris 8ème", "NAME": "GAILLARD Félix", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20418	gaillard-robert-1909-04-08	{"e3": "672"}	{"lerrcp": "E3-672"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Gaillard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-04-08 21:00", "note": null, "place": {"c1": null, "c2": "17", "c3": "", "cy": "FR", "lg": -0.63489, "lat": 45.74742, "name": "Saintes", "geoid": 2980340}, "notime": null, "date-ut": "1909-04-08 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Gaillard"}, "birth": {"tzo": "+00:09", "date": "1909-04-08 21:00", "place": {"c2": "17", "c3": "", "cy": "FR", "lg": -0.63489, "lat": 45.74742, "name": "Saintes", "geoid": 2980340}, "date-ut": "1909-04-08 20:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "672"}}, "raw": {"H": "21:00", "COD": "17", "DAY": "08", "MON": "04", "NUM": "0672", "PRO": "WR", "YEA": "1909", "CITY": "Saintes", "NAME": "GAILLARD Robert", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20419	gainsbourg-serge-ginsburg-1928-04-02	{"e3": "673"}	{"lerrcp": "E3-673"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Serge (GINSBURG)", "family": "Gainsbourg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1928-04-02 04:45", "note": null, "place": {"c1": null, "c2": "75", "c3": "4", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1928-04-02 04:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Serge (GINSBURG)", "family": "Gainsbourg"}, "birth": {"tzo": "+00:00", "date": "1928-04-02 04:45", "place": {"c2": "75", "c3": "4", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1928-04-02 04:45"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "673"}}, "raw": {"H": "04:45", "COD": "75", "DAY": "02", "MON": "04", "NUM": "0673", "PRO": "MUS", "YEA": "1928", "CITY": "Paris 4ème", "NAME": "GAINSBOURG Serge (GINSBURG)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20420	gaits-jean-1904-02-29	{"e3": "674"}	{"lerrcp": "E3-674"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Gaits", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-02-29 03:00", "note": null, "place": {"c1": null, "c2": "65", "c3": "", "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "notime": null, "date-ut": "1904-02-29 02:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Gaits"}, "birth": {"tzo": "+00:09", "date": "1904-02-29 03:00", "place": {"c2": "65", "c3": "", "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "date-ut": "1904-02-29 02:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "674"}}, "raw": {"H": "03:00", "COD": "65", "DAY": "29", "MON": "02", "NUM": "0674", "PRO": "JO", "YEA": "1904", "CITY": "Tarbes", "NAME": "GAITS Jean", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20421	galante-pierre-1909-11-22	{"e3": "675"}	{"lerrcp": "E3-675"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Galante", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-11-22 10:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1909-11-22 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Galante"}, "birth": {"tzo": "+00:09", "date": "1909-11-22 10:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1909-11-22 09:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "675"}}, "raw": {"H": "10:00", "COD": "06", "DAY": "22", "MON": "11", "NUM": "0675", "PRO": "JO", "YEA": "1909", "CITY": "Nice", "NAME": "GALANTE Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20422	galard-daisy-de-gourcuff-1929-11-04	{"e3": "676"}	{"lerrcp": "E3-676"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daisy de (GOURCUFF)", "family": "Galard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1929-11-04 00:20", "note": null, "place": {"c1": null, "c2": "18", "c3": "", "cy": "FR", "lg": 2.84374, "lat": 46.97311, "name": "Tendron", "geoid": 2973178}, "notime": null, "date-ut": "1929-11-04 00:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Daisy de (GOURCUFF)", "family": "Galard"}, "birth": {"tzo": "+00:00", "date": "1929-11-04 00:20", "place": {"c2": "18", "c3": "", "cy": "FR", "lg": 2.84374, "lat": 46.97311, "name": "Tendron", "geoid": 2973178}, "date-ut": "1929-11-04 00:20"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "676"}}, "raw": {"H": "00:20", "COD": "18", "DAY": "04", "MON": "11", "NUM": "0676", "PRO": "JO", "YEA": "1929", "CITY": "Tendron", "NAME": "GALARD Daisy de (GOURCUFF)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20423	gallet-claudius-1874-11-12	{"e3": "677"}	{"lerrcp": "E3-677"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claudius", "family": "Gallet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1874-11-12 13:00", "note": null, "place": {"c1": null, "c2": "70", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Annecy", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Claudius", "family": "Gallet"}, "birth": {"tzo": "", "date": "1874-11-12 13:00", "place": {"c2": "70", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Annecy", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "677"}}, "raw": {"H": "13:00", "COD": "70", "DAY": "12", "MON": "11", "NUM": "0677", "PRO": "PO", "YEA": "1874", "CITY": "Annecy", "NAME": "GALLET Claudius", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
18433	galley-robert-1921-01-11	{"e1": "804", "e3": "678"}	{"lerrcp": "E1-804"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Galley", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1921-01-11 01:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "5", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1921-01-11 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Galley"}, "birth": {"tzo": "+00:00", "date": "1921-01-11 01:00", "place": {"c2": "75", "c3": "5", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1921-01-11 01:00"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "804"}}, "raw": {"H": "01:00", "COD": "75", "DAY": "11", "MON": "01", "NUM": "0804", "PRO": "MI", "YEA": "1921", "CITY": "Paris 5ème", "NAME": "GALLEY Robert", "NOTE": "L"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"occus": ["politician"], "ids-in-sources": {"e3": "678"}}, "raw": {"H": "01:00", "COD": "75", "DAY": "11", "MON": "01", "NUM": "0678", "PRO": "PO", "YEA": "1921", "CITY": "Paris 5ème", "NAME": "GALLEY Robert", "NOTE": "*"}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[null]
20424	gallo-max-1932-01-07	{"e3": "679"}	{"lerrcp": "E3-679"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Gallo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1932-01-07 09:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1932-01-07 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Max", "family": "Gallo"}, "birth": {"tzo": "+00:00", "date": "1932-01-07 09:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1932-01-07 09:00"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "679"}}, "raw": {"H": "09:00", "COD": "06", "DAY": "07", "MON": "01", "NUM": "0679", "PRO": "WR", "YEA": "1932", "CITY": "Nice", "NAME": "GALLO Max", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20425	gallois-jean-1914-12-12	{"e3": "680"}	{"lerrcp": "E3-680"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Gallois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-12-12 04:00", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1914-12-12 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Gallois"}, "birth": {"tzo": "+00:00", "date": "1914-12-12 04:00", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1914-12-12 04:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "680"}}, "raw": {"H": "04:00", "COD": "38", "DAY": "12", "MON": "12", "NUM": "0680", "PRO": "JO", "YEA": "1914", "CITY": "Grenoble", "NAME": "GALLOIS Jean", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20426	galzain-michel-de-1918-04-19	{"e3": "681"}	{"lerrcp": "E3-681"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel de", "family": "Galzain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-04-19 03:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1918-04-19 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Michel de", "family": "Galzain"}, "birth": {"tzo": "+01:00", "date": "1918-04-19 03:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1918-04-19 02:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "681"}}, "raw": {"H": "03:00", "COD": "33", "DAY": "19", "MON": "04", "NUM": "0681", "PRO": "JO", "YEA": "1918", "CITY": "Bordeaux", "NAME": "GALZAIN Michel de", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20428	gandon-pierre-1899-01-20	{"e3": "683"}	{"lerrcp": "E3-683"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Gandon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-01-20 01:00", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.33729, "lat": 48.77935, "name": "L'Haÿ-les-Roses", "geoid": 2998632}, "notime": null, "date-ut": "1899-01-20 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Gandon"}, "birth": {"tzo": "+00:09", "date": "1899-01-20 01:00", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.33729, "lat": 48.77935, "name": "L'Haÿ-les-Roses", "geoid": 2998632}, "date-ut": "1899-01-20 00:51"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "683"}}, "raw": {"H": "01:00", "COD": "94", "DAY": "20", "MON": "01", "NUM": "0683", "PRO": "PAI", "YEA": "1899", "CITY": "L'Hay les Roses", "NAME": "GANDON Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20429	garaud-marie-france-quintard-1934-03-06	{"e3": "684"}	{"lerrcp": "E3-684"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie-France (QUINTARD)", "family": "Garaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1934-03-06 19:00", "note": null, "place": {"c1": null, "c2": "86", "c3": "", "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "notime": null, "date-ut": "1934-03-06 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Marie-France (QUINTARD)", "family": "Garaud"}, "birth": {"tzo": "+00:00", "date": "1934-03-06 19:00", "place": {"c2": "86", "c3": "", "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "date-ut": "1934-03-06 19:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "684"}}, "raw": {"H": "19:00", "COD": "86", "DAY": "06", "MON": "03", "NUM": "0684", "PRO": "PO", "YEA": "1934", "CITY": "Poitiers", "NAME": "GARAUD Marie-France (QUINTARD)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
14143	garaudy-roger-1913-07-17	{"a6": "347", "e3": "685"}	{"lerrcp": "A6-347"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Garaudy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-07-17 19:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1913-07-17 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer", "politician"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Garaudy"}, "birth": {"tzo": "+00:00", "date": "1913-07-17 19:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1913-07-17 19:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-347"}, "ids-in-sources": {"a6": "347"}}, "raw": {"H": "19", "MN": "0", "TZ": "0", "COD": "13", "COU": "F", "DAY": "17", "LAT": "43N18", "LON": "5E22", "MON": "7", "NUM": "347", "PRO": "W", "SEC": "0", "YEA": "1913", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": ["politician"], "ids-in-sources": {"e3": "685"}}, "raw": {"H": "19:00", "COD": "13", "DAY": "17", "MON": "07", "NUM": "0685", "PRO": "PO", "YEA": "1913", "CITY": "Marseille", "NAME": "GARAUDY Roger", "NOTE": "*"}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20430	gasnier-duparc-alphonse-1879-06-21	{"e3": "686"}	{"lerrcp": "E3-686"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Gasnier-Duparc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1879-06-21 15:00", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Dol de Dretagne", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Gasnier-Duparc"}, "birth": {"tzo": "", "date": "1879-06-21 15:00", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Dol de Dretagne", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "686"}}, "raw": {"H": "15:00", "COD": "35", "DAY": "21", "MON": "06", "NUM": "0686", "PRO": "PO", "YEA": "1879", "CITY": "Dol de Dretagne", "NAME": "GASNIER-DUPARC Alphonse", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20431	gast-raymond-1912-06-27	{"e3": "687"}	{"lerrcp": "E3-687"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Gast", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1912-06-27 04:00", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Villemonble", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Gast"}, "birth": {"tzo": "", "date": "1912-06-27 04:00", "place": {"c2": "93", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Villemonble", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "687"}}, "raw": {"H": "04:00", "COD": "93", "DAY": "27", "MON": "06", "NUM": "0687", "PRO": "JO", "YEA": "1912", "CITY": "Villemonble", "NAME": "GAST Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20432	gault-claude-1934-08-02	{"e3": "688"}	{"lerrcp": "E3-688"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Gault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1934-08-02 13:30", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": -2.2179, "lat": 47.27506, "name": "Saint-Nazaire", "geoid": 2977921}, "notime": null, "date-ut": "1934-08-02 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Gault"}, "birth": {"tzo": "+01:00", "date": "1934-08-02 13:30", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": -2.2179, "lat": 47.27506, "name": "Saint-Nazaire", "geoid": 2977921}, "date-ut": "1934-08-02 12:30"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "688"}}, "raw": {"H": "13:30", "COD": "44", "DAY": "02", "MON": "08", "NUM": "0688", "PRO": "JO", "YEA": "1934", "CITY": "St-Nazaire", "NAME": "GAULT Claude", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20433	gauthier-armand-1850-09-28	{"e3": "689"}	{"lerrcp": "E3-689"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Gauthier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12", "date": "1850-09-28 03:00", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": 2.97708, "lat": 42.89301, "name": "Fitou", "geoid": 3018449}, "notime": null, "date-ut": "1850-09-28 02:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Gauthier"}, "birth": {"tzo": "+00:12", "date": "1850-09-28 03:00", "place": {"c2": "11", "c3": "", "cy": "FR", "lg": 2.97708, "lat": 42.89301, "name": "Fitou", "geoid": 3018449}, "date-ut": "1850-09-28 02:48"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "689"}}, "raw": {"H": "03:00", "COD": "11", "DAY": "28", "MON": "09", "NUM": "0689", "PRO": "PO", "YEA": "1850", "CITY": "Fitou", "NAME": "GAUTHIER Armand", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20434	gautier-chaljmet-louis-1895-03-21	{"e3": "690"}	{"lerrcp": "E3-690"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Gautier-Chaljmet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1895-03-21 04:00", "note": null, "place": {"c1": null, "c2": "49", "c3": "", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "notime": null, "date-ut": "1895-03-21 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Gautier-Chaljmet"}, "birth": {"tzo": "+00:09", "date": "1895-03-21 04:00", "place": {"c2": "49", "c3": "", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "date-ut": "1895-03-21 03:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "690"}}, "raw": {"H": "04:00", "COD": "49", "DAY": "21", "MON": "03", "NUM": "0690", "PRO": "JO", "YEA": "1895", "CITY": "Angers", "NAME": "GAUTIER-CHAlJMET Louis", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20435	gendron-maurice-1920-12-26	{"e3": "691"}	{"lerrcp": "E3-691"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Gendron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1920-12-26 04:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1920-12-26 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Gendron"}, "birth": {"tzo": "+00:00", "date": "1920-12-26 04:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1920-12-26 04:00"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "691"}}, "raw": {"H": "04:00", "COD": "06", "DAY": "26", "MON": "12", "NUM": "0691", "PRO": "MUS", "YEA": "1920", "CITY": "Nice", "NAME": "GENDRON Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20436	genet-jean-1910-12-19	{"e3": "692"}	{"lerrcp": "E3-692"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Genet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-12-19 19:45", "note": null, "place": {"c1": null, "c2": "75", "c3": "6", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1910-12-19 19:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Genet"}, "birth": {"tzo": "+00:09", "date": "1910-12-19 19:45", "place": {"c2": "75", "c3": "6", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1910-12-19 19:36"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "692"}}, "raw": {"H": "19:45", "COD": "75", "DAY": "19", "MON": "12", "NUM": "0692", "PRO": "WR", "YEA": "1910", "CITY": "Paris 6ème", "NAME": "GENET Jean", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20437	gensous-pierre-1925-07-25	{"e3": "693"}	{"lerrcp": "E3-693"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Gensous", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1925-07-25 04:00", "note": null, "place": {"c1": null, "c2": "40", "c3": "", "cy": "FR", "lg": -0.49713, "lat": 43.89022, "name": "Mont-de-Marsan", "geoid": 2992771}, "notime": null, "date-ut": "1925-07-25 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Gensous"}, "birth": {"tzo": "+01:00", "date": "1925-07-25 04:00", "place": {"c2": "40", "c3": "", "cy": "FR", "lg": -0.49713, "lat": 43.89022, "name": "Mont-de-Marsan", "geoid": 2992771}, "date-ut": "1925-07-25 03:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "693"}}, "raw": {"H": "04:00", "COD": "40", "DAY": "25", "MON": "07", "NUM": "0693", "PRO": "PO", "YEA": "1925", "CITY": "Mont de Marsan", "NAME": "GENSOUS Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20438	gentin-fernand-1876-09-27	{"e3": "694"}	{"lerrcp": "E3-694"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Gentin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16", "date": "1876-09-27 09:00", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "notime": null, "date-ut": "1876-09-27 08:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Gentin"}, "birth": {"tzo": "+00:16", "date": "1876-09-27 09:00", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "date-ut": "1876-09-27 08:44"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "694"}}, "raw": {"H": "09:00", "COD": "51", "DAY": "27", "MON": "09", "NUM": "0694", "PRO": "PO", "YEA": "1876", "CITY": "Reims", "NAME": "GENTIN Fernand", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20439	gerard-andre-marie-1918-09-02	{"e3": "695"}	{"lerrcp": "E3-695"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André-Marie", "family": "Gerard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1918-09-02 23:00", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 6.45304, "lat": 48.18324, "name": "Épinal", "geoid": 3020035}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "André-Marie", "family": "Gerard"}, "birth": {"tzo": "", "date": "1918-09-02 23:00", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 6.45304, "lat": 48.18324, "name": "Épinal", "geoid": 3020035}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "695"}}, "raw": {"H": "23:00", "COD": "88", "DAY": "02", "MON": "09", "NUM": "0695", "PRO": "JO", "YEA": "1918", "CITY": "Epinal", "NAME": "GERARD André-Marie", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20440	gerard-gaston-1878-04-30	{"e3": "696"}	{"lerrcp": "E3-696"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Gerard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20", "date": "1878-04-30 23:00", "note": null, "place": {"c1": null, "c2": "21", "c3": "", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1878-04-30 22:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Gerard"}, "birth": {"tzo": "+00:20", "date": "1878-04-30 23:00", "place": {"c2": "21", "c3": "", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1878-04-30 22:40"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "696"}}, "raw": {"H": "23:00", "COD": "21", "DAY": "30", "MON": "04", "NUM": "0696", "PRO": "PO", "YEA": "1878", "CITY": "Dijon", "NAME": "GERARD Gaston", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20441	gerard-ivan-1917-02-24	{"e3": "697"}	{"lerrcp": "E3-697"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ivan", "family": "Gerard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1917-02-24 21:15", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1917-02-24 21:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Ivan", "family": "Gerard"}, "birth": {"tzo": "+00:00", "date": "1917-02-24 21:15", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1917-02-24 21:15"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "697"}}, "raw": {"H": "21:15", "COD": "35", "DAY": "24", "MON": "02", "NUM": "0697", "PRO": "JO", "YEA": "1917", "CITY": "Rennes", "NAME": "GERARD Ivan", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20442	geraud-andre-1930-07-11	{"e3": "698"}	{"lerrcp": "E3-698"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Geraud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1930-07-11 02:00", "note": null, "place": {"c1": null, "c2": "12", "c3": "", "cy": "FR", "lg": 2.57338, "lat": 44.35258, "name": "Rodez", "geoid": 2983154}, "notime": null, "date-ut": "1930-07-11 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "André", "family": "Geraud"}, "birth": {"tzo": "+01:00", "date": "1930-07-11 02:00", "place": {"c2": "12", "c3": "", "cy": "FR", "lg": 2.57338, "lat": 44.35258, "name": "Rodez", "geoid": 2983154}, "date-ut": "1930-07-11 01:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "698"}}, "raw": {"H": "02:00", "COD": "12", "DAY": "11", "MON": "07", "NUM": "0698", "PRO": "JO", "YEA": "1930", "CITY": "Rodez", "NAME": "GERAUD André", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20443	gerbaud-francois-1927-04-10	{"e3": "699"}	{"lerrcp": "E3-699"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Gerbaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1927-04-10 15:00", "note": null, "place": {"c1": null, "c2": "36", "c3": "", "cy": "FR", "lg": 1.69362, "lat": 46.81248, "name": "Châteauroux", "geoid": 3026204}, "notime": null, "date-ut": "1927-04-10 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "François", "family": "Gerbaud"}, "birth": {"tzo": "+01:00", "date": "1927-04-10 15:00", "place": {"c2": "36", "c3": "", "cy": "FR", "lg": 1.69362, "lat": 46.81248, "name": "Châteauroux", "geoid": 3026204}, "date-ut": "1927-04-10 14:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "699"}}, "raw": {"H": "15:00", "COD": "36", "DAY": "10", "MON": "04", "NUM": "0699", "PRO": "JO", "YEA": "1927", "CITY": "Châteauroux", "NAME": "GERBAUD François", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20444	germain-martin-louis-1872-11-07	{"e3": "700"}	{"lerrcp": "E3-700"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Germain-Martin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1872-11-07 16:00", "note": null, "place": {"c1": null, "c2": "43", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Le Puy", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Germain-Martin"}, "birth": {"tzo": "", "date": "1872-11-07 16:00", "place": {"c2": "43", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Le Puy", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "700"}}, "raw": {"H": "16:00", "COD": "43", "DAY": "07", "MON": "11", "NUM": "0700", "PRO": "PO", "YEA": "1872", "CITY": "Le Puy", "NAME": "GERMAIN-MARTIN Louis", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20446	ghiglion-green-maurice-1913-11-08	{"e3": "702"}	{"lerrcp": "E3-702"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Ghiglion-Green", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-11-08 06:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.01275, "lat": 43.55135, "name": "Cannes", "geoid": 3028808}, "notime": null, "date-ut": "1913-11-08 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Ghiglion-Green"}, "birth": {"tzo": "+00:00", "date": "1913-11-08 06:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.01275, "lat": 43.55135, "name": "Cannes", "geoid": 3028808}, "date-ut": "1913-11-08 06:00"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "702"}}, "raw": {"H": "06:00", "COD": "06", "DAY": "08", "MON": "11", "NUM": "0702", "PRO": "PAI", "YEA": "1913", "CITY": "Cannes", "NAME": "GHIGLION-GREEN Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20447	giacobbi-francois-1919-07-19	{"e3": "703"}	{"lerrcp": "E3-703"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Giacobbi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1919-07-19 09:00", "note": null, "place": {"c1": null, "c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Venaco", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "François", "family": "Giacobbi"}, "birth": {"tzo": "", "date": "1919-07-19 09:00", "place": {"c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Venaco", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "703"}}, "raw": {"H": "09:00", "COD": "20", "DAY": "19", "MON": "07", "NUM": "0703", "PRO": "PO", "YEA": "1919", "CITY": "Venaco", "NAME": "GIAC0BBI François", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20448	giannoli-paul-1931-03-17	{"e3": "704"}	{"lerrcp": "E3-704"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Giannoli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1931-03-17 13:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1931-03-17 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Giannoli"}, "birth": {"tzo": "+00:00", "date": "1931-03-17 13:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1931-03-17 13:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "704"}}, "raw": {"H": "13:00", "COD": "13", "DAY": "17", "MON": "03", "NUM": "0704", "PRO": "JO", "YEA": "1931", "CITY": "Marseille", "NAME": "GIANNOLI Paul", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20449	gibeau-yves-1916-01-03	{"e3": "705"}	{"lerrcp": "E3-705"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Gibeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-01-03 21:00", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 4.14772, "lat": 49.07978, "name": "Bouzy", "geoid": 3030664}, "notime": null, "date-ut": "1916-01-03 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Gibeau"}, "birth": {"tzo": "+00:00", "date": "1916-01-03 21:00", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": 4.14772, "lat": 49.07978, "name": "Bouzy", "geoid": 3030664}, "date-ut": "1916-01-03 21:00"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "705"}}, "raw": {"H": "21:00", "COD": "51", "DAY": "03", "MON": "01", "NUM": "0705", "PRO": "WR", "YEA": "1916", "CITY": "Bouzy", "NAME": "GIBEAU Yves", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20450	gicquel-roger-1933-02-22	{"e3": "706"}	{"lerrcp": "E3-706"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Gicquel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1933-02-22 12:30", "note": null, "place": {"c1": null, "c2": "60", "c3": "", "cy": "FR", "lg": 2.57051, "lat": 49.15252, "name": "Thiers-sur-Thève", "geoid": 2972853}, "notime": null, "date-ut": "1933-02-22 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Gicquel"}, "birth": {"tzo": "+00:00", "date": "1933-02-22 12:30", "place": {"c2": "60", "c3": "", "cy": "FR", "lg": 2.57051, "lat": 49.15252, "name": "Thiers-sur-Thève", "geoid": 2972853}, "date-ut": "1933-02-22 12:30"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "706"}}, "raw": {"H": "12:30", "COD": "60", "DAY": "22", "MON": "02", "NUM": "0706", "PRO": "JO", "YEA": "1933", "CITY": "Thiers sur Thève", "NAME": "GICQUEL Roger", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20451	gignoux-claude-joseph-1890-11-29	{"e3": "707"}	{"lerrcp": "E3-707"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude Joseph", "family": "Gignoux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19", "date": "1890-11-29 05:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "2", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1890-11-29 04:41"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Claude Joseph", "family": "Gignoux"}, "birth": {"tzo": "+00:19", "date": "1890-11-29 05:00", "place": {"c2": "69", "c3": "2", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1890-11-29 04:41"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "707"}}, "raw": {"H": "05:00", "COD": "69", "DAY": "29", "MON": "11", "NUM": "0707", "PRO": "PO", "YEA": "1890", "CITY": "Lyon 2ème", "NAME": "GIGNOUX Claude Joseph", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20452	gilbert-daniele-1943-03-20	{"e3": "708"}	{"lerrcp": "E3-708"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Danièle", "family": "Gilbert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1943-03-20 06:30", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "notime": null, "date-ut": "1943-03-20 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Danièle", "family": "Gilbert"}, "birth": {"tzo": "+01:00", "date": "1943-03-20 06:30", "place": {"c2": "63", "c3": "", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "date-ut": "1943-03-20 05:30"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "708"}}, "raw": {"H": "06:30", "COD": "63", "DAY": "20", "MON": "03", "NUM": "0708", "PRO": "JO", "YEA": "1943", "CITY": "Clermont-Ferrand", "NAME": "GILBERT Danièle", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20453	gili-marcel-1914-02-12	{"e3": "709"}	{"lerrcp": "E3-709"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Gili", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-02-12 02:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 2.75577, "lat": 42.6322, "name": "Thuir", "geoid": 2972665}, "notime": null, "date-ut": "1914-02-12 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Gili"}, "birth": {"tzo": "+00:00", "date": "1914-02-12 02:00", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": 2.75577, "lat": 42.6322, "name": "Thuir", "geoid": 2972665}, "date-ut": "1914-02-12 02:00"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "709"}}, "raw": {"H": "02:00", "COD": "66", "DAY": "12", "MON": "02", "NUM": "0709", "PRO": "PAI", "YEA": "1914", "CITY": "Thuir", "NAME": "GILI Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20454	gillet-philippe-1923-07-13	{"e3": "710"}	{"lerrcp": "E3-710"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Gillet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1923-07-13 13:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Didier au Mt d'Or", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Gillet"}, "birth": {"tzo": "", "date": "1923-07-13 13:00", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Didier au Mt d'Or", "geoid": 0}, "date-ut": ""}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "710"}}, "raw": {"H": "13:00", "COD": "69", "DAY": "13", "MON": "07", "NUM": "0710", "PRO": "WR", "YEA": "1923", "CITY": "St Didier au Mt d'Or", "NAME": "GILLET Philippe", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20455	gillot-auguste-1905-02-07	{"e3": "711"}	{"lerrcp": "E3-711"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Gillot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-02-07 02:00", "note": null, "place": {"c1": null, "c2": "91", "c3": "", "cy": "FR", "lg": 2.01113, "lat": 48.52772, "name": "Dourdan", "geoid": 3020925}, "notime": null, "date-ut": "1905-02-07 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Gillot"}, "birth": {"tzo": "+00:09", "date": "1905-02-07 02:00", "place": {"c2": "91", "c3": "", "cy": "FR", "lg": 2.01113, "lat": 48.52772, "name": "Dourdan", "geoid": 3020925}, "date-ut": "1905-02-07 01:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "711"}}, "raw": {"H": "02:00", "COD": "91", "DAY": "07", "MON": "02", "NUM": "0711", "PRO": "PO", "YEA": "1905", "CITY": "Dourdan", "NAME": "GILLOT Auguste", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20456	gilot-francoise-1921-11-26	{"e3": "712"}	{"lerrcp": "E3-712"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Françoise", "family": "Gilot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1921-11-26 01:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1921-11-26 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Françoise", "family": "Gilot"}, "birth": {"tzo": "+00:00", "date": "1921-11-26 01:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1921-11-26 01:00"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "712"}}, "raw": {"H": "01:00", "COD": "92", "DAY": "26", "MON": "11", "NUM": "0712", "PRO": "PAI", "YEA": "1921", "CITY": "Neuilly sur Seine", "NAME": "GILOT Françoise", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20457	girard-theodore-1851-01-14	{"e3": "713"}	{"lerrcp": "E3-713"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Théodore", "family": "Girard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02", "date": "1851-01-14 12:00", "note": null, "place": {"c1": null, "c2": "17", "c3": "", "cy": "FR", "lg": -0.50375, "lat": 45.64851, "name": "Montils", "geoid": 2992377}, "notime": null, "date-ut": "1851-01-14 12:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Théodore", "family": "Girard"}, "birth": {"tzo": "-00:02", "date": "1851-01-14 12:00", "place": {"c2": "17", "c3": "", "cy": "FR", "lg": -0.50375, "lat": 45.64851, "name": "Montils", "geoid": 2992377}, "date-ut": "1851-01-14 12:02"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "713"}}, "raw": {"H": "12:00", "COD": "17", "DAY": "14", "MON": "01", "NUM": "0713", "PRO": "PO", "YEA": "1851", "CITY": "Montils", "NAME": "GIRARD Théodore", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20458	girardot-annie-1931-10-25	{"e3": "714"}	{"lerrcp": "E3-714"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Annie", "family": "Girardot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1931-10-25 02:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1931-10-25 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Annie", "family": "Girardot"}, "birth": {"tzo": "+00:00", "date": "1931-10-25 02:00", "place": {"c2": "75", "c3": "", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1931-10-25 02:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "714"}}, "raw": {"H": "02:00", "COD": "75", "DAY": "25", "MON": "10", "NUM": "0714", "PRO": "AC", "YEA": "1931", "CITY": "Paris", "NAME": "GIRARDOT Annie", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20459	giraudeau-jean-1916-07-01	{"e3": "715"}	{"lerrcp": "E3-715"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Giraudeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1916-07-01 16:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1916-07-01 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["opera-singer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Giraudeau"}, "birth": {"tzo": "+01:00", "date": "1916-07-01 16:00", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1916-07-01 15:00"}, "occus": ["opera-singer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "715"}}, "raw": {"H": "16:00", "COD": "83", "DAY": "01", "MON": "07", "NUM": "0715", "PRO": "OPE", "YEA": "1916", "CITY": "Toulon", "NAME": "GIRAUDEAU Jean", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
12936	herriot-edouard-1872-07-05	{"a5": "1469", "g55": "08-56"}	{"g55": "08-56", "lerrcp": "A5-1469"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Herriot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:20", "date": "1872-07-05 20:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "notime": null, "date-ut": "1872-07-05 19:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Herriot"}, "birth": {"tzo": "+00:16:20", "date": "1872-07-05 20:00", "place": {"c2": "10", "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "date-ut": "1872-07-05 19:43:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1469"}, "ids-in-sources": {"a5": "1469"}}, "raw": {"H": "19", "MN": "43", "TZ": "0", "COD": "10", "COU": "F", "DAY": "5", "LAT": "48N18", "LON": "4E 5", "MON": "7", "NUM": "1469", "PRO": "PT", "SEC": "40", "YEA": "1872", "CITY": "TROYES"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-56"}, "ids-in-source": {"g55": "08-56"}}, "raw": {"DAY": "5-7-1872", "HOUR": "20 h.", "NAME": "HERRIOT Edouard", "PLACE": "Troyes (Aube)."}, "date": "2023-08-20T14:49:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
20460	girerd-cyprien-1832-05-01	{"e3": "717"}	{"lerrcp": "E3-717"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cyprien", "family": "Girerd", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13", "date": "1832-05-01 16:30", "note": null, "place": {"c1": null, "c2": "58", "c3": "", "cy": "FR", "lg": 3.159, "lat": 46.98956, "name": "Nevers", "geoid": 2990474}, "notime": null, "date-ut": "1832-05-01 16:17"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Cyprien", "family": "Girerd"}, "birth": {"tzo": "+00:13", "date": "1832-05-01 16:30", "place": {"c2": "58", "c3": "", "cy": "FR", "lg": 3.159, "lat": 46.98956, "name": "Nevers", "geoid": 2990474}, "date-ut": "1832-05-01 16:17"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "717"}}, "raw": {"H": "16:30", "COD": "58", "DAY": "01", "MON": "05", "NUM": "0717", "PRO": "PO", "YEA": "1832", "CITY": "Nevers", "NAME": "GIRERD Cyprien", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20461	giscard-d-estaing-valery-1926-02-02	{"e3": "718"}	{"lerrcp": "E3-718"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Valéry", "family": "Giscard D'estaing", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1926-02-02 21:30", "note": null, "place": {"c1": null, "c2": "", "c3": "", "cy": "DE", "lg": 7.57884, "lat": 50.35357, "name": "Koblenz", "geoid": 2886946}, "notime": null, "date-ut": "1926-02-02 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Valéry", "family": "Giscard D'estaing"}, "birth": {"tzo": "+00:00", "date": "1926-02-02 21:30", "place": {"c2": "", "c3": "", "cy": "DE", "lg": 7.57884, "lat": 50.35357, "name": "Koblenz", "geoid": 2886946}, "date-ut": "1926-02-02 21:30"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "718"}}, "raw": {"H": "21:30", "COD": "GER", "DAY": "02", "MON": "02", "NUM": "0718", "PRO": "PO", "YEA": "1926", "CITY": "Koblenz - Germany", "NAME": "GISCARD D'ESTAING Valéry", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20462	giuglaris-marcel-1922-06-19	{"e3": "719"}	{"lerrcp": "E3-719"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Giuglaris", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-06-19 04:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1922-06-19 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Giuglaris"}, "birth": {"tzo": "+01:00", "date": "1922-06-19 04:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1922-06-19 03:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "719"}}, "raw": {"H": "04:00", "COD": "06", "DAY": "19", "MON": "06", "NUM": "0719", "PRO": "JO", "YEA": "1922", "CITY": "Nice", "NAME": "GIUGLARIS Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20463	goblet-rene-1828-09-26	{"e3": "720"}	{"lerrcp": "E3-720"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Goblet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10", "date": "1828-09-26 21:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.39876, "lat": 50.63871, "name": "Aire-sur-la-Lys", "geoid": 3038393}, "notime": null, "date-ut": "1828-09-26 20:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "René", "family": "Goblet"}, "birth": {"tzo": "+00:10", "date": "1828-09-26 21:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 2.39876, "lat": 50.63871, "name": "Aire-sur-la-Lys", "geoid": 3038393}, "date-ut": "1828-09-26 20:50"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "720"}}, "raw": {"H": "21:00", "COD": "62", "DAY": "26", "MON": "09", "NUM": "0720", "PRO": "PO", "YEA": "1828", "CITY": "Aire sur la Lys", "NAME": "GOBLET René", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
18629	hettier-de-boislambert-cl-1906-07-26	{"e1": "998", "g55": "08-57"}	{"g55": "08-57", "lerrcp": "E1-998"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "de BOISLAMBERT Cl.", "family": "Hettier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-07-26 12:00", "note": null, "place": {"c1": null, "c2": "14", "c3": "", "cy": "FR", "lg": -0.24348, "lat": 49.2213, "name": "Hérouvillette", "geoid": 3013402}, "notime": null, "date-ut": "1906-07-26 11:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "de BOISLAMBERT Cl.", "family": "Hettier"}, "birth": {"tzo": "+00:09", "date": "1906-07-26 12:00", "place": {"c2": "14", "c3": "", "cy": "FR", "lg": -0.24348, "lat": 49.2213, "name": "Hérouvillette", "geoid": 3013402}, "date-ut": "1906-07-26 11:51"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "998"}}, "raw": {"H": "12:00", "COD": "14", "DAY": "26", "MON": "07", "NUM": "0998", "PRO": "MI", "YEA": "1906", "CITY": "Hérouvillette", "NAME": "HETTIER de B0ISLAMBERT Cl.", "NOTE": "L"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"partial-ids": {"g55": "08-57"}, "ids-in-source": {"g55": "08-57"}}, "raw": {"DAY": "26-7-1906", "HOUR": "12 h.", "NAME": "HETTIER de BOISLAMBERT Claude", "PLACE": "Heérouvillette (Calvados)."}, "date": "2023-08-20T14:49:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[null]
20464	goddet-jacques-1905-06-21	{"e3": "722"}	{"lerrcp": "E3-722"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Goddet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-06-21 08:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1905-06-21 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Goddet"}, "birth": {"tzo": "+00:09", "date": "1905-06-21 08:00", "place": {"c2": "75", "c3": "", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1905-06-21 07:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "722"}}, "raw": {"H": "08:00", "COD": "75", "DAY": "21", "MON": "06", "NUM": "0722", "PRO": "JO", "YEA": "1905", "CITY": "Paris", "NAME": "GODDET Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20465	godin-jules-1844-03-14	{"e3": "723"}	{"lerrcp": "E3-723"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Godin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1844-03-14 11:00", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1844-03-14 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Godin"}, "birth": {"tzo": "+00:09", "date": "1844-03-14 11:00", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1844-03-14 10:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "723"}}, "raw": {"H": "11:00", "COD": "78", "DAY": "14", "MON": "03", "NUM": "0723", "PRO": "PO", "YEA": "1844", "CITY": "Versailles", "NAME": "GODIN Jules", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20466	gorini-jean-marc-1924-10-20	{"e3": "724"}	{"lerrcp": "E3-724"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Marc", "family": "Gorini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1924-10-20 04:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "2", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1924-10-20 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean Marc", "family": "Gorini"}, "birth": {"tzo": "+00:00", "date": "1924-10-20 04:00", "place": {"c2": "69", "c3": "2", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1924-10-20 04:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "724"}}, "raw": {"H": "04:00", "COD": "69", "DAY": "20", "MON": "10", "NUM": "0724", "PRO": "JO", "YEA": "1924", "CITY": "Lyon 2ème", "NAME": "GORINI Jean Marc", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20467	gorse-georges-1915-02-15	{"e3": "725"}	{"lerrcp": "E3-725"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Gorse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-02-15 05:00", "note": null, "place": {"c1": null, "c2": "46", "c3": "", "cy": "FR", "lg": 1.43663, "lat": 44.4491, "name": "Cahors", "geoid": 3029213}, "notime": null, "date-ut": "1915-02-15 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Gorse"}, "birth": {"tzo": "+00:00", "date": "1915-02-15 05:00", "place": {"c2": "46", "c3": "", "cy": "FR", "lg": 1.43663, "lat": 44.4491, "name": "Cahors", "geoid": 3029213}, "date-ut": "1915-02-15 05:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "725"}}, "raw": {"H": "05:00", "COD": "46", "DAY": "15", "MON": "02", "NUM": "0725", "PRO": "PO", "YEA": "1915", "CITY": "Cahors", "NAME": "GORSE Georges", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20469	gosselin-lenotre-therese-1894-06-20	{"e3": "727"}	{"lerrcp": "E3-727"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Therèse", "family": "Gosselin-Lenotre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1894-06-20 07:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.9257, "lat": 50.12372, "name": "Avesnes-sur-Helpe", "geoid": 3035698}, "notime": null, "date-ut": "1894-06-20 06:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Therèse", "family": "Gosselin-Lenotre"}, "birth": {"tzo": "+00:09", "date": "1894-06-20 07:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.9257, "lat": 50.12372, "name": "Avesnes-sur-Helpe", "geoid": 3035698}, "date-ut": "1894-06-20 06:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "727"}}, "raw": {"H": "07:00", "COD": "59", "DAY": "20", "MON": "06", "NUM": "0727", "PRO": "WR", "YEA": "1894", "CITY": "Avesnes sur Helpe", "NAME": "GOSSELIN-LENOTRE Therèse", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20470	gourdeau-gaston-1883-02-19	{"e3": "728"}	{"lerrcp": "E3-728"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Gourdeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02", "date": "1883-02-19 01:00", "note": null, "place": {"c1": null, "c2": "72", "c3": "", "cy": "FR", "lg": 0.45983, "lat": 48.27415, "name": "Saint-Cosme-en-Vairais", "geoid": 2981013}, "notime": null, "date-ut": "1883-02-19 00:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Gourdeau"}, "birth": {"tzo": "+00:02", "date": "1883-02-19 01:00", "place": {"c2": "72", "c3": "", "cy": "FR", "lg": 0.45983, "lat": 48.27415, "name": "Saint-Cosme-en-Vairais", "geoid": 2981013}, "date-ut": "1883-02-19 00:58"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "728"}}, "raw": {"H": "01:00", "COD": "72", "DAY": "19", "MON": "02", "NUM": "0728", "PRO": "PO", "YEA": "1883", "CITY": "St Cosme en Vairais", "NAME": "GOURDEAU Gaston", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20471	grancher-marcel-1897-08-12	{"e3": "729"}	{"lerrcp": "E3-729"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Grancher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1897-08-12 23:30", "note": null, "place": {"c1": null, "c2": "39", "c3": "", "cy": "FR", "lg": 5.55575, "lat": 46.67535, "name": "Lons-le-Saunier", "geoid": 2997626}, "notime": null, "date-ut": "1897-08-12 23:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Grancher"}, "birth": {"tzo": "+00:09", "date": "1897-08-12 23:30", "place": {"c2": "39", "c3": "", "cy": "FR", "lg": 5.55575, "lat": 46.67535, "name": "Lons-le-Saunier", "geoid": 2997626}, "date-ut": "1897-08-12 23:21"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "729"}}, "raw": {"H": "23:30", "COD": "39", "DAY": "12", "MON": "08", "NUM": "0729", "PRO": "WR", "YEA": "1897", "CITY": "Lons le Saunier", "NAME": "GRANCHER Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20472	granet-felix-1849-07-29	{"e3": "730"}	{"lerrcp": "E3-730"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Granet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22", "date": "1849-07-29 20:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1849-07-29 19:38"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Granet"}, "birth": {"tzo": "+00:22", "date": "1849-07-29 20:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1849-07-29 19:38"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "730"}}, "raw": {"H": "20:00", "COD": "13", "DAY": "29", "MON": "07", "NUM": "0730", "PRO": "PO", "YEA": "1849", "CITY": "Marseille", "NAME": "GRANET Félix", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20473	gravelle-andre-1925-09-30	{"e3": "731"}	{"lerrcp": "E3-731"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Gravelle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1925-09-30 01:00", "note": null, "place": {"c1": null, "c2": "10", "c3": "", "cy": "FR", "lg": 4.1433, "lat": 48.31184, "name": "Villechétif", "geoid": 2968836}, "notime": null, "date-ut": "1925-09-30 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "André", "family": "Gravelle"}, "birth": {"tzo": "+01:00", "date": "1925-09-30 01:00", "place": {"c2": "10", "c3": "", "cy": "FR", "lg": 4.1433, "lat": 48.31184, "name": "Villechétif", "geoid": 2968836}, "date-ut": "1925-09-30 00:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "731"}}, "raw": {"H": "01:00", "COD": "10", "DAY": "30", "MON": "09", "NUM": "0731", "PRO": "JO", "YEA": "1925", "CITY": "Villechétif", "NAME": "GRAVELLE André", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20474	greffeuille-marcel-1907-12-04	{"e3": "732"}	{"lerrcp": "E3-732"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Greffeuille", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-12-04 21:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1907-12-04 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Greffeuille"}, "birth": {"tzo": "+00:09", "date": "1907-12-04 21:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1907-12-04 20:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "732"}}, "raw": {"H": "21:00", "COD": "13", "DAY": "04", "MON": "12", "NUM": "0732", "PRO": "JO", "YEA": "1907", "CITY": "Marseille", "NAME": "GREFFEUILLE Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20475	gregoire-menie-laurentin-1919-08-15	{"e3": "733"}	{"lerrcp": "E3-733"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ménie (LAURENTIN)", "family": "Grégoire", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-08-15 16:30", "note": null, "place": {"c1": null, "c2": "49", "c3": "", "cy": "FR", "lg": -0.87974, "lat": 47.05893, "name": "Cholet", "geoid": 3025053}, "notime": null, "date-ut": "1919-08-15 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Ménie (LAURENTIN)", "family": "Grégoire"}, "birth": {"tzo": "+01:00", "date": "1919-08-15 16:30", "place": {"c2": "49", "c3": "", "cy": "FR", "lg": -0.87974, "lat": 47.05893, "name": "Cholet", "geoid": 3025053}, "date-ut": "1919-08-15 15:30"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "733"}}, "raw": {"H": "16:30", "COD": "49", "DAY": "15", "MON": "08", "NUM": "0733", "PRO": "JO", "YEA": "1919", "CITY": "Cholet", "NAME": "GRÉGOIRE Ménie (LAURENTIN)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20476	grevy-jules-1807-08-15	{"e3": "734"}	{"lerrcp": "E3-734"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Grévy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1807-08-15 23:00", "note": null, "place": {"c1": null, "c2": "39", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Mont ss Vaudrey", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Grévy"}, "birth": {"tzo": "", "date": "1807-08-15 23:00", "place": {"c2": "39", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Mont ss Vaudrey", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "734"}}, "raw": {"H": "23:00", "COD": "39", "DAY": "15", "MON": "08", "NUM": "0734", "PRO": "PO", "YEA": "1807", "CITY": "Mont ss Vaudrey", "NAME": "GRÉVY Jules", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20477	griffuelhes-victor-1874-03-14	{"e3": "735"}	{"lerrcp": "E3-735"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Griffuelhes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01", "date": "1874-03-14 07:00", "note": null, "place": {"c1": null, "c2": "47", "c3": "", "cy": "FR", "lg": 0.33844, "lat": 44.13597, "name": "Nérac", "geoid": 2990780}, "notime": null, "date-ut": "1874-03-14 06:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Griffuelhes"}, "birth": {"tzo": "+00:01", "date": "1874-03-14 07:00", "place": {"c2": "47", "c3": "", "cy": "FR", "lg": 0.33844, "lat": 44.13597, "name": "Nérac", "geoid": 2990780}, "date-ut": "1874-03-14 06:59"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "735"}}, "raw": {"H": "07:00", "COD": "47", "DAY": "14", "MON": "03", "NUM": "0735", "PRO": "PO", "YEA": "1874", "CITY": "Nérac", "NAME": "GRIFFUELHES Victor", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
12938	hugues-andre-1905-08-09	{"a5": "1471", "g55": "08-58"}	{"g55": "08-58", "lerrcp": "A5-1471"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Hugues", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1905-08-09 02:00", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 5.21667, "lat": 46.2, "name": "Divonne-les-Bains", "geoid": 0}, "notime": null, "date-ut": "1905-08-09 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Hugues"}, "birth": {"tzo": "+00:09:21", "date": "1905-08-09 02:00", "place": {"c2": "01", "cy": "FR", "lg": 5.21667, "lat": 46.2, "name": "Divonne-les-Bain", "geoid": 0}, "date-ut": "1905-08-09 01:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1471"}, "ids-in-sources": {"a5": "1471"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "01", "COU": "F", "DAY": "9", "LAT": "46N12", "LON": "5E13", "MON": "8", "NUM": "1471", "PRO": "PT", "SEC": "40", "YEA": "1905", "CITY": "DIVONNE-LES-BAIN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Divonne-les-Bains"}}, "partial-ids": {"g55": "08-58"}, "ids-in-source": {"g55": "08-58"}}, "raw": {"DAY": "9-8-1905", "HOUR": "2 h.", "NAME": "HUGUES André", "PLACE": "Divonne-les-Bains (Ain)."}, "date": "2023-08-20T14:49:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
20478	griuart-louis-1829-07-30	{"e3": "737"}	{"lerrcp": "E3-737"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Griuart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:07", "date": "1829-07-30 03:00", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1829-07-30 03:07"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Griuart"}, "birth": {"tzo": "-00:07", "date": "1829-07-30 03:00", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1829-07-30 03:07"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "737"}}, "raw": {"H": "03:00", "COD": "35", "DAY": "30", "MON": "07", "NUM": "0737", "PRO": "PO", "YEA": "1829", "CITY": "Rennes", "NAME": "GRIUART Louis", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20479	gros-brigitte-servan-schr-1925-06-12	{"e3": "738"}	{"lerrcp": "E3-738"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Brigitte (SERVAN-SCHR.)", "family": "Gros", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1925-06-12 23:50", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 2.0904, "lat": 48.89643, "name": "Saint-Germain-en-Laye", "geoid": 2979783}, "notime": null, "date-ut": "1925-06-12 22:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Brigitte (SERVAN-SCHR.)", "family": "Gros"}, "birth": {"tzo": "+01:00", "date": "1925-06-12 23:50", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 2.0904, "lat": 48.89643, "name": "Saint-Germain-en-Laye", "geoid": 2979783}, "date-ut": "1925-06-12 22:50"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "738"}}, "raw": {"H": "23:50", "COD": "78", "DAY": "12", "MON": "06", "NUM": "0738", "PRO": "JO", "YEA": "1925", "CITY": "St Germain en Laye", "NAME": "GROS Brigitte (SERVAN-SCHR.)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20480	grosfilley-robert-1920-05-23	{"e3": "739"}	{"lerrcp": "E3-739"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Grosfilley", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-05-23 17:45", "note": null, "place": {"c1": null, "c2": "90", "c3": "", "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "notime": null, "date-ut": "1920-05-23 16:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Grosfilley"}, "birth": {"tzo": "+01:00", "date": "1920-05-23 17:45", "place": {"c2": "90", "c3": "", "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "date-ut": "1920-05-23 16:45"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "739"}}, "raw": {"H": "17:45", "COD": "90", "DAY": "23", "MON": "05", "NUM": "0739", "PRO": "JO", "YEA": "1920", "CITY": "Belfort", "NAME": "GROSFILLEY Robert", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20481	guena-yves-1922-07-06	{"e3": "740"}	{"lerrcp": "E3-740"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Guena", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-07-06 22:45", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1922-07-06 21:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Guena"}, "birth": {"tzo": "+01:00", "date": "1922-07-06 22:45", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1922-07-06 21:45"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "740"}}, "raw": {"H": "22:45", "COD": "29", "DAY": "06", "MON": "07", "NUM": "0740", "PRO": "PO", "YEA": "1922", "CITY": "Brest", "NAME": "GUENA Yves", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20482	guerin-andre-1899-12-01	{"e3": "741"}	{"lerrcp": "E3-741"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Guerin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-12-01 04:15", "note": null, "place": {"c1": null, "c2": "61", "c3": "", "cy": "FR", "lg": -0.57466, "lat": 48.73722, "name": "Flers", "geoid": 3018339}, "notime": null, "date-ut": "1899-12-01 04:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "André", "family": "Guerin"}, "birth": {"tzo": "+00:09", "date": "1899-12-01 04:15", "place": {"c2": "61", "c3": "", "cy": "FR", "lg": -0.57466, "lat": 48.73722, "name": "Flers", "geoid": 3018339}, "date-ut": "1899-12-01 04:06"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "741"}}, "raw": {"H": "04:15", "COD": "61", "DAY": "01", "MON": "12", "NUM": "0741", "PRO": "JO", "YEA": "1899", "CITY": "Flers", "NAME": "GUERIN André", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20483	guerin-eugene-1849-07-27	{"e3": "742"}	{"lerrcp": "E3-742"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Guerin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20", "date": "1849-07-27 07:00", "note": null, "place": {"c1": null, "c2": "84", "c3": "", "cy": "FR", "lg": 5.04813, "lat": 44.05507, "name": "Carpentras", "geoid": 3028542}, "notime": null, "date-ut": "1849-07-27 06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Guerin"}, "birth": {"tzo": "+00:20", "date": "1849-07-27 07:00", "place": {"c2": "84", "c3": "", "cy": "FR", "lg": 5.04813, "lat": 44.05507, "name": "Carpentras", "geoid": 3028542}, "date-ut": "1849-07-27 06:40"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "742"}}, "raw": {"H": "07:00", "COD": "84", "DAY": "27", "MON": "07", "NUM": "0742", "PRO": "PO", "YEA": "1849", "CITY": "Carpentras", "NAME": "GUERIN Eugène", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20484	guerithault-gilles-1918-11-30	{"e3": "743"}	{"lerrcp": "E3-743"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilles", "family": "Guerithault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1918-11-30 03:00", "note": null, "place": {"c1": null, "c2": "37", "c3": "", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "notime": null, "date-ut": "1918-11-30 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Gilles", "family": "Guerithault"}, "birth": {"tzo": "+00:00", "date": "1918-11-30 03:00", "place": {"c2": "37", "c3": "", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "date-ut": "1918-11-30 03:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "743"}}, "raw": {"H": "03:00", "COD": "37", "DAY": "30", "MON": "11", "NUM": "0743", "PRO": "JO", "YEA": "1918", "CITY": "Tours", "NAME": "GUERITHAULT Gilles", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20485	guernier-charles-1870-04-26	{"e3": "744"}	{"lerrcp": "E3-744"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Guernier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:08", "date": "1870-04-26 00:20", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": -2.00877, "lat": 48.64738, "name": "Saint-Malo", "geoid": 2978640}, "notime": null, "date-ut": "1870-04-26 00:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Guernier"}, "birth": {"tzo": "-00:08", "date": "1870-04-26 00:20", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": -2.00877, "lat": 48.64738, "name": "Saint-Malo", "geoid": 2978640}, "date-ut": "1870-04-26 00:28"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "744"}}, "raw": {"H": "00:20", "COD": "35", "DAY": "26", "MON": "04", "NUM": "0744", "PRO": "PO", "YEA": "1870", "CITY": "St Malo", "NAME": "GUERNIER Charles", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20486	guernut-henri-1876-11-02	{"e3": "745"}	{"lerrcp": "E3-745"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Guernut", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1876-11-02 07:00", "note": null, "place": {"c1": null, "c2": "02", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Laroqueresse", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Guernut"}, "birth": {"tzo": "", "date": "1876-11-02 07:00", "place": {"c2": "02", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Laroqueresse", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "745"}}, "raw": {"H": "07:00", "COD": "02", "DAY": "02", "MON": "11", "NUM": "0745", "PRO": "PO", "YEA": "1876", "CITY": "Laroqueresse", "NAME": "GUERNUT Henri", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20487	guers-paul-dutron-1927-12-19	{"e3": "746"}	{"lerrcp": "E3-746"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul (DUTRON)", "family": "Guers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1927-12-19 07:00", "note": null, "place": {"c1": null, "c2": "37", "c3": "", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "notime": null, "date-ut": "1927-12-19 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Paul (DUTRON)", "family": "Guers"}, "birth": {"tzo": "+00:00", "date": "1927-12-19 07:00", "place": {"c2": "37", "c3": "", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "date-ut": "1927-12-19 07:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "746"}}, "raw": {"H": "07:00", "COD": "37", "DAY": "19", "MON": "12", "NUM": "0746", "PRO": "AC", "YEA": "1927", "CITY": "Tours", "NAME": "GUERS Paul (DUTRON)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20488	guibouret-fernand-1902-05-30	{"e3": "747"}	{"lerrcp": "E3-747"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Guibouret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1902-05-30 10:00", "note": null, "place": {"c1": null, "c2": "03", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Moulins sur  Allier", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Guibouret"}, "birth": {"tzo": "", "date": "1902-05-30 10:00", "place": {"c2": "03", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Moulins sur  Allier", "geoid": 0}, "date-ut": ""}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "747"}}, "raw": {"H": "10:00", "COD": "03", "DAY": "30", "MON": "05", "NUM": "0747", "PRO": "PAI", "YEA": "1902", "CITY": "Moulins/ Allier", "NAME": "GUIBOURET Fernand", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20489	guichard-alain-1917-10-21	{"e3": "748"}	{"lerrcp": "E3-748"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Guichard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1917-10-21 22:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1917-10-21 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Alain", "family": "Guichard"}, "birth": {"tzo": "+00:00", "date": "1917-10-21 22:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1917-10-21 22:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "748"}}, "raw": {"H": "22:00", "COD": "42", "DAY": "21", "MON": "10", "NUM": "0748", "PRO": "JO", "YEA": "1917", "CITY": "St-Etienne", "NAME": "GUICHARD Alain", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20490	guichard-olivier-1920-07-27	{"e3": "749"}	{"lerrcp": "E3-749"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Olivier", "family": "Guichard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-07-27 10:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.18332, "lat": 44.93621, "name": "Néac", "geoid": 2990845}, "notime": null, "date-ut": "1920-07-27 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Olivier", "family": "Guichard"}, "birth": {"tzo": "+01:00", "date": "1920-07-27 10:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.18332, "lat": 44.93621, "name": "Néac", "geoid": 2990845}, "date-ut": "1920-07-27 09:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "749"}}, "raw": {"H": "10:00", "COD": "33", "DAY": "27", "MON": "07", "NUM": "0749", "PRO": "PO", "YEA": "1920", "CITY": "Néac", "NAME": "GUICHARD Olivier", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20491	guichardan-roger-1906-10-16	{"e3": "750"}	{"lerrcp": "E3-750"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Guichardan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-10-16 11:00", "note": null, "place": {"c1": null, "c2": "73", "c3": "", "cy": "FR", "lg": 5.92079, "lat": 45.56628, "name": "Chambéry", "geoid": 3027422}, "notime": null, "date-ut": "1906-10-16 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Guichardan"}, "birth": {"tzo": "+00:09", "date": "1906-10-16 11:00", "place": {"c2": "73", "c3": "", "cy": "FR", "lg": 5.92079, "lat": 45.56628, "name": "Chambéry", "geoid": 3027422}, "date-ut": "1906-10-16 10:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "750"}}, "raw": {"H": "11:00", "COD": "73", "DAY": "16", "MON": "10", "NUM": "0750", "PRO": "JO", "YEA": "1906", "CITY": "Chambéry", "NAME": "GUICHARDAN Roger", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20492	guieysse-pierre-paul-1841-05-11	{"e3": "751"}	{"lerrcp": "E3-751"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre Paul", "family": "Guieysse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:13", "date": "1841-05-11 07:00", "note": null, "place": {"c1": null, "c2": "56", "c3": "", "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "notime": null, "date-ut": "1841-05-11 07:13"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre Paul", "family": "Guieysse"}, "birth": {"tzo": "-00:13", "date": "1841-05-11 07:00", "place": {"c2": "56", "c3": "", "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "date-ut": "1841-05-11 07:13"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "751"}}, "raw": {"H": "07:00", "COD": "56", "DAY": "11", "MON": "05", "NUM": "0751", "PRO": "PO", "YEA": "1841", "CITY": "Lorient", "NAME": "GUIEYSSE Pierre Paul", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20493	guillain-robert-1908-09-04	{"e3": "752"}	{"lerrcp": "E3-752"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Guillain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-09-04 04:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.235, "lat": 48.81381, "name": "Meudon", "geoid": 2994144}, "notime": null, "date-ut": "1908-09-04 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Guillain"}, "birth": {"tzo": "+00:09", "date": "1908-09-04 04:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.235, "lat": 48.81381, "name": "Meudon", "geoid": 2994144}, "date-ut": "1908-09-04 03:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "752"}}, "raw": {"H": "04:00", "COD": "92", "DAY": "04", "MON": "09", "NUM": "0752", "PRO": "JO", "YEA": "1908", "CITY": "Meudon", "NAME": "GUILLAIN Robert", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20494	guillaud-jean-louis-1929-03-05	{"e3": "753"}	{"lerrcp": "E3-753"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Louis", "family": "Guillaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1929-03-05 03:00", "note": null, "place": {"c1": null, "c2": "14", "c3": "", "cy": "FR", "lg": -0.35912, "lat": 49.18585, "name": "Caen", "geoid": 3029241}, "notime": null, "date-ut": "1929-03-05 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean-Louis", "family": "Guillaud"}, "birth": {"tzo": "+00:00", "date": "1929-03-05 03:00", "place": {"c2": "14", "c3": "", "cy": "FR", "lg": -0.35912, "lat": 49.18585, "name": "Caen", "geoid": 3029241}, "date-ut": "1929-03-05 03:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "753"}}, "raw": {"H": "03:00", "COD": "14", "DAY": "05", "MON": "03", "NUM": "0753", "PRO": "JO", "YEA": "1929", "CITY": "Caen", "NAME": "GUILLAUD Jean-Louis", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20495	guillaume-louis-1907-12-18	{"e3": "754"}	{"lerrcp": "E3-754"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Guillaume", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-12-18 02:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "12", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1907-12-18 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Guillaume"}, "birth": {"tzo": "+00:09", "date": "1907-12-18 02:00", "place": {"c2": "75", "c3": "12", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1907-12-18 01:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "754"}}, "raw": {"H": "02:00", "COD": "75", "DAY": "18", "MON": "12", "NUM": "0754", "PRO": "WR", "YEA": "1907", "CITY": "Paris 12ème", "NAME": "GUILLAUME Louis", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20496	guillaumin-claude-1929-10-22	{"e3": "755"}	{"lerrcp": "E3-755"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Guillaumin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1929-10-22 04:15", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.25666, "lat": 48.89672, "name": "Courbevoie", "geoid": 3023141}, "notime": null, "date-ut": "1929-10-22 04:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Guillaumin"}, "birth": {"tzo": "+00:00", "date": "1929-10-22 04:15", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.25666, "lat": 48.89672, "name": "Courbevoie", "geoid": 3023141}, "date-ut": "1929-10-22 04:15"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "755"}}, "raw": {"H": "04:15", "COD": "92", "DAY": "22", "MON": "10", "NUM": "0755", "PRO": "JO", "YEA": "1929", "CITY": "Courbevoie", "NAME": "GUILLAUMIN Claude", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20498	guingouin-georges-1913-02-02	{"e3": "757"}	{"lerrcp": "E3-757"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Guingouin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-02-02 14:00", "note": null, "place": {"c1": null, "c2": "87", "c3": "", "cy": "FR", "lg": 1.16642, "lat": 46.21524, "name": "Magnac-Laval", "geoid": 2996810}, "notime": null, "date-ut": "1913-02-02 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Guingouin"}, "birth": {"tzo": "+00:00", "date": "1913-02-02 14:00", "place": {"c2": "87", "c3": "", "cy": "FR", "lg": 1.16642, "lat": 46.21524, "name": "Magnac-Laval", "geoid": 2996810}, "date-ut": "1913-02-02 14:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "757"}}, "raw": {"H": "14:00", "COD": "87", "DAY": "02", "MON": "02", "NUM": "0757", "PRO": "PO", "YEA": "1913", "CITY": "Magnac-Laval", "NAME": "GUINGOUIN Georges", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20499	guiramand-paul-1926-02-01	{"e3": "758"}	{"lerrcp": "E3-758"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Guiramand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1926-02-01 03:30", "note": null, "place": {"c1": null, "c2": "02", "c3": "", "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "notime": null, "date-ut": "1926-02-01 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Guiramand"}, "birth": {"tzo": "+00:00", "date": "1926-02-01 03:30", "place": {"c2": "02", "c3": "", "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "date-ut": "1926-02-01 03:30"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "758"}}, "raw": {"H": "03:30", "COD": "02", "DAY": "01", "MON": "02", "NUM": "0758", "PRO": "PAI", "YEA": "1926", "CITY": "St-Quentin", "NAME": "GUIRAMAND Paul", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20500	guirec-jean-charton-1898-07-31	{"e3": "759"}	{"lerrcp": "E3-759"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean (CHARTON)", "family": "Guirec", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-07-31 10:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1898-07-31 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jean (CHARTON)", "family": "Guirec"}, "birth": {"tzo": "+00:09", "date": "1898-07-31 10:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1898-07-31 09:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "759"}}, "raw": {"H": "10:00", "COD": "33", "DAY": "31", "MON": "07", "NUM": "0759", "PRO": "WR", "YEA": "1898", "CITY": "Bordeaux", "NAME": "GUIREC Jean (CHARTON)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20501	guiringaud-louis-de-1911-10-12	{"e3": "760"}	{"lerrcp": "E3-760"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis de", "family": "Guiringaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-10-12 04:30", "note": null, "place": {"c1": null, "c2": "87", "c3": "", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1911-10-12 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis de", "family": "Guiringaud"}, "birth": {"tzo": "+00:00", "date": "1911-10-12 04:30", "place": {"c2": "87", "c3": "", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1911-10-12 04:30"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "760"}}, "raw": {"H": "04:30", "COD": "87", "DAY": "12", "MON": "10", "NUM": "0760", "PRO": "PO", "YEA": "1911", "CITY": "Limoges", "NAME": "GUIRINGAUD Louis de", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20502	guth-paul-1910-03-05	{"e3": "761"}	{"lerrcp": "E3-761"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Guth", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-03-05 05:00", "note": null, "place": {"c1": null, "c2": "65", "c3": "", "cy": "FR", "lg": -0.02662, "lat": 43.18393, "name": "Ossun", "geoid": 2989108}, "notime": null, "date-ut": "1910-03-05 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Guth"}, "birth": {"tzo": "+00:09", "date": "1910-03-05 05:00", "place": {"c2": "65", "c3": "", "cy": "FR", "lg": -0.02662, "lat": 43.18393, "name": "Ossun", "geoid": 2989108}, "date-ut": "1910-03-05 04:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "761"}}, "raw": {"H": "05:00", "COD": "65", "DAY": "05", "MON": "03", "NUM": "0761", "PRO": "WR", "YEA": "1910", "CITY": "Ossun", "NAME": "GUTH Paul", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20503	guyot-yves-1843-09-06	{"e3": "762"}	{"lerrcp": "E3-762"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Guyot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:08", "date": "1843-09-06 17:00", "note": null, "place": {"c1": null, "c2": "22", "c3": "", "cy": "FR", "lg": -2.05049, "lat": 48.45553, "name": "Dinan", "geoid": 3021356}, "notime": null, "date-ut": "1843-09-06 17:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Guyot"}, "birth": {"tzo": "-00:08", "date": "1843-09-06 17:00", "place": {"c2": "22", "c3": "", "cy": "FR", "lg": -2.05049, "lat": 48.45553, "name": "Dinan", "geoid": 3021356}, "date-ut": "1843-09-06 17:08"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "762"}}, "raw": {"H": "17:00", "COD": "22", "DAY": "06", "MON": "09", "NUM": "0762", "PRO": "PO", "YEA": "1843", "CITY": "Dinan", "NAME": "GUYOT Yves", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20504	habib-deloncle-michel-1921-11-26	{"e3": "763"}	{"lerrcp": "E3-763"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Habib-Deloncle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1921-11-26 11:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1921-11-26 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Habib-Deloncle"}, "birth": {"tzo": "+00:00", "date": "1921-11-26 11:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1921-11-26 11:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "763"}}, "raw": {"H": "11:00", "COD": "92", "DAY": "26", "MON": "11", "NUM": "0763", "PRO": "PO", "YEA": "1921", "CITY": "Neuilly sur Seine", "NAME": "HABIB-DELONCLE Michel", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20505	haby-rene-1919-10-09	{"e3": "764"}	{"lerrcp": "E3-764"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Haby", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1919-10-09 01:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Dombasle", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "René", "family": "Haby"}, "birth": {"tzo": "", "date": "1919-10-09 01:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Dombasle", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "764"}}, "raw": {"H": "01:00", "COD": "54", "DAY": "09", "MON": "10", "NUM": "0764", "PRO": "PO", "YEA": "1919", "CITY": "Dombasle", "NAME": "HABY René", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20506	hallyday-johnny-de-smet-j-p-1943-06-15	{"e3": "765"}	{"lerrcp": "E3-765"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johnny (de SMET J.P)", "family": "Hallyday", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+02:00", "date": "1943-06-15 13:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "9", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1943-06-15 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Johnny (de SMET J.P)", "family": "Hallyday"}, "birth": {"tzo": "+02:00", "date": "1943-06-15 13:00", "place": {"c2": "75", "c3": "9", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1943-06-15 11:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "765"}}, "raw": {"H": "13:00", "COD": "75", "DAY": "15", "MON": "06", "NUM": "0765", "PRO": "AC", "YEA": "1943", "CITY": "Paris 9ème", "NAME": "HALLYDAY Johnny (de SMET J.P)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20507	hamelet-michel-daniel-mario-1908-02-09	{"e3": "766"}	{"lerrcp": "E3-766"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel (DANIEL Mario)", "family": "Hamelet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-02-09 05:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.60449, "lat": 43.17476, "name": "La Ciotat", "geoid": 3010025}, "notime": null, "date-ut": "1908-02-09 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Michel (DANIEL Mario)", "family": "Hamelet"}, "birth": {"tzo": "+00:09", "date": "1908-02-09 05:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.60449, "lat": 43.17476, "name": "La Ciotat", "geoid": 3010025}, "date-ut": "1908-02-09 04:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "766"}}, "raw": {"H": "05:00", "COD": "13", "DAY": "09", "MON": "02", "NUM": "0766", "PRO": "JO", "YEA": "1908", "CITY": "La Ciotat", "NAME": "HAMELET Michel (DANIEL Mario)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20508	hamman-adalbert-1910-06-14	{"e3": "767"}	{"lerrcp": "E3-767"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adalbert", "family": "Hamman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1910-06-14 09:00", "note": null, "place": {"c1": null, "c2": "57", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Raling", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Adalbert", "family": "Hamman"}, "birth": {"tzo": "", "date": "1910-06-14 09:00", "place": {"c2": "57", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Raling", "geoid": 0}, "date-ut": ""}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "767"}}, "raw": {"H": "09:00", "COD": "57", "DAY": "14", "MON": "06", "NUM": "0767", "PRO": "WR", "YEA": "1910", "CITY": "Raling", "NAME": "HAMMAN Adalbert", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20509	hanin-roger-levy-1925-10-20	{"e3": "768"}	{"lerrcp": "E3-768"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger (LEVY)", "family": "Hanin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1925-10-20 00:00", "note": null, "place": {"c1": null, "c2": "", "c3": "", "cy": "DZ", "lg": 3.08746, "lat": 36.73225, "name": "Alger", "geoid": 2507480}, "notime": null, "date-ut": "1925-10-20 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Roger (LEVY)", "family": "Hanin"}, "birth": {"tzo": "+00:00", "date": "1925-10-20 00:00", "place": {"c2": "", "c3": "", "cy": "DZ", "lg": 3.08746, "lat": 36.73225, "name": "Alger", "geoid": 2507480}, "date-ut": "1925-10-20 00:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "768"}}, "raw": {"H": "00:00", "COD": "ALG", "DAY": "20", "MON": "10", "NUM": "0768", "PRO": "AC", "YEA": "1925", "CITY": "Alger - Algérie", "NAME": "HANIN Roger (LEVY)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20510	hanotaux-gabriel-1853-11-19	{"e3": "769"}	{"lerrcp": "E3-769"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Hanotaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13", "date": "1853-11-19 14:00", "note": null, "place": {"c1": null, "c2": "02", "c3": "", "cy": "FR", "lg": 3.30855, "lat": 49.99714, "name": "Beaurevoir", "geoid": 3034054}, "notime": null, "date-ut": "1853-11-19 13:47"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Hanotaux"}, "birth": {"tzo": "+00:13", "date": "1853-11-19 14:00", "place": {"c2": "02", "c3": "", "cy": "FR", "lg": 3.30855, "lat": 49.99714, "name": "Beaurevoir", "geoid": 3034054}, "date-ut": "1853-11-19 13:47"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "769"}}, "raw": {"H": "14:00", "COD": "02", "DAY": "19", "MON": "11", "NUM": "0769", "PRO": "PO", "YEA": "1853", "CITY": "Beaurevoir", "NAME": "HANOTAUX Gabriel", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20511	hanu-jose-1925-02-05	{"e3": "770"}	{"lerrcp": "E3-770"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "José", "family": "Hanu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1925-02-05 09:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 2.37681, "lat": 51.0344, "name": "Dunkerque", "geoid": 3020686}, "notime": null, "date-ut": "1925-02-05 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "José", "family": "Hanu"}, "birth": {"tzo": "+00:00", "date": "1925-02-05 09:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 2.37681, "lat": 51.0344, "name": "Dunkerque", "geoid": 3020686}, "date-ut": "1925-02-05 09:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "770"}}, "raw": {"H": "09:00", "COD": "59", "DAY": "05", "MON": "02", "NUM": "0770", "PRO": "JO", "YEA": "1925", "CITY": "Dunkerque", "NAME": "HANU José", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20512	hartemann-jean-claude-1929-12-18	{"e3": "771"}	{"lerrcp": "E3-771"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Claude", "family": "Hartemann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1929-12-18 15:00", "note": null, "place": {"c1": null, "c2": "70", "c3": "", "cy": "FR", "lg": 5.88362, "lat": 47.53714, "name": "Vezet", "geoid": 2969471}, "notime": null, "date-ut": "1929-12-18 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean Claude", "family": "Hartemann"}, "birth": {"tzo": "+00:00", "date": "1929-12-18 15:00", "place": {"c2": "70", "c3": "", "cy": "FR", "lg": 5.88362, "lat": 47.53714, "name": "Vezet", "geoid": 2969471}, "date-ut": "1929-12-18 15:00"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "771"}}, "raw": {"H": "15:00", "COD": "70", "DAY": "18", "MON": "12", "NUM": "0771", "PRO": "MUS", "YEA": "1929", "CITY": "Vezet", "NAME": "HARTEMANN Jean Claude", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20513	hartoy-maurice-de-hanot-d-1892-03-17	{"e3": "772"}	{"lerrcp": "E3-772"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice de (HANOT d')", "family": "Hartoy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1892-03-17 10:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Derneville", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Maurice de (HANOT d')", "family": "Hartoy"}, "birth": {"tzo": "", "date": "1892-03-17 10:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Derneville", "geoid": 0}, "date-ut": ""}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "772"}}, "raw": {"H": "10:00", "COD": "62", "DAY": "17", "MON": "03", "NUM": "0772", "PRO": "WR", "YEA": "1892", "CITY": "Derneville", "NAME": "HARTOY Maurice de (HANOT d')", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20514	harvec-herve-andre-1918-07-03	{"e3": "773"}	{"lerrcp": "E3-773"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(HERVÉ André)", "family": "Harvec", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-07-03 12:00", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": -2.06637, "lat": 47.64408, "name": "Saint-Nicolas-de-Redon", "geoid": 2977879}, "notime": null, "date-ut": "1918-07-03 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cartoonist"]	5	null	[{"new": {"name": {"given": "(HERVÉ André)", "family": "Harvec"}, "birth": {"tzo": "+01:00", "date": "1918-07-03 12:00", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": -2.06637, "lat": 47.64408, "name": "Saint-Nicolas-de-Redon", "geoid": 2977879}, "date-ut": "1918-07-03 11:00"}, "occus": ["cartoonist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "773"}}, "raw": {"H": "12:00", "COD": "44", "DAY": "03", "MON": "07", "NUM": "0773", "PRO": "CAR", "YEA": "1918", "CITY": "St Nicolas de Redon", "NAME": "HARVEC (HERVÉ André)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20515	hasquenoph-pierre-1922-10-20	{"e3": "774"}	{"lerrcp": "E3-774"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Hasquenoph", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-10-20 11:15", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": 2.40935, "lat": 48.89437, "name": "Pantin", "geoid": 2988621}, "notime": null, "date-ut": "1922-10-20 11:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Hasquenoph"}, "birth": {"tzo": "+00:00", "date": "1922-10-20 11:15", "place": {"c2": "93", "c3": "", "cy": "FR", "lg": 2.40935, "lat": 48.89437, "name": "Pantin", "geoid": 2988621}, "date-ut": "1922-10-20 11:15"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "774"}}, "raw": {"H": "11:15", "COD": "93", "DAY": "20", "MON": "10", "NUM": "0774", "PRO": "MUS", "YEA": "1922", "CITY": "Pantin", "NAME": "HASQUENOPH Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20516	haussmann-georges-eugene-1809-03-27	{"e3": "775"}	{"lerrcp": "E3-775"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges Eugène", "family": "Haussmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1809-03-27 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1809-03-27 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Georges Eugène", "family": "Haussmann"}, "birth": {"tzo": "+00:09", "date": "1809-03-27 06:00", "place": {"c2": "75", "c3": "", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1809-03-27 05:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "775"}}, "raw": {"H": "06:00", "COD": "75", "DAY": "27", "MON": "03", "NUM": "0775", "PRO": "PO", "YEA": "1809", "CITY": "Paris", "NAME": "HAUSSMANN Georges Eugène", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20517	heidsieck-eric-1936-08-21	{"e3": "776"}	{"lerrcp": "E3-776"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eric", "family": "Heidsieck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1936-08-21 06:30", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "notime": null, "date-ut": "1936-08-21 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Eric", "family": "Heidsieck"}, "birth": {"tzo": "+01:00", "date": "1936-08-21 06:30", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "date-ut": "1936-08-21 05:30"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "776"}}, "raw": {"H": "06:30", "COD": "51", "DAY": "21", "MON": "08", "NUM": "0776", "PRO": "MUS", "YEA": "1936", "CITY": "Reims", "NAME": "HEIDSIECK Eric", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20518	heitz-robert-1895-08-03	{"e3": "777"}	{"lerrcp": "E3-777"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Heitz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1895-08-03 00:15", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.36221, "lat": 48.74164, "name": "Saverne", "geoid": 2975588}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Heitz"}, "birth": {"tzo": "", "date": "1895-08-03 00:15", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.36221, "lat": 48.74164, "name": "Saverne", "geoid": 2975588}, "date-ut": ""}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "777"}}, "raw": {"H": "00:15", "COD": "67", "DAY": "03", "MON": "08", "NUM": "0777", "PRO": "PAI", "YEA": "1895", "CITY": "Saverne", "NAME": "HEITZ Robert", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20519	hennessy-oean-1874-04-26	{"e3": "778"}	{"lerrcp": "E3-778"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oean", "family": "Hennessy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1874-04-26 08:00", "note": null, "place": {"c1": null, "c2": "16", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Richemont sur Lognac", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Oean", "family": "Hennessy"}, "birth": {"tzo": "", "date": "1874-04-26 08:00", "place": {"c2": "16", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Richemont sur Lognac", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "778"}}, "raw": {"H": "08:00", "COD": "16", "DAY": "26", "MON": "04", "NUM": "0778", "PRO": "PO", "YEA": "1874", "CITY": "Richemont/Lognac", "NAME": "HENNESSY Oean", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20520	henry-andre-1934-10-15	{"e3": "779"}	{"lerrcp": "E3-779"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Henry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1934-10-15 18:00", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 6.19989, "lat": 47.97365, "name": "Fontenoy-le-Château", "geoid": 3017864}, "notime": null, "date-ut": "1934-10-15 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Henry"}, "birth": {"tzo": "+00:00", "date": "1934-10-15 18:00", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 6.19989, "lat": 47.97365, "name": "Fontenoy-le-Château", "geoid": 3017864}, "date-ut": "1934-10-15 18:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "779"}}, "raw": {"H": "18:00", "COD": "88", "DAY": "15", "MON": "10", "NUM": "0779", "PRO": "PO", "YEA": "1934", "CITY": "Fontenoy le Chateau", "NAME": "HENRY André", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20521	herard-jean-1888-07-06	{"e3": "780"}	{"lerrcp": "E3-780"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Herard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1888-07-06 12:00", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Le Vésinet", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Herard"}, "birth": {"tzo": "", "date": "1888-07-06 12:00", "place": {"c2": "93", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Le Vésinet", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "780"}}, "raw": {"H": "12:00", "COD": "93", "DAY": "06", "MON": "07", "NUM": "0780", "PRO": "PO", "YEA": "1888", "CITY": "Le Vésinet", "NAME": "HERARD Jean", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20522	heraud-marcel-1883-05-08	{"e3": "781"}	{"lerrcp": "E3-781"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Heraud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11", "date": "1883-05-08 01:00", "note": null, "place": {"c1": null, "c2": "03", "c3": "", "cy": "FR", "lg": 2.8208, "lat": 46.61791, "name": "Cérilly", "geoid": 3027880}, "notime": null, "date-ut": "1883-05-08 00:49"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Heraud"}, "birth": {"tzo": "+00:11", "date": "1883-05-08 01:00", "place": {"c2": "03", "c3": "", "cy": "FR", "lg": 2.8208, "lat": 46.61791, "name": "Cérilly", "geoid": 3027880}, "date-ut": "1883-05-08 00:49"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "781"}}, "raw": {"H": "01:00", "COD": "03", "DAY": "08", "MON": "05", "NUM": "0781", "PRO": "PO", "YEA": "1883", "CITY": "Cérilly", "NAME": "HERAUD Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20523	herault-rene-1837-08-27	{"e3": "782"}	{"lerrcp": "E3-782"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Herault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02", "date": "1837-08-27 01:00", "note": null, "place": {"c1": null, "c2": "86", "c3": "", "cy": "FR", "lg": 0.54518, "lat": 46.81705, "name": "Châtellerault", "geoid": 3026141}, "notime": null, "date-ut": "1837-08-27 00:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "René", "family": "Herault"}, "birth": {"tzo": "+00:02", "date": "1837-08-27 01:00", "place": {"c2": "86", "c3": "", "cy": "FR", "lg": 0.54518, "lat": 46.81705, "name": "Châtellerault", "geoid": 3026141}, "date-ut": "1837-08-27 00:58"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "782"}}, "raw": {"H": "01:00", "COD": "86", "DAY": "27", "MON": "08", "NUM": "0782", "PRO": "PO", "YEA": "1837", "CITY": "Châtellerault", "NAME": "HERAULT René", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20524	heriat-philippe-payelle-1898-09-15	{"e3": "783"}	{"lerrcp": "E3-783"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe (PAYELLE)", "family": "Heriat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-09-15 16:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "1", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1898-09-15 16:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Philippe (PAYELLE)", "family": "Heriat"}, "birth": {"tzo": "+00:09", "date": "1898-09-15 16:30", "place": {"c2": "75", "c3": "1", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1898-09-15 16:21"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "783"}}, "raw": {"H": "16:30", "COD": "75", "DAY": "15", "MON": "09", "NUM": "0783", "PRO": "WR", "YEA": "1898", "CITY": "Paris 1er", "NAME": "HERIAT Philippe (PAYELLE)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20525	herisson-charles-1831-10-12	{"e3": "784"}	{"lerrcp": "E3-784"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Herisson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14", "date": "1831-10-12 10:00", "note": null, "place": {"c1": null, "c2": "58", "c3": "", "cy": "FR", "lg": 3.51524, "lat": 47.50953, "name": "Surgy", "geoid": 2973670}, "notime": null, "date-ut": "1831-10-12 09:46"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Herisson"}, "birth": {"tzo": "+00:14", "date": "1831-10-12 10:00", "place": {"c2": "58", "c3": "", "cy": "FR", "lg": 3.51524, "lat": 47.50953, "name": "Surgy", "geoid": 2973670}, "date-ut": "1831-10-12 09:46"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "784"}}, "raw": {"H": "10:00", "COD": "58", "DAY": "12", "MON": "10", "NUM": "0784", "PRO": "PO", "YEA": "1831", "CITY": "Surgy", "NAME": "HERISS0N Charles", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20526	hernu-charles-1923-07-03	{"e3": "785"}	{"lerrcp": "E3-785"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Hernu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1923-07-03 21:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.09795, "lat": 47.99597, "name": "Quimper", "geoid": 2984701}, "notime": null, "date-ut": "1923-07-03 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Hernu"}, "birth": {"tzo": "+01:00", "date": "1923-07-03 21:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.09795, "lat": 47.99597, "name": "Quimper", "geoid": 2984701}, "date-ut": "1923-07-03 20:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "785"}}, "raw": {"H": "21:00", "COD": "29", "DAY": "03", "MON": "07", "NUM": "0785", "PRO": "PO", "YEA": "1923", "CITY": "Quimper", "NAME": "HERNU Charles", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20527	herold-paquis-jean-herold-1912-02-04	{"e3": "786"}	{"lerrcp": "E3-786"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean (HEROLD)", "family": "Herold-Paquis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1912-02-04 09:00", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 6.52806, "lat": 48.11856, "name": "Arches", "geoid": 3037209}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean (HEROLD)", "family": "Herold-Paquis"}, "birth": {"tzo": "", "date": "1912-02-04 09:00", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 6.52806, "lat": 48.11856, "name": "Arches", "geoid": 3037209}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "786"}}, "raw": {"H": "09:00", "COD": "88", "DAY": "04", "MON": "02", "NUM": "0786", "PRO": "JO", "YEA": "1912", "CITY": "Arches", "NAME": "HEROLD-PAQUIS Jean (HEROLD)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
12940	jacquinot-louis-1898-09-16	{"a5": "1473", "g55": "08-60"}	{"g55": "08-60", "lerrcp": "A5-1473"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Jacquinot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1898-09-16 05:00", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.16667, "lat": 48.76667, "name": "Gonarecourt", "geoid": 0}, "notime": null, "date-ut": "1898-09-16 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Jacquinot"}, "birth": {"tzo": "+00:09:21", "date": "1898-09-16 05:00", "place": {"c2": "55", "cy": "FR", "lg": 5.16667, "lat": 48.76667, "name": "Gondrecourt-le-", "geoid": 0}, "date-ut": "1898-09-16 04:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1473"}, "ids-in-sources": {"a5": "1473"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "55", "COU": "F", "DAY": "16", "LAT": "48N46", "LON": "5E10", "MON": "9", "NUM": "1473", "PRO": "PT", "SEC": "40", "YEA": "1898", "CITY": "GONDRECOURT-LE-"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Gonarecourt"}}, "partial-ids": {"g55": "08-60"}, "ids-in-source": {"g55": "08-60"}}, "raw": {"DAY": "16-9-1898", "HOUR": "5 h.", "NAME": "JACQUINOT Louis", "PLACE": "Gonarecourt (Meuse)."}, "date": "2023-08-20T14:49:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
20528	heymann-philippe-1938-10-21	{"e3": "788"}	{"lerrcp": "E3-788"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Heymann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1938-10-21 04:50", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1938-10-21 04:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Heymann"}, "birth": {"tzo": "+00:00", "date": "1938-10-21 04:50", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1938-10-21 04:50"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "788"}}, "raw": {"H": "04:50", "COD": "59", "DAY": "21", "MON": "10", "NUM": "0788", "PRO": "JO", "YEA": "1938", "CITY": "Lille", "NAME": "HEYMANN Philippe", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20529	higgins-george-william-1916-05-05	{"e3": "789"}	{"lerrcp": "E3-789"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "George-William", "family": "Higgins", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-05-05 18:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1916-05-05 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "George-William", "family": "Higgins"}, "birth": {"tzo": "+00:00", "date": "1916-05-05 18:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1916-05-05 18:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "789"}}, "raw": {"H": "18:00", "COD": "92", "DAY": "05", "MON": "05", "NUM": "0789", "PRO": "JO", "YEA": "1916", "CITY": "Neuilly sur Seine", "NAME": "HIGGINS George-William", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20530	hilaire-camille-1916-08-02	{"e3": "790"}	{"lerrcp": "E3-790"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Hilaire", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1916-08-02 09:00", "note": null, "place": {"c1": null, "c2": "57", "c3": "", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Hilaire"}, "birth": {"tzo": "", "date": "1916-08-02 09:00", "place": {"c2": "57", "c3": "", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": ""}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "790"}}, "raw": {"H": "09:00", "COD": "57", "DAY": "02", "MON": "08", "NUM": "0790", "PRO": "PAI", "YEA": "1916", "CITY": "Metz", "NAME": "HILAIRE Camille", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20531	hillairet-jacques-coussillan-1886-07-31	{"e3": "791"}	{"lerrcp": "E3-791"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques (COUSSILLAN)", "family": "Hillairet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11", "date": "1886-07-31 03:00", "note": null, "place": {"c1": null, "c2": "03", "c3": "", "cy": "FR", "lg": 2.74163, "lat": 46.28876, "name": "Commentry", "geoid": 3024090}, "notime": null, "date-ut": "1886-07-31 02:49"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jacques (COUSSILLAN)", "family": "Hillairet"}, "birth": {"tzo": "+00:11", "date": "1886-07-31 03:00", "place": {"c2": "03", "c3": "", "cy": "FR", "lg": 2.74163, "lat": 46.28876, "name": "Commentry", "geoid": 3024090}, "date-ut": "1886-07-31 02:49"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "791"}}, "raw": {"H": "03:00", "COD": "03", "DAY": "31", "MON": "07", "NUM": "0791", "PRO": "WR", "YEA": "1886", "CITY": "Commentry", "NAME": "HILLAIRET Jacques (COUSSILLAN)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20532	hirsch-robert-1925-07-26	{"e3": "792"}	{"lerrcp": "E3-792"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Hirsch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1925-07-26 05:00", "note": null, "place": {"c1": null, "c2": "95", "c3": "", "cy": "FR", "lg": 2.22818, "lat": 49.10744, "name": "L'Isle-Adam", "geoid": 2998140}, "notime": null, "date-ut": "1925-07-26 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Hirsch"}, "birth": {"tzo": "+01:00", "date": "1925-07-26 05:00", "place": {"c2": "95", "c3": "", "cy": "FR", "lg": 2.22818, "lat": 49.10744, "name": "L'Isle-Adam", "geoid": 2998140}, "date-ut": "1925-07-26 04:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "792"}}, "raw": {"H": "05:00", "COD": "95", "DAY": "26", "MON": "07", "NUM": "0792", "PRO": "AC", "YEA": "1925", "CITY": "L'Isle-Adam", "NAME": "HIRSCH Robert", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20533	hossein-robert-1927-12-30	{"e3": "793"}	{"lerrcp": "E3-793"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Hossein", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1927-12-30 02:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "12", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1927-12-30 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Hossein"}, "birth": {"tzo": "+00:00", "date": "1927-12-30 02:30", "place": {"c2": "75", "c3": "12", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1927-12-30 02:30"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "793"}}, "raw": {"H": "02:30", "COD": "75", "DAY": "30", "MON": "12", "NUM": "0793", "PRO": "AC", "YEA": "1927", "CITY": "Paris 12ème", "NAME": "HOSSEIN Robert", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20534	houdart-jean-1923-02-01	{"e3": "794"}	{"lerrcp": "E3-794"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Houdart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-02-01 11:30", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": 2.65356, "lat": 48.5457, "name": "Melun", "geoid": 2994651}, "notime": null, "date-ut": "1923-02-01 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Houdart"}, "birth": {"tzo": "+00:00", "date": "1923-02-01 11:30", "place": {"c2": "77", "c3": "", "cy": "FR", "lg": 2.65356, "lat": 48.5457, "name": "Melun", "geoid": 2994651}, "date-ut": "1923-02-01 11:30"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "794"}}, "raw": {"H": "11:30", "COD": "77", "DAY": "01", "MON": "02", "NUM": "0794", "PRO": "JO", "YEA": "1923", "CITY": "Melun", "NAME": "HOUDART Jean", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20535	houdet-poger-1899-06-14	{"e3": "795"}	{"lerrcp": "E3-795"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Poger", "family": "Houdet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-06-14 12:00", "note": null, "place": {"c1": null, "c2": "49", "c3": "", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "notime": null, "date-ut": "1899-06-14 11:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Poger", "family": "Houdet"}, "birth": {"tzo": "+00:09", "date": "1899-06-14 12:00", "place": {"c2": "49", "c3": "", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "date-ut": "1899-06-14 11:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "795"}}, "raw": {"H": "12:00", "COD": "49", "DAY": "14", "MON": "06", "NUM": "0795", "PRO": "PO", "YEA": "1899", "CITY": "Angers", "NAME": "HOUDET Poger", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20536	houdy-pierick-1929-01-18	{"e3": "796"}	{"lerrcp": "E3-796"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierick", "family": "Houdy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1929-01-18 19:00", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1929-01-18 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Pierick", "family": "Houdy"}, "birth": {"tzo": "+00:00", "date": "1929-01-18 19:00", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1929-01-18 19:00"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "796"}}, "raw": {"H": "19:00", "COD": "35", "DAY": "18", "MON": "01", "NUM": "0796", "PRO": "MUS", "YEA": "1929", "CITY": "Rennes", "NAME": "HOUDY Pierick", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20537	houteer-gerard-1930-10-18	{"e3": "797"}	{"lerrcp": "E3-797"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Houteer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1930-10-18 18:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "notime": null, "date-ut": "1930-10-18 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Gérard", "family": "Houteer"}, "birth": {"tzo": "+00:00", "date": "1930-10-18 18:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "date-ut": "1930-10-18 18:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "797"}}, "raw": {"H": "18:00", "COD": "59", "DAY": "18", "MON": "10", "NUM": "0797", "PRO": "JO", "YEA": "1930", "CITY": "Douai", "NAME": "HOUTEER Gérard", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20538	hueber-jean-jacques-1920-02-26	{"e3": "798"}	{"lerrcp": "E3-798"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Jacques", "family": "Hueber", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-02-26 03:30", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1920-02-26 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean-Jacques", "family": "Hueber"}, "birth": {"tzo": "+01:00", "date": "1920-02-26 03:30", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1920-02-26 02:30"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "798"}}, "raw": {"H": "03:30", "COD": "67", "DAY": "26", "MON": "02", "NUM": "0798", "PRO": "PAI", "YEA": "1920", "CITY": "Strasbourg", "NAME": "HUEBER Jean-Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20539	hugues-patrice-1930-04-10	{"e3": "799"}	{"lerrcp": "E3-799"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Patrice", "family": "Hugues", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1930-04-10 07:55", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.25666, "lat": 48.89672, "name": "Courbevoie", "geoid": 3023141}, "notime": null, "date-ut": "1930-04-10 07:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Patrice", "family": "Hugues"}, "birth": {"tzo": "+00:00", "date": "1930-04-10 07:55", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.25666, "lat": 48.89672, "name": "Courbevoie", "geoid": 3023141}, "date-ut": "1930-04-10 07:55"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "799"}}, "raw": {"H": "07:55", "COD": "92", "DAY": "10", "MON": "04", "NUM": "0799", "PRO": "PAI", "YEA": "1930", "CITY": "Courbevoie", "NAME": "HUGUES Patrice", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20540	hulin-gaston-1882-07-24	{"e3": "800"}	{"lerrcp": "E3-800"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Hulin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01", "date": "1882-07-24 13:30", "note": null, "place": {"c1": null, "c2": "86", "c3": "", "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "notime": null, "date-ut": "1882-07-24 13:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Hulin"}, "birth": {"tzo": "+00:01", "date": "1882-07-24 13:30", "place": {"c2": "86", "c3": "", "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "date-ut": "1882-07-24 13:29"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "800"}}, "raw": {"H": "13:30", "COD": "86", "DAY": "24", "MON": "07", "NUM": "0800", "PRO": "PO", "YEA": "1882", "CITY": "Poitiers", "NAME": "HULIN Gaston", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20541	humbert-gustave-1822-06-28	{"e3": "801"}	{"lerrcp": "E3-801"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Humbert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25", "date": "1822-06-28 11:00", "note": null, "place": {"c1": null, "c2": "57", "c3": "", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1822-06-28 10:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Humbert"}, "birth": {"tzo": "+00:25", "date": "1822-06-28 11:00", "place": {"c2": "57", "c3": "", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1822-06-28 10:35"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "801"}}, "raw": {"H": "11:00", "COD": "57", "DAY": "28", "MON": "06", "NUM": "0801", "PRO": "PO", "YEA": "1822", "CITY": "Metz", "NAME": "HUMBERT Gustave", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
18662	husson-albert-1912-08-03	{"e1": "1031", "e3": "802"}	{"lerrcp": "E1-1031"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Husson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-08-03 21:45", "note": null, "place": {"c1": null, "c2": "69", "c3": "5", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1912-08-03 21:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive", "writer"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Husson"}, "birth": {"tzo": "+00:00", "date": "1912-08-03 21:45", "place": {"c2": "69", "c3": "5", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1912-08-03 21:45"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1031"}}, "raw": {"H": "21:45", "COD": "69", "DAY": "03", "MON": "08", "NUM": "1031", "PRO": "EX", "YEA": "1912", "CITY": "Lyon 5ème", "NAME": "HUSSON Albert", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"occus": ["writer"], "ids-in-sources": {"e3": "802"}}, "raw": {"H": "21:45", "COD": "69", "DAY": "03", "MON": "08", "NUM": "0802", "PRO": "WR", "YEA": "1912", "CITY": "Lyon 5ème", "NAME": "HUSSON Albert", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20542	huteau-jean-1919-04-21	{"e3": "803"}	{"lerrcp": "E3-803"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Huteau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-04-21 12:50", "note": null, "place": {"c1": null, "c2": "45", "c3": "", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1919-04-21 11:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Huteau"}, "birth": {"tzo": "+01:00", "date": "1919-04-21 12:50", "place": {"c2": "45", "c3": "", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1919-04-21 11:50"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "803"}}, "raw": {"H": "12:50", "COD": "45", "DAY": "21", "MON": "04", "NUM": "0803", "PRO": "JO", "YEA": "1919", "CITY": "Orléans", "NAME": "HUTEAU Jean", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20543	ignace-edouard-1862-01-04	{"e3": "805"}	{"lerrcp": "E3-805"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Ignace", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:27", "date": "1862-01-04 00:30", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.73946, "lat": 48.44984, "name": "Baccarat", "geoid": 3035498}, "notime": null, "date-ut": "1862-01-04 00:03"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Ignace"}, "birth": {"tzo": "+00:27", "date": "1862-01-04 00:30", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.73946, "lat": 48.44984, "name": "Baccarat", "geoid": 3035498}, "date-ut": "1862-01-04 00:03"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "805"}}, "raw": {"H": "00:30", "COD": "54", "DAY": "04", "MON": "01", "NUM": "0805", "PRO": "PO", "YEA": "1862", "CITY": "Baccarat", "NAME": "IGNACE Edouard", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
59	marcillac-raymond-1917-04-11	{"a1": "59", "e3": "999", "3a_sports": "2667", "cfepp-final3": "93"}	{"cfepp": "CF-93", "cpara": "CP-295", "ertel": "ES-2667", "lerrcp": "A1-59"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Marcillac", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1917-04-11 14:20", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.28864, "lat": 48.89389, "name": "Levallois-Perret", "geoid": 2998975}, "notime": null, "date-ut": "1917-04-11 13:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor", "journalist"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Marcillac"}, "birth": {"tzo": "+01:00", "date": "1917-04-11 14:20", "place": {"c2": "92", "cy": "FR", "lg": 2.28864, "lat": 48.89389, "name": "Levallois-Perret", "geoid": 2998975}, "date-ut": "1917-04-11 13:20"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-59"}, "ids-in-sources": {"a1": "59"}}, "raw": {"H": "13", "MN": "20", "TZ": "0", "COD": "92", "COU": "F", "DAY": "11", "LAT": "48N50", "LON": "2E11", "MON": "4", "NUM": "59", "PRO": "C", "SEC": "0", "YEA": "1917", "CITY": "LEVALLOIS-PERRET"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"occus": ["journalist"], "ids-in-sources": {"e3": "999"}}, "raw": {"H": "14:20", "COD": "92", "DAY": "11", "MON": "04", "NUM": "0999", "PRO": "JO", "YEA": "1917", "CITY": "Levallois-Perret", "NAME": "MARCILLAC Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1917-04-11 14:20"}, "partial-ids": {"ertel": "ES-2667"}}, "raw": {"L": "", "MF": "", "NR": "2667", "ENG": "1", "MA_": "2", "G_NR": "59", "MA12": "4", "MARS": "12", "NAME": "Marcillac", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,100", "CSINR": "", "KURTZ": "", "PHAS_": "87,600", "STUND": "14,33", "CFEPNR": "93", "EXTEND": "1", "NATION": "FRA", "TAGMON": "11.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "295", "VORNAME": "Raymond", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "11.04.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1917-04-11 14:20", "place": {"c3": ""}, "date-ut": "1917-04-11 13:20"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "93"}}, "raw": {"S": "4", "LT": "14 20", "LV": "FI", "TR": "f", "UT": "13 20", "LAT": "+48.90", "SRC": "AL", "LONG": "-02.29", "NAME": "MARCILLAC Raymond", "SPORT": "Track & Field", "LOC_DATE": "1917 04 11", "UNIV_DATE": "1917 04 11", "BIRTH_PLACE": "LEVALLOIS PERRET", "POSTAL_CODE": "92309 CEDEX"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
72	skawinski-pierre-1912-12-23	{"a1": "72", "e1": "1936", "g55": "03-26", "3a_sports": "3836", "cfepp-final3": "129"}	{"g55": "03-26", "cfepp": "CF-129", "cpara": "CP-389", "ertel": "ES-3836", "lerrcp": "A1-72"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Skawinski", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1912-12-23 12:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1912-12-23 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor", "executive"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Skawinski"}, "birth": {"tzo": "+00:00", "date": "1912-12-23 12:00", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1912-12-23 12:00"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-72"}, "ids-in-sources": {"a1": "72"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "33", "COU": "F", "DAY": "23", "LAT": "44N50", "LON": "0W34", "MON": "12", "NUM": "72", "PRO": "C", "SEC": "0", "YEA": "1912", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"occus": ["executive"], "ids-in-sources": {"e1": "1936"}}, "raw": {"H": "12:00", "COD": "33", "DAY": "23", "MON": "12", "NUM": "1936", "PRO": "EX", "YEA": "1912", "CITY": "Bordeaux", "NAME": "SKAWINSKI Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1912-12-23 12:00"}, "partial-ids": {"ertel": "ES-3836"}}, "raw": {"L": "", "MF": "", "NR": "3836", "ENG": "1", "MA_": "2", "G_NR": "72", "MA12": "4", "MARS": "12", "NAME": "Skawinski", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,300", "CSINR": "", "KURTZ": "", "PHAS_": "97,900", "STUND": "12,00", "CFEPNR": "129", "EXTEND": "1", "NATION": "FRA", "TAGMON": "23.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "389", "VORNAME": "Pierre", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "23.12.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1912-12-23 12:00", "place": {"c3": ""}, "date-ut": "1912-12-23 12:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "129"}}, "raw": {"S": "4", "LT": "12 00", "LV": "FI", "TR": "f", "UT": "12 00", "LAT": "+44.84", "SRC": "ALG", "LONG": "+00.57", "NAME": "SKAWINSKI Pierre", "SPORT": "Track & Field", "LOC_DATE": "1912 12 23", "UNIV_DATE": "1912 12 23", "BIRTH_PLACE": "BORDEAUX", "POSTAL_CODE": "33077 CEDEX"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-26"}, "ids-in-source": {"g55": "03-26"}}, "raw": {"DAY": "23-12-1912", "HOUR": "12 h.", "NAME": "SKAWINSKI Pierre", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:48:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
20544	imbert-claude-1929-11-12	{"e3": "806"}	{"lerrcp": "E3-806"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Imbert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1929-11-12 22:30", "note": null, "place": {"c1": null, "c2": "12", "c3": "", "cy": "FR", "lg": 2.37382, "lat": 44.23296, "name": "Quins", "geoid": 2984665}, "notime": null, "date-ut": "1929-11-12 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Imbert"}, "birth": {"tzo": "+00:00", "date": "1929-11-12 22:30", "place": {"c2": "12", "c3": "", "cy": "FR", "lg": 2.37382, "lat": 44.23296, "name": "Quins", "geoid": 2984665}, "date-ut": "1929-11-12 22:30"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "806"}}, "raw": {"H": "22:30", "COD": "12", "DAY": "12", "MON": "11", "NUM": "0806", "PRO": "JO", "YEA": "1929", "CITY": "Quins", "NAME": "IMBERT Claude", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20545	imbourg-pierre-1903-08-26	{"e3": "807"}	{"lerrcp": "E3-807"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Imbourg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1903-08-26 16:00", "note": null, "place": {"c1": null, "c2": "17", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Jeand'Angély", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Imbourg"}, "birth": {"tzo": "", "date": "1903-08-26 16:00", "place": {"c2": "17", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Jeand'Angély", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "807"}}, "raw": {"H": "16:00", "COD": "17", "DAY": "26", "MON": "08", "NUM": "0807", "PRO": "JO", "YEA": "1903", "CITY": "St Jeand'Angély", "NAME": "IMBOURG Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20546	inchauspe-michel-1925-11-05	{"e3": "808"}	{"lerrcp": "E3-808"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Inchauspé", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1925-11-05 19:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -1.23729, "lat": 43.16473, "name": "Saint-Jean-Pied-de-Port", "geoid": 2979207}, "notime": null, "date-ut": "1925-11-05 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Inchauspé"}, "birth": {"tzo": "+00:00", "date": "1925-11-05 19:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": -1.23729, "lat": 43.16473, "name": "Saint-Jean-Pied-de-Port", "geoid": 2979207}, "date-ut": "1925-11-05 19:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "808"}}, "raw": {"H": "19:00", "COD": "64", "DAY": "05", "MON": "11", "NUM": "0808", "PRO": "PO", "YEA": "1925", "CITY": "St Jean pied de Port", "NAME": "INCHAUSPÉ Michel", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20547	innocent-frank-1912-11-20	{"e3": "809"}	{"lerrcp": "E3-809"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frank", "family": "Innocent", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-11-20 06:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 0.94256, "lat": 49.35863, "name": "Sahurs", "geoid": 2981996}, "notime": null, "date-ut": "1912-11-20 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Frank", "family": "Innocent"}, "birth": {"tzo": "+00:00", "date": "1912-11-20 06:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 0.94256, "lat": 49.35863, "name": "Sahurs", "geoid": 2981996}, "date-ut": "1912-11-20 06:00"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "809"}}, "raw": {"H": "06:00", "COD": "76", "DAY": "20", "MON": "11", "NUM": "0809", "PRO": "PAI", "YEA": "1912", "CITY": "Sahurs", "NAME": "INNOCENT Frank", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20548	isaac-auguste-1849-09-06	{"e3": "810"}	{"lerrcp": "E3-810"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Isaac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13", "date": "1849-09-06 11:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1849-09-06 10:47"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Isaac"}, "birth": {"tzo": "+00:13", "date": "1849-09-06 11:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1849-09-06 10:47"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "810"}}, "raw": {"H": "11:00", "COD": "59", "DAY": "06", "MON": "09", "NUM": "0810", "PRO": "PO", "YEA": "1849", "CITY": "Roubaix", "NAME": "ISAAC Auguste", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20549	izard-georges-1903-06-17	{"e3": "811"}	{"lerrcp": "E3-811"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Izard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-06-17 02:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.29488, "lat": 43.4499, "name": "Abeilhan", "geoid": 3038782}, "notime": null, "date-ut": "1903-06-17 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Izard"}, "birth": {"tzo": "+00:09", "date": "1903-06-17 02:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.29488, "lat": 43.4499, "name": "Abeilhan", "geoid": 3038782}, "date-ut": "1903-06-17 01:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "811"}}, "raw": {"H": "02:00", "COD": "34", "DAY": "17", "MON": "06", "NUM": "0811", "PRO": "WR", "YEA": "1903", "CITY": "Abeilhan", "NAME": "IZARD Georges", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
10733	jacob-maxime-1906-01-13	{"a4": "1981", "e3": "812"}	{"lerrcp": "A4-1981"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maxime", "family": "Jacob", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1906-01-13 11:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1906-01-13 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Maxime", "family": "Jacob"}, "birth": {"tzo": "+00:09:21", "date": "1906-01-13 11:00", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1906-01-13 10:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1981"}, "ids-in-sources": {"a4": "1981"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "33", "COU": "F", "DAY": "13", "LAT": "44N50", "LON": "0W34", "MON": "1", "NUM": "1981", "PRO": "M", "SEC": "40", "YEA": "1906", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"occus": ["musician"], "ids-in-sources": {"e3": "812"}}, "raw": {"H": "11:00", "COD": "33", "DAY": "13", "MON": "01", "NUM": "0812", "PRO": "MUS", "YEA": "1906", "CITY": "Bordeaux", "NAME": "JACOB Maxime", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20550	jacquemin-andre-1904-09-03	{"e3": "813"}	{"lerrcp": "E3-813"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Jacquemin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1904-09-03 03:00", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Eplnal", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "André", "family": "Jacquemin"}, "birth": {"tzo": "", "date": "1904-09-03 03:00", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Eplnal", "geoid": 0}, "date-ut": ""}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "813"}}, "raw": {"H": "03:00", "COD": "88", "DAY": "03", "MON": "09", "NUM": "0813", "PRO": "PAI", "YEA": "1904", "CITY": "Eplnal", "NAME": "JACQUEMIN André", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20551	jacquier-paul-1879-03-26	{"e3": "814"}	{"lerrcp": "E3-814"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Jacquier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02", "date": "1879-03-26 14:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1879-03-26 14:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Jacquier"}, "birth": {"tzo": "-00:02", "date": "1879-03-26 14:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1879-03-26 14:02"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "814"}}, "raw": {"H": "14:00", "COD": "33", "DAY": "26", "MON": "03", "NUM": "0814", "PRO": "PO", "YEA": "1879", "CITY": "Bordeaux", "NAME": "JACQUIER Paul", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20552	jacquot-pierre-1929-05-15	{"e3": "815"}	{"lerrcp": "E3-815"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Jacquot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1929-05-15 04:15", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1929-05-15 03:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Jacquot"}, "birth": {"tzo": "+01:00", "date": "1929-05-15 04:15", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1929-05-15 03:15"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "815"}}, "raw": {"H": "04:15", "COD": "54", "DAY": "15", "MON": "05", "NUM": "0815", "PRO": "PAI", "YEA": "1929", "CITY": "Nancy", "NAME": "JACQUOT Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20553	jager-rene-1909-03-08	{"e3": "816"}	{"lerrcp": "E3-816"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Jager", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1909-03-08 05:00", "note": null, "place": {"c1": null, "c2": "57", "c3": "", "cy": "FR", "lg": 6.95848, "lat": 49.02937, "name": "Richeling", "geoid": 2983651}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "René", "family": "Jager"}, "birth": {"tzo": "", "date": "1909-03-08 05:00", "place": {"c2": "57", "c3": "", "cy": "FR", "lg": 6.95848, "lat": 49.02937, "name": "Richeling", "geoid": 2983651}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "816"}}, "raw": {"H": "05:00", "COD": "57", "DAY": "08", "MON": "03", "NUM": "0816", "PRO": "JO", "YEA": "1909", "CITY": "Richeling", "NAME": "JAGER René", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20554	jamais-emile-1856-12-10	{"e3": "817"}	{"lerrcp": "E3-817"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Jamais", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17", "date": "1856-12-10 22:00", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": 4.17976, "lat": 43.7397, "name": "Aigues-Vives", "geoid": 3038488}, "notime": null, "date-ut": "1856-12-10 21:43"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Jamais"}, "birth": {"tzo": "+00:17", "date": "1856-12-10 22:00", "place": {"c2": "30", "c3": "", "cy": "FR", "lg": 4.17976, "lat": 43.7397, "name": "Aigues-Vives", "geoid": 3038488}, "date-ut": "1856-12-10 21:43"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "817"}}, "raw": {"H": "22:00", "COD": "30", "DAY": "10", "MON": "12", "NUM": "0817", "PRO": "PO", "YEA": "1856", "CITY": "Aigues-Vives", "NAME": "JAMAIS Emile", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20555	jammot-armand-1922-04-04	{"e3": "818"}	{"lerrcp": "E3-818"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Jammot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1922-04-04 18:00", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Alforville", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Jammot"}, "birth": {"tzo": "", "date": "1922-04-04 18:00", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Alforville", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "818"}}, "raw": {"H": "18:00", "COD": "94", "DAY": "04", "MON": "04", "NUM": "0818", "PRO": "JO", "YEA": "1922", "CITY": "Alforville", "NAME": "JAMMOT Armand", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20556	jankelevitch-vladimir-1903-08-31	{"e3": "819"}	{"lerrcp": "E3-819"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vladimir", "family": "Jankelevitch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-08-31 15:00", "note": null, "place": {"c1": null, "c2": "18", "c3": "", "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "notime": null, "date-ut": "1903-08-31 14:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Vladimir", "family": "Jankelevitch"}, "birth": {"tzo": "+00:09", "date": "1903-08-31 15:00", "place": {"c2": "18", "c3": "", "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "date-ut": "1903-08-31 14:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "819"}}, "raw": {"H": "15:00", "COD": "18", "DAY": "31", "MON": "08", "NUM": "0819", "PRO": "WR", "YEA": "1903", "CITY": "Bourges", "NAME": "JANKELEVITCH Vladimir", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20558	jardillier-robert-1890-03-31	{"e3": "821"}	{"lerrcp": "E3-821"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Jardillier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01", "date": "1890-03-31 13:00", "note": null, "place": {"c1": null, "c2": "14", "c3": "", "cy": "FR", "lg": -0.35912, "lat": 49.18585, "name": "Caen", "geoid": 3029241}, "notime": null, "date-ut": "1890-03-31 13:01"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Jardillier"}, "birth": {"tzo": "-00:01", "date": "1890-03-31 13:00", "place": {"c2": "14", "c3": "", "cy": "FR", "lg": -0.35912, "lat": 49.18585, "name": "Caen", "geoid": 3029241}, "date-ut": "1890-03-31 13:01"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "821"}}, "raw": {"H": "13:00", "COD": "14", "DAY": "31", "MON": "03", "NUM": "0821", "PRO": "PO", "YEA": "1890", "CITY": "Caen", "NAME": "JARDILLIER Robert", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
18690	jarrot-andre-1909-12-13	{"e1": "1059", "e3": "822"}	{"lerrcp": "E1-1059"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Jarrot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-12-13 16:00", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 4.8473, "lat": 46.7541, "name": "Lux", "geoid": 6620167}, "notime": null, "date-ut": "1909-12-13 15:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Jarrot"}, "birth": {"tzo": "+00:09", "date": "1909-12-13 16:00", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 4.8473, "lat": 46.7541, "name": "Lux", "geoid": 6620167}, "date-ut": "1909-12-13 15:51"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1059"}}, "raw": {"H": "16:00", "COD": "71", "DAY": "13", "MON": "12", "NUM": "1059", "PRO": "MI", "YEA": "1909", "CITY": "Lux", "NAME": "JARROT André", "NOTE": "L"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"occus": ["politician"], "ids-in-sources": {"e3": "822"}}, "raw": {"H": "16:00", "COD": "71", "DAY": "13", "MON": "12", "NUM": "0822", "PRO": "PO", "YEA": "1909", "CITY": "Lux", "NAME": "JARROT André", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[null]
20559	jaubert-jean-alexig-1879-12-01	{"e3": "823"}	{"lerrcp": "E3-823"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Alexig", "family": "Jaubert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06", "date": "1879-12-01 11:00", "note": null, "place": {"c1": null, "c2": "19", "c3": "", "cy": "FR", "lg": 1.41566, "lat": 45.12048, "name": "Larche", "geoid": 3007037}, "notime": null, "date-ut": "1879-12-01 10:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean-Alexig", "family": "Jaubert"}, "birth": {"tzo": "+00:06", "date": "1879-12-01 11:00", "place": {"c2": "19", "c3": "", "cy": "FR", "lg": 1.41566, "lat": 45.12048, "name": "Larche", "geoid": 3007037}, "date-ut": "1879-12-01 10:54"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "823"}}, "raw": {"H": "11:00", "COD": "19", "DAY": "01", "MON": "12", "NUM": "0823", "PRO": "PO", "YEA": "1879", "CITY": "Larche", "NAME": "JAUBERT Jean-Alexig", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
516	duhamel-rene-1935-02-01	{"a1": "516", "3a_sports": "1485", "cfepp-final3": "165"}	{"cfepp": "CF-165", "cpara": "CP-169", "ertel": "ES-1485", "lerrcp": "A1-516"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Duhamel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1935-02-01 04:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1935-02-01 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rower"]	5	null	[{"new": {"name": {"given": "René", "family": "Duhamel"}, "birth": {"tzo": "+00:00", "date": "1935-02-01 04:00", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1935-02-01 04:00"}, "occus": ["rower"], "trust": 5, "partial_ids": {"lerrcp": "A1-516"}, "ids-in-sources": {"a1": "516"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "76", "COU": "F", "DAY": "1", "LAT": "49N26", "LON": "1E 5", "MON": "2", "NUM": "516", "PRO": "C", "SEC": "0", "YEA": "1935", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1935-02-01 04:00"}, "partial-ids": {"ertel": "ES-1485"}}, "raw": {"L": "", "MF": "", "NR": "1485", "ENG": "0", "MA_": "2", "G_NR": "516", "MA12": "3", "MARS": "9", "NAME": "Duhamel", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,100", "CSINR": "", "KURTZ": "e", "PHAS_": "10,400", "STUND": "4,00", "CFEPNR": "165", "EXTEND": "1", "NATION": "FRA", "TAGMON": "01.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "169", "VORNAME": "René", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "01.02.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "ROWI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1935-02-01 04:00", "place": {"c3": ""}, "date-ut": "1935-02-01 04:00"}, "occus": ["rower"], "ids-in-sources": {"cfepp-final3": "165"}}, "raw": {"S": "3", "LT": "04 00", "LV": "M", "TR": "f", "UT": "04 00", "LAT": "+49.44", "SRC": "L", "LONG": "-01.09", "NAME": "DUHAMEL Rene", "SPORT": "Rowing", "LOC_DATE": "1935 02 01", "UNIV_DATE": "1935 02 01", "BIRTH_PLACE": "ROUEN", "POSTAL_CODE": "76037 CEDEX"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
520	nosbaum-guy-1930-05-10	{"a1": "520", "g55": "03-50", "3a_sports": "3050", "cfepp-final3": "176"}	{"g55": "03-50", "cfepp": "CF-176", "cpara": "CP-326", "ertel": "ES-3050", "lerrcp": "A1-520"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Nosbaum", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1930-05-10 02:30", "note": null, "place": {"c1": null, "c2": "91", "c3": "", "cy": "FR", "lg": 2.33333, "lat": 48.6, "name": "Corbeil-Essonnes", "geoid": 0}, "notime": null, "date-ut": "1930-05-10 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rower"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Nosbaum"}, "birth": {"tzo": "+01:00", "date": "1930-05-10 02:30", "place": {"c2": "91", "cy": "FR", "lg": 2.33333, "lat": 48.6, "name": "Corbeil-Essonne", "geoid": 0}, "date-ut": "1930-05-10 01:30"}, "occus": ["rower"], "trust": 5, "partial_ids": {"lerrcp": "A1-520"}, "ids-in-sources": {"a1": "520"}}, "raw": {"H": "1", "MN": "30", "TZ": "0", "COD": "91", "COU": "F", "DAY": "10", "LAT": "48N36", "LON": "2E20", "MON": "5", "NUM": "520", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "CORBEIL-ESSONNE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-05-10 02:30"}, "partial-ids": {"ertel": "ES-3050"}}, "raw": {"L": "", "MF": "", "NR": "3050", "ENG": "", "MA_": "0", "G_NR": "520", "MA12": "12", "MARS": "34", "NAME": "Nosbaum", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,200", "CSINR": "", "KURTZ": "", "PHAS_": "91,500", "STUND": "2,50", "CFEPNR": "176", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.05.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "326", "VORNAME": "Guy", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "10.05.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "ROWI", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1930-05-10 02:30", "place": {"c3": ""}, "date-ut": "1930-05-10 01:30"}, "occus": ["rower"], "ids-in-sources": {"cfepp-final3": "176"}}, "raw": {"S": "12", "LT": "02 30", "LV": "I", "TR": "f", "UT": "01 30", "LAT": "+48.61", "SRC": "ALG", "LONG": "-02.47", "NAME": "NOSBAUM Guy", "SPORT": "Rowing", "LOC_DATE": "1930 05 10", "UNIV_DATE": "1930 05 10", "BIRTH_PLACE": "CORBEIL ESSONNES", "POSTAL_CODE": "91108 CEDEX"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Corbeil-Essonnes"}}, "partial-ids": {"g55": "03-50"}, "ids-in-source": {"g55": "03-50"}}, "raw": {"DAY": "10-5-1930", "HOUR": "2 h. 30", "NAME": "NOSBAUM Guy", "PLACE": "Corbeil-Essonnes (Seine-et-Oise)."}, "date": "2023-08-20T14:48:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
20560	jean-charles-charles-jean-1922-12-02	{"e3": "825"}	{"lerrcp": "E3-825"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(CHARLES Jean)", "family": "Jean-Charles", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-12-02 04:40", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": 0.13509, "lat": 45.20292, "name": "Saint-Aulaye", "geoid": 2981522}, "notime": null, "date-ut": "1922-12-02 04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "(CHARLES Jean)", "family": "Jean-Charles"}, "birth": {"tzo": "+00:00", "date": "1922-12-02 04:40", "place": {"c2": "24", "c3": "", "cy": "FR", "lg": 0.13509, "lat": 45.20292, "name": "Saint-Aulaye", "geoid": 2981522}, "date-ut": "1922-12-02 04:40"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "825"}}, "raw": {"H": "04:40", "COD": "24", "DAY": "02", "MON": "12", "NUM": "0825", "PRO": "WR", "YEA": "1922", "CITY": "St-Aulaye", "NAME": "JEAN-CHARLES (CHARLES Jean)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20561	jeanmaire-zizi-renee-1924-04-29	{"e3": "826"}	{"lerrcp": "E3-826"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Zizi (Renée)", "family": "Jeanmaire", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1924-04-29 09:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "14", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1924-04-29 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["dancer"]	5	null	[{"new": {"name": {"given": "Zizi (Renée)", "family": "Jeanmaire"}, "birth": {"tzo": "+01:00", "date": "1924-04-29 09:00", "place": {"c2": "75", "c3": "14", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1924-04-29 08:00"}, "occus": ["dancer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "826"}}, "raw": {"H": "09:00", "COD": "75", "DAY": "29", "MON": "04", "NUM": "0826", "PRO": "DAN", "YEA": "1924", "CITY": "Paris 14ème", "NAME": "JEANMAIRE Zizi (Renée)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20562	jeanneney-jules-1864-07-06	{"e3": "827"}	{"lerrcp": "E3-827"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Jeanneney", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24", "date": "1864-07-06 21:00", "note": null, "place": {"c1": null, "c2": "25", "c3": "", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1864-07-06 20:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Jeanneney"}, "birth": {"tzo": "+00:24", "date": "1864-07-06 21:00", "place": {"c2": "25", "c3": "", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1864-07-06 20:36"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "827"}}, "raw": {"H": "21:00", "COD": "25", "DAY": "06", "MON": "07", "NUM": "0827", "PRO": "PO", "YEA": "1864", "CITY": "Besançon", "NAME": "JEANNENEY Jules", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20563	jean-robert-andre-robert-j-1921-10-25	{"e3": "828"}	{"lerrcp": "E3-828"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André (ROBERT J.)", "family": "Jean-Robert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-10-25 12:00", "note": null, "place": {"c1": null, "c2": "26", "c3": "", "cy": "FR", "lg": 4.89602, "lat": 45.11578, "name": "Chantemerle-les-Blés", "geoid": 3026853}, "notime": null, "date-ut": "1921-10-25 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "André (ROBERT J.)", "family": "Jean-Robert"}, "birth": {"tzo": "+01:00", "date": "1921-10-25 12:00", "place": {"c2": "26", "c3": "", "cy": "FR", "lg": 4.89602, "lat": 45.11578, "name": "Chantemerle-les-Blés", "geoid": 3026853}, "date-ut": "1921-10-25 11:00"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "828"}}, "raw": {"H": "12:00", "COD": "26", "DAY": "25", "MON": "10", "NUM": "0828", "PRO": "PAI", "YEA": "1921", "CITY": "Chantemerle les Blés", "NAME": "JEAN-ROBERT André (ROBERT J.)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20564	jeanson-andre-1911-10-13	{"e3": "829"}	{"lerrcp": "E3-829"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Jeanson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-10-13 16:00", "note": null, "place": {"c1": null, "c2": "52", "c3": "", "cy": "FR", "lg": 5.35838, "lat": 48.27705, "name": "Manois", "geoid": 2996187}, "notime": null, "date-ut": "1911-10-13 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Jeanson"}, "birth": {"tzo": "+00:00", "date": "1911-10-13 16:00", "place": {"c2": "52", "c3": "", "cy": "FR", "lg": 5.35838, "lat": 48.27705, "name": "Manois", "geoid": 2996187}, "date-ut": "1911-10-13 16:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "829"}}, "raw": {"H": "16:00", "COD": "52", "DAY": "13", "MON": "10", "NUM": "0829", "PRO": "PO", "YEA": "1911", "CITY": "Manois", "NAME": "JEANSON André", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20565	jeanson-henri-1900-03-06	{"e3": "830"}	{"lerrcp": "E3-830"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Jeanson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1900-03-06 21:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "13", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1900-03-06 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Jeanson"}, "birth": {"tzo": "+00:09", "date": "1900-03-06 21:00", "place": {"c2": "75", "c3": "13", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1900-03-06 20:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "830"}}, "raw": {"H": "21:00", "COD": "75", "DAY": "06", "MON": "03", "NUM": "0830", "PRO": "WR", "YEA": "1900", "CITY": "Paris 13ème", "NAME": "JEANSON Henri", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20566	jerome-pierre-1905-01-20	{"e3": "831"}	{"lerrcp": "E3-831"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Jerome", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-01-20 01:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 2.37681, "lat": 51.0344, "name": "Dunkerque", "geoid": 3020686}, "notime": null, "date-ut": "1905-01-20 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Jerome"}, "birth": {"tzo": "+00:09", "date": "1905-01-20 01:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 2.37681, "lat": 51.0344, "name": "Dunkerque", "geoid": 3020686}, "date-ut": "1905-01-20 00:51"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "831"}}, "raw": {"H": "01:00", "COD": "59", "DAY": "20", "MON": "01", "NUM": "0831", "PRO": "PAI", "YEA": "1905", "CITY": "Dunkerque", "NAME": "JEROME Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20567	jobert-marlene-1940-11-04	{"e3": "832"}	{"lerrcp": "E3-832"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marlène", "family": "Jobert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1940-11-04 18:15", "note": null, "place": {"c1": null, "c2": "", "c3": "", "cy": "DZ", "lg": 3.08746, "lat": 36.73225, "name": "Alger", "geoid": 2507480}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marlène", "family": "Jobert"}, "birth": {"tzo": "", "date": "1940-11-04 18:15", "place": {"c2": "", "c3": "", "cy": "DZ", "lg": 3.08746, "lat": 36.73225, "name": "Alger", "geoid": 2507480}, "date-ut": ""}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "832"}}, "raw": {"H": "18:15", "COD": "ALG", "DAY": "04", "MON": "11", "NUM": "0832", "PRO": "AC", "YEA": "1940", "CITY": "Alger - Algérie", "NAME": "JOBERT Marlène", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20568	jobert-michel-1921-09-11	{"e3": "833"}	{"lerrcp": "E3-833"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Jobert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-09-11 16:00", "note": null, "place": {"c1": null, "c2": "061", "c3": "", "cy": "MA", "lg": -5.54727, "lat": 33.89352, "name": "Meknès", "geoid": 2542715}, "notime": null, "date-ut": "1921-09-11 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Jobert"}, "birth": {"tzo": "+01:00", "date": "1921-09-11 16:00", "place": {"c2": "061", "c3": "", "cy": "MA", "lg": -5.54727, "lat": 33.89352, "name": "Meknès", "geoid": 2542715}, "date-ut": "1921-09-11 15:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "833"}}, "raw": {"H": "16:00", "COD": "MAR", "DAY": "11", "MON": "09", "NUM": "0833", "PRO": "PO", "YEA": "1921", "CITY": "Meknes - Maroc", "NAME": "JOBERT Michel", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
12942	july-pierre-1906-09-09	{"a5": "1475", "e1": "1098", "g55": "08-62"}	{"g55": "08-62", "lerrcp": "A5-1475"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "July", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1906-09-09 12:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Vitry-le-Francois", "geoid": 0}, "notime": null, "date-ut": "1906-09-09 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician", "executive"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "July"}, "birth": {"tzo": "+00:09:21", "date": "1906-09-09 12:00", "place": {"c2": "51", "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Vitry-le-Franco", "geoid": 0}, "date-ut": "1906-09-09 11:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1475"}, "ids-in-sources": {"a5": "1475"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "51", "COU": "F", "DAY": "9", "LAT": "48N57", "LON": "4E22", "MON": "9", "NUM": "1475", "PRO": "PT", "SEC": "40", "YEA": "1906", "CITY": "VITRY-LE-FRANCO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"occus": ["executive"], "ids-in-sources": {"e1": "1098"}}, "raw": {"H": "12:00", "COD": "51", "DAY": "09", "MON": "09", "NUM": "1098", "PRO": "EX", "YEA": "1906", "CITY": "Vitry le François", "NAME": "JULY Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"birth": {"place": {"name": "Vitry-le-Francois"}}, "partial-ids": {"g55": "08-62"}, "ids-in-source": {"g55": "08-62"}}, "raw": {"DAY": "9-9-1906", "HOUR": "12 h.", "NAME": "JULY Pierre", "PLACE": "Vitry-le-Francois (Marne)."}, "date": "2023-08-20T14:49:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
20570	jonnart-celestin-1857-12-27	{"e3": "835"}	{"lerrcp": "E3-835"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Célestin", "family": "Jonnart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1857-12-27 10:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.2934, "lat": 50.55924, "name": "Fléchin", "geoid": 3018351}, "notime": null, "date-ut": "1857-12-27 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Célestin", "family": "Jonnart"}, "birth": {"tzo": "+00:09", "date": "1857-12-27 10:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 2.2934, "lat": 50.55924, "name": "Fléchin", "geoid": 3018351}, "date-ut": "1857-12-27 09:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "835"}}, "raw": {"H": "10:00", "COD": "62", "DAY": "27", "MON": "12", "NUM": "0835", "PRO": "PO", "YEA": "1857", "CITY": "Fléchin", "NAME": "JONNART Célestin", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20571	jospin-lionel-1937-07-12	{"e3": "836"}	{"lerrcp": "E3-836"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lionel", "family": "Jospin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1937-07-12 23:10", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.235, "lat": 48.81381, "name": "Meudon", "geoid": 2994144}, "notime": null, "date-ut": "1937-07-12 22:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Lionel", "family": "Jospin"}, "birth": {"tzo": "+01:00", "date": "1937-07-12 23:10", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.235, "lat": 48.81381, "name": "Meudon", "geoid": 2994144}, "date-ut": "1937-07-12 22:10"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "836"}}, "raw": {"H": "23:10", "COD": "92", "DAY": "12", "MON": "07", "NUM": "0836", "PRO": "PO", "YEA": "1937", "CITY": "Meudon", "NAME": "J05PIN Lionel", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20572	jourdain-paul-1878-10-28	{"e3": "837"}	{"lerrcp": "E3-837"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Jourdain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1878-10-28 23:15", "note": null, "place": {"c1": null, "c2": "68", "c3": "", "cy": "FR", "lg": 7.23954, "lat": 47.62417, "name": "Altkirch", "geoid": 3038012}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Jourdain"}, "birth": {"tzo": "", "date": "1878-10-28 23:15", "place": {"c2": "68", "c3": "", "cy": "FR", "lg": 7.23954, "lat": 47.62417, "name": "Altkirch", "geoid": 3038012}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "837"}}, "raw": {"H": "23:15", "COD": "68", "DAY": "28", "MON": "10", "NUM": "0837", "PRO": "PO", "YEA": "1878", "CITY": "Altkirch", "NAME": "JOURDAIN Paul", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20573	jouvenel-henry-de-1876-04-02	{"e3": "838"}	{"lerrcp": "E3-838"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry de", "family": "Jouvenel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1876-04-02 13:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "8", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1876-04-02 13:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Henry de", "family": "Jouvenel"}, "birth": {"tzo": "+00:09", "date": "1876-04-02 13:30", "place": {"c2": "75", "c3": "8", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1876-04-02 13:21"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "838"}}, "raw": {"H": "13:30", "COD": "75", "DAY": "02", "MON": "04", "NUM": "0838", "PRO": "PO", "YEA": "1876", "CITY": "Paris 8ème", "NAME": "JOUVENEL Henry de", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20574	joxe-louis-1901-09-16	{"e3": "839"}	{"lerrcp": "E3-839"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Joxe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-09-16 13:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.31781, "lat": 48.77888, "name": "Bourg-la-Reine", "geoid": 3030990}, "notime": null, "date-ut": "1901-09-16 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Joxe"}, "birth": {"tzo": "+00:09", "date": "1901-09-16 13:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.31781, "lat": 48.77888, "name": "Bourg-la-Reine", "geoid": 3030990}, "date-ut": "1901-09-16 12:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "839"}}, "raw": {"H": "13:00", "COD": "92", "DAY": "16", "MON": "09", "NUM": "0839", "PRO": "PO", "YEA": "1901", "CITY": "Bourg la Reine", "NAME": "JOXE Louis", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20576	julien-claude-1925-05-17	{"e3": "841"}	{"lerrcp": "E3-841"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Julien", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1925-05-17 21:15", "note": null, "place": {"c1": null, "c2": "12", "c3": "", "cy": "FR", "lg": 2.96442, "lat": 44.01294, "name": "Saint-Rome-de-Cernon", "geoid": 2977109}, "notime": null, "date-ut": "1925-05-17 20:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Julien"}, "birth": {"tzo": "+01:00", "date": "1925-05-17 21:15", "place": {"c2": "12", "c3": "", "cy": "FR", "lg": 2.96442, "lat": 44.01294, "name": "Saint-Rome-de-Cernon", "geoid": 2977109}, "date-ut": "1925-05-17 20:15"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "841"}}, "raw": {"H": "21:15", "COD": "12", "DAY": "17", "MON": "05", "NUM": "0841", "PRO": "JO", "YEA": "1925", "CITY": "ST Rome de cernon", "NAME": "JULIEN Claude", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20577	jullian-marcel-1922-01-31	{"e3": "842"}	{"lerrcp": "E3-842"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Jullian", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-01-31 12:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 4.85493, "lat": 43.88169, "name": "Châteaurenard", "geoid": 3026211}, "notime": null, "date-ut": "1922-01-31 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Jullian"}, "birth": {"tzo": "+00:00", "date": "1922-01-31 12:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 4.85493, "lat": 43.88169, "name": "Châteaurenard", "geoid": 3026211}, "date-ut": "1922-01-31 12:00"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "842"}}, "raw": {"H": "12:00", "COD": "13", "DAY": "31", "MON": "01", "NUM": "0842", "PRO": "WR", "YEA": "1922", "CITY": "Châteaurenard", "NAME": "JULLIAN Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20578	kerraoul-bernard-vittu-de-1936-02-17	{"e3": "843"}	{"lerrcp": "E3-843"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard (VITTU de)", "family": "Kerraoul", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1936-02-17 06:50", "note": null, "place": {"c1": null, "c2": "22", "c3": "", "cy": "FR", "lg": -2.76838, "lat": 48.51513, "name": "Saint-Brieuc", "geoid": 2981280}, "notime": null, "date-ut": "1936-02-17 06:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Bernard (VITTU de)", "family": "Kerraoul"}, "birth": {"tzo": "+00:00", "date": "1936-02-17 06:50", "place": {"c2": "22", "c3": "", "cy": "FR", "lg": -2.76838, "lat": 48.51513, "name": "Saint-Brieuc", "geoid": 2981280}, "date-ut": "1936-02-17 06:50"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "843"}}, "raw": {"H": "06:50", "COD": "22", "DAY": "17", "MON": "02", "NUM": "0843", "PRO": "JO", "YEA": "1936", "CITY": "St-Brieuc", "NAME": "KERRAOUL Bernard (VITTU de)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20579	koeffler-roger-1914-07-30	{"e3": "844"}	{"lerrcp": "E3-844"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Koeffler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1914-07-30 21:30", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Koeffler"}, "birth": {"tzo": "", "date": "1914-07-30 21:30", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "844"}}, "raw": {"H": "21:30", "COD": "67", "DAY": "30", "MON": "07", "NUM": "0844", "PRO": "JO", "YEA": "1914", "CITY": "Strasbourg", "NAME": "KOEFFLER Roger", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20580	krantz-camille-1848-08-24	{"e3": "845"}	{"lerrcp": "E3-845"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Krantz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:26", "date": "1848-08-24 22:00", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 6.46923, "lat": 48.1435, "name": "Dinozé", "geoid": 3021344}, "notime": null, "date-ut": "1848-08-24 21:34"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Krantz"}, "birth": {"tzo": "+00:26", "date": "1848-08-24 22:00", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 6.46923, "lat": 48.1435, "name": "Dinozé", "geoid": 3021344}, "date-ut": "1848-08-24 21:34"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "845"}}, "raw": {"H": "22:00", "COD": "88", "DAY": "24", "MON": "08", "NUM": "0845", "PRO": "PO", "YEA": "1848", "CITY": "Dinozé", "NAME": "KRANTZ Camille", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20581	labbe-claude-1920-01-27	{"e3": "846"}	{"lerrcp": "E3-846"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Labbé", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1920-01-27 03:00", "note": null, "place": {"c1": null, "c2": "95", "c3": "", "cy": "FR", "lg": 2.24744, "lat": 48.94788, "name": "Argenteuil", "geoid": 3037044}, "notime": null, "date-ut": "1920-01-27 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Labbé"}, "birth": {"tzo": "+00:00", "date": "1920-01-27 03:00", "place": {"c2": "95", "c3": "", "cy": "FR", "lg": 2.24744, "lat": 48.94788, "name": "Argenteuil", "geoid": 3037044}, "date-ut": "1920-01-27 03:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "846"}}, "raw": {"H": "03:00", "COD": "95", "DAY": "27", "MON": "01", "NUM": "0846", "PRO": "PO", "YEA": "1920", "CITY": "Argenteuil", "NAME": "LABBÉ Claude", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20582	labis-attilio-1936-09-05	{"e3": "847"}	{"lerrcp": "E3-847"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Attilio", "family": "Labis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1936-09-05 07:00", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.43769, "lat": 48.8486, "name": "Vincennes", "geoid": 2968054}, "notime": null, "date-ut": "1936-09-05 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["dancer"]	5	null	[{"new": {"name": {"given": "Attilio", "family": "Labis"}, "birth": {"tzo": "+01:00", "date": "1936-09-05 07:00", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.43769, "lat": 48.8486, "name": "Vincennes", "geoid": 2968054}, "date-ut": "1936-09-05 06:00"}, "occus": ["dancer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "847"}}, "raw": {"H": "07:00", "COD": "94", "DAY": "05", "MON": "09", "NUM": "0847", "PRO": "DAN", "YEA": "1936", "CITY": "Vincennes", "NAME": "LABIS Attilio", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20583	laborie-pierre-1907-08-27	{"e3": "848"}	{"lerrcp": "E3-848"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Laborie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-08-27 19:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1907-08-27 18:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Laborie"}, "birth": {"tzo": "+00:09", "date": "1907-08-27 19:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1907-08-27 18:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "848"}}, "raw": {"H": "19:00", "COD": "33", "DAY": "27", "MON": "08", "NUM": "0848", "PRO": "JO", "YEA": "1907", "CITY": "Bordeaux", "NAME": "LABORIE Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20584	labro-philippe-1936-08-27	{"e3": "849"}	{"lerrcp": "E3-849"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Labro", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1936-08-27 20:00", "note": null, "place": {"c1": null, "c2": "82", "c3": "", "cy": "FR", "lg": 1.3542, "lat": 44.01759, "name": "Montauban", "geoid": 2993002}, "notime": null, "date-ut": "1936-08-27 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Labro"}, "birth": {"tzo": "+01:00", "date": "1936-08-27 20:00", "place": {"c2": "82", "c3": "", "cy": "FR", "lg": 1.3542, "lat": 44.01759, "name": "Montauban", "geoid": 2993002}, "date-ut": "1936-08-27 19:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "849"}}, "raw": {"H": "20:00", "COD": "82", "DAY": "27", "MON": "08", "NUM": "0849", "PRO": "JO", "YEA": "1936", "CITY": "Montauban", "NAME": "LABRO Philippe", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20585	laburthe-tolra-jean-claude-1923-05-18	{"e3": "850"}	{"lerrcp": "E3-850"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Claude", "family": "Laburthe-Tolra", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-05-18 00:15", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.28864, "lat": 48.89389, "name": "Levallois-Perret", "geoid": 2998975}, "notime": null, "date-ut": "1923-05-18 00:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jean-Claude", "family": "Laburthe-Tolra"}, "birth": {"tzo": "+00:00", "date": "1923-05-18 00:15", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.28864, "lat": 48.89389, "name": "Levallois-Perret", "geoid": 2998975}, "date-ut": "1923-05-18 00:15"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "850"}}, "raw": {"H": "00:15", "COD": "92", "DAY": "18", "MON": "05", "NUM": "0850", "PRO": "WR", "YEA": "1923", "CITY": "Levallois-Perret", "NAME": "LABURTHE-TOLRA Jean-Claude", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20586	lacore-suzanne-1875-05-30	{"e3": "851"}	{"lerrcp": "E3-851"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Suzanne", "family": "Lacore", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1875-05-30 10:00", "note": null, "place": {"c1": null, "c2": "19", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Le Glandier", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Suzanne", "family": "Lacore"}, "birth": {"tzo": "", "date": "1875-05-30 10:00", "place": {"c2": "19", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Le Glandier", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "851"}}, "raw": {"H": "10:00", "COD": "19", "DAY": "30", "MON": "05", "NUM": "0851", "PRO": "PO", "YEA": "1875", "CITY": "Le Glandier", "NAME": "LACORE Suzanne", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20587	lacouture-jean-1921-06-09	{"e3": "852"}	{"lerrcp": "E3-852"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lacouture", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-06-09 06:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1921-06-09 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lacouture"}, "birth": {"tzo": "+01:00", "date": "1921-06-09 06:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1921-06-09 05:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "852"}}, "raw": {"H": "06:00", "COD": "33", "DAY": "09", "MON": "06", "NUM": "0852", "PRO": "JO", "YEA": "1921", "CITY": "Bordeaux", "NAME": "LACOUTURE Jean", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20588	lacroix-jean-paul-1914-03-22	{"e3": "853"}	{"lerrcp": "E3-853"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Paul", "family": "Lacroix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-03-22 23:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.25404, "lat": 48.91882, "name": "Colombes", "geoid": 3024266}, "notime": null, "date-ut": "1914-03-22 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean-Paul", "family": "Lacroix"}, "birth": {"tzo": "+00:00", "date": "1914-03-22 23:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.25404, "lat": 48.91882, "name": "Colombes", "geoid": 3024266}, "date-ut": "1914-03-22 23:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "853"}}, "raw": {"H": "23:00", "COD": "92", "DAY": "22", "MON": "03", "NUM": "0853", "PRO": "JO", "YEA": "1914", "CITY": "Colombes", "NAME": "LACROIX Jean-Paul", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20589	lafarge-guy-1904-05-05	{"e3": "854"}	{"lerrcp": "E3-854"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Lafarge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-05-05 16:00", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "notime": null, "date-ut": "1904-05-05 15:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Lafarge"}, "birth": {"tzo": "+00:09", "date": "1904-05-05 16:00", "place": {"c2": "24", "c3": "", "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "date-ut": "1904-05-05 15:51"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "854"}}, "raw": {"H": "16:00", "COD": "24", "DAY": "05", "MON": "05", "NUM": "0854", "PRO": "MUS", "YEA": "1904", "CITY": "Périgueux", "NAME": "LAFARGE Guy", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20590	lafaye-gabriel-1888-10-14	{"e3": "855"}	{"lerrcp": "E3-855"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Lafaye", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1888-10-14 01:30", "note": null, "place": {"c1": null, "c2": "32", "c3": "", "cy": "FR", "lg": 0.10061, "lat": 43.86071, "name": "Eauze", "geoid": 3020584}, "notime": null, "date-ut": "1888-10-14 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Lafaye"}, "birth": {"tzo": "+00:00", "date": "1888-10-14 01:30", "place": {"c2": "32", "c3": "", "cy": "FR", "lg": 0.10061, "lat": 43.86071, "name": "Eauze", "geoid": 3020584}, "date-ut": "1888-10-14 01:30"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "855"}}, "raw": {"H": "01:30", "COD": "32", "DAY": "14", "MON": "10", "NUM": "0855", "PRO": "PO", "YEA": "1888", "CITY": "Eauze", "NAME": "LAFAYE Gabriel", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20591	lafferre-louis-1861-05-10	{"e3": "856"}	{"lerrcp": "E3-856"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Lafferre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01", "date": "1861-05-10 22:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "notime": null, "date-ut": "1861-05-10 22:01"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Lafferre"}, "birth": {"tzo": "-00:01", "date": "1861-05-10 22:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "date-ut": "1861-05-10 22:01"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "856"}}, "raw": {"H": "22:00", "COD": "64", "DAY": "10", "MON": "05", "NUM": "0856", "PRO": "PO", "YEA": "1861", "CITY": "Pau", "NAME": "LAFFERRE Louis", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20592	laffont-paul-1885-04-25	{"e3": "857"}	{"lerrcp": "E3-857"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Laffont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05", "date": "1885-04-25 20:00", "note": null, "place": {"c1": null, "c2": "09", "c3": "", "cy": "FR", "lg": 1.36037, "lat": 43.08087, "name": "Le Mas-d'Azil", "geoid": 3003544}, "notime": null, "date-ut": "1885-04-25 19:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Laffont"}, "birth": {"tzo": "+00:05", "date": "1885-04-25 20:00", "place": {"c2": "09", "c3": "", "cy": "FR", "lg": 1.36037, "lat": 43.08087, "name": "Le Mas-d'Azil", "geoid": 3003544}, "date-ut": "1885-04-25 19:55"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "857"}}, "raw": {"H": "20:00", "COD": "09", "DAY": "25", "MON": "04", "NUM": "0857", "PRO": "PO", "YEA": "1885", "CITY": "Le Mas d'Azil", "NAME": "LAFFONT Paul", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20593	lafont-ernest-1879-07-26	{"e3": "858"}	{"lerrcp": "E3-858"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Lafont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19", "date": "1879-07-26 17:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "3", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1879-07-26 16:41"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Lafont"}, "birth": {"tzo": "+00:19", "date": "1879-07-26 17:00", "place": {"c2": "69", "c3": "3", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1879-07-26 16:41"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "858"}}, "raw": {"H": "17:00", "COD": "69", "DAY": "26", "MON": "07", "NUM": "0858", "PRO": "PO", "YEA": "1879", "CITY": "Lyon 3ème", "NAME": "LAFONT Ernest", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20594	lafue-pierre-1902-09-18	{"e3": "859"}	{"lerrcp": "E3-859"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Lafue", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1902-09-18 16:00", "note": null, "place": {"c1": null, "c2": "48", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Pont de Montvert", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Lafue"}, "birth": {"tzo": "", "date": "1902-09-18 16:00", "place": {"c2": "48", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Pont de Montvert", "geoid": 0}, "date-ut": ""}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "859"}}, "raw": {"H": "16:00", "COD": "48", "DAY": "18", "MON": "09", "NUM": "0859", "PRO": "WR", "YEA": "1902", "CITY": "Pont de Montvert", "NAME": "LAFUE Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20595	lagarde-pierre-de-1932-03-25	{"e3": "860"}	{"lerrcp": "E3-860"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre de", "family": "Lagarde", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1932-03-25 02:30", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.235, "lat": 48.81381, "name": "Meudon", "geoid": 2994144}, "notime": null, "date-ut": "1932-03-25 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Pierre de", "family": "Lagarde"}, "birth": {"tzo": "+00:00", "date": "1932-03-25 02:30", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.235, "lat": 48.81381, "name": "Meudon", "geoid": 2994144}, "date-ut": "1932-03-25 02:30"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "860"}}, "raw": {"H": "02:30", "COD": "92", "DAY": "25", "MON": "03", "NUM": "0860", "PRO": "JO", "YEA": "1932", "CITY": "Meudon", "NAME": "LAGARDE Pierre de", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20596	lagardellle-hubert-1874-07-08	{"e3": "861"}	{"lerrcp": "E3-861"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hubert", "family": "Lagardellle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05", "date": "1874-07-08 14:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.16206, "lat": 43.7947, "name": "Le Burgaud", "geoid": 6619541}, "notime": null, "date-ut": "1874-07-08 13:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Hubert", "family": "Lagardellle"}, "birth": {"tzo": "+00:05", "date": "1874-07-08 14:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.16206, "lat": 43.7947, "name": "Le Burgaud", "geoid": 6619541}, "date-ut": "1874-07-08 13:55"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "861"}}, "raw": {"H": "14:00", "COD": "31", "DAY": "08", "MON": "07", "NUM": "0861", "PRO": "PO", "YEA": "1874", "CITY": "Le Burgaud", "NAME": "LAGARDELLLE Hubert", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20597	lagrange-leo-1900-11-28	{"e3": "862"}	{"lerrcp": "E3-862"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léo", "family": "Lagrange", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1900-11-28 23:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bourg sur Gironde", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Léo", "family": "Lagrange"}, "birth": {"tzo": "", "date": "1900-11-28 23:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bourg sur Gironde", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "862"}}, "raw": {"H": "23:00", "COD": "33", "DAY": "28", "MON": "11", "NUM": "0862", "PRO": "PO", "YEA": "1900", "CITY": "Bourg sur Gironde", "NAME": "LAGRANGE Léo", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20598	lagrange-valerie-charaudeau-1942-02-25	{"e3": "863"}	{"lerrcp": "E3-863"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Valérie (CHARAUDEAU)", "family": "Lagrange", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1942-02-25 13:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Parls 18ème", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Valérie (CHARAUDEAU)", "family": "Lagrange"}, "birth": {"tzo": "", "date": "1942-02-25 13:00", "place": {"c2": "75", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Parls 18ème", "geoid": 0}, "date-ut": ""}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "863"}}, "raw": {"H": "13:00", "COD": "75", "DAY": "25", "MON": "02", "NUM": "0863", "PRO": "AC", "YEA": "1942", "CITY": "Parls 18ème", "NAME": "LAGRANGE Valérie (CHARAUDEAU)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20599	laguillier-arlette-1940-03-18	{"e3": "864"}	{"lerrcp": "E3-864"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arlette", "family": "Laguillier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1940-03-18 18:40", "note": null, "place": {"c1": null, "c2": "75", "c3": "4", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Arlette", "family": "Laguillier"}, "birth": {"tzo": "", "date": "1940-03-18 18:40", "place": {"c2": "75", "c3": "4", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "864"}}, "raw": {"H": "18:40", "COD": "75", "DAY": "18", "MON": "03", "NUM": "0864", "PRO": "PO", "YEA": "1940", "CITY": "Paris 4ème", "NAME": "LAGUILLIER Arlette", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20600	lahaye-simone-1908-05-01	{"e3": "865"}	{"lerrcp": "E3-865"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Simone", "family": "Lahaye", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-05-01 09:30", "note": null, "place": {"c1": null, "c2": "08", "c3": "", "cy": "FR", "lg": 4.7012, "lat": 49.39791, "name": "Vouziers", "geoid": 2967603}, "notime": null, "date-ut": "1908-05-01 09:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Simone", "family": "Lahaye"}, "birth": {"tzo": "+00:09", "date": "1908-05-01 09:30", "place": {"c2": "08", "c3": "", "cy": "FR", "lg": 4.7012, "lat": 49.39791, "name": "Vouziers", "geoid": 2967603}, "date-ut": "1908-05-01 09:21"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "865"}}, "raw": {"H": "09:30", "COD": "08", "DAY": "01", "MON": "05", "NUM": "0865", "PRO": "WR", "YEA": "1908", "CITY": "Vouziers", "NAME": "LAHAYE Simone", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20601	lai-francis-1932-04-26	{"e3": "866"}	{"lerrcp": "E3-866"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Lai", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1932-04-26 19:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1932-04-26 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Francis", "family": "Lai"}, "birth": {"tzo": "+01:00", "date": "1932-04-26 19:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1932-04-26 18:00"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "866"}}, "raw": {"H": "19:00", "COD": "06", "DAY": "26", "MON": "04", "NUM": "0866", "PRO": "MUS", "YEA": "1932", "CITY": "Nice", "NAME": "LAI francis", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20602	laine-pascal-1942-05-10	{"e3": "867"}	{"lerrcp": "E3-867"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pascal", "family": "Lainé", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1942-05-10 05:00", "note": null, "place": {"c1": null, "c2": "28", "c3": "", "cy": "FR", "lg": 1.43981, "lat": 48.85642, "name": "Anet", "geoid": 3037673}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Pascal", "family": "Lainé"}, "birth": {"tzo": "", "date": "1942-05-10 05:00", "place": {"c2": "28", "c3": "", "cy": "FR", "lg": 1.43981, "lat": 48.85642, "name": "Anet", "geoid": 3037673}, "date-ut": ""}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "867"}}, "raw": {"H": "05:00", "COD": "28", "DAY": "10", "MON": "05", "NUM": "0867", "PRO": "WR", "YEA": "1942", "CITY": "Anet", "NAME": "LAINÉ Pascal", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20603	lalanne-denis-1926-04-01	{"e3": "868"}	{"lerrcp": "E3-868"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Denis", "family": "Lalanne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1926-04-01 02:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "notime": null, "date-ut": "1926-04-01 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Denis", "family": "Lalanne"}, "birth": {"tzo": "+00:00", "date": "1926-04-01 02:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "date-ut": "1926-04-01 02:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "868"}}, "raw": {"H": "02:00", "COD": "64", "DAY": "01", "MON": "04", "NUM": "0868", "PRO": "JO", "YEA": "1926", "CITY": "Pau", "NAME": "LALANNE Denis", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20604	lalonde-brice-1946-02-10	{"e3": "869"}	{"lerrcp": "E3-869"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Brice", "family": "Lalonde", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1946-02-10 14:30", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1946-02-10 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Brice", "family": "Lalonde"}, "birth": {"tzo": "+01:00", "date": "1946-02-10 14:30", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1946-02-10 13:30"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "869"}}, "raw": {"H": "14:30", "COD": "92", "DAY": "10", "MON": "02", "NUM": "0869", "PRO": "PO", "YEA": "1946", "CITY": "Neuilly sur Seine", "NAME": "LALONDE Brice", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20605	lalou-etienne-1918-12-16	{"e3": "870"}	{"lerrcp": "E3-870"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Lalou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1918-12-16 01:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "14", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1918-12-16 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Lalou"}, "birth": {"tzo": "+00:00", "date": "1918-12-16 01:00", "place": {"c2": "75", "c3": "14", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1918-12-16 01:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "870"}}, "raw": {"H": "01:00", "COD": "75", "DAY": "16", "MON": "12", "NUM": "0870", "PRO": "JO", "YEA": "1918", "CITY": "Paris 14ème", "NAME": "LALOU Etienne", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20606	lama-serge-chauvier-1943-02-11	{"e3": "871"}	{"lerrcp": "E3-871"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Serge (CHAUVIER)", "family": "Lama", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1943-02-11 14:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1943-02-11 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Serge (CHAUVIER)", "family": "Lama"}, "birth": {"tzo": "+01:00", "date": "1943-02-11 14:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1943-02-11 13:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "871"}}, "raw": {"H": "14:00", "COD": "33", "DAY": "11", "MON": "02", "NUM": "0871", "PRO": "AC", "YEA": "1943", "CITY": "Bordeaux", "NAME": "LAMA Serge (CHAUVIER)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20607	la-malene-christian-de-1920-12-05	{"e3": "872"}	{"lerrcp": "E3-872"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian de", "family": "La Malene", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1920-12-05 12:00", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1920-12-05 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Christian de", "family": "La Malene"}, "birth": {"tzo": "+00:00", "date": "1920-12-05 12:00", "place": {"c2": "30", "c3": "", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1920-12-05 12:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "872"}}, "raw": {"H": "12:00", "COD": "30", "DAY": "05", "MON": "12", "NUM": "0872", "PRO": "PO", "YEA": "1920", "CITY": "Nîmes", "NAME": "LA MALENE Christian de", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20608	lambert-charles-1883-12-16	{"e3": "873"}	{"lerrcp": "E3-873"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Lambert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22", "date": "1883-12-16 11:00", "note": null, "place": {"c1": null, "c2": "26", "c3": "", "cy": "FR", "lg": 5.47454, "lat": 44.69184, "name": "Châtillon-en-Diois", "geoid": 3026072}, "notime": null, "date-ut": "1883-12-16 10:38"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Lambert"}, "birth": {"tzo": "+00:22", "date": "1883-12-16 11:00", "place": {"c2": "26", "c3": "", "cy": "FR", "lg": 5.47454, "lat": 44.69184, "name": "Châtillon-en-Diois", "geoid": 3026072}, "date-ut": "1883-12-16 10:38"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "873"}}, "raw": {"H": "11:00", "COD": "26", "DAY": "16", "MON": "12", "NUM": "0873", "PRO": "PO", "YEA": "1883", "CITY": "Châtillon en Diois", "NAME": "LAMBERT Charles", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20609	lambert-guy-1918-06-09	{"e3": "874"}	{"lerrcp": "E3-874"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Lambert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1918-06-09 15:15", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint-Maur", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Lambert"}, "birth": {"tzo": "", "date": "1918-06-09 15:15", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint-Maur", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "874"}}, "raw": {"H": "15:15", "COD": "94", "DAY": "09", "MON": "06", "NUM": "0874", "PRO": "JO", "YEA": "1918", "CITY": "St-Maur", "NAME": "LAMBERT Guy", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20610	lambert-pierrette-1928-06-10	{"e3": "875"}	{"lerrcp": "E3-875"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierrette", "family": "Lambert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1928-06-10 15:30", "note": null, "place": {"c1": null, "c2": "86", "c3": "", "cy": "FR", "lg": 0.32105, "lat": 46.88302, "name": "Orches", "geoid": 2989424}, "notime": null, "date-ut": "1928-06-10 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierrette", "family": "Lambert"}, "birth": {"tzo": "+01:00", "date": "1928-06-10 15:30", "place": {"c2": "86", "c3": "", "cy": "FR", "lg": 0.32105, "lat": 46.88302, "name": "Orches", "geoid": 2989424}, "date-ut": "1928-06-10 14:30"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "875"}}, "raw": {"H": "15:30", "COD": "86", "DAY": "10", "MON": "06", "NUM": "0875", "PRO": "PAI", "YEA": "1928", "CITY": "Orches", "NAME": "LAMBERT Pierrette", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20611	lamoureux-lucien-1888-09-16	{"e3": "876"}	{"lerrcp": "E3-876"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Lamoureux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10", "date": "1888-09-16 22:00", "note": null, "place": {"c1": null, "c2": "03", "c3": "", "cy": "FR", "lg": 2.37917, "lat": 46.46046, "name": "Viplaix", "geoid": 2967984}, "notime": null, "date-ut": "1888-09-16 21:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Lamoureux"}, "birth": {"tzo": "+00:10", "date": "1888-09-16 22:00", "place": {"c2": "03", "c3": "", "cy": "FR", "lg": 2.37917, "lat": 46.46046, "name": "Viplaix", "geoid": 2967984}, "date-ut": "1888-09-16 21:50"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "876"}}, "raw": {"H": "22:00", "COD": "03", "DAY": "16", "MON": "09", "NUM": "0876", "PRO": "PO", "YEA": "1888", "CITY": "Viplaix", "NAME": "LAMOUREUX Lucien", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20612	lamoureux-robert-1920-01-04	{"e3": "877"}	{"lerrcp": "E3-877"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Lamoureux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1920-01-04 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "11", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1920-01-04 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Lamoureux"}, "birth": {"tzo": "+00:00", "date": "1920-01-04 05:00", "place": {"c2": "75", "c3": "11", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1920-01-04 05:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "877"}}, "raw": {"H": "05:00", "COD": "75", "DAY": "04", "MON": "01", "NUM": "0877", "PRO": "AC", "YEA": "1920", "CITY": "Paris 11ème", "NAME": "LAMOUREUX Robert", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20613	lancelot-michel-1938-01-17	{"e3": "878"}	{"lerrcp": "E3-878"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Lancelot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1938-01-17 20:00", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": 2.62998, "lat": 48.83541, "name": "Lognes", "geoid": 2997904}, "notime": null, "date-ut": "1938-01-17 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Lancelot"}, "birth": {"tzo": "+00:00", "date": "1938-01-17 20:00", "place": {"c2": "77", "c3": "", "cy": "FR", "lg": 2.62998, "lat": 48.83541, "name": "Lognes", "geoid": 2997904}, "date-ut": "1938-01-17 20:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "878"}}, "raw": {"H": "20:00", "COD": "77", "DAY": "17", "MON": "01", "NUM": "0878", "PRO": "JO", "YEA": "1938", "CITY": "Lognes", "NAME": "LANCELOT Michel", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20614	landowski-francoise-1917-03-03	{"e3": "879"}	{"lerrcp": "E3-879"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Françoise", "family": "Landowski", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1917-03-03 19:30", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Boulogne-Billt", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Françoise", "family": "Landowski"}, "birth": {"tzo": "", "date": "1917-03-03 19:30", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Boulogne-Billt", "geoid": 0}, "date-ut": ""}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "879"}}, "raw": {"H": "19:30", "COD": "92", "DAY": "03", "MON": "03", "NUM": "0879", "PRO": "MUS", "YEA": "1917", "CITY": "Boulogne-Billt", "NAME": "LANDOWSKI Françoise", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20615	landry-michel-adolphe-1874-09-29	{"e3": "880"}	{"lerrcp": "E3-880"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel Adolphe", "family": "Landry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1874-09-29 07:15", "note": null, "place": {"c1": null, "c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Ajaccio", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Michel Adolphe", "family": "Landry"}, "birth": {"tzo": "", "date": "1874-09-29 07:15", "place": {"c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Ajaccio", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "880"}}, "raw": {"H": "07:15", "COD": "20", "DAY": "29", "MON": "09", "NUM": "0880", "PRO": "PO", "YEA": "1874", "CITY": "Ajaccio", "NAME": "LANDRY Michel Adolphe", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20616	lanessan-jean-marie-de-1843-07-13	{"e3": "881"}	{"lerrcp": "E3-881"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Marie de", "family": "Lanessan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02", "date": "1843-07-13 16:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.44443, "lat": 44.99455, "name": "Saint-André-de-Cubzac", "geoid": 2981760}, "notime": null, "date-ut": "1843-07-13 16:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean Marie de", "family": "Lanessan"}, "birth": {"tzo": "-00:02", "date": "1843-07-13 16:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.44443, "lat": 44.99455, "name": "Saint-André-de-Cubzac", "geoid": 2981760}, "date-ut": "1843-07-13 16:02"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "881"}}, "raw": {"H": "16:00", "COD": "33", "DAY": "13", "MON": "07", "NUM": "0881", "PRO": "PO", "YEA": "1843", "CITY": "St André de Cubzac", "NAME": "LANESSAN Jean Marie de", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20617	lang-serge-1920-06-06	{"e3": "882"}	{"lerrcp": "E3-882"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Serge", "family": "Lang", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-06-06 01:00", "note": null, "place": {"c1": null, "c2": "68", "c3": "", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "notime": null, "date-ut": "1920-06-06 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Serge", "family": "Lang"}, "birth": {"tzo": "+01:00", "date": "1920-06-06 01:00", "place": {"c2": "68", "c3": "", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "date-ut": "1920-06-06 00:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "882"}}, "raw": {"H": "01:00", "COD": "68", "DAY": "06", "MON": "06", "NUM": "0882", "PRO": "JO", "YEA": "1920", "CITY": "Mulhouse", "NAME": "LANG Serge", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20618	langeais-catherine-terrasse-1923-08-09	{"e3": "883"}	{"lerrcp": "E3-883"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Catherine (TERRASSE)", "family": "Langeais", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1923-08-09 12:00", "note": null, "place": {"c1": null, "c2": "26", "c3": "", "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "notime": null, "date-ut": "1923-08-09 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Catherine (TERRASSE)", "family": "Langeais"}, "birth": {"tzo": "+01:00", "date": "1923-08-09 12:00", "place": {"c2": "26", "c3": "", "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "date-ut": "1923-08-09 11:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "883"}}, "raw": {"H": "12:00", "COD": "26", "DAY": "09", "MON": "08", "NUM": "0883", "PRO": "JO", "YEA": "1923", "CITY": "Valence", "NAME": "LANGEAIS Catherine (TERRASSE)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20619	lapierre-dominique-1931-07-30	{"e3": "884"}	{"lerrcp": "E3-884"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dominique", "family": "Lapierre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1931-07-30 19:30", "note": null, "place": {"c1": null, "c2": "17", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Châtelaillon", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Dominique", "family": "Lapierre"}, "birth": {"tzo": "", "date": "1931-07-30 19:30", "place": {"c2": "17", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Châtelaillon", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "884"}}, "raw": {"H": "19:30", "COD": "17", "DAY": "30", "MON": "07", "NUM": "0884", "PRO": "JO", "YEA": "1931", "CITY": "Châtelaillon", "NAME": "LAPIERRE Dominique", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20620	larche-georges-1906-11-09	{"e3": "885"}	{"lerrcp": "E3-885"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Larché", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-11-09 17:00", "note": null, "place": {"c1": null, "c2": "79", "c3": "", "cy": "FR", "lg": -0.45877, "lat": 46.32313, "name": "Niort", "geoid": 2990355}, "notime": null, "date-ut": "1906-11-09 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Larché"}, "birth": {"tzo": "+00:09", "date": "1906-11-09 17:00", "place": {"c2": "79", "c3": "", "cy": "FR", "lg": -0.45877, "lat": 46.32313, "name": "Niort", "geoid": 2990355}, "date-ut": "1906-11-09 16:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "885"}}, "raw": {"H": "17:00", "COD": "79", "DAY": "09", "MON": "11", "NUM": "0885", "PRO": "JO", "YEA": "1906", "CITY": "Niort", "NAME": "LARCHÉ Georges", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20621	laroze-alfred-1834-04-05	{"e3": "886"}	{"lerrcp": "E3-886"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Laroze", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02", "date": "1834-04-05 13:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1834-04-05 13:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Laroze"}, "birth": {"tzo": "-00:02", "date": "1834-04-05 13:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1834-04-05 13:02"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "886"}}, "raw": {"H": "13:00", "COD": "33", "DAY": "05", "MON": "04", "NUM": "0886", "PRO": "PO", "YEA": "1834", "CITY": "Bordeaux", "NAME": "LAROZE Alfred", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20622	larteguy-jean-osty-lucien-1920-09-05	{"e3": "887"}	{"lerrcp": "E3-887"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean (OSTY Lucien)", "family": "Lartéguy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-09-05 10:15", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.43945, "lat": 48.81171, "name": "Maisons-Alfort", "geoid": 2996568}, "notime": null, "date-ut": "1920-09-05 09:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jean (OSTY Lucien)", "family": "Lartéguy"}, "birth": {"tzo": "+01:00", "date": "1920-09-05 10:15", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.43945, "lat": 48.81171, "name": "Maisons-Alfort", "geoid": 2996568}, "date-ut": "1920-09-05 09:15"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "887"}}, "raw": {"H": "10:15", "COD": "94", "DAY": "05", "MON": "09", "NUM": "0887", "PRO": "WR", "YEA": "1920", "CITY": "Maisons-Alfort", "NAME": "LARTÉGUY Jean (OSTY Lucien)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20623	lartigue-jacques-1894-06-13	{"e3": "888"}	{"lerrcp": "E3-888"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Lartigue", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1894-06-13 04:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.25666, "lat": 48.89672, "name": "Courbevoie", "geoid": 3023141}, "notime": null, "date-ut": "1894-06-13 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Lartigue"}, "birth": {"tzo": "+00:09", "date": "1894-06-13 04:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.25666, "lat": 48.89672, "name": "Courbevoie", "geoid": 3023141}, "date-ut": "1894-06-13 03:51"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "888"}}, "raw": {"H": "04:00", "COD": "92", "DAY": "13", "MON": "06", "NUM": "0888", "PRO": "PAI", "YEA": "1894", "CITY": "Courbevoie", "NAME": "LARTIGUE Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20624	laskine-lilly-aimee-1893-08-31	{"e3": "889"}	{"lerrcp": "E3-889"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lilly (Aimée)", "family": "Laskine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1893-08-31 12:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "9", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1893-08-31 11:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Lilly (Aimée)", "family": "Laskine"}, "birth": {"tzo": "+00:09", "date": "1893-08-31 12:00", "place": {"c2": "75", "c3": "9", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1893-08-31 11:51"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "889"}}, "raw": {"H": "12:00", "COD": "75", "DAY": "31", "MON": "08", "NUM": "0889", "PRO": "MUS", "YEA": "1893", "CITY": "Paris 9ème", "NAME": "LASKINE Lilly (Aimée)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20625	lassalle-robert-1882-06-02	{"e3": "890"}	{"lerrcp": "E3-890"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Lassalle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05", "date": "1882-06-02 11:00", "note": null, "place": {"c1": null, "c2": "40", "c3": "", "cy": "FR", "lg": -1.32977, "lat": 43.75165, "name": "Soustons", "geoid": 2973918}, "notime": null, "date-ut": "1882-06-02 11:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Lassalle"}, "birth": {"tzo": "-00:05", "date": "1882-06-02 11:00", "place": {"c2": "40", "c3": "", "cy": "FR", "lg": -1.32977, "lat": 43.75165, "name": "Soustons", "geoid": 2973918}, "date-ut": "1882-06-02 11:05"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "890"}}, "raw": {"H": "11:00", "COD": "40", "DAY": "02", "MON": "06", "NUM": "0890", "PRO": "PO", "YEA": "1882", "CITY": "Soustons", "NAME": "LASSALLE Robert", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20626	launay-pierre-jean-1900-12-27	{"e3": "891"}	{"lerrcp": "E3-891"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre-Jean", "family": "Launay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1900-12-27 08:30", "note": null, "place": {"c1": null, "c2": "61", "c3": "", "cy": "FR", "lg": -0.14564, "lat": 48.56743, "name": "Carrouges", "geoid": 3028512}, "notime": null, "date-ut": "1900-12-27 08:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Pierre-Jean", "family": "Launay"}, "birth": {"tzo": "+00:09", "date": "1900-12-27 08:30", "place": {"c2": "61", "c3": "", "cy": "FR", "lg": -0.14564, "lat": 48.56743, "name": "Carrouges", "geoid": 3028512}, "date-ut": "1900-12-27 08:21"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "891"}}, "raw": {"H": "08:30", "COD": "61", "DAY": "27", "MON": "12", "NUM": "0891", "PRO": "JO", "YEA": "1900", "CITY": "Carrouges", "NAME": "LAUNAY Pierre-Jean", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20627	laurain-jean-1921-01-01	{"e3": "892"}	{"lerrcp": "E3-892"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Laurain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1921-01-01 04:00", "note": null, "place": {"c1": null, "c2": "57", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Grigy", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Laurain"}, "birth": {"tzo": "", "date": "1921-01-01 04:00", "place": {"c2": "57", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Grigy", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "892"}}, "raw": {"H": "04:00", "COD": "57", "DAY": "01", "MON": "01", "NUM": "0892", "PRO": "PO", "YEA": "1921", "CITY": "Grigy", "NAME": "LAURAIN Jean", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20628	lauraine-jean-octave-1864-10-03	{"e3": "893"}	{"lerrcp": "E3-893"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Octave", "family": "Lauraine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02", "date": "1864-10-03 19:00", "note": null, "place": {"c1": null, "c2": "17", "c3": "", "cy": "FR", "lg": -0.42289, "lat": 45.77273, "name": "Burie", "geoid": 3029505}, "notime": null, "date-ut": "1864-10-03 19:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean-Octave", "family": "Lauraine"}, "birth": {"tzo": "-00:02", "date": "1864-10-03 19:00", "place": {"c2": "17", "c3": "", "cy": "FR", "lg": -0.42289, "lat": 45.77273, "name": "Burie", "geoid": 3029505}, "date-ut": "1864-10-03 19:02"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "893"}}, "raw": {"H": "19:00", "COD": "17", "DAY": "03", "MON": "10", "NUM": "0893", "PRO": "PO", "YEA": "1864", "CITY": "Burie", "NAME": "LAURAINE Jean-Octave", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20629	laurens-emile-1884-01-29	{"e3": "894"}	{"lerrcp": "E3-894"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Laurens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10", "date": "1884-01-29 01:00", "note": null, "place": {"c1": null, "c2": "12", "c3": "", "cy": "FR", "lg": 2.53515, "lat": 44.03276, "name": "Réquista", "geoid": 2983929}, "notime": null, "date-ut": "1884-01-29 00:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Laurens"}, "birth": {"tzo": "+00:10", "date": "1884-01-29 01:00", "place": {"c2": "12", "c3": "", "cy": "FR", "lg": 2.53515, "lat": 44.03276, "name": "Réquista", "geoid": 2983929}, "date-ut": "1884-01-29 00:50"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "894"}}, "raw": {"H": "01:00", "COD": "12", "DAY": "29", "MON": "01", "NUM": "0894", "PRO": "PO", "YEA": "1884", "CITY": "Réquista", "NAME": "LAURENS Emile", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20630	laurent-augustin-1896-09-09	{"e3": "895"}	{"lerrcp": "E3-895"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Augustin", "family": "Laurent", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1896-09-09 11:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.03448, "lat": 50.48665, "name": "Wahagnies", "geoid": 2967516}, "notime": null, "date-ut": "1896-09-09 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Augustin", "family": "Laurent"}, "birth": {"tzo": "+00:09", "date": "1896-09-09 11:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.03448, "lat": 50.48665, "name": "Wahagnies", "geoid": 2967516}, "date-ut": "1896-09-09 10:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "895"}}, "raw": {"H": "11:00", "COD": "59", "DAY": "09", "MON": "09", "NUM": "0895", "PRO": "PO", "YEA": "1896", "CITY": "Wahagnies", "NAME": "LAURENT Augustin", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20631	laurent-paul-1925-05-01	{"e3": "896"}	{"lerrcp": "E3-896"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Laurent", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1925-05-01 18:30", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 4.23619, "lat": 46.58119, "name": "Génelard", "geoid": 3016375}, "notime": null, "date-ut": "1925-05-01 17:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Laurent"}, "birth": {"tzo": "+01:00", "date": "1925-05-01 18:30", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 4.23619, "lat": 46.58119, "name": "Génelard", "geoid": 3016375}, "date-ut": "1925-05-01 17:30"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "896"}}, "raw": {"H": "18:30", "COD": "71", "DAY": "01", "MON": "05", "NUM": "0896", "PRO": "PO", "YEA": "1925", "CITY": "Génelard", "NAME": "LAURENT Paul", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20632	laurent-darnar-pierre-1901-05-31	{"e3": "897"}	{"lerrcp": "E3-897"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Laurent-Darnar", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1901-05-31 14:00", "note": null, "place": {"c1": null, "c2": "85", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Fontenay", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Laurent-Darnar"}, "birth": {"tzo": "", "date": "1901-05-31 14:00", "place": {"c2": "85", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Fontenay", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "897"}}, "raw": {"H": "14:00", "COD": "85", "DAY": "31", "MON": "05", "NUM": "0897", "PRO": "JO", "YEA": "1901", "CITY": "Fontenay", "NAME": "LAURENT-DARNAR Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20633	lautier-eugene-1867-08-20	{"e3": "898"}	{"lerrcp": "E3-898"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Lautier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14", "date": "1867-08-20 14:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.45954, "lat": 43.54046, "name": "Paulhan", "geoid": 2988339}, "notime": null, "date-ut": "1867-08-20 13:46"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Lautier"}, "birth": {"tzo": "+00:14", "date": "1867-08-20 14:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.45954, "lat": 43.54046, "name": "Paulhan", "geoid": 2988339}, "date-ut": "1867-08-20 13:46"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "898"}}, "raw": {"H": "14:00", "COD": "34", "DAY": "20", "MON": "08", "NUM": "0898", "PRO": "PO", "YEA": "1867", "CITY": "Paulhan", "NAME": "LAUTIER Eugène", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20634	lauzero-albert-1909-08-16	{"e3": "899"}	{"lerrcp": "E3-899"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Lauzero", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-08-16 23:00", "note": null, "place": {"c1": null, "c2": "32", "c3": "", "cy": "FR", "lg": 0.66298, "lat": 43.8494, "name": "Fleurance", "geoid": 3018323}, "notime": null, "date-ut": "1909-08-16 22:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Lauzero"}, "birth": {"tzo": "+00:09", "date": "1909-08-16 23:00", "place": {"c2": "32", "c3": "", "cy": "FR", "lg": 0.66298, "lat": 43.8494, "name": "Fleurance", "geoid": 3018323}, "date-ut": "1909-08-16 22:51"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "899"}}, "raw": {"H": "23:00", "COD": "32", "DAY": "16", "MON": "08", "NUM": "0899", "PRO": "PAI", "YEA": "1909", "CITY": "Fleurance", "NAME": "LAUZERO Albert", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20635	laval-pierre-1883-06-28	{"e3": "900"}	{"lerrcp": "E3-900"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Laval", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14", "date": "1883-06-28 10:00", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 3.52017, "lat": 45.97657, "name": "Châteldon", "geoid": 3026153}, "notime": null, "date-ut": "1883-06-28 09:46"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Laval"}, "birth": {"tzo": "+00:14", "date": "1883-06-28 10:00", "place": {"c2": "63", "c3": "", "cy": "FR", "lg": 3.52017, "lat": 45.97657, "name": "Châteldon", "geoid": 3026153}, "date-ut": "1883-06-28 09:46"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "900"}}, "raw": {"H": "10:00", "COD": "63", "DAY": "28", "MON": "06", "NUM": "0900", "PRO": "PO", "YEA": "1883", "CITY": "Châteldon", "NAME": "LAVAL Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20636	laville-henri-1916-02-07	{"e3": "901"}	{"lerrcp": "E3-901"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Laville", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-02-07 08:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1916-02-07 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Laville"}, "birth": {"tzo": "+00:00", "date": "1916-02-07 08:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1916-02-07 08:00"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "901"}}, "raw": {"H": "08:00", "COD": "33", "DAY": "07", "MON": "02", "NUM": "0901", "PRO": "PAI", "YEA": "1916", "CITY": "Bordeaux", "NAME": "LAVILLE Henri", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20637	lazareff-pierre-1907-04-16	{"e3": "902"}	{"lerrcp": "E3-902"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Lazareff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-04-16 08:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "9", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1907-04-16 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Lazareff"}, "birth": {"tzo": "+00:09", "date": "1907-04-16 08:00", "place": {"c2": "75", "c3": "9", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1907-04-16 07:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "902"}}, "raw": {"H": "08:00", "COD": "75", "DAY": "16", "MON": "04", "NUM": "0902", "PRO": "JO", "YEA": "1907", "CITY": "Paris 9ème", "NAME": "LAZAREFF Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20638	lesacqz-albert-1924-07-29	{"e3": "903"}	{"lerrcp": "E3-903"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Lesacqz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1924-07-29 14:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.43076, "lat": 50.44718, "name": "Saint-Amand-les-Eaux", "geoid": 2981839}, "notime": null, "date-ut": "1924-07-29 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Lesacqz"}, "birth": {"tzo": "+01:00", "date": "1924-07-29 14:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.43076, "lat": 50.44718, "name": "Saint-Amand-les-Eaux", "geoid": 2981839}, "date-ut": "1924-07-29 13:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "903"}}, "raw": {"H": "14:00", "COD": "59", "DAY": "29", "MON": "07", "NUM": "0903", "PRO": "JO", "YEA": "1924", "CITY": "St Amand les Eaux", "NAME": "LESACQZ Albert", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20639	lebas-edouard-1897-11-18	{"e3": "904"}	{"lerrcp": "E3-904"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Lebas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1897-11-18 13:30", "note": null, "place": {"c1": null, "c2": "50", "c3": "", "cy": "FR", "lg": -1.64349, "lat": 49.62612, "name": "Octeville", "geoid": 2989755}, "notime": null, "date-ut": "1897-11-18 13:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Lebas"}, "birth": {"tzo": "+00:09", "date": "1897-11-18 13:30", "place": {"c2": "50", "c3": "", "cy": "FR", "lg": -1.64349, "lat": 49.62612, "name": "Octeville", "geoid": 2989755}, "date-ut": "1897-11-18 13:21"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "904"}}, "raw": {"H": "13:30", "COD": "50", "DAY": "18", "MON": "11", "NUM": "0904", "PRO": "WR", "YEA": "1897", "CITY": "Octeville", "NAME": "LEBAS Edouard", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20640	lebas-jean-baptiste-1878-10-24	{"e3": "905"}	{"lerrcp": "E3-905"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Baptiste", "family": "Lebas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13", "date": "1878-10-24 03:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1878-10-24 02:47"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean-Baptiste", "family": "Lebas"}, "birth": {"tzo": "+00:13", "date": "1878-10-24 03:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1878-10-24 02:47"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "905"}}, "raw": {"H": "03:00", "COD": "59", "DAY": "24", "MON": "10", "NUM": "0905", "PRO": "PO", "YEA": "1878", "CITY": "Roubaix", "NAME": "LEBAS Jean-Baptiste", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20641	le-bidois-robert-1897-10-08	{"e3": "906"}	{"lerrcp": "E3-906"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Le Bidois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1897-10-08 06:00", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": 2.70563, "lat": 49.01375, "name": "Juilly", "geoid": 3012099}, "notime": null, "date-ut": "1897-10-08 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Le Bidois"}, "birth": {"tzo": "+00:09", "date": "1897-10-08 06:00", "place": {"c2": "77", "c3": "", "cy": "FR", "lg": 2.70563, "lat": 49.01375, "name": "Juilly", "geoid": 3012099}, "date-ut": "1897-10-08 05:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "906"}}, "raw": {"H": "06:00", "COD": "77", "DAY": "08", "MON": "10", "NUM": "0906", "PRO": "JO", "YEA": "1897", "CITY": "Juilly", "NAME": "LE BIDOIS Robert", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20642	lebon-andre-1859-06-26	{"e3": "907"}	{"lerrcp": "E3-907"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Lebon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04", "date": "1859-06-26 00:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.07772, "lat": 49.9216, "name": "Dieppe", "geoid": 3021411}, "notime": null, "date-ut": "1859-06-25 23:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Lebon"}, "birth": {"tzo": "+00:04", "date": "1859-06-26 00:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 1.07772, "lat": 49.9216, "name": "Dieppe", "geoid": 3021411}, "date-ut": "1859-06-25 23:56"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "907"}}, "raw": {"H": "00:00", "COD": "76", "DAY": "26", "MON": "06", "NUM": "0907", "PRO": "PO", "YEA": "1859", "CITY": "Dieppe", "NAME": "LEBON André", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20643	le-courre-raymond-1912-11-10	{"e3": "908"}	{"lerrcp": "E3-908"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Le Courre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-11-10 21:30", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.33256, "lat": 48.79993, "name": "Arcueil", "geoid": 3037157}, "notime": null, "date-ut": "1912-11-10 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Le Courre"}, "birth": {"tzo": "+00:00", "date": "1912-11-10 21:30", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.33256, "lat": 48.79993, "name": "Arcueil", "geoid": 3037157}, "date-ut": "1912-11-10 21:30"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "908"}}, "raw": {"H": "21:30", "COD": "94", "DAY": "10", "MON": "11", "NUM": "0908", "PRO": "PO", "YEA": "1912", "CITY": "Arcueil", "NAME": "LE COURRE Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20644	lebrau-jean-1891-10-20	{"e3": "909"}	{"lerrcp": "E3-909"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lebrau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1891-10-20 11:00", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": 2.65031, "lat": 43.18105, "name": "Moux", "geoid": 2991301}, "notime": null, "date-ut": "1891-10-20 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lebrau"}, "birth": {"tzo": "+00:09", "date": "1891-10-20 11:00", "place": {"c2": "11", "c3": "", "cy": "FR", "lg": 2.65031, "lat": 43.18105, "name": "Moux", "geoid": 2991301}, "date-ut": "1891-10-20 10:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "909"}}, "raw": {"H": "11:00", "COD": "11", "DAY": "20", "MON": "10", "NUM": "0909", "PRO": "WR", "YEA": "1891", "CITY": "Moux", "NAME": "LEBRAU Jean", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20645	lebrun-albert-1871-08-29	{"e3": "911"}	{"lerrcp": "E3-911"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Lebrun", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1871-08-29 14:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 5.82598, "lat": 49.36751, "name": "Mercy-le-Haut", "geoid": 2994442}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Lebrun"}, "birth": {"tzo": "", "date": "1871-08-29 14:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 5.82598, "lat": 49.36751, "name": "Mercy-le-Haut", "geoid": 2994442}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "911"}}, "raw": {"H": "14:00", "COD": "54", "DAY": "29", "MON": "08", "NUM": "0911", "PRO": "PO", "YEA": "1871", "CITY": "Mercy le Haut", "NAME": "LEBRUN Albert", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20646	lecanuet-jean-1920-03-04	{"e3": "912"}	{"lerrcp": "E3-912"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lecanuet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-03-04 07:45", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1920-03-04 06:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lecanuet"}, "birth": {"tzo": "+01:00", "date": "1920-03-04 07:45", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1920-03-04 06:45"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "912"}}, "raw": {"H": "07:45", "COD": "76", "DAY": "04", "MON": "03", "NUM": "0912", "PRO": "PO", "YEA": "1920", "CITY": "Rouen", "NAME": "LECANUET Jean", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20647	lecat-jean-philippe-1935-07-29	{"e3": "913"}	{"lerrcp": "E3-913"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Philippe", "family": "Lecat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1935-07-29 17:20", "note": null, "place": {"c1": null, "c2": "21", "c3": "", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1935-07-29 16:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean-Philippe", "family": "Lecat"}, "birth": {"tzo": "+01:00", "date": "1935-07-29 17:20", "place": {"c2": "21", "c3": "", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1935-07-29 16:20"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "913"}}, "raw": {"H": "17:20", "COD": "21", "DAY": "29", "MON": "07", "NUM": "0913", "PRO": "PO", "YEA": "1935", "CITY": "Dijon", "NAME": "LECAT Jean-Philippe", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20648	lecerf-jean-1918-06-01	{"e3": "914"}	{"lerrcp": "E3-914"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lecerf", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-06-01 15:30", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.02375, "lat": 49.47925, "name": "Maromme", "geoid": 2995563}, "notime": null, "date-ut": "1918-06-01 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lecerf"}, "birth": {"tzo": "+01:00", "date": "1918-06-01 15:30", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 1.02375, "lat": 49.47925, "name": "Maromme", "geoid": 2995563}, "date-ut": "1918-06-01 14:30"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "914"}}, "raw": {"H": "15:30", "COD": "76", "DAY": "01", "MON": "06", "NUM": "0914", "PRO": "JO", "YEA": "1918", "CITY": "Maromme", "NAME": "LECERF Jean", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20649	lechantre-jean-1917-03-13	{"e3": "915"}	{"lerrcp": "E3-915"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lechantre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1917-03-13 18:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1917-03-13 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lechantre"}, "birth": {"tzo": "+00:00", "date": "1917-03-13 18:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1917-03-13 18:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "915"}}, "raw": {"H": "18:00", "COD": "59", "DAY": "13", "MON": "03", "NUM": "0915", "PRO": "JO", "YEA": "1917", "CITY": "Roubaix", "NAME": "LECHANTRE Jean", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20650	le-cherpy-joseph-1874-10-10	{"e3": "916"}	{"lerrcp": "E3-916"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Le Cherpy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01", "date": "1874-10-10 23:30", "note": null, "place": {"c1": null, "c2": "14", "c3": "", "cy": "FR", "lg": -0.19527, "lat": 48.89217, "name": "Falaise", "geoid": 3019113}, "notime": null, "date-ut": "1874-10-10 23:31"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Le Cherpy"}, "birth": {"tzo": "-00:01", "date": "1874-10-10 23:30", "place": {"c2": "14", "c3": "", "cy": "FR", "lg": -0.19527, "lat": 48.89217, "name": "Falaise", "geoid": 3019113}, "date-ut": "1874-10-10 23:31"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "916"}}, "raw": {"H": "23:30", "COD": "14", "DAY": "10", "MON": "10", "NUM": "0916", "PRO": "PO", "YEA": "1874", "CITY": "Falaise", "NAME": "LE CHERPY Joseph", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20651	lecoin-louis-1888-09-30	{"e3": "917"}	{"lerrcp": "E3-917"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Lecoin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10", "date": "1888-09-30 02:00", "note": null, "place": {"c1": null, "c2": "18", "c3": "", "cy": "FR", "lg": 2.50494, "lat": 46.72284, "name": "Saint-Amand-Montrond", "geoid": 2981837}, "notime": null, "date-ut": "1888-09-30 01:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Lecoin"}, "birth": {"tzo": "+00:10", "date": "1888-09-30 02:00", "place": {"c2": "18", "c3": "", "cy": "FR", "lg": 2.50494, "lat": 46.72284, "name": "Saint-Amand-Montrond", "geoid": 2981837}, "date-ut": "1888-09-30 01:50"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "917"}}, "raw": {"H": "02:00", "COD": "18", "DAY": "30", "MON": "09", "NUM": "0917", "PRO": "PO", "YEA": "1888", "CITY": "St Amand-Montrond", "NAME": "LECOIN Louis", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20652	le-cour-grandmaison-jean-1883-03-15	{"e3": "918"}	{"lerrcp": "E3-918"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Le Cour Grandmaison", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06", "date": "1883-03-15 03:00", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1883-03-15 03:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Le Cour Grandmaison"}, "birth": {"tzo": "-00:06", "date": "1883-03-15 03:00", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1883-03-15 03:06"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "918"}}, "raw": {"H": "03:00", "COD": "44", "DAY": "15", "MON": "03", "NUM": "0918", "PRO": "PO", "YEA": "1883", "CITY": "Nantes", "NAME": "LE COUR GRANDMAISON Jean", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20653	le-cunff-louis-1919-07-27	{"e3": "919"}	{"lerrcp": "E3-919"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Le Cunff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-07-27 10:00", "note": null, "place": {"c1": null, "c2": "56", "c3": "", "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "notime": null, "date-ut": "1919-07-27 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Le Cunff"}, "birth": {"tzo": "+01:00", "date": "1919-07-27 10:00", "place": {"c2": "56", "c3": "", "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "date-ut": "1919-07-27 09:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "919"}}, "raw": {"H": "10:00", "COD": "56", "DAY": "27", "MON": "07", "NUM": "0919", "PRO": "JO", "YEA": "1919", "CITY": "Lorient", "NAME": "LE CUNFF Louis", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20654	lefebure-leon-1838-03-31	{"e3": "920"}	{"lerrcp": "E3-920"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Lefebure", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29", "date": "1838-03-31 16:00", "note": null, "place": {"c1": null, "c2": "68", "c3": "", "cy": "FR", "lg": 7.29072, "lat": 48.07269, "name": "Wintzenheim", "geoid": 2967337}, "notime": null, "date-ut": "1838-03-31 15:31"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Lefebure"}, "birth": {"tzo": "+00:29", "date": "1838-03-31 16:00", "place": {"c2": "68", "c3": "", "cy": "FR", "lg": 7.29072, "lat": 48.07269, "name": "Wintzenheim", "geoid": 2967337}, "date-ut": "1838-03-31 15:31"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "920"}}, "raw": {"H": "16:00", "COD": "68", "DAY": "31", "MON": "03", "NUM": "0920", "PRO": "PO", "YEA": "1838", "CITY": "Wintzenheim", "NAME": "LEFEBURE Léon", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20655	lefebure-yvonne-1898-06-29	{"e3": "921"}	{"lerrcp": "E3-921"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yvonne", "family": "Lefébure", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-06-29 06:00", "note": null, "place": {"c1": null, "c2": "95", "c3": "", "cy": "FR", "lg": 2.25804, "lat": 48.99004, "name": "Ermont", "geoid": 3019897}, "notime": null, "date-ut": "1898-06-29 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Yvonne", "family": "Lefébure"}, "birth": {"tzo": "+00:09", "date": "1898-06-29 06:00", "place": {"c2": "95", "c3": "", "cy": "FR", "lg": 2.25804, "lat": 48.99004, "name": "Ermont", "geoid": 3019897}, "date-ut": "1898-06-29 05:51"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "921"}}, "raw": {"H": "06:00", "COD": "95", "DAY": "29", "MON": "06", "NUM": "0921", "PRO": "MUS", "YEA": "1898", "CITY": "Ermont", "NAME": "LEFÉBURE Yvonne", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20656	lefebvre-henri-1901-06-16	{"e3": "922"}	{"lerrcp": "E3-922"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Lefebvre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-06-16 11:00", "note": null, "place": {"c1": null, "c2": "40", "c3": "", "cy": "FR", "lg": -0.59172, "lat": 43.65893, "name": "Hagetmau", "geoid": 3014084}, "notime": null, "date-ut": "1901-06-16 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Lefebvre"}, "birth": {"tzo": "+00:09", "date": "1901-06-16 11:00", "place": {"c2": "40", "c3": "", "cy": "FR", "lg": -0.59172, "lat": 43.65893, "name": "Hagetmau", "geoid": 3014084}, "date-ut": "1901-06-16 10:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "922"}}, "raw": {"H": "11:00", "COD": "40", "DAY": "16", "MON": "06", "NUM": "0922", "PRO": "WR", "YEA": "1901", "CITY": "Hagetmau", "NAME": "LEFEBVRE Henri", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20657	lefebvre-du-prey-edmond-1866-10-16	{"e3": "923"}	{"lerrcp": "E3-923"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Lefebvre Du Prey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1866-10-16 00:15", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "notime": null, "date-ut": "1866-10-16 00:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Lefebvre Du Prey"}, "birth": {"tzo": "+00:09", "date": "1866-10-16 00:15", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "date-ut": "1866-10-16 00:06"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "923"}}, "raw": {"H": "00:15", "COD": "62", "DAY": "16", "MON": "10", "NUM": "0923", "PRO": "PO", "YEA": "1866", "CITY": "St Omer", "NAME": "LEFEBVRE DU PREY Edmond", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20658	lefevre-auguste-1828-12-20	{"e3": "924"}	{"lerrcp": "E3-924"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Lefevre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:18", "date": "1828-12-20 03:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1828-12-20 03:18"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Lefevre"}, "birth": {"tzo": "-00:18", "date": "1828-12-20 03:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1828-12-20 03:18"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "924"}}, "raw": {"H": "03:00", "COD": "29", "DAY": "20", "MON": "12", "NUM": "0924", "PRO": "PO", "YEA": "1828", "CITY": "Brest", "NAME": "LEFEVRE Auguste", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20659	lefevre-jean-1928-03-08	{"e3": "925"}	{"lerrcp": "E3-925"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lefevre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1928-03-08 21:00", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Châlons sur Marne", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lefevre"}, "birth": {"tzo": "", "date": "1928-03-08 21:00", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Châlons sur Marne", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "925"}}, "raw": {"H": "21:00", "COD": "51", "DAY": "08", "MON": "03", "NUM": "0925", "PRO": "JO", "YEA": "1928", "CITY": "Châlons sur Marne", "NAME": "LEFEVRE Jean", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20660	le-gentil-pierre-1906-11-01	{"e3": "926"}	{"lerrcp": "E3-926"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Le Gentil", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-11-01 05:00", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 4.00216, "lat": 48.90609, "name": "Vertus", "geoid": 2969607}, "notime": null, "date-ut": "1906-11-01 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Le Gentil"}, "birth": {"tzo": "+00:09", "date": "1906-11-01 05:00", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": 4.00216, "lat": 48.90609, "name": "Vertus", "geoid": 2969607}, "date-ut": "1906-11-01 04:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "926"}}, "raw": {"H": "05:00", "COD": "51", "DAY": "01", "MON": "11", "NUM": "0926", "PRO": "WR", "YEA": "1906", "CITY": "Vertus", "NAME": "LE GENTIL Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
12943	kir-felix-1876-01-23	{"a5": "1476", "g55": "08-63"}	{"g55": "08-63", "lerrcp": "A5-1476"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Kir", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:57", "date": "1876-01-23 23:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 4.48595, "lat": 47.53785, "name": "Alise-Sainte-Reine", "geoid": 3038193}, "notime": null, "date-ut": "1876-01-23 22:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Kir"}, "birth": {"tzo": "+00:17:57", "date": "1876-01-23 23:00", "place": {"c2": "21", "cy": "FR", "lg": 4.48595, "lat": 47.53785, "name": "Alise-Sainte-Reine", "geoid": 3038193}, "date-ut": "1876-01-23 22:39:52"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1476"}, "ids-in-sources": {"a5": "1476"}}, "raw": {"H": "22", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "23", "LAT": "47N19", "LON": "5E 2", "MON": "1", "NUM": "1476", "PRO": "PT", "SEC": "52", "YEA": "1876", "CITY": "ALISE-STE-REINE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-63"}, "ids-in-source": {"g55": "08-63"}}, "raw": {"DAY": "23-1-1876", "HOUR": "23 h.", "NAME": "KIR Félix", "PLACE": "Alise-Sainte-Reine (Côte-d’Or)."}, "date": "2023-08-20T14:49:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
20661	legrand-pierre-1834-05-13	{"e3": "928"}	{"lerrcp": "E3-928"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Legrand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12", "date": "1834-05-13 15:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1834-05-13 14:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Legrand"}, "birth": {"tzo": "+00:12", "date": "1834-05-13 15:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1834-05-13 14:48"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "928"}}, "raw": {"H": "15:00", "COD": "59", "DAY": "13", "MON": "05", "NUM": "0928", "PRO": "PO", "YEA": "1834", "CITY": "Lille", "NAME": "LEGRAND Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20662	legris-jacques-1919-02-22	{"e3": "929"}	{"lerrcp": "E3-929"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Legris", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1919-02-22 22:00", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1919-02-22 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Legris"}, "birth": {"tzo": "+00:00", "date": "1919-02-22 22:00", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1919-02-22 22:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "929"}}, "raw": {"H": "22:00", "COD": "78", "DAY": "22", "MON": "02", "NUM": "0929", "PRO": "JO", "YEA": "1919", "CITY": "Versailles", "NAME": "LEGRIS Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20663	le-hir-yves-1919-07-02	{"e3": "930"}	{"lerrcp": "E3-930"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Le Hir", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-07-02 04:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.46495, "lat": 48.45297, "name": "Gouesnou", "geoid": 3015601}, "notime": null, "date-ut": "1919-07-02 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Le Hir"}, "birth": {"tzo": "+01:00", "date": "1919-07-02 04:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.46495, "lat": 48.45297, "name": "Gouesnou", "geoid": 3015601}, "date-ut": "1919-07-02 03:00"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "930"}}, "raw": {"H": "04:00", "COD": "29", "DAY": "02", "MON": "07", "NUM": "0930", "PRO": "WR", "YEA": "1919", "CITY": "Gouesnou", "NAME": "LE HIR Yves", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20664	lemaitre-henri-1912-04-01	{"e3": "931"}	{"lerrcp": "E3-931"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Lemaitre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-04-01 19:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1912-04-01 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Lemaitre"}, "birth": {"tzo": "+00:00", "date": "1912-04-01 19:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1912-04-01 19:00"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "931"}}, "raw": {"H": "19:00", "COD": "42", "DAY": "01", "MON": "04", "NUM": "0931", "PRO": "WR", "YEA": "1912", "CITY": "St-Etienne", "NAME": "LEMAITRE Henri", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20665	lemarchand-henri-1911-02-19	{"e3": "932"}	{"lerrcp": "E3-932"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Lemarchand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1911-02-19 15:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1911-02-19 14:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Lemarchand"}, "birth": {"tzo": "+00:09", "date": "1911-02-19 15:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1911-02-19 14:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "932"}}, "raw": {"H": "15:00", "COD": "33", "DAY": "19", "MON": "02", "NUM": "0932", "PRO": "WR", "YEA": "1911", "CITY": "Bordeaux", "NAME": "LEMARCHAND Henri", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20666	lemarchand-jacques-1908-06-12	{"e3": "933"}	{"lerrcp": "E3-933"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Lemarchand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-06-12 18:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1908-06-12 17:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Lemarchand"}, "birth": {"tzo": "+00:09", "date": "1908-06-12 18:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1908-06-12 17:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "933"}}, "raw": {"H": "18:00", "COD": "33", "DAY": "12", "MON": "06", "NUM": "0933", "PRO": "WR", "YEA": "1908", "CITY": "Bordeaux", "NAME": "LEMARCHAND Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20667	le-marois-jean-1895-12-21	{"e3": "934"}	{"lerrcp": "E3-934"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Le Marois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1895-12-21 07:00", "note": null, "place": {"c1": null, "c2": "61", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Lonray", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Le Marois"}, "birth": {"tzo": "", "date": "1895-12-21 07:00", "place": {"c2": "61", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Lonray", "geoid": 0}, "date-ut": ""}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "934"}}, "raw": {"H": "07:00", "COD": "61", "DAY": "21", "MON": "12", "NUM": "0934", "PRO": "WR", "YEA": "1895", "CITY": "Lonray", "NAME": "LE MAROIS Jean", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20668	lemarque-francis-korb-1917-11-25	{"e3": "935"}	{"lerrcp": "E3-935"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis (KORB)", "family": "Lemarque", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1917-11-25 02:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1917-11-25 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Francis (KORB)", "family": "Lemarque"}, "birth": {"tzo": "+00:00", "date": "1917-11-25 02:00", "place": {"c2": "75", "c3": "", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1917-11-25 02:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "935"}}, "raw": {"H": "02:00", "COD": "75", "DAY": "25", "MON": "11", "NUM": "0935", "PRO": "AC", "YEA": "1917", "CITY": "Paris", "NAME": "LEMARQUE Francis (KORB)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
12945	kriegel-valrimont-maurice-1914-05-13	{"a5": "1478", "g55": "08-65"}	{"g55": "08-65", "lerrcp": "A5-1478"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Kriegel-Valrimont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1914-05-13 23:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Kriegel-Valrimont"}, "birth": {"place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1914-05-13 23:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1478"}, "ids-in-sources": {"a5": "1478"}}, "raw": {"H": "0", "MN": "30", "TZ": "-1", "COD": "67", "COU": "F", "DAY": "14", "LAT": "48N35", "LON": "7E45", "MON": "5", "NUM": "1478", "PRO": "PT", "SEC": "0", "YEA": "1914", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-65"}, "ids-in-source": {"g55": "08-65"}}, "raw": {"DAY": "14-5-1914", "HOUR": "0 h. 30", "NAME": "KRIEGEL-VALRIMONT Maurice", "PLACE": "Strasbourg (B.-Rh.)."}, "date": "2023-08-20T14:49:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
20670	lenfant-maurice-1902-10-13	{"e3": "937"}	{"lerrcp": "E3-937"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Lenfant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1902-10-13 01:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1902-10-13 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Lenfant"}, "birth": {"tzo": "+00:09", "date": "1902-10-13 01:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1902-10-13 00:51"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "937"}}, "raw": {"H": "01:00", "COD": "76", "DAY": "13", "MON": "10", "NUM": "0937", "PRO": "MUS", "YEA": "1902", "CITY": "Rouen", "NAME": "LENFANT Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20671	lenormand-albert-1915-05-15	{"e3": "938"}	{"lerrcp": "E3-938"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Lenormand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-05-15 00:02", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 4.72023, "lat": 46.34524, "name": "La Roche-Vineuse", "geoid": 3006751}, "notime": null, "date-ut": "1915-05-15 00:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Lenormand"}, "birth": {"tzo": "+00:00", "date": "1915-05-15 00:02", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 4.72023, "lat": 46.34524, "name": "La Roche-Vineuse", "geoid": 3006751}, "date-ut": "1915-05-15 00:02"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "938"}}, "raw": {"H": "00:02", "COD": "71", "DAY": "15", "MON": "05", "NUM": "0938", "PRO": "PAI", "YEA": "1915", "CITY": "La Roche-Vineuse", "NAME": "LENORMAND Albert", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20672	le-pen-jean-marie-1928-06-20	{"e3": "939"}	{"lerrcp": "E3-939"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Marie", "family": "Le Pen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1928-06-20 03:00", "note": null, "place": {"c1": null, "c2": "56", "c3": "", "cy": "FR", "lg": -3.0305, "lat": 47.58586, "name": "La Trinité-sur-Mer", "geoid": 3006137}, "notime": null, "date-ut": "1928-06-20 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean Marie", "family": "Le Pen"}, "birth": {"tzo": "+01:00", "date": "1928-06-20 03:00", "place": {"c2": "56", "c3": "", "cy": "FR", "lg": -3.0305, "lat": 47.58586, "name": "La Trinité-sur-Mer", "geoid": 3006137}, "date-ut": "1928-06-20 02:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "939"}}, "raw": {"H": "03:00", "COD": "56", "DAY": "20", "MON": "06", "NUM": "0939", "PRO": "PO", "YEA": "1928", "CITY": "La Trinite sur Mer", "NAME": "LE PEN Jean Marie", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20673	lepensec-louis-1937-01-08	{"e3": "940"}	{"lerrcp": "E3-940"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Lepensec", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1937-01-08 18:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -3.57764, "lat": 47.90392, "name": "Mellac", "geoid": 2994676}, "notime": null, "date-ut": "1937-01-08 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Lepensec"}, "birth": {"tzo": "+00:00", "date": "1937-01-08 18:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -3.57764, "lat": 47.90392, "name": "Mellac", "geoid": 2994676}, "date-ut": "1937-01-08 18:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "940"}}, "raw": {"H": "18:00", "COD": "29", "DAY": "08", "MON": "01", "NUM": "0940", "PRO": "PO", "YEA": "1937", "CITY": "Mellac", "NAME": "LEPENSEC Louis", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20674	leprohon-pierre-1903-09-03	{"e3": "941"}	{"lerrcp": "E3-941"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Leprohon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-09-03 23:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.9257, "lat": 50.12372, "name": "Avesnes-sur-Helpe", "geoid": 3035698}, "notime": null, "date-ut": "1903-09-03 22:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Leprohon"}, "birth": {"tzo": "+00:09", "date": "1903-09-03 23:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.9257, "lat": 50.12372, "name": "Avesnes-sur-Helpe", "geoid": 3035698}, "date-ut": "1903-09-03 22:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "941"}}, "raw": {"H": "23:00", "COD": "59", "DAY": "03", "MON": "09", "NUM": "0941", "PRO": "JO", "YEA": "1903", "CITY": "Avesnes sur Helpe", "NAME": "LEPROHON Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20675	lequien-colette-1920-12-19	{"e3": "942"}	{"lerrcp": "E3-942"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Colette", "family": "Lequien", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1920-12-19 12:30", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1920-12-19 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Colette", "family": "Lequien"}, "birth": {"tzo": "+00:00", "date": "1920-12-19 12:30", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1920-12-19 12:30"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "942"}}, "raw": {"H": "12:30", "COD": "78", "DAY": "19", "MON": "12", "NUM": "0942", "PRO": "MUS", "YEA": "1920", "CITY": "Versailles", "NAME": "LEQUIEN Colette", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20676	lereec-fernand-1928-03-06	{"e3": "943"}	{"lerrcp": "E3-943"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Leréec", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1928-03-06 10:15", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1928-03-06 10:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Leréec"}, "birth": {"tzo": "+00:00", "date": "1928-03-06 10:15", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1928-03-06 10:15"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "943"}}, "raw": {"H": "10:15", "COD": "76", "DAY": "06", "MON": "03", "NUM": "0943", "PRO": "JO", "YEA": "1928", "CITY": "Le Havre", "NAME": "LERÉEC Fernand", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20677	lerminier-georges-1915-04-23	{"e3": "944"}	{"lerrcp": "E3-944"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Lerminier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-04-23 02:00", "note": null, "place": {"c1": null, "c2": "45", "c3": "", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1915-04-23 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Lerminier"}, "birth": {"tzo": "+00:00", "date": "1915-04-23 02:00", "place": {"c2": "45", "c3": "", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1915-04-23 02:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "944"}}, "raw": {"H": "02:00", "COD": "45", "DAY": "23", "MON": "04", "NUM": "0944", "PRO": "JO", "YEA": "1915", "CITY": "Orléans", "NAME": "LERMINIER Georges", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20678	l-ermite-pierre-loutil-ed-1863-11-17	{"e3": "945"}	{"lerrcp": "E3-945"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre (LOUTIL Ed.)", "family": "L'ermite", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19", "date": "1863-11-17 07:30", "note": null, "place": {"c1": null, "c2": "08", "c3": "", "cy": "FR", "lg": 4.72838, "lat": 49.74978, "name": "Mohon", "geoid": 2993630}, "notime": null, "date-ut": "1863-11-17 07:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Pierre (LOUTIL Ed.)", "family": "L'ermite"}, "birth": {"tzo": "+00:19", "date": "1863-11-17 07:30", "place": {"c2": "08", "c3": "", "cy": "FR", "lg": 4.72838, "lat": 49.74978, "name": "Mohon", "geoid": 2993630}, "date-ut": "1863-11-17 07:11"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "945"}}, "raw": {"H": "07:30", "COD": "08", "DAY": "17", "MON": "11", "NUM": "0945", "PRO": "JO", "YEA": "1863", "CITY": "Mohon", "NAME": "L'ERMITE Pierre (LOUTIL Ed.)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20679	leroy-georges-topaklan-1931-08-16	{"e3": "946"}	{"lerrcp": "E3-946"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges(TOPAKlAN)", "family": "Leroy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1931-08-16 08:45", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.25404, "lat": 48.91882, "name": "Colombes", "geoid": 3024266}, "notime": null, "date-ut": "1931-08-16 07:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Georges(TOPAKlAN)", "family": "Leroy"}, "birth": {"tzo": "+01:00", "date": "1931-08-16 08:45", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.25404, "lat": 48.91882, "name": "Colombes", "geoid": 3024266}, "date-ut": "1931-08-16 07:45"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "946"}}, "raw": {"H": "08:45", "COD": "92", "DAY": "16", "MON": "08", "NUM": "0946", "PRO": "JO", "YEA": "1931", "CITY": "Colombes", "NAME": "LEROY Georges(TOPAKlAN)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20680	leroy-pierre-1900-08-24	{"e3": "947"}	{"lerrcp": "E3-947"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Leroy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1900-08-24 06:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.07585, "lat": 50.64603, "name": "La Madeleine", "geoid": 3008379}, "notime": null, "date-ut": "1900-08-24 06:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Leroy"}, "birth": {"tzo": "+00:09", "date": "1900-08-24 06:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.07585, "lat": 50.64603, "name": "La Madeleine", "geoid": 3008379}, "date-ut": "1900-08-24 06:21"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "947"}}, "raw": {"H": "06:30", "COD": "59", "DAY": "24", "MON": "08", "NUM": "0947", "PRO": "WR", "YEA": "1900", "CITY": "La Madeleine", "NAME": "LEROY Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20681	leroy-rene-1898-03-04	{"e3": "948"}	{"lerrcp": "E3-948"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Leroy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-03-04 11:00", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 2.14521, "lat": 48.95264, "name": "Maisons-Laffitte", "geoid": 2996564}, "notime": null, "date-ut": "1898-03-04 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "René", "family": "Leroy"}, "birth": {"tzo": "+00:09", "date": "1898-03-04 11:00", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 2.14521, "lat": 48.95264, "name": "Maisons-Laffitte", "geoid": 2996564}, "date-ut": "1898-03-04 10:51"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "948"}}, "raw": {"H": "11:00", "COD": "78", "DAY": "04", "MON": "03", "NUM": "0948", "PRO": "MUS", "YEA": "1898", "CITY": "Maisons-Laffitte", "NAME": "LEROY René", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20682	leroy-roland-1926-05-04	{"e3": "949"}	{"lerrcp": "E3-949"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roland", "family": "Leroy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1926-05-04 11:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint AuLin les Elbeuf", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Roland", "family": "Leroy"}, "birth": {"tzo": "", "date": "1926-05-04 11:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint AuLin les Elbeuf", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "949"}}, "raw": {"H": "11:00", "COD": "76", "DAY": "04", "MON": "05", "NUM": "0949", "PRO": "PO", "YEA": "1926", "CITY": "St AuLin les Elbeuf", "NAME": "LEROY Roland", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20683	le-roy-ladurie-emmanuel-1929-07-19	{"e3": "950"}	{"lerrcp": "E3-950"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emmanuel", "family": "Le Roy Ladurie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1929-07-19 11:00", "note": null, "place": {"c1": null, "c2": "14", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Les Moutiers en Cin", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Emmanuel", "family": "Le Roy Ladurie"}, "birth": {"tzo": "", "date": "1929-07-19 11:00", "place": {"c2": "14", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Les Moutiers en Cin", "geoid": 0}, "date-ut": ""}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "950"}}, "raw": {"H": "11:00", "COD": "14", "DAY": "19", "MON": "07", "NUM": "0950", "PRO": "WR", "YEA": "1929", "CITY": "Les Moutiers en Cin", "NAME": "LE ROY LADURIE Emmanuel", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20684	lesourd-paul-1897-12-19	{"e3": "951"}	{"lerrcp": "E3-951"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Lesourd", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1897-12-19 08:00", "note": null, "place": {"c1": null, "c2": "37", "c3": "", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "notime": null, "date-ut": "1897-12-19 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Lesourd"}, "birth": {"tzo": "+00:09", "date": "1897-12-19 08:00", "place": {"c2": "37", "c3": "", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "date-ut": "1897-12-19 07:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "951"}}, "raw": {"H": "08:00", "COD": "37", "DAY": "19", "MON": "12", "NUM": "0951", "PRO": "WR", "YEA": "1897", "CITY": "Tours", "NAME": "LESOURD Paul", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20685	le-theule-joel-1930-03-22	{"e3": "952"}	{"lerrcp": "E3-952"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joël", "family": "Le Theule", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1930-03-22 10:30", "note": null, "place": {"c1": null, "c2": "72", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Sablé", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Joël", "family": "Le Theule"}, "birth": {"tzo": "", "date": "1930-03-22 10:30", "place": {"c2": "72", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Sablé", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "952"}}, "raw": {"H": "10:30", "COD": "72", "DAY": "22", "MON": "03", "NUM": "0952", "PRO": "PO", "YEA": "1930", "CITY": "Sablé", "NAME": "LE THEULE Joël", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20686	le-trocquer-yves-1877-10-04	{"e3": "953"}	{"lerrcp": "E3-953"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Le Trocquer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:13", "date": "1877-10-04 02:00", "note": null, "place": {"c1": null, "c2": "22", "c3": "", "cy": "FR", "lg": -3.15948, "lat": 48.69755, "name": "Pontrieux", "geoid": 2986121}, "notime": null, "date-ut": "1877-10-04 02:13"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Le Trocquer"}, "birth": {"tzo": "-00:13", "date": "1877-10-04 02:00", "place": {"c2": "22", "c3": "", "cy": "FR", "lg": -3.15948, "lat": 48.69755, "name": "Pontrieux", "geoid": 2986121}, "date-ut": "1877-10-04 02:13"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "953"}}, "raw": {"H": "02:00", "COD": "22", "DAY": "04", "MON": "10", "NUM": "0953", "PRO": "PO", "YEA": "1877", "CITY": "Pontrieux", "NAME": "LE TROCQUER Yves", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20687	leygues-georges-1856-10-29	{"e3": "954"}	{"lerrcp": "E3-954"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Leygues", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:03", "date": "1856-10-29 10:00", "note": null, "place": {"c1": null, "c2": "47", "c3": "", "cy": "FR", "lg": 0.70415, "lat": 44.40854, "name": "Villeneuve-sur-Lot", "geoid": 2968515}, "notime": null, "date-ut": "1856-10-29 09:57"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Leygues"}, "birth": {"tzo": "+00:03", "date": "1856-10-29 10:00", "place": {"c2": "47", "c3": "", "cy": "FR", "lg": 0.70415, "lat": 44.40854, "name": "Villeneuve-sur-Lot", "geoid": 2968515}, "date-ut": "1856-10-29 09:57"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "954"}}, "raw": {"H": "10:00", "COD": "47", "DAY": "29", "MON": "10", "NUM": "0954", "PRO": "PO", "YEA": "1856", "CITY": "Villeneuve/Lot", "NAME": "LEYGUES Georges", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20688	l-hopiteau-gustave-1860-04-26	{"e3": "955"}	{"lerrcp": "E3-955"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "L'hopiteau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07", "date": "1860-04-26 21:30", "note": null, "place": {"c1": null, "c2": "28", "c3": "", "cy": "FR", "lg": 1.72914, "lat": 48.54636, "name": "Écrosnes", "geoid": 3020412}, "notime": null, "date-ut": "1860-04-26 21:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "L'hopiteau"}, "birth": {"tzo": "+00:07", "date": "1860-04-26 21:30", "place": {"c2": "28", "c3": "", "cy": "FR", "lg": 1.72914, "lat": 48.54636, "name": "Écrosnes", "geoid": 3020412}, "date-ut": "1860-04-26 21:23"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "955"}}, "raw": {"H": "21:30", "COD": "28", "DAY": "26", "MON": "04", "NUM": "0955", "PRO": "PO", "YEA": "1860", "CITY": "Ecrosnes", "NAME": "L'HOPITEAU Gustave", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20690	lillaz-henri-1881-01-06	{"e3": "957"}	{"lerrcp": "E3-957"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Lillaz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1881-01-06 02:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Sts Colombe", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Lillaz"}, "birth": {"tzo": "", "date": "1881-01-06 02:00", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Sts Colombe", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "957"}}, "raw": {"H": "02:00", "COD": "69", "DAY": "06", "MON": "01", "NUM": "0957", "PRO": "PO", "YEA": "1881", "CITY": "Sts Colombe", "NAME": "LILLAZ Henri", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20691	lime-maurice-kirsch-1905-06-25	{"e3": "958"}	{"lerrcp": "E3-958"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice (KIRSCH)", "family": "Lime", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1905-06-25 04:00", "note": null, "place": {"c1": null, "c2": "57", "c3": "", "cy": "FR", "lg": 6.15271, "lat": 49.0956, "name": "Montigny-lès-Metz", "geoid": 2992402}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Maurice (KIRSCH)", "family": "Lime"}, "birth": {"tzo": "", "date": "1905-06-25 04:00", "place": {"c2": "57", "c3": "", "cy": "FR", "lg": 6.15271, "lat": 49.0956, "name": "Montigny-lès-Metz", "geoid": 2992402}, "date-ut": ""}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "958"}}, "raw": {"H": "04:00", "COD": "57", "DAY": "25", "MON": "06", "NUM": "0958", "PRO": "WR", "YEA": "1905", "CITY": "Montigny les Metz", "NAME": "LIME Maurice (KIRSCH)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20692	limouzy-jacques-1926-08-29	{"e3": "959"}	{"lerrcp": "E3-959"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Limouzy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1926-08-29 11:00", "note": null, "place": {"c1": null, "c2": "81", "c3": "", "cy": "FR", "lg": 2.24088, "lat": 43.60527, "name": "Castres", "geoid": 3028263}, "notime": null, "date-ut": "1926-08-29 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Limouzy"}, "birth": {"tzo": "+01:00", "date": "1926-08-29 11:00", "place": {"c2": "81", "c3": "", "cy": "FR", "lg": 2.24088, "lat": 43.60527, "name": "Castres", "geoid": 3028263}, "date-ut": "1926-08-29 10:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "959"}}, "raw": {"H": "11:00", "COD": "81", "DAY": "29", "MON": "08", "NUM": "0959", "PRO": "PO", "YEA": "1926", "CITY": "Castres", "NAME": "LIMOUZY Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20693	limur-ivan-de-1937-07-03	{"e3": "960"}	{"lerrcp": "E3-960"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ivan de", "family": "Limur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1937-07-03 16:48", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1937-07-03 15:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Ivan de", "family": "Limur"}, "birth": {"tzo": "+01:00", "date": "1937-07-03 16:48", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1937-07-03 15:48"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "960"}}, "raw": {"H": "16:48", "COD": "92", "DAY": "03", "MON": "07", "NUM": "0960", "PRO": "JO", "YEA": "1937", "CITY": "Neuilly sur Seine", "NAME": "LIMUR Ivan de", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20694	lisbonne-emile-1876-06-20	{"e3": "961"}	{"lerrcp": "E3-961"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Lisbonne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21", "date": "1876-06-20 16:00", "note": null, "place": {"c1": null, "c2": "26", "c3": "", "cy": "FR", "lg": 5.14052, "lat": 44.36082, "name": "Nyons", "geoid": 2989819}, "notime": null, "date-ut": "1876-06-20 15:39"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Lisbonne"}, "birth": {"tzo": "+00:21", "date": "1876-06-20 16:00", "place": {"c2": "26", "c3": "", "cy": "FR", "lg": 5.14052, "lat": 44.36082, "name": "Nyons", "geoid": 2989819}, "date-ut": "1876-06-20 15:39"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "961"}}, "raw": {"H": "16:00", "COD": "26", "DAY": "20", "MON": "06", "NUM": "0961", "PRO": "PO", "YEA": "1876", "CITY": "Nyons", "NAME": "LISBONNE Emile", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20695	loire-gabriel-1904-04-21	{"e3": "962"}	{"lerrcp": "E3-962"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Loire", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-04-21 11:00", "note": null, "place": {"c1": null, "c2": "49", "c3": "", "cy": "FR", "lg": -1.1763, "lat": 47.7402, "name": "Pouancé", "geoid": 2985893}, "notime": null, "date-ut": "1904-04-21 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Loire"}, "birth": {"tzo": "+00:09", "date": "1904-04-21 11:00", "place": {"c2": "49", "c3": "", "cy": "FR", "lg": -1.1763, "lat": 47.7402, "name": "Pouancé", "geoid": 2985893}, "date-ut": "1904-04-21 10:51"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "962"}}, "raw": {"H": "11:00", "COD": "49", "DAY": "21", "MON": "04", "NUM": "0962", "PRO": "PAI", "YEA": "1904", "CITY": "Pouancé", "NAME": "LOIRE Gabriel", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20696	long-maurice-1866-03-15	{"e3": "963"}	{"lerrcp": "E3-963"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Long", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20", "date": "1866-03-15 19:00", "note": null, "place": {"c1": null, "c2": "26", "c3": "", "cy": "FR", "lg": 5.01517, "lat": 44.72639, "name": "Crest", "geoid": 3022540}, "notime": null, "date-ut": "1866-03-15 18:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Long"}, "birth": {"tzo": "+00:20", "date": "1866-03-15 19:00", "place": {"c2": "26", "c3": "", "cy": "FR", "lg": 5.01517, "lat": 44.72639, "name": "Crest", "geoid": 3022540}, "date-ut": "1866-03-15 18:40"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "963"}}, "raw": {"H": "19:00", "COD": "26", "DAY": "15", "MON": "03", "NUM": "0963", "PRO": "PO", "YEA": "1866", "CITY": "Crest", "NAME": "LONG Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20697	lopez-francis-1916-06-15	{"e3": "964"}	{"lerrcp": "E3-964"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Lopez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1916-06-15 03:30", "note": null, "place": {"c1": null, "c2": "25", "c3": "", "cy": "FR", "lg": 6.79823, "lat": 47.50957, "name": "Montbéliard", "geoid": 2992938}, "notime": null, "date-ut": "1916-06-15 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Francis", "family": "Lopez"}, "birth": {"tzo": "+01:00", "date": "1916-06-15 03:30", "place": {"c2": "25", "c3": "", "cy": "FR", "lg": 6.79823, "lat": 47.50957, "name": "Montbéliard", "geoid": 2992938}, "date-ut": "1916-06-15 02:30"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "964"}}, "raw": {"H": "03:30", "COD": "25", "DAY": "15", "MON": "06", "NUM": "0964", "PRO": "MUS", "YEA": "1916", "CITY": "Montbeliard", "NAME": "LOPEZ Francis", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20698	lorant-georges-1909-09-11	{"e3": "965"}	{"lerrcp": "E3-965"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Lorant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-09-11 11:30", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.28333, "lat": 48.91667, "name": "Asnières-sur-Seine", "geoid": 3036572}, "notime": null, "date-ut": "1909-09-11 11:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Lorant"}, "birth": {"tzo": "+00:09", "date": "1909-09-11 11:30", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.28333, "lat": 48.91667, "name": "Asnières-sur-Seine", "geoid": 3036572}, "date-ut": "1909-09-11 11:21"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "965"}}, "raw": {"H": "11:30", "COD": "92", "DAY": "11", "MON": "09", "NUM": "0965", "PRO": "JO", "YEA": "1909", "CITY": "Asnières", "NAME": "LORANT Georges", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20699	lorgere-andre-1891-01-26	{"e3": "966"}	{"lerrcp": "E3-966"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Lorgeré", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:13", "date": "1891-01-26 08:00", "note": null, "place": {"c1": null, "c2": "22", "c3": "", "cy": "FR", "lg": -3.15289, "lat": 48.56259, "name": "Guingamp", "geoid": 3014221}, "notime": null, "date-ut": "1891-01-26 08:13"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Lorgeré"}, "birth": {"tzo": "-00:13", "date": "1891-01-26 08:00", "place": {"c2": "22", "c3": "", "cy": "FR", "lg": -3.15289, "lat": 48.56259, "name": "Guingamp", "geoid": 3014221}, "date-ut": "1891-01-26 08:13"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "966"}}, "raw": {"H": "08:00", "COD": "22", "DAY": "26", "MON": "01", "NUM": "0966", "PRO": "PO", "YEA": "1891", "CITY": "Guingamp", "NAME": "LORGERÉ André", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20700	loriou-yvonne-1924-01-20	{"e3": "967"}	{"lerrcp": "E3-967"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yvonne", "family": "Loriou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1924-01-20 11:00", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 2.19263, "lat": 48.92161, "name": "Houilles", "geoid": 3013097}, "notime": null, "date-ut": "1924-01-20 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Yvonne", "family": "Loriou"}, "birth": {"tzo": "+00:00", "date": "1924-01-20 11:00", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 2.19263, "lat": 48.92161, "name": "Houilles", "geoid": 3013097}, "date-ut": "1924-01-20 11:00"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "967"}}, "raw": {"H": "11:00", "COD": "78", "DAY": "20", "MON": "01", "NUM": "0967", "PRO": "MUS", "YEA": "1924", "CITY": "Houilles", "NAME": "LORIOU Yvonne", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20701	loste-jacques-1905-12-27	{"e3": "968"}	{"lerrcp": "E3-968"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Loste", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-12-27 09:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1905-12-27 08:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Loste"}, "birth": {"tzo": "+00:09", "date": "1905-12-27 09:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1905-12-27 08:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "968"}}, "raw": {"H": "09:00", "COD": "92", "DAY": "27", "MON": "12", "NUM": "0968", "PRO": "JO", "YEA": "1905", "CITY": "Neuilly sur Seine", "NAME": "LOSTE Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20702	loubet-emile-1838-12-30	{"e3": "969"}	{"lerrcp": "E3-969"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Loubet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20", "date": "1838-12-30 17:00", "note": null, "place": {"c1": null, "c2": "26", "c3": "", "cy": "FR", "lg": 4.87529, "lat": 44.64204, "name": "Marsanne", "geoid": 2995487}, "notime": null, "date-ut": "1838-12-30 16:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Loubet"}, "birth": {"tzo": "+00:20", "date": "1838-12-30 17:00", "place": {"c2": "26", "c3": "", "cy": "FR", "lg": 4.87529, "lat": 44.64204, "name": "Marsanne", "geoid": 2995487}, "date-ut": "1838-12-30 16:40"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "969"}}, "raw": {"H": "17:00", "COD": "26", "DAY": "30", "MON": "12", "NUM": "0969", "PRO": "PO", "YEA": "1838", "CITY": "Marsanne", "NAME": "LOUBET Emile", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20703	loucheur-louis-1872-08-12	{"e3": "970"}	{"lerrcp": "E3-970"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Loucheur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13", "date": "1872-08-12 18:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1872-08-12 17:47"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Loucheur"}, "birth": {"tzo": "+00:13", "date": "1872-08-12 18:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1872-08-12 17:47"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "970"}}, "raw": {"H": "18:00", "COD": "59", "DAY": "12", "MON": "08", "NUM": "0970", "PRO": "PO", "YEA": "1872", "CITY": "Roubaix", "NAME": "LOUCHEUR Louis", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
18957	louis-roger-1925-01-29	{"e1": "1329", "e3": "971"}	{"lerrcp": "E1-1329"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Louis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1925-01-29 16:30", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "notime": null, "date-ut": "1925-01-29 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive", "journalist"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Louis"}, "birth": {"tzo": "+00:00", "date": "1925-01-29 16:30", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "date-ut": "1925-01-29 16:30"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1329"}}, "raw": {"H": "16:30", "COD": "62", "DAY": "29", "MON": "01", "NUM": "1329", "PRO": "EX", "YEA": "1925", "CITY": "Arras", "NAME": "LOUIS Roger", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"occus": ["journalist"], "ids-in-sources": {"e3": "971"}}, "raw": {"H": "16:30", "COD": "62", "DAY": "29", "MON": "01", "NUM": "0971", "PRO": "JO", "YEA": "1925", "CITY": "Arras", "NAME": "LOUIS Roger", "NOTE": "*"}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20704	lourties-victor-1844-07-22	{"e3": "972"}	{"lerrcp": "E3-972"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Lourties", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1844-07-22 03:00", "note": null, "place": {"c1": null, "c2": "40", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Aire sur Adour", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Lourties"}, "birth": {"tzo": "", "date": "1844-07-22 03:00", "place": {"c2": "40", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Aire sur Adour", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "972"}}, "raw": {"H": "03:00", "COD": "40", "DAY": "22", "MON": "07", "NUM": "0972", "PRO": "PO", "YEA": "1844", "CITY": "Aire sur Adour", "NAME": "LOURTIES Victor", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20706	lubin-georges-1904-01-24	{"e3": "974"}	{"lerrcp": "E3-974"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Lubin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-01-24 23:00", "note": null, "place": {"c1": null, "c2": "36", "c3": "", "cy": "FR", "lg": 1.83428, "lat": 46.74191, "name": "Ardentes", "geoid": 3037133}, "notime": null, "date-ut": "1904-01-24 22:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Lubin"}, "birth": {"tzo": "+00:09", "date": "1904-01-24 23:00", "place": {"c2": "36", "c3": "", "cy": "FR", "lg": 1.83428, "lat": 46.74191, "name": "Ardentes", "geoid": 3037133}, "date-ut": "1904-01-24 22:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "974"}}, "raw": {"H": "23:00", "COD": "36", "DAY": "24", "MON": "01", "NUM": "0974", "PRO": "WR", "YEA": "1904", "CITY": "Ardentes", "NAME": "LUBIN Georges", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20707	luccioni-jose-1903-10-14	{"e3": "975"}	{"lerrcp": "E3-975"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "José", "family": "Luccioni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1903-10-14 01:00", "note": null, "place": {"c1": null, "c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bastia", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["opera-singer"]	5	null	[{"new": {"name": {"given": "José", "family": "Luccioni"}, "birth": {"tzo": "", "date": "1903-10-14 01:00", "place": {"c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bastia", "geoid": 0}, "date-ut": ""}, "occus": ["opera-singer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "975"}}, "raw": {"H": "01:00", "COD": "20", "DAY": "14", "MON": "10", "NUM": "0975", "PRO": "OPE", "YEA": "1903", "CITY": "Bastia", "NAME": "LUCCIONI José", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20708	lucotte-marcel-1922-01-16	{"e3": "976"}	{"lerrcp": "E3-976"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Lucotte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-01-16 14:15", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 4.29869, "lat": 46.95104, "name": "Autun", "geoid": 3035883}, "notime": null, "date-ut": "1922-01-16 14:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Lucotte"}, "birth": {"tzo": "+00:00", "date": "1922-01-16 14:15", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 4.29869, "lat": 46.95104, "name": "Autun", "geoid": 3035883}, "date-ut": "1922-01-16 14:15"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "976"}}, "raw": {"H": "14:15", "COD": "71", "DAY": "16", "MON": "01", "NUM": "0976", "PRO": "JO", "YEA": "1922", "CITY": "Autun", "NAME": "LUCOTTE Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20709	lugnier-robert-1894-12-12	{"e3": "977"}	{"lerrcp": "E3-977"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Lugnier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1894-12-12 17:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.01444, "lat": 45.83249, "name": "Saint-Germain-Laval", "geoid": 2979771}, "notime": null, "date-ut": "1894-12-12 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Lugnier"}, "birth": {"tzo": "+00:09", "date": "1894-12-12 17:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.01444, "lat": 45.83249, "name": "Saint-Germain-Laval", "geoid": 2979771}, "date-ut": "1894-12-12 16:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "977"}}, "raw": {"H": "17:00", "COD": "42", "DAY": "12", "MON": "12", "NUM": "0977", "PRO": "WR", "YEA": "1894", "CITY": "St Germain-Laval", "NAME": "LUGNIER Robert", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20710	luka-madeleine-bottet-1894-07-07	{"e3": "978"}	{"lerrcp": "E3-978"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Madeleine (BOTTET)", "family": "Luka", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1894-07-07 18:00", "note": null, "place": {"c1": null, "c2": "95", "c3": "", "cy": "FR", "lg": 2.30768, "lat": 49.07758, "name": "Maffliers", "geoid": 2996827}, "notime": null, "date-ut": "1894-07-07 17:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Madeleine (BOTTET)", "family": "Luka"}, "birth": {"tzo": "+00:09", "date": "1894-07-07 18:00", "place": {"c2": "95", "c3": "", "cy": "FR", "lg": 2.30768, "lat": 49.07758, "name": "Maffliers", "geoid": 2996827}, "date-ut": "1894-07-07 17:51"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "978"}}, "raw": {"H": "18:00", "COD": "95", "DAY": "07", "MON": "07", "NUM": "0978", "PRO": "PAI", "YEA": "1894", "CITY": "Maffliers", "NAME": "LUKA Madeleine (BOTTET)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20711	lyon-raymond-1908-10-27	{"e3": "979"}	{"lerrcp": "E3-979"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Lyon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-10-27 14:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1908-10-27 13:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Lyon"}, "birth": {"tzo": "+00:09", "date": "1908-10-27 14:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1908-10-27 13:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "979"}}, "raw": {"H": "14:00", "COD": "92", "DAY": "27", "MON": "10", "NUM": "0979", "PRO": "JO", "YEA": "1908", "CITY": "Neuilly sur Seine", "NAME": "LYON Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20712	mac-avoy-edouard-macardy-1905-01-25	{"e3": "980"}	{"lerrcp": "E3-980"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard (MACARDY)", "family": "Mac'avoy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1905-01-25 09:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Caudéran-Bordeaux", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edouard (MACARDY)", "family": "Mac'avoy"}, "birth": {"tzo": "", "date": "1905-01-25 09:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Caudéran-Bordeaux", "geoid": 0}, "date-ut": ""}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "980"}}, "raw": {"H": "09:00", "COD": "33", "DAY": "25", "MON": "01", "NUM": "0980", "PRO": "PAI", "YEA": "1905", "CITY": "Caudéran-Bordeaux", "NAME": "MAC'AVOY Edouard (MACARDY)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20713	macias-enrico-ghrenassia-1938-12-11	{"e3": "981"}	{"lerrcp": "E3-981"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enrico (GHRENASSIA)", "family": "Macias", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1938-12-11 16:00", "note": null, "place": {"c1": null, "c2": "", "c3": "", "cy": "DZ", "lg": 6.61472, "lat": 36.365, "name": "Constantine", "geoid": 2501152}, "notime": null, "date-ut": "1938-12-11 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Enrico (GHRENASSIA)", "family": "Macias"}, "birth": {"tzo": "+00:00", "date": "1938-12-11 16:00", "place": {"c2": "", "c3": "", "cy": "DZ", "lg": 6.61472, "lat": 36.365, "name": "Constantine", "geoid": 2501152}, "date-ut": "1938-12-11 16:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "981"}}, "raw": {"H": "16:00", "COD": "ALG", "DAY": "11", "MON": "12", "NUM": "0981", "PRO": "AC", "YEA": "1938", "CITY": "Constantine - Algérie", "NAME": "MACIAS Enrico (GHRENASSIA)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20714	magne-michel-1930-03-20	{"e3": "982"}	{"lerrcp": "E3-982"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Magne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1930-03-20 20:00", "note": null, "place": {"c1": null, "c2": "14", "c3": "", "cy": "FR", "lg": 0.22925, "lat": 49.1466, "name": "Lisieux", "geoid": 2998150}, "notime": null, "date-ut": "1930-03-20 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Magne"}, "birth": {"tzo": "+00:00", "date": "1930-03-20 20:00", "place": {"c2": "14", "c3": "", "cy": "FR", "lg": 0.22925, "lat": 49.1466, "name": "Lisieux", "geoid": 2998150}, "date-ut": "1930-03-20 20:00"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "982"}}, "raw": {"H": "20:00", "COD": "14", "DAY": "20", "MON": "03", "NUM": "0982", "PRO": "MUS", "YEA": "1930", "CITY": "Lisieux", "NAME": "MAGNE Michel", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20715	mahe-rene-1926-06-24	{"e3": "983"}	{"lerrcp": "E3-983"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Mahe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1926-06-24 02:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1926-06-24 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "René", "family": "Mahe"}, "birth": {"tzo": "+01:00", "date": "1926-06-24 02:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1926-06-24 01:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "983"}}, "raw": {"H": "02:00", "COD": "13", "DAY": "24", "MON": "06", "NUM": "0983", "PRO": "JO", "YEA": "1926", "CITY": "Marseille", "NAME": "MAHE René", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20716	mahieu-albert-1864-02-02	{"e3": "984"}	{"lerrcp": "E3-984"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Mahieu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1864-02-02 11:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 2.35848, "lat": 50.99979, "name": "Cappelle-la-Grande", "geoid": 3028690}, "notime": null, "date-ut": "1864-02-02 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Mahieu"}, "birth": {"tzo": "+00:09", "date": "1864-02-02 11:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 2.35848, "lat": 50.99979, "name": "Cappelle-la-Grande", "geoid": 3028690}, "date-ut": "1864-02-02 10:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "984"}}, "raw": {"H": "11:00", "COD": "59", "DAY": "02", "MON": "02", "NUM": "0984", "PRO": "PO", "YEA": "1864", "CITY": "Cappelle-la-Grande", "NAME": "MAHIEU Albert", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20717	maillan-jacqueline-1923-01-11	{"e3": "985"}	{"lerrcp": "E3-985"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacqueline", "family": "Maillan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-01-11 20:00", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 4.11584, "lat": 46.45457, "name": "Paray-le-Monial", "geoid": 2988592}, "notime": null, "date-ut": "1923-01-11 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jacqueline", "family": "Maillan"}, "birth": {"tzo": "+00:00", "date": "1923-01-11 20:00", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 4.11584, "lat": 46.45457, "name": "Paray-le-Monial", "geoid": 2988592}, "date-ut": "1923-01-11 20:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "985"}}, "raw": {"H": "20:00", "COD": "71", "DAY": "11", "MON": "01", "NUM": "0985", "PRO": "AC", "YEA": "1923", "CITY": "Paray-le-Monial", "NAME": "MAILLAN Jacqueline", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20718	maire-edmond-1931-01-24	{"e3": "986"}	{"lerrcp": "E3-986"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Maire", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1931-01-24 06:00", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": 2.31514, "lat": 48.9535, "name": "Épinay-sur-Seine", "geoid": 3020020}, "notime": null, "date-ut": "1931-01-24 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Maire"}, "birth": {"tzo": "+00:00", "date": "1931-01-24 06:00", "place": {"c2": "93", "c3": "", "cy": "FR", "lg": 2.31514, "lat": 48.9535, "name": "Épinay-sur-Seine", "geoid": 3020020}, "date-ut": "1931-01-24 06:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "986"}}, "raw": {"H": "06:00", "COD": "93", "DAY": "24", "MON": "01", "NUM": "0986", "PRO": "PO", "YEA": "1931", "CITY": "Epinay sur Seine", "NAME": "MAIRE Edmond", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20719	maitre-henri-1883-11-26	{"e3": "987"}	{"lerrcp": "E3-987"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Maitre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21", "date": "1883-11-26 05:00", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 5.22468, "lat": 46.62637, "name": "Louhans", "geoid": 2997439}, "notime": null, "date-ut": "1883-11-26 04:39"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Maitre"}, "birth": {"tzo": "+00:21", "date": "1883-11-26 05:00", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 5.22468, "lat": 46.62637, "name": "Louhans", "geoid": 2997439}, "date-ut": "1883-11-26 04:39"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "987"}}, "raw": {"H": "05:00", "COD": "71", "DAY": "26", "MON": "11", "NUM": "0987", "PRO": "PO", "YEA": "1883", "CITY": "Louhans", "NAME": "MAITRE Henri", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
14324	malraux-andre-1901-11-03	{"a6": "534", "e1": "1368", "e3": "988"}	{"lerrcp": "A6-534"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Malraux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1901-11-03 16:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1901-11-03 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Malraux"}, "birth": {"tzo": "+00:09:21", "date": "1901-11-03 16:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1901-11-03 15:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-534"}, "ids-in-sources": {"a6": "534"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "3", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "534", "PRO": "W", "SEC": "40", "YEA": "1901", "CITY": "PARIS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": ["military-personnel"], "ids-in-sources": {"e1": "1368"}}, "raw": {"H": "16:00", "COD": "75", "DAY": "03", "MON": "11", "NUM": "1368", "PRO": "MI", "YEA": "1901", "CITY": "Paris 18ème", "NAME": "MALRAUX André", "NOTE": "L"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"occus": ["politician"], "ids-in-sources": {"e3": "988"}}, "raw": {"H": "16:00", "COD": "75", "DAY": "03", "MON": "11", "NUM": "0988", "PRO": "PO", "YEA": "1901", "CITY": "Paris 18ème", "NAME": "MALRAUX André", "NOTE": "*"}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20720	malvy-louis-jean-1875-11-30	{"e3": "989"}	{"lerrcp": "E3-989"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis Jean", "family": "Malvy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08", "date": "1875-11-30 03:00", "note": null, "place": {"c1": null, "c2": "46", "c3": "", "cy": "FR", "lg": 2.03155, "lat": 44.60894, "name": "Figeac", "geoid": 3018506}, "notime": null, "date-ut": "1875-11-30 02:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis Jean", "family": "Malvy"}, "birth": {"tzo": "+00:08", "date": "1875-11-30 03:00", "place": {"c2": "46", "c3": "", "cy": "FR", "lg": 2.03155, "lat": 44.60894, "name": "Figeac", "geoid": 3018506}, "date-ut": "1875-11-30 02:52"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "989"}}, "raw": {"H": "03:00", "COD": "46", "DAY": "30", "MON": "11", "NUM": "0989", "PRO": "PO", "YEA": "1875", "CITY": "Figeac", "NAME": "MALVY Louis Jean", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20721	mamy-georges-1921-11-14	{"e3": "990"}	{"lerrcp": "E3-990"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Mamy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1921-11-14 09:00", "note": null, "place": {"c1": null, "c2": "19", "c3": "", "cy": "FR", "lg": 1.4755, "lat": 45.2584, "name": "Allassac", "geoid": 3038160}, "notime": null, "date-ut": "1921-11-14 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Mamy"}, "birth": {"tzo": "+00:00", "date": "1921-11-14 09:00", "place": {"c2": "19", "c3": "", "cy": "FR", "lg": 1.4755, "lat": 45.2584, "name": "Allassac", "geoid": 3038160}, "date-ut": "1921-11-14 09:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "990"}}, "raw": {"H": "09:00", "COD": "19", "DAY": "14", "MON": "11", "NUM": "0990", "PRO": "JO", "YEA": "1921", "CITY": "Allassac", "NAME": "MAMY Georges", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20722	mandel-georges-rothschild-1885-06-05	{"e3": "991"}	{"lerrcp": "E3-991"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges (ROTHSCHILD)", "family": "Mandel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1885-06-05 22:30", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 2.15863, "lat": 48.8898, "name": "Chatou", "geoid": 3026033}, "notime": null, "date-ut": "1885-06-05 22:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Georges (ROTHSCHILD)", "family": "Mandel"}, "birth": {"tzo": "+00:09", "date": "1885-06-05 22:30", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 2.15863, "lat": 48.8898, "name": "Chatou", "geoid": 3026033}, "date-ut": "1885-06-05 22:21"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "991"}}, "raw": {"H": "22:30", "COD": "78", "DAY": "05", "MON": "06", "NUM": "0991", "PRO": "PO", "YEA": "1885", "CITY": "Chatou", "NAME": "MANDEL Georges (ROTHSCHILD)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20723	manent-gaston-1884-04-24	{"e3": "992"}	{"lerrcp": "E3-992"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Manent", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1884-04-24 17:00", "note": null, "place": {"c1": null, "c2": "65", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Mauléon-Darousse", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Manent"}, "birth": {"tzo": "", "date": "1884-04-24 17:00", "place": {"c2": "65", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Mauléon-Darousse", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "992"}}, "raw": {"H": "17:00", "COD": "65", "DAY": "24", "MON": "04", "NUM": "0992", "PRO": "PO", "YEA": "1884", "CITY": "Mauléon-Darousse", "NAME": "MANENT Gaston", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20724	manuel-robert-1916-09-07	{"e3": "993"}	{"lerrcp": "E3-993"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Manuel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1916-09-07 01:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "17", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1916-09-07 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Manuel"}, "birth": {"tzo": "+01:00", "date": "1916-09-07 01:00", "place": {"c2": "75", "c3": "17", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1916-09-07 00:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "993"}}, "raw": {"H": "01:00", "COD": "75", "DAY": "07", "MON": "09", "NUM": "0993", "PRO": "AC", "YEA": "1916", "CITY": "Paris 17ème", "NAME": "MANUEL Robert", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20725	marc-cab-cabridens-marcel-1901-12-11	{"e3": "994"}	{"lerrcp": "E3-994"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(CABRIDENS Marcel)", "family": "Marc-Cab", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-12-11 07:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1901-12-11 06:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "(CABRIDENS Marcel)", "family": "Marc-Cab"}, "birth": {"tzo": "+00:09", "date": "1901-12-11 07:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1901-12-11 06:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "994"}}, "raw": {"H": "07:00", "COD": "06", "DAY": "11", "MON": "12", "NUM": "0994", "PRO": "WR", "YEA": "1901", "CITY": "Nice", "NAME": "MARC-CAB (CABRIDENS Marcel)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20727	marchais-georges-1920-06-07	{"e3": "996"}	{"lerrcp": "E3-996"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Marchais", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-06-07 04:00", "note": null, "place": {"c1": null, "c2": "14", "c3": "", "cy": "FR", "lg": -0.16248, "lat": 48.87624, "name": "La Hoguette", "geoid": 3008720}, "notime": null, "date-ut": "1920-06-07 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Marchais"}, "birth": {"tzo": "+01:00", "date": "1920-06-07 04:00", "place": {"c2": "14", "c3": "", "cy": "FR", "lg": -0.16248, "lat": 48.87624, "name": "La Hoguette", "geoid": 3008720}, "date-ut": "1920-06-07 03:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "996"}}, "raw": {"H": "04:00", "COD": "14", "DAY": "07", "MON": "06", "NUM": "0996", "PRO": "PO", "YEA": "1920", "CITY": "La Hoguette", "NAME": "MARCHAIS Georges", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20728	marchal-andre-1894-02-06	{"e3": "997"}	{"lerrcp": "E3-997"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Marchal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1894-02-06 15:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "14", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1894-02-06 14:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "André", "family": "Marchal"}, "birth": {"tzo": "+00:09", "date": "1894-02-06 15:00", "place": {"c2": "75", "c3": "14", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1894-02-06 14:51"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "997"}}, "raw": {"H": "15:00", "COD": "75", "DAY": "06", "MON": "02", "NUM": "0997", "PRO": "MUS", "YEA": "1894", "CITY": "Paris 14ème", "NAME": "MARCHAL André", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20729	marchandeau-paul-1882-08-10	{"e3": "998"}	{"lerrcp": "E3-998"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Marchandeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08", "date": "1882-08-10 19:00", "note": null, "place": {"c1": null, "c2": "81", "c3": "", "cy": "FR", "lg": 1.89686, "lat": 43.9016, "name": "Gaillac", "geoid": 3016824}, "notime": null, "date-ut": "1882-08-10 18:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Marchandeau"}, "birth": {"tzo": "+00:08", "date": "1882-08-10 19:00", "place": {"c2": "81", "c3": "", "cy": "FR", "lg": 1.89686, "lat": 43.9016, "name": "Gaillac", "geoid": 3016824}, "date-ut": "1882-08-10 18:52"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "998"}}, "raw": {"H": "19:00", "COD": "81", "DAY": "10", "MON": "08", "NUM": "0998", "PRO": "PO", "YEA": "1882", "CITY": "Gaillac", "NAME": "MARCHANDEAU Paul", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
12947	laforest-henry-1904-07-19	{"a5": "1480", "g55": "08-67"}	{"g55": "08-67", "lerrcp": "A5-1480"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Laforest", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1904-07-19 14:20", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 0.66168, "lat": 45.52957, "name": "Nontron", "geoid": 2990140}, "notime": null, "date-ut": "1904-07-19 14:10:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Laforest"}, "birth": {"tzo": "+00:09:21", "date": "1904-07-19 14:20", "place": {"c2": "24", "cy": "FR", "lg": 0.66168, "lat": 45.52957, "name": "Nontron", "geoid": 2990140}, "date-ut": "1904-07-19 14:10:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1480"}, "ids-in-sources": {"a5": "1480"}}, "raw": {"H": "14", "MN": "10", "TZ": "0", "COD": "24", "COU": "F", "DAY": "19", "LAT": "45N11", "LON": "0E44", "MON": "7", "NUM": "1480", "PRO": "PT", "SEC": "40", "YEA": "1904", "CITY": "NONTRON"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-67"}, "ids-in-source": {"g55": "08-67"}}, "raw": {"DAY": "19-7-1904", "HOUR": "14 h. 20", "NAME": "LAFOREST Henry", "PLACE": "Nontron (Dordogne)."}, "date": "2023-08-20T14:49:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
20730	marco-edmond-1916-04-17	{"e3": "1000"}	{"lerrcp": "E3-1000"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Marco", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1916-04-17 18:00", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Marco"}, "birth": {"tzo": "", "date": "1916-04-17 18:00", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1000"}}, "raw": {"H": "18:00", "COD": "67", "DAY": "17", "MON": "04", "NUM": "1000", "PRO": "JO", "YEA": "1916", "CITY": "Strasbourg", "NAME": "MARCO Edmond", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20731	marcombes-philippe-1877-12-05	{"e3": "1001"}	{"lerrcp": "E3-1001"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Marcombes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11", "date": "1877-12-05 09:00", "note": null, "place": {"c1": null, "c2": "15", "c3": "", "cy": "FR", "lg": 2.86859, "lat": 45.11011, "name": "Murat", "geoid": 2991179}, "notime": null, "date-ut": "1877-12-05 08:49"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Marcombes"}, "birth": {"tzo": "+00:11", "date": "1877-12-05 09:00", "place": {"c2": "15", "c3": "", "cy": "FR", "lg": 2.86859, "lat": 45.11011, "name": "Murat", "geoid": 2991179}, "date-ut": "1877-12-05 08:49"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1001"}}, "raw": {"H": "09:00", "COD": "15", "DAY": "05", "MON": "12", "NUM": "1001", "PRO": "PO", "YEA": "1877", "CITY": "Murat", "NAME": "MARCOMBES Philippe", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20732	mardore-michel-guramant-1935-10-22	{"e3": "1002"}	{"lerrcp": "E3-1002"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel (GURAMANT)", "family": "Mardore", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1935-10-22 07:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1935-10-22 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Michel (GURAMANT)", "family": "Mardore"}, "birth": {"tzo": "+00:00", "date": "1935-10-22 07:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1935-10-22 07:00"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1002"}}, "raw": {"H": "07:00", "COD": "33", "DAY": "22", "MON": "10", "NUM": "1002", "PRO": "WR", "YEA": "1935", "CITY": "Bordeaux", "NAME": "MARDORE Michel (GURAMANT)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20733	margaine-alfred-1870-01-18	{"e3": "1003"}	{"lerrcp": "E3-1003"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Margaine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20", "date": "1870-01-18 01:00", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 4.89733, "lat": 49.09008, "name": "Sainte-Menehould", "geoid": 2980400}, "notime": null, "date-ut": "1870-01-18 00:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Margaine"}, "birth": {"tzo": "+00:20", "date": "1870-01-18 01:00", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": 4.89733, "lat": 49.09008, "name": "Sainte-Menehould", "geoid": 2980400}, "date-ut": "1870-01-18 00:40"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1003"}}, "raw": {"H": "01:00", "COD": "51", "DAY": "18", "MON": "01", "NUM": "1003", "PRO": "PO", "YEA": "1870", "CITY": "Ste Menehould", "NAME": "MARGAINE Alfred", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20734	margotton-rene-1915-11-18	{"e3": "1004"}	{"lerrcp": "E3-1004"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Margotton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-11-18 15:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.06802, "lat": 46.03624, "name": "Roanne", "geoid": 2983362}, "notime": null, "date-ut": "1915-11-18 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "René", "family": "Margotton"}, "birth": {"tzo": "+00:00", "date": "1915-11-18 15:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.06802, "lat": 46.03624, "name": "Roanne", "geoid": 2983362}, "date-ut": "1915-11-18 15:00"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1004"}}, "raw": {"H": "15:00", "COD": "42", "DAY": "18", "MON": "11", "NUM": "1004", "PRO": "PAI", "YEA": "1915", "CITY": "Roanne", "NAME": "MARGOTTON René", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20735	marielle-jean-pierre-1932-04-12	{"e3": "1005"}	{"lerrcp": "E3-1005"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Pierre", "family": "Marielle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1932-04-12 23:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "13", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1932-04-12 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean-Pierre", "family": "Marielle"}, "birth": {"tzo": "+01:00", "date": "1932-04-12 23:30", "place": {"c2": "75", "c3": "13", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1932-04-12 22:30"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1005"}}, "raw": {"H": "23:30", "COD": "75", "DAY": "12", "MON": "04", "NUM": "1005", "PRO": "AC", "YEA": "1932", "CITY": "Paris 13ème", "NAME": "MARIELLE Jean-Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20736	marin-jean-morvan-yves-1909-02-24	{"e3": "1006"}	{"lerrcp": "E3-1006"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean (MORVAN Yves)", "family": "Marin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-02-24 17:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.32904, "lat": 48.09542, "name": "Douarnenez", "geoid": 3020996}, "notime": null, "date-ut": "1909-02-24 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean (MORVAN Yves)", "family": "Marin"}, "birth": {"tzo": "+00:09", "date": "1909-02-24 17:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.32904, "lat": 48.09542, "name": "Douarnenez", "geoid": 3020996}, "date-ut": "1909-02-24 16:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1006"}}, "raw": {"H": "17:00", "COD": "29", "DAY": "24", "MON": "02", "NUM": "1006", "PRO": "JO", "YEA": "1909", "CITY": "Douarnenez", "NAME": "MARIN Jean (MORVAN Yves)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20737	marin-louis-1871-02-07	{"e3": "1007"}	{"lerrcp": "E3-1007"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Marin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25", "date": "1871-02-07 10:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.19554, "lat": 48.79266, "name": "Faulx", "geoid": 3018944}, "notime": null, "date-ut": "1871-02-07 09:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Marin"}, "birth": {"tzo": "+00:25", "date": "1871-02-07 10:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.19554, "lat": 48.79266, "name": "Faulx", "geoid": 3018944}, "date-ut": "1871-02-07 09:35"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1007"}}, "raw": {"H": "10:00", "COD": "54", "DAY": "07", "MON": "02", "NUM": "1007", "PRO": "PO", "YEA": "1871", "CITY": "Faulx", "NAME": "MARIN Louis", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20738	marinier-paul-1866-08-10	{"e3": "1008"}	{"lerrcp": "E3-1008"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Marinier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04", "date": "1866-08-10 10:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1866-08-10 09:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Marinier"}, "birth": {"tzo": "+00:04", "date": "1866-08-10 10:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1866-08-10 09:56"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1008"}}, "raw": {"H": "10:00", "COD": "76", "DAY": "10", "MON": "08", "NUM": "1008", "PRO": "WR", "YEA": "1866", "CITY": "Rouen", "NAME": "MARINIER Paul", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20739	marot-jacques-1914-12-01	{"e3": "1009"}	{"lerrcp": "E3-1009"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Marot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-12-01 06:15", "note": null, "place": {"c1": null, "c2": "79", "c3": "", "cy": "FR", "lg": -0.45877, "lat": 46.32313, "name": "Niort", "geoid": 2990355}, "notime": null, "date-ut": "1914-12-01 06:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Marot"}, "birth": {"tzo": "+00:00", "date": "1914-12-01 06:15", "place": {"c2": "79", "c3": "", "cy": "FR", "lg": -0.45877, "lat": 46.32313, "name": "Niort", "geoid": 2990355}, "date-ut": "1914-12-01 06:15"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1009"}}, "raw": {"H": "06:15", "COD": "79", "DAY": "01", "MON": "12", "NUM": "1009", "PRO": "JO", "YEA": "1914", "CITY": "Niort", "NAME": "MAROT Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20740	marquet-adrien-1884-10-06	{"e3": "1010"}	{"lerrcp": "E3-1010"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrien", "family": "Marquet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02", "date": "1884-10-06 06:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1884-10-06 06:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Adrien", "family": "Marquet"}, "birth": {"tzo": "-00:02", "date": "1884-10-06 06:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1884-10-06 06:02"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1010"}}, "raw": {"H": "06:00", "COD": "33", "DAY": "06", "MON": "10", "NUM": "1010", "PRO": "PO", "YEA": "1884", "CITY": "Bordeaux", "NAME": "MARQUET Adrien", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20741	marrane-georges-1888-01-20	{"e3": "1011"}	{"lerrcp": "E3-1011"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Marrane", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05", "date": "1888-01-20 19:30", "note": null, "place": {"c1": null, "c2": "27", "c3": "", "cy": "FR", "lg": 1.16667, "lat": 49.21667, "name": "Louviers", "geoid": 2997336}, "notime": null, "date-ut": "1888-01-20 19:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Marrane"}, "birth": {"tzo": "+00:05", "date": "1888-01-20 19:30", "place": {"c2": "27", "c3": "", "cy": "FR", "lg": 1.16667, "lat": 49.21667, "name": "Louviers", "geoid": 2997336}, "date-ut": "1888-01-20 19:25"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1011"}}, "raw": {"H": "19:30", "COD": "27", "DAY": "20", "MON": "01", "NUM": "1011", "PRO": "PO", "YEA": "1888", "CITY": "Louviers", "NAME": "MARRANE Georges", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20742	marraud-pierre-1861-01-08	{"e3": "1012"}	{"lerrcp": "E3-1012"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Marraud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1861-01-08 15:00", "note": null, "place": {"c1": null, "c2": "47", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Port Ste Marie", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Marraud"}, "birth": {"tzo": "", "date": "1861-01-08 15:00", "place": {"c2": "47", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Port Ste Marie", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1012"}}, "raw": {"H": "15:00", "COD": "47", "DAY": "08", "MON": "01", "NUM": "1012", "PRO": "PO", "YEA": "1861", "CITY": "Port Ste Marie", "NAME": "MARRAUD Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20743	martel-louis-1813-09-13	{"e3": "1013"}	{"lerrcp": "E3-1013"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Martel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1813-09-13 22:30", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "notime": null, "date-ut": "1813-09-13 22:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Martel"}, "birth": {"tzo": "+00:09", "date": "1813-09-13 22:30", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "date-ut": "1813-09-13 22:21"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1013"}}, "raw": {"H": "22:30", "COD": "62", "DAY": "13", "MON": "09", "NUM": "1013", "PRO": "PO", "YEA": "1813", "CITY": "St Omer", "NAME": "MARTEL Louis", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20744	martin-emile-1914-05-07	{"e3": "1014"}	{"lerrcp": "E3-1014"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Martin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-05-07 23:00", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": 4.06667, "lat": 44.15, "name": "Cendras", "geoid": 3027961}, "notime": null, "date-ut": "1914-05-07 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Martin"}, "birth": {"tzo": "+00:00", "date": "1914-05-07 23:00", "place": {"c2": "30", "c3": "", "cy": "FR", "lg": 4.06667, "lat": 44.15, "name": "Cendras", "geoid": 3027961}, "date-ut": "1914-05-07 23:00"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1014"}}, "raw": {"H": "23:00", "COD": "30", "DAY": "07", "MON": "05", "NUM": "1014", "PRO": "MUS", "YEA": "1914", "CITY": "Cendras", "NAME": "MARTIN Emile", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20745	martin-georges-1905-01-17	{"e3": "1015"}	{"lerrcp": "E3-1015"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Martin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1905-01-17 06:00", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Nîrnes", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Martin"}, "birth": {"tzo": "", "date": "1905-01-17 06:00", "place": {"c2": "30", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Nîrnes", "geoid": 0}, "date-ut": ""}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1015"}}, "raw": {"H": "06:00", "COD": "30", "DAY": "17", "MON": "01", "NUM": "1015", "PRO": "WR", "YEA": "1905", "CITY": "Nîrnes", "NAME": "MARTIN Georges", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
531	chavet-andre-1930-07-13	{"a1": "531", "3a_sports": "980", "cfepp-final3": "190"}	{"cfepp": "CF-190", "cpara": "CP-110", "ertel": "ES-980", "lerrcp": "A1-531"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Chavet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1930-07-13 07:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1930-07-13 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "André", "family": "Chavet"}, "birth": {"tzo": "+01:00", "date": "1930-07-13 07:00", "place": {"c2": "42", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1930-07-13 06:00"}, "occus": ["basketball-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-531"}, "ids-in-sources": {"a1": "531"}}, "raw": {"H": "6", "MN": "0", "TZ": "0", "COD": "42", "COU": "F", "DAY": "13", "LAT": "45N26", "LON": "4E23", "MON": "7", "NUM": "531", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "ST-ETIENNE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-07-13 07:00"}, "partial-ids": {"ertel": "ES-980"}}, "raw": {"L": "", "MF": "", "NR": "980", "ENG": "", "MA_": "0", "G_NR": "531", "MA12": "3", "MARS": "7", "NAME": "Chavet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,000", "CSINR": "", "KURTZ": "", "PHAS_": "95,600", "STUND": "7,00", "CFEPNR": "190", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "110", "VORNAME": "André", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "13.07.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1930-07-13 07:00", "place": {"c3": ""}, "date-ut": "1930-07-13 06:00"}, "occus": ["basketball-player"], "ids-in-sources": {"cfepp-final3": "190"}}, "raw": {"S": "3", "LT": "07 00", "LV": "I30", "TR": "f", "UT": "06 00", "LAT": "+45.43", "SRC": "L", "LONG": "-04.39", "NAME": "CHAVET Andre", "SPORT": "Basketball", "LOC_DATE": "1930 07 13", "UNIV_DATE": "1930 07 13", "BIRTH_PLACE": "ST ETIENNE", "POSTAL_CODE": "42007 CEDEX"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
20746	martin-jacques-1933-06-22	{"e3": "1016"}	{"lerrcp": "E3-1016"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Martin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1933-06-22 18:40", "note": null, "place": {"c1": null, "c2": "69", "c3": "4", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1933-06-22 17:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Martin"}, "birth": {"tzo": "+01:00", "date": "1933-06-22 18:40", "place": {"c2": "69", "c3": "4", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1933-06-22 17:40"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1016"}}, "raw": {"H": "18:40", "COD": "69", "DAY": "22", "MON": "06", "NUM": "1016", "PRO": "AC", "YEA": "1933", "CITY": "Lyon 4ème", "NAME": "MARTIN Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20747	martin-leopold-1889-03-30	{"e3": "1017"}	{"lerrcp": "E3-1017"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léopold", "family": "Martin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24", "date": "1889-03-30 11:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1889-03-30 10:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Léopold", "family": "Martin"}, "birth": {"tzo": "+00:24", "date": "1889-03-30 11:00", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1889-03-30 10:36"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1017"}}, "raw": {"H": "11:00", "COD": "83", "DAY": "30", "MON": "03", "NUM": "1017", "PRO": "PAI", "YEA": "1889", "CITY": "Toulon", "NAME": "MARTIN Léopold", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20748	martin-feuillee-felix-1830-11-25	{"e3": "1018"}	{"lerrcp": "E3-1018"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Martin-Feuillée", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:07", "date": "1830-11-25 10:00", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1830-11-25 10:07"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Martin-Feuillée"}, "birth": {"tzo": "-00:07", "date": "1830-11-25 10:00", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1830-11-25 10:07"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1018"}}, "raw": {"H": "10:00", "COD": "35", "DAY": "25", "MON": "11", "NUM": "1018", "PRO": "PO", "YEA": "1830", "CITY": "Rennes", "NAME": "MARTIN-FEUILLÉE Félix", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20749	martinon-jean-1910-01-10	{"e3": "1019"}	{"lerrcp": "E3-1019"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Martinon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-01-10 00:15", "note": null, "place": {"c1": null, "c2": "69", "c3": "6", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1910-01-10 00:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Martinon"}, "birth": {"tzo": "+00:09", "date": "1910-01-10 00:15", "place": {"c2": "69", "c3": "6", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1910-01-10 00:06"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1019"}}, "raw": {"H": "00:15", "COD": "69", "DAY": "10", "MON": "01", "NUM": "1019", "PRO": "MUS", "YEA": "1910", "CITY": "Lyon 6ème", "NAME": "MARTINON Jean", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20750	martray-joseph-1914-05-14	{"e3": "1020"}	{"lerrcp": "E3-1020"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Martray", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-05-14 10:00", "note": null, "place": {"c1": null, "c2": "22", "c3": "", "cy": "FR", "lg": -2.51781, "lat": 48.46808, "name": "Lamballe", "geoid": 3008225}, "notime": null, "date-ut": "1914-05-14 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Martray"}, "birth": {"tzo": "+00:00", "date": "1914-05-14 10:00", "place": {"c2": "22", "c3": "", "cy": "FR", "lg": -2.51781, "lat": 48.46808, "name": "Lamballe", "geoid": 3008225}, "date-ut": "1914-05-14 10:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1020"}}, "raw": {"H": "10:00", "COD": "22", "DAY": "14", "MON": "05", "NUM": "1020", "PRO": "JO", "YEA": "1914", "CITY": "Lamballe", "NAME": "MARTRAY Joseph", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20751	marty-jean-1838-01-31	{"e3": "1021"}	{"lerrcp": "E3-1021"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Marty", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1838-01-31 19:30", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "notime": null, "date-ut": "1838-01-31 19:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Marty"}, "birth": {"tzo": "+00:09", "date": "1838-01-31 19:30", "place": {"c2": "11", "c3": "", "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "date-ut": "1838-01-31 19:21"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1021"}}, "raw": {"H": "19:30", "COD": "11", "DAY": "31", "MON": "01", "NUM": "1021", "PRO": "PO", "YEA": "1838", "CITY": "Carcassonne", "NAME": "MARTY Jean", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20752	marze-emile-1930-08-04	{"e3": "1022"}	{"lerrcp": "E3-1022"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Marzé", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1930-08-04 06:30", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.50435, "lat": 43.77649, "name": "Menton", "geoid": 2994497}, "notime": null, "date-ut": "1930-08-04 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Marzé"}, "birth": {"tzo": "+01:00", "date": "1930-08-04 06:30", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.50435, "lat": 43.77649, "name": "Menton", "geoid": 2994497}, "date-ut": "1930-08-04 05:30"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1022"}}, "raw": {"H": "06:30", "COD": "06", "DAY": "04", "MON": "08", "NUM": "1022", "PRO": "PAI", "YEA": "1930", "CITY": "Menton", "NAME": "MARZÉ Emile", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20753	masse-pierre-1879-12-13	{"e3": "1023"}	{"lerrcp": "E3-1023"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Masse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01", "date": "1879-12-13 09:30", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": 0.33827, "lat": 45.2478, "name": "Ribérac", "geoid": 2983696}, "notime": null, "date-ut": "1879-12-13 09:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Masse"}, "birth": {"tzo": "+00:01", "date": "1879-12-13 09:30", "place": {"c2": "24", "c3": "", "cy": "FR", "lg": 0.33827, "lat": 45.2478, "name": "Ribérac", "geoid": 2983696}, "date-ut": "1879-12-13 09:29"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1023"}}, "raw": {"H": "09:30", "COD": "24", "DAY": "13", "MON": "12", "NUM": "1023", "PRO": "PO", "YEA": "1879", "CITY": "Ribérac", "NAME": "MASSE Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20754	masse-alfred-1870-06-02	{"e3": "1024"}	{"lerrcp": "E3-1024"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Massé", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12", "date": "1870-06-02 10:00", "note": null, "place": {"c1": null, "c2": "58", "c3": "", "cy": "FR", "lg": 3.1015, "lat": 47.07518, "name": "Pougues-les-Eaux", "geoid": 2985865}, "notime": null, "date-ut": "1870-06-02 09:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Massé"}, "birth": {"tzo": "+00:12", "date": "1870-06-02 10:00", "place": {"c2": "58", "c3": "", "cy": "FR", "lg": 3.1015, "lat": 47.07518, "name": "Pougues-les-Eaux", "geoid": 2985865}, "date-ut": "1870-06-02 09:48"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1024"}}, "raw": {"H": "10:00", "COD": "58", "DAY": "02", "MON": "06", "NUM": "1024", "PRO": "PO", "YEA": "1870", "CITY": "Pougues les Eaux", "NAME": "MASSÉ Alfred", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20755	massip-roger-1904-11-06	{"e3": "1025"}	{"lerrcp": "E3-1025"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Massip", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-11-06 08:10", "note": null, "place": {"c1": null, "c2": "82", "c3": "", "cy": "FR", "lg": 1.3542, "lat": 44.01759, "name": "Montauban", "geoid": 2993002}, "notime": null, "date-ut": "1904-11-06 08:01"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Massip"}, "birth": {"tzo": "+00:09", "date": "1904-11-06 08:10", "place": {"c2": "82", "c3": "", "cy": "FR", "lg": 1.3542, "lat": 44.01759, "name": "Montauban", "geoid": 2993002}, "date-ut": "1904-11-06 08:01"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1025"}}, "raw": {"H": "08:10", "COD": "82", "DAY": "06", "MON": "11", "NUM": "1025", "PRO": "JO", "YEA": "1904", "CITY": "Montauban", "NAME": "MASSIP Roger", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20756	masson-marcel-1911-06-25	{"e3": "1026"}	{"lerrcp": "E3-1026"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Masson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-06-25 01:30", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": 3.01306, "lat": 48.55535, "name": "Nangis", "geoid": 2990992}, "notime": null, "date-ut": "1911-06-25 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Masson"}, "birth": {"tzo": "+00:00", "date": "1911-06-25 01:30", "place": {"c2": "77", "c3": "", "cy": "FR", "lg": 3.01306, "lat": 48.55535, "name": "Nangis", "geoid": 2990992}, "date-ut": "1911-06-25 01:30"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1026"}}, "raw": {"H": "01:30", "COD": "77", "DAY": "25", "MON": "06", "NUM": "1026", "PRO": "PAI", "YEA": "1911", "CITY": "Nangis", "NAME": "MASSON Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20757	mathevet-rene-1914-03-10	{"e3": "1027"}	{"lerrcp": "E3-1027"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Mathevet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-03-10 03:30", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1914-03-10 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "René", "family": "Mathevet"}, "birth": {"tzo": "+00:00", "date": "1914-03-10 03:30", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1914-03-10 03:30"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1027"}}, "raw": {"H": "03:30", "COD": "42", "DAY": "10", "MON": "03", "NUM": "1027", "PRO": "PO", "YEA": "1914", "CITY": "St-Etienne", "NAME": "MATHEVET René", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20758	mathieu-georges-1921-01-27	{"e3": "1028"}	{"lerrcp": "E3-1028"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Mathieu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1921-01-27 10:45", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "notime": null, "date-ut": "1921-01-27 10:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Mathieu"}, "birth": {"tzo": "+00:00", "date": "1921-01-27 10:45", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "date-ut": "1921-01-27 10:45"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1028"}}, "raw": {"H": "10:45", "COD": "62", "DAY": "27", "MON": "01", "NUM": "1028", "PRO": "PAI", "YEA": "1921", "CITY": "Boulogne sur Mer", "NAME": "MATHIEU Georges", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20759	mathieu-gilbert-1928-03-29	{"e3": "1029"}	{"lerrcp": "E3-1029"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilbert", "family": "Mathieu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1928-03-29 20:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "La Garenne Colom", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Gilbert", "family": "Mathieu"}, "birth": {"tzo": "", "date": "1928-03-29 20:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "La Garenne Colom", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1029"}}, "raw": {"H": "20:00", "COD": "92", "DAY": "29", "MON": "03", "NUM": "1029", "PRO": "JO", "YEA": "1928", "CITY": "La Garenne Colom", "NAME": "MATHIEU Gilbert", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20760	mathieu-mireille-1946-07-22	{"e3": "1030"}	{"lerrcp": "E3-1030"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mireille", "family": "Mathieu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1946-07-22 22:00", "note": null, "place": {"c1": null, "c2": "84", "c3": "", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1946-07-22 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Mireille", "family": "Mathieu"}, "birth": {"tzo": "+01:00", "date": "1946-07-22 22:00", "place": {"c2": "84", "c3": "", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1946-07-22 21:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1030"}}, "raw": {"H": "22:00", "COD": "84", "DAY": "22", "MON": "07", "NUM": "1030", "PRO": "AC", "YEA": "1946", "CITY": "Avignon", "NAME": "MATHIEU Mireille", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20761	mauduit-jean-1921-10-25	{"e3": "1031"}	{"lerrcp": "E3-1031"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Mauduit", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-10-25 20:00", "note": null, "place": {"c1": null, "c2": "80", "c3": "", "cy": "FR", "lg": 2.33269, "lat": 50.10789, "name": "Beauval", "geoid": 3034001}, "notime": null, "date-ut": "1921-10-25 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Mauduit"}, "birth": {"tzo": "+01:00", "date": "1921-10-25 20:00", "place": {"c2": "80", "c3": "", "cy": "FR", "lg": 2.33269, "lat": 50.10789, "name": "Beauval", "geoid": 3034001}, "date-ut": "1921-10-25 19:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1031"}}, "raw": {"H": "20:00", "COD": "80", "DAY": "25", "MON": "10", "NUM": "1031", "PRO": "JO", "YEA": "1921", "CITY": "Beauval", "NAME": "MAUDUIT Jean", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20762	maugain-paul-1920-05-08	{"e3": "1032"}	{"lerrcp": "E3-1032"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Maugain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-05-08 23:00", "note": null, "place": {"c1": null, "c2": "25", "c3": "", "cy": "FR", "lg": 6.37985, "lat": 47.05105, "name": "Arc-sous-Cicon", "geoid": 3037160}, "notime": null, "date-ut": "1920-05-08 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Maugain"}, "birth": {"tzo": "+01:00", "date": "1920-05-08 23:00", "place": {"c2": "25", "c3": "", "cy": "FR", "lg": 6.37985, "lat": 47.05105, "name": "Arc-sous-Cicon", "geoid": 3037160}, "date-ut": "1920-05-08 22:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1032"}}, "raw": {"H": "23:00", "COD": "25", "DAY": "08", "MON": "05", "NUM": "1032", "PRO": "JO", "YEA": "1920", "CITY": "Arc sous Cicon", "NAME": "MAUGAIN Paul", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20763	maujan-adolphe-1853-06-03	{"e3": "1033"}	{"lerrcp": "E3-1033"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Maujan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1853-06-03 20:00", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Pontanereaux", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Maujan"}, "birth": {"tzo": "", "date": "1853-06-03 20:00", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Pontanereaux", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1033"}}, "raw": {"H": "20:00", "COD": "71", "DAY": "03", "MON": "06", "NUM": "1033", "PRO": "PO", "YEA": "1853", "CITY": "Pontanereaux", "NAME": "MAUJAN Adolphe", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20764	maupoil-henri-1891-07-11	{"e3": "1034"}	{"lerrcp": "E3-1034"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Maupoil", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1891-07-11 08:00", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 4.65654, "lat": 46.91179, "name": "Dezize-lès-Maranges", "geoid": 3021469}, "notime": null, "date-ut": "1891-07-11 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Maupoil"}, "birth": {"tzo": "+00:09", "date": "1891-07-11 08:00", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 4.65654, "lat": 46.91179, "name": "Dezize-lès-Maranges", "geoid": 3021469}, "date-ut": "1891-07-11 07:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1034"}}, "raw": {"H": "08:00", "COD": "71", "DAY": "11", "MON": "07", "NUM": "1034", "PRO": "PO", "YEA": "1891", "CITY": "Dezize les Maranges", "NAME": "MAUPOIL Henri", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20765	maurane-camille-moreau-1911-11-29	{"e3": "1035"}	{"lerrcp": "E3-1035"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille (MOREAU)", "family": "Maurane", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-11-29 09:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1911-11-29 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["opera-singer"]	5	null	[{"new": {"name": {"given": "Camille (MOREAU)", "family": "Maurane"}, "birth": {"tzo": "+00:00", "date": "1911-11-29 09:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1911-11-29 09:00"}, "occus": ["opera-singer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1035"}}, "raw": {"H": "09:00", "COD": "76", "DAY": "29", "MON": "11", "NUM": "1035", "PRO": "OPE", "YEA": "1911", "CITY": "Rouen", "NAME": "MAURANE Camille (MOREAU)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20766	mauries-rene-1921-02-16	{"e3": "1036"}	{"lerrcp": "E3-1036"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Mauries", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1921-02-16 09:00", "note": null, "place": {"c1": null, "c2": "81", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Mirandol-Bourgno", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "René", "family": "Mauries"}, "birth": {"tzo": "", "date": "1921-02-16 09:00", "place": {"c2": "81", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Mirandol-Bourgno", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1036"}}, "raw": {"H": "09:00", "COD": "81", "DAY": "16", "MON": "02", "NUM": "1036", "PRO": "JO", "YEA": "1921", "CITY": "Mirandol-Bourgno", "NAME": "MAURIES René", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20767	mauroy-pierre-1928-07-05	{"e3": "1037"}	{"lerrcp": "E3-1037"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Mauroy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1928-07-05 03:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.84473, "lat": 50.0929, "name": "Cartignies", "geoid": 3028493}, "notime": null, "date-ut": "1928-07-05 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Mauroy"}, "birth": {"tzo": "+01:00", "date": "1928-07-05 03:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.84473, "lat": 50.0929, "name": "Cartignies", "geoid": 3028493}, "date-ut": "1928-07-05 02:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1037"}}, "raw": {"H": "03:00", "COD": "59", "DAY": "05", "MON": "07", "NUM": "1037", "PRO": "PO", "YEA": "1928", "CITY": "Cartignies", "NAME": "MAUROY Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
14352	maurras-charles-1868-04-20	{"a6": "562", "e3": "1038"}	{"lerrcp": "A6-562"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Maurras", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:13", "date": "1868-04-20 02:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.05526, "lat": 43.40735, "name": "Martigues", "geoid": 2995387}, "notime": null, "date-ut": "1868-04-20 01:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet", "politician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Maurras"}, "birth": {"tzo": "+00:20:13", "date": "1868-04-20 02:00", "place": {"c2": "13", "cy": "FR", "lg": 5.05526, "lat": 43.40735, "name": "Martigues", "geoid": 2995387}, "date-ut": "1868-04-20 01:38:32"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-562"}, "ids-in-sources": {"a6": "562"}}, "raw": {"H": "1", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "20", "LAT": "43N18", "LON": "5E22", "MON": "4", "NUM": "562", "PRO": "W", "SEC": "32", "YEA": "1868", "CITY": "MARTIGUES"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": ["politician"], "ids-in-sources": {"e3": "1038"}}, "raw": {"H": "02:00", "COD": "13", "DAY": "20", "MON": "04", "NUM": "1038", "PRO": "PO", "YEA": "1868", "CITY": "Martigues", "NAME": "MAURRAS Charles", "NOTE": "*"}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20768	max-petit-camille-petit-1921-07-21	{"e3": "1039"}	{"lerrcp": "E3-1039"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille (PETIT)", "family": "Max-Petit", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-07-21 15:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.46913, "lat": 43.45491, "name": "Gardanne", "geoid": 3016667}, "notime": null, "date-ut": "1921-07-21 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Camille (PETIT)", "family": "Max-Petit"}, "birth": {"tzo": "+01:00", "date": "1921-07-21 15:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.46913, "lat": 43.45491, "name": "Gardanne", "geoid": 3016667}, "date-ut": "1921-07-21 14:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1039"}}, "raw": {"H": "15:00", "COD": "13", "DAY": "21", "MON": "07", "NUM": "1039", "PRO": "JO", "YEA": "1921", "CITY": "Gardanne", "NAME": "MAX-PETIT Camille (PETIT)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20769	maya-tristan-maton-jean-1926-06-04	{"e3": "1040"}	{"lerrcp": "E3-1040"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tristan (MATON Jean)", "family": "Maya", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1926-06-04 12:00", "note": null, "place": {"c1": null, "c2": "21", "c3": "", "cy": "FR", "lg": 4.48595, "lat": 47.13202, "name": "Arnay-le-Duc", "geoid": 3036862}, "notime": null, "date-ut": "1926-06-04 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Tristan (MATON Jean)", "family": "Maya"}, "birth": {"tzo": "+01:00", "date": "1926-06-04 12:00", "place": {"c2": "21", "c3": "", "cy": "FR", "lg": 4.48595, "lat": 47.13202, "name": "Arnay-le-Duc", "geoid": 3036862}, "date-ut": "1926-06-04 11:00"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1040"}}, "raw": {"H": "12:00", "COD": "21", "DAY": "04", "MON": "06", "NUM": "1040", "PRO": "WR", "YEA": "1926", "CITY": "Arnay le Duc", "NAME": "MAYA Tristan (MATON Jean)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20770	mayer-rene-1895-05-04	{"e3": "1041"}	{"lerrcp": "E3-1041"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Mayer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1895-05-04 22:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "5", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1895-05-04 21:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "René", "family": "Mayer"}, "birth": {"tzo": "+00:09", "date": "1895-05-04 22:00", "place": {"c2": "75", "c3": "5", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1895-05-04 21:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1041"}}, "raw": {"H": "22:00", "COD": "75", "DAY": "04", "MON": "05", "NUM": "1041", "PRO": "PO", "YEA": "1895", "CITY": "Paris 5ème", "NAME": "MAYER René", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20771	mayet-dominique-1925-04-09	{"e3": "1042"}	{"lerrcp": "E3-1042"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dominique", "family": "Mayet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1925-04-09 21:00", "note": null, "place": {"c1": null, "c2": "39", "c3": "", "cy": "FR", "lg": 5.76216, "lat": 46.37737, "name": "Pratz", "geoid": 2985559}, "notime": null, "date-ut": "1925-04-09 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Dominique", "family": "Mayet"}, "birth": {"tzo": "+01:00", "date": "1925-04-09 21:00", "place": {"c2": "39", "c3": "", "cy": "FR", "lg": 5.76216, "lat": 46.37737, "name": "Pratz", "geoid": 2985559}, "date-ut": "1925-04-09 20:00"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1042"}}, "raw": {"H": "21:00", "COD": "39", "DAY": "09", "MON": "04", "NUM": "1042", "PRO": "PAI", "YEA": "1925", "CITY": "Pratz", "NAME": "MAYET Dominique", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20772	mazaudet-richard-1924-09-17	{"e3": "1043"}	{"lerrcp": "E3-1043"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Mazaudet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1924-09-17 16:30", "note": null, "place": {"c1": null, "c2": "52", "c3": "", "cy": "FR", "lg": 5.36872, "lat": 48.02708, "name": "Odival", "geoid": 2989745}, "notime": null, "date-ut": "1924-09-17 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Mazaudet"}, "birth": {"tzo": "+01:00", "date": "1924-09-17 16:30", "place": {"c2": "52", "c3": "", "cy": "FR", "lg": 5.36872, "lat": 48.02708, "name": "Odival", "geoid": 2989745}, "date-ut": "1924-09-17 15:30"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1043"}}, "raw": {"H": "16:30", "COD": "52", "DAY": "17", "MON": "09", "NUM": "1043", "PRO": "JO", "YEA": "1924", "CITY": "Odival", "NAME": "MAZAUDET Richard", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20773	maze-pierre-1893-01-09	{"e3": "1044"}	{"lerrcp": "E3-1044"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Mazé", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1893-01-09 01:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.07836, "lat": 48.4057, "name": "Sizun", "geoid": 2974423}, "notime": null, "date-ut": "1893-01-09 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Mazé"}, "birth": {"tzo": "+00:09", "date": "1893-01-09 01:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.07836, "lat": 48.4057, "name": "Sizun", "geoid": 2974423}, "date-ut": "1893-01-09 00:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1044"}}, "raw": {"H": "01:00", "COD": "29", "DAY": "09", "MON": "01", "NUM": "1044", "PRO": "PO", "YEA": "1893", "CITY": "Sizun", "NAME": "MAZÉ Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20774	mazeau-charles-1825-09-01	{"e3": "1045"}	{"lerrcp": "E3-1045"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Mazeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20", "date": "1825-09-01 22:00", "note": null, "place": {"c1": null, "c2": "21", "c3": "", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1825-09-01 21:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Mazeau"}, "birth": {"tzo": "+00:20", "date": "1825-09-01 22:00", "place": {"c2": "21", "c3": "", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1825-09-01 21:40"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1045"}}, "raw": {"H": "22:00", "COD": "21", "DAY": "01", "MON": "09", "NUM": "1045", "PRO": "PO", "YEA": "1825", "CITY": "Dijon", "NAME": "MAZEAU Charles", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20775	mazeaud-leon-1900-03-07	{"e3": "1046"}	{"lerrcp": "E3-1046"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Mazeaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1900-03-07 19:00", "note": null, "place": {"c1": null, "c2": "87", "c3": "", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1900-03-07 18:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Mazeaud"}, "birth": {"tzo": "+00:09", "date": "1900-03-07 19:00", "place": {"c2": "87", "c3": "", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1900-03-07 18:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1046"}}, "raw": {"H": "19:00", "COD": "87", "DAY": "07", "MON": "03", "NUM": "1046", "PRO": "PO", "YEA": "1900", "CITY": "Limoges", "NAME": "MAZEAUD Léon", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20776	mazeaud-pierre-1929-08-24	{"e3": "1047"}	{"lerrcp": "E3-1047"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Mazeaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1929-08-24 06:30", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1929-08-24 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Mazeaud"}, "birth": {"tzo": "+01:00", "date": "1929-08-24 06:30", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1929-08-24 05:30"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1047"}}, "raw": {"H": "06:30", "COD": "69", "DAY": "24", "MON": "08", "NUM": "1047", "PRO": "PO", "YEA": "1929", "CITY": "Lyon", "NAME": "MAZEAUD Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20777	mazieres-andre-1920-05-18	{"e3": "1048"}	{"lerrcp": "E3-1048"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Mazieres", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-05-18 01:00", "note": null, "place": {"c1": null, "c2": "81", "c3": "", "cy": "FR", "lg": 2.3736, "lat": 43.49275, "name": "Mazamet", "geoid": 2994902}, "notime": null, "date-ut": "1920-05-18 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "André", "family": "Mazieres"}, "birth": {"tzo": "+01:00", "date": "1920-05-18 01:00", "place": {"c2": "81", "c3": "", "cy": "FR", "lg": 2.3736, "lat": 43.49275, "name": "Mazamet", "geoid": 2994902}, "date-ut": "1920-05-18 00:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1048"}}, "raw": {"H": "01:00", "COD": "81", "DAY": "18", "MON": "05", "NUM": "1048", "PRO": "JO", "YEA": "1920", "CITY": "Mazamet", "NAME": "MAZIERES André", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20778	maziol-jacques-1918-01-13	{"e3": "1049"}	{"lerrcp": "E3-1049"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Maziol", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1918-01-13 02:00", "note": null, "place": {"c1": null, "c2": "15", "c3": "", "cy": "FR", "lg": 2.43983, "lat": 44.92539, "name": "Aurillac", "geoid": 3036016}, "notime": null, "date-ut": "1918-01-13 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Maziol"}, "birth": {"tzo": "+00:00", "date": "1918-01-13 02:00", "place": {"c2": "15", "c3": "", "cy": "FR", "lg": 2.43983, "lat": 44.92539, "name": "Aurillac", "geoid": 3036016}, "date-ut": "1918-01-13 02:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1049"}}, "raw": {"H": "02:00", "COD": "15", "DAY": "13", "MON": "01", "NUM": "1049", "PRO": "PO", "YEA": "1918", "CITY": "Aurillac", "NAME": "MAZIOL Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20779	mazoyer-georges-1931-01-12	{"e3": "1050"}	{"lerrcp": "E3-1050"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Mazoyer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1931-01-12 01:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1931-01-12 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Mazoyer"}, "birth": {"tzo": "+00:00", "date": "1931-01-12 01:00", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1931-01-12 01:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1050"}}, "raw": {"H": "01:00", "COD": "83", "DAY": "12", "MON": "01", "NUM": "1050", "PRO": "JO", "YEA": "1931", "CITY": "Toulon", "NAME": "MAZOYER Georges", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20780	meaux-camille-1830-09-18	{"e3": "1051"}	{"lerrcp": "E3-1051"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Meaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16", "date": "1830-09-18 05:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.06525, "lat": 45.60752, "name": "Montbrison", "geoid": 2992890}, "notime": null, "date-ut": "1830-09-18 04:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Meaux"}, "birth": {"tzo": "+00:16", "date": "1830-09-18 05:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.06525, "lat": 45.60752, "name": "Montbrison", "geoid": 2992890}, "date-ut": "1830-09-18 04:44"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1051"}}, "raw": {"H": "05:00", "COD": "42", "DAY": "18", "MON": "09", "NUM": "1051", "PRO": "PO", "YEA": "1830", "CITY": "Montbrison", "NAME": "MEAUX Camille", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20781	medecin-jacques-1928-05-05	{"e3": "1052"}	{"lerrcp": "E3-1052"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Médecin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1928-05-05 04:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1928-05-05 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Médecin"}, "birth": {"tzo": "+01:00", "date": "1928-05-05 04:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1928-05-05 03:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1052"}}, "raw": {"H": "04:00", "COD": "06", "DAY": "05", "MON": "05", "NUM": "1052", "PRO": "JO", "YEA": "1928", "CITY": "Nice", "NAME": "MÉDECIN Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20782	mehaignerie-pierre-1939-05-04	{"e3": "1053"}	{"lerrcp": "E3-1053"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Méhaignerie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1939-05-04 19:00", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": -1.1924, "lat": 48.16923, "name": "Balazé", "geoid": 3035263}, "notime": null, "date-ut": "1939-05-04 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Méhaignerie"}, "birth": {"tzo": "+01:00", "date": "1939-05-04 19:00", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": -1.1924, "lat": 48.16923, "name": "Balazé", "geoid": 3035263}, "date-ut": "1939-05-04 18:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1053"}}, "raw": {"H": "19:00", "COD": "35", "DAY": "04", "MON": "05", "NUM": "1053", "PRO": "PO", "YEA": "1939", "CITY": "Balazé", "NAME": "MÉHAIGNERIE Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20783	meline-jules-1838-05-20	{"e3": "1054"}	{"lerrcp": "E3-1054"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Meline", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:26", "date": "1838-05-20 04:00", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 6.5882, "lat": 48.01754, "name": "Remiremont", "geoid": 2984050}, "notime": null, "date-ut": "1838-05-20 03:34"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Meline"}, "birth": {"tzo": "+00:26", "date": "1838-05-20 04:00", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 6.5882, "lat": 48.01754, "name": "Remiremont", "geoid": 2984050}, "date-ut": "1838-05-20 03:34"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1054"}}, "raw": {"H": "04:00", "COD": "88", "DAY": "20", "MON": "05", "NUM": "1054", "PRO": "PO", "YEA": "1838", "CITY": "Remiremont", "NAME": "MELINE Jules", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20784	menant-georges-1924-03-07	{"e3": "1055"}	{"lerrcp": "E3-1055"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Menant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1924-03-07 22:30", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26692, "lat": 48.80299, "name": "Clamart", "geoid": 3024783}, "notime": null, "date-ut": "1924-03-07 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Menant"}, "birth": {"tzo": "+00:00", "date": "1924-03-07 22:30", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.26692, "lat": 48.80299, "name": "Clamart", "geoid": 3024783}, "date-ut": "1924-03-07 22:30"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1055"}}, "raw": {"H": "22:30", "COD": "92", "DAY": "07", "MON": "03", "NUM": "1055", "PRO": "JO", "YEA": "1924", "CITY": "Clamart", "NAME": "MENANT Georges", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20785	mendes-france-pierre-1907-01-11	{"e3": "1056"}	{"lerrcp": "E3-1056"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Mendes-France", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-01-11 14:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "3", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1907-01-11 13:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Mendes-France"}, "birth": {"tzo": "+00:09", "date": "1907-01-11 14:00", "place": {"c2": "75", "c3": "3", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1907-01-11 13:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1056"}}, "raw": {"H": "14:00", "COD": "75", "DAY": "11", "MON": "01", "NUM": "1056", "PRO": "PO", "YEA": "1907", "CITY": "Paris 3ème", "NAME": "MENDES-FRANCE Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20786	menditte-jacques-de-1906-12-29	{"e3": "1057"}	{"lerrcp": "E3-1057"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques de", "family": "Menditte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1906-12-29 07:00", "note": null, "place": {"c1": null, "c2": "12", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Lannéjouls", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jacques de", "family": "Menditte"}, "birth": {"tzo": "", "date": "1906-12-29 07:00", "place": {"c2": "12", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Lannéjouls", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1057"}}, "raw": {"H": "07:00", "COD": "12", "DAY": "29", "MON": "12", "NUM": "1057", "PRO": "JO", "YEA": "1906", "CITY": "Lannéjouls", "NAME": "MENDITTE Jacques de", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20787	mengin-robert-1907-11-12	{"e3": "1058"}	{"lerrcp": "E3-1058"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Mengin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-11-12 11:00", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": 2.65356, "lat": 48.5457, "name": "Melun", "geoid": 2994651}, "notime": null, "date-ut": "1907-11-12 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Mengin"}, "birth": {"tzo": "+00:09", "date": "1907-11-12 11:00", "place": {"c2": "77", "c3": "", "cy": "FR", "lg": 2.65356, "lat": 48.5457, "name": "Melun", "geoid": 2994651}, "date-ut": "1907-11-12 10:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1058"}}, "raw": {"H": "11:00", "COD": "77", "DAY": "12", "MON": "11", "NUM": "1058", "PRO": "JO", "YEA": "1907", "CITY": "Melun", "NAME": "MENGIN Robert", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20788	mercier-jean-1899-08-12	{"e3": "1059"}	{"lerrcp": "E3-1059"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Mercier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-08-12 23:55", "note": null, "place": {"c1": null, "c2": "49", "c3": "", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "notime": null, "date-ut": "1899-08-12 23:46"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Mercier"}, "birth": {"tzo": "+00:09", "date": "1899-08-12 23:55", "place": {"c2": "49", "c3": "", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "date-ut": "1899-08-12 23:46"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1059"}}, "raw": {"H": "23:55", "COD": "49", "DAY": "12", "MON": "08", "NUM": "1059", "PRO": "PAI", "YEA": "1899", "CITY": "Angers", "NAME": "MERCIER Jean", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20789	mercier-michele-1939-01-01	{"e3": "1060"}	{"lerrcp": "E3-1060"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michèle", "family": "Mercier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1939-01-01 04:30", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1939-01-01 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Michèle", "family": "Mercier"}, "birth": {"tzo": "+00:00", "date": "1939-01-01 04:30", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1939-01-01 04:30"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1060"}}, "raw": {"H": "04:30", "COD": "06", "DAY": "01", "MON": "01", "NUM": "1060", "PRO": "AC", "YEA": "1939", "CITY": "Nice", "NAME": "MERCIER Michèle", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20790	merelle-rene-1903-08-24	{"e3": "1061"}	{"lerrcp": "E3-1061"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Merelle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-08-24 14:00", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 2.0904, "lat": 48.89643, "name": "Saint-Germain-en-Laye", "geoid": 2979783}, "notime": null, "date-ut": "1903-08-24 13:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "René", "family": "Merelle"}, "birth": {"tzo": "+00:09", "date": "1903-08-24 14:00", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 2.0904, "lat": 48.89643, "name": "Saint-Germain-en-Laye", "geoid": 2979783}, "date-ut": "1903-08-24 13:51"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1061"}}, "raw": {"H": "14:00", "COD": "78", "DAY": "24", "MON": "08", "NUM": "1061", "PRO": "PAI", "YEA": "1903", "CITY": "St Germain en Laye", "NAME": "MERELLE René", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20791	meritens-paul-1905-07-16	{"e3": "1062"}	{"lerrcp": "E3-1062"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Meritens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-07-16 02:00", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.48255, "lat": 48.83669, "name": "Nogent-sur-Marne", "geoid": 2990265}, "notime": null, "date-ut": "1905-07-16 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Meritens"}, "birth": {"tzo": "+00:09", "date": "1905-07-16 02:00", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.48255, "lat": 48.83669, "name": "Nogent-sur-Marne", "geoid": 2990265}, "date-ut": "1905-07-16 01:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1062"}}, "raw": {"H": "02:00", "COD": "94", "DAY": "16", "MON": "07", "NUM": "1062", "PRO": "JO", "YEA": "1905", "CITY": "Nogent sur Marne", "NAME": "MERITENS Paul", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20792	merkes-marcel-1920-07-07	{"e3": "1063"}	{"lerrcp": "E3-1063"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Merkes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-07-07 02:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1920-07-07 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["opera-singer"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Merkes"}, "birth": {"tzo": "+01:00", "date": "1920-07-07 02:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1920-07-07 01:00"}, "occus": ["opera-singer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1063"}}, "raw": {"H": "02:00", "COD": "33", "DAY": "07", "MON": "07", "NUM": "1063", "PRO": "OPE", "YEA": "1920", "CITY": "Bordeaux", "NAME": "MERKES Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20793	merlou-pierre-1849-02-18	{"e3": "1064"}	{"lerrcp": "E3-1064"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Merlou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1849-02-18 03:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Deuguin", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Merlou"}, "birth": {"tzo": "", "date": "1849-02-18 03:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Deuguin", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1064"}}, "raw": {"H": "03:00", "COD": "64", "DAY": "18", "MON": "02", "NUM": "1064", "PRO": "PO", "YEA": "1849", "CITY": "Deuguin", "NAME": "MERLOU Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20794	merval-paulette-rlffaud-1920-11-03	{"e3": "1065"}	{"lerrcp": "E3-1065"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paulette (RlFFAUD)", "family": "Merval", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1920-11-03 20:00", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": 0.008, "lat": 45.15165, "name": "La Roche-Chalais", "geoid": 3006801}, "notime": null, "date-ut": "1920-11-03 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["opera-singer"]	5	null	[{"new": {"name": {"given": "Paulette (RlFFAUD)", "family": "Merval"}, "birth": {"tzo": "+00:00", "date": "1920-11-03 20:00", "place": {"c2": "24", "c3": "", "cy": "FR", "lg": 0.008, "lat": 45.15165, "name": "La Roche-Chalais", "geoid": 3006801}, "date-ut": "1920-11-03 20:00"}, "occus": ["opera-singer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1065"}}, "raw": {"H": "20:00", "COD": "24", "DAY": "03", "MON": "11", "NUM": "1065", "PRO": "OPE", "YEA": "1920", "CITY": "La Roche-Chalais", "NAME": "MERVAL Paulette (RlFFAUD)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20795	mery-fernand-1897-02-11	{"e3": "1066"}	{"lerrcp": "E3-1066"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Mery", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1897-02-11 09:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Clermont", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Mery"}, "birth": {"tzo": "", "date": "1897-02-11 09:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Clermont", "geoid": 0}, "date-ut": ""}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1066"}}, "raw": {"H": "09:00", "COD": "34", "DAY": "11", "MON": "02", "NUM": "1066", "PRO": "WR", "YEA": "1897", "CITY": "Clermont", "NAME": "MERY Fernand", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20796	mesple-mady-magdeleine-1931-03-07	{"e3": "1067"}	{"lerrcp": "E3-1067"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mady (Magdeleine)", "family": "Mesplé", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1931-03-07 02:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1931-03-07 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["opera-singer"]	5	null	[{"new": {"name": {"given": "Mady (Magdeleine)", "family": "Mesplé"}, "birth": {"tzo": "+00:00", "date": "1931-03-07 02:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1931-03-07 02:00"}, "occus": ["opera-singer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1067"}}, "raw": {"H": "02:00", "COD": "31", "DAY": "07", "MON": "03", "NUM": "1067", "PRO": "OPE", "YEA": "1931", "CITY": "Toulouse", "NAME": "MESPLÉ Mady (Magdeleine)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20797	messac-ralph-1924-09-08	{"e3": "1068"}	{"lerrcp": "E3-1068"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ralph", "family": "Messac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1924-09-08 05:30", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1924-09-08 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Ralph", "family": "Messac"}, "birth": {"tzo": "+01:00", "date": "1924-09-08 05:30", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1924-09-08 04:30"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1068"}}, "raw": {"H": "05:30", "COD": "78", "DAY": "08", "MON": "09", "NUM": "1068", "PRO": "JO", "YEA": "1924", "CITY": "Versailles", "NAME": "MESSAC Ralph", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
12948	laniel-joseph-1889-10-12	{"a5": "1481", "g55": "08-68"}	{"g55": "08-68", "lerrcp": "A5-1481"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Laniel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:20", "date": "1889-10-12 04:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Vimoutiers", "geoid": 0}, "notime": null, "date-ut": "1889-10-12 04:04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Laniel"}, "birth": {"tzo": "-00:04:20", "date": "1889-10-12 04:00", "place": {"c2": "50", "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Vimoutiers", "geoid": 0}, "date-ut": "1889-10-12 04:04:20"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1481"}, "ids-in-sources": {"a5": "1481"}}, "raw": {"H": "4", "MN": "4", "TZ": "0", "COD": "50", "COU": "F", "DAY": "12", "LAT": "49N 7", "LON": "1W 5", "MON": "10", "NUM": "1481", "PRO": "PT", "SEC": "20", "YEA": "1889", "CITY": "VIMOUTIERS"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Vimoutiers"}}, "partial-ids": {"g55": "08-68"}, "ids-in-source": {"g55": "08-68"}}, "raw": {"DAY": "12-10-1889", "HOUR": "4 h.", "NAME": "LANIEL Joseph", "PLACE": "Vimoutiers (Orne)."}, "date": "2023-08-20T14:49:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
20802	meyer-gaston-1905-05-01	{"e3": "1075"}	{"lerrcp": "E3-1075"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Meyer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-05-01 11:00", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": 0.91541, "lat": 45.27418, "name": "Savignac-les-Églises", "geoid": 2975568}, "notime": null, "date-ut": "1905-05-01 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Meyer"}, "birth": {"tzo": "+00:09", "date": "1905-05-01 11:00", "place": {"c2": "24", "c3": "", "cy": "FR", "lg": 0.91541, "lat": 45.27418, "name": "Savignac-les-Églises", "geoid": 2975568}, "date-ut": "1905-05-01 10:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1075"}}, "raw": {"H": "11:00", "COD": "24", "DAY": "01", "MON": "05", "NUM": "1075", "PRO": "JO", "YEA": "1905", "CITY": "Savignac les Eglises", "NAME": "MEYER Gaston", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
12949	lapie-pierre-1901-04-02	{"a5": "1482", "g55": "08-69"}	{"g55": "08-69", "lerrcp": "A5-1482"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Lapie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1901-04-02 05:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1901-04-02 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Lapie"}, "birth": {"tzo": "+00:09:21", "date": "1901-04-02 05:00", "place": {"c2": "35", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1901-04-02 04:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1482"}, "ids-in-sources": {"a5": "1482"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "35", "COU": "F", "DAY": "2", "LAT": "48N 7", "LON": "1W40", "MON": "4", "NUM": "1482", "PRO": "PT", "SEC": "40", "YEA": "1901", "CITY": "RENNES"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-69"}, "ids-in-source": {"g55": "08-69"}}, "raw": {"DAY": "2-4-1901", "HOUR": "5 h.", "NAME": "LAPIE Pierre Olivier", "PLACE": "Rennes (Ille-et-Vilaine)."}, "date": "2023-08-20T14:49:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
20798	metehen-jacques-1903-08-28	{"e3": "1071"}	{"lerrcp": "E3-1071"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Metéhen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-08-28 01:00", "note": null, "place": {"c1": null, "c2": "45", "c3": "", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1903-08-28 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Metéhen"}, "birth": {"tzo": "+00:09", "date": "1903-08-28 01:00", "place": {"c2": "45", "c3": "", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1903-08-28 00:51"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1071"}}, "raw": {"H": "01:00", "COD": "45", "DAY": "28", "MON": "08", "NUM": "1071", "PRO": "MUS", "YEA": "1903", "CITY": "Orléans", "NAME": "METÉHEN Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20799	metin-albert-1871-01-23	{"e3": "1072"}	{"lerrcp": "E3-1072"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Metin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24", "date": "1871-01-23 20:00", "note": null, "place": {"c1": null, "c2": "25", "c3": "", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1871-01-23 19:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Metin"}, "birth": {"tzo": "+00:24", "date": "1871-01-23 20:00", "place": {"c2": "25", "c3": "", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1871-01-23 19:36"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1072"}}, "raw": {"H": "20:00", "COD": "25", "DAY": "23", "MON": "01", "NUM": "1072", "PRO": "PO", "YEA": "1871", "CITY": "Besançon", "NAME": "METIN Albert", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20800	meunier-jean-rene-1930-01-31	{"e3": "1073"}	{"lerrcp": "E3-1073"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-René", "family": "Meunier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1930-01-31 15:00", "note": null, "place": {"c1": null, "c2": "95", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Deuil", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean-René", "family": "Meunier"}, "birth": {"tzo": "", "date": "1930-01-31 15:00", "place": {"c2": "95", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Deuil", "geoid": 0}, "date-ut": ""}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1073"}}, "raw": {"H": "15:00", "COD": "95", "DAY": "31", "MON": "01", "NUM": "1073", "PRO": "MUS", "YEA": "1930", "CITY": "Deuil", "NAME": "MEUNIER Jean-René", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20801	mexandeau-louis-1931-07-06	{"e3": "1074"}	{"lerrcp": "E3-1074"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Mexandeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1931-07-06 17:30", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.61403, "lat": 50.27568, "name": "Wanquetin", "geoid": 2967470}, "notime": null, "date-ut": "1931-07-06 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Mexandeau"}, "birth": {"tzo": "+01:00", "date": "1931-07-06 17:30", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 2.61403, "lat": 50.27568, "name": "Wanquetin", "geoid": 2967470}, "date-ut": "1931-07-06 16:30"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1074"}}, "raw": {"H": "17:30", "COD": "62", "DAY": "06", "MON": "07", "NUM": "1074", "PRO": "PO", "YEA": "1931", "CITY": "Wanquetin", "NAME": "MEXANDEAU Louis", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20803	meyer-leon-1868-09-11	{"e3": "1076"}	{"lerrcp": "E3-1076"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Meyer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1868-09-11 17:15", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1868-09-11 17:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Meyer"}, "birth": {"tzo": "+00:00", "date": "1868-09-11 17:15", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1868-09-11 17:15"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1076"}}, "raw": {"H": "17:15", "COD": "76", "DAY": "11", "MON": "09", "NUM": "1076", "PRO": "PO", "YEA": "1868", "CITY": "Le Havre", "NAME": "MEYER Léon", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20804	mezerette-jean-1910-07-15	{"e3": "1077"}	{"lerrcp": "E3-1077"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Mezerette", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-07-15 11:00", "note": null, "place": {"c1": null, "c2": "61", "c3": "", "cy": "FR", "lg": 0.07909, "lat": 48.63899, "name": "Mortrée", "geoid": 2991661}, "notime": null, "date-ut": "1910-07-15 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Mezerette"}, "birth": {"tzo": "+00:09", "date": "1910-07-15 11:00", "place": {"c2": "61", "c3": "", "cy": "FR", "lg": 0.07909, "lat": 48.63899, "name": "Mortrée", "geoid": 2991661}, "date-ut": "1910-07-15 10:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1077"}}, "raw": {"H": "11:00", "COD": "61", "DAY": "15", "MON": "07", "NUM": "1077", "PRO": "WR", "YEA": "1910", "CITY": "Mortrée", "NAME": "MEZERETTE Jean", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20805	michallon-albert-1912-06-08	{"e3": "1078"}	{"lerrcp": "E3-1078"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Michallon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-06-08 18:00", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1912-06-08 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Michallon"}, "birth": {"tzo": "+00:00", "date": "1912-06-08 18:00", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1912-06-08 18:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1078"}}, "raw": {"H": "18:00", "COD": "38", "DAY": "08", "MON": "06", "NUM": "1078", "PRO": "PO", "YEA": "1912", "CITY": "Grenoble", "NAME": "MICHALLON Albert", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20806	michard-pelissier-jean-1909-10-03	{"e3": "1079"}	{"lerrcp": "E3-1079"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Michard-Pelissier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-10-03 22:00", "note": null, "place": {"c1": null, "c2": "05", "c3": "", "cy": "FR", "lg": 6.07868, "lat": 44.55858, "name": "Gap", "geoid": 3016702}, "notime": null, "date-ut": "1909-10-03 21:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Michard-Pelissier"}, "birth": {"tzo": "+00:09", "date": "1909-10-03 22:00", "place": {"c2": "05", "c3": "", "cy": "FR", "lg": 6.07868, "lat": 44.55858, "name": "Gap", "geoid": 3016702}, "date-ut": "1909-10-03 21:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1079"}}, "raw": {"H": "22:00", "COD": "05", "DAY": "03", "MON": "10", "NUM": "1079", "PRO": "PO", "YEA": "1909", "CITY": "Gap", "NAME": "MICHARD-PELISSIER Jean", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20807	michel-henri-1907-04-28	{"e3": "1080"}	{"lerrcp": "E3-1080"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Michel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-04-28 03:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 6.43185, "lat": 43.42721, "name": "Vidauban", "geoid": 2969353}, "notime": null, "date-ut": "1907-04-28 02:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Michel"}, "birth": {"tzo": "+00:09", "date": "1907-04-28 03:00", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": 6.43185, "lat": 43.42721, "name": "Vidauban", "geoid": 2969353}, "date-ut": "1907-04-28 02:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1080"}}, "raw": {"H": "03:00", "COD": "83", "DAY": "28", "MON": "04", "NUM": "1080", "PRO": "WR", "YEA": "1907", "CITY": "Vidauban", "NAME": "MICHEL Henri", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20808	miellet-edmond-1880-11-01	{"e3": "1081"}	{"lerrcp": "E3-1081"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Miellet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:28", "date": "1880-11-01 03:00", "note": null, "place": {"c1": null, "c2": "90", "c3": "", "cy": "FR", "lg": 6.91805, "lat": 47.47331, "name": "Montbouton", "geoid": 2992902}, "notime": null, "date-ut": "1880-11-01 02:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Miellet"}, "birth": {"tzo": "+00:28", "date": "1880-11-01 03:00", "place": {"c2": "90", "c3": "", "cy": "FR", "lg": 6.91805, "lat": 47.47331, "name": "Montbouton", "geoid": 2992902}, "date-ut": "1880-11-01 02:32"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1081"}}, "raw": {"H": "03:00", "COD": "90", "DAY": "01", "MON": "11", "NUM": "1081", "PRO": "PO", "YEA": "1880", "CITY": "Montbouton", "NAME": "MIELLET Edmond", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20809	mignon-paul-louis-1920-11-29	{"e3": "1082"}	{"lerrcp": "E3-1082"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul-Louis", "family": "Mignon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1920-11-29 03:00", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 2.13308, "lat": 48.89281, "name": "Le Vésinet", "geoid": 2998854}, "notime": null, "date-ut": "1920-11-29 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Paul-Louis", "family": "Mignon"}, "birth": {"tzo": "+00:00", "date": "1920-11-29 03:00", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 2.13308, "lat": 48.89281, "name": "Le Vésinet", "geoid": 2998854}, "date-ut": "1920-11-29 03:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1082"}}, "raw": {"H": "03:00", "COD": "78", "DAY": "29", "MON": "11", "NUM": "1082", "PRO": "JO", "YEA": "1920", "CITY": "Le Vésinet", "NAME": "MIGNON Paul-Louis", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20810	milhaud-albert-1871-06-10	{"e3": "1083"}	{"lerrcp": "E3-1083"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Milhaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17", "date": "1871-06-10 10:00", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1871-06-10 09:43"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Milhaud"}, "birth": {"tzo": "+00:17", "date": "1871-06-10 10:00", "place": {"c2": "30", "c3": "", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1871-06-10 09:43"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1083"}}, "raw": {"H": "10:00", "COD": "30", "DAY": "10", "MON": "06", "NUM": "1083", "PRO": "PO", "YEA": "1871", "CITY": "Nîmes", "NAME": "MILHAUD Albert", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20811	millaud-edouard-1834-09-07	{"e3": "1084"}	{"lerrcp": "E3-1084"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Millaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19", "date": "1834-09-07 15:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 4.66028, "lat": 43.80583, "name": "Tarascon", "geoid": 2973393}, "notime": null, "date-ut": "1834-09-07 14:41"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Millaud"}, "birth": {"tzo": "+00:19", "date": "1834-09-07 15:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 4.66028, "lat": 43.80583, "name": "Tarascon", "geoid": 2973393}, "date-ut": "1834-09-07 14:41"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1084"}}, "raw": {"H": "15:00", "COD": "13", "DAY": "07", "MON": "09", "NUM": "1084", "PRO": "PO", "YEA": "1834", "CITY": "Tarascon", "NAME": "MILLAUD Edouard", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20812	milliard-victor-1844-12-19	{"e3": "1085"}	{"lerrcp": "E3-1085"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Milliard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06", "date": "1844-12-19 02:00", "note": null, "place": {"c1": null, "c2": "27", "c3": "", "cy": "FR", "lg": 1.41168, "lat": 49.24557, "name": "Les Andelys", "geoid": 3002172}, "notime": null, "date-ut": "1844-12-19 01:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Milliard"}, "birth": {"tzo": "+00:06", "date": "1844-12-19 02:00", "place": {"c2": "27", "c3": "", "cy": "FR", "lg": 1.41168, "lat": 49.24557, "name": "Les Andelys", "geoid": 3002172}, "date-ut": "1844-12-19 01:54"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1085"}}, "raw": {"H": "02:00", "COD": "27", "DAY": "19", "MON": "12", "NUM": "1085", "PRO": "PO", "YEA": "1844", "CITY": "Les Andelys", "NAME": "MILLIARD Victor", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20813	millies-lacroix-raphael-1850-12-04	{"e3": "1086"}	{"lerrcp": "E3-1086"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raphaël", "family": "Millies-Lacroix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04", "date": "1850-12-04 23:50", "note": null, "place": {"c1": null, "c2": "40", "c3": "", "cy": "FR", "lg": -1.05366, "lat": 43.71032, "name": "Dax", "geoid": 3021670}, "notime": null, "date-ut": "1850-12-04 23:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Raphaël", "family": "Millies-Lacroix"}, "birth": {"tzo": "-00:04", "date": "1850-12-04 23:50", "place": {"c2": "40", "c3": "", "cy": "FR", "lg": -1.05366, "lat": 43.71032, "name": "Dax", "geoid": 3021670}, "date-ut": "1850-12-04 23:54"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1086"}}, "raw": {"H": "23:50", "COD": "40", "DAY": "04", "MON": "12", "NUM": "1086", "PRO": "PO", "YEA": "1850", "CITY": "Dax", "NAME": "MILLIES-LACROIX Raphaël", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20814	millot-leon-1881-10-07	{"e3": "1087"}	{"lerrcp": "E3-1087"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Millot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22", "date": "1881-10-07 15:00", "note": null, "place": {"c1": null, "c2": "55", "c3": "", "cy": "FR", "lg": 5.55099, "lat": 48.88746, "name": "Saint-Mihiel", "geoid": 2977948}, "notime": null, "date-ut": "1881-10-07 14:38"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Millot"}, "birth": {"tzo": "+00:22", "date": "1881-10-07 15:00", "place": {"c2": "55", "c3": "", "cy": "FR", "lg": 5.55099, "lat": 48.88746, "name": "Saint-Mihiel", "geoid": 2977948}, "date-ut": "1881-10-07 14:38"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1087"}}, "raw": {"H": "15:00", "COD": "55", "DAY": "07", "MON": "10", "NUM": "1087", "PRO": "PO", "YEA": "1881", "CITY": "St Mihiel", "NAME": "MILLOT Léon", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20815	mireille-hartuch-mireille-1906-09-30	{"e3": "1088"}	{"lerrcp": "E3-1088"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(HARTUCH Mireille)", "family": "Mireille", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-09-30 03:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "3", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1906-09-30 02:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "(HARTUCH Mireille)", "family": "Mireille"}, "birth": {"tzo": "+00:09", "date": "1906-09-30 03:00", "place": {"c2": "75", "c3": "3", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1906-09-30 02:51"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1088"}}, "raw": {"H": "03:00", "COD": "75", "DAY": "30", "MON": "09", "NUM": "1088", "PRO": "MUS", "YEA": "1906", "CITY": "Paris 3ème", "NAME": "MIREILLE (HARTUCH Mireille)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20816	missoffe-francois-1919-10-13	{"e3": "1089"}	{"lerrcp": "E3-1089"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Missoffe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1919-10-13 14:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1919-10-13 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "François", "family": "Missoffe"}, "birth": {"tzo": "+00:00", "date": "1919-10-13 14:00", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1919-10-13 14:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1089"}}, "raw": {"H": "14:00", "COD": "83", "DAY": "13", "MON": "10", "NUM": "1089", "PRO": "PO", "YEA": "1919", "CITY": "Toulon", "NAME": "MISSOFFE François", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20817	mohrt-pierre-1914-04-28	{"e3": "1091"}	{"lerrcp": "E3-1091"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Mohrt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-04-28 22:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -3.82792, "lat": 48.57784, "name": "Morlaix", "geoid": 2991772}, "notime": null, "date-ut": "1914-04-28 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Mohrt"}, "birth": {"tzo": "+00:00", "date": "1914-04-28 22:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -3.82792, "lat": 48.57784, "name": "Morlaix", "geoid": 2991772}, "date-ut": "1914-04-28 22:00"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1091"}}, "raw": {"H": "22:00", "COD": "29", "DAY": "28", "MON": "04", "NUM": "1091", "PRO": "WR", "YEA": "1914", "CITY": "Morlaix", "NAME": "MOHRT Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
14370	moinot-pierre-1920-03-29	{"a6": "580", "e1": "1477", "e3": "1092"}	{"lerrcp": "A6-580"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Moinot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-03-29 22:00", "note": null, "place": {"c1": null, "c2": "79", "c3": null, "cy": "FR", "lg": -0.2962, "lat": 46.3221, "name": "Fressines", "geoid": 3017118}, "notime": null, "date-ut": "1920-03-29 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "executive"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Moinot"}, "birth": {"tzo": "+01:00", "date": "1920-03-29 22:00", "place": {"c2": "79", "cy": "FR", "lg": -0.2962, "lat": 46.3221, "name": "Fressines", "geoid": 3017118}, "date-ut": "1920-03-29 21:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-580"}, "ids-in-sources": {"a6": "580"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "79", "COU": "F", "DAY": "29", "LAT": "46N19", "LON": "0W27", "MON": "3", "NUM": "580", "PRO": "W", "SEC": "0", "YEA": "1920", "CITY": "FRESSINES"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": ["executive"], "ids-in-sources": {"e1": "1477"}}, "raw": {"H": "22:00", "COD": "79", "DAY": "29", "MON": "03", "NUM": "1477", "PRO": "EX", "YEA": "1920", "CITY": "Fressines", "NAME": "MOINOT Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"occus": ["writer"], "ids-in-sources": {"e3": "1092"}}, "raw": {"H": "22:00", "COD": "79", "DAY": "29", "MON": "03", "NUM": "1092", "PRO": "WR", "YEA": "1920", "CITY": "Fressines", "NAME": "MOINOT Pierre", "NOTE": "*"}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20818	mollat-du-jourdin-guy-1900-12-15	{"e3": "1093"}	{"lerrcp": "E3-1093"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "du JOURDIN Guy", "family": "Mollat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1900-12-15 03:30", "note": null, "place": {"c1": null, "c2": "02", "c3": "", "cy": "FR", "lg": 3.62714, "lat": 49.5631, "name": "Laon", "geoid": 3007477}, "notime": null, "date-ut": "1900-12-15 03:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "du JOURDIN Guy", "family": "Mollat"}, "birth": {"tzo": "+00:09", "date": "1900-12-15 03:30", "place": {"c2": "02", "c3": "", "cy": "FR", "lg": 3.62714, "lat": 49.5631, "name": "Laon", "geoid": 3007477}, "date-ut": "1900-12-15 03:21"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1093"}}, "raw": {"H": "03:30", "COD": "02", "DAY": "15", "MON": "12", "NUM": "1093", "PRO": "JO", "YEA": "1900", "CITY": "Laon", "NAME": "MOLLAT du JOURDIN Guy", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20819	mona-dol-delbart-amelie-1901-05-28	{"e3": "1094"}	{"lerrcp": "E3-1094"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(DELBART Amélie)", "family": "Mona-Dol", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-05-28 09:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1901-05-28 08:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(DELBART Amélie)", "family": "Mona-Dol"}, "birth": {"tzo": "+00:09", "date": "1901-05-28 09:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1901-05-28 08:51"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1094"}}, "raw": {"H": "09:00", "COD": "59", "DAY": "28", "MON": "05", "NUM": "1094", "PRO": "AC", "YEA": "1901", "CITY": "Lille", "NAME": "MONA-DOL (DELBART Amélie)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20820	mondy-pierre-cuq-1925-02-10	{"e3": "1095"}	{"lerrcp": "E3-1095"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre (CUQ)", "family": "Mondy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1925-02-10 10:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1925-02-10 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Pierre (CUQ)", "family": "Mondy"}, "birth": {"tzo": "+00:00", "date": "1925-02-10 10:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1925-02-10 10:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1095"}}, "raw": {"H": "10:00", "COD": "92", "DAY": "10", "MON": "02", "NUM": "1095", "PRO": "AC", "YEA": "1925", "CITY": "Neuilly sur Seine", "NAME": "MONDY Pierre (CUQ)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20821	monfort-silvia-favre-bertin-1923-06-07	{"e3": "1096"}	{"lerrcp": "E3-1096"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Silvia (FAVRE-BERTIN)", "family": "Monfort", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1923-06-07 22:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "3", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1923-06-07 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Silvia (FAVRE-BERTIN)", "family": "Monfort"}, "birth": {"tzo": "+01:00", "date": "1923-06-07 22:00", "place": {"c2": "75", "c3": "3", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1923-06-07 21:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1096"}}, "raw": {"H": "22:00", "COD": "75", "DAY": "07", "MON": "06", "NUM": "1096", "PRO": "AC", "YEA": "1923", "CITY": "Paris 3ème", "NAME": "MONFORT Silvia (FAVRE-BERTIN)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20822	monis-ernest-1846-05-23	{"e3": "1097"}	{"lerrcp": "E3-1097"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Monis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1846-05-23 11:00", "note": null, "place": {"c1": null, "c2": "16", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Châteauneuf sur Char", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Monis"}, "birth": {"tzo": "", "date": "1846-05-23 11:00", "place": {"c2": "16", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Châteauneuf sur Char", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1097"}}, "raw": {"H": "11:00", "COD": "16", "DAY": "23", "MON": "05", "NUM": "1097", "PRO": "PO", "YEA": "1846", "CITY": "Châteauneuf/Char", "NAME": "MONIS Ernest", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20823	monmarson-raoul-1895-10-19	{"e3": "1098"}	{"lerrcp": "E3-1098"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raoul", "family": "Monmarson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1895-10-19 21:00", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.49323, "lat": 48.79395, "name": "Saint-Maur-des-Fossés", "geoid": 2978179}, "notime": null, "date-ut": "1895-10-19 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Raoul", "family": "Monmarson"}, "birth": {"tzo": "+00:09", "date": "1895-10-19 21:00", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.49323, "lat": 48.79395, "name": "Saint-Maur-des-Fossés", "geoid": 2978179}, "date-ut": "1895-10-19 20:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1098"}}, "raw": {"H": "21:00", "COD": "94", "DAY": "19", "MON": "10", "NUM": "1098", "PRO": "JO", "YEA": "1895", "CITY": "St Maur des Fossés", "NAME": "MONMARSON Raoul", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20824	monneret-jean-1922-11-27	{"e3": "1099"}	{"lerrcp": "E3-1099"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Monneret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-11-27 07:00", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 4.85372, "lat": 46.78112, "name": "Chalon-sur-Saône", "geoid": 3027484}, "notime": null, "date-ut": "1922-11-27 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Monneret"}, "birth": {"tzo": "+00:00", "date": "1922-11-27 07:00", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 4.85372, "lat": 46.78112, "name": "Chalon-sur-Saône", "geoid": 3027484}, "date-ut": "1922-11-27 07:00"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1099"}}, "raw": {"H": "07:00", "COD": "71", "DAY": "27", "MON": "11", "NUM": "1099", "PRO": "PAI", "YEA": "1922", "CITY": "Chalon sur Saône", "NAME": "MONNERET Jean", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20825	monnet-georges-1898-08-12	{"e3": "1100"}	{"lerrcp": "E3-1100"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Monnet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-08-12 19:00", "note": null, "place": {"c1": null, "c2": "15", "c3": "", "cy": "FR", "lg": 2.43983, "lat": 44.92539, "name": "Aurillac", "geoid": 3036016}, "notime": null, "date-ut": "1898-08-12 18:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Monnet"}, "birth": {"tzo": "+00:09", "date": "1898-08-12 19:00", "place": {"c2": "15", "c3": "", "cy": "FR", "lg": 2.43983, "lat": 44.92539, "name": "Aurillac", "geoid": 3036016}, "date-ut": "1898-08-12 18:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1100"}}, "raw": {"H": "19:00", "COD": "15", "DAY": "12", "MON": "08", "NUM": "1100", "PRO": "PO", "YEA": "1898", "CITY": "Aurillac", "NAME": "MONNET Georges", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20826	monory-rene-1923-06-06	{"e3": "1101"}	{"lerrcp": "E3-1101"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Monory", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1923-06-06 19:30", "note": null, "place": {"c1": null, "c2": "86", "c3": "", "cy": "FR", "lg": 0.08296, "lat": 47.00788, "name": "Loudun", "geoid": 2997457}, "notime": null, "date-ut": "1923-06-06 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "René", "family": "Monory"}, "birth": {"tzo": "+01:00", "date": "1923-06-06 19:30", "place": {"c2": "86", "c3": "", "cy": "FR", "lg": 0.08296, "lat": 47.00788, "name": "Loudun", "geoid": 2997457}, "date-ut": "1923-06-06 18:30"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1101"}}, "raw": {"H": "19:30", "COD": "86", "DAY": "06", "MON": "06", "NUM": "1101", "PRO": "PO", "YEA": "1923", "CITY": "Loudun", "NAME": "MONORY René", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20827	montane-roger-1916-02-21	{"e3": "1102"}	{"lerrcp": "E3-1102"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Montané", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-02-21 01:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1916-02-21 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Montané"}, "birth": {"tzo": "+00:00", "date": "1916-02-21 01:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1916-02-21 01:00"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1102"}}, "raw": {"H": "01:00", "COD": "33", "DAY": "21", "MON": "02", "NUM": "1102", "PRO": "PAI", "YEA": "1916", "CITY": "Bordeaux", "NAME": "MONTANÉ Roger", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20828	montaurier-jean-fleury-ed-1906-12-15	{"e3": "1103"}	{"lerrcp": "E3-1103"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean (FLEURY Ed.)", "family": "Montaurier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-12-15 20:00", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 2.61667, "lat": 45.53333, "name": "Aulnat", "geoid": 3036155}, "notime": null, "date-ut": "1906-12-15 19:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jean (FLEURY Ed.)", "family": "Montaurier"}, "birth": {"tzo": "+00:09", "date": "1906-12-15 20:00", "place": {"c2": "63", "c3": "", "cy": "FR", "lg": 2.61667, "lat": 45.53333, "name": "Aulnat", "geoid": 3036155}, "date-ut": "1906-12-15 19:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1103"}}, "raw": {"H": "20:00", "COD": "63", "DAY": "15", "MON": "12", "NUM": "1103", "PRO": "WR", "YEA": "1906", "CITY": "Aulnat", "NAME": "MONTAURIER Jean (FLEURY Ed.)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20829	monzie-anatole-de-1876-11-22	{"e3": "1104"}	{"lerrcp": "E3-1104"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anatole de", "family": "Monzie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01", "date": "1876-11-22 19:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.21337, "lat": 44.43161, "name": "Bazas", "geoid": 3034458}, "notime": null, "date-ut": "1876-11-22 19:01"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Anatole de", "family": "Monzie"}, "birth": {"tzo": "-00:01", "date": "1876-11-22 19:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.21337, "lat": 44.43161, "name": "Bazas", "geoid": 3034458}, "date-ut": "1876-11-22 19:01"}, "notes": [null], "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1104"}}, "raw": {"H": "19:00", "COD": "33", "DAY": "22", "MON": "11", "NUM": "1104", "PRO": "PO", "YEA": "1876", "CITY": "Bazas", "NAME": "MONZIE Anatole de", "NOTE": "*"}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[null]
20830	mora-lucien-1914-09-15	{"e3": "1105"}	{"lerrcp": "E3-1105"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Mora", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-09-15 15:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1914-09-15 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Mora"}, "birth": {"tzo": "+00:00", "date": "1914-09-15 15:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1914-09-15 15:00"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1105"}}, "raw": {"H": "15:00", "COD": "33", "DAY": "15", "MON": "09", "NUM": "1105", "PRO": "MUS", "YEA": "1914", "CITY": "Bordeaux", "NAME": "MORA Lucien", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20831	moreau-abel-1893-01-08	{"e3": "1106"}	{"lerrcp": "E3-1106"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Abel", "family": "Moreau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1893-01-08 13:00", "note": null, "place": {"c1": null, "c2": "89", "c3": "", "cy": "FR", "lg": 3.60136, "lat": 47.90542, "name": "Seignelay", "geoid": 2975278}, "notime": null, "date-ut": "1893-01-08 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Abel", "family": "Moreau"}, "birth": {"tzo": "+00:09", "date": "1893-01-08 13:00", "place": {"c2": "89", "c3": "", "cy": "FR", "lg": 3.60136, "lat": 47.90542, "name": "Seignelay", "geoid": 2975278}, "date-ut": "1893-01-08 12:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1106"}}, "raw": {"H": "13:00", "COD": "89", "DAY": "08", "MON": "01", "NUM": "1106", "PRO": "WR", "YEA": "1893", "CITY": "Seignelay", "NAME": "MOREAU Abel", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
12951	laurens-robert-1910-09-26	{"a5": "1484", "g55": "08-71"}	{"g55": "08-71", "lerrcp": "A5-1484"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Laurens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1910-09-26 12:00", "note": null, "place": {"c1": null, "c2": "12", "c3": null, "cy": "FR", "lg": 2.63571, "lat": 44.77811, "name": "Lacroix-Barrez", "geoid": 3009748}, "notime": null, "date-ut": "1910-09-26 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Laurens"}, "birth": {"tzo": "+00:09:21", "date": "1910-09-26 12:00", "place": {"c2": "12", "cy": "FR", "lg": 2.63571, "lat": 44.77811, "name": "Lacroix-Barrez", "geoid": 3009748}, "date-ut": "1910-09-26 11:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1484"}, "ids-in-sources": {"a5": "1484"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "12", "COU": "F", "DAY": "26", "LAT": "44N21", "LON": "2E34", "MON": "9", "NUM": "1484", "PRO": "PT", "SEC": "40", "YEA": "1910", "CITY": "LACROIX-BARREZ"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-71"}, "ids-in-source": {"g55": "08-71"}}, "raw": {"DAY": "26-9-1910", "HOUR": "12 h.", "NAME": "LAURENS Robert", "PLACE": "Lacroix-Barrez (Aveyron)."}, "date": "2023-08-20T14:49:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
20833	morel-jean-1854-10-10	{"e3": "1108"}	{"lerrcp": "E3-1108"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Morel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17", "date": "1854-10-10 11:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.16643, "lat": 46.09788, "name": "Nandax", "geoid": 2990996}, "notime": null, "date-ut": "1854-10-10 10:43"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Morel"}, "birth": {"tzo": "+00:17", "date": "1854-10-10 11:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.16643, "lat": 46.09788, "name": "Nandax", "geoid": 2990996}, "date-ut": "1854-10-10 10:43"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1108"}}, "raw": {"H": "11:00", "COD": "42", "DAY": "10", "MON": "10", "NUM": "1108", "PRO": "PO", "YEA": "1854", "CITY": "Nandax", "NAME": "MOREL Jean", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20834	morel-paul-1869-09-20	{"e3": "1109"}	{"lerrcp": "E3-1109"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Morel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25", "date": "1869-09-20 06:00", "note": null, "place": {"c1": null, "c2": "70", "c3": "", "cy": "FR", "lg": 6.14251, "lat": 47.62604, "name": "Vesoul", "geoid": 2969562}, "notime": null, "date-ut": "1869-09-20 05:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Morel"}, "birth": {"tzo": "+00:25", "date": "1869-09-20 06:00", "place": {"c2": "70", "c3": "", "cy": "FR", "lg": 6.14251, "lat": 47.62604, "name": "Vesoul", "geoid": 2969562}, "date-ut": "1869-09-20 05:35"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1109"}}, "raw": {"H": "06:00", "COD": "70", "DAY": "20", "MON": "09", "NUM": "1109", "PRO": "PO", "YEA": "1869", "CITY": "Vesoul", "NAME": "MOREL Paul", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20835	moreux-christian-1902-04-30	{"e3": "1110"}	{"lerrcp": "E3-1110"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Moreux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1902-04-30 16:15", "note": null, "place": {"c1": null, "c2": "60", "c3": "", "cy": "FR", "lg": 2.41258, "lat": 49.37897, "name": "Clermont", "geoid": 3024643}, "notime": null, "date-ut": "1902-04-30 16:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Christian", "family": "Moreux"}, "birth": {"tzo": "+00:09", "date": "1902-04-30 16:15", "place": {"c2": "60", "c3": "", "cy": "FR", "lg": 2.41258, "lat": 49.37897, "name": "Clermont", "geoid": 3024643}, "date-ut": "1902-04-30 16:06"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1110"}}, "raw": {"H": "16:15", "COD": "60", "DAY": "30", "MON": "04", "NUM": "1110", "PRO": "JO", "YEA": "1902", "CITY": "Clermont", "NAME": "MOREUX Christian", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20836	moro-giafferri-vincent-de-1878-06-06	{"e3": "1111"}	{"lerrcp": "E3-1111"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincent de", "family": "Moro-Giafferri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1878-06-06 23:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "15", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1878-06-06 22:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Vincent de", "family": "Moro-Giafferri"}, "birth": {"tzo": "+00:09", "date": "1878-06-06 23:00", "place": {"c2": "75", "c3": "15", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1878-06-06 22:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1111"}}, "raw": {"H": "23:00", "COD": "75", "DAY": "06", "MON": "06", "NUM": "1111", "PRO": "PO", "YEA": "1878", "CITY": "Paris 15ème", "NAME": "MORO-GIAFFERRI Vincent de", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20837	mose-depond-moise-1917-10-09	{"e3": "1112"}	{"lerrcp": "E3-1112"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(DEPOND Moïse)", "family": "Mose", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1917-10-09 06:00", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": -1.72485, "lat": 47.19424, "name": "Saint-Jean-de-Boiseau", "geoid": 2979344}, "notime": null, "date-ut": "1917-10-09 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cartoonist"]	5	null	[{"new": {"name": {"given": "(DEPOND Moïse)", "family": "Mose"}, "birth": {"tzo": "+00:00", "date": "1917-10-09 06:00", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": -1.72485, "lat": 47.19424, "name": "Saint-Jean-de-Boiseau", "geoid": 2979344}, "date-ut": "1917-10-09 06:00"}, "occus": ["cartoonist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1112"}}, "raw": {"H": "06:00", "COD": "44", "DAY": "09", "MON": "10", "NUM": "1112", "PRO": "CAR", "YEA": "1917", "CITY": "St Jean de Boiseau", "NAME": "MOSE (DEPOND Moïse)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20838	motte-claire-1937-12-21	{"e3": "1113"}	{"lerrcp": "E3-1113"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claire", "family": "Motte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1937-12-21 06:30", "note": null, "place": {"c1": null, "c2": "90", "c3": "", "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "notime": null, "date-ut": "1937-12-21 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["dancer"]	5	null	[{"new": {"name": {"given": "Claire", "family": "Motte"}, "birth": {"tzo": "+00:00", "date": "1937-12-21 06:30", "place": {"c2": "90", "c3": "", "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "date-ut": "1937-12-21 06:30"}, "occus": ["dancer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1113"}}, "raw": {"H": "06:30", "COD": "90", "DAY": "21", "MON": "12", "NUM": "1113", "PRO": "DAN", "YEA": "1937", "CITY": "Belfort", "NAME": "MOTTE Claire", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20839	mougeot-leon-1857-11-10	{"e3": "1114"}	{"lerrcp": "E3-1114"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Mougeot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1857-11-10 02:00", "note": null, "place": {"c1": null, "c2": "52", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Montiyny le Roy", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Mougeot"}, "birth": {"tzo": "", "date": "1857-11-10 02:00", "place": {"c2": "52", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Montiyny le Roy", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1114"}}, "raw": {"H": "02:00", "COD": "52", "DAY": "10", "MON": "11", "NUM": "1114", "PRO": "PO", "YEA": "1857", "CITY": "Montiyny le Roy", "NAME": "MOUGEOT Léon", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20840	mougeotte-etienne-1940-03-01	{"e3": "1115"}	{"lerrcp": "E3-1115"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Mougeotte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1940-03-01 19:00", "note": null, "place": {"c1": null, "c2": "16", "c3": "", "cy": "FR", "lg": 0.38587, "lat": 45.74101, "name": "La Rochefoucauld", "geoid": 3006793}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Mougeotte"}, "birth": {"tzo": "", "date": "1940-03-01 19:00", "place": {"c2": "16", "c3": "", "cy": "FR", "lg": 0.38587, "lat": 45.74101, "name": "La Rochefoucauld", "geoid": 3006793}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1115"}}, "raw": {"H": "19:00", "COD": "16", "DAY": "01", "MON": "03", "NUM": "1115", "PRO": "JO", "YEA": "1940", "CITY": "La Rochefoucauld", "NAME": "MOUGEOTTE Etienne", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20841	moulier-fernand-1913-11-22	{"e3": "1116"}	{"lerrcp": "E3-1116"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Moulier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-11-22 09:00", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 2.68929, "lat": 45.53385, "name": "La Tour-d'Auvergne", "geoid": 3006211}, "notime": null, "date-ut": "1913-11-22 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Moulier"}, "birth": {"tzo": "+00:00", "date": "1913-11-22 09:00", "place": {"c2": "63", "c3": "", "cy": "FR", "lg": 2.68929, "lat": 45.53385, "name": "La Tour-d'Auvergne", "geoid": 3006211}, "date-ut": "1913-11-22 09:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1116"}}, "raw": {"H": "09:00", "COD": "63", "DAY": "22", "MON": "11", "NUM": "1116", "PRO": "JO", "YEA": "1913", "CITY": "La Tour d'Auvergne", "NAME": "MOULIER Fernand", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20842	moulin-jean-1899-06-20	{"e3": "1117"}	{"lerrcp": "E3-1117"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Moulin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-06-20 12:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "notime": null, "date-ut": "1899-06-20 11:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Moulin"}, "birth": {"tzo": "+00:09", "date": "1899-06-20 12:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "date-ut": "1899-06-20 11:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1117"}}, "raw": {"H": "12:00", "COD": "34", "DAY": "20", "MON": "06", "NUM": "1117", "PRO": "PO", "YEA": "1899", "CITY": "Béziers", "NAME": "MOULIN Jean", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20843	mouloudji-marcel-1922-09-16	{"e3": "1118"}	{"lerrcp": "E3-1118"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Mouloudji", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-09-16 18:15", "note": null, "place": {"c1": null, "c2": "75", "c3": "4", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1922-09-16 17:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Mouloudji"}, "birth": {"tzo": "+01:00", "date": "1922-09-16 18:15", "place": {"c2": "75", "c3": "4", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1922-09-16 17:15"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1118"}}, "raw": {"H": "18:15", "COD": "75", "DAY": "16", "MON": "09", "NUM": "1118", "PRO": "AC", "YEA": "1922", "CITY": "Paris 4ème", "NAME": "MOULOUDJI Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20844	mounie-auguste-1873-01-04	{"e3": "1119"}	{"lerrcp": "E3-1119"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Mounié", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08", "date": "1873-01-04 16:00", "note": null, "place": {"c1": null, "c2": "09", "c3": "", "cy": "FR", "lg": 1.93449, "lat": 43.07161, "name": "Roumengoux", "geoid": 2982523}, "notime": null, "date-ut": "1873-01-04 15:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Mounié"}, "birth": {"tzo": "+00:08", "date": "1873-01-04 16:00", "place": {"c2": "09", "c3": "", "cy": "FR", "lg": 1.93449, "lat": 43.07161, "name": "Roumengoux", "geoid": 2982523}, "date-ut": "1873-01-04 15:52"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1119"}}, "raw": {"H": "16:00", "COD": "09", "DAY": "04", "MON": "01", "NUM": "1119", "PRO": "PO", "YEA": "1873", "CITY": "Roumengoux", "NAME": "MOUNIÉ Auguste", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
12953	lecourt-robert-1908-09-19	{"a5": "1486", "g55": "08-73"}	{"g55": "08-73", "lerrcp": "A5-1486"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Lecourt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1908-09-19 09:30", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.95445, "lat": 49.56703, "name": "Pavilly", "geoid": 2988305}, "notime": null, "date-ut": "1908-09-19 09:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Lecourt"}, "birth": {"tzo": "+00:09:21", "date": "1908-09-19 09:30", "place": {"c2": "76", "cy": "FR", "lg": 0.95445, "lat": 49.56703, "name": "Pavilly", "geoid": 2988305}, "date-ut": "1908-09-19 09:20:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1486"}, "ids-in-sources": {"a5": "1486"}}, "raw": {"H": "9", "MN": "20", "TZ": "0", "COD": "76", "COU": "F", "DAY": "19", "LAT": "49N26", "LON": "1E 5", "MON": "9", "NUM": "1486", "PRO": "PT", "SEC": "40", "YEA": "1908", "CITY": "PAVILLY"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-73"}, "ids-in-source": {"g55": "08-73"}}, "raw": {"DAY": "19-9-1908", "HOUR": "9 h. 30", "NAME": "LECOURT Robert", "PLACE": "Pavilly (Seine-Inférieure)."}, "date": "2023-08-20T14:49:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
20845	mourlet-michel-1935-04-05	{"e3": "1121"}	{"lerrcp": "E3-1121"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Mourlet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1935-04-05 12:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.27485, "lat": 48.91936, "name": "Bois-Colombes", "geoid": 3032070}, "notime": null, "date-ut": "1935-04-05 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Mourlet"}, "birth": {"tzo": "+01:00", "date": "1935-04-05 12:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.27485, "lat": 48.91936, "name": "Bois-Colombes", "geoid": 3032070}, "date-ut": "1935-04-05 11:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1121"}}, "raw": {"H": "12:00", "COD": "92", "DAY": "05", "MON": "04", "NUM": "1121", "PRO": "JO", "YEA": "1935", "CITY": "Bois-Colombes", "NAME": "MOURLET Michel", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20846	mourousi-yves-1942-07-20	{"e3": "1122"}	{"lerrcp": "E3-1122"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Mourousi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1942-07-20 12:28", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.22929, "lat": 48.87143, "name": "Suresnes", "geoid": 2973675}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Mourousi"}, "birth": {"tzo": "", "date": "1942-07-20 12:28", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.22929, "lat": 48.87143, "name": "Suresnes", "geoid": 2973675}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1122"}}, "raw": {"H": "12:28", "COD": "92", "DAY": "20", "MON": "07", "NUM": "1122", "PRO": "JO", "YEA": "1942", "CITY": "Suresnes", "NAME": "MOUROUSI Yves", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20847	mousseau-jacques-1932-06-24	{"e3": "1123"}	{"lerrcp": "E3-1123"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Mousseau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1932-06-24 23:00", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.47458, "lat": 48.82538, "name": "Joinville-le-Pont", "geoid": 3012313}, "notime": null, "date-ut": "1932-06-24 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Mousseau"}, "birth": {"tzo": "+01:00", "date": "1932-06-24 23:00", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.47458, "lat": 48.82538, "name": "Joinville-le-Pont", "geoid": 3012313}, "date-ut": "1932-06-24 22:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1123"}}, "raw": {"H": "23:00", "COD": "94", "DAY": "24", "MON": "06", "NUM": "1123", "PRO": "JO", "YEA": "1932", "CITY": "Joinville le Pont", "NAME": "MOUSSEAU Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20848	moussel-george-1904-06-10	{"e3": "1124"}	{"lerrcp": "E3-1124"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "George", "family": "Moussel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-06-10 03:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "notime": null, "date-ut": "1904-06-10 02:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "George", "family": "Moussel"}, "birth": {"tzo": "+00:09", "date": "1904-06-10 03:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "date-ut": "1904-06-10 02:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1124"}}, "raw": {"H": "03:00", "COD": "34", "DAY": "10", "MON": "06", "NUM": "1124", "PRO": "WR", "YEA": "1904", "CITY": "Béziers", "NAME": "MOUSSEL George", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20849	moutet-marius-1876-04-19	{"e3": "1125"}	{"lerrcp": "E3-1125"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marius", "family": "Moutet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17", "date": "1876-04-19 10:00", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1876-04-19 09:43"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Marius", "family": "Moutet"}, "birth": {"tzo": "+00:17", "date": "1876-04-19 10:00", "place": {"c2": "30", "c3": "", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1876-04-19 09:43"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1125"}}, "raw": {"H": "10:00", "COD": "30", "DAY": "19", "MON": "04", "NUM": "1125", "PRO": "PO", "YEA": "1876", "CITY": "Nimes", "NAME": "MOUTET Marius", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20850	muhl-roger-1929-12-20	{"e3": "1126"}	{"lerrcp": "E3-1126"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Muhl", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1929-12-20 10:00", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1929-12-20 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Muhl"}, "birth": {"tzo": "+00:00", "date": "1929-12-20 10:00", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1929-12-20 10:00"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1126"}}, "raw": {"H": "10:00", "COD": "67", "DAY": "20", "MON": "12", "NUM": "1126", "PRO": "PAI", "YEA": "1929", "CITY": "Strasbourg", "NAME": "MUHL Roger", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20851	muller-henri-1902-08-21	{"e3": "1127"}	{"lerrcp": "E3-1127"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Muller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1902-08-21 22:00", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Mulhbach", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Muller"}, "birth": {"tzo": "", "date": "1902-08-21 22:00", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Mulhbach", "geoid": 0}, "date-ut": ""}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1127"}}, "raw": {"H": "22:00", "COD": "67", "DAY": "21", "MON": "08", "NUM": "1127", "PRO": "WR", "YEA": "1902", "CITY": "Mulhbach", "NAME": "MULLER Henri", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20852	munch-charles-1891-09-26	{"e3": "1128"}	{"lerrcp": "E3-1128"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Munch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1891-09-26 15:00", "note": null, "place": {"c1": null, "c2": "68", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Strasbourg", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Munch"}, "birth": {"tzo": "", "date": "1891-09-26 15:00", "place": {"c2": "68", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Strasbourg", "geoid": 0}, "date-ut": ""}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1128"}}, "raw": {"H": "15:00", "COD": "68", "DAY": "26", "MON": "09", "NUM": "1128", "PRO": "MUS", "YEA": "1891", "CITY": "Strasbourg", "NAME": "MUNCH Charles", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20853	murgier-jacques-1912-09-30	{"e3": "1129"}	{"lerrcp": "E3-1129"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Murgier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-09-30 15:00", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1912-09-30 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Murgier"}, "birth": {"tzo": "+00:00", "date": "1912-09-30 15:00", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1912-09-30 15:00"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1129"}}, "raw": {"H": "15:00", "COD": "38", "DAY": "30", "MON": "09", "NUM": "1129", "PRO": "MUS", "YEA": "1912", "CITY": "Grenoble", "NAME": "MURGIER Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20854	nedoncelle-maurice-1905-10-30	{"e3": "1130"}	{"lerrcp": "E3-1130"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Nédoncelle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-10-30 17:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1905-10-30 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Nédoncelle"}, "birth": {"tzo": "+00:09", "date": "1905-10-30 17:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1905-10-30 16:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1130"}}, "raw": {"H": "17:00", "COD": "59", "DAY": "30", "MON": "10", "NUM": "1130", "PRO": "WR", "YEA": "1905", "CITY": "Roubaix", "NAME": "NÉDONCELLE Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20855	ned-rival-rival-edouard-1924-03-26	{"e3": "1131"}	{"lerrcp": "E3-1131"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(RIVAL Edouard)", "family": "Ned Rival", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1924-03-26 22:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "notime": null, "date-ut": "1924-03-26 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "(RIVAL Edouard)", "family": "Ned Rival"}, "birth": {"tzo": "+00:00", "date": "1924-03-26 22:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "date-ut": "1924-03-26 22:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1131"}}, "raw": {"H": "22:00", "COD": "64", "DAY": "26", "MON": "03", "NUM": "1131", "PRO": "JO", "YEA": "1924", "CITY": "Pau", "NAME": "NED RIVAL (RIVAL Edouard)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20856	naegelen-rene-1894-08-27	{"e3": "1132"}	{"lerrcp": "E3-1132"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Naegelen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1894-08-27 22:30", "note": null, "place": {"c1": null, "c2": "90", "c3": "", "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "notime": null, "date-ut": "1894-08-27 22:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "René", "family": "Naegelen"}, "birth": {"tzo": "+00:09", "date": "1894-08-27 22:30", "place": {"c2": "90", "c3": "", "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "date-ut": "1894-08-27 22:21"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1132"}}, "raw": {"H": "22:30", "COD": "90", "DAY": "27", "MON": "08", "NUM": "1132", "PRO": "JO", "YEA": "1894", "CITY": "Belfort", "NAME": "NAEGELEN René", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20857	nail-louis-1864-09-27	{"e3": "1133"}	{"lerrcp": "E3-1133"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Nail", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:03", "date": "1864-09-27 21:00", "note": null, "place": {"c1": null, "c2": "53", "c3": "", "cy": "FR", "lg": -0.70512, "lat": 47.82705, "name": "Château-Gontier", "geoid": 3026273}, "notime": null, "date-ut": "1864-09-27 21:03"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Nail"}, "birth": {"tzo": "-00:03", "date": "1864-09-27 21:00", "place": {"c2": "53", "c3": "", "cy": "FR", "lg": -0.70512, "lat": 47.82705, "name": "Château-Gontier", "geoid": 3026273}, "date-ut": "1864-09-27 21:03"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1133"}}, "raw": {"H": "21:00", "COD": "53", "DAY": "27", "MON": "09", "NUM": "1133", "PRO": "PO", "YEA": "1864", "CITY": "Château-Gontier", "NAME": "NAIL Louis", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20858	naquet-alfred-1834-10-06	{"e3": "1134"}	{"lerrcp": "E3-1134"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Naquet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20", "date": "1834-10-06 17:00", "note": null, "place": {"c1": null, "c2": "84", "c3": "", "cy": "FR", "lg": 5.04813, "lat": 44.05507, "name": "Carpentras", "geoid": 3028542}, "notime": null, "date-ut": "1834-10-06 16:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Naquet"}, "birth": {"tzo": "+00:20", "date": "1834-10-06 17:00", "place": {"c2": "84", "c3": "", "cy": "FR", "lg": 5.04813, "lat": 44.05507, "name": "Carpentras", "geoid": 3028542}, "date-ut": "1834-10-06 16:40"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1134"}}, "raw": {"H": "17:00", "COD": "84", "DAY": "06", "MON": "10", "NUM": "1134", "PRO": "PO", "YEA": "1834", "CITY": "Carpentras", "NAME": "NAQUET Alfred", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20859	neuwirth-lucien-1924-05-18	{"e3": "1135"}	{"lerrcp": "E3-1135"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Neuwirth", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1924-05-18 12:45", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1924-05-18 11:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Neuwirth"}, "birth": {"tzo": "+01:00", "date": "1924-05-18 12:45", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1924-05-18 11:45"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1135"}}, "raw": {"H": "12:45", "COD": "42", "DAY": "18", "MON": "05", "NUM": "1135", "PRO": "PO", "YEA": "1924", "CITY": "St-Etienne", "NAME": "NEUWIRTH Lucien", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20860	nicoletta-grisoni-nicole-1944-04-11	{"e3": "1136"}	{"lerrcp": "E3-1136"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(GRISONI Nicole)", "family": "Nicoletta", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+02:00", "date": "1944-04-11 19:40", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": 6.47985, "lat": 46.37049, "name": "Thonon-les-Bains", "geoid": 2972742}, "notime": null, "date-ut": "1944-04-11 17:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(GRISONI Nicole)", "family": "Nicoletta"}, "birth": {"tzo": "+02:00", "date": "1944-04-11 19:40", "place": {"c2": "74", "c3": "", "cy": "FR", "lg": 6.47985, "lat": 46.37049, "name": "Thonon-les-Bains", "geoid": 2972742}, "date-ut": "1944-04-11 17:40"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1136"}}, "raw": {"H": "19:40", "COD": "74", "DAY": "11", "MON": "04", "NUM": "1136", "PRO": "AC", "YEA": "1944", "CITY": "Thonon les Bains", "NAME": "NICOLETTA (GRISONI Nicole)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20861	nicolle-louis-1871-06-16	{"e3": "1137"}	{"lerrcp": "E3-1137"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Nicolle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12", "date": "1871-06-16 15:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1871-06-16 15:18"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Nicolle"}, "birth": {"tzo": "+00:12", "date": "1871-06-16 15:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1871-06-16 15:18"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1137"}}, "raw": {"H": "15:30", "COD": "59", "DAY": "16", "MON": "06", "NUM": "1137", "PRO": "PO", "YEA": "1871", "CITY": "Lille", "NAME": "NICOLLE Louis", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20862	niedergang-marcel-1922-09-14	{"e3": "1138"}	{"lerrcp": "E3-1138"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Niedergang", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1922-09-14 09:00", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Evian", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Niedergang"}, "birth": {"tzo": "", "date": "1922-09-14 09:00", "place": {"c2": "74", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Evian", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1138"}}, "raw": {"H": "09:00", "COD": "74", "DAY": "14", "MON": "09", "NUM": "1138", "PRO": "JO", "YEA": "1922", "CITY": "Evian", "NAME": "NIEDERGANG Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20863	nobecourt-jacques-1923-08-03	{"e3": "1139"}	{"lerrcp": "E3-1139"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Nobécourt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1923-08-03 14:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1923-08-03 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Nobécourt"}, "birth": {"tzo": "+01:00", "date": "1923-08-03 14:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1923-08-03 13:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1139"}}, "raw": {"H": "14:00", "COD": "76", "DAY": "03", "MON": "08", "NUM": "1139", "PRO": "JO", "YEA": "1923", "CITY": "Rouen", "NAME": "NOBÉCOURT Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20864	nogaro-bertrand-1880-04-05	{"e3": "1140"}	{"lerrcp": "E3-1140"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bertrand", "family": "Nogaro", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10", "date": "1880-04-05 18:00", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": 2.57152, "lat": 48.31813, "name": "La Chapelle-la-Reine", "geoid": 3010315}, "notime": null, "date-ut": "1880-04-05 17:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Bertrand", "family": "Nogaro"}, "birth": {"tzo": "+00:10", "date": "1880-04-05 18:00", "place": {"c2": "77", "c3": "", "cy": "FR", "lg": 2.57152, "lat": 48.31813, "name": "La Chapelle-la-Reine", "geoid": 3010315}, "date-ut": "1880-04-05 17:50"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1140"}}, "raw": {"H": "18:00", "COD": "77", "DAY": "05", "MON": "04", "NUM": "1140", "PRO": "PO", "YEA": "1880", "CITY": "La Chapelle la Reine", "NAME": "NOGARO Bertrand", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20865	nogueres-henri-1916-11-13	{"e3": "1141"}	{"lerrcp": "E3-1141"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Nogueres", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-11-13 17:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 2.89348, "lat": 42.60603, "name": "Bages", "geoid": 3035432}, "notime": null, "date-ut": "1916-11-13 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Nogueres"}, "birth": {"tzo": "+00:00", "date": "1916-11-13 17:00", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": 2.89348, "lat": 42.60603, "name": "Bages", "geoid": 3035432}, "date-ut": "1916-11-13 17:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1141"}}, "raw": {"H": "17:00", "COD": "66", "DAY": "13", "MON": "11", "NUM": "1141", "PRO": "JO", "YEA": "1916", "CITY": "Bages", "NAME": "NOGUERES Henri", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20866	noguero-jose-noguero-sierra-1905-03-08	{"e3": "1142"}	{"lerrcp": "E3-1142"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "José (NOGUERO-SIERRA)", "family": "Noguero", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-03-08 17:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1905-03-08 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "José (NOGUERO-SIERRA)", "family": "Noguero"}, "birth": {"tzo": "+00:09", "date": "1905-03-08 17:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1905-03-08 16:51"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1142"}}, "raw": {"H": "17:00", "COD": "33", "DAY": "08", "MON": "03", "NUM": "1142", "PRO": "AC", "YEA": "1905", "CITY": "Bordeaux", "NAME": "NOGUERO José (NOGUERO-SIERRA)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20867	noiret-philippe-1930-10-01	{"e3": "1143"}	{"lerrcp": "E3-1143"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Noiret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1930-10-01 21:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1930-10-01 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Noiret"}, "birth": {"tzo": "+01:00", "date": "1930-10-01 21:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1930-10-01 20:30"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1143"}}, "raw": {"H": "21:30", "COD": "59", "DAY": "01", "MON": "10", "NUM": "1143", "PRO": "AC", "YEA": "1930", "CITY": "Lille", "NAME": "NOIRET Philippe", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20868	nougaro-pierre-1904-04-27	{"e3": "1144"}	{"lerrcp": "E3-1144"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Nougaro", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-04-27 09:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1904-04-27 08:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["opera-singer"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Nougaro"}, "birth": {"tzo": "+00:09", "date": "1904-04-27 09:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1904-04-27 08:51"}, "occus": ["opera-singer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1144"}}, "raw": {"H": "09:00", "COD": "31", "DAY": "27", "MON": "04", "NUM": "1144", "PRO": "OPE", "YEA": "1904", "CITY": "Toulouse", "NAME": "NOUGARO Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20869	noulens-joseph-1864-03-29	{"e3": "1145"}	{"lerrcp": "E3-1145"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Noulens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02", "date": "1864-03-29 04:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1864-03-29 04:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Noulens"}, "birth": {"tzo": "-00:02", "date": "1864-03-29 04:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1864-03-29 04:02"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1145"}}, "raw": {"H": "04:00", "COD": "33", "DAY": "29", "MON": "03", "NUM": "1145", "PRO": "PO", "YEA": "1864", "CITY": "Bordeaux", "NAME": "NOULENS Joseph", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20870	nungesser-roland-1925-10-09	{"e3": "1146"}	{"lerrcp": "E3-1146"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roland", "family": "Nungesser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1925-10-09 09:00", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Nogent gur Marne", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Roland", "family": "Nungesser"}, "birth": {"tzo": "", "date": "1925-10-09 09:00", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Nogent gur Marne", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1146"}}, "raw": {"H": "09:00", "COD": "94", "DAY": "09", "MON": "10", "NUM": "1146", "PRO": "PO", "YEA": "1925", "CITY": "Nogent gur Marne", "NAME": "NUNGESSER Roland", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20871	oberkich-alfred-1876-01-01	{"e3": "1147"}	{"lerrcp": "E3-1147"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Oberkich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1876-01-01 06:00", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.4489, "lat": 48.26195, "name": "Sélestat", "geoid": 2975233}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Oberkich"}, "birth": {"tzo": "", "date": "1876-01-01 06:00", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.4489, "lat": 48.26195, "name": "Sélestat", "geoid": 2975233}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1147"}}, "raw": {"H": "06:00", "COD": "67", "DAY": "01", "MON": "01", "NUM": "1147", "PRO": "PO", "YEA": "1876", "CITY": "Selestat", "NAME": "OBERKICH Alfred", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20872	ogliastro-jacques-1910-05-21	{"e3": "1148"}	{"lerrcp": "E3-1148"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Ogliastro", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-05-21 18:25", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.28333, "lat": 48.91667, "name": "Asnières-sur-Seine", "geoid": 3036572}, "notime": null, "date-ut": "1910-05-21 18:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Ogliastro"}, "birth": {"tzo": "+00:09", "date": "1910-05-21 18:25", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.28333, "lat": 48.91667, "name": "Asnières-sur-Seine", "geoid": 3036572}, "date-ut": "1910-05-21 18:16"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1148"}}, "raw": {"H": "18:25", "COD": "92", "DAY": "21", "MON": "05", "NUM": "1148", "PRO": "JO", "YEA": "1910", "CITY": "Asnières", "NAME": "OGLIASTRO Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20873	oliver-pierre-1919-08-23	{"e3": "1149"}	{"lerrcp": "E3-1149"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Oliver", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-08-23 03:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1919-08-23 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Oliver"}, "birth": {"tzo": "+01:00", "date": "1919-08-23 03:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1919-08-23 02:00"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1149"}}, "raw": {"H": "03:00", "COD": "54", "DAY": "23", "MON": "08", "NUM": "1149", "PRO": "PAI", "YEA": "1919", "CITY": "Nancy", "NAME": "OLIVER Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20874	olivier-lacamp-max-1914-03-02	{"e3": "1150"}	{"lerrcp": "E3-1150"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Olivier-Lacamp", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-03-02 07:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1914-03-02 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Max", "family": "Olivier-Lacamp"}, "birth": {"tzo": "+00:00", "date": "1914-03-02 07:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1914-03-02 07:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1150"}}, "raw": {"H": "07:00", "COD": "76", "DAY": "02", "MON": "03", "NUM": "1150", "PRO": "JO", "YEA": "1914", "CITY": "Le Havre", "NAME": "OLIVIER-LACAMP Max", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20875	ollivier-jean-paul-1923-05-19	{"e3": "1151"}	{"lerrcp": "E3-1151"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Paul", "family": "Ollivier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-05-19 19:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.11183, "lat": 43.72254, "name": "Vence", "geoid": 2970148}, "notime": null, "date-ut": "1923-05-19 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean-Paul", "family": "Ollivier"}, "birth": {"tzo": "+00:00", "date": "1923-05-19 19:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.11183, "lat": 43.72254, "name": "Vence", "geoid": 2970148}, "date-ut": "1923-05-19 19:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1151"}}, "raw": {"H": "19:00", "COD": "06", "DAY": "19", "MON": "05", "NUM": "1151", "PRO": "JO", "YEA": "1923", "CITY": "Vence", "NAME": "OLLIVIER Jean-Paul", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20876	oraison-marc-1914-07-29	{"e3": "1152"}	{"lerrcp": "E3-1152"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marc", "family": "Oraison", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1914-07-29 14:30", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Ambarès", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Marc", "family": "Oraison"}, "birth": {"tzo": "", "date": "1914-07-29 14:30", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Ambarès", "geoid": 0}, "date-ut": ""}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1152"}}, "raw": {"H": "14:30", "COD": "33", "DAY": "29", "MON": "07", "NUM": "1152", "PRO": "WR", "YEA": "1914", "CITY": "Ambarès", "NAME": "ORAISON Marc", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20877	ormesson-olivier-d-1918-08-05	{"e3": "1153"}	{"lerrcp": "E3-1153"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Olivier d'", "family": "Ormesson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-08-05 01:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -1.55684, "lat": 43.48055, "name": "Biarritz", "geoid": 3032797}, "notime": null, "date-ut": "1918-08-05 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Olivier d'", "family": "Ormesson"}, "birth": {"tzo": "+01:00", "date": "1918-08-05 01:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": -1.55684, "lat": 43.48055, "name": "Biarritz", "geoid": 3032797}, "date-ut": "1918-08-05 00:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1153"}}, "raw": {"H": "01:00", "COD": "64", "DAY": "05", "MON": "08", "NUM": "1153", "PRO": "JO", "YEA": "1918", "CITY": "Biarritz", "NAME": "ORMESSON Olivier d'", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20878	ornano-michel-d-1924-07-12	{"e3": "1154"}	{"lerrcp": "E3-1154"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel d'", "family": "Ornano", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1924-07-12 23:40", "note": null, "place": {"c1": null, "c2": "75", "c3": "8", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1924-07-12 22:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Michel d'", "family": "Ornano"}, "birth": {"tzo": "+01:00", "date": "1924-07-12 23:40", "place": {"c2": "75", "c3": "8", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1924-07-12 22:40"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1154"}}, "raw": {"H": "23:40", "COD": "75", "DAY": "12", "MON": "07", "NUM": "1154", "PRO": "PO", "YEA": "1924", "CITY": "Paris 8ème", "NAME": "ORNANO Michel d'", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20879	ossola-jean-1881-01-24	{"e3": "1155"}	{"lerrcp": "E3-1155"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Ossola", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:28", "date": "1881-01-24 06:15", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 6.92537, "lat": 43.65783, "name": "Grasse", "geoid": 3014856}, "notime": null, "date-ut": "1881-01-24 05:47"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Ossola"}, "birth": {"tzo": "+00:28", "date": "1881-01-24 06:15", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 6.92537, "lat": 43.65783, "name": "Grasse", "geoid": 3014856}, "date-ut": "1881-01-24 05:47"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1155"}}, "raw": {"H": "06:15", "COD": "06", "DAY": "24", "MON": "01", "NUM": "1155", "PRO": "PO", "YEA": "1881", "CITY": "Grasse", "NAME": "OSSOLA Jean", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20880	oudinot-jean-1913-06-25	{"e3": "1156"}	{"lerrcp": "E3-1156"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Oudinot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-06-25 23:30", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": 2.59295, "lat": 48.88109, "name": "Chelles", "geoid": 3025622}, "notime": null, "date-ut": "1913-06-25 23:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Oudinot"}, "birth": {"tzo": "+00:00", "date": "1913-06-25 23:30", "place": {"c2": "77", "c3": "", "cy": "FR", "lg": 2.59295, "lat": 48.88109, "name": "Chelles", "geoid": 3025622}, "date-ut": "1913-06-25 23:30"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1156"}}, "raw": {"H": "23:30", "COD": "77", "DAY": "25", "MON": "06", "NUM": "1156", "PRO": "JO", "YEA": "1913", "CITY": "Chelles", "NAME": "OUDINOT Jean", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20881	oulmont-charles-1883-11-01	{"e3": "1157"}	{"lerrcp": "E3-1157"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Oulmont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1883-11-01 11:00", "note": null, "place": {"c1": null, "c2": "68", "c3": "", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Oulmont"}, "birth": {"tzo": "", "date": "1883-11-01 11:00", "place": {"c2": "68", "c3": "", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "date-ut": ""}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1157"}}, "raw": {"H": "11:00", "COD": "68", "DAY": "01", "MON": "11", "NUM": "1157", "PRO": "WR", "YEA": "1883", "CITY": "Mulhouse", "NAME": "OULMONT Charles", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20882	pacome-maria-1923-07-18	{"e3": "1158"}	{"lerrcp": "E3-1158"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maria", "family": "Pacome", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1923-07-18 10:40", "note": null, "place": {"c1": null, "c2": "75", "c3": "14", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1923-07-18 09:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Maria", "family": "Pacome"}, "birth": {"tzo": "+01:00", "date": "1923-07-18 10:40", "place": {"c2": "75", "c3": "14", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1923-07-18 09:40"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1158"}}, "raw": {"H": "10:40", "COD": "75", "DAY": "18", "MON": "07", "NUM": "1158", "PRO": "AC", "YEA": "1923", "CITY": "Paris 14ème", "NAME": "PACOME Maria", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20883	paganon-joseph-1880-03-19	{"e3": "1159"}	{"lerrcp": "E3-1159"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Paganon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22", "date": "1880-03-19 22:00", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 5.51931, "lat": 45.3218, "name": "Vourey", "geoid": 2967626}, "notime": null, "date-ut": "1880-03-19 21:38"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Paganon"}, "birth": {"tzo": "+00:22", "date": "1880-03-19 22:00", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": 5.51931, "lat": 45.3218, "name": "Vourey", "geoid": 2967626}, "date-ut": "1880-03-19 21:38"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1159"}}, "raw": {"H": "22:00", "COD": "38", "DAY": "19", "MON": "03", "NUM": "1159", "PRO": "PO", "YEA": "1880", "CITY": "Vourey", "NAME": "PAGANON Joseph", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20884	paillard-jean-francois-1928-04-12	{"e3": "1160"}	{"lerrcp": "E3-1160"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Francois", "family": "Paillard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1928-04-12 15:00", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 4.58439, "lat": 48.72472, "name": "Vitry-le-François", "geoid": 2967856}, "notime": null, "date-ut": "1928-04-12 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean-Francois", "family": "Paillard"}, "birth": {"tzo": "+00:00", "date": "1928-04-12 15:00", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": 4.58439, "lat": 48.72472, "name": "Vitry-le-François", "geoid": 2967856}, "date-ut": "1928-04-12 15:00"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1160"}}, "raw": {"H": "15:00", "COD": "51", "DAY": "12", "MON": "04", "NUM": "1160", "PRO": "MUS", "YEA": "1928", "CITY": "Vitry-le-François", "NAME": "PAILLARD Jean-Francois", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20885	paillet-marc-1918-10-15	{"e3": "1161"}	{"lerrcp": "E3-1161"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marc", "family": "Paillet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1918-10-15 15:00", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 4.85372, "lat": 46.78112, "name": "Chalon-sur-Saône", "geoid": 3027484}, "notime": null, "date-ut": "1918-10-15 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Marc", "family": "Paillet"}, "birth": {"tzo": "+00:00", "date": "1918-10-15 15:00", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 4.85372, "lat": 46.78112, "name": "Chalon-sur-Saône", "geoid": 3027484}, "date-ut": "1918-10-15 15:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1161"}}, "raw": {"H": "15:00", "COD": "71", "DAY": "15", "MON": "10", "NUM": "1161", "PRO": "JO", "YEA": "1918", "CITY": "Châlon sur Saône", "NAME": "PAILLET Marc", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20886	paisant-andre-1868-08-11	{"e3": "1163"}	{"lerrcp": "E3-1163"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Paisant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10", "date": "1868-08-11 21:00", "note": null, "place": {"c1": null, "c2": "60", "c3": "", "cy": "FR", "lg": 2.58661, "lat": 49.20724, "name": "Senlis", "geoid": 2975088}, "notime": null, "date-ut": "1868-08-11 20:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Paisant"}, "birth": {"tzo": "+00:10", "date": "1868-08-11 21:00", "place": {"c2": "60", "c3": "", "cy": "FR", "lg": 2.58661, "lat": 49.20724, "name": "Senlis", "geoid": 2975088}, "date-ut": "1868-08-11 20:50"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1163"}}, "raw": {"H": "21:00", "COD": "60", "DAY": "11", "MON": "08", "NUM": "1163", "PRO": "PO", "YEA": "1868", "CITY": "Senlis", "NAME": "PAISANT André", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20887	paletou-joseph-1934-03-19	{"e3": "1164"}	{"lerrcp": "E3-1164"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Paletou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1934-03-19 12:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -0.4727, "lat": 43.39816, "name": "Bougarber", "geoid": 3031288}, "notime": null, "date-ut": "1934-03-19 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Paletou"}, "birth": {"tzo": "+00:00", "date": "1934-03-19 12:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": -0.4727, "lat": 43.39816, "name": "Bougarber", "geoid": 3031288}, "date-ut": "1934-03-19 12:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1164"}}, "raw": {"H": "12:00", "COD": "64", "DAY": "19", "MON": "03", "NUM": "1164", "PRO": "JO", "YEA": "1934", "CITY": "Bougarber", "NAME": "PALETOU Joseph", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20888	palmade-maurice-1886-10-04	{"e3": "1165"}	{"lerrcp": "E3-1165"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Palmade", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1886-10-04 06:00", "note": null, "place": {"c1": null, "c2": "17", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Rochefort sur Mer", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Palmade"}, "birth": {"tzo": "", "date": "1886-10-04 06:00", "place": {"c2": "17", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Rochefort sur Mer", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1165"}}, "raw": {"H": "06:00", "COD": "17", "DAY": "04", "MON": "10", "NUM": "1165", "PRO": "PO", "YEA": "1886", "CITY": "Rochefort sur Mer", "NAME": "PALMADE Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20889	pams-jules-1852-08-14	{"e3": "1166"}	{"lerrcp": "E3-1166"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Pams", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12", "date": "1852-08-14 05:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "notime": null, "date-ut": "1852-08-14 04:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Pams"}, "birth": {"tzo": "+00:12", "date": "1852-08-14 05:00", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "date-ut": "1852-08-14 04:48"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1166"}}, "raw": {"H": "05:00", "COD": "66", "DAY": "14", "MON": "08", "NUM": "1166", "PRO": "PO", "YEA": "1852", "CITY": "Perpignan", "NAME": "PAMS Jules", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20890	pange-victor-thomas-de-1923-07-12	{"e3": "1167"}	{"lerrcp": "E3-1167"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor (THOMAS de)", "family": "Pange", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1923-07-12 10:15", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.36221, "lat": 48.74164, "name": "Saverne", "geoid": 2975588}, "notime": null, "date-ut": "1923-07-12 09:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Victor (THOMAS de)", "family": "Pange"}, "birth": {"tzo": "+01:00", "date": "1923-07-12 10:15", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.36221, "lat": 48.74164, "name": "Saverne", "geoid": 2975588}, "date-ut": "1923-07-12 09:15"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1167"}}, "raw": {"H": "10:15", "COD": "67", "DAY": "12", "MON": "07", "NUM": "1167", "PRO": "WR", "YEA": "1923", "CITY": "Saverne", "NAME": "PANGE Victor (THOMAS de)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20891	papart-max-1911-12-19	{"e3": "1168"}	{"lerrcp": "E3-1168"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Papart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-12-19 11:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1911-12-19 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Max", "family": "Papart"}, "birth": {"tzo": "+00:00", "date": "1911-12-19 11:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1911-12-19 11:00"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1168"}}, "raw": {"H": "11:00", "COD": "13", "DAY": "19", "MON": "12", "NUM": "1168", "PRO": "PAI", "YEA": "1911", "CITY": "Marseille", "NAME": "PAPART Max", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20892	papeloux-gaston-1908-01-10	{"e3": "1169"}	{"lerrcp": "E3-1169"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Papeloux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-01-10 06:00", "note": null, "place": {"c1": null, "c2": "23", "c3": "", "cy": "FR", "lg": 1.90417, "lat": 46.32781, "name": "Bonnat", "geoid": 3031783}, "notime": null, "date-ut": "1908-01-10 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Papeloux"}, "birth": {"tzo": "+00:09", "date": "1908-01-10 06:00", "place": {"c2": "23", "c3": "", "cy": "FR", "lg": 1.90417, "lat": 46.32781, "name": "Bonnat", "geoid": 3031783}, "date-ut": "1908-01-10 05:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1169"}}, "raw": {"H": "06:00", "COD": "23", "DAY": "10", "MON": "01", "NUM": "1169", "PRO": "JO", "YEA": "1908", "CITY": "Bonnat", "NAME": "PAPELOUX Gaston", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20893	papon-maurice-1910-09-03	{"e3": "1170"}	{"lerrcp": "E3-1170"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Papon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-09-03 19:00", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": 2.73105, "lat": 48.7412, "name": "Gretz-Armainvilliers", "geoid": 3014697}, "notime": null, "date-ut": "1910-09-03 18:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Papon"}, "birth": {"tzo": "+00:09", "date": "1910-09-03 19:00", "place": {"c2": "77", "c3": "", "cy": "FR", "lg": 2.73105, "lat": 48.7412, "name": "Gretz-Armainvilliers", "geoid": 3014697}, "date-ut": "1910-09-03 18:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1170"}}, "raw": {"H": "19:00", "COD": "77", "DAY": "03", "MON": "09", "NUM": "1170", "PRO": "PO", "YEA": "1910", "CITY": "Gretz-Armainvilliers", "NAME": "PAPON Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20894	paquet-aime-1913-05-10	{"e3": "1171"}	{"lerrcp": "E3-1171"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aimé", "family": "Paquet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1913-05-10 20:00", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Vincent de Merc", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Aimé", "family": "Paquet"}, "birth": {"tzo": "", "date": "1913-05-10 20:00", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Vincent de Merc", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1171"}}, "raw": {"H": "20:00", "COD": "38", "DAY": "10", "MON": "05", "NUM": "1171", "PRO": "PO", "YEA": "1913", "CITY": "St Vincent de Merc", "NAME": "PAQUET Aimé", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20895	pares-philippe-1901-05-03	{"e3": "1172"}	{"lerrcp": "E3-1172"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Pares", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-05-03 04:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "4", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1901-05-03 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Pares"}, "birth": {"tzo": "+00:09", "date": "1901-05-03 04:00", "place": {"c2": "75", "c3": "4", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1901-05-03 03:51"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1172"}}, "raw": {"H": "04:00", "COD": "75", "DAY": "03", "MON": "05", "NUM": "1172", "PRO": "MUS", "YEA": "1901", "CITY": "Paris 4ème", "NAME": "PARES Philippe", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20896	parieu-louis-felix-de-1815-04-13	{"e3": "1173"}	{"lerrcp": "E3-1173"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis Félix de", "family": "Parieu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10", "date": "1815-04-13 02:00", "note": null, "place": {"c1": null, "c2": "15", "c3": "", "cy": "FR", "lg": 2.43983, "lat": 44.92539, "name": "Aurillac", "geoid": 3036016}, "notime": null, "date-ut": "1815-04-13 01:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis Félix de", "family": "Parieu"}, "birth": {"tzo": "+00:10", "date": "1815-04-13 02:00", "place": {"c2": "15", "c3": "", "cy": "FR", "lg": 2.43983, "lat": 44.92539, "name": "Aurillac", "geoid": 3036016}, "date-ut": "1815-04-13 01:50"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1173"}}, "raw": {"H": "02:00", "COD": "15", "DAY": "13", "MON": "04", "NUM": "1173", "PRO": "PO", "YEA": "1815", "CITY": "Aurillac", "NAME": "PARIEU Louis Félix de", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20897	paris-auguste-1826-11-12	{"e3": "1174"}	{"lerrcp": "E3-1174"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Paris", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1826-11-12 04:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "notime": null, "date-ut": "1826-11-12 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Paris"}, "birth": {"tzo": "+00:09", "date": "1826-11-12 04:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "date-ut": "1826-11-12 03:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1174"}}, "raw": {"H": "04:00", "COD": "62", "DAY": "12", "MON": "11", "NUM": "1174", "PRO": "PO", "YEA": "1826", "CITY": "St Omer", "NAME": "PARIS Auguste", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19227	paris-henri-de-1908-07-05	{"e1": "1602", "e3": "1175"}	{"lerrcp": "E1-1602"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri de", "family": "Paris", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1908-07-05 08:30", "note": null, "place": {"c1": null, "c2": "02", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Nouvion en Thier", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive", "politician"]	5	null	[{"new": {"name": {"given": "Henri de", "family": "Paris"}, "birth": {"tzo": "", "date": "1908-07-05 08:30", "place": {"c2": "02", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Nouvion en Thier", "geoid": 0}, "date-ut": ""}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1602"}}, "raw": {"H": "08:30", "COD": "02", "DAY": "05", "MON": "07", "NUM": "1602", "PRO": "EX", "YEA": "1908", "CITY": "Nouvion en Thier", "NAME": "PARIS Henri de", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"occus": ["politician"], "ids-in-sources": {"e3": "1175"}}, "raw": {"H": "08:30", "COD": "02", "DAY": "05", "MON": "07", "NUM": "1175", "PRO": "PO", "YEA": "1908", "CITY": "Nouvion", "NAME": "PARIS Henri de", "NOTE": "*"}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20898	parmelin-helene-jungelson-1915-08-19	{"e3": "1176"}	{"lerrcp": "E3-1176"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hélène (JUNGELSON)", "family": "Parmelin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1915-08-19 06:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Hélène (JUNGELSON)", "family": "Parmelin"}, "birth": {"tzo": "", "date": "1915-08-19 06:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": ""}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1176"}}, "raw": {"H": "06:00", "COD": "54", "DAY": "19", "MON": "08", "NUM": "1176", "PRO": "WR", "YEA": "1915", "CITY": "Nancy", "NAME": "PARMELIN Hélène (JUNGELSON)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20899	parment-roger-1919-05-28	{"e3": "1177"}	{"lerrcp": "E3-1177"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Parment", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-05-28 17:20", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1919-05-28 16:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Parment"}, "birth": {"tzo": "+01:00", "date": "1919-05-28 17:20", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1919-05-28 16:20"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1177"}}, "raw": {"H": "17:20", "COD": "76", "DAY": "28", "MON": "05", "NUM": "1177", "PRO": "JO", "YEA": "1919", "CITY": "Rouen", "NAME": "PARMENT Roger", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20900	parrain-brice-1897-03-10	{"e3": "1178"}	{"lerrcp": "E3-1178"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Brice", "family": "Parrain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1897-03-10 17:30", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": 3.13168, "lat": 48.92661, "name": "Jouarre", "geoid": 3012236}, "notime": null, "date-ut": "1897-03-10 17:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Brice", "family": "Parrain"}, "birth": {"tzo": "+00:09", "date": "1897-03-10 17:30", "place": {"c2": "77", "c3": "", "cy": "FR", "lg": 3.13168, "lat": 48.92661, "name": "Jouarre", "geoid": 3012236}, "date-ut": "1897-03-10 17:21"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1178"}}, "raw": {"H": "17:30", "COD": "77", "DAY": "10", "MON": "03", "NUM": "1178", "PRO": "WR", "YEA": "1897", "CITY": "Jouarre", "NAME": "PARRAIN Brice", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20901	pascal-jean-claude-villeminot-1927-10-24	{"e3": "1179"}	{"lerrcp": "E3-1179"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Claude (Villeminot", "family": "Pascal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1927-10-24 10:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "7", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1927-10-24 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean-Claude (Villeminot", "family": "Pascal"}, "birth": {"tzo": "+00:00", "date": "1927-10-24 10:00", "place": {"c2": "75", "c3": "7", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1927-10-24 10:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1179"}}, "raw": {"H": "10:00", "COD": "75", "DAY": "24", "MON": "10", "NUM": "1179", "PRO": "AC", "YEA": "1927", "CITY": "Paris 7ème", "NAME": "PASCAL Jean-Claude (Villeminot", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20902	pasquet-louis-1867-10-17	{"e3": "1180"}	{"lerrcp": "E3-1180"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Pasquet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19", "date": "1867-10-17 20:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 4.66028, "lat": 43.80583, "name": "Tarascon", "geoid": 2973393}, "notime": null, "date-ut": "1867-10-17 19:41"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Pasquet"}, "birth": {"tzo": "+00:19", "date": "1867-10-17 20:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 4.66028, "lat": 43.80583, "name": "Tarascon", "geoid": 2973393}, "date-ut": "1867-10-17 19:41"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1180"}}, "raw": {"H": "20:00", "COD": "13", "DAY": "17", "MON": "10", "NUM": "1180", "PRO": "PO", "YEA": "1867", "CITY": "Tarascon", "NAME": "PASQUET Louis", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20903	pasquier-pierre-1902-09-14	{"e3": "1181"}	{"lerrcp": "E3-1181"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Pasquier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1902-09-14 15:30", "note": null, "place": {"c1": null, "c2": "37", "c3": "", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "notime": null, "date-ut": "1902-09-14 15:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Pasquier"}, "birth": {"tzo": "+00:09", "date": "1902-09-14 15:30", "place": {"c2": "37", "c3": "", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "date-ut": "1902-09-14 15:21"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1181"}}, "raw": {"H": "15:30", "COD": "37", "DAY": "14", "MON": "09", "NUM": "1181", "PRO": "MUS", "YEA": "1902", "CITY": "Tours", "NAME": "PASQUIER Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
10928	passani-emile-1905-02-07	{"a4": "2176", "e3": "1182"}	{"lerrcp": "A4-2176"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Passani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1905-02-07 18:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1905-02-07 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Passani"}, "birth": {"tzo": "+00:09:21", "date": "1905-02-07 18:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1905-02-07 17:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2176"}, "ids-in-sources": {"a4": "2176"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "13", "COU": "F", "DAY": "7", "LAT": "43N18", "LON": "5E22", "MON": "2", "NUM": "2176", "PRO": "M", "SEC": "40", "YEA": "1905", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"occus": ["musician"], "ids-in-sources": {"e3": "1182"}}, "raw": {"H": "18:00", "COD": "13", "DAY": "07", "MON": "02", "NUM": "1182", "PRO": "MUS", "YEA": "1905", "CITY": "Marseille", "NAME": "PASSANI Emile", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20904	pasteur-joseph-rocchesani-1921-10-17	{"e3": "1183"}	{"lerrcp": "E3-1183"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph (ROCCHESANI)", "family": "Pasteur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1921-10-17 01:00", "note": null, "place": {"c1": null, "c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bastia", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Joseph (ROCCHESANI)", "family": "Pasteur"}, "birth": {"tzo": "", "date": "1921-10-17 01:00", "place": {"c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bastia", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1183"}}, "raw": {"H": "01:00", "COD": "20", "DAY": "17", "MON": "10", "NUM": "1183", "PRO": "JO", "YEA": "1921", "CITY": "Bastia", "NAME": "PASTEUR Joseph (ROCCHESANI)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20905	patachou-ragon-henriette-1918-06-10	{"e3": "1184"}	{"lerrcp": "E3-1184"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(RAGON Henriette)", "family": "Patachou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-06-10 23:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "12", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1918-06-10 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(RAGON Henriette)", "family": "Patachou"}, "birth": {"tzo": "+01:00", "date": "1918-06-10 23:00", "place": {"c2": "75", "c3": "12", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1918-06-10 22:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1184"}}, "raw": {"H": "23:00", "COD": "75", "DAY": "10", "MON": "06", "NUM": "1184", "PRO": "AC", "YEA": "1918", "CITY": "Paris 12ème", "NAME": "PATACHOU (RAGON Henriette)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20906	patrigot-benoit-1907-09-21	{"e3": "1185"}	{"lerrcp": "E3-1185"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benoît", "family": "Patrigot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-09-21 14:00", "note": null, "place": {"c1": null, "c2": "01", "c3": "", "cy": "FR", "lg": 5.39954, "lat": 45.86132, "name": "Sault-Brénaz", "geoid": 2975801}, "notime": null, "date-ut": "1907-09-21 13:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Benoît", "family": "Patrigot"}, "birth": {"tzo": "+00:09", "date": "1907-09-21 14:00", "place": {"c2": "01", "c3": "", "cy": "FR", "lg": 5.39954, "lat": 45.86132, "name": "Sault-Brénaz", "geoid": 2975801}, "date-ut": "1907-09-21 13:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1185"}}, "raw": {"H": "14:00", "COD": "01", "DAY": "21", "MON": "09", "NUM": "1185", "PRO": "WR", "YEA": "1907", "CITY": "Sault-Brénaz", "NAME": "PATRIGOT Benoît", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20907	paturel-dominique-1931-04-03	{"e3": "1186"}	{"lerrcp": "E3-1186"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dominique", "family": "Paturel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1931-04-03 12:40", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1931-04-03 12:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Dominique", "family": "Paturel"}, "birth": {"tzo": "+00:00", "date": "1931-04-03 12:40", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1931-04-03 12:40"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1186"}}, "raw": {"H": "12:40", "COD": "76", "DAY": "03", "MON": "04", "NUM": "1186", "PRO": "AC", "YEA": "1931", "CITY": "Le Havre", "NAME": "PATUREL Dominique", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20908	paul-boncour-joseph-1873-08-04	{"e3": "1187"}	{"lerrcp": "E3-1187"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Paul-Boncour", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06", "date": "1873-08-04 21:00", "note": null, "place": {"c1": null, "c2": "41", "c3": "", "cy": "FR", "lg": 1.37614, "lat": 47.26892, "name": "Saint-Aignan", "geoid": 2981898}, "notime": null, "date-ut": "1873-08-04 20:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Paul-Boncour"}, "birth": {"tzo": "+00:06", "date": "1873-08-04 21:00", "place": {"c2": "41", "c3": "", "cy": "FR", "lg": 1.37614, "lat": 47.26892, "name": "Saint-Aignan", "geoid": 2981898}, "date-ut": "1873-08-04 20:54"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1187"}}, "raw": {"H": "21:00", "COD": "41", "DAY": "04", "MON": "08", "NUM": "1187", "PRO": "PO", "YEA": "1873", "CITY": "St Aignan", "NAME": "PAUL-BONCOUR Joseph", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20909	paye-lucien-1907-06-28	{"e3": "1188"}	{"lerrcp": "E3-1188"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Paye", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-06-28 07:00", "note": null, "place": {"c1": null, "c2": "49", "c3": "", "cy": "FR", "lg": 0.07883, "lat": 47.38737, "name": "Vernoil-le-Fourrier", "geoid": 2969776}, "notime": null, "date-ut": "1907-06-28 06:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Paye"}, "birth": {"tzo": "+00:09", "date": "1907-06-28 07:00", "place": {"c2": "49", "c3": "", "cy": "FR", "lg": 0.07883, "lat": 47.38737, "name": "Vernoil-le-Fourrier", "geoid": 2969776}, "date-ut": "1907-06-28 06:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1188"}}, "raw": {"H": "07:00", "COD": "49", "DAY": "28", "MON": "06", "NUM": "1188", "PRO": "PO", "YEA": "1907", "CITY": "Vernoil le Fourrier", "NAME": "PAYE Lucien", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20910	payot-paul-1912-04-28	{"e3": "1189"}	{"lerrcp": "E3-1189"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Payot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1912-04-28 19:00", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Chamonix", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Payot"}, "birth": {"tzo": "", "date": "1912-04-28 19:00", "place": {"c2": "74", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Chamonix", "geoid": 0}, "date-ut": ""}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1189"}}, "raw": {"H": "19:00", "COD": "74", "DAY": "28", "MON": "04", "NUM": "1189", "PRO": "WR", "YEA": "1912", "CITY": "Chamonix", "NAME": "PAYOT Paul", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20911	paysan-catherine-roulette-1926-08-04	{"e3": "1190"}	{"lerrcp": "E3-1190"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Catherine (ROULETTE)", "family": "Paysan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1926-08-04 04:30", "note": null, "place": {"c1": null, "c2": "72", "c3": "", "cy": "FR", "lg": 0.44014, "lat": 48.17925, "name": "Aulaines", "geoid": 3036163}, "notime": null, "date-ut": "1926-08-04 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Catherine (ROULETTE)", "family": "Paysan"}, "birth": {"tzo": "+01:00", "date": "1926-08-04 04:30", "place": {"c2": "72", "c3": "", "cy": "FR", "lg": 0.44014, "lat": 48.17925, "name": "Aulaines", "geoid": 3036163}, "date-ut": "1926-08-04 03:30"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1190"}}, "raw": {"H": "04:30", "COD": "72", "DAY": "04", "MON": "08", "NUM": "1190", "PRO": "WR", "YEA": "1926", "CITY": "Aulaines", "NAME": "PAYSAN Catherine (ROULETTE)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
12955	legaret-jean-1913-08-29	{"a5": "1488", "g55": "08-75"}	{"g55": "08-75", "lerrcp": "A5-1488"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Legaret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-08-29 18:30", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.74164, "lat": 45.54944, "name": "Ambert", "geoid": 3037937}, "notime": null, "date-ut": "1913-08-29 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Legaret"}, "birth": {"tzo": "+00:00", "date": "1913-08-29 18:30", "place": {"c2": "63", "cy": "FR", "lg": 3.74164, "lat": 45.54944, "name": "Ambert", "geoid": 3037937}, "date-ut": "1913-08-29 18:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1488"}, "ids-in-sources": {"a5": "1488"}}, "raw": {"H": "18", "MN": "30", "TZ": "0", "COD": "63", "COU": "F", "DAY": "29", "LAT": "45N47", "LON": "3E 5", "MON": "8", "NUM": "1488", "PRO": "PT", "SEC": "0", "YEA": "1913", "CITY": "AMBERT"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-75"}, "ids-in-source": {"g55": "08-75"}}, "raw": {"DAY": "29-8-1913", "HOUR": "18 h. 30", "NAME": "LEGARET Jean", "PLACE": "Ambert (Puy-de-Dôme)."}, "date": "2023-08-20T14:49:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
20912	peillard-leonce-1898-11-25	{"e3": "1192"}	{"lerrcp": "E3-1192"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léonce", "family": "Peillard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-11-25 01:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1898-11-25 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Léonce", "family": "Peillard"}, "birth": {"tzo": "+00:09", "date": "1898-11-25 01:00", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1898-11-25 00:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1192"}}, "raw": {"H": "01:00", "COD": "83", "DAY": "25", "MON": "11", "NUM": "1192", "PRO": "WR", "YEA": "1898", "CITY": "Toulon", "NAME": "PEILLARD Léonce", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20913	pelletan-camille-1846-06-23	{"e3": "1193"}	{"lerrcp": "E3-1193"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Pelletan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1846-06-23 01:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1846-06-23 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Pelletan"}, "birth": {"tzo": "+00:09", "date": "1846-06-23 01:00", "place": {"c2": "75", "c3": "", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1846-06-23 00:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1193"}}, "raw": {"H": "01:00", "COD": "75", "DAY": "23", "MON": "06", "NUM": "1193", "PRO": "PO", "YEA": "1846", "CITY": "Paris", "NAME": "PELLETAN Camille", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20914	pelletier-emile-1898-02-11	{"e3": "1194"}	{"lerrcp": "E3-1194"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Pelletier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-02-11 06:00", "note": null, "place": {"c1": null, "c2": "22", "c3": "", "cy": "FR", "lg": -2.76838, "lat": 48.51513, "name": "Saint-Brieuc", "geoid": 2981280}, "notime": null, "date-ut": "1898-02-11 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Pelletier"}, "birth": {"tzo": "+00:09", "date": "1898-02-11 06:00", "place": {"c2": "22", "c3": "", "cy": "FR", "lg": -2.76838, "lat": 48.51513, "name": "Saint-Brieuc", "geoid": 2981280}, "date-ut": "1898-02-11 05:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1194"}}, "raw": {"H": "06:00", "COD": "22", "DAY": "11", "MON": "02", "NUM": "1194", "PRO": "PO", "YEA": "1898", "CITY": "St-Brieuc", "NAME": "PELLETIER Emile", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20915	pelloquin-roger-1924-07-28	{"e3": "1195"}	{"lerrcp": "E3-1195"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Pelloquin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1924-07-28 13:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.28864, "lat": 48.89389, "name": "Levallois-Perret", "geoid": 2998975}, "notime": null, "date-ut": "1924-07-28 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Pelloquin"}, "birth": {"tzo": "+01:00", "date": "1924-07-28 13:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.28864, "lat": 48.89389, "name": "Levallois-Perret", "geoid": 2998975}, "date-ut": "1924-07-28 12:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1195"}}, "raw": {"H": "13:00", "COD": "92", "DAY": "28", "MON": "07", "NUM": "1195", "PRO": "JO", "YEA": "1924", "CITY": "Levallois-Perret", "NAME": "PELLOQUIN Roger", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20916	penancier-eugene-1873-02-04	{"e3": "1196"}	{"lerrcp": "E3-1196"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Penancier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13", "date": "1873-02-04 22:00", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": 3.23852, "lat": 48.41371, "name": "Bray-sur-Seine", "geoid": 3030460}, "notime": null, "date-ut": "1873-02-04 21:47"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Penancier"}, "birth": {"tzo": "+00:13", "date": "1873-02-04 22:00", "place": {"c2": "77", "c3": "", "cy": "FR", "lg": 3.23852, "lat": 48.41371, "name": "Bray-sur-Seine", "geoid": 3030460}, "date-ut": "1873-02-04 21:47"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1196"}}, "raw": {"H": "22:00", "COD": "77", "DAY": "04", "MON": "02", "NUM": "1196", "PRO": "PO", "YEA": "1873", "CITY": "Bray sur Seine", "NAME": "PENANCIER Eugène", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20917	penglaou-michel-1925-03-31	{"e3": "1197"}	{"lerrcp": "E3-1197"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Penglaou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1925-03-31 15:00", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1925-03-31 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Penglaou"}, "birth": {"tzo": "+00:00", "date": "1925-03-31 15:00", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1925-03-31 15:00"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1197"}}, "raw": {"H": "15:00", "COD": "44", "DAY": "31", "MON": "03", "NUM": "1197", "PRO": "PAI", "YEA": "1925", "CITY": "Nantes", "NAME": "PENGLAOU Michel", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20918	peret-raoul-1870-11-29	{"e3": "1198"}	{"lerrcp": "E3-1198"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raoul", "family": "Peret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02", "date": "1870-11-29 19:30", "note": null, "place": {"c1": null, "c2": "86", "c3": "", "cy": "FR", "lg": 0.54518, "lat": 46.81705, "name": "Châtellerault", "geoid": 3026141}, "notime": null, "date-ut": "1870-11-29 19:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Raoul", "family": "Peret"}, "birth": {"tzo": "+00:02", "date": "1870-11-29 19:30", "place": {"c2": "86", "c3": "", "cy": "FR", "lg": 0.54518, "lat": 46.81705, "name": "Châtellerault", "geoid": 3026141}, "date-ut": "1870-11-29 19:28"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1198"}}, "raw": {"H": "19:30", "COD": "86", "DAY": "29", "MON": "11", "NUM": "1198", "PRO": "PO", "YEA": "1870", "CITY": "Châtellerault", "NAME": "PERET Raoul", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20919	peri-gabriel-1902-02-09	{"e3": "1199"}	{"lerrcp": "E3-1199"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Péri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1902-02-09 06:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1902-02-09 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Péri"}, "birth": {"tzo": "+00:09", "date": "1902-02-09 06:00", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1902-02-09 05:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1199"}}, "raw": {"H": "06:00", "COD": "83", "DAY": "09", "MON": "02", "NUM": "1199", "PRO": "PO", "YEA": "1902", "CITY": "Toulon", "NAME": "PÉRI Gabriel", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20920	pericard-michel-1929-09-15	{"e3": "1200"}	{"lerrcp": "E3-1200"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Péricard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1929-09-15 03:00", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 2.0904, "lat": 48.89643, "name": "Saint-Germain-en-Laye", "geoid": 2979783}, "notime": null, "date-ut": "1929-09-15 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Péricard"}, "birth": {"tzo": "+01:00", "date": "1929-09-15 03:00", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 2.0904, "lat": 48.89643, "name": "Saint-Germain-en-Laye", "geoid": 2979783}, "date-ut": "1929-09-15 02:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1200"}}, "raw": {"H": "03:00", "COD": "78", "DAY": "15", "MON": "09", "NUM": "1200", "PRO": "JO", "YEA": "1929", "CITY": "St Germain en Laye", "NAME": "PÉRICARD Michel", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20921	perier-francois-pillu-1919-11-10	{"e3": "1201"}	{"lerrcp": "E3-1201"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francois (PILLU)", "family": "Perier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1919-11-10 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "16", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1919-11-10 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Francois (PILLU)", "family": "Perier"}, "birth": {"tzo": "+00:00", "date": "1919-11-10 06:00", "place": {"c2": "75", "c3": "16", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1919-11-10 06:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1201"}}, "raw": {"H": "06:00", "COD": "75", "DAY": "10", "MON": "11", "NUM": "1201", "PRO": "AC", "YEA": "1919", "CITY": "Paris 16ème", "NAME": "PERIER Francois (PILLU)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20922	perisson-jean-1924-07-06	{"e3": "1202"}	{"lerrcp": "E3-1202"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Perisson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1924-07-06 20:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -1.17255, "lat": 44.66126, "name": "Arcachon", "geoid": 3037253}, "notime": null, "date-ut": "1924-07-06 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Perisson"}, "birth": {"tzo": "+01:00", "date": "1924-07-06 20:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -1.17255, "lat": 44.66126, "name": "Arcachon", "geoid": 3037253}, "date-ut": "1924-07-06 19:00"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1202"}}, "raw": {"H": "20:00", "COD": "33", "DAY": "06", "MON": "07", "NUM": "1202", "PRO": "MUS", "YEA": "1924", "CITY": "Arcachon", "NAME": "PERISSON Jean", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20923	pernot-georges-1879-11-06	{"e3": "1203"}	{"lerrcp": "E3-1203"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Pernot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24", "date": "1879-11-06 20:30", "note": null, "place": {"c1": null, "c2": "25", "c3": "", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1879-11-06 20:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Pernot"}, "birth": {"tzo": "+00:24", "date": "1879-11-06 20:30", "place": {"c2": "25", "c3": "", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1879-11-06 20:06"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1203"}}, "raw": {"H": "20:30", "COD": "25", "DAY": "06", "MON": "11", "NUM": "1203", "PRO": "PO", "YEA": "1879", "CITY": "Besançon", "NAME": "PERNOT Georges", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20924	peronnet-gabriel-1919-10-31	{"e3": "1204"}	{"lerrcp": "E3-1204"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Peronnet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1919-10-31 07:00", "note": null, "place": {"c1": null, "c2": "03", "c3": "", "cy": "FR", "lg": 3.46288, "lat": 46.10873, "name": "Le Vernet", "geoid": 2998875}, "notime": null, "date-ut": "1919-10-31 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Peronnet"}, "birth": {"tzo": "+00:00", "date": "1919-10-31 07:00", "place": {"c2": "03", "c3": "", "cy": "FR", "lg": 3.46288, "lat": 46.10873, "name": "Le Vernet", "geoid": 2998875}, "date-ut": "1919-10-31 07:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1204"}}, "raw": {"H": "07:00", "COD": "03", "DAY": "31", "MON": "10", "NUM": "1204", "PRO": "PO", "YEA": "1919", "CITY": "Le Vernet", "NAME": "PERONNET Gabriel", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20925	perreau-robert-1896-03-22	{"e3": "1205"}	{"lerrcp": "E3-1205"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Perreau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1896-03-22 00:00", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": 3.08498, "lat": 48.81451, "name": "Coulommiers", "geoid": 3023240}, "notime": null, "date-ut": "1896-03-21 23:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Perreau"}, "birth": {"tzo": "+00:09", "date": "1896-03-22 00:00", "place": {"c2": "77", "c3": "", "cy": "FR", "lg": 3.08498, "lat": 48.81451, "name": "Coulommiers", "geoid": 3023240}, "date-ut": "1896-03-21 23:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1205"}}, "raw": {"H": "00:00", "COD": "77", "DAY": "22", "MON": "03", "NUM": "1205", "PRO": "WR", "YEA": "1896", "CITY": "Coulommiers", "NAME": "PERREAU Robert", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20926	perreau-pradier-pierre-1885-07-05	{"e3": "1206"}	{"lerrcp": "E3-1206"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Perreau-Pradier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14", "date": "1885-07-05 10:00", "note": null, "place": {"c1": null, "c2": "89", "c3": "", "cy": "FR", "lg": 3.57033, "lat": 47.7996, "name": "Auxerre", "geoid": 3035843}, "notime": null, "date-ut": "1885-07-05 09:46"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Perreau-Pradier"}, "birth": {"tzo": "+00:14", "date": "1885-07-05 10:00", "place": {"c2": "89", "c3": "", "cy": "FR", "lg": 3.57033, "lat": 47.7996, "name": "Auxerre", "geoid": 3035843}, "date-ut": "1885-07-05 09:46"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1206"}}, "raw": {"H": "10:00", "COD": "89", "DAY": "05", "MON": "07", "NUM": "1206", "PRO": "PO", "YEA": "1885", "CITY": "Auxerre", "NAME": "PERREAU-PRADIER Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20927	perrein-michele-barbe-1929-10-30	{"e3": "1207"}	{"lerrcp": "E3-1207"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michèle (BARBE)", "family": "Perrein", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1929-10-30 00:05", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.03857, "lat": 44.58239, "name": "La Réole", "geoid": 3006979}, "notime": null, "date-ut": "1929-10-30 00:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Michèle (BARBE)", "family": "Perrein"}, "birth": {"tzo": "+00:00", "date": "1929-10-30 00:05", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.03857, "lat": 44.58239, "name": "La Réole", "geoid": 3006979}, "date-ut": "1929-10-30 00:05"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1207"}}, "raw": {"H": "00:05", "COD": "33", "DAY": "30", "MON": "10", "NUM": "1207", "PRO": "WR", "YEA": "1929", "CITY": "La Réole", "NAME": "PERREIN Michèle (BARBE)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20928	perrier-antoine-1836-04-15	{"e3": "1208"}	{"lerrcp": "E3-1208"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Perrier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25", "date": "1836-04-15 18:00", "note": null, "place": {"c1": null, "c2": "73", "c3": "", "cy": "FR", "lg": 6.28814, "lat": 45.26091, "name": "La Rochette", "geoid": 3006760}, "notime": null, "date-ut": "1836-04-15 17:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Perrier"}, "birth": {"tzo": "+00:25", "date": "1836-04-15 18:00", "place": {"c2": "73", "c3": "", "cy": "FR", "lg": 6.28814, "lat": 45.26091, "name": "La Rochette", "geoid": 3006760}, "date-ut": "1836-04-15 17:35"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1208"}}, "raw": {"H": "18:00", "COD": "73", "DAY": "15", "MON": "04", "NUM": "1208", "PRO": "PO", "YEA": "1836", "CITY": "La Rochette", "NAME": "PERRIER Antoine", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20929	perrier-leon-1873-02-01	{"e3": "1209"}	{"lerrcp": "E3-1209"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Perrier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19", "date": "1873-02-01 14:00", "note": null, "place": {"c1": null, "c2": "07", "c3": "", "cy": "FR", "lg": 4.83333, "lat": 45.06667, "name": "Tournon-sur-Rhône", "geoid": 2972214}, "notime": null, "date-ut": "1873-02-01 13:41"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Perrier"}, "birth": {"tzo": "+00:19", "date": "1873-02-01 14:00", "place": {"c2": "07", "c3": "", "cy": "FR", "lg": 4.83333, "lat": 45.06667, "name": "Tournon-sur-Rhône", "geoid": 2972214}, "date-ut": "1873-02-01 13:41"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1209"}}, "raw": {"H": "14:00", "COD": "07", "DAY": "01", "MON": "02", "NUM": "1209", "PRO": "PO", "YEA": "1873", "CITY": "Tournon/Rhône", "NAME": "PERRIER Léon", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20930	perry-jacques-touchard-1921-06-15	{"e3": "1211"}	{"lerrcp": "E3-1211"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques(TOUCHARD)", "family": "Perry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-06-15 20:15", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1921-06-15 19:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jacques(TOUCHARD)", "family": "Perry"}, "birth": {"tzo": "+01:00", "date": "1921-06-15 20:15", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1921-06-15 19:15"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1211"}}, "raw": {"H": "20:15", "COD": "92", "DAY": "15", "MON": "06", "NUM": "1211", "PRO": "WR", "YEA": "1921", "CITY": "Neuilly sur Seine", "NAME": "PERRY Jacques(TOUCHARD)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20931	perugia-noemie-1903-11-07	{"e3": "1212"}	{"lerrcp": "E3-1212"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Noémie", "family": "Perugia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-11-07 14:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1903-11-07 13:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["opera-singer"]	5	null	[{"new": {"name": {"given": "Noémie", "family": "Perugia"}, "birth": {"tzo": "+00:09", "date": "1903-11-07 14:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1903-11-07 13:51"}, "occus": ["opera-singer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1212"}}, "raw": {"H": "14:00", "COD": "06", "DAY": "07", "MON": "11", "NUM": "1212", "PRO": "OPE", "YEA": "1903", "CITY": "Nice", "NAME": "PERUGIA Noémie", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20932	petsche-maurice-1895-12-01	{"e3": "1213"}	{"lerrcp": "E3-1213"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Petsche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1895-12-01 03:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "9", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1895-12-01 02:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Petsche"}, "birth": {"tzo": "+00:09", "date": "1895-12-01 03:00", "place": {"c2": "75", "c3": "9", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1895-12-01 02:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1213"}}, "raw": {"H": "03:00", "COD": "75", "DAY": "01", "MON": "12", "NUM": "1213", "PRO": "PO", "YEA": "1895", "CITY": "Paris 9ème", "NAME": "PETSCHE Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20933	peyreefltte-alain-1925-08-26	{"e3": "1214"}	{"lerrcp": "E3-1214"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Peyreefltte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1925-08-26 10:00", "note": null, "place": {"c1": null, "c2": "12", "c3": "", "cy": "FR", "lg": 1.97875, "lat": 44.21999, "name": "Najac", "geoid": 2991029}, "notime": null, "date-ut": "1925-08-26 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Alain", "family": "Peyreefltte"}, "birth": {"tzo": "+01:00", "date": "1925-08-26 10:00", "place": {"c2": "12", "c3": "", "cy": "FR", "lg": 1.97875, "lat": 44.21999, "name": "Najac", "geoid": 2991029}, "date-ut": "1925-08-26 09:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1214"}}, "raw": {"H": "10:00", "COD": "12", "DAY": "26", "MON": "08", "NUM": "1214", "PRO": "PO", "YEA": "1925", "CITY": "Najac", "NAME": "PEYREEFlTTE Alain", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20934	peyret-henry-1905-04-30	{"e3": "1215"}	{"lerrcp": "E3-1215"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Peyret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-04-30 10:30", "note": null, "place": {"c1": null, "c2": "32", "c3": "", "cy": "FR", "lg": 0.58856, "lat": 43.64561, "name": "Auch", "geoid": 3036281}, "notime": null, "date-ut": "1905-04-30 10:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Peyret"}, "birth": {"tzo": "+00:09", "date": "1905-04-30 10:30", "place": {"c2": "32", "c3": "", "cy": "FR", "lg": 0.58856, "lat": 43.64561, "name": "Auch", "geoid": 3036281}, "date-ut": "1905-04-30 10:21"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1215"}}, "raw": {"H": "10:30", "COD": "32", "DAY": "30", "MON": "04", "NUM": "1215", "PRO": "JO", "YEA": "1905", "CITY": "Auch", "NAME": "PEYRET Henry", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
6586	peyron-alexandre-1823-06-21	{"a3": "869", "e3": "1216"}	{"lerrcp": "A3-869"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Peyron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:56", "date": "1823-06-21 04:00", "note": null, "place": {"c1": null, "c2": "95", "c3": null, "cy": "FR", "lg": 1.98226, "lat": 49.14485, "name": "Marines", "geoid": 2995702}, "notime": null, "date-ut": "1823-06-21 03:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Peyron"}, "birth": {"tzo": "+00:07:56", "date": "1823-06-21 04:00", "place": {"c2": "95", "cy": "FR", "lg": 1.98226, "lat": 49.14485, "name": "Marines", "geoid": 2995702}, "date-ut": "1823-06-21 03:52"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-869"}, "ids-in-sources": {"a3": "869"}}, "raw": {"H": "3", "MN": "52", "TZ": "0", "COD": "95", "COU": "F", "DAY": "21", "LAT": "49N 0", "LON": "2E 0", "MON": "6", "NUM": "869", "PRO": "M", "SEC": "0", "YEA": "1823", "CITY": "MARINES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "ids-in-sources": {"e3": "1216"}}, "raw": {"H": "04:00", "COD": "95", "DAY": "21", "MON": "06", "NUM": "1216", "PRO": "PO", "YEA": "1823", "CITY": "Marines", "NAME": "PEYRON Alexandre", "NOTE": "*"}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20935	peyronnet-albert-1862-01-05	{"e3": "1217"}	{"lerrcp": "E3-1217"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Peyronnet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:18", "date": "1862-01-05 05:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1862-01-05 05:18"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Peyronnet"}, "birth": {"tzo": "-00:18", "date": "1862-01-05 05:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1862-01-05 05:18"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1217"}}, "raw": {"H": "05:00", "COD": "29", "DAY": "05", "MON": "01", "NUM": "1217", "PRO": "PO", "YEA": "1862", "CITY": "Brest", "NAME": "PEYRONNET Albert", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20936	peysson-anne-marie-1935-07-24	{"e3": "1218"}	{"lerrcp": "E3-1218"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anne-Marie", "family": "Peysson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1935-07-24 23:15", "note": null, "place": {"c1": null, "c2": "05", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Disdier en Dévol", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Anne-Marie", "family": "Peysson"}, "birth": {"tzo": "", "date": "1935-07-24 23:15", "place": {"c2": "05", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Disdier en Dévol", "geoid": 0}, "date-ut": ""}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1218"}}, "raw": {"H": "23:15", "COD": "05", "DAY": "24", "MON": "07", "NUM": "1218", "PRO": "AC", "YEA": "1935", "CITY": "St Disdier en Dévol", "NAME": "PEYSSON Anne-Marie", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20937	peytral-paul-1842-01-20	{"e3": "1219"}	{"lerrcp": "E3-1219"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Peytral", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22", "date": "1842-01-20 17:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1842-01-20 16:38"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Peytral"}, "birth": {"tzo": "+00:22", "date": "1842-01-20 17:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1842-01-20 16:38"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1219"}}, "raw": {"H": "17:00", "COD": "13", "DAY": "20", "MON": "01", "NUM": "1219", "PRO": "PO", "YEA": "1842", "CITY": "Marseille", "NAME": "PEYTRAL Paul", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20938	peytral-victor-1874-10-18	{"e3": "1220"}	{"lerrcp": "E3-1220"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Peytral", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22", "date": "1874-10-18 19:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1874-10-18 18:38"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Peytral"}, "birth": {"tzo": "+00:22", "date": "1874-10-18 19:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1874-10-18 18:38"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1220"}}, "raw": {"H": "19:00", "COD": "13", "DAY": "18", "MON": "10", "NUM": "1220", "PRO": "PO", "YEA": "1874", "CITY": "Marseille", "NAME": "PEYTRAL Victor", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20939	pezet-maurice-1915-02-24	{"e3": "1221"}	{"lerrcp": "E3-1221"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Pezet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-02-24 10:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.09478, "lat": 43.64229, "name": "Salon-de-Provence", "geoid": 2976341}, "notime": null, "date-ut": "1915-02-24 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Pezet"}, "birth": {"tzo": "+00:00", "date": "1915-02-24 10:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.09478, "lat": 43.64229, "name": "Salon-de-Provence", "geoid": 2976341}, "date-ut": "1915-02-24 10:00"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1221"}}, "raw": {"H": "10:00", "COD": "13", "DAY": "24", "MON": "02", "NUM": "1221", "PRO": "WR", "YEA": "1915", "CITY": "Salon de Provence", "NAME": "PEZET Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20940	philip-andre-1902-06-28	{"e3": "1222"}	{"lerrcp": "E3-1222"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Philip", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1902-06-28 08:00", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": 4.6478, "lat": 44.25656, "name": "Pont-Saint-Esprit", "geoid": 2986109}, "notime": null, "date-ut": "1902-06-28 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Philip"}, "birth": {"tzo": "+00:09", "date": "1902-06-28 08:00", "place": {"c2": "30", "c3": "", "cy": "FR", "lg": 4.6478, "lat": 44.25656, "name": "Pont-Saint-Esprit", "geoid": 2986109}, "date-ut": "1902-06-28 07:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1222"}}, "raw": {"H": "08:00", "COD": "30", "DAY": "28", "MON": "06", "NUM": "1222", "PRO": "PO", "YEA": "1902", "CITY": "Pont St Esprit", "NAME": "PHILIP André", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20941	philippot-michel-1925-02-02	{"e3": "1223"}	{"lerrcp": "E3-1223"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Philippot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1925-02-02 10:30", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 4.16409, "lat": 49.14576, "name": "Verzy", "geoid": 2969587}, "notime": null, "date-ut": "1925-02-02 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Philippot"}, "birth": {"tzo": "+00:00", "date": "1925-02-02 10:30", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": 4.16409, "lat": 49.14576, "name": "Verzy", "geoid": 2969587}, "date-ut": "1925-02-02 10:30"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1223"}}, "raw": {"H": "10:30", "COD": "51", "DAY": "02", "MON": "02", "NUM": "1223", "PRO": "MUS", "YEA": "1925", "CITY": "Verzy", "NAME": "PHILIPPOT Michel", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20942	pic-maurice-1913-02-15	{"e3": "1224"}	{"lerrcp": "E3-1224"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Pic", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-02-15 01:00", "note": null, "place": {"c1": null, "c2": "84", "c3": "", "cy": "FR", "lg": 5.49215, "lat": 44.02892, "name": "Saint-Christol", "geoid": 2981177}, "notime": null, "date-ut": "1913-02-15 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Pic"}, "birth": {"tzo": "+00:00", "date": "1913-02-15 01:00", "place": {"c2": "84", "c3": "", "cy": "FR", "lg": 5.49215, "lat": 44.02892, "name": "Saint-Christol", "geoid": 2981177}, "date-ut": "1913-02-15 01:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1224"}}, "raw": {"H": "01:00", "COD": "84", "DAY": "15", "MON": "02", "NUM": "1224", "PRO": "PO", "YEA": "1913", "CITY": "St Christol", "NAME": "PIC Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20943	pichon-stephen-1857-08-10	{"e3": "1226"}	{"lerrcp": "E3-1226"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stephen", "family": "Pichon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18", "date": "1857-08-10 23:00", "note": null, "place": {"c1": null, "c2": "21", "c3": "", "cy": "FR", "lg": 4.48595, "lat": 47.13202, "name": "Arnay-le-Duc", "geoid": 3036862}, "notime": null, "date-ut": "1857-08-10 22:42"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Stephen", "family": "Pichon"}, "birth": {"tzo": "+00:18", "date": "1857-08-10 23:00", "place": {"c2": "21", "c3": "", "cy": "FR", "lg": 4.48595, "lat": 47.13202, "name": "Arnay-le-Duc", "geoid": 3036862}, "date-ut": "1857-08-10 22:42"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1226"}}, "raw": {"H": "23:00", "COD": "21", "DAY": "10", "MON": "08", "NUM": "1226", "PRO": "PO", "YEA": "1857", "CITY": "Arnay le Duc", "NAME": "PICHON Stephen", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20944	picot-yves-1862-03-17	{"e3": "1227"}	{"lerrcp": "E3-1227"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Picot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:18", "date": "1862-03-17 23:25", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1862-03-17 23:43"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Picot"}, "birth": {"tzo": "-00:18", "date": "1862-03-17 23:25", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1862-03-17 23:43"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1227"}}, "raw": {"H": "23:25", "COD": "29", "DAY": "17", "MON": "03", "NUM": "1227", "PRO": "PO", "YEA": "1862", "CITY": "Brest", "NAME": "PICOT Yves", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20945	picquart-georges-1854-09-06	{"e3": "1228"}	{"lerrcp": "E3-1228"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Picquart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:31", "date": "1854-09-06 19:00", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1854-09-06 18:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Picquart"}, "birth": {"tzo": "+00:31", "date": "1854-09-06 19:00", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1854-09-06 18:29"}, "notes": [null], "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1228"}}, "raw": {"H": "19:00", "COD": "67", "DAY": "06", "MON": "09", "NUM": "1228", "PRO": "PO", "YEA": "1854", "CITY": "Strasbourg", "NAME": "PICQUART Georges", "NOTE": "*"}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[null]
20946	piem-pierre-de-montvallon-1923-11-12	{"e3": "1229"}	{"lerrcp": "E3-1229"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Pierre de MONTVALLON)", "family": "Piem", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-11-12 12:30", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1923-11-12 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cartoonist"]	5	null	[{"new": {"name": {"given": "(Pierre de MONTVALLON)", "family": "Piem"}, "birth": {"tzo": "+00:00", "date": "1923-11-12 12:30", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1923-11-12 12:30"}, "occus": ["cartoonist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1229"}}, "raw": {"H": "12:30", "COD": "42", "DAY": "12", "MON": "11", "NUM": "1229", "PRO": "CAR", "YEA": "1923", "CITY": "St-Etienne", "NAME": "PIEM (Pierre de MONTVALLON)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20947	pietri-francois-1882-08-08	{"e3": "1230"}	{"lerrcp": "E3-1230"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Pietri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1882-08-08 05:00", "note": null, "place": {"c1": null, "c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bastia", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "François", "family": "Pietri"}, "birth": {"tzo": "", "date": "1882-08-08 05:00", "place": {"c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bastia", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1230"}}, "raw": {"H": "05:00", "COD": "20", "DAY": "08", "MON": "08", "NUM": "1230", "PRO": "PO", "YEA": "1882", "CITY": "Bastia", "NAME": "PIETRI François", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20948	pigasse-jean-paul-1939-07-26	{"e3": "1231"}	{"lerrcp": "E3-1231"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Paul", "family": "Pigasse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1939-07-26 15:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1939-07-26 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean-Paul", "family": "Pigasse"}, "birth": {"tzo": "+01:00", "date": "1939-07-26 15:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1939-07-26 14:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1231"}}, "raw": {"H": "15:00", "COD": "31", "DAY": "26", "MON": "07", "NUM": "1231", "PRO": "JO", "YEA": "1939", "CITY": "Toulouse", "NAME": "PIGASSE Jean-Paul", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20949	pillement-georges-1898-03-23	{"e3": "1232"}	{"lerrcp": "E3-1232"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Pillement", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-03-23 02:00", "note": null, "place": {"c1": null, "c2": "72", "c3": "", "cy": "FR", "lg": 0.27473, "lat": 47.75938, "name": "Mayet", "geoid": 2994928}, "notime": null, "date-ut": "1898-03-23 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Pillement"}, "birth": {"tzo": "+00:09", "date": "1898-03-23 02:00", "place": {"c2": "72", "c3": "", "cy": "FR", "lg": 0.27473, "lat": 47.75938, "name": "Mayet", "geoid": 2994928}, "date-ut": "1898-03-23 01:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1232"}}, "raw": {"H": "02:00", "COD": "72", "DAY": "23", "MON": "03", "NUM": "1232", "PRO": "WR", "YEA": "1898", "CITY": "Mayet", "NAME": "PILLEMENT Georges", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20950	pinelli-noel-1881-05-31	{"e3": "1233"}	{"lerrcp": "E3-1233"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Noel", "family": "Pinelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12", "date": "1881-05-31 05:00", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "notime": null, "date-ut": "1881-05-31 04:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Noel", "family": "Pinelli"}, "birth": {"tzo": "+00:12", "date": "1881-05-31 05:00", "place": {"c2": "63", "c3": "", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "date-ut": "1881-05-31 04:48"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1233"}}, "raw": {"H": "05:00", "COD": "63", "DAY": "31", "MON": "05", "NUM": "1233", "PRO": "PO", "YEA": "1881", "CITY": "Clermont-Ferrand", "NAME": "PINELLI Noel", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20951	pinton-auguste-1901-08-25	{"e3": "1234"}	{"lerrcp": "E3-1234"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Pinton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-08-25 21:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "1", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1901-08-25 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Pinton"}, "birth": {"tzo": "+00:09", "date": "1901-08-25 21:00", "place": {"c2": "69", "c3": "1", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1901-08-25 20:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1234"}}, "raw": {"H": "21:00", "COD": "69", "DAY": "25", "MON": "08", "NUM": "1234", "PRO": "PO", "YEA": "1901", "CITY": "Lyon 1er", "NAME": "PINTON Auguste", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20952	pivot-bernard-1935-05-05	{"e3": "1235"}	{"lerrcp": "E3-1235"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Pivot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1935-05-05 17:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "5", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1935-05-05 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Pivot"}, "birth": {"tzo": "+01:00", "date": "1935-05-05 17:00", "place": {"c2": "69", "c3": "5", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1935-05-05 16:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1235"}}, "raw": {"H": "17:00", "COD": "69", "DAY": "05", "MON": "05", "NUM": "1235", "PRO": "JO", "YEA": "1935", "CITY": "Lyon 5ieme", "NAME": "PIVOT Bernard", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20953	pizella-stephane-sylvestre-1909-04-15	{"e3": "1236"}	{"lerrcp": "E3-1236"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stéphane (Sylvestre)", "family": "Pizella", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1909-04-15 09:00", "note": null, "place": {"c1": null, "c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Corte", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Stéphane (Sylvestre)", "family": "Pizella"}, "birth": {"tzo": "", "date": "1909-04-15 09:00", "place": {"c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Corte", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1236"}}, "raw": {"H": "09:00", "COD": "20", "DAY": "15", "MON": "04", "NUM": "1236", "PRO": "JO", "YEA": "1909", "CITY": "Corte", "NAME": "PIZELLA Stéphane (Sylvestre)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20954	planchais-jean-1922-01-30	{"e3": "1237"}	{"lerrcp": "E3-1237"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Planchais", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-01-30 21:00", "note": null, "place": {"c1": null, "c2": "61", "c3": "", "cy": "FR", "lg": 0.54734, "lat": 48.52018, "name": "Mortagne-au-Perche", "geoid": 2991704}, "notime": null, "date-ut": "1922-01-30 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Planchais"}, "birth": {"tzo": "+00:00", "date": "1922-01-30 21:00", "place": {"c2": "61", "c3": "", "cy": "FR", "lg": 0.54734, "lat": 48.52018, "name": "Mortagne-au-Perche", "geoid": 2991704}, "date-ut": "1922-01-30 21:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1237"}}, "raw": {"H": "21:00", "COD": "61", "DAY": "30", "MON": "01", "NUM": "1237", "PRO": "JO", "YEA": "1922", "CITY": "Mortagne au Perche", "NAME": "PLANCHAIS Jean", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20955	plisson-henri-1908-09-20	{"e3": "1238"}	{"lerrcp": "E3-1238"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Plisson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-09-20 15:00", "note": null, "place": {"c1": null, "c2": "36", "c3": "", "cy": "FR", "lg": 1.41289, "lat": 46.63518, "name": "Saint-Gaultier", "geoid": 2980040}, "notime": null, "date-ut": "1908-09-20 14:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Plisson"}, "birth": {"tzo": "+00:09", "date": "1908-09-20 15:00", "place": {"c2": "36", "c3": "", "cy": "FR", "lg": 1.41289, "lat": 46.63518, "name": "Saint-Gaultier", "geoid": 2980040}, "date-ut": "1908-09-20 14:51"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1238"}}, "raw": {"H": "15:00", "COD": "36", "DAY": "20", "MON": "09", "NUM": "1238", "PRO": "PAI", "YEA": "1908", "CITY": "St Gaultier", "NAME": "PLISSON Henri", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20956	ploux-suzanne-valentin-1908-03-02	{"e3": "1239"}	{"lerrcp": "E3-1239"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Suzanne (VALENTIN)", "family": "Ploux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1908-03-02 09:00", "note": null, "place": {"c1": null, "c2": "17", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Rochefort sur Mer", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Suzanne (VALENTIN)", "family": "Ploux"}, "birth": {"tzo": "", "date": "1908-03-02 09:00", "place": {"c2": "17", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Rochefort sur Mer", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1239"}}, "raw": {"H": "09:00", "COD": "17", "DAY": "02", "MON": "03", "NUM": "1239", "PRO": "PO", "YEA": "1908", "CITY": "Rochefort sur Mer", "NAME": "PLOUX Suzanne (VALENTIN)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20957	poher-alain-1909-04-17	{"e3": "1240"}	{"lerrcp": "E3-1240"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Poher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-04-17 08:00", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.42686, "lat": 48.72732, "name": "Ablon-sur-Seine", "geoid": 3038754}, "notime": null, "date-ut": "1909-04-17 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Alain", "family": "Poher"}, "birth": {"tzo": "+00:09", "date": "1909-04-17 08:00", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.42686, "lat": 48.72732, "name": "Ablon-sur-Seine", "geoid": 3038754}, "date-ut": "1909-04-17 07:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1240"}}, "raw": {"H": "08:00", "COD": "94", "DAY": "17", "MON": "04", "NUM": "1240", "PRO": "PO", "YEA": "1909", "CITY": "Ablon sur Seine", "NAME": "POHER Alain", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
12957	le-roy-ladurie-jacques-1902-03-28	{"a5": "1490", "g55": "08-77"}	{"g55": "08-77", "lerrcp": "A5-1490"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Le Roy Ladurie", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1902-03-28 23:20", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.55099, "lat": 48.88746, "name": "Saint-Mihiel", "geoid": 2977948}, "notime": null, "date-ut": "1902-03-28 23:10:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1490"}, "birth": {"tzo": "+00:09:21", "date": "1902-03-28 23:20", "place": {"c2": "55", "cy": "FR", "lg": 5.55099, "lat": 48.88746, "name": "Saint-Mihiel", "geoid": 2977948}, "date-ut": "1902-03-28 23:10:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1490"}, "ids-in-sources": {"a5": "1490"}}, "raw": {"H": "23", "MN": "10", "TZ": "0", "COD": "55", "COU": "F", "DAY": "28", "LAT": "48N46", "LON": "5E10", "MON": "3", "NUM": "1490", "PRO": "PT", "SEC": "40", "YEA": "1902", "CITY": "ST-MIHIEL"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"name": {"given": "Jacques", "family": "Le Roy Ladurie", "nobility": ""}, "slug": "le-roy-ladurie-jacques-1902-03-28", "partial-ids": {"g55": "08-77"}, "ids-in-source": {"g55": "08-77"}}, "raw": {"DAY": "28-3-1902", "HOUR": "23 h. 20", "NAME": "LE ROY LADURIE Jacques", "PLACE": "Saint-Mihiel (Meuse)."}, "date": "2023-08-20T14:49:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
20959	poinso-chapuis-germaine-1901-03-06	{"e3": "1242"}	{"lerrcp": "E3-1242"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Germaine", "family": "Poinso-Chapuis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-03-06 08:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1901-03-06 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Germaine", "family": "Poinso-Chapuis"}, "birth": {"tzo": "+00:09", "date": "1901-03-06 08:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1901-03-06 07:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1242"}}, "raw": {"H": "08:00", "COD": "13", "DAY": "06", "MON": "03", "NUM": "1242", "PRO": "PO", "YEA": "1901", "CITY": "Marseille", "NAME": "POINSO-CHAPUIS Germaine", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20960	poiret-jean-poire-1926-08-17	{"e3": "1243"}	{"lerrcp": "E3-1243"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean (POIRÉ)", "family": "Poiret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1926-08-17 15:20", "note": null, "place": {"c1": null, "c2": "75", "c3": "14", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1926-08-17 14:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean (POIRÉ)", "family": "Poiret"}, "birth": {"tzo": "+01:00", "date": "1926-08-17 15:20", "place": {"c2": "75", "c3": "14", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1926-08-17 14:20"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1243"}}, "raw": {"H": "15:20", "COD": "75", "DAY": "17", "MON": "08", "NUM": "1243", "PRO": "AC", "YEA": "1926", "CITY": "Paris 14ème", "NAME": "POIRET Jean (POIRÉ)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20961	poirier-etienne-1919-09-27	{"e3": "1244"}	{"lerrcp": "E3-1244"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Poirier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-09-27 22:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": 4.29904, "lat": 46.03371, "name": "Bourg-de-Thizy", "geoid": 3031017}, "notime": null, "date-ut": "1919-09-27 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Poirier"}, "birth": {"tzo": "+01:00", "date": "1919-09-27 22:00", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": 4.29904, "lat": 46.03371, "name": "Bourg-de-Thizy", "geoid": 3031017}, "date-ut": "1919-09-27 21:00"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1244"}}, "raw": {"H": "22:00", "COD": "69", "DAY": "27", "MON": "09", "NUM": "1244", "PRO": "PAI", "YEA": "1919", "CITY": "Bourg de Thizy", "NAME": "POIRIER Etienne", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20962	poivre-d-arvor-patrick-1947-09-20	{"e3": "1245"}	{"lerrcp": "E3-1245"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(D'ARVOR) Patrick", "family": "Poivre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1947-09-20 19:50", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "notime": null, "date-ut": "1947-09-20 18:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "(D'ARVOR) Patrick", "family": "Poivre"}, "birth": {"tzo": "+01:00", "date": "1947-09-20 19:50", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "date-ut": "1947-09-20 18:50"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1245"}}, "raw": {"H": "19:50", "COD": "51", "DAY": "20", "MON": "09", "NUM": "1245", "PRO": "JO", "YEA": "1947", "CITY": "Reims", "NAME": "POIVRE (D'ARVOR) Patrick", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20963	polnareff-michel-1944-07-03	{"e3": "1246"}	{"lerrcp": "E3-1246"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Polnareff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1944-07-03 00:15", "note": null, "place": {"c1": null, "c2": "47", "c3": "", "cy": "FR", "lg": 0.33844, "lat": 44.13597, "name": "Nérac", "geoid": 2990780}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Polnareff"}, "birth": {"tzo": "", "date": "1944-07-03 00:15", "place": {"c2": "47", "c3": "", "cy": "FR", "lg": 0.33844, "lat": 44.13597, "name": "Nérac", "geoid": 2990780}, "date-ut": ""}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1246"}}, "raw": {"H": "00:15", "COD": "47", "DAY": "03", "MON": "07", "NUM": "1246", "PRO": "AC", "YEA": "1944", "CITY": "Nérac", "NAME": "POLNAREFF Michel", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20964	pomaret-charles-1897-08-16	{"e3": "1247"}	{"lerrcp": "E3-1247"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Pomaret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1897-08-16 16:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1897-08-16 15:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Pomaret"}, "birth": {"tzo": "+00:09", "date": "1897-08-16 16:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1897-08-16 15:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1247"}}, "raw": {"H": "16:00", "COD": "34", "DAY": "16", "MON": "08", "NUM": "1247", "PRO": "PO", "YEA": "1897", "CITY": "Montpellier", "NAME": "POMARET Charles", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20965	pommier-jean-joseph-1893-12-11	{"e3": "1248"}	{"lerrcp": "E3-1248"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Joseph", "family": "Pommier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1893-12-11 08:00", "note": null, "place": {"c1": null, "c2": "79", "c3": "", "cy": "FR", "lg": -0.45877, "lat": 46.32313, "name": "Niort", "geoid": 2990355}, "notime": null, "date-ut": "1893-12-11 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jean Joseph", "family": "Pommier"}, "birth": {"tzo": "+00:09", "date": "1893-12-11 08:00", "place": {"c2": "79", "c3": "", "cy": "FR", "lg": -0.45877, "lat": 46.32313, "name": "Niort", "geoid": 2990355}, "date-ut": "1893-12-11 07:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1248"}}, "raw": {"H": "08:00", "COD": "79", "DAY": "11", "MON": "12", "NUM": "1248", "PRO": "WR", "YEA": "1893", "CITY": "Niort", "NAME": "POMMIER Jean Joseph", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20966	pomonti-jean-claude-1940-04-27	{"e3": "1249"}	{"lerrcp": "E3-1249"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Claude", "family": "Pomonti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1940-04-27 01:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean-Claude", "family": "Pomonti"}, "birth": {"tzo": "", "date": "1940-04-27 01:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1249"}}, "raw": {"H": "01:00", "COD": "92", "DAY": "27", "MON": "04", "NUM": "1249", "PRO": "JO", "YEA": "1940", "CITY": "Neuilly sur Seine", "NAME": "POMONTI Jean-Claude", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20967	pompidou-georges-1911-07-05	{"e3": "1250"}	{"lerrcp": "E3-1250"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Pompidou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-07-05 07:30", "note": null, "place": {"c1": null, "c2": "15", "c3": "", "cy": "FR", "lg": 2.73136, "lat": 45.37146, "name": "Montboudif", "geoid": 2992904}, "notime": null, "date-ut": "1911-07-05 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Pompidou"}, "birth": {"tzo": "+00:00", "date": "1911-07-05 07:30", "place": {"c2": "15", "c3": "", "cy": "FR", "lg": 2.73136, "lat": 45.37146, "name": "Montboudif", "geoid": 2992904}, "date-ut": "1911-07-05 07:30"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1250"}}, "raw": {"H": "07:30", "COD": "15", "DAY": "05", "MON": "07", "NUM": "1250", "PRO": "PO", "YEA": "1911", "CITY": "Montboudif", "NAME": "POMPIDOU Georges", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20968	poncelet-christian-1928-03-24	{"e3": "1251"}	{"lerrcp": "E3-1251"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Poncelet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1928-03-24 15:00", "note": null, "place": {"c1": null, "c2": "08", "c3": "", "cy": "FR", "lg": 4.65569, "lat": 49.39064, "name": "Blaise", "geoid": 3032447}, "notime": null, "date-ut": "1928-03-24 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Christian", "family": "Poncelet"}, "birth": {"tzo": "+00:00", "date": "1928-03-24 15:00", "place": {"c2": "08", "c3": "", "cy": "FR", "lg": 4.65569, "lat": 49.39064, "name": "Blaise", "geoid": 3032447}, "date-ut": "1928-03-24 15:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1251"}}, "raw": {"H": "15:00", "COD": "08", "DAY": "24", "MON": "03", "NUM": "1251", "PRO": "PO", "YEA": "1928", "CITY": "Blaise", "NAME": "PONCELET Christian", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20969	ponge-francis-1899-03-27	{"e3": "1252"}	{"lerrcp": "E3-1252"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Ponge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-03-27 15:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1899-03-27 14:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Francis", "family": "Ponge"}, "birth": {"tzo": "+00:09", "date": "1899-03-27 15:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1899-03-27 14:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1252"}}, "raw": {"H": "15:00", "COD": "34", "DAY": "27", "MON": "03", "NUM": "1252", "PRO": "WR", "YEA": "1899", "CITY": "Montpellier", "NAME": "PONGE Francis", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20970	pons-lily-alice-1898-04-12	{"e3": "1253"}	{"lerrcp": "E3-1253"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lily (Alice)", "family": "Pons", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-04-12 01:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 6.46458, "lat": 43.53692, "name": "Draguignan", "geoid": 3020850}, "notime": null, "date-ut": "1898-04-12 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["opera-singer"]	5	null	[{"new": {"name": {"given": "Lily (Alice)", "family": "Pons"}, "birth": {"tzo": "+00:09", "date": "1898-04-12 01:00", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": 6.46458, "lat": 43.53692, "name": "Draguignan", "geoid": 3020850}, "date-ut": "1898-04-12 00:51"}, "occus": ["opera-singer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1253"}}, "raw": {"H": "01:00", "COD": "83", "DAY": "12", "MON": "04", "NUM": "1253", "PRO": "OPE", "YEA": "1898", "CITY": "Draguignan", "NAME": "PONS Lily (Alice)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20971	pontois-noela-1943-12-24	{"e3": "1254"}	{"lerrcp": "E3-1254"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Noëla", "family": "Pontois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1943-12-24 12:30", "note": null, "place": {"c1": null, "c2": "41", "c3": "", "cy": "FR", "lg": 1.06556, "lat": 47.79292, "name": "Vendôme", "geoid": 2970110}, "notime": null, "date-ut": "1943-12-24 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["dancer"]	5	null	[{"new": {"name": {"given": "Noëla", "family": "Pontois"}, "birth": {"tzo": "+01:00", "date": "1943-12-24 12:30", "place": {"c2": "41", "c3": "", "cy": "FR", "lg": 1.06556, "lat": 47.79292, "name": "Vendôme", "geoid": 2970110}, "date-ut": "1943-12-24 11:30"}, "occus": ["dancer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1254"}}, "raw": {"H": "12:30", "COD": "41", "DAY": "24", "MON": "12", "NUM": "1254", "PRO": "DAN", "YEA": "1943", "CITY": "Vendôme", "NAME": "PONTOIS Noëla", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20972	popot-jean-1905-04-30	{"e3": "1255"}	{"lerrcp": "E3-1255"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Popot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1905-04-30 16:00", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Charenton", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Popot"}, "birth": {"tzo": "", "date": "1905-04-30 16:00", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Charenton", "geoid": 0}, "date-ut": ""}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1255"}}, "raw": {"H": "16:00", "COD": "94", "DAY": "30", "MON": "04", "NUM": "1255", "PRO": "WR", "YEA": "1905", "CITY": "Charenton", "NAME": "POPOT Jean", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20973	porquerol-elisab-pourcherol-1905-04-24	{"e3": "1256"}	{"lerrcp": "E3-1256"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elisab. (POURCHEROL)", "family": "Porquerol", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-04-24 01:00", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1905-04-24 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Elisab. (POURCHEROL)", "family": "Porquerol"}, "birth": {"tzo": "+00:09", "date": "1905-04-24 01:00", "place": {"c2": "30", "c3": "", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1905-04-24 00:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1256"}}, "raw": {"H": "01:00", "COD": "30", "DAY": "24", "MON": "04", "NUM": "1256", "PRO": "WR", "YEA": "1905", "CITY": "Nîmes", "NAME": "PORQUEROL Elisab. (POURCHEROL)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20974	potin-jean-1931-07-16	{"e3": "1257"}	{"lerrcp": "E3-1257"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Potin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1931-07-16 10:30", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.55978, "lat": 48.42702, "name": "Guilers", "geoid": 3014280}, "notime": null, "date-ut": "1931-07-16 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Potin"}, "birth": {"tzo": "+01:00", "date": "1931-07-16 10:30", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.55978, "lat": 48.42702, "name": "Guilers", "geoid": 3014280}, "date-ut": "1931-07-16 09:30"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1257"}}, "raw": {"H": "10:30", "COD": "29", "DAY": "16", "MON": "07", "NUM": "1257", "PRO": "JO", "YEA": "1931", "CITY": "Guilers", "NAME": "POTIN Jean", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20975	pottecher-frederic-1905-06-11	{"e3": "1258"}	{"lerrcp": "E3-1258"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Pottecher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1905-06-11 05:00", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 6.85272, "lat": 47.88449, "name": "Bussang", "geoid": 3029462}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Pottecher"}, "birth": {"tzo": "", "date": "1905-06-11 05:00", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 6.85272, "lat": 47.88449, "name": "Bussang", "geoid": 3029462}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1258"}}, "raw": {"H": "05:00", "COD": "88", "DAY": "11", "MON": "06", "NUM": "1258", "PRO": "JO", "YEA": "1905", "CITY": "Bussang", "NAME": "POTTECHER Frédéric", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20976	poudonson-roger-1922-12-14	{"e3": "1259"}	{"lerrcp": "E3-1259"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Poudonson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-12-14 13:30", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "notime": null, "date-ut": "1922-12-14 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Poudonson"}, "birth": {"tzo": "+00:00", "date": "1922-12-14 13:30", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "date-ut": "1922-12-14 13:30"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1259"}}, "raw": {"H": "13:30", "COD": "62", "DAY": "14", "MON": "12", "NUM": "1259", "PRO": "PO", "YEA": "1922", "CITY": "Arras", "NAME": "POUDONSON Roger", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19320	poujade-pierre-1920-12-01	{"e1": "1696", "e3": "1260"}	{"lerrcp": "E1-1696"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Poujade", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1920-12-01 01:00", "note": null, "place": {"c1": null, "c2": "46", "c3": "", "cy": "FR", "lg": 1.89127, "lat": 44.85931, "name": "Saint-Céré", "geoid": 2981228}, "notime": null, "date-ut": "1920-12-01 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive", "politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Poujade"}, "birth": {"tzo": "+00:00", "date": "1920-12-01 01:00", "place": {"c2": "46", "c3": "", "cy": "FR", "lg": 1.89127, "lat": 44.85931, "name": "Saint-Céré", "geoid": 2981228}, "date-ut": "1920-12-01 01:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1696"}}, "raw": {"H": "01:00", "COD": "46", "DAY": "01", "MON": "12", "NUM": "1696", "PRO": "EX", "YEA": "1920", "CITY": "St-Céré", "NAME": "POUJADE Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"occus": ["politician"], "ids-in-sources": {"e3": "1260"}}, "raw": {"H": "01:00", "COD": "46", "DAY": "01", "MON": "12", "NUM": "1260", "PRO": "PO", "YEA": "1920", "CITY": "St Céré", "NAME": "POUJADE Pierre", "NOTE": "*"}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20977	poujade-robert-1928-05-06	{"e3": "1261"}	{"lerrcp": "E3-1261"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Poujade", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1928-05-06 04:00", "note": null, "place": {"c1": null, "c2": "03", "c3": "", "cy": "FR", "lg": 3.33243, "lat": 46.56459, "name": "Moulins", "geoid": 2991481}, "notime": null, "date-ut": "1928-05-06 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Poujade"}, "birth": {"tzo": "+01:00", "date": "1928-05-06 04:00", "place": {"c2": "03", "c3": "", "cy": "FR", "lg": 3.33243, "lat": 46.56459, "name": "Moulins", "geoid": 2991481}, "date-ut": "1928-05-06 03:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1261"}}, "raw": {"H": "04:00", "COD": "03", "DAY": "06", "MON": "05", "NUM": "1261", "PRO": "PO", "YEA": "1928", "CITY": "Moulins", "NAME": "POUJADE Robert", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20978	poulet-gerard-1938-08-12	{"e3": "1262"}	{"lerrcp": "E3-1262"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Poulet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1938-08-12 07:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "notime": null, "date-ut": "1938-08-12 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Gérard", "family": "Poulet"}, "birth": {"tzo": "+01:00", "date": "1938-08-12 07:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "date-ut": "1938-08-12 06:00"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1262"}}, "raw": {"H": "07:00", "COD": "64", "DAY": "12", "MON": "08", "NUM": "1262", "PRO": "MUS", "YEA": "1938", "CITY": "Bayonne", "NAME": "POULET Gérard", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20979	poullain-louis-marie-1903-03-13	{"e3": "1263"}	{"lerrcp": "E3-1263"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis-Marie", "family": "Poullain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-03-13 08:00", "note": null, "place": {"c1": null, "c2": "49", "c3": "", "cy": "FR", "lg": -1.1763, "lat": 47.7402, "name": "Pouancé", "geoid": 2985893}, "notime": null, "date-ut": "1903-03-13 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Louis-Marie", "family": "Poullain"}, "birth": {"tzo": "+00:09", "date": "1903-03-13 08:00", "place": {"c2": "49", "c3": "", "cy": "FR", "lg": -1.1763, "lat": 47.7402, "name": "Pouancé", "geoid": 2985893}, "date-ut": "1903-03-13 07:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1263"}}, "raw": {"H": "08:00", "COD": "49", "DAY": "13", "MON": "03", "NUM": "1263", "PRO": "JO", "YEA": "1903", "CITY": "Pouancé", "NAME": "POULLAIN Louis-Marie", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20980	pourtal-de-ladeveze-jean-1898-11-28	{"e3": "1264"}	{"lerrcp": "E3-1264"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "de LADEVEZE Jean", "family": "Pourtal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-11-28 02:30", "note": null, "place": {"c1": null, "c2": "56", "c3": "", "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "notime": null, "date-ut": "1898-11-28 02:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "de LADEVEZE Jean", "family": "Pourtal"}, "birth": {"tzo": "+00:09", "date": "1898-11-28 02:30", "place": {"c2": "56", "c3": "", "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "date-ut": "1898-11-28 02:21"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1264"}}, "raw": {"H": "02:30", "COD": "56", "DAY": "28", "MON": "11", "NUM": "1264", "PRO": "WR", "YEA": "1898", "CITY": "Lorient", "NAME": "POURTAL de LADEVEZE Jean", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20981	presle-micheline-chassagne-1922-08-22	{"e3": "1265"}	{"lerrcp": "E3-1265"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Micheline (CHASSAGNE)", "family": "Presle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-08-22 13:15", "note": null, "place": {"c1": null, "c2": "75", "c3": "5", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1922-08-22 12:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Micheline (CHASSAGNE)", "family": "Presle"}, "birth": {"tzo": "+01:00", "date": "1922-08-22 13:15", "place": {"c2": "75", "c3": "5", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1922-08-22 12:15"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1265"}}, "raw": {"H": "13:15", "COD": "75", "DAY": "22", "MON": "08", "NUM": "1265", "PRO": "AC", "YEA": "1922", "CITY": "Paris 5ème", "NAME": "PRESLE Micheline (CHASSAGNE)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20982	pretre-georges-1924-08-14	{"e3": "1266"}	{"lerrcp": "E3-1266"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Pretre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1924-08-14 10:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.1149, "lat": 50.38717, "name": "Waziers", "geoid": 2967410}, "notime": null, "date-ut": "1924-08-14 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Pretre"}, "birth": {"tzo": "+01:00", "date": "1924-08-14 10:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.1149, "lat": 50.38717, "name": "Waziers", "geoid": 2967410}, "date-ut": "1924-08-14 09:00"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1266"}}, "raw": {"H": "10:00", "COD": "59", "DAY": "14", "MON": "08", "NUM": "1266", "PRO": "MUS", "YEA": "1924", "CITY": "Waziers", "NAME": "PRETRE Georges", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20983	prigent-robert-1910-11-24	{"e3": "1267"}	{"lerrcp": "E3-1267"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Prigent", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-11-24 05:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 2.33983, "lat": 51.03116, "name": "Saint-Pol-sur-Mer", "geoid": 2977388}, "notime": null, "date-ut": "1910-11-24 05:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Prigent"}, "birth": {"tzo": "+00:09", "date": "1910-11-24 05:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 2.33983, "lat": 51.03116, "name": "Saint-Pol-sur-Mer", "geoid": 2977388}, "date-ut": "1910-11-24 05:21"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1267"}}, "raw": {"H": "05:30", "COD": "59", "DAY": "24", "MON": "11", "NUM": "1267", "PRO": "PO", "YEA": "1910", "CITY": "St Pol sur Mer", "NAME": "PRIGENT Robert", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20984	priouret-roger-1913-09-15	{"e3": "1268"}	{"lerrcp": "E3-1268"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Priouret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1913-09-15 14:30", "note": null, "place": {"c1": null, "c2": "43", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Le Puy", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Priouret"}, "birth": {"tzo": "", "date": "1913-09-15 14:30", "place": {"c2": "43", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Le Puy", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1268"}}, "raw": {"H": "14:30", "COD": "43", "DAY": "15", "MON": "09", "NUM": "1268", "PRO": "JO", "YEA": "1913", "CITY": "Le Puy", "NAME": "PRIOURET Roger", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20985	privat-bernard-1914-10-25	{"e3": "1269"}	{"lerrcp": "E3-1269"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Privat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-10-25 01:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1914-10-25 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Privat"}, "birth": {"tzo": "+00:00", "date": "1914-10-25 01:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1914-10-25 01:00"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1269"}}, "raw": {"H": "01:00", "COD": "34", "DAY": "25", "MON": "10", "NUM": "1269", "PRO": "WR", "YEA": "1914", "CITY": "Montpellier", "NAME": "PRIVAT Bernard", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20986	prodromides-jean-1927-07-03	{"e3": "1270"}	{"lerrcp": "E3-1270"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Prodromides", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1927-07-03 10:30", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1927-07-03 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Prodromides"}, "birth": {"tzo": "+01:00", "date": "1927-07-03 10:30", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1927-07-03 09:30"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1270"}}, "raw": {"H": "10:30", "COD": "92", "DAY": "03", "MON": "07", "NUM": "1270", "PRO": "MUS", "YEA": "1927", "CITY": "Neuilly sur Seine", "NAME": "PRODROMIDES Jean", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20987	prou-suzanne-doreau-1920-07-11	{"e3": "1271"}	{"lerrcp": "E3-1271"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Suzanne (DOREAU)", "family": "Prou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-07-11 18:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 6.52171, "lat": 43.27329, "name": "Grimaud", "geoid": 3014634}, "notime": null, "date-ut": "1920-07-11 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Suzanne (DOREAU)", "family": "Prou"}, "birth": {"tzo": "+01:00", "date": "1920-07-11 18:00", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": 6.52171, "lat": 43.27329, "name": "Grimaud", "geoid": 3014634}, "date-ut": "1920-07-11 17:00"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1271"}}, "raw": {"H": "18:00", "COD": "83", "DAY": "11", "MON": "07", "NUM": "1271", "PRO": "WR", "YEA": "1920", "CITY": "Grimaud", "NAME": "PROU Suzanne (DOREAU)", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20988	proust-antonin-1832-03-12	{"e3": "1272"}	{"lerrcp": "E3-1272"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonin", "family": "Proust", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02", "date": "1832-03-12 14:30", "note": null, "place": {"c1": null, "c2": "79", "c3": "", "cy": "FR", "lg": -0.45877, "lat": 46.32313, "name": "Niort", "geoid": 2990355}, "notime": null, "date-ut": "1832-03-12 14:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Antonin", "family": "Proust"}, "birth": {"tzo": "-00:02", "date": "1832-03-12 14:30", "place": {"c2": "79", "c3": "", "cy": "FR", "lg": -0.45877, "lat": 46.32313, "name": "Niort", "geoid": 2990355}, "date-ut": "1832-03-12 14:32"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1272"}}, "raw": {"H": "14:30", "COD": "79", "DAY": "12", "MON": "03", "NUM": "1272", "PRO": "PO", "YEA": "1832", "CITY": "Niort", "NAME": "PROUST Antonin", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
14447	prouteau-gilbert-1917-06-14	{"a6": "659", "e3": "1273"}	{"lerrcp": "A6-659"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilbert", "family": "Prouteau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-06-14 22:00", "note": null, "place": {"c1": null, "c2": "85", "c3": null, "cy": "FR", "lg": -1.40167, "lat": 46.59102, "name": "Nesmy", "geoid": 2990727}, "notime": null, "date-ut": "1917-06-14 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Gilbert", "family": "Prouteau"}, "birth": {"tzo": "+01:00", "date": "1917-06-14 22:00", "place": {"c2": "85", "cy": "FR", "lg": -1.40167, "lat": 46.59102, "name": "Nesmy", "geoid": 2990727}, "date-ut": "1917-06-14 21:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-659"}, "ids-in-sources": {"a6": "659"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "85", "COU": "F", "DAY": "14", "LAT": "46N40", "LON": "1W25", "MON": "6", "NUM": "659", "PRO": "W", "SEC": "0", "YEA": "1917", "CITY": "NESMY"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": ["writer"], "ids-in-sources": {"e3": "1273"}}, "raw": {"H": "22:00", "COD": "85", "DAY": "14", "MON": "06", "NUM": "1273", "PRO": "WR", "YEA": "1917", "CITY": "Nesmy", "NAME": "PROUTEAU Gilbert", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19327	prouvost-jean-1885-04-24	{"e1": "1703", "e3": "1274"}	{"lerrcp": "E1-1703"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Prouvost", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13", "date": "1885-04-24 01:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1885-04-24 00:47"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive", "politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Prouvost"}, "birth": {"tzo": "+00:13", "date": "1885-04-24 01:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1885-04-24 00:47"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1703"}}, "raw": {"H": "01:00", "COD": "59", "DAY": "24", "MON": "04", "NUM": "1703", "PRO": "EX", "YEA": "1885", "CITY": "Roubaix", "NAME": "PROUVOST Jean", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"occus": ["politician"], "ids-in-sources": {"e3": "1274"}}, "raw": {"H": "01:00", "COD": "59", "DAY": "24", "MON": "04", "NUM": "1274", "PRO": "PO", "YEA": "1885", "CITY": "Roubaix", "NAME": "PROUVOST Jean", "NOTE": "*"}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20989	pruvost-jacques-1901-08-19	{"e3": "1275"}	{"lerrcp": "E3-1275"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Pruvost", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-08-19 20:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 2.64125, "lat": 50.64329, "name": "Merville", "geoid": 2994297}, "notime": null, "date-ut": "1901-08-19 19:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cartoonist"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Pruvost"}, "birth": {"tzo": "+00:09", "date": "1901-08-19 20:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 2.64125, "lat": 50.64329, "name": "Merville", "geoid": 2994297}, "date-ut": "1901-08-19 19:51"}, "occus": ["cartoonist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1275"}}, "raw": {"H": "20:00", "COD": "59", "DAY": "19", "MON": "08", "NUM": "1275", "PRO": "CAR", "YEA": "1901", "CITY": "Merville", "NAME": "PRUVOST Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20990	pucheu-pierre-1899-06-27	{"e3": "1276"}	{"lerrcp": "E3-1276"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Pucheu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-06-27 08:30", "note": null, "place": {"c1": null, "c2": "95", "c3": "", "cy": "FR", "lg": 2.28705, "lat": 49.14232, "name": "Beaumont-sur-Oise", "geoid": 3034141}, "notime": null, "date-ut": "1899-06-27 08:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Pucheu"}, "birth": {"tzo": "+00:09", "date": "1899-06-27 08:30", "place": {"c2": "95", "c3": "", "cy": "FR", "lg": 2.28705, "lat": 49.14232, "name": "Beaumont-sur-Oise", "geoid": 3034141}, "date-ut": "1899-06-27 08:21"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1276"}}, "raw": {"H": "08:30", "COD": "95", "DAY": "27", "MON": "06", "NUM": "1276", "PRO": "PO", "YEA": "1899", "CITY": "Beaumont sur Oise", "NAME": "PUCHEU Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20991	puech-louis-1851-05-01	{"e3": "1277"}	{"lerrcp": "E3-1277"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Puech", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11", "date": "1851-05-01 03:00", "note": null, "place": {"c1": null, "c2": "12", "c3": "", "cy": "FR", "lg": 2.72534, "lat": 44.47202, "name": "Bozouls", "geoid": 3030640}, "notime": null, "date-ut": "1851-05-01 02:49"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Puech"}, "birth": {"tzo": "+00:11", "date": "1851-05-01 03:00", "place": {"c2": "12", "c3": "", "cy": "FR", "lg": 2.72534, "lat": 44.47202, "name": "Bozouls", "geoid": 3030640}, "date-ut": "1851-05-01 02:49"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1277"}}, "raw": {"H": "03:00", "COD": "12", "DAY": "01", "MON": "05", "NUM": "1277", "PRO": "PO", "YEA": "1851", "CITY": "Bozouls", "NAME": "PUECH Louis", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20992	puig-roget-henriette-1910-01-09	{"e3": "1278"}	{"lerrcp": "E3-1278"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henriette", "family": "Puig-Roget", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1910-01-09 00:00", "note": null, "place": {"c1": null, "c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bastia", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Henriette", "family": "Puig-Roget"}, "birth": {"tzo": "", "date": "1910-01-09 00:00", "place": {"c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bastia", "geoid": 0}, "date-ut": ""}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1278"}}, "raw": {"H": "00:00", "COD": "20", "DAY": "09", "MON": "01", "NUM": "1278", "PRO": "MUS", "YEA": "1910", "CITY": "Bastia", "NAME": "PUIG-ROGET Henriette", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20993	puis-auguste-1873-04-05	{"e3": "1279"}	{"lerrcp": "E3-1279"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Puis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1873-04-05 20:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "8", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1873-04-05 20:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Puis"}, "birth": {"tzo": "+00:09", "date": "1873-04-05 20:30", "place": {"c2": "75", "c3": "8", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1873-04-05 20:21"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1279"}}, "raw": {"H": "20:30", "COD": "75", "DAY": "05", "MON": "04", "NUM": "1279", "PRO": "PO", "YEA": "1873", "CITY": "Paris 8ème", "NAME": "PUIS Auguste", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19333	pujo-bertrand-1878-08-21	{"e1": "1709", "e3": "1280"}	{"lerrcp": "E1-1709"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bertrand", "family": "Pujo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01", "date": "1878-08-21 14:00", "note": null, "place": {"c1": null, "c2": "65", "c3": "", "cy": "FR", "lg": 0.16943, "lat": 43.12444, "name": "Orignac", "geoid": 2989351}, "notime": null, "date-ut": "1878-08-21 13:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Bertrand", "family": "Pujo"}, "birth": {"tzo": "+00:01", "date": "1878-08-21 14:00", "place": {"c2": "65", "c3": "", "cy": "FR", "lg": 0.16943, "lat": 43.12444, "name": "Orignac", "geoid": 2989351}, "date-ut": "1878-08-21 13:59"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1709"}}, "raw": {"H": "14:00", "COD": "65", "DAY": "21", "MON": "08", "NUM": "1709", "PRO": "MI", "YEA": "1878", "CITY": "Orignac", "NAME": "PUJO Bertrand", "NOTE": "*"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"occus": ["politician"], "ids-in-sources": {"e3": "1280"}}, "raw": {"H": "14:00", "COD": "65", "DAY": "21", "MON": "08", "NUM": "1280", "PRO": "PO", "YEA": "1878", "CITY": "Orignac", "NAME": "PUJO Bertrand", "NOTE": "*"}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[null]
20994	questiaux-nicole-vayer-1930-12-19	{"e3": "1281"}	{"lerrcp": "E3-1281"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicole (VAYER)", "family": "Questiaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1930-12-19 02:00", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1930-12-19 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Nicole (VAYER)", "family": "Questiaux"}, "birth": {"tzo": "+00:00", "date": "1930-12-19 02:00", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1930-12-19 02:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1281"}}, "raw": {"H": "02:00", "COD": "44", "DAY": "19", "MON": "12", "NUM": "1281", "PRO": "PO", "YEA": "1930", "CITY": "Nantes", "NAME": "QUESTIAUX Nicole (VAYER)", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20996	rabiniaux-roger-bellion-1914-12-03	{"e3": "1283"}	{"lerrcp": "E3-1283"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger (BELLION)", "family": "Rabiniaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-12-03 06:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.28864, "lat": 48.89389, "name": "Levallois-Perret", "geoid": 2998975}, "notime": null, "date-ut": "1914-12-03 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Roger (BELLION)", "family": "Rabiniaux"}, "birth": {"tzo": "+00:00", "date": "1914-12-03 06:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.28864, "lat": 48.89389, "name": "Levallois-Perret", "geoid": 2998975}, "date-ut": "1914-12-03 06:00"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1283"}}, "raw": {"H": "06:00", "COD": "92", "DAY": "03", "MON": "12", "NUM": "1283", "PRO": "WR", "YEA": "1914", "CITY": "Levallois-Perret", "NAME": "RABINIAUX Roger (BELLION)", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20998	ralite-jack-1928-05-14	{"e3": "1285"}	{"lerrcp": "E3-1285"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jack", "family": "Ralite", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1928-05-14 15:00", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Châlons sur Marne", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jack", "family": "Ralite"}, "birth": {"tzo": "", "date": "1928-05-14 15:00", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Châlons sur Marne", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1285"}}, "raw": {"H": "15:00", "COD": "51", "DAY": "14", "MON": "05", "NUM": "1285", "PRO": "PO", "YEA": "1928", "CITY": "Châlons sur Marne", "NAME": "RALITE Jack", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
20999	ramadier-paul-1888-03-17	{"e3": "1286"}	{"lerrcp": "E3-1286"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Ramadier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05", "date": "1888-03-17 19:00", "note": null, "place": {"c1": null, "c2": "17", "c3": "", "cy": "FR", "lg": -1.15222, "lat": 46.16308, "name": "La Rochelle", "geoid": 3006787}, "notime": null, "date-ut": "1888-03-17 19:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Ramadier"}, "birth": {"tzo": "-00:05", "date": "1888-03-17 19:00", "place": {"c2": "17", "c3": "", "cy": "FR", "lg": -1.15222, "lat": 46.16308, "name": "La Rochelle", "geoid": 3006787}, "date-ut": "1888-03-17 19:05"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1286"}}, "raw": {"H": "19:00", "COD": "17", "DAY": "17", "MON": "03", "NUM": "1286", "PRO": "PO", "YEA": "1888", "CITY": "La Rochelle", "NAME": "RAMADIER Paul", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21000	rambaud-alfred-1842-07-02	{"e3": "1287"}	{"lerrcp": "E3-1287"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Rambaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24", "date": "1842-07-02 15:30", "note": null, "place": {"c1": null, "c2": "25", "c3": "", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1842-07-02 15:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Rambaud"}, "birth": {"tzo": "+00:24", "date": "1842-07-02 15:30", "place": {"c2": "25", "c3": "", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1842-07-02 15:06"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1287"}}, "raw": {"H": "15:30", "COD": "25", "DAY": "02", "MON": "07", "NUM": "1287", "PRO": "PO", "YEA": "1842", "CITY": "Besançon", "NAME": "RAMBAUD Alfred", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21001	ramonet-edouard-1909-06-14	{"e3": "1288"}	{"lerrcp": "E3-1288"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Ramonet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1909-06-14 04:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Cerbère", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Ramonet"}, "birth": {"tzo": "", "date": "1909-06-14 04:00", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Cerbère", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1288"}}, "raw": {"H": "04:00", "COD": "66", "DAY": "14", "MON": "06", "NUM": "1288", "PRO": "PO", "YEA": "1909", "CITY": "Cerbère", "NAME": "RAMONET Edouard", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21002	rampal-jean-pierre-1922-01-07	{"e3": "1289"}	{"lerrcp": "E3-1289"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Pierre", "family": "Rampal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-01-07 09:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1922-01-07 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean-Pierre", "family": "Rampal"}, "birth": {"tzo": "+00:00", "date": "1922-01-07 09:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1922-01-07 09:00"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1289"}}, "raw": {"H": "09:00", "COD": "13", "DAY": "07", "MON": "01", "NUM": "1289", "PRO": "MUS", "YEA": "1922", "CITY": "Marseille", "NAME": "RAMPAL Jean-Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21003	ratier-antony-1851-06-29	{"e3": "1290"}	{"lerrcp": "E3-1290"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antony", "family": "Ratier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06", "date": "1851-06-29 19:00", "note": null, "place": {"c1": null, "c2": "36", "c3": "", "cy": "FR", "lg": 1.4195, "lat": 46.88877, "name": "Buzançais", "geoid": 3029345}, "notime": null, "date-ut": "1851-06-29 18:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Antony", "family": "Ratier"}, "birth": {"tzo": "+00:06", "date": "1851-06-29 19:00", "place": {"c2": "36", "c3": "", "cy": "FR", "lg": 1.4195, "lat": 46.88877, "name": "Buzançais", "geoid": 3029345}, "date-ut": "1851-06-29 18:54"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1290"}}, "raw": {"H": "19:00", "COD": "36", "DAY": "29", "MON": "06", "NUM": "1290", "PRO": "PO", "YEA": "1851", "CITY": "Buzançais", "NAME": "RATIER Antony", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21004	rauber-francois-marie-1933-01-19	{"e3": "1291"}	{"lerrcp": "E3-1291"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François-Marie", "family": "Rauber", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1933-01-19 13:45", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 5.69602, "lat": 48.35557, "name": "Neufchâteau", "geoid": 2990682}, "notime": null, "date-ut": "1933-01-19 13:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "François-Marie", "family": "Rauber"}, "birth": {"tzo": "+00:00", "date": "1933-01-19 13:45", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 5.69602, "lat": 48.35557, "name": "Neufchâteau", "geoid": 2990682}, "date-ut": "1933-01-19 13:45"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1291"}}, "raw": {"H": "13:45", "COD": "88", "DAY": "19", "MON": "01", "NUM": "1291", "PRO": "MUS", "YEA": "1933", "CITY": "Neufchâteau", "NAME": "RAUBER François-Marie", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21005	raugel-felix-1881-11-27	{"e3": "1292"}	{"lerrcp": "E3-1292"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Raugel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13", "date": "1881-11-27 04:30", "note": null, "place": {"c1": null, "c2": "02", "c3": "", "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "notime": null, "date-ut": "1881-11-27 04:17"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Raugel"}, "birth": {"tzo": "+00:13", "date": "1881-11-27 04:30", "place": {"c2": "02", "c3": "", "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "date-ut": "1881-11-27 04:17"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1292"}}, "raw": {"H": "04:30", "COD": "02", "DAY": "27", "MON": "11", "NUM": "1292", "PRO": "MUS", "YEA": "1881", "CITY": "St-Quentin", "NAME": "RAUGEL Félix", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21006	raynal-paul-1885-07-25	{"e3": "1293"}	{"lerrcp": "E3-1293"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Raynal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12", "date": "1885-07-25 01:00", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": 3.00141, "lat": 43.18396, "name": "Narbonne", "geoid": 2990919}, "notime": null, "date-ut": "1885-07-25 00:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Raynal"}, "birth": {"tzo": "+00:12", "date": "1885-07-25 01:00", "place": {"c2": "11", "c3": "", "cy": "FR", "lg": 3.00141, "lat": 43.18396, "name": "Narbonne", "geoid": 2990919}, "date-ut": "1885-07-25 00:48"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1293"}}, "raw": {"H": "01:00", "COD": "11", "DAY": "25", "MON": "07", "NUM": "1293", "PRO": "WR", "YEA": "1885", "CITY": "Narbonne", "NAME": "RAYNAL Paul", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21007	raynaldy-eugene-1869-12-23	{"e3": "1294"}	{"lerrcp": "E3-1294"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Raynaldy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10", "date": "1869-12-23 08:00", "note": null, "place": {"c1": null, "c2": "12", "c3": "", "cy": "FR", "lg": 2.57338, "lat": 44.35258, "name": "Rodez", "geoid": 2983154}, "notime": null, "date-ut": "1869-12-23 07:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Raynaldy"}, "birth": {"tzo": "+00:10", "date": "1869-12-23 08:00", "place": {"c2": "12", "c3": "", "cy": "FR", "lg": 2.57338, "lat": 44.35258, "name": "Rodez", "geoid": 2983154}, "date-ut": "1869-12-23 07:50"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1294"}}, "raw": {"H": "08:00", "COD": "12", "DAY": "23", "MON": "12", "NUM": "1294", "PRO": "PO", "YEA": "1869", "CITY": "Rodez", "NAME": "RAYNALDY Eugène", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21008	raynaud-claude-1918-08-10	{"e3": "1295"}	{"lerrcp": "E3-1295"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Raynaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-08-10 05:30", "note": null, "place": {"c1": null, "c2": "23", "c3": "", "cy": "FR", "lg": 2.17335, "lat": 45.88415, "name": "Felletin", "geoid": 3018747}, "notime": null, "date-ut": "1918-08-10 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cartoonist"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Raynaud"}, "birth": {"tzo": "+01:00", "date": "1918-08-10 05:30", "place": {"c2": "23", "c3": "", "cy": "FR", "lg": 2.17335, "lat": 45.88415, "name": "Felletin", "geoid": 3018747}, "date-ut": "1918-08-10 04:30"}, "occus": ["cartoonist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1295"}}, "raw": {"H": "05:30", "COD": "23", "DAY": "10", "MON": "08", "NUM": "1295", "PRO": "CAR", "YEA": "1918", "CITY": "Felletin", "NAME": "RAYNAUD Claude", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21009	raynaud-maurice-1860-11-05	{"e3": "1296"}	{"lerrcp": "E3-1296"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Raynaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02", "date": "1860-11-05 01:00", "note": null, "place": {"c1": null, "c2": "16", "c3": "", "cy": "FR", "lg": 0.44289, "lat": 45.61467, "name": "Marthon", "geoid": 2995412}, "notime": null, "date-ut": "1860-11-05 00:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Raynaud"}, "birth": {"tzo": "+00:02", "date": "1860-11-05 01:00", "place": {"c2": "16", "c3": "", "cy": "FR", "lg": 0.44289, "lat": 45.61467, "name": "Marthon", "geoid": 2995412}, "date-ut": "1860-11-05 00:58"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1296"}}, "raw": {"H": "01:00", "COD": "16", "DAY": "05", "MON": "11", "NUM": "1296", "PRO": "PO", "YEA": "1860", "CITY": "Marthon", "NAME": "RAYNAUD Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21010	re-michel-de-gallieni-1925-02-25	{"e3": "1297"}	{"lerrcp": "E3-1297"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel de (GALLIENI)", "family": "Ré", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1925-02-25 04:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "7", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1925-02-25 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Michel de (GALLIENI)", "family": "Ré"}, "birth": {"tzo": "+00:00", "date": "1925-02-25 04:00", "place": {"c2": "75", "c3": "7", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1925-02-25 04:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1297"}}, "raw": {"H": "04:00", "COD": "75", "DAY": "25", "MON": "02", "NUM": "1297", "PRO": "AC", "YEA": "1925", "CITY": "Paris 7ème", "NAME": "RÉ Michel de (GALLIENI)", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21011	regnier-marcel-1867-02-16	{"e3": "1298"}	{"lerrcp": "E3-1298"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Régnier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14", "date": "1867-02-16 17:00", "note": null, "place": {"c1": null, "c2": "03", "c3": "", "cy": "FR", "lg": 3.42909, "lat": 46.23649, "name": "Billy", "geoid": 3032625}, "notime": null, "date-ut": "1867-02-16 16:46"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Régnier"}, "birth": {"tzo": "+00:14", "date": "1867-02-16 17:00", "place": {"c2": "03", "c3": "", "cy": "FR", "lg": 3.42909, "lat": 46.23649, "name": "Billy", "geoid": 3032625}, "date-ut": "1867-02-16 16:46"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1298"}}, "raw": {"H": "17:00", "COD": "03", "DAY": "16", "MON": "02", "NUM": "1298", "PRO": "PO", "YEA": "1867", "CITY": "Billy", "NAME": "RÉGNIER Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21012	reibel-charles-1882-12-29	{"e3": "1299"}	{"lerrcp": "E3-1299"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Reibel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25", "date": "1882-12-29 10:00", "note": null, "place": {"c1": null, "c2": "70", "c3": "", "cy": "FR", "lg": 6.14251, "lat": 47.62604, "name": "Vesoul", "geoid": 2969562}, "notime": null, "date-ut": "1882-12-29 09:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Reibel"}, "birth": {"tzo": "+00:25", "date": "1882-12-29 10:00", "place": {"c2": "70", "c3": "", "cy": "FR", "lg": 6.14251, "lat": 47.62604, "name": "Vesoul", "geoid": 2969562}, "date-ut": "1882-12-29 09:35"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1299"}}, "raw": {"H": "10:00", "COD": "70", "DAY": "29", "MON": "12", "NUM": "1299", "PRO": "PO", "YEA": "1882", "CITY": "Vesoul", "NAME": "REIBEL Charles", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21013	renard-andre-1861-06-14	{"e3": "1300"}	{"lerrcp": "E3-1300"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Renard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13", "date": "1861-06-14 05:00", "note": null, "place": {"c1": null, "c2": "58", "c3": "", "cy": "FR", "lg": 3.159, "lat": 46.98956, "name": "Nevers", "geoid": 2990474}, "notime": null, "date-ut": "1861-06-14 04:47"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Renard"}, "birth": {"tzo": "+00:13", "date": "1861-06-14 05:00", "place": {"c2": "58", "c3": "", "cy": "FR", "lg": 3.159, "lat": 46.98956, "name": "Nevers", "geoid": 2990474}, "date-ut": "1861-06-14 04:47"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1300"}}, "raw": {"H": "05:00", "COD": "58", "DAY": "14", "MON": "06", "NUM": "1300", "PRO": "PO", "YEA": "1861", "CITY": "Nevers", "NAME": "RENARD André", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21014	renard-jean-claude-1922-04-22	{"e3": "1301"}	{"lerrcp": "E3-1301"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Claude", "family": "Renard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-04-22 17:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1922-04-22 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jean-Claude", "family": "Renard"}, "birth": {"tzo": "+01:00", "date": "1922-04-22 17:00", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1922-04-22 16:00"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1301"}}, "raw": {"H": "17:00", "COD": "83", "DAY": "22", "MON": "04", "NUM": "1301", "PRO": "WR", "YEA": "1922", "CITY": "Toulon", "NAME": "RENARD Jean-Claude", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21015	renaud-madeleine-1900-02-21	{"e3": "1302"}	{"lerrcp": "E3-1302"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Madeleine", "family": "Renaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1900-02-21 08:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "16", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1900-02-21 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Madeleine", "family": "Renaud"}, "birth": {"tzo": "+00:09", "date": "1900-02-21 08:00", "place": {"c2": "75", "c3": "16", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1900-02-21 07:51"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1302"}}, "raw": {"H": "08:00", "COD": "75", "DAY": "21", "MON": "02", "NUM": "1302", "PRO": "AC", "YEA": "1900", "CITY": "Paris 16ème", "NAME": "RENAUD Madeleine", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21016	renaudin-andre-1900-10-27	{"e3": "1303"}	{"lerrcp": "E3-1303"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Renaudin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1900-10-27 15:30", "note": null, "place": {"c1": null, "c2": "39", "c3": "", "cy": "FR", "lg": 5.55575, "lat": 46.67535, "name": "Lons-le-Saunier", "geoid": 2997626}, "notime": null, "date-ut": "1900-10-27 15:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "André", "family": "Renaudin"}, "birth": {"tzo": "+00:09", "date": "1900-10-27 15:30", "place": {"c2": "39", "c3": "", "cy": "FR", "lg": 5.55575, "lat": 46.67535, "name": "Lons-le-Saunier", "geoid": 2997626}, "date-ut": "1900-10-27 15:21"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1303"}}, "raw": {"H": "15:30", "COD": "39", "DAY": "27", "MON": "10", "NUM": "1303", "PRO": "JO", "YEA": "1900", "CITY": "Lons le Saunier", "NAME": "RENAUDIN André", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21017	renou-andre-1912-05-24	{"e3": "1304"}	{"lerrcp": "E3-1304"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Renou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1912-05-24 20:00", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Périgny sur Yerres", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "André", "family": "Renou"}, "birth": {"tzo": "", "date": "1912-05-24 20:00", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Périgny sur Yerres", "geoid": 0}, "date-ut": ""}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1304"}}, "raw": {"H": "20:00", "COD": "78", "DAY": "24", "MON": "05", "NUM": "1304", "PRO": "PAI", "YEA": "1912", "CITY": "Périgny sur Yerres", "NAME": "RENOU André", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21018	renouard-michel-1942-09-08	{"e3": "1305"}	{"lerrcp": "E3-1305"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Renouard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1942-09-08 03:15", "note": null, "place": {"c1": null, "c2": "22", "c3": "", "cy": "FR", "lg": -2.05049, "lat": 48.45553, "name": "Dinan", "geoid": 3021356}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Renouard"}, "birth": {"tzo": "", "date": "1942-09-08 03:15", "place": {"c2": "22", "c3": "", "cy": "FR", "lg": -2.05049, "lat": 48.45553, "name": "Dinan", "geoid": 3021356}, "date-ut": ""}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1305"}}, "raw": {"H": "03:15", "COD": "22", "DAY": "08", "MON": "09", "NUM": "1305", "PRO": "WR", "YEA": "1942", "CITY": "Dinan", "NAME": "RENOUARD Michel", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21019	rey-henri-francois-1919-07-31	{"e3": "1306"}	{"lerrcp": "E3-1306"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri-François", "family": "Rey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-07-31 11:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1919-07-31 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Henri-François", "family": "Rey"}, "birth": {"tzo": "+01:00", "date": "1919-07-31 11:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1919-07-31 10:00"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1306"}}, "raw": {"H": "11:00", "COD": "31", "DAY": "31", "MON": "07", "NUM": "1306", "PRO": "WR", "YEA": "1919", "CITY": "Toulouse", "NAME": "REY Henri-François", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21020	rey-henry-1903-11-02	{"e3": "1307"}	{"lerrcp": "E3-1307"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Rey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-11-02 05:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -3.74799, "lat": 47.85536, "name": "Pont-Aven", "geoid": 2986286}, "notime": null, "date-ut": "1903-11-02 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Rey"}, "birth": {"tzo": "+00:09", "date": "1903-11-02 05:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -3.74799, "lat": 47.85536, "name": "Pont-Aven", "geoid": 2986286}, "date-ut": "1903-11-02 04:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1307"}}, "raw": {"H": "05:00", "COD": "29", "DAY": "02", "MON": "11", "NUM": "1307", "PRO": "PO", "YEA": "1903", "CITY": "Pont-Aven", "NAME": "REY Henry", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21021	ribot-alexandre-1842-02-03	{"e3": "1308"}	{"lerrcp": "E3-1308"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Ribot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1842-02-03 01:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "notime": null, "date-ut": "1842-02-03 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Ribot"}, "birth": {"tzo": "+00:09", "date": "1842-02-03 01:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "date-ut": "1842-02-03 00:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1308"}}, "raw": {"H": "01:00", "COD": "62", "DAY": "03", "MON": "02", "NUM": "1308", "PRO": "PO", "YEA": "1842", "CITY": "St-Omer", "NAME": "RIB0T Alexandre", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21022	rich-claude-1929-02-08	{"e3": "1309"}	{"lerrcp": "E3-1309"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Rich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1929-02-08 07:50", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1929-02-08 07:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Rich"}, "birth": {"tzo": "+00:00", "date": "1929-02-08 07:50", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1929-02-08 07:50"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1309"}}, "raw": {"H": "07:50", "COD": "67", "DAY": "08", "MON": "02", "NUM": "1309", "PRO": "AC", "YEA": "1929", "CITY": "Strasbourg", "NAME": "RICH Claude", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21023	riche-etienne-1883-07-15	{"e3": "1310"}	{"lerrcp": "E3-1310"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Riché", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1883-07-15 23:00", "note": null, "place": {"c1": null, "c2": "08", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Charleville", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Riché"}, "birth": {"tzo": "", "date": "1883-07-15 23:00", "place": {"c2": "08", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Charleville", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1310"}}, "raw": {"H": "23:00", "COD": "08", "DAY": "15", "MON": "07", "NUM": "1310", "PRO": "PO", "YEA": "1883", "CITY": "Charleville", "NAME": "RICHÉ Etienne", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21024	riche-jean-marie-1921-03-15	{"e3": "1311"}	{"lerrcp": "E3-1311"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Marie", "family": "Riche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-03-15 16:00", "note": null, "place": {"c1": null, "c2": "02", "c3": "", "cy": "FR", "lg": 3.32361, "lat": 49.38167, "name": "Soissons", "geoid": 2974389}, "notime": null, "date-ut": "1921-03-15 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean-Marie", "family": "Riche"}, "birth": {"tzo": "+01:00", "date": "1921-03-15 16:00", "place": {"c2": "02", "c3": "", "cy": "FR", "lg": 3.32361, "lat": 49.38167, "name": "Soissons", "geoid": 2974389}, "date-ut": "1921-03-15 15:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1311"}}, "raw": {"H": "16:00", "COD": "02", "DAY": "15", "MON": "03", "NUM": "1311", "PRO": "JO", "YEA": "1921", "CITY": "Soissons", "NAME": "RICHE Jean-Marie", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21025	ricolfi-humbert-1886-09-01	{"e3": "1312"}	{"lerrcp": "E3-1312"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Humbert", "family": "Ricolfi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29", "date": "1886-09-01 01:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.31444, "lat": 43.81278, "name": "Contes", "geoid": 3023842}, "notime": null, "date-ut": "1886-09-01 00:31"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Humbert", "family": "Ricolfi"}, "birth": {"tzo": "+00:29", "date": "1886-09-01 01:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.31444, "lat": 43.81278, "name": "Contes", "geoid": 3023842}, "date-ut": "1886-09-01 00:31"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1312"}}, "raw": {"H": "01:00", "COD": "06", "DAY": "01", "MON": "09", "NUM": "1312", "PRO": "PO", "YEA": "1886", "CITY": "Contes", "NAME": "RICOLFI Humbert", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21026	rieunaud-edouard-1904-12-15	{"e3": "1313"}	{"lerrcp": "E3-1313"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Rieunaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-12-15 16:00", "note": null, "place": {"c1": null, "c2": "81", "c3": "", "cy": "FR", "lg": 2.23236, "lat": 44.01192, "name": "Valderiès", "geoid": 2971085}, "notime": null, "date-ut": "1904-12-15 15:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Rieunaud"}, "birth": {"tzo": "+00:09", "date": "1904-12-15 16:00", "place": {"c2": "81", "c3": "", "cy": "FR", "lg": 2.23236, "lat": 44.01192, "name": "Valderiès", "geoid": 2971085}, "date-ut": "1904-12-15 15:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1313"}}, "raw": {"H": "16:00", "COD": "81", "DAY": "15", "MON": "12", "NUM": "1313", "PRO": "JO", "YEA": "1904", "CITY": "Valderiès", "NAME": "RIEUNAUD Edouard", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21027	rieunier-adrien-1833-03-06	{"e3": "1314"}	{"lerrcp": "E3-1314"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrien", "family": "Rieunier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1833-03-06 06:00", "note": null, "place": {"c1": null, "c2": "82", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Castelsarrazin", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Adrien", "family": "Rieunier"}, "birth": {"tzo": "", "date": "1833-03-06 06:00", "place": {"c2": "82", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Castelsarrazin", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1314"}}, "raw": {"H": "06:00", "COD": "82", "DAY": "06", "MON": "03", "NUM": "1314", "PRO": "PO", "YEA": "1833", "CITY": "Castelsarrazin", "NAME": "RIEUNIER Adrien", "NOTE": "*"}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[null]
21028	rigaud-jean-1912-06-15	{"e3": "1315"}	{"lerrcp": "E3-1315"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Rigaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-06-15 07:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1912-06-15 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Rigaud"}, "birth": {"tzo": "+00:00", "date": "1912-06-15 07:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1912-06-15 07:00"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1315"}}, "raw": {"H": "07:00", "COD": "33", "DAY": "15", "MON": "06", "NUM": "1315", "PRO": "PAI", "YEA": "1912", "CITY": "Bordeaux", "NAME": "RIGAUD Jean", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21029	rigaux-jean-1909-02-10	{"e3": "1316"}	{"lerrcp": "E3-1316"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Rigaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-02-10 18:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "9", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1909-02-10 17:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Rigaux"}, "birth": {"tzo": "+00:09", "date": "1909-02-10 18:00", "place": {"c2": "75", "c3": "9", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1909-02-10 17:51"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1316"}}, "raw": {"H": "18:00", "COD": "75", "DAY": "10", "MON": "02", "NUM": "1316", "PRO": "AC", "YEA": "1909", "CITY": "Paris 9ème", "NAME": "RIGAUX Jean", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21030	rinaldi-christiane-bion-1907-09-24	{"e3": "1317"}	{"lerrcp": "E3-1317"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christiane (BION)", "family": "Rinaldi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-09-24 12:30", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.5, "lat": 48.85, "name": "Le Perreux-sur-Marne", "geoid": 3002965}, "notime": null, "date-ut": "1907-09-24 12:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Christiane (BION)", "family": "Rinaldi"}, "birth": {"tzo": "+00:09", "date": "1907-09-24 12:30", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.5, "lat": 48.85, "name": "Le Perreux-sur-Marne", "geoid": 3002965}, "date-ut": "1907-09-24 12:21"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1317"}}, "raw": {"H": "12:30", "COD": "94", "DAY": "24", "MON": "09", "NUM": "1317", "PRO": "WR", "YEA": "1907", "CITY": "Le Perreux/Marne", "NAME": "RINALDI Christiane (BION)", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21031	rio-alphonse-1873-10-28	{"e3": "1318"}	{"lerrcp": "E3-1318"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Rio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:12", "date": "1873-10-28 02:00", "note": null, "place": {"c1": null, "c2": "56", "c3": "", "cy": "FR", "lg": -3.07872, "lat": 47.58433, "name": "Carnac", "geoid": 3028575}, "notime": null, "date-ut": "1873-10-28 02:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Rio"}, "birth": {"tzo": "-00:12", "date": "1873-10-28 02:00", "place": {"c2": "56", "c3": "", "cy": "FR", "lg": -3.07872, "lat": 47.58433, "name": "Carnac", "geoid": 3028575}, "date-ut": "1873-10-28 02:12"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1318"}}, "raw": {"H": "02:00", "COD": "56", "DAY": "28", "MON": "10", "NUM": "1318", "PRO": "PO", "YEA": "1873", "CITY": "Carnac", "NAME": "RIO Alphonse", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21032	riond-georges-1909-06-12	{"e3": "1319"}	{"lerrcp": "E3-1319"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Riond", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1909-06-12 07:30", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Evian", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Riond"}, "birth": {"tzo": "", "date": "1909-06-12 07:30", "place": {"c2": "74", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Evian", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1319"}}, "raw": {"H": "07:30", "COD": "74", "DAY": "12", "MON": "06", "NUM": "1319", "PRO": "JO", "YEA": "1909", "CITY": "Evian", "NAME": "RIOND Georges", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21033	ritter-erwin-1907-11-14	{"e3": "1320"}	{"lerrcp": "E3-1320"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erwin", "family": "Ritter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1907-11-14 20:30", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Erwin", "family": "Ritter"}, "birth": {"tzo": "", "date": "1907-11-14 20:30", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1320"}}, "raw": {"H": "20:30", "COD": "67", "DAY": "14", "MON": "11", "NUM": "1320", "PRO": "JO", "YEA": "1907", "CITY": "Strasbourg", "NAME": "RITTER Erwin", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21034	riva-emmanuele-paulette-1927-02-24	{"e3": "1321"}	{"lerrcp": "E3-1321"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emmanuèle(Paulette)", "family": "Riva", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1927-02-24 16:00", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 6.60346, "lat": 48.1388, "name": "Cheniménil", "geoid": 3025519}, "notime": null, "date-ut": "1927-02-24 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Emmanuèle(Paulette)", "family": "Riva"}, "birth": {"tzo": "+00:00", "date": "1927-02-24 16:00", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 6.60346, "lat": 48.1388, "name": "Cheniménil", "geoid": 3025519}, "date-ut": "1927-02-24 16:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1321"}}, "raw": {"H": "16:00", "COD": "88", "DAY": "24", "MON": "02", "NUM": "1321", "PRO": "AC", "YEA": "1927", "CITY": "Cheniménil", "NAME": "RIVA Emmanuèle(Paulette)", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21035	rivel-lucie-hartenstein-1910-04-24	{"e3": "1322"}	{"lerrcp": "E3-1322"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucie (HARTENSTEIN)", "family": "Rivel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1910-04-24 01:00", "note": null, "place": {"c1": null, "c2": "57", "c3": "", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Lucie (HARTENSTEIN)", "family": "Rivel"}, "birth": {"tzo": "", "date": "1910-04-24 01:00", "place": {"c2": "57", "c3": "", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": ""}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1322"}}, "raw": {"H": "01:00", "COD": "57", "DAY": "24", "MON": "04", "NUM": "1322", "PRO": "PAI", "YEA": "1910", "CITY": "Metz", "NAME": "RIVEL Lucie (HARTENSTEIN)", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21036	riviere-albert-1891-04-24	{"e3": "1323"}	{"lerrcp": "E3-1323"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Riviere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1891-04-24 01:00", "note": null, "place": {"c1": null, "c2": "23", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Grand Bourg", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Riviere"}, "birth": {"tzo": "", "date": "1891-04-24 01:00", "place": {"c2": "23", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Grand Bourg", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1323"}}, "raw": {"H": "01:00", "COD": "23", "DAY": "24", "MON": "04", "NUM": "1323", "PRO": "PO", "YEA": "1891", "CITY": "Grand Bourg", "NAME": "RIVIERE Albert", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21037	rivoyre-christine-denis-de-1921-11-29	{"e3": "1324"}	{"lerrcp": "E3-1324"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christine (DENIS de)", "family": "Rivoyre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1921-11-29 04:00", "note": null, "place": {"c1": null, "c2": "65", "c3": "", "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "notime": null, "date-ut": "1921-11-29 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Christine (DENIS de)", "family": "Rivoyre"}, "birth": {"tzo": "+00:00", "date": "1921-11-29 04:00", "place": {"c2": "65", "c3": "", "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "date-ut": "1921-11-29 04:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1324"}}, "raw": {"H": "04:00", "COD": "65", "DAY": "29", "MON": "11", "NUM": "1324", "PRO": "JO", "YEA": "1921", "CITY": "Tarbes", "NAME": "RIVOYRE Christine (DENIS de)", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21038	robaglia-barthelemy-1867-07-08	{"e3": "1325"}	{"lerrcp": "E3-1325"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Barthélémy", "family": "Robaglia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1867-07-08 21:45", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.29026, "lat": 48.77644, "name": "Sceaux", "geoid": 2975469}, "notime": null, "date-ut": "1867-07-08 21:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Barthélémy", "family": "Robaglia"}, "birth": {"tzo": "+00:09", "date": "1867-07-08 21:45", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.29026, "lat": 48.77644, "name": "Sceaux", "geoid": 2975469}, "date-ut": "1867-07-08 21:36"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1325"}}, "raw": {"H": "21:45", "COD": "92", "DAY": "08", "MON": "07", "NUM": "1325", "PRO": "PO", "YEA": "1867", "CITY": "Sceaux", "NAME": "ROBAGLIA Barthélémy", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21039	robert-pierre-1875-05-17	{"e3": "1326"}	{"lerrcp": "E3-1326"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Robert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16", "date": "1875-05-17 23:30", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.06525, "lat": 45.60752, "name": "Montbrison", "geoid": 2992890}, "notime": null, "date-ut": "1875-05-17 23:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Robert"}, "birth": {"tzo": "+00:16", "date": "1875-05-17 23:30", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.06525, "lat": 45.60752, "name": "Montbrison", "geoid": 2992890}, "date-ut": "1875-05-17 23:14"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1326"}}, "raw": {"H": "23:30", "COD": "42", "DAY": "17", "MON": "05", "NUM": "1326", "PRO": "PO", "YEA": "1875", "CITY": "Montbrison", "NAME": "R0BERT Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21040	robichon-jacques-1920-11-08	{"e3": "1327"}	{"lerrcp": "E3-1327"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Robichon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1920-11-08 07:00", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": 2.52746, "lat": 48.94472, "name": "Sevran", "geoid": 2974681}, "notime": null, "date-ut": "1920-11-08 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Robichon"}, "birth": {"tzo": "+00:00", "date": "1920-11-08 07:00", "place": {"c2": "93", "c3": "", "cy": "FR", "lg": 2.52746, "lat": 48.94472, "name": "Sevran", "geoid": 2974681}, "date-ut": "1920-11-08 07:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1327"}}, "raw": {"H": "07:00", "COD": "93", "DAY": "08", "MON": "11", "NUM": "1327", "PRO": "JO", "YEA": "1920", "CITY": "Sevran", "NAME": "ROBICHON Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21041	robinson-madeleine-svoboda-1917-11-05	{"e3": "1328"}	{"lerrcp": "E3-1328"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Madeleine (SVOBODA)", "family": "Robinson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1917-11-05 00:15", "note": null, "place": {"c1": null, "c2": "75", "c3": "6", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1917-11-05 00:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Madeleine (SVOBODA)", "family": "Robinson"}, "birth": {"tzo": "+00:00", "date": "1917-11-05 00:15", "place": {"c2": "75", "c3": "6", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1917-11-05 00:15"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1328"}}, "raw": {"H": "00:15", "COD": "75", "DAY": "05", "MON": "11", "NUM": "1328", "PRO": "AC", "YEA": "1917", "CITY": "Paris 6ème", "NAME": "ROBINSON Madeleine (SVOBODA)", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21042	rocard-michel-1930-08-23	{"e3": "1329"}	{"lerrcp": "E3-1329"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Rocard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1930-08-23 09:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.25666, "lat": 48.89672, "name": "Courbevoie", "geoid": 3023141}, "notime": null, "date-ut": "1930-08-23 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Rocard"}, "birth": {"tzo": "+01:00", "date": "1930-08-23 09:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.25666, "lat": 48.89672, "name": "Courbevoie", "geoid": 3023141}, "date-ut": "1930-08-23 08:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1329"}}, "raw": {"H": "09:00", "COD": "92", "DAY": "23", "MON": "08", "NUM": "1329", "PRO": "PO", "YEA": "1930", "CITY": "Courbevoie", "NAME": "ROCARD Michel", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21043	roche-france-1921-04-02	{"e3": "1330"}	{"lerrcp": "E3-1330"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "France", "family": "Roche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-04-02 09:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 6.64049, "lat": 43.26764, "name": "Saint-Tropez", "geoid": 2976742}, "notime": null, "date-ut": "1921-04-02 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "France", "family": "Roche"}, "birth": {"tzo": "+01:00", "date": "1921-04-02 09:00", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": 6.64049, "lat": 43.26764, "name": "Saint-Tropez", "geoid": 2976742}, "date-ut": "1921-04-02 08:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1330"}}, "raw": {"H": "09:00", "COD": "83", "DAY": "02", "MON": "04", "NUM": "1330", "PRO": "JO", "YEA": "1921", "CITY": "St-Tropez", "NAME": "ROCHE France", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21044	roche-jules-1841-05-22	{"e3": "1331"}	{"lerrcp": "E3-1331"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Roche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18", "date": "1841-05-22 16:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1841-05-22 15:42"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Roche"}, "birth": {"tzo": "+00:18", "date": "1841-05-22 16:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1841-05-22 15:42"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1331"}}, "raw": {"H": "16:00", "COD": "42", "DAY": "22", "MON": "05", "NUM": "1331", "PRO": "PO", "YEA": "1841", "CITY": "St-Etienne", "NAME": "ROCHE Jules", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21045	rochebouet-gaetan-de-1813-03-16	{"e3": "1332"}	{"lerrcp": "E3-1332"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaëtan de", "family": "Rochebouet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02", "date": "1813-03-16 11:00", "note": null, "place": {"c1": null, "c2": "49", "c3": "", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "notime": null, "date-ut": "1813-03-16 11:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Gaëtan de", "family": "Rochebouet"}, "birth": {"tzo": "-00:02", "date": "1813-03-16 11:00", "place": {"c2": "49", "c3": "", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "date-ut": "1813-03-16 11:02"}, "notes": [null], "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1332"}}, "raw": {"H": "11:00", "COD": "49", "DAY": "16", "MON": "03", "NUM": "1332", "PRO": "PO", "YEA": "1813", "CITY": "Angers", "NAME": "ROCHEBOUET Gaëtan de", "NOTE": "*"}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[null]
21046	rochefort-henri-de-1831-01-30	{"e3": "1333"}	{"lerrcp": "E3-1333"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri de", "family": "Rochefort", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1831-01-30 03:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1831-01-30 02:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Henri de", "family": "Rochefort"}, "birth": {"tzo": "+00:09", "date": "1831-01-30 03:00", "place": {"c2": "75", "c3": "", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1831-01-30 02:51"}, "notes": [null], "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1333"}}, "raw": {"H": "03:00", "COD": "75", "DAY": "30", "MON": "01", "NUM": "1333", "PRO": "PO", "YEA": "1831", "CITY": "Paris", "NAME": "ROCHEFORT Henri de", "NOTE": "*"}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[null]
21047	rochereau-henri-1908-03-25	{"e3": "1334"}	{"lerrcp": "E3-1334"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Rochereau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1908-03-25 22:00", "note": null, "place": {"c1": null, "c2": "85", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Chantonay", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Rochereau"}, "birth": {"tzo": "", "date": "1908-03-25 22:00", "place": {"c2": "85", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Chantonay", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1334"}}, "raw": {"H": "22:00", "COD": "85", "DAY": "25", "MON": "03", "NUM": "1334", "PRO": "PO", "YEA": "1908", "CITY": "Chantonay", "NAME": "ROCHEREAU Henri", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21048	roden-constant-1852-07-11	{"e3": "1335"}	{"lerrcp": "E3-1335"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Constant", "family": "Roden", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10", "date": "1852-07-11 19:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.48493, "lat": 50.37521, "name": "Chelers", "geoid": 3025625}, "notime": null, "date-ut": "1852-07-11 18:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Constant", "family": "Roden"}, "birth": {"tzo": "+00:10", "date": "1852-07-11 19:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 2.48493, "lat": 50.37521, "name": "Chelers", "geoid": 3025625}, "date-ut": "1852-07-11 18:50"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1335"}}, "raw": {"H": "19:00", "COD": "62", "DAY": "11", "MON": "07", "NUM": "1335", "PRO": "PO", "YEA": "1852", "CITY": "Chelers", "NAME": "RODEN Constant", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21049	roger-emile-1920-05-05	{"e3": "1336"}	{"lerrcp": "E3-1336"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Roger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-05-05 17:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.16949, "lat": 50.39012, "name": "Lallaing", "geoid": 3008463}, "notime": null, "date-ut": "1920-05-05 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Roger"}, "birth": {"tzo": "+01:00", "date": "1920-05-05 17:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.16949, "lat": 50.39012, "name": "Lallaing", "geoid": 3008463}, "date-ut": "1920-05-05 16:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1336"}}, "raw": {"H": "17:00", "COD": "59", "DAY": "05", "MON": "05", "NUM": "1336", "PRO": "PO", "YEA": "1920", "CITY": "Lallaing", "NAME": "ROGER Emile", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21050	ronet-maurice-1927-04-13	{"e3": "1337"}	{"lerrcp": "E3-1337"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Ronet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1927-04-13 05:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1927-04-13 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Ronet"}, "birth": {"tzo": "+01:00", "date": "1927-04-13 05:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1927-04-13 04:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1337"}}, "raw": {"H": "05:00", "COD": "06", "DAY": "13", "MON": "04", "NUM": "1337", "PRO": "AC", "YEA": "1927", "CITY": "Nice", "NAME": "RONET Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21051	rossi-andre-1921-05-16	{"e3": "1338"}	{"lerrcp": "E3-1338"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Rossi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-05-16 14:30", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.50435, "lat": 43.77649, "name": "Menton", "geoid": 2994497}, "notime": null, "date-ut": "1921-05-16 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Rossi"}, "birth": {"tzo": "+01:00", "date": "1921-05-16 14:30", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.50435, "lat": 43.77649, "name": "Menton", "geoid": 2994497}, "date-ut": "1921-05-16 13:30"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1338"}}, "raw": {"H": "14:30", "COD": "06", "DAY": "16", "MON": "05", "NUM": "1338", "PRO": "PO", "YEA": "1921", "CITY": "Menton", "NAME": "ROSSI André", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21052	rouanet-pierre-1921-05-12	{"e3": "1339"}	{"lerrcp": "E3-1339"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Rouanet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-05-12 17:30", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.48268, "lat": 48.85442, "name": "Fontenay-sous-Bois", "geoid": 3017910}, "notime": null, "date-ut": "1921-05-12 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Rouanet"}, "birth": {"tzo": "+01:00", "date": "1921-05-12 17:30", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.48268, "lat": 48.85442, "name": "Fontenay-sous-Bois", "geoid": 3017910}, "date-ut": "1921-05-12 16:30"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1339"}}, "raw": {"H": "17:30", "COD": "94", "DAY": "12", "MON": "05", "NUM": "1339", "PRO": "WR", "YEA": "1921", "CITY": "Fontenay sous bois", "NAME": "ROUANET Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21053	rouault-de-la-vigne-rene-1889-12-18	{"e3": "1340"}	{"lerrcp": "E3-1340"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "de la VIGNE René", "family": "Rouault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:08", "date": "1889-12-18 07:30", "note": null, "place": {"c1": null, "c2": "22", "c3": "", "cy": "FR", "lg": -2.05049, "lat": 48.45553, "name": "Dinan", "geoid": 3021356}, "notime": null, "date-ut": "1889-12-18 07:38"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "de la VIGNE René", "family": "Rouault"}, "birth": {"tzo": "-00:08", "date": "1889-12-18 07:30", "place": {"c2": "22", "c3": "", "cy": "FR", "lg": -2.05049, "lat": 48.45553, "name": "Dinan", "geoid": 3021356}, "date-ut": "1889-12-18 07:38"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1340"}}, "raw": {"H": "07:30", "COD": "22", "DAY": "18", "MON": "12", "NUM": "1340", "PRO": "WR", "YEA": "1889", "CITY": "Dinan", "NAME": "ROUAULT de la VIGNE René", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21054	roubaud-pierre-1931-05-28	{"e3": "1341"}	{"lerrcp": "E3-1341"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Roubaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1931-05-28 23:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 6.92537, "lat": 43.65783, "name": "Grasse", "geoid": 3014856}, "notime": null, "date-ut": "1931-05-28 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Roubaud"}, "birth": {"tzo": "+01:00", "date": "1931-05-28 23:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 6.92537, "lat": 43.65783, "name": "Grasse", "geoid": 3014856}, "date-ut": "1931-05-28 22:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1341"}}, "raw": {"H": "23:00", "COD": "06", "DAY": "28", "MON": "05", "NUM": "1341", "PRO": "JO", "YEA": "1931", "CITY": "Grasse", "NAME": "ROUBAUD Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21055	rougeron-camille-pierre-1893-01-08	{"e3": "1342"}	{"lerrcp": "E3-1342"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille (Pierre)", "family": "Rougeron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1893-01-08 08:00", "note": null, "place": {"c1": null, "c2": "23", "c3": "", "cy": "FR", "lg": 1.87166, "lat": 46.17185, "name": "Guéret", "geoid": 3014383}, "notime": null, "date-ut": "1893-01-08 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Camille (Pierre)", "family": "Rougeron"}, "birth": {"tzo": "+00:09", "date": "1893-01-08 08:00", "place": {"c2": "23", "c3": "", "cy": "FR", "lg": 1.87166, "lat": 46.17185, "name": "Guéret", "geoid": 3014383}, "date-ut": "1893-01-08 07:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1342"}}, "raw": {"H": "08:00", "COD": "23", "DAY": "08", "MON": "01", "NUM": "1342", "PRO": "JO", "YEA": "1893", "CITY": "Guéret", "NAME": "ROUGERON Camille (Pierre)", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21056	rouher-eugene-1814-11-30	{"e3": "1343"}	{"lerrcp": "E3-1343"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Rouher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12", "date": "1814-11-30 05:00", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 3.11264, "lat": 45.89362, "name": "Riom", "geoid": 2983489}, "notime": null, "date-ut": "1814-11-30 04:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Rouher"}, "birth": {"tzo": "+00:12", "date": "1814-11-30 05:00", "place": {"c2": "63", "c3": "", "cy": "FR", "lg": 3.11264, "lat": 45.89362, "name": "Riom", "geoid": 2983489}, "date-ut": "1814-11-30 04:48"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1343"}}, "raw": {"H": "05:00", "COD": "63", "DAY": "30", "MON": "11", "NUM": "1343", "PRO": "PO", "YEA": "1814", "CITY": "Riom", "NAME": "ROUHER Eugène", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21057	rouland-jean-paul-1928-05-28	{"e3": "1344"}	{"lerrcp": "E3-1344"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Paul", "family": "Rouland", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1928-05-28 18:00", "note": null, "place": {"c1": null, "c2": "50", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Sauveur le Vic", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean Paul", "family": "Rouland"}, "birth": {"tzo": "", "date": "1928-05-28 18:00", "place": {"c2": "50", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Sauveur le Vic", "geoid": 0}, "date-ut": ""}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1344"}}, "raw": {"H": "18:00", "COD": "50", "DAY": "28", "MON": "05", "NUM": "1344", "PRO": "AC", "YEA": "1928", "CITY": "St Sauveur le Vic", "NAME": "ROULAND Jean Paul", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21058	rousseau-armand-1835-08-24	{"e3": "1345"}	{"lerrcp": "E3-1345"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Rousseau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1835-08-24 05:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Trefflez", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Rousseau"}, "birth": {"tzo": "", "date": "1835-08-24 05:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Trefflez", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1345"}}, "raw": {"H": "05:00", "COD": "29", "DAY": "24", "MON": "08", "NUM": "1345", "PRO": "PO", "YEA": "1835", "CITY": "Trefflez", "NAME": "ROUSSEAU Armand", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19469	roussin-albert-1821-08-02	{"e1": "1848", "e3": "1346"}	{"lerrcp": "E1-1848"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Roussin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:18", "date": "1821-08-02 22:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1821-08-02 22:18"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Roussin"}, "birth": {"tzo": "-00:18", "date": "1821-08-02 22:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1821-08-02 22:18"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1848"}}, "raw": {"H": "22:00", "COD": "29", "DAY": "02", "MON": "08", "NUM": "1848", "PRO": "MI", "YEA": "1821", "CITY": "Brest", "NAME": "ROUSSIN Albert", "NOTE": "*"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"occus": ["politician"], "ids-in-sources": {"e3": "1346"}}, "raw": {"H": "22:00", "COD": "29", "DAY": "02", "MON": "08", "NUM": "1346", "PRO": "PO", "YEA": "1821", "CITY": "Brest", "NAME": "ROUSSIN Albert", "NOTE": "*"}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[null]
21059	roustan-mario-1870-02-20	{"e3": "1347"}	{"lerrcp": "E3-1347"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Roustan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15", "date": "1870-02-20 03:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "notime": null, "date-ut": "1870-02-20 02:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Roustan"}, "birth": {"tzo": "+00:15", "date": "1870-02-20 03:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "date-ut": "1870-02-20 02:45"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1347"}}, "raw": {"H": "03:00", "COD": "34", "DAY": "20", "MON": "02", "NUM": "1347", "PRO": "PO", "YEA": "1870", "CITY": "Sète", "NAME": "ROUSTAN Mario", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21060	rouvier-mauriee-1842-04-17	{"e3": "1348"}	{"lerrcp": "E3-1348"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mauriee", "family": "Rouvier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22", "date": "1842-04-17 14:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "notime": null, "date-ut": "1842-04-17 13:38"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Mauriee", "family": "Rouvier"}, "birth": {"tzo": "+00:22", "date": "1842-04-17 14:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "date-ut": "1842-04-17 13:38"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1348"}}, "raw": {"H": "14:00", "COD": "13", "DAY": "17", "MON": "04", "NUM": "1348", "PRO": "PO", "YEA": "1842", "CITY": "Aix en Provence", "NAME": "ROUVIER Mauriee", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21061	roux-jean-pierre-1930-12-26	{"e3": "1349"}	{"lerrcp": "E3-1349"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Pierre", "family": "Roux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1930-12-26 11:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1930-12-26 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean-Pierre", "family": "Roux"}, "birth": {"tzo": "+00:00", "date": "1930-12-26 11:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1930-12-26 11:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1349"}}, "raw": {"H": "11:00", "COD": "34", "DAY": "26", "MON": "12", "NUM": "1349", "PRO": "JO", "YEA": "1930", "CITY": "Montpellier", "NAME": "ROUX Jean-Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21062	roux-vincent-1928-12-01	{"e3": "1350"}	{"lerrcp": "E3-1350"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincent", "family": "Roux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1928-12-01 05:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1928-12-01 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Vincent", "family": "Roux"}, "birth": {"tzo": "+00:00", "date": "1928-12-01 05:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1928-12-01 05:00"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1350"}}, "raw": {"H": "05:00", "COD": "13", "DAY": "01", "MON": "12", "NUM": "1350", "PRO": "PAI", "YEA": "1928", "CITY": "Marseille", "NAME": "ROUX Vincent", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21063	roy-henri-1873-02-17	{"e3": "1351"}	{"lerrcp": "E3-1351"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Roy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22", "date": "1873-02-17 23:00", "note": null, "place": {"c1": null, "c2": "39", "c3": "", "cy": "FR", "lg": 5.58963, "lat": 46.85388, "name": "Le Bouchaud", "geoid": 3005167}, "notime": null, "date-ut": "1873-02-17 22:38"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Roy"}, "birth": {"tzo": "+00:22", "date": "1873-02-17 23:00", "place": {"c2": "39", "c3": "", "cy": "FR", "lg": 5.58963, "lat": 46.85388, "name": "Le Bouchaud", "geoid": 3005167}, "date-ut": "1873-02-17 22:38"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1351"}}, "raw": {"H": "23:00", "COD": "39", "DAY": "17", "MON": "02", "NUM": "1351", "PRO": "PO", "YEA": "1873", "CITY": "Le Bouchaud", "NAME": "ROY Henri", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21064	royer-jean-1920-10-31	{"e3": "1352"}	{"lerrcp": "E3-1352"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Royer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1920-10-31 03:10", "note": null, "place": {"c1": null, "c2": "58", "c3": "", "cy": "FR", "lg": 3.159, "lat": 46.98956, "name": "Nevers", "geoid": 2990474}, "notime": null, "date-ut": "1920-10-31 03:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Royer"}, "birth": {"tzo": "+00:00", "date": "1920-10-31 03:10", "place": {"c2": "58", "c3": "", "cy": "FR", "lg": 3.159, "lat": 46.98956, "name": "Nevers", "geoid": 2990474}, "date-ut": "1920-10-31 03:10"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1352"}}, "raw": {"H": "03:10", "COD": "58", "DAY": "31", "MON": "10", "NUM": "1352", "PRO": "PO", "YEA": "1920", "CITY": "Nevers", "NAME": "ROYER Jean", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21065	rubin-francis-1913-10-04	{"e3": "1353"}	{"lerrcp": "E3-1353"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Rubin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1913-10-04 21:30", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Francis", "family": "Rubin"}, "birth": {"tzo": "", "date": "1913-10-04 21:30", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1353"}}, "raw": {"H": "21:30", "COD": "67", "DAY": "04", "MON": "10", "NUM": "1353", "PRO": "JO", "YEA": "1913", "CITY": "Strasbourg", "NAME": "RUBIN Francis", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21066	rucart-marc-1893-07-24	{"e3": "1354"}	{"lerrcp": "E3-1354"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marc", "family": "Rucart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1893-07-24 11:15", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": 3.08498, "lat": 48.81451, "name": "Coulommiers", "geoid": 3023240}, "notime": null, "date-ut": "1893-07-24 11:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Marc", "family": "Rucart"}, "birth": {"tzo": "+00:09", "date": "1893-07-24 11:15", "place": {"c2": "77", "c3": "", "cy": "FR", "lg": 3.08498, "lat": 48.81451, "name": "Coulommiers", "geoid": 3023240}, "date-ut": "1893-07-24 11:06"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1354"}}, "raw": {"H": "11:15", "COD": "77", "DAY": "24", "MON": "07", "NUM": "1354", "PRO": "PO", "YEA": "1893", "CITY": "Coulommiers", "NAME": "RUCART Marc", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21067	rudel-yves-marie-menoret-1907-10-01	{"e3": "1355"}	{"lerrcp": "E3-1355"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves Marie (MENORET)", "family": "Rudel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-10-01 18:00", "note": null, "place": {"c1": null, "c2": "91", "c3": "", "cy": "FR", "lg": 2.19489, "lat": 48.49465, "name": "Étréchy", "geoid": 3019372}, "notime": null, "date-ut": "1907-10-01 17:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Yves Marie (MENORET)", "family": "Rudel"}, "birth": {"tzo": "+00:09", "date": "1907-10-01 18:00", "place": {"c2": "91", "c3": "", "cy": "FR", "lg": 2.19489, "lat": 48.49465, "name": "Étréchy", "geoid": 3019372}, "date-ut": "1907-10-01 17:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1355"}}, "raw": {"H": "18:00", "COD": "91", "DAY": "01", "MON": "10", "NUM": "1355", "PRO": "WR", "YEA": "1907", "CITY": "Etréchy", "NAME": "RUDEL Yves Marie (MENORET)", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21068	sabatier-robert-1923-08-17	{"e3": "1356"}	{"lerrcp": "E3-1356"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Sabatier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1923-08-17 08:10", "note": null, "place": {"c1": null, "c2": "75", "c3": "18", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1923-08-17 07:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Sabatier"}, "birth": {"tzo": "+01:00", "date": "1923-08-17 08:10", "place": {"c2": "75", "c3": "18", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1923-08-17 07:10"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1356"}}, "raw": {"H": "08:10", "COD": "75", "DAY": "17", "MON": "08", "NUM": "1356", "PRO": "WR", "YEA": "1923", "CITY": "Paris 18ème", "NAME": "SABATIER Robert", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21069	sabbagh-pierre-1918-07-18	{"e3": "1357"}	{"lerrcp": "E3-1357"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Sabbagh", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-07-18 01:30", "note": null, "place": {"c1": null, "c2": "22", "c3": "", "cy": "FR", "lg": -3.45657, "lat": 48.73264, "name": "Lannion", "geoid": 3007609}, "notime": null, "date-ut": "1918-07-18 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Sabbagh"}, "birth": {"tzo": "+01:00", "date": "1918-07-18 01:30", "place": {"c2": "22", "c3": "", "cy": "FR", "lg": -3.45657, "lat": 48.73264, "name": "Lannion", "geoid": 3007609}, "date-ut": "1918-07-18 00:30"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1357"}}, "raw": {"H": "01:30", "COD": "22", "DAY": "18", "MON": "07", "NUM": "1357", "PRO": "JO", "YEA": "1918", "CITY": "Lannion", "NAME": "SABBAGH Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21070	saint-laurent-cecil-laurent-1919-01-05	{"e3": "1358"}	{"lerrcp": "E3-1358"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cecil (LAURENT)", "family": "Saint Laurent", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1919-01-05 09:15", "note": null, "place": {"c1": null, "c2": "75", "c3": "9", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1919-01-05 09:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Cecil (LAURENT)", "family": "Saint Laurent"}, "birth": {"tzo": "+00:00", "date": "1919-01-05 09:15", "place": {"c2": "75", "c3": "9", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1919-01-05 09:15"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1358"}}, "raw": {"H": "09:15", "COD": "75", "DAY": "05", "MON": "01", "NUM": "1358", "PRO": "WR", "YEA": "1919", "CITY": "Paris 9ème", "NAME": "SAINT LAURENT Cecil (LAURENT)", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21071	saint-pierre-michel-de-1916-02-12	{"e3": "1359"}	{"lerrcp": "E3-1359"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel de", "family": "Saint Pierre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-02-12 20:00", "note": null, "place": {"c1": null, "c2": "41", "c3": "", "cy": "FR", "lg": 1.32912, "lat": 47.59432, "name": "Blois", "geoid": 3032213}, "notime": null, "date-ut": "1916-02-12 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Michel de", "family": "Saint Pierre"}, "birth": {"tzo": "+00:00", "date": "1916-02-12 20:00", "place": {"c2": "41", "c3": "", "cy": "FR", "lg": 1.32912, "lat": 47.59432, "name": "Blois", "geoid": 3032213}, "date-ut": "1916-02-12 20:00"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1359"}}, "raw": {"H": "20:00", "COD": "41", "DAY": "12", "MON": "02", "NUM": "1359", "PRO": "WR", "YEA": "1916", "CITY": "Blois", "NAME": "SAINT PIERRE Michel de", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21072	saint-solieux-guy-1929-09-25	{"e3": "1360"}	{"lerrcp": "E3-1360"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Saint Solieux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1929-09-25 21:30", "note": null, "place": {"c1": null, "c2": "28", "c3": "", "cy": "FR", "lg": 1.48925, "lat": 48.44685, "name": "Chartres", "geoid": 3026467}, "notime": null, "date-ut": "1929-09-25 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Saint Solieux"}, "birth": {"tzo": "+01:00", "date": "1929-09-25 21:30", "place": {"c2": "28", "c3": "", "cy": "FR", "lg": 1.48925, "lat": 48.44685, "name": "Chartres", "geoid": 3026467}, "date-ut": "1929-09-25 20:30"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1360"}}, "raw": {"H": "21:30", "COD": "28", "DAY": "25", "MON": "09", "NUM": "1360", "PRO": "JO", "YEA": "1929", "CITY": "Chartres", "NAME": "SAINT SOLIEUX Guy", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21073	sainval-claude-mac-connel-1911-08-13	{"e3": "1361"}	{"lerrcp": "E3-1361"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude (MAC CONNEL)", "family": "Sainval", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1911-08-13 05:45", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Claude (MAC CONNEL)", "family": "Sainval"}, "birth": {"tzo": "", "date": "1911-08-13 05:45", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": ""}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1361"}}, "raw": {"H": "05:45", "COD": "67", "DAY": "13", "MON": "08", "NUM": "1361", "PRO": "AC", "YEA": "1911", "CITY": "Strasbourg", "NAME": "SAINVAL Claude (MAC CONNEL)", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21074	saint-vallier-charles-de-1833-08-12	{"e3": "1362"}	{"lerrcp": "E3-1362"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles de", "family": "Saint-Vallier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15", "date": "1833-08-12 22:30", "note": null, "place": {"c1": null, "c2": "02", "c3": "", "cy": "FR", "lg": 3.77262, "lat": 49.55369, "name": "Coucy-lès-Eppes", "geoid": 3023362}, "notime": null, "date-ut": "1833-08-12 22:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Charles de", "family": "Saint-Vallier"}, "birth": {"tzo": "+00:15", "date": "1833-08-12 22:30", "place": {"c2": "02", "c3": "", "cy": "FR", "lg": 3.77262, "lat": 49.55369, "name": "Coucy-lès-Eppes", "geoid": 3023362}, "date-ut": "1833-08-12 22:15"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1362"}}, "raw": {"H": "22:30", "COD": "02", "DAY": "12", "MON": "08", "NUM": "1362", "PRO": "PO", "YEA": "1833", "CITY": "Coucy lès Eppes", "NAME": "SAINT-VALLIER Charles de", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21075	salengro-roger-1890-05-30	{"e3": "1363"}	{"lerrcp": "E3-1363"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Salengro", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12", "date": "1890-05-30 09:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1890-05-30 08:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Salengro"}, "birth": {"tzo": "+00:12", "date": "1890-05-30 09:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1890-05-30 08:48"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1363"}}, "raw": {"H": "09:00", "COD": "59", "DAY": "30", "MON": "05", "NUM": "1363", "PRO": "PO", "YEA": "1890", "CITY": "Lille", "NAME": "SALENGRO Roger", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21076	sandberg-charpentier-marie-1905-02-16	{"e3": "1364"}	{"lerrcp": "E3-1364"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Sandberg-Charpentier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-02-16 06:50", "note": null, "place": {"c1": null, "c2": "49", "c3": "", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "notime": null, "date-ut": "1905-02-16 06:41"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Sandberg-Charpentier"}, "birth": {"tzo": "+00:09", "date": "1905-02-16 06:50", "place": {"c2": "49", "c3": "", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "date-ut": "1905-02-16 06:41"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1364"}}, "raw": {"H": "06:50", "COD": "49", "DAY": "16", "MON": "02", "NUM": "1364", "PRO": "JO", "YEA": "1905", "CITY": "Angers", "NAME": "SANDBERG-CHARPENTIER Marie", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21077	sandy-isabelle-fourcade-1884-06-15	{"e3": "1365"}	{"lerrcp": "E3-1365"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Isabelle (FOURCADE)", "family": "Sandy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1884-06-15 07:00", "note": null, "place": {"c1": null, "c2": "09", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Cos près Foix", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Isabelle (FOURCADE)", "family": "Sandy"}, "birth": {"tzo": "", "date": "1884-06-15 07:00", "place": {"c2": "09", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Cos près Foix", "geoid": 0}, "date-ut": ""}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1365"}}, "raw": {"H": "07:00", "COD": "09", "DAY": "15", "MON": "06", "NUM": "1365", "PRO": "WR", "YEA": "1884", "CITY": "Cos près Foix", "NAME": "SANDY Isabelle (FOURCADE)", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21078	sangnier-marc-1873-04-03	{"e3": "1366"}	{"lerrcp": "E3-1366"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marc", "family": "Sangnier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1873-04-03 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "7", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1873-04-03 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Marc", "family": "Sangnier"}, "birth": {"tzo": "+00:09", "date": "1873-04-03 06:00", "place": {"c2": "75", "c3": "7", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1873-04-03 05:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1366"}}, "raw": {"H": "06:00", "COD": "75", "DAY": "03", "MON": "04", "NUM": "1366", "PRO": "PO", "YEA": "1873", "CITY": "Paris 7ème", "NAME": "SANGNIER Marc", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21079	saraben-julien-1892-07-12	{"e3": "1367"}	{"lerrcp": "E3-1367"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julien", "family": "Saraben", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1892-07-12 00:15", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1892-07-12 00:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Julien", "family": "Saraben"}, "birth": {"tzo": "+00:09", "date": "1892-07-12 00:15", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1892-07-12 00:06"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1367"}}, "raw": {"H": "00:15", "COD": "76", "DAY": "12", "MON": "07", "NUM": "1367", "PRO": "PAI", "YEA": "1892", "CITY": "Le Havre", "NAME": "SARABEN Julien", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21080	sardou-michel-1947-01-26	{"e3": "1368"}	{"lerrcp": "E3-1368"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Sardou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1947-01-26 14:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "17", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1947-01-26 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Sardou"}, "birth": {"tzo": "+01:00", "date": "1947-01-26 14:00", "place": {"c2": "75", "c3": "17", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1947-01-26 13:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1368"}}, "raw": {"H": "14:00", "COD": "75", "DAY": "26", "MON": "01", "NUM": "1368", "PRO": "AC", "YEA": "1947", "CITY": "Paris 17ème", "NAME": "SARDOU Michel", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21081	sarraut-albert-1872-07-28	{"e3": "1369"}	{"lerrcp": "E3-1369"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Sarraut", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02", "date": "1872-07-28 23:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1872-07-28 23:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Sarraut"}, "birth": {"tzo": "-00:02", "date": "1872-07-28 23:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1872-07-28 23:02"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1369"}}, "raw": {"H": "23:00", "COD": "33", "DAY": "28", "MON": "07", "NUM": "1369", "PRO": "PO", "YEA": "1872", "CITY": "Bordeaux", "NAME": "SARRAUT Albert", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21082	sarrien-ferdinand-jean-1840-10-15	{"e3": "1370"}	{"lerrcp": "E3-1370"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand Jean", "family": "Sarrien", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15", "date": "1840-10-15 06:00", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 3.76953, "lat": 46.62214, "name": "Bourbon-Lancy", "geoid": 3031090}, "notime": null, "date-ut": "1840-10-15 05:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Ferdinand Jean", "family": "Sarrien"}, "birth": {"tzo": "+00:15", "date": "1840-10-15 06:00", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 3.76953, "lat": 46.62214, "name": "Bourbon-Lancy", "geoid": 3031090}, "date-ut": "1840-10-15 05:45"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1370"}}, "raw": {"H": "06:00", "COD": "71", "DAY": "15", "MON": "10", "NUM": "1370", "PRO": "PO", "YEA": "1840", "CITY": "Bourbon Lancy", "NAME": "SARRIEN Ferdinand Jean", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21083	sarroca-suzanne-1927-04-21	{"e3": "1371"}	{"lerrcp": "E3-1371"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Suzanne", "family": "Sarroca", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1927-04-21 15:00", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Carcassonnne", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["opera-singer"]	5	null	[{"new": {"name": {"given": "Suzanne", "family": "Sarroca"}, "birth": {"tzo": "", "date": "1927-04-21 15:00", "place": {"c2": "11", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Carcassonnne", "geoid": 0}, "date-ut": ""}, "occus": ["opera-singer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1371"}}, "raw": {"H": "15:00", "COD": "11", "DAY": "21", "MON": "04", "NUM": "1371", "PRO": "OPE", "YEA": "1927", "CITY": "Carcassonnne", "NAME": "SARROCA Suzanne", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21084	sartin-pierette-1911-11-10	{"e3": "1372"}	{"lerrcp": "E3-1372"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierette", "family": "Sartin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-11-10 09:00", "note": null, "place": {"c1": null, "c2": "23", "c3": "", "cy": "FR", "lg": 1.87166, "lat": 46.17185, "name": "Guéret", "geoid": 3014383}, "notime": null, "date-ut": "1911-11-10 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Pierette", "family": "Sartin"}, "birth": {"tzo": "+00:00", "date": "1911-11-10 09:00", "place": {"c2": "23", "c3": "", "cy": "FR", "lg": 1.87166, "lat": 46.17185, "name": "Guéret", "geoid": 3014383}, "date-ut": "1911-11-10 09:00"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1372"}}, "raw": {"H": "09:00", "COD": "23", "DAY": "10", "MON": "11", "NUM": "1372", "PRO": "WR", "YEA": "1911", "CITY": "Guéret", "NAME": "SARTIN Pierette", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21085	sauguet-henri-poupard-1901-05-18	{"e3": "1373"}	{"lerrcp": "E3-1373"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri (POUPARD)", "family": "Sauguet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-05-18 14:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1901-05-18 13:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Henri (POUPARD)", "family": "Sauguet"}, "birth": {"tzo": "+00:09", "date": "1901-05-18 14:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1901-05-18 13:51"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1373"}}, "raw": {"H": "14:00", "COD": "33", "DAY": "18", "MON": "05", "NUM": "1373", "PRO": "MUS", "YEA": "1901", "CITY": "Bordeaux", "NAME": "SAUGUET Henri (POUPARD)", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21086	saunier-seite-alice-1925-04-26	{"e3": "1374"}	{"lerrcp": "E3-1374"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alice", "family": "Saunier-Seité", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1925-04-26 07:00", "note": null, "place": {"c1": null, "c2": "07", "c3": "", "cy": "FR", "lg": 4.535, "lat": 44.59099, "name": "Saint-Jean-le-Centenier", "geoid": 2979224}, "notime": null, "date-ut": "1925-04-26 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Alice", "family": "Saunier-Seité"}, "birth": {"tzo": "+01:00", "date": "1925-04-26 07:00", "place": {"c2": "07", "c3": "", "cy": "FR", "lg": 4.535, "lat": 44.59099, "name": "Saint-Jean-le-Centenier", "geoid": 2979224}, "date-ut": "1925-04-26 06:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1374"}}, "raw": {"H": "07:00", "COD": "07", "DAY": "26", "MON": "04", "NUM": "1374", "PRO": "PO", "YEA": "1925", "CITY": "St Jean le Centenier", "NAME": "SAUNIER-SEITÉ Alice", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21087	sauvagnargues-jean-1915-04-02	{"e3": "1375"}	{"lerrcp": "E3-1375"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Sauvagnargues", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-04-02 19:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "14", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1915-04-02 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Sauvagnargues"}, "birth": {"tzo": "+00:00", "date": "1915-04-02 19:00", "place": {"c2": "75", "c3": "14", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1915-04-02 19:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1375"}}, "raw": {"H": "19:00", "COD": "75", "DAY": "02", "MON": "04", "NUM": "1375", "PRO": "PO", "YEA": "1915", "CITY": "Paris 14ème", "NAME": "SAUVAGNARGUES Jean", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21089	savoy-bernard-savoyini-1942-04-21	{"e3": "1377"}	{"lerrcp": "E3-1377"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard (SAVOYINI)", "family": "Savoy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1942-04-21 07:15", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": 6.3045, "lat": 46.07111, "name": "La Roche-sur-Foron", "geoid": 3006770}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Bernard (SAVOYINI)", "family": "Savoy"}, "birth": {"tzo": "", "date": "1942-04-21 07:15", "place": {"c2": "74", "c3": "", "cy": "FR", "lg": 6.3045, "lat": 46.07111, "name": "La Roche-sur-Foron", "geoid": 3006770}, "date-ut": ""}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1377"}}, "raw": {"H": "07:15", "COD": "74", "DAY": "21", "MON": "04", "NUM": "1377", "PRO": "WR", "YEA": "1942", "CITY": "La Roche sur Foron", "NAME": "SAVOY Bernard (SAVOYINI)", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21090	schleiter-francois-1911-09-15	{"e3": "1378"}	{"lerrcp": "E3-1378"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Schleiter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-09-15 06:00", "note": null, "place": {"c1": null, "c2": "55", "c3": "", "cy": "FR", "lg": 5.3829, "lat": 49.15964, "name": "Verdun", "geoid": 2969958}, "notime": null, "date-ut": "1911-09-15 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "François", "family": "Schleiter"}, "birth": {"tzo": "+00:00", "date": "1911-09-15 06:00", "place": {"c2": "55", "c3": "", "cy": "FR", "lg": 5.3829, "lat": 49.15964, "name": "Verdun", "geoid": 2969958}, "date-ut": "1911-09-15 06:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1378"}}, "raw": {"H": "06:00", "COD": "55", "DAY": "15", "MON": "09", "NUM": "1378", "PRO": "PO", "YEA": "1911", "CITY": "Verdun", "NAME": "SCHLEITER François", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21091	schmidt-benjamin-jammy-1872-11-16	{"e3": "1379"}	{"lerrcp": "E3-1379"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benjamin Jammy", "family": "Schmidt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08", "date": "1872-11-16 15:00", "note": null, "place": {"c1": null, "c2": "60", "c3": "", "cy": "FR", "lg": 2.08333, "lat": 49.6, "name": "Crèvecœur-le-Grand", "geoid": 3022498}, "notime": null, "date-ut": "1872-11-16 14:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Benjamin Jammy", "family": "Schmidt"}, "birth": {"tzo": "+00:08", "date": "1872-11-16 15:00", "place": {"c2": "60", "c3": "", "cy": "FR", "lg": 2.08333, "lat": 49.6, "name": "Crèvecœur-le-Grand", "geoid": 3022498}, "date-ut": "1872-11-16 14:52"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1379"}}, "raw": {"H": "15:00", "COD": "60", "DAY": "16", "MON": "11", "NUM": "1379", "PRO": "PO", "YEA": "1872", "CITY": "Crèvecoeur le Grand", "NAME": "SCHMIDT Benjamin Jammy", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21092	schneider-marcel-1913-08-11	{"e3": "1380"}	{"lerrcp": "E3-1380"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Schneider", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-08-11 22:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.28864, "lat": 48.89389, "name": "Levallois-Perret", "geoid": 2998975}, "notime": null, "date-ut": "1913-08-11 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Schneider"}, "birth": {"tzo": "+00:00", "date": "1913-08-11 22:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.28864, "lat": 48.89389, "name": "Levallois-Perret", "geoid": 2998975}, "date-ut": "1913-08-11 22:00"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1380"}}, "raw": {"H": "22:00", "COD": "92", "DAY": "11", "MON": "08", "NUM": "1380", "PRO": "WR", "YEA": "1913", "CITY": "Levallois-Perret", "NAME": "SCHNEIDER Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21094	schoendoerffer-pierre-1928-05-05	{"e3": "1382"}	{"lerrcp": "E3-1382"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Schoendoerffer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1928-05-05 20:50", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 3.06703, "lat": 45.77364, "name": "Chamalières", "geoid": 3027453}, "notime": null, "date-ut": "1928-05-05 19:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Schoendoerffer"}, "birth": {"tzo": "+01:00", "date": "1928-05-05 20:50", "place": {"c2": "63", "c3": "", "cy": "FR", "lg": 3.06703, "lat": 45.77364, "name": "Chamalières", "geoid": 3027453}, "date-ut": "1928-05-05 19:50"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1382"}}, "raw": {"H": "20:50", "COD": "63", "DAY": "05", "MON": "05", "NUM": "1382", "PRO": "WR", "YEA": "1928", "CITY": "Chamalières", "NAME": "SCHOENDOERFFER Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21095	schrameck-abraham-1867-11-26	{"e3": "1383"}	{"lerrcp": "E3-1383"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Abraham", "family": "Schrameck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1867-11-26 08:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Salnt-Etienne", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Abraham", "family": "Schrameck"}, "birth": {"tzo": "", "date": "1867-11-26 08:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Salnt-Etienne", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1383"}}, "raw": {"H": "08:00", "COD": "42", "DAY": "26", "MON": "11", "NUM": "1383", "PRO": "PO", "YEA": "1867", "CITY": "Salnt-Etienne", "NAME": "SCHRAMECK Abraham", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
12958	letourneau-jean-1907-09-18	{"a5": "1491", "g55": "08-78"}	{"g55": "08-78", "lerrcp": "A5-1491"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Letourneau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1907-09-18 10:30", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.15664, "lat": 47.64648, "name": "Le Lude", "geoid": 3003647}, "notime": null, "date-ut": "1907-09-18 10:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Letourneau"}, "birth": {"tzo": "+00:09:21", "date": "1907-09-18 10:30", "place": {"c2": "72", "cy": "FR", "lg": 0.15664, "lat": 47.64648, "name": "Le Lude", "geoid": 3003647}, "date-ut": "1907-09-18 10:20:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1491"}, "ids-in-sources": {"a5": "1491"}}, "raw": {"H": "10", "MN": "20", "TZ": "0", "COD": "72", "COU": "F", "DAY": "18", "LAT": "48N 1", "LON": "0E12", "MON": "9", "NUM": "1491", "PRO": "PT", "SEC": "40", "YEA": "1907", "CITY": "LE LUDE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-78"}, "ids-in-source": {"g55": "08-78"}}, "raw": {"DAY": "18-9-1907", "HOUR": "10 h. 30", "NAME": "LETOURNEAU Jean", "PLACE": "Le Lude (Sarthe)."}, "date": "2023-08-20T14:49:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
21097	schwartzenberg-roger-gerard-1943-04-17	{"e3": "1385"}	{"lerrcp": "E3-1385"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger-Gérard", "family": "Schwartzenberg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+02:00", "date": "1943-04-17 19:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "notime": null, "date-ut": "1943-04-17 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Roger-Gérard", "family": "Schwartzenberg"}, "birth": {"tzo": "+02:00", "date": "1943-04-17 19:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "date-ut": "1943-04-17 17:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1385"}}, "raw": {"H": "19:00", "COD": "64", "DAY": "17", "MON": "04", "NUM": "1385", "PRO": "PO", "YEA": "1943", "CITY": "Pau", "NAME": "SCHWARTZENBERG Roger-Gérard", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21098	schwoebel-jean-1912-07-10	{"e3": "1386"}	{"lerrcp": "E3-1386"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Schwoebel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-07-10 13:00", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": -1.84591, "lat": 48.07509, "name": "Mordelles", "geoid": 2991868}, "notime": null, "date-ut": "1912-07-10 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Schwoebel"}, "birth": {"tzo": "+00:00", "date": "1912-07-10 13:00", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": -1.84591, "lat": 48.07509, "name": "Mordelles", "geoid": 2991868}, "date-ut": "1912-07-10 13:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1386"}}, "raw": {"H": "13:00", "COD": "35", "DAY": "10", "MON": "07", "NUM": "1386", "PRO": "JO", "YEA": "1912", "CITY": "Mordelles", "NAME": "SCHWOEBEL Jean", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21099	sedillot-rene-1906-11-02	{"e3": "1387"}	{"lerrcp": "E3-1387"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Sedillot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-11-02 15:00", "note": null, "place": {"c1": null, "c2": "45", "c3": "", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1906-11-02 14:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "René", "family": "Sedillot"}, "birth": {"tzo": "+00:09", "date": "1906-11-02 15:00", "place": {"c2": "45", "c3": "", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1906-11-02 14:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1387"}}, "raw": {"H": "15:00", "COD": "45", "DAY": "02", "MON": "11", "NUM": "1387", "PRO": "WR", "YEA": "1906", "CITY": "Orleans", "NAME": "SEDILLOT René", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21100	segard-norbert-1922-10-03	{"e3": "1388"}	{"lerrcp": "E3-1388"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Norbert", "family": "Segard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-10-03 04:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.25346, "lat": 50.32995, "name": "Aniche", "geoid": 3037571}, "notime": null, "date-ut": "1922-10-03 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Norbert", "family": "Segard"}, "birth": {"tzo": "+01:00", "date": "1922-10-03 04:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.25346, "lat": 50.32995, "name": "Aniche", "geoid": 3037571}, "date-ut": "1922-10-03 03:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1388"}}, "raw": {"H": "04:00", "COD": "59", "DAY": "03", "MON": "10", "NUM": "1388", "PRO": "PO", "YEA": "1922", "CITY": "Aniche", "NAME": "SEGARD Norbert", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21101	seghers-pierre-1906-01-05	{"e3": "1389"}	{"lerrcp": "E3-1389"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Seghers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-01-05 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "16", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1906-01-05 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Seghers"}, "birth": {"tzo": "+00:09", "date": "1906-01-05 06:00", "place": {"c2": "75", "c3": "16", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1906-01-05 05:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1389"}}, "raw": {"H": "06:00", "COD": "75", "DAY": "05", "MON": "01", "NUM": "1389", "PRO": "WR", "YEA": "1906", "CITY": "Paris 16ème", "NAME": "SEGHERS Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21102	seguy-georges-1927-03-16	{"e3": "1390"}	{"lerrcp": "E3-1390"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Seguy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1927-03-16 12:30", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1927-03-16 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Seguy"}, "birth": {"tzo": "+00:00", "date": "1927-03-16 12:30", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1927-03-16 12:30"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1390"}}, "raw": {"H": "12:30", "COD": "31", "DAY": "16", "MON": "03", "NUM": "1390", "PRO": "PO", "YEA": "1927", "CITY": "Toulouse", "NAME": "SEGUY Georges", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21103	selleron-du-courtillet-jean-1893-01-03	{"e3": "1391"}	{"lerrcp": "E3-1391"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "du COURTILLET Jean", "family": "Selleron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1893-01-03 04:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1893-01-03 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "du COURTILLET Jean", "family": "Selleron"}, "birth": {"tzo": "+00:09", "date": "1893-01-03 04:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1893-01-03 03:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1391"}}, "raw": {"H": "04:00", "COD": "76", "DAY": "03", "MON": "01", "NUM": "1391", "PRO": "WR", "YEA": "1893", "CITY": "Le Havre", "NAME": "SELLERON du COURTILLET Jean", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21104	sellier-henri-charles-1883-12-22	{"e3": "1392"}	{"lerrcp": "E3-1392"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri Charles", "family": "Sellier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1883-12-22 07:00", "note": null, "place": {"c1": null, "c2": "18", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Dourges", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Henri Charles", "family": "Sellier"}, "birth": {"tzo": "", "date": "1883-12-22 07:00", "place": {"c2": "18", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Dourges", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1392"}}, "raw": {"H": "07:00", "COD": "18", "DAY": "22", "MON": "12", "NUM": "1392", "PRO": "PO", "YEA": "1883", "CITY": "Dourges", "NAME": "SELLIER Henri Charles", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21105	sellier-louis-1885-11-06	{"e3": "1393"}	{"lerrcp": "E3-1393"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Sellier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13", "date": "1885-11-06 12:00", "note": null, "place": {"c1": null, "c2": "58", "c3": "", "cy": "FR", "lg": 3.35343, "lat": 46.716, "name": "Dornes", "geoid": 3021026}, "notime": null, "date-ut": "1885-11-06 11:47"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Sellier"}, "birth": {"tzo": "+00:13", "date": "1885-11-06 12:00", "place": {"c2": "58", "c3": "", "cy": "FR", "lg": 3.35343, "lat": 46.716, "name": "Dornes", "geoid": 3021026}, "date-ut": "1885-11-06 11:47"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1393"}}, "raw": {"H": "12:00", "COD": "58", "DAY": "06", "MON": "11", "NUM": "1393", "PRO": "PO", "YEA": "1885", "CITY": "Dornes", "NAME": "SELLIER Louis", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21106	selves-justin-de-1848-07-19	{"e3": "1394"}	{"lerrcp": "E3-1394"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Justin de", "family": "Selves", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06", "date": "1848-07-19 15:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1848-07-19 14:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Justin de", "family": "Selves"}, "birth": {"tzo": "+00:06", "date": "1848-07-19 15:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1848-07-19 14:54"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1394"}}, "raw": {"H": "15:00", "COD": "31", "DAY": "19", "MON": "07", "NUM": "1394", "PRO": "PO", "YEA": "1848", "CITY": "Toulouse", "NAME": "SELVES Justin de", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21107	semard-pierre-1887-02-15	{"e3": "1395"}	{"lerrcp": "E3-1395"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Semard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20", "date": "1887-02-15 20:00", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 5.03123, "lat": 46.91014, "name": "Bragny-sur-Saône", "geoid": 3030613}, "notime": null, "date-ut": "1887-02-15 19:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Semard"}, "birth": {"tzo": "+00:20", "date": "1887-02-15 20:00", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 5.03123, "lat": 46.91014, "name": "Bragny-sur-Saône", "geoid": 3030613}, "date-ut": "1887-02-15 19:40"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1395"}}, "raw": {"H": "20:00", "COD": "71", "DAY": "15", "MON": "02", "NUM": "1395", "PRO": "PO", "YEA": "1887", "CITY": "Bragny sur Saône", "NAME": "SEMARD Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21108	sembat-marcel-1862-10-19	{"e3": "1396"}	{"lerrcp": "E3-1396"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Sembat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1862-10-19 13:00", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bonnières", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Sembat"}, "birth": {"tzo": "", "date": "1862-10-19 13:00", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bonnières", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1396"}}, "raw": {"H": "13:00", "COD": "78", "DAY": "19", "MON": "10", "NUM": "1396", "PRO": "PO", "YEA": "1862", "CITY": "Bonnières", "NAME": "SEMBAT Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21109	sempe-jean-jacques-1932-08-17	{"e3": "1397"}	{"lerrcp": "E3-1397"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Jacques", "family": "Sempé", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1932-08-17 23:50", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1932-08-17 22:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cartoonist"]	5	null	[{"new": {"name": {"given": "Jean Jacques", "family": "Sempé"}, "birth": {"tzo": "+01:00", "date": "1932-08-17 23:50", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1932-08-17 22:50"}, "occus": ["cartoonist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1397"}}, "raw": {"H": "23:50", "COD": "33", "DAY": "17", "MON": "08", "NUM": "1397", "PRO": "CAR", "YEA": "1932", "CITY": "Bordeaux", "NAME": "SEMPÉ Jean Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21110	sereys-jacques-1928-06-02	{"e3": "1398"}	{"lerrcp": "E3-1398"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Sereys", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1928-06-02 15:25", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.42716, "lat": 48.82182, "name": "Saint-Maurice", "geoid": 2978170}, "notime": null, "date-ut": "1928-06-02 14:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Sereys"}, "birth": {"tzo": "+01:00", "date": "1928-06-02 15:25", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.42716, "lat": 48.82182, "name": "Saint-Maurice", "geoid": 2978170}, "date-ut": "1928-06-02 14:25"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1398"}}, "raw": {"H": "15:25", "COD": "94", "DAY": "02", "MON": "06", "NUM": "1398", "PRO": "AC", "YEA": "1928", "CITY": "St-Maurice", "NAME": "SEREYS Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21111	serigny-alain-de-1912-02-18	{"e3": "1399"}	{"lerrcp": "E3-1399"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain de", "family": "Sérigny", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-02-18 23:00", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1912-02-18 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Alain de", "family": "Sérigny"}, "birth": {"tzo": "+00:00", "date": "1912-02-18 23:00", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1912-02-18 23:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1399"}}, "raw": {"H": "23:00", "COD": "44", "DAY": "18", "MON": "02", "NUM": "1399", "PRO": "JO", "YEA": "1912", "CITY": "Nantes", "NAME": "SÉRIGNY Alain de", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21112	serol-albert-1877-07-21	{"e3": "1400"}	{"lerrcp": "E3-1400"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Sérol", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16", "date": "1877-07-21 16:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.06802, "lat": 46.03624, "name": "Roanne", "geoid": 2983362}, "notime": null, "date-ut": "1877-07-21 15:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Sérol"}, "birth": {"tzo": "+00:16", "date": "1877-07-21 16:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.06802, "lat": 46.03624, "name": "Roanne", "geoid": 2983362}, "date-ut": "1877-07-21 15:44"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1400"}}, "raw": {"H": "16:00", "COD": "42", "DAY": "21", "MON": "07", "NUM": "1400", "PRO": "PO", "YEA": "1877", "CITY": "Roanne", "NAME": "SÉROL Albert", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21113	serot-robert-1885-02-18	{"e3": "1401"}	{"lerrcp": "E3-1401"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Serot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20", "date": "1885-02-18 16:00", "note": null, "place": {"c1": null, "c2": "52", "c3": "", "cy": "FR", "lg": 4.94892, "lat": 48.63773, "name": "Saint-Dizier", "geoid": 2980816}, "notime": null, "date-ut": "1885-02-18 15:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Serot"}, "birth": {"tzo": "+00:20", "date": "1885-02-18 16:00", "place": {"c2": "52", "c3": "", "cy": "FR", "lg": 4.94892, "lat": 48.63773, "name": "Saint-Dizier", "geoid": 2980816}, "date-ut": "1885-02-18 15:40"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1401"}}, "raw": {"H": "16:00", "COD": "52", "DAY": "18", "MON": "02", "NUM": "1401", "PRO": "PO", "YEA": "1885", "CITY": "St Dizier", "NAME": "SEROT Robert", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21114	serre-louis-1873-08-17	{"e3": "1402"}	{"lerrcp": "E3-1402"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Serre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20", "date": "1873-08-17 01:00", "note": null, "place": {"c1": null, "c2": "84", "c3": "", "cy": "FR", "lg": 5.11454, "lat": 43.89348, "name": "Lagnes", "geoid": 3009078}, "notime": null, "date-ut": "1873-08-17 00:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Serre"}, "birth": {"tzo": "+00:20", "date": "1873-08-17 01:00", "place": {"c2": "84", "c3": "", "cy": "FR", "lg": 5.11454, "lat": 43.89348, "name": "Lagnes", "geoid": 3009078}, "date-ut": "1873-08-17 00:40"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1402"}}, "raw": {"H": "01:00", "COD": "84", "DAY": "17", "MON": "08", "NUM": "1402", "PRO": "PO", "YEA": "1873", "CITY": "Lagnes", "NAME": "SERRE Louis", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21115	serres-jacques-1904-12-12	{"e3": "1403"}	{"lerrcp": "E3-1403"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Serres", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-12-12 13:00", "note": null, "place": {"c1": null, "c2": "37", "c3": "", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "notime": null, "date-ut": "1904-12-12 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Serres"}, "birth": {"tzo": "+00:09", "date": "1904-12-12 13:00", "place": {"c2": "37", "c3": "", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "date-ut": "1904-12-12 12:51"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1403"}}, "raw": {"H": "13:00", "COD": "37", "DAY": "12", "MON": "12", "NUM": "1403", "PRO": "MUS", "YEA": "1904", "CITY": "Tours", "NAME": "SERRES Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21116	servan-schreiber-jean-louis-1937-10-31	{"e3": "1404"}	{"lerrcp": "E3-1404"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Louis", "family": "Servan-Schreiber", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1937-10-31 22:15", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Boulogne-Billt", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean-Louis", "family": "Servan-Schreiber"}, "birth": {"tzo": "", "date": "1937-10-31 22:15", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Boulogne-Billt", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1404"}}, "raw": {"H": "22:15", "COD": "92", "DAY": "31", "MON": "10", "NUM": "1404", "PRO": "JO", "YEA": "1937", "CITY": "Boulogne-Billt", "NAME": "SERVAN-SCHREIBER Jean-Louis", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21117	seve-andre-1913-02-10	{"e3": "1405"}	{"lerrcp": "E3-1405"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Seve", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-02-10 11:00", "note": null, "place": {"c1": null, "c2": "26", "c3": "", "cy": "FR", "lg": 5.01517, "lat": 44.72639, "name": "Crest", "geoid": 3022540}, "notime": null, "date-ut": "1913-02-10 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "André", "family": "Seve"}, "birth": {"tzo": "+00:00", "date": "1913-02-10 11:00", "place": {"c2": "26", "c3": "", "cy": "FR", "lg": 5.01517, "lat": 44.72639, "name": "Crest", "geoid": 3022540}, "date-ut": "1913-02-10 11:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1405"}}, "raw": {"H": "11:00", "COD": "26", "DAY": "10", "MON": "02", "NUM": "1405", "PRO": "JO", "YEA": "1913", "CITY": "Crest", "NAME": "SEVE André", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21118	seveno-maurice-1925-06-06	{"e3": "1406"}	{"lerrcp": "E3-1406"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Seveno", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1925-06-06 11:00", "note": null, "place": {"c1": null, "c2": "50", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Cherbourg", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Seveno"}, "birth": {"tzo": "", "date": "1925-06-06 11:00", "place": {"c2": "50", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Cherbourg", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1406"}}, "raw": {"H": "11:00", "COD": "50", "DAY": "06", "MON": "06", "NUM": "1406", "PRO": "JO", "YEA": "1925", "CITY": "Cherbourg", "NAME": "SEVENO Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21119	sheila-chancel-annie-1945-08-16	{"e3": "1407"}	{"lerrcp": "E3-1407"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(CHANCEL Annie)", "family": "Sheila", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1945-08-16 03:30", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.46569, "lat": 48.79266, "name": "Créteil", "geoid": 3022530}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(CHANCEL Annie)", "family": "Sheila"}, "birth": {"tzo": "", "date": "1945-08-16 03:30", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.46569, "lat": 48.79266, "name": "Créteil", "geoid": 3022530}, "date-ut": ""}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1407"}}, "raw": {"H": "03:30", "COD": "94", "DAY": "16", "MON": "08", "NUM": "1407", "PRO": "AC", "YEA": "1945", "CITY": "Créteil", "NAME": "SHEILA (CHANCEL Annie)", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21120	siegfried-jules-1837-02-12	{"e3": "1408"}	{"lerrcp": "E3-1408"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Siegfried", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29", "date": "1837-02-12 12:00", "note": null, "place": {"c1": null, "c2": "68", "c3": "", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "notime": null, "date-ut": "1837-02-12 11:31"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Siegfried"}, "birth": {"tzo": "+00:29", "date": "1837-02-12 12:00", "place": {"c2": "68", "c3": "", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "date-ut": "1837-02-12 11:31"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1408"}}, "raw": {"H": "12:00", "COD": "68", "DAY": "12", "MON": "02", "NUM": "1408", "PRO": "PO", "YEA": "1837", "CITY": "Mulhouse", "NAME": "SIEGFRIED Jules", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21121	simon-henry-1874-05-20	{"e3": "1409"}	{"lerrcp": "E3-1409"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Simon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1874-05-20 23:30", "note": null, "place": {"c1": null, "c2": "81", "c3": "", "cy": "FR", "lg": 2.2627, "lat": 43.53862, "name": "Labruguière", "geoid": 3010720}, "notime": null, "date-ut": "1874-05-20 23:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Simon"}, "birth": {"tzo": "+00:09", "date": "1874-05-20 23:30", "place": {"c2": "81", "c3": "", "cy": "FR", "lg": 2.2627, "lat": 43.53862, "name": "Labruguière", "geoid": 3010720}, "date-ut": "1874-05-20 23:21"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1409"}}, "raw": {"H": "23:30", "COD": "81", "DAY": "20", "MON": "05", "NUM": "1409", "PRO": "PO", "YEA": "1874", "CITY": "Labruguière", "NAME": "SIMON Henry", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21122	simon-jules-suisse-1814-12-27	{"e3": "1410"}	{"lerrcp": "E3-1410"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules (SUISSE)", "family": "Simon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:13", "date": "1814-12-27 03:00", "note": null, "place": {"c1": null, "c2": "56", "c3": "", "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "notime": null, "date-ut": "1814-12-27 03:13"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jules (SUISSE)", "family": "Simon"}, "birth": {"tzo": "-00:13", "date": "1814-12-27 03:00", "place": {"c2": "56", "c3": "", "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "date-ut": "1814-12-27 03:13"}, "notes": [null], "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1410"}}, "raw": {"H": "03:00", "COD": "56", "DAY": "27", "MON": "12", "NUM": "1410", "PRO": "PO", "YEA": "1814", "CITY": "Lorient", "NAME": "SIMON Jules (SUISSE)", "NOTE": "*"}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[null]
21123	simon-pierre-henri-1903-01-16	{"e3": "1411"}	{"lerrcp": "E3-1411"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre Henri", "family": "Simon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-01-16 13:00", "note": null, "place": {"c1": null, "c2": "17", "c3": "", "cy": "FR", "lg": -0.72072, "lat": 45.46106, "name": "Saint-Fort-sur-Gironde", "geoid": 2980091}, "notime": null, "date-ut": "1903-01-16 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Pierre Henri", "family": "Simon"}, "birth": {"tzo": "+00:09", "date": "1903-01-16 13:00", "place": {"c2": "17", "c3": "", "cy": "FR", "lg": -0.72072, "lat": 45.46106, "name": "Saint-Fort-sur-Gironde", "geoid": 2980091}, "date-ut": "1903-01-16 12:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1411"}}, "raw": {"H": "13:00", "COD": "17", "DAY": "16", "MON": "01", "NUM": "1411", "PRO": "WR", "YEA": "1903", "CITY": "St Fort sur Gironde", "NAME": "SIMON Pierre Henri", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21124	simon-auguste-auguste-s-1909-04-20	{"e3": "1412"}	{"lerrcp": "E3-1412"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(AUGUSTE S.)", "family": "Simon-Auguste", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-04-20 07:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1909-04-20 06:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "(AUGUSTE S.)", "family": "Simon-Auguste"}, "birth": {"tzo": "+00:09", "date": "1909-04-20 07:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1909-04-20 06:51"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1412"}}, "raw": {"H": "07:00", "COD": "13", "DAY": "20", "MON": "04", "NUM": "1412", "PRO": "PAI", "YEA": "1909", "CITY": "Marseille", "NAME": "SIMON-AUGUSTE (AUGUSTE S.)", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21125	simonin-albert-1905-04-18	{"e3": "1413"}	{"lerrcp": "E3-1413"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Simonin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-04-18 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "18", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1905-04-18 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Simonin"}, "birth": {"tzo": "+00:09", "date": "1905-04-18 06:00", "place": {"c2": "75", "c3": "18", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1905-04-18 05:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1413"}}, "raw": {"H": "06:00", "COD": "75", "DAY": "18", "MON": "04", "NUM": "1413", "PRO": "WR", "YEA": "1905", "CITY": "Paris 18ème", "NAME": "SIMONIN Albert", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21126	simyan-julien-1850-04-15	{"e3": "1414"}	{"lerrcp": "E3-1414"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julien", "family": "Simyan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19", "date": "1850-04-15 20:30", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 4.65845, "lat": 46.43318, "name": "Cluny", "geoid": 3024534}, "notime": null, "date-ut": "1850-04-15 20:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Julien", "family": "Simyan"}, "birth": {"tzo": "+00:19", "date": "1850-04-15 20:30", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 4.65845, "lat": 46.43318, "name": "Cluny", "geoid": 3024534}, "date-ut": "1850-04-15 20:11"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1414"}}, "raw": {"H": "20:30", "COD": "71", "DAY": "15", "MON": "04", "NUM": "1414", "PRO": "PO", "YEA": "1850", "CITY": "Cluny", "NAME": "SIMYAN Julien", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21127	sine-sinet-maurice-1928-12-30	{"e3": "1415"}	{"lerrcp": "E3-1415"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(SINET Maurice)", "family": "Siné", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1928-12-30 03:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "20", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1928-12-30 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cartoonist"]	5	null	[{"new": {"name": {"given": "(SINET Maurice)", "family": "Siné"}, "birth": {"tzo": "+00:00", "date": "1928-12-30 03:30", "place": {"c2": "75", "c3": "20", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1928-12-30 03:30"}, "occus": ["cartoonist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1415"}}, "raw": {"H": "03:30", "COD": "75", "DAY": "30", "MON": "12", "NUM": "1415", "PRO": "CAR", "YEA": "1928", "CITY": "Paris 20ème", "NAME": "SINÉ (SINET Maurice)", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21128	soisson-jean-pierre-1934-11-09	{"e3": "1416"}	{"lerrcp": "E3-1416"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Pierre", "family": "Soisson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1934-11-09 08:15", "note": null, "place": {"c1": null, "c2": "89", "c3": "", "cy": "FR", "lg": 3.57033, "lat": 47.7996, "name": "Auxerre", "geoid": 3035843}, "notime": null, "date-ut": "1934-11-09 08:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean-Pierre", "family": "Soisson"}, "birth": {"tzo": "+00:00", "date": "1934-11-09 08:15", "place": {"c2": "89", "c3": "", "cy": "FR", "lg": 3.57033, "lat": 47.7996, "name": "Auxerre", "geoid": 3035843}, "date-ut": "1934-11-09 08:15"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1416"}}, "raw": {"H": "08:15", "COD": "89", "DAY": "09", "MON": "11", "NUM": "1416", "PRO": "PO", "YEA": "1934", "CITY": "Auxerre", "NAME": "SOISSON Jean-Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21129	sol-jacques-1921-03-08	{"e3": "1417"}	{"lerrcp": "E3-1417"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Sol", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1921-03-08 20:00", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Arpajon", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Sol"}, "birth": {"tzo": "", "date": "1921-03-08 20:00", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Arpajon", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1417"}}, "raw": {"H": "20:00", "COD": "78", "DAY": "08", "MON": "03", "NUM": "1417", "PRO": "JO", "YEA": "1921", "CITY": "Arpajon", "NAME": "SOL Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21130	solane-janine-oury-1912-01-07	{"e3": "1418"}	{"lerrcp": "E3-1418"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Janine (OURY)", "family": "Solane", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-01-07 15:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.31781, "lat": 48.77888, "name": "Bourg-la-Reine", "geoid": 3030990}, "notime": null, "date-ut": "1912-01-07 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["dancer"]	5	null	[{"new": {"name": {"given": "Janine (OURY)", "family": "Solane"}, "birth": {"tzo": "+00:00", "date": "1912-01-07 15:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.31781, "lat": 48.77888, "name": "Bourg-la-Reine", "geoid": 3030990}, "date-ut": "1912-01-07 15:00"}, "occus": ["dancer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1418"}}, "raw": {"H": "15:00", "COD": "92", "DAY": "07", "MON": "01", "NUM": "1418", "PRO": "DAN", "YEA": "1912", "CITY": "Bourg la Reine", "NAME": "SOLANE Janine (OURY)", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21131	soulages-pierre-1919-12-24	{"e3": "1419"}	{"lerrcp": "E3-1419"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Soulages", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1919-12-24 13:00", "note": null, "place": {"c1": null, "c2": "12", "c3": "", "cy": "FR", "lg": 2.57338, "lat": 44.35258, "name": "Rodez", "geoid": 2983154}, "notime": null, "date-ut": "1919-12-24 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Soulages"}, "birth": {"tzo": "+00:00", "date": "1919-12-24 13:00", "place": {"c2": "12", "c3": "", "cy": "FR", "lg": 2.57338, "lat": 44.35258, "name": "Rodez", "geoid": 2983154}, "date-ut": "1919-12-24 13:00"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1419"}}, "raw": {"H": "13:00", "COD": "12", "DAY": "24", "MON": "12", "NUM": "1419", "PRO": "PAI", "YEA": "1919", "CITY": "Rodez", "NAME": "SOULAGES Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21132	soulie-michel-1916-02-10	{"e3": "1420"}	{"lerrcp": "E3-1420"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Soulié", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-02-10 15:30", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1916-02-10 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Soulié"}, "birth": {"tzo": "+00:00", "date": "1916-02-10 15:30", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1916-02-10 15:30"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1420"}}, "raw": {"H": "15:30", "COD": "42", "DAY": "10", "MON": "02", "NUM": "1420", "PRO": "PO", "YEA": "1916", "CITY": "St-Etienne", "NAME": "SOULIÉ Michel", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21133	souriau-etienne-1892-04-26	{"e3": "1421"}	{"lerrcp": "E3-1421"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Souriau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1892-04-26 10:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1892-04-26 10:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Souriau"}, "birth": {"tzo": "+00:09", "date": "1892-04-26 10:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1892-04-26 10:21"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1421"}}, "raw": {"H": "10:30", "COD": "59", "DAY": "26", "MON": "04", "NUM": "1421", "PRO": "WR", "YEA": "1892", "CITY": "Lille", "NAME": "SOURIAU Etienne", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21134	spar-francis-sparwasser-1921-09-03	{"e3": "1422"}	{"lerrcp": "E3-1422"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis (SPARWASSER)", "family": "Spar", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-09-03 07:30", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1921-09-03 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Francis (SPARWASSER)", "family": "Spar"}, "birth": {"tzo": "+01:00", "date": "1921-09-03 07:30", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1921-09-03 06:30"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1422"}}, "raw": {"H": "07:30", "COD": "67", "DAY": "03", "MON": "09", "NUM": "1422", "PRO": "JO", "YEA": "1921", "CITY": "Strasbourg", "NAME": "SPAR Francis (SPARWASSER)", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21135	spens-d-estignols-willy-de-1911-02-17	{"e3": "1423"}	{"lerrcp": "E3-1423"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willy de", "family": "Spens D'estignols", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1911-02-17 08:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1911-02-17 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Willy de", "family": "Spens D'estignols"}, "birth": {"tzo": "+00:09", "date": "1911-02-17 08:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1911-02-17 07:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1423"}}, "raw": {"H": "08:00", "COD": "33", "DAY": "17", "MON": "02", "NUM": "1423", "PRO": "WR", "YEA": "1911", "CITY": "Bordeaux", "NAME": "SPENS D'ESTIGNOLS Willy de", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21136	spiers-pierre-1917-10-17	{"e3": "1424"}	{"lerrcp": "E3-1424"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Spiers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1917-10-17 01:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "notime": null, "date-ut": "1917-10-17 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Spiers"}, "birth": {"tzo": "+00:00", "date": "1917-10-17 01:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "date-ut": "1917-10-17 01:00"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1424"}}, "raw": {"H": "01:00", "COD": "62", "DAY": "17", "MON": "10", "NUM": "1424", "PRO": "MUS", "YEA": "1917", "CITY": "Boulogne sur Mer", "NAME": "SPIERS Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21137	spinasse-charles-1893-10-22	{"e3": "1425"}	{"lerrcp": "E3-1425"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Spinasse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1893-10-22 16:00", "note": null, "place": {"c1": null, "c2": "19", "c3": "", "cy": "FR", "lg": 2.04545, "lat": 45.40602, "name": "Egletons", "geoid": 6544981}, "notime": null, "date-ut": "1893-10-22 15:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Spinasse"}, "birth": {"tzo": "+00:09", "date": "1893-10-22 16:00", "place": {"c2": "19", "c3": "", "cy": "FR", "lg": 2.04545, "lat": 45.40602, "name": "Egletons", "geoid": 6544981}, "date-ut": "1893-10-22 15:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1425"}}, "raw": {"H": "16:00", "COD": "19", "DAY": "22", "MON": "10", "NUM": "1425", "PRO": "PO", "YEA": "1893", "CITY": "Egletons", "NAME": "SPINASSE Charles", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21138	spuller-eugene-seraphin-1835-12-08	{"e3": "1426"}	{"lerrcp": "E3-1426"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène Séraphin", "family": "Spuller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21", "date": "1835-12-08 01:00", "note": null, "place": {"c1": null, "c2": "21", "c3": "", "cy": "FR", "lg": 5.15138, "lat": 46.99923, "name": "Seurre", "geoid": 2974710}, "notime": null, "date-ut": "1835-12-08 00:39"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Eugène Séraphin", "family": "Spuller"}, "birth": {"tzo": "+00:21", "date": "1835-12-08 01:00", "place": {"c2": "21", "c3": "", "cy": "FR", "lg": 5.15138, "lat": 46.99923, "name": "Seurre", "geoid": 2974710}, "date-ut": "1835-12-08 00:39"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1426"}}, "raw": {"H": "01:00", "COD": "21", "DAY": "08", "MON": "12", "NUM": "1426", "PRO": "PO", "YEA": "1835", "CITY": "Seurre", "NAME": "SPULLER Eugène Séraphin", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21139	stasi-bernard-1930-07-04	{"e3": "1427"}	{"lerrcp": "E3-1427"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Stasi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1930-07-04 07:20", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "notime": null, "date-ut": "1930-07-04 06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Stasi"}, "birth": {"tzo": "+01:00", "date": "1930-07-04 07:20", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "date-ut": "1930-07-04 06:20"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1427"}}, "raw": {"H": "07:20", "COD": "51", "DAY": "04", "MON": "07", "NUM": "1427", "PRO": "PO", "YEA": "1930", "CITY": "Reims", "NAME": "STASI Bernard", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21140	steeg-theodore-1868-12-19	{"e3": "1428"}	{"lerrcp": "E3-1428"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Théodore", "family": "Steeg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01", "date": "1868-12-19 05:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.24186, "lat": 44.91449, "name": "Libourne", "geoid": 2998517}, "notime": null, "date-ut": "1868-12-19 05:01"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Théodore", "family": "Steeg"}, "birth": {"tzo": "-00:01", "date": "1868-12-19 05:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.24186, "lat": 44.91449, "name": "Libourne", "geoid": 2998517}, "date-ut": "1868-12-19 05:01"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1428"}}, "raw": {"H": "05:00", "COD": "33", "DAY": "19", "MON": "12", "NUM": "1428", "PRO": "PO", "YEA": "1868", "CITY": "Libourne", "NAME": "STEEG Théodore", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21141	steinlen-aime-1923-06-17	{"e3": "1429"}	{"lerrcp": "E3-1429"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aimé", "family": "Steinlen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1923-06-17 15:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.43076, "lat": 50.44718, "name": "Saint-Amand-les-Eaux", "geoid": 2981839}, "notime": null, "date-ut": "1923-06-17 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Aimé", "family": "Steinlen"}, "birth": {"tzo": "+01:00", "date": "1923-06-17 15:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.43076, "lat": 50.44718, "name": "Saint-Amand-les-Eaux", "geoid": 2981839}, "date-ut": "1923-06-17 14:00"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1429"}}, "raw": {"H": "15:00", "COD": "59", "DAY": "17", "MON": "06", "NUM": "1429", "PRO": "PAI", "YEA": "1923", "CITY": "St Amand les Eaux", "NAME": "STEINLEN Aimé", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21142	stil-andre-1921-04-01	{"e3": "1430"}	{"lerrcp": "E3-1430"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Stil", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-04-01 14:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.52612, "lat": 50.47287, "name": "Hergnies", "geoid": 3013459}, "notime": null, "date-ut": "1921-04-01 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "André", "family": "Stil"}, "birth": {"tzo": "+01:00", "date": "1921-04-01 14:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.52612, "lat": 50.47287, "name": "Hergnies", "geoid": 3013459}, "date-ut": "1921-04-01 13:00"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1430"}}, "raw": {"H": "14:00", "COD": "59", "DAY": "01", "MON": "04", "NUM": "1430", "PRO": "WR", "YEA": "1921", "CITY": "Hergnies", "NAME": "STIL André", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21143	stilson-germaine-laurent-1914-03-30	{"e3": "1431"}	{"lerrcp": "E3-1431"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Germaine (LAURENT)", "family": "Stilson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1914-03-30 01:00", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.84716, "lat": 48.91009, "name": "Surbourg", "geoid": 2973686}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Germaine (LAURENT)", "family": "Stilson"}, "birth": {"tzo": "", "date": "1914-03-30 01:00", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": 7.84716, "lat": 48.91009, "name": "Surbourg", "geoid": 2973686}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1431"}}, "raw": {"H": "01:00", "COD": "67", "DAY": "30", "MON": "03", "NUM": "1431", "PRO": "JO", "YEA": "1914", "CITY": "Surbourg", "NAME": "STILSON Germaine (LAURENT)", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21144	stirn-olivier-1936-02-24	{"e3": "1432"}	{"lerrcp": "E3-1432"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Olivier", "family": "Stirn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1936-02-24 11:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Boulogne-Billt", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Olivier", "family": "Stirn"}, "birth": {"tzo": "", "date": "1936-02-24 11:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Boulogne-Billt", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1432"}}, "raw": {"H": "11:00", "COD": "92", "DAY": "24", "MON": "02", "NUM": "1432", "PRO": "PO", "YEA": "1936", "CITY": "Boulogne-Billt", "NAME": "STIRN Olivier", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21145	stoleru-lionel-1937-11-22	{"e3": "1433"}	{"lerrcp": "E3-1433"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lionel", "family": "Stoleru", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1937-11-22 07:00", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1937-11-22 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Lionel", "family": "Stoleru"}, "birth": {"tzo": "+00:00", "date": "1937-11-22 07:00", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1937-11-22 07:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1433"}}, "raw": {"H": "07:00", "COD": "44", "DAY": "22", "MON": "11", "NUM": "1433", "PRO": "PO", "YEA": "1937", "CITY": "Nantes", "NAME": "STOLERU Lionel", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21146	stone-gautrat-annie-1947-07-31	{"e3": "1434"}	{"lerrcp": "E3-1434"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(GAUTRAT Annie)", "family": "Stone", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1947-07-31 15:05", "note": null, "place": {"c1": null, "c2": "75", "c3": "12", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1947-07-31 14:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(GAUTRAT Annie)", "family": "Stone"}, "birth": {"tzo": "+01:00", "date": "1947-07-31 15:05", "place": {"c2": "75", "c3": "12", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1947-07-31 14:05"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1434"}}, "raw": {"H": "15:05", "COD": "75", "DAY": "31", "MON": "07", "NUM": "1434", "PRO": "AC", "YEA": "1947", "CITY": "Paris 12ème", "NAME": "STONE (GAUTRAT Annie)", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
12959	lipowski-irene-1898-12-03	{"a5": "1492", "g55": "08-79"}	{"g55": "08-79", "lerrcp": "A5-1492"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Irene", "family": "Lipowski", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1898-12-03 22:00", "note": null, "place": {"c1": null, "c2": "18", "c3": null, "cy": "FR", "lg": 2.57345, "lat": 46.8849, "name": "Dun-sur-Auron", "geoid": 3020678}, "notime": null, "date-ut": "1898-12-03 21:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Irene", "family": "Lipowski"}, "birth": {"tzo": "+00:09:21", "date": "1898-12-03 22:00", "place": {"c2": "18", "cy": "FR", "lg": 2.57345, "lat": 46.8849, "name": "Dun-sur-Auron", "geoid": 3020678}, "date-ut": "1898-12-03 21:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1492"}, "ids-in-sources": {"a5": "1492"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "18", "COU": "F", "DAY": "3", "LAT": "47N 5", "LON": "2E23", "MON": "12", "NUM": "1492", "PRO": "PT", "SEC": "40", "YEA": "1898", "CITY": "DUN-S/AURON"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-79"}, "ids-in-source": {"g55": "08-79"}}, "raw": {"DAY": "3-12-1898", "HOUR": "22 h.", "NAME": "LIPOWSKI (de) Irene", "PLACE": "Dun-sur-Auron (Cher)."}, "date": "2023-08-20T14:49:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
21147	sudreau-pierre-1919-05-13	{"e3": "1436"}	{"lerrcp": "E3-1436"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Sudreau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-05-13 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "9", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1919-05-13 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Sudreau"}, "birth": {"tzo": "+01:00", "date": "1919-05-13 05:00", "place": {"c2": "75", "c3": "9", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1919-05-13 04:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1436"}}, "raw": {"H": "05:00", "COD": "75", "DAY": "13", "MON": "05", "NUM": "1436", "PRO": "PO", "YEA": "1919", "CITY": "Paris 9ème", "NAME": "SUDREAU Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21148	sullerot-evelyne-hammel-1924-10-10	{"e3": "1437"}	{"lerrcp": "E3-1437"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Evelyne (HAMMEL)", "family": "Sullerot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1924-10-10 11:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.31393, "lat": 48.8162, "name": "Montrouge", "geoid": 2992017}, "notime": null, "date-ut": "1924-10-10 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Evelyne (HAMMEL)", "family": "Sullerot"}, "birth": {"tzo": "+00:00", "date": "1924-10-10 11:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.31393, "lat": 48.8162, "name": "Montrouge", "geoid": 2992017}, "date-ut": "1924-10-10 11:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1437"}}, "raw": {"H": "11:00", "COD": "92", "DAY": "10", "MON": "10", "NUM": "1437", "PRO": "JO", "YEA": "1924", "CITY": "Montrouge", "NAME": "SULLEROT Evelyne (HAMMEL)", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21149	susini-marie-1916-01-18	{"e3": "1438"}	{"lerrcp": "E3-1438"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Susini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1916-01-18 03:00", "note": null, "place": {"c1": null, "c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Renno", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Susini"}, "birth": {"tzo": "", "date": "1916-01-18 03:00", "place": {"c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Renno", "geoid": 0}, "date-ut": ""}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1438"}}, "raw": {"H": "03:00", "COD": "20", "DAY": "18", "MON": "01", "NUM": "1438", "PRO": "WR", "YEA": "1916", "CITY": "Renno", "NAME": "SUSINI Marie", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
12961	louvel-jean-marie-1900-07-01	{"a5": "1494", "g55": "08-81"}	{"g55": "08-81", "lerrcp": "A5-1494"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Marie", "family": "Louvel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-07-01 11:30", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "La’ Ferte-Macé", "geoid": 0}, "notime": null, "date-ut": "1900-07-01 11:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1494"}, "birth": {"tzo": "+00:09:21", "date": "1900-07-01 11:30", "place": {"c2": "50", "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "La Ferte-Mace", "geoid": 0}, "date-ut": "1900-07-01 11:20:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1494"}, "ids-in-sources": {"a5": "1494"}}, "raw": {"H": "11", "MN": "20", "TZ": "0", "COD": "50", "COU": "F", "DAY": "1", "LAT": "49N 7", "LON": "1W 5", "MON": "7", "NUM": "1494", "PRO": "PT", "SEC": "40", "YEA": "1900", "CITY": "LA FERTE-MACE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"name": {"given": "Jean-Marie", "family": "Louvel", "nobility": ""}, "slug": "louvel-jean-marie-1900-07-01", "birth": {"place": {"name": "La’ Ferte-Macé"}}, "partial-ids": {"g55": "08-81"}, "ids-in-source": {"g55": "08-81"}}, "raw": {"DAY": "1-7-1900", "HOUR": "11 h. 30", "NAME": "LOUVEL Jean-Marie", "PLACE": "La’ Ferte-Macé (Orne)."}, "date": "2023-08-20T14:49:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
21151	taillemagre-jean-pesquidoux-1907-08-25	{"e3": "1440"}	{"lerrcp": "E3-1440"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean (PESQUIDOUX)", "family": "Taillemagre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1907-08-25 02:30", "note": null, "place": {"c1": null, "c2": "32", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Houga", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jean (PESQUIDOUX)", "family": "Taillemagre"}, "birth": {"tzo": "", "date": "1907-08-25 02:30", "place": {"c2": "32", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Houga", "geoid": 0}, "date-ut": ""}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1440"}}, "raw": {"H": "02:30", "COD": "32", "DAY": "25", "MON": "08", "NUM": "1440", "PRO": "WR", "YEA": "1907", "CITY": "Houga", "NAME": "TAILLEMAGRE Jean (PESQUIDOUX)", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21152	tardieu-jean-1903-11-01	{"e3": "1441"}	{"lerrcp": "E3-1441"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Tardieu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-11-01 23:30", "note": null, "place": {"c1": null, "c2": "01", "c3": "", "cy": "FR", "lg": 5.73795, "lat": 46.179, "name": "Saint-Germain-de-Joux", "geoid": 2979834}, "notime": null, "date-ut": "1903-11-01 23:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Tardieu"}, "birth": {"tzo": "+00:09", "date": "1903-11-01 23:30", "place": {"c2": "01", "c3": "", "cy": "FR", "lg": 5.73795, "lat": 46.179, "name": "Saint-Germain-de-Joux", "geoid": 2979834}, "date-ut": "1903-11-01 23:21"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1441"}}, "raw": {"H": "23:30", "COD": "01", "DAY": "01", "MON": "11", "NUM": "1441", "PRO": "WR", "YEA": "1903", "CITY": "St Germain de Joux", "NAME": "TARDIEU Jean", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21153	tassencourt-marcelle-1914-05-28	{"e3": "1442"}	{"lerrcp": "E3-1442"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcelle", "family": "Tassencourt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-05-28 16:25", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1914-05-28 16:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marcelle", "family": "Tassencourt"}, "birth": {"tzo": "+00:00", "date": "1914-05-28 16:25", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1914-05-28 16:25"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1442"}}, "raw": {"H": "16:25", "COD": "92", "DAY": "28", "MON": "05", "NUM": "1442", "PRO": "AC", "YEA": "1914", "CITY": "Neuilly sur Seine", "NAME": "TASSENCOURT Marcelle", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21154	tasso-henri-1882-10-08	{"e3": "1443"}	{"lerrcp": "E3-1443"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Tasso", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1882-10-08 08:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Marsellle", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Tasso"}, "birth": {"tzo": "", "date": "1882-10-08 08:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Marsellle", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1443"}}, "raw": {"H": "08:00", "COD": "13", "DAY": "08", "MON": "10", "NUM": "1443", "PRO": "PO", "YEA": "1882", "CITY": "Marsellle", "NAME": "TASSO Henri", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21155	teisserenc-de-bort-pierre-1814-09-04	{"e3": "1444"}	{"lerrcp": "E3-1444"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "de BORT Pierre", "family": "Teisserenc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07", "date": "1814-09-04 23:00", "note": null, "place": {"c1": null, "c2": "36", "c3": "", "cy": "FR", "lg": 1.69362, "lat": 46.81248, "name": "Châteauroux", "geoid": 3026204}, "notime": null, "date-ut": "1814-09-04 22:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "de BORT Pierre", "family": "Teisserenc"}, "birth": {"tzo": "+00:07", "date": "1814-09-04 23:00", "place": {"c2": "36", "c3": "", "cy": "FR", "lg": 1.69362, "lat": 46.81248, "name": "Châteauroux", "geoid": 3026204}, "date-ut": "1814-09-04 22:53"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1444"}}, "raw": {"H": "23:00", "COD": "36", "DAY": "04", "MON": "09", "NUM": "1444", "PRO": "PO", "YEA": "1814", "CITY": "Châteauroux", "NAME": "TEISSERENC de BORT Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21156	teitgen-jean-1913-04-06	{"e3": "1445"}	{"lerrcp": "E3-1445"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Teitgen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-04-06 03:00", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1913-04-06 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Teitgen"}, "birth": {"tzo": "+00:00", "date": "1913-04-06 03:00", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1913-04-06 03:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1445"}}, "raw": {"H": "03:00", "COD": "35", "DAY": "06", "MON": "04", "NUM": "1445", "PRO": "JO", "YEA": "1913", "CITY": "Rennes", "NAME": "TEITGEN Jean", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21157	terrenoire-louis-1908-11-10	{"e3": "1446"}	{"lerrcp": "E3-1446"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Terrenoire", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-11-10 02:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "2", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1908-11-10 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Terrenoire"}, "birth": {"tzo": "+00:09", "date": "1908-11-10 02:00", "place": {"c2": "69", "c3": "2", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1908-11-10 01:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1446"}}, "raw": {"H": "02:00", "COD": "69", "DAY": "10", "MON": "11", "NUM": "1446", "PRO": "PO", "YEA": "1908", "CITY": "Lyon 2ème", "NAME": "TERRENOIRE Louis", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21158	terrier-louis-1854-07-08	{"e3": "1447"}	{"lerrcp": "E3-1447"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Terrier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25", "date": "1854-07-08 01:00", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": 6.12565, "lat": 45.90878, "name": "Annecy", "geoid": 3037543}, "notime": null, "date-ut": "1854-07-08 00:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Terrier"}, "birth": {"tzo": "+00:25", "date": "1854-07-08 01:00", "place": {"c2": "74", "c3": "", "cy": "FR", "lg": 6.12565, "lat": 45.90878, "name": "Annecy", "geoid": 3037543}, "date-ut": "1854-07-08 00:35"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1447"}}, "raw": {"H": "01:00", "COD": "74", "DAY": "08", "MON": "07", "NUM": "1447", "PRO": "PO", "YEA": "1854", "CITY": "Annecy", "NAME": "TERRIER Louis", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21159	terzieff-laurent-terziev-1935-06-27	{"e3": "1448"}	{"lerrcp": "E3-1448"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Laurent (TERZIEV)", "family": "Terzieff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1935-06-27 02:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1935-06-27 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Laurent (TERZIEV)", "family": "Terzieff"}, "birth": {"tzo": "+01:00", "date": "1935-06-27 02:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1935-06-27 01:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1448"}}, "raw": {"H": "02:00", "COD": "31", "DAY": "27", "MON": "06", "NUM": "1448", "PRO": "AC", "YEA": "1935", "CITY": "Toulouse", "NAME": "TERZIEFF Laurent (TERZIEV)", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21160	tessan-francois-de-1883-02-16	{"e3": "1449"}	{"lerrcp": "E3-1449"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François de", "family": "Tessan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1883-02-16 06:00", "note": null, "place": {"c1": null, "c2": "50", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Hilaire du Harc", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "François de", "family": "Tessan"}, "birth": {"tzo": "", "date": "1883-02-16 06:00", "place": {"c2": "50", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint Hilaire du Harc", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1449"}}, "raw": {"H": "06:00", "COD": "50", "DAY": "16", "MON": "02", "NUM": "1449", "PRO": "PO", "YEA": "1883", "CITY": "St Hilaire du Harc", "NAME": "TESSAN François de", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21161	tessier-carmen-1911-06-24	{"e3": "1450"}	{"lerrcp": "E3-1450"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carmen", "family": "Tessier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1911-06-24 10:00", "note": null, "place": {"c1": null, "c2": "28", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Allaines", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Carmen", "family": "Tessier"}, "birth": {"tzo": "", "date": "1911-06-24 10:00", "place": {"c2": "28", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Allaines", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1450"}}, "raw": {"H": "10:00", "COD": "28", "DAY": "24", "MON": "06", "NUM": "1450", "PRO": "JO", "YEA": "1911", "CITY": "Allaines", "NAME": "TESSIER Carmen", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21162	tessier-valentine-1892-08-05	{"e3": "1451"}	{"lerrcp": "E3-1451"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Valentine", "family": "Tessier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1892-08-05 02:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "11", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1892-08-05 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Valentine", "family": "Tessier"}, "birth": {"tzo": "+00:09", "date": "1892-08-05 02:00", "place": {"c2": "75", "c3": "11", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1892-08-05 01:51"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1451"}}, "raw": {"H": "02:00", "COD": "75", "DAY": "05", "MON": "08", "NUM": "1451", "PRO": "AC", "YEA": "1892", "CITY": "Paris 11ème", "NAME": "TESSIER Valentine", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
19606	tesson-philippe-1928-03-01	{"e1": "1989", "e3": "1452"}	{"lerrcp": "E1-1989"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Tesson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1928-03-01 22:00", "note": null, "place": {"c1": null, "c2": "02", "c3": "", "cy": "FR", "lg": 3.59988, "lat": 50.01334, "name": "Wassigny", "geoid": 2967435}, "notime": null, "date-ut": "1928-03-01 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive", "journalist"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Tesson"}, "birth": {"tzo": "+00:00", "date": "1928-03-01 22:00", "place": {"c2": "02", "c3": "", "cy": "FR", "lg": 3.59988, "lat": 50.01334, "name": "Wassigny", "geoid": 2967435}, "date-ut": "1928-03-01 22:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1989"}}, "raw": {"H": "22:00", "COD": "02", "DAY": "01", "MON": "03", "NUM": "1989", "PRO": "EX", "YEA": "1928", "CITY": "Wassigny", "NAME": "TESSON Philippe", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"occus": ["journalist"], "ids-in-sources": {"e3": "1452"}}, "raw": {"H": "22:00", "COD": "02", "DAY": "01", "MON": "03", "NUM": "1452", "PRO": "JO", "YEA": "1928", "CITY": "Wassigny sur Aisne", "NAME": "TESSON Philippe", "NOTE": "*"}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21163	tetsu-testu-roger-1913-07-12	{"e3": "1453"}	{"lerrcp": "E3-1453"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(TESTU Roger)", "family": "Tetsu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-07-12 13:00", "note": null, "place": {"c1": null, "c2": "18", "c3": "", "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "notime": null, "date-ut": "1913-07-12 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cartoonist"]	5	null	[{"new": {"name": {"given": "(TESTU Roger)", "family": "Tetsu"}, "birth": {"tzo": "+00:00", "date": "1913-07-12 13:00", "place": {"c2": "18", "c3": "", "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "date-ut": "1913-07-12 13:00"}, "occus": ["cartoonist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1453"}}, "raw": {"H": "13:00", "COD": "18", "DAY": "12", "MON": "07", "NUM": "1453", "PRO": "CAR", "YEA": "1913", "CITY": "Bourges", "NAME": "TETSU (TESTU Roger)", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21164	thellier-paul-1899-10-29	{"e3": "1454"}	{"lerrcp": "E3-1454"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Thellier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-10-29 17:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.35269, "lat": 50.46553, "name": "Tangry", "geoid": 2973427}, "notime": null, "date-ut": "1899-10-29 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Thellier"}, "birth": {"tzo": "+00:09", "date": "1899-10-29 17:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 2.35269, "lat": 50.46553, "name": "Tangry", "geoid": 2973427}, "date-ut": "1899-10-29 16:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1454"}}, "raw": {"H": "17:00", "COD": "62", "DAY": "29", "MON": "10", "NUM": "1454", "PRO": "PO", "YEA": "1899", "CITY": "Tangry", "NAME": "THELLIER Paul", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21165	therond-roger-1924-10-24	{"e3": "1455"}	{"lerrcp": "E3-1455"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Thérond", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1924-10-24 18:30", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "notime": null, "date-ut": "1924-10-24 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Thérond"}, "birth": {"tzo": "+00:00", "date": "1924-10-24 18:30", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "date-ut": "1924-10-24 18:30"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1455"}}, "raw": {"H": "18:30", "COD": "34", "DAY": "24", "MON": "10", "NUM": "1455", "PRO": "JO", "YEA": "1924", "CITY": "Sète", "NAME": "THÉROND Roger", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21166	thevenet-jacques-1891-10-17	{"e3": "1456"}	{"lerrcp": "E3-1456"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Thevenet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1891-10-17 13:30", "note": null, "place": {"c1": null, "c2": "58", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Montquin-Dommartin", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Thevenet"}, "birth": {"tzo": "", "date": "1891-10-17 13:30", "place": {"c2": "58", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Montquin-Dommartin", "geoid": 0}, "date-ut": ""}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1456"}}, "raw": {"H": "13:30", "COD": "58", "DAY": "17", "MON": "10", "NUM": "1456", "PRO": "PAI", "YEA": "1891", "CITY": "Montquin-Dommartin", "NAME": "THEVENET Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21167	thevenin-raymond-1915-06-10	{"e3": "1457"}	{"lerrcp": "E3-1457"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Thevenin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-06-10 20:00", "note": null, "place": {"c1": null, "c2": "03", "c3": "", "cy": "FR", "lg": 2.61924, "lat": 46.35456, "name": "Désertines", "geoid": 3021543}, "notime": null, "date-ut": "1915-06-10 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Thevenin"}, "birth": {"tzo": "+00:00", "date": "1915-06-10 20:00", "place": {"c2": "03", "c3": "", "cy": "FR", "lg": 2.61924, "lat": 46.35456, "name": "Désertines", "geoid": 3021543}, "date-ut": "1915-06-10 20:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1457"}}, "raw": {"H": "20:00", "COD": "03", "DAY": "10", "MON": "06", "NUM": "1457", "PRO": "JO", "YEA": "1915", "CITY": "Desertines", "NAME": "THEVENIN Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21169	thidon-gustave-1903-09-02	{"e3": "1459"}	{"lerrcp": "E3-1459"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Thidon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-09-02 13:00", "note": null, "place": {"c1": null, "c2": "07", "c3": "", "cy": "FR", "lg": 4.61769, "lat": 44.32726, "name": "Saint-Marcel-d'Ardèche", "geoid": 2978582}, "notime": null, "date-ut": "1903-09-02 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Thidon"}, "birth": {"tzo": "+00:09", "date": "1903-09-02 13:00", "place": {"c2": "07", "c3": "", "cy": "FR", "lg": 4.61769, "lat": 44.32726, "name": "Saint-Marcel-d'Ardèche", "geoid": 2978582}, "date-ut": "1903-09-02 12:51"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1459"}}, "raw": {"H": "13:00", "COD": "07", "DAY": "02", "MON": "09", "NUM": "1459", "PRO": "WR", "YEA": "1903", "CITY": "St Marcel d'Ardèche", "NAME": "THIDON Gustave", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21170	thomas-albert-1878-06-16	{"e3": "1460"}	{"lerrcp": "E3-1460"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Thomas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1878-06-16 04:30", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Champigny sur M", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Thomas"}, "birth": {"tzo": "", "date": "1878-06-16 04:30", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Champigny sur M", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1460"}}, "raw": {"H": "04:30", "COD": "94", "DAY": "16", "MON": "06", "NUM": "1460", "PRO": "PO", "YEA": "1878", "CITY": "Champigny sur M", "NAME": "THOMAS Albert", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21171	thomas-guy-1924-01-01	{"e3": "1461"}	{"lerrcp": "E3-1461"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Thomas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1924-01-01 03:30", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1924-01-01 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Thomas"}, "birth": {"tzo": "+00:00", "date": "1924-01-01 03:30", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1924-01-01 03:30"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1461"}}, "raw": {"H": "03:30", "COD": "78", "DAY": "01", "MON": "01", "NUM": "1461", "PRO": "JO", "YEA": "1924", "CITY": "Versailles", "NAME": "THOMAS Guy", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21172	thomas-henri-1912-12-07	{"e3": "1462"}	{"lerrcp": "E3-1462"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Thomas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1912-12-07 21:00", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 6.66602, "lat": 48.38007, "name": "Anglemont", "geoid": 3037621}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Thomas"}, "birth": {"tzo": "", "date": "1912-12-07 21:00", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 6.66602, "lat": 48.38007, "name": "Anglemont", "geoid": 3037621}, "date-ut": ""}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1462"}}, "raw": {"H": "21:00", "COD": "88", "DAY": "07", "MON": "12", "NUM": "1462", "PRO": "WR", "YEA": "1912", "CITY": "Anglemont", "NAME": "THOMAS Henri", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21173	thomas-robert-1927-09-28	{"e3": "1463"}	{"lerrcp": "E3-1463"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Thomas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1927-09-28 02:30", "note": null, "place": {"c1": null, "c2": "05", "c3": "", "cy": "FR", "lg": 6.07868, "lat": 44.55858, "name": "Gap", "geoid": 3016702}, "notime": null, "date-ut": "1927-09-28 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Thomas"}, "birth": {"tzo": "+01:00", "date": "1927-09-28 02:30", "place": {"c2": "05", "c3": "", "cy": "FR", "lg": 6.07868, "lat": 44.55858, "name": "Gap", "geoid": 3016702}, "date-ut": "1927-09-28 01:30"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1463"}}, "raw": {"H": "02:30", "COD": "05", "DAY": "28", "MON": "09", "NUM": "1463", "PRO": "WR", "YEA": "1927", "CITY": "Gap", "NAME": "THOMAS Robert", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21174	thome-patenotre-jacqueline-1906-02-03	{"e3": "1464"}	{"lerrcp": "E3-1464"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacqueline", "family": "Thome-Patenotre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-02-03 10:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "16", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1906-02-03 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jacqueline", "family": "Thome-Patenotre"}, "birth": {"tzo": "+00:09", "date": "1906-02-03 10:00", "place": {"c2": "75", "c3": "16", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1906-02-03 09:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1464"}}, "raw": {"H": "10:00", "COD": "75", "DAY": "03", "MON": "02", "NUM": "1464", "PRO": "PO", "YEA": "1906", "CITY": "Paris 16ème", "NAME": "THOME-PATENOTRE Jacqueline", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21175	thorez-vermeersch-jeannette-1910-11-26	{"e3": "1465"}	{"lerrcp": "E3-1465"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jeannette", "family": "Thorez-Vermeersch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-11-26 19:45", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1910-11-26 19:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jeannette", "family": "Thorez-Vermeersch"}, "birth": {"tzo": "+00:09", "date": "1910-11-26 19:45", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1910-11-26 19:36"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1465"}}, "raw": {"H": "19:45", "COD": "59", "DAY": "26", "MON": "11", "NUM": "1465", "PRO": "PO", "YEA": "1910", "CITY": "Lille", "NAME": "THOREZ-VERMEERSCH Jeannette", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21176	thoumyre-robert-1883-02-16	{"e3": "1466"}	{"lerrcp": "E3-1466"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Thoumyre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04", "date": "1883-02-16 05:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.07772, "lat": 49.9216, "name": "Dieppe", "geoid": 3021411}, "notime": null, "date-ut": "1883-02-16 04:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Thoumyre"}, "birth": {"tzo": "+00:04", "date": "1883-02-16 05:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 1.07772, "lat": 49.9216, "name": "Dieppe", "geoid": 3021411}, "date-ut": "1883-02-16 04:56"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1466"}}, "raw": {"H": "05:00", "COD": "76", "DAY": "16", "MON": "02", "NUM": "1466", "PRO": "PO", "YEA": "1883", "CITY": "Dieppe", "NAME": "THOUMYRE Robert", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21177	tillaye-louis-charles-1847-05-31	{"e3": "1467"}	{"lerrcp": "E3-1467"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis Charles", "family": "Tillaye", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01", "date": "1847-05-31 16:00", "note": null, "place": {"c1": null, "c2": "61", "c3": "", "cy": "FR", "lg": 0.19835, "lat": 48.92772, "name": "Vimoutiers", "geoid": 2968072}, "notime": null, "date-ut": "1847-05-31 15:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Louis Charles", "family": "Tillaye"}, "birth": {"tzo": "+00:01", "date": "1847-05-31 16:00", "place": {"c2": "61", "c3": "", "cy": "FR", "lg": 0.19835, "lat": 48.92772, "name": "Vimoutiers", "geoid": 2968072}, "date-ut": "1847-05-31 15:59"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1467"}}, "raw": {"H": "16:00", "COD": "61", "DAY": "31", "MON": "05", "NUM": "1467", "PRO": "PO", "YEA": "1847", "CITY": "Vimoutiers", "NAME": "TILLAYE Louis Charles", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21178	tirmarche-maurice-1909-05-30	{"e3": "1468"}	{"lerrcp": "E3-1468"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Tirmarche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-05-30 05:00", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "notime": null, "date-ut": "1909-05-30 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Tirmarche"}, "birth": {"tzo": "+00:09", "date": "1909-05-30 05:00", "place": {"c2": "63", "c3": "", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "date-ut": "1909-05-30 04:51"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1468"}}, "raw": {"H": "05:00", "COD": "63", "DAY": "30", "MON": "05", "NUM": "1468", "PRO": "PAI", "YEA": "1909", "CITY": "Clermont-Ferrand", "NAME": "TIRMARCHE Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21179	xier-jean-l-vignancourt-1907-10-12	{"e3": "1469"}	{"lerrcp": "E3-1469"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean L. (VIGNANCOURT)", "family": "Xier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-10-12 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "7", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1907-10-12 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean L. (VIGNANCOURT)", "family": "Xier"}, "birth": {"tzo": "+00:09", "date": "1907-10-12 06:00", "place": {"c2": "75", "c3": "7", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1907-10-12 05:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1469"}}, "raw": {"H": "06:00", "COD": "75", "DAY": "12", "MON": "10", "NUM": "1469", "PRO": "PO", "YEA": "1907", "CITY": "Paris 7ème", "NAME": "TlXIER Jean L. (VIGNANCOURT)", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21180	toche-francois-1888-11-01	{"e3": "1470"}	{"lerrcp": "E3-1470"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Toché", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06", "date": "1888-11-01 16:00", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1888-11-01 16:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "François", "family": "Toché"}, "birth": {"tzo": "-00:06", "date": "1888-11-01 16:00", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1888-11-01 16:06"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1470"}}, "raw": {"H": "16:00", "COD": "44", "DAY": "01", "MON": "11", "NUM": "1470", "PRO": "JO", "YEA": "1888", "CITY": "Nantes", "NAME": "TOCHÉ François", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21181	toja-jacques-1929-09-01	{"e3": "1471"}	{"lerrcp": "E3-1471"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Toja", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1929-09-01 21:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1929-09-01 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Toja"}, "birth": {"tzo": "+01:00", "date": "1929-09-01 21:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1929-09-01 20:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1471"}}, "raw": {"H": "21:00", "COD": "06", "DAY": "01", "MON": "09", "NUM": "1471", "PRO": "AC", "YEA": "1929", "CITY": "Nice", "NAME": "TOJA Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21182	toulat-jean-1915-07-23	{"e3": "1472"}	{"lerrcp": "E3-1472"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Toulat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-07-23 05:30", "note": null, "place": {"c1": null, "c2": "86", "c3": "", "cy": "FR", "lg": 0.64346, "lat": 46.56979, "name": "Chauvigny", "geoid": 3025809}, "notime": null, "date-ut": "1915-07-23 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Toulat"}, "birth": {"tzo": "+00:00", "date": "1915-07-23 05:30", "place": {"c2": "86", "c3": "", "cy": "FR", "lg": 0.64346, "lat": 46.56979, "name": "Chauvigny", "geoid": 3025809}, "date-ut": "1915-07-23 05:30"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1472"}}, "raw": {"H": "05:30", "COD": "86", "DAY": "23", "MON": "07", "NUM": "1472", "PRO": "JO", "YEA": "1915", "CITY": "Chauvigny", "NAME": "TOULAT Jean", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21183	tourliere-michel-1925-02-15	{"e3": "1473"}	{"lerrcp": "E3-1473"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Tourliere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1925-02-15 01:00", "note": null, "place": {"c1": null, "c2": "21", "c3": "", "cy": "FR", "lg": 4.83887, "lat": 47.02413, "name": "Beaune", "geoid": 3034126}, "notime": null, "date-ut": "1925-02-15 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Tourliere"}, "birth": {"tzo": "+00:00", "date": "1925-02-15 01:00", "place": {"c2": "21", "c3": "", "cy": "FR", "lg": 4.83887, "lat": 47.02413, "name": "Beaune", "geoid": 3034126}, "date-ut": "1925-02-15 01:00"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1473"}}, "raw": {"H": "01:00", "COD": "21", "DAY": "15", "MON": "02", "NUM": "1473", "PRO": "PAI", "YEA": "1925", "CITY": "Beaune", "NAME": "TOURLIERE Michel", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21184	tournoux-jean-raymond-1914-08-15	{"e3": "1474"}	{"lerrcp": "E3-1474"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Raymond", "family": "Tournoux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-08-15 01:00", "note": null, "place": {"c1": null, "c2": "39", "c3": "", "cy": "FR", "lg": 6.0633, "lat": 46.48412, "name": "Les Rousses", "geoid": 2999706}, "notime": null, "date-ut": "1914-08-15 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean-Raymond", "family": "Tournoux"}, "birth": {"tzo": "+00:00", "date": "1914-08-15 01:00", "place": {"c2": "39", "c3": "", "cy": "FR", "lg": 6.0633, "lat": 46.48412, "name": "Les Rousses", "geoid": 2999706}, "date-ut": "1914-08-15 01:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1474"}}, "raw": {"H": "01:00", "COD": "39", "DAY": "15", "MON": "08", "NUM": "1474", "PRO": "JO", "YEA": "1914", "CITY": "Les Rousses", "NAME": "TOURNOUX Jean-Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21185	trarieux-ludovic-jacques-1840-11-30	{"e3": "1475"}	{"lerrcp": "E3-1475"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludovic Jacques", "family": "Trarieux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1840-11-30 12:00", "note": null, "place": {"c1": null, "c2": "16", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Aubeterre", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Ludovic Jacques", "family": "Trarieux"}, "birth": {"tzo": "", "date": "1840-11-30 12:00", "place": {"c2": "16", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Aubeterre", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1475"}}, "raw": {"H": "12:00", "COD": "16", "DAY": "30", "MON": "11", "NUM": "1475", "PRO": "PO", "YEA": "1840", "CITY": "Aubeterre", "NAME": "TRARIEUX Ludovic Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21186	treno-robert-raynaut-ernest-1902-02-09	{"e3": "1476"}	{"lerrcp": "E3-1476"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert (RAYNAUT Ernest)", "family": "Treno", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1902-02-09 14:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.4185, "lat": 43.312, "name": "Vias", "geoid": 2969421}, "notime": null, "date-ut": "1902-02-09 13:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Robert (RAYNAUT Ernest)", "family": "Treno"}, "birth": {"tzo": "+00:09", "date": "1902-02-09 14:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.4185, "lat": 43.312, "name": "Vias", "geoid": 2969421}, "date-ut": "1902-02-09 13:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1476"}}, "raw": {"H": "14:00", "COD": "34", "DAY": "09", "MON": "02", "NUM": "1476", "PRO": "JO", "YEA": "1902", "CITY": "Vias", "NAME": "TRENO Robert (RAYNAUT Ernest)", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21187	tribie-pierre-1910-07-03	{"e3": "1477"}	{"lerrcp": "E3-1477"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Tribié", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1910-07-03 13:00", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Puteaux", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Tribié"}, "birth": {"tzo": "", "date": "1910-07-03 13:00", "place": {"c2": "93", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Puteaux", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1477"}}, "raw": {"H": "13:00", "COD": "93", "DAY": "03", "MON": "07", "NUM": "1477", "PRO": "PO", "YEA": "1910", "CITY": "Puteaux", "NAME": "TRIBIÉ Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21188	tricard-graveron-pierre-1901-07-18	{"e3": "1478"}	{"lerrcp": "E3-1478"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Tricard-Graveron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-07-18 23:45", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": -2.00877, "lat": 48.64738, "name": "Saint-Malo", "geoid": 2978640}, "notime": null, "date-ut": "1901-07-18 23:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Tricard-Graveron"}, "birth": {"tzo": "+00:09", "date": "1901-07-18 23:45", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": -2.00877, "lat": 48.64738, "name": "Saint-Malo", "geoid": 2978640}, "date-ut": "1901-07-18 23:36"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1478"}}, "raw": {"H": "23:45", "COD": "35", "DAY": "18", "MON": "07", "NUM": "1478", "PRO": "PO", "YEA": "1901", "CITY": "St-Malo", "NAME": "TRICARD-GRAVERON Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21189	trinchet-henri-1915-09-25	{"e3": "1479"}	{"lerrcp": "E3-1479"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Trinchet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1915-09-25 21:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Amélie les Bains", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Trinchet"}, "birth": {"tzo": "", "date": "1915-09-25 21:00", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Amélie les Bains", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1479"}}, "raw": {"H": "21:00", "COD": "66", "DAY": "25", "MON": "09", "NUM": "1479", "PRO": "JO", "YEA": "1915", "CITY": "Amélie les Bains", "NAME": "TRINCHET Henri", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21190	trintignant-jean-louis-1930-12-11	{"e3": "1480"}	{"lerrcp": "E3-1480"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Louis", "family": "Trintignant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1930-12-11 19:00", "note": null, "place": {"c1": null, "c2": "84", "c3": "", "cy": "FR", "lg": 4.76157, "lat": 44.17765, "name": "Piolenc", "geoid": 2987071}, "notime": null, "date-ut": "1930-12-11 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean-Louis", "family": "Trintignant"}, "birth": {"tzo": "+00:00", "date": "1930-12-11 19:00", "place": {"c2": "84", "c3": "", "cy": "FR", "lg": 4.76157, "lat": 44.17765, "name": "Piolenc", "geoid": 2987071}, "date-ut": "1930-12-11 19:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1480"}}, "raw": {"H": "19:00", "COD": "84", "DAY": "11", "MON": "12", "NUM": "1480", "PRO": "AC", "YEA": "1930", "CITY": "Piolenc", "NAME": "TRINTIGNANT Jean-Louis", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21191	trorial-jacques-1932-02-08	{"e3": "1481"}	{"lerrcp": "E3-1481"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Trorial", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1932-02-08 16:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 5.8213, "lat": 49.53189, "name": "Saulnes", "geoid": 2975814}, "notime": null, "date-ut": "1932-02-08 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Trorial"}, "birth": {"tzo": "+00:00", "date": "1932-02-08 16:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 5.8213, "lat": 49.53189, "name": "Saulnes", "geoid": 2975814}, "date-ut": "1932-02-08 16:00"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1481"}}, "raw": {"H": "16:00", "COD": "54", "DAY": "08", "MON": "02", "NUM": "1481", "PRO": "PO", "YEA": "1932", "CITY": "Saulnes", "NAME": "TRORIAL Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21192	trouillot-georges-1851-05-07	{"e3": "1482"}	{"lerrcp": "E3-1482"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Trouillot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24", "date": "1851-05-07 03:00", "note": null, "place": {"c1": null, "c2": "39", "c3": "", "cy": "FR", "lg": 5.91354, "lat": 46.74452, "name": "Champagnole", "geoid": 3027235}, "notime": null, "date-ut": "1851-05-07 02:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Trouillot"}, "birth": {"tzo": "+00:24", "date": "1851-05-07 03:00", "place": {"c2": "39", "c3": "", "cy": "FR", "lg": 5.91354, "lat": 46.74452, "name": "Champagnole", "geoid": 3027235}, "date-ut": "1851-05-07 02:36"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1482"}}, "raw": {"H": "03:00", "COD": "39", "DAY": "07", "MON": "05", "NUM": "1482", "PRO": "PO", "YEA": "1851", "CITY": "Champagnole", "NAME": "TROUILLOT Georges", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21193	truc-gonzague-1877-11-15	{"e3": "1483"}	{"lerrcp": "E3-1483"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gonzague", "family": "Truc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:26", "date": "1877-11-15 21:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 6.3966, "lat": 43.53396, "name": "Flayosc", "geoid": 3018355}, "notime": null, "date-ut": "1877-11-15 20:34"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Gonzague", "family": "Truc"}, "birth": {"tzo": "+00:26", "date": "1877-11-15 21:00", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": 6.3966, "lat": 43.53396, "name": "Flayosc", "geoid": 3018355}, "date-ut": "1877-11-15 20:34"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1483"}}, "raw": {"H": "21:00", "COD": "83", "DAY": "15", "MON": "11", "NUM": "1483", "PRO": "WR", "YEA": "1877", "CITY": "Flayosc", "NAME": "TRUC Gonzague", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21194	turenne-henri-1921-11-19	{"e3": "1484"}	{"lerrcp": "E3-1484"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Turenne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1921-11-19 12:00", "note": null, "place": {"c1": null, "c2": "37", "c3": "", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "notime": null, "date-ut": "1921-11-19 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Turenne"}, "birth": {"tzo": "+00:00", "date": "1921-11-19 12:00", "place": {"c2": "37", "c3": "", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "date-ut": "1921-11-19 12:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1484"}}, "raw": {"H": "12:00", "COD": "37", "DAY": "19", "MON": "11", "NUM": "1484", "PRO": "JO", "YEA": "1921", "CITY": "Tours", "NAME": "TURENNE Henri", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21195	turquet-edmond-henri-1836-05-31	{"e3": "1485"}	{"lerrcp": "E3-1485"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond Henri", "family": "Turquet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10", "date": "1836-05-31 16:00", "note": null, "place": {"c1": null, "c2": "60", "c3": "", "cy": "FR", "lg": 2.58661, "lat": 49.20724, "name": "Senlis", "geoid": 2975088}, "notime": null, "date-ut": "1836-05-31 15:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Edmond Henri", "family": "Turquet"}, "birth": {"tzo": "+00:10", "date": "1836-05-31 16:00", "place": {"c2": "60", "c3": "", "cy": "FR", "lg": 2.58661, "lat": 49.20724, "name": "Senlis", "geoid": 2975088}, "date-ut": "1836-05-31 15:50"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1485"}}, "raw": {"H": "16:00", "COD": "60", "DAY": "31", "MON": "05", "NUM": "1485", "PRO": "PO", "YEA": "1836", "CITY": "Senlis", "NAME": "TURQUET Edmond Henri", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21196	turrel-adolphe-1856-05-28	{"e3": "1486"}	{"lerrcp": "E3-1486"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Turrel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1856-05-28 09:00", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Ornaison", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Turrel"}, "birth": {"tzo": "", "date": "1856-05-28 09:00", "place": {"c2": "11", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Ornaison", "geoid": 0}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1486"}}, "raw": {"H": "09:00", "COD": "11", "DAY": "28", "MON": "05", "NUM": "1486", "PRO": "PO", "YEA": "1856", "CITY": "Ornaison", "NAME": "TURREL Adolphe", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21197	uderzo-albert-1927-04-25	{"e3": "1487"}	{"lerrcp": "E3-1487"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Uderzo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1927-04-25 07:00", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 3.68607, "lat": 49.30773, "name": "Fismes", "geoid": 3018453}, "notime": null, "date-ut": "1927-04-25 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cartoonist"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Uderzo"}, "birth": {"tzo": "+01:00", "date": "1927-04-25 07:00", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": 3.68607, "lat": 49.30773, "name": "Fismes", "geoid": 3018453}, "date-ut": "1927-04-25 06:00"}, "occus": ["cartoonist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1487"}}, "raw": {"H": "07:00", "COD": "51", "DAY": "25", "MON": "04", "NUM": "1487", "PRO": "CAR", "YEA": "1927", "CITY": "Fismes", "NAME": "UDERZO Albert", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
12963	marie-andre-1897-12-03	{"a5": "1496", "g55": "08-82"}	{"g55": "08-82", "lerrcp": "A5-1496"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Marie", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1897-12-03 08:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": 0.23294, "lat": 49.41985, "name": "Honfleur", "geoid": 3013173}, "notime": null, "date-ut": "1897-12-03 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1496"}, "birth": {"tzo": "+00:09:21", "date": "1897-12-03 08:00", "place": {"c2": "14", "cy": "FR", "lg": 0.23294, "lat": 49.41985, "name": "Honfleur", "geoid": 3013173}, "date-ut": "1897-12-03 07:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1496"}, "ids-in-sources": {"a5": "1496"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "14", "COU": "F", "DAY": "3", "LAT": "49N11", "LON": "0W22", "MON": "12", "NUM": "1496", "PRO": "PT", "SEC": "40", "YEA": "1897", "CITY": "HONFLEUR"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"name": {"given": "André", "family": "Marie", "nobility": ""}, "slug": "marie-andre-1897-12-03", "partial-ids": {"g55": "08-82"}, "ids-in-source": {"g55": "08-82"}}, "raw": {"DAY": "3-12-1897", "HOUR": "8 h.", "NAME": "MARIE André", "PLACE": "Honfleur (Calvados)."}, "date": "2023-08-20T14:49:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
21199	vaillant-edouard-1840-10-29	{"e3": "1489"}	{"lerrcp": "E3-1489"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Vaillant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08", "date": "1840-10-29 03:00", "note": null, "place": {"c1": null, "c2": "18", "c3": "", "cy": "FR", "lg": 2.0684, "lat": 47.22186, "name": "Vierzon", "geoid": 2969257}, "notime": null, "date-ut": "1840-10-29 02:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Vaillant"}, "birth": {"tzo": "+00:08", "date": "1840-10-29 03:00", "place": {"c2": "18", "c3": "", "cy": "FR", "lg": 2.0684, "lat": 47.22186, "name": "Vierzon", "geoid": 2969257}, "date-ut": "1840-10-29 02:52"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1489"}}, "raw": {"H": "03:00", "COD": "18", "DAY": "29", "MON": "10", "NUM": "1489", "PRO": "PO", "YEA": "1840", "CITY": "Vierzon", "NAME": "VAILLANT Edouard", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21200	vaillant-coljturier-paul-1892-01-08	{"e3": "1490"}	{"lerrcp": "E3-1490"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Vaillant-Coljturier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1892-01-08 19:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "16", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1892-01-08 18:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Vaillant-Coljturier"}, "birth": {"tzo": "+00:09", "date": "1892-01-08 19:00", "place": {"c2": "75", "c3": "16", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1892-01-08 18:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1490"}}, "raw": {"H": "19:00", "COD": "75", "DAY": "08", "MON": "01", "NUM": "1490", "PRO": "PO", "YEA": "1892", "CITY": "Paris 16ème", "NAME": "VAILLANT-COLJTURIER Paul", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21201	valere-simone-gondolf-1921-08-02	{"e3": "1491"}	{"lerrcp": "E3-1491"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Simone (GONDOLF)", "family": "Valere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-08-02 18:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "10", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1921-08-02 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Simone (GONDOLF)", "family": "Valere"}, "birth": {"tzo": "+01:00", "date": "1921-08-02 18:00", "place": {"c2": "75", "c3": "10", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1921-08-02 17:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1491"}}, "raw": {"H": "18:00", "COD": "75", "DAY": "02", "MON": "08", "NUM": "1491", "PRO": "AC", "YEA": "1921", "CITY": "Paris 10ème", "NAME": "VALERE Simone (GONDOLF)", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21202	vallat-xavier-1891-12-23	{"e3": "1492"}	{"lerrcp": "E3-1492"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Xavier", "family": "Vallat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1891-12-23 21:00", "note": null, "place": {"c1": null, "c2": "84", "c3": "", "cy": "FR", "lg": 5.03499, "lat": 44.28427, "name": "Villedieu", "geoid": 2968812}, "notime": null, "date-ut": "1891-12-23 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Xavier", "family": "Vallat"}, "birth": {"tzo": "+00:09", "date": "1891-12-23 21:00", "place": {"c2": "84", "c3": "", "cy": "FR", "lg": 5.03499, "lat": 44.28427, "name": "Villedieu", "geoid": 2968812}, "date-ut": "1891-12-23 20:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1492"}}, "raw": {"H": "21:00", "COD": "84", "DAY": "23", "MON": "12", "NUM": "1492", "PRO": "PO", "YEA": "1891", "CITY": "Villedieu", "NAME": "VALLAT Xavier", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21203	valle-ernest-1845-09-19	{"e3": "1493"}	{"lerrcp": "E3-1493"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Vallé", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16", "date": "1845-09-19 09:00", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 4.01438, "lat": 48.97352, "name": "Avize", "geoid": 3035661}, "notime": null, "date-ut": "1845-09-19 08:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Vallé"}, "birth": {"tzo": "+00:16", "date": "1845-09-19 09:00", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": 4.01438, "lat": 48.97352, "name": "Avize", "geoid": 3035661}, "date-ut": "1845-09-19 08:44"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1493"}}, "raw": {"H": "09:00", "COD": "51", "DAY": "19", "MON": "09", "NUM": "1493", "PRO": "PO", "YEA": "1845", "CITY": "Avize", "NAME": "VALLÉ Ernest", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21204	vallin-ninon-1886-09-08	{"e3": "1494"}	{"lerrcp": "E3-1494"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ninon", "family": "Vallin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1886-09-08 15:00", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Montalieu-Vercieu", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["opera-singer"]	5	null	[{"new": {"name": {"given": "Ninon", "family": "Vallin"}, "birth": {"tzo": "", "date": "1886-09-08 15:00", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Montalieu-Vercieu", "geoid": 0}, "date-ut": ""}, "occus": ["opera-singer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1494"}}, "raw": {"H": "15:00", "COD": "38", "DAY": "08", "MON": "09", "NUM": "1494", "PRO": "OPE", "YEA": "1886", "CITY": "Montalieu-Vercieu", "NAME": "VALLIN Ninon", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21205	valmalete-madeleine-de-1899-07-28	{"e3": "1495"}	{"lerrcp": "E3-1495"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Madeleine de", "family": "Valmalete", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-07-28 04:00", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": 2.44322, "lat": 48.86415, "name": "Montreuil", "geoid": 2992090}, "notime": null, "date-ut": "1899-07-28 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Madeleine de", "family": "Valmalete"}, "birth": {"tzo": "+00:09", "date": "1899-07-28 04:00", "place": {"c2": "93", "c3": "", "cy": "FR", "lg": 2.44322, "lat": 48.86415, "name": "Montreuil", "geoid": 2992090}, "date-ut": "1899-07-28 03:51"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1495"}}, "raw": {"H": "04:00", "COD": "93", "DAY": "28", "MON": "07", "NUM": "1495", "PRO": "MUS", "YEA": "1899", "CITY": "Montreuil", "NAME": "VALMALETE Madeleine de", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21206	valton-jean-1921-07-14	{"e3": "1496"}	{"lerrcp": "E3-1496"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Valton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-07-14 20:30", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.52488, "lat": 48.83811, "name": "Bry-sur-Marne", "geoid": 3029706}, "notime": null, "date-ut": "1921-07-14 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Valton"}, "birth": {"tzo": "+01:00", "date": "1921-07-14 20:30", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.52488, "lat": 48.83811, "name": "Bry-sur-Marne", "geoid": 3029706}, "date-ut": "1921-07-14 19:30"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1496"}}, "raw": {"H": "20:30", "COD": "94", "DAY": "14", "MON": "07", "NUM": "1496", "PRO": "AC", "YEA": "1921", "CITY": "Bry sur Marne", "NAME": "VALTON Jean", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21207	valynseele-joseph-1924-05-11	{"e3": "1497"}	{"lerrcp": "E3-1497"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Valynseele", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1924-05-11 21:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "notime": null, "date-ut": "1924-05-11 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Valynseele"}, "birth": {"tzo": "+01:00", "date": "1924-05-11 21:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "date-ut": "1924-05-11 20:30"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1497"}}, "raw": {"H": "21:30", "COD": "59", "DAY": "11", "MON": "05", "NUM": "1497", "PRO": "WR", "YEA": "1924", "CITY": "Tourcoing", "NAME": "VALYNSEELE Joseph", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21208	varennes-jean-charles-1915-03-18	{"e3": "1498"}	{"lerrcp": "E3-1498"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Charles", "family": "Varennes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-03-18 03:00", "note": null, "place": {"c1": null, "c2": "03", "c3": "", "cy": "FR", "lg": 2.71746, "lat": 46.57091, "name": "Le Brethon", "geoid": 3005026}, "notime": null, "date-ut": "1915-03-18 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Jean Charles", "family": "Varennes"}, "birth": {"tzo": "+00:00", "date": "1915-03-18 03:00", "place": {"c2": "03", "c3": "", "cy": "FR", "lg": 2.71746, "lat": 46.57091, "name": "Le Brethon", "geoid": 3005026}, "date-ut": "1915-03-18 03:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1498"}}, "raw": {"H": "03:00", "COD": "03", "DAY": "18", "MON": "03", "NUM": "1498", "PRO": "JO", "YEA": "1915", "CITY": "Le Brethon", "NAME": "VARENNES Jean Charles", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21209	vaussard-maurice-1888-09-08	{"e3": "1499"}	{"lerrcp": "E3-1499"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Vaussard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07", "date": "1888-09-08 01:00", "note": null, "place": {"c1": null, "c2": "80", "c3": "", "cy": "FR", "lg": 1.71039, "lat": 49.96862, "name": "Ramburelles", "geoid": 2984509}, "notime": null, "date-ut": "1888-09-08 00:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Vaussard"}, "birth": {"tzo": "+00:07", "date": "1888-09-08 01:00", "place": {"c2": "80", "c3": "", "cy": "FR", "lg": 1.71039, "lat": 49.96862, "name": "Ramburelles", "geoid": 2984509}, "date-ut": "1888-09-08 00:53"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1499"}}, "raw": {"H": "01:00", "COD": "80", "DAY": "08", "MON": "09", "NUM": "1499", "PRO": "WR", "YEA": "1888", "CITY": "Ramburelles", "NAME": "VAUSSARD Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21210	vee-gerard-1912-12-15	{"e3": "1500"}	{"lerrcp": "E3-1500"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Vée", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-12-15 21:00", "note": null, "place": {"c1": null, "c2": "89", "c3": "", "cy": "FR", "lg": 3.25727, "lat": 47.51881, "name": "Sainpuits", "geoid": 2981947}, "notime": null, "date-ut": "1912-12-15 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Gérard", "family": "Vée"}, "birth": {"tzo": "+00:00", "date": "1912-12-15 21:00", "place": {"c2": "89", "c3": "", "cy": "FR", "lg": 3.25727, "lat": 47.51881, "name": "Sainpuits", "geoid": 2981947}, "date-ut": "1912-12-15 21:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1500"}}, "raw": {"H": "21:00", "COD": "89", "DAY": "15", "MON": "12", "NUM": "1500", "PRO": "JO", "YEA": "1912", "CITY": "Sainpuits", "NAME": "VÉE Gérard", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21211	veil-simone-jacob-1927-07-13	{"e3": "1501"}	{"lerrcp": "E3-1501"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Simone (JACOB)", "family": "Veil", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1927-07-13 08:15", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1927-07-13 07:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Simone (JACOB)", "family": "Veil"}, "birth": {"tzo": "+01:00", "date": "1927-07-13 08:15", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1927-07-13 07:15"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1501"}}, "raw": {"H": "08:15", "COD": "06", "DAY": "13", "MON": "07", "NUM": "1501", "PRO": "PO", "YEA": "1927", "CITY": "Nice", "NAME": "VEIL Simone (JACOB)", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21212	vermorel-claude-1906-07-18	{"e3": "1502"}	{"lerrcp": "E3-1502"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Vermorel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1906-07-18 00:30", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": 4.68069, "lat": 46.16227, "name": "Villié-Morgon", "geoid": 2968214}, "notime": null, "date-ut": "1906-07-18 00:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Vermorel"}, "birth": {"tzo": "+00:09", "date": "1906-07-18 00:30", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": 4.68069, "lat": 46.16227, "name": "Villié-Morgon", "geoid": 2968214}, "date-ut": "1906-07-18 00:21"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1502"}}, "raw": {"H": "00:30", "COD": "69", "DAY": "18", "MON": "07", "NUM": "1502", "PRO": "WR", "YEA": "1906", "CITY": "Villié-Morgon", "NAME": "VERMOREL Claude", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21213	vernier-pierre-rayer-1931-05-25	{"e3": "1503"}	{"lerrcp": "E3-1503"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre (RAYER)", "family": "Vernier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1931-05-25 05:00", "note": null, "place": {"c1": null, "c2": "17", "c3": "", "cy": "FR", "lg": -0.52133, "lat": 45.94408, "name": "Saint-Jean-d'Angély", "geoid": 2979363}, "notime": null, "date-ut": "1931-05-25 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Pierre (RAYER)", "family": "Vernier"}, "birth": {"tzo": "+01:00", "date": "1931-05-25 05:00", "place": {"c2": "17", "c3": "", "cy": "FR", "lg": -0.52133, "lat": 45.94408, "name": "Saint-Jean-d'Angély", "geoid": 2979363}, "date-ut": "1931-05-25 04:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1503"}}, "raw": {"H": "05:00", "COD": "17", "DAY": "25", "MON": "05", "NUM": "1503", "PRO": "AC", "YEA": "1931", "CITY": "St Jean d Angély", "NAME": "VERNIER Pierre (RAYER)", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21214	versois-odile-de-poliakoff-1930-06-15	{"e3": "1504"}	{"lerrcp": "E3-1504"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Odile (de POLIAKOFF)", "family": "Versois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1930-06-15 11:20", "note": null, "place": {"c1": null, "c2": "75", "c3": "5", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1930-06-15 10:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Odile (de POLIAKOFF)", "family": "Versois"}, "birth": {"tzo": "+01:00", "date": "1930-06-15 11:20", "place": {"c2": "75", "c3": "5", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1930-06-15 10:20"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1504"}}, "raw": {"H": "11:20", "COD": "75", "DAY": "15", "MON": "06", "NUM": "1504", "PRO": "AC", "YEA": "1930", "CITY": "Paris 5ème", "NAME": "VERSOIS Odile (de POLIAKOFF)", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21215	vezzani-cesar-1888-08-08	{"e3": "1505"}	{"lerrcp": "E3-1505"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "César", "family": "Vezzani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1888-08-08 08:00", "note": null, "place": {"c1": null, "c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bastia", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["opera-singer"]	5	null	[{"new": {"name": {"given": "César", "family": "Vezzani"}, "birth": {"tzo": "", "date": "1888-08-08 08:00", "place": {"c2": "20", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bastia", "geoid": 0}, "date-ut": ""}, "occus": ["opera-singer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1505"}}, "raw": {"H": "08:00", "COD": "20", "DAY": "08", "MON": "08", "NUM": "1505", "PRO": "OPE", "YEA": "1888", "CITY": "Bastia", "NAME": "VEZZANI César", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21216	viansson-ponte-pierre-1920-08-02	{"e3": "1506"}	{"lerrcp": "E3-1506"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Viansson-Ponté", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-08-02 15:00", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": -1.28297, "lat": 47.0871, "name": "Clisson", "geoid": 3024578}, "notime": null, "date-ut": "1920-08-02 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Viansson-Ponté"}, "birth": {"tzo": "+01:00", "date": "1920-08-02 15:00", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": -1.28297, "lat": 47.0871, "name": "Clisson", "geoid": 3024578}, "date-ut": "1920-08-02 14:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1506"}}, "raw": {"H": "15:00", "COD": "44", "DAY": "02", "MON": "08", "NUM": "1506", "PRO": "JO", "YEA": "1920", "CITY": "Clisson", "NAME": "VIANSSON-PONTÉ Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21217	vichney-nicolas-vichnevetz-1925-12-21	{"e3": "1507"}	{"lerrcp": "E3-1507"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicolas (VICHNEVETZ)", "family": "Vichney", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1925-12-21 00:15", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1925-12-21 00:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Nicolas (VICHNEVETZ)", "family": "Vichney"}, "birth": {"tzo": "+00:00", "date": "1925-12-21 00:15", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1925-12-21 00:15"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1507"}}, "raw": {"H": "00:15", "COD": "92", "DAY": "21", "MON": "12", "NUM": "1507", "PRO": "JO", "YEA": "1925", "CITY": "Neuilly sur Seine", "NAME": "VICHNEY Nicolas (VICHNEVETZ)", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21218	vidal-gaston-1888-10-19	{"e3": "1508"}	{"lerrcp": "E3-1508"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Vidal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18", "date": "1888-10-19 01:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1888-10-19 00:42"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Vidal"}, "birth": {"tzo": "+00:18", "date": "1888-10-19 01:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1888-10-19 00:42"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1508"}}, "raw": {"H": "01:00", "COD": "42", "DAY": "19", "MON": "10", "NUM": "1508", "PRO": "PO", "YEA": "1888", "CITY": "St-Etienne", "NAME": "VIDAL Gaston", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21219	vidal-maurice-1919-05-28	{"e3": "1509"}	{"lerrcp": "E3-1509"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Vidal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1919-05-28 16:30", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "La Garenne-Col", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Vidal"}, "birth": {"tzo": "", "date": "1919-05-28 16:30", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "La Garenne-Col", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1509"}}, "raw": {"H": "16:30", "COD": "92", "DAY": "28", "MON": "05", "NUM": "1509", "PRO": "JO", "YEA": "1919", "CITY": "La Garenne-Col", "NAME": "VIDAL Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21220	vidalenche-gerard-1927-01-08	{"e3": "1510"}	{"lerrcp": "E3-1510"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Vidalenche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1927-01-08 23:15", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1927-01-08 23:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Gérard", "family": "Vidalenche"}, "birth": {"tzo": "+00:00", "date": "1927-01-08 23:15", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1927-01-08 23:15"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1510"}}, "raw": {"H": "23:15", "COD": "78", "DAY": "08", "MON": "01", "NUM": "1510", "PRO": "JO", "YEA": "1927", "CITY": "Versailles", "NAME": "VIDALENCHE Gérard", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21221	vienne-marie-l-de-guelorget-1905-08-16	{"e3": "1511"}	{"lerrcp": "E3-1511"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie L.de (GUÉLORGET)", "family": "Vienne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-08-16 01:30", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.25404, "lat": 48.91882, "name": "Colombes", "geoid": 3024266}, "notime": null, "date-ut": "1905-08-16 01:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["opera-singer"]	5	null	[{"new": {"name": {"given": "Marie L.de (GUÉLORGET)", "family": "Vienne"}, "birth": {"tzo": "+00:09", "date": "1905-08-16 01:30", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.25404, "lat": 48.91882, "name": "Colombes", "geoid": 3024266}, "date-ut": "1905-08-16 01:21"}, "occus": ["opera-singer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1511"}}, "raw": {"H": "01:30", "COD": "92", "DAY": "16", "MON": "08", "NUM": "1511", "PRO": "OPE", "YEA": "1905", "CITY": "Colombes", "NAME": "VIENNE Marie L.de (GUÉLORGET)", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21222	vienot-pierre-1897-08-05	{"e3": "1512"}	{"lerrcp": "E3-1512"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Vienot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1897-08-05 04:00", "note": null, "place": {"c1": null, "c2": "60", "c3": "", "cy": "FR", "lg": 2.41258, "lat": 49.37897, "name": "Clermont", "geoid": 3024643}, "notime": null, "date-ut": "1897-08-05 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Vienot"}, "birth": {"tzo": "+00:09", "date": "1897-08-05 04:00", "place": {"c2": "60", "c3": "", "cy": "FR", "lg": 2.41258, "lat": 49.37897, "name": "Clermont", "geoid": 3024643}, "date-ut": "1897-08-05 03:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1512"}}, "raw": {"H": "04:00", "COD": "60", "DAY": "05", "MON": "08", "NUM": "1512", "PRO": "PO", "YEA": "1897", "CITY": "Clermont", "NAME": "VIENOT Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21223	viger-albert-1843-10-19	{"e3": "1513"}	{"lerrcp": "E3-1513"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Viger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1843-10-19 04:00", "note": null, "place": {"c1": null, "c2": "45", "c3": "", "cy": "FR", "lg": 2.12648, "lat": 47.86316, "name": "Jargeau", "geoid": 3012483}, "notime": null, "date-ut": "1843-10-19 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Viger"}, "birth": {"tzo": "+00:09", "date": "1843-10-19 04:00", "place": {"c2": "45", "c3": "", "cy": "FR", "lg": 2.12648, "lat": 47.86316, "name": "Jargeau", "geoid": 3012483}, "date-ut": "1843-10-19 03:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1513"}}, "raw": {"H": "04:00", "COD": "45", "DAY": "19", "MON": "10", "NUM": "1513", "PRO": "PO", "YEA": "1843", "CITY": "Jargeau", "NAME": "VIGER Albert", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21224	vigo-rene-1914-02-18	{"e3": "1514"}	{"lerrcp": "E3-1514"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Vigo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1914-02-18 05:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "René", "family": "Vigo"}, "birth": {"tzo": "", "date": "1914-02-18 05:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": ""}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1514"}}, "raw": {"H": "05:00", "COD": "54", "DAY": "18", "MON": "02", "NUM": "1514", "PRO": "WR", "YEA": "1914", "CITY": "Nancy", "NAME": "VIGO René", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21225	vilgrain-jean-ernest-1880-10-29	{"e3": "1515"}	{"lerrcp": "E3-1515"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Ernest", "family": "Vilgrain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1880-10-29 00:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.13036, "lat": 48.75994, "name": "Frouard", "geoid": 3016944}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean Ernest", "family": "Vilgrain"}, "birth": {"tzo": "", "date": "1880-10-29 00:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": 6.13036, "lat": 48.75994, "name": "Frouard", "geoid": 3016944}, "date-ut": ""}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1515"}}, "raw": {"H": "00:00", "COD": "54", "DAY": "29", "MON": "10", "NUM": "1515", "PRO": "PO", "YEA": "1880", "CITY": "Frouard", "NAME": "VILGRAIN Jean Ernest", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21226	villemot-bernard-1911-09-20	{"e3": "1516"}	{"lerrcp": "E3-1516"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Villemot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1911-09-20 09:00", "note": null, "place": {"c1": null, "c2": "14", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Trouville", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Villemot"}, "birth": {"tzo": "", "date": "1911-09-20 09:00", "place": {"c2": "14", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Trouville", "geoid": 0}, "date-ut": ""}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1516"}}, "raw": {"H": "09:00", "COD": "14", "DAY": "20", "MON": "09", "NUM": "1516", "PRO": "PAI", "YEA": "1911", "CITY": "Trouville", "NAME": "VILLEMOT Bernard", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21227	vincent-daniel-1874-03-31	{"e3": "1517"}	{"lerrcp": "E3-1517"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "Vincent", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15", "date": "1874-03-31 08:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.74308, "lat": 50.32497, "name": "Bettrechies", "geoid": 3032961}, "notime": null, "date-ut": "1874-03-31 07:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Daniel", "family": "Vincent"}, "birth": {"tzo": "+00:15", "date": "1874-03-31 08:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.74308, "lat": 50.32497, "name": "Bettrechies", "geoid": 3032961}, "date-ut": "1874-03-31 07:45"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1517"}}, "raw": {"H": "08:00", "COD": "59", "DAY": "31", "MON": "03", "NUM": "1517", "PRO": "PO", "YEA": "1874", "CITY": "Bettrechies", "NAME": "VINCENT Daniel", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21228	virebayre-charles-1920-10-23	{"e3": "1518"}	{"lerrcp": "E3-1518"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Virebayre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-10-23 13:00", "note": null, "place": {"c1": null, "c2": "48", "c3": "", "cy": "FR", "lg": 3.59276, "lat": 44.32626, "name": "Florac", "geoid": 3018238}, "notime": null, "date-ut": "1920-10-23 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Virebayre"}, "birth": {"tzo": "+01:00", "date": "1920-10-23 13:00", "place": {"c2": "48", "c3": "", "cy": "FR", "lg": 3.59276, "lat": 44.32626, "name": "Florac", "geoid": 3018238}, "date-ut": "1920-10-23 12:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1518"}}, "raw": {"H": "13:00", "COD": "48", "DAY": "23", "MON": "10", "NUM": "1518", "PRO": "JO", "YEA": "1920", "CITY": "Florac", "NAME": "VIREBAYRE Charles", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21229	vivien-robert-andre-1923-02-24	{"e3": "1519"}	{"lerrcp": "E3-1519"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert-André", "family": "Vivien", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-02-24 22:30", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.41579, "lat": 48.83864, "name": "Saint-Mandé", "geoid": 2978621}, "notime": null, "date-ut": "1923-02-24 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Robert-André", "family": "Vivien"}, "birth": {"tzo": "+00:00", "date": "1923-02-24 22:30", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 2.41579, "lat": 48.83864, "name": "Saint-Mandé", "geoid": 2978621}, "date-ut": "1923-02-24 22:30"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1519"}}, "raw": {"H": "22:30", "COD": "94", "DAY": "24", "MON": "02", "NUM": "1519", "PRO": "PO", "YEA": "1923", "CITY": "St-Mandé", "NAME": "VIVIEN Robert-André", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21230	volmerange-guy-1926-12-02	{"e3": "1520"}	{"lerrcp": "E3-1520"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Volmerange", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1926-12-02 04:00", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 6.45304, "lat": 48.18324, "name": "Épinal", "geoid": 3020035}, "notime": null, "date-ut": "1926-12-02 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Volmerange"}, "birth": {"tzo": "+00:00", "date": "1926-12-02 04:00", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": 6.45304, "lat": 48.18324, "name": "Épinal", "geoid": 3020035}, "date-ut": "1926-12-02 04:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1520"}}, "raw": {"H": "04:00", "COD": "88", "DAY": "02", "MON": "12", "NUM": "1520", "PRO": "JO", "YEA": "1926", "CITY": "Epinal", "NAME": "VOLMERANGE Guy", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21231	voyenne-bernard-1920-08-12	{"e3": "1521"}	{"lerrcp": "E3-1521"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Voyenne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-08-12 09:00", "note": null, "place": {"c1": null, "c2": "03", "c3": "", "cy": "FR", "lg": 3.42577, "lat": 46.12709, "name": "Vichy", "geoid": 2969392}, "notime": null, "date-ut": "1920-08-12 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Voyenne"}, "birth": {"tzo": "+01:00", "date": "1920-08-12 09:00", "place": {"c2": "03", "c3": "", "cy": "FR", "lg": 3.42577, "lat": 46.12709, "name": "Vichy", "geoid": 2969392}, "date-ut": "1920-08-12 08:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1521"}}, "raw": {"H": "09:00", "COD": "03", "DAY": "12", "MON": "08", "NUM": "1521", "PRO": "JO", "YEA": "1920", "CITY": "Vichy", "NAME": "VOYENNE Bernard", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21232	vuillemin-jules-1920-02-15	{"e3": "1522"}	{"lerrcp": "E3-1522"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Vuillemin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1920-02-15 07:00", "note": null, "place": {"c1": null, "c2": "25", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Pierrefontaine", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Vuillemin"}, "birth": {"tzo": "", "date": "1920-02-15 07:00", "place": {"c2": "25", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Pierrefontaine", "geoid": 0}, "date-ut": ""}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1522"}}, "raw": {"H": "07:00", "COD": "25", "DAY": "15", "MON": "02", "NUM": "1522", "PRO": "WR", "YEA": "1920", "CITY": "Pierrefontaine", "NAME": "VUILLEMIN Jules", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21233	waddington-william-1826-12-12	{"e3": "1523"}	{"lerrcp": "E3-1523"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Waddington", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05", "date": "1826-12-12 22:00", "note": null, "place": {"c1": null, "c2": "28", "c3": "", "cy": "FR", "lg": 1.24532, "lat": 48.76143, "name": "Saint-Rémy-sur-Avre", "geoid": 2977193}, "notime": null, "date-ut": "1826-12-12 21:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "William", "family": "Waddington"}, "birth": {"tzo": "+00:05", "date": "1826-12-12 22:00", "place": {"c2": "28", "c3": "", "cy": "FR", "lg": 1.24532, "lat": 48.76143, "name": "Saint-Rémy-sur-Avre", "geoid": 2977193}, "date-ut": "1826-12-12 21:55"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1523"}}, "raw": {"H": "22:00", "COD": "28", "DAY": "12", "MON": "12", "NUM": "1523", "PRO": "PO", "YEA": "1826", "CITY": "St Rémy sur Avre", "NAME": "WADDINGTON William", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21234	waldeck-rousseau-pierre-1846-12-02	{"e3": "1524"}	{"lerrcp": "E3-1524"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Waldeck-Rousseau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06", "date": "1846-12-02 04:00", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1846-12-02 04:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Waldeck-Rousseau"}, "birth": {"tzo": "-00:06", "date": "1846-12-02 04:00", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1846-12-02 04:06"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1524"}}, "raw": {"H": "04:00", "COD": "44", "DAY": "02", "MON": "12", "NUM": "1524", "PRO": "PO", "YEA": "1846", "CITY": "Nantes", "NAME": "WALDECK-ROUSSEAU Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21235	wallon-henri-1812-12-23	{"e3": "1525"}	{"lerrcp": "E3-1525"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Wallon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14", "date": "1812-12-23 02:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.52506, "lat": 50.35909, "name": "Valenciennes", "geoid": 2971041}, "notime": null, "date-ut": "1812-12-23 01:46"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Wallon"}, "birth": {"tzo": "+00:14", "date": "1812-12-23 02:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.52506, "lat": 50.35909, "name": "Valenciennes", "geoid": 2971041}, "date-ut": "1812-12-23 01:46"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1525"}}, "raw": {"H": "02:00", "COD": "59", "DAY": "23", "MON": "12", "NUM": "1525", "PRO": "PO", "YEA": "1812", "CITY": "Valenciennes", "NAME": "WALLON Henri", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21236	wauthier-claude-1923-08-22	{"e3": "1526"}	{"lerrcp": "E3-1526"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Wauthier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1923-08-22 22:00", "note": null, "place": {"c1": null, "c2": "57", "c3": "", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1923-08-22 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Wauthier"}, "birth": {"tzo": "+01:00", "date": "1923-08-22 22:00", "place": {"c2": "57", "c3": "", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1923-08-22 21:00"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1526"}}, "raw": {"H": "22:00", "COD": "57", "DAY": "22", "MON": "08", "NUM": "1526", "PRO": "JO", "YEA": "1923", "CITY": "Metz", "NAME": "WAUTHIER Claude", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21237	weber-andre-1928-05-01	{"e3": "1527"}	{"lerrcp": "E3-1527"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Weber", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1928-05-01 08:00", "note": null, "place": {"c1": null, "c2": "68", "c3": "", "cy": "FR", "lg": 7.35584, "lat": 48.08078, "name": "Colmar", "geoid": 3024297}, "notime": null, "date-ut": "1928-05-01 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "André", "family": "Weber"}, "birth": {"tzo": "+01:00", "date": "1928-05-01 08:00", "place": {"c2": "68", "c3": "", "cy": "FR", "lg": 7.35584, "lat": 48.08078, "name": "Colmar", "geoid": 3024297}, "date-ut": "1928-05-01 07:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1527"}}, "raw": {"H": "08:00", "COD": "68", "DAY": "01", "MON": "05", "NUM": "1527", "PRO": "AC", "YEA": "1928", "CITY": "Colmar", "NAME": "WEBER André", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21238	weygand-maxime-1867-01-21	{"e3": "1528"}	{"lerrcp": "E3-1528"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maxime", "family": "Weygand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17", "date": "1867-01-21 08:00", "note": null, "place": {"c1": null, "c2": "", "c3": "", "cy": "BE", "lg": 4.34878, "lat": 50.85045, "name": "Bruxelles", "geoid": 2800866}, "notime": null, "date-ut": "1867-01-21 07:43"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Maxime", "family": "Weygand"}, "birth": {"tzo": "+00:17", "date": "1867-01-21 08:00", "place": {"c2": "", "c3": "", "cy": "BE", "lg": 4.34878, "lat": 50.85045, "name": "Bruxelles", "geoid": 2800866}, "date-ut": "1867-01-21 07:43"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1528"}}, "raw": {"H": "08:00", "COD": "B", "DAY": "21", "MON": "01", "NUM": "1528", "PRO": "PO", "YEA": "1867", "CITY": "Bruxelles - Belgique", "NAME": "WEYGAND Maxime", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21239	wiehn-pierre-1934-04-26	{"e3": "1529"}	{"lerrcp": "E3-1529"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Wiehn", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1934-04-26 09:30", "note": null, "place": {"c1": null, "c2": "17", "c3": "", "cy": "FR", "lg": -0.63489, "lat": 45.74742, "name": "Saintes", "geoid": 2980340}, "notime": null, "date-ut": "1934-04-26 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Wiehn"}, "birth": {"tzo": "+01:00", "date": "1934-04-26 09:30", "place": {"c2": "17", "c3": "", "cy": "FR", "lg": -0.63489, "lat": 45.74742, "name": "Saintes", "geoid": 2980340}, "date-ut": "1934-04-26 08:30"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1529"}}, "raw": {"H": "09:30", "COD": "17", "DAY": "26", "MON": "04", "NUM": "1529", "PRO": "JO", "YEA": "1934", "CITY": "Saintes", "NAME": "WIEHN Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21240	wiener-jean-1896-03-19	{"e3": "1530"}	{"lerrcp": "E3-1530"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Wiener", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1896-03-19 14:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "17", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1896-03-19 13:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Wiener"}, "birth": {"tzo": "+00:09", "date": "1896-03-19 14:00", "place": {"c2": "75", "c3": "17", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1896-03-19 13:51"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1530"}}, "raw": {"H": "14:00", "COD": "75", "DAY": "19", "MON": "03", "NUM": "1530", "PRO": "MUS", "YEA": "1896", "CITY": "Paris 17ème", "NAME": "WIENER Jean", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21241	wilson-daniel-1840-03-06	{"e3": "1531"}	{"lerrcp": "E3-1531"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "Wilson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1840-03-06 12:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1840-03-06 11:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Daniel", "family": "Wilson"}, "birth": {"tzo": "+00:09", "date": "1840-03-06 12:00", "place": {"c2": "75", "c3": "", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1840-03-06 11:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1531"}}, "raw": {"H": "12:00", "COD": "75", "DAY": "06", "MON": "03", "NUM": "1531", "PRO": "PO", "YEA": "1840", "CITY": "Paris", "NAME": "WILSON Daniel", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21242	wilson-georges-1921-10-16	{"e3": "1532"}	{"lerrcp": "E3-1532"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Wilson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1921-10-16 08:00", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Champigny sur M", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Wilson"}, "birth": {"tzo": "", "date": "1921-10-16 08:00", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Champigny sur M", "geoid": 0}, "date-ut": ""}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1532"}}, "raw": {"H": "08:00", "COD": "94", "DAY": "16", "MON": "10", "NUM": "1532", "PRO": "AC", "YEA": "1921", "CITY": "Champigny sur M", "NAME": "WILSON Georges", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21243	wimphen-claude-1918-08-27	{"e3": "1533"}	{"lerrcp": "E3-1533"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Wimphen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-08-27 21:30", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": 2.69078, "lat": 48.27511, "name": "Nemours", "geoid": 2990793}, "notime": null, "date-ut": "1918-08-27 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Wimphen"}, "birth": {"tzo": "+01:00", "date": "1918-08-27 21:30", "place": {"c2": "77", "c3": "", "cy": "FR", "lg": 2.69078, "lat": 48.27511, "name": "Nemours", "geoid": 2990793}, "date-ut": "1918-08-27 20:30"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1533"}}, "raw": {"H": "21:30", "COD": "77", "DAY": "27", "MON": "08", "NUM": "1533", "PRO": "JO", "YEA": "1918", "CITY": "Nemours", "NAME": "WIMPHEN Claude", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21244	wolf-pierre-rene-1899-02-19	{"e3": "1534"}	{"lerrcp": "E3-1534"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre-René", "family": "Wolf", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-02-19 04:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1899-02-19 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Pierre-René", "family": "Wolf"}, "birth": {"tzo": "+00:09", "date": "1899-02-19 04:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1899-02-19 03:51"}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1534"}}, "raw": {"H": "04:00", "COD": "76", "DAY": "19", "MON": "02", "NUM": "1534", "PRO": "JO", "YEA": "1899", "CITY": "Rouen", "NAME": "WOLF Pierre-René", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21245	wolff-robert-1916-03-15	{"e3": "1535"}	{"lerrcp": "E3-1535"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Wolff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1916-03-15 08:00", "note": null, "place": {"c1": null, "c2": "50", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "CherLourg", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Wolff"}, "birth": {"tzo": "", "date": "1916-03-15 08:00", "place": {"c2": "50", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "CherLourg", "geoid": 0}, "date-ut": ""}, "occus": ["journalist"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1535"}}, "raw": {"H": "08:00", "COD": "50", "DAY": "15", "MON": "03", "NUM": "1535", "PRO": "JO", "YEA": "1916", "CITY": "CherLourg", "NAME": "WOLFF Robert", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21246	yanne-jean-gouye-1933-07-18	{"e3": "1536"}	{"lerrcp": "E3-1536"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean (GOUYÉ)", "family": "Yanne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1933-07-18 01:00", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": 2.42057, "lat": 48.87992, "name": "Les Lilas", "geoid": 3000491}, "notime": null, "date-ut": "1933-07-18 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean (GOUYÉ)", "family": "Yanne"}, "birth": {"tzo": "+01:00", "date": "1933-07-18 01:00", "place": {"c2": "93", "c3": "", "cy": "FR", "lg": 2.42057, "lat": 48.87992, "name": "Les Lilas", "geoid": 3000491}, "date-ut": "1933-07-18 00:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1536"}}, "raw": {"H": "01:00", "COD": "93", "DAY": "18", "MON": "07", "NUM": "1536", "PRO": "AC", "YEA": "1933", "CITY": "Les Lilas", "NAME": "YANNE Jean (GOUYÉ)", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21247	ybarnegaray-jean-1883-10-16	{"e3": "1537"}	{"lerrcp": "E3-1537"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Ybarnegaray", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05", "date": "1883-10-16 01:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -1.24489, "lat": 43.16467, "name": "Uhart-Cize", "geoid": 2971392}, "notime": null, "date-ut": "1883-10-16 01:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Ybarnegaray"}, "birth": {"tzo": "-00:05", "date": "1883-10-16 01:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": -1.24489, "lat": 43.16467, "name": "Uhart-Cize", "geoid": 2971392}, "date-ut": "1883-10-16 01:05"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1537"}}, "raw": {"H": "01:00", "COD": "64", "DAY": "16", "MON": "10", "NUM": "1537", "PRO": "PO", "YEA": "1883", "CITY": "Uhart-Cize", "NAME": "YBARNEGARAY Jean", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21248	zay-jean-1904-08-06	{"e3": "1538"}	{"lerrcp": "E3-1538"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Zay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-08-06 21:25", "note": null, "place": {"c1": null, "c2": "45", "c3": "", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1904-08-06 21:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Zay"}, "birth": {"tzo": "+00:09", "date": "1904-08-06 21:25", "place": {"c2": "45", "c3": "", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1904-08-06 21:16"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1538"}}, "raw": {"H": "21:25", "COD": "45", "DAY": "06", "MON": "08", "NUM": "1538", "PRO": "PO", "YEA": "1904", "CITY": "Orléans", "NAME": "ZAY Jean", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21249	zeraffa-michel-1918-01-29	{"e3": "1539"}	{"lerrcp": "E3-1539"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Zéraffa", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1918-01-29 16:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1918-01-29 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Zéraffa"}, "birth": {"tzo": "+00:00", "date": "1918-01-29 16:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1918-01-29 16:00"}, "occus": ["writer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1539"}}, "raw": {"H": "16:00", "COD": "06", "DAY": "29", "MON": "01", "NUM": "1539", "PRO": "WR", "YEA": "1918", "CITY": "Nice", "NAME": "ZÉRAFFA Michel", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}]	[]
21250	abadie-bernard-1817-02-23	{"afd5": "1"}	{"muller": "M5-1"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Bernard", "family": "Abadie", "spouse": [], "official": {"given": "Bernard", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1817-02-23 02:00", "note": null, "place": {"c1": null, "c2": "65", "c3": null, "cy": "FR", "lg": 0.08333, "lat": 43.23333, "name": "Mazerolles", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Bernard", "family": "Abadie", "official": {"given": "Bernard"}}, "birth": {"date": "1817-02-23 02:00", "place": {"c2": "65", "cy": "FR", "lg": 0.08333, "lat": 43.23333, "name": "Mazerolles"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "1"}}, "raw": {"NR": "1", "GNR": "", "JU_": "2", "MA_": "0", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1817", "KORR": "", "MARS": "33", "MODE": "LMT", "MOND": "22", "NAME": "ABADIE (BERNARD).", "AUFAB": "8.80", "PHAS_": "37.200", "SONNE": "30", "VENUS": "26", "BREITE": "43 N 14", "GEBORT": "Mazerolles (Hautes-Pyrénées)", "LAENGE": "000 E 05", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "30", "GEBZEIT": "02.00", "JUPITER": "1", "ELECTAGE": "71,0", "ELECTDAT": "31.01.1888", "GEBDATUM": "23.02.1817", "STBDATUM": "18.10.1888"}, "date": "2023-08-20T14:44:16+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
12964	martinaud-deplat-leon-1899-08-09	{"a5": "1497", "g55": "08-83"}	{"g55": "08-83", "lerrcp": "A5-1497"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Martinaud-Deplat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-08-09 03:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1899-08-09 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Martinaud-Deplat"}, "birth": {"tzo": "+00:09:21", "date": "1899-08-09 03:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1899-08-09 02:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1497"}, "ids-in-sources": {"a5": "1497"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "69", "COU": "F", "DAY": "9", "LAT": "45N46", "LON": "4E50", "MON": "8", "NUM": "1497", "PRO": "PT", "SEC": "40", "YEA": "1899", "CITY": "LYON"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-83"}, "ids-in-source": {"g55": "08-83"}}, "raw": {"DAY": "9-8-1899", "HOUR": "3 h.", "NAME": "MARTINAUD-DEPLAT Léon", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:49:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
2089	abadie-jules-1876-08-12	{"a2": "2", "g55": "01-2", "afd5": "2"}	{"g55": "01-2", "lerrcp": "A2-2", "muller": "M5-2"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jules", "family": "Abadie", "spouse": [], "official": {"given": "Jean Baptiste Marie Jules", "family": null}}	\N	{"lmt": null, "tzo": "-00:02:16", "date": "1876-08-12 03:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Blaye", "geoid": 0}, "notime": null, "date-ut": "1876-08-12 22:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Abadie"}, "birth": {"tzo": "-00:02:16", "date": "1876-08-12 22:55:20", "place": {"c2": "33", "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Blayes", "geoid": 0}, "date-ut": "1876-08-12 22:57:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2"}, "ids-in-sources": {"a2": "2"}}, "raw": {"H": "22", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "12", "LAT": "44N50", "LON": "0W34", "MON": "8", "NUM": "2", "PRO": "S", "SEC": "36", "YEA": "1876", "CITY": "BLAYES"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Abadie", "official": {"given": "Jean Baptiste Marie Jules"}}, "birth": {"date": "1876-08-12 03:00", "place": {"name": "Blaye"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "2"}}, "raw": {"NR": "2", "GNR": "SA22", "JU_": "1", "MA_": "0", "MO_": "2", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1876", "KORR": "", "MARS": "25", "MODE": "LMT", "MOND": "2", "NAME": "ABADIE (JEAN BAPTISTE MARIE JULES).", "AUFAB": "-10.20", "PHAS_": "60.200", "SONNE": "26", "VENUS": "30", "BREITE": "44 N 50", "GEBORT": "Blaye (Gironde)", "LAENGE": "000 W 34", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "6", "GEBZEIT": "03.00", "JUPITER": "19", "ELECTAGE": "59,8", "ELECTDAT": "26.05.1936", "GEBDATUM": "12.08.1876", "STBDATUM": "10.08.1953"}, "date": "2023-08-20T14:44:16+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Blaye"}}, "partial-ids": {"g55": "01-2"}, "ids-in-source": {"g55": "01-2"}}, "raw": {"DAY": "12-8-1876", "HOUR": "23 h.", "NAME": "ABADIE Jules", "PLACE": "Blaye (Gironde)."}, "date": "2023-08-20T14:47:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2093	albert-paul-1810-01-23	{"a2": "6", "g55": "01-4", "afd5": "7"}	{"g55": "01-4", "lerrcp": "A2-6", "muller": "M5-7"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul", "family": "Albert", "spouse": [], "official": {"given": "Paul Léopold", "family": null}}	\N	{"lmt": null, "tzo": "+00:11:47", "date": "1810-01-23 00:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 2.94655, "lat": 43.42207, "name": "Saint-Chinian", "geoid": 2981183}, "notime": null, "date-ut": "1810-01-23 09:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Albert"}, "birth": {"tzo": "+00:11:47", "date": "1810-01-23 09:56:15", "place": {"c2": "34", "cy": "FR", "lg": 2.94655, "lat": 43.42207, "name": "Saint-Chinian", "geoid": 2981183}, "date-ut": "1810-01-23 09:44:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-6"}, "ids-in-sources": {"a2": "6"}}, "raw": {"H": "9", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "23", "LAT": "43N37", "LON": "3E53", "MON": "1", "NUM": "6", "PRO": "S", "SEC": "28", "YEA": "1810", "CITY": "ST-CHINIAN"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Albert", "official": {"given": "Paul Léopold"}}, "birth": {"date": "1810-01-23 00:00", "place": {"name": "Saint-Chinian"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "7"}}, "raw": {"NR": "7", "GNR": "SA26", "JU_": "2", "MA_": "2", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1810", "KORR": "", "MARS": "2", "MODE": "LMT", "MOND": "21", "NAME": "ALBERT (PAUL LÉOPOLD).", "AUFAB": "-3.20", "PHAS_": "95.100", "SONNE": "5", "VENUS": "7", "BREITE": "43 N 37", "GEBORT": "Saint-Chinian (Hérault)", "LAENGE": "003 E 53", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "12", "GEBZEIT": "00.00", "JUPITER": "36", "ELECTAGE": "27,0", "ELECTDAT": "31.12.1836", "GEBDATUM": "23.01.1810", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:16+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-4"}, "ids-in-source": {"g55": "01-4"}}, "raw": {"DAY": "23-1-1810", "HOUR": "10 h.", "NAME": "ALBERT Paul Léopold", "PLACE": "Saint-Chinian (Hérault)."}, "date": "2023-08-20T14:47:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
12966	medecin-jean-1890-12-02	{"a5": "1499", "g55": "08-85"}	{"g55": "08-85", "lerrcp": "A5-1499"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Medecin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:04", "date": "1890-12-02 17:30", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1890-12-02 17:00:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Medecin"}, "birth": {"tzo": "+00:29:04", "date": "1890-12-02 17:30", "place": {"c2": "06", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1890-12-02 17:00:56"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1499"}, "ids-in-sources": {"a5": "1499"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "06", "COU": "F", "DAY": "2", "LAT": "43N42", "LON": "7E16", "MON": "12", "NUM": "1499", "PRO": "PT", "SEC": "56", "YEA": "1890", "CITY": "NICE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-85"}, "ids-in-source": {"g55": "08-85"}}, "raw": {"DAY": "2-12-1890", "HOUR": "17 h. 30", "NAME": "MEDECIN Jean", "PLACE": "Nice (Alpes-Maritimes)."}, "date": "2023-08-20T14:49:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12968	metayer-pierre-1905-08-26	{"a5": "1501", "g55": "08-87"}	{"g55": "08-87", "lerrcp": "A5-1501"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Metayer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1905-08-26 12:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Arcueil-Cachan", "geoid": 0}, "notime": null, "date-ut": "1905-08-26 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Metayer"}, "birth": {"tzo": "+00:09:21", "date": "1905-08-26 12:00", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Arcueil-Cachan", "geoid": 0}, "date-ut": "1905-08-26 11:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1501"}, "ids-in-sources": {"a5": "1501"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "26", "LAT": "48N47", "LON": "2E29", "MON": "8", "NUM": "1501", "PRO": "PT", "SEC": "40", "YEA": "1905", "CITY": "ARCUEIL-CACHAN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Arcueil-Cachan"}}, "partial-ids": {"g55": "08-87"}, "ids-in-source": {"g55": "08-87"}}, "raw": {"DAY": "26-8-1905", "HOUR": "12 h.", "NAME": "METAYER Pierre", "PLACE": "Arcueil-Cachan (Seine)."}, "date": "2023-08-20T14:49:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
2848	ameuille-pierre-1880-06-21	{"a2": "761", "afd5": "11"}	{"lerrcp": "A2-761", "muller": "M5-11"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre", "family": "Ameuille", "spouse": [], "official": {"given": "Pierre Louis Jules Marie", "family": null}}	\N	{"lmt": null, "tzo": "+00:12:38", "date": "1880-06-21 18:00", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.159, "lat": 46.98956, "name": "Nevers", "geoid": 2990474}, "notime": null, "date-ut": "1880-06-21 17:47:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Ameuille"}, "birth": {"tzo": "+00:12:38", "date": "1880-06-21 18:00", "place": {"c2": "58", "cy": "FR", "lg": 3.159, "lat": 46.98956, "name": "Nevers", "geoid": 2990474}, "date-ut": "1880-06-21 17:47:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-761"}, "ids-in-sources": {"a2": "761"}}, "raw": {"H": "17", "MN": "47", "TZ": "0", "COD": "58", "COU": "F", "DAY": "21", "LAT": "46N59", "LON": "3E 9", "MON": "6", "NUM": "761", "PRO": "S", "SEC": "24", "YEA": "1880", "CITY": "NEVERS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Ameuille", "official": {"given": "Pierre Louis Jules Marie"}}, "birth": {"date": "1880-06-21 18:00", "place": {"name": "Nevers"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "11"}}, "raw": {"NR": "11", "GNR": "SA2761", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1880", "KORR": "", "MARS": "13", "MODE": "LMT", "MOND": "35", "NAME": "AMEUILLE (PIERRE LOUIS JULES MARIE).", "AUFAB": "6.00", "PHAS_": "96.200", "SONNE": "16", "VENUS": "17", "BREITE": "46 N 59", "GEBORT": "Nevers (Nièvre)", "LAENGE": "003 E 09", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "25", "GEBZEIT": "18.00", "JUPITER": "26", "ELECTAGE": "63,7", "ELECTDAT": "22.02.1944", "GEBDATUM": "21.06.1880", "STBDATUM": "19.12.1947"}, "date": "2023-08-20T14:44:16+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
17664	ardoin-francois-1897-11-03	{"e1": "29", "afd5": "14"}	{"lerrcp": "E1-29", "muller": "M5-14"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "François", "family": "Ardoin", "spouse": [], "official": {"given": "François Gustave Edmond", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1897-11-03 10:00", "note": null, "place": {"c1": null, "c2": "18", "c3": "", "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "notime": null, "date-ut": "1897-11-03 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "François", "family": "Ardoin"}, "birth": {"tzo": "+00:09", "date": "1897-11-03 10:00", "place": {"c2": "18", "c3": "", "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "date-ut": "1897-11-03 09:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "29"}}, "raw": {"H": "10:00", "COD": "18", "DAY": "03", "MON": "11", "NUM": "0029", "PRO": "PH", "YEA": "1897", "CITY": "Bourges", "NAME": "ARDOIN François", "NOTE": "+"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Ardoin", "official": {"given": "François Gustave Edmond"}}, "birth": {"date": "1897-11-03 10:00", "place": {"name": "Bourges"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "14"}}, "raw": {"NR": "14", "GNR": "ND129", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "2", "CODE": "3", "JAHR": "1897", "KORR": "-0.16", "MARS": "6", "MODE": "", "MOND": "31", "NAME": "ARDOIN (FRANÇOIS GUSTAVE EDMOND).", "AUFAB": "10.40", "PHAS_": "64.700", "SONNE": "6", "VENUS": "9", "BREITE": "47 N 05", "GEBORT": "Bourges (Cher)", "LAENGE": "002 E 23", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "3", "GEBZEIT": "10.00", "JUPITER": "11", "ELECTAGE": "59,6", "ELECTDAT": "28.05.1957", "GEBDATUM": "03.11.1897", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:16+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
2098	andouard-ambroise-1839-03-30	{"a2": "11", "g55": "01-8", "afd5": "13"}	{"g55": "01-8", "lerrcp": "A2-11", "muller": "M5-13"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Ambroise", "family": "Andouard", "spouse": [], "official": {"given": "Ambroise Pierre", "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1839-03-30 09:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1839-03-30 01:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ambroise", "family": "Andouard"}, "birth": {"tzo": "-00:06:13", "date": "1839-03-30 01:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1839-03-30 01:06:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-11"}, "ids-in-sources": {"a2": "11"}}, "raw": {"H": "1", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "30", "LAT": "47N13", "LON": "1W35", "MON": "3", "NUM": "11", "PRO": "S", "SEC": "20", "YEA": "1839", "CITY": "NANTES"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Andouard", "official": {"given": "Ambroise Pierre"}}, "birth": {"date": "1839-03-30 09:00", "place": {"name": "Nantes"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "13"}}, "raw": {"NR": "13", "GNR": "SA211", "JU_": "0", "MA_": "0", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "2", "JAHR": "1839", "KORR": "", "MARS": "25", "MODE": "LMT", "MOND": "23", "NAME": "ANDOUARD (AMBROISE PIERRE).", "AUFAB": "1.10", "PHAS_": "100.00", "SONNE": "5", "VENUS": "4", "BREITE": "47 N 13", "GEBORT": "Nantes (Loire-Inférieure)", "LAENGE": "001 W 35", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "19", "GEBZEIT": "09.00", "JUPITER": "23", "ELECTAGE": "44,3", "ELECTDAT": "10.07.1883", "GEBDATUM": "30.03.1839", "STBDATUM": "04.03.1914"}, "date": "2023-08-20T14:44:16+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-8"}, "ids-in-source": {"g55": "01-8"}}, "raw": {"DAY": "30-3-1839", "HOUR": "1 h.", "NAME": "ANDOUARD Ambroise", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:47:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2231	charcellay-laplace-l-1809-10-30	{"a2": "144", "g55": "01-112", "afd5": "193"}	{"g55": "01-112", "lerrcp": "A2-144", "muller": "M5-193"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "L", "family": "Charcellay-Laplace", "spouse": [], "official": {"given": "Louis Jules", "family": null}}	\N	{"lmt": null, "tzo": "+00:06:44", "date": "1809-10-30 04:00", "note": null, "place": {"c1": null, "c2": "36", "c3": null, "cy": "FR", "lg": 1.68333, "lat": 46.81667, "name": "Châtillon-sur-Indre", "geoid": 0}, "notime": null, "date-ut": "1809-10-31 03:53:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "L", "family": "Charcellay-Laplace"}, "birth": {"tzo": "+00:06:44", "date": "1809-10-31 04:00", "place": {"c2": "36", "cy": "FR", "lg": 1.68333, "lat": 46.81667, "name": "Chatillon-sur-Ind", "geoid": 0}, "date-ut": "1809-10-31 03:53:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-144"}, "ids-in-sources": {"a2": "144"}}, "raw": {"H": "3", "MN": "53", "TZ": "0", "COD": "36", "COU": "F", "DAY": "31", "LAT": "46N49", "LON": "1E41", "MON": "10", "NUM": "144", "PRO": "S", "SEC": "16", "YEA": "1809", "CITY": "CHATILLON-S/IND"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Charcellay-Laplace", "official": {"given": "Louis Jules"}}, "birth": {"date": "1809-10-30 04:00", "place": {"name": "Châtillon-sur-Indre"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "193"}}, "raw": {"NR": "193", "GNR": "SA2144", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "2", "CODE": "2", "JAHR": "1809", "KORR": "", "MARS": "28", "MODE": "LMT", "MOND": "8", "NAME": "CHARCELLAY-LAPLACE (LOUIS JULES).", "AUFAB": "-8.70", "PHAS_": "64.700", "SONNE": "33", "VENUS": "1", "BREITE": "46 N 49", "GEBORT": "Châtillon-sur-Indre (Indre)", "LAENGE": "001 E 41", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ-d", "SATURN": "30", "GEBZEIT": "04.00", "JUPITER": "17", "ELECTAGE": "36,3", "ELECTDAT": "24.02.1846", "GEBDATUM": "30.10.1809", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Châtillon-sur-Indre"}}, "partial-ids": {"g55": "01-112"}, "ids-in-source": {"g55": "01-112"}}, "raw": {"DAY": "31-10-1809", "HOUR": "4 h.", "NAME": "CHARCELLAY-LAPLACE Jules", "PLACE": "Châtillon-sur-Indre (Indre)."}, "date": "2023-08-20T14:47:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
12970	minjoz-jean-1904-10-12	{"a5": "1503", "g55": "08-89"}	{"g55": "08-89", "lerrcp": "A5-1503"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Minjoz", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1904-10-12 23:30", "note": null, "place": {"c1": null, "c2": "74", "c3": null, "cy": "FR", "lg": 6.11667, "lat": 45.9, "name": "Montmélian", "geoid": 0}, "notime": null, "date-ut": "1904-10-12 23:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1503"}, "birth": {"tzo": "+00:09:21", "date": "1904-10-12 23:30", "place": {"c2": "74", "cy": "FR", "lg": 6.11667, "lat": 45.9, "name": "Montmelian", "geoid": 0}, "date-ut": "1904-10-12 23:20:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1503"}, "ids-in-sources": {"a5": "1503"}}, "raw": {"H": "23", "MN": "20", "TZ": "0", "COD": "74", "COU": "F", "DAY": "12", "LAT": "45N54", "LON": "6E 7", "MON": "10", "NUM": "1503", "PRO": "PT", "SEC": "40", "YEA": "1904", "CITY": "MONTMELIAN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"name": {"given": "Jean", "family": "Minjoz", "nobility": ""}, "slug": "minjoz-jean-1904-10-12", "birth": {"place": {"name": "Montmélian"}}, "partial-ids": {"g55": "08-89"}, "ids-in-source": {"g55": "08-89"}}, "raw": {"DAY": "12-10-1904", "HOUR": "23 h. 30", "NAME": "MINJOZ Jean", "PLACE": "Montmélian (Savoie)."}, "date": "2023-08-20T14:49:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
2103	armand-delille-paul-1874-07-03	{"a2": "16", "afd5": "19"}	{"lerrcp": "A2-16", "muller": "M5-19"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul", "family": "Armand-Delille", "spouse": [], "official": {"given": "Paul Félix", "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1874-07-03 00:30", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 47.01667, "name": "Fourchambault", "geoid": 3017537}, "notime": null, "date-ut": "1874-07-03 00:17:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Armand-Delille"}, "birth": {"tzo": "+00:12:20", "date": "1874-07-03 00:30", "place": {"c2": "58", "cy": "FR", "lg": 3.08333, "lat": 47.01667, "name": "Fourchambault", "geoid": 3017537}, "date-ut": "1874-07-03 00:17:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-16"}, "ids-in-sources": {"a2": "16"}}, "raw": {"H": "0", "MN": "17", "TZ": "0", "COD": "58", "COU": "F", "DAY": "3", "LAT": "46N59", "LON": "3E 9", "MON": "7", "NUM": "16", "PRO": "S", "SEC": "24", "YEA": "1874", "CITY": "FOURCHAMBAULT"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Armand-Delille", "official": {"given": "Paul Félix"}}, "birth": {"date": "1874-07-03 00:30", "place": {"name": "Fourchambault"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "19"}}, "raw": {"NR": "19", "GNR": "SA216", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1874", "KORR": "", "MARS": "28", "MODE": "LMT", "MOND": "5", "NAME": "ARMAND-DELILLE (PAUL FÉLIX).", "AUFAB": "-6.30", "PHAS_": "87.800", "SONNE": "28", "VENUS": "24", "BREITE": "46 N 59", "GEBORT": "Fourchambault (Nièvre)", "LAENGE": "003 E 09", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "6", "GEBZEIT": "00.30", "JUPITER": "21", "ELECTAGE": "70,4", "ELECTDAT": "07.11.1944", "GEBDATUM": "03.07.1874", "STBDATUM": "04.09.1963"}, "date": "2023-08-20T14:44:16+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
17672	arnulf-georges-1904-06-17	{"e1": "37", "afd5": "22"}	{"lerrcp": "E1-37", "muller": "M5-22"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Georges", "family": "Arnulf", "spouse": [], "official": {"given": "Georges", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-06-17 09:30", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": 6.58793, "lat": 46.40111, "name": "Evian-les-Bains", "geoid": 3019280}, "notime": null, "date-ut": "1904-06-17 09:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Arnulf"}, "birth": {"tzo": "+00:09", "date": "1904-06-17 09:30", "place": {"c2": "74", "c3": "", "cy": "FR", "lg": 6.58793, "lat": 46.40111, "name": "Évian-les-Bains", "geoid": 3019280}, "date-ut": "1904-06-17 09:21"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "37"}}, "raw": {"H": "09:30", "COD": "74", "DAY": "17", "MON": "06", "NUM": "0037", "PRO": "PH", "YEA": "1904", "CITY": "Evian les Bains", "NAME": "ARNULF Georges", "NOTE": "+"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Arnulf", "official": {"given": "Georges"}}, "birth": {"date": "1904-06-17 09:30", "place": {"name": "Evian-les-Bains"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "22"}}, "raw": {"NR": "22", "GNR": "ND137", "JU_": "2", "MA_": "0", "MO_": "2", "SA_": "1", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1904", "KORR": "-0.16", "MARS": "7", "MODE": "", "MOND": "2", "NAME": "ARNULF (GEORGES).", "AUFAB": "6.60", "PHAS_": "12.700", "SONNE": "7", "VENUS": "7", "BREITE": "45 N 54", "GEBORT": "Evian-les-Bains (Haute-Savoie)", "LAENGE": "006 E 07", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "20", "GEBZEIT": "09.30", "JUPITER": "12", "ELECTAGE": "66,0", "ELECTDAT": "26.05.1970", "GEBDATUM": "17.06.1904", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:16+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
2101	arloing-saturnin-1846-01-03	{"a2": "14", "g55": "01-11", "afd5": "17"}	{"g55": "01-11", "lerrcp": "A2-14", "muller": "M5-17"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Saturnin", "family": "Arloing", "spouse": [], "official": {"given": "Saturnin", "family": null}}	\N	{"lmt": null, "tzo": "+00:13:50", "date": "1846-01-03 10:30", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.45639, "lat": 46.13452, "name": "Cusset", "geoid": 3021993}, "notime": null, "date-ut": "1846-01-03 10:16:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Saturnin", "family": "Arloing"}, "birth": {"tzo": "+00:13:50", "date": "1846-01-03 10:30", "place": {"c2": "03", "cy": "FR", "lg": 3.45639, "lat": 46.13452, "name": "Cusset", "geoid": 3021993}, "date-ut": "1846-01-03 10:16:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-14"}, "ids-in-sources": {"a2": "14"}}, "raw": {"H": "10", "MN": "16", "TZ": "0", "COD": "03", "COU": "F", "DAY": "3", "LAT": "46N34", "LON": "3E20", "MON": "1", "NUM": "14", "PRO": "S", "SEC": "40", "YEA": "1846", "CITY": "CUSSET"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Arloing", "official": {"given": "Saturnin"}}, "birth": {"date": "1846-01-03 10:30", "place": {"name": "Cusset"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "17"}}, "raw": {"NR": "17", "GNR": "SA214", "JU_": "0", "MA_": "1", "MO_": "2", "SA_": "2", "SO_": "1", "VE_": "2", "CODE": "3", "JAHR": "1846", "KORR": "", "MARS": "35", "MODE": "LMT", "MOND": "36", "NAME": "ARLOING (SATURNIN).", "AUFAB": "10.20", "PHAS_": "32.900", "SONNE": "6", "VENUS": "1", "BREITE": "46 N 34", "GEBORT": "Cusset (Allier)", "LAENGE": "003 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "2", "GEBZEIT": "10.30", "JUPITER": "33", "ELECTAGE": "42,1", "ELECTDAT": "31.01.1888", "GEBDATUM": "03.01.1846", "STBDATUM": "21.03.1911"}, "date": "2023-08-20T14:44:16+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-11"}, "ids-in-source": {"g55": "01-11"}}, "raw": {"DAY": "3-1-1846", "HOUR": "10h. 30", "NAME": "* ARLOING Saturnin", "PLACE": "Cusset (Allier)."}, "date": "2023-08-20T14:47:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21251	aron-max-raymond-emile-1892-01-30	{"afd5": "24"}	{"muller": "M5-24"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Max Raymond Emile", "family": "Aron", "spouse": [], "official": {"given": "Max Raymond Emile", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1892-01-30 16:00", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "Rambervillers", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Max Raymond Emile", "family": "Aron", "official": {"given": "Max Raymond Emile"}}, "birth": {"date": "1892-01-30 16:00", "place": {"c2": "88", "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "Rambervillers"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "24"}}, "raw": {"NR": "24", "GNR": "", "JU_": "2", "MA_": "0", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "1", "JAHR": "1892", "KORR": "-0.16", "MARS": "24", "MODE": "", "MOND": "16", "NAME": "ARON (MAX RAYMOND EMILE).", "AUFAB": "-0.50", "PHAS_": "0.300", "SONNE": "17", "VENUS": "13", "BREITE": "48 N 10", "GEBORT": "Rambervillers (Vosges)", "LAENGE": "006 E 28", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "29", "GEBZEIT": "16.00", "JUPITER": "12", "ELECTAGE": "61,2", "ELECTDAT": "14.04.1953", "GEBDATUM": "30.01.1892", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:16+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
12972	moatti-rene-1905-10-26	{"a5": "1505", "g55": "08-91"}	{"g55": "08-91", "lerrcp": "A5-1505"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Moatti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 5.41373, "lat": 36.19112, "name": "Sétif", "geoid": 2481700}, "notime": null, "date-ut": "1905-10-26 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "René", "family": "Moatti"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 5.41373, "lat": 36.19112, "name": "Sétif", "geoid": 2481700}, "date-ut": "1905-10-26 15:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1505"}, "ids-in-sources": {"a5": "1505"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "26", "LAT": "36N10", "LON": "3E45", "MON": "10", "NUM": "1505", "PRO": "PT", "SEC": "40", "YEA": "1905", "CITY": "SETIF"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-91"}, "ids-in-source": {"g55": "08-91"}}, "raw": {"DAY": "26-10-1905", "HOUR": "16 h.", "NAME": "MOATTI René", "PLACE": "Sétif (Algérie)."}, "date": "2023-08-20T14:49:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
2106	arsonval-arsene-1851-06-08	{"a2": "19", "g55": "01-15", "afd5": "25"}	{"g55": "01-15", "lerrcp": "A2-19", "muller": "M5-25"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "d'", "alter": [], "given": "Arsène", "family": "Arsonval", "spouse": [], "official": {"given": "Jacques Arsène", "family": null}}	\N	{"lmt": null, "tzo": "+00:06:11", "date": "1851-06-08 10:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.54403, "lat": 45.58077, "name": "Porcherie", "geoid": 3007207}, "notime": null, "date-ut": "1851-06-08 09:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Arsène", "family": "Arsonval"}, "birth": {"tzo": "+00:06:11", "date": "1851-06-08 10:00", "place": {"c2": "87", "cy": "FR", "lg": 1.54403, "lat": 45.58077, "name": "La Porcherie", "geoid": 3007207}, "date-ut": "1851-06-08 09:55"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-19"}, "ids-in-sources": {"a2": "19"}}, "raw": {"H": "9", "MN": "55", "TZ": "0", "COD": "87", "COU": "F", "DAY": "8", "LAT": "45N50", "LON": "1E15", "MON": "6", "NUM": "19", "PRO": "S", "SEC": "0", "YEA": "1851", "CITY": "LA PORCHERIE"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "d'", "family": "Arsonval", "official": {"given": "Jacques Arsène"}}, "birth": {"date": "1851-06-08 10:00", "place": {"name": "Porcherie"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "25"}}, "raw": {"NR": "25", "GNR": "SA219", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "2", "CODE": "4", "JAHR": "1851", "KORR": "", "MARS": "11", "MODE": "LMT", "MOND": "31", "NAME": "ARSONVAL (JACQUES ARSENE D').", "AUFAB": "11.30", "PHAS_": "64.100", "SONNE": "7", "VENUS": "10", "BREITE": "45 N 50", "GEBORT": "Porcherie (Haute-Vienne)", "LAENGE": "001 E 15", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "11", "GEBZEIT": "10.00", "JUPITER": "31", "ELECTAGE": "36,9", "ELECTDAT": "01.05.1888", "GEBDATUM": "08.06.1851", "STBDATUM": "31.12.1940"}, "date": "2023-08-20T14:44:16+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-15"}, "ids-in-source": {"g55": "01-15"}}, "raw": {"DAY": "8-6-1851", "HOUR": "10 h.", "NAME": "* ARSONVAL Arsène (d’)", "PLACE": "La Porcherie (Hte-Vienne)."}, "date": "2023-08-20T14:47:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2107	arthus-maurice-1862-01-09	{"a2": "20", "g55": "01-16", "afd5": "26"}	{"g55": "01-16", "lerrcp": "A2-20", "muller": "M5-26"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Maurice", "family": "Arthus", "spouse": [], "official": {"given": "Nicolas Maurice", "family": null}}	\N	{"lmt": null, "tzo": "-00:02:12", "date": "1862-01-09 08:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "notime": null, "date-ut": "1862-01-09 08:02:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Arthus"}, "birth": {"tzo": "-00:02:12", "date": "1862-01-09 08:00", "place": {"c2": "49", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "date-ut": "1862-01-09 08:02:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-20"}, "ids-in-sources": {"a2": "20"}}, "raw": {"H": "8", "MN": "2", "TZ": "0", "COD": "49", "COU": "F", "DAY": "9", "LAT": "47N28", "LON": "0W32", "MON": "1", "NUM": "20", "PRO": "S", "SEC": "8", "YEA": "1862", "CITY": "ANGERS"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Arthus", "official": {"given": "Nicolas Maurice"}}, "birth": {"date": "1862-01-09 08:00", "place": {"name": "Angers"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "26"}}, "raw": {"NR": "26", "GNR": "SA220", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "0", "SO_": "2", "VE_": "0", "CODE": "3", "JAHR": "1862", "KORR": "", "MARS": "8", "MODE": "LMT", "MOND": "30", "NAME": "ARTHUS (NICOLAS MAURICE).", "AUFAB": "9.40", "PHAS_": "60.000", "SONNE": "1", "VENUS": "34", "BREITE": "47 N 28", "GEBORT": "Angers (Maine-et-Loire)", "LAENGE": "000 W 32", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "15", "GEBZEIT": "08.00", "JUPITER": "14", "ELECTAGE": "52,2", "ELECTDAT": "10.03.1914", "GEBDATUM": "09.01.1862", "STBDATUM": "24.02.1945"}, "date": "2023-08-20T14:44:16+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-16"}, "ids-in-source": {"g55": "01-16"}}, "raw": {"DAY": "9-1-1862", "HOUR": "8 h.", "NAME": "ARTHUS Maurice", "PLACE": "Angers (Maine-et-Loire)."}, "date": "2023-08-20T14:47:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2851	aron-emile-1907-11-02	{"a2": "764", "g55": "02-12", "afd5": "23"}	{"g55": "02-12", "lerrcp": "A2-764", "muller": "M5-23"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Emile", "family": "Aron", "spouse": [], "official": {"given": "Emile", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1907-11-02 03:00", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": 0.7, "lat": 47.4, "name": "Boulay", "geoid": 0}, "notime": null, "date-ut": "1907-11-02 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Aron"}, "birth": {"tzo": "+00:09:21", "date": "1907-11-02 03:00", "place": {"c2": "37", "cy": "FR", "lg": 0.7, "lat": 47.4, "name": "Boulay", "geoid": 0}, "date-ut": "1907-11-02 02:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-764"}, "ids-in-sources": {"a2": "764"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "37", "COU": "F", "DAY": "2", "LAT": "47N24", "LON": "0E42", "MON": "11", "NUM": "764", "PRO": "S", "SEC": "40", "YEA": "1907", "CITY": "BOULAY"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Aron", "official": {"given": "Emile"}}, "birth": {"date": "1907-11-02 03:00", "place": {"name": "le Boulay"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "23"}}, "raw": {"NR": "23", "GNR": "SA2764", "JU_": "1", "MA_": "0", "MO_": "2", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1907", "KORR": "-0.16", "MARS": "23", "MODE": "", "MOND": "1", "NAME": "ARON (EMILE).", "AUFAB": "-8.10", "PHAS_": "17.400", "SONNE": "31", "VENUS": "30", "BREITE": "47 N 24", "GEBORT": "le Boulay (Indre-et-Loire)", "LAENGE": "000 E 42", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "19", "GEBZEIT": "03.00", "JUPITER": "5", "ELECTAGE": "59,5", "ELECTDAT": "11.04.1967", "GEBDATUM": "02.11.1907", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:16+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Boulay"}}, "partial-ids": {"g55": "02-12"}, "ids-in-source": {"g55": "02-12"}}, "raw": {"DAY": "2-11-1907", "HOUR": "3 h.", "NAME": "ARON Emile", "PLACE": "Boulay (Indre-et-Loire)."}, "date": "2023-08-20T14:47:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
12973	moisan-edouard-1902-04-25	{"a5": "1506", "g55": "08-92"}	{"g55": "08-92", "lerrcp": "A5-1506"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Moisan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1902-04-25 01:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1902-04-25 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Moisan"}, "birth": {"tzo": "+00:09:21", "date": "1902-04-25 01:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1902-04-25 00:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1506"}, "ids-in-sources": {"a5": "1506"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "13", "COU": "F", "DAY": "25", "LAT": "43N18", "LON": "5E22", "MON": "4", "NUM": "1506", "PRO": "PT", "SEC": "40", "YEA": "1902", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-92"}, "ids-in-source": {"g55": "08-92"}}, "raw": {"DAY": "25-4-1902", "HOUR": "1 h.", "NAME": "MOISAN Edouard", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:49:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
21252	astros-marie-henri-leon-1856-03-02	{"afd5": "27"}	{"muller": "M5-27"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "d'", "alter": [], "given": "Marie Henri Léon", "family": "Astros", "spouse": [], "official": {"given": "Marie Henri Léon", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1856-03-02 03:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Marseille", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "d'", "given": "Marie Henri Léon", "family": "Astros", "official": {"given": "Marie Henri Léon"}}, "birth": {"date": "1856-03-02 03:00", "place": {"c2": "13", "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Marseille"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "27"}}, "raw": {"NR": "27", "GNR": "", "JU_": "1", "MA_": "2", "MO_": "2", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "1", "JAHR": "1856", "KORR": "", "MARS": "10", "MODE": "LMT", "MOND": "36", "NAME": "ASTROS (MARIE HENRI LÉON D').", "AUFAB": "-10.30", "PHAS_": "30.200", "SONNE": "31", "VENUS": "34", "BREITE": "43 N 18", "GEBORT": "Marseille (Bouches-du-Rhône)", "LAENGE": "005 E 22", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "20", "GEBZEIT": "03.00", "JUPITER": "31", "ELECTAGE": "72,2", "ELECTDAT": "15.05.1928", "GEBDATUM": "02.03.1856", "STBDATUM": "13.01.1938"}, "date": "2023-08-20T14:44:16+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21253	aubin-andre-leon-1887-07-16	{"afd5": "29"}	{"muller": "M5-29"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "André Léon", "family": "Aubin", "spouse": [], "official": {"given": "André Léon", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1887-07-16 21:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Meaux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "André Léon", "family": "Aubin", "official": {"given": "André Léon"}}, "birth": {"date": "1887-07-16 21:00", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Meaux"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "29"}}, "raw": {"NR": "29", "GNR": "", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "1", "JAHR": "1887", "KORR": "", "MARS": "24", "MODE": "LMT", "MOND": "28", "NAME": "AUBIN (ANDRÉ LÉON).", "AUFAB": "-9.00", "PHAS_": "25.000", "SONNE": "21", "VENUS": "17", "BREITE": "48 N 33", "GEBORT": "Meaux (Seine-et-Marne)", "LAENGE": "002 E 40", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "21", "GEBZEIT": "21.00", "JUPITER": "14", "ELECTAGE": "74,7", "ELECTDAT": "27.02.1962", "GEBDATUM": "16.07.1887", "STBDATUM": "14.01.1967"}, "date": "2023-08-20T14:44:16+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
12976	monteil-andre-1915-08-15	{"a5": "1509", "g55": "08-94"}	{"g55": "08-94", "lerrcp": "A5-1509"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Monteil", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-08-15 21:00", "note": null, "place": {"c1": null, "c2": "19", "c3": null, "cy": "FR", "lg": 1.32257, "lat": 45.31808, "name": "Juillac", "geoid": 3012113}, "notime": null, "date-ut": "1915-08-15 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Monteil"}, "birth": {"tzo": "+00:00", "date": "1915-08-15 21:00", "place": {"c2": "19", "cy": "FR", "lg": 1.32257, "lat": 45.31808, "name": "Juillac", "geoid": 3012113}, "date-ut": "1915-08-15 21:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1509"}, "ids-in-sources": {"a5": "1509"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "19", "COU": "F", "DAY": "15", "LAT": "45N16", "LON": "1E46", "MON": "8", "NUM": "1509", "PRO": "PT", "SEC": "0", "YEA": "1915", "CITY": "JUILLAC"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-94"}, "ids-in-source": {"g55": "08-94"}}, "raw": {"DAY": "15-8-1915", "HOUR": "21 h.", "NAME": "MONTEIL André", "PLACE": "Juillac (Corrèze)."}, "date": "2023-08-20T14:49:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
17680	aubry-maurice-charles-1904-04-06	{"e1": "45", "afd5": "31"}	{"lerrcp": "E1-45", "muller": "M5-31"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Maurice Charles", "family": "Aubry", "spouse": [], "official": {"given": "Maurice Charles Louis", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-04-06 05:00", "note": null, "place": {"c1": null, "c2": "28", "c3": "", "cy": "FR", "lg": 1.63547, "lat": 48.364, "name": "Prunay-le-Gillon", "geoid": 2985204}, "notime": null, "date-ut": "1899-04-06 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice Charles", "family": "Aubry"}, "birth": {"tzo": "+00:09", "date": "1899-04-06 17:00", "place": {"c2": "28", "c3": "", "cy": "FR", "lg": 1.63547, "lat": 48.364, "name": "Prunay-le-Gillon", "geoid": 2985204}, "date-ut": "1899-04-06 16:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "45"}}, "raw": {"H": "17:00", "COD": "28", "DAY": "06", "MON": "04", "NUM": "0045", "PRO": "PH", "YEA": "1899", "CITY": "Prunay le Gillon", "NAME": "AUBRY Maurice Charles", "NOTE": "+"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Aubry", "official": {"given": "Maurice Charles Louis"}}, "birth": {"date": "1904-04-06 05:00", "place": {"name": "Prunay-le-Gillon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "31"}}, "raw": {"NR": "31", "GNR": "ND145", "JU_": "2", "MA_": "1", "MO_": "2", "SA_": "2", "SO_": "1", "VE_": "2", "CODE": "4", "JAHR": "1904", "KORR": "-0.16", "MARS": "35", "MODE": "", "MOND": "9", "NAME": "AUBRY (MAURICE CHARLES LOUIS).", "AUFAB": "-9.30", "PHAS_": "67.100", "SONNE": "35", "VENUS": "1", "BREITE": "48 N 27", "GEBORT": "Prunay-le-Gillon (Eure-et-Loir)", "LAENGE": "001 E 30", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "3", "GEBZEIT": "05.00", "JUPITER": "36", "ELECTAGE": "63,1", "ELECTDAT": "02.05.1967", "GEBDATUM": "06.04.1904", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:16+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
21254	auvigne-rene-pierre-1887-04-15	{"afd5": "33"}	{"muller": "M5-33"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "René Pierre", "family": "Auvigne", "spouse": [], "official": {"given": "René Pierre", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1887-04-15 10:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": 1.58333, "lat": 47.21667, "name": "Nantes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "René Pierre", "family": "Auvigne", "official": {"given": "René Pierre"}}, "birth": {"date": "1887-04-15 10:00", "place": {"c2": "44", "cy": "FR", "lg": 1.58333, "lat": 47.21667, "name": "Nantes"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "33"}}, "raw": {"NR": "33", "GNR": "", "JU_": "0", "MA_": "0", "MO_": "0", "SA_": "2", "SO_": "0", "VE_": "1", "CODE": "1", "JAHR": "1887", "KORR": "", "MARS": "7", "MODE": "LMT", "MOND": "16", "NAME": "AUVIGNE (RENÉ PIERRE).", "AUFAB": "-10.10", "PHAS_": "51.800", "SONNE": "7", "VENUS": "5", "BREITE": "47 N 13", "GEBORT": "Nantes (Loire-Inférieure)", "LAENGE": "001 W 35", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "1", "GEBZEIT": "10.00", "JUPITER": "24", "ELECTAGE": "58,6", "ELECTDAT": "13.11.1945", "GEBDATUM": "15.04.1887", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:16+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
12978	morice-andre-1900-10-11	{"a5": "1511", "g55": "08-96"}	{"g55": "08-96", "lerrcp": "A5-1511"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Morice", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-10-11 09:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1900-10-11 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Morice"}, "birth": {"tzo": "+00:09:21", "date": "1900-10-11 09:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1900-10-11 08:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1511"}, "ids-in-sources": {"a5": "1511"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "44", "COU": "F", "DAY": "11", "LAT": "47N13", "LON": "1W35", "MON": "10", "NUM": "1511", "PRO": "PT", "SEC": "40", "YEA": "1900", "CITY": "NANTES"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-96"}, "ids-in-source": {"g55": "08-96"}}, "raw": {"DAY": "11-10-1900", "HOUR": "9 h.", "NAME": "MORICE André", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:49:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
2471	laguesse-edouard-1861-04-23	{"a2": "384", "g55": "01-299", "afd5": "542"}	{"g55": "01-299", "lerrcp": "A2-384", "muller": "M5-542"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Edouard", "family": "Laguesse", "spouse": [], "official": {"given": "Gustave François Antoine E", "family": null}}	\N	{"lmt": null, "tzo": "+00:20:04", "date": "1861-04-23 05:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1861-04-23 04:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Laguesse"}, "birth": {"tzo": "+00:20:04", "date": "1861-04-23 05:00", "place": {"c2": "21", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1861-04-23 04:39:52"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-384"}, "ids-in-sources": {"a2": "384"}}, "raw": {"H": "4", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "23", "LAT": "47N19", "LON": "5E 2", "MON": "4", "NUM": "384", "PRO": "S", "SEC": "52", "YEA": "1861", "CITY": "DIJON"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Laguesse", "official": {"given": "Gustave François Antoine E"}}, "birth": {"date": "1861-04-23 05:00", "place": {"name": "Dijon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "542"}}, "raw": {"NR": "542", "GNR": "SA2384", "JU_": "0", "MA_": "0", "MO_": "1", "SA_": "0", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1861", "KORR": "", "MARS": "33", "MODE": "LMT", "MOND": "20", "NAME": "LAGUESSE (GUSTAVE FRANÇOIS ANTOINE E.)", "AUFAB": "6.90", "PHAS_": "94.200", "SONNE": "36", "VENUS": "1", "BREITE": "47 N 19", "GEBORT": "Dijon (Côte-d'Or)", "LAENGE": "005 E 02", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "22", "GEBZEIT": "05.00", "JUPITER": "23", "ELECTAGE": "50,0", "ELECTDAT": "25.04.1911", "GEBDATUM": "23.04.1861", "STBDATUM": "08.11.1927"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-299"}, "ids-in-source": {"g55": "01-299"}}, "raw": {"DAY": "23-4-1861", "HOUR": "5 h.", "NAME": "LAGUESSE: Edouard", "PLACE": "Dijon (Côte-d’Or)."}, "date": "2023-08-20T14:47:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2862	babonneix-leon-1876-06-29	{"a2": "775", "g55": "02-23", "afd5": "37"}	{"g55": "02-23", "lerrcp": "A2-775", "muller": "M5-37"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Léon", "family": "Babonneix", "spouse": [], "official": {"given": "Léon Pierre Paul Yves", "family": null}}	\N	{"lmt": null, "tzo": "+00:08:40", "date": "1876-06-29 18:00", "note": null, "place": {"c1": null, "c2": "23", "c3": null, "cy": "FR", "lg": 2.16724, "lat": 45.95486, "name": "Aubusson", "geoid": 3036295}, "notime": null, "date-ut": "1876-06-29 17:52:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Babonneix"}, "birth": {"tzo": "+00:08:40", "date": "1876-06-29 18:00", "place": {"c2": "23", "cy": "FR", "lg": 2.16724, "lat": 45.95486, "name": "Aubusson", "geoid": 3036295}, "date-ut": "1876-06-29 17:52:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-775"}, "ids-in-sources": {"a2": "775"}}, "raw": {"H": "17", "MN": "52", "TZ": "0", "COD": "23", "COU": "F", "DAY": "29", "LAT": "46N17", "LON": "1E52", "MON": "6", "NUM": "775", "PRO": "S", "SEC": "32", "YEA": "1876", "CITY": "AUBUSSON"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Babonneix", "official": {"given": "Léon Pierre Paul Yves"}}, "birth": {"date": "1876-06-29 18:00", "place": {"name": "Aubusson"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "37"}}, "raw": {"NR": "37", "GNR": "SA2775", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1876", "KORR": "", "MARS": "15", "MODE": "LMT", "MOND": "8", "NAME": "BABONNEIX (LÉON PIERRE PAUL YVES.)", "AUFAB": "10.50", "PHAS_": "53.900", "SONNE": "16", "VENUS": "15", "BREITE": "46 N 10", "GEBORT": "Aubusson (Creuse)", "LAENGE": "001 E 52", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "30", "GEBZEIT": "18.00", "JUPITER": "4", "ELECTAGE": "63,5", "ELECTDAT": "28.11.1939", "GEBDATUM": "29.06.1876", "STBDATUM": "06.03.1942"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "02-23"}, "ids-in-source": {"g55": "02-23"}}, "raw": {"DAY": "29-6-1876", "HOUR": "18 h.", "NAME": "BABONNEIX Léon", "PLACE": "Aubusson (Creuse)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2116	bailly-jacques-1890-07-29	{"a2": "29", "afd5": "41"}	{"lerrcp": "A2-29", "muller": "M5-41"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jacques", "family": "Bailly", "spouse": [], "official": {"given": "Jacques Edouard", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1890-07-29 17:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "6", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1890-07-29 04:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Bailly"}, "birth": {"tzo": "+00:19:23", "date": "1890-07-29 05:00", "place": {"c2": "69", "c3": "6", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1890-07-29 04:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-29"}, "ids-in-sources": {"a2": "29"}}, "raw": {"H": "4", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "29", "LAT": "45N46", "LON": "4E50", "MON": "7", "NUM": "29", "PRO": "S", "SEC": "40", "YEA": "1890", "CITY": "LYON 6E"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Bailly", "official": {"given": "Jacques Edouard"}}, "birth": {"date": "1890-07-29 17:00", "place": {"name": "Lyon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "41"}}, "raw": {"NR": "41", "GNR": "SA229", "JU_": "0", "MA_": "1", "MO_": "2", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1890", "KORR": "", "MARS": "4", "MODE": "LMT", "MOND": "36", "NAME": "BAILLY (JACQUES EDOUARD).", "AUFAB": "8.50", "PHAS_": "88.000", "SONNE": "15", "VENUS": "13", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "14", "GEBZEIT": "17.00", "JUPITER": "33", "ELECTAGE": "44,9", "ELECTDAT": "28.05.1935", "GEBDATUM": "29.07.1890", "STBDATUM": "30.07.1958"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
12980	moynet-andre-1921-07-19	{"a5": "1513", "e1": "1534", "g55": "08-98"}	{"g55": "08-98", "lerrcp": "A5-1513"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Moynet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-07-19 10:15", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.41579, "lat": 48.83864, "name": "Saint-Mandé", "geoid": 2978621}, "notime": null, "date-ut": "1921-07-19 09:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician", "military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Moynet"}, "birth": {"tzo": "+01:00", "date": "1921-07-19 10:15", "place": {"c2": "94", "cy": "FR", "lg": 2.41579, "lat": 48.83864, "name": "Saint-Mandé", "geoid": 2978621}, "date-ut": "1921-07-19 09:15"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1513"}, "ids-in-sources": {"a5": "1513"}}, "raw": {"H": "9", "MN": "15", "TZ": "0", "COD": "94", "COU": "F", "DAY": "19", "LAT": "48N47", "LON": "2E29", "MON": "7", "NUM": "1513", "PRO": "PT", "SEC": "0", "YEA": "1921", "CITY": "ST-MANDE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"occus": ["military-personnel"], "ids-in-sources": {"e1": "1534"}}, "raw": {"H": "10:15", "COD": "75", "DAY": "19", "MON": "07", "NUM": "1534", "PRO": "MI", "YEA": "1921", "CITY": "St-Mandé", "NAME": "MOYNET André", "NOTE": "L"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"partial-ids": {"g55": "08-98"}, "ids-in-source": {"g55": "08-98"}}, "raw": {"DAY": "19-7-1921", "HOUR": "10 h. 15", "NAME": "MOYNET André Rémy", "PLACE": "Saint-Mandé (Seine)."}, "date": "2023-08-20T14:49:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
21255	balozet-pierre-eugene-lucien-1892-08-24	{"afd5": "45"}	{"muller": "M5-45"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre Eugène Lucien", "family": "Balozet", "spouse": [], "official": {"given": "Pierre Eugène Lucien", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1892-08-24 01:30", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.38333, "lat": 45.43333, "name": "Saint-Etienne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Pierre Eugène Lucien", "family": "Balozet", "official": {"given": "Pierre Eugène Lucien"}}, "birth": {"date": "1892-08-24 01:30", "place": {"c2": "42", "cy": "FR", "lg": 4.38333, "lat": 45.43333, "name": "Saint-Etienne"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "45"}}, "raw": {"NR": "45", "GNR": "", "JU_": "0", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "2", "CODE": "1", "JAHR": "1892", "KORR": "-0.16", "MARS": "16", "MODE": "", "MOND": "28", "NAME": "BALOZET (PIERRE EUGENE LUCIEN).", "AUFAB": "2.00", "PHAS_": "2.500", "SONNE": "30", "VENUS": "36", "BREITE": "45 N 26", "GEBORT": "Saint-Etienne (Loire)", "LAENGE": "004 E 23", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "27", "GEBZEIT": "01.30", "JUPITER": "7", "ELECTAGE": "54,9", "ELECTDAT": "08.07.1947", "GEBDATUM": "24.08.1892", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21256	baltazard-marcel-1908-02-13	{"afd5": "46"}	{"muller": "M5-46"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Marcel", "family": "Baltazard", "spouse": [], "official": {"given": "Marcel", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1908-02-13 20:30", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Verdun", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Marcel", "family": "Baltazard", "official": {"given": "Marcel"}}, "birth": {"date": "1908-02-13 20:30", "place": {"c2": "51", "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Verdun"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "46"}}, "raw": {"NR": "46", "GNR": "", "JU_": "0", "MA_": "0", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "1", "JAHR": "1908", "KORR": "-0.16", "MARS": "16", "MODE": "", "MOND": "8", "NAME": "BALTAZARD (MARCEL).", "AUFAB": "7.50", "PHAS_": "83.900", "SONNE": "23", "VENUS": "19", "BREITE": "48 N 57", "GEBORT": "Verdun (Marne)", "LAENGE": "004 E 22", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "19", "GEBZEIT": "20.30", "JUPITER": "7", "ELECTAGE": "53,1", "ELECTDAT": "28.02.1961", "GEBDATUM": "13.02.1908", "STBDATUM": "01.09.1971"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2119	balthazard-victor-1872-01-01	{"a2": "32", "afd5": "47"}	{"lerrcp": "A2-32", "muller": "M5-47"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Victor", "family": "Balthazard", "spouse": [], "official": {"given": "Victor", "family": "Balthazard"}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1872-01-01 21:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "11", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1872-01-01 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	2	{"birth": {"slug": "balthazard-victor-1872-01-01", "extras": {"name": {"given": "Victor", "family": "Balthazard"}}, "header": {"history": {"0": {"date": "2019-12-18", "actor": "Thierry Graff", "action": "Locate and download the act"}, "1": {"date": "2023-01-29", "actor": "Thierry Graff", "action": "Add to opengauquelin.org"}}}, "source": {"notes": "Born at home, 124 bd Voltaire\\n<br>\\"Né hier à neuf heures du soir\\" => the birth time is 21:00.\\n<br>This person is part of physicians born in Paris that Arno Müller couldn't check in 1994 (see details on <a href=\\"https://tig12.github.io/g5/muller5-1083-medics.html#fix-paris\\">tig12.github.io/g5</a>).\\n<br>Comparison with birth certificate shows that Gauquelin birth time was erroneous (09:00 instead of 21:00).\\n", "civil-registry": {"web": {"url": "archives.paris.fr/arkotheque/visionneuse/visionneuse.php?arko=YTo2OntzOjQ6ImRhdGUiO3M6MTA6IjIwMTktMTItMTgiO3M6MTA6InR5cGVfZm9uZHMiO3M6MTE6ImFya29fc2VyaWVsIjtzOjQ6InJlZjEiO2k6NDtzOjQ6InJlZjIiO2k6MjE5NDc3O3M6MTY6InZpc2lvbm5ldXNlX2h0bWwiO2I6MTtzOjIxOiJ2aXNpb25uZXVzZV9odG1sX21vZGUiO3M6NDoicHJvZCI7fQ==", "page": "2 / 33"}, "name": "1872 , Naissances , 11 V4E 3864", "place": {"c2": "75", "c3": "11", "cy": "FR", "name": "Paris"}}, "document-creation": {"date": "1872-01-02 11:00", "place": "Paris"}}, "opengauquelin": {"projects": {"0": "muller-paris-medics"}, "fix-issues": {"0": "balthazard-victor-1872-01-01--date"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Victor", "family": "Balthazard"}}, "birth": {"date": "1872-01-01 21:00", "place": {"c2": "75", "c3": "11", "cy": "FR", "name": "Paris"}}}}}	[{"new": {"name": {"given": "Victor", "family": "Balthazard"}, "birth": {"tzo": "+00:09:24", "date": "1872-01-01 09:00", "place": {"c2": "75", "c3": "11", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1872-01-01 08:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-32"}, "ids-in-sources": {"a2": "32"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "1", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "32", "PRO": "S", "SEC": "40", "YEA": "1872", "CITY": "PARIS 11E"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Balthazard", "official": {"given": "Victor"}}, "birth": {"date": "1872-01-01 09:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "47"}}, "raw": {"NR": "47", "GNR": "SA232", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "2", "SO_": "2", "VE_": "2", "CODE": "4", "JAHR": "1872", "KORR": "", "MARS": "36", "MODE": "LMT", "MOND": "16", "NAME": "BALTHAZARD (VICTOR).", "AUFAB": "-7.50", "PHAS_": "78.000", "SONNE": "3", "VENUS": "10", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "3", "GEBZEIT": "09.00", "JUPITER": "19", "ELECTAGE": "47,5", "ELECTDAT": "24.06.1919", "GEBDATUM": "01.01.1872", "STBDATUM": "25.12.1950"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"sex": "M", "name": {"given": "Victor", "family": "Balthazard", "official": {"given": "Victor", "family": "Balthazard"}}, "birth": {"date": "1872-01-01 21:00", "place": {"c2": "75", "c3": "11", "cy": "FR", "name": "Paris"}}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1872/01/01/balthazard-victor-1872-01-01\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add balthazard-victor-1872-01-01"}]	[]
2123	bard-louis-1857-05-10	{"a2": "36", "g55": "01-29", "afd5": "50"}	{"g55": "01-29", "lerrcp": "A2-36", "muller": "M5-50"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Bard", "spouse": [], "official": {"given": "Louis Jean Marius", "family": null}}	\N	{"lmt": null, "tzo": "+00:23", "date": "1857-05-10 01:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.75146, "lat": 44.81557, "name": "Mens", "geoid": 2994511}, "notime": null, "date-ut": "1857-05-10 00:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Bard"}, "birth": {"tzo": "+00:23", "date": "1857-05-10 01:00", "place": {"c2": "38", "cy": "FR", "lg": 5.75146, "lat": 44.81557, "name": "Mens", "geoid": 2994511}, "date-ut": "1857-05-10 00:37:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-36"}, "ids-in-sources": {"a2": "36"}}, "raw": {"H": "0", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "10", "LAT": "45N11", "LON": "5E43", "MON": "5", "NUM": "36", "PRO": "S", "SEC": "8", "YEA": "1857", "CITY": "MENS"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Bard", "official": {"given": "Louis Jean Marius"}}, "birth": {"date": "1857-05-10 01:00", "place": {"name": "Mens"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "50"}}, "raw": {"NR": "50", "GNR": "SA236", "JU_": "0", "MA_": "1", "MO_": "2", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1857", "KORR": "", "MARS": "29", "MODE": "LMT", "MOND": "10", "NAME": "BARD (LOUIS JEAN MARIUS).", "AUFAB": "-0.80", "PHAS_": "99.100", "SONNE": "30", "VENUS": "30", "BREITE": "45 N 11", "GEBORT": "Mens (Isère)", "LAENGE": "005 E 43", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "22", "GEBZEIT": "01.00", "JUPITER": "32", "ELECTAGE": "48,7", "ELECTDAT": "26.12.1905", "GEBDATUM": "10.05.1857", "STBDATUM": "20.02.1930"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-29"}, "ids-in-source": {"g55": "01-29"}}, "raw": {"DAY": "10-5-1857", "HOUR": "1 h.", "NAME": "BARD Louis", "PLACE": "Mens (Isère)."}, "date": "2023-08-20T14:47:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21257	bariety-maurice-jacques-clement-1897-09-16	{"afd5": "53"}	{"muller": "M5-53"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Maurice Jacques Clément", "family": "Bariéty", "spouse": [], "official": {"given": "Maurice Jacques Clément", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1897-09-16 21:30", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 1.5, "lat": 48.45, "name": "Illiers", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Maurice Jacques Clément", "family": "Bariéty", "official": {"given": "Maurice Jacques Clément"}}, "birth": {"date": "1897-09-16 21:30", "place": {"c2": "28", "cy": "FR", "lg": 1.5, "lat": 48.45, "name": "Illiers"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "53"}}, "raw": {"NR": "53", "GNR": "", "JU_": "0", "MA_": "0", "MO_": "2", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "1", "JAHR": "1897", "KORR": "-0.16", "MARS": "22", "MODE": "", "MOND": "2", "NAME": "BARIÉTY (MAURICE JACQUES CLÉMENT).", "AUFAB": "-7.40", "PHAS_": "77.900", "SONNE": "24", "VENUS": "27", "BREITE": "48 N 27", "GEBORT": "Illiers (Eure-et-Loir)", "LAENGE": "001 E 30", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "20", "GEBZEIT": "21.30", "JUPITER": "24", "ELECTAGE": "56,2", "ELECTDAT": "17.11.1953", "GEBDATUM": "16.09.1897", "STBDATUM": "09.06.1971"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21258	barral-etienne-victor-1860-08-12	{"afd5": "55"}	{"muller": "M5-55"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Etienne Victor", "family": "Barral", "spouse": [], "official": {"given": "Etienne Victor", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1860-08-12 20:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Lyon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Etienne Victor", "family": "Barral", "official": {"given": "Etienne Victor"}}, "birth": {"date": "1860-08-12 20:00", "place": {"c2": "69", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Lyon"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "55"}}, "raw": {"NR": "55", "GNR": "", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "1", "JAHR": "1860", "KORR": "", "MARS": "5", "MODE": "LMT", "MOND": "27", "NAME": "BARRAL (ETIENNE VICTOR).", "AUFAB": "-9.90", "PHAS_": "29.100", "SONNE": "20", "VENUS": "24", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "19", "GEBZEIT": "20.00", "JUPITER": "21", "ELECTAGE": "67,7", "ELECTDAT": "03.04.1928", "GEBDATUM": "12.08.1860", "STBDATUM": "24.03.1938"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2126	barnsby-robert-1832-01-17	{"a2": "39", "g55": "01-36", "afd5": "54"}	{"g55": "01-36", "lerrcp": "A2-39", "muller": "M5-54"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Robert", "family": "Barnsby", "spouse": [], "official": {"given": "Robert David", "family": null}}	\N	{"lmt": null, "tzo": "+00:05:19", "date": "1832-01-17 22:00", "note": null, "place": {"c1": null, "c2": "41", "c3": null, "cy": "FR", "lg": 1.32912, "lat": 47.59432, "name": "Blois", "geoid": 3032213}, "notime": null, "date-ut": "1832-01-17 21:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Barnsby"}, "birth": {"tzo": "+00:05:19", "date": "1832-01-17 22:00", "place": {"c2": "41", "cy": "FR", "lg": 1.32912, "lat": 47.59432, "name": "Blois", "geoid": 3032213}, "date-ut": "1832-01-17 21:54:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-39"}, "ids-in-sources": {"a2": "39"}}, "raw": {"H": "21", "MN": "54", "TZ": "0", "COD": "41", "COU": "F", "DAY": "17", "LAT": "47N35", "LON": "1E20", "MON": "1", "NUM": "39", "PRO": "S", "SEC": "40", "YEA": "1832", "CITY": "BLOIS"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Barnsby", "official": {"given": "Robert David"}}, "birth": {"date": "1832-01-17 22:00", "place": {"name": "Blois"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "54"}}, "raw": {"NR": "54", "GNR": "SA239", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "2", "SO_": "0", "VE_": "1", "CODE": "4", "JAHR": "1832", "KORR": "", "MARS": "28", "MODE": "LMT", "MOND": "7", "NAME": "BARNSBY (ROBERT DAVID).", "AUFAB": "3.50", "PHAS_": "99.300", "SONNE": "25", "VENUS": "29", "BREITE": "47 N 35", "GEBORT": "Blois (Loir-et-Cher)", "LAENGE": "001 E 20", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "2", "GEBZEIT": "22.00", "JUPITER": "22", "ELECTAGE": "56,5", "ELECTDAT": "26.06.1888", "GEBDATUM": "17.01.1832", "STBDATUM": "23.11.1916"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-36"}, "ids-in-source": {"g55": "01-36"}}, "raw": {"DAY": "17-1-1832", "HOUR": "22 h.", "NAME": "BARNSBY Robert", "PLACE": "Blois (Loir-et-Cher)."}, "date": "2023-08-20T14:47:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21259	barrallier-auguste-marie-1814-09-01	{"afd5": "56"}	{"muller": "M5-56"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Auguste Marie", "family": "Barrallier", "spouse": [], "official": {"given": "Auguste Marie", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1814-09-01 03:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 6.46667, "lat": 43.53333, "name": "Toulon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Auguste Marie", "family": "Barrallier", "official": {"given": "Auguste Marie"}}, "birth": {"date": "1814-09-01 03:00", "place": {"c2": "83", "cy": "FR", "lg": 6.46667, "lat": 43.53333, "name": "Toulon"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "56"}}, "raw": {"NR": "56", "GNR": "", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "2", "CODE": "1", "JAHR": "1814", "KORR": "", "MARS": "32", "MODE": "LMT", "MOND": "13", "NAME": "BARRALLIER (AUGUSTE MARIE).", "AUFAB": "-1.20", "PHAS_": "98.700", "SONNE": "32", "VENUS": "1", "BREITE": "43 N 32", "GEBORT": "Toulon (Var)", "LAENGE": "006 E 28", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "20", "GEBZEIT": "03.00", "JUPITER": "31", "ELECTAGE": "72,9", "ELECTDAT": "26.07.1887", "GEBDATUM": "01.09.1814", "STBDATUM": "19.10.1898"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21260	barre-jean-alexandre-1880-05-25	{"afd5": "57"}	{"muller": "M5-57"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean Alexandre", "family": "Barré", "spouse": [], "official": {"given": "Jean Alexandre", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1880-05-25 01:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": 1.58333, "lat": 47.21667, "name": "Chantenay-sur-Loire", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Jean Alexandre", "family": "Barré", "official": {"given": "Jean Alexandre"}}, "birth": {"date": "1880-05-25 01:00", "place": {"c2": "44", "cy": "FR", "lg": 1.58333, "lat": 47.21667, "name": "Chantenay-sur-Loire"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "57"}}, "raw": {"NR": "57", "GNR": "", "JU_": "0", "MA_": "0", "MO_": "2", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1880", "KORR": "", "MARS": "22", "MODE": "LMT", "MOND": "10", "NAME": "BARRÉ (JEAN ALEXANDRE).", "AUFAB": "-0.60", "PHAS_": "99.200", "SONNE": "30", "VENUS": "31", "BREITE": "47 N 13", "GEBORT": "Chantenay-sur-Loire (Loire-Inférie", "LAENGE": "001 W 35", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "33", "GEBZEIT": "01.00", "JUPITER": "34", "ELECTAGE": "63,4", "ELECTDAT": "19.10.1943", "GEBDATUM": "25.05.1880", "STBDATUM": "24.04.1967"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
17718	baruk-henri-1897-08-15	{"e1": "83", "afd5": "62"}	{"lerrcp": "E1-83", "muller": "M5-62"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri", "family": "Baruk", "spouse": [], "official": {"given": "Henri", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1897-08-15 02:00", "note": null, "place": {"c1": null, "c2": "56", "c3": "", "cy": "FR", "lg": -2.7349, "lat": 47.6865, "name": "Saint-Avé", "geoid": 2981515}, "notime": null, "date-ut": "1897-08-15 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Baruk"}, "birth": {"tzo": "+00:09", "date": "1897-08-15 02:00", "place": {"c2": "56", "c3": "", "cy": "FR", "lg": -2.7349, "lat": 47.6865, "name": "Saint-Avé", "geoid": 2981515}, "date-ut": "1897-08-15 01:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "83"}}, "raw": {"H": "02:00", "COD": "56", "DAY": "15", "MON": "08", "NUM": "0083", "PRO": "PH", "YEA": "1897", "CITY": "St-Avé", "NAME": "BARUK Henri", "NOTE": "+"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Baruk", "official": {"given": "Henri"}}, "birth": {"date": "1897-08-15 02:00", "place": {"name": "Saint-Avé"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "62"}}, "raw": {"NR": "62", "GNR": "ND183", "JU_": "1", "MA_": "1", "MO_": "2", "SA_": "0", "SO_": "1", "VE_": "2", "CODE": "3", "JAHR": "1897", "KORR": "-0.16", "MARS": "27", "MODE": "", "MOND": "9", "NAME": "BARUK (HENRI).", "AUFAB": "-4.30", "PHAS_": "93.400", "SONNE": "30", "VENUS": "1", "BREITE": "47 N 40", "GEBORT": "Saint-Avé (Morbihan)", "LAENGE": "002 W 44", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "22", "GEBZEIT": "02.00", "JUPITER": "28", "ELECTAGE": "67,6", "ELECTDAT": "16.02.1965", "GEBDATUM": "15.08.1897", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
21261	baud-albert-paul-marie-charles-1920-04-25	{"afd5": "63"}	{"muller": "M5-63"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Albert Paul Marie Charles", "family": "Baud", "spouse": [], "official": {"given": "Albert Paul Marie Charles", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1920-04-25 09:00", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.55, "lat": 46.66667, "name": "Saint-Lupicin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Albert Paul Marie Charles", "family": "Baud", "official": {"given": "Albert Paul Marie Charles"}}, "birth": {"date": "1920-04-25 09:00", "place": {"c2": "39", "cy": "FR", "lg": 5.55, "lat": 46.66667, "name": "Saint-Lupicin"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "63"}}, "raw": {"NR": "63", "GNR": "", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1920", "KORR": "-1.00", "MARS": "23", "MODE": "", "MOND": "32", "NAME": "BAUD (ALBERT PAUL MARIE CHARLES).", "AUFAB": "11.20", "PHAS_": "43.800", "SONNE": "5", "VENUS": "6", "BREITE": "46 N 40", "GEBORT": "Saint-Lupicin (Jura)", "LAENGE": "005 E 33", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "28", "GEBZEIT": "09.00", "JUPITER": "31", "ELECTAGE": "48,9", "ELECTDAT": "04.03.1969", "GEBDATUM": "25.04.1920", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2136	bazy-louis-1883-02-21	{"a2": "49", "wd": "Q30303397", "afd5": "68"}	{"wd": "Q30303397", "lerrcp": "A2-49", "muller": "M5-68"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Bazy", "spouse": [], "official": {"given": "Pierre Jean Louis", "family": "Bazy"}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1883-02-21 11:45", "note": null, "place": {"c1": null, "c2": "75", "c3": "1", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1883-02-21 11:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	2	{"birth": {"slug": "bazy-louis-1883-02-21", "extras": {"name": {"given": "Louis"}, "partial-ids": {"wd": "Q30303397"}, "ids-in-sources": {"wd": "Q30303397"}}, "header": {"notes": "", "history": {"0": {"date": "2019-12-18", "actor": "Thierry Graff", "action": "Locate and download the act"}, "1": {"date": "2023-05-10", "actor": "Thierry Graff", "action": "Add to opengauquelin.org"}}}, "source": {"notes": "Acte numéro 204\\n<br>Feuillet numéro 35\\n<br>Born at home, 8 rue de l'Oratoire.\\n<br>This person is part of physicians born in Paris that Arno Müller couldn't check in 1994 (see details on <a href=\\"https://tig12.github.io/g5/muller5-1083-medics.html#fix-paris\\">tig12.github.io/g5</a>).\\n<br>Comparison with birth certificate shows that Gauquelin birth time was correct.\\n", "civil-registry": {"web": {"url": "archives.paris.fr/arkotheque/visionneuse/visionneuse.php?arko=YTo2OntzOjQ6ImRhdGUiO3M6MTA6IjIwMTktMTItMTgiO3M6MTA6InR5cGVfZm9uZHMiO3M6MTE6ImFya29fc2VyaWVsIjtzOjQ6InJlZjEiO2k6NDtzOjQ6InJlZjIiO2k6MjI3NTk5O3M6MTY6InZpc2lvbm5ldXNlX2h0bWwiO2I6MTtzOjIxOiJ2aXNpb25uZXVzZV9odG1sX21vZGUiO3M6NDoicHJvZCI7fQ==", "page": "7 / 29"}, "name": "1883 , Naissances , 01 V4E 5367", "place": {"c2": "75", "c3": "1", "cy": "FR", "name": "Paris"}}, "document-creation": {"date": "1883-02-22 16:00"}}, "opengauquelin": {"old-slug": "bazy-pierre-1883-02-21", "projects": {"0": "muller-paris-medics"}, "fix-issues": {"0": "bazy-pierre-1883-02-21--date"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Pierre Jean Louis", "family": "Bazy"}}, "birth": {"date": "1883-02-21 11:45", "place": {"c2": "75", "c3": "1", "cy": "FR", "name": "Paris"}}}}}	[{"new": {"name": {"given": "Pierre", "family": "Bazy"}, "birth": {"tzo": "+00:09:24", "date": "1883-02-21 11:45:04", "place": {"c2": "75", "c3": "1", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1883-02-21 11:35:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-49"}, "ids-in-sources": {"a2": "49"}}, "raw": {"H": "11", "MN": "35", "TZ": "0", "COD": "75", "COU": "F", "DAY": "21", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "49", "PRO": "S", "SEC": "40", "YEA": "1883", "CITY": "PARIS 1ER"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Bazy", "official": {"given": "Pierre Louis Jean"}}, "birth": {"date": "1883-02-21 11:45", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "68"}}, "raw": {"NR": "68", "GNR": "SA249", "JU_": "2", "MA_": "2", "MO_": "1", "SA_": "2", "SO_": "2", "VE_": "0", "CODE": "4", "JAHR": "1883", "KORR": "", "MARS": "11", "MODE": "LMT", "MOND": "28", "NAME": "BAZY (PIERRE LOUIS JEAN).", "AUFAB": "2.90", "PHAS_": "98.800", "SONNE": "9", "VENUS": "15", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "3", "GEBZEIT": "11.45", "JUPITER": "1", "ELECTAGE": "62,0", "ELECTDAT": "06.02.1945", "GEBDATUM": "21.02.1883", "STBDATUM": "30.11.1960"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"sex": "M", "name": {"given": "Louis", "official": {"given": "Pierre Jean Louis", "family": "Bazy"}}, "birth": {"date": "1883-02-21 11:45", "place": {"c2": "75", "c3": "1", "cy": "FR", "name": "Paris"}}, "partial-ids": {"wd": "Q30303397"}, "ids-in-sources": {"wd": "Q30303397"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1883/02/21/bazy-louis-1883-02-21\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add bazy-louis-1883-02-21"}]	[]
2134	baumgartner-amedee-1875-05-09	{"a2": "47", "afd5": "66"}	{"lerrcp": "A2-47", "muller": "M5-66"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Amédée", "family": "Baumgartner", "spouse": [], "official": {"given": "Amédée Albert", "family": null}}	\N	{"lmt": null, "tzo": "+00:04:44", "date": "1875-05-09 19:00", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.18333, "lat": 49.01667, "name": "Fleury-sur-Andelle", "geoid": 0}, "notime": null, "date-ut": "1875-05-09 18:55:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Amédée", "family": "Baumgartner"}, "birth": {"tzo": "+00:04:44", "date": "1875-05-09 19:00", "place": {"c2": "27", "cy": "FR", "lg": 1.18333, "lat": 49.01667, "name": "Fleury-sur-Andell", "geoid": 0}, "date-ut": "1875-05-09 18:55:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-47"}, "ids-in-sources": {"a2": "47"}}, "raw": {"H": "18", "MN": "55", "TZ": "0", "COD": "27", "COU": "F", "DAY": "9", "LAT": "49N 1", "LON": "1E11", "MON": "5", "NUM": "47", "PRO": "S", "SEC": "16", "YEA": "1875", "CITY": "FLEURY-S/ANDELL"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Baumgartner", "official": {"given": "Amédée Albert"}}, "birth": {"date": "1875-05-09 19:00", "place": {"name": "Fleury-sur-Andelle"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "66"}}, "raw": {"NR": "66", "GNR": "SA247", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1875", "KORR": "", "MARS": "32", "MODE": "LMT", "MOND": "13", "NAME": "BAUMGARTNER (AMÉDÉE ALBERT).", "AUFAB": "7.90", "PHAS_": "16.400", "SONNE": "18", "VENUS": "23", "BREITE": "49 N 01", "GEBORT": "Fleury-sur-Andelle (Eure)", "LAENGE": "001 E 11", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "28", "GEBZEIT": "19.00", "JUPITER": "4", "ELECTAGE": "65,5", "ELECTDAT": "22.10.1940", "GEBDATUM": "09.05.1875", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2142	behier-louis-1813-08-26	{"a2": "55", "afd5": "74"}	{"lerrcp": "A2-55", "muller": "M5-74"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Béhier", "spouse": [], "official": {"given": "Louis Jules", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1813-08-26 03:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1813-08-26 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Behier"}, "birth": {"tzo": "+00:09:24", "date": "1813-08-26 03:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1813-08-26 02:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-55"}, "ids-in-sources": {"a2": "55"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "26", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "55", "PRO": "S", "SEC": "40", "YEA": "1813", "CITY": "PARIS"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Béhier", "official": {"given": "Louis Jules"}}, "birth": {"date": "1813-08-26 03:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "74"}}, "raw": {"NR": "74", "GNR": "SA255", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "4", "JAHR": "1813", "KORR": "", "MARS": "20", "MODE": "LMT", "MOND": "33", "NAME": "BÉHIER (LOUIS JULES).", "AUFAB": "-1.30", "PHAS_": "0.000", "SONNE": "33", "VENUS": "30", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "21", "GEBZEIT": "03.00", "JUPITER": "34", "ELECTAGE": "54,5", "ELECTDAT": "13.02.1868", "GEBDATUM": "26.08.1813", "STBDATUM": "07.05.1876"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21262	bellocq-philippe-1888-06-18	{"afd5": "75"}	{"muller": "M5-75"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Philippe", "family": "Bellocq", "spouse": [], "official": {"given": "Philippe", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1888-06-18 09:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": 0.36667, "lat": 43.3, "name": "Maspie-Juillacq", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Philippe", "family": "Bellocq", "official": {"given": "Philippe"}}, "birth": {"date": "1888-06-18 09:00", "place": {"c2": "64", "cy": "FR", "lg": 0.36667, "lat": 43.3, "name": "Maspie-Juillacq"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "75"}}, "raw": {"NR": "75", "GNR": "", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1888", "KORR": "", "MARS": "30", "MODE": "LMT", "MOND": "30", "NAME": "BELLOCQ (PHILIPPE).", "AUFAB": "11.20", "PHAS_": "58.200", "SONNE": "6", "VENUS": "6", "BREITE": "43 N 18", "GEBORT": "Maspie-Juillacq (Basses-Pyrénées)", "LAENGE": "000 W 22", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "3", "GEBZEIT": "09.00", "JUPITER": "26", "ELECTAGE": "67,8", "ELECTDAT": "13.03.1956", "GEBDATUM": "18.06.1888", "STBDATUM": "06.08.1962"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2141	behal-auguste-1859-03-30	{"a2": "54", "g55": "01-44", "afd5": "73"}	{"g55": "01-44", "lerrcp": "A2-54", "muller": "M5-73"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Auguste", "family": "Béhal", "spouse": [], "official": {"given": "Auguste", "family": null}}	\N	{"lmt": null, "tzo": "+00:11:19", "date": "1859-03-30 13:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.82791, "lat": 50.43302, "name": "Lens", "geoid": 3003093}, "notime": null, "date-ut": "1859-03-30 12:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Behal"}, "birth": {"tzo": "+00:11:19", "date": "1859-03-30 13:00", "place": {"c2": "62", "cy": "FR", "lg": 2.82791, "lat": 50.43302, "name": "Lens", "geoid": 3003093}, "date-ut": "1859-03-30 12:48:56"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-54"}, "ids-in-sources": {"a2": "54"}}, "raw": {"H": "12", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "30", "LAT": "50N18", "LON": "2E46", "MON": "3", "NUM": "54", "PRO": "S", "SEC": "56", "YEA": "1859", "CITY": "LENS"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Béhal", "official": {"given": "Auguste"}}, "birth": {"date": "1859-03-30 13:00", "place": {"name": "Lens"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "73"}}, "raw": {"NR": "73", "GNR": "SA254", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "2", "SO_": "2", "VE_": "0", "CODE": "3", "JAHR": "1859", "KORR": "", "MARS": "8", "MODE": "LMT", "MOND": "16", "NAME": "BÉHAL (AUGUSTE).", "AUFAB": "-7.90", "PHAS_": "18.500", "SONNE": "11", "VENUS": "16", "BREITE": "50 N 18", "GEBORT": "Lens (Pas-de-Calais)", "LAENGE": "002 E 46", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "1", "GEBZEIT": "13.00", "JUPITER": "6", "ELECTAGE": "48,1", "ELECTDAT": "16.04.1907", "GEBDATUM": "30.03.1859", "STBDATUM": "02.02.1941"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-44"}, "ids-in-source": {"g55": "01-44"}}, "raw": {"DAY": "30-3-1859", "HOUR": "13 h.", "NAME": "* BEHAL Auguste", "PLACE": "Lens. (Pas-de-Calais)."}, "date": "2023-08-20T14:47:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2146	berger-paul-1845-01-06	{"a2": "59", "g55": "01-48", "afd5": "80"}	{"g55": "01-48", "lerrcp": "A2-59", "muller": "M5-80"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul", "family": "Berger", "spouse": [], "official": {"given": "Paul", "family": null}}	\N	{"lmt": null, "tzo": "+00:27:41", "date": "1845-01-06 03:00", "note": null, "place": {"c1": null, "c2": "90", "c3": null, "cy": "FR", "lg": 6.92214, "lat": 47.48878, "name": "Beaucourt", "geoid": 3034343}, "notime": null, "date-ut": "1845-01-06 14:32:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Berger"}, "birth": {"tzo": "+00:27:41", "date": "1845-01-06 15:00", "place": {"c2": "90", "cy": "FR", "lg": 6.92214, "lat": 47.48878, "name": "Beaucourt", "geoid": 3034343}, "date-ut": "1845-01-06 14:32:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-59"}, "ids-in-sources": {"a2": "59"}}, "raw": {"H": "14", "MN": "32", "TZ": "0", "COD": "90", "COU": "F", "DAY": "6", "LAT": "47N38", "LON": "6E52", "MON": "1", "NUM": "59", "PRO": "S", "SEC": "32", "YEA": "1845", "CITY": "BEAUCOURT"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Berger", "official": {"given": "Paul"}}, "birth": {"date": "1845-01-06 03:00", "place": {"name": "Beaucourt"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "80"}}, "raw": {"NR": "80", "GNR": "SA259", "JU_": "0", "MA_": "2", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "2", "JAHR": "1845", "KORR": "", "MARS": "36", "MODE": "LMT", "MOND": "33", "NAME": "BERGER (PAUL).", "AUFAB": "-7.60", "PHAS_": "7.800", "SONNE": "31", "VENUS": "34", "BREITE": "47 N 15", "GEBORT": "Beaucourt (Doubs)", "LAENGE": "006 E 02", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "29", "GEBZEIT": "03.00", "JUPITER": "25", "ELECTAGE": "47,5", "ELECTDAT": "28.06.1892", "GEBDATUM": "06.01.1845", "STBDATUM": "17.10.1908"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-48"}, "ids-in-source": {"g55": "01-48"}}, "raw": {"DAY": "6-1-1845", "HOUR": "15 h.", "NAME": "BERGER Paul", "PLACE": "Beaucourt (Belfort)."}, "date": "2023-08-20T14:47:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2147	bergeron-jules-1817-08-27	{"a2": "60", "g55": "01-49", "afd5": "81"}	{"g55": "01-49", "lerrcp": "A2-60", "muller": "M5-81"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jules", "family": "Bergeron", "spouse": [], "official": {"given": "Etienne Jules", "family": null}}	\N	{"lmt": null, "tzo": "+00:10:40", "date": "1817-08-27 19:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Moret", "geoid": 0}, "notime": null, "date-ut": "1817-08-27 18:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Bergeron"}, "birth": {"tzo": "+00:10:40", "date": "1817-08-27 19:00", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Moret", "geoid": 0}, "date-ut": "1817-08-27 18:49:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-60"}, "ids-in-sources": {"a2": "60"}}, "raw": {"H": "18", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "27", "LAT": "48N33", "LON": "2E40", "MON": "8", "NUM": "60", "PRO": "S", "SEC": "20", "YEA": "1817", "CITY": "MORET"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Bergeron", "official": {"given": "Etienne Jules"}}, "birth": {"date": "1817-08-27 19:00", "place": {"name": "Moret"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "81"}}, "raw": {"NR": "81", "GNR": "SA260", "JU_": "2", "MA_": "1", "MO_": "2", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1817", "KORR": "", "MARS": "30", "MODE": "LMT", "MOND": "36", "NAME": "BERGERON (ETIENNE JULES).", "AUFAB": "0.70", "PHAS_": "99.800", "SONNE": "19", "VENUS": "23", "BREITE": "48 N 33", "GEBORT": "Moret (Seine-et-Marne)", "LAENGE": "002 E 40", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "1", "GEBZEIT": "19.00", "JUPITER": "12", "ELECTAGE": "47,6", "ELECTDAT": "04.04.1865", "GEBDATUM": "27.08.1817", "STBDATUM": "05.12.1900"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Moret"}}, "partial-ids": {"g55": "01-49"}, "ids-in-source": {"g55": "01-49"}}, "raw": {"DAY": "27-8-1817", "HOUR": "19 h.", "NAME": "BERGERON Jules", "PLACE": "Moret (Seine-et-Marne)."}, "date": "2023-08-20T14:47:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2888	benoit-jacques-1896-02-26	{"a2": "801", "g55": "02-48", "afd5": "77"}	{"g55": "02-48", "lerrcp": "A2-801", "muller": "M5-77"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jacques", "family": "Benoit", "spouse": [], "official": {"given": "Jacques Marie", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1896-02-26 01:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1896-02-26 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Benoit"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1896-02-26 00:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-801"}, "ids-in-sources": {"a2": "801"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "54", "COU": "F", "DAY": "26", "LAT": "48N42", "LON": "6E12", "MON": "2", "NUM": "801", "PRO": "S", "SEC": "40", "YEA": "1896", "CITY": "NANCY"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Benoit", "official": {"given": "Jacques Marie"}}, "birth": {"date": "1896-02-26 01:00", "place": {"name": "Nancy"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "77"}}, "raw": {"NR": "77", "GNR": "SA2801", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1896", "KORR": "-0.16", "MARS": "32", "MODE": "", "MOND": "13", "NAME": "BENOLT (JACQUES MARIE).", "AUFAB": "8.10", "PHAS_": "88.800", "SONNE": "29", "VENUS": "31", "BREITE": "48 N 42", "GEBORT": "Nancy (Meurthe-et-Moselle)", "LAENGE": "006 E 12", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "3", "GEBZEIT": "01.00", "JUPITER": "14", "ELECTAGE": "50,1", "ELECTDAT": "05.03.1946", "GEBDATUM": "26.02.1896", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "02-48"}, "ids-in-source": {"g55": "02-48"}}, "raw": {"DAY": "26-2-1896", "HOUR": "1 h.", "NAME": "BENOIT Jacques", "PLACE": "Nancy (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
21263	bernou-andre-edouard-maurice-1889-12-14	{"afd5": "85"}	{"muller": "M5-85"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "André Edouard Maurice", "family": "Bernou", "spouse": [], "official": {"given": "André Edouard Maurice", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1889-12-14 02:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": 1.58333, "lat": 47.21667, "name": "Chàteaubriant", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "André Edouard Maurice", "family": "Bernou", "official": {"given": "André Edouard Maurice"}}, "birth": {"date": "1889-12-14 02:00", "place": {"c2": "44", "cy": "FR", "lg": 1.58333, "lat": 47.21667, "name": "Chàteaubriant"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "85"}}, "raw": {"NR": "85", "GNR": "", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1889", "KORR": "", "MARS": "36", "MODE": "LMT", "MOND": "6", "NAME": "BERNOU (ANDRÉ EDOUARD MAURICE).", "AUFAB": "-8.70", "PHAS_": "65.900", "SONNE": "30", "VENUS": "31", "BREITE": "47 N 13", "GEBORT": "Chàteaubriant (Loire-Inférieure)", "LAENGE": "001 W 35", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "6", "GEBZEIT": "02.00", "JUPITER": "28", "ELECTAGE": "65,9", "ELECTDAT": "08.11.1955", "GEBDATUM": "14.12.1889", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2151	bernutz-gustave-1819-01-21	{"a2": "64", "afd5": "86"}	{"lerrcp": "A2-64", "muller": "M5-86"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Gustave", "family": "Bernutz", "spouse": [], "official": {"given": "Gustave Louis Richard", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:46", "date": "1819-01-21 03:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.94028, "lat": 49.70187, "name": "Sedan", "geoid": 2975349}, "notime": null, "date-ut": "1819-01-21 02:41:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Bernutz"}, "birth": {"tzo": "+00:19:46", "date": "1819-01-21 03:00", "place": {"c2": "08", "cy": "FR", "lg": 4.94028, "lat": 49.70187, "name": "Sedan", "geoid": 2975349}, "date-ut": "1819-01-21 02:41:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-64"}, "ids-in-sources": {"a2": "64"}}, "raw": {"H": "2", "MN": "41", "TZ": "0", "COD": "08", "COU": "F", "DAY": "21", "LAT": "49N46", "LON": "4E44", "MON": "1", "NUM": "64", "PRO": "S", "SEC": "4", "YEA": "1819", "CITY": "SEDAN"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Bernutz", "official": {"given": "Gustave Louis Richard"}}, "birth": {"date": "1819-01-21 03:00", "place": {"name": "Sedan"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "86"}}, "raw": {"NR": "86", "GNR": "SA264", "JU_": "1", "MA_": "0", "MO_": "2", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1819", "KORR": "", "MARS": "32", "MODE": "LMT", "MOND": "36", "NAME": "BERNUTZ (GUSTAVE LOUIS RICHARD).", "AUFAB": "-10.80", "PHAS_": "33.000", "SONNE": "31", "VENUS": "34", "BREITE": "49 N 46", "GEBORT": "Sedan (Ardennes)", "LAENGE": "004 E 44", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "27", "GEBZEIT": "03.00", "JUPITER": "31", "ELECTAGE": "53,4", "ELECTDAT": "28.05.1872", "GEBDATUM": "21.01.1819", "STBDATUM": "09.12.1887"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2152	bertherand-alphonse-1815-02-09	{"a2": "65", "g55": "01-52", "afd5": "87"}	{"g55": "01-52", "lerrcp": "A2-65", "muller": "M5-87"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alphonse", "family": "Bertherand", "spouse": [], "official": {"given": "Alphonse François", "family": null}}	\N	{"lmt": null, "tzo": "+00:18:56", "date": "1815-02-09 24:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Bazeille", "geoid": 0}, "notime": null, "date-ut": "1815-02-09 23:41:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Bertherand"}, "birth": {"tzo": "+00:18:56", "date": "1815-02-10 00:00", "place": {"c2": "08", "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Bazeille", "geoid": 0}, "date-ut": "1815-02-09 23:41:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-65"}, "ids-in-sources": {"a2": "65"}}, "raw": {"H": "23", "MN": "41", "TZ": "0", "COD": "08", "COU": "F", "DAY": "9", "LAT": "49N46", "LON": "4E44", "MON": "2", "NUM": "65", "PRO": "S", "SEC": "4", "YEA": "1815", "CITY": "BAZEILLE"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Bertherand", "official": {"given": "Alphonse François"}}, "birth": {"date": "1815-02-09 24:00", "place": {"name": "Bazeilles"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "87"}}, "raw": {"NR": "87", "GNR": "SA265", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1815", "KORR": "", "MARS": "32", "MODE": "LMT", "MOND": "27", "NAME": "BERTHERAND (ALPHONSE FRANCOIS).", "AUFAB": "-1.60", "PHAS_": "0.200", "SONNE": "27", "VENUS": "26", "BREITE": "49 N 46", "GEBORT": "Bazeilles (Ardennes)", "LAENGE": "004 E 44", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "28", "GEBZEIT": "24.00", "JUPITER": "4", "ELECTAGE": "44,4", "ELECTDAT": "28.06.1859", "GEBDATUM": "09.02.1815", "STBDATUM": "27.12.1887"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Bazeille"}}, "partial-ids": {"g55": "01-52"}, "ids-in-source": {"g55": "01-52"}}, "raw": {"DAY": "9-2-1815", "HOUR": "24 h.", "NAME": "BERTHERAND Alphonse", "PLACE": "Bazeille (Ardennes)."}, "date": "2023-08-20T14:47:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21264	besson-albert-charles-1896-04-18	{"afd5": "92"}	{"muller": "M5-92"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Albert Charles", "family": "Besson", "spouse": [], "official": {"given": "Albert Charles", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1896-04-18 23:00", "note": null, "place": {"c1": null, "c2": "91", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Montgeron", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Albert Charles", "family": "Besson", "official": {"given": "Albert Charles"}}, "birth": {"date": "1896-04-18 23:00", "place": {"c2": "91", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Montgeron"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "92"}}, "raw": {"NR": "92", "GNR": "", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1896", "KORR": "-0.16", "MARS": "31", "MODE": "", "MOND": "16", "NAME": "BESSON (ALBERT CHARLES).", "AUFAB": "7.50", "PHAS_": "21.000", "SONNE": "26", "VENUS": "28", "BREITE": "48 N 50", "GEBORT": "Montgeron (Seine-et-Oise)", "LAENGE": "002 E 08", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "5", "GEBZEIT": "23.00", "JUPITER": "15", "ELECTAGE": "60,1", "ELECTDAT": "24.04.1956", "GEBDATUM": "18.04.1896", "STBDATUM": "17.05.1965"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21265	bethoux-louis-paul-frederic-1890-09-19	{"afd5": "93"}	{"muller": "M5-93"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis Paul Frédéric", "family": "Béthoux", "spouse": [], "official": {"given": "Louis Paul Frédéric", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1890-09-19 12:00", "note": null, "place": {"c1": null, "c2": "05", "c3": null, "cy": "FR", "lg": 6.08333, "lat": 44.55, "name": "Gap", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Louis Paul Frédéric", "family": "Béthoux", "official": {"given": "Louis Paul Frédéric"}}, "birth": {"date": "1890-09-19 12:00", "place": {"c2": "05", "cy": "FR", "lg": 6.08333, "lat": 44.55, "name": "Gap"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "93"}}, "raw": {"NR": "93", "GNR": "", "JU_": "0", "MA_": "0", "MO_": "2", "SA_": "2", "SO_": "2", "VE_": "1", "CODE": "1", "JAHR": "1890", "KORR": "", "MARS": "34", "MODE": "LMT", "MOND": "2", "NAME": "BÉTHOUX (LOUIS PAUL FRÉDÉRIC).", "AUFAB": "7.70", "PHAS_": "20.700", "SONNE": "10", "VENUS": "4", "BREITE": "44 N 33", "GEBORT": "Gap (Hautes-Alpes)", "LAENGE": "006 E 05", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "11", "GEBZEIT": "12.00", "JUPITER": "32", "ELECTAGE": "59,2", "ELECTDAT": "29.11.1949", "GEBDATUM": "19.09.1890", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2157	bezancon-fernand-1868-02-23	{"a2": "70", "g55": "01-56", "afd5": "94"}	{"g55": "01-56", "lerrcp": "A2-70", "muller": "M5-94"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Fernand", "family": "Bezançon", "spouse": [], "official": {"given": "Fernand Jules", "family": null}}	\N	{"lmt": null, "tzo": "+00:08:44", "date": "1868-02-23 13:15", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Boulogne-sur-Seine", "geoid": 0}, "notime": null, "date-ut": "1868-02-23 01:06:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Bezancon"}, "birth": {"tzo": "+00:08:44", "date": "1868-02-23 01:15", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Boulogne-sur-Seine", "geoid": 0}, "date-ut": "1868-02-23 01:06:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-70"}, "ids-in-sources": {"a2": "70"}}, "raw": {"H": "1", "MN": "6", "TZ": "0", "COD": "92", "COU": "F", "DAY": "23", "LAT": "48N50", "LON": "2E11", "MON": "2", "NUM": "70", "PRO": "S", "SEC": "16", "YEA": "1868", "CITY": "BOULOGNE-S-SEINE"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Bezançon", "official": {"given": "Fernand Jules"}}, "birth": {"date": "1868-02-23 13:15", "place": {"name": "Boulogne-sur-Seine"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "94"}}, "raw": {"NR": "94", "GNR": "SA270", "JU_": "2", "MA_": "1", "MO_": "2", "SA_": "0", "SO_": "2", "VE_": "0", "CODE": "2", "JAHR": "1868", "KORR": "", "MARS": "13", "MODE": "LMT", "MOND": "11", "NAME": "BEZANÇON (FERNAND JULES).", "AUFAB": "-2.10", "PHAS_": "0.300", "SONNE": "11", "VENUS": "8", "BREITE": "48 N 50", "GEBORT": "Boulogne-sur-Seine (Seine)", "LAENGE": "002 E 11", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "22", "GEBZEIT": "13.15", "JUPITER": "10", "ELECTAGE": "50,3", "ELECTDAT": "04.06.1918", "GEBDATUM": "23.02.1868", "STBDATUM": "25.06.1948"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Boulogne-sur-Seine"}}, "partial-ids": {"g55": "01-56"}, "ids-in-source": {"g55": "01-56"}}, "raw": {"DAY": "23-2-1868", "HOUR": "1 h. 15", "NAME": "\\fBEZANÇON Fernand", "PLACE": "Boulogne-sur-Seine (Seine)."}, "date": "2023-08-20T14:47:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2161	blache-rene-1839-04-10	{"a2": "74", "afd5": "99"}	{"lerrcp": "A2-74", "muller": "M5-99"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "René", "family": "Blache", "spouse": [], "official": {"given": "René Henri", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1839-04-10 23:20", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1839-04-10 23:10:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Blache"}, "birth": {"tzo": "+00:09:24", "date": "1839-04-10 23:20", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1839-04-10 23:10:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-74"}, "ids-in-sources": {"a2": "74"}}, "raw": {"H": "23", "MN": "10", "TZ": "0", "COD": "75", "COU": "F", "DAY": "10", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "74", "PRO": "S", "SEC": "40", "YEA": "1839", "CITY": "PARIS"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Blache", "official": {"given": "René Henri"}}, "birth": {"date": "1839-04-10 23:20", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "99"}}, "raw": {"NR": "99", "GNR": "SA274", "JU_": "2", "MA_": "2", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "4", "JAHR": "1839", "KORR": "", "MARS": "12", "MODE": "LMT", "MOND": "30", "NAME": "BLACHE (RENÉ HENRI).", "AUFAB": "-9.80", "PHAS_": "21.400", "SONNE": "26", "VENUS": "23", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "1", "GEBZEIT": "23.20", "JUPITER": "9", "ELECTAGE": "56,8", "ELECTDAT": "31.12.1895", "GEBDATUM": "10.04.1839", "STBDATUM": "24.12.1908"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21266	blachier-louis-alexandre-1809-04-09	{"afd5": "100"}	{"muller": "M5-100"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis Alexandre", "family": "Blachier", "spouse": [], "official": {"given": "Louis Alexandre", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1809-04-09 23:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": 1.66667, "lat": 48.11667, "name": "Saint-Servan", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Louis Alexandre", "family": "Blachier", "official": {"given": "Louis Alexandre"}}, "birth": {"date": "1809-04-09 23:00", "place": {"c2": "35", "cy": "FR", "lg": 1.66667, "lat": 48.11667, "name": "Saint-Servan"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "100"}}, "raw": {"NR": "100", "GNR": "", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1809", "KORR": "", "MARS": "8", "MODE": "LMT", "MOND": "31", "NAME": "BLACHIER (LOUIS ALEXANDRE).", "AUFAB": "-10.60", "PHAS_": "31.800", "SONNE": "26", "VENUS": "19", "BREITE": "48 N 07", "GEBORT": "Saint-Servan (Ille-et-Vilaine)", "LAENGE": "001 W 40", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "2", "GEBZEIT": "23.00", "JUPITER": "27", "ELECTAGE": "16,0", "ELECTDAT": "05.04.1825", "GEBDATUM": "09.04.1809", "STBDATUM": "11.10.1854"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2899	billet-henry-1882-02-03	{"a2": "812", "g55": "02-59", "afd5": "97"}	{"g55": "02-59", "lerrcp": "A2-812", "muller": "M5-97"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henry", "family": "Billet", "spouse": [], "official": {"given": "Henry Charles Marie Louis", "family": null}}	\N	{"lmt": null, "tzo": "+00:06:46", "date": "1882-02-03 20:00", "note": null, "place": {"c1": null, "c2": "36", "c3": null, "cy": "FR", "lg": 1.69362, "lat": 46.81248, "name": "Chàteauroux", "geoid": 3026204}, "notime": null, "date-ut": "1882-02-03 19:53:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Billet"}, "birth": {"tzo": "+00:06:46", "date": "1882-02-03 20:00", "place": {"c2": "36", "cy": "FR", "lg": 1.69362, "lat": 46.81248, "name": "Châteauroux", "geoid": 3026204}, "date-ut": "1882-02-03 19:53:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-812"}, "ids-in-sources": {"a2": "812"}}, "raw": {"H": "19", "MN": "53", "TZ": "0", "COD": "36", "COU": "F", "DAY": "3", "LAT": "46N49", "LON": "1E41", "MON": "2", "NUM": "812", "PRO": "S", "SEC": "16", "YEA": "1882", "CITY": "CHATEAUROUX"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Billet", "official": {"given": "Henry Charles Marie Louis"}}, "birth": {"date": "1882-02-03 20:00", "place": {"name": "Chàteauroux"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "97"}}, "raw": {"NR": "97", "GNR": "SA2812", "JU_": "2", "MA_": "2", "MO_": "2", "SA_": "1", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1882", "KORR": "", "MARS": "9", "MODE": "LMT", "MOND": "3", "NAME": "BILLET (HENRY CHARLES MARIE LOUIS).", "AUFAB": "1.30", "PHAS_": "99.800", "SONNE": "22", "VENUS": "23", "BREITE": "46 N 49", "GEBORT": "Chàteauroux (Indre)", "LAENGE": "001 E 41", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "13", "GEBZEIT": "20.00", "JUPITER": "12", "ELECTAGE": "65,2", "ELECTDAT": "18.03.1947", "GEBDATUM": "03.02.1882", "STBDATUM": "06.03.1952"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "02-59"}, "ids-in-source": {"g55": "02-59"}}, "raw": {"DAY": "3-2-1882", "HOUR": "20 h.", "NAME": "BILLET Henry", "PLACE": "Chateauroux (Indre)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
21267	blanc-francois-charles-joseph-1899-04-22	{"afd5": "101"}	{"muller": "M5-101"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "François Charles Joseph", "family": "Blanc", "spouse": [], "official": {"given": "François Charles Joseph", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1899-04-22 23:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 6.46667, "lat": 43.53333, "name": "Ollioules", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "François Charles Joseph", "family": "Blanc", "official": {"given": "François Charles Joseph"}}, "birth": {"date": "1899-04-22 23:00", "place": {"c2": "83", "cy": "FR", "lg": 6.46667, "lat": 43.53333, "name": "Ollioules"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "101"}}, "raw": {"NR": "101", "GNR": "", "JU_": "0", "MA_": "0", "MO_": "2", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1899", "KORR": "-0.16", "MARS": "15", "MODE": "", "MOND": "12", "NAME": "BLANC (FRANÇOIS CHARLES JOSEPH).", "AUFAB": "7.60", "PHAS_": "85.100", "SONNE": "26", "VENUS": "30", "BREITE": "43 N 32", "GEBORT": "Ollioules (Var)", "LAENGE": "006 E 28", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "1", "GEBZEIT": "23.00", "JUPITER": "8", "ELECTAGE": "68,7", "ELECTDAT": "19.12.1967", "GEBDATUM": "22.04.1899", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2167	blondlot-nicolas-1808-02-04	{"a2": "80", "afd5": "107"}	{"lerrcp": "A2-80", "muller": "M5-107"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Nicolas", "family": "Blondlot", "spouse": [], "official": {"given": "Nicolas", "family": null}}	\N	{"lmt": null, "tzo": "+00:25:10", "date": "1808-02-04 16:00", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.29117, "lat": 48.3722, "name": "Charmes-sur-Moselle", "geoid": 3026588}, "notime": null, "date-ut": "1808-02-05 15:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Nicolas", "family": "Blondlot"}, "birth": {"tzo": "+00:25:10", "date": "1808-02-05 16:00", "place": {"c2": "88", "cy": "FR", "lg": 6.29117, "lat": 48.3722, "name": "Charmes", "geoid": 3026588}, "date-ut": "1808-02-05 15:34:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-80"}, "ids-in-sources": {"a2": "80"}}, "raw": {"H": "15", "MN": "34", "TZ": "0", "COD": "88", "COU": "F", "DAY": "5", "LAT": "48N10", "LON": "6E28", "MON": "2", "NUM": "80", "PRO": "S", "SEC": "8", "YEA": "1808", "CITY": "CHARMES"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Blondlot", "official": {"given": "Nicolas"}}, "birth": {"date": "1808-02-04 16:00", "place": {"name": "Charmes-sur-Moselle"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "107"}}, "raw": {"NR": "107", "GNR": "SA280", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1808", "KORR": "", "MARS": "14", "MODE": "LMT", "MOND": "7", "NAME": "BLONDLOT (NICOLAS).", "AUFAB": "9.10", "PHAS_": "42.700", "SONNE": "17", "VENUS": "21", "BREITE": "48 N 10", "GEBORT": "Charmes-sur-Moselle (Vosges)", "LAENGE": "006 E 28", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "25", "GEBZEIT": "16.00", "JUPITER": "16", "ELECTAGE": "57,2", "ELECTDAT": "18.04.1865", "GEBDATUM": "04.02.1808", "STBDATUM": "07.01.1877"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2166	bleicher-marie-1838-12-16	{"a2": "79", "g55": "01-62", "afd5": "106"}	{"g55": "01-62", "lerrcp": "A2-79", "muller": "M5-106"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Marie", "family": "Bleicher", "spouse": [], "official": {"given": "Marie Gustave", "family": null}}	\N	{"lmt": null, "tzo": "+00:29:25", "date": "1838-12-16 10:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.35584, "lat": 48.08078, "name": "Colmar", "geoid": 3024297}, "notime": null, "date-ut": "1838-12-16 09:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Bleicher"}, "birth": {"tzo": "+00:29:25", "date": "1838-12-16 10:00", "place": {"c2": "68", "cy": "FR", "lg": 7.35584, "lat": 48.08078, "name": "Colmar", "geoid": 3024297}, "date-ut": "1838-12-16 09:30:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-79"}, "ids-in-sources": {"a2": "79"}}, "raw": {"H": "9", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "16", "LAT": "48N 5", "LON": "7E21", "MON": "12", "NUM": "79", "PRO": "S", "SEC": "36", "YEA": "1838", "CITY": "COLMAR"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Bleicher", "official": {"given": "Marie Gustave"}}, "birth": {"date": "1838-12-16 10:00", "place": {"name": "Colmar"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "106"}}, "raw": {"NR": "106", "GNR": "SA279", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "4", "JAHR": "1838", "KORR": "", "MARS": "15", "MODE": "LMT", "MOND": "6", "NAME": "BLEICHER (MARIE GUSTAVE).", "AUFAB": "-3.10", "PHAS_": "1.300", "SONNE": "5", "VENUS": "5", "BREITE": "48 N 05", "GEBORT": "Colmar (Haut-Rhin)", "LAENGE": "007 E 21", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "8", "GEBZEIT": "10.00", "JUPITER": "14", "ELECTAGE": "56,3", "ELECTDAT": "02.04.1895", "GEBDATUM": "16.12.1838", "STBDATUM": "08.06.1901"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-62"}, "ids-in-source": {"g55": "01-62"}}, "raw": {"DAY": "16-12-1838", "HOUR": "10 h.", "NAME": "BLEICHER Marie Gust.", "PLACE": "Colmar (Haut-Rhin)."}, "date": "2023-08-20T14:47:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21268	boinet-edouard-louis-desire-1859-02-13	{"afd5": "110"}	{"muller": "M5-110"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Edouard Louis Désiré", "family": "Boinet", "spouse": [], "official": {"given": "Edouard Louis Désiré", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1859-02-13 06:30", "note": null, "place": {"c1": null, "c2": "95", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Marly-la-Ville", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Edouard Louis Désiré", "family": "Boinet", "official": {"given": "Edouard Louis Désiré"}}, "birth": {"date": "1859-02-13 06:30", "place": {"c2": "95", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Marly-la-Ville"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "110"}}, "raw": {"NR": "110", "GNR": "", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1859", "KORR": "", "MARS": "33", "MODE": "LMT", "MOND": "23", "NAME": "BOINET (EDOUARD LOUIS DÉSIRÉ).", "AUFAB": "10.60", "PHAS_": "73.800", "SONNE": "35", "VENUS": "4", "BREITE": "48 N 50", "GEBORT": "Marly-la-Ville (Seine-et-Oise)", "LAENGE": "002 E 08", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "18", "GEBZEIT": "06.30", "JUPITER": "26", "ELECTAGE": "41,5", "ELECTDAT": "24.07.1900", "GEBDATUM": "13.02.1859", "STBDATUM": "26.12.1938"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21269	bondet-marie-hubert-adrien-1830-10-27	{"afd5": "112"}	{"muller": "M5-112"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Marie Hubert Adrien", "family": "Bondet", "spouse": [], "official": {"given": "Marie Hubert Adrien", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1830-10-27 06:00", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 5.21667, "lat": 46.2, "name": "Coligny", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Marie Hubert Adrien", "family": "Bondet", "official": {"given": "Marie Hubert Adrien"}}, "birth": {"date": "1830-10-27 06:00", "place": {"c2": "01", "cy": "FR", "lg": 5.21667, "lat": 46.2, "name": "Coligny"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "112"}}, "raw": {"NR": "112", "GNR": "", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "0", "SO_": "2", "VE_": "2", "CODE": "1", "JAHR": "1830", "KORR": "", "MARS": "23", "MODE": "LMT", "MOND": "25", "NAME": "BONDET (MARIE HUBERT ADRIEN).", "AUFAB": "10.20", "PHAS_": "71.600", "SONNE": "36", "VENUS": "2", "BREITE": "46 N 12", "GEBORT": "Coligny (Ain)", "LAENGE": "005 E 13", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "7", "GEBZEIT": "06.00", "JUPITER": "29", "ELECTAGE": "50,1", "ELECTDAT": "07.12.1880", "GEBDATUM": "27.10.1830", "STBDATUM": "05.07.1909"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2171	bonnet-amedee-1809-03-20	{"a2": "84", "g55": "01-64", "afd5": "113"}	{"g55": "01-64", "lerrcp": "A2-84", "muller": "M5-113"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Amédée", "family": "Bonnet", "spouse": [], "official": {"given": "Amédée", "family": null}}	\N	{"lmt": null, "tzo": "+00:20:52", "date": "1809-03-20 20:00", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 5.21667, "lat": 46.2, "name": "Ambérieu", "geoid": 0}, "notime": null, "date-ut": "1809-03-20 19:39:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Amédée", "family": "Bonnet"}, "birth": {"tzo": "+00:20:52", "date": "1809-03-20 20:00", "place": {"c2": "01", "cy": "FR", "lg": 5.21667, "lat": 46.2, "name": "Amberieu", "geoid": 0}, "date-ut": "1809-03-20 19:39:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-84"}, "ids-in-sources": {"a2": "84"}}, "raw": {"H": "19", "MN": "39", "TZ": "0", "COD": "01", "COU": "F", "DAY": "20", "LAT": "46N12", "LON": "5E13", "MON": "3", "NUM": "84", "PRO": "S", "SEC": "8", "YEA": "1809", "CITY": "AMBERIEU"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Bonnet", "official": {"given": "Amédée"}}, "birth": {"date": "1809-03-20 20:00", "place": {"name": "Ambérieu"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "113"}}, "raw": {"NR": "113", "GNR": "SA284", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1809", "KORR": "", "MARS": "36", "MODE": "LMT", "MOND": "15", "NAME": "BONNET (AMÉDÉE).", "AUFAB": "5.90", "PHAS_": "13.600", "SONNE": "21", "VENUS": "16", "BREITE": "46 N 12", "GEBORT": "Ambérieu (Ain)", "LAENGE": "005 E 13", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "32", "GEBZEIT": "20.00", "JUPITER": "21", "ELECTAGE": "31,3", "ELECTDAT": "23.06.1840", "GEBDATUM": "20.03.1809", "STBDATUM": "02.12.1858"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Ambérieu"}}, "partial-ids": {"g55": "01-64"}, "ids-in-source": {"g55": "01-64"}}, "raw": {"DAY": "20-3-1809", "HOUR": "20 h.", "NAME": "* BONNET Amédée", "PLACE": "Ambérieu (Ain)."}, "date": "2023-08-20T14:47:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21270	bonnet-napoleon-delphin-1804-05-01	{"afd5": "114"}	{"muller": "M5-114"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Napoléon Delphin", "family": "Bonnet", "spouse": [], "official": {"given": "Napoléon Delphin", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1804-05-01 12:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 0.33333, "lat": 46.58333, "name": "Ayron", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Napoléon Delphin", "family": "Bonnet", "official": {"given": "Napoléon Delphin"}}, "birth": {"date": "1804-05-01 12:00", "place": {"c2": "87", "cy": "FR", "lg": 0.33333, "lat": 46.58333, "name": "Ayron"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "114"}}, "raw": {"NR": "114", "GNR": "", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "2", "VE_": "1", "CODE": "1", "JAHR": "1804", "KORR": "", "MARS": "13", "MODE": "LMT", "MOND": "22", "NAME": "BONNET (NAPOLÉON DELPHIN).", "AUFAB": "-8.60", "PHAS_": "69.600", "SONNE": "10", "VENUS": "6", "BREITE": "46 N 35", "GEBORT": "Ayron (Vienne)", "LAENGE": "000 E 20", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "32", "GEBZEIT": "12.00", "JUPITER": "28", "ELECTAGE": "41,8", "ELECTDAT": "24.02.1846", "GEBDATUM": "01.05.1804", "STBDATUM": "16.05.1883"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21271	bonniot-georges-albert-1890-12-06	{"afd5": "115"}	{"muller": "M5-115"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Georges Albert", "family": "Bonniot", "spouse": [], "official": {"given": "Georges Albert", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1890-12-06 22:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Caluire", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Georges Albert", "family": "Bonniot", "official": {"given": "Georges Albert"}}, "birth": {"date": "1890-12-06 22:00", "place": {"c2": "69", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Caluire"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "115"}}, "raw": {"NR": "115", "GNR": "", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "0", "VE_": "1", "CODE": "1", "JAHR": "1890", "KORR": "", "MARS": "19", "MODE": "LMT", "MOND": "31", "NAME": "BONNIOT (GEORGES ALBERT).", "AUFAB": "-9.50", "PHAS_": "36.500", "SONNE": "25", "VENUS": "26", "BREITE": "45 N 46", "GEBORT": "Caluire (Rhône)", "LAENGE": "004 E 50", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "34", "GEBZEIT": "22.00", "JUPITER": "20", "ELECTAGE": "69,5", "ELECTDAT": "31.05.1960", "GEBDATUM": "06.12.1890", "STBDATUM": "25.05.1965"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21272	boquet-alfred-henri-jules-1879-12-26	{"afd5": "117"}	{"muller": "M5-117"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alfred Henri Jules", "family": "Boquet", "spouse": [], "official": {"given": "Alfred Henri Jules", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1879-12-26 12:00", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Ciros-lès-Mello", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Alfred Henri Jules", "family": "Boquet", "official": {"given": "Alfred Henri Jules"}}, "birth": {"date": "1879-12-26 12:00", "place": {"c2": "60", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Ciros-lès-Mello"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "117"}}, "raw": {"NR": "117", "GNR": "", "JU_": "2", "MA_": "1", "MO_": "0", "SA_": "2", "SO_": "2", "VE_": "0", "CODE": "1", "JAHR": "1879", "KORR": "", "MARS": "35", "MODE": "LMT", "MOND": "32", "NAME": "BOQUET (ALFRED HENRI JULES).", "AUFAB": "5.40", "PHAS_": "93.600", "SONNE": "9", "VENUS": "15", "BREITE": "49 N 26", "GEBORT": "Ciros-lès-Mello (Oise)", "LAENGE": "002 E 05", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "36", "GEBZEIT": "12.00", "JUPITER": "2", "ELECTAGE": "67,4", "ELECTDAT": "06.05.1947", "GEBDATUM": "26.12.1879", "STBDATUM": "03.06.1947"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21273	boquien-yves-1904-05-30	{"afd5": "118"}	{"muller": "M5-118"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Yves", "family": "Boquien", "spouse": [], "official": {"given": "Yves", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1904-05-30 01:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": 1.58333, "lat": 47.21667, "name": "Nantes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Yves", "family": "Boquien", "official": {"given": "Yves"}}, "birth": {"date": "1904-05-30 01:00", "place": {"c2": "44", "cy": "FR", "lg": 1.58333, "lat": 47.21667, "name": "Nantes"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "118"}}, "raw": {"NR": "118", "GNR": "", "JU_": "0", "MA_": "1", "MO_": "2", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1904", "KORR": "-0.16", "MARS": "29", "MODE": "", "MOND": "10", "NAME": "BOQUIEN (YVES).", "AUFAB": "-0.30", "PHAS_": "99.400", "SONNE": "29", "VENUS": "30", "BREITE": "47 N 13", "GEBORT": "Nantes (Loire-Inférieure)", "LAENGE": "001 W 35", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "1", "GEBZEIT": "01.00", "JUPITER": "34", "ELECTAGE": "59,8", "ELECTDAT": "03.03.1964", "GEBDATUM": "30.05.1904", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21274	bordier-leonard-henry-1863-02-09	{"afd5": "119"}	{"muller": "M5-119"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Léonard Henry", "family": "Bordier", "spouse": [], "official": {"given": "Léonard Henry", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1863-02-09 10:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": 0.16667, "lat": 45.65, "name": "Blanzac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Léonard Henry", "family": "Bordier", "official": {"given": "Léonard Henry"}}, "birth": {"date": "1863-02-09 10:00", "place": {"c2": "17", "cy": "FR", "lg": 0.16667, "lat": 45.65, "name": "Blanzac"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "119"}}, "raw": {"NR": "119", "GNR": "", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1863", "KORR": "", "MARS": "36", "MODE": "LMT", "MOND": "19", "NAME": "BORDIER (LÉONARD HENRY).", "AUFAB": "-8.40", "PHAS_": "75.500", "SONNE": "5", "VENUS": "4", "BREITE": "45 N 39", "GEBORT": "Blanzac (Charente)", "LAENGE": "000 E 10", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "20", "GEBZEIT": "10.00", "JUPITER": "19", "ELECTAGE": "67,3", "ELECTDAT": "20.05.1930", "GEBDATUM": "09.02.1863", "STBDATUM": "23.12.1942"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21474	addis-filippo-1884-07-09	{"afd1": "4"}	{"muller": "M1-4"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Filippo", "family": "Addis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:37", "date": "1884-07-09 03:05", "note": "", "place": {"c1": null, "c2": "SS", "c3": null, "cy": "IT", "lg": 8, "lat": 40.8, "name": "Luras", "geoid": null}, "notime": null, "date-ut": "1884-07-09 02:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Filippo", "family": "Addis"}, "birth": {"tzo": "+00:37", "date": "1884-07-09 03:05", "note": "", "place": {"c2": "SS", "cy": "IT", "lg": 8, "lat": 40.8, "name": "Luras"}, "date-ut": "1884-07-09 02:28"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "4"}}, "raw": {"LG": "-8,5", "DAY": "09", "LAT": "40,8", "MIN": "05", "TZO": "-0,6", "HOUR": "03", "NAME": "4M Addis, Filippo", "YEAR": "1884", "MONTH": "07", "PLACE": "Luras SS"}, "date": "2023-08-20T14:44:33+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
2176	bouchardat-appolinaire-1806-07-23	{"a2": "89", "g55": "01-69", "afd5": "123"}	{"g55": "01-69", "lerrcp": "A2-89", "muller": "M5-123"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Appolinaire", "family": "Bouchardat", "spouse": [], "official": {"given": "Apollinaire", "family": null}}	\N	{"lmt": null, "tzo": "+00:14:20", "date": "1806-07-23 20:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.58333, "lat": 47.8, "name": "Isle-sur-Serein", "geoid": 0}, "notime": null, "date-ut": "1806-07-23 19:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Appolinaire", "family": "Bouchardat"}, "birth": {"tzo": "+00:14:20", "date": "1806-07-23 20:00", "place": {"c2": "89", "cy": "FR", "lg": 3.58333, "lat": 47.8, "name": "Isle-sur-Serein", "geoid": 0}, "date-ut": "1806-07-23 19:45:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-89"}, "ids-in-sources": {"a2": "89"}}, "raw": {"H": "19", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "23", "LAT": "47N48", "LON": "3E35", "MON": "7", "NUM": "89", "PRO": "S", "SEC": "40", "YEA": "1806", "CITY": "ISLE-S/SEREIN"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Bouchardat", "official": {"given": "Apollinaire"}}, "birth": {"date": "1806-07-23 20:00", "place": {"name": "l'Isle-sur-Serein"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "123"}}, "raw": {"NR": "123", "GNR": "SA289", "JU_": "1", "MA_": "0", "MO_": "2", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "4", "JAHR": "1806", "KORR": "", "MARS": "24", "MODE": "LMT", "MOND": "12", "NAME": "BOUCHARDAT (APOLLINAIRE).", "AUFAB": "10.80", "PHAS_": "54.200", "SONNE": "19", "VENUS": "25", "BREITE": "47 N 48", "GEBORT": "l'Isle-sur-Serein (Yonne)", "LAENGE": "003 E 35", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "14", "GEBZEIT": "20.00", "JUPITER": "5", "ELECTAGE": "43,7", "ELECTDAT": "02.04.1850", "GEBDATUM": "23.07.1806", "STBDATUM": "07.04.1886"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Isle-sur-Serein"}}, "partial-ids": {"g55": "01-69"}, "ids-in-source": {"g55": "01-69"}}, "raw": {"DAY": "23-7-1806", "HOUR": "20 h.", "NAME": "BOUCHARDAT Appolinaire", "PLACE": "Isle-sur-Serein (Yonne)."}, "date": "2023-08-20T14:47:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
17852	boulanger-paul-1905-11-21	{"e1": "219", "afd5": "129"}	{"lerrcp": "E1-219", "muller": "M5-129"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul", "family": "Boulanger", "spouse": [], "official": {"given": "Paul", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-11-21 20:45", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1905-11-21 20:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Boulanger"}, "birth": {"tzo": "+00:09", "date": "1905-11-21 20:45", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1905-11-21 20:36"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "219"}}, "raw": {"H": "20:45", "COD": "59", "DAY": "21", "MON": "11", "NUM": "0219", "PRO": "PH", "YEA": "1905", "CITY": "Roubaix", "NAME": "BOULANGER Paul", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Boulanger", "official": {"given": "Paul"}}, "birth": {"date": "1905-11-21 20:45", "place": {"name": "Roubaix"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "129"}}, "raw": {"NR": "129", "GNR": "ND1219", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1905", "KORR": "-0.16", "MARS": "19", "MODE": "", "MOND": "30", "NAME": "BOULANGER (PAUL).", "AUFAB": "-10.90", "PHAS_": "39.900", "SONNE": "24", "VENUS": "25", "BREITE": "50 N 39", "GEBORT": "Roubaix (Nord)", "LAENGE": "003 E 05", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "15", "GEBZEIT": "20.45", "JUPITER": "6", "ELECTAGE": "41,4", "ELECTDAT": "25.03.1947", "GEBDATUM": "21.11.1905", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21275	boulard-pierre-maurice-eugene-1917-01-04	{"afd5": "130"}	{"muller": "M5-130"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre Maurice Eugène", "family": "Boulard", "spouse": [], "official": {"given": "Pierre Maurice Eugène", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1917-01-04 06:00", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": 0.7, "lat": 47.4, "name": "Tours", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Pierre Maurice Eugène", "family": "Boulard", "official": {"given": "Pierre Maurice Eugène"}}, "birth": {"date": "1917-01-04 06:00", "place": {"c2": "37", "cy": "FR", "lg": 0.7, "lat": 47.4, "name": "Tours"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "130"}}, "raw": {"NR": "130", "GNR": "", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "0", "SO_": "0", "VE_": "2", "CODE": "1", "JAHR": "1917", "KORR": "0.00", "MARS": "33", "MODE": "", "MOND": "21", "NAME": "BOULARD (PIERRE MAURICE EUGENE).", "AUFAB": "8.20", "PHAS_": "83.400", "SONNE": "34", "VENUS": "1", "BREITE": "47 N 24", "GEBORT": "Tours (Indre-et-Loire)", "LAENGE": "000 E 42", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "15", "GEBZEIT": "06.00", "JUPITER": "26", "ELECTAGE": "51,5", "ELECTDAT": "25.06.1968", "GEBDATUM": "04.01.1917", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2181	bouin-adrien-1870-06-11	{"a2": "94", "g55": "01-73", "afd5": "127"}	{"g55": "01-73", "lerrcp": "A2-94", "muller": "M5-127"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Adrien", "family": "Bouin", "spouse": [], "official": {"given": "André Pol", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:10", "date": "1870-06-11 05:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.79364, "lat": 49.60321, "name": "Vendresse", "geoid": 2970101}, "notime": null, "date-ut": "1870-06-11 04:41:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Adrien", "family": "Bouin"}, "birth": {"tzo": "+00:19:10", "date": "1870-06-11 05:00", "place": {"c2": "08", "cy": "FR", "lg": 4.79364, "lat": 49.60321, "name": "Vendresse", "geoid": 2970101}, "date-ut": "1870-06-11 04:41:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-94"}, "ids-in-sources": {"a2": "94"}}, "raw": {"H": "4", "MN": "41", "TZ": "0", "COD": "08", "COU": "F", "DAY": "11", "LAT": "49N46", "LON": "4E44", "MON": "6", "NUM": "94", "PRO": "S", "SEC": "4", "YEA": "1870", "CITY": "VENDRESSE"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Bouin", "official": {"given": "André Pol"}}, "birth": {"date": "1870-06-11 05:00", "place": {"name": "Vendresse"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "127"}}, "raw": {"NR": "127", "GNR": "SA294", "JU_": "2", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "1", "CODE": "3", "JAHR": "1870", "KORR": "", "MARS": "3", "MODE": "LMT", "MOND": "21", "NAME": "BOUIN (ANDRÉ POL).", "AUFAB": "8.20", "PHAS_": "90.600", "SONNE": "2", "VENUS": "4", "BREITE": "49 N 46", "GEBORT": "Vendresse (Ardennes)", "LAENGE": "004 E 44", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "19", "GEBZEIT": "05.00", "JUPITER": "2", "ELECTAGE": "57,7", "ELECTDAT": "21.02.1928", "GEBDATUM": "11.06.1870", "STBDATUM": "05.02.1962"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-73"}, "ids-in-source": {"g55": "01-73"}}, "raw": {"DAY": "11-6-1870", "HOUR": "5 h.", "NAME": "* BOUIN Adrien Pol", "PLACE": "Vendresse (Ardennes)."}, "date": "2023-08-20T14:47:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21276	bourgeois-justin-1806-02-15	{"afd5": "132"}	{"muller": "M5-132"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Justin", "family": "Bourgeois", "spouse": [], "official": {"given": "Justin", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1806-02-15 16:00", "note": null, "place": {"c1": null, "c2": "91", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Etampes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Justin", "family": "Bourgeois", "official": {"given": "Justin"}}, "birth": {"date": "1806-02-15 16:00", "place": {"c2": "91", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Etampes"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "132"}}, "raw": {"NR": "132", "GNR": "", "JU_": "0", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "2", "CODE": "1", "JAHR": "1806", "KORR": "", "MARS": "17", "MODE": "LMT", "MOND": "20", "NAME": "BOURGEOIS (JUSTIN).", "AUFAB": "-6.60", "PHAS_": "11.500", "SONNE": "16", "VENUS": "12", "BREITE": "48 N 50", "GEBORT": "Etampes (Seine-et-Oise)", "LAENGE": "002 E 08", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "27", "GEBZEIT": "16.00", "JUPITER": "22", "ELECTAGE": "69,9", "ELECTDAT": "14.12.1875", "GEBDATUM": "15.02.1806", "STBDATUM": "12.02.1892"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2186	bourquelot-emile-1851-06-21	{"a2": "99", "g55": "01-78", "afd5": "135"}	{"g55": "01-78", "lerrcp": "A2-99", "muller": "M5-135"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Emile", "family": "Bourquelot", "spouse": [], "official": {"given": "Elie Emile", "family": null}}	\N	{"lmt": null, "tzo": "+00:18:14", "date": "1851-06-21 08:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.55743, "lat": 49.66287, "name": "Jandun", "geoid": 3012512}, "notime": null, "date-ut": "1851-06-21 07:41:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Bourquelot"}, "birth": {"tzo": "+00:18:14", "date": "1851-06-21 08:00", "place": {"c2": "08", "cy": "FR", "lg": 4.55743, "lat": 49.66287, "name": "Jandun", "geoid": 3012512}, "date-ut": "1851-06-21 07:41:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-99"}, "ids-in-sources": {"a2": "99"}}, "raw": {"H": "7", "MN": "41", "TZ": "0", "COD": "08", "COU": "F", "DAY": "21", "LAT": "49N46", "LON": "4E44", "MON": "6", "NUM": "99", "PRO": "S", "SEC": "4", "YEA": "1851", "CITY": "JANDUN"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Bourquelot", "official": {"given": "Elie Emile"}}, "birth": {"date": "1851-06-21 08:00", "place": {"name": "Jandun"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "135"}}, "raw": {"NR": "135", "GNR": "SA299", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1851", "KORR": "", "MARS": "9", "MODE": "LMT", "MOND": "13", "NAME": "BOURQUELOT ((ELIE EMILE).", "AUFAB": "-9.20", "PHAS_": "57.500", "SONNE": "5", "VENUS": "7", "BREITE": "49 N 46", "GEBORT": "Jandun (Ardennes)", "LAENGE": "004 E 44", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "9", "GEBZEIT": "08.00", "JUPITER": "29", "ELECTAGE": "46,4", "ELECTDAT": "18.11.1897", "GEBDATUM": "21.06.1851", "STBDATUM": "26.01.1921"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-78"}, "ids-in-source": {"g55": "01-78"}}, "raw": {"DAY": "21-6-1851", "HOUR": "8 h.", "NAME": "* BOURQUELOT Emile", "PLACE": "Jandun (Ardennes)."}, "date": "2023-08-20T14:47:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2188	boutet-antoine-1819-05-20	{"a2": "101", "g55": "01-80", "afd5": "137"}	{"g55": "01-80", "lerrcp": "A2-101", "muller": "M5-137"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Antoine", "family": "Boutet", "spouse": [], "official": {"given": "Antoine François Daniel", "family": null}}	\N	{"lmt": null, "tzo": "+00:11:32", "date": "1819-05-20 14:00", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 2.88333, "lat": 47.52323, "name": "Neuvy-sur-Loire", "geoid": 2990479}, "notime": null, "date-ut": "1819-05-20 13:47:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Boutet"}, "birth": {"tzo": "+00:11:32", "date": "1819-05-20 14:00", "place": {"c2": "58", "cy": "FR", "lg": 2.88333, "lat": 47.52323, "name": "Neuvy-sur-Loire", "geoid": 2990479}, "date-ut": "1819-05-20 13:47:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-101"}, "ids-in-sources": {"a2": "101"}}, "raw": {"H": "13", "MN": "47", "TZ": "0", "COD": "58", "COU": "F", "DAY": "20", "LAT": "46N59", "LON": "3E 9", "MON": "5", "NUM": "101", "PRO": "S", "SEC": "24", "YEA": "1819", "CITY": "NEUVY-S/LOIRE"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Boutet", "official": {"given": "Antoine François Daniel"}}, "birth": {"date": "1819-05-20 14:00", "place": {"name": "Neuvy-sur-Loire"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "137"}}, "raw": {"NR": "137", "GNR": "SA2101", "JU_": "0", "MA_": "0", "MO_": "0", "SA_": "1", "SO_": "2", "VE_": "0", "CODE": "3", "JAHR": "1819", "KORR": "", "MARS": "16", "MODE": "LMT", "MOND": "16", "NAME": "BOUTET (ANTOINE FRANÇOIS DANIEL).", "AUFAB": "-8.70", "PHAS_": "16.600", "SONNE": "12", "VENUS": "16", "BREITE": "46 N 59", "GEBORT": "Neuvy-sur-Loire (Nièvre)", "LAENGE": "003 E 09", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "19", "GEBZEIT": "14.00", "JUPITER": "23", "ELECTAGE": "61,6", "ELECTDAT": "21.12.1880", "GEBDATUM": "20.05.1819", "STBDATUM": "27.11.1891"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-80"}, "ids-in-source": {"g55": "01-80"}}, "raw": {"DAY": "20-5-1819", "HOUR": "14 h.", "NAME": "BOUTET Antoine", "PLACE": "Neuvy-sur-Loire (Nièvre)."}, "date": "2023-08-20T14:47:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
17887	bressou-clement-1887-02-22	{"e1": "254", "afd5": "140"}	{"lerrcp": "E1-254", "muller": "M5-140"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Clément", "family": "Bressou", "spouse": [], "official": {"given": "Clément Jean Pierre François", "family": null}}	\N	{"lmt": null, "tzo": "+00:05", "date": "1887-02-22 20:00", "note": null, "place": {"c1": null, "c2": "82", "c3": "", "cy": "FR", "lg": 1.3542, "lat": 44.01759, "name": "Montauban", "geoid": 2993002}, "notime": null, "date-ut": "1887-02-22 19:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Clément", "family": "Bressou"}, "birth": {"tzo": "+00:05", "date": "1887-02-22 20:00", "place": {"c2": "82", "c3": "", "cy": "FR", "lg": 1.3542, "lat": 44.01759, "name": "Montauban", "geoid": 2993002}, "date-ut": "1887-02-22 19:55"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "254"}}, "raw": {"H": "20:00", "COD": "82", "DAY": "22", "MON": "02", "NUM": "0254", "PRO": "PH", "YEA": "1887", "CITY": "Montauban", "NAME": "BRESSOU Clément", "NOTE": "+"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Bressou", "official": {"given": "Clément Jean Pierre François"}}, "birth": {"date": "1887-02-22 20:00", "place": {"name": "Montauban"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "140"}}, "raw": {"NR": "140", "GNR": "ND1254", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1887", "KORR": "", "MARS": "20", "MODE": "LMT", "MOND": "22", "NAME": "BRESSOU (CLÉMENT JEAN PIERRE FRANÇOIS).", "AUFAB": "-2.60", "PHAS_": "0.700", "SONNE": "22", "VENUS": "20", "BREITE": "44 N 01", "GEBORT": "Montauban (Tarn-et-Garonne)", "LAENGE": "001 E 20", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "8", "GEBZEIT": "20.00", "JUPITER": "33", "ELECTAGE": "63,2", "ELECTDAT": "09.05.1950", "GEBDATUM": "22.02.1887", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
17888	bretey-jean-1903-07-20	{"e1": "255", "afd5": "142"}	{"lerrcp": "E1-255", "muller": "M5-142"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Bretey", "spouse": [], "official": {"given": "Jean Paul Albert", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-07-20 20:00", "note": null, "place": {"c1": null, "c2": "25", "c3": "", "cy": "FR", "lg": 6.90239, "lat": 47.46767, "name": "Vaudoncourt", "geoid": 2970796}, "notime": null, "date-ut": "1903-07-20 19:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bretey"}, "birth": {"tzo": "+00:09", "date": "1903-07-20 20:00", "place": {"c2": "25", "c3": "", "cy": "FR", "lg": 6.90239, "lat": 47.46767, "name": "Vandoncourt", "geoid": 2970796}, "date-ut": "1903-07-20 19:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "255"}}, "raw": {"H": "20:00", "COD": "25", "DAY": "20", "MON": "07", "NUM": "0255", "PRO": "PH", "YEA": "1903", "CITY": "Vandoncourt", "NAME": "BRETEY Jean", "NOTE": "+"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Bretey", "official": {"given": "Jean Paul Albert"}}, "birth": {"date": "1903-07-20 20:00", "place": {"name": "Vaudoncourt"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "142"}}, "raw": {"NR": "142", "GNR": "ND1255", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1903", "KORR": "-0.16", "MARS": "14", "MODE": "", "MOND": "27", "NAME": "BRETEY (JEAN PAUL ALBERT).", "AUFAB": "-10.30", "PHAS_": "27.300", "SONNE": "20", "VENUS": "17", "BREITE": "47 N 15", "GEBORT": "Vaudoncourt (Doubs)", "LAENGE": "006 E 02", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "36", "GEBZEIT": "20.00", "JUPITER": "34", "ELECTAGE": "66,9", "ELECTDAT": "02.06.1970", "GEBDATUM": "20.07.1903", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
2196	broca-andre-1863-11-02	{"a2": "109", "wd": "Q2847389", "afd5": "145"}	{"wd": "Q2847389", "lerrcp": "A2-109", "muller": "M5-145"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "André", "family": "Broca", "spouse": [], "official": {"given": "Elie André", "family": "Broca"}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1863-11-02 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "6", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1863-11-02 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician", "physicist"]	2	{"birth": {"slug": "broca-andre-1863-11-02", "extras": {"name": {"given": "André"}, "partial-ids": {"wd": "Q2847389"}, "ids-in-sources": {"wd": "Q2847389"}}, "header": {"history": {"0": {"date": "2023-05-21", "actor": "Thierry Graff", "action": "Locate the act and add to opengauquelin.org"}}}, "source": {"notes": "<div>This person is part of physicians born in Paris that Arno Müller couldn't check in 1994 (see details on <a href=\\"https://tig12.github.io/g5/muller5-1083-medics.html#fix-paris\\">tig12.github.io/g5</a>).\\n<br>Comparison with birth certificate shows that Gauquelin birth time was correct.\\n<br>Original name of the image: archives_AD075EC_V4E_00669_0046.JPG\\n", "civil-registry": {"web": {"url": "https://archives.paris.fr/arkotheque/visionneuse/visionneuse.php?arko=YTo2OntzOjQ6ImRhdGUiO3M6MTA6IjIwMjMtMDUtMjEiO3M6MTA6InR5cGVfZm9uZHMiO3M6MTE6ImFya29fc2VyaWVsIjtzOjQ6InJlZjEiO2k6NDtzOjQ6InJlZjIiO2k6MjAyMzgxO3M6MTY6InZpc2lvbm5ldXNlX2h0bWwiO2I6MTtzOjIxOiJ2aXNpb25uZXVzZV9odG1sX21vZGUiO3M6NDoicHJvZCI7fQ==", "page": "13 / 31"}, "name": "1863 , Naissances , 06 V4E 669", "place": {"c2": "75", "c3": "6", "cy": "FR", "name": "Paris"}}, "document-creation": {"date": "1863-11-04 11:15"}}, "opengauquelin": {"old-slug": "broca-elie-1863-11-02", "projects": {"0": "muller-paris-medics"}, "fix-issues": {"0": "broca-elie-1863-11-02--date"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Elie André", "family": "Broca"}}, "birth": {"date": "1863-11-02 05:00", "place": {"c2": "75", "c3": "6", "cy": "FR", "name": "Paris"}}}}}	[{"new": {"name": {"given": "Elie", "family": "Broca"}, "birth": {"tzo": "+00:09:24", "date": "1863-11-02 05:00", "place": {"c2": "75", "c3": "6", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1863-11-02 04:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-109"}, "ids-in-sources": {"a2": "109"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "109", "PRO": "S", "SEC": "40", "YEA": "1863", "CITY": "PARIS 6E"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Broca", "official": {"given": "Elie André"}}, "birth": {"date": "1863-11-02 05:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "145"}}, "raw": {"NR": "145", "GNR": "SA2109", "JU_": "0", "MA_": "1", "MO_": "2", "SA_": "2", "SO_": "0", "VE_": "2", "CODE": "4", "JAHR": "1863", "KORR": "", "MARS": "35", "MODE": "LMT", "MOND": "10", "NAME": "BROCA (ELIE ANDRÉ).", "AUFAB": "-8.70", "PHAS_": "65.500", "SONNE": "34", "VENUS": "3", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "2", "GEBZEIT": "05.00", "JUPITER": "34", "ELECTAGE": "57,3", "ELECTDAT": "15.02.1921", "GEBDATUM": "02.11.1863", "STBDATUM": "23.02.1925"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"sex": "M", "name": {"given": "André", "official": {"given": "Elie André", "family": "Broca"}}, "birth": {"date": "1863-11-02 05:00", "place": {"c2": "75", "c3": "6", "cy": "FR", "name": "Paris"}}, "occus": ["physicist"], "partial-ids": {"wd": "Q2847389"}, "ids-in-sources": {"wd": "Q2847389"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1863/11/02/broca-andre-1863-11-02\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add broca-andre-1863-11-02"}]	[]
2199	brouardel-georges-1869-05-06	{"a2": "112", "wd": "Q86719770", "afd5": "149"}	{"wd": "Q86719770", "lerrcp": "A2-112", "muller": "M5-149"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Georges", "family": "Brouardel", "spouse": [], "official": {"given": "Georges Auguste", "family": "Brouardel"}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1869-05-06 01:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "8", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1869-05-06 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	2	{"birth": {"slug": "brouardel-georges-1869-05-06", "extras": {"name": {"given": "Georges"}, "partial-ids": {"wd": "Q86719770"}, "ids-in-sources": {"wd": "Q86719770"}}, "header": {"history": {"0": {"date": "2023-07-12", "actor": "Thierry Graff", "action": "Locate the act and add to opengauquelin.org"}}}, "source": {"notes": "Original name of the image: archives_AD075EC_V4E_00938_0122.JPG\\n<br>This person is part of physicians born in Paris that Arno Müller couldn't check in 1994 (see details on <a href=\\"https://tig12.github.io/g5/muller5-1083-medics.html#fix-paris\\">tig12.github.io/g5</a>).\\n<br>Comparison with birth certificate shows that Gauquelin birth time was correct.\\n<br>The arrondissement could be found thanks to the copy of the birth certificate found in <a href=\\"https://www.leonore.archives-nationales.culture.gouv.fr/ui/notice/57381\\">the Léonore database</a>.\\n", "civil-registry": {"web": {"url": "https://archives.paris.fr/arkotheque/visionneuse/visionneuse.php?arko=YTo2OntzOjQ6ImRhdGUiO3M6MTA6IjIwMjMtMDctMTIiO3M6MTA6InR5cGVfZm9uZHMiO3M6MTE6ImFya29fc2VyaWVsIjtzOjQ6InJlZjEiO2k6NDtzOjQ6InJlZjIiO2k6MjAzODA2O3M6MTY6InZpc2lvbm5ldXNlX2h0bWwiO2I6MTtzOjIxOiJ2aXNpb25uZXVzZV9odG1sX21vZGUiO3M6NDoicHJvZCI7fQ==", "page": "29 / 31"}, "name": "Archives de Paris, 1869, Naissances 8 V4E 938", "place": {"c2": "75", "c3": "8", "cy": "FR", "name": "Paris"}}, "document-creation": {"date": "1869-05-09 11:30"}}, "opengauquelin": {"projects": {"0": "muller-paris-medics"}, "fix-issues": {"0": "brouardel-georges-1869-05-06--date"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Georges Auguste", "family": "Brouardel"}}, "birth": {"date": "1869-05-06 01:00", "place": {"c2": "75", "c3": "8", "cy": "FR", "name": "Paris"}}}}}	[{"new": {"name": {"given": "Georges", "family": "Brouardel"}, "birth": {"tzo": "+00:09:24", "date": "1869-05-06 01:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1869-05-06 00:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-112"}, "ids-in-sources": {"a2": "112"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "6", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "112", "PRO": "S", "SEC": "40", "YEA": "1869", "CITY": "PARIS"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Brouardel", "official": {"given": "Georges"}}, "birth": {"date": "1869-05-06 01:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "149"}}, "raw": {"NR": "149", "GNR": "SA2112", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "4", "JAHR": "1869", "KORR": "", "MARS": "17", "MODE": "LMT", "MOND": "34", "NAME": "BROUARDEL (GEORGES).", "AUFAB": "-8.90", "PHAS_": "27.800", "SONNE": "30", "VENUS": "30", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "7", "GEBZEIT": "01.00", "JUPITER": "31", "ELECTAGE": "57,6", "ELECTDAT": "30.11.1926", "GEBDATUM": "06.05.1869", "STBDATUM": "15.07.1959"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"sex": "M", "name": {"given": "Georges", "official": {"given": "Georges Auguste", "family": "Brouardel"}}, "birth": {"date": "1869-05-06 01:00", "place": {"c2": "75", "c3": "8", "cy": "FR", "name": "Paris"}}, "partial-ids": {"wd": "Q86719770"}, "ids-in-sources": {"wd": "Q86719770"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1869/05/06/brouardel-georges-1869-05-06\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add brouardel-georges-1869-05-06"}]	[]
21277	brocq-louis-marie-henri-pierre-1884-08-01	{"afd5": "147"}	{"muller": "M5-147"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis Marie Henri Pierre", "family": "Brocq", "spouse": [], "official": {"given": "Louis Marie Henri Pierre", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1884-08-01 05:00", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.63333, "lat": 44.2, "name": "Monflanquin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Louis Marie Henri Pierre", "family": "Brocq", "official": {"given": "Louis Marie Henri Pierre"}}, "birth": {"date": "1884-08-01 05:00", "place": {"c2": "47", "cy": "FR", "lg": 0.63333, "lat": 44.2, "name": "Monflanquin"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "147"}}, "raw": {"NR": "147", "GNR": "", "JU_": "2", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "2", "VE_": "2", "CODE": "1", "JAHR": "1884", "KORR": "", "MARS": "30", "MODE": "LMT", "MOND": "24", "NAME": "BROCQ (LOUIS MARIE HENRI PIERRE).", "AUFAB": "9.00", "PHAS_": "69.400", "SONNE": "1", "VENUS": "3", "BREITE": "44 N 12", "GEBORT": "Monflanquin (Lot-et-Garonne)", "LAENGE": "000 E 38", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "5", "GEBZEIT": "05.00", "JUPITER": "36", "ELECTAGE": "63,5", "ELECTDAT": "27.01.1948", "GEBDATUM": "01.08.1884", "STBDATUM": "02.02.1960"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2201	brumpt-emile-1877-03-10	{"a2": "114", "wd": "Q3588379", "afd5": "151"}	{"wd": "Q3588379", "lerrcp": "A2-114", "muller": "M5-151"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Emile", "family": "Brumpt", "spouse": [], "official": {"given": "Alexandre Joseph Emile", "family": "Brumpt"}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1877-03-10 20:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "16", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1877-03-10 19:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	2	{"birth": {"slug": "brumpt-emile-1877-03-10", "extras": {"name": {"given": "Emile"}, "partial-ids": {"wd": "Q3588379"}, "ids-in-sources": {"wd": "Q3588379"}}, "header": {"history": {"0": {"date": "2023-07-12", "actor": "Thierry Graff", "action": "Locate the act and add to opengauquelin.org"}}}, "source": {"notes": "Original name of the image: archives_AD075EC_V4E_04676_0045.JPG\\n<br>This person is part of physicians born in Paris that Arno Müller couldn't check in 1994 (see details on <a href=\\"https://tig12.github.io/g5/muller5-1083-medics.html#fix-paris\\">tig12.github.io/g5</a>).\\n<br>Comparison with birth certificate shows that Gauquelin birth time was erroneous: the birth hour is not 08:00 but 20:00 (\\"né le 10 de ce mois à huit heures du soir\\").\\n<br>The arrondissement could be found thanks to the copy of the birth certificate found in <a href=\\"https://www.leonore.archives-nationales.culture.gouv.fr/ui/notice/58229\\">the Léonore database</a>.\\n", "civil-registry": {"web": {"url": "https://archives.paris.fr/arkotheque/visionneuse/visionneuse.php?arko=YTo2OntzOjQ6ImRhdGUiO3M6MTA6IjIwMjMtMDctMTIiO3M6MTA6InR5cGVfZm9uZHMiO3M6MTE6ImFya29fc2VyaWVsIjtzOjQ6InJlZjEiO2k6NDtzOjQ6InJlZjIiO2k6MjIzOTAzO3M6MTY6InZpc2lvbm5ldXNlX2h0bWwiO2I6MTtzOjIxOiJ2aXNpb25uZXVzZV9odG1sX21vZGUiO3M6NDoicHJvZCI7fQ==", "page": "12 / 31"}, "name": "Archives de Paris, 1877 , Naissances , 16 V4E 4676", "place": {"c2": "75", "c3": "16", "cy": "FR", "name": "Paris"}}, "document-creation": {"date": "1877-03-13 15:45"}}, "opengauquelin": {"projects": {"0": "muller-paris-medics"}, "fix-issues": {"0": "brumpt-emile-1877-03-10--date"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Alexandre Joseph Emile", "family": "Brumpt"}}, "birth": {"date": "1877-03-10 20:00", "place": {"c2": "75", "c3": "16", "cy": "FR", "name": "Paris"}, "date-ut": "1877-03-10 19:50:40"}}}}	[{"new": {"name": {"given": "Emile", "family": "Brumpt"}, "birth": {"tzo": "+00:09:24", "date": "1877-03-10 08:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1877-03-10 07:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-114"}, "ids-in-sources": {"a2": "114"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "10", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "114", "PRO": "S", "SEC": "40", "YEA": "1877", "CITY": "PARIS"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Brumpt", "official": {"given": "Emile Joseph Alexandre"}}, "birth": {"date": "1877-03-10 08:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "151"}}, "raw": {"NR": "151", "GNR": "SA2114", "JU_": "2", "MA_": "2", "MO_": "0", "SA_": "2", "SO_": "2", "VE_": "1", "CODE": "4", "JAHR": "1877", "KORR": "", "MARS": "11", "MODE": "LMT", "MOND": "8", "NAME": "BRUMPT (EMILE JOSEPH ALEXANDRE).", "AUFAB": "-8.30", "PHAS_": "22.300", "SONNE": "3", "VENUS": "4", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "3", "GEBZEIT": "08.00", "JUPITER": "12", "ELECTAGE": "42,8", "ELECTDAT": "30.12.1919", "GEBDATUM": "10.03.1877", "STBDATUM": "07.07.1951"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"sex": "M", "name": {"given": "Emile", "official": {"given": "Alexandre Joseph Emile", "family": "Brumpt"}}, "birth": {"date": "1877-03-10 20:00", "place": {"c2": "75", "c3": "16", "cy": "FR", "name": "Paris"}, "date-ut": "1877-03-10 19:50:40"}, "partial-ids": {"wd": "Q3588379"}, "ids-in-sources": {"wd": "Q3588379"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1877/03/10/brumpt-emile-1877-03-10\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add brumpt-emile-1877-03-10"}]	[]
21278	brun-hippolyte-marie-antoine-1855-08-22	{"afd5": "152"}	{"muller": "M5-152"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "de", "alter": [], "given": "Hippolyte Marie Antoine", "family": "Brun", "spouse": [], "official": {"given": "Hippolyte Marie Antoine", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1855-08-22 02:00", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 45.78333, "name": "Arlanc", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "de", "given": "Hippolyte Marie Antoine", "family": "Brun", "official": {"given": "Hippolyte Marie Antoine"}}, "birth": {"date": "1855-08-22 02:00", "place": {"c2": "63", "cy": "FR", "lg": 3.08333, "lat": 45.78333, "name": "Arlanc"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "152"}}, "raw": {"NR": "152", "GNR": "", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1855", "KORR": "", "MARS": "36", "MODE": "LMT", "MOND": "22", "NAME": "BRUN (HIPPOLYTE MARIE ANTOINE DE).", "AUFAB": "10.60", "PHAS_": "62.200", "SONNE": "31", "VENUS": "27", "BREITE": "45 N 47", "GEBORT": "Arlanc (Puy-de-Dôme)", "LAENGE": "003 E 05", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "3", "GEBZEIT": "02.00", "JUPITER": "13", "ELECTAGE": "35,5", "ELECTDAT": "24.02.1891", "GEBDATUM": "22.08.1855", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21279	budin-pierre-constant-1846-11-09	{"afd5": "155"}	{"muller": "M5-155"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre Constant", "family": "Budin", "spouse": [], "official": {"given": "Pierre Constant", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1846-11-09 15:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.33333, "lat": 48.83333, "name": "Paris", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Pierre Constant", "family": "Budin", "official": {"given": "Pierre Constant"}}, "birth": {"date": "1846-11-09 15:00", "place": {"c2": "75", "cy": "FR", "lg": 2.33333, "lat": 48.83333, "name": "Paris"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "155"}}, "raw": {"NR": "155", "GNR": "", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "2", "SO_": "0", "VE_": "0", "CODE": "1", "JAHR": "1846", "KORR": "", "MARS": "17", "MODE": "LMT", "MOND": "24", "NAME": "BUDIN (PIERRE CONSTANT).", "AUFAB": "-8.70", "PHAS_": "68.700", "SONNE": "16", "VENUS": "16", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "3", "GEBZEIT": "15.00", "JUPITER": "30", "ELECTAGE": "42,3", "ELECTDAT": "29.01.1889", "GEBDATUM": "09.11.1846", "STBDATUM": "22.01.1907"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
17917	bugnard-louis-1901-07-07	{"e1": "284", "afd5": "156"}	{"lerrcp": "E1-284", "muller": "M5-156"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Bugnard", "spouse": [], "official": {"given": "Louis Camille", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-07-07 11:00", "note": null, "place": {"c1": null, "c2": "09", "c3": "", "cy": "FR", "lg": 1.60705, "lat": 42.96535, "name": "Foix", "geoid": 3018174}, "notime": null, "date-ut": "1901-07-07 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Bugnard"}, "birth": {"tzo": "+00:09", "date": "1901-07-07 11:00", "place": {"c2": "09", "c3": "", "cy": "FR", "lg": 1.60705, "lat": 42.96535, "name": "Foix", "geoid": 3018174}, "date-ut": "1901-07-07 10:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "284"}}, "raw": {"H": "11:00", "COD": "09", "DAY": "07", "MON": "07", "NUM": "0284", "PRO": "PH", "YEA": "1901", "CITY": "Foix", "NAME": "BUGNARD Louis", "NOTE": "+"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Bugnard", "official": {"given": "Louis Camille"}}, "birth": {"date": "1901-07-07 11:00", "place": {"name": "Foix"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "156"}}, "raw": {"NR": "156", "GNR": "ND1284", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1901", "KORR": "-0.16", "MARS": "1", "MODE": "", "MOND": "19", "NAME": "BUGNARD (LOUIS CAMILLE).", "AUFAB": "-9.10", "PHAS_": "73.400", "SONNE": "8", "VENUS": "7", "BREITE": "42 N 58", "GEBORT": "Foix (Ariège)", "LAENGE": "001 E 35", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "26", "GEBZEIT": "11.00", "JUPITER": "27", "ELECTAGE": "52,7", "ELECTDAT": "23.02.1954", "GEBDATUM": "07.07.1901", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
21280	cade-marie-alphonse-octave-andre-1874-07-01	{"afd5": "161"}	{"muller": "M5-161"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Marie Alphonse Octave André", "family": "Cade", "spouse": [], "official": {"given": "Marie Alphonse Octave André", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1874-07-01 05:00", "note": null, "place": {"c1": null, "c2": "07", "c3": null, "cy": "FR", "lg": 4.6, "lat": 44.73333, "name": "Bourg-Saint-Andéol", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Marie Alphonse Octave André", "family": "Cade", "official": {"given": "Marie Alphonse Octave André"}}, "birth": {"date": "1874-07-01 05:00", "place": {"c2": "07", "cy": "FR", "lg": 4.6, "lat": 44.73333, "name": "Bourg-Saint-Andéol"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "161"}}, "raw": {"NR": "161", "GNR": "", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "1", "SO_": "2", "VE_": "0", "CODE": "1", "JAHR": "1874", "KORR": "", "MARS": "1", "MODE": "LMT", "MOND": "17", "NAME": "CADE (MARIE ALPHONSE OCTAVE ANDRÉ).", "AUFAB": "-1.70", "PHAS_": "98.100", "SONNE": "1", "VENUS": "33", "BREITE": "44 N 44", "GEBORT": "Bourg-Saint-Andéol (Ardèche)", "LAENGE": "004 E 36", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "14", "GEBZEIT": "05.00", "JUPITER": "27", "ELECTAGE": "69,3", "ELECTDAT": "19.10.1943", "GEBDATUM": "01.07.1874", "STBDATUM": "16.03.1961"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2206	bureau-louis-1830-05-20	{"a2": "119", "g55": "01-93", "afd5": "159"}	{"g55": "01-93", "lerrcp": "A2-119", "muller": "M5-159"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Bureau", "spouse": [], "official": {"given": "Louis Edouard", "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1830-05-20 15:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1830-05-20 15:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Bureau"}, "birth": {"tzo": "-00:06:13", "date": "1830-05-20 15:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1830-05-20 15:06:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-119"}, "ids-in-sources": {"a2": "119"}}, "raw": {"H": "15", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "20", "LAT": "47N13", "LON": "1W35", "MON": "5", "NUM": "119", "PRO": "S", "SEC": "20", "YEA": "1830", "CITY": "NANTES"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Bureau", "official": {"given": "Louis Edouard"}}, "birth": {"date": "1830-05-20 15:00", "place": {"name": "Nantes"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "159"}}, "raw": {"NR": "159", "GNR": "SA2119", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1830", "KORR": "", "MARS": "24", "MODE": "LMT", "MOND": "16", "NAME": "BUREAU (LOUIS EDOUARD).", "AUFAB": "-7.60", "PHAS_": "7.800", "SONNE": "13", "VENUS": "18", "BREITE": "47 N 13", "GEBORT": "Nantes (Loire-Inférieure)", "LAENGE": "001 W 35", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "7", "GEBZEIT": "15.00", "JUPITER": "27", "ELECTAGE": "71,2", "ELECTDAT": "02.07.1901", "GEBDATUM": "20.05.1830", "STBDATUM": "14.12.1918"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-93"}, "ids-in-source": {"g55": "01-93"}}, "raw": {"DAY": "20-5-1830", "HOUR": "15 h.", "NAME": "BUREAU Louis", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:47:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2208	cadeac-jean-1858-10-10	{"a2": "121", "g55": "01-95", "afd5": "162"}	{"g55": "01-95", "lerrcp": "A2-121", "muller": "M5-162"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Cadéac", "spouse": [], "official": {"given": "Jean Raymond Célestin", "family": null}}	\N	{"lmt": null, "tzo": "+00:02:14", "date": "1858-10-10 07:00", "note": null, "place": {"c1": null, "c2": "65", "c3": null, "cy": "FR", "lg": 0.55748, "lat": 43.26069, "name": "Pouy", "geoid": 2985723}, "notime": null, "date-ut": "1858-10-10 06:59:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Cadeac"}, "birth": {"tzo": "+00:02:14", "date": "1858-10-10 07:00", "place": {"c2": "65", "cy": "FR", "lg": 0.55748, "lat": 43.26069, "name": "Pouy", "geoid": 2985723}, "date-ut": "1858-10-10 06:59:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-121"}, "ids-in-sources": {"a2": "121"}}, "raw": {"H": "6", "MN": "59", "TZ": "0", "COD": "65", "COU": "F", "DAY": "10", "LAT": "43N14", "LON": "0E 5", "MON": "10", "NUM": "121", "PRO": "S", "SEC": "40", "YEA": "1858", "CITY": "POUY"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Cadéac", "official": {"given": "Jean Raymond Célestin"}}, "birth": {"date": "1858-10-10 07:00", "place": {"name": "Pouy"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "162"}}, "raw": {"NR": "162", "GNR": "SA2121", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "2", "SO_": "2", "VE_": "0", "CODE": "3", "JAHR": "1858", "KORR": "", "MARS": "30", "MODE": "LMT", "MOND": "33", "NAME": "CADÉAC (JEAN RAYMOND CÉLESTIN).", "AUFAB": "4.90", "PHAS_": "9.000", "SONNE": "2", "VENUS": "32", "BREITE": "43 N 14", "GEBORT": "Pouy (Hautes-Pyrénées)", "LAENGE": "000 E 05", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "9", "GEBZEIT": "07.00", "JUPITER": "13", "ELECTAGE": "66,1", "ELECTDAT": "04.11.1924", "GEBDATUM": "10.10.1858", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-95"}, "ids-in-source": {"g55": "01-95"}}, "raw": {"DAY": "10-10-1858", "HOUR": "7 h.", "NAME": "CADEAC Jean", "PLACE": "Pouy (Hautes-Pyrénées)."}, "date": "2023-08-20T14:47:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
17945	canals-etienne-1888-01-18	{"e1": "313", "afd5": "167"}	{"lerrcp": "E1-313", "muller": "M5-167"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Etienne", "family": "Canals", "spouse": [], "official": {"given": "Etienne Joseph Valentin", "family": null}}	\N	{"lmt": null, "tzo": "+00:12", "date": "1888-01-18 01:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 2.96106, "lat": 42.57237, "name": "Palau-del-Vidre", "geoid": 2988743}, "notime": null, "date-ut": "1888-01-18 00:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Canals"}, "birth": {"tzo": "+00:12", "date": "1888-01-18 01:00", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": 2.96106, "lat": 42.57237, "name": "Palau-del-Vidre", "geoid": 2988743}, "date-ut": "1888-01-18 00:48"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "313"}}, "raw": {"H": "01:00", "COD": "66", "DAY": "18", "MON": "01", "NUM": "0313", "PRO": "PH", "YEA": "1888", "CITY": "Palau del Vidre", "NAME": "CANALS Etienne", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Canals", "official": {"given": "Etienne Joseph Valentin"}}, "birth": {"date": "1888-01-18 01:00", "place": {"name": "Palau-del-Vidre"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "167"}}, "raw": {"NR": "167", "GNR": "ND1313", "JU_": "0", "MA_": "2", "MO_": "0", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1888", "KORR": "", "MARS": "2", "MODE": "LMT", "MOND": "23", "NAME": "CANALS (ETIENNE JOSEPH VALENTIN).", "AUFAB": "7.50", "PHAS_": "21.400", "SONNE": "29", "VENUS": "32", "BREITE": "42 N 42", "GEBORT": "Palau-del-Vidre (Pyrénées-Oriental", "LAENGE": "002 E 55", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "10", "GEBZEIT": "01.00", "JUPITER": "34", "ELECTAGE": "59,2", "ELECTDAT": "04.03.1947", "GEBDATUM": "18.01.1888", "STBDATUM": "29.10.1971"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21281	caraven-pierre-jean-baptiste-1879-08-03	{"afd5": "169"}	{"muller": "M5-169"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre Jean-Baptiste", "family": "Caraven", "spouse": [], "official": {"given": "Pierre Jean-Baptiste", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1879-08-03 01:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.43333, "lat": 43.61667, "name": "Toulouse", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Pierre Jean-Baptiste", "family": "Caraven", "official": {"given": "Pierre Jean-Baptiste"}}, "birth": {"date": "1879-08-03 01:00", "place": {"c2": "31", "cy": "FR", "lg": 1.43333, "lat": 43.61667, "name": "Toulouse"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "169"}}, "raw": {"NR": "169", "GNR": "", "JU_": "0", "MA_": "2", "MO_": "2", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "1", "JAHR": "1879", "KORR": "", "MARS": "3", "MODE": "LMT", "MOND": "10", "NAME": "CARAVEN (PIERRE JEAN-BAPTISTE).", "AUFAB": "-0.50", "PHAS_": "99.400", "SONNE": "29", "VENUS": "25", "BREITE": "43 N 37", "GEBORT": "Toulouse (Haute-Garonne)", "LAENGE": "001 E 26", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "5", "GEBZEIT": "01.00", "JUPITER": "8", "ELECTAGE": "74,3", "ELECTDAT": "10.11.1953", "GEBDATUM": "03.08.1879", "STBDATUM": "09.08.1958"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2212	camus-lucien-1867-06-17	{"a2": "125", "g55": "01-99", "afd5": "166"}	{"g55": "01-99", "lerrcp": "A2-125", "muller": "M5-166"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Lucien", "family": "Camus", "spouse": [], "official": {"given": "Lucien", "family": null}}	\N	{"lmt": null, "tzo": "+00:10:46", "date": "1867-06-17 13:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.69078, "lat": 48.27511, "name": "Nemours", "geoid": 2990793}, "notime": null, "date-ut": "1867-06-17 12:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Camus"}, "birth": {"tzo": "+00:10:46", "date": "1867-06-17 13:00", "place": {"c2": "77", "cy": "FR", "lg": 2.69078, "lat": 48.27511, "name": "Nemours", "geoid": 2990793}, "date-ut": "1867-06-17 12:49:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-125"}, "ids-in-sources": {"a2": "125"}}, "raw": {"H": "12", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "17", "LAT": "48N33", "LON": "2E40", "MON": "6", "NUM": "125", "PRO": "S", "SEC": "20", "YEA": "1867", "CITY": "NEMOURS"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Camus", "official": {"given": "Lucien"}}, "birth": {"date": "1867-06-17 13:00", "place": {"name": "Nemours"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "166"}}, "raw": {"NR": "166", "GNR": "SA2125", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "2", "VE_": "1", "CODE": "3", "JAHR": "1867", "KORR": "", "MARS": "5", "MODE": "LMT", "MOND": "28", "NAME": "CAMUS (LUCIEN).", "AUFAB": "1.30", "PHAS_": "99.800", "SONNE": "11", "VENUS": "13", "BREITE": "48 N 33", "GEBORT": "Nemours (Seine-et-Marne)", "LAENGE": "002 E 40", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "32", "GEBZEIT": "13.00", "JUPITER": "22", "ELECTAGE": "52,5", "ELECTDAT": "02.12.1919", "GEBDATUM": "17.06.1867", "STBDATUM": "09.11.1934"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-99"}, "ids-in-source": {"g55": "01-99"}}, "raw": {"DAY": "17-6-1867", "HOUR": "13 h.", "NAME": "CAMUS Lucien", "PLACE": "Nemours (Seine-et-Marne)."}, "date": "2023-08-20T14:47:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21282	carriere-georges-leon-1872-12-05	{"afd5": "174"}	{"muller": "M5-174"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Georges Léon", "family": "Carriere", "spouse": [], "official": {"given": "Georges Léon", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1872-12-05 13:30", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": 1.16667, "lat": 46.15, "name": "Saint-Pierre-d'Oléron", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Georges Léon", "family": "Carriere", "official": {"given": "Georges Léon"}}, "birth": {"date": "1872-12-05 13:30", "place": {"c2": "17", "cy": "FR", "lg": 1.16667, "lat": 46.15, "name": "Saint-Pierre-d'Oléron"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "174"}}, "raw": {"NR": "174", "GNR": "", "JU_": "1", "MA_": "1", "MO_": "2", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "1", "JAHR": "1872", "KORR": "", "MARS": "19", "MODE": "LMT", "MOND": "3", "NAME": "CARRIERE (GEORGES LÉON).", "AUFAB": "9.10", "PHAS_": "23.000", "SONNE": "13", "VENUS": "7", "BREITE": "46 N 09", "GEBORT": "Saint-Pierre-d'Oléron (Charente-In", "LAENGE": "001 W 10", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "8", "GEBZEIT": "13.30", "JUPITER": "21", "ELECTAGE": "71,0", "ELECTDAT": "09.11.1943", "GEBDATUM": "05.12.1872", "STBDATUM": "28.12.1944"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2216	carnot-paul-1869-01-16	{"a2": "129", "g55": "01-102", "afd5": "172"}	{"g55": "01-102", "lerrcp": "A2-129", "muller": "M5-172"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul", "family": "Carnot", "spouse": [], "official": {"given": "Lazare Adolphe Paul", "family": null}}	\N	{"lmt": null, "tzo": "+00:04:59", "date": "1869-01-16 02:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1869-01-16 01:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Carnot"}, "birth": {"tzo": "+00:04:59", "date": "1869-01-16 02:00", "place": {"c2": "87", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1869-01-16 01:55"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-129"}, "ids-in-sources": {"a2": "129"}}, "raw": {"H": "1", "MN": "55", "TZ": "0", "COD": "87", "COU": "F", "DAY": "16", "LAT": "45N50", "LON": "1E15", "MON": "1", "NUM": "129", "PRO": "S", "SEC": "0", "YEA": "1869", "CITY": "LIMOGES"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Carnot", "official": {"given": "Lazare Adolphe Paul"}}, "birth": {"date": "1869-01-16 02:00", "place": {"name": "Limoges"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "172"}}, "raw": {"NR": "172", "GNR": "SA2129", "JU_": "0", "MA_": "0", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1869", "KORR": "", "MARS": "8", "MODE": "LMT", "MOND": "27", "NAME": "CARNOT (LAZARE ADOLPHE PAUL).", "AUFAB": "4.70", "PHAS_": "9.200", "SONNE": "30", "VENUS": "32", "BREITE": "45 N 50", "GEBORT": "Limoges (Haute-Vienne)", "LAENGE": "001 E 15", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "33", "GEBZEIT": "02.00", "JUPITER": "23", "ELECTAGE": "53,9", "ELECTDAT": "14.11.1922", "GEBDATUM": "16.01.1869", "STBDATUM": "02.04.1957"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-102"}, "ids-in-source": {"g55": "01-102"}}, "raw": {"DAY": "16-1-1869", "HOUR": "2 h.", "NAME": "CARNOT Paul", "PLACE": "Limoges (Haute-Vienne)."}, "date": "2023-08-20T14:47:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2217	carrel-alexis-1873-06-28	{"a2": "130", "a6": "172", "g55": "01-103", "afd5": "173"}	{"g55": "01-103", "lerrcp": "A2-130", "muller": "M5-173"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alexis", "family": "Carrel", "spouse": [], "official": {"given": "Alexis", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:20", "date": "1873-06-28 23:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Sainte-Foy-les-Lyon", "geoid": 0}, "notime": null, "date-ut": "1873-06-28 22:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician", "writer"]	5	null	[{"new": {"name": {"given": "Alexis", "family": "Carrel"}, "birth": {"tzo": "+00:19:20", "date": "1873-06-28 23:00", "place": {"c2": "69", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Sainte-Foy-les-Lyo", "geoid": 0}, "date-ut": "1873-06-28 22:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-130"}, "ids-in-sources": {"a2": "130"}}, "raw": {"H": "22", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "28", "LAT": "45N46", "LON": "4E50", "MON": "6", "NUM": "130", "PRO": "S", "SEC": "40", "YEA": "1873", "CITY": "STE-FOY-LES-LYO"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "172"}}, "raw": {"H": "22", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "28", "LAT": "45N46", "LON": "4E50", "MON": "6", "NUM": "172", "PRO": "W", "SEC": "40", "YEA": "1873", "CITY": "SAINTE-FOY-LES-"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Carrel", "official": {"given": "Alexis"}}, "birth": {"date": "1873-06-28 23:00", "place": {"name": "Sainte-Foy-lès-Lyon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "173"}}, "raw": {"NR": "173", "GNR": "SA2130", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1873", "KORR": "", "MARS": "16", "MODE": "LMT", "MOND": "19", "NAME": "CARREL (ALEXIS).", "AUFAB": "4.90", "PHAS_": "9.500", "SONNE": "25", "VENUS": "31", "BREITE": "45 N 46", "GEBORT": "Sainte-Foy-lès-Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "4", "GEBZEIT": "23.00", "JUPITER": "19", "ELECTAGE": "39,6", "ELECTDAT": "11.02.1913", "GEBDATUM": "28.06.1873", "STBDATUM": "05.11.1944"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Sainte-Foy-les-Lyon"}}, "partial-ids": {"g55": "01-103"}, "ids-in-source": {"g55": "01-103"}}, "raw": {"DAY": "28-6-1873", "HOUR": "23 h.", "NAME": "* CARREL Alexis", "PLACE": "Sainte-Foy-les-Lyon (Rhône)."}, "date": "2023-08-20T14:47:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
536	dessemme-jacques-1925-09-16	{"a1": "536", "g55": "03-58", "3a_sports": "1380", "cfepp-final3": "196"}	{"g55": "03-58", "cfepp": "CF-196", "cpara": "CP-156", "ertel": "ES-1380", "lerrcp": "A1-536"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Dessemme", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1925-09-16 08:00", "note": null, "place": {"c1": null, "c2": "01", "c3": "", "cy": "FR", "lg": 5.21667, "lat": 46.2, "name": "Bellegarde", "geoid": 0}, "notime": null, "date-ut": "1925-09-16 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Dessemme"}, "birth": {"tzo": "+01:00", "date": "1925-09-16 08:00", "place": {"c2": "01", "cy": "FR", "lg": 5.21667, "lat": 46.2, "name": "Bellegarde", "geoid": 0}, "date-ut": "1925-09-16 07:00"}, "occus": ["basketball-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-536"}, "ids-in-sources": {"a1": "536"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "01", "COU": "F", "DAY": "16", "LAT": "46N12", "LON": "5E13", "MON": "9", "NUM": "536", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "BELLEGARDE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-09-16 08:00"}, "partial-ids": {"ertel": "ES-1380"}}, "raw": {"L": "", "MF": "", "NR": "1380", "ENG": "1", "MA_": "2", "G_NR": "536", "MA12": "1", "MARS": "3", "NAME": "Dessemme", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,800", "CSINR": "", "KURTZ": "", "PHAS_": "4,600", "STUND": "8,00", "CFEPNR": "196", "EXTEND": "1", "NATION": "FRA", "TAGMON": "16.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "156", "VORNAME": "Jacques", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "16.09.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:09+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1925-09-16 08:00", "place": {"c3": ""}, "date-ut": "1925-09-16 07:00"}, "occus": ["basketball-player"], "ids-in-sources": {"cfepp-final3": "196"}}, "raw": {"S": "1", "LT": "08 00", "LV": "I76", "TR": "f", "UT": "07 00", "LAT": "+46.11", "SRC": "ALG", "LONG": "-05.83", "NAME": "DESSEMME Jacques", "SPORT": "Basketball", "LOC_DATE": "1925 09 16", "UNIV_DATE": "1925 09 16", "BIRTH_PLACE": "BELLEGARDE SUR VALSERINE", "POSTAL_CODE": "01202 CEDEX"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Bellegarde"}}, "partial-ids": {"g55": "03-58"}, "ids-in-source": {"g55": "03-58"}}, "raw": {"DAY": "16-9-1925", "HOUR": "8 h.", "NAME": "DESSEMME ‘Jacques", "PLACE": "Bellegarde (Ain)."}, "date": "2023-08-20T14:48:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
21283	cathala-jean-henri-1891-10-13	{"afd5": "176"}	{"muller": "M5-176"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean Henri", "family": "Cathala", "spouse": [], "official": {"given": "Jean Henri", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1891-10-13 09:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": 4.1, "lat": 48, "name": "Morlaix", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Jean Henri", "family": "Cathala", "official": {"given": "Jean Henri"}}, "birth": {"date": "1891-10-13 09:00", "place": {"c2": "29", "cy": "FR", "lg": 4.1, "lat": 48, "name": "Morlaix"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "176"}}, "raw": {"NR": "176", "GNR": "", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "2", "CODE": "1", "JAHR": "1891", "KORR": "-0.16", "MARS": "7", "MODE": "", "MOND": "28", "NAME": "CATHALA (JEAN HENRI).", "AUFAB": "10.60", "PHAS_": "72.100", "SONNE": "4", "VENUS": "3", "BREITE": "48 N 00", "GEBORT": "Morlaix (Finistère)", "LAENGE": "004 W 06", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "7", "GEBZEIT": "09.00", "JUPITER": "27", "ELECTAGE": "58,2", "ELECTDAT": "06.12.1949", "GEBDATUM": "13.10.1891", "STBDATUM": "11.04.1969"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2220	catrin-louis-1849-06-14	{"a2": "133", "afd5": "177"}	{"lerrcp": "A2-133", "muller": "M5-177"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Catrin", "spouse": [], "official": {"given": "Louis", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1849-06-14 01:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1849-06-14 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Catrin"}, "birth": {"tzo": "+00:09:24", "date": "1849-06-14 01:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1849-06-14 00:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-133"}, "ids-in-sources": {"a2": "133"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "14", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "133", "PRO": "S", "SEC": "40", "YEA": "1849", "CITY": "PARIS"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Catrin", "official": {"given": "Louis"}}, "birth": {"date": "1849-06-14 01:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "177"}}, "raw": {"NR": "177", "GNR": "SA2133", "JU_": "0", "MA_": "2", "MO_": "2", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "4", "JAHR": "1849", "KORR": "", "MARS": "36", "MODE": "LMT", "MOND": "1", "NAME": "CATRIN (LOUIS).", "AUFAB": "-10.40", "PHAS_": "49.400", "SONNE": "30", "VENUS": "34", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "1", "GEBZEIT": "01.00", "JUPITER": "22", "ELECTAGE": "51,1", "ELECTDAT": "03.07.1900", "GEBDATUM": "14.06.1849", "STBDATUM": "30.07.1910"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
17981	caujolle-farnand-1901-07-14	{"e1": "349", "afd5": "178"}	{"lerrcp": "E1-349", "muller": "M5-178"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Farnand", "family": "Caujolle", "spouse": [], "official": {"given": "Fernand Marie Elie", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-07-14 22:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1901-07-14 21:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Farnand", "family": "Caujolle"}, "birth": {"tzo": "+00:09", "date": "1901-07-14 22:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1901-07-14 21:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "349"}}, "raw": {"H": "22:00", "COD": "31", "DAY": "14", "MON": "07", "NUM": "0349", "PRO": "PH", "YEA": "1901", "CITY": "Toulouse", "NAME": "CAUJOLLE Farnand", "NOTE": "+"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Caujolle", "official": {"given": "Fernand Marie Elie"}}, "birth": {"date": "1901-07-14 22:00", "place": {"name": "Toulouse"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "178"}}, "raw": {"NR": "178", "GNR": "ND1349", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1901", "KORR": "-0.16", "MARS": "18", "MODE": "", "MOND": "25", "NAME": "CAUJOLLE (FERNAND MARIE ELIE).", "AUFAB": "-6.10", "PHAS_": "4.900", "SONNE": "23", "VENUS": "21", "BREITE": "43 N 37", "GEBORT": "Toulouse (Haute-Garonne)", "LAENGE": "001 E 26", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "6", "GEBZEIT": "22.00", "JUPITER": "7", "ELECTAGE": "53,7", "ELECTDAT": "08.03.1955", "GEBDATUM": "14.07.1901", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
21284	cavaillon-jules-germain-paul-andre-1887-10-08	{"afd5": "179"}	{"muller": "M5-179"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jules Germain Paul André", "family": "Cavaillon", "spouse": [], "official": {"given": "Jules Germain Paul André", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1887-10-08 19:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Givet", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Jules Germain Paul André", "family": "Cavaillon", "official": {"given": "Jules Germain Paul André"}}, "birth": {"date": "1887-10-08 19:00", "place": {"c2": "08", "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Givet"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "179"}}, "raw": {"NR": "179", "GNR": "", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "1", "JAHR": "1887", "KORR": "", "MARS": "24", "MODE": "LMT", "MOND": "32", "NAME": "CAVAILLON (JULES GERMAIN PAUL ANDRÉ).", "AUFAB": "-8.30", "PHAS_": "71.700", "SONNE": "21", "VENUS": "23", "BREITE": "49 N 46", "GEBORT": "Givet (Ardennes)", "LAENGE": "004 E 44", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "27", "GEBZEIT": "19.00", "JUPITER": "19", "ELECTAGE": "66,4", "ELECTDAT": "23.02.1954", "GEBDATUM": "08.10.1887", "STBDATUM": "23.08.1967"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2221	caventou-eugene-1824-10-15	{"a2": "134", "afd5": "180"}	{"lerrcp": "A2-134", "muller": "M5-180"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Eugène", "family": "Caventou", "spouse": [], "official": {"given": "Eugène P J M", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1824-10-15 15:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1824-10-15 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Caventou"}, "birth": {"tzo": "+00:09:24", "date": "1824-10-15 15:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1824-10-15 14:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-134"}, "ids-in-sources": {"a2": "134"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "15", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "134", "PRO": "S", "SEC": "40", "YEA": "1824", "CITY": "PARIS"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Caventou", "official": {"given": "Eugène P J M"}}, "birth": {"date": "1824-10-15 15:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "180"}}, "raw": {"NR": "180", "GNR": "SA2134", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "4", "JAHR": "1824", "KORR": "", "MARS": "9", "MODE": "LMT", "MOND": "21", "NAME": "CAVENTOU (EUGENE P... J... M...).", "AUFAB": "-10.50", "PHAS_": "57.600", "SONNE": "15", "VENUS": "13", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "28", "GEBZEIT": "15.00", "JUPITER": "19", "ELECTAGE": "45,6", "ELECTDAT": "03.05.1870", "GEBDATUM": "15.10.1824", "STBDATUM": "13.02.1912"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21285	cazeneuve-valentin-bertrand-1810-06-28	{"afd5": "183"}	{"muller": "M5-183"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Valentin Bertrand", "family": "Cazeneuve", "spouse": [], "official": {"given": "Valentin Bertrand", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1810-06-28 06:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.43333, "lat": 43.61667, "name": "Seysses", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Valentin Bertrand", "family": "Cazeneuve", "official": {"given": "Valentin Bertrand"}}, "birth": {"date": "1810-06-28 06:00", "place": {"c2": "31", "cy": "FR", "lg": 1.43333, "lat": 43.61667, "name": "Seysses"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "183"}}, "raw": {"NR": "183", "GNR": "", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "0", "SO_": "2", "VE_": "1", "CODE": "1", "JAHR": "1810", "KORR": "", "MARS": "3", "MODE": "LMT", "MOND": "5", "NAME": "CAZENEUVE (VALENTIN BERTRAND).", "AUFAB": "-7.40", "PHAS_": "13.100", "SONNE": "2", "VENUS": "35", "BREITE": "43 N 37", "GEBORT": "Seysses (Haute-Garonne)", "LAENGE": "001 E 26", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "22", "GEBZEIT": "06.00", "JUPITER": "6", "ELECTAGE": "54,0", "ELECTDAT": "07.06.1864", "GEBDATUM": "28.06.1810", "STBDATUM": "29.01.1893"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2224	cazin-pierre-1836-10-17	{"a2": "137", "g55": "01-107", "afd5": "184"}	{"g55": "01-107", "lerrcp": "A2-137", "muller": "M5-184"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre", "family": "Cazin", "spouse": [], "official": {"given": "Henri Pierre Joseph", "family": null}}	\N	{"lmt": null, "tzo": "+00:06:59", "date": "1836-10-17 09:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 1.74628, "lat": 50.6384, "name": "Samer", "geoid": 2976291}, "notime": null, "date-ut": "1836-10-17 08:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Cazin"}, "birth": {"tzo": "+00:06:59", "date": "1836-10-17 08:55:55", "place": {"c2": "62", "cy": "FR", "lg": 1.74628, "lat": 50.6384, "name": "Samer", "geoid": 2976291}, "date-ut": "1836-10-17 08:48:56"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-137"}, "ids-in-sources": {"a2": "137"}}, "raw": {"H": "8", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "17", "LAT": "50N18", "LON": "2E46", "MON": "10", "NUM": "137", "PRO": "S", "SEC": "56", "YEA": "1836", "CITY": "SAMER"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Cazin", "official": {"given": "Henri Pierre Joseph"}}, "birth": {"date": "1836-10-17 09:00", "place": {"name": "Samer"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "184"}}, "raw": {"NR": "184", "GNR": "SA2137", "JU_": "2", "MA_": "2", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "2", "CODE": "3", "JAHR": "1836", "KORR": "", "MARS": "12", "MODE": "LMT", "MOND": "31", "NAME": "CAZIN (HENRI PIERRE JOSEPH).", "AUFAB": "11.20", "PHAS_": "45.100", "SONNE": "5", "VENUS": "10", "BREITE": "50 N 18", "GEBORT": "Samer (Pas-de-Calais)", "LAENGE": "002 E 46", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "3", "GEBZEIT": "09.00", "JUPITER": "11", "ELECTAGE": "49,1", "ELECTDAT": "24.11.1885", "GEBDATUM": "17.10.1836", "STBDATUM": "06.05.1891"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-107"}, "ids-in-source": {"g55": "01-107"}}, "raw": {"DAY": "17-10-1836", "HOUR": "9 h.", "NAME": "CAZIN Pierre", "PLACE": "Samer (Pas-de-Calais)."}, "date": "2023-08-20T14:47:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
17998	chalnot-pierre-1903-02-10	{"e1": "366", "afd5": "188"}	{"lerrcp": "E1-366", "muller": "M5-188"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre", "family": "Chalnot", "spouse": [], "official": {"given": "Pierre Marie Camille", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-02-10 08:00", "note": null, "place": {"c1": null, "c2": "25", "c3": "", "cy": "FR", "lg": 6.60716, "lat": 47.05784, "name": "Morteau", "geoid": 2991692}, "notime": null, "date-ut": "1903-02-10 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Chalnot"}, "birth": {"tzo": "+00:09", "date": "1903-02-10 08:00", "place": {"c2": "25", "c3": "", "cy": "FR", "lg": 6.60716, "lat": 47.05784, "name": "Morteau", "geoid": 2991692}, "date-ut": "1903-02-10 07:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "366"}}, "raw": {"H": "08:00", "COD": "25", "DAY": "10", "MON": "02", "NUM": "0366", "PRO": "PH", "YEA": "1903", "CITY": "Morteau", "NAME": "CHALNOT Pierre", "NOTE": "+"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Chalnot", "official": {"given": "Pierre Marie Camille"}}, "birth": {"date": "1903-02-10 08:00", "place": {"name": "Morteau"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "188"}}, "raw": {"NR": "188", "GNR": "ND1366", "JU_": "2", "MA_": "0", "MO_": "0", "SA_": "1", "SO_": "2", "VE_": "2", "CODE": "4", "JAHR": "1903", "KORR": "-0.16", "MARS": "16", "MODE": "", "MOND": "23", "NAME": "CHALNOT (PIERRE MARIE CAMILLE).", "AUFAB": "7.00", "PHAS_": "93.800", "SONNE": "2", "VENUS": "1", "BREITE": "47 N 15", "GEBORT": "Morteau (Doubs)", "LAENGE": "006 E 02", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "4", "GEBZEIT": "08.00", "JUPITER": "1", "ELECTAGE": "61,0", "ELECTDAT": "11.02.1964", "GEBDATUM": "10.02.1903", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
21286	chambon-marie-antoine-pierre-marc-1897-05-12	{"afd5": "190"}	{"muller": "M5-190"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Marie Antoine Pierre Marc", "family": "Chambon", "spouse": [], "official": {"given": "Marie Antoine Pierre Marc", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1897-05-12 19:00", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 0.73333, "lat": 45.18333, "name": "Périgueux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Marie Antoine Pierre Marc", "family": "Chambon", "official": {"given": "Marie Antoine Pierre Marc"}}, "birth": {"date": "1897-05-12 19:00", "place": {"c2": "24", "cy": "FR", "lg": 0.73333, "lat": 45.18333, "name": "Périgueux"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "190"}}, "raw": {"NR": "190", "GNR": "", "JU_": "2", "MA_": "2", "MO_": "0", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1897", "KORR": "-0.16", "MARS": "12", "MODE": "", "MOND": "7", "NAME": "CHAMBON (MARIE ANTOINE PIERRE MARC).", "AUFAB": "10.40", "PHAS_": "72.200", "SONNE": "18", "VENUS": "21", "BREITE": "45 N 11", "GEBORT": "Périgueux (Dordogne)", "LAENGE": "000 E 44", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "36", "GEBZEIT": "19.00", "JUPITER": "9", "ELECTAGE": "62,7", "ELECTDAT": "26.01.1960", "GEBDATUM": "12.05.1897", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2227	chalier-andre-1882-01-01	{"a2": "140", "g55": "02-123", "afd5": "187"}	{"g55": "02-123", "lerrcp": "A2-140", "muller": "M5-187"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "André", "family": "Chalier", "spouse": [], "official": {"given": "André Augustin Antoine", "family": null}}	\N	{"lmt": null, "tzo": "+00:13:60", "date": "1882-01-01 20:30", "note": null, "place": {"c1": null, "c2": "48", "c3": null, "cy": "FR", "lg": 3.49978, "lat": 44.52161, "name": "Mende", "geoid": 2994617}, "notime": null, "date-ut": "1882-01-01 20:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Chalier"}, "birth": {"tzo": "+00:13:60", "date": "1882-01-01 20:16", "place": {"c2": "48", "cy": "FR", "lg": 3.49978, "lat": 44.52161, "name": "Mende", "geoid": 2994617}, "date-ut": "1882-01-01 20:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-140"}, "ids-in-sources": {"a2": "140"}}, "raw": {"H": "20", "MN": "16", "TZ": "0", "COD": "48", "COU": "F", "DAY": "1", "LAT": "44N31", "LON": "3E30", "MON": "1", "NUM": "140", "PRO": "S", "SEC": "0", "YEA": "1882", "CITY": "MENDE"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Chalier", "official": {"given": "André Augustin Antoine"}}, "birth": {"date": "1882-01-01 20:30", "place": {"name": "Mende"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "187"}}, "raw": {"NR": "187", "GNR": "SA2140", "JU_": "2", "MA_": "1", "MO_": "0", "SA_": "2", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1882", "KORR": "", "MARS": "6", "MODE": "LMT", "MOND": "8", "NAME": "CHALIER (ANDRÉ AUGUSTIN ANTOINE).", "AUFAB": "7.30", "PHAS_": "88.700", "SONNE": "23", "VENUS": "24", "BREITE": "44 N 31", "GEBORT": "Mende (Lozère)", "LAENGE": "003 E 30", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "11", "GEBZEIT": "20.30", "JUPITER": "10", "ELECTAGE": "69,9", "ELECTDAT": "20.11.1951", "GEBDATUM": "01.01.1882", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "02-123"}, "ids-in-source": {"g55": "02-123"}}, "raw": {"DAY": "1-1-1882", "HOUR": "20 h. 30", "NAME": "CHALIER André", "PLACE": "Mende (Lozère)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2233	charcot-jean-1825-11-29	{"a2": "146", "afd5": "194"}	{"lerrcp": "A2-146", "muller": "M5-194"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Charcot", "spouse": [], "official": {"given": "Jean Martin", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1825-11-29 19:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1825-11-29 18:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Charcot"}, "birth": {"tzo": "+00:09:24", "date": "1825-11-29 19:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1825-11-29 18:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-146"}, "ids-in-sources": {"a2": "146"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "29", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "146", "PRO": "S", "SEC": "40", "YEA": "1825", "CITY": "PARIS"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Charcot", "official": {"given": "Jean Martin"}}, "birth": {"date": "1825-11-29 19:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "194"}}, "raw": {"NR": "194", "GNR": "SA2146", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "0", "CODE": "4", "JAHR": "1825", "KORR": "", "MARS": "26", "MODE": "LMT", "MOND": "35", "NAME": "CHARCOT (JEAN MARTIN).", "AUFAB": "-5.50", "PHAS_": "89.200", "SONNE": "22", "VENUS": "23", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "3", "GEBZEIT": "19.00", "JUPITER": "28", "ELECTAGE": "47,4", "ELECTDAT": "15.04.1873", "GEBDATUM": "29.11.1825", "STBDATUM": "16.08.1893"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21287	charonnat-raymond-robert-1894-03-12	{"afd5": "196"}	{"muller": "M5-196"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Raymond Robert", "family": "Charonnat", "spouse": [], "official": {"given": "Raymond Robert", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1894-03-12 14:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "Arcy-sur-Aube", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Raymond Robert", "family": "Charonnat", "official": {"given": "Raymond Robert"}}, "birth": {"date": "1894-03-12 14:00", "place": {"c2": "10", "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "Arcy-sur-Aube"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "196"}}, "raw": {"NR": "196", "GNR": "", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "1", "JAHR": "1894", "KORR": "-0.16", "MARS": "21", "MODE": "", "MOND": "7", "NAME": "CHARONNAT (RAYMOND ROBERT).", "AUFAB": "8.20", "PHAS_": "20.800", "SONNE": "13", "VENUS": "16", "BREITE": "48 N 18", "GEBORT": "Arcy-sur-Aube (Aube)", "LAENGE": "004 E 05", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "27", "GEBZEIT": "14.00", "JUPITER": "7", "ELECTAGE": "61,7", "ELECTDAT": "22.11.1955", "GEBDATUM": "12.03.1894", "STBDATUM": "24.08.1957"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2237	chatin-gaspard-1813-11-30	{"a2": "150", "g55": "01-116", "afd5": "199"}	{"g55": "01-116", "lerrcp": "A2-150", "muller": "M5-199"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Gaspard", "family": "Chatin", "spouse": [], "official": {"given": "Gaspard Adolphe", "family": null}}	\N	{"lmt": null, "tzo": "+00:21:58", "date": "1813-11-30 06:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.49077, "lat": 45.30239, "name": "Tullins", "geoid": 2971480}, "notime": null, "date-ut": "1813-11-30 09:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gaspard", "family": "Chatin"}, "birth": {"tzo": "+00:21:58", "date": "1813-11-30 10:00", "place": {"c2": "38", "cy": "FR", "lg": 5.49077, "lat": 45.30239, "name": "Tullins", "geoid": 2971480}, "date-ut": "1813-11-30 09:37:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-150"}, "ids-in-sources": {"a2": "150"}}, "raw": {"H": "9", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "30", "LAT": "45N11", "LON": "5E43", "MON": "11", "NUM": "150", "PRO": "S", "SEC": "8", "YEA": "1813", "CITY": "TULLINS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Chatin", "official": {"given": "Gaspard Adolphe"}}, "birth": {"date": "1813-11-30 06:00", "place": {"name": "Tullins"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "199"}}, "raw": {"NR": "199", "GNR": "SA2150", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "2", "JAHR": "1813", "KORR": "", "MARS": "27", "MODE": "LMT", "MOND": "28", "NAME": "CHATIN (GASPARD ADOLPHE).", "AUFAB": "9.40", "PHAS_": "38.800", "SONNE": "35", "VENUS": "31", "BREITE": "45 N 11", "GEBORT": "Tullins (Isère)", "LAENGE": "005 E 43", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "31", "GEBZEIT": "06.00", "JUPITER": "9", "ELECTAGE": "39,7", "ELECTDAT": "02.08.1853", "GEBDATUM": "30.11.1813", "STBDATUM": "13.01.1901"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-116"}, "ids-in-source": {"g55": "01-116"}}, "raw": {"DAY": "30-11-1813", "HOUR": "10 h.", "NAME": "* CHATIN Gaspard", "PLACE": "Tullins (Isère)."}, "date": "2023-08-20T14:47:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
541	freimuler-jacques-1929-10-31	{"a1": "541", "g55": "03-63", "3a_sports": "1716", "cfepp-final3": "204"}	{"g55": "03-63", "cfepp": "CF-204", "cpara": "CP-191", "ertel": "ES-1716", "lerrcp": "A1-541"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Freimuler", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1929-10-31 00:30", "note": null, "place": {"c1": null, "c2": "14", "c3": "", "cy": "FR", "lg": -0.36667, "lat": 49.18333, "name": "Trouville", "geoid": 0}, "notime": null, "date-ut": "1929-10-31 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Freimuler"}, "birth": {"tzo": "+00:00", "date": "1929-10-31 00:30", "place": {"c2": "14", "cy": "FR", "lg": -0.36667, "lat": 49.18333, "name": "Trouville", "geoid": 0}, "date-ut": "1929-10-31 00:30"}, "occus": ["basketball-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-541"}, "ids-in-sources": {"a1": "541"}}, "raw": {"H": "0", "MN": "30", "TZ": "0", "COD": "14", "COU": "F", "DAY": "31", "LAT": "49N11", "LON": "0W22", "MON": "10", "NUM": "541", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "TROUVILLE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-10-31 00:30"}, "partial-ids": {"ertel": "ES-1716"}}, "raw": {"L": "", "MF": "", "NR": "1716", "ENG": "", "MA_": "1", "G_NR": "541", "MA12": "10", "MARS": "28", "NAME": "Freimuler", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,400", "CSINR": "", "KURTZ": "dp", "PHAS_": "2,500", "STUND": "0,50", "CFEPNR": "204", "EXTEND": "", "NATION": "FRA", "TAGMON": "31.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "191", "VORNAME": "Jacques", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "31.10.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1929-10-31 00:30", "place": {"c3": ""}, "date-ut": "1929-10-31 00:30"}, "occus": ["basketball-player"], "ids-in-sources": {"cfepp-final3": "204"}}, "raw": {"S": "10", "LT": "00 30", "LV": "I67", "TR": "f", "UT": "00 30", "LAT": "+49.37", "SRC": "ALG", "LONG": "-00.10", "NAME": "FREIMULLER Jacques", "SPORT": "Basketball", "LOC_DATE": "1929 10 31", "UNIV_DATE": "1929 10 31", "BIRTH_PLACE": "TROUVILLE SUR MER", "POSTAL_CODE": "14360"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Trouville"}}, "partial-ids": {"g55": "03-63"}, "ids-in-source": {"g55": "03-63"}}, "raw": {"DAY": "31-10-1929", "HOUR": "0 h. 30", "NAME": "FREYMULER Jacques", "PLACE": "Trouville (Calvados)."}, "date": "2023-08-20T14:48:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
2244	chavannaz-georges-1866-06-04	{"a2": "157", "afd5": "206"}	{"lerrcp": "A2-157", "muller": "M5-206"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Georges", "family": "Chavannaz", "spouse": [], "official": {"given": "Georges Alfred", "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1866-06-04 16:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1866-06-04 15:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Chavanaz"}, "birth": {"tzo": "-00:02:19", "date": "1866-06-04 15:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1866-06-04 15:57:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-157"}, "ids-in-sources": {"a2": "157"}}, "raw": {"H": "15", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "4", "LAT": "44N50", "LON": "0W34", "MON": "6", "NUM": "157", "PRO": "S", "SEC": "36", "YEA": "1866", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Chavannaz", "official": {"given": "Georges Alfred"}}, "birth": {"date": "1866-06-04 16:00", "place": {"name": "Bordeaux"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "206"}}, "raw": {"NR": "206", "GNR": "SA2157", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "2", "CODE": "3", "JAHR": "1866", "KORR": "", "MARS": "20", "MODE": "LMT", "MOND": "26", "NAME": "CHAVANNAZ (GEORGES ALFRED).", "AUFAB": "-8.40", "PHAS_": "73.600", "SONNE": "14", "VENUS": "12", "BREITE": "44 N 50", "GEBORT": "Bordeaux (Gironde)", "LAENGE": "000 W 34", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "36", "GEBZEIT": "16.00", "JUPITER": "28", "ELECTAGE": "56,5", "ELECTDAT": "05.12.1922", "GEBDATUM": "04.06.1866", "STBDATUM": "31.01.1944"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2241	chaumier-edmond-1853-12-04	{"a2": "154", "g55": "01-119", "afd5": "203"}	{"g55": "01-119", "lerrcp": "A2-154", "muller": "M5-203"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Edmond", "family": "Chaumier", "spouse": [], "official": {"given": "Louis Edmond Jean", "family": null}}	\N	{"lmt": null, "tzo": "+00:04:06", "date": "1853-12-04 18:00", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": 1.02708, "lat": 46.96854, "name": "Saint-Flovier", "geoid": 2980100}, "notime": null, "date-ut": "1853-12-04 17:57:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Chaumier"}, "birth": {"tzo": "+00:04:06", "date": "1853-12-04 18:00", "place": {"c2": "37", "cy": "FR", "lg": 1.02708, "lat": 46.96854, "name": "Saint-Flovier", "geoid": 2980100}, "date-ut": "1853-12-04 17:57:12"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-154"}, "ids-in-sources": {"a2": "154"}}, "raw": {"H": "17", "MN": "57", "TZ": "0", "COD": "37", "COU": "F", "DAY": "4", "LAT": "47N24", "LON": "0E42", "MON": "12", "NUM": "154", "PRO": "S", "SEC": "12", "YEA": "1853", "CITY": "ST-FLOVIER"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Chaumier", "official": {"given": "Louis Edmond Jean"}}, "birth": {"date": "1853-12-04 18:00", "place": {"name": "Saint-Flovier"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "203"}}, "raw": {"NR": "203", "GNR": "SA2154", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1853", "KORR": "", "MARS": "28", "MODE": "LMT", "MOND": "14", "NAME": "CHAUMIER (LOUIS EDMOND JEAN).", "AUFAB": "7.40", "PHAS_": "14.700", "SONNE": "21", "VENUS": "15", "BREITE": "47 N 24", "GEBORT": "Saint-Flovier (Indre-et-Loire)", "LAENGE": "000 E 42", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "3", "GEBZEIT": "18.00", "JUPITER": "19", "ELECTAGE": "73,1", "ELECTDAT": "21.12.1926", "GEBDATUM": "04.12.1853", "STBDATUM": "01.04.1931"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-119"}, "ids-in-source": {"g55": "01-119"}}, "raw": {"DAY": "4-12-1853", "HOUR": "18 h.", "NAME": "CHAUMIER Edouard", "PLACE": "Saint-Flovier (Indre-et-Loire)."}, "date": "2023-08-20T14:47:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2242	chauveau-auguste-1827-11-21	{"a2": "155", "g55": "01-120", "afd5": "204"}	{"g55": "01-120", "lerrcp": "A2-155", "muller": "M5-204"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Auguste", "family": "Chauveau", "spouse": [], "official": {"given": "Jean-Baptiste Auguste", "family": null}}	\N	{"lmt": null, "tzo": "+00:14:20", "date": "1827-11-21 12:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.58333, "lat": 47.8, "name": "Villeneuve-la-Guyard", "geoid": 0}, "notime": null, "date-ut": "1827-11-21 11:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Chauveau"}, "birth": {"tzo": "+00:14:20", "date": "1827-11-21 12:00", "place": {"c2": "89", "cy": "FR", "lg": 3.58333, "lat": 47.8, "name": "Villeneuve-la-G", "geoid": 0}, "date-ut": "1827-11-21 11:45:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-155"}, "ids-in-sources": {"a2": "155"}}, "raw": {"H": "11", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "21", "LAT": "47N48", "LON": "3E35", "MON": "11", "NUM": "155", "PRO": "S", "SEC": "40", "YEA": "1827", "CITY": "VILLENEUVE-LA-G"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Chauveau", "official": {"given": "Jean-Baptiste Auguste"}}, "birth": {"date": "1827-11-21 12:00", "place": {"name": "Villeneuve-la-Guyard"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "204"}}, "raw": {"NR": "204", "GNR": "SA2155", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "0", "CODE": "3", "JAHR": "1827", "KORR": "", "MARS": "14", "MODE": "LMT", "MOND": "5", "NAME": "CHAUVEAU (JEAN-BAPTISTE AUGUSTE).", "AUFAB": "4.00", "PHAS_": "5.200", "SONNE": "10", "VENUS": "8", "BREITE": "47 N 48", "GEBORT": "Villeneuve-la-Guyard (Yonne)", "LAENGE": "003 E 35", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "20", "GEBZEIT": "12.00", "JUPITER": "13", "ELECTAGE": "36,4", "ELECTDAT": "19.04.1864", "GEBDATUM": "21.11.1827", "STBDATUM": "04.01.1917"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Villeneuve-la-Guyard"}}, "partial-ids": {"g55": "01-120"}, "ids-in-source": {"g55": "01-120"}}, "raw": {"DAY": "21-11-1827", "HOUR": "12 h.", "NAME": "* CHAUVEAU Auguste", "PLACE": "Villeneuve-la-Guyard (Yon.)."}, "date": "2023-08-20T14:47:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21288	chelle-jean-louis-1881-07-27	{"afd5": "208"}	{"muller": "M5-208"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean Louis", "family": "Chelle", "spouse": [], "official": {"given": "Jean Louis", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1881-07-27 07:00", "note": null, "place": {"c1": null, "c2": "85", "c3": null, "cy": "FR", "lg": 1.41667, "lat": 46.66667, "name": "Langon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Jean Louis", "family": "Chelle", "official": {"given": "Jean Louis"}}, "birth": {"date": "1881-07-27 07:00", "place": {"c2": "85", "cy": "FR", "lg": 1.41667, "lat": 46.66667, "name": "Langon"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "208"}}, "raw": {"NR": "208", "GNR": "", "JU_": "2", "MA_": "2", "MO_": "2", "SA_": "2", "SO_": "2", "VE_": "0", "CODE": "1", "JAHR": "1881", "KORR": "", "MARS": "9", "MODE": "LMT", "MOND": "2", "NAME": "CHELLE (JEAN LOUIS).", "AUFAB": "0.60", "PHAS_": "0.700", "SONNE": "3", "VENUS": "7", "BREITE": "46 N 40", "GEBORT": "Langon (Vendée)", "LAENGE": "001 W 25", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "10", "GEBZEIT": "07.00", "JUPITER": "9", "ELECTAGE": "54,8", "ELECTDAT": "12.05.1936", "GEBDATUM": "27.07.1881", "STBDATUM": "19.06.1960"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
18030	chenebault-jean-1910-04-18	{"e1": "398", "afd5": "209"}	{"lerrcp": "E1-398", "muller": "M5-209"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Chenebault", "spouse": [], "official": {"given": "Jean Raymond Paul", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-04-18 21:15", "note": null, "place": {"c1": null, "c2": "89", "c3": "", "cy": "FR", "lg": 3.28328, "lat": 48.19738, "name": "Sens", "geoid": 2975050}, "notime": null, "date-ut": "1910-04-18 21:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Chenebault"}, "birth": {"tzo": "+00:09", "date": "1910-04-18 21:15", "place": {"c2": "89", "c3": "", "cy": "FR", "lg": 3.28328, "lat": 48.19738, "name": "Sens", "geoid": 2975050}, "date-ut": "1910-04-18 21:06"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "398"}}, "raw": {"H": "21:15", "COD": "89", "DAY": "18", "MON": "04", "NUM": "0398", "PRO": "PH", "YEA": "1910", "CITY": "Sens", "NAME": "CHENEBAULT Jean", "NOTE": "+"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Chenebault", "official": {"given": "Jean Raymond Paul"}}, "birth": {"date": "1910-04-18 21:15", "place": {"name": "Sens"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "209"}}, "raw": {"NR": "209", "GNR": "ND1398", "JU_": "0", "MA_": "0", "MO_": "2", "SA_": "0", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1910", "KORR": "-0.16", "MARS": "16", "MODE": "", "MOND": "11", "NAME": "CHENEBAULT (JEAN RAYMOND PAUL).", "AUFAB": "10.10", "PHAS_": "64.600", "SONNE": "23", "VENUS": "28", "BREITE": "47 N 48", "GEBORT": "Sens (Yonne)", "LAENGE": "003 E 35", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "23", "GEBZEIT": "21.15", "JUPITER": "7", "ELECTAGE": "58,9", "ELECTDAT": "18.02.1969", "GEBDATUM": "18.04.1910", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
21289	chevallier-andre-1896-11-24	{"afd5": "211"}	{"muller": "M5-211"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "André", "family": "Chevallier", "spouse": [], "official": {"given": "André", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1896-11-24 15:20", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.25, "lat": 45.83333, "name": "Saint-Paul-d'Eyjeaux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "André", "family": "Chevallier", "official": {"given": "André"}}, "birth": {"date": "1896-11-24 15:20", "place": {"c2": "87", "cy": "FR", "lg": 1.25, "lat": 45.83333, "name": "Saint-Paul-d'Eyjeaux"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "211"}}, "raw": {"NR": "211", "GNR": "", "JU_": "0", "MA_": "0", "MO_": "1", "SA_": "0", "SO_": "0", "VE_": "2", "CODE": "1", "JAHR": "1896", "KORR": "-0.16", "MARS": "32", "MODE": "", "MOND": "28", "NAME": "CHEVALLIER (ANDRÉ).", "AUFAB": "-5.60", "PHAS_": "88.100", "SONNE": "16", "VENUS": "12", "BREITE": "45 N 50", "GEBORT": "Saint-Paul-d'Eyjeaux (Haute-Vienne", "LAENGE": "001 E 15", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "17", "GEBZEIT": "15.20", "JUPITER": "22", "ELECTAGE": "58,3", "ELECTDAT": "22.02.1955", "GEBDATUM": "24.11.1896", "STBDATUM": "11.11.1964"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21290	cheve-jean-lucien-1908-07-08	{"afd5": "213"}	{"muller": "M5-213"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean Lucien", "family": "Chevé", "spouse": [], "official": {"given": "Jean Lucien", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1908-07-08 17:10", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": 0.7, "lat": 47.4, "name": "Tours", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Jean Lucien", "family": "Chevé", "official": {"given": "Jean Lucien"}}, "birth": {"date": "1908-07-08 17:10", "place": {"c2": "37", "cy": "FR", "lg": 0.7, "lat": 47.4, "name": "Tours"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "213"}}, "raw": {"NR": "213", "GNR": "", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "0", "CODE": "1", "JAHR": "1908", "KORR": "-0.16", "MARS": "14", "MODE": "", "MOND": "5", "NAME": "CHEVÉ (JEAN LUCIEN).", "AUFAB": "10.00", "PHAS_": "61.600", "SONNE": "15", "VENUS": "16", "BREITE": "47 N 24", "GEBORT": "Tours (Indre-et-Loire)", "LAENGE": "000 E 42", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "27", "GEBZEIT": "17.10", "JUPITER": "13", "ELECTAGE": "51,0", "ELECTDAT": "30.06.1959", "GEBDATUM": "08.07.1908", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2980	cheymol-jean-1896-06-24	{"a2": "893", "afd5": "214"}	{"lerrcp": "A2-893", "muller": "M5-214"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Cheymol", "spouse": [], "official": {"given": "Jean Henri", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1896-06-24 19:30", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Castillon", "geoid": 0}, "notime": null, "date-ut": "1896-06-24 19:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Cheymol"}, "birth": {"tzo": "+00:09:21", "date": "1896-06-24 19:30", "place": {"c2": "33", "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Castillon", "geoid": 0}, "date-ut": "1896-06-24 19:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-893"}, "ids-in-sources": {"a2": "893"}}, "raw": {"H": "19", "MN": "20", "TZ": "0", "COD": "33", "COU": "F", "DAY": "24", "LAT": "44N50", "LON": "0W34", "MON": "6", "NUM": "893", "PRO": "S", "SEC": "40", "YEA": "1896", "CITY": "CASTILLON"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Cheymol", "official": {"given": "Jean Henri"}}, "birth": {"date": "1896-06-24 19:30", "place": {"name": "Castillon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "214"}}, "raw": {"NR": "214", "GNR": "SA2893", "JU_": "0", "MA_": "1", "MO_": "2", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1896", "KORR": "-0.16", "MARS": "27", "MODE": "", "MOND": "36", "NAME": "CHEYMOL (JEAN HENRI).", "AUFAB": "4.50", "PHAS_": "97.700", "SONNE": "18", "VENUS": "18", "BREITE": "44 N 50", "GEBORT": "Castillon (Gironde)", "LAENGE": "000 W 34", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "7", "GEBZEIT": "19.30", "JUPITER": "15", "ELECTAGE": "63,7", "ELECTDAT": "23.02.1960", "GEBDATUM": "24.06.1896", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21291	cibert-jean-edouard-marie-1900-10-20	{"afd5": "215"}	{"muller": "M5-215"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean Edouard Marie", "family": "Cibert", "spouse": [], "official": {"given": "Jean Edouard Marie", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1900-10-20 15:30", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Grenoble", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Jean Edouard Marie", "family": "Cibert", "official": {"given": "Jean Edouard Marie"}}, "birth": {"date": "1900-10-20 15:30", "place": {"c2": "38", "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Grenoble"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "215"}}, "raw": {"NR": "215", "GNR": "", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "1", "CODE": "1", "JAHR": "1900", "KORR": "-0.16", "MARS": "21", "MODE": "", "MOND": "19", "NAME": "CIBERT (JEAN EDOUARD MARIE).", "AUFAB": "-6.60", "PHAS_": "11.200", "SONNE": "16", "VENUS": "19", "BREITE": "45 N 11", "GEBORT": "Grenoble (Isère)", "LAENGE": "005 E 43", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "9", "GEBZEIT": "15.30", "JUPITER": "12", "ELECTAGE": "51,6", "ELECTDAT": "20.05.1952", "GEBDATUM": "20.10.1900", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
18052	cier-jean-francols-1915-03-21	{"e1": "420", "afd5": "216"}	{"lerrcp": "E1-420", "muller": "M5-216"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean Françols", "family": "Cier", "spouse": [], "official": {"given": "Jean François", "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-03-21 17:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1915-03-21 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean Françols", "family": "Cier"}, "birth": {"tzo": "+00:00", "date": "1915-03-21 17:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1915-03-21 17:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "420"}}, "raw": {"H": "17:00", "COD": "06", "DAY": "21", "MON": "03", "NUM": "0420", "PRO": "PH", "YEA": "1915", "CITY": "Nice", "NAME": "CIER Jean Françols", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Cier", "official": {"given": "Jean François"}}, "birth": {"date": "1915-03-21 17:00", "place": {"name": "Nice"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "216"}}, "raw": {"NR": "216", "GNR": "ND1420", "JU_": "1", "MA_": "1", "MO_": "2", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1915", "KORR": "0.00", "MARS": "20", "MODE": "", "MOND": "11", "NAME": "CIER (JEAN FRANÇOIS).", "AUFAB": "7.50", "PHAS_": "23.500", "SONNE": "18", "VENUS": "22", "BREITE": "43 N 42", "GEBORT": "Nice (Alpes-Maritimes)", "LAENGE": "007 E 16", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "9", "GEBZEIT": "17.00", "JUPITER": "20", "ELECTAGE": "54,0", "ELECTDAT": "04.03.1969", "GEBDATUM": "21.03.1915", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21292	civatte-achille-1877-03-16	{"afd5": "217"}	{"muller": "M5-217"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Achille", "family": "Civatte", "spouse": [], "official": {"given": "Achille", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1877-03-16 04:00", "note": null, "place": {"c1": null, "c2": "04", "c3": null, "cy": "FR", "lg": 6.25, "lat": 44.1, "name": "Sisteron", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Achille", "family": "Civatte", "official": {"given": "Achille"}}, "birth": {"date": "1877-03-16 04:00", "place": {"c2": "04", "cy": "FR", "lg": 6.25, "lat": 44.1, "name": "Sisteron"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "217"}}, "raw": {"NR": "217", "GNR": "", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "0", "SO_": "0", "VE_": "0", "CODE": "1", "JAHR": "1877", "KORR": "", "MARS": "3", "MODE": "LMT", "MOND": "33", "NAME": "CIVATTE (ACHILLE).", "AUFAB": "0.80", "PHAS_": "0.800", "SONNE": "33", "VENUS": "34", "BREITE": "44 N 06", "GEBORT": "Sisteron (Basses-Alpes)", "LAENGE": "006 E 15", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "34", "GEBZEIT": "04.00", "JUPITER": "4", "ELECTAGE": "77,8", "ELECTDAT": "07.12.1954", "GEBDATUM": "16.03.1877", "STBDATUM": "20.07.1956"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21293	clavert-jean-marie-joseph-1912-03-30	{"afd5": "219"}	{"muller": "M5-219"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean Marie Joseph", "family": "Clavert", "spouse": [], "official": {"given": "Jean Marie Joseph", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1912-03-30 10:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.2, "lat": 48.7, "name": "Lunéville", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Jean Marie Joseph", "family": "Clavert", "official": {"given": "Jean Marie Joseph"}}, "birth": {"date": "1912-03-30 10:00", "place": {"c2": "54", "cy": "FR", "lg": 6.2, "lat": 48.7, "name": "Lunéville"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "219"}}, "raw": {"NR": "219", "GNR": "", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "2", "CODE": "1", "JAHR": "1912", "KORR": "0.00", "MARS": "2", "MODE": "", "MOND": "28", "NAME": "CLAVERT (JEAN MARIE JOSEPH).", "AUFAB": "8.30", "PHAS_": "89.200", "SONNE": "7", "VENUS": "9", "BREITE": "48 N 42", "GEBORT": "Lunéville (Meurthe-et-Moselle)", "LAENGE": "006 E 12", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "4", "GEBZEIT": "10.00", "JUPITER": "21", "ELECTAGE": "58,0", "ELECTDAT": "10.03.1970", "GEBDATUM": "30.03.1912", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2248	claude-henri-1869-03-31	{"a2": "161", "wd": "Q1339057", "afd5": "218"}	{"wd": "Q1339057", "lerrcp": "A2-161", "muller": "M5-218"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri", "family": "Claude", "spouse": [], "official": {"given": "Henri Charles Jules", "family": "Claude"}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1869-03-31 19:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "2", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1869-03-31 18:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	2	{"birth": {"slug": "claude-henri-1869-03-31", "extras": {"name": {"given": "Henri"}, "partial-ids": {"wd": "Q1339057"}, "ids-in-sources": {"wd": "Q1339057"}}, "header": {"history": {"0": {"date": "2023-07-12", "actor": "Thierry Graff", "action": "Locate the act and add to opengauquelin.org"}}}, "source": {"notes": "Original name of the image: archives_AD075EC_V4E_00184_0087.JPG\\n<br>This person is part of physicians born in Paris that Arno Müller couldn't check in 1994 (see details on <a href=\\"https://tig12.github.io/g5/muller5-1083-medics.html#fix-paris\\">tig12.github.io/g5</a>).\\n<br>Comparison with birth certificate shows that Gauquelin birth time was correct.\\n<br>The arrondissement could be found thanks to <a href=\\"https://fr.wikipedia.org/wiki/Henri_Claude\\">Wikipedia</a>.\\n", "civil-registry": {"web": {"url": "https://archives.paris.fr/arkotheque/visionneuse/visionneuse.php?arko=YTo2OntzOjQ6ImRhdGUiO3M6MTA6IjIwMjMtMDctMTIiO3M6MTA6InR5cGVfZm9uZHMiO3M6MTE6ImFya29fc2VyaWVsIjtzOjQ6InJlZjEiO2k6NDtzOjQ6InJlZjIiO2k6MTk5NTUxO3M6MTY6InZpc2lvbm5ldXNlX2h0bWwiO2I6MTtzOjIxOiJ2aXNpb25uZXVzZV9odG1sX21vZGUiO3M6NDoicHJvZCI7fQ==", "page": "27 / 31"}, "name": "Archives de Paris, 1869 , Naissances , 02 V4E 184", "place": {"c2": "75", "c3": "2", "cy": "FR", "name": "Paris"}}, "document-creation": {"date": "1869-04-03 12:00"}}, "opengauquelin": {"projects": {"0": "muller-paris-medics"}, "fix-issues": {"0": "claude-henri-1869-03-31--date"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Henri Charles Jules", "family": "Claude"}}, "birth": {"date": "1869-03-31 19:00", "place": {"c2": "75", "c3": "2", "cy": "FR", "name": "Paris"}}}}}	[{"new": {"name": {"given": "Henri", "family": "Claude"}, "birth": {"tzo": "+00:09:24", "date": "1869-03-31 19:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1869-03-31 18:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-161"}, "ids-in-sources": {"a2": "161"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "31", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "161", "PRO": "S", "SEC": "40", "YEA": "1869", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Claude", "official": {"given": "Henri Charles Jules"}}, "birth": {"date": "1869-03-31 19:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "218"}}, "raw": {"NR": "218", "GNR": "SA2161", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "4", "JAHR": "1869", "KORR": "", "MARS": "8", "MODE": "LMT", "MOND": "32", "NAME": "CLAUDE (HENRI CHARLES JULES).", "AUFAB": "-6.80", "PHAS_": "86.700", "SONNE": "19", "VENUS": "21", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "30", "GEBZEIT": "19.00", "JUPITER": "18", "ELECTAGE": "58,2", "ELECTDAT": "24.05.1927", "GEBDATUM": "31.03.1869", "STBDATUM": "28.11.1945"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"sex": "M", "name": {"given": "Henri", "official": {"given": "Henri Charles Jules", "family": "Claude"}}, "birth": {"date": "1869-03-31 19:00", "place": {"c2": "75", "c3": "2", "cy": "FR", "name": "Paris"}}, "partial-ids": {"wd": "Q1339057"}, "ids-in-sources": {"wd": "Q1339057"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1869/03/31/claude-henri-1869-03-31\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add claude-henri-1869-03-31"}]	[]
21508	cantoni-remo-1914-10-14	{"afd1": "90"}	{"muller": "M1-90"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Remo", "family": "Cantoni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1914-10-14 04:00", "note": "", "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9, "lat": 45.5, "name": "Milano", "geoid": null}, "notime": null, "date-ut": "1914-10-14 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Remo", "family": "Cantoni"}, "birth": {"tzo": "+01:00", "date": "1914-10-14 04:00", "note": "", "place": {"c2": "MI", "cy": "IT", "lg": 9, "lat": 45.5, "name": "Milano"}, "date-ut": "1914-10-14 03:00"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "90"}}, "raw": {"LG": "-9,25", "DAY": "14", "LAT": "45,5", "MIN": "00", "TZO": "-1", "HOUR": "04", "NAME": "90M Cantoni, Remo", "YEAR": "1914", "MONTH": "10", "PLACE": "Milano MI"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
18061	clement-robert-1891-08-20	{"e1": "429", "afd5": "221"}	{"lerrcp": "E1-429", "muller": "M5-221"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Robert", "family": "Clément", "spouse": [], "official": {"given": "Robert Emile Bernard", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1891-08-20 07:00", "note": null, "place": {"c1": null, "c2": "84", "c3": "", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1891-08-20 06:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Clement"}, "birth": {"tzo": "+00:09", "date": "1891-08-20 07:00", "place": {"c2": "84", "c3": "", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1891-08-20 06:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "429"}}, "raw": {"H": "07:00", "COD": "84", "DAY": "20", "MON": "08", "NUM": "0429", "PRO": "PH", "YEA": "1891", "CITY": "Avignon", "NAME": "CLEMENT Robert", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Clément", "official": {"given": "Robert Emile Bernard"}}, "birth": {"date": "1891-08-20 07:00", "place": {"name": "Avignon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "221"}}, "raw": {"NR": "221", "GNR": "ND1429", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "2", "VE_": "1", "CODE": "4", "JAHR": "1891", "KORR": "-0.16", "MARS": "4", "MODE": "", "MOND": "21", "NAME": "CLÉMENT (ROBERT EMILE BERNARD).", "AUFAB": "1.20", "PHAS_": "99.800", "SONNE": "3", "VENUS": "4", "BREITE": "43 N 57", "GEBORT": "Avignon (Vaucluse)", "LAENGE": "004 E 50", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "1", "GEBZEIT": "07.00", "JUPITER": "19", "ELECTAGE": "70,3", "ELECTDAT": "05.12.1961", "GEBDATUM": "20.08.1891", "STBDATUM": "21.02.1970"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2251	cloquet-louis-1818-10-11	{"a2": "164", "afd5": "223"}	{"lerrcp": "A2-164", "muller": "M5-223"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Cloquet", "spouse": [], "official": {"given": "Louis André Ernest", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1818-10-11 04:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1818-10-11 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Cloquet"}, "birth": {"tzo": "+00:09:24", "date": "1818-10-11 04:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1818-10-11 03:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-164"}, "ids-in-sources": {"a2": "164"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "11", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "164", "PRO": "S", "SEC": "40", "YEA": "1818", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Cloquet", "official": {"given": "Louis André Ernest"}}, "birth": {"date": "1818-10-11 04:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "223"}}, "raw": {"NR": "223", "GNR": "SA2164", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "4", "JAHR": "1818", "KORR": "", "MARS": "32", "MODE": "LMT", "MOND": "20", "NAME": "CLOQUET (LOUIS ANDRÉ ERNEST).", "AUFAB": "7.90", "PHAS_": "88.600", "SONNE": "33", "VENUS": "29", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "20", "GEBZEIT": "04.00", "JUPITER": "26", "ELECTAGE": "27,6", "ELECTDAT": "19.05.1846", "GEBDATUM": "11.10.1818", "STBDATUM": "23.03.1854"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2254	colin-leon-1830-04-16	{"a2": "167", "g55": "01-129", "afd5": "226"}	{"g55": "01-129", "lerrcp": "A2-167", "muller": "M5-226"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Léon", "family": "Colin", "spouse": [], "official": {"given": "Léon Jean", "family": null}}	\N	{"lmt": null, "tzo": "+00:28:16", "date": "1830-04-16 01:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 7.06569, "lat": 48.61018, "name": "Saint-Quirin", "geoid": 2977255}, "notime": null, "date-ut": "1830-04-16 00:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Colin"}, "birth": {"tzo": "+00:28:16", "date": "1830-04-16 01:03:32", "place": {"c2": "57", "cy": "FR", "lg": 7.06569, "lat": 48.61018, "name": "Saint-Quirin", "geoid": 2977255}, "date-ut": "1830-04-16 00:35:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-167"}, "ids-in-sources": {"a2": "167"}}, "raw": {"H": "0", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "16", "LAT": "49N 7", "LON": "6E11", "MON": "4", "NUM": "167", "PRO": "S", "SEC": "16", "YEA": "1830", "CITY": "ST-QUIRIN"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Colin", "official": {"given": "Léon Jean"}}, "birth": {"date": "1830-04-16 01:00", "place": {"name": "Saint-Quirin"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "226"}}, "raw": {"NR": "226", "GNR": "SA2167", "JU_": "2", "MA_": "1", "MO_": "2", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1830", "KORR": "", "MARS": "35", "MODE": "LMT", "MOND": "36", "NAME": "COLIN (LÉON JEAN).", "AUFAB": "-10.30", "PHAS_": "53.100", "SONNE": "29", "VENUS": "33", "BREITE": "49 N 07", "GEBORT": "Saint-Quirin (Moselle)", "LAENGE": "006 E 11", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "16", "GEBZEIT": "01.00", "JUPITER": "36", "ELECTAGE": "50,0", "ELECTDAT": "23.03.1880", "GEBDATUM": "16.04.1830", "STBDATUM": "22.02.1906"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-129"}, "ids-in-source": {"g55": "01-129"}}, "raw": {"DAY": "16-4-1830", "HOUR": "1 h.", "NAME": "COLIN Léon", "PLACE": "Saint-Quirin (Meurthe)."}, "date": "2023-08-20T14:47:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21294	cornil-lucien-1888-08-01	{"afd5": "232"}	{"muller": "M5-232"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Lucien", "family": "Cornil", "spouse": [], "official": {"given": "Lucien", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1888-08-01 20:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.33333, "lat": 46.56667, "name": "Vichy", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Lucien", "family": "Cornil", "official": {"given": "Lucien"}}, "birth": {"date": "1888-08-01 20:00", "place": {"c2": "03", "cy": "FR", "lg": 3.33333, "lat": 46.56667, "name": "Vichy"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "232"}}, "raw": {"NR": "232", "GNR": "", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1888", "KORR": "", "MARS": "14", "MODE": "LMT", "MOND": "29", "NAME": "CORNIL (LUCIEN).", "AUFAB": "-9.40", "PHAS_": "39.300", "SONNE": "20", "VENUS": "19", "BREITE": "46 N 34", "GEBORT": "Vichy (Allier)", "LAENGE": "003 E 20", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "19", "GEBZEIT": "20.00", "JUPITER": "12", "ELECTAGE": "52,5", "ELECTDAT": "04.02.1941", "GEBDATUM": "01.08.1888", "STBDATUM": "20.02.1952"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2258	combalat-barthelemy-1834-03-10	{"a2": "171", "g55": "01-133", "afd5": "229"}	{"g55": "01-133", "lerrcp": "A2-171", "muller": "M5-229"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Barthelemy", "family": "Combalat", "spouse": [], "official": {"given": "Barthélemy", "family": null}}	\N	{"lmt": null, "tzo": "+00:14:41", "date": "1834-03-10 01:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.67083, "lat": 43.48944, "name": "Poussan", "geoid": 2985738}, "notime": null, "date-ut": "1834-03-10 00:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Barthelemy", "family": "Combalat"}, "birth": {"tzo": "+00:14:41", "date": "1834-03-10 01:00", "place": {"c2": "34", "cy": "FR", "lg": 3.67083, "lat": 43.48944, "name": "Poussan", "geoid": 2985738}, "date-ut": "1834-03-10 00:44:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-171"}, "ids-in-sources": {"a2": "171"}}, "raw": {"H": "0", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "10", "LAT": "43N37", "LON": "3E53", "MON": "3", "NUM": "171", "PRO": "S", "SEC": "28", "YEA": "1834", "CITY": "POUSSAN"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Combalat", "official": {"given": "Barthélemy"}}, "birth": {"date": "1834-03-10 01:00", "place": {"name": "Poussan"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "229"}}, "raw": {"NR": "229", "GNR": "SA2171", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1834", "KORR": "", "MARS": "31", "MODE": "LMT", "MOND": "29", "NAME": "COMBALAT (BARTHÉLEMY).", "AUFAB": "-1.70", "PHAS_": "0.400", "SONNE": "29", "VENUS": "29", "BREITE": "43 N 37", "GEBORT": "Poussan (Hérault)", "LAENGE": "003 E 53", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "9", "GEBZEIT": "01.00", "JUPITER": "24", "ELECTAGE": "61,0", "ELECTDAT": "12.02.1895", "GEBDATUM": "10.03.1834", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-133"}, "ids-in-source": {"g55": "01-133"}}, "raw": {"DAY": "10-3-1834", "HOUR": "1 h.", "NAME": "COMBALAT Barthélemy", "PLACE": "Poussan (Hérault)."}, "date": "2023-08-20T14:47:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2260	cornil-andre-1837-06-17	{"a2": "173", "g55": "01-135", "afd5": "231"}	{"g55": "01-135", "lerrcp": "A2-173", "muller": "M5-231"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "André", "family": "Cornil", "spouse": [], "official": {"given": "André Victor", "family": null}}	\N	{"lmt": null, "tzo": "+00:13:50", "date": "1837-06-17 05:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.45639, "lat": 46.13452, "name": "Cusset", "geoid": 3021993}, "notime": null, "date-ut": "1837-06-17 04:46:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Cornil"}, "birth": {"tzo": "+00:13:50", "date": "1837-06-17 05:00", "place": {"c2": "03", "cy": "FR", "lg": 3.45639, "lat": 46.13452, "name": "Cusset", "geoid": 3021993}, "date-ut": "1837-06-17 04:46:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-173"}, "ids-in-sources": {"a2": "173"}}, "raw": {"H": "4", "MN": "46", "TZ": "0", "COD": "03", "COU": "F", "DAY": "17", "LAT": "46N34", "LON": "3E20", "MON": "6", "NUM": "173", "PRO": "S", "SEC": "40", "YEA": "1837", "CITY": "CUSSET"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Cornil", "official": {"given": "André Victor"}}, "birth": {"date": "1837-06-17 05:00", "place": {"name": "Cusset"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "231"}}, "raw": {"NR": "231", "GNR": "SA2173", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1837", "KORR": "", "MARS": "27", "MODE": "LMT", "MOND": "21", "NAME": "CORNIL (ANDRÉ VICTOR).", "AUFAB": "5.40", "PHAS_": "96.100", "SONNE": "1", "VENUS": "1", "BREITE": "46 N 34", "GEBORT": "Cusset (Allier)", "LAENGE": "003 E 20", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "22", "GEBZEIT": "05.00", "JUPITER": "30", "ELECTAGE": "47,1", "ELECTDAT": "15.07.1884", "GEBDATUM": "17.06.1837", "STBDATUM": "14.04.1908"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-135"}, "ids-in-source": {"g55": "01-135"}}, "raw": {"DAY": "17-6-1837", "HOUR": "5 h.", "NAME": "CORNIL André", "PLACE": "Cusset (Allier)."}, "date": "2023-08-20T14:47:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
18102	cossa-paul-1901-06-06	{"e1": "470", "afd5": "233"}	{"lerrcp": "E1-470", "muller": "M5-233"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul", "family": "Cossa", "spouse": [], "official": {"given": "Paul", "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1901-06-06 18:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Marseille", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Cossa"}, "birth": {"tzo": "", "date": "1901-06-06 18:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Marssille", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "470"}}, "raw": {"H": "18:00", "COD": "13", "DAY": "06", "MON": "06", "NUM": "0470", "PRO": "PH", "YEA": "1901", "CITY": "Marssille", "NAME": "COSSA Paul", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Cossa", "official": {"given": "Paul"}}, "birth": {"date": "1901-06-06 18:00", "place": {"name": "Marseille"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "233"}}, "raw": {"NR": "233", "GNR": "ND1470", "JU_": "0", "MA_": "2", "MO_": "1", "SA_": "0", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1901", "KORR": "-0.16", "MARS": "10", "MODE": "", "MOND": "31", "NAME": "COSSA (PAUL).", "AUFAB": "-6.00", "PHAS_": "87.400", "SONNE": "17", "VENUS": "16", "BREITE": "43 N 18", "GEBORT": "Marseille (Bouches-du-Rhône)", "LAENGE": "005 E 22", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "32", "GEBZEIT": "18.00", "JUPITER": "33", "ELECTAGE": "70,0", "ELECTDAT": "18.05.1971", "GEBDATUM": "06.06.1901", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2994	coste-florent-1896-07-27	{"a2": "907", "afd5": "234"}	{"lerrcp": "A2-907", "muller": "M5-234"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Florent", "family": "Coste", "spouse": [], "official": {"given": "Florent François Fernand", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1896-07-27 08:00", "note": null, "place": {"c1": null, "c2": "52", "c3": null, "cy": "FR", "lg": 5.13333, "lat": 48.11667, "name": "Montsaugeon", "geoid": 0}, "notime": null, "date-ut": "1896-07-27 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Florent", "family": "Coste"}, "birth": {"tzo": "+00:09:21", "date": "1896-07-27 08:00", "place": {"c2": "52", "cy": "FR", "lg": 5.13333, "lat": 48.11667, "name": "Montrangeon", "geoid": 0}, "date-ut": "1896-07-27 07:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-907"}, "ids-in-sources": {"a2": "907"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "52", "COU": "F", "DAY": "27", "LAT": "48N 7", "LON": "5E 8", "MON": "7", "NUM": "907", "PRO": "S", "SEC": "40", "YEA": "1896", "CITY": "MONTRANGEON"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Coste", "official": {"given": "Florent François Fernand"}}, "birth": {"date": "1896-07-27 08:00", "place": {"name": "Montsaugeon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "234"}}, "raw": {"NR": "234", "GNR": "SA2907", "JU_": "2", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "2", "JAHR": "1896", "KORR": "-0.16", "MARS": "11", "MODE": "", "MOND": "19", "NAME": "COSTE (FLORENT FRANÇOIS FERNAND).", "AUFAB": "-3.50", "PHAS_": "94.800", "SONNE": "4", "VENUS": "4", "BREITE": "43 N 37", "GEBORT": "Montsaugeon (Haute-Garonne)", "LAENGE": "001 E 26", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "30", "GEBZEIT": "08.00", "JUPITER": "3", "ELECTAGE": "62,9", "ELECTDAT": "02.06.1959", "GEBDATUM": "27.07.1896", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21295	cotte-gaston-1879-11-14	{"afd5": "236"}	{"muller": "M5-236"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Gaston", "family": "Cotte", "spouse": [], "official": {"given": "Gaston", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1879-11-14 22:30", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Lyon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Gaston", "family": "Cotte", "official": {"given": "Gaston"}}, "birth": {"date": "1879-11-14 22:30", "place": {"c2": "69", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Lyon"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "236"}}, "raw": {"NR": "236", "GNR": "", "JU_": "0", "MA_": "0", "MO_": "0", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1879", "KORR": "", "MARS": "8", "MODE": "LMT", "MOND": "25", "NAME": "COTTE (GASTON).", "AUFAB": "-1.70", "PHAS_": "0.100", "SONNE": "26", "VENUS": "30", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "12", "GEBZEIT": "22.30", "JUPITER": "16", "ELECTAGE": "67,4", "ELECTDAT": "18.03.1947", "GEBDATUM": "14.11.1879", "STBDATUM": "03.01.1951"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21296	cottet-jules-gaspard-1871-05-14	{"afd5": "237"}	{"muller": "M5-237"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jules Gaspard", "family": "Cottet", "spouse": [], "official": {"given": "Jules Gaspard", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1871-05-14 02:00", "note": null, "place": {"c1": null, "c2": "74", "c3": null, "cy": "FR", "lg": 6.11667, "lat": 45.9, "name": "Bonneville", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Jules Gaspard", "family": "Cottet", "official": {"given": "Jules Gaspard"}}, "birth": {"date": "1871-05-14 02:00", "place": {"c2": "74", "cy": "FR", "lg": 6.11667, "lat": 45.9, "name": "Bonneville"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "237"}}, "raw": {"NR": "237", "GNR": "", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1871", "KORR": "", "MARS": "18", "MODE": "LMT", "MOND": "35", "NAME": "COTTET (JULES GASPARD).", "AUFAB": "-9.50", "PHAS_": "26.000", "SONNE": "31", "VENUS": "26", "BREITE": "45 N 54", "GEBORT": "Bonneville (Haute-Savoie)", "LAENGE": "006 E 07", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "7", "GEBZEIT": "02.00", "JUPITER": "27", "ELECTAGE": "69,8", "ELECTDAT": "04.02.1941", "GEBDATUM": "14.05.1871", "STBDATUM": "03.12.1959"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2264	courmont-jules-1865-01-24	{"a2": "177", "afd5": "239"}	{"lerrcp": "A2-177", "muller": "M5-239"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jules", "family": "Courmont", "spouse": [], "official": {"given": "Jules", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1865-01-24 04:20", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1865-01-24 04:00:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Courmont"}, "birth": {"tzo": "+00:19:23", "date": "1865-01-24 04:20", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1865-01-24 04:00:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-177"}, "ids-in-sources": {"a2": "177"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "69", "COU": "F", "DAY": "24", "LAT": "45N46", "LON": "4E50", "MON": "1", "NUM": "177", "PRO": "S", "SEC": "40", "YEA": "1865", "CITY": "LYON"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Courmont", "official": {"given": "Jules"}}, "birth": {"date": "1865-01-24 04:20", "place": {"name": "Lyon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "239"}}, "raw": {"NR": "239", "GNR": "SA2177", "JU_": "2", "MA_": "1", "MO_": "2", "SA_": "0", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1865", "KORR": "", "MARS": "20", "MODE": "LMT", "MOND": "36", "NAME": "COURMONT (JULES).", "AUFAB": "-8.20", "PHAS_": "14.600", "SONNE": "33", "VENUS": "29", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "7", "GEBZEIT": "04.20", "JUPITER": "36", "ELECTAGE": "44,2", "ELECTDAT": "30.03.1909", "GEBDATUM": "24.01.1865", "STBDATUM": "25.02.1917"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2266	courrier-robert-1895-10-06	{"a2": "179", "afd5": "241"}	{"lerrcp": "A2-179", "muller": "M5-241"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Robert", "family": "Courrier", "spouse": [], "official": {"given": "Robert Marie Jules Constant", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1895-10-06 18:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.07905, "lat": 48.42592, "name": "Saxon-Sion", "geoid": 2975497}, "notime": null, "date-ut": "1895-10-06 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Courrier"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.07905, "lat": 48.42592, "name": "Saxon-Sion", "geoid": 2975497}, "date-ut": "1895-10-06 17:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-179"}, "ids-in-sources": {"a2": "179"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "54", "COU": "F", "DAY": "6", "LAT": "48N42", "LON": "6E12", "MON": "10", "NUM": "179", "PRO": "S", "SEC": "40", "YEA": "1895", "CITY": "SAXON-SION"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Courrier", "official": {"given": "Robert Marie Jules Constant"}}, "birth": {"date": "1895-10-06 18:00", "place": {"name": "Saxon-Sion"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "241"}}, "raw": {"NR": "241", "GNR": "SA2179", "JU_": "0", "MA_": "1", "MO_": "2", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1895", "KORR": "-0.16", "MARS": "20", "MODE": "", "MOND": "1", "NAME": "COURRIER (ROBERT MARIE JULES CONSTANT).", "AUFAB": "-2.90", "PHAS_": "96.000", "SONNE": "20", "VENUS": "22", "BREITE": "48 N 42", "GEBORT": "Saxon-Sion (Meurthe-et-Moselle)", "LAENGE": "006 E 12", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "18", "GEBZEIT": "18.00", "JUPITER": "25", "ELECTAGE": "46,1", "ELECTDAT": "18.11.1941", "GEBDATUM": "06.10.1895", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21297	courty-louis-alphonse-marie-joseph-1888-12-01	{"afd5": "242"}	{"muller": "M5-242"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis Alphonse Marie Joseph", "family": "Courty", "spouse": [], "official": {"given": "Louis Alphonse Marie Joseph", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1888-12-01 23:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 43.95, "name": "Pernes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Louis Alphonse Marie Joseph", "family": "Courty", "official": {"given": "Louis Alphonse Marie Joseph"}}, "birth": {"date": "1888-12-01 23:00", "place": {"c2": "84", "cy": "FR", "lg": 4.83333, "lat": 43.95, "name": "Pernes"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "242"}}, "raw": {"NR": "242", "GNR": "", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "1", "JAHR": "1888", "KORR": "", "MARS": "22", "MODE": "LMT", "MOND": "28", "NAME": "COURTY (LOUIS ALPHONSE MARIE JOSEPH).", "AUFAB": "-7.90", "PHAS_": "8.900", "SONNE": "27", "VENUS": "23", "BREITE": "43 N 57", "GEBORT": "Pernes (Vaucluse)", "LAENGE": "004 E 50", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "2", "GEBZEIT": "23.00", "JUPITER": "26", "ELECTAGE": "62,4", "ELECTDAT": "03.04.1951", "GEBDATUM": "01.12.1888", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
18127	coutela-henri-1876-11-03	{"e1": "496", "afd5": "243"}	{"lerrcp": "E1-496", "muller": "M5-243"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri", "family": "Coutela", "spouse": [], "official": {"given": "Charles Henri Georges", "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1876-11-03 15:30", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Fontenay-sous-Bois", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Coutela"}, "birth": {"tzo": "", "date": "1876-11-03 15:30", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Fnntenay sous Bois", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "496"}}, "raw": {"H": "15:30", "COD": "94", "DAY": "03", "MON": "11", "NUM": "0496", "PRO": "PH", "YEA": "1876", "CITY": "Fnntenay sous Bois", "NAME": "COUTELA Henri", "NOTE": "+"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Coutela", "official": {"given": "Charles Henri Georges"}}, "birth": {"date": "1876-11-03 15:30", "place": {"name": "Fontenay-sous-Bois"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "243"}}, "raw": {"NR": "243", "GNR": "ND1496", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "2", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1876", "KORR": "", "MARS": "18", "MODE": "LMT", "MOND": "33", "NAME": "COUTELA (CHARLES HENRI GEORGES).", "AUFAB": "-1.40", "PHAS_": "98.500", "SONNE": "17", "VENUS": "19", "BREITE": "48 N 47", "GEBORT": "Fontenay-sous-Bois (Seine)", "LAENGE": "002 E 29", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "3", "GEBZEIT": "15.30", "JUPITER": "14", "ELECTAGE": "76,3", "ELECTDAT": "17.02.1953", "GEBDATUM": "03.11.1876", "STBDATUM": "18.01.1969"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
21298	coutelen-frederic-raymond-1897-05-19	{"afd5": "244"}	{"muller": "M5-244"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Frédéric Raymond", "family": "Coutelen", "spouse": [], "official": {"given": "Frédéric Raymond", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1897-05-19 05:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 43.95, "name": "Avignon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Frédéric Raymond", "family": "Coutelen", "official": {"given": "Frédéric Raymond"}}, "birth": {"date": "1897-05-19 05:00", "place": {"c2": "84", "cy": "FR", "lg": 4.83333, "lat": 43.95, "name": "Avignon"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "244"}}, "raw": {"NR": "244", "GNR": "", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "2", "VE_": "2", "CODE": "1", "JAHR": "1897", "KORR": "-0.16", "MARS": "29", "MODE": "", "MOND": "15", "NAME": "COUTELEN (FRÉDÉRIC RAYMOND).", "AUFAB": "-5.40", "PHAS_": "91.400", "SONNE": "1", "VENUS": "3", "BREITE": "43 N 57", "GEBORT": "Avignon (Vaucluse)", "LAENGE": "004 E 50", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "19", "GEBZEIT": "05.00", "JUPITER": "25", "ELECTAGE": "61,6", "ELECTDAT": "27.11.1958", "GEBDATUM": "19.05.1897", "STBDATUM": "24.02.1957"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
18134	croizat-pierre-1898-01-21	{"e1": "503", "afd5": "249"}	{"lerrcp": "E1-503", "muller": "M5-249"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre", "family": "Croizat", "spouse": [], "official": {"given": "Pierre Alfred Marie", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-01-21 08:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "6", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1898-01-21 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Croizat"}, "birth": {"tzo": "+00:09", "date": "1898-01-21 08:00", "place": {"c2": "69", "c3": "6", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1898-01-21 07:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "503"}}, "raw": {"H": "08:00", "COD": "69", "DAY": "21", "MON": "01", "NUM": "0503", "PRO": "PH", "YEA": "1898", "CITY": "Lyon 6ème", "NAME": "CROIZAT Pierre", "NOTE": "+"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Croizat", "official": {"given": "Pierre Alfred Marie"}}, "birth": {"date": "1898-01-21 08:00", "place": {"name": "Lyon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "249"}}, "raw": {"NR": "249", "GNR": "ND1503", "JU_": "0", "MA_": "2", "MO_": "2", "SA_": "2", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1898", "KORR": "-0.16", "MARS": "3", "MODE": "", "MOND": "3", "NAME": "CROIZAT (PIERRE ALFRED MARIE).", "AUFAB": "-5.10", "PHAS_": "2.500", "SONNE": "2", "VENUS": "2", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "9", "GEBZEIT": "08.00", "JUPITER": "15", "ELECTAGE": "63,1", "ELECTDAT": "28.02.1961", "GEBDATUM": "21.01.1898", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
2272	crouzon-louis-1874-09-29	{"a2": "185", "afd5": "250"}	{"lerrcp": "A2-185", "muller": "M5-250"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Crouzon", "spouse": [], "official": {"given": "Louis Edouard Octave", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1874-09-29 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1874-09-29 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Crouzon"}, "birth": {"tzo": "+00:09:24", "date": "1874-09-29 05:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1874-09-29 04:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-185"}, "ids-in-sources": {"a2": "185"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "29", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "185", "PRO": "S", "SEC": "40", "YEA": "1874", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Crouzon", "official": {"given": "Louis Edouard Octave"}}, "birth": {"date": "1874-09-29 05:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "250"}}, "raw": {"NR": "250", "GNR": "SA2185", "JU_": "0", "MA_": "2", "MO_": "2", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "4", "JAHR": "1874", "KORR": "", "MARS": "3", "MODE": "LMT", "MOND": "12", "NAME": "CROUZON (LOUIS EDOUARD OCTAVE).", "AUFAB": "-7.10", "PHAS_": "86.500", "SONNE": "35", "VENUS": "30", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "24", "GEBZEIT": "05.00", "JUPITER": "34", "ELECTAGE": "60,4", "ELECTDAT": "26.02.1935", "GEBDATUM": "29.09.1874", "STBDATUM": "16.09.1938"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2274	damaschino-francois-theodore-1840-09-27	{"a2": "187", "afd5": "252"}	{"lerrcp": "A2-187", "muller": "M5-252"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "François Théodore", "family": "Damaschino", "spouse": [], "official": {"given": "François Théodore", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1840-09-27 00:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1840-09-26 23:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A2-187"}, "birth": {"tzo": "+00:09:24", "date": "1840-09-27 00:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1840-09-26 23:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-187"}, "ids-in-sources": {"a2": "187"}}, "raw": {"H": "23", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "26", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "187", "PRO": "S", "SEC": "40", "YEA": "1840", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "given": "François Théodore", "family": "Damaschino", "official": {"given": "François Théodore"}}, "birth": {"date": "1840-09-27 00:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "252"}}, "raw": {"NR": "252", "GNR": "SA2187", "JU_": "0", "MA_": "0", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "4", "JAHR": "1840", "KORR": "", "MARS": "33", "MODE": "LMT", "MOND": "27", "NAME": "DAMASCHINO (FRANCOIS THÉODORE).", "AUFAB": "1.70", "PHAS_": "1.800", "SONNE": "28", "VENUS": "26", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "22", "GEBZEIT": "00.00", "JUPITER": "24", "ELECTAGE": "47,7", "ELECTDAT": "12.06.1888", "GEBDATUM": "27.09.1840", "STBDATUM": "22.12.1889"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21299	dargent-marcel-joannes-1908-10-19	{"afd5": "253"}	{"muller": "M5-253"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Marcel Joannes", "family": "Dargent", "spouse": [], "official": {"given": "Marcel Joannes", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1908-10-19 22:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Lyon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Marcel Joannes", "family": "Dargent", "official": {"given": "Marcel Joannes"}}, "birth": {"date": "1908-10-19 22:00", "place": {"c2": "69", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Lyon"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "253"}}, "raw": {"NR": "253", "GNR": "", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "1", "CODE": "1", "JAHR": "1908", "KORR": "-0.16", "MARS": "27", "MODE": "", "MOND": "31", "NAME": "DARGENT (MARCEL JOANNES).", "AUFAB": "-9.10", "PHAS_": "32.900", "SONNE": "25", "VENUS": "29", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "9", "GEBZEIT": "22.00", "JUPITER": "30", "ELECTAGE": "58,6", "ELECTDAT": "23.05.1967", "GEBDATUM": "19.10.1908", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
18149	darget-raymond-1888-03-13	{"e1": "518", "afd5": "254"}	{"lerrcp": "E1-518", "muller": "M5-254"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Raymond", "family": "Darget", "spouse": [], "official": {"given": "Raymond Noël", "family": null}}	\N	{"lmt": null, "tzo": "-00:03", "date": "1888-03-13 21:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -0.77266, "lat": 43.48834, "name": "Orthez", "geoid": 2989187}, "notime": null, "date-ut": "1888-03-13 21:03"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Darget"}, "birth": {"tzo": "-00:03", "date": "1888-03-13 21:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": -0.77266, "lat": 43.48834, "name": "Orthez", "geoid": 2989187}, "date-ut": "1888-03-13 21:03"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "518"}}, "raw": {"H": "21:00", "COD": "64", "DAY": "13", "MON": "03", "NUM": "0518", "PRO": "PH", "YEA": "1888", "CITY": "Orthez", "NAME": "DARGET Raymond", "NOTE": "+"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Darget", "official": {"given": "Raymond Noël"}}, "birth": {"date": "1888-03-13 21:00", "place": {"name": "Orthez"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "254"}}, "raw": {"NR": "254", "GNR": "ND1518", "JU_": "0", "MA_": "2", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1888", "KORR": "", "MARS": "36", "MODE": "LMT", "MOND": "21", "NAME": "DARGET (RAYMOND NOEL).", "AUFAB": "-0.30", "PHAS_": "0.200", "SONNE": "23", "VENUS": "26", "BREITE": "43 N 18", "GEBORT": "Orthez (Basses-Pyrénées)", "LAENGE": "000 W 22", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "10", "GEBZEIT": "21.00", "JUPITER": "33", "ELECTAGE": "76,0", "ELECTDAT": "11.02.1964", "GEBDATUM": "13.03.1888", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
21300	debenedetti-raymond-louis-1901-11-26	{"afd5": "256"}	{"muller": "M5-256"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Raymond Louis", "family": "Debénédetti", "spouse": [], "official": {"given": "Raymond Louis", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1901-11-26 07:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Lyon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Raymond Louis", "family": "Debénédetti", "official": {"given": "Raymond Louis"}}, "birth": {"date": "1901-11-26 07:00", "place": {"c2": "69", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Lyon"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "256"}}, "raw": {"NR": "256", "GNR": "", "JU_": "0", "MA_": "0", "MO_": "1", "SA_": "0", "SO_": "2", "VE_": "0", "CODE": "1", "JAHR": "1901", "KORR": "-0.16", "MARS": "34", "MODE": "", "MOND": "18", "NAME": "DEBÉNÉDETTI (RAYMOND LOUIS).", "AUFAB": "1.70", "PHAS_": "100.00", "SONNE": "36", "VENUS": "32", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "33", "GEBZEIT": "07.00", "JUPITER": "33", "ELECTAGE": "54,0", "ELECTDAT": "15.11.1955", "GEBDATUM": "26.11.1901", "STBDATUM": "24.01.1969"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
3016	debray-charles-1907-11-28	{"a2": "929", "afd5": "259"}	{"lerrcp": "A2-929", "muller": "M5-259"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles", "family": "Debray", "spouse": [], "official": {"given": "Charles Louis", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1907-11-28 10:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1907-11-28 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Debray"}, "birth": {"tzo": "+00:09:21", "date": "1907-11-28 10:00", "place": {"c2": "84", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1907-11-28 09:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-929"}, "ids-in-sources": {"a2": "929"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "84", "COU": "F", "DAY": "28", "LAT": "43N57", "LON": "4E50", "MON": "11", "NUM": "929", "PRO": "S", "SEC": "40", "YEA": "1907", "CITY": "AVIGNON"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Debray", "official": {"given": "Charles Louis"}}, "birth": {"date": "1907-11-28 10:00", "place": {"name": "Avignon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "259"}}, "raw": {"NR": "259", "GNR": "SA2929", "JU_": "0", "MA_": "0", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "2", "CODE": "3", "JAHR": "1907", "KORR": "-0.16", "MARS": "33", "MODE": "", "MOND": "15", "NAME": "DEBRAY (CHARLES LOUIS).", "AUFAB": "-9.40", "PHAS_": "51.900", "SONNE": "6", "VENUS": "3", "BREITE": "43 N 57", "GEBORT": "Avignon (Vaucluse)", "LAENGE": "004 E 50", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "32", "GEBZEIT": "10.00", "JUPITER": "16", "ELECTAGE": "64,0", "ELECTDAT": "16.11.1971", "GEBDATUM": "28.11.1907", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21301	deces-jean-baptiste-louis-1804-12-29	{"afd5": "262"}	{"muller": "M5-262"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean-Baptiste Louis", "family": "Deces", "spouse": [], "official": {"given": "Jean-Baptiste Louis", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1804-12-29 08:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Saint-Martin-d'Arbois", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Jean-Baptiste Louis", "family": "Deces", "official": {"given": "Jean-Baptiste Louis"}}, "birth": {"date": "1804-12-29 08:00", "place": {"c2": "51", "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Saint-Martin-d'Arbois"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "262"}}, "raw": {"NR": "262", "GNR": "", "JU_": "0", "MA_": "0", "MO_": "1", "SA_": "2", "SO_": "2", "VE_": "0", "CODE": "1", "JAHR": "1804", "KORR": "", "MARS": "16", "MODE": "LMT", "MOND": "5", "NAME": "DECES (JEAN-BAPTISTE LOUIS).", "AUFAB": "-5.90", "PHAS_": "8.200", "SONNE": "36", "VENUS": "7", "BREITE": "48 N 57", "GEBORT": "Saint-Martin-d'Arbois (Marne)", "LAENGE": "004 E 22", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "12", "GEBZEIT": "08.00", "JUPITER": "7", "ELECTAGE": "29,5", "ELECTDAT": "17.06.1834", "GEBDATUM": "29.12.1804", "STBDATUM": "10.10.1886"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2278	debre-robert-1882-12-07	{"a2": "191", "g55": "01-146", "afd5": "260"}	{"g55": "01-146", "lerrcp": "A2-191", "muller": "M5-260"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Robert", "family": "Debré", "spouse": [], "official": {"given": "Anselme Robert", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:46", "date": "1882-12-07 03:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.94028, "lat": 49.70187, "name": "Sedan", "geoid": 2975349}, "notime": null, "date-ut": "1882-12-07 02:41:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Debre"}, "birth": {"tzo": "+00:19:46", "date": "1882-12-07 03:00", "place": {"c2": "08", "cy": "FR", "lg": 4.94028, "lat": 49.70187, "name": "Sedan", "geoid": 2975349}, "date-ut": "1882-12-07 02:41:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-191"}, "ids-in-sources": {"a2": "191"}}, "raw": {"H": "2", "MN": "41", "TZ": "0", "COD": "08", "COU": "F", "DAY": "7", "LAT": "49N46", "LON": "4E44", "MON": "12", "NUM": "191", "PRO": "S", "SEC": "4", "YEA": "1882", "CITY": "SEDAN"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Debré", "official": {"given": "Anselme Robert"}}, "birth": {"date": "1882-12-07 03:00", "place": {"name": "Sedan"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "260"}}, "raw": {"NR": "260", "GNR": "SA2191", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1882", "KORR": "", "MARS": "31", "MODE": "LMT", "MOND": "35", "NAME": "DEBRÉ (ANSELME ROBERT).", "AUFAB": "-7.20", "PHAS_": "13.100", "SONNE": "31", "VENUS": "31", "BREITE": "49 N 46", "GEBORT": "Sedan (Ardennes)", "LAENGE": "004 E 44", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "15", "GEBZEIT": "03.00", "JUPITER": "12", "ELECTAGE": "52,0", "ELECTDAT": "04.12.1934", "GEBDATUM": "07.12.1882", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-146"}, "ids-in-source": {"g55": "01-146"}}, "raw": {"DAY": "7-12-1882", "HOUR": "3 h.", "NAME": "DEBRÉ Robert", "PLACE": "Sedan (Ardennes)."}, "date": "2023-08-20T14:47:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21302	dechambre-amedee-1812-01-12	{"afd5": "263"}	{"muller": "M5-263"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Amédée", "family": "Dechambre", "spouse": [], "official": {"given": "Amédée", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1812-01-12 02:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.58333, "lat": 47.8, "name": "Sens", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Amédée", "family": "Dechambre", "official": {"given": "Amédée"}}, "birth": {"date": "1812-01-12 02:00", "place": {"c2": "89", "cy": "FR", "lg": 3.58333, "lat": 47.8, "name": "Sens"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "263"}}, "raw": {"NR": "263", "GNR": "", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1812", "KORR": "", "MARS": "25", "MODE": "LMT", "MOND": "32", "NAME": "DECHAMBRE (AMÉDÉE).", "AUFAB": "-6.40", "PHAS_": "7.100", "SONNE": "30", "VENUS": "28", "BREITE": "47 N 48", "GEBORT": "Sens (Yonne)", "LAENGE": "003 E 35", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "31", "GEBZEIT": "02.00", "JUPITER": "13", "ELECTAGE": "63,3", "ELECTDAT": "30.03.1875", "GEBDATUM": "12.01.1812", "STBDATUM": "04.01.1886"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
18172	dechaume-michel-1897-02-23	{"e1": "541", "afd5": "264"}	{"lerrcp": "E1-541", "muller": "M5-264"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Michel", "family": "Dechaume", "spouse": [], "official": {"given": "Michel René", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1897-02-23 00:30", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": 4.8795, "lat": 45.76601, "name": "Villeurbanne", "geoid": 2968254}, "notime": null, "date-ut": "1897-02-23 00:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Dechaume"}, "birth": {"tzo": "+00:09", "date": "1897-02-23 00:30", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": 4.8795, "lat": 45.76601, "name": "Villeurbanne", "geoid": 2968254}, "date-ut": "1897-02-23 00:21"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "541"}}, "raw": {"H": "00:30", "COD": "69", "DAY": "23", "MON": "02", "NUM": "0541", "PRO": "PH", "YEA": "1897", "CITY": "Villeurbanne", "NAME": "DECHAUME Michel", "NOTE": "+"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Dechaume", "official": {"given": "Michel René"}}, "birth": {"date": "1897-02-23 00:30", "place": {"name": "Villeurbanne"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "264"}}, "raw": {"NR": "264", "GNR": "ND1541", "JU_": "2", "MA_": "0", "MO_": "2", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "4", "JAHR": "1897", "KORR": "-0.16", "MARS": "16", "MODE": "", "MOND": "1", "NAME": "DECHAUME (MICHEL RENÉ).", "AUFAB": "-10.70", "PHAS_": "63.200", "SONNE": "28", "VENUS": "23", "BREITE": "45 N 46", "GEBORT": "Villeurbanne (Rhône)", "LAENGE": "004 E 50", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "36", "GEBZEIT": "00.30", "JUPITER": "10", "ELECTAGE": "59,7", "ELECTDAT": "06.11.1956", "GEBDATUM": "23.02.1897", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
2280	delaby-raymond-1891-09-20	{"a2": "193", "e1": "550", "afd5": "266"}	{"lerrcp": "A2-193", "muller": "M5-266"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Raymond", "family": "Delaby", "spouse": [], "official": {"given": "Raymond Marie Florent", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1891-09-20 17:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.82791, "lat": 50.43302, "name": "Lens", "geoid": 3003093}, "notime": null, "date-ut": "1891-09-20 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Delaby"}, "birth": {"tzo": "+00:09:21", "date": "1891-09-20 17:00", "place": {"c2": "62", "cy": "FR", "lg": 2.82791, "lat": 50.43302, "name": "Lens", "geoid": 3003093}, "date-ut": "1891-09-20 16:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-193"}, "ids-in-sources": {"a2": "193"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "62", "COU": "F", "DAY": "20", "LAT": "50N18", "LON": "2E46", "MON": "9", "NUM": "193", "PRO": "S", "SEC": "40", "YEA": "1891", "CITY": "LENS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["physician"], "ids-in-sources": {"e1": "550"}}, "raw": {"H": "17:00", "COD": "62", "DAY": "20", "MON": "09", "NUM": "0550", "PRO": "PH", "YEA": "1891", "CITY": "Lens", "NAME": "DELABY Raymond", "NOTE": "+"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Delaby", "official": {"given": "Raymond Marie Florent"}}, "birth": {"date": "1891-09-20 17:00", "place": {"name": "Lens"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "266"}}, "raw": {"NR": "266", "GNR": "SA2193", "JU_": "2", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1891", "KORR": "-0.16", "MARS": "18", "MODE": "", "MOND": "33", "NAME": "DELABY (RAYMOND MARIE FLORENT).", "AUFAB": "-3.80", "PHAS_": "95.100", "SONNE": "17", "VENUS": "17", "BREITE": "50 N 18", "GEBORT": "Lens (Pas-de-Calais)", "LAENGE": "002 E 46", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "17", "GEBZEIT": "17.00", "JUPITER": "36", "ELECTAGE": "59,2", "ELECTDAT": "21.11.1950", "GEBDATUM": "20.09.1891", "STBDATUM": "02.06.1958"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2282	delageniere-henri-1858-04-30	{"a2": "195", "afd5": "268"}	{"lerrcp": "A2-195", "muller": "M5-268"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri", "family": "Delagéniere", "spouse": [], "official": {"given": "Henry Yves", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1858-04-30 14:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1858-04-30 13:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Delageniere"}, "birth": {"tzo": "+00:09:24", "date": "1858-04-30 14:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1858-04-30 13:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-195"}, "ids-in-sources": {"a2": "195"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "30", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "195", "PRO": "S", "SEC": "40", "YEA": "1858", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Delagéniere", "official": {"given": "Henry Yves"}}, "birth": {"date": "1858-04-30 14:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "268"}}, "raw": {"NR": "268", "GNR": "SA2195", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "2", "CODE": "4", "JAHR": "1858", "KORR": "", "MARS": "28", "MODE": "LMT", "MOND": "28", "NAME": "DELAGÉNIERE (HENRY YVES).", "AUFAB": "-2.50", "PHAS_": "96.600", "SONNE": "12", "VENUS": "11", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "6", "GEBZEIT": "14.00", "JUPITER": "11", "ELECTAGE": "51,9", "ELECTDAT": "22.03.1910", "GEBDATUM": "30.04.1858", "STBDATUM": "30.09.1930"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2284	delannoy-emile-1892-03-19	{"a2": "197", "afd5": "270"}	{"lerrcp": "A2-197", "muller": "M5-270"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Emile", "family": "Delannoy", "spouse": [], "official": {"given": "Emile Florent", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1892-03-19 15:30", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.21029, "lat": 50.30413, "name": "Monchecourt", "geoid": 2993403}, "notime": null, "date-ut": "1892-03-19 15:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Delannoy"}, "birth": {"tzo": "+00:09:21", "date": "1892-03-19 15:30", "place": {"c2": "59", "cy": "FR", "lg": 3.21029, "lat": 50.30413, "name": "Monchecourt", "geoid": 2993403}, "date-ut": "1892-03-19 15:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-197"}, "ids-in-sources": {"a2": "197"}}, "raw": {"H": "15", "MN": "20", "TZ": "0", "COD": "59", "COU": "F", "DAY": "19", "LAT": "50N39", "LON": "3E 5", "MON": "3", "NUM": "197", "PRO": "S", "SEC": "40", "YEA": "1892", "CITY": "MONCHECOURT"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Delannoy", "official": {"given": "Emile Florent"}}, "birth": {"date": "1892-03-19 15:30", "place": {"name": "Monchecourt"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "270"}}, "raw": {"NR": "270", "GNR": "SA2197", "JU_": "0", "MA_": "0", "MO_": "1", "SA_": "0", "SO_": "0", "VE_": "2", "CODE": "3", "JAHR": "1892", "KORR": "-0.16", "MARS": "24", "MODE": "", "MOND": "27", "NAME": "DELANNOY (EMILE FLORENT).", "AUFAB": "-7.70", "PHAS_": "75.600", "SONNE": "15", "VENUS": "11", "BREITE": "50 N 39", "GEBORT": "Monchecourt (Nord)", "LAENGE": "003 E 05", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "33", "GEBZEIT": "15.30", "JUPITER": "15", "ELECTAGE": "58,7", "ELECTDAT": "28.11.1950", "GEBDATUM": "19.03.1892", "STBDATUM": "28.06.1971"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21303	delarue-alexandre-gabriel-jacques-marie-1901-08-17	{"afd5": "271"}	{"muller": "M5-271"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alexandre Gabriel Jacques Marie", "family": "Delarue", "spouse": [], "official": {"given": "Alexandre Gabriel Jacques Marie", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1901-08-17 21:00", "note": null, "place": {"c1": null, "c2": "12", "c3": null, "cy": "FR", "lg": 2.56667, "lat": 44.35, "name": "Morlhon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Alexandre Gabriel Jacques Marie", "family": "Delarue", "official": {"given": "Alexandre Gabriel Jacques Marie"}}, "birth": {"date": "1901-08-17 21:00", "place": {"c2": "12", "cy": "FR", "lg": 2.56667, "lat": 44.35, "name": "Morlhon"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "271"}}, "raw": {"NR": "271", "GNR": "", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "1", "CODE": "1", "JAHR": "1901", "KORR": "-0.16", "MARS": "18", "MODE": "", "MOND": "20", "NAME": "DELARUE (ALEXANDRE GABRIEL JACQUES MARIE).", "AUFAB": "4.30", "PHAS_": "7.400", "SONNE": "22", "VENUS": "20", "BREITE": "44 N 21", "GEBORT": "Morlhon (Aveyron)", "LAENGE": "002 E 34", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "9", "GEBZEIT": "21.00", "JUPITER": "10", "ELECTAGE": "62,3", "ELECTDAT": "03.12.1963", "GEBDATUM": "17.08.1901", "STBDATUM": "14.05.1971"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2285	delay-jean-1907-11-14	{"a2": "198", "a6": "240", "afd5": "272"}	{"lerrcp": "A2-198", "muller": "M5-272"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Delay", "spouse": [], "official": {"given": "Jean Paul Louis", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1907-11-14 14:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "notime": null, "date-ut": "1907-11-14 13:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician", "novelist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Delay"}, "birth": {"tzo": "+00:09:21", "date": "1907-11-14 14:00", "place": {"c2": "64", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "date-ut": "1907-11-14 13:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-198"}, "ids-in-sources": {"a2": "198"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "64", "COU": "F", "DAY": "14", "LAT": "43N18", "LON": "0W22", "MON": "11", "NUM": "198", "PRO": "S", "SEC": "40", "YEA": "1907", "CITY": "BAYONNE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "240"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "64", "COU": "F", "DAY": "14", "LAT": "43N18", "LON": "0W22", "MON": "11", "NUM": "240", "PRO": "W", "SEC": "40", "YEA": "1907", "CITY": "BAYONNE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"nobl": "", "family": "Delay", "official": {"given": "Jean Paul Louis"}}, "birth": {"date": "1907-11-14 14:00", "place": {"name": "Bayonne"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "272"}}, "raw": {"NR": "272", "GNR": "SA2198", "JU_": "1", "MA_": "2", "MO_": "2", "SA_": "2", "SO_": "1", "VE_": "2", "CODE": "3", "JAHR": "1907", "KORR": "-0.16", "MARS": "2", "MODE": "", "MOND": "36", "NAME": "DELAY (JEAN PAUL LOUIS).", "AUFAB": "11.00", "PHAS_": "64.300", "SONNE": "13", "VENUS": "11", "BREITE": "43 N 18", "GEBORT": "Bayonne (Basses-Pyrénées)", "LAENGE": "000 W 22", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "36", "GEBZEIT": "14.00", "JUPITER": "21", "ELECTAGE": "47,4", "ELECTDAT": "29.03.1955", "GEBDATUM": "14.11.1907", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
651	medina-theo-1918-06-24	{"a1": "651", "g55": "03-99", "3a_sports": "2794", "cfepp-final3": "250"}	{"g55": "03-99", "cfepp": "CF-250", "cpara": "CP-308", "ertel": "ES-2794", "lerrcp": "A1-651"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Théo", "family": "Medina", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1918-06-24 04:00", "note": null, "place": {"c1": null, "c2": "58", "c3": "", "cy": "FR", "lg": 3.15, "lat": 46.98333, "name": "Saint-Parizet-le-Chatel", "geoid": 0}, "notime": null, "date-ut": "1918-06-24 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Théo", "family": "Medina"}, "birth": {"tzo": "+01:00", "date": "1918-06-24 04:00", "place": {"c2": "58", "cy": "FR", "lg": 3.15, "lat": 46.98333, "name": "Saint-Parizet-le-C", "geoid": 0}, "date-ut": "1918-06-24 03:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-651"}, "ids-in-sources": {"a1": "651"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "58", "COU": "F", "DAY": "24", "LAT": "46N59", "LON": "3E 9", "MON": "6", "NUM": "651", "PRO": "C", "SEC": "0", "YEA": "1918", "CITY": "ST-PARIZET-LE-C"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1918-06-24 04:00"}, "partial-ids": {"ertel": "ES-2794"}}, "raw": {"L": "", "MF": "", "NR": "2794", "ENG": "", "MA_": "0", "G_NR": "651", "MA12": "8", "MARS": "24", "NAME": "Medina", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,100", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "4,00", "CFEPNR": "250", "EXTEND": "", "NATION": "FRA", "TAGMON": "24.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "308", "VORNAME": "Théo", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "24.06.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1918-06-24 04:00", "place": {"c3": ""}, "date-ut": "1918-06-24 03:00"}, "occus": ["boxer"], "ids-in-sources": {"cfepp-final3": "250"}}, "raw": {"S": "8", "LT": "04 00", "LV": "E", "TR": "f", "UT": "03 00", "LAT": "+46.85", "SRC": "ALG", "LONG": "-03.18", "NAME": "MEDINA Theo", "SPORT": "Boxing", "LOC_DATE": "1918 06 24", "UNIV_DATE": "1918 06 24", "BIRTH_PLACE": "ST PARIZE LE CHATEL", "POSTAL_CODE": "58490"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Parizet-le-Chatel"}}, "partial-ids": {"g55": "03-99"}, "ids-in-source": {"g55": "03-99"}}, "raw": {"DAY": "24-6-1918", "HOUR": "4 h.", "NAME": "MEDINA Théo", "PLACE": "Saint-Parizet-le-Chatel (Nièvre)."}, "date": "2023-08-20T14:48:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
21304	delmas-jean-1882-01-22	{"afd5": "276"}	{"muller": "M5-276"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Delmas", "spouse": [], "official": {"given": "Jean", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1882-01-22 19:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 2.35, "lat": 43.2, "name": "Rieux-Minervois", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Jean", "family": "Delmas", "official": {"given": "Jean"}}, "birth": {"date": "1882-01-22 19:00", "place": {"c2": "11", "cy": "FR", "lg": 2.35, "lat": 43.2, "name": "Rieux-Minervois"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "276"}}, "raw": {"NR": "276", "GNR": "", "JU_": "2", "MA_": "1", "MO_": "0", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "1", "JAHR": "1882", "KORR": "", "MARS": "6", "MODE": "LMT", "MOND": "16", "NAME": "DELMAS (JEAN).", "AUFAB": "5.30", "PHAS_": "8.100", "SONNE": "21", "VENUS": "22", "BREITE": "43 N 12", "GEBORT": "Rieux-Minervois (Aude)", "LAENGE": "002 E 21", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "11", "GEBZEIT": "19.00", "JUPITER": "10", "ELECTAGE": "65,5", "ELECTDAT": "01.07.1947", "GEBDATUM": "22.01.1882", "STBDATUM": "25.09.1966"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21630	rossi-carlo-1892-02-14	{"afd1": "385"}	{"muller": "M1-385"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Rossi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1892-02-14 19:00", "note": "", "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "Torino", "geoid": null}, "notime": null, "date-ut": "1892-02-14 18:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Carlo", "family": "Rossi"}, "birth": {"tzo": "+00:50", "date": "1892-02-14 19:00", "note": "", "place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "Torino"}, "date-ut": "1892-02-14 18:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "385"}}, "raw": {"LG": "-8", "DAY": "14", "LAT": "45", "MIN": "00", "TZO": "-0,83", "HOUR": "19", "NAME": "385M Rossi, Carlo", "YEAR": "1892", "MONTH": "02", "PLACE": "Torino TO"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
2289	delore-xavier-1828-04-07	{"a2": "202", "g55": "01-153", "afd5": "278"}	{"g55": "01-153", "lerrcp": "A2-202", "muller": "M5-278"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Xavier", "family": "Delore", "spouse": [], "official": {"given": "Xavier", "family": null}}	\N	{"lmt": null, "tzo": "+00:18:47", "date": "1828-04-07 11:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.69747, "lat": 46.19219, "name": "Fleurie", "geoid": 3018306}, "notime": null, "date-ut": "1828-04-07 10:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Xavier", "family": "Delore"}, "birth": {"tzo": "+00:18:47", "date": "1828-04-07 11:00", "place": {"c2": "69", "cy": "FR", "lg": 4.69747, "lat": 46.19219, "name": "Fleurie", "geoid": 3018306}, "date-ut": "1828-04-07 10:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-202"}, "ids-in-sources": {"a2": "202"}}, "raw": {"H": "10", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "7", "LAT": "45N46", "LON": "4E50", "MON": "4", "NUM": "202", "PRO": "S", "SEC": "40", "YEA": "1828", "CITY": "FLEURIE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Delore", "official": {"given": "Xavier"}}, "birth": {"date": "1828-04-07 11:00", "place": {"name": "Fleurie"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "278"}}, "raw": {"NR": "278", "GNR": "SA2202", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1828", "KORR": "", "MARS": "21", "MODE": "LMT", "MOND": "19", "NAME": "DELORE (XAVIER).", "AUFAB": "-11.10", "PHAS_": "55.900", "SONNE": "8", "VENUS": "5", "BREITE": "45 N 46", "GEBORT": "Fleurie (Rhône)", "LAENGE": "004 E 50", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "1", "GEBZEIT": "11.00", "JUPITER": "24", "ELECTAGE": "56,3", "ELECTDAT": "22.07.1884", "GEBDATUM": "07.04.1828", "STBDATUM": "20.02.1916"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-153"}, "ids-in-source": {"g55": "01-153"}}, "raw": {"DAY": "7-4-1828", "HOUR": "11 h.", "NAME": "DELORE Xavier", "PLACE": "Fleurie (Rhône)."}, "date": "2023-08-20T14:47:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
3027	delmas-marsalet-paul-1898-08-04	{"a2": "940", "g55": "02-173", "afd5": "277"}	{"g55": "02-173", "lerrcp": "A2-940", "muller": "M5-277"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul", "family": "Delmas-Marsalet", "spouse": [], "official": {"given": "Paul Valentin Alfred", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1898-08-04 08:00", "note": null, "place": {"c1": null, "c2": "40", "c3": null, "cy": "FR", "lg": -1.05366, "lat": 43.71032, "name": "Dax", "geoid": 3021670}, "notime": null, "date-ut": "1898-08-04 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Delmas-Marsalet"}, "birth": {"tzo": "+00:09:21", "date": "1898-08-04 08:00", "place": {"c2": "40", "cy": "FR", "lg": -1.05366, "lat": 43.71032, "name": "Dax", "geoid": 3021670}, "date-ut": "1898-08-04 07:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-940"}, "ids-in-sources": {"a2": "940"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "40", "COU": "F", "DAY": "4", "LAT": "43N54", "LON": "0W30", "MON": "8", "NUM": "940", "PRO": "S", "SEC": "40", "YEA": "1898", "CITY": "DAX"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Delmas-Marsalet", "official": {"given": "Paul Valentin Alfred"}}, "birth": {"date": "1898-08-04 08:00", "place": {"name": "Dax"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "277"}}, "raw": {"NR": "277", "GNR": "SA2940", "JU_": "0", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "4", "JAHR": "1898", "KORR": "-0.16", "MARS": "10", "MODE": "", "MOND": "19", "NAME": "DELMAS-MARSALET (PAUL VALENTIN ALFRED).", "AUFAB": "-3.70", "PHAS_": "95.300", "SONNE": "4", "VENUS": "35", "BREITE": "43 N 54", "GEBORT": "Dax (Landes)", "LAENGE": "000 W 30", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "28", "GEBZEIT": "08.00", "JUPITER": "34", "ELECTAGE": "62,9", "ELECTDAT": "20.06.1961", "GEBDATUM": "04.08.1898", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "02-173"}, "ids-in-source": {"g55": "02-173"}}, "raw": {"DAY": "4-8-1898", "HOUR": "8 h.", "NAME": "DELMAS-MARSALET Paul", "PLACE": "Dax (Landes)."}, "date": "2023-08-20T14:47:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2291	delpech-auguste-1818-08-03	{"a2": "204", "afd5": "280"}	{"lerrcp": "A2-204", "muller": "M5-280"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Auguste", "family": "Delpech", "spouse": [], "official": {"given": "Auguste Louis Dominique", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1818-08-03 10:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1818-08-03 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Delpech"}, "birth": {"tzo": "+00:09:24", "date": "1818-08-03 10:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1818-08-03 09:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-204"}, "ids-in-sources": {"a2": "204"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "3", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "204", "PRO": "S", "SEC": "40", "YEA": "1818", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Delpech", "official": {"given": "Auguste Louis Dominique"}}, "birth": {"date": "1818-08-03 10:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "280"}}, "raw": {"NR": "280", "GNR": "SA2204", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "2", "CODE": "4", "JAHR": "1818", "KORR": "", "MARS": "4", "MODE": "LMT", "MOND": "6", "NAME": "DELPECH (AUGUSTE LOUIS DOMINIQUE).", "AUFAB": "0.60", "PHAS_": "0.800", "SONNE": "7", "VENUS": "3", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "21", "GEBZEIT": "10.00", "JUPITER": "28", "ELECTAGE": "45,6", "ELECTDAT": "23.02.1864", "GEBDATUM": "03.08.1818", "STBDATUM": "05.09.1880"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21305	delpy-louis-pierre-1899-07-26	{"afd5": "281"}	{"muller": "M5-281"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis Pierre", "family": "Delpy", "spouse": [], "official": {"given": "Louis Pierre", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1899-07-26 01:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 2.35, "lat": 43.2, "name": "Limoux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Louis Pierre", "family": "Delpy", "official": {"given": "Louis Pierre"}}, "birth": {"date": "1899-07-26 01:00", "place": {"c2": "11", "cy": "FR", "lg": 2.35, "lat": 43.2, "name": "Limoux"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "281"}}, "raw": {"NR": "281", "GNR": "", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1899", "KORR": "-0.16", "MARS": "24", "MODE": "", "MOND": "7", "NAME": "DELPY (LOUIS PIERRE).", "AUFAB": "-7.30", "PHAS_": "86.000", "SONNE": "29", "VENUS": "31", "BREITE": "43 N 12", "GEBORT": "Limoux (Aude)", "LAENGE": "002 E 21", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "18", "GEBZEIT": "01.00", "JUPITER": "21", "ELECTAGE": "51,6", "ELECTDAT": "06.03.1951", "GEBDATUM": "26.07.1899", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2294	deniges-georges-1859-12-25	{"a2": "207", "g55": "01-157", "afd5": "284"}	{"g55": "01-157", "lerrcp": "A2-207", "muller": "M5-284"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Georges", "family": "Denigés", "spouse": [], "official": {"given": "Georges Noël Fort", "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1859-12-25 07:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1859-12-25 06:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Deniges"}, "birth": {"tzo": "-00:02:19", "date": "1859-12-25 06:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1859-12-25 06:57:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-207"}, "ids-in-sources": {"a2": "207"}}, "raw": {"H": "6", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "25", "LAT": "44N50", "LON": "0W34", "MON": "12", "NUM": "207", "PRO": "S", "SEC": "36", "YEA": "1859", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Denigés", "official": {"given": "Georges Noël Fort"}}, "birth": {"date": "1859-12-25 07:00", "place": {"name": "Bordeaux"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "284"}}, "raw": {"NR": "284", "GNR": "SA2207", "JU_": "0", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "0", "CODE": "3", "JAHR": "1859", "KORR": "", "MARS": "8", "MODE": "LMT", "MOND": "35", "NAME": "DENIGÉS (GEORGES NOEL FORT).", "AUFAB": "0.40", "PHAS_": "0.600", "SONNE": "36", "VENUS": "34", "BREITE": "44 N 50", "GEBORT": "Bordeaux (Gironde)", "LAENGE": "000 W 34", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "14", "GEBZEIT": "07.00", "JUPITER": "16", "ELECTAGE": "42,6", "ELECTDAT": "22.07.1902", "GEBDATUM": "25.12.1859", "STBDATUM": "20.02.1951"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-157"}, "ids-in-source": {"g55": "01-157"}}, "raw": {"DAY": "25-12-1859", "HOUR": "7 h.", "NAME": "* DENIGÈS Georges", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:47:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21306	dereux-jules-jean-1896-02-18	{"afd5": "288"}	{"muller": "M5-288"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jules Jean", "family": "Dereux", "spouse": [], "official": {"given": "Jules Jean", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1896-02-18 11:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Hem", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Jules Jean", "family": "Dereux", "official": {"given": "Jules Jean"}}, "birth": {"date": "1896-02-18 11:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Hem"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "288"}}, "raw": {"NR": "288", "GNR": "", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "2", "CODE": "1", "JAHR": "1896", "KORR": "-0.16", "MARS": "13", "MODE": "", "MOND": "4", "NAME": "DEREUX (JULES JEAN).", "AUFAB": "6.30", "PHAS_": "16.000", "SONNE": "7", "VENUS": "12", "BREITE": "50 N 39", "GEBORT": "Hem (Nord)", "LAENGE": "003 E 05", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "20", "GEBZEIT": "11.00", "JUPITER": "29", "ELECTAGE": "56,8", "ELECTDAT": "18.11.1952", "GEBDATUM": "18.02.1896", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
18218	derot-maurice-1901-12-27	{"e1": "588", "afd5": "289"}	{"lerrcp": "E1-588", "muller": "M5-289"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Maurice", "family": "Dérot", "spouse": [], "official": {"given": "Maurice Jean Lucien", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-12-27 22:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1901-12-27 21:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Derot"}, "birth": {"tzo": "+00:09", "date": "1901-12-27 22:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1901-12-27 21:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "588"}}, "raw": {"H": "22:00", "COD": "06", "DAY": "27", "MON": "12", "NUM": "0588", "PRO": "PH", "YEA": "1901", "CITY": "Nice", "NAME": "DEROT Maurice", "NOTE": "+"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Dérot", "official": {"given": "Maurice Jean Lucien"}}, "birth": {"date": "1901-12-27 22:00", "place": {"name": "Nice"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "289"}}, "raw": {"NR": "289", "GNR": "ND1588", "JU_": "0", "MA_": "0", "MO_": "1", "SA_": "0", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1901", "KORR": "-0.16", "MARS": "24", "MODE": "", "MOND": "4", "NAME": "DÉROT (MAURICE JEAN LUCIEN).", "AUFAB": "-2.80", "PHAS_": "96.700", "SONNE": "25", "VENUS": "21", "BREITE": "43 N 42", "GEBORT": "Nice (Alpes-Maritimes)", "LAENGE": "007 E 16", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "24", "GEBZEIT": "22.00", "JUPITER": "24", "ELECTAGE": "69,1", "ELECTDAT": "02.02.1971", "GEBDATUM": "27.12.1901", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
21307	derrien-yves-1905-09-12	{"afd5": "290"}	{"muller": "M5-290"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Yves", "family": "Derrien", "spouse": [], "official": {"given": "Yves", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1905-09-12 20:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.88333, "lat": 43.61667, "name": "Montpellier", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Yves", "family": "Derrien", "official": {"given": "Yves"}}, "birth": {"date": "1905-09-12 20:00", "place": {"c2": "34", "cy": "FR", "lg": 3.88333, "lat": 43.61667, "name": "Montpellier"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "290"}}, "raw": {"NR": "290", "GNR": "", "JU_": "0", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "1", "JAHR": "1905", "KORR": "-0.16", "MARS": "15", "MODE": "", "MOND": "4", "NAME": "DERRIEN (YVES).", "AUFAB": "4.30", "PHAS_": "97.100", "SONNE": "21", "VENUS": "25", "BREITE": "43 N 37", "GEBORT": "Montpellier (Hérault)", "LAENGE": "003 E 53", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "5", "GEBZEIT": "20.00", "JUPITER": "34", "ELECTAGE": "50,5", "ELECTDAT": "13.03.1956", "GEBDATUM": "12.09.1905", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21308	deschiens-robert-edouard-andre-1893-03-12	{"afd5": "292"}	{"muller": "M5-292"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Robert Edouard André", "family": "Deschiens", "spouse": [], "official": {"given": "Robert Edouard André", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1893-03-12 05:00", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.5, "lat": 48.91667, "name": "l'Ile-Saint-Denis", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Robert Edouard André", "family": "Deschiens", "official": {"given": "Robert Edouard André"}}, "birth": {"date": "1893-03-12 05:00", "place": {"c2": "93", "cy": "FR", "lg": 2.5, "lat": 48.91667, "name": "l'Ile-Saint-Denis"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "292"}}, "raw": {"NR": "292", "GNR": "", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "0", "VE_": "1", "CODE": "1", "JAHR": "1893", "KORR": "-0.16", "MARS": "30", "MODE": "", "MOND": "4", "NAME": "DESCHIENS (ROBERT EDOUARD ANDRÉ).", "AUFAB": "-9.50", "PHAS_": "37.900", "SONNE": "34", "VENUS": "35", "BREITE": "48 N 55", "GEBORT": "l'Ile-Saint-Denis (Seine)", "LAENGE": "002 E 30", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "15", "GEBZEIT": "05.00", "JUPITER": "32", "ELECTAGE": "70,3", "ELECTDAT": "11.06.1963", "GEBDATUM": "12.03.1893", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21309	desliens-louis-1879-10-09	{"afd5": "295"}	{"muller": "M5-295"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Desliens", "spouse": [], "official": {"given": "Louis", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1879-10-09 07:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "Pouy", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Louis", "family": "Desliens", "official": {"given": "Louis"}}, "birth": {"date": "1879-10-09 07:00", "place": {"c2": "10", "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "Pouy"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "295"}}, "raw": {"NR": "295", "GNR": "", "JU_": "0", "MA_": "0", "MO_": "2", "SA_": "1", "SO_": "2", "VE_": "1", "CODE": "1", "JAHR": "1879", "KORR": "", "MARS": "15", "MODE": "LMT", "MOND": "10", "NAME": "DESLIENS (LOUIS).", "AUFAB": "-9.80", "PHAS_": "45.900", "SONNE": "2", "VENUS": "4", "BREITE": "48 N 18", "GEBORT": "Pouy (Aube)", "LAENGE": "004 E 05", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "20", "GEBZEIT": "07.00", "JUPITER": "25", "ELECTAGE": "65,6", "ELECTDAT": "17.04.1945", "GEBDATUM": "09.10.1879", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2302	desnos-louis-1828-09-21	{"a2": "215", "g55": "01-164", "afd5": "296"}	{"g55": "01-164", "lerrcp": "A2-215", "muller": "M5-296"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Desnos", "spouse": [], "official": {"given": "Louis Joseph", "family": null}}	\N	{"lmt": null, "tzo": "+00:00:22", "date": "1828-09-21 12:00", "note": null, "place": {"c1": null, "c2": "61", "c3": null, "cy": "FR", "lg": 0.09311, "lat": 48.43476, "name": "Alençon", "geoid": 3038230}, "notime": null, "date-ut": "1828-09-21 11:59:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Desnos"}, "birth": {"tzo": "+00:00:22", "date": "1828-09-21 12:00", "place": {"c2": "61", "cy": "FR", "lg": 0.09311, "lat": 48.43476, "name": "Alençon", "geoid": 3038230}, "date-ut": "1828-09-21 11:59:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-215"}, "ids-in-sources": {"a2": "215"}}, "raw": {"H": "11", "MN": "59", "TZ": "0", "COD": "61", "COU": "F", "DAY": "21", "LAT": "48N26", "LON": "0E 5", "MON": "9", "NUM": "215", "PRO": "S", "SEC": "40", "YEA": "1828", "CITY": "ALENCON"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Desnos", "official": {"given": "Louis Joseph"}}, "birth": {"date": "1828-09-21 12:00", "place": {"name": "Alençon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "296"}}, "raw": {"NR": "296", "GNR": "SA2215", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "1", "CODE": "3", "JAHR": "1828", "KORR": "", "MARS": "33", "MODE": "LMT", "MOND": "30", "NAME": "DESNOS (LOUIS JOSEPH).", "AUFAB": "8.20", "PHAS_": "90.500", "SONNE": "10", "VENUS": "13", "BREITE": "48 N 26", "GEBORT": "Alençon (Orne)", "LAENGE": "000 E 05", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "14", "GEBZEIT": "12.00", "JUPITER": "4", "ELECTAGE": "63,7", "ELECTDAT": "31.05.1892", "GEBDATUM": "21.09.1828", "STBDATUM": "12.01.1893"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-164"}, "ids-in-source": {"g55": "01-164"}}, "raw": {"DAY": "21-9-1828", "HOUR": "12 h.", "NAME": "DESNOS Louis", "PLACE": "Alençon (Orne)."}, "date": "2023-08-20T14:47:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2307	dhere-charles-1876-03-05	{"a2": "220", "afd5": "299"}	{"lerrcp": "A2-220", "muller": "M5-299"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles", "family": "Dhéré", "spouse": [], "official": {"given": "Charles Joseph Antoine", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1876-03-05 10:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1876-03-05 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Dhere"}, "birth": {"tzo": "+00:09:24", "date": "1876-03-05 10:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1876-03-05 09:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-220"}, "ids-in-sources": {"a2": "220"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "5", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "220", "PRO": "S", "SEC": "40", "YEA": "1876", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Dhéré", "official": {"given": "Charles Joseph Antoine"}}, "birth": {"date": "1876-03-05 10:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "299"}}, "raw": {"NR": "299", "GNR": "SA2220", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "2", "CODE": "4", "JAHR": "1876", "KORR": "", "MARS": "3", "MODE": "LMT", "MOND": "33", "NAME": "DHÉRÉ (CHARLES JOSEPH ANTOINE).", "AUFAB": "11.10", "PHAS_": "68.000", "SONNE": "6", "VENUS": "3", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "7", "GEBZEIT": "10.00", "JUPITER": "19", "ELECTAGE": "52,4", "ELECTDAT": "10.07.1928", "GEBDATUM": "05.03.1876", "STBDATUM": "13.01.1955"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21310	dognon-andre-henri-1900-01-18	{"afd5": "302"}	{"muller": "M5-302"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "André Henri", "family": "Dognon", "spouse": [], "official": {"given": "André Henri", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1900-01-18 09:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.43333, "lat": 43.61667, "name": "Toulouse", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "André Henri", "family": "Dognon", "official": {"given": "André Henri"}}, "birth": {"date": "1900-01-18 09:00", "place": {"c2": "31", "cy": "FR", "lg": 1.43333, "lat": 43.61667, "name": "Toulouse"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "302"}}, "raw": {"NR": "302", "GNR": "", "JU_": "2", "MA_": "2", "MO_": "1", "SA_": "0", "SO_": "2", "VE_": "2", "CODE": "1", "JAHR": "1900", "KORR": "-0.16", "MARS": "3", "MODE": "", "MOND": "19", "NAME": "DOGNON (ANDRÉ HENRI).", "AUFAB": "-3.10", "PHAS_": "95.400", "SONNE": "3", "VENUS": "36", "BREITE": "43 N 37", "GEBORT": "Toulouse (Haute-Garonne)", "LAENGE": "001 E 26", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "7", "GEBZEIT": "09.00", "JUPITER": "11", "ELECTAGE": "53,1", "ELECTDAT": "03.02.1953", "GEBDATUM": "18.01.1900", "STBDATUM": "12.06.1970"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2311	donatien-andre-1889-12-24	{"a2": "224", "g55": "01-170", "afd5": "304"}	{"g55": "01-170", "lerrcp": "A2-224", "muller": "M5-304"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "André", "family": "Donatien", "spouse": [], "official": {"given": "André Louis", "family": null}}	\N	{"lmt": null, "tzo": "-00:01:59", "date": "1889-12-24 15:00", "note": null, "place": {"c1": null, "c2": "40", "c3": null, "cy": "FR", "lg": -0.49713, "lat": 43.89022, "name": "Mont-de-Marsan", "geoid": 2992771}, "notime": null, "date-ut": "1889-12-24 15:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Donatien"}, "birth": {"tzo": "-00:01:59", "date": "1889-12-24 15:00", "place": {"c2": "40", "cy": "FR", "lg": -0.49713, "lat": 43.89022, "name": "Mont-de-Marsan", "geoid": 2992771}, "date-ut": "1889-12-24 15:02"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-224"}, "ids-in-sources": {"a2": "224"}}, "raw": {"H": "15", "MN": "2", "TZ": "0", "COD": "40", "COU": "F", "DAY": "24", "LAT": "43N54", "LON": "0W30", "MON": "12", "NUM": "224", "PRO": "S", "SEC": "0", "YEA": "1889", "CITY": "MONT-DE-MARSAN"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Donatien", "official": {"given": "André Louis"}}, "birth": {"date": "1889-12-24 15:00", "place": {"name": "Mont-de-Marsan"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "304"}}, "raw": {"NR": "304", "GNR": "SA2224", "JU_": "1", "MA_": "1", "MO_": "2", "SA_": "0", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1889", "KORR": "", "MARS": "21", "MODE": "LMT", "MOND": "11", "NAME": "DONATIEN (ANDRÉ LOUIS).", "AUFAB": "3.00", "PHAS_": "3.300", "SONNE": "16", "VENUS": "18", "BREITE": "43 N 54", "GEBORT": "Mont-de-Marsan (Landes)", "LAENGE": "000 W 30", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "25", "GEBZEIT": "15.00", "JUPITER": "14", "ELECTAGE": "46,1", "ELECTDAT": "28.01.1936", "GEBDATUM": "24.12.1889", "STBDATUM": "10.08.1954"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-170"}, "ids-in-source": {"g55": "01-170"}}, "raw": {"DAY": "24-12-1889", "HOUR": "15 h.", "NAME": "DONATIEN André", "PLACE": "Mont-de-Marsan (Landes)."}, "date": "2023-08-20T14:47:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
18251	donzelot-edouard-1884-07-10	{"e1": "621", "afd5": "305"}	{"lerrcp": "E1-621", "muller": "M5-305"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Edouard", "family": "Donzelot", "spouse": [], "official": {"given": "Edouard Auguste Eugène", "family": null}}	\N	{"lmt": null, "tzo": "-00:16", "date": "1884-07-10 21:30", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -3.91896, "lat": 47.87536, "name": "Concarneau", "geoid": 3024035}, "notime": null, "date-ut": "1884-07-10 21:46"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Donzelot"}, "birth": {"tzo": "-00:16", "date": "1884-07-10 21:30", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -3.91896, "lat": 47.87536, "name": "Concarneau", "geoid": 3024035}, "date-ut": "1884-07-10 21:46"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "621"}}, "raw": {"H": "21:30", "COD": "29", "DAY": "10", "MON": "07", "NUM": "0621", "PRO": "PH", "YEA": "1884", "CITY": "Concarneau", "NAME": "DONZELOT Edouard", "NOTE": "+"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Donzelot", "official": {"given": "Edouard Auguste Eugène"}}, "birth": {"date": "1884-07-10 21:30", "place": {"name": "Concarneau"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "305"}}, "raw": {"NR": "305", "GNR": "ND1621", "JU_": "1", "MA_": "0", "MO_": "2", "SA_": "1", "SO_": "0", "VE_": "0", "CODE": "4", "JAHR": "1884", "KORR": "", "MARS": "17", "MODE": "LMT", "MOND": "2", "NAME": "DONZELOT (EDOUARD AUGUSTE EUGENE).", "AUFAB": "-2.10", "PHAS_": "97.400", "SONNE": "22", "VENUS": "22", "BREITE": "48 N 00", "GEBORT": "Concarneau (Finistère)", "LAENGE": "004 W 06", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "27", "GEBZEIT": "21.30", "JUPITER": "20", "ELECTAGE": "61,9", "ELECTDAT": "14.05.1946", "GEBDATUM": "10.07.1884", "STBDATUM": "25.02.1960"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
2312	dopter-charles-1873-02-12	{"a2": "225", "afd5": "306"}	{"lerrcp": "A2-225", "muller": "M5-306"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles", "family": "Dopter", "spouse": [], "official": {"given": "Charles Alfred Henri", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1873-02-12 12:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1873-02-12 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Dopter"}, "birth": {"tzo": "+00:09:24", "date": "1873-02-12 12:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1873-02-12 11:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-225"}, "ids-in-sources": {"a2": "225"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "12", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "225", "PRO": "S", "SEC": "40", "YEA": "1873", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Dopter", "official": {"given": "Charles Alfred Henri"}}, "birth": {"date": "1873-02-12 12:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "306"}}, "raw": {"NR": "306", "GNR": "SA2225", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "1", "CODE": "4", "JAHR": "1873", "KORR": "", "MARS": "21", "MODE": "LMT", "MOND": "27", "NAME": "DOPTER (CHARLES ALFRED HENRI).", "AUFAB": "1.70", "PHAS_": "99.600", "SONNE": "9", "VENUS": "5", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "13", "GEBZEIT": "12.00", "JUPITER": "27", "ELECTAGE": "45,8", "ELECTDAT": "19.11.1918", "GEBDATUM": "12.02.1873", "STBDATUM": "04.05.1950"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
18255	douady-daniel-1904-09-26	{"e1": "625", "afd5": "307"}	{"lerrcp": "E1-625", "muller": "M5-307"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Daniel", "family": "Douady", "spouse": [], "official": {"given": "Daniel Léon Joseph", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-09-26 11:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1904-09-26 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Daniel", "family": "Douady"}, "birth": {"tzo": "+00:09", "date": "1904-09-26 11:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1904-09-26 10:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "625"}}, "raw": {"H": "11:00", "COD": "29", "DAY": "26", "MON": "09", "NUM": "0625", "PRO": "PH", "YEA": "1904", "CITY": "Brest", "NAME": "DOUADY Daniel", "NOTE": "+"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Douady", "official": {"given": "Daniel Léon Joseph"}}, "birth": {"date": "1904-09-26 11:00", "place": {"name": "Brest"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "307"}}, "raw": {"NR": "307", "GNR": "ND1625", "JU_": "0", "MA_": "2", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1904", "KORR": "-0.16", "MARS": "11", "MODE": "", "MOND": "23", "NAME": "DOUADY (DANIEL LÉON JOSEPH).", "AUFAB": "-1.40", "PHAS_": "98.500", "SONNE": "8", "VENUS": "5", "BREITE": "48 N 00", "GEBORT": "Brest (Finistère)", "LAENGE": "004 W 06", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "30", "GEBZEIT": "11.00", "JUPITER": "23", "ELECTAGE": "57,6", "ELECTDAT": "03.04.1962", "GEBDATUM": "26.09.1904", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
21311	doumer-edmond-emmanuel-joseph-1891-03-22	{"afd5": "308"}	{"muller": "M5-308"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Edmond Emmanuel Joseph", "family": "Doumer", "spouse": [], "official": {"given": "Edmond Emmanuel Joseph", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1891-03-22 04:50", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Lille", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Edmond Emmanuel Joseph", "family": "Doumer", "official": {"given": "Edmond Emmanuel Joseph"}}, "birth": {"date": "1891-03-22 04:50", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Lille"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "308"}}, "raw": {"NR": "308", "GNR": "", "JU_": "2", "MA_": "0", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "2", "CODE": "1", "JAHR": "1891", "KORR": "-0.16", "MARS": "32", "MODE": "", "MOND": "18", "NAME": "DOUMER (EDMOND EMMANUEL JOSEPH).", "AUFAB": "6.50", "PHAS_": "88.900", "SONNE": "35", "VENUS": "1", "BREITE": "50 N 39", "GEBORT": "Lille (Nord)", "LAENGE": "003 E 05", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "17", "GEBZEIT": "04.50", "JUPITER": "36", "ELECTAGE": "54,3", "ELECTDAT": "12.06.1945", "GEBDATUM": "22.03.1891", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21312	dubourg-georges-marc-1903-07-04	{"afd5": "315"}	{"muller": "M5-315"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Georges Marc", "family": "Dubourg", "spouse": [], "official": {"given": "Georges Marc", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1903-07-04 23:30", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": 0.56667, "lat": 44.83333, "name": "Bordeaux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Georges Marc", "family": "Dubourg", "official": {"given": "Georges Marc"}}, "birth": {"date": "1903-07-04 23:30", "place": {"c2": "33", "cy": "FR", "lg": 0.56667, "lat": 44.83333, "name": "Bordeaux"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "315"}}, "raw": {"NR": "315", "GNR": "", "JU_": "2", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1903", "KORR": "-0.16", "MARS": "18", "MODE": "", "MOND": "15", "NAME": "DUBOURG (GEORGES MARC).", "AUFAB": "9.70", "PHAS_": "71.600", "SONNE": "26", "VENUS": "21", "BREITE": "44 N 50", "GEBORT": "Bordeaux (Gironde)", "LAENGE": "000 W 34", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "4", "GEBZEIT": "23.30", "JUPITER": "1", "ELECTAGE": "65,7", "ELECTDAT": "11.02.1969", "GEBDATUM": "04.07.1903", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2316	doyon-pierre-1827-11-01	{"a2": "229", "g55": "01-174", "afd5": "312"}	{"g55": "01-174", "lerrcp": "A2-229", "muller": "M5-312"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre", "family": "Doyon", "spouse": [], "official": {"given": "Pierre Adolphe Adrien", "family": null}}	\N	{"lmt": null, "tzo": "+00:22:52", "date": "1827-11-01 07:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1827-11-01 06:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Doyon"}, "birth": {"tzo": "+00:22:52", "date": "1827-11-01 07:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1827-11-01 06:37:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-229"}, "ids-in-sources": {"a2": "229"}}, "raw": {"H": "6", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "1", "LAT": "45N11", "LON": "5E43", "MON": "11", "NUM": "229", "PRO": "S", "SEC": "8", "YEA": "1827", "CITY": "GRENOBLE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Doyon", "official": {"given": "Pierre Adolphe Adrien"}}, "birth": {"date": "1827-11-01 07:00", "place": {"name": "Grenoble"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "312"}}, "raw": {"NR": "312", "GNR": "SA2229", "JU_": "2", "MA_": "1", "MO_": "0", "SA_": "2", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1827", "KORR": "", "MARS": "6", "MODE": "LMT", "MOND": "23", "NAME": "DOYON (PIERRE ADOLPHE ADRIEN).", "AUFAB": "6.60", "PHAS_": "92.400", "SONNE": "1", "VENUS": "36", "BREITE": "45 N 11", "GEBORT": "Grenoble (Isère)", "LAENGE": "005 E 43", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "12", "GEBZEIT": "07.00", "JUPITER": "3", "ELECTAGE": "53,0", "ELECTDAT": "19.10.1880", "GEBDATUM": "01.11.1827", "STBDATUM": "21.09.1907"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-174"}, "ids-in-source": {"g55": "01-174"}}, "raw": {"DAY": "1-11-1827", "HOUR": "7 h.", "NAME": "DOYON Pierre", "PLACE": "Grenoble (Isère)."}, "date": "2023-08-20T14:47:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2320	du-castel-auguste-1846-02-27	{"a2": "233", "g55": "01-179", "afd5": "313"}	{"g55": "01-179", "lerrcp": "A2-233", "muller": "M5-313"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Auguste", "family": "Du Castel", "spouse": [], "official": {"given": "Auguste Marie René", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:12", "date": "1846-02-27 08:45", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1846-02-27 08:35:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Ducastel"}, "birth": {"tzo": "+00:09:12", "date": "1846-02-27 08:45", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1846-02-27 08:35:48"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-233"}, "ids-in-sources": {"a2": "233"}}, "raw": {"H": "8", "MN": "35", "TZ": "0", "COD": "80", "COU": "F", "DAY": "27", "LAT": "49N54", "LON": "2E18", "MON": "2", "NUM": "233", "PRO": "S", "SEC": "48", "YEA": "1846", "CITY": "AMIENS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Du Castel", "official": {"given": "Auguste Marie René"}}, "birth": {"date": "1846-02-27 08:45", "place": {"name": "Amiens"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "313"}}, "raw": {"NR": "313", "GNR": "SA2233", "JU_": "2", "MA_": "2", "MO_": "2", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1846", "KORR": "", "MARS": "36", "MODE": "LMT", "MOND": "3", "NAME": "DU CASTEL (AUGUSTE MARIE RENÉ).", "AUFAB": "1.90", "PHAS_": "2.100", "SONNE": "4", "VENUS": "4", "BREITE": "49 N 54", "GEBORT": "Amiens (Somme)", "LAENGE": "002 E 18", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "5", "GEBZEIT": "08.45", "JUPITER": "36", "ELECTAGE": "54,9", "ELECTDAT": "15.01.1901", "GEBDATUM": "27.02.1846", "STBDATUM": "29.06.1905"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-179"}, "ids-in-source": {"g55": "01-179"}}, "raw": {"DAY": "27-2-1846", "HOUR": "8 h. 45", "NAME": "DUCASTEL Auguste", "PLACE": "Amiens (Somme)."}, "date": "2023-08-20T14:47:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2322	duche-emile-1814-04-03	{"a2": "235", "g55": "01-180", "afd5": "318"}	{"g55": "01-180", "lerrcp": "A2-235", "muller": "M5-318"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Emile", "family": "Duché", "spouse": [], "official": {"given": "Emile Charles", "family": null}}	\N	{"lmt": null, "tzo": "+00:14:17", "date": "1814-04-03 09:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.57033, "lat": 47.7996, "name": "Auxerre", "geoid": 3035843}, "notime": null, "date-ut": "1814-04-03 08:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Duche"}, "birth": {"tzo": "+00:14:17", "date": "1814-04-03 09:00", "place": {"c2": "89", "cy": "FR", "lg": 3.57033, "lat": 47.7996, "name": "Auxerre", "geoid": 3035843}, "date-ut": "1814-04-03 08:45:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-235"}, "ids-in-sources": {"a2": "235"}}, "raw": {"H": "8", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "3", "LAT": "47N48", "LON": "3E35", "MON": "4", "NUM": "235", "PRO": "S", "SEC": "40", "YEA": "1814", "CITY": "AUXERRE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Duché", "official": {"given": "Emile Charles"}}, "birth": {"date": "1814-04-03 09:00", "place": {"name": "Auxerre"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "318"}}, "raw": {"NR": "318", "GNR": "SA2235", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1814", "KORR": "", "MARS": "2", "MODE": "LMT", "MOND": "24", "NAME": "DUCHÉ (EMILE CHARLES).", "AUFAB": "5.20", "PHAS_": "96.100", "SONNE": "5", "VENUS": "8", "BREITE": "47 N 48", "GEBORT": "Auxerre (Yonne)", "LAENGE": "003 E 35", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "13", "GEBZEIT": "09.00", "JUPITER": "27", "ELECTAGE": "77,2", "ELECTDAT": "12.05.1891", "GEBDATUM": "03.04.1814", "STBDATUM": "30.05.1905"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-180"}, "ids-in-source": {"g55": "01-180"}}, "raw": {"DAY": "3-4-1814", "HOUR": "9 h.", "NAME": "DUCHE Emile", "PLACE": "Auxerre (Yonne)."}, "date": "2023-08-20T14:47:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2323	duclaux-pierre-1840-06-24	{"a2": "236", "g55": "01-181", "afd5": "319"}	{"g55": "01-181", "lerrcp": "A2-236", "muller": "M5-319"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre", "family": "Duclaux", "spouse": [], "official": {"given": "Pierre Emile", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:46", "date": "1840-06-24 17:00", "note": null, "place": {"c1": null, "c2": "15", "c3": null, "cy": "FR", "lg": 2.43983, "lat": 44.92539, "name": "Aurillac", "geoid": 3036016}, "notime": null, "date-ut": "1840-06-24 16:50:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Duclaux"}, "birth": {"tzo": "+00:09:46", "date": "1840-06-24 17:00", "place": {"c2": "15", "cy": "FR", "lg": 2.43983, "lat": 44.92539, "name": "Aurillac", "geoid": 3036016}, "date-ut": "1840-06-24 16:50:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-236"}, "ids-in-sources": {"a2": "236"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "15", "COU": "F", "DAY": "24", "LAT": "44N56", "LON": "2E26", "MON": "6", "NUM": "236", "PRO": "S", "SEC": "16", "YEA": "1840", "CITY": "AURILLAC"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Duclaux", "official": {"given": "Pierre Emile"}}, "birth": {"date": "1840-06-24 17:00", "place": {"name": "Aurillac"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "319"}}, "raw": {"NR": "319", "GNR": "SA2236", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1840", "KORR": "", "MARS": "16", "MODE": "LMT", "MOND": "23", "NAME": "DUCLAUX (PIERRE EMILE).", "AUFAB": "-10.90", "PHAS_": "39.000", "SONNE": "15", "VENUS": "16", "BREITE": "44 N 56", "GEBORT": "Aurillac (Cantal)", "LAENGE": "002 E 26", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "35", "GEBZEIT": "17.00", "JUPITER": "4", "ELECTAGE": "53,8", "ELECTDAT": "13.03.1894", "GEBDATUM": "24.06.1840", "STBDATUM": "03.05.1904"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-181"}, "ids-in-source": {"g55": "01-181"}}, "raw": {"DAY": "24-6-1840", "HOUR": "17 h.", "NAME": "* DUCLAUX Pierre", "PLACE": "Aurillac (Cantal)."}, "date": "2023-08-20T14:47:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2325	duguet-jean-1837-05-12	{"a2": "238", "g55": "01-183", "afd5": "321"}	{"g55": "01-183", "lerrcp": "A2-238", "muller": "M5-321"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Duguet", "spouse": [], "official": {"given": "Jean-Baptiste Nicolas", "family": null}}	\N	{"lmt": null, "tzo": "+00:15:49", "date": "1837-05-12 01:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 3.95512, "lat": 49.17339, "name": "Chamery", "geoid": 3027315}, "notime": null, "date-ut": "1837-05-12 00:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Duguet"}, "birth": {"tzo": "+00:15:49", "date": "1837-05-12 01:00", "place": {"c2": "51", "cy": "FR", "lg": 3.95512, "lat": 49.17339, "name": "Chamery", "geoid": 3027315}, "date-ut": "1837-05-12 00:42:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-238"}, "ids-in-sources": {"a2": "238"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "12", "LAT": "48N57", "LON": "4E22", "MON": "5", "NUM": "238", "PRO": "S", "SEC": "32", "YEA": "1837", "CITY": "CHAMERY"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Duguet", "official": {"given": "Jean-Baptiste Nicolas"}}, "birth": {"date": "1837-05-12 01:00", "place": {"name": "Chamery"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "321"}}, "raw": {"NR": "321", "GNR": "SA2238", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1837", "KORR": "", "MARS": "18", "MODE": "LMT", "MOND": "18", "NAME": "DUGUET (JEAN-BAPTISTE NICOLAS).", "AUFAB": "9.30", "PHAS_": "43.200", "SONNE": "30", "VENUS": "30", "BREITE": "48 N 57", "GEBORT": "Chamery (Marne)", "LAENGE": "004 E 22", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "12", "GEBZEIT": "01.00", "JUPITER": "18", "ELECTAGE": "54,9", "ELECTDAT": "29.03.1892", "GEBDATUM": "12.05.1837", "STBDATUM": "04.07.1914"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-183"}, "ids-in-source": {"g55": "01-183"}}, "raw": {"DAY": "12-5-1837", "HOUR": "1 h.", "NAME": "DUGUET Jean-Baptiste", "PLACE": "Chamery (Marne)."}, "date": "2023-08-20T14:47:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21313	dujarric-de-la-rivere-auguste-rene-1885-04-19	{"afd5": "323"}	{"muller": "M5-323"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Auguste René", "family": "Dujarric de La Rivere", "spouse": [], "official": {"given": "Auguste René", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1885-04-19 19:00", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 0.73333, "lat": 45.18333, "name": "Excideuil", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Auguste René", "family": "Dujarric de La Rivere", "official": {"given": "Auguste René"}}, "birth": {"date": "1885-04-19 19:00", "place": {"c2": "24", "cy": "FR", "lg": 0.73333, "lat": 45.18333, "name": "Excideuil"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "323"}}, "raw": {"NR": "323", "GNR": "", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1885", "KORR": "", "MARS": "21", "MODE": "LMT", "MOND": "13", "NAME": "DUJARRIC DE LA RIVERE (AUGUSTE RENE).", "AUFAB": "8.10", "PHAS_": "18.200", "SONNE": "19", "VENUS": "19", "BREITE": "45 N 11", "GEBORT": "Excideuil (Dordogne)", "LAENGE": "000 E 44", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "14", "GEBZEIT": "19.00", "JUPITER": "8", "ELECTAGE": "59,9", "ELECTDAT": "06.03.1945", "GEBDATUM": "19.04.1885", "STBDATUM": "23.11.1969"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21314	dumas-jean-baptiste-andre-1800-07-15	{"afd5": "326"}	{"muller": "M5-326"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean-Baptiste André", "family": "Dumas", "spouse": [], "official": {"given": "Jean-Baptiste André", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1800-07-15 05:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35, "lat": 43.85, "name": "Alais", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Jean-Baptiste André", "family": "Dumas", "official": {"given": "Jean-Baptiste André"}}, "birth": {"date": "1800-07-15 05:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35, "lat": 43.85, "name": "Alais"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "326"}}, "raw": {"NR": "326", "GNR": "", "JU_": "2", "MA_": "0", "MO_": "0", "SA_": "0", "SO_": "2", "VE_": "2", "CODE": "1", "JAHR": "1800", "KORR": "", "MARS": "8", "MODE": "LMT", "MOND": "7", "NAME": "DUMAS (JEAN-BAPTISTE ANDRÉ).", "AUFAB": "-9.60", "PHAS_": "38.200", "SONNE": "1", "VENUS": "2", "BREITE": "43 N 51", "GEBORT": "Alais (Gard)", "LAENGE": "004 E 21", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "34", "GEBZEIT": "05.00", "JUPITER": "2", "ELECTAGE": "42,6", "ELECTDAT": "31.01.1843", "GEBDATUM": "15.07.1800", "STBDATUM": "11.04.1884"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21479	angelini-cesare-1886-08-02	{"afd1": "14"}	{"muller": "M1-14"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cesare", "family": "Angelini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1886-08-02 08:11", "note": "", "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 9, "lat": 45.2, "name": "Albuzzano", "geoid": null}, "notime": null, "date-ut": "1886-08-02 07:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Cesare", "family": "Angelini"}, "birth": {"tzo": "+00:50", "date": "1886-08-02 08:11", "note": "", "place": {"c2": "PV", "cy": "IT", "lg": 9, "lat": 45.2, "name": "Albuzzano"}, "date-ut": "1886-08-02 07:21"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "14"}}, "raw": {"LG": "-9", "DAY": "02", "LAT": "45,2", "MIN": "11", "TZO": "-0,83", "HOUR": "08", "NAME": "14M Angelini, Cesare", "YEAR": "1886", "MONTH": "08", "PLACE": "Albuzzano PV"}, "date": "2023-08-20T14:44:33+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
2328	dumas-georges-1866-03-06	{"a2": "241", "a6": "282", "g55": "01-185", "afd5": "325"}	{"g55": "01-185", "lerrcp": "A2-241", "muller": "M5-325"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Georges", "family": "Dumas", "spouse": [], "official": {"given": "Georges", "family": null}}	\N	{"lmt": null, "tzo": "+00:16:26", "date": "1866-03-06 23:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.10683, "lat": 43.98857, "name": "Lédignan", "geoid": 3004346}, "notime": null, "date-ut": "1866-03-06 22:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician", "writer"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Dumas"}, "birth": {"tzo": "+00:16:26", "date": "1866-03-06 23:00", "place": {"c2": "30", "cy": "FR", "lg": 4.10683, "lat": 43.98857, "name": "Lédignan", "geoid": 3004346}, "date-ut": "1866-03-06 22:42:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-241"}, "ids-in-sources": {"a2": "241"}}, "raw": {"H": "22", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "6", "LAT": "43N51", "LON": "4E21", "MON": "3", "NUM": "241", "PRO": "S", "SEC": "36", "YEA": "1866", "CITY": "LEDIGAN"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "282"}}, "raw": {"H": "22", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "6", "LAT": "43N51", "LON": "4E21", "MON": "3", "NUM": "282", "PRO": "W", "SEC": "36", "YEA": "1866", "CITY": "LEDIGNAN"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Dumas", "official": {"given": "Georges"}}, "birth": {"date": "1866-03-06 23:00", "place": {"name": "Lédignan"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "325"}}, "raw": {"NR": "325", "GNR": "SA2241", "JU_": "1", "MA_": "1", "MO_": "2", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1866", "KORR": "", "MARS": "28", "MODE": "LMT", "MOND": "1", "NAME": "DUMAS (GEORGES).", "AUFAB": "-6.70", "PHAS_": "82.100", "SONNE": "26", "VENUS": "26", "BREITE": "43 N 51", "GEBORT": "Lédignan (Gard)", "LAENGE": "004 E 21", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "1", "GEBZEIT": "23.00", "JUPITER": "30", "ELECTAGE": "60,1", "ELECTDAT": "16.03.1926", "GEBDATUM": "06.03.1866", "STBDATUM": "12.02.1946"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-185"}, "ids-in-source": {"g55": "01-185"}}, "raw": {"DAY": "6-3-1866", "HOUR": "23 h.", "NAME": "DUMAS Georges", "PLACE": "Lédigan (Gard)."}, "date": "2023-08-20T14:47:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21315	dumenil-louis-stanislas-1823-11-30	{"afd5": "327"}	{"muller": "M5-327"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis Stanislas", "family": "Duménil", "spouse": [], "official": {"given": "Louis Stanislas", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1823-11-30 10:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.08333, "lat": 49.43333, "name": "Fontaine-le Bourg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Louis Stanislas", "family": "Duménil", "official": {"given": "Louis Stanislas"}}, "birth": {"date": "1823-11-30 10:00", "place": {"c2": "76", "cy": "FR", "lg": 1.08333, "lat": 49.43333, "name": "Fontaine-le Bourg"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "327"}}, "raw": {"NR": "327", "GNR": "", "JU_": "1", "MA_": "1", "MO_": "2", "SA_": "1", "SO_": "1", "VE_": "2", "CODE": "1", "JAHR": "1823", "KORR": "", "MARS": "14", "MODE": "LMT", "MOND": "9", "NAME": "DUMÉNIL (LOUIS STANISLAS).", "AUFAB": "-6.10", "PHAS_": "6.800", "SONNE": "6", "VENUS": "11", "BREITE": "49 N 26", "GEBORT": "Fontaine-le Bourg (Seine-Inférieur", "LAENGE": "001 E 05", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "26", "GEBZEIT": "10.00", "JUPITER": "18", "ELECTAGE": "61,5", "ELECTDAT": "02.06.1885", "GEBDATUM": "30.11.1823", "STBDATUM": "05.09.1890"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2330	duplouy-charles-1827-11-05	{"a2": "243", "afd5": "329"}	{"lerrcp": "A2-243", "muller": "M5-329"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles", "family": "Duplouy", "spouse": [], "official": {"given": "Charles Jean", "family": null}}	\N	{"lmt": null, "tzo": "+00:00:37", "date": "1827-11-05 19:00", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": 0.15345, "lat": 45.64997, "name": "Angoulême", "geoid": 3037598}, "notime": null, "date-ut": "1827-11-06 18:59:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Duplouy"}, "birth": {"tzo": "+00:00:37", "date": "1827-11-06 19:00", "place": {"c2": "16", "cy": "FR", "lg": 0.15345, "lat": 45.64997, "name": "Angoulême", "geoid": 3037598}, "date-ut": "1827-11-06 18:59:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-243"}, "ids-in-sources": {"a2": "243"}}, "raw": {"H": "18", "MN": "59", "TZ": "0", "COD": "16", "COU": "F", "DAY": "6", "LAT": "45N39", "LON": "0E10", "MON": "11", "NUM": "243", "PRO": "S", "SEC": "20", "YEA": "1827", "CITY": "ANGOULEME"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Duplouy", "official": {"given": "Charles Jean"}}, "birth": {"date": "1827-11-05 19:00", "place": {"name": "Angoulême"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "329"}}, "raw": {"NR": "329", "GNR": "SA2243", "JU_": "0", "MA_": "0", "MO_": "2", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "2", "JAHR": "1827", "KORR": "", "MARS": "24", "MODE": "LMT", "MOND": "2", "NAME": "DUPLOUY (CHARLES JEAN).", "AUFAB": "-1.60", "PHAS_": "98.300", "SONNE": "21", "VENUS": "21", "BREITE": "45 N 39", "GEBORT": "Angoulême (Charente)", "LAENGE": "000 E 10", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ-d", "SATURN": "33", "GEBZEIT": "19.00", "JUPITER": "22", "ELECTAGE": "64,4", "ELECTDAT": "28.02.1892", "GEBDATUM": "05.11.1827", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21316	dupre-germain-1811-01-10	{"afd5": "331"}	{"muller": "M5-331"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Germain", "family": "Dupré", "spouse": [], "official": {"given": "Germain", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1811-01-10 08:00", "note": null, "place": {"c1": null, "c2": "65", "c3": null, "cy": "FR", "lg": 0.08333, "lat": 43.23333, "name": "Argelès Gazost", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Germain", "family": "Dupré", "official": {"given": "Germain"}}, "birth": {"date": "1811-01-10 08:00", "place": {"c2": "65", "cy": "FR", "lg": 0.08333, "lat": 43.23333, "name": "Argelès Gazost"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "331"}}, "raw": {"NR": "331", "GNR": "", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "1", "CODE": "1", "JAHR": "1811", "KORR": "", "MARS": "11", "MODE": "LMT", "MOND": "19", "NAME": "DUPRÉ (GERMAIN).", "AUFAB": "0.30", "PHAS_": "99.700", "SONNE": "1", "VENUS": "4", "BREITE": "43 N 14", "GEBORT": "Argelès Gazost (Hautes-Pyrénées)", "LAENGE": "000 E 05", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "5", "GEBZEIT": "08.00", "JUPITER": "27", "ELECTAGE": "60,3", "ELECTDAT": "11.04.1871", "GEBDATUM": "10.01.1811", "STBDATUM": "10.12.1893"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21317	duquenois-pierre-1904-06-17	{"afd5": "333"}	{"muller": "M5-333"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre", "family": "Duquénois", "spouse": [], "official": {"given": "Pierre", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1904-06-17 16:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Saint-Quentin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Pierre", "family": "Duquénois", "official": {"given": "Pierre"}}, "birth": {"date": "1904-06-17 16:00", "place": {"c2": "02", "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Saint-Quentin"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "333"}}, "raw": {"NR": "333", "GNR": "", "JU_": "1", "MA_": "1", "MO_": "2", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "1", "JAHR": "1904", "KORR": "-0.16", "MARS": "14", "MODE": "", "MOND": "10", "NAME": "DUQUÉNOIS (PIERRE).", "AUFAB": "6.60", "PHAS_": "12.700", "SONNE": "14", "VENUS": "15", "BREITE": "49 N 34", "GEBORT": "Saint-Quentin (Aisne)", "LAENGE": "003 E 37", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "28", "GEBZEIT": "16.00", "JUPITER": "21", "ELECTAGE": "57,9", "ELECTDAT": "10.04.1962", "GEBDATUM": "17.06.1904", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2336	duval-pierre-1874-06-24	{"a2": "249", "afd5": "337"}	{"lerrcp": "A2-249", "muller": "M5-337"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre", "family": "Duval", "spouse": [], "official": {"given": "Pierre Alfred", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1874-06-24 19:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "1", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1874-06-24 19:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Duval"}, "birth": {"tzo": "+00:09:24", "date": "1874-06-24 19:30", "place": {"c2": "75", "c3": "1", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1874-06-24 19:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-249"}, "ids-in-sources": {"a2": "249"}}, "raw": {"H": "19", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "24", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "249", "PRO": "S", "SEC": "40", "YEA": "1874", "CITY": "PARIS 1ER"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Duval", "official": {"given": "Pierre Alfred"}}, "birth": {"date": "1874-06-24 19:30", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "337"}}, "raw": {"NR": "337", "GNR": "SA2249", "JU_": "2", "MA_": "1", "MO_": "2", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "4", "JAHR": "1874", "KORR": "", "MARS": "18", "MODE": "LMT", "MOND": "9", "NAME": "DUVAL (PIERRE ALFRED).", "AUFAB": "9.00", "PHAS_": "70.100", "SONNE": "18", "VENUS": "16", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "33", "GEBZEIT": "19.30", "JUPITER": "12", "ELECTAGE": "51,4", "ELECTDAT": "10.11.1925", "GEBDATUM": "24.06.1874", "STBDATUM": "07.02.1941"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2338	ehrmann-jules-1836-01-06	{"a2": "251", "g55": "01-191", "afd5": "338"}	{"g55": "01-191", "lerrcp": "A2-251", "muller": "M5-338"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jules", "family": "Ehrmann", "spouse": [], "official": {"given": "Jules Amédée", "family": null}}	\N	{"lmt": null, "tzo": "+00:29:36", "date": "1836-01-06 12:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.40203, "lat": 47.7497, "name": "Rixheim", "geoid": 2983369}, "notime": null, "date-ut": "1836-01-06 11:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Ehrmann"}, "birth": {"tzo": "+00:29:36", "date": "1836-01-06 12:00", "place": {"c2": "68", "cy": "FR", "lg": 7.40203, "lat": 47.7497, "name": "Rixheim", "geoid": 2983369}, "date-ut": "1836-01-06 11:30:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-251"}, "ids-in-sources": {"a2": "251"}}, "raw": {"H": "11", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "6", "LAT": "48N 5", "LON": "7E21", "MON": "1", "NUM": "251", "PRO": "S", "SEC": "36", "YEA": "1836", "CITY": "RIXHEIM"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Ehrmann", "official": {"given": "Jules Amédée"}}, "birth": {"date": "1836-01-06 12:00", "place": {"name": "Rixheim"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "338"}}, "raw": {"NR": "338", "GNR": "SA2251", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "1", "SO_": "2", "VE_": "1", "CODE": "4", "JAHR": "1836", "KORR": "", "MARS": "10", "MODE": "LMT", "MOND": "23", "NAME": "EHRMANN (JULES AMÉDÉE).", "AUFAB": "-2.80", "PHAS_": "96.200", "SONNE": "9", "VENUS": "6", "BREITE": "48 N 05", "GEBORT": "Rixheim (Haut-Rhin)", "LAENGE": "007 E 21", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "18", "GEBZEIT": "12.00", "JUPITER": "28", "ELECTAGE": "45,0", "ELECTDAT": "28.12.1880", "GEBDATUM": "06.01.1836", "STBDATUM": "29.06.1918"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-191"}, "ids-in-source": {"g55": "01-191"}}, "raw": {"DAY": "6-1-1836", "HOUR": "12 h.", "NAME": "EHRMANN Jules", "PLACE": "Rixheim (Haut-Rhin)."}, "date": "2023-08-20T14:47:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2342	fabre-jean-1864-06-08	{"a2": "255", "afd5": "342"}	{"lerrcp": "A2-255", "muller": "M5-342"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Fabre", "spouse": [], "official": {"given": "Jean", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1864-06-08 04:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "4", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1864-06-08 03:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Fabre"}, "birth": {"tzo": "+00:19:23", "date": "1864-06-08 04:00", "place": {"c2": "69", "c3": "4", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1864-06-08 03:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-255"}, "ids-in-sources": {"a2": "255"}}, "raw": {"H": "3", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "8", "LAT": "45N46", "LON": "4E50", "MON": "6", "NUM": "255", "PRO": "S", "SEC": "40", "YEA": "1874", "CITY": "LYON"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Fabre", "official": {"given": "Jean"}}, "birth": {"date": "1864-06-08 04:00", "place": {"name": "Lyon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "342"}}, "raw": {"NR": "342", "GNR": "SA2255", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1864", "KORR": "", "MARS": "4", "MODE": "LMT", "MOND": "29", "NAME": "FABRE (JEAN).", "AUFAB": "5.60", "PHAS_": "12.200", "SONNE": "36", "VENUS": "1", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "22", "GEBZEIT": "04.00", "JUPITER": "20", "ELECTAGE": "55,0", "ELECTDAT": "27.05.1919", "GEBDATUM": "08.06.1864", "STBDATUM": "06.06.1921"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
18342	fabre-philippe-1892-09-10	{"e1": "712", "afd5": "344"}	{"lerrcp": "E1-712", "muller": "M5-344"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Philippe", "family": "Fabre", "spouse": [], "official": {"given": "Philippe Achille Joseph", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1892-09-10 14:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 2.87378, "lat": 42.76929, "name": "Rivesaltes", "geoid": 2983393}, "notime": null, "date-ut": "1892-09-10 13:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Fabre"}, "birth": {"tzo": "+00:09", "date": "1892-09-10 14:00", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": 2.87378, "lat": 42.76929, "name": "Rivesaltes", "geoid": 2983393}, "date-ut": "1892-09-10 13:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "712"}}, "raw": {"H": "14:00", "COD": "66", "DAY": "10", "MON": "09", "NUM": "0712", "PRO": "PH", "YEA": "1892", "CITY": "Rivesaltes", "NAME": "FABRE Philippe", "NOTE": "+"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Fabre", "official": {"given": "Philippe Achille Joseph"}}, "birth": {"date": "1892-09-10 14:00", "place": {"name": "Rivesaltes"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "344"}}, "raw": {"NR": "344", "GNR": "ND1712", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "2", "SO_": "2", "VE_": "0", "CODE": "3", "JAHR": "1892", "KORR": "-0.16", "MARS": "33", "MODE": "", "MOND": "26", "NAME": "FABRE (PHILIPPE ACHILLE JOSEPH).", "AUFAB": "-7.00", "PHAS_": "86.700", "SONNE": "12", "VENUS": "16", "BREITE": "42 N 42", "GEBORT": "Rivesaltes (Pyrénées-Orientales)", "LAENGE": "002 E 55", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "11", "GEBZEIT": "14.00", "JUPITER": "27", "ELECTAGE": "54,6", "ELECTDAT": "25.03.1947", "GEBDATUM": "10.09.1892", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
2344	fabre-rene-1889-06-29	{"a2": "257", "afd5": "345"}	{"lerrcp": "A2-257", "muller": "M5-345"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "René", "family": "Fabre", "spouse": [], "official": {"given": "René Jean Marie", "family": null}}	\N	{"lmt": null, "tzo": "+00:24:30", "date": "1889-06-29 12:30", "note": null, "place": {"c1": null, "c2": "74", "c3": null, "cy": "FR", "lg": 6.12565, "lat": 45.90878, "name": "Annecy", "geoid": 3037543}, "notime": null, "date-ut": "1889-06-29 16:05:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Fabre"}, "birth": {"tzo": "+00:24:30", "date": "1889-06-29 16:30", "place": {"c2": "74", "cy": "FR", "lg": 6.12565, "lat": 45.90878, "name": "Annecy", "geoid": 3037543}, "date-ut": "1889-06-29 16:05:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-257"}, "ids-in-sources": {"a2": "257"}}, "raw": {"H": "16", "MN": "5", "TZ": "0", "COD": "74", "COU": "F", "DAY": "29", "LAT": "45N54", "LON": "6E 7", "MON": "6", "NUM": "257", "PRO": "S", "SEC": "32", "YEA": "1889", "CITY": "ANNECY"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Fabre", "official": {"given": "René Jean Marie"}}, "birth": {"date": "1889-06-29 12:30", "place": {"name": "Annecy"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "345"}}, "raw": {"NR": "345", "GNR": "SA2257", "JU_": "1", "MA_": "2", "MO_": "2", "SA_": "0", "SO_": "2", "VE_": "1", "CODE": "2", "JAHR": "1889", "KORR": "", "MARS": "10", "MODE": "LMT", "MOND": "9", "NAME": "FABRE (RENÉ JEAN MARIE).", "AUFAB": "0.30", "PHAS_": "0.400", "SONNE": "10", "VENUS": "14", "BREITE": "45 N 54", "GEBORT": "Annecy (Haute-Savoie)", "LAENGE": "006 E 07", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "7", "GEBZEIT": "12.30", "JUPITER": "28", "ELECTAGE": "51,9", "ELECTDAT": "13.05.1941", "GEBDATUM": "29.06.1889", "STBDATUM": "04.10.1968"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2349	favre-pierre-1813-02-20	{"a2": "262", "g55": "01-199", "afd5": "351"}	{"g55": "01-199", "lerrcp": "A2-262", "muller": "M5-351"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre", "family": "Favre", "spouse": [], "official": {"given": "Pierre Antoine", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1813-02-20 07:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1813-02-20 06:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician", "scientist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Favre"}, "birth": {"tzo": "+00:19:23", "date": "1813-02-20 07:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1813-02-20 06:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-262"}, "ids-in-sources": {"a2": "262"}}, "raw": {"H": "6", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "20", "LAT": "45N46", "LON": "4E50", "MON": "2", "NUM": "262", "PRO": "S", "SEC": "40", "YEA": "1813", "CITY": "LYON"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Favre", "official": {"given": "Pierre Antoine"}}, "birth": {"date": "1813-02-20 07:00", "place": {"name": "Lyon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "351"}}, "raw": {"NR": "351", "GNR": "SA2262", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "1", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1813", "KORR": "", "MARS": "10", "MODE": "LMT", "MOND": "15", "NAME": "FAVRE (PIERRE ANTOINE).", "AUFAB": "-7.10", "PHAS_": "80.200", "SONNE": "36", "VENUS": "2", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "5", "GEBZEIT": "07.00", "JUPITER": "21", "ELECTAGE": "51,4", "ELECTDAT": "19.07.1864", "GEBDATUM": "20.02.1813", "STBDATUM": "17.02.1880"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-199"}, "ids-in-source": {"g55": "01-199"}}, "raw": {"DAY": "20-3-1813", "HOUR": "7 h.", "NAME": "FAVRE Pierre", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:47:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}, {"new": [], "raw": {"DAY": "20-2-1813", "HOUR": "7 h.", "NAME": "FAVRE Pierre", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:49:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 09-349-scientists"}]	[]
21318	favre-maurice-jules-1876-05-18	{"afd5": "350"}	{"muller": "M5-350"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Maurice Jules", "family": "Favre", "spouse": [], "official": {"given": "Maurice Jules", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1876-05-18 05:00", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.55, "lat": 46.66667, "name": "les Rousses", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Maurice Jules", "family": "Favre", "official": {"given": "Maurice Jules"}}, "birth": {"date": "1876-05-18 05:00", "place": {"c2": "39", "cy": "FR", "lg": 5.55, "lat": 46.66667, "name": "les Rousses"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "350"}}, "raw": {"NR": "350", "GNR": "", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "0", "CODE": "1", "JAHR": "1876", "KORR": "", "MARS": "34", "MODE": "LMT", "MOND": "6", "NAME": "FAVRE (MAURICE JULES).", "AUFAB": "-10.00", "PHAS_": "35.800", "SONNE": "1", "VENUS": "32", "BREITE": "46 N 40", "GEBORT": "les Rousses (Jura)", "LAENGE": "005 E 33", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "6", "GEBZEIT": "05.00", "JUPITER": "19", "ELECTAGE": "67,5", "ELECTDAT": "09.11.1943", "GEBDATUM": "18.05.1876", "STBDATUM": "20.12.1954"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2347	faure-jean-1863-10-27	{"a2": "260", "g55": "01-198", "afd5": "348"}	{"g55": "01-198", "lerrcp": "A2-260", "muller": "M5-348"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Faure", "spouse": [], "official": {"given": "Jean-Louis", "family": null}}	\N	{"lmt": null, "tzo": "-00:02:16", "date": "1863-10-27 05:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Sainte-Foy-la~-Grande", "geoid": 0}, "notime": null, "date-ut": "1863-10-27 04:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Faure"}, "birth": {"tzo": "-00:02:16", "date": "1863-10-27 04:55:20", "place": {"c2": "33", "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Sainte-Foy-la-Gran", "geoid": 0}, "date-ut": "1863-10-27 04:57:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-260"}, "ids-in-sources": {"a2": "260"}}, "raw": {"H": "4", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "27", "LAT": "44N50", "LON": "0W34", "MON": "10", "NUM": "260", "PRO": "S", "SEC": "36", "YEA": "1863", "CITY": "STE-FOY-LA-GRAN"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Faure", "official": {"given": "Jean-Louis"}}, "birth": {"date": "1863-10-27 05:00", "place": {"name": "Sainte-Foy-la-Grande"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "348"}}, "raw": {"NR": "348", "GNR": "SA2260", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "2", "SO_": "0", "VE_": "2", "CODE": "3", "JAHR": "1863", "KORR": "", "MARS": "35", "MODE": "LMT", "MOND": "16", "NAME": "FAURE (JEAN-LOUIS).", "AUFAB": "0.60", "PHAS_": "99.900", "SONNE": "34", "VENUS": "3", "BREITE": "44 N 50", "GEBORT": "Sainte-Foy-la-Grande (Gironde)", "LAENGE": "000 W 34", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "1", "GEBZEIT": "05.00", "JUPITER": "34", "ELECTAGE": "61,1", "ELECTDAT": "02.12.1924", "GEBDATUM": "27.10.1863", "STBDATUM": "26.10.1944"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Sainte-Foy-la~-Grande"}}, "partial-ids": {"g55": "01-198"}, "ids-in-source": {"g55": "01-198"}}, "raw": {"DAY": "27-10-1863", "HOUR": "5 h.", "NAME": "* FAURE Jean Louis", "PLACE": "Sainte-Foy-la~-Grande (Gironde)."}, "date": "2023-08-20T14:47:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21319	feltz-victor-timothee-1835-01-08	{"afd5": "353"}	{"muller": "M5-353"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Victor Timothée", "family": "Feltz", "spouse": [], "official": {"given": "Victor Timothée", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1835-01-08 10:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "Hattstatt", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Victor Timothée", "family": "Feltz", "official": {"given": "Victor Timothée"}}, "birth": {"date": "1835-01-08 10:00", "place": {"c2": "68", "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "Hattstatt"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "353"}}, "raw": {"NR": "353", "GNR": "", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "2", "CODE": "1", "JAHR": "1835", "KORR": "", "MARS": "24", "MODE": "LMT", "MOND": "33", "NAME": "FELTZ (VICTOR TIMOTHÉE).", "AUFAB": "9.40", "PHAS_": "60.400", "SONNE": "5", "VENUS": "9", "BREITE": "48 N 05", "GEBORT": "Hattstatt (Haut-Rhin)", "LAENGE": "007 E 21", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "16", "GEBZEIT": "10.00", "JUPITER": "30", "ELECTAGE": "50,5", "ELECTDAT": "09.06.1885", "GEBDATUM": "08.01.1835", "STBDATUM": "31.03.1893"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2351	fernet-charles-1838-02-08	{"a2": "264", "afd5": "354"}	{"lerrcp": "A2-264", "muller": "M5-354"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles", "family": "Fernet", "spouse": [], "official": {"given": "Charles", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1838-02-08 09:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1838-02-08 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Fernet"}, "birth": {"tzo": "+00:09:24", "date": "1838-02-08 09:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1838-02-08 08:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-264"}, "ids-in-sources": {"a2": "264"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "8", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "264", "PRO": "S", "SEC": "40", "YEA": "1838", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Fernet", "official": {"given": "Charles"}}, "birth": {"date": "1838-02-08 09:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "354"}}, "raw": {"NR": "354", "GNR": "SA2264", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "1", "SO_": "2", "VE_": "2", "CODE": "4", "JAHR": "1838", "KORR": "", "MARS": "3", "MODE": "LMT", "MOND": "22", "NAME": "FERNET (CHARLES).", "AUFAB": "3.80", "PHAS_": "97.600", "SONNE": "3", "VENUS": "2", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "14", "GEBZEIT": "09.00", "JUPITER": "19", "ELECTAGE": "59,0", "ELECTDAT": "09.02.1897", "GEBDATUM": "08.02.1838", "STBDATUM": "18.04.1919"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
3071	fevre-marcel-1897-10-09	{"a2": "984", "g55": "02-212", "afd5": "356"}	{"g55": "02-212", "lerrcp": "A2-984", "muller": "M5-356"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Marcel", "family": "Fevre", "spouse": [], "official": {"given": "Marcel Paul Louis Edmond", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1897-10-09 21:30", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "notime": null, "date-ut": "1897-10-09 21:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Fevre"}, "birth": {"tzo": "+00:09:21", "date": "1897-10-09 21:30", "place": {"c2": "62", "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "date-ut": "1897-10-09 21:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-984"}, "ids-in-sources": {"a2": "984"}}, "raw": {"H": "21", "MN": "20", "TZ": "0", "COD": "62", "COU": "F", "DAY": "9", "LAT": "50N18", "LON": "2E46", "MON": "10", "NUM": "984", "PRO": "S", "SEC": "40", "YEA": "1897", "CITY": "ARRAS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Fevre", "official": {"given": "Marcel Paul Louis Edmond"}}, "birth": {"date": "1897-10-09 21:30", "place": {"name": "Arras"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "356"}}, "raw": {"NR": "356", "GNR": "SA2984", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "0", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1897", "KORR": "-0.16", "MARS": "23", "MODE": "", "MOND": "7", "NAME": "FEVRE (MARCEL PAUL LOUIS EDMOND).", "AUFAB": "4.30", "PHAS_": "97.000", "SONNE": "24", "VENUS": "27", "BREITE": "50 N 18", "GEBORT": "Arras (Pas-de-Calais)", "LAENGE": "002 E 46", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "22", "GEBZEIT": "21.30", "JUPITER": "26", "ELECTAGE": "64,8", "ELECTDAT": "03.07.1962", "GEBDATUM": "09.10.1897", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "02-212"}, "ids-in-source": {"g55": "02-212"}}, "raw": {"DAY": "9-10-1897", "HOUR": "21 h. 30", "NAME": "FEVRE Marcel", "PLACE": "Arras (Pas-de-Calais)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
21320	fiessinger-noel-armand-1881-12-24	{"afd5": "358"}	{"muller": "M5-358"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Noël Armand", "family": "Fiessinger", "spouse": [], "official": {"given": "Noël Armand", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1881-12-24 17:00", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "Thaon-les-Vosges", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Noël Armand", "family": "Fiessinger", "official": {"given": "Noël Armand"}}, "birth": {"date": "1881-12-24 17:00", "place": {"c2": "88", "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "Thaon-les-Vosges"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "358"}}, "raw": {"NR": "358", "GNR": "", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1881", "KORR": "", "MARS": "2", "MODE": "LMT", "MOND": "13", "NAME": "FIESSINGER (NOEL ARMAND).", "AUFAB": "6.30", "PHAS_": "10.900", "SONNE": "20", "VENUS": "21", "BREITE": "48 N 10", "GEBORT": "Thaon-les-Vosges (Vosges)", "LAENGE": "006 E 28", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "5", "GEBZEIT": "17.00", "JUPITER": "5", "ELECTAGE": "58,8", "ELECTDAT": "15.10.1940", "GEBDATUM": "24.12.1881", "STBDATUM": "15.01.1946"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
18381	fiolle-jean-1884-10-09	{"e1": "751", "afd5": "361"}	{"lerrcp": "E1-751", "muller": "M5-361"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Fiolle", "spouse": [], "official": {"given": "Jean", "family": null}}	\N	{"lmt": null, "tzo": "+00:11", "date": "1884-10-09 12:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 2.69819, "lat": 42.77276, "name": "Estagel", "geoid": 3019584}, "notime": null, "date-ut": "1884-10-09 11:49"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Fiolle"}, "birth": {"tzo": "+00:11", "date": "1884-10-09 12:00", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": 2.69819, "lat": 42.77276, "name": "Estagel", "geoid": 3019584}, "date-ut": "1884-10-09 11:49"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "751"}}, "raw": {"H": "12:00", "COD": "66", "DAY": "09", "MON": "10", "NUM": "0751", "PRO": "PH", "YEA": "1884", "CITY": "Estagel", "NAME": "FIOLLE Jean", "NOTE": "+"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Fiolle", "official": {"given": "Jean"}}, "birth": {"date": "1884-10-09 12:00", "place": {"name": "Estagel"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "361"}}, "raw": {"NR": "361", "GNR": "ND1751", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "1", "CODE": "3", "JAHR": "1884", "KORR": "", "MARS": "6", "MODE": "LMT", "MOND": "20", "NAME": "FIOLLE (JEAN).", "AUFAB": "-8.80", "PHAS_": "78.500", "SONNE": "10", "VENUS": "14", "BREITE": "42 N 42", "GEBORT": "Estagel (Pyrénées-Orientales)", "LAENGE": "002 E 55", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "19", "GEBZEIT": "12.00", "JUPITER": "14", "ELECTAGE": "58,7", "ELECTDAT": "01.06.1943", "GEBDATUM": "09.10.1884", "STBDATUM": "24.12.1955"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
2356	fleury-gustave-1833-12-30	{"a2": "269", "g55": "01-205", "afd5": "362"}	{"g55": "01-205", "lerrcp": "A2-269", "muller": "M5-362"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Gustave", "family": "Fleury", "spouse": [], "official": {"given": "Gustave Clément", "family": null}}	\N	{"lmt": null, "tzo": "-00:00:08", "date": "1833-12-30 12:00", "note": null, "place": {"c1": null, "c2": "79", "c3": null, "cy": "FR", "lg": -0.03399, "lat": 46.32527, "name": "Chenay", "geoid": 3025574}, "notime": null, "date-ut": "1833-12-30 12:01:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Fleury"}, "birth": {"tzo": "-00:00:08", "date": "1833-12-30 12:00", "place": {"c2": "79", "cy": "FR", "lg": -0.03399, "lat": 46.32527, "name": "Chenay", "geoid": 3025574}, "date-ut": "1833-12-30 12:01:48"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-269"}, "ids-in-sources": {"a2": "269"}}, "raw": {"H": "12", "MN": "1", "TZ": "0", "COD": "79", "COU": "F", "DAY": "30", "LAT": "46N19", "LON": "0W27", "MON": "12", "NUM": "269", "PRO": "S", "SEC": "48", "YEA": "1833", "CITY": "CHENAY"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Fleury", "official": {"given": "Gustave Clément"}}, "birth": {"date": "1833-12-30 12:00", "place": {"name": "Chenay"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "362"}}, "raw": {"NR": "362", "GNR": "SA2269", "JU_": "2", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1833", "KORR": "", "MARS": "12", "MODE": "LMT", "MOND": "21", "NAME": "FLEURY (GUSTAVE CLÉMENT).", "AUFAB": "-6.60", "PHAS_": "87.700", "SONNE": "9", "VENUS": "12", "BREITE": "46 N 19", "GEBORT": "Chenay (Deux-Sèvres)", "LAENGE": "000 W 27", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "19", "GEBZEIT": "12.00", "JUPITER": "36", "ELECTAGE": "59,5", "ELECTDAT": "13.06.1893", "GEBDATUM": "30.12.1833", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-205"}, "ids-in-source": {"g55": "01-205"}}, "raw": {"DAY": "30-12-1833", "HOUR": "12 h.", "NAME": "FLEURY Gustave Clém.", "PLACE": "Chenay (Deux-Sèvres)."}, "date": "2023-08-20T14:47:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21321	fleury-paul-felix-1885-05-08	{"afd5": "364"}	{"muller": "M5-364"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul Félix", "family": "Fleury", "spouse": [], "official": {"given": "Paul Félix", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1885-05-08 12:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.9, "lat": 47.9, "name": "Gien", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Paul Félix", "family": "Fleury", "official": {"given": "Paul Félix"}}, "birth": {"date": "1885-05-08 12:00", "place": {"c2": "45", "cy": "FR", "lg": 1.9, "lat": 47.9, "name": "Gien"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "364"}}, "raw": {"NR": "364", "GNR": "", "JU_": "2", "MA_": "2", "MO_": "1", "SA_": "0", "SO_": "2", "VE_": "2", "CODE": "1", "JAHR": "1885", "KORR": "", "MARS": "11", "MODE": "LMT", "MOND": "18", "NAME": "FLEURY (PAUL FÉLIX).", "AUFAB": "-9.70", "PHAS_": "43.900", "SONNE": "10", "VENUS": "9", "BREITE": "47 N 54", "GEBORT": "Gien (Loiret)", "LAENGE": "001 E 54", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "7", "GEBZEIT": "12.00", "JUPITER": "1", "ELECTAGE": "66,6", "ELECTDAT": "04.12.1951", "GEBDATUM": "08.05.1885", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
18389	floch-herve-1908-10-03	{"e1": "759", "afd5": "365"}	{"lerrcp": "E1-759", "muller": "M5-365"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Hervé", "family": "Floch", "spouse": [], "official": {"given": "Hervé Alexandre", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1908-10-03 07:30", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Lambézellec", "geoid": 3030300}, "notime": null, "date-ut": "1908-10-03 07:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hervé", "family": "Floch"}, "birth": {"tzo": "+00:09", "date": "1908-10-03 07:30", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1908-10-03 07:21"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "759"}}, "raw": {"H": "07:30", "COD": "29", "DAY": "03", "MON": "10", "NUM": "0759", "PRO": "PH", "YEA": "1908", "CITY": "Brest", "NAME": "FLOCH Hervé", "NOTE": "+"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Floch", "official": {"given": "Hervé Alexandre"}}, "birth": {"date": "1908-10-03 07:30", "place": {"name": "Lambézellec"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "365"}}, "raw": {"NR": "365", "GNR": "ND1759", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "0", "CODE": "3", "JAHR": "1908", "KORR": "-0.16", "MARS": "4", "MODE": "", "MOND": "29", "NAME": "FLOCH (HERVÉ ALEXANDRE).", "AUFAB": "10.80", "PHAS_": "47.300", "SONNE": "2", "VENUS": "7", "BREITE": "48 N 00", "GEBORT": "Lambézellec (Finistère)", "LAENGE": "004 W 06", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "21", "GEBZEIT": "07.30", "JUPITER": "6", "ELECTAGE": "51,5", "ELECTDAT": "05.04.1960", "GEBDATUM": "03.10.1908", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
2359	flurin-henri-1880-11-10	{"a2": "272", "g55": "01-208", "afd5": "367"}	{"g55": "01-208", "lerrcp": "A2-272", "muller": "M5-367"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri", "family": "Flurin", "spouse": [], "official": {"given": "Henri Antoine Joseph", "family": null}}	\N	{"lmt": null, "tzo": "-00:00:27", "date": "1880-11-10 09:00", "note": null, "place": {"c1": null, "c2": "65", "c3": null, "cy": "FR", "lg": -0.11412, "lat": 42.8892, "name": "Cauterets", "geoid": 3028152}, "notime": null, "date-ut": "1880-11-10 08:59:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Flurin"}, "birth": {"tzo": "-00:00:27", "date": "1880-11-10 09:00", "place": {"c2": "65", "cy": "FR", "lg": -0.11412, "lat": 42.8892, "name": "Cauterets", "geoid": 3028152}, "date-ut": "1880-11-10 08:59:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-272"}, "ids-in-sources": {"a2": "272"}}, "raw": {"H": "8", "MN": "59", "TZ": "0", "COD": "65", "COU": "F", "DAY": "10", "LAT": "43N14", "LON": "0E 5", "MON": "11", "NUM": "272", "PRO": "S", "SEC": "40", "YEA": "1880", "CITY": "CAUTERETS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Flurin", "official": {"given": "Henri Antoine Joseph"}}, "birth": {"date": "1880-11-10 09:00", "place": {"name": "Cauterets"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "367"}}, "raw": {"NR": "367", "GNR": "SA2272", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "2", "CODE": "3", "JAHR": "1880", "KORR": "", "MARS": "5", "MODE": "LMT", "MOND": "31", "NAME": "FLURIN (HENRI ANTOINE JOSEPH).", "AUFAB": "11.10", "PHAS_": "57.300", "SONNE": "4", "VENUS": "36", "BREITE": "43 N 14", "GEBORT": "Cauterets (Hautes-Pyrénées)", "LAENGE": "000 E 05", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "26", "GEBZEIT": "09.00", "JUPITER": "27", "ELECTAGE": "55,0", "ELECTDAT": "05.11.1935", "GEBDATUM": "10.11.1880", "STBDATUM": "23.11.1959"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-208"}, "ids-in-source": {"g55": "01-208"}}, "raw": {"DAY": "10-11-1880", "HOUR": "9 h.", "NAME": "FLURIN Henri", "PLACE": "Cauterets (Hautes-Pyrénées)."}, "date": "2023-08-20T14:47:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
18396	fontaine-maurice-1904-10-28	{"e1": "766", "afd5": "372"}	{"lerrcp": "E1-766", "muller": "M5-372"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Maurice", "family": "Fontaine", "spouse": [], "official": {"given": "Maurice Alfred", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-10-28 15:30", "note": null, "place": {"c1": null, "c2": "91", "c3": "", "cy": "FR", "lg": 2.34835, "lat": 48.67677, "name": "Savigny-sur-Orge", "geoid": 2975525}, "notime": null, "date-ut": "1904-10-28 15:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Fontaine"}, "birth": {"tzo": "+00:09", "date": "1904-10-28 15:30", "place": {"c2": "91", "c3": "", "cy": "FR", "lg": 2.34835, "lat": 48.67677, "name": "Savigny-sur-Orge", "geoid": 2975525}, "date-ut": "1904-10-28 15:21"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "766"}}, "raw": {"H": "15:30", "COD": "91", "DAY": "28", "MON": "10", "NUM": "0766", "PRO": "PH", "YEA": "1904", "CITY": "Savigny sur Orge", "NAME": "FONTAINE Maurice", "NOTE": "+"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Fontaine", "official": {"given": "Maurice Alfred"}}, "birth": {"date": "1904-10-28 15:30", "place": {"name": "Savigny-sur-Orge"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "372"}}, "raw": {"NR": "372", "GNR": "ND1766", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1904", "KORR": "-0.16", "MARS": "19", "MODE": "", "MOND": "28", "NAME": "FONTAINE (MAURICE ALFRED).", "AUFAB": "-5.80", "PHAS_": "87.700", "SONNE": "16", "VENUS": "13", "BREITE": "48 N 36", "GEBORT": "Savigny-sur-Orge (Seine-et-Oise)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "3", "GEBZEIT": "15.30", "JUPITER": "35", "ELECTAGE": "61,5", "ELECTDAT": "19.04.1966", "GEBDATUM": "28.10.1904", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
2363	fonssagrives-jean-1823-03-12	{"a2": "276", "g55": "01-212", "afd5": "371"}	{"g55": "01-212", "lerrcp": "A2-276", "muller": "M5-371"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Fonssagrives", "spouse": [], "official": {"given": "Jean-Baptiste", "family": null}}	\N	{"lmt": null, "tzo": "+00:04:59", "date": "1823-03-12 23:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1823-03-12 22:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Fonssagrives"}, "birth": {"tzo": "+00:04:59", "date": "1823-03-12 23:00", "place": {"c2": "87", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1823-03-12 22:55"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-276"}, "ids-in-sources": {"a2": "276"}}, "raw": {"H": "22", "MN": "55", "TZ": "0", "COD": "87", "COU": "F", "DAY": "12", "LAT": "45N50", "LON": "1E15", "MON": "3", "NUM": "276", "PRO": "S", "SEC": "0", "YEA": "1823", "CITY": "LIMOGES"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Fonssagrives", "official": {"given": "Jean-Baptiste"}}, "birth": {"date": "1823-03-12 23:00", "place": {"name": "Limoges"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "371"}}, "raw": {"NR": "371", "GNR": "SA2276", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1823", "KORR": "", "MARS": "26", "MODE": "LMT", "MOND": "26", "NAME": "FONSSAGRIVES (JEAN-BAPTISTE).", "AUFAB": "-2.80", "PHAS_": "0.700", "SONNE": "26", "VENUS": "24", "BREITE": "45 N 50", "GEBORT": "Limoges (Haute-Vienne)", "LAENGE": "001 E 15", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "20", "GEBZEIT": "23.00", "JUPITER": "17", "ELECTAGE": "42,4", "ELECTDAT": "01.08.1865", "GEBDATUM": "12.03.1823", "STBDATUM": "21.11.1884"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-212"}, "ids-in-source": {"g55": "01-212"}}, "raw": {"DAY": "12-3-1823", "HOUR": "23 h.", "NAME": "FONSSAGRIVES Jean-Baptiste", "PLACE": "Limoges (Hte-Vienne)."}, "date": "2023-08-20T14:47:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2365	fontan-jules-1849-10-20	{"a2": "278", "g55": "01-213", "afd5": "374"}	{"g55": "01-213", "lerrcp": "A2-278", "muller": "M5-374"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jules", "family": "Fontan", "spouse": [], "official": {"given": "Antoine Emile Jules", "family": null}}	\N	{"lmt": null, "tzo": "+00:23:43", "date": "1849-10-20 01:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1849-10-22 00:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Fontan"}, "birth": {"tzo": "+00:23:43", "date": "1849-10-22 01:00", "place": {"c2": "83", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1849-10-22 00:34:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-278"}, "ids-in-sources": {"a2": "278"}}, "raw": {"H": "0", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "22", "LAT": "43N32", "LON": "6E28", "MON": "10", "NUM": "278", "PRO": "S", "SEC": "8", "YEA": "1849", "CITY": "TOULON"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Fontan", "official": {"given": "Antoine Emile Jules"}}, "birth": {"date": "1849-10-20 01:00", "place": {"name": "Toulon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "374"}}, "raw": {"NR": "374", "GNR": "SA2278", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "2", "JAHR": "1849", "KORR": "", "MARS": "6", "MODE": "LMT", "MOND": "25", "NAME": "FONTAN (ANTOINE EMILE JULES).", "AUFAB": "6.00", "PHAS_": "13.800", "SONNE": "29", "VENUS": "32", "BREITE": "43 N 32", "GEBORT": "Toulon (Var)", "LAENGE": "006 E 28", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "14", "GEBZEIT": "01.00", "JUPITER": "34", "ELECTAGE": "55,4", "ELECTDAT": "07.03.1905", "GEBDATUM": "20.10.1849", "STBDATUM": "09.01.1931"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-213"}, "ids-in-source": {"g55": "01-213"}}, "raw": {"DAY": "22-10-1849", "HOUR": "1 h.", "NAME": "FONTAN Jules", "PLACE": "Toulon (Var)."}, "date": "2023-08-20T14:47:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
18397	forestier-jacques-1890-07-27	{"e1": "767", "afd5": "375"}	{"lerrcp": "E1-767", "muller": "M5-375"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jacques", "family": "Forestier", "spouse": [], "official": {"given": "Jacques Ernest", "family": null}}	\N	{"lmt": null, "tzo": "+00:24", "date": "1890-07-27 16:30", "note": null, "place": {"c1": null, "c2": "73", "c3": "", "cy": "FR", "lg": 5.90863, "lat": 45.69173, "name": "Aix-les-Bains", "geoid": 3038350}, "notime": null, "date-ut": "1890-07-27 04:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Forestier"}, "birth": {"tzo": "+00:24", "date": "1890-07-27 04:30", "place": {"c2": "73", "c3": "", "cy": "FR", "lg": 5.90863, "lat": 45.69173, "name": "Aix-les-Bains", "geoid": 3038350}, "date-ut": "1890-07-27 04:06"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "767"}}, "raw": {"H": "04:30", "COD": "73", "DAY": "27", "MON": "07", "NUM": "0767", "PRO": "PH", "YEA": "1890", "CITY": "Aix les Bains", "NAME": "FORESTIER Jacques", "NOTE": "+"}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Forestier", "official": {"given": "Jacques Ernest"}}, "birth": {"date": "1890-07-27 16:30", "place": {"name": "Aix-les-Bains"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "375"}}, "raw": {"NR": "375", "GNR": "ND1767", "JU_": "0", "MA_": "2", "MO_": "2", "SA_": "1", "SO_": "0", "VE_": "2", "CODE": "2", "JAHR": "1890", "KORR": "", "MARS": "3", "MODE": "LMT", "MOND": "3", "NAME": "FORESTIER (JACQUES ERNEST).", "AUFAB": "10.40", "PHAS_": "69.800", "SONNE": "15", "VENUS": "12", "BREITE": "45 N 34", "GEBORT": "Aix-les-Bains (Savoie)", "LAENGE": "005 E 55", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ-d", "SATURN": "13", "GEBZEIT": "16.30", "JUPITER": "33", "ELECTAGE": "61,9", "ELECTDAT": "27.05.1952", "GEBDATUM": "27.07.1890", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
21322	fourmestraux-jacques-marie-1879-10-17	{"afd5": "376"}	{"muller": "M5-376"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "de", "alter": [], "given": "Jacques Marie", "family": "Fourmestraux", "spouse": [], "official": {"given": "Jacques Marie", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1879-10-17 17:30", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Trappes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "de", "given": "Jacques Marie", "family": "Fourmestraux", "official": {"given": "Jacques Marie"}}, "birth": {"date": "1879-10-17 17:30", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Trappes"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "376"}}, "raw": {"NR": "376", "GNR": "", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1879", "KORR": "", "MARS": "34", "MODE": "LMT", "MOND": "18", "NAME": "FOURMESTRAUX (JACQUES MARIE DE).", "AUFAB": "2.60", "PHAS_": "3.000", "SONNE": "19", "VENUS": "21", "BREITE": "48 N 50", "GEBORT": "Trappes (Seine-et-Oise)", "LAENGE": "002 E 08", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "1", "GEBZEIT": "17.30", "JUPITER": "4", "ELECTAGE": "62,4", "ELECTDAT": "24.02.1942", "GEBDATUM": "17.10.1879", "STBDATUM": "04.08.1950"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2367	francois-franck-charles-1849-05-07	{"a2": "280", "afd5": "378"}	{"lerrcp": "A2-280", "muller": "M5-378"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles", "family": "François-Franck", "spouse": [], "official": {"given": "Charles Emile", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1849-05-07 17:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1849-05-07 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Francois-Frank"}, "birth": {"tzo": "+00:09:24", "date": "1849-05-07 17:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1849-05-07 16:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-280"}, "ids-in-sources": {"a2": "280"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "7", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "280", "PRO": "S", "SEC": "40", "YEA": "1849", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "François-Franck", "official": {"given": "Charles Emile"}}, "birth": {"date": "1849-05-07 17:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "378"}}, "raw": {"NR": "378", "GNR": "SA2280", "JU_": "0", "MA_": "0", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "0", "CODE": "4", "JAHR": "1849", "KORR": "", "MARS": "23", "MODE": "LMT", "MOND": "33", "NAME": "FRANÇOIS-FRANCK (CHARLES EMILE).", "AUFAB": "1.50", "PHAS_": "99.800", "SONNE": "16", "VENUS": "15", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "21", "GEBZEIT": "17.00", "JUPITER": "8", "ELECTAGE": "38,6", "ELECTDAT": "29.11.1887", "GEBDATUM": "07.05.1849", "STBDATUM": "12.09.1921"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
688	thil-marcel-1904-05-29	{"a1": "688", "g55": "03-105", "3a_sports": "4008", "cfepp-final3": "262"}	{"g55": "03-105", "cfepp": "CF-262", "cpara": "CP-404", "ertel": "ES-4008", "lerrcp": "A1-688"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Thil", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1904-05-29 22:00", "note": null, "place": {"c1": null, "c2": "52", "c3": "", "cy": "FR", "lg": 4.94892, "lat": 48.63773, "name": "Saint-Dizier", "geoid": 2980816}, "notime": null, "date-ut": "1904-05-29 21:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Thil"}, "birth": {"tzo": "+00:09:21", "date": "1904-05-29 22:00", "place": {"c2": "52", "cy": "FR", "lg": 4.94892, "lat": 48.63773, "name": "Saint-Dizier", "geoid": 2980816}, "date-ut": "1904-05-29 21:50:40"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-688"}, "ids-in-sources": {"a1": "688"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "52", "COU": "F", "DAY": "29", "LAT": "48N 7", "LON": "5E 8", "MON": "5", "NUM": "688", "PRO": "C", "SEC": "40", "YEA": "1904", "CITY": "SAINT-DIZIER"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1904-05-29 22:00"}, "partial-ids": {"ertel": "ES-4008"}}, "raw": {"L": "", "MF": "", "NR": "4008", "ENG": "", "MA_": "0", "G_NR": "688", "MA12": "8", "MARS": "24", "NAME": "Thil", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,100", "CSINR": "", "KURTZ": "", "PHAS_": "99,700", "STUND": "22,00", "CFEPNR": "262", "EXTEND": "", "NATION": "FRA", "TAGMON": "29.05.", "ZITATE": "DR", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "404", "VORNAME": "Marcel", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "29.05.1904", "GQBECORR": "c", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1904-05-29 22:00", "place": {"c3": ""}, "date-ut": "1904-05-29 21:51"}, "occus": ["boxer"], "ids-in-sources": {"cfepp-final3": "262"}}, "raw": {"S": "8", "LT": "22 00", "LV": "M", "TR": "f", "UT": "21 51", "LAT": "+48.64", "SRC": "ALG", "LONG": "-04.95", "NAME": "THIL Marcel", "SPORT": "Boxing", "LOC_DATE": "1904 05 29", "UNIV_DATE": "1904 05 29", "BIRTH_PLACE": "ST DIZIER", "POSTAL_CODE": "52102 CEDEX"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-105"}, "ids-in-source": {"g55": "03-105"}}, "raw": {"DAY": "29-5-1904", "HOUR": "7 h.", "NAME": "THIL Marcel", "PLACE": "Saint-Dizier (Haute-Marne). )"}, "date": "2023-08-20T14:48:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
21323	francon-francois-georges-jules-1888-01-23	{"afd5": "379"}	{"muller": "M5-379"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "François Georges Jules", "family": "Francon", "spouse": [], "official": {"given": "François Georges Jules", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1888-01-23 17:45", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Lyon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "François Georges Jules", "family": "Francon", "official": {"given": "François Georges Jules"}}, "birth": {"date": "1888-01-23 17:45", "place": {"c2": "69", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Lyon"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "379"}}, "raw": {"NR": "379", "GNR": "", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "1", "JAHR": "1888", "KORR": "", "MARS": "28", "MODE": "LMT", "MOND": "7", "NAME": "FRANCON (FRANCOIS GEORGES JULES).", "AUFAB": "9.20", "PHAS_": "66.800", "SONNE": "20", "VENUS": "23", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "2", "GEBZEIT": "17.45", "JUPITER": "25", "ELECTAGE": "62,4", "ELECTDAT": "16.05.1950", "GEBDATUM": "23.01.1888", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21324	gaillard-francois-lucien-1805-01-08	{"afd5": "383"}	{"muller": "M5-383"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "François Lucien", "family": "Gaillard", "spouse": [], "official": {"given": "François Lucien", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1805-01-08 08:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 0.33333, "lat": 46.58333, "name": "Poitiers", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "François Lucien", "family": "Gaillard", "official": {"given": "François Lucien"}}, "birth": {"date": "1805-01-08 08:00", "place": {"c2": "87", "cy": "FR", "lg": 0.33333, "lat": 46.58333, "name": "Poitiers"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "383"}}, "raw": {"NR": "383", "GNR": "", "JU_": "0", "MA_": "0", "MO_": "0", "SA_": "1", "SO_": "2", "VE_": "1", "CODE": "1", "JAHR": "1805", "KORR": "", "MARS": "16", "MODE": "LMT", "MOND": "32", "NAME": "GAILLARD (FRANÇOIS LUCIEN).", "AUFAB": "10.30", "PHAS_": "42.200", "SONNE": "1", "VENUS": "6", "BREITE": "46 N 35", "GEBORT": "Poitiers (Vienne)", "LAENGE": "000 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "13", "GEBZEIT": "08.00", "JUPITER": "8", "ELECTAGE": "35,5", "ELECTDAT": "23.06.1840", "GEBDATUM": "08.01.1805", "STBDATUM": "17.11.1868"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2371	galippe-victor-1848-05-29	{"a2": "284", "g55": "01-218", "afd5": "384"}	{"g55": "01-218", "lerrcp": "A2-284", "muller": "M5-384"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Victor", "family": "Galippe", "spouse": [], "official": {"given": "Louis Marie Victor", "family": null}}	\N	{"lmt": null, "tzo": "+00:07:46", "date": "1848-05-29 02:00", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 1.94088, "lat": 49.66547, "name": "Grandvilliers", "geoid": 3014918}, "notime": null, "date-ut": "1848-05-29 01:51:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Galippe"}, "birth": {"tzo": "+00:07:46", "date": "1848-05-29 02:00", "place": {"c2": "60", "cy": "FR", "lg": 1.94088, "lat": 49.66547, "name": "Grandvilliers", "geoid": 3014918}, "date-ut": "1848-05-29 01:51:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-284"}, "ids-in-sources": {"a2": "284"}}, "raw": {"H": "1", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "29", "LAT": "49N26", "LON": "2E 5", "MON": "5", "NUM": "284", "PRO": "S", "SEC": "40", "YEA": "1848", "CITY": "GRANDVILLIERS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Galippe", "official": {"given": "Louis Marie Victor"}}, "birth": {"date": "1848-05-29 02:00", "place": {"name": "Grandvilliers"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "384"}}, "raw": {"NR": "384", "GNR": "SA2284", "JU_": "0", "MA_": "0", "MO_": "2", "SA_": "2", "SO_": "0", "VE_": "0", "CODE": "4", "JAHR": "1848", "KORR": "", "MARS": "25", "MODE": "LMT", "MOND": "36", "NAME": "GALIPPE (LOUIS MARIE VICTOR).", "AUFAB": "-9.90", "PHAS_": "18.300", "SONNE": "32", "VENUS": "34", "BREITE": "49 N 26", "GEBORT": "Grandvilliers (Oise)", "LAENGE": "002 E 05", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "1", "GEBZEIT": "02.00", "JUPITER": "25", "ELECTAGE": "53,7", "ELECTDAT": "04.02.1902", "GEBDATUM": "29.05.1848", "STBDATUM": "12.02.1922"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-218"}, "ids-in-source": {"g55": "01-218"}}, "raw": {"DAY": "29-5-1848", "HOUR": "2 h.", "NAME": "GALIPPE Victor", "PLACE": "Grandvilliers (Oise)."}, "date": "2023-08-20T14:47:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2374	galtier-victor-1846-10-15	{"a2": "287", "afd5": "387"}	{"lerrcp": "A2-287", "muller": "M5-387"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Victor", "family": "Galtier", "spouse": [], "official": {"given": "Victor Pierre", "family": null}}	\N	{"lmt": null, "tzo": "+00:15:25", "date": "1846-10-15 21:00", "note": null, "place": {"c1": null, "c2": "48", "c3": null, "cy": "FR", "lg": 3.85539, "lat": 44.72726, "name": "Langogne", "geoid": 3007694}, "notime": null, "date-ut": "1846-10-12 20:46"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Galtier"}, "birth": {"tzo": "+00:15:25", "date": "1846-10-12 21:00", "place": {"c2": "48", "cy": "FR", "lg": 3.85539, "lat": 44.72726, "name": "Langogne", "geoid": 3007694}, "date-ut": "1846-10-12 20:46"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-287"}, "ids-in-sources": {"a2": "287"}}, "raw": {"H": "20", "MN": "46", "TZ": "0", "COD": "48", "COU": "F", "DAY": "12", "LAT": "44N31", "LON": "3E30", "MON": "10", "NUM": "287", "PRO": "S", "SEC": "0", "YEA": "1846", "CITY": "LANGOGNE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Galtier", "official": {"given": "Victor Pierre"}}, "birth": {"date": "1846-10-15 21:00", "place": {"name": "Langogne"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "387"}}, "raw": {"NR": "387", "GNR": "SA2287", "JU_": "2", "MA_": "0", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "0", "CODE": "2", "JAHR": "1846", "KORR": "", "MARS": "25", "MODE": "LMT", "MOND": "28", "NAME": "GALTIER (VICTOR PIERRE).", "AUFAB": "-8.60", "PHAS_": "24.400", "SONNE": "24", "VENUS": "25", "BREITE": "44 N 31", "GEBORT": "Langogne (Lozère)", "LAENGE": "003 E 30", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "11", "GEBZEIT": "21.00", "JUPITER": "2", "ELECTAGE": "46,5", "ELECTDAT": "18.04.1893", "GEBDATUM": "15.10.1846", "STBDATUM": "24.04.1908"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21325	garcin-marie-mathieu-jean-raymond-1897-09-21	{"afd5": "388"}	{"muller": "M5-388"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Marie Mathieu Jean Raymond", "family": "Garcin", "spouse": [], "official": {"given": "Marie Mathieu Jean Raymond", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1897-09-21 06:00", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 14.5, "lat": 61, "name": "Basse-Pointe", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Marie Mathieu Jean Raymond", "family": "Garcin", "official": {"given": "Marie Mathieu Jean Raymond"}}, "birth": {"date": "1897-09-21 06:00", "place": {"c2": "72", "cy": "FR", "lg": 14.5, "lat": 61, "name": "Basse-Pointe"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "388"}}, "raw": {"NR": "388", "GNR": "", "JU_": "0", "MA_": "1", "MO_": "2", "SA_": "0", "SO_": "0", "VE_": "2", "CODE": "1", "JAHR": "1897", "KORR": "5.00", "MARS": "4", "MODE": "", "MOND": "12", "NAME": "GARCIN (MARIE MATHIEU JEAN RAYMOND).", "AUFAB": "-9.40", "PHAS_": "32.300", "SONNE": "7", "VENUS": "10", "BREITE": "61 N 00", "GEBORT": "Basse-Pointe (Martinique)", "LAENGE": "014 W 30", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "34", "GEBZEIT": "06.00", "JUPITER": "7", "ELECTAGE": "62,7", "ELECTDAT": "31.05.1960", "GEBDATUM": "21.09.1897", "STBDATUM": "27.02.1971"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21326	garnier-maurice-pierre-1902-10-14	{"afd5": "390"}	{"muller": "M5-390"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Maurice Pierre", "family": "Garnier", "spouse": [], "official": {"given": "Maurice Pierre", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1902-10-14 02:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": 0.53333, "lat": 47.46667, "name": "Angers", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Maurice Pierre", "family": "Garnier", "official": {"given": "Maurice Pierre"}}, "birth": {"date": "1902-10-14 02:00", "place": {"c2": "49", "cy": "FR", "lg": 0.53333, "lat": 47.46667, "name": "Angers"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "390"}}, "raw": {"NR": "390", "GNR": "", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1902", "KORR": "-0.16", "MARS": "1", "MODE": "", "MOND": "17", "NAME": "GARNIER (MAURICE PIERRE).", "AUFAB": "7.50", "PHAS_": "87.600", "SONNE": "30", "VENUS": "31", "BREITE": "47 N 28", "GEBORT": "Angers (Maine-et-Loire)", "LAENGE": "000 W 32", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "22", "GEBZEIT": "02.00", "JUPITER": "21", "ELECTAGE": "54,4", "ELECTDAT": "12.02.1957", "GEBDATUM": "14.10.1902", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21327	gas-serge-1884-01-26	{"afd5": "392"}	{"muller": "M5-392"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Serge", "family": "Gas", "spouse": [], "official": {"given": "Serge", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1884-01-26 19:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 2.35, "lat": 43.2, "name": "Narbonne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Serge", "family": "Gas", "official": {"given": "Serge"}}, "birth": {"date": "1884-01-26 19:00", "place": {"c2": "11", "cy": "FR", "lg": 2.35, "lat": 43.2, "name": "Narbonne"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "392"}}, "raw": {"NR": "392", "GNR": "", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "1", "JAHR": "1884", "KORR": "", "MARS": "2", "MODE": "LMT", "MOND": "22", "NAME": "GAS (SERGE).", "AUFAB": "-5.30", "PHAS_": "5.400", "SONNE": "21", "VENUS": "17", "BREITE": "43 N 12", "GEBORT": "Narbonne (Aude)", "LAENGE": "002 E 21", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "9", "GEBZEIT": "19.00", "JUPITER": "4", "ELECTAGE": "57,0", "ELECTDAT": "28.01.1941", "GEBDATUM": "26.01.1884", "STBDATUM": "01.11.1964"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21328	gastinel-pierre-1884-07-04	{"afd5": "394"}	{"muller": "M5-394"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre", "family": "Gastinel", "spouse": [], "official": {"given": "Pierre", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1884-07-04 23:00", "note": null, "place": {"c1": null, "c2": "61", "c3": null, "cy": "FR", "lg": 0.08333, "lat": 48.43333, "name": "Remolard", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Pierre", "family": "Gastinel", "official": {"given": "Pierre"}}, "birth": {"date": "1884-07-04 23:00", "place": {"c2": "61", "cy": "FR", "lg": 0.08333, "lat": 48.43333, "name": "Remolard"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "394"}}, "raw": {"NR": "394", "GNR": "", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "0", "CODE": "1", "JAHR": "1884", "KORR": "", "MARS": "19", "MODE": "LMT", "MOND": "13", "NAME": "GASTINEL (PIERRE).", "AUFAB": "7.60", "PHAS_": "82.900", "SONNE": "25", "VENUS": "24", "BREITE": "48 N 26", "GEBORT": "Remolard (Orne)", "LAENGE": "000 E 05", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "29", "GEBZEIT": "23.00", "JUPITER": "22", "ELECTAGE": "64,6", "ELECTDAT": "08.02.1949", "GEBDATUM": "04.07.1884", "STBDATUM": "23.03.1963"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2377	gascard-louis-1861-08-26	{"a2": "290", "g55": "01-222", "afd5": "393"}	{"g55": "01-222", "lerrcp": "A2-290", "muller": "M5-393"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Gascard", "spouse": [], "official": {"given": "Louis Albert", "family": null}}	\N	{"lmt": null, "tzo": "+00:04:24", "date": "1861-08-26 13:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1861-08-26 12:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Gascard"}, "birth": {"tzo": "+00:04:24", "date": "1861-08-26 13:00", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1861-08-26 12:55:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-290"}, "ids-in-sources": {"a2": "290"}}, "raw": {"H": "12", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "26", "LAT": "49N26", "LON": "1E 5", "MON": "8", "NUM": "290", "PRO": "S", "SEC": "40", "YEA": "1861", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Gascard", "official": {"given": "Louis Albert"}}, "birth": {"date": "1861-08-26 13:00", "place": {"name": "Rouen"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "393"}}, "raw": {"NR": "393", "GNR": "SA2290", "JU_": "2", "MA_": "2", "MO_": "1", "SA_": "2", "SO_": "2", "VE_": "0", "CODE": "3", "JAHR": "1861", "KORR": "", "MARS": "11", "MODE": "LMT", "MOND": "21", "NAME": "GASCARD (LOUIS ALBERT).", "AUFAB": "-7.90", "PHAS_": "73.400", "SONNE": "11", "VENUS": "8", "BREITE": "49 N 26", "GEBORT": "Rouen (Seine-Inférieure)", "LAENGE": "001 E 05", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "10", "GEBZEIT": "13.00", "JUPITER": "10", "ELECTAGE": "65,6", "ELECTDAT": "22.03.1927", "GEBDATUM": "26.08.1861", "STBDATUM": "16.05.1934"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-222"}, "ids-in-source": {"g55": "01-222"}}, "raw": {"DAY": "26-8-1861", "HOUR": "14 h. 30", "NAME": "GASCARD Louis", "PLACE": "Rouen (Seine-Inférieure)."}, "date": "2023-08-20T14:47:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21329	gate-jean-joseph-1885-12-08	{"afd5": "395"}	{"muller": "M5-395"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean Joseph", "family": "Gaté", "spouse": [], "official": {"given": "Jean Joseph", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1885-12-08 12:30", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Lyon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Jean Joseph", "family": "Gaté", "official": {"given": "Jean Joseph"}}, "birth": {"date": "1885-12-08 12:30", "place": {"c2": "69", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Lyon"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "395"}}, "raw": {"NR": "395", "GNR": "", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "2", "VE_": "1", "CODE": "1", "JAHR": "1885", "KORR": "", "MARS": "18", "MODE": "LMT", "MOND": "8", "NAME": "GATÉ (JEAN JOSEPH).", "AUFAB": "1.80", "PHAS_": "2.200", "SONNE": "11", "VENUS": "4", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "26", "GEBZEIT": "12.30", "JUPITER": "18", "ELECTAGE": "66,2", "ELECTDAT": "05.02.1952", "GEBDATUM": "08.12.1885", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21330	gauducheau-rene-maurice-auguste-1881-12-25	{"afd5": "398"}	{"muller": "M5-398"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "René Maurice Auguste", "family": "Gauducheau", "spouse": [], "official": {"given": "René Maurice Auguste", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1881-12-25 05:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": 1.58333, "lat": 47.21667, "name": "Nantes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "René Maurice Auguste", "family": "Gauducheau", "official": {"given": "René Maurice Auguste"}}, "birth": {"date": "1881-12-25 05:00", "place": {"c2": "44", "cy": "FR", "lg": 1.58333, "lat": 47.21667, "name": "Nantes"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "398"}}, "raw": {"NR": "398", "GNR": "", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "0", "SO_": "0", "VE_": "0", "CODE": "1", "JAHR": "1881", "KORR": "", "MARS": "15", "MODE": "LMT", "MOND": "29", "NAME": "GAUDUCHEAU (RENÉ MAURICE AUGUSTE).", "AUFAB": "8.50", "PHAS_": "19.400", "SONNE": "33", "VENUS": "34", "BREITE": "47 N 13", "GEBORT": "Nantes (Loire-Inférieure)", "LAENGE": "001 W 35", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "22", "GEBZEIT": "05.00", "JUPITER": "21", "ELECTAGE": "75,0", "ELECTDAT": "27.11.1956", "GEBDATUM": "25.12.1881", "STBDATUM": "22.08.1968"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21331	gaussail-adrien-joseph-marie-1807-10-17	{"afd5": "399"}	{"muller": "M5-399"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Adrien Joseph Marie", "family": "Gaussail", "spouse": [], "official": {"given": "Adrien Joseph Marie", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1807-10-17 09:00", "note": null, "place": {"c1": null, "c2": "82", "c3": null, "cy": "FR", "lg": 1.33333, "lat": 44.01667, "name": "Verdun-sur-Garonne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Adrien Joseph Marie", "family": "Gaussail", "official": {"given": "Adrien Joseph Marie"}}, "birth": {"date": "1807-10-17 09:00", "place": {"c2": "82", "cy": "FR", "lg": 1.33333, "lat": 44.01667, "name": "Verdun-sur-Garonne"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "399"}}, "raw": {"NR": "399", "GNR": "", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1807", "KORR": "", "MARS": "35", "MODE": "LMT", "MOND": "22", "NAME": "GAUSSAIL (ADRIEN JOSEPH MARIE).", "AUFAB": "0.20", "PHAS_": "99.800", "SONNE": "5", "VENUS": "5", "BREITE": "44 N 01", "GEBORT": "Verdun-sur-Garonne (Tarn-et-Garonn", "LAENGE": "001 E 20", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "3", "GEBZEIT": "09.00", "JUPITER": "30", "ELECTAGE": "32,7", "ELECTDAT": "23.06.1840", "GEBDATUM": "17.10.1807", "STBDATUM": "27.01.1876"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
18464	gautier-jean-1903-04-16	{"e1": "835", "afd5": "401"}	{"lerrcp": "E1-835", "muller": "M5-401"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Gautier", "spouse": [], "official": {"given": "Jean-Albert Marie Antoine", "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1903-04-16 16:00", "note": null, "place": {"c1": null, "c2": "45", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Pithiviers", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Gautier"}, "birth": {"tzo": "", "date": "1903-04-16 16:00", "place": {"c2": "45", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Pithiuiers", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "835"}}, "raw": {"H": "16:00", "COD": "45", "DAY": "16", "MON": "04", "NUM": "0835", "PRO": "PH", "YEA": "1903", "CITY": "Pithiuiers", "NAME": "GAUTIER Jean", "NOTE": "+"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Gautier", "official": {"given": "Jean-Albert Marie Antoine"}}, "birth": {"date": "1903-04-16 16:00", "place": {"name": "Pithiviers"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "401"}}, "raw": {"NR": "401", "GNR": "ND1835", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "0", "SO_": "0", "VE_": "2", "CODE": "3", "JAHR": "1903", "KORR": "-0.16", "MARS": "36", "MODE": "", "MOND": "28", "NAME": "GAUTIER (JEAN-ALBERT MARIE ANTOINE).", "AUFAB": "-6.60", "PHAS_": "84.000", "SONNE": "15", "VENUS": "12", "BREITE": "47 N 54", "GEBORT": "Pithiviers (Loiret)", "LAENGE": "001 E 54", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "24", "GEBZEIT": "16.00", "JUPITER": "20", "ELECTAGE": "55,9", "ELECTDAT": "03.03.1959", "GEBDATUM": "16.04.1903", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
21332	gautrelet-jean-1878-05-18	{"afd5": "402"}	{"muller": "M5-402"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Gautrelet", "spouse": [], "official": {"given": "Jean", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1878-05-18 21:00", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.2, "lat": 48.01667, "name": "La Flèche", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Jean", "family": "Gautrelet", "official": {"given": "Jean"}}, "birth": {"date": "1878-05-18 21:00", "place": {"c2": "72", "cy": "FR", "lg": 0.2, "lat": 48.01667, "name": "La Flèche"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "402"}}, "raw": {"NR": "402", "GNR": "", "JU_": "0", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1878", "KORR": "", "MARS": "16", "MODE": "LMT", "MOND": "35", "NAME": "GAUTRELET (JEAN).", "AUFAB": "-2.30", "PHAS_": "97.300", "SONNE": "21", "VENUS": "27", "BREITE": "48 N 01", "GEBORT": "La Flèche (Sarthe)", "LAENGE": "000 E 12", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "28", "GEBZEIT": "21.00", "JUPITER": "32", "ELECTAGE": "61,6", "ELECTDAT": "21.11.1939", "GEBDATUM": "18.05.1878", "STBDATUM": "08.07.1941"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21480	apostoli-pietro-1902-10-22	{"afd1": "18"}	{"muller": "M1-18"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Apostoli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1902-10-22 02:07", "note": "", "place": {"c1": null, "c2": "CZ", "c3": null, "cy": "IT", "lg": 17, "lat": 39, "name": "Filadelfia", "geoid": null}, "notime": null, "date-ut": "1902-10-22 01:07"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Pietro", "family": "Apostoli"}, "birth": {"tzo": "+01:00", "date": "1902-10-22 02:07", "note": "", "place": {"c2": "CZ", "cy": "IT", "lg": 17, "lat": 39, "name": "Filadelfia"}, "date-ut": "1902-10-22 01:07"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "18"}}, "raw": {"LG": "-17,5", "DAY": "22", "LAT": "39", "MIN": "07", "TZO": "-1", "HOUR": "02", "NAME": "18M Apostoli, Pietro", "YEAR": "1902", "MONTH": "10", "PLACE": "Filadelfia CZ"}, "date": "2023-08-20T14:44:33+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
2382	gayet-charles-1833-05-19	{"a2": "295", "g55": "01-227", "afd5": "404"}	{"g55": "01-227", "lerrcp": "A2-295", "muller": "M5-404"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles", "family": "Gayet", "spouse": [], "official": {"given": "Charles Jules Alphonse", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:10", "date": "1833-05-19 02:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.79316, "lat": 45.69542, "name": "Saint-Genis-Laval", "geoid": 2979985}, "notime": null, "date-ut": "1833-05-19 01:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Gayet"}, "birth": {"tzo": "+00:19:10", "date": "1833-05-19 02:00", "place": {"c2": "69", "cy": "FR", "lg": 4.79316, "lat": 45.69542, "name": "Saint-Genis-Laval", "geoid": 2979985}, "date-ut": "1833-05-19 01:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-295"}, "ids-in-sources": {"a2": "295"}}, "raw": {"H": "1", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "19", "LAT": "45N46", "LON": "4E50", "MON": "5", "NUM": "295", "PRO": "S", "SEC": "40", "YEA": "1833", "CITY": "ST-GENIS-LAVAL"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Gayet", "official": {"given": "Charles Jules Alphonse"}}, "birth": {"date": "1833-05-19 02:00", "place": {"name": "Saint-Genis-Laval"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "404"}}, "raw": {"NR": "404", "GNR": "SA2295", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1833", "KORR": "", "MARS": "23", "MODE": "LMT", "MOND": "32", "NAME": "GAYET (CHARLES JULES ALPHONSE).", "AUFAB": "-2.50", "PHAS_": "0.500", "SONNE": "32", "VENUS": "32", "BREITE": "45 N 46", "GEBORT": "Saint-Genis-Laval (Rhône)", "LAENGE": "004 E 50", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "18", "GEBZEIT": "02.00", "JUPITER": "35", "ELECTAGE": "56,2", "ELECTDAT": "23.07.1889", "GEBDATUM": "19.05.1833", "STBDATUM": "23.07.1904"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-227"}, "ids-in-source": {"g55": "01-227"}}, "raw": {"DAY": "19-5-1833", "HOUR": "2 h.", "NAME": "GAYET Charles J.", "PLACE": "Saint-Genis-Laval (Rhône)."}, "date": "2023-08-20T14:47:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21333	gernez-rieux-charles-emile-jules-1898-04-22	{"afd5": "407"}	{"muller": "M5-407"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles Emile Jules", "family": "Gernez-Rieux", "spouse": [], "official": {"given": "Charles Emile Jules", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1898-04-22 16:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Roubaix", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Charles Emile Jules", "family": "Gernez-Rieux", "official": {"given": "Charles Emile Jules"}}, "birth": {"date": "1898-04-22 16:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Roubaix"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "407"}}, "raw": {"NR": "407", "GNR": "", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "1", "JAHR": "1898", "KORR": "-0.16", "MARS": "19", "MODE": "", "MOND": "13", "NAME": "GERNEZ-RIEUX (CHARLES EMILE JULES).", "AUFAB": "1.10", "PHAS_": "1.300", "SONNE": "15", "VENUS": "13", "BREITE": "50 N 39", "GEBORT": "Roubaix (Nord)", "LAENGE": "003 E 05", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "29", "GEBZEIT": "16.00", "JUPITER": "36", "ELECTAGE": "51,6", "ELECTDAT": "29.11.1949", "GEBDATUM": "22.04.1898", "STBDATUM": "11.06.1971"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21334	giaja-jean-ivan-1884-07-21	{"afd5": "408"}	{"muller": "M5-408"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean Ivan", "family": "Giaja", "spouse": [], "official": {"given": "Jean Ivan", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1884-07-21 23:30", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.08333, "lat": 49.43333, "name": "le Havre", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Jean Ivan", "family": "Giaja", "official": {"given": "Jean Ivan"}}, "birth": {"date": "1884-07-21 23:30", "place": {"c2": "76", "cy": "FR", "lg": 1.08333, "lat": 49.43333, "name": "le Havre"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "408"}}, "raw": {"NR": "408", "GNR": "", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1884", "KORR": "", "MARS": "21", "MODE": "LMT", "MOND": "27", "NAME": "GIAJA (JEAN IVAN).", "AUFAB": "-5.60", "PHAS_": "3.600", "SONNE": "26", "VENUS": "28", "BREITE": "49 N 26", "GEBORT": "le Havre (Seine-Inférieure)", "LAENGE": "001 E 05", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "32", "GEBZEIT": "23.30", "JUPITER": "25", "ELECTAGE": "67,8", "ELECTDAT": "06.05.1952", "GEBDATUM": "21.07.1884", "STBDATUM": "01.10.1957"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2386	gilbert-claude-1836-01-11	{"a2": "299", "g55": "01-231", "afd5": "410"}	{"g55": "01-231", "lerrcp": "A2-299", "muller": "M5-410"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Claude", "family": "Gilbert", "spouse": [], "official": {"given": "Claude Emile", "family": null}}	\N	{"lmt": null, "tzo": "+00:13:20", "date": "1836-01-11 04:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.33243, "lat": 46.56459, "name": "Moulins", "geoid": 2991481}, "notime": null, "date-ut": "1836-01-11 03:46:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Gilbert"}, "birth": {"tzo": "+00:13:20", "date": "1836-01-11 04:00", "place": {"c2": "03", "cy": "FR", "lg": 3.33243, "lat": 46.56459, "name": "Moulins", "geoid": 2991481}, "date-ut": "1836-01-11 03:46:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-299"}, "ids-in-sources": {"a2": "299"}}, "raw": {"H": "3", "MN": "46", "TZ": "0", "COD": "03", "COU": "F", "DAY": "11", "LAT": "46N34", "LON": "3E20", "MON": "1", "NUM": "299", "PRO": "S", "SEC": "40", "YEA": "1836", "CITY": "MOULINS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Gilbert", "official": {"given": "Claude Emile"}}, "birth": {"date": "1836-01-11 04:00", "place": {"name": "Moulins"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "410"}}, "raw": {"NR": "410", "GNR": "SA2299", "JU_": "0", "MA_": "0", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1836", "KORR": "", "MARS": "32", "MODE": "LMT", "MOND": "7", "NAME": "GILBERT (CLAUDE EMILE).", "AUFAB": "-10.40", "PHAS_": "57.600", "SONNE": "32", "VENUS": "30", "BREITE": "46 N 34", "GEBORT": "Moulins (Allier)", "LAENGE": "003 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "5", "GEBZEIT": "04.00", "JUPITER": "15", "ELECTAGE": "73,1", "ELECTDAT": "19.01.1909", "GEBDATUM": "11.01.1836", "STBDATUM": "22.03.1914"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-231"}, "ids-in-source": {"g55": "01-231"}}, "raw": {"DAY": "11-1-1836", "HOUR": "4 h.", "NAME": "GILBERT Claude", "PLACE": "Moulins (Allier)."}, "date": "2023-08-20T14:47:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21335	girard-celestin-henry-1862-07-22	{"afd5": "413"}	{"muller": "M5-413"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Célestin Henry", "family": "Girard", "spouse": [], "official": {"given": "Célestin Henry", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1862-07-22 09:30", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 6.15, "lat": 47.61667, "name": "Gray", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Célestin Henry", "family": "Girard", "official": {"given": "Célestin Henry"}}, "birth": {"date": "1862-07-22 09:30", "place": {"c2": "71", "cy": "FR", "lg": 6.15, "lat": 47.61667, "name": "Gray"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "413"}}, "raw": {"NR": "413", "GNR": "", "JU_": "2", "MA_": "0", "MO_": "2", "SA_": "2", "SO_": "1", "VE_": "2", "CODE": "1", "JAHR": "1862", "KORR": "", "MARS": "17", "MODE": "LMT", "MOND": "11", "NAME": "GIRARD (CÉLESTIN HENRY).", "AUFAB": "-8.20", "PHAS_": "20.700", "SONNE": "6", "VENUS": "9", "BREITE": "47 N 37", "GEBORT": "Gray (Haute-Saône)", "LAENGE": "006 E 09", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "1", "GEBZEIT": "09.30", "JUPITER": "1", "ELECTAGE": "57,7", "ELECTDAT": "09.03.1920", "GEBDATUM": "22.07.1862", "STBDATUM": "06.02.1932"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
18503	giroud-antoine-1895-12-26	{"e1": "874", "afd5": "417"}	{"lerrcp": "E1-874", "muller": "M5-417"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Antoine", "family": "Giroud", "spouse": [], "official": {"given": "Antoine Victor Léon", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1895-12-26 12:00", "note": null, "place": {"c1": null, "c2": "03", "c3": "", "cy": "FR", "lg": 3.33243, "lat": 46.56459, "name": "Moulins", "geoid": 2991481}, "notime": null, "date-ut": "1895-02-26 11:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Giroud"}, "birth": {"tzo": "+00:09", "date": "1895-02-26 12:00", "place": {"c2": "03", "c3": "", "cy": "FR", "lg": 3.33243, "lat": 46.56459, "name": "Moulins", "geoid": 2991481}, "date-ut": "1895-02-26 11:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "874"}}, "raw": {"H": "12:00", "COD": "03", "DAY": "26", "MON": "02", "NUM": "0874", "PRO": "PH", "YEA": "1895", "CITY": "Moulins", "NAME": "GIROUD Antoine", "NOTE": "+"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Giroud", "official": {"given": "Antoine Victor Léon"}}, "birth": {"date": "1895-12-26 12:00", "place": {"name": "Moulins"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "417"}}, "raw": {"NR": "417", "GNR": "ND1874", "JU_": "0", "MA_": "1", "MO_": "2", "SA_": "0", "SO_": "2", "VE_": "0", "CODE": "2", "JAHR": "1895", "KORR": "-0.16", "MARS": "13", "MODE": "", "MOND": "36", "NAME": "GIROUD (ANTOINE VICTOR LÉON).", "AUFAB": "9.30", "PHAS_": "66.700", "SONNE": "10", "VENUS": "15", "BREITE": "46 N 34", "GEBORT": "Moulins (Allier)", "LAENGE": "003 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "16", "GEBZEIT": "12.00", "JUPITER": "23", "ELECTAGE": "53,9", "ELECTDAT": "22.11.1949", "GEBDATUM": "26.12.1895", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
773	anquetil-jacques-1934-01-08	{"a1": "773", "afd2": "12", "3a_sports": "110", "cfepp-final3": "270"}	{"cfepp": "CF-270", "cpara": "CP-14", "ertel": "ES-110", "lerrcp": "A1-773", "muller": "M2-12"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Anquetil", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1934-01-08 10:30", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.09364, "lat": 49.46307, "name": "Mont-Saint-Aignan", "geoid": 2992003}, "notime": null, "date-ut": "1934-01-08 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Anquetil"}, "birth": {"tzo": "+00:00", "date": "1934-01-08 10:30", "place": {"c2": "76", "cy": "FR", "lg": 1.09364, "lat": 49.46307, "name": "Mont-Saint-Aignan", "geoid": 2992003}, "date-ut": "1934-01-08 10:30"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-773"}, "ids-in-sources": {"a1": "773"}}, "raw": {"H": "10", "MN": "30", "TZ": "0", "COD": "76", "COU": "F", "DAY": "8", "LAT": "49N26", "LON": "1E 5", "MON": "1", "NUM": "773", "PRO": "C", "SEC": "0", "YEA": "1934", "CITY": "MONT-ST-AIGNAN"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "occus": ["sportsperson"], "ids-in-sources": {"afd2": "12"}}, "raw": {"CY": "F", "GQ": "G", "LG": "001 E 05", "LAT": "49 N 26", "TZO": "0.00", "DATE": "08.01.1934", "MUID": "12", "NAME": "Anquetil, Jacques", "OCCU": "MA 13", "TIME": "10.30", "BOOKS": "57", "PLACE": "Mont-Saint-Aignan", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:44+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1934-01-08 10:30"}, "partial-ids": {"ertel": "ES-110"}}, "raw": {"L": "", "MF": "", "NR": "110", "ENG": "1", "MA_": "2", "G_NR": "773", "MA12": "1", "MARS": "3", "NAME": "Anquetil", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,700", "CSINR": "", "KURTZ": "", "PHAS_": "59,500", "STUND": "10,50", "CFEPNR": "270", "EXTEND": "1", "NATION": "FRA", "TAGMON": "08.01.", "ZITATE": "DHKSFO", "ZITSUM": "6", "INDGRUP": "I", "PARA_NR": "14", "VORNAME": "Jacques", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "08.01.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "5"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1934-01-08 10:30", "place": {"c3": ""}, "date-ut": "1934-01-08 10:30"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "270"}}, "raw": {"S": "1", "LT": "10 30", "LV": "M", "TR": "f", "UT": "10 30", "LAT": "+49.48", "SRC": "L", "LONG": "-01.05", "NAME": "ANQUETIL Jacques", "SPORT": "Cycling", "LOC_DATE": "1934 01 08", "UNIV_DATE": "1934 01 08", "BIRTH_PLACE": "MONT ST AIGNAN", "POSTAL_CODE": "76130"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
2391	giraud-teulon-marc-1816-05-31	{"a2": "304", "g55": "01-234", "afd5": "416"}	{"g55": "01-234", "lerrcp": "A2-304", "muller": "M5-416"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Marc", "family": "Giraud-Teulon", "spouse": [], "official": {"given": "Marc Antoine Louis Félix", "family": null}}	\N	{"lmt": null, "tzo": "-00:04:37", "date": "1816-05-31 11:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -1.15222, "lat": 46.16308, "name": "La Rochelle", "geoid": 3006787}, "notime": null, "date-ut": "1816-05-31 11:04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marc", "family": "Giraud-Teulon"}, "birth": {"tzo": "-00:04:37", "date": "1816-05-31 11:00", "place": {"c2": "17", "cy": "FR", "lg": -1.15222, "lat": 46.16308, "name": "La Rochelle", "geoid": 3006787}, "date-ut": "1816-05-31 11:04:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-304"}, "ids-in-sources": {"a2": "304"}}, "raw": {"H": "11", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "31", "LAT": "46N 9", "LON": "1W10", "MON": "5", "NUM": "304", "PRO": "S", "SEC": "40", "YEA": "1816", "CITY": "LA ROCHELLE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Giraud-Teulon", "official": {"given": "Marc Antoine Louis Félix"}}, "birth": {"date": "1816-05-31 11:00", "place": {"name": "La Rochelle"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "416"}}, "raw": {"NR": "416", "GNR": "SA2304", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "2", "CODE": "4", "JAHR": "1816", "KORR": "", "MARS": "5", "MODE": "LMT", "MOND": "4", "NAME": "GIRAUD-TEULON (MARC ANTOINE LOUIS FÉLIX).", "AUFAB": "7.40", "PHAS_": "16.700", "SONNE": "8", "VENUS": "10", "BREITE": "46 N 09", "GEBORT": "La Rochelle (Charente-Inférieure)", "LAENGE": "001 W 10", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "20", "GEBZEIT": "11.00", "JUPITER": "30", "ELECTAGE": "58,1", "ELECTDAT": "30.06.1874", "GEBDATUM": "31.05.1816", "STBDATUM": "19.08.1887"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-234"}, "ids-in-source": {"g55": "01-234"}}, "raw": {"DAY": "31-5-1816", "HOUR": "11 h.", "NAME": "GIRAUD-TEULON Marc Ant.", "PLACE": "La Rochelle (Ch.-M.)."}, "date": "2023-08-20T14:47:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
18505	giroud-paul-1898-06-06	{"e1": "876", "afd5": "418"}	{"lerrcp": "E1-876", "muller": "M5-418"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul", "family": "Giroud", "spouse": [], "official": {"given": "Paul Marie Joseph", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-06-06 21:00", "note": null, "place": {"c1": null, "c2": "03", "c3": "", "cy": "FR", "lg": 3.30599, "lat": 46.62924, "name": "Malnay-Trévol", "geoid": 2971725}, "notime": null, "date-ut": "1898-06-06 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Giroud"}, "birth": {"tzo": "+00:09", "date": "1898-06-06 21:00", "place": {"c2": "03", "c3": "", "cy": "FR", "lg": 3.30599, "lat": 46.62924, "name": "Trévol", "geoid": 2971725}, "date-ut": "1898-06-06 20:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "876"}}, "raw": {"H": "21:00", "COD": "03", "DAY": "06", "MON": "06", "NUM": "0876", "PRO": "PH", "YEA": "1898", "CITY": "Trevol", "NAME": "GIROUD Paul", "NOTE": "+"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Giroud", "official": {"given": "Paul Marie Joseph"}}, "birth": {"date": "1898-06-06 21:00", "place": {"name": "Malnay-Trévol"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "418"}}, "raw": {"NR": "418", "GNR": "ND1876", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1898", "KORR": "-0.16", "MARS": "28", "MODE": "", "MOND": "35", "NAME": "GIROUD (PAUL MARIE JOSEPH).", "AUFAB": "-2.70", "PHAS_": "97.000", "SONNE": "21", "VENUS": "18", "BREITE": "46 N 34", "GEBORT": "Malnay-Trévol (Allier)", "LAENGE": "003 E 20", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "5", "GEBZEIT": "21.00", "JUPITER": "12", "ELECTAGE": "58,5", "ELECTDAT": "20.11.1956", "GEBDATUM": "06.06.1898", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
2396	godart-justin-1871-11-26	{"a2": "309", "e3": "721", "afd5": "425"}	{"lerrcp": "A2-309", "muller": "M5-425"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Justin", "family": "Godart", "spouse": [], "official": {"given": "Justin", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1871-11-26 16:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1871-11-26 15:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician", "politician"]	5	null	[{"new": {"name": {"given": "Justin", "family": "Godart"}, "birth": {"tzo": "+00:19:23", "date": "1871-11-26 16:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1871-11-26 15:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-309"}, "ids-in-sources": {"a2": "309"}}, "raw": {"H": "15", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "26", "LAT": "45N46", "LON": "4E50", "MON": "11", "NUM": "309", "PRO": "S", "SEC": "40", "YEA": "1871", "CITY": "LYON"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["politician"], "ids-in-sources": {"e3": "721"}}, "raw": {"H": "16:00", "COD": "69", "DAY": "26", "MON": "11", "NUM": "0721", "PRO": "PO", "YEA": "1871", "CITY": "Lyon", "NAME": "GODART Justin", "NOTE": "*"}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Godart", "official": {"given": "Justin"}}, "birth": {"date": "1871-11-26 16:00", "place": {"name": "Lyon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "425"}}, "raw": {"NR": "425", "GNR": "SA2309", "JU_": "1", "MA_": "2", "MO_": "2", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1871", "KORR": "", "MARS": "12", "MODE": "LMT", "MOND": "36", "NAME": "GODART (JUSTIN).", "AUFAB": "3.00", "PHAS_": "98.900", "SONNE": "18", "VENUS": "21", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "13", "GEBZEIT": "16.00", "JUPITER": "28", "ELECTAGE": "66,6", "ELECTDAT": "31.05.1938", "GEBDATUM": "26.11.1871", "STBDATUM": "13.12.1956"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2394	gley-marcel-1857-01-16	{"a2": "307", "g55": "01-237", "afd5": "423"}	{"g55": "01-237", "lerrcp": "A2-307", "muller": "M5-423"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Marcel", "family": "Gley", "spouse": [], "official": {"given": "Marcel Eugène Emile", "family": null}}	\N	{"lmt": null, "tzo": "+00:25:49", "date": "1857-01-16 05:00", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.45304, "lat": 48.18324, "name": "Epinal", "geoid": 3020035}, "notime": null, "date-ut": "1857-01-16 04:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Gley"}, "birth": {"tzo": "+00:25:49", "date": "1857-01-16 05:00", "place": {"c2": "88", "cy": "FR", "lg": 6.45304, "lat": 48.18324, "name": "Épinal", "geoid": 3020035}, "date-ut": "1857-01-16 04:34:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-307"}, "ids-in-sources": {"a2": "307"}}, "raw": {"H": "4", "MN": "34", "TZ": "0", "COD": "88", "COU": "F", "DAY": "16", "LAT": "48N10", "LON": "6E28", "MON": "1", "NUM": "307", "PRO": "S", "SEC": "8", "YEA": "1857", "CITY": "EPINAL"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Gley", "official": {"given": "Marcel Eugène Emile"}}, "birth": {"date": "1857-01-16 05:00", "place": {"name": "Epinal"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "423"}}, "raw": {"NR": "423", "GNR": "SA2307", "JU_": "1", "MA_": "1", "MO_": "2", "SA_": "0", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1857", "KORR": "", "MARS": "31", "MODE": "LMT", "MOND": "10", "NAME": "GLEY (MARCEL EUGENE EMILE).", "AUFAB": "-8.40", "PHAS_": "70.300", "SONNE": "33", "VENUS": "30", "BREITE": "48 N 10", "GEBORT": "Epinal (Vosges)", "LAENGE": "006 E 28", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "16", "GEBZEIT": "05.00", "JUPITER": "28", "ELECTAGE": "46,0", "ELECTDAT": "20.01.1903", "GEBDATUM": "16.01.1857", "STBDATUM": "25.10.1930"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-237"}, "ids-in-source": {"g55": "01-237"}}, "raw": {"DAY": "16-1-1857", "HOUR": "5 h.", "NAME": "GLEY Marcel", "PLACE": "Epinal (Vosges)."}, "date": "2023-08-20T14:47:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
3103	glenard-roger-1880-09-30	{"a2": "1017", "g55": "02-241", "afd5": "422"}	{"g55": "02-241", "lerrcp": "A2-1017", "muller": "M5-422"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Roger", "family": "Glénard", "spouse": [], "official": {"given": "Etienne Marie Georges Roger", "family": null}}	\N	{"lmt": null, "tzo": "+00:15:05", "date": "1880-09-30 08:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 3.76953, "lat": 46.62214, "name": "Bourbon-Lancy", "geoid": 3031090}, "notime": null, "date-ut": "1880-09-30 07:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Glenard"}, "birth": {"tzo": "+00:15:05", "date": "1880-09-30 07:55:45", "place": {"c2": "71", "cy": "FR", "lg": 3.76953, "lat": 46.62214, "name": "Bourbon-Lancy", "geoid": 3031090}, "date-ut": "1880-09-30 07:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1017"}, "ids-in-sources": {"a2": "1017"}}, "raw": {"H": "7", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "30", "LAT": "46N18", "LON": "4E50", "MON": "9", "NUM": "1017", "PRO": "S", "SEC": "40", "YEA": "1880", "CITY": "BOURBON-LANCY"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Glénard", "official": {"given": "Etienne Marie Georges Roger"}}, "birth": {"date": "1880-09-30 08:00", "place": {"name": "Bourbon-Lancy"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "422"}}, "raw": {"NR": "422", "GNR": "SA2101", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "2", "CODE": "3", "JAHR": "1880", "KORR": "", "MARS": "3", "MODE": "LMT", "MOND": "8", "NAME": "GLÉNARD (ETIENNE MARIE GEORGES ROGER).", "AUFAB": "-8.20", "PHAS_": "18.700", "SONNE": "4", "VENUS": "1", "BREITE": "46 N 18", "GEBORT": "Bourbon-Lancy (Saône-et-Loire)", "LAENGE": "004 E 50", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "19", "GEBZEIT": "08.00", "JUPITER": "21", "ELECTAGE": "67,8", "ELECTDAT": "15.06.1948", "GEBDATUM": "30.09.1880", "STBDATUM": "12.05.1964"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "02-241"}, "ids-in-source": {"g55": "02-241"}}, "raw": {"DAY": "30-9-1880", "HOUR": "8 h.", "NAME": "GLENARD Roger", "PLACE": "Bourbon-Lancy (Saône-et-Loire)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
18519	goret-pierre-1907-08-27	{"e1": "890", "afd5": "426"}	{"lerrcp": "E1-890", "muller": "M5-426"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre", "family": "Goret", "spouse": [], "official": {"given": "Pierre Hyacinthe Henri", "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1907-08-27 15:00", "note": null, "place": {"c1": null, "c2": "80", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Rosières-en-Santerre", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Goret"}, "birth": {"tzo": "", "date": "1907-08-27 11:00", "place": {"c2": "80", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Rosières-en-Santer", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "890"}}, "raw": {"H": "11:00", "COD": "80", "DAY": "27", "MON": "08", "NUM": "0890", "PRO": "PH", "YEA": "1907", "CITY": "Rosières-en-Santer", "NAME": "G0RET Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Goret", "official": {"given": "Pierre Hyacinthe Henri"}}, "birth": {"date": "1907-08-27 15:00", "place": {"name": "Rosières-en-Santerre"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "426"}}, "raw": {"NR": "426", "GNR": "ND1890", "JU_": "0", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "2", "JAHR": "1907", "KORR": "-0.16", "MARS": "34", "MODE": "", "MOND": "27", "NAME": "GORET (PIERRE HYACINTHE HENRI).", "AUFAB": "-7.00", "PHAS_": "84.600", "SONNE": "13", "VENUS": "14", "BREITE": "49 N 54", "GEBORT": "Rosières-en-Santerre (Somme)", "LAENGE": "002 E 18", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "30", "GEBZEIT": "15.00", "JUPITER": "15", "ELECTAGE": "58,3", "ELECTDAT": "23.11.1965", "GEBDATUM": "27.08.1907", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21336	gorre-gassicourt-francois-jean-baptiste-1807-03-06	{"afd5": "428"}	{"muller": "M5-428"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "François Jean-Baptiste", "family": "Gorré-Gassicourt", "spouse": [], "official": {"given": "François Jean-Baptiste", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1807-03-06 02:30", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Boulogne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "François Jean-Baptiste", "family": "Gorré-Gassicourt", "official": {"given": "François Jean-Baptiste"}}, "birth": {"date": "1807-03-06 02:30", "place": {"c2": "62", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Boulogne"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "428"}}, "raw": {"NR": "428", "GNR": "", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1807", "KORR": "", "MARS": "13", "MODE": "LMT", "MOND": "33", "NAME": "GORRÉ-GASSICOURT (FRANÇOIS JEAN-BAPTISTE).", "AUFAB": "-6.30", "PHAS_": "10.100", "SONNE": "31", "VENUS": "29", "BREITE": "50 N 18", "GEBORT": "Boulogne (Pas-de-Calais)", "LAENGE": "002 E 46", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "7", "GEBZEIT": "02.30", "JUPITER": "33", "ELECTAGE": "39,0", "ELECTDAT": "24.02.1846", "GEBDATUM": "06.03.1807", "STBDATUM": "27.12.1855"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
18524	gougerot-henri-1881-07-02	{"e1": "894", "afd5": "430"}	{"lerrcp": "E1-894", "muller": "M5-430"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri", "family": "Gougerot", "spouse": [], "official": {"given": "Henri Eugène", "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1881-07-02 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Saint-Ouen", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Gougerot"}, "birth": {"tzo": "", "date": "1881-07-02 05:00", "place": {"c2": "75", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint-Ouen", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "894"}}, "raw": {"H": "05:00", "COD": "75", "DAY": "02", "MON": "07", "NUM": "0894", "PRO": "PH", "YEA": "1881", "CITY": "St-Ouen", "NAME": "G0UGEROT Henri", "NOTE": "+*"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Gougerot", "official": {"given": "Henri Eugène"}}, "birth": {"date": "1881-07-02 05:00", "place": {"name": "Saint-Ouen"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "430"}}, "raw": {"NR": "430", "GNR": "ND1894", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "1", "CODE": "3", "JAHR": "1881", "KORR": "", "MARS": "6", "MODE": "LMT", "MOND": "29", "NAME": "GOUGEROT (HENRI EUGENE).", "AUFAB": "7.70", "PHAS_": "24.500", "SONNE": "1", "VENUS": "5", "BREITE": "48 N 50", "GEBORT": "Saint-Ouen (Seine)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "6", "GEBZEIT": "05.00", "JUPITER": "5", "ELECTAGE": "59,3", "ELECTDAT": "15.10.1940", "GEBDATUM": "02.07.1881", "STBDATUM": "15.01.1955"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
18529	gounelle-de-pontanel-hugues-1903-02-27	{"e1": "899", "afd5": "431"}	{"lerrcp": "E1-899", "muller": "M5-431"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Hugues", "family": "Gounelle de Pontanel", "spouse": [], "official": {"given": "Hugues François", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-02-27 03:30", "note": null, "place": {"c1": null, "c2": "36", "c3": "", "cy": "FR", "lg": 1.69362, "lat": 46.81248, "name": "Chàteauroux", "geoid": 3026204}, "notime": null, "date-ut": "1903-02-27 03:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hugues", "family": "Gounelle"}, "birth": {"tzo": "+00:09", "date": "1903-02-27 03:30", "place": {"c2": "36", "c3": "", "cy": "FR", "lg": 1.69362, "lat": 46.81248, "name": "Châteauroux", "geoid": 3026204}, "date-ut": "1903-02-27 03:21"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "899"}}, "raw": {"H": "03:30", "COD": "36", "DAY": "27", "MON": "02", "NUM": "0899", "PRO": "PH", "YEA": "1903", "CITY": "Châteauroux", "NAME": "G0UNELLE Hugues", "NOTE": "+"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Gounelle de Pontanel", "official": {"given": "Hugues François"}}, "birth": {"date": "1903-02-27 03:30", "place": {"name": "Chàteauroux"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "431"}}, "raw": {"NR": "431", "GNR": "ND1899", "JU_": "0", "MA_": "2", "MO_": "0", "SA_": "0", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1903", "KORR": "-0.16", "MARS": "11", "MODE": "", "MOND": "32", "NAME": "GOUNELLE DE PONTANEL (HUGUES FRANÇOIS H.)", "AUFAB": "-1.80", "PHAS_": "0.300", "SONNE": "32", "VENUS": "30", "BREITE": "46 N 49", "GEBORT": "Chàteauroux (Indre)", "LAENGE": "001 E 41", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "34", "GEBZEIT": "03.30", "JUPITER": "32", "ELECTAGE": "59,4", "ELECTDAT": "03.07.1962", "GEBDATUM": "27.02.1903", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
21337	goyrand-jean-gaspard-blaise-1803-02-03	{"afd5": "432"}	{"muller": "M5-432"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean Gaspard Blaise", "family": "Goyrand", "spouse": [], "official": {"given": "Jean Gaspard Blaise", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1803-02-03 13:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Aix-en-Provence", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Jean Gaspard Blaise", "family": "Goyrand", "official": {"given": "Jean Gaspard Blaise"}}, "birth": {"date": "1803-02-03 13:00", "place": {"c2": "13", "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Aix-en-Provence"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "432"}}, "raw": {"NR": "432", "GNR": "", "JU_": "0", "MA_": "2", "MO_": "1", "SA_": "0", "SO_": "2", "VE_": "0", "CODE": "1", "JAHR": "1803", "KORR": "", "MARS": "1", "MODE": "LMT", "MOND": "35", "NAME": "GOYRAND (JEAN GASPARD BLAISE).", "AUFAB": "7.70", "PHAS_": "87.000", "SONNE": "11", "VENUS": "16", "BREITE": "43 N 18", "GEBORT": "Aix-en-Provence (Bouches-du-Rhône)", "LAENGE": "005 E 22", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "25", "GEBZEIT": "13.00", "JUPITER": "24", "ELECTAGE": "31,4", "ELECTDAT": "17.06.1834", "GEBDATUM": "03.02.1803", "STBDATUM": "23.06.1866"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21338	gregoire-raymond-hippolyte-alphonse-1875-01-02	{"afd5": "435"}	{"muller": "M5-435"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Raymond Hippolyte Alphonse", "family": "Grégoire", "spouse": [], "official": {"given": "Raymond Hippolyte Alphonse", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1875-01-02 05:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Lyon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Raymond Hippolyte Alphonse", "family": "Grégoire", "official": {"given": "Raymond Hippolyte Alphonse"}}, "birth": {"date": "1875-01-02 05:00", "place": {"c2": "69", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Lyon"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "435"}}, "raw": {"NR": "435", "GNR": "", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "2", "CODE": "1", "JAHR": "1875", "KORR": "", "MARS": "5", "MODE": "LMT", "MOND": "5", "NAME": "GRÉGOIRE (RAYMOND HIPPOLYTE ALPHONSE).", "AUFAB": "-8.80", "PHAS_": "28.300", "SONNE": "33", "VENUS": "36", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "31", "GEBZEIT": "05.00", "JUPITER": "6", "ELECTAGE": "62,9", "ELECTDAT": "23.11.1937", "GEBDATUM": "02.01.1875", "STBDATUM": "20.02.1942"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
794	charpentier-robert-1916-04-04	{"a1": "794", "g55": "03-125", "3a_sports": "967", "cfepp-final3": "287"}	{"g55": "03-125", "cfepp": "CF-287", "cpara": "CP-107", "ertel": "ES-967", "lerrcp": "A1-794"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Charpentier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1916-04-04 22:00", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 1.85264, "lat": 48.91056, "name": "Maule", "geoid": 2995110}, "notime": null, "date-ut": "1916-04-04 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Charpentier"}, "birth": {"tzo": "+00:00", "date": "1916-04-04 10:00", "place": {"c2": "78", "cy": "FR", "lg": 1.85264, "lat": 48.91056, "name": "Maule", "geoid": 2995110}, "date-ut": "1916-04-04 10:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-794"}, "ids-in-sources": {"a1": "794"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "78", "COU": "F", "DAY": "4", "LAT": "48N50", "LON": "2E 8", "MON": "4", "NUM": "794", "PRO": "C", "SEC": "0", "YEA": "1916", "CITY": "MAULE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1916-04-04 10:00"}, "partial-ids": {"ertel": "ES-967"}}, "raw": {"L": "", "MF": "", "NR": "967", "ENG": "", "MA_": "0", "G_NR": "794", "MA12": "11", "MARS": "32", "NAME": "Charpentier", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,800", "CSINR": "", "KURTZ": "", "PHAS_": "2,100", "STUND": "10,00", "CFEPNR": "287", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.04.", "ZITATE": "DGKSO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "107", "VORNAME": "Robert", "ZITRANG": "6", "GAUQ1955": "+", "GEBDATUM": "04.04.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "charpentier-robert-1916-04-04", "birth": {"date": "1916-04-04 22:00", "place": {"c3": ""}, "date-ut": "1916-04-04 22:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "287"}}, "raw": {"S": "4", "LT": "22 00", "LV": "O", "TR": "f", "UT": "22 00", "LAT": "+48.91", "SRC": "ALG", "LONG": "-01.85", "NAME": "CHARPENTIER Robert", "SPORT": "Cycling", "LOC_DATE": "1916 04 04", "UNIV_DATE": "1916 04 04", "BIRTH_PLACE": "MAULE", "POSTAL_CODE": "78580"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-125"}, "ids-in-source": {"g55": "03-125"}}, "raw": {"DAY": "4-4-1916", "HOUR": "10 h.", "NAME": "CHARPENTIER Robert", "PLACE": "Maule (Seine-et-Oise)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
2404	gros-jean-1831-02-15	{"a2": "317", "g55": "01-245", "afd5": "439"}	{"g55": "01-245", "lerrcp": "A2-317", "muller": "M5-439"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Gros", "spouse": [], "official": {"given": "Jean Louis Evelyn Camille", "family": null}}	\N	{"lmt": null, "tzo": "+00:29:24", "date": "1831-02-15 02:30", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "Wesserling", "geoid": 0}, "notime": null, "date-ut": "1831-02-15 02:00:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Gros"}, "birth": {"tzo": "+00:29:24", "date": "1831-02-15 02:30", "place": {"c2": "68", "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "Wesserling", "geoid": 0}, "date-ut": "1831-02-15 02:00:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-317"}, "ids-in-sources": {"a2": "317"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "68", "COU": "F", "DAY": "15", "LAT": "48N 5", "LON": "7E21", "MON": "2", "NUM": "317", "PRO": "S", "SEC": "36", "YEA": "1831", "CITY": "WESSERLING"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Gros", "official": {"given": "Jean Louis Evelyn Camille"}}, "birth": {"date": "1831-02-15 02:30", "place": {"name": "Wesserling"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "439"}}, "raw": {"NR": "439", "GNR": "SA2317", "JU_": "0", "MA_": "0", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1831", "KORR": "", "MARS": "23", "MODE": "LMT", "MOND": "28", "NAME": "GROS (JEAN LOUIS EVELYN CAMILLE).", "AUFAB": "4.30", "PHAS_": "6.300", "SONNE": "30", "VENUS": "29", "BREITE": "48 N 05", "GEBORT": "Wesserling (Haut-Rhin)", "LAENGE": "007 E 21", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "12", "GEBZEIT": "02.30", "JUPITER": "32", "ELECTAGE": "59,3", "ELECTDAT": "20.05.1890", "GEBDATUM": "15.02.1831", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Wesserling"}}, "partial-ids": {"g55": "01-245"}, "ids-in-source": {"g55": "01-245"}}, "raw": {"DAY": "15-2-1831", "HOUR": "2 h. 30", "NAME": "GROS Jean Louis", "PLACE": "Wesserling (Haut-Rhin)."}, "date": "2023-08-20T14:47:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2406	grynfelt-edouard-1871-12-19	{"a2": "319", "g55": "01-247", "afd5": "441"}	{"g55": "01-247", "lerrcp": "A2-319", "muller": "M5-441"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Edouard", "family": "Grynfelt", "spouse": [], "official": {"given": "Edouard Joseph Casimir", "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1871-12-19 10:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1871-12-19 09:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Grynfelt"}, "birth": {"tzo": "+00:15:30", "date": "1871-12-19 10:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1871-12-19 09:44:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-319"}, "ids-in-sources": {"a2": "319"}}, "raw": {"H": "9", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "19", "LAT": "43N37", "LON": "3E53", "MON": "12", "NUM": "319", "PRO": "S", "SEC": "28", "YEA": "1871", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Grynfelt", "official": {"given": "Edouard Joseph Casimir"}}, "birth": {"date": "1871-12-19 10:00", "place": {"name": "Montpellier"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "441"}}, "raw": {"NR": "441", "GNR": "SA2319", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "2", "CODE": "3", "JAHR": "1871", "KORR": "", "MARS": "1", "MODE": "LMT", "MOND": "33", "NAME": "GRYNFELT (EDOUARD JOSEPH CASIMIR).", "AUFAB": "10.70", "PHAS_": "51.600", "SONNE": "5", "VENUS": "12", "BREITE": "43 N 37", "GEBORT": "Montpellier (Hérault)", "LAENGE": "003 E 53", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "4", "GEBZEIT": "10.00", "JUPITER": "19", "ELECTAGE": "60,3", "ELECTDAT": "08.03.1932", "GEBDATUM": "19.12.1871", "STBDATUM": "01.06.1956"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-247"}, "ids-in-source": {"g55": "01-247"}}, "raw": {"DAY": "19-12-1871", "HOUR": "10 h.", "NAME": "GRYNFELT Edouard Jos.", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:47:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2407	gubler-adolphe-1821-04-04	{"a2": "320", "g55": "01-248", "afd5": "442"}	{"g55": "01-248", "lerrcp": "A2-320", "muller": "M5-442"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Adolphe", "family": "Gubler", "spouse": [], "official": {"given": "Adolphe", "family": null}}	\N	{"lmt": null, "tzo": "+00:24:41", "date": "1821-04-04 17:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1821-04-04 16:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Gubler"}, "birth": {"tzo": "+00:24:41", "date": "1821-04-04 17:00", "place": {"c2": "57", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1821-04-04 16:35:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-320"}, "ids-in-sources": {"a2": "320"}}, "raw": {"H": "16", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "4", "LAT": "49N 7", "LON": "6E11", "MON": "4", "NUM": "320", "PRO": "S", "SEC": "16", "YEA": "1821", "CITY": "METZ"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Gubler", "official": {"given": "Adolphe"}}, "birth": {"date": "1821-04-04 17:00", "place": {"name": "Metz"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "442"}}, "raw": {"NR": "442", "GNR": "SA2320", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "0", "VE_": "1", "CODE": "4", "JAHR": "1821", "KORR": "", "MARS": "19", "MODE": "LMT", "MOND": "13", "NAME": "GUBLER (ADOLPHE).", "AUFAB": "2.70", "PHAS_": "3.000", "SONNE": "16", "VENUS": "18", "BREITE": "49 N 07", "GEBORT": "Metz (Moselle)", "LAENGE": "006 E 11", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "16", "GEBZEIT": "17.00", "JUPITER": "17", "ELECTAGE": "44,1", "ELECTDAT": "16.05.1865", "GEBDATUM": "04.04.1821", "STBDATUM": "20.04.1879"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-248"}, "ids-in-source": {"g55": "01-248"}}, "raw": {"DAY": "4-4-1821", "HOUR": "17 h.", "NAME": "GUBLER Adolphe", "PLACE": "Metz (Moselle)."}, "date": "2023-08-20T14:47:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21339	gueneau-de-mussy-henry-francois-1814-02-11	{"afd5": "443"}	{"muller": "M5-443"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henry François", "family": "Guéneau de Mussy", "spouse": [], "official": {"given": "Henry François", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1814-02-11 20:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 46.3, "name": "Châlon-sur-Saône", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Henry François", "family": "Guéneau de Mussy", "official": {"given": "Henry François"}}, "birth": {"date": "1814-02-11 20:00", "place": {"c2": "71", "cy": "FR", "lg": 4.83333, "lat": 46.3, "name": "Châlon-sur-Saône"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "443"}}, "raw": {"NR": "443", "GNR": "", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "0", "VE_": "1", "CODE": "1", "JAHR": "1814", "KORR": "", "MARS": "14", "MODE": "LMT", "MOND": "30", "NAME": "GUÉNEAU DE MUSSY (HENRY FRANÇOIS).", "AUFAB": "-9.30", "PHAS_": "61.700", "SONNE": "22", "VENUS": "18", "BREITE": "46 N 18", "GEBORT": "Châlon-sur-Saône (Saône-et-Loire)", "LAENGE": "004 E 50", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "25", "GEBZEIT": "20.00", "JUPITER": "3", "ELECTAGE": "64,0", "ELECTDAT": "15.01.1878", "GEBDATUM": "11.02.1814", "STBDATUM": "30.09.1892"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2411	guiart-jules-1870-07-04	{"a2": "324", "g55": "01-252", "afd5": "447"}	{"g55": "01-252", "lerrcp": "A2-324", "muller": "M5-447"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jules", "family": "Guiart", "spouse": [], "official": {"given": "Pierre Louis Jules Abel", "family": null}}	\N	{"lmt": null, "tzo": "+00:13:37", "date": "1870-07-04 03:30", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.40304, "lat": 49.04636, "name": "Château-Thierry", "geoid": 3026194}, "notime": null, "date-ut": "1870-07-04 03:15:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Guiart"}, "birth": {"tzo": "+00:13:37", "date": "1870-07-04 03:30", "place": {"c2": "02", "cy": "FR", "lg": 3.40304, "lat": 49.04636, "name": "Château-Thierry", "geoid": 3026194}, "date-ut": "1870-07-04 03:15:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-324"}, "ids-in-sources": {"a2": "324"}}, "raw": {"H": "3", "MN": "15", "TZ": "0", "COD": "02", "COU": "F", "DAY": "4", "LAT": "49N34", "LON": "3E37", "MON": "7", "NUM": "324", "PRO": "S", "SEC": "32", "YEA": "1870", "CITY": "CHATEAU-THIERRY"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Guiart", "official": {"given": "Pierre Louis Jules Abel"}}, "birth": {"date": "1870-07-04 03:30", "place": {"name": "Château-Thierry"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "447"}}, "raw": {"NR": "447", "GNR": "SA2324", "JU_": "2", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "2", "CODE": "3", "JAHR": "1870", "KORR": "", "MARS": "2", "MODE": "LMT", "MOND": "26", "NAME": "GUIART (PIERRE LOUIS JULES ABEL).", "AUFAB": "9.10", "PHAS_": "26.300", "SONNE": "35", "VENUS": "3", "BREITE": "49 N 34", "GEBORT": "Château-Thierry (Aisne)", "LAENGE": "003 E 37", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "19", "GEBZEIT": "03.30", "JUPITER": "2", "ELECTAGE": "49,3", "ELECTDAT": "21.10.1919", "GEBDATUM": "04.07.1870", "STBDATUM": "19.02.1965"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-252"}, "ids-in-source": {"g55": "01-252"}}, "raw": {"DAY": "4-7-1870", "HOUR": "3 h. 30", "NAME": "GUIART Jules", "PLACE": "Chateau-Thierry (Aisne)."}, "date": "2023-08-20T14:47:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2413	guigues-pierre-1868-03-28	{"a2": "326", "g55": "01-254", "afd5": "449"}	{"g55": "01-254", "lerrcp": "A2-326", "muller": "M5-449"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre", "family": "Guigues", "spouse": [], "official": {"given": "Pierre Paul Emile", "family": null}}	\N	{"lmt": null, "tzo": "+00:25:59", "date": "1868-03-28 11:00", "note": null, "place": {"c1": null, "c2": "05", "c3": null, "cy": "FR", "lg": 6.49526, "lat": 44.56387, "name": "Embrun", "geoid": 3020251}, "notime": null, "date-ut": "1868-03-28 10:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Guigues"}, "birth": {"tzo": "+00:25:59", "date": "1868-03-28 11:00", "place": {"c2": "05", "cy": "FR", "lg": 6.49526, "lat": 44.56387, "name": "Embrun", "geoid": 3020251}, "date-ut": "1868-03-28 10:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-326"}, "ids-in-sources": {"a2": "326"}}, "raw": {"H": "10", "MN": "36", "TZ": "0", "COD": "05", "COU": "F", "DAY": "28", "LAT": "44N33", "LON": "6E 0", "MON": "3", "NUM": "326", "PRO": "S", "SEC": "0", "YEA": "1868", "CITY": "EMBRUN"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Guigues", "official": {"given": "Pierre Paul Emile"}}, "birth": {"date": "1868-03-28 11:00", "place": {"name": "Embrun"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "449"}}, "raw": {"NR": "449", "GNR": "SA2326", "JU_": "2", "MA_": "2", "MO_": "1", "SA_": "0", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1868", "KORR": "", "MARS": "10", "MODE": "LMT", "MOND": "4", "NAME": "GUIGUES (PIERRE PAUL EMILE).", "AUFAB": "6.80", "PHAS_": "14.800", "SONNE": "8", "VENUS": "5", "BREITE": "44 N 33", "GEBORT": "Embrun (Hautes-Alpes)", "LAENGE": "006 E 05", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "22", "GEBZEIT": "11.00", "JUPITER": "9", "ELECTAGE": "52,0", "ELECTDAT": "02.03.1920", "GEBDATUM": "28.03.1868", "STBDATUM": "24.04.1930"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-254"}, "ids-in-source": {"g55": "01-254"}}, "raw": {"DAY": "28-3-1868", "HOUR": "11 h.", "NAME": "GUIGUES Pierre", "PLACE": "Embrun (Hautes-Alpes)."}, "date": "2023-08-20T14:47:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21340	guilleminet-maurice-emile-gregoire-1891-01-03	{"afd5": "452"}	{"muller": "M5-452"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Maurice Emile Grégoire", "family": "Guilleminet", "spouse": [], "official": {"given": "Maurice Emile Grégoire", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1891-01-03 04:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Lyon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Maurice Emile Grégoire", "family": "Guilleminet", "official": {"given": "Maurice Emile Grégoire"}}, "birth": {"date": "1891-01-03 04:00", "place": {"c2": "69", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Lyon"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "452"}}, "raw": {"NR": "452", "GNR": "", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "2", "SO_": "0", "VE_": "2", "CODE": "1", "JAHR": "1891", "KORR": "", "MARS": "27", "MODE": "LMT", "MOND": "7", "NAME": "GUILLEMINET (MAURICE EMILE GRÉGOIRE).", "AUFAB": "-9.40", "PHAS_": "54.200", "SONNE": "32", "VENUS": "36", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "9", "GEBZEIT": "04.00", "JUPITER": "30", "ELECTAGE": "67,9", "ELECTDAT": "04.11.1958", "GEBDATUM": "03.01.1891", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21341	guyot-jean-joseph-1873-05-22	{"afd5": "454"}	{"muller": "M5-454"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean Joseph", "family": "Guyot", "spouse": [], "official": {"given": "Jean Joseph", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1873-05-22 01:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": 0.56667, "lat": 44.83333, "name": "Bordeaux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Jean Joseph", "family": "Guyot", "official": {"given": "Jean Joseph"}}, "birth": {"date": "1873-05-22 01:00", "place": {"c2": "33", "cy": "FR", "lg": 0.56667, "lat": 44.83333, "name": "Bordeaux"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "454"}}, "raw": {"NR": "454", "GNR": "", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "1", "JAHR": "1873", "KORR": "", "MARS": "15", "MODE": "LMT", "MOND": "34", "NAME": "GUYOT (JEAN JOSEPH).", "AUFAB": "-10.30", "PHAS_": "22.400", "SONNE": "30", "VENUS": "32", "BREITE": "44 N 50", "GEBORT": "Bordeaux (Gironde)", "LAENGE": "000 W 34", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "3", "GEBZEIT": "01.00", "JUPITER": "19", "ELECTAGE": "73,9", "ELECTDAT": "18.03.1947", "GEBDATUM": "22.05.1873", "STBDATUM": "23.01.1955"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2416	hache-louis-1857-02-10	{"a2": "329", "afd5": "455"}	{"lerrcp": "A2-329", "muller": "M5-455"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Hache", "spouse": [], "official": {"given": "Louis Marie Maurice", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1857-02-10 01:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1857-02-10 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Hache"}, "birth": {"tzo": "+00:09:24", "date": "1857-02-10 01:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1857-02-10 00:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-329"}, "ids-in-sources": {"a2": "329"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "10", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "329", "PRO": "S", "SEC": "40", "YEA": "1857", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Hache", "official": {"given": "Louis Marie Maurice"}}, "birth": {"date": "1857-02-10 01:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "455"}}, "raw": {"NR": "455", "GNR": "SA2329", "JU_": "0", "MA_": "1", "MO_": "2", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "4", "JAHR": "1857", "KORR": "", "MARS": "26", "MODE": "LMT", "MOND": "9", "NAME": "HACHE (LOUIS MARIE MAURICE).", "AUFAB": "-1.00", "PHAS_": "98.900", "SONNE": "28", "VENUS": "24", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "14", "GEBZEIT": "01.00", "JUPITER": "24", "ELECTAGE": "41,1", "ELECTDAT": "01.03.1898", "GEBDATUM": "10.02.1857", "STBDATUM": "10.05.1939"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21342	halbron-paul-maurice-1879-08-13	{"afd5": "456"}	{"muller": "M5-456"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul Maurice", "family": "Halbron", "spouse": [], "official": {"given": "Paul Maurice", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1879-08-13 07:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": 0.53333, "lat": 47.46667, "name": "Angers", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Paul Maurice", "family": "Halbron", "official": {"given": "Paul Maurice"}}, "birth": {"date": "1879-08-13 07:00", "place": {"c2": "49", "cy": "FR", "lg": 0.53333, "lat": 47.46667, "name": "Angers"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "456"}}, "raw": {"NR": "456", "GNR": "", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "1", "SO_": "2", "VE_": "0", "CODE": "1", "JAHR": "1879", "KORR": "", "MARS": "12", "MODE": "LMT", "MOND": "8", "NAME": "HALBRON (PAUL MAURICE).", "AUFAB": "-8.70", "PHAS_": "23.600", "SONNE": "3", "VENUS": "34", "BREITE": "47 N 28", "GEBORT": "Angers (Maine-et-Loire)", "LAENGE": "000 W 32", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "14", "GEBZEIT": "07.00", "JUPITER": "19", "ELECTAGE": "71,8", "ELECTDAT": "08.05.1951", "GEBDATUM": "13.08.1879", "STBDATUM": "28.02.1969"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21343	hamant-aime-julien-1884-03-13	{"afd5": "461"}	{"muller": "M5-461"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Aimé Julien", "family": "Hamant", "spouse": [], "official": {"given": "Aimé Julien", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1884-03-13 15:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.2, "lat": 48.7, "name": "Nancy", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Aimé Julien", "family": "Hamant", "official": {"given": "Aimé Julien"}}, "birth": {"date": "1884-03-13 15:00", "place": {"c2": "54", "cy": "FR", "lg": 6.2, "lat": 48.7, "name": "Nancy"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "461"}}, "raw": {"NR": "461", "GNR": "", "JU_": "2", "MA_": "2", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "2", "CODE": "1", "JAHR": "1884", "KORR": "", "MARS": "3", "MODE": "LMT", "MOND": "30", "NAME": "HAMANT (AIMÉ JULIEN).", "AUFAB": "-1.30", "PHAS_": "98.600", "SONNE": "14", "VENUS": "10", "BREITE": "48 N 42", "GEBORT": "Nancy (Meurthe-et-Moselle)", "LAENGE": "006 E 12", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "7", "GEBZEIT": "15.00", "JUPITER": "3", "ELECTAGE": "69,7", "ELECTDAT": "10.11.1953", "GEBDATUM": "13.03.1884", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2419	hallion-louis-1862-04-08	{"a2": "332", "g55": "01-259", "afd5": "459"}	{"g55": "01-259", "lerrcp": "A2-332", "muller": "M5-459"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Hallion", "spouse": [], "official": {"given": "Louis", "family": null}}	\N	{"lmt": null, "tzo": "+00:26:57", "date": "1862-04-08 10:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.73946, "lat": 48.44984, "name": "Baccarat", "geoid": 3035498}, "notime": null, "date-ut": "1862-04-08 09:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Hallion"}, "birth": {"tzo": "+00:26:57", "date": "1862-04-08 10:00", "place": {"c2": "54", "cy": "FR", "lg": 6.73946, "lat": 48.44984, "name": "Baccarat", "geoid": 3035498}, "date-ut": "1862-04-08 09:35:12"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-332"}, "ids-in-sources": {"a2": "332"}}, "raw": {"H": "9", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "8", "LAT": "48N42", "LON": "6E12", "MON": "4", "NUM": "332", "PRO": "S", "SEC": "12", "YEA": "1862", "CITY": "BACCARAT"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Hallion", "official": {"given": "Louis"}}, "birth": {"date": "1862-04-08 10:00", "place": {"name": "Baccarat"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "459"}}, "raw": {"NR": "459", "GNR": "SA2332", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "2", "CODE": "3", "JAHR": "1862", "KORR": "", "MARS": "15", "MODE": "LMT", "MOND": "34", "NAME": "HALLION (LOUIS).", "AUFAB": "9.80", "PHAS_": "55.000", "SONNE": "7", "VENUS": "11", "BREITE": "48 N 42", "GEBORT": "Baccarat (Meurthe-et-Moselle)", "LAENGE": "006 E 12", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "27", "GEBZEIT": "10.00", "JUPITER": "27", "ELECTAGE": "59,8", "ELECTDAT": "24.01.1922", "GEBDATUM": "08.04.1862", "STBDATUM": "09.04.1940"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-259"}, "ids-in-source": {"g55": "01-259"}}, "raw": {"DAY": "8-4-1862", "HOUR": "10 h.", "NAME": "HALLION Louis", "PLACE": "Baccarat (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:47:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21344	hamy-theodore-jules-ernest-1842-06-22	{"afd5": "462"}	{"muller": "M5-462"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Théodore Jules Ernest", "family": "Hamy", "spouse": [], "official": {"given": "Théodore Jules Ernest", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1842-06-22 00:30", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Boulogne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Théodore Jules Ernest", "family": "Hamy", "official": {"given": "Théodore Jules Ernest"}}, "birth": {"date": "1842-06-22 00:30", "place": {"c2": "62", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Boulogne"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "462"}}, "raw": {"NR": "462", "GNR": "", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "1", "JAHR": "1842", "KORR": "", "MARS": "28", "MODE": "LMT", "MOND": "13", "NAME": "HAMY (THÉODORE JULES ERNEST).", "AUFAB": "3.00", "PHAS_": "99.100", "SONNE": "29", "VENUS": "24", "BREITE": "50 N 18", "GEBORT": "Boulogne (Pas-de-Calais)", "LAENGE": "002 E 46", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "9", "GEBZEIT": "00.30", "JUPITER": "7", "ELECTAGE": "60,7", "ELECTDAT": "03.02.1903", "GEBDATUM": "22.06.1842", "STBDATUM": "18.11.1908"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21345	harvier-paul-1880-04-26	{"afd5": "466"}	{"muller": "M5-466"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul", "family": "Harvier", "spouse": [], "official": {"given": "Paul", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1880-04-26 09:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "Troyes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Paul", "family": "Harvier", "official": {"given": "Paul"}}, "birth": {"date": "1880-04-26 09:00", "place": {"c2": "10", "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "Troyes"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "466"}}, "raw": {"NR": "466", "GNR": "", "JU_": "0", "MA_": "2", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "1", "JAHR": "1880", "KORR": "", "MARS": "1", "MODE": "LMT", "MOND": "23", "NAME": "HARVIER (PAUL).", "AUFAB": "-1.50", "PHAS_": "98.300", "SONNE": "6", "VENUS": "7", "BREITE": "48 N 18", "GEBORT": "Troyes (Aube)", "LAENGE": "004 E 05", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "7", "GEBZEIT": "09.00", "JUPITER": "8", "ELECTAGE": "60,6", "ELECTDAT": "05.11.1940", "GEBDATUM": "26.04.1880", "STBDATUM": "24.03.1960"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21487	benedetti-giulio-1910-06-01	{"afd1": "39"}	{"muller": "M1-39"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giulio", "family": "Benedetti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1910-06-01 10:30", "note": "", "place": {"c1": null, "c2": "LU", "c3": null, "cy": "IT", "lg": 11, "lat": 43.7, "name": "Lucca", "geoid": null}, "notime": null, "date-ut": "1910-06-01 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giulio", "family": "Benedetti"}, "birth": {"tzo": "+01:00", "date": "1910-06-01 10:30", "note": "", "place": {"c2": "LU", "cy": "IT", "lg": 11, "lat": 43.7, "name": "Lucca"}, "date-ut": "1910-06-01 09:30"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "39"}}, "raw": {"LG": "-11", "DAY": "01", "LAT": "43,7", "MIN": "30", "TZO": "-1", "HOUR": "10", "NAME": "39M Benedetti, Giulio", "YEAR": "1910", "MONTH": "06", "PLACE": "Lucca LU"}, "date": "2023-08-20T14:44:33+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
3129	harant-herve-1901-09-01	{"a2": "1043", "g55": "02-263", "afd5": "464"}	{"g55": "02-263", "lerrcp": "A2-1043", "muller": "M5-464"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Herve", "family": "Harant", "spouse": [], "official": {"given": "Hervé Antoine", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1901-09-01 18:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.45954, "lat": 43.54046, "name": "Paulhan", "geoid": 2988339}, "notime": null, "date-ut": "1901-09-01 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Herve", "family": "Harant"}, "birth": {"tzo": "+00:09:21", "date": "1901-09-01 18:00", "place": {"c2": "34", "cy": "FR", "lg": 3.45954, "lat": 43.54046, "name": "Paulhan", "geoid": 2988339}, "date-ut": "1901-09-01 17:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1043"}, "ids-in-sources": {"a2": "1043"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "34", "COU": "F", "DAY": "1", "LAT": "43N37", "LON": "3E53", "MON": "9", "NUM": "1043", "PRO": "S", "SEC": "40", "YEA": "1901", "CITY": "PAULHAN"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Harant", "official": {"given": "Hervé Antoine"}}, "birth": {"date": "1901-09-01 18:00", "place": {"name": "Paulhan"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "464"}}, "raw": {"NR": "464", "GNR": "SA2104", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1901", "KORR": "-0.16", "MARS": "14", "MODE": "", "MOND": "34", "NAME": "HARANT (HERVÉ ANTOINE).", "AUFAB": "-4.40", "PHAS_": "93.700", "SONNE": "18", "VENUS": "16", "BREITE": "43 N 37", "GEBORT": "Paulhan (Hérault)", "LAENGE": "003 E 53", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "6", "GEBZEIT": "18.00", "JUPITER": "6", "ELECTAGE": "65,5", "ELECTDAT": "21.02.1967", "GEBDATUM": "01.09.1901", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "02-263"}, "ids-in-source": {"g55": "02-263"}}, "raw": {"DAY": "1-9-1901", "HOUR": "18 h.", "NAME": "HARANT Hervé", "PLACE": "Paulhan (Hérault)."}, "date": "2023-08-20T14:48:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2423	hauduroy-paul-1897-09-29	{"a2": "336", "afd5": "467"}	{"lerrcp": "A2-336", "muller": "M5-467"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul", "family": "Hauduroy", "spouse": [], "official": {"given": "Paul Joseph Louis", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1897-09-29 10:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 2.73261, "lat": 47.99696, "name": "Montargis", "geoid": 2993024}, "notime": null, "date-ut": "1897-09-29 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Hauduroy"}, "birth": {"tzo": "+00:09:21", "date": "1897-09-29 10:00", "place": {"c2": "45", "cy": "FR", "lg": 2.73261, "lat": 47.99696, "name": "Montargis", "geoid": 2993024}, "date-ut": "1897-09-29 09:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-336"}, "ids-in-sources": {"a2": "336"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "45", "COU": "F", "DAY": "29", "LAT": "47N54", "LON": "1E54", "MON": "9", "NUM": "336", "PRO": "S", "SEC": "40", "YEA": "1897", "CITY": "MONTARGIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Hauduroy", "official": {"given": "Paul Joseph Louis"}}, "birth": {"date": "1897-09-29 10:00", "place": {"name": "Montargis"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "467"}}, "raw": {"NR": "467", "GNR": "SA2336", "JU_": "0", "MA_": "1", "MO_": "2", "SA_": "2", "SO_": "0", "VE_": "2", "CODE": "3", "JAHR": "1897", "KORR": "-0.16", "MARS": "5", "MODE": "", "MOND": "1", "NAME": "HAUDUROY (PAUL JOSEPH LOUIS).", "AUFAB": "5.40", "PHAS_": "8.400", "SONNE": "7", "VENUS": "10", "BREITE": "47 N 54", "GEBORT": "Montargis (Loiret)", "LAENGE": "001 E 54", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "36", "GEBZEIT": "10.00", "JUPITER": "8", "ELECTAGE": "49,5", "ELECTDAT": "11.03.1947", "GEBDATUM": "29.09.1897", "STBDATUM": "11.08.1967"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21346	hautant-albert-louis-emile-1877-09-24	{"afd5": "468"}	{"muller": "M5-468"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Albert Louis Emile", "family": "Hautant", "spouse": [], "official": {"given": "Albert Louis Emile", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1877-09-24 14:15", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.2, "lat": 48.01667, "name": "le Mans", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Albert Louis Emile", "family": "Hautant", "official": {"given": "Albert Louis Emile"}}, "birth": {"date": "1877-09-24 14:15", "place": {"c2": "72", "cy": "FR", "lg": 0.2, "lat": 48.01667, "name": "le Mans"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "468"}}, "raw": {"NR": "468", "GNR": "", "JU_": "2", "MA_": "0", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "2", "CODE": "1", "JAHR": "1877", "KORR": "", "MARS": "32", "MODE": "LMT", "MOND": "30", "NAME": "HAUTANT (ALBERT LOUIS EMILE).", "AUFAB": "-1.60", "PHAS_": "98.200", "SONNE": "13", "VENUS": "10", "BREITE": "48 N 01", "GEBORT": "le Mans (Sarthe)", "LAENGE": "000 E 12", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "32", "GEBZEIT": "14.15", "JUPITER": "2", "ELECTAGE": "63,2", "ELECTDAT": "19.11.1940", "GEBDATUM": "24.09.1877", "STBDATUM": "13.03.1947"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21347	hazard-rene-jules-paul-1886-08-21	{"afd5": "469"}	{"muller": "M5-469"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "René Jules Paul", "family": "Hazard", "spouse": [], "official": {"given": "René Jules Paul", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1886-08-21 08:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Armentières", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "René Jules Paul", "family": "Hazard", "official": {"given": "René Jules Paul"}}, "birth": {"date": "1886-08-21 08:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Armentières"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "469"}}, "raw": {"NR": "469", "GNR": "", "JU_": "2", "MA_": "0", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "1", "JAHR": "1886", "KORR": "", "MARS": "33", "MODE": "LMT", "MOND": "14", "NAME": "HAZARD (RENÉ JULES PAUL).", "AUFAB": "-8.80", "PHAS_": "68.300", "SONNE": "4", "VENUS": "7", "BREITE": "50 N 39", "GEBORT": "Armentières (Nord)", "LAENGE": "003 E 05", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "8", "GEBZEIT": "08.00", "JUPITER": "36", "ELECTAGE": "59,2", "ELECTDAT": "30.10.1945", "GEBDATUM": "21.08.1886", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21348	heckel-edouard-marie-1843-03-24	{"afd5": "470"}	{"muller": "M5-470"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Edouard Marie", "family": "Heckel", "spouse": [], "official": {"given": "Edouard Marie", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1843-03-24 01:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 6.46667, "lat": 43.53333, "name": "Toulon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Edouard Marie", "family": "Heckel", "official": {"given": "Edouard Marie"}}, "birth": {"date": "1843-03-24 01:00", "place": {"c2": "83", "cy": "FR", "lg": 6.46667, "lat": 43.53333, "name": "Toulon"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "470"}}, "raw": {"NR": "470", "GNR": "", "JU_": "0", "MA_": "2", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "1", "JAHR": "1843", "KORR": "", "MARS": "2", "MODE": "LMT", "MOND": "35", "NAME": "HECKEL (EDOUARD MARIE).", "AUFAB": "-10.20", "PHAS_": "39.300", "SONNE": "29", "VENUS": "32", "BREITE": "43 N 32", "GEBORT": "Toulon (Var)", "LAENGE": "006 E 28", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "34", "GEBZEIT": "01.00", "JUPITER": "32", "ELECTAGE": "37,0", "ELECTDAT": "30.03.1880", "GEBDATUM": "24.03.1843", "STBDATUM": "20.01.1916"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
3131	hedon-louis-1895-07-06	{"a2": "1045", "afd5": "472"}	{"lerrcp": "A2-1045", "muller": "M5-472"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Hédon", "spouse": [], "official": {"given": "Louis Victor", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-07-06 09:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1895-07-06 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Hedon"}, "birth": {"tzo": "+00:09:21", "date": "1895-07-06 17:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1895-07-06 16:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1045"}, "ids-in-sources": {"a2": "1045"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "34", "COU": "F", "DAY": "6", "LAT": "43N37", "LON": "3E53", "MON": "7", "NUM": "1045", "PRO": "S", "SEC": "40", "YEA": "1895", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Hédon", "official": {"given": "Louis Victor"}}, "birth": {"date": "1895-07-06 09:00", "place": {"name": "Montpellier"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "472"}}, "raw": {"NR": "472", "GNR": "SA2104", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "2", "CODE": "2", "JAHR": "1895", "KORR": "-0.16", "MARS": "3", "MODE": "", "MOND": "25", "NAME": "HÉDON (LOUIS VICTOR).", "AUFAB": "3.00", "PHAS_": "98.900", "SONNE": "6", "VENUS": "1", "BREITE": "43 N 37", "GEBORT": "Montpellier (Hérault)", "LAENGE": "003 E 53", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ-d", "SATURN": "30", "GEBZEIT": "09.00", "JUPITER": "6", "ELECTAGE": "51,8", "ELECTDAT": "25.03.1947", "GEBDATUM": "06.07.1895", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21349	henry-alexandre-francois-xavier-1877-12-06	{"afd5": "475"}	{"muller": "M5-475"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alexandre François Xavier", "family": "Henry", "spouse": [], "official": {"given": "Alexandre François Xavier", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1877-12-06 14:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 6.15, "lat": 47.61667, "name": "Velleminfroy", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Alexandre François Xavier", "family": "Henry", "official": {"given": "Alexandre François Xavier"}}, "birth": {"date": "1877-12-06 14:00", "place": {"c2": "71", "cy": "FR", "lg": 6.15, "lat": 47.61667, "name": "Velleminfroy"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "475"}}, "raw": {"NR": "475", "GNR": "", "JU_": "2", "MA_": "2", "MO_": "2", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "1", "JAHR": "1877", "KORR": "", "MARS": "2", "MODE": "LMT", "MOND": "11", "NAME": "HENRY (ALEXANDRE FRANÇOIS XAVIER).", "AUFAB": "1.20", "PHAS_": "1.400", "SONNE": "14", "VENUS": "7", "BREITE": "47 N 37", "GEBORT": "Velleminfroy (Haute-Saône)", "LAENGE": "006 E 09", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "3", "GEBZEIT": "14.00", "JUPITER": "10", "ELECTAGE": "87,5", "ELECTDAT": "25.05.1965", "GEBDATUM": "06.12.1877", "STBDATUM": "14.01.1970"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2428	herard-hippolyte-1819-10-01	{"a2": "341", "g55": "01-263", "afd5": "476"}	{"g55": "01-263", "lerrcp": "A2-341", "muller": "M5-476"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Hippolyte", "family": "Hérard", "spouse": [], "official": {"given": "Hippolyte", "family": null}}	\N	{"lmt": null, "tzo": "+00:13:08", "date": "1819-10-01 14:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.28328, "lat": 48.19738, "name": "Sens", "geoid": 2975050}, "notime": null, "date-ut": "1819-10-01 13:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hippolyte", "family": "Herard"}, "birth": {"tzo": "+00:13:08", "date": "1819-10-01 14:00", "place": {"c2": "89", "cy": "FR", "lg": 3.28328, "lat": 48.19738, "name": "Sens", "geoid": 2975050}, "date-ut": "1819-10-01 13:45:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-341"}, "ids-in-sources": {"a2": "341"}}, "raw": {"H": "13", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "1", "LAT": "47N48", "LON": "3E35", "MON": "10", "NUM": "341", "PRO": "S", "SEC": "40", "YEA": "1819", "CITY": "SENS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Hérard", "official": {"given": "Hippolyte"}}, "birth": {"date": "1819-10-01 14:00", "place": {"name": "Sens"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "476"}}, "raw": {"NR": "476", "GNR": "SA2341", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1819", "KORR": "", "MARS": "18", "MODE": "LMT", "MOND": "33", "NAME": "HÉRARD (HIPPOLYTE).", "AUFAB": "8.00", "PHAS_": "90.600", "SONNE": "13", "VENUS": "13", "BREITE": "47 N 48", "GEBORT": "Sens (Yonne)", "LAENGE": "003 E 35", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "31", "GEBZEIT": "14.00", "JUPITER": "35", "ELECTAGE": "68,2", "ELECTDAT": "03.12.1887", "GEBDATUM": "01.10.1819", "STBDATUM": "30.11.1913"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-263"}, "ids-in-source": {"g55": "01-263"}}, "raw": {"DAY": "1-10-1819", "HOUR": "14 h.", "NAME": "HERARD Hippolyte", "PLACE": "Sens (Yonne)."}, "date": "2023-08-20T14:47:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21350	hervieux-charles-1877-06-23	{"afd5": "481"}	{"muller": "M5-481"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles", "family": "Hervieux", "spouse": [], "official": {"given": "Charles", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1877-06-23 21:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Ars-sur-Moselle", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Charles", "family": "Hervieux", "official": {"given": "Charles"}}, "birth": {"date": "1877-06-23 21:00", "place": {"c2": "57", "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Ars-sur-Moselle"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "481"}}, "raw": {"NR": "481", "GNR": "", "JU_": "2", "MA_": "0", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1877", "KORR": "", "MARS": "33", "MODE": "LMT", "MOND": "6", "NAME": "HERVIEUX (CHARLES).", "AUFAB": "6.20", "PHAS_": "92.500", "SONNE": "21", "VENUS": "18", "BREITE": "49 N 07", "GEBORT": "Ars-sur-Moselle (Moselle)", "LAENGE": "006 E 11", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "33", "GEBZEIT": "21.00", "JUPITER": "3", "ELECTAGE": "66,1", "ELECTDAT": "06.07.1943", "GEBDATUM": "23.06.1877", "STBDATUM": "13.07.1944"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2431	herrgott-louis-1849-04-22	{"a2": "344", "g55": "01-266", "afd5": "480"}	{"g55": "01-266", "lerrcp": "A2-344", "muller": "M5-480"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Herrgott", "spouse": [], "official": {"given": "Louis Alphonse", "family": null}}	\N	{"lmt": null, "tzo": "+00:27:25", "date": "1849-04-22 07:00", "note": null, "place": {"c1": null, "c2": "90", "c3": null, "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "notime": null, "date-ut": "1849-04-22 06:32:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Herrgott"}, "birth": {"tzo": "+00:27:25", "date": "1849-04-22 07:00", "place": {"c2": "90", "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "date-ut": "1849-04-22 06:32:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-344"}, "ids-in-sources": {"a2": "344"}}, "raw": {"H": "6", "MN": "32", "TZ": "0", "COD": "90", "COU": "F", "DAY": "22", "LAT": "47N38", "LON": "6E52", "MON": "4", "NUM": "344", "PRO": "S", "SEC": "32", "YEA": "1849", "CITY": "BELFORT"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Herrgott", "official": {"given": "Louis Alphonse"}}, "birth": {"date": "1849-04-22 07:00", "place": {"name": "Belfort"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "480"}}, "raw": {"NR": "480", "GNR": "SA2344", "JU_": "1", "MA_": "1", "MO_": "2", "SA_": "1", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1849", "KORR": "", "MARS": "6", "MODE": "LMT", "MOND": "3", "NAME": "HERRGOTT (LOUIS ALPHONSE).", "AUFAB": "-4.00", "PHAS_": "1.500", "SONNE": "3", "VENUS": "2", "BREITE": "47 N 38", "GEBORT": "Belfort (Haut-Rhin)", "LAENGE": "006 E 52", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "5", "GEBZEIT": "07.00", "JUPITER": "27", "ELECTAGE": "45,0", "ELECTDAT": "03.04.1894", "GEBDATUM": "22.04.1849", "STBDATUM": "20.09.1927"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-266"}, "ids-in-source": {"g55": "01-266"}}, "raw": {"DAY": "22-4-1849", "HOUR": "7 h.", "NAME": "HERRGOTT Louis", "PLACE": "Belfort (Territoire de Belfort)."}, "date": "2023-08-20T14:47:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
3135	hermann-henri-1892-12-19	{"a2": "1049", "g55": "02-268", "afd5": "478"}	{"g55": "02-268", "lerrcp": "A2-1049", "muller": "M5-478"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri", "family": "Hermann", "spouse": [], "official": {"given": "Henri Xavier", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1892-12-19 20:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.49383, "lat": 48.59273, "name": "Lunéville", "geoid": 2997110}, "notime": null, "date-ut": "1892-12-19 19:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Hermann"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.49383, "lat": 48.59273, "name": "Lunéville", "geoid": 2997110}, "date-ut": "1892-12-19 19:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1049"}, "ids-in-sources": {"a2": "1049"}}, "raw": {"H": "19", "MN": "50", "TZ": "0", "COD": "54", "COU": "F", "DAY": "19", "LAT": "48N42", "LON": "6E12", "MON": "12", "NUM": "1049", "PRO": "S", "SEC": "40", "YEA": "1892", "CITY": "LUNEVILLE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Hermann", "official": {"given": "Henri Xavier"}}, "birth": {"date": "1892-12-19 20:00", "place": {"name": "Lunéville"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "478"}}, "raw": {"NR": "478", "GNR": "SA2104", "JU_": "2", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1892", "KORR": "-0.16", "MARS": "13", "MODE": "", "MOND": "23", "NAME": "HERMANN (HENRI XAVIER).", "AUFAB": "-1.50", "PHAS_": "0.200", "SONNE": "23", "VENUS": "26", "BREITE": "48 N 42", "GEBORT": "Lunéville (Meurthe-et-Moselle)", "LAENGE": "006 E 12", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "30", "GEBZEIT": "20.00", "JUPITER": "11", "ELECTAGE": "50,9", "ELECTDAT": "16.11.1943", "GEBDATUM": "19.12.1892", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "02-268"}, "ids-in-source": {"g55": "02-268"}}, "raw": {"DAY": "19-12-1892", "HOUR": "20 h.", "NAME": "HEMANN ‘Henri", "PLACE": "Lunéville (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:48:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3137	heuyer-georges-1884-01-30	{"a2": "1051", "afd5": "484"}	{"lerrcp": "A2-1051", "muller": "M5-484"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Georges", "family": "Heuyer", "spouse": [], "official": {"given": "Georges Jean-Baptiste", "family": null}}	\N	{"lmt": null, "tzo": "+00:05:32", "date": "1884-01-30 20:30", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.38333, "lat": 49.01667, "name": "Pacy-sur-Eure", "geoid": 2988848}, "notime": null, "date-ut": "1884-01-30 20:25:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Heuyer"}, "birth": {"tzo": "+00:05:32", "date": "1884-01-30 20:30", "place": {"c2": "27", "cy": "FR", "lg": 1.38333, "lat": 49.01667, "name": "Pacy-sur-Eure", "geoid": 2988848}, "date-ut": "1884-01-30 20:25:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1051"}, "ids-in-sources": {"a2": "1051"}}, "raw": {"H": "20", "MN": "25", "TZ": "0", "COD": "27", "COU": "F", "DAY": "30", "LAT": "49N 1", "LON": "1E11", "MON": "7", "NUM": "1051", "PRO": "S", "SEC": "16", "YEA": "1884", "CITY": "PACY-S/EURE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Heuyer", "official": {"given": "Georges Jean-Baptiste"}}, "birth": {"date": "1884-01-30 20:30", "place": {"name": "Pacy-sur-Eure"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "484"}}, "raw": {"NR": "484", "GNR": "SA2105", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "1", "CODE": "2", "JAHR": "1884", "KORR": "", "MARS": "5", "MODE": "LMT", "MOND": "19", "NAME": "HEUYER (GEORGES JEAN-BAPTISTE).", "AUFAB": "3.00", "PHAS_": "3.900", "SONNE": "23", "VENUS": "20", "BREITE": "49 N 01", "GEBORT": "Pacy-sur-Eure (Eure)", "LAENGE": "001 E 11", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ-d", "SATURN": "11", "GEBZEIT": "20.30", "JUPITER": "6", "ELECTAGE": "73,1", "ELECTDAT": "05.02.1957", "GEBDATUM": "30.01.1884", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2434	hillairet-jean-1815-12-14	{"a2": "347", "afd5": "485"}	{"lerrcp": "A2-347", "muller": "M5-485"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Hillairet", "spouse": [], "official": {"given": "Jean-Baptiste", "family": null}}	\N	{"lmt": null, "tzo": "+00:00:37", "date": "1815-12-14 05:00", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": 0.15345, "lat": 45.64997, "name": "Angoulême", "geoid": 3037598}, "notime": null, "date-ut": "1815-12-15 04:59:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Hillairet"}, "birth": {"tzo": "+00:00:37", "date": "1815-12-15 05:00", "place": {"c2": "16", "cy": "FR", "lg": 0.15345, "lat": 45.64997, "name": "Angoulême", "geoid": 3037598}, "date-ut": "1815-12-15 04:59:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-347"}, "ids-in-sources": {"a2": "347"}}, "raw": {"H": "4", "MN": "59", "TZ": "0", "COD": "16", "COU": "F", "DAY": "15", "LAT": "45N39", "LON": "0E10", "MON": "12", "NUM": "347", "PRO": "S", "SEC": "20", "YEA": "1815", "CITY": "ANGOULEME"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Hillairet", "official": {"given": "Jean-Baptiste"}}, "birth": {"date": "1815-12-14 05:00", "place": {"name": "Angoulême"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "485"}}, "raw": {"NR": "485", "GNR": "SA2347", "JU_": "2", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "2", "CODE": "2", "JAHR": "1815", "KORR": "", "MARS": "23", "MODE": "LMT", "MOND": "18", "NAME": "HILLAIRET (JEAN-BAPTISTE).", "AUFAB": "6.40", "PHAS_": "92.400", "SONNE": "33", "VENUS": "3", "BREITE": "45 N 39", "GEBORT": "Angoulême (Charente)", "LAENGE": "000 E 10", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ-d", "SATURN": "30", "GEBZEIT": "05.00", "JUPITER": "3", "ELECTAGE": "59,6", "ELECTDAT": "13.07.1875", "GEBDATUM": "14.12.1815", "STBDATUM": "14.09.1882"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21351	houel-jean-edouard-ernest-1893-12-12	{"afd5": "487"}	{"muller": "M5-487"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean Edouard Ernest", "family": "Houel", "spouse": [], "official": {"given": "Jean Edouard Ernest", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1893-12-12 04:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.43333, "lat": 43.61667, "name": "Toulouse", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Jean Edouard Ernest", "family": "Houel", "official": {"given": "Jean Edouard Ernest"}}, "birth": {"date": "1893-12-12 04:00", "place": {"c2": "31", "cy": "FR", "lg": 1.43333, "lat": 43.61667, "name": "Toulouse"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "487"}}, "raw": {"NR": "487", "GNR": "", "JU_": "0", "MA_": "2", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "1", "CODE": "1", "JAHR": "1893", "KORR": "-0.16", "MARS": "36", "MODE": "", "MOND": "29", "NAME": "HOUEL (JEAN EDOUARD ERNEST).", "AUFAB": "5.40", "PHAS_": "11.900", "SONNE": "32", "VENUS": "28", "BREITE": "43 N 37", "GEBORT": "Toulouse (Haute-Garonne)", "LAENGE": "001 E 26", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "3", "GEBZEIT": "04.00", "JUPITER": "17", "ELECTAGE": "69,6", "ELECTDAT": "18.06.1963", "GEBDATUM": "12.12.1893", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
18643	huber-julien-1885-01-18	{"e1": "1012", "afd5": "488"}	{"lerrcp": "E1-1012", "muller": "M5-488"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Julien", "family": "Huber", "spouse": [], "official": {"given": "Julien Charles Armand", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1885-01-18 18:00", "note": null, "place": {"c1": null, "c2": "80", "c3": "", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1885-01-18 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Julien", "family": "Huder"}, "birth": {"tzo": "+00:09", "date": "1885-01-18 04:00", "place": {"c2": "80", "c3": "", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1885-01-18 03:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1012"}}, "raw": {"H": "04:00", "COD": "80", "DAY": "18", "MON": "01", "NUM": "1012", "PRO": "PH", "YEA": "1885", "CITY": "Amiens", "NAME": "HUDER Julien", "NOTE": "+"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Huber", "official": {"given": "Julien Charles Armand"}}, "birth": {"date": "1885-01-18 18:00", "place": {"name": "Amiens"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "488"}}, "raw": {"NR": "488", "GNR": "ND1101", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "2", "JAHR": "1885", "KORR": "", "MARS": "20", "MODE": "LMT", "MOND": "17", "NAME": "HUBER (JULIEN CHARLES ARMAND).", "AUFAB": "2.20", "PHAS_": "2.700", "SONNE": "20", "VENUS": "23", "BREITE": "49 N 54", "GEBORT": "Amiens (Somme)", "LAENGE": "002 E 18", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "6", "GEBZEIT": "18.00", "JUPITER": "34", "ELECTAGE": "67,1", "ELECTDAT": "22.01.1952", "GEBDATUM": "18.01.1885", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
21352	hubert-theophile-pierre-1800-10-18	{"afd5": "489"}	{"muller": "M5-489"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Théophile Pierre", "family": "Hubert", "spouse": [], "official": {"given": "Théophile Pierre", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1800-10-18 23:00", "note": null, "place": {"c1": null, "c2": "53", "c3": null, "cy": "FR", "lg": 0.75, "lat": 48.06667, "name": "Laval", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Théophile Pierre", "family": "Hubert", "official": {"given": "Théophile Pierre"}}, "birth": {"date": "1800-10-18 23:00", "place": {"c2": "53", "cy": "FR", "lg": 0.75, "lat": 48.06667, "name": "Laval"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "489"}}, "raw": {"NR": "489", "GNR": "", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "1", "JAHR": "1800", "KORR": "", "MARS": "6", "MODE": "LMT", "MOND": "26", "NAME": "HUBERT (THÉOPHILE PIERRE).", "AUFAB": "-2.30", "PHAS_": "0.200", "SONNE": "26", "VENUS": "25", "BREITE": "48 N 04", "GEBORT": "Laval (Mayenne)", "LAENGE": "000 W 45", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "33", "GEBZEIT": "23.00", "JUPITER": "1", "ELECTAGE": "24,7", "ELECTDAT": "05.07.1825", "GEBDATUM": "18.10.1800", "STBDATUM": "22.12.1877"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2438	huguier-pierre-1804-09-18	{"a2": "351", "g55": "01-272", "afd5": "492"}	{"g55": "01-272", "lerrcp": "A2-351", "muller": "M5-492"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre", "family": "Huguier", "spouse": [], "official": {"given": "Pierre Charles", "family": null}}	\N	{"lmt": null, "tzo": "+00:14:54", "date": "1804-09-18 21:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 3.72339, "lat": 48.72047, "name": "Sézanne", "geoid": 2974640}, "notime": null, "date-ut": "1804-09-04 20:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Huguier"}, "birth": {"tzo": "+00:14:54", "date": "1804-09-04 21:00", "place": {"c2": "51", "cy": "FR", "lg": 3.72339, "lat": 48.72047, "name": "Sézanne", "geoid": 2974640}, "date-ut": "1804-09-04 20:42:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-351"}, "ids-in-sources": {"a2": "351"}}, "raw": {"H": "20", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "4", "LAT": "48N57", "LON": "4E22", "MON": "9", "NUM": "351", "PRO": "S", "SEC": "32", "YEA": "1804", "CITY": "SEZANNE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Huguier", "official": {"given": "Pierre Charles"}}, "birth": {"date": "1804-09-18 21:00", "place": {"name": "Sézanne"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "492"}}, "raw": {"NR": "492", "GNR": "SA2351", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "0", "VE_": "1", "CODE": "2", "JAHR": "1804", "KORR": "", "MARS": "31", "MODE": "LMT", "MOND": "6", "NAME": "HUGUIER (PIERRE CHARLES).", "AUFAB": "5.10", "PHAS_": "96.500", "SONNE": "23", "VENUS": "27", "BREITE": "48 N 57", "GEBORT": "Sézanne (Marne)", "LAENGE": "004 E 22", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "22", "GEBZEIT": "21.00", "JUPITER": "21", "ELECTAGE": "43,5", "ELECTDAT": "21.03.1848", "GEBDATUM": "18.09.1804", "STBDATUM": "12.01.1873"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-272"}, "ids-in-source": {"g55": "01-272"}}, "raw": {"DAY": "4-9-1804", "HOUR": "21 h.", "NAME": "HUGUIER Pierre", "PLACE": "Sézanne (Marne)."}, "date": "2023-08-20T14:47:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
18658	huriez-claude-1907-12-12	{"e1": "1027", "afd5": "493"}	{"lerrcp": "E1-1027", "muller": "M5-493"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Claude", "family": "Huriez", "spouse": [], "official": {"given": "Claude Félix André", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1907-12-12 13:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "notime": null, "date-ut": "1907-12-12 12:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Huriez"}, "birth": {"tzo": "+00:09", "date": "1907-12-12 12:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "date-ut": "1907-12-12 12:21"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1027"}}, "raw": {"H": "12:30", "COD": "59", "DAY": "12", "MON": "12", "NUM": "1027", "PRO": "PH", "YEA": "1907", "CITY": "Tourcoing", "NAME": "HURIEZ Claude", "NOTE": "+"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Huriez", "official": {"given": "Claude Félix André"}}, "birth": {"date": "1907-12-12 13:30", "place": {"name": "Tourcoing"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "493"}}, "raw": {"NR": "493", "GNR": "ND1102", "JU_": "0", "MA_": "2", "MO_": "2", "SA_": "2", "SO_": "1", "VE_": "2", "CODE": "2", "JAHR": "1907", "KORR": "-0.16", "MARS": "3", "MODE": "", "MOND": "1", "NAME": "HURIEZ (CLAUDE FÉLIX ANDRÉ).", "AUFAB": "11.20", "PHAS_": "49.100", "SONNE": "13", "VENUS": "10", "BREITE": "50 N 39", "GEBORT": "Tourcoing", "LAENGE": "003 E 05", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ-d", "SATURN": "2", "GEBZEIT": "13.30", "JUPITER": "23", "ELECTAGE": "51,2", "ELECTDAT": "17.02.1959", "GEBDATUM": "12.12.1907", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
18675	jacotot-henri-1896-05-29	{"e1": "1044", "afd5": "497"}	{"lerrcp": "E1-1044", "muller": "M5-497"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri", "family": "Jacotot", "spouse": [], "official": {"given": "Henri Louis", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1896-05-29 02:00", "note": null, "place": {"c1": null, "c2": "21", "c3": "", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1896-05-29 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Jacotot"}, "birth": {"tzo": "+00:09", "date": "1896-05-29 02:00", "place": {"c2": "21", "c3": "", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1896-05-29 01:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1044"}}, "raw": {"H": "02:00", "COD": "21", "DAY": "29", "MON": "05", "NUM": "1044", "PRO": "PH", "YEA": "1896", "CITY": "Dijon", "NAME": "JACOTOT Henri", "NOTE": "+"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Jacotot", "official": {"given": "Henri Louis"}}, "birth": {"date": "1896-05-29 02:00", "place": {"name": "Dijon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "497"}}, "raw": {"NR": "497", "GNR": "ND1104", "JU_": "0", "MA_": "2", "MO_": "2", "SA_": "0", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1896", "KORR": "-0.16", "MARS": "1", "MODE": "", "MOND": "10", "NAME": "JACOTOT (HENRI LOUIS).", "AUFAB": "-4.00", "PHAS_": "94.300", "SONNE": "32", "VENUS": "33", "BREITE": "47 N 19", "GEBORT": "Dijon (Côte-d'Or)", "LAENGE": "005 E 02", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "16", "GEBZEIT": "02.00", "JUPITER": "24", "ELECTAGE": "65,5", "ELECTDAT": "14.11.1961", "GEBDATUM": "29.05.1896", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
802	darrigade-andre-1929-04-24	{"a1": "802", "3a_sports": "1220", "cfepp-final3": "293"}	{"cfepp": "CF-293", "cpara": "CP-141", "ertel": "ES-1220", "lerrcp": "A1-802"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Darrigade", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1929-04-24 10:00", "note": null, "place": {"c1": null, "c2": "40", "c3": "", "cy": "FR", "lg": -0.5, "lat": 43.9, "name": "Narosse", "geoid": 0}, "notime": null, "date-ut": "1929-04-24 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "André", "family": "Darrigade"}, "birth": {"tzo": "+01:00", "date": "1929-04-24 10:00", "place": {"c2": "40", "cy": "FR", "lg": -0.5, "lat": 43.9, "name": "Narosse", "geoid": 0}, "date-ut": "1929-04-24 09:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-802"}, "ids-in-sources": {"a1": "802"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "40", "COU": "F", "DAY": "24", "LAT": "43N54", "LON": "0W30", "MON": "4", "NUM": "802", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "NAROSSE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-04-24 10:00"}, "partial-ids": {"ertel": "ES-1220"}}, "raw": {"L": "", "MF": "", "NR": "1220", "ENG": "", "MA_": "1", "G_NR": "802", "MA12": "12", "MARS": "35", "NAME": "Darrigade", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,900", "CSINR": "", "KURTZ": "", "PHAS_": "100,00", "STUND": "10,00", "CFEPNR": "293", "EXTEND": "", "NATION": "FRA", "TAGMON": "24.04.", "ZITATE": "DHSFO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "141", "VORNAME": "André", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "24.04.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:05+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1929-04-24 10:00", "place": {"c3": ""}, "date-ut": "1929-04-24 09:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "293"}}, "raw": {"S": "12", "LT": "10 00", "LV": "M", "TR": "f", "UT": "09 00", "LAT": "+43.70", "SRC": "L", "LONG": "+01.01", "NAME": "DARRIGADE Andre", "SPORT": "Cycling", "LOC_DATE": "1929 04 24", "UNIV_DATE": "1929 04 24", "BIRTH_PLACE": "NARROSSE", "POSTAL_CODE": "40180"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
2442	jacoulet-claude-1850-04-30	{"a2": "355", "g55": "01-276", "afd5": "498"}	{"g55": "01-276", "lerrcp": "A2-355", "muller": "M5-498"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Claude", "family": "Jacoulet", "spouse": [], "official": {"given": "Jules Claude Joseph", "family": null}}	\N	{"lmt": null, "tzo": "+00:24:28", "date": "1850-04-30 03:00", "note": null, "place": {"c1": null, "c2": "74", "c3": null, "cy": "FR", "lg": 6.11667, "lat": 45.9, "name": "lany", "geoid": 0}, "notime": null, "date-ut": "1850-04-30 02:35:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Jacoulet"}, "birth": {"tzo": "+00:24:28", "date": "1850-04-30 03:00", "place": {"c2": "74", "cy": "FR", "lg": 6.11667, "lat": 45.9, "name": "Igny", "geoid": 0}, "date-ut": "1850-04-30 02:35:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-355"}, "ids-in-sources": {"a2": "355"}}, "raw": {"H": "2", "MN": "35", "TZ": "0", "COD": "74", "COU": "F", "DAY": "30", "LAT": "45N54", "LON": "6E 7", "MON": "4", "NUM": "355", "PRO": "S", "SEC": "32", "YEA": "1850", "CITY": "IGNY"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Jacoulet", "official": {"given": "Jules Claude Joseph"}}, "birth": {"date": "1850-04-30 03:00", "place": {"name": "Igny"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "498"}}, "raw": {"NR": "498", "GNR": "SA2355", "JU_": "1", "MA_": "0", "MO_": "2", "SA_": "1", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1850", "KORR": "", "MARS": "23", "MODE": "LMT", "MOND": "10", "NAME": "JACOULET (JULES CLAUDE JOSEPH).", "AUFAB": "-5.70", "PHAS_": "87.500", "SONNE": "33", "VENUS": "32", "BREITE": "45 N 54", "GEBORT": "Igny (Haute-Saône)", "LAENGE": "006 E 07", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "35", "GEBZEIT": "03.00", "JUPITER": "18", "ELECTAGE": "61,0", "ELECTDAT": "04.04.1911", "GEBDATUM": "30.04.1850", "STBDATUM": "17.12.1932"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "lany"}}, "partial-ids": {"g55": "01-276"}, "ids-in-source": {"g55": "01-276"}}, "raw": {"DAY": "30-4-1850", "HOUR": "3 h.", "NAME": "JACOULET Claude", "PLACE": "lany (Haute-Savoie)."}, "date": "2023-08-20T14:47:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21353	janbon-marcel-marie-joseph-1898-11-24	{"afd5": "502"}	{"muller": "M5-502"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Marcel Marie Joseph", "family": "Janbon", "spouse": [], "official": {"given": "Marcel Marie Joseph", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1898-11-24 10:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.88333, "lat": 43.61667, "name": "Montpellier", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Marcel Marie Joseph", "family": "Janbon", "official": {"given": "Marcel Marie Joseph"}}, "birth": {"date": "1898-11-24 10:00", "place": {"c2": "34", "cy": "FR", "lg": 3.88333, "lat": 43.61667, "name": "Montpellier"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "502"}}, "raw": {"NR": "502", "GNR": "", "JU_": "2", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1898", "KORR": "-0.16", "MARS": "16", "MODE": "", "MOND": "30", "NAME": "JANBON (MARCEL MARIE JOSEPH).", "AUFAB": "8.70", "PHAS_": "82.800", "SONNE": "6", "VENUS": "4", "BREITE": "43 N 37", "GEBORT": "Montpellier (Hérault)", "LAENGE": "003 E 53", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "5", "GEBZEIT": "10.00", "JUPITER": "10", "ELECTAGE": "62,6", "ELECTDAT": "13.06.1961", "GEBDATUM": "24.11.1898", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
18691	jaulmes-paul-1904-02-03	{"e1": "1060", "afd5": "504"}	{"lerrcp": "E1-1060", "muller": "M5-504"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul", "family": "Jaulmes", "spouse": [], "official": {"given": "Paul René Armand", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-02-03 08:30", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 0.72318, "lat": 43.10813, "name": "Saint-Gaudens", "geoid": 2980045}, "notime": null, "date-ut": "1904-02-03 08:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Jaulmes"}, "birth": {"tzo": "+00:09", "date": "1904-02-03 08:30", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 0.72318, "lat": 43.10813, "name": "Saint-Gaudens", "geoid": 2980045}, "date-ut": "1904-02-03 08:21"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1060"}}, "raw": {"H": "08:30", "COD": "31", "DAY": "03", "MON": "02", "NUM": "1060", "PRO": "PH", "YEA": "1904", "CITY": "St-Gaudens", "NAME": "JAULMES Paul", "NOTE": "+"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Jaulmes", "official": {"given": "Paul René Armand"}}, "birth": {"date": "1904-02-03 08:30", "place": {"name": "Saint-Gaudens"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "504"}}, "raw": {"NR": "504", "GNR": "ND1106", "JU_": "2", "MA_": "2", "MO_": "1", "SA_": "2", "SO_": "2", "VE_": "0", "CODE": "3", "JAHR": "1904", "KORR": "-0.16", "MARS": "36", "MODE": "", "MOND": "19", "NAME": "JAULMES (PAUL RENÉ ARMAND).", "AUFAB": "-2.50", "PHAS_": "97.300", "SONNE": "2", "VENUS": "7", "BREITE": "43 N 37", "GEBORT": "Saint-Gaudens (Haute-Garonne)", "LAENGE": "001 E 26", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "3", "GEBZEIT": "08.30", "JUPITER": "36", "ELECTAGE": "53,1", "ELECTDAT": "12.02.1957", "GEBDATUM": "03.02.1904", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
2446	javal-louis-1839-05-05	{"a2": "359", "afd5": "505"}	{"lerrcp": "A2-359", "muller": "M5-505"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Javal", "spouse": [], "official": {"given": "Louis Emile", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1839-05-05 12:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1839-05-05 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Javal"}, "birth": {"tzo": "+00:09:24", "date": "1839-05-05 12:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1839-05-05 11:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-359"}, "ids-in-sources": {"a2": "359"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "5", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "359", "PRO": "S", "SEC": "40", "YEA": "1839", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Javal", "official": {"given": "Louis Emile"}}, "birth": {"date": "1839-05-05 12:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "505"}}, "raw": {"NR": "505", "GNR": "SA2359", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "1", "SO_": "2", "VE_": "0", "CODE": "4", "JAHR": "1839", "KORR": "", "MARS": "34", "MODE": "LMT", "MOND": "22", "NAME": "JAVAL (LOUIS EMILE).", "AUFAB": "-9.20", "PHAS_": "67.200", "SONNE": "10", "VENUS": "7", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "26", "GEBZEIT": "12.00", "JUPITER": "31", "ELECTAGE": "46,3", "ELECTDAT": "28.07.1885", "GEBDATUM": "05.05.1839", "STBDATUM": "20.01.1907"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2447	jeanbrau-emile-1873-10-01	{"a2": "360", "afd5": "507"}	{"lerrcp": "A2-360", "muller": "M5-507"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Emile", "family": "Jeanbrau", "spouse": [], "official": {"given": "Emile Alexis", "family": null}}	\N	{"lmt": null, "tzo": "+00:16:19", "date": "1873-10-01 23:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.08082, "lat": 44.12489, "name": "Alais", "geoid": 3038224}, "notime": null, "date-ut": "1873-10-01 22:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Jeambrau"}, "birth": {"tzo": "+00:16:19", "date": "1873-10-01 23:00", "place": {"c2": "30", "cy": "FR", "lg": 4.08082, "lat": 44.12489, "name": "Alès", "geoid": 3038224}, "date-ut": "1873-10-01 22:42:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-360"}, "ids-in-sources": {"a2": "360"}}, "raw": {"H": "22", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "1", "LAT": "43N51", "LON": "4E21", "MON": "10", "NUM": "360", "PRO": "S", "SEC": "36", "YEA": "1873", "CITY": "ALES"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Jeanbrau", "official": {"given": "Emile Alexis"}}, "birth": {"date": "1873-10-01 23:00", "place": {"name": "Alais"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "507"}}, "raw": {"NR": "507", "GNR": "SA2360", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1873", "KORR": "", "MARS": "21", "MODE": "LMT", "MOND": "15", "NAME": "JEANBRAU (EMILE ALEXIS).", "AUFAB": "11.00", "PHAS_": "65.200", "SONNE": "26", "VENUS": "30", "BREITE": "43 N 51", "GEBORT": "Alais (Gard)", "LAENGE": "004 E 21", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "17", "GEBZEIT": "23.00", "JUPITER": "28", "ELECTAGE": "52,2", "ELECTDAT": "24.11.1925", "GEBDATUM": "01.10.1873", "STBDATUM": "14.05.1950"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2452	jolly-justin-1870-08-06	{"a2": "365", "g55": "01-284", "afd5": "512"}	{"g55": "01-284", "lerrcp": "A2-365", "muller": "M5-512"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Justin", "family": "Jolly", "spouse": [], "official": {"given": "Justin Marie Jules", "family": null}}	\N	{"lmt": null, "tzo": "+00:10:37", "date": "1870-08-06 13:30", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.65356, "lat": 48.5457, "name": "Melun", "geoid": 2994651}, "notime": null, "date-ut": "1870-08-06 13:19:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Justin", "family": "Jolly"}, "birth": {"tzo": "+00:10:37", "date": "1870-08-06 13:30", "place": {"c2": "77", "cy": "FR", "lg": 2.65356, "lat": 48.5457, "name": "Melun", "geoid": 2994651}, "date-ut": "1870-08-06 13:19:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-365"}, "ids-in-sources": {"a2": "365"}}, "raw": {"H": "13", "MN": "19", "TZ": "0", "COD": "77", "COU": "F", "DAY": "6", "LAT": "48N33", "LON": "2E40", "MON": "8", "NUM": "365", "PRO": "S", "SEC": "20", "YEA": "1870", "CITY": "MELUN"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Jolly", "official": {"given": "Justin Marie Jules"}}, "birth": {"date": "1870-08-06 13:30", "place": {"name": "Melun"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "512"}}, "raw": {"NR": "512", "GNR": "SA2365", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "2", "VE_": "1", "CODE": "3", "JAHR": "1870", "KORR": "", "MARS": "14", "MODE": "LMT", "MOND": "34", "NAME": "JOLLY (JUSTIN MARIE JULES).", "AUFAB": "11.00", "PHAS_": "68.400", "SONNE": "11", "VENUS": "14", "BREITE": "48 N 33", "GEBORT": "Melun (Seine-et-Marne)", "LAENGE": "002 E 40", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "33", "GEBZEIT": "13.30", "JUPITER": "16", "ELECTAGE": "57,6", "ELECTDAT": "14.02.1928", "GEBDATUM": "06.08.1870", "STBDATUM": "01.02.1953"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-284"}, "ids-in-source": {"g55": "01-284"}}, "raw": {"DAY": "6-8-1870", "HOUR": "13 h. 30", "NAME": "JOLLY Justin", "PLACE": "Melun (Seine-et-Marne)."}, "date": "2023-08-20T14:47:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
3150	joyeux-charles-1881-09-11	{"a2": "1064", "g55": "02-279", "afd5": "515"}	{"g55": "02-279", "lerrcp": "A2-1064", "muller": "M5-515"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles", "family": "Joyeux", "spouse": [], "official": {"given": "Charles", "family": null}}	\N	{"lmt": null, "tzo": "+00:22:40", "date": "1881-09-11 07:00", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.66759, "lat": 48.53863, "name": "Maxey-sur-Vaise", "geoid": 2994949}, "notime": null, "date-ut": "1881-09-11 06:39:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Joyeux"}, "birth": {"tzo": "+00:22:40", "date": "1881-09-11 07:02", "place": {"c2": "55", "cy": "FR", "lg": 5.66759, "lat": 48.53863, "name": "Maxey-sur-Vaise", "geoid": 2994949}, "date-ut": "1881-09-11 06:39:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1064"}, "ids-in-sources": {"a2": "1064"}}, "raw": {"H": "6", "MN": "39", "TZ": "0", "COD": "55", "COU": "F", "DAY": "11", "LAT": "48N46", "LON": "5E10", "MON": "9", "NUM": "1064", "PRO": "S", "SEC": "20", "YEA": "1881", "CITY": "MAXEY-S/VAISE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Joyeux", "official": {"given": "Charles"}}, "birth": {"date": "1881-09-11 07:00", "place": {"name": "Maxey-sur-Vaise"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "515"}}, "raw": {"NR": "515", "GNR": "SA2106", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "1", "SO_": "2", "VE_": "1", "CODE": "3", "JAHR": "1881", "KORR": "", "MARS": "10", "MODE": "LMT", "MOND": "15", "NAME": "JOYEUX (CHARLES).", "AUFAB": "-5.90", "PHAS_": "89.400", "SONNE": "2", "VENUS": "6", "BREITE": "48 N 46", "GEBORT": "Maxey-sur-Vaise (Meuse)", "LAENGE": "005 E 10", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "14", "GEBZEIT": "07.00", "JUPITER": "13", "ELECTAGE": "67,5", "ELECTDAT": "15.02.1949", "GEBDATUM": "11.09.1881", "STBDATUM": "25.03.1966"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "02-279"}, "ids-in-source": {"g55": "02-279"}}, "raw": {"DAY": "11-9-1881", "HOUR": "7 h.", "NAME": "JOYEUX Charles", "PLACE": "Maxey-sur-Vaise (Meuse)."}, "date": "2023-08-20T14:48:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
21354	jung-louis-philippe-1888-02-24	{"afd5": "516"}	{"muller": "M5-516"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis Philippe", "family": "Jung", "spouse": [], "official": {"given": "Louis Philippe", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1888-02-24 04:00", "note": null, "place": {"c1": null, "c2": "18", "c3": null, "cy": "FR", "lg": 2.38333, "lat": 47.08333, "name": "Sancoins", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Louis Philippe", "family": "Jung", "official": {"given": "Louis Philippe"}}, "birth": {"date": "1888-02-24 04:00", "place": {"c2": "18", "cy": "FR", "lg": 2.38333, "lat": 47.08333, "name": "Sancoins"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "516"}}, "raw": {"NR": "516", "GNR": "", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "0", "SO_": "0", "VE_": "1", "CODE": "1", "JAHR": "1888", "KORR": "", "MARS": "10", "MODE": "LMT", "MOND": "17", "NAME": "JUNG (LOUIS PHILIPPE).", "AUFAB": "8.10", "PHAS_": "85.400", "SONNE": "33", "VENUS": "35", "BREITE": "47 N 05", "GEBORT": "Sancoins (Cher)", "LAENGE": "002 E 23", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "17", "GEBZEIT": "04.00", "JUPITER": "5", "ELECTAGE": "63,7", "ELECTDAT": "06.11.1951", "GEBDATUM": "24.02.1888", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2456	jungfleisch-emile-1839-12-21	{"a2": "369", "afd5": "517"}	{"lerrcp": "A2-369", "muller": "M5-517"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Emile", "family": "Jungfleisch", "spouse": [], "official": {"given": "Emile Clément", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1839-12-21 15:40", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1839-12-21 15:30:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Jungfleisch"}, "birth": {"tzo": "+00:09:24", "date": "1839-12-21 15:40", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1839-12-21 15:30:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-369"}, "ids-in-sources": {"a2": "369"}}, "raw": {"H": "15", "MN": "30", "TZ": "0", "COD": "75", "COU": "F", "DAY": "21", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "369", "PRO": "S", "SEC": "40", "YEA": "1839", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Jungfleisch", "official": {"given": "Emile Clément"}}, "birth": {"date": "1839-12-21 15:40", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "517"}}, "raw": {"NR": "517", "GNR": "SA2369", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "4", "JAHR": "1839", "KORR": "", "MARS": "13", "MODE": "LMT", "MOND": "34", "NAME": "JUNGFLEISCH (EMILE CLÉMENT).", "AUFAB": "0.10", "PHAS_": "99.500", "SONNE": "18", "VENUS": "21", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "19", "GEBZEIT": "15.40", "JUPITER": "21", "ELECTAGE": "40,1", "ELECTDAT": "03.02.1880", "GEBDATUM": "21.12.1839", "STBDATUM": "24.04.1916"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21355	kayser-charles-1899-07-21	{"afd5": "519"}	{"muller": "M5-519"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles", "family": "Kayser", "spouse": [], "official": {"given": "Charles", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1899-07-21 07:30", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "Colmar", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Charles", "family": "Kayser", "official": {"given": "Charles"}}, "birth": {"date": "1899-07-21 07:30", "place": {"c2": "68", "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "Colmar"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "519"}}, "raw": {"NR": "519", "GNR": "", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "0", "SO_": "2", "VE_": "1", "CODE": "1", "JAHR": "1899", "KORR": "-1.00", "MARS": "33", "MODE": "", "MOND": "24", "NAME": "KAYSER (CHARLES).", "AUFAB": "6.50", "PHAS_": "94.700", "SONNE": "3", "VENUS": "5", "BREITE": "48 N 05", "GEBORT": "Colmar (Alsace-Lorraine) [Haut-Rhi", "LAENGE": "007 E 21", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "25", "GEBZEIT": "07.30", "JUPITER": "29", "ELECTAGE": "64,6", "ELECTDAT": "18.02.1964", "GEBDATUM": "21.07.1899", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
18743	kourilsky-raoul-1899-07-19	{"e1": "1113", "afd5": "523"}	{"lerrcp": "E1-1113", "muller": "M5-523"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Raoul", "family": "Kourilsky", "spouse": [], "official": {"given": "Raoul Georges", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-07-19 17:00", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": 2.86079, "lat": 48.5718, "name": "Bombon", "geoid": 3031855}, "notime": null, "date-ut": "1899-07-19 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Raoul", "family": "Kourilsky"}, "birth": {"tzo": "+00:09", "date": "1899-07-19 17:00", "place": {"c2": "77", "c3": "", "cy": "FR", "lg": 2.86079, "lat": 48.5718, "name": "Bombon", "geoid": 3031855}, "date-ut": "1899-07-19 16:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1113"}}, "raw": {"H": "17:00", "COD": "77", "DAY": "19", "MON": "07", "NUM": "1113", "PRO": "PH", "YEA": "1899", "CITY": "Bombon", "NAME": "KOURILSKY Raoul", "NOTE": "+"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Kourilsky", "official": {"given": "Raoul Georges"}}, "birth": {"date": "1899-07-19 17:00", "place": {"name": "Bombon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "523"}}, "raw": {"NR": "523", "GNR": "ND1111", "JU_": "0", "MA_": "2", "MO_": "2", "SA_": "2", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1899", "KORR": "-0.16", "MARS": "12", "MODE": "", "MOND": "1", "NAME": "KOURILSKY (RAOUL GEORGES).", "AUFAB": "9.40", "PHAS_": "79.900", "SONNE": "15", "VENUS": "16", "BREITE": "48 N 33", "GEBORT": "Bombon (Seine-et-Marne)", "LAENGE": "002 E 40", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "36", "GEBZEIT": "17.00", "JUPITER": "8", "ELECTAGE": "64,4", "ELECTDAT": "26.11.1963", "GEBDATUM": "19.07.1899", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
3155	kuss-georges-1877-03-31	{"a2": "1069", "afd5": "524"}	{"lerrcp": "A2-1069", "muller": "M5-524"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Georges", "family": "Kuss", "spouse": [], "official": {"given": "Georges Edouard", "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1877-03-31 20:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1877-03-31 19:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Kuss"}, "birth": {"tzo": "+00:21:31", "date": "1877-03-31 20:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1877-03-31 19:38:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1069"}, "ids-in-sources": {"a2": "1069"}}, "raw": {"H": "19", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "31", "LAT": "43N18", "LON": "5E22", "MON": "3", "NUM": "1069", "PRO": "S", "SEC": "32", "YEA": "1877", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Kuss", "official": {"given": "Georges Edouard"}}, "birth": {"date": "1877-03-31 20:00", "place": {"name": "Marseille"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "524"}}, "raw": {"NR": "524", "GNR": "SA2106", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1877", "KORR": "", "MARS": "29", "MODE": "LMT", "MOND": "35", "NAME": "KUSS (GEORGES EDOUARD).", "AUFAB": "-3.30", "PHAS_": "95.900", "SONNE": "21", "VENUS": "22", "BREITE": "43 N 18", "GEBORT": "Marseille (Bouches-du-Rhône)", "LAENGE": "005 E 22", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "24", "GEBZEIT": "20.00", "JUPITER": "30", "ELECTAGE": "80,7", "ELECTDAT": "26.11.1957", "GEBDATUM": "31.03.1877", "STBDATUM": "05.01.1967"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2461	labbe-leon-1832-09-29	{"a2": "374", "afd5": "527"}	{"lerrcp": "A2-374", "muller": "M5-527"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Léon", "family": "Labbé", "spouse": [], "official": {"given": "Léon", "family": null}}	\N	{"lmt": null, "tzo": "+00:00:20", "date": "1832-09-29 04:00", "note": null, "place": {"c1": null, "c2": "61", "c3": null, "cy": "FR", "lg": 0.08333, "lat": 48.43333, "name": "le Merlerault", "geoid": 0}, "notime": null, "date-ut": "1832-09-29 03:59:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Labbe"}, "birth": {"tzo": "+00:00:20", "date": "1832-09-29 04:00", "place": {"c2": "61", "cy": "FR", "lg": 0.08333, "lat": 48.43333, "name": "Merlerault", "geoid": 0}, "date-ut": "1832-09-29 03:59:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-374"}, "ids-in-sources": {"a2": "374"}}, "raw": {"H": "3", "MN": "59", "TZ": "0", "COD": "61", "COU": "F", "DAY": "29", "LAT": "48N26", "LON": "0E 5", "MON": "9", "NUM": "374", "PRO": "S", "SEC": "40", "YEA": "1832", "CITY": "MERLERAULT"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Labbé", "official": {"given": "Léon"}}, "birth": {"date": "1832-09-29 04:00", "place": {"name": "le Merlerault"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "527"}}, "raw": {"NR": "527", "GNR": "SA2374", "JU_": "0", "MA_": "2", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1832", "KORR": "", "MARS": "10", "MODE": "LMT", "MOND": "28", "NAME": "LABBÉ (LÉON).", "AUFAB": "8.10", "PHAS_": "24.100", "SONNE": "34", "VENUS": "32", "BREITE": "48 N 26", "GEBORT": "le Merlerault (Orne)", "LAENGE": "000 E 05", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "36", "GEBZEIT": "04.00", "JUPITER": "17", "ELECTAGE": "47,5", "ELECTDAT": "16.03.1880", "GEBDATUM": "29.09.1832", "STBDATUM": "21.03.1916"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21356	lacaze-duthiers-felix-joseph-henri-1821-05-21	{"afd5": "533"}	{"muller": "M5-533"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "de", "alter": [], "given": "Félix Joseph Henri", "family": "Lacaze-duthiers", "spouse": [], "official": {"given": "Félix Joseph Henri", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1821-05-21 06:00", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.63333, "lat": 44.2, "name": "Montpezat", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "de", "given": "Félix Joseph Henri", "family": "Lacaze-duthiers", "official": {"given": "Félix Joseph Henri"}}, "birth": {"date": "1821-05-21 06:00", "place": {"c2": "47", "cy": "FR", "lg": 0.63333, "lat": 44.2, "name": "Montpezat"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "533"}}, "raw": {"NR": "533", "GNR": "", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "2", "VE_": "2", "CODE": "1", "JAHR": "1821", "KORR": "", "MARS": "4", "MODE": "LMT", "MOND": "15", "NAME": "LACAZE-DUTHIERS (FÉLIX JOSEPH HENRI DE).", "AUFAB": "-6.40", "PHAS_": "85.600", "SONNE": "2", "VENUS": "2", "BREITE": "44 N 12", "GEBORT": "Montpezat (Lot-et-Garonne)", "LAENGE": "000 E 38", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "4", "GEBZEIT": "06.00", "JUPITER": "5", "ELECTAGE": "65,0", "ELECTDAT": "18.05.1886", "GEBDATUM": "21.05.1821", "STBDATUM": "21.07.1901"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
1726	chastanier-maurice-1931-06-27	{"a1": "1727", "3a_sports": "972", "cfepp-final3": "622"}	{"cfepp": "CF-622", "cpara": "CP-109", "ertel": "ES-972", "lerrcp": "A1-1727"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Chastanier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1931-06-27 13:00", "note": null, "place": {"c1": null, "c2": "91", "c3": "", "cy": "FR", "lg": 2.39147, "lat": 48.70522, "name": "Athis-Mons", "geoid": 3036460}, "notime": null, "date-ut": "1931-06-27 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["handball-player"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Chastanier"}, "birth": {"tzo": "+01:00", "date": "1931-06-27 13:00", "place": {"c2": "91", "cy": "FR", "lg": 2.39147, "lat": 48.70522, "name": "Athis-Mons", "geoid": 3036460}, "date-ut": "1931-06-27 12:00"}, "occus": ["handball-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1727"}, "ids-in-sources": {"a1": "1727"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "91", "COU": "F", "DAY": "27", "LAT": "48N36", "LON": "2E20", "MON": "6", "NUM": "1727", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "ATHIS-MONS"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-06-27 13:00"}, "partial-ids": {"ertel": "ES-972"}}, "raw": {"L": "", "MF": "", "NR": "972", "ENG": "", "MA_": "1", "G_NR": "1727", "MA12": "2", "MARS": "4", "NAME": "Chastanier", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,800", "CSINR": "", "KURTZ": "", "PHAS_": "89,300", "STUND": "13,00", "CFEPNR": "622", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "109", "VORNAME": "Maurice", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "27.06.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "HAND", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1931-06-27 13:00", "place": {"c3": ""}, "date-ut": "1931-06-27 12:00"}, "occus": ["handball-player"], "ids-in-sources": {"cfepp-final3": "622"}}, "raw": {"S": "2", "LT": "13 00", "LV": "I60", "TR": "f", "UT": "12 00", "LAT": "+48.71", "SRC": "L", "LONG": "-02.39", "NAME": "CHASTANIER Maurice", "SPORT": "Handball", "LOC_DATE": "1931 06 27", "UNIV_DATE": "1931 06 27", "BIRTH_PLACE": "ATHIS MONS", "POSTAL_CODE": "91205 CEDEX"}, "date": "2023-08-20T14:46:08+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
2466	lacassagne-jean-1843-08-17	{"a2": "379", "g55": "01-295", "afd5": "532"}	{"g55": "01-295", "lerrcp": "A2-379", "muller": "M5-532"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Lacassagne", "spouse": [], "official": {"given": "Jean Alexandre Eugène", "family": null}}	\N	{"lmt": null, "tzo": "+00:05:45", "date": "1843-08-17 10:00", "note": null, "place": {"c1": null, "c2": "46", "c3": null, "cy": "FR", "lg": 1.43663, "lat": 44.4491, "name": "Cahors", "geoid": 3029213}, "notime": null, "date-ut": "1843-08-17 09:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lacassagne"}, "birth": {"tzo": "+00:05:45", "date": "1843-08-17 10:00", "place": {"c2": "46", "cy": "FR", "lg": 1.43663, "lat": 44.4491, "name": "Cahors", "geoid": 3029213}, "date-ut": "1843-08-17 09:54:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-379"}, "ids-in-sources": {"a2": "379"}}, "raw": {"H": "9", "MN": "54", "TZ": "0", "COD": "46", "COU": "F", "DAY": "17", "LAT": "44N27", "LON": "1E26", "MON": "8", "NUM": "379", "PRO": "S", "SEC": "16", "YEA": "1843", "CITY": "CAHORS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lacassagne", "official": {"given": "Jean Alexandre Eugène"}}, "birth": {"date": "1843-08-17 10:00", "place": {"name": "Cahors"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "532"}}, "raw": {"NR": "532", "GNR": "SA2379", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1843", "KORR": "", "MARS": "31", "MODE": "LMT", "MOND": "16", "NAME": "LACASSAGNE (JEAN ALEXANDRE EUGENE).", "AUFAB": "-8.90", "PHAS_": "62.300", "SONNE": "7", "VENUS": "8", "BREITE": "44 N 27", "GEBORT": "Cahors (Lot)", "LAENGE": "001 E 26", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "28", "GEBZEIT": "10.00", "JUPITER": "25", "ELECTAGE": "46,8", "ELECTDAT": "20.05.1890", "GEBDATUM": "17.08.1843", "STBDATUM": "24.09.1924"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-295"}, "ids-in-source": {"g55": "01-295"}}, "raw": {"DAY": "17-8-1843", "HOUR": "10 h.", "NAME": "\\fLACASSAGNE Jean", "PLACE": "Cahors (Lot)."}, "date": "2023-08-20T14:47:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
3156	lacomme-maurice-1897-09-14	{"a2": "1070", "g55": "02-283", "afd5": "534"}	{"g55": "02-283", "lerrcp": "A2-1070", "muller": "M5-534"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Maurice", "family": "Lacomme", "spouse": [], "official": {"given": "Maurice Ludovic", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1897-09-14 04:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Bar-le-Régulier", "geoid": 0}, "notime": null, "date-ut": "1897-09-14 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Lacomme"}, "birth": {"tzo": "+00:09:21", "date": "1897-09-14 04:00", "place": {"c2": "21", "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Bar-le-Regulier", "geoid": 0}, "date-ut": "1897-09-14 03:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1070"}, "ids-in-sources": {"a2": "1070"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "21", "COU": "F", "DAY": "14", "LAT": "47N19", "LON": "5E 2", "MON": "9", "NUM": "1070", "PRO": "S", "SEC": "40", "YEA": "1897", "CITY": "BAR-LE-REGULIER"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lacomme", "official": {"given": "Maurice Ludovic"}}, "birth": {"date": "1897-09-14 04:00", "place": {"name": "Bar-le-Régulier"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "534"}}, "raw": {"NR": "534", "GNR": "SA2107", "JU_": "0", "MA_": "0", "MO_": "2", "SA_": "1", "SO_": "0", "VE_": "2", "CODE": "3", "JAHR": "1897", "KORR": "-0.16", "MARS": "32", "MODE": "", "MOND": "12", "NAME": "LACOMME (MAURICE LUDOVIC).", "AUFAB": "-4.70", "PHAS_": "91.400", "SONNE": "34", "VENUS": "3", "BREITE": "47 N 19", "GEBORT": "Bar-le-Régulier (Côte-d'Or)", "LAENGE": "005 E 02", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "28", "GEBZEIT": "04.00", "JUPITER": "34", "ELECTAGE": "58,2", "ELECTDAT": "22.11.1955", "GEBDATUM": "14.09.1897", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Bar-le-Régulier"}}, "partial-ids": {"g55": "02-283"}, "ids-in-source": {"g55": "02-283"}}, "raw": {"DAY": "14-9-1897", "HOUR": "4 h.", "NAME": "LACOMME Maurice", "PLACE": "Bar-le-Régulier (Côte-d’Or)."}, "date": "2023-08-20T14:48:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
18760	lafay-bernard-1903-09-08	{"e1": "1131", "afd5": "537"}	{"lerrcp": "E1-1131", "muller": "M5-537"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Bernard", "family": "Lafay", "spouse": [], "official": {"given": "Bernard Auguste Paul Laurent", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-09-08 18:30", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.29998, "lat": 48.81999, "name": "Malakoff", "geoid": 2996514}, "notime": null, "date-ut": "1903-09-08 18:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Lafay"}, "birth": {"tzo": "+00:09", "date": "1903-09-08 18:30", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.29998, "lat": 48.81999, "name": "Malakoff", "geoid": 2996514}, "date-ut": "1903-09-08 18:21"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1131"}}, "raw": {"H": "18:30", "COD": "92", "DAY": "08", "MON": "09", "NUM": "1131", "PRO": "PH", "YEA": "1903", "CITY": "Malakoff", "NAME": "LAFAY Bernard", "NOTE": "+"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lafay", "official": {"given": "Bernard Auguste Paul Laurent"}}, "birth": {"date": "1903-09-08 18:30", "place": {"name": "Malakoff"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "537"}}, "raw": {"NR": "537", "GNR": "ND1113", "JU_": "2", "MA_": "1", "MO_": "2", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "4", "JAHR": "1903", "KORR": "-0.16", "MARS": "14", "MODE": "", "MOND": "36", "NAME": "LAFAY (BERNARD AUGUSTE PAUL LAURENT).", "AUFAB": "-0.90", "PHAS_": "99.100", "SONNE": "19", "VENUS": "19", "BREITE": "48 N 50", "GEBORT": "Malakoff (Seine)", "LAENGE": "002 E 11", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "4", "GEBZEIT": "18.30", "JUPITER": "36", "ELECTAGE": "52,4", "ELECTDAT": "31.01.1956", "GEBDATUM": "08.09.1903", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
21357	lafitte-henri-alexandre-alfred-1897-05-14	{"afd5": "538"}	{"muller": "M5-538"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri Alexandre Alfred", "family": "Lafitte", "spouse": [], "official": {"given": "Henri Alexandre Alfred", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1897-05-14 23:30", "note": null, "place": {"c1": null, "c2": "79", "c3": null, "cy": "FR", "lg": 0.45, "lat": 46.31667, "name": "Chef-Boutonne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Henri Alexandre Alfred", "family": "Lafitte", "official": {"given": "Henri Alexandre Alfred"}}, "birth": {"date": "1897-05-14 23:30", "place": {"c2": "79", "cy": "FR", "lg": 0.45, "lat": 46.31667, "name": "Chef-Boutonne"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "538"}}, "raw": {"NR": "538", "GNR": "", "JU_": "0", "MA_": "0", "MO_": "2", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1897", "KORR": "-0.16", "MARS": "17", "MODE": "", "MOND": "11", "NAME": "LAFITTE (HENRI ALEXANDRE ALFRED).", "AUFAB": "8.20", "PHAS_": "90.000", "SONNE": "26", "VENUS": "29", "BREITE": "46 N 19", "GEBORT": "Chef-Boutonne (Deux-Sèvres)", "LAENGE": "000 W 27", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "8", "GEBZEIT": "23.30", "JUPITER": "16", "ELECTAGE": "60,6", "ELECTDAT": "26.11.1957", "GEBDATUM": "14.05.1897", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21358	lafosse-jean-antoine-leon-1816-01-21	{"afd5": "539"}	{"muller": "M5-539"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean Antoine Léon", "family": "Lafosse", "spouse": [], "official": {"given": "Jean Antoine Léon", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1816-01-21 03:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Chauny", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Jean Antoine Léon", "family": "Lafosse", "official": {"given": "Jean Antoine Léon"}}, "birth": {"date": "1816-01-21 03:00", "place": {"c2": "02", "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Chauny"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "539"}}, "raw": {"NR": "539", "GNR": "", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1816", "KORR": "", "MARS": "21", "MODE": "LMT", "MOND": "5", "NAME": "LAFOSSE (JEAN ANTOINE LÉON).", "AUFAB": "-11.00", "PHAS_": "57.700", "SONNE": "31", "VENUS": "35", "BREITE": "49 N 34", "GEBORT": "Chauny (Aisne)", "LAENGE": "003 E 37", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "30", "GEBZEIT": "03.00", "JUPITER": "3", "ELECTAGE": "69,2", "ELECTDAT": "28.03.1885", "GEBDATUM": "21.01.1816", "STBDATUM": "01.03.1891"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21359	lamache-alexandre-eugene-1894-03-30	{"afd5": "546"}	{"muller": "M5-546"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alexandre Eugène", "family": "Lamache", "spouse": [], "official": {"given": "Alexandre Eugène", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1894-03-30 16:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": 1.08333, "lat": 49.11667, "name": "Isigny", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Alexandre Eugène", "family": "Lamache", "official": {"given": "Alexandre Eugène"}}, "birth": {"date": "1894-03-30 16:00", "place": {"c2": "50", "cy": "FR", "lg": 1.08333, "lat": 49.11667, "name": "Isigny"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "546"}}, "raw": {"NR": "546", "GNR": "", "JU_": "2", "MA_": "0", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "1", "JAHR": "1894", "KORR": "-0.16", "MARS": "23", "MODE": "", "MOND": "24", "NAME": "LAMACHE (ALEXANDRE EUGENE).", "AUFAB": "-9.50", "PHAS_": "44.000", "SONNE": "15", "VENUS": "20", "BREITE": "49 N 07", "GEBORT": "Isigny (Manche)", "LAENGE": "001 W 05", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "31", "GEBZEIT": "16.00", "JUPITER": "10", "ELECTAGE": "65,9", "ELECTDAT": "23.02.1960", "GEBDATUM": "30.03.1894", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21360	lamarque-jean-francois-paul-1894-07-23	{"afd5": "547"}	{"muller": "M5-547"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean François Paul", "family": "Lamarque", "spouse": [], "official": {"given": "Jean François Paul", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1894-07-23 02:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": 0.56667, "lat": 44.83333, "name": "Bazas", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Jean François Paul", "family": "Lamarque", "official": {"given": "Jean François Paul"}}, "birth": {"date": "1894-07-23 02:00", "place": {"c2": "33", "cy": "FR", "lg": 0.56667, "lat": 44.83333, "name": "Bazas"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "547"}}, "raw": {"NR": "547", "GNR": "", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "2", "CODE": "1", "JAHR": "1894", "KORR": "-0.16", "MARS": "5", "MODE": "", "MOND": "6", "NAME": "LAMARQUE (JEAN FRANÇOIS PAUL).", "AUFAB": "-7.50", "PHAS_": "78.000", "SONNE": "31", "VENUS": "36", "BREITE": "44 N 50", "GEBORT": "Bazas (Gironde)", "LAENGE": "000 W 34", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "23", "GEBZEIT": "02.00", "JUPITER": "36", "ELECTAGE": "69,6", "ELECTDAT": "18.02.1964", "GEBDATUM": "23.07.1894", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
18787	lambling-andre-1899-03-11	{"e1": "1158", "afd5": "548"}	{"lerrcp": "E1-1158", "muller": "M5-548"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "André", "family": "Lambling", "spouse": [], "official": {"given": "André Paul Noël", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-03-11 14:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1899-03-11 13:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Lambling"}, "birth": {"tzo": "+00:09", "date": "1899-03-11 14:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1899-03-11 13:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1158"}}, "raw": {"H": "14:00", "COD": "59", "DAY": "11", "MON": "03", "NUM": "1158", "PRO": "PH", "YEA": "1899", "CITY": "Lille", "NAME": "LAMBLING André", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lambling", "official": {"given": "André Paul Noël"}}, "birth": {"date": "1899-03-11 14:00", "place": {"name": "Lille"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "548"}}, "raw": {"NR": "548", "GNR": "ND1115", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "0", "SO_": "2", "VE_": "1", "CODE": "3", "JAHR": "1899", "KORR": "-0.16", "MARS": "3", "MODE": "", "MOND": "13", "NAME": "LAMBLING (ANDRÉ PAUL NOEL).", "AUFAB": "-3.80", "PHAS_": "1.100", "SONNE": "12", "VENUS": "19", "BREITE": "50 N 39", "GEBORT": "Lille (Nord)", "LAENGE": "003 E 05", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "23", "GEBZEIT": "14.00", "JUPITER": "26", "ELECTAGE": "71,8", "ELECTDAT": "15.12.1970", "GEBDATUM": "11.03.1899", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
18792	lamy-maurice-1895-12-18	{"e1": "1163", "afd5": "551"}	{"lerrcp": "E1-1163", "muller": "M5-551"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Maurice", "family": "Lamy", "spouse": [], "official": {"given": "Maurice Emile Joseph", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1895-12-18 01:00", "note": null, "place": {"c1": null, "c2": "80", "c3": "", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1895-12-18 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Lamy"}, "birth": {"tzo": "+00:09", "date": "1895-12-18 01:00", "place": {"c2": "80", "c3": "", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1895-12-18 00:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1163"}}, "raw": {"H": "01:00", "COD": "80", "DAY": "18", "MON": "12", "NUM": "1163", "PRO": "PH", "YEA": "1895", "CITY": "Amiens", "NAME": "LAMY Maurice", "NOTE": "+"}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lamy", "official": {"given": "Maurice Emile Joseph"}}, "birth": {"date": "1895-12-18 01:00", "place": {"name": "Amiens"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "551"}}, "raw": {"NR": "551", "GNR": "ND1116", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1895", "KORR": "-0.16", "MARS": "31", "MODE": "", "MOND": "27", "NAME": "LAMY (MAURICE EMILE JOSEPH).", "AUFAB": "2.60", "PHAS_": "3.400", "SONNE": "29", "VENUS": "33", "BREITE": "49 N 54", "GEBORT": "Amiens (Somme)", "LAENGE": "002 E 18", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "32", "GEBZEIT": "01.00", "JUPITER": "7", "ELECTAGE": "72,2", "ELECTDAT": "01.02.1968", "GEBDATUM": "18.12.1895", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
18801	langeron-leon-1888-12-05	{"e1": "1172", "afd5": "555"}	{"lerrcp": "E1-1172", "muller": "M5-555"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Léon", "family": "Langeron", "spouse": [], "official": {"given": "Léon Henri Marie", "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1888-12-05 17:00", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Montceau-les-Mines", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Langeron"}, "birth": {"tzo": "", "date": "1888-12-05 17:00", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Montceaux les mines", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1172"}}, "raw": {"H": "17:00", "COD": "71", "DAY": "05", "MON": "12", "NUM": "1172", "PRO": "PH", "YEA": "1888", "CITY": "Montceaux les mines", "NAME": "LANGERON Léon", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Langeron", "official": {"given": "Léon Henri Marie"}}, "birth": {"date": "1888-12-05 17:00", "place": {"name": "Montceau-les-Mines"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "555"}}, "raw": {"NR": "555", "GNR": "ND1117", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1888", "KORR": "", "MARS": "13", "MODE": "LMT", "MOND": "15", "NAME": "LANGERON (LÉON HENRI MARIE).", "AUFAB": "3.20", "PHAS_": "3.800", "SONNE": "20", "VENUS": "15", "BREITE": "46 N 18", "GEBORT": "Montceau-les-Mines (Saône-et-Loire", "LAENGE": "004 E 50", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "28", "GEBZEIT": "17.00", "JUPITER": "19", "ELECTAGE": "69,3", "ELECTDAT": "04.03.1958", "GEBDATUM": "05.12.1888", "STBDATUM": "29.06.1963"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2478	landouzy-marc-1812-01-06	{"a2": "391", "g55": "01-312", "afd5": "553"}	{"g55": "01-312", "lerrcp": "A2-391", "muller": "M5-553"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Marc", "family": "Landouzy", "spouse": [], "official": {"given": "Marc Hector", "family": null}}	\N	{"lmt": null, "tzo": "+00:15:50", "date": "1812-01-06 23:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 3.95922, "lat": 49.04, "name": "Epernay", "geoid": 3020062}, "notime": null, "date-ut": "1812-01-06 22:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marc", "family": "Landouzy"}, "birth": {"tzo": "+00:15:50", "date": "1812-01-06 23:00", "place": {"c2": "51", "cy": "FR", "lg": 3.95922, "lat": 49.04, "name": "Épernay", "geoid": 3020062}, "date-ut": "1812-01-06 22:42:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-391"}, "ids-in-sources": {"a2": "391"}}, "raw": {"H": "22", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "6", "LAT": "48N57", "LON": "4E22", "MON": "1", "NUM": "391", "PRO": "S", "SEC": "32", "YEA": "1812", "CITY": "EPERNAY"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Landouzy", "official": {"given": "Marc Hector"}}, "birth": {"date": "1812-01-06 23:00", "place": {"name": "Epernay"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "553"}}, "raw": {"NR": "553", "GNR": "SA2391", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1812", "KORR": "", "MARS": "21", "MODE": "LMT", "MOND": "35", "NAME": "LANDOUZY (MARC HECTOR).", "AUFAB": "-9.10", "PHAS_": "58.100", "SONNE": "26", "VENUS": "24", "BREITE": "48 N 57", "GEBORT": "Epernay (Marne)", "LAENGE": "004 E 22", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "27", "GEBZEIT": "23.00", "JUPITER": "10", "ELECTAGE": "28,5", "ELECTDAT": "23.06.1840", "GEBDATUM": "06.01.1812", "STBDATUM": "01.03.1864"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-312"}, "ids-in-source": {"g55": "01-312"}}, "raw": {"DAY": "6-1-1812", "HOUR": "23 h.", "NAME": "LANDOUZY Marc", "PLACE": "Epernay (Marne)."}, "date": "2023-08-20T14:47:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21361	langlet-jean-baptiste-nicaise-1841-09-07	{"afd5": "556"}	{"muller": "M5-556"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean-Baptiste Nicaise", "family": "Langlet", "spouse": [], "official": {"given": "Jean-Baptiste Nicaise", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1841-09-07 03:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Reims", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Jean-Baptiste Nicaise", "family": "Langlet", "official": {"given": "Jean-Baptiste Nicaise"}}, "birth": {"date": "1841-09-07 03:00", "place": {"c2": "51", "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Reims"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "556"}}, "raw": {"NR": "556", "GNR": "", "JU_": "0", "MA_": "0", "MO_": "0", "SA_": "0", "SO_": "0", "VE_": "2", "CODE": "1", "JAHR": "1841", "KORR": "", "MARS": "25", "MODE": "LMT", "MOND": "8", "NAME": "LANGLET (JEAN-BAPTISTE NICAISE).", "AUFAB": "-9.50", "PHAS_": "67.300", "SONNE": "32", "VENUS": "2", "BREITE": "48 N 57", "GEBORT": "Reims (Marne)", "LAENGE": "004 E 22", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "23", "GEBZEIT": "03.00", "JUPITER": "25", "ELECTAGE": "73,2", "ELECTDAT": "10.11.1914", "GEBDATUM": "07.09.1841", "STBDATUM": "07.03.1927"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21362	lantuejoul-pierre-jean-baptiste-1887-09-18	{"afd5": "560"}	{"muller": "M5-560"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre Jean-Baptiste", "family": "Lantuéjoul", "spouse": [], "official": {"given": "Pierre Jean-Baptiste", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1887-09-18 01:30", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.18333, "lat": 49.01667, "name": "Louviers", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Pierre Jean-Baptiste", "family": "Lantuéjoul", "official": {"given": "Pierre Jean-Baptiste"}}, "birth": {"date": "1887-09-18 01:30", "place": {"c2": "27", "cy": "FR", "lg": 1.18333, "lat": 49.01667, "name": "Louviers"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "560"}}, "raw": {"NR": "560", "GNR": "", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1887", "KORR": "", "MARS": "36", "MODE": "LMT", "MOND": "29", "NAME": "LANTUÉJOUL (PIERRE JEAN-BAPTISTE).", "AUFAB": "-0.20", "PHAS_": "0.400", "SONNE": "30", "VENUS": "30", "BREITE": "49 N 01", "GEBORT": "Louviers (Eure)", "LAENGE": "001 E 11", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "1", "GEBZEIT": "01.30", "JUPITER": "26", "ELECTAGE": "63,2", "ELECTDAT": "07.11.1950", "GEBDATUM": "18.09.1887", "STBDATUM": "26.08.1963"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2482	lannois-maurice-1856-11-06	{"a2": "395", "g55": "01-306", "afd5": "559"}	{"g55": "01-306", "lerrcp": "A2-395", "muller": "M5-559"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Maurice", "family": "Lannois", "spouse": [], "official": {"given": "Maurice René", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:14", "date": "1856-11-06 09:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.30952, "lat": 48.90018, "name": "Clichy-la-Garenne", "geoid": 3024597}, "notime": null, "date-ut": "1856-11-08 11:36:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Lannois"}, "birth": {"tzo": "+00:09:14", "date": "1856-11-08 11:45:30", "place": {"c2": "92", "cy": "FR", "lg": 2.30952, "lat": 48.90018, "name": "Clichy", "geoid": 3024597}, "date-ut": "1856-11-08 11:36:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-395"}, "ids-in-sources": {"a2": "395"}}, "raw": {"H": "11", "MN": "36", "TZ": "0", "COD": "92", "COU": "F", "DAY": "8", "LAT": "48N50", "LON": "2E11", "MON": "11", "NUM": "395", "PRO": "S", "SEC": "16", "YEA": "1856", "CITY": "CLICHY"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lannois", "official": {"given": "Maurice René"}}, "birth": {"date": "1856-11-06 09:00", "place": {"name": "Clichy-la-Garenne"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "559"}}, "raw": {"NR": "559", "GNR": "SA2395", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "2", "CODE": "2", "JAHR": "1856", "KORR": "", "MARS": "34", "MODE": "LMT", "MOND": "30", "NAME": "LANNOIS (MAURICE RENÉ).", "AUFAB": "10.70", "PHAS_": "53.100", "SONNE": "4", "VENUS": "36", "BREITE": "48 N 50", "GEBORT": "Clichy-la-Garenne (Seine)", "LAENGE": "002 E 11", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ-d", "SATURN": "15", "GEBZEIT": "09.00", "JUPITER": "28", "ELECTAGE": "54,4", "ELECTDAT": "14.03.1911", "GEBDATUM": "06.11.1856", "STBDATUM": "19.09.1942"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-306"}, "ids-in-source": {"g55": "01-306"}}, "raw": {"DAY": "8-11-1856", "HOUR": "11 h. 45", "NAME": "LANNOIS Maurice", "PLACE": "Clichy (Seine)."}, "date": "2023-08-20T14:47:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
855	maye-paul-1913-08-19	{"a1": "855", "g55": "03-174", "3a_sports": "2767", "cfepp-final3": "340"}	{"g55": "03-174", "cfepp": "CF-340", "cpara": "CP-306", "ertel": "ES-2767", "lerrcp": "A1-855"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Maye", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1913-08-19 09:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "notime": null, "date-ut": "1913-08-19 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Maye"}, "birth": {"tzo": "+00:00", "date": "1913-08-20 09:00", "place": {"c2": "64", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "date-ut": "1913-08-20 09:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-855"}, "ids-in-sources": {"a1": "855"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "20", "LAT": "43N18", "LON": "0W22", "MON": "8", "NUM": "855", "PRO": "C", "SEC": "0", "YEA": "1913", "CITY": "BAYONNE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1913-08-20 09:00"}, "partial-ids": {"ertel": "ES-2767"}}, "raw": {"L": "", "MF": "", "NR": "2767", "ENG": "1", "MA_": "2", "G_NR": "855", "MA12": "4", "MARS": "12", "NAME": "Maye", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,500", "CSINR": "", "KURTZ": "", "PHAS_": "91,400", "STUND": "9,00", "CFEPNR": "340", "EXTEND": "1", "NATION": "FRA", "TAGMON": "20.08.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "306", "VORNAME": "Paul", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "20.08.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "maye-paul-1913-08-19", "birth": {"date": "1913-08-19 09:00", "place": {"c3": ""}, "date-ut": "1913-08-19 09:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "340"}}, "raw": {"S": "4", "LT": "09 00", "LV": "I", "TR": "f", "UT": "09 00", "LAT": "+43.49", "SRC": "ALG", "LONG": "+01.48", "NAME": "MAYE Jean", "SPORT": "Cycling", "LOC_DATE": "1913 08 19", "UNIV_DATE": "1913 08 19", "BIRTH_PLACE": "BAYONNE", "POSTAL_CODE": "64109 CEDEX"}, "date": "2023-08-20T14:46:01+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-174"}, "ids-in-source": {"g55": "03-174"}}, "raw": {"DAY": "20-8-1913", "HOUR": "9 h.", "NAME": "MAYE Paul", "PLACE": "Bayonne (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
21363	lapersonne-felix-joseph-1853-09-29	{"afd5": "561"}	{"muller": "M5-561"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "de", "alter": [], "given": "Félix Joseph", "family": "Lapersonne", "spouse": [], "official": {"given": "Félix Joseph", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1853-09-29 16:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.43333, "lat": 43.61667, "name": "Toulouse", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "de", "given": "Félix Joseph", "family": "Lapersonne", "official": {"given": "Félix Joseph"}}, "birth": {"date": "1853-09-29 16:00", "place": {"c2": "31", "cy": "FR", "lg": 1.43333, "lat": 43.61667, "name": "Toulouse"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "561"}}, "raw": {"NR": "561", "GNR": "", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "1", "JAHR": "1853", "KORR": "", "MARS": "20", "MODE": "LMT", "MOND": "18", "NAME": "LAPERSONNE (FÉLIX JOSEPH DE).", "AUFAB": "-8.30", "PHAS_": "17.900", "SONNE": "16", "VENUS": "13", "BREITE": "43 N 37", "GEBORT": "Toulouse (Haute-Garonne)", "LAENGE": "001 E 26", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "29", "GEBZEIT": "16.00", "JUPITER": "8", "ELECTAGE": "64,5", "ELECTDAT": "19.03.1918", "GEBDATUM": "29.09.1853", "STBDATUM": "04.07.1937"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2486	lasegue-ernest-1816-09-05	{"a2": "399", "afd5": "565"}	{"lerrcp": "A2-399", "muller": "M5-565"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Ernest", "family": "Laségue", "spouse": [], "official": {"given": "Ernest Charles", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1816-09-05 22:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1816-09-05 21:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Lasegue"}, "birth": {"tzo": "+00:09:24", "date": "1816-09-05 22:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1816-09-05 21:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-399"}, "ids-in-sources": {"a2": "399"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "5", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "399", "PRO": "S", "SEC": "40", "YEA": "1816", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Laségue", "official": {"given": "Ernest Charles"}}, "birth": {"date": "1816-09-05 22:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "565"}}, "raw": {"NR": "565", "GNR": "SA2399", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "2", "SO_": "0", "VE_": "0", "CODE": "4", "JAHR": "1816", "KORR": "", "MARS": "23", "MODE": "LMT", "MOND": "7", "NAME": "LASÉGUE (ERNEST CHARLES).", "AUFAB": "3.90", "PHAS_": "97.200", "SONNE": "24", "VENUS": "23", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "9", "GEBZEIT": "22.00", "JUPITER": "21", "ELECTAGE": "59,7", "ELECTDAT": "25.04.1876", "GEBDATUM": "05.09.1816", "STBDATUM": "20.03.1883"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2484	laroyenne-lucien-1831-11-17	{"a2": "397", "g55": "01-313", "afd5": "563"}	{"g55": "01-313", "lerrcp": "A2-397", "muller": "M5-563"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Lucien", "family": "Laroyenne", "spouse": [], "official": {"given": "Lucien Pierre", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:30", "date": "1831-11-17 10:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 4.87484, "lat": 45.52569, "name": "Vienne", "geoid": 2969284}, "notime": null, "date-ut": "1831-11-17 09:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Laroyenne"}, "birth": {"tzo": "+00:19:30", "date": "1831-11-17 09:56:38", "place": {"c2": "38", "cy": "FR", "lg": 4.87484, "lat": 45.52569, "name": "Vienne", "geoid": 2969284}, "date-ut": "1831-11-17 09:37:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-397"}, "ids-in-sources": {"a2": "397"}}, "raw": {"H": "9", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "17", "LAT": "45N11", "LON": "5E43", "MON": "11", "NUM": "397", "PRO": "S", "SEC": "8", "YEA": "1831", "CITY": "VIENNE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Laroyenne", "official": {"given": "Lucien Pierre"}}, "birth": {"date": "1831-11-17 10:00", "place": {"name": "Vienne"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "563"}}, "raw": {"NR": "563", "GNR": "SA2397", "JU_": "0", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "2", "CODE": "3", "JAHR": "1831", "KORR": "", "MARS": "8", "MODE": "LMT", "MOND": "28", "NAME": "LAROYENNE (LUCIEN PIERRE).", "AUFAB": "7.90", "PHAS_": "89.200", "SONNE": "6", "VENUS": "11", "BREITE": "45 N 11", "GEBORT": "Vienne (Isère)", "LAENGE": "005 E 43", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "13", "GEBZEIT": "10.00", "JUPITER": "33", "ELECTAGE": "68,6", "ELECTDAT": "22.05.1900", "GEBDATUM": "17.11.1831", "STBDATUM": "13.10.1902"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-313"}, "ids-in-source": {"g55": "01-313"}}, "raw": {"DAY": "17-11-1831", "HOUR": "10 h.", "NAME": "LAROYENNE Lucien", "PLACE": "Vienne (Isère)."}, "date": "2023-08-20T14:47:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21364	launoy-leon-louis-1876-08-27	{"afd5": "572"}	{"muller": "M5-572"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Léon Louis", "family": "Launoy", "spouse": [], "official": {"given": "Léon Louis", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1876-08-27 18:00", "note": null, "place": {"c1": null, "c2": "79", "c3": null, "cy": "FR", "lg": 0.45, "lat": 46.31667, "name": "Saint-Maixent", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Léon Louis", "family": "Launoy", "official": {"given": "Léon Louis"}}, "birth": {"date": "1876-08-27 18:00", "place": {"c2": "79", "cy": "FR", "lg": 0.45, "lat": 46.31667, "name": "Saint-Maixent"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "572"}}, "raw": {"NR": "572", "GNR": "", "JU_": "2", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "1", "JAHR": "1876", "KORR": "", "MARS": "18", "MODE": "LMT", "MOND": "8", "NAME": "LAUNOY (LÉON LOUIS).", "AUFAB": "9.70", "PHAS_": "52.400", "SONNE": "18", "VENUS": "22", "BREITE": "46 N 19", "GEBORT": "Saint-Maixent (Deux-Sèvres)", "LAENGE": "000 W 27", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "35", "GEBZEIT": "18.00", "JUPITER": "11", "ELECTAGE": "73,3", "ELECTDAT": "06.12.1949", "GEBDATUM": "27.08.1876", "STBDATUM": "12.12.1971"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2489	latarjet-andre-1877-08-20	{"a2": "402", "g55": "01-314", "afd5": "568"}	{"g55": "01-314", "lerrcp": "A2-402", "muller": "M5-568"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "André", "family": "Latarjet", "spouse": [], "official": {"given": "André Raphaël", "family": null}}	\N	{"lmt": null, "tzo": "+00:20:04", "date": "1877-08-20 05:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1877-08-20 04:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Latarjet"}, "birth": {"tzo": "+00:20:04", "date": "1877-08-20 05:00", "place": {"c2": "21", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1877-08-20 04:39:52"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-402"}, "ids-in-sources": {"a2": "402"}}, "raw": {"H": "4", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "20", "LAT": "47N19", "LON": "5E 2", "MON": "8", "NUM": "402", "PRO": "S", "SEC": "52", "YEA": "1877", "CITY": "DIJON"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Latarjet", "official": {"given": "André Raphaël"}}, "birth": {"date": "1877-08-20 05:00", "place": {"name": "Dijon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "568"}}, "raw": {"NR": "568", "GNR": "SA2402", "JU_": "0", "MA_": "0", "MO_": "0", "SA_": "0", "SO_": "2", "VE_": "0", "CODE": "3", "JAHR": "1877", "KORR": "", "MARS": "16", "MODE": "LMT", "MOND": "23", "NAME": "LATARJET (ANDRÉ RAPHAEL).", "AUFAB": "7.30", "PHAS_": "86.400", "SONNE": "36", "VENUS": "32", "BREITE": "47 N 19", "GEBORT": "Dijon (Côte-d'Or)", "LAENGE": "005 E 02", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "15", "GEBZEIT": "05.00", "JUPITER": "24", "ELECTAGE": "44,2", "ELECTDAT": "18.10.1921", "GEBDATUM": "20.08.1877", "STBDATUM": "04.05.1947"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-314"}, "ids-in-source": {"g55": "01-314"}}, "raw": {"DAY": "20-8-1877", "HOUR": "5 h.", "NAME": "LATARJET André", "PLACE": "Dijon (Côte-d’Or)."}, "date": "2023-08-20T14:47:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2492	laulanie-ferdinand-1850-09-25	{"a2": "405", "g55": "01-315", "afd5": "571"}	{"g55": "01-315", "lerrcp": "A2-405", "muller": "M5-571"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Ferdinand", "family": "Laulanié", "spouse": [], "official": {"given": "Ferdinand", "family": null}}	\N	{"lmt": null, "tzo": "+00:02:29", "date": "1850-09-25 14:00", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.62055, "lat": 44.20199, "name": "Agen", "geoid": 3038634}, "notime": null, "date-ut": "1850-09-25 13:57:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Laulanie"}, "birth": {"tzo": "+00:02:29", "date": "1850-09-25 14:00", "place": {"c2": "47", "cy": "FR", "lg": 0.62055, "lat": 44.20199, "name": "Agen", "geoid": 3038634}, "date-ut": "1850-09-25 13:57:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-405"}, "ids-in-sources": {"a2": "405"}}, "raw": {"H": "13", "MN": "57", "TZ": "0", "COD": "47", "COU": "F", "DAY": "25", "LAT": "44N12", "LON": "0E38", "MON": "9", "NUM": "405", "PRO": "S", "SEC": "28", "YEA": "1850", "CITY": "AGEN"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Laulanié", "official": {"given": "Ferdinand"}}, "birth": {"date": "1850-09-25 14:00", "place": {"name": "Agen"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "571"}}, "raw": {"NR": "571", "GNR": "SA2405", "JU_": "2", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1850", "KORR": "", "MARS": "11", "MODE": "LMT", "MOND": "26", "NAME": "LAULANIÉ (FERDINAND).", "AUFAB": "-6.00", "PHAS_": "87.700", "SONNE": "13", "VENUS": "8", "BREITE": "44 N 12", "GEBORT": "Agen (Lot-et-Garonne)", "LAENGE": "000 E 38", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "29", "GEBZEIT": "14.00", "JUPITER": "12", "ELECTAGE": "47,8", "ELECTDAT": "19.07.1898", "GEBDATUM": "25.09.1850", "STBDATUM": "18.06.1906"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-315"}, "ids-in-source": {"g55": "01-315"}}, "raw": {"DAY": "25-9-1850", "HOUR": "14 h.", "NAME": "LAULANIE Ferdinand", "PLACE": "Agen (Lot-et-Garonne)."}, "date": "2023-08-20T14:47:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21365	laussedat-louis-1809-07-30	{"afd5": "573"}	{"muller": "M5-573"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Laussedat", "spouse": [], "official": {"given": "Louis", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1809-07-30 15:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.33333, "lat": 46.56667, "name": "Moulins", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Louis", "family": "Laussedat", "official": {"given": "Louis"}}, "birth": {"date": "1809-07-30 15:00", "place": {"c2": "03", "cy": "FR", "lg": 3.33333, "lat": 46.56667, "name": "Moulins"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "573"}}, "raw": {"NR": "573", "GNR": "", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "1", "JAHR": "1809", "KORR": "", "MARS": "5", "MODE": "LMT", "MOND": "27", "NAME": "LAUSSEDAT (LOUIS).", "AUFAB": "-6.20", "PHAS_": "88.000", "SONNE": "13", "VENUS": "17", "BREITE": "46 N 34", "GEBORT": "Moulins (Allier)", "LAENGE": "003 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "1", "GEBZEIT": "15.00", "JUPITER": "24", "ELECTAGE": "68,7", "ELECTDAT": "02.04.1878", "GEBDATUM": "30.07.1809", "STBDATUM": "27.07.1878"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21366	lavergne-octave-marcel-marie-paulin-1884-11-08	{"afd5": "575"}	{"muller": "M5-575"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "de", "alter": [], "given": "Octave Marcel Marie Paulin", "family": "Lavergne", "spouse": [], "official": {"given": "Octave Marcel Marie Paulin", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1884-11-08 03:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": 0.16667, "lat": 45.65, "name": "Confolens", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "de", "given": "Octave Marcel Marie Paulin", "family": "Lavergne", "official": {"given": "Octave Marcel Marie Paulin"}}, "birth": {"date": "1884-11-08 03:00", "place": {"c2": "17", "cy": "FR", "lg": 0.16667, "lat": 45.65, "name": "Confolens"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "575"}}, "raw": {"NR": "575", "GNR": "", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "2", "SO_": "0", "VE_": "2", "CODE": "1", "JAHR": "1884", "KORR": "", "MARS": "29", "MODE": "LMT", "MOND": "8", "NAME": "LAVERGNE (OCTAVE MARCEL MARIE PAULIN DE).", "AUFAB": "-9.90", "PHAS_": "71.600", "SONNE": "32", "VENUS": "36", "BREITE": "45 N 39", "GEBORT": "Confolens (Charente)", "LAENGE": "000 E 10", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "10", "GEBZEIT": "03.00", "JUPITER": "4", "ELECTAGE": "60,6", "ELECTDAT": "29.05.1945", "GEBDATUM": "08.11.1884", "STBDATUM": "21.03.1957"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21367	lavier-georges-victor-dionys-1892-06-02	{"afd5": "576"}	{"muller": "M5-576"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Georges Victor Dionys", "family": "Lavier", "spouse": [], "official": {"given": "Georges Victor Dionys", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1892-06-02 07:45", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Dijon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Georges Victor Dionys", "family": "Lavier", "official": {"given": "Georges Victor Dionys"}}, "birth": {"date": "1892-06-02 07:45", "place": {"c2": "21", "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Dijon"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "576"}}, "raw": {"NR": "576", "GNR": "", "JU_": "2", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "2", "CODE": "1", "JAHR": "1892", "KORR": "-0.16", "MARS": "17", "MODE": "", "MOND": "31", "NAME": "LAVIER (GEORGES VICTOR DIONYS).", "AUFAB": "9.80", "PHAS_": "46.100", "SONNE": "5", "VENUS": "2", "BREITE": "47 N 19", "GEBORT": "Dijon (Côte-d'Or)", "LAENGE": "005 E 02", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "29", "GEBZEIT": "07.45", "JUPITER": "9", "ELECTAGE": "60,7", "ELECTDAT": "03.02.1953", "GEBDATUM": "02.06.1892", "STBDATUM": "13.01.1968"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21368	layet-alexandre-elzear-1840-04-28	{"afd5": "577"}	{"muller": "M5-577"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alexandre Elzéar", "family": "Layet", "spouse": [], "official": {"given": "Alexandre Elzéar", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1840-04-28 07:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 6.46667, "lat": 43.53333, "name": "Toulon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Alexandre Elzéar", "family": "Layet", "official": {"given": "Alexandre Elzéar"}}, "birth": {"date": "1840-04-28 07:00", "place": {"c2": "83", "cy": "FR", "lg": 6.46667, "lat": 43.53333, "name": "Toulon"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "577"}}, "raw": {"NR": "577", "GNR": "", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "1", "SO_": "2", "VE_": "1", "CODE": "1", "JAHR": "1840", "KORR": "", "MARS": "3", "MODE": "LMT", "MOND": "7", "NAME": "LAYET (ALEXANDRE ELZÉAR).", "AUFAB": "-9.40", "PHAS_": "20.700", "SONNE": "3", "VENUS": "4", "BREITE": "43 N 32", "GEBORT": "Toulon (Var)", "LAENGE": "006 E 28", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "18", "GEBZEIT": "07.00", "JUPITER": "21", "ELECTAGE": "53,9", "ELECTDAT": "20.02.1894", "GEBDATUM": "28.04.1840", "STBDATUM": "16.07.1916"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
18843	lazorthes-guy-1910-07-04	{"e1": "1214", "afd5": "578"}	{"lerrcp": "E1-1214", "muller": "M5-578"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Guy", "family": "Lazorthes", "spouse": [], "official": {"given": "Guy Amar Félix", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1910-07-04 08:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1910-07-04 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Lazorthes"}, "birth": {"tzo": "+00:09", "date": "1910-07-04 08:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1910-07-04 07:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1214"}}, "raw": {"H": "08:00", "COD": "31", "DAY": "04", "MON": "07", "NUM": "1214", "PRO": "PH", "YEA": "1910", "CITY": "Toulouse", "NAME": "LAZORTHES Guy", "NOTE": "+"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lazorthes", "official": {"given": "Guy Amar Félix"}}, "birth": {"date": "1910-07-04 08:00", "place": {"name": "Toulouse"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "578"}}, "raw": {"NR": "578", "GNR": "ND1121", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1910", "KORR": "-0.16", "MARS": "2", "MODE": "", "MOND": "8", "NAME": "LAZORTHES (GUY AMAR FÉLIX).", "AUFAB": "-8.60", "PHAS_": "11.200", "SONNE": "5", "VENUS": "8", "BREITE": "43 N 37", "GEBORT": "Toulouse (Haute-Garonne)", "LAENGE": "001 E 26", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "10", "GEBZEIT": "08.00", "JUPITER": "31", "ELECTAGE": "49,9", "ELECTDAT": "31.05.1960", "GEBDATUM": "04.07.1910", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
18858	le-chuiton-fernand-1893-10-17	{"e1": "1229", "afd5": "579"}	{"lerrcp": "E1-1229", "muller": "M5-579"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Fernand", "family": "Le Chuiton", "spouse": [], "official": {"given": "Fernand", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1893-10-17 23:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1893-10-17 22:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Le Chuiton"}, "birth": {"tzo": "+00:09", "date": "1893-10-17 23:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1893-10-17 22:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1229"}}, "raw": {"H": "23:00", "COD": "29", "DAY": "17", "MON": "10", "NUM": "1229", "PRO": "PH", "YEA": "1893", "CITY": "Brest", "NAME": "LE CHUITON Fernand", "NOTE": "+"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Le Chuiton", "official": {"given": "Fernand"}}, "birth": {"date": "1893-10-17 23:00", "place": {"name": "Brest"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "579"}}, "raw": {"NR": "579", "GNR": "ND1122", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1893", "KORR": "-0.16", "MARS": "27", "MODE": "", "MOND": "19", "NAME": "LE CHUITON (FERNAND).", "AUFAB": "9.10", "PHAS_": "40.900", "SONNE": "26", "VENUS": "23", "BREITE": "48 N 00", "GEBORT": "Brest (Finistère)", "LAENGE": "004 W 06", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "26", "GEBZEIT": "23.00", "JUPITER": "5", "ELECTAGE": "53,7", "ELECTDAT": "01.07.1947", "GEBDATUM": "17.10.1893", "STBDATUM": "25.07.1968"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
2499	le-fort-leon-1829-12-05	{"a2": "412", "g55": "01-320", "afd5": "581"}	{"g55": "01-320", "lerrcp": "A2-412", "muller": "M5-581"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Léon", "family": "Le Fort", "spouse": [], "official": {"given": "Léon Clément", "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1829-12-05 17:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1829-12-05 16:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Lefort"}, "birth": {"tzo": "+00:12:14", "date": "1829-12-05 17:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1829-12-05 16:47:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-412"}, "ids-in-sources": {"a2": "412"}}, "raw": {"H": "16", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "5", "LAT": "50N39", "LON": "3E 5", "MON": "12", "NUM": "412", "PRO": "S", "SEC": "40", "YEA": "1829", "CITY": "LILLE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Le Fort", "official": {"given": "Léon Clément"}}, "birth": {"date": "1829-12-05 17:00", "place": {"name": "Lille"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "581"}}, "raw": {"NR": "581", "GNR": "SA2412", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1829", "KORR": "", "MARS": "22", "MODE": "LMT", "MOND": "6", "NAME": "LE FORT (LÉON CLÉMENT).", "AUFAB": "11.20", "PHAS_": "64.000", "SONNE": "20", "VENUS": "14", "BREITE": "50 N 39", "GEBORT": "Lille (Nord)", "LAENGE": "003 E 05", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "29", "GEBZEIT": "17.00", "JUPITER": "19", "ELECTAGE": "46,5", "ELECTDAT": "23.05.1876", "GEBDATUM": "05.12.1829", "STBDATUM": "19.10.1893"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-320"}, "ids-in-source": {"g55": "01-320"}}, "raw": {"DAY": "5-12-1829", "HOUR": "17 h.", "NAME": "LEFORT Léon", "PLACE": "Lille (Nord)."}, "date": "2023-08-20T14:47:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2501	le-gendre-louis-1854-01-30	{"a2": "414", "afd5": "583"}	{"lerrcp": "A2-414", "muller": "M5-583"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Le Gendre", "spouse": [], "official": {"given": "Louis Paul", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1854-01-30 17:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1854-01-30 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Le Gendre"}, "birth": {"tzo": "+00:09:24", "date": "1854-01-30 17:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1854-01-30 16:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-414"}, "ids-in-sources": {"a2": "414"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "30", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "414", "PRO": "S", "SEC": "40", "YEA": "1854", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Le Gendre", "official": {"given": "Louis Paul"}}, "birth": {"date": "1854-01-30 17:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "583"}}, "raw": {"NR": "583", "GNR": "SA2414", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "4", "JAHR": "1854", "KORR": "", "MARS": "32", "MODE": "LMT", "MOND": "15", "NAME": "LE GENDRE (LOUIS PAUL).", "AUFAB": "2.20", "PHAS_": "2.500", "SONNE": "19", "VENUS": "13", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "7", "GEBZEIT": "17.00", "JUPITER": "21", "ELECTAGE": "67,3", "ELECTDAT": "03.05.1921", "GEBDATUM": "30.01.1854", "STBDATUM": "23.12.1936"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2514	le-noir-paul-1863-02-08	{"a2": "427", "afd5": "585"}	{"lerrcp": "A2-427", "muller": "M5-585"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul", "family": "Le Noir", "spouse": [], "official": {"given": "Paul Louis", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1863-02-08 03:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1863-02-08 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Le Noir"}, "birth": {"tzo": "+00:09:24", "date": "1863-02-08 03:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1863-02-08 02:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-427"}, "ids-in-sources": {"a2": "427"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "8", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "427", "PRO": "S", "SEC": "40", "YEA": "1863", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Le Noir", "official": {"given": "Paul Louis"}}, "birth": {"date": "1863-02-08 03:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "585"}}, "raw": {"NR": "585", "GNR": "SA2427", "JU_": "0", "MA_": "0", "MO_": "2", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "4", "JAHR": "1863", "KORR": "", "MARS": "23", "MODE": "LMT", "MOND": "9", "NAME": "LE NOIR (PAUL LOUIS).", "AUFAB": "-6.80", "PHAS_": "83.900", "SONNE": "31", "VENUS": "30", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "9", "GEBZEIT": "03.00", "JUPITER": "7", "ELECTAGE": "66,3", "ELECTDAT": "28.05.1929", "GEBDATUM": "08.02.1863", "STBDATUM": "09.12.1945"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
864	pelissier-francis-1894-06-13	{"a1": "864", "3a_sports": "3192", "cfepp-final3": "355"}	{"cfepp": "CF-355", "cpara": "CP-336", "ertel": "ES-3192", "lerrcp": "A1-864"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Pelissier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1894-06-13 13:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "18", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1894-06-13 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Francis", "family": "Pelissier"}, "birth": {"tzo": "+00:09:21", "date": "1894-06-13 01:00", "place": {"c2": "75", "c3": "18", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1894-06-13 00:50:40"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-864"}, "ids-in-sources": {"a1": "864"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "13", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "864", "PRO": "C", "SEC": "40", "YEA": "1894", "CITY": "PARIS 18E"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1894-06-13 01:00"}, "partial-ids": {"ertel": "ES-3192"}}, "raw": {"L": "", "MF": "", "NR": "3192", "ENG": "1", "MA_": "2", "G_NR": "864", "MA12": "1", "MARS": "1", "NAME": "Pelissier", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,500", "CSINR": "", "KURTZ": "", "PHAS_": "75,000", "STUND": "1,00", "CFEPNR": "355", "EXTEND": "1", "NATION": "FRA", "TAGMON": "13.06.", "ZITATE": "DGFO", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "336", "VORNAME": "Francis", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "13.06.1894", "GQBECORR": "c", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "pelissier-francis-1894-06-13", "birth": {"date": "1894-06-13 13:00", "place": {"c3": "18"}, "date-ut": "1894-06-13 12:51"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "355"}}, "raw": {"S": "7", "LT": "13 00", "LV": "FI", "TR": "f", "UT": "12 51", "LAT": "+48.86", "SRC": "AL", "LONG": "-02.34", "NAME": "PELISSIER Francis", "SPORT": "Cycling", "LOC_DATE": "1894 06 13", "UNIV_DATE": "1894 06 13", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75018"}, "date": "2023-08-20T14:46:01+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
2507	le-lorier-victor-1875-01-20	{"a2": "420", "g55": "02-310", "afd5": "584"}	{"g55": "02-310", "lerrcp": "A2-420", "muller": "M5-584"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Victor", "family": "Le Lorier", "spouse": [], "official": {"given": "Victor Paul Albert", "family": null}}	\N	{"lmt": null, "tzo": "-00:17:57", "date": "1875-01-20 10:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1875-01-20 10:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Le Lorier"}, "birth": {"tzo": "-00:17:57", "date": "1875-01-20 10:00", "place": {"c2": "29", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1875-01-20 10:16:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-420"}, "ids-in-sources": {"a2": "420"}}, "raw": {"H": "10", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "20", "LAT": "48N 0", "LON": "4W 6", "MON": "1", "NUM": "420", "PRO": "S", "SEC": "24", "YEA": "1875", "CITY": "BREST"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Le Lorier", "official": {"given": "Victor Paul Albert"}}, "birth": {"date": "1875-01-20 10:00", "place": {"name": "Brest"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "584"}}, "raw": {"NR": "584", "GNR": "SA2420", "JU_": "0", "MA_": "0", "MO_": "0", "SA_": "2", "SO_": "1", "VE_": "2", "CODE": "4", "JAHR": "1875", "KORR": "", "MARS": "15", "MODE": "LMT", "MOND": "25", "NAME": "LE LORIER (VICTOR PAUL ALBERT).", "AUFAB": "5.50", "PHAS_": "96.000", "SONNE": "5", "VENUS": "11", "BREITE": "48 N 00", "GEBORT": "Brest (Finistère)", "LAENGE": "004 W 06", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "3", "GEBZEIT": "10.00", "JUPITER": "16", "ELECTAGE": "73,2", "ELECTDAT": "12.03.1948", "GEBDATUM": "20.01.1875", "STBDATUM": "30.01.1961"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "02-310"}, "ids-in-source": {"g55": "02-310"}}, "raw": {"DAY": "20-1-1875", "HOUR": "10 h.", "NAME": "LE LORIER Victor", "PLACE": "Brest (Finistère)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2494	leblanc-louis-1827-09-03	{"a2": "407", "afd5": "588"}	{"lerrcp": "A2-407", "muller": "M5-588"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Leblanc", "spouse": [], "official": {"given": "Louis Camille", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1827-09-03 21:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1827-09-03 20:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Leblanc"}, "birth": {"tzo": "+00:09:24", "date": "1827-09-03 21:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1827-09-03 20:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-407"}, "ids-in-sources": {"a2": "407"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "3", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "407", "PRO": "S", "SEC": "40", "YEA": "1827", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Leblanc", "official": {"given": "Louis Camille"}}, "birth": {"date": "1827-09-03 21:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "588"}}, "raw": {"NR": "588", "GNR": "SA2407", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "0", "CODE": "4", "JAHR": "1827", "KORR": "", "MARS": "24", "MODE": "LMT", "MOND": "7", "NAME": "LEBLANC (LOUIS CAMILLE).", "AUFAB": "7.80", "PHAS_": "90.900", "SONNE": "23", "VENUS": "23", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "29", "GEBZEIT": "21.00", "JUPITER": "20", "ELECTAGE": "51,5", "ELECTDAT": "25.02.1879", "GEBDATUM": "03.09.1827", "STBDATUM": "07.03.1903"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21369	lebon-eugene-jean-1893-07-29	{"afd5": "589"}	{"muller": "M5-589"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Eugène Jean", "family": "Lebon", "spouse": [], "official": {"given": "Eugène Jean", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1893-07-29 15:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Marseille", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Eugène Jean", "family": "Lebon", "official": {"given": "Eugène Jean"}}, "birth": {"date": "1893-07-29 15:00", "place": {"c2": "13", "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Marseille"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "589"}}, "raw": {"NR": "589", "GNR": "", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "2", "CODE": "1", "JAHR": "1893", "KORR": "-0.16", "MARS": "12", "MODE": "", "MOND": "30", "NAME": "LEBON (EUGENE JEAN).", "AUFAB": "0.70", "PHAS_": "99.800", "SONNE": "13", "VENUS": "11", "BREITE": "43 N 18", "GEBORT": "Marseille (Bouches-du-Rhône)", "LAENGE": "005 E 22", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "8", "GEBZEIT": "15.00", "JUPITER": "20", "ELECTAGE": "54,9", "ELECTDAT": "15.06.1948", "GEBDATUM": "29.07.1893", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21370	lecercle-alfred-1880-01-07	{"afd5": "591"}	{"muller": "M5-591"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alfred", "family": "Lecercle", "spouse": [], "official": {"given": "Alfred", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1880-01-07 12:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": 0.36667, "lat": 43.3, "name": "Pau", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Alfred", "family": "Lecercle", "official": {"given": "Alfred"}}, "birth": {"date": "1880-01-07 12:00", "place": {"c2": "64", "cy": "FR", "lg": 0.36667, "lat": 43.3, "name": "Pau"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "591"}}, "raw": {"NR": "591", "GNR": "", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "2", "VE_": "0", "CODE": "1", "JAHR": "1880", "KORR": "", "MARS": "35", "MODE": "LMT", "MOND": "18", "NAME": "LECERCLE (ALFRED).", "AUFAB": "-11.00", "PHAS_": "31.100", "SONNE": "9", "VENUS": "15", "BREITE": "43 N 18", "GEBORT": "Pau (Basses-Pyrénées)", "LAENGE": "000 W 22", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "1", "GEBZEIT": "12.00", "JUPITER": "3", "ELECTAGE": "65,9", "ELECTDAT": "13.11.1945", "GEBDATUM": "07.01.1880", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21371	leclercq-jules-augustin-1883-06-02	{"afd5": "593"}	{"muller": "M5-593"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jules Augustin", "family": "Leclercq", "spouse": [], "official": {"given": "Jules Augustin", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1883-06-02 17:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Maubeuge", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Jules Augustin", "family": "Leclercq", "official": {"given": "Jules Augustin"}}, "birth": {"date": "1883-06-02 17:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Maubeuge"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "593"}}, "raw": {"NR": "593", "GNR": "", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "0", "VE_": "1", "CODE": "1", "JAHR": "1883", "KORR": "", "MARS": "20", "MODE": "LMT", "MOND": "19", "NAME": "LECLERCQ (JULES AUGUSTIN).", "AUFAB": "-9.30", "PHAS_": "14.500", "SONNE": "15", "VENUS": "18", "BREITE": "50 N 39", "GEBORT": "Maubeuge (Nord)", "LAENGE": "003 E 05", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "16", "GEBZEIT": "17.00", "JUPITER": "13", "ELECTAGE": "62,0", "ELECTDAT": "29.05.1945", "GEBDATUM": "02.06.1883", "STBDATUM": "11.09.1949"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21372	ledoux-faustin-philippe-eugene-1877-02-15	{"afd5": "594"}	{"muller": "M5-594"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Faustin Philippe Eugéne", "family": "Ledoux", "spouse": [], "official": {"given": "Faustin Philippe Eugéne", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1877-02-15 12:30", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.03333, "lat": 47.25, "name": "Besançon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Faustin Philippe Eugéne", "family": "Ledoux", "official": {"given": "Faustin Philippe Eugéne"}}, "birth": {"date": "1877-02-15 12:30", "place": {"c2": "25", "cy": "FR", "lg": 6.03333, "lat": 47.25, "name": "Besançon"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "594"}}, "raw": {"NR": "594", "GNR": "", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "2", "SO_": "2", "VE_": "1", "CODE": "1", "JAHR": "1877", "KORR": "", "MARS": "19", "MODE": "LMT", "MOND": "8", "NAME": "LEDOUX (FAUSTIN PHILIPPE EUGÉNE).", "AUFAB": "2.00", "PHAS_": "2.400", "SONNE": "10", "VENUS": "13", "BREITE": "47 N 15", "GEBORT": "Besançon (Doubs)", "LAENGE": "006 E 02", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "9", "GEBZEIT": "12.30", "JUPITER": "19", "ELECTAGE": "67,8", "ELECTDAT": "05.12.1944", "GEBDATUM": "15.02.1877", "STBDATUM": "02.10.1949"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2502	legouest-antoine-1820-05-01	{"a2": "415", "g55": "01-322", "afd5": "597"}	{"g55": "01-322", "lerrcp": "A2-415", "muller": "M5-597"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Antoine", "family": "Legouest", "spouse": [], "official": {"given": "Venant Antoine Léon", "family": null}}	\N	{"lmt": null, "tzo": "+00:24:41", "date": "1820-05-01 19:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1820-05-01 18:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Legouest"}, "birth": {"tzo": "+00:24:41", "date": "1820-05-01 19:00", "place": {"c2": "57", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1820-05-01 18:35:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-415"}, "ids-in-sources": {"a2": "415"}}, "raw": {"H": "18", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "1", "LAT": "49N 7", "LON": "6E11", "MON": "5", "NUM": "415", "PRO": "S", "SEC": "16", "YEA": "1820", "CITY": "METZ"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Legouest", "official": {"given": "Venant Antoine Léon"}}, "birth": {"date": "1820-05-01 19:00", "place": {"name": "Metz"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "597"}}, "raw": {"NR": "597", "GNR": "SA2415", "JU_": "0", "MA_": "2", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1820", "KORR": "", "MARS": "11", "MODE": "LMT", "MOND": "32", "NAME": "LEGOUEST (VENANT ANTOINE LÉON).", "AUFAB": "-4.50", "PHAS_": "92.600", "SONNE": "18", "VENUS": "14", "BREITE": "49 N 07", "GEBORT": "Metz (Moselle)", "LAENGE": "006 E 11", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "23", "GEBZEIT": "19.00", "JUPITER": "25", "ELECTAGE": "46,8", "ELECTDAT": "29.01.1867", "GEBDATUM": "01.05.1820", "STBDATUM": "05.03.1889"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-322"}, "ids-in-source": {"g55": "01-322"}}, "raw": {"DAY": "1-5-1820", "HOUR": "19 h.", "NAME": "LEGOUEST Antoine", "PLACE": "Metz (Moselle)."}, "date": "2023-08-20T14:47:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21373	leloir-henri-camille-chrysostome-1855-11-30	{"afd5": "602"}	{"muller": "M5-602"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri Camille Chrysostome", "family": "Leloir", "spouse": [], "official": {"given": "Henri Camille Chrysostome", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1855-11-30 14:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Tourcoing", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Henri Camille Chrysostome", "family": "Leloir", "official": {"given": "Henri Camille Chrysostome"}}, "birth": {"date": "1855-11-30 14:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Tourcoing"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "602"}}, "raw": {"NR": "602", "GNR": "", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1855", "KORR": "", "MARS": "19", "MODE": "LMT", "MOND": "21", "NAME": "LELOIR (HENRI CAMILLE CHRYSOSTOME).", "AUFAB": "-8.90", "PHAS_": "64.900", "SONNE": "14", "VENUS": "18", "BREITE": "50 N 39", "GEBORT": "Tourcoing (Nord)", "LAENGE": "003 E 05", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "29", "GEBZEIT": "14.00", "JUPITER": "3", "ELECTAGE": "32,3", "ELECTDAT": "20.03.1888", "GEBDATUM": "30.11.1855", "STBDATUM": "18.06.1896"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
18888	lemaire-andre-1898-11-16	{"e1": "1260", "afd5": "605"}	{"lerrcp": "E1-1260", "muller": "M5-605"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "André", "family": "Lemaire", "spouse": [], "official": {"given": "André Camille Léon", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1898-11-16 16:00", "note": null, "place": {"c1": null, "c2": "08", "c3": "", "cy": "FR", "lg": 4.73013, "lat": 49.88465, "name": "Monthermé", "geoid": 2992495}, "notime": null, "date-ut": "1898-11-16 15:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Lemaire"}, "birth": {"tzo": "+00:09", "date": "1898-11-16 16:00", "place": {"c2": "08", "c3": "", "cy": "FR", "lg": 4.73013, "lat": 49.88465, "name": "Monthermé", "geoid": 2992495}, "date-ut": "1898-11-16 15:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1260"}}, "raw": {"H": "16:00", "COD": "08", "DAY": "16", "MON": "11", "NUM": "1260", "PRO": "PH", "YEA": "1898", "CITY": "Monthermé", "NAME": "LEMAIRE André", "NOTE": "+"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lemaire", "official": {"given": "André Camille Léon"}}, "birth": {"date": "1898-11-16 16:00", "place": {"name": "Monthermé"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "605"}}, "raw": {"NR": "605", "GNR": "ND1126", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1898", "KORR": "-0.16", "MARS": "26", "MODE": "", "MOND": "14", "NAME": "LEMAIRE (ANDRÉ CAMILLE LÉON).", "AUFAB": "4.10", "PHAS_": "5.500", "SONNE": "18", "VENUS": "17", "BREITE": "49 N 46", "GEBORT": "Monthermé (Ardennes)", "LAENGE": "004 E 44", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "16", "GEBZEIT": "16.00", "JUPITER": "20", "ELECTAGE": "63,0", "ELECTDAT": "31.10.1961", "GEBDATUM": "16.11.1898", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
3186	lelong-marcel-1892-01-10	{"a2": "1100", "g55": "02-309", "afd5": "603"}	{"g55": "02-309", "lerrcp": "A2-1100", "muller": "M5-603"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Marcel", "family": "Lelong", "spouse": [], "official": {"given": "Marcel Eugène Paul", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1892-01-10 18:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Aubigny", "geoid": 0}, "notime": null, "date-ut": "1892-01-10 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Lelong"}, "birth": {"tzo": "+00:09:21", "date": "1892-01-10 18:00", "place": {"c2": "02", "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Aubigny", "geoid": 0}, "date-ut": "1892-01-10 17:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1100"}, "ids-in-sources": {"a2": "1100"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "02", "COU": "F", "DAY": "10", "LAT": "49N34", "LON": "3E37", "MON": "1", "NUM": "1100", "PRO": "S", "SEC": "40", "YEA": "1892", "CITY": "AUBIGNY"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lelong", "official": {"given": "Marcel Eugène Paul"}}, "birth": {"date": "1892-01-10 18:00", "place": {"name": "Aubigny-aux-Kaisnes"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "603"}}, "raw": {"NR": "603", "GNR": "SA2110", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1892", "KORR": "-0.16", "MARS": "25", "MODE": "", "MOND": "6", "NAME": "LELONG (MARCEL EUGENE PAUL).", "AUFAB": "9.50", "PHAS_": "81.000", "SONNE": "21", "VENUS": "17", "BREITE": "49 N 34", "GEBORT": "Aubigny-aux-Kaisnes (Aisne)", "LAENGE": "003 E 37", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "30", "GEBZEIT": "18.00", "JUPITER": "13", "ELECTAGE": "68,1", "ELECTDAT": "02.02.1960", "GEBDATUM": "10.01.1892", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Aubigny"}}, "partial-ids": {"g55": "02-309"}, "ids-in-source": {"g55": "02-309"}}, "raw": {"DAY": "10-1-1892", "HOUR": "18 h.", "NAME": "LELONG Marcel", "PLACE": "Aubigny (Aisne)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2511	lemierre-andre-1875-07-30	{"a2": "424", "afd5": "608"}	{"lerrcp": "A2-424", "muller": "M5-608"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "André", "family": "Lemierre", "spouse": [], "official": {"given": "André Alfred", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1875-07-30 03:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1875-07-30 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Lemierre"}, "birth": {"tzo": "+00:09:24", "date": "1875-07-30 03:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1875-07-30 02:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-424"}, "ids-in-sources": {"a2": "424"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "30", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "424", "PRO": "S", "SEC": "40", "YEA": "1875", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lemierre", "official": {"given": "André Alfred"}}, "birth": {"date": "1875-07-30 03:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "608"}}, "raw": {"NR": "608", "GNR": "SA2424", "JU_": "0", "MA_": "1", "MO_": "2", "SA_": "1", "SO_": "0", "VE_": "2", "CODE": "4", "JAHR": "1875", "KORR": "", "MARS": "21", "MODE": "LMT", "MOND": "2", "NAME": "LEMIERRE (ANDRÉ ALFRED).", "AUFAB": "-7.80", "PHAS_": "9.000", "SONNE": "33", "VENUS": "36", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "13", "GEBZEIT": "03.00", "JUPITER": "25", "ELECTAGE": "57,6", "ELECTDAT": "07.02.1933", "GEBDATUM": "30.07.1875", "STBDATUM": "11.08.1956"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
18895	lenegre-jean-1904-03-25	{"e1": "1267", "afd5": "610"}	{"lerrcp": "E1-1267", "muller": "M5-610"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Lenegre", "spouse": [], "official": {"given": "Jean", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-03-25 13:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "10", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1904-03-25 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lenegre"}, "birth": {"tzo": "+00:09", "date": "1904-03-25 13:00", "place": {"c2": "75", "c3": "10", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1904-03-25 12:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1267"}}, "raw": {"H": "13:00", "COD": "75", "DAY": "25", "MON": "03", "NUM": "1267", "PRO": "PH", "YEA": "1904", "CITY": "Paris 10ème", "NAME": "LENEGRE Jean", "NOTE": "+"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lenegre", "official": {"given": "Jean"}}, "birth": {"date": "1904-03-25 13:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "610"}}, "raw": {"NR": "610", "GNR": "ND1126", "JU_": "2", "MA_": "2", "MO_": "2", "SA_": "0", "SO_": "2", "VE_": "1", "CODE": "4", "JAHR": "1904", "KORR": "-0.16", "MARS": "9", "MODE": "", "MOND": "3", "NAME": "LENEGRE (JEAN).", "AUFAB": "10.90", "PHAS_": "51.200", "SONNE": "11", "VENUS": "14", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "17", "GEBZEIT": "13.00", "JUPITER": "11", "ELECTAGE": "65,3", "ELECTDAT": "10.06.1969", "GEBDATUM": "25.03.1904", "STBDATUM": "09.02.1972"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
2513	lenoble-emile-1864-11-03	{"a2": "426", "g55": "01-329", "afd5": "611"}	{"g55": "01-329", "lerrcp": "A2-426", "muller": "M5-611"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Emile", "family": "Lenoble", "spouse": [], "official": {"given": "Emile Alexandre", "family": null}}	\N	{"lmt": null, "tzo": "+00:10:56", "date": "1864-11-03 04:30", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 2.73261, "lat": 47.99696, "name": "Montargis", "geoid": 2993024}, "notime": null, "date-ut": "1864-11-03 04:22:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Lenoble"}, "birth": {"tzo": "+00:10:56", "date": "1864-11-03 04:33:20", "place": {"c2": "45", "cy": "FR", "lg": 2.73261, "lat": 47.99696, "name": "Montargis", "geoid": 2993024}, "date-ut": "1864-11-03 04:22:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-426"}, "ids-in-sources": {"a2": "426"}}, "raw": {"H": "4", "MN": "22", "TZ": "0", "COD": "45", "COU": "F", "DAY": "3", "LAT": "47N54", "LON": "1E54", "MON": "11", "NUM": "426", "PRO": "S", "SEC": "24", "YEA": "1864", "CITY": "MONTARGIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lenoble", "official": {"given": "Emile Alexandre"}}, "birth": {"date": "1864-11-03 04:30", "place": {"name": "Montargis"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "611"}}, "raw": {"NR": "611", "GNR": "SA2426", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1864", "KORR": "", "MARS": "12", "MODE": "LMT", "MOND": "30", "NAME": "LENOBLE (EMILE ALEXANDRE).", "AUFAB": "5.90", "PHAS_": "11.600", "SONNE": "33", "VENUS": "31", "BREITE": "47 N 54", "GEBORT": "Montargis (Loiret)", "LAENGE": "001 E 54", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "36", "GEBZEIT": "04.30", "JUPITER": "31", "ELECTAGE": "57,0", "ELECTDAT": "18.10.1921", "GEBDATUM": "03.11.1864", "STBDATUM": "09.03.1928"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-329"}, "ids-in-source": {"g55": "01-329"}}, "raw": {"DAY": "3-11-1864", "HOUR": "4 h. 30", "NAME": "LENOBLE Emile", "PLACE": "Montargis (Loiret)."}, "date": "2023-08-20T14:47:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21374	leobardy-joseph-1889-09-12	{"afd5": "612"}	{"muller": "M5-612"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "de", "alter": [], "given": "Joseph", "family": "Léobardy", "spouse": [], "official": {"given": "Joseph", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1889-09-12 15:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.25, "lat": 45.83333, "name": "La Jonchère", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "de", "given": "Joseph", "family": "Léobardy", "official": {"given": "Joseph"}}, "birth": {"date": "1889-09-12 15:00", "place": {"c2": "87", "cy": "FR", "lg": 1.25, "lat": 45.83333, "name": "La Jonchère"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "612"}}, "raw": {"NR": "612", "GNR": "", "JU_": "2", "MA_": "0", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "1", "JAHR": "1889", "KORR": "", "MARS": "16", "MODE": "LMT", "MOND": "28", "NAME": "LÉOBARDY (JOSEPH DE).", "AUFAB": "-4.40", "PHAS_": "92.900", "SONNE": "14", "VENUS": "16", "BREITE": "45 N 50", "GEBORT": "La Jonchère (Haute-Vienne)", "LAENGE": "001 E 15", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "15", "GEBZEIT": "15.00", "JUPITER": "2", "ELECTAGE": "57,7", "ELECTDAT": "20.05.1947", "GEBDATUM": "12.09.1889", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21375	lepage-hippolyte-1814-05-05	{"afd5": "613"}	{"muller": "M5-613"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Hippolyte", "family": "Lepage", "spouse": [], "official": {"given": "Hippolyte", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1814-05-05 02:00", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.18333, "lat": 49.01667, "name": "Saint-Aubinde-Scellon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Hippolyte", "family": "Lepage", "official": {"given": "Hippolyte"}}, "birth": {"date": "1814-05-05 02:00", "place": {"c2": "27", "cy": "FR", "lg": 1.18333, "lat": 49.01667, "name": "Saint-Aubinde-Scellon"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "613"}}, "raw": {"NR": "613", "GNR": "", "JU_": "1", "MA_": "1", "MO_": "2", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1814", "KORR": "", "MARS": "26", "MODE": "LMT", "MOND": "12", "NAME": "LEPAGE (HIPPOLYTE).", "AUFAB": "-0.10", "PHAS_": "99.500", "SONNE": "31", "VENUS": "35", "BREITE": "49 N 01", "GEBORT": "Saint-Aubinde-Scellon (Eure)", "LAENGE": "001 E 11", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "2", "GEBZEIT": "02.00", "JUPITER": "18", "ELECTAGE": "67,0", "ELECTDAT": "26.04.1881", "GEBDATUM": "05.05.1814", "STBDATUM": "08.05.1886"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
18906	lepine-pierre-1901-08-15	{"e1": "1278", "afd5": "616"}	{"lerrcp": "E1-1278", "muller": "M5-616"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre", "family": "Lépine", "spouse": [], "official": {"given": "Pierre Raphaël", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-08-15 18:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "2", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1901-08-15 17:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Lepine"}, "birth": {"tzo": "+00:09", "date": "1901-08-15 18:00", "place": {"c2": "69", "c3": "2", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1901-08-15 17:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1278"}}, "raw": {"H": "18:00", "COD": "69", "DAY": "15", "MON": "08", "NUM": "1278", "PRO": "PH", "YEA": "1901", "CITY": "Lyon 2ème", "NAME": "LEPINE Pierre", "NOTE": "+"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lépine", "official": {"given": "Pierre Raphaël"}}, "birth": {"date": "1901-08-15 18:00", "place": {"name": "Lyon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "616"}}, "raw": {"NR": "616", "GNR": "ND1127", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "2", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1901", "KORR": "-0.16", "MARS": "14", "MODE": "", "MOND": "17", "NAME": "LÉPINE (PIERRE RAPHAEL).", "AUFAB": "0.40", "PHAS_": "0.700", "SONNE": "17", "VENUS": "16", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "3", "GEBZEIT": "18.00", "JUPITER": "4", "ELECTAGE": "52,4", "ELECTDAT": "08.12.1953", "GEBDATUM": "15.08.1901", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
21376	lereboullet-leon-1842-12-14	{"afd5": "618"}	{"muller": "M5-618"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Léon", "family": "Lereboullet", "spouse": [], "official": {"given": "Léon", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1842-12-14 09:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.75, "lat": 48.58333, "name": "Strasbourg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Léon", "family": "Lereboullet", "official": {"given": "Léon"}}, "birth": {"date": "1842-12-14 09:00", "place": {"c2": "67", "cy": "FR", "lg": 7.75, "lat": 48.58333, "name": "Strasbourg"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "618"}}, "raw": {"NR": "618", "GNR": "", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "2", "SO_": "2", "VE_": "2", "CODE": "1", "JAHR": "1842", "KORR": "", "MARS": "11", "MODE": "LMT", "MOND": "28", "NAME": "LEREBOULLET (LÉON).", "AUFAB": "7.60", "PHAS_": "85.200", "SONNE": "3", "VENUS": "2", "BREITE": "48 N 35", "GEBORT": "Strasbourg (Bas-Rhin)", "LAENGE": "007 E 45", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "36", "GEBZEIT": "09.00", "JUPITER": "35", "ELECTAGE": "47,3", "ELECTDAT": "11.03.1890", "GEBDATUM": "14.12.1842", "STBDATUM": "11.12.1914"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21377	leroux-roger-paul-henri-1892-12-04	{"afd5": "621"}	{"muller": "M5-621"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Roger Paul Henri", "family": "Leroux", "spouse": [], "official": {"given": "Roger Paul Henri", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1892-12-04 01:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Châlons-sur-Marne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Roger Paul Henri", "family": "Leroux", "official": {"given": "Roger Paul Henri"}}, "birth": {"date": "1892-12-04 01:00", "place": {"c2": "51", "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Châlons-sur-Marne"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "621"}}, "raw": {"NR": "621", "GNR": "", "JU_": "0", "MA_": "1", "MO_": "2", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "1", "JAHR": "1892", "KORR": "-0.16", "MARS": "21", "MODE": "", "MOND": "11", "NAME": "LEROUX (ROGER PAUL HENRI).", "AUFAB": "1.70", "PHAS_": "99.900", "SONNE": "29", "VENUS": "32", "BREITE": "48 N 57", "GEBORT": "Châlons-sur-Marne (Marne)", "LAENGE": "004 E 22", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "35", "GEBZEIT": "01.00", "JUPITER": "17", "ELECTAGE": "53,3", "ELECTDAT": "26.03.1946", "GEBDATUM": "04.12.1892", "STBDATUM": "24.01.1951"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
3195	leroy-denis-1901-05-16	{"a2": "1109", "g55": "02-318", "afd5": "622"}	{"g55": "02-318", "lerrcp": "A2-1109", "muller": "M5-622"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Denis", "family": "Leroy", "spouse": [], "official": {"given": "Denis", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1901-05-16 13:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -0.96605, "lat": 48.63931, "name": "Romagny", "geoid": 2983041}, "notime": null, "date-ut": "1901-05-16 12:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Denis", "family": "Leroy"}, "birth": {"tzo": "+00:09:21", "date": "1901-05-16 13:00", "place": {"c2": "50", "cy": "FR", "lg": -0.96605, "lat": 48.63931, "name": "Romagny", "geoid": 2983041}, "date-ut": "1901-05-16 12:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1109"}, "ids-in-sources": {"a2": "1109"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "50", "COU": "F", "DAY": "16", "LAT": "49N 7", "LON": "1W 5", "MON": "5", "NUM": "1109", "PRO": "S", "SEC": "40", "YEA": "1901", "CITY": "ROMAGNY"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Leroy", "official": {"given": "Denis"}}, "birth": {"date": "1901-05-16 13:00", "place": {"name": "Romagny"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "622"}}, "raw": {"NR": "622", "GNR": "SA2110", "JU_": "0", "MA_": "2", "MO_": "1", "SA_": "0", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1901", "KORR": "-0.16", "MARS": "2", "MODE": "", "MOND": "13", "NAME": "LEROY (DENIS).", "AUFAB": "-7.60", "PHAS_": "7.400", "SONNE": "10", "VENUS": "10", "BREITE": "49 N 07", "GEBORT": "Romagny (Manche)", "LAENGE": "001 W 05", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "24", "GEBZEIT": "13.00", "JUPITER": "25", "ELECTAGE": "64,6", "ELECTDAT": "30.11.1965", "GEBDATUM": "16.05.1901", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "02-318"}, "ids-in-source": {"g55": "02-318"}}, "raw": {"DAY": "16-5-1901", "HOUR": "13 h.", "NAME": "LEROY Denis", "PLACE": "Romagny (Manche)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
21378	lesage-adolphe-augustin-1862-05-22	{"afd5": "623"}	{"muller": "M5-623"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Adolphe Augustin", "family": "Lesage", "spouse": [], "official": {"given": "Adolphe Augustin", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1862-05-22 11:30", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Couvron", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Adolphe Augustin", "family": "Lesage", "official": {"given": "Adolphe Augustin"}}, "birth": {"date": "1862-05-22 11:30", "place": {"c2": "02", "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Couvron"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "623"}}, "raw": {"NR": "623", "GNR": "", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "2", "VE_": "1", "CODE": "1", "JAHR": "1862", "KORR": "", "MARS": "19", "MODE": "LMT", "MOND": "15", "NAME": "LESAGE (ADOLPHE AUGUSTIN).", "AUFAB": "-10.20", "PHAS_": "36.300", "SONNE": "9", "VENUS": "13", "BREITE": "49 N 34", "GEBORT": "Couvron (Aisne)", "LAENGE": "003 E 37", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "35", "GEBZEIT": "11.30", "JUPITER": "34", "ELECTAGE": "65,5", "ELECTDAT": "22.11.1927", "GEBDATUM": "22.05.1862", "STBDATUM": "02.02.1952"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21379	lesbouyries-gustave-1883-08-07	{"afd5": "624"}	{"muller": "M5-624"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Gustave", "family": "Lesbouyries", "spouse": [], "official": {"given": "Gustave", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1883-08-07 12:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Melun", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Gustave", "family": "Lesbouyries", "official": {"given": "Gustave"}}, "birth": {"date": "1883-08-07 12:00", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Melun"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "624"}}, "raw": {"NR": "624", "GNR": "", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "2", "VE_": "2", "CODE": "1", "JAHR": "1883", "KORR": "", "MARS": "14", "MODE": "LMT", "MOND": "4", "NAME": "LESBOUYRIES (GUSTAVE).", "AUFAB": "6.30", "PHAS_": "15.200", "SONNE": "9", "VENUS": "10", "BREITE": "48 N 33", "GEBORT": "Melun (Seine-et-Marne)", "LAENGE": "002 E 40", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "15", "GEBZEIT": "12.00", "JUPITER": "11", "ELECTAGE": "64,4", "ELECTDAT": "02.12.1947", "GEBDATUM": "07.08.1883", "STBDATUM": "10.01.1971"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2522	lesne-edmond-1871-02-11	{"a2": "435", "g55": "01-334", "afd5": "626"}	{"g55": "01-334", "lerrcp": "A2-435", "muller": "M5-626"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Edmond", "family": "Lesné", "spouse": [], "official": {"given": "Edmond", "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1871-02-11 05:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1871-02-11 04:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Lesne"}, "birth": {"tzo": "-00:02:19", "date": "1871-02-11 04:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1871-02-11 04:57:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-435"}, "ids-in-sources": {"a2": "435"}}, "raw": {"H": "4", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "11", "LAT": "44N50", "LON": "0W34", "MON": "2", "NUM": "435", "PRO": "S", "SEC": "36", "YEA": "1871", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lesné", "official": {"given": "Edmond"}}, "birth": {"date": "1871-02-11 05:00", "place": {"name": "Bordeaux"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "626"}}, "raw": {"NR": "626", "GNR": "SA2435", "JU_": "0", "MA_": "2", "MO_": "2", "SA_": "2", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1871", "KORR": "", "MARS": "12", "MODE": "LMT", "MOND": "10", "NAME": "LESNÉ (EDMOND).", "AUFAB": "-10.00", "PHAS_": "68.200", "SONNE": "34", "VENUS": "33", "BREITE": "44 N 50", "GEBORT": "Bordeaux (Gironde)", "LAENGE": "000 W 34", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "1", "GEBZEIT": "05.00", "JUPITER": "22", "ELECTAGE": "58,3", "ELECTDAT": "07.05.1929", "GEBDATUM": "11.02.1871", "STBDATUM": "24.02.1962"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-334"}, "ids-in-source": {"g55": "01-334"}}, "raw": {"DAY": "11-2-1871", "HOUR": "5 h.", "NAME": "LESNE Edmond", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:47:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
18916	lespagnol-albert-1901-08-07	{"e1": "1288", "afd5": "627"}	{"lerrcp": "E1-1288", "muller": "M5-627"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Albert", "family": "Lespagnol", "spouse": [], "official": {"given": "Albert Henri Jules", "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1901-08-07 02:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bruille-Notre Dame", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Lespagnol"}, "birth": {"tzo": "", "date": "1901-08-07 02:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bruille-Notre Dame", "geoid": 0}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1288"}}, "raw": {"H": "02:30", "COD": "59", "DAY": "07", "MON": "08", "NUM": "1288", "PRO": "PH", "YEA": "1901", "CITY": "Bruille-Notre Dame", "NAME": "LESPAGNOL Albert", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lespagnol", "official": {"given": "Albert Henri Jules"}}, "birth": {"date": "1901-08-07 02:30", "place": {"name": "Bruille-Notre Dame"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "627"}}, "raw": {"NR": "627", "GNR": "ND1128", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1901", "KORR": "-0.16", "MARS": "26", "MODE": "", "MOND": "6", "NAME": "LESPAGNOL (ALBERT HENRI JULES).", "AUFAB": "-11.20", "PHAS_": "54.000", "SONNE": "32", "VENUS": "29", "BREITE": "50 N 39", "GEBORT": "Bruille-Notre Dame (Nord)", "LAENGE": "003 E 05", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "19", "GEBZEIT": "02.30", "JUPITER": "20", "ELECTAGE": "42,9", "ELECTDAT": "27.06.1944", "GEBDATUM": "07.08.1901", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21380	leulier-albert-lucien-1883-12-19	{"afd5": "630"}	{"muller": "M5-630"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Albert Lucien", "family": "Leulier", "spouse": [], "official": {"given": "Albert Lucien", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1883-12-19 15:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Eaucourt-sur-Somme", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Albert Lucien", "family": "Leulier", "official": {"given": "Albert Lucien"}}, "birth": {"date": "1883-12-19 15:00", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Eaucourt-sur-Somme"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "630"}}, "raw": {"NR": "630", "GNR": "", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "2", "SO_": "0", "VE_": "1", "CODE": "1", "JAHR": "1883", "KORR": "", "MARS": "26", "MODE": "LMT", "MOND": "25", "NAME": "LEULIER (ALBERT LUCIEN).", "AUFAB": "-8.90", "PHAS_": "72.600", "SONNE": "16", "VENUS": "13", "BREITE": "49 N 54", "GEBORT": "Eaucourt-sur-Somme (Somme)", "LAENGE": "002 E 18", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "1", "GEBZEIT": "15.00", "JUPITER": "29", "ELECTAGE": "68,0", "ELECTDAT": "04.12.1951", "GEBDATUM": "19.12.1883", "STBDATUM": "12.01.1957"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21381	levy-michel-1809-09-28	{"afd5": "632"}	{"muller": "M5-632"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Michel", "family": "Lévy", "spouse": [], "official": {"given": "Michel", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1809-09-28 17:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.75, "lat": 48.58333, "name": "Strasbourg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Michel", "family": "Lévy", "official": {"given": "Michel"}}, "birth": {"date": "1809-09-28 17:00", "place": {"c2": "67", "cy": "FR", "lg": 7.75, "lat": 48.58333, "name": "Strasbourg"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "632"}}, "raw": {"NR": "632", "GNR": "", "JU_": "0", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "1", "JAHR": "1809", "KORR": "", "MARS": "12", "MODE": "LMT", "MOND": "30", "NAME": "LÉVY (MICHEL).", "AUFAB": "-6.70", "PHAS_": "82.800", "SONNE": "17", "VENUS": "19", "BREITE": "48 N 35", "GEBORT": "Strasbourg (Bas-Rhin)", "LAENGE": "007 E 45", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "13", "GEBZEIT": "17.00", "JUPITER": "34", "ELECTAGE": "40,6", "ELECTDAT": "09.04.1850", "GEBDATUM": "28.09.1809", "STBDATUM": "13.03.1872"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2527	lian-camille-1882-01-04	{"a2": "440", "afd5": "634"}	{"lerrcp": "A2-440", "muller": "M5-634"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Camille", "family": "Lian", "spouse": [], "official": {"given": "Camille Constant", "family": null}}	\N	{"lmt": null, "tzo": "+00:12:44", "date": "1882-01-04 02:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.18333, "lat": 47.55, "name": "Treigny", "geoid": 2971912}, "notime": null, "date-ut": "1882-01-04 01:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Lian"}, "birth": {"tzo": "+00:12:44", "date": "1882-01-04 02:00", "place": {"c2": "89", "cy": "FR", "lg": 3.18333, "lat": 47.55, "name": "Treigny", "geoid": 2971912}, "date-ut": "1882-01-04 01:45:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-440"}, "ids-in-sources": {"a2": "440"}}, "raw": {"H": "1", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "4", "LAT": "47N48", "LON": "3E35", "MON": "1", "NUM": "440", "PRO": "S", "SEC": "40", "YEA": "1882", "CITY": "TREIGNY"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lian", "official": {"given": "Camille Constant"}}, "birth": {"date": "1882-01-04 02:00", "place": {"name": "Treigny"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "634"}}, "raw": {"NR": "634", "GNR": "SA2440", "JU_": "0", "MA_": "2", "MO_": "2", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1882", "KORR": "", "MARS": "12", "MODE": "LMT", "MOND": "12", "NAME": "LIAN (CAMILLE CONSTANT).", "AUFAB": "1.80", "PHAS_": "99.800", "SONNE": "30", "VENUS": "31", "BREITE": "47 N 48", "GEBORT": "Treigny (Yonne)", "LAENGE": "003 E 35", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "18", "GEBZEIT": "02.00", "JUPITER": "17", "ELECTAGE": "67,1", "ELECTDAT": "08.02.1949", "GEBDATUM": "04.01.1882", "STBDATUM": "08.04.1969"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2531	linossier-jules-1857-05-16	{"a2": "444", "afd5": "638"}	{"lerrcp": "A2-444", "muller": "M5-638"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jules", "family": "Linossier", "spouse": [], "official": {"given": "Jules Georges", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1857-05-16 10:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1857-05-16 09:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Linossier"}, "birth": {"tzo": "+00:19:23", "date": "1857-05-16 10:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1857-05-16 09:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-444"}, "ids-in-sources": {"a2": "444"}}, "raw": {"H": "9", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "16", "LAT": "45N46", "LON": "4E50", "MON": "5", "NUM": "444", "PRO": "S", "SEC": "40", "YEA": "1857", "CITY": "LYON"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Linossier", "official": {"given": "Jules Georges"}}, "birth": {"date": "1857-05-16 10:00", "place": {"name": "Lyon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "638"}}, "raw": {"NR": "638", "GNR": "SA2444", "JU_": "2", "MA_": "0", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1857", "KORR": "", "MARS": "7", "MODE": "LMT", "MOND": "18", "NAME": "LINOSSIER (JULES GEORGES).", "AUFAB": "-9.80", "PHAS_": "60.300", "SONNE": "7", "VENUS": "8", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "3", "GEBZEIT": "10.00", "JUPITER": "9", "ELECTAGE": "36,1", "ELECTDAT": "13.06.1893", "GEBDATUM": "16.05.1857", "STBDATUM": "22.11.1923"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21382	lisbonne-marcel-paul-1883-06-10	{"afd5": "639"}	{"muller": "M5-639"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Marcel Paul", "family": "Lisbonne", "spouse": [], "official": {"given": "Marcel Paul", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1883-06-10 16:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.88333, "lat": 43.61667, "name": "Montpellier", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Marcel Paul", "family": "Lisbonne", "official": {"given": "Marcel Paul"}}, "birth": {"date": "1883-06-10 16:00", "place": {"c2": "34", "cy": "FR", "lg": 3.88333, "lat": 43.61667, "name": "Montpellier"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "639"}}, "raw": {"NR": "639", "GNR": "", "JU_": "1", "MA_": "1", "MO_": "2", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "1", "JAHR": "1883", "KORR": "", "MARS": "18", "MODE": "LMT", "MOND": "9", "NAME": "LISBONNE (MARCEL PAUL).", "AUFAB": "8.50", "PHAS_": "25.400", "SONNE": "14", "VENUS": "17", "BREITE": "43 N 37", "GEBORT": "Montpellier (Hérault)", "LAENGE": "003 E 53", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "16", "GEBZEIT": "16.00", "JUPITER": "13", "ELECTAGE": "61,4", "ELECTDAT": "17.10.1944", "GEBDATUM": "10.06.1883", "STBDATUM": "10.03.1946"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2532	littre-maximilien-paul-emile-1801-02-01	{"a2": "445", "afd5": "640"}	{"lerrcp": "A2-445", "muller": "M5-640"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Maximilien Paul Emile", "family": "Littré", "spouse": [], "official": {"given": "Maximilien Paul Emile", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1801-02-01 10:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1801-02-01 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A2-445"}, "birth": {"tzo": "+00:09:24", "date": "1801-02-01 10:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1801-02-01 09:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-445"}, "ids-in-sources": {"a2": "445"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "1", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "445", "PRO": "S", "SEC": "40", "YEA": "1801", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "given": "Maximilien Paul Emile", "family": "Littré", "official": {"given": "Maximilien Paul Emile"}}, "birth": {"date": "1801-02-01 10:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "640"}}, "raw": {"NR": "640", "GNR": "SA2445", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "2", "CODE": "4", "JAHR": "1801", "KORR": "", "MARS": "35", "MODE": "LMT", "MOND": "20", "NAME": "LITTRÉ (MAXIMILIEN PAUL EMILE).", "AUFAB": "-3.00", "PHAS_": "95.800", "SONNE": "5", "VENUS": "2", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "22", "GEBZEIT": "10.00", "JUPITER": "25", "ELECTAGE": "57,0", "ELECTDAT": "02.02.1858", "GEBDATUM": "01.02.1801", "STBDATUM": "02.06.1881"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2536	loir-adrien-1862-12-15	{"a2": "449", "afd5": "644"}	{"lerrcp": "A2-449", "muller": "M5-644"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Adrien", "family": "Loir", "spouse": [], "official": {"given": "Adrien Charles Marie", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1862-12-15 13:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "1", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1862-12-15 12:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Adrien", "family": "Loir"}, "birth": {"tzo": "+00:19:23", "date": "1862-12-15 13:00", "place": {"c2": "69", "c3": "1", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1862-12-15 12:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-449"}, "ids-in-sources": {"a2": "449"}}, "raw": {"H": "12", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "15", "LAT": "45N46", "LON": "4E50", "MON": "12", "NUM": "449", "PRO": "S", "SEC": "40", "YEA": "1862", "CITY": "LYON 1ER"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Loir", "official": {"given": "Adrien Charles Marie"}}, "birth": {"date": "1862-12-15 13:00", "place": {"name": "Lyon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "644"}}, "raw": {"NR": "644", "GNR": "SA2449", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1862", "KORR": "", "MARS": "1", "MODE": "LMT", "MOND": "20", "NAME": "LOIR (ADRIEN CHARLES MARIE).", "AUFAB": "-10.40", "PHAS_": "44.300", "SONNE": "12", "VENUS": "12", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "19", "GEBZEIT": "13.00", "JUPITER": "18", "ELECTAGE": "68,6", "ELECTDAT": "07.07.1931", "GEBDATUM": "15.12.1862", "STBDATUM": "16.12.1941"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2537	loir-jean-1816-07-18	{"a2": "450", "afd5": "645"}	{"lerrcp": "A2-450", "muller": "M5-645"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Loir", "spouse": [], "official": {"given": "Jean Joseph Adrien", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1816-07-18 01:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1816-07-18 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Loir"}, "birth": {"tzo": "+00:09:24", "date": "1816-07-18 01:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1816-07-18 00:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-450"}, "ids-in-sources": {"a2": "450"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "18", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "450", "PRO": "S", "SEC": "40", "YEA": "1816", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Loir", "official": {"given": "Jean Joseph Adrien"}}, "birth": {"date": "1816-07-18 01:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "645"}}, "raw": {"NR": "645", "GNR": "SA2450", "JU_": "1", "MA_": "1", "MO_": "2", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "4", "JAHR": "1816", "KORR": "", "MARS": "26", "MODE": "LMT", "MOND": "2", "NAME": "LOIR (JEAN JOSEPH ADRIEN).", "AUFAB": "-9.50", "PHAS_": "45.700", "SONNE": "29", "VENUS": "30", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "8", "GEBZEIT": "01.00", "JUPITER": "21", "ELECTAGE": "63,6", "ELECTDAT": "27.01.1880", "GEBDATUM": "18.07.1816", "STBDATUM": "25.02.1899"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2539	lortet-louis-1836-08-22	{"a2": "452", "g55": "01-344", "afd5": "647"}	{"g55": "01-344", "lerrcp": "A2-452", "muller": "M5-647"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Lortet", "spouse": [], "official": {"given": "Louis", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:14", "date": "1836-08-22 03:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.80755, "lat": 45.71404, "name": "Oullins", "geoid": 2988998}, "notime": null, "date-ut": "1836-08-22 02:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Lortet"}, "birth": {"tzo": "+00:19:14", "date": "1836-08-22 03:00", "place": {"c2": "69", "cy": "FR", "lg": 4.80755, "lat": 45.71404, "name": "Oullins", "geoid": 2988998}, "date-ut": "1836-08-22 02:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-452"}, "ids-in-sources": {"a2": "452"}}, "raw": {"H": "2", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "22", "LAT": "45N46", "LON": "4E50", "MON": "8", "NUM": "452", "PRO": "S", "SEC": "40", "YEA": "1836", "CITY": "OULLINS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lortet", "official": {"given": "Louis"}}, "birth": {"date": "1836-08-22 03:00", "place": {"name": "Oullins"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "647"}}, "raw": {"NR": "647", "GNR": "SA2452", "JU_": "2", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "2", "CODE": "3", "JAHR": "1836", "KORR": "", "MARS": "4", "MODE": "LMT", "MOND": "22", "NAME": "LORTET (LOUIS).", "AUFAB": "10.80", "PHAS_": "73.000", "SONNE": "33", "VENUS": "1", "BREITE": "45 N 46", "GEBORT": "Oullins (Rhône)", "LAENGE": "004 E 50", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "26", "GEBZEIT": "03.00", "JUPITER": "36", "ELECTAGE": "63,9", "ELECTDAT": "10.07.1900", "GEBDATUM": "22.08.1836", "STBDATUM": "25.12.1909"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-344"}, "ids-in-source": {"g55": "01-344"}}, "raw": {"DAY": "22-8-1836", "HOUR": "3 h.", "NAME": "* LORTET Louis", "PLACE": "Oullins (Rhône)."}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21383	louvel-jacques-joseph-henri-1898-03-19	{"afd5": "649"}	{"muller": "M5-649"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jacques Joseph Henri", "family": "Louvel", "spouse": [], "official": {"given": "Jacques Joseph Henri", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1898-03-19 23:30", "note": null, "place": {"c1": null, "c2": "61", "c3": null, "cy": "FR", "lg": 0.08333, "lat": 48.43333, "name": "la Ferté-Macé", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Jacques Joseph Henri", "family": "Louvel", "official": {"given": "Jacques Joseph Henri"}}, "birth": {"date": "1898-03-19 23:30", "place": {"c2": "61", "cy": "FR", "lg": 0.08333, "lat": 48.43333, "name": "la Ferté-Macé"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "649"}}, "raw": {"NR": "649", "GNR": "", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "1", "JAHR": "1898", "KORR": "-0.16", "MARS": "29", "MODE": "", "MOND": "29", "NAME": "LOUVEL (JACQUES JOSEPH HENRI).", "AUFAB": "-8.40", "PHAS_": "13.100", "SONNE": "26", "VENUS": "25", "BREITE": "48 N 26", "GEBORT": "la Ferté-Macé (Orne)", "LAENGE": "000 E 05", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "35", "GEBZEIT": "23.30", "JUPITER": "8", "ELECTAGE": "49,1", "ELECTDAT": "01.04.1947", "GEBDATUM": "19.03.1898", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21384	lucien-maurice-charles-camille-1880-04-06	{"afd5": "652"}	{"muller": "M5-652"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Maurice Charles Camille", "family": "Lucien", "spouse": [], "official": {"given": "Maurice Charles Camille", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1880-04-06 08:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Chàlons-sur-Marne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Maurice Charles Camille", "family": "Lucien", "official": {"given": "Maurice Charles Camille"}}, "birth": {"date": "1880-04-06 08:00", "place": {"c2": "51", "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Chàlons-sur-Marne"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "652"}}, "raw": {"NR": "652", "GNR": "", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1880", "KORR": "", "MARS": "35", "MODE": "LMT", "MOND": "7", "NAME": "LUCIEN (MAURICE CHARLES CAMILLE).", "AUFAB": "-8.10", "PHAS_": "13.600", "SONNE": "4", "VENUS": "6", "BREITE": "48 N 57", "GEBORT": "Chàlons-sur-Marne (Marne)", "LAENGE": "004 E 22", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "4", "GEBZEIT": "08.00", "JUPITER": "5", "ELECTAGE": "67,0", "ELECTDAT": "25.03.1947", "GEBDATUM": "06.04.1880", "STBDATUM": "11.07.1968"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2543	lunier-ludger-1822-03-26	{"a2": "456", "g55": "01-347", "afd5": "654"}	{"g55": "01-347", "lerrcp": "A2-456", "muller": "M5-654"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Ludger", "family": "Lunier", "spouse": [], "official": {"given": "Ludger Jules Joseph", "family": null}}	\N	{"lmt": null, "tzo": "+00:02:47", "date": "1822-03-26 02:00", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": 0.6952, "lat": 47.24329, "name": "Sorigny", "geoid": 2974185}, "notime": null, "date-ut": "1822-03-26 01:57:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ludger", "family": "Lunier"}, "birth": {"tzo": "+00:02:47", "date": "1822-03-26 02:00", "place": {"c2": "37", "cy": "FR", "lg": 0.6952, "lat": 47.24329, "name": "Sorigny", "geoid": 2974185}, "date-ut": "1822-03-26 01:57:12"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-456"}, "ids-in-sources": {"a2": "456"}}, "raw": {"H": "1", "MN": "57", "TZ": "0", "COD": "37", "COU": "F", "DAY": "26", "LAT": "47N24", "LON": "0E42", "MON": "3", "NUM": "456", "PRO": "S", "SEC": "12", "YEA": "1822", "CITY": "SORIGNY"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lunier", "official": {"given": "Ludger Jules Joseph"}}, "birth": {"date": "1822-03-26 02:00", "place": {"name": "Sorigny"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "654"}}, "raw": {"NR": "654", "GNR": "SA2456", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1822", "KORR": "", "MARS": "15", "MODE": "LMT", "MOND": "26", "NAME": "LUNIER (LUDGER JULES JOSEPH).", "AUFAB": "6.20", "PHAS_": "10.500", "SONNE": "30", "VENUS": "33", "BREITE": "47 N 24", "GEBORT": "Sorigny (Indre-et-Loire)", "LAENGE": "000 E 42", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "28", "GEBZEIT": "02.00", "JUPITER": "27", "ELECTAGE": "61,2", "ELECTDAT": "22.05.1883", "GEBDATUM": "26.03.1822", "STBDATUM": "06.09.1885"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-347"}, "ids-in-source": {"g55": "01-347"}}, "raw": {"DAY": "26-3-1822", "HOUR": "2 h.", "NAME": "LUNIER Ludger Jules", "PLACE": "Sorigny (Indre-et-Loire)."}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21385	macheboeuf-michel-alexandre-marie-1900-10-19	{"afd5": "656"}	{"muller": "M5-656"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Michel Alexandre Marie", "family": "Macheboeuf", "spouse": [], "official": {"given": "Michel Alexandre Marie", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1900-10-19 04:00", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 45.78333, "name": "Châtel-Guyon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Michel Alexandre Marie", "family": "Macheboeuf", "official": {"given": "Michel Alexandre Marie"}}, "birth": {"date": "1900-10-19 04:00", "place": {"c2": "63", "cy": "FR", "lg": 3.08333, "lat": 45.78333, "name": "Châtel-Guyon"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "656"}}, "raw": {"NR": "656", "GNR": "", "JU_": "1", "MA_": "1", "MO_": "2", "SA_": "1", "SO_": "0", "VE_": "2", "CODE": "1", "JAHR": "1900", "KORR": "-0.16", "MARS": "6", "MODE": "", "MOND": "3", "NAME": "MACHEBOEUF (MICHEL ALEXANDRE MARIE).", "AUFAB": "-7.90", "PHAS_": "17.800", "SONNE": "33", "VENUS": "3", "BREITE": "45 N 47", "GEBORT": "Châtel-Guyon (Puy-de-Dôme)", "LAENGE": "003 E 05", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "27", "GEBZEIT": "04.00", "JUPITER": "29", "ELECTAGE": "52,6", "ELECTDAT": "05.05.1953", "GEBDATUM": "19.10.1900", "STBDATUM": "20.08.1953"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2548	mahe-jean-1830-06-24	{"a2": "461", "g55": "01-350", "afd5": "660"}	{"g55": "01-350", "lerrcp": "A2-461", "muller": "M5-660"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Mahé", "spouse": [], "official": {"given": "Jean-Baptiste", "family": null}}	\N	{"lmt": null, "tzo": "-00:10:29", "date": "1830-06-24 04:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -2.61922, "lat": 48.3576, "name": "Trédaniel", "geoid": 2971989}, "notime": null, "date-ut": "1830-06-24 09:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Mahe"}, "birth": {"tzo": "-00:10:29", "date": "1830-06-24 09:00", "place": {"c2": "22", "cy": "FR", "lg": -2.61922, "lat": 48.3576, "name": "Trédaniel", "geoid": 2971989}, "date-ut": "1830-06-24 09:11"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-461"}, "ids-in-sources": {"a2": "461"}}, "raw": {"H": "9", "MN": "11", "TZ": "0", "COD": "22", "COU": "F", "DAY": "24", "LAT": "48N31", "LON": "2W45", "MON": "6", "NUM": "461", "PRO": "S", "SEC": "0", "YEA": "1830", "CITY": "TREDANIEL"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Mahé", "official": {"given": "Jean-Baptiste"}}, "birth": {"date": "1830-06-24 04:00", "place": {"name": "Trédaniel"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "660"}}, "raw": {"NR": "660", "GNR": "SA2461", "JU_": "0", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "2", "CODE": "2", "JAHR": "1830", "KORR": "", "MARS": "8", "MODE": "LMT", "MOND": "29", "NAME": "MAHÉ (JEAN-BAPTISTE).", "AUFAB": "6.40", "PHAS_": "13.500", "SONNE": "36", "VENUS": "3", "BREITE": "48 N 31", "GEBORT": "Trédaniel (Côtes-du-Nord)", "LAENGE": "002 W 45", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ-d", "SATURN": "29", "GEBZEIT": "04.00", "JUPITER": "16", "ELECTAGE": "56,1", "ELECTDAT": "29.06.1886", "GEBDATUM": "24.06.1830", "STBDATUM": "18.11.1896"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-350"}, "ids-in-source": {"g55": "01-350"}}, "raw": {"DAY": "24-6-1830", "HOUR": "9 h.", "NAME": "MAHE Jean-Baptiste", "PLACE": "Trédaniel (Côtes-du-Nord)."}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2550	mairet-albert-1852-02-18	{"a2": "463", "g55": "01-352", "afd5": "662"}	{"g55": "01-352", "lerrcp": "A2-463", "muller": "M5-662"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Albert", "family": "Mairet", "spouse": [], "official": {"given": "Jean Albert", "family": null}}	\N	{"lmt": null, "tzo": "+00:27:46", "date": "1852-02-18 18:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.94106, "lat": 47.49849, "name": "Badevel", "geoid": 3035456}, "notime": null, "date-ut": "1852-02-18 17:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Mairet"}, "birth": {"tzo": "+00:27:46", "date": "1852-02-18 18:03:38", "place": {"c2": "25", "cy": "FR", "lg": 6.94106, "lat": 47.49849, "name": "Badevel", "geoid": 3035456}, "date-ut": "1852-02-18 17:35:52"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-463"}, "ids-in-sources": {"a2": "463"}}, "raw": {"H": "17", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "18", "LAT": "47N15", "LON": "6E 2", "MON": "2", "NUM": "463", "PRO": "S", "SEC": "52", "YEA": "1852", "CITY": "BADEVEL"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Mairet", "official": {"given": "Jean Albert"}}, "birth": {"date": "1852-02-18 18:00", "place": {"name": "Badevel"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "662"}}, "raw": {"NR": "662", "GNR": "SA2463", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1852", "KORR": "", "MARS": "5", "MODE": "LMT", "MOND": "21", "NAME": "MAIRET (JEAN ALBERT).", "AUFAB": "-4.80", "PHAS_": "4.000", "SONNE": "19", "VENUS": "15", "BREITE": "47 N 15", "GEBORT": "Badevel (Doubs)", "LAENGE": "006 E 02", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "12", "GEBZEIT": "18.00", "JUPITER": "28", "ELECTAGE": "42,3", "ELECTDAT": "29.05.1894", "GEBDATUM": "18.02.1852", "STBDATUM": "08.11.1935"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-352"}, "ids-in-source": {"g55": "01-352"}}, "raw": {"DAY": "18-2-1852", "HOUR": "18 h.", "NAME": "MAIRET Albert", "PLACE": "Badevel (Doubs)."}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21386	malassez-louis-charles-1842-09-21	{"afd5": "663"}	{"muller": "M5-663"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis Charles", "family": "Malassez", "spouse": [], "official": {"given": "Louis Charles", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1842-09-21 01:00", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.15, "lat": 46.98333, "name": "Nevers", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Louis Charles", "family": "Malassez", "official": {"given": "Louis Charles"}}, "birth": {"date": "1842-09-21 01:00", "place": {"c2": "58", "cy": "FR", "lg": 3.15, "lat": 46.98333, "name": "Nevers"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "663"}}, "raw": {"NR": "663", "GNR": "", "JU_": "1", "MA_": "0", "MO_": "2", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "1", "JAHR": "1842", "KORR": "", "MARS": "32", "MODE": "LMT", "MOND": "10", "NAME": "MALASSEZ (LOUIS CHARLES).", "AUFAB": "-1.30", "PHAS_": "98.500", "SONNE": "29", "VENUS": "25", "BREITE": "46 N 59", "GEBORT": "Nevers (Nièvre)", "LAENGE": "003 E 09", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "21", "GEBZEIT": "01.00", "JUPITER": "21", "ELECTAGE": "51,6", "ELECTDAT": "17.04.1894", "GEBDATUM": "21.09.1842", "STBDATUM": "22.12.1909"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2551	malgaigne-francois-1806-02-14	{"a2": "464", "afd5": "664"}	{"lerrcp": "A2-464", "muller": "M5-664"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "François", "family": "Malgaigne", "spouse": [], "official": {"given": "François Joseph", "family": null}}	\N	{"lmt": null, "tzo": "+00:25:10", "date": "1806-02-14 11:00", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.29117, "lat": 48.3722, "name": "Charmes-sur-Moselle", "geoid": 3026588}, "notime": null, "date-ut": "1806-02-14 10:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "François", "family": "Malaigne"}, "birth": {"tzo": "+00:25:10", "date": "1806-02-14 11:00", "place": {"c2": "88", "cy": "FR", "lg": 6.29117, "lat": 48.3722, "name": "Charmes", "geoid": 3026588}, "date-ut": "1806-02-14 10:34:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-464"}, "ids-in-sources": {"a2": "464"}}, "raw": {"H": "10", "MN": "34", "TZ": "0", "COD": "88", "COU": "F", "DAY": "14", "LAT": "48N10", "LON": "6E28", "MON": "2", "NUM": "464", "PRO": "S", "SEC": "8", "YEA": "1806", "CITY": "CHARMES"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Malgaigne", "official": {"given": "François Joseph"}}, "birth": {"date": "1806-02-14 11:00", "place": {"name": "Charmes-sur-Moselle"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "664"}}, "raw": {"NR": "664", "GNR": "SA2464", "JU_": "0", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1806", "KORR": "", "MARS": "7", "MODE": "LMT", "MOND": "14", "NAME": "MALGAIGNE (FRANCOIS JOSEPH).", "AUFAB": "-7.80", "PHAS_": "18.100", "SONNE": "7", "VENUS": "5", "BREITE": "48 N 10", "GEBORT": "Charmes-sur-Moselle (Vosges)", "LAENGE": "006 E 28", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "20", "GEBZEIT": "11.00", "JUPITER": "15", "ELECTAGE": "40,4", "ELECTDAT": "23.06.1846", "GEBDATUM": "14.02.1806", "STBDATUM": "17.10.1865"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2554	malle-pierre-1805-02-12	{"a2": "467", "g55": "01-355", "afd5": "667"}	{"g55": "01-355", "lerrcp": "A2-467", "muller": "M5-667"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre", "family": "Malle", "spouse": [], "official": {"given": "Pierre Nicolas François", "family": null}}	\N	{"lmt": null, "tzo": "+00:07:26", "date": "1805-02-12 09:30", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 1.85635, "lat": 50.95194, "name": "Calais", "geoid": 3029162}, "notime": null, "date-ut": "1805-02-12 09:18:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Malle"}, "birth": {"tzo": "+00:07:26", "date": "1805-02-12 09:26:22", "place": {"c2": "62", "cy": "FR", "lg": 1.85635, "lat": 50.95194, "name": "Calais", "geoid": 3029162}, "date-ut": "1805-02-12 09:18:56"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-467"}, "ids-in-sources": {"a2": "467"}}, "raw": {"H": "9", "MN": "18", "TZ": "0", "COD": "62", "COU": "F", "DAY": "12", "LAT": "50N18", "LON": "2E46", "MON": "2", "NUM": "467", "PRO": "S", "SEC": "56", "YEA": "1805", "CITY": "CALAIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Malle", "official": {"given": "Pierre Nicolas François"}}, "birth": {"date": "1805-02-12 09:30", "place": {"name": "Calais"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "667"}}, "raw": {"NR": "667", "GNR": "SA2467", "JU_": "0", "MA_": "0", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "4", "JAHR": "1805", "KORR": "", "MARS": "24", "MODE": "LMT", "MOND": "25", "NAME": "MALLE (PIERRE NICOLAS FRANCOIS).", "AUFAB": "6.00", "PHAS_": "95.400", "SONNE": "4", "VENUS": "7", "BREITE": "50 N 18", "GEBORT": "Calais (Pas-de-Calais)", "LAENGE": "002 E 46", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "19", "GEBZEIT": "09.30", "JUPITER": "15", "ELECTAGE": "31,9", "ELECTDAT": "31.12.1836", "GEBDATUM": "12.02.1805", "STBDATUM": "16.08.1852"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-355"}, "ids-in-source": {"g55": "01-355"}}, "raw": {"DAY": "12-2-1805", "HOUR": "9 h. 30", "NAME": "\\fMALLE Pierre", "PLACE": "Calais (Pas-de-Calais)."}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
886	teisseire-lucien-1919-12-11	{"a1": "886", "g55": "03-198", "3a_sports": "3983", "cfepp-final3": "375"}	{"g55": "03-198", "cfepp": "CF-375", "cpara": "CP-398", "ertel": "ES-3983", "lerrcp": "A1-886"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Teisseire", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1919-12-11 16:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.26667, "lat": 43.7, "name": "Saint-Laurent-du-Var", "geoid": 0}, "notime": null, "date-ut": "1919-12-11 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Teisseire"}, "birth": {"tzo": "+00:00", "date": "1919-12-11 16:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26667, "lat": 43.7, "name": "Saint-Laurent-du-V", "geoid": 0}, "date-ut": "1919-12-11 16:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-886"}, "ids-in-sources": {"a1": "886"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "06", "COU": "F", "DAY": "11", "LAT": "43N42", "LON": "7E16", "MON": "12", "NUM": "886", "PRO": "C", "SEC": "0", "YEA": "1919", "CITY": "ST-LAURENT-DU-V"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1919-12-11 16:00"}, "partial-ids": {"ertel": "ES-3983"}}, "raw": {"L": "", "MF": "", "NR": "3983", "ENG": "", "MA_": "0", "G_NR": "886", "MA12": "8", "MARS": "24", "NAME": "Teisseire", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,900", "CSINR": "", "KURTZ": "", "PHAS_": "82,400", "STUND": "16,00", "CFEPNR": "375", "EXTEND": "", "NATION": "FRA", "TAGMON": "11.12.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "398", "VORNAME": "Lucien", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "11.12.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1919-12-11 16:00", "place": {"c3": ""}, "date-ut": "1919-12-11 16:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "375"}}, "raw": {"S": "8", "LT": "16 00", "LV": "FI", "TR": "f", "UT": "16 00", "LAT": "+43.67", "SRC": "ALG", "LONG": "-07.19", "NAME": "TEISSEIRE Lucien", "SPORT": "Cycling", "LOC_DATE": "1919 12 11", "UNIV_DATE": "1919 12 11", "BIRTH_PLACE": "ST LAURENT DU VAR", "POSTAL_CODE": "06703 CEDEX"}, "date": "2023-08-20T14:46:01+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Laurent-du-Var"}}, "partial-ids": {"g55": "03-198"}, "ids-in-source": {"g55": "03-198"}}, "raw": {"DAY": "11-12-1919", "HOUR": "16 h.", "NAME": "TEISSEIRE Lucien", "PLACE": "Saint-Laurent-du-Var (Alpes-M.)."}, "date": "2023-08-20T14:48:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
18995	malmejac-jean-1903-06-05	{"e1": "1367", "afd5": "669"}	{"lerrcp": "E1-1367", "muller": "M5-669"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Malméjac", "spouse": [], "official": {"given": "Jean Léopold Rémi Jacques", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-06-05 04:45", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "notime": null, "date-ut": "1903-06-05 04:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Malmejac"}, "birth": {"tzo": "+00:09", "date": "1903-06-05 04:45", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "date-ut": "1903-06-05 04:36"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1367"}}, "raw": {"H": "04:45", "COD": "62", "DAY": "05", "MON": "06", "NUM": "1367", "PRO": "PH", "YEA": "1903", "CITY": "Arras", "NAME": "MALMEJAC Jean", "NOTE": "+"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Malméjac", "official": {"given": "Jean Léopold Rémi Jacques"}}, "birth": {"date": "1903-06-05 04:45", "place": {"name": "Arras"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "669"}}, "raw": {"NR": "669", "GNR": "ND1136", "JU_": "0", "MA_": "0", "MO_": "0", "SA_": "2", "SO_": "2", "VE_": "1", "CODE": "3", "JAHR": "1903", "KORR": "-0.16", "MARS": "24", "MODE": "", "MOND": "23", "NAME": "MALMÉJAC (JEAN LÉOPOLD RÉMI JACQUES).", "AUFAB": "9.70", "PHAS_": "75.400", "SONNE": "1", "VENUS": "31", "BREITE": "50 N 18", "GEBORT": "Arras (Pas-de-Calais)", "LAENGE": "002 E 46", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "11", "GEBZEIT": "04.45", "JUPITER": "7", "ELECTAGE": "68,8", "ELECTDAT": "14.03.1972", "GEBDATUM": "05.06.1903", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
21387	mans-antonin-1899-01-01	{"afd5": "672"}	{"muller": "M5-672"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Antonin", "family": "Mans", "spouse": [], "official": {"given": "Antonin", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1899-01-01 21:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.88333, "lat": 43.61667, "name": "Florensac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Antonin", "family": "Mans", "official": {"given": "Antonin"}}, "birth": {"date": "1899-01-01 21:00", "place": {"c2": "34", "cy": "FR", "lg": 3.88333, "lat": 43.61667, "name": "Florensac"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "672"}}, "raw": {"NR": "672", "GNR": "", "JU_": "1", "MA_": "1", "MO_": "2", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "1", "JAHR": "1899", "KORR": "-0.16", "MARS": "4", "MODE": "", "MOND": "36", "NAME": "MANS (ANTONIN).", "AUFAB": "-5.80", "PHAS_": "86.300", "SONNE": "24", "VENUS": "27", "BREITE": "43 N 37", "GEBORT": "Florensac (Hérault)", "LAENGE": "003 E 53", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "26", "GEBZEIT": "21.00", "JUPITER": "30", "ELECTAGE": "58,5", "ELECTDAT": "02.07.1957", "GEBDATUM": "01.01.1899", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
19008	marcenac-louis-1885-02-16	{"e1": "1381", "afd5": "673"}	{"lerrcp": "E1-1381", "muller": "M5-673"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Marcenac", "spouse": [], "official": {"given": "Louis Noël", "family": null}}	\N	{"lmt": null, "tzo": "+00:06", "date": "1885-02-16 02:00", "note": null, "place": {"c1": null, "c2": "19", "c3": "", "cy": "FR", "lg": 1.45063, "lat": 45.19392, "name": "le Burg-de-Varetz", "geoid": 2970673}, "notime": null, "date-ut": "1885-02-16 01:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Marcenac"}, "birth": {"tzo": "+00:06", "date": "1885-02-16 02:00", "place": {"c2": "19", "c3": "", "cy": "FR", "lg": 1.45063, "lat": 45.19392, "name": "Varetz", "geoid": 2970673}, "date-ut": "1885-02-16 01:54"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1381"}}, "raw": {"H": "02:00", "COD": "19", "DAY": "16", "MON": "02", "NUM": "1381", "PRO": "PH", "YEA": "1885", "CITY": "Varetz", "NAME": "MARCENAC Louis", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Marcenac", "official": {"given": "Louis Noël"}}, "birth": {"date": "1885-02-16 02:00", "place": {"name": "le Burg-de-Varetz"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "673"}}, "raw": {"NR": "673", "GNR": "ND1138", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1885", "KORR": "", "MARS": "30", "MODE": "LMT", "MOND": "29", "NAME": "MARCENAC (LOUIS NOEL).", "AUFAB": "0.80", "PHAS_": "0.900", "SONNE": "30", "VENUS": "31", "BREITE": "45 N 16", "GEBORT": "le Burg-de-Varetz (Corrèze)", "LAENGE": "001 E 46", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "17", "GEBZEIT": "02.00", "JUPITER": "11", "ELECTAGE": "76,0", "ELECTDAT": "07.02.1961", "GEBDATUM": "16.02.1885", "STBDATUM": "16.01.1970"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2559	marey-etienne-1830-03-05	{"a2": "472", "g55": "01-360", "afd5": "676"}	{"g55": "01-360", "lerrcp": "A2-472", "muller": "M5-676"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Etienne", "family": "Marey", "spouse": [], "official": {"given": "Etienne Jules", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:21", "date": "1830-03-05 20:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 4.83887, "lat": 47.02413, "name": "Beaune", "geoid": 3034126}, "notime": null, "date-ut": "1830-03-05 19:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Marey"}, "birth": {"tzo": "+00:19:21", "date": "1830-03-05 20:00", "place": {"c2": "21", "cy": "FR", "lg": 4.83887, "lat": 47.02413, "name": "Beaune", "geoid": 3034126}, "date-ut": "1830-03-05 19:39:52"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-472"}, "ids-in-sources": {"a2": "472"}}, "raw": {"H": "19", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "5", "LAT": "47N19", "LON": "5E 2", "MON": "3", "NUM": "472", "PRO": "S", "SEC": "52", "YEA": "1830", "CITY": "BEAUNE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Marey", "official": {"given": "Etienne Jules"}}, "birth": {"date": "1830-03-05 20:00", "place": {"name": "Beaune"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "676"}}, "raw": {"NR": "676", "GNR": "SA2472", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1830", "KORR": "", "MARS": "28", "MODE": "LMT", "MOND": "8", "NAME": "MAREY (ETIENNE JULES).", "AUFAB": "8.70", "PHAS_": "81.100", "SONNE": "22", "VENUS": "21", "BREITE": "47 N 19", "GEBORT": "Beaune (Côte-d'Or)", "LAENGE": "005 E 02", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "7", "GEBZEIT": "20.00", "JUPITER": "27", "ELECTAGE": "42,0", "ELECTDAT": "06.02.1872", "GEBDATUM": "05.03.1830", "STBDATUM": "15.05.1904"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-360"}, "ids-in-source": {"g55": "01-360"}}, "raw": {"DAY": "5-3-1830", "HOUR": "20 h.", "NAME": "* MAREY Etienne", "PLACE": "Beaune (Côte-d’Or)."}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
3213	margarot-jean-1883-02-28	{"a2": "1127", "g55": "02-337", "afd5": "678"}	{"g55": "02-337", "lerrcp": "A2-1127", "muller": "M5-678"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Margarot", "spouse": [], "official": {"given": "Paul Jean César", "family": null}}	\N	{"lmt": null, "tzo": "+00:17:05", "date": "1883-02-28 03:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.26948, "lat": 43.75725, "name": "Uchaud", "geoid": 2971412}, "notime": null, "date-ut": "1883-02-28 02:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Margarot"}, "birth": {"tzo": "+00:17:05", "date": "1883-02-28 03:00", "place": {"c2": "30", "cy": "FR", "lg": 4.26948, "lat": 43.75725, "name": "Uchaud", "geoid": 2971412}, "date-ut": "1883-02-28 02:42:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1127"}, "ids-in-sources": {"a2": "1127"}}, "raw": {"H": "2", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "28", "LAT": "43N51", "LON": "4E21", "MON": "2", "NUM": "1127", "PRO": "S", "SEC": "36", "YEA": "1883", "CITY": "UCHAUD"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Margarot", "official": {"given": "Paul Jean César"}}, "birth": {"date": "1883-02-28 03:00", "place": {"name": "Uchaud"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "678"}}, "raw": {"NR": "678", "GNR": "SA2112", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1883", "KORR": "", "MARS": "33", "MODE": "LMT", "MOND": "7", "NAME": "MARGAROT (PAUL JEAN CÉSAR).", "AUFAB": "-8.10", "PHAS_": "71.100", "SONNE": "31", "VENUS": "35", "BREITE": "43 N 51", "GEBORT": "Uchaud (Gard)", "LAENGE": "004 E 21", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "24", "GEBZEIT": "03.00", "JUPITER": "20", "ELECTAGE": "74,1", "ELECTDAT": "02.04.1957", "GEBDATUM": "28.02.1883", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "02-337"}, "ids-in-source": {"g55": "02-337"}}, "raw": {"DAY": "28-2-1883", "HOUR": "3 h.", "NAME": "MARGAROT Jean", "PLACE": "Uchaud (Gard)."}, "date": "2023-08-20T14:48:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3214	marie-julien-1899-05-03	{"a2": "1128", "g55": "02-338", "afd5": "679"}	{"g55": "02-338", "lerrcp": "A2-1128", "muller": "M5-679"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Julien", "family": "Marie", "spouse": [], "official": {"given": "Julien Jean", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-05-03 11:00", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 0.51667, "lat": 49.35, "name": "Pont-Audemer", "geoid": 2986294}, "notime": null, "date-ut": "1899-05-03 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Julien", "family": "Marie"}, "birth": {"tzo": "+00:09:21", "date": "1899-05-03 11:00", "place": {"c2": "27", "cy": "FR", "lg": 0.51667, "lat": 49.35, "name": "Pont-Audemer", "geoid": 2986294}, "date-ut": "1899-05-03 10:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1128"}, "ids-in-sources": {"a2": "1128"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "27", "COU": "F", "DAY": "3", "LAT": "49N 1", "LON": "1E11", "MON": "5", "NUM": "1128", "PRO": "S", "SEC": "40", "YEA": "1899", "CITY": "PONT-AUDEMER"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Marie", "official": {"given": "Julien Jean"}}, "birth": {"date": "1899-05-03 11:00", "place": {"name": "Pont-Audemer"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "679"}}, "raw": {"NR": "679", "GNR": "SA2112", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "0", "SO_": "0", "VE_": "2", "CODE": "3", "JAHR": "1899", "KORR": "-0.16", "MARS": "1", "MODE": "", "MOND": "17", "NAME": "MARIE (JULIEN JEAN).", "AUFAB": "-11.40", "PHAS_": "47.200", "SONNE": "8", "VENUS": "11", "BREITE": "49 N 01", "GEBORT": "Pont-Audemer (Eure)", "LAENGE": "001 E 11", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "23", "GEBZEIT": "11.00", "JUPITER": "27", "ELECTAGE": "70,7", "ELECTDAT": "16.12.1969", "GEBDATUM": "03.05.1899", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "02-338"}, "ids-in-source": {"g55": "02-338"}}, "raw": {"DAY": "3-5-1899", "HOUR": "11 h.", "NAME": "MARIE Julien", "PLACE": "Pont-Audemer (Eure)."}, "date": "2023-08-20T14:48:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2561	marie-pierre-1853-09-09	{"a2": "474", "afd5": "680"}	{"lerrcp": "A2-474", "muller": "M5-680"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre", "family": "Marie", "spouse": [], "official": {"given": "Pierre", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1853-09-09 05:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1853-09-09 05:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Marie"}, "birth": {"tzo": "+00:09:24", "date": "1853-09-09 05:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1853-09-09 05:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-474"}, "ids-in-sources": {"a2": "474"}}, "raw": {"H": "5", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "9", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "474", "PRO": "S", "SEC": "40", "YEA": "1853", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Marie", "official": {"given": "Pierre"}}, "birth": {"date": "1853-09-09 05:30", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "680"}}, "raw": {"NR": "680", "GNR": "SA2474", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "2", "VE_": "0", "CODE": "4", "JAHR": "1853", "KORR": "", "MARS": "6", "MODE": "LMT", "MOND": "28", "NAME": "MARIE (PIERRE).", "AUFAB": "10.40", "PHAS_": "34.600", "SONNE": "36", "VENUS": "32", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "10", "GEBZEIT": "05.30", "JUPITER": "27", "ELECTAGE": "57,8", "ELECTDAT": "27.06.1911", "GEBDATUM": "09.09.1853", "STBDATUM": "13.04.1940"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21388	marquezy-robert-alexandre-1892-10-05	{"afd5": "684"}	{"muller": "M5-684"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Robert Alexandre", "family": "Marquézy", "spouse": [], "official": {"given": "Robert Alexandre", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1892-10-05 11:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.08333, "lat": 49.43333, "name": "Rouen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Robert Alexandre", "family": "Marquézy", "official": {"given": "Robert Alexandre"}}, "birth": {"date": "1892-10-05 11:00", "place": {"c2": "76", "cy": "FR", "lg": 1.08333, "lat": 49.43333, "name": "Rouen"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "684"}}, "raw": {"NR": "684", "GNR": "", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "2", "CODE": "1", "JAHR": "1892", "KORR": "-0.16", "MARS": "31", "MODE": "", "MOND": "27", "NAME": "MARQUÉZY (ROBERT ALEXANDRE).", "AUFAB": "4.90", "PHAS_": "97.600", "SONNE": "8", "VENUS": "12", "BREITE": "49 N 26", "GEBORT": "Rouen (Seine-Inférieure)", "LAENGE": "001 E 05", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "9", "GEBZEIT": "11.00", "JUPITER": "25", "ELECTAGE": "59,4", "ELECTDAT": "29.01.1952", "GEBDATUM": "05.10.1892", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
3216	marquis-eugene-1879-05-27	{"a2": "1130", "g55": "02-340", "afd5": "685"}	{"g55": "02-340", "lerrcp": "A2-1130", "muller": "M5-685"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Eugène", "family": "Marquis", "spouse": [], "official": {"given": "Eugène", "family": null}}	\N	{"lmt": null, "tzo": "-00:07:47", "date": "1879-05-27 03:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.94535, "lat": 48.29617, "name": "Bécherel", "geoid": 3033937}, "notime": null, "date-ut": "1879-05-27 03:06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Marquis"}, "birth": {"tzo": "-00:07:47", "date": "1879-05-27 03:00", "place": {"c2": "35", "cy": "FR", "lg": -1.94535, "lat": 48.29617, "name": "Bécherel", "geoid": 3033937}, "date-ut": "1879-05-27 03:06:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1130"}, "ids-in-sources": {"a2": "1130"}}, "raw": {"H": "3", "MN": "6", "TZ": "0", "COD": "35", "COU": "F", "DAY": "27", "LAT": "48N 7", "LON": "1W40", "MON": "5", "NUM": "1130", "PRO": "S", "SEC": "40", "YEA": "1879", "CITY": "BECHEREL"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Marquis", "official": {"given": "Eugène"}}, "birth": {"date": "1879-05-27 03:00", "place": {"name": "Bécherel"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "685"}}, "raw": {"NR": "685", "GNR": "SA2113", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "2", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1879", "KORR": "", "MARS": "3", "MODE": "LMT", "MOND": "24", "NAME": "MARQUIS (EUGENE).", "AUFAB": "8.90", "PHAS_": "29.400", "SONNE": "34", "VENUS": "28", "BREITE": "48 N 07", "GEBORT": "Bécherel (Ille-et-Vilaine)", "LAENGE": "001 W 40", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "1", "GEBZEIT": "03.00", "JUPITER": "4", "ELECTAGE": "61,8", "ELECTDAT": "11.02.1941", "GEBDATUM": "27.05.1879", "STBDATUM": "14.04.1962"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "02-340"}, "ids-in-source": {"g55": "02-340"}}, "raw": {"DAY": "27-5-1879", "HOUR": "3 h.", "NAME": "MARQUIS Eugène", "PLACE": "Bécherel (Ille-et-Vilaine)."}, "date": "2023-08-20T14:48:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2569	martins-charles-1806-02-06	{"a2": "482", "afd5": "690"}	{"lerrcp": "A2-482", "muller": "M5-690"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles", "family": "Martins", "spouse": [], "official": {"given": "Charles Frédéric", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1806-02-06 19:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1806-02-06 18:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Martins"}, "birth": {"tzo": "+00:09:24", "date": "1806-02-06 19:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1806-02-06 18:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-482"}, "ids-in-sources": {"a2": "482"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "6", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "482", "PRO": "S", "SEC": "40", "YEA": "1806", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Martins", "official": {"given": "Charles Frédéric"}}, "birth": {"date": "1806-02-06 19:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "690"}}, "raw": {"NR": "690", "GNR": "SA2482", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "4", "JAHR": "1806", "KORR": "", "MARS": "21", "MODE": "LMT", "MOND": "33", "NAME": "MARTINS (CHARLES FRÉDÉRIC).", "AUFAB": "-5.60", "PHAS_": "90.700", "SONNE": "21", "VENUS": "16", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "31", "GEBZEIT": "19.00", "JUPITER": "25", "ELECTAGE": "53,2", "ELECTDAT": "28.03.1859", "GEBDATUM": "06.02.1806", "STBDATUM": "07.03.1889"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2566	martel-pierre-1870-04-10	{"a2": "479", "g55": "01-366", "afd5": "687"}	{"g55": "01-366", "lerrcp": "A2-479", "muller": "M5-687"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre", "family": "Martel", "spouse": [], "official": {"given": "Pierre Henri", "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1870-04-10 19:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Basuel", "geoid": 0}, "notime": null, "date-ut": "1870-04-10 18:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Martel"}, "birth": {"tzo": "+00:12:20", "date": "1870-04-10 19:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Basuel", "geoid": 0}, "date-ut": "1870-04-10 18:47:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-479"}, "ids-in-sources": {"a2": "479"}}, "raw": {"H": "18", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "10", "LAT": "50N39", "LON": "3E 5", "MON": "4", "NUM": "479", "PRO": "S", "SEC": "40", "YEA": "1870", "CITY": "BASUEL"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Martel", "official": {"given": "Pierre Henri"}}, "birth": {"date": "1870-04-10 19:00", "place": {"name": "Basuel"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "687"}}, "raw": {"NR": "687", "GNR": "SA2479", "JU_": "0", "MA_": "1", "MO_": "2", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1870", "KORR": "", "MARS": "20", "MODE": "LMT", "MOND": "9", "NAME": "MARTEL (PIERRE HENRI).", "AUFAB": "10.40", "PHAS_": "58.600", "SONNE": "19", "VENUS": "24", "BREITE": "50 N 39", "GEBORT": "Basuel (Nord)", "LAENGE": "003 E 05", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "30", "GEBZEIT": "19.00", "JUPITER": "15", "ELECTAGE": "48,0", "ELECTDAT": "16.04.1918", "GEBDATUM": "10.04.1870", "STBDATUM": "10.12.1957"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Basuel"}}, "partial-ids": {"g55": "01-366"}, "ids-in-source": {"g55": "01-366"}}, "raw": {"DAY": "10-4-1870", "HOUR": "19 h.", "NAME": "MARTEL Pierre", "PLACE": "Basuel (Nord)."}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2567	martin-claude-1843-05-17	{"a2": "480", "g55": "01-367", "afd5": "688"}	{"g55": "01-367", "lerrcp": "A2-480", "muller": "M5-688"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Claude", "family": "Martin", "spouse": [], "official": {"given": "Claude", "family": null}}	\N	{"lmt": null, "tzo": "+00:17:34", "date": "1843-05-17 01:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Etienne", "geoid": 2980291}, "notime": null, "date-ut": "1843-05-17 00:42:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Martin"}, "birth": {"tzo": "+00:17:34", "date": "1843-05-17 01:00", "place": {"c2": "42", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1843-05-17 00:42:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-480"}, "ids-in-sources": {"a2": "480"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "42", "COU": "F", "DAY": "17", "LAT": "45N26", "LON": "4E23", "MON": "5", "NUM": "480", "PRO": "S", "SEC": "28", "YEA": "1843", "CITY": "ST-ETIENNE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Martin", "official": {"given": "Claude"}}, "birth": {"date": "1843-05-17 01:00", "place": {"name": "Saint-Etienne"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "688"}}, "raw": {"NR": "688", "GNR": "SA2480", "JU_": "2", "MA_": "0", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1843", "KORR": "", "MARS": "8", "MODE": "LMT", "MOND": "6", "NAME": "MARTIN (CLAUDE).", "AUFAB": "-6.30", "PHAS_": "88.000", "SONNE": "30", "VENUS": "33", "BREITE": "45 N 26", "GEBORT": "Saint-Etienne (Loire)", "LAENGE": "004 E 23", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "3", "GEBZEIT": "01.00", "JUPITER": "36", "ELECTAGE": "64,9", "ELECTDAT": "17.03.1908", "GEBDATUM": "17.05.1843", "STBDATUM": "29.01.1911"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-367"}, "ids-in-source": {"g55": "01-367"}}, "raw": {"DAY": "17-5-1843", "HOUR": "1 h.", "NAME": "MARTIN Claude", "PLACE": "Saint-Etienne (Loire)."}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
19034	masse-lucien-1895-01-22	{"e1": "1407", "afd5": "692"}	{"lerrcp": "E1-1407", "muller": "M5-692"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Lucien", "family": "Massé", "spouse": [], "official": {"given": "Lucien Jean Alexis", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1895-01-22 06:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1895-01-22 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Masse"}, "birth": {"tzo": "+00:09", "date": "1895-01-22 06:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1895-01-22 05:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1407"}}, "raw": {"H": "06:00", "COD": "33", "DAY": "22", "MON": "01", "NUM": "1407", "PRO": "PH", "YEA": "1895", "CITY": "Bordeaux", "NAME": "MASSE Lucien", "NOTE": "+"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Massé", "official": {"given": "Lucien Jean Alexis"}}, "birth": {"date": "1895-01-22 06:00", "place": {"name": "Bordeaux"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "692"}}, "raw": {"NR": "692", "GNR": "ND1140", "JU_": "1", "MA_": "1", "MO_": "2", "SA_": "2", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1895", "KORR": "-0.16", "MARS": "26", "MODE": "", "MOND": "1", "NAME": "MASSÉ (LUCIEN JEAN ALEXIS).", "AUFAB": "-7.40", "PHAS_": "13.500", "SONNE": "34", "VENUS": "33", "BREITE": "44 N 50", "GEBORT": "Bordeaux (Gironde)", "LAENGE": "000 W 34", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "9", "GEBZEIT": "06.00", "JUPITER": "19", "ELECTAGE": "63,8", "ELECTDAT": "04.11.1958", "GEBDATUM": "22.01.1895", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
21389	mathieu-paul-auguste-1877-11-14	{"afd5": "695"}	{"muller": "M5-695"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul Auguste", "family": "Mathieu", "spouse": [], "official": {"given": "Paul Auguste", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1877-11-14 17:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Paul Auguste", "family": "Mathieu", "official": {"given": "Paul Auguste"}}, "birth": {"date": "1877-11-14 17:00", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "695"}}, "raw": {"NR": "695", "GNR": "", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1877", "KORR": "", "MARS": "5", "MODE": "LMT", "MOND": "6", "NAME": "MATHIEU (PAUL AUGUSTE).", "AUFAB": "9.40", "PHAS_": "59.600", "SONNE": "19", "VENUS": "14", "BREITE": "49 N 54", "GEBORT": "Amiens (Somme)", "LAENGE": "002 E 18", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "5", "GEBZEIT": "17.00", "JUPITER": "15", "ELECTAGE": "63,6", "ELECTDAT": "20.05.1941", "GEBDATUM": "14.11.1877", "STBDATUM": "02.04.1971"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2572	masson-claude-1880-11-12	{"a2": "485", "g55": "01-371", "afd5": "694"}	{"g55": "01-371", "lerrcp": "A2-485", "muller": "M5-694"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Claude", "family": "Masson", "spouse": [], "official": {"given": "Claude Laurent Pierre", "family": null}}	\N	{"lmt": null, "tzo": "+00:20:04", "date": "1880-11-12 02:45", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1880-11-12 02:24:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Masson"}, "birth": {"tzo": "+00:20:04", "date": "1880-11-12 02:44:56", "place": {"c2": "21", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1880-11-12 02:24:52"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-485"}, "ids-in-sources": {"a2": "485"}}, "raw": {"H": "2", "MN": "24", "TZ": "0", "COD": "21", "COU": "F", "DAY": "12", "LAT": "47N19", "LON": "5E 2", "MON": "11", "NUM": "485", "PRO": "S", "SEC": "52", "YEA": "1880", "CITY": "DIJON"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Masson", "official": {"given": "Claude Laurent Pierre"}}, "birth": {"date": "1880-11-12 02:45", "place": {"name": "Dijon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "694"}}, "raw": {"NR": "694", "GNR": "SA2485", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1880", "KORR": "", "MARS": "32", "MODE": "LMT", "MOND": "19", "NAME": "MASSON (CLAUDE LAURENT PIERRE).", "AUFAB": "9.50", "PHAS_": "77.400", "SONNE": "31", "VENUS": "28", "BREITE": "47 N 19", "GEBORT": "Dijon (Côte-d'Or)", "LAENGE": "005 E 02", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "16", "GEBZEIT": "02.45", "JUPITER": "18", "ELECTAGE": "55,0", "ELECTDAT": "05.11.1935", "GEBDATUM": "12.11.1880", "STBDATUM": "11.05.1959"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-371"}, "ids-in-source": {"g55": "01-371"}}, "raw": {"DAY": "12-11-1880", "HOUR": "2 h. 45", "NAME": "MASSON Claude", "PLACE": "Dijon (Côte-d’Or)."}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2574	mauclaire-placide-1863-07-30	{"a2": "487", "afd5": "697"}	{"lerrcp": "A2-487", "muller": "M5-697"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Placide", "family": "Mauclaire", "spouse": [], "official": {"given": "Placide", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1863-07-30 02:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1863-07-30 02:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Placide", "family": "Mauclaire"}, "birth": {"tzo": "+00:09:24", "date": "1863-07-30 02:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1863-07-30 02:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-487"}, "ids-in-sources": {"a2": "487"}}, "raw": {"H": "2", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "30", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "487", "PRO": "S", "SEC": "40", "YEA": "1863", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Mauclaire", "official": {"given": "Placide"}}, "birth": {"date": "1863-07-30 02:30", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "697"}}, "raw": {"NR": "697", "GNR": "SA2487", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "4", "JAHR": "1863", "KORR": "", "MARS": "29", "MODE": "LMT", "MOND": "15", "NAME": "MAUCLAIRE (PLACIDE).", "AUFAB": "3.20", "PHAS_": "99.400", "SONNE": "32", "VENUS": "27", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "26", "GEBZEIT": "02.30", "JUPITER": "24", "ELECTAGE": "61,5", "ELECTDAT": "27.01.1925", "GEBDATUM": "30.07.1863", "STBDATUM": "06.07.1940"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2579	mayer-andre-1875-11-09	{"a2": "492", "afd5": "702"}	{"lerrcp": "A2-492", "muller": "M5-702"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "André", "family": "Mayer", "spouse": [], "official": {"given": "André", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1875-11-09 11:15", "note": null, "place": {"c1": null, "c2": "75", "c3": "1", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1875-11-09 11:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Mayer"}, "birth": {"tzo": "+00:09:24", "date": "1875-11-09 11:15:04", "place": {"c2": "75", "c3": "1", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1875-11-09 11:05:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-492"}, "ids-in-sources": {"a2": "492"}}, "raw": {"H": "11", "MN": "5", "TZ": "0", "COD": "75", "COU": "F", "DAY": "9", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "492", "PRO": "S", "SEC": "40", "YEA": "1875", "CITY": "PARIS 1ER"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Mayer", "official": {"given": "André"}}, "birth": {"date": "1875-11-09 11:15", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "702"}}, "raw": {"NR": "702", "GNR": "SA2492", "JU_": "2", "MA_": "0", "MO_": "0", "SA_": "0", "SO_": "2", "VE_": "0", "CODE": "4", "JAHR": "1875", "KORR": "", "MARS": "34", "MODE": "LMT", "MOND": "32", "NAME": "MAYER (ANDRÉ).", "AUFAB": "9.70", "PHAS_": "75.800", "SONNE": "9", "VENUS": "7", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "34", "GEBZEIT": "11.15", "JUPITER": "9", "ELECTAGE": "59,4", "ELECTDAT": "12.03.1935", "GEBDATUM": "09.11.1875", "STBDATUM": "27.05.1956"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2577	mauriac-pierre-1882-11-21	{"a2": "490", "g55": "01-375", "afd5": "700"}	{"g55": "01-375", "lerrcp": "A2-490", "muller": "M5-700"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre", "family": "Mauriac", "spouse": [], "official": {"given": "Pierre", "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1882-11-21 05:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1882-11-21 04:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Mauriac"}, "birth": {"tzo": "-00:02:19", "date": "1882-11-21 04:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1882-11-21 04:57:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-490"}, "ids-in-sources": {"a2": "490"}}, "raw": {"H": "4", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "21", "LAT": "44N50", "LON": "0W34", "MON": "11", "NUM": "490", "PRO": "S", "SEC": "36", "YEA": "1882", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Mauriac", "official": {"given": "Pierre"}}, "birth": {"date": "1882-11-21 05:00", "place": {"name": "Bordeaux"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "700"}}, "raw": {"NR": "700", "GNR": "SA2490", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "0", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1882", "KORR": "", "MARS": "33", "MODE": "LMT", "MOND": "22", "NAME": "MAURIAC (PIERRE).", "AUFAB": "10.20", "PHAS_": "78.700", "SONNE": "34", "VENUS": "32", "BREITE": "44 N 50", "GEBORT": "Bordeaux (Gironde)", "LAENGE": "000 W 34", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "17", "GEBZEIT": "05.00", "JUPITER": "13", "ELECTAGE": "54,2", "ELECTDAT": "26.01.1937", "GEBDATUM": "21.11.1882", "STBDATUM": "01.11.1963"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-375"}, "ids-in-source": {"g55": "01-375"}}, "raw": {"DAY": "21-11-1882", "HOUR": "5 h.", "NAME": "MAURIAC Pierre", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21390	mazel-pierre-1884-06-01	{"afd5": "703"}	{"muller": "M5-703"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre", "family": "Mazel", "spouse": [], "official": {"given": "Pierre", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1884-06-01 03:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35, "lat": 43.85, "name": "Anduze", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Pierre", "family": "Mazel", "official": {"given": "Pierre"}}, "birth": {"date": "1884-06-01 03:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35, "lat": 43.85, "name": "Anduze"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "703"}}, "raw": {"NR": "703", "GNR": "", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "0", "SO_": "0", "VE_": "1", "CODE": "1", "JAHR": "1884", "KORR": "", "MARS": "23", "MODE": "LMT", "MOND": "22", "NAME": "MAZEL (PIERRE).", "AUFAB": "10.30", "PHAS_": "53.100", "SONNE": "34", "VENUS": "28", "BREITE": "43 N 51", "GEBORT": "Anduze (Gard)", "LAENGE": "004 E 21", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "33", "GEBZEIT": "03.00", "JUPITER": "26", "ELECTAGE": "71,5", "ELECTDAT": "08.11.1955", "GEBDATUM": "01.06.1884", "STBDATUM": "17.07.1965"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21391	melnotte-pierre-eugene-marie-1891-02-22	{"afd5": "707"}	{"muller": "M5-707"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre Eugène Marie", "family": "Melnotte", "spouse": [], "official": {"given": "Pierre Eugène Marie", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1891-02-22 20:30", "note": null, "place": {"c1": null, "c2": "52", "c3": null, "cy": "FR", "lg": 5.13333, "lat": 48.11667, "name": "Chaumont", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Pierre Eugène Marie", "family": "Melnotte", "official": {"given": "Pierre Eugène Marie"}}, "birth": {"date": "1891-02-22 20:30", "place": {"c2": "52", "cy": "FR", "lg": 5.13333, "lat": 48.11667, "name": "Chaumont"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "707"}}, "raw": {"NR": "707", "GNR": "", "JU_": "0", "MA_": "0", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "1", "CODE": "1", "JAHR": "1891", "KORR": "", "MARS": "17", "MODE": "LMT", "MOND": "6", "NAME": "MELNOTTE (PIERRE EUGENE MARIE).", "AUFAB": "4.00", "PHAS_": "97.000", "SONNE": "23", "VENUS": "27", "BREITE": "48 N 07", "GEBORT": "Chaumont (Haute-Marne)", "LAENGE": "005 E 08", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "3", "GEBZEIT": "20.30", "JUPITER": "23", "ELECTAGE": "75,4", "ELECTDAT": "28.06.1966", "GEBDATUM": "22.02.1891", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2583	menard-toussaint-1846-08-03	{"a2": "496", "g55": "01-380", "afd5": "708"}	{"g55": "01-380", "lerrcp": "A2-496", "muller": "M5-708"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Toussaint", "family": "Ménard", "spouse": [], "official": {"given": "Toussaint Yves", "family": null}}	\N	{"lmt": null, "tzo": "+00:06:30", "date": "1846-08-03 02:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.62705, "lat": 47.78019, "name": "Beaugency", "geoid": 3034297}, "notime": null, "date-ut": "1846-08-03 01:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Toussaint", "family": "Menard"}, "birth": {"tzo": "+00:06:30", "date": "1846-08-03 02:00", "place": {"c2": "45", "cy": "FR", "lg": 1.62705, "lat": 47.78019, "name": "Beaugency", "geoid": 3034297}, "date-ut": "1846-08-03 01:52:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-496"}, "ids-in-sources": {"a2": "496"}}, "raw": {"H": "1", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "3", "LAT": "47N54", "LON": "1E54", "MON": "8", "NUM": "496", "PRO": "S", "SEC": "24", "YEA": "1846", "CITY": "BEAUGENCY"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Ménard", "official": {"given": "Toussaint Yves"}}, "birth": {"date": "1846-08-03 02:00", "place": {"name": "Beaugency"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "708"}}, "raw": {"NR": "708", "GNR": "SA2496", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "2", "CODE": "3", "JAHR": "1846", "KORR": "", "MARS": "29", "MODE": "LMT", "MOND": "20", "NAME": "MÉNARD (TOUSSAINT YVES).", "AUFAB": "9.90", "PHAS_": "76.000", "SONNE": "31", "VENUS": "1", "BREITE": "47 N 54", "GEBORT": "Beaugency (Loiret)", "LAENGE": "001 E 54", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "11", "GEBZEIT": "02.00", "JUPITER": "3", "ELECTAGE": "54,6", "ELECTDAT": "26.02.1901", "GEBDATUM": "03.08.1846", "STBDATUM": "13.06.1909"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-380"}, "ids-in-source": {"g55": "01-380"}}, "raw": {"DAY": "3-8-1846", "HOUR": "2 h.", "NAME": "MENARD Toussaint", "PLACE": "Beaugency (Loiret)."}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21392	mercier-pierre-1920-08-06	{"afd5": "709"}	{"muller": "M5-709"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre", "family": "Mercier", "spouse": [], "official": {"given": "Pierre", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1920-08-06 10:15", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.58333, "lat": 47.8, "name": "Auxerre", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Pierre", "family": "Mercier", "official": {"given": "Pierre"}}, "birth": {"date": "1920-08-06 10:15", "place": {"c2": "89", "cy": "FR", "lg": 3.58333, "lat": 47.8, "name": "Auxerre"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "709"}}, "raw": {"NR": "709", "GNR": "", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1920", "KORR": "-1.00", "MARS": "32", "MODE": "", "MOND": "16", "NAME": "MERCIER (PIERRE).", "AUFAB": "-9.60", "PHAS_": "66.600", "SONNE": "6", "VENUS": "5", "BREITE": "47 N 48", "GEBORT": "Auxerre (Yonne)", "LAENGE": "003 E 35", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "4", "GEBZEIT": "10.15", "JUPITER": "5", "ELECTAGE": "39,7", "ELECTDAT": "05.04.1960", "GEBDATUM": "06.08.1920", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
19064	merger-robert-1903-01-31	{"e1": "1437", "afd5": "711"}	{"lerrcp": "E1-1437", "muller": "M5-711"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Robert", "family": "Merger", "spouse": [], "official": {"given": "Robert Charles Gaston", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-01-31 05:00", "note": null, "place": {"c1": null, "c2": "52", "c3": "", "cy": "FR", "lg": 5.14134, "lat": 48.11121, "name": "Chaumont", "geoid": 3025892}, "notime": null, "date-ut": "1903-01-31 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Merger"}, "birth": {"tzo": "+00:09", "date": "1903-01-31 05:00", "place": {"c2": "52", "c3": "", "cy": "FR", "lg": 5.14134, "lat": 48.11121, "name": "Chaumont", "geoid": 3025892}, "date-ut": "1903-01-31 04:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1437"}}, "raw": {"H": "05:00", "COD": "52", "DAY": "31", "MON": "01", "NUM": "1437", "PRO": "PH", "YEA": "1903", "CITY": "Chaumont", "NAME": "MERGER Robert", "NOTE": "+"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Merger", "official": {"given": "Robert Charles Gaston"}}, "birth": {"date": "1903-01-31 05:00", "place": {"name": "Chaumont"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "711"}}, "raw": {"NR": "711", "GNR": "ND1143", "JU_": "0", "MA_": "2", "MO_": "0", "SA_": "0", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1903", "KORR": "-0.16", "MARS": "11", "MODE": "", "MOND": "32", "NAME": "MERGER (ROBERT CHARLES GASTON).", "AUFAB": "3.40", "PHAS_": "5.100", "SONNE": "34", "VENUS": "32", "BREITE": "48 N 07", "GEBORT": "Chaumont (Haute-Marne)", "LAENGE": "005 E 08", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "34", "GEBZEIT": "05.00", "JUPITER": "33", "ELECTAGE": "68,5", "ELECTDAT": "29.06.1971", "GEBDATUM": "31.01.1903", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
21393	meriel-edouard-marie-aristide-paul-c-1871-12-31	{"afd5": "713"}	{"muller": "M5-713"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Edouard Marie Aristide Paul C", "family": "Mériel", "spouse": [], "official": {"given": "Edouard Marie Aristide Paul C", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1871-12-31 09:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.43333, "lat": 43.61667, "name": "Toulouse", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Edouard Marie Aristide Paul C", "family": "Mériel", "official": {"given": "Edouard Marie Aristide Paul C"}}, "birth": {"date": "1871-12-31 09:00", "place": {"c2": "31", "cy": "FR", "lg": 1.43333, "lat": 43.61667, "name": "Toulouse"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "713"}}, "raw": {"NR": "713", "GNR": "", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "2", "SO_": "2", "VE_": "2", "CODE": "1", "JAHR": "1871", "KORR": "", "MARS": "36", "MODE": "LMT", "MOND": "16", "NAME": "MÉRIEL (EDOUARD MARIE ARISTIDE PAUL C.)", "AUFAB": "-6.10", "PHAS_": "85.500", "SONNE": "3", "VENUS": "10", "BREITE": "43 N 37", "GEBORT": "Toulouse (Haute-Garonne)", "LAENGE": "001 E 26", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "3", "GEBZEIT": "09.00", "JUPITER": "19", "ELECTAGE": "52,2", "ELECTDAT": "12.02.1924", "GEBDATUM": "31.12.1871", "STBDATUM": "10.12.1952"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21394	merklen-jules-stanislas-felix-pierre-1901-10-31	{"afd5": "715"}	{"muller": "M5-715"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jules Stanislas Félix Pierre", "family": "Merklen", "spouse": [], "official": {"given": "Jules Stanislas Félix Pierre", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1901-10-31 11:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.2, "lat": 48.7, "name": "Toul", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Jules Stanislas Félix Pierre", "family": "Merklen", "official": {"given": "Jules Stanislas Félix Pierre"}}, "birth": {"date": "1901-10-31 11:00", "place": {"c2": "54", "cy": "FR", "lg": 6.2, "lat": 48.7, "name": "Toul"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "715"}}, "raw": {"NR": "715", "GNR": "", "JU_": "2", "MA_": "2", "MO_": "1", "SA_": "2", "SO_": "2", "VE_": "2", "CODE": "1", "JAHR": "1901", "KORR": "-0.16", "MARS": "3", "MODE": "", "MOND": "19", "NAME": "MERKLEN (JULES STANISLAS FÉLIX PIERRE).", "AUFAB": "-7.80", "PHAS_": "83.900", "SONNE": "9", "VENUS": "1", "BREITE": "48 N 42", "GEBORT": "Toul (Meurthe-et-Moselle)", "LAENGE": "006 E 12", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "36", "GEBZEIT": "11.00", "JUPITER": "36", "ELECTAGE": "61,5", "ELECTDAT": "02.04.1963", "GEBDATUM": "31.10.1901", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
19069	merle-d-aubigne-robert-1900-07-23	{"e1": "1442", "afd5": "716"}	{"lerrcp": "E1-1442", "muller": "M5-716"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Robert", "family": "Merle D'aubigné", "spouse": [], "official": {"given": "Robert", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1900-07-23 04:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1900-07-23 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Merle D'audigne"}, "birth": {"tzo": "+00:09", "date": "1900-07-23 04:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1900-07-23 03:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1442"}}, "raw": {"H": "04:00", "COD": "92", "DAY": "23", "MON": "07", "NUM": "1442", "PRO": "PH", "YEA": "1900", "CITY": "Neuilly sur Seine", "NAME": "MERLE D'AUDIGNE Robert", "NOTE": "+"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Merle D'aubigné", "official": {"given": "Robert"}}, "birth": {"date": "1900-07-23 04:00", "place": {"name": "Neuilly-sur-Seine"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "716"}}, "raw": {"NR": "716", "GNR": "ND1144", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1900", "KORR": "-0.16", "MARS": "4", "MODE": "", "MOND": "4", "NAME": "MERLE D'AUBIGNÉ (ROBERT).", "AUFAB": "-8.10", "PHAS_": "13.100", "SONNE": "36", "VENUS": "1", "BREITE": "48 N 50", "GEBORT": "Neuilly-sur-Seine (Seine)", "LAENGE": "002 E 11", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "21", "GEBZEIT": "04.00", "JUPITER": "23", "ELECTAGE": "65,3", "ELECTDAT": "09.11.1965", "GEBDATUM": "23.07.1900", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
2590	mesureur-gustave-1847-04-02	{"a2": "503", "e3": "1070", "g55": "01-387", "afd5": "720"}	{"g55": "01-387", "lerrcp": "A2-503", "muller": "M5-720"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Gustave", "family": "Mesureur", "spouse": [], "official": {"given": "Gustave Emile Eugène", "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1847-04-02 04:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Marcg-en-Barceu!", "geoid": 0}, "notime": null, "date-ut": "1847-04-02 03:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician", "politician"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Mesureur"}, "birth": {"tzo": "+00:12:20", "date": "1847-04-02 04:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Marcq-en-Baroeu", "geoid": 0}, "date-ut": "1847-04-02 03:47:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-503"}, "ids-in-sources": {"a2": "503"}}, "raw": {"H": "3", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "2", "LAT": "50N39", "LON": "3E 5", "MON": "4", "NUM": "503", "PRO": "S", "SEC": "40", "YEA": "1847", "CITY": "MARCQ-EN-BAROEU"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["politician"], "ids-in-sources": {"e3": "1070"}}, "raw": {"H": "04:00", "COD": "59", "DAY": "02", "MON": "04", "NUM": "1070", "PRO": "PO", "YEA": "1847", "CITY": "Marcq en Baroeul", "NAME": "MESUREUR Gustave", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Mesureur", "official": {"given": "Gustave Emile Eugène"}}, "birth": {"date": "1847-04-02 04:00", "place": {"name": "Marcq-en-Baroeul"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "720"}}, "raw": {"NR": "720", "GNR": "SA2503", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1847", "KORR": "", "MARS": "1", "MODE": "LMT", "MOND": "15", "NAME": "MESUREUR (GUSTAVE EMILE EUGENE).", "AUFAB": "-1.10", "PHAS_": "98.900", "SONNE": "34", "VENUS": "32", "BREITE": "50 N 39", "GEBORT": "Marcq-en-Baroeul (Nord)", "LAENGE": "003 E 05", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "35", "GEBZEIT": "04.00", "JUPITER": "27", "ELECTAGE": "65,0", "ELECTDAT": "12.03.1912", "GEBDATUM": "02.04.1847", "STBDATUM": "19.08.1925"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Marcg-en-Barceu!"}}, "partial-ids": {"g55": "01-387"}, "ids-in-source": {"g55": "01-387"}}, "raw": {"DAY": "2-4-1847", "HOUR": "4 h.", "NAME": "MESUREUR Gustave", "PLACE": "Marcg-en-Barceu! (Nord)."}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
1236	labattut-andre-1891-07-18	{"a1": "1237", "g55": "03-211", "3a_sports": "2303", "cfepp-final3": "405"}	{"g55": "03-211", "cfepp": "CF-405", "cpara": "CP-254", "ertel": "ES-2303", "lerrcp": "A1-1237"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Labattut", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1891-07-18 08:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1891-07-18 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"name": {"given": "André", "family": "Labattut"}, "birth": {"tzo": "+00:09:21", "date": "1891-07-18 08:00", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1891-07-18 07:50:40"}, "occus": ["fencer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1237"}, "ids-in-sources": {"a1": "1237"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "33", "COU": "F", "DAY": "18", "LAT": "44N50", "LON": "0W34", "MON": "7", "NUM": "1237", "PRO": "C", "SEC": "40", "YEA": "1891", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1891-07-18 08:00"}, "partial-ids": {"ertel": "ES-2303"}}, "raw": {"L": "", "MF": "", "NR": "2303", "ENG": "", "MA_": "1", "G_NR": "1237", "MA12": "2", "MARS": "4", "NAME": "Labattut", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,200", "CSINR": "", "KURTZ": "", "PHAS_": "84,500", "STUND": "8,00", "CFEPNR": "405", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.07.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "254", "VORNAME": "André", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "18.07.1891", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FENC", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1891-07-18 08:00", "place": {"c3": ""}, "date-ut": "1891-07-18 07:51"}, "occus": ["fencer"], "ids-in-sources": {"cfepp-final3": "405"}}, "raw": {"S": "2", "LT": "08 00", "LV": "I", "TR": "f", "UT": "07 51", "LAT": "+44.84", "SRC": "ALG", "LONG": "+00.57", "NAME": "LABATTUT Andre", "SPORT": "Fencing", "LOC_DATE": "1891 07 18", "UNIV_DATE": "1891 07 18", "BIRTH_PLACE": "BORDEAUX", "POSTAL_CODE": "33077 CEDEX"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-211"}, "ids-in-source": {"g55": "03-211"}}, "raw": {"DAY": "18-7-1891", "HOUR": "8 h.", "NAME": "LABATTUT André", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:48:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
19085	mialaret-jacques-1904-11-29	{"e1": "1458", "afd5": "722"}	{"lerrcp": "E1-1458", "muller": "M5-722"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jacques", "family": "Mialaret", "spouse": [], "official": {"given": "Jacques François", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-11-29 04:00", "note": null, "place": {"c1": null, "c2": "08", "c3": "", "cy": "FR", "lg": 4.94028, "lat": 49.70187, "name": "Sedan", "geoid": 2975349}, "notime": null, "date-ut": "1904-11-29 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Mialaret"}, "birth": {"tzo": "+00:09", "date": "1904-11-29 04:00", "place": {"c2": "08", "c3": "", "cy": "FR", "lg": 4.94028, "lat": 49.70187, "name": "Sedan", "geoid": 2975349}, "date-ut": "1904-11-29 03:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1458"}}, "raw": {"H": "04:00", "COD": "08", "DAY": "29", "MON": "11", "NUM": "1458", "PRO": "PH", "YEA": "1904", "CITY": "Sedan", "NAME": "MIALARET Jacques", "NOTE": "+"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Mialaret", "official": {"given": "Jacques François"}}, "birth": {"date": "1904-11-29 04:00", "place": {"name": "Sedan"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "722"}}, "raw": {"NR": "722", "GNR": "ND1145", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1904", "KORR": "-0.16", "MARS": "4", "MODE": "", "MOND": "8", "NAME": "MIALARET (JACQUES FRANÇOIS).", "AUFAB": "-10.20", "PHAS_": "64.800", "SONNE": "32", "VENUS": "29", "BREITE": "49 N 46", "GEBORT": "Sedan (Ardennes)", "LAENGE": "004 E 44", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "27", "GEBZEIT": "04.00", "JUPITER": "20", "ELECTAGE": "63,6", "ELECTDAT": "18.06.1968", "GEBDATUM": "29.11.1904", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
21395	michon-leon-joseph-paul-1897-07-13	{"afd5": "724"}	{"muller": "M5-724"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Léon Joseph Paul", "family": "Michon", "spouse": [], "official": {"given": "Léon Joseph Paul", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1897-07-13 20:20", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 0.33333, "lat": 46.58333, "name": "Poitiers", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Léon Joseph Paul", "family": "Michon", "official": {"given": "Léon Joseph Paul"}}, "birth": {"date": "1897-07-13 20:20", "place": {"c2": "87", "cy": "FR", "lg": 0.33333, "lat": 46.58333, "name": "Poitiers"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "724"}}, "raw": {"NR": "724", "GNR": "", "JU_": "0", "MA_": "0", "MO_": "2", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1897", "KORR": "-0.16", "MARS": "16", "MODE": "", "MOND": "2", "NAME": "MICHON (LÉON JOSEPH PAUL).", "AUFAB": "4.70", "PHAS_": "97.900", "SONNE": "19", "VENUS": "26", "BREITE": "46 N 35", "GEBORT": "Poitiers (Vienne)", "LAENGE": "000 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "10", "GEBZEIT": "20.20", "JUPITER": "16", "ELECTAGE": "62,7", "ELECTDAT": "23.02.1960", "GEBDATUM": "13.07.1897", "STBDATUM": "08.01.1964"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2592	mialhe-louis-1807-11-05	{"a2": "505", "g55": "01-389", "afd5": "723"}	{"g55": "01-389", "lerrcp": "A2-505", "muller": "M5-723"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Mialhe", "spouse": [], "official": {"given": "Louis", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:42", "date": "1807-11-05 22:00", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 2.42514, "lat": 43.69303, "name": "Vabre", "geoid": 2971250}, "notime": null, "date-ut": "1807-11-05 21:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Mialhe"}, "birth": {"tzo": "+00:09:42", "date": "1807-11-05 22:00", "place": {"c2": "81", "cy": "FR", "lg": 2.42514, "lat": 43.69303, "name": "Vabre", "geoid": 2971250}, "date-ut": "1807-11-05 21:51:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-505"}, "ids-in-sources": {"a2": "505"}}, "raw": {"H": "21", "MN": "51", "TZ": "0", "COD": "81", "COU": "F", "DAY": "5", "LAT": "43N55", "LON": "2E 8", "MON": "11", "NUM": "505", "PRO": "S", "SEC": "28", "YEA": "1807", "CITY": "VABRE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Mialhe", "official": {"given": "Louis"}}, "birth": {"date": "1807-11-05 22:00", "place": {"name": "Vabre"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "723"}}, "raw": {"NR": "723", "GNR": "SA2505", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "0", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1807", "KORR": "", "MARS": "22", "MODE": "LMT", "MOND": "19", "NAME": "MIALHE (LOUIS).", "AUFAB": "9.20", "PHAS_": "29.100", "SONNE": "25", "VENUS": "28", "BREITE": "43 N 55", "GEBORT": "Vabre (Tarn)", "LAENGE": "002 E 08", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "25", "GEBZEIT": "22.00", "JUPITER": "18", "ELECTAGE": "59,8", "ELECTDAT": "23.07.1867", "GEBDATUM": "05.11.1807", "STBDATUM": "01.11.1886"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-389"}, "ids-in-source": {"g55": "01-389"}}, "raw": {"DAY": "5-11-1807", "HOUR": "22 h.", "NAME": "MIALHE Louis", "PLACE": "Vabre (Tarn)."}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21396	michon-louis-marie-1802-11-02	{"afd5": "725"}	{"muller": "M5-725"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis Marie", "family": "Michon", "spouse": [], "official": {"given": "Louis Marie", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1802-11-02 18:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 46.3, "name": "Blanzy", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Louis Marie", "family": "Michon", "official": {"given": "Louis Marie"}}, "birth": {"date": "1802-11-02 18:00", "place": {"c2": "71", "cy": "FR", "lg": 4.83333, "lat": 46.3, "name": "Blanzy"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "725"}}, "raw": {"NR": "725", "GNR": "", "JU_": "0", "MA_": "0", "MO_": "2", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "1", "JAHR": "1802", "KORR": "", "MARS": "32", "MODE": "LMT", "MOND": "10", "NAME": "MICHON (LOUIS MARIE).", "AUFAB": "10.40", "PHAS_": "38.600", "SONNE": "20", "VENUS": "17", "BREITE": "46 N 18", "GEBORT": "Blanzy (Saône-et-Loire)", "LAENGE": "004 E 50", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "23", "GEBZEIT": "18.00", "JUPITER": "23", "ELECTAGE": "60,6", "ELECTDAT": "19.05.1863", "GEBDATUM": "02.11.1802", "STBDATUM": "06.05.1866"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21397	mocquot-pierre-charles-1879-07-31	{"afd5": "728"}	{"muller": "M5-728"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre Charles", "family": "Mocquot", "spouse": [], "official": {"given": "Pierre Charles", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1879-07-31 23:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.58333, "lat": 47.8, "name": "Appoigny", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Pierre Charles", "family": "Mocquot", "official": {"given": "Pierre Charles"}}, "birth": {"date": "1879-07-31 23:00", "place": {"c2": "89", "cy": "FR", "lg": 3.58333, "lat": 47.8, "name": "Appoigny"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "728"}}, "raw": {"NR": "728", "GNR": "", "JU_": "1", "MA_": "2", "MO_": "2", "SA_": "2", "SO_": "0", "VE_": "0", "CODE": "1", "JAHR": "1879", "KORR": "", "MARS": "1", "MODE": "LMT", "MOND": "10", "NAME": "MOCQUOT (PIERRE CHARLES).", "AUFAB": "6.70", "PHAS_": "93.500", "SONNE": "25", "VENUS": "22", "BREITE": "47 N 48", "GEBORT": "Appoigny (Yonne)", "LAENGE": "003 E 35", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "2", "GEBZEIT": "23.00", "JUPITER": "4", "ELECTAGE": "62,8", "ELECTDAT": "05.05.1942", "GEBDATUM": "31.07.1879", "STBDATUM": "17.05.1963"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21398	moitessier-albert-1833-01-11	{"afd5": "729"}	{"muller": "M5-729"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Albert", "family": "Moitessier", "spouse": [], "official": {"given": "Albert", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1833-01-11 15:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.88333, "lat": 43.61667, "name": "Montpellier", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Albert", "family": "Moitessier", "official": {"given": "Albert"}}, "birth": {"date": "1833-01-11 15:00", "place": {"c2": "34", "cy": "FR", "lg": 3.88333, "lat": 43.61667, "name": "Montpellier"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "729"}}, "raw": {"NR": "729", "GNR": "", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "0", "VE_": "2", "CODE": "1", "JAHR": "1833", "KORR": "", "MARS": "4", "MODE": "LMT", "MOND": "24", "NAME": "MOITESSIER (ALBERT).", "AUFAB": "-9.90", "PHAS_": "71.400", "SONNE": "15", "VENUS": "10", "BREITE": "43 N 37", "GEBORT": "Montpellier (Hérault)", "LAENGE": "003 E 53", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "25", "GEBZEIT": "15.00", "JUPITER": "8", "ELECTAGE": "55,1", "ELECTDAT": "24.01.1888", "GEBDATUM": "11.01.1833", "STBDATUM": "16.02.1889"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
19116	monnier-alexandre-1904-08-25	{"e1": "1490", "afd5": "732"}	{"lerrcp": "E1-1490", "muller": "M5-732"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alexandre", "family": "Monnier", "spouse": [], "official": {"given": "Alexandre Louis Marie Maurice", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-08-25 15:15", "note": null, "place": {"c1": null, "c2": "39", "c3": "", "cy": "FR", "lg": 5.70783, "lat": 46.36796, "name": "Jeurre", "geoid": 3012341}, "notime": null, "date-ut": "1904-08-25 15:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Monnier"}, "birth": {"tzo": "+00:09", "date": "1904-08-25 15:15", "place": {"c2": "39", "c3": "", "cy": "FR", "lg": 5.70783, "lat": 46.36796, "name": "Jeurre", "geoid": 3012341}, "date-ut": "1904-08-25 15:06"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1490"}}, "raw": {"H": "15:15", "COD": "39", "DAY": "25", "MON": "08", "NUM": "1490", "PRO": "PH", "YEA": "1904", "CITY": "Jeurre", "NAME": "MONNIER Alexandre", "NOTE": "+"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Monnier", "official": {"given": "Alexandre Louis Marie Maurice"}}, "birth": {"date": "1904-08-25 15:15", "place": {"name": "Jeurre"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "732"}}, "raw": {"NR": "732", "GNR": "ND1149", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1904", "KORR": "-0.16", "MARS": "16", "MODE": "", "MOND": "33", "NAME": "MONNIER (ALEXANDRE LOUIS MARIE MAURICE).", "AUFAB": "2.80", "PHAS_": "99.000", "SONNE": "14", "VENUS": "13", "BREITE": "46 N 40", "GEBORT": "Jeurre (Jura)", "LAENGE": "005 E 33", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "33", "GEBZEIT": "15.15", "JUPITER": "27", "ELECTAGE": "56,5", "ELECTDAT": "21.02.1961", "GEBDATUM": "25.08.1904", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
2597	monod-charles-1843-09-26	{"a2": "510", "afd5": "733"}	{"lerrcp": "A2-510", "muller": "M5-733"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles", "family": "Monod", "spouse": [], "official": {"given": "Charles Edmond", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1843-09-26 15:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1843-09-26 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Monod"}, "birth": {"tzo": "+00:09:24", "date": "1843-09-26 15:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1843-09-26 14:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-510"}, "ids-in-sources": {"a2": "510"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "26", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "510", "PRO": "S", "SEC": "40", "YEA": "1843", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Monod", "official": {"given": "Charles Edmond"}}, "birth": {"date": "1843-09-26 15:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "733"}}, "raw": {"NR": "733", "GNR": "SA2510", "JU_": "1", "MA_": "2", "MO_": "2", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "4", "JAHR": "1843", "KORR": "", "MARS": "2", "MODE": "LMT", "MOND": "11", "NAME": "MONOD (CHARLES EDMOND).", "AUFAB": "4.50", "PHAS_": "6.400", "SONNE": "14", "VENUS": "14", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "1", "GEBZEIT": "15.00", "JUPITER": "35", "ELECTAGE": "52,2", "ELECTDAT": "03.12.1895", "GEBDATUM": "26.09.1843", "STBDATUM": "21.03.1921"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21399	monod-robert-adolphe-jean-1884-10-17	{"afd5": "735"}	{"muller": "M5-735"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Robert Adolphe Jean", "family": "Monod", "spouse": [], "official": {"given": "Robert Adolphe Jean", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1884-10-17 06:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": 0.36667, "lat": 43.3, "name": "Pau", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Robert Adolphe Jean", "family": "Monod", "official": {"given": "Robert Adolphe Jean"}}, "birth": {"date": "1884-10-17 06:00", "place": {"c2": "64", "cy": "FR", "lg": 0.36667, "lat": 43.3, "name": "Pau"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "735"}}, "raw": {"NR": "735", "GNR": "", "JU_": "1", "MA_": "0", "MO_": "2", "SA_": "2", "SO_": "2", "VE_": "1", "CODE": "1", "JAHR": "1884", "KORR": "", "MARS": "33", "MODE": "LMT", "MOND": "3", "NAME": "MONOD (ROBERT ADOLPHE JEAN).", "AUFAB": "-5.10", "PHAS_": "4.100", "SONNE": "36", "VENUS": "5", "BREITE": "43 N 18", "GEBORT": "Pau (Basses-Pyrénées)", "LAENGE": "000 W 22", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "12", "GEBZEIT": "06.00", "JUPITER": "6", "ELECTAGE": "66,8", "ELECTDAT": "10.07.1951", "GEBDATUM": "17.10.1884", "STBDATUM": "26.03.1970"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2604	morel-pierre-1875-12-20	{"a2": "517", "afd5": "742"}	{"lerrcp": "A2-517", "muller": "M5-742"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre", "family": "Morel", "spouse": [], "official": {"given": "Pierre Victor Albert", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1875-12-20 20:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "1", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1875-12-20 19:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Morel"}, "birth": {"tzo": "+00:19:23", "date": "1875-12-20 20:00", "place": {"c2": "69", "c3": "1", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1875-12-20 19:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-517"}, "ids-in-sources": {"a2": "517"}}, "raw": {"H": "19", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "20", "LAT": "45N46", "LON": "4E50", "MON": "12", "NUM": "517", "PRO": "S", "SEC": "40", "YEA": "1875", "CITY": "LYON 1ER"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Morel", "official": {"given": "Pierre Victor Albert"}}, "birth": {"date": "1875-12-20 20:00", "place": {"name": "Lyon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "742"}}, "raw": {"NR": "742", "GNR": "SA2517", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "0", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1875", "KORR": "", "MARS": "15", "MODE": "LMT", "MOND": "29", "NAME": "MOREL (PIERRE VICTOR ALBERT).", "AUFAB": "-10.20", "PHAS_": "46.300", "SONNE": "23", "VENUS": "21", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "17", "GEBZEIT": "20.00", "JUPITER": "26", "ELECTAGE": "57,6", "ELECTDAT": "04.07.1933", "GEBDATUM": "20.12.1875", "STBDATUM": "20.01.1953"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
19146	morice-andre-1890-07-31	{"e1": "1520", "afd5": "743"}	{"lerrcp": "E1-1520", "muller": "M5-743"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "André", "family": "Morice", "spouse": [], "official": {"given": "André Marie Gustave Emile Etienne", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1890-07-31 15:00", "note": null, "place": {"c1": null, "c2": "14", "c3": "", "cy": "FR", "lg": -0.35912, "lat": 49.18585, "name": "Caen", "geoid": 3029241}, "notime": null, "date-ut": "1891-07-31 14:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Morice"}, "birth": {"tzo": "+00:09", "date": "1890-07-31 15:00+00:09", "place": {"c2": "14", "c3": "", "cy": "FR", "lg": -0.35912, "lat": 49.18585, "name": "Caen", "geoid": 3029241}, "date-ut": "1891-07-31 14:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1520"}}, "raw": {"H": "15:00", "COD": "14", "DAY": "31", "MON": "07", "NUM": "1520", "PRO": "PH", "YEA": "1891", "CITY": "Caen", "NAME": "MORICE André", "NOTE": "+"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Morice", "official": {"given": "André Marie Gustave Emile Etienne"}}, "birth": {"date": "1890-07-31 15:00", "place": {"name": "Caen"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "743"}}, "raw": {"NR": "743", "GNR": "ND1152", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "2", "CODE": "2", "JAHR": "1890", "KORR": "", "MARS": "36", "MODE": "LMT", "MOND": "31", "NAME": "MORICE (ANDRÉ MARIE GUSTAVE EMILE ETIENNE).", "AUFAB": "4.10", "PHAS_": "98.700", "SONNE": "13", "VENUS": "10", "BREITE": "49 N 11", "GEBORT": "Caen (Calvados)", "LAENGE": "000 W 22", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ-d", "SATURN": "11", "GEBZEIT": "15.00", "JUPITER": "31", "ELECTAGE": "72,9", "ELECTDAT": "18.06.1963", "GEBDATUM": "31.07.1890", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
3241	moreau-rene-1886-11-13	{"a2": "1155", "g55": "02-367", "afd5": "741"}	{"g55": "02-367", "lerrcp": "A2-1155", "muller": "M5-741"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "René", "family": "Moreau", "spouse": [], "official": {"given": "René Jules Gabriel", "family": null}}	\N	{"lmt": null, "tzo": "+00:14:20", "date": "1886-11-13 11:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.58333, "lat": 47.8, "name": "Brienon", "geoid": 0}, "notime": null, "date-ut": "1886-11-13 10:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Moreau"}, "birth": {"tzo": "+00:14:20", "date": "1886-11-13 11:00", "place": {"c2": "89", "cy": "FR", "lg": 3.58333, "lat": 47.8, "name": "Brienon", "geoid": 0}, "date-ut": "1886-11-13 10:45:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1155"}, "ids-in-sources": {"a2": "1155"}}, "raw": {"H": "10", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "13", "LAT": "47N48", "LON": "3E35", "MON": "11", "NUM": "1155", "PRO": "S", "SEC": "40", "YEA": "1886", "CITY": "BRIENON"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Moreau", "official": {"given": "René Jules Gabriel"}}, "birth": {"date": "1886-11-13 11:00", "place": {"name": "Brienon-sur-Armançon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "741"}}, "raw": {"NR": "741", "GNR": "SA2115", "JU_": "2", "MA_": "2", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "2", "CODE": "3", "JAHR": "1886", "KORR": "", "MARS": "2", "MODE": "LMT", "MOND": "23", "NAME": "MOREAU (RENÉ JULES GABRIEL).", "AUFAB": "-1.60", "PHAS_": "98.200", "SONNE": "8", "VENUS": "9", "BREITE": "47 N 48", "GEBORT": "Brienon-sur-Armançon (Yonne)", "LAENGE": "003 E 35", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "18", "GEBZEIT": "11.00", "JUPITER": "11", "ELECTAGE": "69,7", "ELECTDAT": "03.07.1956", "GEBDATUM": "13.11.1886", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Brienon"}}, "partial-ids": {"g55": "02-367"}, "ids-in-source": {"g55": "02-367"}}, "raw": {"DAY": "13-11-1886", "HOUR": "11 h.", "NAME": "MOREAU René", "PLACE": "Brienon (Yonne)."}, "date": "2023-08-20T14:48:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
21400	morin-jean-antoine-georges-1903-07-25	{"afd5": "744"}	{"muller": "M5-744"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean Antoine Georges", "family": "Morin", "spouse": [], "official": {"given": "Jean Antoine Georges", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1903-07-25 10:30", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Lyon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Jean Antoine Georges", "family": "Morin", "official": {"given": "Jean Antoine Georges"}}, "birth": {"date": "1903-07-25 10:30", "place": {"c2": "69", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Lyon"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "744"}}, "raw": {"NR": "744", "GNR": "", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "0", "VE_": "2", "CODE": "1", "JAHR": "1903", "KORR": "-0.16", "MARS": "35", "MODE": "", "MOND": "7", "NAME": "MORIN (JEAN ANTOINE GEORGES).", "AUFAB": "-0.10", "PHAS_": "0.500", "SONNE": "8", "VENUS": "3", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "25", "GEBZEIT": "10.30", "JUPITER": "21", "ELECTAGE": "49,8", "ELECTDAT": "14.04.1953", "GEBDATUM": "25.07.1903", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21401	mosny-ernest-1861-01-04	{"afd5": "746"}	{"muller": "M5-746"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Ernest", "family": "Mosny", "spouse": [], "official": {"given": "Ernest", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1861-01-04 10:45", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "la Fère", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Ernest", "family": "Mosny", "official": {"given": "Ernest"}}, "birth": {"date": "1861-01-04 10:45", "place": {"c2": "02", "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "la Fère"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "746"}}, "raw": {"NR": "746", "GNR": "", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "2", "CODE": "1", "JAHR": "1861", "KORR": "", "MARS": "36", "MODE": "LMT", "MOND": "18", "NAME": "MOSNY (ERNEST).", "AUFAB": "-11.40", "PHAS_": "51.000", "SONNE": "7", "VENUS": "11", "BREITE": "49 N 34", "GEBORT": "la Fère (Aisne)", "LAENGE": "003 E 37", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "19", "GEBZEIT": "10.45", "JUPITER": "20", "ELECTAGE": "49,0", "ELECTDAT": "07.12.1909", "GEBDATUM": "04.01.1861", "STBDATUM": "25.04.1918"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2608	motet-auguste-1832-09-07	{"a2": "521", "g55": "01-401", "afd5": "749"}	{"g55": "01-401", "lerrcp": "A2-521", "muller": "M5-749"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Auguste", "family": "Motet", "spouse": [], "official": {"given": "Auguste Alexandre", "family": null}}	\N	{"lmt": null, "tzo": "-00:00:18", "date": "1832-09-07 14:00", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": -0.07553, "lat": 47.69815, "name": "la Flèche", "geoid": 3009443}, "notime": null, "date-ut": "1832-09-06 13:59:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Motet"}, "birth": {"tzo": "-00:00:18", "date": "1832-09-06 14:00", "place": {"c2": "72", "cy": "FR", "lg": -0.07553, "lat": 47.69815, "name": "La Flèche", "geoid": 3009443}, "date-ut": "1832-09-06 13:59:12"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-521"}, "ids-in-sources": {"a2": "521"}}, "raw": {"H": "13", "MN": "59", "TZ": "0", "COD": "72", "COU": "F", "DAY": "6", "LAT": "48N 1", "LON": "0E12", "MON": "9", "NUM": "521", "PRO": "S", "SEC": "12", "YEA": "1832", "CITY": "LA FLECHE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Motet", "official": {"given": "Auguste Alexandre"}}, "birth": {"date": "1832-09-07 14:00", "place": {"name": "la Flèche"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "749"}}, "raw": {"NR": "749", "GNR": "SA2521", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "2", "SO_": "2", "VE_": "2", "CODE": "2", "JAHR": "1832", "KORR": "", "MARS": "22", "MODE": "LMT", "MOND": "32", "NAME": "MOTET (AUGUSTE ALEXANDRE).", "AUFAB": "6.30", "PHAS_": "90.500", "SONNE": "12", "VENUS": "11", "BREITE": "48 N 01", "GEBORT": "la Flèche (Sarthe)", "LAENGE": "000 E 12", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ-d", "SATURN": "12", "GEBZEIT": "14.00", "JUPITER": "29", "ELECTAGE": "62,4", "ELECTDAT": "15.01.1895", "GEBDATUM": "07.09.1832", "STBDATUM": "11.03.1909"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-401"}, "ids-in-source": {"g55": "01-401"}}, "raw": {"DAY": "6-9-1832", "HOUR": "14 h.", "NAME": "MOTET Auguste", "PLACE": "La Fleche (Sarthe)."}, "date": "2023-08-20T14:47:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
19152	moulonguet-andre-1887-01-09	{"e1": "1526", "afd5": "752"}	{"lerrcp": "E1-1526", "muller": "M5-752"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "André", "family": "Moulonguet", "spouse": [], "official": {"given": "André Pierre", "family": null}}	\N	{"lmt": null, "tzo": "-00:01", "date": "1887-01-09 07:30", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "notime": null, "date-ut": "1887-01-09 07:31"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Moulonguet"}, "birth": {"tzo": "-00:01", "date": "1887-01-09 07:30", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "date-ut": "1887-01-09 07:31"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1526"}}, "raw": {"H": "07:30", "COD": "64", "DAY": "09", "MON": "01", "NUM": "1526", "PRO": "PH", "YEA": "1887", "CITY": "Pau", "NAME": "MOULONGUET André", "NOTE": "+"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Moulonguet", "official": {"given": "André Pierre"}}, "birth": {"date": "1887-01-09 07:30", "place": {"name": "Pau"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "752"}}, "raw": {"NR": "752", "GNR": "ND1152", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1887", "KORR": "", "MARS": "35", "MODE": "LMT", "MOND": "20", "NAME": "MOULONGUET (ANDRÉ PIERRE).", "AUFAB": "3.70", "PHAS_": "98.700", "SONNE": "36", "VENUS": "36", "BREITE": "43 N 18", "GEBORT": "Pau (Basses-Pyrénées)", "LAENGE": "000 W 22", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "18", "GEBZEIT": "07.30", "JUPITER": "11", "ELECTAGE": "60,5", "ELECTDAT": "24.06.1947", "GEBDATUM": "09.01.1887", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
19153	moulonguet-doleris-pierre-1890-12-09	{"e1": "1527", "afd5": "753"}	{"lerrcp": "E1-1527", "muller": "M5-753"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre", "family": "Moulonguet-Doléris", "spouse": [], "official": {"given": "Pierre Charles Paul", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1890-12-09 01:30", "note": null, "place": {"c1": null, "c2": "80", "c3": "", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1890-12-09 01:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Moulonguet-Doleris"}, "birth": {"tzo": "+00:09", "date": "1890-12-09 01:30", "place": {"c2": "80", "c3": "", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1890-12-09 01:21"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1527"}}, "raw": {"H": "01:30", "COD": "80", "DAY": "09", "MON": "12", "NUM": "1527", "PRO": "PH", "YEA": "1890", "CITY": "Amiens", "NAME": "MOULONGUET-DOLERIS Pierre", "NOTE": "+"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Moulonguet-Doléris", "official": {"given": "Pierre Charles Paul"}}, "birth": {"date": "1890-12-09 01:30", "place": {"name": "Amiens"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "753"}}, "raw": {"NR": "753", "GNR": "ND1152", "JU_": "0", "MA_": "0", "MO_": "0", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1890", "KORR": "", "MARS": "24", "MODE": "LMT", "MOND": "33", "NAME": "MOULONGUET-DOLÉRIS (PIERRE CHARLES PAUL).", "AUFAB": "-7.40", "PHAS_": "11.500", "SONNE": "29", "VENUS": "30", "BREITE": "49 N 54", "GEBORT": "Amiens (Somme)", "LAENGE": "002 E 18", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "3", "GEBZEIT": "01.30", "JUPITER": "25", "ELECTAGE": "62,3", "ELECTDAT": "10.03.1953", "GEBDATUM": "09.12.1890", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
1238	massard-armand-1884-12-01	{"a1": "1239", "3a_sports": "2733", "cfepp-final3": "410"}	{"cfepp": "CF-410", "cpara": "CP-300", "ertel": "ES-2733", "lerrcp": "A1-1239"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Massard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1884-12-01 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "14", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1884-12-01 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Massard"}, "birth": {"tzo": "+00:09:24", "date": "1884-12-01 05:00", "place": {"c2": "75", "c3": "14", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1884-12-01 04:50:40"}, "occus": ["fencer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1239"}, "ids-in-sources": {"a1": "1239"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "1", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "1239", "PRO": "C", "SEC": "40", "YEA": "1884", "CITY": "PARIS 14E"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1884-12-01 05:00"}, "partial-ids": {"ertel": "ES-2733"}}, "raw": {"L": "", "MF": "", "NR": "2733", "ENG": "", "MA_": "0", "G_NR": "1239", "MA12": "11", "MARS": "32", "NAME": "Massard", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,300", "CSINR": "", "KURTZ": "", "PHAS_": "95,200", "STUND": "5,00", "CFEPNR": "410", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.12.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "300", "VORNAME": "Armand", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "01.12.1884", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FENC", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1884-12-01 05:00", "place": {"c3": "14"}, "date-ut": "1884-12-01 04:51"}, "occus": ["fencer"], "ids-in-sources": {"cfepp-final3": "410"}}, "raw": {"S": "11", "LT": "05 00", "LV": "O", "TR": "f", "UT": "04 51", "LAT": "+48.86", "SRC": "AL", "LONG": "-02.34", "NAME": "MASSARD Armand", "SPORT": "Fencing", "LOC_DATE": "1884 12 01", "UNIV_DATE": "1884 12 01", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75014"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
2613	mourier-louis-1873-10-08	{"a2": "526", "e3": "1120", "g55": "01-405", "afd5": "756"}	{"g55": "01-405", "lerrcp": "A2-526", "muller": "M5-756"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Mourier", "spouse": [], "official": {"given": "Louis Frédéric", "family": null}}	\N	{"lmt": null, "tzo": "+00:16:33", "date": "1873-10-08 11:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.13628, "lat": 44.0529, "name": "Vézenobres", "geoid": 2969474}, "notime": null, "date-ut": "1873-10-08 12:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician", "politician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Mourier"}, "birth": {"tzo": "+00:16:33", "date": "1873-10-08 13:00", "place": {"c2": "30", "cy": "FR", "lg": 4.13628, "lat": 44.0529, "name": "Vézénobres", "geoid": 2969474}, "date-ut": "1873-10-08 12:42:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-526"}, "ids-in-sources": {"a2": "526"}}, "raw": {"H": "12", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "8", "LAT": "43N51", "LON": "4E21", "MON": "10", "NUM": "526", "PRO": "S", "SEC": "36", "YEA": "1873", "CITY": "VEZENOBRES"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["politician"], "ids-in-sources": {"e3": "1120"}}, "raw": {"H": "11:00", "COD": "30", "DAY": "08", "MON": "10", "NUM": "1120", "PRO": "PO", "YEA": "1873", "CITY": "Vezenobres", "NAME": "MOURIER Louis", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Mourier", "official": {"given": "Louis Frédéric"}}, "birth": {"date": "1873-10-08 11:00", "place": {"name": "Vézenobres"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "756"}}, "raw": {"NR": "756", "GNR": "SA2526", "JU_": "2", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "0", "VE_": "2", "CODE": "2", "JAHR": "1873", "KORR": "", "MARS": "35", "MODE": "LMT", "MOND": "22", "NAME": "MOURIER (LOUIS FRÉDÉRIC).", "AUFAB": "-3.60", "PHAS_": "95.500", "SONNE": "8", "VENUS": "11", "BREITE": "43 N 51", "GEBORT": "Vézenobres (Gard)", "LAENGE": "004 E 21", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ-d", "SATURN": "33", "GEBZEIT": "11.00", "JUPITER": "11", "ELECTAGE": "56,5", "ELECTDAT": "01.04.1930", "GEBDATUM": "08.10.1873", "STBDATUM": "20.02.1960"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-405"}, "ids-in-source": {"g55": "01-405"}}, "raw": {"DAY": "8-10-1873", "HOUR": "13 h.", "NAME": "MOURIER Louis", "PLACE": "Vézénobres (Gard)."}, "date": "2023-08-20T14:47:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21402	murville-francois-joseph-1801-01-05	{"afd5": "759"}	{"muller": "M5-759"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "François Joseph", "family": "Murville", "spouse": [], "official": {"given": "François Joseph", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1801-01-05 15:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Boisemont", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "François Joseph", "family": "Murville", "official": {"given": "François Joseph"}}, "birth": {"date": "1801-01-05 15:00", "place": {"c2": "57", "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Boisemont"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "759"}}, "raw": {"NR": "759", "GNR": "", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "2", "CODE": "1", "JAHR": "1801", "KORR": "", "MARS": "4", "MODE": "LMT", "MOND": "25", "NAME": "MURVILLE (FRANÇOIS JOSEPH).", "AUFAB": "-7.30", "PHAS_": "79.500", "SONNE": "16", "VENUS": "10", "BREITE": "49 N 07", "GEBORT": "Boisemont (Moselle)", "LAENGE": "006 E 11", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "28", "GEBZEIT": "15.00", "JUPITER": "31", "ELECTAGE": "47,1", "ELECTDAT": "25.01.1848", "GEBDATUM": "05.01.1801", "STBDATUM": "20.02.1861"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2617	netter-juste-1855-09-20	{"a2": "530", "g55": "01-408", "afd5": "762"}	{"g55": "01-408", "lerrcp": "A2-530", "muller": "M5-762"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Juste", "family": "Netter", "spouse": [], "official": {"given": "Arnold Just", "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1855-09-20 18:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1855-09-20 17:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Juste", "family": "Netter"}, "birth": {"tzo": "+00:30:59", "date": "1855-09-20 18:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1855-09-20 17:29"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-530"}, "ids-in-sources": {"a2": "530"}}, "raw": {"H": "17", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "20", "LAT": "48N35", "LON": "7E45", "MON": "9", "NUM": "530", "PRO": "S", "SEC": "0", "YEA": "1855", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Netter", "official": {"given": "Arnold Just"}}, "birth": {"date": "1855-09-20 18:00", "place": {"name": "Strasbourg"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "762"}}, "raw": {"NR": "762", "GNR": "SA2530", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1855", "KORR": "", "MARS": "21", "MODE": "LMT", "MOND": "6", "NAME": "NETTER (ARNOLD JUST).", "AUFAB": "10.90", "PHAS_": "57.900", "SONNE": "19", "VENUS": "19", "BREITE": "48 N 35", "GEBORT": "Strasbourg (Bas-Rhin)", "LAENGE": "007 E 45", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "27", "GEBZEIT": "18.00", "JUPITER": "2", "ELECTAGE": "48,6", "ELECTDAT": "03.05.1904", "GEBDATUM": "20.09.1855", "STBDATUM": "01.03.1936"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-408"}, "ids-in-source": {"g55": "01-408"}}, "raw": {"DAY": "20-9-1855", "HOUR": "18 h.", "NAME": "NETTER Arnold", "PLACE": "Strasbourg (Bas-Rhin)."}, "date": "2023-08-20T14:47:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
3254	negre-leopold-1879-06-15	{"a2": "1168", "g55": "02-379", "afd5": "761"}	{"g55": "02-379", "lerrcp": "A2-1168", "muller": "M5-761"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Leopold", "family": "Negre", "spouse": [], "official": {"given": "Charles Léopold Auguste", "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1879-06-15 12:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1879-06-15 11:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Leopold", "family": "Negre"}, "birth": {"tzo": "+00:15:30", "date": "1879-06-15 12:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1879-06-15 11:44:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1168"}, "ids-in-sources": {"a2": "1168"}}, "raw": {"H": "11", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "15", "LAT": "43N37", "LON": "3E53", "MON": "6", "NUM": "1168", "PRO": "S", "SEC": "28", "YEA": "1879", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Negre", "official": {"given": "Charles Léopold Auguste"}}, "birth": {"date": "1879-06-15 12:00", "place": {"name": "Montpellier"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "761"}}, "raw": {"NR": "761", "GNR": "SA2116", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "0", "SO_": "2", "VE_": "1", "CODE": "3", "JAHR": "1879", "KORR": "", "MARS": "17", "MODE": "LMT", "MOND": "14", "NAME": "NEGRE (CHARLES LÉOPOLD AUGUSTE).", "AUFAB": "-8.10", "PHAS_": "20.600", "SONNE": "9", "VENUS": "6", "BREITE": "43 N 37", "GEBORT": "Montpellier (Hérault)", "LAENGE": "003 E 53", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "16", "GEBZEIT": "12.00", "JUPITER": "20", "ELECTAGE": "71,7", "ELECTDAT": "20.02.1951", "GEBDATUM": "15.06.1879", "STBDATUM": "29.07.1961"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "02-379"}, "ids-in-source": {"g55": "02-379"}}, "raw": {"DAY": "15-6-1872", "HOUR": "12 h.", "NAME": "NEGRE Léopold", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
1244	accard-robert-1897-11-26	{"a1": "1245", "g55": "03-217", "3a_sports": "10", "cfepp-final3": "422"}	{"g55": "03-217", "cfepp": "CF-422", "cpara": "CP-2", "ertel": "ES-10", "lerrcp": "A1-1245"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Accard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1897-11-26 22:00", "note": null, "place": {"c1": null, "c2": "14", "c3": "", "cy": "FR", "lg": 0.22925, "lat": 49.1466, "name": "Lisieux", "geoid": 2998150}, "notime": null, "date-ut": "1897-11-26 21:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Accard"}, "birth": {"tzo": "+00:09:21", "date": "1897-11-26 22:00", "place": {"c2": "14", "cy": "FR", "lg": 0.22925, "lat": 49.1466, "name": "Lisieux", "geoid": 2998150}, "date-ut": "1897-11-26 21:50:40"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1245"}, "ids-in-sources": {"a1": "1245"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "14", "COU": "F", "DAY": "26", "LAT": "49N11", "LON": "0W22", "MON": "11", "NUM": "1245", "PRO": "C", "SEC": "40", "YEA": "1897", "CITY": "LISIEUX"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1897-11-26 22:00"}, "partial-ids": {"ertel": "ES-10"}}, "raw": {"L": "", "MF": "", "NR": "10", "ENG": "", "MA_": "0", "G_NR": "1245", "MA12": "9", "MARS": "25", "NAME": "Accard", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,300", "CSINR": "", "KURTZ": "", "PHAS_": "4,000", "STUND": "22,00", "CFEPNR": "422", "EXTEND": "", "NATION": "FRA", "TAGMON": "26.11.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "2", "VORNAME": "Robert", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "26.11.1897", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1897-11-26 22:00", "place": {"c3": ""}, "date-ut": "1897-11-26 21:51"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "422"}}, "raw": {"S": "9", "LT": "22 00", "LV": "I5", "TR": "f", "UT": "21 51", "LAT": "+49.15", "SRC": "ALG", "LONG": "-00.23", "NAME": "ACCARD Robert", "SPORT": "Soccer", "LOC_DATE": "1897 11 26", "UNIV_DATE": "1897 11 26", "BIRTH_PLACE": "LISIEUX", "POSTAL_CODE": "14107 CEDEX"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-217"}, "ids-in-source": {"g55": "03-217"}}, "raw": {"DAY": "26-11-1897", "HOUR": "22 h.", "NAME": "ACCARD Robert", "PLACE": "Lisieux (Calvados)."}, "date": "2023-08-20T14:48:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
21403	nevot-armand-1891-12-15	{"afd5": "764"}	{"muller": "M5-764"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Armand", "family": "Névot", "spouse": [], "official": {"given": "Armand", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1891-12-15 08:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": 1.66667, "lat": 48.11667, "name": "Paimpont", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Armand", "family": "Névot", "official": {"given": "Armand"}}, "birth": {"date": "1891-12-15 08:00", "place": {"c2": "35", "cy": "FR", "lg": 1.66667, "lat": 48.11667, "name": "Paimpont"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "764"}}, "raw": {"NR": "764", "GNR": "", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "2", "SO_": "2", "VE_": "1", "CODE": "1", "JAHR": "1891", "KORR": "-0.16", "MARS": "8", "MODE": "", "MOND": "18", "NAME": "NÉVOT (ARMAND).", "AUFAB": "2.60", "PHAS_": "99.600", "SONNE": "36", "VENUS": "35", "BREITE": "48 N 07", "GEBORT": "Paimpont (Ille-et-Vilaine)", "LAENGE": "001 W 40", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "11", "GEBZEIT": "08.00", "JUPITER": "31", "ELECTAGE": "66,3", "ELECTDAT": "18.03.1958", "GEBDATUM": "15.12.1891", "STBDATUM": "11.09.1960"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
19180	nicol-louis-1905-03-20	{"e1": "1555", "afd5": "767"}	{"lerrcp": "E1-1555", "muller": "M5-767"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Nicol", "spouse": [], "official": {"given": "Louis", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-03-20 03:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -3.58895, "lat": 48.5173, "name": "Guerlesquin", "geoid": 3014369}, "notime": null, "date-ut": "1905-03-20 02:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Nicol"}, "birth": {"tzo": "+00:09", "date": "1905-03-20 03:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": -3.58895, "lat": 48.5173, "name": "Guerlesquin", "geoid": 3014369}, "date-ut": "1905-03-20 02:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1555"}}, "raw": {"H": "03:00", "COD": "29", "DAY": "20", "MON": "03", "NUM": "1555", "PRO": "PH", "YEA": "1905", "CITY": "Guerlesquin", "NAME": "NICOL Louis", "NOTE": "+"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Nicol", "official": {"given": "Louis"}}, "birth": {"date": "1905-03-20 03:00", "place": {"name": "Guerlesquin"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "767"}}, "raw": {"NR": "767", "GNR": "ND1155", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1905", "KORR": "-0.16", "MARS": "7", "MODE": "", "MOND": "14", "NAME": "NICOL (LOUIS).", "AUFAB": "4.90", "PHAS_": "97.800", "SONNE": "31", "VENUS": "28", "BREITE": "48 N 00", "GEBORT": "Guerlesquin (Finistère)", "LAENGE": "004 W 06", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "33", "GEBZEIT": "03.00", "JUPITER": "28", "ELECTAGE": "65,2", "ELECTDAT": "26.05.1970", "GEBDATUM": "20.03.1905", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
2622	nicolas-joseph-1868-08-11	{"a2": "535", "afd5": "768"}	{"lerrcp": "A2-535", "muller": "M5-768"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Joseph", "family": "Nicolas", "spouse": [], "official": {"given": "Joseph Guillaume Marie", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1868-08-11 11:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "1", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1868-04-11 10:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Nicolas"}, "birth": {"tzo": "+00:19:23", "date": "1868-04-11 11:00", "place": {"c2": "69", "c3": "1", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1868-04-11 10:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-535"}, "ids-in-sources": {"a2": "535"}}, "raw": {"H": "10", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "11", "LAT": "45N46", "LON": "4E50", "MON": "4", "NUM": "535", "PRO": "S", "SEC": "40", "YEA": "1868", "CITY": "LYON 1ER"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Nicolas", "official": {"given": "Joseph Guillaume Marie"}}, "birth": {"date": "1868-08-11 11:00", "place": {"name": "Lyon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "768"}}, "raw": {"NR": "768", "GNR": "SA2535", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "0", "SO_": "0", "VE_": "2", "CODE": "3", "JAHR": "1868", "KORR": "", "MARS": "12", "MODE": "LMT", "MOND": "16", "NAME": "NICOLAS (JOSEPH GUILLAUME MARIE).", "AUFAB": "-10.00", "PHAS_": "55.600", "SONNE": "8", "VENUS": "11", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "33", "GEBZEIT": "11.00", "JUPITER": "20", "ELECTAGE": "63,9", "ELECTDAT": "14.06.1932", "GEBDATUM": "11.08.1868", "STBDATUM": "27.09.1960"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21404	nove-josserand-pierre-marie-gabriel-1868-10-03	{"afd5": "775"}	{"muller": "M5-775"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre Marie Gabriel", "family": "Nové-Josserand", "spouse": [], "official": {"given": "Pierre Marie Gabriel", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1868-10-03 10:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Amplepuis", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Pierre Marie Gabriel", "family": "Nové-Josserand", "official": {"given": "Pierre Marie Gabriel"}}, "birth": {"date": "1868-10-03 10:00", "place": {"c2": "69", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Amplepuis"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "775"}}, "raw": {"NR": "775", "GNR": "", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "2", "SO_": "0", "VE_": "2", "CODE": "1", "JAHR": "1868", "KORR": "", "MARS": "13", "MODE": "LMT", "MOND": "23", "NAME": "NOVÉ-JOSSERAND (PIERRE MARIE GABRIEL).", "AUFAB": "-1.40", "PHAS_": "98.500", "SONNE": "7", "VENUS": "11", "BREITE": "45 N 46", "GEBORT": "Amplepuis (Rhône)", "LAENGE": "004 E 50", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "36", "GEBZEIT": "10.00", "JUPITER": "25", "ELECTAGE": "69,2", "ELECTDAT": "16.11.1937", "GEBDATUM": "03.10.1868", "STBDATUM": "15.10.1949"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2626	nocard-edmond-1850-01-29	{"a2": "539", "g55": "01-413", "afd5": "773"}	{"g55": "01-413", "lerrcp": "A2-539", "muller": "M5-773"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Edmond", "family": "Nocard", "spouse": [], "official": {"given": "Edmond", "family": null}}	\N	{"lmt": null, "tzo": "+00:13:12", "date": "1850-01-29 17:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 3.29939, "lat": 48.55897, "name": "Provins", "geoid": 2985229}, "notime": null, "date-ut": "1850-01-29 16:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Nocard"}, "birth": {"tzo": "+00:13:12", "date": "1850-01-29 17:00", "place": {"c2": "77", "cy": "FR", "lg": 3.29939, "lat": 48.55897, "name": "Provins", "geoid": 2985229}, "date-ut": "1850-01-29 16:49:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-539"}, "ids-in-sources": {"a2": "539"}}, "raw": {"H": "16", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "29", "LAT": "48N33", "LON": "2E40", "MON": "1", "NUM": "539", "PRO": "S", "SEC": "20", "YEA": "1850", "CITY": "PROVINS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Nocard", "official": {"given": "Edmond"}}, "birth": {"date": "1850-01-29 17:00", "place": {"name": "Provins"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "773"}}, "raw": {"NR": "773", "GNR": "SA2539", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1850", "KORR": "", "MARS": "6", "MODE": "LMT", "MOND": "33", "NAME": "NOCARD (EDMOND).", "AUFAB": "-1.40", "PHAS_": "98.600", "SONNE": "19", "VENUS": "20", "BREITE": "48 N 33", "GEBORT": "Provins (Seine-et-Marne)", "LAENGE": "002 E 40", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "11", "GEBZEIT": "17.00", "JUPITER": "31", "ELECTAGE": "36,9", "ELECTDAT": "14.12.1886", "GEBDATUM": "29.01.1850", "STBDATUM": "02.08.1903"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-413"}, "ids-in-source": {"g55": "01-413"}}, "raw": {"DAY": "29-1-1850", "HOUR": "17 h.", "NAME": "NOCARD Edmond", "PLACE": "Provins (Seine-et-Marne)."}, "date": "2023-08-20T14:47:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2627	notta-alphonse-1824-02-26	{"a2": "540", "g55": "01-414", "afd5": "774"}	{"g55": "01-414", "lerrcp": "A2-540", "muller": "M5-774"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alphonse", "family": "Notta", "spouse": [], "official": {"given": "Alphonse Henri", "family": null}}	\N	{"lmt": null, "tzo": "+00:08:15", "date": "1824-02-26 11:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.06367, "lat": 48.88693, "name": "Fourqueux", "geoid": 3017474}, "notime": null, "date-ut": "1824-02-27 10:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Notta"}, "birth": {"tzo": "+00:08:15", "date": "1824-02-27 11:00", "place": {"c2": "78", "cy": "FR", "lg": 2.06367, "lat": 48.88693, "name": "Fourqueux", "geoid": 3017474}, "date-ut": "1824-02-27 10:51:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-540"}, "ids-in-sources": {"a2": "540"}}, "raw": {"H": "10", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "27", "LAT": "48N50", "LON": "2E 8", "MON": "2", "NUM": "540", "PRO": "S", "SEC": "28", "YEA": "1824", "CITY": "FOURQUEUX"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Notta", "official": {"given": "Alphonse Henri"}}, "birth": {"date": "1824-02-26 11:00", "place": {"name": "Fourqueux"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "774"}}, "raw": {"NR": "774", "GNR": "SA2540", "JU_": "1", "MA_": "0", "MO_": "2", "SA_": "2", "SO_": "0", "VE_": "2", "CODE": "2", "JAHR": "1824", "KORR": "", "MARS": "22", "MODE": "LMT", "MOND": "12", "NAME": "NOTTA (ALPHONSE HENRI).", "AUFAB": "-7.10", "PHAS_": "13.400", "SONNE": "7", "VENUS": "12", "BREITE": "48 N 50", "GEBORT": "Fourqueux (Seine-et-Oise)", "LAENGE": "002 E 08", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ-d", "SATURN": "2", "GEBZEIT": "11.00", "JUPITER": "35", "ELECTAGE": "54,8", "ELECTDAT": "10.12.1878", "GEBDATUM": "26.02.1824", "STBDATUM": "23.07.1914"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-414"}, "ids-in-source": {"g55": "01-414"}}, "raw": {"DAY": "27-2-1824", "HOUR": "11 h.", "NAME": "NOTTA Alphonse", "PLACE": "Fourqueux (Seine-et-Oise)."}, "date": "2023-08-20T14:47:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
19193	oberling-charles-1895-07-31	{"e1": "1568", "afd5": "776"}	{"lerrcp": "E1-1568", "muller": "M5-776"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles", "family": "Oberling", "spouse": [], "official": {"given": "Charles", "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1895-07-31 04:00", "note": null, "place": {"c1": null, "c2": "57", "c3": "", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Oberling"}, "birth": {"tzo": "", "date": "1895-07-31 04:00", "place": {"c2": "57", "c3": "", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": ""}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1568"}}, "raw": {"H": "04:00", "COD": "57", "DAY": "31", "MON": "07", "NUM": "1568", "PRO": "PH", "YEA": "1895", "CITY": "Metz", "NAME": "OBERLING Charles", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Oberling", "official": {"given": "Charles"}}, "birth": {"date": "1895-07-31 04:00", "place": {"name": "Metz"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "776"}}, "raw": {"NR": "776", "GNR": "ND1156", "JU_": "2", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1895", "KORR": "-1.00", "MARS": "31", "MODE": "", "MOND": "23", "NAME": "OBERLING (CHARLES).", "AUFAB": "9.80", "PHAS_": "72.200", "SONNE": "34", "VENUS": "28", "BREITE": "49 N 07", "GEBORT": "Metz (Alsace-Lorraine) [Moselle]", "LAENGE": "006 E 11", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "25", "GEBZEIT": "04.00", "JUPITER": "1", "ELECTAGE": "61,3", "ELECTDAT": "23.10.1956", "GEBDATUM": "31.07.1895", "STBDATUM": "11.03.1960"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21405	okinczyc-joseph-theodore-1879-02-24	{"afd5": "778"}	{"muller": "M5-778"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Joseph Théodore", "family": "Okinczyc", "spouse": [], "official": {"given": "Joseph Théodore", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1879-02-24 16:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Villepreux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Joseph Théodore", "family": "Okinczyc", "official": {"given": "Joseph Théodore"}}, "birth": {"date": "1879-02-24 16:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Villepreux"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "778"}}, "raw": {"NR": "778", "GNR": "", "JU_": "1", "MA_": "0", "MO_": "2", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "1", "JAHR": "1879", "KORR": "", "MARS": "22", "MODE": "LMT", "MOND": "11", "NAME": "OKINCZYC (JOSEPH THÉODORE).", "AUFAB": "4.30", "PHAS_": "7.600", "SONNE": "16", "VENUS": "13", "BREITE": "48 N 50", "GEBORT": "Villepreux (Seine-et-Oise)", "LAENGE": "002 E 08", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "13", "GEBZEIT": "16.00", "JUPITER": "18", "ELECTAGE": "63,4", "ELECTDAT": "07.07.1942", "GEBDATUM": "24.02.1879", "STBDATUM": "29.09.1954"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2631	ollivier-auguste-1833-05-13	{"a2": "544", "g55": "01-418", "afd5": "781"}	{"g55": "01-418", "lerrcp": "A2-544", "muller": "M5-781"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Auguste", "family": "Ollivier", "spouse": [], "official": {"given": "Auguste Adrien", "family": null}}	\N	{"lmt": null, "tzo": "+00:02:59", "date": "1833-05-13 20:00", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.7438, "lat": 47.92017, "name": "Saint-Calais", "geoid": 2981263}, "notime": null, "date-ut": "1833-05-13 19:59:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Ollivier"}, "birth": {"tzo": "+00:02:59", "date": "1833-05-13 20:00", "place": {"c2": "72", "cy": "FR", "lg": 0.7438, "lat": 47.92017, "name": "Saint-Calais", "geoid": 2981263}, "date-ut": "1833-05-13 19:59:12"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-544"}, "ids-in-sources": {"a2": "544"}}, "raw": {"H": "19", "MN": "59", "TZ": "0", "COD": "72", "COU": "F", "DAY": "13", "LAT": "48N 1", "LON": "0E12", "MON": "5", "NUM": "544", "PRO": "S", "SEC": "12", "YEA": "1833", "CITY": "ST-CALAIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Ollivier", "official": {"given": "Auguste Adrien"}}, "birth": {"date": "1833-05-13 20:00", "place": {"name": "Saint-Calais"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "781"}}, "raw": {"NR": "781", "GNR": "SA2544", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1833", "KORR": "", "MARS": "14", "MODE": "LMT", "MOND": "28", "NAME": "OLLIVIER (AUGUSTE ADRIEN).", "AUFAB": "-9.30", "PHAS_": "38.700", "SONNE": "20", "VENUS": "18", "BREITE": "48 N 01", "GEBORT": "Saint-Calais (Sarthe)", "LAENGE": "000 E 12", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "9", "GEBZEIT": "20.00", "JUPITER": "24", "ELECTAGE": "54,2", "ELECTDAT": "05.07.1887", "GEBDATUM": "13.05.1833", "STBDATUM": "05.03.1894"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-418"}, "ids-in-source": {"g55": "01-418"}}, "raw": {"DAY": "13-5-1833", "HOUR": "20 h.", "NAME": "OLLIVIER Auguste", "PLACE": "Saini-Calais (Sarthe)."}, "date": "2023-08-20T14:47:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21406	olmer-david-raoul-1877-02-02	{"afd5": "782"}	{"muller": "M5-782"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "David Raoul", "family": "Olmer", "spouse": [], "official": {"given": "David Raoul", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1877-02-02 02:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Marseille", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "David Raoul", "family": "Olmer", "official": {"given": "David Raoul"}}, "birth": {"date": "1877-02-02 02:00", "place": {"c2": "13", "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Marseille"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "782"}}, "raw": {"NR": "782", "GNR": "", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "1", "JAHR": "1877", "KORR": "", "MARS": "35", "MODE": "LMT", "MOND": "7", "NAME": "OLMER (DAVID RAOUL).", "AUFAB": "-8.00", "PHAS_": "82.000", "SONNE": "30", "VENUS": "32", "BREITE": "43 N 18", "GEBORT": "Marseille (Bouches-du-Rhône)", "LAENGE": "005 E 22", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "28", "GEBZEIT": "02.00", "JUPITER": "34", "ELECTAGE": "75,8", "ELECTDAT": "18.11.1952", "GEBDATUM": "02.02.1877", "STBDATUM": "09.02.1957"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21407	olmer-jean-1904-06-30	{"afd5": "783"}	{"muller": "M5-783"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Olmer", "spouse": [], "official": {"given": "Jean", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1904-06-30 01:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Marseille", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Jean", "family": "Olmer", "official": {"given": "Jean"}}, "birth": {"date": "1904-06-30 01:00", "place": {"c2": "13", "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Marseille"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "783"}}, "raw": {"NR": "783", "GNR": "", "JU_": "2", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1904", "KORR": "-0.16", "MARS": "31", "MODE": "", "MOND": "8", "NAME": "OLMER (JEAN).", "AUFAB": "-3.20", "PHAS_": "95.300", "SONNE": "30", "VENUS": "30", "BREITE": "43 N 18", "GEBORT": "Marseille (Bouches-du-Rhône)", "LAENGE": "005 E 22", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "6", "GEBZEIT": "01.00", "JUPITER": "1", "ELECTAGE": "59,6", "ELECTDAT": "04.02.1964", "GEBDATUM": "30.06.1904", "STBDATUM": "15.03.1972"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2632	ombredanne-louis-1871-03-05	{"a2": "545", "afd5": "784"}	{"lerrcp": "A2-545", "muller": "M5-784"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Ombrédanne", "spouse": [], "official": {"given": "Louis Marie Arsène", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1871-03-05 08:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1871-03-05 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Ombredanne"}, "birth": {"tzo": "+00:09:24", "date": "1871-03-05 08:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1871-03-05 07:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-545"}, "ids-in-sources": {"a2": "545"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "5", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "545", "PRO": "S", "SEC": "40", "YEA": "1871", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Ombrédanne", "official": {"given": "Louis Marie Arsène"}}, "birth": {"date": "1871-03-05 08:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "784"}}, "raw": {"NR": "784", "GNR": "SA2545", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "2", "SO_": "2", "VE_": "2", "CODE": "4", "JAHR": "1871", "KORR": "", "MARS": "19", "MODE": "LMT", "MOND": "22", "NAME": "OMBRÉDANNE (LOUIS MARIE ARSENE).", "AUFAB": "5.70", "PHAS_": "94.500", "SONNE": "3", "VENUS": "1", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "10", "GEBZEIT": "08.00", "JUPITER": "31", "ELECTAGE": "62,8", "ELECTDAT": "21.11.1933", "GEBDATUM": "05.03.1871", "STBDATUM": "04.11.1956"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21408	oui-marcel-leon-jules-1868-06-26	{"afd5": "787"}	{"muller": "M5-787"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Marcel Léon Jules", "family": "Oui", "spouse": [], "official": {"given": "Marcel Léon Jules", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1868-06-26 04:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": 0.53333, "lat": 47.46667, "name": "Saumur", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Marcel Léon Jules", "family": "Oui", "official": {"given": "Marcel Léon Jules"}}, "birth": {"date": "1868-06-26 04:00", "place": {"c2": "49", "cy": "FR", "lg": 0.53333, "lat": 47.46667, "name": "Saumur"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "787"}}, "raw": {"NR": "787", "GNR": "", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "1", "CODE": "1", "JAHR": "1868", "KORR": "", "MARS": "3", "MODE": "LMT", "MOND": "26", "NAME": "OUI (MARCEL LÉON JULES).", "AUFAB": "10.70", "PHAS_": "36.300", "SONNE": "36", "VENUS": "31", "BREITE": "47 N 28", "GEBORT": "Saumur (Maine-et-Loire)", "LAENGE": "000 W 32", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "21", "GEBZEIT": "04.00", "JUPITER": "6", "ELECTAGE": "42,4", "ELECTDAT": "22.11.1910", "GEBDATUM": "26.06.1868", "STBDATUM": "22.09.1915"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21409	paillard-henri-marie-xavier-aime-1884-12-03	{"afd5": "790"}	{"muller": "M5-790"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri Marie Xavier Aimé", "family": "Paillard", "spouse": [], "official": {"given": "Henri Marie Xavier Aimé", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1884-12-03 02:30", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Fontainebleau", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Henri Marie Xavier Aimé", "family": "Paillard", "official": {"given": "Henri Marie Xavier Aimé"}}, "birth": {"date": "1884-12-03 02:30", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Fontainebleau"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "790"}}, "raw": {"NR": "790", "GNR": "", "JU_": "1", "MA_": "1", "MO_": "2", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "1", "JAHR": "1884", "KORR": "", "MARS": "29", "MODE": "LMT", "MOND": "12", "NAME": "PAILLARD (HENRI MARIE XAVIER AIMÉ).", "AUFAB": "0.90", "PHAS_": "99.800", "SONNE": "31", "VENUS": "34", "BREITE": "48 N 33", "GEBORT": "Fontainebleau (Seine-et-Marne)", "LAENGE": "002 E 40", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "12", "GEBZEIT": "02.30", "JUPITER": "5", "ELECTAGE": "62,4", "ELECTDAT": "01.04.1947", "GEBDATUM": "03.12.1884", "STBDATUM": "28.02.1950"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2637	pamard-alfred-1837-05-12	{"a2": "550", "g55": "01-423", "afd5": "791"}	{"g55": "01-423", "lerrcp": "A2-550", "muller": "M5-791"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alfred", "family": "Pamard", "spouse": [], "official": {"given": "Alfred Paul Hippolyte", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:14", "date": "1837-05-12 16:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1837-05-12 15:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Pamard"}, "birth": {"tzo": "+00:19:14", "date": "1837-05-12 16:00", "place": {"c2": "84", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1837-05-12 15:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-550"}, "ids-in-sources": {"a2": "550"}}, "raw": {"H": "15", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "12", "LAT": "43N57", "LON": "4E50", "MON": "5", "NUM": "550", "PRO": "S", "SEC": "40", "YEA": "1837", "CITY": "AVIGNON"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Pamard", "official": {"given": "Alfred Paul Hippolyte"}}, "birth": {"date": "1837-05-12 16:00", "place": {"name": "Avignon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "791"}}, "raw": {"NR": "791", "GNR": "SA2550", "JU_": "0", "MA_": "0", "MO_": "0", "SA_": "0", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1837", "KORR": "", "MARS": "7", "MODE": "LMT", "MOND": "7", "NAME": "PAMARD (ALFRED PAUL HIPPOLYTE).", "AUFAB": "9.30", "PHAS_": "43.200", "SONNE": "15", "VENUS": "15", "BREITE": "43 N 57", "GEBORT": "Avignon (Vaucluse)", "LAENGE": "004 E 50", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "33", "GEBZEIT": "16.00", "JUPITER": "8", "ELECTAGE": "53,1", "ELECTDAT": "10.06.1890", "GEBDATUM": "12.05.1837", "STBDATUM": "20.05.1920"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-423"}, "ids-in-source": {"g55": "01-423"}}, "raw": {"DAY": "12-5-1837", "HOUR": "16 h.", "NAME": "PAMARD Alfred", "PLACE": "Avignon (Vaucluse)."}, "date": "2023-08-20T14:47:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
1260	bigot-jules-1915-11-22	{"a1": "1261", "g55": "03-228", "3a_sports": "442", "cfepp-final3": "438"}	{"g55": "03-228", "cfepp": "CF-438", "cpara": "CP-48", "ertel": "ES-442", "lerrcp": "A1-1261"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Bigot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1915-11-22 07:30", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Bully", "geoid": 0}, "notime": null, "date-ut": "1915-11-22 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Bigot"}, "birth": {"tzo": "+00:00", "date": "1915-10-22 07:00", "place": {"c2": "62", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Bully", "geoid": 0}, "date-ut": "1915-10-22 07:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1261"}, "ids-in-sources": {"a1": "1261"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "62", "COU": "F", "DAY": "22", "LAT": "50N18", "LON": "2E46", "MON": "10", "NUM": "1261", "PRO": "C", "SEC": "0", "YEA": "1915", "CITY": "BULLY"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1915-10-22 07:00"}, "partial-ids": {"ertel": "ES-442"}}, "raw": {"L": "", "MF": "", "NR": "442", "ENG": "1", "MA_": "2", "G_NR": "1261", "MA12": "4", "MARS": "10", "NAME": "Bigot", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,000", "CSINR": "", "KURTZ": "", "PHAS_": "98,800", "STUND": "7,00", "CFEPNR": "438", "EXTEND": "1", "NATION": "FRA", "TAGMON": "22.10.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "48", "VORNAME": "Jules", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "22.10.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "bigot-jules-1915-11-22", "birth": {"date": "1915-11-22 07:30", "place": {"c3": ""}, "date-ut": "1915-11-22 07:30"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "438"}}, "raw": {"S": "4", "LT": "07 30", "LV": "I6", "TR": "f", "UT": "07 30", "LAT": "+50.44", "SRC": "ALG", "LONG": "-02.72", "NAME": "BIGOT Jules", "SPORT": "Soccer", "LOC_DATE": "1915 11 22", "UNIV_DATE": "1915 11 22", "BIRTH_PLACE": "BULLY LES MINES", "POSTAL_CODE": "62160"}, "date": "2023-08-20T14:46:03+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Bully"}}, "partial-ids": {"g55": "03-228"}, "ids-in-source": {"g55": "03-228"}}, "raw": {"DAY": "22-10-1915", "HOUR": "7 h.", "NAME": "BIGOT Jules", "PLACE": "Bully (Pas-de-Calais)."}, "date": "2023-08-20T14:48:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
19223	papin-felix-1888-09-26	{"e1": "1598", "afd5": "792"}	{"lerrcp": "E1-1598", "muller": "M5-792"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Félix", "family": "Papin", "spouse": [], "official": {"given": "Félix Ferdinand Marie Joseph", "family": null}}	\N	{"lmt": null, "tzo": "-00:01", "date": "1888-09-26 08:00", "note": null, "place": {"c1": null, "c2": "16", "c3": "", "cy": "FR", "lg": -0.21986, "lat": 45.61807, "name": "Segonzac", "geoid": 2975321}, "notime": null, "date-ut": "1888-09-26 08:01"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Papin"}, "birth": {"tzo": "-00:01", "date": "1888-09-26 08:00", "place": {"c2": "16", "c3": "", "cy": "FR", "lg": -0.21986, "lat": 45.61807, "name": "Segonzac", "geoid": 2975321}, "date-ut": "1888-09-26 08:01"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1598"}}, "raw": {"H": "08:00", "COD": "16", "DAY": "26", "MON": "09", "NUM": "1598", "PRO": "PH", "YEA": "1888", "CITY": "Segonzac", "NAME": "PAPIN Félix", "NOTE": "+"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Papin", "official": {"given": "Félix Ferdinand Marie Joseph"}}, "birth": {"date": "1888-09-26 08:00", "place": {"name": "Segonzac"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "792"}}, "raw": {"NR": "792", "GNR": "ND1159", "JU_": "0", "MA_": "0", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "2", "CODE": "3", "JAHR": "1888", "KORR": "", "MARS": "32", "MODE": "LMT", "MOND": "14", "NAME": "PAPIN (FÉLIX FERDINAND MARIE JOSEPH).", "AUFAB": "-8.00", "PHAS_": "71.800", "SONNE": "4", "VENUS": "1", "BREITE": "45 N 39", "GEBORT": "Segonzac (Charente)", "LAENGE": "000 E 10", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "8", "GEBZEIT": "08.00", "JUPITER": "33", "ELECTAGE": "55,4", "ELECTDAT": "15.02.1944", "GEBDATUM": "26.09.1888", "STBDATUM": "20.04.1963"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
2640	parisot-pierre-1859-02-09	{"a2": "553", "g55": "01-426", "afd5": "794"}	{"g55": "01-426", "lerrcp": "A2-553", "muller": "M5-794"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre", "family": "Parisot", "spouse": [], "official": {"given": "Pierre Gabriel Jules", "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1859-02-09 21:30", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1859-02-09 21:05:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Parisot"}, "birth": {"tzo": "+00:24:44", "date": "1859-02-09 21:30", "place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1859-02-09 21:05:12"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-553"}, "ids-in-sources": {"a2": "553"}}, "raw": {"H": "21", "MN": "5", "TZ": "0", "COD": "54", "COU": "F", "DAY": "9", "LAT": "48N42", "LON": "6E12", "MON": "2", "NUM": "553", "PRO": "S", "SEC": "12", "YEA": "1859", "CITY": "NANCY"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Parisot", "official": {"given": "Pierre Gabriel Jules"}}, "birth": {"date": "1859-02-09 21:30", "place": {"name": "Nancy"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "794"}}, "raw": {"NR": "794", "GNR": "SA2553", "JU_": "2", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1859", "KORR": "", "MARS": "19", "MODE": "LMT", "MOND": "15", "NAME": "PARISOT (PIERRE GABRIEL JULES).", "AUFAB": "9.10", "PHAS_": "31.100", "SONNE": "24", "VENUS": "28", "BREITE": "48 N 42", "GEBORT": "Nancy (Meurthe-et-Moselle)", "LAENGE": "006 E 12", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "7", "GEBZEIT": "21.30", "JUPITER": "12", "ELECTAGE": "66,1", "ELECTDAT": "17.02.1925", "GEBDATUM": "09.02.1859", "STBDATUM": "29.10.1938"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-426"}, "ids-in-source": {"g55": "01-426"}}, "raw": {"DAY": "9-2-1859", "HOUR": "21 h. 30", "NAME": "PARISOT Pierre", "PLACE": "Nancy (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:47:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2641	parrot-joseph-1829-11-10	{"a2": "554", "g55": "01-427", "afd5": "795"}	{"g55": "01-427", "lerrcp": "A2-554", "muller": "M5-795"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Joseph", "family": "Parrot", "spouse": [], "official": {"given": "Joseph Marie Jules", "family": null}}	\N	{"lmt": null, "tzo": "+00:04:12", "date": "1829-11-10 10:00", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 1.04938, "lat": 45.33699, "name": "Excideuil", "geoid": 3019253}, "notime": null, "date-ut": "1829-11-10 09:57:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Parrot"}, "birth": {"tzo": "+00:04:12", "date": "1829-11-10 10:00", "place": {"c2": "24", "cy": "FR", "lg": 1.04938, "lat": 45.33699, "name": "Excideuil", "geoid": 3019253}, "date-ut": "1829-11-10 09:57:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-554"}, "ids-in-sources": {"a2": "554"}}, "raw": {"H": "9", "MN": "57", "TZ": "0", "COD": "24", "COU": "F", "DAY": "10", "LAT": "45N11", "LON": "0E44", "MON": "11", "NUM": "554", "PRO": "S", "SEC": "4", "YEA": "1829", "CITY": "EXCIDEUIL"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Parrot", "official": {"given": "Joseph Marie Jules"}}, "birth": {"date": "1829-11-10 10:00", "place": {"name": "Excideuil"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "795"}}, "raw": {"NR": "795", "GNR": "SA2554", "JU_": "2", "MA_": "2", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "2", "CODE": "3", "JAHR": "1829", "KORR": "", "MARS": "9", "MODE": "LMT", "MOND": "25", "NAME": "PARROT (JOSEPH MARIE JULES).", "AUFAB": "4.30", "PHAS_": "98.300", "SONNE": "6", "VENUS": "36", "BREITE": "45 N 11", "GEBORT": "Excideuil (Dordogne)", "LAENGE": "000 E 44", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "14", "GEBZEIT": "10.00", "JUPITER": "1", "ELECTAGE": "48,8", "ELECTDAT": "30.07.1878", "GEBDATUM": "10.11.1829", "STBDATUM": "06.08.1883"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-427"}, "ids-in-source": {"g55": "01-427"}}, "raw": {"DAY": "10-11-1829", "HOUR": "10 h.", "NAME": "PARROT Joseph", "PLACE": "Excideuil (Dordogne)."}, "date": "2023-08-20T14:47:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21410	patel-jean-edmond-ernest-1900-06-21	{"afd5": "798"}	{"muller": "M5-798"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean Edmond Ernest", "family": "Patel", "spouse": [], "official": {"given": "Jean Edmond Ernest", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1900-06-21 09:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": 1.58333, "lat": 47.21667, "name": "Nantes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Jean Edmond Ernest", "family": "Patel", "official": {"given": "Jean Edmond Ernest"}}, "birth": {"date": "1900-06-21 09:00", "place": {"c2": "44", "cy": "FR", "lg": 1.58333, "lat": 47.21667, "name": "Nantes"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "798"}}, "raw": {"NR": "798", "GNR": "", "JU_": "1", "MA_": "0", "MO_": "2", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1900", "KORR": "-0.16", "MARS": "8", "MODE": "", "MOND": "12", "NAME": "PATEL (JEAN EDMOND ERNEST).", "AUFAB": "-11.50", "PHAS_": "39.100", "SONNE": "6", "VENUS": "4", "BREITE": "47 N 13", "GEBORT": "Nantes (Loire-Inférieure)", "LAENGE": "001 W 35", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "23", "GEBZEIT": "09.00", "JUPITER": "26", "ELECTAGE": "62,4", "ELECTDAT": "06.11.1962", "GEBDATUM": "21.06.1900", "STBDATUM": "10.07.1968"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2644	patel-maurice-1875-12-13	{"a2": "557", "afd5": "799"}	{"lerrcp": "A2-557", "muller": "M5-799"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Maurice", "family": "Patel", "spouse": [], "official": {"given": "Maurice", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1875-12-13 08:30", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1875-12-13 08:10:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Patel"}, "birth": {"tzo": "+00:19:23", "date": "1875-12-13 08:30", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1875-12-13 08:10:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-557"}, "ids-in-sources": {"a2": "557"}}, "raw": {"H": "8", "MN": "10", "TZ": "0", "COD": "69", "COU": "F", "DAY": "13", "LAT": "45N46", "LON": "4E50", "MON": "12", "NUM": "557", "PRO": "S", "SEC": "40", "YEA": "1875", "CITY": "LYON"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Patel", "official": {"given": "Maurice"}}, "birth": {"date": "1875-12-13 08:30", "place": {"name": "Lyon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "799"}}, "raw": {"NR": "799", "GNR": "SA2557", "JU_": "0", "MA_": "0", "MO_": "1", "SA_": "0", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1875", "KORR": "", "MARS": "32", "MODE": "LMT", "MOND": "18", "NAME": "PATEL (MAURICE).", "AUFAB": "1.00", "PHAS_": "99.800", "SONNE": "2", "VENUS": "36", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "33", "GEBZEIT": "08.30", "JUPITER": "7", "ELECTAGE": "53,6", "ELECTDAT": "02.07.1929", "GEBDATUM": "13.12.1875", "STBDATUM": "09.06.1967"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
19237	paufique-louis-1899-06-22	{"e1": "1612", "afd5": "800"}	{"lerrcp": "E1-1612", "muller": "M5-800"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Paufique", "spouse": [], "official": {"given": "Louis Gentil Martial Philippe", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1899-06-22 21:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "2", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1899-06-22 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Paufique"}, "birth": {"tzo": "+00:09", "date": "1899-06-22 21:00", "place": {"c2": "69", "c3": "2", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1899-06-22 20:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1612"}}, "raw": {"H": "21:00", "COD": "69", "DAY": "22", "MON": "06", "NUM": "1612", "PRO": "PH", "YEA": "1899", "CITY": "Lyon 2ème", "NAME": "PAUFIQUE Louis", "NOTE": "+"}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Paufique", "official": {"given": "Louis Gentil Martial Philippe"}}, "birth": {"date": "1899-06-22 21:00", "place": {"name": "Lyon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "800"}}, "raw": {"NR": "800", "GNR": "ND1161", "JU_": "2", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1899", "KORR": "-0.16", "MARS": "16", "MODE": "", "MOND": "5", "NAME": "PAUFIQUE (LOUIS GENTIL MARTIAL PHILIPPE).", "AUFAB": "5.50", "PHAS_": "96.500", "SONNE": "21", "VENUS": "25", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "5", "GEBZEIT": "21.00", "JUPITER": "12", "ELECTAGE": "65,4", "ELECTDAT": "17.11.1964", "GEBDATUM": "22.06.1899", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
21411	payan-pierre-scipion-1808-11-25	{"afd5": "805"}	{"muller": "M5-805"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre Scipion", "family": "Payan", "spouse": [], "official": {"given": "Pierre Scipion", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1808-11-25 18:00", "note": null, "place": {"c1": null, "c2": "07", "c3": null, "cy": "FR", "lg": 4.6, "lat": 44.73333, "name": "Payzac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Pierre Scipion", "family": "Payan", "official": {"given": "Pierre Scipion"}}, "birth": {"date": "1808-11-25 18:00", "place": {"c2": "07", "cy": "FR", "lg": 4.6, "lat": 44.73333, "name": "Payzac"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "805"}}, "raw": {"NR": "805", "GNR": "", "JU_": "2", "MA_": "0", "MO_": "2", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1808", "KORR": "", "MARS": "25", "MODE": "LMT", "MOND": "9", "NAME": "PAYAN (PIERRE SCIPION).", "AUFAB": "10.30", "PHAS_": "50.600", "SONNE": "21", "VENUS": "18", "BREITE": "44 N 44", "GEBORT": "Payzac (Ardèche)", "LAENGE": "004 E 36", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "21", "GEBZEIT": "18.00", "JUPITER": "9", "ELECTAGE": "37,3", "ELECTDAT": "24.02.1846", "GEBDATUM": "25.11.1808", "STBDATUM": "21.02.1868"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21412	peisse-charles-louis-hippolyte-1803-01-01	{"afd5": "808"}	{"muller": "M5-808"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles Louis Hippolyte", "family": "Peisse", "spouse": [], "official": {"given": "Charles Louis Hippolyte", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1803-01-01 22:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Aix-en-Provence", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Charles Louis Hippolyte", "family": "Peisse", "official": {"given": "Charles Louis Hippolyte"}}, "birth": {"date": "1803-01-01 22:00", "place": {"c2": "13", "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Aix-en-Provence"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "808"}}, "raw": {"NR": "808", "GNR": "", "JU_": "0", "MA_": "0", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "0", "CODE": "1", "JAHR": "1803", "KORR": "", "MARS": "8", "MODE": "LMT", "MOND": "14", "NAME": "PEISSE (CHARLES LOUIS HIPPOLYTE).", "AUFAB": "11.40", "PHAS_": "53.400", "SONNE": "25", "VENUS": "25", "BREITE": "43 N 18", "GEBORT": "Aix-en-Provence (Bouches-du-Rhône)", "LAENGE": "005 E 22", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "36", "GEBZEIT": "22.00", "JUPITER": "34", "ELECTAGE": "63,5", "ELECTDAT": "26.06.1866", "GEBDATUM": "01.01.1803", "STBDATUM": "12.10.1880"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2649	pean-jules-1830-11-29	{"a2": "562", "g55": "01-432", "afd5": "806"}	{"g55": "01-432", "lerrcp": "A2-562", "muller": "M5-806"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jules", "family": "Péan", "spouse": [], "official": {"given": "Jules Emile", "family": null}}	\N	{"lmt": null, "tzo": "+00:05:20", "date": "1830-11-29 01:00", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 1.3321, "lat": 48.11377, "name": "Marboué", "geoid": 2996075}, "notime": null, "date-ut": "1830-11-29 00:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Pean"}, "birth": {"tzo": "+00:05:20", "date": "1830-11-29 01:00", "place": {"c2": "28", "cy": "FR", "lg": 1.3321, "lat": 48.11377, "name": "Marboué", "geoid": 2996075}, "date-ut": "1830-11-29 00:54"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-562"}, "ids-in-sources": {"a2": "562"}}, "raw": {"H": "0", "MN": "54", "TZ": "0", "COD": "28", "COU": "F", "DAY": "29", "LAT": "48N27", "LON": "1E30", "MON": "11", "NUM": "562", "PRO": "S", "SEC": "0", "YEA": "1830", "CITY": "MARBOUE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Péan", "official": {"given": "Jules Emile"}}, "birth": {"date": "1830-11-29 01:00", "place": {"name": "Marboué"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "806"}}, "raw": {"NR": "806", "GNR": "SA2562", "JU_": "0", "MA_": "1", "MO_": "2", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1830", "KORR": "", "MARS": "18", "MODE": "LMT", "MOND": "12", "NAME": "PÉAN (JULES EMILE).", "AUFAB": "4.80", "PHAS_": "97.900", "SONNE": "29", "VENUS": "29", "BREITE": "48 N 27", "GEBORT": "Marboué (Eure-et-Loir)", "LAENGE": "001 E 30", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "3", "GEBZEIT": "01.00", "JUPITER": "25", "ELECTAGE": "57,0", "ELECTDAT": "22.11.1887", "GEBDATUM": "29.11.1830", "STBDATUM": "30.01.1898"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-432"}, "ids-in-source": {"g55": "01-432"}}, "raw": {"DAY": "29-11-1830", "HOUR": "1 h.", "NAME": "PEAN Jules", "PLACE": "Marboué (Eure-et-Loire)."}, "date": "2023-08-20T14:47:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21413	pelle-alphonse-1887-02-05	{"afd5": "809"}	{"muller": "M5-809"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alphonse", "family": "Pellé", "spouse": [], "official": {"given": "Alphonse", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1887-02-05 16:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": 1.66667, "lat": 48.11667, "name": "Maillac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Alphonse", "family": "Pellé", "official": {"given": "Alphonse"}}, "birth": {"date": "1887-02-05 16:00", "place": {"c2": "35", "cy": "FR", "lg": 1.66667, "lat": 48.11667, "name": "Maillac"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "809"}}, "raw": {"NR": "809", "GNR": "", "JU_": "1", "MA_": "1", "MO_": "2", "SA_": "2", "SO_": "0", "VE_": "1", "CODE": "1", "JAHR": "1887", "KORR": "", "MARS": "14", "MODE": "LMT", "MOND": "3", "NAME": "PELLÉ (ALPHONSE).", "AUFAB": "8.70", "PHAS_": "84.600", "SONNE": "17", "VENUS": "14", "BREITE": "48 N 07", "GEBORT": "Maillac (Ille-et-Vilaine)", "LAENGE": "001 W 40", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "2", "GEBZEIT": "16.00", "JUPITER": "26", "ELECTAGE": "59,4", "ELECTDAT": "11.06.1946", "GEBDATUM": "05.02.1887", "STBDATUM": "21.10.1963"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2651	penard-louis-1819-12-22	{"a2": "564", "afd5": "810"}	{"lerrcp": "A2-564", "muller": "M5-810"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Pénard", "spouse": [], "official": {"given": "Louis Julien", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1819-12-22 11:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1819-12-22 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Penard"}, "birth": {"tzo": "+00:09:24", "date": "1819-12-22 11:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1819-12-22 10:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-564"}, "ids-in-sources": {"a2": "564"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "22", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "564", "PRO": "S", "SEC": "40", "YEA": "1819", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Pénard", "official": {"given": "Louis Julien"}}, "birth": {"date": "1819-12-22 11:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "810"}}, "raw": {"NR": "810", "GNR": "SA2564", "JU_": "2", "MA_": "1", "MO_": "2", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "4", "JAHR": "1819", "KORR": "", "MARS": "20", "MODE": "LMT", "MOND": "36", "NAME": "PÉNARD (LOUIS JULIEN).", "AUFAB": "10.00", "PHAS_": "29.100", "SONNE": "7", "VENUS": "4", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "35", "GEBZEIT": "11.00", "JUPITER": "1", "ELECTAGE": "61,6", "ELECTDAT": "19.07.1881", "GEBDATUM": "22.12.1819", "STBDATUM": "16.07.1890"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2652	perier-charles-1836-03-20	{"a2": "565", "afd5": "811"}	{"lerrcp": "A2-565", "muller": "M5-811"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles", "family": "Périer", "spouse": [], "official": {"given": "Charles", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1836-03-20 08:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1836-03-20 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Perier"}, "birth": {"tzo": "+00:09:24", "date": "1836-03-20 08:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1836-03-20 07:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-565"}, "ids-in-sources": {"a2": "565"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "20", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "565", "PRO": "S", "SEC": "40", "YEA": "1836", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Périer", "official": {"given": "Charles"}}, "birth": {"date": "1836-03-20 08:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "811"}}, "raw": {"NR": "811", "GNR": "SA2565", "JU_": "1", "MA_": "1", "MO_": "2", "SA_": "1", "SO_": "2", "VE_": "2", "CODE": "4", "JAHR": "1836", "KORR": "", "MARS": "5", "MODE": "LMT", "MOND": "1", "NAME": "PÉRIER (CHARLES).", "AUFAB": "4.40", "PHAS_": "7.300", "SONNE": "3", "VENUS": "1", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "19", "GEBZEIT": "08.00", "JUPITER": "31", "ELECTAGE": "54,7", "ELECTDAT": "25.11.1890", "GEBDATUM": "20.03.1836", "STBDATUM": "14.12.1914"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2659	peter-charles-1824-11-05	{"a2": "572", "afd5": "819"}	{"lerrcp": "A2-572", "muller": "M5-819"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles", "family": "Peter", "spouse": [], "official": {"given": "Charles Félix Michel", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1824-11-05 10:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1824-11-05 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Peter"}, "birth": {"tzo": "+00:09:24", "date": "1824-11-05 10:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1824-11-05 09:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-572"}, "ids-in-sources": {"a2": "572"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "5", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "572", "PRO": "S", "SEC": "40", "YEA": "1824", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Peter", "official": {"given": "Charles Félix Michel"}}, "birth": {"date": "1824-11-05 10:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "819"}}, "raw": {"NR": "819", "GNR": "SA2572", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "2", "CODE": "4", "JAHR": "1824", "KORR": "", "MARS": "35", "MODE": "LMT", "MOND": "26", "NAME": "PETER (CHARLES FÉLIX MICHEL).", "AUFAB": "4.40", "PHAS_": "96.500", "SONNE": "6", "VENUS": "2", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "21", "GEBZEIT": "10.00", "JUPITER": "14", "ELECTAGE": "53,2", "ELECTDAT": "22.01.1878", "GEBDATUM": "05.11.1824", "STBDATUM": "09.06.1893"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2657	perrot-emile-1867-08-14	{"a2": "570", "g55": "01-437", "afd5": "817"}	{"g55": "01-437", "lerrcp": "A2-570", "muller": "M5-817"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Emile", "family": "Perrot", "spouse": [], "official": {"given": "Emile Constant", "family": null}}	\N	{"lmt": null, "tzo": "+00:17:28", "date": "1867-08-14 14:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Marcilly-sur-Seine", "geoid": 0}, "notime": null, "date-ut": "1867-08-14 13:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Perrot"}, "birth": {"tzo": "+00:17:28", "date": "1867-08-14 14:00", "place": {"c2": "51", "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Marcilly-sur-Sein", "geoid": 0}, "date-ut": "1867-08-14 13:42:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-570"}, "ids-in-sources": {"a2": "570"}}, "raw": {"H": "13", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "14", "LAT": "48N57", "LON": "4E22", "MON": "8", "NUM": "570", "PRO": "S", "SEC": "32", "YEA": "1867", "CITY": "MARCILLY-S/SEIN"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Perrot", "official": {"given": "Emile Constant"}}, "birth": {"date": "1867-08-14 14:00", "place": {"name": "Marcilly-sur-Seine"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "817"}}, "raw": {"NR": "817", "GNR": "SA2570", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "2", "SO_": "2", "VE_": "1", "CODE": "3", "JAHR": "1867", "KORR": "", "MARS": "9", "MODE": "LMT", "MOND": "31", "NAME": "PERROT (EMILE CONSTANT).", "AUFAB": "3.60", "PHAS_": "98.000", "SONNE": "12", "VENUS": "13", "BREITE": "48 N 57", "GEBORT": "Marcilly-sur-Seine (Marne)", "LAENGE": "004 E 22", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "3", "GEBZEIT": "14.00", "JUPITER": "29", "ELECTAGE": "59,9", "ELECTDAT": "28.06.1927", "GEBDATUM": "14.08.1867", "STBDATUM": "16.09.1951"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Marcilly-sur-Seine"}}, "partial-ids": {"g55": "01-437"}, "ids-in-source": {"g55": "01-437"}}, "raw": {"DAY": "14-8-1867", "HOUR": "14 h.", "NAME": "PERROT Emile", "PLACE": "Marcilly-sur-Seine (Marne)."}, "date": "2023-08-20T14:47:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
3272	perrin-maurice-1875-05-21	{"a2": "1186", "g55": "02-395", "afd5": "815"}	{"g55": "02-395", "lerrcp": "A2-1186", "muller": "M5-815"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Maurice", "family": "Perrin", "spouse": [], "official": {"given": "Maurice Nicolas Just", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1875-05-21 04:00", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "Rambervillers", "geoid": 0}, "notime": null, "date-ut": "1875-05-21 03:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Perrin"}, "birth": {"place": {"c2": "88", "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "Rambervilliers", "geoid": 0}, "date-ut": "1875-05-21 03:34:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1186"}, "ids-in-sources": {"a2": "1186"}}, "raw": {"H": "3", "MN": "34", "TZ": "0", "COD": "88", "COU": "F", "DAY": "21", "LAT": "48N10", "LON": "6E28", "MON": "5", "NUM": "1186", "PRO": "S", "SEC": "8", "YEA": "1875", "CITY": "RAMBERVILLIERS"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Perrin", "official": {"given": "Maurice Nicolas Just"}}, "birth": {"date": "1875-05-21 04:00", "place": {"name": "Rambervillers"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "815"}}, "raw": {"NR": "815", "GNR": "SA2118", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1875", "KORR": "", "MARS": "13", "MODE": "LMT", "MOND": "18", "NAME": "PERRIN (MAURICE NICOLAS JUST).", "AUFAB": "-0.30", "PHAS_": "99.500", "SONNE": "36", "VENUS": "2", "BREITE": "48 N 10", "GEBORT": "Rambervillers (Vosges)", "LAENGE": "006 E 28", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "6", "GEBZEIT": "04.00", "JUPITER": "20", "ELECTAGE": "67,5", "ELECTDAT": "10.11.1942", "GEBDATUM": "21.05.1875", "STBDATUM": "18.10.1956"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Rambervillers"}}, "partial-ids": {"g55": "02-395"}, "ids-in-source": {"g55": "02-395"}}, "raw": {"DAY": "21-5-1875", "HOUR": "4 h.", "NAME": "PERRIN Maurice", "PLACE": "Rambervillers (Vosges)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
21414	petges-georges-marie-gabriel-arnaud-1872-01-11	{"afd5": "820"}	{"muller": "M5-820"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Georges Marie Gabriel Arnaud", "family": "Petges", "spouse": [], "official": {"given": "Georges Marie Gabriel Arnaud", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1872-01-11 05:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": 0.56667, "lat": 44.83333, "name": "Hostens", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Georges Marie Gabriel Arnaud", "family": "Petges", "official": {"given": "Georges Marie Gabriel Arnaud"}}, "birth": {"date": "1872-01-11 05:00", "place": {"c2": "33", "cy": "FR", "lg": 0.56667, "lat": 44.83333, "name": "Hostens"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "820"}}, "raw": {"NR": "820", "GNR": "", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "0", "VE_": "2", "CODE": "1", "JAHR": "1872", "KORR": "", "MARS": "31", "MODE": "LMT", "MOND": "32", "NAME": "PETGES (GEORGES MARIE GABRIEL ARNAUD).", "AUFAB": "-0.30", "PHAS_": "0.300", "SONNE": "33", "VENUS": "2", "BREITE": "44 N 50", "GEBORT": "Hostens (Gironde)", "LAENGE": "000 W 34", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "34", "GEBZEIT": "05.00", "JUPITER": "15", "ELECTAGE": "70,9", "ELECTDAT": "10.11.1942", "GEBDATUM": "11.01.1872", "STBDATUM": "09.02.1952"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2661	pettit-auguste-1869-03-10	{"a2": "574", "afd5": "822"}	{"lerrcp": "A2-574", "muller": "M5-822"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Auguste", "family": "Pettit", "spouse": [], "official": {"given": "Auguste", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1869-03-10 03:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1869-03-10 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Pettit"}, "birth": {"tzo": "+00:09:24", "date": "1869-03-10 03:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1869-03-10 02:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-574"}, "ids-in-sources": {"a2": "574"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "10", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "574", "PRO": "S", "SEC": "40", "YEA": "1869", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Pettit", "official": {"given": "Auguste"}}, "birth": {"date": "1869-03-10 03:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "822"}}, "raw": {"NR": "822", "GNR": "SA2574", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "2", "SO_": "0", "VE_": "0", "CODE": "4", "JAHR": "1869", "KORR": "", "MARS": "15", "MODE": "LMT", "MOND": "34", "NAME": "PETTIT (AUGUSTE).", "AUFAB": "-6.30", "PHAS_": "9.800", "SONNE": "32", "VENUS": "32", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "3", "GEBZEIT": "03.00", "JUPITER": "29", "ELECTAGE": "56,1", "ELECTDAT": "31.03.1925", "GEBDATUM": "10.03.1869", "STBDATUM": "10.10.1939"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2666	pidoux-hermann-1808-10-02	{"a2": "579", "g55": "01-444", "afd5": "826"}	{"g55": "01-444", "lerrcp": "A2-579", "muller": "M5-826"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Hermann", "family": "Pidoux", "spouse": [], "official": {"given": "Claude François Hermann", "family": null}}	\N	{"lmt": null, "tzo": "+00:22:27", "date": "1808-10-02 04:00", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.61049, "lat": 46.52096, "name": "Orgelet", "geoid": 2989385}, "notime": null, "date-ut": "1808-10-02 13:37:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Pidoux"}, "birth": {"tzo": "+00:22:27", "date": "1808-10-02 14:00", "place": {"c2": "39", "cy": "FR", "lg": 5.61049, "lat": 46.52096, "name": "Orgelet", "geoid": 2989385}, "date-ut": "1808-10-02 13:37:48"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-579"}, "ids-in-sources": {"a2": "579"}}, "raw": {"H": "13", "MN": "37", "TZ": "0", "COD": "39", "COU": "F", "DAY": "2", "LAT": "46N40", "LON": "5E33", "MON": "10", "NUM": "579", "PRO": "S", "SEC": "48", "YEA": "1808", "CITY": "ORGELET"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Pidoux", "official": {"given": "Claude François Hermann"}}, "birth": {"date": "1808-10-02 04:00", "place": {"name": "Orgelet"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "826"}}, "raw": {"NR": "826", "GNR": "SA2579", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "0", "CODE": "2", "JAHR": "1808", "KORR": "", "MARS": "3", "MODE": "LMT", "MOND": "19", "NAME": "PIDOUX (CLAUDE FRANÇOIS HERMANN).", "AUFAB": "5.80", "PHAS_": "93.600", "SONNE": "34", "VENUS": "32", "BREITE": "46 N 40", "GEBORT": "Orgelet (Jura)", "LAENGE": "005 E 33", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "29", "GEBZEIT": "04.00", "JUPITER": "19", "ELECTAGE": "55,5", "ELECTDAT": "29.03.1864", "GEBDATUM": "02.10.1808", "STBDATUM": "12.08.1882"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-444"}, "ids-in-source": {"g55": "01-444"}}, "raw": {"DAY": "2-10-1808", "HOUR": ".14 h.", "NAME": "PIDOUX Hermann", "PLACE": "Orgelet (Jura)."}, "date": "2023-08-20T14:47:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2668	pierret-antoine-1845-07-05	{"a2": "581", "afd5": "828"}	{"lerrcp": "A2-581", "muller": "M5-828"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Antoine", "family": "Pierret", "spouse": [], "official": {"given": "Antoine Auguste", "family": null}}	\N	{"lmt": null, "tzo": "+00:21:32", "date": "1845-07-05 23:00", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.3829, "lat": 49.15964, "name": "Verdun", "geoid": 2969958}, "notime": null, "date-ut": "1845-07-05 22:39:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Pierret"}, "birth": {"tzo": "+00:21:32", "date": "1845-07-05 23:00", "place": {"c2": "55", "cy": "FR", "lg": 5.3829, "lat": 49.15964, "name": "Verdun", "geoid": 2969958}, "date-ut": "1845-07-05 22:39:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-581"}, "ids-in-sources": {"a2": "581"}}, "raw": {"H": "22", "MN": "39", "TZ": "0", "COD": "55", "COU": "F", "DAY": "5", "LAT": "48N46", "LON": "5E10", "MON": "7", "NUM": "581", "PRO": "S", "SEC": "20", "YEA": "1845", "CITY": "VERDUN"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Pierret", "official": {"given": "Antoine Auguste"}}, "birth": {"date": "1845-07-05 23:00", "place": {"name": "Verdun"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "828"}}, "raw": {"NR": "828", "GNR": "SA2581", "JU_": "0", "MA_": "2", "MO_": "0", "SA_": "2", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1845", "KORR": "", "MARS": "1", "MODE": "LMT", "MOND": "24", "NAME": "PIERRET (ANTOINE AUGUSTE).", "AUFAB": "-0.30", "PHAS_": "0.200", "SONNE": "25", "VENUS": "23", "BREITE": "48 N 46", "GEBORT": "Verdun (Meuse)", "LAENGE": "005 E 10", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "3", "GEBZEIT": "23.00", "JUPITER": "34", "ELECTAGE": "42,9", "ELECTDAT": "08.05.1888", "GEBDATUM": "05.07.1845", "STBDATUM": "18.11.1920"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
19287	pierret-robert-charles-1884-05-18	{"e1": "1662", "afd5": "829"}	{"lerrcp": "E1-1662", "muller": "M5-829"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Robert Charles", "family": "Pierret", "spouse": [], "official": {"given": "Robert Charles Alphonse", "family": null}}	\N	{"lmt": null, "tzo": "+00:20", "date": "1884-05-18 17:30", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": 4.91303, "lat": 45.73865, "name": "Bron", "geoid": 3029931}, "notime": null, "date-ut": "1884-05-18 17:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert Charles", "family": "Pierret"}, "birth": {"tzo": "+00:20", "date": "1884-05-18 17:30", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": 4.91303, "lat": 45.73865, "name": "Bron", "geoid": 3029931}, "date-ut": "1884-05-18 17:10"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1662"}}, "raw": {"H": "17:30", "COD": "69", "DAY": "18", "MON": "05", "NUM": "1662", "PRO": "PH", "YEA": "1884", "CITY": "Bron", "NAME": "PIERRET Robert Charles", "NOTE": "+"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Pierret", "official": {"given": "Robert Charles Alphonse"}}, "birth": {"date": "1884-05-18 17:30", "place": {"name": "Bron"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "829"}}, "raw": {"NR": "829", "GNR": "ND1166", "JU_": "2", "MA_": "2", "MO_": "1", "SA_": "0", "SO_": "0", "VE_": "2", "CODE": "3", "JAHR": "1884", "KORR": "", "MARS": "9", "MODE": "LMT", "MOND": "26", "NAME": "PIERRET (ROBERT CHARLES ALPHONSE).", "AUFAB": "-10.10", "PHAS_": "52.300", "SONNE": "16", "VENUS": "12", "BREITE": "45 N 46", "GEBORT": "Bron (Rhône)", "LAENGE": "004 E 50", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "15", "GEBZEIT": "17.30", "JUPITER": "11", "ELECTAGE": "57,8", "ELECTDAT": "03.03.1942", "GEBDATUM": "18.05.1884", "STBDATUM": "06.11.1960"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
21415	piery-marius-antoine-1873-01-07	{"afd5": "830"}	{"muller": "M5-830"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Marius Antoine", "family": "Piéry", "spouse": [], "official": {"given": "Marius Antoine", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1873-01-07 13:30", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Lyon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Marius Antoine", "family": "Piéry", "official": {"given": "Marius Antoine"}}, "birth": {"date": "1873-01-07 13:30", "place": {"c2": "69", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Lyon"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "830"}}, "raw": {"NR": "830", "GNR": "", "JU_": "0", "MA_": "1", "MO_": "2", "SA_": "2", "SO_": "2", "VE_": "0", "CODE": "1", "JAHR": "1873", "KORR": "", "MARS": "21", "MODE": "LMT", "MOND": "2", "NAME": "PIÉRY (MARIUS ANTOINE).", "AUFAB": "10.60", "PHAS_": "61.900", "SONNE": "12", "VENUS": "7", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "12", "GEBZEIT": "13.30", "JUPITER": "25", "ELECTAGE": "72,9", "ELECTDAT": "06.11.1945", "GEBDATUM": "07.01.1873", "STBDATUM": "25.09.1957"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21416	pigeaud-henri-alfred-1897-11-27	{"afd5": "831"}	{"muller": "M5-831"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri Alfred", "family": "Pigeaud", "spouse": [], "official": {"given": "Henri Alfred", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1897-11-27 13:00", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 4.9, "lat": 44.93333, "name": "Valence", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Henri Alfred", "family": "Pigeaud", "official": {"given": "Henri Alfred"}}, "birth": {"date": "1897-11-27 13:00", "place": {"c2": "26", "cy": "FR", "lg": 4.9, "lat": 44.93333, "name": "Valence"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "831"}}, "raw": {"NR": "831", "GNR": "", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "2", "VE_": "1", "CODE": "1", "JAHR": "1897", "KORR": "-0.16", "MARS": "13", "MODE": "", "MOND": "6", "NAME": "PIGEAUD (HENRI ALFRED).", "AUFAB": "6.10", "PHAS_": "10.100", "SONNE": "12", "VENUS": "14", "BREITE": "44 N 56", "GEBORT": "Valence (Drôme)", "LAENGE": "004 E 54", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "12", "GEBZEIT": "13.00", "JUPITER": "17", "ELECTAGE": "71,3", "ELECTDAT": "11.02.1969", "GEBDATUM": "27.11.1897", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21417	pilod-maurice-louis-etienne-1885-08-23	{"afd5": "833"}	{"muller": "M5-833"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Maurice Louis Etienne", "family": "Pilod", "spouse": [], "official": {"given": "Maurice Louis Etienne", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1885-08-23 13:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.43333, "lat": 43.61667, "name": "Toulouse", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Maurice Louis Etienne", "family": "Pilod", "official": {"given": "Maurice Louis Etienne"}}, "birth": {"date": "1885-08-23 13:00", "place": {"c2": "31", "cy": "FR", "lg": 1.43333, "lat": 43.61667, "name": "Toulouse"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "833"}}, "raw": {"NR": "833", "GNR": "", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "2", "VE_": "0", "CODE": "1", "JAHR": "1885", "KORR": "", "MARS": "14", "MODE": "LMT", "MOND": "31", "NAME": "PILOD (MAURICE LOUIS ETIENNE).", "AUFAB": "5.50", "PHAS_": "93.100", "SONNE": "11", "VENUS": "8", "BREITE": "43 N 37", "GEBORT": "Toulouse (Haute-Garonne)", "LAENGE": "001 E 26", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "15", "GEBZEIT": "13.00", "JUPITER": "10", "ELECTAGE": "72,9", "ELECTDAT": "01.07.1958", "GEBDATUM": "23.08.1885", "STBDATUM": "04.10.1970"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2671	pinoy-pierre-1873-02-03	{"a2": "584", "afd5": "835"}	{"lerrcp": "A2-584", "muller": "M5-835"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre", "family": "Pinoy", "spouse": [], "official": {"given": "Pierre Ernest", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1873-02-03 21:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1873-02-03 20:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Pinoy"}, "birth": {"tzo": "+00:09:24", "date": "1873-02-03 21:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1873-02-03 20:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-584"}, "ids-in-sources": {"a2": "584"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "3", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "584", "PRO": "S", "SEC": "40", "YEA": "1873", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Pinoy", "official": {"given": "Pierre Ernest"}}, "birth": {"date": "1873-02-03 21:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "835"}}, "raw": {"NR": "835", "GNR": "SA2584", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "0", "SO_": "0", "VE_": "1", "CODE": "4", "JAHR": "1873", "KORR": "", "MARS": "32", "MODE": "LMT", "MOND": "14", "NAME": "PINOY (PIERRE ERNEST).", "AUFAB": "10.30", "PHAS_": "35.100", "SONNE": "24", "VENUS": "18", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "25", "GEBZEIT": "21.00", "JUPITER": "4", "ELECTAGE": "63,1", "ELECTDAT": "25.02.1936", "GEBDATUM": "03.02.1873", "STBDATUM": "30.10.1948"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21418	placidi-louis-regis-1897-09-10	{"afd5": "838"}	{"muller": "M5-838"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis Régis", "family": "Placidi", "spouse": [], "official": {"given": "Louis Régis", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1897-09-10 22:00", "note": null, "place": {"c1": null, "c2": "20", "c3": null, "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Zilia", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Louis Régis", "family": "Placidi", "official": {"given": "Louis Régis"}}, "birth": {"date": "1897-09-10 22:00", "place": {"c2": "20", "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Zilia"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "838"}}, "raw": {"NR": "838", "GNR": "", "JU_": "0", "MA_": "0", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "1", "JAHR": "1897", "KORR": "-0.16", "MARS": "23", "MODE": "", "MOND": "8", "NAME": "PLACIDI (LOUIS RÉGIS).", "AUFAB": "3.40", "PHAS_": "98.600", "SONNE": "25", "VENUS": "29", "BREITE": "41 N 55", "GEBORT": "Zilia (Corse)", "LAENGE": "008 E 45", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "20", "GEBZEIT": "22.00", "JUPITER": "25", "ELECTAGE": "61,7", "ELECTDAT": "26.05.1959", "GEBDATUM": "10.09.1897", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2681	polonovski-michel-1889-05-25	{"a2": "594", "afd5": "845"}	{"lerrcp": "A2-594", "muller": "M5-845"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Michel", "family": "Polonovski", "spouse": [], "official": {"given": "Michel", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1889-05-25 16:30", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "notime": null, "date-ut": "1889-05-25 16:00:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Polonovsky"}, "birth": {"place": {"c2": "68", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "date-ut": "1889-05-25 16:00:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-594"}, "ids-in-sources": {"a2": "594"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "68", "COU": "F", "DAY": "25", "LAT": "48N 5", "LON": "7E21", "MON": "5", "NUM": "594", "PRO": "S", "SEC": "36", "YEA": "1889", "CITY": "MULHOUSE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Polonovski", "official": {"given": "Michel"}}, "birth": {"date": "1889-05-25 16:30", "place": {"name": "Mulhouse"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "845"}}, "raw": {"NR": "845", "GNR": "SA2594", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1889", "KORR": "", "MARS": "14", "MODE": "LMT", "MOND": "20", "NAME": "POLONOVSKI (MICHEL).", "AUFAB": "-8.70", "PHAS_": "20.000", "SONNE": "15", "VENUS": "18", "BREITE": "48 N 05", "GEBORT": "Mulhouse (Alsace-Lorraine) [Haut-R", "LAENGE": "007 E 21", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "9", "GEBZEIT": "16.30", "JUPITER": "30", "ELECTAGE": "51,5", "ELECTDAT": "29.10.1940", "GEBDATUM": "25.05.1889", "STBDATUM": "08.06.1954"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2676	poincare-emile-1828-08-16	{"a2": "589", "g55": "01-451", "afd5": "841"}	{"g55": "01-451", "lerrcp": "A2-589", "muller": "M5-841"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Emile", "family": "Poincaré", "spouse": [], "official": {"given": "Emile Léon", "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1828-08-16 04:30", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1828-08-16 04:05:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Poincare"}, "birth": {"tzo": "+00:24:44", "date": "1828-08-16 04:30", "place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1828-08-16 04:05:12"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-589"}, "ids-in-sources": {"a2": "589"}}, "raw": {"H": "4", "MN": "5", "TZ": "0", "COD": "54", "COU": "F", "DAY": "16", "LAT": "48N42", "LON": "6E12", "MON": "8", "NUM": "589", "PRO": "S", "SEC": "12", "YEA": "1828", "CITY": "NANCY"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Poincaré", "official": {"given": "Emile Léon"}}, "birth": {"date": "1828-08-16 04:30", "place": {"name": "Nancy"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "841"}}, "raw": {"NR": "841", "GNR": "SA2589", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "2", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1828", "KORR": "", "MARS": "23", "MODE": "LMT", "MOND": "28", "NAME": "POINCARÉ (EMILE LÉON).", "AUFAB": "7.90", "PHAS_": "24.200", "SONNE": "36", "VENUS": "2", "BREITE": "48 N 42", "GEBORT": "Nancy (Meurthe) [Meurthe-et-Mosell", "LAENGE": "006 E 12", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "3", "GEBZEIT": "04.30", "JUPITER": "27", "ELECTAGE": "59,0", "ELECTDAT": "26.07.1887", "GEBDATUM": "16.08.1828", "STBDATUM": "15.09.1892"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-451"}, "ids-in-source": {"g55": "01-451"}}, "raw": {"DAY": "16-8-1828", "HOUR": "4 h. 30", "NAME": "POINCARE Emile", "PLACE": "Nancy (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:47:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2677	poirier-paul-1853-02-09	{"a2": "590", "g55": "01-452", "afd5": "842"}	{"g55": "01-452", "lerrcp": "A2-590", "muller": "M5-842"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul", "family": "Poirier", "spouse": [], "official": {"given": "Paul Julien", "family": null}}	\N	{"lmt": null, "tzo": "-00:06:23", "date": "1853-02-09 04:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.59714, "lat": 48.83792, "name": "Granville", "geoid": 3014867}, "notime": null, "date-ut": "1853-02-09 04:04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Poirier"}, "birth": {"tzo": "-00:06:23", "date": "1853-02-09 04:00", "place": {"c2": "50", "cy": "FR", "lg": -1.59714, "lat": 48.83792, "name": "Granville", "geoid": 3014867}, "date-ut": "1853-02-09 04:04:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-590"}, "ids-in-sources": {"a2": "590"}}, "raw": {"H": "4", "MN": "4", "TZ": "0", "COD": "50", "COU": "F", "DAY": "9", "LAT": "49N 7", "LON": "1W 5", "MON": "2", "NUM": "590", "PRO": "S", "SEC": "20", "YEA": "1853", "CITY": "GRANVILLE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Poirier", "official": {"given": "Paul Julien"}}, "birth": {"date": "1853-02-09 04:00", "place": {"name": "Granville"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "842"}}, "raw": {"NR": "842", "GNR": "SA2590", "JU_": "2", "MA_": "0", "MO_": "1", "SA_": "0", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1853", "KORR": "", "MARS": "32", "MODE": "LMT", "MOND": "31", "NAME": "POIRIER (PAUL JULIEN).", "AUFAB": "0.60", "PHAS_": "0.800", "SONNE": "32", "VENUS": "34", "BREITE": "49 N 07", "GEBORT": "Granville (Manche)", "LAENGE": "001 W 05", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "25", "GEBZEIT": "04.00", "JUPITER": "1", "ELECTAGE": "52,0", "ELECTDAT": "24.01.1905", "GEBDATUM": "09.02.1853", "STBDATUM": "02.05.1907"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-452"}, "ids-in-source": {"g55": "01-452"}}, "raw": {"DAY": "9-2-1853", "HOUR": "4 h.", "NAME": "POIRIER Paul", "PLACE": "Granville (Manche)."}, "date": "2023-08-20T14:47:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21419	ponthus-paul-louis-1904-11-21	{"afd5": "847"}	{"muller": "M5-847"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul Louis", "family": "Ponthus", "spouse": [], "official": {"given": "Paul Louis", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1904-11-21 08:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 46.3, "name": "Mâcon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Paul Louis", "family": "Ponthus", "official": {"given": "Paul Louis"}}, "birth": {"date": "1904-11-21 08:00", "place": {"c2": "71", "cy": "FR", "lg": 4.83333, "lat": 46.3, "name": "Mâcon"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "847"}}, "raw": {"NR": "847", "GNR": "", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "1", "SO_": "2", "VE_": "0", "CODE": "1", "JAHR": "1904", "KORR": "-0.16", "MARS": "10", "MODE": "", "MOND": "24", "NAME": "PONTHUS (PAUL LOUIS).", "AUFAB": "4.80", "PHAS_": "95.300", "SONNE": "2", "VENUS": "34", "BREITE": "46 N 18", "GEBORT": "Mâcon (Saône-et-Loire)", "LAENGE": "004 E 50", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "31", "GEBZEIT": "08.00", "JUPITER": "26", "ELECTAGE": "52,6", "ELECTDAT": "28.05.1957", "GEBDATUM": "21.11.1904", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
19311	porcher-pierre-1897-01-13	{"e1": "1687", "afd5": "849"}	{"lerrcp": "E1-1687", "muller": "M5-849"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre", "family": "Porcher", "spouse": [], "official": {"given": "Pierre Charles Emmanuel", "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1897-01-13 20:45", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Charenton", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Porcher"}, "birth": {"tzo": "", "date": "1897-01-13 20:45", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Charenton", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1687"}}, "raw": {"H": "20:45", "COD": "94", "DAY": "13", "MON": "01", "NUM": "1687", "PRO": "PH", "YEA": "1897", "CITY": "Charenton", "NAME": "PORCHER Pierre", "NOTE": "+"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Porcher", "official": {"given": "Pierre Charles Emmanuel"}}, "birth": {"date": "1897-01-13 20:45", "place": {"name": "Charenton"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "849"}}, "raw": {"NR": "849", "GNR": "ND1168", "JU_": "2", "MA_": "2", "MO_": "2", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1897", "KORR": "-0.16", "MARS": "9", "MODE": "", "MOND": "10", "NAME": "PORCHER (PIERRE CHARLES EMMANUEL).", "AUFAB": "9.00", "PHAS_": "69.400", "SONNE": "24", "VENUS": "19", "BREITE": "48 N 47", "GEBORT": "Charenton (Seine)", "LAENGE": "002 E 29", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "28", "GEBZEIT": "20.45", "JUPITER": "1", "ELECTAGE": "60,9", "ELECTDAT": "26.11.1957", "GEBDATUM": "13.01.1897", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
21420	portes-louis-marie-joseph-1891-05-27	{"afd5": "850"}	{"muller": "M5-850"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis Marie Joseph", "family": "Portes", "spouse": [], "official": {"given": "Louis Marie Joseph", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1891-05-27 09:30", "note": null, "place": {"c1": null, "c2": "46", "c3": null, "cy": "FR", "lg": 1.43333, "lat": 44.45, "name": "Cahors", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Louis Marie Joseph", "family": "Portes", "official": {"given": "Louis Marie Joseph"}}, "birth": {"date": "1891-05-27 09:30", "place": {"c2": "46", "cy": "FR", "lg": 1.43333, "lat": 44.45, "name": "Cahors"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "850"}}, "raw": {"NR": "850", "GNR": "", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "2", "CODE": "1", "JAHR": "1891", "KORR": "-0.16", "MARS": "5", "MODE": "", "MOND": "21", "NAME": "PORTES (LOUIS MARIE JOSEPH).", "AUFAB": "-6.20", "PHAS_": "88.100", "SONNE": "6", "VENUS": "9", "BREITE": "44 N 27", "GEBORT": "Cahors (Lot)", "LAENGE": "001 E 26", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "32", "GEBZEIT": "09.30", "JUPITER": "14", "ELECTAGE": "56,9", "ELECTDAT": "23.03.1948", "GEBDATUM": "27.05.1891", "STBDATUM": "29.06.1950"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21421	poumeau-delille-edouard-ferdinand-guy-1902-04-16	{"afd5": "854"}	{"muller": "M5-854"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Edouard Ferdinand Guy", "family": "Poumeau-Delille", "spouse": [], "official": {"given": "Edouard Ferdinand Guy", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1902-04-16 02:30", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.33333, "lat": 48.83333, "name": "Vincennes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Edouard Ferdinand Guy", "family": "Poumeau-Delille", "official": {"given": "Edouard Ferdinand Guy"}}, "birth": {"date": "1902-04-16 02:30", "place": {"c2": "94", "cy": "FR", "lg": 2.33333, "lat": 48.83333, "name": "Vincennes"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "854"}}, "raw": {"NR": "854", "GNR": "", "JU_": "2", "MA_": "0", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "1", "CODE": "1", "JAHR": "1902", "KORR": "-0.16", "MARS": "32", "MODE": "", "MOND": "19", "NAME": "POUMEAU-DELILLE (EDOUARD FERDINAND GUY).", "AUFAB": "11.10", "PHAS_": "58.700", "SONNE": "32", "VENUS": "35", "BREITE": "48 N 50", "GEBORT": "Vincennes (Seine)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "1", "GEBZEIT": "02.30", "JUPITER": "36", "ELECTAGE": "65,0", "ELECTDAT": "11.04.1967", "GEBDATUM": "16.04.1902", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2686	pousson-eugene-1853-06-08	{"a2": "599", "g55": "01-456", "afd5": "855"}	{"g55": "01-456", "lerrcp": "A2-599", "muller": "M5-855"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Eugène", "family": "Pousson", "spouse": [], "official": {"given": "Eugène Alfred", "family": null}}	\N	{"lmt": null, "tzo": "-00:02:32", "date": "1853-06-08 10:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -0.63489, "lat": 45.74742, "name": "Saintes", "geoid": 2980340}, "notime": null, "date-ut": "1853-06-08 10:04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Pousson"}, "birth": {"tzo": "-00:02:32", "date": "1853-06-08 10:00", "place": {"c2": "17", "cy": "FR", "lg": -0.63489, "lat": 45.74742, "name": "Saintes", "geoid": 2980340}, "date-ut": "1853-06-08 10:04:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-599"}, "ids-in-sources": {"a2": "599"}}, "raw": {"H": "10", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "8", "LAT": "46N 9", "LON": "1W10", "MON": "6", "NUM": "599", "PRO": "S", "SEC": "40", "YEA": "1853", "CITY": "SAINTES"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Pousson", "official": {"given": "Eugène Alfred"}}, "birth": {"date": "1853-06-08 10:00", "place": {"name": "Saintes"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "855"}}, "raw": {"NR": "855", "GNR": "SA2599", "JU_": "0", "MA_": "2", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1853", "KORR": "", "MARS": "10", "MODE": "LMT", "MOND": "6", "NAME": "POUSSON (EUGENE ALFRED).", "AUFAB": "1.20", "PHAS_": "1.200", "SONNE": "7", "VENUS": "7", "BREITE": "46 N 09", "GEBORT": "Saintes (Charente-Inférieure)", "LAENGE": "001 W 10", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "9", "GEBZEIT": "10.00", "JUPITER": "25", "ELECTAGE": "59,5", "ELECTDAT": "10.12.1912", "GEBDATUM": "08.06.1853", "STBDATUM": "04.04.1940"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-456"}, "ids-in-source": {"g55": "01-456"}}, "raw": {"DAY": "8-6-1853", "HOUR": "10 h.", "NAME": "POUSSON Eugène", "PLACE": "Saintes (Charente-Maritime)."}, "date": "2023-08-20T14:47:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2687	pozzi-samuel-1841-10-03	{"a2": "600", "g55": "01-457", "afd5": "856"}	{"g55": "01-457", "lerrcp": "A2-600", "muller": "M5-856"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Samuel", "family": "Pozzi", "spouse": [], "official": {"given": "Samuel Jean", "family": null}}	\N	{"lmt": null, "tzo": "+00:01:56", "date": "1841-10-03 14:00", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 0.48171, "lat": 44.85157, "name": "Bergerac", "geoid": 3033391}, "notime": null, "date-ut": "1841-10-03 13:57:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Samuel", "family": "Pozzi"}, "birth": {"tzo": "+00:01:56", "date": "1841-10-03 13:59", "place": {"c2": "24", "cy": "FR", "lg": 0.48171, "lat": 44.85157, "name": "Bergerac", "geoid": 3033391}, "date-ut": "1841-10-03 13:57:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-600"}, "ids-in-sources": {"a2": "600"}}, "raw": {"H": "13", "MN": "57", "TZ": "0", "COD": "24", "COU": "F", "DAY": "3", "LAT": "45N11", "LON": "0E44", "MON": "10", "NUM": "600", "PRO": "S", "SEC": "4", "YEA": "1841", "CITY": "BERGERAC"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Pozzi", "official": {"given": "Samuel Jean"}}, "birth": {"date": "1841-10-03 14:00", "place": {"name": "Bergerac"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "856"}}, "raw": {"NR": "856", "GNR": "SA2600", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "4", "JAHR": "1841", "KORR": "", "MARS": "4", "MODE": "LMT", "MOND": "27", "NAME": "POZZI (SAMUEL JEAN).", "AUFAB": "-4.00", "PHAS_": "94.000", "SONNE": "13", "VENUS": "15", "BREITE": "45 N 11", "GEBORT": "Bergerac (Dordogne)", "LAENGE": "000 E 44", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "3", "GEBZEIT": "14.00", "JUPITER": "5", "ELECTAGE": "54,4", "ELECTDAT": "25.02.1896", "GEBDATUM": "03.10.1841", "STBDATUM": "13.06.1918"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-457"}, "ids-in-source": {"g55": "01-457"}}, "raw": {"DAY": "3-10-1841", "HOUR": "14 h.", "NAME": "POZZI Samuel", "PLACE": "Bergerac (Dordogne)."}, "date": "2023-08-20T14:47:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
19325	prevot-andre-romain-1894-07-22	{"e1": "1701", "afd5": "858"}	{"lerrcp": "E1-1701", "muller": "M5-858"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "André-Romain", "family": "Prévot", "spouse": [], "official": {"given": "André-Romain Louis", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1894-07-22 18:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "notime": null, "date-ut": "1894-07-22 17:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André-Romain", "family": "Prevot"}, "birth": {"tzo": "+00:09", "date": "1894-07-22 18:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "date-ut": "1894-07-22 17:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1701"}}, "raw": {"H": "18:00", "COD": "59", "DAY": "22", "MON": "07", "NUM": "1701", "PRO": "PH", "YEA": "1894", "CITY": "Douai", "NAME": "PREVOT André-Romain", "NOTE": "+"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Prévot", "official": {"given": "André-Romain Louis"}}, "birth": {"date": "1894-07-22 18:00", "place": {"name": "Douai"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "858"}}, "raw": {"NR": "858", "GNR": "ND1170", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1894", "KORR": "-0.16", "MARS": "29", "MODE": "", "MOND": "31", "NAME": "PRÉVOT (ANDRÉ-ROMAIN LOUIS).", "AUFAB": "-6.10", "PHAS_": "85.500", "SONNE": "16", "VENUS": "19", "BREITE": "50 N 39", "GEBORT": "Douai (Nord)", "LAENGE": "003 E 05", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "11", "GEBZEIT": "18.00", "JUPITER": "19", "ELECTAGE": "72,4", "ELECTDAT": "06.12.1966", "GEBDATUM": "22.07.1894", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
21422	priouzeau-maurice-theodore-1889-02-05	{"afd5": "859"}	{"muller": "M5-859"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Maurice Théodore", "family": "Priouzeau", "spouse": [], "official": {"given": "Maurice Théodore", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1889-02-05 19:00", "note": null, "place": {"c1": null, "c2": "85", "c3": null, "cy": "FR", "lg": 1.41667, "lat": 46.66667, "name": "Triaize", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Maurice Théodore", "family": "Priouzeau", "official": {"given": "Maurice Théodore"}}, "birth": {"date": "1889-02-05 19:00", "place": {"c2": "85", "cy": "FR", "lg": 1.41667, "lat": 46.66667, "name": "Triaize"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "859"}}, "raw": {"NR": "859", "GNR": "", "JU_": "0", "MA_": "0", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "1", "JAHR": "1889", "KORR": "", "MARS": "17", "MODE": "LMT", "MOND": "13", "NAME": "PRIOUZEAU (MAURICE THÉODORE).", "AUFAB": "8.10", "PHAS_": "23.500", "SONNE": "21", "VENUS": "15", "BREITE": "46 N 40", "GEBORT": "Triaize (Vendée)", "LAENGE": "001 W 25", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "3", "GEBZEIT": "19.00", "JUPITER": "25", "ELECTAGE": "69,3", "ELECTDAT": "20.05.1958", "GEBDATUM": "05.02.1889", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2691	quatrefages-de-breau-jean-louis-armand-1810-02-10	{"a2": "604", "a6": "663", "afd5": "862"}	{"lerrcp": "A2-604", "muller": "M5-862"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean Louis Armand", "family": "Quatrefages de Bréau", "spouse": [], "official": {"given": "Jean Louis Armand", "family": null}}	\N	{"lmt": null, "tzo": "+00:14:34", "date": "1810-02-10 06:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 3.64195, "lat": 44.08128, "name": "Valleraugue", "geoid": 2970941}, "notime": null, "date-ut": "1810-02-10 05:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician", "writer"]	5	null	[{"new": {"name": {"given": "", "family": "Quatrefages Breau Jean"}, "birth": {"tzo": "+00:14:34", "date": "1810-02-10 06:00", "place": {"c2": "30", "cy": "FR", "lg": 3.64195, "lat": 44.08128, "name": "Valleraugue", "geoid": 2970941}, "date-ut": "1810-02-10 05:42:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-604"}, "ids-in-sources": {"a2": "604"}}, "raw": {"H": "5", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "10", "LAT": "43N51", "LON": "4E21", "MON": "2", "NUM": "604", "PRO": "S", "SEC": "36", "YEA": "1810", "CITY": "VALLERAUGUE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "663"}}, "raw": {"H": "5", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "10", "LAT": "43N51", "LON": "4E21", "MON": "2", "NUM": "663", "PRO": "W", "SEC": "36", "YEA": "1810", "CITY": "VALLERAUGUE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"nobl": "", "given": "Jean Louis Armand", "family": "Quatrefages de Bréau", "official": {"given": "Jean Louis Armand"}}, "birth": {"date": "1810-02-10 06:00", "place": {"name": "Valleraugue"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "862"}}, "raw": {"NR": "862", "GNR": "SA2604", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "4", "JAHR": "1810", "KORR": "", "MARS": "33", "MODE": "LMT", "MOND": "29", "NAME": "QUATREFAGES DE BRÉAU (JEAN LOUIS ARMAND).", "AUFAB": "9.50", "PHAS_": "37.400", "SONNE": "35", "VENUS": "35", "BREITE": "43 N 51", "GEBORT": "Valleraugue (Gard)", "LAENGE": "004 E 21", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "6", "GEBZEIT": "06.00", "JUPITER": "31", "ELECTAGE": "73,8", "ELECTDAT": "27.11.1883", "GEBDATUM": "10.02.1810", "STBDATUM": "12.01.1892"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
1276	cheuva-andre-1908-05-30	{"a1": "1277", "g55": "03-236", "3a_sports": "989", "cfepp-final3": "458"}	{"g55": "03-236", "cfepp": "CF-458", "cpara": "CP-113", "ertel": "ES-989", "lerrcp": "A1-1277"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Cheuva", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1908-05-30 04:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.10981, "lat": 50.62939, "name": "Hellemmes-Lille", "geoid": 3013563}, "notime": null, "date-ut": "1908-05-30 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "André", "family": "Cheuva"}, "birth": {"tzo": "+00:09:21", "date": "1908-05-30 04:00", "place": {"c2": "59", "cy": "FR", "lg": 3.10981, "lat": 50.62939, "name": "Hellemmes-Lille", "geoid": 3013563}, "date-ut": "1908-05-30 03:50:40"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1277"}, "ids-in-sources": {"a1": "1277"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "59", "COU": "F", "DAY": "30", "LAT": "50N39", "LON": "3E 5", "MON": "5", "NUM": "1277", "PRO": "C", "SEC": "40", "YEA": "1908", "CITY": "HELLEMMES-LILLE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1908-05-30 04:00"}, "partial-ids": {"ertel": "ES-989"}}, "raw": {"L": "", "MF": "", "NR": "989", "ENG": "", "MA_": "0", "G_NR": "1277", "MA12": "11", "MARS": "33", "NAME": "Cheuva", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,400", "CSINR": "", "KURTZ": "", "PHAS_": "0,100", "STUND": "4,00", "CFEPNR": "458", "EXTEND": "", "NATION": "FRA", "TAGMON": "30.05.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "113", "VORNAME": "André", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "30.05.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1908-05-30 04:00", "place": {"c3": ""}, "date-ut": "1908-05-30 03:51"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "458"}}, "raw": {"S": "11", "LT": "04 00", "LV": "I7", "TR": "f", "UT": "03 51", "LAT": "+50.63", "SRC": "ALG", "LONG": "-03.11", "NAME": "CHEUVA Andre", "SPORT": "Soccer", "LOC_DATE": "1908 05 30", "UNIV_DATE": "1908 05 30", "BIRTH_PLACE": "HELLEMMES LILLE", "POSTAL_CODE": "59260"}, "date": "2023-08-20T14:46:03+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-236"}, "ids-in-source": {"g55": "03-236"}}, "raw": {"DAY": "10-5-1908", "HOUR": "4 h.", "NAME": "CHEUVA André", "PLACE": "Hellemmes-Lille (Nord)."}, "date": "2023-08-20T14:48:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
21423	raimbert-louis-adolphe-1813-08-31	{"afd5": "869"}	{"muller": "M5-869"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis Adolphe", "family": "Raimbert", "spouse": [], "official": {"given": "Louis Adolphe", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1813-08-31 08:00", "note": null, "place": {"c1": null, "c2": "91", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Etampes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Louis Adolphe", "family": "Raimbert", "official": {"given": "Louis Adolphe"}}, "birth": {"date": "1813-08-31 08:00", "place": {"c2": "91", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Etampes"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "869"}}, "raw": {"NR": "869", "GNR": "", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "2", "CODE": "1", "JAHR": "1813", "KORR": "", "MARS": "26", "MODE": "LMT", "MOND": "33", "NAME": "RAIMBERT (LOUIS ADOLPHE).", "AUFAB": "7.70", "PHAS_": "23.700", "SONNE": "4", "VENUS": "1", "BREITE": "48 N 50", "GEBORT": "Etampes (Seine-et-Oise)", "LAENGE": "002 E 08", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "27", "GEBZEIT": "08.00", "JUPITER": "6", "ELECTAGE": "62,4", "ELECTDAT": "28.12.1875", "GEBDATUM": "31.08.1813", "STBDATUM": "08.09.1893"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2696	radais-maxime-1861-01-18	{"a2": "609", "g55": "01-464", "afd5": "867"}	{"g55": "01-464", "lerrcp": "A2-609", "muller": "M5-867"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Maxime", "family": "Radais", "spouse": [], "official": {"given": "Maxime Pierre François", "family": null}}	\N	{"lmt": null, "tzo": "+00:00:48", "date": "1861-01-18 20:00", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.2, "lat": 48.01667, "name": "Pruillé-L’Eguillé", "geoid": 0}, "notime": null, "date-ut": "1861-01-18 19:59:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maxime", "family": "Radais"}, "birth": {"tzo": "+00:00:48", "date": "1861-01-18 20:00", "place": {"c2": "72", "cy": "FR", "lg": 0.2, "lat": 48.01667, "name": "Pruille-Leguill", "geoid": 0}, "date-ut": "1861-01-18 19:59:12"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-609"}, "ids-in-sources": {"a2": "609"}}, "raw": {"H": "19", "MN": "59", "TZ": "0", "COD": "72", "COU": "F", "DAY": "18", "LAT": "48N 1", "LON": "0E12", "MON": "1", "NUM": "609", "PRO": "S", "SEC": "12", "YEA": "1861", "CITY": "PRUILLE-LEGUILL"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Radais", "official": {"given": "Maxime Pierre François"}}, "birth": {"date": "1861-01-18 20:00", "place": {"name": "Pruillé-d'Eguillé"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "867"}}, "raw": {"NR": "867", "GNR": "SA2609", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1861", "KORR": "", "MARS": "14", "MODE": "LMT", "MOND": "13", "NAME": "RADAIS (MAXIME PIERRE FRANÇOIS).", "AUFAB": "9.00", "PHAS_": "39.200", "SONNE": "23", "VENUS": "25", "BREITE": "48 N 01", "GEBORT": "Pruillé-d'Eguillé (Sarthe)", "LAENGE": "000 E 12", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "36", "GEBZEIT": "20.00", "JUPITER": "2", "ELECTAGE": "67,5", "ELECTDAT": "19.06.1928", "GEBDATUM": "18.01.1861", "STBDATUM": "12.12.1959"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Pruillé-L’Eguillé"}}, "partial-ids": {"g55": "01-464"}, "ids-in-source": {"g55": "01-464"}}, "raw": {"DAY": "18-1-1861", "HOUR": "20 h.", "NAME": "RADAIS: Maxime", "PLACE": "Pruillé-L’Eguillé (Sarthe)."}, "date": "2023-08-20T14:47:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2697	raillet-alcide-1852-03-11	{"a2": "610", "g55": "01-465", "afd5": "868"}	{"g55": "01-465", "lerrcp": "A2-610", "muller": "M5-868"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alcide", "family": "Raillet", "spouse": [], "official": {"given": "Alcide Louis Joseph", "family": null}}	\N	{"lmt": null, "tzo": "+00:18:56", "date": "1852-03-11 18:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "La Neuville-les-Wassigny", "geoid": 0}, "notime": null, "date-ut": "1852-03-11 17:41:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alcide", "family": "Raillet"}, "birth": {"tzo": "+00:18:56", "date": "1852-03-11 18:00", "place": {"c2": "08", "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "La Neuville-les", "geoid": 0}, "date-ut": "1852-03-11 17:41:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-610"}, "ids-in-sources": {"a2": "610"}}, "raw": {"H": "17", "MN": "41", "TZ": "0", "COD": "08", "COU": "F", "DAY": "11", "LAT": "49N46", "LON": "4E44", "MON": "3", "NUM": "610", "PRO": "S", "SEC": "4", "YEA": "1852", "CITY": "LA NEUVILLE-LES"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Raillet", "official": {"given": "Alcide Louis Joseph"}}, "birth": {"date": "1852-03-11 18:00", "place": {"name": "la Neuville-lès-Wassigny"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "868"}}, "raw": {"NR": "868", "GNR": "SA2610", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1852", "KORR": "", "MARS": "7", "MODE": "LMT", "MOND": "29", "NAME": "RAILLET (ALCIDE LOUIS JOSEPH).", "AUFAB": "-9.90", "PHAS_": "70.100", "SONNE": "19", "VENUS": "14", "BREITE": "49 N 46", "GEBORT": "la Neuville-lès-Wassigny (Ardennes", "LAENGE": "004 E 44", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "14", "GEBZEIT": "18.00", "JUPITER": "30", "ELECTAGE": "44,8", "ELECTDAT": "29.12.1896", "GEBDATUM": "11.03.1852", "STBDATUM": "25.12.1930"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "La Neuville-les-Wassigny"}}, "partial-ids": {"g55": "01-465"}, "ids-in-source": {"g55": "01-465"}}, "raw": {"DAY": "11-3-1852", "HOUR": "18 h.", "NAME": "RAILLET Alcide", "PLACE": "La Neuville-les-Wassigny (Ardennes)."}, "date": "2023-08-20T14:47:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
1314	gravier-ernest-1892-08-26	{"a1": "1315", "g55": "03-254", "3a_sports": "1944", "cfepp-final3": "488"}	{"g55": "03-254", "cfepp": "CF-488", "cpara": "CP-214", "ertel": "ES-1944", "lerrcp": "A1-1315"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Gravier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1892-08-26 04:00", "note": null, "place": {"c1": null, "c2": "03", "c3": "", "cy": "FR", "lg": 3.48895, "lat": 46.52882, "name": "Montbeugny", "geoid": 2992920}, "notime": null, "date-ut": "1892-08-26 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Gravier"}, "birth": {"tzo": "+00:09:21", "date": "1892-08-26 04:00", "place": {"c2": "03", "cy": "FR", "lg": 3.48895, "lat": 46.52882, "name": "Montbeugny", "geoid": 2992920}, "date-ut": "1892-08-26 03:50:40"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1315"}, "ids-in-sources": {"a1": "1315"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "03", "COU": "F", "DAY": "26", "LAT": "46N34", "LON": "3E20", "MON": "8", "NUM": "1315", "PRO": "C", "SEC": "40", "YEA": "1892", "CITY": "MONTBEUGNY"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1892-08-26 04:00"}, "partial-ids": {"ertel": "ES-1944"}}, "raw": {"L": "", "MF": "", "NR": "1944", "ENG": "", "MA_": "1", "G_NR": "1315", "MA12": "7", "MARS": "20", "NAME": "Gravier", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,500", "CSINR": "", "KURTZ": "", "PHAS_": "12,000", "STUND": "4,00", "CFEPNR": "488", "EXTEND": "", "NATION": "FRA", "TAGMON": "26.08.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "214", "VORNAME": "Ernest", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "26.08.1892", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1892-08-26 04:00", "place": {"c3": ""}, "date-ut": "1892-08-26 03:51"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "488"}}, "raw": {"S": "7", "LT": "04 00", "LV": "I11", "TR": "f", "UT": "03 51", "LAT": "+46.53", "SRC": "ALG", "LONG": "-03.49", "NAME": "GRAVIER Ernest", "SPORT": "Soccer", "LOC_DATE": "1892 08 26", "UNIV_DATE": "1892 08 26", "BIRTH_PLACE": "MONTBEUGNY", "POSTAL_CODE": "03340"}, "date": "2023-08-20T14:46:04+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-254"}, "ids-in-source": {"g55": "03-254"}}, "raw": {"DAY": "26-8-1892", "HOUR": "4 h.", "NAME": "GRAVIER Ernest", "PLACE": "Montbeugny (Allier)."}, "date": "2023-08-20T14:48:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
21424	randoin-gabrielle-lucie-1885-05-11	{"afd5": "871"}	{"muller": "M5-871"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Gabrielle Lucie", "family": "Randoin", "spouse": [], "official": {"given": "Gabrielle Lucie", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1885-05-11 05:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.58333, "lat": 47.8, "name": "Boeurs-en-Othe", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Gabrielle Lucie", "family": "Randoin", "official": {"given": "Gabrielle Lucie"}}, "birth": {"date": "1885-05-11 05:00", "place": {"c2": "89", "cy": "FR", "lg": 3.58333, "lat": 47.8, "name": "Boeurs-en-Othe"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "871"}}, "raw": {"NR": "871", "GNR": "", "JU_": "0", "MA_": "2", "MO_": "1", "SA_": "0", "SO_": "2", "VE_": "2", "CODE": "1", "JAHR": "1885", "KORR": "", "MARS": "2", "MODE": "LMT", "MOND": "4", "NAME": "RANDOIN (GABRIELLE LUCIE).", "AUFAB": "-8.50", "PHAS_": "16.400", "SONNE": "1", "VENUS": "1", "BREITE": "47 N 48", "GEBORT": "Boeurs-en-Othe (Yonne)", "LAENGE": "003 E 35", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "33", "GEBZEIT": "05.00", "JUPITER": "24", "ELECTAGE": "61,1", "ELECTDAT": "21.05.1946", "GEBDATUM": "11.05.1885", "STBDATUM": "13.09.1960"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21425	raquet-desire-alphonse-1880-02-18	{"afd5": "874"}	{"muller": "M5-874"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Désiré Alphonse", "family": "Raquet", "spouse": [], "official": {"given": "Désiré Alphonse", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1880-02-18 09:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Lille", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Désiré Alphonse", "family": "Raquet", "official": {"given": "Désiré Alphonse"}}, "birth": {"date": "1880-02-18 09:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Lille"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "874"}}, "raw": {"NR": "874", "GNR": "", "JU_": "2", "MA_": "0", "MO_": "0", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "1", "JAHR": "1880", "KORR": "", "MARS": "34", "MODE": "LMT", "MOND": "34", "NAME": "RAQUET (DÉSIRÉ ALPHONSE).", "AUFAB": "9.40", "PHAS_": "48.600", "SONNE": "4", "VENUS": "8", "BREITE": "50 N 39", "GEBORT": "Lille (Nord)", "LAENGE": "003 E 05", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "1", "GEBZEIT": "09.00", "JUPITER": "2", "ELECTAGE": "67,1", "ELECTDAT": "04.03.1947", "GEBDATUM": "18.02.1880", "STBDATUM": "25.05.1951"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2701	rathery-edme-1877-06-17	{"a2": "614", "afd5": "875"}	{"lerrcp": "A2-614", "muller": "M5-875"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Edme", "family": "Rathery", "spouse": [], "official": {"given": "Edme Francis Marie", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1877-06-17 20:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1877-06-17 19:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edme", "family": "Rathery"}, "birth": {"tzo": "+00:09:24", "date": "1877-06-17 20:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1877-06-17 19:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-614"}, "ids-in-sources": {"a2": "614"}}, "raw": {"H": "19", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "17", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "614", "PRO": "S", "SEC": "40", "YEA": "1877", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Rathery", "official": {"given": "Edme Francis Marie"}}, "birth": {"date": "1877-06-17 20:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "875"}}, "raw": {"NR": "875", "GNR": "SA2614", "JU_": "2", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "4", "JAHR": "1877", "KORR": "", "MARS": "32", "MODE": "LMT", "MOND": "13", "NAME": "RATHERY (EDME FRANCIS MARIE).", "AUFAB": "10.70", "PHAS_": "35.900", "SONNE": "19", "VENUS": "18", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "31", "GEBZEIT": "20.00", "JUPITER": "36", "ELECTAGE": "55,5", "ELECTDAT": "06.12.1932", "GEBDATUM": "17.06.1877", "STBDATUM": "10.07.1941"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21426	reeb-maurice-1874-01-05	{"afd5": "881"}	{"muller": "M5-881"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Maurice", "family": "Reeb", "spouse": [], "official": {"given": "Maurice", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1874-01-05 10:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.75, "lat": 48.58333, "name": "Strasbourg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Maurice", "family": "Reeb", "official": {"given": "Maurice"}}, "birth": {"date": "1874-01-05 10:00", "place": {"c2": "67", "cy": "FR", "lg": 7.75, "lat": 48.58333, "name": "Strasbourg"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "881"}}, "raw": {"NR": "881", "GNR": "", "JU_": "0", "MA_": "2", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "1", "JAHR": "1874", "KORR": "", "MARS": "36", "MODE": "LMT", "MOND": "18", "NAME": "REEB (MAURICE).", "AUFAB": "-3.50", "PHAS_": "94.800", "SONNE": "5", "VENUS": "7", "BREITE": "48 N 35", "GEBORT": "Strasbourg (Alsace-Lorraine) [Bas-", "LAENGE": "007 E 45", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "3", "GEBZEIT": "10.00", "JUPITER": "17", "ELECTAGE": "68,5", "ELECTDAT": "07.07.1942", "GEBDATUM": "05.01.1874", "STBDATUM": "10.12.1948"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2706	reclus-paul-1847-03-07	{"a2": "619", "g55": "01-472", "afd5": "879"}	{"g55": "01-472", "lerrcp": "A2-619", "muller": "M5-879"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul", "family": "Reclus", "spouse": [], "official": {"given": "Jean Jacques Paul", "family": null}}	\N	{"lmt": null, "tzo": "-00:03:05", "date": "1847-03-07 16:45", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.77266, "lat": 43.48834, "name": "Orthez", "geoid": 2989187}, "notime": null, "date-ut": "1847-03-07 16:46:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Reclus"}, "birth": {"tzo": "-00:03:05", "date": "1847-03-07 16:43:23", "place": {"c2": "64", "cy": "FR", "lg": -0.77266, "lat": 43.48834, "name": "Orthez", "geoid": 2989187}, "date-ut": "1847-03-07 16:46:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-619"}, "ids-in-sources": {"a2": "619"}}, "raw": {"H": "16", "MN": "46", "TZ": "0", "COD": "64", "COU": "F", "DAY": "7", "LAT": "43N18", "LON": "0W22", "MON": "3", "NUM": "619", "PRO": "S", "SEC": "28", "YEA": "1847", "CITY": "ORTHEZ"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Reclus", "official": {"given": "Jean Jacques Paul"}}, "birth": {"date": "1847-03-07 16:45", "place": {"name": "Orthez"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "879"}}, "raw": {"NR": "879", "GNR": "SA2619", "JU_": "2", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1847", "KORR": "", "MARS": "23", "MODE": "LMT", "MOND": "28", "NAME": "RECLUS (JEAN JACQUES PAUL).", "AUFAB": "-7.10", "PHAS_": "80.100", "SONNE": "17", "VENUS": "14", "BREITE": "43 N 18", "GEBORT": "Orthez (Basses-Pyrénées)", "LAENGE": "000 W 22", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "18", "GEBZEIT": "16.45", "JUPITER": "9", "ELECTAGE": "48,4", "ELECTDAT": "09.07.1895", "GEBDATUM": "07.03.1847", "STBDATUM": "01.08.1914"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-472"}, "ids-in-source": {"g55": "01-472"}}, "raw": {"DAY": "7-3-1847", "HOUR": "16 h. 45", "NAME": "RECLUS Paul", "PLACE": "Orthez (Basses-Pyrénées)."}, "date": "2023-08-20T14:47:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
3301	redon-henri-1899-06-24	{"a2": "1215", "g55": "02-423", "afd5": "880"}	{"g55": "02-423", "lerrcp": "A2-1215", "muller": "M5-880"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri", "family": "Redon", "spouse": [], "official": {"given": "Henri Jean", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-06-24 15:00", "note": null, "place": {"c1": null, "c2": "46", "c3": null, "cy": "FR", "lg": 1.43333, "lat": 44.45, "name": "Saint-Cirg-la-Popie", "geoid": 0}, "notime": null, "date-ut": "1899-06-24 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Redon"}, "birth": {"tzo": "+00:09:21", "date": "1899-06-24 15:00", "place": {"c2": "46", "cy": "FR", "lg": 1.43333, "lat": 44.45, "name": "Saint-Cirq-la-Popi", "geoid": 0}, "date-ut": "1899-06-24 14:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1215"}, "ids-in-sources": {"a2": "1215"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "46", "COU": "F", "DAY": "24", "LAT": "44N27", "LON": "1E26", "MON": "6", "NUM": "1215", "PRO": "S", "SEC": "40", "YEA": "1899", "CITY": "ST-CIRQ-LA-POPI"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Redon", "official": {"given": "Henri Jean"}}, "birth": {"date": "1899-06-24 15:00", "place": {"name": "Saint-Cirq-la-Popie"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "880"}}, "raw": {"NR": "880", "GNR": "SA2121", "JU_": "2", "MA_": "0", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1899", "KORR": "-0.16", "MARS": "8", "MODE": "", "MOND": "30", "NAME": "REDON (HENRI JEAN).", "AUFAB": "0.30", "PHAS_": "99.800", "SONNE": "13", "VENUS": "15", "BREITE": "44 N 27", "GEBORT": "Saint-Cirq-Lalo", "LAENGE": "001 E 26", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "32", "GEBZEIT": "15.00", "JUPITER": "1", "ELECTAGE": "63,5", "ELECTDAT": "18.12.1962", "GEBDATUM": "24.06.1899", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Cirg-la-Popie"}}, "partial-ids": {"g55": "02-423"}, "ids-in-source": {"g55": "02-423"}}, "raw": {"DAY": "24-6-1899", "HOUR": "15 h.", "NAME": "REDON Henri", "PLACE": "Saint-Cirg-la-Popie (Lot)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
21427	regaud-claudius-francois-1870-01-31	{"afd5": "882"}	{"muller": "M5-882"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Claudius François", "family": "Regaud", "spouse": [], "official": {"given": "Claudius François", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1870-01-31 18:30", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Lyon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Claudius François", "family": "Regaud", "official": {"given": "Claudius François"}}, "birth": {"date": "1870-01-31 18:30", "place": {"c2": "69", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Lyon"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "882"}}, "raw": {"NR": "882", "GNR": "", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "1", "JAHR": "1870", "KORR": "", "MARS": "19", "MODE": "LMT", "MOND": "20", "NAME": "REGAUD (CLAUDIUS FRANCOIS).", "AUFAB": "-2.40", "PHAS_": "0.500", "SONNE": "20", "VENUS": "16", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "25", "GEBZEIT": "18.30", "JUPITER": "10", "ELECTAGE": "54,0", "ELECTDAT": "22.01.1924", "GEBDATUM": "31.01.1870", "STBDATUM": "31.12.1940"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2709	regnaud-jules-1820-11-26	{"a2": "622", "afd5": "885"}	{"lerrcp": "A2-622", "muller": "M5-885"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jules", "family": "Regnaud", "spouse": [], "official": {"given": "Jules Antoine", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1820-11-26 23:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1820-11-26 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Regnaud"}, "birth": {"tzo": "+00:09:24", "date": "1820-11-26 23:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1820-11-26 22:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-622"}, "ids-in-sources": {"a2": "622"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "26", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "622", "PRO": "S", "SEC": "40", "YEA": "1820", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Regnaud", "official": {"given": "Jules Antoine"}}, "birth": {"date": "1820-11-26 23:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "885"}}, "raw": {"NR": "885", "GNR": "SA2622", "JU_": "0", "MA_": "1", "MO_": "2", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "4", "JAHR": "1820", "KORR": "", "MARS": "26", "MODE": "LMT", "MOND": "1", "NAME": "REGNAUD (JULES ANTOINE).", "AUFAB": "-9.00", "PHAS_": "65.500", "SONNE": "27", "VENUS": "30", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "14", "GEBZEIT": "23.00", "JUPITER": "17", "ELECTAGE": "40,4", "ELECTDAT": "02.04.1861", "GEBDATUM": "26.11.1820", "STBDATUM": "09.02.1895"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21428	reilly-james-paul-1887-03-06	{"afd5": "886"}	{"muller": "M5-886"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "James Paul", "family": "Reilly", "spouse": [], "official": {"given": "James Paul", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1887-03-06 00:30", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": 4.1, "lat": 48, "name": "Landerneau", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "James Paul", "family": "Reilly", "official": {"given": "James Paul"}}, "birth": {"date": "1887-03-06 00:30", "place": {"c2": "29", "cy": "FR", "lg": 4.1, "lat": 48, "name": "Landerneau"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "886"}}, "raw": {"NR": "886", "GNR": "", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1887", "KORR": "", "MARS": "27", "MODE": "LMT", "MOND": "14", "NAME": "REILLY (JAMES PAUL).", "AUFAB": "9.60", "PHAS_": "79.900", "SONNE": "28", "VENUS": "26", "BREITE": "48 N 00", "GEBORT": "Landerneau (Finistère)", "LAENGE": "004 W 06", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "14", "GEBZEIT": "00.30", "JUPITER": "4", "ELECTAGE": "63,2", "ELECTDAT": "09.05.1950", "GEBDATUM": "06.03.1887", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
19370	renard-gabriel-1894-06-16	{"e1": "1747", "afd5": "888"}	{"lerrcp": "E1-1747", "muller": "M5-888"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Gabriel", "family": "Renard", "spouse": [], "official": {"given": "Gabriel", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1894-06-16 02:00", "note": null, "place": {"c1": null, "c2": "87", "c3": "", "cy": "FR", "lg": 0.98032, "lat": 45.65493, "name": "Chalus", "geoid": 3027470}, "notime": null, "date-ut": "1894-06-16 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Renard"}, "birth": {"tzo": "+00:09", "date": "1894-06-16 02:00", "place": {"c2": "87", "c3": "", "cy": "FR", "lg": 0.98032, "lat": 45.65493, "name": "Châlus", "geoid": 3027470}, "date-ut": "1894-06-16 01:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1747"}}, "raw": {"H": "02:00", "COD": "87", "DAY": "16", "MON": "06", "NUM": "1747", "PRO": "PH", "YEA": "1894", "CITY": "Chalus", "NAME": "RENARD Gabriel", "NOTE": "+"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Renard", "official": {"given": "Gabriel"}}, "birth": {"date": "1894-06-16 02:00", "place": {"name": "Chalus"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "888"}}, "raw": {"NR": "888", "GNR": "ND1174", "JU_": "0", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "2", "CODE": "3", "JAHR": "1894", "KORR": "-0.16", "MARS": "3", "MODE": "", "MOND": "18", "NAME": "RENARD (GABRIEL).", "AUFAB": "5.10", "PHAS_": "95.000", "SONNE": "32", "VENUS": "36", "BREITE": "45 N 50", "GEBORT": "Chalus (Haute-Vienne)", "LAENGE": "001 E 15", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "19", "GEBZEIT": "02.00", "JUPITER": "33", "ELECTAGE": "75,0", "ELECTDAT": "13.05.1969", "GEBDATUM": "16.06.1894", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
2714	rendu-henri-1844-07-24	{"a2": "627", "afd5": "892"}	{"lerrcp": "A2-627", "muller": "M5-892"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri", "family": "Rendu", "spouse": [], "official": {"given": "Henri Jules Louis Marie", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1844-07-24 03:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1844-07-24 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Rendu"}, "birth": {"tzo": "+00:09:24", "date": "1844-07-24 03:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1844-07-24 02:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-627"}, "ids-in-sources": {"a2": "627"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "24", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "627", "PRO": "S", "SEC": "40", "YEA": "1844", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Rendu", "official": {"given": "Henri Jules Louis Marie"}}, "birth": {"date": "1844-07-24 03:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "892"}}, "raw": {"NR": "892", "GNR": "SA2627", "JU_": "0", "MA_": "0", "MO_": "0", "SA_": "0", "SO_": "0", "VE_": "0", "CODE": "4", "JAHR": "1844", "KORR": "", "MARS": "33", "MODE": "LMT", "MOND": "23", "NAME": "RENDU (HENRI JULES LOUIS MARIE).", "AUFAB": "11.30", "PHAS_": "62.800", "SONNE": "33", "VENUS": "33", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "15", "GEBZEIT": "03.00", "JUPITER": "8", "ELECTAGE": "52,9", "ELECTDAT": "18.05.1897", "GEBDATUM": "24.07.1844", "STBDATUM": "15.04.1902"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2712	renault-thomas-1805-02-11	{"a2": "625", "g55": "01-477", "afd5": "890"}	{"g55": "01-477", "lerrcp": "A2-625", "muller": "M5-890"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Thomas", "family": "Renault", "spouse": [], "official": {"given": "Thomas Eugène Eloi", "family": null}}	\N	{"lmt": null, "tzo": "+00:08", "date": "1805-02-11 18:00", "note": null, "place": {"c1": null, "c2": "95", "c3": null, "cy": "FR", "lg": 2, "lat": 49, "name": "Saint-Ouen-l’Aumone", "geoid": 0}, "notime": null, "date-ut": "1805-02-11 17:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Thomas", "family": "Renault"}, "birth": {"tzo": "+00:08", "date": "1805-02-11 18:00", "place": {"c2": "95", "cy": "FR", "lg": 2, "lat": 49, "name": "Saint-Ouen-Laumone", "geoid": 0}, "date-ut": "1805-02-11 17:52"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-625"}, "ids-in-sources": {"a2": "625"}}, "raw": {"H": "17", "MN": "52", "TZ": "0", "COD": "95", "COU": "F", "DAY": "11", "LAT": "49N 0", "LON": "2E 0", "MON": "2", "NUM": "625", "PRO": "S", "SEC": "0", "YEA": "1805", "CITY": "ST-OUEN-LAUMONE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Renault", "official": {"given": "Thomas Eugène Eloi"}}, "birth": {"date": "1805-02-11 18:00", "place": {"name": "Saint-Ouen-l'Aumône"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "890"}}, "raw": {"NR": "890", "GNR": "SA2625", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "2", "JAHR": "1805", "KORR": "", "MARS": "4", "MODE": "LMT", "MOND": "4", "NAME": "RENAULT (THOMAS EUGENE ELOI).", "AUFAB": "8.30", "PHAS_": "89.400", "SONNE": "20", "VENUS": "22", "BREITE": "48 N 50", "GEBORT": "Saint-Ouen-l'Aumône (Seine-et-Oise", "LAENGE": "002 E 08", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "31", "GEBZEIT": "18.00", "JUPITER": "27", "ELECTAGE": "35,2", "ELECTDAT": "21.04.1840", "GEBDATUM": "11.02.1805", "STBDATUM": "27.05.1863"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Ouen-l’Aumone"}}, "partial-ids": {"g55": "01-477"}, "ids-in-source": {"g55": "01-477"}}, "raw": {"DAY": "11-2-1805", "HOUR": "18h.", "NAME": "* RENAULT Thomas", "PLACE": "Saint-Ouen-l’Aumone (S.-et-O.)."}, "date": "2023-08-20T14:47:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21429	reynaud-auguste-adolphe-marc-1804-05-06	{"afd5": "897"}	{"muller": "M5-897"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Auguste Adolphe Marc", "family": "Reynaud", "spouse": [], "official": {"given": "Auguste Adolphe Marc", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1804-05-06 24:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 6.46667, "lat": 43.53333, "name": "Toulon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Auguste Adolphe Marc", "family": "Reynaud", "official": {"given": "Auguste Adolphe Marc"}}, "birth": {"date": "1804-05-06 24:00", "place": {"c2": "83", "cy": "FR", "lg": 6.46667, "lat": 43.53333, "name": "Toulon"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "897"}}, "raw": {"NR": "897", "GNR": "", "JU_": "2", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1804", "KORR": "", "MARS": "31", "MODE": "LMT", "MOND": "32", "NAME": "REYNAUD (AUGUSTE ADOLPHE MARC).", "AUFAB": "-9.70", "PHAS_": "19.000", "SONNE": "28", "VENUS": "21", "BREITE": "43 N 32", "GEBORT": "Toulon (Var)", "LAENGE": "006 E 28", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "14", "GEBZEIT": "24.00", "JUPITER": "11", "ELECTAGE": "32,7", "ELECTDAT": "31.12.1836", "GEBDATUM": "06.05.1804", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2719	reynier-paul-1851-06-28	{"a2": "632", "afd5": "898"}	{"lerrcp": "A2-632", "muller": "M5-898"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul", "family": "Reynier", "spouse": [], "official": {"given": "Paul Antoine", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1851-06-28 14:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1851-06-28 14:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Reynier"}, "birth": {"tzo": "+00:09:24", "date": "1851-06-28 14:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1851-06-28 14:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-632"}, "ids-in-sources": {"a2": "632"}}, "raw": {"H": "14", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "28", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "632", "PRO": "S", "SEC": "40", "YEA": "1851", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Reynier", "official": {"given": "Paul Antoine"}}, "birth": {"date": "1851-06-28 14:30", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "898"}}, "raw": {"NR": "898", "GNR": "SA2632", "JU_": "2", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "1", "CODE": "4", "JAHR": "1851", "KORR": "", "MARS": "17", "MODE": "LMT", "MOND": "13", "NAME": "REYNIER (PAUL ANTOINE).", "AUFAB": "-4.30", "PHAS_": "2.200", "SONNE": "12", "VENUS": "14", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "19", "GEBZEIT": "14.30", "JUPITER": "3", "ELECTAGE": "52,6", "ELECTDAT": "26.01.1904", "GEBDATUM": "28.06.1851", "STBDATUM": "03.08.1919"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2717	requin-achille-1803-08-15	{"a2": "630", "g55": "01-480", "afd5": "895"}	{"g55": "01-480", "lerrcp": "A2-630", "muller": "M5-895"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Achille", "family": "Requin", "spouse": [], "official": {"given": "Achille Pierre", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1803-08-15 09:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1803-08-15 08:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Achille", "family": "Requin"}, "birth": {"tzo": "+00:19:23", "date": "1803-08-15 09:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1803-08-15 08:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-630"}, "ids-in-sources": {"a2": "630"}}, "raw": {"H": "8", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "15", "LAT": "45N46", "LON": "4E50", "MON": "8", "NUM": "630", "PRO": "S", "SEC": "40", "YEA": "1803", "CITY": "LYON"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Requin", "official": {"given": "Achille Pierre"}}, "birth": {"date": "1803-08-15 09:00", "place": {"name": "Lyon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "895"}}, "raw": {"NR": "895", "GNR": "SA2630", "JU_": "2", "MA_": "2", "MO_": "0", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1803", "KORR": "", "MARS": "2", "MODE": "LMT", "MOND": "8", "NAME": "REQUIN (ACHILLE PIERRE).", "AUFAB": "-5.80", "PHAS_": "5.600", "SONNE": "6", "VENUS": "7", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "3", "GEBZEIT": "09.00", "JUPITER": "1", "ELECTAGE": "49,6", "ELECTDAT": "15.03.1853", "GEBDATUM": "15.08.1803", "STBDATUM": "01.01.1855"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-480"}, "ids-in-source": {"g55": "01-480"}}, "raw": {"DAY": "15-8-1803", "HOUR": "9 h.", "NAME": "REQUIN Achille", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:47:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2721	richelot-louis-1844-11-14	{"a2": "634", "afd5": "900"}	{"lerrcp": "A2-634", "muller": "M5-900"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Richelot", "spouse": [], "official": {"given": "Louis Gustave", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1844-11-14 19:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1844-11-14 19:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Richelot"}, "birth": {"tzo": "+00:09:24", "date": "1844-11-14 19:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1844-11-14 19:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-634"}, "ids-in-sources": {"a2": "634"}}, "raw": {"H": "19", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "14", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "634", "PRO": "S", "SEC": "40", "YEA": "1844", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Richelot", "official": {"given": "Louis Gustave"}}, "birth": {"date": "1844-11-14 19:30", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "900"}}, "raw": {"NR": "900", "GNR": "SA2634", "JU_": "2", "MA_": "0", "MO_": "0", "SA_": "0", "SO_": "0", "VE_": "0", "CODE": "4", "JAHR": "1844", "KORR": "", "MARS": "25", "MODE": "LMT", "MOND": "16", "NAME": "RICHELOT (LOUIS GUSTAVE).", "AUFAB": "8.30", "PHAS_": "18.200", "SONNE": "22", "VENUS": "25", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "15", "GEBZEIT": "19.30", "JUPITER": "9", "ELECTAGE": "52,4", "ELECTDAT": "06.04.1897", "GEBDATUM": "14.11.1844", "STBDATUM": "09.08.1924"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
3313	rimbaud-louis-1877-06-07	{"a2": "1227", "afd5": "905"}	{"lerrcp": "A2-1227", "muller": "M5-905"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Rimbaud", "spouse": [], "official": {"given": "Louis", "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1877-06-07 07:30", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1877-06-07 07:14:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Rimbaud"}, "birth": {"tzo": "+00:15:30", "date": "1877-06-07 07:30", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1877-06-07 07:14:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1227"}, "ids-in-sources": {"a2": "1227"}}, "raw": {"H": "7", "MN": "14", "TZ": "0", "COD": "34", "COU": "F", "DAY": "7", "LAT": "43N37", "LON": "3E53", "MON": "6", "NUM": "1227", "PRO": "S", "SEC": "28", "YEA": "1877", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Rimbaud", "official": {"given": "Louis"}}, "birth": {"date": "1877-06-07 07:30", "place": {"name": "Montpellier"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "905"}}, "raw": {"NR": "905", "GNR": "SA2122", "JU_": "1", "MA_": "1", "MO_": "2", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1877", "KORR": "", "MARS": "14", "MODE": "LMT", "MOND": "9", "NAME": "RIMBAUD (LOUIS).", "AUFAB": "-9.10", "PHAS_": "24.000", "SONNE": "4", "VENUS": "4", "BREITE": "43 N 37", "GEBORT": "Montpellier (Hérault)", "LAENGE": "003 E 53", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "11", "GEBZEIT": "07.30", "JUPITER": "21", "ELECTAGE": "67,5", "ELECTDAT": "05.12.1944", "GEBDATUM": "07.06.1877", "STBDATUM": "05.06.1967"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21430	riser-marcel-marie-1891-07-04	{"afd5": "906"}	{"muller": "M5-906"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Marcel Marie", "family": "Riser", "spouse": [], "official": {"given": "Marcel Marie", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1891-07-04 03:00", "note": null, "place": {"c1": null, "c2": "36", "c3": null, "cy": "FR", "lg": 1.68333, "lat": 46.81667, "name": "Buzançais", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Marcel Marie", "family": "Riser", "official": {"given": "Marcel Marie"}}, "birth": {"date": "1891-07-04 03:00", "place": {"c2": "36", "cy": "FR", "lg": 1.68333, "lat": 46.81667, "name": "Buzançais"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "906"}}, "raw": {"NR": "906", "GNR": "", "JU_": "0", "MA_": "0", "MO_": "2", "SA_": "0", "SO_": "0", "VE_": "2", "CODE": "1", "JAHR": "1891", "KORR": "-0.16", "MARS": "32", "MODE": "", "MOND": "1", "NAME": "RISER (MARCEL MARIE).", "AUFAB": "-5.70", "PHAS_": "5.100", "SONNE": "34", "VENUS": "1", "BREITE": "46 N 49", "GEBORT": "Buzançais (Indre)", "LAENGE": "001 E 41", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "25", "GEBZEIT": "03.00", "JUPITER": "7", "ELECTAGE": "60,9", "ELECTDAT": "27.05.1952", "GEBDATUM": "04.07.1891", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2727	robert-cesar-1801-11-17	{"a2": "640", "g55": "01-488", "afd5": "908"}	{"g55": "01-488", "lerrcp": "A2-640", "muller": "M5-908"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "César", "family": "Robert", "spouse": [], "official": {"given": "César Alphonse", "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1801-11-17 07:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1801-11-17 06:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "César", "family": "Robert"}, "birth": {"tzo": "+00:21:31", "date": "1801-11-17 07:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1801-11-17 06:38:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-640"}, "ids-in-sources": {"a2": "640"}}, "raw": {"H": "6", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "17", "LAT": "43N18", "LON": "5E22", "MON": "11", "NUM": "640", "PRO": "S", "SEC": "32", "YEA": "1801", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Robert", "official": {"given": "César Alphonse"}}, "birth": {"date": "1801-11-17 07:00", "place": {"name": "Marseille"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "908"}}, "raw": {"NR": "908", "GNR": "SA2640", "JU_": "2", "MA_": "2", "MO_": "0", "SA_": "2", "SO_": "2", "VE_": "1", "CODE": "3", "JAHR": "1801", "KORR": "", "MARS": "2", "MODE": "LMT", "MOND": "24", "NAME": "ROBERT (CÉSAR ALPHONSE).", "AUFAB": "8.00", "PHAS_": "87.700", "SONNE": "36", "VENUS": "5", "BREITE": "43 N 18", "GEBORT": "Marseille (Bouches-du-Rhône)", "LAENGE": "005 E 22", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "10", "GEBZEIT": "07.00", "JUPITER": "10", "ELECTAGE": "47,7", "ELECTDAT": "24.07.1849", "GEBDATUM": "17.11.1801", "STBDATUM": "01.12.1862"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-488"}, "ids-in-source": {"g55": "01-488"}}, "raw": {"DAY": "17-11-1801", "HOUR": "7 h.", "NAME": "ROBERT César", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:47:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2729	robin-charles-1821-06-04	{"a2": "642", "g55": "01-490", "afd5": "910"}	{"g55": "01-490", "lerrcp": "A2-642", "muller": "M5-910"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles", "family": "Robin", "spouse": [], "official": {"given": "Charles Philippe", "family": null}}	\N	{"lmt": null, "tzo": "+00:21:18", "date": "1821-06-04 03:00", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 5.32579, "lat": 46.21316, "name": "Jasseron", "geoid": 3012441}, "notime": null, "date-ut": "1821-06-04 17:39:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Robin"}, "birth": {"tzo": "+00:21:18", "date": "1821-06-04 18:00", "place": {"c2": "01", "cy": "FR", "lg": 5.32579, "lat": 46.21316, "name": "Jasseron", "geoid": 3012441}, "date-ut": "1821-06-04 17:39:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-642"}, "ids-in-sources": {"a2": "642"}}, "raw": {"H": "17", "MN": "39", "TZ": "0", "COD": "01", "COU": "F", "DAY": "4", "LAT": "46N12", "LON": "5E13", "MON": "6", "NUM": "642", "PRO": "S", "SEC": "8", "YEA": "1821", "CITY": "JASSERON"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Robin", "official": {"given": "Charles Philippe"}}, "birth": {"date": "1821-06-04 03:00", "place": {"name": "Jasseron"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "910"}}, "raw": {"NR": "910", "GNR": "SA2642", "JU_": "2", "MA_": "2", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "0", "CODE": "2", "JAHR": "1821", "KORR": "", "MARS": "1", "MODE": "LMT", "MOND": "26", "NAME": "ROBIN (CHARLES PHILIPPE).", "AUFAB": "7.20", "PHAS_": "16.600", "SONNE": "34", "VENUS": "33", "BREITE": "46 N 12", "GEBORT": "Jasseron (Ain)", "LAENGE": "005 E 13", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "2", "GEBZEIT": "03.00", "JUPITER": "2", "ELECTAGE": "37,0", "ELECTDAT": "11.05.1858", "GEBDATUM": "04.06.1821", "STBDATUM": "06.10.1885"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-490"}, "ids-in-source": {"g55": "01-490"}}, "raw": {"DAY": "4-6-1821", "HOUR": "18 h.", "NAME": "* ROBIN Charles", "PLACE": "Jasseron (Ain)."}, "date": "2023-08-20T14:47:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2731	rochard-eugene-1853-10-29	{"a2": "644", "g55": "01-491", "afd5": "911"}	{"g55": "01-491", "lerrcp": "A2-644", "muller": "M5-911"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Eugène", "family": "Rochard", "spouse": [], "official": {"given": "Eugène", "family": null}}	\N	{"lmt": null, "tzo": "-00:17:57", "date": "1853-10-29 12:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1853-10-29 12:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Rochard"}, "birth": {"tzo": "-00:17:57", "date": "1853-10-29 12:00", "place": {"c2": "29", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1853-10-29 12:16:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-644"}, "ids-in-sources": {"a2": "644"}}, "raw": {"H": "12", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "29", "LAT": "48N 0", "LON": "4W 6", "MON": "10", "NUM": "644", "PRO": "S", "SEC": "24", "YEA": "1853", "CITY": "BREST"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Rochard", "official": {"given": "Eugène"}}, "birth": {"date": "1853-10-29 12:00", "place": {"name": "Brest"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "911"}}, "raw": {"NR": "911", "GNR": "SA2644", "JU_": "2", "MA_": "0", "MO_": "1", "SA_": "0", "SO_": "2", "VE_": "1", "CODE": "4", "JAHR": "1853", "KORR": "", "MARS": "16", "MODE": "LMT", "MOND": "13", "NAME": "ROCHARD (EUGENE).", "AUFAB": "-8.40", "PHAS_": "14.900", "SONNE": "10", "VENUS": "4", "BREITE": "48 N 00", "GEBORT": "Brest (Finistère)", "LAENGE": "004 W 06", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "25", "GEBZEIT": "12.00", "JUPITER": "3", "ELECTAGE": "67,7", "ELECTDAT": "21.06.1921", "GEBDATUM": "29.10.1853", "STBDATUM": "03.10.1924"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-491"}, "ids-in-source": {"g55": "01-491"}}, "raw": {"DAY": "29-10-1853", "HOUR": "12 h.", "NAME": "ROCHARD Eugène", "PLACE": "Brest (Finistère)."}, "date": "2023-08-20T14:47:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
19426	roche-jean-1901-01-14	{"e1": "1804", "afd5": "913"}	{"lerrcp": "E1-1804", "muller": "M5-913"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Roche", "spouse": [], "official": {"given": "Jean Casimir Henri Hilaire", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-01-14 10:30", "note": null, "place": {"c1": null, "c2": "84", "c3": "", "cy": "FR", "lg": 4.87381, "lat": 44.01023, "name": "Sorgues", "geoid": 2974188}, "notime": null, "date-ut": "1901-01-14 10:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Roche"}, "birth": {"tzo": "+00:09", "date": "1901-01-14 10:30", "place": {"c2": "84", "c3": "", "cy": "FR", "lg": 4.87381, "lat": 44.01023, "name": "Sorgues", "geoid": 2974188}, "date-ut": "1901-01-14 10:21"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1804"}}, "raw": {"H": "10:30", "COD": "84", "DAY": "14", "MON": "01", "NUM": "1804", "PRO": "PH", "YEA": "1901", "CITY": "Sorgues", "NAME": "ROCHE Jean", "NOTE": "+"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Roche", "official": {"given": "Jean Casimir Henri Hilaire"}}, "birth": {"date": "1901-01-14 10:30", "place": {"name": "Sorgues"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "913"}}, "raw": {"NR": "913", "GNR": "ND1180", "JU_": "2", "MA_": "1", "MO_": "0", "SA_": "2", "SO_": "0", "VE_": "2", "CODE": "3", "JAHR": "1901", "KORR": "-0.16", "MARS": "19", "MODE": "", "MOND": "16", "NAME": "ROCHE (JEAN CASIMIR HENRI HILAIRE).", "AUFAB": "-9.40", "PHAS_": "39.400", "SONNE": "7", "VENUS": "10", "BREITE": "43 N 57", "GEBORT": "Sorgues (Vaucluse)", "LAENGE": "004 E 50", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "9", "GEBZEIT": "10.30", "JUPITER": "10", "ELECTAGE": "41,5", "ELECTDAT": "30.06.1942", "GEBDATUM": "14.01.1901", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
21431	rochon-duvigneaud-andre-jean-francois-1863-04-07	{"afd5": "915"}	{"muller": "M5-915"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "André Jean François", "family": "Rochon-Duvigneaud", "spouse": [], "official": {"given": "André Jean François", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1863-04-07 10:00", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 0.73333, "lat": 45.18333, "name": "Ribérac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "André Jean François", "family": "Rochon-Duvigneaud", "official": {"given": "André Jean François"}}, "birth": {"date": "1863-04-07 10:00", "place": {"c2": "24", "cy": "FR", "lg": 0.73333, "lat": 45.18333, "name": "Ribérac"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "915"}}, "raw": {"NR": "915", "GNR": "", "JU_": "0", "MA_": "2", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "1", "JAHR": "1863", "KORR": "", "MARS": "2", "MODE": "LMT", "MOND": "22", "NAME": "ROCHON-DUVIGNEAUD (ANDRÉ JEAN FRANÇOIS).", "AUFAB": "-5.70", "PHAS_": "90.200", "SONNE": "7", "VENUS": "5", "BREITE": "45 N 11", "GEBORT": "Ribérac (Dordogne)", "LAENGE": "000 E 44", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "26", "GEBZEIT": "10.00", "JUPITER": "24", "ELECTAGE": "77,7", "ELECTDAT": "19.11.1940", "GEBDATUM": "07.04.1863", "STBDATUM": "25.11.1952"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
19432	roger-henri-1881-05-01	{"e1": "1810", "afd5": "917"}	{"lerrcp": "E1-1810", "muller": "M5-917"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri", "family": "Roger", "spouse": [], "official": {"given": "Henri René Auguste", "family": null}}	\N	{"lmt": null, "tzo": "+00:13", "date": "1881-05-01 09:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "notime": null, "date-ut": "1881-05-01 08:47"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Roger"}, "birth": {"tzo": "+00:13", "date": "1881-05-01 09:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "date-ut": "1881-05-01 08:47"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1810"}}, "raw": {"H": "09:00", "COD": "34", "DAY": "01", "MON": "05", "NUM": "1810", "PRO": "PH", "YEA": "1881", "CITY": "Béziers", "NAME": "ROGER Henri", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Roger", "official": {"given": "Henri René Auguste"}}, "birth": {"date": "1881-05-01 09:00", "place": {"name": "Béziers"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "917"}}, "raw": {"NR": "917", "GNR": "ND1181", "JU_": "1", "MA_": "2", "MO_": "2", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1881", "KORR": "", "MARS": "10", "MODE": "LMT", "MOND": "3", "NAME": "ROGER (HENRI RENÉ AUGUSTE).", "AUFAB": "4.20", "PHAS_": "6.800", "SONNE": "6", "VENUS": "6", "BREITE": "43 N 37", "GEBORT": "Béziers (Hérault)", "LAENGE": "003 E 53", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "6", "GEBZEIT": "09.00", "JUPITER": "6", "ELECTAGE": "66,0", "ELECTDAT": "01.04.1947", "GEBDATUM": "01.05.1881", "STBDATUM": "19.08.1955"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2734	rollet-etienne-1862-03-02	{"a2": "647", "afd5": "919"}	{"lerrcp": "A2-647", "muller": "M5-919"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Etienne", "family": "Rollet", "spouse": [], "official": {"given": "Etienne", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1862-03-02 12:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1862-03-02 11:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Rollet"}, "birth": {"tzo": "+00:19:23", "date": "1862-03-02 12:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1862-03-02 11:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-647"}, "ids-in-sources": {"a2": "647"}}, "raw": {"H": "11", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "2", "LAT": "45N46", "LON": "4E50", "MON": "3", "NUM": "647", "PRO": "S", "SEC": "40", "YEA": "1862", "CITY": "LYON"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Rollet", "official": {"given": "Etienne"}}, "birth": {"date": "1862-03-02 12:00", "place": {"name": "Lyon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "919"}}, "raw": {"NR": "919", "GNR": "SA2647", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1862", "KORR": "", "MARS": "18", "MODE": "LMT", "MOND": "8", "NAME": "ROLLET (ETIENNE).", "AUFAB": "1.70", "PHAS_": "2.000", "SONNE": "9", "VENUS": "10", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "26", "GEBZEIT": "12.00", "JUPITER": "26", "ELECTAGE": "63,8", "ELECTDAT": "24.11.1925", "GEBDATUM": "02.03.1862", "STBDATUM": "13.06.1937"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21432	ronchese-ange-denis-1882-01-27	{"afd5": "921"}	{"muller": "M5-921"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Ange Denis", "family": "Ronchese", "spouse": [], "official": {"given": "Ange Denis", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1882-01-27 22:30", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26667, "lat": 43.7, "name": "Nice", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Ange Denis", "family": "Ronchese", "official": {"given": "Ange Denis"}}, "birth": {"date": "1882-01-27 22:30", "place": {"c2": "06", "cy": "FR", "lg": 7.26667, "lat": 43.7, "name": "Nice"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "921"}}, "raw": {"NR": "921", "GNR": "", "JU_": "0", "MA_": "2", "MO_": "1", "SA_": "0", "SO_": "0", "VE_": "1", "CODE": "1", "JAHR": "1882", "KORR": "", "MARS": "11", "MODE": "LMT", "MOND": "14", "NAME": "RONCHESE (ANGE DENIS).", "AUFAB": "10.70", "PHAS_": "57.300", "SONNE": "25", "VENUS": "26", "BREITE": "43 N 42", "GEBORT": "Nice (Alpes-Maritimes)", "LAENGE": "007 E 16", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "16", "GEBZEIT": "22.30", "JUPITER": "15", "ELECTAGE": "62,5", "ELECTDAT": "27.06.1944", "GEBDATUM": "27.01.1882", "STBDATUM": "13.07.1967"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
3315	rohmer-paul-1876-11-01	{"a2": "1229", "g55": "02-435", "afd5": "918"}	{"g55": "02-435", "lerrcp": "A2-1229", "muller": "M5-918"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul", "family": "Rohmer", "spouse": [], "official": {"given": "Paul", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1876-11-01 10:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.57833, "lat": 48.35864, "name": "Hüttenheim", "geoid": 3012949}, "notime": null, "date-ut": "1876-11-01 09:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Rohmer"}, "birth": {"place": {"c2": "67", "cy": "FR", "lg": 7.57833, "lat": 48.35864, "name": "Huttenheim", "geoid": 3012949}, "date-ut": "1876-11-01 09:29"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1229"}, "ids-in-sources": {"a2": "1229"}}, "raw": {"H": "10", "MN": "29", "TZ": "-1", "COD": "67", "COU": "F", "DAY": "1", "LAT": "48N35", "LON": "7E45", "MON": "11", "NUM": "1229", "PRO": "S", "SEC": "0", "YEA": "1876", "CITY": "HUTTENHEIM"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Rohmer", "official": {"given": "Paul"}}, "birth": {"date": "1876-11-01 10:00", "place": {"name": "Hüttenheim"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "918"}}, "raw": {"NR": "918", "GNR": "SA2122", "JU_": "2", "MA_": "2", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "2", "CODE": "3", "JAHR": "1876", "KORR": "", "MARS": "9", "MODE": "LMT", "MOND": "25", "NAME": "ROHMER (PAUL).", "AUFAB": "3.50", "PHAS_": "98.700", "SONNE": "6", "VENUS": "11", "BREITE": "48 N 35", "GEBORT": "Hüttenheim (Alsace-Lorraine) [Bas-", "LAENGE": "007 E 45", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "31", "GEBZEIT": "10.00", "JUPITER": "2", "ELECTAGE": "69,1", "ELECTDAT": "06.11.1945", "GEBDATUM": "01.11.1876", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "02-435"}, "ids-in-source": {"g55": "02-435"}}, "raw": {"DAY": "1-11-1876", "HOUR": "10 h.", "NAME": "ROHMER Paul", "PLACE": "Huttenheim (Bas-Rhin)."}, "date": "2023-08-20T14:48:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
21433	roussel-gaston-ernest-1877-12-01	{"afd5": "923"}	{"muller": "M5-923"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Gaston Ernest", "family": "Roussel", "spouse": [], "official": {"given": "Gaston Ernest", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1877-12-01 08:15", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Auxonne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Gaston Ernest", "family": "Roussel", "official": {"given": "Gaston Ernest"}}, "birth": {"date": "1877-12-01 08:15", "place": {"c2": "21", "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Auxonne"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "923"}}, "raw": {"NR": "923", "GNR": "", "JU_": "1", "MA_": "1", "MO_": "2", "SA_": "1", "SO_": "2", "VE_": "0", "CODE": "1", "JAHR": "1877", "KORR": "", "MARS": "29", "MODE": "LMT", "MOND": "9", "NAME": "ROUSSEL (GASTON ERNEST).", "AUFAB": "-9.40", "PHAS_": "17.900", "SONNE": "2", "VENUS": "33", "BREITE": "47 N 19", "GEBORT": "Auxonne (Côte-d'Or)", "LAENGE": "005 E 02", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "30", "GEBZEIT": "08.15", "JUPITER": "35", "ELECTAGE": "67,4", "ELECTDAT": "24.04.1945", "GEBDATUM": "01.12.1877", "STBDATUM": "06.01.1947"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21434	roux-georges-louis-1889-12-12	{"afd5": "928"}	{"muller": "M5-928"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Georges Louis", "family": "Roux", "spouse": [], "official": {"given": "Georges Louis", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1889-12-12 17:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.88333, "lat": 43.61667, "name": "Montpellier", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Georges Louis", "family": "Roux", "official": {"given": "Georges Louis"}}, "birth": {"date": "1889-12-12 17:00", "place": {"c2": "34", "cy": "FR", "lg": 3.88333, "lat": 43.61667, "name": "Montpellier"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "928"}}, "raw": {"NR": "928", "GNR": "", "JU_": "0", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1889", "KORR": "", "MARS": "24", "MODE": "LMT", "MOND": "29", "NAME": "ROUX (GEORGES LOUIS).", "AUFAB": "-6.60", "PHAS_": "82.400", "SONNE": "19", "VENUS": "20", "BREITE": "43 N 37", "GEBORT": "Montpellier (Hérault)", "LAENGE": "003 E 53", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "28", "GEBZEIT": "17.00", "JUPITER": "17", "ELECTAGE": "71,6", "ELECTDAT": "20.06.1961", "GEBDATUM": "12.12.1889", "STBDATUM": "11.03.1968"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21435	roux-jules-1807-12-12	{"afd5": "929"}	{"muller": "M5-929"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jules", "family": "Roux", "spouse": [], "official": {"given": "Jules", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1807-12-12 10:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Aix-en-Provence", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Jules", "family": "Roux", "official": {"given": "Jules"}}, "birth": {"date": "1807-12-12 10:00", "place": {"c2": "13", "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Aix-en-Provence"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "929"}}, "raw": {"NR": "929", "GNR": "", "JU_": "2", "MA_": "2", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "2", "CODE": "1", "JAHR": "1807", "KORR": "", "MARS": "1", "MODE": "LMT", "MOND": "28", "NAME": "ROUX (JULES).", "AUFAB": "6.30", "PHAS_": "91.000", "SONNE": "6", "VENUS": "12", "BREITE": "43 N 18", "GEBORT": "Aix-en-Provence (Bouches-du-Rhône)", "LAENGE": "005 E 22", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "10", "GEBZEIT": "10.00", "JUPITER": "36", "ELECTAGE": "40,1", "ELECTDAT": "25.01.1848", "GEBDATUM": "12.12.1807", "STBDATUM": "16.11.1877"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
19486	ruffie-jacques-1921-11-22	{"e1": "1865", "afd5": "931"}	{"lerrcp": "E1-1865", "muller": "M5-931"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jacques", "family": "Ruffié", "spouse": [], "official": {"given": "Jacques Alphonse", "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1921-11-22 14:00", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": 2.22173, "lat": 43.05487, "name": "Limoux", "geoid": 2998264}, "notime": null, "date-ut": "1921-11-22 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Ruffie"}, "birth": {"tzo": "+00:00", "date": "1921-11-22 14:00", "place": {"c2": "11", "c3": "", "cy": "FR", "lg": 2.22173, "lat": 43.05487, "name": "Limoux", "geoid": 2998264}, "date-ut": "1921-11-22 14:00"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1865"}}, "raw": {"H": "14:00", "COD": "11", "DAY": "22", "MON": "11", "NUM": "1865", "PRO": "PH", "YEA": "1921", "CITY": "Limoux", "NAME": "RUFFIE Jacques", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Ruffié", "official": {"given": "Jacques Alphonse"}}, "birth": {"date": "1921-11-22 14:00", "place": {"name": "Limoux"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "931"}}, "raw": {"NR": "931", "GNR": "ND1186", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1921", "KORR": "0.00", "MARS": "18", "MODE": "", "MOND": "21", "NAME": "RUFFIÉ (JACQUES ALPHONSE).", "AUFAB": "-11.10", "PHAS_": "55.700", "SONNE": "14", "VENUS": "16", "BREITE": "43 N 12", "GEBORT": "Limoux (Aude)", "LAENGE": "002 E 21", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "18", "GEBZEIT": "14.00", "JUPITER": "18", "ELECTAGE": "47,2", "ELECTDAT": "04.02.1969", "GEBDATUM": "22.11.1921", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21436	saint-cyr-francois-1824-01-31	{"afd5": "934"}	{"muller": "M5-934"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "François", "family": "Saint-Cyr", "spouse": [], "official": {"given": "François", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1824-01-31 21:00", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 5.21667, "lat": 46.2, "name": "Ambérieux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "François", "family": "Saint-Cyr", "official": {"given": "François"}}, "birth": {"date": "1824-01-31 21:00", "place": {"c2": "01", "cy": "FR", "lg": 5.21667, "lat": 46.2, "name": "Ambérieux"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "934"}}, "raw": {"NR": "934", "GNR": "", "JU_": "2", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "1", "JAHR": "1824", "KORR": "", "MARS": "35", "MODE": "LMT", "MOND": "23", "NAME": "SAINT-CYR (FRANCOIS).", "AUFAB": "-1.20", "PHAS_": "0.000", "SONNE": "24", "VENUS": "27", "BREITE": "46 N 12", "GEBORT": "Ambérieux (Ain)", "LAENGE": "005 E 13", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "13", "GEBZEIT": "21.00", "JUPITER": "9", "ELECTAGE": "60,1", "ELECTDAT": "19.02.1884", "GEBDATUM": "31.01.1824", "STBDATUM": "12.06.1892"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2742	sabrazes-jean-1867-01-12	{"a2": "655", "g55": "01-502", "afd5": "932"}	{"g55": "01-502", "lerrcp": "A2-655", "muller": "M5-932"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Sabrazes", "spouse": [], "official": {"given": "Jean Emile", "family": null}}	\N	{"lmt": null, "tzo": "+00:11:40", "date": "1867-01-12 04:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.91667, "lat": 42.7, "name": "Saint-Paul de Fenouillet", "geoid": 0}, "notime": null, "date-ut": "1867-01-12 03:48:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Sabrazes"}, "birth": {"tzo": "+00:11:40", "date": "1867-01-12 04:00", "place": {"c2": "66", "cy": "FR", "lg": 2.91667, "lat": 42.7, "name": "Saint-Paul-de-Feno", "geoid": 0}, "date-ut": "1867-01-12 03:48:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-655"}, "ids-in-sources": {"a2": "655"}}, "raw": {"H": "3", "MN": "48", "TZ": "0", "COD": "66", "COU": "F", "DAY": "12", "LAT": "42N42", "LON": "2E55", "MON": "1", "NUM": "655", "PRO": "S", "SEC": "20", "YEA": "1867", "CITY": "ST-PAUL-DE-FENO"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Sabrazes", "official": {"given": "Jean Emile"}}, "birth": {"date": "1867-01-12 04:00", "place": {"name": "Saint-Paul-de-Fenouillet"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "932"}}, "raw": {"NR": "932", "GNR": "SA2655", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "2", "CODE": "3", "JAHR": "1867", "KORR": "", "MARS": "14", "MODE": "LMT", "MOND": "26", "NAME": "SABRAZES (JEAN EMILE).", "AUFAB": "9.30", "PHAS_": "32.200", "SONNE": "32", "VENUS": "36", "BREITE": "42 N 42", "GEBORT": "Saint-Paul-de-Fenouillet (Pyrénées", "LAENGE": "002 E 55", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "2", "GEBZEIT": "04.00", "JUPITER": "31", "ELECTAGE": "58,9", "ELECTDAT": "01.12.1925", "GEBDATUM": "12.01.1867", "STBDATUM": "30.01.1943"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Paul de Fenouillet"}}, "partial-ids": {"g55": "01-502"}, "ids-in-source": {"g55": "01-502"}}, "raw": {"DAY": "12-1-1867", "HOUR": "4 h.", "NAME": "* SABRAZES Jean", "PLACE": "Saint-Paul de Fenouillet (Pyr.-Or.)."}, "date": "2023-08-20T14:47:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21437	santy-paul-eugene-jules-1887-04-16	{"afd5": "935"}	{"muller": "M5-935"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul Eugène Jules", "family": "Santy", "spouse": [], "official": {"given": "Paul Eugène Jules", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1887-04-16 05:00", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 4.9, "lat": 44.93333, "name": "Die", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Paul Eugène Jules", "family": "Santy", "official": {"given": "Paul Eugène Jules"}}, "birth": {"date": "1887-04-16 05:00", "place": {"c2": "26", "cy": "FR", "lg": 4.9, "lat": 44.93333, "name": "Die"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "935"}}, "raw": {"NR": "935", "GNR": "", "JU_": "0", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "0", "CODE": "1", "JAHR": "1887", "KORR": "", "MARS": "36", "MODE": "LMT", "MOND": "6", "NAME": "SANTY (PAUL EUGENE JULES).", "AUFAB": "-9.90", "PHAS_": "41.900", "SONNE": "36", "VENUS": "33", "BREITE": "44 N 56", "GEBORT": "Die (Drôme)", "LAENGE": "004 E 54", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "26", "GEBZEIT": "05.00", "JUPITER": "17", "ELECTAGE": "55,9", "ELECTDAT": "09.03.1943", "GEBDATUM": "16.04.1887", "STBDATUM": "20.01.1970"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21438	sauvage-rene-emile-louis-1896-08-25	{"afd5": "939"}	{"muller": "M5-939"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "René Emile Louis", "family": "Sauvage", "spouse": [], "official": {"given": "René Emile Louis", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1896-08-25 09:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Grenoble", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "René Emile Louis", "family": "Sauvage", "official": {"given": "René Emile Louis"}}, "birth": {"date": "1896-08-25 09:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Grenoble"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "939"}}, "raw": {"NR": "939", "GNR": "", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1896", "KORR": "-0.16", "MARS": "13", "MODE": "", "MOND": "21", "NAME": "SAUVAGE (RENÉ EMILE LOUIS).", "AUFAB": "-2.30", "PHAS_": "97.200", "SONNE": "6", "VENUS": "4", "BREITE": "45 N 11", "GEBORT": "Grenoble (Isère)", "LAENGE": "005 E 43", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "34", "GEBZEIT": "09.00", "JUPITER": "7", "ELECTAGE": "70,7", "ELECTDAT": "04.04.1967", "GEBDATUM": "25.08.1896", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21439	savy-paul-claude-1879-10-14	{"afd5": "940"}	{"muller": "M5-940"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul Claude", "family": "Savy", "spouse": [], "official": {"given": "Paul Claude", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1879-10-14 09:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Lyon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Paul Claude", "family": "Savy", "official": {"given": "Paul Claude"}}, "birth": {"date": "1879-10-14 09:00", "place": {"c2": "69", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Lyon"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "940"}}, "raw": {"NR": "940", "GNR": "", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "1", "JAHR": "1879", "KORR": "", "MARS": "18", "MODE": "LMT", "MOND": "7", "NAME": "SAVY (PAUL CLAUDE).", "AUFAB": "-5.80", "PHAS_": "4.000", "SONNE": "5", "VENUS": "8", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "24", "GEBZEIT": "09.00", "JUPITER": "28", "ELECTAGE": "76,8", "ELECTDAT": "03.07.1956", "GEBDATUM": "14.10.1879", "STBDATUM": "30.07.1958"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21440	sedallian-paul-1894-09-05	{"afd5": "944"}	{"muller": "M5-944"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul", "family": "Sédallian", "spouse": [], "official": {"given": "Paul", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1894-09-05 17:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35, "lat": 43.85, "name": "Lussan", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Paul", "family": "Sédallian", "official": {"given": "Paul"}}, "birth": {"date": "1894-09-05 17:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35, "lat": 43.85, "name": "Lussan"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "944"}}, "raw": {"NR": "944", "GNR": "", "JU_": "0", "MA_": "1", "MO_": "2", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "1", "JAHR": "1894", "KORR": "-0.16", "MARS": "31", "MODE": "", "MOND": "11", "NAME": "SÉDALLIAN (PAUL).", "AUFAB": "9.20", "PHAS_": "30.200", "SONNE": "17", "VENUS": "18", "BREITE": "43 N 51", "GEBORT": "Lussan (Gard)", "LAENGE": "004 E 21", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "14", "GEBZEIT": "17.00", "JUPITER": "23", "ELECTAGE": "61,2", "ELECTDAT": "15.11.1955", "GEBDATUM": "05.09.1894", "STBDATUM": "05.02.1960"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2751	sedillot-charles-1804-09-18	{"a2": "664", "afd5": "945"}	{"lerrcp": "A2-664", "muller": "M5-945"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles", "family": "Sédillot", "spouse": [], "official": {"given": "Charles Emmanuel", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1804-09-18 10:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1804-09-18 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Sedillot"}, "birth": {"tzo": "+00:09:24", "date": "1804-09-18 10:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1804-09-18 09:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-664"}, "ids-in-sources": {"a2": "664"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "18", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "664", "PRO": "S", "SEC": "40", "YEA": "1804", "CITY": "PARIS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Sédillot", "official": {"given": "Charles Emmanuel"}}, "birth": {"date": "1804-09-18 10:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "945"}}, "raw": {"NR": "945", "GNR": "SA2664", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "2", "CODE": "4", "JAHR": "1804", "KORR": "", "MARS": "13", "MODE": "LMT", "MOND": "26", "NAME": "SÉDILLOT (CHARLES EMMANUEL).", "AUFAB": "5.10", "PHAS_": "96.500", "SONNE": "7", "VENUS": "11", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "6", "GEBZEIT": "10.00", "JUPITER": "2", "ELECTAGE": "41,5", "ELECTDAT": "24.02.1846", "GEBDATUM": "18.09.1804", "STBDATUM": "29.01.1883"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2753	see-marc-1827-02-17	{"a2": "666", "g55": "01-512", "afd5": "947"}	{"g55": "01-512", "lerrcp": "A2-666", "muller": "M5-947"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Marc", "family": "Sée", "spouse": [], "official": {"given": "Marc", "family": null}}	\N	{"lmt": null, "tzo": "+00:29:17", "date": "1827-02-17 17:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.31938, "lat": 48.1951, "name": "Ribeauvillé", "geoid": 2983705}, "notime": null, "date-ut": "1827-02-18 16:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marc", "family": "See"}, "birth": {"tzo": "+00:29:17", "date": "1827-02-18 17:00", "place": {"c2": "68", "cy": "FR", "lg": 7.31938, "lat": 48.1951, "name": "Ribeauvillé", "geoid": 2983705}, "date-ut": "1827-02-18 16:30:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-666"}, "ids-in-sources": {"a2": "666"}}, "raw": {"H": "16", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "18", "LAT": "48N 5", "LON": "7E21", "MON": "2", "NUM": "666", "PRO": "S", "SEC": "36", "YEA": "1827", "CITY": "RIBEAUVILLE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Sée", "official": {"given": "Marc"}}, "birth": {"date": "1827-02-17 17:00", "place": {"name": "Ribeauvillé"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "947"}}, "raw": {"NR": "947", "GNR": "SA2666", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "2", "JAHR": "1827", "KORR": "", "MARS": "13", "MODE": "LMT", "MOND": "28", "NAME": "SÉE (MARC).", "AUFAB": "-9.30", "PHAS_": "72.600", "SONNE": "18", "VENUS": "23", "BREITE": "48 N 05", "GEBORT": "Ribeauvillé (Haut-Rhin)", "LAENGE": "007 E 21", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "6", "GEBZEIT": "17.00", "JUPITER": "30", "ELECTAGE": "51,5", "ELECTDAT": "23.07.1878", "GEBDATUM": "17.02.1827", "STBDATUM": "03.05.1912"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-512"}, "ids-in-source": {"g55": "01-512"}}, "raw": {"DAY": "18-2-1827", "HOUR": "17 h.", "NAME": "SEE Marc", "PLACE": "Ribeauvillé (Haut-Rhin)."}, "date": "2023-08-20T14:47:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
19532	sendrail-marcel-1900-08-31	{"e1": "1914", "afd5": "951"}	{"lerrcp": "E1-1914", "muller": "M5-951"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Marcel", "family": "Sendrail", "spouse": [], "official": {"given": "Marcel Sylvain", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1900-08-31 20:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1900-08-31 19:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Sendrail"}, "birth": {"tzo": "+00:09", "date": "1900-08-31 20:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1900-08-31 19:51"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1914"}}, "raw": {"H": "20:00", "COD": "31", "DAY": "31", "MON": "08", "NUM": "1914", "PRO": "PH", "YEA": "1900", "CITY": "Toulouse", "NAME": "SENDRAIL Marcel", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Sendrail", "official": {"given": "Marcel Sylvain"}}, "birth": {"date": "1900-08-31 20:00", "place": {"name": "Toulouse"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "951"}}, "raw": {"NR": "951", "GNR": "ND1191", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1900", "KORR": "-0.16", "MARS": "27", "MODE": "", "MOND": "16", "NAME": "SENDRAIL (MARCEL SYLVAIN).", "AUFAB": "8.10", "PHAS_": "28.000", "SONNE": "21", "VENUS": "26", "BREITE": "43 N 37", "GEBORT": "Toulouse (Haute-Garonne)", "LAENGE": "001 E 26", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "11", "GEBZEIT": "20.00", "JUPITER": "14", "ELECTAGE": "56,6", "ELECTDAT": "02.04.1957", "GEBDATUM": "31.08.1900", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21441	senecal-jean-marcel-1916-06-29	{"afd5": "952"}	{"muller": "M5-952"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean Marcel", "family": "Sénécal", "spouse": [], "official": {"given": "Jean Marcel", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1916-06-29 09:30", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "le Raincy", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Jean Marcel", "family": "Sénécal", "official": {"given": "Jean Marcel"}}, "birth": {"date": "1916-06-29 09:30", "place": {"c2": "93", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "le Raincy"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "952"}}, "raw": {"NR": "952", "GNR": "", "JU_": "2", "MA_": "0", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1916", "KORR": "-1.00", "MARS": "34", "MODE": "", "MOND": "7", "NAME": "SÉNÉCAL (JEAN MARCEL).", "AUFAB": "-3.50", "PHAS_": "2.000", "SONNE": "6", "VENUS": "5", "BREITE": "48 N 50", "GEBORT": "le Raincy (Seine-et-Oise)", "LAENGE": "002 E 08", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "5", "GEBZEIT": "09.30", "JUPITER": "11", "ELECTAGE": "52,0", "ELECTDAT": "25.06.1968", "GEBDATUM": "29.06.1916", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2756	sendrail-jean-1872-06-17	{"a2": "669", "g55": "01-514", "afd5": "950"}	{"g55": "01-514", "lerrcp": "A2-669", "muller": "M5-950"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Sendrail", "spouse": [], "official": {"given": "Jean", "family": null}}	\N	{"lmt": null, "tzo": "+00:05:59", "date": "1872-06-17 23:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.49776, "lat": 43.47476, "name": "Corronsac", "geoid": 3023528}, "notime": null, "date-ut": "1872-06-17 22:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Sendrail"}, "birth": {"tzo": "+00:05:59", "date": "1872-06-17 23:00", "place": {"c2": "31", "cy": "FR", "lg": 1.49776, "lat": 43.47476, "name": "Corronsac", "geoid": 3023528}, "date-ut": "1872-06-17 22:54:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-669"}, "ids-in-sources": {"a2": "669"}}, "raw": {"H": "22", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "17", "LAT": "43N37", "LON": "1E26", "MON": "6", "NUM": "669", "PRO": "S", "SEC": "16", "YEA": "1872", "CITY": "CORRONSAC"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Sendrail", "official": {"given": "Jean"}}, "birth": {"date": "1872-06-17 23:00", "place": {"name": "Corronsac"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "950"}}, "raw": {"NR": "950", "GNR": "SA2669", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1872", "KORR": "", "MARS": "27", "MODE": "LMT", "MOND": "13", "NAME": "SENDRAIL (JEAN).", "AUFAB": "9.60", "PHAS_": "76.800", "SONNE": "25", "VENUS": "27", "BREITE": "43 N 37", "GEBORT": "Corronsac (Haute-Garonne)", "LAENGE": "001 E 26", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "4", "GEBZEIT": "23.00", "JUPITER": "21", "ELECTAGE": "63,0", "ELECTDAT": "28.05.1935", "GEBDATUM": "17.06.1872", "STBDATUM": "14.06.1935"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-514"}, "ids-in-source": {"g55": "01-514"}}, "raw": {"DAY": "17-6-1872", "HOUR": "23 h.", "NAME": "SENDRAIL Jean", "PLACE": "Corronsac (Haute-Garonne)."}, "date": "2023-08-20T14:47:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21442	seneque-jean-1890-01-03	{"afd5": "953"}	{"muller": "M5-953"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Sénéque", "spouse": [], "official": {"given": "Jean", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1890-01-03 23:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Marseille", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Jean", "family": "Sénéque", "official": {"given": "Jean"}}, "birth": {"date": "1890-01-03 23:00", "place": {"c2": "13", "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Marseille"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "953"}}, "raw": {"NR": "953", "GNR": "", "JU_": "1", "MA_": "0", "MO_": "2", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1890", "KORR": "", "MARS": "33", "MODE": "LMT", "MOND": "10", "NAME": "SÉNÉQUE (JEAN).", "AUFAB": "6.20", "PHAS_": "90.900", "SONNE": "26", "VENUS": "27", "BREITE": "43 N 18", "GEBORT": "Marseille (Bouches-du-Rhône)", "LAENGE": "005 E 22", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "3", "GEBZEIT": "23.00", "JUPITER": "26", "ELECTAGE": "70,2", "ELECTDAT": "23.02.1960", "GEBDATUM": "03.01.1890", "STBDATUM": "25.10.1968"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2757	sergent-emile-1867-07-11	{"a2": "670", "afd5": "954"}	{"lerrcp": "A2-670", "muller": "M5-954"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Emile", "family": "Sergent", "spouse": [], "official": {"given": "Emile Eugène Joseph", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1867-07-11 01:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1867-07-11 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Sergent"}, "birth": {"tzo": "+00:09:24", "date": "1867-07-11 01:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1867-07-11 00:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-670"}, "ids-in-sources": {"a2": "670"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "11", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "670", "PRO": "S", "SEC": "40", "YEA": "1867", "CITY": "PARIS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Sergent", "official": {"given": "Emile Eugène Joseph"}}, "birth": {"date": "1867-07-11 01:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "954"}}, "raw": {"NR": "954", "GNR": "SA2670", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "4", "JAHR": "1867", "KORR": "", "MARS": "23", "MODE": "LMT", "MOND": "19", "NAME": "SERGENT (EMILE EUGENE JOSEPH).", "AUFAB": "9.10", "PHAS_": "71.900", "SONNE": "29", "VENUS": "33", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "19", "GEBZEIT": "01.00", "JUPITER": "5", "ELECTAGE": "51,8", "ELECTDAT": "08.04.1919", "GEBDATUM": "11.07.1867", "STBDATUM": "24.05.1943"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2763	sigalas-clement-1866-11-23	{"a2": "676", "g55": "01-519", "afd5": "959"}	{"g55": "01-519", "lerrcp": "A2-676", "muller": "M5-959"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Clément", "family": "Sigalas", "spouse": [], "official": {"given": "Clément Antoine Marie", "family": null}}	\N	{"lmt": null, "tzo": "+00:00:23", "date": "1866-11-23 10:00", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.09388, "lat": 44.53051, "name": "Sainte-Bazeille", "geoid": 2980742}, "notime": null, "date-ut": "1866-11-23 09:57:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Clément", "family": "Sigalas"}, "birth": {"tzo": "+00:00:23", "date": "1866-11-23 10:00", "place": {"c2": "47", "cy": "FR", "lg": 0.09388, "lat": 44.53051, "name": "Sainte-Bazeille", "geoid": 2980742}, "date-ut": "1866-11-23 09:57:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-676"}, "ids-in-sources": {"a2": "676"}}, "raw": {"H": "9", "MN": "57", "TZ": "0", "COD": "47", "COU": "F", "DAY": "23", "LAT": "44N12", "LON": "0E38", "MON": "11", "NUM": "676", "PRO": "S", "SEC": "28", "YEA": "1866", "CITY": "STE-BAZEILLE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Sigalas", "official": {"given": "Clément Antoine Marie"}}, "birth": {"date": "1866-11-23 10:00", "place": {"name": "Sainte-Bazeille"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "959"}}, "raw": {"NR": "959", "GNR": "SA2676", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "2", "CODE": "3", "JAHR": "1866", "KORR": "", "MARS": "17", "MODE": "LMT", "MOND": "22", "NAME": "SIGALAS (CLÉMENT ANTOINE MARIE).", "AUFAB": "-0.30", "PHAS_": "99.300", "SONNE": "6", "VENUS": "1", "BREITE": "44 N 12", "GEBORT": "Sainte-Bazeille (Lot-et-Garonne)", "LAENGE": "000 E 38", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "8", "GEBZEIT": "10.00", "JUPITER": "35", "ELECTAGE": "52,9", "ELECTDAT": "21.10.1919", "GEBDATUM": "23.11.1866", "STBDATUM": "27.11.1944"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-519"}, "ids-in-source": {"g55": "01-519"}}, "raw": {"DAY": "23-11-1866", "HOUR": "10 h.", "NAME": "SIGALAS Clément", "PLACE": "Sainte-Bazeille (Lot-et-Garonne)."}, "date": "2023-08-20T14:47:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21443	simonin-jean-baptiste-edmond-1812-06-18	{"afd5": "961"}	{"muller": "M5-961"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean-Baptiste Edmond", "family": "Simonin", "spouse": [], "official": {"given": "Jean-Baptiste Edmond", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1812-06-18 03:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.2, "lat": 48.7, "name": "Nancy", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Jean-Baptiste Edmond", "family": "Simonin", "official": {"given": "Jean-Baptiste Edmond"}}, "birth": {"date": "1812-06-18 03:00", "place": {"c2": "54", "cy": "FR", "lg": 6.2, "lat": 48.7, "name": "Nancy"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "961"}}, "raw": {"NR": "961", "GNR": "", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "0", "SO_": "0", "VE_": "1", "CODE": "1", "JAHR": "1812", "KORR": "", "MARS": "32", "MODE": "LMT", "MOND": "22", "NAME": "SIMONIN (JEAN-BAPTISTE EDMOND).", "AUFAB": "9.40", "PHAS_": "60.700", "SONNE": "34", "VENUS": "27", "BREITE": "48 N 42", "GEBORT": "Nancy (Meurthe-et-Moselle)", "LAENGE": "006 E 12", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "15", "GEBZEIT": "03.00", "JUPITER": "31", "ELECTAGE": "62,7", "ELECTDAT": "16.02.1875", "GEBDATUM": "18.06.1812", "STBDATUM": "31.03.1884"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
19551	simonnet-henri-1891-08-07	{"e1": "1933", "afd5": "962"}	{"lerrcp": "E1-1933", "muller": "M5-962"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri", "family": "Simonnet", "spouse": [], "official": {"given": "Henri Fernand Edouard", "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1891-08-07 09:45", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Meudon", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Simonnet"}, "birth": {"tzo": "", "date": "1891-08-07 09:45", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Meudon", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1933"}}, "raw": {"H": "09:45", "COD": "78", "DAY": "07", "MON": "08", "NUM": "1933", "PRO": "PH", "YEA": "1891", "CITY": "Meudon", "NAME": "SIMONNET Henri", "NOTE": "+"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Simonnet", "official": {"given": "Henri Fernand Edouard"}}, "birth": {"date": "1891-08-07 09:45", "place": {"name": "Meudon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "962"}}, "raw": {"NR": "962", "GNR": "ND1193", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1891", "KORR": "-0.16", "MARS": "7", "MODE": "", "MOND": "4", "NAME": "SIMONNET (HENRI FERNAND EDOUARD).", "AUFAB": "3.30", "PHAS_": "5.000", "SONNE": "7", "VENUS": "8", "BREITE": "48 N 50", "GEBORT": "Meudon (Seine-et-Oise)", "LAENGE": "002 E 08", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "3", "GEBZEIT": "09.45", "JUPITER": "21", "ELECTAGE": "55,8", "ELECTDAT": "06.05.1947", "GEBDATUM": "07.08.1891", "STBDATUM": "14.09.1965"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
21444	sohier-roger-marie-philippe-1903-09-28	{"afd5": "965"}	{"muller": "M5-965"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Roger Marie Philippe", "family": "Sohier", "spouse": [], "official": {"given": "Roger Marie Philippe", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1903-09-28 03:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Grenoble", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Roger Marie Philippe", "family": "Sohier", "official": {"given": "Roger Marie Philippe"}}, "birth": {"date": "1903-09-28 03:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Grenoble"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "965"}}, "raw": {"NR": "965", "GNR": "", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "0", "VE_": "0", "CODE": "1", "JAHR": "1903", "KORR": "-0.16", "MARS": "27", "MODE": "", "MOND": "25", "NAME": "SOHIER (ROGER MARIE PHILIPPE).", "AUFAB": "9.60", "PHAS_": "44.800", "SONNE": "32", "VENUS": "34", "BREITE": "45 N 11", "GEBORT": "Grenoble (Isère)", "LAENGE": "005 E 43", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "22", "GEBZEIT": "03.00", "JUPITER": "17", "ELECTAGE": "51,4", "ELECTDAT": "22.02.1955", "GEBDATUM": "28.09.1903", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
3353	sorrel-etienne-1882-02-23	{"a2": "1267", "g55": "02-465", "afd5": "966"}	{"g55": "02-465", "lerrcp": "A2-1267", "muller": "M5-966"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Etienne", "family": "Sorrel", "spouse": [], "official": {"given": "Pierre Marie Edouard Etienne", "family": null}}	\N	{"lmt": null, "tzo": "+00:13:20", "date": "1882-02-23 04:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.33333, "lat": 46.56667, "name": "Moulins-sur-Allier", "geoid": 0}, "notime": null, "date-ut": "1882-02-23 03:46:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Sorrel"}, "birth": {"tzo": "+00:13:20", "date": "1882-02-23 04:00", "place": {"c2": "03", "cy": "FR", "lg": 3.33333, "lat": 46.56667, "name": "Moulins-sur-Allier", "geoid": 0}, "date-ut": "1882-02-23 03:46:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1267"}, "ids-in-sources": {"a2": "1267"}}, "raw": {"H": "3", "MN": "46", "TZ": "0", "COD": "03", "COU": "F", "DAY": "23", "LAT": "46N34", "LON": "3E20", "MON": "2", "NUM": "1267", "PRO": "S", "SEC": "40", "YEA": "1882", "CITY": "MOULINS-S-ALLIER"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Sorrel", "official": {"given": "Pierre Marie Edouard Etienne"}}, "birth": {"date": "1882-02-23 04:00", "place": {"name": "Moulins"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "966"}}, "raw": {"NR": "966", "GNR": "SA2126", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1882", "KORR": "", "MARS": "19", "MODE": "LMT", "MOND": "27", "NAME": "SORREL (PIERRE MARIE EDOUARD ETIENNE).", "AUFAB": "9.80", "PHAS_": "30.500", "SONNE": "33", "VENUS": "32", "BREITE": "46 N 34", "GEBORT": "Moulins (Allier)", "LAENGE": "003 E 20", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "27", "GEBZEIT": "04.00", "JUPITER": "26", "ELECTAGE": "76,0", "ELECTDAT": "18.02.1958", "GEBDATUM": "23.02.1882", "STBDATUM": "02.05.1965"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Moulins-sur-Allier"}}, "partial-ids": {"g55": "02-465"}, "ids-in-source": {"g55": "02-465"}}, "raw": {"DAY": "23-2-1882", "HOUR": "4 h.", "NAME": "SORREL Etienne", "PLACE": "Moulins-sur-Allier (Allier)."}, "date": "2023-08-20T14:48:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
19562	soulie-pierre-1903-09-05	{"e1": "1945", "afd5": "967"}	{"lerrcp": "E1-1945", "muller": "M5-967"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre", "family": "Soulié", "spouse": [], "official": {"given": "Pierre Louis Jean", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-09-05 11:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1903-09-05 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Soulié"}, "birth": {"tzo": "+00:09", "date": "1903-09-05 17:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1903-09-05 16:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1945"}}, "raw": {"H": "17:00", "COD": "34", "DAY": "05", "MON": "09", "NUM": "1945", "PRO": "PH", "YEA": "1903", "CITY": "Montpellier", "NAME": "SOULIÉ Pierre", "NOTE": "*"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Soulié", "official": {"given": "Pierre Louis Jean"}}, "birth": {"date": "1903-09-05 11:00", "place": {"name": "Montpellier"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "967"}}, "raw": {"NR": "967", "GNR": "ND1194", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1903", "KORR": "-0.16", "MARS": "36", "MODE": "", "MOND": "28", "NAME": "SOULIÉ (PIERRE LOUIS JEAN).", "AUFAB": "4.50", "PHAS_": "96.200", "SONNE": "8", "VENUS": "7", "BREITE": "43 N 37", "GEBORT": "Montpellier (Hérault)", "LAENGE": "003 E 53", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "29", "GEBZEIT": "11.00", "JUPITER": "26", "ELECTAGE": "57,3", "ELECTDAT": "20.12.1960", "GEBDATUM": "05.09.1903", "STBDATUM": "09.09.1970"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
21445	sourdille-maurice-louis-joseph-marie-1885-10-25	{"afd5": "970"}	{"muller": "M5-970"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Maurice Louis Joseph Marie", "family": "Sourdille", "spouse": [], "official": {"given": "Maurice Louis Joseph Marie", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1885-10-25 14:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": 1.58333, "lat": 47.21667, "name": "Nantes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Maurice Louis Joseph Marie", "family": "Sourdille", "official": {"given": "Maurice Louis Joseph Marie"}}, "birth": {"date": "1885-10-25 14:00", "place": {"c2": "44", "cy": "FR", "lg": 1.58333, "lat": 47.21667, "name": "Nantes"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "970"}}, "raw": {"NR": "970", "GNR": "", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "1", "JAHR": "1885", "KORR": "", "MARS": "18", "MODE": "LMT", "MOND": "29", "NAME": "SOURDILLE (MAURICE LOUIS JOSEPH MARIE).", "AUFAB": "-1.50", "PHAS_": "98.400", "SONNE": "14", "VENUS": "8", "BREITE": "47 N 13", "GEBORT": "Nantes (Loire-Inférieure)", "LAENGE": "001 W 35", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "23", "GEBZEIT": "14.00", "JUPITER": "16", "ELECTAGE": "73,4", "ELECTDAT": "17.03.1959", "GEBDATUM": "25.10.1885", "STBDATUM": "20.09.1961"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2768	souques-alexandre-1860-02-06	{"a2": "681", "g55": "01-531", "afd5": "969"}	{"g55": "01-531", "lerrcp": "A2-681", "muller": "M5-969"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alexandre", "family": "Souques", "spouse": [], "official": {"given": "Achille Alexandre", "family": null}}	\N	{"lmt": null, "tzo": "+00:10:16", "date": "1860-02-06 02:00", "note": null, "place": {"c1": null, "c2": "12", "c3": null, "cy": "FR", "lg": 2.56667, "lat": 44.35, "name": "Peyre", "geoid": 0}, "notime": null, "date-ut": "1860-02-06 01:49:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Souques"}, "birth": {"tzo": "+00:10:16", "date": "1860-02-06 02:00", "place": {"c2": "12", "cy": "FR", "lg": 2.56667, "lat": 44.35, "name": "Peyre", "geoid": 0}, "date-ut": "1860-02-06 01:49:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-681"}, "ids-in-sources": {"a2": "681"}}, "raw": {"H": "1", "MN": "49", "TZ": "0", "COD": "12", "COU": "F", "DAY": "6", "LAT": "44N21", "LON": "2E34", "MON": "2", "NUM": "681", "PRO": "S", "SEC": "44", "YEA": "1860", "CITY": "PEYRE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Souques", "official": {"given": "Achille Alexandre"}}, "birth": {"date": "1860-02-06 02:00", "place": {"name": "Peyre"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "969"}}, "raw": {"NR": "969", "GNR": "SA2681", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1860", "KORR": "", "MARS": "36", "MODE": "LMT", "MOND": "13", "NAME": "SOUQUES (ACHILLE ALEXANDRE).", "AUFAB": "4.70", "PHAS_": "98.200", "SONNE": "30", "VENUS": "27", "BREITE": "44 N 21", "GEBORT": "Peyre (Aveyron)", "LAENGE": "002 E 34", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "11", "GEBZEIT": "02.00", "JUPITER": "14", "ELECTAGE": "58,3", "ELECTDAT": "30.04.1918", "GEBDATUM": "06.02.1860", "STBDATUM": "25.12.1944"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Peyre"}}, "partial-ids": {"g55": "01-531"}, "ids-in-source": {"g55": "01-531"}}, "raw": {"DAY": "6-2-1860", "HOUR": "2 h.", "NAME": "SOUQUES Alexandre", "PLACE": "Peyre (Aveyron)."}, "date": "2023-08-20T14:47:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2773	straus-isidore-1845-03-24	{"a2": "686", "g55": "01-527", "afd5": "975"}	{"g55": "01-527", "lerrcp": "A2-686", "muller": "M5-975"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Isidore", "family": "Straus", "spouse": [], "official": {"given": "Isidore", "family": null}}	\N	{"lmt": null, "tzo": "+00:30:31", "date": "1845-03-24 13:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.62868, "lat": 49.00462, "name": "Dambach", "geoid": 3021889}, "notime": null, "date-ut": "1845-03-24 12:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Isidore", "family": "Strauss"}, "birth": {"tzo": "+00:30:31", "date": "1845-03-24 13:00", "place": {"c2": "67", "cy": "FR", "lg": 7.62868, "lat": 49.00462, "name": "Dambach", "geoid": 3021889}, "date-ut": "1845-03-24 12:29"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-686"}, "ids-in-sources": {"a2": "686"}}, "raw": {"H": "12", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "24", "LAT": "48N35", "LON": "7E45", "MON": "3", "NUM": "686", "PRO": "S", "SEC": "0", "YEA": "1845", "CITY": "DAMBACH"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Straus", "official": {"given": "Isidore"}}, "birth": {"date": "1845-03-24 13:00", "place": {"name": "Dambach"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "975"}}, "raw": {"NR": "975", "GNR": "SA2686", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1845", "KORR": "", "MARS": "21", "MODE": "LMT", "MOND": "28", "NAME": "STRAUS (ISIDORE).", "AUFAB": "0.80", "PHAS_": "99.800", "SONNE": "11", "VENUS": "12", "BREITE": "48 N 35", "GEBORT": "Dambach (Bas-Rhin)", "LAENGE": "007 E 45", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "17", "GEBZEIT": "13.00", "JUPITER": "10", "ELECTAGE": "48,4", "ELECTDAT": "18.07.1893", "GEBDATUM": "24.03.1845", "STBDATUM": "06.12.1896"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-527"}, "ids-in-source": {"g55": "01-527"}}, "raw": {"DAY": "24-3-1845", "HOUR": "13 h.", "NAME": "STRAUSS Isidore", "PLACE": "Dambach (Bas-Rhin)."}, "date": "2023-08-20T14:47:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2774	strauss-paul-1852-09-23	{"a2": "687", "e3": "1435", "g55": "01-528", "afd5": "976"}	{"g55": "01-528", "lerrcp": "A2-687", "muller": "M5-976"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul", "family": "Strauss", "spouse": [], "official": {"given": "Paul", "family": null}}	\N	{"lmt": null, "tzo": "+00:26:33", "date": "1852-09-23 20:00", "note": null, "place": {"c1": null, "c2": "70", "c3": null, "cy": "FR", "lg": 6.63591, "lat": 47.70063, "name": "Ronchamp", "geoid": 2982951}, "notime": null, "date-ut": "1852-09-23 19:35:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician", "politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Strauss"}, "birth": {"tzo": "+00:26:33", "date": "1852-09-23 20:00", "place": {"c2": "70", "cy": "FR", "lg": 6.63591, "lat": 47.70063, "name": "Ronchamp", "geoid": 2982951}, "date-ut": "1852-09-23 19:35:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-687"}, "ids-in-sources": {"a2": "687"}}, "raw": {"H": "19", "MN": "35", "TZ": "0", "COD": "70", "COU": "F", "DAY": "23", "LAT": "47N37", "LON": "6E 9", "MON": "9", "NUM": "687", "PRO": "S", "SEC": "24", "YEA": "1852", "CITY": "RONCHAMP"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["politician"], "ids-in-sources": {"e3": "1435"}}, "raw": {"H": "20:00", "COD": "70", "DAY": "23", "MON": "09", "NUM": "1435", "PRO": "PO", "YEA": "1852", "CITY": "Ronchamps", "NAME": "STRAUSS Paul", "NOTE": "*"}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Strauss", "official": {"given": "Paul"}}, "birth": {"date": "1852-09-23 20:00", "place": {"name": "Ronchamp"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "976"}}, "raw": {"NR": "976", "GNR": "SA2687", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "2", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1852", "KORR": "", "MARS": "20", "MODE": "LMT", "MOND": "8", "NAME": "STRAUSS (PAUL).", "AUFAB": "9.50", "PHAS_": "75.000", "SONNE": "22", "VENUS": "26", "BREITE": "47 N 37", "GEBORT": "Ronchamp (Haute-Saône)", "LAENGE": "006 E 09", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "1", "GEBZEIT": "20.00", "JUPITER": "19", "ELECTAGE": "56,5", "ELECTDAT": "02.03.1909", "GEBDATUM": "23.09.1852", "STBDATUM": "22.02.1942"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-528"}, "ids-in-source": {"g55": "01-528"}}, "raw": {"DAY": "23-9-1852", "HOUR": "20 h.", "NAME": "STRAUSS Paul", "PLACE": "Ronchamp (Haute-Saône)."}, "date": "2023-08-20T14:47:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2776	surmay-charles-1826-08-08	{"a2": "689", "g55": "01-532", "afd5": "978"}	{"g55": "01-532", "lerrcp": "A2-689", "muller": "M5-978"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles", "family": "Surmay", "spouse": [], "official": {"given": "Charles Benoît", "family": null}}	\N	{"lmt": null, "tzo": "+00:14:28", "date": "1826-08-08 09:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Béthancourt", "geoid": 0}, "notime": null, "date-ut": "1826-08-08 08:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Surmay"}, "birth": {"tzo": "+00:14:28", "date": "1826-08-08 09:00", "place": {"c2": "02", "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Bethancourt", "geoid": 0}, "date-ut": "1826-08-08 08:45:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-689"}, "ids-in-sources": {"a2": "689"}}, "raw": {"H": "8", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "8", "LAT": "49N34", "LON": "3E37", "MON": "8", "NUM": "689", "PRO": "S", "SEC": "32", "YEA": "1826", "CITY": "BETHANCOURT"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Surmay", "official": {"given": "Charles Benoît"}}, "birth": {"date": "1826-08-08 09:00", "place": {"name": "Béthancourt"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "978"}}, "raw": {"NR": "978", "GNR": "SA2689", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "2", "CODE": "3", "JAHR": "1826", "KORR": "", "MARS": "31", "MODE": "LMT", "MOND": "35", "NAME": "SURMAY (CHARLES BENOIT).", "AUFAB": "8.30", "PHAS_": "20.500", "SONNE": "6", "VENUS": "2", "BREITE": "49 N 34", "GEBORT": "Béthancourt (Aisne)", "LAENGE": "003 E 37", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "9", "GEBZEIT": "09.00", "JUPITER": "2", "ELECTAGE": "60,9", "ELECTDAT": "31.05.1887", "GEBDATUM": "08.08.1826", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Béthancourt"}}, "partial-ids": {"g55": "01-532"}, "ids-in-source": {"g55": "01-532"}}, "raw": {"DAY": "8-8-1826", "HOUR": "9 h.", "NAME": "SURMAY Charles", "PLACE": "Béthancourt (Aisne)."}, "date": "2023-08-20T14:47:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
1331	korb-pierre-1908-04-20	{"a1": "1332", "g55": "03-261", "3a_sports": "2288", "cfepp-final3": "505"}	{"g55": "03-261", "cfepp": "CF-505", "cpara": "CP-252", "ertel": "ES-2288", "lerrcp": "A1-1332"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Korb", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1908-04-20 07:30", "note": null, "place": {"c1": null, "c2": "68", "c3": "", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "notime": null, "date-ut": "1908-04-20 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Korb"}, "birth": {"place": {"c2": "68", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "date-ut": "1908-04-20 06:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1332"}, "ids-in-sources": {"a1": "1332"}}, "raw": {"H": "7", "MN": "30", "TZ": "-1", "COD": "68", "COU": "F", "DAY": "20", "LAT": "48N 5", "LON": "7E21", "MON": "4", "NUM": "1332", "PRO": "C", "SEC": "0", "YEA": "1908", "CITY": "MULHOUSE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1908-04-20 07:30"}, "partial-ids": {"ertel": "ES-2288"}}, "raw": {"L": "", "MF": "", "NR": "2288", "ENG": "1", "MA_": "2", "G_NR": "1332", "MA12": "1", "MARS": "1", "NAME": "Korb", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,200", "CSINR": "", "KURTZ": "", "PHAS_": "87,800", "STUND": "7,50", "CFEPNR": "505", "EXTEND": "1", "NATION": "FRA", "TAGMON": "20.04.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "252", "VORNAME": "Pierre", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "20.04.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1908-04-20 07:30", "place": {"c3": ""}, "date-ut": "1908-04-20 06:30"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "505"}}, "raw": {"S": "1", "LT": "07 30", "LV": "I23", "TR": "a", "UT": "06 30", "LAT": "+47.75", "SRC": "ALG", "LONG": "-07.34", "NAME": "KORB Pierre", "SPORT": "Soccer", "LOC_DATE": "1908 04 20", "UNIV_DATE": "1908 04 20", "BIRTH_PLACE": "MULHOUSE", "POSTAL_CODE": "68062 CEDEX"}, "date": "2023-08-20T14:46:04+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-261"}, "ids-in-source": {"g55": "03-261"}}, "raw": {"DAY": "20-4-1908", "HOUR": "7 h. 30", "NAME": "KORB Pierre", "PLACE": "Mulhouse (Haut-Rhin)."}, "date": "2023-08-20T14:48:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
2778	tanon-louis-1876-09-17	{"a2": "691", "afd5": "979"}	{"lerrcp": "A2-691", "muller": "M5-979"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Tanon", "spouse": [], "official": {"given": "Louis Jacques", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1876-09-17 12:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1876-09-17 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Tanon"}, "birth": {"tzo": "+00:09:24", "date": "1876-09-17 12:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1876-09-17 11:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-691"}, "ids-in-sources": {"a2": "691"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "17", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "691", "PRO": "S", "SEC": "40", "YEA": "1876", "CITY": "PARIS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Tanon", "official": {"given": "Louis Jacques"}}, "birth": {"date": "1876-09-17 12:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "979"}}, "raw": {"NR": "979", "GNR": "SA2691", "JU_": "2", "MA_": "2", "MO_": "2", "SA_": "1", "SO_": "2", "VE_": "1", "CODE": "4", "JAHR": "1876", "KORR": "", "MARS": "11", "MODE": "LMT", "MOND": "10", "NAME": "TANON (LOUIS JACQUES).", "AUFAB": "-3.80", "PHAS_": "1.100", "SONNE": "10", "VENUS": "13", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "29", "GEBZEIT": "12.00", "JUPITER": "2", "ELECTAGE": "58,7", "ELECTDAT": "21.05.1935", "GEBDATUM": "17.09.1876", "STBDATUM": "03.09.1969"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
19588	tapie-jean-1888-10-28	{"e1": "1971", "afd5": "980"}	{"lerrcp": "E1-1971", "muller": "M5-980"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Tapié", "spouse": [], "official": {"given": "Jean Maurice", "family": null}}	\N	{"lmt": null, "tzo": "+00:05", "date": "1888-10-28 01:40", "note": null, "place": {"c1": null, "c2": "09", "c3": "", "cy": "FR", "lg": 1.14587, "lat": 42.98491, "name": "Saint-Girons", "geoid": 2979657}, "notime": null, "date-ut": "1888-10-28 01:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Tapie"}, "birth": {"tzo": "+00:05", "date": "1888-10-28 01:40", "place": {"c2": "09", "c3": "", "cy": "FR", "lg": 1.14587, "lat": 42.98491, "name": "Saint-Girons", "geoid": 2979657}, "date-ut": "1888-10-28 01:35"}, "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1971"}}, "raw": {"H": "01:40", "COD": "09", "DAY": "28", "MON": "10", "NUM": "1971", "PRO": "PH", "YEA": "1888", "CITY": "St Girons", "NAME": "TAPIE Jean", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Tapié", "official": {"given": "Jean Maurice"}}, "birth": {"date": "1888-10-28 01:40", "place": {"name": "Saint-Girons"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "980"}}, "raw": {"NR": "980", "GNR": "ND1197", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1888", "KORR": "", "MARS": "25", "MODE": "LMT", "MOND": "4", "NAME": "TAPIÉ (JEAN MAURICE).", "AUFAB": "-9.80", "PHAS_": "50.900", "SONNE": "30", "VENUS": "28", "BREITE": "42 N 58", "GEBORT": "Saint-Girons (Ariège)", "LAENGE": "001 E 35", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "3", "GEBZEIT": "01.40", "JUPITER": "27", "ELECTAGE": "70,4", "ELECTDAT": "17.02.1959", "GEBDATUM": "28.10.1888", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21446	tavernier-louis-marie-honore-1878-02-16	{"afd5": "983"}	{"muller": "M5-983"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis Marie Honoré", "family": "Tavernier", "spouse": [], "official": {"given": "Louis Marie Honoré", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1878-02-16 06:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Lyon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Louis Marie Honoré", "family": "Tavernier", "official": {"given": "Louis Marie Honoré"}}, "birth": {"date": "1878-02-16 06:00", "place": {"c2": "69", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Lyon"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "983"}}, "raw": {"NR": "983", "GNR": "", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "2", "CODE": "1", "JAHR": "1878", "KORR": "", "MARS": "30", "MODE": "LMT", "MOND": "18", "NAME": "TAVERNIER (LOUIS MARIE HONORÉ).", "AUFAB": "5.50", "PHAS_": "96.800", "SONNE": "35", "VENUS": "36", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "34", "GEBZEIT": "06.00", "JUPITER": "1", "ELECTAGE": "67,8", "ELECTDAT": "13.11.1945", "GEBDATUM": "16.02.1878", "STBDATUM": "28.06.1951"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
19596	tayeau-francis-1913-11-24	{"e1": "1979", "afd5": "984"}	{"lerrcp": "E1-1979", "muller": "M5-984"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Francis", "family": "Tayeau", "spouse": [], "official": {"given": "Francis Emile Marie René", "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-11-24 06:30", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "notime": null, "date-ut": "1913-11-24 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Francis", "family": "Tayeau"}, "birth": {"tzo": "+00:00", "date": "1913-11-24 06:30", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "date-ut": "1913-11-24 06:30"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1979"}}, "raw": {"H": "06:30", "COD": "62", "DAY": "24", "MON": "11", "NUM": "1979", "PRO": "PH", "YEA": "1913", "CITY": "Boulogne sur Mer", "NAME": "TAYEAU Francis", "NOTE": "+"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Tayeau", "official": {"given": "Francis Emile Marie René"}}, "birth": {"date": "1913-11-24 06:30", "place": {"name": "Boulogne-sur-Mer"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "984"}}, "raw": {"NR": "984", "GNR": "ND1197", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "2", "CODE": "3", "JAHR": "1913", "KORR": "0.00", "MARS": "13", "MODE": "", "MOND": "7", "NAME": "TAYEAU (FRANCIS EMILE MARIE RENÉ).", "AUFAB": "-10.20", "PHAS_": "21.300", "SONNE": "35", "VENUS": "2", "BREITE": "50 N 18", "GEBORT": "Boulogne-sur-Mer (Pas-de-Calais)", "LAENGE": "002 E 46", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "16", "GEBZEIT": "06.30", "JUPITER": "32", "ELECTAGE": "47,4", "ELECTDAT": "11.04.1961", "GEBDATUM": "24.11.1913", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
21447	terracol-jean-yves-1889-03-05	{"afd5": "988"}	{"muller": "M5-988"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean Yves", "family": "Terracol", "spouse": [], "official": {"given": "Jean Yves", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1889-03-05 09:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 6.15, "lat": 47.61667, "name": "Pesmes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Jean Yves", "family": "Terracol", "official": {"given": "Jean Yves"}}, "birth": {"date": "1889-03-05 09:00", "place": {"c2": "71", "cy": "FR", "lg": 6.15, "lat": 47.61667, "name": "Pesmes"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "988"}}, "raw": {"NR": "988", "GNR": "", "JU_": "1", "MA_": "2", "MO_": "2", "SA_": "0", "SO_": "1", "VE_": "2", "CODE": "1", "JAHR": "1889", "KORR": "", "MARS": "3", "MODE": "LMT", "MOND": "1", "NAME": "TERRACOL (JEAN YVES).", "AUFAB": "5.30", "PHAS_": "10.400", "SONNE": "4", "VENUS": "2", "BREITE": "47 N 37", "GEBORT": "Pesmes (Haute-Saône)", "LAENGE": "006 E 09", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "25", "GEBZEIT": "09.00", "JUPITER": "13", "ELECTAGE": "58,3", "ELECTDAT": "03.06.1947", "GEBDATUM": "05.03.1889", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
1345	marcel-jean-1931-06-13	{"a1": "1346", "3a_sports": "2654", "cfepp-final3": "522"}	{"cfepp": "CF-522", "cpara": "CP-293", "ertel": "ES-2654", "lerrcp": "A1-1346"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Marcel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1931-06-13 11:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 6.06172, "lat": 43.4058, "name": "Brignoles", "geoid": 3030057}, "notime": null, "date-ut": "1931-06-13 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Marcel"}, "birth": {"tzo": "+01:00", "date": "1931-06-13 11:00", "place": {"c2": "83", "cy": "FR", "lg": 6.06172, "lat": 43.4058, "name": "Brignoles", "geoid": 3030057}, "date-ut": "1931-06-13 10:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1346"}, "ids-in-sources": {"a1": "1346"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "83", "COU": "F", "DAY": "13", "LAT": "43N32", "LON": "6E28", "MON": "6", "NUM": "1346", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "BRIGNOLES"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-06-13 11:00"}, "partial-ids": {"ertel": "ES-2654"}}, "raw": {"L": "", "MF": "", "NR": "2654", "ENG": "1", "MA_": "2", "G_NR": "1346", "MA12": "1", "MARS": "1", "NAME": "Marcel", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,800", "CSINR": "", "KURTZ": "", "PHAS_": "10,500", "STUND": "11,00", "CFEPNR": "522", "EXTEND": "1", "NATION": "FRA", "TAGMON": "13.06.", "ZITATE": "DWO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "293", "VORNAME": "Jean Jaquet", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "13.06.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1931-06-13 11:00", "place": {"c3": ""}, "date-ut": "1931-06-13 10:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "522"}}, "raw": {"S": "1", "LT": "11 00", "LV": "I44", "TR": "f", "UT": "10 00", "LAT": "+43.41", "SRC": "L", "LONG": "-06.07", "NAME": "MARCEL Jean-Jacques", "SPORT": "Soccer", "LOC_DATE": "1931 06 13", "UNIV_DATE": "1931 06 13", "BIRTH_PLACE": "BRIGNOLES", "POSTAL_CODE": "83170"}, "date": "2023-08-20T14:46:05+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
2793	teissier-joseph-1851-10-01	{"a2": "706", "g55": "01-535", "afd5": "986"}	{"g55": "01-535", "lerrcp": "A2-706", "muller": "M5-986"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Joseph", "family": "Teissier", "spouse": [], "official": {"given": "Louis Anne Marie Joseph", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1851-10-01 01:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1851-10-01 00:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Teissier"}, "birth": {"tzo": "+00:19:23", "date": "1851-10-01 01:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1851-10-01 00:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-706"}, "ids-in-sources": {"a2": "706"}}, "raw": {"H": "0", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "1", "LAT": "45N46", "LON": "4E50", "MON": "10", "NUM": "706", "PRO": "S", "SEC": "40", "YEA": "1851", "CITY": "LYON"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Teissier", "official": {"given": "Louis Anne Marie Joseph"}}, "birth": {"date": "1851-10-01 01:00", "place": {"name": "Lyon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "986"}}, "raw": {"NR": "986", "GNR": "SA2706", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1851", "KORR": "", "MARS": "3", "MODE": "LMT", "MOND": "23", "NAME": "TEISSIER (LOUIS ANNE MARIE JOSEPH).", "AUFAB": "10.10", "PHAS_": "38.800", "SONNE": "29", "VENUS": "29", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "9", "GEBZEIT": "01.00", "JUPITER": "27", "ELECTAGE": "43,4", "ELECTDAT": "05.02.1895", "GEBDATUM": "01.10.1851", "STBDATUM": "13.06.1926"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-535"}, "ids-in-source": {"g55": "01-535"}}, "raw": {"DAY": "1-10-1851", "HOUR": "1 h.", "NAME": "\\fTEISSIER Joseph", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:47:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2783	terrien-felix-1872-04-24	{"a2": "696", "g55": "01-537", "afd5": "989"}	{"g55": "01-537", "lerrcp": "A2-696", "muller": "M5-989"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Félix", "family": "Terrien", "spouse": [], "official": {"given": "Adrien Félix", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:12", "date": "1872-04-24 07:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1872-04-24 06:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Terrien"}, "birth": {"tzo": "+00:09:12", "date": "1872-04-24 07:00", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1872-04-24 06:50:48"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-696"}, "ids-in-sources": {"a2": "696"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "24", "LAT": "49N54", "LON": "2E18", "MON": "4", "NUM": "696", "PRO": "S", "SEC": "48", "YEA": "1872", "CITY": "AMIENS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Terrien", "official": {"given": "Adrien Félix"}}, "birth": {"date": "1872-04-24 07:00", "place": {"name": "Amiens"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "989"}}, "raw": {"NR": "989", "GNR": "SA2696", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "1", "CODE": "3", "JAHR": "1872", "KORR": "", "MARS": "3", "MODE": "LMT", "MOND": "20", "NAME": "TERRIEN (ADRIEN FÉLIX).", "AUFAB": "0.20", "PHAS_": "99.700", "SONNE": "3", "VENUS": "4", "BREITE": "49 N 54", "GEBORT": "Amiens (Somme)", "LAENGE": "002 E 18", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "13", "GEBZEIT": "07.00", "JUPITER": "31", "ELECTAGE": "63,2", "ELECTDAT": "09.07.1935", "GEBDATUM": "24.04.1872", "STBDATUM": "17.02.1940"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-537"}, "ids-in-source": {"g55": "01-537"}}, "raw": {"DAY": "24-4-1872", "HOUR": "7 h.", "NAME": "TERRIEN Félix", "PLACE": "Amiens (Somme)."}, "date": "2023-08-20T14:47:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21448	thevenot-jean-pierre-ferdinand-1801-12-14	{"afd5": "992"}	{"muller": "M5-992"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean Pierre Ferdinand", "family": "Thévenot", "spouse": [], "official": {"given": "Jean Pierre Ferdinand", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1801-12-14 19:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": 1.16667, "lat": 46.15, "name": "Rochefort", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Jean Pierre Ferdinand", "family": "Thévenot", "official": {"given": "Jean Pierre Ferdinand"}}, "birth": {"date": "1801-12-14 19:00", "place": {"c2": "17", "cy": "FR", "lg": 1.16667, "lat": 46.15, "name": "Rochefort"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "992"}}, "raw": {"NR": "992", "GNR": "", "JU_": "1", "MA_": "0", "MO_": "2", "SA_": "1", "SO_": "0", "VE_": "0", "CODE": "1", "JAHR": "1801", "KORR": "", "MARS": "23", "MODE": "LMT", "MOND": "9", "NAME": "THÉVENOT (JEAN PIERRE FERDINAND).", "AUFAB": "10.50", "PHAS_": "65.800", "SONNE": "22", "VENUS": "23", "BREITE": "46 N 09", "GEBORT": "Rochefort (Charente-Inférieure)", "LAENGE": "001 W 10", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "31", "GEBZEIT": "19.00", "JUPITER": "31", "ELECTAGE": "32,5", "ELECTDAT": "17.06.1834", "GEBDATUM": "14.12.1801", "STBDATUM": "13.08.1841"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
19616	thieulin-gustave-1903-07-20	{"e1": "1999", "afd5": "995"}	{"lerrcp": "E1-1999", "muller": "M5-995"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Gustave", "family": "Thieulin", "spouse": [], "official": {"given": "Gustave Léon Pierre", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1903-07-20 06:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 0.95996, "lat": 49.6223, "name": "Emanville", "geoid": 3020263}, "notime": null, "date-ut": "1903-07-20 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Thieulin"}, "birth": {"tzo": "+00:09", "date": "1903-07-20 06:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 0.95996, "lat": 49.6223, "name": "Émanville", "geoid": 3020263}, "date-ut": "1903-07-20 05:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "1999"}}, "raw": {"H": "06:00", "COD": "76", "DAY": "20", "MON": "07", "NUM": "1999", "PRO": "PH", "YEA": "1903", "CITY": "Emanville", "NAME": "THIEULIN Gustave", "NOTE": "+"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Thieulin", "official": {"given": "Gustave Léon Pierre"}}, "birth": {"date": "1903-07-20 06:00", "place": {"name": "Emanville"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "995"}}, "raw": {"NR": "995", "GNR": "ND1199", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "2", "VE_": "0", "CODE": "3", "JAHR": "1903", "KORR": "-0.16", "MARS": "28", "MODE": "", "MOND": "7", "NAME": "THIEULIN (GUSTAVE LÉON PIERRE).", "AUFAB": "-10.30", "PHAS_": "27.300", "SONNE": "2", "VENUS": "32", "BREITE": "49 N 26", "GEBORT": "Emanville (Seine-Inférieure)", "LAENGE": "001 E 05", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "19", "GEBZEIT": "06.00", "JUPITER": "13", "ELECTAGE": "61,4", "ELECTDAT": "15.12.1964", "GEBDATUM": "20.07.1903", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
2786	thierry-auguste-1839-03-09	{"a2": "699", "g55": "01-539", "afd5": "994"}	{"g55": "01-539", "lerrcp": "A2-699", "muller": "M5-994"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Auguste", "family": "Thierry", "spouse": [], "official": {"given": "Auguste Emile Lucien", "family": null}}	\N	{"lmt": null, "tzo": "+00:15:54", "date": "1839-03-09 20:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.97369, "lat": 47.85628, "name": "Tonnerre", "geoid": 2972467}, "notime": null, "date-ut": "1839-03-09 19:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Thierry"}, "birth": {"tzo": "+00:15:54", "date": "1839-03-09 20:00", "place": {"c2": "89", "cy": "FR", "lg": 3.97369, "lat": 47.85628, "name": "Tonnerre", "geoid": 2972467}, "date-ut": "1839-03-09 19:45:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-699"}, "ids-in-sources": {"a2": "699"}}, "raw": {"H": "19", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "9", "LAT": "47N48", "LON": "3E35", "MON": "3", "NUM": "699", "PRO": "S", "SEC": "40", "YEA": "1839", "CITY": "TONNERRE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Thierry", "official": {"given": "Auguste Emile Lucien"}}, "birth": {"date": "1839-03-09 20:00", "place": {"name": "Tonnerre"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "994"}}, "raw": {"NR": "994", "GNR": "SA2699", "JU_": "2", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1839", "KORR": "", "MARS": "3", "MODE": "LMT", "MOND": "28", "NAME": "THIERRY (AUGUSTE EMILE LUCIEN).", "AUFAB": "-9.90", "PHAS_": "45.800", "SONNE": "22", "VENUS": "19", "BREITE": "47 N 48", "GEBORT": "Tonnerre (Yonne)", "LAENGE": "003 E 35", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "30", "GEBZEIT": "20.00", "JUPITER": "36", "ELECTAGE": "59,4", "ELECTDAT": "19.07.1898", "GEBDATUM": "09.03.1839", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-539"}, "ids-in-source": {"g55": "01-539"}}, "raw": {"DAY": "9-3-1839", "HOUR": "20 h.", "NAME": "THIERRY Auguste", "PLACE": "Tonnerre (Yonne)."}, "date": "2023-08-20T14:47:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
19620	thomas-andre-1905-04-04	{"e1": "2003", "afd5": "997"}	{"lerrcp": "E1-2003", "muller": "M5-997"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "André", "family": "Thomas", "spouse": [], "official": {"given": "André Jean Pierre Joseph", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1905-04-04 07:00", "note": null, "place": {"c1": null, "c2": "25", "c3": "", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1905-04-04 06:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Thomas"}, "birth": {"tzo": "+00:09", "date": "1905-04-04 07:00", "place": {"c2": "25", "c3": "", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1905-04-04 06:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2003"}}, "raw": {"H": "07:00", "COD": "25", "DAY": "04", "MON": "04", "NUM": "2003", "PRO": "PH", "YEA": "1905", "CITY": "Besançon", "NAME": "THOMAS André", "NOTE": "+"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Thomas", "official": {"given": "André Jean Pierre Joseph"}}, "birth": {"date": "1905-04-04 07:00", "place": {"name": "Besançon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "997"}}, "raw": {"NR": "997", "GNR": "ND1200", "JU_": "2", "MA_": "1", "MO_": "2", "SA_": "1", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1905", "KORR": "-0.16", "MARS": "18", "MODE": "", "MOND": "3", "NAME": "THOMAS (ANDRÉ JEAN PIERRE JOSEPH).", "AUFAB": "-2.60", "PHAS_": "0.900", "SONNE": "3", "VENUS": "2", "BREITE": "47 N 15", "GEBORT": "Besançon (Doubs)", "LAENGE": "006 E 02", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "6", "GEBZEIT": "07.00", "JUPITER": "1", "ELECTAGE": "55,2", "ELECTDAT": "24.05.1960", "GEBDATUM": "04.04.1905", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
21449	thomas-de-closmadeuc-gustave-auguste-1828-11-12	{"afd5": "1000"}	{"muller": "M5-1000"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Gustave Auguste", "family": "Thomas de Closmadeuc", "spouse": [], "official": {"given": "Gustave Auguste", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1828-11-12 04:00", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": 2.73333, "lat": 47.66667, "name": "la Roche-Bernard", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Gustave Auguste", "family": "Thomas de Closmadeuc", "official": {"given": "Gustave Auguste"}}, "birth": {"date": "1828-11-12 04:00", "place": {"c2": "56", "cy": "FR", "lg": 2.73333, "lat": 47.66667, "name": "la Roche-Bernard"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "1000"}}, "raw": {"NR": "1000", "GNR": "", "JU_": "0", "MA_": "0", "MO_": "1", "SA_": "0", "SO_": "0", "VE_": "2", "CODE": "1", "JAHR": "1828", "KORR": "", "MARS": "25", "MODE": "LMT", "MOND": "28", "NAME": "THOMAS DE CLOSMADEUC (GUSTAVE AUGUSTE).", "AUFAB": "8.70", "PHAS_": "22.400", "SONNE": "33", "VENUS": "2", "BREITE": "47 N 40", "GEBORT": "la Roche-Bernard (Morbihan)", "LAENGE": "002 W 44", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "8", "GEBZEIT": "04.00", "JUPITER": "32", "ELECTAGE": "59,4", "ELECTDAT": "06.03.1888", "GEBDATUM": "12.11.1828", "STBDATUM": "07.05.1918"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2789	thomas-philippe-1843-05-04	{"a2": "702", "g55": "01-542", "afd5": "999"}	{"g55": "01-542", "lerrcp": "A2-702", "muller": "M5-999"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Philippe", "family": "Thomas", "spouse": [], "official": {"given": "Philippe Etienne", "family": null}}	\N	{"lmt": null, "tzo": "+00:18:07", "date": "1843-05-04 22:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.5275, "lat": 45.68457, "name": "Duerne", "geoid": 3020716}, "notime": null, "date-ut": "1843-05-04 21:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Thomas"}, "birth": {"tzo": "+00:18:07", "date": "1843-05-04 22:00", "place": {"c2": "69", "cy": "FR", "lg": 4.5275, "lat": 45.68457, "name": "Duerne", "geoid": 3020716}, "date-ut": "1843-05-04 21:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-702"}, "ids-in-sources": {"a2": "702"}}, "raw": {"H": "21", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "4", "LAT": "45N46", "LON": "4E50", "MON": "5", "NUM": "702", "PRO": "S", "SEC": "40", "YEA": "1843", "CITY": "DUERNE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Thomas", "official": {"given": "Philippe Etienne"}}, "birth": {"date": "1843-05-04 22:00", "place": {"name": "Duerne"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "999"}}, "raw": {"NR": "999", "GNR": "SA2702", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "0", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1843", "KORR": "", "MARS": "36", "MODE": "LMT", "MOND": "16", "NAME": "THOMAS (PHILIPPE ETIENNE).", "AUFAB": "6.90", "PHAS_": "17.300", "SONNE": "24", "VENUS": "28", "BREITE": "45 N 46", "GEBORT": "Duerne (Rhône)", "LAENGE": "004 E 50", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "33", "GEBZEIT": "22.00", "JUPITER": "31", "ELECTAGE": "61,3", "ELECTDAT": "26.07.1904", "GEBDATUM": "04.05.1843", "STBDATUM": "06.02.1910"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-542"}, "ids-in-source": {"g55": "01-542"}}, "raw": {"DAY": "4-5-1843", "HOUR": "22 h.", "NAME": "THOMAS Philippe", "PLACE": "Duerne (Rhône)."}, "date": "2023-08-20T14:47:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21450	tixier-louis-joseph-auguste-1871-07-19	{"afd5": "1004"}	{"muller": "M5-1004"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis Joseph Auguste", "family": "Tixier", "spouse": [], "official": {"given": "Louis Joseph Auguste", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1871-07-19 09:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Jailleu-Bourgoin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Louis Joseph Auguste", "family": "Tixier", "official": {"given": "Louis Joseph Auguste"}}, "birth": {"date": "1871-07-19 09:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Jailleu-Bourgoin"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "1004"}}, "raw": {"NR": "1004", "GNR": "", "JU_": "0", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "2", "CODE": "1", "JAHR": "1871", "KORR": "", "MARS": "33", "MODE": "LMT", "MOND": "4", "NAME": "TIXIER (LOUIS JOSEPH AUGUSTE).", "AUFAB": "1.60", "PHAS_": "1.700", "SONNE": "6", "VENUS": "1", "BREITE": "45 N 11", "GEBORT": "Jailleu-Bourgoin (Isère)", "LAENGE": "005 E 43", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "26", "GEBZEIT": "09.00", "JUPITER": "7", "ELECTAGE": "52,6", "ELECTDAT": "12.02.1924", "GEBDATUM": "19.07.1871", "STBDATUM": "20.05.1947"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21451	toulant-pierre-florent-marie-1883-08-17	{"afd5": "1005"}	{"muller": "M5-1005"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre Florent Marie", "family": "Toulant", "spouse": [], "official": {"given": "Pierre Florent Marie", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1883-08-17 03:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 0.33333, "lat": 46.58333, "name": "Poitiers", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Pierre Florent Marie", "family": "Toulant", "official": {"given": "Pierre Florent Marie"}}, "birth": {"date": "1883-08-17 03:00", "place": {"c2": "87", "cy": "FR", "lg": 0.33333, "lat": 46.58333, "name": "Poitiers"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "1005"}}, "raw": {"NR": "1005", "GNR": "", "JU_": "2", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "0", "CODE": "1", "JAHR": "1883", "KORR": "", "MARS": "4", "MODE": "LMT", "MOND": "17", "NAME": "TOULANT (PIERRE FLORENT MARIE).", "AUFAB": "4.90", "PHAS_": "96.800", "SONNE": "33", "VENUS": "34", "BREITE": "46 N 35", "GEBORT": "Poitiers (Vienne)", "LAENGE": "000 E 20", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "5", "GEBZEIT": "03.00", "JUPITER": "1", "ELECTAGE": "63,8", "ELECTDAT": "03.06.1947", "GEBDATUM": "17.08.1883", "STBDATUM": "22.12.1962"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21452	toulmonde-jean-nicolas-1812-03-23	{"afd5": "1006"}	{"muller": "M5-1006"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean Nicolas", "family": "Toulmonde", "spouse": [], "official": {"given": "Jean Nicolas", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1812-03-23 05:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Sedan", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Jean Nicolas", "family": "Toulmonde", "official": {"given": "Jean Nicolas"}}, "birth": {"date": "1812-03-23 05:00", "place": {"c2": "08", "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Sedan"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "1006"}}, "raw": {"NR": "1006", "GNR": "", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "1", "JAHR": "1812", "KORR": "", "MARS": "32", "MODE": "LMT", "MOND": "20", "NAME": "TOULMONDE (JEAN NICOLAS).", "AUFAB": "8.50", "PHAS_": "78.900", "SONNE": "35", "VENUS": "32", "BREITE": "49 N 46", "GEBORT": "Sedan (Ardennes)", "LAENGE": "004 E 44", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "6", "GEBZEIT": "05.00", "JUPITER": "26", "ELECTAGE": "35,9", "ELECTDAT": "25.01.1848", "GEBDATUM": "23.03.1812", "STBDATUM": "23.01.1894"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21453	tourneux-edme-joseph-frederic-1852-08-21	{"afd5": "1009"}	{"muller": "M5-1009"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Edme Joseph Frédéric", "family": "Tourneux", "spouse": [], "official": {"given": "Edme Joseph Frédéric", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1852-08-21 05:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.58333, "lat": 47.8, "name": "Courson", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Edme Joseph Frédéric", "family": "Tourneux", "official": {"given": "Edme Joseph Frédéric"}}, "birth": {"date": "1852-08-21 05:00", "place": {"c2": "89", "cy": "FR", "lg": 3.58333, "lat": 47.8, "name": "Courson"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "1009"}}, "raw": {"NR": "1009", "GNR": "", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "2", "VE_": "1", "CODE": "1", "JAHR": "1852", "KORR": "", "MARS": "31", "MODE": "LMT", "MOND": "28", "NAME": "TOURNEUX (EDME JOSEPH FRÉDÉRIC).", "AUFAB": "10.80", "PHAS_": "36.000", "SONNE": "36", "VENUS": "4", "BREITE": "47 N 48", "GEBORT": "Courson (Yonne)", "LAENGE": "003 E 35", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "9", "GEBZEIT": "05.00", "JUPITER": "28", "ELECTAGE": "51,9", "ELECTDAT": "21.06.1904", "GEBDATUM": "21.08.1852", "STBDATUM": "03.09.1922"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2801	trelat-ulysse-1828-08-13	{"a2": "714", "afd5": "1014"}	{"lerrcp": "A2-714", "muller": "M5-1014"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Ulysse", "family": "Trélat", "spouse": [], "official": {"given": "Ulysse", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1828-08-13 03:45", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1828-08-13 03:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ulysse", "family": "Trelat"}, "birth": {"tzo": "+00:09:24", "date": "1828-08-13 03:45:04", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1828-08-13 03:35:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-714"}, "ids-in-sources": {"a2": "714"}}, "raw": {"H": "3", "MN": "35", "TZ": "0", "COD": "75", "COU": "F", "DAY": "13", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "714", "PRO": "S", "SEC": "40", "YEA": "1828", "CITY": "PARIS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Trélat", "official": {"given": "Ulysse"}}, "birth": {"date": "1828-08-13 03:45", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1014"}}, "raw": {"NR": "1014", "GNR": "SA2714", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "2", "CODE": "4", "JAHR": "1828", "KORR": "", "MARS": "22", "MODE": "LMT", "MOND": "31", "NAME": "TRÉLAT (ULYSSE).", "AUFAB": "3.20", "PHAS_": "4.800", "SONNE": "34", "VENUS": "1", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "2", "GEBZEIT": "03.45", "JUPITER": "26", "ELECTAGE": "45,5", "ELECTDAT": "20.01.1874", "GEBDATUM": "13.08.1828", "STBDATUM": "28.03.1890"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2798	trastour-etienne-1828-05-15	{"a2": "711", "g55": "01-549", "afd5": "1011"}	{"g55": "01-549", "lerrcp": "A2-711", "muller": "M5-1011"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Etienne", "family": "Trastour", "spouse": [], "official": {"given": "Etienne Louis Constant", "family": null}}	\N	{"lmt": null, "tzo": "-00:05:15", "date": "1828-05-15 04:00", "note": null, "place": {"c1": null, "c2": "85", "c3": null, "cy": "FR", "lg": -1.31067, "lat": 46.97462, "name": "Montaigu", "geoid": 2993092}, "notime": null, "date-ut": "1828-05-15 04:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Trastour"}, "birth": {"tzo": "-00:05:15", "date": "1828-05-15 04:00", "place": {"c2": "85", "cy": "FR", "lg": -1.31067, "lat": 46.97462, "name": "Montaigu", "geoid": 2993092}, "date-ut": "1828-05-15 04:05:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-711"}, "ids-in-sources": {"a2": "711"}}, "raw": {"H": "4", "MN": "5", "TZ": "0", "COD": "85", "COU": "F", "DAY": "15", "LAT": "46N40", "LON": "1W25", "MON": "5", "NUM": "711", "PRO": "S", "SEC": "40", "YEA": "1828", "CITY": "MONTAIGU"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Trastour", "official": {"given": "Etienne Louis Constant"}}, "birth": {"date": "1828-05-15 04:00", "place": {"name": "Montaigu"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1011"}}, "raw": {"NR": "1011", "GNR": "SA2711", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1828", "KORR": "", "MARS": "11", "MODE": "LMT", "MOND": "33", "NAME": "TRASTOUR (ETIENNE LOUIS CONSTANT).", "AUFAB": "1.20", "PHAS_": "1.300", "SONNE": "35", "VENUS": "29", "BREITE": "46 N 40", "GEBORT": "Montaigu (Vendée)", "LAENGE": "001 W 25", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "28", "GEBZEIT": "04.00", "JUPITER": "19", "ELECTAGE": "62,8", "ELECTDAT": "24.02.1891", "GEBDATUM": "15.05.1828", "STBDATUM": "28.09.1896"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-549"}, "ids-in-source": {"g55": "01-549"}}, "raw": {"DAY": "15-5-1828", "HOUR": "4 h.", "NAME": "TRASTOUR Etienne", "PLACE": "Montaigu (Vendée)."}, "date": "2023-08-20T14:47:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21454	trillat-paul-jean-marie-1879-04-05	{"afd5": "1017"}	{"muller": "M5-1017"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul Jean Marie", "family": "Trillat", "spouse": [], "official": {"given": "Paul Jean Marie", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1879-04-05 19:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Lyon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Paul Jean Marie", "family": "Trillat", "official": {"given": "Paul Jean Marie"}}, "birth": {"date": "1879-04-05 19:00", "place": {"c2": "69", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Lyon"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "1017"}}, "raw": {"NR": "1017", "GNR": "", "JU_": "0", "MA_": "1", "MO_": "2", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "1", "JAHR": "1879", "KORR": "", "MARS": "26", "MODE": "LMT", "MOND": "3", "NAME": "TRILLAT (PAUL JEAN MARIE).", "AUFAB": "6.60", "PHAS_": "94.400", "SONNE": "19", "VENUS": "16", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "21", "GEBZEIT": "19.00", "JUPITER": "24", "ELECTAGE": "81,3", "ELECTDAT": "21.06.1960", "GEBDATUM": "05.04.1879", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21455	trolard-paulin-1842-11-27	{"afd5": "1018"}	{"muller": "M5-1018"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paulin", "family": "Trolard", "spouse": [], "official": {"given": "Paulin", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1842-11-27 09:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Sedan", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Paulin", "family": "Trolard", "official": {"given": "Paulin"}}, "birth": {"date": "1842-11-27 09:00", "place": {"c2": "08", "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Sedan"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "1018"}}, "raw": {"NR": "1018", "GNR": "", "JU_": "0", "MA_": "2", "MO_": "2", "SA_": "1", "SO_": "2", "VE_": "1", "CODE": "1", "JAHR": "1842", "KORR": "", "MARS": "11", "MODE": "LMT", "MOND": "12", "NAME": "TROLARD (PAULIN).", "AUFAB": "-11.10", "PHAS_": "31.900", "SONNE": "3", "VENUS": "35", "BREITE": "49 N 46", "GEBORT": "Sedan (Ardennes)", "LAENGE": "004 E 44", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "35", "GEBZEIT": "09.00", "JUPITER": "34", "ELECTAGE": "63,6", "ELECTDAT": "19.06.1906", "GEBDATUM": "27.11.1842", "STBDATUM": "13.04.1910"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2804	trousseau-armand-1801-10-14	{"a2": "717", "afd5": "1019"}	{"lerrcp": "A2-717", "muller": "M5-1019"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Armand", "family": "Trousseau", "spouse": [], "official": {"given": "Armand", "family": null}}	\N	{"lmt": null, "tzo": "+00:02:49", "date": "1801-10-14 17:00", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "notime": null, "date-ut": "1801-10-14 16:57:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Trousseau"}, "birth": {"tzo": "+00:02:49", "date": "1801-10-14 17:00", "place": {"c2": "37", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "date-ut": "1801-10-14 16:57:12"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-717"}, "ids-in-sources": {"a2": "717"}}, "raw": {"H": "16", "MN": "57", "TZ": "0", "COD": "37", "COU": "F", "DAY": "14", "LAT": "47N24", "LON": "0E42", "MON": "10", "NUM": "717", "PRO": "S", "SEC": "12", "YEA": "1801", "CITY": "TOURS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Trousseau", "official": {"given": "Armand"}}, "birth": {"date": "1801-10-14 17:00", "place": {"name": "Tours"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1019"}}, "raw": {"NR": "1019", "GNR": "SA2717", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1801", "KORR": "", "MARS": "18", "MODE": "LMT", "MOND": "7", "NAME": "TROUSSEAU (ARMAND).", "AUFAB": "10.90", "PHAS_": "40.200", "SONNE": "18", "VENUS": "20", "BREITE": "47 N 24", "GEBORT": "Tours (Indre-et-Loire)", "LAENGE": "000 E 42", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "21", "GEBZEIT": "17.00", "JUPITER": "21", "ELECTAGE": "54,7", "ELECTDAT": "10.06.1856", "GEBDATUM": "14.10.1801", "STBDATUM": "23.06.1867"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
19653	truhaut-rene-1909-05-23	{"e1": "2035", "afd5": "1020"}	{"lerrcp": "E1-2035", "muller": "M5-1020"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "René", "family": "Truhaut", "spouse": [], "official": {"given": "René Charles", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1909-05-23 07:00", "note": null, "place": {"c1": null, "c2": "85", "c3": "", "cy": "FR", "lg": -0.83794, "lat": 46.78242, "name": "Pouzauges", "geoid": 2985708}, "notime": null, "date-ut": "1909-05-23 06:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Truhaut"}, "birth": {"tzo": "+00:09", "date": "1909-05-23 07:00", "place": {"c2": "85", "c3": "", "cy": "FR", "lg": -0.83794, "lat": 46.78242, "name": "Pouzauges", "geoid": 2985708}, "date-ut": "1909-05-23 06:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2035"}}, "raw": {"H": "07:00", "COD": "85", "DAY": "23", "MON": "05", "NUM": "2035", "PRO": "PH", "YEA": "1909", "CITY": "Pouzauges", "NAME": "TRUHAUT René", "NOTE": "+"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Truhaut", "official": {"given": "René Charles"}}, "birth": {"date": "1909-05-23 07:00", "place": {"name": "Pouzauges"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1020"}}, "raw": {"NR": "1020", "GNR": "ND1203", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1909", "KORR": "-0.16", "MARS": "11", "MODE": "", "MOND": "35", "NAME": "TRUHAUT (RENÉ CHARLES).", "AUFAB": "6.50", "PHAS_": "13.800", "SONNE": "3", "VENUS": "3", "BREITE": "46 N 40", "GEBORT": "Pouzauges (Vendée)", "LAENGE": "001 W 25", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "6", "GEBZEIT": "07.00", "JUPITER": "28", "ELECTAGE": "61,7", "ELECTDAT": "26.01.1971", "GEBDATUM": "23.05.1909", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
19655	turchini-jean-1894-07-04	{"e1": "2037", "afd5": "1022"}	{"lerrcp": "E1-2037", "muller": "M5-1022"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Turchini", "spouse": [], "official": {"given": "Jean Edmond", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1894-07-04 11:30", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1894-07-04 11:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Turchini"}, "birth": {"tzo": "+00:09", "date": "1894-07-04 11:30", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1894-07-04 11:21"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2037"}}, "raw": {"H": "11:30", "COD": "06", "DAY": "04", "MON": "07", "NUM": "2037", "PRO": "PH", "YEA": "1894", "CITY": "Nice", "NAME": "TURCHINI Jean", "NOTE": "+"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Turchini", "official": {"given": "Jean Edmond"}}, "birth": {"date": "1894-07-04 11:30", "place": {"name": "Nice"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1022"}}, "raw": {"NR": "1022", "GNR": "ND1203", "JU_": "2", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1894", "KORR": "-0.16", "MARS": "19", "MODE": "", "MOND": "8", "NAME": "TURCHINI (JEAN EDMOND).", "AUFAB": "0.80", "PHAS_": "1.100", "SONNE": "9", "VENUS": "12", "BREITE": "43 N 42", "GEBORT": "Nice (Alpes-Maritimes)", "LAENGE": "007 E 16", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "35", "GEBZEIT": "11.30", "JUPITER": "11", "ELECTAGE": "51,7", "ELECTDAT": "05.03.1946", "GEBDATUM": "04.07.1894", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
21456	turiaf-toussaint-jude-constant-1904-11-01	{"afd5": "1023"}	{"muller": "M5-1023"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Toussaint Jude Constant", "family": "Turiaf", "spouse": [], "official": {"given": "Toussaint Jude Constant", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1904-11-01 09:00", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 14.5, "lat": 61, "name": "Fort-de-France", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Toussaint Jude Constant", "family": "Turiaf", "official": {"given": "Toussaint Jude Constant"}}, "birth": {"date": "1904-11-01 09:00", "place": {"c2": "72", "cy": "FR", "lg": 14.5, "lat": 61, "name": "Fort-de-France"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "1023"}}, "raw": {"NR": "1023", "GNR": "", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "1", "SO_": "2", "VE_": "0", "CODE": "1", "JAHR": "1904", "KORR": "5.00", "MARS": "15", "MODE": "", "MOND": "17", "NAME": "TURIAF (TOUSSAINT JUDE CONSTANT).", "AUFAB": "-11.00", "PHAS_": "49.800", "SONNE": "12", "VENUS": "7", "BREITE": "61 N 00", "GEBORT": "Fort-de-France (Martinique)", "LAENGE": "014 W 30", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "35", "GEBZEIT": "09.00", "JUPITER": "31", "ELECTAGE": "66,6", "ELECTDAT": "25.05.1971", "GEBDATUM": "01.11.1904", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
19660	urbain-achille-1884-05-09	{"e1": "2042", "afd5": "1025"}	{"lerrcp": "E1-2042", "muller": "M5-1025"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Achille", "family": "Urbain", "spouse": [], "official": {"given": "Achille Joseph", "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1884-05-09 05:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1884-05-09 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Achille", "family": "Urbain"}, "birth": {"tzo": "+00:00", "date": "1884-05-09 05:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1884-05-09 05:00"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2042"}}, "raw": {"H": "05:00", "COD": "76", "DAY": "09", "MON": "05", "NUM": "2042", "PRO": "PH", "YEA": "1884", "CITY": "Le Havre", "NAME": "URBAIN Achille", "NOTE": "+"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Urbain", "official": {"given": "Achille Joseph"}}, "birth": {"date": "1884-05-09 05:00", "place": {"name": "le Havre"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1025"}}, "raw": {"NR": "1025", "GNR": "ND1204", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "0", "CODE": "3", "JAHR": "1884", "KORR": "", "MARS": "25", "MODE": "LMT", "MOND": "19", "NAME": "URBAIN (ACHILLE JOSEPH).", "AUFAB": "3.00", "PHAS_": "98.800", "SONNE": "1", "VENUS": "32", "BREITE": "49 N 26", "GEBORT": "le Havre (Seine-Inférieure)", "LAENGE": "001 E 05", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "35", "GEBZEIT": "05.00", "JUPITER": "28", "ELECTAGE": "56,9", "ELECTDAT": "25.03.1941", "GEBDATUM": "09.05.1884", "STBDATUM": "07.12.1957"}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
21457	valat-louis-joseph-alexandre-1803-03-18	{"afd5": "1027"}	{"muller": "M5-1027"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis Joseph Alexandre", "family": "Valat", "spouse": [], "official": {"given": "Louis Joseph Alexandre", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1803-03-18 08:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.88333, "lat": 43.61667, "name": "Montpellier", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Louis Joseph Alexandre", "family": "Valat", "official": {"given": "Louis Joseph Alexandre"}}, "birth": {"date": "1803-03-18 08:00", "place": {"c2": "34", "cy": "FR", "lg": 3.88333, "lat": 43.61667, "name": "Montpellier"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "1027"}}, "raw": {"NR": "1027", "GNR": "", "JU_": "1", "MA_": "1", "MO_": "2", "SA_": "0", "SO_": "2", "VE_": "0", "CODE": "1", "JAHR": "1803", "KORR": "", "MARS": "30", "MODE": "LMT", "MOND": "10", "NAME": "VALAT (LOUIS JOSEPH ALEXANDRE).", "AUFAB": "-10.60", "PHAS_": "34.800", "SONNE": "3", "VENUS": "7", "BREITE": "43 N 37", "GEBORT": "Montpellier (Hérault)", "LAENGE": "003 E 53", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "22", "GEBZEIT": "08.00", "JUPITER": "21", "ELECTAGE": "33,8", "ELECTDAT": "31.12.1836", "GEBDATUM": "18.03.1803", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
19667	valette-guillaume-1902-02-06	{"e1": "2049", "afd5": "1028"}	{"lerrcp": "E1-2049", "muller": "M5-1028"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Guillaume", "family": "Valette", "spouse": [], "official": {"given": "Guillaume", "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1902-02-06 16:00", "note": null, "place": {"c1": null, "c2": "14", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Mézidon", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Guillaume", "family": "Valette"}, "birth": {"tzo": "", "date": "1902-02-06 16:00", "place": {"c2": "14", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Mézidon", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2049"}}, "raw": {"H": "16:00", "COD": "14", "DAY": "06", "MON": "02", "NUM": "2049", "PRO": "PH", "YEA": "1902", "CITY": "Mézidon", "NAME": "VALETTE Guillaume", "NOTE": "+"}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Valette", "official": {"given": "Guillaume"}}, "birth": {"date": "1902-02-06 16:00", "place": {"name": "Mézidon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1028"}}, "raw": {"NR": "1028", "GNR": "ND1204", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1902", "KORR": "-0.16", "MARS": "15", "MODE": "", "MOND": "19", "NAME": "VALETTE (GUILLAUME).", "AUFAB": "-5.70", "PHAS_": "7.000", "SONNE": "16", "VENUS": "14", "BREITE": "49 N 11", "GEBORT": "Mézidon (Calvados)", "LAENGE": "000 W 22", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "20", "GEBZEIT": "16.00", "JUPITER": "19", "ELECTAGE": "56,9", "ELECTDAT": "16.12.1958", "GEBDATUM": "06.02.1902", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
2811	vanlair-constant-1839-01-21	{"a2": "724", "afd5": "1032"}	{"lerrcp": "A2-724", "muller": "M5-1032"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Constant", "family": "Vanlair", "spouse": [], "official": {"given": "Constant François", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:52", "date": "1839-01-21 07:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.46569, "lat": 48.79266, "name": "Créteil", "geoid": 3022530}, "notime": null, "date-ut": "1839-01-21 06:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Constant", "family": "Vanlair"}, "birth": {"tzo": "+00:09:52", "date": "1839-01-21 07:00", "place": {"c2": "94", "cy": "FR", "lg": 2.46569, "lat": 48.79266, "name": "Créteil", "geoid": 3022530}, "date-ut": "1839-01-21 06:50:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-724"}, "ids-in-sources": {"a2": "724"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "21", "LAT": "48N47", "LON": "2E29", "MON": "1", "NUM": "724", "PRO": "S", "SEC": "4", "YEA": "1839", "CITY": "CRETEIL"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Vanlair", "official": {"given": "Constant François"}}, "birth": {"date": "1839-01-21 07:00", "place": {"name": "Créteil"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1032"}}, "raw": {"NR": "1032", "GNR": "SA2724", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "2", "VE_": "1", "CODE": "3", "JAHR": "1839", "KORR": "", "MARS": "14", "MODE": "LMT", "MOND": "31", "NAME": "VANLAIR (CONSTANT FRANÇOIS).", "AUFAB": "10.40", "PHAS_": "33.600", "SONNE": "36", "VENUS": "35", "BREITE": "48 N 47", "GEBORT": "Créteil (Seine)", "LAENGE": "002 E 29", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "7", "GEBZEIT": "07.00", "JUPITER": "12", "ELECTAGE": "49,6", "ELECTDAT": "31.07.1888", "GEBDATUM": "21.01.1839", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21458	veau-victor-emile-1871-12-08	{"afd5": "1035"}	{"muller": "M5-1035"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Victor Emile", "family": "Veau", "spouse": [], "official": {"given": "Victor Emile", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1871-12-08 01:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Auxey", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Victor Emile", "family": "Veau", "official": {"given": "Victor Emile"}}, "birth": {"date": "1871-12-08 01:00", "place": {"c2": "21", "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Auxey"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "1035"}}, "raw": {"NR": "1035", "GNR": "", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "1", "JAHR": "1871", "KORR": "", "MARS": "26", "MODE": "LMT", "MOND": "34", "NAME": "VEAU (VICTOR EMILE).", "AUFAB": "-9.80", "PHAS_": "22.800", "SONNE": "29", "VENUS": "33", "BREITE": "47 N 19", "GEBORT": "Auxey (Côte-d'Or)", "LAENGE": "005 E 02", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "27", "GEBZEIT": "01.00", "JUPITER": "7", "ELECTAGE": "68,9", "ELECTDAT": "22.10.1940", "GEBDATUM": "08.12.1871", "STBDATUM": "16.05.1949"}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2812	vanverts-julien-1870-11-10	{"a2": "725", "g55": "01-557", "afd5": "1033"}	{"g55": "01-557", "lerrcp": "A2-725", "muller": "M5-1033"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Julien", "family": "Vanverts", "spouse": [], "official": {"given": "Julien Louis", "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1870-11-10 22:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1870-11-10 21:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Julien", "family": "Vanverts"}, "birth": {"tzo": "+00:12:14", "date": "1870-11-10 22:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1870-11-10 21:47:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-725"}, "ids-in-sources": {"a2": "725"}}, "raw": {"H": "21", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "10", "LAT": "50N39", "LON": "3E 5", "MON": "11", "NUM": "725", "PRO": "S", "SEC": "40", "YEA": "1870", "CITY": "LILLE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Vanverts", "official": {"given": "Julien Louis"}}, "birth": {"date": "1870-11-10 22:00", "place": {"name": "Lille"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1033"}}, "raw": {"NR": "1033", "GNR": "SA2725", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "0", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1870", "KORR": "", "MARS": "32", "MODE": "LMT", "MOND": "5", "NAME": "VANVERTS (JULIEN LOUIS).", "AUFAB": "-2.10", "PHAS_": "97.400", "SONNE": "25", "VENUS": "26", "BREITE": "50 N 39", "GEBORT": "Lille (Nord)", "LAENGE": "003 E 05", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "23", "GEBZEIT": "22.00", "JUPITER": "5", "ELECTAGE": "48,6", "ELECTDAT": "27.05.1919", "GEBDATUM": "10.11.1870", "STBDATUM": "10.05.1954"}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-557"}, "ids-in-source": {"g55": "01-557"}}, "raw": {"DAY": "10-11-1870", "HOUR": "22 h.", "NAME": "VANVERTS Julien", "PLACE": "Lille (Nord)."}, "date": "2023-08-20T14:47:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
19688	velluz-leon-1904-07-31	{"e1": "2070", "afd5": "1037"}	{"lerrcp": "E1-2070", "muller": "M5-1037"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Léon", "family": "Velluz", "spouse": [], "official": {"given": "Léon Antoine", "family": null}}	\N	{"lmt": null, "tzo": "", "date": "1904-07-31 15:00", "note": null, "place": {"c1": null, "c2": "01", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bourg", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Velluz"}, "birth": {"tzo": "", "date": "1904-07-31 15:00", "place": {"c2": "01", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "Bourg", "geoid": 0}, "date-ut": ""}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2070"}}, "raw": {"H": "15:00", "COD": "01", "DAY": "31", "MON": "07", "NUM": "2070", "PRO": "PH", "YEA": "1904", "CITY": "Bourg", "NAME": "VELLUZ Léon", "NOTE": "+"}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Velluz", "official": {"given": "Léon Antoine"}}, "birth": {"date": "1904-07-31 15:00", "place": {"name": "Bourg"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1037"}}, "raw": {"NR": "1037", "GNR": "ND1207", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1904", "KORR": "-0.16", "MARS": "14", "MODE": "", "MOND": "28", "NAME": "VELLUZ (LÉON ANTOINE).", "AUFAB": "-5.20", "PHAS_": "88.700", "SONNE": "13", "VENUS": "13", "BREITE": "46 N 12", "GEBORT": "Bourg (Ain)", "LAENGE": "005 E 13", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "30", "GEBZEIT": "15.00", "JUPITER": "24", "ELECTAGE": "58,3", "ELECTDAT": "13.11.1962", "GEBDATUM": "31.07.1904", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
21459	veran-paul-marie-1901-06-18	{"afd5": "1039"}	{"muller": "M5-1039"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul Marie", "family": "Véran", "spouse": [], "official": {"given": "Paul Marie", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1901-06-18 06:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": 1.58333, "lat": 47.21667, "name": "Nantes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Paul Marie", "family": "Véran", "official": {"given": "Paul Marie"}}, "birth": {"date": "1901-06-18 06:00", "place": {"c2": "44", "cy": "FR", "lg": 1.58333, "lat": 47.21667, "name": "Nantes"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "1039"}}, "raw": {"NR": "1039", "GNR": "", "JU_": "1", "MA_": "1", "MO_": "2", "SA_": "1", "SO_": "2", "VE_": "2", "CODE": "1", "JAHR": "1901", "KORR": "-0.16", "MARS": "28", "MODE": "", "MOND": "36", "NAME": "VÉRAN (PAUL MARIE).", "AUFAB": "2.60", "PHAS_": "2.900", "SONNE": "2", "VENUS": "1", "BREITE": "47 N 13", "GEBORT": "Nantes (Loire-Inférieure)", "LAENGE": "001 W 35", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "19", "GEBZEIT": "06.00", "JUPITER": "19", "ELECTAGE": "46,0", "ELECTDAT": "20.05.1947", "GEBDATUM": "18.06.1901", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
19694	verge-jean-1892-11-28	{"e1": "2076", "afd5": "1040"}	{"lerrcp": "E1-2076", "muller": "M5-1040"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Verge", "spouse": [], "official": {"given": "Jean Louis Armand", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1892-11-28 17:00", "note": null, "place": {"c1": null, "c2": "02", "c3": "", "cy": "FR", "lg": 3.12885, "lat": 49.17453, "name": "la Ferté-Milon", "geoid": 3009485}, "notime": null, "date-ut": "1892-11-28 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Verge"}, "birth": {"tzo": "+00:09", "date": "1892-11-28 17:00", "place": {"c2": "02", "c3": "", "cy": "FR", "lg": 3.12885, "lat": 49.17453, "name": "La Ferté-Milon", "geoid": 3009485}, "date-ut": "1892-11-28 16:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2076"}}, "raw": {"H": "17:00", "COD": "02", "DAY": "28", "MON": "11", "NUM": "2076", "PRO": "PH", "YEA": "1892", "CITY": "La Ferté Milon", "NAME": "VERGE Jean", "NOTE": "+"}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Verge", "official": {"given": "Jean Louis Armand"}}, "birth": {"date": "1892-11-28 17:00", "place": {"name": "la Ferté-Milon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1040"}}, "raw": {"NR": "1040", "GNR": "ND1207", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1892", "KORR": "-0.16", "MARS": "7", "MODE": "", "MOND": "6", "NAME": "VERGE (JEAN LOUIS ARMAND).", "AUFAB": "10.80", "PHAS_": "56.300", "SONNE": "20", "VENUS": "22", "BREITE": "49 N 34", "GEBORT": "la Ferté-Milon (Aisne)", "LAENGE": "003 E 37", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "23", "GEBZEIT": "17.00", "JUPITER": "5", "ELECTAGE": "52,6", "ELECTDAT": "10.07.1945", "GEBDATUM": "28.11.1892", "STBDATUM": "07.07.1964"}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
21460	verhaeghe-michel-etienne-leon-1914-03-13	{"afd5": "1041"}	{"muller": "M5-1041"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Michel Etienne Léon", "family": "Verhaeghe", "spouse": [], "official": {"given": "Michel Etienne Léon", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1914-03-13 09:30", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Lille", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Michel Etienne Léon", "family": "Verhaeghe", "official": {"given": "Michel Etienne Léon"}}, "birth": {"date": "1914-03-13 09:30", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Lille"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "1041"}}, "raw": {"NR": "1041", "GNR": "", "JU_": "2", "MA_": "0", "MO_": "0", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1914", "KORR": "0.00", "MARS": "33", "MODE": "", "MOND": "23", "NAME": "VERHAEGHE (MICHEL ETIENNE LÉON).", "AUFAB": "-1.00", "PHAS_": "99.000", "SONNE": "6", "VENUS": "5", "BREITE": "50 N 39", "GEBORT": "Lille (Nord)", "LAENGE": "003 E 05", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "1", "GEBZEIT": "09.30", "JUPITER": "10", "ELECTAGE": "57,8", "ELECTDAT": "30.11.1971", "GEBDATUM": "13.03.1914", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2816	verne-jean-1890-10-04	{"a2": "729", "afd5": "1043"}	{"lerrcp": "A2-729", "muller": "M5-1043"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Verne", "spouse": [], "official": {"given": "Claude Marie Jean", "family": null}}	\N	{"lmt": null, "tzo": "+00:24:28", "date": "1890-10-04 09:30", "note": null, "place": {"c1": null, "c2": "74", "c3": null, "cy": "FR", "lg": 6.11667, "lat": 45.9, "name": "Saint-Julien", "geoid": 0}, "notime": null, "date-ut": "1890-10-04 09:05:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Verne"}, "birth": {"tzo": "+00:24:28", "date": "1890-10-04 09:30", "place": {"c2": "74", "cy": "FR", "lg": 6.11667, "lat": 45.9, "name": "Saint-Julien", "geoid": 0}, "date-ut": "1890-10-04 09:05:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-729"}, "ids-in-sources": {"a2": "729"}}, "raw": {"H": "9", "MN": "5", "TZ": "0", "COD": "74", "COU": "F", "DAY": "4", "LAT": "45N54", "LON": "6E 7", "MON": "10", "NUM": "729", "PRO": "S", "SEC": "32", "YEA": "1890", "CITY": "SAINT-JULIEN"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Verne", "official": {"given": "Claude Marie Jean"}}, "birth": {"date": "1890-10-04 09:30", "place": {"name": "Saint-Julien"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1043"}}, "raw": {"NR": "1043", "GNR": "SA2729", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1890", "KORR": "", "MARS": "32", "MODE": "LMT", "MOND": "15", "NAME": "VERNE (CLAUDE MARIE JEAN).", "AUFAB": "-9.10", "PHAS_": "67.900", "SONNE": "6", "VENUS": "35", "BREITE": "45 N 54", "GEBORT": "Saint-Julien (Haute-Savoie)", "LAENGE": "006 E 07", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "9", "GEBZEIT": "09.30", "JUPITER": "30", "ELECTAGE": "50,5", "ELECTDAT": "01.04.1941", "GEBDATUM": "04.10.1890", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
19698	vernejoul-robert-de-1890-03-19	{"e1": "2080", "afd5": "1044"}	{"lerrcp": "E1-2080", "muller": "M5-1044"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "de", "alter": [], "given": "Robert de", "family": "Vernejoul", "spouse": [], "official": {"given": "Robert", "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1890-03-19 23:00", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": 0.06384, "lat": 44.85862, "name": "Montcaret", "geoid": 2992870}, "notime": null, "date-ut": "1890-03-19 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Robert de", "family": "Vernejoul"}, "birth": {"tzo": "+00:00", "date": "1890-03-19 23:00", "place": {"c2": "24", "c3": "", "cy": "FR", "lg": 0.06384, "lat": 44.85862, "name": "Montcaret", "geoid": 2992870}, "date-ut": "1890-03-19 23:00"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2080"}}, "raw": {"H": "23:00", "COD": "24", "DAY": "19", "MON": "03", "NUM": "2080", "PRO": "PH", "YEA": "1890", "CITY": "Montcaret", "NAME": "VERNEJOUL Robert de", "NOTE": "+"}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "de", "family": "Vernejoul", "official": {"given": "Robert"}}, "birth": {"date": "1890-03-19 23:00", "place": {"name": "Montcaret"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1044"}}, "raw": {"NR": "1044", "GNR": "ND1208", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1890", "KORR": "", "MARS": "35", "MODE": "LMT", "MOND": "27", "NAME": "VERNEJOUL (ROBERT DE).", "AUFAB": "-6.30", "PHAS_": "5.000", "SONNE": "26", "VENUS": "25", "BREITE": "45 N 11", "GEBORT": "Montcaret (Dordogne)", "LAENGE": "000 E 44", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "10", "GEBZEIT": "23.00", "JUPITER": "30", "ELECTAGE": "64,8", "ELECTDAT": "21.12.1954", "GEBDATUM": "19.03.1890", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
1396	verriest-georges-1909-07-15	{"a1": "1397", "g55": "03-293", "3a_sports": "4217", "cfepp-final3": "568"}	{"g55": "03-293", "cfepp": "CF-568", "cpara": "CP-417", "ertel": "ES-4217", "lerrcp": "A1-1397"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Verriest", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1909-07-15 05:45", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1909-07-15 05:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Verriest"}, "birth": {"tzo": "+00:09:21", "date": "1909-07-15 05:45", "place": {"c2": "59", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1909-07-15 05:35:40"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1397"}, "ids-in-sources": {"a1": "1397"}}, "raw": {"H": "5", "MN": "35", "TZ": "0", "COD": "59", "COU": "F", "DAY": "15", "LAT": "50N39", "LON": "3E 5", "MON": "7", "NUM": "1397", "PRO": "C", "SEC": "40", "YEA": "1909", "CITY": "ROUBAIX"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1909-07-15 05:45"}, "partial-ids": {"ertel": "ES-4217"}}, "raw": {"L": "", "MF": "", "NR": "4217", "ENG": "1", "MA_": "2", "G_NR": "1397", "MA12": "4", "MARS": "12", "NAME": "Verriest", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,400", "CSINR": "", "KURTZ": "", "PHAS_": "6,600", "STUND": "5,75", "CFEPNR": "568", "EXTEND": "1", "NATION": "FRA", "TAGMON": "15.07.", "ZITATE": "DWO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "417", "VORNAME": "Georges", "ZITRANG": "4", "GAUQ1955": "+", "GEBDATUM": "15.07.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1909-07-15 05:45", "place": {"c3": ""}, "date-ut": "1909-07-15 05:36"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "568"}}, "raw": {"S": "4", "LT": "05 45", "LV": "I13", "TR": "f", "UT": "05 36", "LAT": "+50.70", "SRC": "ALG", "LONG": "-03.18", "NAME": "VERRIEST Georges", "SPORT": "Soccer", "LOC_DATE": "1909 07 15", "UNIV_DATE": "1909 07 15", "BIRTH_PLACE": "ROUBAIX", "POSTAL_CODE": "59066 CEDEX  1"}, "date": "2023-08-20T14:46:06+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-293"}, "ids-in-source": {"g55": "03-293"}}, "raw": {"DAY": "15-7-1909", "HOUR": "5 h. 45", "NAME": "VERRIEST Georges", "PLACE": "Roubaix (Nord)."}, "date": "2023-08-20T14:48:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
19707	vidal-joseph-1901-09-20	{"e1": "2089", "afd5": "1046"}	{"lerrcp": "E1-2089", "muller": "M5-1046"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Joseph", "family": "Vidal", "spouse": [], "official": {"given": "Joseph Ferdinand Jacques", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1901-09-20 09:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1901-09-20 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Vidal"}, "birth": {"tzo": "+00:09", "date": "1901-09-20 02:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1901-09-20 01:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2089"}}, "raw": {"H": "02:00", "COD": "34", "DAY": "20", "MON": "09", "NUM": "2089", "PRO": "PH", "YEA": "1901", "CITY": "Montpellier", "NAME": "VIDAL Joseph", "NOTE": "+"}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Vidal", "official": {"given": "Joseph Ferdinand Jacques"}}, "birth": {"date": "1901-09-20 09:00", "place": {"name": "Montpellier"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1046"}}, "raw": {"NR": "1046", "GNR": "ND1208", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "2", "CODE": "2", "JAHR": "1901", "KORR": "-0.16", "MARS": "36", "MODE": "", "MOND": "32", "NAME": "VIDAL (JOSEPH FERDINAND JACQUES).", "AUFAB": "9.10", "PHAS_": "39.900", "SONNE": "5", "VENUS": "1", "BREITE": "43 N 37", "GEBORT": "Montpellier (Hérault)", "LAENGE": "003 E 53", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ-d", "SATURN": "30", "GEBZEIT": "09.00", "JUPITER": "31", "ELECTAGE": "62,8", "ELECTDAT": "07.07.1964", "GEBDATUM": "20.09.1901", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
21461	vigier-bernard-etienne-justin-1800-08-03	{"afd5": "1048"}	{"muller": "M5-1048"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Bernard Etienne Justin", "family": "Vigier", "spouse": [], "official": {"given": "Bernard Etienne Justin", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1800-08-03 14:00", "note": null, "place": {"c1": null, "c2": "15", "c3": null, "cy": "FR", "lg": 2.43333, "lat": 44.93333, "name": "Aurillac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Bernard Etienne Justin", "family": "Vigier", "official": {"given": "Bernard Etienne Justin"}}, "birth": {"date": "1800-08-03 14:00", "place": {"c2": "15", "cy": "FR", "lg": 2.43333, "lat": 44.93333, "name": "Aurillac"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "1048"}}, "raw": {"NR": "1048", "GNR": "", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "2", "SO_": "2", "VE_": "2", "CODE": "1", "JAHR": "1800", "KORR": "", "MARS": "22", "MODE": "LMT", "MOND": "31", "NAME": "VIGIER (BERNARD ETIENNE JUSTIN).", "AUFAB": "6.50", "PHAS_": "94.600", "SONNE": "12", "VENUS": "12", "BREITE": "44 N 56", "GEBORT": "Aurillac (Cantal)", "LAENGE": "002 E 26", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "12", "GEBZEIT": "14.00", "JUPITER": "13", "ELECTAGE": "36,4", "ELECTDAT": "31.12.1836", "GEBDATUM": "03.08.1800", "STBDATUM": "20.04.1870"}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2819	vigla-eugene-1813-10-16	{"a2": "732", "afd5": "1049"}	{"lerrcp": "A2-732", "muller": "M5-1049"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Eugène", "family": "Vigla", "spouse": [], "official": {"given": "Eugène Napoléon", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1813-10-16 18:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1813-10-16 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Vigla"}, "birth": {"tzo": "+00:09:24", "date": "1813-10-16 18:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1813-10-16 17:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-732"}, "ids-in-sources": {"a2": "732"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "16", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "732", "PRO": "S", "SEC": "40", "YEA": "1813", "CITY": "PARIS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Vigla", "official": {"given": "Eugène Napoléon"}}, "birth": {"date": "1813-10-16 18:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1049"}}, "raw": {"NR": "1049", "GNR": "SA2732", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "4", "JAHR": "1813", "KORR": "", "MARS": "6", "MODE": "LMT", "MOND": "27", "NAME": "VIGLA (EUGENE NAPOLÉON).", "AUFAB": "-11.00", "PHAS_": "57.300", "SONNE": "20", "VENUS": "18", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "11", "GEBZEIT": "18.00", "JUPITER": "23", "ELECTAGE": "53,5", "ELECTDAT": "19.03.1867", "GEBDATUM": "16.10.1813", "STBDATUM": "17.08.1872"}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21462	villard-auguste-antoine-camille-1832-10-20	{"afd5": "1050"}	{"muller": "M5-1050"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Auguste Antoine Camille", "family": "Villard", "spouse": [], "official": {"given": "Auguste Antoine Camille", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1832-10-20 14:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Marseille", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Auguste Antoine Camille", "family": "Villard", "official": {"given": "Auguste Antoine Camille"}}, "birth": {"date": "1832-10-20 14:00", "place": {"c2": "13", "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Marseille"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "1050"}}, "raw": {"NR": "1050", "GNR": "", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "2", "CODE": "1", "JAHR": "1832", "KORR": "", "MARS": "27", "MODE": "LMT", "MOND": "16", "NAME": "VILLARD (AUGUSTE ANTOINE CAMILLE).", "AUFAB": "-9.30", "PHAS_": "17.100", "SONNE": "13", "VENUS": "11", "BREITE": "43 N 18", "GEBORT": "Marseille (Bouches-du-Rhône)", "LAENGE": "005 E 22", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "16", "GEBZEIT": "14.00", "JUPITER": "34", "ELECTAGE": "57,4", "ELECTDAT": "04.03.1890", "GEBDATUM": "20.10.1832", "STBDATUM": "27.10.1901"}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21463	villard-eugene-1868-12-25	{"afd5": "1051"}	{"muller": "M5-1051"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Eugène", "family": "Villard", "spouse": [], "official": {"given": "Eugène", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1868-12-25 08:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Lyon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Eugène", "family": "Villard", "official": {"given": "Eugène"}}, "birth": {"date": "1868-12-25 08:00", "place": {"c2": "69", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Lyon"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "1051"}}, "raw": {"NR": "1051", "GNR": "", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "1", "CODE": "1", "JAHR": "1868", "KORR": "", "MARS": "14", "MODE": "LMT", "MOND": "27", "NAME": "VILLARD (EUGENE).", "AUFAB": "9.00", "PHAS_": "76.400", "SONNE": "1", "VENUS": "6", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "5", "GEBZEIT": "08.00", "JUPITER": "30", "ELECTAGE": "76,9", "ELECTDAT": "13.11.1945", "GEBDATUM": "25.12.1868", "STBDATUM": "25.11.1953"}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2822	vincent-clovis-1879-09-26	{"a2": "735", "g55": "02-500", "afd5": "1054"}	{"g55": "02-500", "lerrcp": "A2-735", "muller": "M5-1054"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Clovis", "family": "Vincent", "spouse": [], "official": {"given": "Clovis Julien Désiré", "family": null}}	\N	{"lmt": null, "tzo": "+00:07:19", "date": "1879-09-26 05:45", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.82778, "lat": 47.91995, "name": "Ingré", "geoid": 3012780}, "notime": null, "date-ut": "1879-09-26 05:37:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Clovis", "family": "Vincent"}, "birth": {"tzo": "+00:07:19", "date": "1879-09-26 05:44:43", "place": {"c2": "45", "cy": "FR", "lg": 1.82778, "lat": 47.91995, "name": "Ingré", "geoid": 3012780}, "date-ut": "1879-09-26 05:37:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-735"}, "ids-in-sources": {"a2": "735"}}, "raw": {"H": "5", "MN": "37", "TZ": "0", "COD": "45", "COU": "F", "DAY": "26", "LAT": "47N54", "LON": "1E54", "MON": "9", "NUM": "735", "PRO": "S", "SEC": "24", "YEA": "1879", "CITY": "INGRE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Vincent", "official": {"given": "Clovis Julien Désiré"}}, "birth": {"date": "1879-09-26 05:45", "place": {"name": "Ingré"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1054"}}, "raw": {"NR": "1054", "GNR": "SA2735", "JU_": "0", "MA_": "2", "MO_": "0", "SA_": "0", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1879", "KORR": "", "MARS": "12", "MODE": "LMT", "MOND": "24", "NAME": "VINCENT (CLOVIS JULIEN DÉSIRÉ).", "AUFAB": "8.90", "PHAS_": "81.400", "SONNE": "36", "VENUS": "36", "BREITE": "47 N 54", "GEBORT": "Ingré (Loiret)", "LAENGE": "001 E 54", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "17", "GEBZEIT": "05.45", "JUPITER": "22", "ELECTAGE": "65,5", "ELECTDAT": "13.03.1945", "GEBDATUM": "26.09.1879", "STBDATUM": "14.11.1947"}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "02-500"}, "ids-in-source": {"g55": "02-500"}}, "raw": {"DAY": "26-9-1879", "HOUR": "5 h. 45", "NAME": "VINCENT Clovis", "PLACE": "Ingré (Loiret)."}, "date": "2023-08-20T14:48:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
21464	vintemberger-pierre-charles-1891-02-13	{"afd5": "1057"}	{"muller": "M5-1057"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre Charles", "family": "Vintemberger", "spouse": [], "official": {"given": "Pierre Charles", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1891-02-13 05:30", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "Bussang", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Pierre Charles", "family": "Vintemberger", "official": {"given": "Pierre Charles"}}, "birth": {"date": "1891-02-13 05:30", "place": {"c2": "88", "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "Bussang"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "1057"}}, "raw": {"NR": "1057", "GNR": "", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "0", "VE_": "2", "CODE": "1", "JAHR": "1891", "KORR": "", "MARS": "31", "MODE": "LMT", "MOND": "30", "NAME": "VINTEMBERGER (PIERRE CHARLES).", "AUFAB": "8.70", "PHAS_": "21.300", "SONNE": "34", "VENUS": "2", "BREITE": "48 N 10", "GEBORT": "Bussang (Vosges)", "LAENGE": "006 E 28", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "15", "GEBZEIT": "05.30", "JUPITER": "34", "ELECTAGE": "56,1", "ELECTDAT": "25.03.1947", "GEBDATUM": "13.02.1891", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21465	violle-henri-1882-09-05	{"afd5": "1058"}	{"muller": "M5-1058"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri", "family": "Violle", "spouse": [], "official": {"given": "Henri", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1882-09-05 01:00", "note": null, "place": {"c1": null, "c2": "52", "c3": null, "cy": "FR", "lg": 5.13333, "lat": 48.11667, "name": "Langres", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Henri", "family": "Violle", "official": {"given": "Henri"}}, "birth": {"date": "1882-09-05 01:00", "place": {"c2": "52", "cy": "FR", "lg": 5.13333, "lat": 48.11667, "name": "Langres"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "1058"}}, "raw": {"NR": "1058", "GNR": "", "JU_": "2", "MA_": "1", "MO_": "2", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "1", "JAHR": "1882", "KORR": "", "MARS": "26", "MODE": "LMT", "MOND": "3", "NAME": "VIOLLE (HENRI).", "AUFAB": "-10.60", "PHAS_": "45.500", "SONNE": "29", "VENUS": "25", "BREITE": "48 N 07", "GEBORT": "Langres (Haute-Marne)", "LAENGE": "005 E 08", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "5", "GEBZEIT": "01.00", "JUPITER": "3", "ELECTAGE": "64,6", "ELECTDAT": "11.03.1947", "GEBDATUM": "05.09.1882", "STBDATUM": "17.12.1953"}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21466	vles-fred-manuel-raoul-1885-01-22	{"afd5": "1059"}	{"muller": "M5-1059"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Fred Manuel Raoul", "family": "Vles", "spouse": [], "official": {"given": "Fred Manuel Raoul", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1885-01-22 02:30", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.08333, "lat": 49.43333, "name": "le Havre", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Fred Manuel Raoul", "family": "Vles", "official": {"given": "Fred Manuel Raoul"}}, "birth": {"date": "1885-01-22 02:30", "place": {"c2": "76", "cy": "FR", "lg": 1.08333, "lat": 49.43333, "name": "le Havre"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "1059"}}, "raw": {"NR": "1059", "GNR": "", "JU_": "2", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "1", "JAHR": "1885", "KORR": "", "MARS": "30", "MODE": "LMT", "MOND": "25", "NAME": "VLES (FRED MANUEL RAOUL).", "AUFAB": "8.90", "PHAS_": "28.700", "SONNE": "30", "VENUS": "32", "BREITE": "49 N 26", "GEBORT": "le Havre (Seine-Inférieure)", "LAENGE": "001 E 05", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "16", "GEBZEIT": "02.30", "JUPITER": "10", "ELECTAGE": "57,5", "ELECTDAT": "30.06.1942", "GEBDATUM": "22.01.1885", "STBDATUM": "02.07.1944"}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21467	voisin-benjamin-1802-11-06	{"afd5": "1061"}	{"muller": "M5-1061"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Benjamin", "family": "Voisin", "spouse": [], "official": {"given": "Benjamin", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1802-11-06 20:30", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.2, "lat": 48.01667, "name": "le Mans", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Benjamin", "family": "Voisin", "official": {"given": "Benjamin"}}, "birth": {"date": "1802-11-06 20:30", "place": {"c2": "72", "cy": "FR", "lg": 0.2, "lat": 48.01667, "name": "le Mans"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "1061"}}, "raw": {"NR": "1061", "GNR": "", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "1", "JAHR": "1802", "KORR": "", "MARS": "1", "MODE": "LMT", "MOND": "8", "NAME": "VOISIN (BENJAMIN).", "AUFAB": "9.80", "PHAS_": "81.600", "SONNE": "23", "VENUS": "21", "BREITE": "48 N 01", "GEBORT": "le Mans (Sarthe)", "LAENGE": "000 E 12", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUER_NUR", "SATURN": "28", "GEBZEIT": "20.30", "JUPITER": "27", "ELECTAGE": "37,7", "ELECTDAT": "23.06.1840", "GEBDATUM": "06.11.1802", "STBDATUM": "22.01.1868"}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2827	voron-joseph-1874-06-09	{"a2": "740", "afd5": "1063"}	{"lerrcp": "A2-740", "muller": "M5-1063"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Joseph", "family": "Voron", "spouse": [], "official": {"given": "Joseph Louis André", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1874-06-09 08:30", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1874-06-09 08:10:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Voron"}, "birth": {"tzo": "+00:19:23", "date": "1874-06-09 08:30", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1874-06-09 08:10:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-740"}, "ids-in-sources": {"a2": "740"}}, "raw": {"H": "8", "MN": "10", "TZ": "0", "COD": "69", "COU": "F", "DAY": "9", "LAT": "45N46", "LON": "4E50", "MON": "6", "NUM": "740", "PRO": "S", "SEC": "40", "YEA": "1874", "CITY": "LYON"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Voron", "official": {"given": "Joseph Louis André"}}, "birth": {"date": "1874-06-09 08:30", "place": {"name": "Lyon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1063"}}, "raw": {"NR": "1063", "GNR": "SA2740", "JU_": "1", "MA_": "1", "MO_": "2", "SA_": "1", "SO_": "1", "VE_": "2", "CODE": "3", "JAHR": "1874", "KORR": "", "MARS": "5", "MODE": "LMT", "MOND": "11", "NAME": "VORON (JOSEPH LOUIS ANDRÉ).", "AUFAB": "-11.20", "PHAS_": "33.800", "SONNE": "5", "VENUS": "3", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "18", "GEBZEIT": "08.30", "JUPITER": "31", "ELECTAGE": "63,5", "ELECTDAT": "16.11.1937", "GEBDATUM": "09.06.1874", "STBDATUM": "25.12.1941"}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21468	waitz-robert-1900-05-20	{"afd5": "1065"}	{"muller": "M5-1065"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Robert", "family": "Waitz", "spouse": [], "official": {"given": "Robert", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1900-05-20 11:00", "note": null, "place": {"c1": null, "c2": "18", "c3": null, "cy": "FR", "lg": 2.38333, "lat": 47.08333, "name": "Neuvy-sur-Barangeon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Robert", "family": "Waitz", "official": {"given": "Robert"}}, "birth": {"date": "1900-05-20 11:00", "place": {"c2": "18", "cy": "FR", "lg": 2.38333, "lat": 47.08333, "name": "Neuvy-sur-Barangeon"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "1065"}}, "raw": {"NR": "1065", "GNR": "", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "0", "SO_": "0", "VE_": "1", "CODE": "1", "JAHR": "1900", "KORR": "-0.16", "MARS": "11", "MODE": "", "MOND": "20", "NAME": "WAITZ (ROBERT).", "AUFAB": "-9.50", "PHAS_": "70.600", "SONNE": "8", "VENUS": "5", "BREITE": "47 N 05", "GEBORT": "Neuvy-sur-Barangeon (Cher)", "LAENGE": "002 E 23", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "23", "GEBZEIT": "11.00", "JUPITER": "26", "ELECTAGE": "67,5", "ELECTDAT": "14.11.1967", "GEBDATUM": "20.05.1900", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21469	walter-henry-1892-03-30	{"afd5": "1067"}	{"muller": "M5-1067"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henry", "family": "Walter", "spouse": [], "official": {"given": "Henry", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1892-03-30 20:15", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Dijon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Henry", "family": "Walter", "official": {"given": "Henry"}}, "birth": {"date": "1892-03-30 20:15", "place": {"c2": "21", "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Dijon"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "1067"}}, "raw": {"NR": "1067", "GNR": "", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "0", "CODE": "1", "JAHR": "1892", "KORR": "-0.16", "MARS": "30", "MODE": "", "MOND": "17", "NAME": "WALTER (HENRY).", "AUFAB": "2.80", "PHAS_": "3.200", "SONNE": "22", "VENUS": "16", "BREITE": "47 N 19", "GEBORT": "Dijon (Côte-d'Or)", "LAENGE": "005 E 02", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "5", "GEBZEIT": "20.15", "JUPITER": "23", "ELECTAGE": "69,3", "ELECTDAT": "20.06.1961", "GEBDATUM": "30.03.1892", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21470	wannebroucq-emile-1830-05-13	{"afd5": "1069"}	{"muller": "M5-1069"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Emile", "family": "Wannebroucq", "spouse": [], "official": {"given": "Emile", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1830-05-13 20:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Lille", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Emile", "family": "Wannebroucq", "official": {"given": "Emile"}}, "birth": {"date": "1830-05-13 20:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Lille"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "1069"}}, "raw": {"NR": "1069", "GNR": "", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "1", "JAHR": "1830", "KORR": "", "MARS": "30", "MODE": "LMT", "MOND": "32", "NAME": "WANNEBROUCQ (EMILE).", "AUFAB": "-8.00", "PHAS_": "77.100", "SONNE": "19", "VENUS": "26", "BREITE": "50 N 39", "GEBORT": "Lille (Nord)", "LAENGE": "003 E 05", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "12", "GEBZEIT": "20.00", "JUPITER": "32", "ELECTAGE": "57,8", "ELECTDAT": "07.02.1888", "GEBDATUM": "13.05.1830", "STBDATUM": "28.01.1897"}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21471	weber-emile-alfred-1826-04-03	{"afd5": "1070"}	{"muller": "M5-1070"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Emile Alfred", "family": "Weber", "spouse": [], "official": {"given": "Emile Alfred", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1826-04-03 17:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.9, "lat": 47.9, "name": "Orléans", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Emile Alfred", "family": "Weber", "official": {"given": "Emile Alfred"}}, "birth": {"date": "1826-04-03 17:00", "place": {"c2": "45", "cy": "FR", "lg": 1.9, "lat": 47.9, "name": "Orléans"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "1070"}}, "raw": {"NR": "1070", "GNR": "", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "0", "CODE": "1", "JAHR": "1826", "KORR": "", "MARS": "31", "MODE": "LMT", "MOND": "21", "NAME": "WEBER (EMILE ALFRED).", "AUFAB": "-8.30", "PHAS_": "17.500", "SONNE": "16", "VENUS": "16", "BREITE": "47 N 54", "GEBORT": "Orléans (Loiret)", "LAENGE": "001 E 54", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "10", "GEBZEIT": "17.00", "JUPITER": "3", "ELECTAGE": "64,9", "ELECTDAT": "03.02.1891", "GEBDATUM": "03.04.1826", "STBDATUM": "12.09.1900"}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
21472	weber-jean-amedee-1877-09-07	{"afd5": "1071"}	{"muller": "M5-1071"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean Amédée", "family": "Weber", "spouse": [], "official": {"given": "Jean Amédée", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1877-09-07 05:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 46.3, "name": "Mâcon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "Jean Amédée", "family": "Weber", "official": {"given": "Jean Amédée"}}, "birth": {"date": "1877-09-07 05:00", "place": {"c2": "71", "cy": "FR", "lg": 4.83333, "lat": 46.3, "name": "Mâcon"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "1071"}}, "raw": {"NR": "1071", "GNR": "", "JU_": "1", "MA_": "1", "MO_": "2", "SA_": "0", "SO_": "2", "VE_": "0", "CODE": "1", "JAHR": "1877", "KORR": "", "MARS": "18", "MODE": "LMT", "MOND": "36", "NAME": "WEBER (JEAN AMÉDÉE).", "AUFAB": "-3.10", "PHAS_": "0.500", "SONNE": "36", "VENUS": "32", "BREITE": "46 N 18", "GEBORT": "Mâcon (Saône-et-Loire)", "LAENGE": "004 E 50", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "17", "GEBZEIT": "05.00", "JUPITER": "26", "ELECTAGE": "69,6", "ELECTDAT": "25.03.1947", "GEBDATUM": "07.09.1877", "STBDATUM": "10.10.1966"}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
19746	wertheimer-pierre-1892-07-23	{"e1": "2128", "afd5": "1076"}	{"lerrcp": "E1-2128", "muller": "M5-1076"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre", "family": "Wertheimer", "spouse": [], "official": {"given": "Pierre Léon", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1892-07-23 15:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "3", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1892-07-23 14:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Wertheimer"}, "birth": {"tzo": "+00:09", "date": "1892-07-23 15:00", "place": {"c2": "69", "c3": "3", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1892-07-23 14:51"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2128"}}, "raw": {"H": "15:00", "COD": "69", "DAY": "23", "MON": "07", "NUM": "2128", "PRO": "PH", "YEA": "1892", "CITY": "Lyon 3ème", "NAME": "WERTHEIMER Pierre", "NOTE": "+"}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Wertheimer", "official": {"given": "Pierre Léon"}}, "birth": {"date": "1892-07-23 15:00", "place": {"name": "Lyon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1076"}}, "raw": {"NR": "1076", "GNR": "ND1212", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1892", "KORR": "-0.16", "MARS": "30", "MODE": "", "MOND": "13", "NAME": "WERTHEIMER (PIERRE LÉON).", "AUFAB": "-3.60", "PHAS_": "1.300", "SONNE": "13", "VENUS": "15", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "9", "GEBZEIT": "15.00", "JUPITER": "24", "ELECTAGE": "58,4", "ELECTDAT": "28.11.1950", "GEBDATUM": "23.07.1892", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
2832	weill-halle-benjamin-1875-03-14	{"a2": "745", "g55": "02-505", "afd5": "1073"}	{"g55": "02-505", "lerrcp": "A2-745", "muller": "M5-1073"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Benjamin", "family": "Weill-Hallé", "spouse": [], "official": {"given": "Benjamin", "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1875-03-14 12:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1875-03-14 11:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Benjamin", "family": "Weill-Halle"}, "birth": {"tzo": "+00:08:32", "date": "1875-03-14 12:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1875-03-14 11:51:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-745"}, "ids-in-sources": {"a2": "745"}}, "raw": {"H": "11", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "14", "LAT": "48N50", "LON": "2E 8", "MON": "3", "NUM": "745", "PRO": "S", "SEC": "28", "YEA": "1875", "CITY": "VERSAILLES"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Weill-Hallé", "official": {"given": "Benjamin"}}, "birth": {"date": "1875-03-14 12:00", "place": {"name": "Versailles"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1073"}}, "raw": {"NR": "1073", "GNR": "SA2745", "JU_": "0", "MA_": "1", "MO_": "2", "SA_": "1", "SO_": "2", "VE_": "0", "CODE": "3", "JAHR": "1875", "KORR": "", "MARS": "21", "MODE": "LMT", "MOND": "3", "NAME": "WEILL-HALLÉ (BENJAMIN).", "AUFAB": "11.20", "PHAS_": "44.000", "SONNE": "9", "VENUS": "15", "BREITE": "48 N 50", "GEBORT": "Versailles (Seine-et-Oise)", "LAENGE": "002 E 08", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "13", "GEBZEIT": "12.00", "JUPITER": "24", "ELECTAGE": "75,4", "ELECTDAT": "11.07.1950", "GEBDATUM": "14.03.1875", "STBDATUM": "28.03.1958"}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "02-505"}, "ids-in-source": {"g55": "02-505"}}, "raw": {"DAY": "14-3-1875", "HOUR": "12 h.", "NAME": "WEILL-HALLE", "PLACE": "Versailles (Seine-et-Oise)."}, "date": "2023-08-20T14:48:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
19753	wolff-etienne-1904-02-12	{"e1": "2135", "afd5": "1079"}	{"lerrcp": "E1-2135", "muller": "M5-1079"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Etienne", "family": "Wolff", "spouse": [], "official": {"given": "Etienne Charles", "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1904-02-12 19:30", "note": null, "place": {"c1": null, "c2": "89", "c3": "", "cy": "FR", "lg": 3.57033, "lat": 47.7996, "name": "Auxerre", "geoid": 3035843}, "notime": null, "date-ut": "1904-02-12 19:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Wolff"}, "birth": {"tzo": "+00:09", "date": "1904-02-12 19:30", "place": {"c2": "89", "c3": "", "cy": "FR", "lg": 3.57033, "lat": 47.7996, "name": "Auxerre", "geoid": 3035843}, "date-ut": "1904-02-12 19:21"}, "notes": [null], "occus": ["physician"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "2135"}}, "raw": {"H": "19:30", "COD": "89", "DAY": "12", "MON": "02", "NUM": "2135", "PRO": "PH", "YEA": "1904", "CITY": "Auxerre", "NAME": "WOLFF Etienne", "NOTE": "+"}, "date": "2023-08-20T14:44:11+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Wolff", "official": {"given": "Etienne Charles"}}, "birth": {"date": "1904-02-12 19:30", "place": {"name": "Auxerre"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1079"}}, "raw": {"NR": "1079", "GNR": "ND1213", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1904", "KORR": "-0.16", "MARS": "19", "MODE": "", "MOND": "25", "NAME": "WOLFF (ETIENNE CHARLES).", "AUFAB": "-7.90", "PHAS_": "17.200", "SONNE": "22", "VENUS": "25", "BREITE": "47 N 48", "GEBORT": "Auxerre (Yonne)", "LAENGE": "003 E 35", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "23", "GEBZEIT": "19.30", "JUPITER": "18", "ELECTAGE": "62,8", "ELECTDAT": "29.11.1966", "GEBDATUM": "12.02.1904", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[null]
21473	wolff-rene-lucien-1899-01-29	{"afd5": "1080"}	{"muller": "M5-1080"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "René Lucien", "family": "Wolff", "spouse": [], "official": {"given": "René Lucien", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1899-01-29 12:15", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "Colmar", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"nobl": "", "given": "René Lucien", "family": "Wolff", "official": {"given": "René Lucien"}}, "birth": {"date": "1899-01-29 12:15", "place": {"c2": "68", "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "Colmar"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd5": "1080"}}, "raw": {"NR": "1080", "GNR": "", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "2", "VE_": "0", "CODE": "1", "JAHR": "1899", "KORR": "-1.00", "MARS": "29", "MODE": "", "MOND": "24", "NAME": "WOLFF (RENÉ LUCIEN).", "AUFAB": "-3.10", "PHAS_": "95.600", "SONNE": "9", "VENUS": "15", "BREITE": "48 N 05", "GEBORT": "Colmar (Alsace-Lorraine) [Haut-Rhi", "LAENGE": "007 E 21", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUER_NUR", "SATURN": "16", "GEBZEIT": "12.15", "JUPITER": "20", "ELECTAGE": "70,1", "ELECTDAT": "04.02.1969", "GEBDATUM": "29.01.1899", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
2837	wurtz-adolphe-1817-11-26	{"a2": "750", "g55": "01-574", "afd5": "1081"}	{"g55": "01-574", "lerrcp": "A2-750", "muller": "M5-1081"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Adolphe", "family": "Wurtz", "spouse": [], "official": {"given": "Charles Adolphe", "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1817-11-26 03:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1817-11-26 02:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Wurtz"}, "birth": {"tzo": "+00:30:59", "date": "1817-11-26 03:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1817-11-26 02:29"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-750"}, "ids-in-sources": {"a2": "750"}}, "raw": {"H": "2", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "26", "LAT": "48N35", "LON": "7E45", "MON": "11", "NUM": "750", "PRO": "S", "SEC": "0", "YEA": "1817", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Wurtz", "official": {"given": "Charles Adolphe"}}, "birth": {"date": "1817-11-26 03:00", "place": {"name": "Strasbourg"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1081"}}, "raw": {"NR": "1081", "GNR": "SA2750", "JU_": "1", "MA_": "2", "MO_": "2", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1817", "KORR": "", "MARS": "12", "MODE": "LMT", "MOND": "11", "NAME": "WURTZ (CHARLES ADOLPHE).", "AUFAB": "-2.90", "PHAS_": "96.000", "SONNE": "31", "VENUS": "34", "BREITE": "48 N 35", "GEBORT": "Strasbourg (Bas-Rhin)", "LAENGE": "007 E 45", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "24", "GEBZEIT": "03.00", "JUPITER": "30", "ELECTAGE": "38,4", "ELECTDAT": "01.04.1856", "GEBDATUM": "26.11.1817", "STBDATUM": "12.05.1884"}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-574"}, "ids-in-source": {"g55": "01-574"}}, "raw": {"DAY": "26-11-1817", "HOUR": "3 h.", "NAME": "* WURTZ Adolphe", "PLACE": "Strasbourg (Bas-Rhin)."}, "date": "2023-08-20T14:47:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2839	zimmern-adolphe-1871-09-26	{"a2": "752", "afd5": "1083"}	{"lerrcp": "A2-752", "muller": "M5-1083"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Adolphe", "family": "Zimmern", "spouse": [], "official": {"given": "Adolphe", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1871-09-26 12:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1871-09-26 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Zimmern"}, "birth": {"tzo": "+00:09:24", "date": "1871-09-26 12:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1871-09-26 11:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-752"}, "ids-in-sources": {"a2": "752"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "26", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "752", "PRO": "S", "SEC": "40", "YEA": "1871", "CITY": "PARIS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Zimmern", "official": {"given": "Adolphe"}}, "birth": {"date": "1871-09-26 12:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1083"}}, "raw": {"NR": "1083", "GNR": "SA2752", "JU_": "0", "MA_": "2", "MO_": "1", "SA_": "0", "SO_": "2", "VE_": "2", "CODE": "4", "JAHR": "1871", "KORR": "", "MARS": "2", "MODE": "LMT", "MOND": "30", "NAME": "ZIMMERN (ADOLPHE).", "AUFAB": "7.20", "PHAS_": "91.200", "SONNE": "10", "VENUS": "10", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "34", "GEBZEIT": "12.00", "JUPITER": "15", "ELECTAGE": "59,6", "ELECTDAT": "05.05.1931", "GEBDATUM": "26.09.1871", "STBDATUM": "12.04.1935"}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}]	[]
15116	acito-alfredo-1898-05-22	{"a6": "1354", "afd1": "1"}	{"lerrcp": "A6-1354", "muller": "M1-1"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfredo", "family": "Acito", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1898-05-22 01:20", "note": "", "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.11001, "lat": 40.83196, "name": "Pozzuoli", "geoid": 3169984}, "notime": null, "date-ut": "1898-05-22 00:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist", "writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1354"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.11001, "lat": 40.83196, "name": "Pozzuoli", "geoid": 3169984}, "date-ut": "1898-05-22 00:20"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1354"}, "ids-in-sources": {"a6": "1354"}}, "raw": {"H": "1", "MN": "20", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "22", "LAT": "40N54", "LON": "14E 0", "MON": "5", "NUM": "1354", "PRO": "J", "SEC": "0", "YEA": "1898", "CITY": "POZZUOLI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Alfredo", "family": "Acito"}, "birth": {"tzo": "+01:00", "date": "1898-05-22 01:20", "note": "", "place": {"name": "Pozzuoli"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "1", "muller": "M1-1"}}, "raw": {"LG": "-14", "DAY": "22", "LAT": "40,9", "MIN": "20", "TZO": "-1", "HOUR": "01", "NAME": "1M Acito, Alfredo", "YEAR": "1898", "MONTH": "05", "PLACE": "Pozzuoli NA"}, "date": "2023-08-20T14:44:33+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14594	acquaviva-cosimo-1884-08-20	{"a6": "814", "afd1": "2"}	{"lerrcp": "A6-814", "muller": "M1-2"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cosimo", "family": "Acquaviva", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1884-08-20 13:30", "note": "", "place": {"c1": null, "c2": "TA", "c3": null, "cy": "IT", "lg": 17.22972, "lat": 40.47611, "name": "Taranto", "geoid": 3165926}, "notime": null, "date-ut": "1884-08-20 12:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Cosimo", "family": "Acquaviva"}, "birth": {"place": {"c2": "TA", "cy": "IT", "lg": 17.22972, "lat": 40.47611, "name": "Taranto", "geoid": 3165926}, "date-ut": "1884-08-20 12:40:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-814"}, "ids-in-sources": {"a6": "814"}}, "raw": {"H": "13", "MN": "40", "TZ": "-1", "COD": "TA", "COU": "I", "DAY": "20", "LAT": "40N30", "LON": "17E30", "MON": "8", "NUM": "814", "PRO": "W", "SEC": "4", "YEA": "1884", "CITY": "TARANTO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Cosimo", "family": "Acquaviva"}, "birth": {"tzo": "+00:50", "date": "1884-08-20 13:30", "note": "", "place": {"name": "Taranto"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "2", "muller": "M1-2"}}, "raw": {"LG": "-17,5", "DAY": "20", "LAT": "40,5", "MIN": "30", "TZO": "-0,83", "HOUR": "13", "NAME": "2M Acquaviva, Cosimo", "YEAR": "1884", "MONTH": "08", "PLACE": "Taranto TA"}, "date": "2023-08-20T14:44:33+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14595	adami-giuseppe-1878-02-04	{"a6": "815", "afd1": "3"}	{"lerrcp": "A6-815", "muller": "M1-3"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Adami", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1878-02-04 04:15", "note": "", "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "notime": null, "date-ut": "1878-02-04 03:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Adami"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "date-ut": "1878-02-04 03:25:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-815"}, "ids-in-sources": {"a6": "815"}}, "raw": {"H": "4", "MN": "25", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "4", "LAT": "45N24", "LON": "11E 0", "MON": "2", "NUM": "815", "PRO": "W", "SEC": "4", "YEA": "1878", "CITY": "VERONA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Giuseppe", "family": "Adami"}, "birth": {"tzo": "+00:50", "date": "1878-02-04 04:15", "note": "", "place": {"name": "Verona"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "3", "muller": "M1-3"}}, "raw": {"LG": "-12,5", "DAY": "04", "LAT": "45,5", "MIN": "15", "TZO": "-0,83", "HOUR": "04", "NAME": "3M Adami, Giuseppe", "YEAR": "1878", "MONTH": "02", "PLACE": "Verona VE"}, "date": "2023-08-20T14:44:33+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14597	alliney-giulio-1908-05-02	{"a6": "817", "afd1": "7"}	{"lerrcp": "A6-817", "muller": "M1-7"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giulio", "family": "Alliney", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1908-05-02 04:00", "note": "", "place": {"c1": null, "c2": "VA", "c3": null, "cy": "IT", "lg": 8.89593, "lat": 45.82248, "name": "Cantello", "geoid": 6535096}, "notime": null, "date-ut": "1908-05-02 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Giulio", "family": "Alliney"}, "birth": {"place": {"c2": "VA", "cy": "IT", "lg": 8.89593, "lat": 45.82248, "name": "Cantello", "geoid": 6535096}, "date-ut": "1908-05-02 03:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-817"}, "ids-in-sources": {"a6": "817"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "VA", "COU": "I", "DAY": "2", "LAT": "45N48", "LON": "9E 0", "MON": "5", "NUM": "817", "PRO": "W", "SEC": "0", "YEA": "1908", "CITY": "CANTELLO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Giulio", "family": "Alliney"}, "birth": {"tzo": "+01:00", "date": "1908-05-02 04:00", "note": "", "place": {"name": "Cantello"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "7", "muller": "M1-7"}}, "raw": {"LG": "-9", "DAY": "02", "LAT": "45,8", "MIN": "00", "TZO": "-1", "HOUR": "04", "NAME": "7M Alliney, Giulio", "YEAR": "1908", "MONTH": "05", "PLACE": "Cantello VA"}, "date": "2023-08-20T14:44:33+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21475	allodoli-ettore-1882-02-06	{"afd1": "8"}	{"muller": "M1-8"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ettore", "family": "Allodoli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1882-02-06 13:30", "note": "", "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11, "lat": 43.7, "name": "Firenze", "geoid": null}, "notime": null, "date-ut": "1882-02-06 12:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ettore", "family": "Allodoli"}, "birth": {"tzo": "+00:50", "date": "1882-02-06 13:30", "note": "", "place": {"c2": "FI", "cy": "IT", "lg": 11, "lat": 43.7, "name": "Firenze"}, "date-ut": "1882-02-06 12:40"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "8"}}, "raw": {"LG": "-11,5", "DAY": "06", "LAT": "43,7", "MIN": "30", "TZO": "-0,83", "HOUR": "13", "NAME": "8M Allodoli, Ettore", "YEAR": "1882", "MONTH": "02", "PLACE": "Firenze FI"}, "date": "2023-08-20T14:44:33+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21476	alterocca-arnaldo-1885-12-15	{"afd1": "11"}	{"muller": "M1-11"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arnaldo", "family": "Alterocca", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1885-12-15 07:00", "note": "", "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 17, "lat": 41.2, "name": "Sammichele di Bari", "geoid": null}, "notime": null, "date-ut": "1885-12-15 06:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Arnaldo", "family": "Alterocca"}, "birth": {"tzo": "+00:50", "date": "1885-12-15 07:00", "note": "", "place": {"c2": "BA", "cy": "IT", "lg": 17, "lat": 41.2, "name": "Sammichele di Bari"}, "date-ut": "1885-12-15 06:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "11"}}, "raw": {"LG": "-17", "DAY": "15", "LAT": "41,2", "MIN": "00", "TZO": "-0,83", "HOUR": "07", "NAME": "11M Alterocca, Arnaldo", "YEAR": "1885", "MONTH": "12", "PLACE": "Sammichele di Bari BA"}, "date": "2023-08-20T14:44:33+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21477	alvi-ciro-1872-04-27	{"afd1": "12"}	{"muller": "M1-12"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ciro", "family": "Alvi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1872-04-27 09:00", "note": "", "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 13, "lat": 43, "name": "Todi", "geoid": null}, "notime": null, "date-ut": "1872-04-27 08:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ciro", "family": "Alvi"}, "birth": {"tzo": "+00:50", "date": "1872-04-27 09:00", "note": "", "place": {"c2": "PG", "cy": "IT", "lg": 13, "lat": 43, "name": "Todi"}, "date-ut": "1872-04-27 08:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "12"}}, "raw": {"LG": "-13", "DAY": "27", "LAT": "43", "MIN": "00", "TZO": "-0,83", "HOUR": "09", "NAME": "12M Alvi, Ciro", "YEAR": "1872", "MONTH": "04", "PLACE": "Todi PG"}, "date": "2023-08-20T14:44:33+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21478	andalo-guelfo-1888-11-24	{"afd1": "13"}	{"muller": "M1-13"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guelfo", "family": "Andalo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1888-11-24 06:00", "note": "", "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 12, "lat": 44.4, "name": "Massa Lombarda", "geoid": null}, "notime": null, "date-ut": "1888-11-24 05:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Guelfo", "family": "Andalo"}, "birth": {"tzo": "+00:50", "date": "1888-11-24 06:00", "note": "", "place": {"c2": "RA", "cy": "IT", "lg": 12, "lat": 44.4, "name": "Massa Lombarda"}, "date-ut": "1888-11-24 05:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "13"}}, "raw": {"LG": "-12,25", "DAY": "24", "LAT": "44,4", "MIN": "00", "TZO": "-0,83", "HOUR": "06", "NAME": "13M Andalo, Guelfo", "YEAR": "1888", "MONTH": "11", "PLACE": "Massa Lombarda RA"}, "date": "2023-08-20T14:44:33+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14599	ardau-giuseppe-1889-03-10	{"a6": "819", "afd1": "21"}	{"lerrcp": "A6-819", "muller": "M1-21"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Ardau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:37", "date": "1889-03-10 01:00", "note": "", "place": {"c1": null, "c2": "CA", "c3": null, "cy": "IT", "lg": 9.13462, "lat": 39.20738, "name": "Cagliari", "geoid": 2525473}, "notime": null, "date-ut": "1889-03-10 12:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Ardau"}, "birth": {"place": {"c2": "CA", "cy": "IT", "lg": 9.13462, "lat": 39.20738, "name": "Cagliari", "geoid": 2525473}, "date-ut": "1889-03-10 12:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-819"}, "ids-in-sources": {"a6": "819"}}, "raw": {"H": "13", "MN": "10", "TZ": "-1", "COD": "CA", "COU": "I", "DAY": "10", "LAT": "39N24", "LON": "9E 0", "MON": "3", "NUM": "819", "PRO": "W", "SEC": "4", "YEA": "1889", "CITY": "CAGLIARI"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Giuseppe", "family": "Ardau"}, "birth": {"tzo": "+00:37", "date": "1889-03-10 01:00", "note": "", "place": {"name": "Cagliari"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "21", "muller": "M1-21"}}, "raw": {"LG": "-9", "DAY": "10", "LAT": "39,4", "MIN": "00", "TZO": "-0,6", "HOUR": "01", "NAME": "21M Ardau, Giuseppe", "YEAR": "1889", "MONTH": "03", "PLACE": "Cagliari CA"}, "date": "2023-08-20T14:44:33+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21481	argan-giulio-carlo-1909-05-17	{"afd1": "22"}	{"muller": "M1-22"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giulio Carlo", "family": "Argan", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1909-05-17 22:22", "note": "", "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "Torino", "geoid": null}, "notime": null, "date-ut": "1909-05-17 21:22"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giulio Carlo", "family": "Argan"}, "birth": {"tzo": "+01:00", "date": "1909-05-17 22:22", "note": "", "place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "Torino"}, "date-ut": "1909-05-17 21:22"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "22"}}, "raw": {"LG": "-8", "DAY": "17", "LAT": "45", "MIN": "22", "TZO": "-1", "HOUR": "22", "NAME": "22M Argan, Giulio Carlo", "YEAR": "1909", "MONTH": "05", "PLACE": "Torino TO"}, "date": "2023-08-20T14:44:33+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21482	arrighini-ambrogio-1887-01-17	{"afd1": "23"}	{"muller": "M1-23"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ambrogio", "family": "Arrighini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1887-01-17 16:00", "note": "", "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9, "lat": 45.5, "name": "Milano", "geoid": null}, "notime": null, "date-ut": "1887-01-17 15:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ambrogio", "family": "Arrighini"}, "birth": {"tzo": "+00:50", "date": "1887-01-17 16:00", "note": "", "place": {"c2": "MI", "cy": "IT", "lg": 9, "lat": 45.5, "name": "Milano"}, "date-ut": "1887-01-17 15:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "23"}}, "raw": {"LG": "-9,25", "DAY": "17", "LAT": "45,5", "MIN": "00", "TZO": "-0,83", "HOUR": "16", "NAME": "23M Arrighini,·Ambrogio", "YEAR": "1887", "MONTH": "01", "PLACE": "Milano MI"}, "date": "2023-08-20T14:44:33+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14600	bacchelli-riccardo-1891-04-19	{"a6": "820", "afd1": "26"}	{"lerrcp": "A6-820", "muller": "M1-26"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Riccardo", "family": "Bacchelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1891-04-19 12:00", "note": "", "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1891-04-19 11:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Riccardo", "family": "Bacchelli"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1891-04-19 11:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-820"}, "ids-in-sources": {"a6": "820"}}, "raw": {"H": "12", "MN": "10", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "19", "LAT": "44N30", "LON": "11E 0", "MON": "4", "NUM": "820", "PRO": "W", "SEC": "4", "YEA": "1891", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Riccardo", "family": "Bacchelli"}, "birth": {"tzo": "+00:50", "date": "1891-04-19 12:00", "note": "", "place": {"name": "Bologna"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "26", "muller": "M1-26"}}, "raw": {"LG": "-11", "DAY": "19", "LAT": "44,5", "MIN": "00", "TZO": "-0,83", "HOUR": "12", "NAME": "26M Bacchelli, Riccardo", "YEAR": "1891", "MONTH": "04", "PLACE": "Bologna BO"}, "date": "2023-08-20T14:44:33+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
9894	bacci-baccio-maria-1888-01-08	{"a4": "1142", "afd1": "27"}	{"lerrcp": "A4-1142", "muller": "M1-27"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Baccio Maria", "family": "Bacci", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1888-01-08 08:00", "note": "", "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1888-01-08 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter", "writer"]	5	null	[{"new": {"name": {"given": "Maria", "family": "Bacci-Baccio"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1888-01-08 07:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1142"}, "ids-in-sources": {"a4": "1142"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "8", "LAT": "43N42", "LON": "11E30", "MON": "1", "NUM": "1142", "PRO": "P", "SEC": "4", "YEA": "1888", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Baccio Maria", "family": "Bacci"}, "birth": {"tzo": "+00:50", "date": "1888-01-08 08:00", "note": "", "place": {"name": "Firenze"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "27", "muller": "M1-27"}}, "raw": {"LG": "-11,5", "DAY": "08", "LAT": "43,7", "MIN": "00", "TZO": "-0,83", "HOUR": "08", "NAME": "27M Bacci, Baccio Maria", "YEAR": "1888", "MONTH": "01", "PLACE": "Firenze FI"}, "date": "2023-08-20T14:44:33+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14603	barbarani-berto-1872-12-03	{"a6": "823", "afd1": "32"}	{"lerrcp": "A6-823", "muller": "M1-32"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Berto", "family": "Barbarani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1872-12-03 02:30", "note": "", "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "notime": null, "date-ut": "1872-12-03 01:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Berto", "family": "Barbarani"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "date-ut": "1872-12-03 01:40:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-823"}, "ids-in-sources": {"a6": "823"}}, "raw": {"H": "2", "MN": "40", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "3", "LAT": "45N24", "LON": "11E 0", "MON": "12", "NUM": "823", "PRO": "W", "SEC": "4", "YEA": "1872", "CITY": "VERONA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Berto", "family": "Barbarani"}, "birth": {"tzo": "+00:50", "date": "1872-12-03 02:30", "note": "", "place": {"name": "Verona"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "32", "muller": "M1-32"}}, "raw": {"LG": "-12,5", "DAY": "03", "LAT": "45,5", "MIN": "30", "TZO": "-0,83", "HOUR": "02", "NAME": "32M Barbarani, Berto", "YEAR": "1872", "MONTH": "12", "PLACE": "Verona VE"}, "date": "2023-08-20T14:44:33+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21483	barisoni-eugenic-1886-07-08	{"afd1": "35"}	{"muller": "M1-35"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugenic", "family": "Barisoni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1886-07-08 04:30", "note": "", "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 9, "lat": 45.5, "name": "Novara", "geoid": null}, "notime": null, "date-ut": "1886-07-08 03:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Eugenic", "family": "Barisoni"}, "birth": {"tzo": "+00:50", "date": "1886-07-08 04:30", "note": "", "place": {"c2": "NO", "cy": "IT", "lg": 9, "lat": 45.5, "name": "Novara"}, "date-ut": "1886-07-08 03:40"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "35"}}, "raw": {"LG": "-9", "DAY": "08", "LAT": "45,5", "MIN": "30", "TZO": "-0,83", "HOUR": "04", "NAME": "35M Barisoni, Eugenic", "YEAR": "1886", "MONTH": "07", "PLACE": "Novara NO"}, "date": "2023-08-20T14:44:33+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21484	bartolini-luigi-1892-02-08	{"afd1": "36"}	{"muller": "M1-36"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Bartolini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1892-02-08 08:00", "note": "", "place": {"c1": null, "c2": "AN", "c3": null, "cy": "IT", "lg": 13, "lat": 43.7, "name": "Cupramontana", "geoid": null}, "notime": null, "date-ut": "1892-02-08 07:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luigi", "family": "Bartolini"}, "birth": {"tzo": "+00:50", "date": "1892-02-08 08:00", "note": "", "place": {"c2": "AN", "cy": "IT", "lg": 13, "lat": 43.7, "name": "Cupramontana"}, "date-ut": "1892-02-08 07:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "36"}}, "raw": {"LG": "-13,75", "DAY": "08", "LAT": "43,7", "MIN": "00", "TZO": "-0,83", "HOUR": "08", "NAME": "36M Bartolini, Luigi", "YEAR": "1892", "MONTH": "02", "PLACE": "Cupramontana AN"}, "date": "2023-08-20T14:44:33+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21485	battaglia-carlo-1889-02-17	{"afd1": "37"}	{"muller": "M1-37"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Battaglia", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:54", "date": "1889-02-17 08:20", "note": "", "place": {"c1": null, "c2": "PA", "c3": null, "cy": "IT", "lg": 13, "lat": 38, "name": "Termini Imerese", "geoid": null}, "notime": null, "date-ut": "1889-02-17 07:26"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Carlo", "family": "Battaglia"}, "birth": {"tzo": "+00:54", "date": "1889-02-17 08:20", "note": "", "place": {"c2": "PA", "cy": "IT", "lg": 13, "lat": 38, "name": "Termini Imerese"}, "date-ut": "1889-02-17 07:26"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "37"}}, "raw": {"LG": "-13,5", "DAY": "17", "LAT": "38", "MIN": "20", "TZO": "-0,88", "HOUR": "08", "NAME": "37M Battaglia, Carlo", "YEAR": "1889", "MONTH": "02", "PLACE": "Termini Imerese PA"}, "date": "2023-08-20T14:44:33+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21486	bellomo-probe-1904-02-03	{"afd1": "38"}	{"muller": "M1-38"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Probe", "family": "Bellomo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1904-02-03 01:00", "note": "", "place": {"c1": null, "c2": "SV", "c3": null, "cy": "IT", "lg": 8, "lat": 44.3, "name": "Savona", "geoid": null}, "notime": null, "date-ut": "1904-02-03 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Probe", "family": "Bellomo"}, "birth": {"tzo": "+01:00", "date": "1904-02-03 01:00", "note": "", "place": {"c2": "SV", "cy": "IT", "lg": 8, "lat": 44.3, "name": "Savona"}, "date-ut": "1904-02-03 00:00"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "38"}}, "raw": {"LG": "-8,75", "DAY": "03", "LAT": "44,3", "MIN": "00", "TZO": "-1", "HOUR": "01", "NAME": "38M Bellomo, Probe", "YEAR": "1904", "MONTH": "02", "PLACE": "Savona SV"}, "date": "2023-08-20T14:44:33+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14606	benelli-sem-1877-08-12	{"a6": "826", "afd1": "40"}	{"lerrcp": "A6-826", "muller": "M1-40"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sem", "family": "Benelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1877-08-12 07:30", "note": "", "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.5, "lat": 43.7, "name": "Prate", "geoid": 0}, "notime": null, "date-ut": "1877-08-12 06:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Sem", "family": "Benelli"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.5, "lat": 43.7, "name": "PRATO IN TOSCAN", "geoid": 0}, "date-ut": "1877-08-12 06:40:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-826"}, "ids-in-sources": {"a6": "826"}}, "raw": {"H": "7", "MN": "40", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "12", "LAT": "43N42", "LON": "11E30", "MON": "8", "NUM": "826", "PRO": "W", "SEC": "4", "YEA": "1877", "CITY": "PRATO IN TOSCAN"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Sem", "family": "Benelli"}, "birth": {"tzo": "+00:50", "date": "1877-08-12 07:30", "note": "", "place": {"name": "Prate"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "40", "muller": "M1-40"}}, "raw": {"LG": "-11,5", "DAY": "12", "LAT": "43,7", "MIN": "30", "TZO": "-0,83", "HOUR": "07", "NAME": "40M Benelli, Sem", "YEAR": "1877", "MONTH": "08", "PLACE": "Prate FI"}, "date": "2023-08-20T14:44:33+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21488	berlutti-giorgio-1889-04-22	{"afd1": "43"}	{"muller": "M1-43"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giorgio", "family": "Berlutti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1889-04-22 23:55", "note": "", "place": {"c1": null, "c2": "VT", "c3": null, "cy": "IT", "lg": 12, "lat": 42.4, "name": "Tuscania", "geoid": null}, "notime": null, "date-ut": "1889-04-22 23:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giorgio", "family": "Berlutti"}, "birth": {"tzo": "+00:50", "date": "1889-04-22 23:55", "note": "", "place": {"c2": "VT", "cy": "IT", "lg": 12, "lat": 42.4, "name": "Tuscania"}, "date-ut": "1889-04-22 23:05"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "43"}}, "raw": {"LG": "-12", "DAY": "22", "LAT": "42,4", "MIN": "55", "TZO": "-0,83", "HOUR": "23", "NAME": "43M Berlutti, Giorgio", "YEAR": "1889", "MONTH": "04", "PLACE": "Tuscania VT"}, "date": "2023-08-20T14:44:33+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21489	bernardi-carlo-1859-11-20	{"afd1": "45"}	{"muller": "M1-45"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Bernardi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:36", "date": "1859-11-20 03:00", "note": "LMT", "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 9, "lat": 45, "name": "Tortona", "geoid": null}, "notime": null, "date-ut": "1859-11-20 02:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Carlo", "family": "Bernardi"}, "birth": {"tzo": "+00:36", "date": "1859-11-20 03:00", "note": "LMT", "place": {"c2": "AL", "cy": "IT", "lg": 9, "lat": 45, "name": "Tortona"}, "date-ut": "1859-11-20 02:24"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "45"}}, "raw": {"LG": "-9", "DAY": "20", "LAT": "45", "MIN": "00", "TZO": "LMT", "HOUR": "03", "NAME": "45M Bernardi, Carlo", "YEAR": "1859", "MONTH": "11", "PLACE": "Tortona AL"}, "date": "2023-08-20T14:44:33+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21490	bernardi-marziano-1897-05-03	{"afd1": "46"}	{"muller": "M1-46"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marziano", "family": "Bernardi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1897-05-03 14:30", "note": "", "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "Torino", "geoid": null}, "notime": null, "date-ut": "1897-05-03 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Marziano", "family": "Bernardi"}, "birth": {"tzo": "+01:00", "date": "1897-05-03 14:30", "note": "", "place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "Torino"}, "date-ut": "1897-05-03 13:30"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "46"}}, "raw": {"LG": "-8", "DAY": "03", "LAT": "45", "MIN": "30", "TZO": "-1", "HOUR": "14", "NAME": "46M Bernardi, Marziano", "YEAR": "1897", "MONTH": "05", "PLACE": "Torino TO"}, "date": "2023-08-20T14:44:33+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21491	bernini-ferruccio-1876-08-02	{"afd1": "47"}	{"muller": "M1-47"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferruccio", "family": "Bernini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1876-08-02 01:15", "note": "", "place": {"c1": null, "c2": "RE", "c3": null, "cy": "IT", "lg": 10, "lat": 44.6, "name": "Rio Saliceto", "geoid": null}, "notime": null, "date-ut": "1876-08-02 00:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ferruccio", "family": "Bernini"}, "birth": {"tzo": "+00:50", "date": "1876-08-02 01:15", "note": "", "place": {"c2": "RE", "cy": "IT", "lg": 10, "lat": 44.6, "name": "Rio Saliceto"}, "date-ut": "1876-08-02 00:25"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "47"}}, "raw": {"LG": "-10,75", "DAY": "02", "LAT": "44,6", "MIN": "15", "TZO": "-0,83", "HOUR": "01", "NAME": "47M Bernini, Ferruccio", "YEAR": "1876", "MONTH": "08", "PLACE": "Rio Saliceto RE"}, "date": "2023-08-20T14:44:33+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21492	berti-luigi-1904-11-17	{"afd1": "49"}	{"muller": "M1-49"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Berti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1904-11-17 06:05", "note": "", "place": {"c1": null, "c2": "LI", "c3": null, "cy": "IT", "lg": 9, "lat": 43.6, "name": "Rio Marina", "geoid": null}, "notime": null, "date-ut": "1904-11-17 05:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luigi", "family": "Berti"}, "birth": {"tzo": "+01:00", "date": "1904-11-17 06:05", "note": "", "place": {"c2": "LI", "cy": "IT", "lg": 9, "lat": 43.6, "name": "Rio Marina"}, "date-ut": "1904-11-17 05:05"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "49"}}, "raw": {"LG": "-9,5", "DAY": "17", "LAT": "43,6", "MIN": "05", "TZO": "-1", "HOUR": "06", "NAME": "49M Berti, Luigi", "YEAR": "1904", "MONTH": "11", "PLACE": "Rio Marina LI"}, "date": "2023-08-20T14:44:33+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14608	betocchi-carlo-1899-01-23	{"a6": "828", "afd1": "51"}	{"lerrcp": "A6-828", "muller": "M1-51"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Betocchi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1899-01-23 08:05", "note": "", "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "Torino", "geoid": 0}, "notime": null, "date-ut": "1899-01-23 07:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Betocchi"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1899-01-23 07:05"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-828"}, "ids-in-sources": {"a6": "828"}}, "raw": {"H": "8", "MN": "5", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "23", "LAT": "45N 0", "LON": "8E 0", "MON": "1", "NUM": "828", "PRO": "W", "SEC": "0", "YEA": "1899", "CITY": "TORINO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Carlo", "family": "Betocchi"}, "birth": {"tzo": "+01:00", "date": "1899-01-23 08:05", "note": "", "place": {"name": "Torino"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "51", "muller": "M1-51"}}, "raw": {"LG": "-8", "DAY": "23", "LAT": "45", "MIN": "05", "TZO": "-1", "HOUR": "08", "NAME": "51M Betocchi, Carlo", "YEAR": "1899", "MONTH": "01", "PLACE": "Torino TO"}, "date": "2023-08-20T14:44:33+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14609	betti-ugo-1892-02-04	{"a6": "829", "afd1": "52"}	{"lerrcp": "A6-829", "muller": "M1-52"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ugo", "family": "Betti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1892-02-04 04:02", "note": "", "place": {"c1": null, "c2": "MC", "c3": null, "cy": "IT", "lg": 13.06917, "lat": 43.13985, "name": "Camerino", "geoid": 3181094}, "notime": null, "date-ut": "1892-02-04 03:12:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Ugo", "family": "Betti"}, "birth": {"place": {"c2": "MC", "cy": "IT", "lg": 13.06917, "lat": 43.13985, "name": "Camerino", "geoid": 3181094}, "date-ut": "1892-02-04 03:12:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-829"}, "ids-in-sources": {"a6": "829"}}, "raw": {"H": "4", "MN": "12", "TZ": "-1", "COD": "MC", "COU": "I", "DAY": "4", "LAT": "43N24", "LON": "13E15", "MON": "2", "NUM": "829", "PRO": "W", "SEC": "4", "YEA": "1892", "CITY": "CAMERINO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Ugo", "family": "Betti"}, "birth": {"tzo": "+00:50", "date": "1892-02-04 04:02", "note": "", "place": {"name": "Camerino"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "52", "muller": "M1-52"}}, "raw": {"LG": "-13,25", "DAY": "04", "LAT": "43,4", "MIN": "02", "TZO": "-0,83", "HOUR": "04", "NAME": "52M Betti, Ugo", "YEAR": "1892", "MONTH": "02", "PLACE": "Camerino MC"}, "date": "2023-08-20T14:44:33+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21493	bignami-luigi-1873-01-26	{"afd1": "55"}	{"muller": "M1-55"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Bignami", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1873-01-26 10:30", "note": "", "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "Torino", "geoid": null}, "notime": null, "date-ut": "1873-01-26 09:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luigi", "family": "Bignami"}, "birth": {"tzo": "+00:50", "date": "1873-01-26 10:30", "note": "", "place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "Torino"}, "date-ut": "1873-01-26 09:40"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "55"}}, "raw": {"LG": "-8", "DAY": "26", "LAT": "45", "MIN": "30", "TZO": "-0,83", "HOUR": "10", "NAME": "55M Bignami, Luigi", "YEAR": "1873", "MONTH": "01", "PLACE": "Torino TO"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21494	bigongiari-piero-1914-10-15	{"afd1": "56"}	{"muller": "M1-56"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Piero", "family": "Bigongiari", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1914-10-15 00:15", "note": "", "place": {"c1": null, "c2": "PI", "c3": null, "cy": "IT", "lg": 10, "lat": 43.7, "name": "Navacchio", "geoid": null}, "notime": null, "date-ut": "1914-10-14 23:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Piero", "family": "Bigongiari"}, "birth": {"tzo": "+01:00", "date": "1914-10-15 00:15", "note": "", "place": {"c2": "PI", "cy": "IT", "lg": 10, "lat": 43.7, "name": "Navacchio"}, "date-ut": "1914-10-14 23:15"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "56"}}, "raw": {"LG": "-10,5", "DAY": "15", "LAT": "43,7", "MIN": "15", "TZO": "-1", "HOUR": "00", "NAME": "56M Bigongiari, Piero", "YEAR": "1914", "MONTH": "10", "PLACE": "Navacchio PI"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21495	bilenchi-romano-1909-12-09	{"afd1": "57"}	{"muller": "M1-57"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Romano", "family": "Bilenchi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1909-12-09 04:30", "note": "", "place": {"c1": null, "c2": "SI", "c3": null, "cy": "IT", "lg": 11, "lat": 43.3, "name": "Colla Val d'Elsa", "geoid": null}, "notime": null, "date-ut": "1909-12-09 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Romano", "family": "Bilenchi"}, "birth": {"tzo": "+01:00", "date": "1909-12-09 04:30", "note": "", "place": {"c2": "SI", "cy": "IT", "lg": 11, "lat": 43.3, "name": "Colla Val d'Elsa"}, "date-ut": "1909-12-09 03:30"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "57"}}, "raw": {"LG": "-11,75", "DAY": "09", "LAT": "43,3", "MIN": "30", "TZO": "-1", "HOUR": "04", "NAME": "57M Bilenchi, Romano", "YEAR": "1909", "MONTH": "12", "PLACE": "Colla Val d'Elsa SI"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21496	biordi-raffaele-1896-10-15	{"afd1": "58"}	{"muller": "M1-58"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raffaele", "family": "Biordi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1896-10-15 05:00", "note": "", "place": {"c1": null, "c2": "AQ", "c3": null, "cy": "IT", "lg": 13, "lat": 42.4, "name": "Paganica", "geoid": null}, "notime": null, "date-ut": "1896-10-15 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Raffaele", "family": "Biordi"}, "birth": {"tzo": "+01:00", "date": "1896-10-15 05:00", "note": "", "place": {"c2": "AQ", "cy": "IT", "lg": 13, "lat": 42.4, "name": "Paganica"}, "date-ut": "1896-10-15 04:00"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "58"}}, "raw": {"LG": "-13,5", "DAY": "15", "LAT": "42,4", "MIN": "00", "TZO": "-1", "HOUR": "05", "NAME": "58M Biordi, Raffaele", "YEAR": "1896", "MONTH": "10", "PLACE": "Paganica AQ"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21497	bistolfi-gian-1886-08-16	{"afd1": "59"}	{"muller": "M1-59"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gian", "family": "Bistolfi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1886-08-16 15:30", "note": "", "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "Torino", "geoid": null}, "notime": null, "date-ut": "1886-08-16 14:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gian", "family": "Bistolfi"}, "birth": {"tzo": "+00:50", "date": "1886-08-16 15:30", "note": "", "place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "Torino"}, "date-ut": "1886-08-16 14:40"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "59"}}, "raw": {"LG": "-8", "DAY": "16", "LAT": "45", "MIN": "30", "TZO": "-0,83", "HOUR": "15", "NAME": "59M Bistolfi, Gian", "YEAR": "1886", "MONTH": "08", "PLACE": "Torino TO"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14614	bonelli-luigi-1892-07-18	{"a6": "834", "afd1": "63"}	{"lerrcp": "A6-834", "muller": "M1-63"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Bonelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1892-07-18 01:00", "note": "", "place": {"c1": null, "c2": "SI", "c3": null, "cy": "IT", "lg": 11.33283, "lat": 43.32004, "name": "Siena", "geoid": 3166548}, "notime": null, "date-ut": "1892-07-18 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Bonelli"}, "birth": {"place": {"c2": "SI", "cy": "IT", "lg": 11.33283, "lat": 43.32004, "name": "Siena", "geoid": 3166548}, "date-ut": "1892-07-18 00:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-834"}, "ids-in-sources": {"a6": "834"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "SI", "COU": "I", "DAY": "18", "LAT": "43N18", "LON": "11E45", "MON": "7", "NUM": "834", "PRO": "W", "SEC": "4", "YEA": "1892", "CITY": "SIENA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Luigi", "family": "Bonelli"}, "birth": {"tzo": "+00:50", "date": "1892-07-18 01:00", "note": "", "place": {"name": "Siena"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "63", "muller": "M1-63"}}, "raw": {"LG": "-11,75", "DAY": "18", "LAT": "43,3", "MIN": "00", "TZO": "-0,83", "HOUR": "01", "NAME": "63M Bonelli, Luigi", "YEAR": "1892", "MONTH": "07", "PLACE": "Siena SI"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14616	bonsanti-alessandro-1904-11-25	{"a6": "836", "afd1": "65"}	{"lerrcp": "A6-836", "muller": "M1-65"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alessandro", "family": "Bonsanti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1904-11-25 03:30", "note": "", "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1904-11-25 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Alessandro", "family": "Bonsanti"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1904-11-25 02:30"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-836"}, "ids-in-sources": {"a6": "836"}}, "raw": {"H": "3", "MN": "30", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "25", "LAT": "43N42", "LON": "11E30", "MON": "11", "NUM": "836", "PRO": "W", "SEC": "0", "YEA": "1904", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Alessandro", "family": "Bonsanti"}, "birth": {"tzo": "+01:00", "date": "1904-11-25 03:30", "note": "", "place": {"name": "Firenze"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "65", "muller": "M1-65"}}, "raw": {"LG": "-11,5", "DAY": "25", "LAT": "43,7", "MIN": "30", "TZO": "-1", "HOUR": "03", "NAME": "65M Bonsanti, Alessandro", "YEAR": "1904", "MONTH": "11", "PLACE": "Firenze FI"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14617	bontempelli-massimo-1878-05-12	{"a6": "837", "afd1": "66"}	{"lerrcp": "A6-837", "muller": "M1-66"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Massimo", "family": "Bontempelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1878-05-12 12:00", "note": "", "place": {"c1": null, "c2": "CO", "c3": null, "cy": "IT", "lg": 9.08744, "lat": 45.80998, "name": "Como", "geoid": 3178229}, "notime": null, "date-ut": "1878-05-11 23:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Massimo", "family": "Bontempelli"}, "birth": {"place": {"c2": "CO", "cy": "IT", "lg": 9.08744, "lat": 45.80998, "name": "Como", "geoid": 3178229}, "date-ut": "1878-05-11 23:40:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-837"}, "ids-in-sources": {"a6": "837"}}, "raw": {"H": "0", "MN": "40", "TZ": "-1", "COD": "CO", "COU": "I", "DAY": "12", "LAT": "45N48", "LON": "9E15", "MON": "5", "NUM": "837", "PRO": "W", "SEC": "4", "YEA": "1878", "CITY": "COMO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Massimo", "family": "Bontempelli"}, "birth": {"tzo": "+00:50", "date": "1878-05-12 12:00", "note": "", "place": {"name": "Como"}}, "notes": ["CHECK: birth day - A6-837 1878-05-11 / M1writers 66 1878-05-12"], "occus": ["writer"], "to-check": true, "ids-in-sources": {"afd1": "66", "muller": "M1-66"}}, "raw": {"LG": "-9,25", "DAY": "12", "LAT": "45,8", "MIN": "00", "TZO": "-0,83", "HOUR": "12", "NAME": "66M Bontempelli, Massimo", "YEAR": "1878", "MONTH": "05", "PLACE": "Como CO"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	["CHECK: birth day - A6-837 1878-05-11 / M1writers 66 1878-05-12"]
21498	borgese-giuseppe-antonio-1882-11-12	{"afd1": "67"}	{"muller": "M1-67"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe Antonio", "family": "Borgese", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:54", "date": "1882-11-12 02:30", "note": "", "place": {"c1": null, "c2": "PA", "c3": null, "cy": "IT", "lg": 13, "lat": 38, "name": "Polizzi Generosa", "geoid": null}, "notime": null, "date-ut": "1882-11-12 01:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giuseppe Antonio", "family": "Borgese"}, "birth": {"tzo": "+00:54", "date": "1882-11-12 02:30", "note": "", "place": {"c2": "PA", "cy": "IT", "lg": 13, "lat": 38, "name": "Polizzi Generosa"}, "date-ut": "1882-11-12 01:36"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "67"}}, "raw": {"LG": "-13,5", "DAY": "12", "LAT": "38", "MIN": "30", "TZO": "-0,88", "HOUR": "02", "NAME": "67M Borgese, Giuseppe Antonio", "YEAR": "1882", "MONTH": "11", "PLACE": "Polizzi Generosa PA"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21499	boselli-carlo-1876-07-23	{"afd1": "69"}	{"muller": "M1-69"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Boselli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1876-07-23 09:30", "note": "", "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9, "lat": 45.5, "name": "Milano", "geoid": null}, "notime": null, "date-ut": "1876-07-23 08:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Carlo", "family": "Boselli"}, "birth": {"tzo": "+00:50", "date": "1876-07-23 09:30", "note": "", "place": {"c2": "MI", "cy": "IT", "lg": 9, "lat": 45.5, "name": "Milano"}, "date-ut": "1876-07-23 08:40"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "69"}}, "raw": {"LG": "-9,25", "DAY": "23", "LAT": "45,5", "MIN": "30", "TZO": "-0,83", "HOUR": "09", "NAME": "69M Boselli, Carlo", "YEAR": "1876", "MONTH": "07", "PLACE": "Milano MI"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21500	bravetta-vittorio-emanuele-1889-12-01	{"afd1": "72"}	{"muller": "M1-72"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vittorio Emanuele", "family": "Bravetta", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1889-12-01 01:00", "note": "", "place": {"c1": null, "c2": "LI", "c3": null, "cy": "IT", "lg": 9, "lat": 43.6, "name": "Livorno", "geoid": null}, "notime": null, "date-ut": "1889-12-01 00:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Vittorio Emanuele", "family": "Bravetta"}, "birth": {"tzo": "+00:50", "date": "1889-12-01 01:00", "note": "", "place": {"c2": "LI", "cy": "IT", "lg": 9, "lat": 43.6, "name": "Livorno"}, "date-ut": "1889-12-01 00:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "72"}}, "raw": {"LG": "-9,5", "DAY": "01", "LAT": "43,6", "MIN": "00", "TZO": "-0,83", "HOUR": "01", "NAME": "72M Bravetta, Vittorio Emanuele", "YEAR": "1889", "MONTH": "12", "PLACE": "Livorno LI"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21501	brocchi-virgilio-1876-01-19	{"afd1": "73"}	{"muller": "M1-73"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Virgilio", "family": "Brocchi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1876-01-19 02:00", "note": "", "place": {"c1": null, "c2": "RI", "c3": null, "cy": "IT", "lg": 13, "lat": 42.4, "name": "Orvinio", "geoid": null}, "notime": null, "date-ut": "1876-01-19 01:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Virgilio", "family": "Brocchi"}, "birth": {"tzo": "+00:50", "date": "1876-01-19 02:00", "note": "", "place": {"c2": "RI", "cy": "IT", "lg": 13, "lat": 42.4, "name": "Orvinio"}, "date-ut": "1876-01-19 01:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "73"}}, "raw": {"LG": "-13,25", "DAY": "19", "LAT": "42,4", "MIN": "00", "TZO": "-0,83", "HOUR": "02", "NAME": "73M Brocchi, Virgilio", "YEAR": "1876", "MONTH": "01", "PLACE": "Orvinio RI"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21502	brunati-giuseppe-1881-01-18	{"afd1": "74"}	{"muller": "M1-74"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Brunati", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1881-01-18 02:00", "note": "", "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9, "lat": 45.5, "name": "Milano", "geoid": null}, "notime": null, "date-ut": "1881-01-18 01:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giuseppe", "family": "Brunati"}, "birth": {"tzo": "+00:50", "date": "1881-01-18 02:00", "note": "", "place": {"c2": "MI", "cy": "IT", "lg": 9, "lat": 45.5, "name": "Milano"}, "date-ut": "1881-01-18 01:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "74"}}, "raw": {"LG": "-9,25", "DAY": "18", "LAT": "45,5", "MIN": "00", "TZO": "-0,83", "HOUR": "02", "NAME": "74M Brunati, Giuseppe", "YEAR": "1881", "MONTH": "01", "PLACE": "Milano MI"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14619	brunelli-bruno-1885-12-07	{"a6": "839", "afd1": "75"}	{"lerrcp": "A6-839", "muller": "M1-75"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Brunelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1885-12-07 06:00", "note": "", "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "notime": null, "date-ut": "1885-12-07 05:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Bruno", "family": "Brunelli"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "date-ut": "1885-12-07 05:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-839"}, "ids-in-sources": {"a6": "839"}}, "raw": {"H": "6", "MN": "10", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "7", "LAT": "45N24", "LON": "12E15", "MON": "12", "NUM": "839", "PRO": "W", "SEC": "4", "YEA": "1885", "CITY": "PADOVA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Bruno", "family": "Brunelli"}, "birth": {"tzo": "+00:50", "date": "1885-12-07 06:00", "note": "", "place": {"name": "Padova"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "75", "muller": "M1-75"}}, "raw": {"LG": "-12,25", "DAY": "07", "LAT": "45,4", "MIN": "00", "TZO": "-0,83", "HOUR": "06", "NAME": "75M Brunelli, Bruno", "YEAR": "1885", "MONTH": "12", "PLACE": "Padova PD"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21503	caballo-michele-1910-01-28	{"afd1": "79"}	{"muller": "M1-79"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michele", "family": "Caballo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1910-01-28 21:00", "note": "", "place": {"c1": null, "c2": "CN", "c3": null, "cy": "IT", "lg": 7, "lat": 44.4, "name": "Limone Piemonte", "geoid": null}, "notime": null, "date-ut": "1910-01-28 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Michele", "family": "Caballo"}, "birth": {"tzo": "+01:00", "date": "1910-01-28 21:00", "note": "", "place": {"c2": "CN", "cy": "IT", "lg": 7, "lat": 44.4, "name": "Limone Piemonte"}, "date-ut": "1910-01-28 20:00"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "79"}}, "raw": {"LG": "-7,25", "DAY": "28", "LAT": "44,4", "MIN": "00", "TZO": "-1", "HOUR": "21", "NAME": "79M Caballo, Michele", "YEAR": "1910", "MONTH": "01", "PLACE": "Limone Piemonte CN"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21504	caddeo-rinaldo-1881-12-19	{"afd1": "80"}	{"muller": "M1-80"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rinaldo", "family": "Caddeo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:37", "date": "1881-12-19 23:00", "note": "", "place": {"c1": null, "c2": "CA", "c3": null, "cy": "IT", "lg": 9, "lat": 39.4, "name": "San Gavino Monreale", "geoid": null}, "notime": null, "date-ut": "1881-12-19 22:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Rinaldo", "family": "Caddeo"}, "birth": {"tzo": "+00:37", "date": "1881-12-19 23:00", "note": "", "place": {"c2": "CA", "cy": "IT", "lg": 9, "lat": 39.4, "name": "San Gavino Monreale"}, "date-ut": "1881-12-19 22:23"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "80"}}, "raw": {"LG": "-9", "DAY": "19", "LAT": "39,4", "MIN": "00", "TZO": "-0,6", "HOUR": "23", "NAME": "80M Caddeo, Rinaldo", "YEAR": "1881", "MONTH": "12", "PLACE": "San Gavino Monreale CA"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14622	caja-alessandro-1871-01-19	{"a6": "842", "afd1": "81"}	{"lerrcp": "A6-842", "muller": "M1-81"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alessandro", "family": "Caja", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:54", "date": "1871-01-19 22:00", "note": "", "place": {"c1": null, "c2": "SR", "c3": null, "cy": "IT", "lg": 15.1395, "lat": 36.91134, "name": "Avola", "geoid": 2525643}, "notime": null, "date-ut": "1871-01-19 21:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Alessandro", "family": "Caja"}, "birth": {"place": {"c2": "SR", "cy": "IT", "lg": 15.1395, "lat": 36.91134, "name": "Avola", "geoid": 2525643}, "date-ut": "1871-01-19 21:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-842"}, "ids-in-sources": {"a6": "842"}}, "raw": {"H": "22", "MN": "10", "TZ": "-1", "COD": "SR", "COU": "I", "DAY": "19", "LAT": "37N 0", "LON": "15E30", "MON": "1", "NUM": "842", "PRO": "W", "SEC": "4", "YEA": "1871", "CITY": "AVOLA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Alessandro", "family": "Caja"}, "birth": {"tzo": "+00:54", "date": "1871-01-19 22:00", "note": "", "place": {"name": "Avola"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "81", "muller": "M1-81"}}, "raw": {"LG": "-15,5", "DAY": "19", "LAT": "37", "MIN": "00", "TZO": "-0,88", "HOUR": "22", "NAME": "81M Caja, Alessandro", "YEAR": "1871", "MONTH": "01", "PLACE": "Avola SR"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14623	calitri-antonio-1875-06-07	{"a6": "843", "afd1": "82"}	{"lerrcp": "A6-843", "muller": "M1-82"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Calitri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1875-06-07 00:46", "note": "", "place": {"c1": null, "c2": "FG", "c3": null, "cy": "IT", "lg": 15.27465, "lat": 41.22202, "name": "Panni", "geoid": 3171517}, "notime": null, "date-ut": "1875-06-07 11:55:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Calitri"}, "birth": {"place": {"c2": "FG", "cy": "IT", "lg": 15.27465, "lat": 41.22202, "name": "Panni", "geoid": 3171517}, "date-ut": "1875-06-07 11:55:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-843"}, "ids-in-sources": {"a6": "843"}}, "raw": {"H": "12", "MN": "55", "TZ": "-1", "COD": "FG", "COU": "I", "DAY": "7", "LAT": "41N36", "LON": "15E30", "MON": "6", "NUM": "843", "PRO": "W", "SEC": "4", "YEA": "1875", "CITY": "PANNI"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Antonio", "family": "Calitri"}, "birth": {"tzo": "+00:50", "date": "1875-06-07 00:46", "note": "", "place": {"name": "Panni"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "82", "muller": "M1-82"}}, "raw": {"LG": "-15,5", "DAY": "07", "LAT": "41,6", "MIN": "46", "TZO": "-0,83", "HOUR": "00", "NAME": "82M Calitri, Antonio", "YEAR": "1875", "MONTH": "06", "PLACE": "Panni FG"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21505	calzini-raffaele-1885-12-29	{"afd1": "83"}	{"muller": "M1-83"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raffaele", "family": "Calzini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1885-12-29 08:45", "note": "", "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9, "lat": 45.5, "name": "Milano", "geoid": null}, "notime": null, "date-ut": "1885-12-29 07:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Raffaele", "family": "Calzini"}, "birth": {"tzo": "+00:50", "date": "1885-12-29 08:45", "note": "", "place": {"c2": "MI", "cy": "IT", "lg": 9, "lat": 45.5, "name": "Milano"}, "date-ut": "1885-12-29 07:55"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "83"}}, "raw": {"LG": "-9,25", "DAY": "29", "LAT": "45,5", "MIN": "45", "TZO": "-0,83", "HOUR": "08", "NAME": "83M Calzini, Raffaele", "YEAR": "1885", "MONTH": "12", "PLACE": "Milano MI"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21506	cammelli-giuseppe-1890-03-15	{"afd1": "84"}	{"muller": "M1-84"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Cammelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1890-03-15 06:15", "note": "", "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11, "lat": 43.7, "name": "Firenze", "geoid": null}, "notime": null, "date-ut": "1890-03-15 05:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giuseppe", "family": "Cammelli"}, "birth": {"tzo": "+00:50", "date": "1890-03-15 06:15", "note": "", "place": {"c2": "FI", "cy": "IT", "lg": 11, "lat": 43.7, "name": "Firenze"}, "date-ut": "1890-03-15 05:25"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "84"}}, "raw": {"LG": "-11,5", "DAY": "15", "LAT": "43,7", "MIN": "15", "TZO": "-0,83", "HOUR": "06", "NAME": "84M Cammelli, Giuseppe", "YEAR": "1890", "MONTH": "03", "PLACE": "Firenze FI"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21507	caniglia-giuseppe-1881-12-22	{"afd1": "88"}	{"muller": "M1-88"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Caniglia", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1881-12-22 16:00", "note": "", "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 17, "lat": 41.2, "name": "Bari", "geoid": null}, "notime": null, "date-ut": "1881-12-22 15:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giuseppe", "family": "Caniglia"}, "birth": {"tzo": "+00:50", "date": "1881-12-22 16:00", "note": "", "place": {"c2": "BA", "cy": "IT", "lg": 17, "lat": 41.2, "name": "Bari"}, "date-ut": "1881-12-22 15:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "88"}}, "raw": {"LG": "-17", "DAY": "22", "LAT": "41,2", "MIN": "00", "TZO": "-0,83", "HOUR": "16", "NAME": "88M Caniglia, Giuseppe", "YEAR": "1881", "MONTH": "12", "PLACE": "Bari BA"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21509	capasso-aldo-1909-08-13	{"afd1": "91"}	{"muller": "M1-91"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Capasso", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1909-08-13 00:30", "note": "", "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12, "lat": 45.5, "name": "Venezia", "geoid": null}, "notime": null, "date-ut": "1909-08-12 23:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Aldo", "family": "Capasso"}, "birth": {"tzo": "+01:00", "date": "1909-08-13 00:30", "note": "", "place": {"c2": "VE", "cy": "IT", "lg": 12, "lat": 45.5, "name": "Venezia"}, "date-ut": "1909-08-12 23:30"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "91"}}, "raw": {"LG": "-12,5", "DAY": "13", "LAT": "45,5", "MIN": "30", "TZO": "-1", "HOUR": "00", "NAME": "91M Capasso, Aldo", "YEAR": "1909", "MONTH": "08", "PLACE": "Venezia VE"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14624	capitini-aldo-1899-12-23	{"a6": "844", "afd1": "92"}	{"lerrcp": "A6-844", "muller": "M1-92"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Capitini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1899-12-23 23:00", "note": "", "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 12.38878, "lat": 43.1122, "name": "Perugia", "geoid": 3171180}, "notime": null, "date-ut": "1899-12-23 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Aldo", "family": "Capitini"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 12.38878, "lat": 43.1122, "name": "Perugia", "geoid": 3171180}, "date-ut": "1899-12-23 22:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-844"}, "ids-in-sources": {"a6": "844"}}, "raw": {"H": "23", "MN": "0", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "23", "LAT": "43N 0", "LON": "13E 0", "MON": "12", "NUM": "844", "PRO": "W", "SEC": "0", "YEA": "1899", "CITY": "PERUGIA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Aldo", "family": "Capitini"}, "birth": {"tzo": "+01:00", "date": "1899-12-23 23:00", "note": "", "place": {"name": "Perugia"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "92", "muller": "M1-92"}}, "raw": {"LG": "-13", "DAY": "23", "LAT": "43", "MIN": "00", "TZO": "-1", "HOUR": "23", "NAME": "92M Capitini, Aldo", "YEAR": "1899", "MONTH": "12", "PLACE": "Perugia PG"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14625	capruzzi-vincenzo-1895-07-30	{"a6": "845", "afd1": "94"}	{"lerrcp": "A6-845", "muller": "M1-94"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincenzo", "family": "Capruzzi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1895-07-30 06:00", "note": "", "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 16.85118, "lat": 41.11773, "name": "Bari", "geoid": 3182351}, "notime": null, "date-ut": "1895-07-30 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Vincenzo", "family": "Capruzzi"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 16.85118, "lat": 41.11773, "name": "Bari", "geoid": 3182351}, "date-ut": "1895-07-30 05:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-845"}, "ids-in-sources": {"a6": "845"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "30", "LAT": "41N12", "LON": "17E 0", "MON": "7", "NUM": "845", "PRO": "W", "SEC": "0", "YEA": "1895", "CITY": "BARI"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Vincenzo", "family": "Capruzzi"}, "birth": {"tzo": "+01:00", "date": "1895-07-30 06:00", "note": "", "place": {"name": "Bari"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "94", "muller": "M1-94"}}, "raw": {"LG": "-17", "DAY": "30", "LAT": "41,2", "MIN": "00", "TZO": "-1", "HOUR": "06", "NAME": "94M Capruzzi, Vincenzo", "YEAR": "1895", "MONTH": "07", "PLACE": "Bari BA"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21510	cardarelli-vincenzo-1887-05-01	{"afd1": "95"}	{"muller": "M1-95"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincenzo", "family": "Cardarelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1887-05-01 11:00", "note": "", "place": {"c1": null, "c2": "VT", "c3": null, "cy": "IT", "lg": 12, "lat": 42.4, "name": "Tarquinia", "geoid": null}, "notime": null, "date-ut": "1887-05-01 10:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Vincenzo", "family": "Cardarelli"}, "birth": {"tzo": "+00:50", "date": "1887-05-01 11:00", "note": "", "place": {"c2": "VT", "cy": "IT", "lg": 12, "lat": 42.4, "name": "Tarquinia"}, "date-ut": "1887-05-01 10:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "95"}}, "raw": {"LG": "-12", "DAY": "01", "LAT": "42,4", "MIN": "00", "TZO": "-0,83", "HOUR": "11", "NAME": "95M Cardarelli, Vincenzo", "YEAR": "1887", "MONTH": "05", "PLACE": "Tarquinia VT"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21511	carocci-alberta-1904-11-03	{"afd1": "99"}	{"muller": "M1-99"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberta", "family": "Carocci", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1904-11-03 00:30", "note": "", "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11, "lat": 43.7, "name": "Firenze", "geoid": null}, "notime": null, "date-ut": "1904-11-02 23:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alberta", "family": "Carocci"}, "birth": {"tzo": "+01:00", "date": "1904-11-03 00:30", "note": "", "place": {"c2": "FI", "cy": "IT", "lg": 11, "lat": 43.7, "name": "Firenze"}, "date-ut": "1904-11-02 23:30"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "99"}}, "raw": {"LG": "-11,5", "DAY": "03", "LAT": "43,7", "MIN": "30", "TZO": "-1", "HOUR": "00", "NAME": "99M Carocci, Alberta", "YEAR": "1904", "MONTH": "11", "PLACE": "Firenze FI"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14628	cartella-gelardi-giuseppe-1885-09-01	{"a6": "848", "afd1": "100"}	{"lerrcp": "A6-848", "muller": "M1-100"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gelardi Giuseppe", "family": "Cartella", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:54", "date": "1885-09-01 03:00", "note": "", "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "notime": null, "date-ut": "1885-09-01 02:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Cartella"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "date-ut": "1885-09-01 02:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-848"}, "ids-in-sources": {"a6": "848"}}, "raw": {"H": "3", "MN": "10", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "1", "LAT": "38N 0", "LON": "15E30", "MON": "9", "NUM": "848", "PRO": "W", "SEC": "4", "YEA": "1885", "CITY": "MESSINA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Gelardi Giuseppe", "family": "Cartella"}, "birth": {"tzo": "+00:54", "date": "1885-09-01 03:00", "note": "", "place": {"name": "Messina"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "100", "muller": "M1-100"}}, "raw": {"LG": "-15,5", "DAY": "01", "LAT": "38", "MIN": "00", "TZO": "-0,88", "HOUR": "03", "NAME": "100M Cartella, Gelardi Giuseppe", "YEAR": "1885", "MONTH": "09", "PLACE": "Messina ME"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14629	casella-alberta-1891-11-01	{"a6": "849", "afd1": "101"}	{"lerrcp": "A6-849", "muller": "M1-101"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberta", "family": "Casella", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1891-11-01 09:00", "note": "", "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.5, "lat": 43.7, "name": "Prate", "geoid": 0}, "notime": null, "date-ut": "1891-11-01 08:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Alberto", "family": "Casella"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.5, "lat": 43.7, "name": "PRATO", "geoid": 0}, "date-ut": "1891-11-01 08:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-849"}, "ids-in-sources": {"a6": "849"}}, "raw": {"H": "9", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "1", "LAT": "43N42", "LON": "11E30", "MON": "11", "NUM": "849", "PRO": "W", "SEC": "4", "YEA": "1891", "CITY": "PRATO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Alberta", "family": "Casella"}, "birth": {"tzo": "+00:50", "date": "1891-11-01 09:00", "note": "", "place": {"name": "Prate"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "101", "muller": "M1-101"}}, "raw": {"LG": "-11,5", "DAY": "01", "LAT": "43,7", "MIN": "00", "TZO": "-0,83", "HOUR": "09", "NAME": "101M Casella, Alberta", "YEAR": "1891", "MONTH": "11", "PLACE": "Prate FI"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14631	cavaliers-alberta-1897-10-19	{"a6": "851", "afd1": "105"}	{"lerrcp": "A6-851", "muller": "M1-105"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberta", "family": "Cavaliers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1897-10-19 05:30", "note": "", "place": {"c1": null, "c2": "RC", "c3": null, "cy": "IT", "lg": 16.0798, "lat": 38.35517, "name": "Cittanova", "geoid": 2524976}, "notime": null, "date-ut": "1897-10-19 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Alberto", "family": "Cavaliere"}, "birth": {"place": {"c2": "RC", "cy": "IT", "lg": 16.0798, "lat": 38.35517, "name": "Cittanova", "geoid": 2524976}, "date-ut": "1897-10-19 04:30"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-851"}, "ids-in-sources": {"a6": "851"}}, "raw": {"H": "5", "MN": "30", "TZ": "-1", "COD": "RC", "COU": "I", "DAY": "19", "LAT": "38N 6", "LON": "15E30", "MON": "10", "NUM": "851", "PRO": "W", "SEC": "0", "YEA": "1897", "CITY": "CITTANOVA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Alberta", "family": "Cavaliers"}, "birth": {"tzo": "+01:00", "date": "1897-10-19 05:30", "note": "", "place": {"name": "Cittanova"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "105", "muller": "M1-105"}}, "raw": {"LG": "-15,5", "DAY": "19", "LAT": "38,1", "MIN": "30", "TZO": "-1", "HOUR": "05", "NAME": "105M Cavaliers, Alberta", "YEAR": "1897", "MONTH": "10", "PLACE": "Cittanova RC"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21512	cazzamini-mussi-francesco-1888-04-18	{"afd1": "106"}	{"muller": "M1-106"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Cazzamini-Mussi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1888-04-18 15:00", "note": "", "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9, "lat": 45.5, "name": "Milano", "geoid": null}, "notime": null, "date-ut": "1888-04-18 14:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Francesco", "family": "Cazzamini-Mussi"}, "birth": {"tzo": "+00:50", "date": "1888-04-18 15:00", "note": "", "place": {"c2": "MI", "cy": "IT", "lg": 9, "lat": 45.5, "name": "Milano"}, "date-ut": "1888-04-18 14:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "106"}}, "raw": {"LG": "-9,25", "DAY": "18", "LAT": "45,5", "MIN": "00", "TZO": "-0,83", "HOUR": "15", "NAME": "106M Cazzamini-Mussi, Francesco", "YEAR": "1888", "MONTH": "04", "PLACE": "Milano MI"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14632	cecchi-emilio-1884-07-14	{"a6": "852", "afd1": "107"}	{"lerrcp": "A6-852", "muller": "M1-107"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emilio", "family": "Cecchi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1884-07-14 13:00", "note": "", "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1884-07-04 20:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Emilio", "family": "Cecchi"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1884-07-04 20:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-852"}, "ids-in-sources": {"a6": "852"}}, "raw": {"H": "21", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "4", "LAT": "43N42", "LON": "11E30", "MON": "7", "NUM": "852", "PRO": "W", "SEC": "4", "YEA": "1884", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Emilio", "family": "Cecchi"}, "birth": {"tzo": "+00:50", "date": "1884-07-14 13:00", "note": "", "place": {"name": "Firenze"}}, "notes": ["CHECK: birth day - A6-852 1884-07-04 / M1writers 107 1884-07-14"], "occus": ["writer"], "to-check": true, "ids-in-sources": {"afd1": "107", "muller": "M1-107"}}, "raw": {"LG": "-11,5", "DAY": "14", "LAT": "43,7", "MIN": "00", "TZO": "-0,83", "HOUR": "13", "NAME": "107M Cecchi, Emilio", "YEAR": "1884", "MONTH": "07", "PLACE": "Firenze FI"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	["CHECK: birth day - A6-852 1884-07-04 / M1writers 107 1884-07-14"]
21513	cerio-edwin-1875-06-28	{"afd1": "109"}	{"muller": "M1-109"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edwin", "family": "Cerio", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1875-06-28 19:10", "note": "", "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14, "lat": 40.9, "name": "Capri", "geoid": null}, "notime": null, "date-ut": "1875-06-28 18:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Edwin", "family": "Cerio"}, "birth": {"tzo": "+00:50", "date": "1875-06-28 19:10", "note": "", "place": {"c2": "NA", "cy": "IT", "lg": 14, "lat": 40.9, "name": "Capri"}, "date-ut": "1875-06-28 18:20"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "109"}}, "raw": {"LG": "-14", "DAY": "28", "LAT": "40,9", "MIN": "10", "TZO": "-0,83", "HOUR": "19", "NAME": "109M Cerio, Edwin", "YEAR": "1875", "MONTH": "06", "PLACE": "Capri NA"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21514	cerlesi-ennio-1901-01-21	{"afd1": "110"}	{"muller": "M1-110"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ennio", "family": "Cerlesi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1901-01-21 02:30", "note": "", "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "Torino", "geoid": null}, "notime": null, "date-ut": "1901-01-21 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ennio", "family": "Cerlesi"}, "birth": {"tzo": "+01:00", "date": "1901-01-21 02:30", "note": "", "place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "Torino"}, "date-ut": "1901-01-21 01:30"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "110"}}, "raw": {"LG": "-8", "DAY": "21", "LAT": "45", "MIN": "30", "TZO": "-1", "HOUR": "02", "NAME": "110M Cerlesi, Ennio", "YEAR": "1901", "MONTH": "01", "PLACE": "Torino TO"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21515	cervioni-carlo-1886-05-20	{"afd1": "111"}	{"muller": "M1-111"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Cervioni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1886-05-20 10:08", "note": "", "place": {"c1": null, "c2": "TE", "c3": null, "cy": "IT", "lg": 14, "lat": 42.7, "name": "Teramo", "geoid": null}, "notime": null, "date-ut": "1886-05-20 09:18"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Carlo", "family": "Cervioni"}, "birth": {"tzo": "+00:50", "date": "1886-05-20 10:08", "note": "", "place": {"c2": "TE", "cy": "IT", "lg": 14, "lat": 42.7, "name": "Teramo"}, "date-ut": "1886-05-20 09:18"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "111"}}, "raw": {"LG": "-14", "DAY": "20", "LAT": "42,7", "MIN": "08", "TZO": "-0,83", "HOUR": "10", "NAME": "111M Cervioni, Carlo", "YEAR": "1886", "MONTH": "05", "PLACE": "Teramo TE"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14634	chini-mario-1876-07-21	{"a6": "854", "afd1": "115"}	{"lerrcp": "A6-854", "muller": "M1-115"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Chini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1876-07-21 04:20", "note": "", "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.5, "lat": 43.7, "name": "Borgo s. Lorenzo", "geoid": 0}, "notime": null, "date-ut": "1876-07-29 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Chini"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.5, "lat": 43.7, "name": "BORGO SAN LOREN", "geoid": 0}, "date-ut": "1876-07-29 03:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-854"}, "ids-in-sources": {"a6": "854"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "29", "LAT": "43N42", "LON": "11E30", "MON": "7", "NUM": "854", "PRO": "W", "SEC": "4", "YEA": "1876", "CITY": "BORGO SAN LOREN"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Mario", "family": "Chini"}, "birth": {"tzo": "+00:50", "date": "1876-07-21 04:20", "note": "", "place": {"name": "Borgo s. Lorenzo"}}, "notes": ["CHECK: birth day - A6-854 1876-07-29 / M1writers 115 1876-07-21"], "occus": ["writer"], "to-check": true, "ids-in-sources": {"afd1": "115", "muller": "M1-115"}}, "raw": {"LG": "-11,5", "DAY": "21", "LAT": "43,7", "MIN": "20", "TZO": "-0,83", "HOUR": "04", "NAME": "115M Chini, Mario", "YEAR": "1876", "MONTH": "07", "PLACE": "Borgo s. Lorenzo FI"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	["CHECK: birth day - A6-854 1876-07-29 / M1writers 115 1876-07-21"]
21516	ciampini-raffaelo-1895-04-08	{"afd1": "117"}	{"muller": "M1-117"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raffaelo", "family": "Ciampini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1895-04-08 22:15", "note": "", "place": {"c1": null, "c2": "PT", "c3": null, "cy": "IT", "lg": 11, "lat": 44, "name": "Pistoia", "geoid": null}, "notime": null, "date-ut": "1895-04-08 21:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Raffaelo", "family": "Ciampini"}, "birth": {"tzo": "+01:00", "date": "1895-04-08 22:15", "note": "", "place": {"c2": "PT", "cy": "IT", "lg": 11, "lat": 44, "name": "Pistoia"}, "date-ut": "1895-04-08 21:15"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "117"}}, "raw": {"LG": "-11,25", "DAY": "08", "LAT": "44", "MIN": "15", "TZO": "-1", "HOUR": "22", "NAME": "117M Ciampini, Raffaelo", "YEAR": "1895", "MONTH": "04", "PLACE": "Pistoia PT"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21517	cicognani-bruno-1879-09-10	{"afd1": "119"}	{"muller": "M1-119"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Cicognani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1879-09-10 23:30", "note": "", "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11, "lat": 43.7, "name": "Firenze", "geoid": null}, "notime": null, "date-ut": "1879-09-10 22:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bruno", "family": "Cicognani"}, "birth": {"tzo": "+00:50", "date": "1879-09-10 23:30", "note": "", "place": {"c2": "FI", "cy": "IT", "lg": 11, "lat": 43.7, "name": "Firenze"}, "date-ut": "1879-09-10 22:40"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "119"}}, "raw": {"LG": "-11,5", "DAY": "10", "LAT": "43,7", "MIN": "30", "TZO": "-0,83", "HOUR": "23", "NAME": "119M Cicognani, Bruno", "YEAR": "1879", "MONTH": "09", "PLACE": "Firenze FI"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21518	ciraolo-giovanni-1873-05-24	{"afd1": "121"}	{"muller": "M1-121"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Ciraolo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1873-05-24 19:00", "note": "", "place": {"c1": null, "c2": "RC", "c3": null, "cy": "IT", "lg": 15, "lat": 38.1, "name": "Reggio Calabria", "geoid": null}, "notime": null, "date-ut": "1873-05-24 18:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giovanni", "family": "Ciraolo"}, "birth": {"tzo": "+00:50", "date": "1873-05-24 19:00", "note": "", "place": {"c2": "RC", "cy": "IT", "lg": 15, "lat": 38.1, "name": "Reggio Calabria"}, "date-ut": "1873-05-24 18:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "121"}}, "raw": {"LG": "-15,5", "DAY": "24", "LAT": "38,1", "MIN": "00", "TZO": "-0,83", "HOUR": "19", "NAME": "121M Ciraolo, Giovanni", "YEAR": "1873", "MONTH": "05", "PLACE": "Reggio Calabria RC"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21519	civinini-guelfo-1873-08-03	{"afd1": "123"}	{"muller": "M1-123"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guelfo", "family": "Civinini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1873-08-03 13:30", "note": "", "place": {"c1": null, "c2": "LI", "c3": null, "cy": "IT", "lg": 9, "lat": 43.6, "name": "Livorno", "geoid": null}, "notime": null, "date-ut": "1873-08-03 12:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Guelfo", "family": "Civinini"}, "birth": {"tzo": "+00:50", "date": "1873-08-03 13:30", "note": "", "place": {"c2": "LI", "cy": "IT", "lg": 9, "lat": 43.6, "name": "Livorno"}, "date-ut": "1873-08-03 12:40"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "123"}}, "raw": {"LG": "-9,5", "DAY": "03", "LAT": "43,6", "MIN": "30", "TZO": "-0,83", "HOUR": "13", "NAME": "123M Civinini, Guelfo", "YEAR": "1873", "MONTH": "08", "PLACE": "Livorno LI"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21520	comanducci-agostino-mario-1891-09-13	{"afd1": "125"}	{"muller": "M1-125"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Agostino Mario", "family": "Comanducci", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1891-09-13 00:30", "note": "", "place": {"c1": null, "c2": "AR", "c3": null, "cy": "IT", "lg": 12, "lat": 43.5, "name": "San Sepolcro  ", "geoid": null}, "notime": null, "date-ut": "1891-09-12 23:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Agostino Mario", "family": "Comanducci"}, "birth": {"tzo": "+00:50", "date": "1891-09-13 00:30", "note": "", "place": {"c2": "AR", "cy": "IT", "lg": 12, "lat": 43.5, "name": "San Sepolcro  "}, "date-ut": "1891-09-12 23:40"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "125"}}, "raw": {"LG": "-12", "DAY": "13", "LAT": "43,5", "MIN": "30", "TZO": "-0,83", "HOUR": "00", "NAME": "125M Comanducci, Agostino Mario", "YEAR": "1891", "MONTH": "09", "PLACE": "San Sepolcro   AR"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14639	contu-raffaele-1895-03-18	{"a6": "859", "afd1": "128"}	{"lerrcp": "A6-859", "muller": "M1-128"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raffaele", "family": "Contu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1895-03-18 03:30", "note": "", "place": {"c1": null, "c2": "NU", "c3": null, "cy": "IT", "lg": 10, "lat": 40.3, "name": "Tortoli", "geoid": 0}, "notime": null, "date-ut": "1895-03-18 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Raffaele", "family": "Contu"}, "birth": {"place": {"c2": "NU", "cy": "IT", "lg": 10, "lat": 40.3, "name": "TORTOLI", "geoid": 0}, "date-ut": "1895-03-18 02:30"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-859"}, "ids-in-sources": {"a6": "859"}}, "raw": {"H": "3", "MN": "30", "TZ": "-1", "COD": "NU", "COU": "I", "DAY": "18", "LAT": "40N18", "LON": "10E 0", "MON": "3", "NUM": "859", "PRO": "W", "SEC": "0", "YEA": "1895", "CITY": "TORTOLI"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Raffaele", "family": "Contu"}, "birth": {"tzo": "+01:00", "date": "1895-03-18 03:30", "note": "", "place": {"name": "Tortoli"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "128", "muller": "M1-128"}}, "raw": {"LG": "-10", "DAY": "18", "LAT": "40,3", "MIN": "30", "TZO": "-1", "HOUR": "03", "NAME": "128M Contu, Raffaele", "YEAR": "1895", "MONTH": "03", "PLACE": "Tortoli NU"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21521	cornali-luigi-1895-12-10	{"afd1": "130"}	{"muller": "M1-130"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Cornali", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1895-12-10 22:00", "note": "", "place": {"c1": null, "c2": "BG", "c3": null, "cy": "IT", "lg": 9, "lat": 45.6, "name": "Bergamo", "geoid": null}, "notime": null, "date-ut": "1895-12-10 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luigi", "family": "Cornali"}, "birth": {"tzo": "+01:00", "date": "1895-12-10 22:00", "note": "", "place": {"c2": "BG", "cy": "IT", "lg": 9, "lat": 45.6, "name": "Bergamo"}, "date-ut": "1895-12-10 21:00"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "130"}}, "raw": {"LG": "-9,75", "DAY": "10", "LAT": "45,6", "MIN": "00", "TZO": "-1", "HOUR": "22", "NAME": "130M Cornali, Luigi", "YEAR": "1895", "MONTH": "12", "PLACE": "Bergamo BG"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21522	corsi-neri-lamberto-f-1896-12-29	{"afd1": "134"}	{"muller": "M1-134"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Neri Lamberto F.", "family": "Corsi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1896-12-29 16:10", "note": "", "place": {"c1": null, "c2": "AQ", "c3": null, "cy": "IT", "lg": 13, "lat": 42.4, "name": "Capestrano", "geoid": null}, "notime": null, "date-ut": "1896-12-29 15:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Neri Lamberto F.", "family": "Corsi"}, "birth": {"tzo": "+01:00", "date": "1896-12-29 16:10", "note": "", "place": {"c2": "AQ", "cy": "IT", "lg": 13, "lat": 42.4, "name": "Capestrano"}, "date-ut": "1896-12-29 15:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "134"}}, "raw": {"LG": "-13,5", "DAY": "29", "LAT": "42,4", "MIN": "10", "TZO": "-1", "HOUR": "16", "NAME": "134M Corsi, Neri Lamberto F.", "YEAR": "1896", "MONTH": "12", "PLACE": "Capestrano AQ"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14641	cozzani-ettore-1884-01-03	{"a6": "861", "afd1": "136"}	{"lerrcp": "A6-861", "muller": "M1-136"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ettore", "family": "Cozzani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1884-01-03 15:30", "note": "", "place": {"c1": null, "c2": "SP", "c3": null, "cy": "IT", "lg": 9.84339, "lat": 44.11054, "name": "La Spezia", "geoid": 3175081}, "notime": null, "date-ut": "1884-01-03 14:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Ettore", "family": "Cozzani"}, "birth": {"place": {"c2": "SP", "cy": "IT", "lg": 9.84339, "lat": 44.11054, "name": "La Spezia", "geoid": 3175081}, "date-ut": "1884-01-03 14:40:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-861"}, "ids-in-sources": {"a6": "861"}}, "raw": {"H": "15", "MN": "40", "TZ": "-1", "COD": "SP", "COU": "I", "DAY": "3", "LAT": "44N 0", "LON": "10E15", "MON": "1", "NUM": "861", "PRO": "W", "SEC": "4", "YEA": "1884", "CITY": "LA SPEZIA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Ettore", "family": "Cozzani"}, "birth": {"tzo": "+00:50", "date": "1884-01-03 15:30", "note": "", "place": {"name": "La Spezia"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "136", "muller": "M1-136"}}, "raw": {"LG": "-10,25", "DAY": "03", "LAT": "44", "MIN": "30", "TZO": "-0,83", "HOUR": "15", "NAME": "136M Cozzani, Ettore", "YEAR": "1884", "MONTH": "01", "PLACE": "La Spezia SP"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21523	credali-adelvaldo-1888-02-01	{"afd1": "137"}	{"muller": "M1-137"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adelvaldo", "family": "Credali", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1888-02-01 05:30", "note": "", "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10, "lat": 44.8, "name": "Varsi", "geoid": null}, "notime": null, "date-ut": "1888-02-01 04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Adelvaldo", "family": "Credali"}, "birth": {"tzo": "+00:50", "date": "1888-02-01 05:30", "note": "", "place": {"c2": "PR", "cy": "IT", "lg": 10, "lat": 44.8, "name": "Varsi"}, "date-ut": "1888-02-01 04:40"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "137"}}, "raw": {"LG": "-10,75", "DAY": "01", "LAT": "44,8", "MIN": "30", "TZO": "-0,83", "HOUR": "05", "NAME": "137M Credali, Adelvaldo", "YEAR": "1888", "MONTH": "02", "PLACE": "Varsi PR"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21524	cresti-renato-1911-09-29	{"afd1": "138"}	{"muller": "M1-138"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renato", "family": "Cresti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1911-09-29 08:00", "note": "", "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11, "lat": 43.7, "name": "Sesto Fiorentin", "geoid": null}, "notime": null, "date-ut": "1911-09-29 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Renato", "family": "Cresti"}, "birth": {"tzo": "+01:00", "date": "1911-09-29 08:00", "note": "", "place": {"c2": "FI", "cy": "IT", "lg": 11, "lat": 43.7, "name": "Sesto Fiorentin"}, "date-ut": "1911-09-29 07:00"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "138"}}, "raw": {"LG": "-11,5", "DAY": "29", "LAT": "43,7", "MIN": "00", "TZO": "-1", "HOUR": "08", "NAME": "138M Cresti, Renato", "YEAR": "1911", "MONTH": "09", "PLACE": "Sesto Fiorentin FI"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21525	cristaddi-raimondo-1912-10-11	{"afd1": "139"}	{"muller": "M1-139"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raimondo", "family": "Cristaddi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1912-10-11 07:00", "note": "", "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 15, "lat": 37.5, "name": "Acireale", "geoid": null}, "notime": null, "date-ut": "1912-10-11 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Raimondo", "family": "Cristaddi"}, "birth": {"tzo": "+01:00", "date": "1912-10-11 07:00", "note": "", "place": {"c2": "CT", "cy": "IT", "lg": 15, "lat": 37.5, "name": "Acireale"}, "date-ut": "1912-10-11 06:00"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "139"}}, "raw": {"LG": "-15", "DAY": "11", "LAT": "37,5", "MIN": "00", "TZO": "-1", "HOUR": "07", "NAME": "139M Cristaddi, Raimondo", "YEAR": "1912", "MONTH": "10", "PLACE": "Acireale CT"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21526	d-albissola-tullio-1899-12-02	{"afd1": "143"}	{"muller": "M1-143"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tullio", "family": "D'Albissola", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1899-12-02 22:30", "note": "", "place": {"c1": null, "c2": "SV", "c3": null, "cy": "IT", "lg": 8, "lat": 44.3, "name": "Albisola Marina", "geoid": null}, "notime": null, "date-ut": "1899-12-02 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Tullio", "family": "D'Albissola"}, "birth": {"tzo": "+01:00", "date": "1899-12-02 22:30", "note": "", "place": {"c2": "SV", "cy": "IT", "lg": 8, "lat": 44.3, "name": "Albisola Marina"}, "date-ut": "1899-12-02 21:30"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "143"}}, "raw": {"LG": "-8,75", "DAY": "02", "LAT": "44,3", "MIN": "30", "TZO": "-1", "HOUR": "22", "NAME": "143M D'Albissola, Tullio", "YEAR": "1899", "MONTH": "12", "PLACE": "Albisola Marina SV"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21527	d-aloisio-da-vasto-carlo-1892-04-13	{"afd1": "144"}	{"muller": "M1-144"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "D'Aloisio da vasto", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1892-04-13 02:30", "note": "", "place": {"c1": null, "c2": "CH", "c3": null, "cy": "IT", "lg": 14, "lat": 42.3, "name": "Vasto", "geoid": null}, "notime": null, "date-ut": "1892-04-13 01:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Carlo", "family": "D'Aloisio da vasto"}, "birth": {"tzo": "+00:50", "date": "1892-04-13 02:30", "note": "", "place": {"c2": "CH", "cy": "IT", "lg": 14, "lat": 42.3, "name": "Vasto"}, "date-ut": "1892-04-13 01:40"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "144"}}, "raw": {"LG": "-14,25", "DAY": "13", "LAT": "42,3", "MIN": "30", "TZO": "-0,83", "HOUR": "02", "NAME": "144M D'Aloisio da vasto, Carlo", "YEAR": "1892", "MONTH": "04", "PLACE": "Vasto CH"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14642	d-aloisio-nicola-1883-12-17	{"a6": "863", "afd1": "145"}	{"lerrcp": "A6-863", "muller": "M1-145"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicola", "family": "D'Aloisio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1883-12-17 16:30", "note": "", "place": {"c1": null, "c2": "CH", "c3": null, "cy": "IT", "lg": 14.70592, "lat": 42.12434, "name": "Vasto", "geoid": 3164672}, "notime": null, "date-ut": "1883-12-17 15:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Nicola", "family": "D'Aloisio"}, "birth": {"place": {"c2": "CH", "cy": "IT", "lg": 14.70592, "lat": 42.12434, "name": "Vasto", "geoid": 3164672}, "date-ut": "1883-12-17 15:40:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-863"}, "ids-in-sources": {"a6": "863"}}, "raw": {"H": "16", "MN": "40", "TZ": "-1", "COD": "CH", "COU": "I", "DAY": "17", "LAT": "42N18", "LON": "14E15", "MON": "12", "NUM": "863", "PRO": "W", "SEC": "4", "YEA": "1883", "CITY": "VASTO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Nicola", "family": "D'Aloisio"}, "birth": {"tzo": "+00:50", "date": "1883-12-17 16:30", "note": "", "place": {"name": "Vasto"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "145", "muller": "M1-145"}}, "raw": {"LG": "-14,25", "DAY": "17", "LAT": "42,3", "MIN": "30", "TZO": "-0,83", "HOUR": "16", "NAME": "145M D'Aloisio, Nicola", "YEAR": "1883", "MONTH": "12", "PLACE": "Vasto CH"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14644	d-aronco-gianfranco-1920-10-19	{"a6": "865", "afd1": "148"}	{"lerrcp": "A6-865", "muller": "M1-148"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gianfranco", "family": "D'Aronco", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-10-19 02:00", "note": "", "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.24222, "lat": 46.06194, "name": "Udine", "geoid": 3165072}, "notime": null, "date-ut": "1920-10-19 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Gianfranco", "family": "D'Aronco"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.24222, "lat": 46.06194, "name": "Udine", "geoid": 3165072}, "date-ut": "1920-10-19 01:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-865"}, "ids-in-sources": {"a6": "865"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "19", "LAT": "46N 0", "LON": "13E30", "MON": "10", "NUM": "865", "PRO": "W", "SEC": "0", "YEA": "1920", "CITY": "UDINE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Gianfranco", "family": "D'Aronco"}, "birth": {"tzo": "+01:00", "date": "1920-10-19 02:00", "note": "", "place": {"name": "Udine"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "148", "muller": "M1-148"}}, "raw": {"LG": "-13,5", "DAY": "19", "LAT": "46", "MIN": "00", "TZO": "-1", "HOUR": "02", "NAME": "148M D'Aronco, Gianfranco", "YEAR": "1920", "MONTH": "10", "PLACE": "Udine UD"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14651	d-orsi-libero-1888-03-30	{"a6": "873", "afd1": "149"}	{"lerrcp": "A6-873", "muller": "M1-149"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Libero", "family": "D'Orsi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1888-03-30 16:15", "note": "", "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14, "lat": 40.9, "name": "Castellamare", "geoid": 0}, "notime": null, "date-ut": "1888-03-30 15:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Libero", "family": "D'Orsi"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14, "lat": 40.9, "name": "CASTELLAMARE DI", "geoid": 0}, "date-ut": "1888-03-30 15:25:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-873"}, "ids-in-sources": {"a6": "873"}}, "raw": {"H": "16", "MN": "25", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "30", "LAT": "40N54", "LON": "14E 0", "MON": "3", "NUM": "873", "PRO": "W", "SEC": "4", "YEA": "1888", "CITY": "CASTELLAMARE DI"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Libero", "family": "D'Orsi"}, "birth": {"tzo": "+00:50", "date": "1888-03-30 16:15", "note": "", "place": {"name": "Castellamare"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "149", "muller": "M1-149"}}, "raw": {"LG": "-14", "DAY": "30", "LAT": "40,9", "MIN": "15", "TZO": "-0,83", "HOUR": "16", "NAME": "149M D'Orsi, Libero", "YEAR": "1888", "MONTH": "03", "PLACE": "Castellamare NA"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
15251	dall-oglio-enrico-1900-07-25	{"a6": "1489", "afd1": "150"}	{"lerrcp": "A6-1489", "muller": "M1-150"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enrico", "family": "Dall'Oglio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1900-07-25 15:30", "note": "", "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.71582, "lat": 44.35227, "name": "Imola", "geoid": 3175537}, "notime": null, "date-ut": "1900-07-25 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist", "writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1489"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.71582, "lat": 44.35227, "name": "Imola", "geoid": 3175537}, "date-ut": "1900-07-25 14:30"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1489"}, "ids-in-sources": {"a6": "1489"}}, "raw": {"H": "15", "MN": "30", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "25", "LAT": "44N30", "LON": "11E 0", "MON": "7", "NUM": "1489", "PRO": "J", "SEC": "0", "YEA": "1900", "CITY": "IMOLA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Enrico", "family": "Dall'Oglio"}, "birth": {"tzo": "+01:00", "date": "1900-07-25 15:30", "note": "", "place": {"name": "Imola"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "150", "muller": "M1-150"}}, "raw": {"LG": "-11", "DAY": "25", "LAT": "44,5", "MIN": "30", "TZO": "-1", "HOUR": "15", "NAME": "150M Dall'Oglio, Enrico", "YEAR": "1900", "MONTH": "07", "PLACE": "Imola BO"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21528	dazzi-manlio-1891-04-17	{"afd1": "151"}	{"muller": "M1-151"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Manlio", "family": "Dazzi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1891-04-17 04:30", "note": "", "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10, "lat": 44.8, "name": "Parma", "geoid": null}, "notime": null, "date-ut": "1891-04-17 03:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Manlio", "family": "Dazzi"}, "birth": {"tzo": "+00:50", "date": "1891-04-17 04:30", "note": "", "place": {"c2": "PR", "cy": "IT", "lg": 10, "lat": 44.8, "name": "Parma"}, "date-ut": "1891-04-17 03:40"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "151"}}, "raw": {"LG": "-10,75", "DAY": "17", "LAT": "44,8", "MIN": "30", "TZO": "-0,83", "HOUR": "04", "NAME": "151M Dazzi, Manlio", "YEAR": "1891", "MONTH": "04", "PLACE": "Parma PR"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21529	de-biase-corrado-1886-01-27	{"afd1": "152"}	{"muller": "M1-152"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Corrado", "family": "De Biase", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1886-01-27 08:30", "note": "", "place": {"c1": null, "c2": "FG", "c3": null, "cy": "IT", "lg": 15, "lat": 41.6, "name": "Troia", "geoid": null}, "notime": null, "date-ut": "1886-01-27 07:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Corrado", "family": "De Biase"}, "birth": {"tzo": "+00:50", "date": "1886-01-27 08:30", "note": "", "place": {"c2": "FG", "cy": "IT", "lg": 15, "lat": 41.6, "name": "Troia"}, "date-ut": "1886-01-27 07:40"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "152"}}, "raw": {"LG": "-15,5", "DAY": "27", "LAT": "41,6", "MIN": "30", "TZO": "-0,83", "HOUR": "08", "NAME": "152M De Biase, Corrado", "YEAR": "1886", "MONTH": "01", "PLACE": "Troia FG"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21530	de-carlo-salvatore-1913-11-20	{"afd1": "153"}	{"muller": "M1-153"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Salvatore", "family": "De Carlo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1913-11-20 08:15", "note": "", "place": {"c1": null, "c2": "LI", "c3": null, "cy": "IT", "lg": 9, "lat": 43.6, "name": "Livorno", "geoid": null}, "notime": null, "date-ut": "1913-11-20 07:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Salvatore", "family": "De Carlo"}, "birth": {"tzo": "+01:00", "date": "1913-11-20 08:15", "note": "", "place": {"c2": "LI", "cy": "IT", "lg": 9, "lat": 43.6, "name": "Livorno"}, "date-ut": "1913-11-20 07:15"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "153"}}, "raw": {"LG": "-9,5", "DAY": "20", "LAT": "43,6", "MIN": "15", "TZO": "-1", "HOUR": "08", "NAME": "153M De Carlo, Salvatore", "YEAR": "1913", "MONTH": "11", "PLACE": "Livorno LI"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21531	de-giovanni-bovecchi-paolo-1876-10-31	{"afd1": "154"}	{"muller": "M1-154"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paolo", "family": "De Giovanni-Bovecchi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1876-10-31 13:45", "note": "", "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11, "lat": 43.7, "name": "Firenze", "geoid": null}, "notime": null, "date-ut": "1876-10-31 12:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Paolo", "family": "De Giovanni-Bovecchi"}, "birth": {"tzo": "+00:50", "date": "1876-10-31 13:45", "note": "", "place": {"c2": "FI", "cy": "IT", "lg": 11, "lat": 43.7, "name": "Firenze"}, "date-ut": "1876-10-31 12:55"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "154"}}, "raw": {"LG": "-11,5", "DAY": "31", "LAT": "43,7", "MIN": "45", "TZO": "-0,83", "HOUR": "13", "NAME": "154M De Giovanni-Bovecchi, Paolo", "YEAR": "1876", "MONTH": "10", "PLACE": "Firenze FI"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21532	del-beccaro-felice-1909-07-18	{"afd1": "155"}	{"muller": "M1-155"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Felice", "family": "Del Beccaro", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1909-07-18 10:38", "note": "", "place": {"c1": null, "c2": "LU", "c3": null, "cy": "IT", "lg": 11, "lat": 43.7, "name": "Lucca", "geoid": null}, "notime": null, "date-ut": "1909-07-18 09:38"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Felice", "family": "Del Beccaro"}, "birth": {"tzo": "+01:00", "date": "1909-07-18 10:38", "note": "", "place": {"c2": "LU", "cy": "IT", "lg": 11, "lat": 43.7, "name": "Lucca"}, "date-ut": "1909-07-18 09:38"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "155"}}, "raw": {"LG": "-11", "DAY": "18", "LAT": "43,7", "MIN": "38", "TZO": "-1", "HOUR": "10", "NAME": "155M Del Beccaro, Felice", "YEAR": "1909", "MONTH": "07", "PLACE": "Lucca LU"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
6954	delcroix-carlo-1896-08-22	{"a3": "1239", "a6": "866", "afd1": "156"}	{"lerrcp": "A3-1239", "muller": "M1-156"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Delcroix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1896-08-22 01:00", "note": "", "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1896-08-22 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "writer"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Delcroix"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1896-08-22 00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1239"}, "ids-in-sources": {"a3": "1239"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "22", "LAT": "43N42", "LON": "11E30", "MON": "8", "NUM": "1239", "PRO": "M", "SEC": "0", "YEA": "1896", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "866"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "22", "LAT": "43N42", "LON": "11E30", "MON": "8", "NUM": "866", "PRO": "W", "SEC": "0", "YEA": "1896", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Carlo", "family": "Delcroix"}, "birth": {"tzo": "+01:00", "date": "1896-08-22 01:00", "note": "", "place": {"name": "Firenze"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "156", "muller": "M1-156"}}, "raw": {"LG": "-11,5", "DAY": "22", "LAT": "43,7", "MIN": "00", "TZO": "-1", "HOUR": "01", "NAME": "156M Delcroix, Carlo", "YEAR": "1896", "MONTH": "08", "PLACE": "Firenze FI"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14646	de-libero-libero-1903-09-11	{"a6": "868", "afd1": "158"}	{"lerrcp": "A6-868", "muller": "M1-158"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Libero", "family": "De Libero", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1903-09-11 01:10", "note": "", "place": {"c1": null, "c2": "LT", "c3": null, "cy": "IT", "lg": 13.43131, "lat": 41.35411, "name": "Fondi", "geoid": 3176843}, "notime": null, "date-ut": "1906-09-11 00:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Libero", "family": "De Libero"}, "birth": {"place": {"c2": "LT", "cy": "IT", "lg": 13.43131, "lat": 41.35411, "name": "Fondi", "geoid": 3176843}, "date-ut": "1906-09-11 00:10"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-868"}, "ids-in-sources": {"a6": "868"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "LT", "COU": "I", "DAY": "11", "LAT": "41N30", "LON": "13E 0", "MON": "9", "NUM": "868", "PRO": "W", "SEC": "0", "YEA": "1906", "CITY": "FONDI"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Libero", "family": "De Libero"}, "birth": {"tzo": "+01:00", "date": "1903-09-11 01:10", "note": "", "place": {"name": "Fondi"}}, "notes": ["CHECK: birth day - A6-868 1906-09-11 / M1writers 158 1903-09-11"], "occus": ["writer"], "to-check": true, "ids-in-sources": {"afd1": "158", "muller": "M1-158"}}, "raw": {"LG": "-13", "DAY": "11", "LAT": "41,5", "MIN": "10", "TZO": "-1", "HOUR": "01", "NAME": "158M De Libero, Libero", "YEAR": "1903", "MONTH": "09", "PLACE": "Fondi LT"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	["CHECK: birth day - A6-868 1906-09-11 / M1writers 158 1903-09-11"]
14647	della-massea-angelo-1893-12-17	{"a6": "869", "afd1": "159"}	{"lerrcp": "A6-869", "muller": "M1-159"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Della Massea", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1893-12-17 08:00", "note": "", "place": {"c1": null, "c2": "TR", "c3": null, "cy": "IT", "lg": 12.21762, "lat": 42.67324, "name": "Baschi", "geoid": 3182317}, "notime": null, "date-ut": "1892-12-17 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "", "family": "Della Massea Angelo"}, "birth": {"place": {"c2": "TR", "cy": "IT", "lg": 12.21762, "lat": 42.67324, "name": "Baschi", "geoid": 3182317}, "date-ut": "1892-12-17 07:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-869"}, "ids-in-sources": {"a6": "869"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "TR", "COU": "I", "DAY": "17", "LAT": "42N30", "LON": "13E 0", "MON": "12", "NUM": "869", "PRO": "W", "SEC": "4", "YEA": "1892", "CITY": "BASCHI"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Angelo", "family": "Della Massea"}, "birth": {"tzo": "+01:00", "date": "1893-12-17 08:00", "note": "", "place": {"name": "Baschi"}}, "notes": ["CHECK: birth day - A6-869 1892-12-17 / M1writers 159 1893-12-17"], "occus": ["writer"], "to-check": true, "ids-in-sources": {"afd1": "159", "muller": "M1-159"}}, "raw": {"LG": "-13", "DAY": "17", "LAT": "42,5", "MIN": "00", "TZO": "-1", "HOUR": "08", "NAME": "159M Della Massea, Angelo", "YEAR": "1893", "MONTH": "12", "PLACE": "Baschi TR"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	["CHECK: birth day - A6-869 1892-12-17 / M1writers 159 1893-12-17"]
21533	della-porta-arturo-francesco-1892-06-29	{"afd1": "160"}	{"muller": "M1-160"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arturo Francesco", "family": "Della Porta", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1892-06-29 17:00", "note": "", "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9, "lat": 45.5, "name": "Milano", "geoid": null}, "notime": null, "date-ut": "1892-06-29 16:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Arturo Francesco", "family": "Della Porta"}, "birth": {"tzo": "+00:50", "date": "1892-06-29 17:00", "note": "", "place": {"c2": "MI", "cy": "IT", "lg": 9, "lat": 45.5, "name": "Milano"}, "date-ut": "1892-06-29 16:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "160"}}, "raw": {"LG": "-9,25", "DAY": "29", "LAT": "45,5", "MIN": "00", "TZO": "-0,83", "HOUR": "17", "NAME": "160M Della Porta, Arturo Francesco", "YEAR": "1892", "MONTH": "06", "PLACE": "Milano MI"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21534	del-vita-alessandro-1885-01-15	{"afd1": "161"}	{"muller": "M1-161"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alessandro", "family": "Del Vita", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1885-01-15 22:00", "note": "", "place": {"c1": null, "c2": "AR", "c3": null, "cy": "IT", "lg": 12, "lat": 43.5, "name": "Arezzo", "geoid": null}, "notime": null, "date-ut": "1885-01-15 21:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alessandro", "family": "Del Vita"}, "birth": {"tzo": "+00:50", "date": "1885-01-15 22:00", "note": "", "place": {"c2": "AR", "cy": "IT", "lg": 12, "lat": 43.5, "name": "Arezzo"}, "date-ut": "1885-01-15 21:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "161"}}, "raw": {"LG": "-12", "DAY": "15", "LAT": "43,5", "MIN": "00", "TZO": "-0,83", "HOUR": "22", "NAME": "161M Del Vita, Alessandro", "YEAR": "1885", "MONTH": "01", "PLACE": "Arezzo AR"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14648	de-maria-federico-1883-07-21	{"a6": "870", "afd1": "162"}	{"lerrcp": "A6-870", "muller": "M1-162"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Federico", "family": "De Maria", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:54", "date": "1883-07-21 13:30", "note": "", "place": {"c1": null, "c2": "PA", "c3": null, "cy": "IT", "lg": 13.35976, "lat": 38.11582, "name": "Palermo", "geoid": 2523920}, "notime": null, "date-ut": "1883-07-21 06:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Federico", "family": "De Maria"}, "birth": {"place": {"c2": "PA", "cy": "IT", "lg": 13.35976, "lat": 38.11582, "name": "Palermo", "geoid": 2523920}, "date-ut": "1883-07-21 06:40:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-870"}, "ids-in-sources": {"a6": "870"}}, "raw": {"H": "7", "MN": "40", "TZ": "-1", "COD": "PA", "COU": "I", "DAY": "21", "LAT": "38N 0", "LON": "13E30", "MON": "7", "NUM": "870", "PRO": "W", "SEC": "4", "YEA": "1883", "CITY": "PALERMO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Federico", "family": "De Maria"}, "birth": {"tzo": "+00:54", "date": "1883-07-21 13:30", "note": "", "place": {"name": "Palermo"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "162", "muller": "M1-162"}}, "raw": {"LG": "-13,5", "DAY": "21", "LAT": "38", "MIN": "30", "TZO": "-0,88", "HOUR": "13", "NAME": "162M De Maria, Federico", "YEAR": "1883", "MONTH": "07", "PLACE": "Palermo PA"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21535	de-marsico-alfredo-1888-05-29	{"afd1": "164"}	{"muller": "M1-164"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfredo", "family": "De Marsico", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1888-05-29 08:20", "note": "", "place": {"c1": null, "c2": "SA", "c3": null, "cy": "IT", "lg": 15, "lat": 40.7, "name": "Sala Consilina", "geoid": null}, "notime": null, "date-ut": "1888-05-29 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alfredo", "family": "De Marsico"}, "birth": {"tzo": "+00:50", "date": "1888-05-29 08:20", "note": "", "place": {"c2": "SA", "cy": "IT", "lg": 15, "lat": 40.7, "name": "Sala Consilina"}, "date-ut": "1888-05-29 07:30"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "164"}}, "raw": {"LG": "-15,25", "DAY": "29", "LAT": "40,7", "MIN": "20", "TZO": "-0,83", "HOUR": "08", "NAME": "164M De Marsico, Alfredo", "YEAR": "1888", "MONTH": "05", "PLACE": "Sala Consilina SA"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21536	de-pisis-filippo-1896-05-11	{"afd1": "165"}	{"muller": "M1-165"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Filippo", "family": "De Pisis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1896-05-11 11:00", "note": "", "place": {"c1": null, "c2": "FE", "c3": null, "cy": "IT", "lg": 12, "lat": 44.7, "name": "Ferrara", "geoid": null}, "notime": null, "date-ut": "1896-05-11 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Filippo", "family": "De Pisis"}, "birth": {"tzo": "+01:00", "date": "1896-05-11 11:00", "note": "", "place": {"c2": "FE", "cy": "IT", "lg": 12, "lat": 44.7, "name": "Ferrara"}, "date-ut": "1896-05-11 10:00"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "165"}}, "raw": {"LG": "-12,5", "DAY": "11", "LAT": "44,7", "MIN": "00", "TZO": "-1", "HOUR": "11", "NAME": "165M De Pisis, Filippo", "YEAR": "1896", "MONTH": "05", "PLACE": "Ferrara FE"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21537	de-rossi-dell-arno-giulio-1884-07-25	{"afd1": "166"}	{"muller": "M1-166"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giulio", "family": "De Rossi Dell'Arno", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1884-07-25 17:00", "note": "", "place": {"c1": null, "c2": "PI", "c3": null, "cy": "IT", "lg": 10, "lat": 43.7, "name": "Pisa", "geoid": null}, "notime": null, "date-ut": "1884-07-25 16:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giulio", "family": "De Rossi Dell'Arno"}, "birth": {"tzo": "+00:50", "date": "1884-07-25 17:00", "note": "", "place": {"c2": "PI", "cy": "IT", "lg": 10, "lat": 43.7, "name": "Pisa"}, "date-ut": "1884-07-25 16:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "166"}}, "raw": {"LG": "-10,5", "DAY": "25", "LAT": "43,7", "MIN": "00", "TZO": "-0,83", "HOUR": "17", "NAME": "166M De Rossi Dell'Arno, Giulio", "YEAR": "1884", "MONTH": "07", "PLACE": "Pisa PI"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21538	de-santis-luigi-1912-11-20	{"afd1": "167"}	{"muller": "M1-167"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "De Santis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1912-11-20 23:30", "note": "", "place": {"c1": null, "c2": "LE", "c3": null, "cy": "IT", "lg": 18, "lat": 40.4, "name": "Lecce", "geoid": null}, "notime": null, "date-ut": "1912-11-20 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luigi", "family": "De Santis"}, "birth": {"tzo": "+01:00", "date": "1912-11-20 23:30", "note": "", "place": {"c2": "LE", "cy": "IT", "lg": 18, "lat": 40.4, "name": "Lecce"}, "date-ut": "1912-11-20 22:30"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "167"}}, "raw": {"LG": "-18,75", "DAY": "20", "LAT": "40,4", "MIN": "30", "TZO": "-1", "HOUR": "23", "NAME": "167M De Santis, Luigi", "YEAR": "1912", "MONTH": "11", "PLACE": "Lecce LE"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21539	descalzo-giovanni-1902-06-01	{"afd1": "168"}	{"muller": "M1-168"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Descalzo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1902-06-01 15:30", "note": "", "place": {"c1": null, "c2": "GE", "c3": null, "cy": "IT", "lg": 9, "lat": 44.4, "name": "Sestri Levante", "geoid": null}, "notime": null, "date-ut": "1902-06-01 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giovanni", "family": "Descalzo"}, "birth": {"tzo": "+01:00", "date": "1902-06-01 15:30", "note": "", "place": {"c2": "GE", "cy": "IT", "lg": 9, "lat": 44.4, "name": "Sestri Levante"}, "date-ut": "1902-06-01 14:30"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "168"}}, "raw": {"LG": "-9", "DAY": "01", "LAT": "44,4", "MIN": "30", "TZO": "-1", "HOUR": "15", "NAME": "168M Descalzo, Giovanni", "YEAR": "1902", "MONTH": "06", "PLACE": "Sestri Levante GE"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21540	dettore-ugo-1905-03-04	{"afd1": "171"}	{"muller": "M1-171"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ugo", "family": "Dèttore", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1905-03-04 17:40", "note": "", "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11, "lat": 44.5, "name": "Bologna", "geoid": null}, "notime": null, "date-ut": "1905-03-04 16:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ugo", "family": "Dèttore"}, "birth": {"tzo": "+01:00", "date": "1905-03-04 17:40", "note": "", "place": {"c2": "BO", "cy": "IT", "lg": 11, "lat": 44.5, "name": "Bologna"}, "date-ut": "1905-03-04 16:40"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "171"}}, "raw": {"LG": "-11", "DAY": "04", "LAT": "44,5", "MIN": "40", "TZO": "-1", "HOUR": "17", "NAME": "171M Dèttore, Ugo", "YEAR": "1905", "MONTH": "03", "PLACE": "Bologna BO"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21541	di-matteo-rodolfo-1899-01-01	{"afd1": "173"}	{"muller": "M1-173"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rodolfo", "family": "Di Matteo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1899-01-01 09:00", "note": "", "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 15, "lat": 37.5, "name": "Catania", "geoid": null}, "notime": null, "date-ut": "1899-01-01 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Rodolfo", "family": "Di Matteo"}, "birth": {"tzo": "+01:00", "date": "1899-01-01 09:00", "note": "", "place": {"c2": "CT", "cy": "IT", "lg": 15, "lat": 37.5, "name": "Catania"}, "date-ut": "1899-01-01 08:00"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "173"}}, "raw": {"LG": "-15", "DAY": "01", "LAT": "37,5", "MIN": "00", "TZO": "-1", "HOUR": "09", "NAME": "173M Di Matteo, Rodolfo", "YEAR": "1899", "MONTH": "01", "PLACE": "Catania CT"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14650	donati-umberto-1884-11-22	{"a6": "872", "afd1": "175"}	{"lerrcp": "A6-872", "muller": "M1-175"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Umberto", "family": "Donati", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1884-11-22 07:00", "note": "", "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 12.78096, "lat": 43.23165, "name": "Gualdo Tadino", "geoid": 3175722}, "notime": null, "date-ut": "1884-11-22 06:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Umberto", "family": "Donati"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 12.78096, "lat": 43.23165, "name": "Gualdo Tadino", "geoid": 3175722}, "date-ut": "1884-11-22 06:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-872"}, "ids-in-sources": {"a6": "872"}}, "raw": {"H": "7", "MN": "10", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "22", "LAT": "43N 0", "LON": "13E 0", "MON": "11", "NUM": "872", "PRO": "W", "SEC": "4", "YEA": "1884", "CITY": "GUALDO TADINO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Umberto", "family": "Donati"}, "birth": {"tzo": "+00:50", "date": "1884-11-22 07:00", "note": "", "place": {"name": "Gualdo Tadino"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "175", "muller": "M1-175"}}, "raw": {"LG": "-13", "DAY": "22", "LAT": "43", "MIN": "00", "TZO": "-0,83", "HOUR": "07", "NAME": "175M Donati, Umberto", "YEAR": "1884", "MONTH": "11", "PLACE": "Gualdo Tadino PG"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21542	eredia-giacinto-1879-08-26	{"afd1": "177"}	{"muller": "M1-177"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giacinto", "family": "Eredia", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:54", "date": "1879-08-26 05:15", "note": "", "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 15, "lat": 37.5, "name": "Catania", "geoid": null}, "notime": null, "date-ut": "1879-08-26 04:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giacinto", "family": "Eredia"}, "birth": {"tzo": "+00:54", "date": "1879-08-26 05:15", "note": "", "place": {"c2": "CT", "cy": "IT", "lg": 15, "lat": 37.5, "name": "Catania"}, "date-ut": "1879-08-26 04:21"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "177"}}, "raw": {"LG": "-15", "DAY": "26", "LAT": "37,5", "MIN": "15", "TZO": "-0,88", "HOUR": "05", "NAME": "177M Eredia, Giacinto", "YEAR": "1879", "MONTH": "08", "PLACE": "Catania CT"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14652	ermacora-chine-1894-08-30	{"a6": "874", "afd1": "178"}	{"lerrcp": "A6-874", "muller": "M1-178"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Chine", "family": "Ermacora", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1894-08-30 11:00", "note": "", "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.22583, "lat": 46.21222, "name": "Tarcento", "geoid": 3165923}, "notime": null, "date-ut": "1894-08-30 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Ghino", "family": "Ermacora"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.22583, "lat": 46.21222, "name": "Tarcento", "geoid": 3165923}, "date-ut": "1894-08-30 10:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-874"}, "ids-in-sources": {"a6": "874"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "30", "LAT": "46N 0", "LON": "13E30", "MON": "8", "NUM": "874", "PRO": "W", "SEC": "0", "YEA": "1894", "CITY": "TARCENTO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Chine", "family": "Ermacora"}, "birth": {"tzo": "+01:00", "date": "1894-08-30 11:00", "note": "", "place": {"name": "Tarcento"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "178", "muller": "M1-178"}}, "raw": {"LG": "-13,5", "DAY": "30", "LAT": "46", "MIN": "00", "TZO": "-1", "HOUR": "11", "NAME": "178M Ermacora, Chine", "YEAR": "1894", "MONTH": "08", "PLACE": "Tarcento UD"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21543	fabietti-alfredo-1893-06-19	{"afd1": "181"}	{"muller": "M1-181"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfredo", "family": "Fabietti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1893-06-19 19:10", "note": "", "place": {"c1": null, "c2": "SI", "c3": null, "cy": "IT", "lg": 11, "lat": 43.3, "name": "Cetona", "geoid": null}, "notime": null, "date-ut": "1893-06-19 18:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alfredo", "family": "Fabietti"}, "birth": {"tzo": "+00:50", "date": "1893-06-19 19:10", "note": "", "place": {"c2": "SI", "cy": "IT", "lg": 11, "lat": 43.3, "name": "Cetona"}, "date-ut": "1893-06-19 18:20"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "181"}}, "raw": {"LG": "-11,75", "DAY": "19", "LAT": "43,3", "MIN": "10", "TZO": "-0,83", "HOUR": "19", "NAME": "181M Fabietti, Alfredo", "YEAR": "1893", "MONTH": "06", "PLACE": "Cetona SI"}, "date": "2023-08-20T14:44:34+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14657	fanelli-giuseppe-attilio-1893-08-31	{"a6": "879", "afd1": "185"}	{"lerrcp": "A6-879", "muller": "M1-185"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe Attilio", "family": "Fanelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1893-08-31 18:30", "note": "", "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 16.66738, "lat": 41.18643, "name": "Giovinazzo", "geoid": 3176072}, "notime": null, "date-ut": "1893-08-31 17:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Fanelli"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 16.66738, "lat": 41.18643, "name": "Giovinazzo", "geoid": 3176072}, "date-ut": "1893-08-31 17:40:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-879"}, "ids-in-sources": {"a6": "879"}}, "raw": {"H": "18", "MN": "40", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "31", "LAT": "41N12", "LON": "17E 0", "MON": "8", "NUM": "879", "PRO": "W", "SEC": "4", "YEA": "1893", "CITY": "GIOVINAZZO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Giuseppe Attilio", "family": "Fanelli"}, "birth": {"tzo": "+00:50", "date": "1893-08-31 18:30", "note": "", "place": {"name": "Giovinazzo"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "185", "muller": "M1-185"}}, "raw": {"LG": "-17", "DAY": "31", "LAT": "41,2", "MIN": "30", "TZO": "-0,83", "HOUR": "18", "NAME": "185M Fanelli, Giuseppe Attilio", "YEAR": "1893", "MONTH": "08", "PLACE": "Giovinazzo BA"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14658	fantucci-antonio-filiberto-1900-10-26	{"a6": "880", "afd1": "186"}	{"lerrcp": "A6-880", "muller": "M1-186"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio Filiberto", "family": "Fantucci", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1900-10-26 02:00", "note": "", "place": {"c1": null, "c2": "FO", "c3": null, "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "Dovadola", "geoid": 0}, "notime": null, "date-ut": "1900-10-26 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Fantucci"}, "birth": {"place": {"c2": "FO", "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "DOVADOLA", "geoid": 0}, "date-ut": "1900-10-26 01:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-880"}, "ids-in-sources": {"a6": "880"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "FO", "COU": "I", "DAY": "26", "LAT": "44N12", "LON": "12E30", "MON": "10", "NUM": "880", "PRO": "W", "SEC": "0", "YEA": "1900", "CITY": "DOVADOLA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Antonio Filiberto", "family": "Fantucci"}, "birth": {"tzo": "+01:00", "date": "1900-10-26 02:00", "note": "", "place": {"name": "Dovadola"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "186", "muller": "M1-186"}}, "raw": {"LG": "-12,5", "DAY": "26", "LAT": "44,2", "MIN": "00", "TZO": "-1", "HOUR": "02", "NAME": "186M Fantucci, Antonio Filiberto", "YEAR": "1900", "MONTH": "10", "PLACE": "Dovadola FO"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21544	fara-giulio-1880-12-03	{"afd1": "187"}	{"muller": "M1-187"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giulio", "family": "Fara", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:37", "date": "1880-12-03 04:00", "note": "", "place": {"c1": null, "c2": "CA", "c3": null, "cy": "IT", "lg": 9, "lat": 39.4, "name": "Cagliari", "geoid": null}, "notime": null, "date-ut": "1880-12-03 03:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giulio", "family": "Fara"}, "birth": {"tzo": "+00:37", "date": "1880-12-03 04:00", "note": "", "place": {"c2": "CA", "cy": "IT", "lg": 9, "lat": 39.4, "name": "Cagliari"}, "date-ut": "1880-12-03 03:23"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "187"}}, "raw": {"LG": "-9", "DAY": "03", "LAT": "39,4", "MIN": "00", "TZO": "-0,6", "HOUR": "04", "NAME": "187M Fara, Giulio", "YEAR": "1880", "MONTH": "12", "PLACE": "Cagliari CA"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21545	fatini-giuseppe-1884-01-05	{"afd1": "188"}	{"muller": "M1-188"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Fatini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1884-01-05 01:00", "note": "", "place": {"c1": null, "c2": "SI", "c3": null, "cy": "IT", "lg": 11, "lat": 43.3, "name": "Piancastagnaio", "geoid": null}, "notime": null, "date-ut": "1884-01-05 00:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giuseppe", "family": "Fatini"}, "birth": {"tzo": "+00:50", "date": "1884-01-05 01:00", "note": "", "place": {"c2": "SI", "cy": "IT", "lg": 11, "lat": 43.3, "name": "Piancastagnaio"}, "date-ut": "1884-01-05 00:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "188"}}, "raw": {"LG": "-11,75", "DAY": "05", "LAT": "43,3", "MIN": "00", "TZO": "-0,83", "HOUR": "01", "NAME": "188M Fatini, Giuseppe", "YEAR": "1884", "MONTH": "01", "PLACE": "Piancastagnaio SI"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21548	franchi-raffaello-1899-05-20	{"afd1": "200"}	{"muller": "M1-200"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raffaello", "family": "Franchi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1899-05-20 05:00", "note": "", "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11, "lat": 43.7, "name": "Firenze", "geoid": null}, "notime": null, "date-ut": "1899-05-20 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Raffaello", "family": "Franchi"}, "birth": {"tzo": "+01:00", "date": "1899-05-20 05:00", "note": "", "place": {"c2": "FI", "cy": "IT", "lg": 11, "lat": 43.7, "name": "Firenze"}, "date-ut": "1899-05-20 04:00"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "200"}}, "raw": {"LG": "-11,5", "DAY": "20", "LAT": "43,7", "MIN": "00", "TZO": "-1", "HOUR": "05", "NAME": "200M Franchi, Raffaello", "YEAR": "1899", "MONTH": "05", "PLACE": "Firenze FI"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14661	flora-francesco-1891-10-27	{"a6": "883", "afd1": "193"}	{"lerrcp": "A6-883", "muller": "M1-193"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Flora", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1891-10-27 06:00", "note": "", "place": {"c1": null, "c2": "BN", "c3": null, "cy": "IT", "lg": 14.83314, "lat": 41.36432, "name": "Colle Sannita", "geoid": 3178346}, "notime": null, "date-ut": "1891-10-27 05:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Flore"}, "birth": {"place": {"c2": "BN", "cy": "IT", "lg": 14.83314, "lat": 41.36432, "name": "Colle Sannita", "geoid": 3178346}, "date-ut": "1891-10-27 05:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-883"}, "ids-in-sources": {"a6": "883"}}, "raw": {"H": "6", "MN": "10", "TZ": "-1", "COD": "BN", "COU": "I", "DAY": "27", "LAT": "41N18", "LON": "15E 0", "MON": "10", "NUM": "883", "PRO": "W", "SEC": "4", "YEA": "1891", "CITY": "COLLE SANNITA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Francesco", "family": "Flora"}, "birth": {"tzo": "+00:50", "date": "1891-10-27 06:00", "note": "", "place": {"name": "Colle Sannita"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "193", "muller": "M1-193"}}, "raw": {"LG": "-15", "DAY": "27", "LAT": "41,3", "MIN": "00", "TZO": "-0,83", "HOUR": "06", "NAME": "193M Flora, Francesco", "YEAR": "1891", "MONTH": "10", "PLACE": "Colle Sannita BN"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14662	foa-vittorio-1910-09-18	{"a6": "884", "afd1": "194"}	{"lerrcp": "A6-884", "muller": "M1-194"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vittorio", "family": "Foa", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1910-09-18 23:30", "note": "", "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "Torino", "geoid": 0}, "notime": null, "date-ut": "1910-09-18 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Vittorio", "family": "Foa'"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1910-09-18 22:30"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-884"}, "ids-in-sources": {"a6": "884"}}, "raw": {"H": "23", "MN": "30", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "18", "LAT": "45N 0", "LON": "8E 0", "MON": "9", "NUM": "884", "PRO": "W", "SEC": "0", "YEA": "1910", "CITY": "TORINO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Vittorio", "family": "Foa"}, "birth": {"tzo": "+01:00", "date": "1910-09-18 23:30", "note": "", "place": {"name": "Torino"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "194", "muller": "M1-194"}}, "raw": {"LG": "-8", "DAY": "18", "LAT": "45", "MIN": "30", "TZO": "-1", "HOUR": "23", "NAME": "194M Foa, Vittorio", "YEAR": "1910", "MONTH": "09", "PLACE": "Torino TO"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21546	formigari-francesco-1893-03-25	{"afd1": "197"}	{"muller": "M1-197"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Formigari", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1893-03-25 06:20", "note": "", "place": {"c1": null, "c2": "CB", "c3": null, "cy": "IT", "lg": 14, "lat": 41.6, "name": "Isernia", "geoid": null}, "notime": null, "date-ut": "1893-03-25 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Francesco", "family": "Formigari"}, "birth": {"tzo": "+00:50", "date": "1893-03-25 06:20", "note": "", "place": {"c2": "CB", "cy": "IT", "lg": 14, "lat": 41.6, "name": "Isernia"}, "date-ut": "1893-03-25 05:30"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "197"}}, "raw": {"LG": "-14,75", "DAY": "25", "LAT": "41,6", "MIN": "20", "TZO": "-0,83", "HOUR": "06", "NAME": "197M Formigari, Francesco", "YEAR": "1893", "MONTH": "03", "PLACE": "Isernia CB"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21547	fortini-arnaldo-1889-12-12	{"afd1": "198"}	{"muller": "M1-198"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arnaldo", "family": "Fortini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1889-12-12 06:15", "note": "", "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 13, "lat": 43, "name": "Assisi", "geoid": null}, "notime": null, "date-ut": "1889-12-12 05:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Arnaldo", "family": "Fortini"}, "birth": {"tzo": "+00:50", "date": "1889-12-12 06:15", "note": "", "place": {"c2": "PG", "cy": "IT", "lg": 13, "lat": 43, "name": "Assisi"}, "date-ut": "1889-12-12 05:25"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "198"}}, "raw": {"LG": "-13", "DAY": "12", "LAT": "43", "MIN": "15", "TZO": "-0,83", "HOUR": "06", "NAME": "198M Fortini, Arnaldo", "YEAR": "1889", "MONTH": "12", "PLACE": "Assisi PG"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14665	forzano-giovacchino-1883-11-19	{"a6": "887", "afd1": "199"}	{"lerrcp": "A6-887", "muller": "M1-199"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovacchino", "family": "Forzano", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1883-11-19 11:00", "note": "", "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.5, "lat": 43.7, "name": "Borgo s. Lorenzo", "geoid": 0}, "notime": null, "date-ut": "1883-11-19 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Giovacchino", "family": "Forzano"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.5, "lat": 43.7, "name": "BORGO S.LORENZO", "geoid": 0}, "date-ut": "1883-11-19 10:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-887"}, "ids-in-sources": {"a6": "887"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "19", "LAT": "43N42", "LON": "11E30", "MON": "11", "NUM": "887", "PRO": "W", "SEC": "4", "YEA": "1883", "CITY": "BORGO S.LORENZO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Giovacchino", "family": "Forzano"}, "birth": {"tzo": "+00:50", "date": "1883-11-19 11:00", "note": "", "place": {"name": "Borgo s. Lorenzo"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "199", "muller": "M1-199"}}, "raw": {"LG": "-11,5", "DAY": "19", "LAT": "43,7", "MIN": "00", "TZO": "-0,83", "HOUR": "11", "NAME": "199M Forzano, Giovacchino", "YEAR": "1883", "MONTH": "11", "PLACE": "Borgo s. Lorenzo FI"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21549	francolini-bruno-1903-04-23	{"afd1": "201"}	{"muller": "M1-201"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Francolini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1903-04-23 21:00", "note": "", "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11, "lat": 43.7, "name": "Firenze", "geoid": null}, "notime": null, "date-ut": "1903-04-23 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bruno", "family": "Francolini"}, "birth": {"tzo": "+01:00", "date": "1903-04-23 21:00", "note": "", "place": {"c2": "FI", "cy": "IT", "lg": 11, "lat": 43.7, "name": "Firenze"}, "date-ut": "1903-04-23 20:00"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "201"}}, "raw": {"LG": "-11,5", "DAY": "23", "LAT": "43,7", "MIN": "00", "TZO": "-1", "HOUR": "21", "NAME": "201M Francolini, Bruno", "YEAR": "1903", "MONTH": "04", "PLACE": "Firenze FI"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21550	frattini-angelo-1896-10-08	{"afd1": "204"}	{"muller": "M1-204"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Frattini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1896-10-08 23:30", "note": "", "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9, "lat": 45.5, "name": "Milano", "geoid": null}, "notime": null, "date-ut": "1896-10-08 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Angelo", "family": "Frattini"}, "birth": {"tzo": "+01:00", "date": "1896-10-08 23:30", "note": "", "place": {"c2": "MI", "cy": "IT", "lg": 9, "lat": 45.5, "name": "Milano"}, "date-ut": "1896-10-08 22:30"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "204"}}, "raw": {"LG": "-9,25", "DAY": "08", "LAT": "45,5", "MIN": "30", "TZO": "-1", "HOUR": "23", "NAME": "204M Frattini, Angelo", "YEAR": "1896", "MONTH": "10", "PLACE": "Milano MI"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21551	fumarola-dip-angelo-a-1911-09-25	{"afd1": "205"}	{"muller": "M1-205"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo A.", "family": "Fumarola diP.", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1911-09-25 02:00", "note": "", "place": {"c1": null, "c2": "LE", "c3": null, "cy": "IT", "lg": 18, "lat": 40.4, "name": "Lecce", "geoid": null}, "notime": null, "date-ut": "1911-09-25 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Angelo A.", "family": "Fumarola diP."}, "birth": {"tzo": "+01:00", "date": "1911-09-25 02:00", "note": "", "place": {"c2": "LE", "cy": "IT", "lg": 18, "lat": 40.4, "name": "Lecce"}, "date-ut": "1911-09-25 01:00"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "205"}}, "raw": {"LG": "-18,75", "DAY": "25", "LAT": "40,4", "MIN": "00", "TZO": "-1", "HOUR": "02", "NAME": "205M Fumarola diP., Angelo A.", "YEAR": "1911", "MONTH": "09", "PLACE": "Lecce LE"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21552	gadda-conti-piero-1902-02-13	{"afd1": "207"}	{"muller": "M1-207"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "conti Piero", "family": "Gadda", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1902-02-13 12:25", "note": "", "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9, "lat": 45.5, "name": "Milano", "geoid": null}, "notime": null, "date-ut": "1902-02-13 11:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "conti Piero", "family": "Gadda"}, "birth": {"tzo": "+01:00", "date": "1902-02-13 12:25", "note": "", "place": {"c2": "MI", "cy": "IT", "lg": 9, "lat": 45.5, "name": "Milano"}, "date-ut": "1902-02-13 11:25"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "207"}}, "raw": {"LG": "-9,25", "DAY": "13", "LAT": "45,5", "MIN": "25", "TZO": "-1", "HOUR": "12", "NAME": "207M Gadda, conti Piero", "YEAR": "1902", "MONTH": "02", "PLACE": "Milano MI"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14667	galeazzi-antonio-galeazzo-1891-10-30	{"a6": "889", "afd1": "210"}	{"lerrcp": "A6-889", "muller": "M1-210"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio Galeazzo", "family": "Galeazzi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1891-10-30 08:00", "note": "", "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 12.78717, "lat": 43.11155, "name": "Nocera Umbra", "geoid": 3172242}, "notime": null, "date-ut": "1891-10-30 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Galeazzi"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 12.78717, "lat": 43.11155, "name": "Nocera Umbra", "geoid": 3172242}, "date-ut": "1891-10-30 07:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-889"}, "ids-in-sources": {"a6": "889"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "30", "LAT": "43N 0", "LON": "13E 0", "MON": "10", "NUM": "889", "PRO": "W", "SEC": "4", "YEA": "1891", "CITY": "NOCERA UMBRA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Antonio Galeazzo", "family": "Galeazzi"}, "birth": {"tzo": "+00:50", "date": "1891-10-30 08:00", "note": "", "place": {"name": "Nocera Umbra"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "210", "muller": "M1-210"}}, "raw": {"LG": "-13", "DAY": "30", "LAT": "43", "MIN": "00", "TZO": "-0,83", "HOUR": "08", "NAME": "210M Galeazzi, Antonio Galeazzo", "YEAR": "1891", "MONTH": "10", "PLACE": "Nocera Umbra PG"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21553	gargiulo-silvio-salvatore-1868-10-01	{"afd1": "213"}	{"muller": "M1-213"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Silvio Salvatore", "family": "Gargiulo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1868-10-01 19:00", "note": "", "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14, "lat": 40.9, "name": "Sorrento", "geoid": null}, "notime": null, "date-ut": "1868-10-01 18:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Silvio Salvatore", "family": "Gargiulo"}, "birth": {"tzo": "+00:50", "date": "1868-10-01 19:00", "note": "", "place": {"c2": "NA", "cy": "IT", "lg": 14, "lat": 40.9, "name": "Sorrento"}, "date-ut": "1868-10-01 18:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "213"}}, "raw": {"LG": "-14", "DAY": "01", "LAT": "40,9", "MIN": "00", "TZO": "-0,83", "HOUR": "19", "NAME": "213M Gargiulo, Silvio Salvatore", "YEAR": "1868", "MONTH": "10", "PLACE": "Sorrento NA"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21554	gariazzo-piero-antonio-1879-01-07	{"afd1": "214"}	{"muller": "M1-214"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Piero Antonio", "family": "Gariazzo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1879-01-07 22:00", "note": "", "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "Torino", "geoid": null}, "notime": null, "date-ut": "1879-01-07 21:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Piero Antonio", "family": "Gariazzo"}, "birth": {"tzo": "+00:50", "date": "1879-01-07 22:00", "note": "", "place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "Torino"}, "date-ut": "1879-01-07 21:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "214"}}, "raw": {"LG": "-8", "DAY": "07", "LAT": "45", "MIN": "00", "TZO": "-0,83", "HOUR": "22", "NAME": "214M Gariazzo, Piero Antonio", "YEAR": "1879", "MONTH": "01", "PLACE": "Torino TO"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21555	gasparini-mario-1917-03-25	{"afd1": "215"}	{"muller": "M1-215"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Gasparini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1917-03-25 02:00", "note": "", "place": {"c1": null, "c2": "SV", "c3": null, "cy": "IT", "lg": 8, "lat": 44.3, "name": "Savona", "geoid": null}, "notime": null, "date-ut": "1917-03-25 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Mario", "family": "Gasparini"}, "birth": {"tzo": "+01:00", "date": "1917-03-25 02:00", "note": "", "place": {"c2": "SV", "cy": "IT", "lg": 8, "lat": 44.3, "name": "Savona"}, "date-ut": "1917-03-25 01:00"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "215"}}, "raw": {"LG": "-8,75", "DAY": "25", "LAT": "44,3", "MIN": "00", "TZO": "-1", "HOUR": "02", "NAME": "215M Gasparini, Mario", "YEAR": "1917", "MONTH": "03", "PLACE": "Savona SV"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14668	gastaldi-mario-1903-08-28	{"a6": "890", "afd1": "216"}	{"lerrcp": "A6-890", "muller": "M1-216"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Gastaldi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1903-08-28 18:50", "note": "", "place": {"c1": null, "c2": "BS", "c3": null, "cy": "IT", "lg": 11, "lat": 45.5, "name": "Bedizzole di Br", "geoid": 0}, "notime": null, "date-ut": "1902-08-28 17:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Gastaldi"}, "birth": {"place": {"c2": "BS", "cy": "IT", "lg": 11, "lat": 45.5, "name": "BEDIZZOLE DI BR", "geoid": 0}, "date-ut": "1902-08-28 17:50"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-890"}, "ids-in-sources": {"a6": "890"}}, "raw": {"H": "18", "MN": "50", "TZ": "-1", "COD": "BS", "COU": "I", "DAY": "28", "LAT": "45N30", "LON": "11E 0", "MON": "8", "NUM": "890", "PRO": "W", "SEC": "0", "YEA": "1902", "CITY": "BEDIZZOLE DI BR"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Mario", "family": "Gastaldi"}, "birth": {"tzo": "+01:00", "date": "1903-08-28 18:50", "note": "", "place": {"name": "Bedizzole di Br"}}, "notes": ["CHECK: birth day - A6-890 1902-08-28 / M1writers 216 1903-08-28"], "occus": ["writer"], "to-check": true, "ids-in-sources": {"afd1": "216", "muller": "M1-216"}}, "raw": {"LG": "-11", "DAY": "28", "LAT": "45,5", "MIN": "50", "TZO": "-1", "HOUR": "18", "NAME": "216M Gastaldi, Mario", "YEAR": "1903", "MONTH": "08", "PLACE": "Bedizzole di Br BS"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	["CHECK: birth day - A6-890 1902-08-28 / M1writers 216 1903-08-28"]
21556	gatteschi-roberto-pia-1872-05-10	{"afd1": "217"}	{"muller": "M1-217"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roberto Pia", "family": "Gatteschi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1872-05-10 00:00", "note": "", "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11, "lat": 43.7, "name": "Firenze", "geoid": null}, "notime": null, "date-ut": "1872-05-09 23:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Roberto Pia", "family": "Gatteschi"}, "birth": {"tzo": "+00:50", "date": "1872-05-10 00:00", "note": "", "place": {"c2": "FI", "cy": "IT", "lg": 11, "lat": 43.7, "name": "Firenze"}, "date-ut": "1872-05-09 23:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "217"}}, "raw": {"LG": "-11,5", "DAY": "10", "LAT": "43,7", "MIN": "00", "TZO": "-0,83", "HOUR": "00", "NAME": "217M Gatteschi, Roberto Pia", "YEAR": "1872", "MONTH": "05", "PLACE": "Firenze FI"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21557	gatti-angelo-1875-01-09	{"afd1": "218"}	{"muller": "M1-218"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Gatti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1875-01-09 23:00", "note": "", "place": {"c1": null, "c2": "CE", "c3": null, "cy": "IT", "lg": 14, "lat": 41.1, "name": "Capua", "geoid": null}, "notime": null, "date-ut": "1875-01-09 22:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Angelo", "family": "Gatti"}, "birth": {"tzo": "+00:50", "date": "1875-01-09 23:00", "note": "", "place": {"c2": "CE", "cy": "IT", "lg": 14, "lat": 41.1, "name": "Capua"}, "date-ut": "1875-01-09 22:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "218"}}, "raw": {"LG": "-14,5", "DAY": "09", "LAT": "41,1", "MIN": "00", "TZO": "-0,83", "HOUR": "23", "NAME": "218M Gatti, Angelo", "YEAR": "1875", "MONTH": "01", "PLACE": "Capua CE"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21558	gavi-valentine-1893-05-16	{"afd1": "219"}	{"muller": "M1-219"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Valentine", "family": "Gavi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1893-05-16 14:30", "note": "", "place": {"c1": null, "c2": "GE", "c3": null, "cy": "IT", "lg": 9, "lat": 44.4, "name": "Geneva", "geoid": null}, "notime": null, "date-ut": "1893-05-16 13:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Valentine", "family": "Gavi"}, "birth": {"tzo": "+00:50", "date": "1893-05-16 14:30", "note": "", "place": {"c2": "GE", "cy": "IT", "lg": 9, "lat": 44.4, "name": "Geneva"}, "date-ut": "1893-05-16 13:40"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "219"}}, "raw": {"LG": "-9", "DAY": "16", "LAT": "44,4", "MIN": "30", "TZO": "-0,83", "HOUR": "14", "NAME": "219M Gavi, Valentine", "YEAR": "1893", "MONTH": "05", "PLACE": "Geneva GE"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21559	genco-bernardo-attilio-1887-03-14	{"afd1": "220"}	{"muller": "M1-220"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernardo Attilio", "family": "Genco", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:54", "date": "1887-03-14 09:40", "note": "", "place": {"c1": null, "c2": "PA", "c3": null, "cy": "IT", "lg": 13, "lat": 38, "name": "Roccapalumba", "geoid": null}, "notime": null, "date-ut": "1887-03-14 08:46"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bernardo Attilio", "family": "Genco"}, "birth": {"tzo": "+00:54", "date": "1887-03-14 09:40", "note": "", "place": {"c2": "PA", "cy": "IT", "lg": 13, "lat": 38, "name": "Roccapalumba"}, "date-ut": "1887-03-14 08:46"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "220"}}, "raw": {"LG": "-13,5", "DAY": "14", "LAT": "38", "MIN": "40", "TZO": "-0,88", "HOUR": "09", "NAME": "220M Genco, Bernardo Attilio", "YEAR": "1887", "MONTH": "03", "PLACE": "Roccapalumba PA"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21560	gerelli-attilio-1890-04-14	{"afd1": "221"}	{"muller": "M1-221"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Attilio", "family": "Gerelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1890-04-14 02:00", "note": "", "place": {"c1": null, "c2": "PC", "c3": null, "cy": "IT", "lg": 9, "lat": 45, "name": "Piacenza", "geoid": null}, "notime": null, "date-ut": "1890-04-14 01:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Attilio", "family": "Gerelli"}, "birth": {"tzo": "+00:50", "date": "1890-04-14 02:00", "note": "", "place": {"c2": "PC", "cy": "IT", "lg": 9, "lat": 45, "name": "Piacenza"}, "date-ut": "1890-04-14 01:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "221"}}, "raw": {"LG": "-9,75", "DAY": "14", "LAT": "45", "MIN": "00", "TZO": "-0,83", "HOUR": "02", "NAME": "221M Gerelli, Attilio", "YEAR": "1890", "MONTH": "04", "PLACE": "Piacenza PC"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21561	ghidini-luigi-1883-03-24	{"afd1": "224"}	{"muller": "M1-224"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Ghidini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1883-03-24 05:00", "note": "", "place": {"c1": null, "c2": "BG", "c3": null, "cy": "IT", "lg": 9, "lat": 45.6, "name": "Cologne al Seri", "geoid": null}, "notime": null, "date-ut": "1883-03-24 04:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luigi", "family": "Ghidini"}, "birth": {"tzo": "+00:50", "date": "1883-03-24 05:00", "note": "", "place": {"c2": "BG", "cy": "IT", "lg": 9, "lat": 45.6, "name": "Cologne al Seri"}, "date-ut": "1883-03-24 04:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "224"}}, "raw": {"LG": "-9,75", "DAY": "24", "LAT": "45,6", "MIN": "00", "TZO": "-0,83", "HOUR": "05", "NAME": "224M Ghidini, Luigi", "YEAR": "1883", "MONTH": "03", "PLACE": "Cologne al Seri BG"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14671	ghisalberti-mario-1902-09-11	{"a6": "893", "afd1": "225"}	{"lerrcp": "A6-893", "muller": "M1-225"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Ghisalberti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1902-09-11 11:00", "note": "", "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "notime": null, "date-ut": "1902-09-11 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Ghisalberti"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "date-ut": "1902-09-11 10:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-893"}, "ids-in-sources": {"a6": "893"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "11", "LAT": "45N30", "LON": "12E30", "MON": "9", "NUM": "893", "PRO": "W", "SEC": "0", "YEA": "1902", "CITY": "VENEZIA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Mario", "family": "Ghisalberti"}, "birth": {"tzo": "+01:00", "date": "1902-09-11 11:00", "note": "", "place": {"name": "Venezia"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "225", "muller": "M1-225"}}, "raw": {"LG": "-12,5", "DAY": "11", "LAT": "45,5", "MIN": "00", "TZO": "-1", "HOUR": "11", "NAME": "225M Ghisalberti, Mario", "YEAR": "1902", "MONTH": "09", "PLACE": "Venezia VE"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
13141	giannini-guglielmo-1891-10-14	{"a5": "1685", "a6": "894", "afd1": "226"}	{"lerrcp": "A5-1685", "muller": "M1-226"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guglielmo", "family": "Giannini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1891-10-14 23:04", "note": "", "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.11001, "lat": 40.83196, "name": "Pozzuoli", "geoid": 3169984}, "notime": null, "date-ut": "1891-10-14 22:14:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician", "writer"]	5	null	[{"new": {"name": {"given": "Guglielmo", "family": "Giannini"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.11001, "lat": 40.83196, "name": "Pozzuoli", "geoid": 3169984}, "date-ut": "1891-10-14 22:14:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1685"}, "ids-in-sources": {"a5": "1685"}}, "raw": {"H": "23", "MN": "14", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "14", "LAT": "40N54", "LON": "14E 0", "MON": "10", "NUM": "1685", "PRO": "PT", "SEC": "4", "YEA": "1891", "CITY": "POZZUOLI"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "894"}}, "raw": {"H": "23", "MN": "14", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "14", "LAT": "40N54", "LON": "14E 0", "MON": "10", "NUM": "894", "PRO": "W", "SEC": "4", "YEA": "1891", "CITY": "POZZUOLI"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Guglielmo", "family": "Giannini"}, "birth": {"tzo": "+00:50", "date": "1891-10-14 23:04", "note": "", "place": {"name": "Pozzuoli"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "226", "muller": "M1-226"}}, "raw": {"LG": "-14", "DAY": "14", "LAT": "40,9", "MIN": "04", "TZO": "-0,83", "HOUR": "23", "NAME": "226M Giannini, Guglielmo", "YEAR": "1891", "MONTH": "10", "PLACE": "Pozzuoli NA"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21562	giannitrapani-luigi-1868-03-03	{"afd1": "227"}	{"muller": "M1-227"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Giannitrapani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:54", "date": "1868-03-03 16:15", "note": "", "place": {"c1": null, "c2": "TP", "c3": null, "cy": "IT", "lg": 12, "lat": 38, "name": "Trapani", "geoid": null}, "notime": null, "date-ut": "1868-03-03 15:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luigi", "family": "Giannitrapani"}, "birth": {"tzo": "+00:54", "date": "1868-03-03 16:15", "note": "", "place": {"c2": "TP", "cy": "IT", "lg": 12, "lat": 38, "name": "Trapani"}, "date-ut": "1868-03-03 15:21"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "227"}}, "raw": {"LG": "-12,5", "DAY": "03", "LAT": "38", "MIN": "15", "TZO": "-0,88", "HOUR": "16", "NAME": "227M Giannitrapani, Luigi", "YEAR": "1868", "MONTH": "03", "PLACE": "Trapani TP"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21563	ginnari-biagio-1885-11-04	{"afd1": "228"}	{"muller": "M1-228"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Biagio", "family": "Ginnari", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1885-11-04 11:15", "note": "", "place": {"c1": null, "c2": "PZ", "c3": null, "cy": "IT", "lg": 15, "lat": 40.5, "name": "Maratea", "geoid": null}, "notime": null, "date-ut": "1885-11-04 10:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Biagio", "family": "Ginnari"}, "birth": {"tzo": "+00:50", "date": "1885-11-04 11:15", "note": "", "place": {"c2": "PZ", "cy": "IT", "lg": 15, "lat": 40.5, "name": "Maratea"}, "date-ut": "1885-11-04 10:25"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "228"}}, "raw": {"LG": "-15,75", "DAY": "04", "LAT": "40,5", "MIN": "15", "TZO": "-0,83", "HOUR": "11", "NAME": "228M Ginnari, Biagio", "YEAR": "1885", "MONTH": "11", "PLACE": "Maratea PZ"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21564	giuliotti-domenico-1877-02-18	{"afd1": "232"}	{"muller": "M1-232"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Domenico", "family": "Giuliotti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1877-02-18 13:15", "note": "", "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11, "lat": 43.7, "name": "S.casciano Val", "geoid": null}, "notime": null, "date-ut": "1877-02-18 12:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Domenico", "family": "Giuliotti"}, "birth": {"tzo": "+00:50", "date": "1877-02-18 13:15", "note": "", "place": {"c2": "FI", "cy": "IT", "lg": 11, "lat": 43.7, "name": "S.casciano Val"}, "date-ut": "1877-02-18 12:25"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "232"}}, "raw": {"LG": "-11,5", "DAY": "18", "LAT": "43,7", "MIN": "15", "TZO": "-0,83", "HOUR": "13", "NAME": "232M Giuliotti, Domenico", "YEAR": "1877", "MONTH": "02", "PLACE": "S.casciano Val FI"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
15330	govi-mario-1880-02-14	{"a6": "1568", "afd1": "235"}	{"lerrcp": "A6-1568", "muller": "M1-235"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Govi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1880-02-14 03:30", "note": "", "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.8777, "lat": 44.78237, "name": "Carpi", "geoid": 3180445}, "notime": null, "date-ut": "1880-02-14 02:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist", "writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1568"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.8777, "lat": 44.78237, "name": "Carpi", "geoid": 3180445}, "date-ut": "1880-02-14 02:40:04"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1568"}, "ids-in-sources": {"a6": "1568"}}, "raw": {"H": "3", "MN": "40", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "14", "LAT": "44N36", "LON": "11E15", "MON": "2", "NUM": "1568", "PRO": "J", "SEC": "4", "YEA": "1880", "CITY": "CARPI"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Mario", "family": "Govi"}, "birth": {"tzo": "+00:50", "date": "1880-02-14 03:30", "note": "", "place": {"name": "Carpi"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "235", "muller": "M1-235"}}, "raw": {"LG": "-11,25", "DAY": "14", "LAT": "44,6", "MIN": "30", "TZO": "-0,83", "HOUR": "03", "NAME": "235M Govi, Mario", "YEAR": "1880", "MONTH": "02", "PLACE": "Carpi MO"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14674	govoni-corrado-1884-10-29	{"a6": "897", "afd1": "236"}	{"lerrcp": "A6-897", "muller": "M1-236"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Corrado", "family": "Govoni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1884-10-29 07:30", "note": "", "place": {"c1": null, "c2": "FE", "c3": null, "cy": "IT", "lg": 11.76667, "lat": 44.88333, "name": "Tamara", "geoid": 3165953}, "notime": null, "date-ut": "1884-10-29 06:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Corrado", "family": "Govoni"}, "birth": {"place": {"c2": "FE", "cy": "IT", "lg": 11.76667, "lat": 44.88333, "name": "Tamara", "geoid": 3165953}, "date-ut": "1884-10-29 06:40:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-897"}, "ids-in-sources": {"a6": "897"}}, "raw": {"H": "7", "MN": "40", "TZ": "-1", "COD": "FE", "COU": "I", "DAY": "29", "LAT": "44N42", "LON": "12E30", "MON": "10", "NUM": "897", "PRO": "W", "SEC": "4", "YEA": "1884", "CITY": "TAMARA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Corrado", "family": "Govoni"}, "birth": {"tzo": "+00:50", "date": "1884-10-29 07:30", "note": "", "place": {"name": "Tamara"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "236", "muller": "M1-236"}}, "raw": {"LG": "-12,5", "DAY": "29", "LAT": "44,7", "MIN": "30", "TZO": "-0,83", "HOUR": "07", "NAME": "236M Govoni, Corrado", "YEAR": "1884", "MONTH": "10", "PLACE": "Tamara FE"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21565	grassi-giuseppe-1881-02-28	{"afd1": "238"}	{"muller": "M1-238"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Grassi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1881-02-28 15:00", "note": "", "place": {"c1": null, "c2": "TA", "c3": null, "cy": "IT", "lg": 17, "lat": 40.5, "name": "Martina Franca", "geoid": null}, "notime": null, "date-ut": "1881-02-28 14:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giuseppe", "family": "Grassi"}, "birth": {"tzo": "+00:50", "date": "1881-02-28 15:00", "note": "", "place": {"c2": "TA", "cy": "IT", "lg": 17, "lat": 40.5, "name": "Martina Franca"}, "date-ut": "1881-02-28 14:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "238"}}, "raw": {"LG": "-17,5", "DAY": "28", "LAT": "40,5", "MIN": "00", "TZO": "-0,83", "HOUR": "15", "NAME": "238M Grassi, Giuseppe", "YEAR": "1881", "MONTH": "02", "PLACE": "Martina Franca TA"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21566	grazzini-enzo-1902-01-14	{"afd1": "240"}	{"muller": "M1-240"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enzo", "family": "Grazzini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1902-01-14 01:30", "note": "", "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11, "lat": 43.7, "name": "Firenze", "geoid": null}, "notime": null, "date-ut": "1902-01-14 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Enzo", "family": "Grazzini"}, "birth": {"tzo": "+01:00", "date": "1902-01-14 01:30", "note": "", "place": {"c2": "FI", "cy": "IT", "lg": 11, "lat": 43.7, "name": "Firenze"}, "date-ut": "1902-01-14 00:30"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "240"}}, "raw": {"LG": "-11,5", "DAY": "14", "LAT": "43,7", "MIN": "30", "TZO": "-1", "HOUR": "01", "NAME": "240M Grazzini, Enzo", "YEAR": "1902", "MONTH": "01", "PLACE": "Firenze FI"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21575	macchi-giuseppe-1873-03-11	{"afd1": "264"}	{"muller": "M1-264"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Macchi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1873-03-11 20:00", "note": "", "place": {"c1": null, "c2": "VA", "c3": null, "cy": "IT", "lg": 9, "lat": 45.8, "name": "Gallarate", "geoid": null}, "notime": null, "date-ut": "1873-03-11 19:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giuseppe", "family": "Macchi"}, "birth": {"tzo": "+00:50", "date": "1873-03-11 20:00", "note": "", "place": {"c2": "VA", "cy": "IT", "lg": 9, "lat": 45.8, "name": "Gallarate"}, "date-ut": "1873-03-11 19:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "264"}}, "raw": {"LG": "-9", "DAY": "11", "LAT": "45,8", "MIN": "00", "TZO": "-0,83", "HOUR": "20", "NAME": "264M Macchi, Giuseppe", "YEAR": "1873", "MONTH": "03", "PLACE": "Gallarate VA"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
15340	guandalini-ugo-1905-03-09	{"a6": "1578", "afd1": "242"}	{"lerrcp": "A6-1578", "muller": "M1-242"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ugo", "family": "Guandalini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1905-03-09 04:10", "note": "", "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "notime": null, "date-ut": "1905-03-09 17:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["journalist", "writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1578"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "date-ut": "1905-03-09 17:20"}, "occus": ["journalist"], "trust": 5, "partial_ids": {"lerrcp": "A6-1578"}, "ids-in-sources": {"a6": "1578"}}, "raw": {"H": "18", "MN": "20", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "9", "LAT": "44N36", "LON": "11E15", "MON": "3", "NUM": "1578", "PRO": "J", "SEC": "0", "YEA": "1905", "CITY": "MODENA"}, "date": "2023-08-20T14:43:45+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Ugo", "family": "Guandalini"}, "birth": {"tzo": "+01:00", "date": "1905-03-09 04:10", "note": "", "place": {"name": "Modena"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "242", "muller": "M1-242"}}, "raw": {"LG": "-11,25", "DAY": "09", "LAT": "44,6", "MIN": "10", "TZO": "-1", "HOUR": "04", "NAME": "242M Guandalini, Ugo", "YEAR": "1905", "MONTH": "03", "PLACE": "Modena MO"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21567	guelfi-camajani-piero-1896-01-16	{"afd1": "243"}	{"muller": "M1-243"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camajani Piero", "family": "Guelfi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1896-01-16 01:30", "note": "", "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11, "lat": 43.7, "name": "Firenze", "geoid": null}, "notime": null, "date-ut": "1896-01-16 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Camajani Piero", "family": "Guelfi"}, "birth": {"tzo": "+01:00", "date": "1896-01-16 01:30", "note": "", "place": {"c2": "FI", "cy": "IT", "lg": 11, "lat": 43.7, "name": "Firenze"}, "date-ut": "1896-01-16 00:30"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "243"}}, "raw": {"LG": "-11,5", "DAY": "16", "LAT": "43,7", "MIN": "30", "TZO": "-1", "HOUR": "01", "NAME": "243M Guelfi, Camajani Piero", "YEAR": "1896", "MONTH": "01", "PLACE": "Firenze FI"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21568	guenzati-giuseppe-1902-04-12	{"afd1": "244"}	{"muller": "M1-244"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Guenzati", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1902-04-12 23:59", "note": "", "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9, "lat": 45.5, "name": "Milano", "geoid": null}, "notime": null, "date-ut": "1902-04-12 22:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giuseppe", "family": "Guenzati"}, "birth": {"tzo": "+01:00", "date": "1902-04-12 23:59", "note": "", "place": {"c2": "MI", "cy": "IT", "lg": 9, "lat": 45.5, "name": "Milano"}, "date-ut": "1902-04-12 22:59"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "244"}}, "raw": {"LG": "-9,25", "DAY": "12", "LAT": "45,5", "MIN": "59", "TZO": "-1", "HOUR": "23", "NAME": "244M Guenzati, Giuseppe", "YEAR": "1902", "MONTH": "04", "PLACE": "Milano MI"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21569	ienco-elpidio-1892-02-09	{"afd1": "245"}	{"muller": "M1-245"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elpidio", "family": "Ienco", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1892-02-09 17:08", "note": "", "place": {"c1": null, "c2": "CE", "c3": null, "cy": "IT", "lg": 14, "lat": 41.1, "name": "Capodrise", "geoid": null}, "notime": null, "date-ut": "1892-02-09 16:18"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Elpidio", "family": "Ienco"}, "birth": {"tzo": "+00:50", "date": "1892-02-09 17:08", "note": "", "place": {"c2": "CE", "cy": "IT", "lg": 14, "lat": 41.1, "name": "Capodrise"}, "date-ut": "1892-02-09 16:18"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "245"}}, "raw": {"LG": "-14,5", "DAY": "09", "LAT": "41,1", "MIN": "08", "TZO": "-0,83", "HOUR": "17", "NAME": "245M Ienco, Elpidio", "YEAR": "1892", "MONTH": "02", "PLACE": "Capodrise CE"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21570	jacobbi-ruggero-1920-02-21	{"afd1": "246"}	{"muller": "M1-246"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ruggero", "family": "Jacobbi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1920-02-21 17:45", "note": "", "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12, "lat": 45.5, "name": "Venezia", "geoid": null}, "notime": null, "date-ut": "1920-02-21 16:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ruggero", "family": "Jacobbi"}, "birth": {"tzo": "+01:00", "date": "1920-02-21 17:45", "note": "", "place": {"c2": "VE", "cy": "IT", "lg": 12, "lat": 45.5, "name": "Venezia"}, "date-ut": "1920-02-21 16:45"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "246"}}, "raw": {"LG": "-12,5", "DAY": "21", "LAT": "45,5", "MIN": "45", "TZO": "-1", "HOUR": "17", "NAME": "246M Jacobbi, Ruggero", "YEAR": "1920", "MONTH": "02", "PLACE": "Venezia VE"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14677	jacono-antonio-1900-07-24	{"a6": "900", "afd1": "247"}	{"lerrcp": "A6-900", "muller": "M1-247"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Jacono", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1900-07-24 13:15", "note": "", "place": {"c1": null, "c2": "RG", "c3": null, "cy": "IT", "lg": 14.61018, "lat": 36.95134, "name": "Comiso", "geoid": 2524955}, "notime": null, "date-ut": "1900-07-24 12:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Jacono"}, "birth": {"place": {"c2": "RG", "cy": "IT", "lg": 14.61018, "lat": 36.95134, "name": "Comiso", "geoid": 2524955}, "date-ut": "1900-07-24 12:15"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-900"}, "ids-in-sources": {"a6": "900"}}, "raw": {"H": "13", "MN": "15", "TZ": "-1", "COD": "RG", "COU": "I", "DAY": "24", "LAT": "37N 0", "LON": "14E45", "MON": "7", "NUM": "900", "PRO": "W", "SEC": "0", "YEA": "1900", "CITY": "COMISO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Antonio", "family": "Jacono"}, "birth": {"tzo": "+01:00", "date": "1900-07-24 13:15", "note": "", "place": {"name": "Comiso"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "247", "muller": "M1-247"}}, "raw": {"LG": "-14,75", "DAY": "24", "LAT": "37", "MIN": "15", "TZO": "-1", "HOUR": "13", "NAME": "247M Jacono, Antonio", "YEAR": "1900", "MONTH": "07", "PLACE": "Comiso RG"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14679	leoni-giulio-davide-1902-08-24	{"a6": "902", "afd1": "252"}	{"lerrcp": "A6-902", "muller": "M1-252"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giulio Davide", "family": "Leoni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1902-08-24 22:05", "note": "", "place": {"c1": null, "c2": "MN", "c3": null, "cy": "IT", "lg": 11.1374, "lat": 45.07118, "name": "Ostiglia", "geoid": 3171792}, "notime": null, "date-ut": "1902-08-24 21:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Giulio", "family": "Leoni"}, "birth": {"place": {"c2": "MN", "cy": "IT", "lg": 11.1374, "lat": 45.07118, "name": "Ostiglia", "geoid": 3171792}, "date-ut": "1902-08-24 21:05"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-902"}, "ids-in-sources": {"a6": "902"}}, "raw": {"H": "22", "MN": "5", "TZ": "-1", "COD": "MN", "COU": "I", "DAY": "24", "LAT": "45N12", "LON": "11E 0", "MON": "8", "NUM": "902", "PRO": "W", "SEC": "0", "YEA": "1902", "CITY": "OSTIGLIA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Giulio Davide", "family": "Leoni"}, "birth": {"tzo": "+01:00", "date": "1902-08-24 22:05", "note": "", "place": {"name": "Ostiglia"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "252", "muller": "M1-252"}}, "raw": {"LG": "-11", "DAY": "24", "LAT": "45,2", "MIN": "05", "TZO": "-1", "HOUR": "22", "NAME": "252M Leoni, Giulio Davide", "YEAR": "1902", "MONTH": "08", "PLACE": "Ostiglia MN"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21571	levasti-arrigo-1886-04-22	{"afd1": "253"}	{"muller": "M1-253"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arrigo", "family": "Levasti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1886-04-22 23:30", "note": "", "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 11, "lat": 44.6, "name": "Modena", "geoid": null}, "notime": null, "date-ut": "1886-04-22 22:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Arrigo", "family": "Levasti"}, "birth": {"tzo": "+00:50", "date": "1886-04-22 23:30", "note": "", "place": {"c2": "MO", "cy": "IT", "lg": 11, "lat": 44.6, "name": "Modena"}, "date-ut": "1886-04-22 22:40"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "253"}}, "raw": {"LG": "-11,25", "DAY": "22", "LAT": "44,6", "MIN": "30", "TZO": "-0,83", "HOUR": "23", "NAME": "253M Levasti, Arrigo", "YEAR": "1886", "MONTH": "04", "PLACE": "Modena MO"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21572	linati-carlo-1878-04-25	{"afd1": "254"}	{"muller": "M1-254"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Linati", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1878-04-25 05:00", "note": "", "place": {"c1": null, "c2": "CO", "c3": null, "cy": "IT", "lg": 9, "lat": 45.8, "name": "Coma", "geoid": null}, "notime": null, "date-ut": "1878-04-25 04:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Carlo", "family": "Linati"}, "birth": {"tzo": "+00:50", "date": "1878-04-25 05:00", "note": "", "place": {"c2": "CO", "cy": "IT", "lg": 9, "lat": 45.8, "name": "Coma"}, "date-ut": "1878-04-25 04:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "254"}}, "raw": {"LG": "-9,25", "DAY": "25", "LAT": "45,8", "MIN": "00", "TZO": "-0,83", "HOUR": "05", "NAME": "254M Linati, Carlo", "YEAR": "1878", "MONTH": "04", "PLACE": "Coma CO"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14681	lisi-nicola-1893-04-11	{"a6": "904", "afd1": "256"}	{"lerrcp": "A6-904", "muller": "M1-256"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicola", "family": "Lisi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1893-04-11 02:30", "note": "", "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.35382, "lat": 43.99196, "name": "Scarperia", "geoid": 3166955}, "notime": null, "date-ut": "1893-04-11 01:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Nicola", "family": "Lisi"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.35382, "lat": 43.99196, "name": "Scarperia", "geoid": 3166955}, "date-ut": "1893-04-11 01:40:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-904"}, "ids-in-sources": {"a6": "904"}}, "raw": {"H": "2", "MN": "40", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "11", "LAT": "43N42", "LON": "11E30", "MON": "4", "NUM": "904", "PRO": "W", "SEC": "4", "YEA": "1893", "CITY": "SCARPERIA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Nicola", "family": "Lisi"}, "birth": {"tzo": "+00:50", "date": "1893-04-11 02:30", "note": "", "place": {"name": "Scarperia"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "256", "muller": "M1-256"}}, "raw": {"LG": "-11,5", "DAY": "11", "LAT": "43,7", "MIN": "30", "TZO": "-0,83", "HOUR": "02", "NAME": "256M Lisi, Nicola", "YEAR": "1893", "MONTH": "04", "PLACE": "Scarperia FI"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14682	lombardi-antonio-1898-12-15	{"a6": "905", "afd1": "258"}	{"lerrcp": "A6-905", "muller": "M1-258"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Lombardi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1898-12-15 03:00", "note": "", "place": {"c1": null, "c2": "CZ", "c3": null, "cy": "IT", "lg": 16.5987, "lat": 38.89079, "name": "Catanzaro", "geoid": 2525059}, "notime": null, "date-ut": "1898-12-15 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Lombardi"}, "birth": {"place": {"c2": "CZ", "cy": "IT", "lg": 16.5987, "lat": 38.89079, "name": "Catanzaro", "geoid": 2525059}, "date-ut": "1898-12-15 02:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-905"}, "ids-in-sources": {"a6": "905"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "CZ", "COU": "I", "DAY": "15", "LAT": "39N 0", "LON": "17E30", "MON": "12", "NUM": "905", "PRO": "W", "SEC": "0", "YEA": "1898", "CITY": "CATANZARO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Antonio", "family": "Lombardi"}, "birth": {"tzo": "+01:00", "date": "1898-12-15 03:00", "note": "", "place": {"name": "Catanzaro"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "258", "muller": "M1-258"}}, "raw": {"LG": "-17,5", "DAY": "15", "LAT": "39", "MIN": "00", "TZO": "-1", "HOUR": "03", "NAME": "258M Lombardi, Antonio", "YEAR": "1898", "MONTH": "12", "PLACE": "Catanzaro CZ"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21573	longhi-roberto-1890-12-28	{"afd1": "259"}	{"muller": "M1-259"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roberto", "family": "Longhi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1890-12-28 21:00", "note": "", "place": {"c1": null, "c2": "CN", "c3": null, "cy": "IT", "lg": 7, "lat": 44.4, "name": "Alba", "geoid": null}, "notime": null, "date-ut": "1890-12-28 20:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Roberto", "family": "Longhi"}, "birth": {"tzo": "+00:50", "date": "1890-12-28 21:00", "note": "", "place": {"c2": "CN", "cy": "IT", "lg": 7, "lat": 44.4, "name": "Alba"}, "date-ut": "1890-12-28 20:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "259"}}, "raw": {"LG": "-7,25", "DAY": "28", "LAT": "44,4", "MIN": "00", "TZO": "-0,83", "HOUR": "21", "NAME": "259M Longhi, Roberto", "YEAR": "1890", "MONTH": "12", "PLACE": "Alba CN"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21574	luciani-virgilio-1896-10-19	{"afd1": "260"}	{"muller": "M1-260"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Virgilio", "family": "Luciani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1896-10-19 07:00", "note": "", "place": {"c1": null, "c2": "LU", "c3": null, "cy": "IT", "lg": 11, "lat": 43.7, "name": "Capannori", "geoid": null}, "notime": null, "date-ut": "1896-10-19 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Virgilio", "family": "Luciani"}, "birth": {"tzo": "+01:00", "date": "1896-10-19 07:00", "note": "", "place": {"c2": "LU", "cy": "IT", "lg": 11, "lat": 43.7, "name": "Capannori"}, "date-ut": "1896-10-19 06:00"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "260"}}, "raw": {"LG": "-11", "DAY": "19", "LAT": "43,7", "MIN": "00", "TZO": "-1", "HOUR": "07", "NAME": "260M Luciani, Virgilio", "YEAR": "1896", "MONTH": "10", "PLACE": "Capannori LU"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14683	luisi-mariano-1891-10-18	{"a6": "906", "afd1": "261"}	{"lerrcp": "A6-906", "muller": "M1-261"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mariano", "family": "Luisi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1891-10-18 18:45", "note": "", "place": {"c1": null, "c2": "SA", "c3": null, "cy": "IT", "lg": 15.68797, "lat": 40.21431, "name": "Casalbuono", "geoid": 3180243}, "notime": null, "date-ut": "1891-10-18 17:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Mariano", "family": "Luisi"}, "birth": {"place": {"c2": "SA", "cy": "IT", "lg": 15.68797, "lat": 40.21431, "name": "Casalbuono", "geoid": 3180243}, "date-ut": "1891-10-18 17:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-906"}, "ids-in-sources": {"a6": "906"}}, "raw": {"H": "18", "MN": "10", "TZ": "-1", "COD": "SA", "COU": "I", "DAY": "18", "LAT": "40N42", "LON": "15E15", "MON": "10", "NUM": "906", "PRO": "W", "SEC": "4", "YEA": "1891", "CITY": "CASALBUONO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Mariano", "family": "Luisi"}, "birth": {"tzo": "+00:50", "date": "1891-10-18 18:45", "note": "", "place": {"name": "Casalbuono"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "261", "muller": "M1-261"}}, "raw": {"LG": "-15,25", "DAY": "18", "LAT": "40,7", "MIN": "45", "TZO": "-0,83", "HOUR": "18", "NAME": "261M Luisi, Mariano", "YEAR": "1891", "MONTH": "10", "PLACE": "Casalbuono SA"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14685	lusini-aldo-1899-06-08	{"a6": "908", "afd1": "263"}	{"lerrcp": "A6-908", "muller": "M1-263"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Lusini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1899-06-08 03:30", "note": "", "place": {"c1": null, "c2": "SI", "c3": null, "cy": "IT", "lg": 11.33283, "lat": 43.32004, "name": "Siena", "geoid": 3166548}, "notime": null, "date-ut": "1899-06-08 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Aldo", "family": "Lusini"}, "birth": {"place": {"c2": "SI", "cy": "IT", "lg": 11.33283, "lat": 43.32004, "name": "Siena", "geoid": 3166548}, "date-ut": "1899-06-08 02:30"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-908"}, "ids-in-sources": {"a6": "908"}}, "raw": {"H": "3", "MN": "30", "TZ": "-1", "COD": "SI", "COU": "I", "DAY": "8", "LAT": "43N18", "LON": "11E45", "MON": "6", "NUM": "908", "PRO": "W", "SEC": "0", "YEA": "1899", "CITY": "SIENA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Aldo", "family": "Lusini"}, "birth": {"tzo": "+01:00", "date": "1899-06-08 03:30", "note": "", "place": {"name": "Siena"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "263", "muller": "M1-263"}}, "raw": {"LG": "-11,75", "DAY": "08", "LAT": "43,3", "MIN": "30", "TZO": "-1", "HOUR": "03", "NAME": "263M Lusini, Aldo", "YEAR": "1899", "MONTH": "06", "PLACE": "Siena SI"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21576	maffii-maffio-1881-08-06	{"afd1": "265"}	{"muller": "M1-265"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maffio", "family": "Maffii", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1881-08-06 23:52", "note": "", "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11, "lat": 43.7, "name": "Firenze", "geoid": null}, "notime": null, "date-ut": "1881-08-06 23:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Maffio", "family": "Maffii"}, "birth": {"tzo": "+00:50", "date": "1881-08-06 23:52", "note": "", "place": {"c2": "FI", "cy": "IT", "lg": 11, "lat": 43.7, "name": "Firenze"}, "date-ut": "1881-08-06 23:02"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "265"}}, "raw": {"LG": "-11,5", "DAY": "06", "LAT": "43,7", "MIN": "52", "TZO": "-0,83", "HOUR": "23", "NAME": "265M Maffii, Maffio", "YEAR": "1881", "MONTH": "08", "PLACE": "Firenze FI"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21577	magni-ettore-1880-09-08	{"afd1": "266"}	{"muller": "M1-266"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ettore", "family": "Magni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1880-09-08 21:00", "note": "", "place": {"c1": null, "c2": "LI", "c3": null, "cy": "IT", "lg": 9, "lat": 43.6, "name": "Livorno", "geoid": null}, "notime": null, "date-ut": "1880-09-08 20:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ettore", "family": "Magni"}, "birth": {"tzo": "+00:50", "date": "1880-09-08 21:00", "note": "", "place": {"c2": "LI", "cy": "IT", "lg": 9, "lat": 43.6, "name": "Livorno"}, "date-ut": "1880-09-08 20:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "266"}}, "raw": {"LG": "-9,5", "DAY": "08", "LAT": "43,6", "MIN": "00", "TZO": "-0,83", "HOUR": "21", "NAME": "266M Magni, Ettore", "YEAR": "1880", "MONTH": "09", "PLACE": "Livorno LI"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14687	malpassuti-vittorio-1889-09-22	{"a6": "910", "afd1": "268"}	{"lerrcp": "A6-910", "muller": "M1-268"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vittorio", "family": "Malpassuti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1889-09-22 01:00", "note": "", "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 9, "lat": 45, "name": "Carbonara Scriv", "geoid": 0}, "notime": null, "date-ut": "1889-09-22 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Vittorio", "family": "Malpassuti"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 9, "lat": 45, "name": "CARBONARA SCRIV", "geoid": 0}, "date-ut": "1889-09-22 00:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-910"}, "ids-in-sources": {"a6": "910"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "22", "LAT": "45N 0", "LON": "9E 0", "MON": "9", "NUM": "910", "PRO": "W", "SEC": "4", "YEA": "1889", "CITY": "CARBONARA SCRIV"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Vittorio", "family": "Malpassuti"}, "birth": {"tzo": "+00:50", "date": "1889-09-22 01:00", "note": "", "place": {"name": "Carbonara Scriv"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "268", "muller": "M1-268"}}, "raw": {"LG": "-9", "DAY": "22", "LAT": "45", "MIN": "00", "TZO": "-0,83", "HOUR": "01", "NAME": "268M Malpassuti, Vittorio", "YEAR": "1889", "MONTH": "09", "PLACE": "Carbonara Scriv AL"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21578	manacorda-guide-1879-06-05	{"afd1": "269"}	{"muller": "M1-269"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guide", "family": "Manacorda", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1879-06-05 15:15", "note": "", "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 9, "lat": 45, "name": "Acqui", "geoid": null}, "notime": null, "date-ut": "1879-06-05 14:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Guide", "family": "Manacorda"}, "birth": {"tzo": "+00:50", "date": "1879-06-05 15:15", "note": "", "place": {"c2": "AL", "cy": "IT", "lg": 9, "lat": 45, "name": "Acqui"}, "date-ut": "1879-06-05 14:25"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "269"}}, "raw": {"LG": "-9", "DAY": "05", "LAT": "45", "MIN": "15", "TZO": "-0,83", "HOUR": "15", "NAME": "269M Manacorda, Guide", "YEAR": "1879", "MONTH": "06", "PLACE": "Acqui AL"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21579	margadonna-ettore-1893-10-30	{"afd1": "274"}	{"muller": "M1-274"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ettore", "family": "Margadonna", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1893-10-30 17:10", "note": "", "place": {"c1": null, "c2": "CH", "c3": null, "cy": "IT", "lg": 14, "lat": 42.3, "name": "Palena", "geoid": null}, "notime": null, "date-ut": "1893-10-30 16:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ettore", "family": "Margadonna"}, "birth": {"tzo": "+00:50", "date": "1893-10-30 17:10", "note": "", "place": {"c2": "CH", "cy": "IT", "lg": 14, "lat": 42.3, "name": "Palena"}, "date-ut": "1893-10-30 16:20"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "274"}}, "raw": {"LG": "-14,25", "DAY": "30", "LAT": "42,3", "MIN": "10", "TZO": "-0,83", "HOUR": "17", "NAME": "274M Margadonna, Ettore", "YEAR": "1893", "MONTH": "10", "PLACE": "Palena CH"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21580	marmorale-enzo-v-1901-04-13	{"afd1": "276"}	{"muller": "M1-276"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enzo V.", "family": "Marmorale", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1901-04-13 14:00", "note": "", "place": {"c1": null, "c2": "BN", "c3": null, "cy": "IT", "lg": 15, "lat": 41.3, "name": "Paduli", "geoid": null}, "notime": null, "date-ut": "1901-04-13 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Enzo V.", "family": "Marmorale"}, "birth": {"tzo": "+01:00", "date": "1901-04-13 14:00", "note": "", "place": {"c2": "BN", "cy": "IT", "lg": 15, "lat": 41.3, "name": "Paduli"}, "date-ut": "1901-04-13 13:00"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "276"}}, "raw": {"LG": "-15", "DAY": "13", "LAT": "41,3", "MIN": "00", "TZO": "-1", "HOUR": "14", "NAME": "276M Marmorale, Enzo V.", "YEAR": "1901", "MONTH": "04", "PLACE": "Paduli BN"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21581	martini-carlo-1908-01-22	{"afd1": "277"}	{"muller": "M1-277"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Martini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1908-01-22 20:15", "note": "", "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9, "lat": 45.5, "name": "Milano", "geoid": null}, "notime": null, "date-ut": "1908-01-22 19:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Carlo", "family": "Martini"}, "birth": {"tzo": "+01:00", "date": "1908-01-22 20:15", "note": "", "place": {"c2": "MI", "cy": "IT", "lg": 9, "lat": 45.5, "name": "Milano"}, "date-ut": "1908-01-22 19:15"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "277"}}, "raw": {"LG": "-9,25", "DAY": "22", "LAT": "45,5", "MIN": "15", "TZO": "-1", "HOUR": "20", "NAME": "277M Martini, Carlo", "YEAR": "1908", "MONTH": "01", "PLACE": "Milano MI"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21582	martini-mario-maria-1880-10-10	{"afd1": "278"}	{"muller": "M1-278"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario Maria", "family": "Martini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1880-10-10 22:30", "note": "", "place": {"c1": null, "c2": "GE", "c3": null, "cy": "IT", "lg": 9, "lat": 44.4, "name": "Geneva", "geoid": null}, "notime": null, "date-ut": "1880-10-10 21:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Mario Maria", "family": "Martini"}, "birth": {"tzo": "+00:50", "date": "1880-10-10 22:30", "note": "", "place": {"c2": "GE", "cy": "IT", "lg": 9, "lat": 44.4, "name": "Geneva"}, "date-ut": "1880-10-10 21:40"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "278"}}, "raw": {"LG": "-9", "DAY": "10", "LAT": "44,4", "MIN": "30", "TZO": "-0,83", "HOUR": "22", "NAME": "278M Martini, Mario Maria", "YEAR": "1880", "MONTH": "10", "PLACE": "Geneva GE"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21583	masino-paola-1908-05-20	{"afd1": "279"}	{"muller": "M1-279"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paola", "family": "Masino", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1908-05-20 22:00", "note": "", "place": {"c1": null, "c2": "PI", "c3": null, "cy": "IT", "lg": 10, "lat": 43.7, "name": "Pisa", "geoid": null}, "notime": null, "date-ut": "1908-05-20 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Paola", "family": "Masino"}, "birth": {"tzo": "+01:00", "date": "1908-05-20 22:00", "note": "", "place": {"c2": "PI", "cy": "IT", "lg": 10, "lat": 43.7, "name": "Pisa"}, "date-ut": "1908-05-20 21:00"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "279"}}, "raw": {"LG": "-10,5", "DAY": "20", "LAT": "43,7", "MIN": "00", "TZO": "-1", "HOUR": "22", "NAME": "279F Masino, Paola", "YEAR": "1908", "MONTH": "05", "PLACE": "Pisa PI"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21584	matteucci-benvenuto-1910-02-02	{"afd1": "280"}	{"muller": "M1-280"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benvenuto", "family": "Matteucci", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1910-02-02 20:00", "note": "", "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11, "lat": 43.7, "name": "Carmignano", "geoid": null}, "notime": null, "date-ut": "1910-02-02 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Benvenuto", "family": "Matteucci"}, "birth": {"tzo": "+01:00", "date": "1910-02-02 20:00", "note": "", "place": {"c2": "FI", "cy": "IT", "lg": 11, "lat": 43.7, "name": "Carmignano"}, "date-ut": "1910-02-02 19:00"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "280"}}, "raw": {"LG": "-11,5", "DAY": "02", "LAT": "43,7", "MIN": "00", "TZO": "-1", "HOUR": "20", "NAME": "280M Matteucci, Benvenuto", "YEAR": "1910", "MONTH": "02", "PLACE": "Carmignano FI"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21585	mazzucchelli-mario-1896-04-17	{"afd1": "281"}	{"muller": "M1-281"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Mazzucchelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1896-04-17 06:30", "note": "", "place": {"c1": null, "c2": "VA", "c3": null, "cy": "IT", "lg": 9, "lat": 45.8, "name": "Gallarate", "geoid": null}, "notime": null, "date-ut": "1896-04-17 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Mario", "family": "Mazzucchelli"}, "birth": {"tzo": "+01:00", "date": "1896-04-17 06:30", "note": "", "place": {"c2": "VA", "cy": "IT", "lg": 9, "lat": 45.8, "name": "Gallarate"}, "date-ut": "1896-04-17 05:30"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "281"}}, "raw": {"LG": "-9", "DAY": "17", "LAT": "45,8", "MIN": "30", "TZO": "-1", "HOUR": "06", "NAME": "281M Mazzucchelli, Mario", "YEAR": "1896", "MONTH": "04", "PLACE": "Gallarate VA"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21586	mazzucconi-ridolfo-1889-05-02	{"afd1": "282"}	{"muller": "M1-282"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ridolfo", "family": "Mazzucconi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1889-05-02 04:00", "note": "", "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11, "lat": 43.7, "name": "Firenze", "geoid": null}, "notime": null, "date-ut": "1889-05-02 03:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ridolfo", "family": "Mazzucconi"}, "birth": {"tzo": "+00:50", "date": "1889-05-02 04:00", "note": "", "place": {"c2": "FI", "cy": "IT", "lg": 11, "lat": 43.7, "name": "Firenze"}, "date-ut": "1889-05-02 03:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "282"}}, "raw": {"LG": "-11,5", "DAY": "02", "LAT": "43,7", "MIN": "00", "TZO": "-0,83", "HOUR": "04", "NAME": "282M Mazzucconi, Ridolfo", "YEAR": "1889", "MONTH": "05", "PLACE": "Firenze FI"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21587	male-giulio-1894-06-03	{"afd1": "285"}	{"muller": "M1-285"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giulio", "family": "Male", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1894-06-03 07:00", "note": "", "place": {"c1": null, "c2": "BG", "c3": null, "cy": "IT", "lg": 9, "lat": 45.6, "name": "Bergamo", "geoid": null}, "notime": null, "date-ut": "1894-06-03 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giulio", "family": "Male"}, "birth": {"tzo": "+01:00", "date": "1894-06-03 07:00", "note": "", "place": {"c2": "BG", "cy": "IT", "lg": 9, "lat": 45.6, "name": "Bergamo"}, "date-ut": "1894-06-03 06:00"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "285"}}, "raw": {"LG": "-9,75", "DAY": "03", "LAT": "45,6", "MIN": "00", "TZO": "-1", "HOUR": "07", "NAME": "285M Male, Giulio", "YEAR": "1894", "MONTH": "06", "PLACE": "Bergamo BG"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14692	melotti-rosolino-antonio-1900-04-11	{"a6": "915", "afd1": "286"}	{"lerrcp": "A6-915", "muller": "M1-286"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rosolino Antonio", "family": "Melotti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1900-04-11 19:30", "note": "", "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "Lodi", "geoid": 0}, "notime": null, "date-ut": "1900-04-11 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Rosolino", "family": "Melotti"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "LODI", "geoid": 0}, "date-ut": "1900-04-11 18:30"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-915"}, "ids-in-sources": {"a6": "915"}}, "raw": {"H": "19", "MN": "30", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "11", "LAT": "45N30", "LON": "9E15", "MON": "4", "NUM": "915", "PRO": "W", "SEC": "0", "YEA": "1900", "CITY": "LODI"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Rosolino Antonio", "family": "Melotti"}, "birth": {"tzo": "+01:00", "date": "1900-04-11 19:30", "note": "", "place": {"name": "Lodi"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "286", "muller": "M1-286"}}, "raw": {"LG": "-9,25", "DAY": "11", "LAT": "45,5", "MIN": "30", "TZO": "-1", "HOUR": "19", "NAME": "286M Melotti, Rosolino Antonio", "YEAR": "1900", "MONTH": "04", "PLACE": "Lodi MI"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21588	mencarini-giuseppe-1900-11-14	{"afd1": "287"}	{"muller": "M1-287"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Mencarini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1900-11-14 14:00", "note": "", "place": {"c1": null, "c2": "LI", "c3": null, "cy": "IT", "lg": 9, "lat": 43.6, "name": "Livorno", "geoid": null}, "notime": null, "date-ut": "1900-11-14 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giuseppe", "family": "Mencarini"}, "birth": {"tzo": "+01:00", "date": "1900-11-14 14:00", "note": "", "place": {"c2": "LI", "cy": "IT", "lg": 9, "lat": 43.6, "name": "Livorno"}, "date-ut": "1900-11-14 13:00"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "287"}}, "raw": {"LG": "-9,5", "DAY": "14", "LAT": "43,6", "MIN": "00", "TZO": "-1", "HOUR": "14", "NAME": "287M Mencarini, Giuseppe", "YEAR": "1900", "MONTH": "11", "PLACE": "Livorno LI"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21589	moizo-romolo-1888-05-10	{"afd1": "293"}	{"muller": "M1-293"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Romolo", "family": "Moizo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1888-05-10 06:45", "note": "", "place": {"c1": null, "c2": "AX", "c3": null, "cy": "IT", "lg": 8, "lat": 44.9, "name": "Moncalvo", "geoid": null}, "notime": null, "date-ut": "1888-05-10 05:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Romolo", "family": "Moizo"}, "birth": {"tzo": "+00:50", "date": "1888-05-10 06:45", "note": "", "place": {"c2": "AX", "cy": "IT", "lg": 8, "lat": 44.9, "name": "Moncalvo"}, "date-ut": "1888-05-10 05:55"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "293"}}, "raw": {"LG": "-8,5", "DAY": "10", "LAT": "44,9", "MIN": "45", "TZO": "-0,83", "HOUR": "06", "NAME": "293M Moizo, Romolo", "YEAR": "1888", "MONTH": "05", "PLACE": "Moncalvo AX"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21590	montale-eugenic-1896-10-12	{"afd1": "295"}	{"muller": "M1-295"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugenic", "family": "Montale", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1896-10-12 23:00", "note": "", "place": {"c1": null, "c2": "GE", "c3": null, "cy": "IT", "lg": 9, "lat": 44.4, "name": "Geneva", "geoid": null}, "notime": null, "date-ut": "1896-10-12 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Eugenic", "family": "Montale"}, "birth": {"tzo": "+01:00", "date": "1896-10-12 23:00", "note": "", "place": {"c2": "GE", "cy": "IT", "lg": 9, "lat": 44.4, "name": "Geneva"}, "date-ut": "1896-10-12 22:00"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "295"}}, "raw": {"LG": "-9", "DAY": "12", "LAT": "44,4", "MIN": "00", "TZO": "-1", "HOUR": "23", "NAME": "295M Montale, Eugenic", "YEAR": "1896", "MONTH": "10", "PLACE": "Geneva GE"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14695	montana-lorenzo-1893-04-19	{"a6": "918", "afd1": "296"}	{"lerrcp": "A6-918", "muller": "M1-296"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lorenzo", "family": "Montana", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1893-04-19 12:10", "note": "", "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "notime": null, "date-ut": "1893-04-19 11:20:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Lorenzo", "family": "Montano"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "date-ut": "1893-04-19 11:20:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-918"}, "ids-in-sources": {"a6": "918"}}, "raw": {"H": "12", "MN": "20", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "19", "LAT": "45N24", "LON": "11E 0", "MON": "4", "NUM": "918", "PRO": "W", "SEC": "4", "YEA": "1893", "CITY": "VERONA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Lorenzo", "family": "Montana"}, "birth": {"tzo": "+00:50", "date": "1893-04-19 12:10", "note": "", "place": {"name": "Verona"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "296", "muller": "M1-296"}}, "raw": {"LG": "-12,5", "DAY": "19", "LAT": "45,5", "MIN": "10", "TZO": "-0,83", "HOUR": "12", "NAME": "296M Montana, Lorenzo", "YEAR": "1893", "MONTH": "04", "PLACE": "Verona VE"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21591	mantel-alberta-1907-07-16	{"afd1": "297"}	{"muller": "M1-297"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberta", "family": "Mantel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1907-07-16 17:30", "note": "", "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "Torino", "geoid": null}, "notime": null, "date-ut": "1907-07-16 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alberta", "family": "Mantel"}, "birth": {"tzo": "+01:00", "date": "1907-07-16 17:30", "note": "", "place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "Torino"}, "date-ut": "1907-07-16 16:30"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "297"}}, "raw": {"LG": "-8", "DAY": "16", "LAT": "45", "MIN": "30", "TZO": "-1", "HOUR": "17", "NAME": "297M Mantel, Alberta", "YEAR": "1907", "MONTH": "07", "PLACE": "Torino TO"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
13192	morandi-rodolfo-1902-07-30	{"a5": "1739", "a6": "919", "afd1": "298"}	{"lerrcp": "A5-1739", "muller": "M1-298"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rodolfo", "family": "Morandi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1902-07-30 09:15", "note": "", "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1902-07-30 08:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician", "writer"]	5	null	[{"new": {"name": {"given": "Rodolfo", "family": "Morandi"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1902-07-30 08:15"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1739"}, "ids-in-sources": {"a5": "1739"}}, "raw": {"H": "9", "MN": "15", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "30", "LAT": "45N30", "LON": "9E15", "MON": "7", "NUM": "1739", "PRO": "PT", "SEC": "0", "YEA": "1902", "CITY": "MILANO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "919"}}, "raw": {"H": "9", "MN": "15", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "30", "LAT": "45N30", "LON": "9E15", "MON": "7", "NUM": "919", "PRO": "W", "SEC": "0", "YEA": "1902", "CITY": "MILANO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Rodolfo", "family": "Morandi"}, "birth": {"tzo": "+01:00", "date": "1902-07-30 09:15", "note": "", "place": {"name": "Milano"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "298", "muller": "M1-298"}}, "raw": {"LG": "-9,25", "DAY": "30", "LAT": "45,5", "MIN": "15", "TZO": "-1", "HOUR": "09", "NAME": "298M Morandi, Rodolfo", "YEAR": "1902", "MONTH": "07", "PLACE": "Milano MI"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21592	moretti-marino-1885-07-18	{"afd1": "301"}	{"muller": "M1-301"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marino", "family": "Moretti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1885-07-18 06:30", "note": "", "place": {"c1": null, "c2": "FO", "c3": null, "cy": "IT", "lg": 12, "lat": 44.2, "name": "Cesenatico", "geoid": null}, "notime": null, "date-ut": "1885-07-18 05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Marino", "family": "Moretti"}, "birth": {"tzo": "+00:50", "date": "1885-07-18 06:30", "note": "", "place": {"c2": "FO", "cy": "IT", "lg": 12, "lat": 44.2, "name": "Cesenatico"}, "date-ut": "1885-07-18 05:40"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "301"}}, "raw": {"LG": "-12,5", "DAY": "18", "LAT": "44,2", "MIN": "30", "TZO": "-0,83", "HOUR": "06", "NAME": "301M Moretti, Marino", "YEAR": "1885", "MONTH": "07", "PLACE": "Cesenatico FO"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21593	morozzo-della-rocca-adele-1880-11-05	{"afd1": "303"}	{"muller": "M1-303"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adele", "family": "Morozzo della Rocca", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:50", "date": "1880-11-05 15:00", "note": "", "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 9, "lat": 45, "name": "Alessandria", "geoid": null}, "notime": null, "date-ut": "1880-11-05 14:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Adele", "family": "Morozzo della Rocca"}, "birth": {"tzo": "+00:50", "date": "1880-11-05 15:00", "note": "", "place": {"c2": "AL", "cy": "IT", "lg": 9, "lat": 45, "name": "Alessandria"}, "date-ut": "1880-11-05 14:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "303"}}, "raw": {"LG": "-9", "DAY": "05", "LAT": "45", "MIN": "00", "TZO": "-0,83", "HOUR": "15", "NAME": "303F Morozzo della Rocca, Adele", "YEAR": "1880", "MONTH": "11", "PLACE": "Alessandria AL"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21594	moscardino-mario-1910-08-18	{"afd1": "304"}	{"muller": "M1-304"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Moscardino", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1910-08-18 11:30", "note": "", "place": {"c1": null, "c2": "SS", "c3": null, "cy": "IT", "lg": 8, "lat": 40.8, "name": "Sassari", "geoid": null}, "notime": null, "date-ut": "1910-08-18 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Mario", "family": "Moscardino"}, "birth": {"tzo": "+01:00", "date": "1910-08-18 11:30", "note": "", "place": {"c2": "SS", "cy": "IT", "lg": 8, "lat": 40.8, "name": "Sassari"}, "date-ut": "1910-08-18 10:30"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "304"}}, "raw": {"LG": "-8,5", "DAY": "18", "LAT": "40,8", "MIN": "30", "TZO": "-1", "HOUR": "11", "NAME": "304M Moscardino, Mario", "YEAR": "1910", "MONTH": "08", "PLACE": "Sassari SS"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14697	motta-luigi-1881-07-11	{"a6": "921", "afd1": "305"}	{"lerrcp": "A6-921", "muller": "M1-305"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Motta", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1881-07-11 10:10", "note": "", "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 10.85058, "lat": 45.46919, "name": "Bussolengo", "geoid": 3181359}, "notime": null, "date-ut": "1881-07-11 09:20:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Motta"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 10.85058, "lat": 45.46919, "name": "Bussolengo", "geoid": 3181359}, "date-ut": "1881-07-11 09:20:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-921"}, "ids-in-sources": {"a6": "921"}}, "raw": {"H": "10", "MN": "20", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "11", "LAT": "45N24", "LON": "11E 0", "MON": "7", "NUM": "921", "PRO": "W", "SEC": "4", "YEA": "1881", "CITY": "BUSSOLENGO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Luigi", "family": "Motta"}, "birth": {"tzo": "+00:50", "date": "1881-07-11 10:10", "note": "", "place": {"name": "Bussolengo"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "305", "muller": "M1-305"}}, "raw": {"LG": "-11", "DAY": "11", "LAT": "45,4", "MIN": "10", "TZO": "-0,83", "HOUR": "10", "NAME": "305M Motta, Luigi", "YEAR": "1881", "MONTH": "07", "PLACE": "Bussolengo VR"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14698	napolitano-gian-gaspare-1907-05-30	{"a6": "922", "afd1": "308"}	{"lerrcp": "A6-922", "muller": "M1-308"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gian Gaspare", "family": "Napolitano", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1907-05-30 10:30", "note": "", "place": {"c1": null, "c2": "PA", "c3": null, "cy": "IT", "lg": 13.35976, "lat": 38.11582, "name": "Palermo", "geoid": 2523920}, "notime": null, "date-ut": "1907-05-30 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "", "family": "Napolitano Gian Gaspare"}, "birth": {"place": {"c2": "PA", "cy": "IT", "lg": 13.35976, "lat": 38.11582, "name": "Palermo", "geoid": 2523920}, "date-ut": "1907-05-30 09:30"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-922"}, "ids-in-sources": {"a6": "922"}}, "raw": {"H": "10", "MN": "30", "TZ": "-1", "COD": "PA", "COU": "I", "DAY": "30", "LAT": "38N 0", "LON": "13E30", "MON": "5", "NUM": "922", "PRO": "W", "SEC": "0", "YEA": "1907", "CITY": "PALERMO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Gian Gaspare", "family": "Napolitano"}, "birth": {"tzo": "+01:00", "date": "1907-05-30 10:30", "note": "", "place": {"name": "Palermo"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "308", "muller": "M1-308"}}, "raw": {"LG": "-13,5", "DAY": "30", "LAT": "38", "MIN": "30", "TZO": "-1", "HOUR": "10", "NAME": "308M Napolitano, Gian Gaspare", "YEAR": "1907", "MONTH": "05", "PLACE": "Palermo PA"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21595	nardelli-federico-vittore-1891-04-04	{"afd1": "309"}	{"muller": "M1-309"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Federico Vittore", "family": "Nardelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1891-04-04 23:59", "note": "", "place": {"c1": null, "c2": "AQ", "c3": null, "cy": "IT", "lg": 13, "lat": 42.4, "name": "Avezzano", "geoid": null}, "notime": null, "date-ut": "1891-04-04 23:09"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Federico Vittore", "family": "Nardelli"}, "birth": {"tzo": "+00:50", "date": "1891-04-04 23:59", "note": "", "place": {"c2": "AQ", "cy": "IT", "lg": 13, "lat": 42.4, "name": "Avezzano"}, "date-ut": "1891-04-04 23:09"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "309"}}, "raw": {"LG": "-13,5", "DAY": "04", "LAT": "42,4", "MIN": "59", "TZO": "-0,83", "HOUR": "23", "NAME": "309M Nardelli, Federico Vittore", "YEAR": "1891", "MONTH": "04", "PLACE": "Avezzano AQ"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14699	nasalli-rocca-di-corneliano-1897-07-17	{"a6": "923", "afd1": "310"}	{"lerrcp": "A6-923", "muller": "M1-310"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Nasalli-Rocca di Corneliano", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1897-07-17 23:20", "note": "", "place": {"c1": null, "c2": "PC", "c3": null, "cy": "IT", "lg": 9.69937, "lat": 45.04676, "name": "Piacenza", "geoid": 3171058}, "notime": null, "date-ut": "1897-07-17 22:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Angelo", "family": "Nasalli-Rocca"}, "birth": {"place": {"c2": "PC", "cy": "IT", "lg": 9.69937, "lat": 45.04676, "name": "Piacenza", "geoid": 3171058}, "date-ut": "1897-07-17 22:20"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-923"}, "ids-in-sources": {"a6": "923"}}, "raw": {"H": "23", "MN": "20", "TZ": "-1", "COD": "PC", "COU": "I", "DAY": "17", "LAT": "45N 0", "LON": "9E45", "MON": "7", "NUM": "923", "PRO": "W", "SEC": "0", "YEA": "1897", "CITY": "PIACENZA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "", "family": "Nasalli-Rocca di Corneliano"}, "birth": {"tzo": "+01:00", "date": "1897-07-17 23:20", "note": "", "place": {"name": "Piacenza"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "310", "muller": "M1-310"}}, "raw": {"LG": "-9,75", "DAY": "17", "LAT": "45", "MIN": "20", "TZO": "-1", "HOUR": "23", "NAME": "310M Nasalli-Rocca di Corneliano", "YEAR": "1897", "MONTH": "07", "PLACE": "Piacenza PC"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21596	negro-francesco-1897-04-15	{"afd1": "312"}	{"muller": "M1-312"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Negro", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1897-04-15 18:45", "note": "", "place": {"c1": null, "c2": "LE", "c3": null, "cy": "IT", "lg": 18, "lat": 40.4, "name": "Maglie", "geoid": null}, "notime": null, "date-ut": "1897-04-15 17:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Francesco", "family": "Negro"}, "birth": {"tzo": "+01:00", "date": "1897-04-15 18:45", "note": "", "place": {"c2": "LE", "cy": "IT", "lg": 18, "lat": 40.4, "name": "Maglie"}, "date-ut": "1897-04-15 17:45"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "312"}}, "raw": {"LG": "-18,75", "DAY": "15", "LAT": "40,4", "MIN": "45", "TZO": "-1", "HOUR": "18", "NAME": "312M Negro, Francesco", "YEAR": "1897", "MONTH": "04", "PLACE": "Maglie LE"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21597	nigra-create-1885-07-26	{"afd1": "314"}	{"muller": "M1-314"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Create", "family": "Nigra", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1885-07-26 05:30", "note": "", "place": {"c1": null, "c2": "PZ", "c3": null, "cy": "IT", "lg": 15, "lat": 40.5, "name": "Viggiano", "geoid": null}, "notime": null, "date-ut": "1885-07-26 04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Create", "family": "Nigra"}, "birth": {"tzo": "+00:50", "date": "1885-07-26 05:30", "note": "", "place": {"c2": "PZ", "cy": "IT", "lg": 15, "lat": 40.5, "name": "Viggiano"}, "date-ut": "1885-07-26 04:40"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "314"}}, "raw": {"LG": "-15,75", "DAY": "26", "LAT": "40,5", "MIN": "30", "TZO": "-0,83", "HOUR": "05", "NAME": "314M Nigra, Create", "YEAR": "1885", "MONTH": "07", "PLACE": "Viggiano PZ"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14700	nitti-francesco-saverio-1868-07-19	{"a6": "924", "afd1": "315"}	{"lerrcp": "A6-924", "muller": "M1-315"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco Saverio", "family": "Nitti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1868-07-19 13:00", "note": "", "place": {"c1": null, "c2": "PZ", "c3": null, "cy": "IT", "lg": 15.65364, "lat": 40.99656, "name": "Melfi", "geoid": 3173615}, "notime": null, "date-ut": "1868-07-19 12:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Nitti"}, "birth": {"place": {"c2": "PZ", "cy": "IT", "lg": 15.65364, "lat": 40.99656, "name": "Melfi", "geoid": 3173615}, "date-ut": "1868-07-19 12:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-924"}, "ids-in-sources": {"a6": "924"}}, "raw": {"H": "13", "MN": "10", "TZ": "-1", "COD": "PZ", "COU": "I", "DAY": "19", "LAT": "40N30", "LON": "15E45", "MON": "7", "NUM": "924", "PRO": "W", "SEC": "4", "YEA": "1868", "CITY": "MELFI"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Francesco Saverio", "family": "Nitti"}, "birth": {"tzo": "+00:50", "date": "1868-07-19 13:00", "note": "", "place": {"name": "Melfi"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "315", "muller": "M1-315"}}, "raw": {"LG": "-15,75", "DAY": "19", "LAT": "40,5", "MIN": "00", "TZO": "-0,83", "HOUR": "13", "NAME": "315M Nitti, Francesco Saverio", "YEAR": "1868", "MONTH": "07", "PLACE": "Melfi PZ"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14704	orsini-luigi-1873-11-13	{"a6": "928", "afd1": "320"}	{"lerrcp": "A6-928", "muller": "M1-320"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Orsini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1873-11-13 08:30", "note": "", "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.71582, "lat": 44.35227, "name": "Imola", "geoid": 3175537}, "notime": null, "date-ut": "1873-11-13 19:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Orsini"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.71582, "lat": 44.35227, "name": "Imola", "geoid": 3175537}, "date-ut": "1873-11-13 19:40:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-928"}, "ids-in-sources": {"a6": "928"}}, "raw": {"H": "20", "MN": "40", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "13", "LAT": "44N30", "LON": "11E 0", "MON": "11", "NUM": "928", "PRO": "W", "SEC": "4", "YEA": "1873", "CITY": "IMOLA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Luigi", "family": "Orsini"}, "birth": {"tzo": "+00:50", "date": "1873-11-13 08:30", "note": "", "place": {"name": "Imola"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "320", "muller": "M1-320"}}, "raw": {"LG": "-11", "DAY": "13", "LAT": "44,5", "MIN": "30", "TZO": "-0,83", "HOUR": "08", "NAME": "320M Orsini, Luigi", "YEAR": "1873", "MONTH": "11", "PLACE": "Imola BO"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21598	ottello-giacomo-1895-12-09	{"afd1": "321"}	{"muller": "M1-321"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giacomo", "family": "Ottello", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1895-12-09 14:10", "note": "", "place": {"c1": null, "c2": "AO", "c3": null, "cy": "IT", "lg": 8, "lat": 45.8, "name": "Romano Canavese", "geoid": null}, "notime": null, "date-ut": "1895-12-09 13:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giacomo", "family": "Ottello"}, "birth": {"tzo": "+01:00", "date": "1895-12-09 14:10", "note": "", "place": {"c2": "AO", "cy": "IT", "lg": 8, "lat": 45.8, "name": "Romano Canavese"}, "date-ut": "1895-12-09 13:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "321"}}, "raw": {"LG": "-8", "DAY": "09", "LAT": "45,8", "MIN": "10", "TZO": "-1", "HOUR": "14", "NAME": "321M Ottello, Giacomo", "YEAR": "1895", "MONTH": "12", "PLACE": "Romano Canavese AO"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21599	ottolini-piero-1878-11-03	{"afd1": "322"}	{"muller": "M1-322"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Piero", "family": "Ottolini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1878-11-03 19:15", "note": "", "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9, "lat": 45.5, "name": "Milano", "geoid": null}, "notime": null, "date-ut": "1878-11-03 18:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Piero", "family": "Ottolini"}, "birth": {"tzo": "+00:50", "date": "1878-11-03 19:15", "note": "", "place": {"c2": "MI", "cy": "IT", "lg": 9, "lat": 45.5, "name": "Milano"}, "date-ut": "1878-11-03 18:25"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "322"}}, "raw": {"LG": "-9,25", "DAY": "03", "LAT": "45,5", "MIN": "15", "TZO": "-0,83", "HOUR": "19", "NAME": "322M Ottolini, Piero", "YEAR": "1878", "MONTH": "11", "PLACE": "Milano MI"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21600	padellaro-nazareno-1892-04-18	{"afd1": "323"}	{"muller": "M1-323"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nazareno", "family": "Padellaro", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:54", "date": "1892-04-18 05:00", "note": "", "place": {"c1": null, "c2": "CL", "c3": null, "cy": "IT", "lg": 14, "lat": 37.5, "name": "Mazzarino", "geoid": null}, "notime": null, "date-ut": "1892-04-18 04:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Nazareno", "family": "Padellaro"}, "birth": {"tzo": "+00:54", "date": "1892-04-18 05:00", "note": "", "place": {"c2": "CL", "cy": "IT", "lg": 14, "lat": 37.5, "name": "Mazzarino"}, "date-ut": "1892-04-18 04:06"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "323"}}, "raw": {"LG": "-14", "DAY": "18", "LAT": "37,5", "MIN": "00", "TZO": "-0,88", "HOUR": "05", "NAME": "323M Padellaro, Nazareno", "YEAR": "1892", "MONTH": "04", "PLACE": "Mazzarino CL"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14705	palazzi-fernando-1884-06-21	{"a6": "929", "afd1": "325"}	{"lerrcp": "A6-929", "muller": "M1-325"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernando", "family": "Palazzi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1884-06-21 10:15", "note": "", "place": {"c1": null, "c2": "AN", "c3": null, "cy": "IT", "lg": 12.94126, "lat": 43.50016, "name": "Arcevia", "geoid": 3182916}, "notime": null, "date-ut": "1884-06-21 09:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Fernando", "family": "Palazzi"}, "birth": {"place": {"c2": "AN", "cy": "IT", "lg": 12.94126, "lat": 43.50016, "name": "Arcevia", "geoid": 3182916}, "date-ut": "1884-06-21 09:25:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-929"}, "ids-in-sources": {"a6": "929"}}, "raw": {"H": "10", "MN": "25", "TZ": "-1", "COD": "AN", "COU": "I", "DAY": "21", "LAT": "43N42", "LON": "13E45", "MON": "6", "NUM": "929", "PRO": "W", "SEC": "4", "YEA": "1884", "CITY": "ARCEVIA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Fernando", "family": "Palazzi"}, "birth": {"tzo": "+00:50", "date": "1884-06-21 10:15", "note": "", "place": {"name": "Arcevia"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "325", "muller": "M1-325"}}, "raw": {"LG": "-13,75", "DAY": "21", "LAT": "43,7", "MIN": "15", "TZO": "-0,83", "HOUR": "10", "NAME": "325M Palazzi, Fernando", "YEAR": "1884", "MONTH": "06", "PLACE": "Arcevia AN"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21601	palmegiani-francesco-1892-09-12	{"afd1": "326"}	{"muller": "M1-326"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Palmegiani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1892-09-12 05:00", "note": "", "place": {"c1": null, "c2": "RI", "c3": null, "cy": "IT", "lg": 13, "lat": 42.4, "name": "Rieti", "geoid": null}, "notime": null, "date-ut": "1892-09-12 04:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Francesco", "family": "Palmegiani"}, "birth": {"tzo": "+00:50", "date": "1892-09-12 05:00", "note": "", "place": {"c2": "RI", "cy": "IT", "lg": 13, "lat": 42.4, "name": "Rieti"}, "date-ut": "1892-09-12 04:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "326"}}, "raw": {"LG": "-13,25", "DAY": "12", "LAT": "42,4", "MIN": "00", "TZO": "-0,83", "HOUR": "05", "NAME": "326M Palmegiani, Francesco", "YEAR": "1892", "MONTH": "09", "PLACE": "Rieti RI"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21602	papini-giovanni-1881-01-09	{"afd1": "330"}	{"muller": "M1-330"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Papini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1881-01-09 18:10", "note": "", "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11, "lat": 43.7, "name": "Firenze", "geoid": null}, "notime": null, "date-ut": "1881-01-09 17:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giovanni", "family": "Papini"}, "birth": {"tzo": "+00:50", "date": "1881-01-09 18:10", "note": "", "place": {"c2": "FI", "cy": "IT", "lg": 11, "lat": 43.7, "name": "Firenze"}, "date-ut": "1881-01-09 17:20"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "330"}}, "raw": {"LG": "-11,5", "DAY": "09", "LAT": "43,7", "MIN": "10", "TZO": "-0,83", "HOUR": "18", "NAME": "330M Papini, Giovanni", "YEAR": "1881", "MONTH": "01", "PLACE": "Firenze FI"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14709	parisi-vittorio-1900-09-04	{"a6": "933", "afd1": "331"}	{"lerrcp": "A6-933", "muller": "M1-331"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vittorio", "family": "Parisi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1900-09-04 11:00", "note": "", "place": {"c1": null, "c2": "RC", "c3": null, "cy": "IT", "lg": 15.84915, "lat": 38.35862, "name": "Palmi Calabria", "geoid": 2523902}, "notime": null, "date-ut": "1900-09-04 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Vittorio", "family": "Parisi"}, "birth": {"place": {"c2": "RC", "cy": "IT", "lg": 15.84915, "lat": 38.35862, "name": "Palmi", "geoid": 2523902}, "date-ut": "1900-09-04 10:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-933"}, "ids-in-sources": {"a6": "933"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "RC", "COU": "I", "DAY": "4", "LAT": "38N 6", "LON": "15E30", "MON": "9", "NUM": "933", "PRO": "W", "SEC": "0", "YEA": "1900", "CITY": "PALMI"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Vittorio", "family": "Parisi"}, "birth": {"tzo": "+01:00", "date": "1900-09-04 11:00", "note": "", "place": {"name": "Palmi Calabria"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "331", "muller": "M1-331"}}, "raw": {"LG": "-15,5", "DAY": "04", "LAT": "38,1", "MIN": "00", "TZO": "-1", "HOUR": "11", "NAME": "331M Parisi, Vittorio", "YEAR": "1900", "MONTH": "09", "PLACE": "Palmi Calabria RC"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21603	pasinetti-pier-maria-1913-06-24	{"afd1": "333"}	{"muller": "M1-333"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pier Maria", "family": "Pasinetti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1913-06-24 07:45", "note": "", "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12, "lat": 45.5, "name": "Venezia", "geoid": null}, "notime": null, "date-ut": "1913-06-24 06:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Pier Maria", "family": "Pasinetti"}, "birth": {"tzo": "+01:00", "date": "1913-06-24 07:45", "note": "", "place": {"c2": "VE", "cy": "IT", "lg": 12, "lat": 45.5, "name": "Venezia"}, "date-ut": "1913-06-24 06:45"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "333"}}, "raw": {"LG": "-12,5", "DAY": "24", "LAT": "45,5", "MIN": "45", "TZO": "-1", "HOUR": "07", "NAME": "333M Pasinetti, Pier Maria", "YEAR": "1913", "MONTH": "06", "PLACE": "Venezia VE"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14711	pattarozzi-gaetano-1914-01-22	{"a6": "935", "afd1": "336"}	{"lerrcp": "A6-935", "muller": "M1-336"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaetano", "family": "Pattarozzi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1914-01-22 20:00", "note": "", "place": {"c1": null, "c2": "CA", "c3": null, "cy": "IT", "lg": 9.13462, "lat": 39.20738, "name": "Cagliari", "geoid": 2525473}, "notime": null, "date-ut": "1914-01-22 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Gaetano", "family": "Pattarozzi"}, "birth": {"place": {"c2": "CA", "cy": "IT", "lg": 9.13462, "lat": 39.20738, "name": "Cagliari", "geoid": 2525473}, "date-ut": "1914-01-22 19:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-935"}, "ids-in-sources": {"a6": "935"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "CA", "COU": "I", "DAY": "22", "LAT": "39N24", "LON": "9E 0", "MON": "1", "NUM": "935", "PRO": "W", "SEC": "0", "YEA": "1914", "CITY": "CAGLIARI"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Gaetano", "family": "Pattarozzi"}, "birth": {"tzo": "+01:00", "date": "1914-01-22 20:00", "note": "", "place": {"name": "Cagliari"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "336", "muller": "M1-336"}}, "raw": {"LG": "-9", "DAY": "22", "LAT": "39,4", "MIN": "00", "TZO": "-1", "HOUR": "20", "NAME": "336M Pattarozzi, Gaetano", "YEAR": "1914", "MONTH": "01", "PLACE": "Cagliari CA"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14712	pecchio-giuseppe-1879-05-11	{"a6": "936", "afd1": "338"}	{"lerrcp": "A6-936", "muller": "M1-338"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Pecchio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1879-05-11 02:00", "note": "", "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "Torino", "geoid": 0}, "notime": null, "date-ut": "1879-05-11 01:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Pecchio"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1879-05-11 01:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-936"}, "ids-in-sources": {"a6": "936"}}, "raw": {"H": "2", "MN": "10", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "11", "LAT": "45N 0", "LON": "8E 0", "MON": "5", "NUM": "936", "PRO": "W", "SEC": "4", "YEA": "1879", "CITY": "TORINO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Giuseppe", "family": "Pecchio"}, "birth": {"tzo": "+00:50", "date": "1879-05-11 02:00", "note": "", "place": {"name": "Torino"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "338", "muller": "M1-338"}}, "raw": {"LG": "-8", "DAY": "11", "LAT": "45", "MIN": "00", "TZO": "-0,83", "HOUR": "02", "NAME": "338M Pecchio, Giuseppe", "YEAR": "1879", "MONTH": "05", "PLACE": "Torino TO"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21604	pellegrini-gian-gino-1899-12-21	{"afd1": "339"}	{"muller": "M1-339"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gian Gino", "family": "Pellegrini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1899-12-21 19:00", "note": "", "place": {"c1": null, "c2": "VA", "c3": null, "cy": "IT", "lg": 9, "lat": 45.8, "name": "Varese", "geoid": null}, "notime": null, "date-ut": "1899-12-21 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gian Gino", "family": "Pellegrini"}, "birth": {"tzo": "+01:00", "date": "1899-12-21 19:00", "note": "", "place": {"c2": "VA", "cy": "IT", "lg": 9, "lat": 45.8, "name": "Varese"}, "date-ut": "1899-12-21 18:00"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "339"}}, "raw": {"LG": "-9", "DAY": "21", "LAT": "45,8", "MIN": "00", "TZO": "-1", "HOUR": "19", "NAME": "339M Pellegrini, Gian Gino", "YEAR": "1899", "MONTH": "12", "PLACE": "Varese VA"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21605	pennazza-giuseppe-antonio-1881-06-27	{"afd1": "340"}	{"muller": "M1-340"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe Antonio", "family": "Pennazza", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1881-06-27 22:20", "note": "", "place": {"c1": null, "c2": "AQ", "c3": null, "cy": "IT", "lg": 13, "lat": 42.4, "name": "Avezzano", "geoid": null}, "notime": null, "date-ut": "1881-06-27 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giuseppe Antonio", "family": "Pennazza"}, "birth": {"tzo": "+00:50", "date": "1881-06-27 22:20", "note": "", "place": {"c2": "AQ", "cy": "IT", "lg": 13, "lat": 42.4, "name": "Avezzano"}, "date-ut": "1881-06-27 21:30"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "340"}}, "raw": {"LG": "-13,5", "DAY": "27", "LAT": "42,4", "MIN": "20", "TZO": "-0,83", "HOUR": "22", "NAME": "340M Pennazza, Giuseppe Antonio", "YEAR": "1881", "MONTH": "06", "PLACE": "Avezzano AQ"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21606	perali-pericle-1884-06-20	{"afd1": "341"}	{"muller": "M1-341"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pericle", "family": "Perali", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1884-06-20 01:00", "note": "", "place": {"c1": null, "c2": "TR", "c3": null, "cy": "IT", "lg": 13, "lat": 42.5, "name": "Orvieto", "geoid": null}, "notime": null, "date-ut": "1884-06-20 00:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Pericle", "family": "Perali"}, "birth": {"tzo": "+00:50", "date": "1884-06-20 01:00", "note": "", "place": {"c2": "TR", "cy": "IT", "lg": 13, "lat": 42.5, "name": "Orvieto"}, "date-ut": "1884-06-20 00:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "341"}}, "raw": {"LG": "-13", "DAY": "20", "LAT": "42,5", "MIN": "00", "TZO": "-0,83", "HOUR": "01", "NAME": "341M Perali, Pericle", "YEAR": "1884", "MONTH": "06", "PLACE": "Orvieto TR"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14714	perri-francesco-1885-07-15	{"a6": "938", "afd1": "343"}	{"lerrcp": "A6-938", "muller": "M1-343"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Perri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1885-07-15 11:30", "note": "", "place": {"c1": null, "c2": "RC", "c3": null, "cy": "IT", "lg": 16.11605, "lat": 38.17591, "name": "Careri", "geoid": 2525357}, "notime": null, "date-ut": "1885-07-15 10:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Perri"}, "birth": {"place": {"c2": "RC", "cy": "IT", "lg": 16.11605, "lat": 38.17591, "name": "Careri", "geoid": 2525357}, "date-ut": "1885-07-15 10:40:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-938"}, "ids-in-sources": {"a6": "938"}}, "raw": {"H": "11", "MN": "40", "TZ": "-1", "COD": "RC", "COU": "I", "DAY": "15", "LAT": "38N 6", "LON": "15E30", "MON": "7", "NUM": "938", "PRO": "W", "SEC": "4", "YEA": "1885", "CITY": "CARERI"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Francesco", "family": "Perri"}, "birth": {"tzo": "+00:50", "date": "1885-07-15 11:30", "note": "", "place": {"name": "Careri"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "343", "muller": "M1-343"}}, "raw": {"LG": "-15,5", "DAY": "15", "LAT": "38,1", "MIN": "30", "TZO": "-0,83", "HOUR": "11", "NAME": "343M Perri, Francesco", "YEAR": "1885", "MONTH": "07", "PLACE": "Careri RC"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21607	petrone-icilio-1902-05-03	{"afd1": "344"}	{"muller": "M1-344"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Icilio", "family": "Petrone", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1902-05-03 20:30", "note": "", "place": {"c1": null, "c2": "SA", "c3": null, "cy": "IT", "lg": 15, "lat": 40.7, "name": "Montecorvino Rovella", "geoid": null}, "notime": null, "date-ut": "1902-05-03 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Icilio", "family": "Petrone"}, "birth": {"tzo": "+01:00", "date": "1902-05-03 20:30", "note": "", "place": {"c2": "SA", "cy": "IT", "lg": 15, "lat": 40.7, "name": "Montecorvino Rovella"}, "date-ut": "1902-05-03 19:30"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "344"}}, "raw": {"LG": "-15,25", "DAY": "03", "LAT": "40,7", "MIN": "30", "TZO": "-1", "HOUR": "20", "NAME": "344M Petrone, Icilio", "YEAR": "1902", "MONTH": "05", "PLACE": "Montecorvino Rovella SA"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21608	petroselli-filippo-1886-10-17	{"afd1": "345"}	{"muller": "M1-345"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Filippo", "family": "Petroselli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1886-10-17 11:00", "note": "", "place": {"c1": null, "c2": "VI", "c3": null, "cy": "IT", "lg": 12, "lat": 45.5, "name": "Viterbo", "geoid": null}, "notime": null, "date-ut": "1886-10-17 10:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Filippo", "family": "Petroselli"}, "birth": {"tzo": "+00:50", "date": "1886-10-17 11:00", "note": "", "place": {"c2": "VI", "cy": "IT", "lg": 12, "lat": 45.5, "name": "Viterbo"}, "date-ut": "1886-10-17 10:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "345"}}, "raw": {"LG": "-12", "DAY": "17", "LAT": "45,5", "MIN": "00", "TZO": "-0,83", "HOUR": "11", "NAME": "345M Petroselli, Filippo", "YEAR": "1886", "MONTH": "10", "PLACE": "Viterbo VI"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21609	petrucci-alfredo-1888-03-12	{"afd1": "346"}	{"muller": "M1-346"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfredo", "family": "Petrucci", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1888-03-12 02:30", "note": "", "place": {"c1": null, "c2": "FG", "c3": null, "cy": "IT", "lg": 15, "lat": 41.6, "name": "Sannicandro Gargan", "geoid": null}, "notime": null, "date-ut": "1888-03-12 01:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alfredo", "family": "Petrucci"}, "birth": {"tzo": "+00:50", "date": "1888-03-12 02:30", "note": "", "place": {"c2": "FG", "cy": "IT", "lg": 15, "lat": 41.6, "name": "Sannicandro Gargan"}, "date-ut": "1888-03-12 01:40"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "346"}}, "raw": {"LG": "-15,5", "DAY": "12", "LAT": "41,6", "MIN": "30", "TZO": "-0,83", "HOUR": "02", "NAME": "346M Petrucci, Alfredo", "YEAR": "1888", "MONTH": "03", "PLACE": "Sannicandro Gargan FG"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21610	piastra-gino-1896-01-17	{"afd1": "348"}	{"muller": "M1-348"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gino", "family": "Piastra", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1896-01-17 07:00", "note": "", "place": {"c1": null, "c2": "MS", "c3": null, "cy": "IT", "lg": 10, "lat": 44, "name": "Carrara", "geoid": null}, "notime": null, "date-ut": "1896-01-17 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gino", "family": "Piastra"}, "birth": {"tzo": "+01:00", "date": "1896-01-17 07:00", "note": "", "place": {"c2": "MS", "cy": "IT", "lg": 10, "lat": 44, "name": "Carrara"}, "date-ut": "1896-01-17 06:00"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "348"}}, "raw": {"LG": "-10,5", "DAY": "17", "LAT": "44", "MIN": "00", "TZO": "-1", "HOUR": "07", "NAME": "348M Piastra, Gino", "YEAR": "1896", "MONTH": "01", "PLACE": "Carrara MS"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21611	piatti-antonio-1875-06-12	{"afd1": "349"}	{"muller": "M1-349"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Piatti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1875-06-12 02:05", "note": "", "place": {"c1": null, "c2": "VA", "c3": null, "cy": "IT", "lg": 9, "lat": 45.8, "name": "Viggiù", "geoid": null}, "notime": null, "date-ut": "1875-06-12 01:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Antonio", "family": "Piatti"}, "birth": {"tzo": "+00:50", "date": "1875-06-12 02:05", "note": "", "place": {"c2": "VA", "cy": "IT", "lg": 9, "lat": 45.8, "name": "Viggiù"}, "date-ut": "1875-06-12 01:15"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "349"}}, "raw": {"LG": "-9", "DAY": "12", "LAT": "45,8", "MIN": "05", "TZO": "-0,83", "HOUR": "02", "NAME": "349M Piatti, Antonio", "YEAR": "1875", "MONTH": "06", "PLACE": "Viggiù VA"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14716	piccolo-francesco-1892-02-25	{"a6": "940", "afd1": "350"}	{"lerrcp": "A6-940", "muller": "M1-350"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Piccolo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1892-02-25 03:00", "note": "", "place": {"c1": null, "c2": "FG", "c3": null, "cy": "IT", "lg": 15.33505, "lat": 41.50823, "name": "Lucera", "geoid": 3174526}, "notime": null, "date-ut": "1892-02-25 02:12:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Piccolo"}, "birth": {"place": {"c2": "FG", "cy": "IT", "lg": 15.33505, "lat": 41.50823, "name": "Lucera", "geoid": 3174526}, "date-ut": "1892-02-25 02:12:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-940"}, "ids-in-sources": {"a6": "940"}}, "raw": {"H": "3", "MN": "12", "TZ": "-1", "COD": "FG", "COU": "I", "DAY": "25", "LAT": "41N36", "LON": "15E30", "MON": "2", "NUM": "940", "PRO": "W", "SEC": "4", "YEA": "1892", "CITY": "LUCERA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Francesco", "family": "Piccolo"}, "birth": {"tzo": "+00:50", "date": "1892-02-25 03:00", "note": "", "place": {"name": "Lucera"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "350", "muller": "M1-350"}}, "raw": {"LG": "-15,5", "DAY": "25", "LAT": "41,6", "MIN": "00", "TZO": "-0,83", "HOUR": "03", "NAME": "350M Piccolo, Francesco", "YEAR": "1892", "MONTH": "02", "PLACE": "Lucera FG"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21612	piceni-enrico-1901-03-26	{"afd1": "351"}	{"muller": "M1-351"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enrico", "family": "Piceni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1901-03-26 09:00", "note": "", "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9, "lat": 45.5, "name": "Milano", "geoid": null}, "notime": null, "date-ut": "1901-03-26 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Enrico", "family": "Piceni"}, "birth": {"tzo": "+01:00", "date": "1901-03-26 09:00", "note": "", "place": {"c2": "MI", "cy": "IT", "lg": 9, "lat": 45.5, "name": "Milano"}, "date-ut": "1901-03-26 08:00"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "351"}}, "raw": {"LG": "-9,25", "DAY": "26", "LAT": "45,5", "MIN": "00", "TZO": "-1", "HOUR": "09", "NAME": "351M Piceni, Enrico", "YEAR": "1901", "MONTH": "03", "PLACE": "Milano MI"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21613	piovene-guide-1907-07-27	{"afd1": "353"}	{"muller": "M1-353"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guide", "family": "Piovene", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1907-07-27 09:20", "note": "", "place": {"c1": null, "c2": "VI", "c3": null, "cy": "IT", "lg": 12, "lat": 45.5, "name": "Vicenza", "geoid": null}, "notime": null, "date-ut": "1907-07-27 08:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Guide", "family": "Piovene"}, "birth": {"tzo": "+01:00", "date": "1907-07-27 09:20", "note": "", "place": {"c2": "VI", "cy": "IT", "lg": 12, "lat": 45.5, "name": "Vicenza"}, "date-ut": "1907-07-27 08:20"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "353"}}, "raw": {"LG": "-12", "DAY": "27", "LAT": "45,5", "MIN": "20", "TZO": "-1", "HOUR": "09", "NAME": "353M Piovene, Guide", "YEAR": "1907", "MONTH": "07", "PLACE": "Vicenza VI"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21614	pollini-leo-1891-07-04	{"afd1": "355"}	{"muller": "M1-355"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leo", "family": "Pollini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1891-07-04 11:30", "note": "", "place": {"c1": null, "c2": "CO", "c3": null, "cy": "IT", "lg": 9, "lat": 45.8, "name": "Valmadrera", "geoid": null}, "notime": null, "date-ut": "1891-07-04 10:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Leo", "family": "Pollini"}, "birth": {"tzo": "+00:50", "date": "1891-07-04 11:30", "note": "", "place": {"c2": "CO", "cy": "IT", "lg": 9, "lat": 45.8, "name": "Valmadrera"}, "date-ut": "1891-07-04 10:40"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "355"}}, "raw": {"LG": "-9,25", "DAY": "04", "LAT": "45,8", "MIN": "30", "TZO": "-0,83", "HOUR": "11", "NAME": "355M Pollini, Leo", "YEAR": "1891", "MONTH": "07", "PLACE": "Valmadrera CO"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21615	pompeati-lucchini-arturo-1880-04-18	{"afd1": "356"}	{"muller": "M1-356"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucchini Arturo", "family": "Pompeati", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1880-04-18 03:10", "note": "", "place": {"c1": null, "c2": "FE", "c3": null, "cy": "IT", "lg": 12, "lat": 44.7, "name": "Ferrara", "geoid": null}, "notime": null, "date-ut": "1880-04-18 02:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Lucchini Arturo", "family": "Pompeati"}, "birth": {"tzo": "+00:50", "date": "1880-04-18 03:10", "note": "", "place": {"c2": "FE", "cy": "IT", "lg": 12, "lat": 44.7, "name": "Ferrara"}, "date-ut": "1880-04-18 02:20"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "356"}}, "raw": {"LG": "-12,5", "DAY": "18", "LAT": "44,7", "MIN": "10", "TZO": "-0,83", "HOUR": "03", "NAME": "356M Pompeati, Lucchini Arturo", "YEAR": "1880", "MONTH": "04", "PLACE": "Ferrara FE"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21616	pompei-mario-1903-02-03	{"afd1": "357"}	{"muller": "M1-357"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Pompei", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1903-02-03 11:00", "note": "", "place": {"c1": null, "c2": "TR", "c3": null, "cy": "IT", "lg": 13, "lat": 42.5, "name": "Terni", "geoid": null}, "notime": null, "date-ut": "1903-02-03 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Mario", "family": "Pompei"}, "birth": {"tzo": "+01:00", "date": "1903-02-03 11:00", "note": "", "place": {"c2": "TR", "cy": "IT", "lg": 13, "lat": 42.5, "name": "Terni"}, "date-ut": "1903-02-03 10:00"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "357"}}, "raw": {"LG": "-13", "DAY": "03", "LAT": "42,5", "MIN": "00", "TZO": "-1", "HOUR": "11", "NAME": "357M Pompei, Mario", "YEAR": "1903", "MONTH": "02", "PLACE": "Terni TR"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21617	pompilj-luigi-1893-07-09	{"afd1": "358"}	{"muller": "M1-358"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Pompilj", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1893-07-09 13:00", "note": "", "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 13, "lat": 43, "name": "Spoleto", "geoid": null}, "notime": null, "date-ut": "1893-07-09 12:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luigi", "family": "Pompilj"}, "birth": {"tzo": "+00:50", "date": "1893-07-09 13:00", "note": "", "place": {"c2": "PG", "cy": "IT", "lg": 13, "lat": 43, "name": "Spoleto"}, "date-ut": "1893-07-09 12:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "358"}}, "raw": {"LG": "-13", "DAY": "09", "LAT": "43", "MIN": "00", "TZO": "-0,83", "HOUR": "13", "NAME": "358M Pompilj, Luigi", "YEAR": "1893", "MONTH": "07", "PLACE": "Spoleto PG"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21618	prampolini-giacomo-1898-06-22	{"afd1": "360"}	{"muller": "M1-360"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giacomo", "family": "Prampolini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1898-06-22 08:40", "note": "", "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9, "lat": 45.5, "name": "Milano", "geoid": null}, "notime": null, "date-ut": "1898-06-22 07:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giacomo", "family": "Prampolini"}, "birth": {"tzo": "+01:00", "date": "1898-06-22 08:40", "note": "", "place": {"c2": "MI", "cy": "IT", "lg": 9, "lat": 45.5, "name": "Milano"}, "date-ut": "1898-06-22 07:40"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "360"}}, "raw": {"LG": "-9,25", "DAY": "22", "LAT": "45,5", "MIN": "40", "TZO": "-1", "HOUR": "08", "NAME": "360M Prampolini, Giacomo", "YEAR": "1898", "MONTH": "06", "PLACE": "Milano MI"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21619	pratolini-vasco-1913-10-19	{"afd1": "361"}	{"muller": "M1-361"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vasco", "family": "Pratolini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1913-10-19 11:15", "note": "", "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11, "lat": 43.7, "name": "Firenze", "geoid": null}, "notime": null, "date-ut": "1913-10-19 10:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Vasco", "family": "Pratolini"}, "birth": {"tzo": "+01:00", "date": "1913-10-19 11:15", "note": "", "place": {"c2": "FI", "cy": "IT", "lg": 11, "lat": 43.7, "name": "Firenze"}, "date-ut": "1913-10-19 10:15"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "361"}}, "raw": {"LG": "-11,5", "DAY": "19", "LAT": "43,7", "MIN": "15", "TZO": "-1", "HOUR": "11", "NAME": "361M Pratolini, Vasco", "YEAR": "1913", "MONTH": "10", "PLACE": "Firenze FI"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14718	prezzolini-giuseppe-1882-01-27	{"a6": "942", "afd1": "363"}	{"lerrcp": "A6-942", "muller": "M1-363"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Prezzolini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1882-01-27 03:00", "note": "", "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 12.38878, "lat": 43.1122, "name": "Perugia", "geoid": 3171180}, "notime": null, "date-ut": "1882-01-27 02:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Prezzolini"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 12.38878, "lat": 43.1122, "name": "Perugia", "geoid": 3171180}, "date-ut": "1882-01-27 02:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-942"}, "ids-in-sources": {"a6": "942"}}, "raw": {"H": "3", "MN": "10", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "27", "LAT": "43N 0", "LON": "13E 0", "MON": "1", "NUM": "942", "PRO": "W", "SEC": "4", "YEA": "1882", "CITY": "PERUGIA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Giuseppe", "family": "Prezzolini"}, "birth": {"tzo": "+00:50", "date": "1882-01-27 03:00", "note": "", "place": {"name": "Perugia"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "363", "muller": "M1-363"}}, "raw": {"LG": "-13", "DAY": "27", "LAT": "43", "MIN": "00", "TZO": "-0,83", "HOUR": "03", "NAME": "363M Prezzolini, Giuseppe", "YEAR": "1882", "MONTH": "01", "PLACE": "Perugia PG"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14720	puccini-mario-1887-07-29	{"a6": "944", "afd1": "365"}	{"lerrcp": "A6-944", "muller": "M1-365"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Puccini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1887-07-29 12:20", "note": "", "place": {"c1": null, "c2": "AN", "c3": null, "cy": "IT", "lg": 13.21667, "lat": 43.70926, "name": "Senigallia", "geoid": 3166740}, "notime": null, "date-ut": "1887-07-29 19:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Puccini"}, "birth": {"place": {"c2": "AN", "cy": "IT", "lg": 13.21667, "lat": 43.70926, "name": "Senigallia", "geoid": 3166740}, "date-ut": "1887-07-29 19:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-944"}, "ids-in-sources": {"a6": "944"}}, "raw": {"H": "20", "MN": "10", "TZ": "-1", "COD": "AN", "COU": "I", "DAY": "29", "LAT": "43N42", "LON": "13E45", "MON": "7", "NUM": "944", "PRO": "W", "SEC": "4", "YEA": "1887", "CITY": "SENIGALLIA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Mario", "family": "Puccini"}, "birth": {"tzo": "+00:50", "date": "1887-07-29 12:20", "note": "", "place": {"name": "Senigallia"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "365", "muller": "M1-365"}}, "raw": {"LG": "-13,75", "DAY": "29", "LAT": "43,7", "MIN": "20", "TZO": "-0,83", "HOUR": "12", "NAME": "365M Puccini, Mario", "YEAR": "1887", "MONTH": "07", "PLACE": "Senigallia AN"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21620	pugliese-sergio-1908-03-12	{"afd1": "366"}	{"muller": "M1-366"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sergio", "family": "Pugliese", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1908-03-12 13:00", "note": "", "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "Ivrea", "geoid": null}, "notime": null, "date-ut": "1908-03-12 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Sergio", "family": "Pugliese"}, "birth": {"tzo": "+01:00", "date": "1908-03-12 13:00", "note": "", "place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "Ivrea"}, "date-ut": "1908-03-12 12:00"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "366"}}, "raw": {"LG": "-8", "DAY": "12", "LAT": "45", "MIN": "00", "TZO": "-1", "HOUR": "13", "NAME": "366M Pugliese, Sergio", "YEAR": "1908", "MONTH": "03", "PLACE": "Ivrea TO"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21621	quasimodo-salvatore-1901-08-20	{"afd1": "367"}	{"muller": "M1-367"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Salvatore", "family": "Quasimodo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1901-08-20 18:00", "note": "", "place": {"c1": null, "c2": "SR", "c3": null, "cy": "IT", "lg": 15, "lat": 37, "name": "Siracusa", "geoid": null}, "notime": null, "date-ut": "1901-08-20 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Salvatore", "family": "Quasimodo"}, "birth": {"tzo": "+01:00", "date": "1901-08-20 18:00", "note": "", "place": {"c2": "SR", "cy": "IT", "lg": 15, "lat": 37, "name": "Siracusa"}, "date-ut": "1901-08-20 17:00"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "367"}}, "raw": {"LG": "-15,5", "DAY": "20", "LAT": "37", "MIN": "00", "TZO": "-1", "HOUR": "18", "NAME": "367M Quasimodo, Salvatore", "YEAR": "1901", "MONTH": "08", "PLACE": "Siracusa SR"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21622	ramperti-queilla-fiorina-1887-12-25	{"afd1": "368"}	{"muller": "M1-368"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Queilla Fiorina", "family": "Ramperti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1887-12-25 05:30", "note": "", "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 9, "lat": 45.5, "name": "Novara", "geoid": null}, "notime": null, "date-ut": "1887-12-25 04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Queilla Fiorina", "family": "Ramperti"}, "birth": {"tzo": "+00:50", "date": "1887-12-25 05:30", "note": "", "place": {"c2": "NO", "cy": "IT", "lg": 9, "lat": 45.5, "name": "Novara"}, "date-ut": "1887-12-25 04:40"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "368"}}, "raw": {"LG": "-9", "DAY": "25", "LAT": "45,5", "MIN": "30", "TZO": "-0,83", "HOUR": "05", "NAME": "368M Ramperti, Queilla Fiorina", "YEAR": "1887", "MONTH": "12", "PLACE": "Novara NO"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14721	raymondi-raimondo-1870-10-10	{"a6": "945", "afd1": "369"}	{"lerrcp": "A6-945", "muller": "M1-369"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raimondo", "family": "Raymondi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1870-10-10 08:00", "note": "", "place": {"c1": null, "c2": "CH", "c3": null, "cy": "IT", "lg": 14.56872, "lat": 42.10244, "name": "Scerni", "geoid": 3166943}, "notime": null, "date-ut": "1870-10-10 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Raimondo", "family": "Raymondi"}, "birth": {"place": {"c2": "CH", "cy": "IT", "lg": 14.56872, "lat": 42.10244, "name": "Scerni", "geoid": 3166943}, "date-ut": "1870-10-10 07:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-945"}, "ids-in-sources": {"a6": "945"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "CH", "COU": "I", "DAY": "10", "LAT": "42N18", "LON": "14E15", "MON": "10", "NUM": "945", "PRO": "W", "SEC": "4", "YEA": "1870", "CITY": "SCERNI"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Raimondo", "family": "Raymondi"}, "birth": {"tzo": "+00:50", "date": "1870-10-10 08:00", "note": "", "place": {"name": "Scerni"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "369", "muller": "M1-369"}}, "raw": {"LG": "-14,25", "DAY": "10", "LAT": "42,3", "MIN": "00", "TZO": "-0,83", "HOUR": "08", "NAME": "369M Raymondi, Raimondo", "YEAR": "1870", "MONTH": "10", "PLACE": "Scerni CR"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14723	repaci-leonida-1898-04-23	{"a6": "947", "afd1": "371"}	{"lerrcp": "A6-947", "muller": "M1-371"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leonida", "family": "Repaci", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1898-04-23 17:00", "note": "", "place": {"c1": null, "c2": "RC", "c3": null, "cy": "IT", "lg": 15.5, "lat": 38.1, "name": "Palmi Calabria", "geoid": 0}, "notime": null, "date-ut": "1898-04-24 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Leonida", "family": "Repaci"}, "birth": {"place": {"c2": "RC", "cy": "IT", "lg": 15.5, "lat": 38.1, "name": "PALMI CALABRIA", "geoid": 0}, "date-ut": "1898-04-24 16:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-947"}, "ids-in-sources": {"a6": "947"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "RC", "COU": "I", "DAY": "24", "LAT": "38N 6", "LON": "15E30", "MON": "4", "NUM": "947", "PRO": "W", "SEC": "0", "YEA": "1898", "CITY": "PALMI CALABRIA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Leonida", "family": "Repaci"}, "birth": {"tzo": "+01:00", "date": "1898-04-23 17:00", "note": "", "place": {"name": "Palmi Calabria"}}, "notes": ["CHECK: birth day - A6-947 1898-04-24 / M1writers 371 1898-04-23"], "occus": ["writer"], "to-check": true, "ids-in-sources": {"afd1": "371", "muller": "M1-371"}}, "raw": {"LG": "-15,5", "DAY": "23", "LAT": "38,1", "MIN": "00", "TZO": "-1", "HOUR": "17", "NAME": "371M Repaci, Leonida", "YEAR": "1898", "MONTH": "04", "PLACE": "Palmi Calabria RC"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	["CHECK: birth day - A6-947 1898-04-24 / M1writers 371 1898-04-23"]
21623	ribera-almerico-1874-03-07	{"afd1": "372"}	{"muller": "M1-372"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Almerico", "family": "Ribera", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1874-03-07 23:59", "note": "", "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14, "lat": 40.9, "name": "S.Giovanni a T", "geoid": null}, "notime": null, "date-ut": "1874-03-07 23:09"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Almerico", "family": "Ribera"}, "birth": {"tzo": "+00:50", "date": "1874-03-07 23:59", "note": "", "place": {"c2": "NA", "cy": "IT", "lg": 14, "lat": 40.9, "name": "S.Giovanni a T"}, "date-ut": "1874-03-07 23:09"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "372"}}, "raw": {"LG": "-14", "DAY": "07", "LAT": "40,9", "MIN": "59", "TZO": "-0,83", "HOUR": "23", "NAME": "372M Ribera, Almerico", "YEAR": "1874", "MONTH": "03", "PLACE": "S.Giovanni a T NA"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21624	richelmy-carlo-1894-01-25	{"afd1": "373"}	{"muller": "M1-373"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Richelmy", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1894-01-25 03:45", "note": "", "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "Torino", "geoid": null}, "notime": null, "date-ut": "1894-01-25 02:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Carlo", "family": "Richelmy"}, "birth": {"tzo": "+01:00", "date": "1894-01-25 03:45", "note": "", "place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "Torino"}, "date-ut": "1894-01-25 02:45"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "373"}}, "raw": {"LG": "-8", "DAY": "25", "LAT": "45", "MIN": "45", "TZO": "-1", "HOUR": "03", "NAME": "373M Richelmy, Carlo", "YEAR": "1894", "MONTH": "01", "PLACE": "Torino TO"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21629	resina-tito-1899-09-20	{"afd1": "384"}	{"muller": "M1-384"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tito", "family": "Resina", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1899-09-20 03:30", "note": "", "place": {"c1": null, "c2": "GE", "c3": null, "cy": "IT", "lg": 9, "lat": 44.4, "name": "Geneva", "geoid": null}, "notime": null, "date-ut": "1899-09-20 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Tito", "family": "Resina"}, "birth": {"tzo": "+01:00", "date": "1899-09-20 03:30", "note": "", "place": {"c2": "GE", "cy": "IT", "lg": 9, "lat": 44.4, "name": "Geneva"}, "date-ut": "1899-09-20 02:30"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "384"}}, "raw": {"LG": "-9", "DAY": "20", "LAT": "44,4", "MIN": "30", "TZO": "-1", "HOUR": "03", "NAME": "384M Resina, Tito", "YEAR": "1899", "MONTH": "09", "PLACE": "Geneva GE"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14726	robecchi-brivio-erminio-1893-01-20	{"a6": "950", "afd1": "377"}	{"lerrcp": "A6-950", "muller": "M1-377"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erminio", "family": "Robecchi-Brivio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1893-01-20 22:20", "note": "", "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 9, "lat": 45.2, "name": "Zeme Lomellina", "geoid": 0}, "notime": null, "date-ut": "1893-01-20 21:30:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-950"}, "birth": {"place": {"c2": "PV", "cy": "IT", "lg": 9, "lat": 45.2, "name": "ZEME LOMELLINA", "geoid": 0}, "date-ut": "1893-01-20 21:30:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-950"}, "ids-in-sources": {"a6": "950"}}, "raw": {"H": "22", "MN": "30", "TZ": "-1", "COD": "PV", "COU": "I", "DAY": "20", "LAT": "45N12", "LON": "9E 0", "MON": "1", "NUM": "950", "PRO": "W", "SEC": "4", "YEA": "1893", "CITY": "ZEME LOMELLINA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Erminio", "family": "Robecchi-Brivio"}, "birth": {"tzo": "+00:50", "date": "1893-01-20 22:20", "note": "", "place": {"name": "Zeme Lomellina"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "377", "muller": "M1-377"}}, "raw": {"LG": "-9", "DAY": "20", "LAT": "45,2", "MIN": "20", "TZO": "-0,83", "HOUR": "22", "NAME": "377M Robecchi-Brivio, Erminio", "YEAR": "1893", "MONTH": "01", "PLACE": "Zeme Lomellina PV"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21625	rodino-edoardo-1901-05-06	{"afd1": "378"}	{"muller": "M1-378"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edoardo", "family": "Rodino", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1901-05-06 22:30", "note": "", "place": {"c1": null, "c2": "RC", "c3": null, "cy": "IT", "lg": 15, "lat": 38.1, "name": "Gioiosa Ionica", "geoid": null}, "notime": null, "date-ut": "1901-05-06 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Edoardo", "family": "Rodino"}, "birth": {"tzo": "+01:00", "date": "1901-05-06 22:30", "note": "", "place": {"c2": "RC", "cy": "IT", "lg": 15, "lat": 38.1, "name": "Gioiosa Ionica"}, "date-ut": "1901-05-06 21:30"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "378"}}, "raw": {"LG": "-15,5", "DAY": "06", "LAT": "38,1", "MIN": "30", "TZO": "-1", "HOUR": "22", "NAME": "378M Rodino, Edoardo", "YEAR": "1901", "MONTH": "05", "PLACE": "Gioiosa Ionica RC"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21626	roppo-vincenzo-1879-02-26	{"afd1": "380"}	{"muller": "M1-380"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincenzo", "family": "Roppo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1879-02-26 13:40", "note": "", "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 17, "lat": 41.2, "name": "Ceglie del Campo", "geoid": null}, "notime": null, "date-ut": "1879-02-26 12:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Vincenzo", "family": "Roppo"}, "birth": {"tzo": "+00:50", "date": "1879-02-26 13:40", "note": "", "place": {"c2": "BA", "cy": "IT", "lg": 17, "lat": 41.2, "name": "Ceglie del Campo"}, "date-ut": "1879-02-26 12:50"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "380"}}, "raw": {"LG": "-17", "DAY": "26", "LAT": "41,2", "MIN": "40", "TZO": "-0,83", "HOUR": "13", "NAME": "380M Roppo, Vincenzo", "YEAR": "1879", "MONTH": "02", "PLACE": "Ceglie del Campo BA"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21627	roschini-alessandro-1900-12-19	{"afd1": "382"}	{"muller": "M1-382"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alessandro", "family": "Roschini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1900-12-19 10:00", "note": "", "place": {"c1": null, "c2": "VI", "c3": null, "cy": "IT", "lg": 12, "lat": 45.5, "name": "Castel s.Elia", "geoid": null}, "notime": null, "date-ut": "1900-12-19 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alessandro", "family": "Roschini"}, "birth": {"tzo": "+01:00", "date": "1900-12-19 10:00", "note": "", "place": {"c2": "VI", "cy": "IT", "lg": 12, "lat": 45.5, "name": "Castel s.Elia"}, "date-ut": "1900-12-19 09:00"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "382"}}, "raw": {"LG": "-12", "DAY": "19", "LAT": "45,5", "MIN": "00", "TZO": "-1", "HOUR": "10", "NAME": "382M Roschini, Alessandro", "YEAR": "1900", "MONTH": "12", "PLACE": "Castel s.Elia VI"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21628	rosi-mina-1913-06-09	{"afd1": "383"}	{"muller": "M1-383"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mina", "family": "Rosi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1913-06-09 02:10", "note": "", "place": {"c1": null, "c2": "PI", "c3": null, "cy": "IT", "lg": 10, "lat": 43.7, "name": "Velterra", "geoid": null}, "notime": null, "date-ut": "1913-06-09 01:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Mina", "family": "Rosi"}, "birth": {"tzo": "+01:00", "date": "1913-06-09 02:10", "note": "", "place": {"c2": "PI", "cy": "IT", "lg": 10, "lat": 43.7, "name": "Velterra"}, "date-ut": "1913-06-09 01:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "383"}}, "raw": {"LG": "-10,5", "DAY": "09", "LAT": "43,7", "MIN": "10", "TZO": "-1", "HOUR": "02", "NAME": "383M Rosi, Mina", "YEAR": "1913", "MONTH": "06", "PLACE": "Velterra PI"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14728	rossi-vittorio-g-1898-01-08	{"a6": "952", "afd1": "386"}	{"lerrcp": "A6-952", "muller": "M1-386"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vittorio G.", "family": "Rossi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1898-01-08 04:00", "note": "", "place": {"c1": null, "c2": "GE", "c3": null, "cy": "IT", "lg": 9, "lat": 44.4, "name": "Santa Margherita", "geoid": 0}, "notime": null, "date-ut": "1898-01-08 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Vittorio", "family": "Rossi"}, "birth": {"place": {"c2": "GE", "cy": "IT", "lg": 9, "lat": 44.4, "name": "S. MARGHERITA L", "geoid": 0}, "date-ut": "1898-01-08 03:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-952"}, "ids-in-sources": {"a6": "952"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "GE", "COU": "I", "DAY": "8", "LAT": "44N24", "LON": "9E 0", "MON": "1", "NUM": "952", "PRO": "W", "SEC": "0", "YEA": "1898", "CITY": "S. MARGHERITA L"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Vittorio G.", "family": "Rossi"}, "birth": {"tzo": "+01:00", "date": "1898-01-08 04:00", "note": "", "place": {"name": "Santa Margherita"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "386", "muller": "M1-386"}}, "raw": {"LG": "-9", "DAY": "08", "LAT": "44,4", "MIN": "00", "TZO": "-1", "HOUR": "04", "NAME": "386M Rossi, Vittorio G.", "YEAR": "1898", "MONTH": "01", "PLACE": "Santa Margherita GE"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21631	revere-teresio-1891-06-22	{"afd1": "388"}	{"muller": "M1-388"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Teresio", "family": "Revere", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1891-06-22 04:30", "note": "", "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "Torino", "geoid": null}, "notime": null, "date-ut": "1891-06-22 03:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Teresio", "family": "Revere"}, "birth": {"tzo": "+00:50", "date": "1891-06-22 04:30", "note": "", "place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "Torino"}, "date-ut": "1891-06-22 03:40"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "388"}}, "raw": {"LG": "-8", "DAY": "22", "LAT": "45", "MIN": "30", "TZO": "-0,83", "HOUR": "04", "NAME": "388M Revere, Teresio", "YEAR": "1891", "MONTH": "06", "PLACE": "Torino TO"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21632	rovida-gino-1890-01-19	{"afd1": "389"}	{"muller": "M1-389"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gino", "family": "Rovida", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1890-01-19 14:45", "note": "", "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 11, "lat": 44.6, "name": "Modena", "geoid": null}, "notime": null, "date-ut": "1890-01-19 13:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gino", "family": "Rovida"}, "birth": {"tzo": "+00:50", "date": "1890-01-19 14:45", "note": "", "place": {"c2": "MO", "cy": "IT", "lg": 11, "lat": 44.6, "name": "Modena"}, "date-ut": "1890-01-19 13:55"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "389"}}, "raw": {"LG": "-11,25", "DAY": "19", "LAT": "44,6", "MIN": "45", "TZO": "-0,83", "HOUR": "14", "NAME": "389M Rovida, Gino", "YEAR": "1890", "MONTH": "01", "PLACE": "Modena MO"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14730	ruggi-lorenzo-1883-04-07	{"a6": "954", "afd1": "391"}	{"lerrcp": "A6-954", "muller": "M1-391"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lorenzo", "family": "Ruggi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1883-04-07 11:45", "note": "", "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1883-04-07 10:55:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Lorenzo", "family": "Ruggi"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1883-04-07 10:55:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-954"}, "ids-in-sources": {"a6": "954"}}, "raw": {"H": "11", "MN": "55", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "7", "LAT": "44N30", "LON": "11E 0", "MON": "4", "NUM": "954", "PRO": "W", "SEC": "4", "YEA": "1883", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Lorenzo", "family": "Ruggi"}, "birth": {"tzo": "+00:50", "date": "1883-04-07 11:45", "note": "", "place": {"name": "Bologna"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "391", "muller": "M1-391"}}, "raw": {"LG": "-11", "DAY": "07", "LAT": "44,5", "MIN": "45", "TZO": "-0,83", "HOUR": "11", "NAME": "391M Ruggi, Lorenzo", "YEAR": "1883", "MONTH": "04", "PLACE": "Bologna BO"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21633	rusconi-edilio-1916-11-11	{"afd1": "392"}	{"muller": "M1-392"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edilio", "family": "Rusconi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1916-11-11 01:00", "note": "", "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9, "lat": 45.5, "name": "Milano", "geoid": null}, "notime": null, "date-ut": "1916-11-11 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Edilio", "family": "Rusconi"}, "birth": {"tzo": "+01:00", "date": "1916-11-11 01:00", "note": "", "place": {"c2": "MI", "cy": "IT", "lg": 9, "lat": 45.5, "name": "Milano"}, "date-ut": "1916-11-11 00:00"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "392"}}, "raw": {"LG": "-9,25", "DAY": "11", "LAT": "45,5", "MIN": "00", "TZO": "-1", "HOUR": "01", "NAME": "392M Rusconi, Edilio", "YEAR": "1916", "MONTH": "11", "PLACE": "Milano MI"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21634	russo-nicola-1896-11-13	{"afd1": "393"}	{"muller": "M1-393"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicola", "family": "Russo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1896-11-13 10:00", "note": "", "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 17, "lat": 41.2, "name": "Bari", "geoid": null}, "notime": null, "date-ut": "1896-11-13 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Nicola", "family": "Russo"}, "birth": {"tzo": "+01:00", "date": "1896-11-13 10:00", "note": "", "place": {"c2": "BA", "cy": "IT", "lg": 17, "lat": 41.2, "name": "Bari"}, "date-ut": "1896-11-13 09:00"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "393"}}, "raw": {"LG": "-17", "DAY": "13", "LAT": "41,2", "MIN": "00", "TZO": "-1", "HOUR": "10", "NAME": "393M Russo, Nicola", "YEAR": "1896", "MONTH": "11", "PLACE": "Bari BA"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14732	salmoiraghi-pietro-1911-09-06	{"a6": "956", "afd1": "397"}	{"lerrcp": "A6-956", "muller": "M1-397"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Salmoiraghi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1911-09-06 20:00", "note": "", "place": {"c1": null, "c2": "VA", "c3": null, "cy": "IT", "lg": 8.79164, "lat": 45.66019, "name": "Gallarate", "geoid": 3176391}, "notime": null, "date-ut": "1911-09-06 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Pietro", "family": "Salmoiraghi"}, "birth": {"place": {"c2": "VA", "cy": "IT", "lg": 8.79164, "lat": 45.66019, "name": "Gallarate", "geoid": 3176391}, "date-ut": "1911-09-06 19:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-956"}, "ids-in-sources": {"a6": "956"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "VA", "COU": "I", "DAY": "6", "LAT": "45N48", "LON": "9E 0", "MON": "9", "NUM": "956", "PRO": "W", "SEC": "0", "YEA": "1911", "CITY": "GALLARATE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Pietro", "family": "Salmoiraghi"}, "birth": {"tzo": "+01:00", "date": "1911-09-06 20:00", "note": "", "place": {"name": "Gallarate"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "397", "muller": "M1-397"}}, "raw": {"LG": "-9", "DAY": "06", "LAT": "45,8", "MIN": "00", "TZO": "-1", "HOUR": "20", "NAME": "397M Salmoiraghi, Pietro", "YEAR": "1911", "MONTH": "09", "PLACE": "Gallarate VA"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21635	salsa-carlo-1893-03-02	{"afd1": "398"}	{"muller": "M1-398"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Salsa", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1893-03-02 10:00", "note": "", "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 9, "lat": 45, "name": "Alessandria", "geoid": null}, "notime": null, "date-ut": "1893-03-02 09:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Carlo", "family": "Salsa"}, "birth": {"tzo": "+00:50", "date": "1893-03-02 10:00", "note": "", "place": {"c2": "AL", "cy": "IT", "lg": 9, "lat": 45, "name": "Alessandria"}, "date-ut": "1893-03-02 09:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "398"}}, "raw": {"LG": "-9", "DAY": "02", "LAT": "45", "MIN": "00", "TZO": "-0,83", "HOUR": "10", "NAME": "398M Salsa, Carlo", "YEAR": "1893", "MONTH": "03", "PLACE": "Alessandria AL"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21636	salvatorelli-luigi-1886-03-11	{"afd1": "400"}	{"muller": "M1-400"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Salvatorelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1886-03-11 23:59", "note": "", "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 13, "lat": 43, "name": "Marsciano", "geoid": null}, "notime": null, "date-ut": "1886-03-11 23:09"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luigi", "family": "Salvatorelli"}, "birth": {"tzo": "+00:50", "date": "1886-03-11 23:59", "note": "", "place": {"c2": "PG", "cy": "IT", "lg": 13, "lat": 43, "name": "Marsciano"}, "date-ut": "1886-03-11 23:09"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "400"}}, "raw": {"LG": "-13", "DAY": "11", "LAT": "43", "MIN": "59", "TZO": "-0,83", "HOUR": "23", "NAME": "400M Salvatorelli, Luigi", "YEAR": "1886", "MONTH": "03", "PLACE": "Marsciano PG"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21637	samminiatelli-bino-1896-05-07	{"afd1": "401"}	{"muller": "M1-401"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bino", "family": "Samminiatelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1896-05-07 20:45", "note": "", "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11, "lat": 43.7, "name": "Firenze", "geoid": null}, "notime": null, "date-ut": "1896-05-07 19:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bino", "family": "Samminiatelli"}, "birth": {"tzo": "+01:00", "date": "1896-05-07 20:45", "note": "", "place": {"c2": "FI", "cy": "IT", "lg": 11, "lat": 43.7, "name": "Firenze"}, "date-ut": "1896-05-07 19:45"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "401"}}, "raw": {"LG": "-11,5", "DAY": "07", "LAT": "43,7", "MIN": "45", "TZO": "-1", "HOUR": "20", "NAME": "401M Samminiatelli, Bino", "YEAR": "1896", "MONTH": "05", "PLACE": "Firenze FI"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14734	saponaro-michele-1885-01-02	{"a6": "958", "afd1": "402"}	{"lerrcp": "A6-958", "muller": "M1-402"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michele", "family": "Saponaro", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1885-01-02 07:05", "note": "", "place": {"c1": null, "c2": "LE", "c3": null, "cy": "IT", "lg": 18.75, "lat": 40.4, "name": "S.cesario di Le", "geoid": 0}, "notime": null, "date-ut": "1885-01-02 06:15:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Michele", "family": "Saponaro"}, "birth": {"place": {"c2": "LE", "cy": "IT", "lg": 18.75, "lat": 40.4, "name": "S.CESARIO DI LE", "geoid": 0}, "date-ut": "1885-01-02 06:15:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-958"}, "ids-in-sources": {"a6": "958"}}, "raw": {"H": "7", "MN": "15", "TZ": "-1", "COD": "LE", "COU": "I", "DAY": "2", "LAT": "40N24", "LON": "18E45", "MON": "1", "NUM": "958", "PRO": "W", "SEC": "4", "YEA": "1885", "CITY": "S.CESARIO DI LE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Michele", "family": "Saponaro"}, "birth": {"tzo": "+00:50", "date": "1885-01-02 07:05", "note": "", "place": {"name": "S.cesario di Le"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "402", "muller": "M1-402"}}, "raw": {"LG": "-18,75", "DAY": "02", "LAT": "40,4", "MIN": "05", "TZO": "-0,83", "HOUR": "07", "NAME": "402M Saponaro, Michele", "YEAR": "1885", "MONTH": "01", "PLACE": "S.cesario di Le LE"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14735	sapori-francesco-1890-01-10	{"a6": "959", "afd1": "403"}	{"lerrcp": "A6-959", "muller": "M1-403"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Sapori", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1890-01-10 08:00", "note": "", "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 11.82602, "lat": 44.44687, "name": "Massa Lombarda", "geoid": 3173761}, "notime": null, "date-ut": "1890-01-10 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-959"}, "birth": {"place": {"c2": "RA", "cy": "IT", "lg": 11.82602, "lat": 44.44687, "name": "Massa Lombarda", "geoid": 3173761}, "date-ut": "1890-01-10 07:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-959"}, "ids-in-sources": {"a6": "959"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "RA", "COU": "I", "DAY": "10", "LAT": "44N24", "LON": "12E15", "MON": "1", "NUM": "959", "PRO": "W", "SEC": "4", "YEA": "1890", "CITY": "MASSA LOMBARDA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Francesco", "family": "Sapori"}, "birth": {"tzo": "+00:50", "date": "1890-01-10 08:00", "note": "", "place": {"name": "Massa Lombarda"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "403", "muller": "M1-403"}}, "raw": {"LG": "-12,25", "DAY": "10", "LAT": "44,4", "MIN": "00", "TZO": "-0,83", "HOUR": "08", "NAME": "403M Sapori, Francesco", "YEAR": "1890", "MONTH": "01", "PLACE": "Massa Lombarda RA"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21638	sartoris-alberta-1901-02-02	{"afd1": "404"}	{"muller": "M1-404"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberta", "family": "Sartoris", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1901-02-02 16:00", "note": "", "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "Torino", "geoid": null}, "notime": null, "date-ut": "1901-02-02 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alberta", "family": "Sartoris"}, "birth": {"tzo": "+01:00", "date": "1901-02-02 16:00", "note": "", "place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "Torino"}, "date-ut": "1901-02-02 15:00"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "404"}}, "raw": {"LG": "-8", "DAY": "02", "LAT": "45", "MIN": "00", "TZO": "-1", "HOUR": "16", "NAME": "404M Sartoris, Alberta", "YEAR": "1901", "MONTH": "02", "PLACE": "Torino TO"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14736	savarese-nine-1882-09-11	{"a6": "960", "afd1": "405"}	{"lerrcp": "A6-960", "muller": "M1-405"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nine", "family": "Savarese", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:54", "date": "1882-09-11 04:00", "note": "", "place": {"c1": null, "c2": "EN", "c3": null, "cy": "IT", "lg": 14.28917, "lat": 37.55885, "name": "Enna", "geoid": 2524819}, "notime": null, "date-ut": "1882-09-11 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Nino", "family": "Salvarese"}, "birth": {"place": {"c2": "EN", "cy": "IT", "lg": 14.28917, "lat": 37.55885, "name": "Enna", "geoid": 2524819}, "date-ut": "1882-09-11 03:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-960"}, "ids-in-sources": {"a6": "960"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "EN", "COU": "I", "DAY": "11", "LAT": "37N30", "LON": "14E15", "MON": "9", "NUM": "960", "PRO": "W", "SEC": "4", "YEA": "1882", "CITY": "ENNA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Nine", "family": "Savarese"}, "birth": {"tzo": "+00:54", "date": "1882-09-11 04:00", "note": "", "place": {"name": "Enna"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "405", "muller": "M1-405"}}, "raw": {"LG": "-14,25", "DAY": "11", "LAT": "37,5", "MIN": "00", "TZO": "-0,88", "HOUR": "04", "NAME": "405M Savarese, Nine", "YEAR": "1882", "MONTH": "09", "PLACE": "Enna EN"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14738	sboto-edoardo-1888-04-30	{"a6": "962", "afd1": "407"}	{"lerrcp": "A6-962", "muller": "M1-407"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edoardo", "family": "Sboto", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:54", "date": "1888-04-30 05:00", "note": "", "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "notime": null, "date-ut": "1888-05-30 04:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Edoardo", "family": "Sboto"}, "birth": {"place": {"c2": "CT", "cy": "IT", "lg": 15.08638, "lat": 37.503, "name": "Catania", "geoid": 2525068}, "date-ut": "1888-05-30 04:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-962"}, "ids-in-sources": {"a6": "962"}}, "raw": {"H": "5", "MN": "10", "TZ": "-1", "COD": "CT", "COU": "I", "DAY": "30", "LAT": "37N30", "LON": "15E 0", "MON": "5", "NUM": "962", "PRO": "W", "SEC": "4", "YEA": "1888", "CITY": "CATANIA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Edoardo", "family": "Sboto"}, "birth": {"tzo": "+00:54", "date": "1888-04-30 05:00", "note": "", "place": {"name": "Catania"}}, "notes": ["CHECK: birth day - A6-962 1888-05-30 / M1writers 407 1888-04-30"], "occus": ["writer"], "to-check": true, "ids-in-sources": {"afd1": "407", "muller": "M1-407"}}, "raw": {"LG": "-15", "DAY": "30", "LAT": "37,5", "MIN": "00", "TZO": "-0,88", "HOUR": "05", "NAME": "407M Sboto, Edoardo", "YEAR": "1888", "MONTH": "04", "PLACE": "Catania CT"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	["CHECK: birth day - A6-962 1888-05-30 / M1writers 407 1888-04-30"]
21639	scala-edoardo-1884-06-30	{"afd1": "408"}	{"muller": "M1-408"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edoardo", "family": "Scala", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:54", "date": "1884-06-30 23:05", "note": "", "place": {"c1": null, "c2": "RG", "c3": null, "cy": "IT", "lg": 14, "lat": 37, "name": "Ragusa", "geoid": null}, "notime": null, "date-ut": "1884-06-30 22:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Edoardo", "family": "Scala"}, "birth": {"tzo": "+00:54", "date": "1884-06-30 23:05", "note": "", "place": {"c2": "RG", "cy": "IT", "lg": 14, "lat": 37, "name": "Ragusa"}, "date-ut": "1884-06-30 22:11"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "408"}}, "raw": {"LG": "-14,75", "DAY": "30", "LAT": "37", "MIN": "05", "TZO": "-0,88", "HOUR": "23", "NAME": "408M Scala, Edoardo", "YEAR": "1884", "MONTH": "06", "PLACE": "Ragusa RG"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21640	scaramuzzi-giocondo-1880-11-15	{"afd1": "409"}	{"muller": "M1-409"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giocondo", "family": "Scaramuzzi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1880-11-15 02:00", "note": "", "place": {"c1": null, "c2": "FG", "c3": null, "cy": "IT", "lg": 15, "lat": 41.6, "name": "s.Giovanni Rotondo", "geoid": null}, "notime": null, "date-ut": "1880-11-15 01:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giocondo", "family": "Scaramuzzi"}, "birth": {"tzo": "+00:50", "date": "1880-11-15 02:00", "note": "", "place": {"c2": "FG", "cy": "IT", "lg": 15, "lat": 41.6, "name": "s.Giovanni Rotondo"}, "date-ut": "1880-11-15 01:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "409"}}, "raw": {"LG": "-15,5", "DAY": "15", "LAT": "41,6", "MIN": "00", "TZO": "-0,83", "HOUR": "02", "NAME": "409M Scaramuzzi, Giocondo", "YEAR": "1880", "MONTH": "11", "PLACE": "s.Giovanni Rotondo FG"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21641	scheiviller-giovanni-1889-11-08	{"afd1": "410"}	{"muller": "M1-410"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Scheiviller", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1889-11-08 18:00", "note": "", "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9, "lat": 45.5, "name": "Milano", "geoid": null}, "notime": null, "date-ut": "1889-11-08 17:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giovanni", "family": "Scheiviller"}, "birth": {"tzo": "+00:50", "date": "1889-11-08 18:00", "note": "", "place": {"c2": "MI", "cy": "IT", "lg": 9, "lat": 45.5, "name": "Milano"}, "date-ut": "1889-11-08 17:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "410"}}, "raw": {"LG": "-9,25", "DAY": "08", "LAT": "45,5", "MIN": "00", "TZO": "-0,83", "HOUR": "18", "NAME": "410M Scheiviller, Giovanni", "YEAR": "1889", "MONTH": "11", "PLACE": "Milano MI"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21642	schiavo-giovanni-1898-05-29	{"afd1": "411"}	{"muller": "M1-411"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Schiavo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1898-05-29 12:00", "note": "", "place": {"c1": null, "c2": "TP", "c3": null, "cy": "IT", "lg": 12, "lat": 38, "name": "Castellammare d", "geoid": null}, "notime": null, "date-ut": "1898-05-29 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giovanni", "family": "Schiavo"}, "birth": {"tzo": "+01:00", "date": "1898-05-29 12:00", "note": "", "place": {"c2": "TP", "cy": "IT", "lg": 12, "lat": 38, "name": "Castellammare d"}, "date-ut": "1898-05-29 11:00"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "411"}}, "raw": {"LG": "-12,5", "DAY": "29", "LAT": "38", "MIN": "00", "TZO": "-1", "HOUR": "12", "NAME": "411M Schiavo, Giovanni", "YEAR": "1898", "MONTH": "05", "PLACE": "Castellammare d TP"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14739	schiliro-vincenzo-1883-01-06	{"a6": "963", "afd1": "412"}	{"lerrcp": "A6-963", "muller": "M1-412"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincenzo", "family": "Schiliro", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:54", "date": "1883-01-06 11:00", "note": "", "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 14.83418, "lat": 37.78946, "name": "Bronte", "geoid": 2525498}, "notime": null, "date-ut": "1883-01-06 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet"]	5	null	[{"new": {"name": {"given": "Vincenzo", "family": "Schiliro'"}, "birth": {"place": {"c2": "CT", "cy": "IT", "lg": 14.83418, "lat": 37.78946, "name": "Bronte", "geoid": 2525498}, "date-ut": "1883-01-06 10:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-963"}, "ids-in-sources": {"a6": "963"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "CT", "COU": "I", "DAY": "6", "LAT": "37N30", "LON": "15E 0", "MON": "1", "NUM": "963", "PRO": "W", "SEC": "4", "YEA": "1883", "CITY": "BRONTE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Vincenzo", "family": "Schiliro"}, "birth": {"tzo": "+00:54", "date": "1883-01-06 11:00", "note": "", "place": {"name": "Bronte"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "412", "muller": "M1-412"}}, "raw": {"LG": "-15", "DAY": "06", "LAT": "37,5", "MIN": "00", "TZO": "-0,88", "HOUR": "11", "NAME": "412M Schiliro, Vincenzo", "YEAR": "1883", "MONTH": "01", "PLACE": "Bronte CT"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21643	selvaggi-eugenic-1872-06-18	{"afd1": "414"}	{"muller": "M1-414"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugenic", "family": "Selvaggi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1872-06-18 16:00", "note": "", "place": {"c1": null, "c2": "TA", "c3": null, "cy": "IT", "lg": 17, "lat": 40.5, "name": "Martina Franca", "geoid": null}, "notime": null, "date-ut": "1872-06-18 15:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Eugenic", "family": "Selvaggi"}, "birth": {"tzo": "+00:50", "date": "1872-06-18 16:00", "note": "", "place": {"c2": "TA", "cy": "IT", "lg": 17, "lat": 40.5, "name": "Martina Franca"}, "date-ut": "1872-06-18 15:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "414"}}, "raw": {"LG": "-17,5", "DAY": "18", "LAT": "40,5", "MIN": "00", "TZO": "-0,83", "HOUR": "16", "NAME": "414M Selvaggi, Eugenic", "YEAR": "1872", "MONTH": "06", "PLACE": "Martina Franca TA"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21644	senesi-ivo-1893-08-04	{"afd1": "415"}	{"muller": "M1-415"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ivo", "family": "Senesi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1893-08-04 19:00", "note": "", "place": {"c1": null, "c2": "LI", "c3": null, "cy": "IT", "lg": 9, "lat": 43.6, "name": "Liverno", "geoid": null}, "notime": null, "date-ut": "1893-08-04 18:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ivo", "family": "Senesi"}, "birth": {"tzo": "+00:50", "date": "1893-08-04 19:00", "note": "", "place": {"c2": "LI", "cy": "IT", "lg": 9, "lat": 43.6, "name": "Liverno"}, "date-ut": "1893-08-04 18:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "415"}}, "raw": {"LG": "-9,5", "DAY": "04", "LAT": "43,6", "MIN": "00", "TZO": "-0,83", "HOUR": "19", "NAME": "415M Senesi, Ivo", "YEAR": "1893", "MONTH": "08", "PLACE": "Liverno LI"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21645	serena-di-lapigio-nicola-1875-05-22	{"afd1": "416"}	{"muller": "M1-416"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicola", "family": "Serena di Lapigio", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1875-05-22 01:03", "note": "", "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 17, "lat": 41.2, "name": "Altamura", "geoid": null}, "notime": null, "date-ut": "1875-05-22 00:13"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Nicola", "family": "Serena di Lapigio"}, "birth": {"tzo": "+00:50", "date": "1875-05-22 01:03", "note": "", "place": {"c2": "BA", "cy": "IT", "lg": 17, "lat": 41.2, "name": "Altamura"}, "date-ut": "1875-05-22 00:13"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "416"}}, "raw": {"LG": "-17", "DAY": "22", "LAT": "41,2", "MIN": "03", "TZO": "-0,83", "HOUR": "01", "NAME": "416M Serena di Lapigio, Nicola", "YEAR": "1875", "MONTH": "05", "PLACE": "Altamura BA"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21646	servolini-luigi-1906-03-01	{"afd1": "418"}	{"muller": "M1-418"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Servolini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1906-03-01 20:00", "note": "", "place": {"c1": null, "c2": "LI", "c3": null, "cy": "IT", "lg": 9, "lat": 43.6, "name": "Livorno", "geoid": null}, "notime": null, "date-ut": "1906-03-01 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luigi", "family": "Servolini"}, "birth": {"tzo": "+01:00", "date": "1906-03-01 20:00", "note": "", "place": {"c2": "LI", "cy": "IT", "lg": 9, "lat": 43.6, "name": "Livorno"}, "date-ut": "1906-03-01 19:00"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "418"}}, "raw": {"LG": "-9,5", "DAY": "01", "LAT": "43,6", "MIN": "00", "TZO": "-1", "HOUR": "20", "NAME": "418M Servolini, Luigi", "YEAR": "1906", "MONTH": "03", "PLACE": "Livorno LI"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21647	sestito-manlio-1897-10-30	{"afd1": "419"}	{"muller": "M1-419"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Manlio", "family": "Sestito", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1897-10-30 07:40", "note": "", "place": {"c1": null, "c2": "RC", "c3": null, "cy": "IT", "lg": 15, "lat": 38.1, "name": "Taurianova", "geoid": null}, "notime": null, "date-ut": "1897-10-30 06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Manlio", "family": "Sestito"}, "birth": {"tzo": "+01:00", "date": "1897-10-30 07:40", "note": "", "place": {"c2": "RC", "cy": "IT", "lg": 15, "lat": 38.1, "name": "Taurianova"}, "date-ut": "1897-10-30 06:40"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "419"}}, "raw": {"LG": "-15,5", "DAY": "30", "LAT": "38,1", "MIN": "40", "TZO": "-1", "HOUR": "07", "NAME": "419M Sestito, Manlio", "YEAR": "1897", "MONTH": "10", "PLACE": "Taurianova RC"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21648	severi-gian-galeazzo-1908-06-13	{"afd1": "420"}	{"muller": "M1-420"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gian Galeazzo", "family": "Severi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1908-06-13 19:30", "note": "", "place": {"c1": null, "c2": "GE", "c3": null, "cy": "IT", "lg": 9, "lat": 44.4, "name": "Pegli", "geoid": null}, "notime": null, "date-ut": "1908-06-13 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gian Galeazzo", "family": "Severi"}, "birth": {"tzo": "+01:00", "date": "1908-06-13 19:30", "note": "", "place": {"c2": "GE", "cy": "IT", "lg": 9, "lat": 44.4, "name": "Pegli"}, "date-ut": "1908-06-13 18:30"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "420"}}, "raw": {"LG": "-9", "DAY": "13", "LAT": "44,4", "MIN": "30", "TZO": "-1", "HOUR": "19", "NAME": "420M Severi, Gian Galeazzo", "YEAR": "1908", "MONTH": "06", "PLACE": "Pegli GE"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21649	sgroi-carmelo-1893-03-04	{"afd1": "421"}	{"muller": "M1-421"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carmelo", "family": "Sgroi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:54", "date": "1893-03-04 14:30", "note": "", "place": {"c1": null, "c2": "SR", "c3": null, "cy": "IT", "lg": 15, "lat": 37, "name": "Noto", "geoid": null}, "notime": null, "date-ut": "1893-03-04 13:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Carmelo", "family": "Sgroi"}, "birth": {"tzo": "+00:54", "date": "1893-03-04 14:30", "note": "", "place": {"c2": "SR", "cy": "IT", "lg": 15, "lat": 37, "name": "Noto"}, "date-ut": "1893-03-04 13:36"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "421"}}, "raw": {"LG": "-15,5", "DAY": "04", "LAT": "37", "MIN": "30", "TZO": "-0,88", "HOUR": "14", "NAME": "421M Sgroi, Carmelo", "YEAR": "1893", "MONTH": "03", "PLACE": "Noto SR"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14741	sigillino-franco-1903-08-12	{"a6": "965", "afd1": "422"}	{"lerrcp": "A6-965", "muller": "M1-422"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franco", "family": "Sigillino", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1903-08-12 01:20", "note": "", "place": {"c1": null, "c2": "MT", "c3": null, "cy": "IT", "lg": 16.27792, "lat": 40.63457, "name": "Grassano", "geoid": 3175880}, "notime": null, "date-ut": "1903-08-12 00:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Franco", "family": "Sigillino"}, "birth": {"place": {"c2": "MT", "cy": "IT", "lg": 16.27792, "lat": 40.63457, "name": "Grassano", "geoid": 3175880}, "date-ut": "1903-08-12 00:20"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-965"}, "ids-in-sources": {"a6": "965"}}, "raw": {"H": "1", "MN": "20", "TZ": "-1", "COD": "MT", "COU": "I", "DAY": "12", "LAT": "40N36", "LON": "16E45", "MON": "8", "NUM": "965", "PRO": "W", "SEC": "0", "YEA": "1903", "CITY": "GRASSANO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Franco", "family": "Sigillino"}, "birth": {"tzo": "+01:00", "date": "1903-08-12 01:20", "note": "", "place": {"name": "Grassano"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "422", "muller": "M1-422"}}, "raw": {"LG": "-16,75", "DAY": "12", "LAT": "40,6", "MIN": "20", "TZO": "-1", "HOUR": "01", "NAME": "422M Sigillino, Franco", "YEAR": "1903", "MONTH": "08", "PLACE": "Grassano MT"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14744	silone-ignazio-1900-05-01	{"a6": "968", "afd1": "425"}	{"lerrcp": "A6-968", "muller": "M1-425"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ignazio", "family": "Silone", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1900-05-01 02:00", "note": "", "place": {"c1": null, "c2": "AQ", "c3": null, "cy": "IT", "lg": 13.5, "lat": 42.4, "name": "Pescina", "geoid": 0}, "notime": null, "date-ut": "1900-05-01 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Ignazio", "family": "Silone"}, "birth": {"place": {"c2": "AQ", "cy": "IT", "lg": 13.5, "lat": 42.4, "name": "PESCINA DE MARS", "geoid": 0}, "date-ut": "1900-05-01 01:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-968"}, "ids-in-sources": {"a6": "968"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "AQ", "COU": "I", "DAY": "1", "LAT": "42N24", "LON": "13E30", "MON": "5", "NUM": "968", "PRO": "W", "SEC": "0", "YEA": "1900", "CITY": "PESCINA DE MARS"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Ignazio", "family": "Silone"}, "birth": {"tzo": "+01:00", "date": "1900-05-01 02:00", "note": "", "place": {"name": "Pescina"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "425", "muller": "M1-425"}}, "raw": {"LG": "-13,5", "DAY": "01", "LAT": "42,4", "MIN": "00", "TZO": "-1", "HOUR": "02", "NAME": "425M Silone, Ignazio", "YEAR": "1900", "MONTH": "05", "PLACE": "Pescina AQ"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21650	simonato-giovanni-maria-1904-10-23	{"afd1": "426"}	{"muller": "M1-426"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni Maria", "family": "Simonato", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1904-10-23 03:15", "note": "", "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 12, "lat": 45.4, "name": "Campo S.Martino", "geoid": null}, "notime": null, "date-ut": "1904-10-23 02:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giovanni Maria", "family": "Simonato"}, "birth": {"tzo": "+01:00", "date": "1904-10-23 03:15", "note": "", "place": {"c2": "PD", "cy": "IT", "lg": 12, "lat": 45.4, "name": "Campo S.Martino"}, "date-ut": "1904-10-23 02:15"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "426"}}, "raw": {"LG": "-12,25", "DAY": "23", "LAT": "45,4", "MIN": "15", "TZO": "-1", "HOUR": "03", "NAME": "426M Simonato, Giovanni Maria", "YEAR": "1904", "MONTH": "10", "PLACE": "Campo S.Martino PD"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14745	simoni-renato-1875-09-05	{"a6": "969", "afd1": "427"}	{"lerrcp": "A6-969", "muller": "M1-427"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renato", "family": "Simoni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1875-09-05 13:00", "note": "", "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "notime": null, "date-ut": "1875-09-05 12:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Renato", "family": "Simoni"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "date-ut": "1875-09-05 12:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-969"}, "ids-in-sources": {"a6": "969"}}, "raw": {"H": "13", "MN": "10", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "5", "LAT": "45N24", "LON": "11E 0", "MON": "9", "NUM": "969", "PRO": "W", "SEC": "4", "YEA": "1875", "CITY": "VERONA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Renato", "family": "Simoni"}, "birth": {"tzo": "+00:50", "date": "1875-09-05 13:00", "note": "", "place": {"name": "Verona"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "427", "muller": "M1-427"}}, "raw": {"LG": "-12,5", "DAY": "05", "LAT": "45,5", "MIN": "00", "TZO": "-0,83", "HOUR": "13", "NAME": "427M Simoni, Renato", "YEAR": "1875", "MONTH": "09", "PLACE": "Verona VE"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14747	sobrero-mario-1883-07-10	{"a6": "971", "afd1": "429"}	{"lerrcp": "A6-971", "muller": "M1-429"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Sobrero", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1883-07-10 18:00", "note": "", "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "Torino", "geoid": 0}, "notime": null, "date-ut": "1883-07-10 17:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Sobrero"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1883-07-10 17:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-971"}, "ids-in-sources": {"a6": "971"}}, "raw": {"H": "18", "MN": "10", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "10", "LAT": "45N 0", "LON": "8E 0", "MON": "7", "NUM": "971", "PRO": "W", "SEC": "4", "YEA": "1883", "CITY": "TORINO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Mario", "family": "Sobrero"}, "birth": {"tzo": "+00:50", "date": "1883-07-10 18:00", "note": "", "place": {"name": "Torino"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "429", "muller": "M1-429"}}, "raw": {"LG": "-8", "DAY": "10", "LAT": "45", "MIN": "00", "TZO": "-0,83", "HOUR": "18", "NAME": "429M Sobrero, Mario", "YEAR": "1883", "MONTH": "07", "PLACE": "Torino TO"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14748	solari-pietro-1895-07-11	{"a6": "973", "afd1": "431"}	{"lerrcp": "A6-973", "muller": "M1-431"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Solari", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1895-07-11 17:00", "note": "", "place": {"c1": null, "c2": "AV", "c3": null, "cy": "IT", "lg": 15.07255, "lat": 40.83312, "name": "Bagnoli Irpino", "geoid": 3182512}, "notime": null, "date-ut": "1895-07-11 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Pietro", "family": "Solari"}, "birth": {"place": {"c2": "AV", "cy": "IT", "lg": 15.07255, "lat": 40.83312, "name": "Bagnoli Irpino", "geoid": 3182512}, "date-ut": "1895-07-11 16:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-973"}, "ids-in-sources": {"a6": "973"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "AV", "COU": "I", "DAY": "11", "LAT": "41N 0", "LON": "15E 0", "MON": "7", "NUM": "973", "PRO": "W", "SEC": "0", "YEA": "1895", "CITY": "BAGNOLI IRPINO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Pietro", "family": "Solari"}, "birth": {"tzo": "+01:00", "date": "1895-07-11 17:00", "note": "", "place": {"name": "Bagnoli Irpino"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "431", "muller": "M1-431"}}, "raw": {"LG": "-15", "DAY": "11", "LAT": "41", "MIN": "00", "TZO": "-1", "HOUR": "17", "NAME": "431M Solari, Pietro", "YEAR": "1895", "MONTH": "07", "PLACE": "Bagnoli Irpino AV"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21656	toni-alceo-1884-05-22	{"afd1": "453"}	{"muller": "M1-453"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alceo", "family": "Toni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1884-05-22 06:00", "note": "", "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 12, "lat": 44.4, "name": "Lugo", "geoid": null}, "notime": null, "date-ut": "1884-05-22 05:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alceo", "family": "Toni"}, "birth": {"tzo": "+00:50", "date": "1884-05-22 06:00", "note": "", "place": {"c2": "RA", "cy": "IT", "lg": 12, "lat": 44.4, "name": "Lugo"}, "date-ut": "1884-05-22 05:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "453"}}, "raw": {"LG": "-12,25", "DAY": "22", "LAT": "44,4", "MIN": "00", "TZO": "-0,83", "HOUR": "06", "NAME": "453M Toni, Alceo", "YEAR": "1884", "MONTH": "05", "PLACE": "Lugo RA"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14749	somare-enrico-1892-10-13	{"a6": "974", "afd1": "432"}	{"lerrcp": "A6-974", "muller": "M1-432"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enrico", "family": "Somare", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1892-10-13 11:00", "note": "", "place": {"c1": null, "c2": "VA", "c3": null, "cy": "IT", "lg": 9, "lat": 45.8, "name": "Travedona Monat", "geoid": 0}, "notime": null, "date-ut": "1892-10-13 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Enrico", "family": "Somare"}, "birth": {"place": {"c2": "VA", "cy": "IT", "lg": 9, "lat": 45.8, "name": "TRAVEDONA MONAT", "geoid": 0}, "date-ut": "1892-10-13 10:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-974"}, "ids-in-sources": {"a6": "974"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "VA", "COU": "I", "DAY": "13", "LAT": "45N48", "LON": "9E 0", "MON": "10", "NUM": "974", "PRO": "W", "SEC": "4", "YEA": "1892", "CITY": "TRAVEDONA MONAT"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Enrico", "family": "Somare"}, "birth": {"tzo": "+00:50", "date": "1892-10-13 11:00", "note": "", "place": {"name": "Travedona Monat"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "432", "muller": "M1-432"}}, "raw": {"LG": "-9", "DAY": "13", "LAT": "45,8", "MIN": "00", "TZO": "-0,83", "HOUR": "11", "NAME": "432M Somare, Enrico", "YEAR": "1892", "MONTH": "10", "PLACE": "Travedona Monat VA"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21651	sottochiesa-gino-1893-01-15	{"afd1": "433"}	{"muller": "M1-433"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gino", "family": "Sottochiesa", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1893-01-15 07:30", "note": "", "place": {"c1": null, "c2": "TN", "c3": null, "cy": "IT", "lg": 12, "lat": 46, "name": "Rovereto", "geoid": null}, "notime": null, "date-ut": "1893-01-15 06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gino", "family": "Sottochiesa"}, "birth": {"tzo": "+00:50", "date": "1893-01-15 07:30", "note": "", "place": {"c2": "TN", "cy": "IT", "lg": 12, "lat": 46, "name": "Rovereto"}, "date-ut": "1893-01-15 06:40"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "433"}}, "raw": {"LG": "-12", "DAY": "15", "LAT": "46", "MIN": "30", "TZO": "-0,83", "HOUR": "07", "NAME": "433M Sottochiesa, Gino", "YEAR": "1893", "MONTH": "01", "PLACE": "Rovereto TN"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14750	spagnol-antonio-1895-05-13	{"a6": "975", "afd1": "434"}	{"lerrcp": "A6-975", "muller": "M1-434"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Spagnol", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1895-05-13 01:10", "note": "", "place": {"c1": null, "c2": "TV", "c3": null, "cy": "IT", "lg": 12.30333, "lat": 45.97667, "name": "Vittorio Veneto", "geoid": 3164028}, "notime": null, "date-ut": "1895-05-13 00:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Tito", "family": "Spagnol"}, "birth": {"place": {"c2": "TV", "cy": "IT", "lg": 12.30333, "lat": 45.97667, "name": "Vittorio Veneto", "geoid": 3164028}, "date-ut": "1895-05-13 00:10"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-975"}, "ids-in-sources": {"a6": "975"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "TV", "COU": "I", "DAY": "13", "LAT": "45N36", "LON": "12E45", "MON": "5", "NUM": "975", "PRO": "W", "SEC": "0", "YEA": "1895", "CITY": "VITTORIO VENETO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Antonio", "family": "Spagnol"}, "birth": {"tzo": "+01:00", "date": "1895-05-13 01:10", "note": "", "place": {"name": "Vittorio Veneto"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "434", "muller": "M1-434"}}, "raw": {"LG": "-12,75", "DAY": "13", "LAT": "45,6", "MIN": "10", "TZO": "-1", "HOUR": "01", "NAME": "434M Spagnol, Antonio", "YEAR": "1895", "MONTH": "05", "PLACE": "Vittorio Veneto TV"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21652	stacchini-guide-1897-04-23	{"afd1": "439"}	{"muller": "M1-439"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guide", "family": "Stacchini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1897-04-23 10:15", "note": "", "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9, "lat": 45.5, "name": "Milano", "geoid": null}, "notime": null, "date-ut": "1897-04-23 09:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Guide", "family": "Stacchini"}, "birth": {"tzo": "+01:00", "date": "1897-04-23 10:15", "note": "", "place": {"c2": "MI", "cy": "IT", "lg": 9, "lat": 45.5, "name": "Milano"}, "date-ut": "1897-04-23 09:15"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "439"}}, "raw": {"LG": "-9,25", "DAY": "23", "LAT": "45,5", "MIN": "15", "TZO": "-1", "HOUR": "10", "NAME": "439M Stacchini, Guide", "YEAR": "1897", "MONTH": "04", "PLACE": "Milano MI"}, "date": "2023-08-20T14:44:36+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14754	stefanini-luigi-1891-11-03	{"a6": "979", "afd1": "440"}	{"lerrcp": "A6-979", "muller": "M1-440"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Stefanini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1891-11-03 03:00", "note": "", "place": {"c1": null, "c2": "TV", "c3": null, "cy": "IT", "lg": 12.245, "lat": 45.66667, "name": "Treviso", "geoid": 3165201}, "notime": null, "date-ut": "1891-11-03 02:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Stefanini"}, "birth": {"place": {"c2": "TV", "cy": "IT", "lg": 12.245, "lat": 45.66667, "name": "Treviso", "geoid": 3165201}, "date-ut": "1891-11-03 02:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-979"}, "ids-in-sources": {"a6": "979"}}, "raw": {"H": "3", "MN": "10", "TZ": "-1", "COD": "TV", "COU": "I", "DAY": "3", "LAT": "45N36", "LON": "12E45", "MON": "11", "NUM": "979", "PRO": "W", "SEC": "4", "YEA": "1891", "CITY": "TREVISO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Luigi", "family": "Stefanini"}, "birth": {"tzo": "+00:50", "date": "1891-11-03 03:00", "note": "", "place": {"name": "Treviso"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "440", "muller": "M1-440"}}, "raw": {"LG": "-12,75", "DAY": "03", "LAT": "45,6", "MIN": "00", "TZO": "-0,83", "HOUR": "03", "NAME": "440M Stefanini, Luigi", "YEAR": "1891", "MONTH": "11", "PLACE": "Treviso TV"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14755	sturzo-luigi-1871-11-26	{"a6": "980", "afd1": "441"}	{"lerrcp": "A6-980", "muller": "M1-441"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Sturzo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:54", "date": "1871-11-26 09:30", "note": "", "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 14.5132, "lat": 37.23682, "name": "Caltagirone", "geoid": 2525450}, "notime": null, "date-ut": "1871-11-26 08:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Sturzo"}, "birth": {"place": {"c2": "CT", "cy": "IT", "lg": 14.5132, "lat": 37.23682, "name": "Caltagirone", "geoid": 2525450}, "date-ut": "1871-11-26 08:40:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-980"}, "ids-in-sources": {"a6": "980"}}, "raw": {"H": "9", "MN": "40", "TZ": "-1", "COD": "CT", "COU": "I", "DAY": "26", "LAT": "37N30", "LON": "15E 0", "MON": "11", "NUM": "980", "PRO": "W", "SEC": "4", "YEA": "1871", "CITY": "CALTAGIRONE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Luigi", "family": "Sturzo"}, "birth": {"tzo": "+00:54", "date": "1871-11-26 09:30", "note": "", "place": {"name": "Caltagirone"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "441", "muller": "M1-441"}}, "raw": {"LG": "-15", "DAY": "26", "LAT": "37,5", "MIN": "30", "TZO": "-0,88", "HOUR": "09", "NAME": "441M Sturzo, Luigi", "YEAR": "1871", "MONTH": "11", "PLACE": "Caltagirone CT"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21653	surico-filippo-1882-04-25	{"afd1": "442"}	{"muller": "M1-442"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Filippo", "family": "Surico", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1882-04-25 17:15", "note": "", "place": {"c1": null, "c2": "TA", "c3": null, "cy": "IT", "lg": 17, "lat": 40.5, "name": "Castellaneta", "geoid": null}, "notime": null, "date-ut": "1882-04-25 16:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Filippo", "family": "Surico"}, "birth": {"tzo": "+00:50", "date": "1882-04-25 17:15", "note": "", "place": {"c2": "TA", "cy": "IT", "lg": 17, "lat": 40.5, "name": "Castellaneta"}, "date-ut": "1882-04-25 16:25"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "442"}}, "raw": {"LG": "-17,5", "DAY": "25", "LAT": "40,5", "MIN": "15", "TZO": "-0,83", "HOUR": "17", "NAME": "442M Surico, Filippo", "YEAR": "1882", "MONTH": "04", "PLACE": "Castellaneta TA"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
3681	tallarico-giuseppe-1880-04-28	{"a2": "1595", "afd1": "443"}	{"lerrcp": "A2-1595", "muller": "M1-443"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Tallarico", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1880-04-28 05:30", "note": "", "place": {"c1": null, "c2": "CZ", "c3": null, "cy": "IT", "lg": 17.5, "lat": 39, "name": "Casabona", "geoid": 0}, "notime": null, "date-ut": "1880-04-28 04:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician", "writer"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Tallarico"}, "birth": {"place": {"c2": "CZ", "cy": "IT", "lg": 17.5, "lat": 39, "name": "CASABONA", "geoid": 0}, "date-ut": "1880-04-28 04:40:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1595"}, "ids-in-sources": {"a2": "1595"}}, "raw": {"H": "5", "MN": "40", "TZ": "-1", "COD": "CZ", "COU": "I", "DAY": "28", "LAT": "39N 0", "LON": "17E30", "MON": "4", "NUM": "1595", "PRO": "S", "SEC": "4", "YEA": "1880", "CITY": "CASABONA"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"given": "Giuseppe", "family": "Tallarico"}, "birth": {"tzo": "+00:50", "date": "1880-04-28 05:30", "note": "", "place": {"name": "Casabona"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "443", "muller": "M1-443"}}, "raw": {"LG": "-17,5", "DAY": "28", "LAT": "39", "MIN": "30", "TZO": "-0,83", "HOUR": "05", "NAME": "443M Tallarico, Giuseppe", "YEAR": "1880", "MONTH": "04", "PLACE": "Casabona CZ"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21654	tecchi-bonaventura-1896-02-11	{"afd1": "444"}	{"muller": "M1-444"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bonaventura", "family": "Tecchi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1896-02-11 11:00", "note": "", "place": {"c1": null, "c2": "VI", "c3": null, "cy": "IT", "lg": 12, "lat": 45.5, "name": "Bagnoregio", "geoid": null}, "notime": null, "date-ut": "1896-02-11 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bonaventura", "family": "Tecchi"}, "birth": {"tzo": "+01:00", "date": "1896-02-11 11:00", "note": "", "place": {"c2": "VI", "cy": "IT", "lg": 12, "lat": 45.5, "name": "Bagnoregio"}, "date-ut": "1896-02-11 10:00"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "444"}}, "raw": {"LG": "-12", "DAY": "11", "LAT": "45,5", "MIN": "00", "TZO": "-1", "HOUR": "11", "NAME": "444M Tecchi, Bonaventura", "YEAR": "1896", "MONTH": "02", "PLACE": "Bagnoregio VI"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21657	toschi-paolo-1893-05-08	{"afd1": "454"}	{"muller": "M1-454"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paolo", "family": "Toschi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1893-05-08 20:00", "note": "", "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 12, "lat": 44.4, "name": "Lugo", "geoid": null}, "notime": null, "date-ut": "1893-05-08 19:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Paolo", "family": "Toschi"}, "birth": {"tzo": "+00:50", "date": "1893-05-08 20:00", "note": "", "place": {"c2": "RA", "cy": "IT", "lg": 12, "lat": 44.4, "name": "Lugo"}, "date-ut": "1893-05-08 19:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "454"}}, "raw": {"LG": "-12,25", "DAY": "08", "LAT": "44,4", "MIN": "00", "TZO": "-0,83", "HOUR": "20", "NAME": "454M Toschi, Paolo", "YEAR": "1893", "MONTH": "05", "PLACE": "Lugo RA"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14756	tegani-ulderico-1877-05-11	{"a6": "981", "afd1": "445"}	{"lerrcp": "A6-981", "muller": "M1-445"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ulderico", "family": "Tegani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1877-05-11 20:00", "note": "", "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "notime": null, "date-ut": "1877-05-11 19:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Ulderico", "family": "Tegani"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "date-ut": "1877-05-11 19:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-981"}, "ids-in-sources": {"a6": "981"}}, "raw": {"H": "20", "MN": "10", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "11", "LAT": "44N48", "LON": "10E45", "MON": "5", "NUM": "981", "PRO": "W", "SEC": "4", "YEA": "1877", "CITY": "PARMA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Ulderico", "family": "Tegani"}, "birth": {"tzo": "+00:50", "date": "1877-05-11 20:00", "note": "", "place": {"name": "Parma"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "445", "muller": "M1-445"}}, "raw": {"LG": "-10,75", "DAY": "11", "LAT": "44,8", "MIN": "00", "TZO": "-0,83", "HOUR": "20", "NAME": "445M Tegani, Ulderico", "YEAR": "1877", "MONTH": "05", "PLACE": "Parma PR"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21655	tissi-silvio-1888-02-09	{"afd1": "448"}	{"muller": "M1-448"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Silvio", "family": "Tissi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1888-02-09 22:00", "note": "", "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11, "lat": 44.5, "name": "Bologna", "geoid": null}, "notime": null, "date-ut": "1888-02-09 21:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Silvio", "family": "Tissi"}, "birth": {"tzo": "+00:50", "date": "1888-02-09 22:00", "note": "", "place": {"c2": "BO", "cy": "IT", "lg": 11, "lat": 44.5, "name": "Bologna"}, "date-ut": "1888-02-09 21:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "448"}}, "raw": {"LG": "-11", "DAY": "09", "LAT": "44,5", "MIN": "00", "TZO": "-0,83", "HOUR": "22", "NAME": "448M Tissi, Silvio", "YEAR": "1888", "MONTH": "02", "PLACE": "Bologna BO"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14757	titta-rosa-giovanni-1891-03-07	{"a6": "983", "afd1": "449"}	{"lerrcp": "A6-983", "muller": "M1-449"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rosa Giovanni", "family": "Titta", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1891-03-07 17:00", "note": "", "place": {"c1": null, "c2": "AQ", "c3": null, "cy": "IT", "lg": 13.6058, "lat": 42.22963, "name": "Fontecchio", "geoid": 3176792}, "notime": null, "date-ut": "1891-03-07 16:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-983"}, "birth": {"place": {"c2": "AQ", "cy": "IT", "lg": 13.6058, "lat": 42.22963, "name": "Fontecchio", "geoid": 3176792}, "date-ut": "1891-03-07 16:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-983"}, "ids-in-sources": {"a6": "983"}}, "raw": {"H": "17", "MN": "10", "TZ": "-1", "COD": "AQ", "COU": "I", "DAY": "7", "LAT": "42N24", "LON": "13E30", "MON": "3", "NUM": "983", "PRO": "W", "SEC": "4", "YEA": "1891", "CITY": "FONTECCHIO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Rosa Giovanni", "family": "Titta"}, "birth": {"tzo": "+00:50", "date": "1891-03-07 17:00", "note": "", "place": {"name": "Fontecchio"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "449", "muller": "M1-449"}}, "raw": {"LG": "-13,5", "DAY": "07", "LAT": "42,4", "MIN": "00", "TZO": "-0,83", "HOUR": "17", "NAME": "449M Titta, Rosa Giovanni", "YEAR": "1891", "MONTH": "03", "PLACE": "Fontecchio AQ"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14759	tombari-fabio-1899-12-21	{"a6": "985", "afd1": "452"}	{"lerrcp": "A6-985", "muller": "M1-452"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fabio", "family": "Tombari", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1899-12-21 14:00", "note": "", "place": {"c1": null, "c2": "PS", "c3": null, "cy": "IT", "lg": 13, "lat": 44, "name": "Fano", "geoid": 0}, "notime": null, "date-ut": "1899-12-21 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-985"}, "birth": {"place": {"c2": "PS", "cy": "IT", "lg": 13, "lat": 44, "name": "FANO", "geoid": 0}, "date-ut": "1899-12-21 13:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-985"}, "ids-in-sources": {"a6": "985"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "PS", "COU": "I", "DAY": "21", "LAT": "44N 0", "LON": "13E 0", "MON": "12", "NUM": "985", "PRO": "W", "SEC": "0", "YEA": "1899", "CITY": "FANO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Fabio", "family": "Tombari"}, "birth": {"tzo": "+01:00", "date": "1899-12-21 14:00", "note": "", "place": {"name": "Fano"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "452", "muller": "M1-452"}}, "raw": {"LG": "-13", "DAY": "21", "LAT": "44", "MIN": "00", "TZO": "-1", "HOUR": "14", "NAME": "452M Tombari, Fabio", "YEAR": "1899", "MONTH": "12", "PLACE": "Fano PS"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
1831	blain-antoine-1911-12-24	{"a1": "1832", "3a_sports": "460", "cfepp-final3": "730"}	{"cfepp": "CF-730", "cpara": "CP-52", "ertel": "ES-460", "lerrcp": "A1-1832"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Blain", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1911-12-24 20:00", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": 2.22173, "lat": 43.05487, "name": "Limoux", "geoid": 2998264}, "notime": null, "date-ut": "1911-12-24 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Blain"}, "birth": {"tzo": "+00:00", "date": "1911-12-24 20:00", "place": {"c2": "11", "cy": "FR", "lg": 2.22173, "lat": 43.05487, "name": "Limoux", "geoid": 2998264}, "date-ut": "1911-12-24 20:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1832"}, "ids-in-sources": {"a1": "1832"}}, "raw": {"H": "20", "MN": "0", "TZ": "0", "COD": "11", "COU": "F", "DAY": "24", "LAT": "43N12", "LON": "2E21", "MON": "12", "NUM": "1832", "PRO": "C", "SEC": "0", "YEA": "1911", "CITY": "LIMOUX"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1911-12-24 20:00"}, "partial-ids": {"ertel": "ES-460"}}, "raw": {"L": "", "MF": "", "NR": "460", "ENG": "", "MA_": "0", "G_NR": "1832", "MA12": "3", "MARS": "8", "NAME": "Blain", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,800", "CSINR": "", "KURTZ": "", "PHAS_": "9,900", "STUND": "20,00", "CFEPNR": "730", "EXTEND": "", "NATION": "FRA", "TAGMON": "24.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "52", "VORNAME": "Antoine", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "24.12.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1911-12-24 20:00", "place": {"c3": ""}, "date-ut": "1911-12-24 20:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "730"}}, "raw": {"S": "3", "LT": "20 00", "LV": "I3", "TR": "f", "UT": "20 00", "LAT": "+43.05", "SRC": "L", "LONG": "-02.22", "NAME": "BLAIN Antoine", "SPORT": "Rugby League", "LOC_DATE": "1911 12 24", "UNIV_DATE": "1911 12 24", "BIRTH_PLACE": "LIMOUX", "POSTAL_CODE": "11300"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
21658	troni-armando-1911-07-06	{"afd1": "459"}	{"muller": "M1-459"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armando", "family": "Troni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1911-07-06 11:30", "note": "", "place": {"c1": null, "c2": "PA", "c3": null, "cy": "IT", "lg": 13, "lat": 38, "name": "Palermo", "geoid": null}, "notime": null, "date-ut": "1911-07-06 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Armando", "family": "Troni"}, "birth": {"tzo": "+01:00", "date": "1911-07-06 11:30", "note": "", "place": {"c2": "PA", "cy": "IT", "lg": 13, "lat": 38, "name": "Palermo"}, "date-ut": "1911-07-06 10:30"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "459"}}, "raw": {"LG": "-13,5", "DAY": "06", "LAT": "38", "MIN": "30", "TZO": "-1", "HOUR": "11", "NAME": "459M Troni, Armando", "YEAR": "1911", "MONTH": "07", "PLACE": "Palermo PA"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21659	tuminetti-dante-maria-1899-09-18	{"afd1": "460"}	{"muller": "M1-460"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dante Maria", "family": "Tuminetti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1899-09-18 15:30", "note": "", "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 9, "lat": 45, "name": "Valenza", "geoid": null}, "notime": null, "date-ut": "1899-09-18 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Dante Maria", "family": "Tuminetti"}, "birth": {"tzo": "+01:00", "date": "1899-09-18 15:30", "note": "", "place": {"c2": "AL", "cy": "IT", "lg": 9, "lat": 45, "name": "Valenza"}, "date-ut": "1899-09-18 14:30"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "460"}}, "raw": {"LG": "-9", "DAY": "18", "LAT": "45", "MIN": "30", "TZO": "-1", "HOUR": "15", "NAME": "460M Tuminetti, Dante Maria", "YEAR": "1899", "MONTH": "09", "PLACE": "Valenza AL"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21660	valagara-giuseppe-1867-02-10	{"afd1": "463"}	{"muller": "M1-463"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Valagara", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1867-02-10 13:00", "note": "", "place": {"c1": null, "c2": "AV", "c3": null, "cy": "IT", "lg": 15, "lat": 41, "name": "Avellino", "geoid": null}, "notime": null, "date-ut": "1867-02-10 12:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giuseppe", "family": "Valagara"}, "birth": {"tzo": "+00:50", "date": "1867-02-10 13:00", "note": "", "place": {"c2": "AV", "cy": "IT", "lg": 15, "lat": 41, "name": "Avellino"}, "date-ut": "1867-02-10 12:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "463"}}, "raw": {"LG": "-15", "DAY": "10", "LAT": "41", "MIN": "00", "TZO": "-0,83", "HOUR": "13", "NAME": "463M Valagara, Giuseppe", "YEAR": "1867", "MONTH": "02", "PLACE": "Avellino AV"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21661	valente-concettino-1881-01-22	{"afd1": "464"}	{"muller": "M1-464"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Concettino", "family": "Valente", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1881-01-22 14:07", "note": "", "place": {"c1": null, "c2": "MT", "c3": null, "cy": "IT", "lg": 16, "lat": 40.6, "name": "Pisticci", "geoid": null}, "notime": null, "date-ut": "1881-01-22 13:17"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Concettino", "family": "Valente"}, "birth": {"tzo": "+00:50", "date": "1881-01-22 14:07", "note": "", "place": {"c2": "MT", "cy": "IT", "lg": 16, "lat": 40.6, "name": "Pisticci"}, "date-ut": "1881-01-22 13:17"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "464"}}, "raw": {"LG": "-16,75", "DAY": "22", "LAT": "40,6", "MIN": "07", "TZO": "-0,83", "HOUR": "14", "NAME": "464M Valente, Concettino", "YEAR": "1881", "MONTH": "01", "PLACE": "Pisticci MT"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21662	valentini-giuseppe-1907-05-21	{"afd1": "465"}	{"muller": "M1-465"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Valentini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1907-05-21 10:00", "note": "", "place": {"c1": null, "c2": "AP", "c3": null, "cy": "IT", "lg": 13, "lat": 43, "name": "Ascoli Piceno", "geoid": null}, "notime": null, "date-ut": "1907-05-21 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giuseppe", "family": "Valentini"}, "birth": {"tzo": "+01:00", "date": "1907-05-21 10:00", "note": "", "place": {"c2": "AP", "cy": "IT", "lg": 13, "lat": 43, "name": "Ascoli Piceno"}, "date-ut": "1907-05-21 09:00"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "465"}}, "raw": {"LG": "-13,75", "DAY": "21", "LAT": "43", "MIN": "00", "TZO": "-1", "HOUR": "10", "NAME": "465M Valentini, Giuseppe", "YEAR": "1907", "MONTH": "05", "PLACE": "Ascoli Piceno AP"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14763	valeri-diego-1887-01-25	{"a6": "990", "afd1": "466"}	{"lerrcp": "A6-990", "muller": "M1-466"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Diego", "family": "Valeri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1887-01-25 17:00", "note": "", "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 12.04278, "lat": 45.2975, "name": "Piove di Sacco", "geoid": 3170657}, "notime": null, "date-ut": "1887-01-25 16:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Diego", "family": "Valeri"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 12.04278, "lat": 45.2975, "name": "Piove di Sacco", "geoid": 3170657}, "date-ut": "1887-01-25 16:10:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-990"}, "ids-in-sources": {"a6": "990"}}, "raw": {"H": "17", "MN": "10", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "25", "LAT": "45N24", "LON": "12E15", "MON": "1", "NUM": "990", "PRO": "W", "SEC": "4", "YEA": "1887", "CITY": "PIOVE DI SACCO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Diego", "family": "Valeri"}, "birth": {"tzo": "+00:50", "date": "1887-01-25 17:00", "note": "", "place": {"name": "Piove di Sacco"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "466", "muller": "M1-466"}}, "raw": {"LG": "-12,25", "DAY": "25", "LAT": "45,4", "MIN": "00", "TZO": "-0,83", "HOUR": "17", "NAME": "466M Valeri, Diego", "YEAR": "1887", "MONTH": "01", "PLACE": "Piove di Sacco PD"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21663	valeri-ugo-1907-01-14	{"afd1": "467"}	{"muller": "M1-467"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ugo", "family": "Valeri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1907-01-14 09:00", "note": "", "place": {"c1": null, "c2": "RI", "c3": null, "cy": "IT", "lg": 13, "lat": 42.4, "name": "Vazia", "geoid": null}, "notime": null, "date-ut": "1907-01-14 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ugo", "family": "Valeri"}, "birth": {"tzo": "+01:00", "date": "1907-01-14 09:00", "note": "", "place": {"c2": "RI", "cy": "IT", "lg": 13, "lat": 42.4, "name": "Vazia"}, "date-ut": "1907-01-14 08:00"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "467"}}, "raw": {"LG": "-13,25", "DAY": "14", "LAT": "42,4", "MIN": "00", "TZO": "-1", "HOUR": "09", "NAME": "467M Valeri, Ugo", "YEAR": "1907", "MONTH": "01", "PLACE": "Vazia RI"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21664	valli-francesco-1900-02-02	{"afd1": "468"}	{"muller": "M1-468"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Valli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1900-02-02 11:30", "note": "", "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 12, "lat": 44.4, "name": "Faenza", "geoid": null}, "notime": null, "date-ut": "1900-02-02 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Francesco", "family": "Valli"}, "birth": {"tzo": "+01:00", "date": "1900-02-02 11:30", "note": "", "place": {"c2": "RA", "cy": "IT", "lg": 12, "lat": 44.4, "name": "Faenza"}, "date-ut": "1900-02-02 10:30"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "468"}}, "raw": {"LG": "-12,25", "DAY": "02", "LAT": "44,4", "MIN": "30", "TZO": "-1", "HOUR": "11", "NAME": "468M Valli, Francesco", "YEAR": "1900", "MONTH": "02", "PLACE": "Faenza RA"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21665	valori-gino-1890-04-30	{"afd1": "469"}	{"muller": "M1-469"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gino", "family": "Valori", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1890-04-30 07:45", "note": "", "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11, "lat": 43.7, "name": "Firenze", "geoid": null}, "notime": null, "date-ut": "1890-04-30 06:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gino", "family": "Valori"}, "birth": {"tzo": "+00:50", "date": "1890-04-30 07:45", "note": "", "place": {"c2": "FI", "cy": "IT", "lg": 11, "lat": 43.7, "name": "Firenze"}, "date-ut": "1890-04-30 06:55"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "469"}}, "raw": {"LG": "-11,5", "DAY": "30", "LAT": "43,7", "MIN": "45", "TZO": "-0,83", "HOUR": "07", "NAME": "469M Valori, Gino", "YEAR": "1890", "MONTH": "04", "PLACE": "Firenze FI"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21666	vanzi-pio-1884-10-09	{"afd1": "470"}	{"muller": "M1-470"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pio", "family": "Vanzi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1884-10-09 00:15", "note": "", "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11, "lat": 43.7, "name": "Firenze", "geoid": null}, "notime": null, "date-ut": "1884-10-08 23:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Pio", "family": "Vanzi"}, "birth": {"tzo": "+00:50", "date": "1884-10-09 00:15", "note": "", "place": {"c2": "FI", "cy": "IT", "lg": 11, "lat": 43.7, "name": "Firenze"}, "date-ut": "1884-10-08 23:25"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "470"}}, "raw": {"LG": "-11,5", "DAY": "09", "LAT": "43,7", "MIN": "15", "TZO": "-0,83", "HOUR": "00", "NAME": "470M Vanzi, Pio", "YEAR": "1884", "MONTH": "10", "PLACE": "Firenze FI"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14766	veneziani-carlo-1882-06-14	{"a6": "993", "afd1": "473"}	{"lerrcp": "A6-993", "muller": "M1-473"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Veneziani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1882-06-14 11:25", "note": "", "place": {"c1": null, "c2": "TA", "c3": null, "cy": "IT", "lg": 17.3349, "lat": 40.38392, "name": "Leporano", "geoid": 3174865}, "notime": null, "date-ut": "1882-06-14 10:35:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Veneziani"}, "birth": {"place": {"c2": "TA", "cy": "IT", "lg": 17.3349, "lat": 40.38392, "name": "Leporano", "geoid": 3174865}, "date-ut": "1882-06-14 10:35:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-993"}, "ids-in-sources": {"a6": "993"}}, "raw": {"H": "11", "MN": "35", "TZ": "-1", "COD": "TA", "COU": "I", "DAY": "14", "LAT": "40N30", "LON": "17E30", "MON": "6", "NUM": "993", "PRO": "W", "SEC": "4", "YEA": "1882", "CITY": "LEPORANO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Carlo", "family": "Veneziani"}, "birth": {"tzo": "+00:50", "date": "1882-06-14 11:25", "note": "", "place": {"name": "Leporano"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "473", "muller": "M1-473"}}, "raw": {"LG": "-17,5", "DAY": "14", "LAT": "40,5", "MIN": "25", "TZO": "-0,83", "HOUR": "11", "NAME": "473M Veneziani, Carlo", "YEAR": "1882", "MONTH": "06", "PLACE": "Leporano TA"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14767	vergani-orio-1898-02-06	{"a6": "994", "afd1": "474"}	{"lerrcp": "A6-994", "muller": "M1-474"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Orio", "family": "Vergani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1898-02-06 05:30", "note": "", "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1898-02-06 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-994"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1898-02-06 04:30"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-994"}, "ids-in-sources": {"a6": "994"}}, "raw": {"H": "5", "MN": "30", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "6", "LAT": "45N30", "LON": "9E15", "MON": "2", "NUM": "994", "PRO": "W", "SEC": "0", "YEA": "1898", "CITY": "MILANO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Orio", "family": "Vergani"}, "birth": {"tzo": "+01:00", "date": "1898-02-06 05:30", "note": "", "place": {"name": "Milano"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "474", "muller": "M1-474"}}, "raw": {"LG": "-9,25", "DAY": "06", "LAT": "45,5", "MIN": "30", "TZO": "-1", "HOUR": "05", "NAME": "474M Vergani, Orio", "YEAR": "1898", "MONTH": "02", "PLACE": "Milano MI"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14768	vernieri-nicola-1893-04-20	{"a6": "995", "afd1": "475"}	{"lerrcp": "A6-995", "muller": "M1-475"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicola", "family": "Vernieri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1893-04-20 02:20", "note": "", "place": {"c1": null, "c2": "SA", "c3": null, "cy": "IT", "lg": 15.11625, "lat": 40.47891, "name": "Albanella", "geoid": 3183362}, "notime": null, "date-ut": "1893-04-20 01:30:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Nicola", "family": "Vernieri"}, "birth": {"place": {"c2": "SA", "cy": "IT", "lg": 15.11625, "lat": 40.47891, "name": "Albanella", "geoid": 3183362}, "date-ut": "1893-04-20 01:30:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-995"}, "ids-in-sources": {"a6": "995"}}, "raw": {"H": "2", "MN": "30", "TZ": "-1", "COD": "SA", "COU": "I", "DAY": "20", "LAT": "40N42", "LON": "15E15", "MON": "4", "NUM": "995", "PRO": "W", "SEC": "4", "YEA": "1893", "CITY": "ALBANELLA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Nicola", "family": "Vernieri"}, "birth": {"tzo": "+00:50", "date": "1893-04-20 02:20", "note": "", "place": {"name": "Albanella"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "475", "muller": "M1-475"}}, "raw": {"LG": "-15,25", "DAY": "20", "LAT": "40,7", "MIN": "20", "TZO": "-0,83", "HOUR": "02", "NAME": "475M Vernieri, Nicola", "YEAR": "1893", "MONTH": "04", "PLACE": "Albanella SA"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21698	carli-decio-1892-11-24	{"afd1-100": "98"}	{"muller": "M1-100-98"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Decio", "family": "Carli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1892-11-24", "note": "", "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14, "lat": 40.9, "name": "Napoli", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Decio", "family": "Carli"}, "birth": {"tzo": "+00:50", "date": "1892-11-24", "note": "", "place": {"c2": "NA", "cy": "IT", "lg": 14, "lat": 40.9, "name": "Napoli"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "98"}}, "raw": {"C2": "NA", "LG": "014 E  0", "LAT": "40 N 54", "LEN": "03", "SEX": "M", "TZO": "-0.83", "DATE": "1892-11-24", "MUID": "98", "OCCU": "2", "OPUS": "7", "FNAME": "Carli", "GNAME": "Decio", "PLACE": "Napoli"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21667	vigevani-alessandro-1914-09-15	{"afd1": "476"}	{"muller": "M1-476"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alessandro", "family": "Vigevani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1914-09-15 01:00", "note": "", "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11, "lat": 43.7, "name": "Firenze", "geoid": null}, "notime": null, "date-ut": "1914-09-15 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alessandro", "family": "Vigevani"}, "birth": {"tzo": "+01:00", "date": "1914-09-15 01:00", "note": "", "place": {"c2": "FI", "cy": "IT", "lg": 11, "lat": 43.7, "name": "Firenze"}, "date-ut": "1914-09-15 00:00"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "476"}}, "raw": {"LG": "-11,5", "DAY": "15", "LAT": "43,7", "MIN": "00", "TZO": "-1", "HOUR": "01", "NAME": "476M Vigevani, Alessandro", "YEAR": "1914", "MONTH": "09", "PLACE": "Firenze FI"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21668	vinardi-alfredo-1881-12-24	{"afd1": "479"}	{"muller": "M1-479"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfredo", "family": "Vinardi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1881-12-24 04:30", "note": "", "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "Torino", "geoid": null}, "notime": null, "date-ut": "1881-12-24 03:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alfredo", "family": "Vinardi"}, "birth": {"tzo": "+00:50", "date": "1881-12-24 04:30", "note": "", "place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "Torino"}, "date-ut": "1881-12-24 03:40"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "479"}}, "raw": {"LG": "-8", "DAY": "24", "LAT": "45", "MIN": "30", "TZO": "-0,83", "HOUR": "04", "NAME": "479M Vinardi, Alfredo", "YEAR": "1881", "MONTH": "12", "PLACE": "Torino TO"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21669	viscardini-mario-1883-10-20	{"afd1": "482"}	{"muller": "M1-482"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Viscardini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1883-10-20 01:15", "note": "", "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9, "lat": 45.5, "name": "Milano", "geoid": null}, "notime": null, "date-ut": "1883-10-20 00:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Mario", "family": "Viscardini"}, "birth": {"tzo": "+00:50", "date": "1883-10-20 01:15", "note": "", "place": {"c2": "MI", "cy": "IT", "lg": 9, "lat": 45.5, "name": "Milano"}, "date-ut": "1883-10-20 00:25"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "482"}}, "raw": {"LG": "-9,25", "DAY": "20", "LAT": "45,5", "MIN": "15", "TZO": "-0,83", "HOUR": "01", "NAME": "482M Viscardini, Mario", "YEAR": "1883", "MONTH": "10", "PLACE": "Milano MI"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21670	vischi-luciano-1875-03-12	{"afd1": "483"}	{"muller": "M1-483"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luciano", "family": "Vischi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1875-03-12 05:00", "note": "", "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 11, "lat": 44.6, "name": "Mirandola", "geoid": null}, "notime": null, "date-ut": "1875-03-12 04:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luciano", "family": "Vischi"}, "birth": {"tzo": "+00:50", "date": "1875-03-12 05:00", "note": "", "place": {"c2": "MO", "cy": "IT", "lg": 11, "lat": 44.6, "name": "Mirandola"}, "date-ut": "1875-03-12 04:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "483"}}, "raw": {"LG": "-11,25", "DAY": "12", "LAT": "44,6", "MIN": "00", "TZO": "-0,83", "HOUR": "05", "NAME": "483M Vischi, Luciano", "YEAR": "1875", "MONTH": "03", "PLACE": "Mirandola MO"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14771	viviani-alberta-1894-07-11	{"a6": "998", "afd1": "485"}	{"lerrcp": "A6-998", "muller": "M1-485"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberta", "family": "Viviani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1894-07-11 04:30", "note": "", "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1894-07-11 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist"]	5	null	[{"new": {"name": {"given": "Alberto", "family": "Viviani"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1894-07-11 03:30"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-998"}, "ids-in-sources": {"a6": "998"}}, "raw": {"H": "4", "MN": "30", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "11", "LAT": "43N42", "LON": "11E30", "MON": "7", "NUM": "998", "PRO": "W", "SEC": "0", "YEA": "1894", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Alberta", "family": "Viviani"}, "birth": {"tzo": "+01:00", "date": "1894-07-11 04:30", "note": "", "place": {"name": "Firenze"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "485", "muller": "M1-485"}}, "raw": {"LG": "-11,5", "DAY": "11", "LAT": "43,7", "MIN": "30", "TZO": "-1", "HOUR": "04", "NAME": "485M Viviani, Alberta", "YEAR": "1894", "MONTH": "07", "PLACE": "Firenze FI"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21671	zaghi-carlo-1910-03-27	{"afd1": "488"}	{"muller": "M1-488"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Zaghi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1910-03-27 02:00", "note": "", "place": {"c1": null, "c2": "FE", "c3": null, "cy": "IT", "lg": 12, "lat": 44.7, "name": "Argenta", "geoid": null}, "notime": null, "date-ut": "1910-03-27 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Carlo", "family": "Zaghi"}, "birth": {"tzo": "+01:00", "date": "1910-03-27 02:00", "note": "", "place": {"c2": "FE", "cy": "IT", "lg": 12, "lat": 44.7, "name": "Argenta"}, "date-ut": "1910-03-27 01:00"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "488"}}, "raw": {"LG": "-12,5", "DAY": "27", "LAT": "44,7", "MIN": "00", "TZO": "-1", "HOUR": "02", "NAME": "488M Zaghi, Carlo", "YEAR": "1910", "MONTH": "03", "PLACE": "Argenta FE"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21672	zangarini-carlo-1874-12-09	{"afd1": "491"}	{"muller": "M1-491"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Zangarini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1874-12-09 18:30", "note": "", "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11, "lat": 44.5, "name": "Bologna", "geoid": null}, "notime": null, "date-ut": "1874-12-09 17:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Carlo", "family": "Zangarini"}, "birth": {"tzo": "+00:50", "date": "1874-12-09 18:30", "note": "", "place": {"c2": "BO", "cy": "IT", "lg": 11, "lat": 44.5, "name": "Bologna"}, "date-ut": "1874-12-09 17:40"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "491"}}, "raw": {"LG": "-11", "DAY": "09", "LAT": "44,5", "MIN": "30", "TZO": "-0,83", "HOUR": "18", "NAME": "491M Zangarini, Carlo", "YEAR": "1874", "MONTH": "12", "PLACE": "Bologna BO"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14773	zannoni-ugo-1892-03-30	{"a6": "1000", "afd1": "492"}	{"lerrcp": "A6-1000", "muller": "M1-492"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ugo", "family": "Zannoni", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1892-03-30 18:10", "note": "", "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 10.85248, "lat": 45.60069, "name": "Doles", "geoid": 3177552}, "notime": null, "date-ut": "1892-03-30 17:20:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "Ugo", "family": "Zannoni"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 10.85248, "lat": 45.60069, "name": "Dolcè", "geoid": 3177552}, "date-ut": "1892-03-30 17:20:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1000"}, "ids-in-sources": {"a6": "1000"}}, "raw": {"H": "18", "MN": "20", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "30", "LAT": "45N24", "LON": "11E 0", "MON": "3", "NUM": "1000", "PRO": "W", "SEC": "4", "YEA": "1892", "CITY": "DOLCE"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:59+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Ugo", "family": "Zannoni"}, "birth": {"tzo": "+00:50", "date": "1892-03-30 18:10", "note": "", "place": {"name": "Doles"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "492", "muller": "M1-492"}}, "raw": {"LG": "-11", "DAY": "30", "LAT": "45,4", "MIN": "10", "TZO": "-0,83", "HOUR": "18", "NAME": "492M Zannoni, Ugo", "YEAR": "1892", "MONTH": "03", "PLACE": "Doles VR"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21673	zecchini-antonio-1884-06-16	{"afd1": "495"}	{"muller": "M1-495"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Zecchini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1884-06-16 12:00", "note": "", "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 12, "lat": 44.4, "name": "Faenza", "geoid": null}, "notime": null, "date-ut": "1884-06-16 11:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Antonio", "family": "Zecchini"}, "birth": {"tzo": "+00:50", "date": "1884-06-16 12:00", "note": "", "place": {"c2": "RA", "cy": "IT", "lg": 12, "lat": 44.4, "name": "Faenza"}, "date-ut": "1884-06-16 11:10"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "495"}}, "raw": {"LG": "-12,25", "DAY": "16", "LAT": "44,4", "MIN": "00", "TZO": "-0,83", "HOUR": "12", "NAME": "495M Zecchini, Antonio", "YEAR": "1884", "MONTH": "06", "PLACE": "Faenza RA"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21674	zitarosa-gerardo-raffaele-1903-10-24	{"afd1": "497"}	{"muller": "M1-497"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gerardo Raffaele", "family": "Zitarosa", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1903-10-24 12:00", "note": "", "place": {"c1": null, "c2": "PZ", "c3": null, "cy": "IT", "lg": 15, "lat": 40.5, "name": "Muro Lucano", "geoid": null}, "notime": null, "date-ut": "1903-10-24 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gerardo Raffaele", "family": "Zitarosa"}, "birth": {"tzo": "+01:00", "date": "1903-10-24 12:00", "note": "", "place": {"c2": "PZ", "cy": "IT", "lg": 15, "lat": 40.5, "name": "Muro Lucano"}, "date-ut": "1903-10-24 11:00"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "497"}}, "raw": {"LG": "-15,75", "DAY": "24", "LAT": "40,5", "MIN": "00", "TZO": "-1", "HOUR": "12", "NAME": "497M Zitarosa, Gerardo Raffaele", "YEAR": "1903", "MONTH": "10", "PLACE": "Muro Lucano PZ"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
14777	zorzi-guglielmo-1879-02-01	{"a6": "1004", "afd1": "499"}	{"lerrcp": "A6-1004", "muller": "M1-499"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guglielmo", "family": "Zorzi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:50", "date": "1879-02-01 12:30", "note": "", "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1879-02-01 11:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"name": {"given": "Guglielmo", "family": "Zorzi"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1879-02-01 11:40:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1004"}, "ids-in-sources": {"a6": "1004"}}, "raw": {"H": "12", "MN": "40", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "1", "LAT": "44N30", "LON": "11E 0", "MON": "2", "NUM": "1004", "PRO": "W", "SEC": "4", "YEA": "1879", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Guglielmo", "family": "Zorzi"}, "birth": {"tzo": "+00:50", "date": "1879-02-01 12:30", "note": "", "place": {"name": "Bologna"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "499", "muller": "M1-499"}}, "raw": {"LG": "-11", "DAY": "01", "LAT": "44,5", "MIN": "30", "TZO": "-0,83", "HOUR": "12", "NAME": "499M Zorzi, Guglielmo", "YEAR": "1879", "MONTH": "02", "PLACE": "Bologna BO"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21675	zuccarelli-renato-1908-09-10	{"afd1": "501"}	{"muller": "M1-501"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renato", "family": "Zuccarelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1908-09-10 10:00", "note": "", "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "Torino", "geoid": null}, "notime": null, "date-ut": "1908-09-10 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Renato", "family": "Zuccarelli"}, "birth": {"tzo": "+01:00", "date": "1908-09-10 10:00", "note": "", "place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "Torino"}, "date-ut": "1908-09-10 09:00"}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1": "501"}}, "raw": {"LG": "-8", "DAY": "10", "LAT": "45", "MIN": "00", "TZO": "-1", "HOUR": "10", "NAME": "501M Zuccarelli, Renato", "YEAR": "1908", "MONTH": "09", "PLACE": "Torino TO"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}]	[]
21676	alessi-rino-1885-04-30	{"afd1-100": "5"}	{"muller": "M1-100-5"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rino", "family": "Alessi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1885-04-30", "note": "", "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 12.25, "lat": 44.4, "name": "Cervia", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Rino", "family": "Alessi"}, "birth": {"tzo": "+00:50", "date": "1885-04-30", "note": "", "place": {"c2": "RA", "cy": "IT", "lg": 12.25, "lat": 44.4, "name": "Cervia"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "5"}}, "raw": {"C2": "RA", "LG": "012 E 15", "LAT": "44 N 24", "LEN": "06", "SEX": "M", "TZO": "-0.83", "DATE": "1885-04-30", "MUID": "5", "OCCU": "2", "OPUS": "12", "FNAME": "Alessi", "GNAME": "Rino", "PLACE": "Cervia"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21677	allori-claudio-1898-03-16	{"afd1-100": "9"}	{"muller": "M1-100-9"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claudio", "family": "Allori", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1898-03-16", "note": "", "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14, "lat": 40.9, "name": "Napoli", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Claudio", "family": "Allori"}, "birth": {"tzo": "+01:00", "date": "1898-03-16", "note": "", "place": {"c2": "NA", "cy": "IT", "lg": 14, "lat": 40.9, "name": "Napoli"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "9"}}, "raw": {"C2": "NA", "LG": "014 E  0", "LAT": "40 N 54", "LEN": "05", "SEX": "M", "TZO": "-1.00", "DATE": "1898-03-16", "MUID": "9", "OCCU": "3", "OPUS": "8", "FNAME": "Allori", "GNAME": "Claudio", "PLACE": "Napoli"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21678	altavilla-corrado-1897-11-06	{"afd1-100": "10"}	{"muller": "M1-100-10"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Corrado", "family": "Altavilla", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1897-11-06", "note": "", "place": {"c1": null, "c2": "CE", "c3": null, "cy": "IT", "lg": 14.5, "lat": 41.1, "name": "Aversa", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Corrado", "family": "Altavilla"}, "birth": {"tzo": "+01:00", "date": "1897-11-06", "note": "", "place": {"c2": "CE", "cy": "IT", "lg": 14.5, "lat": 41.1, "name": "Aversa"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "10"}}, "raw": {"C2": "CE", "LG": "014 E 30", "LAT": "41 N  6", "LEN": "02", "SEX": "M", "TZO": "-1.00", "DATE": "1897-11-06", "MUID": "10", "OCCU": "3", "OPUS": "0", "FNAME": "Altavilla", "GNAME": "Corrado", "PLACE": "Aversa"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21679	anton-edoardo-1910-01-07	{"afd1-100": "16"}	{"muller": "M1-100-16"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edoardo", "family": "Anton", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1910-01-07", "note": "", "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["comedy-writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Edoardo", "family": "Anton"}, "birth": {"tzo": "+01:00", "date": "1910-01-07", "note": "", "place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma"}}, "occus": ["comedy-writer"], "trust": 5, "ids-in-sources": {"afd1-100": "16"}}, "raw": {"C2": "RM", "LG": "012 E 30", "LAT": "41 N 54", "LEN": "04", "SEX": "M", "TZO": "-1.00", "DATE": "1910-01-07", "MUID": "16", "OCCU": "1", "OPUS": "0", "FNAME": "Anton", "GNAME": "Edoardo", "PLACE": "Roma"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21680	apollonio-umbro-1911-04-20	{"afd1-100": "17"}	{"muller": "M1-100-17"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Umbro", "family": "Apollonio", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1911-04-20", "note": "", "place": {"c1": null, "c2": "TS", "c3": null, "cy": "IT", "lg": 14, "lat": 45.6, "name": "Trieste", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Umbro", "family": "Apollonio"}, "birth": {"tzo": "+01:00", "date": "1911-04-20", "note": "", "place": {"c2": "TS", "cy": "IT", "lg": 14, "lat": 45.6, "name": "Trieste"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "17"}}, "raw": {"C2": "TS", "LG": "014 E  0", "LAT": "45 N 36", "LEN": "03", "SEX": "M", "TZO": "-1.00", "DATE": "1911-04-20", "MUID": "17", "OCCU": "2", "OPUS": "4", "FNAME": "Apollonio", "GNAME": "Umbro", "PLACE": "Trieste"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21681	araldi-vinicio-1914-12-19	{"afd1-100": "19"}	{"muller": "M1-100-19"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vinicio", "family": "Araldi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1914-12-19", "note": "", "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Vinicio", "family": "Araldi"}, "birth": {"tzo": "+01:00", "date": "1914-12-19", "note": "", "place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "19"}}, "raw": {"C2": "RM", "LG": "012 E 30", "LAT": "41 N 54", "LEN": "03", "SEX": "M", "TZO": "-1.00", "DATE": "1914-12-19", "MUID": "19", "OCCU": "3", "OPUS": "6", "FNAME": "Araldi", "GNAME": "Vinicio", "PLACE": "Roma"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21682	arcieri-giovanni-1898-06-24	{"afd1-100": "20"}	{"muller": "M1-100-20"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Arcieri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1898-06-24", "note": "", "place": {"c1": null, "c2": "CS", "c3": null, "cy": "IT", "lg": 16.5, "lat": 39.3, "name": "Castrovillari", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giovanni", "family": "Arcieri"}, "birth": {"tzo": "+01:00", "date": "1898-06-24", "note": "", "place": {"c2": "CS", "cy": "IT", "lg": 16.5, "lat": 39.3, "name": "Castrovillari"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "20"}}, "raw": {"C2": "CS", "LG": "016 E 30", "LAT": "39 N 18", "LEN": "07", "SEX": "M", "TZO": "-1.00", "DATE": "1898-06-24", "MUID": "20", "OCCU": "3", "OPUS": "10", "FNAME": "Arcieri", "GNAME": "Giovanni", "PLACE": "Castrovillari"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21684	baccelli-alfredo-1863-09-10	{"afd1-100": "25"}	{"muller": "M1-100-25"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfredo", "family": "Baccelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50:00", "date": "1863-09-10", "note": "LMT", "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alfredo", "family": "Baccelli"}, "birth": {"tzo": "+00:50:00", "date": "1863-09-10", "note": "LMT", "place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "25"}}, "raw": {"C2": "RM", "LG": "012 E 30", "LAT": "41 N 54", "LEN": "12", "SEX": "M", "TZO": "LMT", "DATE": "1863-09-10", "MUID": "25", "OCCU": "2", "OPUS": "2", "FNAME": "Baccelli", "GNAME": "Alfredo", "PLACE": "Roma"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21685	bacino-ezio-1913-06-22	{"afd1-100": "28"}	{"muller": "M1-100-28"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ezio", "family": "Bacino", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1913-06-22", "note": "", "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ezio", "family": "Bacino"}, "birth": {"tzo": "+01:00", "date": "1913-06-22", "note": "", "place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "28"}}, "raw": {"C2": "RM", "LG": "012 E 30", "LAT": "41 N 54", "LEN": "03", "SEX": "M", "TZO": "-1.00", "DATE": "1913-06-22", "MUID": "28", "OCCU": "3", "OPUS": "2", "FNAME": "Bacino", "GNAME": "Ezio", "PLACE": "Roma"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21686	baldini-antonio-1889-10-10	{"afd1-100": "30"}	{"muller": "M1-100-30"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Baldini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1889-10-10", "note": "", "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Antonio", "family": "Baldini"}, "birth": {"tzo": "+00:50", "date": "1889-10-10", "note": "", "place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "30"}}, "raw": {"C2": "RM", "LG": "012 E 30", "LAT": "41 N 54", "LEN": "06", "SEX": "M", "TZO": "-0.83", "DATE": "1889-10-10", "MUID": "30", "OCCU": "2", "OPUS": "16", "FNAME": "Baldini", "GNAME": "Antonio", "PLACE": "Roma"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21687	benincasa-regolo-1895-07-03	{"afd1-100": "41"}	{"muller": "M1-100-41"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Regolo", "family": "Benincasa", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1895-07-03", "note": "", "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["comedy-writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Regolo", "family": "Benincasa"}, "birth": {"tzo": "+01:00", "date": "1895-07-03", "note": "", "place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma"}}, "occus": ["comedy-writer"], "trust": 5, "ids-in-sources": {"afd1-100": "41"}}, "raw": {"C2": "RM", "LG": "012 E 30", "LAT": "41 N 54", "LEN": "05", "SEX": "M", "TZO": "-1.00", "DATE": "1895-07-03", "MUID": "41", "OCCU": "1", "OPUS": "10", "FNAME": "Benincasa", "GNAME": "Regolo", "PLACE": "Roma"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21688	bernard-carlo-1909-10-13	{"afd1-100": "44"}	{"muller": "M1-100-44"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Bernard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1909-10-13", "note": "", "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14, "lat": 40.9, "name": "Napoli", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Carlo", "family": "Bernard"}, "birth": {"tzo": "+01:00", "date": "1909-10-13", "note": "", "place": {"c2": "NA", "cy": "IT", "lg": 14, "lat": 40.9, "name": "Napoli"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "44"}}, "raw": {"C2": "NA", "LG": "014 E  0", "LAT": "40 N 54", "LEN": "03", "SEX": "M", "TZO": "-1.00", "DATE": "1909-10-13", "MUID": "44", "OCCU": "3", "OPUS": "4", "FNAME": "Bernard", "GNAME": "Carlo", "PLACE": "Napoli"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
1805	alvarez-andre-1923-05-26	{"a1": "1806", "3a_sports": "70", "cfepp-final3": "793"}	{"cfepp": "CF-793", "cpara": "CP-7", "ertel": "ES-70", "lerrcp": "A1-1806"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Alvarez", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1923-05-26 06:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "notime": null, "date-ut": "1923-05-26 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "André", "family": "Alvarez"}, "birth": {"tzo": "+00:00", "date": "1923-05-26 06:00", "place": {"c2": "64", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "date-ut": "1923-05-26 06:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1806"}, "ids-in-sources": {"a1": "1806"}}, "raw": {"H": "6", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "26", "LAT": "43N18", "LON": "0W22", "MON": "5", "NUM": "1806", "PRO": "C", "SEC": "0", "YEA": "1923", "CITY": "BAYONNE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1923-05-26 06:00"}, "partial-ids": {"ertel": "ES-70"}}, "raw": {"L": "", "MF": "", "NR": "70", "ENG": "1", "MA_": "2", "G_NR": "1806", "MA12": "1", "MARS": "1", "NAME": "Alvarez", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,500", "CSINR": "", "KURTZ": "", "PHAS_": "76,100", "STUND": "6,00", "CFEPNR": "794", "EXTEND": "1", "NATION": "FRA", "TAGMON": "26.05.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "7", "VORNAME": "André", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "26.05.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1923-05-26 06:00", "place": {"c3": ""}, "date-ut": "1923-05-26 06:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "793"}}, "raw": {"S": "1", "LT": "06 00", "LV": "I20", "TR": "f", "UT": "06 00", "LAT": "+43.49", "SRC": "AL", "LONG": "+01.48", "NAME": "ALVAREZ Andre", "SPORT": "Rugby Union", "LOC_DATE": "1923 05 26", "UNIV_DATE": "1923 05 26", "BIRTH_PLACE": "BAYONNE", "POSTAL_CODE": "64109 CEDEX"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
21689	bertocchi-nino-1900-07-09	{"afd1-100": "50"}	{"muller": "M1-100-50"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nino", "family": "Bertocchi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1900-07-09", "note": "", "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11, "lat": 44.5, "name": "Bologna", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Nino", "family": "Bertocchi"}, "birth": {"tzo": "+01:00", "date": "1900-07-09", "note": "", "place": {"c2": "BO", "cy": "IT", "lg": 11, "lat": 44.5, "name": "Bologna"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "50"}}, "raw": {"C2": "BO", "LG": "011 E  0", "LAT": "44 N 30", "LEN": "03", "SEX": "M", "TZO": "-1.00", "DATE": "1900-07-09", "MUID": "50", "OCCU": "3", "OPUS": "0", "FNAME": "Bertocchi", "GNAME": "Nino", "PLACE": "Bologna"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21690	bocelli-arnaldo-1900-06-01	{"afd1-100": "60"}	{"muller": "M1-100-60"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arnaldo", "family": "Bocelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1900-06-01", "note": "", "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Arnaldo", "family": "Bocelli"}, "birth": {"tzo": "+01:00", "date": "1900-06-01", "note": "", "place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "60"}}, "raw": {"C2": "RM", "LG": "012 E 30", "LAT": "41 N 54", "LEN": "03", "SEX": "M", "TZO": "-1.00", "DATE": "1900-06-01", "MUID": "60", "OCCU": "3", "OPUS": "3", "FNAME": "Bocelli", "GNAME": "Arnaldo", "PLACE": "Roma"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21691	borretti-mario-1905-11-28	{"afd1-100": "68"}	{"muller": "M1-100-68"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Borretti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1905-11-28", "note": "", "place": {"c1": null, "c2": "CS", "c3": null, "cy": "IT", "lg": 16.5, "lat": 39.3, "name": "Cosenza", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Mario", "family": "Borretti"}, "birth": {"tzo": "+01:00", "date": "1905-11-28", "note": "", "place": {"c2": "CS", "cy": "IT", "lg": 16.5, "lat": 39.3, "name": "Cosenza"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "68"}}, "raw": {"C2": "CS", "LG": "016 E 30", "LAT": "39 N 18", "LEN": "05", "SEX": "M", "TZO": "-1.00", "DATE": "1905-11-28", "MUID": "68", "OCCU": "2", "OPUS": "5", "FNAME": "Borretti", "GNAME": "Mario", "PLACE": "Cosenza"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21692	brancoli-guido-1886-05-04	{"afd1-100": "71"}	{"muller": "M1-100-71"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guido", "family": "Brancoli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1886-05-04", "note": "", "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Guido", "family": "Brancoli"}, "birth": {"tzo": "+00:50", "date": "1886-05-04", "note": "", "place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "71"}}, "raw": {"C2": "RM", "LG": "012 E 30", "LAT": "41 N 54", "LEN": "02", "SEX": "M", "TZO": "-0.83", "DATE": "1886-05-04", "MUID": "71", "OCCU": "2", "OPUS": "6", "FNAME": "Brancoli", "GNAME": "Guido", "PLACE": "Roma"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21693	buzzi-paolo-1874-02-15	{"afd1-100": "78"}	{"muller": "M1-100-78"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paolo", "family": "Buzzi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1874-02-15", "note": "", "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 0.25, "lat": 45.5, "name": "Milano", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Paolo", "family": "Buzzi"}, "birth": {"tzo": "+00:50", "date": "1874-02-15", "note": "", "place": {"c2": "MI", "cy": "IT", "lg": 0.25, "lat": 45.5, "name": "Milano"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "78"}}, "raw": {"C2": "MI", "LG": "0 9 E 15", "LAT": "45 N 30", "LEN": "08", "SEX": "M", "TZO": "-0.83", "DATE": "1874-02-15", "MUID": "78", "OCCU": "3", "OPUS": "27", "FNAME": "Buzzi", "GNAME": "Paolo", "PLACE": "Milano"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21694	campanile-achille-1900-09-28	{"afd1-100": "85"}	{"muller": "M1-100-85"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Achille", "family": "Campanile", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1900-09-28", "note": "", "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Achille", "family": "Campanile"}, "birth": {"tzo": "+01:00", "date": "1900-09-28", "note": "", "place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "85"}}, "raw": {"C2": "RM", "LG": "012 E 30", "LAT": "41 N 54", "LEN": "10", "SEX": "M", "TZO": "-1.00", "DATE": "1900-09-28", "MUID": "85", "OCCU": "2", "OPUS": "17", "FNAME": "Campanile", "GNAME": "Achille", "PLACE": "Roma"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21695	camuncoli-ezio-1895-02-19	{"afd1-100": "86"}	{"muller": "M1-100-86"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ezio", "family": "Camuncoli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1895-02-19", "note": "", "place": {"c1": null, "c2": "FO", "c3": null, "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "Rimini", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ezio", "family": "Camuncoli"}, "birth": {"tzo": "+01:00", "date": "1895-02-19", "note": "", "place": {"c2": "FO", "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "Rimini"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "86"}}, "raw": {"C2": "FO", "LG": "012 E 30", "LAT": "44 N 12", "LEN": "05", "SEX": "M", "TZO": "-1.00", "DATE": "1895-02-19", "MUID": "86", "OCCU": "3", "OPUS": "7", "FNAME": "Camuncoli", "GNAME": "Ezio", "PLACE": "Rimini"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21696	cangiullo-francesco-1888-01-27	{"afd1-100": "87"}	{"muller": "M1-100-87"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Cangiullo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1888-01-27", "note": "", "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14, "lat": 40.9, "name": "Napoli", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"sex": "M", "name": {"given": "Francesco", "family": "Cangiullo"}, "birth": {"tzo": "+00:50", "date": "1888-01-27", "note": "", "place": {"c2": "NA", "cy": "IT", "lg": 14, "lat": 40.9, "name": "Napoli"}}, "occus": ["poet"], "trust": 5, "ids-in-sources": {"afd1-100": "87"}}, "raw": {"C2": "NA", "LG": "014 E  0", "LAT": "40 N 54", "LEN": "07", "SEX": "M", "TZO": "-0.83", "DATE": "1888-01-27", "MUID": "87", "OCCU": "4", "OPUS": "16", "FNAME": "Cangiullo", "GNAME": "Francesco", "PLACE": "Napoli"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
3455	cannavo-letterio-1903-02-22	{"a2": "1369", "afd1-100": "89"}	{"lerrcp": "A2-1369", "muller": "M1-100-89"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Letterio", "family": "Cannavò", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "notime": null, "date-ut": "1903-02-22 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Letterio", "family": "Cannavò"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "date-ut": "1903-02-22 05:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1369"}, "ids-in-sources": {"a2": "1369"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "22", "LAT": "38N 0", "LON": "15E30", "MON": "2", "NUM": "1369", "PRO": "S", "SEC": "0", "YEA": "1903", "CITY": "MESSINA"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}]	[]
21697	caprin-giulio-1880-03-22	{"afd1-100": "93"}	{"muller": "M1-100-93"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giulio", "family": "Caprin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1880-03-22", "note": "", "place": {"c1": null, "c2": "TS", "c3": null, "cy": "IT", "lg": 14, "lat": 45.6, "name": "Trieste", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giulio", "family": "Caprin"}, "birth": {"tzo": "+00:50", "date": "1880-03-22", "note": "", "place": {"c2": "TS", "cy": "IT", "lg": 14, "lat": 45.6, "name": "Trieste"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "93"}}, "raw": {"C2": "TS", "LG": "014 E  0", "LAT": "45 N 36", "LEN": "08", "SEX": "M", "TZO": "-0.83", "DATE": "1880-03-22", "MUID": "93", "OCCU": "3", "OPUS": "21", "FNAME": "Caprin", "GNAME": "Giulio", "PLACE": "Trieste"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21699	castellano-giovanni-1878-02-06	{"afd1-100": "102"}	{"muller": "M1-100-102"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Castellano", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1878-02-06", "note": "", "place": {"c1": null, "c2": "MT", "c3": null, "cy": "IT", "lg": 16.75, "lat": 40.6, "name": "Pomarico", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giovanni", "family": "Castellano"}, "birth": {"tzo": "+00:50", "date": "1878-02-06", "note": "", "place": {"c2": "MT", "cy": "IT", "lg": 16.75, "lat": 40.6, "name": "Pomarico"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "102"}}, "raw": {"C2": "MT", "LG": "016 E 45", "LAT": "40 N 36", "LEN": "05", "SEX": "M", "TZO": "-0.83", "DATE": "1878-02-06", "MUID": "102", "OCCU": "2", "OPUS": "13", "FNAME": "Castellano", "GNAME": "Giovanni", "PLACE": "Pomarico"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21700	cavalcabo-m-f-claudio-1889-10-02	{"afd1-100": "104"}	{"muller": "M1-100-104"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "M.F. Claudio", "family": "Cavalcabo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1889-10-02", "note": "", "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.75, "lat": 44.8, "name": "Borgotaro", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "M.F. Claudio", "family": "Cavalcabo"}, "birth": {"tzo": "+00:50", "date": "1889-10-02", "note": "", "place": {"c2": "PR", "cy": "IT", "lg": 10.75, "lat": 44.8, "name": "Borgotaro"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "104"}}, "raw": {"C2": "PR", "LG": "010 E 45", "LAT": "44 N 48", "LEN": "04", "SEX": "M", "TZO": "-0.83", "DATE": "1889-10-02", "MUID": "104", "OCCU": "2", "OPUS": "0", "FNAME": "Cavalcabo", "GNAME": "M.F. Claudio", "PLACE": "Borgotaro"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21701	celentano-nicola-1902-12-23	{"afd1-100": "108"}	{"muller": "M1-100-108"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicola", "family": "Celentano", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1902-12-23", "note": "", "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14, "lat": 40.9, "name": "Napoli", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Nicola", "family": "Celentano"}, "birth": {"tzo": "+01:00", "date": "1902-12-23", "note": "", "place": {"c2": "NA", "cy": "IT", "lg": 14, "lat": 40.9, "name": "Napoli"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "108"}}, "raw": {"C2": "NA", "LG": "014 E  0", "LAT": "40 N 54", "LEN": "03", "SEX": "M", "TZO": "-1.00", "DATE": "1902-12-23", "MUID": "108", "OCCU": "3", "OPUS": "3", "FNAME": "Celentano", "GNAME": "Nicola", "PLACE": "Napoli"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21702	chiappelli-fredi-1911-01-24	{"afd1-100": "113"}	{"muller": "M1-100-113"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fredi", "family": "Chiappelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1911-01-24", "note": "", "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.5, "lat": 43.7, "name": "Firenze", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Fredi", "family": "Chiappelli"}, "birth": {"tzo": "+01:00", "date": "1911-01-24", "note": "", "place": {"c2": "FI", "cy": "IT", "lg": 11.5, "lat": 43.7, "name": "Firenze"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "113"}}, "raw": {"C2": "FI", "LG": "011 E 30", "LAT": "43 N 42", "LEN": "03", "SEX": "M", "TZO": "-1.00", "DATE": "1911-01-24", "MUID": "113", "OCCU": "2", "OPUS": "2", "FNAME": "Chiappelli", "GNAME": "Fredi", "PLACE": "Firenze"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21703	chiarini-luigi-1900-06-20	{"afd1-100": "114"}	{"muller": "M1-100-114"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Chiarini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1900-06-20", "note": "", "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luigi", "family": "Chiarini"}, "birth": {"tzo": "+01:00", "date": "1900-06-20", "note": "", "place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "114"}}, "raw": {"C2": "RM", "LG": "012 E 30", "LAT": "41 N 54", "LEN": "04", "SEX": "M", "TZO": "-1.00", "DATE": "1900-06-20", "MUID": "114", "OCCU": "3", "OPUS": "5", "FNAME": "Chiarini", "GNAME": "Luigi", "PLACE": "Roma"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21704	ciaceri-benedetto-1902-03-03	{"afd1-100": "116"}	{"muller": "M1-100-116"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benedetto", "family": "Ciàceri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1902-03-03", "note": "", "place": {"c1": null, "c2": "RG", "c3": null, "cy": "IT", "lg": 14.75, "lat": 37, "name": "Modica", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Benedetto", "family": "Ciàceri"}, "birth": {"tzo": "+01:00", "date": "1902-03-03", "note": "", "place": {"c2": "RG", "cy": "IT", "lg": 14.75, "lat": 37, "name": "Modica"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "116"}}, "raw": {"C2": "RG", "LG": "014 E 45", "LAT": "37 N  0", "LEN": "03", "SEX": "M", "TZO": "-1.00", "DATE": "1902-03-03", "MUID": "116", "OCCU": "2", "OPUS": "4", "FNAME": "Ciàceri", "GNAME": "Benedetto", "PLACE": "Modica"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21705	cibelli-enrico-1899-01-02	{"afd1-100": "118"}	{"muller": "M1-100-118"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enrico", "family": "Cibelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1899-01-02", "note": "", "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14, "lat": 40.9, "name": "Napoli", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Enrico", "family": "Cibelli"}, "birth": {"tzo": "+01:00", "date": "1899-01-02", "note": "", "place": {"c2": "NA", "cy": "IT", "lg": 14, "lat": 40.9, "name": "Napoli"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "118"}}, "raw": {"C2": "NA", "LG": "014 E  0", "LAT": "40 N 54", "LEN": "05", "SEX": "M", "TZO": "-1.00", "DATE": "1899-01-02", "MUID": "118", "OCCU": "2", "OPUS": "0", "FNAME": "Cibelli", "GNAME": "Enrico", "PLACE": "Napoli"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21706	colantuoni-alberto-1880-04-25	{"afd1-100": "124"}	{"muller": "M1-100-124"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberto", "family": "Colantuoni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1880-04-25", "note": "", "place": {"c1": null, "c2": "TS", "c3": null, "cy": "IT", "lg": 14, "lat": 45.6, "name": "Trieste", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alberto", "family": "Colantuoni"}, "birth": {"tzo": "+00:50", "date": "1880-04-25", "note": "", "place": {"c2": "TS", "cy": "IT", "lg": 14, "lat": 45.6, "name": "Trieste"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "124"}}, "raw": {"C2": "TS", "LG": "014 E  0", "LAT": "45 N 36", "LEN": "06", "SEX": "M", "TZO": "-0.83", "DATE": "1880-04-25", "MUID": "124", "OCCU": "2", "OPUS": "0", "FNAME": "Colantuoni", "GNAME": "Alberto", "PLACE": "Trieste"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21707	coppola-francesco-1878-09-27	{"afd1-100": "129"}	{"muller": "M1-100-129"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Coppola", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1878-09-27", "note": "", "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14, "lat": 40.9, "name": "Napoli", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Francesco", "family": "Coppola"}, "birth": {"tzo": "+00:50", "date": "1878-09-27", "note": "", "place": {"c2": "NA", "cy": "IT", "lg": 14, "lat": 40.9, "name": "Napoli"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "129"}}, "raw": {"C2": "NA", "LG": "014 E  0", "LAT": "40 N 54", "LEN": "04", "SEX": "M", "TZO": "-0.83", "DATE": "1878-09-27", "MUID": "129", "OCCU": "3", "OPUS": "5", "FNAME": "Coppola", "GNAME": "Francesco", "PLACE": "Napoli"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21708	coro-francesco-1882-10-03	{"afd1-100": "131"}	{"muller": "M1-100-131"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Coro", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1882-10-03", "note": "", "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.5, "lat": 45.5, "name": "Venezia", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Francesco", "family": "Coro"}, "birth": {"tzo": "+00:50", "date": "1882-10-03", "note": "", "place": {"c2": "VE", "cy": "IT", "lg": 12.5, "lat": 45.5, "name": "Venezia"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "131"}}, "raw": {"C2": "VE", "LG": "012 E 30", "LAT": "45 N 30", "LEN": "07", "SEX": "M", "TZO": "-0.83", "DATE": "1882-10-03", "MUID": "131", "OCCU": "3", "OPUS": "12", "FNAME": "Coro", "GNAME": "Francesco", "PLACE": "Venezia"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
1766	jany-alex-1929-01-05	{"a1": "1767", "3a_sports": "2202", "cfepp-final3": "688"}	{"cfepp": "CF-688", "cpara": "CP-240", "ertel": "ES-2202", "lerrcp": "A1-1767"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alex", "family": "Jany", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1929-01-05 09:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1929-01-05 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "Alex", "family": "Jany"}, "birth": {"tzo": "+00:00", "date": "1929-01-05 09:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1929-01-05 09:00"}, "occus": ["swimmer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1767"}, "ids-in-sources": {"a1": "1767"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "31", "COU": "F", "DAY": "5", "LAT": "43N37", "LON": "1E26", "MON": "1", "NUM": "1767", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-01-05 09:00"}, "partial-ids": {"ertel": "ES-2202"}}, "raw": {"L": "", "MF": "", "NR": "2202", "ENG": "", "MA_": "0", "G_NR": "1767", "MA12": "8", "MARS": "24", "NAME": "Jany", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,100", "CSINR": "", "KURTZ": "", "PHAS_": "29,200", "STUND": "9,00", "CFEPNR": "688", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.01.", "ZITATE": "DKS", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "240", "VORNAME": "Alex", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "05.01.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SWIM", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1929-01-05 09:00", "place": {"c3": ""}, "date-ut": "1929-01-05 09:00"}, "occus": ["swimmer"], "ids-in-sources": {"cfepp-final3": "688"}}, "raw": {"S": "8", "LT": "09 00", "LV": "M", "TR": "f", "UT": "09 00", "LAT": "+43.60", "SRC": "AL", "LONG": "-01.44", "NAME": "JANY Alex", "SPORT": "Swimming", "LOC_DATE": "1929 01 05", "UNIV_DATE": "1929 01 05", "BIRTH_PLACE": "TOULOUSE", "POSTAL_CODE": "31040 CEDEX"}, "date": "2023-08-20T14:46:10+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
21709	corradini-bruno-1892-06-09	{"afd1-100": "132"}	{"muller": "M1-100-132"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Corradini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1892-06-09", "note": "", "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 12.25, "lat": 44.4, "name": "Ravenna", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bruno", "family": "Corradini"}, "birth": {"tzo": "+00:50", "date": "1892-06-09", "note": "", "place": {"c2": "RA", "cy": "IT", "lg": 12.25, "lat": 44.4, "name": "Ravenna"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "132"}}, "raw": {"C2": "RA", "LG": "012 E 15", "LAT": "44 N 24", "LEN": "02", "SEX": "M", "TZO": "-0.83", "DATE": "1892-06-09", "MUID": "132", "OCCU": "2", "OPUS": "4", "FNAME": "Corradini", "GNAME": "Bruno", "PLACE": "Ravenna"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21710	coselschi-eugenio-1890-09-13	{"afd1-100": "135"}	{"muller": "M1-100-135"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugenio", "family": "Coselschi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1890-09-13", "note": "", "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.5, "lat": 43.7, "name": "Bagno a Ripoli", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Eugenio", "family": "Coselschi"}, "birth": {"tzo": "+00:50", "date": "1890-09-13", "note": "", "place": {"c2": "FI", "cy": "IT", "lg": 11.5, "lat": 43.7, "name": "Bagno a Ripoli"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "135"}}, "raw": {"C2": "FI", "LG": "011 E 30", "LAT": "43 N 42", "LEN": "06", "SEX": "M", "TZO": "-0.83", "DATE": "1890-09-13", "MUID": "135", "OCCU": "3", "OPUS": "5", "FNAME": "Coselschi", "GNAME": "Eugenio", "PLACE": "Bagno a Ripoli"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21711	cutolo-alessandro-1899-03-28	{"afd1-100": "141"}	{"muller": "M1-100-141"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alessandro", "family": "Cutolo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1899-03-28", "note": "", "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14, "lat": 40.9, "name": "Napoli", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alessandro", "family": "Cutolo"}, "birth": {"tzo": "+01:00", "date": "1899-03-28", "note": "", "place": {"c2": "NA", "cy": "IT", "lg": 14, "lat": 40.9, "name": "Napoli"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "141"}}, "raw": {"C2": "NA", "LG": "014 E  0", "LAT": "40 N 54", "LEN": "09", "SEX": "M", "TZO": "-1.00", "DATE": "1899-03-28", "MUID": "141", "OCCU": "3", "OPUS": "21", "FNAME": "Cutolo", "GNAME": "Alessandro", "PLACE": "Napoli"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21712	d-agostino-orsini-d-c-paolo-1897-12-24	{"afd1-100": "142"}	{"muller": "M1-100-142"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paolo", "family": "D'Agostino Orsini d.C.", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1897-12-24", "note": "", "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14, "lat": 40.9, "name": "Napoli", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Paolo", "family": "D'Agostino Orsini d.C."}, "birth": {"tzo": "+01:00", "date": "1897-12-24", "note": "", "place": {"c2": "NA", "cy": "IT", "lg": 14, "lat": 40.9, "name": "Napoli"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "142"}}, "raw": {"C2": "NA", "LG": "014 E  0", "LAT": "40 N 54", "LEN": "06", "SEX": "M", "TZO": "-1.00", "DATE": "1897-12-24", "MUID": "142", "OCCU": "3", "OPUS": "11", "FNAME": "D'Agostino Orsini d.C.", "GNAME": "Paolo", "PLACE": "Napoli"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21713	d-amico-silvio-1887-02-03	{"afd1-100": "146"}	{"muller": "M1-100-146"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Silvio", "family": "D'Amico", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1887-02-03", "note": "", "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Silvio", "family": "D'Amico"}, "birth": {"tzo": "+00:50", "date": "1887-02-03", "note": "", "place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "146"}}, "raw": {"C2": "RM", "LG": "012 E 30", "LAT": "41 N 54", "LEN": "10", "SEX": "M", "TZO": "-0.83", "DATE": "1887-02-03", "MUID": "146", "OCCU": "3", "OPUS": "17", "FNAME": "D'Amico", "GNAME": "Silvio", "PLACE": "Roma"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21714	de-maria-ugo-1875-12-28	{"afd1-100": "163"}	{"muller": "M1-100-163"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ugo", "family": "De Maria", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1875-12-28", "note": "", "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 12.25, "lat": 44.4, "name": "Alfonsine", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ugo", "family": "De Maria"}, "birth": {"tzo": "+00:50", "date": "1875-12-28", "note": "", "place": {"c2": "RA", "cy": "IT", "lg": 12.25, "lat": 44.4, "name": "Alfonsine"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "163"}}, "raw": {"C2": "RA", "LG": "012 E 15", "LAT": "44 N 24", "LEN": "06", "SEX": "M", "TZO": "-0.83", "DATE": "1875-12-28", "MUID": "163", "OCCU": "3", "OPUS": "12", "FNAME": "De Maria", "GNAME": "Ugo", "PLACE": "Alfonsine"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21715	de-toti-toti-1925-01-15	{"afd1-100": "170"}	{"muller": "M1-100-170"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Toti", "family": "De Toti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1925-01-15", "note": "", "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45.4, "name": "Padova", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Toti", "family": "De Toti"}, "birth": {"tzo": "+01:00", "date": "1925-01-15", "note": "", "place": {"c2": "PD", "cy": "IT", "lg": 12.25, "lat": 45.4, "name": "Padova"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "170"}}, "raw": {"C2": "PD", "LG": "012 E 15", "LAT": "45 N 24", "LEN": "03", "SEX": "M", "TZO": "-1.00", "DATE": "1925-01-15", "MUID": "170", "OCCU": "3", "OPUS": "3", "FNAME": "De Toti", "GNAME": "Toti", "PLACE": "Padova"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21716	di-giovanni-alessio-1872-10-01	{"afd1-100": "172"}	{"muller": "M1-100-172"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alessio", "family": "Di Giovanni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:54", "date": "1872-10-01", "note": "", "place": {"c1": null, "c2": "AG", "c3": null, "cy": "IT", "lg": 13.5, "lat": 37.2, "name": "Valplatani", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alessio", "family": "Di Giovanni"}, "birth": {"tzo": "+00:54", "date": "1872-10-01", "note": "", "place": {"c2": "AG", "cy": "IT", "lg": 13.5, "lat": 37.2, "name": "Valplatani"}}, "occus": ["poet"], "trust": 5, "ids-in-sources": {"afd1-100": "172"}}, "raw": {"C2": "AG", "LG": "013 E 30", "LAT": "37 N 12", "LEN": "04", "SEX": "M", "TZO": "-0.88", "DATE": "1872-10-01", "MUID": "172", "OCCU": "4", "OPUS": "6", "FNAME": "Di Giovanni", "GNAME": "Alessio", "PLACE": "Valplatani"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21717	disertori-benvenuto-1887-02-17	{"afd1-100": "174"}	{"muller": "M1-100-174"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benvenuto", "family": "Disertori", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1887-02-17", "note": "", "place": {"c1": null, "c2": "TN", "c3": null, "cy": "IT", "lg": 12, "lat": 46, "name": "Trento", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Benvenuto", "family": "Disertori"}, "birth": {"tzo": "+00:50", "date": "1887-02-17", "note": "", "place": {"c2": "TN", "cy": "IT", "lg": 12, "lat": 46, "name": "Trento"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "174"}}, "raw": {"C2": "TN", "LG": "012 E  0", "LAT": "46 N  0", "LEN": "07", "SEX": "M", "TZO": "-0.83", "DATE": "1887-02-17", "MUID": "174", "OCCU": "3", "OPUS": "2", "FNAME": "Disertori", "GNAME": "Benvenuto", "PLACE": "Trento"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21718	doria-gino-1888-10-26	{"afd1-100": "176"}	{"muller": "M1-100-176"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gino", "family": "Doria", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1888-10-26", "note": "", "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14, "lat": 40.9, "name": "Napoli", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gino", "family": "Doria"}, "birth": {"tzo": "+00:50", "date": "1888-10-26", "note": "", "place": {"c2": "NA", "cy": "IT", "lg": 14, "lat": 40.9, "name": "Napoli"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "176"}}, "raw": {"C2": "NA", "LG": "014 E  0", "LAT": "40 N 54", "LEN": "05", "SEX": "M", "TZO": "-0.83", "DATE": "1888-10-26", "MUID": "176", "OCCU": "2", "OPUS": "12", "FNAME": "Doria", "GNAME": "Gino", "PLACE": "Napoli"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
1779	zins-lucien-1922-09-14	{"a1": "1780", "3a_sports": "4373", "cfepp-final3": "704"}	{"cfepp": "CF-704", "cpara": "CP-430", "ertel": "ES-4373", "lerrcp": "A1-1780"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Zins", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1922-09-14 22:30", "note": null, "place": {"c1": null, "c2": "10", "c3": "", "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "notime": null, "date-ut": "1922-09-14 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Zins"}, "birth": {"tzo": "+01:00", "date": "1922-09-14 22:30", "place": {"c2": "10", "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "date-ut": "1922-09-14 21:30"}, "occus": ["swimmer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1780"}, "ids-in-sources": {"a1": "1780"}}, "raw": {"H": "21", "MN": "30", "TZ": "0", "COD": "10", "COU": "F", "DAY": "14", "LAT": "48N18", "LON": "4E 5", "MON": "9", "NUM": "1780", "PRO": "C", "SEC": "0", "YEA": "1922", "CITY": "TROYES"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1922-09-14 22:30"}, "partial-ids": {"ertel": "ES-4373"}}, "raw": {"L": "", "MF": "", "NR": "4373", "ENG": "", "MA_": "0", "G_NR": "1780", "MA12": "6", "MARS": "17", "NAME": "Zins", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,900", "CSINR": "", "KURTZ": "", "PHAS_": "54,600", "STUND": "22,50", "CFEPNR": "704", "EXTEND": "", "NATION": "FRA", "TAGMON": "14.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "430", "VORNAME": "Lucien", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "14.09.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SWIM", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1922-09-14 22:30", "place": {"c3": ""}, "date-ut": "1922-09-14 21:30"}, "occus": ["swimmer"], "ids-in-sources": {"cfepp-final3": "704"}}, "raw": {"S": "6", "LT": "22 30", "LV": "E", "TR": "f", "UT": "21 30", "LAT": "+48.30", "SRC": "AL", "LONG": "-04.07", "NAME": "ZINS Lucien", "SPORT": "Swimming", "LOC_DATE": "1922 09 14", "UNIV_DATE": "1922 09 14", "BIRTH_PLACE": "TROYES", "POSTAL_CODE": "10026 CEDEX"}, "date": "2023-08-20T14:46:10+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
21719	evola-giulio-1898-05-19	{"afd1-100": "179"}	{"muller": "M1-100-179"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giulio", "family": "Evola", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1898-05-19", "note": "", "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giulio", "family": "Evola"}, "birth": {"tzo": "+01:00", "date": "1898-05-19", "note": "", "place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "179"}}, "raw": {"C2": "RM", "LG": "012 E 30", "LAT": "41 N 54", "LEN": "04", "SEX": "M", "TZO": "-1.00", "DATE": "1898-05-19", "MUID": "179", "OCCU": "2", "OPUS": "7", "FNAME": "Evola", "GNAME": "Giulio", "PLACE": "Roma"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21720	ferrieri-enzo-1893-12-07	{"afd1-100": "190"}	{"muller": "M1-100-190"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enzo", "family": "Ferrieri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1893-12-07", "note": "", "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 0.25, "lat": 45.5, "name": "Milano", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["comedy-writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Enzo", "family": "Ferrieri"}, "birth": {"tzo": "+01:00", "date": "1893-12-07", "note": "", "place": {"c2": "MI", "cy": "IT", "lg": 0.25, "lat": 45.5, "name": "Milano"}}, "occus": ["comedy-writer"], "trust": 5, "ids-in-sources": {"afd1-100": "190"}}, "raw": {"C2": "MI", "LG": "0 9 E 15", "LAT": "45 N 30", "LEN": "03", "SEX": "M", "TZO": "-1.00", "DATE": "1893-12-07", "MUID": "190", "OCCU": "1", "OPUS": "5", "FNAME": "Ferrieri", "GNAME": "Enzo", "PLACE": "Milano"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21721	flamma-ario-1882-11-28	{"afd1-100": "192"}	{"muller": "M1-100-192"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ario", "family": "Flamma", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:54", "date": "1882-11-28", "note": "", "place": {"c1": null, "c2": "CL", "c3": null, "cy": "IT", "lg": 14, "lat": 37.5, "name": "Caltanissetta", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ario", "family": "Flamma"}, "birth": {"tzo": "+00:54", "date": "1882-11-28", "note": "", "place": {"c2": "CL", "cy": "IT", "lg": 14, "lat": 37.5, "name": "Caltanissetta"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "192"}}, "raw": {"C2": "CL", "LG": "014 E  0", "LAT": "37 N 30", "LEN": "02", "SEX": "M", "TZO": "-0.88", "DATE": "1882-11-28", "MUID": "192", "OCCU": "2", "OPUS": "1", "FNAME": "Flamma", "GNAME": "Ario", "PLACE": "Caltanissetta"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21722	franelli-carlo-1870-03-21	{"afd1-100": "202"}	{"muller": "M1-100-202"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Franelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1870-03-21", "note": "", "place": {"c1": null, "c2": "TS", "c3": null, "cy": "IT", "lg": 14, "lat": 45.6, "name": "Trieste", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Carlo", "family": "Franelli"}, "birth": {"tzo": "+00:50", "date": "1870-03-21", "note": "", "place": {"c2": "TS", "cy": "IT", "lg": 14, "lat": 45.6, "name": "Trieste"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "202"}}, "raw": {"C2": "TS", "LG": "014 E  0", "LAT": "45 N 36", "LEN": "03", "SEX": "M", "TZO": "-0.83", "DATE": "1870-03-21", "MUID": "202", "OCCU": "2", "OPUS": "5", "FNAME": "Franelli", "GNAME": "Carlo", "PLACE": "Trieste"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21723	fratta-cavalcabo-m-claudio-1884-10-02	{"afd1-100": "203"}	{"muller": "M1-100-203"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claudio", "family": "Fratta-Cavalcabo-M.", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1884-10-02", "note": "", "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.75, "lat": 44.8, "name": "Parma", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Claudio", "family": "Fratta-Cavalcabo-M."}, "birth": {"tzo": "+00:50", "date": "1884-10-02", "note": "", "place": {"c2": "PR", "cy": "IT", "lg": 10.75, "lat": 44.8, "name": "Parma"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "203"}}, "raw": {"C2": "PR", "LG": "010 E 45", "LAT": "44 N 48", "LEN": "03", "SEX": "M", "TZO": "-0.83", "DATE": "1884-10-02", "MUID": "203", "OCCU": "3", "OPUS": "0", "FNAME": "Fratta-Cavalcabo-M.", "GNAME": "Claudio", "PLACE": "Parma"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21724	gaeta-giovanni-1884-05-05	{"afd1-100": "208"}	{"muller": "M1-100-208"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Gaeta", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1884-05-05", "note": "", "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14, "lat": 40.9, "name": "Napoli", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giovanni", "family": "Gaeta"}, "birth": {"tzo": "+00:50", "date": "1884-05-05", "note": "", "place": {"c2": "NA", "cy": "IT", "lg": 14, "lat": 40.9, "name": "Napoli"}}, "occus": ["poet"], "trust": 5, "ids-in-sources": {"afd1-100": "208"}}, "raw": {"C2": "NA", "LG": "014 E  0", "LAT": "40 N 54", "LEN": "07", "SEX": "M", "TZO": "-0.83", "DATE": "1884-05-05", "MUID": "208", "OCCU": "4", "OPUS": "15", "FNAME": "Gaeta", "GNAME": "Giovanni", "PLACE": "Napoli"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21725	galdieri-michele-1902-11-19	{"afd1-100": "209"}	{"muller": "M1-100-209"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michele", "family": "Galdieri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1902-11-19", "note": "", "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14, "lat": 40.9, "name": "Napoli", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Michele", "family": "Galdieri"}, "birth": {"tzo": "+01:00", "date": "1902-11-19", "note": "", "place": {"c2": "NA", "cy": "IT", "lg": 14, "lat": 40.9, "name": "Napoli"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "209"}}, "raw": {"C2": "NA", "LG": "014 E  0", "LAT": "40 N 54", "LEN": "05", "SEX": "M", "TZO": "-1.00", "DATE": "1902-11-19", "MUID": "209", "OCCU": "5", "OPUS": "0", "FNAME": "Galdieri", "GNAME": "Michele", "PLACE": "Napoli"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21726	galeota-umberto-1892-12-23	{"afd1-100": "211"}	{"muller": "M1-100-211"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Umberto", "family": "Galeota", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1892-12-23", "note": "", "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14, "lat": 40.9, "name": "Napoli", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Umberto", "family": "Galeota"}, "birth": {"tzo": "+00:50", "date": "1892-12-23", "note": "", "place": {"c2": "NA", "cy": "IT", "lg": 14, "lat": 40.9, "name": "Napoli"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "211"}}, "raw": {"C2": "NA", "LG": "014 E  0", "LAT": "40 N 54", "LEN": "06", "SEX": "M", "TZO": "-0.83", "DATE": "1892-12-23", "MUID": "211", "OCCU": "2", "OPUS": "12", "FNAME": "Galeota", "GNAME": "Umberto", "PLACE": "Napoli"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21727	gallian-marcello-1902-04-06	{"afd1-100": "212"}	{"muller": "M1-100-212"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcello", "family": "Gallian", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1902-04-06", "note": "", "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Marcello", "family": "Gallian"}, "birth": {"tzo": "+01:00", "date": "1902-04-06", "note": "", "place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "212"}}, "raw": {"C2": "RM", "LG": "012 E 30", "LAT": "41 N 54", "LEN": "02", "SEX": "M", "TZO": "-1.00", "DATE": "1902-04-06", "MUID": "212", "OCCU": "3", "OPUS": "5", "FNAME": "Gallian", "GNAME": "Marcello", "PLACE": "Roma"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21728	girardini-emilio-1858-10-28	{"afd1-100": "230"}	{"muller": "M1-100-230"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emilio", "family": "Girardini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:54:00", "date": "1858-10-28", "note": "LMT", "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.5, "lat": 46, "name": "Udine", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Emilio", "family": "Girardini"}, "birth": {"tzo": "+00:54:00", "date": "1858-10-28", "note": "LMT", "place": {"c2": "UD", "cy": "IT", "lg": 13.5, "lat": 46, "name": "Udine"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "230"}}, "raw": {"C2": "UD", "LG": "013 E 30", "LAT": "46 N  0", "LEN": "04", "SEX": "M", "TZO": "LMT", "DATE": "1858-10-28", "MUID": "230", "OCCU": "2", "OPUS": "4", "FNAME": "Girardini", "GNAME": "Emilio", "PLACE": "Udine"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
1860	caujolle-jean-1888-07-31	{"a1": "1861", "3a_sports": "909", "cfepp-final3": "841"}	{"cfepp": "CF-841", "cpara": "CP-103", "ertel": "ES-909", "lerrcp": "A1-1861"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Caujolle", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:04:35", "date": "1888-07-31 12:00", "note": null, "place": {"c1": null, "c2": "09", "c3": "", "cy": "FR", "lg": 1.14587, "lat": 42.98491, "name": "Saint-Girons", "geoid": 2979657}, "notime": null, "date-ut": "1888-07-31 11:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Caujolle"}, "birth": {"tzo": "+00:04:35", "date": "1888-07-31 12:00", "place": {"c2": "09", "cy": "FR", "lg": 1.14587, "lat": 42.98491, "name": "Saint-Girons", "geoid": 2979657}, "date-ut": "1888-07-31 11:53:40"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1861"}, "ids-in-sources": {"a1": "1861"}}, "raw": {"H": "11", "MN": "53", "TZ": "0", "COD": "09", "COU": "F", "DAY": "31", "LAT": "42N58", "LON": "1E35", "MON": "7", "NUM": "1861", "PRO": "C", "SEC": "40", "YEA": "1888", "CITY": "ST-GIRONS"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1888-07-31 12:00"}, "partial-ids": {"ertel": "ES-909"}}, "raw": {"L": "", "MF": "", "NR": "909", "ENG": "0", "MA_": "2", "G_NR": "1861", "MA12": "12", "MARS": "36", "NAME": "Caujolle", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "48,700", "STUND": "12,00", "CFEPNR": "842", "EXTEND": "1", "NATION": "FRA", "TAGMON": "31.07.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "103", "VORNAME": "Jean", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "31.07.1888", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1888-07-31 12:00", "place": {"c3": ""}, "date-ut": "1888-07-31 11:55"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "841"}}, "raw": {"S": "12", "LT": "12 00", "LV": "I5", "TR": "f", "UT": "11 55", "LAT": "+42.98", "SRC": "AL", "LONG": "-01.14", "NAME": "CAUJOLLE Jean", "SPORT": "Rugby Union", "LOC_DATE": "1888 07 31", "UNIV_DATE": "1888 07 31", "BIRTH_PLACE": "ST GIRONS", "POSTAL_CODE": "09200"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
21729	giulini-stoppani-gino-1894-06-20	{"afd1-100": "231"}	{"muller": "M1-100-231"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stoppani Gino", "family": "Giulini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1894-06-20", "note": "", "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 0.25, "lat": 45.5, "name": "Lodi", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Stoppani Gino", "family": "Giulini"}, "birth": {"tzo": "+01:00", "date": "1894-06-20", "note": "", "place": {"c2": "MI", "cy": "IT", "lg": 0.25, "lat": 45.5, "name": "Lodi"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "231"}}, "raw": {"C2": "MI", "LG": "0 9 E 15", "LAT": "45 N 30", "LEN": "03", "SEX": "M", "TZO": "-1.00", "DATE": "1894-06-20", "MUID": "231", "OCCU": "3", "OPUS": "3", "FNAME": "Giulini", "GNAME": "Stoppani Gino", "PLACE": "Lodi"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21730	giusso-lorenzo-1900-06-25	{"afd1-100": "233"}	{"muller": "M1-100-233"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lorenzo", "family": "Giusso", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1900-06-25", "note": "", "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14, "lat": 40.9, "name": "Napoli", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Lorenzo", "family": "Giusso"}, "birth": {"tzo": "+01:00", "date": "1900-06-25", "note": "", "place": {"c2": "NA", "cy": "IT", "lg": 14, "lat": 40.9, "name": "Napoli"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "233"}}, "raw": {"C2": "NA", "LG": "014 E  0", "LAT": "40 N 54", "LEN": "05", "SEX": "M", "TZO": "-1.00", "DATE": "1900-06-25", "MUID": "233", "OCCU": "3", "OPUS": "12", "FNAME": "Giusso", "GNAME": "Lorenzo", "PLACE": "Napoli"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21731	gramantieri-tullo-1898-03-24	{"afd1-100": "237"}	{"muller": "M1-100-237"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tullo", "family": "Gramantieri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1898-03-24", "note": "", "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Tullo", "family": "Gramantieri"}, "birth": {"tzo": "+01:00", "date": "1898-03-24", "note": "", "place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "237"}}, "raw": {"C2": "RM", "LG": "012 E 30", "LAT": "41 N 54", "LEN": "05", "SEX": "M", "TZO": "-1.00", "DATE": "1898-03-24", "MUID": "237", "OCCU": "3", "OPUS": "5", "FNAME": "Gramantieri", "GNAME": "Tullo", "PLACE": "Roma"}, "date": "2023-08-20T14:44:38+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21732	jandolo-augusto-1873-05-25	{"afd1-100": "248"}	{"muller": "M1-100-248"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Augusto", "family": "Jandolo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1873-05-25", "note": "", "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Augusto", "family": "Jandolo"}, "birth": {"tzo": "+00:50", "date": "1873-05-25", "note": "", "place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "248"}}, "raw": {"C2": "RM", "LG": "012 E 30", "LAT": "41 N 54", "LEN": "07", "SEX": "M", "TZO": "-0.83", "DATE": "1873-05-25", "MUID": "248", "OCCU": "3", "OPUS": "12", "FNAME": "Jandolo", "GNAME": "Augusto", "PLACE": "Roma"}, "date": "2023-08-20T14:44:38+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21733	janni-alfonso-1897-05-09	{"afd1-100": "249"}	{"muller": "M1-100-249"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfonso", "family": "Janni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1897-05-09", "note": "", "place": {"c1": null, "c2": "PE", "c3": null, "cy": "IT", "lg": 14.5, "lat": 42.4, "name": "Pescara", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alfonso", "family": "Janni"}, "birth": {"tzo": "+01:00", "date": "1897-05-09", "note": "", "place": {"c2": "PE", "cy": "IT", "lg": 14.5, "lat": 42.4, "name": "Pescara"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "249"}}, "raw": {"C2": "PE", "LG": "014 E 30", "LAT": "42 N 24", "LEN": "03", "SEX": "M", "TZO": "-1.00", "DATE": "1897-05-09", "MUID": "249", "OCCU": "2", "OPUS": "5", "FNAME": "Janni", "GNAME": "Alfonso", "PLACE": "Pescara"}, "date": "2023-08-20T14:44:38+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
1962	pascalin-pierre-1926-09-21	{"a1": "1964", "3a_sports": "3152", "cfepp-final3": "927"}	{"cfepp": "CF-927", "cpara": "CP-332", "ertel": "ES-3152", "lerrcp": "A1-1964"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Pascalin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1926-09-21 11:00", "note": null, "place": {"c1": null, "c2": "40", "c3": "", "cy": "FR", "lg": -0.30171, "lat": 43.83619, "name": "Saint-Gein", "geoid": 2980036}, "notime": null, "date-ut": "1926-09-21 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Pascalin"}, "birth": {"tzo": "+01:00", "date": "1926-09-21 11:00", "place": {"c2": "40", "cy": "FR", "lg": -0.30171, "lat": 43.83619, "name": "Saint-Gein", "geoid": 2980036}, "date-ut": "1926-09-21 10:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1964"}, "ids-in-sources": {"a1": "1964"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "40", "COU": "F", "DAY": "21", "LAT": "43N54", "LON": "0W30", "MON": "9", "NUM": "1964", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "ST-GEIN"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-09-21 11:00"}, "partial-ids": {"ertel": "ES-3152"}}, "raw": {"L": "", "MF": "", "NR": "3152", "ENG": "", "MA_": "1", "G_NR": "1964", "MA12": "6", "MARS": "18", "NAME": "Pascalin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,000", "CSINR": "", "KURTZ": "", "PHAS_": "98,700", "STUND": "11,00", "CFEPNR": "927", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "332", "VORNAME": "Pierre", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "21.09.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1926-09-21 11:00", "place": {"c3": ""}, "date-ut": "1926-09-21 10:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "927"}}, "raw": {"S": "6", "LT": "11 00", "LV": "I7", "TR": "f", "UT": "10 00", "LAT": "+43.84", "SRC": "AL", "LONG": "+00.30", "NAME": "PASCALIN Pierre", "SPORT": "Rugby Union", "LOC_DATE": "1926 09 21", "UNIV_DATE": "1926 09 21", "BIRTH_PLACE": "ST GEIN", "POSTAL_CODE": "40190"}, "date": "2023-08-20T14:46:15+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
21734	lanza-giuseppe-1900-01-01	{"afd1-100": "250"}	{"muller": "M1-100-250"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Lanza", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1900-01-01", "note": "", "place": {"c1": null, "c2": "EN", "c3": null, "cy": "IT", "lg": 14.25, "lat": 37.5, "name": "Valguarnera", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giuseppe", "family": "Lanza"}, "birth": {"tzo": "+01:00", "date": "1900-01-01", "note": "", "place": {"c2": "EN", "cy": "IT", "lg": 14.25, "lat": 37.5, "name": "Valguarnera"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "250"}}, "raw": {"C2": "EN", "LG": "014 E 15", "LAT": "37 N 30", "LEN": "04", "SEX": "M", "TZO": "-1.00", "DATE": "1900-01-01", "MUID": "250", "OCCU": "3", "OPUS": "6", "FNAME": "Lanza", "GNAME": "Giuseppe", "PLACE": "Valguarnera"}, "date": "2023-08-20T14:44:38+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21735	lombardi-colini-pia-1903-04-18	{"afd1-100": "257"}	{"muller": "M1-100-257"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pia", "family": "Lombardi Colini", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1903-04-18", "note": "", "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14, "lat": 40.9, "name": "Napoli", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Pia", "family": "Lombardi Colini"}, "birth": {"tzo": "+01:00", "date": "1903-04-18", "note": "", "place": {"c2": "NA", "cy": "IT", "lg": 14, "lat": 40.9, "name": "Napoli"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "257"}}, "raw": {"C2": "NA", "LG": "014 E  0", "LAT": "40 N 54", "LEN": "03", "SEX": "F", "TZO": "-1.00", "DATE": "1903-04-18", "MUID": "257", "OCCU": "3", "OPUS": "0", "FNAME": "Lombardi Colini", "GNAME": "Pia", "PLACE": "Napoli"}, "date": "2023-08-20T14:44:38+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21736	mannucci-remo-1897-04-07	{"afd1-100": "270"}	{"muller": "M1-100-270"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Remo", "family": "Mannucci", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1897-04-07", "note": "", "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Remo", "family": "Mannucci"}, "birth": {"tzo": "+01:00", "date": "1897-04-07", "note": "", "place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "270"}}, "raw": {"C2": "RM", "LG": "012 E 30", "LAT": "41 N 54", "LEN": "03", "SEX": "M", "TZO": "-1.00", "DATE": "1897-04-07", "MUID": "270", "OCCU": "2", "OPUS": "6", "FNAME": "Mannucci", "GNAME": "Remo", "PLACE": "Roma"}, "date": "2023-08-20T14:44:38+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21737	manzari-nicola-1911-11-14	{"afd1-100": "271"}	{"muller": "M1-100-271"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicola", "family": "Manzari", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1911-11-14", "note": "", "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 17, "lat": 41.2, "name": "Bari", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["comedy-writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Nicola", "family": "Manzari"}, "birth": {"tzo": "+01:00", "date": "1911-11-14", "note": "", "place": {"c2": "BA", "cy": "IT", "lg": 17, "lat": 41.2, "name": "Bari"}}, "occus": ["comedy-writer"], "trust": 5, "ids-in-sources": {"afd1-100": "271"}}, "raw": {"C2": "BA", "LG": "017 E  0", "LAT": "41 N 12", "LEN": "03", "SEX": "M", "TZO": "-1.00", "DATE": "1911-11-14", "MUID": "271", "OCCU": "1", "OPUS": "4", "FNAME": "Manzari", "GNAME": "Nicola", "PLACE": "Bari"}, "date": "2023-08-20T14:44:38+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21738	mele-eugenio-1875-07-18	{"afd1-100": "284"}	{"muller": "M1-100-284"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugenio", "family": "Mele", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1875-07-18", "note": "", "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14, "lat": 40.9, "name": "Napoli", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Eugenio", "family": "Mele"}, "birth": {"tzo": "+00:50", "date": "1875-07-18", "note": "", "place": {"c2": "NA", "cy": "IT", "lg": 14, "lat": 40.9, "name": "Napoli"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "284"}}, "raw": {"C2": "NA", "LG": "014 E  0", "LAT": "40 N 54", "LEN": "03", "SEX": "M", "TZO": "-0.83", "DATE": "1875-07-18", "MUID": "284", "OCCU": "2", "OPUS": "0", "FNAME": "Mele", "GNAME": "Eugenio", "PLACE": "Napoli"}, "date": "2023-08-20T14:44:38+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21739	metz-vittorio-1904-07-14	{"afd1-100": "289"}	{"muller": "M1-100-289"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vittorio", "family": "Metz", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1904-07-14", "note": "", "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Vittorio", "family": "Metz"}, "birth": {"tzo": "+01:00", "date": "1904-07-14", "note": "", "place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "289"}}, "raw": {"C2": "RM", "LG": "012 E 30", "LAT": "41 N 54", "LEN": "03", "SEX": "M", "TZO": "-1.00", "DATE": "1904-07-14", "MUID": "289", "OCCU": "3", "OPUS": "4", "FNAME": "Metz", "GNAME": "Vittorio", "PLACE": "Roma"}, "date": "2023-08-20T14:44:38+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21740	milanesi-guido-1875-12-10	{"afd1-100": "291"}	{"muller": "M1-100-291"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guido", "family": "Milanesi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1875-12-10", "note": "", "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Guido", "family": "Milanesi"}, "birth": {"tzo": "+00:50", "date": "1875-12-10", "note": "", "place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "291"}}, "raw": {"C2": "RM", "LG": "012 E 30", "LAT": "41 N 54", "LEN": "08", "SEX": "M", "TZO": "-0.83", "DATE": "1875-12-10", "MUID": "291", "OCCU": "2", "OPUS": "32", "FNAME": "Milanesi", "GNAME": "Guido", "PLACE": "Roma"}, "date": "2023-08-20T14:44:38+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21741	miserocchi-manlio-1898-08-09	{"afd1-100": "292"}	{"muller": "M1-100-292"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Manlio", "family": "Miserocchi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1898-08-09", "note": "", "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 12.25, "lat": 44.4, "name": "Ravenna", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Manlio", "family": "Miserocchi"}, "birth": {"tzo": "+01:00", "date": "1898-08-09", "note": "", "place": {"c2": "RA", "cy": "IT", "lg": 12.25, "lat": 44.4, "name": "Ravenna"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "292"}}, "raw": {"C2": "RA", "LG": "012 E 15", "LAT": "44 N 24", "LEN": "04", "SEX": "M", "TZO": "-1.00", "DATE": "1898-08-09", "MUID": "292", "OCCU": "3", "OPUS": "7", "FNAME": "Miserocchi", "GNAME": "Manlio", "PLACE": "Ravenna"}, "date": "2023-08-20T14:44:38+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21742	momigliano-eucardio-1888-10-18	{"afd1-100": "294"}	{"muller": "M1-100-294"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eucardio", "family": "Momigliano", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1888-10-18", "note": "", "place": {"c1": null, "c2": "CN", "c3": null, "cy": "IT", "lg": 0.25, "lat": 44.4, "name": "Monesiglio", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Eucardio", "family": "Momigliano"}, "birth": {"tzo": "+00:50", "date": "1888-10-18", "note": "", "place": {"c2": "CN", "cy": "IT", "lg": 0.25, "lat": 44.4, "name": "Monesiglio"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "294"}}, "raw": {"C2": "CN", "LG": "0 7 E 15", "LAT": "44 N 24", "LEN": "06", "SEX": "M", "TZO": "-0.83", "DATE": "1888-10-18", "MUID": "294", "OCCU": "3", "OPUS": "13", "FNAME": "Momigliano", "GNAME": "Eucardio", "PLACE": "Monesiglio"}, "date": "2023-08-20T14:44:38+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21743	moravia-alberto-1907-11-28	{"afd1-100": "299"}	{"muller": "M1-100-299"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberto", "family": "Moravia", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1907-11-28", "note": "", "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alberto", "family": "Moravia"}, "birth": {"tzo": "+01:00", "date": "1907-11-28", "note": "", "place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "299"}}, "raw": {"C2": "RM", "LG": "012 E 30", "LAT": "41 N 54", "LEN": "03", "SEX": "M", "TZO": "-1.00", "DATE": "1907-11-28", "MUID": "299", "OCCU": "2", "OPUS": "9", "FNAME": "Moravia", "GNAME": "Alberto", "PLACE": "Roma"}, "date": "2023-08-20T14:44:38+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21744	mormino-pietro-1907-02-27	{"afd1-100": "302"}	{"muller": "M1-100-302"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Mormino", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1907-02-27", "note": "", "place": {"c1": null, "c2": "PA", "c3": null, "cy": "IT", "lg": 13.5, "lat": 38, "name": "Palermo", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Pietro", "family": "Mormino"}, "birth": {"tzo": "+01:00", "date": "1907-02-27", "note": "", "place": {"c2": "PA", "cy": "IT", "lg": 13.5, "lat": 38, "name": "Palermo"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "302"}}, "raw": {"C2": "PA", "LG": "013 E 30", "LAT": "38 N  0", "LEN": "03", "SEX": "M", "TZO": "-1.00", "DATE": "1907-02-27", "MUID": "302", "OCCU": "2", "OPUS": "0", "FNAME": "Mormino", "GNAME": "Pietro", "PLACE": "Palermo"}, "date": "2023-08-20T14:44:38+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21745	mucci-emidio-1886-07-22	{"afd1-100": "306"}	{"muller": "M1-100-306"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emidio", "family": "Mucci", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1886-07-22", "note": "", "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Emidio", "family": "Mucci"}, "birth": {"tzo": "+00:50", "date": "1886-07-22", "note": "", "place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "306"}}, "raw": {"C2": "RM", "LG": "012 E 30", "LAT": "41 N 54", "LEN": "04", "SEX": "M", "TZO": "-0.83", "DATE": "1886-07-22", "MUID": "306", "OCCU": "2", "OPUS": "11", "FNAME": "Mucci", "GNAME": "Emidio", "PLACE": "Roma"}, "date": "2023-08-20T14:44:38+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21746	mucci-renato-1893-10-14	{"afd1-100": "307"}	{"muller": "M1-100-307"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renato", "family": "Mucci", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1893-10-14", "note": "", "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Renato", "family": "Mucci"}, "birth": {"tzo": "+00:50", "date": "1893-10-14", "note": "", "place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "307"}}, "raw": {"C2": "RM", "LG": "012 E 30", "LAT": "41 N 54", "LEN": "06", "SEX": "M", "TZO": "-0.83", "DATE": "1893-10-14", "MUID": "307", "OCCU": "2", "OPUS": "10", "FNAME": "Mucci", "GNAME": "Renato", "PLACE": "Roma"}, "date": "2023-08-20T14:44:38+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21747	nebbia-ugo-1882-03-16	{"afd1-100": "311"}	{"muller": "M1-100-311"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ugo", "family": "Nebbia", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1882-03-16", "note": "", "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 13, "lat": 43, "name": "Perugia", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ugo", "family": "Nebbia"}, "birth": {"tzo": "+00:50", "date": "1882-03-16", "note": "", "place": {"c2": "PG", "cy": "IT", "lg": 13, "lat": 43, "name": "Perugia"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "311"}}, "raw": {"C2": "PG", "LG": "013 E  0", "LAT": "43 N  0", "LEN": "05", "SEX": "M", "TZO": "-0.83", "DATE": "1882-03-16", "MUID": "311", "OCCU": "2", "OPUS": "16", "FNAME": "Nebbia", "GNAME": "Ugo", "PLACE": "Perugia"}, "date": "2023-08-20T14:44:38+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21748	nicolai-raniero-1893-10-05	{"afd1-100": "313"}	{"muller": "M1-100-313"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raniero", "family": "Nicolai", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1893-10-05", "note": "", "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Raniero", "family": "Nicolai"}, "birth": {"tzo": "+00:50", "date": "1893-10-05", "note": "", "place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "313"}}, "raw": {"C2": "RM", "LG": "012 E 30", "LAT": "41 N 54", "LEN": "08", "SEX": "M", "TZO": "-0.83", "DATE": "1893-10-05", "MUID": "313", "OCCU": "3", "OPUS": "7", "FNAME": "Nicolai", "GNAME": "Raniero", "PLACE": "Roma"}, "date": "2023-08-20T14:44:38+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21749	orano-m-emanuele-1886-03-21	{"afd1-100": "318"}	{"muller": "M1-100-318"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "M. Emanuele", "family": "Orano", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1886-03-21", "note": "", "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "M. Emanuele", "family": "Orano"}, "birth": {"tzo": "+00:50", "date": "1886-03-21", "note": "", "place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "318"}}, "raw": {"C2": "RM", "LG": "012 E 30", "LAT": "41 N 54", "LEN": "05", "SEX": "M", "TZO": "-0.83", "DATE": "1886-03-21", "MUID": "318", "OCCU": "2", "OPUS": "8", "FNAME": "Orano", "GNAME": "M. Emanuele", "PLACE": "Roma"}, "date": "2023-08-20T14:44:38+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21750	palazzeschi-aldo-1885-02-02	{"afd1-100": "324"}	{"muller": "M1-100-324"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Palazzeschi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1885-02-02", "note": "", "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.5, "lat": 43.7, "name": "Firenze", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Aldo", "family": "Palazzeschi"}, "birth": {"tzo": "+00:50", "date": "1885-02-02", "note": "", "place": {"c2": "FI", "cy": "IT", "lg": 11.5, "lat": 43.7, "name": "Firenze"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "324"}}, "raw": {"C2": "FI", "LG": "011 E 30", "LAT": "43 N 42", "LEN": "03", "SEX": "M", "TZO": "-0.83", "DATE": "1885-02-02", "MUID": "324", "OCCU": "2", "OPUS": "10", "FNAME": "Palazzeschi", "GNAME": "Aldo", "PLACE": "Firenze"}, "date": "2023-08-20T14:44:38+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21751	pascucci-tullio-1901-08-21	{"afd1-100": "332"}	{"muller": "M1-100-332"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tullio", "family": "Pascucci", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1901-08-21", "note": "", "place": {"c1": null, "c2": "MC", "c3": null, "cy": "IT", "lg": 13.25, "lat": 43.4, "name": "Camporotondo", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Tullio", "family": "Pascucci"}, "birth": {"tzo": "+01:00", "date": "1901-08-21", "note": "", "place": {"c2": "MC", "cy": "IT", "lg": 13.25, "lat": 43.4, "name": "Camporotondo"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "332"}}, "raw": {"C2": "MC", "LG": "013 E 15", "LAT": "43 N 24", "LEN": "03", "SEX": "M", "TZO": "-1.00", "DATE": "1901-08-21", "MUID": "332", "OCCU": "2", "OPUS": "3", "FNAME": "Pascucci", "GNAME": "Tullio", "PLACE": "Camporotondo"}, "date": "2023-08-20T14:44:38+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21752	patri-angelo-1876-11-26	{"afd1-100": "335"}	{"muller": "M1-100-335"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Patri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1876-11-26", "note": "", "place": {"c1": null, "c2": "SA", "c3": null, "cy": "IT", "lg": 15.25, "lat": 40.7, "name": "Salerno", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Angelo", "family": "Patri"}, "birth": {"tzo": "+00:50", "date": "1876-11-26", "note": "", "place": {"c2": "SA", "cy": "IT", "lg": 15.25, "lat": 40.7, "name": "Salerno"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "335"}}, "raw": {"C2": "SA", "LG": "015 E 15", "LAT": "40 N 42", "LEN": "02", "SEX": "M", "TZO": "-0.83", "DATE": "1876-11-26", "MUID": "335", "OCCU": "3", "OPUS": "0", "FNAME": "Patri", "GNAME": "Angelo", "PLACE": "Salerno"}, "date": "2023-08-20T14:44:38+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21753	pea-enrico-1881-10-29	{"afd1-100": "337"}	{"muller": "M1-100-337"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enrico", "family": "Pea", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1881-10-29", "note": "", "place": {"c1": null, "c2": "LU", "c3": null, "cy": "IT", "lg": 11, "lat": 43.7, "name": "Serravezza", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"sex": "M", "name": {"given": "Enrico", "family": "Pea"}, "birth": {"tzo": "+00:50", "date": "1881-10-29", "note": "", "place": {"c2": "LU", "cy": "IT", "lg": 11, "lat": 43.7, "name": "Serravezza"}}, "occus": ["poet"], "trust": 5, "ids-in-sources": {"afd1-100": "337"}}, "raw": {"C2": "LU", "LG": "011 E  0", "LAT": "43 N 42", "LEN": "02", "SEX": "M", "TZO": "-0.83", "DATE": "1881-10-29", "MUID": "337", "OCCU": "4", "OPUS": "8", "FNAME": "Pea", "GNAME": "Enrico", "PLACE": "Serravezza"}, "date": "2023-08-20T14:44:38+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21754	pietrobono-luigi-1863-12-26	{"afd1-100": "352"}	{"muller": "M1-100-352"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Pietrobono", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:53:00", "date": "1863-12-26", "note": "LMT", "place": {"c1": null, "c2": "FR", "c3": null, "cy": "IT", "lg": 13.25, "lat": 41.6, "name": "Alatri", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luigi", "family": "Pietrobono"}, "birth": {"tzo": "+00:53:00", "date": "1863-12-26", "note": "LMT", "place": {"c2": "FR", "cy": "IT", "lg": 13.25, "lat": 41.6, "name": "Alatri"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "352"}}, "raw": {"C2": "FR", "LG": "013 E 15", "LAT": "41 N 36", "LEN": "04", "SEX": "M", "TZO": "LMT", "DATE": "1863-12-26", "MUID": "352", "OCCU": "3", "OPUS": "4", "FNAME": "Pietrobono", "GNAME": "Luigi", "PLACE": "Alatri"}, "date": "2023-08-20T14:44:38+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21755	pirandello-stefano-1895-06-14	{"afd1-100": "354"}	{"muller": "M1-100-354"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stefano", "family": "Pirandello", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1895-06-14", "note": "", "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Stefano", "family": "Pirandello"}, "birth": {"tzo": "+01:00", "date": "1895-06-14", "note": "", "place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "354"}}, "raw": {"C2": "RM", "LG": "012 E 30", "LAT": "41 N 54", "LEN": "04", "SEX": "M", "TZO": "-1.00", "DATE": "1895-06-14", "MUID": "354", "OCCU": "2", "OPUS": "10", "FNAME": "Pirandello", "GNAME": "Stefano", "PLACE": "Roma"}, "date": "2023-08-20T14:44:38+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21756	portal-emanuele-1874-12-28	{"afd1-100": "359"}	{"muller": "M1-100-359"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emanuele", "family": "Portal", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:54", "date": "1874-12-28", "note": "", "place": {"c1": null, "c2": "PA", "c3": null, "cy": "IT", "lg": 13.5, "lat": 38, "name": "Palermo", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Emanuele", "family": "Portal"}, "birth": {"tzo": "+00:54", "date": "1874-12-28", "note": "", "place": {"c2": "PA", "cy": "IT", "lg": 13.5, "lat": 38, "name": "Palermo"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "359"}}, "raw": {"C2": "PA", "LG": "013 E 30", "LAT": "38 N  0", "LEN": "04", "SEX": "M", "TZO": "-0.88", "DATE": "1874-12-28", "MUID": "359", "OCCU": "2", "OPUS": "6", "FNAME": "Portal", "GNAME": "Emanuele", "PLACE": "Palermo"}, "date": "2023-08-20T14:44:38+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21757	rippo-renato-1908-03-14	{"afd1-100": "375"}	{"muller": "M1-100-375"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renato", "family": "Rippo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1908-03-14", "note": "", "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14, "lat": 40.9, "name": "Napoli", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Renato", "family": "Rippo"}, "birth": {"tzo": "+01:00", "date": "1908-03-14", "note": "", "place": {"c2": "NA", "cy": "IT", "lg": 14, "lat": 40.9, "name": "Napoli"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "375"}}, "raw": {"C2": "NA", "LG": "014 E  0", "LAT": "40 N 54", "LEN": "04", "SEX": "M", "TZO": "-1.00", "DATE": "1908-03-14", "MUID": "375", "OCCU": "2", "OPUS": "4", "FNAME": "Rippo", "GNAME": "Renato", "PLACE": "Napoli"}, "date": "2023-08-20T14:44:38+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21758	romano-armando-1889-06-02	{"afd1-100": "379"}	{"muller": "M1-100-379"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armando", "family": "Romano", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1889-06-02", "note": "", "place": {"c1": null, "c2": "LE", "c3": null, "cy": "IT", "lg": 18.75, "lat": 40.4, "name": "Lecce", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Armando", "family": "Romano"}, "birth": {"tzo": "+00:50", "date": "1889-06-02", "note": "", "place": {"c2": "LE", "cy": "IT", "lg": 18.75, "lat": 40.4, "name": "Lecce"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "379"}}, "raw": {"C2": "LE", "LG": "018 E 45", "LAT": "40 N 24", "LEN": "03", "SEX": "M", "TZO": "-0.83", "DATE": "1889-06-02", "MUID": "379", "OCCU": "3", "OPUS": "0", "FNAME": "Romano", "GNAME": "Armando", "PLACE": "Lecce"}, "date": "2023-08-20T14:44:38+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21759	ruberti-guido-1885-08-10	{"afd1-100": "390"}	{"muller": "M1-100-390"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guido", "family": "Ruberti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1885-08-10", "note": "", "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Guido", "family": "Ruberti"}, "birth": {"tzo": "+00:50", "date": "1885-08-10", "note": "", "place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "390"}}, "raw": {"C2": "RM", "LG": "012 E 30", "LAT": "41 N 54", "LEN": "04", "SEX": "M", "TZO": "-0.83", "DATE": "1885-08-10", "MUID": "390", "OCCU": "3", "OPUS": "7", "FNAME": "Ruberti", "GNAME": "Guido", "PLACE": "Roma"}, "date": "2023-08-20T14:44:38+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21760	saba-umberto-1883-03-09	{"afd1-100": "394"}	{"muller": "M1-100-394"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Umberto", "family": "Saba", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1883-03-09", "note": "", "place": {"c1": null, "c2": "TS", "c3": null, "cy": "IT", "lg": 14, "lat": 45.6, "name": "Trieste", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Umberto", "family": "Saba"}, "birth": {"tzo": "+00:50", "date": "1883-03-09", "note": "", "place": {"c2": "TS", "cy": "IT", "lg": 14, "lat": 45.6, "name": "Trieste"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "394"}}, "raw": {"C2": "TS", "LG": "014 E  0", "LAT": "45 N 36", "LEN": "03", "SEX": "M", "TZO": "-0.83", "DATE": "1883-03-09", "MUID": "394", "OCCU": "2", "OPUS": "9", "FNAME": "Saba", "GNAME": "Umberto", "PLACE": "Trieste"}, "date": "2023-08-20T14:44:38+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21761	sacchetti-enrico-1877-02-28	{"afd1-100": "395"}	{"muller": "M1-100-395"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enrico", "family": "Sacchetti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1877-02-28", "note": "", "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Enrico", "family": "Sacchetti"}, "birth": {"tzo": "+00:50", "date": "1877-02-28", "note": "", "place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "395"}}, "raw": {"C2": "RM", "LG": "012 E 30", "LAT": "41 N 54", "LEN": "03", "SEX": "M", "TZO": "-0.83", "DATE": "1877-02-28", "MUID": "395", "OCCU": "3", "OPUS": "4", "FNAME": "Sacchetti", "GNAME": "Enrico", "PLACE": "Roma"}, "date": "2023-08-20T14:44:38+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21762	sertori-mario-1894-01-29	{"afd1-100": "417"}	{"muller": "M1-100-417"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Sertori", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1894-01-29", "note": "", "place": {"c1": null, "c2": "BN", "c3": null, "cy": "IT", "lg": 15, "lat": 41.3, "name": "Benevento", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Mario", "family": "Sertori"}, "birth": {"tzo": "+01:00", "date": "1894-01-29", "note": "", "place": {"c2": "BN", "cy": "IT", "lg": 15, "lat": 41.3, "name": "Benevento"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "417"}}, "raw": {"C2": "BN", "LG": "015 E  0", "LAT": "41 N 18", "LEN": "05", "SEX": "M", "TZO": "-1.00", "DATE": "1894-01-29", "MUID": "417", "OCCU": "3", "OPUS": "6", "FNAME": "Sertori", "GNAME": "Mario", "PLACE": "Benevento"}, "date": "2023-08-20T14:44:38+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21763	sparito-giosue-1899-04-04	{"afd1-100": "435"}	{"muller": "M1-100-435"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giosuè", "family": "Sparito", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1899-04-04", "note": "", "place": {"c1": null, "c2": "CT", "c3": null, "cy": "IT", "lg": 15, "lat": 37.5, "name": "Militello in Val", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giosuè", "family": "Sparito"}, "birth": {"tzo": "+01:00", "date": "1899-04-04", "note": "", "place": {"c2": "CT", "cy": "IT", "lg": 15, "lat": 37.5, "name": "Militello in Val"}}, "occus": ["poet"], "trust": 5, "ids-in-sources": {"afd1-100": "435"}}, "raw": {"C2": "CT", "LG": "015 E  0", "LAT": "37 N 30", "LEN": "06", "SEX": "M", "TZO": "-1.00", "DATE": "1899-04-04", "MUID": "435", "OCCU": "4", "OPUS": "13", "FNAME": "Sparito", "GNAME": "Giosuè", "PLACE": "Militello in Val"}, "date": "2023-08-20T14:44:38+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21764	terra-dino-1904-10-13	{"afd1-100": "446"}	{"muller": "M1-100-446"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dino", "family": "Terra", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1904-10-13", "note": "", "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Dino", "family": "Terra"}, "birth": {"tzo": "+01:00", "date": "1904-10-13", "note": "", "place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "446"}}, "raw": {"C2": "RM", "LG": "012 E 30", "LAT": "41 N 54", "LEN": "03", "SEX": "M", "TZO": "-1.00", "DATE": "1904-10-13", "MUID": "446", "OCCU": "3", "OPUS": "11", "FNAME": "Terra", "GNAME": "Dino", "PLACE": "Roma"}, "date": "2023-08-20T14:44:38+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21765	tolomei-ettore-1865-08-16	{"afd1-100": "451"}	{"muller": "M1-100-451"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ettore", "family": "Tolomei", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:48:00", "date": "1865-08-16", "note": "LMT", "place": {"c1": null, "c2": "TN", "c3": null, "cy": "IT", "lg": 12, "lat": 46, "name": "Rovereto", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ettore", "family": "Tolomei"}, "birth": {"tzo": "+00:48:00", "date": "1865-08-16", "note": "LMT", "place": {"c2": "TN", "cy": "IT", "lg": 12, "lat": 46, "name": "Rovereto"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "451"}}, "raw": {"C2": "TN", "LG": "012 E  0", "LAT": "46 N  0", "LEN": "06", "SEX": "M", "TZO": "LMT", "DATE": "1865-08-16", "MUID": "451", "OCCU": "2", "OPUS": "0", "FNAME": "Tolomei", "GNAME": "Ettore", "PLACE": "Rovereto"}, "date": "2023-08-20T14:44:38+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21766	trilussa-salustri-carlo-a-1873-09-26	{"afd1-100": "458"}	{"muller": "M1-100-458"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo A.)", "family": "Trilussa (Salustri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1873-09-26", "note": "", "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"sex": "M", "name": {"given": "Carlo A.)", "family": "Trilussa (Salustri"}, "birth": {"tzo": "+00:50", "date": "1873-09-26", "note": "", "place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma"}}, "occus": ["poet"], "trust": 5, "ids-in-sources": {"afd1-100": "458"}}, "raw": {"C2": "RM", "LG": "012 E 30", "LAT": "41 N 54", "LEN": "07", "SEX": "M", "TZO": "-0.83", "DATE": "1873-09-26", "MUID": "458", "OCCU": "4", "OPUS": "22", "FNAME": "Trilussa (Salustri", "GNAME": "Carlo A.)", "PLACE": "Roma"}, "date": "2023-08-20T14:44:38+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21767	urbani-giuseppe-1888-06-02	{"afd1-100": "462"}	{"muller": "M1-100-462"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Urbani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1888-06-02", "note": "", "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giuseppe", "family": "Urbani"}, "birth": {"tzo": "+00:50", "date": "1888-06-02", "note": "", "place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "462"}}, "raw": {"C2": "RM", "LG": "012 E 30", "LAT": "41 N 54", "LEN": "03", "SEX": "M", "TZO": "-0.83", "DATE": "1888-06-02", "MUID": "462", "OCCU": "3", "OPUS": "8", "FNAME": "Urbani", "GNAME": "Giuseppe", "PLACE": "Roma"}, "date": "2023-08-20T14:44:38+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21768	vigolo-giorgio-1894-12-03	{"afd1-100": "477"}	{"muller": "M1-100-477"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giorgio", "family": "Vigolo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1894-12-03", "note": "", "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giorgio", "family": "Vigolo"}, "birth": {"tzo": "+01:00", "date": "1894-12-03", "note": "", "place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "477"}}, "raw": {"C2": "RM", "LG": "012 E 30", "LAT": "41 N 54", "LEN": "03", "SEX": "M", "TZO": "-1.00", "DATE": "1894-12-03", "MUID": "477", "OCCU": "3", "OPUS": "6", "FNAME": "Vigolo", "GNAME": "Giorgio", "PLACE": "Roma"}, "date": "2023-08-20T14:44:38+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21769	vinciguerra-mario-1887-01-07	{"afd1-100": "480"}	{"muller": "M1-100-480"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Vinciguerra", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1887-01-07", "note": "", "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14, "lat": 40.9, "name": "Napoli", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Mario", "family": "Vinciguerra"}, "birth": {"tzo": "+00:50", "date": "1887-01-07", "note": "", "place": {"c2": "NA", "cy": "IT", "lg": 14, "lat": 40.9, "name": "Napoli"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "480"}}, "raw": {"C2": "NA", "LG": "014 E  0", "LAT": "40 N 54", "LEN": "05", "SEX": "M", "TZO": "-0.83", "DATE": "1887-01-07", "MUID": "480", "OCCU": "3", "OPUS": "10", "FNAME": "Vinciguerra", "GNAME": "Mario", "PLACE": "Napoli"}, "date": "2023-08-20T14:44:38+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21770	vittorini-elio-1908-07-27	{"afd1-100": "484"}	{"muller": "M1-100-484"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elio", "family": "Vittorini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1908-07-27", "note": "", "place": {"c1": null, "c2": "SR", "c3": null, "cy": "IT", "lg": 15.5, "lat": 37, "name": "Siracusa", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Elio", "family": "Vittorini"}, "birth": {"tzo": "+01:00", "date": "1908-07-27", "note": "", "place": {"c2": "SR", "cy": "IT", "lg": 15.5, "lat": 37, "name": "Siracusa"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "484"}}, "raw": {"C2": "SR", "LG": "015 E 30", "LAT": "37 N  0", "LEN": "04", "SEX": "M", "TZO": "-1.00", "DATE": "1908-07-27", "MUID": "484", "OCCU": "2", "OPUS": "7", "FNAME": "Vittorini", "GNAME": "Elio", "PLACE": "Siracusa"}, "date": "2023-08-20T14:44:38+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21771	weidlich-carlo-1900-09-20	{"afd1-100": "486"}	{"muller": "M1-100-486"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Weidlich", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1900-09-20", "note": "", "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14, "lat": 40.9, "name": "Napoli", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Carlo", "family": "Weidlich"}, "birth": {"tzo": "+01:00", "date": "1900-09-20", "note": "", "place": {"c2": "NA", "cy": "IT", "lg": 14, "lat": 40.9, "name": "Napoli"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "486"}}, "raw": {"C2": "NA", "LG": "014 E  0", "LAT": "40 N 54", "LEN": "05", "SEX": "M", "TZO": "-1.00", "DATE": "1900-09-20", "MUID": "486", "OCCU": "3", "OPUS": "16", "FNAME": "Weidlich", "GNAME": "Carlo", "PLACE": "Napoli"}, "date": "2023-08-20T14:44:38+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21772	weidlich-emilio-1903-10-11	{"afd1-100": "487"}	{"muller": "M1-100-487"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emilio", "family": "Weidlich", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1903-10-11", "note": "", "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14, "lat": 40.9, "name": "Napoli", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"sex": "M", "name": {"given": "Emilio", "family": "Weidlich"}, "birth": {"tzo": "+01:00", "date": "1903-10-11", "note": "", "place": {"c2": "NA", "cy": "IT", "lg": 14, "lat": 40.9, "name": "Napoli"}}, "occus": ["poet"], "trust": 5, "ids-in-sources": {"afd1-100": "487"}}, "raw": {"C2": "NA", "LG": "014 E  0", "LAT": "40 N 54", "LEN": "04", "SEX": "M", "TZO": "-1.00", "DATE": "1903-10-11", "MUID": "487", "OCCU": "4", "OPUS": "4", "FNAME": "Weidlich", "GNAME": "Emilio", "PLACE": "Napoli"}, "date": "2023-08-20T14:44:38+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21773	zanfrognini-pietro-1885-05-08	{"afd1-100": "490"}	{"muller": "M1-100-490"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Zanfrognini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1885-05-08", "note": "", "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 11.25, "lat": 44.6, "name": "Staggia Modenese", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Pietro", "family": "Zanfrognini"}, "birth": {"tzo": "+00:50", "date": "1885-05-08", "note": "", "place": {"c2": "MO", "cy": "IT", "lg": 11.25, "lat": 44.6, "name": "Staggia Modenese"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "490"}}, "raw": {"C2": "MO", "LG": "011 E 15", "LAT": "44 N 36", "LEN": "04", "SEX": "M", "TZO": "-0.83", "DATE": "1885-05-08", "MUID": "490", "OCCU": "2", "OPUS": "9", "FNAME": "Zanfrognini", "GNAME": "Pietro", "PLACE": "Staggia Modenese"}, "date": "2023-08-20T14:44:38+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21774	zoccoli-ettore-1872-03-20	{"afd1-100": "498"}	{"muller": "M1-100-498"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ettore", "family": "Zoccoli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1872-03-20", "note": "", "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 11.25, "lat": 44.6, "name": "Modena", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ettore", "family": "Zoccoli"}, "birth": {"tzo": "+00:50", "date": "1872-03-20", "note": "", "place": {"c2": "MO", "cy": "IT", "lg": 11.25, "lat": 44.6, "name": "Modena"}}, "occus": ["writer"], "trust": 5, "ids-in-sources": {"afd1-100": "498"}}, "raw": {"C2": "MO", "LG": "011 E 15", "LAT": "44 N 36", "LEN": "05", "SEX": "M", "TZO": "-0.83", "DATE": "1872-03-20", "MUID": "498", "OCCU": "2", "OPUS": "6", "FNAME": "Zoccoli", "GNAME": "Ettore", "PLACE": "Modena"}, "date": "2023-08-20T14:44:38+02:00", "source": "afd1-100", "command": "muller m1writers tmp2db100"}]	[]
21775	abell-earl-c-1892-05-29	{"rawlins-ertel-irving": "2"}	{"csicop": "CS-2"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Earl/C", "family": "Abell", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1892-05-29 06:40", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -89.46667, "lat": 43.55, "name": null, "geoid": null}, "notime": null, "date-ut": "1892-05-29 12:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Earl/C", "family": "Abell"}, "birth": {"tzo": "-06:00", "date": "1892-05-29 06:40", "place": {"c2": "WI", "cy": "US", "lg": -89.46667, "lat": 43.55}, "date-ut": "1892-05-29 12:40"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "2"}}, "raw": {"LA1": "43", "LA2": "33", "LO1": "89", "LO2": "28", "AMPM": "A", "MARS": "14", "NAME": "Abell", "BATCH": "2", "Satz#": "2", "GEBDAT": "29 5 1892", "GEBORT": "WI", "GEBZEIT": "6 40", "VORNAME": "Earl/C", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21776	adamle-mike-1949-10-10	{"rawlins-ertel-irving": "4"}	{"csicop": "CS-4"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mike", "family": "Adamle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1949-10-10 12:43", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.36667, "lat": 41.15, "name": null, "geoid": null}, "notime": null, "date-ut": "1949-10-10 17:43"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Mike", "family": "Adamle"}, "birth": {"tzo": "-05:00", "date": "1949-10-10 12:43", "place": {"c2": "OH", "cy": "US", "lg": -81.36667, "lat": 41.15}, "date-ut": "1949-10-10 17:43"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "4"}}, "raw": {"LA1": "41", "LA2": "9", "LO1": "81", "LO2": "22", "AMPM": "A", "MARS": "35", "NAME": "Adamle", "BATCH": "2", "Satz#": "4", "GEBDAT": "10 10 1949", "GEBORT": "OH", "GEBZEIT": "12 43", "VORNAME": "Mike", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
22021	burde-ney-jenny-1824-12-21	{"afd3": "38"}	{"muller": "M3-38"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jenny", "family": "BÜrde-Ney", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1824-12-21 07:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "AT", "lg": 15.45, "lat": 47.07, "name": "Graz", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["singer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Jenny", "family": "BÜrde-Ney"}, "birth": {"lmt": true, "tzo": "", "date": "1824-12-21 07:00", "place": {"c1": "", "c2": "", "cy": "AT", "lg": 15.45, "lat": 47.07, "name": "Graz"}}, "occus": ["singer"], "trust": 5, "ids-in-sources": {"afd3": "38"}}, "raw": {"CY": "A", "GQ": "N", "LG": "015 E 27", "LAT": "47 N 04", "TZO": "", "DATE": "21.12.1824", "MUID": "038", "NAME": "BÜRDE-NEY, Jenny *NEY-SEGATTI", "OCCU": "AR 06", "TIME": "07.00", "BOOKS": "24", "PLACE": "Graz", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:42+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
21777	adams-george-1949-05-15	{"rawlins-ertel-irving": "5"}	{"csicop": "CS-5"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "George", "family": "Adams", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1949-05-15 21:00", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -81.33333, "lat": 35.25, "name": null, "geoid": null}, "notime": null, "date-ut": "1949-05-16 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "George", "family": "Adams"}, "birth": {"tzo": "-05:00", "date": "1949-05-15 21:00", "place": {"c2": "NC", "cy": "US", "lg": -81.33333, "lat": 35.25}, "date-ut": "1949-05-16 02:00"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "5"}}, "raw": {"LA1": "35", "LA2": "15", "LO1": "81", "LO2": "20", "AMPM": "P", "MARS": "23", "NAME": "Adams", "BATCH": "3", "Satz#": "5", "GEBDAT": "15 5 1949", "GEBORT": "NC", "GEBZEIT": "9 0", "VORNAME": "George", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21778	adams-pete-1951-05-04	{"rawlins-ertel-irving": "6"}	{"csicop": "CS-6"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pete", "family": "Adams", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1951-05-04 04:58", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -117.15, "lat": 32.71667, "name": null, "geoid": null}, "notime": null, "date-ut": "1951-05-04 12:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Pete", "family": "Adams"}, "birth": {"tzo": "-08:00", "date": "1951-05-04 04:58", "place": {"c2": "CA", "cy": "US", "lg": -117.15, "lat": 32.71667}, "date-ut": "1951-05-04 12:58"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "6"}}, "raw": {"LA1": "32", "LA2": "43", "LO1": "117", "LO2": "9", "AMPM": "A", "MARS": "34", "NAME": "Adams", "BATCH": "2", "Satz#": "6", "GEBDAT": "4 5 1951", "GEBORT": "CA", "GEBZEIT": "4 58", "VORNAME": "Pete", "SPORTART": "FOOT", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
16256	ameche-alan-1933-06-01	{"d10": "18", "3a_sports": "77", "rawlins-ertel-irving": "8"}	{"ertel": "ES-77", "csicop": "CS-8", "lerrcp": "D10-18"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alan", "family": "Ameche", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1933-06-01 20:00", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -87.81667, "lat": 42.58333, "name": "Kenosha", "geoid": null}, "notime": null, "date-ut": "1933-06-02 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Alan", "family": "Ameche"}, "birth": {"tzo": "-06:00", "date": "1933-06-01 20:00", "place": {"c2": "WI", "cy": "US", "lg": -87.81667, "lat": 42.58333, "name": "Kenosha"}, "date-ut": "1933-06-02 02:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "18"}}, "raw": {"H": "20:00", "TZ": "6h", "DAY": "1", "LAT": "42N35", "LON": "87W49", "MON": "6", "NUM": "18", "PRO": "SP", "YEA": "1933", "CICO": "Kenosha, WI", "NAME": "Ameche Alan"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "8"}}, "raw": {"LA1": "42", "LA2": "35", "LO1": "87", "LO2": "49", "AMPM": "P", "MARS": "12", "NAME": "Ameche", "BATCH": "1", "Satz#": "8", "GEBDAT": "1 6 1933", "GEBORT": "WI", "GEBZEIT": "8 0", "VORNAME": "Alan D.", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-77"}}, "raw": {"L": "", "MF": "", "NR": "77", "ENG": "1", "MA_": "2", "G_NR": "18", "MA12": "4", "MARS": "12", "NAME": "Ameche", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "9,900", "CSINR": "8", "KURTZ": "", "PHAS_": "45,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "01.06.", "ZITATE": "X", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Alan D.", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "01.06.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1868	contrastin-raymond-1925-04-05	{"a1": "1869", "3a_sports": "1090", "cfepp-final3": "742"}	{"cfepp": "CF-742", "cpara": "CP-128", "ertel": "ES-1090", "lerrcp": "A1-1869"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Contrastin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1925-04-05 12:00", "note": null, "place": {"c1": null, "c2": "47", "c3": "", "cy": "FR", "lg": 0.62055, "lat": 44.20199, "name": "Agen", "geoid": 3038634}, "notime": null, "date-ut": "1925-04-05 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Contrastin"}, "birth": {"tzo": "+01:00", "date": "1925-04-05 12:00", "place": {"c2": "47", "cy": "FR", "lg": 0.62055, "lat": 44.20199, "name": "Agen", "geoid": 3038634}, "date-ut": "1925-04-05 11:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1869"}, "ids-in-sources": {"a1": "1869"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "47", "COU": "F", "DAY": "5", "LAT": "44N12", "LON": "0E38", "MON": "4", "NUM": "1869", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "AGEN"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-04-05 12:00"}, "partial-ids": {"ertel": "ES-1090"}}, "raw": {"L": "", "MF": "", "NR": "1090", "ENG": "", "MA_": "1", "G_NR": "1869", "MA12": "2", "MARS": "4", "NAME": "Contrastin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,000", "CSINR": "", "KURTZ": "", "PHAS_": "82,300", "STUND": "12,00", "CFEPNR": "742", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "128", "VORNAME": "Raymond", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "05.04.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1925-04-05 12:00", "place": {"c3": ""}, "date-ut": "1925-04-05 11:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "742"}}, "raw": {"S": "2", "LT": "12 00", "LV": "I33", "TR": "f", "UT": "11 00", "LAT": "+44.20", "SRC": "AL", "LONG": "-00.62", "NAME": "CONTRASTIN Raymond", "SPORT": "Rugby League", "LOC_DATE": "1925 04 05", "UNIV_DATE": "1925 04 05", "BIRTH_PLACE": "AGEN", "POSTAL_CODE": "47015 CEDEX"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
21779	anderson-ken-1933-01-16	{"rawlins-ertel-irving": "9"}	{"csicop": "CS-9"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ken", "family": "Anderson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1933-01-16 17:30", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -90.31667, "lat": 44.95, "name": null, "geoid": null}, "notime": null, "date-ut": "1933-01-16 23:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Ken", "family": "Anderson"}, "birth": {"tzo": "-06:00", "date": "1933-01-16 17:30", "place": {"c2": "WI", "cy": "US", "lg": -90.31667, "lat": 44.95}, "date-ut": "1933-01-16 23:30"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "9"}}, "raw": {"LA1": "44", "LA2": "57", "LO1": "90", "LO2": "19", "AMPM": "P", "MARS": "30", "NAME": "Anderson", "BATCH": "3", "Satz#": "9", "GEBDAT": "16 1 1933", "GEBORT": "WI", "GEBZEIT": "5 30", "VORNAME": "Ken", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21780	anderson-walter-1936-07-16	{"rawlins-ertel-irving": "10"}	{"csicop": "CS-10"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Anderson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1936-07-16 12:00", "note": null, "place": {"c1": null, "c2": "NS", "c3": null, "cy": "US", "lg": -82.46667, "lat": 35.31667, "name": null, "geoid": null}, "notime": null, "date-ut": "1936-07-16 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Anderson"}, "birth": {"tzo": "-05:00", "date": "1936-07-16 12:00", "place": {"c2": "NS", "cy": "US", "lg": -82.46667, "lat": 35.31667}, "date-ut": "1936-07-16 17:00"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "10"}}, "raw": {"LA1": "35", "LA2": "19", "LO1": "82", "LO2": "28", "AMPM": "A", "MARS": "28", "NAME": "Anderson", "BATCH": "2", "Satz#": "10", "GEBDAT": "16 7 1936", "GEBORT": "NS", "GEBZEIT": "12 0", "VORNAME": "Walter", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21781	anet-charles-robert-1917-08-11	{"rawlins-ertel-irving": "11"}	{"csicop": "CS-11"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles/Robert", "family": "Anet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1917-08-11 16:25", "note": null, "place": {"c1": null, "c2": "OR", "c3": null, "cy": "US", "lg": -123.83333, "lat": 46.18333, "name": null, "geoid": null}, "notime": null, "date-ut": "1917-08-12 00:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Charles/Robert", "family": "Anet"}, "birth": {"tzo": "-08:00", "date": "1917-08-11 16:25", "place": {"c2": "OR", "cy": "US", "lg": -123.83333, "lat": 46.18333}, "date-ut": "1917-08-12 00:25"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "11"}}, "raw": {"LA1": "46", "LA2": "11", "LO1": "123", "LO2": "50", "AMPM": "P", "MARS": "17", "NAME": "Anet", "BATCH": "3", "Satz#": "11", "GEBDAT": "11 8 1917", "GEBORT": "OR", "GEBZEIT": "4 25", "VORNAME": "Charles/Robert", "SPORTART": "BASK", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21783	barksdale-don-1923-03-31	{"rawlins-ertel-irving": "18"}	{"csicop": "CS-18"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Don", "family": "Barksdale", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1923-03-31 24:35", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.26667, "lat": 37.8, "name": null, "geoid": null}, "notime": null, "date-ut": "1923-04-01 08:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Don", "family": "Barksdale"}, "birth": {"tzo": "-08:00", "date": "1923-03-31 24:35", "place": {"c2": "CA", "cy": "US", "lg": -122.26667, "lat": 37.8}, "date-ut": "1923-04-01 08:35"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "18"}}, "raw": {"LA1": "37", "LA2": "48", "LO1": "122", "LO2": "16", "AMPM": "P", "MARS": "7", "NAME": "Barksdale", "BATCH": "3", "Satz#": "18", "GEBDAT": "31 3 1923", "GEBORT": "CA", "GEBZEIT": "12 35", "VORNAME": "Don", "SPORTART": "BASK", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21782	baker-terry-1941-05-05	{"rawlins-ertel-irving": "15"}	{"csicop": "CS-15"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Terry", "family": "Baker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1941-05-05 11:15", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -94.4, "lat": 46.71667, "name": null, "geoid": null}, "notime": null, "date-ut": "1941-05-05 17:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Terry", "family": "Baker"}, "birth": {"tzo": "-06:00", "date": "1941-05-05 11:15", "place": {"c2": "MN", "cy": "US", "lg": -94.4, "lat": 46.71667}, "date-ut": "1941-05-05 17:15"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "15"}}, "raw": {"LA1": "46", "LA2": "43", "LO1": "94", "LO2": "24", "AMPM": "A", "MARS": "17", "NAME": "Baker", "BATCH": "3", "Satz#": "15", "GEBDAT": "5 5 1941", "GEBORT": "MN", "GEBZEIT": "11 15", "VORNAME": "Terry", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
16293	baer-buddy-1915-06-11	{"d10": "55", "3a_sports": "187", "rawlins-ertel-irving": "14"}	{"ertel": "ES-187", "csicop": "CS-14", "lerrcp": "D10-55"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Buddy", "family": "Baer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-07:00", "date": "1915-06-11 17:30", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "US", "lg": -104.98333, "lat": 39.73333, "name": "Danver", "geoid": null}, "notime": null, "date-ut": "1915-06-12 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Buddy", "family": "Baer"}, "birth": {"tzo": "-07:00", "date": "1915-06-11 17:30", "place": {"c2": "CO", "cy": "US", "lg": -104.98333, "lat": 39.73333, "name": "Danver"}, "date-ut": "1915-06-12 00:30"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "55"}}, "raw": {"H": "17:30", "TZ": "7h", "DAY": "11", "LAT": "39N44", "LON": "104W59", "MON": "6", "NUM": "55", "PRO": "SP", "YEA": "1915", "CICO": "Danver, CO", "NAME": "Baer Buddy"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["boxer"]], "ids-in-sources": {"rawlins-ertel-irving": "14"}}, "raw": {"LA1": "39", "LA2": "44", "LO1": "104", "LO2": "59", "AMPM": "P", "MARS": "21", "NAME": "Baer", "BATCH": "3", "Satz#": "14", "GEBDAT": "11 6 1915", "GEBORT": "CO", "GEBZEIT": "5 30", "VORNAME": "Buddy(Jacob Henry)", "SPORTART": "BOXI", "ZEITZONE": "7"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["boxer"], "partial-ids": {"ertel": "ES-187"}}, "raw": {"L": "", "MF": "", "NR": "187", "ENG": "", "MA_": "1", "G_NR": "56", "MA12": "7", "MARS": "21", "NAME": "Baer", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-4,000", "CSINR": "14", "KURTZ": "", "PHAS_": "3,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "11.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Buddy(Jacob Henry)", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.06.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16300	baker-thane-1931-10-04	{"d10": "62", "3a_sports": "201", "rawlins-ertel-irving": "16"}	{"ertel": "ES-201", "csicop": "CS-16", "lerrcp": "D10-62"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Thane", "family": "Baker", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1931-10-04 04:15", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -101.9, "lat": 37, "name": "Elkhart", "geoid": null}, "notime": null, "date-ut": "1931-10-04 10:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Thane", "family": "Baker"}, "birth": {"tzo": "-06:00", "date": "1931-10-04 04:15", "place": {"c2": "KS", "cy": "US", "lg": -101.9, "lat": 37, "name": "Elkhart"}, "date-ut": "1931-10-04 10:15"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "62"}}, "raw": {"H": "04:15", "TZ": "6h", "DAY": "4", "LAT": "37N0", "LON": "101W54", "MON": "10", "NUM": "62", "PRO": "SP", "YEA": "1931", "CICO": "Elkhart, KS", "NAME": "Baker Thane"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "16"}}, "raw": {"LA1": "37", "LA2": "0", "LO1": "101", "LO2": "54", "AMPM": "A", "MARS": "30", "NAME": "Baker", "BATCH": "2", "Satz#": "16", "GEBDAT": "4 10 1931", "GEBORT": "KS", "GEBZEIT": "4 15", "VORNAME": "Thane", "SPORTART": "TRAC", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-201"}}, "raw": {"L": "", "MF": "", "NR": "201", "ENG": "", "MA_": "1", "G_NR": "63", "MA12": "10", "MARS": "30", "NAME": "Baker", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-9,800", "CSINR": "16", "KURTZ": "", "PHAS_": "58,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "04.10.", "ZITATE": "KST", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Thane", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "04.10.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
21784	bateman-mary-1950-04-05	{"rawlins-ertel-irving": "21"}	{"csicop": "CS-21"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mary", "family": "Bateman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1950-04-05 08:09", "note": null, "place": {"c1": null, "c2": "UT", "c3": null, "cy": "US", "lg": -111.88333, "lat": 40.75, "name": null, "geoid": null}, "notime": null, "date-ut": "1950-04-05 15:09"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Mary", "family": "Bateman"}, "birth": {"tzo": "-07:00", "date": "1950-04-05 08:09", "place": {"c2": "UT", "cy": "US", "lg": -111.88333, "lat": 40.75}, "date-ut": "1950-04-05 15:09"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "21"}}, "raw": {"LA1": "40", "LA2": "45", "LO1": "111", "LO2": "53", "AMPM": "A", "MARS": "22", "NAME": "Bateman", "BATCH": "2", "Satz#": "21", "GEBDAT": "5 4 1950", "GEBORT": "UT", "GEBZEIT": "8 9", "VORNAME": "Mary", "SPORTART": "FOOT", "ZEITZONE": "7"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21785	beals-alyn-1921-04-27	{"rawlins-ertel-irving": "24"}	{"csicop": "CS-24"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alyn", "family": "Beals", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1921-04-27 03:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -121.58333, "lat": 39.15, "name": null, "geoid": null}, "notime": null, "date-ut": "1921-04-27 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Alyn", "family": "Beals"}, "birth": {"tzo": "-08:00", "date": "1921-04-27 03:00", "place": {"c2": "CA", "cy": "US", "lg": -121.58333, "lat": 39.15}, "date-ut": "1921-04-27 11:00"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "24"}}, "raw": {"LA1": "39", "LA2": "9", "LO1": "121", "LO2": "35", "AMPM": "A", "MARS": "31", "NAME": "Beals", "BATCH": "2", "Satz#": "24", "GEBDAT": "27 4 1921", "GEBORT": "CA", "GEBZEIT": "3 0", "VORNAME": "Alyn", "SPORTART": "FOOT", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21799	chambers-bill-1930-12-13	{"rawlins-ertel-irving": "58"}	{"csicop": "CS-58"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bill", "family": "Chambers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1930-12-13 13:20", "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "US", "lg": -79.15, "lat": 37.41667, "name": null, "geoid": null}, "notime": null, "date-ut": "1930-12-13 18:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Bill", "family": "Chambers"}, "birth": {"tzo": "-05:00", "date": "1930-12-13 13:20", "place": {"c2": "VA", "cy": "US", "lg": -79.15, "lat": 37.41667}, "date-ut": "1930-12-13 18:20"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "58"}}, "raw": {"LA1": "37", "LA2": "25", "LO1": "79", "LO2": "9", "AMPM": "P", "MARS": "22", "NAME": "Chambers", "BATCH": "3", "Satz#": "58", "GEBDAT": "13 12 1930", "GEBORT": "VA", "GEBZEIT": "1 20", "VORNAME": "Bill", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
16312	battles-clifford-1910-05-01	{"d10": "75", "3a_sports": "282", "rawlins-ertel-irving": "22"}	{"ertel": "ES-282", "csicop": "CS-22", "lerrcp": "D10-75"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clifford", "family": "Battles", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1910-05-01 22:31", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.51667, "lat": 41.08333, "name": "Akron", "geoid": null}, "notime": null, "date-ut": "1910-05-02 03:31"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Clifford", "family": "Battles"}, "birth": {"tzo": "-05:00", "date": "1910-05-01 22:31", "place": {"c2": "OH", "cy": "US", "lg": -81.51667, "lat": 41.08333, "name": "Akron"}, "date-ut": "1910-05-02 03:31"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "75"}}, "raw": {"H": "22:31", "TZ": "5h", "DAY": "1", "LAT": "41N5", "LON": "81W31", "MON": "5", "NUM": "75", "PRO": "SP", "YEA": "1910", "CICO": "Akron, OH", "NAME": "Battles Clifford"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "22"}}, "raw": {"LA1": "41", "LA2": "5", "LO1": "81", "LO2": "31", "AMPM": "P", "MARS": "19", "NAME": "Battles", "BATCH": "1", "Satz#": "22", "GEBDAT": "1 5 1910", "GEBORT": "OH", "GEBZEIT": "10 31", "VORNAME": "Clifford", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-282"}}, "raw": {"L": "", "MF": "", "NR": "282", "ENG": "", "MA_": "1", "G_NR": "75", "MA12": "7", "MARS": "19", "NAME": "Battles", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-9,100", "CSINR": "22", "KURTZ": "", "PHAS_": "66,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "01.05.", "ZITATE": "X", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Clifford", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "01.05.1910", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
21786	beck-lew-1922-04-09	{"rawlins-ertel-irving": "26"}	{"csicop": "CS-26"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lew", "family": "Beck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1922-04-09 13:00", "note": null, "place": {"c1": null, "c2": "OR", "c3": null, "cy": "US", "lg": -118.78333, "lat": 45.66667, "name": null, "geoid": null}, "notime": null, "date-ut": "1922-04-09 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Lew", "family": "Beck"}, "birth": {"tzo": "-08:00", "date": "1922-04-09 13:00", "place": {"c2": "OR", "cy": "US", "lg": -118.78333, "lat": 45.66667}, "date-ut": "1922-04-09 21:00"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "26"}}, "raw": {"LA1": "45", "LA2": "40", "LO1": "118", "LO2": "47", "AMPM": "P", "MARS": "24", "NAME": "Beck", "BATCH": "2", "Satz#": "26", "GEBDAT": "9 4 1922", "GEBORT": "OR", "GEBZEIT": "1 0", "VORNAME": "Lew", "SPORTART": "BASK", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21787	benington-john-1921-12-31	{"rawlins-ertel-irving": "28"}	{"csicop": "CS-28"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Benington", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1921-12-31 11:25", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83.65, "lat": 41.03333, "name": null, "geoid": null}, "notime": null, "date-ut": "1921-12-31 17:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "John", "family": "Benington"}, "birth": {"tzo": "-06:00", "date": "1921-12-31 11:25", "place": {"c2": "OH", "cy": "US", "lg": -83.65, "lat": 41.03333}, "date-ut": "1921-12-31 17:25"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "28"}}, "raw": {"LA1": "41", "LA2": "2", "LO1": "83", "LO2": "39", "AMPM": "A", "MARS": "17", "NAME": "Benington", "BATCH": "2", "Satz#": "28", "GEBDAT": "31 12 1921", "GEBORT": "OH", "GEBZEIT": "11 25", "VORNAME": "John", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
16325	bellamy-walt-1939-07-24	{"d10": "88", "3a_sports": "322", "rawlins-ertel-irving": "27"}	{"ertel": "ES-322", "csicop": "CS-27", "lerrcp": "D10-88"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walt", "family": "Bellamy", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1939-07-24 10:55", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -77.05, "lat": 35.11667, "name": "New Bern", "geoid": null}, "notime": null, "date-ut": "1939-07-24 15:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Walt", "family": "Bellamy"}, "birth": {"tzo": "-05:00", "date": "1939-07-24 10:55", "place": {"c2": "NC", "cy": "US", "lg": -77.05, "lat": 35.11667, "name": "New Bern"}, "date-ut": "1939-07-24 15:55"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "88"}}, "raw": {"H": "10:55", "TZ": "5h", "DAY": "24", "LAT": "35N7", "LON": "77W3", "MON": "7", "NUM": "88", "PRO": "SP", "YEA": "1939", "CICO": "New Bern, NC", "NAME": "Bellamy Walt"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["basketball-player"]], "ids-in-sources": {"rawlins-ertel-irving": "27"}}, "raw": {"LA1": "35", "LA2": "7", "LO1": "77", "LO2": "3", "AMPM": "A", "MARS": "26", "NAME": "Bellamy", "BATCH": "1", "Satz#": "27", "GEBDAT": "24 7 1939", "GEBORT": "NC", "GEBZEIT": "10 55", "VORNAME": "Walt", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["basketball-player"], "partial-ids": {"ertel": "ES-322"}}, "raw": {"L": "", "MF": "", "NR": "322", "ENG": "", "MA_": "1", "G_NR": "88", "MA12": "9", "MARS": "26", "NAME": "Bellamy", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "10,900", "CSINR": "27", "KURTZ": "", "PHAS_": "55,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "24.07.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Walt", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "24.07.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASK", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1941	mantoulan-claude-1936-03-05	{"a1": "1943", "3a_sports": "2644", "cfepp-final3": "767"}	{"cfepp": "CF-767", "cpara": "CP-292", "ertel": "ES-2644", "lerrcp": "A1-1943"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Mantoulan", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1936-03-05 11:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "notime": null, "date-ut": "1936-03-05 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Mantoulan"}, "birth": {"tzo": "+00:00", "date": "1936-03-05 11:00", "place": {"c2": "64", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "date-ut": "1936-03-05 11:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1943"}, "ids-in-sources": {"a1": "1943"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "5", "LAT": "43N18", "LON": "0W22", "MON": "3", "NUM": "1943", "PRO": "C", "SEC": "0", "YEA": "1936", "CITY": "PAU"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1936-03-05 11:00"}, "partial-ids": {"ertel": "ES-2644"}}, "raw": {"L": "", "MF": "", "NR": "2644", "ENG": "", "MA_": "1", "G_NR": "1943", "MA12": "2", "MARS": "6", "NAME": "Mantoulan", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,500", "CSINR": "", "KURTZ": "", "PHAS_": "90,600", "STUND": "11,00", "CFEPNR": "768", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "292", "VORNAME": "Claude", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "05.03.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1936-03-05 11:00", "place": {"c3": ""}, "date-ut": "1936-03-05 11:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "767"}}, "raw": {"S": "2", "LT": "11 00", "LV": "I45", "TR": "f", "UT": "11 00", "LAT": "+43.30", "SRC": "L", "LONG": "+00.37", "NAME": "MANTOULAN Claude", "SPORT": "Rugby League", "LOC_DATE": "1936 03 05", "UNIV_DATE": "1936 03 05", "BIRTH_PLACE": "PAU", "POSTAL_CODE": "64015 CEDEX"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
21788	bibby-henry-1949-11-24	{"rawlins-ertel-irving": "31"}	{"csicop": "CS-31"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Bibby", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1949-11-24 15:55", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -78.45, "lat": 36.1, "name": null, "geoid": null}, "notime": null, "date-ut": "1949-11-24 20:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Bibby"}, "birth": {"tzo": "-05:00", "date": "1949-11-24 15:55", "place": {"c2": "NC", "cy": "US", "lg": -78.45, "lat": 36.1}, "date-ut": "1949-11-24 20:55"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "31"}}, "raw": {"LA1": "36", "LA2": "6", "LO1": "78", "LO2": "27", "AMPM": "P", "MARS": "22", "NAME": "Bibby", "BATCH": "2", "Satz#": "31", "GEBDAT": "24 11 1949", "GEBORT": "NC", "GEBZEIT": "3 55", "VORNAME": "Henry", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21789	bird-roger-1942-07-02	{"rawlins-ertel-irving": "33"}	{"csicop": "CS-33"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Bird", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1942-07-02 23:45", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -84.08333, "lat": 36.95, "name": null, "geoid": null}, "notime": null, "date-ut": "1942-07-03 05:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Bird"}, "birth": {"tzo": "-06:00", "date": "1942-07-02 23:45", "place": {"c2": "KY", "cy": "US", "lg": -84.08333, "lat": 36.95}, "date-ut": "1942-07-03 05:45"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "33"}}, "raw": {"LA1": "36", "LA2": "57", "LO1": "84", "LO2": "5", "AMPM": "P", "MARS": "34", "NAME": "Bird", "BATCH": "2", "Satz#": "33", "GEBDAT": "2 7 1942", "GEBORT": "KY", "GEBZEIT": "11 45", "VORNAME": "Roger", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21801	chenier-pail-1950-10-30	{"rawlins-ertel-irving": "60"}	{"csicop": "CS-60"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pail", "family": "Chenier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1950-10-30 04:30", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.26667, "lat": 37.8, "name": null, "geoid": null}, "notime": null, "date-ut": "1950-10-30 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Pail", "family": "Chenier"}, "birth": {"tzo": "-08:00", "date": "1950-10-30 04:30", "place": {"c2": "CA", "cy": "US", "lg": -122.26667, "lat": 37.8}, "date-ut": "1950-10-30 12:30"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "60"}}, "raw": {"LA1": "37", "LA2": "48", "LO1": "122", "LO2": "16", "AMPM": "A", "MARS": "29", "NAME": "Chenier", "BATCH": "3", "Satz#": "60", "GEBDAT": "30 10 1950", "GEBORT": "CA", "GEBZEIT": "4 30", "VORNAME": "Pail", "SPORTART": "BASK", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21790	born-bertram-1932-06-06	{"rawlins-ertel-irving": "36"}	{"csicop": "CS-36"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bertram", "family": "Born", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1932-06-06 11:30", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -94.95, "lat": 38.51667, "name": null, "geoid": null}, "notime": null, "date-ut": "1932-06-06 17:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Bertram", "family": "Born"}, "birth": {"tzo": "-06:00", "date": "1932-06-06 11:30", "place": {"c2": "KS", "cy": "US", "lg": -94.95, "lat": 38.51667}, "date-ut": "1932-06-06 17:30"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "36"}}, "raw": {"LA1": "38", "LA2": "31", "LO1": "94", "LO2": "57", "AMPM": "A", "MARS": "11", "NAME": "Born", "BATCH": "2", "Satz#": "36", "GEBDAT": "6 6 1932", "GEBORT": "KS", "GEBZEIT": "11 30", "VORNAME": "Bertram", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21791	borries-fred-1911-12-31	{"rawlins-ertel-irving": "37"}	{"csicop": "CS-37"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fred", "family": "Borries", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1911-12-31 20:00", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -85.76667, "lat": 38.25, "name": null, "geoid": null}, "notime": null, "date-ut": "1912-01-01 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Fred", "family": "Borries"}, "birth": {"tzo": "-06:00", "date": "1911-12-31 20:00", "place": {"c2": "KY", "cy": "US", "lg": -85.76667, "lat": 38.25}, "date-ut": "1912-01-01 02:00"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "37"}}, "raw": {"LA1": "38", "LA2": "15", "LO1": "85", "LO2": "46", "AMPM": "P", "MARS": "9", "NAME": "Borries", "BATCH": "2", "Satz#": "37", "GEBDAT": "31 12 1911", "GEBORT": "KY", "GEBZEIT": "8 0", "VORNAME": "Fred", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
16348	blanchard-felix-1924-12-11	{"d10": "111", "3a_sports": "464", "rawlins-ertel-irving": "34"}	{"ertel": "ES-464", "csicop": "CS-34", "lerrcp": "D10-111"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Felix", "family": "Blanchard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1924-12-11 19:30", "note": null, "place": {"c1": null, "c2": "SC", "c3": null, "cy": "US", "lg": -80.25, "lat": 34.21667, "name": "Bishopville", "geoid": null}, "notime": null, "date-ut": "1924-12-12 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Felix", "family": "Blanchard"}, "birth": {"tzo": "-05:00", "date": "1924-12-11 19:30", "place": {"c2": "SC", "cy": "US", "lg": -80.25, "lat": 34.21667, "name": "Bishopville"}, "date-ut": "1924-12-12 00:30"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "111"}}, "raw": {"H": "19:30", "TZ": "5h", "DAY": "11", "LAT": "34N13", "LON": "80W15", "MON": "12", "NUM": "111", "PRO": "SP", "YEA": "1924", "CICO": "Bishopville, SC", "NAME": "Blanchard Felix"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "34"}}, "raw": {"LA1": "34", "LA2": "13", "LO1": "80", "LO2": "15", "AMPM": "P", "MARS": "11", "NAME": "Blanchard", "BATCH": "1", "Satz#": "34", "GEBDAT": "11 12 1924", "GEBORT": "SC", "GEBZEIT": "7 30", "VORNAME": "Felix Anthony", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-464"}}, "raw": {"L": "", "MF": "", "NR": "464", "ENG": "1", "MA_": "2", "G_NR": "111", "MA12": "4", "MARS": "11", "NAME": "Blanchard", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "1,500", "CSINR": "34", "KURTZ": "", "PHAS_": "99,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "11.12.", "ZITATE": "X", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Felix Anthony", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "11.12.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16355	blozis-al-1919-01-05	{"d10": "118", "3a_sports": "475", "rawlins-ertel-irving": "35"}	{"ertel": "ES-475", "csicop": "CS-35", "lerrcp": "D10-118"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Al", "family": "Blozis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1919-01-05 19:00", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.1, "lat": 40.86667, "name": "Garfield", "geoid": null}, "notime": null, "date-ut": "1919-01-06 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Al", "family": "Blozis"}, "birth": {"tzo": "-05:00", "date": "1919-01-05 19:00", "place": {"c2": "NJ", "cy": "US", "lg": -74.1, "lat": 40.86667, "name": "Garfield"}, "date-ut": "1919-01-06 00:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "118"}}, "raw": {"H": "19:00", "TZ": "5h", "DAY": "5", "LAT": "40N52", "LON": "74W6", "MON": "1", "NUM": "118", "PRO": "SP", "YEA": "1919", "CICO": "Garfield, NJ", "NAME": "Blozis Al"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "35"}}, "raw": {"LA1": "40", "LA2": "52", "LO1": "74", "LO2": "6", "AMPM": "P", "MARS": "19", "NAME": "Blozis", "BATCH": "2", "Satz#": "35", "GEBDAT": "5 1 1919", "GEBORT": "NJ", "GEBZEIT": "7 0", "VORNAME": "Al", "SPORTART": "TRAC", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-475"}}, "raw": {"L": "", "MF": "", "NR": "475", "ENG": "", "MA_": "1", "G_NR": "118", "MA12": "7", "MARS": "19", "NAME": "Blozis", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "4,800", "CSINR": "35", "KURTZ": "", "PHAS_": "8,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "05.01.", "ZITATE": "X", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Al", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "05.01.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:56+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1975	quaglio-aldo-1932-02-17	{"a1": "1977", "3a_sports": "3410", "cfepp-final3": "775"}	{"cfepp": "CF-775", "cpara": "CP-357", "ertel": "ES-3410", "lerrcp": "A1-1977"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Quaglio", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1932-02-17 10:00", "note": null, "place": {"c1": null, "c2": "09", "c3": "", "cy": "FR", "lg": 1.57443, "lat": 43.23458, "name": "Saverdun", "geoid": 2975592}, "notime": null, "date-ut": "1932-02-17 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Aldo", "family": "Quaglio"}, "birth": {"tzo": "+00:00", "date": "1932-02-17 10:00", "place": {"c2": "09", "cy": "FR", "lg": 1.57443, "lat": 43.23458, "name": "Saverdun", "geoid": 2975592}, "date-ut": "1932-02-17 10:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1977"}, "ids-in-sources": {"a1": "1977"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "09", "COU": "F", "DAY": "17", "LAT": "42N58", "LON": "1E35", "MON": "2", "NUM": "1977", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "SAVERDUN"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-02-17 10:00"}, "partial-ids": {"ertel": "ES-3410"}}, "raw": {"L": "", "MF": "", "NR": "3410", "ENG": "", "MA_": "1", "G_NR": "1977", "MA12": "2", "MARS": "6", "NAME": "Quaglio", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,300", "CSINR": "", "KURTZ": "", "PHAS_": "71,400", "STUND": "10,00", "CFEPNR": "776", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.02.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "357", "VORNAME": "Aldo", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "17.02.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1932-02-17 10:00", "place": {"c3": ""}, "date-ut": "1932-02-17 10:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "775"}}, "raw": {"S": "2", "LT": "10 00", "LV": "I17", "TR": "f", "UT": "10 00", "LAT": "+43.23", "SRC": "L", "LONG": "-01.58", "NAME": "QUAGLIO Aldo", "SPORT": "Rugby League", "LOC_DATE": "1932 02 17", "UNIV_DATE": "1932 02 17", "BIRTH_PLACE": "SAVERDUN", "POSTAL_CODE": "09700"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1816	baulon-robert-1930-10-22	{"a1": "1817", "3a_sports": "288", "cfepp-final3": "805"}	{"cfepp": "CF-805", "cpara": "CP-33", "ertel": "ES-288", "lerrcp": "A1-1817"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Baulon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1930-10-22 10:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -1.46556, "lat": 43.5277, "name": "Boucau", "geoid": 3031389}, "notime": null, "date-ut": "1930-10-22 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Baulon"}, "birth": {"tzo": "+00:00", "date": "1930-10-21 10:00", "place": {"c2": "64", "cy": "FR", "lg": -1.46556, "lat": 43.5277, "name": "Boucau", "geoid": 3031389}, "date-ut": "1930-10-21 10:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1817"}, "ids-in-sources": {"a1": "1817"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "21", "LAT": "43N18", "LON": "0W22", "MON": "10", "NUM": "1817", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "BOUCAU"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-10-21 10:00"}, "partial-ids": {"ertel": "ES-288"}}, "raw": {"L": "", "MF": "", "NR": "288", "ENG": "", "MA_": "1", "G_NR": "1817", "MA12": "5", "MARS": "14", "NAME": "Baulon", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,900", "CSINR": "", "KURTZ": "d", "PHAS_": "1,100", "STUND": "10,00", "CFEPNR": "806", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.10.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "33", "VORNAME": "Robert", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "21.10.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "baulon-robert-1930-10-22", "birth": {"date": "1930-10-22 10:00", "place": {"c3": ""}, "date-ut": "1930-10-22 10:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "805"}}, "raw": {"S": "5", "LT": "10 00", "LV": "I18", "TR": "f", "UT": "10 00", "LAT": "+43.53", "SRC": "L", "LONG": "+01.49", "NAME": "BAULON Robert", "SPORT": "Rugby Union", "LOC_DATE": "1930 10 22", "UNIV_DATE": "1930 10 22", "BIRTH_PLACE": "BOUCAU", "POSTAL_CODE": "64340"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
21792	bottari-victor-1916-12-21	{"rawlins-ertel-irving": "38"}	{"csicop": "CS-38"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Bottari", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1916-12-21 11:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.25, "lat": 38.11667, "name": null, "geoid": null}, "notime": null, "date-ut": "1916-12-21 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Bottari"}, "birth": {"tzo": "-08:00", "date": "1916-12-21 11:00", "place": {"c2": "CA", "cy": "US", "lg": -122.25, "lat": 38.11667}, "date-ut": "1916-12-21 19:00"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "38"}}, "raw": {"LA1": "38", "LA2": "7", "LO1": "122", "LO2": "15", "AMPM": "A", "MARS": "5", "NAME": "Bottari", "BATCH": "2", "Satz#": "38", "GEBDAT": "21 12 1916", "GEBORT": "CA", "GEBZEIT": "11 0", "VORNAME": "Victor", "SPORTART": "FOOT", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21793	bradds-gary-1942-07-26	{"rawlins-ertel-irving": "40"}	{"csicop": "CS-40"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gary", "family": "Bradds", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1942-07-26 04:15", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83.73333, "lat": 39.65, "name": null, "geoid": null}, "notime": null, "date-ut": "1942-07-26 09:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Gary", "family": "Bradds"}, "birth": {"tzo": "-05:00", "date": "1942-07-26 04:15", "place": {"c2": "OH", "cy": "US", "lg": -83.73333, "lat": 39.65}, "date-ut": "1942-07-26 09:15"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "40"}}, "raw": {"LA1": "39", "LA2": "39", "LO1": "83", "LO2": "44", "AMPM": "A", "MARS": "29", "NAME": "Bradds", "BATCH": "2", "Satz#": "40", "GEBDAT": "26 7 1942", "GEBORT": "OH", "GEBZEIT": "4 15", "VORNAME": "Gary", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
16371	bourland-clifford-1921-01-01	{"d10": "134", "3a_sports": "616", "rawlins-ertel-irving": "39"}	{"ertel": "ES-616", "csicop": "CS-39", "lerrcp": "D10-134"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clifford", "family": "Bourland", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1921-01-01 18:10", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1921-01-02 02:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Clifford", "family": "Bourland"}, "birth": {"tzo": "-08:00", "date": "1921-01-01 18:10", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1921-01-02 02:10"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "134"}}, "raw": {"H": "18:10", "TZ": "8h", "DAY": "1", "LAT": "34N4", "LON": "118W15", "MON": "1", "NUM": "134", "PRO": "SP", "YEA": "1921", "CICO": "Los Angeles, CA", "NAME": "Bourland Clifford"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "39"}}, "raw": {"LA1": "34", "LA2": "3", "LO1": "118", "LO2": "15", "AMPM": "P", "MARS": "15", "NAME": "Bourland", "BATCH": "2", "Satz#": "39", "GEBDAT": "1 1 1921", "GEBORT": "CA", "GEBZEIT": "6 10", "VORNAME": "Clifford", "SPORTART": "TRAC", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-616"}}, "raw": {"L": "", "MF": "", "NR": "616", "ENG": "", "MA_": "0", "G_NR": "134", "MA12": "5", "MARS": "15", "NAME": "Bourland", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-10,60", "CSINR": "39", "KURTZ": "", "PHAS_": "52,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "01.01.", "ZITATE": "KST", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Clifford", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "01.01.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16384	bragg-don-1935-05-15	{"d10": "147", "3a_sports": "643", "rawlins-ertel-irving": "41"}	{"ertel": "ES-643", "csicop": "CS-41", "lerrcp": "D10-147"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Don", "family": "Bragg", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-04:00", "date": "1935-05-15 15:20", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -75.46667, "lat": 39.73333, "name": "Penns Grove", "geoid": null}, "notime": null, "date-ut": "1935-05-15 19:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Don", "family": "Bragg"}, "birth": {"tzo": "-04:00", "date": "1935-05-15 15:20", "place": {"c2": "NJ", "cy": "US", "lg": -75.46667, "lat": 39.73333, "name": "Penns Grove"}, "date-ut": "1935-05-15 19:20"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "147"}}, "raw": {"H": "15:20", "TZ": "4h", "DAY": "15", "LAT": "39N44", "LON": "75W28", "MON": "5", "NUM": "147", "PRO": "SP", "YEA": "1935", "CICO": "Penns Grove, NJ", "NAME": "Bragg Don"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "41"}}, "raw": {"LA1": "39", "LA2": "43", "LO1": "75", "LO2": "38", "AMPM": "P", "MARS": "35", "NAME": "Bragg", "BATCH": "2", "Satz#": "41", "GEBDAT": "15 5 1935", "GEBORT": "NJ", "GEBZEIT": "3 20", "VORNAME": "Don", "SPORTART": "TRAC", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-643"}}, "raw": {"L": "", "MF": "", "NR": "643", "ENG": "0", "MA_": "2", "G_NR": "147", "MA12": "12", "MARS": "36", "NAME": "Bragg", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "7,000", "CSINR": "41", "KURTZ": "", "PHAS_": "88,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "15.05.", "ZITATE": "DKSTOX", "ZITSUM": "6", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Don", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "15.05.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "5"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1846	buzy-eugene-1917-02-13	{"a1": "1847", "3a_sports": "761", "cfepp-final3": "831"}	{"cfepp": "CF-831", "cpara": "CP-90", "ertel": "ES-761", "lerrcp": "A1-1847"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Buzy", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1917-02-13 01:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -0.21343, "lat": 43.1919, "name": "Bénéjacq", "geoid": 3033504}, "notime": null, "date-ut": "1917-02-13 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Buzy"}, "birth": {"tzo": "+00:00", "date": "1917-02-13 01:00", "place": {"c2": "64", "cy": "FR", "lg": -0.21343, "lat": 43.1919, "name": "Bénéjacq", "geoid": 3033504}, "date-ut": "1917-02-13 01:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1847"}, "ids-in-sources": {"a1": "1847"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "13", "LAT": "43N18", "LON": "0W22", "MON": "2", "NUM": "1847", "PRO": "C", "SEC": "0", "YEA": "1917", "CITY": "BENEJACQ"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1917-02-13 01:00"}, "partial-ids": {"ertel": "ES-761"}}, "raw": {"L": "", "MF": "", "NR": "761", "ENG": "", "MA_": "1", "G_NR": "1847", "MA12": "10", "MARS": "28", "NAME": "Buzy", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,600", "CSINR": "", "KURTZ": "", "PHAS_": "71,000", "STUND": "1,00", "CFEPNR": "832", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.02.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "90", "VORNAME": "Eugene", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "13.02.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1917-02-13 01:00", "place": {"c3": ""}, "date-ut": "1917-02-13 01:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "831"}}, "raw": {"S": "10", "LT": "01 00", "LV": "I17", "TR": "f", "UT": "01 00", "LAT": "+43.19", "SRC": "AL", "LONG": "+00.21", "NAME": "BUZY Eugene", "SPORT": "Rugby Union", "LOC_DATE": "1917 02 13", "UNIV_DATE": "1917 02 13", "BIRTH_PLACE": "BENEJACQ", "POSTAL_CODE": "64800"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
11867	guemard-suzanne-1903-06-03	{"a5": "397", "g55": "07-416"}	{"g55": "07-416", "lerrcp": "A5-397"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Suzanne", "family": "Guemard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1903-06-03 20:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "notime": null, "date-ut": "1903-06-03 19:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Suzanne", "family": "Guemard"}, "birth": {"tzo": "+00:09:21", "date": "1903-06-03 20:00", "place": {"c2": "02", "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "date-ut": "1903-06-03 19:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-397"}, "ids-in-sources": {"a5": "397"}}, "raw": {"H": "19", "MN": "50", "TZ": "0", "COD": "02", "COU": "F", "DAY": "3", "LAT": "49N34", "LON": "3E37", "MON": "6", "NUM": "397", "PRO": "A", "SEC": "40", "YEA": "1903", "CITY": "ST-QUENTIN"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-416"}, "ids-in-source": {"g55": "07-416"}}, "raw": {"DAY": "3-6-1903", "HOUR": "20 h.", "NAME": "GUEMARD Suzanne", "PLACE": "Saint-Quentin (Aisne)."}, "date": "2023-08-20T14:49:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
21794	brennan-terrance-1928-06-11	{"rawlins-ertel-irving": "42"}	{"csicop": "CS-42"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Terrance", "family": "Brennan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1928-06-11 07:35", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": null, "geoid": null}, "notime": null, "date-ut": "1928-06-11 13:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Terrance", "family": "Brennan"}, "birth": {"tzo": "-06:00", "date": "1928-06-11 07:35", "place": {"c2": "WI", "cy": "US", "lg": -87.91667, "lat": 43.03333}, "date-ut": "1928-06-11 13:35"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "42"}}, "raw": {"LA1": "43", "LA2": "2", "LO1": "87", "LO2": "55", "AMPM": "A", "MARS": "9", "NAME": "Brennan", "BATCH": "2", "Satz#": "42", "GEBDAT": "11 6 1928", "GEBORT": "WI", "GEBZEIT": "7 35", "VORNAME": "Terrance", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21795	brown-b-stanley-1949-08-04	{"rawlins-ertel-irving": "43"}	{"csicop": "CS-43"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "B./Stanley", "family": "Brown", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1949-08-04 16:40", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.13333, "lat": 38.01667, "name": null, "geoid": null}, "notime": null, "date-ut": "1949-08-05 00:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "B./Stanley", "family": "Brown"}, "birth": {"tzo": "-08:00", "date": "1949-08-04 16:40", "place": {"c2": "CA", "cy": "US", "lg": -122.13333, "lat": 38.01667}, "date-ut": "1949-08-05 00:40"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "43"}}, "raw": {"LA1": "38", "LA2": "1", "LO1": "122", "LO2": "8", "AMPM": "P", "MARS": "18", "NAME": "Brown", "BATCH": "2", "Satz#": "43", "GEBDAT": "4 8 1949", "GEBORT": "CA", "GEBZEIT": "4 40", "VORNAME": "B./Stanley", "SPORTART": "FOOT", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21796	buchanon-willie-1950-11-04	{"rawlins-ertel-irving": "46"}	{"csicop": "CS-46"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willie", "family": "Buchanon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1950-11-04 05:21", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -117.38333, "lat": 33.2, "name": null, "geoid": null}, "notime": null, "date-ut": "1950-11-04 13:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Willie", "family": "Buchanon"}, "birth": {"tzo": "-08:00", "date": "1950-11-04 05:21", "place": {"c2": "CA", "cy": "US", "lg": -117.38333, "lat": 33.2}, "date-ut": "1950-11-04 13:21"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "46"}}, "raw": {"LA1": "33", "LA2": "12", "LO1": "117", "LO2": "23", "AMPM": "A", "MARS": "31", "NAME": "Buchanon", "BATCH": "2", "Satz#": "46", "GEBDAT": "4 11 1950", "GEBORT": "CA", "GEBZEIT": "5 21", "VORNAME": "Willie", "SPORTART": "FOOT", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21800	charles-john-c-1944-05-09	{"rawlins-ertel-irving": "59"}	{"csicop": "CS-59"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John/C", "family": "Charles", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1944-05-09 09:35", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.16667, "lat": 40.73333, "name": null, "geoid": null}, "notime": null, "date-ut": "1944-05-09 14:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "John/C", "family": "Charles"}, "birth": {"tzo": "-05:00", "date": "1944-05-09 09:35", "place": {"c2": "NJ", "cy": "US", "lg": -74.16667, "lat": 40.73333}, "date-ut": "1944-05-09 14:35"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "59"}}, "raw": {"LA1": "40", "LA2": "44", "LO1": "74", "LO2": "10", "AMPM": "A", "MARS": "36", "NAME": "Charles", "BATCH": "2", "Satz#": "59", "GEBDAT": "9 5 1944", "GEBORT": "NJ", "GEBZEIT": "9 35", "VORNAME": "John/C", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21797	burleson-tom-1952-02-24	{"rawlins-ertel-irving": "49"}	{"csicop": "CS-49"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tom", "family": "Burleson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1952-02-24 17:18", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -81.93333, "lat": 36.08333, "name": null, "geoid": null}, "notime": null, "date-ut": "1952-02-24 22:18"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Tom", "family": "Burleson"}, "birth": {"tzo": "-05:00", "date": "1952-02-24 17:18", "place": {"c2": "NC", "cy": "US", "lg": -81.93333, "lat": 36.08333}, "date-ut": "1952-02-24 22:18"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "49"}}, "raw": {"LA1": "36", "LA2": "5", "LO1": "81", "LO2": "56", "AMPM": "P", "MARS": "28", "NAME": "Burleson", "BATCH": "2", "Satz#": "49", "GEBDAT": "24 2 1952", "GEBORT": "NC", "GEBZEIT": "5 18", "VORNAME": "Tom", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
16414	budd-frank-1939-07-20	{"d10": "177", "3a_sports": "713", "rawlins-ertel-irving": "47"}	{"ertel": "ES-713", "csicop": "CS-47", "lerrcp": "D10-177"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frank", "family": "Budd", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1939-07-20 06:35", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.2, "lat": 39.63333, "name": "Long Beach", "geoid": null}, "notime": null, "date-ut": "1939-07-20 11:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Frank", "family": "Budd"}, "birth": {"tzo": "-05:00", "date": "1939-07-20 06:35", "place": {"c2": "NJ", "cy": "US", "lg": -74.2, "lat": 39.63333, "name": "Long Beach"}, "date-ut": "1939-07-20 11:35"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "177"}}, "raw": {"H": "06:35", "TZ": "5h", "DAY": "20", "LAT": "39N38", "LON": "74W12", "MON": "7", "NUM": "177", "PRO": "SP", "YEA": "1939", "CICO": "Long Beach, NJ", "NAME": "Budd Frank"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "47"}}, "raw": {"LA1": "40", "LA2": "18", "LO1": "74", "LO2": "0", "AMPM": "A", "MARS": "19", "NAME": "Budd", "BATCH": "2", "Satz#": "47", "GEBDAT": "20 7 1939", "GEBORT": "NJ", "GEBZEIT": "6 35", "VORNAME": "Frank", "SPORTART": "TRAC", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-713"}}, "raw": {"L": "", "MF": "", "NR": "713", "ENG": "", "MA_": "1", "G_NR": "177", "MA12": "7", "MARS": "20", "NAME": "Budd", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "7,300", "CSINR": "47", "KURTZ": "", "PHAS_": "14,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "20.07.", "ZITATE": "DTE", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Frank", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "20.07.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16433	campbell-milton-1933-09-12	{"d10": "196", "3a_sports": "805", "rawlins-ertel-irving": "51"}	{"ertel": "ES-805", "csicop": "CS-51", "lerrcp": "D10-196"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Milton", "family": "Campbell", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-04:00", "date": "1933-09-12 15:22", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.41667, "lat": 40.61667, "name": "Plainfield", "geoid": null}, "notime": null, "date-ut": "1933-09-12 19:22"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Milton", "family": "Campbell"}, "birth": {"tzo": "-04:00", "date": "1933-09-12 15:22", "place": {"c2": "NJ", "cy": "US", "lg": -74.41667, "lat": 40.61667, "name": "Plainfield"}, "date-ut": "1933-09-12 19:22"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "196"}}, "raw": {"H": "15:22", "TZ": "4h", "DAY": "12", "LAT": "40N37", "LON": "74W25", "MON": "9", "NUM": "196", "PRO": "SP", "YEA": "1933", "CICO": "Plainfield, NJ", "NAME": "Campbell Milton"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": ["CHECK birth day : D10-196 1933-09-12 / CSID 51 1933-12-09"], "occus": [["athletics-competitor"]], "to-check": true, "ids-in-sources": {"rawlins-ertel-irving": "51"}}, "raw": {"LA1": "40", "LA2": "37", "LO1": "74", "LO2": "25", "AMPM": "P", "MARS": "12", "NAME": "Campbell", "BATCH": "2", "Satz#": "51", "GEBDAT": "9 12 1933", "GEBORT": "NJ", "GEBZEIT": "3 22", "VORNAME": "Milton", "SPORTART": "TRAC", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-805"}}, "raw": {"L": "", "MF": "", "NR": "805", "ENG": "1", "MA_": "2", "G_NR": "196", "MA12": "4", "MARS": "12", "NAME": "Campbell", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-9,500", "CSINR": "51", "KURTZ": "", "PHAS_": "49,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "12.09.", "ZITATE": "DKSTX", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Milton", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "12.09.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	["CHECK birth day : D10-196 1933-09-12 / CSID 51 1933-12-09"]
1907	gonnet-charles-1897-11-03	{"a1": "1909", "3a_sports": "1899", "cfepp-final3": "880"}	{"cfepp": "CF-880", "cpara": "CP-210", "ertel": "ES-1899", "lerrcp": "A1-1909"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Gonnet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1897-11-03 07:50", "note": null, "place": {"c1": null, "c2": "02", "c3": "", "cy": "FR", "lg": 3.62714, "lat": 49.5631, "name": "Laon", "geoid": 3007477}, "notime": null, "date-ut": "1897-11-03 07:41"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Gonnet"}, "birth": {"tzo": "+00:09:21", "date": "1897-11-03 07:50", "place": {"c2": "02", "cy": "FR", "lg": 3.62714, "lat": 49.5631, "name": "Laon", "geoid": 3007477}, "date-ut": "1897-11-03 07:40:40"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1909"}, "ids-in-sources": {"a1": "1909"}}, "raw": {"H": "7", "MN": "40", "TZ": "0", "COD": "02", "COU": "F", "DAY": "3", "LAT": "49N34", "LON": "3E37", "MON": "11", "NUM": "1909", "PRO": "C", "SEC": "40", "YEA": "1897", "CITY": "LAON"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1897-11-03 07:50"}, "partial-ids": {"ertel": "ES-1899"}}, "raw": {"L": "", "MF": "", "NR": "1899", "ENG": "1", "MA_": "2", "G_NR": "1909", "MA12": "1", "MARS": "1", "NAME": "Gonnet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,400", "CSINR": "", "KURTZ": "", "PHAS_": "64,700", "STUND": "7,83", "CFEPNR": "881", "EXTEND": "1", "NATION": "FRA", "TAGMON": "03.11.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "210", "VORNAME": "Charles", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "03.11.1897", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1897-11-03 07:50", "place": {"c3": ""}, "date-ut": "1897-11-03 07:41"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "880"}}, "raw": {"S": "1", "LT": "07 50", "LV": "I16", "TR": "f", "UT": "07 41", "LAT": "+49.57", "SRC": "AL", "LONG": "-03.63", "NAME": "GONNET Charles-Albert", "SPORT": "Rugby Union", "LOC_DATE": "1897 11 03", "UNIV_DATE": "1897 11 03", "BIRTH_PLACE": "LAON", "POSTAL_CODE": "02000"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1866	communeau-marcel-1885-09-11	{"a1": "1867", "g55": "03-383", "3a_sports": "1074", "cfepp-final3": "846"}	{"g55": "03-383", "cfepp": "CF-846", "cpara": "CP-127", "ertel": "ES-1074", "lerrcp": "A1-1867"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Communeau", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:08:20", "date": "1885-09-11 07:30", "note": null, "place": {"c1": null, "c2": "60", "c3": "", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Beauvais", "geoid": 3034006}, "notime": null, "date-ut": "1885-09-11 07:22"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Communeau"}, "birth": {"tzo": "+00:08:20", "date": "1885-09-11 07:30", "place": {"c2": "60", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Beauvais", "geoid": 3034006}, "date-ut": "1885-09-11 07:21:40"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1867"}, "ids-in-sources": {"a1": "1867"}}, "raw": {"H": "7", "MN": "21", "TZ": "0", "COD": "60", "COU": "F", "DAY": "11", "LAT": "49N26", "LON": "2E 5", "MON": "9", "NUM": "1867", "PRO": "C", "SEC": "40", "YEA": "1885", "CITY": "BEAUVAIS"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1885-09-11 07:30"}, "partial-ids": {"ertel": "ES-1074"}}, "raw": {"L": "", "MF": "", "NR": "1074", "ENG": "", "MA_": "0", "G_NR": "1867", "MA12": "3", "MARS": "8", "NAME": "Communeau", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,200", "CSINR": "", "KURTZ": "", "PHAS_": "5,900", "STUND": "7,50", "CFEPNR": "847", "EXTEND": "", "NATION": "FRA", "TAGMON": "11.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "127", "VORNAME": "Marcel", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "11.09.1885", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1885-09-11 07:30", "place": {"c3": ""}, "date-ut": "1885-09-11 07:22"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "846"}}, "raw": {"S": "3", "LT": "07 30", "LV": "I21", "TR": "f", "UT": "07 22", "LAT": "+49.43", "SRC": "ALG", "LONG": "-02.08", "NAME": "COMMUNEAU Marcel", "SPORT": "Rugby Union", "LOC_DATE": "1885 09 11", "UNIV_DATE": "1885 09 11", "BIRTH_PLACE": "BEAUVAIS", "POSTAL_CODE": "60021 CEDEX"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-383"}, "ids-in-source": {"g55": "03-383"}}, "raw": {"DAY": "11-9-1885", "HOUR": "7 h. 30", "NAME": "COMMUNEAU Marcel", "PLACE": "Beauvais (Oise)."}, "date": "2023-08-20T14:48:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
21798	carrier-darel-1940-10-26	{"rawlins-ertel-irving": "53"}	{"csicop": "CS-53"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Darel", "family": "Carrier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1940-10-26 12:40", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -86.41667, "lat": 37, "name": null, "geoid": null}, "notime": null, "date-ut": "1940-10-26 18:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Darel", "family": "Carrier"}, "birth": {"tzo": "-06:00", "date": "1940-10-26 12:40", "place": {"c2": "KY", "cy": "US", "lg": -86.41667, "lat": 37}, "date-ut": "1940-10-26 18:40"}, "occus": [["boxer"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "53"}}, "raw": {"LA1": "37", "LA2": "0", "LO1": "86", "LO2": "25", "AMPM": "A", "MARS": "31", "NAME": "Carrier", "BATCH": "2", "Satz#": "53", "GEBDAT": "26 10 1940", "GEBORT": "KY", "GEBZEIT": "12 40", "VORNAME": "Darel", "SPORTART": "BOXI", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
16437	carpenter-kenneth-1913-04-19	{"d10": "200", "3a_sports": "854", "rawlins-ertel-irving": "52"}	{"ertel": "ES-854", "csicop": "CS-52", "lerrcp": "D10-200"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kenneth", "family": "Carpenter", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1913-04-19 10:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.21667, "lat": 33.9, "name": "Compton", "geoid": null}, "notime": null, "date-ut": "1913-04-19 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Kenneth", "family": "Carpenter"}, "birth": {"tzo": "-08:00", "date": "1913-04-19 10:00", "place": {"c2": "CA", "cy": "US", "lg": -118.21667, "lat": 33.9, "name": "Compton"}, "date-ut": "1913-04-19 18:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "200"}}, "raw": {"H": "10:00", "TZ": "8h", "DAY": "19", "LAT": "33N54", "LON": "118W13", "MON": "4", "NUM": "200", "PRO": "SP", "YEA": "1913", "CICO": "Compton, CA", "NAME": "Carpenter Kenneth"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "52"}}, "raw": {"LA1": "33", "LA2": "54", "LO1": "118", "LO2": "13", "AMPM": "A", "MARS": "11", "NAME": "Carpenter", "BATCH": "2", "Satz#": "52", "GEBDAT": "19 4 1913", "GEBORT": "CA", "GEBZEIT": "10 0", "VORNAME": "Kenneth", "SPORTART": "TRAC", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-854"}}, "raw": {"L": "", "MF": "", "NR": "854", "ENG": "1", "MA_": "2", "G_NR": "200", "MA12": "4", "MARS": "11", "NAME": "Carpenter", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "6,500", "CSINR": "52", "KURTZ": "", "PHAS_": "95,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "19.04.", "ZITATE": "KSTX", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Kenneth", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "19.04.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16442	carter-james-1923-12-15	{"d10": "205", "3a_sports": "870", "rawlins-ertel-irving": "54"}	{"ertel": "ES-870", "csicop": "CS-54", "lerrcp": "D10-205"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Carter", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1923-12-15 01:00", "note": null, "place": {"c1": null, "c2": "SC", "c3": null, "cy": "US", "lg": -81.71667, "lat": 33.56667, "name": "Aiken", "geoid": null}, "notime": null, "date-ut": "1923-12-15 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "James", "family": "Carter"}, "birth": {"tzo": "-05:00", "date": "1923-12-15 01:00", "place": {"c2": "SC", "cy": "US", "lg": -81.71667, "lat": 33.56667, "name": "Aiken"}, "date-ut": "1923-12-15 06:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "205"}}, "raw": {"H": "01:00", "TZ": "5h", "DAY": "15", "LAT": "33N34", "LON": "81W43", "MON": "12", "NUM": "205", "PRO": "SP", "YEA": "1923", "CICO": "Aiken, SC", "NAME": "Carter James"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["boxer"]], "ids-in-sources": {"rawlins-ertel-irving": "54"}}, "raw": {"LA1": "33", "LA2": "34", "LO1": "81", "LO2": "43", "AMPM": "A", "MARS": "33", "NAME": "Carter", "BATCH": "2", "Satz#": "54", "GEBDAT": "15 12 1923", "GEBORT": "SC", "GEBZEIT": "1 0", "VORNAME": "James/W", "SPORTART": "BOXI", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["boxer"], "partial-ids": {"ertel": "ES-870"}}, "raw": {"L": "", "MF": "", "NR": "870", "ENG": "", "MA_": "0", "G_NR": "205", "MA12": "11", "MARS": "33", "NAME": "Carter", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "9,900", "CSINR": "54", "KURTZ": "", "PHAS_": "49,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "15.12.", "ZITATE": "R", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "James W.", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "15.12.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16452	chadwick-florence-1918-11-09	{"d10": "215", "3a_sports": "957", "rawlins-ertel-irving": "57"}	{"ertel": "ES-957", "csicop": "CS-57", "lerrcp": "D10-215"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Florence", "family": "Chadwick", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "-08:00", "date": "1918-11-09 19:25", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -117.15, "lat": 32.71667, "name": "San Diego", "geoid": null}, "notime": null, "date-ut": "1918-11-10 03:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "Florence", "family": "Chadwick"}, "birth": {"tzo": "-08:00", "date": "1918-11-09 19:25", "place": {"c2": "CA", "cy": "US", "lg": -117.15, "lat": 32.71667, "name": "San Diego"}, "date-ut": "1918-11-10 03:25"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "215"}}, "raw": {"H": "19:25", "TZ": "8h", "DAY": "9", "LAT": "32N43", "LON": "117W9", "MON": "11", "NUM": "215", "PRO": "SP", "YEA": "1918", "CICO": "San Diego, CA", "NAME": "Chadwick Florence"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["swimmer"]], "ids-in-sources": {"rawlins-ertel-irving": "57"}}, "raw": {"LA1": "32", "LA2": "43", "LO1": "117", "LO2": "9", "AMPM": "P", "MARS": "19", "NAME": "Chadwick", "BATCH": "1", "Satz#": "57", "GEBDAT": "9 11 1918", "GEBORT": "CA", "GEBZEIT": "7 25", "VORNAME": "Florence", "SPORTART": "SWIM", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "F", "occus": ["swimmer"], "partial-ids": {"ertel": "ES-957"}}, "raw": {"L": "", "MF": "F", "NR": "957", "ENG": "", "MA_": "1", "G_NR": "215", "MA12": "7", "MARS": "19", "NAME": "Chadwick", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "8,000", "CSINR": "57", "KURTZ": "", "PHAS_": "23,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "09.11.", "ZITATE": "BEX", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Florence", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "09.11.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SWIM", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1987	samatan-robert-1909-04-16	{"a1": "1989", "3a_sports": "3662", "cfepp-final3": "948"}	{"cfepp": "CF-948", "cpara": "CP-380", "ertel": "ES-3662", "lerrcp": "A1-1989"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Samatan", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1909-04-16 17:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1909-04-16 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Samatan"}, "birth": {"tzo": "+00:09:21", "date": "1909-04-16 17:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1909-04-16 16:50:40"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1989"}, "ids-in-sources": {"a1": "1989"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "31", "COU": "F", "DAY": "16", "LAT": "43N37", "LON": "1E26", "MON": "4", "NUM": "1989", "PRO": "C", "SEC": "40", "YEA": "1909", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1909-04-16 17:00"}, "partial-ids": {"ertel": "ES-3662"}}, "raw": {"L": "", "MF": "", "NR": "3662", "ENG": "", "MA_": "0", "G_NR": "1989", "MA12": "9", "MARS": "25", "NAME": "Samatan", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,50", "CSINR": "", "KURTZ": "", "PHAS_": "24,200", "STUND": "17,00", "CFEPNR": "948", "EXTEND": "", "NATION": "FRA", "TAGMON": "16.04.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "380", "VORNAME": "Robert", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "16.04.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1909-04-16 17:00", "place": {"c3": ""}, "date-ut": "1909-04-16 16:51"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "948"}}, "raw": {"S": "9", "LT": "17 00", "LV": "I24", "TR": "f", "UT": "16 51", "LAT": "+43.60", "SRC": "AL", "LONG": "-01.44", "NAME": "SAMATAN Robert", "SPORT": "Rugby Union", "LOC_DATE": "1909 04 16", "UNIV_DATE": "1909 04 16", "BIRTH_PLACE": "TOULOUSE", "POSTAL_CODE": "31040 CEDEX"}, "date": "2023-08-20T14:46:15+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
21802	cheyunski-james-1945-12-29	{"rawlins-ertel-irving": "61"}	{"csicop": "CS-61"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Cheyunski", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1945-12-29 02:16", "note": null, "place": {"c1": null, "c2": "MA", "c3": null, "cy": "US", "lg": -71.01667, "lat": 42.08333, "name": null, "geoid": null}, "notime": null, "date-ut": "1945-12-29 07:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "James", "family": "Cheyunski"}, "birth": {"tzo": "-05:00", "date": "1945-12-29 02:16", "place": {"c2": "MA", "cy": "US", "lg": -71.01667, "lat": 42.08333}, "date-ut": "1945-12-29 07:16"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "61"}}, "raw": {"LA1": "42", "LA2": "5", "LO1": "71", "LO2": "1", "AMPM": "A", "MARS": "11", "NAME": "Cheyunski", "BATCH": "3", "Satz#": "61", "GEBDAT": "29 12 1945", "GEBORT": "MA", "GEBZEIT": "2 16", "VORNAME": "James", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21803	concannon-john-1943-02-25	{"rawlins-ertel-irving": "65"}	{"csicop": "CS-65"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Concannon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1943-02-25 07:49", "note": null, "place": {"c1": null, "c2": "MA", "c3": null, "cy": "US", "lg": -71.05, "lat": 42.36667, "name": null, "geoid": null}, "notime": null, "date-ut": "1943-02-25 12:49"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "John", "family": "Concannon"}, "birth": {"tzo": "-05:00", "date": "1943-02-25 07:49", "place": {"c2": "MA", "cy": "US", "lg": -71.05, "lat": 42.36667}, "date-ut": "1943-02-25 12:49"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "65"}}, "raw": {"LA1": "42", "LA2": "22", "LO1": "71", "LO2": "3", "AMPM": "A", "MARS": "5", "NAME": "Concannon", "BATCH": "3", "Satz#": "65", "GEBDAT": "25 2 1943", "GEBORT": "MA", "GEBZEIT": "7 49", "VORNAME": "John", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
16482	collett-wayne-1949-10-20	{"d10": "246", "3a_sports": "1057", "rawlins-ertel-irving": "63"}	{"ertel": "ES-1057", "csicop": "CS-63", "lerrcp": "D10-246"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wayne", "family": "Collett", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1949-10-20 18:08", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1949-10-21 02:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Wayne", "family": "Collett"}, "birth": {"tzo": "-08:00", "date": "1949-10-20 18:08", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1949-10-21 02:08"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "246"}}, "raw": {"H": "18:08", "TZ": "8h", "DAY": "20", "LAT": "34N4", "LON": "118W15", "MON": "10", "NUM": "246", "PRO": "SP", "YEA": "1949", "CICO": "Los Angeles, CA", "NAME": "Collett Wayne"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "63"}}, "raw": {"LA1": "34", "LA2": "3", "LO1": "118", "LO2": "15", "AMPM": "P", "MARS": "25", "NAME": "Collett", "BATCH": "2", "Satz#": "63", "GEBDAT": "20 10 1949", "GEBORT": "CA", "GEBZEIT": "6 8", "VORNAME": "Wayne", "SPORTART": "TRAC", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-1057"}}, "raw": {"L": "", "MF": "", "NR": "1057", "ENG": "", "MA_": "0", "G_NR": "246", "MA12": "9", "MARS": "25", "NAME": "Collett", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-6,700", "CSINR": "63", "KURTZ": "", "PHAS_": "5,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "20.10.", "ZITATE": "DKT", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Wayne", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "20.10.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2088	abadie-joseph-1873-12-15	{"a2": "1", "g55": "01-1", "afd5": "3"}	{"g55": "01-1", "lerrcp": "A2-1", "muller": "M5-3"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Joseph", "family": "Abadie", "spouse": [], "official": {"given": "Joseph Jean", "family": null}}	\N	{"lmt": null, "tzo": "+00:00:17", "date": "1873-12-15 06:00", "note": null, "place": {"c1": null, "c2": "65", "c3": null, "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "notime": null, "date-ut": "1873-12-15 15:59:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Abadie"}, "birth": {"tzo": "+00:00:17", "date": "1873-12-15 16:00", "place": {"c2": "65", "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "date-ut": "1873-12-15 15:59:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1"}, "ids-in-sources": {"a2": "1"}}, "raw": {"H": "15", "MN": "59", "TZ": "0", "COD": "65", "COU": "F", "DAY": "15", "LAT": "43N14", "LON": "0E 5", "MON": "12", "NUM": "1", "PRO": "S", "SEC": "40", "YEA": "1873", "CITY": "TARBES"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Abadie", "official": {"given": "Joseph Jean"}}, "birth": {"date": "1873-12-15 06:00", "place": {"name": "Tarbes"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "3"}}, "raw": {"NR": "3", "GNR": "SA21", "JU_": "0", "MA_": "2", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1873", "KORR": "", "MARS": "10", "MODE": "LMT", "MOND": "21", "NAME": "ABADIE (JOSEPH JEAN).", "AUFAB": "-8.50", "PHAS_": "22.400", "SONNE": "18", "VENUS": "19", "BREITE": "43 N 14", "GEBORT": "Tarbes (Hautes-Pyrénées)", "LAENGE": "000 E 05", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "12", "GEBZEIT": "06.00", "JUPITER": "24", "ELECTAGE": "64,3", "ELECTDAT": "22.03.1938", "GEBDATUM": "15.12.1873", "STBDATUM": "24.03.1946"}, "date": "2023-08-20T14:44:16+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-1"}, "ids-in-source": {"g55": "01-1"}}, "raw": {"DAY": "15-12-1873", "HOUR": "16 h.", "NAME": "ABADIE Joseph", "PLACE": "Tarbes (Hautes-Pyrénées)."}, "date": "2023-08-20T14:47:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2096	ambard-leon-1876-02-16	{"a2": "9", "g55": "01-6", "afd5": "10"}	{"g55": "01-6", "lerrcp": "A2-9", "muller": "M5-10"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Léon", "family": "Ambard", "spouse": [], "official": {"given": "Léon", "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1876-02-16 14:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1876-02-16 13:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Ambart"}, "birth": {"tzo": "+00:21:31", "date": "1876-02-16 14:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1876-02-16 13:38:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-9"}, "ids-in-sources": {"a2": "9"}}, "raw": {"H": "13", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "16", "LAT": "43N18", "LON": "5E22", "MON": "2", "NUM": "9", "PRO": "S", "SEC": "32", "YEA": "1876", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Ambard", "official": {"given": "Léon"}}, "birth": {"date": "1876-02-16 14:00", "place": {"name": "Marseille"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "10"}}, "raw": {"NR": "10", "GNR": "SA29", "JU_": "0", "MA_": "0", "MO_": "0", "SA_": "2", "SO_": "1", "VE_": "2", "CODE": "3", "JAHR": "1876", "KORR": "", "MARS": "7", "MODE": "LMT", "MOND": "23", "NAME": "AMBARD (LÉON).", "AUFAB": "-9.30", "PHAS_": "61.600", "SONNE": "13", "VENUS": "9", "BREITE": "43 N 18", "GEBORT": "Marseille (Bouches-du-Rhône)", "LAENGE": "005 E 22", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "12", "GEBZEIT": "14.00", "JUPITER": "22", "ELECTAGE": "54,3", "ELECTDAT": "20.05.1930", "GEBDATUM": "16.02.1876", "STBDATUM": "02.05.1962"}, "date": "2023-08-20T14:44:16+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-6"}, "ids-in-source": {"g55": "01-6"}}, "raw": {"DAY": "16-12-1876", "HOUR": "14 h.", "NAME": "AMBART Léon", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:47:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2100	arloing-fernand-1876-02-28	{"a2": "13", "g55": "01-10", "afd5": "16"}	{"g55": "01-10", "lerrcp": "A2-13", "muller": "M5-16"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Fernand", "family": "Arloing", "spouse": [], "official": {"given": "Fernand Jean Jacques", "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1876-02-28 13:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1876-02-28 02:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Arloing"}, "birth": {"tzo": "+00:05:46", "date": "1876-02-28 03:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1876-02-28 02:54:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-13"}, "ids-in-sources": {"a2": "13"}}, "raw": {"H": "2", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "28", "LAT": "43N37", "LON": "1E26", "MON": "2", "NUM": "13", "PRO": "S", "SEC": "16", "YEA": "1876", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Arloing", "official": {"given": "Fernand Jean Jacques"}}, "birth": {"date": "1876-02-28 13:00", "place": {"name": "Toulouse"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "16"}}, "raw": {"NR": "16", "GNR": "SA213", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "2", "SO_": "2", "VE_": "0", "CODE": "2", "JAHR": "1876", "KORR": "", "MARS": "6", "MODE": "LMT", "MOND": "7", "NAME": "ARLOING (FERNAND JEAN JACQUES).", "AUFAB": "5.00", "PHAS_": "8.300", "SONNE": "11", "VENUS": "7", "BREITE": "43 N 37", "GEBORT": "Toulouse (Haute-Garonne)", "LAENGE": "001 E 26", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "12", "GEBZEIT": "13.00", "JUPITER": "22", "ELECTAGE": "46,9", "ELECTDAT": "09.01.1923", "GEBDATUM": "28.02.1876", "STBDATUM": "09.09.1944"}, "date": "2023-08-20T14:44:16+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-10"}, "ids-in-source": {"g55": "01-10"}}, "raw": {"DAY": "28-2-1876", "HOUR": "3 h.", "NAME": "ARLOING Fernand", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:47:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2111	azam-charles-1822-05-28	{"a2": "24", "g55": "01-20", "afd5": "35"}	{"g55": "01-20", "lerrcp": "A2-24", "muller": "M5-35"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles", "family": "Azam", "spouse": [], "official": {"given": "Charles Marie Etienne Eugène", "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1822-05-28 10:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1822-05-28 09:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Azam"}, "birth": {"tzo": "-00:02:19", "date": "1822-05-28 09:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1822-05-28 09:57:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-24"}, "ids-in-sources": {"a2": "24"}}, "raw": {"H": "9", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "28", "LAT": "44N50", "LON": "0W34", "MON": "5", "NUM": "24", "PRO": "S", "SEC": "36", "YEA": "1822", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Azam", "official": {"given": "Charles Marie Etienne Eugène"}}, "birth": {"date": "1822-05-28 10:00", "place": {"name": "Bordeaux"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "35"}}, "raw": {"NR": "35", "GNR": "SA224", "JU_": "2", "MA_": "0", "MO_": "0", "SA_": "2", "SO_": "0", "VE_": "2", "CODE": "3", "JAHR": "1822", "KORR": "", "MARS": "34", "MODE": "LMT", "MOND": "33", "NAME": "AZAM (CHARLES MARIE ETIENNE EUGENE).", "AUFAB": "10.40", "PHAS_": "52.600", "SONNE": "7", "VENUS": "11", "BREITE": "44 N 50", "GEBORT": "Bordeaux (Gironde)", "LAENGE": "000 W 34", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "10", "GEBZEIT": "10.00", "JUPITER": "9", "ELECTAGE": "58,2", "ELECTDAT": "03.08.1880", "GEBDATUM": "28.05.1822", "STBDATUM": "18.12.1899"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-20"}, "ids-in-source": {"g55": "01-20"}}, "raw": {"DAY": "28-5-1822", "HOUR": "10 h.", "NAME": "AZAM Charles", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:47:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21804	cook-gregory-1946-11-20	{"rawlins-ertel-irving": "66"}	{"csicop": "CS-66"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gregory", "family": "Cook", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1946-11-20 05:35", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -82.98333, "lat": 39.33333, "name": null, "geoid": null}, "notime": null, "date-ut": "1946-11-20 10:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Gregory", "family": "Cook"}, "birth": {"tzo": "-05:00", "date": "1946-11-20 05:35", "place": {"c2": "OH", "cy": "US", "lg": -82.98333, "lat": 39.33333}, "date-ut": "1946-11-20 10:35"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "66"}}, "raw": {"LA1": "39", "LA2": "20", "LO1": "82", "LO2": "59", "AMPM": "A", "MARS": "33", "NAME": "Cook", "BATCH": "2", "Satz#": "66", "GEBDAT": "20 11 1946", "GEBORT": "OH", "GEBZEIT": "5 35", "VORNAME": "Gregory", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21805	cooper-john-1912-02-06	{"rawlins-ertel-irving": "67"}	{"csicop": "CS-67"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Cooper", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1912-02-06 15:36", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -87.76667, "lat": 37.8, "name": null, "geoid": null}, "notime": null, "date-ut": "1912-02-06 21:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "John", "family": "Cooper"}, "birth": {"tzo": "-06:00", "date": "1912-02-06 15:36", "place": {"c2": "KY", "cy": "US", "lg": -87.76667, "lat": 37.8}, "date-ut": "1912-02-06 21:36"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "67"}}, "raw": {"LA1": "37", "LA2": "48", "LO1": "87", "LO2": "46", "AMPM": "P", "MARS": "6", "NAME": "Cooper", "BATCH": "2", "Satz#": "67", "GEBDAT": "6 2 1912", "GEBORT": "KY", "GEBZEIT": "3 36", "VORNAME": "John", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21806	corbus-william-1911-10-05	{"rawlins-ertel-irving": "68"}	{"csicop": "CS-68"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Corbus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1911-10-05 22:30", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.6, "name": null, "geoid": null}, "notime": null, "date-ut": "1911-10-06 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "William", "family": "Corbus"}, "birth": {"tzo": "-08:00", "date": "1911-10-05 22:30", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.6}, "date-ut": "1911-10-06 06:30"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "68"}}, "raw": {"LA1": "37", "LA2": "36", "LO1": "122", "LO2": "25", "AMPM": "P", "MARS": "3", "NAME": "Corbus", "BATCH": "2", "Satz#": "68", "GEBDAT": "5 10 1911", "GEBORT": "CA", "GEBZEIT": "10 30", "VORNAME": "William", "SPORTART": "FOOT", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21807	counts-mel-1941-10-16	{"rawlins-ertel-irving": "70"}	{"csicop": "CS-70"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mel", "family": "Counts", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1941-10-16 01:33", "note": null, "place": {"c1": null, "c2": "OR", "c3": null, "cy": "US", "lg": -124.21667, "lat": 43.36667, "name": null, "geoid": null}, "notime": null, "date-ut": "1941-10-16 09:33"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Mel", "family": "Counts"}, "birth": {"tzo": "-08:00", "date": "1941-10-16 01:33", "place": {"c2": "OR", "cy": "US", "lg": -124.21667, "lat": 43.36667}, "date-ut": "1941-10-16 09:33"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "70"}}, "raw": {"LA1": "43", "LA2": "22", "LO1": "124", "LO2": "13", "AMPM": "A", "MARS": "12", "NAME": "Counts", "BATCH": "2", "Satz#": "70", "GEBDAT": "16 10 1941", "GEBORT": "OR", "GEBZEIT": "1 33", "VORNAME": "Mel", "SPORTART": "BASK", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21808	cox-johnny-1936-11-01	{"rawlins-ertel-irving": "73"}	{"csicop": "CS-73"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johnny", "family": "Cox", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1936-11-01 03:10", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -82.71667, "lat": 37.2, "name": null, "geoid": null}, "notime": null, "date-ut": "1936-11-01 09:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Johnny", "family": "Cox"}, "birth": {"tzo": "-06:00", "date": "1936-11-01 03:10", "place": {"c2": "KY", "cy": "US", "lg": -82.71667, "lat": 37.2}, "date-ut": "1936-11-01 09:10"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "73"}}, "raw": {"LA1": "37", "LA2": "12", "LO1": "82", "LO2": "43", "AMPM": "A", "MARS": "2", "NAME": "Cox", "BATCH": "2", "Satz#": "73", "GEBDAT": "1 11 1936", "GEBORT": "KY", "GEBZEIT": "3 10", "VORNAME": "Johnny", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21809	crandall-cliff-1925-09-26	{"rawlins-ertel-irving": "74"}	{"csicop": "CS-74"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cliff", "family": "Crandall", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1925-09-26 01:10", "note": null, "place": {"c1": null, "c2": "OR", "c3": null, "cy": "US", "lg": -123.83333, "lat": 46.18333, "name": null, "geoid": null}, "notime": null, "date-ut": "1925-09-26 09:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Cliff", "family": "Crandall"}, "birth": {"tzo": "-08:00", "date": "1925-09-26 01:10", "place": {"c2": "OR", "cy": "US", "lg": -123.83333, "lat": 46.18333}, "date-ut": "1925-09-26 09:10"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "74"}}, "raw": {"LA1": "46", "LA2": "11", "LO1": "123", "LO2": "50", "AMPM": "A", "MARS": "29", "NAME": "Crandall", "BATCH": "2", "Satz#": "74", "GEBDAT": "26 9 1925", "GEBORT": "OR", "GEBZEIT": "1 10", "VORNAME": "Cliff", "SPORTART": "BASK", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
16515	cronin-joseph-1906-10-12	{"d10": "279", "3a_sports": "1161", "rawlins-ertel-irving": "75"}	{"ertel": "ES-1161", "csicop": "CS-75", "lerrcp": "D10-279"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Cronin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1906-10-12 12:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1906-10-12 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["baseball-player"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Cronin"}, "birth": {"tzo": "-08:00", "date": "1906-10-12 12:00", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1906-10-12 20:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "279"}}, "raw": {"H": "12:00", "TZ": "8h", "DAY": "12", "LAT": "37N47", "LON": "122W25", "MON": "10", "NUM": "279", "PRO": "SP", "YEA": "1906", "CICO": "San Francisco, CA", "NAME": "Cronin Joseph"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["baseball-player"]], "ids-in-sources": {"rawlins-ertel-irving": "75"}}, "raw": {"LA1": "37", "LA2": "46", "LO1": "122", "LO2": "25", "AMPM": "A", "MARS": "30", "NAME": "Cronin", "BATCH": "1", "Satz#": "75", "GEBDAT": "12 10 1906", "GEBORT": "CA", "GEBZEIT": "12 0", "VORNAME": "Joseph Edward", "SPORTART": "BASE", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["baseball-player"], "partial-ids": {"ertel": "ES-1161"}}, "raw": {"L": "", "MF": "", "NR": "1161", "ENG": "", "MA_": "1", "G_NR": "279", "MA12": "10", "MARS": "30", "NAME": "Cronin", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-9,700", "CSINR": "75", "KURTZ": "", "PHAS_": "37,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "12.10.", "ZITATE": "EX", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Joseph Edward", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "12.10.1906", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BASE", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2117	balland-joseph-1845-01-16	{"a2": "30", "g55": "01-24", "afd5": "43"}	{"g55": "01-24", "lerrcp": "A2-30", "muller": "M5-43"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Joseph", "family": "Balland", "spouse": [], "official": {"given": "Joseph Antoine Félix", "family": null}}	\N	{"lmt": null, "tzo": "+00:20:52", "date": "1845-01-16 04:00", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 5.21667, "lat": 46.2, "name": "Saint-Julien-sur-Reyssouze", "geoid": 0}, "notime": null, "date-ut": "1845-01-16 03:39:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Balland"}, "birth": {"tzo": "+00:20:52", "date": "1845-01-16 04:00", "place": {"c2": "01", "cy": "FR", "lg": 5.21667, "lat": 46.2, "name": "Saint-Julien-sur-Rey", "geoid": 0}, "date-ut": "1845-01-16 03:39:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-30"}, "ids-in-sources": {"a2": "30"}}, "raw": {"H": "3", "MN": "39", "TZ": "0", "COD": "01", "COU": "F", "DAY": "16", "LAT": "46N12", "LON": "5E13", "MON": "1", "NUM": "30", "PRO": "S", "SEC": "8", "YEA": "1845", "CITY": "ST-JULIEN-S/REY"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Balland", "official": {"given": "Joseph Antoine Félix"}}, "birth": {"date": "1845-01-16 04:00", "place": {"name": "Saint-Julien-sur-Reyssouze"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "43"}}, "raw": {"NR": "43", "GNR": "SA230", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1845", "KORR": "", "MARS": "2", "MODE": "LMT", "MOND": "23", "NAME": "BALLAND (JOSEPH ANTOINE FÉLIX).", "AUFAB": "9.80", "PHAS_": "56.300", "SONNE": "32", "VENUS": "34", "BREITE": "46 N 12", "GEBORT": "Saint-Julien-sur-Reyssouze (Ain)", "LAENGE": "005 E 13", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "31", "GEBZEIT": "04.00", "JUPITER": "27", "ELECTAGE": "44,4", "ELECTDAT": "14.05.1889", "GEBDATUM": "16.01.1845", "STBDATUM": "06.01.1927"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Julien-sur-Reyssouze"}}, "partial-ids": {"g55": "01-24"}, "ids-in-source": {"g55": "01-24"}}, "raw": {"DAY": "16-1-1845", "HOUR": "4 h.", "NAME": "* BALLAND Joseph", "PLACE": "Saint-Julien-sur-Reyssouze (Ain)."}, "date": "2023-08-20T14:47:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2122	barbary-jean-1867-06-16	{"a2": "35", "g55": "01-28", "afd5": "49"}	{"g55": "01-28", "lerrcp": "A2-35", "muller": "M5-49"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Barbary", "spouse": [], "official": {"given": "Fernand Jean-Baptiste", "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1867-06-16 16:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1867-06-16 15:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Barbary"}, "birth": {"tzo": "-00:02:19", "date": "1867-06-16 15:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1867-06-16 15:57:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-35"}, "ids-in-sources": {"a2": "35"}}, "raw": {"H": "15", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "16", "LAT": "44N50", "LON": "0W34", "MON": "6", "NUM": "35", "PRO": "S", "SEC": "36", "YEA": "1867", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Barbary", "official": {"given": "Fernand Jean-Baptiste"}}, "birth": {"date": "1867-06-16 16:00", "place": {"name": "Bordeaux"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "49"}}, "raw": {"NR": "49", "GNR": "SA235", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1867", "KORR": "", "MARS": "9", "MODE": "LMT", "MOND": "33", "NAME": "BARBARY (FERNAND JEAN-BAPTISTE).", "AUFAB": "3.00", "PHAS_": "98.500", "SONNE": "14", "VENUS": "17", "BREITE": "44 N 50", "GEBORT": "Bordeaux (Gironde)", "LAENGE": "000 W 34", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "36", "GEBZEIT": "16.00", "JUPITER": "26", "ELECTAGE": "61,1", "ELECTDAT": "26.06.1928", "GEBDATUM": "16.06.1867", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-28"}, "ids-in-source": {"g55": "01-28"}}, "raw": {"DAY": "16-6-1867", "HOUR": "16 h.", "NAME": "BARBARY Jean-Baptiste", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:47:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2125	bardinet-alphonse-1814-06-04	{"a2": "38", "g55": "01-31", "afd5": "52"}	{"g55": "01-31", "lerrcp": "A2-38", "muller": "M5-52"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alphonse", "family": "Bardinet", "spouse": [], "official": {"given": "Barthélemy Alphonse", "family": null}}	\N	{"lmt": null, "tzo": "+00:04:59", "date": "1814-06-04 21:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1814-06-04 20:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Bardinet"}, "birth": {"tzo": "+00:04:59", "date": "1814-06-04 21:00", "place": {"c2": "87", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1814-06-04 20:55"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-38"}, "ids-in-sources": {"a2": "38"}}, "raw": {"H": "20", "MN": "55", "TZ": "0", "COD": "87", "COU": "F", "DAY": "4", "LAT": "45N50", "LON": "1E15", "MON": "6", "NUM": "38", "PRO": "S", "SEC": "0", "YEA": "1814", "CITY": "LIMOGES"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Bardinet", "official": {"given": "Barthélemy Alphonse"}}, "birth": {"date": "1814-06-04 21:00", "place": {"name": "Limoges"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "52"}}, "raw": {"NR": "52", "GNR": "SA238", "JU_": "1", "MA_": "0", "MO_": "2", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1814", "KORR": "", "MARS": "17", "MODE": "LMT", "MOND": "36", "NAME": "BARDINET (BARTHÉLEMY ALPHONSE).", "AUFAB": "-0.80", "PHAS_": "99.100", "SONNE": "21", "VENUS": "28", "BREITE": "45 N 50", "GEBORT": "Limoges (Haute-Vienne)", "LAENGE": "001 E 15", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "34", "GEBZEIT": "21.00", "JUPITER": "14", "ELECTAGE": "53,6", "ELECTDAT": "07.01.1868", "GEBDATUM": "04.06.1814", "STBDATUM": "04.12.1874"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-31"}, "ids-in-source": {"g55": "01-31"}}, "raw": {"DAY": "4-6-1814", "HOUR": "21 h.", "NAME": "BARDINET Alphonse", "PLACE": "Limoges (Haute-Vienne)."}, "date": "2023-08-20T14:47:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2128	barth-jean-1806-09-24	{"a2": "41", "g55": "01-33", "afd5": "59"}	{"g55": "01-33", "lerrcp": "A2-41", "muller": "M5-59"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Barth", "spouse": [], "official": {"given": "Jean-Baptiste Philippe", "family": null}}	\N	{"lmt": null, "tzo": "+00:28:16", "date": "1806-09-24 01:30", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 7.06747, "lat": 49.10995, "name": "Sarreguemines", "geoid": 2975964}, "notime": null, "date-ut": "1806-09-24 01:05:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Barth"}, "birth": {"tzo": "+00:28:16", "date": "1806-09-24 01:33:32", "place": {"c2": "57", "cy": "FR", "lg": 7.06747, "lat": 49.10995, "name": "Sarreguemines", "geoid": 2975964}, "date-ut": "1806-09-24 01:05:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-41"}, "ids-in-sources": {"a2": "41"}}, "raw": {"H": "1", "MN": "5", "TZ": "0", "COD": "57", "COU": "F", "DAY": "24", "LAT": "49N 7", "LON": "6E11", "MON": "9", "NUM": "41", "PRO": "S", "SEC": "16", "YEA": "1806", "CITY": "SARREGUEMINES"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Barth", "official": {"given": "Jean-Baptiste Philippe"}}, "birth": {"date": "1806-09-24 01:30", "place": {"name": "Sarreguemines"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "59"}}, "raw": {"NR": "59", "GNR": "SA241", "JU_": "0", "MA_": "2", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1806", "KORR": "", "MARS": "2", "MODE": "LMT", "MOND": "17", "NAME": "BARTH (JEAN-BAPTISTE PHILIPPE).", "AUFAB": "6.90", "PHAS_": "86.700", "SONNE": "30", "VENUS": "33", "BREITE": "49 N 07", "GEBORT": "Sarreguemines (Moselle)", "LAENGE": "006 E 11", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "27", "GEBZEIT": "01.30", "JUPITER": "23", "ELECTAGE": "47,8", "ELECTDAT": "18.07.1854", "GEBDATUM": "24.09.1806", "STBDATUM": "30.11.1877"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-33"}, "ids-in-source": {"g55": "01-33"}}, "raw": {"DAY": "24-9-1806", "HOUR": "1 h. 30", "NAME": "BARTH Jean-Baptiste", "PLACE": "Sarreguemines (Moselle)."}, "date": "2023-08-20T14:47:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2132	baudrimont-alexandre-1806-05-07	{"a2": "45", "g55": "01-38", "afd5": "64"}	{"g55": "01-38", "lerrcp": "A2-45", "muller": "M5-64"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alexandre", "family": "Baudrimont", "spouse": [], "official": {"given": "Alexandre Edouard", "family": null}}	\N	{"lmt": null, "tzo": "+00:14:28", "date": "1806-05-07 21:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Compiègne", "geoid": 0}, "notime": null, "date-ut": "1806-05-07 20:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Baudrimont"}, "birth": {"tzo": "+00:14:28", "date": "1806-05-07 21:00", "place": {"c2": "02", "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Compiegne", "geoid": 0}, "date-ut": "1806-05-07 20:45:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-45"}, "ids-in-sources": {"a2": "45"}}, "raw": {"H": "20", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "7", "LAT": "49N34", "LON": "3E37", "MON": "5", "NUM": "45", "PRO": "S", "SEC": "32", "YEA": "1806", "CITY": "COMPIEGNE"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Baudrimont", "official": {"given": "Alexandre Edouard"}}, "birth": {"date": "1806-05-07 21:00", "place": {"name": "Compiègne"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "64"}}, "raw": {"NR": "64", "GNR": "SA245", "JU_": "0", "MA_": "0", "MO_": "0", "SA_": "0", "SO_": "0", "VE_": "1", "CODE": "2", "JAHR": "1806", "KORR": "", "MARS": "25", "MODE": "LMT", "MOND": "33", "NAME": "BAUDRIMONT (ALEXANDRE EDOUARD).", "AUFAB": "-6.70", "PHAS_": "82.900", "SONNE": "22", "VENUS": "27", "BREITE": "49 N 26", "GEBORT": "Compiègne (Oise)", "LAENGE": "002 E 05", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "7", "GEBZEIT": "21.00", "JUPITER": "34", "ELECTAGE": "68,2", "ELECTDAT": "14.07.1874", "GEBDATUM": "07.05.1806", "STBDATUM": "24.01.1880"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Compiègne"}}, "partial-ids": {"g55": "01-38"}, "ids-in-source": {"g55": "01-38"}}, "raw": {"DAY": "7-5-1806", "HOUR": "21 h.", "NAME": "BAUDRIMONT Alexandre", "PLACE": "Compiègne (Oise)."}, "date": "2023-08-20T14:47:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21810	dallmar-howard-1922-05-24	{"rawlins-ertel-irving": "80"}	{"csicop": "CS-80"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Howard", "family": "Dallmar", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1922-05-24 16:30", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.76667, "name": null, "geoid": null}, "notime": null, "date-ut": "1922-05-25 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Howard", "family": "Dallmar"}, "birth": {"tzo": "-08:00", "date": "1922-05-24 16:30", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.76667}, "date-ut": "1922-05-25 00:30"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "80"}}, "raw": {"LA1": "37", "LA2": "46", "LO1": "122", "LO2": "25", "AMPM": "P", "MARS": "31", "NAME": "Dallmar", "BATCH": "2", "Satz#": "80", "GEBDAT": "24 5 1922", "GEBORT": "CA", "GEBZEIT": "4 30", "VORNAME": "Howard", "SPORTART": "BASK", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
16518	csonka-lawrence-1946-12-25	{"d10": "282", "3a_sports": "1169", "rawlins-ertel-irving": "76"}	{"ertel": "ES-1169", "csicop": "CS-76", "lerrcp": "D10-282"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lawrence", "family": "Csonka", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1946-12-25 05:53", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.43333, "lat": 41.16667, "name": "Stow", "geoid": null}, "notime": null, "date-ut": "1946-12-25 10:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Lawrence", "family": "Csonka"}, "birth": {"tzo": "-05:00", "date": "1946-12-25 05:53", "place": {"c2": "OH", "cy": "US", "lg": -81.43333, "lat": 41.16667, "name": "Stow"}, "date-ut": "1946-12-25 10:53"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "282"}}, "raw": {"H": "05:53", "TZ": "5h", "DAY": "25", "LAT": "41N10", "LON": "81W26", "MON": "12", "NUM": "282", "PRO": "SP", "YEA": "1946", "CICO": "Stow, OH", "NAME": "Csonka Lawrence"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "76"}}, "raw": {"LA1": "41", "LA2": "10", "LO1": "81", "LO2": "27", "AMPM": "A", "MARS": "34", "NAME": "Csonka", "BATCH": "1", "Satz#": "76", "GEBDAT": "25 12 1946", "GEBORT": "OH", "GEBZEIT": "5 53", "VORNAME": "Lawrence Richard", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-1169"}}, "raw": {"L": "", "MF": "", "NR": "1169", "ENG": "", "MA_": "0", "G_NR": "282", "MA12": "12", "MARS": "34", "NAME": "Csonka", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "1,800", "CSINR": "76", "KURTZ": "", "PHAS_": "2,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "25.12.", "ZITATE": "B", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Lawrence Richard", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "25.12.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16523	curtis-issac-1950-10-20	{"d10": "287", "3a_sports": "1180", "rawlins-ertel-irving": "78"}	{"ertel": "ES-1180", "csicop": "CS-78", "lerrcp": "D10-287"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Issac", "family": "Curtis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1950-10-20 08:19", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -117.86667, "lat": 33.76667, "name": "Santa Ana", "geoid": null}, "notime": null, "date-ut": "1950-10-20 16:19"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Issac", "family": "Curtis"}, "birth": {"tzo": "-08:00", "date": "1950-10-20 08:19", "place": {"c2": "CA", "cy": "US", "lg": -117.86667, "lat": 33.76667, "name": "Santa Ana"}, "date-ut": "1950-10-20 16:19"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "287"}}, "raw": {"H": "08:19", "TZ": "8h", "DAY": "20", "LAT": "33N46", "LON": "117W52", "MON": "10", "NUM": "287", "PRO": "SP", "YEA": "1950", "CICO": "Santa Ana, CA", "NAME": "Curtis Issac"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "78"}}, "raw": {"LA1": "33", "LA2": "46", "LO1": "117", "LO2": "52", "AMPM": "A", "MARS": "34", "NAME": "Curtis", "BATCH": "1", "Satz#": "78", "GEBDAT": "20 10 1950", "GEBORT": "CA", "GEBZEIT": "8 19", "VORNAME": "Isaac", "SPORTART": "FOOT", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-1180"}}, "raw": {"L": "", "MF": "", "NR": "1180", "ENG": "", "MA_": "0", "G_NR": "287", "MA12": "12", "MARS": "34", "NAME": "Curtis", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "10,200", "CSINR": "78", "KURTZ": "", "PHAS_": "69,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "20.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Isaac", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.10.1950", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:05+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16527	dale-carroll-1938-04-24	{"d10": "291", "3a_sports": "1197", "rawlins-ertel-irving": "79"}	{"ertel": "ES-1197", "csicop": "CS-79", "lerrcp": "D10-291"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carroll", "family": "Dale", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "-05:00", "date": "1938-04-24 04:40", "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "US", "lg": -82.58333, "lat": 36.98333, "name": "Wise", "geoid": null}, "notime": null, "date-ut": "1938-04-24 09:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Carroll", "family": "Dale"}, "birth": {"tzo": "-05:00", "date": "1938-04-24 04:40", "place": {"c2": "VA", "cy": "US", "lg": -82.58333, "lat": 36.98333, "name": "Wise"}, "date-ut": "1938-04-24 09:40"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "291"}}, "raw": {"H": "04:40", "TZ": "5h", "DAY": "24", "LAT": "36N59", "LON": "82W35", "MON": "4", "NUM": "291", "PRO": "SP", "YEA": "1938", "CICO": "Wise, VA", "NAME": "Dale Carroll"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "79"}}, "raw": {"LA1": "36", "LA2": "49", "LO1": "82", "LO2": "34", "AMPM": "A", "MARS": "32", "NAME": "Dale", "BATCH": "1", "Satz#": "79", "GEBDAT": "24 4 1938", "GEBORT": "VA", "GEBZEIT": "4 40", "VORNAME": "Carroll W", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "F", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-1197"}}, "raw": {"L": "", "MF": "F", "NR": "1197", "ENG": "", "MA_": "0", "G_NR": "290", "MA12": "11", "MARS": "32", "NAME": "Dale", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-9,600", "CSINR": "79", "KURTZ": "", "PHAS_": "39,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "24.04.", "ZITATE": "T", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Carroll W.", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "24.04.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:05+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2137	beau-joseph-1806-05-08	{"a2": "50", "g55": "01-41", "afd5": "69"}	{"g55": "01-41", "lerrcp": "A2-50", "muller": "M5-69"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Joseph", "family": "Beau", "spouse": [], "official": {"given": "Joseph Honoré Simon", "family": null}}	\N	{"lmt": null, "tzo": "+00:23:37", "date": "1806-05-08 10:00", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 5.90506, "lat": 46.13819, "name": "Collonges", "geoid": 3024306}, "notime": null, "date-ut": "1806-05-08 09:39:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Beau"}, "birth": {"tzo": "+00:23:37", "date": "1806-05-08 10:00", "place": {"c2": "01", "cy": "FR", "lg": 5.90506, "lat": 46.13819, "name": "Collonges", "geoid": 3024306}, "date-ut": "1806-05-08 09:39:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-50"}, "ids-in-sources": {"a2": "50"}}, "raw": {"H": "9", "MN": "39", "TZ": "0", "COD": "01", "COU": "F", "DAY": "8", "LAT": "46N12", "LON": "5E13", "MON": "5", "NUM": "50", "PRO": "S", "SEC": "8", "YEA": "1806", "CITY": "COLLONGES"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Beau", "official": {"given": "Joseph Honoré Simon"}}, "birth": {"date": "1806-05-08 10:00", "place": {"name": "Collonges"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "69"}}, "raw": {"NR": "69", "GNR": "SA250", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "2", "CODE": "3", "JAHR": "1806", "KORR": "", "MARS": "9", "MODE": "LMT", "MOND": "20", "NAME": "BEAU (JOSEPH HONORÉ SIMON).", "AUFAB": "-7.80", "PHAS_": "75.100", "SONNE": "7", "VENUS": "11", "BREITE": "46 N 12", "GEBORT": "Collonges (Ain)", "LAENGE": "005 E 13", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "27", "GEBZEIT": "10.00", "JUPITER": "21", "ELECTAGE": "50,2", "ELECTDAT": "01.07.1856", "GEBDATUM": "08.05.1806", "STBDATUM": "11.08.1865"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-41"}, "ids-in-source": {"g55": "01-41"}}, "raw": {"DAY": "8-5-1806", "HOUR": "10 h.", "NAME": "BEAU Joseph Honoré", "PLACE": "Collonges (Ain)."}, "date": "2023-08-20T14:47:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
24254	bechamps-pierre-1816-10-15	{"g55": "01-42"}	{"g55": "01-42"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Bechamps", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1816-10-15 07:00", "note": null, "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Bassing", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Bechamps", "nobility": ""}, "birth": {"date": "1816-10-15 07:00", "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "name": "Bassing"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"g55": "01-42"}}, "raw": {"DAY": "15-10-1816", "HOUR": "7 h.", "NAME": "BECHAMPS Pierre", "PLACE": "Bassing (Meurthe)."}, "date": "2023-08-20T14:47:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2145	berard-leon-1870-02-17	{"a2": "58", "g55": "01-47", "afd5": "78"}	{"g55": "01-47", "lerrcp": "A2-58", "muller": "M5-78"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Léon", "family": "Bérard", "spouse": [], "official": {"given": "Léon Eugène", "family": null}}	\N	{"lmt": null, "tzo": "+00:24:06", "date": "1870-02-17 19:00", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 6.02589, "lat": 46.5254, "name": "Morez", "geoid": 2991832}, "notime": null, "date-ut": "1870-02-17 18:37:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Berard"}, "birth": {"tzo": "+00:24:06", "date": "1870-02-17 19:00", "place": {"c2": "39", "cy": "FR", "lg": 6.02589, "lat": 46.5254, "name": "Morez", "geoid": 2991832}, "date-ut": "1870-02-17 18:37:48"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-58"}, "ids-in-sources": {"a2": "58"}}, "raw": {"H": "18", "MN": "37", "TZ": "0", "COD": "39", "COU": "F", "DAY": "17", "LAT": "46N40", "LON": "5E33", "MON": "2", "NUM": "58", "PRO": "S", "SEC": "48", "YEA": "1870", "CITY": "MOREZ"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Bérard", "official": {"given": "Léon Eugène"}}, "birth": {"date": "1870-02-17 19:00", "place": {"name": "Morez"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "78"}}, "raw": {"NR": "78", "GNR": "SA258", "JU_": "2", "MA_": "1", "MO_": "2", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1870", "KORR": "", "MARS": "20", "MODE": "LMT", "MOND": "36", "NAME": "BÉRARD (LÉON EUGENE).", "AUFAB": "-1.00", "PHAS_": "98.900", "SONNE": "21", "VENUS": "19", "BREITE": "46 N 40", "GEBORT": "Morez (Jura)", "LAENGE": "005 E 33", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "26", "GEBZEIT": "19.00", "JUPITER": "12", "ELECTAGE": "49,3", "ELECTDAT": "27.05.1919", "GEBDATUM": "17.02.1870", "STBDATUM": "02.09.1956"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-47"}, "ids-in-source": {"g55": "01-47"}}, "raw": {"DAY": "17-2-1870", "HOUR": "19 h.", "NAME": "BERARD Léon Eugène", "PLACE": "Morez (Jura)."}, "date": "2023-08-20T14:47:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2149	bernard-claude-1813-07-12	{"a2": "62", "g55": "01-51", "afd5": "83"}	{"g55": "01-51", "lerrcp": "A2-62", "muller": "M5-83"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Claude", "family": "Bernard", "spouse": [], "official": {"given": "Claude", "family": null}}	\N	{"lmt": null, "tzo": "+00:18:37", "date": "1813-07-12 03:30", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.65368, "lat": 45.71435, "name": "Saint-Julien", "geoid": 3026120}, "notime": null, "date-ut": "1813-07-12 03:10:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Bernard"}, "birth": {"tzo": "+00:18:37", "date": "1813-07-12 03:30", "place": {"c2": "69", "cy": "FR", "lg": 4.65368, "lat": 45.71435, "name": "Châtenay", "geoid": 3026120}, "date-ut": "1813-07-12 03:10:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-62"}, "ids-in-sources": {"a2": "62"}}, "raw": {"H": "3", "MN": "10", "TZ": "0", "COD": "69", "COU": "F", "DAY": "12", "LAT": "45N46", "LON": "4E50", "MON": "7", "NUM": "62", "PRO": "S", "SEC": "40", "YEA": "1813", "CITY": "CHATENAY"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Bernard", "official": {"given": "Claude"}}, "birth": {"date": "1813-07-12 03:30", "place": {"name": "Saint-Julien"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "83"}}, "raw": {"NR": "83", "GNR": "SA262", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1813", "KORR": "", "MARS": "13", "MODE": "LMT", "MOND": "19", "NAME": "BERNARD (CLAUDE).", "AUFAB": "3.90", "PHAS_": "97.400", "SONNE": "35", "VENUS": "33", "BREITE": "45 N 46", "GEBORT": "Saint-Julien (Rhône)", "LAENGE": "004 E 50", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "17", "GEBZEIT": "03.30", "JUPITER": "31", "ELECTAGE": "67,7", "ELECTDAT": "05.03.1881", "GEBDATUM": "12.07.1813", "STBDATUM": "10.02.1878"}, "date": "2023-08-20T14:44:17+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-51"}, "ids-in-source": {"g55": "01-51"}}, "raw": {"DAY": "12-7-1813", "HOUR": "3h. 30", "NAME": "* BERNARD Claude", "PLACE": "Châtenay (Rhône)."}, "date": "2023-08-20T14:47:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21811	darrow-jimmy-1937-09-25	{"rawlins-ertel-irving": "82"}	{"csicop": "CS-82"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jimmy", "family": "Darrow", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1937-09-25 11:45", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.51667, "lat": 41.08333, "name": null, "geoid": null}, "notime": null, "date-ut": "1937-09-25 16:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Jimmy", "family": "Darrow"}, "birth": {"tzo": "-05:00", "date": "1937-09-25 11:45", "place": {"c2": "OH", "cy": "US", "lg": -81.51667, "lat": 41.08333}, "date-ut": "1937-09-25 16:45"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "82"}}, "raw": {"LA1": "41", "LA2": "5", "LO1": "81", "LO2": "31", "AMPM": "A", "MARS": "34", "NAME": "Darrow", "BATCH": "2", "Satz#": "82", "GEBDAT": "25 9 1937", "GEBORT": "OH", "GEBZEIT": "11 45", "VORNAME": "Jimmy", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21812	davis-ken-1948-09-12	{"rawlins-ertel-irving": "86"}	{"csicop": "CS-86"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ken", "family": "Davis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1948-09-12 21:30", "note": null, "place": {"c1": null, "c2": "Ky", "c3": null, "cy": "US", "lg": -84.83333, "lat": 36.83333, "name": null, "geoid": null}, "notime": null, "date-ut": "1948-09-13 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Ken", "family": "Davis"}, "birth": {"tzo": "-06:00", "date": "1948-09-12 21:30", "place": {"c2": "Ky", "cy": "US", "lg": -84.83333, "lat": 36.83333}, "date-ut": "1948-09-13 03:30"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "86"}}, "raw": {"LA1": "36", "LA2": "50", "LO1": "84", "LO2": "50", "AMPM": "P", "MARS": "21", "NAME": "Davis", "BATCH": "2", "Satz#": "86", "GEBDAT": "12 9 1948", "GEBORT": "Ky", "GEBZEIT": "9 30", "VORNAME": "Ken", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
16534	davenport-willie-1943-06-08	{"d10": "298", "3a_sports": "1229", "rawlins-ertel-irving": "83"}	{"ertel": "ES-1229", "csicop": "CS-83", "lerrcp": "D10-298"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willie", "family": "Davenport", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1943-06-08 23:00", "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "US", "lg": -85.96667, "lat": 31.8, "name": "Troy", "geoid": null}, "notime": null, "date-ut": "1943-06-09 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Willie", "family": "Davenport"}, "birth": {"tzo": "-05:00", "date": "1943-06-08 23:00", "place": {"c2": "AL", "cy": "US", "lg": -85.96667, "lat": 31.8, "name": "Troy"}, "date-ut": "1943-06-09 04:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "298"}}, "raw": {"H": "23:00", "TZ": "5h", "DAY": "8", "LAT": "31N48", "LON": "85W58", "MON": "6", "NUM": "298", "PRO": "SP", "YEA": "1943", "CICO": "Troy, AL", "NAME": "Davenport Willie"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "83"}}, "raw": {"LA1": "31", "LA2": "48", "LO1": "85", "LO2": "58", "AMPM": "P", "MARS": "32", "NAME": "Davenport", "BATCH": "1", "Satz#": "83", "GEBDAT": "8 6 1943", "GEBORT": "AL", "GEBZEIT": "11 0", "VORNAME": "Willie", "SPORTART": "TRAC", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-1229"}}, "raw": {"L": "", "MF": "", "NR": "1229", "ENG": "", "MA_": "0", "G_NR": "298", "MA12": "11", "MARS": "32", "NAME": "Davenport", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "7,300", "CSINR": "83", "KURTZ": "", "PHAS_": "22,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "08.06.", "ZITATE": "DKSTOX", "ZITSUM": "6", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Willie", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "08.06.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "5"}, "date": "2023-08-20T14:45:05+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2156	besnier-ernest-1831-04-20	{"a2": "69", "g55": "01-55", "afd5": "91"}	{"g55": "01-55", "lerrcp": "A2-69", "muller": "M5-91"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Ernest", "family": "Besnier", "spouse": [], "official": {"given": "Ernest Henri", "family": null}}	\N	{"lmt": null, "tzo": "+00:00:56", "date": "1831-04-20 12:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": 0.23294, "lat": 49.41985, "name": "Honfleur", "geoid": 3013173}, "notime": null, "date-ut": "1831-04-20 12:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Besnier"}, "birth": {"tzo": "+00:00:56", "date": "1831-04-20 12:00", "place": {"c2": "14", "cy": "FR", "lg": 0.23294, "lat": 49.41985, "name": "Honfleur", "geoid": 3013173}, "date-ut": "1831-04-20 12:01:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-69"}, "ids-in-sources": {"a2": "69"}}, "raw": {"H": "12", "MN": "1", "TZ": "0", "COD": "14", "COU": "F", "DAY": "20", "LAT": "49N11", "LON": "0W22", "MON": "4", "NUM": "69", "PRO": "S", "SEC": "28", "YEA": "1831", "CITY": "HONFLEUR"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Besnier", "official": {"given": "Ernest Henri"}}, "birth": {"date": "1831-04-20 12:00", "place": {"name": "Honfleur"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "91"}}, "raw": {"NR": "91", "GNR": "SA269", "JU_": "1", "MA_": "1", "MO_": "2", "SA_": "1", "SO_": "2", "VE_": "0", "CODE": "3", "JAHR": "1831", "KORR": "", "MARS": "6", "MODE": "LMT", "MOND": "36", "NAME": "BESNIER (ERNEST HENRI).", "AUFAB": "10.80", "PHAS_": "58.000", "SONNE": "10", "VENUS": "7", "BREITE": "49 N 11", "GEBORT": "Honfleur (Calvados)", "LAENGE": "000 W 22", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "35", "GEBZEIT": "12.00", "JUPITER": "18", "ELECTAGE": "50,0", "ELECTDAT": "29.03.1881", "GEBDATUM": "20.04.1831", "STBDATUM": "15.05.1909"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-55"}, "ids-in-source": {"g55": "01-55"}}, "raw": {"DAY": "20-4-1831", "HOUR": "12 h.", "NAME": "BESNIER Ernest", "PLACE": "Honfleur (Calvados)."}, "date": "2023-08-20T14:47:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2159	billard-gabriel-1873-07-18	{"a2": "72", "g55": "01-58", "afd5": "96"}	{"g55": "01-58", "lerrcp": "A2-72", "muller": "M5-96"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Gabriel", "family": "Billard", "spouse": [], "official": {"given": "Henri", "family": null}}	\N	{"lmt": null, "tzo": "+00:07:36", "date": "1873-07-18 15:00", "note": null, "place": {"c1": null, "c2": "46", "c3": null, "cy": "FR", "lg": 1.90072, "lat": 44.50563, "name": "Montbrun", "geoid": 2992882}, "notime": null, "date-ut": "1873-07-18 14:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Billard"}, "birth": {"tzo": "+00:07:36", "date": "1873-07-18 15:00", "place": {"c2": "46", "cy": "FR", "lg": 1.90072, "lat": 44.50563, "name": "Montbrun", "geoid": 2992882}, "date-ut": "1873-07-18 14:54:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-72"}, "ids-in-sources": {"a2": "72"}}, "raw": {"H": "14", "MN": "54", "TZ": "0", "COD": "46", "COU": "F", "DAY": "18", "LAT": "44N27", "LON": "1E26", "MON": "7", "NUM": "72", "PRO": "S", "SEC": "16", "YEA": "1873", "CITY": "MONTBRUN"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Billard", "official": {"given": "Henri"}}, "birth": {"date": "1873-07-18 15:00", "place": {"name": "Montbrun"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "96"}}, "raw": {"NR": "96", "GNR": "SA272", "JU_": "2", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1873", "KORR": "", "MARS": "3", "MODE": "LMT", "MOND": "20", "NAME": "BILLARD (HENRI).", "AUFAB": "-10.90", "PHAS_": "37.800", "SONNE": "13", "VENUS": "17", "BREITE": "44 N 27", "GEBORT": "Montbrun (Lot)", "LAENGE": "001 E 26", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "31", "GEBZEIT": "15.00", "JUPITER": "10", "ELECTAGE": "54,7", "ELECTDAT": "03.04.1928", "GEBDATUM": "18.07.1873", "STBDATUM": "02.01.1929"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-58"}, "ids-in-source": {"g55": "01-58"}}, "raw": {"DAY": "18-7-1873", "HOUR": "15 h.", "NAME": "BILLARD Gabriel", "PLACE": "Montbrun (Lot)."}, "date": "2023-08-20T14:47:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2162	blanc-georges-1884-12-03	{"a2": "75", "g55": "01-59", "afd5": "102"}	{"g55": "01-59", "lerrcp": "A2-75", "muller": "M5-102"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Georges", "family": "Blanc", "spouse": [], "official": {"given": "Georges Raoul", "family": null}}	\N	{"lmt": null, "tzo": "+00:17:06", "date": "1884-12-03 03:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.27587, "lat": 43.69386, "name": "Vauvert", "geoid": 2970407}, "notime": null, "date-ut": "1884-12-03 02:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Blanc"}, "birth": {"tzo": "+00:17:06", "date": "1884-12-03 03:00", "place": {"c2": "30", "cy": "FR", "lg": 4.27587, "lat": 43.69386, "name": "Vauvert", "geoid": 2970407}, "date-ut": "1884-12-03 02:42:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-75"}, "ids-in-sources": {"a2": "75"}}, "raw": {"H": "2", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "3", "LAT": "43N51", "LON": "4E21", "MON": "12", "NUM": "75", "PRO": "S", "SEC": "36", "YEA": "1884", "CITY": "VAUVERT"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Blanc", "official": {"given": "Georges Raoul"}}, "birth": {"date": "1884-12-03 03:00", "place": {"name": "Vauvert"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "102"}}, "raw": {"NR": "102", "GNR": "SA275", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1884", "KORR": "", "MARS": "30", "MODE": "LMT", "MOND": "13", "NAME": "BLANC (GEORGES RAOUL).", "AUFAB": "0.90", "PHAS_": "99.800", "SONNE": "31", "VENUS": "35", "BREITE": "43 N 51", "GEBORT": "Vauvert (Gard)", "LAENGE": "004 E 21", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "12", "GEBZEIT": "03.00", "JUPITER": "6", "ELECTAGE": "47,3", "ELECTDAT": "01.03.1932", "GEBDATUM": "03.12.1884", "STBDATUM": "13.04.1963"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-59"}, "ids-in-source": {"g55": "01-59"}}, "raw": {"DAY": "3-12-1884", "HOUR": "3 h.", "NAME": "BLANC Georges", "PLACE": "Vauvert (Gard)."}, "date": "2023-08-20T14:47:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2169	boeckel-jules-1848-10-26	{"a2": "82", "g55": "01-63", "afd5": "109"}	{"g55": "01-63", "lerrcp": "A2-82", "muller": "M5-109"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jules", "family": "Boeckel", "spouse": [], "official": {"given": "Jules", "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1848-10-26 23:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1848-10-26 22:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Boeckel"}, "birth": {"tzo": "+00:30:59", "date": "1848-10-26 23:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1848-10-26 22:29"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-82"}, "ids-in-sources": {"a2": "82"}}, "raw": {"H": "22", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "26", "LAT": "48N35", "LON": "7E45", "MON": "10", "NUM": "82", "PRO": "S", "SEC": "0", "YEA": "1848", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Boeckel", "official": {"given": "Jules"}}, "birth": {"date": "1848-10-26 23:00", "place": {"name": "Strasbourg"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "109"}}, "raw": {"NR": "109", "GNR": "SA282", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1848", "KORR": "", "MARS": "27", "MODE": "LMT", "MOND": "27", "NAME": "BOECKEL (JULES).", "AUFAB": "-2.90", "PHAS_": "1.200", "SONNE": "27", "VENUS": "25", "BREITE": "48 N 35", "GEBORT": "Strasbourg (Bas-Rhin)", "LAENGE": "007 E 45", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "13", "GEBZEIT": "23.00", "JUPITER": "35", "ELECTAGE": "46,3", "ELECTDAT": "12.02.1895", "GEBDATUM": "26.10.1848", "STBDATUM": "19.04.1927"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-63"}, "ids-in-source": {"g55": "01-63"}}, "raw": {"DAY": "26-10-1848", "HOUR": "23 h.", "NAME": "BOECKEL Jules", "PLACE": "Strasbourg (Bas-Rhin)."}, "date": "2023-08-20T14:47:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2172	boquel-andre-1866-10-21	{"a2": "85", "g55": "01-65", "afd5": "116"}	{"g55": "01-65", "lerrcp": "A2-85", "muller": "M5-116"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "André", "family": "Boquel", "spouse": [], "official": {"given": "André Emile Auguste", "family": null}}	\N	{"lmt": null, "tzo": "-00:02:12", "date": "1866-10-21 16:30", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "notime": null, "date-ut": "1866-10-21 16:32:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Boquel"}, "birth": {"tzo": "-00:02:12", "date": "1866-10-21 16:30", "place": {"c2": "49", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "date-ut": "1866-10-21 16:32:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-85"}, "ids-in-sources": {"a2": "85"}}, "raw": {"H": "16", "MN": "32", "TZ": "0", "COD": "49", "COU": "F", "DAY": "21", "LAT": "47N28", "LON": "0W32", "MON": "10", "NUM": "85", "PRO": "S", "SEC": "8", "YEA": "1866", "CITY": "ANGERS"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Boquel", "official": {"given": "André Emile Auguste"}}, "birth": {"date": "1866-10-21 16:30", "place": {"name": "Angers"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "116"}}, "raw": {"NR": "116", "GNR": "SA285", "JU_": "0", "MA_": "0", "MO_": "2", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1866", "KORR": "", "MARS": "25", "MODE": "LMT", "MOND": "2", "NAME": "BOQUEL (ANDRÉ EMILE AUGUSTE).", "AUFAB": "8.00", "PHAS_": "88.000", "SONNE": "18", "VENUS": "14", "BREITE": "47 N 28", "GEBORT": "Angers (Maine-et-Loire)", "LAENGE": "000 W 32", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "16", "GEBZEIT": "16.30", "JUPITER": "7", "ELECTAGE": "56,2", "ELECTDAT": "05.12.1922", "GEBDATUM": "21.10.1866", "STBDATUM": "02.04.1961"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-65"}, "ids-in-source": {"g55": "01-65"}}, "raw": {"DAY": "21-10-1866", "HOUR": "16 h. 30", "NAME": "BOQUEL André", "PLACE": "Angers (Maine-et-Loire)."}, "date": "2023-08-20T14:47:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21813	doll-robert-1919-08-10	{"rawlins-ertel-irving": "92"}	{"csicop": "CS-92"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Doll", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1919-08-10 12:10", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "US", "lg": -105.28333, "lat": 40.01667, "name": null, "geoid": null}, "notime": null, "date-ut": "1919-08-10 19:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Doll"}, "birth": {"tzo": "-07:00", "date": "1919-08-10 12:10", "place": {"c2": "CO", "cy": "US", "lg": -105.28333, "lat": 40.01667}, "date-ut": "1919-08-10 19:10"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "92"}}, "raw": {"LA1": "40", "LA2": "1", "LO1": "105", "LO2": "17", "AMPM": "A", "MARS": "29", "NAME": "Doll", "BATCH": "3", "Satz#": "92", "GEBDAT": "10 8 1919", "GEBORT": "CO", "GEBZEIT": "12 10", "VORNAME": "Robert", "SPORTART": "BASK", "ZEITZONE": "7"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
16543	dawson-leonard-1935-06-20	{"d10": "307", "3a_sports": "1238", "rawlins-ertel-irving": "88"}	{"ertel": "ES-1238", "csicop": "CS-88", "lerrcp": "D10-307"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leonard", "family": "Dawson", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1935-06-20 22:30", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.1, "lat": 40.91667, "name": "Alliance", "geoid": null}, "notime": null, "date-ut": "1935-06-21 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Leonard", "family": "Dawson"}, "birth": {"tzo": "-05:00", "date": "1935-06-20 22:30", "place": {"c2": "OH", "cy": "US", "lg": -81.1, "lat": 40.91667, "name": "Alliance"}, "date-ut": "1935-06-21 03:30"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "307"}}, "raw": {"H": "22:30", "TZ": "5h", "DAY": "20", "LAT": "40N55", "LON": "81W6", "MON": "6", "NUM": "307", "PRO": "SP", "YEA": "1935", "CICO": "Alliance, OH", "NAME": "Dawson Leonard"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "88"}}, "raw": {"LA1": "40", "LA2": "55", "LO1": "81", "LO2": "6", "AMPM": "P", "MARS": "15", "NAME": "Dawson", "BATCH": "1", "Satz#": "88", "GEBDAT": "20 6 1935", "GEBORT": "OH", "GEBZEIT": "10 30", "VORNAME": "Leonhard Ray", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-1238"}}, "raw": {"L": "", "MF": "", "NR": "1238", "ENG": "", "MA_": "0", "G_NR": "307", "MA12": "5", "MARS": "15", "NAME": "Dawson", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-6,700", "CSINR": "88", "KURTZ": "", "PHAS_": "87,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "20.06.", "ZITATE": "B", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Leonhard Ray", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "20.06.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:05+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16569	dillard-harrison-1923-07-08	{"d10": "333", "3a_sports": "1414", "rawlins-ertel-irving": "91"}	{"ertel": "ES-1414", "csicop": "CS-91", "lerrcp": "D10-333"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Harrison", "family": "Dillard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1923-07-08 07:32", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1923-07-08 12:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Harrison", "family": "Dillard"}, "birth": {"tzo": "-05:00", "date": "1923-07-08 07:32", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1923-07-08 12:32"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "333"}}, "raw": {"H": "07:32", "TZ": "5h", "DAY": "8", "LAT": "41N30", "LON": "81W42", "MON": "7", "NUM": "333", "PRO": "SP", "YEA": "1923", "CICO": "Cleveland, OH", "NAME": "Dillard Harrison"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "91"}}, "raw": {"LA1": "41", "LA2": "30", "LO1": "81", "LO2": "42", "AMPM": "A", "MARS": "3", "NAME": "Dillard", "BATCH": "2", "Satz#": "91", "GEBDAT": "8 7 1923", "GEBORT": "OH", "GEBZEIT": "7 32", "VORNAME": "Harrison", "SPORTART": "TRAC", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-1414"}}, "raw": {"L": "", "MF": "", "NR": "1414", "ENG": "1", "MA_": "2", "G_NR": "333", "MA12": "1", "MARS": "3", "NAME": "Dillard", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-9,100", "CSINR": "91", "KURTZ": "", "PHAS_": "32,300", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "08.07.", "ZITATE": "DKSTEFOX", "ZITSUM": "8", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Harrison", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "08.07.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "7"}, "date": "2023-08-20T14:45:09+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2174	bouchard-charles-1837-09-06	{"a2": "87", "g55": "01-67", "afd5": "121"}	{"g55": "01-67", "lerrcp": "A2-87", "muller": "M5-121"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles", "family": "Bouchard", "spouse": [], "official": {"given": "Charles Jacques", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:05", "date": "1837-09-06 08:00", "note": null, "place": {"c1": null, "c2": "52", "c3": null, "cy": "FR", "lg": 4.77073, "lat": 48.47823, "name": "Montier-en-Der", "geoid": 2992466}, "notime": null, "date-ut": "1837-09-06 02:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Bouchard"}, "birth": {"tzo": "+00:19:05", "date": "1837-09-06 03:00", "place": {"c2": "52", "cy": "FR", "lg": 4.77073, "lat": 48.47823, "name": "Montier-en-Der", "geoid": 2992466}, "date-ut": "1837-09-06 02:39:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-87"}, "ids-in-sources": {"a2": "87"}}, "raw": {"H": "2", "MN": "39", "TZ": "0", "COD": "52", "COU": "F", "DAY": "6", "LAT": "48N 7", "LON": "5E 8", "MON": "9", "NUM": "87", "PRO": "S", "SEC": "28", "YEA": "1837", "CITY": "MONTIER-EN-DER"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Bouchard", "official": {"given": "Charles Jacques"}}, "birth": {"date": "1837-09-06 08:00", "place": {"name": "Montier-en-Der"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "121"}}, "raw": {"NR": "121", "GNR": "SA287", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "2", "CODE": "2", "JAHR": "1837", "KORR": "", "MARS": "35", "MODE": "LMT", "MOND": "32", "NAME": "BOUCHARD (CHARLES JACQUES).", "AUFAB": "8.90", "PHAS_": "29.700", "SONNE": "4", "VENUS": "36", "BREITE": "48 N 07", "GEBORT": "Montier-en-Der (Haute-Marne)", "LAENGE": "005 E 08", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ-d", "SATURN": "33", "GEBZEIT": "08.00", "JUPITER": "5", "ELECTAGE": "48,9", "ELECTDAT": "13.07.1886", "GEBDATUM": "06.09.1837", "STBDATUM": "28.10.1915"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-67"}, "ids-in-source": {"g55": "01-67"}}, "raw": {"DAY": "6-9-1837", "HOUR": "3 h.", "NAME": "* BOUCHARD Charles", "PLACE": "Moutier-en-Der (Hte-Marne)."}, "date": "2023-08-20T14:47:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2178	boudet-marie-1830-10-27	{"a2": "91", "g55": "01-70"}	{"g55": "01-70", "lerrcp": "A2-91"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Boudet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:23", "date": "1830-10-27 08:00", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 5.34554, "lat": 46.38252, "name": "Coligny", "geoid": 3024351}, "notime": null, "date-ut": "1830-10-27 07:39:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Boudet"}, "birth": {"tzo": "+00:21:23", "date": "1830-10-27 08:00", "place": {"c2": "01", "cy": "FR", "lg": 5.34554, "lat": 46.38252, "name": "Coligny", "geoid": 3024351}, "date-ut": "1830-10-27 07:39:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-91"}, "ids-in-sources": {"a2": "91"}}, "raw": {"H": "7", "MN": "39", "TZ": "0", "COD": "01", "COU": "F", "DAY": "27", "LAT": "46N12", "LON": "5E13", "MON": "10", "NUM": "91", "PRO": "S", "SEC": "8", "YEA": "1830", "CITY": "COLIGNY"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "01-70"}, "ids-in-source": {"g55": "01-70"}}, "raw": {"DAY": "27-10-1830", "HOUR": "8 h.", "NAME": "BOUDET Marie Adr.", "PLACE": "Coligny (Ain)."}, "date": "2023-08-20T14:47:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2179	boudier-jean-1828-01-06	{"a2": "92", "g55": "01-71", "afd5": "125"}	{"g55": "01-71", "lerrcp": "A2-92", "muller": "M5-125"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Boudier", "spouse": [], "official": {"given": "Jean Louis Emile", "family": null}}	\N	{"lmt": null, "tzo": "+00:05:21", "date": "1828-01-06 01:00", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 1.33706, "lat": 48.70489, "name": "Garnay", "geoid": 3016606}, "notime": null, "date-ut": "1828-01-06 00:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Boudier"}, "birth": {"tzo": "+00:05:21", "date": "1828-01-06 01:00", "place": {"c2": "28", "cy": "FR", "lg": 1.33706, "lat": 48.70489, "name": "Garnay", "geoid": 3016606}, "date-ut": "1828-01-06 00:54"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-92"}, "ids-in-sources": {"a2": "92"}}, "raw": {"H": "0", "MN": "54", "TZ": "0", "COD": "28", "COU": "F", "DAY": "6", "LAT": "48N27", "LON": "1E30", "MON": "1", "NUM": "92", "PRO": "S", "SEC": "0", "YEA": "1828", "CITY": "GARNAY"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Boudier", "official": {"given": "Jean Louis Emile"}}, "birth": {"date": "1828-01-06 01:00", "place": {"name": "Garnay"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "125"}}, "raw": {"NR": "125", "GNR": "SA292", "JU_": "0", "MA_": "0", "MO_": "0", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1828", "KORR": "", "MARS": "34", "MODE": "LMT", "MOND": "7", "NAME": "BOUDIER (JEAN LOUIS EMILE).", "AUFAB": "-5.50", "PHAS_": "87.700", "SONNE": "29", "VENUS": "27", "BREITE": "48 N 27", "GEBORT": "Garnay (Eure-et-Loir)", "LAENGE": "001 E 30", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "10", "GEBZEIT": "01.00", "JUPITER": "34", "ELECTAGE": "54,4", "ELECTDAT": "30.05.1882", "GEBDATUM": "06.01.1828", "STBDATUM": "04.02.1920"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-71"}, "ids-in-source": {"g55": "01-71"}}, "raw": {"DAY": "6-1-1828", "HOUR": "1 h.", "NAME": "* BOUDIER Jean Louis", "PLACE": "Garnay (Eure-et-Loire)."}, "date": "2023-08-20T14:47:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2183	bourdon-alexis-1814-05-25	{"a2": "96", "g55": "01-75", "afd5": "131"}	{"g55": "01-75", "lerrcp": "A2-96", "muller": "M5-131"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alexis", "family": "Bourdon", "spouse": [], "official": {"given": "Alexis Hippolyte", "family": null}}	\N	{"lmt": null, "tzo": "+00:24:14", "date": "1814-05-25 15:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.05635, "lat": 48.90702, "name": "Pont-à-Mousson", "geoid": 2986306}, "notime": null, "date-ut": "1814-05-25 14:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alexis", "family": "Bourdon"}, "birth": {"tzo": "+00:24:14", "date": "1814-05-25 15:00", "place": {"c2": "54", "cy": "FR", "lg": 6.05635, "lat": 48.90702, "name": "Pont-à-Mousson", "geoid": 2986306}, "date-ut": "1814-05-25 14:35:12"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-96"}, "ids-in-sources": {"a2": "96"}}, "raw": {"H": "14", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "25", "LAT": "48N42", "LON": "6E12", "MON": "5", "NUM": "96", "PRO": "S", "SEC": "12", "YEA": "1814", "CITY": "PONT-A-MOUSSON"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Bourdon", "official": {"given": "Alexis Hippolyte"}}, "birth": {"date": "1814-05-25 15:00", "place": {"name": "Pont-à-Mousson"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "131"}}, "raw": {"NR": "131", "GNR": "SA296", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1814", "KORR": "", "MARS": "10", "MODE": "LMT", "MOND": "6", "NAME": "BOURDON (ALEXIS HIPPOLYTE).", "AUFAB": "10.60", "PHAS_": "35.700", "SONNE": "13", "VENUS": "18", "BREITE": "48 N 42", "GEBORT": "Pont-à-Mousson (Meurthe-et-Moselle", "LAENGE": "006 E 12", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "26", "GEBZEIT": "15.00", "JUPITER": "6", "ELECTAGE": "58,1", "ELECTDAT": "18.06.1872", "GEBDATUM": "25.05.1814", "STBDATUM": "28.01.1892"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-75"}, "ids-in-source": {"g55": "01-75"}}, "raw": {"DAY": "25-5-1814", "HOUR": "15 h.", "NAME": "BOURDON Alexis", "PLACE": "Pont-à-Mousson (Meurthe)."}, "date": "2023-08-20T14:47:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21814	donoher-don-1932-01-21	{"rawlins-ertel-irving": "93"}	{"csicop": "CS-93"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Don", "family": "Donoher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1932-01-21 22:45", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83.53333, "lat": 41.65, "name": null, "geoid": null}, "notime": null, "date-ut": "1932-01-22 03:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Don", "family": "Donoher"}, "birth": {"tzo": "-05:00", "date": "1932-01-21 22:45", "place": {"c2": "OH", "cy": "US", "lg": -83.53333, "lat": 41.65}, "date-ut": "1932-01-22 03:45"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "93"}}, "raw": {"LA1": "41", "LA2": "39", "LO1": "83", "LO2": "32", "AMPM": "P", "MARS": "25", "NAME": "Donoher", "BATCH": "2", "Satz#": "93", "GEBDAT": "21 1 1932", "GEBORT": "OH", "GEBZEIT": "10 45", "VORNAME": "Don", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21815	douglass-bobby-1947-06-22	{"rawlins-ertel-irving": "94"}	{"csicop": "CS-94"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bobby", "family": "Douglass", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1947-06-22 06:02", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -96.56667, "lat": 39.18333, "name": null, "geoid": null}, "notime": null, "date-ut": "1947-06-22 12:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Bobby", "family": "Douglass"}, "birth": {"tzo": "-06:00", "date": "1947-06-22 06:02", "place": {"c2": "KS", "cy": "US", "lg": -96.56667, "lat": 39.18333}, "date-ut": "1947-06-22 12:02"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "94"}}, "raw": {"LA1": "39", "LA2": "11", "LO1": "96", "LO2": "34", "AMPM": "A", "MARS": "5", "NAME": "Douglass", "BATCH": "2", "Satz#": "94", "GEBDAT": "22 6 1947", "GEBORT": "KS", "GEBZEIT": "6 2", "VORNAME": "Bobby", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21816	driesell-charles-1931-12-25	{"rawlins-ertel-irving": "95"}	{"csicop": "CS-95"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Driesell", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1931-12-25 13:30", "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "US", "lg": -76.28333, "lat": 36.85, "name": null, "geoid": null}, "notime": null, "date-ut": "1931-12-25 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Driesell"}, "birth": {"tzo": "-05:00", "date": "1931-12-25 13:30", "place": {"c2": "VA", "cy": "US", "lg": -76.28333, "lat": 36.85}, "date-ut": "1931-12-25 18:30"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "95"}}, "raw": {"LA1": "36", "LA2": "51", "LO1": "76", "LO2": "17", "AMPM": "P", "MARS": "11", "NAME": "Driesell", "BATCH": "2", "Satz#": "95", "GEBDAT": "25 12 1931", "GEBORT": "VA", "GEBZEIT": "1 30", "VORNAME": "Charles", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21817	duffield-marshall-1910-08-05	{"rawlins-ertel-irving": "96"}	{"csicop": "CS-96"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marshall", "family": "Duffield", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1910-08-05 16:30", "note": null, "place": {"c1": null, "c2": "UT", "c3": null, "cy": "US", "lg": -111.88333, "lat": 40.75, "name": null, "geoid": null}, "notime": null, "date-ut": "1910-08-05 23:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Marshall", "family": "Duffield"}, "birth": {"tzo": "-07:00", "date": "1910-08-05 16:30", "place": {"c2": "UT", "cy": "US", "lg": -111.88333, "lat": 40.75}, "date-ut": "1910-08-05 23:30"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "96"}}, "raw": {"LA1": "40", "LA2": "45", "LO1": "111", "LO2": "53", "AMPM": "P", "MARS": "13", "NAME": "Duffield", "BATCH": "2", "Satz#": "96", "GEBDAT": "5 8 1910", "GEBORT": "UT", "GEBZEIT": "4 30", "VORNAME": "Marshall", "SPORTART": "FOOT", "ZEITZONE": "7"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21818	duncan-james-1946-08-03	{"rawlins-ertel-irving": "97"}	{"csicop": "CS-97"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Duncan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1946-08-03 03:46", "note": null, "place": {"c1": null, "c2": "SC", "c3": null, "cy": "US", "lg": -80.76667, "lat": 34.71667, "name": null, "geoid": null}, "notime": null, "date-ut": "1946-08-03 08:46"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "James", "family": "Duncan"}, "birth": {"tzo": "-05:00", "date": "1946-08-03 03:46", "place": {"c2": "SC", "cy": "US", "lg": -80.76667, "lat": 34.71667}, "date-ut": "1946-08-03 08:46"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "97"}}, "raw": {"LA1": "34", "LA2": "43", "LO1": "80", "LO2": "46", "AMPM": "A", "MARS": "28", "NAME": "Duncan", "BATCH": "2", "Satz#": "97", "GEBDAT": "3 8 1946", "GEBORT": "SC", "GEBZEIT": "3 46", "VORNAME": "James", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21819	dye-william-1915-04-01	{"rawlins-ertel-irving": "98"}	{"csicop": "CS-98"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Dye", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1915-04-01 20:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -80.76667, "lat": 41.73333, "name": null, "geoid": null}, "notime": null, "date-ut": "1915-04-02 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "William", "family": "Dye"}, "birth": {"tzo": "-06:00", "date": "1915-04-01 20:00", "place": {"c2": "OH", "cy": "US", "lg": -80.76667, "lat": 41.73333}, "date-ut": "1915-04-02 02:00"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "98"}}, "raw": {"LA1": "41", "LA2": "44", "LO1": "80", "LO2": "46", "AMPM": "P", "MARS": "25", "NAME": "Dye", "BATCH": "2", "Satz#": "98", "GEBDAT": "1 4 1915", "GEBORT": "OH", "GEBZEIT": "8 0", "VORNAME": "William", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21820	ebert-paul-1932-08-11	{"rawlins-ertel-irving": "100"}	{"csicop": "CS-100"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Ebert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1932-08-11 10:20", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83, "lat": 39.96667, "name": null, "geoid": null}, "notime": null, "date-ut": "1932-08-11 15:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Ebert"}, "birth": {"tzo": "-05:00", "date": "1932-08-11 10:20", "place": {"c2": "OH", "cy": "US", "lg": -83, "lat": 39.96667}, "date-ut": "1932-08-11 15:20"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "100"}}, "raw": {"LA1": "39", "LA2": "58", "LO1": "83", "LO2": "0", "AMPM": "A", "MARS": "10", "NAME": "Ebert", "BATCH": "2", "Satz#": "100", "GEBDAT": "11 8 1932", "GEBORT": "OH", "GEBZEIT": "10 20", "VORNAME": "Paul", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21821	ebling-ray-1915-01-28	{"rawlins-ertel-irving": "101"}	{"csicop": "CS-101"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ray", "family": "Ebling", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1915-01-28 16:00", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -97.66667, "lat": 38.58333, "name": null, "geoid": null}, "notime": null, "date-ut": "1915-01-28 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Ray", "family": "Ebling"}, "birth": {"tzo": "-06:00", "date": "1915-01-28 16:00", "place": {"c2": "KS", "cy": "US", "lg": -97.66667, "lat": 38.58333}, "date-ut": "1915-01-28 22:00"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "101"}}, "raw": {"LA1": "38", "LA2": "35", "LO1": "97", "LO2": "40", "AMPM": "P", "MARS": "17", "NAME": "Ebling", "BATCH": "2", "Satz#": "101", "GEBDAT": "28 1 1915", "GEBORT": "KS", "GEBZEIT": "4 0", "VORNAME": "Ray", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21822	englund-gene-1917-10-21	{"rawlins-ertel-irving": "105"}	{"csicop": "CS-105"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gene", "family": "Englund", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1917-10-21 20:00", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -87.81667, "lat": 42.58333, "name": null, "geoid": null}, "notime": null, "date-ut": "1917-10-22 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Gene", "family": "Englund"}, "birth": {"tzo": "-06:00", "date": "1917-10-21 20:00", "place": {"c2": "WI", "cy": "US", "lg": -87.81667, "lat": 42.58333}, "date-ut": "1917-10-22 02:00"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "105"}}, "raw": {"LA1": "42", "LA2": "35", "LO1": "87", "LO2": "49", "AMPM": "P", "MARS": "28", "NAME": "Englund", "BATCH": "2", "Satz#": "105", "GEBDAT": "21 10 1917", "GEBORT": "WI", "GEBZEIT": "8 0", "VORNAME": "Gene", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21823	ernest-vinnie-1942-01-29	{"rawlins-ertel-irving": "106"}	{"csicop": "CS-106"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vinnie", "family": "Ernest", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1942-01-29 06:52", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.06667, "lat": 40.73333, "name": null, "geoid": null}, "notime": null, "date-ut": "1942-01-29 11:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Vinnie", "family": "Ernest"}, "birth": {"tzo": "-05:00", "date": "1942-01-29 06:52", "place": {"c2": "NJ", "cy": "US", "lg": -74.06667, "lat": 40.73333}, "date-ut": "1942-01-29 11:52"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "106"}}, "raw": {"LA1": "40", "LA2": "44", "LO1": "74", "LO2": "4", "AMPM": "A", "MARS": "29", "NAME": "Ernest", "BATCH": "3", "Satz#": "106", "GEBDAT": "29 1 1942", "GEBORT": "NJ", "GEBZEIT": "6 52", "VORNAME": "Vinnie", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21824	evans-billy-1932-09-13	{"rawlins-ertel-irving": "107"}	{"csicop": "CS-107"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Billy", "family": "Evans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1932-09-13 23:45", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -84.28333, "lat": 37.56667, "name": null, "geoid": null}, "notime": null, "date-ut": "1932-09-14 05:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Billy", "family": "Evans"}, "birth": {"tzo": "-06:00", "date": "1932-09-13 23:45", "place": {"c2": "KY", "cy": "US", "lg": -84.28333, "lat": 37.56667}, "date-ut": "1932-09-14 05:45"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "107"}}, "raw": {"LA1": "37", "LA2": "34", "LO1": "84", "LO2": "17", "AMPM": "P", "MARS": "35", "NAME": "Evans", "BATCH": "3", "Satz#": "107", "GEBDAT": "13 9 1932", "GEBORT": "KY", "GEBZEIT": "11 45", "VORNAME": "Billy", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
2191	brault-albert-1852-05-01	{"a2": "104", "g55": "01-82", "afd5": "139"}	{"g55": "01-82", "lerrcp": "A2-104", "muller": "M5-139"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Albert", "family": "Brault", "spouse": [], "official": {"given": "Marie Auguste Philippe Albert", "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1852-05-01 17:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Montfort-l’Amaury", "geoid": 0}, "notime": null, "date-ut": "1852-05-01 16:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Brault"}, "birth": {"tzo": "+00:08:32", "date": "1852-05-01 17:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Montfort-Lamaur", "geoid": 0}, "date-ut": "1852-05-01 16:51:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-104"}, "ids-in-sources": {"a2": "104"}}, "raw": {"H": "16", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "1", "LAT": "48N50", "LON": "2E 8", "MON": "5", "NUM": "104", "PRO": "S", "SEC": "28", "YEA": "1852", "CITY": "MONTFORT-LAMAUR"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Brault", "official": {"given": "Marie Auguste Philippe Albert"}}, "birth": {"date": "1852-05-01 17:00", "place": {"name": "Montfort-l'Amaury"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "139"}}, "raw": {"NR": "139", "GNR": "SA2104", "JU_": "0", "MA_": "0", "MO_": "2", "SA_": "0", "SO_": "0", "VE_": "2", "CODE": "4", "JAHR": "1852", "KORR": "", "MARS": "8", "MODE": "LMT", "MOND": "2", "NAME": "BRAULT (MARIE AUGUSTE PHILIPPE ALBERT).", "AUFAB": "8.90", "PHAS_": "87.400", "SONNE": "16", "VENUS": "12", "BREITE": "48 N 50", "GEBORT": "Montfort-l'Amaury (Seine-et-Oise)", "LAENGE": "002 E 08", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "16", "GEBZEIT": "17.00", "JUPITER": "33", "ELECTAGE": "58,9", "ELECTDAT": "28.03.1911", "GEBDATUM": "01.05.1852", "STBDATUM": "26.08.1939"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Montfort-l’Amaury"}}, "partial-ids": {"g55": "01-82"}, "ids-in-source": {"g55": "01-82"}}, "raw": {"DAY": "1-5-1852", "HOUR": "17 h.", "NAME": "BRAULT Albert", "PLACE": "Montfort-l’Amaury (Seine-et-Oise)."}, "date": "2023-08-20T14:47:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2197	broca-pierre-1824-06-28	{"a2": "110", "g55": "01-87", "afd5": "146"}	{"g55": "01-87", "lerrcp": "A2-110", "muller": "M5-146"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre", "family": "Broca", "spouse": [], "official": {"given": "Paul", "family": null}}	\N	{"lmt": null, "tzo": "-00:02:16", "date": "1824-06-28 20:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Sainte-Foy-la-Grande", "geoid": 0}, "notime": null, "date-ut": "1824-06-28 19:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Broca"}, "birth": {"tzo": "-00:02:16", "date": "1824-06-28 19:55:20", "place": {"c2": "33", "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Sainte-Foy-la-Gran", "geoid": 0}, "date-ut": "1824-06-28 19:57:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-110"}, "ids-in-sources": {"a2": "110"}}, "raw": {"H": "19", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "28", "LAT": "44N50", "LON": "0W34", "MON": "6", "NUM": "110", "PRO": "S", "SEC": "36", "YEA": "1824", "CITY": "STE-FOY-LA-GRAN"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Broca", "official": {"given": "Paul"}}, "birth": {"date": "1824-06-28 20:00", "place": {"name": "Sainte-Foy-la-Grande"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "146"}}, "raw": {"NR": "146", "GNR": "SA2110", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1824", "KORR": "", "MARS": "13", "MODE": "LMT", "MOND": "17", "NAME": "BROCA (PAUL).", "AUFAB": "1.50", "PHAS_": "1.500", "SONNE": "19", "VENUS": "20", "BREITE": "44 N 50", "GEBORT": "Sainte-Foy-la-Grande (Gironde)", "LAENGE": "000 W 34", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "24", "GEBZEIT": "20.00", "JUPITER": "18", "ELECTAGE": "42,1", "ELECTDAT": "24.07.1866", "GEBDATUM": "28.06.1824", "STBDATUM": "08.07.1880"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Sainte-Foy-la-Grande"}}, "partial-ids": {"g55": "01-87"}, "ids-in-source": {"g55": "01-87"}}, "raw": {"DAY": "28-6-1824", "HOUR": "20 h.", "NAME": "BROCA Pierre Paul", "PLACE": "Sainte-Foy-la-Grande (Gironde)."}, "date": "2023-08-20T14:47:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
24255	brown-sequard-edouard-1817-04-17	{"g55": "01-88"}	{"g55": "01-88"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Brown-sequard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1817-04-17 04:00", "note": null, "place": {"c1": "", "c2": "", "c3": "", "cy": "MU", "lg": null, "lat": null, "name": "Port-Louis", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Brown-sequard", "nobility": ""}, "birth": {"date": "1817-04-17 04:00", "place": {"c1": "", "c2": "", "c3": "", "cy": "MU", "name": "Port-Louis"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"g55": "01-88"}}, "raw": {"DAY": "17-4-1817", "HOUR": "4 h.", "NAME": "* BROWN-SEQUARD Edouard", "PLACE": "Port-Louis (Ile Maurice)."}, "date": "2023-08-20T14:47:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21825	evans-raymond-1922-09-22	{"rawlins-ertel-irving": "108"}	{"csicop": "CS-108"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Evans", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1922-09-22 23:30", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -94.61667, "lat": 39.11667, "name": null, "geoid": null}, "notime": null, "date-ut": "1922-09-23 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Evans"}, "birth": {"tzo": "-06:00", "date": "1922-09-22 23:30", "place": {"c2": "KS", "cy": "US", "lg": -94.61667, "lat": 39.11667}, "date-ut": "1922-09-23 05:30"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "108"}}, "raw": {"LA1": "39", "LA2": "7", "LO1": "94", "LO2": "37", "AMPM": "P", "MARS": "19", "NAME": "Evans", "BATCH": "2", "Satz#": "108", "GEBDAT": "22 9 1922", "GEBORT": "KS", "GEBZEIT": "11 30", "VORNAME": "Raymond", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21826	faison-earle-william-1939-01-31	{"rawlins-ertel-irving": "110"}	{"csicop": "CS-110"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Earle(William)", "family": "Faison", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1939-01-31 13:40", "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "US", "lg": -76.41667, "lat": 36.98333, "name": null, "geoid": null}, "notime": null, "date-ut": "1939-01-31 18:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Earle(William)", "family": "Faison"}, "birth": {"tzo": "-05:00", "date": "1939-01-31 13:40", "place": {"c2": "VA", "cy": "US", "lg": -76.41667, "lat": 36.98333}, "date-ut": "1939-01-31 18:40"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "110"}}, "raw": {"LA1": "36", "LA2": "59", "LO1": "76", "LO2": "25", "AMPM": "P", "MARS": "20", "NAME": "Faison", "BATCH": "2", "Satz#": "110", "GEBDAT": "31 1 1939", "GEBORT": "VA", "GEBZEIT": "1 40", "VORNAME": "Earle(William)", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21827	feerick-bob-1920-01-02	{"rawlins-ertel-irving": "111"}	{"csicop": "CS-111"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bob", "family": "Feerick", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1920-01-02 22:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.76667, "name": null, "geoid": null}, "notime": null, "date-ut": "1920-01-03 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Bob", "family": "Feerick"}, "birth": {"tzo": "-08:00", "date": "1920-01-02 22:00", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.76667}, "date-ut": "1920-01-03 06:00"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "111"}}, "raw": {"LA1": "37", "LA2": "46", "LO1": "122", "LO2": "25", "AMPM": "P", "MARS": "32", "NAME": "Feerick", "BATCH": "2", "Satz#": "111", "GEBDAT": "2 1 1920", "GEBORT": "CA", "GEBZEIT": "10 0", "VORNAME": "Bob", "SPORTART": "BASK", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21828	ferguson-robert-1939-08-29	{"rawlins-ertel-irving": "112"}	{"csicop": "CS-112"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Ferguson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1939-08-29 17:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83, "lat": 39.96667, "name": null, "geoid": null}, "notime": null, "date-ut": "1939-08-29 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Ferguson"}, "birth": {"tzo": "-05:00", "date": "1939-08-29 17:00", "place": {"c2": "OH", "cy": "US", "lg": -83, "lat": 39.96667}, "date-ut": "1939-08-29 22:00"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "112"}}, "raw": {"LA1": "39", "LA2": "58", "LO1": "83", "LO2": "0", "AMPM": "P", "MARS": "36", "NAME": "Ferguson", "BATCH": "2", "Satz#": "112", "GEBDAT": "29 8 1939", "GEBORT": "OH", "GEBZEIT": "5 0", "VORNAME": "Robert", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21829	ferrin-arnie-1925-07-29	{"rawlins-ertel-irving": "113"}	{"csicop": "CS-113"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arnie", "family": "Ferrin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1925-07-29 13:35", "note": null, "place": {"c1": null, "c2": "UT", "c3": null, "cy": "US", "lg": -111.88333, "lat": 40.75, "name": null, "geoid": null}, "notime": null, "date-ut": "1925-07-29 20:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Arnie", "family": "Ferrin"}, "birth": {"tzo": "-07:00", "date": "1925-07-29 13:35", "place": {"c2": "UT", "cy": "US", "lg": -111.88333, "lat": 40.75}, "date-ut": "1925-07-29 20:35"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "113"}}, "raw": {"LA1": "40", "LA2": "45", "LO1": "111", "LO2": "53", "AMPM": "P", "MARS": "9", "NAME": "Ferrin", "BATCH": "2", "Satz#": "113", "GEBDAT": "29 7 1925", "GEBORT": "UT", "GEBZEIT": "1 35", "VORNAME": "Arnie", "SPORTART": "BASK", "ZEITZONE": "7"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21830	finkel-henry-1942-04-20	{"rawlins-ertel-irving": "114"}	{"csicop": "CS-114"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Finkel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1942-04-20 02:20", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.03333, "lat": 40.75, "name": null, "geoid": null}, "notime": null, "date-ut": "1942-04-20 07:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Finkel"}, "birth": {"tzo": "-05:00", "date": "1942-04-20 02:20", "place": {"c2": "NJ", "cy": "US", "lg": -74.03333, "lat": 40.75}, "date-ut": "1942-04-20 07:20"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "114"}}, "raw": {"LA1": "40", "LA2": "45", "LO1": "74", "LO2": "2", "AMPM": "A", "MARS": "22", "NAME": "Finkel", "BATCH": "2", "Satz#": "114", "GEBDAT": "20 4 1942", "GEBORT": "NJ", "GEBZEIT": "2 20", "VORNAME": "Henry", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21831	floyd-darrell-1932-05-11	{"rawlins-ertel-irving": "115"}	{"csicop": "CS-115"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Darrell", "family": "Floyd", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1932-05-11 17:30", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -80.08333, "lat": 35.88333, "name": null, "geoid": null}, "notime": null, "date-ut": "1932-05-11 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Darrell", "family": "Floyd"}, "birth": {"tzo": "-05:00", "date": "1932-05-11 17:30", "place": {"c2": "NC", "cy": "US", "lg": -80.08333, "lat": 35.88333}, "date-ut": "1932-05-11 22:30"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "115"}}, "raw": {"LA1": "35", "LA2": "53", "LO1": "80", "LO2": "5", "AMPM": "P", "MARS": "19", "NAME": "Floyd", "BATCH": "2", "Satz#": "115", "GEBDAT": "11 5 1932", "GEBORT": "NC", "GEBZEIT": "5 30", "VORNAME": "Darrell", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21834	gambee-dave-1937-02-16	{"rawlins-ertel-irving": "127"}	{"csicop": "CS-127"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dave", "family": "Gambee", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1937-02-16 09:50", "note": null, "place": {"c1": null, "c2": "OR", "c3": null, "cy": "US", "lg": -122.61667, "lat": 45.53333, "name": null, "geoid": null}, "notime": null, "date-ut": "1937-02-16 17:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Dave", "family": "Gambee"}, "birth": {"tzo": "-08:00", "date": "1937-02-16 09:50", "place": {"c2": "OR", "cy": "US", "lg": -122.61667, "lat": 45.53333}, "date-ut": "1937-02-16 17:50"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "127"}}, "raw": {"LA1": "45", "LA2": "32", "LO1": "122", "LO2": "37", "AMPM": "A", "MARS": "17", "NAME": "Gambee", "BATCH": "2", "Satz#": "127", "GEBDAT": "16 2 1937", "GEBORT": "OR", "GEBZEIT": "9 50", "VORNAME": "Dave", "SPORTART": "BASK", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21832	francis-clarence-1932-09-04	{"rawlins-ertel-irving": "119"}	{"csicop": "CS-119"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clarence", "family": "Francis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1932-09-04 20:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83, "lat": 39.96667, "name": null, "geoid": null}, "notime": null, "date-ut": "1932-09-05 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Clarence", "family": "Francis"}, "birth": {"tzo": "-05:00", "date": "1932-09-04 20:00", "place": {"c2": "OH", "cy": "US", "lg": -83, "lat": 39.96667}, "date-ut": "1932-09-05 01:00"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "119"}}, "raw": {"LA1": "39", "LA2": "58", "LO1": "83", "LO2": "0", "AMPM": "P", "MARS": "25", "NAME": "Francis", "BATCH": "2", "Satz#": "119", "GEBDAT": "4 9 1932", "GEBORT": "OH", "GEBZEIT": "8 0", "VORNAME": "Clarence", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
16672	fosbury-dick-1947-03-06	{"d10": "437", "3a_sports": "1690", "rawlins-ertel-irving": "118"}	{"ertel": "ES-1690", "csicop": "CS-118", "lerrcp": "D10-437"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dick", "family": "Fosbury", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1947-03-06 12:07", "note": null, "place": {"c1": null, "c2": "OR", "c3": null, "cy": "US", "lg": -122.61667, "lat": 45.53333, "name": "Portland", "geoid": null}, "notime": null, "date-ut": "1947-03-06 20:07"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Dick", "family": "Fosbury"}, "birth": {"tzo": "-08:00", "date": "1947-03-06 12:07", "place": {"c2": "OR", "cy": "US", "lg": -122.61667, "lat": 45.53333, "name": "Portland"}, "date-ut": "1947-03-06 20:07"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "437"}}, "raw": {"H": "12:07", "TZ": "8h", "DAY": "6", "LAT": "45N32", "LON": "122W37", "MON": "3", "NUM": "437", "PRO": "SP", "YEA": "1947", "CICO": "Portland, OR", "NAME": "Fosbury Dick"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "118"}}, "raw": {"LA1": "45", "LA2": "32", "LO1": "122", "LO2": "37", "AMPM": "P", "MARS": "10", "NAME": "Fosbury", "BATCH": "1", "Satz#": "118", "GEBDAT": "6 3 1947", "GEBORT": "OR", "GEBZEIT": "12 7", "VORNAME": "Dick", "SPORTART": "TRAC", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-1690"}}, "raw": {"L": "", "MF": "", "NR": "1690", "ENG": "1", "MA_": "2", "G_NR": "437", "MA12": "4", "MARS": "11", "NAME": "Fosbury", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "4,300", "CSINR": "118", "KURTZ": "", "PHAS_": "98,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "06.03.", "ZITATE": "DKSTBFO", "ZITSUM": "7", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Dick", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "06.03.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "6"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
21833	gain-robert-1929-06-21	{"rawlins-ertel-irving": "126"}	{"csicop": "CS-126"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Gain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1929-06-21 03:09", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.51667, "lat": 41.08333, "name": null, "geoid": null}, "notime": null, "date-ut": "1929-06-21 08:09"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Gain"}, "birth": {"tzo": "-05:00", "date": "1929-06-21 03:09", "place": {"c2": "OH", "cy": "US", "lg": -81.51667, "lat": 41.08333}, "date-ut": "1929-06-21 08:09"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "126"}}, "raw": {"LA1": "41", "LA2": "5", "LO1": "81", "LO2": "31", "AMPM": "A", "MARS": "26", "NAME": "Gain", "BATCH": "2", "Satz#": "126", "GEBDAT": "21 6 1929", "GEBORT": "OH", "GEBZEIT": "3 9", "VORNAME": "Robert", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
16689	fullmer-gene-1931-07-21	{"d10": "454", "3a_sports": "1734", "rawlins-ertel-irving": "123"}	{"ertel": "ES-1734", "csicop": "CS-123", "lerrcp": "D10-454"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gene", "family": "Fullmer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-07:00", "date": "1931-07-21 15:35", "note": null, "place": {"c1": null, "c2": "UT", "c3": null, "cy": "US", "lg": -111.95, "lat": 40.61667, "name": "West Jordan", "geoid": null}, "notime": null, "date-ut": "1931-07-21 22:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Gene", "family": "Fullmer"}, "birth": {"tzo": "-07:00", "date": "1931-07-21 15:35", "place": {"c2": "UT", "cy": "US", "lg": -111.95, "lat": 40.61667, "name": "West Jordan"}, "date-ut": "1931-07-21 22:35"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "454"}}, "raw": {"H": "15:35", "TZ": "7h", "DAY": "21", "LAT": "40N37", "LON": "111W57", "MON": "7", "NUM": "454", "PRO": "SP", "YEA": "1931", "CICO": "West Jordan, UT", "NAME": "Fullmer Gene"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["boxer"]], "ids-in-sources": {"rawlins-ertel-irving": "123"}}, "raw": {"LA1": "40", "LA2": "36", "LO1": "111", "LO2": "55", "AMPM": "P", "MARS": "9", "NAME": "Fullmer", "BATCH": "3", "Satz#": "123", "GEBDAT": "21 7 1931", "GEBORT": "UT", "GEBZEIT": "3 35", "VORNAME": "Gene", "SPORTART": "BOXI", "ZEITZONE": "7"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["boxer"], "partial-ids": {"ertel": "ES-1734"}}, "raw": {"L": "", "MF": "", "NR": "1734", "ENG": "0", "MA_": "2", "G_NR": "454", "MA12": "3", "MARS": "9", "NAME": "Fullmer", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "10,700", "CSINR": "123", "KURTZ": "", "PHAS_": "36,300", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "21.07.", "ZITATE": "F", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gene", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "21.07.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16692	gabriel-roman-1940-08-05	{"d10": "457", "3a_sports": "1742", "rawlins-ertel-irving": "124"}	{"ertel": "ES-1742", "csicop": "CS-124", "lerrcp": "D10-457"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roman", "family": "Gabriel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1940-08-05 22:05", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -77.91667, "lat": 34.23333, "name": "Wilmington", "geoid": null}, "notime": null, "date-ut": "1940-08-06 03:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Roman", "family": "Gabriel"}, "birth": {"tzo": "-05:00", "date": "1940-08-05 22:05", "place": {"c2": "NC", "cy": "US", "lg": -77.91667, "lat": 34.23333, "name": "Wilmington"}, "date-ut": "1940-08-06 03:05"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "457"}}, "raw": {"H": "22:05", "TZ": "5h", "DAY": "5", "LAT": "34N14", "LON": "77W55", "MON": "8", "NUM": "457", "PRO": "SP", "YEA": "1940", "CICO": "Wilmington, NC", "NAME": "Gabriel Roman"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "124"}}, "raw": {"LA1": "34", "LA2": "14", "LO1": "77", "LO2": "55", "AMPM": "P", "MARS": "23", "NAME": "Gabriel", "BATCH": "1", "Satz#": "124", "GEBDAT": "5 8 1940", "GEBORT": "NC", "GEBZEIT": "10 5", "VORNAME": "Roman", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-1742"}}, "raw": {"L": "", "MF": "", "NR": "1742", "ENG": "", "MA_": "0", "G_NR": "457", "MA12": "8", "MARS": "23", "NAME": "Gabriel", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "1,800", "CSINR": "124", "KURTZ": "", "PHAS_": "2,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "05.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Roman", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.08.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2202	brunon-raoul-1854-08-13	{"a2": "115", "g55": "01-89", "afd5": "153"}	{"g55": "01-89", "lerrcp": "A2-115", "muller": "M5-153"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Raoul", "family": "Brunon", "spouse": [], "official": {"given": "Raoul Albert", "family": null}}	\N	{"lmt": null, "tzo": "+00:04:24", "date": "1854-08-13 05:30", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1854-08-13 05:25:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Raoul", "family": "Brunon"}, "birth": {"tzo": "+00:04:24", "date": "1854-08-13 05:30", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1854-08-13 05:25:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-115"}, "ids-in-sources": {"a2": "115"}}, "raw": {"H": "5", "MN": "25", "TZ": "0", "COD": "76", "COU": "F", "DAY": "13", "LAT": "49N26", "LON": "1E 5", "MON": "8", "NUM": "115", "PRO": "S", "SEC": "40", "YEA": "1854", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Brunon", "official": {"given": "Raoul Albert"}}, "birth": {"date": "1854-08-13 05:30", "place": {"name": "Rouen"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "153"}}, "raw": {"NR": "153", "GNR": "SA2115", "JU_": "0", "MA_": "1", "MO_": "2", "SA_": "0", "SO_": "2", "VE_": "1", "CODE": "3", "JAHR": "1854", "KORR": "", "MARS": "30", "MODE": "LMT", "MOND": "12", "NAME": "BRUNON (RAOUL ALBERT).", "AUFAB": "-8.70", "PHAS_": "75.400", "SONNE": "1", "VENUS": "4", "BREITE": "49 N 26", "GEBORT": "Rouen (Seine-Inférieure)", "LAENGE": "001 E 05", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "7", "GEBZEIT": "05.30", "JUPITER": "22", "ELECTAGE": "44,5", "ELECTDAT": "14.02.1899", "GEBDATUM": "13.08.1854", "STBDATUM": "18.10.1929"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-89"}, "ids-in-source": {"g55": "01-89"}}, "raw": {"DAY": "13-8-1854", "HOUR": "5 h. 30", "NAME": "BRUNON Raoul", "PLACE": "Rouen (Seine-Inférieure)."}, "date": "2023-08-20T14:47:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2204	buignet-henri-1815-03-01	{"a2": "117", "g55": "01-91", "afd5": "157"}	{"g55": "01-91", "lerrcp": "A2-117", "muller": "M5-157"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri", "family": "Buignet", "spouse": [], "official": {"given": "Henri", "family": null}}	\N	{"lmt": null, "tzo": "+00:10:22", "date": "1815-03-01 23:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.59295, "lat": 48.88109, "name": "Chelles", "geoid": 3025622}, "notime": null, "date-ut": "1815-03-02 05:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Buignet"}, "birth": {"tzo": "+00:10:22", "date": "1815-03-02 06:00", "place": {"c2": "77", "cy": "FR", "lg": 2.59295, "lat": 48.88109, "name": "Chelles", "geoid": 3025622}, "date-ut": "1815-03-02 05:49:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-117"}, "ids-in-sources": {"a2": "117"}}, "raw": {"H": "5", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "2", "LAT": "48N33", "LON": "2E40", "MON": "3", "NUM": "117", "PRO": "S", "SEC": "20", "YEA": "1815", "CITY": "CHELLES"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Buignet", "official": {"given": "Henri"}}, "birth": {"date": "1815-03-01 23:00", "place": {"name": "Chelles"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "157"}}, "raw": {"NR": "157", "GNR": "SA2117", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "2", "JAHR": "1815", "KORR": "", "MARS": "31", "MODE": "LMT", "MOND": "35", "NAME": "BUIGNET (HENRI).", "AUFAB": "-9.30", "PHAS_": "69.100", "SONNE": "26", "VENUS": "24", "BREITE": "48 N 33", "GEBORT": "Chelles (Seine-et-Marne)", "LAENGE": "002 E 40", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "29", "GEBZEIT": "23.00", "JUPITER": "5", "ELECTAGE": "53,4", "ELECTDAT": "07.07.1868", "GEBDATUM": "01.03.1815", "STBDATUM": "09.05.1876"}, "date": "2023-08-20T14:44:18+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-91"}, "ids-in-source": {"g55": "01-91"}}, "raw": {"DAY": "2-3-1815", "HOUR": "6 h.", "NAME": "BUIGNET Henri", "PLACE": "Chelles (Seine-et-Marne)."}, "date": "2023-08-20T14:47:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2211	camus-jean-1872-08-27	{"a2": "124", "g55": "01-98", "afd5": "165"}	{"g55": "01-98", "lerrcp": "A2-124", "muller": "M5-165"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Camus", "spouse": [], "official": {"given": "Jean", "family": null}}	\N	{"lmt": null, "tzo": "+00:10:46", "date": "1872-08-27 22:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.69078, "lat": 48.27511, "name": "Nemours", "geoid": 2990793}, "notime": null, "date-ut": "1872-08-27 21:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Camus"}, "birth": {"tzo": "+00:10:46", "date": "1872-08-27 22:00", "place": {"c2": "77", "cy": "FR", "lg": 2.69078, "lat": 48.27511, "name": "Nemours", "geoid": 2990793}, "date-ut": "1872-08-27 21:49:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-124"}, "ids-in-sources": {"a2": "124"}}, "raw": {"H": "21", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "27", "LAT": "48N33", "LON": "2E40", "MON": "8", "NUM": "124", "PRO": "S", "SEC": "20", "YEA": "1872", "CITY": "NEMOURS"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Camus", "official": {"given": "Jean"}}, "birth": {"date": "1872-08-27 22:00", "place": {"name": "Nemours"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "165"}}, "raw": {"NR": "165", "GNR": "SA2124", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "2", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1872", "KORR": "", "MARS": "27", "MODE": "LMT", "MOND": "34", "NAME": "CAMUS (JEAN).", "AUFAB": "-9.70", "PHAS_": "39.000", "SONNE": "24", "VENUS": "23", "BREITE": "48 N 33", "GEBORT": "Nemours (Seine-et-Marne)", "LAENGE": "002 E 40", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "12", "GEBZEIT": "22.00", "JUPITER": "26", "ELECTAGE": "51,9", "ELECTDAT": "24.06.1924", "GEBDATUM": "27.08.1872", "STBDATUM": "21.12.1924"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-98"}, "ids-in-source": {"g55": "01-98"}}, "raw": {"DAY": "27-8-1872", "HOUR": "22 h.", "NAME": "CAMUS Jean", "PLACE": "Nemours (Seine-et-Marne)."}, "date": "2023-08-20T14:47:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2214	carles-pierre-1845-05-29	{"a2": "127", "g55": "01-100", "afd5": "170"}	{"g55": "01-100", "lerrcp": "A2-127", "muller": "M5-170"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre", "family": "Carles", "spouse": [], "official": {"given": "Pierre Paulin", "family": null}}	\N	{"lmt": null, "tzo": "+00:04:20", "date": "1845-05-29 17:00", "note": null, "place": {"c1": null, "c2": "82", "c3": null, "cy": "FR", "lg": 1.08474, "lat": 44.1045, "name": "Moissac", "geoid": 2993586}, "notime": null, "date-ut": "1845-05-29 16:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Carles"}, "birth": {"tzo": "+00:04:20", "date": "1845-05-29 16:59", "place": {"c2": "82", "cy": "FR", "lg": 1.08474, "lat": 44.1045, "name": "Moissac", "geoid": 2993586}, "date-ut": "1845-05-29 16:54:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-127"}, "ids-in-sources": {"a2": "127"}}, "raw": {"H": "16", "MN": "54", "TZ": "0", "COD": "82", "COU": "F", "DAY": "29", "LAT": "44N 1", "LON": "1E20", "MON": "5", "NUM": "127", "PRO": "S", "SEC": "40", "YEA": "1845", "CITY": "MOISSAC"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Carles", "official": {"given": "Pierre Paulin"}}, "birth": {"date": "1845-05-29 17:00", "place": {"name": "Moissac"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "170"}}, "raw": {"NR": "170", "GNR": "SA2127", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1845", "KORR": "", "MARS": "28", "MODE": "LMT", "MOND": "24", "NAME": "CARLES (PIERRE PAULIN).", "AUFAB": "-10.90", "PHAS_": "42.200", "SONNE": "16", "VENUS": "15", "BREITE": "44 N 01", "GEBORT": "Moissac (Tarn-et-Garonne)", "LAENGE": "001 E 20", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "28", "GEBZEIT": "17.00", "JUPITER": "20", "ELECTAGE": "57,2", "ELECTDAT": "22.07.1902", "GEBDATUM": "29.05.1845", "STBDATUM": "24.04.1919"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-100"}, "ids-in-source": {"g55": "01-100"}}, "raw": {"DAY": "29-5-1845", "HOUR": "17 h.", "NAME": "CARLES Pierre", "PLACE": "Moissac (Tarn-et-Garonne)."}, "date": "2023-08-20T14:47:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21835	gianelli-john-1950-06-10	{"rawlins-ertel-irving": "128"}	{"csicop": "CS-128"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Gianelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1950-06-10 11:49", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -121.28333, "lat": 37.95, "name": null, "geoid": null}, "notime": null, "date-ut": "1950-06-10 19:49"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "John", "family": "Gianelli"}, "birth": {"tzo": "-08:00", "date": "1950-06-10 11:49", "place": {"c2": "CA", "cy": "US", "lg": -121.28333, "lat": 37.95}, "date-ut": "1950-06-10 19:49"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "128"}}, "raw": {"LA1": "37", "LA2": "57", "LO1": "121", "LO2": "17", "AMPM": "A", "MARS": "34", "NAME": "Gianelli", "BATCH": "2", "Satz#": "128", "GEBDAT": "10 6 1950", "GEBORT": "CA", "GEBZEIT": "11 49", "VORNAME": "John", "SPORTART": "BASK", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21836	giel-paul-1932-09-29	{"rawlins-ertel-irving": "130"}	{"csicop": "CS-130"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Giel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1932-09-29 17:35", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -91.63333, "lat": 44.05, "name": null, "geoid": null}, "notime": null, "date-ut": "1932-09-29 23:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Giel"}, "birth": {"tzo": "-06:00", "date": "1932-09-29 17:35", "place": {"c2": "MN", "cy": "US", "lg": -91.63333, "lat": 44.05}, "date-ut": "1932-09-29 23:35"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "130"}}, "raw": {"LA1": "44", "LA2": "3", "LO1": "91", "LO2": "38", "AMPM": "P", "MARS": "23", "NAME": "Giel", "BATCH": "3", "Satz#": "130", "GEBDAT": "29 9 1932", "GEBORT": "MN", "GEBZEIT": "5 35", "VORNAME": "Paul", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21837	gilmer-harry-1926-04-14	{"rawlins-ertel-irving": "133"}	{"csicop": "CS-133"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Harry", "family": "Gilmer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1926-04-14 21:05", "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "US", "lg": -86.8, "lat": 33.51667, "name": null, "geoid": null}, "notime": null, "date-ut": "1926-04-15 03:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Harry", "family": "Gilmer"}, "birth": {"tzo": "-06:00", "date": "1926-04-14 21:05", "place": {"c2": "AL", "cy": "US", "lg": -86.8, "lat": 33.51667}, "date-ut": "1926-04-15 03:05"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "133"}}, "raw": {"LA1": "33", "LA2": "31", "LO1": "86", "LO2": "48", "AMPM": "P", "MARS": "29", "NAME": "Gilmer", "BATCH": "2", "Satz#": "133", "GEBDAT": "14 4 1926", "GEBORT": "AL", "GEBZEIT": "9 5", "VORNAME": "Harry", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
16713	gilliam-john-1945-08-07	{"d10": "478", "3a_sports": "1864", "rawlins-ertel-irving": "131"}	{"ertel": "ES-1864", "csicop": "CS-131", "lerrcp": "D10-478"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Gilliam", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-04:00", "date": "1945-08-07 12:00", "note": null, "place": {"c1": null, "c2": "SC", "c3": null, "cy": "US", "lg": -82.16667, "lat": 34.2, "name": "Greenwood", "geoid": null}, "notime": null, "date-ut": "1945-08-07 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "John", "family": "Gilliam"}, "birth": {"tzo": "-04:00", "date": "1945-08-07 12:00", "place": {"c2": "SC", "cy": "US", "lg": -82.16667, "lat": 34.2, "name": "Greenwood"}, "date-ut": "1945-08-07 16:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "478"}}, "raw": {"H": "12:00", "TZ": "4h", "DAY": "7", "LAT": "34N12", "LON": "82W10", "MON": "8", "NUM": "478", "PRO": "SP", "YEA": "1945", "CICO": "Greenwood, SC", "NAME": "Gilliam John"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "131"}}, "raw": {"LA1": "34", "LA2": "12", "LO1": "82", "LO2": "9", "AMPM": "P", "MARS": "13", "NAME": "Gilliam", "BATCH": "1", "Satz#": "131", "GEBDAT": "7 8 1945", "GEBORT": "SC", "GEBZEIT": "12 0", "VORNAME": "John R", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-1864"}}, "raw": {"L": "", "MF": "", "NR": "1864", "ENG": "", "MA_": "1", "G_NR": "478", "MA12": "5", "MARS": "13", "NAME": "Gilliam", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-3,400", "CSINR": "131", "KURTZ": "", "PHAS_": "1,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "07.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "John R.", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.08.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
21838	glover-richard-1950-02-06	{"rawlins-ertel-irving": "134"}	{"csicop": "CS-134"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Glover", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1950-02-06 10:16", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.06667, "lat": 40.73333, "name": null, "geoid": null}, "notime": null, "date-ut": "1950-02-06 15:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Glover"}, "birth": {"tzo": "-05:00", "date": "1950-02-06 10:16", "place": {"c2": "NJ", "cy": "US", "lg": -74.06667, "lat": 40.73333}, "date-ut": "1950-02-06 15:16"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "134"}}, "raw": {"LA1": "40", "LA2": "44", "LO1": "74", "LO2": "4", "AMPM": "A", "MARS": "20", "NAME": "Glover", "BATCH": "2", "Satz#": "134", "GEBDAT": "6 2 1950", "GEBORT": "NJ", "GEBZEIT": "10 16", "VORNAME": "Richard", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21839	gordon-richard-f-1944-01-01	{"rawlins-ertel-irving": "135"}	{"csicop": "CS-135"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard/F", "family": "Gordon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1944-01-01 16:05", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.51667, "lat": 39.1, "name": null, "geoid": null}, "notime": null, "date-ut": "1944-01-01 22:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Richard/F", "family": "Gordon"}, "birth": {"tzo": "-06:00", "date": "1944-01-01 16:05", "place": {"c2": "OH", "cy": "US", "lg": -84.51667, "lat": 39.1}, "date-ut": "1944-01-01 22:05"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "135"}}, "raw": {"LA1": "39", "LA2": "6", "LO1": "84", "LO2": "31", "AMPM": "P", "MARS": "2", "NAME": "Gordon", "BATCH": "1", "Satz#": "135", "GEBDAT": "1 1 1944", "GEBORT": "OH", "GEBZEIT": "4 5", "VORNAME": "Richard/F", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21840	gradishar-randy-1952-03-03	{"rawlins-ertel-irving": "136"}	{"csicop": "CS-136"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Randy", "family": "Gradishar", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1952-03-03 21:23", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -80.85, "lat": 41.3, "name": null, "geoid": null}, "notime": null, "date-ut": "1952-03-04 02:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Randy", "family": "Gradishar"}, "birth": {"tzo": "-05:00", "date": "1952-03-03 21:23", "place": {"c2": "OH", "cy": "US", "lg": -80.85, "lat": 41.3}, "date-ut": "1952-03-04 02:23"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "136"}}, "raw": {"LA1": "41", "LA2": "18", "LO1": "80", "LO2": "51", "AMPM": "P", "MARS": "34", "NAME": "Gradishar", "BATCH": "2", "Satz#": "136", "GEBDAT": "3 3 1952", "GEBORT": "OH", "GEBZEIT": "9 23", "VORNAME": "Randy", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21841	grayson-robert-1913-12-08	{"rawlins-ertel-irving": "137"}	{"csicop": "CS-137"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Grayson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1913-12-08 06:00", "note": null, "place": {"c1": null, "c2": "OR", "c3": null, "cy": "US", "lg": -122.61667, "lat": 45.53333, "name": null, "geoid": null}, "notime": null, "date-ut": "1913-12-08 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Grayson"}, "birth": {"tzo": "-08:00", "date": "1913-12-08 06:00", "place": {"c2": "OR", "cy": "US", "lg": -122.61667, "lat": 45.53333}, "date-ut": "1913-12-08 14:00"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "137"}}, "raw": {"LA1": "45", "LA2": "32", "LO1": "122", "LO2": "37", "AMPM": "A", "MARS": "13", "NAME": "Grayson", "BATCH": "2", "Satz#": "137", "GEBDAT": "8 12 1913", "GEBORT": "OR", "GEBZEIT": "6 0", "VORNAME": "Robert", "SPORTART": "FOOT", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21842	green-john-1933-12-08	{"rawlins-ertel-irving": "138"}	{"csicop": "CS-138"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Green", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1933-12-08 01:21", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.2, "lat": 39.75, "name": null, "geoid": null}, "notime": null, "date-ut": "1933-12-08 06:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "John", "family": "Green"}, "birth": {"tzo": "-05:00", "date": "1933-12-08 01:21", "place": {"c2": "OH", "cy": "US", "lg": -84.2, "lat": 39.75}, "date-ut": "1933-12-08 06:21"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "138"}}, "raw": {"LA1": "39", "LA2": "45", "LO1": "84", "LO2": "12", "AMPM": "A", "MARS": "26", "NAME": "Green", "BATCH": "2", "Satz#": "138", "GEBDAT": "8 12 1933", "GEBORT": "OH", "GEBZEIT": "1 21", "VORNAME": "John", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21843	groman-william-1936-07-17	{"rawlins-ertel-irving": "141"}	{"csicop": "CS-141"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Groman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1936-07-17 07:45", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83.18333, "lat": 41.11667, "name": null, "geoid": null}, "notime": null, "date-ut": "1936-07-17 12:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "William", "family": "Groman"}, "birth": {"tzo": "-05:00", "date": "1936-07-17 07:45", "place": {"c2": "OH", "cy": "US", "lg": -83.18333, "lat": 41.11667}, "date-ut": "1936-07-17 12:45"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "141"}}, "raw": {"LA1": "41", "LA2": "7", "LO1": "83", "LO2": "11", "AMPM": "A", "MARS": "4", "NAME": "Groman", "BATCH": "2", "Satz#": "141", "GEBDAT": "17 7 1936", "GEBORT": "OH", "GEBZEIT": "7 45", "VORNAME": "William", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
16756	groza-alex-1926-10-07	{"d10": "521", "3a_sports": "1987", "rawlins-ertel-irving": "142"}	{"ertel": "ES-1987", "csicop": "CS-142", "lerrcp": "D10-521"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alex", "family": "Groza", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1926-10-07 21:45", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -80.73333, "lat": 40.1, "name": "Martins Ferry", "geoid": null}, "notime": null, "date-ut": "1926-10-08 02:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Alex", "family": "Groza"}, "birth": {"tzo": "-05:00", "date": "1926-10-07 21:45", "place": {"c2": "OH", "cy": "US", "lg": -80.73333, "lat": 40.1, "name": "Martins Ferry"}, "date-ut": "1926-10-08 02:45"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "521"}}, "raw": {"H": "21:45", "TZ": "5h", "DAY": "7", "LAT": "40N6", "LON": "80W44", "MON": "10", "NUM": "521", "PRO": "SP", "YEA": "1926", "CICO": "Martins Ferry, OH", "NAME": "Groza Alex"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["basketball-player"]], "ids-in-sources": {"rawlins-ertel-irving": "142"}}, "raw": {"LA1": "40", "LA2": "6", "LO1": "80", "LO2": "44", "AMPM": "P", "MARS": "3", "NAME": "Groza", "BATCH": "2", "Satz#": "142", "GEBDAT": "7 10 1926", "GEBORT": "OH", "GEBZEIT": "9 45", "VORNAME": "Alex", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["basketball-player"], "partial-ids": {"ertel": "ES-1987"}}, "raw": {"L": "", "MF": "", "NR": "1987", "ENG": "1", "MA_": "2", "G_NR": "521", "MA12": "1", "MARS": "3", "NAME": "Groza", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-0,800", "CSINR": "142", "KURTZ": "", "PHAS_": "0,200", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "07.10.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Alex", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "07.10.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BASK", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16757	groza-louis-1924-01-25	{"d10": "522", "3a_sports": "1988", "rawlins-ertel-irving": "143"}	{"ertel": "ES-1988", "csicop": "CS-143", "lerrcp": "D10-522"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Groza", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1924-01-25 02:15", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -80.73333, "lat": 40.1, "name": "Martins Ferry", "geoid": null}, "notime": null, "date-ut": "1924-01-25 07:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Groza"}, "birth": {"tzo": "-05:00", "date": "1924-01-25 02:15", "place": {"c2": "OH", "cy": "US", "lg": -80.73333, "lat": 40.1, "name": "Martins Ferry"}, "date-ut": "1924-01-25 07:15"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "522"}}, "raw": {"H": "02:15", "TZ": "5h", "DAY": "25", "LAT": "40N6", "LON": "80W44", "MON": "1", "NUM": "522", "PRO": "SP", "YEA": "1924", "CICO": "Martins Ferry, OH", "NAME": "Groza Louis"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "143"}}, "raw": {"LA1": "40", "LA2": "6", "LO1": "80", "LO2": "44", "AMPM": "A", "MARS": "35", "NAME": "Groza", "BATCH": "2", "Satz#": "143", "GEBDAT": "25 1 1924", "GEBORT": "OH", "GEBZEIT": "2 15", "VORNAME": "Louis", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-1988"}}, "raw": {"L": "", "MF": "", "NR": "1988", "ENG": "", "MA_": "1", "G_NR": "522", "MA12": "12", "MARS": "35", "NAME": "Groza", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-5,300", "CSINR": "143", "KURTZ": "", "PHAS_": "90,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "25.01.", "ZITATE": "BX", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Louis", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "25.01.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
21844	hackbart-dale-1938-07-21	{"rawlins-ertel-irving": "144"}	{"csicop": "CS-144"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dale", "family": "Hackbart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1938-07-21 08:00", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -89.4, "lat": 43.06667, "name": null, "geoid": null}, "notime": null, "date-ut": "1938-07-21 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Dale", "family": "Hackbart"}, "birth": {"tzo": "-06:00", "date": "1938-07-21 08:00", "place": {"c2": "WI", "cy": "US", "lg": -89.4, "lat": 43.06667}, "date-ut": "1938-07-21 14:00"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "144"}}, "raw": {"LA1": "43", "LA2": "4", "LO1": "89", "LO2": "24", "AMPM": "A", "MARS": "4", "NAME": "Hackbart", "BATCH": "2", "Satz#": "144", "GEBDAT": "21 7 1938", "GEBORT": "WI", "GEBZEIT": "8 0", "VORNAME": "Dale", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21845	hairston-harold-1942-05-31	{"rawlins-ertel-irving": "146"}	{"csicop": "CS-146"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Harold", "family": "Hairston", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1942-05-31 12:08", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -80.25, "lat": 36.1, "name": null, "geoid": null}, "notime": null, "date-ut": "1942-05-31 17:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Harold", "family": "Hairston"}, "birth": {"tzo": "-05:00", "date": "1942-05-31 12:08", "place": {"c2": "NC", "cy": "US", "lg": -80.25, "lat": 36.1}, "date-ut": "1942-05-31 17:08"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "146"}}, "raw": {"LA1": "36", "LA2": "6", "LO1": "80", "LO2": "15", "AMPM": "A", "MARS": "20", "NAME": "Hairston", "BATCH": "2", "Satz#": "146", "GEBDAT": "31 5 1942", "GEBORT": "NC", "GEBZEIT": "12 8", "VORNAME": "Harold", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21846	hall-dale-1924-06-21	{"rawlins-ertel-irving": "147"}	{"csicop": "CS-147"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dale", "family": "Hall", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1924-06-21 17:00", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -94.7, "lat": 37.41667, "name": null, "geoid": null}, "notime": null, "date-ut": "1924-06-21 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Dale", "family": "Hall"}, "birth": {"tzo": "-06:00", "date": "1924-06-21 17:00", "place": {"c2": "KS", "cy": "US", "lg": -94.7, "lat": 37.41667}, "date-ut": "1924-06-21 23:00"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "147"}}, "raw": {"LA1": "37", "LA2": "25", "LO1": "94", "LO2": "42", "AMPM": "P", "MARS": "28", "NAME": "Hall", "BATCH": "2", "Satz#": "147", "GEBDAT": "21 6 1924", "GEBORT": "KS", "GEBZEIT": "5 0", "VORNAME": "Dale", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
2222	cazeaux-pierre-1808-03-25	{"a2": "135", "g55": "01-105", "afd5": "181"}	{"g55": "01-105", "lerrcp": "A2-135", "muller": "M5-181"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre", "family": "Cazeaux", "spouse": [], "official": {"given": "Pierre", "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1808-03-25 04:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1808-03-25 03:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Cazeaux"}, "birth": {"tzo": "-00:02:19", "date": "1808-03-25 03:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1808-03-25 03:57:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-135"}, "ids-in-sources": {"a2": "135"}}, "raw": {"H": "3", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "25", "LAT": "44N50", "LON": "0W34", "MON": "3", "NUM": "135", "PRO": "S", "SEC": "36", "YEA": "1808", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Cazeaux", "official": {"given": "Pierre"}}, "birth": {"date": "1808-03-25 04:00", "place": {"name": "Bordeaux"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "181"}}, "raw": {"NR": "181", "GNR": "SA2135", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "1", "CODE": "4", "JAHR": "1808", "KORR": "", "MARS": "33", "MODE": "LMT", "MOND": "35", "NAME": "CAZEAUX (PIERRE).", "AUFAB": "-4.60", "PHAS_": "4.200", "SONNE": "33", "VENUS": "35", "BREITE": "44 N 50", "GEBORT": "Bordeaux (Gironde)", "LAENGE": "000 W 34", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "11", "GEBZEIT": "04.00", "JUPITER": "35", "ELECTAGE": "43,0", "ELECTDAT": "04.03.1851", "GEBDATUM": "25.03.1808", "STBDATUM": "17.04.1862"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-105"}, "ids-in-source": {"g55": "01-105"}}, "raw": {"DAY": "25-3-1808", "HOUR": "4 h.", "NAME": "CAZEAUX Pierre", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:47:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2235	charpentier-pierre-1852-06-15	{"a2": "148", "g55": "01-114"}	{"g55": "01-114", "lerrcp": "A2-148"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Charpentier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:44", "date": "1852-06-15 23:00", "note": null, "place": {"c1": null, "c2": "36", "c3": null, "cy": "FR", "lg": 1.68333, "lat": 46.81667, "name": "Argenton", "geoid": 0}, "notime": null, "date-ut": "1852-06-15 22:53:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Charpentier"}, "birth": {"tzo": "+00:06:44", "date": "1852-06-15 23:00", "place": {"c2": "36", "cy": "FR", "lg": 1.68333, "lat": 46.81667, "name": "Argenton", "geoid": 0}, "date-ut": "1852-06-15 22:53:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-148"}, "ids-in-sources": {"a2": "148"}}, "raw": {"H": "22", "MN": "53", "TZ": "0", "COD": "36", "COU": "F", "DAY": "15", "LAT": "46N49", "LON": "1E41", "MON": "6", "NUM": "148", "PRO": "S", "SEC": "16", "YEA": "1852", "CITY": "ARGENTON"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Argenton"}}, "partial-ids": {"g55": "01-114"}, "ids-in-source": {"g55": "01-114"}}, "raw": {"DAY": "15-6-1852", "HOUR": "23 h.", "NAME": "CHARPENTIER Pierre", "PLACE": "Argenton (Indre)."}, "date": "2023-08-20T14:47:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21847	hannum-alex-1923-07-19	{"rawlins-ertel-irving": "150"}	{"csicop": "CS-150"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alex", "family": "Hannum", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1923-07-19 22:30", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.05, "name": null, "geoid": null}, "notime": null, "date-ut": "1923-07-20 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Alex", "family": "Hannum"}, "birth": {"tzo": "-08:00", "date": "1923-07-19 22:30", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.05}, "date-ut": "1923-07-20 06:30"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "150"}}, "raw": {"LA1": "34", "LA2": "3", "LO1": "118", "LO2": "15", "AMPM": "P", "MARS": "24", "NAME": "Hannum", "BATCH": "2", "Satz#": "150", "GEBDAT": "19 7 1923", "GEBORT": "CA", "GEBZEIT": "10 30", "VORNAME": "Alex", "SPORTART": "BASK", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21848	harder-marlin-1922-05-06	{"rawlins-ertel-irving": "151"}	{"csicop": "CS-151"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marlin", "family": "Harder", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1922-05-06 05:30", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": null, "geoid": null}, "notime": null, "date-ut": "1922-05-06 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Marlin", "family": "Harder"}, "birth": {"tzo": "-06:00", "date": "1922-05-06 05:30", "place": {"c2": "WI", "cy": "US", "lg": -87.91667, "lat": 43.03333}, "date-ut": "1922-05-06 11:30"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "151"}}, "raw": {"LA1": "43", "LA2": "2", "LO1": "87", "LO2": "55", "AMPM": "A", "MARS": "13", "NAME": "Harder", "BATCH": "2", "Satz#": "151", "GEBDAT": "6 5 1922", "GEBORT": "WI", "GEBZEIT": "5 30", "VORNAME": "Marlin", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
16777	hammond-kathy-1951-11-02	{"d10": "542", "3a_sports": "2050", "rawlins-ertel-irving": "148"}	{"ertel": "ES-2050", "csicop": "CS-148", "lerrcp": "D10-542"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kathy", "family": "Hammond", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "-08:00", "date": "1951-11-02 06:57", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -121.48333, "lat": 38.58333, "name": "Sacramanto", "geoid": null}, "notime": null, "date-ut": "1951-11-02 14:57"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Kathy", "family": "Hammond"}, "birth": {"tzo": "-08:00", "date": "1951-11-02 06:57", "place": {"c2": "CA", "cy": "US", "lg": -121.48333, "lat": 38.58333, "name": "Sacramanto"}, "date-ut": "1951-11-02 14:57"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "542"}}, "raw": {"H": "06:57", "TZ": "8h", "DAY": "2", "LAT": "38N35", "LON": "121W29", "MON": "11", "NUM": "542", "PRO": "SP", "YEA": "1951", "CICO": "Sacramanto, CA", "NAME": "Hammond Kathy"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "148"}}, "raw": {"LA1": "38", "LA2": "35", "LO1": "121", "LO2": "29", "AMPM": "A", "MARS": "7", "NAME": "Hammond", "BATCH": "2", "Satz#": "148", "GEBDAT": "2 11 1951", "GEBORT": "CA", "GEBZEIT": "6 57", "VORNAME": "Kathy", "SPORTART": "TRAC", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "F", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-2050"}}, "raw": {"L": "", "MF": "F", "NR": "2050", "ENG": "", "MA_": "0", "G_NR": "541", "MA12": "3", "MARS": "7", "NAME": "Hammond", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "5,200", "CSINR": "148", "KURTZ": "", "PHAS_": "8,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "02.11.", "ZITATE": "DKX", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Kathy", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "02.11.1951", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16773	hamburger-christian-1941-08-13	{"d10": "538", "3a_sports": "2051", "rawlins-ertel-irving": "149"}	{"ertel": "ES-2051", "csicop": "CS-149", "lerrcp": "D10-538"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Hamburger", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1941-08-13 13:42", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -79, "lat": 35.15, "name": "Fort Bragg", "geoid": null}, "notime": null, "date-ut": "1941-08-13 18:42"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Christian", "family": "Hamburger"}, "birth": {"tzo": "-05:00", "date": "1941-08-13 13:42", "place": {"c2": "NC", "cy": "US", "lg": -79, "lat": 35.15, "name": "Fort Bragg"}, "date-ut": "1941-08-13 18:42"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "538"}}, "raw": {"H": "13:42", "TZ": "5h", "DAY": "13", "LAT": "35N9", "LON": "79W0", "MON": "8", "NUM": "538", "PRO": "SP", "YEA": "1941", "CICO": "Fort Bragg, NC", "NAME": "Hamburger Christian"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "149"}}, "raw": {"LA1": "35", "LA2": "9", "LO1": "78", "LO2": "59", "AMPM": "P", "MARS": "24", "NAME": "Hamburger", "BATCH": "1", "Satz#": "149", "GEBDAT": "13 8 1941", "GEBORT": "NC", "GEBZEIT": "1 42", "VORNAME": "Christian", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-2051"}}, "raw": {"L": "", "MF": "", "NR": "2051", "ENG": "", "MA_": "0", "G_NR": "544", "MA12": "8", "MARS": "24", "NAME": "Hanburger", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-8,500", "CSINR": "149", "KURTZ": "", "PHAS_": "69,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "13.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Christian", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.08.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
21849	harman-rick-1928-03-30	{"rawlins-ertel-irving": "152"}	{"csicop": "CS-152"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rick", "family": "Harman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1928-03-30 21:45", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -96.76667, "lat": 37.68333, "name": null, "geoid": null}, "notime": null, "date-ut": "1928-03-31 03:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Rick", "family": "Harman"}, "birth": {"tzo": "-06:00", "date": "1928-03-30 21:45", "place": {"c2": "KS", "cy": "US", "lg": -96.76667, "lat": 37.68333}, "date-ut": "1928-03-31 03:45"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "152"}}, "raw": {"LA1": "37", "LA2": "41", "LO1": "96", "LO2": "46", "AMPM": "P", "MARS": "28", "NAME": "Harman", "BATCH": "2", "Satz#": "152", "GEBDAT": "30 3 1928", "GEBORT": "KS", "GEBZEIT": "9 45", "VORNAME": "Rick", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21850	haskins-clem-1943-08-11	{"rawlins-ertel-irving": "154"}	{"csicop": "CS-154"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clem", "family": "Haskins", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1943-08-11 15:45", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -85.33333, "lat": 37.35, "name": null, "geoid": null}, "notime": null, "date-ut": "1943-08-11 21:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Clem", "family": "Haskins"}, "birth": {"tzo": "-06:00", "date": "1943-08-11 15:45", "place": {"c2": "KY", "cy": "US", "lg": -85.33333, "lat": 37.35}, "date-ut": "1943-08-11 21:45"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "154"}}, "raw": {"LA1": "37", "LA2": "21", "LO1": "85", "LO2": "20", "AMPM": "P", "MARS": "22", "NAME": "Haskins", "BATCH": "3", "Satz#": "154", "GEBDAT": "11 8 1943", "GEBORT": "KY", "GEBZEIT": "3 45", "VORNAME": "Clem", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21851	hatton-vern-1936-01-13	{"rawlins-ertel-irving": "155"}	{"csicop": "CS-155"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vern", "family": "Hatton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1936-01-13 07:00", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -83.76667, "lat": 38.15, "name": null, "geoid": null}, "notime": null, "date-ut": "1936-01-13 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Vern", "family": "Hatton"}, "birth": {"tzo": "-06:00", "date": "1936-01-13 07:00", "place": {"c2": "KY", "cy": "US", "lg": -83.76667, "lat": 38.15}, "date-ut": "1936-01-13 13:00"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "155"}}, "raw": {"LA1": "38", "LA2": "9", "LO1": "83", "LO2": "46", "AMPM": "A", "MARS": "34", "NAME": "Hatton", "BATCH": "3", "Satz#": "155", "GEBDAT": "13 1 1936", "GEBORT": "KY", "GEBZEIT": "7 0", "VORNAME": "Vern", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
16800	havlicek-john-1940-04-08	{"d10": "565", "3a_sports": "2080", "rawlins-ertel-irving": "156"}	{"ertel": "ES-2080", "csicop": "CS-156", "lerrcp": "D10-565"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Havlicek", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1940-04-08 08:40", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -80.73333, "lat": 40.1, "name": "Martins Ferry", "geoid": null}, "notime": null, "date-ut": "1940-04-08 13:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "John", "family": "Havlicek"}, "birth": {"tzo": "-05:00", "date": "1940-04-08 08:40", "place": {"c2": "OH", "cy": "US", "lg": -80.73333, "lat": 40.1, "name": "Martins Ferry"}, "date-ut": "1940-04-08 13:40"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "565"}}, "raw": {"H": "08:40", "TZ": "5h", "DAY": "8", "LAT": "40N6", "LON": "80W44", "MON": "4", "NUM": "565", "PRO": "SP", "YEA": "1940", "CICO": "Martins Ferry, OH", "NAME": "Havlicek John"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["basketball-player"]], "ids-in-sources": {"rawlins-ertel-irving": "156"}}, "raw": {"LA1": "40", "LA2": "6", "LO1": "80", "LO2": "44", "AMPM": "A", "MARS": "1", "NAME": "Havlicek", "BATCH": "1", "Satz#": "156", "GEBDAT": "8 4 1940", "GEBORT": "OH", "GEBZEIT": "8 40", "VORNAME": "John", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["basketball-player"], "partial-ids": {"ertel": "ES-2080"}}, "raw": {"L": "", "MF": "", "NR": "2080", "ENG": "1", "MA_": "2", "G_NR": "565", "MA12": "1", "MARS": "1", "NAME": "Havlicek", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-0,700", "CSINR": "156", "KURTZ": "", "PHAS_": "0,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "08.04.", "ZITATE": "B", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "John", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "08.04.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
21852	hawkins-benjamin-1944-03-22	{"rawlins-ertel-irving": "157"}	{"csicop": "CS-157"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benjamin", "family": "Hawkins", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1944-03-22 21:45", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.16667, "lat": 40.73333, "name": null, "geoid": null}, "notime": null, "date-ut": "1944-03-23 02:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Benjamin", "family": "Hawkins"}, "birth": {"tzo": "-05:00", "date": "1944-03-22 21:45", "place": {"c2": "NJ", "cy": "US", "lg": -74.16667, "lat": 40.73333}, "date-ut": "1944-03-23 02:45"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "157"}}, "raw": {"LA1": "40", "LA2": "44", "LO1": "74", "LO2": "10", "AMPM": "P", "MARS": "13", "NAME": "Hawkins", "BATCH": "2", "Satz#": "157", "GEBDAT": "22 3 1944", "GEBORT": "NJ", "GEBZEIT": "9 45", "VORNAME": "Benjamin", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21853	hemric-dixon-1933-08-29	{"rawlins-ertel-irving": "159"}	{"csicop": "CS-159"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dixon", "family": "Hemric", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1933-08-29 11:40", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -80.85, "lat": 36.23333, "name": null, "geoid": null}, "notime": null, "date-ut": "1933-08-29 16:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Dixon", "family": "Hemric"}, "birth": {"tzo": "-05:00", "date": "1933-08-29 11:40", "place": {"c2": "NC", "cy": "US", "lg": -80.85, "lat": 36.23333}, "date-ut": "1933-08-29 16:40"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "159"}}, "raw": {"LA1": "36", "LA2": "14", "LO1": "80", "LO2": "51", "AMPM": "A", "MARS": "2", "NAME": "Hemric", "BATCH": "2", "Satz#": "159", "GEBDAT": "29 8 1933", "GEBORT": "NC", "GEBZEIT": "11 40", "VORNAME": "Dixon", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21854	herber-arnold-1910-04-02	{"rawlins-ertel-irving": "160"}	{"csicop": "CS-160"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arnold", "family": "Herber", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1910-04-02 02:00", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -88, "lat": 44.51667, "name": null, "geoid": null}, "notime": null, "date-ut": "1910-04-02 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Arnold", "family": "Herber"}, "birth": {"tzo": "-06:00", "date": "1910-04-02 02:00", "place": {"c2": "WI", "cy": "US", "lg": -88, "lat": 44.51667}, "date-ut": "1910-04-02 08:00"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "160"}}, "raw": {"LA1": "44", "LA2": "31", "LO1": "88", "LO2": "0", "AMPM": "A", "MARS": "24", "NAME": "Herber", "BATCH": "2", "Satz#": "160", "GEBDAT": "2 4 1910", "GEBORT": "WI", "GEBZEIT": "2 0", "VORNAME": "Arnold", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21855	hickman-bernard-1911-10-05	{"rawlins-ertel-irving": "161"}	{"csicop": "CS-161"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Hickman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1911-10-05 01:20", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -87.18333, "lat": 37.2, "name": null, "geoid": null}, "notime": null, "date-ut": "1911-10-05 07:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Hickman"}, "birth": {"tzo": "-06:00", "date": "1911-10-05 01:20", "place": {"c2": "KY", "cy": "US", "lg": -87.18333, "lat": 37.2}, "date-ut": "1911-10-05 07:20"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "161"}}, "raw": {"LA1": "37", "LA2": "12", "LO1": "87", "LO2": "11", "AMPM": "A", "MARS": "7", "NAME": "Hickman", "BATCH": "2", "Satz#": "161", "GEBDAT": "5 10 1911", "GEBORT": "KY", "GEBZEIT": "1 20", "VORNAME": "Bernard", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21856	hill-harlon-1932-05-04	{"rawlins-ertel-irving": "162"}	{"csicop": "CS-162"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Harlon", "family": "Hill", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1932-05-04 05:00", "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "US", "lg": -87.66667, "lat": 34.8, "name": null, "geoid": null}, "notime": null, "date-ut": "1932-05-04 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Harlon", "family": "Hill"}, "birth": {"tzo": "-06:00", "date": "1932-05-04 05:00", "place": {"c2": "AL", "cy": "US", "lg": -87.66667, "lat": 34.8}, "date-ut": "1932-05-04 11:00"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "162"}}, "raw": {"LA1": "34", "LA2": "48", "LO1": "87", "LO2": "40", "AMPM": "A", "MARS": "2", "NAME": "Hill", "BATCH": "2", "Satz#": "162", "GEBDAT": "4 5 1932", "GEBORT": "AL", "GEBZEIT": "5 0", "VORNAME": "Harlon", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21857	hitchcock-james-1911-06-28	{"rawlins-ertel-irving": "164"}	{"csicop": "CS-164"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Hitchcock", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1911-06-28 09:00", "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "US", "lg": -85.75, "lat": 32.01667, "name": null, "geoid": null}, "notime": null, "date-ut": "1911-06-28 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "James", "family": "Hitchcock"}, "birth": {"tzo": "-06:00", "date": "1911-06-28 09:00", "place": {"c2": "AL", "cy": "US", "lg": -85.75, "lat": 32.01667}, "date-ut": "1911-06-28 15:00"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "164"}}, "raw": {"LA1": "32", "LA2": "1", "LO1": "85", "LO2": "45", "AMPM": "A", "MARS": "13", "NAME": "Hitchcock", "BATCH": "2", "Satz#": "164", "GEBDAT": "28 6 1911", "GEBORT": "AL", "GEBZEIT": "9 0", "VORNAME": "James", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21858	holbrook-eddie-1939-08-21	{"rawlins-ertel-irving": "165"}	{"csicop": "CS-165"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eddie", "family": "Holbrook", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1939-08-21 11:45", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -80.85, "lat": 36.25, "name": null, "geoid": null}, "notime": null, "date-ut": "1939-08-21 16:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Eddie", "family": "Holbrook"}, "birth": {"tzo": "-05:00", "date": "1939-08-21 11:45", "place": {"c2": "NC", "cy": "US", "lg": -80.85, "lat": 36.25}, "date-ut": "1939-08-21 16:45"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "165"}}, "raw": {"LA1": "36", "LA2": "15", "LO1": "80", "LO2": "51", "AMPM": "A", "MARS": "29", "NAME": "Holbrook", "BATCH": "2", "Satz#": "165", "GEBDAT": "21 8 1939", "GEBORT": "NC", "GEBZEIT": "11 45", "VORNAME": "Eddie", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
2236	chassaignac-pierre-1804-12-22	{"a2": "149", "g55": "01-115", "afd5": "198"}	{"g55": "01-115", "lerrcp": "A2-149", "muller": "M5-198"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre", "family": "Chassaignac", "spouse": [], "official": {"given": "Pierre Marie Edouard", "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1804-12-22 08:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1804-12-22 08:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Chassaignac"}, "birth": {"tzo": "-00:06:13", "date": "1804-12-22 08:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1804-12-22 08:06:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-149"}, "ids-in-sources": {"a2": "149"}}, "raw": {"H": "8", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "22", "LAT": "47N13", "LON": "1W35", "MON": "12", "NUM": "149", "PRO": "S", "SEC": "20", "YEA": "1804", "CITY": "NANTES"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Chassaignac", "official": {"given": "Pierre Marie Edouard"}}, "birth": {"date": "1804-12-22 08:00", "place": {"name": "Nantes"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "198"}}, "raw": {"NR": "198", "GNR": "SA2149", "JU_": "0", "MA_": "0", "MO_": "1", "SA_": "2", "SO_": "2", "VE_": "0", "CODE": "4", "JAHR": "1804", "KORR": "", "MARS": "15", "MODE": "LMT", "MOND": "14", "NAME": "CHASSAIGNAC (PIERRE MARIE EDOUARD).", "AUFAB": "-9.60", "PHAS_": "68.600", "SONNE": "1", "VENUS": "7", "BREITE": "47 N 13", "GEBORT": "Nantes (Loire-Inférieure)", "LAENGE": "001 W 35", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "11", "GEBZEIT": "08.00", "JUPITER": "7", "ELECTAGE": "63,4", "ELECTDAT": "05.05.1868", "GEBDATUM": "22.12.1804", "STBDATUM": "26.08.1879"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-115"}, "ids-in-source": {"g55": "01-115"}}, "raw": {"DAY": "22-12-1804", "HOUR": "8 h.", "NAME": "\\fCHASSAIGNAC Pierre", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:47:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2239	chauffard-emile-1823-05-18	{"a2": "152", "g55": "01-118", "afd5": "202"}	{"g55": "01-118", "lerrcp": "A2-152", "muller": "M5-202"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Emile", "family": "Chauffard", "spouse": [], "official": {"given": "Paul Emile", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:14", "date": "1823-05-18 03:30", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1823-05-18 03:10:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Chauffard"}, "birth": {"tzo": "+00:19:14", "date": "1823-05-18 03:30", "place": {"c2": "84", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1823-05-18 03:10:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-152"}, "ids-in-sources": {"a2": "152"}}, "raw": {"H": "3", "MN": "10", "TZ": "0", "COD": "84", "COU": "F", "DAY": "18", "LAT": "43N57", "LON": "4E50", "MON": "5", "NUM": "152", "PRO": "S", "SEC": "40", "YEA": "1823", "CITY": "AVIGNON"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Chauffard", "official": {"given": "Paul Emile"}}, "birth": {"date": "1823-05-18 03:30", "place": {"name": "Avignon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "202"}}, "raw": {"NR": "202", "GNR": "SA2152", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1823", "KORR": "", "MARS": "35", "MODE": "LMT", "MOND": "22", "NAME": "CHAUFFARD (PAUL EMILE).", "AUFAB": "11.10", "PHAS_": "57.700", "SONNE": "34", "VENUS": "30", "BREITE": "43 N 57", "GEBORT": "Avignon (Vaucluse)", "LAENGE": "004 E 50", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "35", "GEBZEIT": "03.30", "JUPITER": "32", "ELECTAGE": "44,0", "ELECTDAT": "21.05.1867", "GEBDATUM": "18.05.1823", "STBDATUM": "06.02.1879"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-118"}, "ids-in-source": {"g55": "01-118"}}, "raw": {"DAY": "18-5-1823", "HOUR": "3 h. 30", "NAME": "CHAUFFARD Emile", "PLACE": "Avignon (Vaucluse)."}, "date": "2023-08-20T14:47:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
24256	chavanaz-georges-1866-06-04	{"g55": "01-122"}	{"g55": "01-122"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Chavanaz", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1866-06-04 16:00", "note": null, "place": {"c1": "", "c2": "33", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Bordeaux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Chavanaz", "nobility": ""}, "birth": {"date": "1866-06-04 16:00", "place": {"c1": "", "c2": "33", "c3": "", "cy": "FR", "name": "Bordeaux"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"g55": "01-122"}}, "raw": {"DAY": "4-6-1866", "HOUR": "16 h.", "NAME": "CHAVANAZ Georges", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:47:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21859	holland-terry-1942-04-02	{"rawlins-ertel-irving": "166"}	{"csicop": "CS-166"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Terry", "family": "Holland", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1942-04-02 21:15", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -78.31667, "lat": 35, "name": null, "geoid": null}, "notime": null, "date-ut": "1942-04-03 02:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Terry", "family": "Holland"}, "birth": {"tzo": "-05:00", "date": "1942-04-02 21:15", "place": {"c2": "NC", "cy": "US", "lg": -78.31667, "lat": 35}, "date-ut": "1942-04-03 02:15"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "166"}}, "raw": {"LA1": "35", "LA2": "0", "LO1": "78", "LO2": "19", "AMPM": "P", "MARS": "14", "NAME": "Holland", "BATCH": "2", "Satz#": "166", "GEBDAT": "2 4 1942", "GEBORT": "NC", "GEBZEIT": "9 15", "VORNAME": "Terry", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21860	hosket-bill-1946-12-20	{"rawlins-ertel-irving": "168"}	{"csicop": "CS-168"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bill", "family": "Hosket", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1946-12-20 06:28", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.2, "lat": 39.75, "name": null, "geoid": null}, "notime": null, "date-ut": "1946-12-20 11:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Bill", "family": "Hosket"}, "birth": {"tzo": "-05:00", "date": "1946-12-20 06:28", "place": {"c2": "OH", "cy": "US", "lg": -84.2, "lat": 39.75}, "date-ut": "1946-12-20 11:28"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "168"}}, "raw": {"LA1": "39", "LA2": "45", "LO1": "84", "LO2": "12", "AMPM": "A", "MARS": "34", "NAME": "Hosket", "BATCH": "2", "Satz#": "168", "GEBDAT": "20 12 1946", "GEBORT": "OH", "GEBZEIT": "6 28", "VORNAME": "Bill", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21861	hougland-bill-1930-06-20	{"rawlins-ertel-irving": "169"}	{"csicop": "CS-169"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bill", "family": "Hougland", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1930-06-20 05:45", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -97.61667, "lat": 37.03333, "name": null, "geoid": null}, "notime": null, "date-ut": "1930-06-20 11:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Bill", "family": "Hougland"}, "birth": {"tzo": "-06:00", "date": "1930-06-20 05:45", "place": {"c2": "KS", "cy": "US", "lg": -97.61667, "lat": 37.03333}, "date-ut": "1930-06-20 11:45"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "169"}}, "raw": {"LA1": "37", "LA2": "2", "LO1": "97", "LO2": "37", "AMPM": "A", "MARS": "5", "NAME": "Hougland", "BATCH": "2", "Satz#": "169", "GEBDAT": "20 6 1930", "GEBORT": "KS", "GEBZEIT": "5 45", "VORNAME": "Bill", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
16858	houston-james-1937-11-03	{"d10": "623", "3a_sports": "2148", "rawlins-ertel-irving": "170"}	{"ertel": "ES-2148", "csicop": "CS-170", "lerrcp": "D10-623"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Houston", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1937-11-03 09:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.53333, "lat": 40.8, "name": "Massillon", "geoid": null}, "notime": null, "date-ut": "1937-11-03 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "James", "family": "Houston"}, "birth": {"tzo": "-05:00", "date": "1937-11-03 09:00", "place": {"c2": "OH", "cy": "US", "lg": -81.53333, "lat": 40.8, "name": "Massillon"}, "date-ut": "1937-11-03 14:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "623"}}, "raw": {"H": "09:00", "TZ": "5h", "DAY": "3", "LAT": "40N48", "LON": "81W32", "MON": "11", "NUM": "623", "PRO": "SP", "YEA": "1937", "CICO": "Massillon, OH", "NAME": "Houston James"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "170"}}, "raw": {"LA1": "40", "LA2": "48", "LO1": "81", "LO2": "31", "AMPM": "A", "MARS": "32", "NAME": "Houston", "BATCH": "1", "Satz#": "170", "GEBDAT": "3 11 1937", "GEBORT": "OH", "GEBZEIT": "9 0", "VORNAME": "James E", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-2148"}}, "raw": {"L": "", "MF": "", "NR": "2148", "ENG": "", "MA_": "0", "G_NR": "623", "MA12": "11", "MARS": "32", "NAME": "Houston", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-1,300", "CSINR": "170", "KURTZ": "", "PHAS_": "0,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "03.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "James E.", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.11.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
21862	huber-lee-1919-02-16	{"rawlins-ertel-irving": "171"}	{"csicop": "CS-171"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lee", "family": "Huber", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1919-02-16 03:15", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -85.76667, "lat": 38.25, "name": null, "geoid": null}, "notime": null, "date-ut": "1919-02-16 09:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Lee", "family": "Huber"}, "birth": {"tzo": "-06:00", "date": "1919-02-16 03:15", "place": {"c2": "KY", "cy": "US", "lg": -85.76667, "lat": 38.25}, "date-ut": "1919-02-16 09:15"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "171"}}, "raw": {"LA1": "38", "LA2": "15", "LO1": "85", "LO2": "46", "AMPM": "A", "MARS": "30", "NAME": "Huber", "BATCH": "2", "Satz#": "171", "GEBDAT": "16 2 1919", "GEBORT": "KY", "GEBZEIT": "3 15", "VORNAME": "Lee", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21863	hunter-arthur-1933-04-24	{"rawlins-ertel-irving": "173"}	{"csicop": "CS-173"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Hunter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1933-04-24 20:20", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -80.95, "lat": 41.86667, "name": null, "geoid": null}, "notime": null, "date-ut": "1933-04-25 01:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Hunter"}, "birth": {"tzo": "-05:00", "date": "1933-04-24 20:20", "place": {"c2": "OH", "cy": "US", "lg": -80.95, "lat": 41.86667}, "date-ut": "1933-04-25 01:20"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "173"}}, "raw": {"LA1": "41", "LA2": "52", "LO1": "80", "LO2": "57", "AMPM": "P", "MARS": "9", "NAME": "Hunter", "BATCH": "2", "Satz#": "173", "GEBDAT": "24 4 1933", "GEBORT": "OH", "GEBZEIT": "8 20", "VORNAME": "Arthur", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21864	ireland-george-1913-07-26	{"rawlins-ertel-irving": "174"}	{"csicop": "CS-174"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "George", "family": "Ireland", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1913-07-26 12:30", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -89.4, "lat": 43.06667, "name": null, "geoid": null}, "notime": null, "date-ut": "1913-07-26 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "George", "family": "Ireland"}, "birth": {"tzo": "-06:00", "date": "1913-07-26 12:30", "place": {"c2": "WI", "cy": "US", "lg": -89.4, "lat": 43.06667}, "date-ut": "1913-07-26 18:30"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "174"}}, "raw": {"LA1": "43", "LA2": "4", "LO1": "89", "LO2": "24", "AMPM": "A", "MARS": "1", "NAME": "Ireland", "BATCH": "2", "Satz#": "174", "GEBDAT": "26 7 1913", "GEBORT": "WI", "GEBZEIT": "12 30", "VORNAME": "George", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
2246	chereau-achille-1817-08-23	{"a2": "159", "g55": "01-124", "afd5": "210"}	{"g55": "01-124", "lerrcp": "A2-159", "muller": "M5-210"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Achille", "family": "Chéreau", "spouse": [], "official": {"given": "Benoît Achille", "family": null}}	\N	{"lmt": null, "tzo": "+00:17:30", "date": "1817-08-23 09:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.37656, "lat": 48.11295, "name": "Bar-sur-Seine", "geoid": 3034800}, "notime": null, "date-ut": "1817-08-23 08:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Achille", "family": "Chereau"}, "birth": {"tzo": "+00:17:30", "date": "1817-08-23 09:00", "place": {"c2": "10", "cy": "FR", "lg": 4.37656, "lat": 48.11295, "name": "Bar-sur-Seine", "geoid": 3034800}, "date-ut": "1817-08-23 08:43:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-159"}, "ids-in-sources": {"a2": "159"}}, "raw": {"H": "8", "MN": "43", "TZ": "0", "COD": "10", "COU": "F", "DAY": "23", "LAT": "48N18", "LON": "4E 5", "MON": "8", "NUM": "159", "PRO": "S", "SEC": "40", "YEA": "1817", "CITY": "BAR-S-SEINE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Chéreau", "official": {"given": "Benoît Achille"}}, "birth": {"date": "1817-08-23 09:00", "place": {"name": "Bar-sur-Seine"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "210"}}, "raw": {"NR": "210", "GNR": "SA2159", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "2", "CODE": "3", "JAHR": "1817", "KORR": "", "MARS": "13", "MODE": "LMT", "MOND": "27", "NAME": "CHÉREAU (BENOIT ACHILLE).", "AUFAB": "8.90", "PHAS_": "83.900", "SONNE": "6", "VENUS": "9", "BREITE": "48 N 18", "GEBORT": "Bar-sur-Seine (Aube)", "LAENGE": "004 E 05", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "23", "GEBZEIT": "09.00", "JUPITER": "31", "ELECTAGE": "58,5", "ELECTDAT": "15.02.1876", "GEBDATUM": "23.08.1817", "STBDATUM": "18.01.1885"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-124"}, "ids-in-source": {"g55": "01-124"}}, "raw": {"DAY": "23-8-1817", "HOUR": "9 h.", "NAME": "CHEREAU Achille", "PLACE": "Bar-sur-Seine (Aube)."}, "date": "2023-08-20T14:47:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2252	cluzet-joseph-1870-11-04	{"a2": "165", "g55": "01-127", "afd5": "224"}	{"g55": "01-127", "lerrcp": "A2-165", "muller": "M5-224"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Joseph", "family": "Cluzet", "spouse": [], "official": {"given": "Joseph", "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1870-11-04 22:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1870-11-04 21:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Cluzet"}, "birth": {"tzo": "+00:05:46", "date": "1870-11-04 22:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1870-11-04 21:54:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-165"}, "ids-in-sources": {"a2": "165"}}, "raw": {"H": "21", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "4", "LAT": "43N37", "LON": "1E26", "MON": "11", "NUM": "165", "PRO": "S", "SEC": "16", "YEA": "1870", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Cluzet", "official": {"given": "Joseph"}}, "birth": {"date": "1870-11-04 22:00", "place": {"name": "Toulouse"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "224"}}, "raw": {"NR": "224", "GNR": "SA2165", "JU_": "1", "MA_": "0", "MO_": "2", "SA_": "0", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1870", "KORR": "", "MARS": "32", "MODE": "LMT", "MOND": "10", "NAME": "CLUZET (JOSEPH).", "AUFAB": "7.80", "PHAS_": "83.800", "SONNE": "25", "VENUS": "26", "BREITE": "43 N 37", "GEBORT": "Toulouse (Haute-Garonne)", "LAENGE": "001 E 26", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "22", "GEBZEIT": "22.00", "JUPITER": "4", "ELECTAGE": "60,4", "ELECTDAT": "17.03.1931", "GEBDATUM": "04.11.1870", "STBDATUM": "10.08.1956"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-127"}, "ids-in-source": {"g55": "01-127"}}, "raw": {"DAY": "4-11-1870", "HOUR": "22 h.", "NAME": "CLUZET Joseph", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:47:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2256	collin-remy-1880-07-07	{"a2": "169", "g55": "01-131", "afd5": "228"}	{"g55": "01-131", "lerrcp": "A2-169", "muller": "M5-228"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Rémy", "family": "Collin", "spouse": [], "official": {"given": "Rémy Gustave", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1880-07-07 21:30", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.13036, "lat": 48.75994, "name": "Frouard", "geoid": 3016944}, "notime": null, "date-ut": "1880-07-07 21:05:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Rémy", "family": "Collin"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.13036, "lat": 48.75994, "name": "Frouard", "geoid": 3016944}, "date-ut": "1880-07-07 21:05:12"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-169"}, "ids-in-sources": {"a2": "169"}}, "raw": {"H": "21", "MN": "5", "TZ": "0", "COD": "54", "COU": "F", "DAY": "7", "LAT": "48N42", "LON": "6E12", "MON": "7", "NUM": "169", "PRO": "S", "SEC": "12", "YEA": "1880", "CITY": "FROUARD"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Collin", "official": {"given": "Rémy Gustave"}}, "birth": {"date": "1880-07-07 21:30", "place": {"name": "Frouard"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "228"}}, "raw": {"NR": "228", "GNR": "SA2169", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1880", "KORR": "", "MARS": "18", "MODE": "LMT", "MOND": "22", "NAME": "COLLIN (RÉMY GUSTAVE).", "AUFAB": "-1.90", "PHAS_": "0.300", "SONNE": "22", "VENUS": "22", "BREITE": "48 N 42", "GEBORT": "Frouard (Meurthe-et-Moselle)", "LAENGE": "006 E 12", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "32", "GEBZEIT": "21.30", "JUPITER": "33", "ELECTAGE": "53,0", "ELECTDAT": "04.07.1933", "GEBDATUM": "07.07.1880", "STBDATUM": "02.11.1957"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-131"}, "ids-in-source": {"g55": "01-131"}}, "raw": {"DAY": "7-7-1880", "HOUR": "21 h. 30", "NAME": "COLLIN Rémy", "PLACE": "Frouard (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:47:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2262	coste-jean-1807-05-11	{"a2": "175", "g55": "01-137", "afd5": "235"}	{"g55": "01-137", "lerrcp": "A2-175", "muller": "M5-235"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Coste", "spouse": [], "official": {"given": "Jean Jacques Marie Cyprien Victor", "family": null}}	\N	{"lmt": null, "tzo": "+00:15:56", "date": "1807-05-11 14:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.98222, "lat": 43.67972, "name": "Castries", "geoid": 3028258}, "notime": null, "date-ut": "1807-05-10 13:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Coste"}, "birth": {"tzo": "+00:15:56", "date": "1807-05-10 14:00", "place": {"c2": "34", "cy": "FR", "lg": 3.98222, "lat": 43.67972, "name": "Castries", "geoid": 3028258}, "date-ut": "1807-05-10 13:44:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-175"}, "ids-in-sources": {"a2": "175"}}, "raw": {"H": "13", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "10", "LAT": "43N37", "LON": "3E53", "MON": "5", "NUM": "175", "PRO": "S", "SEC": "28", "YEA": "1807", "CITY": "CASTRIES"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Coste", "official": {"given": "Jean Jacques Marie Cyprien Victor"}}, "birth": {"date": "1807-05-11 14:00", "place": {"name": "Castries"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "235"}}, "raw": {"NR": "235", "GNR": "SA2175", "JU_": "0", "MA_": "2", "MO_": "0", "SA_": "1", "SO_": "2", "VE_": "2", "CODE": "2", "JAHR": "1807", "KORR": "", "MARS": "2", "MODE": "LMT", "MOND": "8", "NAME": "COSTE (JEAN JACQUES MARIE CYPRIEN VICTOR).", "AUFAB": "5.90", "PHAS_": "11.500", "SONNE": "12", "VENUS": "9", "BREITE": "43 N 37", "GEBORT": "Castries (Hérault)", "LAENGE": "003 E 53", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ-d", "SATURN": "31", "GEBZEIT": "14.00", "JUPITER": "23", "ELECTAGE": "61,9", "ELECTDAT": "16.03.1869", "GEBDATUM": "11.05.1807", "STBDATUM": "19.09.1873"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-137"}, "ids-in-source": {"g55": "01-137"}}, "raw": {"DAY": "10-5-1807", "HOUR": "14 h.", "NAME": "* COSTE Jean", "PLACE": "Castries (Hérault)."}, "date": "2023-08-20T14:47:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21865	jackson-phil-1945-09-17	{"rawlins-ertel-irving": "175"}	{"csicop": "CS-175"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Phil", "family": "Jackson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1945-09-17 17:40", "note": null, "place": {"c1": null, "c2": "MT", "c3": null, "cy": "US", "lg": -112.73333, "lat": 46.4, "name": null, "geoid": null}, "notime": null, "date-ut": "1945-09-18 00:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Phil", "family": "Jackson"}, "birth": {"tzo": "-07:00", "date": "1945-09-17 17:40", "place": {"c2": "MT", "cy": "US", "lg": -112.73333, "lat": 46.4}, "date-ut": "1945-09-18 00:40"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "175"}}, "raw": {"LA1": "46", "LA2": "24", "LO1": "112", "LO2": "44", "AMPM": "P", "MARS": "22", "NAME": "Jackson", "BATCH": "2", "Satz#": "175", "GEBDAT": "17 9 1945", "GEBORT": "MT", "GEBZEIT": "5 40", "VORNAME": "Phil", "SPORTART": "BASK", "ZEITZONE": "7"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21866	james-richard-1934-05-22	{"rawlins-ertel-irving": "176"}	{"csicop": "CS-176"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "James", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1934-05-22 10:00", "note": null, "place": {"c1": null, "c2": "OR", "c3": null, "cy": "US", "lg": -123.31667, "lat": 42.6, "name": null, "geoid": null}, "notime": null, "date-ut": "1934-05-22 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Richard", "family": "James"}, "birth": {"tzo": "-08:00", "date": "1934-05-22 10:00", "place": {"c2": "OR", "cy": "US", "lg": -123.31667, "lat": 42.6}, "date-ut": "1934-05-22 18:00"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "176"}}, "raw": {"LA1": "42", "LA2": "36", "LO1": "123", "LO2": "19", "AMPM": "A", "MARS": "8", "NAME": "James", "BATCH": "2", "Satz#": "176", "GEBDAT": "22 5 1934", "GEBORT": "OR", "GEBZEIT": "10 0", "VORNAME": "Richard", "SPORTART": "FOOT", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21867	jennings-james-1952-08-16	{"rawlins-ertel-irving": "177"}	{"csicop": "CS-177"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Jennings", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1952-08-16 11:00", "note": null, "place": {"c1": null, "c2": "MA", "c3": null, "cy": "US", "lg": -72.6, "lat": 42.2, "name": null, "geoid": null}, "notime": null, "date-ut": "1952-08-16 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "James", "family": "Jennings"}, "birth": {"tzo": "-05:00", "date": "1952-08-16 11:00", "place": {"c2": "MA", "cy": "US", "lg": -72.6, "lat": 42.2}, "date-ut": "1952-08-16 16:00"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "177"}}, "raw": {"LA1": "42", "LA2": "12", "LO1": "72", "LO2": "36", "AMPM": "A", "MARS": "33", "NAME": "Jennings", "BATCH": "3", "Satz#": "177", "GEBDAT": "16 8 1952", "GEBORT": "MA", "GEBZEIT": "11 0", "VORNAME": "James", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21868	joe-william-1940-10-14	{"rawlins-ertel-irving": "179"}	{"csicop": "CS-179"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Joe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1940-10-14 12:00", "note": null, "place": {"c1": null, "c2": "SC", "c3": null, "cy": "US", "lg": -79.2, "lat": 34, "name": null, "geoid": null}, "notime": null, "date-ut": "1940-10-14 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "William", "family": "Joe"}, "birth": {"tzo": "-05:00", "date": "1940-10-14 12:00", "place": {"c2": "SC", "cy": "US", "lg": -79.2, "lat": 34}, "date-ut": "1940-10-14 17:00"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "179"}}, "raw": {"LA1": "34", "LA2": "0", "LO1": "79", "LO2": "12", "AMPM": "A", "MARS": "29", "NAME": "Joe", "BATCH": "2", "Satz#": "179", "GEBDAT": "14 10 1940", "GEBORT": "SC", "GEBZEIT": "12 0", "VORNAME": "William", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21869	johnsom-kermit-1952-02-22	{"rawlins-ertel-irving": "181"}	{"csicop": "CS-181"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kermit", "family": "Johnsom", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1952-02-22 11:15", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.05, "name": null, "geoid": null}, "notime": null, "date-ut": "1952-02-22 19:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Kermit", "family": "Johnsom"}, "birth": {"tzo": "-08:00", "date": "1952-02-22 11:15", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.05}, "date-ut": "1952-02-22 19:15"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "181"}}, "raw": {"LA1": "34", "LA2": "3", "LO1": "118", "LO2": "15", "AMPM": "A", "MARS": "20", "NAME": "Johnsom", "BATCH": "2", "Satz#": "180", "GEBDAT": "22 2 1952", "GEBORT": "CA", "GEBZEIT": "11 15", "VORNAME": "Kermit", "SPORTART": "FOOT", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21870	jones-clinton-1945-05-24	{"rawlins-ertel-irving": "183"}	{"csicop": "CS-183"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clinton", "family": "Jones", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1945-05-24 20:47", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": null, "geoid": null}, "notime": null, "date-ut": "1945-05-25 01:47"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Clinton", "family": "Jones"}, "birth": {"tzo": "-05:00", "date": "1945-05-24 20:47", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5}, "date-ut": "1945-05-25 01:47"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "183"}}, "raw": {"LA1": "41", "LA2": "30", "LO1": "81", "LO2": "42", "AMPM": "P", "MARS": "25", "NAME": "Jones", "BATCH": "2", "Satz#": "183", "GEBDAT": "24 5 1945", "GEBORT": "OH", "GEBZEIT": "8 47", "VORNAME": "Clinton", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21871	jones-larry-1942-09-22	{"rawlins-ertel-irving": "184"}	{"csicop": "CS-184"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Larry", "family": "Jones", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1942-09-22 12:02", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83, "lat": 39.96667, "name": null, "geoid": null}, "notime": null, "date-ut": "1942-09-22 17:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Larry", "family": "Jones"}, "birth": {"tzo": "-05:00", "date": "1942-09-22 12:02", "place": {"c2": "OH", "cy": "US", "lg": -83, "lat": 39.96667}, "date-ut": "1942-09-22 17:02"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "184"}}, "raw": {"LA1": "39", "LA2": "58", "LO1": "83", "LO2": "0", "AMPM": "A", "MARS": "25", "NAME": "Jones", "BATCH": "2", "Satz#": "184", "GEBDAT": "22 9 1942", "GEBORT": "OH", "GEBZEIT": "12 2", "VORNAME": "Larry", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21873	keane-thomas-1926-09-07	{"rawlins-ertel-irving": "190"}	{"csicop": "CS-190"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Thomas", "family": "Keane", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1926-09-07 16:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -80.75, "lat": 40.01667, "name": null, "geoid": null}, "notime": null, "date-ut": "1926-09-07 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Thomas", "family": "Keane"}, "birth": {"tzo": "-05:00", "date": "1926-09-07 16:00", "place": {"c2": "OH", "cy": "US", "lg": -80.75, "lat": 40.01667}, "date-ut": "1926-09-07 21:00"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "190"}}, "raw": {"LA1": "40", "LA2": "1", "LO1": "80", "LO2": "45", "AMPM": "P", "MARS": "27", "NAME": "Keane", "BATCH": "2", "Satz#": "190", "GEBDAT": "7 9 1926", "GEBORT": "OH", "GEBZEIT": "4 0", "VORNAME": "Thomas", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21872	kassulke-karl-1941-03-20	{"rawlins-ertel-irving": "189"}	{"csicop": "CS-189"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Kassulke", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1941-03-20 04:36", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": null, "geoid": null}, "notime": null, "date-ut": "1941-03-20 10:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Kassulke"}, "birth": {"tzo": "-06:00", "date": "1941-03-20 04:36", "place": {"c2": "WI", "cy": "US", "lg": -87.91667, "lat": 43.03333}, "date-ut": "1941-03-20 10:36"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "189"}}, "raw": {"LA1": "43", "LA2": "2", "LO1": "87", "LO2": "55", "AMPM": "A", "MARS": "4", "NAME": "Kassulke", "BATCH": "2", "Satz#": "189", "GEBDAT": "20 3 1941", "GEBORT": "WI", "GEBZEIT": "4 36", "VORNAME": "Karl", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
16906	jordan-henry-1935-01-26	{"d10": "671", "3a_sports": "2229", "rawlins-ertel-irving": "185"}	{"ertel": "ES-2229", "csicop": "CS-185", "lerrcp": "D10-671"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Jordan", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1935-01-26 17:10", "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "US", "lg": -77.53333, "lat": 36.68333, "name": "Emporia", "geoid": null}, "notime": null, "date-ut": "1935-01-26 22:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Jordan"}, "birth": {"tzo": "-05:00", "date": "1935-01-26 17:10", "place": {"c2": "VA", "cy": "US", "lg": -77.53333, "lat": 36.68333, "name": "Emporia"}, "date-ut": "1935-01-26 22:10"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "671"}}, "raw": {"H": "17:10", "TZ": "5h", "DAY": "26", "LAT": "36N41", "LON": "77W32", "MON": "1", "NUM": "671", "PRO": "SP", "YEA": "1935", "CICO": "Emporia, VA", "NAME": "Jordan Henry"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "185"}}, "raw": {"LA1": "36", "LA2": "41", "LO1": "77", "LO2": "32", "AMPM": "P", "MARS": "28", "NAME": "Jorden", "BATCH": "1", "Satz#": "185", "GEBDAT": "26 1 1935", "GEBORT": "VA", "GEBZEIT": "5 10", "VORNAME": "Henry W", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-2229"}}, "raw": {"L": "", "MF": "", "NR": "2229", "ENG": "", "MA_": "1", "G_NR": "671", "MA12": "10", "MARS": "28", "NAME": "Jordan", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-8,600", "CSINR": "185", "KURTZ": "", "PHAS_": "68,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "26.01.", "ZITATE": "X", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Henry W.", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "26.01.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16907	jordan-payton-1917-03-19	{"d10": "672", "3a_sports": "2230", "rawlins-ertel-irving": "186"}	{"ertel": "ES-2230", "csicop": "CS-186", "lerrcp": "D10-672"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Payton", "family": "Jordan", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1917-03-19 02:50", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.05, "lat": 33.96667, "name": "Whittier", "geoid": null}, "notime": null, "date-ut": "1917-03-19 10:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Payton", "family": "Jordan"}, "birth": {"tzo": "-08:00", "date": "1917-03-19 02:50", "place": {"c2": "CA", "cy": "US", "lg": -118.05, "lat": 33.96667, "name": "Whittier"}, "date-ut": "1917-03-19 10:50"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "672"}}, "raw": {"H": "02:50", "TZ": "8h", "DAY": "19", "LAT": "33N58", "LON": "118W3", "MON": "3", "NUM": "672", "PRO": "SP", "YEA": "1917", "CICO": "Whittier, CA", "NAME": "Jordan Payton"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "186"}}, "raw": {"LA1": "33", "LA2": "58", "LO1": "118", "LO2": "2", "AMPM": "A", "MARS": "32", "NAME": "Jordan", "BATCH": "2", "Satz#": "186", "GEBDAT": "19 3 1917", "GEBORT": "CA", "GEBZEIT": "2 50", "VORNAME": "Payton", "SPORTART": "TRAC", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-2230"}}, "raw": {"L": "", "MF": "", "NR": "2230", "ENG": "", "MA_": "0", "G_NR": "672", "MA12": "11", "MARS": "32", "NAME": "Jordan", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-10,40", "CSINR": "186", "KURTZ": "", "PHAS_": "23,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "19.03.", "ZITATE": "TX", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Payton", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "19.03.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16912	jurgensen-christian-1934-08-23	{"d10": "677", "3a_sports": "2240", "rawlins-ertel-irving": "187"}	{"ertel": "ES-2240", "csicop": "CS-187", "lerrcp": "D10-677"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Jurgensen", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1934-08-23 05:45", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -77.91667, "lat": 34.23333, "name": "Wilmington", "geoid": null}, "notime": null, "date-ut": "1934-08-23 10:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Christian", "family": "Jurgensen"}, "birth": {"tzo": "-05:00", "date": "1934-08-23 05:45", "place": {"c2": "NC", "cy": "US", "lg": -77.91667, "lat": 34.23333, "name": "Wilmington"}, "date-ut": "1934-08-23 10:45"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "677"}}, "raw": {"H": "05:45", "TZ": "5h", "DAY": "23", "LAT": "34N14", "LON": "77W55", "MON": "8", "NUM": "677", "PRO": "SP", "YEA": "1934", "CICO": "Wilmington, NC", "NAME": "Jurgensen Christian"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "187"}}, "raw": {"LA1": "34", "LA2": "14", "LO1": "77", "LO2": "55", "AMPM": "A", "MARS": "4", "NAME": "Jurgensen", "BATCH": "1", "Satz#": "187", "GEBDAT": "23 8 1934", "GEBORT": "NC", "GEBZEIT": "5 45", "VORNAME": "Christian Adolph", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-2240"}}, "raw": {"L": "", "MF": "", "NR": "2240", "ENG": "", "MA_": "1", "G_NR": "677", "MA12": "2", "MARS": "4", "NAME": "Jurgensen", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "6,500", "CSINR": "187", "KURTZ": "", "PHAS_": "95,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "23.08.", "ZITATE": "B", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Christian Adolph", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "23.08.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2271	crie-louis-1850-07-31	{"a2": "184", "g55": "01-142", "afd5": "248"}	{"g55": "01-142", "lerrcp": "A2-184", "muller": "M5-248"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Crié", "spouse": [], "official": {"given": "Louis Auguste", "family": null}}	\N	{"lmt": null, "tzo": "-00:00:04", "date": "1850-07-31 15:00", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": -0.01666, "lat": 48.12261, "name": "Conlie", "geoid": 3023891}, "notime": null, "date-ut": "1850-07-31 14:59:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Crie"}, "birth": {"tzo": "-00:00:04", "date": "1850-07-31 15:00", "place": {"c2": "72", "cy": "FR", "lg": -0.01666, "lat": 48.12261, "name": "Conlie", "geoid": 3023891}, "date-ut": "1850-07-31 14:59:12"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-184"}, "ids-in-sources": {"a2": "184"}}, "raw": {"H": "14", "MN": "59", "TZ": "0", "COD": "72", "COU": "F", "DAY": "31", "LAT": "48N 1", "LON": "0E12", "MON": "7", "NUM": "184", "PRO": "S", "SEC": "12", "YEA": "1850", "CITY": "CONLIE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Crié", "official": {"given": "Louis Auguste"}}, "birth": {"date": "1850-07-31 15:00", "place": {"name": "Conlie"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "248"}}, "raw": {"NR": "248", "GNR": "SA2184", "JU_": "2", "MA_": "2", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "2", "CODE": "3", "JAHR": "1850", "KORR": "", "MARS": "10", "MODE": "LMT", "MOND": "23", "NAME": "CRIÉ (LOUIS AUGUSTE).", "AUFAB": "-9.50", "PHAS_": "62.700", "SONNE": "13", "VENUS": "10", "BREITE": "48 N 01", "GEBORT": "Conlie (Sarthe)", "LAENGE": "000 E 12", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "25", "GEBZEIT": "15.00", "JUPITER": "10", "ELECTAGE": "40,9", "ELECTDAT": "28.05.1891", "GEBDATUM": "31.07.1850", "STBDATUM": "31.08.1912"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-142"}, "ids-in-source": {"g55": "01-142"}}, "raw": {"DAY": "31-7-1850", "HOUR": "15 h.", "NAME": "CRIÉ Louis", "PLACE": "Conlie (Sarthe)."}, "date": "2023-08-20T14:47:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2276	debierre-marie-1853-10-31	{"a2": "189", "g55": "01-145", "afd5": "257"}	{"g55": "01-145", "lerrcp": "A2-189", "muller": "M5-257"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Marie", "family": "Debierre", "spouse": [], "official": {"given": "Marie Charles", "family": null}}	\N	{"lmt": null, "tzo": "+00:10:29", "date": "1853-10-31 21:30", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.61954, "lat": 49.66187, "name": "Etelfay", "geoid": 3019420}, "notime": null, "date-ut": "1853-10-31 20:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Debierre"}, "birth": {"tzo": "+00:10:29", "date": "1853-10-31 21:00", "place": {"c2": "80", "cy": "FR", "lg": 2.61954, "lat": 49.66187, "name": "Ételfay", "geoid": 3019420}, "date-ut": "1853-10-31 20:50:48"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-189"}, "ids-in-sources": {"a2": "189"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "31", "LAT": "49N54", "LON": "2E18", "MON": "10", "NUM": "189", "PRO": "S", "SEC": "48", "YEA": "1853", "CITY": "ETELFAY"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Debierre", "official": {"given": "Marie Charles"}}, "birth": {"date": "1853-10-31 21:30", "place": {"name": "Etelfay"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "257"}}, "raw": {"NR": "257", "GNR": "SA2189", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "0", "CODE": "2", "JAHR": "1853", "KORR": "", "MARS": "32", "MODE": "LMT", "MOND": "25", "NAME": "DEBIERRE (MARIE CHARLES).", "AUFAB": "-5.00", "PHAS_": "2.800", "SONNE": "25", "VENUS": "22", "BREITE": "49 N 54", "GEBORT": "Etelfay (Somme)", "LAENGE": "002 E 18", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "5", "GEBZEIT": "21.30", "JUPITER": "21", "ELECTAGE": "43,4", "ELECTDAT": "23.03.1897", "GEBDATUM": "31.10.1853", "STBDATUM": "14.03.1932"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-145"}, "ids-in-source": {"g55": "01-145"}}, "raw": {"DAY": "31-10-1853", "HOUR": "21 h.", "NAME": "DEBIERRE Marie", "PLACE": "Etelfay (Somme)."}, "date": "2023-08-20T14:47:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2281	delafond-henri-1805-02-13	{"a2": "194", "g55": "01-148", "afd5": "267"}	{"g55": "01-148", "lerrcp": "A2-194", "muller": "M5-267"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri", "family": "Delafond", "spouse": [], "official": {"given": "Henri Mamert Onésime", "family": null}}	\N	{"lmt": null, "tzo": "+00:12:36", "date": "1805-02-13 22:00", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.15, "lat": 46.98333, "name": "Saint-Amand-en-Puisaye", "geoid": 0}, "notime": null, "date-ut": "1805-02-13 21:47:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Delafond"}, "birth": {"tzo": "+00:12:36", "date": "1805-02-13 22:00", "place": {"c2": "58", "cy": "FR", "lg": 3.15, "lat": 46.98333, "name": "Saint-Amand-en-Pui", "geoid": 0}, "date-ut": "1805-02-13 21:47:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-194"}, "ids-in-sources": {"a2": "194"}}, "raw": {"H": "21", "MN": "47", "TZ": "0", "COD": "58", "COU": "F", "DAY": "13", "LAT": "46N59", "LON": "3E 9", "MON": "2", "NUM": "194", "PRO": "S", "SEC": "24", "YEA": "1805", "CITY": "ST-AMAND-EN-PUI"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Delafond", "official": {"given": "Henri Mamert Onésime"}}, "birth": {"date": "1805-02-13 22:00", "place": {"name": "Saint-Amand-en-Puisaye"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "267"}}, "raw": {"NR": "267", "GNR": "SA2194", "JU_": "0", "MA_": "0", "MO_": "0", "SA_": "2", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1805", "KORR": "", "MARS": "8", "MODE": "LMT", "MOND": "7", "NAME": "DELAFOND (HENRI MAMERT ONÉSIME).", "AUFAB": "3.60", "PHAS_": "99.000", "SONNE": "25", "VENUS": "27", "BREITE": "46 N 59", "GEBORT": "Saint-Amand-en-Puisaye (Nièvre)", "LAENGE": "003 E 09", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "1", "GEBZEIT": "22.00", "JUPITER": "32", "ELECTAGE": "45,3", "ELECTDAT": "04.06.1850", "GEBDATUM": "13.02.1805", "STBDATUM": "15.11.1861"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Amand-en-Puisaye"}}, "partial-ids": {"g55": "01-148"}, "ids-in-source": {"g55": "01-148"}}, "raw": {"DAY": "13-2-1805", "HOUR": "22 h.", "NAME": "DELAFOND Henri", "PLACE": "Saint-Amand-en-Puisaye (Nièvre)."}, "date": "2023-08-20T14:47:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2286	delbet-pierre-1861-11-15	{"a2": "199", "g55": "01-150", "afd5": "273"}	{"g55": "01-150", "lerrcp": "A2-199", "muller": "M5-273"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre", "family": "Delbet", "spouse": [], "official": {"given": "Pierre", "family": null}}	\N	{"lmt": null, "tzo": "+00:10:40", "date": "1861-11-15 20:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "La Ferté-Gaucher", "geoid": 0}, "notime": null, "date-ut": "1861-11-15 07:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Delbet"}, "birth": {"tzo": "+00:10:40", "date": "1861-11-15 08:00", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "La Ferte-Gauche", "geoid": 0}, "date-ut": "1861-11-15 07:49:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-199"}, "ids-in-sources": {"a2": "199"}}, "raw": {"H": "7", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "15", "LAT": "48N33", "LON": "2E40", "MON": "11", "NUM": "199", "PRO": "S", "SEC": "20", "YEA": "1861", "CITY": "LA FERTE-GAUCHE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Delbet", "official": {"given": "Pierre"}}, "birth": {"date": "1861-11-15 20:00", "place": {"name": "la Ferté-Gaucher"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "273"}}, "raw": {"NR": "273", "GNR": "SA2199", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "2", "JAHR": "1861", "KORR": "", "MARS": "25", "MODE": "LMT", "MOND": "7", "NAME": "DELBET (PIERRE).", "AUFAB": "5.20", "PHAS_": "94.200", "SONNE": "23", "VENUS": "20", "BREITE": "48 N 33", "GEBORT": "la Ferté-Gaucher (Seine-et-Marne)", "LAENGE": "002 E 40", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ-d", "SATURN": "28", "GEBZEIT": "20.00", "JUPITER": "28", "ELECTAGE": "59,2", "ELECTDAT": "04.01.1921", "GEBDATUM": "15.11.1861", "STBDATUM": "17.07.1957"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "La Ferté-Gaucher"}}, "partial-ids": {"g55": "01-150"}, "ids-in-source": {"g55": "01-150"}}, "raw": {"DAY": "15-11-1861", "HOUR": "8 h.", "NAME": "DELBET Pierre", "PLACE": "La Ferté-Gaucher (Seine-et-Marne)."}, "date": "2023-08-20T14:47:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2287	delepine-marcel-1871-09-19	{"a2": "200", "g55": "01-151", "afd5": "274"}	{"g55": "01-151", "lerrcp": "A2-200", "muller": "M5-274"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Marcel", "family": "Delépine", "spouse": [], "official": {"given": "Stéphane Marcel", "family": null}}	\N	{"lmt": null, "tzo": "+00:04:20", "date": "1871-09-19 14:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.08333, "lat": 49.43333, "name": "Saint-Martin-le-Gaillard", "geoid": 0}, "notime": null, "date-ut": "1871-09-19 13:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Delepine"}, "birth": {"tzo": "+00:04:20", "date": "1871-09-19 14:00", "place": {"c2": "76", "cy": "FR", "lg": 1.08333, "lat": 49.43333, "name": "Saint-Martin-le-Ga", "geoid": 0}, "date-ut": "1871-09-19 13:55:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-200"}, "ids-in-sources": {"a2": "200"}}, "raw": {"H": "13", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "19", "LAT": "49N26", "LON": "1E 5", "MON": "9", "NUM": "200", "PRO": "S", "SEC": "40", "YEA": "1871", "CITY": "ST-MARTIN-LE-GA"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Delépine", "official": {"given": "Stéphane Marcel"}}, "birth": {"date": "1871-09-19 14:00", "place": {"name": "Saint-Martin-Gaillard"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "274"}}, "raw": {"NR": "274", "GNR": "SA2200", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "2", "CODE": "3", "JAHR": "1871", "KORR": "", "MARS": "6", "MODE": "LMT", "MOND": "6", "NAME": "DELÉPINE (STÉPHANE MARCEL).", "AUFAB": "8.40", "PHAS_": "20.900", "SONNE": "13", "VENUS": "12", "BREITE": "49 N 26", "GEBORT": "Saint-Martin-Gaillard (Seine-Inf.)", "LAENGE": "001 E 05", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "36", "GEBZEIT": "14.00", "JUPITER": "17", "ELECTAGE": "56,7", "ELECTDAT": "01.05.1928", "GEBDATUM": "19.09.1871", "STBDATUM": "21.10.1965"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Martin-le-Gaillard"}}, "partial-ids": {"g55": "01-151"}, "ids-in-source": {"g55": "01-151"}}, "raw": {"DAY": "19-9-1871", "HOUR": "14 h.", "NAME": "* DÉLÉPINE Marcel", "PLACE": "Saint-Martin-le-Gaillard (S.-Inf.)."}, "date": "2023-08-20T14:47:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21874	keller-john-1928-11-10	{"rawlins-ertel-irving": "191"}	{"csicop": "CS-191"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Keller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1928-11-10 13:00", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -101.15, "lat": 39.08333, "name": null, "geoid": null}, "notime": null, "date-ut": "1928-11-10 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "John", "family": "Keller"}, "birth": {"tzo": "-07:00", "date": "1928-11-10 13:00", "place": {"c2": "KS", "cy": "US", "lg": -101.15, "lat": 39.08333}, "date-ut": "1928-11-10 20:00"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "191"}}, "raw": {"LA1": "39", "LA2": "5", "LO1": "101", "LO2": "9", "AMPM": "P", "MARS": "23", "NAME": "Keller", "BATCH": "2", "Satz#": "191", "GEBDAT": "10 11 1928", "GEBORT": "KS", "GEBZEIT": "1 0", "VORNAME": "John", "SPORTART": "BASK", "ZEITZONE": "7"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21875	kelley-lawrence-1915-05-30	{"rawlins-ertel-irving": "192"}	{"csicop": "CS-192"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lawrence", "family": "Kelley", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1915-05-30 06:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -80.55, "lat": 41.95, "name": null, "geoid": null}, "notime": null, "date-ut": "1915-05-30 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Lawrence", "family": "Kelley"}, "birth": {"tzo": "-06:00", "date": "1915-05-30 06:00", "place": {"c2": "OH", "cy": "US", "lg": -80.55, "lat": 41.95}, "date-ut": "1915-05-30 12:00"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "192"}}, "raw": {"LA1": "41", "LA2": "57", "LO1": "80", "LO2": "33", "AMPM": "A", "MARS": "5", "NAME": "Kelley", "BATCH": "2", "Satz#": "192", "GEBDAT": "30 5 1915", "GEBORT": "OH", "GEBZEIT": "6 0", "VORNAME": "Lawrence", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21876	kelly-dean-1931-09-23	{"rawlins-ertel-irving": "193"}	{"csicop": "CS-193"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dean", "family": "Kelly", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1931-09-23 05:35", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -95.01667, "lat": 37.35, "name": null, "geoid": null}, "notime": null, "date-ut": "1931-09-23 11:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Dean", "family": "Kelly"}, "birth": {"tzo": "-06:00", "date": "1931-09-23 05:35", "place": {"c2": "KS", "cy": "US", "lg": -95.01667, "lat": 37.35}, "date-ut": "1931-09-23 11:35"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "193"}}, "raw": {"LA1": "37", "LA2": "21", "LO1": "95", "LO2": "1", "AMPM": "A", "MARS": "32", "NAME": "Kelly", "BATCH": "2", "Satz#": "193", "GEBDAT": "23 9 1931", "GEBORT": "KS", "GEBZEIT": "5 35", "VORNAME": "Dean", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21877	kelly-michael-1948-01-14	{"rawlins-ertel-irving": "194"}	{"csicop": "CS-194"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michael", "family": "Kelly", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1948-01-14 24:57", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -80.85, "lat": 35.5, "name": null, "geoid": null}, "notime": null, "date-ut": "1948-01-15 05:57"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Michael", "family": "Kelly"}, "birth": {"tzo": "-05:00", "date": "1948-01-14 24:57", "place": {"c2": "NC", "cy": "US", "lg": -80.85, "lat": 35.5}, "date-ut": "1948-01-15 05:57"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "194"}}, "raw": {"LA1": "35", "LA2": "30", "LO1": "80", "LO2": "51", "AMPM": "P", "MARS": "23", "NAME": "Kelly", "BATCH": "2", "Satz#": "194", "GEBDAT": "14 1 1948", "GEBORT": "NC", "GEBZEIT": "12 57", "VORNAME": "Michael", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21878	kenney-bob-1931-06-23	{"rawlins-ertel-irving": "195"}	{"csicop": "CS-195"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bob", "family": "Kenney", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1931-06-23 05:35", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -97.03333, "lat": 37.05, "name": null, "geoid": null}, "notime": null, "date-ut": "1931-06-23 11:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Bob", "family": "Kenney"}, "birth": {"tzo": "-06:00", "date": "1931-06-23 05:35", "place": {"c2": "KS", "cy": "US", "lg": -97.03333, "lat": 37.05}, "date-ut": "1931-06-23 11:35"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "195"}}, "raw": {"LA1": "37", "LA2": "3", "LO1": "97", "LO2": "2", "AMPM": "A", "MARS": "28", "NAME": "Kenney", "BATCH": "2", "Satz#": "195", "GEBDAT": "23 6 1931", "GEBORT": "KS", "GEBZEIT": "5 35", "VORNAME": "Bob", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21879	kern-rex-1949-05-28	{"rawlins-ertel-irving": "196"}	{"csicop": "CS-196"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rex", "family": "Kern", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1949-05-28 02:42", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -82.6, "lat": 39.71667, "name": null, "geoid": null}, "notime": null, "date-ut": "1949-05-28 07:42"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Rex", "family": "Kern"}, "birth": {"tzo": "-05:00", "date": "1949-05-28 02:42", "place": {"c2": "OH", "cy": "US", "lg": -82.6, "lat": 39.71667}, "date-ut": "1949-05-28 07:42"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "196"}}, "raw": {"LA1": "39", "LA2": "43", "LO1": "82", "LO2": "36", "AMPM": "A", "MARS": "34", "NAME": "Kern", "BATCH": "2", "Satz#": "196", "GEBDAT": "28 5 1949", "GEBORT": "OH", "GEBZEIT": "2 42", "VORNAME": "Rex", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21880	keyes-leroy-1947-02-18	{"rawlins-ertel-irving": "197"}	{"csicop": "CS-197"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leroy", "family": "Keyes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1947-02-18 11:19", "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "US", "lg": -76.41667, "lat": 36.98333, "name": null, "geoid": null}, "notime": null, "date-ut": "1947-02-18 16:19"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Leroy", "family": "Keyes"}, "birth": {"tzo": "-05:00", "date": "1947-02-18 11:19", "place": {"c2": "VA", "cy": "US", "lg": -76.41667, "lat": 36.98333}, "date-ut": "1947-02-18 16:19"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "197"}}, "raw": {"LA1": "36", "LA2": "59", "LO1": "76", "LO2": "25", "AMPM": "A", "MARS": "9", "NAME": "Keyes", "BATCH": "2", "Satz#": "197", "GEBDAT": "18 2 1947", "GEBORT": "VA", "GEBZEIT": "11 19", "VORNAME": "Leroy", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21881	kiick-james-1946-08-09	{"rawlins-ertel-irving": "198"}	{"csicop": "CS-198"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Kiick", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1946-08-09 15:33", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.3, "lat": 40.91667, "name": null, "geoid": null}, "notime": null, "date-ut": "1946-08-09 20:33"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "James", "family": "Kiick"}, "birth": {"tzo": "-05:00", "date": "1946-08-09 15:33", "place": {"c2": "NJ", "cy": "US", "lg": -74.3, "lat": 40.91667}, "date-ut": "1946-08-09 20:33"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "198"}}, "raw": {"LA1": "40", "LA2": "55", "LO1": "74", "LO2": "18", "AMPM": "P", "MARS": "9", "NAME": "Kiick", "BATCH": "2", "Satz#": "198", "GEBDAT": "9 8 1946", "GEBORT": "NJ", "GEBZEIT": "3 33", "VORNAME": "James", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21882	kimball-toby-1942-09-07	{"rawlins-ertel-irving": "200"}	{"csicop": "CS-200"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Toby", "family": "Kimball", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1942-09-07 03:30", "note": null, "place": {"c1": null, "c2": "MA", "c3": null, "cy": "US", "lg": -71.41667, "lat": 42.28333, "name": null, "geoid": null}, "notime": null, "date-ut": "1942-09-07 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Toby", "family": "Kimball"}, "birth": {"tzo": "-05:00", "date": "1942-09-07 03:30", "place": {"c2": "MA", "cy": "US", "lg": -71.41667, "lat": 42.28333}, "date-ut": "1942-09-07 08:30"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "200"}}, "raw": {"LA1": "42", "LA2": "17", "LO1": "71", "LO2": "25", "AMPM": "A", "MARS": "31", "NAME": "Kimball", "BATCH": "3", "Satz#": "200", "GEBDAT": "7 9 1942", "GEBORT": "MA", "GEBZEIT": "3 30", "VORNAME": "Toby", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21883	king-robert-w-1906-06-20	{"rawlins-ertel-irving": "201"}	{"csicop": "CS-201"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert W", "family": "King", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1906-06-20 11:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.05, "name": null, "geoid": null}, "notime": null, "date-ut": "1906-06-20 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Robert W", "family": "King"}, "birth": {"tzo": "-08:00", "date": "1906-06-20 11:00", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.05}, "date-ut": "1906-06-20 19:00"}, "occus": [["athletics-competitor"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "201"}}, "raw": {"LA1": "34", "LA2": "3", "LO1": "118", "LO2": "15", "AMPM": "A", "MARS": "8", "NAME": "King", "BATCH": "2", "Satz#": "201", "GEBDAT": "20 6 1906", "GEBORT": "CA", "GEBZEIT": "11 0", "VORNAME": "Robert W", "SPORTART": "TRAC", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21884	king-ron-1951-07-11	{"rawlins-ertel-irving": "202"}	{"csicop": "CS-202"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ron", "family": "King", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1951-07-11 08:20", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -85.76667, "lat": 38.25, "name": null, "geoid": null}, "notime": null, "date-ut": "1951-07-11 14:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Ron", "family": "King"}, "birth": {"tzo": "-06:00", "date": "1951-07-11 08:20", "place": {"c2": "KY", "cy": "US", "lg": -85.76667, "lat": 38.25}, "date-ut": "1951-07-11 14:20"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "202"}}, "raw": {"LA1": "38", "LA2": "15", "LO1": "85", "LO2": "46", "AMPM": "A", "MARS": "5", "NAME": "King", "BATCH": "2", "Satz#": "202", "GEBDAT": "11 7 1951", "GEBORT": "KY", "GEBZEIT": "8 20", "VORNAME": "Ron", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21885	kinner-bill-1914-06-13	{"rawlins-ertel-irving": "203"}	{"csicop": "CS-203"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bill", "family": "Kinner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1914-06-13 22:45", "note": null, "place": {"c1": null, "c2": "UT", "c3": null, "cy": "US", "lg": -111.96667, "lat": 41.21667, "name": null, "geoid": null}, "notime": null, "date-ut": "1914-06-14 05:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Bill", "family": "Kinner"}, "birth": {"tzo": "-07:00", "date": "1914-06-13 22:45", "place": {"c2": "UT", "cy": "US", "lg": -111.96667, "lat": 41.21667}, "date-ut": "1914-06-14 05:45"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "203"}}, "raw": {"LA1": "41", "LA2": "13", "LO1": "111", "LO2": "58", "AMPM": "P", "MARS": "17", "NAME": "Kinner", "BATCH": "2", "Satz#": "203", "GEBDAT": "13 6 1914", "GEBORT": "UT", "GEBZEIT": "10 45", "VORNAME": "Bill", "SPORTART": "BASK", "ZEITZONE": "7"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21886	klueh-duane-1926-01-06	{"rawlins-ertel-irving": "205"}	{"csicop": "CS-205"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Duane", "family": "Klueh", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1926-01-06 04:00", "note": null, "place": {"c1": null, "c2": "ND", "c3": null, "cy": "US", "lg": -100.45, "lat": 48.83333, "name": null, "geoid": null}, "notime": null, "date-ut": "1926-01-06 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Duane", "family": "Klueh"}, "birth": {"tzo": "-06:00", "date": "1926-01-06 04:00", "place": {"c2": "ND", "cy": "US", "lg": -100.45, "lat": 48.83333}, "date-ut": "1926-01-06 10:00"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "205"}}, "raw": {"LA1": "48", "LA2": "50", "LO1": "100", "LO2": "27", "AMPM": "A", "MARS": "34", "NAME": "Klueh", "BATCH": "3", "Satz#": "205", "GEBDAT": "6 1 1926", "GEBORT": "ND", "GEBZEIT": "4 0", "VORNAME": "Duane", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21887	knostman-dick-1931-08-09	{"rawlins-ertel-irving": "206"}	{"csicop": "CS-206"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dick", "family": "Knostman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1931-08-09 09:30", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -96.3, "lat": 39.2, "name": null, "geoid": null}, "notime": null, "date-ut": "1931-08-09 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Dick", "family": "Knostman"}, "birth": {"tzo": "-06:00", "date": "1931-08-09 09:30", "place": {"c2": "KS", "cy": "US", "lg": -96.3, "lat": 39.2}, "date-ut": "1931-08-09 15:30"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "206"}}, "raw": {"LA1": "39", "LA2": "12", "LO1": "96", "LO2": "18", "AMPM": "A", "MARS": "36", "NAME": "Knostman", "BATCH": "2", "Satz#": "206", "GEBDAT": "9 8 1931", "GEBORT": "KS", "GEBZEIT": "9 30", "VORNAME": "Dick", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21888	koffenberger-ed-1926-07-04	{"rawlins-ertel-irving": "207"}	{"csicop": "CS-207"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ed", "family": "Koffenberger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1926-07-04 22:07", "note": null, "place": {"c1": null, "c2": "DE", "c3": null, "cy": "US", "lg": -75.55, "lat": 39.75, "name": null, "geoid": null}, "notime": null, "date-ut": "1926-07-05 03:07"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Ed", "family": "Koffenberger"}, "birth": {"tzo": "-05:00", "date": "1926-07-04 22:07", "place": {"c2": "DE", "cy": "US", "lg": -75.55, "lat": 39.75}, "date-ut": "1926-07-05 03:07"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "207"}}, "raw": {"LA1": "39", "LA2": "45", "LO1": "75", "LO2": "33", "AMPM": "P", "MARS": "32", "NAME": "Koffenberger", "BATCH": "3", "Satz#": "207", "GEBDAT": "4 7 1926", "GEBORT": "DE", "GEBZEIT": "10 7", "VORNAME": "Ed", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21889	kotz-john-1919-03-27	{"rawlins-ertel-irving": "209"}	{"csicop": "CS-209"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Kotz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1919-03-27 19:30", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -89.41667, "lat": 45.63333, "name": null, "geoid": null}, "notime": null, "date-ut": "1919-03-28 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "John", "family": "Kotz"}, "birth": {"tzo": "-06:00", "date": "1919-03-27 19:30", "place": {"c2": "WI", "cy": "US", "lg": -89.41667, "lat": 45.63333}, "date-ut": "1919-03-28 01:30"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "209"}}, "raw": {"LA1": "45", "LA2": "38", "LO1": "89", "LO2": "25", "AMPM": "P", "MARS": "19", "NAME": "Kotz", "BATCH": "2", "Satz#": "209", "GEBDAT": "27 3 1919", "GEBORT": "WI", "GEBZEIT": "7 30", "VORNAME": "John", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
16965	kramer-gerald-1936-01-23	{"d10": "730", "3a_sports": "2290", "rawlins-ertel-irving": "210"}	{"ertel": "ES-2290", "csicop": "CS-210", "lerrcp": "D10-730"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gerald", "family": "Kramer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-07:00", "date": "1936-01-23 17:30", "note": null, "place": {"c1": null, "c2": "MT", "c3": null, "cy": "US", "lg": -106.91667, "lat": 47.31667, "name": "Jordan", "geoid": null}, "notime": null, "date-ut": "1936-01-24 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Gerald", "family": "Kramer"}, "birth": {"tzo": "-07:00", "date": "1936-01-23 17:30", "place": {"c2": "MT", "cy": "US", "lg": -106.91667, "lat": 47.31667, "name": "Jordan"}, "date-ut": "1936-01-24 00:30"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "730"}}, "raw": {"H": "17:30", "TZ": "7h", "DAY": "23", "LAT": "47N19", "LON": "106W55", "MON": "1", "NUM": "730", "PRO": "SP", "YEA": "1936", "CICO": "Jordan, MT", "NAME": "Kramer Gerald"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "210"}}, "raw": {"LA1": "47", "LA2": "19", "LO1": "106", "LO2": "55", "AMPM": "P", "MARS": "15", "NAME": "Kramer", "BATCH": "1", "Satz#": "211", "GEBDAT": "23 1 1936", "GEBORT": "MT", "GEBZEIT": "5 30", "VORNAME": "Gerald", "SPORTART": "FOOT", "ZEITZONE": "7"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-2290"}}, "raw": {"L": "", "MF": "", "NR": "2290", "ENG": "", "MA_": "0", "G_NR": "730", "MA12": "5", "MARS": "15", "NAME": "Kramer", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-4,500", "CSINR": "210", "KURTZ": "", "PHAS_": "2,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "23.01.", "ZITATE": "X", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gerald", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "23.01.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
21890	kramer-ronald-1935-06-24	{"rawlins-ertel-irving": "212"}	{"csicop": "CS-212"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ronald", "family": "Kramer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1935-06-24 23:20", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -94.83333, "lat": 37.51667, "name": null, "geoid": null}, "notime": null, "date-ut": "1935-06-25 05:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Ronald", "family": "Kramer"}, "birth": {"tzo": "-06:00", "date": "1935-06-24 23:20", "place": {"c2": "KS", "cy": "US", "lg": -94.83333, "lat": 37.51667}, "date-ut": "1935-06-25 05:20"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "212"}}, "raw": {"LA1": "37", "LA2": "31", "LO1": "94", "LO2": "50", "AMPM": "P", "MARS": "18", "NAME": "Kramer", "BATCH": "2", "Satz#": "212", "GEBDAT": "24 6 1935", "GEBORT": "KS", "GEBZEIT": "11 20", "VORNAME": "Ronald", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21891	kuss-roger-1931-04-24	{"rawlins-ertel-irving": "213"}	{"csicop": "CS-213"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Kuss", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1931-04-24 03:20", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -92.61667, "lat": 44.86667, "name": null, "geoid": null}, "notime": null, "date-ut": "1931-04-24 09:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Kuss"}, "birth": {"tzo": "-06:00", "date": "1931-04-24 03:20", "place": {"c2": "WI", "cy": "US", "lg": -92.61667, "lat": 44.86667}, "date-ut": "1931-04-24 09:20"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "213"}}, "raw": {"LA1": "44", "LA2": "52", "LO1": "92", "LO2": "37", "AMPM": "A", "MARS": "21", "NAME": "Kuss", "BATCH": "2", "Satz#": "213", "GEBDAT": "24 4 1931", "GEBORT": "WI", "GEBZEIT": "3 20", "VORNAME": "Roger", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21892	lamar-dwight-1951-04-07	{"rawlins-ertel-irving": "215"}	{"csicop": "CS-215"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dwight", "family": "Lamar", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1951-04-07 04:05", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83, "lat": 39.96667, "name": null, "geoid": null}, "notime": null, "date-ut": "1951-04-07 09:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Dwight", "family": "Lamar"}, "birth": {"tzo": "-05:00", "date": "1951-04-07 04:05", "place": {"c2": "OH", "cy": "US", "lg": -83, "lat": 39.96667}, "date-ut": "1951-04-07 09:05"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "215"}}, "raw": {"LA1": "39", "LA2": "58", "LO1": "83", "LO2": "0", "AMPM": "A", "MARS": "32", "NAME": "Lamar", "BATCH": "2", "Satz#": "215", "GEBDAT": "7 4 1951", "GEBORT": "OH", "GEBZEIT": "4 5", "VORNAME": "Dwight", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
2292	demange-joseph-1846-04-22	{"a2": "205", "g55": "01-155", "afd5": "282"}	{"g55": "01-155", "lerrcp": "A2-205", "muller": "M5-282"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Joseph", "family": "Demange", "spouse": [], "official": {"given": "Joseph Claude Emile", "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1846-04-22 05:30", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1846-04-22 05:05:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Demange"}, "birth": {"tzo": "+00:24:44", "date": "1846-04-22 05:30", "place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1846-04-22 05:05:12"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-205"}, "ids-in-sources": {"a2": "205"}}, "raw": {"H": "5", "MN": "5", "TZ": "0", "COD": "54", "COU": "F", "DAY": "22", "LAT": "48N42", "LON": "6E12", "MON": "4", "NUM": "205", "PRO": "S", "SEC": "12", "YEA": "1846", "CITY": "NANCY"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Demange", "official": {"given": "Joseph Claude Emile"}}, "birth": {"date": "1846-04-22 05:30", "place": {"name": "Nancy"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "282"}}, "raw": {"NR": "282", "GNR": "SA2205", "JU_": "2", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "1", "CODE": "3", "JAHR": "1846", "KORR": "", "MARS": "33", "MODE": "LMT", "MOND": "4", "NAME": "DEMANGE (JOSEPH CLAUDE EMILE).", "AUFAB": "-9.50", "PHAS_": "16.800", "SONNE": "1", "VENUS": "4", "BREITE": "48 N 42", "GEBORT": "Nancy (Meurthe-et-Moselle)", "LAENGE": "006 E 12", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "5", "GEBZEIT": "05.30", "JUPITER": "36", "ELECTAGE": "54,3", "ELECTDAT": "24.07.1900", "GEBDATUM": "22.04.1846", "STBDATUM": "10.05.1904"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-155"}, "ids-in-source": {"g55": "01-155"}}, "raw": {"DAY": "22-4-1846", "HOUR": "5 h. 30", "NAME": "DEMANGE Joseph", "PLACE": "Nancy (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:47:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2296	denuce-jean-1824-01-21	{"a2": "209", "g55": "01-158", "afd5": "286"}	{"g55": "01-158", "lerrcp": "A2-209", "muller": "M5-286"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Denucé", "spouse": [], "official": {"given": "Jean Louis Paul", "family": null}}	\N	{"lmt": null, "tzo": "-00:02:16", "date": "1824-01-21 05:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Ambarés", "geoid": 0}, "notime": null, "date-ut": "1824-01-21 04:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Denuce"}, "birth": {"tzo": "-00:02:16", "date": "1824-01-21 04:55:20", "place": {"c2": "33", "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Ambares", "geoid": 0}, "date-ut": "1824-01-21 04:57:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-209"}, "ids-in-sources": {"a2": "209"}}, "raw": {"H": "4", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "21", "LAT": "44N50", "LON": "0W34", "MON": "1", "NUM": "209", "PRO": "S", "SEC": "36", "YEA": "1824", "CITY": "AMBARES"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Denucé", "official": {"given": "Jean Louis Paul"}}, "birth": {"date": "1824-01-21 05:00", "place": {"name": "Ambarès"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "286"}}, "raw": {"NR": "286", "GNR": "SA2209", "JU_": "0", "MA_": "2", "MO_": "2", "SA_": "0", "SO_": "0", "VE_": "2", "CODE": "3", "JAHR": "1824", "KORR": "", "MARS": "10", "MODE": "LMT", "MOND": "11", "NAME": "DENUCÉ (JEAN LOUIS PAUL).", "AUFAB": "-9.70", "PHAS_": "72.000", "SONNE": "33", "VENUS": "2", "BREITE": "44 N 50", "GEBORT": "Ambarès (Gironde)", "LAENGE": "000 W 34", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "24", "GEBZEIT": "05.00", "JUPITER": "17", "ELECTAGE": "53,3", "ELECTDAT": "10.04.1877", "GEBDATUM": "21.01.1824", "STBDATUM": "17.03.1889"}, "date": "2023-08-20T14:44:20+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Ambarés"}}, "partial-ids": {"g55": "01-158"}, "ids-in-source": {"g55": "01-158"}}, "raw": {"DAY": "21-1-1824", "HOUR": "5 h.", "NAME": "DENUCÉ Jean Louis", "PLACE": "Ambarés (Gironde)."}, "date": "2023-08-20T14:47:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2298	derrien-eugene-1879-08-19	{"a2": "211", "g55": "01-160"}	{"g55": "01-160", "lerrcp": "A2-211"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Derrien", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": -0.63588, "lat": 35.69906, "name": "Oran", "geoid": 2485926}, "notime": null, "date-ut": "1879-08-19 15:32:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Derrien"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": -0.63588, "lat": 35.69906, "name": "Oran", "geoid": 2485926}, "date-ut": "1879-08-19 15:32:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-211"}, "ids-in-sources": {"a2": "211"}}, "raw": {"H": "15", "MN": "32", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "19", "LAT": "35N40", "LON": "0W30", "MON": "8", "NUM": "211", "PRO": "S", "SEC": "0", "YEA": "1879", "CITY": "ORAN"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "01-160"}, "ids-in-source": {"g55": "01-160"}}, "raw": {"DAY": "19-8-1879", "HOUR": "15 h. 30", "NAME": "DERRIEN Eugène", "PLACE": "Oran (Algérie)."}, "date": "2023-08-20T14:47:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21893	larsen-gary-l-1940-03-13	{"rawlins-ertel-irving": "217"}	{"csicop": "CS-217"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gary/L", "family": "Larsen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1940-03-13 14:43", "note": null, "place": {"c1": null, "c2": "ND", "c3": null, "cy": "US", "lg": -96.8, "lat": 46.86667, "name": null, "geoid": null}, "notime": null, "date-ut": "1940-03-13 20:43"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Gary/L", "family": "Larsen"}, "birth": {"tzo": "-06:00", "date": "1940-03-13 14:43", "place": {"c2": "ND", "cy": "US", "lg": -96.8, "lat": 46.86667}, "date-ut": "1940-03-13 20:43"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "217"}}, "raw": {"LA1": "46", "LA2": "52", "LO1": "96", "LO2": "48", "AMPM": "P", "MARS": "8", "NAME": "Larsen", "BATCH": "3", "Satz#": "217", "GEBDAT": "13 3 1940", "GEBORT": "ND", "GEBZEIT": "2 43", "VORNAME": "Gary/L", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21894	layton-dennis-1948-12-24	{"rawlins-ertel-irving": "218"}	{"csicop": "CS-218"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dennis", "family": "Layton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1948-12-24 12:45", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.16667, "lat": 40.73333, "name": null, "geoid": null}, "notime": null, "date-ut": "1948-12-24 17:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Dennis", "family": "Layton"}, "birth": {"tzo": "-05:00", "date": "1948-12-24 12:45", "place": {"c2": "NJ", "cy": "US", "lg": -74.16667, "lat": 40.73333}, "date-ut": "1948-12-24 17:45"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "218"}}, "raw": {"LA1": "40", "LA2": "44", "LO1": "74", "LO2": "10", "AMPM": "A", "MARS": "27", "NAME": "Layton", "BATCH": "2", "Satz#": "218", "GEBDAT": "24 12 1948", "GEBORT": "NJ", "GEBZEIT": "12 45", "VORNAME": "Dennis", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
16979	lanier-willie-1945-08-21	{"d10": "744", "3a_sports": "2356", "rawlins-ertel-irving": "216"}	{"ertel": "ES-2356", "csicop": "CS-216", "lerrcp": "D10-744"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willie", "family": "Lanier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-04:00", "date": "1945-08-21 00:40", "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "US", "lg": -78.73333, "lat": 36.83333, "name": "Clover", "geoid": null}, "notime": null, "date-ut": "1945-08-21 04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Willie", "family": "Lanier"}, "birth": {"tzo": "-04:00", "date": "1945-08-21 00:40", "place": {"c2": "VA", "cy": "US", "lg": -78.73333, "lat": 36.83333, "name": "Clover"}, "date-ut": "1945-08-21 04:40"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "744"}}, "raw": {"H": "00:40", "TZ": "4h", "DAY": "21", "LAT": "36N50", "LON": "78W44", "MON": "8", "NUM": "744", "PRO": "SP", "YEA": "1945", "CICO": "Clover, VA", "NAME": "Lanier Willie"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "216"}}, "raw": {"LA1": "36", "LA2": "50", "LO1": "78", "LO2": "44", "AMPM": "A", "MARS": "35", "NAME": "Lanier", "BATCH": "1", "Satz#": "216", "GEBDAT": "21 8 1945", "GEBORT": "VA", "GEBZEIT": "12 40", "VORNAME": "Willie W", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-2356"}}, "raw": {"L": "", "MF": "", "NR": "2356", "ENG": "", "MA_": "1", "G_NR": "744", "MA12": "12", "MARS": "35", "NAME": "Lanier", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "6,600", "CSINR": "216", "KURTZ": "", "PHAS_": "92,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "21.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Willie W.", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.08.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16988	lebaron-edward-1930-01-07	{"d10": "753", "3a_sports": "2410", "rawlins-ertel-irving": "219"}	{"ertel": "ES-2410", "csicop": "CS-219", "lerrcp": "D10-753"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edward", "family": "Lebaron", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1930-01-07 14:20", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.53333, "lat": 37.96667, "name": "San Rafael", "geoid": null}, "notime": null, "date-ut": "1930-01-07 22:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Edward", "family": "Lebaron"}, "birth": {"tzo": "-08:00", "date": "1930-01-07 14:20", "place": {"c2": "CA", "cy": "US", "lg": -122.53333, "lat": 37.96667, "name": "San Rafael"}, "date-ut": "1930-01-07 22:20"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "753"}}, "raw": {"H": "14:20", "TZ": "8h", "DAY": "7", "LAT": "37N58", "LON": "122W32", "MON": "1", "NUM": "753", "PRO": "SP", "YEA": "1930", "CICO": "San Rafael, CA", "NAME": "Lebaron Edward"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "219"}}, "raw": {"LA1": "37", "LA2": "58", "LO1": "122", "LO2": "32", "AMPM": "P", "MARS": "15", "NAME": "Lebaron", "BATCH": "1", "Satz#": "219", "GEBDAT": "7 1 1930", "GEBORT": "CA", "GEBZEIT": "2 20", "VORNAME": "Edward W", "SPORTART": "FOOT", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-2410"}}, "raw": {"L": "", "MF": "", "NR": "2410", "ENG": "", "MA_": "0", "G_NR": "752", "MA12": "5", "MARS": "15", "NAME": "Lebaron", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "9,300", "CSINR": "219", "KURTZ": "", "PHAS_": "38,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "07.01.", "ZITATE": "X", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Edward W.", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "07.01.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
21895	lee-russel-1950-01-27	{"rawlins-ertel-irving": "221"}	{"csicop": "CS-221"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Russel", "family": "Lee", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1950-01-27 10:55", "note": null, "place": {"c1": null, "c2": "MA", "c3": null, "cy": "US", "lg": -71.05, "lat": 42.36667, "name": null, "geoid": null}, "notime": null, "date-ut": "1950-01-27 15:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Russel", "family": "Lee"}, "birth": {"tzo": "-05:00", "date": "1950-01-27 10:55", "place": {"c2": "MA", "cy": "US", "lg": -71.05, "lat": 42.36667}, "date-ut": "1950-01-27 15:55"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "221"}}, "raw": {"LA1": "42", "LA2": "22", "LO1": "71", "LO2": "3", "AMPM": "A", "MARS": "20", "NAME": "Lee", "BATCH": "3", "Satz#": "221", "GEBDAT": "27 1 1950", "GEBORT": "MA", "GEBZEIT": "10 55", "VORNAME": "Russel", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21896	lewis-sherman-1942-06-29	{"rawlins-ertel-irving": "224"}	{"csicop": "CS-224"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sherman", "family": "Lewis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1942-06-29 11:15", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -85.76667, "lat": 38.25, "name": null, "geoid": null}, "notime": null, "date-ut": "1942-06-29 17:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Sherman", "family": "Lewis"}, "birth": {"tzo": "-06:00", "date": "1942-06-29 11:15", "place": {"c2": "KY", "cy": "US", "lg": -85.76667, "lat": 38.25}, "date-ut": "1942-06-29 17:15"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "224"}}, "raw": {"LA1": "38", "LA2": "15", "LO1": "85", "LO2": "46", "AMPM": "A", "MARS": "5", "NAME": "Lewis", "BATCH": "2", "Satz#": "224", "GEBDAT": "29 6 1942", "GEBORT": "KY", "GEBZEIT": "11 15", "VORNAME": "Sherman", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
17000	lemon-meadow-1933-04-25	{"d10": "765", "3a_sports": "2457", "rawlins-ertel-irving": "223"}	{"ertel": "ES-2457", "csicop": "CS-223", "lerrcp": "D10-765"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Meadow", "family": "Lemon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1933-04-25 18:00", "note": null, "place": {"c1": null, "c2": "SC", "c3": null, "cy": "US", "lg": -81.23333, "lat": 34, "name": "Lexington", "geoid": null}, "notime": null, "date-ut": "1933-04-25 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Meadow", "family": "Lemon"}, "birth": {"tzo": "-05:00", "date": "1933-04-25 18:00", "place": {"c2": "SC", "cy": "US", "lg": -81.23333, "lat": 34, "name": "Lexington"}, "date-ut": "1933-04-25 23:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "765"}}, "raw": {"H": "18:00", "TZ": "5h", "DAY": "25", "LAT": "34N0", "LON": "81W14", "MON": "4", "NUM": "765", "PRO": "SP", "YEA": "1933", "CICO": "Lexington, SC", "NAME": "Lemon Meadow"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["basketball-player"]], "ids-in-sources": {"rawlins-ertel-irving": "223"}}, "raw": {"LA1": "34", "LA2": "0", "LO1": "81", "LO2": "14", "AMPM": "P", "MARS": "6", "NAME": "Lemon", "BATCH": "1", "Satz#": "223", "GEBDAT": "25 4 1933", "GEBORT": "SC", "GEBZEIT": "6 0", "VORNAME": "Meadow George", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["basketball-player"], "partial-ids": {"ertel": "ES-2457"}}, "raw": {"L": "", "MF": "", "NR": "2457", "ENG": "", "MA_": "1", "G_NR": "765", "MA12": "2", "MARS": "6", "NAME": "Lemon", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-0,500", "CSINR": "223", "KURTZ": "", "PHAS_": "0,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "25.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Meadow George", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.04.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASK", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2301	desgrez-alexandre-1863-07-15	{"a2": "214", "g55": "01-163", "afd5": "294"}	{"g55": "01-163", "lerrcp": "A2-214", "muller": "M5-294"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alexandre", "family": "Desgrez", "spouse": [], "official": {"given": "Alexandre", "family": null}}	\N	{"lmt": null, "tzo": "+00:21:35", "date": "1863-07-15 01:00", "note": null, "place": {"c1": null, "c2": "52", "c3": null, "cy": "FR", "lg": 5.39755, "lat": 47.90327, "name": "Bannes", "geoid": 3035128}, "notime": null, "date-ut": "1863-07-15 00:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Desgrez"}, "birth": {"tzo": "+00:21:35", "date": "1863-07-15 01:00", "place": {"c2": "52", "cy": "FR", "lg": 5.39755, "lat": 47.90327, "name": "Bannes", "geoid": 3035128}, "date-ut": "1863-07-15 00:39:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-214"}, "ids-in-sources": {"a2": "214"}}, "raw": {"H": "0", "MN": "39", "TZ": "0", "COD": "52", "COU": "F", "DAY": "15", "LAT": "48N 7", "LON": "5E 8", "MON": "7", "NUM": "214", "PRO": "S", "SEC": "28", "YEA": "1863", "CITY": "BANNES"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Desgrez", "official": {"given": "Alexandre"}}, "birth": {"date": "1863-07-15 01:00", "place": {"name": "Bannes"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "294"}}, "raw": {"NR": "294", "GNR": "SA2214", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1863", "KORR": "", "MARS": "26", "MODE": "LMT", "MOND": "31", "NAME": "DESGREZ (ALEXANDRE).", "AUFAB": "-2.50", "PHAS_": "0.900", "SONNE": "29", "VENUS": "24", "BREITE": "48 N 07", "GEBORT": "Bannes (Haute-Marne)", "LAENGE": "005 E 08", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "22", "GEBZEIT": "01.00", "JUPITER": "21", "ELECTAGE": "56,1", "ELECTDAT": "29.07.1919", "GEBDATUM": "15.07.1863", "STBDATUM": "19.01.1940"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-163"}, "ids-in-source": {"g55": "01-163"}}, "raw": {"DAY": "15-7-1863", "HOUR": "1 h.", "NAME": "* DESGREZ Alexandre", "PLACE": "Bannes (Haute-Marne)."}, "date": "2023-08-20T14:47:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2306	dezanneau-alfred-1832-05-16	{"a2": "219", "g55": "01-166", "afd5": "298"}	{"g55": "01-166", "lerrcp": "A2-219", "muller": "M5-298"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alfred", "family": "Dezanneau", "spouse": [], "official": {"given": "Alfred Pierre Joseph", "family": null}}	\N	{"lmt": null, "tzo": "-00:02:08", "date": "1832-05-16 16:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.53333, "lat": 47.46667, "name": "St-Pierre-Montlimard", "geoid": 0}, "notime": null, "date-ut": "1832-05-16 16:02:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Dezanneau"}, "birth": {"tzo": "-00:02:08", "date": "1832-05-16 16:00", "place": {"c2": "49", "cy": "FR", "lg": -0.53333, "lat": 47.46667, "name": "Saint-Pierre-Montl", "geoid": 0}, "date-ut": "1832-05-16 16:02:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-219"}, "ids-in-sources": {"a2": "219"}}, "raw": {"H": "16", "MN": "2", "TZ": "0", "COD": "49", "COU": "F", "DAY": "16", "LAT": "47N28", "LON": "0W32", "MON": "5", "NUM": "219", "PRO": "S", "SEC": "8", "YEA": "1832", "CITY": "ST-PIERRE-MONTL"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Dezanneau", "official": {"given": "Alfred Pierre Joseph"}}, "birth": {"date": "1832-05-16 16:00", "place": {"name": "Saint-Pierre-Montlimart"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "298"}}, "raw": {"NR": "298", "GNR": "SA2219", "JU_": "0", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1832", "KORR": "", "MARS": "22", "MODE": "LMT", "MOND": "31", "NAME": "DEZANNEAU (ALFRED PIERRE JOSEPH).", "AUFAB": "-1.50", "PHAS_": "98.300", "SONNE": "14", "VENUS": "16", "BREITE": "47 N 28", "GEBORT": "Saint-Pierre-Montlimart (Maine-et-", "LAENGE": "000 W 32", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "5", "GEBZEIT": "16.00", "JUPITER": "22", "ELECTAGE": "61,9", "ELECTDAT": "03.04.1894", "GEBDATUM": "16.05.1832", "STBDATUM": "14.05.1898"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "St-Pierre-Montlimard"}}, "partial-ids": {"g55": "01-166"}, "ids-in-source": {"g55": "01-166"}}, "raw": {"DAY": "16-5-1832", "HOUR": "16 h.", "NAME": "DEZANNEAU Alfred", "PLACE": "St-Pierre-Montlimard (M.-et-L.)."}, "date": "2023-08-20T14:47:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2314	douris-roger-1882-03-18	{"a2": "227", "g55": "01-172", "afd5": "310"}	{"g55": "01-172", "lerrcp": "A2-227", "muller": "M5-310"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Roger", "family": "Douris", "spouse": [], "official": {"given": "Roger François Albert", "family": null}}	\N	{"lmt": null, "tzo": "+00:13:31", "date": "1882-03-18 17:00", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.37924, "lat": 45.82689, "name": "Lezoux", "geoid": 2998639}, "notime": null, "date-ut": "1882-03-18 16:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Douris"}, "birth": {"tzo": "+00:13:31", "date": "1882-03-18 17:00", "place": {"c2": "63", "cy": "FR", "lg": 3.37924, "lat": 45.82689, "name": "Lezoux", "geoid": 2998639}, "date-ut": "1882-03-18 16:47:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-227"}, "ids-in-sources": {"a2": "227"}}, "raw": {"H": "16", "MN": "47", "TZ": "0", "COD": "63", "COU": "F", "DAY": "18", "LAT": "45N47", "LON": "3E 5", "MON": "3", "NUM": "227", "PRO": "S", "SEC": "40", "YEA": "1882", "CITY": "LEZOUX"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Douris", "official": {"given": "Roger François Albert"}}, "birth": {"date": "1882-03-18 17:00", "place": {"name": "Lezoux"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "310"}}, "raw": {"NR": "310", "GNR": "SA2227", "JU_": "2", "MA_": "0", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1882", "KORR": "", "MARS": "8", "MODE": "LMT", "MOND": "18", "NAME": "DOURIS (ROGER FRANÇOIS ALBERT).", "AUFAB": "-5.80", "PHAS_": "3.700", "SONNE": "17", "VENUS": "16", "BREITE": "45 N 47", "GEBORT": "Lezoux (Puy-de-Dôme)", "LAENGE": "003 E 05", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "12", "GEBZEIT": "17.00", "JUPITER": "11", "ELECTAGE": "47,0", "ELECTDAT": "19.03.1929", "GEBDATUM": "18.03.1882", "STBDATUM": "29.06.1962"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-172"}, "ids-in-source": {"g55": "01-172"}}, "raw": {"DAY": "18-3-1882", "HOUR": "17 h.", "NAME": "DOURIS Roger", "PLACE": "Lezoux (Puy-de-Dôme)."}, "date": "2023-08-20T14:47:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2318	dubreuil-georges-1879-03-22	{"a2": "231", "g55": "01-176", "afd5": "316"}	{"g55": "01-176", "lerrcp": "A2-231", "muller": "M5-316"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Georges", "family": "Dubreuil", "spouse": [], "official": {"given": "Philibert Georges Jean", "family": null}}	\N	{"lmt": null, "tzo": "+00:17:06", "date": "1879-03-22 10:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.27527, "lat": 46.43451, "name": "Charolles", "geoid": 3026515}, "notime": null, "date-ut": "1879-03-22 09:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Dubreuil"}, "birth": {"tzo": "+00:17:06", "date": "1879-03-22 10:00", "place": {"c2": "71", "cy": "FR", "lg": 4.27527, "lat": 46.43451, "name": "Charolles", "geoid": 3026515}, "date-ut": "1879-03-22 09:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-231"}, "ids-in-sources": {"a2": "231"}}, "raw": {"H": "9", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "22", "LAT": "46N18", "LON": "4E50", "MON": "3", "NUM": "231", "PRO": "S", "SEC": "40", "YEA": "1879", "CITY": "CHAROLLES"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Dubreuil", "official": {"given": "Philibert Georges Jean"}}, "birth": {"date": "1879-03-22 10:00", "place": {"name": "Charolles"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "316"}}, "raw": {"NR": "316", "GNR": "SA2231", "JU_": "2", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1879", "KORR": "", "MARS": "13", "MODE": "LMT", "MOND": "7", "NAME": "DUBREUIL (PHILIBERT GEORGES JEAN).", "AUFAB": "-2.60", "PHAS_": "0.800", "SONNE": "6", "VENUS": "5", "BREITE": "46 N 18", "GEBORT": "Charolles (Saône-et-Loire)", "LAENGE": "004 E 50", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "6", "GEBZEIT": "10.00", "JUPITER": "9", "ELECTAGE": "57,0", "ELECTDAT": "25.02.1936", "GEBDATUM": "22.03.1879", "STBDATUM": "20.07.1970"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-176"}, "ids-in-source": {"g55": "01-176"}}, "raw": {"DAY": "22-3-1879", "HOUR": "10 h.", "NAME": "DUBREUIL Georges", "PLACE": "Charolles (Saône-et-Loire)."}, "date": "2023-08-20T14:47:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2327	dumarest-frederic-1870-02-14	{"a2": "240", "g55": "01-184", "afd5": "324"}	{"g55": "01-184", "lerrcp": "A2-240", "muller": "M5-324"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Frédéric", "family": "Dumarest", "spouse": [], "official": {"given": "Frédéric Denis", "family": null}}	\N	{"lmt": null, "tzo": "+00:22:25", "date": "1870-02-14 02:00", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 5.60243, "lat": 45.98605, "name": "Lompnes", "geoid": 2997795}, "notime": null, "date-ut": "1870-02-14 01:39:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Dumarest"}, "birth": {"tzo": "+00:22:25", "date": "1870-02-14 02:00", "place": {"c2": "01", "cy": "FR", "lg": 5.60243, "lat": 45.98605, "name": "Lompnes", "geoid": 2997795}, "date-ut": "1870-02-14 01:39:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-240"}, "ids-in-sources": {"a2": "240"}}, "raw": {"H": "1", "MN": "39", "TZ": "0", "COD": "01", "COU": "F", "DAY": "14", "LAT": "46N12", "LON": "5E13", "MON": "2", "NUM": "240", "PRO": "S", "SEC": "8", "YEA": "1870", "CITY": "LOMPNES"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Dumarest", "official": {"given": "Frédéric Denis"}}, "birth": {"date": "1870-02-14 02:00", "place": {"name": "Lompnes"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "324"}}, "raw": {"NR": "324", "GNR": "SA2240", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1870", "KORR": "", "MARS": "29", "MODE": "LMT", "MOND": "14", "NAME": "DUMAREST (FRÉDÉRIC DENIS).", "AUFAB": "6.20", "PHAS_": "94.100", "SONNE": "30", "VENUS": "29", "BREITE": "46 N 12", "GEBORT": "Lompnes (Ain)", "LAENGE": "005 E 13", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "34", "GEBZEIT": "02.00", "JUPITER": "22", "ELECTAGE": "60,0", "ELECTDAT": "11.02.1930", "GEBDATUM": "14.02.1870", "STBDATUM": "21.01.1951"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-184"}, "ids-in-source": {"g55": "01-184"}}, "raw": {"DAY": "14-2-1870", "HOUR": "2 h.", "NAME": "DUMAREST Frédéric", "PLACE": "Lompnes (Ain)."}, "date": "2023-08-20T14:47:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21897	love-stan-1949-08-22	{"rawlins-ertel-irving": "227"}	{"csicop": "CS-227"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stan", "family": "Love", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1949-08-22 19:36", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.35, "lat": 33.96667, "name": null, "geoid": null}, "notime": null, "date-ut": "1949-08-23 03:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Stan", "family": "Love"}, "birth": {"tzo": "-08:00", "date": "1949-08-22 19:36", "place": {"c2": "CA", "cy": "US", "lg": -118.35, "lat": 33.96667}, "date-ut": "1949-08-23 03:36"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "227"}}, "raw": {"LA1": "33", "LA2": "58", "LO1": "118", "LO2": "21", "AMPM": "P", "MARS": "24", "NAME": "Love", "BATCH": "3", "Satz#": "227", "GEBDAT": "22 8 1949", "GEBORT": "CA", "GEBZEIT": "7 36", "VORNAME": "Stan", "SPORTART": "BASK", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21898	lucas-william-1909-11-23	{"rawlins-ertel-irving": "229"}	{"csicop": "CS-229"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Lucas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1909-11-23 18:09", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.63333, "lat": 39.75, "name": null, "geoid": null}, "notime": null, "date-ut": "1909-11-24 00:09"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "William", "family": "Lucas"}, "birth": {"tzo": "-06:00", "date": "1909-11-23 18:09", "place": {"c2": "OH", "cy": "US", "lg": -84.63333, "lat": 39.75}, "date-ut": "1909-11-24 00:09"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "229"}}, "raw": {"LA1": "39", "LA2": "45", "LO1": "84", "LO2": "38", "AMPM": "P", "MARS": "7", "NAME": "Lucas", "BATCH": "2", "Satz#": "229", "GEBDAT": "23 11 1909", "GEBORT": "OH", "GEBZEIT": "6 9", "VORNAME": "William", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21907	mcdaniels-jim-1948-04-02	{"rawlins-ertel-irving": "247"}	{"csicop": "CS-247"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jim", "family": "McDaniels", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1948-04-02 05:00", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -86.18333, "lat": 36.75, "name": null, "geoid": null}, "notime": null, "date-ut": "1948-04-02 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Jim", "family": "McDaniels"}, "birth": {"tzo": "-06:00", "date": "1948-04-02 05:00", "place": {"c2": "KY", "cy": "US", "lg": -86.18333, "lat": 36.75}, "date-ut": "1948-04-02 11:00"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "247"}}, "raw": {"LA1": "36", "LA2": "45", "LO1": "86", "LO2": "11", "AMPM": "A", "MARS": "21", "NAME": "McDaniels", "BATCH": "3", "Satz#": "247", "GEBDAT": "2 4 1948", "GEBORT": "KY", "GEBZEIT": "5 0", "VORNAME": "Jim", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
17034	lucas-jerry-1940-03-30	{"d10": "799", "3a_sports": "2549", "rawlins-ertel-irving": "228"}	{"ertel": "ES-2549", "csicop": "CS-228", "lerrcp": "D10-799"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jerry", "family": "Lucas", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1940-03-30 03:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.4, "lat": 39.51667, "name": "Middletown", "geoid": null}, "notime": null, "date-ut": "1940-03-30 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Jerry", "family": "Lucas"}, "birth": {"tzo": "-05:00", "date": "1940-03-30 03:00", "place": {"c2": "OH", "cy": "US", "lg": -84.4, "lat": 39.51667, "name": "Middletown"}, "date-ut": "1940-03-30 08:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "799"}}, "raw": {"H": "03:00", "TZ": "5h", "DAY": "30", "LAT": "39N31", "LON": "84W24", "MON": "3", "NUM": "799", "PRO": "SP", "YEA": "1940", "CICO": "Middletown, OH", "NAME": "Lucas Jerry"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["basketball-player"]], "ids-in-sources": {"rawlins-ertel-irving": "228"}}, "raw": {"LA1": "39", "LA2": "31", "LO1": "84", "LO2": "24", "AMPM": "A", "MARS": "26", "NAME": "Lucas", "BATCH": "1", "Satz#": "228", "GEBDAT": "30 3 1940", "GEBORT": "OH", "GEBZEIT": "3 0", "VORNAME": "Jerry Ray", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["basketball-player"], "partial-ids": {"ertel": "ES-2549"}}, "raw": {"L": "", "MF": "", "NR": "2549", "ENG": "", "MA_": "1", "G_NR": "799", "MA12": "9", "MARS": "26", "NAME": "Lucas", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-10,20", "CSINR": "228", "KURTZ": "", "PHAS_": "57,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "30.03.", "ZITATE": "KX", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jerry Ray", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "30.03.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASK", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
21899	lynch-james-1945-08-28	{"rawlins-ertel-irving": "231"}	{"csicop": "CS-231"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Lynch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1945-08-28 11:02", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.1, "lat": 40.73333, "name": null, "geoid": null}, "notime": null, "date-ut": "1945-08-28 17:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "James", "family": "Lynch"}, "birth": {"tzo": "-06:00", "date": "1945-08-28 11:02", "place": {"c2": "OH", "cy": "US", "lg": -84.1, "lat": 40.73333}, "date-ut": "1945-08-28 17:02"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "231"}}, "raw": {"LA1": "40", "LA2": "44", "LO1": "84", "LO2": "6", "AMPM": "A", "MARS": "13", "NAME": "Lynch", "BATCH": "2", "Satz#": "231", "GEBDAT": "28 8 1945", "GEBORT": "OH", "GEBZEIT": "11 2", "VORNAME": "James", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21900	madden-john-1936-04-10	{"rawlins-ertel-irving": "233"}	{"csicop": "CS-233"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Madden", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1936-04-10 05:25", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -92.96667, "lat": 43.66667, "name": null, "geoid": null}, "notime": null, "date-ut": "1936-04-10 11:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "John", "family": "Madden"}, "birth": {"tzo": "-06:00", "date": "1936-04-10 05:25", "place": {"c2": "MN", "cy": "US", "lg": -92.96667, "lat": 43.66667}, "date-ut": "1936-04-10 11:25"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "233"}}, "raw": {"LA1": "43", "LA2": "40", "LO1": "92", "LO2": "58", "AMPM": "A", "MARS": "35", "NAME": "Madden", "BATCH": "3", "Satz#": "233", "GEBDAT": "10 4 1936", "GEBORT": "MN", "GEBZEIT": "5 25", "VORNAME": "John", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
22011	bernhardi-sophie-1775-02-28	{"afd3": "25"}	{"muller": "M3-25"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sophie", "family": "Bernhardi", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:40", "date": "1775-02-28 04:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Sophie", "family": "Bernhardi"}, "birth": {"tzo": "+00:40", "date": "1775-02-28 04:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "25"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 18", "LAT": "52 N 32", "TZO": "-0.67", "DATE": "28.02.1775", "MUID": "025", "NAME": "BERNHARDI, Sophie *TIECK", "OCCU": "AR 01", "TIME": "04.00", "BOOKS": "23", "PLACE": "Berlin", "TIMOD": "LAT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:42+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
17046	mack-thomas-1943-11-01	{"d10": "811", "3a_sports": "2576", "rawlins-ertel-irving": "232"}	{"ertel": "ES-2576", "csicop": "CS-232", "lerrcp": "D10-811"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Thomas", "family": "Mack", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1943-11-01 08:45", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1943-11-01 13:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Thomas", "family": "Mack"}, "birth": {"tzo": "-05:00", "date": "1943-11-01 08:45", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1943-11-01 13:45"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "811"}}, "raw": {"H": "08:45", "TZ": "5h", "DAY": "1", "LAT": "41N30", "LON": "81W42", "MON": "11", "NUM": "811", "PRO": "SP", "YEA": "1943", "CICO": "Cleveland, OH", "NAME": "Mack Thomas"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "232"}}, "raw": {"LA1": "41", "LA2": "30", "LO1": "81", "LO2": "42", "AMPM": "A", "MARS": "15", "NAME": "Mack", "BATCH": "1", "Satz#": "232", "GEBDAT": "1 11 1943", "GEBORT": "OH", "GEBZEIT": "8 45", "VORNAME": "Thomas L", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-2576"}}, "raw": {"L": "", "MF": "", "NR": "2576", "ENG": "", "MA_": "0", "G_NR": "830", "MA12": "5", "MARS": "15", "NAME": "Mack", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "5,500", "CSINR": "232", "KURTZ": "", "PHAS_": "9,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "01.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Thomas L.", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.11.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
21901	mandic-john-1919-10-03	{"rawlins-ertel-irving": "235"}	{"csicop": "CS-235"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Mandic", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1919-10-03 02:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.05, "name": null, "geoid": null}, "notime": null, "date-ut": "1919-10-03 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "John", "family": "Mandic"}, "birth": {"tzo": "-08:00", "date": "1919-10-03 02:00", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.05}, "date-ut": "1919-10-03 10:00"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "235"}}, "raw": {"LA1": "34", "LA2": "3", "LO1": "118", "LO2": "15", "AMPM": "A", "MARS": "34", "NAME": "Mandic", "BATCH": "3", "Satz#": "235", "GEBDAT": "3 10 1919", "GEBORT": "CA", "GEBZEIT": "2 0", "VORNAME": "John", "SPORTART": "BASK", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21902	mandich-jim-1948-07-30	{"rawlins-ertel-irving": "236"}	{"csicop": "CS-236"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jim", "family": "Mandich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1948-07-30 20:05", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": null, "geoid": null}, "notime": null, "date-ut": "1948-07-31 01:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Jim", "family": "Mandich"}, "birth": {"tzo": "-05:00", "date": "1948-07-30 20:05", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5}, "date-ut": "1948-07-31 01:05"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "236"}}, "raw": {"LA1": "41", "LA2": "30", "LO1": "81", "LO2": "42", "AMPM": "P", "MARS": "14", "NAME": "Mandich", "BATCH": "2", "Satz#": "236", "GEBDAT": "30 7 1948", "GEBORT": "OH", "GEBZEIT": "8 5", "VORNAME": "Jim", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
17054	mann-ralph-1949-08-16	{"d10": "819", "3a_sports": "2636", "rawlins-ertel-irving": "237"}	{"ertel": "ES-2636", "csicop": "CS-237", "lerrcp": "D10-819"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ralph", "family": "Mann", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1949-08-16 09:05", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.18333, "lat": 33.78333, "name": "Long Beach", "geoid": null}, "notime": null, "date-ut": "1949-08-16 17:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Ralph", "family": "Mann"}, "birth": {"tzo": "-08:00", "date": "1949-08-16 09:05", "place": {"c2": "CA", "cy": "US", "lg": -118.18333, "lat": 33.78333, "name": "Long Beach"}, "date-ut": "1949-08-16 17:05"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "819"}}, "raw": {"H": "09:05", "TZ": "8h", "DAY": "16", "LAT": "33N47", "LON": "118W11", "MON": "8", "NUM": "819", "PRO": "SP", "YEA": "1949", "CICO": "Long Beach, CA", "NAME": "Mann Ralph"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "237"}}, "raw": {"LA1": "33", "LA2": "46", "LO1": "118", "LO2": "11", "AMPM": "A", "MARS": "9", "NAME": "Mann", "BATCH": "2", "Satz#": "237", "GEBDAT": "16 8 1949", "GEBORT": "CA", "GEBZEIT": "9 5", "VORNAME": "Ralph", "SPORTART": "TRAC", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-2636"}}, "raw": {"L": "", "MF": "", "NR": "2636", "ENG": "0", "MA_": "2", "G_NR": "851", "MA12": "3", "MARS": "9", "NAME": "Mann", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-9,100", "CSINR": "237", "KURTZ": "", "PHAS_": "59,300", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "16.08.", "ZITATE": "DKFX", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ralph", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "16.08.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2331	dupre-ernest-1862-03-07	{"a2": "244", "g55": "01-187", "afd5": "330"}	{"g55": "01-187", "lerrcp": "A2-244", "muller": "M5-330"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Ernest", "family": "Dupré", "spouse": [], "official": {"given": "Ernest", "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1862-03-07 08:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1862-03-07 07:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Dupre"}, "birth": {"tzo": "+00:21:31", "date": "1862-03-07 08:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1862-03-07 07:38:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-244"}, "ids-in-sources": {"a2": "244"}}, "raw": {"H": "7", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "7", "LAT": "43N18", "LON": "5E22", "MON": "3", "NUM": "244", "PRO": "S", "SEC": "32", "YEA": "1862", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Dupré", "official": {"given": "Ernest"}}, "birth": {"date": "1862-03-07 08:00", "place": {"name": "Marseille"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "330"}}, "raw": {"NR": "330", "GNR": "SA2244", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "1", "SO_": "2", "VE_": "1", "CODE": "3", "JAHR": "1862", "KORR": "", "MARS": "10", "MODE": "LMT", "MOND": "34", "NAME": "DUPRÉ (ERNEST).", "AUFAB": "8.60", "PHAS_": "34.100", "SONNE": "3", "VENUS": "5", "BREITE": "43 N 18", "GEBORT": "Marseille (Bouches-du-Rhône)", "LAENGE": "005 E 22", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "20", "GEBZEIT": "08.00", "JUPITER": "20", "ELECTAGE": "56,1", "ELECTDAT": "16.04.1918", "GEBDATUM": "07.03.1862", "STBDATUM": "02.09.1921"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-187"}, "ids-in-source": {"g55": "01-187"}}, "raw": {"DAY": "7-3-1862", "HOUR": "8 h.", "NAME": "DUPRE Ernest", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:47:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2332	dupuy-pierre-1844-04-11	{"a2": "245", "g55": "01-188", "afd5": "332"}	{"g55": "01-188", "lerrcp": "A2-245", "muller": "M5-332"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre", "family": "Dupuy", "spouse": [], "official": {"given": "Pierre Edmond", "family": null}}	\N	{"lmt": null, "tzo": "+00:02:52", "date": "1844-04-11 16:00", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 0.7178, "lat": 45.0268, "name": "Vergt", "geoid": 2969899}, "notime": null, "date-ut": "1844-04-12 15:57:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Dupuy"}, "birth": {"tzo": "+00:02:52", "date": "1844-04-12 16:00", "place": {"c2": "24", "cy": "FR", "lg": 0.7178, "lat": 45.0268, "name": "Vergt", "geoid": 2969899}, "date-ut": "1844-04-12 15:57:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-245"}, "ids-in-sources": {"a2": "245"}}, "raw": {"H": "15", "MN": "57", "TZ": "0", "COD": "24", "COU": "F", "DAY": "12", "LAT": "45N11", "LON": "0E44", "MON": "4", "NUM": "245", "PRO": "S", "SEC": "4", "YEA": "1844", "CITY": "VERGT"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Dupuy", "official": {"given": "Pierre Edmond"}}, "birth": {"date": "1844-04-11 16:00", "place": {"name": "Vergt"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "332"}}, "raw": {"NR": "332", "GNR": "SA2245", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "0", "SO_": "0", "VE_": "2", "CODE": "2", "JAHR": "1844", "KORR": "", "MARS": "11", "MODE": "LMT", "MOND": "23", "NAME": "DUPUY (PIERRE EDMOND).", "AUFAB": "-10.70", "PHAS_": "38.600", "SONNE": "15", "VENUS": "11", "BREITE": "45 N 11", "GEBORT": "Vergt (Dordogne)", "LAENGE": "000 E 44", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ-d", "SATURN": "23", "GEBZEIT": "16.00", "JUPITER": "19", "ELECTAGE": "55,0", "ELECTDAT": "28.03.1899", "GEBDATUM": "11.04.1844", "STBDATUM": "20.07.1904"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-188"}, "ids-in-source": {"g55": "01-188"}}, "raw": {"DAY": "12-4-1844", "HOUR": ". 16 h.", "NAME": "DUPUY Pierre", "PLACE": "Verat (Dordogne)."}, "date": "2023-08-20T14:47:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2341	euziere-jules-1882-04-27	{"a2": "254", "g55": "01-194", "afd5": "341"}	{"g55": "01-194", "lerrcp": "A2-254", "muller": "M5-341"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jules", "family": "Euziere", "spouse": [], "official": {"given": "Jules", "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1882-04-27 21:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1882-04-27 20:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Euziere"}, "birth": {"tzo": "+00:15:30", "date": "1882-04-27 21:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1882-04-27 20:44:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-254"}, "ids-in-sources": {"a2": "254"}}, "raw": {"H": "20", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "27", "LAT": "43N37", "LON": "3E53", "MON": "4", "NUM": "254", "PRO": "S", "SEC": "28", "YEA": "1882", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Euziere", "official": {"given": "Jules"}}, "birth": {"date": "1882-04-27 21:00", "place": {"name": "Montpellier"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "341"}}, "raw": {"NR": "341", "GNR": "SA2254", "JU_": "1", "MA_": "1", "MO_": "2", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1882", "KORR": "", "MARS": "14", "MODE": "LMT", "MOND": "11", "NAME": "EUZIERES (JULES).", "AUFAB": "9.20", "PHAS_": "66.100", "SONNE": "22", "VENUS": "20", "BREITE": "43 N 37", "GEBORT": "Montpellier (Hérault)", "LAENGE": "003 E 53", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "21", "GEBZEIT": "21.00", "JUPITER": "19", "ELECTAGE": "57,2", "ELECTDAT": "20.06.1939", "GEBDATUM": "27.04.1882", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-194"}, "ids-in-source": {"g55": "01-194"}}, "raw": {"DAY": "27-4-1882", "HOUR": "21 h.", "NAME": "EUZIERE Jules", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:47:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2346	farge-emile-1822-05-22	{"a2": "259", "g55": "01-197", "afd5": "347"}	{"g55": "01-197", "lerrcp": "A2-259", "muller": "M5-347"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Emile", "family": "Farge", "spouse": [], "official": {"given": "Emile François", "family": null}}	\N	{"lmt": null, "tzo": "-00:02:12", "date": "1822-05-22 19:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "notime": null, "date-ut": "1822-05-22 19:02:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Farge"}, "birth": {"tzo": "-00:02:12", "date": "1822-05-22 19:00", "place": {"c2": "49", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "date-ut": "1822-05-22 19:02:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-259"}, "ids-in-sources": {"a2": "259"}}, "raw": {"H": "19", "MN": "2", "TZ": "0", "COD": "49", "COU": "F", "DAY": "22", "LAT": "47N28", "LON": "0W32", "MON": "5", "NUM": "259", "PRO": "S", "SEC": "8", "YEA": "1822", "CITY": "ANGERS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Farge", "official": {"given": "Emile François"}}, "birth": {"date": "1822-05-22 19:00", "place": {"name": "Angers"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "347"}}, "raw": {"NR": "347", "GNR": "SA2259", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1822", "KORR": "", "MARS": "10", "MODE": "LMT", "MOND": "15", "NAME": "FARGE (EMILE FRANÇOIS).", "AUFAB": "1.60", "PHAS_": "1.800", "SONNE": "18", "VENUS": "24", "BREITE": "47 N 28", "GEBORT": "Angers (Maine-et-Loire)", "LAENGE": "000 W 32", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "22", "GEBZEIT": "19.00", "JUPITER": "20", "ELECTAGE": "69,0", "ELECTDAT": "12.05.1891", "GEBDATUM": "22.05.1822", "STBDATUM": "05.02.1895"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-197"}, "ids-in-source": {"g55": "01-197"}}, "raw": {"DAY": "22-5-1822", "HOUR": "19 h.", "NAME": "FARGE Emile", "PLACE": "Angers (Maine-et-Loire)."}, "date": "2023-08-20T14:47:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2352	ferrand-ernest-1835-08-23	{"a2": "265", "g55": "01-201", "afd5": "355"}	{"g55": "01-201", "lerrcp": "A2-265", "muller": "M5-355"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Ernest", "family": "Ferrand", "spouse": [], "official": {"given": "Ernest Ange Amédée", "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1835-08-23 11:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Montfort-l’Amaury", "geoid": 0}, "notime": null, "date-ut": "1835-08-23 10:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Ferrand"}, "birth": {"tzo": "+00:08:32", "date": "1835-08-23 11:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Montfort-Lamaur", "geoid": 0}, "date-ut": "1835-08-23 10:51:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-265"}, "ids-in-sources": {"a2": "265"}}, "raw": {"H": "10", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "23", "LAT": "48N50", "LON": "2E 8", "MON": "8", "NUM": "265", "PRO": "S", "SEC": "28", "YEA": "1835", "CITY": "MONTFORT-LAMAUR"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Ferrand", "official": {"given": "Ernest Ange Amédée"}}, "birth": {"date": "1835-08-23 11:00", "place": {"name": "Monfort-l'Amaury"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "355"}}, "raw": {"NR": "355", "GNR": "SA2265", "JU_": "2", "MA_": "1", "MO_": "2", "SA_": "2", "SO_": "0", "VE_": "2", "CODE": "4", "JAHR": "1835", "KORR": "", "MARS": "5", "MODE": "LMT", "MOND": "9", "NAME": "FERRAND (ERNEST ANGE AMÉDÉE).", "AUFAB": "-3.80", "PHAS_": "1.800", "SONNE": "8", "VENUS": "9", "BREITE": "48 N 50", "GEBORT": "Monfort-l'Amaury (Seine-et-Oise)", "LAENGE": "002 E 08", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "3", "GEBZEIT": "11.00", "JUPITER": "12", "ELECTAGE": "59,9", "ELECTDAT": "02.07.1895", "GEBDATUM": "23.08.1835", "STBDATUM": "25.12.1899"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Montfort-l’Amaury"}}, "partial-ids": {"g55": "01-201"}, "ids-in-source": {"g55": "01-201"}}, "raw": {"DAY": "23-8-1835", "HOUR": "11 h.", "NAME": "FERRAND Ernest", "PLACE": "Montfort-l’Amaury (Seine-et-Oise)."}, "date": "2023-08-20T14:47:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21903	marshall-james-1937-12-30	{"rawlins-ertel-irving": "240"}	{"csicop": "CS-240"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Marshall", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1937-12-30 06:50", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -84.76667, "lat": 37.65, "name": null, "geoid": null}, "notime": null, "date-ut": "1937-12-30 12:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "James", "family": "Marshall"}, "birth": {"tzo": "-06:00", "date": "1937-12-30 06:50", "place": {"c2": "KY", "cy": "US", "lg": -84.76667, "lat": 37.65}, "date-ut": "1937-12-30 12:50"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "240"}}, "raw": {"LA1": "37", "LA2": "39", "LO1": "84", "LO2": "46", "AMPM": "A", "MARS": "32", "NAME": "Marshall", "BATCH": "2", "Satz#": "240", "GEBDAT": "30 12 1937", "GEBORT": "KY", "GEBZEIT": "6 50", "VORNAME": "James", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21904	matuszak-john-1950-10-25	{"rawlins-ertel-irving": "241"}	{"csicop": "CS-241"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Matuszak", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1950-10-25 19:58", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -87.91667, "lat": 42.86667, "name": null, "geoid": null}, "notime": null, "date-ut": "1950-10-26 01:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "John", "family": "Matuszak"}, "birth": {"tzo": "-06:00", "date": "1950-10-25 19:58", "place": {"c2": "WI", "cy": "US", "lg": -87.91667, "lat": 42.86667}, "date-ut": "1950-10-26 01:58"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "241"}}, "raw": {"LA1": "42", "LA2": "52", "LO1": "87", "LO2": "55", "AMPM": "P", "MARS": "19", "NAME": "Matuszak", "BATCH": "2", "Satz#": "241", "GEBDAT": "25 10 1950", "GEBORT": "WI", "GEBZEIT": "7 58", "VORNAME": "John", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
17081	mays-willie-1931-05-06	{"d10": "846", "3a_sports": "2769", "rawlins-ertel-irving": "242"}	{"ertel": "ES-2769", "csicop": "CS-242", "lerrcp": "D10-846"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willie", "family": "Mays", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1931-05-06 22:30", "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "US", "lg": -86.96667, "lat": 33.36667, "name": "Westfield", "geoid": null}, "notime": null, "date-ut": "1931-05-07 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["baseball-player"]	5	null	[{"new": {"name": {"given": "Willie", "family": "Mays"}, "birth": {"tzo": "-06:00", "date": "1931-05-06 22:30", "place": {"c2": "AL", "cy": "US", "lg": -86.96667, "lat": 33.36667, "name": "Westfield"}, "date-ut": "1931-05-07 04:30"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "846"}}, "raw": {"H": "22:30", "TZ": "6h", "DAY": "6", "LAT": "33N22", "LON": "86W58", "MON": "5", "NUM": "846", "PRO": "SP", "YEA": "1931", "CICO": "Westfield, AL", "NAME": "Mays Willie"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["baseball-player"]], "ids-in-sources": {"rawlins-ertel-irving": "242"}}, "raw": {"LA1": "33", "LA2": "31", "LO1": "86", "LO2": "48", "AMPM": "P", "MARS": "15", "NAME": "Mays", "BATCH": "1", "Satz#": "242", "GEBDAT": "6 5 1931", "GEBORT": "AL", "GEBZEIT": "10 30", "VORNAME": "Willie Howard", "SPORTART": "BASE", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["baseball-player"], "partial-ids": {"ertel": "ES-2769"}}, "raw": {"L": "", "MF": "", "NR": "2769", "ENG": "", "MA_": "0", "G_NR": "878", "MA12": "6", "MARS": "16", "NAME": "Mays", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-7,400", "CSINR": "242", "KURTZ": "", "PHAS_": "82,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "06.05.", "ZITATE": "BE", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Willie Howard", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "06.05.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASE", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2355	filhol-henri-1843-05-11	{"a2": "268", "g55": "01-204", "afd5": "359"}	{"g55": "01-204", "lerrcp": "A2-268", "muller": "M5-359"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri", "family": "Filhol", "spouse": [], "official": {"given": "Antoine Pierre Henri", "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1843-05-11 22:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1843-05-11 21:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Filhol"}, "birth": {"tzo": "+00:05:46", "date": "1843-05-11 22:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1843-05-11 21:54:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-268"}, "ids-in-sources": {"a2": "268"}}, "raw": {"H": "21", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "11", "LAT": "43N37", "LON": "1E26", "MON": "5", "NUM": "268", "PRO": "S", "SEC": "16", "YEA": "1843", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Filhol", "official": {"given": "Antoine Pierre Henri"}}, "birth": {"date": "1843-05-11 22:00", "place": {"name": "Toulouse"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "359"}}, "raw": {"NR": "359", "GNR": "SA2268", "JU_": "0", "MA_": "2", "MO_": "2", "SA_": "0", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1843", "KORR": "", "MARS": "1", "MODE": "LMT", "MOND": "10", "NAME": "FILHOL (ANTOINE PIERRE HENRI).", "AUFAB": "8.90", "PHAS_": "87.600", "SONNE": "24", "VENUS": "28", "BREITE": "43 N 37", "GEBORT": "Toulouse (Haute-Garonne)", "LAENGE": "001 E 26", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "34", "GEBZEIT": "22.00", "JUPITER": "32", "ELECTAGE": "55,9", "ELECTDAT": "14.03.1899", "GEBDATUM": "11.05.1843", "STBDATUM": "28.04.1902"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-204"}, "ids-in-source": {"g55": "01-204"}}, "raw": {"DAY": "11-5-1843", "HOUR": "22 h.", "NAME": "* FILHOL Henri", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:47:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2357	fleury-maurice-1860-10-20	{"a2": "270", "g55": "01-206", "afd5": "363"}	{"g55": "01-206", "lerrcp": "A2-270", "muller": "M5-363"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "de", "alter": [], "given": "Maurice", "family": "Fleury", "spouse": [], "official": {"given": "Maurice", "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1860-10-20 19:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1860-10-20 18:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Fleury"}, "birth": {"tzo": "-00:02:19", "date": "1860-10-20 18:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1860-10-20 18:57:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-270"}, "ids-in-sources": {"a2": "270"}}, "raw": {"H": "18", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "20", "LAT": "44N50", "LON": "0W34", "MON": "10", "NUM": "270", "PRO": "S", "SEC": "36", "YEA": "1860", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "de", "family": "Fleury", "official": {"given": "Maurice"}}, "birth": {"date": "1860-10-20 19:00", "place": {"name": "Bordeaux"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "363"}}, "raw": {"NR": "363", "GNR": "SA2270", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1860", "KORR": "", "MARS": "10", "MODE": "LMT", "MOND": "13", "NAME": "FLEURY (MAURICE DE).", "AUFAB": "9.70", "PHAS_": "34.200", "SONNE": "21", "VENUS": "24", "BREITE": "44 N 50", "GEBORT": "Bordeaux (Gironde)", "LAENGE": "000 W 34", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "25", "GEBZEIT": "19.00", "JUPITER": "26", "ELECTAGE": "48,6", "ELECTDAT": "11.05.1909", "GEBDATUM": "20.10.1860", "STBDATUM": "14.04.1931"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-206"}, "ids-in-source": {"g55": "01-206"}}, "raw": {"DAY": "20-10-1860", "HOUR": "19 h.", "NAME": "FLEURY Maurice (de)", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:47:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2361	folet-henri-1843-01-08	{"a2": "274", "g55": "01-210", "afd5": "369"}	{"g55": "01-210", "lerrcp": "A2-274", "muller": "M5-369"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri", "family": "Folet", "spouse": [], "official": {"given": "Henry Lucien", "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1843-01-08 23:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1843-01-08 22:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Folet"}, "birth": {"tzo": "+00:12:14", "date": "1843-01-08 23:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1843-01-08 22:47:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-274"}, "ids-in-sources": {"a2": "274"}}, "raw": {"H": "22", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "8", "LAT": "50N39", "LON": "3E 5", "MON": "1", "NUM": "274", "PRO": "S", "SEC": "40", "YEA": "1843", "CITY": "LILLE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Folet", "official": {"given": "Henry Lucien"}}, "birth": {"date": "1843-01-08 23:00", "place": {"name": "Lille"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "369"}}, "raw": {"NR": "369", "GNR": "SA2274", "JU_": "0", "MA_": "0", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1843", "KORR": "", "MARS": "32", "MODE": "LMT", "MOND": "16", "NAME": "FOLET (HENRY LUCIEN).", "AUFAB": "9.10", "PHAS_": "42.200", "SONNE": "26", "VENUS": "29", "BREITE": "50 N 39", "GEBORT": "Lille (Nord)", "LAENGE": "003 E 05", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "26", "GEBZEIT": "23.00", "JUPITER": "25", "ELECTAGE": "55,2", "ELECTDAT": "01.03.1898", "GEBDATUM": "08.01.1843", "STBDATUM": "03.11.1907"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-210"}, "ids-in-source": {"g55": "01-210"}}, "raw": {"DAY": "8-1-1843", "HOUR": "23 h.", "NAME": "FOLET Henri Lucien", "PLACE": "Lille (Nord)."}, "date": "2023-08-20T14:47:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2366	fourneau-ernest-1872-10-04	{"a2": "279", "g55": "01-214", "afd5": "377"}	{"g55": "01-214", "lerrcp": "A2-279", "muller": "M5-377"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Ernest", "family": "Fourneau", "spouse": [], "official": {"given": "Ernest François Auguste", "family": null}}	\N	{"lmt": null, "tzo": "-00:06:14", "date": "1872-10-04 14:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.55684, "lat": 43.48055, "name": "Biarritz", "geoid": 3032797}, "notime": null, "date-ut": "1872-10-04 14:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Fourneau"}, "birth": {"tzo": "-00:06:14", "date": "1872-10-04 13:55:14", "place": {"c2": "64", "cy": "FR", "lg": -1.55684, "lat": 43.48055, "name": "Biarritz", "geoid": 3032797}, "date-ut": "1872-10-04 14:01:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-279"}, "ids-in-sources": {"a2": "279"}}, "raw": {"H": "14", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "4", "LAT": "43N18", "LON": "0W22", "MON": "10", "NUM": "279", "PRO": "S", "SEC": "28", "YEA": "1872", "CITY": "BIARRITZ"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Fourneau", "official": {"given": "Ernest François Auguste"}}, "birth": {"date": "1872-10-04 14:00", "place": {"name": "Biarritz"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "377"}}, "raw": {"NR": "377", "GNR": "SA2279", "JU_": "0", "MA_": "0", "MO_": "2", "SA_": "2", "SO_": "1", "VE_": "2", "CODE": "3", "JAHR": "1872", "KORR": "", "MARS": "16", "MODE": "LMT", "MOND": "11", "NAME": "FOURNEAU (ERNEST FRANÇOIS AUGUSTE).", "AUFAB": "1.70", "PHAS_": "2.000", "SONNE": "13", "VENUS": "11", "BREITE": "43 N 18", "GEBORT": "Biarritz (Basses-Pyrénées)", "LAENGE": "000 W 22", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "1", "GEBZEIT": "14.00", "JUPITER": "16", "ELECTAGE": "46,5", "ELECTDAT": "01.04.1919", "GEBDATUM": "04.10.1872", "STBDATUM": "05.08.1949"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-214"}, "ids-in-source": {"g55": "01-214"}}, "raw": {"DAY": "4-10-1872", "HOUR": "14 h.", "NAME": "FOURNEAU Ernest", "PLACE": "Biarritz (Basses-Pyrénées)."}, "date": "2023-08-20T14:47:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2369	fremy-edmond-1814-02-22	{"a2": "282", "g55": "01-216", "afd5": "381"}	{"g55": "01-216", "lerrcp": "A2-282", "muller": "M5-381"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Edmond", "family": "Frémy", "spouse": [], "official": {"given": "Edmond", "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1814-02-22 12:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1814-02-22 11:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Fremy"}, "birth": {"tzo": "+00:08:32", "date": "1814-02-22 12:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1814-02-22 11:51:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-282"}, "ids-in-sources": {"a2": "282"}}, "raw": {"H": "11", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "22", "LAT": "48N50", "LON": "2E 8", "MON": "2", "NUM": "282", "PRO": "S", "SEC": "28", "YEA": "1814", "CITY": "VERSAILLES"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Frémy", "official": {"given": "Edmond"}}, "birth": {"date": "1814-02-22 12:00", "place": {"name": "Versailles"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "381"}}, "raw": {"NR": "381", "GNR": "SA2282", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "0", "CODE": "3", "JAHR": "1814", "KORR": "", "MARS": "4", "MODE": "LMT", "MOND": "6", "NAME": "FRÉMY (EDMOND).", "AUFAB": "2.70", "PHAS_": "3.300", "SONNE": "9", "VENUS": "7", "BREITE": "48 N 50", "GEBORT": "Versailles (Seine-et-Oise)", "LAENGE": "002 E 08", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "14", "GEBZEIT": "12.00", "JUPITER": "27", "ELECTAGE": "40,7", "ELECTDAT": "23.10.1854", "GEBDATUM": "22.02.1814", "STBDATUM": "02.02.1894"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-216"}, "ids-in-source": {"g55": "01-216"}}, "raw": {"DAY": "22-2-1814", "HOUR": "12 h.", "NAME": "* FREMY Edmond", "PLACE": "Versailles (Seine-et-Oise)."}, "date": "2023-08-20T14:47:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21905	mccabe-frank-1927-06-30	{"rawlins-ertel-irving": "244"}	{"csicop": "CS-244"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frank", "family": "McCabe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1927-06-30 04:35", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.51667, "lat": 47.23333, "name": null, "geoid": null}, "notime": null, "date-ut": "1927-06-30 10:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Frank", "family": "McCabe"}, "birth": {"tzo": "-06:00", "date": "1927-06-30 04:35", "place": {"c2": "MN", "cy": "US", "lg": -93.51667, "lat": 47.23333}, "date-ut": "1927-06-30 10:35"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "244"}}, "raw": {"LA1": "47", "LA2": "14", "LO1": "93", "LO2": "31", "AMPM": "A", "MARS": "31", "NAME": "McCabe", "BATCH": "3", "Satz#": "244", "GEBDAT": "30 6 1927", "GEBORT": "MN", "GEBZEIT": "4 35", "VORNAME": "Frank", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21906	mccaffrey-john-1938-12-24	{"rawlins-ertel-irving": "245"}	{"csicop": "CS-245"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "McCaffrey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1938-12-24 17:32", "note": null, "place": {"c1": null, "c2": "AZ", "c3": null, "cy": "US", "lg": -110.96667, "lat": 32.21667, "name": null, "geoid": null}, "notime": null, "date-ut": "1938-12-25 00:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "John", "family": "McCaffrey"}, "birth": {"tzo": "-07:00", "date": "1938-12-24 17:32", "place": {"c2": "AZ", "cy": "US", "lg": -110.96667, "lat": 32.21667}, "date-ut": "1938-12-25 00:32"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "245"}}, "raw": {"LA1": "32", "LA2": "13", "LO1": "110", "LO2": "58", "AMPM": "P", "MARS": "23", "NAME": "McCaffrey", "BATCH": "3", "Satz#": "245", "GEBDAT": "24 12 1938", "GEBORT": "AZ", "GEBZEIT": "5 32", "VORNAME": "John", "SPORTART": "BASK", "ZEITZONE": "7"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
17082	mc-adoo-robert-1951-09-25	{"d10": "847", "3a_sports": "2780", "rawlins-ertel-irving": "243"}	{"ertel": "ES-2780", "csicop": "CS-243", "lerrcp": "D10-847"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Mc Adoo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1951-09-25 19:38", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -79.8, "lat": 36.06667, "name": "Greensboro", "geoid": null}, "notime": null, "date-ut": "1951-09-26 00:38"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Mc Adoo"}, "birth": {"tzo": "-05:00", "date": "1951-09-25 19:38", "place": {"c2": "NC", "cy": "US", "lg": -79.8, "lat": 36.06667, "name": "Greensboro"}, "date-ut": "1951-09-26 00:38"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "847"}}, "raw": {"H": "19:38", "TZ": "5h", "DAY": "25", "LAT": "36N4", "LON": "79W48", "MON": "9", "NUM": "847", "PRO": "SP", "YEA": "1951", "CICO": "Greensboro, NC", "NAME": "Mc Adoo Robert"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["basketball-player"]], "ids-in-sources": {"rawlins-ertel-irving": "243"}}, "raw": {"LA1": "36", "LA2": "4", "LO1": "79", "LO2": "48", "AMPM": "P", "MARS": "24", "NAME": "Mc Adoo", "BATCH": "3", "Satz#": "243", "GEBDAT": "25 9 1951", "GEBORT": "NC", "GEBZEIT": "7 38", "VORNAME": "Robert", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["basketball-player"], "partial-ids": {"ertel": "ES-2780"}}, "raw": {"L": "", "MF": "", "NR": "2780", "ENG": "", "MA_": "0", "G_NR": "808", "MA12": "8", "MARS": "24", "NAME": "McAdoo", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-9,200", "CSINR": "243", "KURTZ": "", "PHAS_": "33,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "25.09.", "ZITATE": "B", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "25.09.1951", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17093	mc-covey-willy-1938-01-10	{"d10": "858", "3a_sports": "2783", "rawlins-ertel-irving": "246"}	{"ertel": "ES-2783", "csicop": "CS-246", "lerrcp": "D10-858"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willy", "family": "Mc Covey", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1938-01-10 12:15", "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "US", "lg": -88.05, "lat": 30.68333, "name": "Mobile", "geoid": null}, "notime": null, "date-ut": "1938-01-10 18:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["baseball-player"]	5	null	[{"new": {"name": {"given": "Willy", "family": "Mc Covey"}, "birth": {"tzo": "-06:00", "date": "1938-01-10 12:15", "place": {"c2": "AL", "cy": "US", "lg": -88.05, "lat": 30.68333, "name": "Mobile"}, "date-ut": "1938-01-10 18:15"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "858"}}, "raw": {"H": "12:15", "TZ": "6h", "DAY": "10", "LAT": "30N41", "LON": "88W3", "MON": "1", "NUM": "858", "PRO": "SP", "YEA": "1938", "CICO": "Mobile, AL", "NAME": "Mc Covey Willy"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["baseball-player"]], "ids-in-sources": {"rawlins-ertel-irving": "246"}}, "raw": {"LA1": "30", "LA2": "41", "LO1": "88", "LO2": "3", "AMPM": "P", "MARS": "4", "NAME": "McCovey", "BATCH": "1", "Satz#": "246", "GEBDAT": "10 1 1938", "GEBORT": "AL", "GEBZEIT": "12 15", "VORNAME": "Willy", "SPORTART": "BASE", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["baseball-player"], "partial-ids": {"ertel": "ES-2783"}}, "raw": {"L": "", "MF": "", "NR": "2783", "ENG": "", "MA_": "1", "G_NR": "819", "MA12": "2", "MARS": "4", "NAME": "McCovey", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "10,800", "CSINR": "246", "KURTZ": "", "PHAS_": "54,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "10.01.", "ZITATE": "B", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Willy Lee", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "10.01.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASE", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2372	gallard-theophile-1828-02-10	{"a2": "285", "g55": "01-219", "afd5": "385"}	{"g55": "01-219", "lerrcp": "A2-285", "muller": "M5-385"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Theophile", "family": "Gallard", "spouse": [], "official": {"given": "Théophile", "family": null}}	\N	{"lmt": null, "tzo": "+00:07:29", "date": "1828-02-10 23:00", "note": null, "place": {"c1": null, "c2": "23", "c3": null, "cy": "FR", "lg": 1.87166, "lat": 46.17185, "name": "Guéret", "geoid": 3014383}, "notime": null, "date-ut": "1828-02-10 22:52:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Theophile", "family": "Gallard"}, "birth": {"tzo": "+00:07:29", "date": "1828-02-10 23:00", "place": {"c2": "23", "cy": "FR", "lg": 1.87166, "lat": 46.17185, "name": "Guéret", "geoid": 3014383}, "date-ut": "1828-02-10 22:52:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-285"}, "ids-in-sources": {"a2": "285"}}, "raw": {"H": "22", "MN": "52", "TZ": "0", "COD": "23", "COU": "F", "DAY": "10", "LAT": "46N17", "LON": "1E52", "MON": "2", "NUM": "285", "PRO": "S", "SEC": "32", "YEA": "1828", "CITY": "GUERET"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Gallard", "official": {"given": "Théophile"}}, "birth": {"date": "1828-02-10 23:00", "place": {"name": "Guéret"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "385"}}, "raw": {"NR": "385", "GNR": "SA2285", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1828", "KORR": "", "MARS": "33", "MODE": "LMT", "MOND": "31", "NAME": "GALLARD (THÉOPHILE).", "AUFAB": "-11.00", "PHAS_": "37.400", "SONNE": "26", "VENUS": "23", "BREITE": "46 N 10", "GEBORT": "Guéret (Creuse)", "LAENGE": "001 E 52", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "11", "GEBZEIT": "23.00", "JUPITER": "35", "ELECTAGE": "60,2", "ELECTDAT": "30.03.1888", "GEBDATUM": "10.02.1828", "STBDATUM": "31.01.1887"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-219"}, "ids-in-source": {"g55": "01-219"}}, "raw": {"DAY": "10-2-1828", "HOUR": "23 h.", "NAME": "GALLARD Théophile", "PLACE": "Guéret (Creuse)."}, "date": "2023-08-20T14:47:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
11026	schubert-georges-1846-10-12	{"a4": "2274", "g55": "01-220"}	{"g55": "01-220", "lerrcp": "A4-2274"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Schubert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1846-10-12 01:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1846-10-12 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician", "physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Schubert"}, "birth": {"tzo": "+00:09:24", "date": "1846-10-12 01:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1846-10-12 00:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2274"}, "ids-in-sources": {"a4": "2274"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "12", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "2274", "PRO": "M", "SEC": "40", "YEA": "1846", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "01-220"}, "ids-in-source": {"g55": "01-220"}}, "raw": {"DAY": "12-10-1846", "HOUR": "21 h.", "NAME": "GALTIER Victor Pierre", "PLACE": "Langogne (Lozère)."}, "date": "2023-08-20T14:47:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21908	mckinney-horace-1919-01-01	{"rawlins-ertel-irving": "248"}	{"csicop": "CS-248"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Horace", "family": "McKinney", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1919-01-01 08:00", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -76.58333, "lat": 35.3, "name": null, "geoid": null}, "notime": null, "date-ut": "1919-01-01 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Horace", "family": "McKinney"}, "birth": {"tzo": "-05:00", "date": "1919-01-01 08:00", "place": {"c2": "NC", "cy": "US", "lg": -76.58333, "lat": 35.3}, "date-ut": "1919-01-01 13:00"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "248"}}, "raw": {"LA1": "35", "LA2": "18", "LO1": "76", "LO2": "35", "AMPM": "A", "MARS": "35", "NAME": "McKinney", "BATCH": "3", "Satz#": "248", "GEBDAT": "1 1 1919", "GEBORT": "NC", "GEBZEIT": "8 0", "VORNAME": "Horace", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21909	mcneil-clifton-1939-05-25	{"rawlins-ertel-irving": "249"}	{"csicop": "CS-249"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clifton", "family": "McNeil", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1939-05-25 09:30", "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "US", "lg": -88.05, "lat": 30.68333, "name": null, "geoid": null}, "notime": null, "date-ut": "1939-05-25 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Clifton", "family": "McNeil"}, "birth": {"tzo": "-06:00", "date": "1939-05-25 09:30", "place": {"c2": "AL", "cy": "US", "lg": -88.05, "lat": 30.68333}, "date-ut": "1939-05-25 15:30"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "249"}}, "raw": {"LA1": "30", "LA2": "41", "LO1": "88", "LO2": "3", "AMPM": "A", "MARS": "19", "NAME": "McNeil", "BATCH": "2", "Satz#": "249", "GEBDAT": "25 5 1939", "GEBORT": "AL", "GEBZEIT": "9 30", "VORNAME": "Clifton", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21910	mcphee-frank-1931-03-19	{"rawlins-ertel-irving": "250"}	{"csicop": "CS-250"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frank", "family": "McPhee", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1931-03-19 07:30", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -80.65, "lat": 41.1, "name": null, "geoid": null}, "notime": null, "date-ut": "1931-03-19 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Frank", "family": "McPhee"}, "birth": {"tzo": "-05:00", "date": "1931-03-19 07:30", "place": {"c2": "OH", "cy": "US", "lg": -80.65, "lat": 41.1}, "date-ut": "1931-03-19 12:30"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "250"}}, "raw": {"LA1": "41", "LA2": "6", "LO1": "80", "LO2": "39", "AMPM": "A", "MARS": "25", "NAME": "McPhee", "BATCH": "2", "Satz#": "250", "GEBDAT": "19 3 1931", "GEBORT": "OH", "GEBZEIT": "7 30", "VORNAME": "Frank", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21911	mencel-charles-1933-04-21	{"rawlins-ertel-irving": "251"}	{"csicop": "CS-251"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Mencel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1933-04-21 16:00", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -90.4, "lat": 45.68333, "name": null, "geoid": null}, "notime": null, "date-ut": "1933-04-21 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Mencel"}, "birth": {"tzo": "-06:00", "date": "1933-04-21 16:00", "place": {"c2": "WI", "cy": "US", "lg": -90.4, "lat": 45.68333}, "date-ut": "1933-04-21 22:00"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "251"}}, "raw": {"LA1": "45", "LA2": "41", "LO1": "90", "LO2": "24", "AMPM": "P", "MARS": "4", "NAME": "Mencel", "BATCH": "3", "Satz#": "251", "GEBDAT": "21 4 1933", "GEBORT": "WI", "GEBZEIT": "4 0", "VORNAME": "Charles", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21912	merz-curtis-1938-04-17	{"rawlins-ertel-irving": "252"}	{"csicop": "CS-252"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Curtis", "family": "Merz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1938-04-17 17:50", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.16667, "lat": 40.73333, "name": null, "geoid": null}, "notime": null, "date-ut": "1938-04-17 22:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Curtis", "family": "Merz"}, "birth": {"tzo": "-05:00", "date": "1938-04-17 17:50", "place": {"c2": "NJ", "cy": "US", "lg": -74.16667, "lat": 40.73333}, "date-ut": "1938-04-17 22:50"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "252"}}, "raw": {"LA1": "40", "LA2": "44", "LO1": "74", "LO2": "10", "AMPM": "P", "MARS": "15", "NAME": "Merz", "BATCH": "2", "Satz#": "252", "GEBDAT": "17 4 1938", "GEBORT": "NJ", "GEBZEIT": "5 50", "VORNAME": "Curtis", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21913	miller-creighton-1922-09-26	{"rawlins-ertel-irving": "253"}	{"csicop": "CS-253"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Creighton", "family": "Miller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1922-09-26 23:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": null, "geoid": null}, "notime": null, "date-ut": "1922-09-27 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Creighton", "family": "Miller"}, "birth": {"tzo": "-05:00", "date": "1922-09-26 23:00", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5}, "date-ut": "1922-09-27 04:00"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "253"}}, "raw": {"LA1": "41", "LA2": "30", "LO1": "81", "LO2": "42", "AMPM": "P", "MARS": "19", "NAME": "Miller", "BATCH": "2", "Satz#": "253", "GEBDAT": "26 9 1922", "GEBORT": "OH", "GEBZEIT": "11 0", "VORNAME": "Creighton", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
17139	mitchell-lydell-1949-05-30	{"d10": "905", "3a_sports": "2883", "rawlins-ertel-irving": "255"}	{"ertel": "ES-2883", "csicop": "CS-255", "lerrcp": "D10-905"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lydell", "family": "Mitchell", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-04:00", "date": "1949-05-30 02:59", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -75.46667, "lat": 39.56667, "name": "Salem", "geoid": null}, "notime": null, "date-ut": "1949-05-30 06:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Lydell", "family": "Mitchell"}, "birth": {"tzo": "-04:00", "date": "1949-05-30 02:59", "place": {"c2": "NJ", "cy": "US", "lg": -75.46667, "lat": 39.56667, "name": "Salem"}, "date-ut": "1949-05-30 06:59"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "905"}}, "raw": {"H": "02:59", "TZ": "4h", "DAY": "30", "LAT": "39N34", "LON": "75W28", "MON": "5", "NUM": "905", "PRO": "SP", "YEA": "1949", "CICO": "Salem, NJ", "NAME": "Mitchell Lydell"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "255"}}, "raw": {"LA1": "39", "LA2": "34", "LO1": "75", "LO2": "28", "AMPM": "A", "MARS": "33", "NAME": "Mitchell", "BATCH": "1", "Satz#": "255", "GEBDAT": "30 5 1949", "GEBORT": "NJ", "GEBZEIT": "2 59", "VORNAME": "Lydell", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-2883"}}, "raw": {"L": "", "MF": "", "NR": "2883", "ENG": "", "MA_": "0", "G_NR": "905", "MA12": "11", "MARS": "33", "NAME": "Mitchell", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "3,400", "CSINR": "255", "KURTZ": "", "PHAS_": "4,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "30.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Lydell", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.05.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17157	morin-milt-1942-10-15	{"d10": "923", "3a_sports": "2955", "rawlins-ertel-irving": "256"}	{"ertel": "ES-2955", "csicop": "CS-256", "lerrcp": "D10-923"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Milt", "family": "Morin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-04:00", "date": "1942-10-15 20:30", "note": null, "place": {"c1": null, "c2": "MA", "c3": null, "cy": "US", "lg": -71.76667, "lat": 42.53333, "name": "Leominster", "geoid": null}, "notime": null, "date-ut": "1942-10-16 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Milt", "family": "Morin"}, "birth": {"tzo": "-04:00", "date": "1942-10-15 20:30", "place": {"c2": "MA", "cy": "US", "lg": -71.76667, "lat": 42.53333, "name": "Leominster"}, "date-ut": "1942-10-16 00:30"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "923"}}, "raw": {"H": "20:30", "TZ": "4h", "DAY": "15", "LAT": "42N32", "LON": "71W46", "MON": "10", "NUM": "923", "PRO": "SP", "YEA": "1942", "CICO": "Leominster, MA", "NAME": "Morin Milt"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "256"}}, "raw": {"LA1": "42", "LA2": "32", "LO1": "71", "LO2": "45", "AMPM": "P", "MARS": "22", "NAME": "Morin", "BATCH": "1", "Satz#": "256", "GEBDAT": "15 10 1942", "GEBORT": "MA", "GEBZEIT": "8 30", "VORNAME": "Milt", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-2955"}}, "raw": {"L": "", "MF": "", "NR": "2955", "ENG": "", "MA_": "0", "G_NR": "923", "MA12": "8", "MARS": "22", "NAME": "Morin", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "9,800", "CSINR": "256", "KURTZ": "", "PHAS_": "28,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "15.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Milt", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.10.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2376	garreau-lazare-1812-03-16	{"a2": "289", "g55": "01-221", "afd5": "391"}	{"g55": "01-221", "lerrcp": "A2-289", "muller": "M5-391"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Lazare", "family": "Garreau", "spouse": [], "official": {"given": "Lazare", "family": null}}	\N	{"lmt": null, "tzo": "+00:17:12", "date": "1812-03-16 16:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.29869, "lat": 46.95104, "name": "Autun", "geoid": 3035883}, "notime": null, "date-ut": "1812-03-16 15:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Lazare", "family": "Garreau"}, "birth": {"tzo": "+00:17:12", "date": "1812-03-16 16:00", "place": {"c2": "71", "cy": "FR", "lg": 4.29869, "lat": 46.95104, "name": "Autun", "geoid": 3035883}, "date-ut": "1812-03-16 15:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-289"}, "ids-in-sources": {"a2": "289"}}, "raw": {"H": "15", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "16", "LAT": "46N18", "LON": "4E50", "MON": "3", "NUM": "289", "PRO": "S", "SEC": "40", "YEA": "1812", "CITY": "AUTUN"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Garreau", "official": {"given": "Lazare"}}, "birth": {"date": "1812-03-16 16:00", "place": {"name": "Autun"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "391"}}, "raw": {"NR": "391", "GNR": "SA2289", "JU_": "0", "MA_": "2", "MO_": "2", "SA_": "0", "SO_": "0", "VE_": "2", "CODE": "3", "JAHR": "1812", "KORR": "", "MARS": "11", "MODE": "LMT", "MOND": "11", "NAME": "GARREAU (LAZARE).", "AUFAB": "6.40", "PHAS_": "11.000", "SONNE": "15", "VENUS": "12", "BREITE": "46 N 18", "GEBORT": "Autun (Saône-et-Loire)", "LAENGE": "004 E 50", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "24", "GEBZEIT": "16.00", "JUPITER": "7", "ELECTAGE": "70,8", "ELECTDAT": "05.12.1882", "GEBDATUM": "16.03.1812", "STBDATUM": "16.11.1892"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-221"}, "ids-in-source": {"g55": "01-221"}}, "raw": {"DAY": "16-3-1812", "HOUR": "16 h.", "NAME": "GARREAU Lazare", "PLACE": "Autun (Saône-et-Loire)."}, "date": "2023-08-20T14:47:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2379	gaudier-henri-1866-04-06	{"a2": "292", "g55": "01-224", "afd5": "397"}	{"g55": "01-224", "lerrcp": "A2-292", "muller": "M5-397"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri", "family": "Gaudier", "spouse": [], "official": {"given": "Henri", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:19", "date": "1866-04-06 07:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.82823, "lat": 46.31407, "name": "Màcon", "geoid": 2996882}, "notime": null, "date-ut": "1866-04-06 06:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Gaudier"}, "birth": {"tzo": "+00:19:19", "date": "1866-04-06 07:00", "place": {"c2": "71", "cy": "FR", "lg": 4.82823, "lat": 46.31407, "name": "Mâcon", "geoid": 2996882}, "date-ut": "1866-04-06 06:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-292"}, "ids-in-sources": {"a2": "292"}}, "raw": {"H": "6", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "6", "LAT": "46N18", "LON": "4E50", "MON": "4", "NUM": "292", "PRO": "S", "SEC": "40", "YEA": "1866", "CITY": "MACON"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Gaudier", "official": {"given": "Henri"}}, "birth": {"date": "1866-04-06 07:00", "place": {"name": "Màcon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "397"}}, "raw": {"NR": "397", "GNR": "SA2292", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1866", "KORR": "", "MARS": "5", "MODE": "LMT", "MOND": "14", "NAME": "GAUDIER (HENRI).", "AUFAB": "-8.00", "PHAS_": "72.500", "SONNE": "2", "VENUS": "2", "BREITE": "46 N 18", "GEBORT": "Màcon (Saône-et-Loire)", "LAENGE": "004 E 50", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "19", "GEBZEIT": "07.00", "JUPITER": "9", "ELECTAGE": "56,7", "ELECTDAT": "05.12.1922", "GEBDATUM": "06.04.1866", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-224"}, "ids-in-source": {"g55": "01-224"}}, "raw": {"DAY": "6-8-1866", "HOUR": "7 h.", "NAME": "GAUDIER Henri", "PLACE": "Macon (Saône-et-Loire)."}, "date": "2023-08-20T14:47:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2381	gavarret-louis-1809-01-28	{"a2": "294", "g55": "01-226", "afd5": "403"}	{"g55": "01-226", "lerrcp": "A2-294", "muller": "M5-403"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Gavarret", "spouse": [], "official": {"given": "Louis Dominique Jules", "family": null}}	\N	{"lmt": null, "tzo": "+00:02:36", "date": "1809-01-28 04:00", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.6512, "lat": 44.06337, "name": "Astaffort", "geoid": 3036495}, "notime": null, "date-ut": "1809-01-28 03:57:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Gavarret"}, "birth": {"tzo": "+00:02:36", "date": "1809-01-28 04:00", "place": {"c2": "47", "cy": "FR", "lg": 0.6512, "lat": 44.06337, "name": "Astaffort", "geoid": 3036495}, "date-ut": "1809-01-28 03:57:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-294"}, "ids-in-sources": {"a2": "294"}}, "raw": {"H": "3", "MN": "57", "TZ": "0", "COD": "47", "COU": "F", "DAY": "28", "LAT": "44N12", "LON": "0E38", "MON": "1", "NUM": "294", "PRO": "S", "SEC": "28", "YEA": "1809", "CITY": "ASTAFFORT"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Gavarret", "official": {"given": "Louis Dominique Jules"}}, "birth": {"date": "1809-01-28 04:00", "place": {"name": "Astaffort"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "403"}}, "raw": {"NR": "403", "GNR": "SA2294", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "2", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1809", "KORR": "", "MARS": "8", "MODE": "LMT", "MOND": "17", "NAME": "GAVARRET (LOUIS DOMINIQUE JULES).", "AUFAB": "7.00", "PHAS_": "87.200", "SONNE": "32", "VENUS": "29", "BREITE": "44 N 12", "GEBORT": "Astaffort (Lot-et-Garonne)", "LAENGE": "000 E 38", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "3", "GEBZEIT": "04.00", "JUPITER": "29", "ELECTAGE": "49,6", "ELECTDAT": "31.08.1858", "GEBDATUM": "28.01.1809", "STBDATUM": "21.08.1890"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-226"}, "ids-in-source": {"g55": "01-226"}}, "raw": {"DAY": "28-1-1809", "HOUR": "4 h.", "NAME": "GAVARRET Louis Dom.", "PLACE": "Astaffort (Lot-et-Garonne)."}, "date": "2023-08-20T14:47:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2384	gerdy-joseph-1809-03-20	{"a2": "297", "g55": "01-229", "afd5": "406"}	{"g55": "01-229", "lerrcp": "A2-297", "muller": "M5-406"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Joseph", "family": "Gerdy", "spouse": [], "official": {"given": "Joseph Vulfranc", "family": null}}	\N	{"lmt": null, "tzo": "+00:16:20", "date": "1809-03-20 02:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "Loches", "geoid": 0}, "notime": null, "date-ut": "1809-03-20 01:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Gerdy"}, "birth": {"tzo": "+00:16:20", "date": "1809-03-20 02:00", "place": {"c2": "10", "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "Loches", "geoid": 0}, "date-ut": "1809-03-20 01:43:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-297"}, "ids-in-sources": {"a2": "297"}}, "raw": {"H": "1", "MN": "43", "TZ": "0", "COD": "10", "COU": "F", "DAY": "20", "LAT": "48N18", "LON": "4E 5", "MON": "3", "NUM": "297", "PRO": "S", "SEC": "40", "YEA": "1809", "CITY": "LOCHES"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Gerdy", "official": {"given": "Joseph Vulfranc"}}, "birth": {"date": "1809-03-20 02:00", "place": {"name": "Loches"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "406"}}, "raw": {"NR": "406", "GNR": "SA2297", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1809", "KORR": "", "MARS": "10", "MODE": "LMT", "MOND": "26", "NAME": "GERDY (JOSEPH VULFRANC).", "AUFAB": "5.90", "PHAS_": "13.600", "SONNE": "30", "VENUS": "26", "BREITE": "48 N 18", "GEBORT": "Loches (Aube)", "LAENGE": "004 E 05", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "5", "GEBZEIT": "02.00", "JUPITER": "30", "ELECTAGE": "31,3", "ELECTDAT": "23.06.1840", "GEBDATUM": "20.03.1809", "STBDATUM": "16.09.1873"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Loches"}}, "partial-ids": {"g55": "01-229"}, "ids-in-source": {"g55": "01-229"}}, "raw": {"DAY": "20-3-1809", "HOUR": "2 h.", "NAME": "GERDY Joseph Vulf.", "PLACE": "Loches (Aube)."}, "date": "2023-08-20T14:47:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2388	gintrac-henri-1820-02-03	{"a2": "301", "g55": "01-233", "afd5": "412"}	{"g55": "01-233", "lerrcp": "A2-301", "muller": "M5-412"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri", "family": "Gintrac", "spouse": [], "official": {"given": "J B Henri", "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1820-02-03 11:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1820-02-03 10:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Gintrac"}, "birth": {"tzo": "-00:02:19", "date": "1820-02-03 10:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1820-02-03 10:57:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-301"}, "ids-in-sources": {"a2": "301"}}, "raw": {"H": "10", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "3", "LAT": "44N50", "LON": "0W34", "MON": "2", "NUM": "301", "PRO": "S", "SEC": "36", "YEA": "1820", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Gintrac", "official": {"given": "J B Henri"}}, "birth": {"date": "1820-02-03 11:00", "place": {"name": "Bordeaux"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "412"}}, "raw": {"NR": "412", "GNR": "SA2301", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1820", "KORR": "", "MARS": "28", "MODE": "LMT", "MOND": "21", "NAME": "GINTRAC (J... B... HENRI).", "AUFAB": "-5.40", "PHAS_": "88.000", "SONNE": "7", "VENUS": "4", "BREITE": "44 N 50", "GEBORT": "Bordeaux (Gironde)", "LAENGE": "000 W 34", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "3", "GEBZEIT": "11.00", "JUPITER": "6", "ELECTAGE": "51,6", "ELECTDAT": "05.09.1871", "GEBDATUM": "03.02.1820", "STBDATUM": "01.12.1878"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-233"}, "ids-in-source": {"g55": "01-233"}}, "raw": {"DAY": "3-2-1820", "HOUR": "11 h.", "NAME": "GINTRAC Henri", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:47:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2392	glenard-alexandre-1818-11-22	{"a2": "305", "g55": "01-235", "afd5": "420"}	{"g55": "01-235", "lerrcp": "A2-305", "muller": "M5-420"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alexandre", "family": "Glénard", "spouse": [], "official": {"given": "Benoît Marie Alexandre", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1818-11-22 05:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1818-11-22 04:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Glenard"}, "birth": {"tzo": "+00:19:23", "date": "1818-11-22 05:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1818-11-22 04:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-305"}, "ids-in-sources": {"a2": "305"}}, "raw": {"H": "4", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "22", "LAT": "45N46", "LON": "4E50", "MON": "11", "NUM": "305", "PRO": "S", "SEC": "40", "YEA": "1818", "CITY": "LYON"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Glénard", "official": {"given": "Benoît Marie Alexandre"}}, "birth": {"date": "1818-11-22 05:00", "place": {"name": "Lyon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "420"}}, "raw": {"NR": "420", "GNR": "SA2305", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "0", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1818", "KORR": "", "MARS": "34", "MODE": "LMT", "MOND": "7", "NAME": "GLÉNARD (BENOIT MARIE ALEXANDRE).", "AUFAB": "-10.00", "PHAS_": "41.100", "SONNE": "34", "VENUS": "30", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "25", "GEBZEIT": "05.00", "JUPITER": "30", "ELECTAGE": "56,7", "ELECTDAT": "27.07.1875", "GEBDATUM": "22.11.1818", "STBDATUM": "27.04.1894"}, "date": "2023-08-20T14:44:22+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-235"}, "ids-in-source": {"g55": "01-235"}}, "raw": {"DAY": "22-11-1818", "HOUR": "5 h.", "NAME": "\\fGLENARD Alexandre", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:47:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21914	motta-dick-1931-09-03	{"rawlins-ertel-irving": "257"}	{"csicop": "CS-257"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dick", "family": "Motta", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1931-09-03 18:07", "note": null, "place": {"c1": null, "c2": "UT", "c3": null, "cy": "US", "lg": -111.9, "lat": 40.6, "name": null, "geoid": null}, "notime": null, "date-ut": "1931-09-04 01:07"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Dick", "family": "Motta"}, "birth": {"tzo": "-07:00", "date": "1931-09-03 18:07", "place": {"c2": "UT", "cy": "US", "lg": -111.9, "lat": 40.6}, "date-ut": "1931-09-04 01:07"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "257"}}, "raw": {"LA1": "40", "LA2": "36", "LO1": "111", "LO2": "54", "AMPM": "P", "MARS": "15", "NAME": "Motta", "BATCH": "3", "Satz#": "257", "GEBDAT": "3 9 1931", "GEBORT": "UT", "GEBZEIT": "6 7", "VORNAME": "Dick", "SPORTART": "BASK", "ZEITZONE": "7"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21915	nash-charles-1942-07-24	{"rawlins-ertel-irving": "260"}	{"csicop": "CS-260"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Nash", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1942-07-24 09:49", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.06667, "lat": 40.73333, "name": null, "geoid": null}, "notime": null, "date-ut": "1942-07-24 14:49"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Nash"}, "birth": {"tzo": "-05:00", "date": "1942-07-24 09:49", "place": {"c2": "NJ", "cy": "US", "lg": -74.06667, "lat": 40.73333}, "date-ut": "1942-07-24 14:49"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "260"}}, "raw": {"LA1": "40", "LA2": "44", "LO1": "74", "LO2": "4", "AMPM": "A", "MARS": "3", "NAME": "Nash", "BATCH": "3", "Satz#": "260", "GEBDAT": "24 7 1942", "GEBORT": "NJ", "GEBZEIT": "9 49", "VORNAME": "Charles", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
17172	murro-mark-1949-06-04	{"d10": "938", "3a_sports": "2994", "rawlins-ertel-irving": "259"}	{"ertel": "ES-2994", "csicop": "CS-259", "lerrcp": "D10-938"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mark", "family": "Murro", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-04:00", "date": "1949-06-04 05:10", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.16667, "lat": 40.73333, "name": "Newark", "geoid": null}, "notime": null, "date-ut": "1949-06-04 09:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Mark", "family": "Murro"}, "birth": {"tzo": "-04:00", "date": "1949-06-04 05:10", "place": {"c2": "NJ", "cy": "US", "lg": -74.16667, "lat": 40.73333, "name": "Newark"}, "date-ut": "1949-06-04 09:10"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "938"}}, "raw": {"H": "05:10", "TZ": "4h", "DAY": "4", "LAT": "40N44", "LON": "74W10", "MON": "6", "NUM": "938", "PRO": "SP", "YEA": "1949", "CICO": "Newark, NJ", "NAME": "Murro Mark"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "259"}}, "raw": {"LA1": "40", "LA2": "44", "LO1": "74", "LO2": "10", "AMPM": "A", "MARS": "1", "NAME": "Murro", "BATCH": "2", "Satz#": "259", "GEBDAT": "4 6 1949", "GEBORT": "NJ", "GEBZEIT": "5 10", "VORNAME": "Mark", "SPORTART": "TRAC", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-2994"}}, "raw": {"L": "", "MF": "", "NR": "2994", "ENG": "1", "MA_": "2", "G_NR": "938", "MA12": "1", "MARS": "1", "NAME": "Murro", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "11,200", "CSINR": "259", "KURTZ": "", "PHAS_": "48,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "04.06.", "ZITATE": "DT", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Mark", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "04.06.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2397	goris-albert-1874-07-30	{"a2": "310", "g55": "01-238", "afd5": "427"}	{"g55": "01-238", "lerrcp": "A2-310", "muller": "M5-427"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Albert", "family": "Goris", "spouse": [], "official": {"given": "Albert Ernest", "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1874-07-30 11:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Catillon-sur-Sambre", "geoid": 0}, "notime": null, "date-ut": "1874-07-30 10:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Goris"}, "birth": {"tzo": "+00:12:20", "date": "1874-07-30 11:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Catillon-sur-Samb", "geoid": 0}, "date-ut": "1874-07-30 10:47:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-310"}, "ids-in-sources": {"a2": "310"}}, "raw": {"H": "10", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "30", "LAT": "50N39", "LON": "3E 5", "MON": "7", "NUM": "310", "PRO": "S", "SEC": "40", "YEA": "1874", "CITY": "CATILLON-S/SAMB"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Goris", "official": {"given": "Albert Ernest"}}, "birth": {"date": "1874-07-30 11:00", "place": {"name": "Catillon-sur-Sambre"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "427"}}, "raw": {"NR": "427", "GNR": "SA2310", "JU_": "2", "MA_": "2", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "4", "JAHR": "1874", "KORR": "", "MARS": "9", "MODE": "LMT", "MOND": "25", "NAME": "GORIS (ALBERT ERNEST).", "AUFAB": "-0.80", "PHAS_": "99.000", "SONNE": "8", "VENUS": "4", "BREITE": "50 N 39", "GEBORT": "Catillon-sur-Sambre (Nord)", "LAENGE": "003 E 05", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "26", "GEBZEIT": "11.00", "JUPITER": "3", "ELECTAGE": "60,6", "ELECTDAT": "05.02.1935", "GEBDATUM": "30.07.1874", "STBDATUM": "28.06.1950"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Catillon-sur-Sambre"}}, "partial-ids": {"g55": "01-238"}, "ids-in-source": {"g55": "01-238"}}, "raw": {"DAY": "30-7-1874", "HOUR": "11 h.", "NAME": "GORIS Albert", "PLACE": "Catillon-sur-Sambre (Nord)."}, "date": "2023-08-20T14:47:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2401	grehant-louis-1838-04-02	{"a2": "314", "g55": "01-242", "afd5": "436"}	{"g55": "01-242", "lerrcp": "A2-314", "muller": "M5-436"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Gréhant", "spouse": [], "official": {"given": "Louis François Nestor", "family": null}}	\N	{"lmt": null, "tzo": "+00:14:31", "date": "1838-04-02 15:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.62714, "lat": 49.5631, "name": "Laon", "geoid": 3007477}, "notime": null, "date-ut": "1838-04-02 14:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Grehant"}, "birth": {"tzo": "+00:14:31", "date": "1838-04-02 15:00", "place": {"c2": "02", "cy": "FR", "lg": 3.62714, "lat": 49.5631, "name": "Laon", "geoid": 3007477}, "date-ut": "1838-04-02 14:45:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-314"}, "ids-in-sources": {"a2": "314"}}, "raw": {"H": "14", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "2", "LAT": "49N34", "LON": "3E37", "MON": "4", "NUM": "314", "PRO": "S", "SEC": "32", "YEA": "1838", "CITY": "LAON"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Gréhant", "official": {"given": "Louis François Nestor"}}, "birth": {"date": "1838-04-02 15:00", "place": {"name": "Laon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "436"}}, "raw": {"NR": "436", "GNR": "SA2314", "JU_": "2", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1838", "KORR": "", "MARS": "15", "MODE": "LMT", "MOND": "5", "NAME": "GRÉHANT (LOUIS FRANÇOIS NESTOR).", "AUFAB": "10.00", "PHAS_": "51.100", "SONNE": "14", "VENUS": "18", "BREITE": "49 N 34", "GEBORT": "Laon (Aisne)", "LAENGE": "003 E 37", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "27", "GEBZEIT": "15.00", "JUPITER": "36", "ELECTAGE": "67,2", "ELECTDAT": "30.05.1905", "GEBDATUM": "02.04.1838", "STBDATUM": "26.03.1910"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-242"}, "ids-in-source": {"g55": "01-242"}}, "raw": {"DAY": "2-4-1838", "HOUR": "15 h.", "NAME": "GREHANT Louis", "PLACE": "Laon (Aisne)."}, "date": "2023-08-20T14:47:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2402	grimbert-louis-1860-03-14	{"a2": "315", "g55": "01-243", "afd5": "437"}	{"g55": "01-243", "lerrcp": "A2-315", "muller": "M5-437"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Grimbert", "spouse": [], "official": {"given": "Louis Léon", "family": null}}	\N	{"lmt": null, "tzo": "+00:08:20", "date": "1860-03-14 00:15", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Crépy", "geoid": 0}, "notime": null, "date-ut": "1860-03-14 00:06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Grimbert"}, "birth": {"tzo": "+00:08:20", "date": "1860-03-14 00:15", "place": {"c2": "60", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Crepy", "geoid": 0}, "date-ut": "1860-03-14 00:06:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-315"}, "ids-in-sources": {"a2": "315"}}, "raw": {"H": "0", "MN": "6", "TZ": "0", "COD": "60", "COU": "F", "DAY": "14", "LAT": "49N26", "LON": "2E 5", "MON": "3", "NUM": "315", "PRO": "S", "SEC": "40", "YEA": "1860", "CITY": "CREPY"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Grimbert", "official": {"given": "Louis Léon"}}, "birth": {"date": "1860-03-14 00:15", "place": {"name": "Crépyen-Valois"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "437"}}, "raw": {"NR": "437", "GNR": "SA2315", "JU_": "0", "MA_": "0", "MO_": "0", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1860", "KORR": "", "MARS": "34", "MODE": "LMT", "MOND": "34", "NAME": "GRIMBERT (LOUIS LÉON).", "AUFAB": "-10.30", "PHAS_": "54.000", "SONNE": "28", "VENUS": "23", "BREITE": "49 N 26", "GEBORT": "Crépyen-Valois (Oise)", "LAENGE": "002 E 05", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "12", "GEBZEIT": "00.15", "JUPITER": "15", "ELECTAGE": "52,3", "ELECTDAT": "25.06.1912", "GEBDATUM": "14.03.1860", "STBDATUM": "25.09.1931"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Crépy"}}, "partial-ids": {"g55": "01-243"}, "ids-in-source": {"g55": "01-243"}}, "raw": {"DAY": "14-3-1860", "HOUR": "0 h. 15", "NAME": "GRIMBERT Louis", "PLACE": "Crépy (Oise)."}, "date": "2023-08-20T14:47:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21916	nelson-albert-1943-10-27	{"rawlins-ertel-irving": "261"}	{"csicop": "CS-261"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Nelson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1943-10-27 06:20", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.51667, "lat": 39.1, "name": null, "geoid": null}, "notime": null, "date-ut": "1943-10-27 12:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Nelson"}, "birth": {"tzo": "-06:00", "date": "1943-10-27 06:20", "place": {"c2": "OH", "cy": "US", "lg": -84.51667, "lat": 39.1}, "date-ut": "1943-10-27 12:20"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "261"}}, "raw": {"LA1": "39", "LA2": "6", "LO1": "84", "LO2": "31", "AMPM": "A", "MARS": "13", "NAME": "Nelson", "BATCH": "2", "Satz#": "261", "GEBDAT": "27 10 1943", "GEBORT": "OH", "GEBZEIT": "6 20", "VORNAME": "Albert", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21917	noll-charles-1932-01-05	{"rawlins-ertel-irving": "263"}	{"csicop": "CS-263"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Noll", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1932-01-05 02:42", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": null, "geoid": null}, "notime": null, "date-ut": "1932-01-05 07:42"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Noll"}, "birth": {"tzo": "-05:00", "date": "1932-01-05 02:42", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5}, "date-ut": "1932-01-05 07:42"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "263"}}, "raw": {"LA1": "41", "LA2": "30", "LO1": "81", "LO2": "42", "AMPM": "A", "MARS": "30", "NAME": "Noll", "BATCH": "2", "Satz#": "263", "GEBDAT": "5 1 1932", "GEBORT": "OH", "GEBZEIT": "2 42", "VORNAME": "Charles", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21918	norlander-john-1921-03-05	{"rawlins-ertel-irving": "264"}	{"csicop": "CS-264"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Norlander", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1921-03-05 22:00", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -92.53333, "lat": 47.51667, "name": null, "geoid": null}, "notime": null, "date-ut": "1921-03-06 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "John", "family": "Norlander"}, "birth": {"tzo": "-06:00", "date": "1921-03-05 22:00", "place": {"c2": "MN", "cy": "US", "lg": -92.53333, "lat": 47.51667}, "date-ut": "1921-03-06 04:00"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "264"}}, "raw": {"LA1": "47", "LA2": "31", "LO1": "92", "LO2": "32", "AMPM": "P", "MARS": "21", "NAME": "Norlander", "BATCH": "3", "Satz#": "264", "GEBDAT": "5 3 1921", "GEBORT": "MN", "GEBZEIT": "10 0", "VORNAME": "John", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
2409	guerin-alphonse-1816-08-09	{"a2": "322", "g55": "01-250", "afd5": "445"}	{"g55": "01-250", "lerrcp": "A2-322", "muller": "M5-445"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alphonse", "family": "Guérin", "spouse": [], "official": {"given": "Alphonse François Marie", "family": null}}	\N	{"lmt": null, "tzo": "-00:09:35", "date": "1816-08-09 10:30", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -2.39746, "lat": 47.93167, "name": "Ploërmel", "geoid": 2986729}, "notime": null, "date-ut": "1816-08-09 10:40:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Guerin"}, "birth": {"tzo": "-00:09:35", "date": "1816-08-09 10:30", "place": {"c2": "56", "cy": "FR", "lg": -2.39746, "lat": 47.93167, "name": "Ploërmel", "geoid": 2986729}, "date-ut": "1816-08-09 10:40:56"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-322"}, "ids-in-sources": {"a2": "322"}}, "raw": {"H": "10", "MN": "40", "TZ": "0", "COD": "56", "COU": "F", "DAY": "9", "LAT": "47N40", "LON": "2W44", "MON": "8", "NUM": "322", "PRO": "S", "SEC": "56", "YEA": "1816", "CITY": "PLOERMEL"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Guérin", "official": {"given": "Alphonse François Marie"}}, "birth": {"date": "1816-08-09 10:30", "place": {"name": "Ploërmel"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "445"}}, "raw": {"NR": "445", "GNR": "SA2322", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1816", "KORR": "", "MARS": "6", "MODE": "LMT", "MOND": "24", "NAME": "GUÉRIN (ALPHONSE FRANÇOIS MARIE).", "AUFAB": "-0.80", "PHAS_": "99.000", "SONNE": "8", "VENUS": "7", "BREITE": "47 N 40", "GEBORT": "Ploërmel (Morbihan)", "LAENGE": "002 W 44", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "25", "GEBZEIT": "10.30", "JUPITER": "35", "ELECTAGE": "52,0", "ELECTDAT": "21.07.1868", "GEBDATUM": "09.08.1816", "STBDATUM": "21.02.1895"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-250"}, "ids-in-source": {"g55": "01-250"}}, "raw": {"DAY": "9-4-1816", "HOUR": "10 h. 30", "NAME": "GUERIN Alphonse", "PLACE": "Ploermel (Morbihan)."}, "date": "2023-08-20T14:47:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2417	halipre-andre-1866-11-21	{"a2": "330", "g55": "01-257", "afd5": "457"}	{"g55": "01-257", "lerrcp": "A2-330", "muller": "M5-457"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "André", "family": "Halipré", "spouse": [], "official": {"given": "André Jean Marie", "family": null}}	\N	{"lmt": null, "tzo": "+00:04:24", "date": "1866-11-21 05:30", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1866-11-21 05:25:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Halipre"}, "birth": {"tzo": "+00:04:24", "date": "1866-11-21 05:30", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1866-11-21 05:25:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-330"}, "ids-in-sources": {"a2": "330"}}, "raw": {"H": "5", "MN": "25", "TZ": "0", "COD": "76", "COU": "F", "DAY": "21", "LAT": "49N26", "LON": "1E 5", "MON": "11", "NUM": "330", "PRO": "S", "SEC": "40", "YEA": "1866", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Halipré", "official": {"given": "André Jean Marie"}}, "birth": {"date": "1866-11-21 05:30", "place": {"name": "Rouen"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "457"}}, "raw": {"NR": "457", "GNR": "SA2330", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1866", "KORR": "", "MARS": "11", "MODE": "LMT", "MOND": "18", "NAME": "HALIPRÉ (ANDRÉ JEAN MARIE).", "AUFAB": "5.40", "PHAS_": "96.800", "SONNE": "34", "VENUS": "31", "BREITE": "49 N 26", "GEBORT": "Rouen (Seine-Inférieure)", "LAENGE": "001 E 05", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "36", "GEBZEIT": "05.30", "JUPITER": "29", "ELECTAGE": "67,3", "ELECTDAT": "06.03.1934", "GEBDATUM": "21.11.1866", "STBDATUM": "01.01.1956"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-257"}, "ids-in-source": {"g55": "01-257"}}, "raw": {"DAY": "21-11-1866", "HOUR": "5 h. 30", "NAME": "HALIPRE André", "PLACE": "Rouen (Seine-Inférieure)."}, "date": "2023-08-20T14:47:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2421	hanriot-maurice-1854-03-29	{"a2": "334", "g55": "01-260", "afd5": "463"}	{"g55": "01-260", "lerrcp": "A2-334", "muller": "M5-463"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Maurice", "family": "Hanriot", "spouse": [], "official": {"given": "Adrien Armand Maurice", "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1854-03-29 15:30", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Conflans-Ste-Honorine", "geoid": 0}, "notime": null, "date-ut": "1854-03-29 15:21:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Hanriot"}, "birth": {"tzo": "+00:08:32", "date": "1854-03-29 15:30", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Conflans-Sainte-Ho", "geoid": 0}, "date-ut": "1854-03-29 15:21:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-334"}, "ids-in-sources": {"a2": "334"}}, "raw": {"H": "15", "MN": "21", "TZ": "0", "COD": "78", "COU": "F", "DAY": "29", "LAT": "48N50", "LON": "2E 8", "MON": "3", "NUM": "334", "PRO": "S", "SEC": "28", "YEA": "1854", "CITY": "CONFLANS-STE-HO"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Hanriot", "official": {"given": "Adrien Armand Maurice"}}, "birth": {"date": "1854-03-29 15:30", "place": {"name": "Conflans-Sainte-Honorine"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "463"}}, "raw": {"NR": "463", "GNR": "SA2334", "JU_": "0", "MA_": "2", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1854", "KORR": "", "MARS": "2", "MODE": "LMT", "MOND": "13", "NAME": "HANRIOT (ADRIEN ARMAND MAURICE).", "AUFAB": "-0.50", "PHAS_": "0.200", "SONNE": "14", "VENUS": "19", "BREITE": "48 N 50", "GEBORT": "Conflans-Sainte-Honorine (Seine-et", "LAENGE": "002 E 08", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "10", "GEBZEIT": "15.30", "JUPITER": "23", "ELECTAGE": "40,2", "ELECTDAT": "05.06.1894", "GEBDATUM": "29.03.1854", "STBDATUM": "31.08.1933"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Conflans-Ste-Honorine"}}, "partial-ids": {"g55": "01-260"}, "ids-in-source": {"g55": "01-260"}}, "raw": {"DAY": "29-3-1854", "HOUR": "15 h. 30", "NAME": "HANRIOT Maurice", "PLACE": "Conflans-Ste-Honorine (S.-O.)."}, "date": "2023-08-20T14:47:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2426	henrot-henri-1838-05-22	{"a2": "339", "g55": "01-262", "afd5": "474"}	{"g55": "01-262", "lerrcp": "A2-339", "muller": "M5-474"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri", "family": "Henrot", "spouse": [], "official": {"given": "Henri Alfred", "family": null}}	\N	{"lmt": null, "tzo": "+00:16:07", "date": "1838-05-22 06:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "notime": null, "date-ut": "1838-05-22 05:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Henrot"}, "birth": {"tzo": "+00:16:07", "date": "1838-05-22 06:00", "place": {"c2": "51", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "date-ut": "1838-05-22 05:42:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-339"}, "ids-in-sources": {"a2": "339"}}, "raw": {"H": "5", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "22", "LAT": "48N57", "LON": "4E22", "MON": "5", "NUM": "339", "PRO": "S", "SEC": "32", "YEA": "1838", "CITY": "REIMS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Henrot", "official": {"given": "Henri Alfred"}}, "birth": {"date": "1838-05-22 06:00", "place": {"name": "Reims"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "474"}}, "raw": {"NR": "474", "GNR": "SA2339", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "1", "CODE": "3", "JAHR": "1838", "KORR": "", "MARS": "4", "MODE": "LMT", "MOND": "4", "NAME": "HENROT (HENRI ALFRED).", "AUFAB": "-5.60", "PHAS_": "3.700", "SONNE": "3", "VENUS": "5", "BREITE": "48 N 57", "GEBORT": "Reims (Marne)", "LAENGE": "004 E 22", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "21", "GEBZEIT": "06.00", "JUPITER": "26", "ELECTAGE": "51,8", "ELECTDAT": "04.03.1890", "GEBDATUM": "22.05.1838", "STBDATUM": "25.02.1919"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-262"}, "ids-in-source": {"g55": "01-262"}}, "raw": {"DAY": "22-5-1838", "HOUR": "6 h.", "NAME": "HENROT Henri Alfr.", "PLACE": "Reims (Marne)."}, "date": "2023-08-20T14:47:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21919	o-brien-jonny-1930-12-11	{"rawlins-ertel-irving": "266"}	{"csicop": "CS-266"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jonny", "family": "O'Brien", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1930-12-11 15:43", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.28333, "lat": 40.48333, "name": null, "geoid": null}, "notime": null, "date-ut": "1930-12-11 20:43"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Jonny", "family": "O'Brien"}, "birth": {"tzo": "-05:00", "date": "1930-12-11 15:43", "place": {"c2": "NJ", "cy": "US", "lg": -74.28333, "lat": 40.48333}, "date-ut": "1930-12-11 20:43"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "266"}}, "raw": {"LA1": "40", "LA2": "29", "LO1": "74", "LO2": "17", "AMPM": "P", "MARS": "27", "NAME": "O'Brien", "BATCH": "3", "Satz#": "271", "GEBDAT": "11 12 1930", "GEBORT": "NJ", "GEBZEIT": "3 43", "VORNAME": "Jonny", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21920	orr-james-1935-10-04	{"rawlins-ertel-irving": "268"}	{"csicop": "CS-268"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Orr", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1935-10-04 02:00", "note": null, "place": {"c1": null, "c2": "SC", "c3": null, "cy": "US", "lg": -82.95, "lat": 34.68333, "name": null, "geoid": null}, "notime": null, "date-ut": "1935-10-04 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "James", "family": "Orr"}, "birth": {"tzo": "-05:00", "date": "1935-10-04 02:00", "place": {"c2": "SC", "cy": "US", "lg": -82.95, "lat": 34.68333}, "date-ut": "1935-10-04 07:00"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "268"}}, "raw": {"LA1": "34", "LA2": "41", "LO1": "82", "LO2": "57", "AMPM": "A", "MARS": "24", "NAME": "Orr", "BATCH": "2", "Satz#": "267", "GEBDAT": "4 10 1935", "GEBORT": "SC", "GEBZEIT": "2 0", "VORNAME": "James", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21921	otis-james-1948-04-29	{"rawlins-ertel-irving": "269"}	{"csicop": "CS-269"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Otis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1948-04-29 11:05", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.56667, "lat": 40.55, "name": null, "geoid": null}, "notime": null, "date-ut": "1948-04-29 16:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "James", "family": "Otis"}, "birth": {"tzo": "-05:00", "date": "1948-04-29 11:05", "place": {"c2": "OH", "cy": "US", "lg": -84.56667, "lat": 40.55}, "date-ut": "1948-04-29 16:05"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "269"}}, "raw": {"LA1": "40", "LA2": "33", "LO1": "84", "LO2": "34", "AMPM": "A", "MARS": "33", "NAME": "Otis", "BATCH": "2", "Satz#": "268", "GEBDAT": "29 4 1948", "GEBORT": "OH", "GEBZEIT": "11 5", "VORNAME": "James", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
17212	otto-james-1938-01-05	{"d10": "978", "3a_sports": "3106", "rawlins-ertel-irving": "270"}	{"ertel": "ES-3106", "csicop": "CS-270", "lerrcp": "D10-978"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Otto", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1938-01-05 20:26", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -89.63333, "lat": 44.96667, "name": "Wausau", "geoid": null}, "notime": null, "date-ut": "1938-01-06 02:26"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "James", "family": "Otto"}, "birth": {"tzo": "-06:00", "date": "1938-01-05 20:26", "place": {"c2": "WI", "cy": "US", "lg": -89.63333, "lat": 44.96667, "name": "Wausau"}, "date-ut": "1938-01-06 02:26"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "978"}}, "raw": {"H": "20:26", "TZ": "6h", "DAY": "5", "LAT": "44N58", "LON": "89W38", "MON": "1", "NUM": "978", "PRO": "SP", "YEA": "1938", "CICO": "Wausau, WI", "NAME": "Otto James"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "270"}}, "raw": {"LA1": "44", "LA2": "58", "LO1": "89", "LO2": "38", "AMPM": "P", "MARS": "17", "NAME": "Otto", "BATCH": "1", "Satz#": "269", "GEBDAT": "5 1 1938", "GEBORT": "WI", "GEBZEIT": "8 26", "VORNAME": "James Edwin", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-3106"}}, "raw": {"L": "", "MF": "", "NR": "3106", "ENG": "", "MA_": "0", "G_NR": "978", "MA12": "6", "MARS": "17", "NAME": "Otto", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "4,900", "CSINR": "269", "KURTZ": "", "PHAS_": "9,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "05.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "James Edwin", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.01.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
21922	palazzi-togo-1932-08-08	{"rawlins-ertel-irving": "273"}	{"csicop": "CS-273"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Togo", "family": "Palazzi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1932-08-08 06:23", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.26667, "lat": 40.7, "name": null, "geoid": null}, "notime": null, "date-ut": "1932-08-08 11:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Togo", "family": "Palazzi"}, "birth": {"tzo": "-05:00", "date": "1932-08-08 06:23", "place": {"c2": "NJ", "cy": "US", "lg": -74.26667, "lat": 40.7}, "date-ut": "1932-08-08 11:23"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "273"}}, "raw": {"LA1": "40", "LA2": "42", "LO1": "74", "LO2": "16", "AMPM": "A", "MARS": "5", "NAME": "Palazzi", "BATCH": "3", "Satz#": "273", "GEBDAT": "8 8 1932", "GEBORT": "NJ", "GEBZEIT": "6 23", "VORNAME": "Togo", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21923	parr-jack-1936-03-13	{"rawlins-ertel-irving": "274"}	{"csicop": "CS-274"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jack", "family": "Parr", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1936-03-13 10:49", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -85.76667, "lat": 38.25, "name": null, "geoid": null}, "notime": null, "date-ut": "1936-03-13 16:49"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Jack", "family": "Parr"}, "birth": {"tzo": "-06:00", "date": "1936-03-13 10:49", "place": {"c2": "KY", "cy": "US", "lg": -85.76667, "lat": 38.25}, "date-ut": "1936-03-13 16:49"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "274"}}, "raw": {"LA1": "38", "LA2": "15", "LO1": "85", "LO2": "46", "AMPM": "A", "MARS": "6", "NAME": "Parr", "BATCH": "3", "Satz#": "274", "GEBDAT": "13 3 1936", "GEBORT": "KY", "GEBZEIT": "10 49", "VORNAME": "Jack", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
17220	page-alan-1945-08-07	{"d10": "986", "3a_sports": "3121", "rawlins-ertel-irving": "272"}	{"ertel": "ES-3121", "csicop": "CS-272", "lerrcp": "D10-986"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alan", "family": "Page", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-04:00", "date": "1945-08-07 20:23", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.38333, "lat": 40.8, "name": "Canton", "geoid": null}, "notime": null, "date-ut": "1945-08-08 00:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Alan", "family": "Page"}, "birth": {"tzo": "-04:00", "date": "1945-08-07 20:23", "place": {"c2": "OH", "cy": "US", "lg": -81.38333, "lat": 40.8, "name": "Canton"}, "date-ut": "1945-08-08 00:23"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "986"}}, "raw": {"H": "20:23", "TZ": "4h", "DAY": "7", "LAT": "40N48", "LON": "81W23", "MON": "8", "NUM": "986", "PRO": "SP", "YEA": "1945", "CICO": "Canton, OH", "NAME": "Page Alan"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "272"}}, "raw": {"LA1": "40", "LA2": "48", "LO1": "81", "LO2": "23", "AMPM": "P", "MARS": "26", "NAME": "Page", "BATCH": "1", "Satz#": "272", "GEBDAT": "7 8 1945", "GEBORT": "OH", "GEBZEIT": "8 23", "VORNAME": "Alan Cedric", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-3121"}}, "raw": {"L": "", "MF": "", "NR": "3121", "ENG": "", "MA_": "1", "G_NR": "986", "MA12": "9", "MARS": "26", "NAME": "Page", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-3,400", "CSINR": "271", "KURTZ": "", "PHAS_": "1,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "07.08.", "ZITATE": "B", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Alan Cedric", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "07.08.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17237	patterson-floyd-1935-01-04	{"d10": "1003", "3a_sports": "3167", "rawlins-ertel-irving": "275"}	{"ertel": "ES-3167", "csicop": "CS-275", "lerrcp": "D10-1003"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Floyd", "family": "Patterson", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1935-01-04 14:30", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -81.43333, "lat": 35.36667, "name": "Waco", "geoid": null}, "notime": null, "date-ut": "1935-01-04 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Floyd", "family": "Patterson"}, "birth": {"tzo": "-05:00", "date": "1935-01-04 14:30", "place": {"c2": "NC", "cy": "US", "lg": -81.43333, "lat": 35.36667, "name": "Waco"}, "date-ut": "1935-01-04 19:30"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1003"}}, "raw": {"H": "14:30", "TZ": "5h", "DAY": "4", "LAT": "35N22", "LON": "81W26", "MON": "1", "NUM": "1003", "PRO": "SP", "YEA": "1935", "CICO": "Waco, NC", "NAME": "Patterson Floyd"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["boxer"]], "ids-in-sources": {"rawlins-ertel-irving": "275"}}, "raw": {"LA1": "35", "LA2": "22", "LO1": "81", "LO2": "27", "AMPM": "P", "MARS": "22", "NAME": "Patterson", "BATCH": "1", "Satz#": "275", "GEBDAT": "4 1 1935", "GEBORT": "NC", "GEBZEIT": "2 30", "VORNAME": "Floyd", "SPORTART": "BOXI", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["boxer"], "partial-ids": {"ertel": "ES-3167"}}, "raw": {"L": "", "MF": "", "NR": "3167", "ENG": "", "MA_": "0", "G_NR": "1003", "MA12": "8", "MARS": "22", "NAME": "Patterson", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-4,700", "CSINR": "275", "KURTZ": "", "PHAS_": "2,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "04.01.", "ZITATE": "DHKRSBF", "ZITSUM": "7", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Floyd", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "04.01.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "6"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2430	herrgott-francois-1814-09-12	{"a2": "343", "g55": "01-265", "afd5": "479"}	{"g55": "01-265", "lerrcp": "A2-343", "muller": "M5-479"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "François", "family": "Herrgott", "spouse": [], "official": {"given": "François Joseph", "family": null}}	\N	{"lmt": null, "tzo": "+00:28:48", "date": "1814-09-12 15:30", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.2, "lat": 47.91667, "name": "Guebwiller", "geoid": 3014433}, "notime": null, "date-ut": "1814-09-12 15:00:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "François", "family": "Herrgott"}, "birth": {"tzo": "+00:28:48", "date": "1814-09-12 15:30", "place": {"c2": "68", "cy": "FR", "lg": 7.2, "lat": 47.91667, "name": "Guebwiller", "geoid": 3014433}, "date-ut": "1814-09-12 15:00:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-343"}, "ids-in-sources": {"a2": "343"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "68", "COU": "F", "DAY": "12", "LAT": "48N 5", "LON": "7E21", "MON": "9", "NUM": "343", "PRO": "S", "SEC": "36", "YEA": "1814", "CITY": "GUEBWILLER"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Herrgott", "official": {"given": "François Joseph"}}, "birth": {"date": "1814-09-12 15:30", "place": {"name": "Guebwiller"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "479"}}, "raw": {"NR": "479", "GNR": "SA2343", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "2", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1814", "KORR": "", "MARS": "15", "MODE": "LMT", "MOND": "15", "NAME": "HERRGOTT (FRANÇOIS JOSEPH).", "AUFAB": "-6.40", "PHAS_": "5.300", "SONNE": "15", "VENUS": "16", "BREITE": "48 N 05", "GEBORT": "Guebwiller (Haut-Rhin)", "LAENGE": "007 E 21", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "36", "GEBZEIT": "15.30", "JUPITER": "14", "ELECTAGE": "63,6", "ELECTDAT": "02.04.1878", "GEBDATUM": "12.09.1814", "STBDATUM": "04.03.1907"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-265"}, "ids-in-source": {"g55": "01-265"}}, "raw": {"DAY": "12-9-1814", "HOUR": "15 h. 30", "NAME": "* HERGOTT François", "PLACE": "Guebwiller (Haut-Rhin)."}, "date": "2023-08-20T14:47:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2432	hervieux-jacques-1818-09-03	{"a2": "345", "g55": "01-267", "afd5": "482"}	{"g55": "01-267", "lerrcp": "A2-345", "muller": "M5-482"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jacques", "family": "Hervieux", "spouse": [], "official": {"given": "Jacques François Edouard", "family": null}}	\N	{"lmt": null, "tzo": "+00:04:40", "date": "1818-09-03 20:00", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.16667, "lat": 49.21667, "name": "Louviers", "geoid": 2997336}, "notime": null, "date-ut": "1818-09-04 19:55:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Hervieux"}, "birth": {"tzo": "+00:04:40", "date": "1818-09-04 20:00", "place": {"c2": "27", "cy": "FR", "lg": 1.16667, "lat": 49.21667, "name": "Louviers", "geoid": 2997336}, "date-ut": "1818-09-04 19:55:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-345"}, "ids-in-sources": {"a2": "345"}}, "raw": {"H": "19", "MN": "55", "TZ": "0", "COD": "27", "COU": "F", "DAY": "4", "LAT": "49N 1", "LON": "1E11", "MON": "9", "NUM": "345", "PRO": "S", "SEC": "16", "YEA": "1818", "CITY": "LOUVIERS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Hervieux", "official": {"given": "Jacques François Edouard"}}, "birth": {"date": "1818-09-03 20:00", "place": {"name": "Louviers"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "482"}}, "raw": {"NR": "482", "GNR": "SA2345", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "2", "JAHR": "1818", "KORR": "", "MARS": "19", "MODE": "LMT", "MOND": "19", "NAME": "HERVIEUX (JACQUES FRANÇOIS EDOUARD).", "AUFAB": "3.90", "PHAS_": "5.800", "SONNE": "21", "VENUS": "19", "BREITE": "49 N 01", "GEBORT": "Louviers (Eure)", "LAENGE": "001 E 11", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ-d", "SATURN": "2", "GEBZEIT": "20.00", "JUPITER": "11", "ELECTAGE": "54,8", "ELECTDAT": "10.06.1873", "GEBDATUM": "03.09.1818", "STBDATUM": "31.03.1905"}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-267"}, "ids-in-source": {"g55": "01-267"}}, "raw": {"DAY": "4-9-1818", "HOUR": "20 h.", "NAME": "HERVIEUX Jacques", "PLACE": "Louviers (Eure)."}, "date": "2023-08-20T14:47:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21924	pellington-william-1927-09-25	{"rawlins-ertel-irving": "277"}	{"csicop": "CS-277"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Pellington", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1927-09-25 23:40", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.15, "lat": 41.06667, "name": null, "geoid": null}, "notime": null, "date-ut": "1927-09-26 04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "William", "family": "Pellington"}, "birth": {"tzo": "-05:00", "date": "1927-09-25 23:40", "place": {"c2": "NJ", "cy": "US", "lg": -74.15, "lat": 41.06667}, "date-ut": "1927-09-26 04:40"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "277"}}, "raw": {"LA1": "41", "LA2": "4", "LO1": "74", "LO2": "9", "AMPM": "P", "MARS": "27", "NAME": "Pellington", "BATCH": "2", "Satz#": "277", "GEBDAT": "25 9 1927", "GEBORT": "NJ", "GEBZEIT": "11 40", "VORNAME": "William", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21925	peters-richard-l-1920-04-10	{"rawlins-ertel-irving": "279"}	{"csicop": "CS-279"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard/L", "family": "Peters", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1920-04-10 07:50", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -95.46667, "lat": 39.35, "name": null, "geoid": null}, "notime": null, "date-ut": "1920-04-10 13:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Richard/L", "family": "Peters"}, "birth": {"tzo": "-06:00", "date": "1920-04-10 07:50", "place": {"c2": "KS", "cy": "US", "lg": -95.46667, "lat": 39.35}, "date-ut": "1920-04-10 13:50"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "279"}}, "raw": {"LA1": "39", "LA2": "21", "LO1": "95", "LO2": "28", "AMPM": "A", "MARS": "20", "NAME": "Peters", "BATCH": "2", "Satz#": "279", "GEBDAT": "10 4 1920", "GEBORT": "KS", "GEBZEIT": "7 50", "VORNAME": "Richard/L", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
17245	peoples-woodrow-1943-08-16	{"d10": "1011", "3a_sports": "3211", "rawlins-ertel-irving": "278"}	{"ertel": "ES-3211", "csicop": "CS-278", "lerrcp": "D10-1011"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Woodrow", "family": "Peoples", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1943-08-16 03:21", "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "US", "lg": -86.8, "lat": 33.51667, "name": "Birmingham", "geoid": null}, "notime": null, "date-ut": "1943-08-16 08:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Woodrow", "family": "Peoples"}, "birth": {"tzo": "-05:00", "date": "1943-08-16 03:21", "place": {"c2": "AL", "cy": "US", "lg": -86.8, "lat": 33.51667, "name": "Birmingham"}, "date-ut": "1943-08-16 08:21"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1011"}}, "raw": {"H": "03:21", "TZ": "5h", "DAY": "16", "LAT": "33N31", "LON": "86W48", "MON": "8", "NUM": "1011", "PRO": "SP", "YEA": "1943", "CICO": "Birmingham, AL", "NAME": "Peoples Woodrow"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "278"}}, "raw": {"LA1": "33", "LA2": "31", "LO1": "86", "LO2": "48", "AMPM": "A", "MARS": "5", "NAME": "Peoples", "BATCH": "1", "Satz#": "278", "GEBDAT": "16 8 1943", "GEBORT": "AL", "GEBZEIT": "3 21", "VORNAME": "Woodrow", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-3211"}}, "raw": {"L": "", "MF": "", "NR": "3211", "ENG": "", "MA_": "1", "G_NR": "1011", "MA12": "2", "MARS": "5", "NAME": "Peoples", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "0,900", "CSINR": "278", "KURTZ": "", "PHAS_": "99,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "16.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Woodrow", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.08.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17259	petty-richard-1937-07-02	{"d10": "1025", "3a_sports": "3256", "rawlins-ertel-irving": "280"}	{"ertel": "ES-3256", "csicop": "CS-280", "lerrcp": "D10-1025"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Petty", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1937-07-02 08:45", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -79.8, "lat": 35.81667, "name": "Randleman", "geoid": null}, "notime": null, "date-ut": "1937-07-02 13:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Petty"}, "birth": {"tzo": "-05:00", "date": "1937-07-02 08:45", "place": {"c2": "NC", "cy": "US", "lg": -79.8, "lat": 35.81667, "name": "Randleman"}, "date-ut": "1937-07-02 13:45"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1025"}}, "raw": {"H": "08:45", "TZ": "5h", "DAY": "2", "LAT": "35N49", "LON": "79W48", "MON": "7", "NUM": "1025", "PRO": "SP", "YEA": "1937", "CICO": "Randleman, NC", "NAME": "Petty Richard"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["equestrian"]], "ids-in-sources": {"rawlins-ertel-irving": "280"}}, "raw": {"LA1": "35", "LA2": "49", "LO1": "79", "LO2": "48", "AMPM": "A", "MARS": "28", "NAME": "Petty", "BATCH": "1", "Satz#": "280", "GEBDAT": "2 7 1937", "GEBORT": "NC", "GEBZEIT": "8 45", "VORNAME": "Richard/L", "SPORTART": "HORS", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["motor-sports-competitor"], "partial-ids": {"ertel": "ES-3256"}}, "raw": {"L": "", "MF": "", "NR": "3256", "ENG": "", "MA_": "1", "G_NR": "1025", "MA12": "10", "MARS": "28", "NAME": "Petty", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-11,20", "CSINR": "280", "KURTZ": "", "PHAS_": "45,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "02.07.", "ZITATE": "BX", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Richard", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "02.07.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "MOTO", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2436	huchard-henri-1844-04-04	{"a2": "349", "g55": "01-270", "afd5": "490"}	{"g55": "01-270", "lerrcp": "A2-349", "muller": "M5-490"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri", "family": "Huchard", "spouse": [], "official": {"given": "Henri", "family": null}}	\N	{"lmt": null, "tzo": "+00:15:40", "date": "1844-04-04 14:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 3.91797, "lat": 48.10464, "name": "Auxon", "geoid": 3035832}, "notime": null, "date-ut": "1844-04-05 07:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Huchard"}, "birth": {"tzo": "+00:15:40", "date": "1844-04-05 08:00", "place": {"c2": "10", "cy": "FR", "lg": 3.91797, "lat": 48.10464, "name": "Auxon", "geoid": 3035832}, "date-ut": "1844-04-05 07:43:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-349"}, "ids-in-sources": {"a2": "349"}}, "raw": {"H": "7", "MN": "43", "TZ": "0", "COD": "10", "COU": "F", "DAY": "5", "LAT": "48N18", "LON": "4E 5", "MON": "4", "NUM": "349", "PRO": "S", "SEC": "40", "YEA": "1844", "CITY": "AUXON"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Huchard", "official": {"given": "Henri"}}, "birth": {"date": "1844-04-04 14:00", "place": {"name": "Auxon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "490"}}, "raw": {"NR": "490", "GNR": "SA2349", "JU_": "0", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "2", "CODE": "2", "JAHR": "1844", "KORR": "", "MARS": "9", "MODE": "LMT", "MOND": "29", "NAME": "HUCHARD (HENRI).", "AUFAB": "-0.60", "PHAS_": "99.100", "SONNE": "12", "VENUS": "9", "BREITE": "48 N 18", "GEBORT": "Auxon (Aube)", "LAENGE": "004 E 05", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ-d", "SATURN": "21", "GEBZEIT": "14.00", "JUPITER": "15", "ELECTAGE": "52,7", "ELECTDAT": "08.12.1896", "GEBDATUM": "04.04.1844", "STBDATUM": "12.12.1910"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-270"}, "ids-in-source": {"g55": "01-270"}}, "raw": {"DAY": "5-4-1844", "HOUR": "8 h.", "NAME": "HUCHARD Henri", "PLACE": "Auxon (Aube)."}, "date": "2023-08-20T14:47:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2441	imbert-jean-1850-09-11	{"a2": "354", "g55": "01-275", "afd5": "496"}	{"g55": "01-275", "lerrcp": "A2-354", "muller": "M5-496"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Imbert", "spouse": [], "official": {"given": "Jean Armand Maximilien", "family": null}}	\N	{"lmt": null, "tzo": "+00:25:26", "date": "1850-09-11 12:00", "note": null, "place": {"c1": null, "c2": "04", "c3": null, "cy": "FR", "lg": 6.35634, "lat": 44.35042, "name": "Seyne-les-Alpes", "geoid": 2974661}, "notime": null, "date-ut": "1850-09-11 11:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Imbert"}, "birth": {"tzo": "+00:25:26", "date": "1850-09-11 12:00", "place": {"c2": "04", "cy": "FR", "lg": 6.35634, "lat": 44.35042, "name": "Seyne-les-Alpes", "geoid": 2974661}, "date-ut": "1850-09-11 11:35"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-354"}, "ids-in-sources": {"a2": "354"}}, "raw": {"H": "11", "MN": "35", "TZ": "0", "COD": "04", "COU": "F", "DAY": "11", "LAT": "44N 6", "LON": "6E15", "MON": "9", "NUM": "354", "PRO": "S", "SEC": "0", "YEA": "1850", "CITY": "SEYNE-LES-ALPES"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Imbert", "official": {"given": "Jean Armand Maximilien"}}, "birth": {"date": "1850-09-11 12:00", "place": {"name": "Seyne-les-Alpes"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "496"}}, "raw": {"NR": "496", "GNR": "SA2354", "JU_": "0", "MA_": "0", "MO_": "2", "SA_": "0", "SO_": "2", "VE_": "1", "CODE": "3", "JAHR": "1850", "KORR": "", "MARS": "7", "MODE": "LMT", "MOND": "2", "NAME": "IMBERT (JEAN ARMAND MAXIMILIEN).", "AUFAB": "9.00", "PHAS_": "27.200", "SONNE": "10", "VENUS": "5", "BREITE": "44 N 06", "GEBORT": "Seyne-les-Alpes (Basses-Alpes)", "LAENGE": "006 E 15", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "24", "GEBZEIT": "12.00", "JUPITER": "8", "ELECTAGE": "48,6", "ELECTDAT": "28.03.1899", "GEBDATUM": "11.09.1850", "STBDATUM": "06.06.1922"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-275"}, "ids-in-source": {"g55": "01-275"}}, "raw": {"DAY": "11-9-1850", "HOUR": "12 h.", "NAME": "IMBERT Jean", "PLACE": "Seyne-les-Alpes (Basses-Alpes)."}, "date": "2023-08-20T14:47:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
24257	jeambrau-emile-1873-10-01	{"g55": "01-280"}	{"g55": "01-280"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Jeambrau", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1873-10-01 23:00", "note": null, "place": {"c1": "", "c2": "30", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Alés", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Jeambrau", "nobility": ""}, "birth": {"date": "1873-10-01 23:00", "place": {"c1": "", "c2": "30", "c3": "", "cy": "FR", "name": "Alés"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"g55": "01-280"}}, "raw": {"DAY": "1-10-1873", "HOUR": "23 h.", "NAME": "JEAMBRAU Emile", "PLACE": "Alés (Gard)."}, "date": "2023-08-20T14:47:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21926	plum-milton-1935-01-20	{"rawlins-ertel-irving": "282"}	{"csicop": "CS-282"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Milton", "family": "Plum", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1935-01-20 04:30", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -75.11667, "lat": 39.86667, "name": null, "geoid": null}, "notime": null, "date-ut": "1935-01-20 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Milton", "family": "Plum"}, "birth": {"tzo": "-05:00", "date": "1935-01-20 04:30", "place": {"c2": "NJ", "cy": "US", "lg": -75.11667, "lat": 39.86667}, "date-ut": "1935-01-20 09:30"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "282"}}, "raw": {"LA1": "39", "LA2": "52", "LO1": "75", "LO2": "7", "AMPM": "A", "MARS": "8", "NAME": "Plum", "BATCH": "2", "Satz#": "282", "GEBDAT": "20 1 1935", "GEBORT": "NJ", "GEBZEIT": "4 30", "VORNAME": "Milton", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21927	ramsey-frank-1931-07-13	{"rawlins-ertel-irving": "285"}	{"csicop": "CS-285"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frank", "family": "Ramsey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1931-07-13 06:10", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -87.7, "lat": 37.73333, "name": null, "geoid": null}, "notime": null, "date-ut": "1931-07-13 12:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Frank", "family": "Ramsey"}, "birth": {"tzo": "-06:00", "date": "1931-07-13 06:10", "place": {"c2": "KY", "cy": "US", "lg": -87.7, "lat": 37.73333}, "date-ut": "1931-07-13 12:10"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "285"}}, "raw": {"LA1": "37", "LA2": "44", "LO1": "87", "LO2": "42", "AMPM": "A", "MARS": "31", "NAME": "Ramsey", "BATCH": "3", "Satz#": "285", "GEBDAT": "13 7 1931", "GEBORT": "KY", "GEBZEIT": "6 10", "VORNAME": "Frank", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
22012	bleibtreu-paulsen-hedwig-1868-12-23	{"afd3": "26"}	{"muller": "M3-26"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hedwig", "family": "Bleibtreu-Paulsen", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1868-12-23 06:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "AT", "lg": 14.3, "lat": 48.3, "name": "Linz (Donau)", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Hedwig", "family": "Bleibtreu-Paulsen"}, "birth": {"lmt": true, "tzo": "", "date": "1868-12-23 06:00", "place": {"c1": "", "c2": "", "cy": "AT", "lg": 14.3, "lat": 48.3, "name": "Linz (Donau)"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd3": "26"}}, "raw": {"CY": "A", "GQ": "N", "LG": "014 E 18", "LAT": "48 N 18", "TZO": "", "DATE": "23.12.1868", "MUID": "026", "NAME": "BLEIBTREU-PAULSEN, Hedwig", "OCCU": "AR 03", "TIME": "06.00", "BOOKS": "12347", "PLACE": "Linz (Donau)", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:42+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
17277	prefontaine-steve-1951-01-25	{"d10": "1043", "3a_sports": "3371", "rawlins-ertel-irving": "284"}	{"ertel": "ES-3371", "csicop": "CS-284", "lerrcp": "D10-1043"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Steve", "family": "Prefontaine", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1951-01-25 08:05", "note": null, "place": {"c1": null, "c2": "OR", "c3": null, "cy": "US", "lg": -124.21667, "lat": 43.36667, "name": "Coos Bay", "geoid": null}, "notime": null, "date-ut": "1951-01-25 16:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Steve", "family": "Prefontaine"}, "birth": {"tzo": "-08:00", "date": "1951-01-25 08:05", "place": {"c2": "OR", "cy": "US", "lg": -124.21667, "lat": 43.36667, "name": "Coos Bay"}, "date-ut": "1951-01-25 16:05"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1043"}}, "raw": {"H": "08:05", "TZ": "8h", "DAY": "25", "LAT": "43N22", "LON": "124W13", "MON": "1", "NUM": "1043", "PRO": "SP", "YEA": "1951", "CICO": "Coos Bay, OR", "NAME": "Prefontaine Steve"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "284"}}, "raw": {"LA1": "43", "LA2": "22", "LO1": "124", "LO2": "13", "AMPM": "A", "MARS": "35", "NAME": "Prefontaine", "BATCH": "2", "Satz#": "284", "GEBDAT": "25 1 1951", "GEBORT": "OR", "GEBZEIT": "8 5", "VORNAME": "Steve", "SPORTART": "TRAC", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-3371"}}, "raw": {"L": "", "MF": "", "NR": "3371", "ENG": "", "MA_": "1", "G_NR": "1043", "MA12": "12", "MARS": "35", "NAME": "Prefontaine", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-2,600", "CSINR": "284", "KURTZ": "", "PHAS_": "96,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "25.01.", "ZITATE": "T", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Steve", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "25.01.1951", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
21928	ratterman-george-1926-11-12	{"rawlins-ertel-irving": "286"}	{"csicop": "CS-286"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "George", "family": "Ratterman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1926-11-12 22:15", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.51667, "lat": 39.1, "name": null, "geoid": null}, "notime": null, "date-ut": "1926-11-13 04:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "George", "family": "Ratterman"}, "birth": {"tzo": "-06:00", "date": "1926-11-12 22:15", "place": {"c2": "OH", "cy": "US", "lg": -84.51667, "lat": 39.1}, "date-ut": "1926-11-13 04:15"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "286"}}, "raw": {"LA1": "39", "LA2": "6", "LO1": "84", "LO2": "31", "AMPM": "P", "MARS": "9", "NAME": "Ratterman", "BATCH": "2", "Satz#": "286", "GEBDAT": "12 11 1926", "GEBORT": "OH", "GEBZEIT": "10 15", "VORNAME": "George", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21929	redman-rick-1943-03-07	{"rawlins-ertel-irving": "287"}	{"csicop": "CS-287"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rick", "family": "Redman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1943-03-07 14:46", "note": null, "place": {"c1": null, "c2": "OR", "c3": null, "cy": "US", "lg": -122.61667, "lat": 45.53333, "name": null, "geoid": null}, "notime": null, "date-ut": "1943-03-07 22:46"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Rick", "family": "Redman"}, "birth": {"tzo": "-08:00", "date": "1943-03-07 14:46", "place": {"c2": "OR", "cy": "US", "lg": -122.61667, "lat": 45.53333}, "date-ut": "1943-03-07 22:46"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "287"}}, "raw": {"LA1": "45", "LA2": "32", "LO1": "122", "LO2": "37", "AMPM": "P", "MARS": "18", "NAME": "Redman", "BATCH": "2", "Satz#": "287", "GEBDAT": "7 3 1943", "GEBORT": "OR", "GEBZEIT": "2 46", "VORNAME": "Rick", "SPORTART": "FOOT", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21930	regner-thomas-1944-04-19	{"rawlins-ertel-irving": "288"}	{"csicop": "CS-288"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Thomas", "family": "Regner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1944-04-19 24:19", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -87.81667, "lat": 42.58333, "name": null, "geoid": null}, "notime": null, "date-ut": "1944-04-20 06:19"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Thomas", "family": "Regner"}, "birth": {"tzo": "-06:00", "date": "1944-04-19 24:19", "place": {"c2": "WI", "cy": "US", "lg": -87.81667, "lat": 42.58333}, "date-ut": "1944-04-20 06:19"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "288"}}, "raw": {"LA1": "42", "LA2": "35", "LO1": "87", "LO2": "49", "AMPM": "P", "MARS": "3", "NAME": "Regner", "BATCH": "2", "Satz#": "288", "GEBDAT": "19 4 1944", "GEBORT": "WI", "GEBZEIT": "12 19", "VORNAME": "Thomas", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21931	reinhard-robert-1920-10-17	{"rawlins-ertel-irving": "289"}	{"csicop": "CS-289"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Reinhard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1920-10-17 08:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.05, "name": null, "geoid": null}, "notime": null, "date-ut": "1920-10-17 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Reinhard"}, "birth": {"tzo": "-08:00", "date": "1920-10-17 08:00", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.05}, "date-ut": "1920-10-17 16:00"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "289"}}, "raw": {"LA1": "34", "LA2": "3", "LO1": "118", "LO2": "15", "AMPM": "A", "MARS": "32", "NAME": "Reinhard", "BATCH": "2", "Satz#": "289", "GEBDAT": "17 10 1920", "GEBORT": "CA", "GEBZEIT": "8 0", "VORNAME": "Robert", "SPORTART": "FOOT", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21932	retzlaff-palmer-1931-08-21	{"rawlins-ertel-irving": "290"}	{"csicop": "CS-290"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Palmer", "family": "Retzlaff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1931-08-21 02:00", "note": null, "place": {"c1": null, "c2": "ND", "c3": null, "cy": "US", "lg": -98.53333, "lat": 46, "name": null, "geoid": null}, "notime": null, "date-ut": "1931-08-21 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Palmer", "family": "Retzlaff"}, "birth": {"tzo": "-06:00", "date": "1931-08-21 02:00", "place": {"c2": "ND", "cy": "US", "lg": -98.53333, "lat": 46}, "date-ut": "1931-08-21 08:00"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "290"}}, "raw": {"LA1": "46", "LA2": "0", "LO1": "98", "LO2": "32", "AMPM": "A", "MARS": "25", "NAME": "Retzlaff", "BATCH": "3", "Satz#": "290", "GEBDAT": "21 8 1931", "GEBORT": "ND", "GEBZEIT": "2 0", "VORNAME": "Palmer", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21933	richey-joe-1931-03-30	{"rawlins-ertel-irving": "291"}	{"csicop": "CS-291"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joe", "family": "Richey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1931-03-30 23:00", "note": null, "place": {"c1": null, "c2": "AZ", "c3": null, "cy": "US", "lg": -109.55, "lat": 31.35, "name": null, "geoid": null}, "notime": null, "date-ut": "1931-03-31 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Joe", "family": "Richey"}, "birth": {"tzo": "-07:00", "date": "1931-03-30 23:00", "place": {"c2": "AZ", "cy": "US", "lg": -109.55, "lat": 31.35}, "date-ut": "1931-03-31 06:00"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "291"}}, "raw": {"LA1": "31", "LA2": "21", "LO1": "109", "LO2": "33", "AMPM": "P", "MARS": "13", "NAME": "Richey", "BATCH": "3", "Satz#": "291", "GEBDAT": "30 3 1931", "GEBORT": "AZ", "GEBZEIT": "11 0", "VORNAME": "Joe", "SPORTART": "BASK", "ZEITZONE": "7"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21934	rinka-john-1948-10-04	{"rawlins-ertel-irving": "293"}	{"csicop": "CS-293"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Rinka", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1948-10-04 09:08", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -87.9, "lat": 43.08333, "name": null, "geoid": null}, "notime": null, "date-ut": "1948-10-04 15:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "John", "family": "Rinka"}, "birth": {"tzo": "-06:00", "date": "1948-10-04 09:08", "place": {"c2": "WI", "cy": "US", "lg": -87.9, "lat": 43.08333}, "date-ut": "1948-10-04 15:08"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "293"}}, "raw": {"LA1": "43", "LA2": "5", "LO1": "87", "LO2": "54", "AMPM": "A", "MARS": "36", "NAME": "Rinka", "BATCH": "3", "Satz#": "293", "GEBDAT": "4 10 1948", "GEBORT": "WI", "GEBZEIT": "9 8", "VORNAME": "John", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
17323	robinson-richard-1941-05-03	{"d10": "1089", "3a_sports": "3531", "rawlins-ertel-irving": "294"}	{"ertel": "ES-3531", "csicop": "CS-294", "lerrcp": "D10-1089"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Robinson", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-04:00", "date": "1941-05-03 22:49", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.78333, "lat": 40, "name": "Mount Holly", "geoid": null}, "notime": null, "date-ut": "1941-05-04 02:49"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Robinson"}, "birth": {"tzo": "-04:00", "date": "1941-05-03 22:49", "place": {"c2": "NJ", "cy": "US", "lg": -74.78333, "lat": 40, "name": "Mount Holly"}, "date-ut": "1941-05-04 02:49"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1089"}}, "raw": {"H": "22:49", "TZ": "4h", "DAY": "3", "LAT": "40N0", "LON": "74W47", "MON": "5", "NUM": "1089", "PRO": "SP", "YEA": "1941", "CICO": "Mount Holly, NJ", "NAME": "Robinson Richard"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "294"}}, "raw": {"LA1": "40", "LA2": "0", "LO1": "74", "LO2": "47", "AMPM": "P", "MARS": "31", "NAME": "Robinson", "BATCH": "1", "Satz#": "294", "GEBDAT": "3 5 1941", "GEBORT": "NJ", "GEBZEIT": "10 49", "VORNAME": "Richard D", "SPORTART": "TRAC", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-3531"}}, "raw": {"L": "", "MF": "", "NR": "3531", "ENG": "", "MA_": "1", "G_NR": "1089", "MA12": "11", "MARS": "31", "NAME": "Robinson", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "9,200", "CSINR": "294", "KURTZ": "", "PHAS_": "34,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "03.05.", "ZITATE": "T", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Richard D.", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "03.05.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:36+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2451	joffroy-alexis-1844-12-16	{"a2": "364", "g55": "01-283", "afd5": "511"}	{"g55": "01-283", "lerrcp": "A2-364", "muller": "M5-511"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alexis", "family": "Joffroy", "spouse": [], "official": {"given": "Alexis", "family": null}}	\N	{"lmt": null, "tzo": "+00:20:44", "date": "1844-12-16 23:00", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.18407, "lat": 48.65305, "name": "Stainville", "geoid": 2973840}, "notime": null, "date-ut": "1844-12-16 22:39:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alexis", "family": "Joffroy"}, "birth": {"tzo": "+00:20:44", "date": "1844-12-16 23:00", "place": {"c2": "55", "cy": "FR", "lg": 5.18407, "lat": 48.65305, "name": "Stainville", "geoid": 2973840}, "date-ut": "1844-12-16 22:39:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-364"}, "ids-in-sources": {"a2": "364"}}, "raw": {"H": "22", "MN": "39", "TZ": "0", "COD": "55", "COU": "F", "DAY": "16", "LAT": "48N46", "LON": "5E10", "MON": "12", "NUM": "364", "PRO": "S", "SEC": "20", "YEA": "1844", "CITY": "STAINVILLE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Joffroy", "official": {"given": "Alexis"}}, "birth": {"date": "1844-12-16 23:00", "place": {"name": "Stainville"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "511"}}, "raw": {"NR": "511", "GNR": "SA2364", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1844", "KORR": "", "MARS": "30", "MODE": "LMT", "MOND": "17", "NAME": "JOFFROY (ALEXIS).", "AUFAB": "10.40", "PHAS_": "43.500", "SONNE": "26", "VENUS": "29", "BREITE": "48 N 46", "GEBORT": "Stainville (Meuse)", "LAENGE": "005 E 10", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "23", "GEBZEIT": "23.00", "JUPITER": "17", "ELECTAGE": "56,3", "ELECTDAT": "19.03.1901", "GEBDATUM": "16.12.1844", "STBDATUM": "24.11.1908"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-283"}, "ids-in-source": {"g55": "01-283"}}, "raw": {"DAY": "16-12-1844", "HOUR": "23 h.", "NAME": "JOFFROY Alexis", "PLACE": "Stainville (Meuse)."}, "date": "2023-08-20T14:47:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2457	kaufmann-maurice-1856-06-17	{"a2": "370", "g55": "01-288", "afd5": "518"}	{"g55": "01-288", "lerrcp": "A2-370", "muller": "M5-518"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Maurice", "family": "Kaufmann", "spouse": [], "official": {"given": "Maurice", "family": null}}	\N	{"lmt": null, "tzo": "+00:28:53", "date": "1856-06-17 15:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.22222, "lat": 47.59839, "name": "Hirtzbach", "geoid": 3013257}, "notime": null, "date-ut": "1856-06-17 14:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Kaufmann"}, "birth": {"tzo": "+00:28:53", "date": "1856-06-17 15:00", "place": {"c2": "68", "cy": "FR", "lg": 7.22222, "lat": 47.59839, "name": "Hirtzbach", "geoid": 3013257}, "date-ut": "1856-06-17 14:30:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-370"}, "ids-in-sources": {"a2": "370"}}, "raw": {"H": "14", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "17", "LAT": "48N 5", "LON": "7E21", "MON": "6", "NUM": "370", "PRO": "S", "SEC": "36", "YEA": "1856", "CITY": "HIRTZBACH"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Kaufmann", "official": {"given": "Maurice"}}, "birth": {"date": "1856-06-17 15:00", "place": {"name": "Hirtzbach"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "518"}}, "raw": {"NR": "518", "GNR": "SA2370", "JU_": "0", "MA_": "2", "MO_": "0", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1856", "KORR": "", "MARS": "3", "MODE": "LMT", "MOND": "32", "NAME": "KAUFMANN (MAURICE).", "AUFAB": "4.10", "PHAS_": "97.400", "SONNE": "13", "VENUS": "14", "BREITE": "48 N 05", "GEBORT": "Hirtzbach (Haut-Rhin)", "LAENGE": "007 E 21", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "12", "GEBZEIT": "15.00", "JUPITER": "22", "ELECTAGE": "52,0", "ELECTDAT": "29.05.1908", "GEBDATUM": "17.06.1856", "STBDATUM": "03.05.1924"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-288"}, "ids-in-source": {"g55": "01-288"}}, "raw": {"DAY": "17-6-1856", "HOUR": "15 h.", "NAME": "KAUFMANN Maurice", "PLACE": "Hirtzbach (Haut-Rhin)."}, "date": "2023-08-20T14:47:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2459	kirmisson-edouard-1848-07-18	{"a2": "372", "g55": "01-290", "afd5": "522"}	{"g55": "01-290", "lerrcp": "A2-372", "muller": "M5-522"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Edouard", "family": "Kirmisson", "spouse": [], "official": {"given": "Edouard Francis", "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1848-07-18 08:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1848-07-18 08:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Kirmisson"}, "birth": {"tzo": "-00:06:13", "date": "1848-07-18 08:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1848-07-18 08:06:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-372"}, "ids-in-sources": {"a2": "372"}}, "raw": {"H": "8", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "18", "LAT": "47N13", "LON": "1W35", "MON": "7", "NUM": "372", "PRO": "S", "SEC": "20", "YEA": "1848", "CITY": "NANTES"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Kirmisson", "official": {"given": "Edouard Francis"}}, "birth": {"date": "1848-07-18 08:00", "place": {"name": "Nantes"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "522"}}, "raw": {"NR": "522", "GNR": "SA2372", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1848", "KORR": "", "MARS": "2", "MODE": "LMT", "MOND": "20", "NAME": "KIRMISSON (EDOUARD FRANCIS).", "AUFAB": "-2.50", "PHAS_": "97.000", "SONNE": "5", "VENUS": "5", "BREITE": "47 N 13", "GEBORT": "Nantes (Loire-Inférieure)", "LAENGE": "001 W 35", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "16", "GEBZEIT": "08.00", "JUPITER": "4", "ELECTAGE": "55,0", "ELECTDAT": "23.06.1903", "GEBDATUM": "18.07.1848", "STBDATUM": "21.09.1927"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-290"}, "ids-in-source": {"g55": "01-290"}}, "raw": {"DAY": "18-7-1848", "HOUR": "8 h.", "NAME": "KIRMISSON Edouard", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:47:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2462	labbe-marcel-1870-12-04	{"a2": "375", "g55": "01-292", "afd5": "528"}	{"g55": "01-292", "lerrcp": "A2-375", "muller": "M5-528"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Marcel", "family": "Labbé", "spouse": [], "official": {"given": "Marcel", "family": null}}	\N	{"lmt": null, "tzo": "+00:00:26", "date": "1870-12-04 16:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1870-12-04 15:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Labbe"}, "birth": {"tzo": "+00:00:26", "date": "1870-12-04 15:56:06", "place": {"c2": "76", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1870-12-04 15:55:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-375"}, "ids-in-sources": {"a2": "375"}}, "raw": {"H": "15", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "4", "LAT": "49N26", "LON": "1E 5", "MON": "12", "NUM": "375", "PRO": "S", "SEC": "40", "YEA": "1870", "CITY": "LE HAVRE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Labbé", "official": {"given": "Marcel"}}, "birth": {"date": "1870-12-04 16:00", "place": {"name": "le Havre"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "528"}}, "raw": {"NR": "528", "GNR": "SA2375", "JU_": "1", "MA_": "0", "MO_": "2", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1870", "KORR": "", "MARS": "23", "MODE": "LMT", "MOND": "2", "NAME": "LABBÉ (MARCEL).", "AUFAB": "7.20", "PHAS_": "85.500", "SONNE": "19", "VENUS": "19", "BREITE": "49 N 26", "GEBORT": "le Havre (Seine-Inférieure)", "LAENGE": "001 E 05", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "16", "GEBZEIT": "16.00", "JUPITER": "35", "ELECTAGE": "50,1", "ELECTDAT": "14.12.1920", "GEBDATUM": "04.12.1870", "STBDATUM": "29.05.1939"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-292"}, "ids-in-source": {"g55": "01-292"}}, "raw": {"DAY": "4-12-1870", "HOUR": "16 h.", "NAME": "LABBE Marcel", "PLACE": "Le Havre (Seine-Inférieure)."}, "date": "2023-08-20T14:47:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2467	ladrey-claude-1823-10-09	{"a2": "380", "g55": "01-296", "afd5": "535"}	{"g55": "01-296", "lerrcp": "A2-380", "muller": "M5-535"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Claude", "family": "Ladrey", "spouse": [], "official": {"given": "Claude", "family": null}}	\N	{"lmt": null, "tzo": "+00:20:08", "date": "1823-10-09 14:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Chatillon-sur-Seine", "geoid": 0}, "notime": null, "date-ut": "1823-10-09 13:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Ladrey"}, "birth": {"tzo": "+00:20:08", "date": "1823-10-09 14:00", "place": {"c2": "21", "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Chatillon-sur-Sein", "geoid": 0}, "date-ut": "1823-10-09 13:39:52"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-380"}, "ids-in-sources": {"a2": "380"}}, "raw": {"H": "13", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "9", "LAT": "47N19", "LON": "5E 2", "MON": "10", "NUM": "380", "PRO": "S", "SEC": "52", "YEA": "1823", "CITY": "CHATILLON S-SEIN"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Ladrey", "official": {"given": "Claude"}}, "birth": {"date": "1823-10-09 14:00", "place": {"name": "Châtillon-sur-Seine"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "535"}}, "raw": {"NR": "535", "GNR": "SA2380", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "4", "JAHR": "1823", "KORR": "", "MARS": "17", "MODE": "LMT", "MOND": "5", "NAME": "LADREY (CLAUDE).", "AUFAB": "7.70", "PHAS_": "22.300", "SONNE": "13", "VENUS": "14", "BREITE": "47 N 19", "GEBORT": "Châtillon-sur-Seine (Côte-d'Or)", "LAENGE": "005 E 02", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "27", "GEBZEIT": "14.00", "JUPITER": "20", "ELECTAGE": "58,2", "ELECTDAT": "13.12.1881", "GEBDATUM": "09.10.1823", "STBDATUM": "09.11.1885"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Chatillon-sur-Seine"}}, "partial-ids": {"g55": "01-296"}, "ids-in-source": {"g55": "01-296"}}, "raw": {"DAY": "9-10-1823", "HOUR": "14 h.", "NAME": "LADREY Claude", "PLACE": "Chatillon-sur-Seine (Côte-d’Or)."}, "date": "2023-08-20T14:47:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21935	rocha-ephraim-1923-09-18	{"rawlins-ertel-irving": "295"}	{"csicop": "CS-295"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ephraim", "family": "Rocha", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-10:30", "date": "1923-09-18 07:00", "note": null, "place": {"c1": null, "c2": "HI", "c3": null, "cy": "US", "lg": -155.08333, "lat": 19.71667, "name": null, "geoid": null}, "notime": null, "date-ut": "1923-09-18 17:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Ephraim", "family": "Rocha"}, "birth": {"tzo": "-10:30", "date": "1923-09-18 07:00", "place": {"c2": "HI", "cy": "US", "lg": -155.08333, "lat": 19.71667}, "date-ut": "1923-09-18 17:30"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "295"}}, "raw": {"LA1": "19", "LA2": "43", "LO1": "155", "LO2": "5", "AMPM": "A1", "MARS": "4", "NAME": "Rocha", "BATCH": "2", "Satz#": "295", "GEBDAT": "18 9 1923", "GEBORT": "HI", "GEBZEIT": "7 0", "VORNAME": "Ephraim", "SPORTART": "BASK", "ZEITZONE": "0,5"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21936	rollins-phil-1934-01-19	{"rawlins-ertel-irving": "296"}	{"csicop": "CS-296"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Phil", "family": "Rollins", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1934-01-19 12:30", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -89.08333, "lat": 36.96667, "name": null, "geoid": null}, "notime": null, "date-ut": "1934-01-19 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Phil", "family": "Rollins"}, "birth": {"tzo": "-06:00", "date": "1934-01-19 12:30", "place": {"c2": "KY", "cy": "US", "lg": -89.08333, "lat": 36.96667}, "date-ut": "1934-01-19 18:30"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "296"}}, "raw": {"LA1": "36", "LA2": "58", "LO1": "89", "LO2": "5", "AMPM": "A", "MARS": "26", "NAME": "Rollins", "BATCH": "3", "Satz#": "296", "GEBDAT": "19 1 1934", "GEBORT": "KY", "GEBZEIT": "12 30", "VORNAME": "Phil", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21937	romig-joseph-1941-04-11	{"rawlins-ertel-irving": "297"}	{"csicop": "CS-297"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Romig", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1941-04-11 22:52", "note": null, "place": {"c1": null, "c2": "UT", "c3": null, "cy": "US", "lg": -111.88333, "lat": 40.75, "name": null, "geoid": null}, "notime": null, "date-ut": "1941-04-12 05:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Romig"}, "birth": {"tzo": "-07:00", "date": "1941-04-11 22:52", "place": {"c2": "UT", "cy": "US", "lg": -111.88333, "lat": 40.75}, "date-ut": "1941-04-12 05:52"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "297"}}, "raw": {"LA1": "40", "LA2": "45", "LO1": "111", "LO2": "53", "AMPM": "P", "MARS": "31", "NAME": "Romig", "BATCH": "2", "Satz#": "297", "GEBDAT": "11 4 1941", "GEBORT": "UT", "GEBZEIT": "10 52", "VORNAME": "Joseph", "SPORTART": "FOOT", "ZEITZONE": "7"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21938	romney-elwood-1911-05-28	{"rawlins-ertel-irving": "298"}	{"csicop": "CS-298"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elwood", "family": "Romney", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1911-05-28 04:50", "note": null, "place": {"c1": null, "c2": "Ut", "c3": null, "cy": "US", "lg": -111.65, "lat": 40.23333, "name": null, "geoid": null}, "notime": null, "date-ut": "1911-05-28 11:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Elwood", "family": "Romney"}, "birth": {"tzo": "-07:00", "date": "1911-05-28 04:50", "place": {"c2": "Ut", "cy": "US", "lg": -111.65, "lat": 40.23333}, "date-ut": "1911-05-28 11:50"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "298"}}, "raw": {"LA1": "40", "LA2": "14", "LO1": "111", "LO2": "39", "AMPM": "A", "MARS": "5", "NAME": "Romney", "BATCH": "3", "Satz#": "298", "GEBDAT": "28 5 1911", "GEBORT": "Ut", "GEBZEIT": "4 50", "VORNAME": "Elwood", "SPORTART": "BASK", "ZEITZONE": "7"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21942	schultz-howie-1922-07-03	{"rawlins-ertel-irving": "310"}	{"csicop": "CS-310"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Howie", "family": "Schultz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1922-07-03 11:30", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.1, "lat": 44.95, "name": null, "geoid": null}, "notime": null, "date-ut": "1922-07-03 17:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Howie", "family": "Schultz"}, "birth": {"tzo": "-06:00", "date": "1922-07-03 11:30", "place": {"c2": "MN", "cy": "US", "lg": -93.1, "lat": 44.95}, "date-ut": "1922-07-03 17:30"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "310"}}, "raw": {"LA1": "44", "LA2": "57", "LO1": "93", "LO2": "6", "AMPM": "A", "MARS": "29", "NAME": "Schultz", "BATCH": "3", "Satz#": "310", "GEBDAT": "3 7 1922", "GEBORT": "MN", "GEBZEIT": "11 30", "VORNAME": "Howie", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21939	sale-forrest-1911-06-25	{"rawlins-ertel-irving": "302"}	{"csicop": "CS-302"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Forrest", "family": "Sale", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1911-06-25 24:20", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -84.9, "lat": 38.03333, "name": null, "geoid": null}, "notime": null, "date-ut": "1911-06-26 06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Forrest", "family": "Sale"}, "birth": {"tzo": "-06:00", "date": "1911-06-25 24:20", "place": {"c2": "KY", "cy": "US", "lg": -84.9, "lat": 38.03333}, "date-ut": "1911-06-26 06:20"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "302"}}, "raw": {"LA1": "38", "LA2": "2", "LO1": "84", "LO2": "54", "AMPM": "P", "MARS": "18", "NAME": "Sale", "BATCH": "3", "Satz#": "302", "GEBDAT": "25 6 1911", "GEBORT": "KY", "GEBZEIT": "12 20", "VORNAME": "Forrest", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21940	sample-john-1936-06-15	{"rawlins-ertel-irving": "303"}	{"csicop": "CS-303"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Sample", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1936-06-15 09:15", "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "US", "lg": -76.01667, "lat": 37.26667, "name": null, "geoid": null}, "notime": null, "date-ut": "1936-06-15 14:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "John", "family": "Sample"}, "birth": {"tzo": "-05:00", "date": "1936-06-15 09:15", "place": {"c2": "VA", "cy": "US", "lg": -76.01667, "lat": 37.26667}, "date-ut": "1936-06-15 14:15"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "303"}}, "raw": {"LA1": "37", "LA2": "16", "LO1": "76", "LO2": "1", "AMPM": "A", "MARS": "6", "NAME": "Sample", "BATCH": "2", "Satz#": "303", "GEBDAT": "15 6 1936", "GEBORT": "VA", "GEBZEIT": "9 15", "VORNAME": "John", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
17332	rose-peter-1941-04-14	{"d10": "1098", "3a_sports": "3571", "rawlins-ertel-irving": "299"}	{"ertel": "ES-3571", "csicop": "CS-299", "lerrcp": "D10-1098"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Peter", "family": "Rose", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1941-04-14      ", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati", "geoid": null}, "notime": null, "date-ut": "1941-04-14 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["baseball-player"]	5	null	[{"new": {"name": {"given": "Peter", "family": "Rose"}, "birth": {"tzo": "-05:00", "date": "1941-04-14      ", "place": {"c2": "OH", "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati"}, "date-ut": "1941-04-14 05:00"}, "notes": ["Value published in LERRCP corrected in APP"], "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1098"}}, "raw": {"H": "-----", "TZ": "5h", "DAY": "14", "LAT": "39N6", "LON": "84W31", "MON": "4", "NUM": "1098!", "PRO": "SP", "YEA": "1941", "CICO": "Cincinnati, OH", "NAME": "Rose Peter"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": ["CHECK birth day : D10-1098 1941-04-14 / CSID 299 1942-04-14"], "occus": [["baseball-player"]], "to-check": true, "ids-in-sources": {"rawlins-ertel-irving": "299"}}, "raw": {"LA1": "39", "LA2": "6", "LO1": "84", "LO2": "31", "AMPM": "A", "MARS": "28", "NAME": "Rose", "BATCH": "1", "Satz#": "299", "GEBDAT": "14 4 1942", "GEBORT": "OH", "GEBZEIT": "5 45", "VORNAME": "Peter Ed", "SPORTART": "BASE", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["baseball-player"], "partial-ids": {"ertel": "ES-3571"}}, "raw": {"L": "", "MF": "", "NR": "3571", "ENG": "", "MA_": "1", "G_NR": "1098", "MA12": "10", "MARS": "28", "NAME": "Rose", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-8,000", "CSINR": "299", "KURTZ": "", "PHAS_": "13,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "12.04.", "ZITATE": "B", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Peter Ed.", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "12.04.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BASE", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:36+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	["CHECK birth day : D10-1098 1941-04-14 / CSID 299 1942-04-14"]
17347	ryun-james-1947-04-29	{"d10": "1113", "3a_sports": "3636", "rawlins-ertel-irving": "300"}	{"ertel": "ES-3636", "csicop": "CS-300", "lerrcp": "D10-1113"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Ryun", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1947-04-29 17:00", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -97.33333, "lat": 37.7, "name": "Wichita", "geoid": null}, "notime": null, "date-ut": "1947-04-29 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "James", "family": "Ryun"}, "birth": {"tzo": "-06:00", "date": "1947-04-29 17:00", "place": {"c2": "KS", "cy": "US", "lg": -97.33333, "lat": 37.7, "name": "Wichita"}, "date-ut": "1947-04-29 23:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1113"}}, "raw": {"H": "17:00", "TZ": "6h", "DAY": "29", "LAT": "37N42", "LON": "97W20", "MON": "4", "NUM": "1113", "PRO": "SP", "YEA": "1947", "CICO": "Wichita, KS", "NAME": "Ryun James"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "300"}}, "raw": {"LA1": "37", "LA2": "41", "LO1": "97", "LO2": "20", "AMPM": "P", "MARS": "18", "NAME": "Ryun", "BATCH": "1", "Satz#": "300", "GEBDAT": "29 4 1947", "GEBORT": "KS", "GEBZEIT": "5 0", "VORNAME": "James Ronald", "SPORTART": "TRAC", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-3636"}}, "raw": {"L": "", "MF": "", "NR": "3636", "ENG": "", "MA_": "1", "G_NR": "1113", "MA12": "6", "MARS": "18", "NAME": "Ryun", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "11,200", "CSINR": "300", "KURTZ": "", "PHAS_": "62,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "29.04.", "ZITATE": "DKSTBX", "ZITSUM": "6", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "James Ronald", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "29.04.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "5"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2475	lambling-eugene-1857-11-10	{"a2": "388", "g55": "01-302", "afd5": "549"}	{"g55": "01-302", "lerrcp": "A2-388", "muller": "M5-549"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Eugène", "family": "Lambling", "spouse": [], "official": {"given": "Eugène Frédéric", "family": null}}	\N	{"lmt": null, "tzo": "+00:31:25", "date": "1857-11-10 19:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.85406, "lat": 48.76826, "name": "Bischwiller", "geoid": 3032544}, "notime": null, "date-ut": "1857-11-10 18:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Lambling"}, "birth": {"tzo": "+00:31:25", "date": "1857-11-10 19:00", "place": {"c2": "67", "cy": "FR", "lg": 7.85406, "lat": 48.76826, "name": "Bischwiller", "geoid": 3032544}, "date-ut": "1857-11-10 18:29"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-388"}, "ids-in-sources": {"a2": "388"}}, "raw": {"H": "18", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "10", "LAT": "48N35", "LON": "7E45", "MON": "11", "NUM": "388", "PRO": "S", "SEC": "0", "YEA": "1857", "CITY": "BISCHWILLER"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lambling", "official": {"given": "Eugène Frédéric"}}, "birth": {"date": "1857-11-10 19:00", "place": {"name": "Bischwiller"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "549"}}, "raw": {"NR": "549", "GNR": "SA2388", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "0", "SO_": "0", "VE_": "0", "CODE": "4", "JAHR": "1857", "KORR": "", "MARS": "25", "MODE": "LMT", "MOND": "26", "NAME": "LAMBLING (EUGENE FRÉDÉRIC).", "AUFAB": "-10.30", "PHAS_": "36.400", "SONNE": "22", "VENUS": "23", "BREITE": "48 N 35", "GEBORT": "Bischwiller (Bas-Rhin)", "LAENGE": "007 E 45", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "32", "GEBZEIT": "19.00", "JUPITER": "4", "ELECTAGE": "51,2", "ELECTDAT": "19.01.1909", "GEBDATUM": "10.11.1857", "STBDATUM": "19.03.1924"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-302"}, "ids-in-source": {"g55": "01-302"}}, "raw": {"DAY": "10-11-1857", "HOUR": "19 h.", "NAME": "LAMBLING Eugène", "PLACE": "Bischwiller (Bas-Rhin)."}, "date": "2023-08-20T14:47:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2476	lambret-oscar-1872-07-20	{"a2": "389", "g55": "01-303", "afd5": "550"}	{"g55": "01-303", "lerrcp": "A2-389", "muller": "M5-550"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Oscar", "family": "Lambret", "spouse": [], "official": {"given": "Oscar", "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1872-07-20 09:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Avesnes", "geoid": 0}, "notime": null, "date-ut": "1872-07-20 08:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Oscar", "family": "Lambert"}, "birth": {"tzo": "+00:12:20", "date": "1872-07-20 09:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Avesnes", "geoid": 0}, "date-ut": "1872-07-20 08:47:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-389"}, "ids-in-sources": {"a2": "389"}}, "raw": {"H": "8", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "20", "LAT": "50N39", "LON": "3E 5", "MON": "7", "NUM": "389", "PRO": "S", "SEC": "40", "YEA": "1872", "CITY": "AVESNES"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lambret", "official": {"given": "Oscar"}}, "birth": {"date": "1872-07-20 09:00", "place": {"name": "Avesnes-sur-Helpe"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "550"}}, "raw": {"NR": "550", "GNR": "SA2389", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1872", "KORR": "", "MARS": "7", "MODE": "LMT", "MOND": "24", "NAME": "LAMBRET (OSCAR).", "AUFAB": "3.20", "PHAS_": "99.400", "SONNE": "6", "VENUS": "6", "BREITE": "50 N 39", "GEBORT": "Avesnes-sur-Helpe (Nord)", "LAENGE": "003 E 05", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "25", "GEBZEIT": "09.00", "JUPITER": "5", "ELECTAGE": "63,9", "ELECTDAT": "26.05.1936", "GEBDATUM": "20.07.1872", "STBDATUM": "17.10.1943"}, "date": "2023-08-20T14:44:24+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Avesnes"}}, "partial-ids": {"g55": "01-303"}, "ids-in-source": {"g55": "01-303"}}, "raw": {"DAY": "20-7-1872", "HOUR": "9 h.", "NAME": "LAMBRET Oscar", "PLACE": "Avesnes (Nord)."}, "date": "2023-08-20T14:47:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2481	lannelongue-odilon-1840-12-04	{"a2": "394", "g55": "01-305", "afd5": "558"}	{"g55": "01-305", "lerrcp": "A2-394", "muller": "M5-558"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Odilon", "family": "Lannelongue", "spouse": [], "official": {"given": "Odilon Marc", "family": null}}	\N	{"lmt": null, "tzo": "+00:02:24", "date": "1840-12-04 06:00", "note": null, "place": {"c1": null, "c2": "32", "c3": null, "cy": "FR", "lg": 0.6, "lat": 43.66667, "name": "Castera-Verduzan", "geoid": 0}, "notime": null, "date-ut": "1840-12-04 06:02:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Odilon", "family": "Lannelongue"}, "birth": {"tzo": "+00:02:24", "date": "1840-12-04 06:04:40", "place": {"c2": "32", "cy": "FR", "lg": 0.6, "lat": 43.66667, "name": "Castera-Verduza", "geoid": 0}, "date-ut": "1840-12-04 06:02:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-394"}, "ids-in-sources": {"a2": "394"}}, "raw": {"H": "6", "MN": "2", "TZ": "0", "COD": "32", "COU": "F", "DAY": "4", "LAT": "43N40", "LON": "0E36", "MON": "12", "NUM": "394", "PRO": "S", "SEC": "16", "YEA": "1840", "CITY": "CASTERA-VERDUZA"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lannelongue", "official": {"given": "Odilon Marc"}}, "birth": {"date": "1840-12-04 06:00", "place": {"name": "Castéra-Verduzan"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "558"}}, "raw": {"NR": "558", "GNR": "SA2394", "JU_": "2", "MA_": "0", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1840", "KORR": "", "MARS": "8", "MODE": "LMT", "MOND": "25", "NAME": "LANNELONGUE (ODILON MARC).", "AUFAB": "10.10", "PHAS_": "67.300", "SONNE": "35", "VENUS": "32", "BREITE": "43 N 40", "GEBORT": "Castéra-Verduzan (Gers)", "LAENGE": "000 E 36", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "34", "GEBZEIT": "06.00", "JUPITER": "36", "ELECTAGE": "42,6", "ELECTDAT": "17.07.1883", "GEBDATUM": "04.12.1840", "STBDATUM": "22.12.1911"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Castera-Verduzan"}}, "partial-ids": {"g55": "01-305"}, "ids-in-source": {"g55": "01-305"}}, "raw": {"DAY": "4-12-1840", "HOUR": "6 h.", "NAME": "* LANNELONGUE Odilon", "PLACE": "Castera-Verduzan (Gers)."}, "date": "2023-08-20T14:47:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2487	lasnet-alexandre-1870-04-29	{"a2": "400", "g55": "01-308", "afd5": "566"}	{"g55": "01-308", "lerrcp": "A2-400", "muller": "M5-566"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alexandre", "family": "Lasnet", "spouse": [], "official": {"given": "Alexandre Bernard Etienne A", "family": null}}	\N	{"lmt": null, "tzo": "+00:24:36", "date": "1870-04-29 17:00", "note": null, "place": {"c1": null, "c2": "70", "c3": null, "cy": "FR", "lg": 6.15, "lat": 47.61667, "name": "Roche", "geoid": 0}, "notime": null, "date-ut": "1870-04-29 16:35:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Lasnet"}, "birth": {"tzo": "+00:24:36", "date": "1870-04-29 17:00", "place": {"c2": "70", "cy": "FR", "lg": 6.15, "lat": 47.61667, "name": "Roche", "geoid": 0}, "date-ut": "1870-04-29 16:35:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-400"}, "ids-in-sources": {"a2": "400"}}, "raw": {"H": "16", "MN": "35", "TZ": "0", "COD": "70", "COU": "F", "DAY": "29", "LAT": "47N37", "LON": "6E 9", "MON": "4", "NUM": "400", "PRO": "S", "SEC": "24", "YEA": "1870", "CITY": "ROCHE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lasnet", "official": {"given": "Alexandre Bernard Etienne A"}}, "birth": {"date": "1870-04-29 17:00", "place": {"name": "Roche-sur-Vanon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "566"}}, "raw": {"NR": "566", "GNR": "SA2400", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1870", "KORR": "", "MARS": "17", "MODE": "LMT", "MOND": "17", "NAME": "LASNET (ALEXANDRE BERNARD ETIENNE A.)", "AUFAB": "-4.00", "PHAS_": "3.000", "SONNE": "16", "VENUS": "22", "BREITE": "47 N 37", "GEBORT": "Roche-sur-Vanon (Haute-Saône)", "LAENGE": "006 E 09", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "29", "GEBZEIT": "17.00", "JUPITER": "14", "ELECTAGE": "64,1", "ELECTDAT": "15.05.1934", "GEBDATUM": "29.04.1870", "STBDATUM": "15.12.1940"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Roche"}}, "partial-ids": {"g55": "01-308"}, "ids-in-source": {"g55": "01-308"}}, "raw": {"DAY": "29-4-1870", "HOUR": "17 h.", "NAME": "LASNET Alexandre", "PLACE": "Roche (Haute-Saône)."}, "date": "2023-08-20T14:47:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21941	schreiner-david-1921-03-05	{"rawlins-ertel-irving": "308"}	{"csicop": "CS-308"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "David", "family": "Schreiner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1921-03-05 04:00", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -90.71667, "lat": 42.85, "name": null, "geoid": null}, "notime": null, "date-ut": "1921-03-05 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "David", "family": "Schreiner"}, "birth": {"tzo": "-06:00", "date": "1921-03-05 04:00", "place": {"c2": "WI", "cy": "US", "lg": -90.71667, "lat": 42.85}, "date-ut": "1921-03-05 10:00"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "308"}}, "raw": {"LA1": "42", "LA2": "51", "LO1": "90", "LO2": "43", "AMPM": "A", "MARS": "30", "NAME": "Schreiner", "BATCH": "3", "Satz#": "308", "GEBDAT": "5 3 1921", "GEBORT": "WI", "GEBZEIT": "4 0", "VORNAME": "David", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
17357	santee-wes-1932-03-25	{"d10": "1123", "3a_sports": "3675", "rawlins-ertel-irving": "304"}	{"ertel": "ES-3675", "csicop": "CS-304", "lerrcp": "D10-1123"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wes", "family": "Santee", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1932-03-25 13:00", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -99.78333, "lat": 37.2, "name": "Ashland", "geoid": null}, "notime": null, "date-ut": "1932-03-25 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Wes", "family": "Santee"}, "birth": {"tzo": "-06:00", "date": "1932-03-25 13:00", "place": {"c2": "KS", "cy": "US", "lg": -99.78333, "lat": 37.2, "name": "Ashland"}, "date-ut": "1932-03-25 19:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1123"}}, "raw": {"H": "13:00", "TZ": "6h", "DAY": "25", "LAT": "37N12", "LON": "99W47", "MON": "3", "NUM": "1123", "PRO": "SP", "YEA": "1932", "CICO": "Ashland, KS", "NAME": "Santee Wes"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "304"}}, "raw": {"LA1": "37", "LA2": "11", "LO1": "99", "LO2": "46", "AMPM": "P", "MARS": "11", "NAME": "Santee", "BATCH": "2", "Satz#": "304", "GEBDAT": "25 3 1932", "GEBORT": "KS", "GEBZEIT": "1 0", "VORNAME": "Wes (?)", "SPORTART": "TRAC", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-3675"}}, "raw": {"L": "", "MF": "", "NR": "3675", "ENG": "1", "MA_": "2", "G_NR": "1123", "MA12": "4", "MARS": "11", "NAME": "Santee", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-5,700", "CSINR": "304", "KURTZ": "", "PHAS_": "91,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "25.03.", "ZITATE": "TEX", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Was (?)", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "25.03.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17369	schmidt-kathy-1953-12-29	{"d10": "1135", "3a_sports": "3738", "rawlins-ertel-irving": "306"}	{"ertel": "ES-3738", "csicop": "CS-306", "lerrcp": "D10-1135"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kathy", "family": "Schmidt", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "-08:00", "date": "1953-12-29 10:08", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.18333, "lat": 33.78333, "name": "Long Beach", "geoid": null}, "notime": null, "date-ut": "1953-12-29 18:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Kathy", "family": "Schmidt"}, "birth": {"tzo": "-08:00", "date": "1953-12-29 10:08", "place": {"c2": "CA", "cy": "US", "lg": -118.18333, "lat": 33.78333, "name": "Long Beach"}, "date-ut": "1953-12-29 18:08"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1135"}}, "raw": {"H": "10:08", "TZ": "8h", "DAY": "29", "LAT": "33N47", "LON": "118W11", "MON": "12", "NUM": "1135", "PRO": "SP", "YEA": "1953", "CICO": "Long Beach, CA", "NAME": "Schmidt Kathy"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "306"}}, "raw": {"LA1": "33", "LA2": "46", "LO1": "118", "LO2": "11", "AMPM": "A", "MARS": "14", "NAME": "Schmidt", "BATCH": "2", "Satz#": "306", "GEBDAT": "29 12 1953", "GEBORT": "CA", "GEBZEIT": "10 8", "VORNAME": "Kathy", "SPORTART": "TRAC", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "F", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-3738"}}, "raw": {"L": "", "MF": "F", "NR": "3738", "ENG": "", "MA_": "1", "G_NR": "1135", "MA12": "5", "MARS": "14", "NAME": "Schmidt", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-9,400", "CSINR": "306", "KURTZ": "", "PHAS_": "43,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "29.12.", "ZITATE": "KT", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Kathy", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "29.12.1953", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17372	schollander-donald-1946-04-30	{"d10": "1138", "3a_sports": "3746", "rawlins-ertel-irving": "307"}	{"ertel": "ES-3746", "csicop": "CS-307", "lerrcp": "D10-1138"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Donald", "family": "Schollander", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1946-04-30 12:34", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -80.85, "lat": 35.21667, "name": "Charlotte", "geoid": null}, "notime": null, "date-ut": "1946-04-30 17:34"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "Donald", "family": "Schollander"}, "birth": {"tzo": "-05:00", "date": "1946-04-30 12:34", "place": {"c2": "NC", "cy": "US", "lg": -80.85, "lat": 35.21667, "name": "Charlotte"}, "date-ut": "1946-04-30 17:34"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1138"}}, "raw": {"H": "12:34", "TZ": "5h", "DAY": "30", "LAT": "35N13", "LON": "80W51", "MON": "4", "NUM": "1138", "PRO": "SP", "YEA": "1946", "CICO": "Charlotte, NC", "NAME": "Schollander Donald"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["swimmer"]], "ids-in-sources": {"rawlins-ertel-irving": "307"}}, "raw": {"LA1": "35", "LA2": "13", "LO1": "80", "LO2": "51", "AMPM": "P", "MARS": "2", "NAME": "Schollander", "BATCH": "1", "Satz#": "307", "GEBDAT": "30 4 1946", "GEBORT": "NC", "GEBZEIT": "12 34", "VORNAME": "Donald", "SPORTART": "SWIM", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["swimmer"], "partial-ids": {"ertel": "ES-3746"}}, "raw": {"L": "", "MF": "", "NR": "3746", "ENG": "1", "MA_": "2", "G_NR": "1138", "MA12": "1", "MARS": "2", "NAME": "Schollander", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-5,700", "CSINR": "307", "KURTZ": "", "PHAS_": "3,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "30.04.", "ZITATE": "DKSEFX", "ZITSUM": "6", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Donald", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "30.04.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SWIM", "CHRISNAME": "1", "ZITSUM_OD": "5"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2491	laubry-charles-1872-11-11	{"a2": "404", "g55": "01-310", "afd5": "570"}	{"g55": "01-310", "lerrcp": "A2-404", "muller": "M5-570"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles", "family": "Laubry", "spouse": [], "official": {"given": "Charles", "family": null}}	\N	{"lmt": null, "tzo": "+00:14:54", "date": "1872-11-11 22:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.72489, "lat": 48.00057, "name": "Saint-Florentin", "geoid": 2980111}, "notime": null, "date-ut": "1872-11-11 21:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Laubry"}, "birth": {"tzo": "+00:14:54", "date": "1872-11-11 22:00", "place": {"c2": "89", "cy": "FR", "lg": 3.72489, "lat": 48.00057, "name": "Saint-Florentin", "geoid": 2980111}, "date-ut": "1872-11-11 21:45:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-404"}, "ids-in-sources": {"a2": "404"}}, "raw": {"H": "21", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "11", "LAT": "47N48", "LON": "3E35", "MON": "11", "NUM": "404", "PRO": "S", "SEC": "40", "YEA": "1872", "CITY": "ST-FLORENTIN"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Laubry", "official": {"given": "Charles"}}, "birth": {"date": "1872-11-11 22:00", "place": {"name": "Saint-Florentin"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "570"}}, "raw": {"NR": "570", "GNR": "SA2404", "JU_": "0", "MA_": "1", "MO_": "2", "SA_": "1", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1872", "KORR": "", "MARS": "30", "MODE": "LMT", "MOND": "11", "NAME": "LAUBRY (CHARLES).", "AUFAB": "9.70", "PHAS_": "80.200", "SONNE": "25", "VENUS": "23", "BREITE": "47 N 48", "GEBORT": "Saint-Florentin (Yonne)", "LAENGE": "003 E 35", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "21", "GEBZEIT": "22.00", "JUPITER": "33", "ELECTAGE": "61,1", "ELECTDAT": "28.11.1933", "GEBDATUM": "11.11.1872", "STBDATUM": "11.08.1960"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-310"}, "ids-in-source": {"g55": "01-310"}}, "raw": {"DAY": "11-11-1872", "HOUR": "22 h.", "NAME": "LAUBRY Charles", "PLACE": "Saint-Florentin (Yonne)."}, "date": "2023-08-20T14:47:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2496	le-double-anatole-1848-08-14	{"a2": "409", "g55": "01-317", "afd5": "580"}	{"g55": "01-317", "lerrcp": "A2-409", "muller": "M5-580"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Anatole", "family": "Le Double", "spouse": [], "official": {"given": "Anatole Félix", "family": null}}	\N	{"lmt": null, "tzo": "+00:18:56", "date": "1848-08-14 19:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Rocroy", "geoid": 0}, "notime": null, "date-ut": "1848-08-14 18:41:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Anatole", "family": "Le Double"}, "birth": {"tzo": "+00:18:56", "date": "1848-08-14 19:00", "place": {"c2": "08", "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Rocroy", "geoid": 0}, "date-ut": "1848-08-14 18:41:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-409"}, "ids-in-sources": {"a2": "409"}}, "raw": {"H": "18", "MN": "41", "TZ": "0", "COD": "08", "COU": "F", "DAY": "14", "LAT": "49N46", "LON": "4E44", "MON": "8", "NUM": "409", "PRO": "S", "SEC": "4", "YEA": "1848", "CITY": "ROCROY"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Le Double", "official": {"given": "Anatole Félix"}}, "birth": {"date": "1848-08-14 19:00", "place": {"name": "Rocroy"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "580"}}, "raw": {"NR": "580", "GNR": "SA2409", "JU_": "1", "MA_": "0", "MO_": "2", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1848", "KORR": "", "MARS": "17", "MODE": "LMT", "MOND": "1", "NAME": "LE DOUBLE (ANATOLE FÉLIX).", "AUFAB": "3.20", "PHAS_": "99.100", "SONNE": "18", "VENUS": "18", "BREITE": "49 N 46", "GEBORT": "Rocroy (Ardennes)", "LAENGE": "004 E 44", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "34", "GEBZEIT": "19.00", "JUPITER": "19", "ELECTAGE": "49,6", "ELECTDAT": "08.03.1898", "GEBDATUM": "14.08.1848", "STBDATUM": "22.10.1913"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Rocroy"}}, "partial-ids": {"g55": "01-317"}, "ids-in-source": {"g55": "01-317"}}, "raw": {"DAY": "14-8-1848", "HOUR": "19 h.", "NAME": "LE DOUBLE Anatole", "PLACE": "Rocroy (Ardennes)."}, "date": "2023-08-20T14:47:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2497	leduc-stephane-1853-11-09	{"a2": "410", "g55": "01-318", "afd5": "595"}	{"g55": "01-318", "lerrcp": "A2-410", "muller": "M5-595"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Stéphane", "family": "Leduc", "spouse": [], "official": {"given": "Stéphane Armand Nicolas", "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1853-11-09 02:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1853-11-09 02:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Stéphane", "family": "Leduc"}, "birth": {"tzo": "-00:06:13", "date": "1853-11-09 02:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1853-11-09 02:06:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-410"}, "ids-in-sources": {"a2": "410"}}, "raw": {"H": "2", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "9", "LAT": "47N13", "LON": "1W35", "MON": "11", "NUM": "410", "PRO": "S", "SEC": "20", "YEA": "1853", "CITY": "NANTES"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Leduc", "official": {"given": "Stéphane Armand Nicolas"}}, "birth": {"date": "1853-11-09 02:00", "place": {"name": "Nantes"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "595"}}, "raw": {"NR": "595", "GNR": "SA2410", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1853", "KORR": "", "MARS": "3", "MODE": "LMT", "MOND": "21", "NAME": "LEDUC (STÉPHANE ARMAND NICOLAS).", "AUFAB": "10.80", "PHAS_": "60.800", "SONNE": "30", "VENUS": "27", "BREITE": "47 N 13", "GEBORT": "Nantes (Loire-Inférieure)", "LAENGE": "001 W 35", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "11", "GEBZEIT": "02.00", "JUPITER": "27", "ELECTAGE": "59,6", "ELECTDAT": "17.06.1913", "GEBDATUM": "09.11.1853", "STBDATUM": "08.03.1939"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-318"}, "ids-in-source": {"g55": "01-318"}}, "raw": {"DAY": "9-11-1853", "HOUR": "2 h.", "NAME": "LEDUC Stéphane", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:47:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2506	lejars-felix-1863-01-30	{"a2": "419", "g55": "01-325", "afd5": "601"}	{"g55": "01-325", "lerrcp": "A2-419", "muller": "M5-601"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Félix", "family": "Lejars", "spouse": [], "official": {"given": "Félix Marie Louis", "family": null}}	\N	{"lmt": null, "tzo": "+00:04:22", "date": "1863-01-30 23:00", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 1.09207, "lat": 48.19829, "name": "Unverre", "geoid": 2971375}, "notime": null, "date-ut": "1863-01-30 22:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Lejars"}, "birth": {"tzo": "+00:04:22", "date": "1863-01-30 23:00", "place": {"c2": "28", "cy": "FR", "lg": 1.09207, "lat": 48.19829, "name": "Unverre", "geoid": 2971375}, "date-ut": "1863-01-30 22:54"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-419"}, "ids-in-sources": {"a2": "419"}}, "raw": {"H": "22", "MN": "54", "TZ": "0", "COD": "28", "COU": "F", "DAY": "30", "LAT": "48N27", "LON": "1E30", "MON": "1", "NUM": "419", "PRO": "S", "SEC": "0", "YEA": "1863", "CITY": "UNVERRE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lejars", "official": {"given": "Félix Marie Louis"}}, "birth": {"date": "1863-01-30 23:00", "place": {"name": "Unverre"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "601"}}, "raw": {"NR": "601", "GNR": "SA2419", "JU_": "1", "MA_": "0", "MO_": "2", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1863", "KORR": "", "MARS": "16", "MODE": "LMT", "MOND": "12", "NAME": "LEJARS (FÉLIX MARIE LOUIS).", "AUFAB": "8.10", "PHAS_": "79.600", "SONNE": "26", "VENUS": "25", "BREITE": "48 N 27", "GEBORT": "Unverre (Eure-et-Loir)", "LAENGE": "001 E 30", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "2", "GEBZEIT": "23.00", "JUPITER": "35", "ELECTAGE": "61,2", "ELECTDAT": "08.04.1924", "GEBDATUM": "30.01.1863", "STBDATUM": "08.08.1932"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-325"}, "ids-in-source": {"g55": "01-325"}}, "raw": {"DAY": "30-1-1863", "HOUR": "23 h.", "NAME": "LEJARS Félix", "PLACE": "Unverre (Eure-et-Loire)."}, "date": "2023-08-20T14:47:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2509	lemaistre-justin-1847-04-17	{"a2": "422", "g55": "01-327", "afd5": "606"}	{"g55": "01-327", "lerrcp": "A2-422", "muller": "M5-606"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Justin", "family": "Lemaistre", "spouse": [], "official": {"given": "Justin", "family": null}}	\N	{"lmt": null, "tzo": "+00:04:33", "date": "1847-04-17 12:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.13581, "lat": 45.79663, "name": "Aixe-sur-Vienne", "geoid": 3038352}, "notime": null, "date-ut": "1847-04-17 11:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Justin", "family": "Lemaistre"}, "birth": {"tzo": "+00:04:33", "date": "1847-04-17 12:00", "place": {"c2": "87", "cy": "FR", "lg": 1.13581, "lat": 45.79663, "name": "Aixe-sur-Vienne", "geoid": 3038352}, "date-ut": "1847-04-17 11:55"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-422"}, "ids-in-sources": {"a2": "422"}}, "raw": {"H": "11", "MN": "55", "TZ": "0", "COD": "87", "COU": "F", "DAY": "17", "LAT": "45N50", "LON": "1E15", "MON": "4", "NUM": "422", "PRO": "S", "SEC": "0", "YEA": "1847", "CITY": "AIXE-S/VIENNE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lemaistre", "official": {"given": "Justin"}}, "birth": {"date": "1847-04-17 12:00", "place": {"name": "Aixe-sur-Vienne"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "606"}}, "raw": {"NR": "606", "GNR": "SA2422", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "2", "VE_": "0", "CODE": "3", "JAHR": "1847", "KORR": "", "MARS": "18", "MODE": "LMT", "MOND": "7", "NAME": "LEMAISTRE (JUSTIN).", "AUFAB": "3.50", "PHAS_": "4.300", "SONNE": "10", "VENUS": "7", "BREITE": "45 N 50", "GEBORT": "Aixe-sur-Vienne (Haute-Vienne)", "LAENGE": "001 E 15", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "14", "GEBZEIT": "12.00", "JUPITER": "6", "ELECTAGE": "61,0", "ELECTDAT": "24.03.1908", "GEBDATUM": "17.04.1847", "STBDATUM": "16.12.1908"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-327"}, "ids-in-source": {"g55": "01-327"}}, "raw": {"DAY": "17-4-1847", "HOUR": "12 h.", "NAME": "LEMAISTRE Justin", "PLACE": "Aixe-sur-Vienne (Haute-Vienne)."}, "date": "2023-08-20T14:47:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21943	sears-victor-1918-03-04	{"rawlins-ertel-irving": "312"}	{"csicop": "CS-312"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Sears", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1918-03-04 21:26", "note": null, "place": {"c1": null, "c2": "OR", "c3": null, "cy": "US", "lg": -120.75, "lat": 44.73333, "name": null, "geoid": null}, "notime": null, "date-ut": "1918-03-05 05:26"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Sears"}, "birth": {"tzo": "-08:00", "date": "1918-03-04 21:26", "place": {"c2": "OR", "cy": "US", "lg": -120.75, "lat": 44.73333}, "date-ut": "1918-03-05 05:26"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "312"}}, "raw": {"LA1": "44", "LA2": "44", "LO1": "120", "LO2": "45", "AMPM": "P", "MARS": "4", "NAME": "Sears", "BATCH": "2", "Satz#": "312", "GEBDAT": "4 3 1918", "GEBORT": "OR", "GEBZEIT": "9 26", "VORNAME": "Victor", "SPORTART": "FOOT", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21944	seidel-glenn-1914-07-27	{"rawlins-ertel-irving": "314"}	{"csicop": "CS-314"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Glenn", "family": "Seidel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1914-07-27 05:00", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": null, "geoid": null}, "notime": null, "date-ut": "1914-07-27 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Glenn", "family": "Seidel"}, "birth": {"tzo": "-06:00", "date": "1914-07-27 05:00", "place": {"c2": "MN", "cy": "US", "lg": -93.26667, "lat": 44.98333}, "date-ut": "1914-07-27 11:00"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "314"}}, "raw": {"LA1": "44", "LA2": "59", "LO1": "93", "LO2": "16", "AMPM": "A", "MARS": "30", "NAME": "Seidel", "BATCH": "3", "Satz#": "314", "GEBDAT": "27 7 1914", "GEBORT": "MN", "GEBZEIT": "5 0", "VORNAME": "Glenn", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
22013	blixen-karen-1885-04-17	{"afd3": "27"}	{"muller": "M3-27"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karen", "family": "Blixen", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1885-04-17 16:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DK", "lg": 12.55, "lat": 55.88, "name": "Rungsted", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Karen", "family": "Blixen"}, "birth": {"lmt": true, "tzo": "", "date": "1885-04-17 16:00", "place": {"c1": "", "c2": "", "cy": "DK", "lg": 12.55, "lat": 55.88, "name": "Rungsted"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "27"}}, "raw": {"CY": "DK", "GQ": "N", "LG": "012 E 33", "LAT": "55 N 53", "TZO": "", "DATE": "17.04.1885", "MUID": "027", "NAME": "BLIXEN, Karen (BLIXEN-FINECKE Tania)", "OCCU": "AR 01", "TIME": "16.00", "BOOKS": "123456", "PLACE": "Rungsted", "TIMOD": "LMT", "SOURCE": "SA"}, "date": "2023-08-20T14:44:42+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
17385	sefton-william-1915-01-21	{"d10": "1151", "3a_sports": "3778", "rawlins-ertel-irving": "313"}	{"ertel": "ES-3778", "csicop": "CS-313", "lerrcp": "D10-1151"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Sefton", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1915-01-21 02:20", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1915-01-21 10:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "William", "family": "Sefton"}, "birth": {"tzo": "-08:00", "date": "1915-01-21 02:20", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1915-01-21 10:20"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1151"}}, "raw": {"H": "02:20", "TZ": "8h", "DAY": "21", "LAT": "34N4", "LON": "118W15", "MON": "1", "NUM": "1151", "PRO": "SP", "YEA": "1915", "CICO": "Los Angeles, CA", "NAME": "Sefton William"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "313"}}, "raw": {"LA1": "34", "LA2": "3", "LO1": "118", "LO2": "15", "AMPM": "A", "MARS": "31", "NAME": "Sefton", "BATCH": "2", "Satz#": "313", "GEBDAT": "21 1 1915", "GEBORT": "CA", "GEBZEIT": "2 20", "VORNAME": "William", "SPORTART": "TRAC", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-3778"}}, "raw": {"L": "", "MF": "", "NR": "3778", "ENG": "", "MA_": "1", "G_NR": "1151", "MA12": "11", "MARS": "31", "NAME": "Sefton", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "8,600", "CSINR": "313", "KURTZ": "", "PHAS_": "29,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "21.01.", "ZITATE": "TO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "William", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "21.01.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
21945	seltz-rolland-1924-01-25	{"rawlins-ertel-irving": "315"}	{"csicop": "CS-315"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rolland", "family": "Seltz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1924-01-25 19:55", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -95.88333, "lat": 47.63333, "name": null, "geoid": null}, "notime": null, "date-ut": "1924-01-26 01:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Rolland", "family": "Seltz"}, "birth": {"tzo": "-06:00", "date": "1924-01-25 19:55", "place": {"c2": "MN", "cy": "US", "lg": -95.88333, "lat": 47.63333}, "date-ut": "1924-01-26 01:55"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "315"}}, "raw": {"LA1": "47", "LA2": "38", "LO1": "95", "LO2": "53", "AMPM": "P", "MARS": "27", "NAME": "Seltz", "BATCH": "3", "Satz#": "315", "GEBDAT": "25 1 1924", "GEBORT": "MN", "GEBZEIT": "7 55", "VORNAME": "Rolland", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21946	selvy-frank-1932-11-09	{"rawlins-ertel-irving": "316"}	{"csicop": "CS-316"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frank", "family": "Selvy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1932-11-09 06:10", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -84.08333, "lat": 36.95, "name": null, "geoid": null}, "notime": null, "date-ut": "1932-11-09 12:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Frank", "family": "Selvy"}, "birth": {"tzo": "-06:00", "date": "1932-11-09 06:10", "place": {"c2": "KY", "cy": "US", "lg": -84.08333, "lat": 36.95}, "date-ut": "1932-11-09 12:10"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "316"}}, "raw": {"LA1": "36", "LA2": "57", "LO1": "84", "LO2": "5", "AMPM": "A", "MARS": "9", "NAME": "Selvy", "BATCH": "3", "Satz#": "316", "GEBDAT": "9 11 1932", "GEBORT": "KY", "GEBZEIT": "6 10", "VORNAME": "Frank", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21947	shaver-gaius-1910-08-14	{"rawlins-ertel-irving": "317"}	{"csicop": "CS-317"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaius", "family": "Shaver", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1910-08-14 09:20", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -117.86667, "lat": 34.08333, "name": null, "geoid": null}, "notime": null, "date-ut": "1910-08-14 17:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Gaius", "family": "Shaver"}, "birth": {"tzo": "-08:00", "date": "1910-08-14 09:20", "place": {"c2": "CA", "cy": "US", "lg": -117.86667, "lat": 34.08333}, "date-ut": "1910-08-14 17:20"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "317"}}, "raw": {"LA1": "34", "LA2": "5", "LO1": "117", "LO2": "52", "AMPM": "A", "MARS": "5", "NAME": "Shaver", "BATCH": "3", "Satz#": "317", "GEBDAT": "14 8 1910", "GEBORT": "CA", "GEBZEIT": "9 20", "VORNAME": "Gaius", "SPORTART": "FOOT", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21948	shavlik-ron-1933-12-04	{"rawlins-ertel-irving": "318"}	{"csicop": "CS-318"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ron", "family": "Shavlik", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1933-12-04 05:45", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "US", "lg": -104.98333, "lat": 39.73333, "name": null, "geoid": null}, "notime": null, "date-ut": "1933-12-04 12:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Ron", "family": "Shavlik"}, "birth": {"tzo": "-07:00", "date": "1933-12-04 05:45", "place": {"c2": "CO", "cy": "US", "lg": -104.98333, "lat": 39.73333}, "date-ut": "1933-12-04 12:45"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "318"}}, "raw": {"LA1": "39", "LA2": "44", "LO1": "104", "LO2": "59", "AMPM": "A", "MARS": "32", "NAME": "Shavlik", "BATCH": "3", "Satz#": "318", "GEBDAT": "4 12 1933", "GEBORT": "CO", "GEBZEIT": "5 45", "VORNAME": "Ron", "SPORTART": "BASK", "ZEITZONE": "7"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21949	silliman-mike-1944-05-05	{"rawlins-ertel-irving": "320"}	{"csicop": "CS-320"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mike", "family": "Silliman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1944-05-05 08:45", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -85.76667, "lat": 38.25, "name": null, "geoid": null}, "notime": null, "date-ut": "1944-05-05 14:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Mike", "family": "Silliman"}, "birth": {"tzo": "-06:00", "date": "1944-05-05 08:45", "place": {"c2": "KY", "cy": "US", "lg": -85.76667, "lat": 38.25}, "date-ut": "1944-05-05 14:45"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "320"}}, "raw": {"LA1": "38", "LA2": "15", "LO1": "85", "LO2": "46", "AMPM": "A", "MARS": "34", "NAME": "Silliman", "BATCH": "3", "Satz#": "320", "GEBDAT": "5 5 1944", "GEBORT": "KY", "GEBZEIT": "8 45", "VORNAME": "Mike", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21950	sington-fredyerick-1910-02-24	{"rawlins-ertel-irving": "323"}	{"csicop": "CS-323"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fredyerick", "family": "Sington", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1910-02-24 13:30", "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "US", "lg": -86.8, "lat": 33.51667, "name": null, "geoid": null}, "notime": null, "date-ut": "1910-02-24 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Fredyerick", "family": "Sington"}, "birth": {"tzo": "-06:00", "date": "1910-02-24 13:30", "place": {"c2": "AL", "cy": "US", "lg": -86.8, "lat": 33.51667}, "date-ut": "1910-02-24 19:30"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "323"}}, "raw": {"LA1": "33", "LA2": "31", "LO1": "86", "LO2": "48", "AMPM": "P", "MARS": "5", "NAME": "Sington", "BATCH": "3", "Satz#": "323", "GEBDAT": "24 2 1910", "GEBORT": "AL", "GEBZEIT": "1 30", "VORNAME": "Fredyerick", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21951	skinner-roy-1930-04-17	{"rawlins-ertel-irving": "324"}	{"csicop": "CS-324"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roy", "family": "Skinner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1930-04-17 01:30", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -88.61667, "lat": 37.08333, "name": null, "geoid": null}, "notime": null, "date-ut": "1930-04-17 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Roy", "family": "Skinner"}, "birth": {"tzo": "-06:00", "date": "1930-04-17 01:30", "place": {"c2": "KY", "cy": "US", "lg": -88.61667, "lat": 37.08333}, "date-ut": "1930-04-17 07:30"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "324"}}, "raw": {"LA1": "37", "LA2": "5", "LO1": "88", "LO2": "37", "AMPM": "A", "MARS": "33", "NAME": "Skinner", "BATCH": "3", "Satz#": "324", "GEBDAT": "17 4 1930", "GEBORT": "KY", "GEBZEIT": "1 30", "VORNAME": "Roy", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21952	skoog-myer-1926-11-02	{"rawlins-ertel-irving": "325"}	{"csicop": "CS-325"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Myer", "family": "Skoog", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1926-11-02 13:20", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -92.11667, "lat": 46.78333, "name": null, "geoid": null}, "notime": null, "date-ut": "1926-11-02 19:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Myer", "family": "Skoog"}, "birth": {"tzo": "-06:00", "date": "1926-11-02 13:20", "place": {"c2": "MN", "cy": "US", "lg": -92.11667, "lat": 46.78333}, "date-ut": "1926-11-02 19:20"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "325"}}, "raw": {"LA1": "46", "LA2": "47", "LO1": "92", "LO2": "7", "AMPM": "P", "MARS": "30", "NAME": "Skoog", "BATCH": "3", "Satz#": "325", "GEBDAT": "2 11 1926", "GEBORT": "MN", "GEBZEIT": "1 20", "VORNAME": "Myer", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21953	smith-bruce-p-1920-02-08	{"rawlins-ertel-irving": "327"}	{"csicop": "CS-327"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruce/P", "family": "Smith", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1920-02-08 12:30", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.26667, "lat": 44.28333, "name": null, "geoid": null}, "notime": null, "date-ut": "1920-02-08 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Bruce/P", "family": "Smith"}, "birth": {"tzo": "-06:00", "date": "1920-02-08 12:30", "place": {"c2": "MN", "cy": "US", "lg": -93.26667, "lat": 44.28333}, "date-ut": "1920-02-08 18:30"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "327"}}, "raw": {"LA1": "44", "LA2": "17", "LO1": "93", "LO2": "16", "AMPM": "A", "MARS": "2", "NAME": "Smith", "BATCH": "3", "Satz#": "327", "GEBDAT": "8 2 1920", "GEBORT": "MN", "GEBZEIT": "12 30", "VORNAME": "Bruce/P", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21954	smith-greg-1947-01-28	{"rawlins-ertel-irving": "328"}	{"csicop": "CS-328"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Greg", "family": "Smith", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1947-01-28 04:30", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -87.88333, "lat": 37.11667, "name": null, "geoid": null}, "notime": null, "date-ut": "1947-01-28 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Greg", "family": "Smith"}, "birth": {"tzo": "-06:00", "date": "1947-01-28 04:30", "place": {"c2": "KY", "cy": "US", "lg": -87.88333, "lat": 37.11667}, "date-ut": "1947-01-28 10:30"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "328"}}, "raw": {"LA1": "37", "LA2": "7", "LO1": "87", "LO2": "53", "AMPM": "A", "MARS": "34", "NAME": "Smith", "BATCH": "3", "Satz#": "328", "GEBDAT": "28 1 1947", "GEBORT": "KY", "GEBZEIT": "4 30", "VORNAME": "Greg", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21966	tatum-jack-1948-11-18	{"rawlins-ertel-irving": "353"}	{"csicop": "CS-353"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jack", "family": "Tatum", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1948-11-18 19:00", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -81.38333, "lat": 35.38333, "name": null, "geoid": null}, "notime": null, "date-ut": "1948-11-19 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Jack", "family": "Tatum"}, "birth": {"tzo": "-05:00", "date": "1948-11-18 19:00", "place": {"c2": "NC", "cy": "US", "lg": -81.38333, "lat": 35.38333}, "date-ut": "1948-11-19 00:00"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "353"}}, "raw": {"LA1": "35", "LA2": "23", "LO1": "81", "LO2": "23", "AMPM": "P", "MARS": "19", "NAME": "Tatum", "BATCH": "2", "Satz#": "353", "GEBDAT": "18 11 1948", "GEBORT": "NC", "GEBZEIT": "7 0", "VORNAME": "Jack", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
17433	smith-steve-1951-11-24	{"d10": "1199", "3a_sports": "3848", "rawlins-ertel-irving": "330"}	{"ertel": "ES-3848", "csicop": "CS-330", "lerrcp": "D10-1199"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Steve", "family": "Smith", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1951-11-24 04:42", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.18333, "lat": 33.78333, "name": "Long Beach", "geoid": null}, "notime": null, "date-ut": "1951-11-24 12:42"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Steve", "family": "Smith"}, "birth": {"tzo": "-08:00", "date": "1951-11-24 04:42", "place": {"c2": "CA", "cy": "US", "lg": -118.18333, "lat": 33.78333, "name": "Long Beach"}, "date-ut": "1951-11-24 12:42"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1199"}}, "raw": {"H": "04:42", "TZ": "8h", "DAY": "24", "LAT": "33N47", "LON": "118W11", "MON": "11", "NUM": "1199", "PRO": "SP", "YEA": "1951", "CICO": "Long Beach, CA", "NAME": "Smith Steve"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "330"}}, "raw": {"LA1": "33", "LA2": "46", "LO1": "118", "LO2": "11", "AMPM": "A", "MARS": "5", "NAME": "Smith", "BATCH": "2", "Satz#": "330", "GEBDAT": "24 11 1951", "GEBORT": "CA", "GEBZEIT": "4 42", "VORNAME": "Steve", "SPORTART": "TRAC", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-3848"}}, "raw": {"L": "", "MF": "", "NR": "3848", "ENG": "", "MA_": "1", "G_NR": "1199", "MA12": "2", "MARS": "5", "NAME": "Smith", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-9,600", "CSINR": "330", "KURTZ": "", "PHAS_": "29,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "24.11.", "ZITATE": "J", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Steve", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "24.11.1951", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
21955	snead-norman-1939-07-31	{"rawlins-ertel-irving": "332"}	{"csicop": "CS-332"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Norman", "family": "Snead", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1939-07-31 10:10", "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "US", "lg": -78.83333, "lat": 36.75, "name": null, "geoid": null}, "notime": null, "date-ut": "1939-07-31 15:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Norman", "family": "Snead"}, "birth": {"tzo": "-05:00", "date": "1939-07-31 10:10", "place": {"c2": "VA", "cy": "US", "lg": -78.83333, "lat": 36.75}, "date-ut": "1939-07-31 15:10"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "332"}}, "raw": {"LA1": "36", "LA2": "45", "LO1": "78", "LO2": "50", "AMPM": "A", "MARS": "26", "NAME": "Snead", "BATCH": "2", "Satz#": "332", "GEBDAT": "31 7 1939", "GEBORT": "VA", "GEBZEIT": "10 10", "VORNAME": "Norman", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21956	speight-bob-1930-10-07	{"rawlins-ertel-irving": "333"}	{"csicop": "CS-333"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bob", "family": "Speight", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1930-10-07 06:30", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -78.63333, "lat": 35.76667, "name": null, "geoid": null}, "notime": null, "date-ut": "1930-10-07 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Bob", "family": "Speight"}, "birth": {"tzo": "-05:00", "date": "1930-10-07 06:30", "place": {"c2": "NC", "cy": "US", "lg": -78.63333, "lat": 35.76667}, "date-ut": "1930-10-07 11:30"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "333"}}, "raw": {"LA1": "35", "LA2": "46", "LO1": "78", "LO2": "38", "AMPM": "A", "MARS": "9", "NAME": "Speight", "BATCH": "3", "Satz#": "333", "GEBDAT": "7 10 1930", "GEBORT": "NC", "GEBZEIT": "6 30", "VORNAME": "Bob", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21957	spessard-robert-1915-12-11	{"rawlins-ertel-irving": "334"}	{"csicop": "CS-334"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Spessard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1915-12-11 12:10", "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "US", "lg": -79.93333, "lat": 37.26667, "name": null, "geoid": null}, "notime": null, "date-ut": "1915-12-11 17:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Spessard"}, "birth": {"tzo": "-05:00", "date": "1915-12-11 12:10", "place": {"c2": "VA", "cy": "US", "lg": -79.93333, "lat": 37.26667}, "date-ut": "1915-12-11 17:10"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "334"}}, "raw": {"LA1": "37", "LA2": "16", "LO1": "79", "LO2": "56", "AMPM": "A", "MARS": "3", "NAME": "Spessard", "BATCH": "3", "Satz#": "334", "GEBDAT": "11 12 1915", "GEBORT": "VA", "GEBZEIT": "12 10", "VORNAME": "Robert", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
2517	leriche-rene-1879-10-12	{"a2": "430", "g55": "01-331", "afd5": "619"}	{"g55": "01-331", "lerrcp": "A2-430", "muller": "M5-619"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "René", "family": "Leriche", "spouse": [], "official": {"given": "René Henri Marie", "family": null}}	\N	{"lmt": null, "tzo": "+00:16:16", "date": "1879-10-12 15:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.06802, "lat": 46.03624, "name": "Roanne", "geoid": 2983362}, "notime": null, "date-ut": "1879-10-12 14:42:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Leriche"}, "birth": {"tzo": "+00:16:16", "date": "1879-10-12 15:00", "place": {"c2": "42", "cy": "FR", "lg": 4.06802, "lat": 46.03624, "name": "Roanne", "geoid": 2983362}, "date-ut": "1879-10-12 14:42:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-430"}, "ids-in-sources": {"a2": "430"}}, "raw": {"H": "14", "MN": "42", "TZ": "0", "COD": "42", "COU": "F", "DAY": "12", "LAT": "45N26", "LON": "4E23", "MON": "10", "NUM": "430", "PRO": "S", "SEC": "28", "YEA": "1879", "CITY": "ROANNE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Leriche", "official": {"given": "René Henri Marie"}}, "birth": {"date": "1879-10-12 15:00", "place": {"name": "Roanne"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "619"}}, "raw": {"NR": "619", "GNR": "SA2430", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1879", "KORR": "", "MARS": "29", "MODE": "LMT", "MOND": "18", "NAME": "LERICHE (RENÉ HENRI MARIE).", "AUFAB": "-8.90", "PHAS_": "17.400", "SONNE": "15", "VENUS": "17", "BREITE": "45 N 26", "GEBORT": "Roanne (Loire)", "LAENGE": "004 E 23", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "33", "GEBZEIT": "15.00", "JUPITER": "35", "ELECTAGE": "49,4", "ELECTDAT": "12.02.1929", "GEBDATUM": "12.10.1879", "STBDATUM": "28.12.1955"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-331"}, "ids-in-source": {"g55": "01-331"}}, "raw": {"DAY": "12-10-1879", "HOUR": "15 h.", "NAME": "LERICHE Renée", "PLACE": "Roanne (Loire)."}, "date": "2023-08-20T14:47:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2521	lesbre-francois-1858-03-12	{"a2": "434", "g55": "01-333", "afd5": "625"}	{"g55": "01-333", "lerrcp": "A2-434", "muller": "M5-625"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "François", "family": "Lesbre", "spouse": [], "official": {"given": "François Xavier", "family": null}}	\N	{"lmt": null, "tzo": "+00:12:21", "date": "1858-03-12 22:30", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.08677, "lat": 46.11548, "name": "Ebreuil", "geoid": 3020569}, "notime": null, "date-ut": "1858-03-12 22:16:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "François", "family": "Lesbre"}, "birth": {"tzo": "+00:12:21", "date": "1858-03-12 22:29", "place": {"c2": "03", "cy": "FR", "lg": 3.08677, "lat": 46.11548, "name": "Ébreuil", "geoid": 3020569}, "date-ut": "1858-03-12 22:16:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-434"}, "ids-in-sources": {"a2": "434"}}, "raw": {"H": "22", "MN": "16", "TZ": "0", "COD": "03", "COU": "F", "DAY": "12", "LAT": "46N34", "LON": "3E20", "MON": "3", "NUM": "434", "PRO": "S", "SEC": "40", "YEA": "1858", "CITY": "EBREUIL"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lesbre", "official": {"given": "François Xavier"}}, "birth": {"date": "1858-03-12 22:30", "place": {"name": "Ebreuil"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "625"}}, "raw": {"NR": "625", "GNR": "SA2434", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1858", "KORR": "", "MARS": "35", "MODE": "LMT", "MOND": "28", "NAME": "LESBRE (FRANÇOIS XAVIER).", "AUFAB": "-7.50", "PHAS_": "13.400", "SONNE": "25", "VENUS": "25", "BREITE": "46 N 34", "GEBORT": "Ebreuil (Allier)", "LAENGE": "003 E 20", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "12", "GEBZEIT": "22.30", "JUPITER": "18", "ELECTAGE": "61,9", "ELECTDAT": "27.01.1920", "GEBDATUM": "12.03.1858", "STBDATUM": "26.01.1942"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-333"}, "ids-in-source": {"g55": "01-333"}}, "raw": {"DAY": "12-3-1858", "HOUR": "22 h. 30", "NAME": "* LESBRE François", "PLACE": "Ebreuil (Allier)."}, "date": "2023-08-20T14:47:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2534	lobstein-ernest-1878-08-27	{"a2": "447", "g55": "01-342", "afd5": "642"}	{"g55": "01-342", "lerrcp": "A2-447", "muller": "M5-642"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Ernest", "family": "Lobstein", "spouse": [], "official": {"given": "Ernest", "family": null}}	\N	{"lmt": null, "tzo": "+00:25:25", "date": "1878-08-27 01:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.35574, "lat": 47.48211, "name": "Rougemont", "geoid": 2982593}, "notime": null, "date-ut": "1878-08-27 00:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Lobstein"}, "birth": {"tzo": "+00:25:25", "date": "1878-08-27 01:00", "place": {"c2": "25", "cy": "FR", "lg": 6.35574, "lat": 47.48211, "name": "Rougemont", "geoid": 2982593}, "date-ut": "1878-08-27 00:35:52"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-447"}, "ids-in-sources": {"a2": "447"}}, "raw": {"H": "0", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "27", "LAT": "47N15", "LON": "6E 2", "MON": "8", "NUM": "447", "PRO": "S", "SEC": "52", "YEA": "1878", "CITY": "ROUGEMONT"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lobstein", "official": {"given": "Ernest"}}, "birth": {"date": "1878-08-27 01:00", "place": {"name": "Rougemont"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "642"}}, "raw": {"NR": "642", "GNR": "SA2447", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1878", "KORR": "", "MARS": "28", "MODE": "LMT", "MOND": "31", "NAME": "LOBSTEIN (ERNEST).", "AUFAB": "-4.80", "PHAS_": "2.300", "SONNE": "29", "VENUS": "33", "BREITE": "47 N 15", "GEBORT": "Rougemont (Doubs)", "LAENGE": "006 E 02", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "8", "GEBZEIT": "01.00", "JUPITER": "16", "ELECTAGE": "57,2", "ELECTDAT": "12.11.1935", "GEBDATUM": "27.08.1878", "STBDATUM": "02.03.1936"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-342"}, "ids-in-source": {"g55": "01-342"}}, "raw": {"DAY": "27-8-1878", "HOUR": "1 h.", "NAME": "LOBSTEIN Ernest", "PLACE": "Rougemont (Doubs)."}, "date": "2023-08-20T14:47:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2541	lucet-adrien-1858-10-27	{"a2": "454", "g55": "01-345", "afd5": "651"}	{"g55": "01-345", "lerrcp": "A2-454", "muller": "M5-651"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Adrien", "family": "Lucet", "spouse": [], "official": {"given": "Adrien", "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1858-10-27 20:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 3.05851, "lat": 48.03901, "name": "Courtenay", "geoid": 3022911}, "notime": null, "date-ut": "1858-10-27 19:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Adrien", "family": "Lucet"}, "birth": {"tzo": "+00:12:14", "date": "1858-10-27 20:04:38", "place": {"c2": "45", "cy": "FR", "lg": 3.05851, "lat": 48.03901, "name": "Courtenay", "geoid": 3022911}, "date-ut": "1858-10-27 19:52:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-454"}, "ids-in-sources": {"a2": "454"}}, "raw": {"H": "19", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "27", "LAT": "47N54", "LON": "1E54", "MON": "10", "NUM": "454", "PRO": "S", "SEC": "24", "YEA": "1858", "CITY": "COURTENAY"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lucet", "official": {"given": "Adrien"}}, "birth": {"date": "1858-10-27 20:00", "place": {"name": "Courtenay"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "651"}}, "raw": {"NR": "651", "GNR": "SA2454", "JU_": "2", "MA_": "0", "MO_": "2", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1858", "KORR": "", "MARS": "16", "MODE": "LMT", "MOND": "36", "NAME": "LUCET (ADRIEN).", "AUFAB": "-9.20", "PHAS_": "75.900", "SONNE": "23", "VENUS": "20", "BREITE": "47 N 54", "GEBORT": "Courtenay (Loiret)", "LAENGE": "001 E 54", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "30", "GEBZEIT": "20.00", "JUPITER": "1", "ELECTAGE": "51,4", "ELECTDAT": "15.03.1910", "GEBDATUM": "27.10.1858", "STBDATUM": "16.12.1918"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-345"}, "ids-in-source": {"g55": "01-345"}}, "raw": {"DAY": "27-10-1858", "HOUR": "20 h.", "NAME": "LUCET Adrien", "PLACE": "Courtenay (Loiret)."}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21958	steinmark-freddie-1949-01-27	{"rawlins-ertel-irving": "340"}	{"csicop": "CS-340"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Freddie", "family": "Steinmark", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1949-01-27 24:31", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "US", "lg": -105.08333, "lat": 39.76667, "name": null, "geoid": null}, "notime": null, "date-ut": "1949-01-28 07:31"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Freddie", "family": "Steinmark"}, "birth": {"tzo": "-07:00", "date": "1949-01-27 24:31", "place": {"c2": "CO", "cy": "US", "lg": -105.08333, "lat": 39.76667}, "date-ut": "1949-01-28 07:31"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "340"}}, "raw": {"LA1": "39", "LA2": "46", "LO1": "105", "LO2": "5", "AMPM": "P", "MARS": "9", "NAME": "Steinmark", "BATCH": "3", "Satz#": "340", "GEBDAT": "27 1 1949", "GEBORT": "CO", "GEBZEIT": "12 31", "VORNAME": "Freddie", "SPORTART": "FOOT", "ZEITZONE": "7"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21959	stephenson-donald-1935-07-10	{"rawlins-ertel-irving": "341"}	{"csicop": "CS-341"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Donald", "family": "Stephenson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1935-07-10 02:45", "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "US", "lg": -86.95, "lat": 33.4, "name": null, "geoid": null}, "notime": null, "date-ut": "1935-07-10 08:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Donald", "family": "Stephenson"}, "birth": {"tzo": "-06:00", "date": "1935-07-10 02:45", "place": {"c2": "AL", "cy": "US", "lg": -86.95, "lat": 33.4}, "date-ut": "1935-07-10 08:45"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "341"}}, "raw": {"LA1": "33", "LA2": "24", "LO1": "86", "LO2": "57", "AMPM": "A", "MARS": "23", "NAME": "Stephenson", "BATCH": "2", "Satz#": "341", "GEBDAT": "10 7 1935", "GEBORT": "AL", "GEBZEIT": "2 45", "VORNAME": "Donald", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
22108	magnani-anna-1908-03-07	{"afd3": "143"}	{"muller": "M3-143"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anna", "family": "Magnani", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1908-03-07 13:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Rom", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Anna", "family": "Magnani"}, "birth": {"tzo": "+01:00", "date": "1908-03-07 13:30", "place": {"c1": "", "c2": "", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Rom"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd3": "143"}}, "raw": {"CY": "I", "GQ": "N", "LG": "012 E 30", "LAT": "41 N 54", "TZO": "-1.00", "DATE": "07.03.1908", "MUID": "143", "NAME": "MAGNANI, Anna", "OCCU": "AR 03", "TIME": "13.30", "BOOKS": "1234567", "PLACE": "Rom", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
17465	steinkraus-william-1925-10-12	{"d10": "1231", "3a_sports": "3899", "rawlins-ertel-irving": "339"}	{"ertel": "ES-3899", "csicop": "CS-339", "lerrcp": "D10-1231"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Steinkraus", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1925-10-12 14:30", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1925-10-12 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["equestrian"]	5	null	[{"new": {"name": {"given": "William", "family": "Steinkraus"}, "birth": {"tzo": "-05:00", "date": "1925-10-12 14:30", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1925-10-12 19:30"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1231"}}, "raw": {"H": "14:30", "TZ": "5h", "DAY": "12", "LAT": "41N30", "LON": "81W42", "MON": "10", "NUM": "1231", "PRO": "SP", "YEA": "1925", "CICO": "Cleveland, OH", "NAME": "Steinkraus William"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["equestrian"]], "ids-in-sources": {"rawlins-ertel-irving": "339"}}, "raw": {"LA1": "41", "LA2": "30", "LO1": "81", "LO2": "42", "AMPM": "P", "MARS": "14", "NAME": "Steinkraus", "BATCH": "1", "Satz#": "339", "GEBDAT": "12 10 1925", "GEBORT": "OH", "GEBZEIT": "2 30", "VORNAME": "William C", "SPORTART": "HORS", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["equestrian"], "partial-ids": {"ertel": "ES-3899"}}, "raw": {"L": "", "MF": "", "NR": "3899", "ENG": "", "MA_": "1", "G_NR": "1231", "MA12": "5", "MARS": "14", "NAME": "Steinkraus", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-9,000", "CSINR": "339", "KURTZ": "", "PHAS_": "29,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "12.10.", "ZITATE": "DS", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "William C.", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "12.10.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "HORS", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
21960	steuber-robert-1921-10-25	{"rawlins-ertel-irving": "342"}	{"csicop": "CS-342"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Steuber", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1921-10-25 14:00", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -75.15, "lat": 39.78333, "name": null, "geoid": null}, "notime": null, "date-ut": "1921-10-25 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Steuber"}, "birth": {"tzo": "-05:00", "date": "1921-10-25 14:00", "place": {"c2": "NJ", "cy": "US", "lg": -75.15, "lat": 39.78333}, "date-ut": "1921-10-25 19:00"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "342"}}, "raw": {"LA1": "39", "LA2": "47", "LO1": "75", "LO2": "9", "AMPM": "P", "MARS": "16", "NAME": "Steuber", "BATCH": "3", "Satz#": "342", "GEBDAT": "25 10 1921", "GEBORT": "NJ", "GEBZEIT": "2 0", "VORNAME": "Robert", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21961	stillwagon-jim-1949-02-11	{"rawlins-ertel-irving": "343"}	{"csicop": "CS-343"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jim", "family": "Stillwagon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1949-02-11 02:25", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -82.48333, "lat": 40.38333, "name": null, "geoid": null}, "notime": null, "date-ut": "1949-02-11 07:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Jim", "family": "Stillwagon"}, "birth": {"tzo": "-05:00", "date": "1949-02-11 02:25", "place": {"c2": "OH", "cy": "US", "lg": -82.48333, "lat": 40.38333}, "date-ut": "1949-02-11 07:25"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "343"}}, "raw": {"LA1": "40", "LA2": "23", "LO1": "82", "LO2": "29", "AMPM": "A", "MARS": "29", "NAME": "Stillwagon", "BATCH": "2", "Satz#": "343", "GEBDAT": "11 2 1949", "GEBORT": "OH", "GEBZEIT": "2 25", "VORNAME": "Jim", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21962	svare-harland-1930-11-25	{"rawlins-ertel-irving": "345"}	{"csicop": "CS-345"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Harland", "family": "Svare", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1930-11-25 13:00", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -95.8, "lat": 44.78333, "name": null, "geoid": null}, "notime": null, "date-ut": "1930-11-25 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Harland", "family": "Svare"}, "birth": {"tzo": "-06:00", "date": "1930-11-25 13:00", "place": {"c2": "MN", "cy": "US", "lg": -95.8, "lat": 44.78333}, "date-ut": "1930-11-25 19:00"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "345"}}, "raw": {"LA1": "44", "LA2": "47", "LO1": "95", "LO2": "48", "AMPM": "P", "MARS": "19", "NAME": "Svare", "BATCH": "3", "Satz#": "345", "GEBDAT": "25 11 1930", "GEBORT": "MN", "GEBZEIT": "1 0", "VORNAME": "Harland", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21963	swartz-dan-1931-12-23	{"rawlins-ertel-irving": "346"}	{"csicop": "CS-346"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dan", "family": "Swartz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1931-12-23 03:00", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -83.76667, "lat": 38.15, "name": null, "geoid": null}, "notime": null, "date-ut": "1931-12-23 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Dan", "family": "Swartz"}, "birth": {"tzo": "-06:00", "date": "1931-12-23 03:00", "place": {"c2": "KY", "cy": "US", "lg": -83.76667, "lat": 38.15}, "date-ut": "1931-12-23 09:00"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "346"}}, "raw": {"LA1": "38", "LA2": "9", "LO1": "83", "LO2": "46", "AMPM": "A", "MARS": "31", "NAME": "Swartz", "BATCH": "3", "Satz#": "346", "GEBDAT": "23 12 1931", "GEBORT": "KY", "GEBZEIT": "3 0", "VORNAME": "Dan", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21964	syzmanski-richard-1932-11-07	{"rawlins-ertel-irving": "349"}	{"csicop": "CS-349"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Syzmanski", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1932-11-07 06:17", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83.53333, "lat": 41.65, "name": null, "geoid": null}, "notime": null, "date-ut": "1932-11-07 11:17"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Syzmanski"}, "birth": {"tzo": "-05:00", "date": "1932-11-07 06:17", "place": {"c2": "OH", "cy": "US", "lg": -83.53333, "lat": 41.65}, "date-ut": "1932-11-07 11:17"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "349"}}, "raw": {"LA1": "41", "LA2": "39", "LO1": "83", "LO2": "32", "AMPM": "A", "MARS": "8", "NAME": "Syzmanski", "BATCH": "2", "Satz#": "349", "GEBDAT": "7 11 1932", "GEBORT": "OH", "GEBZEIT": "6 17", "VORNAME": "Richard", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21965	talbloom-edward-1921-05-05	{"rawlins-ertel-irving": "350"}	{"csicop": "CS-350"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edward", "family": "Talbloom", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1921-05-05 14:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.33333, "lat": 40.85, "name": null, "geoid": null}, "notime": null, "date-ut": "1921-05-05 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Edward", "family": "Talbloom"}, "birth": {"tzo": "-06:00", "date": "1921-05-05 14:00", "place": {"c2": "OH", "cy": "US", "lg": -84.33333, "lat": 40.85}, "date-ut": "1921-05-05 20:00"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "350"}}, "raw": {"LA1": "40", "LA2": "51", "LO1": "84", "LO2": "20", "AMPM": "P", "MARS": "11", "NAME": "Talbloom", "BATCH": "2", "Satz#": "350", "GEBDAT": "5 5 1921", "GEBORT": "OH", "GEBZEIT": "2 0", "VORNAME": "Edward", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
17484	sweeney-walter-1941-04-18	{"d10": "1250", "3a_sports": "3941", "rawlins-ertel-irving": "347"}	{"ertel": "ES-3941", "csicop": "CS-347", "lerrcp": "D10-1250"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Sweeney", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1941-04-18 09:20", "note": null, "place": {"c1": null, "c2": "MA", "c3": null, "cy": "US", "lg": -70.8, "lat": 42.23333, "name": "Cohasset", "geoid": null}, "notime": null, "date-ut": "1941-04-18 14:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Sweeney"}, "birth": {"tzo": "-05:00", "date": "1941-04-18 09:20", "place": {"c2": "MA", "cy": "US", "lg": -70.8, "lat": 42.23333, "name": "Cohasset"}, "date-ut": "1941-04-18 14:20"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1250"}}, "raw": {"H": "09:20", "TZ": "5h", "DAY": "18", "LAT": "42N14", "LON": "70W48", "MON": "4", "NUM": "1250", "PRO": "SP", "YEA": "1941", "CICO": "Cohasset, MA", "NAME": "Sweeney Walter"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "347"}}, "raw": {"LA1": "42", "LA2": "14", "LO1": "70", "LO2": "48", "AMPM": "A", "MARS": "14", "NAME": "Sweeney", "BATCH": "1", "Satz#": "347", "GEBDAT": "18 4 1941", "GEBORT": "MA", "GEBZEIT": "9 20", "VORNAME": "Walter F", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-3941"}}, "raw": {"L": "", "MF": "", "NR": "3941", "ENG": "0", "MA_": "2", "G_NR": "1250", "MA12": "3", "MARS": "9", "NAME": "Sweeney", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-10,70", "CSINR": "347", "KURTZ": "", "PHAS_": "55,900", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "18.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Walter F.", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.04.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17493	tarkenton-francis-1940-02-03	{"d10": "1259", "3a_sports": "3970", "rawlins-ertel-irving": "351"}	{"ertel": "ES-3970", "csicop": "CS-351", "lerrcp": "D10-1259"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Tarkenton", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1940-02-03 00:42", "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "US", "lg": -77.45, "lat": 37.55, "name": "Richmond", "geoid": null}, "notime": null, "date-ut": "1940-02-03 05:42"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Francis", "family": "Tarkenton"}, "birth": {"tzo": "-05:00", "date": "1940-02-03 00:42", "place": {"c2": "VA", "cy": "US", "lg": -77.45, "lat": 37.55, "name": "Richmond"}, "date-ut": "1940-02-03 05:42"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1259"}}, "raw": {"H": "00:42", "TZ": "5h", "DAY": "3", "LAT": "37N33", "LON": "77W27", "MON": "2", "NUM": "1259", "PRO": "SP", "YEA": "1940", "CICO": "Richmond, VA", "NAME": "Tarkenton Francis"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "351"}}, "raw": {"LA1": "37", "LA2": "32", "LO1": "77", "LO2": "27", "AMPM": "A", "MARS": "21", "NAME": "Tarkenton", "BATCH": "1", "Satz#": "351", "GEBDAT": "3 2 1940", "GEBORT": "VA", "GEBZEIT": "12 42", "VORNAME": "Francis A", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-3970"}}, "raw": {"L": "", "MF": "", "NR": "3970", "ENG": "", "MA_": "1", "G_NR": "1259", "MA12": "7", "MARS": "21", "NAME": "Tarkenton", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-9,600", "CSINR": "351", "KURTZ": "", "PHAS_": "25,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "03.02.", "ZITATE": "B", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Francis A.", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "03.02.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
21967	taylor-bruce-l-1948-05-28	{"rawlins-ertel-irving": "355"}	{"csicop": "CS-355"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruce L", "family": "Taylor", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1948-05-28 04:33", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.26667, "lat": 40.51667, "name": null, "geoid": null}, "notime": null, "date-ut": "1948-05-28 09:33"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Bruce L", "family": "Taylor"}, "birth": {"tzo": "-05:00", "date": "1948-05-28 04:33", "place": {"c2": "NJ", "cy": "US", "lg": -74.26667, "lat": 40.51667}, "date-ut": "1948-05-28 09:33"}, "occus": [["athletics-competitor"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "355"}}, "raw": {"LA1": "40", "LA2": "31", "LO1": "74", "LO2": "16", "AMPM": "A", "MARS": "33", "NAME": "Taylor", "BATCH": "2", "Satz#": "354", "GEBDAT": "28 5 1948", "GEBORT": "NJ", "GEBZEIT": "4 33", "VORNAME": "Bruce L", "SPORTART": "TRAC", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21968	thacker-tom-1939-11-02	{"rawlins-ertel-irving": "356"}	{"csicop": "CS-356"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tom", "family": "Thacker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1939-11-02 23:42", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -84.51667, "lat": 39.08333, "name": null, "geoid": null}, "notime": null, "date-ut": "1939-11-03 04:42"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Tom", "family": "Thacker"}, "birth": {"tzo": "-05:00", "date": "1939-11-02 23:42", "place": {"c2": "KY", "cy": "US", "lg": -84.51667, "lat": 39.08333}, "date-ut": "1939-11-03 04:42"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "356"}}, "raw": {"LA1": "39", "LA2": "5", "LO1": "84", "LO2": "31", "AMPM": "P", "MARS": "17", "NAME": "Thacker", "BATCH": "3", "Satz#": "356", "GEBDAT": "2 11 1939", "GEBORT": "KY", "GEBZEIT": "11 42", "VORNAME": "Tom", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21969	theismann-joseph-1949-09-19	{"rawlins-ertel-irving": "357"}	{"csicop": "CS-357"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Theismann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1949-09-19 07:15", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.38333, "lat": 40.45, "name": null, "geoid": null}, "notime": null, "date-ut": "1949-09-19 12:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Theismann"}, "birth": {"tzo": "-05:00", "date": "1949-09-19 07:15", "place": {"c2": "NJ", "cy": "US", "lg": -74.38333, "lat": 40.45}, "date-ut": "1949-09-19 12:15"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "357"}}, "raw": {"LA1": "40", "LA2": "27", "LO1": "74", "LO2": "23", "AMPM": "A", "MARS": "6", "NAME": "Theismann", "BATCH": "2", "Satz#": "357", "GEBDAT": "19 9 1949", "GEBORT": "NJ", "GEBZEIT": "7 15", "VORNAME": "Joseph", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21972	tonnemaker-f-clayton-1928-06-08	{"rawlins-ertel-irving": "363"}	{"csicop": "CS-363"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "F/Clayton", "family": "Tonnemaker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1928-06-08 21:00", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.41667, "lat": 45.83333, "name": null, "geoid": null}, "notime": null, "date-ut": "1928-06-09 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "F/Clayton", "family": "Tonnemaker"}, "birth": {"tzo": "-06:00", "date": "1928-06-08 21:00", "place": {"c2": "MN", "cy": "US", "lg": -93.41667, "lat": 45.83333}, "date-ut": "1928-06-09 03:00"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "363"}}, "raw": {"LA1": "45", "LA2": "50", "LO1": "93", "LO2": "25", "AMPM": "P", "MARS": "29", "NAME": "Tonnemaker", "BATCH": "3", "Satz#": "363", "GEBDAT": "8 6 1928", "GEBORT": "MN", "GEBZEIT": "9 0", "VORNAME": "F/Clayton", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21970	thompson-john-1906-02-10	{"rawlins-ertel-irving": "359"}	{"csicop": "CS-359"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Thompson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1906-02-10 19:30", "note": null, "place": {"c1": null, "c2": "UT", "c3": null, "cy": "US", "lg": -113.58333, "lat": 37.1, "name": null, "geoid": null}, "notime": null, "date-ut": "1906-02-11 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "John", "family": "Thompson"}, "birth": {"tzo": "-07:00", "date": "1906-02-10 19:30", "place": {"c2": "UT", "cy": "US", "lg": -113.58333, "lat": 37.1}, "date-ut": "1906-02-11 02:30"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "359"}}, "raw": {"LA1": "37", "LA2": "6", "LO1": "113", "LO2": "35", "AMPM": "P", "MARS": "15", "NAME": "Thompson", "BATCH": "3", "Satz#": "359", "GEBDAT": "10 2 1906", "GEBORT": "UT", "GEBZEIT": "7 30", "VORNAME": "John", "SPORTART": "BASK", "ZEITZONE": "7"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21971	timberlake-robert-1943-10-18	{"rawlins-ertel-irving": "362"}	{"csicop": "CS-362"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Timberlake", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1943-10-18 04:58", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.4, "lat": 39.51667, "name": null, "geoid": null}, "notime": null, "date-ut": "1943-10-18 10:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Timberlake"}, "birth": {"tzo": "-06:00", "date": "1943-10-18 04:58", "place": {"c2": "OH", "cy": "US", "lg": -84.4, "lat": 39.51667}, "date-ut": "1943-10-18 10:58"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "362"}}, "raw": {"LA1": "39", "LA2": "31", "LO1": "84", "LO2": "24", "AMPM": "A", "MARS": "10", "NAME": "Timberlake", "BATCH": "2", "Satz#": "362", "GEBDAT": "18 10 1943", "GEBORT": "OH", "GEBZEIT": "4 58", "VORNAME": "Robert", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
17505	thomas-john-1941-03-03	{"d10": "1271", "3a_sports": "4015", "rawlins-ertel-irving": "358"}	{"ertel": "ES-4015", "csicop": "CS-358", "lerrcp": "D10-1271"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Thomas", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1941-03-03 21:55", "note": null, "place": {"c1": null, "c2": "MA", "c3": null, "cy": "US", "lg": -71.06667, "lat": 42.36667, "name": "Boston", "geoid": null}, "notime": null, "date-ut": "1941-03-04 02:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "John", "family": "Thomas"}, "birth": {"tzo": "-05:00", "date": "1941-03-03 21:55", "place": {"c2": "MA", "cy": "US", "lg": -71.06667, "lat": 42.36667, "name": "Boston"}, "date-ut": "1941-03-04 02:55"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1271"}}, "raw": {"H": "21:55", "TZ": "5h", "DAY": "3", "LAT": "42N22", "LON": "71W4", "MON": "3", "NUM": "1271", "PRO": "SP", "YEA": "1941", "CICO": "Boston, MA", "NAME": "Thomas John"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "358"}}, "raw": {"LA1": "42", "LA2": "22", "LO1": "71", "LO2": "3", "AMPM": "P", "MARS": "30", "NAME": "Thomas", "BATCH": "3", "Satz#": "358", "GEBDAT": "3 3 1941", "GEBORT": "MA", "GEBZEIT": "9 55", "VORNAME": "John", "SPORTART": "TRAC", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-4015"}}, "raw": {"L": "", "MF": "", "NR": "4015", "ENG": "", "MA_": "1", "G_NR": "1271", "MA12": "10", "MARS": "30", "NAME": "Thomas", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "7,100", "CSINR": "358", "KURTZ": "", "PHAS_": "20,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "03.03.", "ZITATE": "DKTEOX", "ZITSUM": "6", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "John", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "03.03.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "5"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17512	thurston-frederick-1933-12-29	{"d10": "1278", "3a_sports": "4020", "rawlins-ertel-irving": "360"}	{"ertel": "ES-4020", "csicop": "CS-360", "lerrcp": "D10-1278"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frederick", "family": "Thurston", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1933-12-29 15:00", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -91.45, "lat": 44.8, "name": "Altoona", "geoid": null}, "notime": null, "date-ut": "1933-12-29 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Frederick", "family": "Thurston"}, "birth": {"tzo": "-06:00", "date": "1933-12-29 15:00", "place": {"c2": "WI", "cy": "US", "lg": -91.45, "lat": 44.8, "name": "Altoona"}, "date-ut": "1933-12-29 21:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1278"}}, "raw": {"H": "15:00", "TZ": "6h", "DAY": "29", "LAT": "44N48", "LON": "91W27", "MON": "12", "NUM": "1278", "PRO": "SP", "YEA": "1933", "CICO": "Altoona, WI", "NAME": "Thurston Frederick"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "360"}}, "raw": {"LA1": "44", "LA2": "48", "LO1": "91", "LO2": "26", "AMPM": "P", "MARS": "12", "NAME": "Thurston", "BATCH": "1", "Satz#": "360", "GEBDAT": "29 12 1933", "GEBORT": "WI", "GEBZEIT": "3 0", "VORNAME": "Frederick C", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-4020"}}, "raw": {"L": "", "MF": "", "NR": "4020", "ENG": "1", "MA_": "2", "G_NR": "1278", "MA12": "4", "MARS": "12", "NAME": "Thurston", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "5,700", "CSINR": "360", "KURTZ": "", "PHAS_": "92,600", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "29.12.", "ZITATE": "X", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Frederick C.", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "29.12.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2546	magnan-jacques-1835-03-16	{"a2": "459", "g55": "01-348", "afd5": "658"}	{"g55": "01-348", "lerrcp": "A2-459", "muller": "M5-658"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jacques", "family": "Magnan", "spouse": [], "official": {"given": "Jacques Joseph Valentin", "family": null}}	\N	{"lmt": null, "tzo": "+00:11:35", "date": "1835-03-16 08:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "notime": null, "date-ut": "1835-03-16 07:48:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Magnan"}, "birth": {"tzo": "+00:11:35", "date": "1835-03-16 08:00", "place": {"c2": "66", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "date-ut": "1835-03-16 07:48:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-459"}, "ids-in-sources": {"a2": "459"}}, "raw": {"H": "7", "MN": "48", "TZ": "0", "COD": "66", "COU": "F", "DAY": "16", "LAT": "42N42", "LON": "2E55", "MON": "3", "NUM": "459", "PRO": "S", "SEC": "20", "YEA": "1835", "CITY": "PERPIGNAN"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Magnan", "official": {"given": "Jacques Joseph Valentin"}}, "birth": {"date": "1835-03-16 08:00", "place": {"name": "Perpignan"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "658"}}, "raw": {"NR": "658", "GNR": "SA2459", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "0", "CODE": "4", "JAHR": "1835", "KORR": "", "MARS": "29", "MODE": "LMT", "MOND": "19", "NAME": "MAGNAN (JACQUES JOSEPH VALENTIN).", "AUFAB": "-1.60", "PHAS_": "98.200", "SONNE": "3", "VENUS": "7", "BREITE": "42 N 42", "GEBORT": "Perpignan (Pyrénées-Orientales)", "LAENGE": "002 E 55", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "19", "GEBZEIT": "08.00", "JUPITER": "34", "ELECTAGE": "58,1", "ELECTDAT": "21.03.1893", "GEBDATUM": "16.03.1835", "STBDATUM": "27.09.1916"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-348"}, "ids-in-source": {"g55": "01-348"}}, "raw": {"DAY": "16-3-1835", "HOUR": "8 h.", "NAME": "MAGNAN Joseph", "PLACE": "Perpignan (Pyrénées-Orientales)."}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2552	malherbe-albert-1845-11-21	{"a2": "465", "g55": "01-353", "afd5": "665"}	{"g55": "01-353", "lerrcp": "A2-465", "muller": "M5-665"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Albert", "family": "Malherbe", "spouse": [], "official": {"given": "Albert Hippolyte", "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1845-11-21 14:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1845-11-21 14:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Malherbe"}, "birth": {"tzo": "-00:06:13", "date": "1845-11-21 14:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1845-11-21 14:06:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-465"}, "ids-in-sources": {"a2": "465"}}, "raw": {"H": "14", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "21", "LAT": "47N13", "LON": "1W35", "MON": "11", "NUM": "465", "PRO": "S", "SEC": "20", "YEA": "1845", "CITY": "NANTES"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Malherbe", "official": {"given": "Albert Hippolyte"}}, "birth": {"date": "1845-11-21 14:00", "place": {"name": "Nantes"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "665"}}, "raw": {"NR": "665", "GNR": "SA2465", "JU_": "0", "MA_": "2", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1845", "KORR": "", "MARS": "1", "MODE": "LMT", "MOND": "22", "NAME": "MALHERBE (ALBERT HIPPOLYTE).", "AUFAB": "-8.90", "PHAS_": "61.400", "SONNE": "14", "VENUS": "7", "BREITE": "47 N 13", "GEBORT": "Nantes (Loire-Inférieure)", "LAENGE": "001 W 35", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "4", "GEBZEIT": "14.00", "JUPITER": "34", "ELECTAGE": "59,3", "ELECTDAT": "07.03.1905", "GEBDATUM": "21.11.1845", "STBDATUM": "16.10.1915"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-353"}, "ids-in-source": {"g55": "01-353"}}, "raw": {"DAY": "21-11-1845", "HOUR": "14 h.", "NAME": "MALHERBE Albert", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2556	manquat-alexandre-1853-12-02	{"a2": "469", "g55": "01-357", "afd5": "671"}	{"g55": "01-357", "lerrcp": "A2-469", "muller": "M5-671"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alexandre", "family": "Manquat", "spouse": [], "official": {"given": "Alexandre", "family": null}}	\N	{"lmt": null, "tzo": "+00:22:52", "date": "1853-12-02 01:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1853-12-02 00:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Manquat"}, "birth": {"tzo": "+00:22:52", "date": "1853-12-02 01:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1853-12-02 00:37:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-469"}, "ids-in-sources": {"a2": "469"}}, "raw": {"H": "0", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "2", "LAT": "45N11", "LON": "5E43", "MON": "12", "NUM": "469", "PRO": "S", "SEC": "8", "YEA": "1853", "CITY": "GRENOBLE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Manquat", "official": {"given": "Alexandre"}}, "birth": {"date": "1853-12-02 01:00", "place": {"name": "Grenoble"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "671"}}, "raw": {"NR": "671", "GNR": "SA2469", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1853", "KORR": "", "MARS": "3", "MODE": "LMT", "MOND": "27", "NAME": "MANQUAT (ALEXANDRE).", "AUFAB": "2.10", "PHAS_": "2.200", "SONNE": "29", "VENUS": "25", "BREITE": "45 N 11", "GEBORT": "Grenoble (Isère)", "LAENGE": "005 E 43", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "12", "GEBZEIT": "01.00", "JUPITER": "27", "ELECTAGE": "53,6", "ELECTDAT": "25.06.1907", "GEBDATUM": "02.12.1853", "STBDATUM": "21.10.1934"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-357"}, "ids-in-source": {"g55": "01-357"}}, "raw": {"DAY": "2-12-1858", "HOUR": "1 h.", "NAME": "MANQUAT Alexandre", "PLACE": "Grenoble (Isère)."}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2557	marchand-eugene-1816-08-26	{"a2": "470", "g55": "01-358", "afd5": "674"}	{"g55": "01-358", "lerrcp": "A2-470", "muller": "M5-674"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Eugène", "family": "Marchand", "spouse": [], "official": {"given": "Eugène", "family": null}}	\N	{"lmt": null, "tzo": "+00:01:30", "date": "1816-08-26 22:30", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.37457, "lat": 49.75787, "name": "Fécamp", "geoid": 3018794}, "notime": null, "date-ut": "1816-08-26 09:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Marchand"}, "birth": {"tzo": "+00:01:30", "date": "1816-08-26 10:00", "place": {"c2": "76", "cy": "FR", "lg": 0.37457, "lat": 49.75787, "name": "Fécamp", "geoid": 3018794}, "date-ut": "1816-08-26 09:55:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-470"}, "ids-in-sources": {"a2": "470"}}, "raw": {"H": "9", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "26", "LAT": "49N26", "LON": "1E 5", "MON": "8", "NUM": "470", "PRO": "S", "SEC": "40", "YEA": "1816", "CITY": "FECAMP"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Marchand", "official": {"given": "Eugène"}}, "birth": {"date": "1816-08-26 22:30", "place": {"name": "Fécamp"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "674"}}, "raw": {"NR": "674", "GNR": "SA2470", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "0", "SO_": "0", "VE_": "0", "CODE": "2", "JAHR": "1816", "KORR": "", "MARS": "24", "MODE": "LMT", "MOND": "21", "NAME": "MARCHAND (EUGENE).", "AUFAB": "6.30", "PHAS_": "10.800", "SONNE": "25", "VENUS": "24", "BREITE": "49 N 26", "GEBORT": "Fécamp (Seine-Inférieure)", "LAENGE": "001 E 05", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "8", "GEBZEIT": "22.30", "JUPITER": "21", "ELECTAGE": "50,0", "ELECTDAT": "28.08.1866", "GEBDATUM": "26.08.1816", "STBDATUM": "30.04.1895"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-358"}, "ids-in-source": {"g55": "01-358"}}, "raw": {"DAY": "26-8-1816", "HOUR": "10 h.", "NAME": "MARCHAND  Eugène", "PLACE": "Fécamp (Seine-Inférieure)."}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21973	tripucka-frank-1927-12-08	{"rawlins-ertel-irving": "364"}	{"csicop": "CS-364"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frank", "family": "Tripucka", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1927-12-08 07:00", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.2, "lat": 40.8, "name": null, "geoid": null}, "notime": null, "date-ut": "1927-12-08 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Frank", "family": "Tripucka"}, "birth": {"tzo": "-05:00", "date": "1927-12-08 07:00", "place": {"c2": "NJ", "cy": "US", "lg": -74.2, "lat": 40.8}, "date-ut": "1927-12-08 12:00"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "364"}}, "raw": {"LA1": "40", "LA2": "48", "LO1": "74", "LO2": "12", "AMPM": "A", "MARS": "2", "NAME": "Tripucka", "BATCH": "2", "Satz#": "364", "GEBDAT": "8 12 1927", "GEBORT": "NJ", "GEBZEIT": "7 0", "VORNAME": "Frank", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21974	tyra-charles-1935-08-06	{"rawlins-ertel-irving": "365"}	{"csicop": "CS-365"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Tyra", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1935-08-06 04:10", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -85.76667, "lat": 38.25, "name": null, "geoid": null}, "notime": null, "date-ut": "1935-08-06 10:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Tyra"}, "birth": {"tzo": "-06:00", "date": "1935-08-06 04:10", "place": {"c2": "KY", "cy": "US", "lg": -85.76667, "lat": 38.25}, "date-ut": "1935-08-06 10:10"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "365"}}, "raw": {"LA1": "38", "LA2": "15", "LO1": "85", "LO2": "46", "AMPM": "A", "MARS": "27", "NAME": "Tyra", "BATCH": "3", "Satz#": "365", "GEBDAT": "6 8 1935", "GEBORT": "KY", "GEBZEIT": "4 10", "VORNAME": "Charles", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21975	vanbredakolff-bill-1922-10-28	{"rawlins-ertel-irving": "368"}	{"csicop": "CS-368"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bill", "family": "VanBredaKolff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1922-10-28 23:28", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.21667, "lat": 40.8, "name": null, "geoid": null}, "notime": null, "date-ut": "1922-10-29 04:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Bill", "family": "VanBredaKolff"}, "birth": {"tzo": "-05:00", "date": "1922-10-28 23:28", "place": {"c2": "NJ", "cy": "US", "lg": -74.21667, "lat": 40.8}, "date-ut": "1922-10-29 04:28"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "368"}}, "raw": {"LA1": "40", "LA2": "48", "LO1": "74", "LO2": "13", "AMPM": "P", "MARS": "20", "NAME": "VanBredaKolff", "BATCH": "3", "Satz#": "368", "GEBDAT": "28 10 1922", "GEBORT": "NJ", "GEBZEIT": "11 28", "VORNAME": "Bill", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21976	vanderkelen-ronald-1939-11-06	{"rawlins-ertel-irving": "369"}	{"csicop": "CS-369"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ronald", "family": "Vanderkelen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1939-11-06 18:40", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -88, "lat": 44.51667, "name": null, "geoid": null}, "notime": null, "date-ut": "1939-11-07 00:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Ronald", "family": "Vanderkelen"}, "birth": {"tzo": "-06:00", "date": "1939-11-06 18:40", "place": {"c2": "WI", "cy": "US", "lg": -88, "lat": 44.51667}, "date-ut": "1939-11-07 00:40"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "369"}}, "raw": {"LA1": "44", "LA2": "31", "LO1": "88", "LO2": "0", "AMPM": "P", "MARS": "10", "NAME": "Vanderkelen", "BATCH": "2", "Satz#": "369", "GEBDAT": "6 11 1939", "GEBORT": "WI", "GEBZEIT": "6 40", "VORNAME": "Ronald", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21977	villipiano-philip-1949-02-26	{"rawlins-ertel-irving": "371"}	{"csicop": "CS-371"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philip", "family": "Villipiano", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1949-02-26 05:40", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74, "lat": 40.3, "name": null, "geoid": null}, "notime": null, "date-ut": "1949-02-26 10:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Philip", "family": "Villipiano"}, "birth": {"tzo": "-05:00", "date": "1949-02-26 05:40", "place": {"c2": "NJ", "cy": "US", "lg": -74, "lat": 40.3}, "date-ut": "1949-02-26 10:40"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "371"}}, "raw": {"LA1": "40", "LA2": "18", "LO1": "74", "LO2": "0", "AMPM": "A", "MARS": "35", "NAME": "Villipiano", "BATCH": "2", "Satz#": "371", "GEBDAT": "26 2 1949", "GEBORT": "NJ", "GEBZEIT": "5 40", "VORNAME": "Philip", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21978	von-every-harold-1918-02-10	{"rawlins-ertel-irving": "374"}	{"csicop": "CS-374"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Harold", "family": "Von Every", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1918-02-10 01:00", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.45, "lat": 44.93333, "name": null, "geoid": null}, "notime": null, "date-ut": "1918-02-10 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Harold", "family": "Von Every"}, "birth": {"tzo": "-06:00", "date": "1918-02-10 01:00", "place": {"c2": "MN", "cy": "US", "lg": -93.45, "lat": 44.93333}, "date-ut": "1918-02-10 07:00"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "374"}}, "raw": {"LA1": "44", "LA2": "56", "LO1": "93", "LO2": "27", "AMPM": "A", "MARS": "6", "NAME": "Von Every", "BATCH": "3", "Satz#": "374", "GEBDAT": "10 2 1918", "GEBORT": "MN", "GEBZEIT": "1 0", "VORNAME": "Harold", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
17537	verga-robert-1945-09-07	{"d10": "1303", "3a_sports": "4198", "rawlins-ertel-irving": "370"}	{"ertel": "ES-4198", "csicop": "CS-370", "lerrcp": "D10-1303"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Verga", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-04:00", "date": "1945-09-07 03:25", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.03333, "lat": 40.21667, "name": "Neptune", "geoid": null}, "notime": null, "date-ut": "1945-09-07 07:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Verga"}, "birth": {"tzo": "-04:00", "date": "1945-09-07 03:25", "place": {"c2": "NJ", "cy": "US", "lg": -74.03333, "lat": 40.21667, "name": "Neptune"}, "date-ut": "1945-09-07 07:25"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1303"}}, "raw": {"H": "03:25", "TZ": "4h", "DAY": "7", "LAT": "40N13", "LON": "74W2", "MON": "9", "NUM": "1303", "PRO": "SP", "YEA": "1945", "CICO": "Neptune, NJ", "NAME": "Verga Robert"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["basketball-player"]], "ids-in-sources": {"rawlins-ertel-irving": "370"}}, "raw": {"LA1": "40", "LA2": "12", "LO1": "74", "LO2": "2", "AMPM": "A", "MARS": "4", "NAME": "Verga", "BATCH": "1", "Satz#": "370", "GEBDAT": "7 9 1945", "GEBORT": "NJ", "GEBZEIT": "3 25", "VORNAME": "Robert", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["basketball-player"], "partial-ids": {"ertel": "ES-4198"}}, "raw": {"L": "", "MF": "", "NR": "4198", "ENG": "", "MA_": "1", "G_NR": "1303", "MA12": "2", "MARS": "4", "NAME": "Verga", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-0,100", "CSINR": "370", "KURTZ": "", "PHAS_": "0,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "07.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.09.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17543	volk-richard-1945-03-15	{"d10": "1309", "3a_sports": "4277", "rawlins-ertel-irving": "373"}	{"ertel": "ES-4277", "csicop": "CS-373", "lerrcp": "D10-1309"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Volk", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1945-03-15 01:24", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83.55, "lat": 41.65, "name": "Toledo", "geoid": null}, "notime": null, "date-ut": "1945-03-15 06:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Volk"}, "birth": {"tzo": "-05:00", "date": "1945-03-15 01:24", "place": {"c2": "OH", "cy": "US", "lg": -83.55, "lat": 41.65, "name": "Toledo"}, "date-ut": "1945-03-15 06:24"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1309"}}, "raw": {"H": "01:24", "TZ": "5h", "DAY": "15", "LAT": "41N39", "LON": "83W33", "MON": "3", "NUM": "1309", "PRO": "SP", "YEA": "1945", "CICO": "Toledo, OH", "NAME": "Volk Richard"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "373"}}, "raw": {"LA1": "41", "LA2": "39", "LO1": "83", "LO2": "32", "AMPM": "A", "MARS": "30", "NAME": "Volk", "BATCH": "1", "Satz#": "373", "GEBDAT": "15 3 1945", "GEBORT": "OH", "GEBZEIT": "1 24", "VORNAME": "Richard R", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-4277"}}, "raw": {"L": "", "MF": "", "NR": "4277", "ENG": "", "MA_": "1", "G_NR": "1309", "MA12": "10", "MARS": "30", "NAME": "Volk", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "1,100", "CSINR": "373", "KURTZ": "", "PHAS_": "1,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "15.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Richard R.", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.03.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2563	marotel-gabriel-1873-06-20	{"a2": "476", "g55": "01-363", "afd5": "682"}	{"g55": "01-363", "lerrcp": "A2-476", "muller": "M5-682"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Gabriel", "family": "Marotel", "spouse": [], "official": {"given": "Gabriel", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1873-06-20 03:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.30586, "lat": 48.49856, "name": "Lorey", "geoid": 2997587}, "notime": null, "date-ut": "1873-06-20 02:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Marotel"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.30586, "lat": 48.49856, "name": "Lorey", "geoid": 2997587}, "date-ut": "1873-06-20 02:35:12"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-476"}, "ids-in-sources": {"a2": "476"}}, "raw": {"H": "2", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "20", "LAT": "48N42", "LON": "6E12", "MON": "6", "NUM": "476", "PRO": "S", "SEC": "12", "YEA": "1873", "CITY": "LOREY"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Marotel", "official": {"given": "Gabriel"}}, "birth": {"date": "1873-06-20 03:00", "place": {"name": "Lorey"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "682"}}, "raw": {"NR": "682", "GNR": "SA2476", "JU_": "1", "MA_": "1", "MO_": "2", "SA_": "2", "SO_": "0", "VE_": "2", "CODE": "4", "JAHR": "1873", "KORR": "", "MARS": "21", "MODE": "LMT", "MOND": "3", "NAME": "MAROTEL (GABRIEL).", "AUFAB": "-10.20", "PHAS_": "24.800", "SONNE": "34", "VENUS": "2", "BREITE": "48 N 42", "GEBORT": "Lorey (Meurthe-et-Moselle)", "LAENGE": "006 E 12", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "11", "GEBZEIT": "03.00", "JUPITER": "26", "ELECTAGE": "59,5", "ELECTDAT": "22.11.1932", "GEBDATUM": "20.06.1873", "STBDATUM": "11.03.1951"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-363"}, "ids-in-source": {"g55": "01-363"}}, "raw": {"DAY": "20-6-1873", "HOUR": "3 h.", "NAME": "MAROTEL Gabriel", "PLACE": "Lorey (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2565	marrotte-joseph-1808-11-06	{"a2": "478", "g55": "01-365", "afd5": "686"}	{"g55": "01-365", "lerrcp": "A2-478", "muller": "M5-686"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Joseph", "family": "Marrotte", "spouse": [], "official": {"given": "Joseph Adolphe", "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1808-11-06 16:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1808-11-06 15:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Marrotte"}, "birth": {"tzo": "+00:08:32", "date": "1808-11-06 16:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1808-11-06 15:51:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-478"}, "ids-in-sources": {"a2": "478"}}, "raw": {"H": "15", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "6", "LAT": "48N50", "LON": "2E 8", "MON": "11", "NUM": "478", "PRO": "S", "SEC": "28", "YEA": "1808", "CITY": "VERSAILLES"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Marrotte", "official": {"given": "Joseph Adolphe"}}, "birth": {"date": "1808-11-06 16:00", "place": {"name": "Versailles"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "686"}}, "raw": {"NR": "686", "GNR": "SA2478", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1808", "KORR": "", "MARS": "21", "MODE": "LMT", "MOND": "31", "NAME": "MARROTTE (JOSEPH ADOLPHE).", "AUFAB": "-3.80", "PHAS_": "93.800", "SONNE": "18", "VENUS": "15", "BREITE": "48 N 50", "GEBORT": "Versailles (Seine-et-Oise)", "LAENGE": "002 E 08", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "16", "GEBZEIT": "16.00", "JUPITER": "3", "ELECTAGE": "60,1", "ELECTDAT": "29.11.1868", "GEBDATUM": "06.11.1808", "STBDATUM": "11.04.1893"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-365"}, "ids-in-source": {"g55": "01-365"}}, "raw": {"DAY": "6-11-1808", "HOUR": "16 h.", "NAME": "MARROTTE. Joseph", "PLACE": "Versailles (Seine-et-Oise)."}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2571	massol-noel-1857-11-12	{"a2": "484", "g55": "01-370", "afd5": "693"}	{"g55": "01-370", "lerrcp": "A2-484", "muller": "M5-693"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Noël", "family": "Massol", "spouse": [], "official": {"given": "Noël Gustave", "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1857-11-12 04:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1857-11-12 03:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Noël", "family": "Massol"}, "birth": {"tzo": "+00:15:30", "date": "1857-11-12 04:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1857-11-12 03:44:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-484"}, "ids-in-sources": {"a2": "484"}}, "raw": {"H": "3", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "12", "LAT": "43N37", "LON": "3E53", "MON": "11", "NUM": "484", "PRO": "S", "SEC": "28", "YEA": "1857", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Massol", "official": {"given": "Noël Gustave"}}, "birth": {"date": "1857-11-12 04:00", "place": {"name": "Montpellier"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "693"}}, "raw": {"NR": "693", "GNR": "SA2484", "JU_": "0", "MA_": "2", "MO_": "2", "SA_": "2", "SO_": "0", "VE_": "2", "CODE": "3", "JAHR": "1857", "KORR": "", "MARS": "3", "MODE": "LMT", "MOND": "3", "NAME": "MASSOL (NOEL GUSTAVE).", "AUFAB": "-8.30", "PHAS_": "18.700", "SONNE": "33", "VENUS": "36", "BREITE": "43 N 37", "GEBORT": "Montpellier (Hérault)", "LAENGE": "003 E 53", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "9", "GEBZEIT": "04.00", "JUPITER": "16", "ELECTAGE": "47,3", "ELECTDAT": "28.02.1905", "GEBDATUM": "12.11.1857", "STBDATUM": "06.06.1951"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-370"}, "ids-in-source": {"g55": "01-370"}}, "raw": {"DAY": "12-11-1857", "HOUR": "4 h.", "NAME": "MASSOL Noel", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2576	maurel-edouard-1841-12-30	{"a2": "489", "g55": "01-374", "afd5": "699"}	{"g55": "01-374", "lerrcp": "A2-489", "muller": "M5-699"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Edouard", "family": "Maurel", "spouse": [], "official": {"given": "Edouard César Emile", "family": null}}	\N	{"lmt": null, "tzo": "+00:25:52", "date": "1841-12-30 03:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 6.46667, "lat": 43.53333, "name": "Luc", "geoid": 0}, "notime": null, "date-ut": "1841-12-30 02:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Maurel"}, "birth": {"tzo": "+00:25:52", "date": "1841-12-30 03:00", "place": {"c2": "83", "cy": "FR", "lg": 6.46667, "lat": 43.53333, "name": "Luc", "geoid": 0}, "date-ut": "1841-12-30 02:34:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-489"}, "ids-in-sources": {"a2": "489"}}, "raw": {"H": "2", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "30", "LAT": "43N32", "LON": "6E28", "MON": "12", "NUM": "489", "PRO": "S", "SEC": "8", "YEA": "1841", "CITY": "LUC"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Maurel", "official": {"given": "Edouard César Emile"}}, "birth": {"date": "1841-12-30 03:00", "place": {"name": "le Luc"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "699"}}, "raw": {"NR": "699", "GNR": "SA2489", "JU_": "1", "MA_": "1", "MO_": "2", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1841", "KORR": "", "MARS": "27", "MODE": "LMT", "MOND": "11", "NAME": "MAUREL (EDOUARD CÉSAR EMILE).", "AUFAB": "-3.50", "PHAS_": "95.700", "SONNE": "31", "VENUS": "32", "BREITE": "43 N 32", "GEBORT": "le Luc (Var)", "LAENGE": "006 E 28", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "31", "GEBZEIT": "03.00", "JUPITER": "31", "ELECTAGE": "69,2", "ELECTDAT": "14.03.1911", "GEBDATUM": "30.12.1841", "STBDATUM": "22.06.1918"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Luc"}}, "partial-ids": {"g55": "01-374"}, "ids-in-source": {"g55": "01-374"}}, "raw": {"DAY": "30-12-1841", "HOUR": "3 h.", "NAME": "MAUREL Edouard", "PLACE": "Luc (Var)."}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21979	warburton-irvine-1911-10-08	{"rawlins-ertel-irving": "377"}	{"csicop": "CS-377"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Irvine", "family": "Warburton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1911-10-08 10:30", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -117.15, "lat": 32.71667, "name": null, "geoid": null}, "notime": null, "date-ut": "1911-10-08 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Irvine", "family": "Warburton"}, "birth": {"tzo": "-08:00", "date": "1911-10-08 10:30", "place": {"c2": "CA", "cy": "US", "lg": -117.15, "lat": 32.71667}, "date-ut": "1911-10-08 18:30"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "377"}}, "raw": {"LA1": "32", "LA2": "43", "LO1": "117", "LO2": "9", "AMPM": "A", "MARS": "19", "NAME": "Warburton", "BATCH": "2", "Satz#": "377", "GEBDAT": "8 10 1911", "GEBORT": "CA", "GEBZEIT": "10 30", "VORNAME": "Irvine", "SPORTART": "FOOT", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21980	watts-stan-1911-08-30	{"rawlins-ertel-irving": "381"}	{"csicop": "CS-381"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stan", "family": "Watts", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-07:00", "date": "1911-08-30 14:00", "note": null, "place": {"c1": null, "c2": "UT", "c3": null, "cy": "US", "lg": -111.88333, "lat": 40.66667, "name": null, "geoid": null}, "notime": null, "date-ut": "1911-08-30 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Stan", "family": "Watts"}, "birth": {"tzo": "-07:00", "date": "1911-08-30 14:00", "place": {"c2": "UT", "cy": "US", "lg": -111.88333, "lat": 40.66667}, "date-ut": "1911-08-30 21:00"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "381"}}, "raw": {"LA1": "40", "LA2": "40", "LO1": "111", "LO2": "53", "AMPM": "P", "MARS": "21", "NAME": "Watts", "BATCH": "3", "Satz#": "381", "GEBDAT": "30 8 1911", "GEBORT": "UT", "GEBZEIT": "2 0", "VORNAME": "Stan", "SPORTART": "BASK", "ZEITZONE": "7"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21996	assing-ludmilla-1821-02-22	{"afd3": "6"}	{"muller": "M3-6"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludmilla", "family": "Assing", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1821-02-22 19:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 10.03, "lat": 53.57, "name": "Hamburg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["factual-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Ludmilla", "family": "Assing"}, "birth": {"lmt": true, "tzo": "", "date": "1821-02-22 19:30", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 10.03, "lat": 53.57, "name": "Hamburg"}}, "occus": ["factual-writer"], "trust": 5, "ids-in-sources": {"afd3": "6"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 02", "LAT": "53 N 34", "TZO": "", "DATE": "22.02.1821", "MUID": "006", "NAME": "ASSING, Ludmilla (Rosa L.)", "OCCU": "AR 02", "TIME": "19.30", "BOOKS": "123", "PLACE": "Hamburg", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:42+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
17561	warmerdam-cornelius-1915-06-22	{"d10": "1327", "3a_sports": "4306", "rawlins-ertel-irving": "380"}	{"ertel": "ES-4306", "csicop": "CS-380", "lerrcp": "D10-1327"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cornelius", "family": "Warmerdam", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1915-06-22 20:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.18333, "lat": 33.78333, "name": "Long Beach", "geoid": null}, "notime": null, "date-ut": "1915-06-23 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Cornelius", "family": "Warmerdam"}, "birth": {"tzo": "-08:00", "date": "1915-06-22 20:00", "place": {"c2": "CA", "cy": "US", "lg": -118.18333, "lat": 33.78333, "name": "Long Beach"}, "date-ut": "1915-06-23 04:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1327"}}, "raw": {"H": "20:00", "TZ": "8h", "DAY": "22", "LAT": "33N47", "LON": "118W11", "MON": "6", "NUM": "1327", "PRO": "SP", "YEA": "1915", "CICO": "Long Beach, CA", "NAME": "Warmerdam Cornelius"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "380"}}, "raw": {"LA1": "33", "LA2": "46", "LO1": "118", "LO2": "11", "AMPM": "P", "MARS": "26", "NAME": "Warmerdam", "BATCH": "1", "Satz#": "380", "GEBDAT": "22 6 1915", "GEBORT": "CA", "GEBZEIT": "8 0", "VORNAME": "Cornelius", "SPORTART": "TRAC", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-4306"}}, "raw": {"L": "", "MF": "", "NR": "4306", "ENG": "", "MA_": "1", "G_NR": "1327", "MA12": "9", "MARS": "26", "NAME": "Warmerdam", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "11,000", "CSINR": "380", "KURTZ": "", "PHAS_": "65,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "22.06.", "ZITATE": "DSTEOX", "ZITSUM": "6", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Cornelius", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "22.06.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "5"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
21981	webster-alex-1931-04-19	{"rawlins-ertel-irving": "382"}	{"csicop": "CS-382"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alex", "family": "Webster", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1931-04-19 15:45", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.15, "lat": 40.76667, "name": null, "geoid": null}, "notime": null, "date-ut": "1931-04-19 20:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Alex", "family": "Webster"}, "birth": {"tzo": "-05:00", "date": "1931-04-19 15:45", "place": {"c2": "NJ", "cy": "US", "lg": -74.15, "lat": 40.76667}, "date-ut": "1931-04-19 20:45"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "382"}}, "raw": {"LA1": "40", "LA2": "46", "LO1": "74", "LO2": "9", "AMPM": "P", "MARS": "6", "NAME": "Webster", "BATCH": "2", "Satz#": "382", "GEBDAT": "19 4 1931", "GEBORT": "NJ", "GEBZEIT": "3 45", "VORNAME": "Alex", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21982	werkman-nick-1942-07-17	{"rawlins-ertel-irving": "384"}	{"csicop": "CS-384"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nick", "family": "Werkman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1942-07-17 04:00", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.76667, "lat": 40.21667, "name": null, "geoid": null}, "notime": null, "date-ut": "1942-07-17 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Nick", "family": "Werkman"}, "birth": {"tzo": "-05:00", "date": "1942-07-17 04:00", "place": {"c2": "NJ", "cy": "US", "lg": -74.76667, "lat": 40.21667}, "date-ut": "1942-07-17 09:00"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "384"}}, "raw": {"LA1": "40", "LA2": "13", "LO1": "74", "LO2": "46", "AMPM": "A", "MARS": "29", "NAME": "Werkman", "BATCH": "3", "Satz#": "384", "GEBDAT": "17 7 1942", "GEBORT": "NJ", "GEBZEIT": "4 0", "VORNAME": "Nick", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
22003	baumer-gertrud-1873-09-12	{"afd3": "16"}	{"muller": "M3-16"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gertrud", "family": "BaÜmer", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1873-09-12 08:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 7.47, "lat": 51.37, "name": "Hohenlimburg Westfalen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["suffragette"]	5	null	[{"new": {"sex": "F", "name": {"given": "Gertrud", "family": "BaÜmer"}, "birth": {"lmt": true, "tzo": "", "date": "1873-09-12 08:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 7.47, "lat": 51.37, "name": "Hohenlimburg Westfalen"}}, "occus": ["suffragette"], "trust": 5, "ids-in-sources": {"afd3": "16"}}, "raw": {"CY": "D", "GQ": "N", "LG": "007 E 28", "LAT": "51 N 22", "TZO": "", "DATE": "12.09.1873", "MUID": "016", "NAME": "BAÜMER, Gertrud", "OCCU": "WA 10", "TIME": "08.00", "BOOKS": "123456", "PLACE": "Hohenlimburg Westfalen", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:42+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
17575	werner-wallace-1936-02-26	{"d10": "1341", "3a_sports": "4317", "rawlins-ertel-irving": "385"}	{"ertel": "ES-4317", "csicop": "CS-385", "lerrcp": "D10-1341"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wallace", "family": "Werner", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-07:00", "date": "1936-02-26 22:00", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "US", "lg": -106.83333, "lat": 40.48333, "name": "Steamboat Springs", "geoid": null}, "notime": null, "date-ut": "1936-02-27 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Wallace", "family": "Werner"}, "birth": {"tzo": "-07:00", "date": "1936-02-26 22:00", "place": {"c2": "CO", "cy": "US", "lg": -106.83333, "lat": 40.48333, "name": "Steamboat Springs"}, "date-ut": "1936-02-27 05:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1341"}}, "raw": {"H": "22:00", "TZ": "7h", "DAY": "26", "LAT": "40N29", "LON": "106W50", "MON": "2", "NUM": "1341", "PRO": "SP", "YEA": "1936", "CICO": "Steamboat Springs, CO", "NAME": "Werner Wallace"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "385"}}, "raw": {"LA1": "40", "LA2": "29", "LO1": "106", "LO2": "50", "AMPM": "P", "MARS": "21", "NAME": "Werner", "BATCH": "1", "Satz#": "385", "GEBDAT": "26 2 1936", "GEBORT": "CO", "GEBZEIT": "10 0", "VORNAME": "Wallace Jerold", "SPORTART": "TRAC", "ZEITZONE": "7"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-4317"}}, "raw": {"L": "", "MF": "", "NR": "4317", "ENG": "", "MA_": "1", "G_NR": "1341", "MA12": "7", "MARS": "21", "NAME": "Werner", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "7,500", "CSINR": "385", "KURTZ": "", "PHAS_": "15,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "26.02.", "ZITATE": "DTX", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Wallace Jerold", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "26.02.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
21983	westphal-paul-1950-10-30	{"rawlins-ertel-irving": "386"}	{"csicop": "CS-386"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Westphal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1950-10-30 05:05", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.38333, "lat": 33.83333, "name": null, "geoid": null}, "notime": null, "date-ut": "1950-10-30 13:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Westphal"}, "birth": {"tzo": "-08:00", "date": "1950-10-30 05:05", "place": {"c2": "CA", "cy": "US", "lg": -118.38333, "lat": 33.83333}, "date-ut": "1950-10-30 13:05"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "386"}}, "raw": {"LA1": "33", "LA2": "50", "LO1": "118", "LO2": "23", "AMPM": "A", "MARS": "30", "NAME": "Westphal", "BATCH": "3", "Satz#": "386", "GEBDAT": "30 10 1950", "GEBORT": "CA", "GEBZEIT": "5 5", "VORNAME": "Paul", "SPORTART": "BASK", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21984	white-l-robert-1938-08-22	{"rawlins-ertel-irving": "388"}	{"csicop": "CS-388"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "L.Robert", "family": "White", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1938-08-22 07:59", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83, "lat": 38.73333, "name": null, "geoid": null}, "notime": null, "date-ut": "1938-08-22 12:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "L.Robert", "family": "White"}, "birth": {"tzo": "-05:00", "date": "1938-08-22 07:59", "place": {"c2": "OH", "cy": "US", "lg": -83, "lat": 38.73333}, "date-ut": "1938-08-22 12:59"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "388"}}, "raw": {"LA1": "38", "LA2": "44", "LO1": "83", "LO2": "0", "AMPM": "A", "MARS": "4", "NAME": "White", "BATCH": "2", "Satz#": "388", "GEBDAT": "22 8 1938", "GEBORT": "OH", "GEBZEIT": "7 59", "VORNAME": "L.Robert", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21985	white-sherman-1949-10-06	{"rawlins-ertel-irving": "389"}	{"csicop": "CS-389"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sherman", "family": "White", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1949-10-06 08:06", "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "US", "lg": -71.46667, "lat": 43, "name": null, "geoid": null}, "notime": null, "date-ut": "1949-10-06 13:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Sherman", "family": "White"}, "birth": {"tzo": "-05:00", "date": "1949-10-06 08:06", "place": {"c2": "NH", "cy": "US", "lg": -71.46667, "lat": 43}, "date-ut": "1949-10-06 13:06"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "389"}}, "raw": {"LA1": "43", "LA2": "0", "LO1": "71", "LO2": "28", "AMPM": "A", "MARS": "9", "NAME": "White", "BATCH": "3", "Satz#": "389", "GEBDAT": "6 10 1949", "GEBORT": "NH", "GEBZEIT": "8 6", "VORNAME": "Sherman", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21986	wicks-sidney-1949-09-19	{"rawlins-ertel-irving": "390"}	{"csicop": "CS-390"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sidney", "family": "Wicks", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1949-09-19 08:35", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.05, "name": null, "geoid": null}, "notime": null, "date-ut": "1949-09-19 16:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Sidney", "family": "Wicks"}, "birth": {"tzo": "-08:00", "date": "1949-09-19 08:35", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.05}, "date-ut": "1949-09-19 16:35"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "390"}}, "raw": {"LA1": "34", "LA2": "3", "LO1": "118", "LO2": "15", "AMPM": "A", "MARS": "9", "NAME": "Wicks", "BATCH": "3", "Satz#": "390", "GEBDAT": "19 9 1949", "GEBORT": "CA", "GEBZEIT": "8 35", "VORNAME": "Sidney", "SPORTART": "FOOT", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
17590	wilcox-david-1942-09-29	{"d10": "1356", "3a_sports": "4322", "rawlins-ertel-irving": "391"}	{"ertel": "ES-4322", "csicop": "CS-391", "lerrcp": "D10-1356"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "David", "family": "Wilcox", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1942-09-29 15:00", "note": null, "place": {"c1": null, "c2": "OR", "c3": null, "cy": "US", "lg": -116.96667, "lat": 44.03333, "name": "Ontario", "geoid": null}, "notime": null, "date-ut": "1942-09-29 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "David", "family": "Wilcox"}, "birth": {"tzo": "-06:00", "date": "1942-09-29 15:00", "place": {"c2": "OR", "cy": "US", "lg": -116.96667, "lat": 44.03333, "name": "Ontario"}, "date-ut": "1942-09-29 21:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1356"}}, "raw": {"H": "15:00", "TZ": "6h", "DAY": "29", "LAT": "44N2", "LON": "116W58", "MON": "9", "NUM": "1356", "PRO": "SP", "YEA": "1942", "CICO": "Ontario, OR", "NAME": "Wilcox David"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "391"}}, "raw": {"LA1": "44", "LA2": "1", "LO1": "116", "LO2": "58", "AMPM": "P", "MARS": "11", "NAME": "Wilcox", "BATCH": "1", "Satz#": "391", "GEBDAT": "29 9 1942", "GEBORT": "OR", "GEBZEIT": "3 0", "VORNAME": "David", "SPORTART": "FOOT", "ZEITZONE": "7"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-4322"}}, "raw": {"L": "", "MF": "", "NR": "4322", "ENG": "1", "MA_": "2", "G_NR": "1356", "MA12": "4", "MARS": "11", "NAME": "Wilcox", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-7,200", "CSINR": "391", "KURTZ": "", "PHAS_": "80,600", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "29.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "David", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.09.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17593	willard-kenneth-1943-07-14	{"d10": "1359", "3a_sports": "4325", "rawlins-ertel-irving": "393"}	{"ertel": "ES-4325", "csicop": "CS-393", "lerrcp": "D10-1359"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kenneth", "family": "Willard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-04:00", "date": "1943-07-14 17:10", "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "US", "lg": -77.45, "lat": 37.55, "name": "Richmond", "geoid": null}, "notime": null, "date-ut": "1943-07-14 21:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Kenneth", "family": "Willard"}, "birth": {"tzo": "-04:00", "date": "1943-07-14 17:10", "place": {"c2": "VA", "cy": "US", "lg": -77.45, "lat": 37.55, "name": "Richmond"}, "date-ut": "1943-07-14 21:10"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1359"}}, "raw": {"H": "17:10", "TZ": "4h", "DAY": "14", "LAT": "37N33", "LON": "77W27", "MON": "7", "NUM": "1359", "PRO": "SP", "YEA": "1943", "CICO": "Richmond, VA", "NAME": "Willard Kenneth"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "393"}}, "raw": {"LA1": "37", "LA2": "32", "LO1": "77", "LO2": "27", "AMPM": "P", "MARS": "23", "NAME": "Willard", "BATCH": "1", "Satz#": "393", "GEBDAT": "14 7 1943", "GEBORT": "VA", "GEBZEIT": "5 10", "VORNAME": "Kenneth A", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-4325"}}, "raw": {"L": "", "MF": "", "NR": "4325", "ENG": "", "MA_": "0", "G_NR": "1359", "MA12": "8", "MARS": "23", "NAME": "Willard", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "9,200", "CSINR": "393", "KURTZ": "", "PHAS_": "82,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "14.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Kenneth A.", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.07.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17599	williams-randy-1953-08-23	{"d10": "1366", "3a_sports": "4327", "rawlins-ertel-irving": "395"}	{"ertel": "ES-4327", "csicop": "CS-395", "lerrcp": "D10-1366"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Randy", "family": "Williams", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-07:00", "date": "1953-08-23 03:29", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -119.78333, "lat": 36.73333, "name": "Fresno", "geoid": null}, "notime": null, "date-ut": "1953-08-23 10:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Randy", "family": "Williams"}, "birth": {"tzo": "-07:00", "date": "1953-08-23 03:29", "place": {"c2": "CA", "cy": "US", "lg": -119.78333, "lat": 36.73333, "name": "Fresno"}, "date-ut": "1953-08-23 10:29"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1366"}}, "raw": {"H": "03:29", "TZ": "7h", "DAY": "23", "LAT": "36N44", "LON": "119W47", "MON": "8", "NUM": "1366", "PRO": "SP", "YEA": "1953", "CICO": "Fresno, CA", "NAME": "Williams Randy"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "395"}}, "raw": {"LA1": "36", "LA2": "44", "LO1": "119", "LO2": "47", "AMPM": "A", "MARS": "33", "NAME": "Williams", "BATCH": "2", "Satz#": "395", "GEBDAT": "23 8 1953", "GEBORT": "CA", "GEBZEIT": "3 29", "VORNAME": "Randy", "SPORTART": "TRAC", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:42+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-4327"}}, "raw": {"L": "", "MF": "", "NR": "4327", "ENG": "", "MA_": "0", "G_NR": "1366", "MA12": "11", "MARS": "33", "NAME": "Williams", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "6,200", "CSINR": "394", "KURTZ": "", "PHAS_": "95,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "23.08.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Randy", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "23.08.1953", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17603	williams-theodore-1918-08-30	{"d10": "1370", "3a_sports": "4328", "rawlins-ertel-irving": "396"}	{"ertel": "ES-4328", "csicop": "CS-396", "lerrcp": "D10-1370"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodore", "family": "Williams", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-07:00", "date": "1918-08-30 12:20", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -117.15, "lat": 32.71667, "name": "San Diego", "geoid": null}, "notime": null, "date-ut": "1918-08-30 19:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["baseball-player"]	5	null	[{"new": {"name": {"given": "Theodore", "family": "Williams"}, "birth": {"tzo": "-07:00", "date": "1918-08-30 12:20", "place": {"c2": "CA", "cy": "US", "lg": -117.15, "lat": 32.71667, "name": "San Diego"}, "date-ut": "1918-08-30 19:20"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1370"}}, "raw": {"H": "12:20", "TZ": "7h", "DAY": "30", "LAT": "32N43", "LON": "117W9", "MON": "8", "NUM": "1370", "PRO": "SP", "YEA": "1918", "CICO": "San Diego, CA", "NAME": "Williams Theodore"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["baseball-player"]], "ids-in-sources": {"rawlins-ertel-irving": "396"}}, "raw": {"LA1": "32", "LA2": "43", "LO1": "117", "LO2": "9", "AMPM": "P", "MARS": "2", "NAME": "Williams", "BATCH": "1", "Satz#": "396", "GEBDAT": "30 8 1918", "GEBORT": "CA", "GEBZEIT": "12 20", "VORNAME": "Theodore Samuel", "SPORTART": "BASE", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:42+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["baseball-player"], "partial-ids": {"ertel": "ES-4328"}}, "raw": {"L": "", "MF": "", "NR": "4328", "ENG": "1", "MA_": "2", "G_NR": "1370", "MA12": "1", "MARS": "2", "NAME": "Williams", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-10,80", "CSINR": "395", "KURTZ": "", "PHAS_": "37,200", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "30.08.", "ZITATE": "E", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Theodore Samuel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "30.08.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BASE", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2581	meige-henri-1866-02-11	{"a2": "494", "g55": "01-377", "afd5": "705"}	{"g55": "01-377", "lerrcp": "A2-494", "muller": "M5-705"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri", "family": "Meige", "spouse": [], "official": {"given": "Henri", "family": null}}	\N	{"lmt": null, "tzo": "+00:13:20", "date": "1866-02-11 06:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.33243, "lat": 46.56459, "name": "Moulins", "geoid": 2991481}, "notime": null, "date-ut": "1866-02-11 05:46:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Meige"}, "birth": {"tzo": "+00:13:20", "date": "1866-02-11 06:00", "place": {"c2": "03", "cy": "FR", "lg": 3.33243, "lat": 46.56459, "name": "Moulins", "geoid": 2991481}, "date-ut": "1866-02-11 05:46:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-494"}, "ids-in-sources": {"a2": "494"}}, "raw": {"H": "5", "MN": "46", "TZ": "0", "COD": "03", "COU": "F", "DAY": "11", "LAT": "46N34", "LON": "3E20", "MON": "2", "NUM": "494", "PRO": "S", "SEC": "40", "YEA": "1866", "CITY": "MOULINS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Meige", "official": {"given": "Henri"}}, "birth": {"date": "1866-02-11 06:00", "place": {"name": "Moulins"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "705"}}, "raw": {"NR": "705", "GNR": "SA2494", "JU_": "2", "MA_": "2", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1866", "KORR": "", "MARS": "36", "MODE": "LMT", "MOND": "4", "NAME": "MEIGE (HENRI).", "AUFAB": "-8.60", "PHAS_": "21.200", "SONNE": "35", "VENUS": "35", "BREITE": "46 N 34", "GEBORT": "Moulins (Allier)", "LAENGE": "003 E 20", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "11", "GEBZEIT": "06.00", "JUPITER": "1", "ELECTAGE": "68,8", "ELECTDAT": "27.11.1934", "GEBDATUM": "11.02.1866", "STBDATUM": "29.09.1940"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-377"}, "ids-in-source": {"g55": "01-377"}}, "raw": {"DAY": "11-2-1866", "HOUR": "6 h.", "NAME": "MEIGE Henri", "PLACE": "Moulins (Allier)."}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
24258	melier-francois-1801-03-13	{"g55": "01-379"}	{"g55": "01-379"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Melier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1801-03-13 07:00", "note": null, "place": {"c1": "", "c2": "16", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Chasseneuil", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "François", "family": "Melier", "nobility": ""}, "birth": {"date": "1801-03-13 07:00", "place": {"c1": "", "c2": "16", "c3": "", "cy": "FR", "name": "Chasseneuil"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"g55": "01-379"}}, "raw": {"DAY": "13-3-1801", "HOUR": "7 h.", "NAME": "MELIER François", "PLACE": "Chasseneuil (Charente)."}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
11870	guezel-nicole-1929-09-08	{"a5": "400", "g55": "07-418"}	{"g55": "07-418", "lerrcp": "A5-400"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicole", "family": "Guezel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1929-09-08 12:30", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -3.11986, "lat": 47.48368, "name": "Quiberon", "geoid": 2984741}, "notime": null, "date-ut": "1929-09-08 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Nicole", "family": "Guezel"}, "birth": {"tzo": "+01:00", "date": "1929-09-08 12:30", "place": {"c2": "56", "cy": "FR", "lg": -3.11986, "lat": 47.48368, "name": "Quiberon", "geoid": 2984741}, "date-ut": "1929-09-08 11:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-400"}, "ids-in-sources": {"a5": "400"}}, "raw": {"H": "11", "MN": "30", "TZ": "0", "COD": "56", "COU": "F", "DAY": "8", "LAT": "47N40", "LON": "2W44", "MON": "9", "NUM": "400", "PRO": "A", "SEC": "0", "YEA": "1929", "CITY": "QUIBERON"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-418"}, "ids-in-source": {"g55": "07-418"}}, "raw": {"DAY": "8-9-1929", "HOUR": "12 h. 30", "NAME": "GUEZEL Nicole", "PLACE": "Quiberon (Morbihan)."}, "date": "2023-08-20T14:49:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
21987	willingham-larry-1948-12-22	{"rawlins-ertel-irving": "397"}	{"csicop": "CS-397"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Larry", "family": "Willingham", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1948-12-22 02:12", "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "US", "lg": -86.83333, "lat": 34.16667, "name": null, "geoid": null}, "notime": null, "date-ut": "1948-12-22 08:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Larry", "family": "Willingham"}, "birth": {"tzo": "-06:00", "date": "1948-12-22 02:12", "place": {"c2": "AL", "cy": "US", "lg": -86.83333, "lat": 34.16667}, "date-ut": "1948-12-22 08:12"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "397"}}, "raw": {"LA1": "34", "LA2": "10", "LO1": "86", "LO2": "50", "AMPM": "A", "MARS": "29", "NAME": "Willingham", "BATCH": "2", "Satz#": "397", "GEBDAT": "22 12 1948", "GEBORT": "AL", "GEBZEIT": "2 12", "VORNAME": "Larry", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:42+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21988	willis-frederick-1947-12-09	{"rawlins-ertel-irving": "398"}	{"csicop": "CS-398"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frederick", "family": "Willis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1947-12-09 20:50", "note": null, "place": {"c1": null, "c2": "MA", "c3": null, "cy": "US", "lg": -71.35, "lat": 42.28333, "name": null, "geoid": null}, "notime": null, "date-ut": "1947-12-10 01:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Frederick", "family": "Willis"}, "birth": {"tzo": "-05:00", "date": "1947-12-09 20:50", "place": {"c2": "MA", "cy": "US", "lg": -71.35, "lat": 42.28333}, "date-ut": "1947-12-10 01:50"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "398"}}, "raw": {"LA1": "42", "LA2": "17", "LO1": "71", "LO2": "21", "AMPM": "P", "MARS": "34", "NAME": "Willis", "BATCH": "3", "Satz#": "398", "GEBDAT": "9 12 1947", "GEBORT": "MA", "GEBZEIT": "8 50", "VORNAME": "Frederick", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:42+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21989	wintermute-urgel-1917-07-09	{"rawlins-ertel-irving": "400"}	{"csicop": "CS-400"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Urgel", "family": "Wintermute", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-08:00", "date": "1917-07-09 15:10", "note": null, "place": {"c1": null, "c2": "OR", "c3": null, "cy": "US", "lg": -122.61667, "lat": 45.53333, "name": null, "geoid": null}, "notime": null, "date-ut": "1917-07-09 23:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Urgel", "family": "Wintermute"}, "birth": {"tzo": "-08:00", "date": "1917-07-09 15:10", "place": {"c2": "OR", "cy": "US", "lg": -122.61667, "lat": 45.53333}, "date-ut": "1917-07-09 23:10"}, "occus": [["basketball-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "400"}}, "raw": {"LA1": "45", "LA2": "32", "LO1": "122", "LO2": "37", "AMPM": "P", "MARS": "15", "NAME": "Wintermute", "BATCH": "3", "Satz#": "400", "GEBDAT": "9 7 1917", "GEBORT": "OR", "GEBZEIT": "3 10", "VORNAME": "Urgel", "SPORTART": "BASK", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:42+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
24259	merget-antoine-1828-08-16	{"g55": "01-382"}	{"g55": "01-382"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Merget", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1828-08-16 08:00", "note": null, "place": {"c1": "", "c2": "33", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Bordeaux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Merget", "nobility": ""}, "birth": {"date": "1828-08-16 08:00", "place": {"c1": "", "c2": "33", "c3": "", "cy": "FR", "name": "Bordeaux"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"g55": "01-382"}}, "raw": {"DAY": "16-8-1828", "HOUR": "8 h.", "NAME": "MERGET Antoine", "PLACE": "Bordeaux (Gironde). :"}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2586	merklen-jean-1874-04-25	{"a2": "499", "g55": "01-383", "afd5": "714"}	{"g55": "01-383", "lerrcp": "A2-499", "muller": "M5-714"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Merklen", "spouse": [], "official": {"given": "Jean Prosper", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1874-04-25 19:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.2, "lat": 47.91667, "name": "Guebwiller", "geoid": 3014433}, "notime": null, "date-ut": "1874-04-25 18:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Merklen"}, "birth": {"place": {"c2": "68", "cy": "FR", "lg": 7.2, "lat": 47.91667, "name": "Guebwiller", "geoid": 3014433}, "date-ut": "1874-04-25 18:30:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-499"}, "ids-in-sources": {"a2": "499"}}, "raw": {"H": "19", "MN": "30", "TZ": "-1", "COD": "68", "COU": "F", "DAY": "25", "LAT": "48N 5", "LON": "7E21", "MON": "4", "NUM": "499", "PRO": "S", "SEC": "36", "YEA": "1874", "CITY": "GUEBWILLER"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Merklen", "official": {"given": "Jean Prosper"}}, "birth": {"date": "1874-04-25 19:00", "place": {"name": "Guebwiller"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "714"}}, "raw": {"NR": "714", "GNR": "SA2499", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1874", "KORR": "", "MARS": "16", "MODE": "LMT", "MOND": "8", "NAME": "MERKLEN (JEAN PROSPER).", "AUFAB": "9.60", "PHAS_": "64.700", "SONNE": "19", "VENUS": "17", "BREITE": "48 N 05", "GEBORT": "Guebwiller (Alsace-Lorraine)", "LAENGE": "007 E 21", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "28", "GEBZEIT": "19.00", "JUPITER": "6", "ELECTAGE": "54,1", "ELECTDAT": "15.05.1928", "GEBDATUM": "25.04.1874", "STBDATUM": "21.04.1939"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-383"}, "ids-in-source": {"g55": "01-383"}}, "raw": {"DAY": "25-4-1874", "HOUR": "19 h.", "NAME": "MERKLEN Prosper", "PLACE": "Guebwiller (Haut-Rhin)."}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2588	mesnet-urbain-1825-03-26	{"a2": "501", "g55": "01-385", "afd5": "718"}	{"g55": "01-385", "lerrcp": "A2-501", "muller": "M5-718"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Urbain", "family": "Mesnet", "spouse": [], "official": {"given": "Urbain Antoine Ernest", "family": null}}	\N	{"lmt": null, "tzo": "-00:00:19", "date": "1825-03-26 22:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.07808, "lat": 47.25931, "name": "Saumur", "geoid": 2975758}, "notime": null, "date-ut": "1825-03-26 22:02:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Urbain", "family": "Mesnet"}, "birth": {"tzo": "-00:00:19", "date": "1825-03-26 22:00", "place": {"c2": "49", "cy": "FR", "lg": -0.07808, "lat": 47.25931, "name": "Saumur", "geoid": 2975758}, "date-ut": "1825-03-26 22:02:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-501"}, "ids-in-sources": {"a2": "501"}}, "raw": {"H": "22", "MN": "2", "TZ": "0", "COD": "49", "COU": "F", "DAY": "26", "LAT": "47N28", "LON": "0W32", "MON": "3", "NUM": "501", "PRO": "S", "SEC": "8", "YEA": "1825", "CITY": "SAUMUR"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Mesnet", "official": {"given": "Urbain Antoine Ernest"}}, "birth": {"date": "1825-03-26 22:00", "place": {"name": "Saumur"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "718"}}, "raw": {"NR": "718", "GNR": "SA2501", "JU_": "2", "MA_": "0", "MO_": "0", "SA_": "0", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1825", "KORR": "", "MARS": "22", "MODE": "LMT", "MOND": "15", "NAME": "MESNET (URBAIN ANTOINE ERNEST).", "AUFAB": "9.20", "PHAS_": "33.400", "SONNE": "24", "VENUS": "18", "BREITE": "47 N 28", "GEBORT": "Saumur (Maine-et-Loire)", "LAENGE": "000 W 32", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "17", "GEBZEIT": "22.00", "JUPITER": "12", "ELECTAGE": "56,9", "ELECTDAT": "14.02.1882", "GEBDATUM": "26.03.1825", "STBDATUM": "13.01.1898"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-385"}, "ids-in-source": {"g55": "01-385"}}, "raw": {"DAY": "26-03-1825", "HOUR": "22 h.", "NAME": "MESNET Urbain", "PLACE": "Saumur (Maine-et-Loire)."}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
21990	yowarsky-walter-1928-05-10	{"rawlins-ertel-irving": "406"}	{"csicop": "CS-406"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Yowarsky", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-05:00", "date": "1928-05-10 18:40", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": null, "geoid": null}, "notime": null, "date-ut": "1928-05-10 23:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Yowarsky"}, "birth": {"tzo": "-05:00", "date": "1928-05-10 18:40", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5}, "date-ut": "1928-05-10 23:40"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "406"}}, "raw": {"LA1": "41", "LA2": "30", "LO1": "81", "LO2": "42", "AMPM": "P", "MARS": "24", "NAME": "Yowarsky", "BATCH": "2", "Satz#": "406", "GEBDAT": "10 5 1928", "GEBORT": "OH", "GEBZEIT": "6 40", "VORNAME": "Walter", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:42+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
21991	zabel-steven-g-1948-01-15	{"rawlins-ertel-irving": "407"}	{"csicop": "CS-407"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Steven G", "family": "Zabel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-06:00", "date": "1948-01-15 07:04", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -92.46667, "lat": 44.01667, "name": null, "geoid": null}, "notime": null, "date-ut": "1948-01-15 13:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Steven G", "family": "Zabel"}, "birth": {"tzo": "-06:00", "date": "1948-01-15 07:04", "place": {"c2": "MN", "cy": "US", "lg": -92.46667, "lat": 44.01667}, "date-ut": "1948-01-15 13:04"}, "occus": [["american-football-player"]], "trust": 5, "ids-in-sources": {"rawlins-ertel-irving": "407"}}, "raw": {"LA1": "44", "LA2": "1", "LO1": "92", "LO2": "28", "AMPM": "A", "MARS": "15", "NAME": "Zabel", "BATCH": "3", "Satz#": "407", "GEBDAT": "15 1 1948", "GEBORT": "MN", "GEBZEIT": "7 4", "VORNAME": "Steven G", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:42+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}]	[]
17623	wynn-early-1920-01-06	{"d10": "1390", "3a_sports": "4345", "rawlins-ertel-irving": "403"}	{"ertel": "ES-4345", "csicop": "CS-403", "lerrcp": "D10-1390"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Early", "family": "Wynn", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1920-01-06 22:00", "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "US", "lg": -85.7, "lat": 31.1, "name": "Hartford", "geoid": null}, "notime": null, "date-ut": "1920-01-07 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["baseball-player"]	5	null	[{"new": {"name": {"given": "Early", "family": "Wynn"}, "birth": {"tzo": "-06:00", "date": "1920-01-06 22:00", "place": {"c2": "AL", "cy": "US", "lg": -85.7, "lat": 31.1, "name": "Hartford"}, "date-ut": "1920-01-07 04:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1390"}}, "raw": {"H": "22:00", "TZ": "6h", "DAY": "6", "LAT": "31N6", "LON": "85W42", "MON": "1", "NUM": "1390", "PRO": "SP", "YEA": "1920", "CICO": "Hartford, AL", "NAME": "Wynn Early"}, "date": "2023-08-20T14:44:05+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["basketball-player"]], "ids-in-sources": {"rawlins-ertel-irving": "403"}}, "raw": {"LA1": "31", "LA2": "6", "LO1": "85", "LO2": "42", "AMPM": "P", "MARS": "33", "NAME": "Wynn", "BATCH": "1", "Satz#": "403", "GEBDAT": "6 1 1920", "GEBORT": "AL", "GEBZEIT": "10 0", "VORNAME": "E. Pearly", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:42+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["baseball-player"], "partial-ids": {"ertel": "ES-4345"}}, "raw": {"L": "", "MF": "", "NR": "4345", "ENG": "", "MA_": "0", "G_NR": "1390", "MA12": "11", "MARS": "33", "NAME": "Wynn", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "1,100", "CSINR": "403", "KURTZ": "", "PHAS_": "99,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "06.01.", "ZITATE": "BEX", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "E. Pearly", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "06.01.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASE", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17633	zook-john-1947-09-24	{"d10": "1400", "3a_sports": "4380", "rawlins-ertel-irving": "408"}	{"ertel": "ES-4380", "csicop": "CS-408", "lerrcp": "D10-1400"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Zook", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-07:00", "date": "1947-09-24 07:46", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -100.88333, "lat": 37.96667, "name": "Garden City", "geoid": null}, "notime": null, "date-ut": "1947-09-24 14:46"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "John", "family": "Zook"}, "birth": {"tzo": "-07:00", "date": "1947-09-24 07:46", "place": {"c2": "KS", "cy": "US", "lg": -100.88333, "lat": 37.96667, "name": "Garden City"}, "date-ut": "1947-09-24 14:46"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1400"}}, "raw": {"H": "07:46", "TZ": "7h", "DAY": "24", "LAT": "37N58", "LON": "100W53", "MON": "9", "NUM": "1400", "PRO": "SP", "YEA": "1947", "CICO": "Garden City, KS", "NAME": "Zook John"}, "date": "2023-08-20T14:44:05+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "408"}}, "raw": {"LA1": "37", "LA2": "58", "LO1": "100", "LO2": "52", "AMPM": "A", "MARS": "10", "NAME": "Zook", "BATCH": "1", "Satz#": "408", "GEBDAT": "24 9 1947", "GEBORT": "KS", "GEBZEIT": "7 46", "VORNAME": "John E", "SPORTART": "FOOT", "ZEITZONE": "7"}, "date": "2023-08-20T14:44:42+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-4380"}}, "raw": {"L": "", "MF": "", "NR": "4380", "ENG": "1", "MA_": "2", "G_NR": "1400", "MA12": "4", "MARS": "10", "NAME": "Zook", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "9,100", "CSINR": "408", "KURTZ": "", "PHAS_": "66,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "24.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "John E.", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.09.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2591	meunier-henri-1865-10-16	{"a2": "504", "g55": "01-388", "afd5": "721"}	{"g55": "01-388", "lerrcp": "A2-504", "muller": "M5-721"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri", "family": "Meunier", "spouse": [], "official": {"given": "Henri Valéry", "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1865-10-16 01:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Avesnes", "geoid": 0}, "notime": null, "date-ut": "1865-10-16 00:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Meunier"}, "birth": {"tzo": "+00:12:20", "date": "1865-10-16 01:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Avesnes", "geoid": 0}, "date-ut": "1865-10-16 00:47:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-504"}, "ids-in-sources": {"a2": "504"}}, "raw": {"H": "0", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "16", "LAT": "50N39", "LON": "3E 5", "MON": "10", "NUM": "504", "PRO": "S", "SEC": "40", "YEA": "1865", "CITY": "AVESNES"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Meunier", "official": {"given": "Henri Valéry"}}, "birth": {"date": "1865-10-16 01:00", "place": {"name": "Avesnes"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "721"}}, "raw": {"NR": "721", "GNR": "SA2504", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "4", "JAHR": "1865", "KORR": "", "MARS": "28", "MODE": "LMT", "MOND": "33", "NAME": "MEUNIER (HENRI VALÉRY).", "AUFAB": "-6.90", "PHAS_": "11.800", "SONNE": "29", "VENUS": "33", "BREITE": "50 N 39", "GEBORT": "Avesnes (Nord)", "LAENGE": "003 E 05", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "28", "GEBZEIT": "01.00", "JUPITER": "24", "ELECTAGE": "57,3", "ELECTDAT": "09.01.1923", "GEBDATUM": "16.10.1865", "STBDATUM": "05.05.1943"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Avesnes"}}, "partial-ids": {"g55": "01-388"}, "ids-in-source": {"g55": "01-388"}}, "raw": {"DAY": "16-10-1865", "HOUR": "1 h.", "NAME": "MEUNIER Henri", "PLACE": "Avesnes (Nord)."}, "date": "2023-08-20T14:47:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2596	moniez-romain-1852-02-17	{"a2": "509", "g55": "01-392", "afd5": "731"}	{"g55": "01-392", "lerrcp": "A2-509", "muller": "M5-731"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Romain", "family": "Moniez", "spouse": [], "official": {"given": "Romain Louis", "family": null}}	\N	{"lmt": null, "tzo": "+00:14:33", "date": "1852-02-17 16:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.63656, "lat": 50.24797, "name": "le Quesnoy", "geoid": 3002420}, "notime": null, "date-ut": "1852-02-17 15:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Romain", "family": "Moniez"}, "birth": {"tzo": "+00:14:33", "date": "1852-02-17 16:00", "place": {"c2": "59", "cy": "FR", "lg": 3.63656, "lat": 50.24797, "name": "Le Quesnoy", "geoid": 3002420}, "date-ut": "1852-02-17 15:47:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-509"}, "ids-in-sources": {"a2": "509"}}, "raw": {"H": "15", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "17", "LAT": "50N39", "LON": "3E 5", "MON": "2", "NUM": "509", "PRO": "S", "SEC": "40", "YEA": "1852", "CITY": "LE QUESNOY"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Moniez", "official": {"given": "Romain Louis"}}, "birth": {"date": "1852-02-17 16:00", "place": {"name": "le Quesnoy"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "731"}}, "raw": {"NR": "731", "GNR": "SA2509", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "2", "CODE": "3", "JAHR": "1852", "KORR": "", "MARS": "3", "MODE": "LMT", "MOND": "20", "NAME": "MONIEZ (ROMAIN LOUIS).", "AUFAB": "-6.60", "PHAS_": "8.800", "SONNE": "16", "VENUS": "12", "BREITE": "50 N 39", "GEBORT": "le Quesnoy (Nord)", "LAENGE": "003 E 05", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "9", "GEBZEIT": "16.00", "JUPITER": "26", "ELECTAGE": "47,0", "ELECTDAT": "14.02.1899", "GEBDATUM": "17.02.1852", "STBDATUM": "05.01.1936"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-392"}, "ids-in-source": {"g55": "01-392"}}, "raw": {"DAY": "17-2-1852", "HOUR": "16 h.", "NAME": "MONIEZ Romain", "PLACE": "Le Quesnoy (Nord)."}, "date": "2023-08-20T14:47:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
11929	lambrun-jacques-1919-07-22	{"a5": "460", "g55": "07-429"}	{"g55": "07-429", "lerrcp": "A5-460"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Lambrun", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-07-22 00:15", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": -0.19813, "lat": 48.15958, "name": "Rouessé-Vassé", "geoid": 2982643}, "notime": null, "date-ut": "1919-07-21 23:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-460"}, "birth": {"tzo": "+01:00", "date": "1919-07-22 00:15", "place": {"c2": "72", "cy": "FR", "lg": -0.19813, "lat": 48.15958, "name": "Rouessé-Vassé", "geoid": 2982643}, "date-ut": "1919-07-21 23:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-460"}, "ids-in-sources": {"a5": "460"}}, "raw": {"H": "23", "MN": "15", "TZ": "0", "COD": "72", "COU": "F", "DAY": "21", "LAT": "48N 1", "LON": "0E12", "MON": "7", "NUM": "460", "PRO": "A", "SEC": "0", "YEA": "1919", "CITY": "ROUESSE-VASSE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"name": {"given": "Jacques", "family": "Lambrun", "nobility": ""}, "slug": "lambrun-jacques-1919-07-22", "partial-ids": {"g55": "07-429"}, "ids-in-source": {"g55": "07-429"}}, "raw": {"DAY": "22-7-1919", "HOUR": "0 h. 15", "NAME": "LAMBRUN Jacques", "PLACE": "Rouessé-Vassé (Sarthe)."}, "date": "2023-08-20T14:49:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
21992	andersen-lale-1905-03-23	{"afd3": "2"}	{"muller": "M3-2"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lale", "family": "Andersen", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1905-03-23 08:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 8.58, "lat": 53.55, "name": "Bremerhaven", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["singer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Lale", "family": "Andersen"}, "birth": {"tzo": "+01:00", "date": "1905-03-23 08:30", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 8.58, "lat": 53.55, "name": "Bremerhaven"}}, "occus": ["singer"], "trust": 5, "ids-in-sources": {"afd3": "2"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 35", "LAT": "53 N 33", "TZO": "-1.00", "DATE": "23.03.1905", "MUID": "002", "NAME": "ANDERSEN, Lale (Liselotte Helene)", "OCCU": "AR 06", "TIME": "08.30", "BOOKS": "2356", "PLACE": "Bremerhaven", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:42+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
21993	andreae-illa-1902-02-08	{"afd3": "3"}	{"muller": "M3-3"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Illa", "family": "Andreae", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1902-02-08 06:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 7.63, "lat": 51.97, "name": "Wiegbold Wolbeck Münster Wstf.", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Illa", "family": "Andreae"}, "birth": {"tzo": "+01:00", "date": "1902-02-08 06:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 7.63, "lat": 51.97, "name": "Wiegbold Wolbeck Münster Wstf."}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "3"}}, "raw": {"CY": "D", "GQ": "N", "LG": "007 E 38", "LAT": "51 N 58", "TZO": "-1.00", "DATE": "08.02.1902", "MUID": "003", "NAME": "ANDREAE, Illa (Aloysia) *GROßE-LACKMANN", "OCCU": "AR 01", "TIME": "06.00", "BOOKS": "13", "PLACE": "Wiegbold Wolbeck Münster Wstf.", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:42+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
21994	von-braunschweig-wolfenbuttel-anna-amalia-1739-10-24	{"afd3": "4"}	{"muller": "M3-4"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anna Amalia", "family": "Von Braunschweig-Wolfenbüttel", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:58", "date": "1739-10-24 17:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 10.53, "lat": 52.17, "name": "Wolfenbüttel", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["monarch"]	5	null	[{"new": {"sex": "F", "name": {"given": "Anna Amalia", "family": "Von Braunschweig-Wolfenbüttel"}, "birth": {"tzo": "+00:58", "date": "1739-10-24 17:30", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 10.53, "lat": 52.17, "name": "Wolfenbüttel"}}, "occus": ["monarch"], "trust": 5, "ids-in-sources": {"afd3": "4"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 32", "LAT": "52 N 10", "TZO": "-0.96", "DATE": "24.10.1739", "MUID": "004", "NAME": "von Braunschweig-Wolfenbüttel, Anna Amalia", "OCCU": "WA 06", "TIME": "17.30", "BOOKS": "123468", "PLACE": "Wolfenbüttel", "TIMOD": "LAT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:42+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
21995	arendt-hannah-1906-10-14	{"afd3": "5"}	{"muller": "M3-5"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hannah", "family": "Arendt", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1906-10-14 21:15", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 9.73, "lat": 52.38, "name": "Hannover-Linden", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["social-scientist"]	5	null	[{"new": {"sex": "F", "name": {"given": "Hannah", "family": "Arendt"}, "birth": {"tzo": "+01:00", "date": "1906-10-14 21:15", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 9.73, "lat": 52.38, "name": "Hannover-Linden"}}, "occus": ["social-scientist"], "trust": 5, "ids-in-sources": {"afd3": "5"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 44", "LAT": "52 N 23", "TZO": "-1.00", "DATE": "14.10.1906", "MUID": "005", "NAME": "ARENDT, Hannah", "OCCU": "SC 05", "TIME": "21.15", "BOOKS": "234568", "PLACE": "Hannover-Linden", "TIMOD": "", "SOURCE": "FB"}, "date": "2023-08-20T14:44:42+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
13857	audoux-marguerite-1863-07-07	{"a6": "46", "afd3": "7"}	{"lerrcp": "A6-46", "muller": "M3-7"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marguerite", "family": "Audoux", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "+00:11:41", "date": "1863-07-07 04:00", "note": null, "place": {"c1": null, "c2": "18", "c3": null, "cy": "FR", "lg": 2.92238, "lat": 46.83314, "name": "Sancoins", "geoid": 2976245}, "notime": null, "date-ut": "1863-07-07 03:50:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "fictional-writer"]	5	null	[{"new": {"name": {"given": "Marguerite", "family": "Audoux"}, "birth": {"tzo": "+00:11:41", "date": "1863-07-07 04:00", "place": {"c2": "18", "cy": "FR", "lg": 2.92238, "lat": 46.83314, "name": "Sancoins", "geoid": 2976245}, "date-ut": "1863-07-07 03:50:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-46"}, "ids-in-sources": {"a6": "46"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "18", "COU": "F", "DAY": "7", "LAT": "47N 5", "LON": "2E23", "MON": "7", "NUM": "46", "PRO": "W", "SEC": "28", "YEA": "1863", "CITY": "SANCOINS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:47+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "F", "birth": {"lmt": true}, "occus": ["fictional-writer"], "sources": "afd3", "ids-in-sources": {"afd3": "7"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 55", "LAT": "46 N 50", "TZO": "", "DATE": "07.07.1863", "MUID": "007", "NAME": "AUDOUX, Marguerite (DONQUICHOTE, M.)", "OCCU": "AR 01", "TIME": "04.00", "BOOKS": "234", "PLACE": "Sancoins (Cher)", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:42+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
21997	augspurg-anita-1857-09-22	{"afd3": "8"}	{"muller": "M3-8"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anita", "family": "Augspurg", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1857-09-22 13:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 9.23, "lat": 52.92, "name": "Verden Aller", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["suffragette"]	5	null	[{"new": {"sex": "F", "name": {"given": "Anita", "family": "Augspurg"}, "birth": {"lmt": true, "tzo": "", "date": "1857-09-22 13:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 9.23, "lat": 52.92, "name": "Verden Aller"}}, "occus": ["suffragette"], "trust": 5, "ids-in-sources": {"afd3": "8"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 14", "LAT": "52 N 55", "TZO": "", "DATE": "22.09.1857", "MUID": "008", "NAME": "AUGSPURG, Anita (A. Theodora Sophie)", "OCCU": "WA 10", "TIME": "13.00", "BOOKS": "1238", "PLACE": "Verden Aller", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:42+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
21998	augusta-marie-luise-katharina-1811-09-30	{"afd3": "9"}	{"muller": "M3-9"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie Luise Katharina", "family": "Augusta", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1811-09-30 01:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 11.33, "lat": 50.98, "name": "Weimar", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["monarch"]	5	null	[{"new": {"sex": "F", "name": {"given": "Marie Luise Katharina", "family": "Augusta"}, "birth": {"lmt": true, "tzo": "", "date": "1811-09-30 01:30", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 11.33, "lat": 50.98, "name": "Weimar"}}, "occus": ["monarch"], "trust": 5, "ids-in-sources": {"afd3": "9"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 20", "LAT": "50 N 59", "TZO": "", "DATE": "30.09.1811", "MUID": "009", "NAME": "AUGUSTA, Marie Luise Katharina, KSN", "OCCU": "WA 06", "TIME": "01.30", "BOOKS": "2346", "PLACE": "Weimar", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:42+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22004	beatrix-wilhelmina-armgard-1938-01-31	{"afd3": "17"}	{"muller": "M3-17"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelmina Armgard", "family": "Beatrix", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:20", "date": "1938-01-31 09:47", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "NL", "lg": 5.28, "lat": 52.18, "name": "Schloß Soestdijk", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["monarch"]	5	null	[{"new": {"sex": "F", "name": {"given": "Wilhelmina Armgard", "family": "Beatrix"}, "birth": {"tzo": "+00:20", "date": "1938-01-31 09:47", "place": {"c1": "", "c2": "", "cy": "NL", "lg": 5.28, "lat": 52.18, "name": "Schloß Soestdijk"}}, "occus": ["monarch"], "trust": 5, "ids-in-sources": {"afd3": "17"}}, "raw": {"CY": "NL", "GQ": "N", "LG": "005 E 17", "LAT": "52 N 11", "TZO": "-0.33", "DATE": "31.01.1938", "MUID": "017", "NAME": "BEATRIX, Wilhelmina Armgard", "OCCU": "WA 06", "TIME": "09.47", "BOOKS": "235", "PLACE": "Schloß Soestdijk", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:42+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22000	bach-anna-magdalena-1701-09-22	{"afd3": "12"}	{"muller": "M3-12"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anna Magdalena", "family": "Bach", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:56", "date": "1701-09-22 05:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 12.13, "lat": 51.05, "name": "Zeitz", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["singer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Anna Magdalena", "family": "Bach"}, "birth": {"tzo": "+00:56", "date": "1701-09-22 05:30", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 12.13, "lat": 51.05, "name": "Zeitz"}}, "occus": ["singer"], "trust": 5, "ids-in-sources": {"afd3": "12"}}, "raw": {"CY": "D", "GQ": "N", "LG": "012 E 08", "LAT": "51 N 03", "TZO": "-0.93", "DATE": "22.09.1701", "MUID": "012", "NAME": "BACH, Anna Magdalena *WILCKEN", "OCCU": "AR 06", "TIME": "05.30", "BOOKS": "14", "PLACE": "Zeitz", "TIMOD": "LAT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:42+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22002	bachmann-ingeborg-1926-06-25	{"afd3": "14"}	{"muller": "M3-14"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ingeborg", "family": "Bachmann", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1926-06-25 20:23", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "AT", "lg": 14.32, "lat": 46.63, "name": "Klagenfurt", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Ingeborg", "family": "Bachmann"}, "birth": {"tzo": "+01:00", "date": "1926-06-25 20:23", "place": {"c1": "", "c2": "", "cy": "AT", "lg": 14.32, "lat": 46.63, "name": "Klagenfurt"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "14"}}, "raw": {"CY": "A", "GQ": "N", "LG": "014 E 19", "LAT": "46 N 38", "TZO": "-1.00", "DATE": "25.06.1926", "MUID": "014", "NAME": "BACHMANN, Ingeborg", "OCCU": "AR 01", "TIME": "20.23", "BOOKS": "23456", "PLACE": "Klagenfurt", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:42+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
11533	bardot-brigitte-1934-09-28	{"a5": "60", "afd3": "15"}	{"lerrcp": "A5-60", "muller": "M3-15"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Brigitte", "family": "Bardot", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1934-09-28 13:15", "note": null, "place": {"c1": null, "c2": "75", "c3": "15", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1934-09-28 12:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Brigitte", "family": "Bardot"}, "birth": {"tzo": "+01:00", "date": "1934-09-28 13:15", "place": {"c2": "75", "c3": "15", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1934-09-28 12:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-60"}, "ids-in-sources": {"a5": "60"}}, "raw": {"H": "12", "MN": "15", "TZ": "0", "COD": "75", "COU": "F", "DAY": "28", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "60", "PRO": "A", "SEC": "0", "YEA": "1934", "CITY": "PARIS 15E"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "F", "occus": ["actor"], "sources": "afd3", "ids-in-sources": {"afd3": "15"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 17", "LAT": "48 N 50", "TZO": "-1.00", "DATE": "28.09.1934", "MUID": "015", "NAME": "BARDOT, Brigitte", "OCCU": "AR 03", "TIME": "13.15", "BOOKS": "2357", "PLACE": "Paris", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:42+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22005	beck-beatrix-1914-07-30	{"afd3": "19"}	{"muller": "M3-19"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Beatrix", "family": "Beck", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1914-07-30 08:35", "note": null, "place": {"c1": "VD", "c2": "", "c3": null, "cy": "CH", "lg": 7.05, "lat": 46.3, "name": "Villars-sur-Ollon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Beatrix", "family": "Beck"}, "birth": {"tzo": "+01:00", "date": "1914-07-30 08:35", "place": {"c1": "VD", "c2": "", "cy": "CH", "lg": 7.05, "lat": 46.3, "name": "Villars-sur-Ollon"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "19"}}, "raw": {"CY": "CH", "GQ": "N", "LG": "007 E 03", "LAT": "46 N 18", "TZO": "-1.00", "DATE": "30.07.1914", "MUID": "019", "NAME": "BECK, Beatrix", "OCCU": "AR 01", "TIME": "08.35", "BOOKS": "234", "PLACE": "Villars-sur-Ollon (Waadt)", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:42+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
13882	de-beauvoir-simone-1908-01-09	{"a6": "72", "wd": "Q7197", "afd3": "18"}	{"wd": "Q7197", "lerrcp": "A6-72", "muller": "M3-18"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Simone", "family": "de Beauvoir", "spouse": [], "official": {"given": "Simone Lucie Ernestine Marie", "family": "Bertrand de Beauvoir"}}	F	{"lmt": null, "tzo": "+00:09:21", "date": "1908-01-09 04:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "6", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1908-01-09 04:20:39"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "fictional-writer", "philosopher", "feminist"]	2	{"birth": {"slug": "de-beauvoir-simone-1908-01-09", "extras": {"name": {"given": "Simone", "family": "de Beauvoir"}, "birth": {"date-ut": "1908-01-09 04:20:39"}, "partial-ids": {"wd": "Q7197"}, "ids-in-sources": {"wd": "Q7197"}}, "header": {"history": {"0": {"date": "2023-08-10", "actor": "Thierry Graff", "action": "Locate the act and add to opengauquelin.org"}}}, "source": {"notes": "Birth time given by Müller (04:00) was erroneous\\n", "civil-registry": {"web": {"url": "https://archives.paris.fr/arkotheque/visionneuse/visionneuse.php?arko=YTo2OntzOjQ6ImRhdGUiO3M6MTA6IjIwMjMtMDgtMTAiO3M6MTA6InR5cGVfZm9uZHMiO3M6MTE6ImFya29fc2VyaWVsIjtzOjQ6InJlZjEiO2k6NDtzOjQ6InJlZjIiO2k6Mjg0MTI0O3M6MTY6InZpc2lvbm5ldXNlX2h0bWwiO2I6MTtzOjIxOiJ2aXNpb25uZXVzZV9odG1sX21vZGUiO3M6NDoicHJvZCI7fQ==", "page": "15 / 31"}, "name": "Archives de Paris 1908, Naissances, 06 6N 246", "place": {"c2": "75", "c3": "6", "cy": "FR", "name": "Paris"}}, "document-creation": {"date": "1908-01-11 09:00"}}, "opengauquelin": {"old-slug": "beauvoir-simone-1908-01-09", "projects": {"0": "women"}}, "transcription": {"sex": "F", "name": {"official": {"given": "Simone Lucie Ernestine Marie", "family": "Bertrand de Beauvoir"}}, "birth": {"date": "1908-01-09 04:30", "place": {"c2": "75", "c3": "6", "cy": "FR", "name": "Paris"}}}}}	[{"new": {"name": {"given": "Simone", "family": "Beauvoir"}, "birth": {"tzo": "+00:09:21", "date": "1908-01-09 04:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1908-01-09 03:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-72"}, "ids-in-sources": {"a6": "72"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "9", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "72", "PRO": "W", "SEC": "40", "YEA": "1908", "CITY": "PARIS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "F", "occus": ["fictional-writer"], "sources": "afd3", "ids-in-sources": {"afd3": "18"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 17", "LAT": "48 N 50", "TZO": "-0.16", "DATE": "09.01.1908", "MUID": "018", "NAME": "BEAUVOIR, Simone DE", "OCCU": "AR 01", "TIME": "04.00", "BOOKS": "123458", "PLACE": "Paris", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:42+02:00", "source": "afd3", "command": "muller m3women tmp2db"}, {"new": {"sex": "F", "name": {"given": "Simone", "family": "de Beauvoir", "official": {"given": "Simone Lucie Ernestine Marie", "family": "Bertrand de Beauvoir"}}, "birth": {"date": "1908-01-09 04:30", "place": {"c2": "75", "c3": "6", "cy": "FR", "name": "Paris"}, "date-ut": "1908-01-09 04:20:39"}, "occus": ["philosopher", "feminist"], "partial-ids": {"wd": "Q7197"}, "ids-in-sources": {"wd": "Q7197"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1908/01/09/de-beauvoir-simone-1908-01-09\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add de-beauvoir-simone-1908-01-09"}]	[]
22007	bentlage-margarete-zur-1891-03-24	{"afd3": "21"}	{"muller": "M3-21"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Margarete ZUR", "family": "Bentlage", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1891-03-24 04:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 7.95, "lat": 52.68, "name": "Hof Bentlage Menslage Emsland", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Margarete ZUR", "family": "Bentlage"}, "birth": {"lmt": true, "tzo": "", "date": "1891-03-24 04:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 7.95, "lat": 52.68, "name": "Hof Bentlage Menslage Emsland"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "21"}}, "raw": {"CY": "D", "GQ": "N", "LG": "007 E 57", "LAT": "52 N 41", "TZO": "", "DATE": "24.03.1891", "MUID": "021", "NAME": "BENTLAGE, Margarete ZUR", "OCCU": "AR 01", "TIME": "04.00", "BOOKS": "23", "PLACE": "Hof Bentlage Menslage Emsland", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:42+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22008	berens-totenohl-josefa-1891-03-30	{"afd3": "22"}	{"muller": "M3-22"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Josefa", "family": "Berens-Totenohl", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1891-03-30 12:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 8.28, "lat": 51.35, "name": "Grevenstein Arnsberg Sauerland", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Josefa", "family": "Berens-Totenohl"}, "birth": {"lmt": true, "tzo": "", "date": "1891-03-30 12:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 8.28, "lat": 51.35, "name": "Grevenstein Arnsberg Sauerland"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "22"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 17", "LAT": "51 N 21", "TZO": "", "DATE": "30.03.1891", "MUID": "022", "NAME": "BERENS-TOTENOHL, Josefa (BERENS)", "OCCU": "AR 01", "TIME": "12.00", "BOOKS": "23", "PLACE": "Grevenstein Arnsberg Sauerland", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:42+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22014	bodmershof-imma-von-1895-08-10	{"afd3": "28"}	{"muller": "M3-28"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Imma VON", "family": "Bodmershof", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1895-08-10 15:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "AT", "lg": 15.45, "lat": 47.07, "name": "Graz", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Imma VON", "family": "Bodmershof"}, "birth": {"tzo": "+01:00", "date": "1895-08-10 15:30", "place": {"c1": "", "c2": "", "cy": "AT", "lg": 15.45, "lat": 47.07, "name": "Graz"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "28"}}, "raw": {"CY": "A", "GQ": "N", "LG": "015 E 27", "LAT": "47 N 04", "TZO": "-1.00", "DATE": "10.08.1895", "MUID": "028", "NAME": "BODMERSHOF, Imma VON *EHRENFELS, VON", "OCCU": "AR 01", "TIME": "15.30", "BOOKS": "23", "PLACE": "Graz", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:42+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22015	bohlau-helene-1856-11-22	{"afd3": "29"}	{"muller": "M3-29"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Helene", "family": "BÖhlau", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1856-11-22 06:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 11.33, "lat": 50.98, "name": "Weimar", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Helene", "family": "BÖhlau"}, "birth": {"lmt": true, "tzo": "", "date": "1856-11-22 06:30", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 11.33, "lat": 50.98, "name": "Weimar"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "29"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 20", "LAT": "50 N 59", "TZO": "", "DATE": "22.11.1856", "MUID": "029", "NAME": "BÖHLAU, Helene", "OCCU": "AR 01", "TIME": "06.30", "BOOKS": "124", "PLACE": "Weimar", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:42+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
19946	boulanger-nadia-1887-09-16	{"e3": "189", "wd": "Q140619", "afd3": "31"}	{"wd": "Q140619", "lerrcp": "E3-189", "muller": "M3-31"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nadia", "family": "Boulanger", "spouse": [], "official": {"given": "Juliette Nadia", "family": "Boulanger"}}	F	{"lmt": true, "tzo": "+00:09", "date": "1887-09-16 00:15", "note": null, "place": {"c1": null, "c2": "75", "c3": "9", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1887-09-16 00:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["social-scientist", "pedagogue", "conductor", "pianist", "composer"]	2	{"birth": {"slug": "boulanger-nadia-1887-09-16", "extras": {"name": {"given": "Nadia"}, "partial-ids": {"wd": "Q140619"}, "ids-in-sources": {"wd": "Q140619"}}, "header": {"history": {"0": {"date": "2023-08-10", "actor": "Thierry Graff", "action": "Locate the act and add to opengauquelin.org"}}}, "source": {"civil-registry": {"web": {"url": "https://archives.paris.fr/arkotheque/visionneuse/visionneuse.php?arko=YTo2OntzOjQ6ImRhdGUiO3M6MTA6IjIwMjMtMDgtMTAiO3M6MTA6InR5cGVfZm9uZHMiO3M6MTE6ImFya29fc2VyaWVsIjtzOjQ6InJlZjEiO2k6NDtzOjQ6InJlZjIiO2k6MjMxODk2O3M6MTY6InZpc2lvbm5ldXNlX2h0bWwiO2I6MTtzOjIxOiJ2aXNpb25uZXVzZV9odG1sX21vZGUiO3M6NDoicHJvZCI7fQ==", "page": "11 / 31"}, "name": "Archives de Paris, 1887, Naissances, 09 V4E 6174", "place": {"c2": "75", "c3": "9", "cy": "FR", "name": "Paris"}}, "document-creation": {"date": "1887-09-19 16:00"}}, "opengauquelin": {"projects": {"0": "women"}}, "transcription": {"sex": "F", "name": {"official": {"given": "Juliette Nadia", "family": "Boulanger"}}, "birth": {"date": "1887-09-16 00:15", "place": {"c2": "75", "c3": "9", "cy": "FR", "name": "Paris"}}}}}	[{"new": {"name": {"given": "Nadia", "family": "Boulanger"}, "birth": {"tzo": "+00:09", "date": "1887-09-16 00:15", "place": {"c2": "75", "c3": "9", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1887-09-16 00:06"}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "189"}}, "raw": {"H": "00:15", "COD": "75", "DAY": "16", "MON": "09", "NUM": "0189", "PRO": "MUS", "YEA": "1887", "CITY": "Paris 9ème", "NAME": "BOULANGER Nadia", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"sex": "F", "birth": {"lmt": true}, "occus": ["social-scientist"], "sources": "afd3", "ids-in-sources": {"afd3": "31"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 17", "LAT": "48 N 50", "TZO": "", "DATE": "16.09.1887", "MUID": "031", "NAME": "BOULANGER, Nadia Juliette", "OCCU": "SC 05", "TIME": "00.15", "BOOKS": "23", "PLACE": "Paris", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:42+02:00", "source": "afd3", "command": "muller m3women tmp2db"}, {"new": {"sex": "F", "name": {"given": "Nadia", "official": {"given": "Juliette Nadia", "family": "Boulanger"}}, "birth": {"date": "1887-09-16 00:15", "place": {"c2": "75", "c3": "9", "cy": "FR", "name": "Paris"}}, "occus": ["pedagogue", "conductor", "pianist", "composer"], "partial-ids": {"wd": "Q140619"}, "ids-in-sources": {"wd": "Q140619"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1887/09/16/boulanger-nadia-1887-09-16\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add boulanger-nadia-1887-09-16"}]	[]
22016	boy-ed-ida-1852-04-17	{"afd3": "32"}	{"muller": "M3-32"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ida", "family": "Boy-Ed", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1852-04-17 01:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 10.03, "lat": 53.57, "name": "Bergedorf Hamburg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Ida", "family": "Boy-Ed"}, "birth": {"lmt": true, "tzo": "", "date": "1852-04-17 01:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 10.03, "lat": 53.57, "name": "Bergedorf Hamburg"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "32"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 02", "LAT": "53 N 34", "TZO": "", "DATE": "17.04.1852", "MUID": "032", "NAME": "BOY-ED, Ida (I. Cornelia Ernestine) *ED", "OCCU": "AR 01", "TIME": "01.00", "BOOKS": "23", "PLACE": "Bergedorf Hamburg", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:42+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22017	brachmann-luise-karoline-1777-02-09	{"afd3": "33"}	{"muller": "M3-33"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luise Karoline", "family": "Brachmann", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:37", "date": "1777-02-09 19:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 12.8, "lat": 51.05, "name": "Rochlitz (Sachsen)", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Luise Karoline", "family": "Brachmann"}, "birth": {"tzo": "+00:37", "date": "1777-02-09 19:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 12.8, "lat": 51.05, "name": "Rochlitz (Sachsen)"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "33"}}, "raw": {"CY": "D", "GQ": "N", "LG": "012 E 48", "LAT": "51 N 03", "TZO": "-0.61", "DATE": "09.02.1777", "MUID": "033", "NAME": "BRACHMANN, Luise Karoline", "OCCU": "AR 01", "TIME": "19.00", "BOOKS": "23", "PLACE": "Rochlitz (Sachsen)", "TIMOD": "LAT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:42+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22018	braun-lily-1865-07-02	{"afd3": "34"}	{"muller": "M3-34"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lily", "family": "Braun", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1865-07-02 10:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 11.05, "lat": 51.9, "name": "Halberstadt", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["factual-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Lily", "family": "Braun"}, "birth": {"lmt": true, "tzo": "", "date": "1865-07-02 10:30", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 11.05, "lat": 51.9, "name": "Halberstadt"}}, "occus": ["factual-writer"], "trust": 5, "ids-in-sources": {"afd3": "34"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 03", "LAT": "51 N 54", "TZO": "", "DATE": "02.07.1865", "MUID": "034", "NAME": "BRAUN, Lily (Amelia) *KRETSCHMAN, VON", "OCCU": "AR 02", "TIME": "10.30", "BOOKS": "1234", "PLACE": "Halberstadt", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:42+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22019	buber-neumann-margarete-1901-10-21	{"afd3": "36"}	{"muller": "M3-36"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Margarete", "family": "Buber-Neumann", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1901-10-21 13:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 13.07, "lat": 52.4, "name": "Potsdam", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Margarete", "family": "Buber-Neumann"}, "birth": {"tzo": "+01:00", "date": "1901-10-21 13:30", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 13.07, "lat": 52.4, "name": "Potsdam"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "36"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 04", "LAT": "52 N 24", "TZO": "-1.00", "DATE": "21.10.1901", "MUID": "036", "NAME": "BUBER-NEUMANN, Margarete *THUERING", "OCCU": "AR 01", "TIME": "13.30", "BOOKS": "23", "PLACE": "Potsdam", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:42+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22020	buchner-luise-1821-06-12	{"afd3": "37"}	{"muller": "M3-37"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luise", "family": "BÜchner", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1821-06-12 04:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 8.65, "lat": 49.87, "name": "Darmstadt", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["factual-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Luise", "family": "BÜchner"}, "birth": {"lmt": true, "tzo": "", "date": "1821-06-12 04:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 8.65, "lat": 49.87, "name": "Darmstadt"}}, "occus": ["factual-writer"], "trust": 5, "ids-in-sources": {"afd3": "37"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 39", "LAT": "49 N 52", "TZO": "", "DATE": "12.06.1821", "MUID": "037", "NAME": "BÜCHNER, Luise", "OCCU": "AR 02", "TIME": "04.00", "BOOKS": "124", "PLACE": "Darmstadt", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:42+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
11625	carol-martine-1920-05-16	{"a5": "152", "afd3": "39"}	{"lerrcp": "A5-152", "muller": "M3-39"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Martine", "family": "Carol", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1920-05-16 16:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.41579, "lat": 48.83864, "name": "Saint-Mandé", "geoid": 2978621}, "notime": null, "date-ut": "1920-05-16 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Martine", "family": "Carol"}, "birth": {"tzo": "+01:00", "date": "1920-05-16 16:00", "place": {"c2": "94", "cy": "FR", "lg": 2.41579, "lat": 48.83864, "name": "Saint-Mandé", "geoid": 2978621}, "date-ut": "1920-05-16 15:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-152"}, "ids-in-sources": {"a5": "152"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "94", "COU": "F", "DAY": "16", "LAT": "48N47", "LON": "2E29", "MON": "5", "NUM": "152", "PRO": "A", "SEC": "0", "YEA": "1920", "CITY": "SAINT MANDE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "F", "occus": ["actor"], "sources": "afd3", "ids-in-sources": {"afd3": "39"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 29", "LAT": "48 N 47", "TZO": "-1.00", "DATE": "16.05.1920", "MUID": "039", "NAME": "CAROL, Martine (MOURER, Marie-Louise)", "OCCU": "AR 03", "TIME": "16.00", "BOOKS": "237", "PLACE": "Saint Mandé (Seine, Paris)", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:42+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22023	cauer-minna-1841-11-01	{"afd3": "41"}	{"muller": "M3-41"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Minna", "family": "Cauer", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1841-11-01 10:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 12.35, "lat": 53.3, "name": "Freyenstein (Ostpriegnitz)", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["suffragette"]	5	null	[{"new": {"sex": "F", "name": {"given": "Minna", "family": "Cauer"}, "birth": {"lmt": true, "tzo": "", "date": "1841-11-01 10:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 12.35, "lat": 53.3, "name": "Freyenstein (Ostpriegnitz)"}}, "occus": ["suffragette"], "trust": 5, "ids-in-sources": {"afd3": "41"}}, "raw": {"CY": "D", "GQ": "N", "LG": "012 E 21", "LAT": "53 N 18", "TZO": "", "DATE": "01.11.1841", "MUID": "041", "NAME": "CAUER, Minna *SCHELLE, Wilhelmine", "OCCU": "WA 10", "TIME": "10.00", "BOOKS": "1248", "PLACE": "Freyenstein (Ostpriegnitz)", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:42+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22024	cespedes-alba-de-1911-03-11	{"afd3": "42"}	{"muller": "M3-42"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alba DE", "family": "Cespedes", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1911-03-11 01:15", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Rom", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Alba DE", "family": "Cespedes"}, "birth": {"tzo": "+01:00", "date": "1911-03-11 01:15", "place": {"c1": "", "c2": "", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Rom"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "42"}}, "raw": {"CY": "I", "GQ": "N", "LG": "012 E 30", "LAT": "41 N 54", "TZO": "-1.00", "DATE": "11.03.1911", "MUID": "042", "NAME": "CESPEDES, Alba DE", "OCCU": "AR 01", "TIME": "01.15", "BOOKS": "1234", "PLACE": "Rom", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:42+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22027	cossotto-fiorenza-1935-04-22	{"afd3": "47"}	{"muller": "M3-47"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fiorenza", "family": "Cossotto", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1935-04-22 03:00", "note": null, "place": {"c1": "", "c2": "TO", "c3": null, "cy": "IT", "lg": 7.68, "lat": 45.07, "name": "Crescentino", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["singer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Fiorenza", "family": "Cossotto"}, "birth": {"tzo": "+01:00", "date": "1935-04-22 03:00", "place": {"c1": "", "c2": "TO", "cy": "IT", "lg": 7.68, "lat": 45.07, "name": "Crescentino"}}, "occus": ["singer"], "trust": 5, "ids-in-sources": {"afd3": "47"}}, "raw": {"CY": "I", "GQ": "N", "LG": "007 E 41", "LAT": "45 N 04", "TZO": "-1.00", "DATE": "22.04.1935", "MUID": "047", "NAME": "COSSOTTO, Fiorenza", "OCCU": "AR 06", "TIME": "03.00", "BOOKS": "23", "PLACE": "Crescentino (Turin)", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22025	chezy-helmina-de-1783-01-26	{"afd3": "44"}	{"muller": "M3-44"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Helmina DE", "family": "Chezy", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:40", "date": "1783-01-26 22:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Helmina DE", "family": "Chezy"}, "birth": {"tzo": "+00:40", "date": "1783-01-26 22:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "44"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 18", "LAT": "52 N 32", "TZO": "-0.67", "DATE": "26.01.1783", "MUID": "044", "NAME": "CHEZY, Helmina (Wilh.)  DE *KLENCKE, VON", "OCCU": "AR 01", "TIME": "22.00", "BOOKS": "23", "PLACE": "Berlin", "TIMOD": "LAT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:42+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22026	christ-lena-1881-10-30	{"afd3": "45"}	{"muller": "M3-45"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lena", "family": "Christ", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1881-10-30 14:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 11.85, "lat": 48.15, "name": "Glonn Grafing", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Lena", "family": "Christ"}, "birth": {"lmt": true, "tzo": "", "date": "1881-10-30 14:30", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 11.85, "lat": 48.15, "name": "Glonn Grafing"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "45"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 51", "LAT": "48 N 09", "TZO": "", "DATE": "30.10.1881", "MUID": "045", "NAME": "CHRIST, Lena", "OCCU": "AR 01", "TIME": "14.30", "BOOKS": "1234", "PLACE": "Glonn Grafing", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:42+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
14013	sidonie-gabrielle-1873-01-28	{"a6": "210", "afd3": "46"}	{"lerrcp": "A6-210", "muller": "M3-46"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabrielle", "family": "Sidonie", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "+00:14:20", "date": "1873-01-28 22:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.58333, "lat": 47.8, "name": "Saint-Sauveur", "geoid": 0}, "notime": null, "date-ut": "1873-01-28 21:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "fictional-writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-210"}, "birth": {"tzo": "+00:14:20", "date": "1873-01-28 22:00", "place": {"c2": "89", "cy": "FR", "lg": 3.58333, "lat": 47.8, "name": "Saint-Sauveur", "geoid": 0}, "date-ut": "1873-01-28 21:45:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-210"}, "ids-in-sources": {"a6": "210"}}, "raw": {"H": "21", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "28", "LAT": "47N48", "LON": "3E35", "MON": "1", "NUM": "210", "PRO": "W", "SEC": "40", "YEA": "1873", "CITY": "ST SAUVEUR"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "F", "name": {"given": "Gabrielle", "family": "Sidonie"}, "birth": {"lmt": true}, "occus": ["fictional-writer"], "sources": "afd3", "ids-in-sources": {"afd3": "46"}}, "raw": {"CY": "F", "GQ": "G", "LG": "003 E 10", "LAT": "47 N 35", "TZO": "", "DATE": "28.01.1873", "MUID": "046", "NAME": "SIDONIE, Gabrielle (Colette)", "OCCU": "AR 01", "TIME": "22.00", "BOOKS": "12345678", "PLACE": "Saint-Sauveur-en-Puisaye (Yon.", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22028	courths-mahler-hedwig-1867-02-18	{"afd3": "48"}	{"muller": "M3-48"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hedwig", "family": "Courths-Mahler", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1867-02-18 13:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 11.58, "lat": 51.28, "name": "Nebra (Thüringen)", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Hedwig", "family": "Courths-Mahler"}, "birth": {"lmt": true, "tzo": "", "date": "1867-02-18 13:30", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 11.58, "lat": 51.28, "name": "Nebra (Thüringen)"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "48"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 35", "LAT": "51 N 17", "TZO": "", "DATE": "18.02.1867", "MUID": "048", "NAME": "COURTHS-MAHLER, Hedwig *MAHLER", "OCCU": "AR 01", "TIME": "13.30", "BOOKS": "2346", "PLACE": "Nebra (Thüringen)", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
20159	crespin-regine-1927-02-23	{"e3": "408", "afd3": "49"}	{"lerrcp": "E3-408", "muller": "M3-49"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Régine", "family": "Crespin", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:00", "date": "1927-02-23 02:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1927-02-23 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["opera-singer"]	5	null	[{"new": {"name": {"given": "Régine", "family": "Crespin"}, "birth": {"tzo": "+00:00", "date": "1927-02-23 02:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1927-02-23 02:00"}, "occus": ["opera-singer"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "408"}}, "raw": {"H": "02:00", "COD": "13", "DAY": "23", "MON": "02", "NUM": "0408", "PRO": "OPE", "YEA": "1927", "CITY": "Marseille", "NAME": "CRESPIN Régine", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"sex": "F", "occus": ["singer"], "sources": "afd3", "ids-in-sources": {"afd3": "49"}}, "raw": {"CY": "F", "GQ": "G", "LG": "005 E 24", "LAT": "43 N 18", "TZO": "0.00", "DATE": "23.02.1927", "MUID": "049", "NAME": "CRESPIN, Regine", "OCCU": "AR 06", "TIME": "02.00", "BOOKS": "235", "PLACE": "Marseille", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22029	davidis-henriette-1801-03-01	{"afd3": "51"}	{"muller": "M3-51"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henriette", "family": "Davidis", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:17", "date": "1801-03-01 19:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 7.47, "lat": 51.37, "name": "Wengern Westfalen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["factual-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Henriette", "family": "Davidis"}, "birth": {"tzo": "+00:17", "date": "1801-03-01 19:30", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 7.47, "lat": 51.37, "name": "Wengern Westfalen"}}, "occus": ["factual-writer"], "trust": 5, "ids-in-sources": {"afd3": "51"}}, "raw": {"CY": "D", "GQ": "N", "LG": "007 E 28", "LAT": "51 N 22", "TZO": "-0.29", "DATE": "01.03.1801", "MUID": "051", "NAME": "DAVIDIS, Henriette", "OCCU": "AR 02", "TIME": "19.30", "BOOKS": "34", "PLACE": "Wengern Westfalen", "TIMOD": "LAT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
24305	bachelard-marcelin-1816-05-05	{"g55": "06-20"}	{"g55": "06-20"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcelin", "family": "Bachelard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1816-05-05 10:00", "note": null, "place": {"c1": "", "c2": "42", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Firminy", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Marcelin", "family": "Bachelard", "nobility": ""}, "birth": {"date": "1816-05-05 10:00", "place": {"c1": "", "c2": "42", "c3": "", "cy": "FR", "name": "Firminy"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-20"}}, "raw": {"DAY": "5-5-1816", "HOUR": "10 h.", "NAME": "BACHELARD Marcelin", "PLACE": "Firminy (Loire)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
14042	delarue-mardrus-lucie-1874-11-03	{"a6": "239", "afd3": "53"}	{"lerrcp": "A6-239", "muller": "M3-53"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucie", "family": "Delarue-Mardrus", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "+00:00:56", "date": "1874-11-03 18:30", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": 0.23294, "lat": 49.41985, "name": "Honfleur", "geoid": 3013173}, "notime": null, "date-ut": "1874-11-03 18:31:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet", "actor"]	5	null	[{"new": {"name": {"given": "Lucie", "family": "Delarue-Mardrus"}, "birth": {"tzo": "+00:00:56", "date": "1874-11-03 18:30", "place": {"c2": "14", "cy": "FR", "lg": 0.23294, "lat": 49.41985, "name": "Honfleur", "geoid": 3013173}, "date-ut": "1874-11-03 18:31:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-239"}, "ids-in-sources": {"a6": "239"}}, "raw": {"H": "18", "MN": "31", "TZ": "0", "COD": "14", "COU": "F", "DAY": "3", "LAT": "49N11", "LON": "0W22", "MON": "11", "NUM": "239", "PRO": "W", "SEC": "28", "YEA": "1874", "CITY": "HONFLEUR"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "F", "birth": {"lmt": true}, "occus": ["actor"], "sources": "afd3", "ids-in-sources": {"afd3": "53"}}, "raw": {"CY": "F", "GQ": "G", "LG": "000 E 14", "LAT": "49 N 26", "TZO": "", "DATE": "03.11.1874", "MUID": "053", "NAME": "DELARUE-MARDRUS, Lucie *DELARUE", "OCCU": "AR 03", "TIME": "18.30", "BOOKS": "123", "PLACE": "Honfleur (Calvados)", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22030	deledda-grazia-1871-09-28	{"afd3": "54"}	{"muller": "M3-54"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Grazia", "family": "Deledda", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:50", "date": "1871-09-28 02:00", "note": null, "place": {"c1": "", "c2": "NU", "c3": null, "cy": "IT", "lg": 9.33, "lat": 40.33, "name": "Nuoro", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Grazia", "family": "Deledda"}, "birth": {"tzo": "+00:50", "date": "1871-09-28 02:00", "place": {"c1": "", "c2": "NU", "cy": "IT", "lg": 9.33, "lat": 40.33, "name": "Nuoro"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "54"}}, "raw": {"CY": "I", "GQ": "N", "LG": "009 E 20", "LAT": "40 N 20", "TZO": "-0.83", "DATE": "28.09.1871", "MUID": "054", "NAME": "DELEDDA, Grazia", "OCCU": "AR 01", "TIME": "02.00", "BOOKS": "1234", "PLACE": "Nuoro (Sardinien)", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22032	dill-liesbet-drigalski-1877-03-28	{"afd3": "56"}	{"muller": "M3-56"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Liesbet DRIGALSKI", "family": "Dill", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1877-03-28 17:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 7, "lat": 49.23, "name": "Dudweiler Saarbrücken", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Liesbet DRIGALSKI", "family": "Dill"}, "birth": {"lmt": true, "tzo": "", "date": "1877-03-28 17:30", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 7, "lat": 49.23, "name": "Dudweiler Saarbrücken"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "56"}}, "raw": {"CY": "D", "GQ": "N", "LG": "007 E 00", "LAT": "49 N 14", "TZO": "", "DATE": "28.03.1877", "MUID": "056", "NAME": "DILL, Liesbet DRIGALSKI, VON", "OCCU": "AR 01", "TIME": "17.30", "BOOKS": "123", "PLACE": "Dudweiler Saarbrücken", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22033	dohm-hedwig-1831-09-20	{"afd3": "57"}	{"muller": "M3-57"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hedwig", "family": "Dohm", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1831-09-20 17:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["factual-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Hedwig", "family": "Dohm"}, "birth": {"lmt": true, "tzo": "", "date": "1831-09-20 17:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin"}}, "occus": ["factual-writer"], "trust": 5, "ids-in-sources": {"afd3": "57"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 18", "LAT": "52 N 32", "TZO": "", "DATE": "20.09.1831", "MUID": "057", "NAME": "DOHM, Hedwig *SCHLEH", "OCCU": "AR 02", "TIME": "17.00", "BOOKS": "1234", "PLACE": "Berlin", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
12552	dorsch-kathe-1890-12-29	{"a5": "1084", "afd3": "58"}	{"lerrcp": "A5-1084", "muller": "M3-58"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Käthe", "family": "Dorsch", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": null, "date": "1890-12-29 17:30", "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NEUMARKT OBERPF", "geoid": 0}, "notime": null, "date-ut": "1890-12-29 16:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Käthe", "family": "Dorsch"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NEUMARKT OBERPF", "geoid": 0}, "date-ut": "1890-12-29 16:44"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1084"}, "ids-in-sources": {"a5": "1084"}}, "raw": {"H": "17", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "29", "LAT": "49N 0", "LON": "11E30", "MON": "12", "NUM": "1084", "PRO": "A", "SEC": "0", "YEA": "1890", "CITY": "NEUMARKT OBERPF"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "F", "birth": {"lmt": true, "date": "1890-12-29 17:30"}, "occus": ["actor"], "sources": "afd3", "ids-in-sources": {"afd3": "58"}}, "raw": {"CY": "D", "GQ": "G", "LG": "011 E 28", "LAT": "49 N 17", "TZO": "", "DATE": "29.12.1890", "MUID": "058", "NAME": "DORSCH, Käthe (Katharina)", "OCCU": "AR 03", "TIME": "17.30", "BOOKS": "12347", "PLACE": "Neumarkt Oberpfalz", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22034	dransfeld-hedwig-1871-02-24	{"afd3": "59"}	{"muller": "M3-59"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hedwig", "family": "Dransfeld", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1871-02-24 07:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 7.47, "lat": 51.52, "name": "Hacheney Dortmund Hörde Westf.", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"sex": "F", "name": {"given": "Hedwig", "family": "Dransfeld"}, "birth": {"lmt": true, "tzo": "", "date": "1871-02-24 07:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 7.47, "lat": 51.52, "name": "Hacheney Dortmund Hörde Westf."}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"afd3": "59"}}, "raw": {"CY": "D", "GQ": "N", "LG": "007 E 28", "LAT": "51 N 31", "TZO": "", "DATE": "24.02.1871", "MUID": "059", "NAME": "DRANSFELD, Hedwig (Henriette Luise H.)", "OCCU": "WA 04", "TIME": "07.00", "BOOKS": "1234", "PLACE": "Hacheney Dortmund Hörde Westf.", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22036	dumont-louise-1862-02-22	{"afd3": "61"}	{"muller": "M3-61"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louise", "family": "Dumont", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1862-02-22 04:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 6.95, "lat": 50.95, "name": "Köln", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Louise", "family": "Dumont"}, "birth": {"lmt": true, "tzo": "", "date": "1862-02-22 04:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 6.95, "lat": 50.95, "name": "Köln"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd3": "61"}}, "raw": {"CY": "D", "GQ": "N", "LG": "006 E 57", "LAT": "50 N 57", "TZO": "", "DATE": "22.02.1862", "MUID": "061", "NAME": "DUMONT, Louise *HEYNEN, Hubertine", "OCCU": "AR 03", "TIME": "04.00", "BOOKS": "123467", "PLACE": "Köln", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
12347	duse-eleonora-1858-10-03	{"a5": "879", "afd3": "62"}	{"lerrcp": "A5-879", "muller": "M3-62"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eleonora", "family": "Duse", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": null, "date": "1858-10-03 02:00", "note": null, "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 8.86114, "lat": 45.31166, "name": "Vigevano", "geoid": 3164376}, "notime": null, "date-ut": "1858-10-03 01:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Eleonora", "family": "Duse"}, "birth": {"place": {"c2": "PV", "cy": "IT", "lg": 8.86114, "lat": 45.31166, "name": "Vigevano", "geoid": 3164376}, "date-ut": "1858-10-03 01:24"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-879"}, "ids-in-sources": {"a5": "879"}}, "raw": {"H": "2", "MN": "24", "TZ": "-1", "COD": "PV", "COU": "I", "DAY": "3", "LAT": "45N12", "LON": "9E 0", "MON": "10", "NUM": "879", "PRO": "A", "SEC": "0", "YEA": "1858", "CITY": "VIGEVANO"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "F", "birth": {"lmt": true, "date": "1858-10-03 02:00"}, "occus": ["actor"], "sources": "afd3", "ids-in-sources": {"afd3": "62"}}, "raw": {"CY": "I", "GQ": "G", "LG": "008 E 51", "LAT": "45 N 19", "TZO": "", "DATE": "03.10.1858", "MUID": "062", "NAME": "DUSE, Eleonora", "OCCU": "AR 03", "TIME": "02.00", "BOOKS": "12345678", "PLACE": "Vigevano (Pavia, Lombardei)", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22037	elisabeth-amalie-eugenie-ksn-von-oster-1837-12-24	{"afd3": "63"}	{"muller": "M3-63"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "KSN VON ÖSTER.", "family": "Elisabeth Amalie Eugenie", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1837-12-24 22:43", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 11.57, "lat": 48.13, "name": "München", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["monarch"]	5	null	[{"new": {"sex": "F", "name": {"given": "KSN VON ÖSTER.", "family": "Elisabeth Amalie Eugenie"}, "birth": {"lmt": true, "tzo": "", "date": "1837-12-24 22:43", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 11.57, "lat": 48.13, "name": "München"}}, "occus": ["monarch"], "trust": 5, "ids-in-sources": {"afd3": "63"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 34", "LAT": "48 N 08", "TZO": "", "DATE": "24.12.1837", "MUID": "063", "NAME": "ELISABETH Amalie Eugenie, KSN VON ÖSTER.", "OCCU": "WA 06", "TIME": "22.43", "BOOKS": "12346", "PLACE": "München", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22038	elisabeth-christine-kgn-von-preussen-1715-11-08	{"afd3": "64"}	{"muller": "M3-64"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "KGN VON PREUSSEN", "family": "Elisabeth Christine", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:58", "date": "1715-11-08 07:53", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 10.53, "lat": 52.17, "name": "Wolfenbüttel", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["monarch"]	5	null	[{"new": {"sex": "F", "name": {"given": "KGN VON PREUSSEN", "family": "Elisabeth Christine"}, "birth": {"tzo": "+00:58", "date": "1715-11-08 07:53", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 10.53, "lat": 52.17, "name": "Wolfenbüttel"}}, "occus": ["monarch"], "trust": 5, "ids-in-sources": {"afd3": "64"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 32", "LAT": "52 N 10", "TZO": "-0.97", "DATE": "08.11.1715", "MUID": "064", "NAME": "ELISABETH Christine, KGN VON PREUSSEN", "OCCU": "WA 06", "TIME": "07.53", "BOOKS": "1234", "PLACE": "Wolfenbüttel", "TIMOD": "LAT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22039	ellert-gerhart-1900-01-26	{"afd3": "65"}	{"muller": "M3-65"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gerhart", "family": "Ellert", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1900-01-26 22:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "AT", "lg": 14.83, "lat": 46.83, "name": "Wolfsberg (Karnten)", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Gerhart", "family": "Ellert"}, "birth": {"tzo": "+01:00", "date": "1900-01-26 22:30", "place": {"c1": "", "c2": "", "cy": "AT", "lg": 14.83, "lat": 46.83, "name": "Wolfsberg (Karnten)"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "65"}}, "raw": {"CY": "A", "GQ": "N", "LG": "014 E 50", "LAT": "46 N 50", "TZO": "-1.00", "DATE": "26.01.1900", "MUID": "065", "NAME": "ELLERT, Gerhart (SCHMIRGER, Gertrud)", "OCCU": "AR 01", "TIME": "22.30", "BOOKS": "23", "PLACE": "Wolfsberg (Karnten)", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22040	emma-kgn-der-niederlande-1858-08-02	{"afd3": "66"}	{"muller": "M3-66"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "KGN DER NIEDERLANDE", "family": "Emma", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1858-08-02 07:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 8.87, "lat": 51.28, "name": "Arolsen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["monarch"]	5	null	[{"new": {"sex": "F", "name": {"given": "KGN DER NIEDERLANDE", "family": "Emma"}, "birth": {"lmt": true, "tzo": "", "date": "1858-08-02 07:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 8.87, "lat": 51.28, "name": "Arolsen"}}, "occus": ["monarch"], "trust": 5, "ids-in-sources": {"afd3": "66"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 52", "LAT": "51 N 17", "TZO": "", "DATE": "02.08.1858", "MUID": "066", "NAME": "EMMA, KGN DER NIEDERLANDE", "OCCU": "WA 06", "TIME": "07.00", "BOOKS": "23", "PLACE": "Arolsen", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22041	enghaus-christine-1815-02-09	{"afd3": "67"}	{"muller": "M3-67"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christine", "family": "Enghaus", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1815-02-09 09:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 10.53, "lat": 52.27, "name": "Braunschweig", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Christine", "family": "Enghaus"}, "birth": {"lmt": true, "tzo": "", "date": "1815-02-09 09:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 10.53, "lat": 52.27, "name": "Braunschweig"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd3": "67"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 32", "LAT": "52 N 16", "TZO": "", "DATE": "09.02.1815", "MUID": "067", "NAME": "ENGHAUS, Christine (ENGEHAUSEN, Chr.)", "OCCU": "AR 03", "TIME": "09.00", "BOOKS": "23", "PLACE": "Braunschweig", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22042	eysoldt-gertrud-1870-11-30	{"afd3": "68"}	{"muller": "M3-68"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gertrud", "family": "Eysoldt", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1870-11-30 16:15", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 13.93, "lat": 50.97, "name": "Pirna (Sachsen)", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Gertrud", "family": "Eysoldt"}, "birth": {"lmt": true, "tzo": "", "date": "1870-11-30 16:15", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 13.93, "lat": 50.97, "name": "Pirna (Sachsen)"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd3": "68"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 56", "LAT": "50 N 58", "TZO": "", "DATE": "30.11.1870", "MUID": "068", "NAME": "EYSOLDT, Gertrud", "OCCU": "AR 03", "TIME": "16.15", "BOOKS": "234", "PLACE": "Pirna (Sachsen)", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22043	fassbinder-klara-marie-1890-02-15	{"afd3": "69"}	{"muller": "M3-69"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Klara Marie", "family": "Fassbinder", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1890-02-15 05:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 6.65, "lat": 49.75, "name": "Trier Mosel", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["social-scientist"]	5	null	[{"new": {"sex": "F", "name": {"given": "Klara Marie", "family": "Fassbinder"}, "birth": {"lmt": true, "tzo": "", "date": "1890-02-15 05:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 6.65, "lat": 49.75, "name": "Trier Mosel"}}, "occus": ["social-scientist"], "trust": 5, "ids-in-sources": {"afd3": "69"}}, "raw": {"CY": "D", "GQ": "N", "LG": "006 E 39", "LAT": "49 N 45", "TZO": "", "DATE": "15.02.1890", "MUID": "069", "NAME": "FASSBINDER, Klara Marie", "OCCU": "SC 05", "TIME": "05.00", "BOOKS": "12", "PLACE": "Trier Mosel", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22044	feuerbach-henriette-1812-08-13	{"afd3": "70"}	{"muller": "M3-70"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henriette", "family": "Feuerbach", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1812-08-13 11:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 10.6, "lat": 49.58, "name": "Ermetzhofen Franken", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["partner-of-celebrity"]	5	null	[{"new": {"sex": "F", "name": {"given": "Henriette", "family": "Feuerbach"}, "birth": {"lmt": true, "tzo": "", "date": "1812-08-13 11:30", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 10.6, "lat": 49.58, "name": "Ermetzhofen Franken"}}, "occus": ["partner-of-celebrity"], "trust": 5, "ids-in-sources": {"afd3": "70"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 36", "LAT": "49 N 35", "TZO": "", "DATE": "13.08.1812", "MUID": "070", "NAME": "FEUERBACH, Henriette *HEYDENREICH", "OCCU": "WA 12", "TIME": "11.30", "BOOKS": "14", "PLACE": "Ermetzhofen Franken", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22045	fleisser-marieluise-1901-11-22	{"afd3": "72"}	{"muller": "M3-72"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marieluise", "family": "Fleisser", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1901-11-22 07:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 11.43, "lat": 48.77, "name": "Ingolstadt", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Marieluise", "family": "Fleisser"}, "birth": {"tzo": "+01:00", "date": "1901-11-22 07:30", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 11.43, "lat": 48.77, "name": "Ingolstadt"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "72"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 26", "LAT": "48 N 46", "TZO": "-1.00", "DATE": "22.11.1901", "MUID": "072", "NAME": "FLEISSER, Marieluise", "OCCU": "AR 01", "TIME": "07.30", "BOOKS": "1234", "PLACE": "Ingolstadt", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22046	forbes-mosse-irene-1864-08-05	{"afd3": "73"}	{"muller": "M3-73"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Irene", "family": "Forbes-Mosse", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1864-08-05 21:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 8.23, "lat": 48.77, "name": "Baden-Baden", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Irene", "family": "Forbes-Mosse"}, "birth": {"lmt": true, "tzo": "", "date": "1864-08-05 21:30", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 8.23, "lat": 48.77, "name": "Baden-Baden"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "73"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 14", "LAT": "48 N 46", "TZO": "", "DATE": "05.08.1864", "MUID": "073", "NAME": "FORBES-MOSSE, Irene *FLEMMING, GFN VON", "OCCU": "AR 01", "TIME": "21.30", "BOOKS": "123", "PLACE": "Baden-Baden", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22047	forster-nietzsche-elisabeth-1846-07-10	{"afd3": "74"}	{"muller": "M3-74"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elisabeth", "family": "Forster-Nietzsche", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1846-07-10 01:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 12.12, "lat": 51.23, "name": "Röcken (Lützen)", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["factual-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Elisabeth", "family": "Forster-Nietzsche"}, "birth": {"lmt": true, "tzo": "", "date": "1846-07-10 01:30", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 12.12, "lat": 51.23, "name": "Röcken (Lützen)"}}, "occus": ["factual-writer"], "trust": 5, "ids-in-sources": {"afd3": "74"}}, "raw": {"CY": "D", "GQ": "N", "LG": "012 E 07", "LAT": "51 N 14", "TZO": "", "DATE": "10.07.1846", "MUID": "074", "NAME": "FORSTER-NIETZSCHE, Elisabeth *NIETZSCHE", "OCCU": "AR 02", "TIME": "01.30", "BOOKS": "1234", "PLACE": "Röcken (Lützen)", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22048	francois-marie-luise-von-1817-06-27	{"afd3": "75"}	{"muller": "M3-75"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie Luise VON", "family": "Francois", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1817-06-27 02:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 13.22, "lat": 51.7, "name": "Herzberg (Elster, Merseburg)", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Marie Luise VON", "family": "Francois"}, "birth": {"lmt": true, "tzo": "", "date": "1817-06-27 02:30", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 13.22, "lat": 51.7, "name": "Herzberg (Elster, Merseburg)"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "75"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 13", "LAT": "51 N 42", "TZO": "", "DATE": "27.06.1817", "MUID": "075", "NAME": "FRANCOIS, Marie Luise VON", "OCCU": "AR 01", "TIME": "02.30", "BOOKS": "1234", "PLACE": "Herzberg (Elster, Merseburg)", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22049	frank-anne-1929-06-12	{"afd3": "76"}	{"muller": "M3-76"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anne", "family": "Frank", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1929-06-12 07:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 8.68, "lat": 50.12, "name": "Frankfurt Main", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Anne", "family": "Frank"}, "birth": {"tzo": "+01:00", "date": "1929-06-12 07:30", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 8.68, "lat": 50.12, "name": "Frankfurt Main"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "76"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 41", "LAT": "50 N 07", "TZO": "-1.00", "DATE": "12.06.1929", "MUID": "076", "NAME": "FRANK, Anne (Annelies Marie)", "OCCU": "AR 01", "TIME": "07.30", "BOOKS": "23456", "PLACE": "Frankfurt Main", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22050	freni-mirella-1935-02-27	{"afd3": "77"}	{"muller": "M3-77"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mirella", "family": "Freni", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1935-02-27 04:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "IT", "lg": 10.93, "lat": 45.65, "name": "Modena", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["singer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Mirella", "family": "Freni"}, "birth": {"tzo": "+01:00", "date": "1935-02-27 04:00", "place": {"c1": "", "c2": "", "cy": "IT", "lg": 10.93, "lat": 45.65, "name": "Modena"}}, "occus": ["singer"], "trust": 5, "ids-in-sources": {"afd3": "77"}}, "raw": {"CY": "I", "GQ": "N", "LG": "010 E 56", "LAT": "45 N 39", "TZO": "-1.00", "DATE": "27.02.1935", "MUID": "077", "NAME": "FRENI, Mirella", "OCCU": "AR 06", "TIME": "04.00", "BOOKS": "23", "PLACE": "Modena", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22051	gallmeyer-josephine-1838-02-27	{"afd3": "78"}	{"muller": "M3-78"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Josephine", "family": "Gallmeyer", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1838-02-27 16:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 12.37, "lat": 51.35, "name": "Leipzig", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Josephine", "family": "Gallmeyer"}, "birth": {"lmt": true, "tzo": "", "date": "1838-02-27 16:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 12.37, "lat": 51.35, "name": "Leipzig"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd3": "78"}}, "raw": {"CY": "D", "GQ": "N", "LG": "012 E 22", "LAT": "51 N 21", "TZO": "", "DATE": "27.02.1838", "MUID": "078", "NAME": "GALLMEYER, Josephine *GREINER", "OCCU": "AR 03", "TIME": "16.00", "BOOKS": "124", "PLACE": "Leipzig", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22052	garbo-greta-1905-09-18	{"afd3": "79"}	{"muller": "M3-79"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Greta", "family": "Garbo", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1905-09-18 19:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "SE", "lg": 18.07, "lat": 59.33, "name": "Stockholm", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Greta", "family": "Garbo"}, "birth": {"tzo": "+01:00", "date": "1905-09-18 19:30", "place": {"c1": "", "c2": "", "cy": "SE", "lg": 18.07, "lat": 59.33, "name": "Stockholm"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd3": "79"}}, "raw": {"CY": "S", "GQ": "N", "LG": "018 E 04", "LAT": "59 N 20", "TZO": "-1.00", "DATE": "18.09.1905", "MUID": "079", "NAME": "GARBO, Greta (GUSTAFSSON, Greta Lovisa)", "OCCU": "AR 03", "TIME": "19.30", "BOOKS": "123457", "PLACE": "Stockholm", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22053	garland-judy-1922-06-10	{"afd3": "80"}	{"muller": "M3-80"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Judy", "family": "Garland", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "-06:00", "date": "1922-06-10 06:00", "note": null, "place": {"c1": "MN", "c2": "", "c3": null, "cy": "US", "lg": -93.52, "lat": 47.23, "name": "Grand Rapids", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Judy", "family": "Garland"}, "birth": {"tzo": "-06:00", "date": "1922-06-10 06:00", "place": {"c1": "MN", "c2": "", "cy": "US", "lg": -93.52, "lat": 47.23, "name": "Grand Rapids"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd3": "80"}}, "raw": {"CY": "USA", "GQ": "N", "LG": "093 W 31", "LAT": "47 N 14", "TZO": "6.00", "DATE": "10.06.1922", "MUID": "080", "NAME": "GARLAND, Judy (GUMM, Frances)", "OCCU": "AR 03", "TIME": "06.00", "BOOKS": "1235", "PLACE": "Grand Rapids (Minn.)", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22054	gerhard-adele-1868-06-08	{"afd3": "81"}	{"muller": "M3-81"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adele", "family": "Gerhard", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1868-06-08 23:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 6.95, "lat": 50.95, "name": "Köln", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Adele", "family": "Gerhard"}, "birth": {"lmt": true, "tzo": "", "date": "1868-06-08 23:30", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 6.95, "lat": 50.95, "name": "Köln"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "81"}}, "raw": {"CY": "D", "GQ": "N", "LG": "006 E 57", "LAT": "50 N 57", "TZO": "", "DATE": "08.06.1868", "MUID": "081", "NAME": "GERHARD, Adele *DE JONGE", "OCCU": "AR 01", "TIME": "23.30", "BOOKS": "23", "PLACE": "Köln", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
14865	gevers-marie-1883-12-30	{"a6": "1098", "afd3": "82"}	{"lerrcp": "A6-1098", "muller": "M3-82"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Gevers", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:17", "date": "1883-12-30 16:45", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "EDEGEM", "geoid": 0}, "notime": null, "date-ut": "1883-12-30 16:27:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet", "fictional-writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-1098"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "EDEGEM", "geoid": 0}, "date-ut": "1883-12-30 16:27:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1098"}, "ids-in-sources": {"a6": "1098"}}, "raw": {"H": "16", "MN": "27", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "30", "LAT": "51N14", "LON": "4E30", "MON": "12", "NUM": "1098", "PRO": "W", "SEC": "0", "YEA": "1883", "CITY": "EDEGEM"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "F", "name": {"given": "Marie", "family": "Gevers"}, "birth": {"tzo": "+00:17", "date": "1883-12-30 16:45"}, "occus": ["fictional-writer"], "sources": "afd3", "ids-in-sources": {"afd3": "82"}}, "raw": {"CY": "B", "GQ": "G", "LG": "004 E 27", "LAT": "51 N 09", "TZO": "-0.29", "DATE": "30.12.1883", "MUID": "082", "NAME": "GEVERS, Marie (Maria Theresia)", "OCCU": "AR 01", "TIME": "16.45", "BOOKS": "234", "PLACE": "Edegem (Antwerpen)", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22055	ginzburg-natalia-1916-07-14	{"afd3": "83"}	{"muller": "M3-83"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Natalia", "family": "Ginzburg", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+02:00", "date": "1916-07-14 06:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "IT", "lg": 13.35, "lat": 38.12, "name": "Palermo", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Natalia", "family": "Ginzburg"}, "birth": {"tzo": "+02:00", "date": "1916-07-14 06:00", "place": {"c1": "", "c2": "", "cy": "IT", "lg": 13.35, "lat": 38.12, "name": "Palermo"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "83"}}, "raw": {"CY": "I", "GQ": "N", "LG": "013 E 21", "LAT": "38 N 07", "TZO": "-2.00", "DATE": "14.07.1916", "MUID": "083", "NAME": "GINZBURG, Natalia *LEVI", "OCCU": "AR 01", "TIME": "06.00", "BOOKS": "23", "PLACE": "Palermo", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22056	gnauck-kubne-elisabeth-1850-01-02	{"afd3": "84"}	{"muller": "M3-84"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elisabeth", "family": "Gnauck-Kubne", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1850-01-02 20:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 10.53, "lat": 52.27, "name": "Vechelde Braunschweig", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["suffragette"]	5	null	[{"new": {"sex": "F", "name": {"given": "Elisabeth", "family": "Gnauck-Kubne"}, "birth": {"lmt": true, "tzo": "", "date": "1850-01-02 20:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 10.53, "lat": 52.27, "name": "Vechelde Braunschweig"}}, "occus": ["suffragette"], "trust": 5, "ids-in-sources": {"afd3": "84"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 32", "LAT": "52 N 16", "TZO": "", "DATE": "02.01.1850", "MUID": "084", "NAME": "GNAUCK-KUBNE, Elisabeth (Caroline)", "OCCU": "WA 10", "TIME": "20.00", "BOOKS": "123", "PLACE": "Vechelde Braunschweig", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22057	coethe-christiane-von-1765-06-01	{"afd3": "85"}	{"muller": "M3-85"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christiane VON", "family": "Coethe", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:48", "date": "1765-06-01 20:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 11.33, "lat": 50.98, "name": "Weimar", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["partner-of-celebrity"]	5	null	[{"new": {"sex": "F", "name": {"given": "Christiane VON", "family": "Coethe"}, "birth": {"tzo": "+00:48", "date": "1765-06-01 20:30", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 11.33, "lat": 50.98, "name": "Weimar"}}, "occus": ["partner-of-celebrity"], "trust": 5, "ids-in-sources": {"afd3": "85"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 20", "LAT": "50 N 59", "TZO": "-0.80", "DATE": "01.06.1765", "MUID": "085", "NAME": "COETHE, Christiane VON *VULPIUS", "OCCU": "WA 12", "TIME": "20.30", "BOOKS": "1234", "PLACE": "Weimar", "TIMOD": "LAT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22058	goethe-cornelia-1750-12-07	{"afd3": "86"}	{"muller": "M3-86"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cornelia", "family": "Goethe", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:43", "date": "1750-12-07 20:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 8.68, "lat": 50.12, "name": "Frankfurt Main", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["partner-of-celebrity"]	5	null	[{"new": {"sex": "F", "name": {"given": "Cornelia", "family": "Goethe"}, "birth": {"tzo": "+00:43", "date": "1750-12-07 20:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 8.68, "lat": 50.12, "name": "Frankfurt Main"}}, "occus": ["partner-of-celebrity"], "trust": 5, "ids-in-sources": {"afd3": "86"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 41", "LAT": "50 N 07", "TZO": "-0.71", "DATE": "07.12.1750", "MUID": "086", "NAME": "GOETHE, Cornelia (C. Friederike)", "OCCU": "WA 12", "TIME": "20.00", "BOOKS": "24", "PLACE": "Frankfurt Main", "TIMOD": "LAT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22060	grogger-paula-1892-07-12	{"afd3": "89"}	{"muller": "M3-89"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paula", "family": "Grogger", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1892-07-12 10:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "AT", "lg": 14, "lat": 47.48, "name": "Öblarn (Steiermark)", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Paula", "family": "Grogger"}, "birth": {"tzo": "+01:00", "date": "1892-07-12 10:00", "place": {"c1": "", "c2": "", "cy": "AT", "lg": 14, "lat": 47.48, "name": "Öblarn (Steiermark)"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "89"}}, "raw": {"CY": "A", "GQ": "N", "LG": "014 E 00", "LAT": "47 N 29", "TZO": "-1.00", "DATE": "12.07.1892", "MUID": "089", "NAME": "GROGGER, Paula", "OCCU": "AR 01", "TIME": "10.00", "BOOKS": "1234", "PLACE": "Öblarn (Steiermark)", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22061	guglielminetti-amalia-1881-04-05	{"afd3": "90"}	{"muller": "M3-90"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amalia", "family": "Guglielminetti", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:50", "date": "1881-04-05 15:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "IT", "lg": 7.68, "lat": 45.07, "name": "Turin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Amalia", "family": "Guglielminetti"}, "birth": {"tzo": "+00:50", "date": "1881-04-05 15:00", "place": {"c1": "", "c2": "", "cy": "IT", "lg": 7.68, "lat": 45.07, "name": "Turin"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "90"}}, "raw": {"CY": "I", "GQ": "N", "LG": "007 E 41", "LAT": "45 N 04", "TZO": "-0.83", "DATE": "05.04.1881", "MUID": "090", "NAME": "GUGLIELMINETTI, Amalia", "OCCU": "AR 01", "TIME": "15.00", "BOOKS": "13", "PLACE": "Turin", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22062	guilbert-yvette-1866-01-22	{"afd3": "91"}	{"muller": "M3-91"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yvette", "family": "Guilbert", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1866-01-22 03:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "FR", "lg": 2.28, "lat": 48.83, "name": "Paris", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["singer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Yvette", "family": "Guilbert"}, "birth": {"lmt": true, "tzo": "", "date": "1866-01-22 03:00", "place": {"c1": "", "c2": "", "cy": "FR", "lg": 2.28, "lat": 48.83, "name": "Paris"}}, "occus": ["singer"], "trust": 5, "ids-in-sources": {"afd3": "91"}}, "raw": {"CY": "F", "GQ": "N", "LG": "002 E 17", "LAT": "48 N 50", "TZO": "", "DATE": "22.01.1866", "MUID": "091", "NAME": "GUILBERT, Yvette", "OCCU": "AR 06", "TIME": "03.00", "BOOKS": "234", "PLACE": "Paris", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22063	gunderode-karoline-von-1780-02-11	{"afd3": "92"}	{"muller": "M3-92"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karoline VON", "family": "Gunderode", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:19", "date": "1780-02-11 05:15", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 8.4, "lat": 49.02, "name": "Karlsruhe", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Karoline VON", "family": "Gunderode"}, "birth": {"tzo": "+00:19", "date": "1780-02-11 05:15", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 8.4, "lat": 49.02, "name": "Karlsruhe"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "92"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 24", "LAT": "49 N 01", "TZO": "-0.31", "DATE": "11.02.1780", "MUID": "092", "NAME": "GUNDERODE, Karoline VON", "OCCU": "AR 01", "TIME": "05.15", "BOOKS": "1234", "PLACE": "Karlsruhe", "TIMOD": "LAT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22064	gunther-dorothee-1896-10-08	{"afd3": "93"}	{"muller": "M3-93"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dorothee", "family": "Gunther", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1896-10-08 08:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 7.1, "lat": 51.55, "name": "Gelsenkirchen Westfalen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["social-scientist"]	5	null	[{"new": {"sex": "F", "name": {"given": "Dorothee", "family": "Gunther"}, "birth": {"tzo": "+01:00", "date": "1896-10-08 08:30", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 7.1, "lat": 51.55, "name": "Gelsenkirchen Westfalen"}}, "occus": ["social-scientist"], "trust": 5, "ids-in-sources": {"afd3": "93"}}, "raw": {"CY": "D", "GQ": "N", "LG": "007 E 06", "LAT": "51 N 33", "TZO": "-1.00", "DATE": "08.10.1896", "MUID": "093", "NAME": "GUNTHER, Dorothee", "OCCU": "SC 05", "TIME": "08.30", "BOOKS": "23", "PLACE": "Gelsenkirchen Westfalen", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
12582	haagen-margarete-1889-11-29	{"a5": "1114", "afd3": "94"}	{"lerrcp": "A5-1114", "muller": "M3-94"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Margarete", "family": "Haagen", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": null, "date": "1889-11-29 11:00", "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "notime": null, "date-ut": "1889-11-29 10:14"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Margarete", "family": "Haagen"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "NURNBERG", "geoid": 0}, "date-ut": "1889-11-29 10:14"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1114"}, "ids-in-sources": {"a5": "1114"}}, "raw": {"H": "11", "MN": "14", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "29", "LAT": "49N 0", "LON": "11E30", "MON": "11", "NUM": "1114", "PRO": "A", "SEC": "0", "YEA": "1889", "CITY": "NURNBERG"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "F", "birth": {"lmt": true, "date": "1889-11-29 11:00"}, "occus": ["actor"], "sources": "afd3", "ids-in-sources": {"afd3": "94"}}, "raw": {"CY": "D", "GQ": "G", "LG": "011 E 05", "LAT": "49 N 27", "TZO": "", "DATE": "29.11.1889", "MUID": "094", "NAME": "HAAGEN, Margarete", "OCCU": "AR 03", "TIME": "11.00", "BOOKS": "23", "PLACE": "Nürnberg", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22065	hansherry-lorraine-1930-05-19	{"afd3": "95"}	{"muller": "M3-95"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lorraine", "family": "Hansherry", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "-06:00", "date": "1930-05-19 20:04", "note": null, "place": {"c1": "IL", "c2": "", "c3": null, "cy": "US", "lg": -87.68, "lat": 43.05, "name": "Chicago", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Lorraine", "family": "Hansherry"}, "birth": {"tzo": "-06:00", "date": "1930-05-19 20:04", "place": {"c1": "IL", "c2": "", "cy": "US", "lg": -87.68, "lat": 43.05, "name": "Chicago"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "95"}}, "raw": {"CY": "USA", "GQ": "N", "LG": "087 W 41", "LAT": "43 N 03", "TZO": "6.00", "DATE": "19.05.1930", "MUID": "095", "NAME": "HANSHERRY, Lorraine", "OCCU": "AR 01", "TIME": "20.04", "BOOKS": "38", "PLACE": "Chicago (Ill.)", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22066	harbou-thea-von-1888-12-27	{"afd3": "96"}	{"muller": "M3-96"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Thea VON", "family": "Harbou", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1888-12-27 10:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 11.92, "lat": 50.32, "name": "Tauperlitz Hof", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Thea VON", "family": "Harbou"}, "birth": {"lmt": true, "tzo": "", "date": "1888-12-27 10:30", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 11.92, "lat": 50.32, "name": "Tauperlitz Hof"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "96"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 55", "LAT": "50 N 19", "TZO": "", "DATE": "27.12.1888", "MUID": "096", "NAME": "HARBOU, Thea VON", "OCCU": "AR 01", "TIME": "10.30", "BOOKS": "234", "PLACE": "Tauperlitz Hof", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22067	hartlaub-genoveva-1915-06-07	{"afd3": "97"}	{"muller": "M3-97"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Genoveva", "family": "Hartlaub", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1915-06-07 14:15", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 6.6, "lat": 50.88, "name": "Mannheim", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Genoveva", "family": "Hartlaub"}, "birth": {"tzo": "+01:00", "date": "1915-06-07 14:15", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 6.6, "lat": 50.88, "name": "Mannheim"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "97"}}, "raw": {"CY": "D", "GQ": "N", "LG": "006 E 36", "LAT": "50 N 53", "TZO": "-1.00", "DATE": "07.06.1915", "MUID": "097", "NAME": "HARTLAUB, Genoveva", "OCCU": "AR 01", "TIME": "14.15", "BOOKS": "23", "PLACE": "Mannheim", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22068	hensel-luise-1798-03-30	{"afd3": "98"}	{"muller": "M3-98"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luise", "family": "Hensel", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:47", "date": "1798-03-30 05:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 12.9, "lat": 52.75, "name": "Linum (Fehrbellin, Brandenbg.)", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Luise", "family": "Hensel"}, "birth": {"tzo": "+00:47", "date": "1798-03-30 05:30", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 12.9, "lat": 52.75, "name": "Linum (Fehrbellin, Brandenbg.)"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "98"}}, "raw": {"CY": "D", "GQ": "N", "LG": "012 E 54", "LAT": "52 N 45", "TZO": "-0.78", "DATE": "30.03.1798", "MUID": "098", "NAME": "HENSEL, Luise (L. Maria)", "OCCU": "AR 01", "TIME": "05.30", "BOOKS": "1234", "PLACE": "Linum (Fehrbellin, Brandenbg.)", "TIMOD": "LAT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22069	hepburn-audrey-1929-05-04	{"afd3": "99"}	{"muller": "M3-99"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Audrey", "family": "Hepburn", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1929-05-04 03:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "BE", "lg": 4.37, "lat": 50.83, "name": "Ixelles", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Audrey", "family": "Hepburn"}, "birth": {"tzo": "+01:00", "date": "1929-05-04 03:00", "place": {"c1": "", "c2": "", "cy": "BE", "lg": 4.37, "lat": 50.83, "name": "Ixelles"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd3": "99"}}, "raw": {"CY": "B", "GQ": "N", "LG": "004 E 22", "LAT": "50 N 50", "TZO": "-1.00", "DATE": "04.05.1929", "MUID": "099", "NAME": "HEPBURN, Audrey (VAN HEEMSTRA, Edda)", "OCCU": "AR 03", "TIME": "03.00", "BOOKS": "2357", "PLACE": "Ixelles (Brüssel)", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22070	herking-ursula-1912-01-28	{"afd3": "100"}	{"muller": "M3-100"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ursula", "family": "Herking", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1912-01-28 09:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 12.23, "lat": 51.83, "name": "Dessau", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Ursula", "family": "Herking"}, "birth": {"tzo": "+01:00", "date": "1912-01-28 09:30", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 12.23, "lat": 51.83, "name": "Dessau"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd3": "100"}}, "raw": {"CY": "D", "GQ": "N", "LG": "012 E 14", "LAT": "51 N 50", "TZO": "-1.00", "DATE": "28.01.1912", "MUID": "100", "NAME": "HERKING, Ursula (KUEIN, U.)", "OCCU": "AR 03", "TIME": "09.30", "BOOKS": "23", "PLACE": "Dessau", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22071	heyking-elisabeth-bar-von-1861-12-10	{"afd3": "101"}	{"muller": "M3-101"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elisabeth BAR VON", "family": "Heyking", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1861-12-10 09:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 8.4, "lat": 49.02, "name": "Karlsruhe", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Elisabeth BAR VON", "family": "Heyking"}, "birth": {"lmt": true, "tzo": "", "date": "1861-12-10 09:30", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 8.4, "lat": 49.02, "name": "Karlsruhe"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "101"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 24", "LAT": "49 N 01", "TZO": "", "DATE": "10.12.1861", "MUID": "101", "NAME": "HEYKING, Elisabeth BAR VON *FLEMMING, VON", "OCCU": "AR 01", "TIME": "09.30", "BOOKS": "123", "PLACE": "Karlsruhe", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22072	heyl-hedwig-1850-05-05	{"afd3": "102"}	{"muller": "M3-102"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hedwig", "family": "Heyl", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1850-05-05 02:45", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 8.82, "lat": 53.08, "name": "Bremen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"sex": "F", "name": {"given": "Hedwig", "family": "Heyl"}, "birth": {"lmt": true, "tzo": "", "date": "1850-05-05 02:45", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 8.82, "lat": 53.08, "name": "Bremen"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"afd3": "102"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 49", "LAT": "53 N 05", "TZO": "", "DATE": "05.05.1850", "MUID": "102", "NAME": "HEYL, Hedwig *CRUSEMANN", "OCCU": "WA 04", "TIME": "02.45", "BOOKS": "1234", "PLACE": "Bremen", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22073	hohenstein-lily-1896-05-11	{"afd3": "103"}	{"muller": "M3-103"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lily", "family": "Hohenstein", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1896-05-11 17:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 8.65, "lat": 49.87, "name": "Darmstadt", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Lily", "family": "Hohenstein"}, "birth": {"tzo": "+01:00", "date": "1896-05-11 17:30", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 8.65, "lat": 49.87, "name": "Darmstadt"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "103"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 39", "LAT": "49 N 52", "TZO": "-1.00", "DATE": "11.05.1896", "MUID": "103", "NAME": "HOHENSTEIN, Lily *SOMMER", "OCCU": "AR 01", "TIME": "17.30", "BOOKS": "12", "PLACE": "Darmstadt", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22074	hongen-elisabeth-1906-12-07	{"afd3": "104"}	{"muller": "M3-104"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elisabeth", "family": "Höngen", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1906-12-07 04:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 7.33, "lat": 51.32, "name": "Gevelsberg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["singer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Elisabeth", "family": "Höngen"}, "birth": {"tzo": "+01:00", "date": "1906-12-07 04:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 7.33, "lat": 51.32, "name": "Gevelsberg"}}, "occus": ["singer"], "trust": 5, "ids-in-sources": {"afd3": "104"}}, "raw": {"CY": "D", "GQ": "N", "LG": "007 E 20", "LAT": "51 N 19", "TZO": "-1.00", "DATE": "07.12.1906", "MUID": "104", "NAME": "HöNGEN, Elisabeth", "OCCU": "AR 06", "TIME": "04.00", "BOOKS": "27", "PLACE": "Gevelsberg", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22075	horney-brigitte-1911-03-29	{"afd3": "105"}	{"muller": "M3-105"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Brigitte", "family": "Horney", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1911-03-29 05:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin-Dahlem", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Brigitte", "family": "Horney"}, "birth": {"tzo": "+01:00", "date": "1911-03-29 05:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin-Dahlem"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd3": "105"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 18", "LAT": "52 N 32", "TZO": "-1.00", "DATE": "29.03.1911", "MUID": "105", "NAME": "HORNEY, Brigitte", "OCCU": "AR 03", "TIME": "05.00", "BOOKS": "2345", "PLACE": "Berlin-Dahlem", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22076	hoyer-dore-1911-12-12	{"afd3": "106"}	{"muller": "M3-106"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dore", "family": "Hoyer", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1911-12-12 18:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 13.73, "lat": 51.05, "name": "Dresden", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Dore", "family": "Hoyer"}, "birth": {"tzo": "+01:00", "date": "1911-12-12 18:30", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 13.73, "lat": 51.05, "name": "Dresden"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd3": "106"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 44", "LAT": "51 N 03", "TZO": "-1.00", "DATE": "12.12.1911", "MUID": "106", "NAME": "HOYER, Dore", "OCCU": "AR 03", "TIME": "18.30", "BOOKS": "23", "PLACE": "Dresden", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22077	huch-ricarda-1864-07-18	{"afd3": "107"}	{"muller": "M3-107"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ricarda", "family": "Huch", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1864-07-18 14:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 10.53, "lat": 52.27, "name": "Braunschweig", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Ricarda", "family": "Huch"}, "birth": {"lmt": true, "tzo": "", "date": "1864-07-18 14:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 10.53, "lat": 52.27, "name": "Braunschweig"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "107"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 32", "LAT": "52 N 16", "TZO": "", "DATE": "18.07.1864", "MUID": "107", "NAME": "HUCH, Ricarda (Octavia R.)", "OCCU": "AR 01", "TIME": "14.00", "BOOKS": "1234567", "PLACE": "Braunschweig", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22078	jagemann-karoline-1777-01-25	{"afd3": "108"}	{"muller": "M3-108"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karoline", "family": "Jagemann", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:32", "date": "1777-01-25 07:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 11.33, "lat": 50.98, "name": "Weimar", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Karoline", "family": "Jagemann"}, "birth": {"tzo": "+00:32", "date": "1777-01-25 07:30", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 11.33, "lat": 50.98, "name": "Weimar"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd3": "108"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 20", "LAT": "50 N 59", "TZO": "-0.54", "DATE": "25.01.1777", "MUID": "108", "NAME": "JAGEMANN, Karoline, FRAU VON HEYGENDORFF", "OCCU": "AR 03", "TIME": "07.30", "BOOKS": "1234", "PLACE": "Weimar", "TIMOD": "LAT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22079	kamphovener-else-1878-06-14	{"afd3": "110"}	{"muller": "M3-110"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Else", "family": "Kamphövener", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1878-06-14 21:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 9.35, "lat": 52.1, "name": "Hameln", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Else", "family": "Kamphövener"}, "birth": {"lmt": true, "tzo": "", "date": "1878-06-14 21:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 9.35, "lat": 52.1, "name": "Hameln"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "110"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 21", "LAT": "52 N 06", "TZO": "", "DATE": "14.06.1878", "MUID": "110", "NAME": "KAMPHöVENER, Else (E. Sophia), BAR VON", "OCCU": "AR 01", "TIME": "21.00", "BOOKS": "124", "PLACE": "Hameln", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22095	lendorff-gertrud-1900-05-13	{"afd3": "127"}	{"muller": "M3-127"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gertrud", "family": "Lendorff", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1900-05-13 01:30", "note": null, "place": {"c1": "BL", "c2": "", "c3": null, "cy": "CH", "lg": 7.72, "lat": 47.48, "name": "Lausen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Gertrud", "family": "Lendorff"}, "birth": {"tzo": "+01:00", "date": "1900-05-13 01:30", "place": {"c1": "BL", "c2": "", "cy": "CH", "lg": 7.72, "lat": 47.48, "name": "Lausen"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "127"}}, "raw": {"CY": "CH", "GQ": "N", "LG": "007 E 43", "LAT": "47 N 29", "TZO": "-1.00", "DATE": "13.05.1900", "MUID": "127", "NAME": "LENDORFF, Gertrud", "OCCU": "AR 01", "TIME": "01.30", "BOOKS": "13", "PLACE": "Lausen (Baselland)", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22080	braunschweig-wolfenbutte-caroline-amalie-elisabeth-1768-05-17	{"wd": "Q167433", "afd3": "111"}	{"wd": "Q167433", "muller": "M3-111"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "von", "alter": [], "given": "Caroline Amalie Elisabeth", "family": "Braunschweig-Wolfenbütte", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:46", "date": "1768-05-17 16:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 10.53, "lat": 52.27, "name": "Braunschweig", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["monarch"]	5	null	[{"new": {"sex": "F", "name": {"given": "Caroline", "family": "Braunschweig-Wolfenbütte"}, "birth": {"tzo": "+00:46", "date": "1768-05-17 16:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 10.53, "lat": 52.27, "name": "Braunschweig"}}, "occus": ["monarch"], "trust": 5, "ids-in-sources": {"afd3": "111"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 32", "LAT": "52 N 16", "TZO": "-0.77", "DATE": "17.05.1768", "MUID": "111", "NAME": "Braunschweig-Wolfenbütte, Caroline, von", "OCCU": "WA 06", "TIME": "16.00", "BOOKS": "124", "PLACE": "Braunschweig", "TIMOD": "LAT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}, {"new": {"name": {"nobl": "von", "given": "Caroline Amalie Elisabeth"}, "notes": ["2021-07-10 20:27:58+01:00 corrections from\\nhttps://de.wikipedia.org/wiki/Caroline_von_Braunschweig-Wolfenb%C3%BCttel\\n"], "partial-ids": {"wd": "Q167433"}, "ids-in-sources": {"wd": "Q167433", "afd3": "111"}}, "raw": {"notes.0": "2021-07-10 20:27:58+01:00 corrections from\\nhttps://de.wikipedia.org/wiki/Caroline_von_Braunschweig-Wolfenb%C3%BCttel\\n", "name.nobl": "von", "name.given": "Caroline Amalie Elisabeth", "partial-ids.wd": "Q167433", "ids-in-sources.wd": "Q167433", "ids-in-sources.afd3": "111"}, "date": "2023-08-20T14:44:44+02:00", "source": "muller-234-women.yml", "command": "db init tweaks muller-234-women.yml"}]	["2021-07-10 20:27:58+01:00 corrections from\\nhttps://de.wikipedia.org/wiki/Caroline_von_Braunschweig-Wolfenb%C3%BCttel\\n"]
22081	kaschnitz-von-weinberg-marie-luise-1901-01-31	{"afd3": "112"}	{"muller": "M3-112"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie Luise", "family": "Kaschnitz Von Weinberg", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1901-01-31 17:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 8.4, "lat": 49.02, "name": "Karlsruhe", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Marie Luise", "family": "Kaschnitz Von Weinberg"}, "birth": {"tzo": "+01:00", "date": "1901-01-31 17:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 8.4, "lat": 49.02, "name": "Karlsruhe"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "112"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 24", "LAT": "49 N 01", "TZO": "-1.00", "DATE": "31.01.1901", "MUID": "112", "NAME": "KASCHNITZ VON WEINBERG, Marie Luise *HOLZ", "OCCU": "AR 01", "TIME": "17.00", "BOOKS": "12356", "PLACE": "Karlsruhe", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22082	kelly-grace-1929-11-12	{"afd3": "113"}	{"muller": "M3-113"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Grace", "family": "Kelly", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "-05:00", "date": "1929-11-12 05:31", "note": null, "place": {"c1": "PA", "c2": "", "c3": null, "cy": "US", "lg": -75.17, "lat": 39.95, "name": "Philadelphia", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Grace", "family": "Kelly"}, "birth": {"tzo": "-05:00", "date": "1929-11-12 05:31", "place": {"c1": "PA", "c2": "", "cy": "US", "lg": -75.17, "lat": 39.95, "name": "Philadelphia"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd3": "113"}}, "raw": {"CY": "USA", "GQ": "N", "LG": "075 W 10", "LAT": "39 N 57", "TZO": "5.00", "DATE": "12.11.1929", "MUID": "113", "NAME": "KELLY, Grace", "OCCU": "AR 03", "TIME": "05.31", "BOOKS": "357", "PLACE": "Philadelphia (Pa.)", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22083	kinz-franziska-1897-02-21	{"afd3": "114"}	{"muller": "M3-114"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franziska", "family": "Kinz", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1897-02-21 03:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "AT", "lg": 12.18, "lat": 47.58, "name": "Kufsatein (Tirol)", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Franziska", "family": "Kinz"}, "birth": {"tzo": "+01:00", "date": "1897-02-21 03:30", "place": {"c1": "", "c2": "", "cy": "AT", "lg": 12.18, "lat": 47.58, "name": "Kufsatein (Tirol)"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd3": "114"}}, "raw": {"CY": "A", "GQ": "N", "LG": "012 E 11", "LAT": "47 N 35", "TZO": "-1.00", "DATE": "21.02.1897", "MUID": "114", "NAME": "KINZ, Franziska", "OCCU": "AR 03", "TIME": "03.30", "BOOKS": "13", "PLACE": "Kufsatein (Tirol)", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22084	kirsch-sarah-1935-04-16	{"afd3": "115"}	{"muller": "M3-115"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sarah", "family": "Kirsch", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1935-04-16 14:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 10.53, "lat": 51.55, "name": "Limlingerode (Harz)", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Sarah", "family": "Kirsch"}, "birth": {"tzo": "+01:00", "date": "1935-04-16 14:30", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 10.53, "lat": 51.55, "name": "Limlingerode (Harz)"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "115"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 32", "LAT": "51 N 33", "TZO": "-1.00", "DATE": "16.04.1935", "MUID": "115", "NAME": "KIRSCH, Sarah *BERNSTEIN", "OCCU": "AR 01", "TIME": "14.30", "BOOKS": "35", "PLACE": "Limlingerode (Harz)", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22085	kleist-ulrike-von-1774-03-q3	{"afd3": "116"}	{"muller": "M3-116"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ulrike VON", "family": "Kleist", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:46", "date": "1774-03-Q3 06:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 14.55, "lat": 52.35, "name": "Frankfurt (Oder)", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["partner-of-celebrity"]	5	null	[{"new": {"sex": "F", "name": {"given": "Ulrike VON", "family": "Kleist"}, "birth": {"tzo": "+00:46", "date": "1774-03-Q3 06:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 14.55, "lat": 52.35, "name": "Frankfurt (Oder)"}}, "occus": ["partner-of-celebrity"], "trust": 5, "ids-in-sources": {"afd3": "116"}}, "raw": {"CY": "D", "GQ": "N", "LG": "014 E 33", "LAT": "52 N 21", "TZO": "-0.76", "DATE": "Q3.03.1774", "MUID": "116", "NAME": "KLEIST, Ulrike VON", "OCCU": "WA 12", "TIME": "06.00", "BOOKS": "14", "PLACE": "Frankfurt (Oder)", "TIMOD": "LAT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
12625	knef-hildegard-1925-12-28	{"a5": "1157", "afd3": "117"}	{"lerrcp": "A5-1157", "muller": "M3-117"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hildegard", "family": "Knef", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1925-12-28 05:15", "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "ULM", "geoid": 0}, "notime": null, "date-ut": "1925-12-28 04:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Hildegard", "family": "Knef"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "ULM", "geoid": 0}, "date-ut": "1925-12-28 04:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1157"}, "ids-in-sources": {"a5": "1157"}}, "raw": {"H": "5", "MN": "15", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "28", "LAT": "48N30", "LON": "9E 0", "MON": "12", "NUM": "1157", "PRO": "A", "SEC": "0", "YEA": "1925", "CITY": "ULM"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "F", "birth": {"tzo": "+01:00", "date": "1925-12-28 05:15"}, "occus": ["actor"], "sources": "afd3", "ids-in-sources": {"afd3": "117"}}, "raw": {"CY": "D", "GQ": "G", "LG": "009 E 59", "LAT": "48 N 24", "TZO": "-1.00", "DATE": "28.12.1925", "MUID": "117", "NAME": "KNEF, Hildegard", "OCCU": "AR 03", "TIME": "05.15", "BOOKS": "2357", "PLACE": "Ulm", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22086	kolb-annette-1870-02-03	{"afd3": "118"}	{"muller": "M3-118"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Annette", "family": "Kolb", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1870-02-03 07:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 11.57, "lat": 48.13, "name": "München", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Annette", "family": "Kolb"}, "birth": {"lmt": true, "tzo": "", "date": "1870-02-03 07:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 11.57, "lat": 48.13, "name": "München"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "118"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 34", "LAT": "48 N 08", "TZO": "", "DATE": "03.02.1870", "MUID": "118", "NAME": "KOLB, Annette (Anna Mathilde)", "OCCU": "AR 01", "TIME": "07.00", "BOOKS": "123456", "PLACE": "München", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22087	koth-erika-1925-09-15	{"afd3": "119"}	{"muller": "M3-119"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erika", "family": "Koth", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1925-09-15 03:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 8.65, "lat": 49.87, "name": "Darmstadt", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["singer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Erika", "family": "Koth"}, "birth": {"tzo": "+01:00", "date": "1925-09-15 03:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 8.65, "lat": 49.87, "name": "Darmstadt"}}, "occus": ["singer"], "trust": 5, "ids-in-sources": {"afd3": "119"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 39", "LAT": "49 N 52", "TZO": "-1.00", "DATE": "15.09.1925", "MUID": "119", "NAME": "KOTH, Erika", "OCCU": "AR 06", "TIME": "03.00", "BOOKS": "2357", "PLACE": "Darmstadt", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22088	langewiesche-marianne-1908-11-16	{"afd3": "120"}	{"muller": "M3-120"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marianne", "family": "Langewiesche", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1908-11-16 17:15", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 11.48, "lat": 48.02, "name": "Irschenhausen (Icking, Oberb.)", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Marianne", "family": "Langewiesche"}, "birth": {"tzo": "+01:00", "date": "1908-11-16 17:15", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 11.48, "lat": 48.02, "name": "Irschenhausen (Icking, Oberb.)"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "120"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 29", "LAT": "48 N 01", "TZO": "-1.00", "DATE": "16.11.1908", "MUID": "120", "NAME": "LANGEWIESCHE, Marianne", "OCCU": "AR 01", "TIME": "17.15", "BOOKS": "123", "PLACE": "Irschenhausen (Icking, Oberb.)", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22089	langgasser-elisabeth-1899-02-23	{"afd3": "121"}	{"muller": "M3-121"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elisabeth", "family": "LanggÄsser", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1899-02-23 23:45", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 8.27, "lat": 50, "name": "Alzey Rheinland", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Elisabeth", "family": "LanggÄsser"}, "birth": {"tzo": "+01:00", "date": "1899-02-23 23:45", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 8.27, "lat": 50, "name": "Alzey Rheinland"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "121"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 16", "LAT": "50 N 00", "TZO": "-1.00", "DATE": "23.02.1899", "MUID": "121", "NAME": "LANGGÄSSER, Elisabeth", "OCCU": "AR 01", "TIME": "23.45", "BOOKS": "123456", "PLACE": "Alzey Rheinland", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22090	lasker-schuler-else-1869-02-11	{"afd3": "122"}	{"muller": "M3-122"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Else", "family": "Lasker-Schüler", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1869-02-11 02:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 7.2, "lat": 51.27, "name": "Wuppertal-Elberfeld", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Else", "family": "Lasker-Schüler"}, "birth": {"lmt": true, "tzo": "", "date": "1869-02-11 02:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 7.2, "lat": 51.27, "name": "Wuppertal-Elberfeld"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "122"}}, "raw": {"CY": "D", "GQ": "N", "LG": "007 E 12", "LAT": "51 N 16", "TZO": "", "DATE": "11.02.1869", "MUID": "122", "NAME": "LASKER-SCHüLER, Else (Elisabeth) *SCHULER", "OCCU": "AR 01", "TIME": "02.00", "BOOKS": "123456", "PLACE": "Wuppertal-Elberfeld", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22091	lauber-cecile-1887-07-13	{"afd3": "123"}	{"muller": "M3-123"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cecile", "family": "Lauber", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:30", "date": "1887-07-13 20:25", "note": null, "place": {"c1": "LU", "c2": "", "c3": null, "cy": "CH", "lg": 8.3, "lat": 47.05, "name": "Luzern", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Cecile", "family": "Lauber"}, "birth": {"tzo": "+00:30", "date": "1887-07-13 20:25", "place": {"c1": "LU", "c2": "", "cy": "CH", "lg": 8.3, "lat": 47.05, "name": "Luzern"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "123"}}, "raw": {"CY": "CH", "GQ": "N", "LG": "008 E 18", "LAT": "47 N 03", "TZO": "-0.50", "DATE": "13.07.1887", "MUID": "123", "NAME": "LAUBER, Cecile", "OCCU": "AR 01", "TIME": "20.25", "BOOKS": "123", "PLACE": "Luzern (Luzern)", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22093	lavant-christine-1915-07-04	{"afd3": "125"}	{"muller": "M3-125"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christine", "family": "Lavant", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1915-07-04 03:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "AT", "lg": 14.83, "lat": 46.8, "name": "GroBedling (Lavanttal)", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Christine", "family": "Lavant"}, "birth": {"tzo": "+01:00", "date": "1915-07-04 03:30", "place": {"c1": "", "c2": "", "cy": "AT", "lg": 14.83, "lat": 46.8, "name": "GroBedling (Lavanttal)"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "125"}}, "raw": {"CY": "A", "GQ": "N", "LG": "014 E 50", "LAT": "46 N 48", "TZO": "-1.00", "DATE": "04.07.1915", "MUID": "125", "NAME": "LAVANT, Christine *THONHAUSER", "OCCU": "AR 01", "TIME": "03.30", "BOOKS": "23", "PLACE": "GroBedling (Lavanttal)", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22094	lehmus-emilie-1841-08-30	{"afd3": "126"}	{"muller": "M3-126"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emilie", "family": "Lehmus", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1841-08-30 07:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 10.98, "lat": 49.48, "name": "Firth", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"sex": "F", "name": {"given": "Emilie", "family": "Lehmus"}, "birth": {"lmt": true, "tzo": "", "date": "1841-08-30 07:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 10.98, "lat": 49.48, "name": "Firth"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd3": "126"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 59", "LAT": "49 N 29", "TZO": "", "DATE": "30.08.1841", "MUID": "126", "NAME": "LEHMUS, Emilie", "OCCU": "SC 04", "TIME": "07.00", "BOOKS": "14", "PLACE": "Firth", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
14283	leneru-marie-1875-06-02	{"a6": "492", "afd3": "128"}	{"lerrcp": "A6-492", "muller": "M3-128"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Leneru", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "-00:17:57", "date": "1875-06-02 13:13:27", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1875-06-02 13:31:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Leneru"}, "birth": {"tzo": "-00:17:57", "date": "1875-06-02 13:13:27", "place": {"c2": "29", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1875-06-02 13:31:24"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-492"}, "ids-in-sources": {"a6": "492"}}, "raw": {"H": "13", "MN": "31", "TZ": "0", "COD": "29", "COU": "F", "DAY": "2", "LAT": "48N 0", "LON": "4W 6", "MON": "6", "NUM": "492", "PRO": "W", "SEC": "24", "YEA": "1875", "CITY": "BREST"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"sex": "F", "birth": {"lmt": true}, "occus": ["fictional-writer"], "sources": "afd3", "ids-in-sources": {"afd3": "128"}}, "raw": {"CY": "F", "GQ": "G", "LG": "004 W 29", "LAT": "48 N 24", "TZO": "", "DATE": "02.06.1875", "MUID": "128", "NAME": "LENERU, Marie", "OCCU": "AR 01", "TIME": "13.15", "BOOKS": "123", "PLACE": "Brest", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22096	lengefeld-charlotte-von-schiller-1766-11-22	{"afd3": "129"}	{"muller": "M3-129"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charlotte VON SCHILLER", "family": "Lengefeld", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:59", "date": "1766-11-22 14:50", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 11.33, "lat": 50.72, "name": "Rudolstadt", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["partner-of-celebrity"]	5	null	[{"new": {"sex": "F", "name": {"given": "Charlotte VON SCHILLER", "family": "Lengefeld"}, "birth": {"tzo": "+00:59", "date": "1766-11-22 14:50", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 11.33, "lat": 50.72, "name": "Rudolstadt"}}, "occus": ["partner-of-celebrity"], "trust": 5, "ids-in-sources": {"afd3": "129"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 20", "LAT": "50 N 43", "TZO": "-0.98", "DATE": "22.11.1766", "MUID": "129", "NAME": "LENGEFELD, Charlotte VON SCHILLER", "OCCU": "WA 12", "TIME": "14.50", "BOOKS": "124", "PLACE": "Rudolstadt", "TIMOD": "LAT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22097	lensing-elise-1804-10-14	{"afd3": "130"}	{"muller": "M3-130"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elise", "family": "Lensing", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1804-10-14 04:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 11.5, "lat": 53.1, "name": "Lenzen (Elbe)", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["partner-of-celebrity"]	5	null	[{"new": {"sex": "F", "name": {"given": "Elise", "family": "Lensing"}, "birth": {"tzo": "+01:00", "date": "1804-10-14 04:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 11.5, "lat": 53.1, "name": "Lenzen (Elbe)"}}, "occus": ["partner-of-celebrity"], "trust": 5, "ids-in-sources": {"afd3": "130"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 30", "LAT": "53 N 06", "TZO": "-1.00", "DATE": "14.10.1804", "MUID": "130", "NAME": "LENSING, Elise", "OCCU": "WA 12", "TIME": "04.00", "BOOKS": "1234", "PLACE": "Lenzen (Elbe)", "TIMOD": "LAT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
12650	leuwerik-ruth-1924-04-23	{"a5": "1182", "afd3": "131"}	{"lerrcp": "A5-1182", "muller": "M3-131"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ruth", "family": "Leuwerik", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1924-04-23 12:00", "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "notime": null, "date-ut": "1924-04-23 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Ruth", "family": "Leuwerik"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "date-ut": "1924-04-23 11:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1182"}, "ids-in-sources": {"a5": "1182"}}, "raw": {"H": "12", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "23", "LAT": "51N30", "LON": "7E30", "MON": "4", "NUM": "1182", "PRO": "A", "SEC": "0", "YEA": "1924", "CITY": "ESSEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "F", "birth": {"tzo": "+01:00", "date": "1924-04-23 12:00"}, "occus": ["actor"], "sources": "afd3", "ids-in-sources": {"afd3": "131"}}, "raw": {"CY": "D", "GQ": "G", "LG": "007 E 01", "LAT": "51 N 28", "TZO": "-1.00", "DATE": "23.04.1924", "MUID": "131", "NAME": "LEUWERIK, Ruth", "OCCU": "AR 03", "TIME": "12.00", "BOOKS": "37", "PLACE": "Essen", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22102	lipsius-marie-1837-12-30	{"afd3": "137"}	{"muller": "M3-137"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Lipsius", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1837-12-30 13:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 12.37, "lat": 51.35, "name": "Leipzig", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["factual-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Marie", "family": "Lipsius"}, "birth": {"lmt": true, "tzo": "", "date": "1837-12-30 13:30", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 12.37, "lat": 51.35, "name": "Leipzig"}}, "occus": ["factual-writer"], "trust": 5, "ids-in-sources": {"afd3": "137"}}, "raw": {"CY": "D", "GQ": "N", "LG": "012 E 22", "LAT": "51 N 21", "TZO": "", "DATE": "30.12.1837", "MUID": "137", "NAME": "LIPSIUS, Marie", "OCCU": "AR 02", "TIME": "13.30", "BOOKS": "23", "PLACE": "Leipzig", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22098	levetzow-ulrike-frn-von-1804-02-04	{"afd3": "132"}	{"muller": "M3-132"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ulrike FRN VON", "family": "Levetzow", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:34", "date": "1804-02-04 20:25", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 12.27, "lat": 51.17, "name": "Löbnitz (Pegau, Sachsen)", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["partner-of-celebrity"]	5	null	[{"new": {"sex": "F", "name": {"given": "Ulrike FRN VON", "family": "Levetzow"}, "birth": {"tzo": "+00:34", "date": "1804-02-04 20:25", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 12.27, "lat": 51.17, "name": "Löbnitz (Pegau, Sachsen)"}}, "occus": ["partner-of-celebrity"], "trust": 5, "ids-in-sources": {"afd3": "132"}}, "raw": {"CY": "D", "GQ": "N", "LG": "012 E 16", "LAT": "51 N 10", "TZO": "-0.57", "DATE": "04.02.1804", "MUID": "132", "NAME": "LEVETZOW, Ulrike (U. Theodore) FRN VON", "OCCU": "WA 12", "TIME": "20.25", "BOOKS": "1234", "PLACE": "Löbnitz (Pegau, Sachsen)", "TIMOD": "LAT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22099	lichnowsky-mechthilde-1879-03-08	{"afd3": "133"}	{"muller": "M3-133"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mechthilde", "family": "Lichnowsky", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1879-03-08 15:15", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 13.47, "lat": 48.57, "name": "Schloß Schönburg Griesbach", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Mechthilde", "family": "Lichnowsky"}, "birth": {"lmt": true, "tzo": "", "date": "1879-03-08 15:15", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 13.47, "lat": 48.57, "name": "Schloß Schönburg Griesbach"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "133"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 28", "LAT": "48 N 34", "TZO": "", "DATE": "08.03.1879", "MUID": "133", "NAME": "LICHNOWSKY, Mechthilde *ARCO-ZINNEBERG, VON", "OCCU": "AR 01", "TIME": "15.15", "BOOKS": "12345", "PLACE": "Schloß Schönburg Griesbach", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22100	lichtenau-wilhelmine-gfn-von-1753-12-19	{"afd3": "134"}	{"muller": "M3-134"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelmine GFN VON", "family": "Lichtenau", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:51", "date": "1753-12-19 11:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 12.23, "lat": 51.83, "name": "Dessau", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["partner-of-celebrity"]	5	null	[{"new": {"sex": "F", "name": {"given": "Wilhelmine GFN VON", "family": "Lichtenau"}, "birth": {"tzo": "+00:51", "date": "1753-12-19 11:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 12.23, "lat": 51.83, "name": "Dessau"}}, "occus": ["partner-of-celebrity"], "trust": 5, "ids-in-sources": {"afd3": "134"}}, "raw": {"CY": "D", "GQ": "N", "LG": "012 E 14", "LAT": "51 N 50", "TZO": "-0.85", "DATE": "19.12.1753", "MUID": "134", "NAME": "LICHTENAU, Wilhelmine GFN VON *ENCKE", "OCCU": "WA 12", "TIME": "11.00", "BOOKS": "23", "PLACE": "Dessau", "TIMOD": "LAT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22101	lips-eva-1906-02-06	{"afd3": "136"}	{"muller": "M3-136"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eva", "family": "Lips", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1906-02-06 01:15", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 12.37, "lat": 51.35, "name": "Leipzig", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["social-scientist"]	5	null	[{"new": {"sex": "F", "name": {"given": "Eva", "family": "Lips"}, "birth": {"tzo": "+01:00", "date": "1906-02-06 01:15", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 12.37, "lat": 51.35, "name": "Leipzig"}}, "occus": ["social-scientist"], "trust": 5, "ids-in-sources": {"afd3": "136"}}, "raw": {"CY": "D", "GQ": "N", "LG": "012 E 22", "LAT": "51 N 21", "TZO": "-1.00", "DATE": "06.02.1906", "MUID": "136", "NAME": "LIPS, Eva *WIEGANDT", "OCCU": "SC 05", "TIME": "01.15", "BOOKS": "23", "PLACE": "Leipzig", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22103	lollobrigida-gina-1927-07-04	{"afd3": "138"}	{"muller": "M3-138"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gina", "family": "Lollobrigida", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1927-07-04 03:00", "note": null, "place": {"c1": "", "c2": "RM", "c3": null, "cy": "IT", "lg": 13.08, "lat": 41.93, "name": "Subiaco", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Gina", "family": "Lollobrigida"}, "birth": {"tzo": "+01:00", "date": "1927-07-04 03:00", "place": {"c1": "", "c2": "RM", "cy": "IT", "lg": 13.08, "lat": 41.93, "name": "Subiaco"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd3": "138"}}, "raw": {"CY": "I", "GQ": "N", "LG": "013 E 05", "LAT": "41 N 56", "TZO": "-1.00", "DATE": "04.07.1927", "MUID": "138", "NAME": "LOLLOBRIGIDA, Gina", "OCCU": "AR 03", "TIME": "03.00", "BOOKS": "2357", "PLACE": "Subiaco (Rom)", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22104	loos-cecile-ines-1883-02-04	{"afd3": "139"}	{"muller": "M3-139"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cecile Ines", "family": "Loos", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:30", "date": "1883-02-04 13:00", "note": null, "place": {"c1": "BS", "c2": "", "c3": null, "cy": "CH", "lg": 7.58, "lat": 47.55, "name": "Basel", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Cecile Ines", "family": "Loos"}, "birth": {"tzo": "+00:30", "date": "1883-02-04 13:00", "place": {"c1": "BS", "c2": "", "cy": "CH", "lg": 7.58, "lat": 47.55, "name": "Basel"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "139"}}, "raw": {"CY": "CH", "GQ": "N", "LG": "007 E 35", "LAT": "47 N 33", "TZO": "-0.50", "DATE": "04.02.1883", "MUID": "139", "NAME": "LOOS, Cecile Ines (I. Caecilia)", "OCCU": "AR 01", "TIME": "13.00", "BOOKS": "123", "PLACE": "Basel (Basel-Stadt)", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22105	loren-sophia-1934-09-20	{"afd3": "140"}	{"muller": "M3-140"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sophia", "family": "Loren", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1934-09-20 14:10", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Rom", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Sophia", "family": "Loren"}, "birth": {"tzo": "+01:00", "date": "1934-09-20 14:10", "place": {"c1": "", "c2": "", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Rom"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd3": "140"}}, "raw": {"CY": "I", "GQ": "N", "LG": "012 E 30", "LAT": "41 N 54", "TZO": "-1.00", "DATE": "20.09.1934", "MUID": "140", "NAME": "LOREN, Sophia (SCICOLONE, Sofia)", "OCCU": "AR 03", "TIME": "14.10", "BOOKS": "2357", "PLACE": "Rom", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22106	ludwig-paula-1900-01-05	{"afd3": "141"}	{"muller": "M3-141"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paula", "family": "Ludwig", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1900-01-05 01:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "AT", "lg": 9.6, "lat": 47.25, "name": "Altenstadt (Feldkirch, Vorarl.", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Paula", "family": "Ludwig"}, "birth": {"tzo": "+01:00", "date": "1900-01-05 01:00", "place": {"c1": "", "c2": "", "cy": "AT", "lg": 9.6, "lat": 47.25, "name": "Altenstadt (Feldkirch, Vorarl."}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "141"}}, "raw": {"CY": "A", "GQ": "N", "LG": "009 E 36", "LAT": "47 N 15", "TZO": "-1.00", "DATE": "05.01.1900", "MUID": "141", "NAME": "LUDWIG, Paula", "OCCU": "AR 01", "TIME": "01.00", "BOOKS": "23", "PLACE": "Altenstadt (Feldkirch, Vorarl.", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22107	luise-auguste-wilhelmine-a-kgn-von-pr-1776-03-10	{"afd3": "142"}	{"muller": "M3-142"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "KGN VON PR.", "family": "Luise Auguste Wilhelmine A.", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:28", "date": "1776-03-10 07:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 9.73, "lat": 52.38, "name": "Hannover", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["monarch"]	5	null	[{"new": {"sex": "F", "name": {"given": "KGN VON PR.", "family": "Luise Auguste Wilhelmine A."}, "birth": {"tzo": "+00:28", "date": "1776-03-10 07:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 9.73, "lat": 52.38, "name": "Hannover"}}, "occus": ["monarch"], "trust": 5, "ids-in-sources": {"afd3": "142"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 44", "LAT": "52 N 23", "TZO": "-0.47", "DATE": "10.03.1776", "MUID": "142", "NAME": "LUISE Auguste Wilhelmine A., KGN VON PR.", "OCCU": "WA 06", "TIME": "07.00", "BOOKS": "123456", "PLACE": "Hannover", "TIMOD": "LAT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22109	maier-anneliese-1905-11-17	{"afd3": "144"}	{"muller": "M3-144"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anneliese", "family": "Maier", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1905-11-17 15:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 9.07, "lat": 48.52, "name": "Tübingen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["historian-of-science"]	5	null	[{"new": {"sex": "F", "name": {"given": "Anneliese", "family": "Maier"}, "birth": {"tzo": "+01:00", "date": "1905-11-17 15:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 9.07, "lat": 48.52, "name": "Tübingen"}}, "occus": ["historian-of-science"], "trust": 5, "ids-in-sources": {"afd3": "144"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 04", "LAT": "48 N 31", "TZO": "-1.00", "DATE": "17.11.1905", "MUID": "144", "NAME": "MAIER, Anneliese", "OCCU": "SC 06", "TIME": "15.00", "BOOKS": "13", "PLACE": "Tübingen", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22110	mallinckrodt-pauline-von-1817-06-03	{"afd3": "145"}	{"muller": "M3-145"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pauline VON", "family": "Mallinckrodt", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1817-06-03 04:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 8.92, "lat": 52.3, "name": "Minden", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["religious-leader"]	5	null	[{"new": {"sex": "F", "name": {"given": "Pauline VON", "family": "Mallinckrodt"}, "birth": {"lmt": true, "tzo": "", "date": "1817-06-03 04:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 8.92, "lat": 52.3, "name": "Minden"}}, "occus": ["religious-leader"], "trust": 5, "ids-in-sources": {"afd3": "145"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 55", "LAT": "52 N 18", "TZO": "", "DATE": "03.06.1817", "MUID": "145", "NAME": "MALLINCKRODT, Pauline VON", "OCCU": "WA 05", "TIME": "04.00", "BOOKS": "23", "PLACE": "Minden", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22111	mangano-silvana-1930-04-23	{"afd3": "146"}	{"muller": "M3-146"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Silvana", "family": "Mangano", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1930-04-23 20:10", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Rom", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Silvana", "family": "Mangano"}, "birth": {"tzo": "+01:00", "date": "1930-04-23 20:10", "place": {"c1": "", "c2": "", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Rom"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd3": "146"}}, "raw": {"CY": "I", "GQ": "N", "LG": "012 E 30", "LAT": "41 N 54", "TZO": "-1.00", "DATE": "23.04.1930", "MUID": "146", "NAME": "MANGANO, Silvana", "OCCU": "AR 03", "TIME": "20.10", "BOOKS": "27", "PLACE": "Rom", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22112	manzini-gianna-1896-03-24	{"afd3": "147"}	{"muller": "M3-147"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gianna", "family": "Manzini", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1896-03-24 05:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "IT", "lg": 10.92, "lat": 43.93, "name": "Pistola", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Gianna", "family": "Manzini"}, "birth": {"tzo": "+01:00", "date": "1896-03-24 05:00", "place": {"c1": "", "c2": "", "cy": "IT", "lg": 10.92, "lat": 43.93, "name": "Pistola"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "147"}}, "raw": {"CY": "I", "GQ": "N", "LG": "010 E 55", "LAT": "43 N 56", "TZO": "-1.00", "DATE": "24.03.1896", "MUID": "147", "NAME": "MANZINI, Gianna", "OCCU": "AR 01", "TIME": "05.00", "BOOKS": "12", "PLACE": "Pistola", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22113	marie-sophie-amalie-herzogin-in-bayern-1841-10-04	{"afd3": "148"}	{"muller": "M3-148"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Herzogin in Bayern", "family": "Marie Sophie Amalie", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1841-10-04 12:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 11.33, "lat": 48, "name": "Possenhofen Bayern", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["monarch"]	5	null	[{"new": {"sex": "F", "name": {"given": "Herzogin in Bayern", "family": "Marie Sophie Amalie"}, "birth": {"lmt": true, "tzo": "", "date": "1841-10-04 12:30", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 11.33, "lat": 48, "name": "Possenhofen Bayern"}}, "occus": ["monarch"], "trust": 5, "ids-in-sources": {"afd3": "148"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 20", "LAT": "48 N 00", "TZO": "", "DATE": "04.10.1841", "MUID": "148", "NAME": "Marie Sophie Amalie, Herzogin in Bayern", "OCCU": "WA 06", "TIME": "12.30", "BOOKS": "14", "PLACE": "Possenhofen Bayern", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22114	marlitt-e-1825-12-05	{"afd3": "149"}	{"muller": "M3-149"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "E.", "family": "Marlitt", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1825-12-05 13:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 10.95, "lat": 50.83, "name": "Arnatadt (Thiiringen)", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "E.", "family": "Marlitt"}, "birth": {"lmt": true, "tzo": "", "date": "1825-12-05 13:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 10.95, "lat": 50.83, "name": "Arnatadt (Thiiringen)"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "149"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 57", "LAT": "50 N 50", "TZO": "", "DATE": "05.12.1825", "MUID": "149", "NAME": "MARLITT, E. (JOHN, Eugenie)", "OCCU": "AR 01", "TIME": "13.00", "BOOKS": "1234", "PLACE": "Arnatadt (Thiiringen)", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22115	masina-glulietta-1921-02-22	{"afd3": "150"}	{"muller": "M3-150"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Glulietta", "family": "Masina", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1921-02-22 08:15", "note": null, "place": {"c1": "", "c2": "BO", "c3": null, "cy": "IT", "lg": 11.35, "lat": 44.5, "name": "San Giorgio di Piano", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Glulietta", "family": "Masina"}, "birth": {"tzo": "+01:00", "date": "1921-02-22 08:15", "place": {"c1": "", "c2": "BO", "cy": "IT", "lg": 11.35, "lat": 44.5, "name": "San Giorgio di Piano"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd3": "150"}}, "raw": {"CY": "I", "GQ": "N", "LG": "011 E 21", "LAT": "44 N 30", "TZO": "-1.00", "DATE": "22.02.1921", "MUID": "150", "NAME": "MASINA, Glulietta (Giulia Anna)", "OCCU": "AR 03", "TIME": "08.15", "BOOKS": "257", "PLACE": "San Giorgio di Piano (Bologna)", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
17088	mc-carthy-marie-1912-06-21	{"d10": "853", "afd3": "151"}	{"lerrcp": "D10-853", "muller": "M3-151"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Mc Carthy", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "-08:00", "date": "1912-06-21 17:00", "note": null, "place": {"c1": null, "c2": "WA", "c3": null, "cy": "US", "lg": -122.33333, "lat": 47.6, "name": "Seattle", "geoid": null}, "notime": null, "date-ut": "1912-06-22 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Mc Carthy"}, "birth": {"tzo": "-08:00", "date": "1912-06-21 17:00", "place": {"c2": "WA", "cy": "US", "lg": -122.33333, "lat": 47.6, "name": "Seattle"}, "date-ut": "1912-06-22 01:00"}, "occus": ["writer"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "853"}}, "raw": {"H": "17:00", "TZ": "8h", "DAY": "21", "LAT": "47N36", "LON": "122W20", "MON": "6", "NUM": "853", "PRO": "WR", "YEA": "1912", "CICO": "Seattle, WA", "NAME": "Mc Carthy Marie"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "F", "occus": ["fictional-writer"], "place": {"c1": "WA"}, "sources": "afd3", "ids-in-sources": {"afd3": "151"}}, "raw": {"CY": "USA", "GQ": "G", "LG": "122 W 20", "LAT": "47 N 36", "TZO": "8.00", "DATE": "21.06.1912", "MUID": "151", "NAME": "MCCARTHY, Mary Therese", "OCCU": "AR 01", "TIME": "17.00", "BOOKS": "23", "PLACE": "Seattle (Wash.)", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22116	metalious-grace-1924-09-08	{"afd3": "152"}	{"muller": "M3-152"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Grace", "family": "Metalious", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "-05:00", "date": "1924-09-08 09:30", "note": null, "place": {"c1": "NH", "c2": "", "c3": null, "cy": "US", "lg": -71.47, "lat": 43, "name": "Manchester", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Grace", "family": "Metalious"}, "birth": {"tzo": "-05:00", "date": "1924-09-08 09:30", "place": {"c1": "NH", "c2": "", "cy": "US", "lg": -71.47, "lat": 43, "name": "Manchester"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "152"}}, "raw": {"CY": "USA", "GQ": "N", "LG": "071 W 28", "LAT": "43 N 00", "TZO": "5.00", "DATE": "08.09.1924", "MUID": "152", "NAME": "METALIOUS, Grace", "OCCU": "AR 01", "TIME": "09.30", "BOOKS": "23", "PLACE": "Manchester (N.H.)", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22117	michaelis-de-vasconcelos-karoline-wilh-1851-03-15	{"afd3": "153"}	{"muller": "M3-153"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karoline Wilh.", "family": "Michaelis De Vasconcelos", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1851-03-15 07:15", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["romanist"]	5	null	[{"new": {"sex": "F", "name": {"given": "Karoline Wilh.", "family": "Michaelis De Vasconcelos"}, "birth": {"lmt": true, "tzo": "", "date": "1851-03-15 07:15", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin"}}, "occus": ["romanist"], "trust": 5, "ids-in-sources": {"afd3": "153"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 18", "LAT": "52 N 32", "TZO": "", "DATE": "15.03.1851", "MUID": "153", "NAME": "MICHAELIS DE VASCONCELOS, Karoline Wilh.", "OCCU": "SC 07", "TIME": "07.15", "BOOKS": "12", "PLACE": "Berlin", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
12020	mistinguett-1875-04-03	{"a5": "552", "wd": "Q235507", "afd3": "155"}	{"wd": "Q235507", "lerrcp": "A5-552", "muller": "M3-155"}	{"fame": {"full": "Mistinguett", "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jeanne Florentine", "family": "Bourgeois", "spouse": [], "official": {"given": "Jeanne Florentine", "family": "Bourgeois"}}	F	{"lmt": true, "tzo": "+00:08", "date": "1875-04-03 22:00", "note": null, "place": {"c1": null, "c2": "95", "c3": null, "cy": "FR", "lg": 2, "lat": 49, "name": "Enghien-les-Bains", "geoid": 0}, "notime": null, "date-ut": "1875-04-03 21:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor", "singer", "dancer"]	2	{"birth": {"slug": "mistinguett-1875-04-03", "extras": {"name": {"fame": {"full": "Mistinguett"}}, "partial-ids": {"wd": "Q235507"}, "ids-in-sources": {"wd": "Q235507"}}, "header": {"history": {"0": {"date": "2023-05-21", "actor": "Thierry Graff", "action": "Locate the act and add to opengauquelin.org"}}}, "source": {"notes": "Original name of the image: FRAD095_3E59_6_0091.jpg\\n", "civil-registry": {"web": {"url": "https://archives.valdoise.fr/ark:/18127/vta5203268ba8f94/daogrp/0/91", "page": "91 / 272"}, "name": "3 E 59 6 - 1873-1878", "place": {"c2": "95", "cy": "FR", "name": "Enghien-les-Bains"}}, "document-creation": {"date": "1875-04-05 14:30"}}, "transcription": {"sex": "F", "name": {"official": {"given": "Jeanne Florentine", "family": "Bourgeois"}}, "birth": {"date": "1875-04-03 22:00", "place": {"c2": "95", "cy": "FR", "name": "Enghien-les-Bains"}}}}}	[{"new": {"name": {"given": "(Bourgeois)", "family": "Mistinguett"}, "birth": {"tzo": "+00:08", "date": "1875-04-03 22:00", "place": {"c2": "95", "cy": "FR", "lg": 2, "lat": 49, "name": "Enghien-les-Bain", "geoid": 0}, "date-ut": "1875-04-03 21:52"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-552"}, "ids-in-sources": {"a5": "552"}}, "raw": {"H": "21", "MN": "52", "TZ": "0", "COD": "95", "COU": "F", "DAY": "3", "LAT": "49N 0", "LON": "2E 0", "MON": "4", "NUM": "552", "PRO": "A", "SEC": "0", "YEA": "1875", "CITY": "ENGHIEN-LES-BAIN"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "F", "birth": {"lmt": true}, "occus": ["actor"], "sources": "afd3", "ids-in-sources": {"afd3": "155"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 19", "LAT": "48 N 58", "TZO": "", "DATE": "03.04.1875", "MUID": "155", "NAME": "BOURGEOIS, Joanne-Marie (MISTINGUETT)", "OCCU": "AR 03", "TIME": "22.00", "BOOKS": "23456", "PLACE": "Enghien-les-Bains (Paris)", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}, {"new": {"name": {"fame": {"full": "Mistinguett"}, "official": {"given": "Jeanne Florentine", "family": "Bourgeois"}}, "occus": ["actor", "singer"], "partial-ids": {"wd": "Q235507"}, "ids-in-sources": {"wd": "Q235507", "afd3": "155"}}, "raw": {"occus.0": "actor", "occus.1": "singer", "name.fame.full": "Mistinguett", "partial-ids.wd": "Q235507", "ids-in-sources.wd": "Q235507", "ids-in-sources.afd3": "155", "name.official.given": "Jeanne Florentine", "name.official.family": "Bourgeois"}, "date": "2023-08-20T14:44:44+02:00", "source": "muller-234-women.yml", "command": "db init tweaks muller-234-women.yml"}, {"new": {"sex": "F", "name": {"fame": {"full": "Mistinguett"}, "official": {"given": "Jeanne Florentine", "family": "Bourgeois"}}, "birth": {"date": "1875-04-03 22:00", "place": {"c2": "95", "cy": "FR", "name": "Enghien-les-Bains"}}, "occus": ["dancer"], "partial-ids": {"wd": "Q235507"}, "ids-in-sources": {"wd": "Q235507"}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1875/04/03/mistinguett-1875-04-03\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add mistinguett-1875-04-03"}]	[]
22120	monroe-marilyn-1926-06-01	{"afd3": "157"}	{"muller": "M3-157"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marilyn", "family": "Monroe", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "-08:00", "date": "1926-06-01 09:30", "note": null, "place": {"c1": "CA", "c2": "", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.07, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Marilyn", "family": "Monroe"}, "birth": {"tzo": "-08:00", "date": "1926-06-01 09:30", "place": {"c1": "CA", "c2": "", "cy": "US", "lg": -118.25, "lat": 34.07, "name": "Los Angeles"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd3": "157"}}, "raw": {"CY": "USA", "GQ": "N", "LG": "118 W 15", "LAT": "34 N 04", "TZO": "8.00", "DATE": "01.06.1926", "MUID": "157", "NAME": "MONROE, Marilyn (BAKER, Norma Jean)", "OCCU": "AR 03", "TIME": "09.30", "BOOKS": "23567", "PLACE": "Los Angeles (Ca.)", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22121	montessori-maria-1870-08-31	{"afd3": "158"}	{"muller": "M3-158"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maria", "family": "Montessori", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:50", "date": "1870-08-31 03:30", "note": null, "place": {"c1": "", "c2": "AN", "c3": null, "cy": "IT", "lg": 13.32, "lat": 43.6, "name": "Chiaravalle", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["social-scientist"]	5	null	[{"new": {"sex": "F", "name": {"given": "Maria", "family": "Montessori"}, "birth": {"tzo": "+00:50", "date": "1870-08-31 03:30", "place": {"c1": "", "c2": "AN", "cy": "IT", "lg": 13.32, "lat": 43.6, "name": "Chiaravalle"}}, "occus": ["social-scientist"], "trust": 5, "ids-in-sources": {"afd3": "158"}}, "raw": {"CY": "I", "GQ": "N", "LG": "013 E 19", "LAT": "43 N 36", "TZO": "-0.83", "DATE": "31.08.1870", "MUID": "158", "NAME": "MONTESSORI, Maria", "OCCU": "SC 05", "TIME": "03.30", "BOOKS": "1234568", "PLACE": "Chiaravalle (Ancona, Rom)", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22122	morante-elsa-1912-08-18	{"afd3": "159"}	{"muller": "M3-159"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elsa", "family": "Morante", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1912-08-18 15:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Rom", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Elsa", "family": "Morante"}, "birth": {"tzo": "+01:00", "date": "1912-08-18 15:30", "place": {"c1": "", "c2": "", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Rom"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd3": "159"}}, "raw": {"CY": "I", "GQ": "N", "LG": "012 E 30", "LAT": "41 N 54", "TZO": "-1.00", "DATE": "18.08.1912", "MUID": "159", "NAME": "MORANTE, Elsa", "OCCU": "AR 03", "TIME": "15.30", "BOOKS": "23", "PLACE": "Rom", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
20832	moreau-jeanne-1928-01-23	{"e3": "1107", "afd3": "160"}	{"lerrcp": "E3-1107", "muller": "M3-160"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jeanne", "family": "Moreau", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:00", "date": "1928-01-23 11:15", "note": null, "place": {"c1": null, "c2": "75", "c3": "10", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1928-01-23 11:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jeanne", "family": "Moreau"}, "birth": {"tzo": "+00:00", "date": "1928-01-23 11:15", "place": {"c2": "75", "c3": "10", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1928-01-23 11:15"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1107"}}, "raw": {"H": "11:15", "COD": "75", "DAY": "23", "MON": "01", "NUM": "1107", "PRO": "AC", "YEA": "1928", "CITY": "Paris 10ème", "NAME": "MOREAU Jeanne", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"sex": "F", "occus": ["actor"], "sources": "afd3", "ids-in-sources": {"afd3": "160"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 17", "LAT": "48 N 50", "TZO": "0.00", "DATE": "23.01.1928", "MUID": "160", "NAME": "MOREAU, Jeanne", "OCCU": "AR 03", "TIME": "11.15", "BOOKS": "2357", "PLACE": "Paris", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
24260	montprofit-jacques-1857-10-07	{"g55": "01-393"}	{"g55": "01-393"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Montprofit", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1857-10-07 07:00", "note": null, "place": {"c1": "", "c2": "49", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "St-Georges-sur-Loire", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Montprofit", "nobility": ""}, "birth": {"date": "1857-10-07 07:00", "place": {"c1": "", "c2": "49", "c3": "", "cy": "FR", "name": "St-Georges-sur-Loire"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"g55": "01-393"}}, "raw": {"DAY": "7-10-1857", "HOUR": "7 h.", "NAME": "MONTPROFIT Jacques", "PLACE": "St-Georges-sur-Loire (M.-et-L.)."}, "date": "2023-08-20T14:47:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
22123	mueller-elisabeth-1885-09-21	{"afd3": "163"}	{"muller": "M3-163"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elisabeth", "family": "Mueller", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:30", "date": "1885-09-21 19:20", "note": null, "place": {"c1": "BE", "c2": "", "c3": null, "cy": "CH", "lg": 7.78, "lat": 46.95, "name": "Langenau", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Elisabeth", "family": "Mueller"}, "birth": {"tzo": "+00:30", "date": "1885-09-21 19:20", "place": {"c1": "BE", "c2": "", "cy": "CH", "lg": 7.78, "lat": 46.95, "name": "Langenau"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "163"}}, "raw": {"CY": "CH", "GQ": "N", "LG": "007 E 47", "LAT": "46 N 57", "TZO": "-0.50", "DATE": "21.09.1885", "MUID": "163", "NAME": "MUELLER, Elisabeth", "OCCU": "AR 01", "TIME": "19.20", "BOOKS": "123", "PLACE": "Langenau (Emmental, Bern)", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22125	negri-ada-1870-02-03	{"afd3": "165"}	{"muller": "M3-165"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ada", "family": "Negri", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:50", "date": "1870-02-03 17:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "IT", "lg": 9.53, "lat": 45.32, "name": "Lodi", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Ada", "family": "Negri"}, "birth": {"tzo": "+00:50", "date": "1870-02-03 17:00", "place": {"c1": "", "c2": "", "cy": "IT", "lg": 9.53, "lat": 45.32, "name": "Lodi"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "165"}}, "raw": {"CY": "I", "GQ": "N", "LG": "009 E 32", "LAT": "45 N 19", "TZO": "-0.83", "DATE": "03.02.1870", "MUID": "165", "NAME": "NEGRI, Ada", "OCCU": "AR 01", "TIME": "17.00", "BOOKS": "1234", "PLACE": "Lodi", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22124	nagel-hanna-1907-06-10	{"wd": "Q1575726", "afd3": "164"}	{"wd": "Q1575726", "muller": "M3-164"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hanna", "family": "Nagel", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1907-06-10 20:45", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 5.68, "lat": 49.4, "name": "Heidelberg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["graphic-artist"]	5	null	[{"new": {"sex": "F", "name": {"given": "Hanna", "family": "Nagel"}, "birth": {"tzo": "+01:00", "date": "1907-06-10 20:45", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 5.68, "lat": 49.4, "name": "Heidelberg"}}, "trust": 5, "ids-in-sources": {"afd3": "164"}}, "raw": {"CY": "D", "GQ": "N", "LG": "005 E 41", "LAT": "49 N 24", "TZO": "-1.00", "DATE": "10.06.1907", "MUID": "164", "NAME": "NAGEL, Hanna", "OCCU": "AR 08", "TIME": "20.45", "BOOKS": "24", "PLACE": "Heidelberg", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}, {"new": {"occus": ["graphic-artist"], "partial-ids": {"wd": "Q1575726"}, "ids-in-sources": {"wd": "Q1575726", "afd3": "164"}}, "raw": {"occus.0": "graphic-artist", "partial-ids.wd": "Q1575726", "ids-in-sources.wd": "Q1575726", "ids-in-sources.afd3": "164"}, "date": "2023-08-20T14:44:44+02:00", "source": "muller-234-women.yml", "command": "db init tweaks muller-234-women.yml"}]	[]
22128	ney-elly-1882-09-27	{"afd3": "168"}	{"muller": "M3-168"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elly", "family": "Ney", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1882-09-27 06:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 6.78, "lat": 51.23, "name": "Düsseldorf", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"sex": "F", "name": {"given": "Elly", "family": "Ney"}, "birth": {"lmt": true, "tzo": "", "date": "1882-09-27 06:30", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 6.78, "lat": 51.23, "name": "Düsseldorf"}}, "occus": ["musician"], "trust": 5, "ids-in-sources": {"afd3": "168"}}, "raw": {"CY": "D", "GQ": "N", "LG": "006 E 47", "LAT": "51 N 14", "TZO": "", "DATE": "27.09.1882", "MUID": "168", "NAME": "NEY, Elly (Elisabeth Catharina Anna)", "OCCU": "AR 07", "TIME": "06.30", "BOOKS": "123457", "PLACE": "Düsseldorf", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22129	nin-anais-1903-02-21	{"afd3": "169"}	{"muller": "M3-169"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anais", "family": "Nin", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:10", "date": "1903-02-21 20:25", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "FR", "lg": 2.28, "lat": 48.88, "name": "Neuilly sur Seine", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Anais", "family": "Nin"}, "birth": {"tzo": "+00:10", "date": "1903-02-21 20:25", "place": {"c1": "", "c2": "", "cy": "FR", "lg": 2.28, "lat": 48.88, "name": "Neuilly sur Seine"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "169"}}, "raw": {"CY": "F", "GQ": "N", "LG": "002 E 17", "LAT": "48 N 53", "TZO": "-0.16", "DATE": "21.02.1903", "MUID": "169", "NAME": "NIN, Anais", "OCCU": "AR 01", "TIME": "20.25", "BOOKS": "2358", "PLACE": "Neuilly sur Seine", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
14389	noailles-anna-1876-11-15	{"a6": "600", "afd3": "170"}	{"lerrcp": "A6-600", "muller": "M3-170"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anna", "family": "Noailles", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "+00:09:24", "date": "1876-11-15 08:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1876-11-15 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet", "fictional-writer"]	5	null	[{"new": {"name": {"given": "Anna", "family": "Noailles"}, "birth": {"tzo": "+00:09:24", "date": "1876-11-15 08:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1876-11-15 07:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-600"}, "ids-in-sources": {"a6": "600"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "15", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "600", "PRO": "W", "SEC": "40", "YEA": "1876", "CITY": "PARIS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "F", "birth": {"lmt": true}, "occus": ["fictional-writer"], "sources": "afd3", "ids-in-sources": {"afd3": "170"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 17", "LAT": "48 N 50", "TZO": "", "DATE": "15.11.1876", "MUID": "170", "NAME": "NOAILLES, Anne-Elisabeth, GFN MATHIEU DE", "OCCU": "AR 01", "TIME": "08.00", "BOOKS": "1234", "PLACE": "Paris", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
14390	noel-marie-1883-02-16	{"a6": "601", "afd3": "171"}	{"lerrcp": "A6-601", "muller": "M3-171"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Noel", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "+00:14:17", "date": "1883-02-16 20:30", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.57033, "lat": 47.7996, "name": "Auxerre", "geoid": 3035843}, "notime": null, "date-ut": "1883-02-16 20:15:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet", "fictional-writer"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Noel"}, "birth": {"tzo": "+00:14:17", "date": "1883-02-16 20:30", "place": {"c2": "89", "cy": "FR", "lg": 3.57033, "lat": 47.7996, "name": "Auxerre", "geoid": 3035843}, "date-ut": "1883-02-16 20:15:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-601"}, "ids-in-sources": {"a6": "601"}}, "raw": {"H": "20", "MN": "15", "TZ": "0", "COD": "89", "COU": "F", "DAY": "16", "LAT": "47N48", "LON": "3E35", "MON": "2", "NUM": "601", "PRO": "W", "SEC": "40", "YEA": "1883", "CITY": "AUXERRE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "F", "birth": {"lmt": true}, "occus": ["fictional-writer"], "sources": "afd3", "ids-in-sources": {"afd3": "171"}}, "raw": {"CY": "F", "GQ": "G", "LG": "003 E 35", "LAT": "47 N 48", "TZO": "", "DATE": "16.02.1883", "MUID": "171", "NAME": "NOEL, Marie (ROUGET, M.)", "OCCU": "AR 01", "TIME": "20.30", "BOOKS": "23", "PLACE": "Auxerre (Yonne)", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
2601	morache-georges-1837-10-18	{"a2": "514", "g55": "01-395", "afd5": "738"}	{"g55": "01-395", "lerrcp": "A2-514", "muller": "M5-738"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Georges", "family": "Morache", "spouse": [], "official": {"given": "Georges Auguste", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:25", "date": "1837-10-18 23:00", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.35387, "lat": 48.93564, "name": "Saint-Denis", "geoid": 2980916}, "notime": null, "date-ut": "1837-10-18 22:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Morache"}, "birth": {"tzo": "+00:09:25", "date": "1837-10-18 23:00", "place": {"c2": "93", "cy": "FR", "lg": 2.35387, "lat": 48.93564, "name": "Saint-Denis", "geoid": 2980916}, "date-ut": "1837-10-18 22:50"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-514"}, "ids-in-sources": {"a2": "514"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "93", "COU": "F", "DAY": "18", "LAT": "48N55", "LON": "2E30", "MON": "10", "NUM": "514", "PRO": "S", "SEC": "0", "YEA": "1837", "CITY": "ST-DENIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Morache", "official": {"given": "Georges Auguste"}}, "birth": {"date": "1837-10-18 23:00", "place": {"name": "Saint-Denis"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "738"}}, "raw": {"NR": "738", "GNR": "SA2514", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1837", "KORR": "", "MARS": "24", "MODE": "LMT", "MOND": "4", "NAME": "MORACHE (GEORGES AUGUSTE).", "AUFAB": "-7.40", "PHAS_": "81.400", "SONNE": "26", "VENUS": "24", "BREITE": "48 N 55", "GEBORT": "Saint-Denis (Seine)", "LAENGE": "002 E 30", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "25", "GEBZEIT": "23.00", "JUPITER": "31", "ELECTAGE": "50,7", "ELECTDAT": "03.07.1888", "GEBDATUM": "18.10.1837", "STBDATUM": "26.08.1906"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-395"}, "ids-in-source": {"g55": "01-395"}}, "raw": {"DAY": "18-10-1837", "HOUR": "23 h.", "NAME": "MORACHE Georges", "PLACE": "Saint-Denis (Seine)."}, "date": "2023-08-20T14:47:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
22130	noether-emmy-1882-03-23	{"afd3": "172"}	{"muller": "M3-172"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emmy", "family": "Noether", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1882-03-23 20:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 11, "lat": 49.6, "name": "Erlangen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mathematician"]	5	null	[{"new": {"sex": "F", "name": {"given": "Emmy", "family": "Noether"}, "birth": {"lmt": true, "tzo": "", "date": "1882-03-23 20:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 11, "lat": 49.6, "name": "Erlangen"}}, "occus": ["mathematician"], "trust": 5, "ids-in-sources": {"afd3": "172"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 00", "LAT": "49 N 36", "TZO": "", "DATE": "23.03.1882", "MUID": "172", "NAME": "NOETHER, Emmy", "OCCU": "SC 01", "TIME": "20.00", "BOOKS": "2378", "PLACE": "Erlangen", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22131	otto-peters-luise-1819-03-26	{"afd3": "173"}	{"muller": "M3-173"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luise", "family": "Otto-Peters", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1819-03-26 21:45", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 13.48, "lat": 51.17, "name": "Meifen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["suffragette"]	5	null	[{"new": {"sex": "F", "name": {"given": "Luise", "family": "Otto-Peters"}, "birth": {"lmt": true, "tzo": "", "date": "1819-03-26 21:45", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 13.48, "lat": 51.17, "name": "Meifen"}}, "occus": ["suffragette"], "trust": 5, "ids-in-sources": {"afd3": "173"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 29", "LAT": "51 N 10", "TZO": "", "DATE": "26.03.1819", "MUID": "173", "NAME": "OTTO-PETERS, Luise *OTTO", "OCCU": "WA 10", "TIME": "21.45", "BOOKS": "12348", "PLACE": "Meifen", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22132	picht-axenfeld-edith-1914-01-01	{"afd3": "175"}	{"muller": "M3-175"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edith", "family": "Picht-Axenfeld", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1914-01-01 08:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 7.85, "lat": 48, "name": "Freiburg Breisgau", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"sex": "F", "name": {"given": "Edith", "family": "Picht-Axenfeld"}, "birth": {"tzo": "+01:00", "date": "1914-01-01 08:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 7.85, "lat": 48, "name": "Freiburg Breisgau"}}, "occus": ["musician"], "trust": 5, "ids-in-sources": {"afd3": "175"}}, "raw": {"CY": "D", "GQ": "N", "LG": "007 E 51", "LAT": "48 N 00", "TZO": "-1.00", "DATE": "01.01.1914", "MUID": "175", "NAME": "PICHT-AXENFELD, Edith (E. Maria)", "OCCU": "AR 07", "TIME": "08.00", "BOOKS": "37", "PLACE": "Freiburg Breisgau", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22133	porten-henny-1890-01-07	{"afd3": "176"}	{"muller": "M3-176"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henny", "family": "Porten", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1890-01-07 16:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 11.63, "lat": 52.13, "name": "Magdeburg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Henny", "family": "Porten"}, "birth": {"lmt": true, "tzo": "", "date": "1890-01-07 16:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 11.63, "lat": 52.13, "name": "Magdeburg"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd3": "176"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 38", "LAT": "52 N 08", "TZO": "", "DATE": "07.01.1890", "MUID": "176", "NAME": "PORTEN, Henny", "OCCU": "AR 03", "TIME": "16.00", "BOOKS": "123457", "PLACE": "Magdeburg", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22134	reicher-kindermann-hedwig-1853-07-15	{"afd3": "178"}	{"muller": "M3-178"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hedwig", "family": "Reicher-Kindermann", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1853-07-15 17:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 11.57, "lat": 48.13, "name": "Müinchen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["singer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Hedwig", "family": "Reicher-Kindermann"}, "birth": {"lmt": true, "tzo": "", "date": "1853-07-15 17:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 11.57, "lat": 48.13, "name": "Müinchen"}}, "occus": ["singer"], "trust": 5, "ids-in-sources": {"afd3": "178"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 34", "LAT": "48 N 08", "TZO": "", "DATE": "15.07.1853", "MUID": "178", "NAME": "REICHER-KINDERMANN, Hedwig (Emma H.) *K.", "OCCU": "AR 06", "TIME": "17.00", "BOOKS": "14", "PLACE": "Müinchen", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22135	rethberg-elisabeth-1894-09-22	{"afd3": "179"}	{"muller": "M3-179"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elisabeth", "family": "Rethberg", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1894-09-22 23:45", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 12.8, "lat": 50.53, "name": "Schwarzenberg (Erzgebirge)", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["singer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Elisabeth", "family": "Rethberg"}, "birth": {"tzo": "+01:00", "date": "1894-09-22 23:45", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 12.8, "lat": 50.53, "name": "Schwarzenberg (Erzgebirge)"}}, "occus": ["singer"], "trust": 5, "ids-in-sources": {"afd3": "179"}}, "raw": {"CY": "D", "GQ": "N", "LG": "012 E 48", "LAT": "50 N 32", "TZO": "-1.00", "DATE": "22.09.1894", "MUID": "179", "NAME": "RETHBERG, Elisabeth (SAETTLER, E.)", "OCCU": "AR 06", "TIME": "23.45", "BOOKS": "12", "PLACE": "Schwarzenberg (Erzgebirge)", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22136	rinser-luise-1911-04-30	{"afd3": "180"}	{"muller": "M3-180"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luise", "family": "Rinser", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1911-04-30 01:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 10.88, "lat": 48.05, "name": "Pitzling Oberbayern", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Luise", "family": "Rinser"}, "birth": {"tzo": "+01:00", "date": "1911-04-30 01:30", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 10.88, "lat": 48.05, "name": "Pitzling Oberbayern"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "180"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 53", "LAT": "48 N 03", "TZO": "-1.00", "DATE": "30.04.1911", "MUID": "180", "NAME": "RINSER, Luise (HERRMANN, L-)", "OCCU": "AR 01", "TIME": "01.30", "BOOKS": "12345", "PLACE": "Pitzling Oberbayern", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22137	rochefort-christiane-1917-07-17	{"afd3": "181"}	{"muller": "M3-181"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christiane", "family": "Rochefort", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1917-07-17 08:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "FR", "lg": 2.28, "lat": 48.83, "name": "Paris", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Christiane", "family": "Rochefort"}, "birth": {"tzo": "+01:00", "date": "1917-07-17 08:00", "place": {"c1": "", "c2": "", "cy": "FR", "lg": 2.28, "lat": 48.83, "name": "Paris"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "181"}}, "raw": {"CY": "F", "GQ": "N", "LG": "002 E 17", "LAT": "48 N 50", "TZO": "-1.00", "DATE": "17.07.1917", "MUID": "181", "NAME": "ROCHEFORT, Christiane", "OCCU": "AR 01", "TIME": "08.00", "BOOKS": "23", "PLACE": "Paris", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22138	rogge-alma-1894-07-24	{"afd3": "182"}	{"muller": "M3-182"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alma", "family": "Rogge", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1894-07-24 12:15", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 8.48, "lat": 53.33, "name": "Rodenkirchen Oldenburg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Alma", "family": "Rogge"}, "birth": {"tzo": "+01:00", "date": "1894-07-24 12:15", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 8.48, "lat": 53.33, "name": "Rodenkirchen Oldenburg"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "182"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 29", "LAT": "53 N 20", "TZO": "-1.00", "DATE": "24.07.1894", "MUID": "182", "NAME": "ROGGE, Alma", "OCCU": "AR 01", "TIME": "12.15", "BOOKS": "23", "PLACE": "Rodenkirchen Oldenburg", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
12158	rosay-francoise-1891-04-19	{"a5": "690", "afd3": "183"}	{"lerrcp": "A5-690", "muller": "M3-183"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francoise", "family": "Rosay", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:09:21", "date": "1891-04-19 09:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "9", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1891-04-19 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Francoise", "family": "Rosay"}, "birth": {"tzo": "+00:09:21", "date": "1891-04-19 09:00", "place": {"c2": "75", "c3": "9", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1891-04-19 08:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-690"}, "ids-in-sources": {"a5": "690"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "19", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "690", "PRO": "A", "SEC": "40", "YEA": "1891", "CITY": "PARIS 9E"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "F", "occus": ["actor"], "sources": "afd3", "ids-in-sources": {"afd3": "183"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 17", "LAT": "48 N 50", "TZO": "-0.16", "DATE": "19.04.1891", "MUID": "183", "NAME": "ROSAY, Françoise (BANDY DE NALECHE, F.)", "OCCU": "AR 03", "TIME": "09.00", "BOOKS": "234", "PLACE": "Paris", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22139	rose-felicitas-1862-07-31	{"afd3": "184"}	{"muller": "M3-184"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Felicitas", "family": "Rose", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1862-07-31 03:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 8.07, "lat": 51.4, "name": "Arnsberg Westfalen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Felicitas", "family": "Rose"}, "birth": {"lmt": true, "tzo": "", "date": "1862-07-31 03:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 8.07, "lat": 51.4, "name": "Arnsberg Westfalen"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "184"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 04", "LAT": "51 N 24", "TZO": "", "DATE": "31.07.1862", "MUID": "184", "NAME": "ROSE, Felicitas *SCHLIEWEN, Rosa", "OCCU": "AR 01", "TIME": "03.00", "BOOKS": "23", "PLACE": "Arnsberg Westfalen", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22140	rubatscher-maria-notburga-1900-01-23	{"afd3": "185"}	{"muller": "M3-185"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maria Notburga", "family": "Rubatscher", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1900-01-23 21:15", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "AT", "lg": 11.47, "lat": 47.32, "name": "Hall (Innsbruck, Tirol)", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Maria Notburga", "family": "Rubatscher"}, "birth": {"tzo": "+01:00", "date": "1900-01-23 21:15", "place": {"c1": "", "c2": "", "cy": "AT", "lg": 11.47, "lat": 47.32, "name": "Hall (Innsbruck, Tirol)"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "185"}}, "raw": {"CY": "A", "GQ": "N", "LG": "011 E 28", "LAT": "47 N 19", "TZO": "-1.00", "DATE": "23.01.1900", "MUID": "185", "NAME": "RUBATSCHER, Maria Notburga", "OCCU": "AR 01", "TIME": "21.15", "BOOKS": "13", "PLACE": "Hall (Innsbruck, Tirol)", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22141	saalfeld-martha-1898-01-15	{"afd3": "186"}	{"muller": "M3-186"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Martha", "family": "Saalfeld", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1898-01-15 21:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 8.12, "lat": 49.2, "name": "Landau Pfalz", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Martha", "family": "Saalfeld"}, "birth": {"tzo": "+01:00", "date": "1898-01-15 21:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 8.12, "lat": 49.2, "name": "Landau Pfalz"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "186"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 07", "LAT": "49 N 12", "TZO": "-1.00", "DATE": "15.01.1898", "MUID": "186", "NAME": "SAALFELD, Martha", "OCCU": "AR 01", "TIME": "21.00", "BOOKS": "23", "PLACE": "Landau Pfalz", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
14500	sagan-francoise-1935-06-21	{"a6": "716", "afd3": "187"}	{"lerrcp": "A6-716", "muller": "M3-187"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Françoise", "family": "Sagan", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1935-06-21 11:00", "note": null, "place": {"c1": null, "c2": "46", "c3": null, "cy": "FR", "lg": 1.84261, "lat": 44.48546, "name": "Cajarc", "geoid": 3029168}, "notime": null, "date-ut": "1935-06-21 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "fictional-writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-716"}, "birth": {"tzo": "+01:00", "date": "1935-06-21 11:00", "place": {"c2": "46", "cy": "FR", "lg": 1.84261, "lat": 44.48546, "name": "Cajarc", "geoid": 3029168}, "date-ut": "1935-06-21 10:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-716"}, "ids-in-sources": {"a6": "716"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "46", "COU": "F", "DAY": "21", "LAT": "44N27", "LON": "1E26", "MON": "6", "NUM": "716", "PRO": "W", "SEC": "0", "YEA": "1935", "CITY": "CAJARC"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "F", "name": {"given": "Françoise", "family": "Sagan"}, "occus": ["fictional-writer"], "sources": "afd3", "ids-in-sources": {"afd3": "187"}}, "raw": {"CY": "F", "GQ": "G", "LG": "001 E 50", "LAT": "44 N 30", "TZO": "-1.00", "DATE": "21.06.1935", "MUID": "187", "NAME": "SAGAN, Françoise (QUOIREZ, F.)", "OCCU": "AR 01", "TIME": "11.00", "BOOKS": "2357", "PLACE": "Cajarc (Lot)", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22142	saint-helier-monique-1895-09-02	{"afd3": "188"}	{"muller": "M3-188"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Monique", "family": "Saint-Helier", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1895-09-02 20:30", "note": null, "place": {"c1": "NE", "c2": "", "c3": null, "cy": "CH", "lg": 6.83, "lat": 47.1, "name": "La Chaux-de-Fonds", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Monique", "family": "Saint-Helier"}, "birth": {"tzo": "+01:00", "date": "1895-09-02 20:30", "place": {"c1": "NE", "c2": "", "cy": "CH", "lg": 6.83, "lat": 47.1, "name": "La Chaux-de-Fonds"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "188"}}, "raw": {"CY": "CH", "GQ": "N", "LG": "006 E 50", "LAT": "47 N 06", "TZO": "-1.00", "DATE": "02.09.1895", "MUID": "188", "NAME": "SAINT-HELIER, Monique *EYMANN, Berthe", "OCCU": "AR 01", "TIME": "20.30", "BOOKS": "23", "PLACE": "La Chaux-de-Fonds (Nevenburg)", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
14503	sainte-soline-claire-1891-09-18	{"a6": "719", "afd3": "189"}	{"lerrcp": "A6-719", "muller": "M3-189"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claire", "family": "Sainte-Soline", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:09:21", "date": "1891-09-18 21:30", "note": null, "place": {"c1": null, "c2": "79", "c3": null, "cy": "FR", "lg": 0.002, "lat": 46.13161, "name": "Melleran", "geoid": 2994672}, "notime": null, "date-ut": "1891-09-18 21:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "fictional-writer"]	5	null	[{"new": {"name": {"given": "Claire", "family": "Sainte-Soline"}, "birth": {"tzo": "+00:09:21", "date": "1891-09-18 21:30", "place": {"c2": "79", "cy": "FR", "lg": 0.002, "lat": 46.13161, "name": "Melleran", "geoid": 2994672}, "date-ut": "1891-09-18 21:20:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-719"}, "ids-in-sources": {"a6": "719"}}, "raw": {"H": "21", "MN": "20", "TZ": "0", "COD": "79", "COU": "F", "DAY": "18", "LAT": "46N19", "LON": "0W27", "MON": "9", "NUM": "719", "PRO": "W", "SEC": "40", "YEA": "1891", "CITY": "MELLERAN"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "F", "occus": ["fictional-writer"], "sources": "afd3", "ids-in-sources": {"afd3": "189"}}, "raw": {"CY": "F", "GQ": "G", "LG": "000 W 27", "LAT": "46 N 19", "TZO": "-0.16", "DATE": "18.09.1891", "MUID": "189", "NAME": "SAINTE-SOLINE, Claire (FOUILLET, Nelly)", "OCCU": "AR 01", "TIME": "21.30", "BOOKS": "24", "PLACE": "Melleran (Deux-Sévres)", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22143	salomon-alice-1872-04-19	{"afd3": "190"}	{"muller": "M3-190"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alice", "family": "Salomon", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1872-04-19 17:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"sex": "F", "name": {"given": "Alice", "family": "Salomon"}, "birth": {"lmt": true, "tzo": "", "date": "1872-04-19 17:30", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"afd3": "190"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 18", "LAT": "52 N 32", "TZO": "", "DATE": "19.04.1872", "MUID": "190", "NAME": "SALOMON, Alice", "OCCU": "WA 04", "TIME": "17.30", "BOOKS": "1234", "PLACE": "Berlin", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
2602	morat-jean-1846-04-18	{"a2": "515", "g55": "01-396", "afd5": "739"}	{"g55": "01-396", "lerrcp": "A2-515", "muller": "M5-739"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Morat", "spouse": [], "official": {"given": "Jean Pierre", "family": null}}	\N	{"lmt": null, "tzo": "+00:18:33", "date": "1846-04-18 23:30", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.63857, "lat": 45.62049, "name": "Saint-Sorlin", "geoid": 2976902}, "notime": null, "date-ut": "1846-04-18 23:10:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Morat"}, "birth": {"tzo": "+00:18:33", "date": "1846-04-18 23:30", "place": {"c2": "69", "cy": "FR", "lg": 4.63857, "lat": 45.62049, "name": "Saint-Sorlin", "geoid": 2976902}, "date-ut": "1846-04-18 23:10:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-515"}, "ids-in-sources": {"a2": "515"}}, "raw": {"H": "23", "MN": "10", "TZ": "0", "COD": "69", "COU": "F", "DAY": "18", "LAT": "45N46", "LON": "4E50", "MON": "4", "NUM": "515", "PRO": "S", "SEC": "40", "YEA": "1846", "CITY": "ST-SORLIN"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Morat", "official": {"given": "Jean Pierre"}}, "birth": {"date": "1846-04-18 23:30", "place": {"name": "Saint-Sorlin"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "739"}}, "raw": {"NR": "739", "GNR": "SA2515", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "4", "JAHR": "1846", "KORR": "", "MARS": "20", "MODE": "LMT", "MOND": "34", "NAME": "MORAT (JEAN PIERRE).", "AUFAB": "-10.80", "PHAS_": "59.800", "SONNE": "27", "VENUS": "31", "BREITE": "45 N 46", "GEBORT": "Saint-Sorlin (Saône-et-Loire)", "LAENGE": "004 E 50", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "32", "GEBZEIT": "23.30", "JUPITER": "24", "ELECTAGE": "58,2", "ELECTDAT": "21.06.1904", "GEBDATUM": "18.04.1846", "STBDATUM": "25.07.1920"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-396"}, "ids-in-source": {"g55": "01-396"}}, "raw": {"DAY": "18-4-1846", "HOUR": "23 h. 30", "NAME": "* MORAT Jean-Pierre", "PLACE": "Saint-Sorlin (Rhône)."}, "date": "2023-08-20T14:47:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
22144	sapper-agnes-1852-04-12	{"afd3": "191"}	{"muller": "M3-191"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Agnes", "family": "Sapper", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1852-04-12 16:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 11.57, "lat": 48.13, "name": "Miinchen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Agnes", "family": "Sapper"}, "birth": {"lmt": true, "tzo": "", "date": "1852-04-12 16:30", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 11.57, "lat": 48.13, "name": "Miinchen"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "191"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 34", "LAT": "48 N 08", "TZO": "", "DATE": "12.04.1852", "MUID": "191", "NAME": "SAPPER, Agnes *BRATER", "OCCU": "AR 01", "TIME": "16.30", "BOOKS": "123", "PLACE": "Miinchen", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22145	schervier-francisca-1819-01-03	{"afd3": "192"}	{"muller": "M3-192"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francisca", "family": "Schervier", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1819-01-03 01:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 6.08, "lat": 50.78, "name": "Aachen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["religious-leader"]	5	null	[{"new": {"sex": "F", "name": {"given": "Francisca", "family": "Schervier"}, "birth": {"lmt": true, "tzo": "", "date": "1819-01-03 01:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 6.08, "lat": 50.78, "name": "Aachen"}}, "occus": ["religious-leader"], "trust": 5, "ids-in-sources": {"afd3": "192"}}, "raw": {"CY": "D", "GQ": "N", "LG": "006 E 05", "LAT": "50 N 47", "TZO": "", "DATE": "03.01.1819", "MUID": "192", "NAME": "SCHERVIER, Francisca", "OCCU": "WA 05", "TIME": "01.00", "BOOKS": "123", "PLACE": "Aachen", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22146	schieber-anna-1867-12-12	{"afd3": "193"}	{"muller": "M3-193"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anna", "family": "Schieber", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1867-12-12 05:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 9.3, "lat": 48.75, "name": "Esslingen Neckar", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Anna", "family": "Schieber"}, "birth": {"lmt": true, "tzo": "", "date": "1867-12-12 05:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 9.3, "lat": 48.75, "name": "Esslingen Neckar"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "193"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 18", "LAT": "48 N 45", "TZO": "", "DATE": "12.12.1867", "MUID": "193", "NAME": "SCHIEBER, Anna", "OCCU": "AR 01", "TIME": "05.00", "BOOKS": "23", "PLACE": "Esslingen Neckar", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22147	schlier-paula-1899-03-12	{"afd3": "194"}	{"muller": "M3-194"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paula", "family": "Schlier", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1899-03-12 15:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 10.78, "lat": 48.72, "name": "Neuburg Donau Schwaben", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Paula", "family": "Schlier"}, "birth": {"tzo": "+01:00", "date": "1899-03-12 15:30", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 10.78, "lat": 48.72, "name": "Neuburg Donau Schwaben"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "194"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 47", "LAT": "48 N 43", "TZO": "-1.00", "DATE": "12.03.1899", "MUID": "194", "NAME": "SCHLIER, Paula", "OCCU": "AR 01", "TIME": "15.30", "BOOKS": "23", "PLACE": "Neuburg Donau Schwaben", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22148	schmitz-sibylle-1909-12-02	{"afd3": "195"}	{"muller": "M3-195"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sibylle", "family": "Schmitz", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1909-12-02 03:15", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 6.48, "lat": 50.8, "name": "Diiren", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Sibylle", "family": "Schmitz"}, "birth": {"tzo": "+01:00", "date": "1909-12-02 03:15", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 6.48, "lat": 50.8, "name": "Diiren"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd3": "195"}}, "raw": {"CY": "D", "GQ": "N", "LG": "006 E 29", "LAT": "50 N 48", "TZO": "-1.00", "DATE": "02.12.1909", "MUID": "195", "NAME": "SCHMITZ, Sibylle (S. Maria Christine)", "OCCU": "AR 03", "TIME": "03.15", "BOOKS": "24", "PLACE": "Diiren", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22149	scholl-sophie-1921-05-09	{"afd3": "196"}	{"muller": "M3-196"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sophie", "family": "Scholl", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1921-05-09 23:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 9.5, "lat": 49.2, "name": "Forchtenberg Kocher Wttbg.", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["revolutionary"]	5	null	[{"new": {"sex": "F", "name": {"given": "Sophie", "family": "Scholl"}, "birth": {"tzo": "+01:00", "date": "1921-05-09 23:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 9.5, "lat": 49.2, "name": "Forchtenberg Kocher Wttbg."}}, "occus": ["revolutionary"], "trust": 5, "ids-in-sources": {"afd3": "196"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 30", "LAT": "49 N 12", "TZO": "-1.00", "DATE": "09.05.1921", "MUID": "196", "NAME": "SCHOLL, Sophie (S. Lina)", "OCCU": "WA 08", "TIME": "23.00", "BOOKS": "23456", "PLACE": "Forchtenberg Kocher Wttbg.", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22150	schrader-henriette-1827-09-14	{"afd3": "197"}	{"muller": "M3-197"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henriette", "family": "Schrader", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1827-09-14 04:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 9.95, "lat": 52.15, "name": "Mahium Hildesheim", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["social-scientist"]	5	null	[{"new": {"sex": "F", "name": {"given": "Henriette", "family": "Schrader"}, "birth": {"lmt": true, "tzo": "", "date": "1827-09-14 04:30", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 9.95, "lat": 52.15, "name": "Mahium Hildesheim"}}, "occus": ["social-scientist"], "trust": 5, "ids-in-sources": {"afd3": "197"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 57", "LAT": "52 N 09", "TZO": "", "DATE": "14.09.1827", "MUID": "197", "NAME": "SCHRADER, Henriette (Johanne) *BREYMANN", "OCCU": "SC 05", "TIME": "04.30", "BOOKS": "14", "PLACE": "Mahium Hildesheim", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22151	schwarzhaupt-elisabeth-1901-01-07	{"afd3": "198"}	{"muller": "M3-198"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elisabeth", "family": "Schwarzhaupt", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1901-01-07 16:45", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 8.68, "lat": 50.12, "name": "Frankfurt Main", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"sex": "F", "name": {"given": "Elisabeth", "family": "Schwarzhaupt"}, "birth": {"tzo": "+01:00", "date": "1901-01-07 16:45", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 8.68, "lat": 50.12, "name": "Frankfurt Main"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"afd3": "198"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 41", "LAT": "50 N 07", "TZO": "-1.00", "DATE": "07.01.1901", "MUID": "198", "NAME": "SCHWARZHAUPT, Elisabeth", "OCCU": "WA 04", "TIME": "16.45", "BOOKS": "23", "PLACE": "Frankfurt Main", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22152	schwerin-jeannette-1852-11-21	{"afd3": "199"}	{"muller": "M3-199"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jeannette", "family": "Schwerin", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1852-11-21 05:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"sex": "F", "name": {"given": "Jeannette", "family": "Schwerin"}, "birth": {"lmt": true, "tzo": "", "date": "1852-11-21 05:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"afd3": "199"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 18", "LAT": "52 N 32", "TZO": "", "DATE": "21.11.1852", "MUID": "199", "NAME": "SCHWERIN, Jeannette *ABARBANELL", "OCCU": "WA 04", "TIME": "05.00", "BOOKS": "14", "PLACE": "Berlin", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22153	sciutti-graziella-1927-04-17	{"afd3": "200"}	{"muller": "M3-200"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Graziella", "family": "Sciutti", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1927-04-17 09:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "IT", "lg": 7.68, "lat": 45.07, "name": "Turin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["singer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Graziella", "family": "Sciutti"}, "birth": {"tzo": "+01:00", "date": "1927-04-17 09:00", "place": {"c1": "", "c2": "", "cy": "IT", "lg": 7.68, "lat": 45.07, "name": "Turin"}}, "occus": ["singer"], "trust": 5, "ids-in-sources": {"afd3": "200"}}, "raw": {"CY": "I", "GQ": "N", "LG": "007 E 41", "LAT": "45 N 04", "TZO": "-1.00", "DATE": "17.04.1927", "MUID": "200", "NAME": "SCIUTTI, Graziella", "OCCU": "AR 06", "TIME": "09.00", "BOOKS": "23", "PLACE": "Turin", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22154	siemsen-vollenweider-anna-1882-01-18	{"afd3": "201"}	{"muller": "M3-201"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anna", "family": "Siemsen-Vollenweider", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1882-01-18 17:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 7.82, "lat": 51.68, "name": "Mark Westfalen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["social-scientist"]	5	null	[{"new": {"sex": "F", "name": {"given": "Anna", "family": "Siemsen-Vollenweider"}, "birth": {"lmt": true, "tzo": "", "date": "1882-01-18 17:30", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 7.82, "lat": 51.68, "name": "Mark Westfalen"}}, "occus": ["social-scientist"], "trust": 5, "ids-in-sources": {"afd3": "201"}}, "raw": {"CY": "D", "GQ": "N", "LG": "007 E 49", "LAT": "51 N 41", "TZO": "", "DATE": "18.01.1882", "MUID": "201", "NAME": "SIEMSEN-VOLLENWEIDER, Anna", "OCCU": "SC 05", "TIME": "17.30", "BOOKS": "124", "PLACE": "Mark Westfalen", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22155	signoret-simone-1921-03-25	{"afd3": "202"}	{"muller": "M3-202"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Simone", "family": "Signoret", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1921-03-25 02:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 8.23, "lat": 50.1, "name": "Wiesbaden", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Simone", "family": "Signoret"}, "birth": {"tzo": "+01:00", "date": "1921-03-25 02:30", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 8.23, "lat": 50.1, "name": "Wiesbaden"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd3": "202"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 14", "LAT": "50 N 06", "TZO": "-1.00", "DATE": "25.03.1921", "MUID": "202", "NAME": "SIGNORET, Simone (KAMINKER)", "OCCU": "AR 03", "TIME": "02.30", "BOOKS": "23", "PLACE": "Wiesbaden", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22156	simionato-giulietta-1910-05-12	{"afd3": "203"}	{"muller": "M3-203"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giulietta", "family": "Simionato", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1910-05-12 06:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "IT", "lg": 12.05, "lat": 44.22, "name": "Forli", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["singer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Giulietta", "family": "Simionato"}, "birth": {"tzo": "+01:00", "date": "1910-05-12 06:30", "place": {"c1": "", "c2": "", "cy": "IT", "lg": 12.05, "lat": 44.22, "name": "Forli"}}, "occus": ["singer"], "trust": 5, "ids-in-sources": {"afd3": "203"}}, "raw": {"CY": "I", "GQ": "N", "LG": "012 E 03", "LAT": "44 N 13", "TZO": "-1.00", "DATE": "12.05.1910", "MUID": "203", "NAME": "SIMIONATO, Giulietta", "OCCU": "AR 06", "TIME": "06.30", "BOOKS": "257", "PLACE": "Forli", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22157	sontag-henriette-1806-01-03	{"afd3": "204"}	{"muller": "M3-204"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henriette", "family": "Sontag", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:25", "date": "1806-01-03 06:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 7.6, "lat": 50.35, "name": "Koblenz", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["singer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Henriette", "family": "Sontag"}, "birth": {"tzo": "+00:25", "date": "1806-01-03 06:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 7.6, "lat": 50.35, "name": "Koblenz"}}, "occus": ["singer"], "trust": 5, "ids-in-sources": {"afd3": "204"}}, "raw": {"CY": "D", "GQ": "N", "LG": "007 E 36", "LAT": "50 N 21", "TZO": "-0.42", "DATE": "03.01.1806", "MUID": "204", "NAME": "SONTAG, Henriette (SONNTAG, Gertrude)", "OCCU": "AR 06", "TIME": "06.00", "BOOKS": "12457", "PLACE": "Koblenz", "TIMOD": "LAT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22158	spark-muriel-sarah-1918-02-01	{"afd3": "205"}	{"muller": "M3-205"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Muriel Sarah", "family": "Spark", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:00", "date": "1918-02-01 03:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "GB", "lg": -3.22, "lat": 55.95, "name": "Edinburgh", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["factual-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Muriel Sarah", "family": "Spark"}, "birth": {"tzo": "+00:00", "date": "1918-02-01 03:00", "place": {"c1": "", "c2": "", "cy": "GB", "lg": -3.22, "lat": 55.95, "name": "Edinburgh"}}, "occus": ["factual-writer"], "trust": 5, "ids-in-sources": {"afd3": "205"}}, "raw": {"CY": "GB", "GQ": "N", "LG": "003 W 13", "LAT": "55 N 57", "TZO": "0.00", "DATE": "01.02.1918", "MUID": "205", "NAME": "SPARK, Muriel Sarah", "OCCU": "AR 02", "TIME": "03.00", "BOOKS": "23", "PLACE": "Edinburgh", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22159	stach-ilse-von-1879-02-17	{"afd3": "206"}	{"muller": "M3-206"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ilse VON", "family": "Stach", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1879-02-17 12:45", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 6.85, "lat": 51.85, "name": "Haus Prébsting Borken Westf.", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Ilse VON", "family": "Stach"}, "birth": {"lmt": true, "tzo": "", "date": "1879-02-17 12:45", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 6.85, "lat": 51.85, "name": "Haus Prébsting Borken Westf."}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "206"}}, "raw": {"CY": "D", "GQ": "N", "LG": "006 E 51", "LAT": "51 N 51", "TZO": "", "DATE": "17.02.1879", "MUID": "206", "NAME": "STACH, Ilse VON (STACH VON GOLTZHEIM)", "OCCU": "AR 01", "TIME": "12.45", "BOOKS": "23", "PLACE": "Haus Prébsting Borken Westf.", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22161	stehle-sophie-1838-05-15	{"afd3": "208"}	{"muller": "M3-208"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sophie", "family": "Stehle", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1838-05-15 03:15", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 9.22, "lat": 48.08, "name": "Sigmaringen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["singer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Sophie", "family": "Stehle"}, "birth": {"lmt": true, "tzo": "", "date": "1838-05-15 03:15", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 9.22, "lat": 48.08, "name": "Sigmaringen"}}, "occus": ["singer"], "trust": 5, "ids-in-sources": {"afd3": "208"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 13", "LAT": "48 N 05", "TZO": "", "DATE": "15.05.1838", "MUID": "208", "NAME": "STEHLE, Sophie (Sophia Anna Paula)", "OCCU": "AR 06", "TIME": "03.15", "BOOKS": "14", "PLACE": "Sigmaringen", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22162	stocker-helene-1869-11-13	{"afd3": "209"}	{"muller": "M3-209"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Helene", "family": "Stocker", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1869-11-13 03:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 7.2, "lat": 51.27, "name": "Elberfeld", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["factual-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Helene", "family": "Stocker"}, "birth": {"lmt": true, "tzo": "", "date": "1869-11-13 03:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 7.2, "lat": 51.27, "name": "Elberfeld"}}, "occus": ["factual-writer"], "trust": 5, "ids-in-sources": {"afd3": "209"}}, "raw": {"CY": "D", "GQ": "N", "LG": "007 E 12", "LAT": "51 N 16", "TZO": "", "DATE": "13.11.1869", "MUID": "209", "NAME": "STOCKER, Helene", "OCCU": "AR 02", "TIME": "03.00", "BOOKS": "13", "PLACE": "Elberfeld", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
21150	tailleferre-germaine-1892-04-19	{"e3": "1439", "afd3": "210"}	{"lerrcp": "E3-1439", "muller": "M3-210"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Germaine", "family": "Tailleferre", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:10", "date": "1892-04-19 01:00", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint-Maur", "geoid": 0}, "notime": null, "date-ut": ""}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	5	null	[{"new": {"name": {"given": "Germaine", "family": "Tailleferre"}, "birth": {"tzo": "", "date": "1892-04-19 01:00", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": 0, "lat": 0, "name": "saint-Maur", "geoid": 0}, "date-ut": ""}, "occus": ["musician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1439"}}, "raw": {"H": "01:00", "COD": "94", "DAY": "19", "MON": "04", "NUM": "1439", "PRO": "MUS", "YEA": "1892", "CITY": "St-Maur", "NAME": "TAILLEFERRE Germaine", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"sex": "F", "birth": {"tzo": "+00:10"}, "occus": ["composer"], "sources": "afd3", "ids-in-sources": {"afd3": "210"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 29", "LAT": "48 N 47", "TZO": "-0.16", "DATE": "19.04.1892", "MUID": "210", "NAME": "TAILLEFERRE, Germaine", "OCCU": "AR 04", "TIME": "01.00", "BOOKS": "12", "PLACE": "St. Maur (Paris)", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22164	teschemacher-margarete-1903-03-03	{"afd3": "212"}	{"muller": "M3-212"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Margarete", "family": "Teschemacher", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1903-03-03 11:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 6.95, "lat": 50.95, "name": "Köln", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["singer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Margarete", "family": "Teschemacher"}, "birth": {"tzo": "+01:00", "date": "1903-03-03 11:30", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 6.95, "lat": 50.95, "name": "Köln"}}, "occus": ["singer"], "trust": 5, "ids-in-sources": {"afd3": "212"}}, "raw": {"CY": "D", "GQ": "N", "LG": "006 E 57", "LAT": "50 N 57", "TZO": "-1.00", "DATE": "03.03.1903", "MUID": "212", "NAME": "TESCHEMACHER, Margarete", "OCCU": "AR 06", "TIME": "11.30", "BOOKS": "23", "PLACE": "Köln", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22165	teusch-christine-1888-10-11	{"afd3": "213"}	{"muller": "M3-213"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christine", "family": "Teusch", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1888-10-11 17:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 6.95, "lat": 50.95, "name": "Köln", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"sex": "F", "name": {"given": "Christine", "family": "Teusch"}, "birth": {"lmt": true, "tzo": "", "date": "1888-10-11 17:30", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 6.95, "lat": 50.95, "name": "Köln"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"afd3": "213"}}, "raw": {"CY": "D", "GQ": "N", "LG": "006 E 57", "LAT": "50 N 57", "TZO": "", "DATE": "11.10.1888", "MUID": "213", "NAME": "TEUSCH, Christine", "OCCU": "WA 04", "TIME": "17.30", "BOOKS": "13", "PLACE": "Köln", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22166	tiburtius-franziska-1643-01-24	{"afd3": "214"}	{"muller": "M3-214"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franziska", "family": "Tiburtius", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1643-01-24 04:17", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 13.43, "lat": 54.42, "name": "Bisdamitz (Rigen)", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"sex": "F", "name": {"given": "Franziska", "family": "Tiburtius"}, "birth": {"lmt": true, "tzo": "", "date": "1643-01-24 04:17", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 13.43, "lat": 54.42, "name": "Bisdamitz (Rigen)"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd3": "214"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 26", "LAT": "54 N 25", "TZO": "", "DATE": "24.01.1643", "MUID": "214", "NAME": "TIBURTIUS, Franziska", "OCCU": "SC 04", "TIME": "04.17", "BOOKS": "14", "PLACE": "Bisdamitz (Rigen)", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22167	topper-hertha-1924-04-19	{"afd3": "215"}	{"muller": "M3-215"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hertha", "family": "Töpper", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1924-04-19 05:15", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "AT", "lg": 15.45, "lat": 47.07, "name": "Graz", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["singer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Hertha", "family": "Töpper"}, "birth": {"tzo": "+01:00", "date": "1924-04-19 05:15", "place": {"c1": "", "c2": "", "cy": "AT", "lg": 15.45, "lat": 47.07, "name": "Graz"}}, "occus": ["singer"], "trust": 5, "ids-in-sources": {"afd3": "215"}}, "raw": {"CY": "A", "GQ": "N", "LG": "015 E 27", "LAT": "47 N 04", "TZO": "-1.00", "DATE": "19.04.1924", "MUID": "215", "NAME": "TöPPER, Hertha", "OCCU": "AR 06", "TIME": "05.15", "BOOKS": "257", "PLACE": "Graz", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22168	ullmann-regina-1884-12-14	{"afd3": "216"}	{"muller": "M3-216"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Regina", "family": "Ullmann", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:30", "date": "1884-12-14 04:00", "note": null, "place": {"c1": "SG", "c2": "", "c3": null, "cy": "CH", "lg": 9.37, "lat": 47.43, "name": "St. Gallen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Regina", "family": "Ullmann"}, "birth": {"tzo": "+00:30", "date": "1884-12-14 04:00", "place": {"c1": "SG", "c2": "", "cy": "CH", "lg": 9.37, "lat": 47.43, "name": "St. Gallen"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "216"}}, "raw": {"CY": "CH", "GQ": "N", "LG": "009 E 22", "LAT": "47 N 26", "TZO": "-0.50", "DATE": "14.12.1884", "MUID": "216", "NAME": "ULLMANN, Regina", "OCCU": "AR 01", "TIME": "04.00", "BOOKS": "1234", "PLACE": "St. Gallen (St. Gallen)", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
17534	vaughan-sarah-1924-03-27	{"d10": "1300", "afd3": "218"}	{"lerrcp": "D10-1300", "muller": "M3-218"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sarah", "family": "Vaughan", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "-05:00", "date": "1924-03-27 21:45", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.16667, "lat": 40.73333, "name": "Newark", "geoid": null}, "notime": null, "date-ut": "1924-03-28 02:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor", "singer"]	5	null	[{"new": {"name": {"given": "Sarah", "family": "Vaughan"}, "birth": {"tzo": "-05:00", "date": "1924-03-27 21:45", "place": {"c2": "NJ", "cy": "US", "lg": -74.16667, "lat": 40.73333, "name": "Newark"}, "date-ut": "1924-03-28 02:45"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1300"}}, "raw": {"H": "21:45", "TZ": "5h", "DAY": "27", "LAT": "40N44", "LON": "74W10", "MON": "3", "NUM": "1300", "PRO": "AC", "YEA": "1924", "CICO": "Newark, NJ", "NAME": "Vaughan Sarah"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "F", "occus": ["singer"], "place": {"c1": "NJ"}, "sources": "afd3", "ids-in-sources": {"afd3": "218"}}, "raw": {"CY": "USA", "GQ": "G", "LG": "074 W 10", "LAT": "40 N 44", "TZO": "5.00", "DATE": "27.03.1924", "MUID": "218", "NAME": "VAUGHAN, Sarah Lois", "OCCU": "AR 06", "TIME": "21.45", "BOOKS": "237", "PLACE": "Newark (N.J.)", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22169	viebig-clara-1860-07-17	{"afd3": "219"}	{"muller": "M3-219"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clara", "family": "Viebig", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1860-07-17 22:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 6.65, "lat": 49.75, "name": "Trier", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Clara", "family": "Viebig"}, "birth": {"lmt": true, "tzo": "", "date": "1860-07-17 22:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 6.65, "lat": 49.75, "name": "Trier"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "219"}}, "raw": {"CY": "D", "GQ": "N", "LG": "006 E 39", "LAT": "49 N 45", "TZO": "", "DATE": "17.07.1860", "MUID": "219", "NAME": "VIEBIG, Clara", "OCCU": "AR 01", "TIME": "22.00", "BOOKS": "1234", "PLACE": "Trier", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22170	voigt-diederichs-helene-1875-05-26	{"afd3": "220"}	{"muller": "M3-220"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Helene", "family": "Voigt-Diederichs", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1875-05-26 20:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 9.83, "lat": 54.47, "name": "Gut Marienhof Eckernférda", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Helene", "family": "Voigt-Diederichs"}, "birth": {"lmt": true, "tzo": "", "date": "1875-05-26 20:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 9.83, "lat": 54.47, "name": "Gut Marienhof Eckernférda"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "220"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 50", "LAT": "54 N 28", "TZO": "", "DATE": "26.05.1875", "MUID": "220", "NAME": "VOIGT-DIEDERICHS, Helene *VOIGT", "OCCU": "AR 01", "TIME": "20.00", "BOOKS": "23", "PLACE": "Gut Marienhof Eckernférda", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
2606	mosse-alphonse-1852-06-20	{"a2": "519", "g55": "01-399", "afd5": "747"}	{"g55": "01-399", "lerrcp": "A2-519", "muller": "M5-747"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alphonse", "family": "Mossé", "spouse": [], "official": {"given": "Alphonse Aron", "family": null}}	\N	{"lmt": null, "tzo": "+00:14:46", "date": "1852-06-20 05:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Cette", "geoid": 2974733}, "notime": null, "date-ut": "1852-06-20 04:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Mosse"}, "birth": {"tzo": "+00:14:46", "date": "1852-06-20 05:00", "place": {"c2": "34", "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "date-ut": "1852-06-20 04:44:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-519"}, "ids-in-sources": {"a2": "519"}}, "raw": {"H": "4", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "20", "LAT": "43N37", "LON": "3E53", "MON": "6", "NUM": "519", "PRO": "S", "SEC": "28", "YEA": "1852", "CITY": "SETE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Mossé", "official": {"given": "Alphonse Aron"}}, "birth": {"date": "1852-06-20 05:00", "place": {"name": "Cette"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "747"}}, "raw": {"NR": "747", "GNR": "SA2519", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "2", "VE_": "0", "CODE": "3", "JAHR": "1852", "KORR": "", "MARS": "28", "MODE": "LMT", "MOND": "33", "NAME": "MOSSÉ (ALPHONSE ARON).", "AUFAB": "4.00", "PHAS_": "5.800", "SONNE": "1", "VENUS": "32", "BREITE": "43 N 37", "GEBORT": "Cette (Hérault)", "LAENGE": "003 E 53", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "4", "GEBZEIT": "05.00", "JUPITER": "22", "ELECTAGE": "43,9", "ELECTDAT": "12.05.1896", "GEBDATUM": "20.06.1852", "STBDATUM": "01.11.1936"}, "date": "2023-08-20T14:44:27+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-399"}, "ids-in-source": {"g55": "01-399"}}, "raw": {"DAY": "20-6-1852", "HOUR": "5 h.", "NAME": "MOSSE Alphonse", "PLACE": "Sete (Hérault)."}, "date": "2023-08-20T14:47:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2611	moure-jean-1855-01-08	{"a2": "524", "g55": "01-403", "afd5": "754"}	{"g55": "01-403", "lerrcp": "A2-524", "muller": "M5-754"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Moure", "spouse": [], "official": {"given": "Jean Gabriel, Dit Emile", "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1855-01-08 20:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1855-01-08 19:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Moure"}, "birth": {"tzo": "-00:02:19", "date": "1855-01-08 19:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1855-01-08 19:57:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-524"}, "ids-in-sources": {"a2": "524"}}, "raw": {"H": "19", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "8", "LAT": "44N50", "LON": "0W34", "MON": "1", "NUM": "524", "PRO": "S", "SEC": "36", "YEA": "1855", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Moure", "official": {"given": "Jean Gabriel, Dit Emile"}}, "birth": {"date": "1855-01-08 20:00", "place": {"name": "Bordeaux"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "754"}}, "raw": {"NR": "754", "GNR": "SA2524", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1855", "KORR": "", "MARS": "21", "MODE": "LMT", "MOND": "34", "NAME": "MOURE (JEAN GABRIEL, DIT EMILE).", "AUFAB": "-6.70", "PHAS_": "81.700", "SONNE": "23", "VENUS": "22", "BREITE": "44 N 50", "GEBORT": "Bordeaux (Gironde)", "LAENGE": "000 W 34", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "8", "GEBZEIT": "20.00", "JUPITER": "21", "ELECTAGE": "65,2", "ELECTDAT": "16.03.1920", "GEBDATUM": "08.01.1855", "STBDATUM": "28.11.1941"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-403"}, "ids-in-source": {"g55": "01-403"}}, "raw": {"DAY": "8-1-1855", "HOUR": "20 h.", "NAME": "MOURE Jean", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:47:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2616	napias-henri-1842-03-07	{"a2": "529", "g55": "01-407", "afd5": "760"}	{"g55": "01-407", "lerrcp": "A2-529", "muller": "M5-760"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri", "family": "Napias", "spouse": [], "official": {"given": "Henri", "family": null}}	\N	{"lmt": null, "tzo": "+00:14:54", "date": "1842-03-07 02:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 3.72339, "lat": 48.72047, "name": "Sézanne", "geoid": 2974640}, "notime": null, "date-ut": "1842-03-07 01:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Napias"}, "birth": {"tzo": "+00:14:54", "date": "1842-03-07 02:00", "place": {"c2": "51", "cy": "FR", "lg": 3.72339, "lat": 48.72047, "name": "Sézanne", "geoid": 2974640}, "date-ut": "1842-03-07 01:42:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-529"}, "ids-in-sources": {"a2": "529"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "7", "LAT": "48N57", "LON": "4E22", "MON": "3", "NUM": "529", "PRO": "S", "SEC": "32", "YEA": "1842", "CITY": "SEZANNE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Napias", "official": {"given": "Henri"}}, "birth": {"date": "1842-03-07 02:00", "place": {"name": "Sézanne"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "760"}}, "raw": {"NR": "760", "GNR": "SA2529", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1842", "KORR": "", "MARS": "27", "MODE": "LMT", "MOND": "34", "NAME": "NAPIAS (HENRI).", "AUFAB": "-8.50", "PHAS_": "23.000", "SONNE": "30", "VENUS": "30", "BREITE": "48 N 57", "GEBORT": "Sézanne (Marne)", "LAENGE": "004 E 22", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "34", "GEBZEIT": "02.00", "JUPITER": "34", "ELECTAGE": "55,0", "ELECTDAT": "23.02.1897", "GEBDATUM": "07.03.1842", "STBDATUM": "28.04.1901"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-407"}, "ids-in-source": {"g55": "01-407"}}, "raw": {"DAY": "7-3-1842", "HOUR": "2 h.", "NAME": "NAPIAS Henri", "PLACE": "Sézanne (Marne)."}, "date": "2023-08-20T14:47:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
12757	waldoff-claire-1884-10-21	{"a5": "1289", "afd3": "221"}	{"lerrcp": "A5-1289", "muller": "M3-221"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claire", "family": "Waldoff", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": null, "date": "1884-10-21 11:30", "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "GELSENKIRCHEN", "geoid": 0}, "notime": null, "date-ut": "1884-10-21 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Claire", "family": "Waldoff"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "GELSENKIRCHEN", "geoid": 0}, "date-ut": "1884-10-21 11:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1289"}, "ids-in-sources": {"a5": "1289"}}, "raw": {"H": "12", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "21", "LAT": "51N30", "LON": "7E30", "MON": "10", "NUM": "1289", "PRO": "A", "SEC": "0", "YEA": "1884", "CITY": "GELSENKIRCHEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "F", "birth": {"lmt": true, "date": "1884-10-21 11:30"}, "occus": ["actor"], "sources": "afd3", "ids-in-sources": {"afd3": "221"}}, "raw": {"CY": "D", "GQ": "G", "LG": "007 E 06", "LAT": "51 N 33", "TZO": "", "DATE": "21.10.1884", "MUID": "221", "NAME": "WALDOFF, Claire", "OCCU": "AR 03", "TIME": "11.30", "BOOKS": "235", "PLACE": "Gelsenkirchen", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22171	waser-maria-1878-10-15	{"afd3": "222"}	{"muller": "M3-222"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maria", "family": "Waser", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:30", "date": "1878-10-15 21:00", "note": null, "place": {"c1": "BE", "c2": "", "c3": null, "cy": "CH", "lg": 7.68, "lat": 47.18, "name": "Herzogenbuchsee", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Maria", "family": "Waser"}, "birth": {"tzo": "+00:30", "date": "1878-10-15 21:00", "place": {"c1": "BE", "c2": "", "cy": "CH", "lg": 7.68, "lat": 47.18, "name": "Herzogenbuchsee"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "222"}}, "raw": {"CY": "CH", "GQ": "N", "LG": "007 E 41", "LAT": "47 N 11", "TZO": "-0.50", "DATE": "15.10.1878", "MUID": "222", "NAME": "WASER, Maria *KREBS", "OCCU": "AR 01", "TIME": "21.00", "BOOKS": "123", "PLACE": "Herzogenbuchsee (Bern)", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22172	weber-helene-1861-03-17	{"afd3": "223"}	{"muller": "M3-223"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Helene", "family": "Weber", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1861-03-17 04:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 7.2, "lat": 51.27, "name": "Elberfeld", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"sex": "F", "name": {"given": "Helene", "family": "Weber"}, "birth": {"lmt": true, "tzo": "", "date": "1861-03-17 04:30", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 7.2, "lat": 51.27, "name": "Elberfeld"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"afd3": "223"}}, "raw": {"CY": "D", "GQ": "N", "LG": "007 E 12", "LAT": "51 N 16", "TZO": "", "DATE": "17.03.1861", "MUID": "223", "NAME": "WEBER, Helene (H. Auguste)", "OCCU": "WA 04", "TIME": "04.30", "BOOKS": "1234", "PLACE": "Elberfeld", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22173	wegscheider-hildegard-1871-09-02	{"afd3": "224"}	{"muller": "M3-224"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hildegard", "family": "Wegscheider", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1871-09-02 07:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["suffragette"]	5	null	[{"new": {"sex": "F", "name": {"given": "Hildegard", "family": "Wegscheider"}, "birth": {"lmt": true, "tzo": "", "date": "1871-09-02 07:30", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin"}}, "occus": ["suffragette"], "trust": 5, "ids-in-sources": {"afd3": "224"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 18", "LAT": "52 N 32", "TZO": "", "DATE": "02.09.1871", "MUID": "224", "NAME": "WEGSCHEIDER, Hildegard *ZIEGLER", "OCCU": "WA 10", "TIME": "07.30", "BOOKS": "14", "PLACE": "Berlin", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22174	weil-simone-1909-02-03	{"afd3": "225"}	{"muller": "M3-225"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Simone", "family": "Weil", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:10", "date": "1909-02-03 05:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "FR", "lg": 2.28, "lat": 48.83, "name": "Paris", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["factual-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Simone", "family": "Weil"}, "birth": {"tzo": "+00:10", "date": "1909-02-03 05:00", "place": {"c1": "", "c2": "", "cy": "FR", "lg": 2.28, "lat": 48.83, "name": "Paris"}}, "occus": ["factual-writer"], "trust": 5, "ids-in-sources": {"afd3": "225"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 17", "LAT": "48 N 50", "TZO": "-0.16", "DATE": "03.02.1909", "MUID": "225", "NAME": "WEIL, Simone", "OCCU": "AR 02", "TIME": "05.00", "BOOKS": "12348", "PLACE": "Paris", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22175	wesendonck-mathilde-1828-12-23	{"afd3": "226"}	{"muller": "M3-226"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mathilde", "family": "Wesendonck", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1828-12-23 03:15", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 7.2, "lat": 51.27, "name": "Elberfeld", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Mathilde", "family": "Wesendonck"}, "birth": {"lmt": true, "tzo": "", "date": "1828-12-23 03:15", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 7.2, "lat": 51.27, "name": "Elberfeld"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "226"}}, "raw": {"CY": "D", "GQ": "N", "LG": "007 E 12", "LAT": "51 N 16", "TZO": "", "DATE": "23.12.1828", "MUID": "226", "NAME": "WESENDONCK, Mathilde *LUCKEMEYER", "OCCU": "AR 01", "TIME": "03.15", "BOOKS": "1234", "PLACE": "Elberfeld", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22176	wildermuth-ottilie-1817-02-22	{"afd3": "227"}	{"muller": "M3-227"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ottilie", "family": "Wildermuth", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1817-02-22 13:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 9.07, "lat": 48.53, "name": "Rottenburg Neckar", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Ottilie", "family": "Wildermuth"}, "birth": {"lmt": true, "tzo": "", "date": "1817-02-22 13:30", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 9.07, "lat": 48.53, "name": "Rottenburg Neckar"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "227"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 04", "LAT": "48 N 32", "TZO": "", "DATE": "22.02.1817", "MUID": "227", "NAME": "WILDERMUTH, Ottilie *RooscRUTZ", "OCCU": "AR 01", "TIME": "13.30", "BOOKS": "1234", "PLACE": "Rottenburg Neckar", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22177	windthorst-margarete-1884-11-03	{"afd3": "228"}	{"muller": "M3-228"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Margarete", "family": "Windthorst", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1884-11-03 20:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 8.53, "lat": 52.02, "name": "Gut Haus Hesseln Halle Westf.", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Margarete", "family": "Windthorst"}, "birth": {"lmt": true, "tzo": "", "date": "1884-11-03 20:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 8.53, "lat": 52.02, "name": "Gut Haus Hesseln Halle Westf."}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "228"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 32", "LAT": "52 N 01", "TZO": "", "DATE": "03.11.1884", "MUID": "228", "NAME": "WINDTHORST, Margarete", "OCCU": "AR 01", "TIME": "20.00", "BOOKS": "123", "PLACE": "Gut Haus Hesseln Halle Westf.", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22178	wohmann-gabriele-1932-05-21	{"afd3": "229"}	{"muller": "M3-229"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriele", "family": "Wohmann", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1932-05-21 09:15", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 8.65, "lat": 49.87, "name": "Darmstadt", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Gabriele", "family": "Wohmann"}, "birth": {"tzo": "+01:00", "date": "1932-05-21 09:15", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 8.65, "lat": 49.87, "name": "Darmstadt"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd3": "229"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 39", "LAT": "49 N 52", "TZO": "-1.00", "DATE": "21.05.1932", "MUID": "229", "NAME": "WOHMANN, Gabriele *GUYOT", "OCCU": "AR 01", "TIME": "09.15", "BOOKS": "235", "PLACE": "Darmstadt", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22179	wolter-charlotte-1834-03-01	{"afd3": "230"}	{"muller": "M3-230"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charlotte", "family": "Wolter", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1834-03-01 21:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 6.95, "lat": 50.95, "name": "Köln", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Charlotte", "family": "Wolter"}, "birth": {"lmt": true, "tzo": "", "date": "1834-03-01 21:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 6.95, "lat": 50.95, "name": "Köln"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd3": "230"}}, "raw": {"CY": "D", "GQ": "N", "LG": "006 E 57", "LAT": "50 N 57", "TZO": "", "DATE": "01.03.1834", "MUID": "230", "NAME": "WOLTER, Charlotte", "OCCU": "AR 03", "TIME": "21.00", "BOOKS": "1234", "PLACE": "Köln", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22180	wolzogen-karoline-frf-von-1763-02-03	{"afd3": "231"}	{"muller": "M3-231"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karoline FRF VON", "family": "Wolzogen", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:31", "date": "1763-02-03 16:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 11.33, "lat": 50.72, "name": "Rudolstadt", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["factual-writer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Karoline FRF VON", "family": "Wolzogen"}, "birth": {"tzo": "+00:31", "date": "1763-02-03 16:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 11.33, "lat": 50.72, "name": "Rudolstadt"}}, "occus": ["factual-writer"], "trust": 5, "ids-in-sources": {"afd3": "231"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 20", "LAT": "50 N 43", "TZO": "-0.51", "DATE": "03.02.1763", "MUID": "231", "NAME": "WOLZOGEN, Karoline FRF VON *LENGEFELD, VON", "OCCU": "AR 02", "TIME": "16.00", "BOOKS": "1234", "PLACE": "Rudolstadt", "TIMOD": "LAT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
14590	yourcenar-marguerite-1903-06-08	{"a6": "810", "afd3": "232"}	{"lerrcp": "A6-810", "muller": "M3-232"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marguerite", "family": "Yourcenar", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:00", "date": "1903-06-08 08:00", "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "BE", "lg": 4.33333, "lat": 50.83333, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1903-06-08 08:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "fictional-writer"]	5	null	[{"new": {"name": {"given": "Marguerite", "family": "Yourcenar"}, "birth": {"place": {"c2": "", "cy": "BE", "lg": 4.33333, "lat": 50.83333, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1903-06-08 08:00:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-810"}, "ids-in-sources": {"a6": "810"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "B", "COU": "F", "DAY": "8", "LAT": "50N50", "LON": "4E20", "MON": "6", "NUM": "810", "PRO": "W", "SEC": "0", "YEA": "1903", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "F", "birth": {"tzo": "+00:00", "date": "1903-06-08 08:00"}, "occus": ["fictional-writer"], "sources": "afd3", "ids-in-sources": {"afd3": "232"}}, "raw": {"CY": "B", "GQ": "G", "LG": "004 E 21", "LAT": "50 N 50", "TZO": "0.00", "DATE": "08.06.1903", "MUID": "232", "NAME": "YOURCENAR, Marguerite (DE CRAYENCOUR)", "OCCU": "AR 01", "TIME": "08.00", "BOOKS": "123", "PLACE": "Brüssel", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22181	zetkin-clara-1857-07-05	{"afd3": "233"}	{"muller": "M3-233"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clara", "family": "Zetkin", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1857-07-05 23:15", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 12.85, "lat": 50.97, "name": "Wiederau (Rochlitz, Sachsen)", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["suffragette"]	5	null	[{"new": {"sex": "F", "name": {"given": "Clara", "family": "Zetkin"}, "birth": {"lmt": true, "tzo": "", "date": "1857-07-05 23:15", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 12.85, "lat": 50.97, "name": "Wiederau (Rochlitz, Sachsen)"}}, "occus": ["suffragette"], "trust": 5, "ids-in-sources": {"afd3": "233"}}, "raw": {"CY": "D", "GQ": "N", "LG": "012 E 51", "LAT": "50 N 58", "TZO": "", "DATE": "05.07.1857", "MUID": "233", "NAME": "ZETKIN, Clara *EISSNER", "OCCU": "WA 10", "TIME": "23.15", "BOOKS": "12348", "PLACE": "Wiederau (Rochlitz, Sachsen)", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
22182	ziegler-klara-1844-07-23	{"afd3": "234"}	{"muller": "M3-234"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Klara", "family": "Ziegler", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1844-07-23 03:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 11.57, "lat": 48.13, "name": "Munchen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Klara", "family": "Ziegler"}, "birth": {"lmt": true, "tzo": "", "date": "1844-07-23 03:30", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 11.57, "lat": 48.13, "name": "Munchen"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd3": "234"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 34", "LAT": "48 N 08", "TZO": "", "DATE": "23.07.1844", "MUID": "234", "NAME": "ZIEGLER, Klara", "OCCU": "AR 03", "TIME": "03.30", "BOOKS": "24", "PLACE": "Munchen", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}]	[]
13817	adam-juliette-1836-10-04	{"a6": "6", "wd": "Q270617", "afd3": "1"}	{"wd": "Q270617", "lerrcp": "A6-6", "muller": "M3-1"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Juliette", "family": "Adam", "spouse": [], "official": {"given": null, "family": "Lambert"}}	F	{"lmt": true, "tzo": "+00:10:56", "date": "1836-10-04 23:00", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.7321, "lat": 49.31115, "name": "Verberie", "geoid": 2970018}, "notime": null, "date-ut": "1836-10-04 22:51:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "factual-writer", "feminist"]	5	null	[{"new": {"name": {"given": "Juliette", "family": "Adam"}, "birth": {"tzo": "+00:10:56", "date": "1836-10-04 23:00", "place": {"c2": "60", "cy": "FR", "lg": 2.7321, "lat": 49.31115, "name": "Verberie", "geoid": 2970018}, "date-ut": "1836-10-04 22:51:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-6"}, "ids-in-sources": {"a6": "6"}}, "raw": {"H": "22", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "4", "LAT": "49N26", "LON": "2E 5", "MON": "10", "NUM": "6", "PRO": "W", "SEC": "40", "YEA": "1836", "CITY": "VERBERIE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:47+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "F", "birth": {"lmt": true}, "occus": ["factual-writer"], "sources": "afd3", "ids-in-sources": {"afd3": "1"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 44", "LAT": "49 N 19", "TZO": "", "DATE": "04.10.1836", "MUID": "001", "NAME": "ADAM, Juliette *LAMBER", "OCCU": "AR 02", "TIME": "23.00", "BOOKS": "23", "PLACE": "Verberie (Oise)", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:42+02:00", "source": "afd3", "command": "muller m3women tmp2db"}, {"new": {"name": {"given": "Juliette", "family": "Adam", "official": {"family": "Lambert"}}, "notes": ["2021-08-01 06:09:20+02:00 corrections from https://en.wikipedia.org/wiki/Juliette_Adam"], "occus": ["feminist"], "partial-ids": {"wd": "Q270617"}, "ids-in-sources": {"wd": "Q270617", "afd3": "1"}}, "raw": {"notes.0": "2021-08-01 06:09:20+02:00 corrections from https://en.wikipedia.org/wiki/Juliette_Adam", "occus.0": "feminist", "name.given": "Juliette", "name.family": "Adam", "partial-ids.wd": "Q270617", "ids-in-sources.wd": "Q270617", "ids-in-sources.afd3": "1", "name.official.family": "Lambert"}, "date": "2023-08-20T14:44:43+02:00", "source": "muller-234-women.yml", "command": "db init tweaks muller-234-women.yml"}]	["2021-08-01 06:09:20+02:00 corrections from https://en.wikipedia.org/wiki/Juliette_Adam"]
21999	schleswig-holstein-sonderburg-augustenburg-auguste-viktoria-1858-10-22	{"wd": "Q161247", "afd3": "10"}	{"wd": "Q161247", "muller": "M3-10"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "von", "alter": [], "given": "Auguste Viktoria", "family": "Schleswig-Holstein-Sonderburg-Augustenburg", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1858-10-22 07:30", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "PL", "lg": 14.97, "lat": 51.75, "name": "Dolzig", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["monarch"]	5	null	[{"new": {"sex": "F", "name": {"given": "Auguste Viktoria", "family": "Von Schleswig-Holstein"}, "birth": {"lmt": true, "tzo": "", "date": "1858-10-22 07:30", "place": {"c1": "", "c2": "", "cy": "PL", "lg": 14.97, "lat": 51.75, "name": "Dolzig"}}, "occus": ["monarch"], "trust": 5, "ids-in-sources": {"afd3": "10"}}, "raw": {"CY": "DOP", "GQ": "N", "LG": "014 E 58", "LAT": "51 N 45", "TZO": "", "DATE": "22.10.1858", "MUID": "010", "NAME": "VON SCHLESWIG-HOLSTEIN,Auguste Viktoria,KSN", "OCCU": "WA 06", "TIME": "07.30", "BOOKS": "1236", "PLACE": "Dolzig", "TIMOD": "LMT", "SOURCE": "SB"}, "date": "2023-08-20T14:44:42+02:00", "source": "afd3", "command": "muller m3women tmp2db"}, {"new": {"name": {"nobl": "von", "given": "Auguste Viktoria", "family": "Schleswig-Holstein-Sonderburg-Augustenburg"}, "notes": ["2021-07-10 20:22:54+01:00 corrections from https://de.wikipedia.org/wiki/Auguste_Viktoria_von_Schleswig-Holstein-Sonderburg-Augustenburg"], "partial-ids": {"wd": "Q161247"}, "ids-in-sources": {"wd": "Q161247", "afd3": "10"}}, "raw": {"notes.0": "2021-07-10 20:22:54+01:00 corrections from https://de.wikipedia.org/wiki/Auguste_Viktoria_von_Schleswig-Holstein-Sonderburg-Augustenburg", "name.nobl": "von", "name.given": "Auguste Viktoria", "name.family": "Schleswig-Holstein-Sonderburg-Augustenburg", "partial-ids.wd": "Q161247", "ids-in-sources.wd": "Q161247", "ids-in-sources.afd3": "10"}, "date": "2023-08-20T14:44:44+02:00", "source": "muller-234-women.yml", "command": "db init tweaks muller-234-women.yml"}]	["2021-07-10 20:22:54+01:00 corrections from https://de.wikipedia.org/wiki/Auguste_Viktoria_von_Schleswig-Holstein-Sonderburg-Augustenburg"]
22001	bachem-bele-1916-05-17	{"wd": "Q815333", "afd3": "13"}	{"wd": "Q815333", "muller": "M3-13"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bele", "family": "Bachem", "spouse": [], "official": {"given": "Renate Gabriele", "family": null}}	F	{"lmt": null, "tzo": "+02:00", "date": "1916-05-17 04:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 6.78, "lat": 51.23, "name": "Düsseldorf", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"sex": "F", "name": {"given": "Bele", "family": "Bachem"}, "birth": {"tzo": "+02:00", "date": "1916-05-17 04:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 6.78, "lat": 51.23, "name": "Düsseldorf"}}, "trust": 5, "ids-in-sources": {"afd3": "13"}}, "raw": {"CY": "D", "GQ": "N", "LG": "006 E 47", "LAT": "51 N 14", "TZO": "-2.00", "DATE": "17.05.1916", "MUID": "013", "NAME": "BACHEM, Bele (BOHMER, Renate Gabriele)", "OCCU": "AR 08", "TIME": "04.00", "BOOKS": "234", "PLACE": "Düsseldorf", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:42+02:00", "source": "afd3", "command": "muller m3women tmp2db"}, {"new": {"name": {"official": {"given": "Renate Gabriele"}}, "occus": ["painter"], "partial-ids": {"wd": "Q815333"}, "ids-in-sources": {"wd": "Q815333", "afd3": "13"}}, "raw": {"occus.0": "painter", "partial-ids.wd": "Q815333", "ids-in-sources.wd": "Q815333", "ids-in-sources.afd3": "13", "name.official.given": "Renate Gabriele"}, "date": "2023-08-20T14:44:44+02:00", "source": "muller-234-women.yml", "command": "db init tweaks muller-234-women.yml"}]	[]
22006	beese-melli-1886-09-18	{"wd": "Q97003", "afd3": "20"}	{"wd": "Q97003", "muller": "M3-20"}	{"fame": {"full": null, "given": "Melli", "family": "Beese"}, "nobl": null, "alter": [], "given": "Amélie", "family": "Beese-Boutard", "spouse": [], "official": {"given": "Amelie Hedwig", "family": "Boutard-Beese"}}	F	{"lmt": true, "tzo": "", "date": "1886-09-18 04:00", "note": null, "place": {"c1": "13", "c2": "", "c3": null, "cy": "DE", "lg": 13.85, "lat": 51.02, "name": "Laubegast", "geoid": "2880284"}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"sex": "F", "name": {"given": "Amélie", "family": "Beese-Boutard"}, "birth": {"lmt": true, "tzo": "", "date": "1886-09-18 04:00", "place": {"c1": "13", "c2": "", "cy": "DE", "lg": 13.85, "lat": 51.02, "name": "Laubegast (Dresden)"}}, "occus": ["aircraft-pilot"], "trust": 5, "ids-in-sources": {"afd3": "20"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 51", "LAT": "51 N 01", "TZO": "", "DATE": "18.09.1886", "MUID": "020", "NAME": "BEESE-BOUTARD, Amélie", "OCCU": "WA 02", "TIME": "04.00", "BOOKS": "24", "PLACE": "Laubegast (Dresden)", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:42+02:00", "source": "afd3", "command": "muller m3women tmp2db"}, {"new": {"name": {"fame": {"given": "Melli", "family": "Beese"}, "official": {"given": "Amelie Hedwig", "family": "Boutard-Beese"}}, "birth": {"place": {"name": "Laubegast", "geoid": "2880284"}}, "partial-ids": {"wd": "Q97003"}, "ids-in-sources": {"wd": "Q97003", "afd3": "20"}}, "raw": {"partial-ids.wd": "Q97003", "name.fame.given": "Melli", "birth.place.name": "Laubegast", "name.fame.family": "Beese", "birth.place.geoid": "2880284", "ids-in-sources.wd": "Q97003", "ids-in-sources.afd3": "20", "name.official.given": "Amelie Hedwig", "name.official.family": "Boutard-Beese"}, "date": "2023-08-20T14:44:44+02:00", "source": "muller-234-women.yml", "command": "db init tweaks muller-234-women.yml"}]	[]
129	auriol-1917-11-05	{"a1": "129", "wd": "Q270187", "afd3": "11", "3a_sports": "165"}	{"wd": "Q270187", "ertel": "ES-165", "lerrcp": "A1-129", "muller": "M3-11"}	{"fame": {"full": null, "given": null, "family": "Auriol"}, "nobl": null, "alter": [], "given": "Jacqueline", "family": "Douet", "spouse": ["Auriol"], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:00", "date": "1917-11-05 20:00", "note": null, "place": {"c1": null, "c2": "85", "c3": null, "cy": "FR", "lg": -1.87942, "lat": 46.8458, "name": "Challans", "geoid": 3027513}, "notime": null, "date-ut": "1917-11-05 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Jacqueline", "family": "Auriol"}, "birth": {"tzo": "+00:00", "date": "1917-11-05 20:00", "place": {"c2": "85", "cy": "FR", "lg": -1.87942, "lat": 46.8458, "name": "Challans", "geoid": 3027513}, "date-ut": "1917-11-05 20:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-129"}, "ids-in-sources": {"a1": "129"}}, "raw": {"H": "20", "MN": "0", "TZ": "0", "COD": "85", "COU": "F", "DAY": "5", "LAT": "46N40", "LON": "1W25", "MON": "11", "NUM": "129", "PRO": "C", "SEC": "0", "YEA": "1917", "CITY": "CHALLANS"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "F", "occus": ["aircraft-pilot"], "sources": "afd3", "ids-in-sources": {"afd3": "11"}}, "raw": {"CY": "F", "GQ": "G", "LG": "001 W 53", "LAT": "46 N 51", "TZO": "0.00", "DATE": "05.11.1917", "MUID": "011", "NAME": "AURIOL, Jacqueline *DOUET", "OCCU": "WA 02", "TIME": "20.00", "BOOKS": "12", "PLACE": "Challans (Vendée)", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:42+02:00", "source": "afd3", "command": "muller m3women tmp2db"}, {"new": {"name": {"fame": {"family": "Auriol"}, "given": "Jacqueline", "family": "Douet", "spouse": ["Auriol"]}, "notes": ["2021-08-02 16:46:40+02:00 corrections from https://fr.wikipedia.org/wiki/Jacqueline_Auriol"], "partial-ids": {"wd": "Q270187"}, "ids-in-sources": {"wd": "Q270187", "afd3": "11"}}, "raw": {"notes.0": "2021-08-02 16:46:40+02:00 corrections from https://fr.wikipedia.org/wiki/Jacqueline_Auriol", "name.given": "Jacqueline", "name.family": "Douet", "name.spouse.0": "Auriol", "partial-ids.wd": "Q270187", "name.fame.family": "Auriol", "ids-in-sources.wd": "Q270187", "ids-in-sources.afd3": "11"}, "date": "2023-08-20T14:44:44+02:00", "source": "muller-234-women.yml", "command": "db init tweaks muller-234-women.yml"}, {"new": {"sex": "F", "birth": {"date": "1917-11-05 20:00"}, "partial-ids": {"ertel": "ES-165"}}, "raw": {"L": "", "MF": "F", "NR": "165", "ENG": "", "MA_": "1", "G_NR": "129", "MA12": "10", "MARS": "29", "NAME": "Auriol", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,000", "CSINR": "", "KURTZ": "", "PHAS_": "66,400", "STUND": "20,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.11.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jacqueline", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "05.11.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	["2021-08-02 16:46:40+02:00 corrections from https://fr.wikipedia.org/wiki/Jacqueline_Auriol"]
2621	nicolas-adolphe-1861-03-01	{"a2": "534", "g55": "01-410", "afd5": "769"}	{"g55": "01-410", "lerrcp": "A2-534", "muller": "M5-769"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Adolphe", "family": "Nicolas", "spouse": [], "official": {"given": "Marie Adolphe", "family": null}}	\N	{"lmt": null, "tzo": "+00:24:14", "date": "1861-03-01 08:30", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.05635, "lat": 48.90702, "name": "Pont-à-Mousson", "geoid": 2986306}, "notime": null, "date-ut": "1861-03-01 08:05:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Nicolas"}, "birth": {"tzo": "+00:24:14", "date": "1861-03-01 08:30", "place": {"c2": "54", "cy": "FR", "lg": 6.05635, "lat": 48.90702, "name": "Pont-à-Mousson", "geoid": 2986306}, "date-ut": "1861-03-01 08:05:12"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-534"}, "ids-in-sources": {"a2": "534"}}, "raw": {"H": "8", "MN": "5", "TZ": "0", "COD": "54", "COU": "F", "DAY": "1", "LAT": "48N42", "LON": "6E12", "MON": "3", "NUM": "534", "PRO": "S", "SEC": "12", "YEA": "1861", "CITY": "PONT-A-MOUSSON"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Nicolas", "official": {"given": "Marie Adolphe"}}, "birth": {"date": "1861-03-01 08:30", "place": {"name": "Pont-à-Mousson"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "769"}}, "raw": {"NR": "769", "GNR": "SA2534", "JU_": "0", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "1", "CODE": "3", "JAHR": "1861", "KORR": "", "MARS": "36", "MODE": "LMT", "MOND": "19", "NAME": "NICOLAS (MARIE ADOLPHE).", "AUFAB": "-8.60", "PHAS_": "80.000", "SONNE": "3", "VENUS": "5", "BREITE": "48 N 42", "GEBORT": "Pont-à-Mousson (Meurthe-et-Moselle", "LAENGE": "006 E 12", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "21", "GEBZEIT": "08.30", "JUPITER": "23", "ELECTAGE": "57,2", "ELECTDAT": "16.04.1918", "GEBDATUM": "01.03.1861", "STBDATUM": "09.05.1939"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-410"}, "ids-in-source": {"g55": "01-410"}}, "raw": {"DAY": "1-3-1861", "HOUR": "8 h. 30", "NAME": "NICOLAS Adolphe", "PLACE": "Pont-a-Mousson (Meurthe-et-M.)."}, "date": "2023-08-20T14:47:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
22009	berger-erna-1900-10-19	{"afd3": "23"}	{"muller": "M3-23"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erna", "family": "Berger", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1900-10-19 22:15", "note": null, "place": {"c1": "13", "c2": "", "c3": null, "cy": "DE", "lg": 13.63, "lat": 51.08, "name": "Cossebaude (Dresden)", "geoid": "2939828"}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["singer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Erna", "family": "Berger"}, "birth": {"tzo": "+01:00", "date": "1900-10-19 22:15", "place": {"c1": "13", "c2": "", "cy": "DE", "lg": 13.63, "lat": 51.08, "name": "Cossebaude (Dresden)"}}, "occus": ["singer"], "trust": 5, "ids-in-sources": {"afd3": "23"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 38", "LAT": "51 N 05", "TZO": "-1.00", "DATE": "19.10.1900", "MUID": "023", "NAME": "BERGER, Erna (Elisabeth E.)", "OCCU": "AR 06", "TIME": "22.15", "BOOKS": "2357", "PLACE": "Cossebaude (Dresden)", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:42+02:00", "source": "afd3", "command": "muller m3women tmp2db"}, {"new": {"birth": {"place": {"geoid": "2939828"}}, "ids-in-sources": {"afd3": "23"}}, "raw": {"birth.place.geoid": "2939828", "ids-in-sources.afd3": "23"}, "date": "2023-08-20T14:44:44+02:00", "source": "muller-234-women.yml", "command": "db init tweaks muller-234-women.yml"}]	[]
22010	soubirous-bernadette-1844-01-07	{"wd": "Q55398", "afd3": "24"}	{"wd": "Q55398", "muller": "M3-24"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernadette", "family": "Soubirous", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1844-01-07 14:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "FR", "lg": -0.05, "lat": 43.1, "name": "Lourdes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["saint"]	5	null	[{"new": {"sex": "F", "name": {"given": "Bernadette", "family": "Soubirous"}, "birth": {"lmt": true, "tzo": "", "date": "1844-01-07 14:00", "place": {"c1": "", "c2": "", "cy": "FR", "lg": -0.05, "lat": 43.1, "name": "Lourdes"}}, "trust": 5, "ids-in-sources": {"afd3": "24"}}, "raw": {"CY": "F", "GQ": "N", "LG": "000 W 03", "LAT": "43 N 06", "TZO": "", "DATE": "07.01.1844", "MUID": "024", "NAME": "SOUBIROUS, Bernadette (Maria Bernarda)", "OCCU": "WA 09", "TIME": "14.00", "BOOKS": "1234", "PLACE": "Lourdes", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:42+02:00", "source": "afd3", "command": "muller m3women tmp2db"}, {"new": {"occus": ["saint"], "partial-ids": {"wd": "Q55398"}, "ids-in-sources": {"wd": "Q55398", "afd3": "24"}}, "raw": {"occus.0": "saint", "partial-ids.wd": "Q55398", "ids-in-sources.wd": "Q55398", "ids-in-sources.afd3": "24"}, "date": "2023-08-20T14:44:44+02:00", "source": "muller-234-women.yml", "command": "db init tweaks muller-234-women.yml"}]	[]
22022	caspar-filser-maria-1878-08-07	{"wd": "Q545965", "afd3": "40"}	{"wd": "Q545965", "muller": "M3-40"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maria", "family": "Caspar-Filser", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1878-08-07 16:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 9.48, "lat": 48.15, "name": "Riedlingen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"sex": "F", "name": {"given": "Maria", "family": "Caspar-Filser"}, "birth": {"lmt": true, "tzo": "", "date": "1878-08-07 16:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 9.48, "lat": 48.15, "name": "Riedlingen"}}, "trust": 5, "ids-in-sources": {"afd3": "40"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 29", "LAT": "48 N 09", "TZO": "", "DATE": "07.08.1878", "MUID": "040", "NAME": "CASPAR-FILSER, Maria *FILSER", "OCCU": "AR 08", "TIME": "16.00", "BOOKS": "123", "PLACE": "Riedlingen", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:42+02:00", "source": "afd3", "command": "muller m3women tmp2db"}, {"new": {"name": {"given": "Maria"}, "occus": ["painter"], "partial-ids": {"wd": "Q545965"}, "ids-in-sources": {"wd": "Q545965", "afd3": "40"}}, "raw": {"occus.0": "painter", "name.given": "Maria", "partial-ids.wd": "Q545965", "ids-in-sources.wd": "Q545965", "ids-in-sources.afd3": "40"}, "date": "2023-08-20T14:44:44+02:00", "source": "muller-234-women.yml", "command": "db init tweaks muller-234-women.yml"}]	[]
22031	dietrich-amalie-1821-05-26	{"wd": "Q76851", "afd3": "55"}	{"wd": "Q76851", "muller": "M3-55"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amalie", "family": "Dietrich", "spouse": [], "official": {"given": null, "family": "Nelle"}}	F	{"lmt": true, "tzo": "", "date": "1821-05-26 13:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 13.28, "lat": 51.02, "name": "Siebenlehn (Meißen, Sachsen)", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["naturalist"]	5	null	[{"new": {"sex": "F", "name": {"given": "Amalie", "family": "Dietrich"}, "birth": {"lmt": true, "tzo": "", "date": "1821-05-26 13:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 13.28, "lat": 51.02, "name": "Siebenlehn (Meißen, Sachsen)"}}, "trust": 5, "ids-in-sources": {"afd3": "55"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 17", "LAT": "51 N 01", "TZO": "", "DATE": "26.05.1821", "MUID": "055", "NAME": "DIETRICH, Amalie (Konkordie A.) *NELLE", "OCCU": "SC 03", "TIME": "13.00", "BOOKS": "124", "PLACE": "Siebenlehn (Meißen, Sachsen)", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}, {"new": {"name": {"official": {"family": "Nelle"}}, "occus": ["naturalist"], "partial-ids": {"wd": "Q76851"}, "ids-in-sources": {"wd": "Q76851", "afd3": "55"}}, "raw": {"occus.0": "naturalist", "partial-ids.wd": "Q76851", "ids-in-sources.wd": "Q76851", "ids-in-sources.afd3": "55", "name.official.family": "Nelle"}, "date": "2023-08-20T14:44:44+02:00", "source": "muller-234-women.yml", "command": "db init tweaks muller-234-women.yml"}]	[]
22035	duensing-frieda-1864-06-26	{"wd": "Q1456321", "afd3": "60"}	{"wd": "Q1456321", "muller": "M3-60"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frieda", "family": "Duensing", "spouse": [], "official": {"given": "Frieda Johanna", "family": null}}	F	{"lmt": true, "tzo": "", "date": "1864-06-26 11:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 8.37, "lat": 52.6, "name": "Diepholz Niedersachsen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["lawyer", "social-worker"]	5	null	[{"new": {"sex": "F", "name": {"given": "Frieda", "family": "Duensing"}, "birth": {"lmt": true, "tzo": "", "date": "1864-06-26 11:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 8.37, "lat": 52.6, "name": "Diepholz Niedersachsen"}}, "trust": 5, "ids-in-sources": {"afd3": "60"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 22", "LAT": "52 N 36", "TZO": "", "DATE": "26.06.1864", "MUID": "060", "NAME": "DUENSING, Frieda (F. Johanna)", "OCCU": "WA 09", "TIME": "11.00", "BOOKS": "124", "PLACE": "Diepholz Niedersachsen", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}, {"new": {"name": {"official": {"given": "Frieda Johanna"}}, "occus": ["lawyer", "social-worker"], "partial-ids": {"wd": "Q1456321"}, "ids-in-sources": {"wd": "Q1456321", "afd3": "60"}}, "raw": {"occus.0": "lawyer", "occus.1": "social-worker", "partial-ids.wd": "Q1456321", "ids-in-sources.wd": "Q1456321", "ids-in-sources.afd3": "60", "name.official.given": "Frieda Johanna"}, "date": "2023-08-20T14:44:44+02:00", "source": "muller-234-women.yml", "command": "db init tweaks muller-234-women.yml"}]	[]
22059	goretti-maria-1890-10-16	{"wd": "Q234697", "afd3": "87"}	{"wd": "Q234697", "muller": "M3-87"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maria", "family": "Goretti", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:50", "date": "1890-10-16 13:15", "note": null, "place": {"c1": "", "c2": "AN", "c3": null, "cy": "IT", "lg": 13.5, "lat": 43.62, "name": "Corinaldo", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["saint"]	5	null	[{"new": {"sex": "F", "name": {"given": "Maria", "family": "Goretti"}, "birth": {"tzo": "+00:50", "date": "1890-10-16 13:15", "place": {"c1": "", "c2": "AN", "cy": "IT", "lg": 13.5, "lat": 43.62, "name": "Corinaldo"}}, "trust": 5, "ids-in-sources": {"afd3": "87"}}, "raw": {"CY": "I", "GQ": "N", "LG": "013 E 30", "LAT": "43 N 37", "TZO": "-0.83", "DATE": "16.10.1890", "MUID": "087", "NAME": "GORETTI, Maria", "OCCU": "WA 09", "TIME": "13.15", "BOOKS": "1234", "PLACE": "Corinaldo (Ancona)", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}, {"new": {"occus": ["saint"], "partial-ids": {"wd": "Q234697"}, "ids-in-sources": {"wd": "Q234697", "afd3": "87"}}, "raw": {"occus.0": "saint", "partial-ids.wd": "Q234697", "ids-in-sources.wd": "Q234697", "ids-in-sources.afd3": "87"}, "date": "2023-08-20T14:44:44+02:00", "source": "muller-234-women.yml", "command": "db init tweaks muller-234-women.yml"}]	[]
20569	joliot-curie-irene-1897-09-12	{"e3": "834", "wd": "Q7504", "afd3": "109"}	{"wd": "Q7504", "lerrcp": "E3-834", "muller": "M3-109"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Irène", "family": "Joliot-Curie", "spouse": ["Joliot"], "official": {"given": null, "family": "Curie"}}	F	{"lmt": null, "tzo": "+00:09", "date": "1897-09-12 22:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "13", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1897-09-12 21:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician", "physicist", "chemist"]	5	null	[{"new": {"name": {"given": "Irène", "family": "Joliot-Curie"}, "birth": {"tzo": "+00:09", "date": "1897-09-12 22:00", "place": {"c2": "75", "c3": "13", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1897-09-12 21:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "834"}}, "raw": {"H": "22:00", "COD": "75", "DAY": "12", "MON": "09", "NUM": "0834", "PRO": "PO", "YEA": "1897", "CITY": "Paris 13ème", "NAME": "JOLIOT-CURIE Irène", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"sex": "F", "sources": "afd3", "ids-in-sources": {"afd3": "109"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 17", "LAT": "48 N 50", "TZO": "-0.16", "DATE": "12.09.1897", "MUID": "109", "NAME": "JOLIOT-CURIE, Irene *CURIE", "OCCU": "SC 02", "TIME": "22.00", "BOOKS": "123458", "PLACE": "Paris", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}, {"new": {"name": {"given": "Irène", "family": "Joliot-Curie", "spouse": ["Joliot"], "official": {"family": "Curie"}}, "occus": ["physicist", "chemist", "politician"], "partial-ids": {"wd": "Q7504"}, "ids-in-sources": {"wd": "Q7504", "afd3": "109"}}, "raw": {"occus.0": "physicist", "occus.1": "chemist", "occus.2": "politician", "name.given": "Irène", "name.family": "Joliot-Curie", "name.spouse.0": "Joliot", "partial-ids.wd": "Q7504", "ids-in-sources.wd": "Q7504", "ids-in-sources.afd3": "109", "name.official.family": "Curie"}, "date": "2023-08-20T14:44:44+02:00", "source": "muller-234-women.yml", "command": "db init tweaks muller-234-women.yml"}]	[]
2624	nivet-annet-1809-05-26	{"a2": "537", "g55": "01-412", "afd5": "771"}	{"g55": "01-412", "lerrcp": "A2-537", "muller": "M5-771"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Annet", "family": "Nivet", "spouse": [], "official": {"given": "Annet Vincent", "family": null}}	\N	{"lmt": null, "tzo": "+00:12:49", "date": "1809-05-26 03:00", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.20228, "lat": 46.02255, "name": "Aigueperse", "geoid": 3038498}, "notime": null, "date-ut": "1809-05-26 02:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Annet", "family": "Nivet"}, "birth": {"tzo": "+00:12:49", "date": "1809-05-26 03:00", "place": {"c2": "63", "cy": "FR", "lg": 3.20228, "lat": 46.02255, "name": "Aigueperse", "geoid": 3038498}, "date-ut": "1809-05-26 02:47:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-537"}, "ids-in-sources": {"a2": "537"}}, "raw": {"H": "2", "MN": "47", "TZ": "0", "COD": "63", "COU": "F", "DAY": "26", "LAT": "45N47", "LON": "3E 5", "MON": "5", "NUM": "537", "PRO": "S", "SEC": "40", "YEA": "1809", "CITY": "AIGUEPERSE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Nivet", "official": {"given": "Annet Vincent"}}, "birth": {"date": "1809-05-26 03:00", "place": {"name": "Aigueperse"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "771"}}, "raw": {"NR": "771", "GNR": "SA2537", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1809", "KORR": "", "MARS": "20", "MODE": "LMT", "MOND": "19", "NAME": "NIVET (ANNET VINCENT).", "AUFAB": "9.10", "PHAS_": "84.300", "SONNE": "34", "VENUS": "34", "BREITE": "45 N 47", "GEBORT": "Aigueperse (Puy-de-Dôme)", "LAENGE": "003 E 05", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "16", "GEBZEIT": "03.00", "JUPITER": "1", "ELECTAGE": "62,0", "ELECTDAT": "03.05.1871", "GEBDATUM": "26.05.1809", "STBDATUM": "13.06.1893"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-412"}, "ids-in-source": {"g55": "01-412"}}, "raw": {"DAY": "26-5-1809", "HOUR": "3 h.", "NAME": "NIVET Annet", "PLACE": "Aigueperse (Puy-de-Dôme)."}, "date": "2023-08-20T14:47:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
22092	laurencin-marie-1883-10-31	{"wd": "Q233088", "afd3": "124"}	{"wd": "Q233088", "muller": "M3-124"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Laurencin", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1883-10-31 09:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "FR", "lg": 2.28, "lat": 48.83, "name": "Paris", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter", "printmaker"]	5	null	[{"new": {"sex": "F", "name": {"given": "Marie", "family": "Laurencin"}, "birth": {"lmt": true, "tzo": "", "date": "1883-10-31 09:00", "place": {"c1": "", "c2": "", "cy": "FR", "lg": 2.28, "lat": 48.83, "name": "Paris"}}, "trust": 5, "ids-in-sources": {"afd3": "124"}}, "raw": {"CY": "F", "GQ": "N", "LG": "002 E 17", "LAT": "48 N 50", "TZO": "", "DATE": "31.10.1883", "MUID": "124", "NAME": "LAURENCIN, Marie", "OCCU": "AR 08", "TIME": "09.00", "BOOKS": "123", "PLACE": "Paris", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}, {"new": {"occus": ["painter", "printmaker"], "partial-ids": {"wd": "Q233088"}, "ids-in-sources": {"wd": "Q233088", "afd3": "124"}}, "raw": {"occus.0": "painter", "occus.1": "printmaker", "partial-ids.wd": "Q233088", "ids-in-sources.wd": "Q233088", "ids-in-sources.afd3": "124"}, "date": "2023-08-20T14:44:44+02:00", "source": "muller-234-women.yml", "command": "db init tweaks muller-234-women.yml"}]	[]
4060	linden-maria-1869-07-18	{"a2": "1974", "wd": "Q1896519", "afd3": "135"}	{"wd": "Q1896519", "lerrcp": "A2-1974", "muller": "M3-135"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maria", "family": "Linden", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": null, "date": "1869-07-18 15:30", "note": null, "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "SCHLOSS BURGBER", "geoid": 0}, "notime": null, "date-ut": "1869-07-18 02:53:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician", "bacteriologist", "zoologist"]	5	null	[{"new": {"name": {"given": "Maria", "family": "Linden"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "SCHLOSS BURGBER", "geoid": 0}, "date-ut": "1869-07-18 02:53:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1974"}, "ids-in-sources": {"a2": "1974"}}, "raw": {"H": "3", "MN": "53", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "18", "LAT": "48N45", "LON": "9E13", "MON": "7", "NUM": "1974", "PRO": "S", "SEC": "8", "YEA": "1869", "CITY": "SCHLOSS BURGBER"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"sex": "F", "birth": {"lmt": true, "date": "1869-07-18 15:30"}, "sources": "afd3", "ids-in-sources": {"afd3": "135"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 09", "LAT": "48 N 41", "TZO": "", "DATE": "18.07.1869", "MUID": "135", "NAME": "LINDEN, Maria GFN VON", "OCCU": "SC 03", "TIME": "15.30", "BOOKS": "14", "PLACE": "Schloß Burgberg Heidenheim", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}, {"new": {"name": {"family": "Linden"}, "occus": ["bacteriologist", "zoologist"], "partial-ids": {"wd": "Q1896519"}, "ids-in-sources": {"wd": "Q1896519", "afd3": "135"}}, "raw": {"occus.0": "bacteriologist", "occus.1": "zoologist", "name.family": "Linden", "partial-ids.wd": "Q1896519", "ids-in-sources.wd": "Q1896519", "ids-in-sources.afd3": "135"}, "date": "2023-08-20T14:44:44+02:00", "source": "muller-234-women.yml", "command": "db init tweaks muller-234-women.yml"}]	[]
22118	michaelis-de-vasconcelos-carolina-1830-05-29	{"wd": "Q76158", "afd3": "154"}	{"wd": "Q76158", "muller": "M3-154"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carolina", "family": "Michaëlis de Vasconcelos", "spouse": [], "official": {"given": "Karoline", "family": "Michaelis"}}	F	{"lmt": true, "tzo": "", "date": "1830-05-29 17:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "FR", "lg": 5.13, "lat": 48.12, "name": "SchloB Vroncourt-la-Cote (Haut", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["revolutionary"]	5	null	[{"new": {"sex": "F", "name": {"given": "Louise", "family": "Michel"}, "birth": {"lmt": true, "tzo": "", "date": "1830-05-29 17:00", "place": {"c1": "", "c2": "", "cy": "FR", "lg": 5.13, "lat": 48.12, "name": "SchloB Vroncourt-la-Cote (Haut"}}, "occus": ["revolutionary"], "trust": 5, "ids-in-sources": {"afd3": "154"}}, "raw": {"CY": "F", "GQ": "N", "LG": "005 E 08", "LAT": "48 N 07", "TZO": "", "DATE": "29.05.1830", "MUID": "154", "NAME": "MICHEL, Louise (Clémence L.)", "OCCU": "WA 08", "TIME": "17.00", "BOOKS": "238", "PLACE": "SchloB Vroncourt-la-Cote (Haut", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}, {"new": {"name": {"given": "Carolina", "family": "Michaëlis de Vasconcelos", "official": {"given": "Karoline", "family": "Michaelis"}}, "partial-ids": {"wd": "Q76158"}, "ids-in-sources": {"wd": "Q76158", "afd3": "154"}}, "raw": {"name.given": "Carolina", "name.family": "Michaëlis de Vasconcelos", "partial-ids.wd": "Q76158", "ids-in-sources.wd": "Q76158", "ids-in-sources.afd3": "154", "name.official.given": "Karoline", "name.official.family": "Michaelis"}, "date": "2023-08-20T14:44:44+02:00", "source": "muller-234-women.yml", "command": "db init tweaks muller-234-women.yml"}]	[]
22119	moderaghin-becker-paula-1876-02-08	{"wd": "Q234370", "afd3": "156"}	{"wd": "Q234370", "muller": "M3-156"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paula", "family": "Moderaghin Becker", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "", "date": "1876-02-08 10:45", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 13.73, "lat": 51.05, "name": "Dresden", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"sex": "F", "name": {"given": "Paula", "family": "Moderaghin Becker"}, "birth": {"lmt": true, "tzo": "", "date": "1876-02-08 10:45", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 13.73, "lat": 51.05, "name": "Dresden"}}, "trust": 5, "ids-in-sources": {"afd3": "156"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 44", "LAT": "51 N 03", "TZO": "", "DATE": "08.02.1876", "MUID": "156", "NAME": "MODERAGHIN BECKER, Paula *BECKER", "OCCU": "AR 08", "TIME": "10.45", "BOOKS": "234568", "PLACE": "Dresden", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}, {"new": {"occus": ["painter"], "partial-ids": {"wd": "Q234370"}, "ids-in-sources": {"wd": "Q234370", "afd3": "156"}}, "raw": {"occus.0": "painter", "partial-ids.wd": "Q234370", "ids-in-sources.wd": "Q234370", "ids-in-sources.afd3": "156"}, "date": "2023-08-20T14:44:44+02:00", "source": "muller-234-women.yml", "command": "db init tweaks muller-234-women.yml"}]	[]
22126	neumann-neumann-1898-04-09	{"wd": "Q76551", "afd3": "166"}	{"wd": "Q76551", "muller": "M3-166"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Neumann", "family": "Neumann", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1898-04-09 01:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 12.08, "lat": 50, "name": "Konnersreuth Oberpfalz", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mystic"]	5	null	[{"new": {"sex": "F", "name": {"given": "Therese Th. VON KONNERSREUTH", "family": "Neumann"}, "birth": {"tzo": "+01:00", "date": "1898-04-09 01:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 12.08, "lat": 50, "name": "Konnersreuth Oberpfalz"}}, "trust": 5, "ids-in-sources": {"afd3": "166"}}, "raw": {"CY": "D", "GQ": "N", "LG": "012 E 05", "LAT": "50 N 00", "TZO": "-1.00", "DATE": "09.04.1898", "MUID": "166", "NAME": "NEUMANN, Therese Th. VON KONNERSREUTH", "OCCU": "WA 09", "TIME": "01.00", "BOOKS": "12345", "PLACE": "Konnersreuth Oberpfalz", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}, {"new": {"name": {"given": "Neumann"}, "occus": ["mystic"], "partial-ids": {"wd": "Q76551"}, "ids-in-sources": {"wd": "Q76551", "afd3": "166"}}, "raw": {"occus.0": "mystic", "name.given": "Neumann", "partial-ids.wd": "Q76551", "ids-in-sources.wd": "Q76551", "ids-in-sources.afd3": "166"}, "date": "2023-08-20T14:44:44+02:00", "source": "muller-234-women.yml", "command": "db init tweaks muller-234-women.yml"}]	[]
22127	ney-elizabeth-1833-01-26	{"wd": "Q99869", "afd3": "167"}	{"wd": "Q99869", "muller": "M3-167"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elizabeth", "family": "Ney", "spouse": [], "official": {"given": "Franzisca Bernadina Wilhelmina Elisabeth", "family": null}}	F	{"lmt": true, "tzo": "", "date": "1833-01-26 16:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 7.63, "lat": 51.97, "name": "Minster Westfalen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sculptor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Elizabeth", "family": "Ney"}, "birth": {"lmt": true, "tzo": "", "date": "1833-01-26 16:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 7.63, "lat": 51.97, "name": "Minster Westfalen"}}, "trust": 5, "ids-in-sources": {"afd3": "167"}}, "raw": {"CY": "D", "GQ": "N", "LG": "007 E 38", "LAT": "51 N 58", "TZO": "", "DATE": "26.01.1833", "MUID": "167", "NAME": "NEY, Elizabeth (Francisca Bernardina)", "OCCU": "AR 08", "TIME": "16.00", "BOOKS": "238", "PLACE": "Minster Westfalen", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}, {"new": {"name": {"official": {"given": "Franzisca Bernadina Wilhelmina Elisabeth"}}, "occus": ["sculptor"], "partial-ids": {"wd": "Q99869"}, "ids-in-sources": {"wd": "Q99869", "afd3": "167"}}, "raw": {"occus.0": "sculptor", "partial-ids.wd": "Q99869", "ids-in-sources.wd": "Q99869", "ids-in-sources.afd3": "167", "name.official.given": "Franzisca Bernadina Wilhelmina Elisabeth"}, "date": "2023-08-20T14:44:44+02:00", "source": "muller-234-women.yml", "command": "db init tweaks muller-234-women.yml"}]	[]
22160	steger-milly-1881-06-15	{"wd": "Q1246805", "afd3": "207"}	{"wd": "Q1246805", "muller": "M3-207"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Milly", "family": "Steger", "spouse": [], "official": {"given": "Emilie Sibilla Elisabeth Johanna", "family": null}}	F	{"lmt": true, "tzo": "", "date": "1881-06-15 09:00", "note": null, "place": {"c1": "", "c2": "", "c3": null, "cy": "DE", "lg": 6.63, "lat": 51.45, "name": "Rheinberg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sculptor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Milly", "family": "Steger"}, "birth": {"lmt": true, "tzo": "", "date": "1881-06-15 09:00", "place": {"c1": "", "c2": "", "cy": "DE", "lg": 6.63, "lat": 51.45, "name": "Rheinberg"}}, "trust": 5, "ids-in-sources": {"afd3": "207"}}, "raw": {"CY": "D", "GQ": "N", "LG": "006 E 38", "LAT": "51 N 27", "TZO": "", "DATE": "15.06.1881", "MUID": "207", "NAME": "STEGER, Milly", "OCCU": "AR 08", "TIME": "09.00", "BOOKS": "123", "PLACE": "Rheinberg", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}, {"new": {"name": {"official": {"given": "Emilie Sibilla Elisabeth Johanna"}}, "occus": ["sculptor"], "partial-ids": {"wd": "Q1246805"}, "ids-in-sources": {"wd": "Q1246805", "afd3": "207"}}, "raw": {"occus.0": "sculptor", "partial-ids.wd": "Q1246805", "ids-in-sources.wd": "Q1246805", "ids-in-sources.afd3": "207", "name.official.given": "Emilie Sibilla Elisabeth Johanna"}, "date": "2023-08-20T14:44:44+02:00", "source": "muller-234-women.yml", "command": "db init tweaks muller-234-women.yml"}]	[]
22163	tauber-arp-sophie-1889-01-19	{"wd": "Q254395", "afd3": "211"}	{"wd": "Q254395", "muller": "M3-211"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sophie", "family": "Tauber-Arp", "spouse": [], "official": {"given": "Sophie Henriette Gertrud", "family": "Taeuber"}}	F	{"lmt": null, "tzo": "+00:30", "date": "1889-01-19 04:00", "note": null, "place": {"c1": "GR", "c2": "", "c3": null, "cy": "CH", "lg": 9.83, "lat": 46.8, "name": "Davos", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter", "sculptor", "textile-designer", "interior-designer", "furniture-designer", "architect", "dancer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Sophie", "family": "Tauber-Arp"}, "birth": {"tzo": "+00:30", "date": "1889-01-19 04:00", "place": {"c1": "GR", "c2": "", "cy": "CH", "lg": 9.83, "lat": 46.8, "name": "Davos"}}, "trust": 5, "ids-in-sources": {"afd3": "211"}}, "raw": {"CY": "CH", "GQ": "N", "LG": "009 E 50", "LAT": "46 N 48", "TZO": "-0.50", "DATE": "19.01.1889", "MUID": "211", "NAME": "TAUBER-ARP, Sophie *TAEUBER", "OCCU": "AR 08", "TIME": "04.00", "BOOKS": "238", "PLACE": "Davos (Graubünden)", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}, {"new": {"name": {"official": {"given": "Sophie Henriette Gertrud", "family": "Taeuber"}}, "occus": ["painter", "sculptor", "textile-designer", "interior-designer", "furniture-designer", "architect", "dancer"], "partial-ids": {"wd": "Q254395"}, "ids-in-sources": {"wd": "Q254395", "afd3": "211"}}, "raw": {"occus.0": "painter", "occus.1": "sculptor", "occus.2": "textile-designer", "occus.3": "interior-designer", "occus.4": "furniture-designer", "occus.5": "architect", "occus.6": "dancer", "partial-ids.wd": "Q254395", "ids-in-sources.wd": "Q254395", "ids-in-sources.afd3": "211", "name.official.given": "Sophie Henriette Gertrud", "name.official.family": "Taeuber"}, "date": "2023-08-20T14:44:44+02:00", "source": "muller-234-women.yml", "command": "db init tweaks muller-234-women.yml"}]	[]
22183	abbe-ernst-1840-01-23	{"afd2": "1"}	{"muller": "M2-1"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Ernst", "family": "Abbe", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1840-01-23 21:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 10.32, "lat": 50.98, "name": "Eisenach", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Ernst", "family": "Abbe"}, "birth": {"lmt": true, "tzo": "", "date": "1840-01-23 21:30", "place": {"cy": "DE", "lg": 10.32, "lat": 50.98, "name": "Eisenach"}}, "occus": ["scientist"], "trust": 5, "ids-in-sources": {"afd2": "1"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 19", "LAT": "50 N 59", "TZO": "", "DATE": "23.01.1840", "MUID": "1", "NAME": "Abbe, Ernst", "OCCU": "SC 02", "TIME": "21.30", "BOOKS": "4567", "PLACE": "Eisenach", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:44+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22184	achard-franz-carl-1753-04-28	{"afd2": "2"}	{"muller": "M2-2"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Franz Carl", "family": "Achard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:56", "date": "1753-04-28 14:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Franz Carl", "family": "Achard"}, "birth": {"tzo": "+00:56", "date": "1753-04-28 14:00", "place": {"cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin"}}, "occus": ["scientist"], "trust": 5, "ids-in-sources": {"afd2": "2"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 18", "LAT": "52 N 32", "TZO": "-0.93", "DATE": "28.04.1753", "MUID": "2", "NAME": "Achard, Franz Carl", "OCCU": "SC 03", "TIME": "14.00", "BOOKS": "46", "PLACE": "Berlin", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:44+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
2630	ollive-gustave-1854-10-09	{"a2": "543", "g55": "01-417", "afd5": "780"}	{"g55": "01-417", "lerrcp": "A2-543", "muller": "M5-780"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Gustave", "family": "Ollive", "spouse": [], "official": {"given": "Gustave Pierre Marie", "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1854-10-09 20:30", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1854-10-09 20:36:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Ollive"}, "birth": {"tzo": "-00:06:13", "date": "1854-10-09 20:30", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1854-10-09 20:36:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-543"}, "ids-in-sources": {"a2": "543"}}, "raw": {"H": "20", "MN": "36", "TZ": "0", "COD": "44", "COU": "F", "DAY": "9", "LAT": "47N13", "LON": "1W35", "MON": "10", "NUM": "543", "PRO": "S", "SEC": "20", "YEA": "1854", "CITY": "NANTES"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Ollive", "official": {"given": "Gustave Pierre Marie"}}, "birth": {"date": "1854-10-09 20:30", "place": {"name": "Nantes"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "780"}}, "raw": {"NR": "780", "GNR": "SA2543", "JU_": "0", "MA_": "1", "MO_": "2", "SA_": "2", "SO_": "0", "VE_": "0", "CODE": "4", "JAHR": "1854", "KORR": "", "MARS": "20", "MODE": "LMT", "MOND": "2", "NAME": "OLLIVE (GUSTAVE PIERRE MARIE).", "AUFAB": "-4.80", "PHAS_": "91.900", "SONNE": "23", "VENUS": "24", "BREITE": "47 N 13", "GEBORT": "Nantes (Loire-Inférieure)", "LAENGE": "001 W 35", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "1", "GEBZEIT": "20.30", "JUPITER": "15", "ELECTAGE": "65,7", "ELECTDAT": "08.06.1920", "GEBDATUM": "09.10.1854", "STBDATUM": "23.05.1943"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-417"}, "ids-in-source": {"g55": "01-417"}}, "raw": {"DAY": "9-10-1854", "HOUR": "20 h. 30", "NAME": "OLLIVE Gustave", "PLACE": "Nantes. (Loire-Inférieure)."}, "date": "2023-08-20T14:47:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
13294	adenauer-conrad-1876-01-05	{"a5": "1846", "afd2": "3"}	{"lerrcp": "A5-1846", "muller": "M2-3"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Conrad", "family": "Adenauer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1876-01-05 10:30", "note": "LMT", "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "notime": null, "date-ut": "1876-01-05 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Conrad", "family": "Adenauer"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "date-ut": "1876-01-05 10:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1846"}, "ids-in-sources": {"a5": "1846"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "5", "LAT": "51N30", "LON": "7E30", "MON": "1", "NUM": "1846", "PRO": "PT", "SEC": "0", "YEA": "1876", "CITY": "KOLN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1876-01-05 10:30", "note": "LMT"}, "occus": ["politician"], "ids-in-sources": {"afd2": "3"}}, "raw": {"CY": "D", "GQ": "G", "LG": "006 E 57", "LAT": "50 N 57", "TZO": "", "DATE": "05.01.1876", "MUID": "3", "NAME": "Adenauer, Konrad", "OCCU": "MA 04", "TIME": "10.30", "BOOKS": "4567", "PLACE": "Köln", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:44+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22185	adorno-theodor-we-1903-09-11	{"afd2": "4"}	{"muller": "M2-4"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Theodor We", "family": "Adorno", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1903-09-11 05:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.68, "lat": 50.12, "name": "Frankfurt Main", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["humanities-scholar"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Theodor We", "family": "Adorno"}, "birth": {"tzo": "+01:00", "date": "1903-09-11 05:30", "place": {"cy": "DE", "lg": 8.68, "lat": 50.12, "name": "Frankfurt Main"}}, "occus": ["humanities-scholar"], "trust": 5, "ids-in-sources": {"afd2": "4"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 41", "LAT": "50 N 07", "TZO": "-1.00", "DATE": "11.09.1903", "MUID": "4", "NAME": "Adorno, Theodor We", "OCCU": "SC 06", "TIME": "05.30", "BOOKS": "567", "PLACE": "Frankfurt Main", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:44+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22186	albers-hans-1891-09-22	{"afd2": "5"}	{"muller": "M2-5"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Hans", "family": "Albers", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1891-09-22 10:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 10.03, "lat": 53.57, "name": "Hamburg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Hans", "family": "Albers"}, "birth": {"lmt": true, "tzo": "", "date": "1891-09-22 10:15", "place": {"cy": "DE", "lg": 10.03, "lat": 53.57, "name": "Hamburg"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd2": "5"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 02", "LAT": "53 N 34", "TZO": "", "DATE": "22.09.1891", "MUID": "5", "NAME": "Albers, Hans", "OCCU": "AR 03", "TIME": "10.15", "BOOKS": "567", "PLACE": "Hamburg", "TIMOD": "LMT", "SOURCE": "SA"}, "date": "2023-08-20T14:44:44+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22188	altig-rudi-1937-03-18	{"afd2": "7"}	{"muller": "M2-7"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Rudi", "family": "Altig", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1937-03-18 23:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.48, "lat": 49.48, "name": "Mannheim", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sportsperson"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Rudi", "family": "Altig"}, "birth": {"tzo": "+01:00", "date": "1937-03-18 23:30", "place": {"cy": "DE", "lg": 8.48, "lat": 49.48, "name": "Mannheim"}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"afd2": "7"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 29", "LAT": "49 N 29", "TZO": "-1.00", "DATE": "18.03.1937", "MUID": "7", "NAME": "Altig, Rudi", "OCCU": "MA 13", "TIME": "23.30", "BOOKS": "57", "PLACE": "Mannheim", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:44+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22189	andersen-hans-christian-1805-04-02	{"afd2": "8"}	{"muller": "M2-8"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Hans Christian", "family": "Andersen", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:38", "date": "1805-04-02 01:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DK", "lg": 10.38, "lat": 55.38, "name": "Odense", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Hans Christian", "family": "Andersen"}, "birth": {"tzo": "+00:38", "date": "1805-04-02 01:00", "place": {"cy": "DK", "lg": 10.38, "lat": 55.38, "name": "Odense"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "8"}}, "raw": {"CY": "DK", "GQ": "N", "LG": "010 E 23", "LAT": "55 N 23", "TZO": "-0.63", "DATE": "02.04.1805", "MUID": "8", "NAME": "Andersen, Hans Christian", "OCCU": "AR 01", "TIME": "01.00", "BOOKS": "4567", "PLACE": "Odense", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:44+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22190	andres-stefan-1906-06-26	{"afd2": "9"}	{"muller": "M2-9"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Stefan", "family": "Andres", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1906-06-26 08:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 6.9, "lat": 49.82, "name": "Breitwies", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Stefan", "family": "Andres"}, "birth": {"tzo": "+01:00", "date": "1906-06-26 08:30", "place": {"cy": "DE", "lg": 6.9, "lat": 49.82, "name": "Breitwies"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "9"}}, "raw": {"CY": "D", "GQ": "N", "LG": "006 E 54", "LAT": "49 N 49", "TZO": "-1.00", "DATE": "26.06.1906", "MUID": "9", "NAME": "Andres, Stefan", "OCCU": "AR 01", "TIME": "08.30", "BOOKS": "56", "PLACE": "Breitwies (Trier)", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:44+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
13839	anouilh-jean-1910-06-23	{"a6": "28", "afd2": "11"}	{"lerrcp": "A6-28", "muller": "M2-11"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Anouilh", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1910-06-23 01:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1910-06-23 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-28"}, "birth": {"tzo": "+00:09:21", "date": "1910-06-23 01:00", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1910-06-23 00:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-28"}, "ids-in-sources": {"a6": "28"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "33", "COU": "F", "DAY": "23", "LAT": "44N50", "LON": "0W34", "MON": "6", "NUM": "28", "PRO": "W", "SEC": "40", "YEA": "1910", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"sex": "M", "name": {"given": "Jean", "family": "Anouilh"}, "occus": ["fictional-writer"], "ids-in-sources": {"afd2": "11"}}, "raw": {"CY": "F", "GQ": "G", "LG": "000 E 34", "LAT": "44 N 50", "TZO": "-0.16", "DATE": "23.06.1910", "MUID": "11", "NAME": "Anouilh, Jean", "OCCU": "AR 01", "TIME": "01.00", "BOOKS": "57", "PLACE": "Bordeaux", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:44+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22191	ansermet-ernest-1883-11-11	{"afd2": "13"}	{"muller": "M2-13"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Ernest", "family": "Ansermet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1883-11-11 09:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "CH", "lg": 6.85, "lat": 46.47, "name": "Vevey", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Ernest", "family": "Ansermet"}, "birth": {"lmt": true, "tzo": "", "date": "1883-11-11 09:45", "place": {"cy": "CH", "lg": 6.85, "lat": 46.47, "name": "Vevey"}}, "occus": ["conductor"], "trust": 5, "ids-in-sources": {"afd2": "13"}}, "raw": {"CY": "CH", "GQ": "N", "LG": "006 E 51", "LAT": "46 N 28", "TZO": "", "DATE": "11.11.1883", "MUID": "13", "NAME": "Ansermet, Ernest", "OCCU": "AR 05", "TIME": "09.45", "BOOKS": "57", "PLACE": "Vevey", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:44+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22192	antonioni-michelangelo-1912-09-29	{"afd2": "14"}	{"muller": "M2-14"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Michelangelo", "family": "Antonioni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1912-09-29 21:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 12.5, "lat": 44.7, "name": "Ferrara", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Michelangelo", "family": "Antonioni"}, "birth": {"tzo": "+01:00", "date": "1912-09-29 21:45", "place": {"cy": "IT", "lg": 12.5, "lat": 44.7, "name": "Ferrara"}}, "occus": ["conductor"], "trust": 5, "ids-in-sources": {"afd2": "14"}}, "raw": {"CY": "I", "GQ": "N", "LG": "012 E 30", "LAT": "44 N 42", "TZO": "-1.00", "DATE": "29.09.1912", "MUID": "14", "NAME": "Antonioni, Michelangelo", "OCCU": "AR 05", "TIME": "21.45", "BOOKS": "57", "PLACE": "Ferrara", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:44+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22193	arp-hans-1886-09-16	{"afd2": "16"}	{"muller": "M2-16"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Hans", "family": "Arp", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1886-09-16 06:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 7.7, "lat": 48.58, "name": "Straßburg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Hans", "family": "Arp"}, "birth": {"lmt": true, "tzo": "", "date": "1886-09-16 06:00", "place": {"cy": "FR", "lg": 7.7, "lat": 48.58, "name": "Straßburg"}}, "occus": ["artist"], "trust": 5, "ids-in-sources": {"afd2": "16"}}, "raw": {"CY": "F", "GQ": "N", "LG": "007 E 42", "LAT": "48 N 35", "TZO": "", "DATE": "16.09.1886", "MUID": "16", "NAME": "Arp, Hans", "OCCU": "AR 08", "TIME": "06.00", "BOOKS": "567", "PLACE": "Straßburg", "TIMOD": "LMT", "SOURCE": "SA"}, "date": "2023-08-20T14:44:44+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22194	arrau-claudio-1903-02-06	{"afd2": "17"}	{"muller": "M2-17"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Claudio", "family": "Arrau", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-04:47", "date": "1903-02-06 24:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "CL", "lg": -72.12, "lat": -36.6, "name": "Chillan", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Claudio", "family": "Arrau"}, "birth": {"tzo": "-04:47", "date": "1903-02-06 24:00", "place": {"cy": "CL", "lg": -72.12, "lat": -36.6, "name": "Chillan"}}, "occus": ["musician"], "trust": 5, "ids-in-sources": {"afd2": "17"}}, "raw": {"CY": "RCH", "GQ": "N", "LG": "072 W 07", "LAT": "36 S 36", "TZO": "4.79", "DATE": "06.02.1903", "MUID": "17", "NAME": "Arrau, Claudio", "OCCU": "AR 07", "TIME": "24.00", "BOOKS": "57", "PLACE": "Chillan", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:44+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22195	aschoff-ludwig-1866-01-10	{"afd2": "18"}	{"muller": "M2-18"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Ludwig", "family": "Aschoff", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1866-01-10 13:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Ludwig", "family": "Aschoff"}, "birth": {"lmt": true, "tzo": "", "date": "1866-01-10 13:00", "place": {"cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin"}}, "occus": ["scientist"], "trust": 5, "ids-in-sources": {"afd2": "18"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 18", "LAT": "52 N 32", "TZO": "", "DATE": "10.01.1866", "MUID": "18", "NAME": "Aschoff, Ludwig", "OCCU": "SC 03", "TIME": "13.00", "BOOKS": "56", "PLACE": "Berlin", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:44+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
13861	ayme-marcel-1902-03-29	{"a6": "50", "afd2": "19"}	{"lerrcp": "A6-50", "muller": "M2-19"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Ayme", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1902-03-29 12:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.40096, "lat": 47.98288, "name": "Joigny", "geoid": 3012319}, "notime": null, "date-ut": "1902-03-29 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "fictional-writer"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Ayme"}, "birth": {"tzo": "+00:09:21", "date": "1902-03-29 12:00", "place": {"c2": "89", "cy": "FR", "lg": 3.40096, "lat": 47.98288, "name": "Joigny", "geoid": 3012319}, "date-ut": "1902-03-29 11:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-50"}, "ids-in-sources": {"a6": "50"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "89", "COU": "F", "DAY": "29", "LAT": "47N48", "LON": "3E35", "MON": "3", "NUM": "50", "PRO": "W", "SEC": "40", "YEA": "1902", "CITY": "JOIGNY"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:47+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "M", "occus": ["fictional-writer"], "ids-in-sources": {"afd2": "19"}}, "raw": {"CY": "F", "GQ": "G", "LG": "003 E 24", "LAT": "47 N 59", "TZO": "-0.16", "DATE": "29.03.1902", "MUID": "19", "NAME": "Ayme, Marcel", "OCCU": "AR 01", "TIME": "12.00", "BOOKS": "56", "PLACE": "Joigny", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:44+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22196	baader-franz-xaver-1765-03-27	{"afd2": "20"}	{"muller": "M2-20"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "von", "alter": [], "given": "Franz Xaver", "family": "Baader", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:41", "date": "1765-03-27 03:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 11.57, "lat": 48.13, "name": "München", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["humanities-scholar"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "von", "given": "Franz Xaver", "family": "Baader"}, "birth": {"tzo": "+00:41", "date": "1765-03-27 03:15", "place": {"cy": "DE", "lg": 11.57, "lat": 48.13, "name": "München"}}, "occus": ["humanities-scholar"], "trust": 5, "ids-in-sources": {"afd2": "20"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 34", "LAT": "48 N 08", "TZO": "-0.68", "DATE": "27.03.1765", "MUID": "20", "NAME": "Baader, Franz Xaver von", "OCCU": "SC 06", "TIME": "03.15", "BOOKS": "46", "PLACE": "München", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:44+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22197	baeyer-adolf-1835-10-31	{"afd2": "21"}	{"muller": "M2-21"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "von", "alter": [], "given": "Adolf", "family": "Baeyer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1835-10-31 22:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "von", "given": "Adolf", "family": "Baeyer"}, "birth": {"lmt": true, "tzo": "", "date": "1835-10-31 22:30", "place": {"cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin"}}, "occus": ["scientist"], "trust": 5, "ids-in-sources": {"afd2": "21"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 18", "LAT": "52 N 32", "TZO": "", "DATE": "31.10.1835", "MUID": "21", "NAME": "Baeyer, Adolf von", "OCCU": "SC 03", "TIME": "22.30", "BOOKS": "56", "PLACE": "Berlin", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:44+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22198	baier-ernst-1905-09-27	{"afd2": "22"}	{"muller": "M2-22"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Ernst", "family": "Baier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1905-09-27 23:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 14.8, "lat": 50.9, "name": "Zittau", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sportsperson"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Ernst", "family": "Baier"}, "birth": {"tzo": "+01:00", "date": "1905-09-27 23:45", "place": {"cy": "DE", "lg": 14.8, "lat": 50.9, "name": "Zittau"}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"afd2": "22"}}, "raw": {"CY": "D", "GQ": "N", "LG": "014 E 48", "LAT": "50 N 54", "TZO": "-1.00", "DATE": "27.09.1905", "MUID": "22", "NAME": "Baier, Ernst", "OCCU": "MA 13", "TIME": "23.45", "BOOKS": "7", "PLACE": "Zittau", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:44+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22199	balla-giacomo-1871-07-19	{"afd2": "23"}	{"muller": "M2-23"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Giacomo", "family": "Balla", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1871-07-19 00:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 7.68, "lat": 45.07, "name": "Torino", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Giacomo", "family": "Balla"}, "birth": {"tzo": "+00:50", "date": "1871-07-19 00:00", "place": {"cy": "IT", "lg": 7.68, "lat": 45.07, "name": "Torino"}}, "occus": ["artist"], "trust": 5, "ids-in-sources": {"afd2": "23"}}, "raw": {"CY": "I", "GQ": "G", "LG": "007 E 41", "LAT": "45 N 04", "TZO": "-0.83", "DATE": "19.07.1871", "MUID": "23", "NAME": "Balla, Giacomo", "OCCU": "AR 08", "TIME": "00.00", "BOOKS": "67", "PLACE": "Torino", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:44+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
12525	balser-ewald-1898-10-05	{"a5": "1057", "afd2": "24"}	{"lerrcp": "A5-1057", "muller": "M2-24"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ewald", "family": "Balser", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1898-10-05 01:30", "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL-ELBER", "geoid": 0}, "notime": null, "date-ut": "1898-10-05 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1057"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL-ELBER", "geoid": 0}, "date-ut": "1898-10-05 00:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1057"}, "ids-in-sources": {"a5": "1057"}}, "raw": {"H": "1", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "5", "LAT": "51N30", "LON": "7E30", "MON": "10", "NUM": "1057", "PRO": "A", "SEC": "0", "YEA": "1898", "CITY": "WUPPERTAL-ELBER"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "M", "name": {"given": "Ewald", "family": "Balser"}, "birth": {"tzo": "+01:00", "date": "1898-10-05 01:30"}, "occus": ["actor"], "ids-in-sources": {"afd2": "24"}}, "raw": {"CY": "D", "GQ": "G", "LG": "007 E 12", "LAT": "51 N 16", "TZO": "-1.00", "DATE": "05.10.1898", "MUID": "24", "NAME": "Balser, Ewald", "OCCU": "AR 03", "TIME": "01.30", "BOOKS": "57", "PLACE": "Elberfeld", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:44+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22200	bamm-peter-1897-10-20	{"afd2": "26"}	{"muller": "M2-26"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Peter", "family": "Bamm", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1897-10-20 00:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 6.6, "lat": 51.1, "name": "Hochneukirch", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["factual-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Peter", "family": "Bamm"}, "birth": {"tzo": "+01:00", "date": "1897-10-20 00:45", "place": {"cy": "DE", "lg": 6.6, "lat": 51.1, "name": "Hochneukirch"}}, "occus": ["factual-writer"], "trust": 5, "ids-in-sources": {"afd2": "26"}}, "raw": {"CY": "D", "GQ": "N", "LG": "006 E 36", "LAT": "51 N 06", "TZO": "-1.00", "DATE": "20.10.1897", "MUID": "26", "NAME": "Bamm, Peter", "OCCU": "AR 02", "TIME": "00.45", "BOOKS": "56", "PLACE": "Hochneukirch", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:44+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22201	bantz-hellmuth-1921-09-14	{"afd2": "27"}	{"muller": "M2-27"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Hellmuth", "family": "Bantz", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1921-09-14 08:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.43, "lat": 49.32, "name": "Speyer", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sportsperson"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Hellmuth", "family": "Bantz"}, "birth": {"tzo": "+01:00", "date": "1921-09-14 08:00", "place": {"cy": "DE", "lg": 8.43, "lat": 49.32, "name": "Speyer"}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"afd2": "27"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 26", "LAT": "49 N 19", "TZO": "-1.00", "DATE": "14.09.1921", "MUID": "27", "NAME": "Bantz, Hellmuth", "OCCU": "MA 13", "TIME": "08.00", "BOOKS": "7", "PLACE": "Speyer", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:44+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22202	barth-heinrich-1821-02-16	{"afd2": "29"}	{"muller": "M2-29"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Heinrich", "family": "Barth", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1821-02-16 23:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 10.03, "lat": 53.57, "name": "Hamburg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Heinrich", "family": "Barth"}, "birth": {"lmt": true, "tzo": "", "date": "1821-02-16 23:00", "place": {"cy": "DE", "lg": 10.03, "lat": 53.57, "name": "Hamburg"}}, "occus": ["miscelaneous"], "trust": 5, "ids-in-sources": {"afd2": "29"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 02", "LAT": "53 N 34", "TZO": "", "DATE": "16.02.1821", "MUID": "29", "NAME": "Barth, Heinrich", "OCCU": "MA 02", "TIME": "23.00", "BOOKS": "67", "PLACE": "Hamburg", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:44+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22203	barth-karl-1886-05-10	{"afd2": "30"}	{"muller": "M2-30"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Karl", "family": "Barth", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1886-05-10 05:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "CH", "lg": 7.45, "lat": 47.55, "name": "Basel", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["humanities-scholar"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Karl", "family": "Barth"}, "birth": {"lmt": true, "tzo": "", "date": "1886-05-10 05:00", "place": {"cy": "CH", "lg": 7.45, "lat": 47.55, "name": "Basel"}}, "occus": ["humanities-scholar"], "trust": 5, "ids-in-sources": {"afd2": "30"}}, "raw": {"CY": "CH", "GQ": "N", "LG": "007 E 27", "LAT": "47 N 33", "TZO": "", "DATE": "10.05.1886", "MUID": "30", "NAME": "Barth, Karl", "OCCU": "SC 06", "TIME": "05.00", "BOOKS": "567", "PLACE": "Basel", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:44+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22204	bartning-otto-1883-04-12	{"afd2": "31"}	{"muller": "M2-31"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Otto", "family": "Bartning", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1883-04-12 23:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.4, "lat": 49.02, "name": "Karlsruhe", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["architect"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Otto", "family": "Bartning"}, "birth": {"lmt": true, "tzo": "", "date": "1883-04-12 23:45", "place": {"cy": "DE", "lg": 8.4, "lat": 49.02, "name": "Karlsruhe"}}, "occus": ["architect"], "trust": 5, "ids-in-sources": {"afd2": "31"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 24", "LAT": "49 N 01", "TZO": "", "DATE": "12.04.1883", "MUID": "31", "NAME": "Bartning, Otto", "OCCU": "AR 09", "TIME": "23.45", "BOOKS": "56", "PLACE": "Karlsruhe", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:44+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22205	basedow-karl-1799-03-28	{"afd2": "32"}	{"muller": "M2-32"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "von", "alter": [], "given": "Karl", "family": "Basedow", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:44", "date": "1799-03-28 14:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 12.23, "lat": 51.83, "name": "Dessau", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "von", "given": "Karl", "family": "Basedow"}, "birth": {"tzo": "+00:44", "date": "1799-03-28 14:00", "place": {"cy": "DE", "lg": 12.23, "lat": 51.83, "name": "Dessau"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd2": "32"}}, "raw": {"CY": "D", "GQ": "N", "LG": "012 E 14", "LAT": "51 N 50", "TZO": "-0.73", "DATE": "28.03.1799", "MUID": "32", "NAME": "Basedow, Karl von", "OCCU": "SC 04", "TIME": "14.00", "BOOKS": "46", "PLACE": "Dessau", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:44+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
3732	bastian-adolf-1826-06-25	{"a2": "1646", "afd2": "34"}	{"lerrcp": "A2-1646", "muller": "M2-34"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolf", "family": "Bastian", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": null, "note": "LMT", "place": {"c1": null, "c2": "BREM", "c3": null, "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "notime": null, "date-ut": "1826-06-25 23:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician", "social-scientist"]	5	null	[{"new": {"name": {"given": "Adolf", "family": "Bastian"}, "birth": {"place": {"c2": "BREM", "cy": "DE", "lg": 8.83333, "lat": 53.08333, "name": "BREMEN", "geoid": 0}, "date-ut": "1826-06-25 23:54:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1646"}, "ids-in-sources": {"a2": "1646"}}, "raw": {"H": "0", "MN": "54", "TZ": "-1", "COD": "BREM", "COU": "G", "DAY": "26", "LAT": "53N 5", "LON": "8E50", "MON": "6", "NUM": "1646", "PRO": "S", "SEC": "40", "YEA": "1826", "CITY": "BREMEN"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["social-scientist"], "ids-in-sources": {"afd2": "34"}}, "raw": {"CY": "D", "GQ": "G", "LG": "008 E 49", "LAT": "53 N 05", "TZO": "", "DATE": "26.06.1826", "MUID": "34", "NAME": "Bastian, Adolf", "OCCU": "SC 05", "TIME": "00.30", "BOOKS": "456", "PLACE": "Bremen", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
13873	baudelaire-charles-1821-04-09	{"a6": "63", "afd2": "35"}	{"lerrcp": "A6-63", "muller": "M2-35"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Baudelaire", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1821-04-09 15:00", "note": "LMT", "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1821-04-09 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet", "fictional-writer"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Baudelaire"}, "birth": {"tzo": "+00:09:24", "date": "1821-04-09 15:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1821-04-09 14:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-63"}, "ids-in-sources": {"a6": "63"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "9", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "63", "PRO": "W", "SEC": "40", "YEA": "1821", "CITY": "PARIS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:54+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["fictional-writer"], "ids-in-sources": {"afd2": "35"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 20", "LAT": "48 N 50", "TZO": "", "DATE": "09.04.1821", "MUID": "35", "NAME": "Baudelaire, Charles", "OCCU": "AR 01", "TIME": "15.00", "BOOKS": "4567", "PLACE": "Paris", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
2634	oudard-pierre-1876-11-10	{"a2": "547", "g55": "01-420", "afd5": "786"}	{"g55": "01-420", "lerrcp": "A2-547", "muller": "M5-786"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pierre", "family": "Oudard", "spouse": [], "official": {"given": "Pierre Albert", "family": null}}	\N	{"lmt": null, "tzo": "+00:04:24", "date": "1876-11-10 16:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1876-11-10 15:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Oudard"}, "birth": {"tzo": "+00:04:24", "date": "1876-11-10 16:00", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1876-11-10 15:55:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-547"}, "ids-in-sources": {"a2": "547"}}, "raw": {"H": "15", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "10", "LAT": "49N26", "LON": "1E 5", "MON": "11", "NUM": "547", "PRO": "S", "SEC": "40", "YEA": "1876", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Oudard", "official": {"given": "Pierre Albert"}}, "birth": {"date": "1876-11-10 16:00", "place": {"name": "Rouen"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "786"}}, "raw": {"NR": "786", "GNR": "SA2547", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1876", "KORR": "", "MARS": "19", "MODE": "LMT", "MOND": "21", "NAME": "OUDARD (PIERRE ALBERT).", "AUFAB": "-11.10", "PHAS_": "35.900", "SONNE": "18", "VENUS": "20", "BREITE": "49 N 26", "GEBORT": "Rouen (Seine-Inférieure)", "LAENGE": "001 E 05", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "4", "GEBZEIT": "16.00", "JUPITER": "16", "ELECTAGE": "52,3", "ELECTDAT": "12.02.1929", "GEBDATUM": "10.11.1876", "STBDATUM": "13.04.1953"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-420"}, "ids-in-source": {"g55": "01-420"}}, "raw": {"DAY": "10-11-1876", "HOUR": "16 h.", "NAME": "OUDARD Pierre", "PLACE": "Rouen (Seine-Inférieure)."}, "date": "2023-08-20T14:47:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
22206	bauer-wilhelm-1822-12-23	{"afd2": "36"}	{"muller": "M2-36"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Wilhelm", "family": "Bauer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1822-12-23 05:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 10.5, "lat": 48.58, "name": "Dillingen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Wilhelm", "family": "Bauer"}, "birth": {"lmt": true, "tzo": "", "date": "1822-12-23 05:15", "place": {"cy": "DE", "lg": 10.5, "lat": 48.58, "name": "Dillingen"}}, "occus": ["miscelaneous"], "trust": 5, "ids-in-sources": {"afd2": "36"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 30", "LAT": "48 N 35", "TZO": "", "DATE": "23.12.1822", "MUID": "36", "NAME": "Bauer, Wilhelm", "OCCU": "MA 01", "TIME": "05.15", "BOOKS": "46", "PLACE": "Dillingen (Donav)", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22207	bayer-friedrich-1825-06-06	{"afd2": "37"}	{"muller": "M2-37"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Friedrich", "family": "Bayer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1825-06-06 23:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 7.2, "lat": 51.27, "name": "Barmen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Friedrich", "family": "Bayer"}, "birth": {"lmt": true, "tzo": "", "date": "1825-06-06 23:30", "place": {"cy": "DE", "lg": 7.2, "lat": 51.27, "name": "Barmen"}}, "occus": ["scientist"], "trust": 5, "ids-in-sources": {"afd2": "37"}}, "raw": {"CY": "D", "GQ": "N", "LG": "007 E 12", "LAT": "51 N 16", "TZO": "", "DATE": "06.06.1825", "MUID": "37", "NAME": "Bayer, Friedrich", "OCCU": "SC 03", "TIME": "23.30", "BOOKS": "56", "PLACE": "Barmen", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22208	bea-augustin-1881-05-28	{"afd2": "38"}	{"muller": "M2-38"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Augustin", "family": "Bea", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1881-05-28 03:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.5, "lat": 47.95, "name": "Riedböhringen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["religious-leader"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Augustin", "family": "Bea"}, "birth": {"lmt": true, "tzo": "", "date": "1881-05-28 03:30", "place": {"cy": "DE", "lg": 8.5, "lat": 47.95, "name": "Riedböhringen"}}, "occus": ["religious-leader"], "trust": 5, "ids-in-sources": {"afd2": "38"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 30", "LAT": "47 N 57", "TZO": "", "DATE": "28.05.1881", "MUID": "38", "NAME": "Bea, Augustin", "OCCU": "MA 05", "TIME": "03.30", "BOOKS": "567", "PLACE": "Riedböhringen", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22209	bebel-august-1840-02-22	{"afd2": "39"}	{"muller": "M2-39"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "August", "family": "Bebel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1840-02-22 20:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 6.95, "lat": 50.95, "name": "Köln-Deutz", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "August", "family": "Bebel"}, "birth": {"lmt": true, "tzo": "", "date": "1840-02-22 20:30", "place": {"cy": "DE", "lg": 6.95, "lat": 50.95, "name": "Köln-Deutz"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"afd2": "39"}}, "raw": {"CY": "D", "GQ": "N", "LG": "006 E 57", "LAT": "50 N 57", "TZO": "", "DATE": "22.02.1840", "MUID": "39", "NAME": "Bebel, August", "OCCU": "MA 04", "TIME": "20.30", "BOOKS": "567", "PLACE": "Köln-Deutz", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22210	bechstein-carl-1826-06-01	{"afd2": "40"}	{"muller": "M2-40"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Carl", "family": "Bechstein", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1826-06-01 04:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 10.72, "lat": 50.95, "name": "Gotha", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Carl", "family": "Bechstein"}, "birth": {"lmt": true, "tzo": "", "date": "1826-06-01 04:00", "place": {"cy": "DE", "lg": 10.72, "lat": 50.95, "name": "Gotha"}}, "occus": ["miscelaneous"], "trust": 5, "ids-in-sources": {"afd2": "40"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 43", "LAT": "50 N 57", "TZO": "", "DATE": "01.06.1826", "MUID": "40", "NAME": "Bechstein, Carl", "OCCU": "MA 01", "TIME": "04.00", "BOOKS": "56", "PLACE": "Gotha", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
7471	beck-ludwig-1880-06-29	{"a3": "1758", "afd2": "41"}	{"lerrcp": "A3-1758", "muller": "M2-41"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludwig", "family": "Beck", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1880-06-29 14:45", "note": "LMT", "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "WIESBADEN-BIEBR", "geoid": 0}, "notime": null, "date-ut": "1880-06-29 14:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1758"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "WIESBADEN-BIEBR", "geoid": 0}, "date-ut": "1880-06-29 14:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1758"}, "ids-in-sources": {"a3": "1758"}}, "raw": {"H": "15", "MN": "8", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "29", "LAT": "50N30", "LON": "9E15", "MON": "6", "NUM": "1758", "PRO": "M", "SEC": "0", "YEA": "1880", "CITY": "WIESBADEN-BIEBR"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"sex": "M", "name": {"given": "Ludwig", "family": "Beck"}, "birth": {"date": "1880-06-29 14:45", "note": "LMT"}, "occus": ["military-personnel"], "ids-in-sources": {"afd2": "41"}}, "raw": {"CY": "D", "GQ": "G", "LG": "008 E 17", "LAT": "50 N 03", "TZO": "", "DATE": "29.06.1880", "MUID": "41", "NAME": "Beck, Ludwig", "OCCU": "MA 07", "TIME": "14.45", "BOOKS": "56", "PLACE": "Biebrich", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
4655	becquerel-antoine-1852-12-15	{"a2": "2569", "afd2": "42"}	{"lerrcp": "A2-2569", "muller": "M2-42"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Becquerel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1852-12-15 15:00", "note": "LMT", "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1852-12-15 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Becquerel"}, "birth": {"tzo": "+00:09:24", "date": "1852-12-15 15:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1852-12-15 14:50:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2569"}, "ids-in-sources": {"a2": "2569"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "15", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "2569", "PRO": "S", "SEC": "40", "YEA": "1852", "CITY": "PARIS"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["scientist"], "ids-in-sources": {"afd2": "42"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 20", "LAT": "48 N 50", "TZO": "", "DATE": "15.12.1852", "MUID": "42", "NAME": "Becquerel, Henri", "OCCU": "SC 02", "TIME": "15.00", "BOOKS": "456", "PLACE": "Paris", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22211	behrens-peter-1868-04-14	{"afd2": "43"}	{"muller": "M2-43"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Peter", "family": "Behrens", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1868-04-14 01:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 10.03, "lat": 53.57, "name": "Hamburg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["architect"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Peter", "family": "Behrens"}, "birth": {"lmt": true, "tzo": "", "date": "1868-04-14 01:00", "place": {"cy": "DE", "lg": 10.03, "lat": 53.57, "name": "Hamburg"}}, "occus": ["architect"], "trust": 5, "ids-in-sources": {"afd2": "43"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 02", "LAT": "53 N 34", "TZO": "", "DATE": "14.04.1868", "MUID": "43", "NAME": "Behrens, Peter", "OCCU": "AR 09", "TIME": "01.00", "BOOKS": "56", "PLACE": "Hamburg", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
19854	belmondo-jean-paul-1933-04-09	{"e3": "93", "afd2": "44"}	{"lerrcp": "E3-93", "muller": "M2-44"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Paul", "family": "Belmondo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1933-04-09 09:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1933-04-09 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean-Paul", "family": "Belmondo"}, "birth": {"tzo": "+01:00", "date": "1933-04-09 09:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1933-04-09 08:00"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "93"}}, "raw": {"H": "09:00", "COD": "92", "DAY": "09", "MON": "04", "NUM": "0093", "PRO": "AC", "YEA": "1933", "CITY": "Neuilly sur Seine", "NAME": "BELMONDO Jean-Paul", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"sex": "M", "occus": ["actor"], "ids-in-sources": {"afd2": "44"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E  7", "LAT": "48 N 53", "TZO": "-1.00", "DATE": "09.04.1933", "MUID": "44", "NAME": "Belmondo, Jean-Paul", "OCCU": "AR 03", "TIME": "09.00", "BOOKS": "57", "PLACE": "Neuilly sur Seine", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
2636	pachon-victor-1867-05-24	{"a2": "549", "g55": "01-422", "afd5": "789"}	{"g55": "01-422", "lerrcp": "A2-549", "muller": "M5-789"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Victor", "family": "Pachon", "spouse": [], "official": {"given": "Michel Victor Gabriel Léon", "family": null}}	\N	{"lmt": null, "tzo": "+00:12:21", "date": "1867-05-24 09:00", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "notime": null, "date-ut": "1867-05-24 08:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Pachon"}, "birth": {"tzo": "+00:12:21", "date": "1867-05-24 09:00", "place": {"c2": "63", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "date-ut": "1867-05-24 08:47:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-549"}, "ids-in-sources": {"a2": "549"}}, "raw": {"H": "8", "MN": "47", "TZ": "0", "COD": "63", "COU": "F", "DAY": "24", "LAT": "45N47", "LON": "3E 5", "MON": "5", "NUM": "549", "PRO": "S", "SEC": "40", "YEA": "1867", "CITY": "CLERMONT FERRAND"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Pachon", "official": {"given": "Michel Victor Gabriel Léon"}}, "birth": {"date": "1867-05-24 09:00", "place": {"name": "Clermont-Ferrand"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "789"}}, "raw": {"NR": "789", "GNR": "SA2549", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1867", "KORR": "", "MARS": "35", "MODE": "LMT", "MOND": "18", "NAME": "PACHON (MICHEL VICTOR GABRIEL LÉON).", "AUFAB": "-7.60", "PHAS_": "75.500", "SONNE": "6", "VENUS": "8", "BREITE": "45 N 47", "GEBORT": "Clermont-Ferrand (Puy-de-Dôme)", "LAENGE": "003 E 05", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "25", "GEBZEIT": "09.00", "JUPITER": "14", "ELECTAGE": "52,0", "ELECTDAT": "13.05.1919", "GEBDATUM": "24.05.1867", "STBDATUM": "01.03.1939"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-422"}, "ids-in-source": {"g55": "01-422"}}, "raw": {"DAY": "24-5-1867", "HOUR": "9 h.", "NAME": "PACHON Victor", "PLACE": "Clermont-Ferrand (Puy-de-Dôme)."}, "date": "2023-08-20T14:47:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
22212	benedetti-michelangeli-arturo-1920-01-05	{"afd2": "45"}	{"muller": "M2-45"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Arturo", "family": "Benedetti Michelangeli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1920-01-05 23:05", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 11, "lat": 45.5, "name": "Brescia", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Arturo", "family": "Benedetti Michelangeli"}, "birth": {"tzo": "+01:00", "date": "1920-01-05 23:05", "place": {"cy": "IT", "lg": 11, "lat": 45.5, "name": "Brescia"}}, "occus": ["musician"], "trust": 5, "ids-in-sources": {"afd2": "45"}}, "raw": {"CY": "I", "GQ": "N", "LG": "011 E 00", "LAT": "45 N 30", "TZO": "-1.00", "DATE": "05.01.1920", "MUID": "45", "NAME": "Benedetti Michelangeli, Arturo", "OCCU": "AR 07", "TIME": "23.05", "BOOKS": "57", "PLACE": "Brescia", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22213	benn-gottfried-1886-05-02	{"afd2": "46"}	{"muller": "M2-46"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Gottfried", "family": "Benn", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1886-05-02 19:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 12.03, "lat": 53.23, "name": "Mansfeld", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Gottfried", "family": "Benn"}, "birth": {"lmt": true, "tzo": "", "date": "1886-05-02 19:30", "place": {"cy": "DE", "lg": 12.03, "lat": 53.23, "name": "Mansfeld"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "46"}}, "raw": {"CY": "D", "GQ": "N", "LG": "012 E 02", "LAT": "53 N 14", "TZO": "", "DATE": "02.05.1886", "MUID": "46", "NAME": "Benn, Gottfried", "OCCU": "AR 01", "TIME": "19.30", "BOOKS": "567", "PLACE": "Mansfeld", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22214	benz-carl-1844-11-25	{"afd2": "47"}	{"muller": "M2-47"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Carl", "family": "Benz", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1844-11-25 23:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.4, "lat": 49.02, "name": "Karlsruhe", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Carl", "family": "Benz"}, "birth": {"lmt": true, "tzo": "", "date": "1844-11-25 23:30", "place": {"cy": "DE", "lg": 8.4, "lat": 49.02, "name": "Karlsruhe"}}, "occus": ["miscelaneous"], "trust": 5, "ids-in-sources": {"afd2": "47"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 24", "LAT": "49 N 01", "TZO": "", "DATE": "25.11.1844", "MUID": "47", "NAME": "Benz, Carl", "OCCU": "MA 01", "TIME": "23.30", "BOOKS": "4567", "PLACE": "Karlsruhe", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
10308	berlioz-hector-1803-12-11	{"a4": "1556", "afd2": "48"}	{"lerrcp": "A4-1556", "muller": "M2-48"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hector", "family": "Berlioz", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:22:52", "date": "1803-12-11 17:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Cotestandre", "geoid": 0}, "notime": null, "date-ut": "1803-12-11 16:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	5	null	[{"new": {"name": {"given": "Hector", "family": "Berlioz"}, "birth": {"tzo": "+00:22:52", "date": "1803-12-11 17:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Cotestandre", "geoid": 0}, "date-ut": "1803-12-11 16:37:08"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1556"}, "ids-in-sources": {"a4": "1556"}}, "raw": {"H": "16", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "11", "LAT": "45N11", "LON": "5E43", "MON": "12", "NUM": "1556", "PRO": "M", "SEC": "8", "YEA": "1803", "CITY": "COTESTANDRE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"sex": "M", "occus": ["composer"], "ids-in-sources": {"afd2": "48"}}, "raw": {"CY": "F", "GQ": "G", "LG": "005 E 15", "LAT": "45 N 23", "TZO": "-0.46", "DATE": "11.12.1803", "MUID": "48", "NAME": "Berlioz, Hector", "OCCU": "AR 04", "TIME": "17.00", "BOOKS": "4567", "PLACE": "La Cote-Saint-André", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
13898	bernanos-georges-1888-02-20	{"a6": "89", "afd2": "49"}	{"lerrcp": "A6-89", "muller": "M2-49"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Bernanos", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1888-02-20 09:00", "note": "LMT", "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1888-02-20 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "fictional-writer"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Bernanos"}, "birth": {"tzo": "+00:09:24", "date": "1888-02-20 09:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1888-02-20 08:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-89"}, "ids-in-sources": {"a6": "89"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "20", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "89", "PRO": "W", "SEC": "40", "YEA": "1888", "CITY": "PARIS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["fictional-writer"], "ids-in-sources": {"afd2": "49"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 20", "LAT": "48 N 51", "TZO": "", "DATE": "20.02.1888", "MUID": "49", "NAME": "Bernanos, Georges", "OCCU": "AR 01", "TIME": "09.00", "BOOKS": "567", "PLACE": "Paris", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22215	bessel-friedrich-wilhelm-1784-06-21	{"afd2": "50"}	{"muller": "M2-50"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Friedrich Wilhelm", "family": "Bessel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:35", "date": "1784-06-21 16:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.92, "lat": 52.3, "name": "Minden Westfalen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Friedrich Wilhelm", "family": "Bessel"}, "birth": {"tzo": "+00:35", "date": "1784-06-21 16:00", "place": {"cy": "DE", "lg": 8.92, "lat": 52.3, "name": "Minden Westfalen"}}, "occus": ["scientist"], "trust": 5, "ids-in-sources": {"afd2": "50"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 55", "LAT": "52 N 18", "TZO": "-0.58", "DATE": "21.06.1784", "MUID": "50", "NAME": "Bessel, Friedrich Wilhelm", "OCCU": "SC 02", "TIME": "16.00", "BOOKS": "567", "PLACE": "Minden Westfalen", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22216	bethmann-hollweg-theobald-1856-11-29	{"afd2": "51"}	{"muller": "M2-51"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "von", "alter": [], "given": "Theobald", "family": "Bethmann Hollweg", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1856-11-29 07:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.82, "lat": 52.83, "name": "Hohenfinow", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "von", "given": "Theobald", "family": "Bethmann Hollweg"}, "birth": {"lmt": true, "tzo": "", "date": "1856-11-29 07:45", "place": {"cy": "DE", "lg": 13.82, "lat": 52.83, "name": "Hohenfinow"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"afd2": "51"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 49", "LAT": "52 N 50", "TZO": "", "DATE": "29.11.1856", "MUID": "51", "NAME": "Bethmann Hollweg, Theobald von", "OCCU": "MA 04", "TIME": "07.45", "BOOKS": "56", "PLACE": "Hohenfinow", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
3750	bier-august-1861-11-24	{"a2": "1664", "afd2": "52"}	{"lerrcp": "A2-1664", "muller": "M2-52"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "August", "family": "Bier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1861-11-24 04:00", "note": "LMT", "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HELSEN UBER ARO", "geoid": 0}, "notime": null, "date-ut": "1861-11-24 03:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "August", "family": "Bier"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HELSEN UBER ARO", "geoid": 0}, "date-ut": "1861-11-24 03:23"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1664"}, "ids-in-sources": {"a2": "1664"}}, "raw": {"H": "4", "MN": "23", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "24", "LAT": "50N30", "LON": "9E15", "MON": "11", "NUM": "1664", "PRO": "S", "SEC": "0", "YEA": "1861", "CITY": "HELSEN UBER ARO"}, "date": "2023-08-20T14:43:15+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1861-11-24 04:00", "note": "LMT"}, "occus": ["physician"], "ids-in-sources": {"afd2": "52"}}, "raw": {"CY": "D", "GQ": "G", "LG": "008 E 52", "LAT": "51 N 17", "TZO": "", "DATE": "24.11.1861", "MUID": "52", "NAME": "Bier, August", "OCCU": "SC 04", "TIME": "04.00", "BOOKS": "457", "PLACE": "Helsen", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22217	binet-alfred-1857-07-08	{"afd2": "53"}	{"muller": "M2-53"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alfred", "family": "Binet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1857-07-08 18:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 7.3, "lat": 43.72, "name": "Nice", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["social-scientist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Alfred", "family": "Binet"}, "birth": {"lmt": true, "tzo": "", "date": "1857-07-08 18:00", "place": {"cy": "FR", "lg": 7.3, "lat": 43.72, "name": "Nice"}}, "occus": ["social-scientist"], "trust": 5, "ids-in-sources": {"afd2": "53"}}, "raw": {"CY": "F", "GQ": "G", "LG": "007 E 18", "LAT": "43 N 43", "TZO": "", "DATE": "08.07.1857", "MUID": "53", "NAME": "Binet, Alfred", "OCCU": "SC 05", "TIME": "18.00", "BOOKS": "56", "PLACE": "Nice", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22219	boccioni-umberto-1882-10-19	{"afd2": "58"}	{"muller": "M2-58"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Umberto", "family": "Boccioni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1882-10-19 15:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 15.5, "lat": 38.1, "name": "Reggio di Calabria", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Umberto", "family": "Boccioni"}, "birth": {"tzo": "+00:50", "date": "1882-10-19 15:15", "place": {"cy": "IT", "lg": 15.5, "lat": 38.1, "name": "Reggio di Calabria"}}, "occus": ["artist"], "trust": 5, "ids-in-sources": {"afd2": "58"}}, "raw": {"CY": "I", "GQ": "N", "LG": "015 E 30", "LAT": "38 N 06", "TZO": "-0.83", "DATE": "19.10.1882", "MUID": "58", "NAME": "Boccioni, Umberto", "OCCU": "AR 08", "TIME": "15.15", "BOOKS": "567", "PLACE": "Reggio di Calabria", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
12532	birgel-willy-1891-09-19	{"a5": "1064", "afd2": "54"}	{"lerrcp": "A5-1064", "muller": "M2-54"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willy", "family": "Birgel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1891-09-19 05:00", "note": "LMT", "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "notime": null, "date-ut": "1891-09-19 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Willy", "family": "Birgel"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "KOLN", "geoid": 0}, "date-ut": "1891-09-19 04:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1064"}, "ids-in-sources": {"a5": "1064"}}, "raw": {"H": "5", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "19", "LAT": "51N30", "LON": "7E30", "MON": "9", "NUM": "1064", "PRO": "A", "SEC": "0", "YEA": "1891", "CITY": "KOLN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1891-09-19 05:00", "note": "LMT"}, "occus": ["actor"], "ids-in-sources": {"afd2": "54"}}, "raw": {"CY": "D", "GQ": "G", "LG": "006 E 57", "LAT": "50 N 57", "TZO": "", "DATE": "19.09.1891", "MUID": "54", "NAME": "Birgel, Willy", "OCCU": "AR 03", "TIME": "05.00", "BOOKS": "567", "PLACE": "Köln", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22218	bismarck-otto-1815-04-01	{"afd2": "55"}	{"muller": "M2-55"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "von", "alter": [], "given": "Otto", "family": "Bismarck", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1815-04-01 13:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 12.05, "lat": 52.58, "name": "Schönhausen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "von", "given": "Otto", "family": "Bismarck"}, "birth": {"lmt": true, "tzo": "", "date": "1815-04-01 13:00", "place": {"cy": "DE", "lg": 12.05, "lat": 52.58, "name": "Schönhausen"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"afd2": "55"}}, "raw": {"CY": "D", "GQ": "N", "LG": "012 E 03", "LAT": "52 N 35", "TZO": "", "DATE": "01.04.1815", "MUID": "55", "NAME": "Bismarck, Otto von", "OCCU": "MA 04", "TIME": "13.00", "BOOKS": "4567", "PLACE": "Schönhausen (Altmark)", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
13919	blondel-maurice-1861-11-02	{"a6": "110", "afd2": "56"}	{"lerrcp": "A6-110", "muller": "M2-56"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Blondel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:20:04", "date": "1861-11-02 10:30", "note": "LMT", "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1861-11-02 10:09:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer", "humanities-scholar"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Blondel"}, "birth": {"tzo": "+00:20:04", "date": "1861-11-02 10:30", "place": {"c2": "21", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1861-11-02 10:09:52"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-110"}, "ids-in-sources": {"a6": "110"}}, "raw": {"H": "10", "MN": "9", "TZ": "0", "COD": "21", "COU": "F", "DAY": "2", "LAT": "47N19", "LON": "5E 2", "MON": "11", "NUM": "110", "PRO": "W", "SEC": "52", "YEA": "1861", "CITY": "DIJON"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["humanities-scholar"], "ids-in-sources": {"afd2": "56"}}, "raw": {"CY": "F", "GQ": "G", "LG": "005 E 02", "LAT": "47 N 19", "TZO": "", "DATE": "02.11.1861", "MUID": "56", "NAME": "Blondel, Maurice", "OCCU": "SC 06", "TIME": "10.30", "BOOKS": "67", "PLACE": "Dijon", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
19900	blum-leon-1872-04-09	{"e3": "140", "afd2": "57"}	{"lerrcp": "E3-140", "muller": "M2-57"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leon", "family": "Blum", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09", "date": "1872-04-09 11:00", "note": "LMT", "place": {"c1": null, "c2": "75", "c3": "2", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1872-04-09 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Leon", "family": "Blum"}, "birth": {"tzo": "+00:09", "date": "1872-04-09 11:00", "place": {"c2": "75", "c3": "2", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1872-04-09 10:51"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "140"}}, "raw": {"H": "11:00", "COD": "75", "DAY": "09", "MON": "04", "NUM": "0140", "PRO": "PO", "YEA": "1872", "CITY": "Paris 2ième", "NAME": "BLUM Leon", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["politician"], "ids-in-sources": {"afd2": "57"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 20", "LAT": "48 N 50", "TZO": "", "DATE": "09.04.1872", "MUID": "57", "NAME": "Blum, Léon", "OCCU": "MA 04", "TIME": "11.00", "BOOKS": "56", "PLACE": "Paris", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
2646	paulet-vincent-1828-11-09	{"a2": "559", "g55": "01-430", "afd5": "802"}	{"g55": "01-430", "lerrcp": "A2-559", "muller": "M5-802"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Vincent", "family": "Paulet", "spouse": [], "official": {"given": "Vincent", "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1828-11-09 18:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1828-11-09 17:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Vincent", "family": "Paulet"}, "birth": {"tzo": "+00:15:30", "date": "1828-11-09 18:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1828-11-09 17:44:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-559"}, "ids-in-sources": {"a2": "559"}}, "raw": {"H": "17", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "9", "LAT": "43N37", "LON": "3E53", "MON": "11", "NUM": "559", "PRO": "S", "SEC": "28", "YEA": "1828", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Paulet", "official": {"given": "Vincent"}}, "birth": {"date": "1828-11-09 18:00", "place": {"name": "Montpellier"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "802"}}, "raw": {"NR": "802", "GNR": "SA2559", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1828", "KORR": "", "MARS": "9", "MODE": "LMT", "MOND": "18", "NAME": "PAULET (VINCENT).", "AUFAB": "2.20", "PHAS_": "2.400", "SONNE": "20", "VENUS": "23", "BREITE": "43 N 37", "GEBORT": "Montpellier (Hérault)", "LAENGE": "003 E 53", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "29", "GEBZEIT": "18.00", "JUPITER": "20", "ELECTAGE": "57,6", "ELECTDAT": "01.06.1886", "GEBDATUM": "09.11.1828", "STBDATUM": "14.04.1906"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-430"}, "ids-in-source": {"g55": "01-430"}}, "raw": {"DAY": "9-11-1828", "HOUR": "18 h.", "NAME": "PAULET Vincent", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:47:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
22220	bode-johann-elert-1747-01-19	{"afd2": "59"}	{"muller": "M2-59"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Johann Elert", "family": "Bode", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:28", "date": "1747-01-19 13:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 10.03, "lat": 53.57, "name": "Hamburg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Johann Elert", "family": "Bode"}, "birth": {"tzo": "+00:28", "date": "1747-01-19 13:15", "place": {"cy": "DE", "lg": 10.03, "lat": 53.57, "name": "Hamburg"}}, "occus": ["scientist"], "trust": 5, "ids-in-sources": {"afd2": "59"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 02", "LAT": "53 N 34", "TZO": "-0.47", "DATE": "19.01.1747", "MUID": "59", "NAME": "Bode, Johann Elert", "OCCU": "SC 02", "TIME": "13.15", "BOOKS": "57", "PLACE": "Hamburg", "TIMOD": "", "SOURCE": "MA"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22221	bodelschwingh-friedrich-1831-03-06	{"afd2": "60"}	{"muller": "M2-60"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "von", "alter": [], "given": "Friedrich", "family": "Bodelschwingh", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1831-03-06 16:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 7.8, "lat": 52.28, "name": "Tecklenburg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["religious-leader"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "von", "given": "Friedrich", "family": "Bodelschwingh"}, "birth": {"lmt": true, "tzo": "", "date": "1831-03-06 16:00", "place": {"cy": "DE", "lg": 7.8, "lat": 52.28, "name": "Tecklenburg"}}, "occus": ["religious-leader"], "trust": 5, "ids-in-sources": {"afd2": "60"}}, "raw": {"CY": "D", "GQ": "N", "LG": "007 E 48", "LAT": "52 N 17", "TZO": "", "DATE": "06.03.1831", "MUID": "60", "NAME": "Bodelschwingh, Friedrich von", "OCCU": "MA 05", "TIME": "16.00", "BOOKS": "4567", "PLACE": "Tecklenburg", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22222	bohm-karl-1894-08-28	{"afd2": "61"}	{"muller": "M2-61"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Karl", "family": "Böhm", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1894-08-28 18:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "AT", "lg": 15.45, "lat": 47.07, "name": "Graz", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Karl", "family": "Böhm"}, "birth": {"tzo": "+01:00", "date": "1894-08-28 18:15", "place": {"cy": "AT", "lg": 15.45, "lat": 47.07, "name": "Graz"}}, "occus": ["conductor"], "trust": 5, "ids-in-sources": {"afd2": "61"}}, "raw": {"CY": "A", "GQ": "N", "LG": "015 E 27", "LAT": "47 N 04", "TZO": "-1.00", "DATE": "28.08.1894", "MUID": "61", "NAME": "Böhm, Karl", "OCCU": "AR 05", "TIME": "18.15", "BOOKS": "57", "PLACE": "Graz", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22223	boll-heinrich-1917-12-21	{"afd2": "62"}	{"muller": "M2-62"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Heinrich", "family": "Böll", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1917-12-21 08:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 6.95, "lat": 50.95, "name": "Köln", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Heinrich", "family": "Böll"}, "birth": {"tzo": "+01:00", "date": "1917-12-21 08:00", "place": {"cy": "DE", "lg": 6.95, "lat": 50.95, "name": "Köln"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "62"}}, "raw": {"CY": "D", "GQ": "N", "LG": "006 E 57", "LAT": "50 N 57", "TZO": "-1.00", "DATE": "21.12.1917", "MUID": "62", "NAME": "Böll, Heinrich", "OCCU": "AR 01", "TIME": "08.00", "BOOKS": "57", "PLACE": "Köln", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22224	borchert-wolfgang-1921-05-20	{"afd2": "64"}	{"muller": "M2-64"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Wolfgang", "family": "Borchert", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1921-05-20 03:10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 10, "lat": 53.55, "name": "Hamburg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Wolfgang", "family": "Borchert"}, "birth": {"tzo": "+01:00", "date": "1921-05-20 03:10", "place": {"cy": "DE", "lg": 10, "lat": 53.55, "name": "Hamburg"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "64"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 00", "LAT": "53 N 33", "TZO": "-1.00", "DATE": "20.05.1921", "MUID": "64", "NAME": "Borchert, Wolfgang", "OCCU": "AR 01", "TIME": "03.10", "BOOKS": "56", "PLACE": "Hamburg", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22225	borgward-carl-1890-11-10	{"afd2": "65"}	{"muller": "M2-65"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Carl", "family": "Borgward", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1890-11-10 19:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 9.95, "lat": 53.55, "name": "Altona Hamburg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Carl", "family": "Borgward"}, "birth": {"lmt": true, "tzo": "", "date": "1890-11-10 19:30", "place": {"cy": "DE", "lg": 9.95, "lat": 53.55, "name": "Altona Hamburg"}}, "occus": ["executive"], "trust": 5, "ids-in-sources": {"afd2": "65"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 57", "LAT": "53 N 33", "TZO": "", "DATE": "10.11.1890", "MUID": "65", "NAME": "Borgward, Carl", "OCCU": "MA 03", "TIME": "19.30", "BOOKS": "56", "PLACE": "Altona Hamburg", "TIMOD": "LMT", "SOURCE": "SA"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22226	bosch-carl-1874-08-27	{"afd2": "67"}	{"muller": "M2-67"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Carl", "family": "Bosch", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1874-08-27 23:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 6.95, "lat": 50.95, "name": "Köln", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Carl", "family": "Bosch"}, "birth": {"lmt": true, "tzo": "", "date": "1874-08-27 23:15", "place": {"cy": "DE", "lg": 6.95, "lat": 50.95, "name": "Köln"}}, "occus": ["scientist"], "trust": 5, "ids-in-sources": {"afd2": "67"}}, "raw": {"CY": "D", "GQ": "N", "LG": "006 E 57", "LAT": "50 N 57", "TZO": "", "DATE": "27.08.1874", "MUID": "67", "NAME": "Bosch, Carl", "OCCU": "SC 03", "TIME": "23.15", "BOOKS": "56", "PLACE": "Köln", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22227	bosch-robert-1861-09-23	{"afd2": "68"}	{"muller": "M2-68"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Robert", "family": "Bosch", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1861-09-23 05:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 9.98, "lat": 48.4, "name": "Albeck", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Robert", "family": "Bosch"}, "birth": {"lmt": true, "tzo": "", "date": "1861-09-23 05:00", "place": {"cy": "DE", "lg": 9.98, "lat": 48.4, "name": "Albeck"}}, "occus": ["executive"], "trust": 5, "ids-in-sources": {"afd2": "68"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 59", "LAT": "48 N 24", "TZO": "", "DATE": "23.09.1861", "MUID": "68", "NAME": "Bosch, Robert", "OCCU": "MA 03", "TIME": "05.00", "BOOKS": "4567", "PLACE": "Albeck", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22228	bothe-walter-wilhelm-1891-01-08	{"afd2": "69"}	{"muller": "M2-69"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Walter Wilhelm", "family": "Bothe", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1891-01-08 08:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.23, "lat": 52.75, "name": "Oranienburg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Walter Wilhelm", "family": "Bothe"}, "birth": {"lmt": true, "tzo": "", "date": "1891-01-08 08:30", "place": {"cy": "DE", "lg": 13.23, "lat": 52.75, "name": "Oranienburg"}}, "occus": ["scientist"], "trust": 5, "ids-in-sources": {"afd2": "69"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 14", "LAT": "52 N 45", "TZO": "", "DATE": "08.01.1891", "MUID": "69", "NAME": "Bothe, Walter Wilhelm", "OCCU": "SC 02", "TIME": "08.30", "BOOKS": "56", "PLACE": "Oranienburg (Berlin)", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
10367	boulez-pierre-1925-03-26	{"a4": "1615", "e1": "223", "afd2": "70"}	{"lerrcp": "A4-1615", "muller": "M2-70"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Boulez", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1925-03-26 17:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.06525, "lat": 45.60752, "name": "Montbrison", "geoid": 2992890}, "notime": null, "date-ut": "1925-03-26 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive", "composer"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Boulez"}, "birth": {"tzo": "+00:00", "date": "1925-03-26 17:00", "place": {"c2": "42", "cy": "FR", "lg": 4.06525, "lat": 45.60752, "name": "Montbrison", "geoid": 2992890}, "date-ut": "1925-03-26 17:00"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1615"}, "ids-in-sources": {"a4": "1615"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "42", "COU": "F", "DAY": "26", "LAT": "45N26", "LON": "4E23", "MON": "3", "NUM": "1615", "PRO": "M", "SEC": "0", "YEA": "1925", "CITY": "MONTBRISON"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"occus": ["executive"], "ids-in-sources": {"e1": "223"}}, "raw": {"H": "17:00", "COD": "42", "DAY": "26", "MON": "03", "NUM": "0223", "PRO": "EX", "YEA": "1925", "CITY": "Montbrison", "NAME": "BOULEZ Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"sex": "M", "occus": ["composer"], "ids-in-sources": {"afd2": "70"}}, "raw": {"CY": "F", "GQ": "G", "LG": "004 E 04", "LAT": "45 N 36", "TZO": "0.00", "DATE": "26.03.1925", "MUID": "70", "NAME": "Boulez, Pierre", "OCCU": "AR 04", "TIME": "17.00", "BOOKS": "57", "PLACE": "Montbrison", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22229	brahms-johannes-1833-05-07	{"afd2": "71"}	{"muller": "M2-71"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Johannes", "family": "Brahms", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1833-05-07 03:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 10.03, "lat": 53.57, "name": "Hamburg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Johannes", "family": "Brahms"}, "birth": {"lmt": true, "tzo": "", "date": "1833-05-07 03:30", "place": {"cy": "DE", "lg": 10.03, "lat": 53.57, "name": "Hamburg"}}, "occus": ["composer"], "trust": 5, "ids-in-sources": {"afd2": "71"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 02", "LAT": "53 N 34", "TZO": "", "DATE": "07.05.1833", "MUID": "71", "NAME": "Brahms, Johannes", "OCCU": "AR 04", "TIME": "03.30", "BOOKS": "4567", "PLACE": "Hamburg", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22230	braille-louis-1809-01-04	{"afd2": "72"}	{"muller": "M2-72"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Braille", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:05", "date": "1809-01-04 04:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 2.8, "lat": 48.9, "name": "Coupvray", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Louis", "family": "Braille"}, "birth": {"tzo": "+00:05", "date": "1809-01-04 04:00", "place": {"cy": "FR", "lg": 2.8, "lat": 48.9, "name": "Coupvray"}}, "occus": ["miscelaneous"], "trust": 5, "ids-in-sources": {"afd2": "72"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 48", "LAT": "48 N 54", "TZO": "-0.09", "DATE": "04.01.1809", "MUID": "72", "NAME": "Braille, Louis", "OCCU": "MA 01", "TIME": "04.00", "BOOKS": "46", "PLACE": "Coupvray", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
16387	brando-marlon-1924-04-03	{"d10": "150", "afd2": "73"}	{"lerrcp": "D10-150", "muller": "M2-73"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marlon", "family": "Brando", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1924-04-03 23:00", "note": null, "place": {"c1": null, "c2": "NE", "c3": null, "cy": "US", "lg": -96.01667, "lat": 41.28333, "name": "Omaha", "geoid": null}, "notime": null, "date-ut": "1924-04-04 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marlon", "family": "Brando"}, "birth": {"tzo": "-06:00", "date": "1924-04-03 23:00", "place": {"c2": "NE", "cy": "US", "lg": -96.01667, "lat": 41.28333, "name": "Omaha"}, "date-ut": "1924-04-04 05:00"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "150"}}, "raw": {"H": "23:00", "TZ": "6h", "DAY": "3", "LAT": "41N17", "LON": "96W1", "MON": "4", "NUM": "150", "PRO": "AC", "YEA": "1924", "CICO": "Omaha, NE", "NAME": "Brando Marlon"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["actor"], "ids-in-sources": {"afd2": "73"}}, "raw": {"CY": "USA", "GQ": "G", "LG": "095 W 57", "LAT": "41 N 16", "TZO": "6.00", "DATE": "03.04.1924", "MUID": "73", "NAME": "Brando, Marion", "OCCU": "AR 03", "TIME": "23.00", "BOOKS": "57", "PLACE": "Omaha (Nebr)", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
2647	pautrier-lucien-1876-08-03	{"a2": "560", "g55": "01-431", "afd5": "803"}	{"g55": "01-431", "lerrcp": "A2-560", "muller": "M5-803"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Lucien", "family": "Pautrier", "spouse": [], "official": {"given": "Lucien Marie", "family": null}}	\N	{"lmt": null, "tzo": "+00:22:17", "date": "1876-08-03 02:30", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.57067, "lat": 43.29276, "name": "Aubagne", "geoid": 3036433}, "notime": null, "date-ut": "1876-08-03 02:08:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Pautrier"}, "birth": {"tzo": "+00:22:17", "date": "1876-08-03 02:30", "place": {"c2": "13", "cy": "FR", "lg": 5.57067, "lat": 43.29276, "name": "Aubagne", "geoid": 3036433}, "date-ut": "1876-08-03 02:08:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-560"}, "ids-in-sources": {"a2": "560"}}, "raw": {"H": "2", "MN": "8", "TZ": "0", "COD": "13", "COU": "F", "DAY": "3", "LAT": "43N18", "LON": "5E22", "MON": "8", "NUM": "560", "PRO": "S", "SEC": "32", "YEA": "1876", "CITY": "AUBAGNE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Pautrier", "official": {"given": "Lucien Marie"}}, "birth": {"date": "1876-08-03 02:30", "place": {"name": "Aubagne"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "803"}}, "raw": {"NR": "803", "GNR": "SA2560", "JU_": "0", "MA_": "0", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1876", "KORR": "", "MARS": "32", "MODE": "LMT", "MOND": "18", "NAME": "PAUTRIER (LUCIEN MARIE).", "AUFAB": "4.80", "PHAS_": "95.200", "SONNE": "32", "VENUS": "35", "BREITE": "43 N 18", "GEBORT": "Aubagne (Bouches-du-Rhône)", "LAENGE": "005 E 22", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "11", "GEBZEIT": "02.30", "JUPITER": "22", "ELECTAGE": "62,6", "ELECTDAT": "07.02.1939", "GEBDATUM": "03.08.1876", "STBDATUM": "09.07.1959"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-431"}, "ids-in-source": {"g55": "01-431"}}, "raw": {"DAY": "3-8-1876", "HOUR": "2 h. 30", "NAME": "PAUTRIER Lucien", "PLACE": "Aubagne (Bouches-du-Rhône)."}, "date": "2023-08-20T14:47:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
13309	brandt-willy-1913-12-18	{"a5": "1861", "afd2": "74"}	{"lerrcp": "A5-1861", "muller": "M2-74"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willy", "family": "Brandt", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1913-12-18 12:45", "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "LUBECK", "geoid": 0}, "notime": null, "date-ut": "1913-12-18 11:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Willy", "family": "Brandt"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "LUBECK", "geoid": 0}, "date-ut": "1913-12-18 11:45"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1861"}, "ids-in-sources": {"a5": "1861"}}, "raw": {"H": "12", "MN": "45", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "18", "LAT": "54N30", "LON": "9E45", "MON": "12", "NUM": "1861", "PRO": "PT", "SEC": "0", "YEA": "1913", "CITY": "LUBECK"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "M", "birth": {"tzo": "+01:00", "date": "1913-12-18 12:45"}, "occus": ["politician"], "ids-in-sources": {"afd2": "74"}}, "raw": {"CY": "D", "GQ": "G", "LG": "010 E 41", "LAT": "53 N 52", "TZO": "-1.00", "DATE": "18.12.1913", "MUID": "74", "NAME": "Brandt, Willy", "OCCU": "MA 04", "TIME": "12.45", "BOOKS": "57", "PLACE": "Lübeck", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22231	braun-ferdinand-1850-06-06	{"afd2": "76"}	{"muller": "M2-76"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Ferdinand", "family": "Braun", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "", "date": "1850-06-06 15:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 9.68, "lat": 50.55, "name": "Fulda", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Ferdinand", "family": "Braun"}, "birth": {"tzo": "", "date": "1850-06-06 15:45", "place": {"cy": "DE", "lg": 9.68, "lat": 50.55, "name": "Fulda"}}, "occus": ["scientist"], "trust": 5, "ids-in-sources": {"afd2": "76"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 41", "LAT": "50 N 33", "TZO": "", "DATE": "06.06.1850", "MUID": "76", "NAME": "Braun, Ferdinand", "OCCU": "SC 02", "TIME": "15.45", "BOOKS": "4567", "PLACE": "Fulda", "TIMOD": "Lut", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22232	brecht-bert-1898-02-10	{"afd2": "77"}	{"muller": "M2-77"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Bert", "family": "Brecht", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1898-02-10 04:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 10.9, "lat": 48.37, "name": "Augsburg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Bert", "family": "Brecht"}, "birth": {"tzo": "+01:00", "date": "1898-02-10 04:30", "place": {"cy": "DE", "lg": 10.9, "lat": 48.37, "name": "Augsburg"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "77"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 54", "LAT": "48 N 22", "TZO": "-1.00", "DATE": "10.02.1898", "MUID": "77", "NAME": "Brecht, Bert", "OCCU": "AR 01", "TIME": "04.30", "BOOKS": "567", "PLACE": "Augsburg", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
2654	perrier-edmond-1844-05-09	{"a2": "567", "g55": "01-434", "afd5": "813"}	{"g55": "01-434", "lerrcp": "A2-567", "muller": "M5-813"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Edmond", "family": "Perrier", "spouse": [], "official": {"given": "Jean Octave Edmond", "family": null}}	\N	{"lmt": null, "tzo": "+00:07:05", "date": "1844-05-09 06:00", "note": null, "place": {"c1": null, "c2": "19", "c3": null, "cy": "FR", "lg": 1.77233, "lat": 45.26582, "name": "Tulle", "geoid": 2971482}, "notime": null, "date-ut": "1844-05-09 05:52:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Perrier"}, "birth": {"tzo": "+00:07:05", "date": "1844-05-09 06:00", "place": {"c2": "19", "cy": "FR", "lg": 1.77233, "lat": 45.26582, "name": "Tulle", "geoid": 2971482}, "date-ut": "1844-05-09 05:52:56"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-567"}, "ids-in-sources": {"a2": "567"}}, "raw": {"H": "5", "MN": "52", "TZ": "0", "COD": "19", "COU": "F", "DAY": "9", "LAT": "45N16", "LON": "1E46", "MON": "5", "NUM": "567", "PRO": "S", "SEC": "56", "YEA": "1844", "CITY": "TULLE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Perrier", "official": {"given": "Jean Octave Edmond"}}, "birth": {"date": "1844-05-09 06:00", "place": {"name": "Tulle"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "813"}}, "raw": {"NR": "813", "GNR": "SA2567", "JU_": "1", "MA_": "2", "MO_": "2", "SA_": "2", "SO_": "2", "VE_": "0", "CODE": "3", "JAHR": "1844", "KORR": "", "MARS": "36", "MODE": "LMT", "MOND": "9", "NAME": "PERRIER (JEAN OCTAVE EDMOND).", "AUFAB": "-10.70", "PHAS_": "53.800", "SONNE": "2", "VENUS": "34", "BREITE": "45 N 16", "GEBORT": "Tulle (Corrèze)", "LAENGE": "001 E 46", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "10", "GEBZEIT": "06.00", "JUPITER": "5", "ELECTAGE": "53,7", "ELECTDAT": "11.01.1898", "GEBDATUM": "09.05.1844", "STBDATUM": "31.07.1921"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-434"}, "ids-in-source": {"g55": "01-434"}}, "raw": {"DAY": "9-5-1844", "HOUR": "6 h.", "NAME": "* PERRIER Edmond", "PLACE": "Tulle (Corrèze)."}, "date": "2023-08-20T14:47:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
22233	brehm-alfred-1829-02-02	{"afd2": "78"}	{"muller": "M2-78"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alfred", "family": "Brehm", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1829-02-02 07:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 11.72, "lat": 50.83, "name": "Renthendorf", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Alfred", "family": "Brehm"}, "birth": {"lmt": true, "tzo": "", "date": "1829-02-02 07:00", "place": {"cy": "DE", "lg": 11.72, "lat": 50.83, "name": "Renthendorf"}}, "occus": ["scientist"], "trust": 5, "ids-in-sources": {"afd2": "78"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 43", "LAT": "50 N 50", "TZO": "", "DATE": "02.02.1829", "MUID": "78", "NAME": "Brehm, Alfred", "OCCU": "SC 03", "TIME": "07.00", "BOOKS": "4567", "PLACE": "Renthendorf", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22234	brentano-franz-1838-01-16	{"afd2": "79"}	{"muller": "M2-79"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Franz", "family": "Brentano", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1838-01-16 12:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 7.6, "lat": 50.35, "name": "Boppard", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["humanities-scholar"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Franz", "family": "Brentano"}, "birth": {"lmt": true, "tzo": "", "date": "1838-01-16 12:00", "place": {"cy": "DE", "lg": 7.6, "lat": 50.35, "name": "Boppard"}}, "occus": ["humanities-scholar"], "trust": 5, "ids-in-sources": {"afd2": "79"}}, "raw": {"CY": "D", "GQ": "N", "LG": "007 E 36", "LAT": "50 N 21", "TZO": "", "DATE": "16.01.1838", "MUID": "79", "NAME": "Brentano, Franz", "OCCU": "SC 06", "TIME": "12.00", "BOOKS": "67", "PLACE": "Boppard", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
13954	breton-andre-1896-02-19	{"a6": "148", "afd2": "80"}	{"lerrcp": "A6-148", "muller": "M2-80"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Breton", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1896-02-19 22:00", "note": null, "place": {"c1": null, "c2": "61", "c3": null, "cy": "FR", "lg": -0.73333, "lat": 48.76437, "name": "Tinchebray", "geoid": 2972555}, "notime": null, "date-ut": "1896-02-19 21:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet", "fictional-writer"]	5	null	[{"new": {"name": {"given": "André", "family": "Breton"}, "birth": {"tzo": "+00:09:21", "date": "1896-02-19 22:00", "place": {"c2": "61", "cy": "FR", "lg": -0.73333, "lat": 48.76437, "name": "Tinchebray", "geoid": 2972555}, "date-ut": "1896-02-19 21:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-148"}, "ids-in-sources": {"a6": "148"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "61", "COU": "F", "DAY": "19", "LAT": "48N26", "LON": "0E 5", "MON": "2", "NUM": "148", "PRO": "W", "SEC": "40", "YEA": "1896", "CITY": "TINCHEBRAY"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "M", "occus": ["fictional-writer"], "ids-in-sources": {"afd2": "80"}}, "raw": {"CY": "F", "GQ": "G", "LG": "000 W 45", "LAT": "48 N 45", "TZO": "-0.16", "DATE": "18.02.1896", "MUID": "80", "NAME": "Breton, André", "OCCU": "AR 01", "TIME": "22.00", "BOOKS": "56", "PLACE": "Tinchebray", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
19968	briand-aristide-1862-03-28	{"e3": "212", "afd2": "81"}	{"lerrcp": "E3-212", "muller": "M2-81"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aristide", "family": "Briand", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-00:06", "date": "1862-03-28 10:30", "note": "LMT", "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1862-03-28 10:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Aristide", "family": "Briand"}, "birth": {"tzo": "-00:06", "date": "1862-03-28 10:30", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1862-03-28 10:36"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "212"}}, "raw": {"H": "10:30", "COD": "44", "DAY": "28", "MON": "03", "NUM": "0212", "PRO": "PO", "YEA": "1862", "CITY": "Nantes", "NAME": "BRIAND Aristide", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["politician"], "ids-in-sources": {"afd2": "81"}}, "raw": {"CY": "F", "GQ": "G", "LG": "001 W 35", "LAT": "47 N 13", "TZO": "", "DATE": "28.03.1862", "MUID": "81", "NAME": "Briand, Aristide", "OCCU": "MA 04", "TIME": "10.30", "BOOKS": "567", "PLACE": "Nantes", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
2656	perrin-maurice-1826-04-13	{"a2": "569", "g55": "01-436", "afd5": "816"}	{"g55": "01-436", "lerrcp": "A2-569", "muller": "M5-816"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Maurice", "family": "Perrin", "spouse": [], "official": {"given": "Maurice", "family": null}}	\N	{"lmt": null, "tzo": "+00:24:21", "date": "1826-04-13 14:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.08825, "lat": 48.48748, "name": "Vézelise", "geoid": 2969477}, "notime": null, "date-ut": "1826-04-14 08:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Perrin"}, "birth": {"tzo": "+00:24:21", "date": "1826-04-14 09:00", "place": {"c2": "54", "cy": "FR", "lg": 6.08825, "lat": 48.48748, "name": "Vézelise", "geoid": 2969477}, "date-ut": "1826-04-14 08:35:12"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-569"}, "ids-in-sources": {"a2": "569"}}, "raw": {"H": "8", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "14", "LAT": "48N42", "LON": "6E12", "MON": "4", "NUM": "569", "PRO": "S", "SEC": "12", "YEA": "1826", "CITY": "VEZELISE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Perrin", "official": {"given": "Maurice"}}, "birth": {"date": "1826-04-13 14:00", "place": {"name": "Vézelise"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "816"}}, "raw": {"NR": "816", "GNR": "SA2569", "JU_": "2", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "2", "VE_": "2", "CODE": "2", "JAHR": "1826", "KORR": "", "MARS": "28", "MODE": "LMT", "MOND": "6", "NAME": "PERRIN (MAURICE).", "AUFAB": "7.90", "PHAS_": "25.800", "SONNE": "12", "VENUS": "11", "BREITE": "48 N 42", "GEBORT": "Vézelise (Meurthe) [Meurthe-et-Mos", "LAENGE": "006 E 12", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ-d", "SATURN": "8", "GEBZEIT": "14.00", "JUPITER": "36", "ELECTAGE": "49,0", "ELECTDAT": "06.04.1875", "GEBDATUM": "13.04.1826", "STBDATUM": "24.08.1889"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-436"}, "ids-in-source": {"g55": "01-436"}}, "raw": {"DAY": "14-4-1826", "HOUR": "9 h.", "NAME": "PERRIN Maurice", "PLACE": "Vézélise (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:47:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
5664	brouwer-luitzen-1881-02-27	{"a2": "3583", "afd2": "83"}	{"lerrcp": "A2-3583", "muller": "M2-83"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luitzen", "family": "Brouwer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1881-02-27 03:30", "note": "LMT", "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "OVERSCHIE R DAM", "geoid": 0}, "notime": null, "date-ut": "1881-02-27 03:12:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mathematician"]	5	null	[{"new": {"name": {"given": "Luitzen", "family": "Brouwer"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "OVERSCHIE R DAM", "geoid": 0}, "date-ut": "1881-02-27 03:12:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3583"}, "ids-in-sources": {"a2": "3583"}}, "raw": {"H": "3", "MN": "12", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "27", "LAT": "52N 5", "LON": "4E28", "MON": "2", "NUM": "3583", "PRO": "S", "SEC": "8", "YEA": "1881", "CITY": "OVERSCHIE R DAM"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1881-02-27 03:30", "note": "LMT"}, "occus": ["mathematician"], "ids-in-sources": {"afd2": "83"}}, "raw": {"CY": "NL", "GQ": "G", "LG": "004 E 28", "LAT": "52 N 05", "TZO": "", "DATE": "27.02.1881", "MUID": "83", "NAME": "Brouwer, Luitzen Egbertus", "OCCU": "SC 01", "TIME": "03.30", "BOOKS": "57", "PLACE": "Overschie", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
16408	brubeck-david-1920-12-06	{"d10": "171", "afd2": "84"}	{"lerrcp": "D10-171", "muller": "M2-84"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "David", "family": "Brubeck", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1920-12-06 18:35", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.03333, "lat": 37.98333, "name": "Concord", "geoid": null}, "notime": null, "date-ut": "1920-12-07 02:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "David", "family": "Brubeck"}, "birth": {"tzo": "-08:00", "date": "1920-12-06 18:35", "place": {"c2": "CA", "cy": "US", "lg": -122.03333, "lat": 37.98333, "name": "Concord"}, "date-ut": "1920-12-07 02:35"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "171"}}, "raw": {"H": "18:35", "TZ": "8h", "DAY": "6", "LAT": "37N59", "LON": "122W2", "MON": "12", "NUM": "171", "PRO": "AR", "YEA": "1920", "CICO": "Concord, CA", "NAME": "Brubeck David"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["musician"], "ids-in-sources": {"afd2": "84"}}, "raw": {"CY": "USA", "GQ": "G", "LG": "122 W 00", "LAT": "38 N 00", "TZO": "8.00", "DATE": "06.12.1920", "MUID": "84", "NAME": "Brubeck, Dave", "OCCU": "AR 07", "TIME": "18.35", "BOOKS": "57", "PLACE": "Concord (Calif)", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22235	bruckner-anton-1824-09-04	{"afd2": "85"}	{"muller": "M2-85"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Anton", "family": "Bruckner", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1824-09-04 04:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "AT", "lg": 14.28, "lat": 48.3, "name": "Ansfelden", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Anton", "family": "Bruckner"}, "birth": {"lmt": true, "tzo": "", "date": "1824-09-04 04:15", "place": {"cy": "AT", "lg": 14.28, "lat": 48.3, "name": "Ansfelden"}}, "occus": ["composer"], "trust": 5, "ids-in-sources": {"afd2": "85"}}, "raw": {"CY": "A", "GQ": "N", "LG": "014 E 17", "LAT": "48 N 18", "TZO": "", "DATE": "04.09.1824", "MUID": "85", "NAME": "Bruckner, Anton", "OCCU": "AR 04", "TIME": "04.15", "BOOKS": "4567", "PLACE": "Ansfelden", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
2663	philippe-adrien-1801-03-04	{"a2": "576", "g55": "01-441", "afd5": "824"}	{"g55": "01-441", "lerrcp": "A2-576", "muller": "M5-824"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Adrien", "family": "Philippe", "spouse": [], "official": {"given": "Adrien", "family": null}}	\N	{"lmt": null, "tzo": "+00:15:34", "date": "1801-03-04 08:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 3.89261, "lat": 49.16738, "name": "Marfaux", "geoid": 2995816}, "notime": null, "date-ut": "1801-03-04 07:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Adrien", "family": "Philippe"}, "birth": {"tzo": "+00:15:34", "date": "1801-03-04 08:00", "place": {"c2": "51", "cy": "FR", "lg": 3.89261, "lat": 49.16738, "name": "Marfaux", "geoid": 2995816}, "date-ut": "1801-03-04 07:42:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-576"}, "ids-in-sources": {"a2": "576"}}, "raw": {"H": "7", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "4", "LAT": "48N57", "LON": "4E22", "MON": "3", "NUM": "576", "PRO": "S", "SEC": "32", "YEA": "1801", "CITY": "MARFAUX"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Philippe", "official": {"given": "Adrien"}}, "birth": {"date": "1801-03-04 08:00", "place": {"name": "Marfaux"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "824"}}, "raw": {"NR": "824", "GNR": "SA2576", "JU_": "0", "MA_": "0", "MO_": "1", "SA_": "0", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1801", "KORR": "", "MARS": "33", "MODE": "LMT", "MOND": "19", "NAME": "PHILIPPE (ADRIEN).", "AUFAB": "-6.10", "PHAS_": "87.900", "SONNE": "3", "VENUS": "1", "BREITE": "48 N 57", "GEBORT": "Marfaux (Marne)", "LAENGE": "004 E 22", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "22", "GEBZEIT": "08.00", "JUPITER": "25", "ELECTAGE": "39,3", "ELECTDAT": "23.06.1840", "GEBDATUM": "04.03.1801", "STBDATUM": "06.07.1858"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-441"}, "ids-in-source": {"g55": "01-441"}}, "raw": {"DAY": "4-3-1801", "HOUR": "8 h.", "NAME": "PHILIPPE Adrien", "PLACE": "Marfaux (Marne)."}, "date": "2023-08-20T14:47:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
13312	bruning-heinrich-1885-11-26	{"a5": "1864", "afd2": "86"}	{"lerrcp": "A5-1864", "muller": "M2-86"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Brüning", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1885-11-26 17:00", "note": "LMT", "place": {"c1": null, "c2": "WESTF", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "MUNSTER", "geoid": 0}, "notime": null, "date-ut": "1885-11-26 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Brüning"}, "birth": {"place": {"c2": "WESTF", "cy": "DE", "lg": 7.5, "lat": 51.83333, "name": "MUNSTER", "geoid": 0}, "date-ut": "1885-11-26 16:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1864"}, "ids-in-sources": {"a5": "1864"}}, "raw": {"H": "17", "MN": "30", "TZ": "-1", "COD": "WESTF", "COU": "G", "DAY": "26", "LAT": "51N50", "LON": "7E30", "MON": "11", "NUM": "1864", "PRO": "PT", "SEC": "0", "YEA": "1885", "CITY": "MUNSTER"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1885-11-26 17:00", "note": "LMT"}, "occus": ["politician"], "ids-in-sources": {"afd2": "86"}}, "raw": {"CY": "D", "GQ": "G", "LG": "007 E 38", "LAT": "51 N 58", "TZO": "", "DATE": "26.11.1885", "MUID": "86", "NAME": "Brüning, Heinrich", "OCCU": "MA 04", "TIME": "17.00", "BOOKS": "56", "PLACE": "Münster", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22236	budinger-hugo-1927-06-10	{"afd2": "87"}	{"muller": "M2-87"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Hugo", "family": "Budinger", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1927-06-10 07:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 6.78, "lat": 51.23, "name": "Düsseldorf", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sportsperson"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Hugo", "family": "Budinger"}, "birth": {"tzo": "+01:00", "date": "1927-06-10 07:00", "place": {"cy": "DE", "lg": 6.78, "lat": 51.23, "name": "Düsseldorf"}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"afd2": "87"}}, "raw": {"CY": "D", "GQ": "N", "LG": "006 E 47", "LAT": "51 N 14", "TZO": "-1.00", "DATE": "10.06.1927", "MUID": "87", "NAME": "Budinger, Hugo", "OCCU": "MA 13", "TIME": "07.00", "BOOKS": "7", "PLACE": "Düsseldorf", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22237	blicher-karl-1847-02-16	{"afd2": "88"}	{"muller": "M2-88"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Karl", "family": "Blicher", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1847-02-16 04:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.15, "lat": 50.3, "name": "Kirberg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["political-economist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Karl", "family": "Blicher"}, "birth": {"lmt": true, "tzo": "", "date": "1847-02-16 04:00", "place": {"cy": "DE", "lg": 8.15, "lat": 50.3, "name": "Kirberg"}}, "occus": ["political-economist"], "trust": 5, "ids-in-sources": {"afd2": "88"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 09", "LAT": "50 N 18", "TZO": "", "DATE": "16.02.1847", "MUID": "88", "NAME": "Blicher, Karl", "OCCU": "SC 09", "TIME": "04.00", "BOOKS": "57", "PLACE": "Kirberg (Wiesbaden)", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22238	buchmann-georg-1822-01-04	{"afd2": "89"}	{"muller": "M2-89"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Georg", "family": "Büchmann", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1822-01-04 03:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["humanities-scholar"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Georg", "family": "Büchmann"}, "birth": {"lmt": true, "tzo": "", "date": "1822-01-04 03:00", "place": {"cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin"}}, "occus": ["humanities-scholar"], "trust": 5, "ids-in-sources": {"afd2": "89"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 18", "LAT": "52 N 32", "TZO": "", "DATE": "04.01.1822", "MUID": "89", "NAME": "Büchmann, Georg", "OCCU": "SC 07", "TIME": "03.00", "BOOKS": "56", "PLACE": "Berlin", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22239	buchner-georg-1813-10-17	{"afd2": "90"}	{"muller": "M2-90"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Georg", "family": "Büchner", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1813-10-17 05:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.65, "lat": 49.87, "name": "Goddelau", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Georg", "family": "Büchner"}, "birth": {"lmt": true, "tzo": "", "date": "1813-10-17 05:30", "place": {"cy": "DE", "lg": 8.65, "lat": 49.87, "name": "Goddelau"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "90"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 39", "LAT": "49 N 52", "TZO": "", "DATE": "17.10.1813", "MUID": "90", "NAME": "Büchner, Georg", "OCCU": "AR 01", "TIME": "05.30", "BOOKS": "567", "PLACE": "Goddelau", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22240	buhler-karl-1879-05-27	{"afd2": "91"}	{"muller": "M2-91"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Karl", "family": "Bühler", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1879-05-27 19:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.82, "lat": 49.32, "name": "Meckesheim", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["social-scientist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Karl", "family": "Bühler"}, "birth": {"lmt": true, "tzo": "", "date": "1879-05-27 19:30", "place": {"cy": "DE", "lg": 8.82, "lat": 49.32, "name": "Meckesheim"}}, "occus": ["social-scientist"], "trust": 5, "ids-in-sources": {"afd2": "91"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 49", "LAT": "49 N 19", "TZO": "", "DATE": "27.05.1879", "MUID": "91", "NAME": "Bühler, Karl", "OCCU": "SC 05", "TIME": "19.30", "BOOKS": "56", "PLACE": "Meckesheim", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22241	bixger-gottfried-august-1747-12-31	{"afd2": "92"}	{"muller": "M2-92"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Gottfried August", "family": "Bixger", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:41", "date": "1747-12-31 23:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 11.25, "lat": 51.65, "name": "Molmerswende", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Gottfried August", "family": "Bixger"}, "birth": {"tzo": "+00:41", "date": "1747-12-31 23:00", "place": {"cy": "DE", "lg": 11.25, "lat": 51.65, "name": "Molmerswende"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "92"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 15", "LAT": "51 N 39", "TZO": "-0.69", "DATE": "31.12.1747", "MUID": "92", "NAME": "Bixger, Gottfried August", "OCCU": "AR 01", "TIME": "23.00", "BOOKS": "456", "PLACE": "Molmerswende (Harz)", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22242	bultmann-rudolf-1884-08-20	{"afd2": "93"}	{"muller": "M2-93"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Rudolf", "family": "Bultmann", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1884-08-20 05:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.22, "lat": 53.15, "name": "Wiefelstede", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["humanities-scholar"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Rudolf", "family": "Bultmann"}, "birth": {"lmt": true, "tzo": "", "date": "1884-08-20 05:45", "place": {"cy": "DE", "lg": 8.22, "lat": 53.15, "name": "Wiefelstede"}}, "occus": ["humanities-scholar"], "trust": 5, "ids-in-sources": {"afd2": "93"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 13", "LAT": "53 N 09", "TZO": "", "DATE": "20.08.1884", "MUID": "93", "NAME": "Bultmann, Rudolf", "OCCU": "SC 06", "TIME": "05.45", "BOOKS": "567", "PLACE": "Wiefelstede", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22243	bungert-wilhelm-1939-04-01	{"afd2": "94"}	{"muller": "M2-94"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Wilhelm", "family": "Bungert", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1939-04-01 12:35", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.48, "lat": 49.48, "name": "Mannheim", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sportsperson"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Wilhelm", "family": "Bungert"}, "birth": {"tzo": "+01:00", "date": "1939-04-01 12:35", "place": {"cy": "DE", "lg": 8.48, "lat": 49.48, "name": "Mannheim"}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"afd2": "94"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 29", "LAT": "49 N 29", "TZO": "-1.00", "DATE": "01.04.1939", "MUID": "94", "NAME": "Bungert, Wilhelm", "OCCU": "MA 13", "TIME": "12.35", "BOOKS": "57", "PLACE": "Mannheim", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22244	burckhardt-carl-jacob-1891-09-10	{"afd2": "95"}	{"muller": "M2-95"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Carl Jacob", "family": "Burckhardt", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1891-09-10 16:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "CH", "lg": 7.45, "lat": 47.55, "name": "Basel", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["humanities-scholar"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Carl Jacob", "family": "Burckhardt"}, "birth": {"lmt": true, "tzo": "", "date": "1891-09-10 16:30", "place": {"cy": "CH", "lg": 7.45, "lat": 47.55, "name": "Basel"}}, "occus": ["humanities-scholar"], "trust": 5, "ids-in-sources": {"afd2": "95"}}, "raw": {"CY": "CH", "GQ": "N", "LG": "007 E 27", "LAT": "47 N 33", "TZO": "", "DATE": "10.09.1891", "MUID": "95", "NAME": "Burckhardt, Carl Jacob", "OCCU": "SC 07", "TIME": "16.30", "BOOKS": "56", "PLACE": "Basel", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22245	burckhardt-jacob-1818-05-25	{"afd2": "96"}	{"muller": "M2-96"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jacob", "family": "Burckhardt", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1818-05-25 01:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "CH", "lg": 7.45, "lat": 47.55, "name": "Basel", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["humanities-scholar"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Jacob", "family": "Burckhardt"}, "birth": {"lmt": true, "tzo": "", "date": "1818-05-25 01:30", "place": {"cy": "CH", "lg": 7.45, "lat": 47.55, "name": "Basel"}}, "occus": ["humanities-scholar"], "trust": 5, "ids-in-sources": {"afd2": "96"}}, "raw": {"CY": "CH", "GQ": "N", "LG": "007 E 27", "LAT": "47 N 33", "TZO": "", "DATE": "25.05.1818", "MUID": "96", "NAME": "Burckhardt, Jacob", "OCCU": "SC 07", "TIME": "01.30", "BOOKS": "456", "PLACE": "Basel", "TIMOD": "LMT", "SOURCE": "FE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22246	busch-wilhelm-1832-04-14	{"afd2": "97"}	{"muller": "M2-97"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Wilhelm", "family": "Busch", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1832-04-14 06:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 9.1, "lat": 52.38, "name": "Wiedensahl", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Wilhelm", "family": "Busch"}, "birth": {"lmt": true, "tzo": "", "date": "1832-04-14 06:00", "place": {"cy": "DE", "lg": 9.1, "lat": 52.38, "name": "Wiedensahl"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "97"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 06", "LAT": "52 N 23", "TZO": "", "DATE": "14.04.1832", "MUID": "97", "NAME": "Busch, Wilhelm", "OCCU": "AR 01", "TIME": "06.00", "BOOKS": "456", "PLACE": "Wiedensahl", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22247	busoni-ferruccio-1866-04-01	{"afd2": "98"}	{"muller": "M2-98"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Ferruccio", "family": "Busoni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1866-04-01 10:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.78, "name": "Empoli", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Ferruccio", "family": "Busoni"}, "birth": {"lmt": true, "tzo": "", "date": "1866-04-01 10:30", "place": {"cy": "IT", "lg": 11.25, "lat": 43.78, "name": "Empoli"}}, "occus": ["composer"], "trust": 5, "ids-in-sources": {"afd2": "98"}}, "raw": {"CY": "I", "GQ": "N", "LG": "011 E 15", "LAT": "43 N 47", "TZO": "", "DATE": "01.04.1866", "MUID": "98", "NAME": "Busoni, Ferruccio", "OCCU": "AR 04", "TIME": "10.30", "BOOKS": "567", "PLACE": "Empoli", "TIMOD": "LMT", "SOURCE": "SA"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22248	butenandt-adolf-1903-03-24	{"afd2": "99"}	{"muller": "M2-99"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Adolf", "family": "Butenandt", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1903-03-24 22:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.58, "lat": 53.55, "name": "Bremerhaven", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Adolf", "family": "Butenandt"}, "birth": {"tzo": "+01:00", "date": "1903-03-24 22:00", "place": {"cy": "DE", "lg": 8.58, "lat": 53.55, "name": "Bremerhaven"}}, "occus": ["scientist"], "trust": 5, "ids-in-sources": {"afd2": "99"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 35", "LAT": "53 N 33", "TZO": "-1.00", "DATE": "24.03.1903", "MUID": "99", "NAME": "Butenandt, Adolf", "OCCU": "SC 03", "TIME": "22.00", "BOOKS": "57", "PLACE": "Bremerhaven", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22249	byron-lord-george-gordon-1788-01-22	{"afd2": "101"}	{"muller": "M2-101"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Lord George Gordon", "family": "Byron", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-00:12", "date": "1788-01-22 14:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -0.12, "lat": 51.5, "name": "London", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Lord George Gordon", "family": "Byron"}, "birth": {"tzo": "-00:12", "date": "1788-01-22 14:00", "place": {"cy": "GB", "lg": -0.12, "lat": 51.5, "name": "London"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "101"}}, "raw": {"CY": "GB", "GQ": "N", "LG": "000 W 07", "LAT": "51 N 30", "TZO": "0.20", "DATE": "22.01.1788", "MUID": "101", "NAME": "Byron, Lord George Gordon", "OCCU": "AR 01", "TIME": "14.00", "BOOKS": "4567", "PLACE": "London", "TIMOD": "", "SOURCE": "FA"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
16427	cage-john-1912-09-05	{"d10": "190", "afd2": "102"}	{"lerrcp": "D10-190", "muller": "M2-102"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Cage", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1912-09-05 05:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1912-09-05 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	5	null	[{"new": {"name": {"given": "John", "family": "Cage"}, "birth": {"tzo": "-08:00", "date": "1912-09-05 05:00", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1912-09-05 13:00"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "190"}}, "raw": {"H": "05:00", "TZ": "8h", "DAY": "5", "LAT": "34N4", "LON": "118W15", "MON": "9", "NUM": "190", "PRO": "AR", "YEA": "1912", "CICO": "Los Angeles, CA", "NAME": "Cage John"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["composer"], "ids-in-sources": {"afd2": "102"}}, "raw": {"CY": "USA", "GQ": "G", "LG": "118 W 15", "LAT": "34 N 00", "TZO": "8.00", "DATE": "15.09.1912", "MUID": "102", "NAME": "Cage, John", "OCCU": "AR 04", "TIME": "05.00", "BOOKS": "57", "PLACE": "Los Angeles", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
13973	camus-albert-1913-11-07	{"a6": "168", "afd2": "103"}	{"lerrcp": "A6-168", "muller": "M2-103"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Camus", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1913-11-07 02:00", "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 7.81667, "lat": 44.38333, "name": "MONDOVI", "geoid": 0}, "notime": null, "date-ut": "1913-11-07 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "fictional-writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-168"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 7.81667, "lat": 44.38333, "name": "MONDOVI", "geoid": 0}, "date-ut": "1913-11-07 01:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-168"}, "ids-in-sources": {"a6": "168"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "ALG", "COU": "F", "DAY": "7", "LAT": "44N23", "LON": "7E49", "MON": "11", "NUM": "168", "PRO": "W", "SEC": "0", "YEA": "1913", "CITY": "MONDOVI"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "M", "name": {"given": "Albert", "family": "Camus"}, "birth": {"tzo": "+00:00", "date": "1913-11-07 02:00"}, "occus": ["fictional-writer"], "ids-in-sources": {"afd2": "103"}}, "raw": {"CY": "DZ", "GQ": "G", "LG": "003 E 00", "LAT": "36 N 50", "TZO": "0.00", "DATE": "07.11.1913", "MUID": "103", "NAME": "Camus, Albert", "OCCU": "AR 01", "TIME": "02.00", "BOOKS": "567", "PLACE": "Mondovi", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
7513	canaris-wilhelm-1887-01-01	{"a3": "1800", "afd2": "104"}	{"lerrcp": "A3-1800", "muller": "M2-104"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Canaris", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1887-01-01 14:00", "note": "LMT", "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DORTMUND-APLERB", "geoid": 0}, "notime": null, "date-ut": "1887-01-01 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Wilhelm", "family": "Canaris"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DORTMUND-APLERB", "geoid": 0}, "date-ut": "1887-01-01 13:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1800"}, "ids-in-sources": {"a3": "1800"}}, "raw": {"H": "14", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "1", "LAT": "51N30", "LON": "7E30", "MON": "1", "NUM": "1800", "PRO": "M", "SEC": "0", "YEA": "1887", "CITY": "DORTMUND-APLERB"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1887-01-01 14:00", "note": "LMT"}, "occus": ["military-personnel"], "ids-in-sources": {"afd2": "104"}}, "raw": {"CY": "D", "GQ": "G", "LG": "007 E 28", "LAT": "51 N 31", "TZO": "", "DATE": "01.01.1887", "MUID": "104", "NAME": "Canaris, Wilhelm", "OCCU": "MA 07", "TIME": "14.00", "BOOKS": "56", "PLACE": "Dortmund", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
2672	piot-bey-jean-1857-12-07	{"a2": "585", "g55": "01-447", "afd5": "836"}	{"g55": "01-447", "lerrcp": "A2-585", "muller": "M5-836"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Piot-Bey", "spouse": [], "official": {"given": "Jean-Baptiste", "family": null}}	\N	{"lmt": null, "tzo": "+00:24:36", "date": "1857-12-07 03:00", "note": null, "place": {"c1": null, "c2": "70", "c3": null, "cy": "FR", "lg": 6.15, "lat": 47.61667, "name": "Charcennes", "geoid": 0}, "notime": null, "date-ut": "1857-12-07 02:35:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Piot"}, "birth": {"tzo": "+00:24:36", "date": "1857-12-07 03:00", "place": {"c2": "70", "cy": "FR", "lg": 6.15, "lat": 47.61667, "name": "Charcennes", "geoid": 0}, "date-ut": "1857-12-07 02:35:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-585"}, "ids-in-sources": {"a2": "585"}}, "raw": {"H": "2", "MN": "35", "TZ": "0", "COD": "70", "COU": "F", "DAY": "7", "LAT": "47N37", "LON": "6E 9", "MON": "12", "NUM": "585", "PRO": "S", "SEC": "24", "YEA": "1857", "CITY": "CHARCENNES"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Piot-Bey", "official": {"given": "Jean-Baptiste"}}, "birth": {"date": "1857-12-07 03:00", "place": {"name": "Charcennes"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "836"}}, "raw": {"NR": "836", "GNR": "SA2585", "JU_": "0", "MA_": "2", "MO_": "0", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1857", "KORR": "", "MARS": "2", "MODE": "LMT", "MOND": "7", "NAME": "PIOT-BEY (JEAN-BAPTISTE).", "AUFAB": "-10.10", "PHAS_": "63.200", "SONNE": "31", "VENUS": "33", "BREITE": "47 N 37", "GEBORT": "Charcennes (Haute-Saône)", "LAENGE": "006 E 09", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "10", "GEBZEIT": "03.00", "JUPITER": "17", "ELECTAGE": "50,2", "ELECTDAT": "21.01.1908", "GEBDATUM": "07.12.1857", "STBDATUM": "14.01.1935"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Charcennes"}}, "partial-ids": {"g55": "01-447"}, "ids-in-source": {"g55": "01-447"}}, "raw": {"DAY": "7-12-1857", "HOUR": "3 h.", "NAME": "PIOT Jean", "PLACE": "Charcennes (Haute-Saône)."}, "date": "2023-08-20T14:47:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
5323	carnap-rudolf-1891-05-18	{"a2": "3240", "afd2": "106"}	{"lerrcp": "A2-3240", "muller": "M2-106"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rudolf", "family": "Carnap", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1891-05-18 21:00", "note": "LMT", "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL RONSD", "geoid": 0}, "notime": null, "date-ut": "1891-05-18 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist", "humanities-scholar"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A2-3240"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL RONSD", "geoid": 0}, "date-ut": "1891-05-18 20:30"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3240"}, "ids-in-sources": {"a2": "3240"}}, "raw": {"H": "21", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "18", "LAT": "51N30", "LON": "7E30", "MON": "5", "NUM": "3240", "PRO": "S", "SEC": "0", "YEA": "1891", "CITY": "WUPPERTAL RONSD"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"sex": "M", "name": {"given": "Rudolf", "family": "Carnap"}, "birth": {"date": "1891-05-18 21:00", "note": "LMT"}, "occus": ["humanities-scholar"], "ids-in-sources": {"afd2": "106"}}, "raw": {"CY": "D", "GQ": "G", "LG": "007 E 12", "LAT": "51 N 16", "TZO": "", "DATE": "18.05.1891", "MUID": "106", "NAME": "Carnap, Rudolf", "OCCU": "SC 06", "TIME": "21.00", "BOOKS": "567", "PLACE": "Wuppertal", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22250	carossa-hans-1878-12-15	{"afd2": "107"}	{"muller": "M2-107"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Hans", "family": "Carossa", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1878-12-15 22:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 11.57, "lat": 47.77, "name": "Bad Tölz", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Hans", "family": "Carossa"}, "birth": {"lmt": true, "tzo": "", "date": "1878-12-15 22:00", "place": {"cy": "DE", "lg": 11.57, "lat": 47.77, "name": "Bad Tölz"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "107"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 34", "LAT": "47 N 46", "TZO": "", "DATE": "15.12.1878", "MUID": "107", "NAME": "Carossa, Hans", "OCCU": "AR 01", "TIME": "22.00", "BOOKS": "567", "PLACE": "Bad Tölz", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22251	caruso-enrico-1873-02-27	{"afd2": "108"}	{"muller": "M2-108"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Enrico", "family": "Caruso", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1873-02-27 03:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 14, "lat": 40.9, "name": "Napoli", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["singer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Enrico", "family": "Caruso"}, "birth": {"tzo": "+00:50", "date": "1873-02-27 03:00", "place": {"cy": "IT", "lg": 14, "lat": 40.9, "name": "Napoli"}}, "occus": ["singer"], "trust": 5, "ids-in-sources": {"afd2": "108"}}, "raw": {"CY": "I", "GQ": "N", "LG": "014 E 00", "LAT": "40 N 54", "TZO": "-0.83", "DATE": "27.02.1873", "MUID": "108", "NAME": "Caruso, Enrico", "OCCU": "AR 06", "TIME": "03.00", "BOOKS": "4567", "PLACE": "Napoli", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22252	caspar-horst-1913-01-20	{"afd2": "109"}	{"muller": "M2-109"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Horst", "family": "Caspar", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1913-01-20 06:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 12.08, "lat": 51.65, "name": "Radegast", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Horst", "family": "Caspar"}, "birth": {"tzo": "+01:00", "date": "1913-01-20 06:45", "place": {"cy": "DE", "lg": 12.08, "lat": 51.65, "name": "Radegast"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd2": "109"}}, "raw": {"CY": "D", "GQ": "N", "LG": "012 E 05", "LAT": "51 N 39", "TZO": "-1.00", "DATE": "20.01.1913", "MUID": "109", "NAME": "Caspar, Horst", "OCCU": "AR 03", "TIME": "06.45", "BOOKS": "57", "PLACE": "Radegast (Anhalt)", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22253	cherubini-luigi-1760-09-14	{"afd2": "111"}	{"muller": "M2-111"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Luigi", "family": "Cherubini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:45", "date": "1760-09-14 00:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.78, "name": "Firenze", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Luigi", "family": "Cherubini"}, "birth": {"tzo": "+00:45", "date": "1760-09-14 00:00", "place": {"cy": "IT", "lg": 11.25, "lat": 43.78, "name": "Firenze"}}, "occus": ["composer"], "trust": 5, "ids-in-sources": {"afd2": "111"}}, "raw": {"CY": "I", "GQ": "N", "LG": "011 E 15", "LAT": "43 N 47", "TZO": "-0.75", "DATE": "14.09.1760", "MUID": "111", "NAME": "Cherubini, Luigi", "OCCU": "AR 04", "TIME": "00.00", "BOOKS": "56", "PLACE": "Firenze", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22254	churchill-sir-winston-1874-11-30	{"afd2": "112"}	{"muller": "M2-112"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Sir Winston", "family": "Churchill", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1874-11-30 01:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -1.25, "lat": 51.77, "name": "Woodstock", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Sir Winston", "family": "Churchill"}, "birth": {"lmt": true, "tzo": "", "date": "1874-11-30 01:30", "place": {"cy": "GB", "lg": -1.25, "lat": 51.77, "name": "Woodstock"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"afd2": "112"}}, "raw": {"CY": "GB", "GQ": "N", "LG": "001 W 15", "LAT": "51 N 46", "TZO": "", "DATE": "30.11.1874", "MUID": "112", "NAME": "Churchill, Sir Winston", "OCCU": "MA 04", "TIME": "01.30", "BOOKS": "4567", "PLACE": "Woodstock (Oxford)", "TIMOD": "LMT", "SOURCE": "FB"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22255	clair-rene-1898-11-11	{"afd2": "113"}	{"muller": "M2-113"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "René", "family": "Clair", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:10", "date": "1898-11-11 14:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 2.33, "lat": 48.83, "name": "Paris", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "René", "family": "Clair"}, "birth": {"tzo": "+00:10", "date": "1898-11-11 14:00", "place": {"cy": "FR", "lg": 2.33, "lat": 48.83, "name": "Paris"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd2": "113"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 20", "LAT": "48 N 50", "TZO": "-0.16", "DATE": "11.11.1898", "MUID": "113", "NAME": "Clair, René", "OCCU": "AR 03", "TIME": "14.00", "BOOKS": "57", "PLACE": "Paris", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
14006	claudel-paul-1868-08-06	{"a6": "202", "afd2": "115"}	{"lerrcp": "A6-202", "muller": "M2-115"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Claudel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:14:28", "date": "1868-08-06 04:00", "note": "LMT", "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Villeneuve/Fere", "geoid": 0}, "notime": null, "date-ut": "1868-08-06 03:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet", "fictional-writer"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Claudel"}, "birth": {"tzo": "+00:14:28", "date": "1868-08-06 04:00", "place": {"c2": "02", "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Villeneuve/Fere", "geoid": 0}, "date-ut": "1868-08-06 03:45:32"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-202"}, "ids-in-sources": {"a6": "202"}}, "raw": {"H": "3", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "6", "LAT": "49N34", "LON": "3E37", "MON": "8", "NUM": "202", "PRO": "W", "SEC": "32", "YEA": "1868", "CITY": "VILLENEUVE/FERE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["fictional-writer"], "ids-in-sources": {"afd2": "115"}}, "raw": {"CY": "F", "GQ": "G", "LG": "003 E 37", "LAT": "49 N 34", "TZO": "", "DATE": "06.08.1868", "MUID": "115", "NAME": "Claudel, Paul", "OCCU": "AR 01", "TIME": "04.00", "BOOKS": "567", "PLACE": "Villeneuve-sur-Fére", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22256	claudius-matthias-1740-08-15	{"afd2": "116"}	{"muller": "M2-116"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Matthias", "family": "Claudius", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:38", "date": "1740-08-15 22:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 10.37, "lat": 53.82, "name": "Reinfeld Holstein", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Matthias", "family": "Claudius"}, "birth": {"tzo": "+00:38", "date": "1740-08-15 22:30", "place": {"cy": "DE", "lg": 10.37, "lat": 53.82, "name": "Reinfeld Holstein"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "116"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 22", "LAT": "53 N 49", "TZO": "-0.63", "DATE": "15.08.1740", "MUID": "116", "NAME": "Claudius, Matthias", "OCCU": "AR 01", "TIME": "22.30", "BOOKS": "4567", "PLACE": "Reinfeld Holstein", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22257	clausewitz-carl-1780-06-01	{"afd2": "117"}	{"muller": "M2-117"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "von", "alter": [], "given": "Carl", "family": "Clausewitz", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1780-06-01 15:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 11.83, "lat": 52.27, "name": "Burg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "von", "given": "Carl", "family": "Clausewitz"}, "birth": {"tzo": "+00:50", "date": "1780-06-01 15:30", "place": {"cy": "DE", "lg": 11.83, "lat": 52.27, "name": "Burg"}}, "occus": ["military-personnel"], "trust": 5, "ids-in-sources": {"afd2": "117"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 50", "LAT": "52 N 16", "TZO": "-0.83", "DATE": "01.06.1780", "MUID": "117", "NAME": "Clausewitz, Carl von", "OCCU": "MA 07", "TIME": "15.30", "BOOKS": "456", "PLACE": "Burg", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
2249	clemenceau-georges-1841-09-28	{"a2": "162", "e3": "351", "g55": "01-126", "afd2": "118", "afd5": "220"}	{"g55": "01-126", "lerrcp": "A2-162", "muller": "M2-118"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Georges", "family": "Clemenceau", "spouse": [], "official": {"given": "Georges", "family": null}}	M	{"lmt": null, "tzo": "-00:05:40", "date": "1841-09-28 21:30", "note": "LMT", "place": {"c1": null, "c2": "85", "c3": null, "cy": "FR", "lg": -1.41667, "lat": 46.66667, "name": "Mouilleron-en-Pareds", "geoid": 0}, "notime": null, "date-ut": "1841-09-28 21:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician", "politician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Clémenceau"}, "birth": {"tzo": "-00:05:40", "date": "1841-09-28 21:30", "place": {"c2": "85", "cy": "FR", "lg": -1.41667, "lat": 46.66667, "name": "Mouilleron-en-P", "geoid": 0}, "date-ut": "1841-09-28 21:35:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-162"}, "ids-in-sources": {"a2": "162"}}, "raw": {"H": "21", "MN": "35", "TZ": "0", "COD": "85", "COU": "F", "DAY": "28", "LAT": "46N40", "LON": "1W25", "MON": "9", "NUM": "162", "PRO": "S", "SEC": "40", "YEA": "1841", "CITY": "MOUILLERON-EN-P"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["politician"], "ids-in-sources": {"e3": "351"}}, "raw": {"H": "21:30", "COD": "85", "DAY": "28", "MON": "09", "NUM": "0351", "PRO": "PO", "YEA": "1841", "CITY": "Mouilleron en Pareds", "NAME": "CLÉMENCEAU Georges", "NOTE": "*"}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Clemenceau", "official": {"given": "Georges"}}, "birth": {"date": "1841-09-28 21:30", "place": {"name": "Mouilleron-en-Pareds"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "220"}}, "raw": {"NR": "220", "GNR": "SA2162", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1841", "KORR": "", "MARS": "20", "MODE": "LMT", "MOND": "8", "NAME": "CLEMENCEAU (GEORGES).", "AUFAB": "5.60", "PHAS_": "93.000", "SONNE": "24", "VENUS": "27", "BREITE": "46 N 40", "GEBORT": "Mouilleron-en-Pareds (Vendée)", "LAENGE": "001 W 25", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "18", "GEBZEIT": "21.30", "JUPITER": "20", "ELECTAGE": "77,2", "ELECTDAT": "03.12.1918", "GEBDATUM": "28.09.1841", "STBDATUM": "24.11.1929"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["politician"], "ids-in-sources": {"afd2": "118"}}, "raw": {"CY": "F", "GQ": "G", "LG": "000 W 52", "LAT": "46 N 40", "TZO": "", "DATE": "28.09.1841", "MUID": "118", "NAME": "Clemenceau, Georges", "OCCU": "MA 04", "TIME": "21.30", "BOOKS": "567", "PLACE": "Mouilleron-en-Pareds", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"birth": {"place": {"name": "Mouilleron-en-Pareds"}}, "partial-ids": {"g55": "01-126"}, "ids-in-source": {"g55": "01-126"}}, "raw": {"DAY": "28-9-1841", "HOUR": "21 h. 30", "NAME": "CLEMENCEAU Georges", "PLACE": "Mouilleron-en-Pareds (V.)."}, "date": "2023-08-20T14:47:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2674	planchon-francois-1833-10-29	{"a2": "587", "g55": "01-449", "afd5": "839"}	{"g55": "01-449", "lerrcp": "A2-587", "muller": "M5-839"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "François", "family": "Planchon", "spouse": [], "official": {"given": "François Gustave", "family": null}}	\N	{"lmt": null, "tzo": "+00:14:50", "date": "1833-10-29 21:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.70797, "lat": 43.93419, "name": "Ganges", "geoid": 3016714}, "notime": null, "date-ut": "1833-10-29 20:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "François", "family": "Planchon"}, "birth": {"tzo": "+00:14:50", "date": "1833-10-29 21:00", "place": {"c2": "34", "cy": "FR", "lg": 3.70797, "lat": 43.93419, "name": "Ganges", "geoid": 3016714}, "date-ut": "1833-10-29 20:44:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-587"}, "ids-in-sources": {"a2": "587"}}, "raw": {"H": "20", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "29", "LAT": "43N37", "LON": "3E53", "MON": "10", "NUM": "587", "PRO": "S", "SEC": "28", "YEA": "1833", "CITY": "GANGES"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Planchon", "official": {"given": "François Gustave"}}, "birth": {"date": "1833-10-29 21:00", "place": {"name": "Ganges"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "839"}}, "raw": {"NR": "839", "GNR": "SA2587", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1833", "KORR": "", "MARS": "24", "MODE": "LMT", "MOND": "5", "NAME": "PLANCHON (FRANÇOIS GUSTAVE).", "AUFAB": "0.30", "PHAS_": "99.700", "SONNE": "24", "VENUS": "26", "BREITE": "43 N 37", "GEBORT": "Ganges (Hérault)", "LAENGE": "003 E 53", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "26", "GEBZEIT": "21.00", "JUPITER": "6", "ELECTAGE": "43,5", "ELECTDAT": "03.04.1877", "GEBDATUM": "29.10.1833", "STBDATUM": "12.04.1900"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-449"}, "ids-in-source": {"g55": "01-449"}}, "raw": {"DAY": "29-10-1833", "HOUR": "21 h.", "NAME": "PLANCHON François", "PLACE": "Ganges (Hérault)."}, "date": "2023-08-20T14:47:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2682	poncet-antonin-1849-03-28	{"a2": "595", "g55": "01-454", "afd5": "846"}	{"g55": "01-454", "lerrcp": "A2-595", "muller": "M5-846"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Antonin", "family": "Poncet", "spouse": [], "official": {"given": "Antonin", "family": null}}	\N	{"lmt": null, "tzo": "+00:20:52", "date": "1849-03-28 09:00", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 5.21667, "lat": 46.2, "name": "Saint-Trivier-sur-Moignans", "geoid": 0}, "notime": null, "date-ut": "1849-03-28 08:39:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Antonin", "family": "Poncet"}, "birth": {"tzo": "+00:20:52", "date": "1849-03-28 09:00", "place": {"c2": "01", "cy": "FR", "lg": 5.21667, "lat": 46.2, "name": "Saint-Trivier-sur-Mo", "geoid": 0}, "date-ut": "1849-03-28 08:39:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-595"}, "ids-in-sources": {"a2": "595"}}, "raw": {"H": "8", "MN": "39", "TZ": "0", "COD": "01", "COU": "F", "DAY": "28", "LAT": "46N12", "LON": "5E13", "MON": "3", "NUM": "595", "PRO": "S", "SEC": "8", "YEA": "1849", "CITY": "ST-TRIVIER-S/MO"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Poncet", "official": {"given": "Antonin"}}, "birth": {"date": "1849-03-28 09:00", "place": {"name": "Saint-Trivier-sur-Moignans"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "846"}}, "raw": {"NR": "846", "GNR": "SA2595", "JU_": "1", "MA_": "2", "MO_": "2", "SA_": "1", "SO_": "1", "VE_": "2", "CODE": "3", "JAHR": "1849", "KORR": "", "MARS": "9", "MODE": "LMT", "MOND": "1", "NAME": "PONCET (ANTONIN).", "AUFAB": "7.50", "PHAS_": "15.500", "SONNE": "5", "VENUS": "3", "BREITE": "46 N 12", "GEBORT": "Saint-Trivier-sur-Moignans (Ain)", "LAENGE": "005 E 13", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "5", "GEBZEIT": "09.00", "JUPITER": "28", "ELECTAGE": "46,9", "ELECTDAT": "28.01.1896", "GEBDATUM": "28.03.1849", "STBDATUM": "16.09.1913"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Trivier-sur-Moignans"}}, "partial-ids": {"g55": "01-454"}, "ids-in-source": {"g55": "01-454"}}, "raw": {"DAY": "28-3-1849", "HOUR": "9 h.", "NAME": "PONCET Antonin", "PLACE": "Saint-Trivier-sur-Moignans (Ain)."}, "date": "2023-08-20T14:47:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
22259	clift-montgomery-1920-10-17	{"afd2": "120"}	{"muller": "M2-120"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Montgomery", "family": "Clift", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1920-10-17 02:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "US", "lg": -96, "lat": 41.27, "name": "Omaha", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Montgomery", "family": "Clift"}, "birth": {"tzo": "-06:00", "date": "1920-10-17 02:30", "place": {"cy": "US", "lg": -96, "lat": 41.27, "name": "Omaha"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd2": "120"}}, "raw": {"CY": "USA", "GQ": "N", "LG": "096 W 00", "LAT": "41 N 16", "TZO": "6.00", "DATE": "17.10.1920", "MUID": "120", "NAME": "Clift, Montgomery", "OCCU": "AR 03", "TIME": "02.30", "BOOKS": "57", "PLACE": "Omaha (Nebr)", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22260	cole-nat-king-1919-03-17	{"afd2": "122"}	{"muller": "M2-122"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Nat \\"King\\"", "family": "Cole", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1919-03-17 09:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "US", "lg": -86.3, "lat": 32.5, "name": "Montgomery", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Nat \\"King\\"", "family": "Cole"}, "birth": {"tzo": "-06:00", "date": "1919-03-17 09:00", "place": {"cy": "US", "lg": -86.3, "lat": 32.5, "name": "Montgomery"}}, "occus": ["musician"], "trust": 5, "ids-in-sources": {"afd2": "122"}}, "raw": {"CY": "USA", "GQ": "N", "LG": "086 W 18", "LAT": "32 N 30", "TZO": "6.00", "DATE": "17.03.1919", "MUID": "122", "NAME": "Cole, Nat \\"King\\"", "OCCU": "AR 07", "TIME": "09.00", "BOOKS": "567", "PLACE": "Montgomery (Ala)", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22510	renoir-jean-1894-09-15	{"afd2": "472"}	{"muller": "M2-472"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Renoir", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:10", "date": "1894-09-15 23:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 2.33, "lat": 48.83, "name": "Paris", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Jean", "family": "Renoir"}, "birth": {"tzo": "+00:10", "date": "1894-09-15 23:00", "place": {"cy": "FR", "lg": 2.33, "lat": 48.83, "name": "Paris"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd2": "472"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 20", "LAT": "48 N 50", "TZO": "-0.16", "DATE": "15.09.1894", "MUID": "472", "NAME": "Renoir, Jean", "OCCU": "AR 03", "TIME": "23.00", "BOOKS": "56", "PLACE": "Paris", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
9002	corot-jean-1796-07-16	{"a4": "250", "afd2": "124"}	{"lerrcp": "A4-250", "muller": "M2-124"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Corot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1796-07-16 01:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1796-07-16 01:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Corot"}, "birth": {"tzo": "+00:09:24", "date": "1796-07-16 01:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1796-07-16 01:20:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-250"}, "ids-in-sources": {"a4": "250"}}, "raw": {"H": "1", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "16", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "250", "PRO": "P", "SEC": "40", "YEA": "1796", "CITY": "PARIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"sex": "M", "occus": ["artist"], "ids-in-sources": {"afd2": "124"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 20", "LAT": "48 N 50", "TZO": "-0.07", "DATE": "16.07.1796", "MUID": "124", "NAME": "Corot, Camille", "OCCU": "AR 08", "TIME": "01.30", "BOOKS": "56", "PLACE": "Paris", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22261	coster-charles-1827-08-20	{"afd2": "125"}	{"muller": "M2-125"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "de", "alter": [], "given": "Charles", "family": "Coster", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1827-08-20 15:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 11.57, "lat": 48.13, "name": "München", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "de", "given": "Charles", "family": "Coster"}, "birth": {"lmt": true, "tzo": "", "date": "1827-08-20 15:30", "place": {"cy": "DE", "lg": 11.57, "lat": 48.13, "name": "München"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "125"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 34", "LAT": "48 N 08", "TZO": "", "DATE": "20.08.1827", "MUID": "125", "NAME": "Coster, Charles de", "OCCU": "AR 01", "TIME": "15.30", "BOOKS": "456", "PLACE": "München", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22262	coward-sir-noel-pierce-1899-12-16	{"afd2": "127"}	{"muller": "M2-127"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Sir Noel Pierce", "family": "Coward", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1899-12-16 02:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -0.33, "lat": 51.52, "name": "Teddington", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Sir Noel Pierce", "family": "Coward"}, "birth": {"tzo": "+00:00", "date": "1899-12-16 02:30", "place": {"cy": "GB", "lg": -0.33, "lat": 51.52, "name": "Teddington"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "127"}}, "raw": {"CY": "GB", "GQ": "N", "LG": "000 W 20", "LAT": "51 N 31", "TZO": "0.00", "DATE": "16.12.1899", "MUID": "127", "NAME": "Coward, Sir Noel Pierce", "OCCU": "AR 01", "TIME": "02.30", "BOOKS": "56", "PLACE": "Teddington (London)", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
2684	portier-paul-1866-05-22	{"a2": "597", "g55": "01-455", "afd5": "851"}	{"g55": "01-455", "lerrcp": "A2-597", "muller": "M5-851"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul", "family": "Portier", "spouse": [], "official": {"given": "Paul Jules", "family": null}}	\N	{"lmt": null, "tzo": "+00:17:30", "date": "1866-05-22 11:30", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.37656, "lat": 48.11295, "name": "Bar-sur-Seine", "geoid": 3034800}, "notime": null, "date-ut": "1866-05-22 11:13:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Portier"}, "birth": {"tzo": "+00:17:30", "date": "1866-05-22 11:30", "place": {"c2": "10", "cy": "FR", "lg": 4.37656, "lat": 48.11295, "name": "Bar-sur-Seine", "geoid": 3034800}, "date-ut": "1866-05-22 11:13:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-597"}, "ids-in-sources": {"a2": "597"}}, "raw": {"H": "11", "MN": "13", "TZ": "0", "COD": "10", "COU": "F", "DAY": "22", "LAT": "48N18", "LON": "4E 5", "MON": "5", "NUM": "597", "PRO": "S", "SEC": "40", "YEA": "1866", "CITY": "BAR-S-SEINE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Portier", "official": {"given": "Paul Jules"}}, "birth": {"date": "1866-05-22 11:30", "place": {"name": "Bar-sur-Seine"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "851"}}, "raw": {"NR": "851", "GNR": "SA2597", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "0", "CODE": "3", "JAHR": "1866", "KORR": "", "MARS": "13", "MODE": "LMT", "MOND": "35", "NAME": "PORTIER (PAUL JULES).", "AUFAB": "10.30", "PHAS_": "56.100", "SONNE": "9", "VENUS": "7", "BREITE": "48 N 18", "GEBORT": "Bar-sur-Seine (Aube)", "LAENGE": "004 E 05", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "29", "GEBZEIT": "11.30", "JUPITER": "22", "ELECTAGE": "62,7", "ELECTDAT": "29.01.1929", "GEBDATUM": "22.05.1866", "STBDATUM": "29.01.1962"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-455"}, "ids-in-source": {"g55": "01-455"}}, "raw": {"DAY": "22-5-1866", "HOUR": "11 h. 30", "NAME": "* PORTIER Paul", "PLACE": "Bar-sur-Seine (Aube)."}, "date": "2023-08-20T14:47:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
22263	cronin-archibald-joseph-1896-07-19	{"afd2": "130"}	{"muller": "M2-130"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Archibald Joseph", "family": "Cronin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1896-07-19 03:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -4.55, "lat": 55.78, "name": "Cardross", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Archibald Joseph", "family": "Cronin"}, "birth": {"tzo": "+00:00", "date": "1896-07-19 03:45", "place": {"cy": "GB", "lg": -4.55, "lat": 55.78, "name": "Cardross"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "130"}}, "raw": {"CY": "GB", "GQ": "N", "LG": "004 W 33", "LAT": "55 N 47", "TZO": "0.00", "DATE": "19.07.1896", "MUID": "130", "NAME": "Cronin, Archibald Joseph", "OCCU": "AR 01", "TIME": "03.45", "BOOKS": "67", "PLACE": "Cardross (Dumbarton)", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22264	curtius-ernst-1814-09-02	{"afd2": "131"}	{"muller": "M2-131"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Ernst", "family": "Curtius", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1814-09-02 09:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 10.68, "lat": 53.87, "name": "Lübeck", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["humanities-scholar"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Ernst", "family": "Curtius"}, "birth": {"lmt": true, "tzo": "", "date": "1814-09-02 09:00", "place": {"cy": "DE", "lg": 10.68, "lat": 53.87, "name": "Lübeck"}}, "occus": ["humanities-scholar"], "trust": 5, "ids-in-sources": {"afd2": "131"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 41", "LAT": "53 N 52", "TZO": "", "DATE": "02.09.1814", "MUID": "131", "NAME": "Curtius, Ernst", "OCCU": "SC 07", "TIME": "09.00", "BOOKS": "56", "PLACE": "Lübeck", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22265	cuvier-georges-1769-08-23	{"afd2": "132"}	{"muller": "M2-132"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "de", "alter": [], "given": "Georges", "family": "Cuvier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:25", "date": "1769-08-23 04:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 6.8, "lat": 47.52, "name": "Montbéliard", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "de", "given": "Georges", "family": "Cuvier"}, "birth": {"tzo": "+00:25", "date": "1769-08-23 04:00", "place": {"cy": "FR", "lg": 6.8, "lat": 47.52, "name": "Montbéliard"}}, "occus": ["scientist"], "trust": 5, "ids-in-sources": {"afd2": "132"}}, "raw": {"CY": "F", "GQ": "G", "LG": "006 E 48", "LAT": "47 N 31", "TZO": "-0.42", "DATE": "23.08.1769", "MUID": "132", "NAME": "Cuvier, Georges de", "OCCU": "SC 03", "TIME": "04.00", "BOOKS": "456", "PLACE": "Montbéliard", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22266	dahn-felix-1834-02-09	{"afd2": "133"}	{"muller": "M2-133"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Felix", "family": "Dahn", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1834-02-09 15:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 10.03, "lat": 53.57, "name": "Hamburg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Felix", "family": "Dahn"}, "birth": {"lmt": true, "tzo": "", "date": "1834-02-09 15:30", "place": {"cy": "DE", "lg": 10.03, "lat": 53.57, "name": "Hamburg"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "133"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 02", "LAT": "53 N 34", "TZO": "", "DATE": "09.02.1834", "MUID": "133", "NAME": "Dahn, Felix", "OCCU": "AR 01", "TIME": "15.30", "BOOKS": "67", "PLACE": "Hamburg", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22267	dali-salvador-1904-05-11	{"afd2": "134"}	{"muller": "M2-134"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Salvador", "family": "Dali", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1904-05-11 08:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "ES", "lg": 2.97, "lat": 42.27, "name": "Figueras", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Salvador", "family": "Dali"}, "birth": {"tzo": "+00:00", "date": "1904-05-11 08:45", "place": {"cy": "ES", "lg": 2.97, "lat": 42.27, "name": "Figueras"}}, "occus": ["artist"], "trust": 5, "ids-in-sources": {"afd2": "134"}}, "raw": {"CY": "E", "GQ": "N", "LG": "002 E 58", "LAT": "42 N 16", "TZO": "0.00", "DATE": "11.05.1904", "MUID": "134", "NAME": "Dali, Salvador", "OCCU": "AR 08", "TIME": "08.45", "BOOKS": "57", "PLACE": "Figueras", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
14033	daudet-alphonse-1840-05-13	{"a6": "230", "afd2": "135"}	{"lerrcp": "A6-230", "muller": "M2-135"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Daudet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:17:26", "date": "1840-05-13 02:00", "note": "LMT", "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1840-05-13 01:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "fictional-writer"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Daudet"}, "birth": {"tzo": "+00:17:26", "date": "1840-05-13 02:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1840-05-13 01:42:36"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-230"}, "ids-in-sources": {"a6": "230"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "13", "LAT": "43N51", "LON": "4E21", "MON": "5", "NUM": "230", "PRO": "W", "SEC": "36", "YEA": "1840", "CITY": "NIMES"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:48+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["fictional-writer"], "ids-in-sources": {"afd2": "135"}}, "raw": {"CY": "F", "GQ": "G", "LG": "004 E 21", "LAT": "43 N 51", "TZO": "", "DATE": "13.05.1840", "MUID": "135", "NAME": "Daudet, Alphonse", "OCCU": "AR 01", "TIME": "02.00", "BOOKS": "456", "PLACE": "Nimes", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
16540	davis-miles-1926-05-25	{"d10": "304", "afd2": "137"}	{"lerrcp": "D10-304", "muller": "M2-137"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Miles", "family": "Davis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1926-05-25 05:00", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -90.16667, "lat": 38.88333, "name": "Alton", "geoid": null}, "notime": null, "date-ut": "1926-05-25 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Miles", "family": "Davis"}, "birth": {"tzo": "-06:00", "date": "1926-05-25 05:00", "place": {"c2": "IL", "cy": "US", "lg": -90.16667, "lat": 38.88333, "name": "Alton"}, "date-ut": "1926-05-25 11:00"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "304"}}, "raw": {"H": "05:00", "TZ": "6h", "DAY": "25", "LAT": "38N53", "LON": "90W10", "MON": "5", "NUM": "304", "PRO": "AR", "YEA": "1926", "CICO": "Alton, IL", "NAME": "Davis Miles"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["musician"], "ids-in-sources": {"afd2": "137"}}, "raw": {"CY": "USA", "GQ": "G", "LG": "090 W 15", "LAT": "39 N 00", "TZO": "6.00", "DATE": "25.05.1926", "MUID": "137", "NAME": "Davis, Miles", "OCCU": "AR 07", "TIME": "05.00", "BOOKS": "57", "PLACE": "Alton (III)", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
2689	proust-adrien-1834-03-18	{"a2": "602", "g55": "01-459", "afd5": "860"}	{"g55": "01-459", "lerrcp": "A2-602", "muller": "M5-860"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Adrien", "family": "Proust", "spouse": [], "official": {"given": "Adrien", "family": null}}	\N	{"lmt": null, "tzo": "+00:06", "date": "1834-03-18 23:00", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 1.5, "lat": 48.45, "name": "Illiers", "geoid": 0}, "notime": null, "date-ut": "1834-03-18 22:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Adrien", "family": "Proust"}, "birth": {"tzo": "+00:06", "date": "1834-03-18 23:00", "place": {"c2": "28", "cy": "FR", "lg": 1.5, "lat": 48.45, "name": "Illiers", "geoid": 0}, "date-ut": "1834-03-18 22:54"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-602"}, "ids-in-sources": {"a2": "602"}}, "raw": {"H": "22", "MN": "54", "TZ": "0", "COD": "28", "COU": "F", "DAY": "18", "LAT": "48N27", "LON": "1E30", "MON": "3", "NUM": "602", "PRO": "S", "SEC": "0", "YEA": "1834", "CITY": "ILLIERS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Proust", "official": {"given": "Adrien"}}, "birth": {"date": "1834-03-18 23:00", "place": {"name": "Illiers"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "860"}}, "raw": {"NR": "860", "GNR": "SA2602", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1834", "KORR": "", "MARS": "29", "MODE": "LMT", "MOND": "15", "NAME": "PROUST (ADRIEN).", "AUFAB": "9.90", "PHAS_": "44.500", "SONNE": "26", "VENUS": "26", "BREITE": "48 N 27", "GEBORT": "Illiers (Eure-et-Loir)", "LAENGE": "001 E 30", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "7", "GEBZEIT": "23.00", "JUPITER": "21", "ELECTAGE": "45,3", "ELECTDAT": "17.06.1879", "GEBDATUM": "18.03.1834", "STBDATUM": "26.11.1903"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Illiers"}}, "partial-ids": {"g55": "01-459"}, "ids-in-source": {"g55": "01-459"}}, "raw": {"DAY": "18-3-1834", "HOUR": "23 h.", "NAME": "PROUST Adrien", "PLACE": "Illiers (Eure-et-Loire)."}, "date": "2023-08-20T14:47:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
10512	debussy-achille-1862-08-22	{"a4": "1760", "afd2": "138"}	{"lerrcp": "A4-1760", "muller": "M2-138"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Achille", "family": "Debussy", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:08:44", "date": "1862-08-22 04:30", "note": "LMT", "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Stgermain", "geoid": 0}, "notime": null, "date-ut": "1862-08-22 04:21:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	5	null	[{"new": {"name": {"given": "Achille", "family": "Debussy"}, "birth": {"tzo": "+00:08:44", "date": "1862-08-22 04:30", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Stgermain", "geoid": 0}, "date-ut": "1862-08-22 04:21:16"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1760"}, "ids-in-sources": {"a4": "1760"}}, "raw": {"H": "4", "MN": "21", "TZ": "0", "COD": "92", "COU": "F", "DAY": "22", "LAT": "48N50", "LON": "2E11", "MON": "8", "NUM": "1760", "PRO": "M", "SEC": "16", "YEA": "1862", "CITY": "STGERMAIN"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["composer"], "ids-in-sources": {"afd2": "138"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 08", "LAT": "48 N 50", "TZO": "", "DATE": "22.08.1862", "MUID": "138", "NAME": "Debussy, Claude", "OCCU": "AR 04", "TIME": "04.30", "BOOKS": "4567", "PLACE": "Saint-Germain-en-Laye", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22268	dedekind-richard-1831-10-06	{"afd2": "139"}	{"muller": "M2-139"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Richard", "family": "Dedekind", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1831-10-06 16:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 10.53, "lat": 52.27, "name": "Braunschweig", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mathematician"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Richard", "family": "Dedekind"}, "birth": {"lmt": true, "tzo": "", "date": "1831-10-06 16:00", "place": {"cy": "DE", "lg": 10.53, "lat": 52.27, "name": "Braunschweig"}}, "occus": ["mathematician"], "trust": 5, "ids-in-sources": {"afd2": "139"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 32", "LAT": "52 N 16", "TZO": "", "DATE": "06.10.1831", "MUID": "139", "NAME": "Dedekind, Richard", "OCCU": "SC 01", "TIME": "16.00", "BOOKS": "57", "PLACE": "Braunschweig", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22269	dehler-thomas-1897-12-14	{"afd2": "141"}	{"muller": "M2-141"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Thomas", "family": "Dehler", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1897-12-14 23:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 11.07, "lat": 50.15, "name": "Lichtenfels", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Thomas", "family": "Dehler"}, "birth": {"tzo": "+01:00", "date": "1897-12-14 23:45", "place": {"cy": "DE", "lg": 11.07, "lat": 50.15, "name": "Lichtenfels"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"afd2": "141"}}, "raw": {"CY": "D", "GQ": "M", "LG": "011 E 04", "LAT": "50 N 09", "TZO": "-1.00", "DATE": "14.12.1897", "MUID": "141", "NAME": "Dehler, Thomas", "OCCU": "MA 04", "TIME": "23.45", "BOOKS": "56", "PLACE": "Lichtenfels", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22270	delaunay-robert-1885-04-12	{"afd2": "142"}	{"muller": "M2-142"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Robert", "family": "Delaunay", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1885-04-12 07:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 2.33, "lat": 48.83, "name": "Paris", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Robert", "family": "Delaunay"}, "birth": {"lmt": true, "tzo": "", "date": "1885-04-12 07:00", "place": {"cy": "FR", "lg": 2.33, "lat": 48.83, "name": "Paris"}}, "occus": ["artist"], "trust": 5, "ids-in-sources": {"afd2": "142"}}, "raw": {"CY": "F", "GQ": "N", "LG": "002 E 20", "LAT": "48 N 50", "TZO": "", "DATE": "12.04.1885", "MUID": "142", "NAME": "Delaunay, Robert", "OCCU": "AR 08", "TIME": "07.00", "BOOKS": "67", "PLACE": "Paris", "TIMOD": "LMT", "SOURCE": "SA"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
20218	delon-alain-1935-11-08	{"e3": "469", "afd2": "143"}	{"lerrcp": "E3-469", "muller": "M2-143"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Delon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1935-11-08 03:25", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.29026, "lat": 48.77644, "name": "Sceaux", "geoid": 2975469}, "notime": null, "date-ut": "1935-11-08 03:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Alain", "family": "Delon"}, "birth": {"tzo": "+00:00", "date": "1935-11-08 03:25", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": 2.29026, "lat": 48.77644, "name": "Sceaux", "geoid": 2975469}, "date-ut": "1935-11-08 03:25"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "469"}}, "raw": {"H": "03:25", "COD": "92", "DAY": "08", "MON": "11", "NUM": "0469", "PRO": "AC", "YEA": "1935", "CITY": "Sceaux", "NAME": "DELON Alain", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"sex": "M", "occus": ["actor"], "ids-in-sources": {"afd2": "143"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 21", "LAT": "48 N 47", "TZO": "0.00", "DATE": "08.11.1935", "MUID": "143", "NAME": "Delon, Alain", "OCCU": "AR 03", "TIME": "03.25", "BOOKS": "57", "PLACE": "Sceaux", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22271	demus-jorg-1928-12-02	{"afd2": "144"}	{"muller": "M2-144"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jörg", "family": "Demus", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1928-12-02 11:20", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "AT", "lg": 15.63, "lat": 48.2, "name": "St. Pölten", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Jörg", "family": "Demus"}, "birth": {"tzo": "+01:00", "date": "1928-12-02 11:20", "place": {"cy": "AT", "lg": 15.63, "lat": 48.2, "name": "St. Pölten"}}, "occus": ["musician"], "trust": 5, "ids-in-sources": {"afd2": "144"}}, "raw": {"CY": "A", "GQ": "N", "LG": "015 E 38", "LAT": "48 N 12", "TZO": "-1.00", "DATE": "02.12.1928", "MUID": "144", "NAME": "Demus, Jörg", "OCCU": "AR 07", "TIME": "11.20", "BOOKS": "57", "PLACE": "St. Pölten", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22272	derwall-josef-1927-03-10	{"afd2": "146"}	{"muller": "M2-146"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Josef", "family": "Derwall", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1927-03-10 08:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 6.08, "lat": 50.78, "name": "Würselen Aachen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sportsperson"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Josef", "family": "Derwall"}, "birth": {"tzo": "+01:00", "date": "1927-03-10 08:15", "place": {"cy": "DE", "lg": 6.08, "lat": 50.78, "name": "Würselen Aachen"}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"afd2": "146"}}, "raw": {"CY": "D", "GQ": "N", "LG": "006 E 05", "LAT": "50 N 47", "TZO": "-1.00", "DATE": "10.03.1927", "MUID": "146", "NAME": "Derwall, Josef", "OCCU": "MA 13", "TIME": "08.15", "BOOKS": "5", "PLACE": "Würselen Aachen", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
2692	queirel-auguste-1842-02-26	{"a2": "605", "g55": "01-461", "afd5": "863"}	{"g55": "01-461", "lerrcp": "A2-605", "muller": "M5-863"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Auguste", "family": "Queirel", "spouse": [], "official": {"given": "Auguste", "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1842-02-26 19:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1842-02-26 18:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Queirel"}, "birth": {"tzo": "+00:21:31", "date": "1842-02-26 19:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1842-02-26 18:38:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-605"}, "ids-in-sources": {"a2": "605"}}, "raw": {"H": "18", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "26", "LAT": "43N18", "LON": "5E22", "MON": "2", "NUM": "605", "PRO": "S", "SEC": "32", "YEA": "1842", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Queirel", "official": {"given": "Auguste"}}, "birth": {"date": "1842-02-26 19:00", "place": {"name": "Marseille"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "863"}}, "raw": {"NR": "863", "GNR": "SA2605", "JU_": "0", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1842", "KORR": "", "MARS": "16", "MODE": "LMT", "MOND": "35", "NAME": "QUEIREL (AUGUSTE).", "AUFAB": "-1.00", "PHAS_": "98.900", "SONNE": "20", "VENUS": "21", "BREITE": "43 N 18", "GEBORT": "Marseille (Bouches-du-Rhône)", "LAENGE": "005 E 22", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "26", "GEBZEIT": "19.00", "JUPITER": "25", "ELECTAGE": "50,0", "ELECTDAT": "28.02.1892", "GEBDATUM": "26.02.1842", "STBDATUM": "07.01.1910"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-461"}, "ids-in-source": {"g55": "01-461"}}, "raw": {"DAY": "26-2-1842", "HOUR": "19 h.", "NAME": "QUEIREL Auguste", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:47:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
22273	devrient-ludwig-1784-12-15	{"afd2": "147"}	{"muller": "M2-147"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Ludwig", "family": "Devrient", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:57", "date": "1784-12-15 01:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Ludwig", "family": "Devrient"}, "birth": {"tzo": "+00:57", "date": "1784-12-15 01:30", "place": {"cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd2": "147"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 18", "LAT": "52 N 32", "TZO": "-0.95", "DATE": "15.12.1784", "MUID": "147", "NAME": "Devrient, Ludwig", "OCCU": "AR 03", "TIME": "01.30", "BOOKS": "457", "PLACE": "Berlin", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22274	dietrich-wilfried-1933-10-14	{"afd2": "148"}	{"muller": "M2-148"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Wilfried", "family": "Dietrich", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1933-10-14 01:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.45, "lat": 49.47, "name": "Schifferstadt", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sportsperson"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Wilfried", "family": "Dietrich"}, "birth": {"tzo": "+01:00", "date": "1933-10-14 01:00", "place": {"cy": "DE", "lg": 8.45, "lat": 49.47, "name": "Schifferstadt"}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"afd2": "148"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 27", "LAT": "49 N 28", "TZO": "-1.00", "DATE": "14.10.1933", "MUID": "148", "NAME": "Dietrich, Wilfried", "OCCU": "MA 13", "TIME": "01.00", "BOOKS": "57", "PLACE": "Schifferstadt", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22275	dilthey-wilhelm-1833-11-19	{"afd2": "149"}	{"muller": "M2-149"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Wilhelm", "family": "Dilthey", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1833-11-19 20:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.28, "lat": 50.05, "name": "Biebrich", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["humanities-scholar"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Wilhelm", "family": "Dilthey"}, "birth": {"lmt": true, "tzo": "", "date": "1833-11-19 20:00", "place": {"cy": "DE", "lg": 8.28, "lat": 50.05, "name": "Biebrich"}}, "occus": ["humanities-scholar"], "trust": 5, "ids-in-sources": {"afd2": "149"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 17", "LAT": "50 N 03", "TZO": "", "DATE": "19.11.1833", "MUID": "149", "NAME": "Dilthey, Wilhelm", "OCCU": "SC 07", "TIME": "20.00", "BOOKS": "567", "PLACE": "Biebrich", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22276	dix-otto-1891-12-02	{"afd2": "150"}	{"muller": "M2-150"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Otto", "family": "Dix", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1891-12-02 01:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 12.08, "lat": 50.87, "name": "Untermhaus", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Otto", "family": "Dix"}, "birth": {"lmt": true, "tzo": "", "date": "1891-12-02 01:30", "place": {"cy": "DE", "lg": 12.08, "lat": 50.87, "name": "Untermhaus"}}, "occus": ["artist"], "trust": 5, "ids-in-sources": {"afd2": "150"}}, "raw": {"CY": "D", "GQ": "N", "LG": "012 E 05", "LAT": "50 N 52", "TZO": "", "DATE": "02.12.1891", "MUID": "150", "NAME": "Dix, Otto", "OCCU": "AR 08", "TIME": "01.30", "BOOKS": "567", "PLACE": "Untermhaus", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22277	doderer-heimito-1896-09-05	{"afd2": "151"}	{"muller": "M2-151"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "von", "alter": [], "given": "Heimito", "family": "Doderer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1896-09-05 10:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "AT", "lg": 16.32, "lat": 48.28, "name": "Weidlingau", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "von", "given": "Heimito", "family": "Doderer"}, "birth": {"tzo": "+01:00", "date": "1896-09-05 10:00", "place": {"cy": "AT", "lg": 16.32, "lat": 48.28, "name": "Weidlingau"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "151"}}, "raw": {"CY": "A", "GQ": "N", "LG": "016 E 19", "LAT": "48 N 17", "TZO": "-1.00", "DATE": "05.09.1896", "MUID": "151", "NAME": "Doderer, Heimito von", "OCCU": "AR 01", "TIME": "10.00", "BOOKS": "56", "PLACE": "Weidlingau", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22278	dorpfeld-wilhelm-1853-12-26	{"afd2": "152"}	{"muller": "M2-152"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Wilhelm", "family": "Dörpfeld", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1853-12-26 10:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 7.2, "lat": 51.27, "name": "Barmen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["humanities-scholar"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Wilhelm", "family": "Dörpfeld"}, "birth": {"lmt": true, "tzo": "", "date": "1853-12-26 10:00", "place": {"cy": "DE", "lg": 7.2, "lat": 51.27, "name": "Barmen"}}, "occus": ["humanities-scholar"], "trust": 5, "ids-in-sources": {"afd2": "152"}}, "raw": {"CY": "D", "GQ": "N", "LG": "007 E 12", "LAT": "51 N 16", "TZO": "", "DATE": "26.12.1853", "MUID": "152", "NAME": "Dörpfeld, Wilhelm", "OCCU": "SC 07", "TIME": "10.00", "BOOKS": "56", "PLACE": "Barmen", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
7541	dornier-claudius-1884-05-14	{"a3": "1828", "afd2": "153"}	{"lerrcp": "A3-1828", "muller": "M2-153"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claudius", "family": "Dornier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1884-05-14 17:30", "note": "LMT", "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "KEMPTEN ALLGAU", "geoid": 0}, "notime": null, "date-ut": "1884-05-14 16:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "miscelaneous"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1828"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "KEMPTEN ALLGAU", "geoid": 0}, "date-ut": "1884-05-14 16:44"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1828"}, "ids-in-sources": {"a3": "1828"}}, "raw": {"H": "17", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "14", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "1828", "PRO": "M", "SEC": "0", "YEA": "1884", "CITY": "KEMPTEN ALLGAU"}, "date": "2023-08-20T14:43:24+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"sex": "M", "name": {"given": "Claudius", "family": "Dornier"}, "birth": {"date": "1884-05-14 17:30", "note": "LMT"}, "occus": ["miscelaneous"], "ids-in-sources": {"afd2": "153"}}, "raw": {"CY": "D", "GQ": "G", "LG": "010 E 19", "LAT": "47 N 44", "TZO": "", "DATE": "14.05.1884", "MUID": "153", "NAME": "Dornier, Claudius", "OCCU": "MA 01", "TIME": "17.30", "BOOKS": "56", "PLACE": "Kempten Aligdu", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22279	douglas-kirk-1916-12-09	{"afd2": "154"}	{"muller": "M2-154"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Kirk", "family": "Douglas", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1916-12-09 10:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "US", "lg": -74.17, "lat": 43, "name": "Amsterdam", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Kirk", "family": "Douglas"}, "birth": {"tzo": "-05:00", "date": "1916-12-09 10:15", "place": {"cy": "US", "lg": -74.17, "lat": 43, "name": "Amsterdam"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd2": "154"}}, "raw": {"CY": "USA", "GQ": "N", "LG": "074 W 10", "LAT": "43 N 00", "TZO": "5.00", "DATE": "09.12.1916", "MUID": "154", "NAME": "Douglas, Kirk", "OCCU": "AR 03", "TIME": "10.15", "BOOKS": "57", "PLACE": "Amsterdam (NY)", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22280	drais-karl-1785-04-29	{"afd2": "155"}	{"muller": "M2-155"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "von", "alter": [], "given": "Karl", "family": "Drais", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:37", "date": "1785-04-29 11:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.4, "lat": 49.02, "name": "Karlsruhe", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "von", "given": "Karl", "family": "Drais"}, "birth": {"tzo": "+00:37", "date": "1785-04-29 11:30", "place": {"cy": "DE", "lg": 8.4, "lat": 49.02, "name": "Karlsruhe"}}, "occus": ["miscelaneous"], "trust": 5, "ids-in-sources": {"afd2": "155"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 24", "LAT": "49 N 01", "TZO": "-0.62", "DATE": "29.04.1785", "MUID": "155", "NAME": "Drais, Karl von", "OCCU": "MA 01", "TIME": "11.30", "BOOKS": "567", "PLACE": "Karlsruhe", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22281	dreyfus-alfred-1859-10-09	{"afd2": "156"}	{"muller": "M2-156"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alfred", "family": "Dreyfus", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1859-10-09 15:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 7.33, "lat": 47.75, "name": "Mulhouse", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Alfred", "family": "Dreyfus"}, "birth": {"lmt": true, "tzo": "", "date": "1859-10-09 15:30", "place": {"cy": "FR", "lg": 7.33, "lat": 47.75, "name": "Mulhouse"}}, "occus": ["military-personnel"], "trust": 5, "ids-in-sources": {"afd2": "156"}}, "raw": {"CY": "F", "GQ": "G", "LG": "007 E 20", "LAT": "47 N 45", "TZO": "", "DATE": "09.10.1859", "MUID": "156", "NAME": "Dreyfus, Alfred", "OCCU": "MA 07", "TIME": "15.30", "BOOKS": "56", "PLACE": "Mulhouse", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
14077	duchamp-marcel-1887-07-28	{"a6": "276", "afd2": "157"}	{"lerrcp": "A6-276", "muller": "M2-157"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Duchamp", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:04:20", "date": "1887-07-28 14:00", "note": "LMT", "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.08333, "lat": 49.43333, "name": "Blainville-Crev", "geoid": 0}, "notime": null, "date-ut": "1887-07-28 13:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-276"}, "birth": {"tzo": "+00:04:20", "date": "1887-07-28 14:00", "place": {"c2": "76", "cy": "FR", "lg": 1.08333, "lat": 49.43333, "name": "Blainville-Crev", "geoid": 0}, "date-ut": "1887-07-28 13:55:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-276"}, "ids-in-sources": {"a6": "276"}}, "raw": {"H": "13", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "28", "LAT": "49N26", "LON": "1E 5", "MON": "7", "NUM": "276", "PRO": "W", "SEC": "40", "YEA": "1887", "CITY": "BLAINVILLE-CREV"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "M", "name": {"given": "Marcel", "family": "Duchamp"}, "birth": {"note": "LMT"}, "occus": ["artist"], "ids-in-sources": {"afd2": "157"}}, "raw": {"CY": "F", "GQ": "G", "LG": "001 E 17", "LAT": "49 N 31", "TZO": "", "DATE": "28.07.1887", "MUID": "157", "NAME": "Duchamp, Marcel", "OCCU": "AR 08", "TIME": "14.00", "BOOKS": "56", "PLACE": "Blainville-Crevon", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
2326	duhamel-georges-1884-06-30	{"a2": "239", "a6": "278", "afd2": "158", "afd5": "322"}	{"lerrcp": "A2-239", "muller": "M2-158"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Georges", "family": "Duhamel", "spouse": [], "official": {"given": "Georges", "family": null}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1884-06-30 11:00", "note": "LMT", "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1884-06-30 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician", "novelist", "fictional-writer"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Duhamel"}, "birth": {"tzo": "+00:09:24", "date": "1884-06-30 11:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1884-06-30 10:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-239"}, "ids-in-sources": {"a2": "239"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "30", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "239", "PRO": "S", "SEC": "40", "YEA": "1884", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "278"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "30", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "278", "PRO": "W", "SEC": "40", "YEA": "1884", "CITY": "PARIS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"nobl": "", "family": "Duhamel", "official": {"given": "Georges"}}, "birth": {"date": "1884-06-30 11:00", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "322"}}, "raw": {"NR": "322", "GNR": "SA2239", "JU_": "1", "MA_": "2", "MO_": "0", "SA_": "2", "SO_": "0", "VE_": "0", "CODE": "4", "JAHR": "1884", "KORR": "", "MARS": "2", "MODE": "LMT", "MOND": "34", "NAME": "DUHAMEL (GEORGES).", "AUFAB": "10.00", "PHAS_": "47.500", "SONNE": "8", "VENUS": "7", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "10", "GEBZEIT": "11.00", "JUPITER": "6", "ELECTAGE": "52,9", "ELECTDAT": "04.05.1937", "GEBDATUM": "30.06.1884", "STBDATUM": "13.04.1966"}, "date": "2023-08-20T14:44:21+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["fictional-writer"], "ids-in-sources": {"afd2": "158"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 20", "LAT": "48 N 50", "TZO": "", "DATE": "30.06.1884", "MUID": "158", "NAME": "Duhamel, Georges", "OCCU": "AR 01", "TIME": "11.00", "BOOKS": "56", "PLACE": "Paris", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22282	duisberg-carl-1861-09-29	{"afd2": "159"}	{"muller": "M2-159"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Carl", "family": "Duisberg", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1861-09-29 00:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 7.2, "lat": 51.27, "name": "Barmen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Carl", "family": "Duisberg"}, "birth": {"lmt": true, "tzo": "", "date": "1861-09-29 00:30", "place": {"cy": "DE", "lg": 7.2, "lat": 51.27, "name": "Barmen"}}, "occus": ["executive"], "trust": 5, "ids-in-sources": {"afd2": "159"}}, "raw": {"CY": "D", "GQ": "N", "LG": "007 E 12", "LAT": "51 N 16", "TZO": "", "DATE": "29.09.1861", "MUID": "159", "NAME": "Duisberg, Carl", "OCCU": "MA 03", "TIME": "00.30", "BOOKS": "456", "PLACE": "Barmen", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22283	dunant-henri-1828-05-08	{"afd2": "161"}	{"muller": "M2-161"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri", "family": "Dunant", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1828-05-08 20:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "CH", "lg": 6.12, "lat": 46.2, "name": "Genf", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Henri", "family": "Dunant"}, "birth": {"lmt": true, "tzo": "", "date": "1828-05-08 20:30", "place": {"cy": "CH", "lg": 6.12, "lat": 46.2, "name": "Genf"}}, "occus": ["miscelaneous"], "trust": 5, "ids-in-sources": {"afd2": "161"}}, "raw": {"CY": "CH", "GQ": "N", "LG": "006 E 07", "LAT": "46 N 12", "TZO": "", "DATE": "08.05.1828", "MUID": "161", "NAME": "Dunant, Henri", "OCCU": "MA 09", "TIME": "20.30", "BOOKS": "456", "PLACE": "Genf", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22284	duvivier-julien-1896-10-08	{"afd2": "162"}	{"muller": "M2-162"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Julien", "family": "Duvivier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:10", "date": "1896-10-08 05:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 3.08, "lat": 50.65, "name": "Lille", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Julien", "family": "Duvivier"}, "birth": {"tzo": "+00:10", "date": "1896-10-08 05:30", "place": {"cy": "FR", "lg": 3.08, "lat": 50.65, "name": "Lille"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd2": "162"}}, "raw": {"CY": "F", "GQ": "G", "LG": "003 E 05", "LAT": "50 N 39", "TZO": "-0.16", "DATE": "08.10.1896", "MUID": "162", "NAME": "Duvivier, Julien", "OCCU": "AR 03", "TIME": "05.30", "BOOKS": "57", "PLACE": "Lille", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22285	ebert-friedrich-1871-02-04	{"afd2": "163"}	{"muller": "M2-163"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Friedrich", "family": "Ebert", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1871-02-04 12:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.68, "lat": 49.4, "name": "Heidelberg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Friedrich", "family": "Ebert"}, "birth": {"lmt": true, "tzo": "", "date": "1871-02-04 12:00", "place": {"cy": "DE", "lg": 8.68, "lat": 49.4, "name": "Heidelberg"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"afd2": "163"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 41", "LAT": "49 N 24", "TZO": "", "DATE": "04.02.1871", "MUID": "163", "NAME": "Ebert, Friedrich", "OCCU": "MA 04", "TIME": "12.00", "BOOKS": "4567", "PLACE": "Heidelberg", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22286	edelhagen-kurt-1920-06-05	{"afd2": "164"}	{"muller": "M2-164"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Kurt", "family": "Edelhagen", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1920-06-05 07:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 7.22, "lat": 51.55, "name": "Herne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Kurt", "family": "Edelhagen"}, "birth": {"tzo": "+01:00", "date": "1920-06-05 07:00", "place": {"cy": "DE", "lg": 7.22, "lat": 51.55, "name": "Herne"}}, "occus": ["conductor"], "trust": 5, "ids-in-sources": {"afd2": "164"}}, "raw": {"CY": "D", "GQ": "N", "LG": "007 E 13", "LAT": "51 N 33", "TZO": "-1.00", "DATE": "05.06.1920", "MUID": "164", "NAME": "Edelhagen, Kurt", "OCCU": "AR 05", "TIME": "07.00", "BOOKS": "57", "PLACE": "Herne", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22287	edschmid-kasimir-1890-10-05	{"afd2": "165"}	{"muller": "M2-165"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Kasimir", "family": "Edschmid", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1890-10-05 15:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.65, "lat": 49.87, "name": "Darmstadt", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Kasimir", "family": "Edschmid"}, "birth": {"lmt": true, "tzo": "", "date": "1890-10-05 15:45", "place": {"cy": "DE", "lg": 8.65, "lat": 49.87, "name": "Darmstadt"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "165"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 39", "LAT": "49 N 52", "TZO": "", "DATE": "05.10.1890", "MUID": "165", "NAME": "Edschmid, Kasimir", "OCCU": "AR 01", "TIME": "15.45", "BOOKS": "56", "PLACE": "Darmstadt", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22288	egk-werner-1901-05-17	{"afd2": "166"}	{"muller": "M2-166"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Werner", "family": "Egk", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1901-05-17 18:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 10.78, "lat": 48.72, "name": "Auchsesheim", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Werner", "family": "Egk"}, "birth": {"tzo": "+01:00", "date": "1901-05-17 18:30", "place": {"cy": "DE", "lg": 10.78, "lat": 48.72, "name": "Auchsesheim"}}, "occus": ["composer"], "trust": 5, "ids-in-sources": {"afd2": "166"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 47", "LAT": "48 N 43", "TZO": "-1.00", "DATE": "17.05.1901", "MUID": "166", "NAME": "Egk, Werner", "OCCU": "AR 04", "TIME": "18.30", "BOOKS": "57", "PLACE": "Auchsesheim", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22289	eich-glinter-1907-02-01	{"afd2": "167"}	{"muller": "M2-167"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Glinter", "family": "Eich", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1907-02-01 19:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 14.53, "lat": 52.43, "name": "Lebus", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Glinter", "family": "Eich"}, "birth": {"tzo": "+01:00", "date": "1907-02-01 19:00", "place": {"cy": "DE", "lg": 14.53, "lat": 52.43, "name": "Lebus"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "167"}}, "raw": {"CY": "D", "GQ": "N", "LG": "014 E 32", "LAT": "52 N 26", "TZO": "-1.00", "DATE": "01.02.1907", "MUID": "167", "NAME": "Eich, Glinter", "OCCU": "AR 01", "TIME": "19.00", "BOOKS": "56", "PLACE": "Lebus (Oder)", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22290	eiffel-gustave-1832-12-15	{"afd2": "168"}	{"muller": "M2-168"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Gustave", "family": "Eiffel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1832-12-15 20:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 5.03, "lat": 47.32, "name": "Dijon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Gustave", "family": "Eiffel"}, "birth": {"lmt": true, "tzo": "", "date": "1832-12-15 20:00", "place": {"cy": "FR", "lg": 5.03, "lat": 47.32, "name": "Dijon"}}, "occus": ["miscelaneous"], "trust": 5, "ids-in-sources": {"afd2": "168"}}, "raw": {"CY": "F", "GQ": "G", "LG": "005 E  2", "LAT": "47 N 19", "TZO": "", "DATE": "15.12.1832", "MUID": "168", "NAME": "Eiffel, Gustave", "OCCU": "MA 01", "TIME": "20.00", "BOOKS": "567", "PLACE": "Dijon", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
5342	einstein-albert-1879-03-14	{"a2": "3259", "afd2": "169"}	{"lerrcp": "A2-3259", "muller": "M2-169"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Einstein", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1879-03-14 11:30", "note": "LMT", "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "ULM", "geoid": 0}, "notime": null, "date-ut": "1879-03-14 10:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Einstein"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "ULM", "geoid": 0}, "date-ut": "1879-03-14 10:54"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3259"}, "ids-in-sources": {"a2": "3259"}}, "raw": {"H": "11", "MN": "54", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "14", "LAT": "48N30", "LON": "9E 0", "MON": "3", "NUM": "3259", "PRO": "S", "SEC": "0", "YEA": "1879", "CITY": "ULM"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1879-03-14 11:30", "note": "LMT"}, "occus": ["scientist"], "ids-in-sources": {"afd2": "169"}}, "raw": {"CY": "D", "GQ": "G", "LG": "009 E 59", "LAT": "48 N 24", "TZO": "", "DATE": "14.03.1879", "MUID": "169", "NAME": "Einstein, Albert", "OCCU": "SC 02", "TIME": "11.30", "BOOKS": "4567", "PLACE": "Ulm", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22291	eliot-thomas-stearns-1888-09-26	{"afd2": "170"}	{"muller": "M2-170"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Thomas Stearns", "family": "Eliot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1888-09-26 07:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "US", "lg": -90.25, "lat": 38.63, "name": "Saint Louis", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Thomas Stearns", "family": "Eliot"}, "birth": {"tzo": "-06:00", "date": "1888-09-26 07:45", "place": {"cy": "US", "lg": -90.25, "lat": 38.63, "name": "Saint Louis"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "170"}}, "raw": {"CY": "USA", "GQ": "N", "LG": "090 W 15", "LAT": "38 N 38", "TZO": "6.00", "DATE": "26.09.1888", "MUID": "170", "NAME": "Eliot, Thomas Stearns", "OCCU": "AR 01", "TIME": "07.45", "BOOKS": "567", "PLACE": "Saint Louis (Miss)", "TIMOD": "", "SOURCE": "FA"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22292	engels-friedrich-1820-11-28	{"afd2": "172"}	{"muller": "M2-172"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Friedrich", "family": "Engels", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1820-11-28 21:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 7.2, "lat": 51.27, "name": "Barmen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Friedrich", "family": "Engels"}, "birth": {"lmt": true, "tzo": "", "date": "1820-11-28 21:00", "place": {"cy": "DE", "lg": 7.2, "lat": 51.27, "name": "Barmen"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"afd2": "172"}}, "raw": {"CY": "D", "GQ": "N", "LG": "007 E 12", "LAT": "51 N 16", "TZO": "", "DATE": "28.11.1820", "MUID": "172", "NAME": "Engels, Friedrich", "OCCU": "MA 04", "TIME": "21.00", "BOOKS": "4567", "PLACE": "Barmen", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
10137	ensor-james-1860-04-13	{"a4": "1385", "afd2": "173"}	{"lerrcp": "A4-1385", "muller": "M2-173"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Ensor", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1860-04-13 04:30", "note": "LMT", "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OSTENDE", "geoid": 0}, "notime": null, "date-ut": "1860-04-13 04:17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "James", "family": "Ensor"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OSTENDE", "geoid": 0}, "date-ut": "1860-04-13 04:17:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1385"}, "ids-in-sources": {"a4": "1385"}}, "raw": {"H": "4", "MN": "17", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "13", "LAT": "51N13", "LON": "3E15", "MON": "4", "NUM": "1385", "PRO": "P", "SEC": "0", "YEA": "1860", "CITY": "OSTENDE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1860-04-13 04:30", "note": "LMT"}, "occus": ["artist"], "ids-in-sources": {"afd2": "173"}}, "raw": {"CY": "B", "GQ": "G", "LG": "002 E 55", "LAT": "51 N 14", "TZO": "", "DATE": "13.04.1860", "MUID": "173", "NAME": "Ensor, James", "OCCU": "AR 08", "TIME": "04.30", "BOOKS": "56", "PLACE": "Ostende", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
13333	erhard-ludwi-1897-02-04	{"a5": "1885", "afd2": "174"}	{"lerrcp": "A5-1885", "muller": "M2-174"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludwi", "family": "Erhard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1897-02-04 02:45", "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "FURTH", "geoid": 0}, "notime": null, "date-ut": "1897-02-04 01:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Ludwi", "family": "Erhard"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "FURTH", "geoid": 0}, "date-ut": "1897-02-04 01:45"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1885"}, "ids-in-sources": {"a5": "1885"}}, "raw": {"H": "2", "MN": "45", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "4", "LAT": "49N 0", "LON": "11E30", "MON": "2", "NUM": "1885", "PRO": "PT", "SEC": "0", "YEA": "1897", "CITY": "FURTH"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "M", "birth": {"tzo": "+01:00", "date": "1897-02-04 02:45"}, "occus": ["politician"], "ids-in-sources": {"afd2": "174"}}, "raw": {"CY": "D", "GQ": "G", "LG": "010 E 59", "LAT": "49 N 29", "TZO": "-1.00", "DATE": "04.02.1897", "MUID": "174", "NAME": "Erhard, Ludwig", "OCCU": "MA 04", "TIME": "02.45", "BOOKS": "56", "PLACE": "Fürth", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22293	ernst-max-1891-04-02	{"afd2": "175"}	{"muller": "M2-175"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Max", "family": "Ernst", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1891-04-02 09:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 6.9, "lat": 50.83, "name": "Brühl", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Max", "family": "Ernst"}, "birth": {"lmt": true, "tzo": "", "date": "1891-04-02 09:45", "place": {"cy": "DE", "lg": 6.9, "lat": 50.83, "name": "Brühl"}}, "occus": ["artist"], "trust": 5, "ids-in-sources": {"afd2": "175"}}, "raw": {"CY": "D", "GQ": "N", "LG": "006 E 54", "LAT": "50 N 50", "TZO": "", "DATE": "02.04.1891", "MUID": "175", "NAME": "Ernst, Max", "OCCU": "AR 08", "TIME": "09.45", "BOOKS": "56", "PLACE": "Brühl", "TIMOD": "LMT", "SOURCE": "FB"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22294	erzberger-matthias-1875-09-20	{"afd2": "176"}	{"muller": "M2-176"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Matthias", "family": "Erzberger", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1875-09-20 21:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 9.5, "lat": 48.43, "name": "Buttenhausen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Matthias", "family": "Erzberger"}, "birth": {"lmt": true, "tzo": "", "date": "1875-09-20 21:00", "place": {"cy": "DE", "lg": 9.5, "lat": 48.43, "name": "Buttenhausen"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"afd2": "176"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 30", "LAT": "48 N 26", "TZO": "", "DATE": "20.09.1875", "MUID": "176", "NAME": "Erzberger, Matthias", "OCCU": "MA 04", "TIME": "21.00", "BOOKS": "56", "PLACE": "Buttenhausen", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
2699	ranse-felix-1834-07-12	{"a2": "612", "g55": "01-467", "afd5": "872"}	{"g55": "01-467", "lerrcp": "A2-612", "muller": "M5-872"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "de", "alter": [], "given": "Félix", "family": "Ranse", "spouse": [], "official": {"given": "Félix Henri", "family": null}}	\N	{"lmt": null, "tzo": "+00:00:56", "date": "1834-07-12 09:00", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.2349, "lat": 44.35217, "name": "Razimet", "geoid": 2984312}, "notime": null, "date-ut": "1834-07-12 08:57:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Ranse"}, "birth": {"tzo": "+00:00:56", "date": "1834-07-12 09:00", "place": {"c2": "47", "cy": "FR", "lg": 0.2349, "lat": 44.35217, "name": "Razimet", "geoid": 2984312}, "date-ut": "1834-07-12 08:57:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-612"}, "ids-in-sources": {"a2": "612"}}, "raw": {"H": "8", "MN": "57", "TZ": "0", "COD": "47", "COU": "F", "DAY": "12", "LAT": "44N12", "LON": "0E38", "MON": "7", "NUM": "612", "PRO": "S", "SEC": "28", "YEA": "1834", "CITY": "RAZIMET"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "de", "family": "Ranse", "official": {"given": "Félix Henri"}}, "birth": {"date": "1834-07-12 09:00", "place": {"name": "Razimet"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "872"}}, "raw": {"NR": "872", "GNR": "SA2612", "JU_": "2", "MA_": "2", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "2", "CODE": "3", "JAHR": "1834", "KORR": "", "MARS": "11", "MODE": "LMT", "MOND": "34", "NAME": "RANSE (FÉLIX HENRI DE).", "AUFAB": "10.10", "PHAS_": "30.700", "SONNE": "6", "VENUS": "3", "BREITE": "44 N 12", "GEBORT": "Razimet (Lot-et-Garonne)", "LAENGE": "000 E 38", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "33", "GEBZEIT": "09.00", "JUPITER": "10", "ELECTAGE": "51,4", "ELECTDAT": "10.11.1885", "GEBDATUM": "12.07.1834", "STBDATUM": "09.11.1914"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-467"}, "ids-in-source": {"g55": "01-467"}}, "raw": {"DAY": "12-7-1834", "HOUR": "9 h.", "NAME": "RANSE Félix (de)", "PLACE": "Razimet (Lot-et-Garonne)."}, "date": "2023-08-20T14:47:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
22295	eucken-rudolf-1846-01-05	{"afd2": "177"}	{"muller": "M2-177"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Rudolf", "family": "Eucken", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1846-01-05 07:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 7.48, "lat": 53.47, "name": "Aurich", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["humanities-scholar"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Rudolf", "family": "Eucken"}, "birth": {"lmt": true, "tzo": "", "date": "1846-01-05 07:30", "place": {"cy": "DE", "lg": 7.48, "lat": 53.47, "name": "Aurich"}}, "occus": ["humanities-scholar"], "trust": 5, "ids-in-sources": {"afd2": "177"}}, "raw": {"CY": "D", "GQ": "N", "LG": "007 E 29", "LAT": "53 N 28", "TZO": "", "DATE": "05.01.1846", "MUID": "177", "NAME": "Eucken, Rudolf", "OCCU": "SC 06", "TIME": "07.30", "BOOKS": "57", "PLACE": "Aurich", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22296	eucken-walter-1891-01-17	{"afd2": "178"}	{"muller": "M2-178"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Walter", "family": "Eucken", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1891-01-17 09:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 11.6, "lat": 50.93, "name": "Jena", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["political-economist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Walter", "family": "Eucken"}, "birth": {"lmt": true, "tzo": "", "date": "1891-01-17 09:00", "place": {"cy": "DE", "lg": 11.6, "lat": 50.93, "name": "Jena"}}, "occus": ["political-economist"], "trust": 5, "ids-in-sources": {"afd2": "178"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 36", "LAT": "50 N 56", "TZO": "", "DATE": "17.01.1891", "MUID": "178", "NAME": "Eucken, Walter", "OCCU": "SC 09", "TIME": "09.00", "BOOKS": "57", "PLACE": "Jena", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22297	eyth-max-1836-05-06	{"afd2": "179"}	{"muller": "M2-179"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "von", "alter": [], "given": "Max", "family": "Eyth", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1836-05-06 13:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 9.45, "lat": 48.65, "name": "Kirchheim Teck", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "von", "given": "Max", "family": "Eyth"}, "birth": {"lmt": true, "tzo": "", "date": "1836-05-06 13:30", "place": {"cy": "DE", "lg": 9.45, "lat": 48.65, "name": "Kirchheim Teck"}}, "occus": ["miscelaneous"], "trust": 5, "ids-in-sources": {"afd2": "179"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 27", "LAT": "48 N 39", "TZO": "", "DATE": "06.05.1836", "MUID": "179", "NAME": "Eyth, Max von", "OCCU": "MA 01", "TIME": "13.30", "BOOKS": "46", "PLACE": "Kirchheim Teck", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22298	falla-manual-1876-11-23	{"afd2": "180"}	{"muller": "M2-180"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "de", "alter": [], "given": "Manual", "family": "Falla", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1876-11-23 06:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "ES", "lg": -6.2, "lat": 36.47, "name": "Cadiz", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "de", "given": "Manual", "family": "Falla"}, "birth": {"lmt": true, "tzo": "", "date": "1876-11-23 06:00", "place": {"cy": "ES", "lg": -6.2, "lat": 36.47, "name": "Cadiz"}}, "occus": ["composer"], "trust": 5, "ids-in-sources": {"afd2": "180"}}, "raw": {"CY": "E", "GQ": "N", "LG": "006 W 12", "LAT": "36 N 28", "TZO": "", "DATE": "23.11.1876", "MUID": "180", "NAME": "Falla, Manual de", "OCCU": "AR 04", "TIME": "06.00", "BOOKS": "567", "PLACE": "Cadiz", "TIMOD": "LMT", "SOURCE": "SA"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22299	fallada-hans-1893-07-21	{"afd2": "181"}	{"muller": "M2-181"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Hans", "family": "Fallada", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1893-07-21 06:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.38, "lat": 54.08, "name": "Greifswald", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Hans", "family": "Fallada"}, "birth": {"tzo": "+01:00", "date": "1893-07-21 06:45", "place": {"cy": "DE", "lg": 13.38, "lat": 54.08, "name": "Greifswald"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "181"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 23", "LAT": "54 N 05", "TZO": "-1.00", "DATE": "21.07.1893", "MUID": "181", "NAME": "Fallada, Hans", "OCCU": "AR 01", "TIME": "06.45", "BOOKS": "567", "PLACE": "Greifswald", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
10612	faure-gabriel-1845-05-13	{"a4": "1860", "afd2": "182"}	{"lerrcp": "A4-1860", "muller": "M2-182"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Fauré", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:06:27", "date": "1845-05-13 04:00", "note": "LMT", "place": {"c1": null, "c2": "09", "c3": null, "cy": "FR", "lg": 1.61079, "lat": 43.1165, "name": "Pamiers", "geoid": 2988670}, "notime": null, "date-ut": "1845-05-13 03:53:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1860"}, "birth": {"tzo": "+00:06:27", "date": "1845-05-13 04:00", "place": {"c2": "09", "cy": "FR", "lg": 1.61079, "lat": 43.1165, "name": "Pamiers", "geoid": 2988670}, "date-ut": "1845-05-13 03:53:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1860"}, "ids-in-sources": {"a4": "1860"}}, "raw": {"H": "3", "MN": "53", "TZ": "0", "COD": "09", "COU": "F", "DAY": "13", "LAT": "42N58", "LON": "1E35", "MON": "5", "NUM": "1860", "PRO": "M", "SEC": "40", "YEA": "1845", "CITY": "PAMIERS"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"sex": "M", "name": {"given": "Gabriel", "family": "Fauré"}, "birth": {"note": "LMT"}, "occus": ["composer"], "ids-in-sources": {"afd2": "182"}}, "raw": {"CY": "F", "GQ": "G", "LG": "001 E 37", "LAT": "43 N 07", "TZO": "", "DATE": "12.05.1845", "MUID": "182", "NAME": "Fauré, Gabriel", "OCCU": "AR 04", "TIME": "04.00", "BOOKS": "56", "PLACE": "Pamiers", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22300	fehling-jurgen-1885-03-01	{"afd2": "183"}	{"muller": "M2-183"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jürgen", "family": "Fehling", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1885-03-01 18:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 10.68, "lat": 53.87, "name": "Lübeck", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Jürgen", "family": "Fehling"}, "birth": {"lmt": true, "tzo": "", "date": "1885-03-01 18:00", "place": {"cy": "DE", "lg": 10.68, "lat": 53.87, "name": "Lübeck"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd2": "183"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 41", "LAT": "53 N 52", "TZO": "", "DATE": "01.03.1885", "MUID": "183", "NAME": "Fehling, Jürgen", "OCCU": "AR 03", "TIME": "18.00", "BOOKS": "57", "PLACE": "Lübeck", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22301	fellini-federico-1920-01-20	{"afd2": "184"}	{"muller": "M2-184"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Federico", "family": "Fellini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1920-01-20 21:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "Rimini", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Federico", "family": "Fellini"}, "birth": {"tzo": "+01:00", "date": "1920-01-20 21:00", "place": {"cy": "IT", "lg": 12.5, "lat": 44.2, "name": "Rimini"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd2": "184"}}, "raw": {"CY": "I", "GQ": "N", "LG": "012 E 30", "LAT": "44 N 12", "TZO": "-1.00", "DATE": "20.01.1920", "MUID": "184", "NAME": "Fellini, Federico", "OCCU": "AR 03", "TIME": "21.00", "BOOKS": "57", "PLACE": "Rimini", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
5110	fermi-enrico-1901-09-29	{"a2": "3027", "afd2": "185"}	{"lerrcp": "A2-3027", "muller": "M2-185"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enrico", "family": "Fermi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1901-09-29 19:00", "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1901-09-29 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Enrico", "family": "Fermi"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "ROMA", "geoid": 0}, "date-ut": "1901-09-29 18:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3027"}, "ids-in-sources": {"a2": "3027"}}, "raw": {"H": "19", "MN": "0", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "29", "LAT": "45N 0", "LON": "12E15", "MON": "9", "NUM": "3027", "PRO": "S", "SEC": "0", "YEA": "1901", "CITY": "ROMA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"sex": "M", "birth": {"tzo": "+01:00", "date": "1901-09-29 19:00"}, "occus": ["scientist"], "ids-in-sources": {"afd2": "185"}}, "raw": {"CY": "I", "GQ": "G", "LG": "012 E 30", "LAT": "41 N 54", "TZO": "-1.00", "DATE": "29.09.1901", "MUID": "185", "NAME": "Fermi, Enrico", "OCCU": "SC 02", "TIME": "19.00", "BOOKS": "56", "PLACE": "Roma", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
2702	ravaut-paul-1872-08-02	{"a2": "615", "g55": "01-469", "afd5": "876"}	{"g55": "01-469", "lerrcp": "A2-615", "muller": "M5-876"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul", "family": "Ravaut", "spouse": [], "official": {"given": "Paul Jean François", "family": null}}	\N	{"lmt": null, "tzo": "+00:08:49", "date": "1872-08-02 19:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.20289, "lat": 48.84598, "name": "Saint-Cloud", "geoid": 2981041}, "notime": null, "date-ut": "1872-08-02 18:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Ravaut"}, "birth": {"tzo": "+00:08:49", "date": "1872-08-02 19:00", "place": {"c2": "92", "cy": "FR", "lg": 2.20289, "lat": 48.84598, "name": "Saint-Cloud", "geoid": 2981041}, "date-ut": "1872-08-02 18:51:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-615"}, "ids-in-sources": {"a2": "615"}}, "raw": {"H": "18", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E11", "MON": "8", "NUM": "615", "PRO": "S", "SEC": "16", "YEA": "1872", "CITY": "ST-CLOUD"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Ravaut", "official": {"given": "Paul Jean François"}}, "birth": {"date": "1872-08-02 19:00", "place": {"name": "Saint-Cloud"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "876"}}, "raw": {"NR": "876", "GNR": "SA2615", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1872", "KORR": "", "MARS": "19", "MODE": "LMT", "MOND": "18", "NAME": "RAVAUT (PAUL JEAN FRANÇOIS).", "AUFAB": "-5.00", "PHAS_": "5.200", "SONNE": "18", "VENUS": "17", "BREITE": "48 N 50", "GEBORT": "Saint-Cloud (Seine-et-Oise)", "LAENGE": "002 E 11", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "2", "GEBZEIT": "19.00", "JUPITER": "18", "ELECTAGE": "56,9", "ELECTDAT": "11.06.1929", "GEBDATUM": "02.08.1872", "STBDATUM": "04.11.1934"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-469"}, "ids-in-source": {"g55": "01-469"}}, "raw": {"DAY": "2-8-1872", "HOUR": "19 h.", "NAME": "RAVAUT Paul", "PLACE": "Saint-Cloud (Seine-et-Oise)."}, "date": "2023-08-20T14:47:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
22302	feuerbach-anselm-1829-09-12	{"afd2": "187"}	{"muller": "M2-187"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Anselm", "family": "Feuerbach", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1829-09-12 14:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.43, "lat": 49.32, "name": "Speyer", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Anselm", "family": "Feuerbach"}, "birth": {"lmt": true, "tzo": "", "date": "1829-09-12 14:00", "place": {"cy": "DE", "lg": 8.43, "lat": 49.32, "name": "Speyer"}}, "occus": ["artist"], "trust": 5, "ids-in-sources": {"afd2": "187"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 26", "LAT": "49 N 19", "TZO": "", "DATE": "12.09.1829", "MUID": "187", "NAME": "Feuerbach, Anselm", "OCCU": "AR 08", "TIME": "14.00", "BOOKS": "4567", "PLACE": "Speyer", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22303	feuerbach-ludwig-1804-07-28	{"afd2": "188"}	{"muller": "M2-188"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Ludwig", "family": "Feuerbach", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:43", "date": "1804-07-28 01:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 12.15, "lat": 48.53, "name": "Landshut", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["humanities-scholar"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Ludwig", "family": "Feuerbach"}, "birth": {"tzo": "+00:43", "date": "1804-07-28 01:30", "place": {"cy": "DE", "lg": 12.15, "lat": 48.53, "name": "Landshut"}}, "occus": ["humanities-scholar"], "trust": 5, "ids-in-sources": {"afd2": "188"}}, "raw": {"CY": "D", "GQ": "N", "LG": "012 E 09", "LAT": "48 N 32", "TZO": "-0.72", "DATE": "28.07.1804", "MUID": "188", "NAME": "Feuerbach, Ludwig", "OCCU": "SC 06", "TIME": "01.30", "BOOKS": "4567", "PLACE": "Landshut", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22304	fischer-dieskau-dietrich-1925-05-28	{"afd2": "189"}	{"muller": "M2-189"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Dietrich", "family": "Fischer-Dieskau", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1925-05-28 03:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.42, "lat": 52.52, "name": "Berlin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["singer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Dietrich", "family": "Fischer-Dieskau"}, "birth": {"tzo": "+01:00", "date": "1925-05-28 03:00", "place": {"cy": "DE", "lg": 13.42, "lat": 52.52, "name": "Berlin"}}, "occus": ["singer"], "trust": 5, "ids-in-sources": {"afd2": "189"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 25", "LAT": "52 N 31", "TZO": "-1.00", "DATE": "28.05.1925", "MUID": "189", "NAME": "Fischer-Dieskau, Dietrich", "OCCU": "AR 06", "TIME": "03.00", "BOOKS": "57", "PLACE": "Berlin", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22305	fischer-edwin-1886-10-06	{"afd2": "190"}	{"muller": "M2-190"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Edwin", "family": "Fischer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1886-10-06 10:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "CH", "lg": 7.45, "lat": 47.55, "name": "Basel", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Edwin", "family": "Fischer"}, "birth": {"lmt": true, "tzo": "", "date": "1886-10-06 10:30", "place": {"cy": "CH", "lg": 7.45, "lat": 47.55, "name": "Basel"}}, "occus": ["musician"], "trust": 5, "ids-in-sources": {"afd2": "190"}}, "raw": {"CY": "CH", "GQ": "N", "LG": "007 E 27", "LAT": "47 N 33", "TZO": "", "DATE": "06.10.1886", "MUID": "190", "NAME": "Fischer, Edwin", "OCCU": "AR 07", "TIME": "10.30", "BOOKS": "57", "PLACE": "Basel", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22306	fischer-otto-wilhelm-1915-04-01	{"afd2": "191"}	{"muller": "M2-191"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Otto Wilhelm", "family": "Fischer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1915-04-01 01:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "AT", "lg": 16.32, "lat": 48.32, "name": "Klosterneuburg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Otto Wilhelm", "family": "Fischer"}, "birth": {"tzo": "+01:00", "date": "1915-04-01 01:00", "place": {"cy": "AT", "lg": 16.32, "lat": 48.32, "name": "Klosterneuburg"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd2": "191"}}, "raw": {"CY": "A", "GQ": "N", "LG": "016 E 19", "LAT": "48 N 19", "TZO": "-1.00", "DATE": "01.04.1915", "MUID": "191", "NAME": "Fischer, Otto Wilhelm", "OCCU": "AR 03", "TIME": "01.00", "BOOKS": "57", "PLACE": "Klosterneuburg", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
14115	flaubert-gustave-1821-12-12	{"a6": "318", "afd2": "192"}	{"lerrcp": "A6-318", "muller": "M2-192"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Flaubert", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:04:24", "date": "1821-12-12 04:00", "note": "LMT", "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1821-12-12 03:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "fictional-writer"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Flaubert"}, "birth": {"tzo": "+00:04:24", "date": "1821-12-12 04:00", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1821-12-12 03:55:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-318"}, "ids-in-sources": {"a6": "318"}}, "raw": {"H": "3", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "12", "LAT": "49N26", "LON": "1E 5", "MON": "12", "NUM": "318", "PRO": "W", "SEC": "40", "YEA": "1821", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["fictional-writer"], "ids-in-sources": {"afd2": "192"}}, "raw": {"CY": "F", "GQ": "G", "LG": "001 E 05", "LAT": "49 N 26", "TZO": "", "DATE": "12.12.1821", "MUID": "192", "NAME": "Flaubert, Gustave", "OCCU": "AR 01", "TIME": "04.00", "BOOKS": "4567", "PLACE": "Rouen", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
2707	regis-emmanuel-1855-04-29	{"a2": "620", "g55": "01-473", "afd5": "883"}	{"g55": "01-473", "lerrcp": "A2-620", "muller": "M5-883"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Emmanuel", "family": "Régis", "spouse": [], "official": {"given": "Jean-Baptiste Joseph Emmanuel", "family": null}}	\N	{"lmt": null, "tzo": "+00:05:54", "date": "1855-04-29 12:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.47464, "lat": 43.35079, "name": "Auterive", "geoid": 3035970}, "notime": null, "date-ut": "1855-04-29 11:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emmanuel", "family": "Regis"}, "birth": {"tzo": "+00:05:54", "date": "1855-04-29 12:00", "place": {"c2": "31", "cy": "FR", "lg": 1.47464, "lat": 43.35079, "name": "Auterive", "geoid": 3035970}, "date-ut": "1855-04-29 11:54:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-620"}, "ids-in-sources": {"a2": "620"}}, "raw": {"H": "11", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "29", "LAT": "43N37", "LON": "1E26", "MON": "4", "NUM": "620", "PRO": "S", "SEC": "16", "YEA": "1855", "CITY": "AUTERIVE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Régis", "official": {"given": "Jean-Baptiste Joseph Emmanuel"}}, "birth": {"date": "1855-04-29 12:00", "place": {"name": "Auterive"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "883"}}, "raw": {"NR": "883", "GNR": "SA2620", "JU_": "0", "MA_": "2", "MO_": "1", "SA_": "0", "SO_": "2", "VE_": "0", "CODE": "3", "JAHR": "1855", "KORR": "", "MARS": "10", "MODE": "LMT", "MOND": "30", "NAME": "RÉGIS (JEAN-BAPTISTE JOSEPH EMMANUEL).", "AUFAB": "6.70", "PHAS_": "89.600", "SONNE": "10", "VENUS": "7", "BREITE": "43 N 37", "GEBORT": "Auterive (Haute-Garonne)", "LAENGE": "001 E 26", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "7", "GEBZEIT": "12.00", "JUPITER": "17", "ELECTAGE": "55,1", "ELECTDAT": "31.05.1910", "GEBDATUM": "29.04.1855", "STBDATUM": "21.06.1918"}, "date": "2023-08-20T14:44:29+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-473"}, "ids-in-source": {"g55": "01-473"}}, "raw": {"DAY": "29-4-1855", "HOUR": "12 h.", "NAME": "REGIS Emmanuel", "PLACE": "Auterive (Haute-Garonne)."}, "date": "2023-08-20T14:47:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2711	renault-jules-1864-08-02	{"a2": "624", "g55": "01-476", "afd5": "889"}	{"g55": "01-476", "lerrcp": "A2-624", "muller": "M5-889"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jules", "family": "Renault", "spouse": [], "official": {"given": "Jules", "family": null}}	\N	{"lmt": null, "tzo": "+00:13:19", "date": "1864-08-02 05:00", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.32743, "lat": 47.16952, "name": "Prémery", "geoid": 2985462}, "notime": null, "date-ut": "1864-08-02 04:47:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Renault"}, "birth": {"tzo": "+00:13:19", "date": "1864-08-02 05:00", "place": {"c2": "58", "cy": "FR", "lg": 3.32743, "lat": 47.16952, "name": "Prémery", "geoid": 2985462}, "date-ut": "1864-08-02 04:47:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-624"}, "ids-in-sources": {"a2": "624"}}, "raw": {"H": "4", "MN": "47", "TZ": "0", "COD": "58", "COU": "F", "DAY": "2", "LAT": "46N59", "LON": "3E 9", "MON": "8", "NUM": "624", "PRO": "S", "SEC": "24", "YEA": "1864", "CITY": "PREMERY"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Renault", "official": {"given": "Jules"}}, "birth": {"date": "1864-08-02 05:00", "place": {"name": "Prémery"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "889"}}, "raw": {"NR": "889", "GNR": "SA2624", "JU_": "1", "MA_": "0", "MO_": "2", "SA_": "1", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1864", "KORR": "", "MARS": "8", "MODE": "LMT", "MOND": "1", "NAME": "RENAULT (JULES).", "AUFAB": "-2.10", "PHAS_": "0.500", "SONNE": "1", "VENUS": "36", "BREITE": "46 N 59", "GEBORT": "Prémery (Niévre)", "LAENGE": "003 E 09", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "29", "GEBZEIT": "05.00", "JUPITER": "26", "ELECTAGE": "59,9", "ELECTDAT": "03.06.1924", "GEBDATUM": "02.08.1864", "STBDATUM": "10.02.1956"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-476"}, "ids-in-source": {"g55": "01-476"}}, "raw": {"DAY": "2-8-1864", "HOUR": "5 h.", "NAME": "RENAULT Jules", "PLACE": "Préméry (Nièvre)."}, "date": "2023-08-20T14:47:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2716	renou-joseph-1846-08-28	{"a2": "629", "g55": "01-479", "afd5": "894"}	{"g55": "01-479", "lerrcp": "A2-629", "muller": "M5-894"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Joseph", "family": "Renou", "spouse": [], "official": {"given": "Joseph André", "family": null}}	\N	{"lmt": null, "tzo": "-00:00:18", "date": "1846-08-28 12:00", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": -0.07553, "lat": 47.69815, "name": "la Flèche", "geoid": 3009443}, "notime": null, "date-ut": "1846-08-28 11:59:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Renou"}, "birth": {"tzo": "-00:00:18", "date": "1846-08-28 12:00", "place": {"c2": "72", "cy": "FR", "lg": -0.07553, "lat": 47.69815, "name": "La Flèche", "geoid": 3009443}, "date-ut": "1846-08-28 11:59:12"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-629"}, "ids-in-sources": {"a2": "629"}}, "raw": {"H": "11", "MN": "59", "TZ": "0", "COD": "72", "COU": "F", "DAY": "28", "LAT": "48N 1", "LON": "0E12", "MON": "8", "NUM": "629", "PRO": "S", "SEC": "12", "YEA": "1846", "CITY": "LA FLECHE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Renou", "official": {"given": "Joseph André"}}, "birth": {"date": "1846-08-28 12:00", "place": {"name": "la Flèche"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "894"}}, "raw": {"NR": "894", "GNR": "SA2629", "JU_": "0", "MA_": "2", "MO_": "2", "SA_": "1", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1846", "KORR": "", "MARS": "9", "MODE": "LMT", "MOND": "1", "NAME": "RENOU (JOSEPH ANDRÉ).", "AUFAB": "8.80", "PHAS_": "30.500", "SONNE": "9", "VENUS": "12", "BREITE": "48 N 01", "GEBORT": "la Flèche (Sarthe)", "LAENGE": "000 E 12", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "28", "GEBZEIT": "12.00", "JUPITER": "16", "ELECTAGE": "50,6", "ELECTDAT": "23.03.1897", "GEBDATUM": "28.08.1846", "STBDATUM": "27.12.1905"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-479"}, "ids-in-source": {"g55": "01-479"}}, "raw": {"DAY": "28-8-1846", "HOUR": "12 h.", "NAME": "RENOU Joseph", "PLACE": "La Fleche (Sarthe)."}, "date": "2023-08-20T14:47:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
22308	focke-heinrich-1890-10-08	{"afd2": "195"}	{"muller": "M2-195"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Heinrich", "family": "Focke", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1890-10-08 13:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.82, "lat": 53.08, "name": "Bremen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Heinrich", "family": "Focke"}, "birth": {"lmt": true, "tzo": "", "date": "1890-10-08 13:15", "place": {"cy": "DE", "lg": 8.82, "lat": 53.08, "name": "Bremen"}}, "occus": ["miscelaneous"], "trust": 5, "ids-in-sources": {"afd2": "195"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 49", "LAT": "53 N 05", "TZO": "", "DATE": "08.10.1890", "MUID": "195", "NAME": "Focke, Heinrich", "OCCU": "MA 01", "TIME": "13.15", "BOOKS": "56", "PLACE": "Bremen", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22309	fontane-theodor-1819-12-30	{"afd2": "196"}	{"muller": "M2-196"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Theodor", "family": "Fontane", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1819-12-30 16:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 12.82, "lat": 52.93, "name": "Neuruppin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Theodor", "family": "Fontane"}, "birth": {"lmt": true, "tzo": "", "date": "1819-12-30 16:30", "place": {"cy": "DE", "lg": 12.82, "lat": 52.93, "name": "Neuruppin"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "196"}}, "raw": {"CY": "D", "GQ": "N", "LG": "012 E 49", "LAT": "52 N 56", "TZO": "", "DATE": "30.12.1819", "MUID": "196", "NAME": "Fontane, Theodor", "OCCU": "AR 01", "TIME": "16.30", "BOOKS": "4567", "PLACE": "Neuruppin", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22310	fortner-wolfgang-1907-10-12	{"afd2": "197"}	{"muller": "M2-197"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Wolfgang", "family": "Fortner", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1907-10-12 01:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 12.37, "lat": 51.35, "name": "Leipzig", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Wolfgang", "family": "Fortner"}, "birth": {"tzo": "+01:00", "date": "1907-10-12 01:45", "place": {"cy": "DE", "lg": 12.37, "lat": 51.35, "name": "Leipzig"}}, "occus": ["composer"], "trust": 5, "ids-in-sources": {"afd2": "197"}}, "raw": {"CY": "D", "GQ": "N", "LG": "012 E 22", "LAT": "51 N 21", "TZO": "-1.00", "DATE": "12.10.1907", "MUID": "197", "NAME": "Fortner, Wolfgang", "OCCU": "AR 04", "TIME": "01.45", "BOOKS": "57", "PLACE": "Leipzig", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
14131	france-anatole-1844-04-16	{"a6": "334", "afd2": "198"}	{"lerrcp": "A6-334", "muller": "M2-198"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anatole", "family": "France", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1844-04-16 07:00", "note": "LMT", "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1844-04-16 06:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "fictional-writer"]	5	null	[{"new": {"name": {"given": "Anatole", "family": "France"}, "birth": {"tzo": "+00:09:24", "date": "1844-04-16 07:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1844-04-16 06:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-334"}, "ids-in-sources": {"a6": "334"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "16", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "334", "PRO": "W", "SEC": "40", "YEA": "1844", "CITY": "PARIS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["fictional-writer"], "ids-in-sources": {"afd2": "198"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 20", "LAT": "48 N 50", "TZO": "", "DATE": "16.04.1844", "MUID": "198", "NAME": "France, Anatole", "OCCU": "AR 01", "TIME": "07.00", "BOOKS": "56", "PLACE": "Paris", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22313	franz-joseph-i-von-osterreich-1830-08-18	{"afd2": "203"}	{"muller": "M2-203"}	{"fame": {"full": "Franz Joseph I von Osterreich", "given": null, "family": null}, "nobl": "", "alter": [], "given": "", "family": "", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1830-08-18 09:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "AT", "lg": 16.38, "lat": 48.22, "name": "Schönbrunn", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["monarch"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": "Franz Joseph I von Osterreich"}, "nobl": "", "given": "", "family": ""}, "birth": {"lmt": true, "tzo": "", "date": "1830-08-18 09:15", "place": {"cy": "AT", "lg": 16.38, "lat": 48.22, "name": "Schönbrunn"}}, "occus": ["monarch"], "trust": 5, "ids-in-sources": {"afd2": "203"}}, "raw": {"CY": "A", "GQ": "N", "LG": "016 E 23", "LAT": "48 N 13", "TZO": "", "DATE": "18.08.1830", "MUID": "203", "NAME": "Franz Joseph I. von Osterreich", "OCCU": "MA 06", "TIME": "09.15", "BOOKS": "567", "PLACE": "Schönbrunn", "TIMOD": "LMT", "SOURCE": "SA"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
10635	franck-cesar-1822-12-10	{"a4": "1883", "afd2": "199"}	{"lerrcp": "A4-1883", "muller": "M2-199"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "César", "family": "Franck", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1822-12-10 07:00", "note": "LMT", "place": {"c1": null, "c2": "", "c3": null, "cy": "BE", "lg": 5.56749, "lat": 50.63373, "name": "Liège", "geoid": 2792413}, "notime": null, "date-ut": "1822-12-10 06:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	5	null	[{"new": {"name": {"given": "César", "family": "Franck"}, "birth": {"place": {"c2": "", "cy": "BE", "lg": 5.56749, "lat": 50.63373, "name": "Liège", "geoid": 2792413}, "date-ut": "1822-12-10 06:38:00"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1883"}, "ids-in-sources": {"a4": "1883"}}, "raw": {"H": "6", "MN": "38", "TZ": "0", "COD": "BEL", "COU": "F", "DAY": "10", "LAT": "50N39", "LON": "5E30", "MON": "12", "NUM": "1883", "PRO": "M", "SEC": "0", "YEA": "1822", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1822-12-10 07:00", "note": "LMT"}, "occus": ["composer"], "ids-in-sources": {"afd2": "199"}}, "raw": {"CY": "B", "GQ": "N", "LG": "005 E 34", "LAT": "50 N 37", "TZO": "", "DATE": "10.12.1822", "MUID": "199", "NAME": "Franck, César", "OCCU": "AR 04", "TIME": "07.00", "BOOKS": "567", "PLACE": "Littich", "TIMOD": "LMT", "SOURCE": "SA"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
20406	francois-poncet-andre-1887-06-13	{"e3": "660", "afd2": "200"}	{"lerrcp": "E3-660", "muller": "M2-200"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Francois-Poncet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:13", "date": "1887-06-13 12:00", "note": "LMT", "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": 3.29939, "lat": 48.55897, "name": "Provins", "geoid": 2985229}, "notime": null, "date-ut": "1887-06-13 11:47"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Francois-Poncet"}, "birth": {"tzo": "+00:13", "date": "1887-06-13 12:00", "place": {"c2": "77", "c3": "", "cy": "FR", "lg": 3.29939, "lat": 48.55897, "name": "Provins", "geoid": 2985229}, "date-ut": "1887-06-13 11:47"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "660"}}, "raw": {"H": "12:00", "COD": "77", "DAY": "13", "MON": "06", "NUM": "0660", "PRO": "PO", "YEA": "1887", "CITY": "Provins", "NAME": "FRANCOIS-PONCET André", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["politician"], "ids-in-sources": {"afd2": "200"}}, "raw": {"CY": "F", "GQ": "G", "LG": "003 E 18", "LAT": "48 N 34", "TZO": "", "DATE": "13.06.1887", "MUID": "200", "NAME": "Francois-Poncet, André", "OCCU": "MA 04", "TIME": "12.00", "BOOKS": "56", "PLACE": "Provins", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22311	franz-ferdinand-von-osterreich-1863-12-18	{"afd2": "201"}	{"muller": "M2-201"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "von Osterreich", "family": "Franz Ferdinand", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1863-12-18 07:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "AT", "lg": 15.45, "lat": 47.07, "name": "Graz", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["monarch"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "von Osterreich", "family": "Franz Ferdinand"}, "birth": {"lmt": true, "tzo": "", "date": "1863-12-18 07:15", "place": {"cy": "AT", "lg": 15.45, "lat": 47.07, "name": "Graz"}}, "occus": ["monarch"], "trust": 5, "ids-in-sources": {"afd2": "201"}}, "raw": {"CY": "A", "GQ": "N", "LG": "015 E 27", "LAT": "47 N 04", "TZO": "", "DATE": "18.12.1863", "MUID": "201", "NAME": "Franz Ferdinand, von Osterreich", "OCCU": "MA 06", "TIME": "07.15", "BOOKS": "56", "PLACE": "Graz", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22312	franz-ii-joseph-karl-1768-02-12	{"afd2": "202"}	{"muller": "M2-202"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Joseph Karl", "family": "Franz II", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:30", "date": "1768-02-12 04:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.78, "name": "Firenze", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["monarch"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Joseph Karl", "family": "Franz II"}, "birth": {"tzo": "+00:30", "date": "1768-02-12 04:30", "place": {"cy": "IT", "lg": 11.25, "lat": 43.78, "name": "Firenze"}}, "occus": ["monarch"], "trust": 5, "ids-in-sources": {"afd2": "202"}}, "raw": {"CY": "I", "GQ": "N", "LG": "011 E 15", "LAT": "43 N 47", "TZO": "-0.50", "DATE": "12.02.1768", "MUID": "202", "NAME": "Franz II., Joseph Karl", "OCCU": "MA 06", "TIME": "04.30", "BOOKS": "56", "PLACE": "Firenze", "TIMOD": "", "SOURCE": "FA"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
2724	richet-charles-1850-08-26	{"a2": "637", "g55": "01-485", "afd5": "902"}	{"g55": "01-485", "lerrcp": "A2-637", "muller": "M5-902"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles", "family": "Richet", "spouse": [], "official": {"given": "Charles Robert", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1850-08-26 21:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1850-08-26 21:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Richet"}, "birth": {"tzo": "+00:09:24", "date": "1850-08-26 21:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1850-08-26 21:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-637"}, "ids-in-sources": {"a2": "637"}}, "raw": {"H": "21", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "26", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "637", "PRO": "S", "SEC": "40", "YEA": "1850", "CITY": "PARIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Richet", "official": {"given": "Charles Robert"}}, "birth": {"date": "1850-08-26 21:30", "place": {"name": "Paris"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "902"}}, "raw": {"NR": "902", "GNR": "SA2637", "JU_": "1", "MA_": "1", "MO_": "2", "SA_": "2", "SO_": "0", "VE_": "1", "CODE": "4", "JAHR": "1850", "KORR": "", "MARS": "21", "MODE": "LMT", "MOND": "2", "NAME": "RICHET (CHARLES ROBERT).", "AUFAB": "-4.80", "PHAS_": "91.000", "SONNE": "23", "VENUS": "20", "BREITE": "48 N 50", "GEBORT": "Paris (1ER)", "LAENGE": "002 E 20", "NIENJU": "2", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "2", "GEBZEIT": "21.30", "JUPITER": "21", "ELECTAGE": "47,6", "ELECTDAT": "05.04.1898", "GEBDATUM": "26.08.1850", "STBDATUM": "03.12.1935"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-485"}, "ids-in-source": {"g55": "01-485"}}, "raw": {"DAY": "26-8-1850", "HOUR": "21 h. 30", "NAME": "* RICHET Charles", "PLACE": "Paris (Seine)."}, "date": "2023-08-20T14:47:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
22314	fraunhofer-joseph-1787-03-06	{"afd2": "204"}	{"muller": "M2-204"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "von", "alter": [], "given": "Joseph", "family": "Fraunhofer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:38", "date": "1787-03-06 20:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 12.58, "lat": 48.88, "name": "Straubing", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "von", "given": "Joseph", "family": "Fraunhofer"}, "birth": {"tzo": "+00:38", "date": "1787-03-06 20:30", "place": {"cy": "DE", "lg": 12.58, "lat": 48.88, "name": "Straubing"}}, "occus": ["scientist"], "trust": 5, "ids-in-sources": {"afd2": "204"}}, "raw": {"CY": "D", "GQ": "N", "LG": "012 E 35", "LAT": "48 N 53", "TZO": "-0.63", "DATE": "06.03.1787", "MUID": "204", "NAME": "Fraunhofer, Joseph von", "OCCU": "SC 02", "TIME": "20.30", "BOOKS": "4567", "PLACE": "Straubing", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22315	friedrich-ii-der-grofe-1712-01-24	{"afd2": "205"}	{"muller": "M2-205"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "der Grofe", "family": "Friedrich II", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:40", "date": "1712-01-24 11:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["monarch"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "der Grofe", "family": "Friedrich II"}, "birth": {"tzo": "+00:40", "date": "1712-01-24 11:15", "place": {"cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin"}}, "occus": ["monarch"], "trust": 5, "ids-in-sources": {"afd2": "205"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 18", "LAT": "52 N 32", "TZO": "-0.67", "DATE": "24.01.1712", "MUID": "205", "NAME": "Friedrich II., der Grofe", "OCCU": "MA 06", "TIME": "11.15", "BOOKS": "4567", "PLACE": "Berlin", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22316	friedrich-iii-von-hohenzollern-1831-10-18	{"afd2": "206"}	{"muller": "M2-206"}	{"fame": {"full": "Friedrich III von Hohenzollern", "given": null, "family": null}, "nobl": "", "alter": [], "given": "", "family": "", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1831-10-18 10:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.07, "lat": 52.4, "name": "Potsdam", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["monarch"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": "Friedrich III von Hohenzollern"}, "nobl": "", "given": "", "family": ""}, "birth": {"lmt": true, "tzo": "", "date": "1831-10-18 10:00", "place": {"cy": "DE", "lg": 13.07, "lat": 52.4, "name": "Potsdam"}}, "occus": ["monarch"], "trust": 5, "ids-in-sources": {"afd2": "206"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 04", "LAT": "52 N 24", "TZO": "", "DATE": "18.10.1831", "MUID": "206", "NAME": "Friedrich III. von Hohenzollern", "OCCU": "MA 06", "TIME": "10.00", "BOOKS": "56", "PLACE": "Potsdam", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22317	friedrich-wilhelm-iv-1795-10-15	{"afd2": "207"}	{"muller": "M2-207"}	{"fame": {"full": "Friedrich Wilhelm IV", "given": null, "family": null}, "nobl": "", "alter": [], "given": "", "family": "", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:07", "date": "1795-10-15 06:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["monarch"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": "Friedrich Wilhelm IV"}, "nobl": "", "given": "", "family": ""}, "birth": {"tzo": "+01:07", "date": "1795-10-15 06:00", "place": {"cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin"}}, "occus": ["monarch"], "trust": 5, "ids-in-sources": {"afd2": "207"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 18", "LAT": "52 N 32", "TZO": "-1.12", "DATE": "15.10.1795", "MUID": "207", "NAME": "Friedrich Wilhelm IV.", "OCCU": "MA 06", "TIME": "06.00", "BOOKS": "56", "PLACE": "Berlin", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22318	frobe-gert-1913-02-25	{"afd2": "208"}	{"muller": "M2-208"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Gert", "family": "Fröbe", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1913-02-25 12:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 12.52, "lat": 50.72, "name": "Oberplanitz", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Gert", "family": "Fröbe"}, "birth": {"tzo": "+01:00", "date": "1913-02-25 12:30", "place": {"cy": "DE", "lg": 12.52, "lat": 50.72, "name": "Oberplanitz"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd2": "208"}}, "raw": {"CY": "D", "GQ": "N", "LG": "012 E 31", "LAT": "50 N 43", "TZO": "-1.00", "DATE": "25.02.1913", "MUID": "208", "NAME": "Fröbe, Gert", "OCCU": "AR 03", "TIME": "12.30", "BOOKS": "57", "PLACE": "Oberplanitz", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22319	fromm-erich-1900-03-23	{"afd2": "209"}	{"muller": "M2-209"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Erich", "family": "Fromm", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1900-03-23 19:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.68, "lat": 50.12, "name": "Frankfurt", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["social-scientist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Erich", "family": "Fromm"}, "birth": {"tzo": "+01:00", "date": "1900-03-23 19:30", "place": {"cy": "DE", "lg": 8.68, "lat": 50.12, "name": "Frankfurt"}}, "occus": ["social-scientist"], "trust": 5, "ids-in-sources": {"afd2": "209"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 41", "LAT": "50 N 07", "TZO": "-1.00", "DATE": "23.03.1900", "MUID": "209", "NAME": "Fromm, Erich", "OCCU": "SC 05", "TIME": "19.30", "BOOKS": "56", "PLACE": "Frankfurt", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22320	gabelsberger-franz-xaver-1789-02-09	{"afd2": "210"}	{"muller": "M2-210"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Franz Xaver", "family": "Gabelsberger", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:31", "date": "1789-02-09 13:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 11.57, "lat": 48.13, "name": "München", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Franz Xaver", "family": "Gabelsberger"}, "birth": {"tzo": "+00:31", "date": "1789-02-09 13:30", "place": {"cy": "DE", "lg": 11.57, "lat": 48.13, "name": "München"}}, "occus": ["miscelaneous"], "trust": 5, "ids-in-sources": {"afd2": "210"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 34", "LAT": "48 N 08", "TZO": "-0.52", "DATE": "09.02.1789", "MUID": "210", "NAME": "Gabelsberger, Franz Xaver", "OCCU": "MA 01", "TIME": "13.30", "BOOKS": "46", "PLACE": "München", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
20415	gabin-jean-moncorge-1904-05-17	{"e3": "669", "afd2": "211"}	{"lerrcp": "E3-669", "muller": "M2-211"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean (MONCORGÉ)", "family": "Gabin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09", "date": "1904-05-17 02:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "9", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1904-05-17 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean (MONCORGÉ)", "family": "Gabin"}, "birth": {"tzo": "+00:09", "date": "1904-05-17 02:00", "place": {"c2": "75", "c3": "9", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1904-05-17 01:51"}, "occus": ["actor"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "669"}}, "raw": {"H": "02:00", "COD": "75", "DAY": "17", "MON": "05", "NUM": "0669", "PRO": "AC", "YEA": "1904", "CITY": "Paris 9ème", "NAME": "GABIN Jean (MONCORGÉ)", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"sex": "M", "occus": ["actor"], "ids-in-sources": {"afd2": "211"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 20", "LAT": "48 N 50", "TZO": "-0.16", "DATE": "17.05.1904", "MUID": "211", "NAME": "Gabin, Jean", "OCCU": "AR 03", "TIME": "02.00", "BOOKS": "567", "PLACE": "Paris", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22321	galen-clemens-august-1878-03-16	{"afd2": "212"}	{"muller": "M2-212"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "von", "alter": [], "given": "Clemens August", "family": "Galen", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1878-03-16 22:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.12, "lat": 52.67, "name": "Dinklage", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["religious-leader"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "von", "given": "Clemens August", "family": "Galen"}, "birth": {"lmt": true, "tzo": "", "date": "1878-03-16 22:30", "place": {"cy": "DE", "lg": 8.12, "lat": 52.67, "name": "Dinklage"}}, "occus": ["religious-leader"], "trust": 5, "ids-in-sources": {"afd2": "212"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 07", "LAT": "52 N 40", "TZO": "", "DATE": "16.03.1878", "MUID": "212", "NAME": "Galen, Clemens August von", "OCCU": "MA 05", "TIME": "22.30", "BOOKS": "56", "PLACE": "Dinklage", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22327	george-stefan-1868-07-12	{"afd2": "222"}	{"muller": "M2-222"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Stefan", "family": "George", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1868-07-12 15:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8, "lat": 49.98, "name": "Büdesheim", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Stefan", "family": "George"}, "birth": {"lmt": true, "tzo": "", "date": "1868-07-12 15:00", "place": {"cy": "DE", "lg": 8, "lat": 49.98, "name": "Büdesheim"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "222"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 00", "LAT": "49 N 59", "TZO": "", "DATE": "12.07.1868", "MUID": "222", "NAME": "George, Stefan", "OCCU": "AR 01", "TIME": "15.00", "BOOKS": "4567", "PLACE": "Büdesheim", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
20427	gamdetta-leon-1838-04-02	{"e3": "682", "afd2": "213"}	{"lerrcp": "E3-682", "muller": "M2-213"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Gamdetta", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:06", "date": "1838-04-02 20:00", "note": "LMT", "place": {"c1": null, "c2": "46", "c3": "", "cy": "FR", "lg": 1.43663, "lat": 44.4491, "name": "Cahors", "geoid": 3029213}, "notime": null, "date-ut": "1838-04-02 19:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Gamdetta"}, "birth": {"tzo": "+00:06", "date": "1838-04-02 20:00", "place": {"c2": "46", "c3": "", "cy": "FR", "lg": 1.43663, "lat": 44.4491, "name": "Cahors", "geoid": 3029213}, "date-ut": "1838-04-02 19:54"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "682"}}, "raw": {"H": "20:00", "COD": "46", "DAY": "02", "MON": "04", "NUM": "0682", "PRO": "PO", "YEA": "1838", "CITY": "Cahors", "NAME": "GAMDETTA Léon", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["politician"], "ids-in-sources": {"afd2": "213"}}, "raw": {"CY": "F", "GQ": "G", "LG": "001 E 27", "LAT": "44 N 27", "TZO": "", "DATE": "02.04.1838", "MUID": "213", "NAME": "Gambetta, Leon", "OCCU": "MA 04", "TIME": "20.00", "BOOKS": "56", "PLACE": "Cahors", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22322	ganghofer-ludwig-1855-07-07	{"afd2": "214"}	{"muller": "M2-214"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Ludwig", "family": "Ganghofer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1855-07-07 23:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 10.62, "lat": 47.88, "name": "Kaufbeuren", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Ludwig", "family": "Ganghofer"}, "birth": {"lmt": true, "tzo": "", "date": "1855-07-07 23:00", "place": {"cy": "DE", "lg": 10.62, "lat": 47.88, "name": "Kaufbeuren"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "214"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 37", "LAT": "47 N 53", "TZO": "", "DATE": "07.07.1855", "MUID": "214", "NAME": "Ganghofer, Ludwig", "OCCU": "AR 01", "TIME": "23.00", "BOOKS": "56", "PLACE": "Kaufbeuren", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22323	garibaldi-giuseppe-1807-07-04	{"afd2": "215"}	{"muller": "M2-215"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Giuseppe", "family": "Garibaldi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:25", "date": "1807-07-04 06:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 7.3, "lat": 43.72, "name": "Nice", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["revolutionary"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Giuseppe", "family": "Garibaldi"}, "birth": {"tzo": "+00:25", "date": "1807-07-04 06:00", "place": {"cy": "FR", "lg": 7.3, "lat": 43.72, "name": "Nice"}}, "occus": ["revolutionary"], "trust": 5, "ids-in-sources": {"afd2": "215"}}, "raw": {"CY": "F", "GQ": "N", "LG": "007 E 18", "LAT": "43 N 43", "TZO": "-0.42", "DATE": "04.07.1807", "MUID": "215", "NAME": "Garibaldi, Giuseppe", "OCCU": "MA 08", "TIME": "06.00", "BOOKS": "456", "PLACE": "Nice", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
13105	de-gasperi-alcide-1881-04-03	{"a5": "1646", "afd2": "216"}	{"lerrcp": "A5-1646", "muller": "M2-216"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alcide", "family": "De Gasperi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1881-04-03 04:00", "note": null, "place": {"c1": null, "c2": "TN", "c3": null, "cy": "IT", "lg": 11.61029, "lat": 46.06821, "name": "Pieve Tesino", "geoid": 3170731}, "notime": null, "date-ut": "1881-04-03 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Alcide", "family": "De Gasperi"}, "birth": {"place": {"c2": "TN", "cy": "IT", "lg": 11.61029, "lat": 46.06821, "name": "Pieve Tesino", "geoid": 3170731}, "date-ut": "1881-04-03 03:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1646"}, "ids-in-sources": {"a5": "1646"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "TN", "COU": "I", "DAY": "3", "LAT": "46N 0", "LON": "12E 0", "MON": "4", "NUM": "1646", "PRO": "PT", "SEC": "4", "YEA": "1881", "CITY": "PIEVE TESINO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "M", "birth": {"tzo": "+00:50", "date": "1881-04-03 04:00"}, "occus": ["politician"], "ids-in-sources": {"afd2": "216"}}, "raw": {"CY": "I", "GQ": "G", "LG": "011 E 36", "LAT": "46 N 03", "TZO": "-0.83", "DATE": "03.04.1881", "MUID": "216", "NAME": "Gasperi, Alcide de", "OCCU": "MA 04", "TIME": "04.00", "BOOKS": "567", "PLACE": "Pieve Tesino", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
2726	rist-edouard-1871-03-16	{"a2": "639", "g55": "01-487", "afd5": "907"}	{"g55": "01-487", "lerrcp": "A2-639", "muller": "M5-907"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Edouard", "family": "Rist", "spouse": [], "official": {"given": "Edouard", "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1871-03-16 11:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1871-03-16 14:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Rist"}, "birth": {"tzo": "+00:30:59", "date": "1871-03-16 15:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1871-03-16 14:29"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-639"}, "ids-in-sources": {"a2": "639"}}, "raw": {"H": "15", "MN": "29", "TZ": "-1", "COD": "67", "COU": "F", "DAY": "16", "LAT": "48N35", "LON": "7E45", "MON": "3", "NUM": "639", "PRO": "S", "SEC": "0", "YEA": "1871", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Rist", "official": {"given": "Edouard"}}, "birth": {"date": "1871-03-16 11:00", "place": {"name": "Strasbourg"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "907"}}, "raw": {"NR": "907", "GNR": "SA2639", "JU_": "2", "MA_": "0", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "2", "JAHR": "1871", "KORR": "", "MARS": "25", "MODE": "LMT", "MOND": "15", "NAME": "RIST (EDOUARD).", "AUFAB": "-10.50", "PHAS_": "27.700", "SONNE": "8", "VENUS": "6", "BREITE": "48 N 35", "GEBORT": "Strasbourg (Bas-Rhin)", "LAENGE": "007 E 45", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "18", "GEBZEIT": "11.00", "JUPITER": "2", "ELECTAGE": "62,0", "ELECTDAT": "14.03.1933", "GEBDATUM": "16.03.1871", "STBDATUM": "13.04.1956"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-487"}, "ids-in-source": {"g55": "01-487"}}, "raw": {"DAY": "16-3-1871", "HOUR": "15 h.", "NAME": "RIST Edouard", "PLACE": "Strasbourg (Bas-Rhin)."}, "date": "2023-08-20T14:47:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
9191	gauguin-paul-1848-06-07	{"a4": "439", "afd2": "217"}	{"lerrcp": "A4-439", "muller": "M2-217"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Gauguin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1848-06-07 10:00", "note": "LMT", "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1848-06-07 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Gauguin"}, "birth": {"tzo": "+00:09:24", "date": "1848-06-07 10:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1848-06-07 09:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-439"}, "ids-in-sources": {"a4": "439"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "7", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "439", "PRO": "P", "SEC": "40", "YEA": "1848", "CITY": "PARIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["artist"], "ids-in-sources": {"afd2": "217"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 20", "LAT": "48 N 50", "TZO": "", "DATE": "07.06.1848", "MUID": "217", "NAME": "Gauguin, Paul", "OCCU": "AR 08", "TIME": "10.00", "BOOKS": "456", "PLACE": "Paris", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22324	geibel-emanuel-1815-10-18	{"afd2": "219"}	{"muller": "M2-219"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Emanuel", "family": "Geibel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1815-10-18 00:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 10.68, "lat": 53.87, "name": "Lübeck", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Emanuel", "family": "Geibel"}, "birth": {"lmt": true, "tzo": "", "date": "1815-10-18 00:00", "place": {"cy": "DE", "lg": 10.68, "lat": 53.87, "name": "Lübeck"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "219"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 41", "LAT": "53 N 52", "TZO": "", "DATE": "18.10.1815", "MUID": "219", "NAME": "Geibel, Emanuel", "OCCU": "AR 01", "TIME": "00.00", "BOOKS": "67", "PLACE": "Lübeck", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22325	geiger-hans-1882-09-30	{"afd2": "220"}	{"muller": "M2-220"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Hans", "family": "Geiger", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1882-09-30 08:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.15, "lat": 49.35, "name": "Neustadt", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Hans", "family": "Geiger"}, "birth": {"lmt": true, "tzo": "", "date": "1882-09-30 08:30", "place": {"cy": "DE", "lg": 8.15, "lat": 49.35, "name": "Neustadt"}}, "occus": ["scientist"], "trust": 5, "ids-in-sources": {"afd2": "220"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 09", "LAT": "49 N 21", "TZO": "", "DATE": "30.09.1882", "MUID": "220", "NAME": "Geiger, Hans", "OCCU": "SC 02", "TIME": "08.30", "BOOKS": "56", "PLACE": "Neustadt (Weinstrafe)", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22326	gellert-christian-furchtegott-1715-07-04	{"afd2": "221"}	{"muller": "M2-221"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Christian Fürchtegott", "family": "Gellert", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:49", "date": "1715-07-04 13:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.13, "lat": 50.97, "name": "Hainichen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Christian Fürchtegott", "family": "Gellert"}, "birth": {"tzo": "+00:49", "date": "1715-07-04 13:30", "place": {"cy": "DE", "lg": 13.13, "lat": 50.97, "name": "Hainichen"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "221"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 08", "LAT": "50 N 58", "TZO": "-0.82", "DATE": "04.07.1715", "MUID": "221", "NAME": "Gellert, Christian Fürchtegott", "OCCU": "AR 01", "TIME": "13.30", "BOOKS": "4567", "PLACE": "Hainichen", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22328	giacometti-alberto-1901-10-10	{"afd2": "224"}	{"muller": "M2-224"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alberto", "family": "Giacometti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1901-10-10 01:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "CH", "lg": 9.53, "lat": 46.37, "name": "Stampa", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Alberto", "family": "Giacometti"}, "birth": {"tzo": "+01:00", "date": "1901-10-10 01:00", "place": {"cy": "CH", "lg": 9.53, "lat": 46.37, "name": "Stampa"}}, "occus": ["artist"], "trust": 5, "ids-in-sources": {"afd2": "224"}}, "raw": {"CY": "CH", "GQ": "N", "LG": "009 E 32", "LAT": "46 N 22", "TZO": "-1.00", "DATE": "10.10.1901", "MUID": "224", "NAME": "Giacometti, Alberto", "OCCU": "AR 08", "TIME": "01.00", "BOOKS": "56", "PLACE": "Stampa", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
14159	gide-andre-1869-11-22	{"a6": "364", "afd2": "225"}	{"lerrcp": "A6-364", "muller": "M2-225"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Gide", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1869-11-22 03:00", "note": "LMT", "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1869-11-22 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "fictional-writer"]	5	null	[{"new": {"name": {"given": "André", "family": "Gide"}, "birth": {"tzo": "+00:09:24", "date": "1869-11-22 03:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1869-11-22 02:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-364"}, "ids-in-sources": {"a6": "364"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "22", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "364", "PRO": "W", "SEC": "40", "YEA": "1869", "CITY": "PARIS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["fictional-writer"], "ids-in-sources": {"afd2": "225"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 20", "LAT": "48 N 50", "TZO": "", "DATE": "22.11.1869", "MUID": "225", "NAME": "Gide, André", "OCCU": "AR 01", "TIME": "03.00", "BOOKS": "4567", "PLACE": "Paris", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22329	gigli-benjamino-1890-03-20	{"afd2": "226"}	{"muller": "M2-226"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Benjamino", "family": "Gigli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1890-03-20 16:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 13.53, "lat": 43.4, "name": "Recanati", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["singer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Benjamino", "family": "Gigli"}, "birth": {"tzo": "+00:50", "date": "1890-03-20 16:30", "place": {"cy": "IT", "lg": 13.53, "lat": 43.4, "name": "Recanati"}}, "occus": ["singer"], "trust": 5, "ids-in-sources": {"afd2": "226"}}, "raw": {"CY": "I", "GQ": "N", "LG": "013 E 32", "LAT": "43 N 24", "TZO": "-0.83", "DATE": "20.03.1890", "MUID": "226", "NAME": "Gigli, Benjamino", "OCCU": "AR 06", "TIME": "16.30", "BOOKS": "57", "PLACE": "Recanati", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
2732	rochard-jules-1819-10-30	{"a2": "645", "g55": "01-492", "afd5": "912"}	{"g55": "01-492", "lerrcp": "A2-645", "muller": "M5-912"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jules", "family": "Rochard", "spouse": [], "official": {"given": "Jules", "family": null}}	\N	{"lmt": null, "tzo": "-00:11:04", "date": "1819-10-30 03:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -2.76838, "lat": 48.51513, "name": "Saint-Brieuc", "geoid": 2981280}, "notime": null, "date-ut": "1819-10-30 03:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Rochard"}, "birth": {"tzo": "-00:11:04", "date": "1819-10-30 03:00", "place": {"c2": "22", "cy": "FR", "lg": -2.76838, "lat": 48.51513, "name": "Saint-Brieuc", "geoid": 2981280}, "date-ut": "1819-10-30 03:11"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-645"}, "ids-in-sources": {"a2": "645"}}, "raw": {"H": "3", "MN": "11", "TZ": "0", "COD": "22", "COU": "F", "DAY": "30", "LAT": "48N31", "LON": "2W45", "MON": "10", "NUM": "645", "PRO": "S", "SEC": "0", "YEA": "1819", "CITY": "ST-BRIEUC"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Rochard", "official": {"given": "Jules"}}, "birth": {"date": "1819-10-30 03:00", "place": {"name": "Saint-Brieuc"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "912"}}, "raw": {"NR": "912", "GNR": "SA2645", "JU_": "0", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1819", "KORR": "", "MARS": "7", "MODE": "LMT", "MOND": "18", "NAME": "ROCHARD (JULES).", "AUFAB": "8.40", "PHAS_": "88.200", "SONNE": "32", "VENUS": "31", "BREITE": "48 N 31", "GEBORT": "Saint-Brieuc (Côtes-du-Nord)", "LAENGE": "002 W 45", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "19", "GEBZEIT": "03.00", "JUPITER": "24", "ELECTAGE": "57,7", "ELECTDAT": "12.06.1877", "GEBDATUM": "30.10.1819", "STBDATUM": "13.09.1896"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-492"}, "ids-in-source": {"g55": "01-492"}}, "raw": {"DAY": "30-10-1819", "HOUR": "3 h.", "NAME": "ROCHARD Jules", "PLACE": "Saint-Brieuc (Côtes-du-Nord)."}, "date": "2023-08-20T14:47:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2736	rouget-charles-1824-08-19	{"a2": "649", "g55": "01-494", "afd5": "922"}	{"g55": "01-494", "lerrcp": "A2-649", "muller": "M5-922"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles", "family": "Rouget", "spouse": [], "official": {"given": "Charles Marie Benjamin", "family": null}}	\N	{"lmt": null, "tzo": "+00:07:07", "date": "1824-08-19 22:00", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.7801, "lat": 49.28178, "name": "Gisors", "geoid": 3015926}, "notime": null, "date-ut": "1824-08-19 21:55:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Rouget"}, "birth": {"tzo": "+00:07:07", "date": "1824-08-19 22:00", "place": {"c2": "27", "cy": "FR", "lg": 1.7801, "lat": 49.28178, "name": "Gisors", "geoid": 3015926}, "date-ut": "1824-08-19 21:55:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-649"}, "ids-in-sources": {"a2": "649"}}, "raw": {"H": "21", "MN": "55", "TZ": "0", "COD": "27", "COU": "F", "DAY": "19", "LAT": "49N 1", "LON": "1E11", "MON": "8", "NUM": "649", "PRO": "S", "SEC": "16", "YEA": "1824", "CITY": "GISORS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Rouget", "official": {"given": "Charles Marie Benjamin"}}, "birth": {"date": "1824-08-19 22:00", "place": {"name": "Gisors"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "922"}}, "raw": {"NR": "922", "GNR": "SA2649", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "0", "VE_": "0", "CODE": "3", "JAHR": "1824", "KORR": "", "MARS": "19", "MODE": "LMT", "MOND": "33", "NAME": "ROUGET (CHARLES MARIE BENJAMIN).", "AUFAB": "-10.60", "PHAS_": "38.100", "SONNE": "24", "VENUS": "23", "BREITE": "49 N 01", "GEBORT": "Gisors (Eure)", "LAENGE": "001 E 11", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "35", "GEBZEIT": "22.00", "JUPITER": "27", "ELECTAGE": "41,9", "ELECTDAT": "19.06.1866", "GEBDATUM": "19.08.1824", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-494"}, "ids-in-source": {"g55": "01-494"}}, "raw": {"DAY": "19-8-1824", "HOUR": "22 h.", "NAME": "ROUGET Charles", "PLACE": "Gisors (Eure)."}, "date": "2023-08-20T14:47:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2738	routier-edmond-1853-10-10	{"a2": "651", "g55": "01-496", "afd5": "925"}	{"g55": "01-496", "lerrcp": "A2-651", "muller": "M5-925"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Edmond", "family": "Routier", "spouse": [], "official": {"given": "Arnaud Edmond", "family": null}}	\N	{"lmt": null, "tzo": "+00:02:36", "date": "1853-10-10 06:00", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.6512, "lat": 44.06337, "name": "Astaffort", "geoid": 3036495}, "notime": null, "date-ut": "1873-10-10 05:57:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Routier"}, "birth": {"tzo": "+00:02:36", "date": "1873-10-10 06:00", "place": {"c2": "47", "cy": "FR", "lg": 0.6512, "lat": 44.06337, "name": "Astaffort", "geoid": 3036495}, "date-ut": "1873-10-10 05:57:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-651"}, "ids-in-sources": {"a2": "651"}}, "raw": {"H": "5", "MN": "57", "TZ": "0", "COD": "47", "COU": "F", "DAY": "10", "LAT": "44N12", "LON": "0E38", "MON": "10", "NUM": "651", "PRO": "S", "SEC": "28", "YEA": "1873", "CITY": "ASTAFFORT"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Routier", "official": {"given": "Arnaud Edmond"}}, "birth": {"date": "1853-10-10 06:00", "place": {"name": "Astaffort"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "925"}}, "raw": {"NR": "925", "GNR": "SA2651", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "1", "SO_": "2", "VE_": "0", "CODE": "2", "JAHR": "1853", "KORR": "", "MARS": "7", "MODE": "LMT", "MOND": "27", "NAME": "ROUTIER (ARNAUD EDMOND).", "AUFAB": "11.30", "PHAS_": "54.100", "SONNE": "36", "VENUS": "32", "BREITE": "44 N 12", "GEBORT": "Astaffort (Lot-et-Garonne)", "LAENGE": "000 E 38", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ-d", "SATURN": "13", "GEBZEIT": "06.00", "JUPITER": "30", "ELECTAGE": "60,6", "ELECTDAT": "05.05.1914", "GEBDATUM": "10.10.1853", "STBDATUM": "25.03.1935"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-496"}, "ids-in-source": {"g55": "01-496"}}, "raw": {"DAY": "10-10-1873", "HOUR": "6 h.", "NAME": "ROUTIER Edmond", "PLACE": "Astaffort (Lot-et-Garonne)."}, "date": "2023-08-20T14:47:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2741	roux-emile-1853-12-17	{"a2": "654", "g55": "01-499", "afd5": "930"}	{"g55": "01-499", "lerrcp": "A2-654", "muller": "M5-930"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Emile", "family": "Roux", "spouse": [], "official": {"given": "Pierre Paul Emile", "family": null}}	\N	{"lmt": null, "tzo": "+00:02:41", "date": "1853-12-17 22:00", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": 0.67195, "lat": 46.01311, "name": "Confolens", "geoid": 3023919}, "notime": null, "date-ut": "1853-12-17 21:59:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Roux"}, "birth": {"tzo": "+00:02:41", "date": "1853-12-17 22:02", "place": {"c2": "16", "cy": "FR", "lg": 0.67195, "lat": 46.01311, "name": "Confolens", "geoid": 3023919}, "date-ut": "1853-12-17 21:59:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-654"}, "ids-in-sources": {"a2": "654"}}, "raw": {"H": "21", "MN": "59", "TZ": "0", "COD": "16", "COU": "F", "DAY": "17", "LAT": "45N39", "LON": "0E10", "MON": "12", "NUM": "654", "PRO": "S", "SEC": "20", "YEA": "1853", "CITY": "CONFOLENS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Roux", "official": {"given": "Pierre Paul Emile"}}, "birth": {"date": "1853-12-17 22:00", "place": {"name": "Confolens"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "930"}}, "raw": {"NR": "930", "GNR": "SA2654", "JU_": "0", "MA_": "2", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1853", "KORR": "", "MARS": "36", "MODE": "LMT", "MOND": "5", "NAME": "ROUX (PIERRE PAUL EMILE).", "AUFAB": "-1.70", "PHAS_": "98.100", "SONNE": "25", "VENUS": "21", "BREITE": "45 N 39", "GEBORT": "Confolens (Charente)", "LAENGE": "000 E 10", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "10", "GEBZEIT": "22.00", "JUPITER": "25", "ELECTAGE": "42,5", "ELECTDAT": "09.06.1896", "GEBDATUM": "17.12.1853", "STBDATUM": "03.11.1933"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-499"}, "ids-in-source": {"g55": "01-499"}}, "raw": {"DAY": "17-12-1853", "HOUR": "22 h.", "NAME": "* ROUX Emile", "PLACE": "Confolens (Charente)."}, "date": "2023-08-20T14:47:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
14167	giraudoux-jean-1882-10-29	{"a6": "372", "e3": "716", "afd2": "227"}	{"lerrcp": "A6-372", "muller": "M2-227"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Giraudoux", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:04:12", "date": "1882-10-29 21:00", "note": "LMT", "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.04927, "lat": 46.1221, "name": "Bellac", "geoid": 3033766}, "notime": null, "date-ut": "1882-10-29 20:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "politician", "fictional-writer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Giraudoux"}, "birth": {"tzo": "+00:04:12", "date": "1882-10-29 21:00", "place": {"c2": "87", "cy": "FR", "lg": 1.04927, "lat": 46.1221, "name": "Bellac", "geoid": 3033766}, "date-ut": "1882-10-29 20:55"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-372"}, "ids-in-sources": {"a6": "372"}}, "raw": {"H": "20", "MN": "55", "TZ": "0", "COD": "87", "COU": "F", "DAY": "29", "LAT": "45N50", "LON": "1E15", "MON": "10", "NUM": "372", "PRO": "W", "SEC": "0", "YEA": "1882", "CITY": "BELLAC"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": ["politician"], "ids-in-sources": {"e3": "716"}}, "raw": {"H": "21:00", "COD": "87", "DAY": "29", "MON": "10", "NUM": "0716", "PRO": "PO", "YEA": "1882", "CITY": "Bellac", "NAME": "GIRAUDOUX Jean", "NOTE": "*"}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["fictional-writer"], "ids-in-sources": {"afd2": "227"}}, "raw": {"CY": "F", "GQ": "G", "LG": "001 E 03", "LAT": "46 N 07", "TZO": "", "DATE": "29.10.1882", "MUID": "227", "NAME": "Giraudoux, Jean", "OCCU": "AR 01", "TIME": "21.90", "BOOKS": "567", "PLACE": "Bellac", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22330	godard-jean-luc-1930-12-03	{"afd2": "228"}	{"muller": "M2-228"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean Luc", "family": "Godard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1930-12-03 02:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 2.33, "lat": 48.83, "name": "Paris", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Jean Luc", "family": "Godard"}, "birth": {"tzo": "+00:00", "date": "1930-12-03 02:00", "place": {"cy": "FR", "lg": 2.33, "lat": 48.83, "name": "Paris"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd2": "228"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 20", "LAT": "48 N 50", "TZO": "0.00", "DATE": "03.12.1930", "MUID": "228", "NAME": "Godard, Jean Luc", "OCCU": "AR 03", "TIME": "02.00", "BOOKS": "57", "PLACE": "Paris", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
13351	goebbels-ageepe-1897-10-29	{"a5": "1903", "afd2": "229"}	{"lerrcp": "A5-1903", "muller": "M2-229"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "ageepe", "family": "Goebbels", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1897-10-29 23:30", "note": null, "place": {"c1": null, "c2": "RHLD-PF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "RHEYDT", "geoid": 0}, "notime": null, "date-ut": "1897-10-29 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1903"}, "birth": {"place": {"c2": "RHLD-PF", "cy": "DE", "lg": 7, "lat": 50, "name": "RHEYDT", "geoid": 0}, "date-ut": "1897-10-29 22:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1903"}, "ids-in-sources": {"a5": "1903"}}, "raw": {"H": "23", "MN": "30", "TZ": "-1", "COD": "RHLD-PF", "COU": "G", "DAY": "29", "LAT": "50N 0", "LON": "7E 0", "MON": "10", "NUM": "1903", "PRO": "PT", "SEC": "0", "YEA": "1897", "CITY": "RHEYDT"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "M", "name": {"given": "ageepe", "family": "Goebbels"}, "birth": {"tzo": "+01:00", "date": "1897-10-29 23:30"}, "occus": ["politician"], "ids-in-sources": {"afd2": "229"}}, "raw": {"CY": "D", "GQ": "G", "LG": "006 E 27", "LAT": "51 N 10", "TZO": "-1.00", "DATE": "29.10.1897", "MUID": "229", "NAME": "Goebbels, ageepe", "OCCU": "MA 04", "TIME": "23.30", "BOOKS": "56", "PLACE": "Rheydt", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
10056	goebel-hermann-1885-04-08	{"a4": "1304", "afd2": "230"}	{"lerrcp": "A4-1304", "muller": "M2-230"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Goebel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": null, "note": "LMT", "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "DORMAGENRHEIN", "geoid": 0}, "notime": null, "date-ut": "1885-04-08 02:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter", "miscelaneous"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Goebel"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "DORMAGENRHEIN", "geoid": 0}, "date-ut": "1885-04-08 02:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1304"}, "ids-in-sources": {"a4": "1304"}}, "raw": {"H": "3", "MN": "32", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "8", "LAT": "50N 0", "LON": "7E 0", "MON": "4", "NUM": "1304", "PRO": "P", "SEC": "0", "YEA": "1885", "CITY": "DORMAGENRHEIN"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["miscelaneous"], "ids-in-sources": {"afd2": "230"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 33", "LAT": "52 N 12", "TZO": "", "DATE": "20.04.1818", "MUID": "230", "NAME": "Goebel, Heinrich", "OCCU": "MA 01", "TIME": "13.00", "BOOKS": "45", "PLACE": "Springe", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
2520	le-roy-des-barres-adrien-charles-1872-12-16	{"a2": "433", "g55": "01-500", "afd5": "587"}	{"g55": "01-500", "lerrcp": "A2-433", "muller": "M5-587"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Adrien Charles", "family": "Le Roy Des Barres", "spouse": [], "official": {"given": "Adrien Charles", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:25", "date": "1872-12-16 23:00", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.35387, "lat": 48.93564, "name": "Saint-Denis", "geoid": 2980916}, "notime": null, "date-ut": "1872-12-16 22:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "Le Roy Barres Adrien"}, "birth": {"tzo": "+00:09:25", "date": "1872-12-16 23:00", "place": {"c2": "93", "cy": "FR", "lg": 2.35387, "lat": 48.93564, "name": "Saint-Denis", "geoid": 2980916}, "date-ut": "1872-12-16 22:50"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-433"}, "ids-in-sources": {"a2": "433"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "93", "COU": "F", "DAY": "16", "LAT": "48N55", "LON": "2E30", "MON": "12", "NUM": "433", "PRO": "S", "SEC": "0", "YEA": "1872", "CITY": "ST-DENIS"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "given": "Adrien Charles", "family": "Le Roy Des Barres", "official": {"given": "Adrien Charles"}}, "birth": {"date": "1872-12-16 23:00", "place": {"name": "Saint-Denis"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "587"}}, "raw": {"NR": "587", "GNR": "SA2433", "JU_": "2", "MA_": "0", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1872", "KORR": "", "MARS": "33", "MODE": "LMT", "MOND": "7", "NAME": "LE ROY DES BARRES (ADRIEN CHARLES).", "AUFAB": "-1.20", "PHAS_": "98.800", "SONNE": "26", "VENUS": "23", "BREITE": "48 N 55", "GEBORT": "Saint-Denis (Seine)", "LAENGE": "002 E 30", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "24", "GEBZEIT": "23.00", "JUPITER": "2", "ELECTAGE": "58,2", "ELECTDAT": "03.03.1931", "GEBDATUM": "16.12.1872", "STBDATUM": "16.06.1945"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-500"}, "ids-in-source": {"g55": "01-500"}}, "raw": {"DAY": "16-12-1872", "HOUR": "23 h.", "NAME": "ROY DES BARRES Adrien", "PLACE": "Saint-Denis (Seine)."}, "date": "2023-08-20T14:47:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
7594	goring-hermann-1893-01-12	{"a3": "1881", "a5": "1906", "afd2": "231"}	{"lerrcp": "A3-1881", "muller": "M2-231"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Göring", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1893-01-12 04:00", "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ROSENHEIM", "geoid": 0}, "notime": null, "date-ut": "1893-01-12 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Göring"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ROSENHEIM", "geoid": 0}, "date-ut": "1893-01-12 03:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1881"}, "ids-in-sources": {"a3": "1881"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "12", "LAT": "49N 0", "LON": "11E30", "MON": "1", "NUM": "1881", "PRO": "M", "SEC": "0", "YEA": "1893", "CITY": "ROSENHEIM"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "1906"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "12", "LAT": "49N 0", "LON": "11E30", "MON": "1", "NUM": "1906", "PRO": "PT", "SEC": "0", "YEA": "1893", "CITY": "ROSENHEIM"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "M", "birth": {"tzo": "+01:00", "date": "1893-01-12 04:00"}, "occus": ["politician"], "ids-in-sources": {"afd2": "231"}}, "raw": {"CY": "D", "GQ": "G", "LG": "012 E 08", "LAT": "47 N 51", "TZO": "-1.00", "DATE": "12.01.1893", "MUID": "231", "NAME": "Göring, Hermann", "OCCU": "MA 04", "TIME": "04.00", "BOOKS": "56", "PLACE": "Rosenheim", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22331	geethe-johann-wolfgang-1749-08-28	{"afd2": "232"}	{"muller": "M2-232"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "von", "alter": [], "given": "Johann Wolfgang", "family": "Geethe", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:34", "date": "1749-08-28 12:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.68, "lat": 50.12, "name": "Frankfurt", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "von", "given": "Johann Wolfgang", "family": "Geethe"}, "birth": {"tzo": "+00:34", "date": "1749-08-28 12:30", "place": {"cy": "DE", "lg": 8.68, "lat": 50.12, "name": "Frankfurt"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "232"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 41", "LAT": "50 N 07", "TZO": "-0.57", "DATE": "28.08.1749", "MUID": "232", "NAME": "Geethe, Johann Wolfgang von", "OCCU": "AR 01", "TIME": "12.30", "BOOKS": "4567", "PLACE": "Frankfurt", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
10196	gogh-vincent-van-1853-03-30	{"a4": "1444", "afd2": "233"}	{"lerrcp": "A4-1444", "muller": "M2-233"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gogh Vincent Van", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1853-03-30 11:00", "note": "LMT", "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "ZUNDERT", "geoid": 0}, "notime": null, "date-ut": "1853-03-30 10:38:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gogh Vincent Van"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "ZUNDERT", "geoid": 0}, "date-ut": "1853-03-30 10:38:44"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1444"}, "ids-in-sources": {"a4": "1444"}}, "raw": {"H": "10", "MN": "38", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "30", "LAT": "51N42", "LON": "5E19", "MON": "3", "NUM": "1444", "PRO": "P", "SEC": "44", "YEA": "1853", "CITY": "ZUNDERT"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1853-03-30 11:00", "note": "LMT"}, "occus": ["artist"], "ids-in-sources": {"afd2": "233"}}, "raw": {"CY": "NL", "GQ": "G", "LG": "004 E 41", "LAT": "51 N 28", "TZO": "", "DATE": "30.03.1853", "MUID": "233", "NAME": "Gogh, Vincent van", "OCCU": "AR 08", "TIME": "11.00", "BOOKS": "4567", "PLACE": "Zundert", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
10681	gounod-charles-1818-06-17	{"a4": "1929", "afd2": "234"}	{"lerrcp": "A4-1929", "muller": "M2-234"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Gounod", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1818-06-17 04:00", "note": "LMT", "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1818-06-17 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Gounod"}, "birth": {"tzo": "+00:09:24", "date": "1818-06-17 04:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1818-06-17 03:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1929"}, "ids-in-sources": {"a4": "1929"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "17", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "1929", "PRO": "M", "SEC": "40", "YEA": "1818", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["composer"], "ids-in-sources": {"afd2": "234"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 20", "LAT": "48 N 50", "TZO": "", "DATE": "17.06.1818", "MUID": "234", "NAME": "Gounod, Charles", "OCCU": "AR 04", "TIME": "04.00", "BOOKS": "4567", "PLACE": "Paris", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
2519	roy-de-mericourt-alfred-1825-10-13	{"a2": "432", "g55": "01-501", "afd5": "586"}	{"g55": "01-501", "lerrcp": "A2-432", "muller": "M5-586"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "le", "alter": [], "given": "Alfred", "family": "Roy de Méricourt", "spouse": [], "official": {"given": "Alfred", "family": null}}	\N	{"lmt": null, "tzo": "+00:07:21", "date": "1825-10-13 21:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 1.83547, "lat": 50.10521, "name": "Abbeville", "geoid": 3038789}, "notime": null, "date-ut": "1825-10-13 20:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "Le Roy Mericourt Alfred"}, "birth": {"tzo": "+00:07:21", "date": "1825-10-13 21:00", "place": {"c2": "80", "cy": "FR", "lg": 1.83547, "lat": 50.10521, "name": "Abbeville", "geoid": 3038789}, "date-ut": "1825-10-13 20:50:48"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-432"}, "ids-in-sources": {"a2": "432"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "13", "LAT": "49N54", "LON": "2E18", "MON": "10", "NUM": "432", "PRO": "S", "SEC": "48", "YEA": "1825", "CITY": "ABBEVILLE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "le", "given": "Alfred", "family": "Roy de Méricourt", "official": {"given": "Alfred"}}, "birth": {"date": "1825-10-13 21:00", "place": {"name": "Abbeville"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "586"}}, "raw": {"NR": "586", "GNR": "SA2432", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "2", "SO_": "0", "VE_": "1", "CODE": "4", "JAHR": "1825", "KORR": "", "MARS": "27", "MODE": "LMT", "MOND": "22", "NAME": "LE ROY DE MÉRICOURT (ALFRED).", "AUFAB": "1.60", "PHAS_": "1.700", "SONNE": "24", "VENUS": "26", "BREITE": "49 N 54", "GEBORT": "Abbeville (Somme)", "LAENGE": "002 E 18", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "2", "GEBZEIT": "21.00", "JUPITER": "27", "ELECTAGE": "48,6", "ELECTDAT": "19.05.1874", "GEBDATUM": "13.10.1825", "STBDATUM": "12.08.1901"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-501"}, "ids-in-source": {"g55": "01-501"}}, "raw": {"DAY": "13-10-1825", "HOUR": "21 h.", "NAME": "ROY DE MERICOURT Alfred", "PLACE": "Abbeville (Somme)."}, "date": "2023-08-20T14:47:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
22332	graf-oskar-maria-1894-07-22	{"afd2": "235"}	{"muller": "M2-235"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Oskar Maria", "family": "Graf", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1894-07-22 06:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 11.33, "lat": 48, "name": "Berg Starnberg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Oskar Maria", "family": "Graf"}, "birth": {"tzo": "+01:00", "date": "1894-07-22 06:00", "place": {"cy": "DE", "lg": 11.33, "lat": 48, "name": "Berg Starnberg"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "235"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 20", "LAT": "48 N 00", "TZO": "-1.00", "DATE": "22.07.1894", "MUID": "235", "NAME": "Graf, Oskar Maria", "OCCU": "AR 01", "TIME": "06.00", "BOOKS": "56", "PLACE": "Berg Starnberg", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22333	grieshaber-hap-1909-02-15	{"afd2": "236"}	{"muller": "M2-236"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "HAP", "family": "Grieshaber", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1909-02-15 01:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 10.03, "lat": 48.12, "name": "Schloß Rot", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "HAP", "family": "Grieshaber"}, "birth": {"tzo": "+01:00", "date": "1909-02-15 01:00", "place": {"cy": "DE", "lg": 10.03, "lat": 48.12, "name": "Schloß Rot"}}, "occus": ["artist"], "trust": 5, "ids-in-sources": {"afd2": "236"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 02", "LAT": "48 N 07", "TZO": "-1.00", "DATE": "15.02.1909", "MUID": "236", "NAME": "Grieshaber, HAP", "OCCU": "AR 08", "TIME": "01.00", "BOOKS": "56", "PLACE": "Schloß Rot", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22334	grillparzer-franz-1791-01-15	{"afd2": "237"}	{"muller": "M2-237"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Franz", "family": "Grillparzer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:55", "date": "1791-01-15 10:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "AT", "lg": 16.35, "lat": 48.22, "name": "Wien", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Franz", "family": "Grillparzer"}, "birth": {"tzo": "+00:55", "date": "1791-01-15 10:30", "place": {"cy": "AT", "lg": 16.35, "lat": 48.22, "name": "Wien"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "237"}}, "raw": {"CY": "A", "GQ": "N", "LG": "016 E 21", "LAT": "48 N 13", "TZO": "-0.92", "DATE": "15.01.1791", "MUID": "237", "NAME": "Grillparzer, Franz", "OCCU": "AR 01", "TIME": "10.30", "BOOKS": "4567", "PLACE": "Wien", "TIMOD": "", "SOURCE": "FA"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22336	guardini-romano-1885-02-17	{"afd2": "240"}	{"muller": "M2-240"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Romano", "family": "Guardini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1885-02-17 01:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 11, "lat": 45.5, "name": "Verona", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["humanities-scholar"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Romano", "family": "Guardini"}, "birth": {"tzo": "+00:50", "date": "1885-02-17 01:30", "place": {"cy": "IT", "lg": 11, "lat": 45.5, "name": "Verona"}}, "occus": ["humanities-scholar"], "trust": 5, "ids-in-sources": {"afd2": "240"}}, "raw": {"CY": "I", "GQ": "N", "LG": "011 E 00", "LAT": "45 N 30", "TZO": "-0.83", "DATE": "17.02.1885", "MUID": "240", "NAME": "Guardini, Romano", "OCCU": "SC 06", "TIME": "01.30", "BOOKS": "57", "PLACE": "Verona", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22337	guareschi-giovanni-1908-05-01	{"afd2": "241"}	{"muller": "M2-241"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Giovanni", "family": "Guareschi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1908-05-01 23:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 10.32, "lat": 44.8, "name": "Roccabianca", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Giovanni", "family": "Guareschi"}, "birth": {"tzo": "+01:00", "date": "1908-05-01 23:00", "place": {"cy": "IT", "lg": 10.32, "lat": 44.8, "name": "Roccabianca"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "241"}}, "raw": {"CY": "I", "GQ": "N", "LG": "010 E 19", "LAT": "44 N 48", "TZO": "-1.00", "DATE": "01.05.1908", "MUID": "241", "NAME": "Guareschi, Giovanni", "OCCU": "AR 01", "TIME": "23.00", "BOOKS": "567", "PLACE": "Roccabianca", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22338	gutzkow-karl-1811-03-17	{"afd2": "242"}	{"muller": "M2-242"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Karl", "family": "Gutzkow", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1811-03-17 00:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Karl", "family": "Gutzkow"}, "birth": {"lmt": true, "tzo": "", "date": "1811-03-17 00:30", "place": {"cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "242"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 18", "LAT": "52 N 32", "TZO": "", "DATE": "17.03.1811", "MUID": "242", "NAME": "Gutzkow, Karl", "OCCU": "AR 01", "TIME": "00.30", "BOOKS": "45", "PLACE": "Berlin", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22339	habermas-jurgen-1929-06-18	{"afd2": "243"}	{"muller": "M2-243"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jürgen", "family": "Habermas", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1929-06-18 20:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 6.78, "lat": 51.23, "name": "Düsseldorf", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["social-scientist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Jürgen", "family": "Habermas"}, "birth": {"tzo": "+01:00", "date": "1929-06-18 20:00", "place": {"cy": "DE", "lg": 6.78, "lat": 51.23, "name": "Düsseldorf"}}, "occus": ["social-scientist"], "trust": 5, "ids-in-sources": {"afd2": "243"}}, "raw": {"CY": "D", "GQ": "N", "LG": "006 E 47", "LAT": "51 N 14", "TZO": "-1.00", "DATE": "18.06.1929", "MUID": "243", "NAME": "Habermas, Jürgen", "OCCU": "SC 05", "TIME": "20.00", "BOOKS": "57", "PLACE": "Düsseldorf", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
5387	hahn-otto-1879-03-08	{"a2": "3304", "afd2": "244"}	{"lerrcp": "A2-3304", "muller": "M2-244"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Hahn", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1879-03-08 23:45", "note": "LMT", "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "notime": null, "date-ut": "1879-03-08 23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A2-3304"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "FRANKFURT A M", "geoid": 0}, "date-ut": "1879-03-08 23:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3304"}, "ids-in-sources": {"a2": "3304"}}, "raw": {"H": "0", "MN": "8", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "9", "LAT": "50N30", "LON": "9E15", "MON": "3", "NUM": "3304", "PRO": "S", "SEC": "0", "YEA": "1879", "CITY": "FRANKFURT A M"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"sex": "M", "name": {"given": "Otto", "family": "Hahn"}, "birth": {"date": "1879-03-08 23:45", "note": "LMT"}, "occus": ["scientist"], "ids-in-sources": {"afd2": "244"}}, "raw": {"CY": "D", "GQ": "G", "LG": "008 E 41", "LAT": "50 N 07", "TZO": "", "DATE": "08.03.1879", "MUID": "244", "NAME": "Hahn, Otto", "OCCU": "SC 02", "TIME": "23.45", "BOOKS": "4567", "PLACE": "Frankfurt", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22340	harbig-rudolf-1913-11-08	{"afd2": "245"}	{"muller": "M2-245"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Rudolf", "family": "Harbig", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1913-11-08 10:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.73, "lat": 51.05, "name": "Dresden", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sportsperson"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Rudolf", "family": "Harbig"}, "birth": {"tzo": "+01:00", "date": "1913-11-08 10:00", "place": {"cy": "DE", "lg": 13.73, "lat": 51.05, "name": "Dresden"}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"afd2": "245"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 44", "LAT": "51 N 03", "TZO": "-1.00", "DATE": "08.11.1913", "MUID": "245", "NAME": "Harbig, Rudolf", "OCCU": "MA 13", "TIME": "10.00", "BOOKS": "57", "PLACE": "Dresden", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22341	harkort-friedrich-1793-02-22	{"afd2": "246"}	{"muller": "M2-246"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Friedrich", "family": "Harkort", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:16", "date": "1793-02-22 20:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 7.47, "lat": 51.37, "name": "Gut Harkorten", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Friedrich", "family": "Harkort"}, "birth": {"tzo": "+00:16", "date": "1793-02-22 20:00", "place": {"cy": "DE", "lg": 7.47, "lat": 51.37, "name": "Gut Harkorten"}}, "occus": ["executive"], "trust": 5, "ids-in-sources": {"afd2": "246"}}, "raw": {"CY": "D", "GQ": "N", "LG": "007 E 28", "LAT": "51 N 22", "TZO": "-0.27", "DATE": "22.02.1793", "MUID": "246", "NAME": "Harkort, Friedrich", "OCCU": "MA 03", "TIME": "20.00", "BOOKS": "46", "PLACE": "Gut Harkorten (Hagen)", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22342	hartung-hans-1904-09-21	{"afd2": "247"}	{"muller": "M2-247"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Hans", "family": "Hartung", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1904-09-21 09:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 12.37, "lat": 51.35, "name": "Leipzig", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Hans", "family": "Hartung"}, "birth": {"tzo": "+01:00", "date": "1904-09-21 09:30", "place": {"cy": "DE", "lg": 12.37, "lat": 51.35, "name": "Leipzig"}}, "occus": ["artist"], "trust": 5, "ids-in-sources": {"afd2": "247"}}, "raw": {"CY": "D", "GQ": "N", "LG": "012 E 22", "LAT": "51 N 21", "TZO": "-1.00", "DATE": "21.09.1904", "MUID": "247", "NAME": "Hartung, Hans", "OCCU": "AR 08", "TIME": "09.30", "BOOKS": "57", "PLACE": "Leipzig", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22343	hasenclever-walter-1890-07-08	{"afd2": "249"}	{"muller": "M2-249"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Walter", "family": "Hasenclever", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1890-07-08 15:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 6.08, "lat": 50.78, "name": "Aachen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Walter", "family": "Hasenclever"}, "birth": {"lmt": true, "tzo": "", "date": "1890-07-08 15:30", "place": {"cy": "DE", "lg": 6.08, "lat": 50.78, "name": "Aachen"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "249"}}, "raw": {"CY": "D", "GQ": "N", "LG": "006 E 05", "LAT": "50 N 47", "TZO": "", "DATE": "08.07.1890", "MUID": "249", "NAME": "Hasenclever, Walter", "OCCU": "AR 01", "TIME": "15.30", "BOOKS": "56", "PLACE": "Aachen", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22344	heckel-erich-1883-07-31	{"afd2": "250"}	{"muller": "M2-250"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Erich", "family": "Heckel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1883-07-31 04:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.12, "lat": 51.12, "name": "Ddbeln", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Erich", "family": "Heckel"}, "birth": {"lmt": true, "tzo": "", "date": "1883-07-31 04:30", "place": {"cy": "DE", "lg": 13.12, "lat": 51.12, "name": "Ddbeln"}}, "occus": ["artist"], "trust": 5, "ids-in-sources": {"afd2": "250"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 07", "LAT": "51 N 07", "TZO": "", "DATE": "31.07.1883", "MUID": "250", "NAME": "Heckel, Erich", "OCCU": "AR 08", "TIME": "04.30", "BOOKS": "56", "PLACE": "Ddbeln (Sachsen)", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22345	hecker-friedrich-1811-09-28	{"afd2": "251"}	{"muller": "M2-251"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Friedrich", "family": "Hecker", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1811-09-28 22:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.83, "lat": 49.23, "name": "Eichtershein", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["revolutionary"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Friedrich", "family": "Hecker"}, "birth": {"lmt": true, "tzo": "", "date": "1811-09-28 22:45", "place": {"cy": "DE", "lg": 8.83, "lat": 49.23, "name": "Eichtershein"}}, "occus": ["revolutionary"], "trust": 5, "ids-in-sources": {"afd2": "251"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 50", "LAT": "49 N 14", "TZO": "", "DATE": "28.09.1811", "MUID": "251", "NAME": "Hecker, Friedrich", "OCCU": "MA 08", "TIME": "22.45", "BOOKS": "46", "PLACE": "Eichtershein", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22346	heidegger-martin-1889-09-26	{"afd2": "252"}	{"muller": "M2-252"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Martin", "family": "Heidegger", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1889-09-26 11:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 9.03, "lat": 47.85, "name": "Meßkirch", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["humanities-scholar"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Martin", "family": "Heidegger"}, "birth": {"lmt": true, "tzo": "", "date": "1889-09-26 11:30", "place": {"cy": "DE", "lg": 9.03, "lat": 47.85, "name": "Meßkirch"}}, "occus": ["humanities-scholar"], "trust": 5, "ids-in-sources": {"afd2": "252"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 02", "LAT": "47 N 51", "TZO": "", "DATE": "26.09.1889", "MUID": "252", "NAME": "Heidegger, Martin", "OCCU": "SC 06", "TIME": "11.30", "BOOKS": "4567", "PLACE": "Meßkirch", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22347	heinemann-gustav-1899-07-23	{"afd2": "253"}	{"muller": "M2-253"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Gustav", "family": "Heinemann", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1899-07-23 20:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 7.3, "lat": 51.28, "name": "Schwelm", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Gustav", "family": "Heinemann"}, "birth": {"tzo": "+01:00", "date": "1899-07-23 20:30", "place": {"cy": "DE", "lg": 7.3, "lat": 51.28, "name": "Schwelm"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"afd2": "253"}}, "raw": {"CY": "D", "GQ": "N", "LG": "007 E 18", "LAT": "51 N 17", "TZO": "-1.00", "DATE": "23.07.1899", "MUID": "253", "NAME": "Heinemann, Gustav", "OCCU": "MA 04", "TIME": "20.30", "BOOKS": "56", "PLACE": "Schwelm", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22348	heinkel-ernst-1888-01-24	{"afd2": "254"}	{"muller": "M2-254"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Ernst", "family": "Heinkel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1888-01-24 09:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 9.33, "lat": 48.83, "name": "Grunbach", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Ernst", "family": "Heinkel"}, "birth": {"lmt": true, "tzo": "", "date": "1888-01-24 09:45", "place": {"cy": "DE", "lg": 9.33, "lat": 48.83, "name": "Grunbach"}}, "occus": ["miscelaneous"], "trust": 5, "ids-in-sources": {"afd2": "254"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 20", "LAT": "48 N 50", "TZO": "", "DATE": "24.01.1888", "MUID": "254", "NAME": "Heinkel, Ernst", "OCCU": "MA 01", "TIME": "09.45", "BOOKS": "56", "PLACE": "Grunbach", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22349	henze-hans-werner-1926-07-01	{"afd2": "255"}	{"muller": "M2-255"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Hans Werner", "family": "Henze", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1926-07-01 22:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.38, "lat": 51.9, "name": "Gütersloh", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Hans Werner", "family": "Henze"}, "birth": {"tzo": "+01:00", "date": "1926-07-01 22:15", "place": {"cy": "DE", "lg": 8.38, "lat": 51.9, "name": "Gütersloh"}}, "occus": ["composer"], "trust": 5, "ids-in-sources": {"afd2": "255"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 23", "LAT": "51 N 54", "TZO": "-1.00", "DATE": "01.07.1926", "MUID": "255", "NAME": "Henze, Hans Werner", "OCCU": "AR 04", "TIME": "22.15", "BOOKS": "57", "PLACE": "Gütersloh", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22350	herberger-josef-1897-03-28	{"afd2": "256"}	{"muller": "M2-256"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Josef", "family": "Herberger", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1897-03-28 09:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.47, "lat": 49.48, "name": "Mannheim", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sportsperson"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Josef", "family": "Herberger"}, "birth": {"tzo": "+01:00", "date": "1897-03-28 09:45", "place": {"cy": "DE", "lg": 8.47, "lat": 49.48, "name": "Mannheim"}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"afd2": "256"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 28", "LAT": "49 N 29", "TZO": "-1.00", "DATE": "28.03.1897", "MUID": "256", "NAME": "Herberger, Josef", "OCCU": "MA 13", "TIME": "09.45", "BOOKS": "5", "PLACE": "Mannheim", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
16817	herman-woody-1913-05-16	{"d10": "582", "afd2": "257"}	{"lerrcp": "D10-582", "muller": "M2-257"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Woody", "family": "Herman", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1913-05-16 12:30", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": "Milwaukee", "geoid": null}, "notime": null, "date-ut": "1913-05-16 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"name": {"given": "Woody", "family": "Herman"}, "birth": {"tzo": "-06:00", "date": "1913-05-16 12:30", "place": {"c2": "WI", "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": "Milwaukee"}, "date-ut": "1913-05-16 18:30"}, "occus": ["artist"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "582"}}, "raw": {"H": "12:30", "TZ": "6h", "DAY": "16", "LAT": "43N2", "LON": "87W55", "MON": "5", "NUM": "582", "PRO": "AR", "YEA": "1913", "CICO": "Milwaukee, WI", "NAME": "Herman Woody"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["musician"], "ids-in-sources": {"afd2": "257"}}, "raw": {"CY": "USA", "GQ": "G", "LG": "088 W 00", "LAT": "43 N 00", "TZO": "6.00", "DATE": "16.05.1913", "MUID": "257", "NAME": "Herman, Woody", "OCCU": "AR 07", "TIME": "12.30", "BOOKS": "57", "PLACE": "Milwaukee (Wis)", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22351	hertz-heinrich-1857-02-22	{"afd2": "258"}	{"muller": "M2-258"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Heinrich", "family": "Hertz", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1857-02-22 06:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 10.03, "lat": 53.57, "name": "Hamburg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Heinrich", "family": "Hertz"}, "birth": {"lmt": true, "tzo": "", "date": "1857-02-22 06:00", "place": {"cy": "DE", "lg": 10.03, "lat": 53.57, "name": "Hamburg"}}, "occus": ["scientist"], "trust": 5, "ids-in-sources": {"afd2": "258"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 02", "LAT": "53 N 34", "TZO": "", "DATE": "22.02.1857", "MUID": "258", "NAME": "Hertz, Heinrich", "OCCU": "SC 02", "TIME": "06.00", "BOOKS": "4567", "PLACE": "Hamburg", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22352	hesse-hermann-1877-07-02	{"afd2": "259"}	{"muller": "M2-259"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Hermann", "family": "Hesse", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1877-07-02 18:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.73, "lat": 48.73, "name": "Calw", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Hermann", "family": "Hesse"}, "birth": {"lmt": true, "tzo": "", "date": "1877-07-02 18:30", "place": {"cy": "DE", "lg": 8.73, "lat": 48.73, "name": "Calw"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "259"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 44", "LAT": "48 N 44", "TZO": "", "DATE": "02.07.1877", "MUID": "259", "NAME": "Hesse, Hermann", "OCCU": "AR 01", "TIME": "18.30", "BOOKS": "4567", "PLACE": "Calw", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22353	hettner-alfred-1859-08-06	{"afd2": "260"}	{"muller": "M2-260"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alfred", "family": "Hettner", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1859-08-06 13:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.73, "lat": 51.05, "name": "Dresden", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["social-scientist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Alfred", "family": "Hettner"}, "birth": {"lmt": true, "tzo": "", "date": "1859-08-06 13:00", "place": {"cy": "DE", "lg": 13.73, "lat": 51.05, "name": "Dresden"}}, "occus": ["social-scientist"], "trust": 5, "ids-in-sources": {"afd2": "260"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 44", "LAT": "51 N 03", "TZO": "", "DATE": "06.08.1859", "MUID": "260", "NAME": "Hettner, Alfred", "OCCU": "SC 05", "TIME": "13.00", "BOOKS": "57", "PLACE": "Dresden", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22354	heuss-theodor-1884-01-31	{"afd2": "261"}	{"muller": "M2-261"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Theodor", "family": "Heuss", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1884-01-31 13:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 9, "lat": 49.08, "name": "Brackenheim", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Theodor", "family": "Heuss"}, "birth": {"lmt": true, "tzo": "", "date": "1884-01-31 13:30", "place": {"cy": "DE", "lg": 9, "lat": 49.08, "name": "Brackenheim"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"afd2": "261"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 00", "LAT": "49 N 05", "TZO": "", "DATE": "31.01.1884", "MUID": "261", "NAME": "Heuss, Theodor", "OCCU": "MA 04", "TIME": "13.30", "BOOKS": "4567", "PLACE": "Brackenheim", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22355	hilbert-david-1862-01-23	{"afd2": "262"}	{"muller": "M2-262"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "David", "family": "Hilbert", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1862-01-23 18:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "RU", "lg": 20.5, "lat": 54.72, "name": "Königsberg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mathematician"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "David", "family": "Hilbert"}, "birth": {"lmt": true, "tzo": "", "date": "1862-01-23 18:00", "place": {"cy": "RU", "lg": 20.5, "lat": 54.72, "name": "Königsberg"}}, "occus": ["mathematician"], "trust": 5, "ids-in-sources": {"afd2": "262"}}, "raw": {"CY": "DOS", "GQ": "N", "LG": "020 E 30", "LAT": "54 N 43", "TZO": "", "DATE": "23.01.1862", "MUID": "262", "NAME": "Hilbert, David", "OCCU": "SC 01", "TIME": "18.00", "BOOKS": "567", "PLACE": "Königsberg", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22356	hilpert-heinz-1890-03-01	{"afd2": "263"}	{"muller": "M2-263"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Heinz", "family": "Hilpert", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1890-03-01 02:50", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Heinz", "family": "Hilpert"}, "birth": {"lmt": true, "tzo": "", "date": "1890-03-01 02:50", "place": {"cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd2": "263"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 18", "LAT": "52 N 32", "TZO": "", "DATE": "01.03.1890", "MUID": "263", "NAME": "Hilpert, Heinz", "OCCU": "AR 03", "TIME": "02.50", "BOOKS": "57", "PLACE": "Berlin", "TIMOD": "LMT", "SOURCE": "SA"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
13378	himmler-heinrich-1900-10-07	{"a5": "1931", "afd2": "264"}	{"lerrcp": "A5-1931", "muller": "M2-264"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Himmler", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1900-10-07 15:30", "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1900-10-07 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1931"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1900-10-07 14:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1931"}, "ids-in-sources": {"a5": "1931"}}, "raw": {"H": "15", "MN": "30", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "7", "LAT": "49N 0", "LON": "11E30", "MON": "10", "NUM": "1931", "PRO": "PT", "SEC": "0", "YEA": "1900", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "M", "name": {"given": "Heinrich", "family": "Himmler"}, "birth": {"tzo": "+01:00", "date": "1900-10-07 15:30"}, "occus": ["politician"], "ids-in-sources": {"afd2": "264"}}, "raw": {"CY": "D", "GQ": "G", "LG": "011 E 34", "LAT": "48 N 08", "TZO": "-1.00", "DATE": "07.10.1900", "MUID": "264", "NAME": "Himmler, Heinrich", "OCCU": "MA 04", "TIME": "15.30", "BOOKS": "56", "PLACE": "München", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22357	hindemith-paul-1895-11-16	{"afd2": "265"}	{"muller": "M2-265"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul", "family": "Hindemith", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1895-11-16 21:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.92, "lat": 50.13, "name": "Hanau", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Paul", "family": "Hindemith"}, "birth": {"tzo": "+01:00", "date": "1895-11-16 21:30", "place": {"cy": "DE", "lg": 8.92, "lat": 50.13, "name": "Hanau"}}, "occus": ["composer"], "trust": 5, "ids-in-sources": {"afd2": "265"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 55", "LAT": "50 N 08", "TZO": "-1.00", "DATE": "16.11.1895", "MUID": "265", "NAME": "Hindemith, Paul", "OCCU": "AR 04", "TIME": "21.30", "BOOKS": "4567", "PLACE": "Hanau", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22358	hindenburg-paul-1847-10-02	{"afd2": "266"}	{"muller": "M2-266"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "von", "alter": [], "given": "Paul", "family": "Hindenburg", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1847-10-02 14:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "PL", "lg": 16.93, "lat": 52.42, "name": "Posen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "von", "given": "Paul", "family": "Hindenburg"}, "birth": {"lmt": true, "tzo": "", "date": "1847-10-02 14:30", "place": {"cy": "PL", "lg": 16.93, "lat": 52.42, "name": "Posen"}}, "occus": ["military-personnel"], "trust": 5, "ids-in-sources": {"afd2": "266"}}, "raw": {"CY": "DOP", "GQ": "N", "LG": "016 E 56", "LAT": "52 N 25", "TZO": "", "DATE": "02.10.1847", "MUID": "266", "NAME": "Hindenburg, Paul von", "OCCU": "MA 07", "TIME": "14.30", "BOOKS": "456", "PLACE": "Posen", "TIMOD": "LMT", "SOURCE": "SA"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22359	hinz-werner-1903-01-18	{"afd2": "267"}	{"muller": "M2-267"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Werner", "family": "Hinz", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1903-01-18 16:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.5, "lat": 52.5, "name": "Berlin-Lankwitz", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Werner", "family": "Hinz"}, "birth": {"tzo": "+01:00", "date": "1903-01-18 16:30", "place": {"cy": "DE", "lg": 13.5, "lat": 52.5, "name": "Berlin-Lankwitz"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd2": "267"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 30", "LAT": "52 N 30", "TZO": "-1.00", "DATE": "18.01.1903", "MUID": "267", "NAME": "Hinz, Werner", "OCCU": "AR 03", "TIME": "16.30", "BOOKS": "57", "PLACE": "Berlin-Lankwitz", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22360	hitler-adolf-1889-04-20	{"afd2": "268"}	{"muller": "M2-268"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Adolf", "family": "Hitler", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1889-04-20 18:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "AT", "lg": 13.07, "lat": 48.25, "name": "Braunau", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Adolf", "family": "Hitler"}, "birth": {"lmt": true, "tzo": "", "date": "1889-04-20 18:30", "place": {"cy": "AT", "lg": 13.07, "lat": 48.25, "name": "Braunau"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"afd2": "268"}}, "raw": {"CY": "A", "GQ": "N", "LG": "013 E 04", "LAT": "48 N 15", "TZO": "", "DATE": "20.04.1889", "MUID": "268", "NAME": "Hitler, Adolf", "OCCU": "MA 04", "TIME": "18.30", "BOOKS": "567", "PLACE": "Braunau", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22361	hodler-ferdinand-1853-03-14	{"afd2": "269"}	{"muller": "M2-269"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Ferdinand", "family": "Hodler", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1853-03-14 05:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "CH", "lg": 7.45, "lat": 46.95, "name": "Bern", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Ferdinand", "family": "Hodler"}, "birth": {"lmt": true, "tzo": "", "date": "1853-03-14 05:00", "place": {"cy": "CH", "lg": 7.45, "lat": 46.95, "name": "Bern"}}, "occus": ["artist"], "trust": 5, "ids-in-sources": {"afd2": "269"}}, "raw": {"CY": "CH", "GQ": "N", "LG": "007 E 27", "LAT": "46 N 57", "TZO": "", "DATE": "14.03.1853", "MUID": "269", "NAME": "Hodler, Ferdinand", "OCCU": "AR 08", "TIME": "05.00", "BOOKS": "4567", "PLACE": "Bern", "TIMOD": "LMT", "SOURCE": "SA"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22362	hoffmann-kurt-1910-11-12	{"afd2": "270"}	{"muller": "M2-270"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Kurt", "family": "Hoffmann", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1910-11-12 22:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 7.85, "lat": 48, "name": "Freiburg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Kurt", "family": "Hoffmann"}, "birth": {"tzo": "+01:00", "date": "1910-11-12 22:15", "place": {"cy": "DE", "lg": 7.85, "lat": 48, "name": "Freiburg"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd2": "270"}}, "raw": {"CY": "D", "GQ": "N", "LG": "007 E 51", "LAT": "48 N 00", "TZO": "-1.00", "DATE": "12.11.1910", "MUID": "270", "NAME": "Hoffmann, Kurt", "OCCU": "AR 03", "TIME": "22.15", "BOOKS": "57", "PLACE": "Freiburg", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22363	holz-arno-1863-04-26	{"afd2": "271"}	{"muller": "M2-271"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Arno", "family": "Holz", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1863-04-26 16:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "PL", "lg": 21.38, "lat": 54.08, "name": "Rastenburg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Arno", "family": "Holz"}, "birth": {"lmt": true, "tzo": "", "date": "1863-04-26 16:00", "place": {"cy": "PL", "lg": 21.38, "lat": 54.08, "name": "Rastenburg"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "271"}}, "raw": {"CY": "DOP", "GQ": "N", "LG": "021 E 23", "LAT": "54 N 05", "TZO": "", "DATE": "26.04.1863", "MUID": "271", "NAME": "Holz, Arno", "OCCU": "AR 01", "TIME": "16.00", "BOOKS": "4567", "PLACE": "Rastenburg", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
10718	honegger-arthur-1892-03-10	{"a4": "1966", "afd2": "272"}	{"lerrcp": "A4-1966", "muller": "M2-272"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Honegger", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1892-03-10 08:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1892-03-10 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Honegger"}, "birth": {"tzo": "+00:09:21", "date": "1892-03-10 08:00", "place": {"c2": "76", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1892-03-10 07:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1966"}, "ids-in-sources": {"a4": "1966"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "76", "COU": "F", "DAY": "10", "LAT": "49N26", "LON": "1E 5", "MON": "3", "NUM": "1966", "PRO": "M", "SEC": "40", "YEA": "1892", "CITY": "LE HAVRE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"sex": "M", "occus": ["composer"], "ids-in-sources": {"afd2": "272"}}, "raw": {"CY": "F", "GQ": "G", "LG": "001 E 05", "LAT": "49 N 26", "TZO": "-0.16", "DATE": "10.03.1892", "MUID": "272", "NAME": "Honegger, Arthur", "OCCU": "AR 04", "TIME": "08.00", "BOOKS": "567", "PLACE": "Le Havre", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22364	horch-august-1868-10-12	{"afd2": "273"}	{"muller": "M2-273"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "August", "family": "Horch", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1868-10-12 21:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 7.6, "lat": 50.37, "name": "Winningen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "August", "family": "Horch"}, "birth": {"lmt": true, "tzo": "", "date": "1868-10-12 21:00", "place": {"cy": "DE", "lg": 7.6, "lat": 50.37, "name": "Winningen"}}, "occus": ["miscelaneous"], "trust": 5, "ids-in-sources": {"afd2": "273"}}, "raw": {"CY": "D", "GQ": "N", "LG": "007 E 36", "LAT": "50 N 22", "TZO": "", "DATE": "12.10.1868", "MUID": "273", "NAME": "Horch, August", "OCCU": "MA 01", "TIME": "21.00", "BOOKS": "56", "PLACE": "Winningen (Koblenz)", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22365	horkheimer-max-1895-02-14	{"afd2": "274"}	{"muller": "M2-274"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Max", "family": "Horkheimer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1895-02-14 12:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 9.18, "lat": 48.78, "name": "Stuttgart", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["humanities-scholar"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Max", "family": "Horkheimer"}, "birth": {"tzo": "+01:00", "date": "1895-02-14 12:30", "place": {"cy": "DE", "lg": 9.18, "lat": 48.78, "name": "Stuttgart"}}, "occus": ["humanities-scholar"], "trust": 5, "ids-in-sources": {"afd2": "274"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 11", "LAT": "48 N 47", "TZO": "-1.00", "DATE": "14.02.1895", "MUID": "274", "NAME": "Horkheimer, Max", "OCCU": "SC 06", "TIME": "12.30", "BOOKS": "56", "PLACE": "Stuttgart", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22366	hufeland-christoph-wilheim-1762-08-12	{"afd2": "275"}	{"muller": "M2-275"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Christoph Wilheim", "family": "Hufeland", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:38", "date": "1762-08-12 06:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 10.65, "lat": 51.12, "name": "Bad Langensalza", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Christoph Wilheim", "family": "Hufeland"}, "birth": {"tzo": "+00:38", "date": "1762-08-12 06:00", "place": {"cy": "DE", "lg": 10.65, "lat": 51.12, "name": "Bad Langensalza"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"afd2": "275"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 39", "LAT": "51 N 07", "TZO": "-0.63", "DATE": "12.08.1762", "MUID": "275", "NAME": "Hufeland, Christoph Wilheim", "OCCU": "SC 04", "TIME": "06.00", "BOOKS": "45", "PLACE": "Bad Langensalza", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22367	hugenberg-alfred-1865-06-19	{"afd2": "276"}	{"muller": "M2-276"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alfred", "family": "Hugenberg", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1865-06-19 23:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 9.73, "lat": 52.38, "name": "Hannover", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Alfred", "family": "Hugenberg"}, "birth": {"lmt": true, "tzo": "", "date": "1865-06-19 23:45", "place": {"cy": "DE", "lg": 9.73, "lat": 52.38, "name": "Hannover"}}, "occus": ["executive"], "trust": 5, "ids-in-sources": {"afd2": "276"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 44", "LAT": "52 N 23", "TZO": "", "DATE": "19.06.1865", "MUID": "276", "NAME": "Hugenberg, Alfred", "OCCU": "MA 03", "TIME": "23.45", "BOOKS": "56", "PLACE": "Hannover", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
9288	hugo-victor-1802-02-26	{"a4": "536", "a6": "423", "afd2": "277"}	{"lerrcp": "A4-536", "muller": "M2-277"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Hugo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:24:04", "date": "1802-02-26 22:30", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1802-02-26 22:05:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter", "novelist", "poet", "fictional-writer"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Hugo"}, "birth": {"tzo": "+00:24:04", "date": "1802-02-26 22:30", "place": {"c2": "25", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1802-02-26 22:05:52"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-536"}, "ids-in-sources": {"a4": "536"}}, "raw": {"H": "22", "MN": "5", "TZ": "0", "COD": "25", "COU": "F", "DAY": "26", "LAT": "47N15", "LON": "6E 2", "MON": "2", "NUM": "536", "PRO": "P", "SEC": "52", "YEA": "1802", "CITY": "BESANCON"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "423"}}, "raw": {"H": "22", "MN": "5", "TZ": "0", "COD": "25", "COU": "F", "DAY": "26", "LAT": "47N15", "LON": "6E 2", "MON": "2", "NUM": "423", "PRO": "W", "SEC": "52", "YEA": "1802", "CITY": "BESANCON"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "M", "occus": ["fictional-writer"], "ids-in-sources": {"afd2": "277"}}, "raw": {"CY": "F", "GQ": "G", "LG": "006 E 02", "LAT": "47 N 15", "TZO": "-0.18", "DATE": "26.02.1802", "MUID": "277", "NAME": "Hugo, Victor", "OCCU": "AR 01", "TIME": "22.30", "BOOKS": "4567", "PLACE": "Besancon", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22368	huizinga-johan-1872-12-07	{"afd2": "278"}	{"muller": "M2-278"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Johan", "family": "Huizinga", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1872-12-07 13:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "NL", "lg": 6.57, "lat": 53.22, "name": "Groningen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["humanities-scholar"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Johan", "family": "Huizinga"}, "birth": {"lmt": true, "tzo": "", "date": "1872-12-07 13:30", "place": {"cy": "NL", "lg": 6.57, "lat": 53.22, "name": "Groningen"}}, "occus": ["humanities-scholar"], "trust": 5, "ids-in-sources": {"afd2": "278"}}, "raw": {"CY": "NL", "GQ": "N", "LG": "006 E 34", "LAT": "53 N 13", "TZO": "", "DATE": "07.12.1872", "MUID": "278", "NAME": "Huizinga, Johan", "OCCU": "SC 07", "TIME": "13.30", "BOOKS": "56", "PLACE": "Groningen", "TIMOD": "LMT", "SOURCE": "SA"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22369	humperdinck-engelbert-1854-09-01	{"afd2": "279"}	{"muller": "M2-279"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Engelbert", "family": "Humperdinck", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1854-09-01 12:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 7.2, "lat": 50.8, "name": "Siegburg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Engelbert", "family": "Humperdinck"}, "birth": {"lmt": true, "tzo": "", "date": "1854-09-01 12:00", "place": {"cy": "DE", "lg": 7.2, "lat": 50.8, "name": "Siegburg"}}, "occus": ["composer"], "trust": 5, "ids-in-sources": {"afd2": "279"}}, "raw": {"CY": "D", "GQ": "N", "LG": "007 E 12", "LAT": "50 N 48", "TZO": "", "DATE": "01.09.1854", "MUID": "279", "NAME": "Humperdinck, Engelbert", "OCCU": "AR 04", "TIME": "12.00", "BOOKS": "567", "PLACE": "Siegburg", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22370	iffland-august-wilhelm-1759-04-19	{"afd2": "280"}	{"muller": "M2-280"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "August Wilhelm", "family": "Iffland", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:40", "date": "1759-04-19 00:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 9.73, "lat": 52.38, "name": "Hannover", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "August Wilhelm", "family": "Iffland"}, "birth": {"tzo": "+00:40", "date": "1759-04-19 00:30", "place": {"cy": "DE", "lg": 9.73, "lat": 52.38, "name": "Hannover"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd2": "280"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 44", "LAT": "52 N 23", "TZO": "-0.67", "DATE": "19.04.1759", "MUID": "280", "NAME": "Iffland, August Wilhelm", "OCCU": "AR 03", "TIME": "00.30", "BOOKS": "4567", "PLACE": "Hannover", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22371	ihering-herbert-1888-02-29	{"afd2": "281"}	{"muller": "M2-281"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Herbert", "family": "Ihering", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1888-02-29 16:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 9.53, "lat": 52.1, "name": "Springe", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["jurist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Herbert", "family": "Ihering"}, "birth": {"lmt": true, "tzo": "", "date": "1888-02-29 16:00", "place": {"cy": "DE", "lg": 9.53, "lat": 52.1, "name": "Springe"}}, "occus": ["jurist"], "trust": 5, "ids-in-sources": {"afd2": "281"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 32", "LAT": "52 N 06", "TZO": "", "DATE": "29.02.1888", "MUID": "281", "NAME": "Ihering, Herbert", "OCCU": "SC 08", "TIME": "16.00", "BOOKS": "56", "PLACE": "Springe", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22372	inzeo-raimondo-1925-02-08	{"afd2": "282"}	{"muller": "M2-282"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "d'", "alter": [], "given": "Raimondo", "family": "Inzeo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1925-02-08 01:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 12.68, "lat": 42.27, "name": "Poggio Mirteto", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sportsperson"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "d'", "given": "Raimondo", "family": "Inzeo"}, "birth": {"tzo": "+01:00", "date": "1925-02-08 01:00", "place": {"cy": "IT", "lg": 12.68, "lat": 42.27, "name": "Poggio Mirteto"}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"afd2": "282"}}, "raw": {"CY": "I", "GQ": "N", "LG": "012 E 41", "LAT": "42 N 16", "TZO": "-1.00", "DATE": "08.02.1925", "MUID": "282", "NAME": "Inzeo, Raimondo d'", "OCCU": "MA 13", "TIME": "01.00", "BOOKS": "5", "PLACE": "Poggio Mirteto", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22373	ismayr-rudolf-1908-10-14	{"afd2": "283"}	{"muller": "M2-283"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Rudolf", "family": "Ismayr", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1908-10-14 00:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 12.15, "lat": 48.53, "name": "Landshut", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sportsperson"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Rudolf", "family": "Ismayr"}, "birth": {"tzo": "+01:00", "date": "1908-10-14 00:30", "place": {"cy": "DE", "lg": 12.15, "lat": 48.53, "name": "Landshut"}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"afd2": "283"}}, "raw": {"CY": "D", "GQ": "N", "LG": "012 E 09", "LAT": "48 N 32", "TZO": "-1.00", "DATE": "14.10.1908", "MUID": "283", "NAME": "Ismayr, Rudolf", "OCCU": "MA 13", "TIME": "00.30", "BOOKS": "7", "PLACE": "Landshut", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22374	jannings-emil-1884-07-23	{"afd2": "284"}	{"muller": "M2-284"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Emil", "family": "Jannings", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1884-07-23 01:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "CH", "lg": 9.5, "lat": 47.48, "name": "Rorschach", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Emil", "family": "Jannings"}, "birth": {"lmt": true, "tzo": "", "date": "1884-07-23 01:00", "place": {"cy": "CH", "lg": 9.5, "lat": 47.48, "name": "Rorschach"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd2": "284"}}, "raw": {"CY": "CH", "GQ": "N", "LG": "009 E 30", "LAT": "47 N 29", "TZO": "", "DATE": "23.07.1884", "MUID": "284", "NAME": "Jannings, Emil", "OCCU": "AR 03", "TIME": "01.00", "BOOKS": "567", "PLACE": "Rorschach", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22375	jaspers-karl-1883-02-23	{"afd2": "285"}	{"muller": "M2-285"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Karl", "family": "Jaspers", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1883-02-23 14:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.22, "lat": 53.15, "name": "Oldenburg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["humanities-scholar"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Karl", "family": "Jaspers"}, "birth": {"lmt": true, "tzo": "", "date": "1883-02-23 14:30", "place": {"cy": "DE", "lg": 8.22, "lat": 53.15, "name": "Oldenburg"}}, "occus": ["humanities-scholar"], "trust": 5, "ids-in-sources": {"afd2": "285"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 13", "LAT": "53 N 09", "TZO": "", "DATE": "23.02.1883", "MUID": "285", "NAME": "Jaspers, Karl", "OCCU": "SC 06", "TIME": "14.30", "BOOKS": "4567", "PLACE": "Oldenburg", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
14228	jaures-jean-1859-09-03	{"a6": "436", "e3": "824", "afd2": "286"}	{"lerrcp": "A6-436", "muller": "M2-286"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Jaures", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:08:58", "date": "1859-09-03 12:00", "note": "LMT", "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 2.24088, "lat": 43.60527, "name": "Castres", "geoid": 3028263}, "notime": null, "date-ut": "1859-09-03 11:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer", "politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Jaures"}, "birth": {"tzo": "+00:08:58", "date": "1859-09-03 12:00", "place": {"c2": "81", "cy": "FR", "lg": 2.24088, "lat": 43.60527, "name": "Castres", "geoid": 3028263}, "date-ut": "1859-09-03 11:51:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-436"}, "ids-in-sources": {"a6": "436"}}, "raw": {"H": "11", "MN": "51", "TZ": "0", "COD": "81", "COU": "F", "DAY": "3", "LAT": "43N55", "LON": "2E 8", "MON": "9", "NUM": "436", "PRO": "W", "SEC": "28", "YEA": "1859", "CITY": "CASTRES"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": ["politician"], "ids-in-sources": {"e3": "824"}}, "raw": {"H": "12:00", "COD": "81", "DAY": "03", "MON": "09", "NUM": "0824", "PRO": "PO", "YEA": "1859", "CITY": "Castres", "NAME": "JAURES Jean", "NOTE": "*"}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["politician"], "ids-in-sources": {"afd2": "286"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 14", "LAT": "43 N 36", "TZO": "", "DATE": "03.09.1859", "MUID": "286", "NAME": "Jaurès, Jean-Jacques", "OCCU": "MA 04", "TIME": "12.00", "BOOKS": "456", "PLACE": "Castres", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22376	jean-paul-1763-03-21	{"afd2": "287"}	{"muller": "M2-287"}	{"fame": {"full": "Jean Paul", "given": null, "family": null}, "nobl": "", "alter": [], "given": "", "family": "", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:41", "date": "1763-03-21 01:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 12, "lat": 50.03, "name": "Wunsiedel", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": "Jean Paul"}, "nobl": "", "given": "", "family": ""}, "birth": {"tzo": "+00:41", "date": "1763-03-21 01:30", "place": {"cy": "DE", "lg": 12, "lat": 50.03, "name": "Wunsiedel"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "287"}}, "raw": {"CY": "D", "GQ": "N", "LG": "012 E 00", "LAT": "50 N 02", "TZO": "-0.68", "DATE": "21.03.1763", "MUID": "287", "NAME": "Jean Paul", "OCCU": "AR 01", "TIME": "01.30", "BOOKS": "4567", "PLACE": "Wunsiedel", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22377	jochum-eugen-1902-11-01	{"afd2": "288"}	{"muller": "M2-288"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Eugen", "family": "Jochum", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1902-11-01 10:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 10.3, "lat": 48, "name": "Babenhausen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Eugen", "family": "Jochum"}, "birth": {"tzo": "+01:00", "date": "1902-11-01 10:00", "place": {"cy": "DE", "lg": 10.3, "lat": 48, "name": "Babenhausen"}}, "occus": ["conductor"], "trust": 5, "ids-in-sources": {"afd2": "288"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 18", "LAT": "48 N 00", "TZO": "-1.00", "DATE": "01.11.1902", "MUID": "288", "NAME": "Jochum, Eugen", "OCCU": "AR 05", "TIME": "10.00", "BOOKS": "57", "PLACE": "Babenhausen", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
7669	junger-ernst-1895-03-29	{"a3": "1956", "afd2": "289"}	{"lerrcp": "A3-1956", "muller": "M2-289"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Jünger", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1895-03-29 12:00", "note": null, "place": {"c1": null, "c2": "BAD-W", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "notime": null, "date-ut": "1895-03-29 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "fictional-writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1956"}, "birth": {"place": {"c2": "BAD-W", "cy": "DE", "lg": 9, "lat": 48.5, "name": "HEIDELBERG", "geoid": 0}, "date-ut": "1895-03-29 11:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1956"}, "ids-in-sources": {"a3": "1956"}}, "raw": {"H": "12", "MN": "0", "TZ": "-1", "COD": "BAD-W", "COU": "G", "DAY": "29", "LAT": "48N30", "LON": "9E 0", "MON": "3", "NUM": "1956", "PRO": "M", "SEC": "0", "YEA": "1895", "CITY": "HEIDELBERG"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"sex": "M", "name": {"given": "Ernst", "family": "Jünger"}, "birth": {"tzo": "+01:00", "date": "1895-03-29 12:00"}, "occus": ["fictional-writer"], "ids-in-sources": {"afd2": "289"}}, "raw": {"CY": "D", "GQ": "G", "LG": "008 E 41", "LAT": "49 N 24", "TZO": "-1.00", "DATE": "29.03.1895", "MUID": "289", "NAME": "Jünger, Ernst", "OCCU": "AR 01", "TIME": "12.00", "BOOKS": "457", "PLACE": "Heidelberg", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
2746	sartory-auguste-1881-05-22	{"a2": "659", "g55": "01-506", "afd5": "938"}	{"g55": "01-506", "lerrcp": "A2-659", "muller": "M5-938"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Auguste", "family": "Sartory", "spouse": [], "official": {"given": "Auguste Théodore", "family": null}}	\N	{"lmt": null, "tzo": "+00:04:59", "date": "1881-05-22 01:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1881-05-22 00:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Sartory"}, "birth": {"tzo": "+00:04:59", "date": "1881-05-22 01:00", "place": {"c2": "87", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1881-05-22 00:55"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-659"}, "ids-in-sources": {"a2": "659"}}, "raw": {"H": "0", "MN": "55", "TZ": "0", "COD": "87", "COU": "F", "DAY": "22", "LAT": "45N50", "LON": "1E15", "MON": "5", "NUM": "659", "PRO": "S", "SEC": "0", "YEA": "1881", "CITY": "LIMOGES"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Sartory", "official": {"given": "Auguste Théodore"}}, "birth": {"date": "1881-05-22 01:00", "place": {"name": "Limoges"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "938"}}, "raw": {"NR": "938", "GNR": "SA2659", "JU_": "0", "MA_": "0", "MO_": "2", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1881", "KORR": "", "MARS": "34", "MODE": "LMT", "MOND": "36", "NAME": "SARTORY (AUGUSTE THÉODORE).", "AUFAB": "-10.90", "PHAS_": "35.000", "SONNE": "30", "VENUS": "33", "BREITE": "45 N 50", "GEBORT": "Limoges (Haute-Vienne)", "LAENGE": "001 E 15", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "32", "GEBZEIT": "01.00", "JUPITER": "32", "ELECTAGE": "53,5", "ELECTDAT": "20.11.1934", "GEBDATUM": "22.05.1881", "STBDATUM": "02.12.1950"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-506"}, "ids-in-source": {"g55": "01-506"}}, "raw": {"DAY": "22-5-1881", "HOUR": "1 h.", "NAME": "SARTORY Auguste", "PLACE": "Limoges (Haute-Vienne)."}, "date": "2023-08-20T14:47:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
12617	jurgens-curd-1915-12-13	{"a5": "1149", "afd2": "290"}	{"lerrcp": "A5-1149", "muller": "M2-290"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Curd", "family": "Jürgens", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1915-12-13 05:00", "note": null, "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "notime": null, "date-ut": "1915-12-13 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Curd", "family": "Jürgens"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "MUNCHEN", "geoid": 0}, "date-ut": "1915-12-13 04:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1149"}, "ids-in-sources": {"a5": "1149"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "13", "LAT": "49N 0", "LON": "11E30", "MON": "12", "NUM": "1149", "PRO": "A", "SEC": "0", "YEA": "1915", "CITY": "MUNCHEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "M", "birth": {"tzo": "+01:00", "date": "1915-12-13 05:00"}, "occus": ["actor"], "ids-in-sources": {"afd2": "290"}}, "raw": {"CY": "D", "GQ": "G", "LG": "011 E 34", "LAT": "48 N 08", "TZO": "-1.00", "DATE": "13.12.1915", "MUID": "290", "NAME": "Jürgens, Curd", "OCCU": "AR 03", "TIME": "05.00", "BOOKS": "57", "PLACE": "München", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22378	jung-carl-gustav-1875-07-26	{"afd2": "291"}	{"muller": "M2-291"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Carl Gustav", "family": "Jung", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1875-07-26 19:20", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "CH", "lg": 9.3, "lat": 47.55, "name": "Kesswil", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["social-scientist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Carl Gustav", "family": "Jung"}, "birth": {"lmt": true, "tzo": "", "date": "1875-07-26 19:20", "place": {"cy": "CH", "lg": 9.3, "lat": 47.55, "name": "Kesswil"}}, "occus": ["social-scientist"], "trust": 5, "ids-in-sources": {"afd2": "291"}}, "raw": {"CY": "CH", "GQ": "N", "LG": "009 E 18", "LAT": "47 N 33", "TZO": "", "DATE": "26.07.1875", "MUID": "291", "NAME": "Jung, Carl Gustav", "OCCU": "SC 05", "TIME": "19.20", "BOOKS": "56", "PLACE": "Kesswil", "TIMOD": "LMT", "SOURCE": "SA"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22379	junkers-hugo-1859-02-03	{"afd2": "292"}	{"muller": "M2-292"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Hugo", "family": "Junkers", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1859-02-03 03:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 6.45, "lat": 51.17, "name": "Rheydt", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Hugo", "family": "Junkers"}, "birth": {"lmt": true, "tzo": "", "date": "1859-02-03 03:00", "place": {"cy": "DE", "lg": 6.45, "lat": 51.17, "name": "Rheydt"}}, "occus": ["miscelaneous"], "trust": 5, "ids-in-sources": {"afd2": "292"}}, "raw": {"CY": "D", "GQ": "G", "LG": "006 E 27", "LAT": "51 N 10", "TZO": "", "DATE": "03.02.1859", "MUID": "292", "NAME": "Junkers, Hugo", "OCCU": "MA 01", "TIME": "03.00", "BOOKS": "4567", "PLACE": "Rheydt", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22380	kastner-erich-1899-02-23	{"afd2": "293"}	{"muller": "M2-293"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Erich", "family": "Kästner", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1899-02-23 02:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.73, "lat": 51.05, "name": "Dresden", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Erich", "family": "Kästner"}, "birth": {"tzo": "+01:00", "date": "1899-02-23 02:15", "place": {"cy": "DE", "lg": 13.73, "lat": 51.05, "name": "Dresden"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "293"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 44", "LAT": "51 N 03", "TZO": "-1.00", "DATE": "23.02.1899", "MUID": "293", "NAME": "Kästner, Erich", "OCCU": "AR 01", "TIME": "02.15", "BOOKS": "567", "PLACE": "Dresden", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22381	kadutner-helmut-1908-03-25	{"afd2": "294"}	{"muller": "M2-294"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Helmut", "family": "Kädutner", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1908-03-25 08:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 6.78, "lat": 51.23, "name": "Düsseldorf", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Helmut", "family": "Kädutner"}, "birth": {"tzo": "+01:00", "date": "1908-03-25 08:00", "place": {"cy": "DE", "lg": 6.78, "lat": 51.23, "name": "Düsseldorf"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd2": "294"}}, "raw": {"CY": "D", "GQ": "N", "LG": "006 E 47", "LAT": "51 N 14", "TZO": "-1.00", "DATE": "25.03.1908", "MUID": "294", "NAME": "Kädutner, Helmut", "OCCU": "AR 03", "TIME": "08.00", "BOOKS": "57", "PLACE": "Düsseldorf", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22382	kaiser-georg-1878-11-25	{"afd2": "295"}	{"muller": "M2-295"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Georg", "family": "Kaiser", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1878-11-25 15:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 11.63, "lat": 52.13, "name": "Magdeburg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Georg", "family": "Kaiser"}, "birth": {"lmt": true, "tzo": "", "date": "1878-11-25 15:30", "place": {"cy": "DE", "lg": 11.63, "lat": 52.13, "name": "Magdeburg"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "295"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 38", "LAT": "52 N 08", "TZO": "", "DATE": "25.11.1878", "MUID": "295", "NAME": "Kaiser, Georg", "OCCU": "AR 01", "TIME": "15.30", "BOOKS": "56", "PLACE": "Magdeburg", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22383	kant-immanuel-1724-04-22	{"afd2": "296"}	{"muller": "M2-296"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Immanuel", "family": "Kant", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:24", "date": "1724-04-22 05:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "RU", "lg": 20.5, "lat": 54.72, "name": "Königsberg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["humanities-scholar"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Immanuel", "family": "Kant"}, "birth": {"tzo": "+01:24", "date": "1724-04-22 05:00", "place": {"cy": "RU", "lg": 20.5, "lat": 54.72, "name": "Königsberg"}}, "occus": ["humanities-scholar"], "trust": 5, "ids-in-sources": {"afd2": "296"}}, "raw": {"CY": "DOS", "GQ": "N", "LG": "020 E 30", "LAT": "54 N 43", "TZO": "-1.40", "DATE": "22.04.1724", "MUID": "296", "NAME": "Kant, Immanuel", "OCCU": "SC 06", "TIME": "05.00", "BOOKS": "4567", "PLACE": "Königsberg", "TIMOD": "", "SOURCE": "FE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22384	karl-august-von-sachsen-weimar-1757-09-03	{"afd2": "297"}	{"muller": "M2-297"}	{"fame": {"full": "Karl August von Sachsen-Weimar", "given": null, "family": null}, "nobl": "", "alter": [], "given": "", "family": "", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:46", "date": "1757-09-03 05:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 11.33, "lat": 50.98, "name": "Weimar", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["monarch"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": "Karl August von Sachsen-Weimar"}, "nobl": "", "given": "", "family": ""}, "birth": {"tzo": "+00:46", "date": "1757-09-03 05:30", "place": {"cy": "DE", "lg": 11.33, "lat": 50.98, "name": "Weimar"}}, "occus": ["monarch"], "trust": 5, "ids-in-sources": {"afd2": "297"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 20", "LAT": "50 N 59", "TZO": "-0.77", "DATE": "03.09.1757", "MUID": "297", "NAME": "Karl August von Sachsen-Weimar", "OCCU": "MA 06", "TIME": "05.30", "BOOKS": "46", "PLACE": "Weimar", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22385	karrer-otto-1888-11-30	{"afd2": "298"}	{"muller": "M2-298"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Otto", "family": "Karrer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1888-11-30 06:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 7.63, "lat": 47.82, "name": "Balirechten", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["humanities-scholar"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Otto", "family": "Karrer"}, "birth": {"lmt": true, "tzo": "", "date": "1888-11-30 06:00", "place": {"cy": "DE", "lg": 7.63, "lat": 47.82, "name": "Balirechten"}}, "occus": ["humanities-scholar"], "trust": 5, "ids-in-sources": {"afd2": "298"}}, "raw": {"CY": "D", "GQ": "N", "LG": "007 E 38", "LAT": "47 N 49", "TZO": "", "DATE": "30.11.1888", "MUID": "298", "NAME": "Karrer, Otto", "OCCU": "SC 06", "TIME": "06.00", "BOOKS": "57", "PLACE": "Balirechten", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22386	kaulbach-wilhelm-1804-10-15	{"afd2": "299"}	{"muller": "M2-299"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "von", "alter": [], "given": "Wilhelm", "family": "Kaulbach", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1804-10-15 01:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 9, "lat": 51.4, "name": "Arolsen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "von", "given": "Wilhelm", "family": "Kaulbach"}, "birth": {"tzo": "+00:50", "date": "1804-10-15 01:30", "place": {"cy": "DE", "lg": 9, "lat": 51.4, "name": "Arolsen"}}, "occus": ["artist"], "trust": 5, "ids-in-sources": {"afd2": "299"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 00", "LAT": "51 N 24", "TZO": "-0.83", "DATE": "15.10.1804", "MUID": "299", "NAME": "Kaulbach, Wilhelm von", "OCCU": "AR 08", "TIME": "01.30", "BOOKS": "46", "PLACE": "Arolsen", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22387	keilberth-josef-1908-04-19	{"afd2": "300"}	{"muller": "M2-300"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Josef", "family": "Keilberth", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1908-04-19 21:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.4, "lat": 49.02, "name": "Karlsruhe", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Josef", "family": "Keilberth"}, "birth": {"tzo": "+01:00", "date": "1908-04-19 21:00", "place": {"cy": "DE", "lg": 8.4, "lat": 49.02, "name": "Karlsruhe"}}, "occus": ["conductor"], "trust": 5, "ids-in-sources": {"afd2": "300"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 24", "LAT": "49 N 01", "TZO": "-1.00", "DATE": "19.04.1908", "MUID": "300", "NAME": "Keilberth, Josef", "OCCU": "AR 05", "TIME": "21.00", "BOOKS": "57", "PLACE": "Karlsruhe", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22388	keitel-wilhelm-1882-09-22	{"afd2": "301"}	{"muller": "M2-301"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Wilhelm", "family": "Keitel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1882-09-22 02:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 10.05, "lat": 51.9, "name": "Helmscherode", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Wilhelm", "family": "Keitel"}, "birth": {"lmt": true, "tzo": "", "date": "1882-09-22 02:00", "place": {"cy": "DE", "lg": 10.05, "lat": 51.9, "name": "Helmscherode"}}, "occus": ["military-personnel"], "trust": 5, "ids-in-sources": {"afd2": "301"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 03", "LAT": "51 N 54", "TZO": "", "DATE": "22.09.1882", "MUID": "301", "NAME": "Keitel, Wilhelm", "OCCU": "MA 07", "TIME": "02.00", "BOOKS": "56", "PLACE": "Helmscherode", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22389	kekule-von-stradonitz-august-1829-09-07	{"afd2": "302"}	{"muller": "M2-302"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "August", "family": "Kekule von Stradonitz", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1829-09-07 17:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.65, "lat": 49.87, "name": "Darmstadt", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "August", "family": "Kekule von Stradonitz"}, "birth": {"lmt": true, "tzo": "", "date": "1829-09-07 17:15", "place": {"cy": "DE", "lg": 8.65, "lat": 49.87, "name": "Darmstadt"}}, "occus": ["scientist"], "trust": 5, "ids-in-sources": {"afd2": "302"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 39", "LAT": "49 N 52", "TZO": "", "DATE": "07.09.1829", "MUID": "302", "NAME": "Kekule von Stradonitz, August", "OCCU": "SC 03", "TIME": "17.15", "BOOKS": "45", "PLACE": "Darmstadt", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22390	kempe-rudolf-1910-06-14	{"afd2": "303"}	{"muller": "M2-303"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Rudolf", "family": "Kempe", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1910-06-14 01:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.73, "lat": 51.05, "name": "Nieder-Poyritz", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Rudolf", "family": "Kempe"}, "birth": {"tzo": "+01:00", "date": "1910-06-14 01:00", "place": {"cy": "DE", "lg": 13.73, "lat": 51.05, "name": "Nieder-Poyritz"}}, "occus": ["conductor"], "trust": 5, "ids-in-sources": {"afd2": "303"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 44", "LAT": "51 N 03", "TZO": "-1.00", "DATE": "14.06.1910", "MUID": "303", "NAME": "Kempe, Rudolf", "OCCU": "AR 05", "TIME": "01.00", "BOOKS": "57", "PLACE": "Nieder-Poyritz", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22391	kempff-wilhelm-1895-11-25	{"afd2": "304"}	{"muller": "M2-304"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Wilhelm", "family": "Kempff", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1895-11-25 19:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.07, "lat": 52, "name": "Jüterbog", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Wilhelm", "family": "Kempff"}, "birth": {"tzo": "+01:00", "date": "1895-11-25 19:00", "place": {"cy": "DE", "lg": 13.07, "lat": 52, "name": "Jüterbog"}}, "occus": ["musician"], "trust": 5, "ids-in-sources": {"afd2": "304"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 04", "LAT": "52 N 00", "TZO": "-1.00", "DATE": "25.11.1895", "MUID": "304", "NAME": "Kempff, Wilhelm", "OCCU": "AR 07", "TIME": "19.00", "BOOKS": "57", "PLACE": "Jüterbog", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22392	kerschensteiner-georg-1854-07-29	{"afd2": "305"}	{"muller": "M2-305"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Georg", "family": "Kerschensteiner", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1854-07-29 04:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 11.57, "lat": 48.13, "name": "München", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["social-scientist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Georg", "family": "Kerschensteiner"}, "birth": {"lmt": true, "tzo": "", "date": "1854-07-29 04:00", "place": {"cy": "DE", "lg": 11.57, "lat": 48.13, "name": "München"}}, "occus": ["social-scientist"], "trust": 5, "ids-in-sources": {"afd2": "305"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 34", "LAT": "48 N 08", "TZO": "", "DATE": "29.07.1854", "MUID": "305", "NAME": "Kerschensteiner, Georg", "OCCU": "SC 05", "TIME": "04.00", "BOOKS": "45", "PLACE": "München", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22393	ketteler-wilhelm-1811-12-25	{"afd2": "306"}	{"muller": "M2-306"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "von", "alter": [], "given": "Wilhelm", "family": "Ketteler", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1811-12-25 12:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 7.62, "lat": 51.97, "name": "Münster", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["religious-leader"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "von", "given": "Wilhelm", "family": "Ketteler"}, "birth": {"lmt": true, "tzo": "", "date": "1811-12-25 12:30", "place": {"cy": "DE", "lg": 7.62, "lat": 51.97, "name": "Münster"}}, "occus": ["religious-leader"], "trust": 5, "ids-in-sources": {"afd2": "306"}}, "raw": {"CY": "D", "GQ": "N", "LG": "007 E 37", "LAT": "51 N 58", "TZO": "", "DATE": "25.12.1811", "MUID": "306", "NAME": "Ketteler, Wilhelm von", "OCCU": "MA 05", "TIME": "12.30", "BOOKS": "456", "PLACE": "Münster", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
10076	kirchner-ernst-1880-05-06	{"a4": "1324", "afd2": "307"}	{"lerrcp": "A4-1324", "muller": "M2-307"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Kirchner", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1880-05-06 06:30", "note": "LMT", "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "ASCHAFFENBURG", "geoid": 0}, "notime": null, "date-ut": "1880-05-06 05:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Kirchner"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "ASCHAFFENBURG", "geoid": 0}, "date-ut": "1880-05-06 05:44"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1324"}, "ids-in-sources": {"a4": "1324"}}, "raw": {"H": "6", "MN": "44", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "6", "LAT": "49N 0", "LON": "11E30", "MON": "5", "NUM": "1324", "PRO": "P", "SEC": "0", "YEA": "1880", "CITY": "ASCHAFFENBURG"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1880-05-06 06:30", "note": "LMT"}, "occus": ["artist"], "ids-in-sources": {"afd2": "307"}}, "raw": {"CY": "D", "GQ": "G", "LG": "009 E 09", "LAT": "49 N 58", "TZO": "", "DATE": "06.05.1880", "MUID": "307", "NAME": "Kirchner, Ernst Ludwig", "OCCU": "AR 08", "TIME": "06.30", "BOOKS": "567", "PLACE": "Aschaffenburg", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22394	klebe-giselher-1925-06-28	{"afd2": "308"}	{"muller": "M2-308"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Giselher", "family": "Klebe", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1925-06-28 18:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.48, "lat": 49.48, "name": "Mannheim", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Giselher", "family": "Klebe"}, "birth": {"tzo": "+01:00", "date": "1925-06-28 18:00", "place": {"cy": "DE", "lg": 8.48, "lat": 49.48, "name": "Mannheim"}}, "occus": ["composer"], "trust": 5, "ids-in-sources": {"afd2": "308"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 29", "LAT": "49 N 29", "TZO": "-1.00", "DATE": "28.06.1925", "MUID": "308", "NAME": "Klebe, Giselher", "OCCU": "AR 04", "TIME": "18.00", "BOOKS": "57", "PLACE": "Mannheim", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22395	klee-paul-1879-12-18	{"afd2": "309"}	{"muller": "M2-309"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul", "family": "Klee", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1879-12-18 04:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "CH", "lg": 7.43, "lat": 46.95, "name": "Münchenbuchsee", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Paul", "family": "Klee"}, "birth": {"lmt": true, "tzo": "", "date": "1879-12-18 04:00", "place": {"cy": "CH", "lg": 7.43, "lat": 46.95, "name": "Münchenbuchsee"}}, "occus": ["artist"], "trust": 5, "ids-in-sources": {"afd2": "309"}}, "raw": {"CY": "CH", "GQ": "N", "LG": "007 E 26", "LAT": "46 N 57", "TZO": "", "DATE": "18.12.1879", "MUID": "309", "NAME": "Klee, Paul", "OCCU": "AR 08", "TIME": "04.00", "BOOKS": "4567", "PLACE": "Münchenbuchsee", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22396	klein-felix-1849-04-25	{"afd2": "310"}	{"muller": "M2-310"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Felix", "family": "Klein", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1849-04-25 07:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 6.78, "lat": 51.57, "name": "Düsseldorf", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mathematician"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Felix", "family": "Klein"}, "birth": {"lmt": true, "tzo": "", "date": "1849-04-25 07:15", "place": {"cy": "DE", "lg": 6.78, "lat": 51.57, "name": "Düsseldorf"}}, "occus": ["mathematician"], "trust": 5, "ids-in-sources": {"afd2": "310"}}, "raw": {"CY": "D", "GQ": "N", "LG": "006 E 47", "LAT": "51 N 34", "TZO": "", "DATE": "25.04.1849", "MUID": "310", "NAME": "Klein, Felix", "OCCU": "SC 01", "TIME": "07.15", "BOOKS": "57", "PLACE": "Düsseldorf", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22397	kleist-heinrich-1777-10-18	{"afd2": "311"}	{"muller": "M2-311"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "von", "alter": [], "given": "Heinrich", "family": "Kleist", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:13", "date": "1777-10-18 01:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 14.55, "lat": 52.35, "name": "Frankfurt", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "von", "given": "Heinrich", "family": "Kleist"}, "birth": {"tzo": "+01:13", "date": "1777-10-18 01:00", "place": {"cy": "DE", "lg": 14.55, "lat": 52.35, "name": "Frankfurt"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "311"}}, "raw": {"CY": "D", "GQ": "N", "LG": "014 E 33", "LAT": "52 N 21", "TZO": "-1.22", "DATE": "18.10.1777", "MUID": "311", "NAME": "Kleist, Heinrich von", "OCCU": "AR 01", "TIME": "01.00", "BOOKS": "4567", "PLACE": "Frankfurt (Oder)", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22398	klimke-rainer-1936-01-14	{"afd2": "312"}	{"muller": "M2-312"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Rainer", "family": "Klimke", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1936-01-14 21:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 7.63, "lat": 51.97, "name": "Münster", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sportsperson"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Rainer", "family": "Klimke"}, "birth": {"tzo": "+01:00", "date": "1936-01-14 21:00", "place": {"cy": "DE", "lg": 7.63, "lat": 51.97, "name": "Münster"}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"afd2": "312"}}, "raw": {"CY": "D", "GQ": "N", "LG": "007 E 38", "LAT": "51 N 58", "TZO": "-1.00", "DATE": "14.01.1936", "MUID": "312", "NAME": "Klimke, Rainer", "OCCU": "MA 13", "TIME": "21.00", "BOOKS": "57", "PLACE": "Münster", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22399	klinger-max-1857-02-18	{"afd2": "313"}	{"muller": "M2-313"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Max", "family": "Klinger", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1857-02-18 01:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 12.37, "lat": 51.35, "name": "Leipzig", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Max", "family": "Klinger"}, "birth": {"lmt": true, "tzo": "", "date": "1857-02-18 01:00", "place": {"cy": "DE", "lg": 12.37, "lat": 51.35, "name": "Leipzig"}}, "occus": ["artist"], "trust": 5, "ids-in-sources": {"afd2": "313"}}, "raw": {"CY": "D", "GQ": "N", "LG": "012 E 22", "LAT": "51 N 21", "TZO": "", "DATE": "18.02.1857", "MUID": "313", "NAME": "Klinger, Max", "OCCU": "AR 08", "TIME": "01.00", "BOOKS": "56", "PLACE": "Leipzig", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22400	klopstock-friedrich-gottlieb-1724-07-02	{"afd2": "314"}	{"muller": "M2-314"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Friedrich Gottlieb", "family": "Klopstock", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:42", "date": "1724-07-02 12:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 11.15, "lat": 51.78, "name": "Quedlinburg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Friedrich Gottlieb", "family": "Klopstock"}, "birth": {"tzo": "+00:42", "date": "1724-07-02 12:00", "place": {"cy": "DE", "lg": 11.15, "lat": 51.78, "name": "Quedlinburg"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "314"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 09", "LAT": "51 N 47", "TZO": "-0.70", "DATE": "02.07.1724", "MUID": "314", "NAME": "Klopstock, Friedrich Gottlieb", "OCCU": "AR 01", "TIME": "12.00", "BOOKS": "4567", "PLACE": "Quedlinburg", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22401	knappertsbusch-hans-1888-03-12	{"afd2": "315"}	{"muller": "M2-315"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Hans", "family": "Knappertsbusch", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1888-03-12 04:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 7.2, "lat": 51.27, "name": "Elberfeld", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Hans", "family": "Knappertsbusch"}, "birth": {"lmt": true, "tzo": "", "date": "1888-03-12 04:30", "place": {"cy": "DE", "lg": 7.2, "lat": 51.27, "name": "Elberfeld"}}, "occus": ["conductor"], "trust": 5, "ids-in-sources": {"afd2": "315"}}, "raw": {"CY": "D", "GQ": "N", "LG": "007 E 12", "LAT": "51 N 16", "TZO": "", "DATE": "12.03.1888", "MUID": "315", "NAME": "Knappertsbusch, Hans", "OCCU": "AR 05", "TIME": "04.30", "BOOKS": "57", "PLACE": "Elberfeld", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22402	kneipp-sebastian-1821-05-17	{"afd2": "316"}	{"muller": "M2-316"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Sebastian", "family": "Kneipp", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1821-05-17 23:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 10.3, "lat": 47.93, "name": "Stefansried", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Sebastian", "family": "Kneipp"}, "birth": {"lmt": true, "tzo": "", "date": "1821-05-17 23:30", "place": {"cy": "DE", "lg": 10.3, "lat": 47.93, "name": "Stefansried"}}, "occus": ["miscelaneous"], "trust": 5, "ids-in-sources": {"afd2": "316"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 18", "LAT": "47 N 56", "TZO": "", "DATE": "17.05.1821", "MUID": "316", "NAME": "Kneipp, Sebastian", "OCCU": "MA 09", "TIME": "23.30", "BOOKS": "456", "PLACE": "Stefansried", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22403	knigge-adolf-frh-1752-10-16	{"afd2": "317"}	{"muller": "M2-317"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "von", "alter": [], "given": "Adolf Frh", "family": "Knigge", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:53", "date": "1752-10-16 05:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 9.73, "lat": 52.37, "name": "Schloß Bredenbeck", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "von", "given": "Adolf Frh", "family": "Knigge"}, "birth": {"tzo": "+00:53", "date": "1752-10-16 05:30", "place": {"cy": "DE", "lg": 9.73, "lat": 52.37, "name": "Schloß Bredenbeck"}}, "occus": ["miscelaneous"], "trust": 5, "ids-in-sources": {"afd2": "317"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 44", "LAT": "52 N 22", "TZO": "-0.88", "DATE": "16.10.1752", "MUID": "317", "NAME": "Knigge, Adolf Frh von", "OCCU": "MA 09", "TIME": "05.30", "BOOKS": "456", "PLACE": "Schloß Bredenbeck", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22404	korner-theodor-1791-09-30	{"afd2": "318"}	{"muller": "M2-318"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Theodor", "family": "Körner", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:05", "date": "1791-09-30 22:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.73, "lat": 51.05, "name": "Dresden", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Theodor", "family": "Körner"}, "birth": {"tzo": "+01:05", "date": "1791-09-30 22:45", "place": {"cy": "DE", "lg": 13.73, "lat": 51.05, "name": "Dresden"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "318"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 44", "LAT": "51 N 03", "TZO": "-1.08", "DATE": "30.09.1791", "MUID": "318", "NAME": "Körner, Theodor", "OCCU": "AR 01", "TIME": "22.45", "BOOKS": "4567", "PLACE": "Dresden", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22405	kolbe-georg-1877-04-15	{"afd2": "319"}	{"muller": "M2-319"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Georg", "family": "Kolbe", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1877-04-15 08:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.03, "lat": 51.08, "name": "Waldheim", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Georg", "family": "Kolbe"}, "birth": {"lmt": true, "tzo": "", "date": "1877-04-15 08:30", "place": {"cy": "DE", "lg": 13.03, "lat": 51.08, "name": "Waldheim"}}, "occus": ["artist"], "trust": 5, "ids-in-sources": {"afd2": "319"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 02", "LAT": "51 N 05", "TZO": "", "DATE": "15.04.1877", "MUID": "319", "NAME": "Kolbe, Georg", "OCCU": "AR 08", "TIME": "08.30", "BOOKS": "45", "PLACE": "Waldheim (Döbeln)", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22406	kolping-adolf-1813-12-08	{"afd2": "320"}	{"muller": "M2-320"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Adolf", "family": "Kolping", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1813-12-08 15:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 6.7, "lat": 50.87, "name": "Kerpen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Adolf", "family": "Kolping"}, "birth": {"lmt": true, "tzo": "", "date": "1813-12-08 15:00", "place": {"cy": "DE", "lg": 6.7, "lat": 50.87, "name": "Kerpen"}}, "occus": ["miscelaneous"], "trust": 5, "ids-in-sources": {"afd2": "320"}}, "raw": {"CY": "D", "GQ": "N", "LG": "006 E 42", "LAT": "50 N 52", "TZO": "", "DATE": "08.12.1813", "MUID": "320", "NAME": "Kolping, Adolf", "OCCU": "MA 09", "TIME": "15.00", "BOOKS": "456", "PLACE": "Kerpen", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22407	kotzebue-august-1761-05-03	{"afd2": "321"}	{"muller": "M2-321"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "von", "alter": [], "given": "August", "family": "Kotzebue", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:42", "date": "1761-05-03 18:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 11.33, "lat": 50.98, "name": "Weimar", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "von", "given": "August", "family": "Kotzebue"}, "birth": {"tzo": "+00:42", "date": "1761-05-03 18:00", "place": {"cy": "DE", "lg": 11.33, "lat": 50.98, "name": "Weimar"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "321"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 20", "LAT": "50 N 59", "TZO": "-0.70", "DATE": "03.05.1761", "MUID": "321", "NAME": "Kotzebue, August von", "OCCU": "AR 01", "TIME": "18.00", "BOOKS": "456", "PLACE": "Weimar", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
12638	krauss-werner-1884-06-23	{"a5": "1170", "afd2": "322"}	{"lerrcp": "A5-1170", "muller": "M2-322"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Werner", "family": "Krauss", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1884-06-23 20:45", "note": "LMT", "place": {"c1": null, "c2": "BAYN", "c3": null, "cy": "DE", "lg": 11.5, "lat": 49, "name": "GESTUNGSHAUSEN", "geoid": 0}, "notime": null, "date-ut": "1884-06-23 19:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Werner", "family": "Krauss"}, "birth": {"place": {"c2": "BAYN", "cy": "DE", "lg": 11.5, "lat": 49, "name": "GESTUNGSHAUSEN", "geoid": 0}, "date-ut": "1884-06-23 19:59"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1170"}, "ids-in-sources": {"a5": "1170"}}, "raw": {"H": "20", "MN": "59", "TZ": "-1", "COD": "BAYN", "COU": "G", "DAY": "23", "LAT": "49N 0", "LON": "11E30", "MON": "6", "NUM": "1170", "PRO": "A", "SEC": "0", "YEA": "1884", "CITY": "GESTUNGSHAUSEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1884-06-23 20:45", "note": "LMT"}, "occus": ["actor"], "ids-in-sources": {"afd2": "322"}}, "raw": {"CY": "D", "GQ": "G", "LG": "011 E 04", "LAT": "50 N 08", "TZO": "", "DATE": "23.06.1884", "MUID": "322", "NAME": "Krauss, Werner", "OCCU": "AR 03", "TIME": "20.45", "BOOKS": "57", "PLACE": "Gestungshausen", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22408	krupp-alfred-1812-04-26	{"afd2": "323"}	{"muller": "M2-323"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alfred", "family": "Krupp", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1812-04-26 18:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 7.02, "lat": 51.47, "name": "Essen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Alfred", "family": "Krupp"}, "birth": {"lmt": true, "tzo": "", "date": "1812-04-26 18:00", "place": {"cy": "DE", "lg": 7.02, "lat": 51.47, "name": "Essen"}}, "occus": ["executive"], "trust": 5, "ids-in-sources": {"afd2": "323"}}, "raw": {"CY": "D", "GQ": "N", "LG": "007 E 01", "LAT": "51 N 28", "TZO": "", "DATE": "26.04.1812", "MUID": "323", "NAME": "Krupp, Alfred", "OCCU": "MA 03", "TIME": "18.00", "BOOKS": "456", "PLACE": "Essen", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22409	krupp-friedrich-alfred-1854-02-17	{"afd2": "324"}	{"muller": "M2-324"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Friedrich Alfred", "family": "Krupp", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1854-02-17 06:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 7.02, "lat": 51.47, "name": "Essen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Friedrich Alfred", "family": "Krupp"}, "birth": {"lmt": true, "tzo": "", "date": "1854-02-17 06:00", "place": {"cy": "DE", "lg": 7.02, "lat": 51.47, "name": "Essen"}}, "occus": ["executive"], "trust": 5, "ids-in-sources": {"afd2": "324"}}, "raw": {"CY": "D", "GQ": "N", "LG": "007 E 01", "LAT": "51 N 28", "TZO": "", "DATE": "17.02.1854", "MUID": "324", "NAME": "Krupp, Friedrich Alfred", "OCCU": "MA 03", "TIME": "06.00", "BOOKS": "56", "PLACE": "Essen", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22410	kung-hans-1928-03-19	{"afd2": "325"}	{"muller": "M2-325"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Hans", "family": "Küng", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1928-03-19 17:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "CH", "lg": 8.32, "lat": 47.05, "name": "Sursee", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["humanities-scholar"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Hans", "family": "Küng"}, "birth": {"tzo": "+01:00", "date": "1928-03-19 17:45", "place": {"cy": "CH", "lg": 8.32, "lat": 47.05, "name": "Sursee"}}, "occus": ["humanities-scholar"], "trust": 5, "ids-in-sources": {"afd2": "325"}}, "raw": {"CY": "CH", "GQ": "N", "LG": "008 E 19", "LAT": "47 N 03", "TZO": "-1.00", "DATE": "19.03.1928", "MUID": "325", "NAME": "Küng, Hans", "OCCU": "SC 06", "TIME": "17.45", "BOOKS": "57", "PLACE": "Sursee", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22411	kunneke-eduard-1885-01-27	{"afd2": "326"}	{"muller": "M2-326"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Eduard", "family": "Künneke", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1885-01-27 03:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 6.25, "lat": 51.83, "name": "Emmerich", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Eduard", "family": "Künneke"}, "birth": {"lmt": true, "tzo": "", "date": "1885-01-27 03:45", "place": {"cy": "DE", "lg": 6.25, "lat": 51.83, "name": "Emmerich"}}, "occus": ["composer"], "trust": 5, "ids-in-sources": {"afd2": "326"}}, "raw": {"CY": "D", "GQ": "N", "LG": "006 E 15", "LAT": "51 N 50", "TZO": "", "DATE": "27.01.1885", "MUID": "326", "NAME": "Künneke, Eduard", "OCCU": "AR 04", "TIME": "03.45", "BOOKS": "57", "PLACE": "Emmerich", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
5410	laue-max-1879-10-09	{"a2": "3328", "afd2": "327"}	{"lerrcp": "A2-3328", "muller": "M2-327"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Laue", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1879-10-09 09:30", "note": "LMT", "place": {"c1": null, "c2": "RHLDPF", "c3": null, "cy": "DE", "lg": 7, "lat": 50, "name": "KLOBENZ PFAFFEN", "geoid": 0}, "notime": null, "date-ut": "1879-10-09 09:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Max", "family": "Laue"}, "birth": {"place": {"c2": "RHLDPF", "cy": "DE", "lg": 7, "lat": 50, "name": "KLOBENZ PFAFFEN", "geoid": 0}, "date-ut": "1879-10-09 09:02"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3328"}, "ids-in-sources": {"a2": "3328"}}, "raw": {"H": "10", "MN": "2", "TZ": "-1", "COD": "RHLDPF", "COU": "G", "DAY": "9", "LAT": "50N 0", "LON": "7E 0", "MON": "10", "NUM": "3328", "PRO": "S", "SEC": "0", "YEA": "1879", "CITY": "KLOBENZ PFAFFEN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1879-10-09 09:30", "note": "LMT"}, "occus": ["scientist"], "ids-in-sources": {"afd2": "327"}}, "raw": {"CY": "D", "GQ": "G", "LG": "007 E 36", "LAT": "50 N 22", "TZO": "", "DATE": "09.10.1879", "MUID": "327", "NAME": "Laue, Max von", "OCCU": "SC 02", "TIME": "09.30", "BOOKS": "456", "PLACE": "Pfaffendorf", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
2748	schutzenberger-paul-1829-12-23	{"a2": "661", "g55": "01-508", "afd5": "942"}	{"g55": "01-508", "lerrcp": "A2-661", "muller": "M5-942"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul", "family": "Schutzenberger", "spouse": [], "official": {"given": "Paul", "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1829-12-23 04:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1829-12-23 03:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Schutzenberger"}, "birth": {"tzo": "+00:30:59", "date": "1829-12-23 04:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1829-12-23 03:29"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-661"}, "ids-in-sources": {"a2": "661"}}, "raw": {"H": "3", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "23", "LAT": "48N35", "LON": "7E45", "MON": "12", "NUM": "661", "PRO": "S", "SEC": "0", "YEA": "1829", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Schutzenberger", "official": {"given": "Paul"}}, "birth": {"date": "1829-12-23 04:00", "place": {"name": "Strasbourg"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "942"}}, "raw": {"NR": "942", "GNR": "SA2661", "JU_": "0", "MA_": "2", "MO_": "2", "SA_": "2", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1829", "KORR": "", "MARS": "36", "MODE": "LMT", "MOND": "36", "NAME": "SCHUTZENBERGER (PAUL).", "AUFAB": "-6.80", "PHAS_": "10.600", "SONNE": "32", "VENUS": "28", "BREITE": "48 N 35", "GEBORT": "Strasbourg (Bas-Rhin)", "LAENGE": "007 E 45", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "10", "GEBZEIT": "04.00", "JUPITER": "32", "ELECTAGE": "55,0", "ELECTDAT": "23.12.1884", "GEBDATUM": "23.12.1829", "STBDATUM": "26.06.1897"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-508"}, "ids-in-source": {"g55": "01-508"}}, "raw": {"DAY": "23-12-1829", "HOUR": "4 h.", "NAME": "SCHUTZENBERGER Paul", "PLACE": "Strasbourg (Bas-Rhin)."}, "date": "2023-08-20T14:47:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2755	sencert-louis-1878-03-25	{"a2": "668", "g55": "01-513", "afd5": "949"}	{"g55": "01-513", "lerrcp": "A2-668", "muller": "M5-949"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Sencert", "spouse": [], "official": {"given": "Louis Georges", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1878-03-25 12:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.02975, "lat": 48.58789, "name": "Viterne", "geoid": 2967894}, "notime": null, "date-ut": "1878-03-25 11:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Sencert"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.02975, "lat": 48.58789, "name": "Viterne", "geoid": 2967894}, "date-ut": "1878-03-25 11:35:12"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-668"}, "ids-in-sources": {"a2": "668"}}, "raw": {"H": "11", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "25", "LAT": "48N42", "LON": "6E12", "MON": "3", "NUM": "668", "PRO": "S", "SEC": "12", "YEA": "1878", "CITY": "VITERNE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Sencert", "official": {"given": "Louis Georges"}}, "birth": {"date": "1878-03-25 12:00", "place": {"name": "Viterne"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "949"}}, "raw": {"NR": "949", "GNR": "SA2668", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "2", "VE_": "1", "CODE": "3", "JAHR": "1878", "KORR": "", "MARS": "5", "MODE": "LMT", "MOND": "21", "NAME": "SENCERT (LOUIS GEORGES).", "AUFAB": "-10.30", "PHAS_": "57.300", "SONNE": "9", "VENUS": "13", "BREITE": "48 N 42", "GEBORT": "Viterne (Meurthe-et-Moselle)", "LAENGE": "006 E 12", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "10", "GEBZEIT": "12.00", "JUPITER": "18", "ELECTAGE": "41,2", "ELECTDAT": "27.05.1919", "GEBDATUM": "25.03.1878", "STBDATUM": "04.03.1924"}, "date": "2023-08-20T14:44:30+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-513"}, "ids-in-source": {"g55": "01-513"}}, "raw": {"DAY": "25-3-1878", "HOUR": "12 h.", "NAME": "SENCERT Louis", "PLACE": "Viterne (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:47:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2762	sieur-celestin-1860-12-27	{"a2": "675", "g55": "01-518", "afd5": "958"}	{"g55": "01-518", "lerrcp": "A2-675", "muller": "M5-958"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Célestin", "family": "Sieur", "spouse": [], "official": {"given": "Célestin", "family": null}}	\N	{"lmt": null, "tzo": "+00:00:35", "date": "1860-12-27 09:00", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": 0.14661, "lat": 46.02033, "name": "la Faye", "geoid": 3009534}, "notime": null, "date-ut": "1860-12-27 08:59:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Célestin", "family": "Sieur"}, "birth": {"tzo": "+00:00:35", "date": "1860-12-27 09:00", "place": {"c2": "16", "cy": "FR", "lg": 0.14661, "lat": 46.02033, "name": "La Faye", "geoid": 3009534}, "date-ut": "1860-12-27 08:59:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-675"}, "ids-in-sources": {"a2": "675"}}, "raw": {"H": "8", "MN": "59", "TZ": "0", "COD": "16", "COU": "F", "DAY": "27", "LAT": "45N39", "LON": "0E10", "MON": "12", "NUM": "675", "PRO": "S", "SEC": "20", "YEA": "1860", "CITY": "LA FAYE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Sieur", "official": {"given": "Célestin"}}, "birth": {"date": "1860-12-27 09:00", "place": {"name": "la Faye"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "958"}}, "raw": {"NR": "958", "GNR": "SA2675", "JU_": "0", "MA_": "0", "MO_": "0", "SA_": "0", "SO_": "2", "VE_": "0", "CODE": "3", "JAHR": "1860", "KORR": "", "MARS": "33", "MODE": "LMT", "MOND": "22", "NAME": "SIEUR (CÉLESTIN).", "AUFAB": "3.60", "PHAS_": "98.500", "SONNE": "3", "VENUS": "8", "BREITE": "45 N 39", "GEBORT": "la Faye (Charente)", "LAENGE": "000 E 10", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "16", "GEBZEIT": "09.00", "JUPITER": "17", "ELECTAGE": "58,0", "ELECTDAT": "03.12.1918", "GEBDATUM": "27.12.1860", "STBDATUM": "12.06.1955"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-518"}, "ids-in-source": {"g55": "01-518"}}, "raw": {"DAY": "27-12-1860", "HOUR": "9 h.", "NAME": "SIEUR. Célestin", "PLACE": "La Faye (Charente)."}, "date": "2023-08-20T14:47:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
22413	lehmbruck-wilhelm-1881-01-04	{"afd2": "331"}	{"muller": "M2-331"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Wilhelm", "family": "Lehmbruck", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1881-01-04 05:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 6.77, "lat": 51.43, "name": "Meiderich", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Wilhelm", "family": "Lehmbruck"}, "birth": {"lmt": true, "tzo": "", "date": "1881-01-04 05:00", "place": {"cy": "DE", "lg": 6.77, "lat": 51.43, "name": "Meiderich"}}, "occus": ["artist"], "trust": 5, "ids-in-sources": {"afd2": "331"}}, "raw": {"CY": "D", "GQ": "N", "LG": "006 E 46", "LAT": "51 N 26", "TZO": "", "DATE": "04.01.1881", "MUID": "331", "NAME": "Lehmbruck, Wilhelm", "OCCU": "AR 08", "TIME": "05.00", "BOOKS": "567", "PLACE": "Meiderich", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22414	leibi-wilhelm-1844-10-23	{"afd2": "332"}	{"muller": "M2-332"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Wilhelm", "family": "Leibi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1844-10-23 10:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 6.95, "lat": 50.95, "name": "Köln", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Wilhelm", "family": "Leibi"}, "birth": {"lmt": true, "tzo": "", "date": "1844-10-23 10:00", "place": {"cy": "DE", "lg": 6.95, "lat": 50.95, "name": "Köln"}}, "occus": ["artist"], "trust": 5, "ids-in-sources": {"afd2": "332"}}, "raw": {"CY": "D", "GQ": "N", "LG": "006 E 57", "LAT": "50 N 57", "TZO": "", "DATE": "23.10.1844", "MUID": "332", "NAME": "Leibi, Wilhelm", "OCCU": "AR 08", "TIME": "10.00", "BOOKS": "56", "PLACE": "Köln", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22415	lenbach-franz-1836-12-13	{"afd2": "333"}	{"muller": "M2-333"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "von", "alter": [], "given": "Franz", "family": "Lenbach", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1836-12-13 07:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 11.13, "lat": 48.47, "name": "Schrobenhausen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "von", "given": "Franz", "family": "Lenbach"}, "birth": {"lmt": true, "tzo": "", "date": "1836-12-13 07:30", "place": {"cy": "DE", "lg": 11.13, "lat": 48.47, "name": "Schrobenhausen"}}, "occus": ["artist"], "trust": 5, "ids-in-sources": {"afd2": "333"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 08", "LAT": "48 N 28", "TZO": "", "DATE": "13.12.1836", "MUID": "333", "NAME": "Lenbach, Franz von", "OCCU": "AR 08", "TIME": "07.30", "BOOKS": "456", "PLACE": "Schrobenhausen", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22416	leoncavallo-ruggiero-1857-04-23	{"afd2": "334"}	{"muller": "M2-334"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Ruggiero", "family": "Leoncavallo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1857-04-23 16:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 14.28, "lat": 40.9, "name": "Napoli", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Ruggiero", "family": "Leoncavallo"}, "birth": {"lmt": true, "tzo": "", "date": "1857-04-23 16:00", "place": {"cy": "IT", "lg": 14.28, "lat": 40.9, "name": "Napoli"}}, "occus": ["composer"], "trust": 5, "ids-in-sources": {"afd2": "334"}}, "raw": {"CY": "I", "GQ": "N", "LG": "014 E 17", "LAT": "40 N 54", "TZO": "", "DATE": "23.04.1857", "MUID": "334", "NAME": "Leoncavallo, Ruggiero", "OCCU": "AR 04", "TIME": "16.00", "BOOKS": "567", "PLACE": "Napoli", "TIMOD": "LMT", "SOURCE": "SA"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22417	lepsius-karl-richard-1810-12-23	{"afd2": "335"}	{"muller": "M2-335"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Karl Richard", "family": "Lepsius", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1810-12-23 21:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 11.82, "lat": 51.15, "name": "Naumburg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["humanities-scholar"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Karl Richard", "family": "Lepsius"}, "birth": {"lmt": true, "tzo": "", "date": "1810-12-23 21:00", "place": {"cy": "DE", "lg": 11.82, "lat": 51.15, "name": "Naumburg"}}, "occus": ["humanities-scholar"], "trust": 5, "ids-in-sources": {"afd2": "335"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 49", "LAT": "51 N 09", "TZO": "", "DATE": "23.12.1810", "MUID": "335", "NAME": "Lepsius, Karl Richard", "OCCU": "SC 07", "TIME": "21.00", "BOOKS": "56", "PLACE": "Naumburg", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22418	lettow-vorbeck-paul-1870-03-20	{"afd2": "337"}	{"muller": "M2-337"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "von", "alter": [], "given": "Paul", "family": "Lettow-Vorbeck", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1870-03-20 05:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 6.75, "lat": 49.32, "name": "Saarlouis", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "von", "given": "Paul", "family": "Lettow-Vorbeck"}, "birth": {"lmt": true, "tzo": "", "date": "1870-03-20 05:00", "place": {"cy": "DE", "lg": 6.75, "lat": 49.32, "name": "Saarlouis"}}, "occus": ["military-personnel"], "trust": 5, "ids-in-sources": {"afd2": "337"}}, "raw": {"CY": "D", "GQ": "N", "LG": "006 E 45", "LAT": "49 N 19", "TZO": "", "DATE": "20.03.1870", "MUID": "337", "NAME": "Lettow-Vorbeck, Paul von", "OCCU": "MA 07", "TIME": "05.00", "BOOKS": "56", "PLACE": "Saarlouis", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22419	lichtenberg-georg-christoph-1742-07-01	{"afd2": "338"}	{"muller": "M2-338"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Georg Christoph", "family": "Lichtenberg", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:32", "date": "1742-07-01 17:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.65, "lat": 49.87, "name": "Ober-Ramstadt", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["factual-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Georg Christoph", "family": "Lichtenberg"}, "birth": {"tzo": "+00:32", "date": "1742-07-01 17:00", "place": {"cy": "DE", "lg": 8.65, "lat": 49.87, "name": "Ober-Ramstadt"}}, "occus": ["factual-writer"], "trust": 5, "ids-in-sources": {"afd2": "338"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 39", "LAT": "49 N 52", "TZO": "-0.53", "DATE": "01.07.1742", "MUID": "338", "NAME": "Lichtenberg, Georg Christoph", "OCCU": "AR 02", "TIME": "17.00", "BOOKS": "456", "PLACE": "Ober-Ramstadt", "TIMOD": "", "SOURCE": "SB"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22420	liebermann-max-1847-07-20	{"afd2": "339"}	{"muller": "M2-339"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Max", "family": "Liebermann", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1847-07-20 08:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Max", "family": "Liebermann"}, "birth": {"lmt": true, "tzo": "", "date": "1847-07-20 08:00", "place": {"cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin"}}, "occus": ["artist"], "trust": 5, "ids-in-sources": {"afd2": "339"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 18", "LAT": "52 N 32", "TZO": "", "DATE": "20.07.1847", "MUID": "339", "NAME": "Liebermann, Max", "OCCU": "AR 08", "TIME": "08.00", "BOOKS": "4567", "PLACE": "Berlin", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22421	liebig-justus-1803-05-12	{"afd2": "340"}	{"muller": "M2-340"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "von", "alter": [], "given": "Justus", "family": "Liebig", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:39", "date": "1803-05-12 08:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.65, "lat": 49.87, "name": "Darmstadt", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "von", "given": "Justus", "family": "Liebig"}, "birth": {"tzo": "+00:39", "date": "1803-05-12 08:30", "place": {"cy": "DE", "lg": 8.65, "lat": 49.87, "name": "Darmstadt"}}, "occus": ["scientist"], "trust": 5, "ids-in-sources": {"afd2": "340"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 39", "LAT": "49 N 52", "TZO": "-0.65", "DATE": "12.05.1803", "MUID": "340", "NAME": "Liebig, Justus von", "OCCU": "SC 03", "TIME": "08.30", "BOOKS": "4567", "PLACE": "Darmstadt", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22422	liebknecht-karl-1871-08-13	{"afd2": "341"}	{"muller": "M2-341"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Karl", "family": "Liebknecht", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1871-08-13 08:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 12.37, "lat": 51.35, "name": "Leipzig", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["revolutionary"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Karl", "family": "Liebknecht"}, "birth": {"lmt": true, "tzo": "", "date": "1871-08-13 08:00", "place": {"cy": "DE", "lg": 12.37, "lat": 51.35, "name": "Leipzig"}}, "occus": ["revolutionary"], "trust": 5, "ids-in-sources": {"afd2": "341"}}, "raw": {"CY": "D", "GQ": "N", "LG": "012 E 22", "LAT": "51 N 21", "TZO": "", "DATE": "13.08.1871", "MUID": "341", "NAME": "Liebknecht, Karl", "OCCU": "MA 08", "TIME": "08.00", "BOOKS": "567", "PLACE": "Leipzig", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22423	lilienthal-otto-1848-05-23	{"afd2": "342"}	{"muller": "M2-342"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Otto", "family": "Lilienthal", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1848-05-23 11:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.68, "lat": 53.85, "name": "Anklam", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Otto", "family": "Lilienthal"}, "birth": {"lmt": true, "tzo": "", "date": "1848-05-23 11:30", "place": {"cy": "DE", "lg": 13.68, "lat": 53.85, "name": "Anklam"}}, "occus": ["miscelaneous"], "trust": 5, "ids-in-sources": {"afd2": "342"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 41", "LAT": "53 N 51", "TZO": "", "DATE": "23.05.1848", "MUID": "342", "NAME": "Lilienthal, Otto", "OCCU": "MA 01", "TIME": "11.30", "BOOKS": "4567", "PLACE": "Anklam", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22424	lincke-paul-1866-11-07	{"afd2": "343"}	{"muller": "M2-343"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul", "family": "Lincke", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1866-11-07 12:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Paul", "family": "Lincke"}, "birth": {"lmt": true, "tzo": "", "date": "1866-11-07 12:15", "place": {"cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin"}}, "occus": ["composer"], "trust": 5, "ids-in-sources": {"afd2": "343"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 18", "LAT": "52 N 32", "TZO": "", "DATE": "07.11.1866", "MUID": "343", "NAME": "Lincke, Paul", "OCCU": "AR 04", "TIME": "12.15", "BOOKS": "567", "PLACE": "Berlin", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22425	linde-carl-1842-06-11	{"afd2": "344"}	{"muller": "M2-344"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "von", "alter": [], "given": "Carl", "family": "Linde", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1842-06-11 08:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 11.45, "lat": 30.12, "name": "Berndorf", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "von", "given": "Carl", "family": "Linde"}, "birth": {"lmt": true, "tzo": "", "date": "1842-06-11 08:30", "place": {"cy": "DE", "lg": 11.45, "lat": 30.12, "name": "Berndorf"}}, "occus": ["miscelaneous"], "trust": 5, "ids-in-sources": {"afd2": "344"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 27", "LAT": "30 N 07", "TZO": "", "DATE": "11.06.1842", "MUID": "344", "NAME": "Linde, Carl von", "OCCU": "MA 01", "TIME": "08.30", "BOOKS": "4567", "PLACE": "Berndorf", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22426	lingen-theo-1903-06-10	{"afd2": "345"}	{"muller": "M2-345"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Theo", "family": "Lingen", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1903-06-10 05:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 9.73, "lat": 52.37, "name": "Hannover", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Theo", "family": "Lingen"}, "birth": {"tzo": "+01:00", "date": "1903-06-10 05:00", "place": {"cy": "DE", "lg": 9.73, "lat": 52.37, "name": "Hannover"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd2": "345"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 44", "LAT": "52 N 22", "TZO": "-1.00", "DATE": "10.06.1903", "MUID": "345", "NAME": "Lingen, Theo", "OCCU": "AR 03", "TIME": "05.00", "BOOKS": "567", "PLACE": "Hannover", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22427	litt-theodor-1880-12-27	{"afd2": "346"}	{"muller": "M2-346"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Theodor", "family": "Litt", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1880-12-27 13:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 6.78, "lat": 51.23, "name": "Disseldorf", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["social-scientist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Theodor", "family": "Litt"}, "birth": {"lmt": true, "tzo": "", "date": "1880-12-27 13:00", "place": {"cy": "DE", "lg": 6.78, "lat": 51.23, "name": "Disseldorf"}}, "occus": ["social-scientist"], "trust": 5, "ids-in-sources": {"afd2": "346"}}, "raw": {"CY": "D", "GQ": "N", "LG": "006 E 47", "LAT": "51 N 14", "TZO": "", "DATE": "27.12.1880", "MUID": "346", "NAME": "Litt, Theodor", "OCCU": "SC 05", "TIME": "13.00", "BOOKS": "567", "PLACE": "Disseldorf", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
5687	lorentz-hendrik-1853-07-18	{"a2": "3606", "afd2": "347"}	{"lerrcp": "A2-3606", "muller": "M2-347"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hendrik", "family": "Lorentz", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1853-07-18 13:00", "note": "LMT", "place": {"c1": null, "c2": "GE", "c3": null, "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ARNHEM", "geoid": 0}, "notime": null, "date-ut": "1853-07-18 12:36:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Hendrik", "family": "Lorentz"}, "birth": {"place": {"c2": "GE", "cy": "NL", "lg": 5.9, "lat": 51.98333, "name": "ARNHEM", "geoid": 0}, "date-ut": "1853-07-18 12:36:24"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3606"}, "ids-in-sources": {"a2": "3606"}}, "raw": {"H": "12", "MN": "36", "TZ": "0", "COD": "GE", "COU": "N", "DAY": "18", "LAT": "51N59", "LON": "5E54", "MON": "7", "NUM": "3606", "PRO": "S", "SEC": "24", "YEA": "1853", "CITY": "ARNHEM"}, "date": "2023-08-20T14:43:19+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1853-07-18 13:00", "note": "LMT"}, "occus": ["scientist"], "ids-in-sources": {"afd2": "347"}}, "raw": {"CY": "NL", "GQ": "G", "LG": "005 E 54", "LAT": "51 N 59", "TZO": "", "DATE": "18.07.1853", "MUID": "347", "NAME": "Lorentz, Hendrik Antoon", "OCCU": "SC 02", "TIME": "13.00", "BOOKS": "4567", "PLACE": "Arnheim", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22428	lortzing-albert-1801-10-23	{"afd2": "348"}	{"muller": "M2-348"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Albert", "family": "Lortzing", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:09", "date": "1801-10-23 17:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Albert", "family": "Lortzing"}, "birth": {"tzo": "+01:09", "date": "1801-10-23 17:00", "place": {"cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin"}}, "occus": ["composer"], "trust": 5, "ids-in-sources": {"afd2": "348"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 18", "LAT": "52 N 32", "TZO": "-1.15", "DATE": "23.10.1801", "MUID": "348", "NAME": "Lortzing, Albert", "OCCU": "AR 04", "TIME": "17.00", "BOOKS": "4567", "PLACE": "Berlin", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22429	ludwig-ii-von-bayern-1845-08-25	{"afd2": "349"}	{"muller": "M2-349"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "von Bayern", "family": "Ludwig II", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1845-08-25 00:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 11.58, "lat": 48.13, "name": "München", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["monarch"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "von Bayern", "family": "Ludwig II"}, "birth": {"lmt": true, "tzo": "", "date": "1845-08-25 00:30", "place": {"cy": "DE", "lg": 11.58, "lat": 48.13, "name": "München"}}, "occus": ["monarch"], "trust": 5, "ids-in-sources": {"afd2": "349"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 35", "LAT": "48 N 08", "TZO": "", "DATE": "25.08.1845", "MUID": "349", "NAME": "Ludwig II., von Bayern", "OCCU": "MA 06", "TIME": "00.30", "BOOKS": "456", "PLACE": "München", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
13424	lubke-heinrich-1894-10-14	{"a5": "1977", "afd2": "350"}	{"lerrcp": "A5-1977", "muller": "M2-350"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Lübke", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1894-10-14 03:30", "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ENKHAUSEN", "geoid": 0}, "notime": null, "date-ut": "1894-10-14 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Heinrich", "family": "Lübke"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ENKHAUSEN", "geoid": 0}, "date-ut": "1894-10-14 02:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1977"}, "ids-in-sources": {"a5": "1977"}}, "raw": {"H": "3", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "14", "LAT": "51N30", "LON": "7E30", "MON": "10", "NUM": "1977", "PRO": "PT", "SEC": "0", "YEA": "1894", "CITY": "ENKHAUSEN"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "M", "birth": {"tzo": "+01:00", "date": "1894-10-14 03:30"}, "occus": ["politician"], "ids-in-sources": {"afd2": "350"}}, "raw": {"CY": "D", "GQ": "G", "LG": "008 E 04", "LAT": "51 N 24", "TZO": "-1.00", "DATE": "14.10.1894", "MUID": "350", "NAME": "Lübke, Heinrich", "OCCU": "MA 04", "TIME": "03.30", "BOOKS": "56", "PLACE": "Enkhausen", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22430	macke-august-1887-01-03	{"afd2": "351"}	{"muller": "M2-351"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "August", "family": "Macke", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1887-01-03 13:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 6.28, "lat": 51.35, "name": "Meschede", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "August", "family": "Macke"}, "birth": {"lmt": true, "tzo": "", "date": "1887-01-03 13:30", "place": {"cy": "DE", "lg": 6.28, "lat": 51.35, "name": "Meschede"}}, "occus": ["artist"], "trust": 5, "ids-in-sources": {"afd2": "351"}}, "raw": {"CY": "D", "GQ": "N", "LG": "006 E 17", "LAT": "51 N 21", "TZO": "", "DATE": "03.01.1887", "MUID": "351", "NAME": "Macke, August", "OCCU": "AR 08", "TIME": "13.30", "BOOKS": "567", "PLACE": "Meschede", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22431	madersperger-joseph-1768-10-06	{"afd2": "352"}	{"muller": "M2-352"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Joseph", "family": "Madersperger", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:01", "date": "1768-10-06 12:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "AT", "lg": 12.17, "lat": 47.58, "name": "Kufstein", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Joseph", "family": "Madersperger"}, "birth": {"tzo": "+01:01", "date": "1768-10-06 12:00", "place": {"cy": "AT", "lg": 12.17, "lat": 47.58, "name": "Kufstein"}}, "occus": ["miscelaneous"], "trust": 5, "ids-in-sources": {"afd2": "352"}}, "raw": {"CY": "A", "GQ": "N", "LG": "012 E 10", "LAT": "47 N 35", "TZO": "-1.02", "DATE": "06.10.1768", "MUID": "352", "NAME": "Madersperger, Joseph", "OCCU": "MA 01", "TIME": "12.00", "BOOKS": "57", "PLACE": "Kufstein", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
14914	maeterlinck-maurice-1862-08-29	{"a6": "1147", "afd2": "353"}	{"lerrcp": "A6-1147", "muller": "M2-353"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Maeterlinck", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1862-08-29 08:30", "note": "LMT", "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1862-08-29 08:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet", "fictional-writer"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Maeterlinck"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1862-08-29 08:15:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1147"}, "ids-in-sources": {"a6": "1147"}}, "raw": {"H": "8", "MN": "15", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "29", "LAT": "51N 5", "LON": "3E45", "MON": "8", "NUM": "1147", "PRO": "W", "SEC": "0", "YEA": "1862", "CITY": "GAND"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:44:00+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "M", "birth": {"date": "1862-08-29 08:30", "note": "LMT"}, "occus": ["fictional-writer"], "ids-in-sources": {"afd2": "353"}}, "raw": {"CY": "B", "GQ": "G", "LG": "003 E 45", "LAT": "51 N 05", "TZO": "", "DATE": "29.08.1862", "MUID": "353", "NAME": "Maeterlinck, Maurice", "OCCU": "AR 01", "TIME": "08.30", "BOOKS": "4567", "PLACE": "Gent", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22432	magritte-rene-1898-11-21	{"afd2": "354"}	{"muller": "M2-354"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "René", "family": "Magritte", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1898-11-21 07:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": 3.85, "lat": 50.72, "name": "Lessines", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "René", "family": "Magritte"}, "birth": {"tzo": "+00:00", "date": "1898-11-21 07:30", "place": {"cy": "BE", "lg": 3.85, "lat": 50.72, "name": "Lessines"}}, "occus": ["artist"], "trust": 5, "ids-in-sources": {"afd2": "354"}}, "raw": {"CY": "B", "GQ": "N", "LG": "003 E 51", "LAT": "50 N 43", "TZO": "0.00", "DATE": "21.11.1898", "MUID": "354", "NAME": "Magritte, René", "OCCU": "AR 08", "TIME": "07.30", "BOOKS": "56", "PLACE": "Lessines", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
14960	scheltjens-lodewijk-1861-12-08	{"a6": "1194", "afd2": "355"}	{"lerrcp": "A6-1194", "muller": "M2-355"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lodewijk", "family": "Scheltjens", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1861-12-08 10:00", "note": "LMT", "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1861-12-08 22:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "artist"]	5	null	[{"new": {"name": {"given": "Lodewijk", "family": "Scheltjens"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1861-12-08 22:43:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-1194"}, "ids-in-sources": {"a6": "1194"}}, "raw": {"H": "22", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "8", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "1194", "PRO": "W", "SEC": "0", "YEA": "1861", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:53+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "M", "birth": {"date": "1861-12-08 10:00", "note": "LMT"}, "occus": ["artist"], "ids-in-sources": {"afd2": "355"}}, "raw": {"CY": "F", "GQ": "G", "LG": "003 E 07", "LAT": "42 N 28", "TZO": "", "DATE": "08.12.1861", "MUID": "355", "NAME": "Maillol, Aristide", "OCCU": "AR 08", "TIME": "10.00", "BOOKS": "567", "PLACE": "Banyuls-sur-Mer", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22433	mainardi-enrico-1897-05-19	{"afd2": "356"}	{"muller": "M2-356"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Enrico", "family": "Mainardi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1897-05-19 15:20", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "Mailand", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Enrico", "family": "Mainardi"}, "birth": {"tzo": "+01:00", "date": "1897-05-19 15:20", "place": {"cy": "IT", "lg": 9.25, "lat": 45.5, "name": "Mailand"}}, "occus": ["musician"], "trust": 5, "ids-in-sources": {"afd2": "356"}}, "raw": {"CY": "I", "GQ": "N", "LG": "009 E 15", "LAT": "45 N 30", "TZO": "-1.00", "DATE": "19.05.1897", "MUID": "356", "NAME": "Mainardi, Enrico", "OCCU": "AR 07", "TIME": "15.20", "BOOKS": "57", "PLACE": "Mailand", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22434	makart-hans-1840-05-28	{"afd2": "357"}	{"muller": "M2-357"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Hans", "family": "Makart", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1840-05-28 05:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "AT", "lg": 13.05, "lat": 47.8, "name": "Salzburg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Hans", "family": "Makart"}, "birth": {"lmt": true, "tzo": "", "date": "1840-05-28 05:30", "place": {"cy": "AT", "lg": 13.05, "lat": 47.8, "name": "Salzburg"}}, "occus": ["artist"], "trust": 5, "ids-in-sources": {"afd2": "357"}}, "raw": {"CY": "A", "GQ": "N", "LG": "013 E 03", "LAT": "47 N 48", "TZO": "", "DATE": "28.05.1840", "MUID": "357", "NAME": "Makart, Hans", "OCCU": "AR 08", "TIME": "05.30", "BOOKS": "45", "PLACE": "Salzburg", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22436	mann-thomas-1875-06-06	{"afd2": "362"}	{"muller": "M2-362"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Thomas", "family": "Mann", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1875-06-06 10:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 10.68, "lat": 53.87, "name": "Lübeck", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Thomas", "family": "Mann"}, "birth": {"lmt": true, "tzo": "", "date": "1875-06-06 10:15", "place": {"cy": "DE", "lg": 10.68, "lat": 53.87, "name": "Lübeck"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "362"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 41", "LAT": "53 N 52", "TZO": "", "DATE": "06.06.1875", "MUID": "362", "NAME": "Mann, Thomas", "OCCU": "AR 01", "TIME": "10.15", "BOOKS": "4567", "PLACE": "Lübeck", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
14686	malaparte-curzio-1898-06-09	{"a6": "909", "afd1": "267", "afd2": "358"}	{"lerrcp": "A6-909", "muller": "M2-358"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Curzio", "family": "Malaparte", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1898-06-09 23:00", "note": "", "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.5, "lat": 43.7, "name": "Prate", "geoid": 0}, "notime": null, "date-ut": "1898-06-09 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "fictional-writer"]	5	null	[{"new": {"name": {"given": "Curzio", "family": "Malaparte"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.5, "lat": 43.7, "name": "PRATO", "geoid": 0}, "date-ut": "1898-06-09 22:00"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-909"}, "ids-in-sources": {"a6": "909"}}, "raw": {"H": "23", "MN": "0", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "9", "LAT": "43N42", "LON": "11E30", "MON": "6", "NUM": "909", "PRO": "W", "SEC": "0", "YEA": "1898", "CITY": "PRATO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"name": {"given": "Curzio", "family": "Malaparte"}, "birth": {"tzo": "+01:00", "date": "1898-06-09 23:00", "note": "", "place": {"name": "Prate"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "267", "muller": "M1-267"}}, "raw": {"LG": "-11,5", "DAY": "09", "LAT": "43,7", "MIN": "00", "TZO": "-1", "HOUR": "23", "NAME": "267M Malaparte, Curzio", "YEAR": "1898", "MONTH": "06", "PLACE": "Prate FI"}, "date": "2023-08-20T14:44:35+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}, {"new": {"sex": "M", "occus": ["fictional-writer"], "ids-in-sources": {"afd2": "358"}}, "raw": {"CY": "I", "GQ": "G", "LG": "011 E 05", "LAT": "43 N 53", "TZO": "-1.00", "DATE": "09.06.1898", "MUID": "358", "NAME": "Malaparte, Curzio", "OCCU": "AR 01", "TIME": "23.00", "BOOKS": "67", "PLACE": "Prato", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
14322	mallarme-stephane-1842-03-18	{"a6": "532", "afd2": "359"}	{"lerrcp": "A6-532", "muller": "M2-359"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stéphane", "family": "Mallarme", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1842-03-18 07:00", "note": "LMT", "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1842-03-18 06:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet", "fictional-writer"]	5	null	[{"new": {"name": {"given": "Stéphane", "family": "Mallarme"}, "birth": {"tzo": "+00:09:24", "date": "1842-03-18 07:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1842-03-18 06:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-532"}, "ids-in-sources": {"a6": "532"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "18", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "532", "PRO": "W", "SEC": "40", "YEA": "1842", "CITY": "PARIS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["fictional-writer"], "ids-in-sources": {"afd2": "359"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 20", "LAT": "48 N 50", "TZO": "", "DATE": "18.03.1842", "MUID": "359", "NAME": "Mallarmé, Stéphane", "OCCU": "AR 01", "TIME": "07.00", "BOOKS": "456", "PLACE": "Paris", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
9458	manet-edouard-1832-01-23	{"a4": "706", "afd2": "360"}	{"lerrcp": "A4-706", "muller": "M2-360"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Manet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1832-01-23 19:00", "note": "LMT", "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1832-01-23 18:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Manet"}, "birth": {"tzo": "+00:09:24", "date": "1832-01-23 19:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1832-01-23 18:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-706"}, "ids-in-sources": {"a4": "706"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "23", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "706", "PRO": "P", "SEC": "40", "YEA": "1832", "CITY": "PARIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["artist"], "ids-in-sources": {"afd2": "360"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 20", "LAT": "48 N 50", "TZO": "", "DATE": "23.01.1832", "MUID": "360", "NAME": "Manet, Edouard", "OCCU": "AR 08", "TIME": "19.00", "BOOKS": "457", "PLACE": "Paris", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22435	mann-heinrich-1871-03-27	{"afd2": "361"}	{"muller": "M2-361"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Heinrich", "family": "Mann", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1871-03-27 21:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 10.68, "lat": 53.87, "name": "Lübeck", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Heinrich", "family": "Mann"}, "birth": {"lmt": true, "tzo": "", "date": "1871-03-27 21:00", "place": {"cy": "DE", "lg": 10.68, "lat": 53.87, "name": "Lübeck"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "361"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 41", "LAT": "53 N 52", "TZO": "", "DATE": "27.03.1871", "MUID": "361", "NAME": "Mann, Heinrich", "OCCU": "AR 01", "TIME": "21.00", "BOOKS": "567", "PLACE": "Lübeck", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
2766	siredey-francois-1831-02-22	{"a2": "679", "g55": "01-522", "afd5": "964"}	{"g55": "01-522", "lerrcp": "A2-679", "muller": "M5-964"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "François", "family": "Siredey", "spouse": [], "official": {"given": "François", "family": null}}	\N	{"lmt": null, "tzo": "+00:20:08", "date": "1831-02-22 19:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "La Villeneuve-les-Convers", "geoid": 0}, "notime": null, "date-ut": "1831-02-22 18:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "François", "family": "Siredey"}, "birth": {"tzo": "+00:20:08", "date": "1831-02-22 19:00", "place": {"c2": "21", "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "La Villeneuve-L", "geoid": 0}, "date-ut": "1831-02-22 18:39:52"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-679"}, "ids-in-sources": {"a2": "679"}}, "raw": {"H": "18", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "22", "LAT": "47N19", "LON": "5E 2", "MON": "2", "NUM": "679", "PRO": "S", "SEC": "52", "YEA": "1831", "CITY": "LA VILLENEUVE-L"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Siredey", "official": {"given": "François"}}, "birth": {"date": "1831-02-22 19:00", "place": {"name": "Lavilleneuve-les-Convers"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "964"}}, "raw": {"NR": "964", "GNR": "SA2679", "JU_": "0", "MA_": "2", "MO_": "0", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1831", "KORR": "", "MARS": "12", "MODE": "LMT", "MOND": "7", "NAME": "SIREDEY (FRANÇOIS).", "AUFAB": "10.20", "PHAS_": "75.700", "SONNE": "21", "VENUS": "19", "BREITE": "47 N 19", "GEBORT": "Lavilleneuve-les-Convers (Côte-d'O", "LAENGE": "005 E 02", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "3", "GEBZEIT": "19.00", "JUPITER": "23", "ELECTAGE": "53,1", "ELECTDAT": "11.03.1884", "GEBDATUM": "22.02.1831", "STBDATUM": "18.05.1890"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "La Villeneuve-les-Convers"}}, "partial-ids": {"g55": "01-522"}, "ids-in-source": {"g55": "01-522"}}, "raw": {"DAY": "22-2-1831", "HOUR": "19 h.", "NAME": "SIREDEY François", "PLACE": "La Villeneuve-les-Convers (C.-O.)."}, "date": "2023-08-20T14:47:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
22437	manzoni-alessandro-1785-03-07	{"afd2": "363"}	{"muller": "M2-363"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alessandro", "family": "Manzoni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:26", "date": "1785-03-07 08:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 9.2, "lat": 45.47, "name": "Milano", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Alessandro", "family": "Manzoni"}, "birth": {"tzo": "+00:26", "date": "1785-03-07 08:00", "place": {"cy": "IT", "lg": 9.2, "lat": 45.47, "name": "Milano"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "363"}}, "raw": {"CY": "I", "GQ": "N", "LG": "009 E 12", "LAT": "45 N 28", "TZO": "-0.43", "DATE": "07.03.1785", "MUID": "363", "NAME": "Manzoni, Alessandro", "OCCU": "AR 01", "TIME": "08.00", "BOOKS": "456", "PLACE": "Milano", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22438	manzi-giacomo-1908-12-22	{"afd2": "364"}	{"muller": "M2-364"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Giacomo", "family": "Manzi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1908-12-22 09:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 9.75, "lat": 45.6, "name": "Bergamo", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Giacomo", "family": "Manzi"}, "birth": {"tzo": "+01:00", "date": "1908-12-22 09:00", "place": {"cy": "IT", "lg": 9.75, "lat": 45.6, "name": "Bergamo"}}, "occus": ["artist"], "trust": 5, "ids-in-sources": {"afd2": "364"}}, "raw": {"CY": "I", "GQ": "N", "LG": "009 E 45", "LAT": "45 N 36", "TZO": "-1.00", "DATE": "22.12.1908", "MUID": "364", "NAME": "Manzi, Giacomo", "OCCU": "AR 08", "TIME": "09.00", "BOOKS": "57", "PLACE": "Bergamo", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
14327	marcel-gabriel-1889-12-07	{"a6": "537", "afd2": "366"}	{"lerrcp": "A6-537", "muller": "M2-366"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Marcel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1889-12-07 10:00", "note": "LMT", "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1889-12-07 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Marcel"}, "birth": {"tzo": "+00:09:24", "date": "1889-12-07 10:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1889-12-07 09:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-537"}, "ids-in-sources": {"a6": "537"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "7", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "537", "PRO": "W", "SEC": "40", "YEA": "1889", "CITY": "PARIS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["fictional-writer"], "ids-in-sources": {"afd2": "366"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 20", "LAT": "48 N 50", "TZO": "", "DATE": "07.12.1889", "MUID": "366", "NAME": "Marcel, Gabriel", "OCCU": "AR 01", "TIME": "10.00", "BOOKS": "567", "PLACE": "Paris", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
2770	spillmann-paul-1844-02-16	{"a2": "683", "g55": "01-524", "afd5": "972"}	{"g55": "01-524", "lerrcp": "A2-683", "muller": "M5-972"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul", "family": "Spillmann", "spouse": [], "official": {"given": "Paul", "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1844-02-16 16:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1844-02-16 15:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Spillmann"}, "birth": {"tzo": "+00:24:44", "date": "1844-02-16 16:00", "place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1844-02-16 15:35:12"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-683"}, "ids-in-sources": {"a2": "683"}}, "raw": {"H": "15", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "16", "LAT": "48N42", "LON": "6E12", "MON": "2", "NUM": "683", "PRO": "S", "SEC": "12", "YEA": "1844", "CITY": "NANCY"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Spillmann", "official": {"given": "Paul"}}, "birth": {"date": "1844-02-16 16:00", "place": {"name": "Nancy"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "972"}}, "raw": {"NR": "972", "GNR": "SA2683", "JU_": "0", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "2", "CODE": "3", "JAHR": "1844", "KORR": "", "MARS": "10", "MODE": "LMT", "MOND": "19", "NAME": "SPILLMANN (PAUL).", "AUFAB": "-6.30", "PHAS_": "6.300", "SONNE": "16", "VENUS": "12", "BREITE": "48 N 42", "GEBORT": "Nancy (Meurthe-et-Moselle)", "LAENGE": "006 E 12", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "20", "GEBZEIT": "16.00", "JUPITER": "15", "ELECTAGE": "47,4", "ELECTDAT": "07.07.1891", "GEBDATUM": "16.02.1844", "STBDATUM": "22.02.1914"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-524"}, "ids-in-source": {"g55": "01-524"}}, "raw": {"DAY": "16-2-1844", "HOUR": "16 h.", "NAME": "SPILLMANN. Paul", "PLACE": "Nancy (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:47:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
5154	marconi-guglielmo-1874-04-25	{"a2": "3071", "afd2": "367"}	{"lerrcp": "A2-3071", "muller": "M2-367"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guglielmo", "family": "Marconi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1874-04-25 09:15", "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1874-04-25 08:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Guglielmo", "family": "Marconi"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1874-04-25 08:25:04"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3071"}, "ids-in-sources": {"a2": "3071"}}, "raw": {"H": "9", "MN": "25", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "25", "LAT": "44N30", "LON": "11E 0", "MON": "4", "NUM": "3071", "PRO": "S", "SEC": "4", "YEA": "1874", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"sex": "M", "birth": {"tzo": "+00:50", "date": "1874-04-25 09:15"}, "occus": ["scientist"], "ids-in-sources": {"afd2": "367"}}, "raw": {"CY": "I", "GQ": "G", "LG": "011 E 20", "LAT": "44 N 30", "TZO": "-0.83", "DATE": "25.04.1874", "MUID": "367", "NAME": "Marconi, Guglielmo", "OCCU": "SC 02", "TIME": "09.15", "BOOKS": "456", "PLACE": "Bologna", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22439	marees-hans-1837-12-24	{"afd2": "368"}	{"muller": "M2-368"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "von", "alter": [], "given": "Hans", "family": "Marées", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1837-12-24 06:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 7.2, "lat": 51.27, "name": "Elberfeld", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "von", "given": "Hans", "family": "Marées"}, "birth": {"lmt": true, "tzo": "", "date": "1837-12-24 06:30", "place": {"cy": "DE", "lg": 7.2, "lat": 51.27, "name": "Elberfeld"}}, "occus": ["artist"], "trust": 5, "ids-in-sources": {"afd2": "368"}}, "raw": {"CY": "D", "GQ": "N", "LG": "007 E 12", "LAT": "51 N 16", "TZO": "", "DATE": "24.12.1837", "MUID": "368", "NAME": "Marées, Hans von", "OCCU": "AR 08", "TIME": "06.30", "BOOKS": "456", "PLACE": "Elberfeld", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22440	marini-marino-1901-02-27	{"afd2": "369"}	{"muller": "M2-369"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Marino", "family": "Marini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1901-02-27 13:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 10.9, "lat": 43.93, "name": "Pistoia", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Marino", "family": "Marini"}, "birth": {"tzo": "+01:00", "date": "1901-02-27 13:00", "place": {"cy": "IT", "lg": 10.9, "lat": 43.93, "name": "Pistoia"}}, "occus": ["artist"], "trust": 5, "ids-in-sources": {"afd2": "369"}}, "raw": {"CY": "I", "GQ": "N", "LG": "010 E 54", "LAT": "43 N 56", "TZO": "-1.00", "DATE": "27.02.1901", "MUID": "369", "NAME": "Marini, Marino", "OCCU": "AR 08", "TIME": "13.00", "BOOKS": "567", "PLACE": "Pistoia", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
14338	martin-gard-roger-1881-03-23	{"a6": "548", "afd2": "370"}	{"lerrcp": "A6-548", "muller": "M2-370"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Martin Gard Roger", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:08:44", "date": "1881-03-23 03:00", "note": "LMT", "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly", "geoid": 0}, "notime": null, "date-ut": "1881-03-23 02:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "fictional-writer"]	5	null	[{"new": {"name": {"given": "", "family": "Martin Gard Roger"}, "birth": {"tzo": "+00:08:44", "date": "1881-03-23 03:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly", "geoid": 0}, "date-ut": "1881-03-23 02:51:16"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-548"}, "ids-in-sources": {"a6": "548"}}, "raw": {"H": "2", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "23", "LAT": "48N50", "LON": "2E11", "MON": "3", "NUM": "548", "PRO": "W", "SEC": "16", "YEA": "1881", "CITY": "NEUILLY"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["fictional-writer"], "ids-in-sources": {"afd2": "370"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 11", "LAT": "48 N 50", "TZO": "", "DATE": "23.03.1881", "MUID": "370", "NAME": "Martin du Gard, Roger", "OCCU": "AR 01", "TIME": "03.00", "BOOKS": "56", "PLACE": "Neuilly-sur-Seine", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22441	marx-karl-1818-05-05	{"afd2": "371"}	{"muller": "M2-371"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Karl", "family": "Marx", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1818-05-05 02:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 6.65, "lat": 49.75, "name": "Trier", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["humanities-scholar"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Karl", "family": "Marx"}, "birth": {"lmt": true, "tzo": "", "date": "1818-05-05 02:00", "place": {"cy": "DE", "lg": 6.65, "lat": 49.75, "name": "Trier"}}, "occus": ["humanities-scholar"], "trust": 5, "ids-in-sources": {"afd2": "371"}}, "raw": {"CY": "D", "GQ": "N", "LG": "006 E 39", "LAT": "49 N 45", "TZO": "", "DATE": "05.05.1818", "MUID": "371", "NAME": "Marx, Karl", "OCCU": "SC 06", "TIME": "02.00", "BOOKS": "4567", "PLACE": "Trier", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22442	masereel-frans-1889-07-30	{"afd2": "372"}	{"muller": "M2-372"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Frans", "family": "Masereel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:17", "date": "1889-07-30 10:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": 3.13, "lat": 51.32, "name": "Blankenberge", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Frans", "family": "Masereel"}, "birth": {"tzo": "+00:17", "date": "1889-07-30 10:00", "place": {"cy": "BE", "lg": 3.13, "lat": 51.32, "name": "Blankenberge"}}, "occus": ["artist"], "trust": 5, "ids-in-sources": {"afd2": "372"}}, "raw": {"CY": "B", "GQ": "N", "LG": "003 E 08", "LAT": "51 N 19", "TZO": "-0.29", "DATE": "30.07.1889", "MUID": "372", "NAME": "Masereel, Frans", "OCCU": "AR 08", "TIME": "10.00", "BOOKS": "57", "PLACE": "Blankenberge", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22443	mascagni-pietro-1863-12-07	{"afd2": "373"}	{"muller": "M2-373"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pietro", "family": "Mascagni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1863-12-07 06:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 10.3, "lat": 43.55, "name": "Livorno", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Pietro", "family": "Mascagni"}, "birth": {"lmt": true, "tzo": "", "date": "1863-12-07 06:30", "place": {"cy": "IT", "lg": 10.3, "lat": 43.55, "name": "Livorno"}}, "occus": ["composer"], "trust": 5, "ids-in-sources": {"afd2": "373"}}, "raw": {"CY": "I", "GQ": "N", "LG": "010 E 18", "LAT": "43 N 33", "TZO": "", "DATE": "07.12.1863", "MUID": "373", "NAME": "Mascagni, Pietro", "OCCU": "AR 04", "TIME": "06.30", "BOOKS": "456", "PLACE": "Livorno", "TIMOD": "LMT", "SOURCE": "SA"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
14348	de-maupassant-guy-1850-08-05	{"a6": "558", "afd2": "375"}	{"lerrcp": "A6-558", "muller": "M2-375"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "De Maupassant", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:04:20", "date": "1850-08-05 08:00", "note": "LMT", "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.08333, "lat": 49.43333, "name": "Tourville/Arque", "geoid": 0}, "notime": null, "date-ut": "1850-08-05 07:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "fictional-writer"]	5	null	[{"new": {"name": {"given": "Guy", "family": "De Maupassant"}, "birth": {"tzo": "+00:04:20", "date": "1850-08-05 08:00", "place": {"c2": "76", "cy": "FR", "lg": 1.08333, "lat": 49.43333, "name": "Tourville/Arque", "geoid": 0}, "date-ut": "1850-08-05 07:55:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-558"}, "ids-in-sources": {"a6": "558"}}, "raw": {"H": "7", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "5", "LAT": "49N26", "LON": "1E 5", "MON": "8", "NUM": "558", "PRO": "W", "SEC": "40", "YEA": "1850", "CITY": "TOURVILLE/ARQUE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["fictional-writer"], "ids-in-sources": {"afd2": "375"}}, "raw": {"CY": "F", "GQ": "G", "LG": "001 E 05", "LAT": "49 N 56", "TZO": "", "DATE": "05.08.1850", "MUID": "375", "NAME": "Maupassant, Guy de", "OCCU": "AR 01", "TIME": "08.00", "BOOKS": "4567", "PLACE": "Miromesnil", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22452	messter-oskar-1866-11-21	{"afd2": "386"}	{"muller": "M2-386"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Oskar", "family": "Messter", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1866-11-21 21:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Oskar", "family": "Messter"}, "birth": {"lmt": true, "tzo": "", "date": "1866-11-21 21:15", "place": {"cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin"}}, "occus": ["miscelaneous"], "trust": 5, "ids-in-sources": {"afd2": "386"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 B 18", "LAT": "52 N 32", "TZO": "", "DATE": "21.11.1866", "MUID": "386", "NAME": "Messter, Oskar", "OCCU": "MA 01", "TIME": "21.15", "BOOKS": "45", "PLACE": "Berlin", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
14349	mauriac-francois-1885-10-11	{"a6": "559", "afd2": "376"}	{"lerrcp": "A6-559", "muller": "M2-376"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Mauriac", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-00:02:19", "date": "1885-10-11 03:55:17", "note": "LMT", "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1885-10-11 03:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "fictional-writer"]	5	null	[{"new": {"name": {"given": "François", "family": "Mauriac"}, "birth": {"tzo": "-00:02:19", "date": "1885-10-11 03:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1885-10-11 03:57:36"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-559"}, "ids-in-sources": {"a6": "559"}}, "raw": {"H": "3", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "11", "LAT": "44N50", "LON": "0W34", "MON": "10", "NUM": "559", "PRO": "W", "SEC": "36", "YEA": "1885", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["fictional-writer"], "ids-in-sources": {"afd2": "376"}}, "raw": {"CY": "F", "GQ": "G", "LG": "000 E 34", "LAT": "44 N 50", "TZO": "", "DATE": "11.10.1885", "MUID": "376", "NAME": "Mauriac, Francois", "OCCU": "AR 01", "TIME": "04.00", "BOOKS": "4567", "PLACE": "Bordeaux", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22444	may-karl-1842-02-25	{"afd2": "377"}	{"muller": "M2-377"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Karl", "family": "May", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1842-02-25 22:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 12.72, "lat": 50.82, "name": "Exrnstthal", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Karl", "family": "May"}, "birth": {"lmt": true, "tzo": "", "date": "1842-02-25 22:00", "place": {"cy": "DE", "lg": 12.72, "lat": 50.82, "name": "Exrnstthal"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "377"}}, "raw": {"CY": "D", "GQ": "N", "LG": "012 E 43", "LAT": "50 N 49", "TZO": "", "DATE": "25.02.1842", "MUID": "377", "NAME": "May, Karl", "OCCU": "AR 01", "TIME": "22.00", "BOOKS": "567", "PLACE": "Exrnstthal", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22445	maybach-wilhelm-1846-02-09	{"afd2": "378"}	{"muller": "M2-378"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Wilhelm", "family": "Maybach", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1846-02-09 01:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 9.22, "lat": 49.15, "name": "Heilbronn", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Wilhelm", "family": "Maybach"}, "birth": {"lmt": true, "tzo": "", "date": "1846-02-09 01:30", "place": {"cy": "DE", "lg": 9.22, "lat": 49.15, "name": "Heilbronn"}}, "occus": ["miscelaneous"], "trust": 5, "ids-in-sources": {"afd2": "378"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 13", "LAT": "49 N 09", "TZO": "", "DATE": "09.02.1846", "MUID": "378", "NAME": "Maybach, Wilhelm", "OCCU": "MA 01", "TIME": "01.30", "BOOKS": "456", "PLACE": "Heilbronn", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22446	mayer-julius-robert-1814-11-25	{"afd2": "379"}	{"muller": "M2-379"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Julius Robert", "family": "Mayer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1814-11-25 00:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 9.22, "lat": 49.15, "name": "Heitibronn", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Julius Robert", "family": "Mayer"}, "birth": {"lmt": true, "tzo": "", "date": "1814-11-25 00:15", "place": {"cy": "DE", "lg": 9.22, "lat": 49.15, "name": "Heitibronn"}}, "occus": ["scientist"], "trust": 5, "ids-in-sources": {"afd2": "379"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 13", "LAT": "49 N 09", "TZO": "", "DATE": "25.11.1814", "MUID": "379", "NAME": "Mayer, Julius Robert", "OCCU": "SC 02", "TIME": "00.15", "BOOKS": "4567", "PLACE": "Heitibronn", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22447	meinecke-friedrich-1862-10-30	{"afd2": "380"}	{"muller": "M2-380"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Friedrich", "family": "Meinecke", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1862-10-30 04:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 11.17, "lat": 52.85, "name": "Salzwedel", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["humanities-scholar"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Friedrich", "family": "Meinecke"}, "birth": {"lmt": true, "tzo": "", "date": "1862-10-30 04:00", "place": {"cy": "DE", "lg": 11.17, "lat": 52.85, "name": "Salzwedel"}}, "occus": ["humanities-scholar"], "trust": 5, "ids-in-sources": {"afd2": "380"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 10", "LAT": "52 N 51", "TZO": "", "DATE": "30.10.1862", "MUID": "380", "NAME": "Meinecke, Friedrich", "OCCU": "SC 07", "TIME": "04.00", "BOOKS": "56", "PLACE": "Salzwedel", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22448	menotti-gian-carlo-1911-07-07	{"afd2": "381"}	{"muller": "M2-381"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Gian Carlo", "family": "Menotti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1911-07-07 07:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 9, "lat": 45.8, "name": "Cadegliano-Viconago", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Gian Carlo", "family": "Menotti"}, "birth": {"tzo": "+01:00", "date": "1911-07-07 07:00", "place": {"cy": "IT", "lg": 9, "lat": 45.8, "name": "Cadegliano-Viconago"}}, "occus": ["composer"], "trust": 5, "ids-in-sources": {"afd2": "381"}}, "raw": {"CY": "I", "GQ": "N", "LG": "009 E 00", "LAT": "45 N 48", "TZO": "-1.00", "DATE": "07.07.1911", "MUID": "381", "NAME": "Menotti, Gian Carlo", "OCCU": "AR 04", "TIME": "07.00", "BOOKS": "57", "PLACE": "Cadegliano-Viconago", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22449	mergenthaler-ottmar-1854-05-11	{"afd2": "382"}	{"muller": "M2-382"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Ottmar", "family": "Mergenthaler", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1854-05-11 05:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 9.78, "lat": 49.48, "name": "Hachtel", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Ottmar", "family": "Mergenthaler"}, "birth": {"lmt": true, "tzo": "", "date": "1854-05-11 05:00", "place": {"cy": "DE", "lg": 9.78, "lat": 49.48, "name": "Hachtel"}}, "occus": ["miscelaneous"], "trust": 5, "ids-in-sources": {"afd2": "382"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 47", "LAT": "49 N 29", "TZO": "", "DATE": "11.05.1854", "MUID": "382", "NAME": "Mergenthaler, Ottmar", "OCCU": "MA 01", "TIME": "05.00", "BOOKS": "457", "PLACE": "Hachtel", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22450	messemer-hannes-1924-05-17	{"afd2": "383"}	{"muller": "M2-383"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Hannes", "family": "Messemer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1924-05-17 21:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 10.5, "lat": 48.58, "name": "Dillingen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Hannes", "family": "Messemer"}, "birth": {"tzo": "+01:00", "date": "1924-05-17 21:45", "place": {"cy": "DE", "lg": 10.5, "lat": 48.58, "name": "Dillingen"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd2": "383"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 30", "LAT": "48 N 35", "TZO": "-1.00", "DATE": "17.05.1924", "MUID": "383", "NAME": "Messemer, Hannes", "OCCU": "AR 03", "TIME": "21.45", "BOOKS": "57", "PLACE": "Dillingen (Donan)", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22451	messerschmitt-willy-1898-06-26	{"afd2": "384"}	{"muller": "M2-384"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Willy", "family": "Messerschmitt", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1898-06-26 07:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.68, "lat": 50.12, "name": "Frankfurt", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Willy", "family": "Messerschmitt"}, "birth": {"tzo": "+01:00", "date": "1898-06-26 07:15", "place": {"cy": "DE", "lg": 8.68, "lat": 50.12, "name": "Frankfurt"}}, "occus": ["miscelaneous"], "trust": 5, "ids-in-sources": {"afd2": "384"}}, "raw": {"CY": "D", "GQ": "G", "LG": "008 E 41", "LAT": "50 N 07", "TZO": "-1.00", "DATE": "26.06.1898", "MUID": "384", "NAME": "Messerschmitt, Willy", "OCCU": "MA 01", "TIME": "07.15", "BOOKS": "56", "PLACE": "Frankfurt", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
10882	messiaen-olivier-1908-12-10	{"a4": "2130", "afd2": "385"}	{"lerrcp": "A4-2130", "muller": "M2-385"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Olivier", "family": "Messiaen", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1908-12-10 23:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1908-12-10 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	5	null	[{"new": {"name": {"given": "Olivier", "family": "Messiaen"}, "birth": {"tzo": "+00:09:21", "date": "1908-12-10 23:00", "place": {"c2": "84", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1908-12-10 22:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2130"}, "ids-in-sources": {"a4": "2130"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "84", "COU": "F", "DAY": "10", "LAT": "43N57", "LON": "4E50", "MON": "12", "NUM": "2130", "PRO": "M", "SEC": "40", "YEA": "1908", "CITY": "AVIGNON"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"sex": "M", "occus": ["composer"], "ids-in-sources": {"afd2": "385"}}, "raw": {"CY": "F", "GQ": "G", "LG": "004 E 50", "LAT": "43 N 57", "TZO": "-0.16", "DATE": "10.12.1908", "MUID": "385", "NAME": "Messiaen, Oliver", "OCCU": "AR 04", "TIME": "23.00", "BOOKS": "57", "PLACE": "Avignon", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22453	mies-van-der-rohe-ludwig-1886-03-27	{"afd2": "387"}	{"muller": "M2-387"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Ludwig", "family": "Mies van der Rohe", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1886-03-27 10:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 6.08, "lat": 50.78, "name": "Aachen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["architect"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Ludwig", "family": "Mies van der Rohe"}, "birth": {"lmt": true, "tzo": "", "date": "1886-03-27 10:00", "place": {"cy": "DE", "lg": 6.08, "lat": 50.78, "name": "Aachen"}}, "occus": ["architect"], "trust": 5, "ids-in-sources": {"afd2": "387"}}, "raw": {"CY": "D", "GQ": "N", "LG": "006 E 05", "LAT": "50 N 47", "TZO": "", "DATE": "27.03.1886", "MUID": "387", "NAME": "Mies van der Rohe, Ludwig", "OCCU": "AR 09", "TIME": "10.00", "BOOKS": "567", "PLACE": "Aachen", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
10889	milhaud-darius-1892-09-04	{"a4": "2137", "afd2": "388"}	{"lerrcp": "A4-2137", "muller": "M2-388"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Darius", "family": "Milhaud", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1892-09-04 14:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1892-09-04 13:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	5	null	[{"new": {"name": {"given": "Darius", "family": "Milhaud"}, "birth": {"tzo": "+00:09:21", "date": "1892-09-04 14:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1892-09-04 13:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2137"}, "ids-in-sources": {"a4": "2137"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "13", "COU": "F", "DAY": "4", "LAT": "43N18", "LON": "5E22", "MON": "9", "NUM": "2137", "PRO": "M", "SEC": "40", "YEA": "1892", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"sex": "M", "occus": ["composer"], "ids-in-sources": {"afd2": "388"}}, "raw": {"CY": "F", "GQ": "G", "LG": "005 B 22", "LAT": "43 N 18", "TZO": "-0.16", "DATE": "04.09.1892", "MUID": "388", "NAME": "Milhaud, Darius", "OCCU": "AR 04", "TIME": "14.00", "BOOKS": "567", "PLACE": "Aix en Provence", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22454	miller-henry-1891-12-26	{"afd2": "389"}	{"muller": "M2-389"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henry", "family": "Miller", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1891-12-26 12:35", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "US", "lg": -73.75, "lat": 40.75, "name": "New York", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Henry", "family": "Miller"}, "birth": {"tzo": "-05:00", "date": "1891-12-26 12:35", "place": {"cy": "US", "lg": -73.75, "lat": 40.75, "name": "New York"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "389"}}, "raw": {"CY": "USA", "GQ": "N", "LG": "073 W 45", "LAT": "40 N 45", "TZO": "5.00", "DATE": "26.12.1891", "MUID": "389", "NAME": "Miller, Henry", "OCCU": "AR 01", "TIME": "12.35", "BOOKS": "567", "PLACE": "New York", "TIMOD": "", "SOURCE": "FB"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22455	miller-oskar-1855-05-07	{"afd2": "390"}	{"muller": "M2-390"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "von", "alter": [], "given": "Oskar", "family": "Miller", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1855-05-07 15:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 11.57, "lat": 48.13, "name": "München", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "von", "given": "Oskar", "family": "Miller"}, "birth": {"lmt": true, "tzo": "", "date": "1855-05-07 15:30", "place": {"cy": "DE", "lg": 11.57, "lat": 48.13, "name": "München"}}, "occus": ["miscelaneous"], "trust": 5, "ids-in-sources": {"afd2": "390"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 34", "LAT": "48 N 08", "TZO": "", "DATE": "07.05.1855", "MUID": "390", "NAME": "Miller, Oskar von", "OCCU": "MA 01", "TIME": "15.30", "BOOKS": "4567", "PLACE": "München", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
12672	minetti-bernhard-1905-01-26	{"a5": "1204", "afd2": "392"}	{"lerrcp": "A5-1204", "muller": "M2-392"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernhard", "family": "Minetti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1905-01-26 15:15", "note": null, "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "KIEL", "geoid": 0}, "notime": null, "date-ut": "1905-01-26 14:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1204"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "KIEL", "geoid": 0}, "date-ut": "1905-01-26 14:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1204"}, "ids-in-sources": {"a5": "1204"}}, "raw": {"H": "15", "MN": "15", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "26", "LAT": "54N30", "LON": "9E45", "MON": "1", "NUM": "1204", "PRO": "A", "SEC": "0", "YEA": "1905", "CITY": "KIEL"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "M", "name": {"given": "Bernhard", "family": "Minetti"}, "birth": {"tzo": "+01:00", "date": "1905-01-26 15:15"}, "occus": ["actor"], "ids-in-sources": {"afd2": "392"}}, "raw": {"CY": "D", "GQ": "G", "LG": "010 E 08", "LAT": "54 N 20", "TZO": "-1.00", "DATE": "26.01.1905", "MUID": "392", "NAME": "Minetti, Bernhard", "OCCU": "AR 03", "TIME": "15.15", "BOOKS": "57", "PLACE": "Kiel", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22456	miro-joan-1893-04-20	{"afd2": "393"}	{"muller": "M2-393"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Joan", "family": "Miro", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1893-04-20 21:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "ES", "lg": 2.17, "lat": 41.4, "name": "Montroig", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Joan", "family": "Miro"}, "birth": {"lmt": true, "tzo": "", "date": "1893-04-20 21:00", "place": {"cy": "ES", "lg": 2.17, "lat": 41.4, "name": "Montroig"}}, "occus": ["artist"], "trust": 5, "ids-in-sources": {"afd2": "393"}}, "raw": {"CY": "E", "GQ": "N", "LG": "002 E 10", "LAT": "41 N 24", "TZO": "", "DATE": "20.04.1893", "MUID": "393", "NAME": "Miro, Joan", "OCCU": "AR 08", "TIME": "21.00", "BOOKS": "57", "PLACE": "Montroig", "TIMOD": "LMT", "SOURCE": "SA"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
9964	modigliani-amedeo-1884-07-12	{"a4": "1212", "afd2": "394"}	{"lerrcp": "A4-1212", "muller": "M2-394"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amedeo", "family": "Modigliani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1884-07-12 09:00", "note": null, "place": {"c1": null, "c2": "LI", "c3": null, "cy": "IT", "lg": 10.316, "lat": 43.54264, "name": "Livorno", "geoid": 3174659}, "notime": null, "date-ut": "1884-07-12 08:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Amedeo", "family": "Modigliani"}, "birth": {"place": {"c2": "LI", "cy": "IT", "lg": 10.316, "lat": 43.54264, "name": "Livorno", "geoid": 3174659}, "date-ut": "1884-07-12 08:10:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1212"}, "ids-in-sources": {"a4": "1212"}}, "raw": {"H": "9", "MN": "10", "TZ": "-1", "COD": "LI", "COU": "I", "DAY": "12", "LAT": "43N36", "LON": "9E30", "MON": "7", "NUM": "1212", "PRO": "P", "SEC": "4", "YEA": "1884", "CITY": "LIVORNO"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"sex": "M", "birth": {"tzo": "+00:50", "date": "1884-07-12 09:00"}, "occus": ["artist"], "ids-in-sources": {"afd2": "394"}}, "raw": {"CY": "I", "GQ": "G", "LG": "010 E 18", "LAT": "43 N 33", "TZO": "-0.83", "DATE": "12.07.1884", "MUID": "394", "NAME": "Modigliani, Amedeo", "OCCU": "AR 08", "TIME": "09.00", "BOOKS": "56", "PLACE": "Livorno", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22457	morike-eduard-1804-09-08	{"afd2": "395"}	{"muller": "M2-395"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Eduard", "family": "Mörike", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:40", "date": "1804-09-08 11:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 9.2, "lat": 48.9, "name": "Ludwigsburg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Eduard", "family": "Mörike"}, "birth": {"tzo": "+00:40", "date": "1804-09-08 11:30", "place": {"cy": "DE", "lg": 9.2, "lat": 48.9, "name": "Ludwigsburg"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "395"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 12", "LAT": "48 N 54", "TZO": "-0.67", "DATE": "08.09.1804", "MUID": "395", "NAME": "Mörike, Eduard", "OCCU": "AR 01", "TIME": "11.30", "BOOKS": "4567", "PLACE": "Ludwigsburg", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
10208	mondrian-piet-1872-03-07	{"a4": "1456", "afd2": "396"}	{"lerrcp": "A4-1456", "muller": "M2-396"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Piet", "family": "Mondrian", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1872-03-07 06:00", "note": "LMT", "place": {"c1": null, "c2": "U", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "AMERSFOORT", "geoid": 0}, "notime": null, "date-ut": "1872-03-07 05:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1456"}, "birth": {"place": {"c2": "U", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "AMERSFOORT", "geoid": 0}, "date-ut": "1872-03-07 05:39:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1456"}, "ids-in-sources": {"a4": "1456"}}, "raw": {"H": "5", "MN": "39", "TZ": "0", "COD": "U", "COU": "N", "DAY": "7", "LAT": "52N 6", "LON": "5E 8", "MON": "3", "NUM": "1456", "PRO": "P", "SEC": "28", "YEA": "1872", "CITY": "AMERSFOORT"}, "date": "2023-08-20T14:43:32+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"sex": "M", "name": {"given": "Piet", "family": "Mondrian"}, "birth": {"date": "1872-03-07 06:00", "note": "LMT"}, "occus": ["artist"], "ids-in-sources": {"afd2": "396"}}, "raw": {"CY": "NL", "GQ": "G", "LG": "005 E 24", "LAT": "52 N 06", "TZO": "", "DATE": "07.03.1872", "MUID": "396", "NAME": "Mondrian, Piet", "OCCU": "AR 08", "TIME": "06.00", "BOOKS": "567", "PLACE": "Amersfoort", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
14375	montherlant-henri-1895-04-20	{"a6": "585", "afd2": "397"}	{"lerrcp": "A6-585", "muller": "M2-397"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Montherlant", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1895-04-20 02:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1895-04-20 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "fictional-writer"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Montherlant"}, "birth": {"tzo": "+00:09:21", "date": "1895-04-20 02:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1895-04-20 01:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-585"}, "ids-in-sources": {"a6": "585"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "20", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "585", "PRO": "W", "SEC": "40", "YEA": "1895", "CITY": "PARIS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:50+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "M", "occus": ["fictional-writer"], "ids-in-sources": {"afd2": "397"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 B 11", "LAT": "48 N 50", "TZO": "-0.16", "DATE": "20.04.1895", "MUID": "397", "NAME": "Montherlant, Henry de", "OCCU": "AR 01", "TIME": "02.00", "BOOKS": "56", "PLACE": "Neuilly-sur-Seine", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22458	morgenstern-christian-1871-05-06	{"afd2": "398"}	{"muller": "M2-398"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Christian", "family": "Morgenstern", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1871-05-06 06:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 11.57, "lat": 48.13, "name": "München", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Christian", "family": "Morgenstern"}, "birth": {"lmt": true, "tzo": "", "date": "1871-05-06 06:30", "place": {"cy": "DE", "lg": 11.57, "lat": 48.13, "name": "München"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "398"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 34", "LAT": "48 N 08", "TZO": "", "DATE": "06.05.1871", "MUID": "398", "NAME": "Morgenstern, Christian", "OCCU": "AR 01", "TIME": "06.30", "BOOKS": "567", "PLACE": "München", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
13195	moro-aldo-1916-09-23	{"a5": "1742", "afd2": "399"}	{"lerrcp": "A5-1742", "muller": "M2-399"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Moro", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+02:00", "date": "1916-09-23 09:00", "note": null, "place": {"c1": null, "c2": "LE", "c3": null, "cy": "IT", "lg": 18.29893, "lat": 40.11842, "name": "Maglie", "geoid": 3174254}, "notime": null, "date-ut": "1916-09-23 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Aldo", "family": "Moro"}, "birth": {"place": {"c2": "LE", "cy": "IT", "lg": 18.29893, "lat": 40.11842, "name": "Maglie", "geoid": 3174254}, "date-ut": "1916-09-23 07:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1742"}, "ids-in-sources": {"a5": "1742"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "LE", "COU": "I", "DAY": "23", "LAT": "40N24", "LON": "18E45", "MON": "9", "NUM": "1742", "PRO": "PT", "SEC": "0", "YEA": "1916", "CITY": "MAGLIE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "M", "birth": {"tzo": "+02:00", "date": "1916-09-23 09:00"}, "occus": ["politician"], "ids-in-sources": {"afd2": "399"}}, "raw": {"CY": "I", "GQ": "G", "LG": "018 E 20", "LAT": "40 N 07", "TZO": "-2.00", "DATE": "23.09.1916", "MUID": "399", "NAME": "Moro, Aldo", "OCCU": "MA 04", "TIME": "09.00", "BOOKS": "56", "PLACE": "Maglie", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22459	mozart-wolfgang-amadeus-1756-01-27	{"afd2": "400"}	{"muller": "M2-400"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Wolfgang Amadeus", "family": "Mozart", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:39", "date": "1756-01-27 20:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "AT", "lg": 13.05, "lat": 47.8, "name": "Salzburg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Wolfgang Amadeus", "family": "Mozart"}, "birth": {"tzo": "+00:39", "date": "1756-01-27 20:00", "place": {"cy": "AT", "lg": 13.05, "lat": 47.8, "name": "Salzburg"}}, "occus": ["composer"], "trust": 5, "ids-in-sources": {"afd2": "400"}}, "raw": {"CY": "A", "GQ": "N", "LG": "013 E 03", "LAT": "47 N 48", "TZO": "-0.65", "DATE": "27.01.1756", "MUID": "400", "NAME": "Mozart, Wolfgang Amadeus", "OCCU": "AR 04", "TIME": "20.00", "BOOKS": "4567", "PLACE": "Salzburg", "TIMOD": "", "SOURCE": "FB"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
2771	stoeber-daniel-1803-02-16	{"a2": "684", "g55": "01-525", "afd5": "973"}	{"g55": "01-525", "lerrcp": "A2-684", "muller": "M5-973"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Daniel", "family": "Stoeber", "spouse": [], "official": {"given": "Daniel Victor", "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1803-02-16 07:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1803-02-16 06:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Daniel", "family": "Stoeber"}, "birth": {"tzo": "+00:30:59", "date": "1803-02-16 07:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1803-02-16 06:29"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-684"}, "ids-in-sources": {"a2": "684"}}, "raw": {"H": "6", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "16", "LAT": "48N35", "LON": "7E45", "MON": "2", "NUM": "684", "PRO": "S", "SEC": "0", "YEA": "1803", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Stoeber", "official": {"given": "Daniel Victor"}}, "birth": {"date": "1803-02-16 07:00", "place": {"name": "Strasbourg"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "973"}}, "raw": {"NR": "973", "GNR": "SA2684", "JU_": "0", "MA_": "0", "MO_": "2", "SA_": "0", "SO_": "2", "VE_": "1", "CODE": "3", "JAHR": "1803", "KORR": "", "MARS": "25", "MODE": "LMT", "MOND": "9", "NAME": "STOEBER (DANIEL VICTOR).", "AUFAB": "-10.10", "PHAS_": "39.200", "SONNE": "36", "VENUS": "5", "BREITE": "48 N 35", "GEBORT": "Strasbourg (Bas-Rhin)", "LAENGE": "007 E 45", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "17", "GEBZEIT": "07.00", "JUPITER": "16", "ELECTAGE": "33,9", "ELECTDAT": "31.12.1836", "GEBDATUM": "16.02.1803", "STBDATUM": "05.06.1871"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-525"}, "ids-in-source": {"g55": "01-525"}}, "raw": {"DAY": "16-2-1803", "HOUR": "7 h.", "NAME": "STOEBER Daniel", "PLACE": "Strasbourg (Bas-Rhin)."}, "date": "2023-08-20T14:47:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
22460	muller-adam-heinrich-1779-06-30	{"afd2": "401"}	{"muller": "M2-401"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Adam Heinrich", "family": "Müller", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1779-06-30 22:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["humanities-scholar"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Adam Heinrich", "family": "Müller"}, "birth": {"tzo": "+00:50", "date": "1779-06-30 22:00", "place": {"cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin"}}, "occus": ["humanities-scholar"], "trust": 5, "ids-in-sources": {"afd2": "401"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 18", "LAT": "52 N 32", "TZO": "-0.83", "DATE": "30.06.1779", "MUID": "401", "NAME": "Müller, Adam Heinrich", "OCCU": "SC 07", "TIME": "22.00", "BOOKS": "57", "PLACE": "Berlin", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22461	muller-johannes-1801-07-14	{"afd2": "402"}	{"muller": "M2-402"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Johannes", "family": "Müller", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:25", "date": "1801-07-14 06:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 7.6, "lat": 50.37, "name": "Koblenz", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Johannes", "family": "Müller"}, "birth": {"tzo": "+00:25", "date": "1801-07-14 06:00", "place": {"cy": "DE", "lg": 7.6, "lat": 50.37, "name": "Koblenz"}}, "occus": ["scientist"], "trust": 5, "ids-in-sources": {"afd2": "402"}}, "raw": {"CY": "D", "GQ": "N", "LG": "007 E 36", "LAT": "50 N 22", "TZO": "-0.42", "DATE": "14.07.1801", "MUID": "402", "NAME": "Müller, Johannes", "OCCU": "SC 03", "TIME": "06.00", "BOOKS": "456", "PLACE": "Koblenz", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22462	murnau-friedrich-wilhelm-1888-12-28	{"afd2": "403"}	{"muller": "M2-403"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Friedrich Wilhelm", "family": "Murnau", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1888-12-28 07:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.53, "lat": 52.02, "name": "Bielefeld", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Friedrich Wilhelm", "family": "Murnau"}, "birth": {"lmt": true, "tzo": "", "date": "1888-12-28 07:00", "place": {"cy": "DE", "lg": 8.53, "lat": 52.02, "name": "Bielefeld"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd2": "403"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 32", "LAT": "52 N 01", "TZO": "", "DATE": "28.12.1888", "MUID": "403", "NAME": "Murnau, Friedrich Wilhelm", "OCCU": "AR 03", "TIME": "07.00", "BOOKS": "56", "PLACE": "Bielefeld", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22463	musil-robert-1880-11-06	{"afd2": "404"}	{"muller": "M2-404"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Robert", "family": "Musil", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1880-11-06 05:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "AT", "lg": 14.32, "lat": 46.63, "name": "Kiagenfurt", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Robert", "family": "Musil"}, "birth": {"lmt": true, "tzo": "", "date": "1880-11-06 05:00", "place": {"cy": "AT", "lg": 14.32, "lat": 46.63, "name": "Kiagenfurt"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "404"}}, "raw": {"CY": "A", "GQ": "N", "LG": "014 E 19", "LAT": "46 N 38", "TZO": "", "DATE": "06.11.1880", "MUID": "404", "NAME": "Musil, Robert", "OCCU": "AR 01", "TIME": "05.00", "BOOKS": "567", "PLACE": "Kiagenfurt", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
14383	musset-alfred-1810-12-11	{"a6": "593", "afd2": "405"}	{"lerrcp": "A6-593", "muller": "M2-405"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Musset", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1810-12-11 11:00", "note": "LMT", "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1810-12-11 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet", "fictional-writer"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Musset"}, "birth": {"tzo": "+00:09:24", "date": "1810-12-11 11:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1810-12-11 10:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-593"}, "ids-in-sources": {"a6": "593"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "11", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "593", "PRO": "W", "SEC": "40", "YEA": "1810", "CITY": "PARIS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:57+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["fictional-writer"], "ids-in-sources": {"afd2": "405"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 20", "LAT": "48 N 50", "TZO": "", "DATE": "11.12.1810", "MUID": "405", "NAME": "Musset, Alfred de", "OCCU": "AR 01", "TIME": "11.00", "BOOKS": "56", "PLACE": "Paris", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22464	nachtigall-gustav-1834-02-23	{"afd2": "407"}	{"muller": "M2-407"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Gustav", "family": "Nachtigall", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1834-02-23 16:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 11.87, "lat": 52.68, "name": "Eichstedt", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Gustav", "family": "Nachtigall"}, "birth": {"lmt": true, "tzo": "", "date": "1834-02-23 16:45", "place": {"cy": "DE", "lg": 11.87, "lat": 52.68, "name": "Eichstedt"}}, "occus": ["miscelaneous"], "trust": 5, "ids-in-sources": {"afd2": "407"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 52", "LAT": "52 N 41", "TZO": "", "DATE": "23.02.1834", "MUID": "407", "NAME": "Nachtigall, Gustav", "OCCU": "MA 02", "TIME": "16.45", "BOOKS": "4567", "PLACE": "Eichstedt", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22465	natorp-paul-1854-01-24	{"afd2": "408"}	{"muller": "M2-408"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul", "family": "Natorp", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1854-01-24 13:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 6.78, "lat": 51.23, "name": "Düsseldorf", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["humanities-scholar"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Paul", "family": "Natorp"}, "birth": {"lmt": true, "tzo": "", "date": "1854-01-24 13:00", "place": {"cy": "DE", "lg": 6.78, "lat": 51.23, "name": "Düsseldorf"}}, "occus": ["humanities-scholar"], "trust": 5, "ids-in-sources": {"afd2": "408"}}, "raw": {"CY": "D", "GQ": "N", "LG": "006 E 47", "LAT": "51 N 14", "TZO": "", "DATE": "24.01.1854", "MUID": "408", "NAME": "Natorp, Paul", "OCCU": "SC 06", "TIME": "13.00", "BOOKS": "57", "PLACE": "Düsseldorf", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22466	naumann-friedrich-1860-03-25	{"afd2": "409"}	{"muller": "M2-409"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Friedrich", "family": "Naumann", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1860-03-25 14:50", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 12.38, "lat": 51.35, "name": "Störmthal", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Friedrich", "family": "Naumann"}, "birth": {"lmt": true, "tzo": "", "date": "1860-03-25 14:50", "place": {"cy": "DE", "lg": 12.38, "lat": 51.35, "name": "Störmthal"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"afd2": "409"}}, "raw": {"CY": "D", "GQ": "N", "LG": "012 E 23", "LAT": "51 N 21", "TZO": "", "DATE": "25.03.1860", "MUID": "409", "NAME": "Naumann, Friedrich", "OCCU": "MA 04", "TIME": "14.50", "BOOKS": "56", "PLACE": "Störmthal (Leipzig)", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
13204	nenni-pietro-1891-02-08	{"a5": "1751", "afd2": "410"}	{"lerrcp": "A5-1751", "muller": "M2-410"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Nenni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1891-02-08 07:00", "note": null, "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 11.88334, "lat": 44.2857, "name": "Faenza", "geoid": 3177300}, "notime": null, "date-ut": "1891-02-08 06:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pietro", "family": "Nenni"}, "birth": {"place": {"c2": "RA", "cy": "IT", "lg": 11.88334, "lat": 44.2857, "name": "Faenza", "geoid": 3177300}, "date-ut": "1891-02-08 06:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1751"}, "ids-in-sources": {"a5": "1751"}}, "raw": {"H": "7", "MN": "10", "TZ": "-1", "COD": "RA", "COU": "I", "DAY": "8", "LAT": "44N24", "LON": "12E15", "MON": "2", "NUM": "1751", "PRO": "PT", "SEC": "4", "YEA": "1891", "CITY": "FAENZA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "M", "birth": {"tzo": "+00:50", "date": "1891-02-08 07:00"}, "occus": ["politician"], "ids-in-sources": {"afd2": "410"}}, "raw": {"CY": "I", "GQ": "G", "LG": "011 E 53", "LAT": "44 N 17", "TZO": "-0.83", "DATE": "08.02.1891", "MUID": "410", "NAME": "Nenni, Pietro", "OCCU": "MA 04", "TIME": "07.00", "BOOKS": "56", "PLACE": "Faenza", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22467	nernst-walther-1864-06-25	{"afd2": "411"}	{"muller": "M2-411"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Walther", "family": "Nernst", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1864-06-25 00:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "PL", "lg": 18.97, "lat": 53.3, "name": "Briesen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Walther", "family": "Nernst"}, "birth": {"lmt": true, "tzo": "", "date": "1864-06-25 00:15", "place": {"cy": "PL", "lg": 18.97, "lat": 53.3, "name": "Briesen"}}, "occus": ["scientist"], "trust": 5, "ids-in-sources": {"afd2": "411"}}, "raw": {"CY": "DOP", "GQ": "N", "LG": "018 E 58", "LAT": "53 N 18", "TZO": "", "DATE": "25.06.1864", "MUID": "411", "NAME": "Nernst, Walther", "OCCU": "SC 02", "TIME": "00.15", "BOOKS": "456", "PLACE": "Briesen", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22468	nicklisch-heinrich-1876-07-19	{"afd2": "412"}	{"muller": "M2-412"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Heinrich", "family": "Nicklisch", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1876-07-19 05:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 11.25, "lat": 50.47, "name": "Tettau", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["political-economist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Heinrich", "family": "Nicklisch"}, "birth": {"lmt": true, "tzo": "", "date": "1876-07-19 05:00", "place": {"cy": "DE", "lg": 11.25, "lat": 50.47, "name": "Tettau"}}, "occus": ["political-economist"], "trust": 5, "ids-in-sources": {"afd2": "412"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 15", "LAT": "50 N 28", "TZO": "", "DATE": "19.07.1876", "MUID": "412", "NAME": "Nicklisch, Heinrich", "OCCU": "SC 09", "TIME": "05.00", "BOOKS": "57", "PLACE": "Tettau", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22469	nietzsche-friedrich-1844-10-15	{"afd2": "413"}	{"muller": "M2-413"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Friedrich", "family": "Nietzsche", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1844-10-15 10:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 12.13, "lat": 51.25, "name": "Röcken", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["humanities-scholar"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Friedrich", "family": "Nietzsche"}, "birth": {"lmt": true, "tzo": "", "date": "1844-10-15 10:00", "place": {"cy": "DE", "lg": 12.13, "lat": 51.25, "name": "Röcken"}}, "occus": ["humanities-scholar"], "trust": 5, "ids-in-sources": {"afd2": "413"}}, "raw": {"CY": "D", "GQ": "N", "LG": "012 E 08", "LAT": "51 N 15", "TZO": "", "DATE": "15.10.1844", "MUID": "413", "NAME": "Nietzsche, Friedrich", "OCCU": "SC 06", "TIME": "10.00", "BOOKS": "4567", "PLACE": "Röcken", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22470	nixon-richard-1913-01-09	{"afd2": "414"}	{"muller": "M2-414"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Richard", "family": "Nixon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1913-01-09 21:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "US", "lg": -117.82, "lat": 33.88, "name": "Yorba Linda", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Richard", "family": "Nixon"}, "birth": {"tzo": "-08:00", "date": "1913-01-09 21:30", "place": {"cy": "US", "lg": -117.82, "lat": 33.88, "name": "Yorba Linda"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"afd2": "414"}}, "raw": {"CY": "USA", "GQ": "N", "LG": "117 W 49", "LAT": "33 N 53", "TZO": "8.00", "DATE": "09.01.1913", "MUID": "414", "NAME": "Nixon, Richard", "OCCU": "MA 04", "TIME": "21.30", "BOOKS": "57", "PLACE": "Yorba Linda (Calif)", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22471	nono-luigi-1924-01-29	{"afd2": "415"}	{"muller": "M2-415"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Luigi", "family": "Nono", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1924-01-29 14:35", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 12.33, "lat": 45.43, "name": "Venedig", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Luigi", "family": "Nono"}, "birth": {"tzo": "+01:00", "date": "1924-01-29 14:35", "place": {"cy": "IT", "lg": 12.33, "lat": 45.43, "name": "Venedig"}}, "occus": ["composer"], "trust": 5, "ids-in-sources": {"afd2": "415"}}, "raw": {"CY": "I", "GQ": "N", "LG": "012 E 20", "LAT": "45 N 26", "TZO": "-1.00", "DATE": "29.01.1924", "MUID": "415", "NAME": "Nono, Luigi", "OCCU": "AR 04", "TIME": "14.35", "BOOKS": "57", "PLACE": "Venedig", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22473	offenbach-jacques-1819-06-20	{"afd2": "417"}	{"muller": "M2-417"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jacques", "family": "Offenbach", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1819-06-20 03:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 6.95, "lat": 50.95, "name": "Köln", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Jacques", "family": "Offenbach"}, "birth": {"lmt": true, "tzo": "", "date": "1819-06-20 03:00", "place": {"cy": "DE", "lg": 6.95, "lat": 50.95, "name": "Köln"}}, "occus": ["composer"], "trust": 5, "ids-in-sources": {"afd2": "417"}}, "raw": {"CY": "D", "GQ": "N", "LG": "006 E 57", "LAT": "50 N 57", "TZO": "", "DATE": "20.06.1819", "MUID": "417", "NAME": "Offenbach, Jacques", "OCCU": "AR 04", "TIME": "03.00", "BOOKS": "4567", "PLACE": "Köln", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22474	ohm-georg-simon-1789-03-16	{"afd2": "418"}	{"muller": "M2-418"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Georg Simon", "family": "Ohm", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+09:35", "date": "1789-03-16 03:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 11, "lat": 49.6, "name": "Erlangen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Georg Simon", "family": "Ohm"}, "birth": {"tzo": "+09:35", "date": "1789-03-16 03:00", "place": {"cy": "DE", "lg": 11, "lat": 49.6, "name": "Erlangen"}}, "occus": ["scientist"], "trust": 5, "ids-in-sources": {"afd2": "418"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 00", "LAT": "49 N 36", "TZO": "-9.58", "DATE": "16.03.1789", "MUID": "418", "NAME": "Ohm, Georg Simon", "OCCU": "SC 02", "TIME": "03.00", "BOOKS": "4567", "PLACE": "Erlangen", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22475	ollenhauer-erich-1901-03-27	{"afd2": "419"}	{"muller": "M2-419"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Erich", "family": "Ollenhauer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1901-03-27 10:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 11.63, "lat": 52.13, "name": "Magdeburg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Erich", "family": "Ollenhauer"}, "birth": {"tzo": "+01:00", "date": "1901-03-27 10:00", "place": {"cy": "DE", "lg": 11.63, "lat": 52.13, "name": "Magdeburg"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"afd2": "419"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 38", "LAT": "52 N 08", "TZO": "-1.00", "DATE": "27.03.1901", "MUID": "419", "NAME": "Ollenhauer, Erich", "OCCU": "MA 04", "TIME": "10.00", "BOOKS": "56", "PLACE": "Magdeburg", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22476	ophuls-max-1902-05-06	{"afd2": "420"}	{"muller": "M2-420"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Max", "family": "Ophüls", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1902-05-06 11:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 7, "lat": 49.23, "name": "Saarbrücken", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Max", "family": "Ophüls"}, "birth": {"tzo": "+01:00", "date": "1902-05-06 11:00", "place": {"cy": "DE", "lg": 7, "lat": 49.23, "name": "Saarbrücken"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd2": "420"}}, "raw": {"CY": "D", "GQ": "N", "LG": "007 E 00", "LAT": "49 N 14", "TZO": "-1.00", "DATE": "06.05.1902", "MUID": "420", "NAME": "Ophüls, Max", "OCCU": "AR 03", "TIME": "11.00", "BOOKS": "56", "PLACE": "Saarbrücken", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22477	orff-carl-1895-07-10	{"afd2": "421"}	{"muller": "M2-421"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Carl", "family": "Orff", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1895-07-10 03:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 11.57, "lat": 48.13, "name": "München", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Carl", "family": "Orff"}, "birth": {"tzo": "+01:00", "date": "1895-07-10 03:15", "place": {"cy": "DE", "lg": 11.57, "lat": 48.13, "name": "München"}}, "occus": ["composer"], "trust": 5, "ids-in-sources": {"afd2": "421"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 34", "LAT": "48 N 08", "TZO": "-1.00", "DATE": "10.07.1895", "MUID": "421", "NAME": "Orff, Carl", "OCCU": "AR 04", "TIME": "03.15", "BOOKS": "567", "PLACE": "München", "TIMOD": "", "SOURCE": "FB"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22478	ossietzky-carl-1889-10-03	{"afd2": "422"}	{"muller": "M2-422"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "von", "alter": [], "given": "Carl", "family": "Ossietzky", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1889-10-03 19:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 10.03, "lat": 53.57, "name": "Hamburg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["factual-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "von", "given": "Carl", "family": "Ossietzky"}, "birth": {"lmt": true, "tzo": "", "date": "1889-10-03 19:45", "place": {"cy": "DE", "lg": 10.03, "lat": 53.57, "name": "Hamburg"}}, "occus": ["factual-writer"], "trust": 5, "ids-in-sources": {"afd2": "422"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 02", "LAT": "53 N 34", "TZO": "", "DATE": "03.10.1889", "MUID": "422", "NAME": "Ossietzky, Carl von", "OCCU": "AR 02", "TIME": "19.45", "BOOKS": "456", "PLACE": "Hamburg", "TIMOD": "LMT", "SOURCE": "SB"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22479	ostler-andreas-1921-01-21	{"afd2": "423"}	{"muller": "M2-423"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Andreas", "family": "Ostler", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1921-01-21 16:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 11.1, "lat": 47.5, "name": "Grainau", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sportsperson"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Andreas", "family": "Ostler"}, "birth": {"tzo": "+01:00", "date": "1921-01-21 16:45", "place": {"cy": "DE", "lg": 11.1, "lat": 47.5, "name": "Grainau"}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"afd2": "423"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 06", "LAT": "47 N 30", "TZO": "-1.00", "DATE": "21.01.1921", "MUID": "423", "NAME": "Ostler, Andreas", "OCCU": "MA 13", "TIME": "16.45", "BOOKS": "7", "PLACE": "Grainau", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22480	otto-nikolaus-august-1832-06-14	{"afd2": "424"}	{"muller": "M2-424"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Nikolaus August", "family": "Otto", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1832-06-14 09:10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 7.92, "lat": 50.08, "name": "Holzhausen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Nikolaus August", "family": "Otto"}, "birth": {"lmt": true, "tzo": "", "date": "1832-06-14 09:10", "place": {"cy": "DE", "lg": 7.92, "lat": 50.08, "name": "Holzhausen"}}, "occus": ["miscelaneous"], "trust": 5, "ids-in-sources": {"afd2": "424"}}, "raw": {"CY": "D", "GQ": "N", "LG": "007 E 55", "LAT": "50 N 05", "TZO": "", "DATE": "14.06.1832", "MUID": "424", "NAME": "Otto, Nikolaus August", "OCCU": "MA 01", "TIME": "09.10", "BOOKS": "4567", "PLACE": "Holzhausen", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22481	otto-rudolf-1869-09-25	{"afd2": "425"}	{"muller": "M2-425"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Rudolf", "family": "Otto", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1869-09-25 11:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 10.23, "lat": 52.32, "name": "Peine", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["humanities-scholar"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Rudolf", "family": "Otto"}, "birth": {"lmt": true, "tzo": "", "date": "1869-09-25 11:00", "place": {"cy": "DE", "lg": 10.23, "lat": 52.32, "name": "Peine"}}, "occus": ["humanities-scholar"], "trust": 5, "ids-in-sources": {"afd2": "425"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 14", "LAT": "52 N 19", "TZO": "", "DATE": "25.09.1869", "MUID": "425", "NAME": "Otto, Rudolf", "OCCU": "SC 07", "TIME": "11.00", "BOOKS": "57", "PLACE": "Peine", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
13453	papen-franz-1879-10-29	{"a5": "2006", "afd2": "426"}	{"lerrcp": "A5-2006", "muller": "M2-426"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Papen", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1879-10-29 15:00", "note": "LMT", "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WERL KR SOEST", "geoid": 0}, "notime": null, "date-ut": "1879-10-29 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Franz", "family": "Papen"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WERL KR SOEST", "geoid": 0}, "date-ut": "1879-10-29 14:30"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-2006"}, "ids-in-sources": {"a5": "2006"}}, "raw": {"H": "15", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "29", "LAT": "51N30", "LON": "7E30", "MON": "10", "NUM": "2006", "PRO": "PT", "SEC": "0", "YEA": "1879", "CITY": "WERL KR SOEST"}, "date": "2023-08-20T14:43:40+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1879-10-29 15:00", "note": "LMT"}, "occus": ["politician"], "ids-in-sources": {"afd2": "426"}}, "raw": {"CY": "D", "GQ": "G", "LG": "007 E 55", "LAT": "51 N 33", "TZO": "", "DATE": "29.10.1879", "MUID": "426", "NAME": "Papen, Franz von", "OCCU": "MA 04", "TIME": "15.00", "BOOKS": "56", "PLACE": "Werl", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22482	pasolini-pier-paolo-1922-03-05	{"afd2": "427"}	{"muller": "M2-427"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pier Paolo", "family": "Pasolini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1922-03-05 06:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 11.33, "lat": 44.5, "name": "Bologna", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Pier Paolo", "family": "Pasolini"}, "birth": {"tzo": "+01:00", "date": "1922-03-05 06:30", "place": {"cy": "IT", "lg": 11.33, "lat": 44.5, "name": "Bologna"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd2": "427"}}, "raw": {"CY": "I", "GQ": "N", "LG": "011 E 20", "LAT": "44 N 30", "TZO": "-1.00", "DATE": "05.03.1922", "MUID": "427", "NAME": "Pasolini, Pier Paolo", "OCCU": "AR 03", "TIME": "06.30", "BOOKS": "56", "PLACE": "Bologna", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
7770	paulus-friedrich-1890-09-23	{"a3": "2057", "afd2": "430"}	{"lerrcp": "A3-2057", "muller": "M2-430"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Paulus", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1890-09-23 20:45", "note": "LMT", "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "GUXHAGEN-BREITE", "geoid": 0}, "notime": null, "date-ut": "1890-09-23 20:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Friedrich", "family": "Paulus"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "GUXHAGEN-BREITE", "geoid": 0}, "date-ut": "1890-09-23 20:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2057"}, "ids-in-sources": {"a3": "2057"}}, "raw": {"H": "21", "MN": "8", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "23", "LAT": "50N30", "LON": "9E15", "MON": "9", "NUM": "2057", "PRO": "M", "SEC": "0", "YEA": "1890", "CITY": "GUXHAGEN-BREITE"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1890-09-23 20:45", "note": "LMT"}, "occus": ["military-personnel"], "ids-in-sources": {"afd2": "430"}}, "raw": {"CY": "D", "GQ": "G", "LG": "009 E 32", "LAT": "51 N 08", "TZO": "", "DATE": "23.09.1890", "MUID": "430", "NAME": "Paulus, Friedrich", "OCCU": "MA 07", "TIME": "20.45", "BOOKS": "56", "PLACE": "Breitenau", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22484	pavese-cesare-1908-09-09	{"afd2": "431"}	{"muller": "M2-431"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Cesare", "family": "Pavese", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1908-09-09 06:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 8.23, "lat": 44.7, "name": "Santo Stefano Belbo", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Cesare", "family": "Pavese"}, "birth": {"tzo": "+01:00", "date": "1908-09-09 06:00", "place": {"cy": "IT", "lg": 8.23, "lat": 44.7, "name": "Santo Stefano Belbo"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "431"}}, "raw": {"CY": "I", "GQ": "N", "LG": "008 E 14", "LAT": "44 N 42", "TZO": "-1.00", "DATE": "09.09.1908", "MUID": "431", "NAME": "Pavese, Cesare", "OCCU": "AR 01", "TIME": "06.00", "BOOKS": "56", "PLACE": "Santo Stefano Belbo", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
2642	pasteur-louis-1822-12-27	{"a2": "555", "g55": "01-428", "afd2": "428", "afd5": "796"}	{"g55": "01-428", "lerrcp": "A2-555", "muller": "M2-428"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Pasteur", "spouse": [], "official": {"given": "Louis", "family": null}}	M	{"lmt": null, "tzo": "+00:21:58", "date": "1822-12-27 02:00", "note": "LMT", "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.48966, "lat": 47.09225, "name": "Dôle", "geoid": 3021263}, "notime": null, "date-ut": "1822-12-27 01:37:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician", "scientist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Pasteur"}, "birth": {"tzo": "+00:21:58", "date": "1822-12-27 02:00", "place": {"c2": "39", "cy": "FR", "lg": 5.48966, "lat": 47.09225, "name": "Dole", "geoid": 3021263}, "date-ut": "1822-12-27 01:37:48"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-555"}, "ids-in-sources": {"a2": "555"}}, "raw": {"H": "1", "MN": "37", "TZ": "0", "COD": "39", "COU": "F", "DAY": "27", "LAT": "46N40", "LON": "5E33", "MON": "12", "NUM": "555", "PRO": "S", "SEC": "48", "YEA": "1822", "CITY": "DOLE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Pasteur", "official": {"given": "Louis"}}, "birth": {"date": "1822-12-27 02:00", "place": {"name": "Dôle"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "796"}}, "raw": {"NR": "796", "GNR": "SA2555", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1822", "KORR": "", "MARS": "28", "MODE": "LMT", "MOND": "13", "NAME": "PASTEUR (LOUIS).", "AUFAB": "5.20", "PHAS_": "97.500", "SONNE": "30", "VENUS": "30", "BREITE": "46 N 40", "GEBORT": "Dôle (Jura)", "LAENGE": "005 E 33", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "18", "GEBZEIT": "02.00", "JUPITER": "15", "ELECTAGE": "50,3", "ELECTDAT": "25.03.1873", "GEBDATUM": "27.12.1822", "STBDATUM": "28.09.1895"}, "date": "2023-08-20T14:44:28+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["scientist"], "ids-in-sources": {"afd2": "428"}}, "raw": {"CY": "F", "GQ": "G", "LG": "005 E 30", "LAT": "47 N 06", "TZO": "", "DATE": "27.12.1822", "MUID": "428", "NAME": "Pasteur, Louis", "OCCU": "SC 03", "TIME": "02.00", "BOOKS": "4567", "PLACE": "Dole", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"partial-ids": {"g55": "01-428"}, "ids-in-source": {"g55": "01-428"}}, "raw": {"DAY": "27-12-1822", "HOUR": "2 h.", "NAME": "* PASTEUR Louis", "PLACE": "Dôle (Jura)."}, "date": "2023-08-20T14:47:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2781	teissier-benoit-1813-04-13	{"a2": "694", "g55": "01-534", "afd5": "985"}	{"g55": "01-534", "lerrcp": "A2-694", "muller": "M5-985"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Benoît", "family": "Teissier", "spouse": [], "official": {"given": "Benoît Marie", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1813-04-13 15:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1813-04-13 14:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Benoît", "family": "Teissier"}, "birth": {"tzo": "+00:19:23", "date": "1813-04-13 15:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1813-04-13 14:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-694"}, "ids-in-sources": {"a2": "694"}}, "raw": {"H": "14", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "13", "LAT": "45N46", "LON": "4E50", "MON": "4", "NUM": "694", "PRO": "S", "SEC": "40", "YEA": "1813", "CITY": "LYON"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Teissier", "official": {"given": "Benoît Marie"}}, "birth": {"date": "1813-04-13 15:00", "place": {"name": "Lyon"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "985"}}, "raw": {"NR": "985", "GNR": "SA2694", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "4", "JAHR": "1813", "KORR": "", "MARS": "24", "MODE": "LMT", "MOND": "34", "NAME": "TEISSIER (BENOIT MARIE).", "AUFAB": "5.80", "PHAS_": "93.200", "SONNE": "14", "VENUS": "15", "BREITE": "45 N 46", "GEBORT": "Lyon (Rhône)", "LAENGE": "004 E 50", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "24", "GEBZEIT": "15.00", "JUPITER": "5", "ELECTAGE": "64,4", "ELECTDAT": "14.08.1877", "GEBDATUM": "13.04.1813", "STBDATUM": "22.02.1889"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-534"}, "ids-in-source": {"g55": "01-534"}}, "raw": {"DAY": "13-4-1813", "HOUR": "15 h.", "NAME": "TEISSIER Benoit", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:47:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2794	testut-jean-1849-06-08	{"a2": "707", "g55": "01-538", "afd5": "991"}	{"g55": "01-538", "lerrcp": "A2-707", "muller": "M5-991"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Testut", "spouse": [], "official": {"given": "Jean Léon", "family": null}}	\N	{"lmt": null, "tzo": "+00:02:56", "date": "1849-06-08 03:00", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 0.73333, "lat": 45.18333, "name": "Beaumont", "geoid": 0}, "notime": null, "date-ut": "1849-06-08 02:57:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Testut"}, "birth": {"tzo": "+00:02:56", "date": "1849-06-08 03:00", "place": {"c2": "24", "cy": "FR", "lg": 0.73333, "lat": 45.18333, "name": "Beaumont", "geoid": 0}, "date-ut": "1849-06-08 02:57:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-707"}, "ids-in-sources": {"a2": "707"}}, "raw": {"H": "2", "MN": "57", "TZ": "0", "COD": "24", "COU": "F", "DAY": "8", "LAT": "45N11", "LON": "0E44", "MON": "6", "NUM": "707", "PRO": "S", "SEC": "4", "YEA": "1849", "CITY": "BEAUMONT"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Testut", "official": {"given": "Jean Léon"}}, "birth": {"date": "1849-06-08 03:00", "place": {"name": "Beaumont-du-Périgord"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "991"}}, "raw": {"NR": "991", "GNR": "SA2707", "JU_": "0", "MA_": "2", "MO_": "2", "SA_": "2", "SO_": "0", "VE_": "2", "CODE": "3", "JAHR": "1849", "KORR": "", "MARS": "2", "MODE": "LMT", "MOND": "12", "NAME": "TESTUT (JEAN LÉON).", "AUFAB": "-2.70", "PHAS_": "96.100", "SONNE": "34", "VENUS": "1", "BREITE": "45 N 11", "GEBORT": "Beaumont-du-Périgord (Dordogne)", "LAENGE": "000 E 44", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "3", "GEBZEIT": "03.00", "JUPITER": "25", "ELECTAGE": "45,9", "ELECTDAT": "16.04.1895", "GEBDATUM": "08.06.1849", "STBDATUM": "17.01.1925"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Beaumont"}}, "partial-ids": {"g55": "01-538"}, "ids-in-source": {"g55": "01-538"}}, "raw": {"DAY": "8-6-1849", "HOUR": "3 h.", "NAME": "TESTUT Jean", "PLACE": "Beaumont (Dordogne)."}, "date": "2023-08-20T14:47:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2787	thiroux-andre-1869-09-09	{"a2": "700", "g55": "01-540", "afd5": "996"}	{"g55": "01-540", "lerrcp": "A2-700", "muller": "M5-996"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "André", "family": "Thiroux", "spouse": [], "official": {"given": "André", "family": null}}	\N	{"lmt": null, "tzo": "+00:04:24", "date": "1869-09-09 02:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1869-09-09 01:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Thiroux"}, "birth": {"tzo": "+00:04:24", "date": "1869-09-09 02:00", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1869-09-09 01:55:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-700"}, "ids-in-sources": {"a2": "700"}}, "raw": {"H": "1", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "9", "LAT": "49N26", "LON": "1E 5", "MON": "9", "NUM": "700", "PRO": "S", "SEC": "40", "YEA": "1869", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Thiroux", "official": {"given": "André"}}, "birth": {"date": "1869-09-09 02:00", "place": {"name": "Rouen"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "996"}}, "raw": {"NR": "996", "GNR": "SA2700", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1869", "KORR": "", "MARS": "26", "MODE": "LMT", "MOND": "27", "NAME": "THIROUX (ANDRÉ).", "AUFAB": "6.50", "PHAS_": "11.300", "SONNE": "31", "VENUS": "28", "BREITE": "49 N 26", "GEBORT": "Rouen (Seine-Inférieure)", "LAENGE": "001 E 05", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "24", "GEBZEIT": "02.00", "JUPITER": "7", "ELECTAGE": "51,3", "ELECTDAT": "30.11.1920", "GEBDATUM": "09.09.1869", "STBDATUM": "06.05.1960"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-540"}, "ids-in-source": {"g55": "01-540"}}, "raw": {"DAY": "9-9-1869", "HOUR": "2 h.", "NAME": "THIROUX André", "PLACE": "Rouen (Seine-Inférieure)."}, "date": "2023-08-20T14:47:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
22485	pechstein-max-1881-12-31	{"afd2": "432"}	{"muller": "M2-432"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Max", "family": "Pechstein", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1881-12-31 15:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 12.48, "lat": 50.72, "name": "Zwickau", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Max", "family": "Pechstein"}, "birth": {"lmt": true, "tzo": "", "date": "1881-12-31 15:15", "place": {"cy": "DE", "lg": 12.48, "lat": 50.72, "name": "Zwickau"}}, "occus": ["artist"], "trust": 5, "ids-in-sources": {"afd2": "432"}}, "raw": {"CY": "D", "GQ": "N", "LG": "012 E 29", "LAT": "50 N 43", "TZO": "", "DATE": "31.12.1881", "MUID": "432", "NAME": "Pechstein, Max", "OCCU": "AR 08", "TIME": "15.15", "BOOKS": "567", "PLACE": "Zwickau", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22486	penck-albrecht-1858-09-25	{"afd2": "434"}	{"muller": "M2-434"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Albrecht", "family": "Penck", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1858-09-25 16:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 12.37, "lat": 51.35, "name": "Leipzig", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Albrecht", "family": "Penck"}, "birth": {"lmt": true, "tzo": "", "date": "1858-09-25 16:15", "place": {"cy": "DE", "lg": 12.37, "lat": 51.35, "name": "Leipzig"}}, "occus": ["scientist"], "trust": 5, "ids-in-sources": {"afd2": "434"}}, "raw": {"CY": "D", "GQ": "N", "LG": "012 E 22", "LAT": "51 N 21", "TZO": "", "DATE": "25.09.1858", "MUID": "434", "NAME": "Penck, Albrecht", "OCCU": "SC 03", "TIME": "16.15", "BOOKS": "57", "PLACE": "Leipzig", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22487	perret-auguste-1874-02-12	{"afd2": "435"}	{"muller": "M2-435"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Auguste", "family": "Perret", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1874-02-12 21:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": 4.37, "lat": 50.85, "name": "Ixelles", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["architect"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Auguste", "family": "Perret"}, "birth": {"lmt": true, "tzo": "", "date": "1874-02-12 21:30", "place": {"cy": "BE", "lg": 4.37, "lat": 50.85, "name": "Ixelles"}}, "occus": ["architect"], "trust": 5, "ids-in-sources": {"afd2": "435"}}, "raw": {"CY": "B", "GQ": "N", "LG": "004 E 22", "LAT": "50 N 51", "TZO": "", "DATE": "12.02.1874", "MUID": "435", "NAME": "Perret, Auguste", "OCCU": "AR 09", "TIME": "21.30", "BOOKS": "67", "PLACE": "Ixelles", "TIMOD": "LMT", "SOURCE": "SA"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22488	peters-carl-1856-09-27	{"afd2": "437"}	{"muller": "M2-437"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Carl", "family": "Peters", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1856-09-27 05:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 10.92, "lat": 53.28, "name": "Neuhaus", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Carl", "family": "Peters"}, "birth": {"lmt": true, "tzo": "", "date": "1856-09-27 05:00", "place": {"cy": "DE", "lg": 10.92, "lat": 53.28, "name": "Neuhaus"}}, "occus": ["miscelaneous"], "trust": 5, "ids-in-sources": {"afd2": "437"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 55", "LAT": "53 N 17", "TZO": "", "DATE": "27.09.1856", "MUID": "437", "NAME": "Peters, Carl", "OCCU": "MA 02", "TIME": "05.00", "BOOKS": "46", "PLACE": "Neuhaus", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22489	piaget-jean-1896-08-09	{"afd2": "439"}	{"muller": "M2-439"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Piaget", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1896-08-09 00:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "CH", "lg": 6.92, "lat": 47.02, "name": "Neuenburg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["social-scientist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Jean", "family": "Piaget"}, "birth": {"tzo": "+01:00", "date": "1896-08-09 00:45", "place": {"cy": "CH", "lg": 6.92, "lat": 47.02, "name": "Neuenburg"}}, "occus": ["social-scientist"], "trust": 5, "ids-in-sources": {"afd2": "439"}}, "raw": {"CY": "CH", "GQ": "N", "LG": "006 E 55", "LAT": "47 N 01", "TZO": "-1.00", "DATE": "09.08.1896", "MUID": "439", "NAME": "Piaget, Jean", "OCCU": "SC 05", "TIME": "00.45", "BOOKS": "56", "PLACE": "Neuenburg", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22490	picasso-pablo-1881-10-25	{"afd2": "440"}	{"muller": "M2-440"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Pablo", "family": "Picasso", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1881-10-25 23:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "ES", "lg": -4.42, "lat": 36.73, "name": "Malaga", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Pablo", "family": "Picasso"}, "birth": {"lmt": true, "tzo": "", "date": "1881-10-25 23:15", "place": {"cy": "ES", "lg": -4.42, "lat": 36.73, "name": "Malaga"}}, "occus": ["artist"], "trust": 5, "ids-in-sources": {"afd2": "440"}}, "raw": {"CY": "E", "GQ": "N", "LG": "004 W 25", "LAT": "36 N 44", "TZO": "", "DATE": "25.10.1881", "MUID": "440", "NAME": "Picasso, Pablo", "OCCU": "AR 08", "TIME": "23.15", "BOOKS": "4567", "PLACE": "Malaga", "TIMOD": "LMT", "SOURCE": "SA"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
5424	piccard-auguste-1884-01-28	{"a2": "3343", "afd2": "441"}	{"lerrcp": "A2-3343", "muller": "M2-441"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Piccard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1884-01-28 23:00", "note": "LMT", "place": {"c1": null, "c2": "SCHW", "c3": null, "cy": "CH", "lg": 7.58333, "lat": 47.55, "name": "BASEL", "geoid": 0}, "notime": null, "date-ut": "1884-01-28 22:30:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Piccard"}, "birth": {"place": {"c2": "SCHW", "cy": "CH", "lg": 7.58333, "lat": 47.55, "name": "BASEL", "geoid": 0}, "date-ut": "1884-01-28 22:30:08"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3343"}, "ids-in-sources": {"a2": "3343"}}, "raw": {"H": "23", "MN": "30", "TZ": "-1", "COD": "SCHW", "COU": "S", "DAY": "28", "LAT": "47N33", "LON": "7E35", "MON": "1", "NUM": "3343", "PRO": "S", "SEC": "8", "YEA": "1884", "CITY": "BASEL"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1884-01-28 23:00", "note": "LMT"}, "occus": ["scientist"], "ids-in-sources": {"afd2": "441"}}, "raw": {"CY": "CH", "GQ": "G", "LG": "007 E 27", "LAT": "47 N 33", "TZO": "", "DATE": "28.01.1884", "MUID": "441", "NAME": "Piccard, Auguste", "OCCU": "SC 02", "TIME": "23.00", "BOOKS": "456", "PLACE": "Basel", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22491	piloty-karl-1826-10-01	{"afd2": "442"}	{"muller": "M2-442"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "von", "alter": [], "given": "Karl", "family": "Piloty", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1826-10-01 07:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 11.57, "lat": 48.13, "name": "München", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "von", "given": "Karl", "family": "Piloty"}, "birth": {"lmt": true, "tzo": "", "date": "1826-10-01 07:00", "place": {"cy": "DE", "lg": 11.57, "lat": 48.13, "name": "München"}}, "occus": ["artist"], "trust": 5, "ids-in-sources": {"afd2": "442"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 34", "LAT": "48 N 08", "TZO": "", "DATE": "01.10.1826", "MUID": "442", "NAME": "Piloty, Karl von", "OCCU": "AR 08", "TIME": "07.00", "BOOKS": "56", "PLACE": "München", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22492	pirandello-luigi-1867-06-28	{"afd2": "443"}	{"muller": "M2-443"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Luigi", "family": "Pirandello", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:53", "date": "1867-06-28 03:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 13.5, "lat": 37.2, "name": "Agrigent", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Luigi", "family": "Pirandello"}, "birth": {"tzo": "+00:53", "date": "1867-06-28 03:15", "place": {"cy": "IT", "lg": 13.5, "lat": 37.2, "name": "Agrigent"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "443"}}, "raw": {"CY": "I", "GQ": "N", "LG": "013 E 30", "LAT": "37 N 12", "TZO": "-0.88", "DATE": "28.06.1867", "MUID": "443", "NAME": "Pirandello, Luigi", "OCCU": "AR 01", "TIME": "03.15", "BOOKS": "567", "PLACE": "Agrigent", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22493	piscator-erwin-1893-12-47	{"afd2": "444"}	{"muller": "M2-444"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Erwin", "family": "Piscator", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1893-12-47 15:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.5, "lat": 50.55, "name": "Ulm", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Erwin", "family": "Piscator"}, "birth": {"tzo": "+01:00", "date": "1893-12-47 15:30", "place": {"cy": "DE", "lg": 8.5, "lat": 50.55, "name": "Ulm"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd2": "444"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 30", "LAT": "50 N 33", "TZO": "-1.00", "DATE": "47.12.1893", "MUID": "444", "NAME": "Piscator, Erwin", "OCCU": "AR 03", "TIME": "15.30", "BOOKS": "567", "PLACE": "Ulm (Wetzlar)", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22494	poelzig-hans-1869-04-30	{"afd2": "445"}	{"muller": "M2-445"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Hans", "family": "Poelzig", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1869-04-30 11:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["architect"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Hans", "family": "Poelzig"}, "birth": {"lmt": true, "tzo": "", "date": "1869-04-30 11:00", "place": {"cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin"}}, "occus": ["architect"], "trust": 5, "ids-in-sources": {"afd2": "445"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 18", "LAT": "52 N 32", "TZO": "", "DATE": "30.04.1869", "MUID": "445", "NAME": "Poelzig, Hans", "OCCU": "AR 09", "TIME": "11.00", "BOOKS": "57", "PLACE": "Berlin", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
20958	poincare-raymond-1860-08-20	{"e3": "1241", "afd2": "447"}	{"lerrcp": "E3-1241", "muller": "M2-447"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Poincaré", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:21", "date": "1860-08-20 17:00", "note": "LMT", "place": {"c1": null, "c2": "55", "c3": "", "cy": "FR", "lg": 5.16108, "lat": 48.77275, "name": "Bar-le-Duc", "geoid": 3034911}, "notime": null, "date-ut": "1860-08-20 16:39"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Poincaré"}, "birth": {"tzo": "+00:21", "date": "1860-08-20 17:00", "place": {"c2": "55", "c3": "", "cy": "FR", "lg": 5.16108, "lat": 48.77275, "name": "Bar-le-Duc", "geoid": 3034911}, "date-ut": "1860-08-20 16:39"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1241"}}, "raw": {"H": "17:00", "COD": "55", "DAY": "20", "MON": "08", "NUM": "1241", "PRO": "PO", "YEA": "1860", "CITY": "Bar-le-Duc", "NAME": "POINCARÉ Raymond", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["politician"], "ids-in-sources": {"afd2": "447"}}, "raw": {"CY": "F", "GQ": "G", "LG": "005 E 10", "LAT": "48 N 46", "TZO": "", "DATE": "20.08.1860", "MUID": "447", "NAME": "Poincaré, Raymond", "OCCU": "MA 04", "TIME": "17.00", "BOOKS": "46", "PLACE": "Bar-le-Duc", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
2792	tillot-emile-1829-10-17	{"a2": "705", "g55": "01-545", "afd5": "1003"}	{"g55": "01-545", "lerrcp": "A2-705", "muller": "M5-1003"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Emile", "family": "Tillot", "spouse": [], "official": {"given": "Emile Auguste", "family": null}}	\N	{"lmt": null, "tzo": "+00:04:24", "date": "1829-10-17 01:30", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1829-10-17 01:25:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Tillot"}, "birth": {"tzo": "+00:04:24", "date": "1829-10-17 01:30", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1829-10-17 01:25:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-705"}, "ids-in-sources": {"a2": "705"}}, "raw": {"H": "1", "MN": "25", "TZ": "0", "COD": "76", "COU": "F", "DAY": "17", "LAT": "49N26", "LON": "1E 5", "MON": "10", "NUM": "705", "PRO": "S", "SEC": "40", "YEA": "1829", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Tillot", "official": {"given": "Emile Auguste"}}, "birth": {"date": "1829-10-17 01:30", "place": {"name": "Rouen"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1003"}}, "raw": {"NR": "1003", "GNR": "SA2705", "JU_": "1", "MA_": "0", "MO_": "0", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1829", "KORR": "", "MARS": "32", "MODE": "LMT", "MOND": "7", "NAME": "TILLOT (EMILE AUGUSTE).", "AUFAB": "-8.70", "PHAS_": "75.900", "SONNE": "30", "VENUS": "27", "BREITE": "49 N 26", "GEBORT": "Rouen (Seine-Inférieure)", "LAENGE": "001 E 05", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "2", "GEBZEIT": "01.30", "JUPITER": "26", "ELECTAGE": "57,1", "ELECTDAT": "16.11.1886", "GEBDATUM": "17.10.1829", "STBDATUM": "18.10.1923"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-545"}, "ids-in-source": {"g55": "01-545"}}, "raw": {"DAY": "17-10-1829", "HOUR": "1 h. 30", "NAME": "TILLOT Emile", "PLACE": "Rouen (Seine-Inférieure)."}, "date": "2023-08-20T14:47:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
22495	polanski-roman-1933-08-18	{"afd2": "448"}	{"muller": "M2-448"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Roman", "family": "Polanski", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1933-08-18 10:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 2.33, "lat": 48.83, "name": "Paris", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Roman", "family": "Polanski"}, "birth": {"tzo": "+01:00", "date": "1933-08-18 10:30", "place": {"cy": "FR", "lg": 2.33, "lat": 48.83, "name": "Paris"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd2": "448"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 20", "LAT": "48 N 50", "TZO": "-1.00", "DATE": "18.08.1933", "MUID": "448", "NAME": "Polanski, Roman", "OCCU": "AR 03", "TIME": "10.30", "BOOKS": "57", "PLACE": "Paris", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
12689	ponto-erich-1884-12-14	{"a5": "1221", "afd2": "449"}	{"lerrcp": "A5-1221", "muller": "M2-449"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erich", "family": "Ponto", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1884-12-14 14:30", "note": "LMT", "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "LUBECK", "geoid": 0}, "notime": null, "date-ut": "1884-12-14 13:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Erich", "family": "Ponto"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "LUBECK", "geoid": 0}, "date-ut": "1884-12-14 13:51"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1221"}, "ids-in-sources": {"a5": "1221"}}, "raw": {"H": "14", "MN": "51", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "14", "LAT": "54N30", "LON": "9E45", "MON": "12", "NUM": "1221", "PRO": "A", "SEC": "0", "YEA": "1884", "CITY": "LUBECK"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1884-12-14 14:30", "note": "LMT"}, "occus": ["actor"], "ids-in-sources": {"afd2": "449"}}, "raw": {"CY": "D", "GQ": "G", "LG": "010 E 41", "LAT": "53 N 52", "TZO": "", "DATE": "14.12.1884", "MUID": "449", "NAME": "Ponto, Erich", "OCCU": "AR 03", "TIME": "14.30", "BOOKS": "57", "PLACE": "Lübeck", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22496	presley-elvis-1935-01-08	{"afd2": "451"}	{"muller": "M2-451"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Elvis", "family": "Presley", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1935-01-08 04:35", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "US", "lg": -88.72, "lat": 34.17, "name": "Tupelo", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["singer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Elvis", "family": "Presley"}, "birth": {"tzo": "-06:00", "date": "1935-01-08 04:35", "place": {"cy": "US", "lg": -88.72, "lat": 34.17, "name": "Tupelo"}}, "occus": ["singer"], "trust": 5, "ids-in-sources": {"afd2": "451"}}, "raw": {"CY": "USA", "GQ": "N", "LG": "088 W 43", "LAT": "34 N 10", "TZO": "6.00", "DATE": "08.01.1935", "MUID": "451", "NAME": "Presley, Elvis", "OCCU": "AR 06", "TIME": "04.35", "BOOKS": "56", "PLACE": "Tupelo", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
14445	proudhon-pierre-1809-01-15	{"a6": "657", "afd2": "452"}	{"lerrcp": "A6-657", "muller": "M2-452"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Proudhon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:24:04", "date": "1809-01-15 18:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1809-01-15 17:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["factual-writer"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Proudhon"}, "birth": {"tzo": "+00:24:04", "date": "1809-01-15 18:00", "place": {"c2": "25", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1809-01-15 17:35:52"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-657"}, "ids-in-sources": {"a6": "657"}}, "raw": {"H": "17", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "15", "LAT": "47N15", "LON": "6E 2", "MON": "1", "NUM": "657", "PRO": "W", "SEC": "52", "YEA": "1809", "CITY": "BESANCON"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"sex": "M", "occus": ["factual-writer"], "ids-in-sources": {"afd2": "452"}}, "raw": {"CY": "F", "GQ": "G", "LG": "006 E  2", "LAT": "47 N 15", "TZO": "-0.23", "DATE": "15.01.1809", "MUID": "452", "NAME": "Proudhon, Pierre", "OCCU": "AR 02", "TIME": "18.00", "BOOKS": "456", "PLACE": "Besancon", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
2796	tournade-andre-1881-01-12	{"a2": "709", "g55": "01-547", "afd5": "1008"}	{"g55": "01-547", "lerrcp": "A2-709", "muller": "M5-1008"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "André", "family": "Tournade", "spouse": [], "official": {"given": "André", "family": null}}	\N	{"lmt": null, "tzo": "-00:04:37", "date": "1881-01-12 05:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -1.15222, "lat": 46.16308, "name": "La Rochelle", "geoid": 3006787}, "notime": null, "date-ut": "1881-01-12 05:04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Tournade"}, "birth": {"tzo": "-00:04:37", "date": "1881-01-12 05:00", "place": {"c2": "17", "cy": "FR", "lg": -1.15222, "lat": 46.16308, "name": "La Rochelle", "geoid": 3006787}, "date-ut": "1881-01-12 05:04:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-709"}, "ids-in-sources": {"a2": "709"}}, "raw": {"H": "5", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "12", "LAT": "46N 9", "LON": "1W10", "MON": "1", "NUM": "709", "PRO": "S", "SEC": "40", "YEA": "1881", "CITY": "LA ROCHELLE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Tournade", "official": {"given": "André"}}, "birth": {"date": "1881-01-12 05:00", "place": {"name": "La Rochelle"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1008"}}, "raw": {"NR": "1008", "GNR": "SA2709", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "3", "JAHR": "1881", "KORR": "", "MARS": "35", "MODE": "LMT", "MOND": "18", "NAME": "TOURNADE (ANDRÉ).", "AUFAB": "6.50", "PHAS_": "89.700", "SONNE": "33", "VENUS": "30", "BREITE": "46 N 09", "GEBORT": "La Rochelle (Charente-Inférieure)", "LAENGE": "001 W 10", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "26", "GEBZEIT": "05.00", "JUPITER": "27", "ELECTAGE": "50,2", "ELECTDAT": "17.03.1931", "GEBDATUM": "12.01.1881", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-547"}, "ids-in-source": {"g55": "01-547"}}, "raw": {"DAY": "12-1-1881", "HOUR": "5 h.", "NAME": "TOURNADE André", "PLACE": "La Rochelle (Charente-Maritime)."}, "date": "2023-08-20T14:47:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
14446	proust-marcel-1871-07-10	{"a6": "658", "afd2": "453"}	{"lerrcp": "A6-658", "muller": "M2-453"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Proust", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1871-07-10 23:30", "note": "LMT", "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1871-07-10 23:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "fictional-writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-658"}, "birth": {"tzo": "+00:09:24", "date": "1871-07-10 23:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1871-07-10 23:20:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-658"}, "ids-in-sources": {"a6": "658"}}, "raw": {"H": "23", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "10", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "658", "PRO": "W", "SEC": "40", "YEA": "1871", "CITY": "PARIS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "M", "name": {"given": "Marcel", "family": "Proust"}, "birth": {"note": "LMT"}, "occus": ["fictional-writer"], "ids-in-sources": {"afd2": "453"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 20", "LAT": "48 N 50", "TZO": "", "DATE": "10.07.1871", "MUID": "453", "NAME": "Proust, Marcel", "OCCU": "AR 01", "TIME": "23.30", "BOOKS": "4567", "PLACE": "Paris", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22497	puccini-giacomo-1858-12-22	{"afd2": "454"}	{"muller": "M2-454"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Giacomo", "family": "Puccini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1858-12-22 02:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 10.52, "lat": 43.83, "name": "Lucca", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Giacomo", "family": "Puccini"}, "birth": {"lmt": true, "tzo": "", "date": "1858-12-22 02:00", "place": {"cy": "IT", "lg": 10.52, "lat": 43.83, "name": "Lucca"}}, "occus": ["composer"], "trust": 5, "ids-in-sources": {"afd2": "454"}}, "raw": {"CY": "I", "GQ": "N", "LG": "010 E 31", "LAT": "43 N 50", "TZO": "", "DATE": "22.12.1858", "MUID": "454", "NAME": "Puccini, Giacomo", "OCCU": "AR 04", "TIME": "02.00", "BOOKS": "4567", "PLACE": "Lucca", "TIMOD": "LMT", "SOURCE": "SA"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22498	plickler-muskau-hermann-1785-10-30	{"afd2": "455"}	{"muller": "M2-455"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "von", "alter": [], "given": "Hermann", "family": "Plickler-Muskau", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:15", "date": "1785-10-30 11:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 14.72, "lat": 51.55, "name": "Muskau", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["factual-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "von", "given": "Hermann", "family": "Plickler-Muskau"}, "birth": {"tzo": "+01:15", "date": "1785-10-30 11:45", "place": {"cy": "DE", "lg": 14.72, "lat": 51.55, "name": "Muskau"}}, "occus": ["factual-writer"], "trust": 5, "ids-in-sources": {"afd2": "455"}}, "raw": {"CY": "D", "GQ": "N", "LG": "014 E 43", "LAT": "51 N 33", "TZO": "-1.25", "DATE": "30.10.1785", "MUID": "455", "NAME": "Plickler-Muskau, Hermann von", "OCCU": "AR 02", "TIME": "11.45", "BOOKS": "56", "PLACE": "Muskau", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
12693	quadflieg-will-1912-09-15	{"a5": "1225", "afd2": "456"}	{"lerrcp": "A5-1225", "muller": "M2-456"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Will", "family": "Quadflieg", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": null, "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "OBERHAUSEN", "geoid": 0}, "notime": null, "date-ut": "1912-09-15 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-1225"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "OBERHAUSEN", "geoid": 0}, "date-ut": "1912-09-15 12:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1225"}, "ids-in-sources": {"a5": "1225"}}, "raw": {"H": "13", "MN": "0", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "15", "LAT": "51N30", "LON": "7E30", "MON": "9", "NUM": "1225", "PRO": "A", "SEC": "0", "YEA": "1912", "CITY": "OBERHAUSEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "M", "name": {"given": "Will", "family": "Quadflieg"}, "birth": {"tzo": "+01:00"}, "occus": ["actor"], "ids-in-sources": {"afd2": "456"}}, "raw": {"CY": "D", "GQ": "G", "LG": "006 E 52", "LAT": "51 N 28", "TZO": "-1.00", "DATE": "15.09.1914", "MUID": "456", "NAME": "Quadflieg, Will", "OCCU": "AR 03", "TIME": "13.00", "BOOKS": "57", "PLACE": "Oberhausen", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22501	rahner-karl-1904-03-05	{"afd2": "461"}	{"muller": "M2-461"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Karl", "family": "Rahner", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1904-03-05 19:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 7.85, "lat": 48, "name": "Freiburg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["humanities-scholar"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Karl", "family": "Rahner"}, "birth": {"tzo": "+01:00", "date": "1904-03-05 19:00", "place": {"cy": "DE", "lg": 7.85, "lat": 48, "name": "Freiburg"}}, "occus": ["humanities-scholar"], "trust": 5, "ids-in-sources": {"afd2": "461"}}, "raw": {"CY": "D", "GQ": "N", "LG": "007 E 51", "LAT": "48 N 00", "TZO": "-1.00", "DATE": "05.03.1904", "MUID": "461", "NAME": "Rahner, Karl", "OCCU": "SC 06", "TIME": "19.00", "BOOKS": "57", "PLACE": "Freiburg (Breisgau)", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
13280	treves-paolo-1908-07-27	{"a5": "1832", "a6": "988", "afd1": "457", "afd2": "457"}	{"lerrcp": "A5-1832", "muller": "M1-457"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paolo", "family": "Treves", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1901-08-20 04:10", "note": "", "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Modica", "geoid": 3173435}, "notime": null, "date-ut": "1908-07-27 19:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician", "writer"]	5	null	[{"new": {"name": {"given": "Paolo", "family": "Treves"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1908-07-27 19:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1832"}, "ids-in-sources": {"a5": "1832"}}, "raw": {"H": "20", "MN": "40", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "27", "LAT": "45N30", "LON": "9E15", "MON": "7", "NUM": "1832", "PRO": "PT", "SEC": "0", "YEA": "1908", "CITY": "MILANO"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "988"}}, "raw": {"H": "20", "MN": "40", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "27", "LAT": "45N30", "LON": "9E15", "MON": "7", "NUM": "988", "PRO": "W", "SEC": "0", "YEA": "1908", "CITY": "MILANO"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"name": {"given": "Paolo", "family": "Treves"}, "birth": {"tzo": "+01:00", "date": "1908-07-27 20:40", "note": "", "place": {"name": "Milano"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "457", "muller": "M1-457"}}, "raw": {"LG": "-9,25", "DAY": "27", "LAT": "45,5", "MIN": "40", "TZO": "-1", "HOUR": "20", "NAME": "457M Treves, Paolo", "YEAR": "1908", "MONTH": "07", "PLACE": "Milano MI"}, "date": "2023-08-20T14:44:37+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}, {"new": {"sex": "M", "birth": {"tzo": "+01:00", "date": "1901-08-20 04:10", "place": {"name": "Modica"}}, "occus": ["fictional-writer"], "ids-in-sources": {"afd2": "457"}}, "raw": {"CY": "I", "GQ": "N", "LG": "014 E 58", "LAT": "36 N 48", "TZO": "-1.00", "DATE": "20.08.1901", "MUID": "457", "NAME": "Quasimodo, Salvatore", "OCCU": "AR 01", "TIME": "04.10", "BOOKS": "56", "PLACE": "Modica", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
14452	queneau-raymond-1903-02-21	{"a6": "665", "afd2": "458"}	{"lerrcp": "A6-665", "muller": "M2-458"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Queneau", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1903-02-21 04:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1903-02-21 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet", "fictional-writer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A6-665"}, "birth": {"tzo": "+00:09:21", "date": "1903-02-21 04:00", "place": {"c2": "76", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1903-02-21 03:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-665"}, "ids-in-sources": {"a6": "665"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "76", "COU": "F", "DAY": "21", "LAT": "49N26", "LON": "1E 5", "MON": "2", "NUM": "665", "PRO": "W", "SEC": "40", "YEA": "1903", "CITY": "LE HAVRE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "M", "name": {"given": "Raymond", "family": "Queneau"}, "occus": ["fictional-writer"], "ids-in-sources": {"afd2": "458"}}, "raw": {"CY": "F", "GQ": "G", "LG": "000 E 08", "LAT": "49 N 26", "TZO": "-0.16", "DATE": "21.02.1903", "MUID": "458", "NAME": "Queneau, Raymond", "OCCU": "AR 01", "TIME": "04.00", "BOOKS": "56", "PLACE": "Le Havre", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22499	raabe-wilhelm-1831-09-08	{"afd2": "459"}	{"muller": "M2-459"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Wilhelm", "family": "Raabe", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1831-09-08 18:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 9.63, "lat": 51.83, "name": "Eschershausen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Wilhelm", "family": "Raabe"}, "birth": {"lmt": true, "tzo": "", "date": "1831-09-08 18:00", "place": {"cy": "DE", "lg": 9.63, "lat": 51.83, "name": "Eschershausen"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "459"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 38", "LAT": "51 N 50", "TZO": "", "DATE": "08.09.1831", "MUID": "459", "NAME": "Raabe, Wilhelm", "OCCU": "AR 01", "TIME": "18.00", "BOOKS": "4567", "PLACE": "Eschershausen", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22500	rademacher-erich-1901-06-09	{"afd2": "460"}	{"muller": "M2-460"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Erich", "family": "Rademacher", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1901-06-09 20:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 11.63, "lat": 52.13, "name": "Magdeburg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sportsperson"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Erich", "family": "Rademacher"}, "birth": {"tzo": "+01:00", "date": "1901-06-09 20:30", "place": {"cy": "DE", "lg": 11.63, "lat": 52.13, "name": "Magdeburg"}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"afd2": "460"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 38", "LAT": "52 N 08", "TZO": "-1.00", "DATE": "09.06.1901", "MUID": "460", "NAME": "Rademacher, Erich", "OCCU": "MA 13", "TIME": "20.30", "BOOKS": "7", "PLACE": "Magdeburg", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
2802	triaire-paul-1843-02-22	{"a2": "715", "g55": "01-551", "afd5": "1015"}	{"g55": "01-551", "lerrcp": "A2-715", "muller": "M5-1015"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul", "family": "Triaire", "spouse": [], "official": {"given": "Paul", "family": null}}	\N	{"lmt": null, "tzo": "+00:17:24", "date": "1843-02-22 06:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35, "lat": 43.85, "name": "Surméne", "geoid": 0}, "notime": null, "date-ut": "1843-02-22 05:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Triaire"}, "birth": {"tzo": "+00:17:24", "date": "1843-02-22 06:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35, "lat": 43.85, "name": "Surmene", "geoid": 0}, "date-ut": "1843-02-22 05:42:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-715"}, "ids-in-sources": {"a2": "715"}}, "raw": {"H": "5", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "22", "LAT": "43N51", "LON": "4E21", "MON": "2", "NUM": "715", "PRO": "S", "SEC": "36", "YEA": "1843", "CITY": "SURMENE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Triaire", "official": {"given": "Paul"}}, "birth": {"date": "1843-02-22 06:00", "place": {"name": "Surmène"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1015"}}, "raw": {"NR": "1015", "GNR": "SA2715", "JU_": "2", "MA_": "2", "MO_": "0", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1843", "KORR": "", "MARS": "10", "MODE": "LMT", "MOND": "8", "NAME": "TRIAIRE (PAUL).", "AUFAB": "-10.90", "PHAS_": "44.200", "SONNE": "35", "VENUS": "4", "BREITE": "43 N 51", "GEBORT": "Surmène (Gard)", "LAENGE": "004 E 21", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "3", "GEBZEIT": "06.00", "JUPITER": "36", "ELECTAGE": "57,4", "ELECTDAT": "10.07.1900", "GEBDATUM": "22.02.1843", "STBDATUM": "29.01.1912"}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Surméne"}}, "partial-ids": {"g55": "01-551"}, "ids-in-source": {"g55": "01-551"}}, "raw": {"DAY": "22-2-1843", "HOUR": "6 h.", "NAME": "TRIAIRE Paul", "PLACE": "Surméne (Gard)."}, "date": "2023-08-20T14:47:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
22502	ramin-gunther-1898-10-15	{"afd2": "462"}	{"muller": "M2-462"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Günther", "family": "Ramin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1898-10-15 19:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.4, "lat": 49.02, "name": "Karlsruhe", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Günther", "family": "Ramin"}, "birth": {"tzo": "+01:00", "date": "1898-10-15 19:15", "place": {"cy": "DE", "lg": 8.4, "lat": 49.02, "name": "Karlsruhe"}}, "occus": ["composer"], "trust": 5, "ids-in-sources": {"afd2": "462"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 24", "LAT": "49 N 01", "TZO": "-1.00", "DATE": "15.10.1898", "MUID": "462", "NAME": "Ramin, Günther", "OCCU": "AR 04", "TIME": "19.15", "BOOKS": "45", "PLACE": "Karlsruhe", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22503	rathenau-walther-1867-09-29	{"afd2": "463"}	{"muller": "M2-463"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Walther", "family": "Rathenau", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1867-09-29 08:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Walther", "family": "Rathenau"}, "birth": {"lmt": true, "tzo": "", "date": "1867-09-29 08:00", "place": {"cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"afd2": "463"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 18", "LAT": "52 N 32", "TZO": "", "DATE": "29.09.1867", "MUID": "463", "NAME": "Rathenau, Walther", "OCCU": "MA 04", "TIME": "08.00", "BOOKS": "456", "PLACE": "Berlin", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22504	ratzel-friedrich-1844-08-30	{"afd2": "464"}	{"muller": "M2-464"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Friedrich", "family": "Ratzel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1844-08-30 15:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.4, "lat": 49.02, "name": "Karlsruhe", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["social-scientist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Friedrich", "family": "Ratzel"}, "birth": {"lmt": true, "tzo": "", "date": "1844-08-30 15:30", "place": {"cy": "DE", "lg": 8.4, "lat": 49.02, "name": "Karlsruhe"}}, "occus": ["social-scientist"], "trust": 5, "ids-in-sources": {"afd2": "464"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 24", "LAT": "49 N 01", "TZO": "", "DATE": "30.08.1844", "MUID": "464", "NAME": "Ratzel, Friedrich", "OCCU": "SC 05", "TIME": "15.30", "BOOKS": "47", "PLACE": "Karlsruhe", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22505	ratzinger-joseph-1927-04-16	{"afd2": "465"}	{"muller": "M2-465"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Joseph", "family": "Ratzinger", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1927-04-16 04:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 12.87, "lat": 48.25, "name": "Marktl", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["religious-leader"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Joseph", "family": "Ratzinger"}, "birth": {"tzo": "+01:00", "date": "1927-04-16 04:15", "place": {"cy": "DE", "lg": 12.87, "lat": 48.25, "name": "Marktl"}}, "occus": ["religious-leader"], "trust": 5, "ids-in-sources": {"afd2": "465"}}, "raw": {"CY": "D", "GQ": "N", "LG": "012 E 52", "LAT": "48 N 15", "TZO": "-1.00", "DATE": "16.04.1927", "MUID": "465", "NAME": "Ratzinger, Joseph", "OCCU": "MA 05", "TIME": "04.15", "BOOKS": "57", "PLACE": "Marktl", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22506	raucheisen-michael-1889-02-10	{"afd2": "466"}	{"muller": "M2-466"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Michael", "family": "Raucheisen", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1889-02-10 00:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 10.78, "lat": 48.72, "name": "Rain Lech", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Michael", "family": "Raucheisen"}, "birth": {"lmt": true, "tzo": "", "date": "1889-02-10 00:30", "place": {"cy": "DE", "lg": 10.78, "lat": 48.72, "name": "Rain Lech"}}, "occus": ["musician"], "trust": 5, "ids-in-sources": {"afd2": "466"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 47", "LAT": "48 N 43", "TZO": "", "DATE": "10.02.1889", "MUID": "466", "NAME": "Raucheisen, Michael", "OCCU": "AR 07", "TIME": "00.30", "BOOKS": "57", "PLACE": "Rain Lech", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
10970	ravel-maurice-1875-03-07	{"a4": "2218", "afd2": "467"}	{"lerrcp": "A4-2218", "muller": "M2-467"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Ravel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-00:06:40", "date": "1875-03-07 21:54:48", "note": "LMT", "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.66817, "lat": 43.38488, "name": "Ciboure", "geoid": 3024979}, "notime": null, "date-ut": "1875-03-07 22:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2218"}, "birth": {"tzo": "-00:06:40", "date": "1875-03-07 21:54:48", "place": {"c2": "64", "cy": "FR", "lg": -1.66817, "lat": 43.38488, "name": "Ciboure", "geoid": 3024979}, "date-ut": "1875-03-07 22:01:28"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2218"}, "ids-in-sources": {"a4": "2218"}}, "raw": {"H": "22", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "7", "LAT": "43N18", "LON": "0W22", "MON": "3", "NUM": "2218", "PRO": "M", "SEC": "28", "YEA": "1875", "CITY": "CIBOURE"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"sex": "M", "name": {"given": "Maurice", "family": "Ravel"}, "birth": {"note": "LMT"}, "occus": ["composer"], "ids-in-sources": {"afd2": "467"}}, "raw": {"CY": "F", "GQ": "G", "LG": "001 W 42", "LAT": "43 N 18", "TZO": "", "DATE": "07.03.1875", "MUID": "467", "NAME": "Ravel, Maurice", "OCCU": "AR 04", "TIME": "22.00", "BOOKS": "4567", "PLACE": "Ciboure", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22507	reger-max-1873-03-19	{"afd2": "468"}	{"muller": "M2-468"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Max", "family": "Reger", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1873-03-19 03:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 12.47, "lat": 49.78, "name": "Brand", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Max", "family": "Reger"}, "birth": {"lmt": true, "tzo": "", "date": "1873-03-19 03:30", "place": {"cy": "DE", "lg": 12.47, "lat": 49.78, "name": "Brand"}}, "occus": ["composer"], "trust": 5, "ids-in-sources": {"afd2": "468"}}, "raw": {"CY": "D", "GQ": "N", "LG": "012 E 28", "LAT": "49 N 47", "TZO": "", "DATE": "19.03.1873", "MUID": "468", "NAME": "Reger, Max", "OCCU": "AR 04", "TIME": "03.30", "BOOKS": "4567", "PLACE": "Brand", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22508	reis-philipp-1834-01-07	{"afd2": "469"}	{"muller": "M2-469"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Philipp", "family": "Reis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1834-01-07 01:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 9.2, "lat": 50.2, "name": "Gelnhausen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Philipp", "family": "Reis"}, "birth": {"lmt": true, "tzo": "", "date": "1834-01-07 01:00", "place": {"cy": "DE", "lg": 9.2, "lat": 50.2, "name": "Gelnhausen"}}, "occus": ["miscelaneous"], "trust": 5, "ids-in-sources": {"afd2": "469"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 12", "LAT": "50 N 12", "TZO": "", "DATE": "07.01.1834", "MUID": "469", "NAME": "Reis, Philipp", "OCCU": "MA 01", "TIME": "01.00", "BOOKS": "4567", "PLACE": "Gelnhausen", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22509	remarque-erich-1898-06-22	{"afd2": "470"}	{"muller": "M2-470"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Erich", "family": "Remarque", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1898-06-22 20:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.05, "lat": 52.28, "name": "Osnabrück", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Erich", "family": "Remarque"}, "birth": {"tzo": "+01:00", "date": "1898-06-22 20:15", "place": {"cy": "DE", "lg": 8.05, "lat": 52.28, "name": "Osnabrück"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "470"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 03", "LAT": "52 N 17", "TZO": "-1.00", "DATE": "22.06.1898", "MUID": "470", "NAME": "Remarque, Erich", "OCCU": "AR 01", "TIME": "20.15", "BOOKS": "567", "PLACE": "Osnabrück", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
14466	renan-ernest-1823-02-28	{"a6": "679", "afd2": "471"}	{"lerrcp": "A6-679", "muller": "M2-471"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Renan", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-00:12:56", "date": "1823-02-28 06:00", "note": "LMT", "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -3.23196, "lat": 48.78469, "name": "Tréguier", "geoid": 2971929}, "notime": null, "date-ut": "1823-02-28 06:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer", "humanities-scholar"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Renan"}, "birth": {"tzo": "-00:12:56", "date": "1823-02-28 06:00", "place": {"c2": "22", "cy": "FR", "lg": -3.23196, "lat": 48.78469, "name": "Tréguier", "geoid": 2971929}, "date-ut": "1823-02-28 06:11"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-679"}, "ids-in-sources": {"a6": "679"}}, "raw": {"H": "6", "MN": "11", "TZ": "0", "COD": "22", "COU": "F", "DAY": "28", "LAT": "48N31", "LON": "2W45", "MON": "2", "NUM": "679", "PRO": "W", "SEC": "0", "YEA": "1823", "CITY": "TREGUIER"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["humanities-scholar"], "ids-in-sources": {"afd2": "471"}}, "raw": {"CY": "F", "GQ": "G", "LG": "003 W 14", "LAT": "48 N 47", "TZO": "", "DATE": "28.02.1823", "MUID": "471", "NAME": "Renan, Ernest", "OCCU": "SC 07", "TIME": "06.00", "BOOKS": "56", "PLACE": "Tréguier", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22511	resnais-alain-1922-06-03	{"afd2": "474"}	{"muller": "M2-474"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alain", "family": "Resnais", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1922-06-03 20:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": -2.73, "lat": 47.67, "name": "Vannes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Alain", "family": "Resnais"}, "birth": {"tzo": "+01:00", "date": "1922-06-03 20:15", "place": {"cy": "FR", "lg": -2.73, "lat": 47.67, "name": "Vannes"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd2": "474"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 W 44", "LAT": "47 N 40", "TZO": "-1.00", "DATE": "03.06.1922", "MUID": "474", "NAME": "Resnais, Alain", "OCCU": "AR 03", "TIME": "20.15", "BOOKS": "57", "PLACE": "Vannes", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22512	respighi-ottorino-1879-07-09	{"afd2": "475"}	{"muller": "M2-475"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Ottorino", "family": "Respighi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1879-07-09 01:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 11.33, "lat": 44.5, "name": "Bologna", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Ottorino", "family": "Respighi"}, "birth": {"tzo": "+00:50", "date": "1879-07-09 01:45", "place": {"cy": "IT", "lg": 11.33, "lat": 44.5, "name": "Bologna"}}, "occus": ["composer"], "trust": 5, "ids-in-sources": {"afd2": "475"}}, "raw": {"CY": "I", "GQ": "N", "LG": "011 E 20", "LAT": "44 N 30", "TZO": "-0.83", "DATE": "09.07.1879", "MUID": "475", "NAME": "Respighi, Ottorino", "OCCU": "AR 04", "TIME": "01.45", "BOOKS": "567", "PLACE": "Bologna", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22513	rethel-alfred-1816-05-15	{"afd2": "475"}	{"muller": "M2-475"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alfred", "family": "Rethel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1816-05-15 06:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 6.08, "lat": 50.78, "name": "Diepenbenden", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Alfred", "family": "Rethel"}, "birth": {"lmt": true, "tzo": "", "date": "1816-05-15 06:00", "place": {"cy": "DE", "lg": 6.08, "lat": 50.78, "name": "Diepenbenden"}}, "occus": ["artist"], "trust": 5, "ids-in-sources": {"afd2": "475"}}, "raw": {"CY": "D", "GQ": "N", "LG": "006 E 05", "LAT": "50 N 47", "TZO": "", "DATE": "15.05.1816", "MUID": "475", "NAME": "Rethel, Alfred", "OCCU": "AR 08", "TIME": "06.00", "BOOKS": "46", "PLACE": "Diepenbenden", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22514	richter-ludwig-1803-09-28	{"afd2": "477"}	{"muller": "M2-477"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Ludwig", "family": "Richter", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:04", "date": "1803-09-28 12,30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.73, "lat": 51.05, "name": "Dresden", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Ludwig", "family": "Richter"}, "birth": {"tzo": "+01:04", "date": "1803-09-28 12,30", "place": {"cy": "DE", "lg": 13.73, "lat": 51.05, "name": "Dresden"}}, "occus": ["artist"], "trust": 5, "ids-in-sources": {"afd2": "477"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 44", "LAT": "51 N 03", "TZO": "-1.07", "DATE": "28.09.1803", "MUID": "477", "NAME": "Richter, Ludwig", "OCCU": "AR 08", "TIME": "12,30", "BOOKS": "456", "PLACE": "Dresden", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22515	rilke-rainer-maria-1875-12-04	{"afd2": "478"}	{"muller": "M2-478"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Rainer Maria", "family": "Rilke", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1875-12-04 00:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "CZ", "lg": 14.42, "lat": 50.08, "name": "Prag", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Rainer Maria", "family": "Rilke"}, "birth": {"lmt": true, "tzo": "", "date": "1875-12-04 00:00", "place": {"cy": "CZ", "lg": 14.42, "lat": 50.08, "name": "Prag"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "478"}}, "raw": {"CY": "CS", "GQ": "N", "LG": "014 E 25", "LAT": "50 N 05", "TZO": "", "DATE": "04.12.1875", "MUID": "478", "NAME": "Rilke, Rainer Maria", "OCCU": "AR 01", "TIME": "00.00", "BOOKS": "4567", "PLACE": "Prag", "TIMOD": "LMT", "SOURCE": "FB"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22516	ringelnatz-joachim-1883-08-07	{"afd2": "480"}	{"muller": "M2-480"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Joachim", "family": "Ringelnatz", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1883-08-07 23:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 12.73, "lat": 51.37, "name": "Wurzen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Joachim", "family": "Ringelnatz"}, "birth": {"lmt": true, "tzo": "", "date": "1883-08-07 23:45", "place": {"cy": "DE", "lg": 12.73, "lat": 51.37, "name": "Wurzen"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "480"}}, "raw": {"CY": "D", "GQ": "N", "LG": "012 E 44", "LAT": "51 N 22", "TZO": "", "DATE": "07.08.1883", "MUID": "480", "NAME": "Ringelnatz, Joachim", "OCCU": "AR 01", "TIME": "23.45", "BOOKS": "56", "PLACE": "Wurzen", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22517	ritschl-albrecht-1822-03-25	{"afd2": "481"}	{"muller": "M2-481"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Albrecht", "family": "Ritschl", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1822-03-25 04:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["humanities-scholar"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Albrecht", "family": "Ritschl"}, "birth": {"lmt": true, "tzo": "", "date": "1822-03-25 04:15", "place": {"cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin"}}, "occus": ["humanities-scholar"], "trust": 5, "ids-in-sources": {"afd2": "481"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 18", "LAT": "52 N 32", "TZO": "", "DATE": "25.03.1822", "MUID": "481", "NAME": "Ritschl, Albrecht", "OCCU": "SC 06", "TIME": "04.15", "BOOKS": "567", "PLACE": "Berlin", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22518	ritter-carl-1779-08-07	{"afd2": "482"}	{"muller": "M2-482"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Carl", "family": "Ritter", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:40", "date": "1779-08-07 15:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 11.15, "lat": 51.78, "name": "Quedlinburg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["social-scientist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Carl", "family": "Ritter"}, "birth": {"tzo": "+00:40", "date": "1779-08-07 15:00", "place": {"cy": "DE", "lg": 11.15, "lat": 51.78, "name": "Quedlinburg"}}, "occus": ["social-scientist"], "trust": 5, "ids-in-sources": {"afd2": "482"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 09", "LAT": "51 N 47", "TZO": "-0.67", "DATE": "07.08.1779", "MUID": "482", "NAME": "Ritter, Carl", "OCCU": "SC 05", "TIME": "15.00", "BOOKS": "567", "PLACE": "Quedlinburg", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22519	robespierre-maximilian-1758-05-06	{"afd2": "483"}	{"muller": "M2-483"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "de", "alter": [], "given": "Maximilian", "family": "Robespierre", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:15", "date": "1758-05-06 02:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 2.77, "lat": 50.3, "name": "Arras", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["revolutionary"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "de", "given": "Maximilian", "family": "Robespierre"}, "birth": {"tzo": "+00:15", "date": "1758-05-06 02:00", "place": {"cy": "FR", "lg": 2.77, "lat": 50.3, "name": "Arras"}}, "occus": ["revolutionary"], "trust": 5, "ids-in-sources": {"afd2": "483"}}, "raw": {"CY": "F", "GQ": "N", "LG": "002 E 46", "LAT": "50 N 18", "TZO": "-0.25", "DATE": "06.05.1758", "MUID": "483", "NAME": "Robespierre, Maximilian de", "OCCU": "MA 08", "TIME": "02.00", "BOOKS": "4567", "PLACE": "Arras", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22520	rodin-auguste-1840-11-12	{"afd2": "484"}	{"muller": "M2-484"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Auguste", "family": "Rodin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1840-11-12 12:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 2.33, "lat": 48.83, "name": "Paris", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Auguste", "family": "Rodin"}, "birth": {"lmt": true, "tzo": "", "date": "1840-11-12 12:00", "place": {"cy": "FR", "lg": 2.33, "lat": 48.83, "name": "Paris"}}, "occus": ["artist"], "trust": 5, "ids-in-sources": {"afd2": "484"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 20", "LAT": "48 N 50", "TZO": "", "DATE": "12.11.1840", "MUID": "484", "NAME": "Rodin, Auguste", "OCCU": "AR 08", "TIME": "12.00", "BOOKS": "4567", "PLACE": "Paris", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22521	robling-johann-august-1806-06-12	{"afd2": "485"}	{"muller": "M2-485"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Johann August", "family": "Röbling", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:43", "date": "1806-06-12 09:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 10.45, "lat": 51.22, "name": "Mühlhausen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Johann August", "family": "Röbling"}, "birth": {"tzo": "+00:43", "date": "1806-06-12 09:00", "place": {"cy": "DE", "lg": 10.45, "lat": 51.22, "name": "Mühlhausen"}}, "occus": ["miscelaneous"], "trust": 5, "ids-in-sources": {"afd2": "485"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 27", "LAT": "51 N 13", "TZO": "-0.72", "DATE": "12.06.1806", "MUID": "485", "NAME": "Röbling, Johann August", "OCCU": "MA 01", "TIME": "09.00", "BOOKS": "45", "PLACE": "Mühlhausen", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22522	ropke-wilhelm-1899-10-10	{"afd2": "486"}	{"muller": "M2-486"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Wilhelm", "family": "Röpke", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1899-10-10 01,00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 9.62, "lat": 52.68, "name": "Schwarmstedt", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["political-economist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Wilhelm", "family": "Röpke"}, "birth": {"tzo": "+01:00", "date": "1899-10-10 01,00", "place": {"cy": "DE", "lg": 9.62, "lat": 52.68, "name": "Schwarmstedt"}}, "occus": ["political-economist"], "trust": 5, "ids-in-sources": {"afd2": "486"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 37", "LAT": "52 N 41", "TZO": "-1.00", "DATE": "10.10.1899", "MUID": "486", "NAME": "Röpke, Wilhelm", "OCCU": "SC 09", "TIME": "01,00", "BOOKS": "57", "PLACE": "Schwarmstedt", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
14484	rolland-romain-1866-01-29	{"a6": "697", "afd2": "487"}	{"lerrcp": "A6-697", "muller": "M2-487"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Romain", "family": "Rolland", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:14:05", "date": "1866-01-29 02:00", "note": "LMT", "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.5194, "lat": 47.46017, "name": "Clamecy", "geoid": 3024782}, "notime": null, "date-ut": "1866-01-29 01:47:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "fictional-writer"]	5	null	[{"new": {"name": {"given": "Romain", "family": "Rolland"}, "birth": {"tzo": "+00:14:05", "date": "1866-01-29 02:00", "place": {"c2": "58", "cy": "FR", "lg": 3.5194, "lat": 47.46017, "name": "Clamecy", "geoid": 3024782}, "date-ut": "1866-01-29 01:47:24"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-697"}, "ids-in-sources": {"a6": "697"}}, "raw": {"H": "1", "MN": "47", "TZ": "0", "COD": "58", "COU": "F", "DAY": "29", "LAT": "46N59", "LON": "3E 9", "MON": "1", "NUM": "697", "PRO": "W", "SEC": "24", "YEA": "1866", "CITY": "CLAMECY"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["fictional-writer"], "ids-in-sources": {"afd2": "487"}}, "raw": {"CY": "F", "GQ": "G", "LG": "003 E 31", "LAT": "47 N 28", "TZO": "", "DATE": "29.01.1866", "MUID": "487", "NAME": "Rolland, Romain", "OCCU": "AR 01", "TIME": "02.00", "BOOKS": "4567", "PLACE": "Clamecy", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
14486	romains-jules-1885-08-26	{"a6": "700", "afd2": "488"}	{"lerrcp": "A6-700", "muller": "M2-488"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Romains", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:15:32", "date": "1885-08-26 12:00", "note": "LMT", "place": {"c1": null, "c2": "43", "c3": null, "cy": "FR", "lg": 3.88333, "lat": 45.05, "name": "Saint-Julien Chapt", "geoid": 0}, "notime": null, "date-ut": "1885-08-26 11:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "fictional-writer"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Romains"}, "birth": {"tzo": "+00:15:32", "date": "1885-08-26 12:00", "place": {"c2": "43", "cy": "FR", "lg": 3.88333, "lat": 45.05, "name": "Saint-Julien Chapt", "geoid": 0}, "date-ut": "1885-08-26 11:44:28"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-700"}, "ids-in-sources": {"a6": "700"}}, "raw": {"H": "11", "MN": "44", "TZ": "0", "COD": "43", "COU": "F", "DAY": "26", "LAT": "45N 3", "LON": "3E53", "MON": "8", "NUM": "700", "PRO": "W", "SEC": "28", "YEA": "1885", "CITY": "ST JULIEN CHAPT"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["fictional-writer"], "ids-in-sources": {"afd2": "488"}}, "raw": {"CY": "F", "GQ": "G", "LG": "004 E 04", "LAT": "45 N 02", "TZO": "", "DATE": "26.08.1885", "MUID": "488", "NAME": "Romains, Jules", "OCCU": "AR 01", "TIME": "12.00", "BOOKS": "46", "PLACE": "Saint-Julien-Chapt.", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
7811	rommel-erwin-1891-11-15	{"a3": "2098", "afd2": "489"}	{"lerrcp": "A3-2098", "muller": "M2-489"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erwin", "family": "Rommel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1891-11-15 12:00", "note": "LMT", "place": {"c1": null, "c2": "WURTT", "c3": null, "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "HEIDENHEIM", "geoid": 0}, "notime": null, "date-ut": "1891-11-15 11:23:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Erwin", "family": "Rommel"}, "birth": {"place": {"c2": "WURTT", "cy": "DE", "lg": 9.21667, "lat": 48.75, "name": "HEIDENHEIM", "geoid": 0}, "date-ut": "1891-11-15 11:23:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2098"}, "ids-in-sources": {"a3": "2098"}}, "raw": {"H": "12", "MN": "23", "TZ": "-1", "COD": "WURTT", "COU": "G", "DAY": "15", "LAT": "48N45", "LON": "9E13", "MON": "11", "NUM": "2098", "PRO": "M", "SEC": "8", "YEA": "1891", "CITY": "HEIDENHEIM"}, "date": "2023-08-20T14:43:25+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1891-11-15 12:00", "note": "LMT"}, "occus": ["military-personnel"], "ids-in-sources": {"afd2": "489"}}, "raw": {"CY": "D", "GQ": "G", "LG": "010 E 09", "LAT": "48 N 41", "TZO": "", "DATE": "15.11.1891", "MUID": "489", "NAME": "Rommel, Erwin", "OCCU": "MA 07", "TIME": "12.00", "BOOKS": "56", "PLACE": "Heidenheim", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22523	roosevelt-franklin-delano-1882-01-30	{"afd2": "490"}	{"muller": "M2-490"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Franklin Delano", "family": "Roosevelt", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1882-01-30 20:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "US", "lg": -73.93, "lat": 41.78, "name": "Hyde Park", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Franklin Delano", "family": "Roosevelt"}, "birth": {"lmt": true, "tzo": "", "date": "1882-01-30 20:45", "place": {"cy": "US", "lg": -73.93, "lat": 41.78, "name": "Hyde Park"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"afd2": "490"}}, "raw": {"CY": "USA", "GQ": "N", "LG": "073 W 56", "LAT": "41 N 47", "TZO": "", "DATE": "30.01.1882", "MUID": "490", "NAME": "Roosevelt, Franklin Delano", "OCCU": "MA 04", "TIME": "20.45", "BOOKS": "567", "PLACE": "Hyde Park (NY)", "TIMOD": "LMT", "SOURCE": "FA"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22524	rosbaud-hans-1895-07-22	{"afd2": "491"}	{"muller": "M2-491"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Hans", "family": "Rosbaud", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1895-07-22 05:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "AT", "lg": 15.45, "lat": 47.07, "name": "Graz", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Hans", "family": "Rosbaud"}, "birth": {"tzo": "+01:00", "date": "1895-07-22 05:00", "place": {"cy": "AT", "lg": 15.45, "lat": 47.07, "name": "Graz"}}, "occus": ["conductor"], "trust": 5, "ids-in-sources": {"afd2": "491"}}, "raw": {"CY": "A", "GQ": "N", "LG": "015 E 27", "LAT": "47 N 04", "TZO": "-1.00", "DATE": "22.07.1895", "MUID": "491", "NAME": "Rosbaud, Hans", "OCCU": "AR 05", "TIME": "05.00", "BOOKS": "57", "PLACE": "Graz", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22525	rosegger-peter-1843-07-31	{"afd2": "492"}	{"muller": "M2-492"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Peter", "family": "Rosegger", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1843-07-31 21:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "AT", "lg": 15.63, "lat": 47.5, "name": "Alpl", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Peter", "family": "Rosegger"}, "birth": {"lmt": true, "tzo": "", "date": "1843-07-31 21:00", "place": {"cy": "AT", "lg": 15.63, "lat": 47.5, "name": "Alpl"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "492"}}, "raw": {"CY": "A", "GQ": "N", "LG": "015 E 38", "LAT": "47 N 30", "TZO": "", "DATE": "31.07.1843", "MUID": "492", "NAME": "Rosegger, Peter", "OCCU": "AR 01", "TIME": "21.00", "BOOKS": "4567", "PLACE": "Alpl", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22526	rossellini-roberto-1906-05-08	{"afd2": "493"}	{"muller": "M2-493"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Roberto", "family": "Rossellini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1906-05-08 12:50", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Roberto", "family": "Rossellini"}, "birth": {"tzo": "+01:00", "date": "1906-05-08 12:50", "place": {"cy": "IT", "lg": 12.5, "lat": 41.9, "name": "Roma"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd2": "493"}}, "raw": {"CY": "I", "GQ": "N", "LG": "012 E 30", "LAT": "41 N 54", "TZO": "-1.00", "DATE": "08.05.1906", "MUID": "493", "NAME": "Rossellini, Roberto", "OCCU": "AR 03", "TIME": "12.50", "BOOKS": "57", "PLACE": "Roma", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22527	ruckert-friedrich-1788-05-16	{"afd2": "495"}	{"muller": "M2-495"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Friedrich", "family": "Rückert", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:45", "date": "1788-05-16 06:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 10.23, "lat": 50.05, "name": "Schweinfurt", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Friedrich", "family": "Rückert"}, "birth": {"tzo": "+00:45", "date": "1788-05-16 06:00", "place": {"cy": "DE", "lg": 10.23, "lat": 50.05, "name": "Schweinfurt"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "495"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 14", "LAT": "50 N 03", "TZO": "-0.75", "DATE": "16.05.1788", "MUID": "495", "NAME": "Rückert, Friedrich", "OCCU": "AR 01", "TIME": "06.00", "BOOKS": "4567", "PLACE": "Schweinfurt", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
12706	ruhmann-heinz-1902-03-07	{"a5": "1238", "afd2": "496"}	{"lerrcp": "A5-1238", "muller": "M2-496"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinz", "family": "Rühmann", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1902-03-07 02:30", "note": null, "place": {"c1": null, "c2": "NDRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "notime": null, "date-ut": "1902-03-07 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Heinz", "family": "Rühmann"}, "birth": {"place": {"c2": "NDRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "ESSEN", "geoid": 0}, "date-ut": "1902-03-07 01:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-1238"}, "ids-in-sources": {"a5": "1238"}}, "raw": {"H": "2", "MN": "30", "TZ": "-1", "COD": "NDRH-W", "COU": "G", "DAY": "7", "LAT": "51N30", "LON": "7E30", "MON": "3", "NUM": "1238", "PRO": "A", "SEC": "0", "YEA": "1902", "CITY": "ESSEN"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "M", "birth": {"tzo": "+01:00", "date": "1902-03-07 02:30"}, "occus": ["actor"], "ids-in-sources": {"afd2": "496"}}, "raw": {"CY": "D", "GQ": "G", "LG": "007 E 01", "LAT": "51 N 28", "TZO": "-1.00", "DATE": "07.03.1902", "MUID": "496", "NAME": "Rühmann, Heinz", "OCCU": "AR 03", "TIME": "02.30", "BOOKS": "57", "PLACE": "Essen", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
2806	vaillard-louis-1850-10-03	{"a2": "719", "g55": "01-554", "afd5": "1026"}	{"g55": "01-554", "lerrcp": "A2-719", "muller": "M5-1026"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Vaillard", "spouse": [], "official": {"given": "Louis", "family": null}}	\N	{"lmt": null, "tzo": "+00:05:25", "date": "1850-10-03 01:00", "note": null, "place": {"c1": null, "c2": "82", "c3": null, "cy": "FR", "lg": 1.3542, "lat": 44.01759, "name": "Montauban", "geoid": 2993002}, "notime": null, "date-ut": "1850-10-03 00:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Vaillard"}, "birth": {"tzo": "+00:05:25", "date": "1850-10-03 01:00", "place": {"c2": "82", "cy": "FR", "lg": 1.3542, "lat": 44.01759, "name": "Montauban", "geoid": 2993002}, "date-ut": "1850-10-03 00:54:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-719"}, "ids-in-sources": {"a2": "719"}}, "raw": {"H": "0", "MN": "54", "TZ": "0", "COD": "82", "COU": "F", "DAY": "3", "LAT": "44N 1", "LON": "1E20", "MON": "10", "NUM": "719", "PRO": "S", "SEC": "40", "YEA": "1850", "CITY": "MONTAUBAN"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Vaillard", "official": {"given": "Louis"}}, "birth": {"date": "1850-10-03 01:00", "place": {"name": "Montauban"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1026"}}, "raw": {"NR": "1026", "GNR": "SA2719", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1850", "KORR": "", "MARS": "28", "MODE": "LMT", "MOND": "33", "NAME": "VAILLARD (LOUIS).", "AUFAB": "-7.90", "PHAS_": "9.400", "SONNE": "29", "VENUS": "25", "BREITE": "44 N 01", "GEBORT": "Montauban (Tarn-et-Garonne)", "LAENGE": "001 E 20", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "10", "GEBZEIT": "01.00", "JUPITER": "30", "ELECTAGE": "53,4", "ELECTDAT": "23.02.1904", "GEBDATUM": "03.10.1850", "STBDATUM": "05.02.1935"}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-554"}, "ids-in-source": {"g55": "01-554"}}, "raw": {"DAY": "3-10-1850", "HOUR": "1 h.", "NAME": "VAILLARD Louis", "PLACE": "Montauban. (Tarn-et-Garonne)."}, "date": "2023-08-20T14:47:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
22528	runge-philipp-otto-1777-07-23	{"afd2": "497"}	{"muller": "M2-497"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Philipp Otto", "family": "Runge", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:49", "date": "1777-07-23 06:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.77, "lat": 54.05, "name": "Wolgast", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Philipp Otto", "family": "Runge"}, "birth": {"tzo": "+00:49", "date": "1777-07-23 06:00", "place": {"cy": "DE", "lg": 13.77, "lat": 54.05, "name": "Wolgast"}}, "occus": ["artist"], "trust": 5, "ids-in-sources": {"afd2": "497"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 46", "LAT": "54 N 03", "TZO": "-0.82", "DATE": "23.07.1777", "MUID": "497", "NAME": "Runge, Philipp Otto", "OCCU": "AR 08", "TIME": "06.00", "BOOKS": "4567", "PLACE": "Wolgast", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
11012	saint-saens-camille-1835-10-09	{"a4": "2260", "afd2": "499"}	{"lerrcp": "A4-2260", "muller": "M2-499"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Saint-Saens", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1835-10-09 07:00", "note": "LMT", "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1835-10-09 06:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-2260"}, "birth": {"tzo": "+00:09:24", "date": "1835-10-09 07:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1835-10-09 06:50:40"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-2260"}, "ids-in-sources": {"a4": "2260"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "9", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "2260", "PRO": "M", "SEC": "40", "YEA": "1835", "CITY": "PARIS"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"sex": "M", "name": {"given": "Camille", "family": "Saint-Saens"}, "birth": {"note": "LMT"}, "occus": ["composer"], "ids-in-sources": {"afd2": "499"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 20", "LAT": "48 N 50", "TZO": "", "DATE": "09.10.1835", "MUID": "499", "NAME": "Saint-Saens, Camille", "OCCU": "AR 04", "TIME": "07.00", "BOOKS": "567", "PLACE": "Paris", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
14511	sartre-jean-paul-1905-06-21	{"a6": "727", "afd2": "500"}	{"lerrcp": "A6-727", "muller": "M2-500"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Paul", "family": "Sartre", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1905-06-21 18:45", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1905-06-21 18:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "humanities-scholar"]	5	null	[{"new": {"name": {"given": "Jean-Paul", "family": "Sartre"}, "birth": {"tzo": "+00:09:21", "date": "1905-06-21 18:45", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1905-06-21 18:35:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-727"}, "ids-in-sources": {"a6": "727"}}, "raw": {"H": "18", "MN": "35", "TZ": "0", "COD": "75", "COU": "F", "DAY": "21", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "727", "PRO": "W", "SEC": "40", "YEA": "1905", "CITY": "PARIS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "M", "occus": ["humanities-scholar"], "ids-in-sources": {"afd2": "500"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 20", "LAT": "48 N 50", "TZO": "-0.16", "DATE": "21.06.1905", "MUID": "500", "NAME": "Sartre, Jean-Paul", "OCCU": "SC 06", "TIME": "18.45", "BOOKS": "4567", "PLACE": "Paris", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
223	de-saint-exupery-antoine-1900-06-29	{"a1": "223", "afd2": "498", "3a_sports": "3649"}	{"ertel": "ES-3649", "lerrcp": "A1-223", "muller": "M2-498"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "de Saint-Exupery", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1900-06-29 09:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "2", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1900-06-29 09:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot", "fictional-writer"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "de Saint-Exupery"}, "birth": {"tzo": "+00:09:21", "date": "1900-06-29 09:15", "place": {"c2": "69", "c3": "2", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1900-06-29 09:05:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-223"}, "ids-in-sources": {"a1": "223"}}, "raw": {"H": "9", "MN": "5", "TZ": "0", "COD": "69", "COU": "F", "DAY": "29", "LAT": "45N46", "LON": "4E50", "MON": "6", "NUM": "223", "PRO": "C", "SEC": "40", "YEA": "1900", "CITY": "LYON 2E"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "occus": ["fictional-writer"], "ids-in-sources": {"afd2": "498"}}, "raw": {"CY": "F", "GQ": "G", "LG": "004 E 50", "LAT": "45 N 46", "TZO": "-0.16", "DATE": "29.06.1900", "MUID": "498", "NAME": "Saint-Exupéry, Antoine de", "OCCU": "AR 01", "TIME": "09.15", "BOOKS": "4567", "PLACE": "Lyon", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1900-06-29 09:00"}, "partial-ids": {"ertel": "ES-3649"}}, "raw": {"L": "", "MF": "", "NR": "3649", "ENG": "0", "MA_": "2", "G_NR": "223", "MA12": "3", "MARS": "9", "NAME": "Saint-Exupery", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,100", "CSINR": "", "KURTZ": "", "PHAS_": "4,100", "STUND": "9,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "29.06.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "29.06.1900", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2809	vallin-emile-1833-11-27	{"a2": "722", "g55": "01-556", "afd5": "1030"}	{"g55": "01-556", "lerrcp": "A2-722", "muller": "M5-1030"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Emile", "family": "Vallin", "spouse": [], "official": {"given": "Emile Arthur", "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1833-11-27 09:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1833-11-27 09:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Vallin"}, "birth": {"tzo": "-00:06:13", "date": "1833-11-27 09:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1833-11-27 09:06:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-722"}, "ids-in-sources": {"a2": "722"}}, "raw": {"H": "9", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "27", "LAT": "47N13", "LON": "1W35", "MON": "11", "NUM": "722", "PRO": "S", "SEC": "20", "YEA": "1833", "CITY": "NANTES"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Vallin", "official": {"given": "Emile Arthur"}}, "birth": {"date": "1833-11-27 09:00", "place": {"name": "Nantes"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1030"}}, "raw": {"NR": "1030", "GNR": "SA2722", "JU_": "1", "MA_": "1", "MO_": "0", "SA_": "2", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1833", "KORR": "", "MARS": "5", "MODE": "LMT", "MOND": "22", "NAME": "VALLIN (EMILE ARTHUR).", "AUFAB": "1.70", "PHAS_": "99.800", "SONNE": "4", "VENUS": "7", "BREITE": "47 N 13", "GEBORT": "Nantes (Loire-Inférieure)", "LAENGE": "001 W 35", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "11", "GEBZEIT": "09.00", "JUPITER": "27", "ELECTAGE": "51,6", "ELECTDAT": "07.07.1885", "GEBDATUM": "27.11.1833", "STBDATUM": "27.02.1924"}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-556"}, "ids-in-source": {"g55": "01-556"}}, "raw": {"DAY": "27-11-1833", "HOUR": "9 h.", "NAME": "VALLIN Emile", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:47:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2814	vedrennes-jean-1826-01-13	{"a2": "727", "g55": "01-558", "afd5": "1036"}	{"g55": "01-558", "lerrcp": "A2-727", "muller": "M5-1036"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Védrennes", "spouse": [], "official": {"given": "Jean Alix", "family": null}}	\N	{"lmt": null, "tzo": "+00:03:52", "date": "1826-01-13 19:00", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.96725, "lat": 44.49898, "name": "Fumel", "geoid": 3016903}, "notime": null, "date-ut": "1826-01-13 18:57:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Vedrenes"}, "birth": {"tzo": "+00:03:52", "date": "1826-01-13 19:00", "place": {"c2": "47", "cy": "FR", "lg": 0.96725, "lat": 44.49898, "name": "Fumel", "geoid": 3016903}, "date-ut": "1826-01-13 18:57:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-727"}, "ids-in-sources": {"a2": "727"}}, "raw": {"H": "18", "MN": "57", "TZ": "0", "COD": "47", "COU": "F", "DAY": "13", "LAT": "44N12", "LON": "0E38", "MON": "1", "NUM": "727", "PRO": "S", "SEC": "28", "YEA": "1826", "CITY": "FUMEL"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Védrennes", "official": {"given": "Jean Alix"}}, "birth": {"date": "1826-01-13 19:00", "place": {"name": "Fumel"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1036"}}, "raw": {"NR": "1036", "GNR": "SA2727", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1826", "KORR": "", "MARS": "28", "MODE": "LMT", "MOND": "13", "NAME": "VÉDRENNES (JEAN ALIX).", "AUFAB": "7.50", "PHAS_": "21.400", "SONNE": "21", "VENUS": "22", "BREITE": "44 N 12", "GEBORT": "Fumel (Lot-et-Garonne)", "LAENGE": "000 E 38", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "6", "GEBZEIT": "19.00", "JUPITER": "33", "ELECTAGE": "57,1", "ELECTDAT": "30.01.1883", "GEBDATUM": "13.01.1826", "STBDATUM": "29.03.1894"}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-558"}, "ids-in-source": {"g55": "01-558"}}, "raw": {"DAY": "13-1-1826", "HOUR": "19 h.", "NAME": "VEDRENES Jean", "PLACE": "Fumel (Lot-et-Garonne)."}, "date": "2023-08-20T14:47:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
4196	sauerbruch-ernst-1875-07-03	{"a2": "2110", "afd2": "501"}	{"lerrcp": "A2-2110", "muller": "M2-501"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Sauerbruch", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1875-07-03 09:00", "note": "LMT", "place": {"c1": null, "c2": "NRH-W", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL BARME", "geoid": 0}, "notime": null, "date-ut": "1875-07-03 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ernst", "family": "Sauerbruch"}, "birth": {"place": {"c2": "NRH-W", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "WUPPERTAL BARME", "geoid": 0}, "date-ut": "1875-07-03 08:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2110"}, "ids-in-sources": {"a2": "2110"}}, "raw": {"H": "9", "MN": "30", "TZ": "-1", "COD": "NRH-W", "COU": "G", "DAY": "3", "LAT": "51N30", "LON": "7E30", "MON": "7", "NUM": "2110", "PRO": "S", "SEC": "0", "YEA": "1875", "CITY": "WUPPERTAL BARME"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1875-07-03 09:00", "note": "LMT"}, "occus": ["physician"], "ids-in-sources": {"afd2": "501"}}, "raw": {"CY": "D", "GQ": "G", "LG": "007 E 12", "LAT": "51 N 16", "TZO": "", "DATE": "03.07.1875", "MUID": "501", "NAME": "Sauerbruch, Ferdinand", "OCCU": "SC 04", "TIME": "09.00", "BOOKS": "4567", "PLACE": "Barmen", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22529	scharoun-hans-1893-09-20	{"afd2": "502"}	{"muller": "M2-502"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Hans", "family": "Scharoun", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1893-09-20 14:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.82, "lat": 53.08, "name": "Bremen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["architect"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Hans", "family": "Scharoun"}, "birth": {"tzo": "+01:00", "date": "1893-09-20 14:30", "place": {"cy": "DE", "lg": 8.82, "lat": 53.08, "name": "Bremen"}}, "occus": ["architect"], "trust": 5, "ids-in-sources": {"afd2": "502"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 49", "LAT": "53 N 05", "TZO": "-1.00", "DATE": "20.09.1893", "MUID": "502", "NAME": "Scharoun, Hans", "OCCU": "AR 09", "TIME": "14.30", "BOOKS": "56", "PLACE": "Bremen", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22530	scheffel-victor-1826-02-16	{"afd2": "503"}	{"muller": "M2-503"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "von", "alter": [], "given": "Victor", "family": "Scheffel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1826-02-16 15:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.4, "lat": 49.02, "name": "Karlsruhe", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "von", "given": "Victor", "family": "Scheffel"}, "birth": {"lmt": true, "tzo": "", "date": "1826-02-16 15:30", "place": {"cy": "DE", "lg": 8.4, "lat": 49.02, "name": "Karlsruhe"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "503"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 24", "LAT": "49 N 01", "TZO": "", "DATE": "16.02.1826", "MUID": "503", "NAME": "Scheffel, Victor von", "OCCU": "AR 01", "TIME": "15.30", "BOOKS": "467", "PLACE": "Karlsruhe", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22531	scheidemann-philipp-1865-07-26	{"afd2": "504"}	{"muller": "M2-504"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Philipp", "family": "Scheidemann", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1865-07-26 21:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 9.5, "lat": 51.32, "name": "Kassel", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Philipp", "family": "Scheidemann"}, "birth": {"lmt": true, "tzo": "", "date": "1865-07-26 21:00", "place": {"cy": "DE", "lg": 9.5, "lat": 51.32, "name": "Kassel"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"afd2": "504"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 30", "LAT": "51 N 19", "TZO": "", "DATE": "26.07.1865", "MUID": "504", "NAME": "Scheidemann, Philipp", "OCCU": "MA 04", "TIME": "21.00", "BOOKS": "56", "PLACE": "Kassel", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22532	schelling-friedrich-wilhelm-1775-01-27	{"afd2": "505"}	{"muller": "M2-505"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "von", "alter": [], "given": "Friedrich Wilhelm", "family": "Schelling", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:24", "date": "1775-01-27 03:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 9.02, "lat": 48.8, "name": "Leonberg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["humanities-scholar"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "von", "given": "Friedrich Wilhelm", "family": "Schelling"}, "birth": {"tzo": "+00:24", "date": "1775-01-27 03:15", "place": {"cy": "DE", "lg": 9.02, "lat": 48.8, "name": "Leonberg"}}, "occus": ["humanities-scholar"], "trust": 5, "ids-in-sources": {"afd2": "505"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 01", "LAT": "48 N 48", "TZO": "-0.40", "DATE": "27.01.1775", "MUID": "505", "NAME": "Schelling, Friedrich Wilhelm von", "OCCU": "SC 06", "TIME": "03.15", "BOOKS": "4567", "PLACE": "Leonberg", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22533	schlemmer-oskar-1888-09-04	{"afd2": "506"}	{"muller": "M2-506"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Oskar", "family": "Schlemmer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1888-09-04 18:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 9.18, "lat": 48.78, "name": "Stuttgart", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Oskar", "family": "Schlemmer"}, "birth": {"lmt": true, "tzo": "", "date": "1888-09-04 18:00", "place": {"cy": "DE", "lg": 9.18, "lat": 48.78, "name": "Stuttgart"}}, "occus": ["artist"], "trust": 5, "ids-in-sources": {"afd2": "506"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 11", "LAT": "48 N 47", "TZO": "", "DATE": "04.09.1888", "MUID": "506", "NAME": "Schlemmer, Oskar", "OCCU": "AR 08", "TIME": "18.00", "BOOKS": "56", "PLACE": "Stuttgart", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22534	schmalenbach-eugen-1873-08-20	{"afd2": "507"}	{"muller": "M2-507"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Eugen", "family": "Schmalenbach", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1873-08-20 07:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.18, "name": "Schmalenbach", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["political-economist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Eugen", "family": "Schmalenbach"}, "birth": {"lmt": true, "tzo": "", "date": "1873-08-20 07:00", "place": {"cy": "DE", "lg": 7.5, "lat": 51.18, "name": "Schmalenbach"}}, "occus": ["political-economist"], "trust": 5, "ids-in-sources": {"afd2": "507"}}, "raw": {"CY": "D", "GQ": "N", "LG": "007 E 30", "LAT": "51 N 11", "TZO": "", "DATE": "20.08.1873", "MUID": "507", "NAME": "Schmalenbach, Eugen", "OCCU": "SC 09", "TIME": "07.00", "BOOKS": "57", "PLACE": "Schmalenbach", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22535	schmeling-max-1905-09-28	{"afd2": "508"}	{"muller": "M2-508"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Max", "family": "Schmeling", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1905-09-28 12:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "PL", "lg": 13.85, "lat": 53.55, "name": "Klein Luckow", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sportsperson"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Max", "family": "Schmeling"}, "birth": {"tzo": "+01:00", "date": "1905-09-28 12:00", "place": {"cy": "PL", "lg": 13.85, "lat": 53.55, "name": "Klein Luckow"}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"afd2": "508"}}, "raw": {"CY": "DOP", "GQ": "N", "LG": "013 E 51", "LAT": "53 N 33", "TZO": "-1.00", "DATE": "28.09.1905", "MUID": "508", "NAME": "Schmeling, Max", "OCCU": "MA 13", "TIME": "12.00", "BOOKS": "57", "PLACE": "Klein Luckow", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22536	schmid-carlo-1896-12-03	{"afd2": "509"}	{"muller": "M2-509"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Carlo", "family": "Schmid", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:10", "date": "1896-12-03 18:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 2.83, "lat": 42.7, "name": "Perpignan", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Carlo", "family": "Schmid"}, "birth": {"tzo": "+00:10", "date": "1896-12-03 18:00", "place": {"cy": "FR", "lg": 2.83, "lat": 42.7, "name": "Perpignan"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"afd2": "509"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 50", "LAT": "42 N 42", "TZO": "-0.16", "DATE": "03.12.1896", "MUID": "509", "NAME": "Schmid, Carlo", "OCCU": "MA 04", "TIME": "18.00", "BOOKS": "56", "PLACE": "Perpignan", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22537	schmidt-rottluff-karl-1884-12-01	{"afd2": "510"}	{"muller": "M2-510"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Karl", "family": "Schmidt-Rottluff", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1884-12-01 05:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 12.92, "lat": 50.83, "name": "Rottluff", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Karl", "family": "Schmidt-Rottluff"}, "birth": {"lmt": true, "tzo": "", "date": "1884-12-01 05:00", "place": {"cy": "DE", "lg": 12.92, "lat": 50.83, "name": "Rottluff"}}, "occus": ["artist"], "trust": 5, "ids-in-sources": {"afd2": "510"}}, "raw": {"CY": "D", "GQ": "N", "LG": "012 E 55", "LAT": "50 N 50", "TZO": "", "DATE": "01.12.1884", "MUID": "510", "NAME": "Schmidt-Rottluff, Karl", "OCCU": "AR 08", "TIME": "05.00", "BOOKS": "567", "PLACE": "Rottluff", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22538	schmollexr-gustav-1838-06-24	{"afd2": "5i1"}	{"muller": "M2-5i1"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "von", "alter": [], "given": "Gustav", "family": "Schmollexr", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1838-06-24 20:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 9.22, "lat": 49.15, "name": "Heilbronn", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["political-economist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "von", "given": "Gustav", "family": "Schmollexr"}, "birth": {"lmt": true, "tzo": "", "date": "1838-06-24 20:45", "place": {"cy": "DE", "lg": 9.22, "lat": 49.15, "name": "Heilbronn"}}, "occus": ["political-economist"], "trust": 5, "ids-in-sources": {"afd2": "5i1"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 13", "LAT": "49 N 09", "TZO": "", "DATE": "24.06.1838", "MUID": "5i1", "NAME": "Schmollexr, Gustav von", "OCCU": "SC 09", "TIME": "20.45", "BOOKS": "57", "PLACE": "Heilbronn", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22539	schock-rudolf-1915-09-04	{"afd2": "512"}	{"muller": "M2-512"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Rudolf", "family": "Schock", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1915-09-04 01:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 6.77, "lat": 51.43, "name": "Duisburg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["singer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Rudolf", "family": "Schock"}, "birth": {"tzo": "+01:00", "date": "1915-09-04 01:00", "place": {"cy": "DE", "lg": 6.77, "lat": 51.43, "name": "Duisburg"}}, "occus": ["singer"], "trust": 5, "ids-in-sources": {"afd2": "512"}}, "raw": {"CY": "D", "GQ": "N", "LG": "006 E 46", "LAT": "51 N 26", "TZO": "-1.00", "DATE": "04.09.1915", "MUID": "512", "NAME": "Schock, Rudolf", "OCCU": "AR 06", "TIME": "01.00", "BOOKS": "57", "PLACE": "Duisburg", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22540	scholl-hans-1918-09-22	{"afd2": "513"}	{"muller": "M2-513"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Hans", "family": "Scholl", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1918-09-22 22:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 10.08, "lat": 49.13, "name": "Ingersheini", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["revolutionary"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Hans", "family": "Scholl"}, "birth": {"tzo": "+01:00", "date": "1918-09-22 22:45", "place": {"cy": "DE", "lg": 10.08, "lat": 49.13, "name": "Ingersheini"}}, "occus": ["revolutionary"], "trust": 5, "ids-in-sources": {"afd2": "513"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 05", "LAT": "49 N 08", "TZO": "-1.00", "DATE": "22.09.1918", "MUID": "513", "NAME": "Scholl, Hans", "OCCU": "MA 08", "TIME": "22.45", "BOOKS": "56", "PLACE": "Ingersheini", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22541	scholz-gustav-1930-04-42	{"afd2": "514"}	{"muller": "M2-514"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Gustav", "family": "Scholz", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1930-04-42 08:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.5, "lat": 52.5, "name": "Berlin-Moabit", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sportsperson"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Gustav", "family": "Scholz"}, "birth": {"tzo": "+01:00", "date": "1930-04-42 08:15", "place": {"cy": "DE", "lg": 13.5, "lat": 52.5, "name": "Berlin-Moabit"}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"afd2": "514"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 30", "LAT": "52 N 30", "TZO": "-1.00", "DATE": "42.04.1930", "MUID": "514", "NAME": "Scholz, Gustav", "OCCU": "MA 13", "TIME": "08.15", "BOOKS": "57", "PLACE": "Berlin-Moabit", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22542	schroder-rudolf-alexander-1878-01-26	{"afd2": "515"}	{"muller": "M2-515"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Rudolf Alexander", "family": "Schröder", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1878-01-26 19:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.82, "lat": 53.08, "name": "Bremen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Rudolf Alexander", "family": "Schröder"}, "birth": {"lmt": true, "tzo": "", "date": "1878-01-26 19:30", "place": {"cy": "DE", "lg": 8.82, "lat": 53.08, "name": "Bremen"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "515"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 49", "LAT": "53 N 05", "TZO": "", "DATE": "26.01.1878", "MUID": "515", "NAME": "Schröder, Rudolf Alexander", "OCCU": "AR 01", "TIME": "19.30", "BOOKS": "56", "PLACE": "Bremen", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22543	schubert-franz-1797-01-31	{"afd2": "516"}	{"muller": "M2-516"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Franz", "family": "Schubert", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:52", "date": "1797-01-31 13:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "AT", "lg": 16.38, "lat": 48.22, "name": "Lichtenthal", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Franz", "family": "Schubert"}, "birth": {"tzo": "+00:52", "date": "1797-01-31 13:30", "place": {"cy": "AT", "lg": 16.38, "lat": 48.22, "name": "Lichtenthal"}}, "occus": ["composer"], "trust": 5, "ids-in-sources": {"afd2": "516"}}, "raw": {"CY": "A", "GQ": "N", "LG": "016 E 23", "LAT": "48 N 13", "TZO": "-0.87", "DATE": "31.01.1797", "MUID": "516", "NAME": "Schubert, Franz", "OCCU": "AR 04", "TIME": "13.30", "BOOKS": "4567", "PLACE": "Lichtenthal", "TIMOD": "", "SOURCE": "FA"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22544	schulze-delitzsch-hermann-1808-08-29	{"afd2": "517"}	{"muller": "M2-517"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Hermann", "family": "Schulze-Delitzsch", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:48", "date": "1808-08-29 06:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 12.33, "lat": 51.53, "name": "Delitzsch", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Hermann", "family": "Schulze-Delitzsch"}, "birth": {"tzo": "+00:48", "date": "1808-08-29 06:00", "place": {"cy": "DE", "lg": 12.33, "lat": 51.53, "name": "Delitzsch"}}, "occus": ["miscelaneous"], "trust": 5, "ids-in-sources": {"afd2": "517"}}, "raw": {"CY": "D", "GQ": "N", "LG": "012 E 20", "LAT": "51 N 32", "TZO": "-0.80", "DATE": "29.08.1808", "MUID": "517", "NAME": "Schulze-Delitzsch, Hermann", "OCCU": "MA 09", "TIME": "06.00", "BOOKS": "456", "PLACE": "Delitzsch", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
21096	schuman-robert-1886-06-29	{"e3": "1384", "afd2": "518"}	{"lerrcp": "E3-1384", "muller": "M2-518"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Schuman", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:25", "date": "1886-06-29 02:00", "note": "LMT", "place": {"c1": null, "c2": "", "c3": "", "cy": "LU", "lg": 6.13, "lat": 49.61167, "name": "Luxembourg", "geoid": 2960316}, "notime": null, "date-ut": "1886-06-29 01:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Schuman"}, "birth": {"tzo": "+00:25", "date": "1886-06-29 02:00", "place": {"c2": "", "c3": "", "cy": "LU", "lg": 6.13, "lat": 49.61167, "name": "Luxembourg", "geoid": 2960316}, "date-ut": "1886-06-29 01:35"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1384"}}, "raw": {"H": "02:00", "COD": "LUX", "DAY": "29", "MON": "06", "NUM": "1384", "PRO": "PO", "YEA": "1886", "CITY": "Luxembourg - Grand Duché", "NAME": "SCHUMAN Robert", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["politician"], "ids-in-sources": {"afd2": "518"}}, "raw": {"CY": "L", "GQ": "G", "LG": "006 E 08", "LAT": "49 N 37", "TZO": "", "DATE": "29.06.1886", "MUID": "518", "NAME": "Schuman, Robert", "OCCU": "MA 04", "TIME": "02.00", "BOOKS": "56", "PLACE": "Luxemburg", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22545	schumann-robert-1810-06-08	{"afd2": "519"}	{"muller": "M2-519"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Robert", "family": "Schumann", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1810-06-08 21:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 12.48, "lat": 50.72, "name": "Zwickau", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Robert", "family": "Schumann"}, "birth": {"lmt": true, "tzo": "", "date": "1810-06-08 21:30", "place": {"cy": "DE", "lg": 12.48, "lat": 50.72, "name": "Zwickau"}}, "occus": ["composer"], "trust": 5, "ids-in-sources": {"afd2": "519"}}, "raw": {"CY": "D", "GQ": "N", "LG": "012 E 29", "LAT": "50 N 43", "TZO": "", "DATE": "08.06.1810", "MUID": "519", "NAME": "Schumann, Robert", "OCCU": "AR 04", "TIME": "21.30", "BOOKS": "4567", "PLACE": "Zwickau", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22546	schurz-carl-1829-03-02	{"afd2": "520"}	{"muller": "M2-520"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Carl", "family": "Schurz", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1829-03-02 13:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 6.82, "lat": 50.82, "name": "Liblar Köln", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Carl", "family": "Schurz"}, "birth": {"lmt": true, "tzo": "", "date": "1829-03-02 13:00", "place": {"cy": "DE", "lg": 6.82, "lat": 50.82, "name": "Liblar Köln"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"afd2": "520"}}, "raw": {"CY": "D", "GQ": "N", "LG": "006 E 49", "LAT": "50 N 49", "TZO": "", "DATE": "02.03.1829", "MUID": "520", "NAME": "Schurz, Carl", "OCCU": "MA 04", "TIME": "13.00", "BOOKS": "456", "PLACE": "Liblar Köln", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22547	schuschnigg-kurt-1897-12-14	{"afd2": "521"}	{"muller": "M2-521"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "von", "alter": [], "given": "Kurt", "family": "Schuschnigg", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1897-12-14 03:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 10.83, "lat": 45.88, "name": "Riva", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "von", "given": "Kurt", "family": "Schuschnigg"}, "birth": {"tzo": "+01:00", "date": "1897-12-14 03:30", "place": {"cy": "IT", "lg": 10.83, "lat": 45.88, "name": "Riva"}}, "occus": ["politician"], "trust": 5, "ids-in-sources": {"afd2": "521"}}, "raw": {"CY": "I", "GQ": "N", "LG": "010 E 50", "LAT": "45 N 53", "TZO": "-1.00", "DATE": "14.12.1897", "MUID": "521", "NAME": "Schuschnigg, Kurt von", "OCCU": "MA 04", "TIME": "03.30", "BOOKS": "56", "PLACE": "Riva", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22548	seliner-gustav-rudolf-1905-05-25	{"afd2": "523"}	{"muller": "M2-523"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Gustav Rudolf", "family": "Seliner", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1905-05-25 11:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 12.63, "lat": 47.87, "name": "Traunstein", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Gustav Rudolf", "family": "Seliner"}, "birth": {"tzo": "+01:00", "date": "1905-05-25 11:45", "place": {"cy": "DE", "lg": 12.63, "lat": 47.87, "name": "Traunstein"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd2": "523"}}, "raw": {"CY": "D", "GQ": "N", "LG": "012 E 38", "LAT": "47 N 52", "TZO": "-1.00", "DATE": "25.05.1905", "MUID": "523", "NAME": "Seliner, Gustav Rudolf", "OCCU": "AR 03", "TIME": "11.45", "BOOKS": "57", "PLACE": "Traunstein", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
9782	seurat-georges-1859-12-02	{"a4": "1030", "afd2": "524"}	{"lerrcp": "A4-1030", "muller": "M2-524"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Seurat", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1859-12-02 01:00", "note": "LMT", "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1859-12-02 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Seurat"}, "birth": {"tzo": "+00:09:24", "date": "1859-12-02 01:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1859-12-02 00:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1030"}, "ids-in-sources": {"a4": "1030"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "1030", "PRO": "P", "SEC": "40", "YEA": "1859", "CITY": "PARIS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["artist"], "ids-in-sources": {"afd2": "524"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 20", "LAT": "48 N 50", "TZO": "", "DATE": "02.12.1859", "MUID": "524", "NAME": "Seurat, Georges", "OCCU": "AR 08", "TIME": "01.00", "BOOKS": "56", "PLACE": "Paris", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22549	shelley-percy-bysshe-1792-08-04	{"afd2": "525"}	{"muller": "M2-525"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Percy Bysshe", "family": "Shelley", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-00:07", "date": "1792-08-04 22:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -0.33, "lat": 51.1, "name": "Field Place", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Percy Bysshe", "family": "Shelley"}, "birth": {"tzo": "-00:07", "date": "1792-08-04 22:00", "place": {"cy": "GB", "lg": -0.33, "lat": 51.1, "name": "Field Place"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "525"}}, "raw": {"CY": "GB", "GQ": "N", "LG": "000 W 20", "LAT": "51 N 06", "TZO": "0.11", "DATE": "04.08.1792", "MUID": "525", "NAME": "Shelley, Percy Bysshe", "OCCU": "AR 01", "TIME": "22.00", "BOOKS": "4567", "PLACE": "Field Place (Warnham)", "TIMOD": "", "SOURCE": "FA"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
12336	sica-vittorio-1901-07-07	{"a5": "868", "afd2": "526"}	{"lerrcp": "A5-868", "muller": "M2-526"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vittorio", "family": "Sica", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": null, "note": null, "place": {"c1": null, "c2": "FR", "c3": null, "cy": "IT", "lg": 13.6145, "lat": 41.72212, "name": "Sora", "geoid": 3166387}, "notime": null, "date-ut": "1901-07-07 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-868"}, "birth": {"place": {"c2": "FR", "cy": "IT", "lg": 13.6145, "lat": 41.72212, "name": "Sora", "geoid": 3166387}, "date-ut": "1901-07-07 10:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-868"}, "ids-in-sources": {"a5": "868"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "FR", "COU": "I", "DAY": "7", "LAT": "41N36", "LON": "13E15", "MON": "7", "NUM": "868", "PRO": "A", "SEC": "0", "YEA": "1901", "CITY": "SORA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "M", "name": {"given": "Vittorio", "family": "Sica"}, "birth": {"tzo": "+01:00"}, "occus": ["actor"], "ids-in-sources": {"afd2": "526"}}, "raw": {"CY": "I", "GQ": "G", "LG": "013 E 30", "LAT": "41 N 40", "TZO": "-1.00", "DATE": "07.07.1902", "MUID": "526", "NAME": "Sica, Vittorio de", "OCCU": "AR 03", "TIME": "11.00", "BOOKS": "57", "PLACE": "Sora", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22550	signac-paul-1863-11-11	{"afd2": "527"}	{"muller": "M2-527"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Paul", "family": "Signac", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1863-11-11 15:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 2.33, "lat": 48.83, "name": "Paris", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Paul", "family": "Signac"}, "birth": {"lmt": true, "tzo": "", "date": "1863-11-11 15:00", "place": {"cy": "FR", "lg": 2.33, "lat": 48.83, "name": "Paris"}}, "occus": ["artist"], "trust": 5, "ids-in-sources": {"afd2": "527"}}, "raw": {"CY": "F", "GQ": "N", "LG": "002 E 20", "LAT": "48 N 50", "TZO": "", "DATE": "11.11.1863", "MUID": "527", "NAME": "Signac, Paul", "OCCU": "AR 08", "TIME": "15.00", "BOOKS": "4567", "PLACE": "Paris", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22551	skladanowsky-max-1863-04-30	{"afd2": "528"}	{"muller": "M2-528"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Max", "family": "Skladanowsky", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1863-04-30 00:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Max", "family": "Skladanowsky"}, "birth": {"lmt": true, "tzo": "", "date": "1863-04-30 00:15", "place": {"cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin"}}, "occus": ["miscelaneous"], "trust": 5, "ids-in-sources": {"afd2": "528"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 18", "LAT": "52 N 32", "TZO": "", "DATE": "30.04.1863", "MUID": "528", "NAME": "Skladanowsky, Max", "OCCU": "MA 01", "TIME": "00.15", "BOOKS": "456", "PLACE": "Berlin", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22552	slevogt-max-1868-16-08	{"afd2": "529"}	{"muller": "M2-529"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Max", "family": "Slevogt", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1868-16-08 07:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 12.15, "lat": 48.53, "name": "Landshut", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Max", "family": "Slevogt"}, "birth": {"lmt": true, "tzo": "", "date": "1868-16-08 07:00", "place": {"cy": "DE", "lg": 12.15, "lat": 48.53, "name": "Landshut"}}, "occus": ["artist"], "trust": 5, "ids-in-sources": {"afd2": "529"}}, "raw": {"CY": "D", "GQ": "N", "LG": "012 E 09", "LAT": "48 N 32", "TZO": "", "DATE": "08.16.1868", "MUID": "529", "NAME": "Slevogt, Max", "OCCU": "AR 08", "TIME": "07.00", "BOOKS": "4567", "PLACE": "Landshut", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22553	sombart-werner-1863-01-19	{"afd2": "530"}	{"muller": "M2-530"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Werner", "family": "Sombart", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1863-01-19 17:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 11.45, "lat": 51.75, "name": "Ermsleben", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["political-economist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Werner", "family": "Sombart"}, "birth": {"lmt": true, "tzo": "", "date": "1863-01-19 17:00", "place": {"cy": "DE", "lg": 11.45, "lat": 51.75, "name": "Ermsleben"}}, "occus": ["political-economist"], "trust": 5, "ids-in-sources": {"afd2": "530"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 27", "LAT": "51 N 45", "TZO": "", "DATE": "19.01.1863", "MUID": "530", "NAME": "Sombart, Werner", "OCCU": "SC 09", "TIME": "17.00", "BOOKS": "567", "PLACE": "Ermsleben", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22554	sommerfeld-arnold-1868-12-05	{"afd2": "531"}	{"muller": "M2-531"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Arnold", "family": "Sommerfeld", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1868-12-05 17:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "RU", "lg": 20.5, "lat": 54.72, "name": "Königsberg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Arnold", "family": "Sommerfeld"}, "birth": {"lmt": true, "tzo": "", "date": "1868-12-05 17:45", "place": {"cy": "RU", "lg": 20.5, "lat": 54.72, "name": "Königsberg"}}, "occus": ["scientist"], "trust": 5, "ids-in-sources": {"afd2": "531"}}, "raw": {"CY": "DOS", "GQ": "N", "LG": "020 E 30", "LAT": "54 N 43", "TZO": "", "DATE": "05.12.1868", "MUID": "531", "NAME": "Sommerfeld, Arnold", "OCCU": "SC 02", "TIME": "17.45", "BOOKS": "56", "PLACE": "Königsberg", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22555	spengler-oswald-1880-05-29	{"afd2": "532"}	{"muller": "M2-532"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Oswald", "family": "Spengler", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1880-05-29 18:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 10.95, "lat": 51.78, "name": "Blankenburg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["humanities-scholar"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Oswald", "family": "Spengler"}, "birth": {"lmt": true, "tzo": "", "date": "1880-05-29 18:30", "place": {"cy": "DE", "lg": 10.95, "lat": 51.78, "name": "Blankenburg"}}, "occus": ["humanities-scholar"], "trust": 5, "ids-in-sources": {"afd2": "532"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 57", "LAT": "51 N 47", "TZO": "", "DATE": "29.05.1880", "MUID": "532", "NAME": "Spengler, Oswald", "OCCU": "SC 07", "TIME": "18.30", "BOOKS": "456", "PLACE": "Blankenburg (Harz)", "TIMOD": "LMT", "SOURCE": "SA"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22556	spitzweg-cari-1808-02-05	{"afd2": "533"}	{"muller": "M2-533"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Cari", "family": "Spitzweg", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:31", "date": "1808-02-05 04:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 11.57, "lat": 48.13, "name": "München", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Cari", "family": "Spitzweg"}, "birth": {"tzo": "+00:31", "date": "1808-02-05 04:30", "place": {"cy": "DE", "lg": 11.57, "lat": 48.13, "name": "München"}}, "occus": ["artist"], "trust": 5, "ids-in-sources": {"afd2": "533"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 34", "LAT": "48 N 08", "TZO": "-0.52", "DATE": "05.02.1808", "MUID": "533", "NAME": "Spitzweg, Cari", "OCCU": "AR 08", "TIME": "04.30", "BOOKS": "4557", "PLACE": "München", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22557	spranger-eduard-1882-06-27	{"afd2": "534"}	{"muller": "M2-534"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Eduard", "family": "Spranger", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1882-06-27 05:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.5, "lat": 52.5, "name": "Grof-Lichterfelde", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["humanities-scholar"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Eduard", "family": "Spranger"}, "birth": {"lmt": true, "tzo": "", "date": "1882-06-27 05:00", "place": {"cy": "DE", "lg": 13.5, "lat": 52.5, "name": "Grof-Lichterfelde"}}, "occus": ["humanities-scholar"], "trust": 5, "ids-in-sources": {"afd2": "534"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 30", "LAT": "52 N 30", "TZO": "", "DATE": "27.06.1882", "MUID": "534", "NAME": "Spranger, Eduard", "OCCU": "SC 07", "TIME": "05.00", "BOOKS": "567", "PLACE": "Grof-Lichterfelde", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22558	stark-johannes-1874-04-15	{"afd2": "535"}	{"muller": "M2-535"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Johannes", "family": "Stark", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1874-04-15 06:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 11.87, "lat": 49.45, "name": "Schickenhof", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Johannes", "family": "Stark"}, "birth": {"lmt": true, "tzo": "", "date": "1874-04-15 06:00", "place": {"cy": "DE", "lg": 11.87, "lat": 49.45, "name": "Schickenhof"}}, "occus": ["scientist"], "trust": 5, "ids-in-sources": {"afd2": "535"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 52", "LAT": "49 N 27", "TZO": "", "DATE": "15.04.1874", "MUID": "535", "NAME": "Stark, Johannes", "OCCU": "SC 02", "TIME": "06.00", "BOOKS": "45", "PLACE": "Schickenhof (Amberg)", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22559	staudinger-hermann-1881-03-23	{"afd2": "536"}	{"muller": "M2-536"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Hermann", "family": "Staudinger", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1881-03-23 23:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.37, "lat": 49.63, "name": "Worms", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Hermann", "family": "Staudinger"}, "birth": {"lmt": true, "tzo": "", "date": "1881-03-23 23:45", "place": {"cy": "DE", "lg": 8.37, "lat": 49.63, "name": "Worms"}}, "occus": ["scientist"], "trust": 5, "ids-in-sources": {"afd2": "536"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 22", "LAT": "49 N 38", "TZO": "", "DATE": "23.03.1881", "MUID": "536", "NAME": "Staudinger, Hermann", "OCCU": "SC 03", "TIME": "23.45", "BOOKS": "457", "PLACE": "Worms", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22560	stauffenberg-claus-1907-11-15	{"afd2": "537"}	{"muller": "M2-537"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "von", "alter": [], "given": "Claus", "family": "Stauffenberg", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1907-11-15 01:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 10.43, "lat": 48.4, "name": "Schloß Jettingen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["revolutionary"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "von", "given": "Claus", "family": "Stauffenberg"}, "birth": {"tzo": "+01:00", "date": "1907-11-15 01:00", "place": {"cy": "DE", "lg": 10.43, "lat": 48.4, "name": "Schloß Jettingen"}}, "occus": ["revolutionary"], "trust": 5, "ids-in-sources": {"afd2": "537"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 26", "LAT": "48 N 24", "TZO": "-1.00", "DATE": "15.11.1907", "MUID": "537", "NAME": "Stauffenberg, Claus von", "OCCU": "MA 08", "TIME": "01.00", "BOOKS": "56", "PLACE": "Schloß Jettingen", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22561	stefano-giuseppe-1921-07-24	{"afd2": "538"}	{"muller": "M2-538"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "di", "alter": [], "given": "Giuseppe", "family": "Stefano", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1921-07-24 12:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 14.97, "lat": 37.5, "name": "Motta Sta. Anastasia", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["singer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "di", "given": "Giuseppe", "family": "Stefano"}, "birth": {"tzo": "+01:00", "date": "1921-07-24 12:00", "place": {"cy": "IT", "lg": 14.97, "lat": 37.5, "name": "Motta Sta. Anastasia"}}, "occus": ["singer"], "trust": 5, "ids-in-sources": {"afd2": "538"}}, "raw": {"CY": "I", "GQ": "N", "LG": "014 E 58", "LAT": "37 N 30", "TZO": "-1.00", "DATE": "24.07.1921", "MUID": "538", "NAME": "Stefano, Giuseppe di", "OCCU": "AR 06", "TIME": "12.00", "BOOKS": "57", "PLACE": "Motta Sta. Anastasia", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22562	steinberg-william-1899-08-01	{"afd2": "539"}	{"muller": "M2-539"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "William", "family": "Steinberg", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1899-08-01 04:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 6.95, "lat": 50.95, "name": "Köln", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "William", "family": "Steinberg"}, "birth": {"tzo": "+01:00", "date": "1899-08-01 04:30", "place": {"cy": "DE", "lg": 6.95, "lat": 50.95, "name": "Köln"}}, "occus": ["conductor"], "trust": 5, "ids-in-sources": {"afd2": "539"}}, "raw": {"CY": "D", "GQ": "N", "LG": "006 E 57", "LAT": "50 N 57", "TZO": "-1.00", "DATE": "01.08.1899", "MUID": "539", "NAME": "Steinberg, William", "OCCU": "AR 05", "TIME": "04.30", "BOOKS": "57", "PLACE": "Köln", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22563	steinway-heinrich-e-1797-02-22	{"afd2": "540"}	{"muller": "M2-540"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Heinrich E.", "family": "Steinway", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:26", "date": "1797-02-22 18:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 10.32, "lat": 51.9, "name": "Wolfshagen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Heinrich E.", "family": "Steinway"}, "birth": {"tzo": "+00:26", "date": "1797-02-22 18:00", "place": {"cy": "DE", "lg": 10.32, "lat": 51.9, "name": "Wolfshagen"}}, "occus": ["miscelaneous"], "trust": 5, "ids-in-sources": {"afd2": "540"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 19", "LAT": "51 N 54", "TZO": "-0.44", "DATE": "22.02.1797", "MUID": "540", "NAME": "Steinway, Heinrich E.", "OCCU": "MA 01", "TIME": "18.00", "BOOKS": "45", "PLACE": "Wolfshagen", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22564	stern-william-1871-04-29	{"afd2": "541"}	{"muller": "M2-541"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "William", "family": "Stern", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1871-04-29 02:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["social-scientist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "William", "family": "Stern"}, "birth": {"lmt": true, "tzo": "", "date": "1871-04-29 02:30", "place": {"cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin"}}, "occus": ["social-scientist"], "trust": 5, "ids-in-sources": {"afd2": "541"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 18", "LAT": "52 N 32", "TZO": "", "DATE": "29.04.1871", "MUID": "541", "NAME": "Stern, William", "OCCU": "SC 05", "TIME": "02.30", "BOOKS": "56", "PLACE": "Berlin", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22565	sternheim-carl-1878-04-01	{"afd2": "542"}	{"muller": "M2-542"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Carl", "family": "Sternheim", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1878-04-01 07:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 12.37, "lat": 51.35, "name": "Leipzig", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Carl", "family": "Sternheim"}, "birth": {"lmt": true, "tzo": "", "date": "1878-04-01 07:15", "place": {"cy": "DE", "lg": 12.37, "lat": 51.35, "name": "Leipzig"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "542"}}, "raw": {"CY": "D", "GQ": "N", "LG": "012 B 22", "LAT": "51 N 21", "TZO": "", "DATE": "01.04.1878", "MUID": "542", "NAME": "Sternheim, Carl", "OCCU": "AR 01", "TIME": "07.15", "BOOKS": "56", "PLACE": "Leipzig", "TIMOD": "LMT", "SOURCE": "SB"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22566	stirner-max-1806-10-25	{"afd2": "543"}	{"muller": "M2-543"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Max", "family": "Stirner", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:02", "date": "1806-10-25 06:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 11.58, "lat": 49.95, "name": "Bayreuth", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["humanities-scholar"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Max", "family": "Stirner"}, "birth": {"tzo": "+01:02", "date": "1806-10-25 06:00", "place": {"cy": "DE", "lg": 11.58, "lat": 49.95, "name": "Bayreuth"}}, "occus": ["humanities-scholar"], "trust": 5, "ids-in-sources": {"afd2": "543"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 35", "LAT": "49 N 57", "TZO": "-1.03", "DATE": "25.10.1806", "MUID": "543", "NAME": "Stirner, Max", "OCCU": "SC 06", "TIME": "06.00", "BOOKS": "57", "PLACE": "Bayreuth", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22567	stolz-robert-1880-08-25	{"afd2": "544"}	{"muller": "M2-544"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Robert", "family": "Stolz", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1880-08-25 16:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "AT", "lg": 15.45, "lat": 47.07, "name": "Graz", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Robert", "family": "Stolz"}, "birth": {"lmt": true, "tzo": "", "date": "1880-08-25 16:15", "place": {"cy": "AT", "lg": 15.45, "lat": 47.07, "name": "Graz"}}, "occus": ["composer"], "trust": 5, "ids-in-sources": {"afd2": "544"}}, "raw": {"CY": "A", "GQ": "N", "LG": "015 E 27", "LAT": "47 N 04", "TZO": "", "DATE": "25.08.1880", "MUID": "544", "NAME": "Stolz, Robert", "OCCU": "AR 04", "TIME": "16.15", "BOOKS": "567", "PLACE": "Graz", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22568	storm-theodor-1817-09-14	{"afd2": "545"}	{"muller": "M2-545"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Theodor", "family": "Storm", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1817-09-14 23:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 9.05, "lat": 54.48, "name": "Husum", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Theodor", "family": "Storm"}, "birth": {"lmt": true, "tzo": "", "date": "1817-09-14 23:30", "place": {"cy": "DE", "lg": 9.05, "lat": 54.48, "name": "Husum"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "545"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 03", "LAT": "54 N 29", "TZO": "", "DATE": "14.09.1817", "MUID": "545", "NAME": "Storm, Theodor", "OCCU": "AR 01", "TIME": "23.30", "BOOKS": "4567", "PLACE": "Husum", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22569	strauf-david-friedrich-1808-01-27	{"afd2": "546"}	{"muller": "M2-546"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "David Friedrich", "family": "Strauf", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:24", "date": "1808-01-27 03:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 9.2, "lat": 48.9, "name": "Ludwigsburg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["humanities-scholar"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "David Friedrich", "family": "Strauf"}, "birth": {"tzo": "+00:24", "date": "1808-01-27 03:00", "place": {"cy": "DE", "lg": 9.2, "lat": 48.9, "name": "Ludwigsburg"}}, "occus": ["humanities-scholar"], "trust": 5, "ids-in-sources": {"afd2": "546"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 12", "LAT": "48 N 54", "TZO": "-0.40", "DATE": "27.01.1808", "MUID": "546", "NAME": "Strauf, David Friedrich", "OCCU": "SC 06", "TIME": "03.00", "BOOKS": "567", "PLACE": "Ludwigsburg", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22570	strauss-richard-1864-06-11	{"afd2": "547"}	{"muller": "M2-547"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Richard", "family": "Strauss", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1864-06-11 06:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 11.57, "lat": 48.13, "name": "München", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Richard", "family": "Strauss"}, "birth": {"lmt": true, "tzo": "", "date": "1864-06-11 06:00", "place": {"cy": "DE", "lg": 11.57, "lat": 48.13, "name": "München"}}, "occus": ["composer"], "trust": 5, "ids-in-sources": {"afd2": "547"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 34", "LAT": "48 N 08", "TZO": "", "DATE": "11.06.1864", "MUID": "547", "NAME": "Strauss, Richard", "OCCU": "AR 04", "TIME": "06.00", "BOOKS": "4567", "PLACE": "München", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22571	stroux-karlheinz-1908-02-25	{"afd2": "548"}	{"muller": "M2-548"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Karlheinz", "family": "Stroux", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1908-02-25 15:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 6.77, "lat": 51.43, "name": "Hamborn", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Karlheinz", "family": "Stroux"}, "birth": {"tzo": "+01:00", "date": "1908-02-25 15:00", "place": {"cy": "DE", "lg": 6.77, "lat": 51.43, "name": "Hamborn"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd2": "548"}}, "raw": {"CY": "D", "GQ": "N", "LG": "006 E 46", "LAT": "51 N 26", "TZO": "-1.00", "DATE": "25.02.1908", "MUID": "548", "NAME": "Stroux, Karlheinz", "OCCU": "AR 03", "TIME": "15.00", "BOOKS": "57", "PLACE": "Hamborn", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22572	stuck-franz-1863-02-23	{"afd2": "549"}	{"muller": "M2-549"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "von", "alter": [], "given": "Franz", "family": "Stuck", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1863-02-23 04:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.47, "lat": 48.57, "name": "Tettenweis", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "von", "given": "Franz", "family": "Stuck"}, "birth": {"lmt": true, "tzo": "", "date": "1863-02-23 04:00", "place": {"cy": "DE", "lg": 13.47, "lat": 48.57, "name": "Tettenweis"}}, "occus": ["artist"], "trust": 5, "ids-in-sources": {"afd2": "549"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 28", "LAT": "48 N 34", "TZO": "", "DATE": "23.02.1863", "MUID": "549", "NAME": "Stuck, Franz von", "OCCU": "AR 08", "TIME": "04.00", "BOOKS": "56", "PLACE": "Tettenweis", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
14544	taine-hippolyte-1828-04-21	{"a6": "760", "afd2": "551"}	{"lerrcp": "A6-760", "muller": "M2-551"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hippolyte", "family": "Taine", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:18:48", "date": "1828-04-21 16:00", "note": "LMT", "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.7012, "lat": 49.39791, "name": "Vouziers", "geoid": 2967603}, "notime": null, "date-ut": "1828-04-21 15:41:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["writer", "humanities-scholar"]	5	null	[{"new": {"name": {"given": "Hippolyte", "family": "Taine"}, "birth": {"tzo": "+00:18:48", "date": "1828-04-21 16:00", "place": {"c2": "08", "cy": "FR", "lg": 4.7012, "lat": 49.39791, "name": "Vouziers", "geoid": 2967603}, "date-ut": "1828-04-21 15:41:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-760"}, "ids-in-sources": {"a6": "760"}}, "raw": {"H": "15", "MN": "41", "TZ": "0", "COD": "08", "COU": "F", "DAY": "21", "LAT": "49N46", "LON": "4E44", "MON": "4", "NUM": "760", "PRO": "W", "SEC": "4", "YEA": "1828", "CITY": "VOUZIERS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["humanities-scholar"], "ids-in-sources": {"afd2": "551"}}, "raw": {"CY": "F", "GQ": "G", "LG": "004 E 42", "LAT": "49 N 24", "TZO": "", "DATE": "21.04.1828", "MUID": "551", "NAME": "Taine, Hippolyte", "OCCU": "SC 07", "TIME": "16.00", "BOOKS": "56", "PLACE": "Vouziers", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22573	tauber-richard-1891-05-16	{"afd2": "553"}	{"muller": "M2-553"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Richard", "family": "Tauber", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1891-05-16 01:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "AT", "lg": 14.3, "lat": 48.3, "name": "Linz", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["singer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Richard", "family": "Tauber"}, "birth": {"lmt": true, "tzo": "", "date": "1891-05-16 01:30", "place": {"cy": "AT", "lg": 14.3, "lat": 48.3, "name": "Linz"}}, "occus": ["singer"], "trust": 5, "ids-in-sources": {"afd2": "553"}}, "raw": {"CY": "A", "GQ": "N", "LG": "014 E 18", "LAT": "48 N 18", "TZO": "", "DATE": "16.05.1891", "MUID": "553", "NAME": "Tauber, Richard", "OCCU": "AR 06", "TIME": "01.30", "BOOKS": "57", "PLACE": "Linz", "TIMOD": "LMT", "SOURCE": "SA"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
4982	teilhard-de-chardin-pierre-1881-05-01	{"a2": "2898", "a6": "763", "afd2": "554"}	{"lerrcp": "A2-2898", "muller": "M2-554"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Teilhard De Chardin Pierre", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:12:03", "date": "1881-05-01 07:00", "note": "LMT", "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.01234, "lat": 45.78246, "name": "Orcines", "geoid": 2989417}, "notime": null, "date-ut": "1881-05-01 06:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist", "writer", "humanities-scholar"]	5	null	[{"new": {"name": {"given": "", "family": "Teilhard De Chardin Pierre"}, "birth": {"tzo": "+00:12:03", "date": "1881-05-01 07:00", "place": {"c2": "63", "cy": "FR", "lg": 3.01234, "lat": 45.78246, "name": "Orcines", "geoid": 2989417}, "date-ut": "1881-05-01 06:47:40"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-2898"}, "ids-in-sources": {"a2": "2898"}}, "raw": {"H": "6", "MN": "47", "TZ": "0", "COD": "63", "COU": "F", "DAY": "1", "LAT": "45N47", "LON": "3E 5", "MON": "5", "NUM": "2898", "PRO": "S", "SEC": "40", "YEA": "1881", "CITY": "ORCINES"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "763"}}, "raw": {"H": "6", "MN": "47", "TZ": "0", "COD": "63", "COU": "F", "DAY": "1", "LAT": "45N47", "LON": "3E 5", "MON": "5", "NUM": "763", "PRO": "W", "SEC": "40", "YEA": "1881", "CITY": "ORCINES"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["humanities-scholar"], "ids-in-sources": {"afd2": "554"}}, "raw": {"CY": "F", "GQ": "G", "LG": "003 E 05", "LAT": "45 N 47", "TZO": "", "DATE": "01.05.1881", "MUID": "554", "NAME": "Teilhard de Chardin, Pierre", "OCCU": "SC 06", "TIME": "07.00", "BOOKS": "567", "PLACE": "Sarcenat", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
2817	vialleton-louis-1859-12-22	{"a2": "730", "g55": "01-560", "afd5": "1045"}	{"g55": "01-560", "lerrcp": "A2-730", "muller": "M5-1045"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Vialleton", "spouse": [], "official": {"given": "Louis Marius", "family": null}}	\N	{"lmt": null, "tzo": "+00:19:30", "date": "1859-12-22 08:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 4.87484, "lat": 45.52569, "name": "Vienne", "geoid": 2969284}, "notime": null, "date-ut": "1859-12-22 07:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Vialleton"}, "birth": {"tzo": "+00:19:30", "date": "1859-12-22 07:56:38", "place": {"c2": "38", "cy": "FR", "lg": 4.87484, "lat": 45.52569, "name": "Vienne", "geoid": 2969284}, "date-ut": "1859-12-22 07:37:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-730"}, "ids-in-sources": {"a2": "730"}}, "raw": {"H": "7", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "22", "LAT": "45N11", "LON": "5E43", "MON": "12", "NUM": "730", "PRO": "S", "SEC": "8", "YEA": "1859", "CITY": "VIENNE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Vialleton", "official": {"given": "Louis Marius"}}, "birth": {"date": "1859-12-22 08:00", "place": {"name": "Vienne"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1045"}}, "raw": {"NR": "1045", "GNR": "SA2730", "JU_": "0", "MA_": "2", "MO_": "1", "SA_": "0", "SO_": "2", "VE_": "1", "CODE": "3", "JAHR": "1859", "KORR": "", "MARS": "9", "MODE": "LMT", "MOND": "4", "NAME": "VIALLETON (LOUIS MARIUS).", "AUFAB": "-5.70", "PHAS_": "5.300", "SONNE": "1", "VENUS": "35", "BREITE": "45 N 11", "GEBORT": "Vienne (Isère)", "LAENGE": "005 E 43", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "15", "GEBZEIT": "08.00", "JUPITER": "17", "ELECTAGE": "65,2", "ELECTDAT": "03.02.1925", "GEBDATUM": "22.12.1859", "STBDATUM": "19.12.1929"}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-560"}, "ids-in-source": {"g55": "01-560"}}, "raw": {"DAY": "22-12-1859", "HOUR": "8 h.", "NAME": "VIALLETON Louis", "PLACE": "Vienne (Isère)."}, "date": "2023-08-20T14:47:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
22574	thiedemann-fritz-1918-03-03	{"afd2": "555"}	{"muller": "M2-555"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Fritz", "family": "Thiedemann", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1918-03-03 07:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 9.1, "lat": 54.2, "name": "Weddinghusen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sportsperson"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Fritz", "family": "Thiedemann"}, "birth": {"tzo": "+01:00", "date": "1918-03-03 07:00", "place": {"cy": "DE", "lg": 9.1, "lat": 54.2, "name": "Weddinghusen"}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"afd2": "555"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 06", "LAT": "54 N 12", "TZO": "-1.00", "DATE": "03.03.1918", "MUID": "555", "NAME": "Thiedemann, Fritz", "OCCU": "MA 13", "TIME": "07.00", "BOOKS": "57", "PLACE": "Weddinghusen", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22575	thielicke-helmut-1908-12-04	{"afd2": "556"}	{"muller": "M2-556"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Helmut", "family": "Thielicke", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1908-12-04 18:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 7.2, "lat": 51.27, "name": "Barmen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["humanities-scholar"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Helmut", "family": "Thielicke"}, "birth": {"tzo": "+01:00", "date": "1908-12-04 18:30", "place": {"cy": "DE", "lg": 7.2, "lat": 51.27, "name": "Barmen"}}, "occus": ["humanities-scholar"], "trust": 5, "ids-in-sources": {"afd2": "556"}}, "raw": {"CY": "D", "GQ": "N", "LG": "007 E 12", "LAT": "51 N 16", "TZO": "-1.00", "DATE": "04.12.1908", "MUID": "556", "NAME": "Thielicke, Helmut", "OCCU": "SC 06", "TIME": "18.30", "BOOKS": "57", "PLACE": "Barmen", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22576	thiers-adolphe-1797-04-14	{"afd2": "557"}	{"muller": "M2-557"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Adolphe", "family": "Thiers", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:22", "date": "1797-04-14 14:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 5.37, "lat": 43.3, "name": "Marseille", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["humanities-scholar"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Adolphe", "family": "Thiers"}, "birth": {"tzo": "+00:22", "date": "1797-04-14 14:00", "place": {"cy": "FR", "lg": 5.37, "lat": 43.3, "name": "Marseille"}}, "occus": ["humanities-scholar"], "trust": 5, "ids-in-sources": {"afd2": "557"}}, "raw": {"CY": "F", "GQ": "G", "LG": "005 E 22", "LAT": "43 N 18", "TZO": "-0.37", "DATE": "14.04.1797", "MUID": "557", "NAME": "Thiers, Adolphe", "OCCU": "SC 07", "TIME": "14.00", "BOOKS": "56", "PLACE": "Marseille", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
10111	thoma-hans-1839-10-02	{"a4": "1359", "afd2": "559"}	{"lerrcp": "A4-1359", "muller": "M2-559"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Thoma", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1839-10-02 23:30", "note": "LMT", "place": {"c1": null, "c2": "BADW", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "BERNAU", "geoid": 0}, "notime": null, "date-ut": "1839-10-02 22:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Hans", "family": "Thoma"}, "birth": {"place": {"c2": "BADW", "cy": "DE", "lg": 9, "lat": 48.5, "name": "BERNAU", "geoid": 0}, "date-ut": "1839-10-02 22:54"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1359"}, "ids-in-sources": {"a4": "1359"}}, "raw": {"H": "23", "MN": "54", "TZ": "-1", "COD": "BADW", "COU": "G", "DAY": "2", "LAT": "48N30", "LON": "9E 0", "MON": "10", "NUM": "1359", "PRO": "P", "SEC": "0", "YEA": "1839", "CITY": "BERNAU"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1839-10-02 23:30", "note": "LMT"}, "occus": ["artist"], "ids-in-sources": {"afd2": "559"}}, "raw": {"CY": "D", "GQ": "G", "LG": "008 E 13", "LAT": "47 N 55", "TZO": "", "DATE": "02.10.1839", "MUID": "559", "NAME": "Thoma, Hans", "OCCU": "AR 08", "TIME": "23.30", "BOOKS": "4567", "PLACE": "Bernau", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22578	thoma-ludwig-1867-01-21	{"afd2": "560"}	{"muller": "M2-560"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Ludwig", "family": "Thoma", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1867-01-21 11:90", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 11.1, "lat": 47.5, "name": "Oberammergau", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Ludwig", "family": "Thoma"}, "birth": {"lmt": true, "tzo": "", "date": "1867-01-21 11:90", "place": {"cy": "DE", "lg": 11.1, "lat": 47.5, "name": "Oberammergau"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "560"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 06", "LAT": "47 N 30", "TZO": "", "DATE": "21.01.1867", "MUID": "560", "NAME": "Thoma, Ludwig", "OCCU": "AR 01", "TIME": "11.90", "BOOKS": "567", "PLACE": "Oberammergau", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22579	thyssen-august-1842-05-17	{"afd2": "561"}	{"muller": "M2-561"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "August", "family": "Thyssen", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1842-05-17 04:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 6.27, "lat": 50.82, "name": "Eschweiler", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "August", "family": "Thyssen"}, "birth": {"lmt": true, "tzo": "", "date": "1842-05-17 04:00", "place": {"cy": "DE", "lg": 6.27, "lat": 50.82, "name": "Eschweiler"}}, "occus": ["executive"], "trust": 5, "ids-in-sources": {"afd2": "561"}}, "raw": {"CY": "D", "GQ": "N", "LG": "006 E 16", "LAT": "50 N 49", "TZO": "", "DATE": "17.05.1842", "MUID": "561", "NAME": "Thyssen, August", "OCCU": "MA 03", "TIME": "04.00", "BOOKS": "56", "PLACE": "Eschweiler", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22580	tieck-ludwig-1773-05-31	{"afd2": "562"}	{"muller": "M2-562"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Ludwig", "family": "Tieck", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:56", "date": "1773-05-31 11:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Ludwig", "family": "Tieck"}, "birth": {"tzo": "+00:56", "date": "1773-05-31 11:00", "place": {"cy": "DE", "lg": 13.3, "lat": 52.53, "name": "Berlin"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "562"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 18", "LAT": "52 N 32", "TZO": "-0.93", "DATE": "31.05.1773", "MUID": "562", "NAME": "Tieck, Ludwig", "OCCU": "AR 01", "TIME": "11.00", "BOOKS": "467", "PLACE": "Berlin", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
13277	togliatti-palmiro-1893-03-26	{"a5": "1829", "afd2": "563"}	{"lerrcp": "A5-1829", "muller": "M2-563"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Palmiro", "family": "Togliatti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1893-03-26 01:00", "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "IT", "lg": 9, "lat": 44.4, "name": "GENOVA", "geoid": 0}, "notime": null, "date-ut": "1893-03-26 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Palmiro", "family": "Togliatti"}, "birth": {"place": {"c2": "GE", "cy": "IT", "lg": 9, "lat": 44.4, "name": "GENOVA", "geoid": 0}, "date-ut": "1893-03-26 00:10:04"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1829"}, "ids-in-sources": {"a5": "1829"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "GE", "COU": "I", "DAY": "26", "LAT": "44N24", "LON": "9E 0", "MON": "3", "NUM": "1829", "PRO": "PT", "SEC": "4", "YEA": "1893", "CITY": "GENOVA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "M", "birth": {"tzo": "+00:50", "date": "1893-03-26 01:00"}, "occus": ["politician"], "ids-in-sources": {"afd2": "563"}}, "raw": {"CY": "I", "GQ": "G", "LG": "008 E 54", "LAT": "44 N 25", "TZO": "-0.83", "DATE": "26.03.1893", "MUID": "563", "NAME": "Togliatti, Palmiro", "OCCU": "MA 04", "TIME": "01.00", "BOOKS": "56", "PLACE": "Genua", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22581	toscanini-arturo-1867-03-25	{"afd2": "564"}	{"muller": "M2-564"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Arturo", "family": "Toscanini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1867-03-25 03:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 10.33, "lat": 44.8, "name": "Parma", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["conductor"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Arturo", "family": "Toscanini"}, "birth": {"tzo": "+00:50", "date": "1867-03-25 03:00", "place": {"cy": "IT", "lg": 10.33, "lat": 44.8, "name": "Parma"}}, "occus": ["conductor"], "trust": 5, "ids-in-sources": {"afd2": "564"}}, "raw": {"CY": "I", "GQ": "N", "LG": "010 E 20", "LAT": "44 N 48", "TZO": "-0.83", "DATE": "25.03.1867", "MUID": "564", "NAME": "Toscanini, Arturo", "OCCU": "AR 05", "TIME": "03.00", "BOOKS": "4567", "PLACE": "Parma", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
9830	toulouse-lautrec-henri-1864-11-24	{"a4": "1078", "afd2": "565"}	{"lerrcp": "A4-1078", "muller": "M2-565"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Toulouse-Lautrec", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:08:36", "date": "1864-11-24 06:00", "note": "LMT", "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 2.148, "lat": 43.9298, "name": "Albi", "geoid": 3038261}, "notime": null, "date-ut": "1864-11-24 05:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Toulouse-Lautrec"}, "birth": {"tzo": "+00:08:36", "date": "1864-11-24 06:00", "place": {"c2": "81", "cy": "FR", "lg": 2.148, "lat": 43.9298, "name": "Albi", "geoid": 3038261}, "date-ut": "1864-11-24 05:51:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1078"}, "ids-in-sources": {"a4": "1078"}}, "raw": {"H": "5", "MN": "51", "TZ": "0", "COD": "81", "COU": "F", "DAY": "24", "LAT": "43N55", "LON": "2E 8", "MON": "11", "NUM": "1078", "PRO": "P", "SEC": "28", "YEA": "1864", "CITY": "ALBI"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["artist"], "ids-in-sources": {"afd2": "565"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 09", "LAT": "43 N 56", "TZO": "", "DATE": "24.11.1864", "MUID": "565", "NAME": "Toulouse-Lautrec, Henri de", "OCCU": "AR 08", "TIME": "06.00", "BOOKS": "4567", "PLACE": "Albi", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22582	trakl-georg-1887-02-03	{"afd2": "566"}	{"muller": "M2-566"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Georg", "family": "Trakl", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1887-02-03 18:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "AT", "lg": 13.05, "lat": 47.8, "name": "Salzburg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Georg", "family": "Trakl"}, "birth": {"lmt": true, "tzo": "", "date": "1887-02-03 18:30", "place": {"cy": "AT", "lg": 13.05, "lat": 47.8, "name": "Salzburg"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "566"}}, "raw": {"CY": "A", "GQ": "N", "LG": "013 E 03", "LAT": "47 N 48", "TZO": "", "DATE": "03.02.1887", "MUID": "566", "NAME": "Trakl, Georg", "OCCU": "AR 01", "TIME": "18.30", "BOOKS": "567", "PLACE": "Salzburg", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22583	treitschke-heinrich-1834-09-15	{"afd2": "567"}	{"muller": "M2-567"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "von", "alter": [], "given": "Heinrich", "family": "Treitschke", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1834-09-15 19:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.73, "lat": 51.05, "name": "Dresden", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["humanities-scholar"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "von", "given": "Heinrich", "family": "Treitschke"}, "birth": {"lmt": true, "tzo": "", "date": "1834-09-15 19:00", "place": {"cy": "DE", "lg": 13.73, "lat": 51.05, "name": "Dresden"}}, "occus": ["humanities-scholar"], "trust": 5, "ids-in-sources": {"afd2": "567"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 44", "LAT": "51 N 03", "TZO": "", "DATE": "15.09.1834", "MUID": "567", "NAME": "Treitschke, Heinrich von", "OCCU": "SC 07", "TIME": "19.00", "BOOKS": "456", "PLACE": "Dresden", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22584	troeltsch-ernst-1865-02-17	{"afd2": "568"}	{"muller": "M2-568"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Ernst", "family": "Troeltsch", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1865-02-17 01:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 10.9, "lat": 48.37, "name": "Haunstetten", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["humanities-scholar"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Ernst", "family": "Troeltsch"}, "birth": {"lmt": true, "tzo": "", "date": "1865-02-17 01:30", "place": {"cy": "DE", "lg": 10.9, "lat": 48.37, "name": "Haunstetten"}}, "occus": ["humanities-scholar"], "trust": 5, "ids-in-sources": {"afd2": "568"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 54", "LAT": "48 N 22", "TZO": "", "DATE": "17.02.1865", "MUID": "568", "NAME": "Troeltsch, Ernst", "OCCU": "SC 07", "TIME": "01.30", "BOOKS": "57", "PLACE": "Haunstetten", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22585	truffaut-francois-1932-02-06	{"afd2": "569"}	{"muller": "M2-569"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Francois", "family": "Truffaut", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1932-02-06 06:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 2.33, "lat": 48.83, "name": "Paris", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Francois", "family": "Truffaut"}, "birth": {"tzo": "+00:00", "date": "1932-02-06 06:00", "place": {"cy": "FR", "lg": 2.33, "lat": 48.83, "name": "Paris"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd2": "569"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 20", "LAT": "48 N 50", "TZO": "0.00", "DATE": "06.02.1932", "MUID": "569", "NAME": "Truffaut, Francois", "OCCU": "AR 03", "TIME": "06.00", "BOOKS": "57", "PLACE": "Paris", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22586	tucholsky-kurt-1890-01-09	{"afd2": "570"}	{"muller": "M2-570"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Kurt", "family": "Tucholsky", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1890-01-09 18:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.5, "lat": 52.5, "name": "Berlin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Kurt", "family": "Tucholsky"}, "birth": {"lmt": true, "tzo": "", "date": "1890-01-09 18:45", "place": {"cy": "DE", "lg": 13.5, "lat": 52.5, "name": "Berlin"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "570"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 30", "LAT": "52 N 30", "TZO": "", "DATE": "09.01.1890", "MUID": "570", "NAME": "Tucholsky, Kurt", "OCCU": "AR 01", "TIME": "18.45", "BOOKS": "567", "PLACE": "Berlin", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
21198	utrillo-maurice-1883-12-26	{"e3": "1488", "afd2": "571"}	{"lerrcp": "E3-1488", "muller": "M2-571"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Utrillo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09", "date": "1883-12-26 13:00", "note": "LMT", "place": {"c1": null, "c2": "75", "c3": "18", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1883-12-26 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Utrillo"}, "birth": {"tzo": "+00:09", "date": "1883-12-26 13:00", "place": {"c2": "75", "c3": "18", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1883-12-26 12:51"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "1488"}}, "raw": {"H": "13:00", "COD": "75", "DAY": "26", "MON": "12", "NUM": "1488", "PRO": "PAI", "YEA": "1883", "CITY": "Paris 18ème", "NAME": "UTRILLO Maurice", "NOTE": ""}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["artist"], "ids-in-sources": {"afd2": "571"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 20", "LAT": "48 N 50", "TZO": "", "DATE": "26.12.1883", "MUID": "571", "NAME": "Utrillo, Maurice", "OCCU": "AR 08", "TIME": "13.00", "BOOKS": "56", "PLACE": "Paris", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22587	valentin-karl-1882-06-04	{"afd2": "572"}	{"muller": "M2-572"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Karl", "family": "Valentin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1882-06-04 21:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 11.57, "lat": 48.13, "name": "München", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Karl", "family": "Valentin"}, "birth": {"lmt": true, "tzo": "", "date": "1882-06-04 21:00", "place": {"cy": "DE", "lg": 11.57, "lat": 48.13, "name": "München"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd2": "572"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 34", "LAT": "48 N 08", "TZO": "", "DATE": "04.06.1882", "MUID": "572", "NAME": "Valentin, Karl", "OCCU": "AR 03", "TIME": "21.00", "BOOKS": "56", "PLACE": "München", "TIMOD": "LMT", "SOURCE": "SA"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22588	velde-henry-van-1863-04-03	{"afd2": "574"}	{"muller": "M2-574"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "de", "alter": [], "given": "Henry van", "family": "Velde", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1863-04-03 01:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23, "name": "Antwerpen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["architect"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "de", "given": "Henry van", "family": "Velde"}, "birth": {"lmt": true, "tzo": "", "date": "1863-04-03 01:00", "place": {"cy": "BE", "lg": 4.5, "lat": 51.23, "name": "Antwerpen"}}, "occus": ["architect"], "trust": 5, "ids-in-sources": {"afd2": "574"}}, "raw": {"CY": "B", "GQ": "N", "LG": "004 E 30", "LAT": "51 N 14", "TZO": "", "DATE": "03.04.1863", "MUID": "574", "NAME": "Velde, Henry van de", "OCCU": "AR 09", "TIME": "01.00", "BOOKS": "567", "PLACE": "Antwerpen", "TIMOD": "LMT", "SOURCE": "SA"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22589	verdi-giuseppe-1813-10-10	{"afd2": "575"}	{"muller": "M2-575"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Giuseppe", "family": "Verdi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1813-10-10 20:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 10.03, "lat": 44.93, "name": "Le Roncole", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Giuseppe", "family": "Verdi"}, "birth": {"lmt": true, "tzo": "", "date": "1813-10-10 20:00", "place": {"cy": "IT", "lg": 10.03, "lat": 44.93, "name": "Le Roncole"}}, "occus": ["composer"], "trust": 5, "ids-in-sources": {"afd2": "575"}}, "raw": {"CY": "I", "GQ": "N", "LG": "010 E 02", "LAT": "44 N 56", "TZO": "", "DATE": "10.10.1813", "MUID": "575", "NAME": "Verdi, Giuseppe", "OCCU": "AR 04", "TIME": "20.00", "BOOKS": "4567", "PLACE": "Le Roncole", "TIMOD": "LMT", "SOURCE": "SB"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
14574	verlaine-paul-1844-03-30	{"a6": "793", "afd2": "576"}	{"lerrcp": "A6-793", "muller": "M2-576"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Verlaine", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:24:41", "date": "1844-03-30 21:00", "note": "LMT", "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1844-03-30 20:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet", "fictional-writer"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Verlaine"}, "birth": {"tzo": "+00:24:41", "date": "1844-03-30 21:00", "place": {"c2": "57", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1844-03-30 20:35:16"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-793"}, "ids-in-sources": {"a6": "793"}}, "raw": {"H": "20", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "30", "LAT": "49N 7", "LON": "6E11", "MON": "3", "NUM": "793", "PRO": "W", "SEC": "16", "YEA": "1844", "CITY": "METZ"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["fictional-writer"], "ids-in-sources": {"afd2": "576"}}, "raw": {"CY": "F", "GQ": "G", "LG": "006 E 11", "LAT": "49 N 07", "TZO": "", "DATE": "30.03.1844", "MUID": "576", "NAME": "Verlaine, Paul", "OCCU": "AR 01", "TIME": "21.00", "BOOKS": "567", "PLACE": "Metz", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
14575	verne-jules-1828-02-08	{"a6": "794", "afd2": "577"}	{"lerrcp": "A6-794", "muller": "M2-577"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Verne", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-00:06:13", "date": "1828-02-08 12:00", "note": "LMT", "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1828-02-08 12:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "fictional-writer"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Verne"}, "birth": {"tzo": "-00:06:13", "date": "1828-02-08 12:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1828-02-08 12:06:20"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-794"}, "ids-in-sources": {"a6": "794"}}, "raw": {"H": "12", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "8", "LAT": "47N13", "LON": "1W35", "MON": "2", "NUM": "794", "PRO": "W", "SEC": "20", "YEA": "1828", "CITY": "NANTES"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["fictional-writer"], "ids-in-sources": {"afd2": "577"}}, "raw": {"CY": "F", "GQ": "G", "LG": "001 W 35", "LAT": "47 N 13", "TZO": "", "DATE": "08.02.1828", "MUID": "577", "NAME": "Verne, Jules", "OCCU": "AR 01", "TIME": "12.00", "BOOKS": "4567", "PLACE": "Nantes", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22590	vischer-friedrich-theodor-1807-06-30	{"afd2": "578"}	{"muller": "M2-578"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Friedrich Theodor", "family": "Vischer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:34", "date": "1807-06-30 08:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 9.2, "lat": 48.9, "name": "Ludwigsburg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["humanities-scholar"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Friedrich Theodor", "family": "Vischer"}, "birth": {"tzo": "+00:34", "date": "1807-06-30 08:00", "place": {"cy": "DE", "lg": 9.2, "lat": 48.9, "name": "Ludwigsburg"}}, "occus": ["humanities-scholar"], "trust": 5, "ids-in-sources": {"afd2": "578"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 12", "LAT": "48 N 54", "TZO": "-0.57", "DATE": "30.06.1807", "MUID": "578", "NAME": "Vischer, Friedrich Theodor", "OCCU": "SC 06", "TIME": "08.00", "BOOKS": "45", "PLACE": "Ludwigsburg", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22591	visconti-luchino-1906-11-02	{"afd2": "579"}	{"muller": "M2-579"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Luchino", "family": "Visconti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1906-11-02 19:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 9.2, "lat": 45.47, "name": "Milano", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Luchino", "family": "Visconti"}, "birth": {"tzo": "+01:00", "date": "1906-11-02 19:30", "place": {"cy": "IT", "lg": 9.2, "lat": 45.47, "name": "Milano"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd2": "579"}}, "raw": {"CY": "I", "GQ": "N", "LG": "009 E 12", "LAT": "45 N 28", "TZO": "-1.00", "DATE": "02.11.1906", "MUID": "579", "NAME": "Visconti, Luchino", "OCCU": "AR 03", "TIME": "19.30", "BOOKS": "56", "PLACE": "Milano", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
2821	villemin-jean-1827-01-24	{"a2": "734", "g55": "01-562", "afd5": "1053"}	{"g55": "01-562", "lerrcp": "A2-734", "muller": "M5-1053"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Villemin", "spouse": [], "official": {"given": "Jean Antoine", "family": null}}	\N	{"lmt": null, "tzo": "+00:26:45", "date": "1827-01-24 14:00", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.68606, "lat": 48.17827, "name": "Prey", "geoid": 2985339}, "notime": null, "date-ut": "1827-01-24 13:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Villemin"}, "birth": {"tzo": "+00:26:45", "date": "1827-01-24 14:00", "place": {"c2": "88", "cy": "FR", "lg": 6.68606, "lat": 48.17827, "name": "Prey", "geoid": 2985339}, "date-ut": "1827-01-24 13:34:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-734"}, "ids-in-sources": {"a2": "734"}}, "raw": {"H": "13", "MN": "34", "TZ": "0", "COD": "88", "COU": "F", "DAY": "24", "LAT": "48N10", "LON": "6E28", "MON": "1", "NUM": "734", "PRO": "S", "SEC": "8", "YEA": "1827", "CITY": "PREY"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Villemin", "official": {"given": "Jean Antoine"}}, "birth": {"date": "1827-01-24 14:00", "place": {"name": "Prey"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1053"}}, "raw": {"NR": "1053", "GNR": "SA2734", "JU_": "0", "MA_": "0", "MO_": "1", "SA_": "2", "SO_": "1", "VE_": "1", "CODE": "4", "JAHR": "1827", "KORR": "", "MARS": "8", "MODE": "LMT", "MOND": "19", "NAME": "VILLEMIN (JEAN ANTOINE).", "AUFAB": "-9.30", "PHAS_": "15.700", "SONNE": "13", "VENUS": "18", "BREITE": "48 N 10", "GEBORT": "Prey (Vosges)", "LAENGE": "006 E 28", "NIENJU": "", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "1", "GEBZEIT": "14.00", "JUPITER": "24", "ELECTAGE": "47,2", "ELECTDAT": "31.03.1874", "GEBDATUM": "24.01.1827", "STBDATUM": "06.10.1892"}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-562"}, "ids-in-source": {"g55": "01-562"}}, "raw": {"DAY": "24-1-1827", "HOUR": "14 h.", "NAME": "VILLEMIN Jean-Ant.", "PLACE": "Prey (Vosges)."}, "date": "2023-08-20T14:47:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
22592	viaminck-maurice-1876-04-04	{"afd2": "580"}	{"muller": "M2-580"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "de", "alter": [], "given": "Maurice", "family": "Viaminck", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1876-04-04 16:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 2.33, "lat": 48.83, "name": "Paris", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "de", "given": "Maurice", "family": "Viaminck"}, "birth": {"lmt": true, "tzo": "", "date": "1876-04-04 16:00", "place": {"cy": "FR", "lg": 2.33, "lat": 48.83, "name": "Paris"}}, "occus": ["artist"], "trust": 5, "ids-in-sources": {"afd2": "580"}}, "raw": {"CY": "F", "GQ": "N", "LG": "002 E 20", "LAT": "48 N 50", "TZO": "", "DATE": "04.04.1876", "MUID": "580", "NAME": "Viaminck, Maurice de", "OCCU": "AR 08", "TIME": "16.00", "BOOKS": "56", "PLACE": "Paris", "TIMOD": "LMT", "SOURCE": "SA"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22593	wagner-adolph-1835-03-25	{"afd2": "581"}	{"muller": "M2-581"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Adolph", "family": "Wagner", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1835-03-25 23:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 11, "lat": 49.6, "name": "Erlangen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["political-economist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Adolph", "family": "Wagner"}, "birth": {"lmt": true, "tzo": "", "date": "1835-03-25 23:45", "place": {"cy": "DE", "lg": 11, "lat": 49.6, "name": "Erlangen"}}, "occus": ["political-economist"], "trust": 5, "ids-in-sources": {"afd2": "581"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 00", "LAT": "49 N 36", "TZO": "", "DATE": "25.03.1835", "MUID": "581", "NAME": "Wagner, Adolph", "OCCU": "SC 09", "TIME": "23.45", "BOOKS": "57", "PLACE": "Erlangen", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22594	wagner-wieland-1917-01-05	{"afd2": "582"}	{"muller": "M2-582"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Wieland", "family": "Wagner", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1917-01-05 09:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 11.58, "lat": 49.95, "name": "Bayreuth", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Wieland", "family": "Wagner"}, "birth": {"tzo": "+01:00", "date": "1917-01-05 09:15", "place": {"cy": "DE", "lg": 11.58, "lat": 49.95, "name": "Bayreuth"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd2": "582"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 35", "LAT": "49 N 57", "TZO": "-1.00", "DATE": "05.01.1917", "MUID": "582", "NAME": "Wagner, Wieland", "OCCU": "AR 03", "TIME": "09.15", "BOOKS": "57", "PLACE": "Bayreuth", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22595	wallach-otto-1847-03-27	{"afd2": "583"}	{"muller": "M2-583"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Otto", "family": "Wallach", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1847-03-27 04:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "RU", "lg": 20.5, "lat": 54.72, "name": "Königsberg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Otto", "family": "Wallach"}, "birth": {"lmt": true, "tzo": "", "date": "1847-03-27 04:30", "place": {"cy": "RU", "lg": 20.5, "lat": 54.72, "name": "Königsberg"}}, "occus": ["scientist"], "trust": 5, "ids-in-sources": {"afd2": "583"}}, "raw": {"CY": "DOS", "GQ": "N", "LG": "020 E 30", "LAT": "54 N 43", "TZO": "", "DATE": "27.03.1847", "MUID": "583", "NAME": "Wallach, Otto", "OCCU": "SC 03", "TIME": "04.30", "BOOKS": "45", "PLACE": "Königsberg", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22596	walser-robert-1878-04-15	{"afd2": "584"}	{"muller": "M2-584"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Robert", "family": "Walser", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1878-04-15 15:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "CH", "lg": 7.23, "lat": 47.15, "name": "Biel", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Robert", "family": "Walser"}, "birth": {"lmt": true, "tzo": "", "date": "1878-04-15 15:00", "place": {"cy": "CH", "lg": 7.23, "lat": 47.15, "name": "Biel"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "584"}}, "raw": {"CY": "CH", "GQ": "N", "LG": "007 E 14", "LAT": "47 N 09", "TZO": "", "DATE": "15.04.1878", "MUID": "584", "NAME": "Walser, Robert", "OCCU": "AR 01", "TIME": "15.00", "BOOKS": "56", "PLACE": "Biel", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22597	warburg-otto-heinrich-1883-10-08	{"afd2": "586"}	{"muller": "M2-586"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Otto Heinrich", "family": "Warburg", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1883-10-08 18:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 7.85, "lat": 48, "name": "Freiburg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Otto Heinrich", "family": "Warburg"}, "birth": {"lmt": true, "tzo": "", "date": "1883-10-08 18:00", "place": {"cy": "DE", "lg": 7.85, "lat": 48, "name": "Freiburg"}}, "occus": ["scientist"], "trust": 5, "ids-in-sources": {"afd2": "586"}}, "raw": {"CY": "D", "GQ": "N", "LG": "007 E 51", "LAT": "48 N 00", "TZO": "", "DATE": "08.10.1883", "MUID": "586", "NAME": "Warburg, Otto Heinrich", "OCCU": "SC 03", "TIME": "18.00", "BOOKS": "457", "PLACE": "Freiburg (Breisgau)", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22598	watson-james-1928-04-06	{"afd2": "587"}	{"muller": "M2-587"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "James", "family": "Watson", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1928-04-06 01:23", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "US", "lg": -87.83, "lat": 42, "name": "Chicago", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "James", "family": "Watson"}, "birth": {"tzo": "-06:00", "date": "1928-04-06 01:23", "place": {"cy": "US", "lg": -87.83, "lat": 42, "name": "Chicago"}}, "occus": ["scientist"], "trust": 5, "ids-in-sources": {"afd2": "587"}}, "raw": {"CY": "USA", "GQ": "N", "LG": "087 W 50", "LAT": "42 N 00", "TZO": "6.00", "DATE": "06.04.1928", "MUID": "587", "NAME": "Watson, James", "OCCU": "SC 03", "TIME": "01.23", "BOOKS": "57", "PLACE": "Chicago (Ill)", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22599	weber-alfred-1868-07-30	{"afd2": "588"}	{"muller": "M2-588"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Alfred", "family": "Weber", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1868-07-30 06:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 11.03, "lat": 50.98, "name": "Erfurt", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["humanities-scholar"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Alfred", "family": "Weber"}, "birth": {"lmt": true, "tzo": "", "date": "1868-07-30 06:00", "place": {"cy": "DE", "lg": 11.03, "lat": 50.98, "name": "Erfurt"}}, "occus": ["humanities-scholar"], "trust": 5, "ids-in-sources": {"afd2": "588"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 02", "LAT": "50 N 59", "TZO": "", "DATE": "30.07.1868", "MUID": "588", "NAME": "Weber, Alfred", "OCCU": "SC 07", "TIME": "06.00", "BOOKS": "457", "PLACE": "Erfurt", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22600	weber-carl-maria-1786-12-18	{"afd2": "589"}	{"muller": "M2-589"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "von", "alter": [], "given": "Carl Maria", "family": "Weber", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:46", "date": "1786-12-18 22:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 610.62, "lat": 54.13, "name": "Eutin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "von", "given": "Carl Maria", "family": "Weber"}, "birth": {"tzo": "+00:46", "date": "1786-12-18 22:30", "place": {"cy": "DE", "lg": 610.62, "lat": 54.13, "name": "Eutin"}}, "occus": ["composer"], "trust": 5, "ids-in-sources": {"afd2": "589"}}, "raw": {"CY": "D", "GQ": "N", "LG": "610 E 37", "LAT": "54 N 08", "TZO": "-0.77", "DATE": "18.12.1786", "MUID": "589", "NAME": "Weber, Carl Maria von", "OCCU": "AR 04", "TIME": "22.30", "BOOKS": "4567", "PLACE": "Eutin", "TIMOD": "", "SOURCE": "FA"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22601	weber-max-1864-04-21	{"afd2": "590"}	{"muller": "M2-590"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Max", "family": "Weber", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1864-04-21 22:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 11.03, "lat": 50.98, "name": "Erfurt", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["political-economist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Max", "family": "Weber"}, "birth": {"lmt": true, "tzo": "", "date": "1864-04-21 22:00", "place": {"cy": "DE", "lg": 11.03, "lat": 50.98, "name": "Erfurt"}}, "occus": ["political-economist"], "trust": 5, "ids-in-sources": {"afd2": "590"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 02", "LAT": "50 N 59", "TZO": "", "DATE": "21.04.1864", "MUID": "590", "NAME": "Weber, Max", "OCCU": "SC 09", "TIME": "22.00", "BOOKS": "4567", "PLACE": "Erfurt", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22602	wedekind-frank-1864-07-24	{"afd2": "591"}	{"muller": "M2-591"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Frank", "family": "Wedekind", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1864-07-24 12:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 9.73, "lat": 52.38, "name": "Hannover", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Frank", "family": "Wedekind"}, "birth": {"lmt": true, "tzo": "", "date": "1864-07-24 12:15", "place": {"cy": "DE", "lg": 9.73, "lat": 52.38, "name": "Hannover"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "591"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 44", "LAT": "52 N 23", "TZO": "", "DATE": "24.07.1864", "MUID": "591", "NAME": "Wedekind, Frank", "OCCU": "AR 01", "TIME": "12.15", "BOOKS": "4567", "PLACE": "Hannover", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22603	weill-kurt-1900-03-02	{"afd2": "592"}	{"muller": "M2-592"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Kurt", "family": "Weill", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1900-03-02 16:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 12.23, "lat": 51.83, "name": "Dessau", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Kurt", "family": "Weill"}, "birth": {"tzo": "+01:00", "date": "1900-03-02 16:30", "place": {"cy": "DE", "lg": 12.23, "lat": 51.83, "name": "Dessau"}}, "occus": ["composer"], "trust": 5, "ids-in-sources": {"afd2": "592"}}, "raw": {"CY": "D", "GQ": "N", "LG": "012 E 14", "LAT": "51 N 50", "TZO": "-1.00", "DATE": "02.03.1900", "MUID": "592", "NAME": "Weill, Kurt", "OCCU": "AR 04", "TIME": "16.30", "BOOKS": "567", "PLACE": "Dessau", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22604	weiss-peter-1916-11-08	{"afd2": "593"}	{"muller": "M2-593"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Peter", "family": "Weiss", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1916-11-08 07:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.1, "lat": 52.4, "name": "Nowames", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Peter", "family": "Weiss"}, "birth": {"tzo": "+01:00", "date": "1916-11-08 07:00", "place": {"cy": "DE", "lg": 13.1, "lat": 52.4, "name": "Nowames"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "593"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 06", "LAT": "52 N 24", "TZO": "-1.00", "DATE": "08.11.1916", "MUID": "593", "NAME": "Weiss, Peter", "OCCU": "AR 01", "TIME": "07.00", "BOOKS": "56", "PLACE": "Nowames", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
5472	weyl-hermann-1885-11-09	{"a2": "3391", "afd2": "595"}	{"lerrcp": "A2-3391", "muller": "M2-595"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Weyl", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1885-11-09 05:00", "note": "LMT", "place": {"c1": null, "c2": "SCHL-H", "c3": null, "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "ELMSHORN", "geoid": 0}, "notime": null, "date-ut": "1885-11-09 04:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mathematician"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Weyl"}, "birth": {"place": {"c2": "SCHL-H", "cy": "DE", "lg": 9.75, "lat": 54.5, "name": "ELMSHORN", "geoid": 0}, "date-ut": "1885-11-09 04:21"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3391"}, "ids-in-sources": {"a2": "3391"}}, "raw": {"H": "5", "MN": "21", "TZ": "-1", "COD": "SCHL-H", "COU": "G", "DAY": "9", "LAT": "54N30", "LON": "9E45", "MON": "11", "NUM": "3391", "PRO": "S", "SEC": "0", "YEA": "1885", "CITY": "ELMSHORN"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1885-11-09 05:00", "note": "LMT"}, "occus": ["mathematician"], "ids-in-sources": {"afd2": "595"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 B 39", "LAT": "53 N 45", "TZO": "", "DATE": "09.11.1885", "MUID": "595", "NAME": "Weyl, Hermann", "OCCU": "SC 01", "TIME": "05.00", "BOOKS": "56", "PLACE": "Elmshorn", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22605	wieland-christoph-martin-1733-09-05	{"afd2": "596"}	{"muller": "M2-596"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Christoph Martin", "family": "Wieland", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:41", "date": "1733-09-05 08:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 9.75, "lat": 48.12, "name": "Oberholzheim", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Christoph Martin", "family": "Wieland"}, "birth": {"tzo": "+00:41", "date": "1733-09-05 08:00", "place": {"cy": "DE", "lg": 9.75, "lat": 48.12, "name": "Oberholzheim"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "596"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 45", "LAT": "48 N 07", "TZO": "-0.68", "DATE": "05.09.1733", "MUID": "596", "NAME": "Wieland, Christoph Martin", "OCCU": "AR 01", "TIME": "08.00", "BOOKS": "4567", "PLACE": "Oberholzheim", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22606	wilhelm-ii-1859-01-27	{"afd2": "598"}	{"muller": "M2-598"}	{"fame": {"full": "Wilhelm II", "given": null, "family": null}, "nobl": "", "alter": [], "given": "", "family": "", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1859-01-27 14:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.07, "lat": 52.4, "name": "Potsdam", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["monarch"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": "Wilhelm II"}, "nobl": "", "given": "", "family": ""}, "birth": {"lmt": true, "tzo": "", "date": "1859-01-27 14:45", "place": {"cy": "DE", "lg": 13.07, "lat": 52.4, "name": "Potsdam"}}, "occus": ["monarch"], "trust": 5, "ids-in-sources": {"afd2": "598"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 04", "LAT": "52 N 24", "TZO": "", "DATE": "27.01.1859", "MUID": "598", "NAME": "Wilhelm II", "OCCU": "MA 06", "TIME": "14.45", "BOOKS": "56", "PLACE": "Potsdam", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
4354	willstatter-richard-1872-08-13	{"a2": "2268", "afd2": "599"}	{"lerrcp": "A2-2268", "muller": "M2-599"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Willstätter", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1872-08-13 03:00", "note": "LMT", "place": {"c1": null, "c2": "BADWU", "c3": null, "cy": "DE", "lg": 9, "lat": 48.5, "name": "KARLSRUHE", "geoid": 0}, "notime": null, "date-ut": "1872-08-13 02:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician", "scientist"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Willstätter"}, "birth": {"place": {"c2": "BADWU", "cy": "DE", "lg": 9, "lat": 48.5, "name": "KARLSRUHE", "geoid": 0}, "date-ut": "1872-08-13 02:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2268"}, "ids-in-sources": {"a2": "2268"}}, "raw": {"H": "3", "MN": "24", "TZ": "-1", "COD": "BADWU", "COU": "G", "DAY": "13", "LAT": "48N30", "LON": "9E 0", "MON": "8", "NUM": "2268", "PRO": "S", "SEC": "0", "YEA": "1872", "CITY": "KARLSRUHE"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1872-08-13 03:00", "note": "LMT"}, "occus": ["scientist"], "ids-in-sources": {"afd2": "599"}}, "raw": {"CY": "D", "GQ": "G", "LG": "008 E 24", "LAT": "49 N 01", "TZO": "", "DATE": "13.08.1872", "MUID": "599", "NAME": "Willistatter, Richard", "OCCU": "SC 03", "TIME": "03.00", "BOOKS": "47", "PLACE": "Karlsruhe", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
2824	vincent-louis-1842-06-29	{"a2": "737", "g55": "01-564", "afd5": "1056"}	{"g55": "01-564", "lerrcp": "A2-737", "muller": "M5-1056"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Vincent", "spouse": [], "official": {"given": "Louis Alexandre", "family": null}}	\N	{"lmt": null, "tzo": "-00:17:57", "date": "1842-06-29 09:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1842-06-29 09:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Vincent"}, "birth": {"tzo": "-00:17:57", "date": "1842-06-29 09:00", "place": {"c2": "29", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1842-06-29 09:16:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-737"}, "ids-in-sources": {"a2": "737"}}, "raw": {"H": "9", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "29", "LAT": "48N 0", "LON": "4W 6", "MON": "6", "NUM": "737", "PRO": "S", "SEC": "24", "YEA": "1842", "CITY": "BREST"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Vincent", "official": {"given": "Louis Alexandre"}}, "birth": {"date": "1842-06-29 09:00", "place": {"name": "Brest"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1056"}}, "raw": {"NR": "1056", "GNR": "SA2737", "JU_": "0", "MA_": "1", "MO_": "0", "SA_": "0", "SO_": "1", "VE_": "2", "CODE": "4", "JAHR": "1842", "KORR": "", "MARS": "6", "MODE": "LMT", "MOND": "16", "NAME": "VINCENT (LOUIS ALEXANDRE).", "AUFAB": "-8.40", "PHAS_": "68.700", "SONNE": "6", "VENUS": "3", "BREITE": "48 N 00", "GEBORT": "Brest (Finistère)", "LAENGE": "004 W 06", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "24", "GEBZEIT": "09.00", "JUPITER": "23", "ELECTAGE": "57,0", "ELECTDAT": "30.05.1899", "GEBDATUM": "29.06.1842", "STBDATUM": "27.05.1904"}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-564"}, "ids-in-source": {"g55": "01-564"}}, "raw": {"DAY": "29-6-1842", "HOUR": "9 h.", "NAME": "VINCENT Louis", "PLACE": "Brest (Finistère)."}, "date": "2023-08-20T14:47:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2826	volmar-victor-1887-02-25	{"a2": "739", "g55": "01-566", "afd5": "1062"}	{"g55": "01-566", "lerrcp": "A2-739", "muller": "M5-1062"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Victor", "family": "Volmar", "spouse": [], "official": {"given": "Yves Victor", "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1887-02-25 20:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1887-02-25 01:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Volmar"}, "birth": {"tzo": "+00:21:31", "date": "1887-02-25 02:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1887-02-25 01:38:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-739"}, "ids-in-sources": {"a2": "739"}}, "raw": {"H": "1", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "25", "LAT": "43N18", "LON": "5E22", "MON": "2", "NUM": "739", "PRO": "S", "SEC": "32", "YEA": "1887", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Volmar", "official": {"given": "Yves Victor"}}, "birth": {"date": "1887-02-25 20:00", "place": {"name": "Marseille"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1062"}}, "raw": {"NR": "1062", "GNR": "SA2739", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "2", "SO_": "0", "VE_": "1", "CODE": "2", "JAHR": "1887", "KORR": "", "MARS": "20", "MODE": "LMT", "MOND": "18", "NAME": "VOLMAR (YVES VICTOR).", "AUFAB": "2.80", "PHAS_": "3.900", "SONNE": "22", "VENUS": "19", "BREITE": "43 N 18", "GEBORT": "Marseille (Bouches-du-Rhône)", "LAENGE": "005 E 22", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ-d", "SATURN": "9", "GEBZEIT": "20.00", "JUPITER": "33", "ELECTAGE": "49,2", "ELECTDAT": "12.05.1936", "GEBDATUM": "25.02.1887", "STBDATUM": "24.08.1961"}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-566"}, "ids-in-source": {"g55": "01-566"}}, "raw": {"DAY": "25-2-1887", "HOUR": "2 h.", "NAME": "VOLMAR Victor", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:47:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2829	wallich-victor-1863-07-01	{"a2": "742", "g55": "01-567", "afd5": "1066"}	{"g55": "01-567", "lerrcp": "A2-742", "muller": "M5-1066"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Victor", "family": "Wallich", "spouse": [], "official": {"given": "Victor Jacques", "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1863-07-01 12:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1863-07-01 11:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Wallich"}, "birth": {"tzo": "+00:21:31", "date": "1863-07-01 12:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1863-07-01 11:38:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-742"}, "ids-in-sources": {"a2": "742"}}, "raw": {"H": "11", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "1", "LAT": "43N18", "LON": "5E22", "MON": "7", "NUM": "742", "PRO": "S", "SEC": "32", "YEA": "1863", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Wallich", "official": {"given": "Victor Jacques"}}, "birth": {"date": "1863-07-01 12:00", "place": {"name": "Marseille"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1066"}}, "raw": {"NR": "1066", "GNR": "SA2742", "JU_": "1", "MA_": "0", "MO_": "1", "SA_": "2", "SO_": "2", "VE_": "1", "CODE": "3", "JAHR": "1863", "KORR": "", "MARS": "7", "MODE": "LMT", "MOND": "27", "NAME": "WALLICH (VICTOR JACQUES).", "AUFAB": "2.30", "PHAS_": "99.800", "SONNE": "9", "VENUS": "5", "BREITE": "43 N 18", "GEBORT": "Marseille (Bouches-du-Rhône)", "LAENGE": "005 E 22", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "2", "GEBZEIT": "12.00", "JUPITER": "35", "ELECTAGE": "58,4", "ELECTDAT": "08.11.1921", "GEBDATUM": "01.07.1863", "STBDATUM": "29.11.1925"}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-567"}, "ids-in-source": {"g55": "01-567"}}, "raw": {"DAY": "1-7-1863", "HOUR": "12 h.", "NAME": "WALLICH Victor", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:47:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
2831	weill-edmond-1858-02-08	{"a2": "744", "g55": "01-569", "afd5": "1072"}	{"g55": "01-569", "lerrcp": "A2-744", "muller": "M5-1072"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Edmond", "family": "Weill", "spouse": [], "official": {"given": "Edmond", "family": null}}	\N	{"lmt": null, "tzo": "+00:31:10", "date": "1858-02-08 06:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.79051, "lat": 48.81557, "name": "Haguenau", "geoid": 3014078}, "notime": null, "date-ut": "1858-02-08 05:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Weill"}, "birth": {"tzo": "+00:31:10", "date": "1858-02-08 06:00", "place": {"c2": "67", "cy": "FR", "lg": 7.79051, "lat": 48.81557, "name": "Haguenau", "geoid": 3014078}, "date-ut": "1858-02-08 05:29"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-744"}, "ids-in-sources": {"a2": "744"}}, "raw": {"H": "5", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "8", "LAT": "48N35", "LON": "7E45", "MON": "2", "NUM": "744", "PRO": "S", "SEC": "0", "YEA": "1858", "CITY": "HAGUENAU"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Weill", "official": {"given": "Edmond"}}, "birth": {"date": "1858-02-08 06:00", "place": {"name": "Haguenau"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1072"}}, "raw": {"NR": "1072", "GNR": "SA2744", "JU_": "1", "MA_": "2", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "3", "JAHR": "1858", "KORR": "", "MARS": "10", "MODE": "LMT", "MOND": "5", "NAME": "WEILL (EDMOND).", "AUFAB": "-9.00", "PHAS_": "30.700", "SONNE": "35", "VENUS": "35", "BREITE": "48 N 35", "GEBORT": "Haguenau (Bas-Rhin)", "LAENGE": "007 E 45", "NIENJU": "2", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "18", "GEBZEIT": "06.00", "JUPITER": "29", "ELECTAGE": "62,1", "ELECTDAT": "09.03.1920", "GEBDATUM": "08.02.1858", "STBDATUM": "22.12.1924"}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "01-569"}, "ids-in-source": {"g55": "01-569"}}, "raw": {"DAY": "8-2-1858", "HOUR": "6 h.", "NAME": "WEILL Edmond", "PLACE": "Hagueneau (Bas-Rhin)."}, "date": "2023-08-20T14:47:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
22607	wolf-ferrari-ermanno-1876-01-12	{"afd2": "601"}	{"muller": "M2-601"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Ermanno", "family": "Wolf-Ferrari", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:50", "date": "1876-01-12 21:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 12.33, "lat": 45.43, "name": "Venedig", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Ermanno", "family": "Wolf-Ferrari"}, "birth": {"tzo": "+00:50", "date": "1876-01-12 21:30", "place": {"cy": "IT", "lg": 12.33, "lat": 45.43, "name": "Venedig"}}, "occus": ["composer"], "trust": 5, "ids-in-sources": {"afd2": "601"}}, "raw": {"CY": "I", "GQ": "N", "LG": "012 E 20", "LAT": "45 N 26", "TZO": "-0.83", "DATE": "12.01.1876", "MUID": "601", "NAME": "Wolf-Ferrari, Ermanno", "OCCU": "AR 04", "TIME": "21.30", "BOOKS": "56", "PLACE": "Venedig", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22608	wolf-max-1863-06-21	{"afd2": "602"}	{"muller": "M2-602"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Max", "family": "Wolf", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1863-06-21 12:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.68, "lat": 49.4, "name": "Heidelberg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Max", "family": "Wolf"}, "birth": {"lmt": true, "tzo": "", "date": "1863-06-21 12:30", "place": {"cy": "DE", "lg": 8.68, "lat": 49.4, "name": "Heidelberg"}}, "occus": ["scientist"], "trust": 5, "ids-in-sources": {"afd2": "602"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 41", "LAT": "49 N 24", "TZO": "", "DATE": "21.06.1863", "MUID": "602", "NAME": "Wolf, Max", "OCCU": "SC 02", "TIME": "12.30", "BOOKS": "57", "PLACE": "Heidelberg", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22609	wunderlich-fritz-1930-09-26	{"afd2": "604"}	{"muller": "M2-604"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Fritz", "family": "Wunderlich", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1930-09-26 07:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 7.57, "lat": 49.42, "name": "Kusel", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["singer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Fritz", "family": "Wunderlich"}, "birth": {"tzo": "+01:00", "date": "1930-09-26 07:45", "place": {"cy": "DE", "lg": 7.57, "lat": 49.42, "name": "Kusel"}}, "occus": ["singer"], "trust": 5, "ids-in-sources": {"afd2": "604"}}, "raw": {"CY": "D", "GQ": "N", "LG": "007 E 34", "LAT": "49 N 25", "TZO": "-1.00", "DATE": "26.09.1930", "MUID": "604", "NAME": "Wunderlich, Fritz", "OCCU": "AR 06", "TIME": "07.45", "BOOKS": "57", "PLACE": "Kusel", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22610	zeiss-carl-1816-09-11	{"afd2": "605"}	{"muller": "M2-605"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Carl", "family": "Zeiss", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1816-09-11 18:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 11.33, "lat": 50.98, "name": "Weimar", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Carl", "family": "Zeiss"}, "birth": {"lmt": true, "tzo": "", "date": "1816-09-11 18:00", "place": {"cy": "DE", "lg": 11.33, "lat": 50.98, "name": "Weimar"}}, "occus": ["executive"], "trust": 5, "ids-in-sources": {"afd2": "605"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 E 20", "LAT": "50 N 59", "TZO": "", "DATE": "11.09.1816", "MUID": "605", "NAME": "Zeiss, Carl", "OCCU": "MA 03", "TIME": "18.00", "BOOKS": "4567", "PLACE": "Weimar", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22611	zeppelin-ferdinand-1838-07-08	{"afd2": "606"}	{"muller": "M2-606"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "von", "alter": [], "given": "Ferdinand", "family": "Zeppelin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1838-07-08 10:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 9.18, "lat": 47.67, "name": "Konstanz", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["miscelaneous"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "von", "given": "Ferdinand", "family": "Zeppelin"}, "birth": {"lmt": true, "tzo": "", "date": "1838-07-08 10:30", "place": {"cy": "DE", "lg": 9.18, "lat": 47.67, "name": "Konstanz"}}, "occus": ["miscelaneous"], "trust": 5, "ids-in-sources": {"afd2": "606"}}, "raw": {"CY": "D", "GQ": "N", "LG": "009 E 11", "LAT": "47 N 40", "TZO": "", "DATE": "08.07.1838", "MUID": "606", "NAME": "Zeppelin, Ferdinand von", "OCCU": "MA 01", "TIME": "10.30", "BOOKS": "4567", "PLACE": "Konstanz", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
5477	ziegler-karl-1898-11-26	{"a2": "3396", "afd2": "607"}	{"lerrcp": "A2-3396", "muller": "M2-607"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Ziegler", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1898-11-26 13:00", "note": null, "place": {"c1": null, "c2": "HESS", "c3": null, "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HELSE", "geoid": 0}, "notime": null, "date-ut": "1898-11-26 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Ziegler"}, "birth": {"place": {"c2": "HESS", "cy": "DE", "lg": 9.25, "lat": 50.5, "name": "HELSE", "geoid": 0}, "date-ut": "1898-11-26 12:00"}, "occus": ["scientist"], "trust": 5, "partial_ids": {"lerrcp": "A2-3396"}, "ids-in-sources": {"a2": "3396"}}, "raw": {"H": "13", "MN": "0", "TZ": "-1", "COD": "HESS", "COU": "G", "DAY": "26", "LAT": "50N30", "LON": "9E15", "MON": "11", "NUM": "3396", "PRO": "S", "SEC": "0", "YEA": "1898", "CITY": "HELSE"}, "date": "2023-08-20T14:43:18+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"sex": "M", "birth": {"tzo": "+01:00", "date": "1898-11-26 13:00"}, "occus": ["scientist"], "ids-in-sources": {"afd2": "607"}}, "raw": {"CY": "D", "GQ": "G", "LG": "009 B 30", "LAT": "51 N 19", "TZO": "-1.00", "DATE": "26.11.1898", "MUID": "607", "NAME": "Ziegler, Karl", "OCCU": "SC 03", "TIME": "13.00", "BOOKS": "57", "PLACE": "Helsa", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22612	zille-heinrich-1858-01-10	{"afd2": "608"}	{"muller": "M2-608"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Heinrich", "family": "Zille", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1858-01-10 17:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.72, "lat": 51.23, "name": "Radeburg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["artist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Heinrich", "family": "Zille"}, "birth": {"lmt": true, "tzo": "", "date": "1858-01-10 17:00", "place": {"cy": "DE", "lg": 13.72, "lat": 51.23, "name": "Radeburg"}}, "occus": ["artist"], "trust": 5, "ids-in-sources": {"afd2": "608"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 43", "LAT": "51 N 14", "TZO": "", "DATE": "10.01.1858", "MUID": "608", "NAME": "Zille, Heinrich", "OCCU": "AR 08", "TIME": "17.00", "BOOKS": "56", "PLACE": "Radeburg", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22613	zimmermann-bernd-alois-1918-03-20	{"afd2": "609"}	{"muller": "M2-609"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Bernd Alois", "family": "Zimmermann", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1918-03-20 13:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 6.78, "lat": 50.67, "name": "Blieshein", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["composer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Bernd Alois", "family": "Zimmermann"}, "birth": {"tzo": "+01:00", "date": "1918-03-20 13:00", "place": {"cy": "DE", "lg": 6.78, "lat": 50.67, "name": "Blieshein"}}, "occus": ["composer"], "trust": 5, "ids-in-sources": {"afd2": "609"}}, "raw": {"CY": "D", "GQ": "N", "LG": "006 E 47", "LAT": "50 N 40", "TZO": "-1.00", "DATE": "20.03.1918", "MUID": "609", "NAME": "Zimmermann, Bernd Alois", "OCCU": "AR 04", "TIME": "13.00", "BOOKS": "567", "PLACE": "Blieshein", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
24132	malivoir-philippe-1942-08-07	{"cfepp-final3": "170"}	{"cfepp": "CF-170"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "MALIVOIR", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1942-08-07 10:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": -4.07, "lat": 48.3, "name": "TROYES", "geoid": null}, "notime": null, "date-ut": "1942-08-07 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rower"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "MALIVOIR"}, "birth": {"date": "1942-08-07 10:00", "place": {"c2": "10", "cy": "FR", "lg": -4.07, "lat": 48.3, "name": "TROYES"}, "date-ut": "1942-08-07 08:00"}, "occus": ["rower"], "trust": 5, "ids-in-sources": {"cfepp-final3": "170"}}, "raw": {"S": "1", "LT": "10 00", "LV": "I", "TR": "f", "UT": "08 00", "LAT": "+48.30", "SRC": "L", "LONG": "-04.07", "NAME": "MALIVOIR Philippe", "SPORT": "Rowing", "LOC_DATE": "1942 08 07", "UNIV_DATE": "1942 08 07", "BIRTH_PLACE": "TROYES", "POSTAL_CODE": "10026 CEDEX"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22614	zinzendorf-nikolaus-graf-1700-05-26	{"afd2": "610"}	{"muller": "M2-610"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "von", "alter": [], "given": "Nikolaus Graf", "family": "Zinzendorf", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:59", "date": "1700-05-26 18:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 13.73, "lat": 51.05, "name": "Dresden", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["religious-leader"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "von", "given": "Nikolaus Graf", "family": "Zinzendorf"}, "birth": {"tzo": "+00:59", "date": "1700-05-26 18:00", "place": {"cy": "DE", "lg": 13.73, "lat": 51.05, "name": "Dresden"}}, "occus": ["religious-leader"], "trust": 5, "ids-in-sources": {"afd2": "610"}}, "raw": {"CY": "D", "GQ": "N", "LG": "013 E 44", "LAT": "51 N 03", "TZO": "-0.98", "DATE": "26.05.1700", "MUID": "610", "NAME": "Zinzendorf, Nikolaus Graf von", "OCCU": "MA 05", "TIME": "18.00", "BOOKS": "4567", "PLACE": "Dresden", "TIMOD": "", "SOURCE": "FB"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
14593	zola-emile-1840-04-02	{"a6": "813", "e3": "1540", "afd2": "611"}	{"lerrcp": "A6-813", "muller": "M2-611"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Zola", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1840-04-02 23:00", "note": "LMT", "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1840-04-02 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "politician", "fictional-writer"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Zola"}, "birth": {"tzo": "+00:09:24", "date": "1840-04-02 23:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1840-04-02 22:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-813"}, "ids-in-sources": {"a6": "813"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "813", "PRO": "W", "SEC": "40", "YEA": "1840", "CITY": "PARIS"}, "date": "2023-08-20T14:43:44+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:52+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": ["politician"], "ids-in-sources": {"e3": "1540"}}, "raw": {"H": "23:00", "COD": "75", "DAY": "02", "MON": "04", "NUM": "1540", "PRO": "PO", "YEA": "1840", "CITY": "Paris", "NAME": "ZOLA Emile", "NOTE": "*"}, "date": "2023-08-20T14:44:15+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["fictional-writer"], "ids-in-sources": {"afd2": "611"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 20", "LAT": "48 N 50", "TZO": "", "DATE": "02.04.1840", "MUID": "611", "NAME": "Zola, Emile", "OCCU": "AR 01", "TIME": "23.00", "BOOKS": "4567", "PLACE": "Paris", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22615	zuckmayer-carl-1896-12-27	{"afd2": "612"}	{"muller": "M2-612"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Carl", "family": "Zuckmayer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1896-12-27 19:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.33, "lat": 49.92, "name": "Nackenheim", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Carl", "family": "Zuckmayer"}, "birth": {"tzo": "+01:00", "date": "1896-12-27 19:30", "place": {"cy": "DE", "lg": 8.33, "lat": 49.92, "name": "Nackenheim"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "612"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 20", "LAT": "49 N 55", "TZO": "-1.00", "DATE": "27.12.1896", "MUID": "612", "NAME": "Zuckmayer, Carl", "OCCU": "AR 01", "TIME": "19.30", "BOOKS": "567", "PLACE": "Nackenheim", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}]	[]
22187	sachsen-coburg-und-gotha-albert-1819-08-26	{"afd2": "6"}	{"wd": "Q152245", "muller": "M2-6"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "von", "alter": ["Albert of Saxe-Coburg and Gotha", "Albert de Saxe-Cobourg-Gotha"], "given": "Albert", "family": "Sachsen Coburg und Gotha", "spouse": [], "official": {"given": "Franz Albrecht August Karl Emanuel", "family": null}}	M	{"lmt": true, "tzo": "", "date": "1819-08-26 06:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 10.97, "lat": 50.27, "name": "Schloss Rosenau Coburg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["monarch"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "v. Sachsen-Coburg-Gotha", "family": "Albert"}, "birth": {"lmt": true, "tzo": "", "date": "1819-08-26 06:00", "place": {"cy": "DE", "lg": 10.97, "lat": 50.27, "name": "Schloss Rosenau Coburg"}}, "occus": ["monarch"], "trust": 5, "ids-in-sources": {"afd2": "6"}}, "raw": {"CY": "D", "GQ": "N", "LG": "010 E 58", "LAT": "50 N 16", "TZO": "", "DATE": "26.08.1819", "MUID": "6", "NAME": "Albert, v. Sachsen-Coburg-Gotha", "OCCU": "MA 06", "TIME": "06.00", "BOOKS": "46", "PLACE": "Schloss Rosenau Coburg", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:44+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"name": {"nobl": "von", "alter": ["Albert of Saxe-Coburg and Gotha", "Albert de Saxe-Cobourg-Gotha"], "given": "Albert", "family": "Sachsen Coburg und Gotha", "official": {"given": "Franz Albrecht August Karl Emanuel"}}, "notes": ["2021-08-01 06:09:20+02:00\\n<br>Corrections from\\n<ul>\\n    <li><a href=\\"https://fr.wikipedia.org/wiki/Albert_de_Saxe-Cobourg-Gotha\\">https://fr.wikipedia.org/wiki/Albert_de_Saxe-Cobourg-Gotha</a></li>\\n    <li><a href=\\"https://en.wikipedia.org/wiki/Albert,_Prince_Consort\\">https://en.wikipedia.org/wiki/Albert,_Prince_Consort</a></li>\\n    <li><a href=\\"https://de.wikipedia.org/wiki/Albert_von_Sachsen-Coburg_und_Gotha\\">https://de.wikipedia.org/wiki/Albert_von_Sachsen-Coburg_und_Gotha</a></li>\\n</ul>\\nEach page give a different official given name.\\n<br>Retained German version.\\n"], "partial-ids": {"wd": "Q152245"}, "ids-in-sources": {"afd2": "6"}}, "raw": {"notes.0": "2021-08-01 06:09:20+02:00\\n<br>Corrections from\\n<ul>\\n    <li><a href=\\"https://fr.wikipedia.org/wiki/Albert_de_Saxe-Cobourg-Gotha\\">https://fr.wikipedia.org/wiki/Albert_de_Saxe-Cobourg-Gotha</a></li>\\n    <li><a href=\\"https://en.wikipedia.org/wiki/Albert,_Prince_Consort\\">https://en.wikipedia.org/wiki/Albert,_Prince_Consort</a></li>\\n    <li><a href=\\"https://de.wikipedia.org/wiki/Albert_von_Sachsen-Coburg_und_Gotha\\">https://de.wikipedia.org/wiki/Albert_von_Sachsen-Coburg_und_Gotha</a></li>\\n</ul>\\nEach page give a different official given name.\\n<br>Retained German version.\\n", "name.nobl": "von", "name.given": "Albert", "name.family": "Sachsen Coburg und Gotha", "name.alter.0": "Albert of Saxe-Coburg and Gotha", "name.alter.1": "Albert de Saxe-Cobourg-Gotha", "partial-ids.wd": "Q152245", "ids-in-sources.afd2": "6", "name.official.given": "Franz Albrecht August Karl Emanuel"}, "date": "2023-08-20T14:44:49+02:00", "source": "muller-612-men.yml", "command": "db init tweaks muller-612-men.yml"}]	["2021-08-01 06:09:20+02:00\\n<br>Corrections from\\n<ul>\\n    <li><a href=\\"https://fr.wikipedia.org/wiki/Albert_de_Saxe-Cobourg-Gotha\\">https://fr.wikipedia.org/wiki/Albert_de_Saxe-Cobourg-Gotha</a></li>\\n    <li><a href=\\"https://en.wikipedia.org/wiki/Albert,_Prince_Consort\\">https://en.wikipedia.org/wiki/Albert,_Prince_Consort</a></li>\\n    <li><a href=\\"https://de.wikipedia.org/wiki/Albert_von_Sachsen-Coburg_und_Gotha\\">https://de.wikipedia.org/wiki/Albert_von_Sachsen-Coburg_und_Gotha</a></li>\\n</ul>\\nEach page give a different official given name.\\n<br>Retained German version.\\n"]
22258	van-cliburn-1934-07-12	{"afd2": "119"}	{"wd": "Q366355", "muller": "M2-119"}	{"fame": {"full": "Van Cliburn", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Harvey Lavan", "family": "Cliburn", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1934-07-12 11:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "US", "lg": -93.75, "lat": 32.5, "name": "Shreveport", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["pianist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "van", "family": "Cliburn"}, "birth": {"tzo": "-06:00", "date": "1934-07-12 11:45", "place": {"cy": "US", "lg": -93.75, "lat": 32.5, "name": "Shreveport"}}, "occus": ["musician"], "trust": 5, "ids-in-sources": {"afd2": "119"}}, "raw": {"CY": "USA", "GQ": "G", "LG": "093 W 45", "LAT": "32 N 30", "TZO": "6.00", "DATE": "12.07.1934", "MUID": "119", "NAME": "Cliburn, van", "OCCU": "AR 07", "TIME": "11.45", "BOOKS": "57", "PLACE": "Shreveport (La)", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"name": {"fame": {"full": "Van Cliburn"}, "given": "Harvey Lavan"}, "occus": ["pianist"], "partial-ids": {"wd": "Q366355"}, "ids-in-sources": {"afd2": "119"}}, "raw": {"occus.0": "pianist", "name.given": "Harvey Lavan", "name.fame.full": "Van Cliburn", "partial-ids.wd": "Q366355", "ids-in-sources.afd2": "119"}, "date": "2023-08-20T14:44:49+02:00", "source": "muller-612-men.yml", "command": "db init tweaks muller-612-men.yml"}]	[]
14080	dumas-alexandre-1802-07-24	{"a6": "281", "afd2": "160"}	{"wd": "Q38337", "lerrcp": "A6-281", "muller": "M2-160"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": ["Alexandre Dumas père"], "given": "Alexandre", "family": "Dumas", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:14:28", "date": "1802-07-24 05:30", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Villers-Cottere", "geoid": 0}, "notime": null, "date-ut": "1802-07-24 05:15:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "fictional-writer"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Dumas"}, "birth": {"tzo": "+00:14:28", "date": "1802-07-24 05:30", "place": {"c2": "02", "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Villers-Cottere", "geoid": 0}, "date-ut": "1802-07-24 05:15:32"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-281"}, "ids-in-sources": {"a6": "281"}}, "raw": {"H": "5", "MN": "15", "TZ": "0", "COD": "02", "COU": "F", "DAY": "24", "LAT": "49N34", "LON": "3E37", "MON": "7", "NUM": "281", "PRO": "W", "SEC": "32", "YEA": "1802", "CITY": "VILLERS-COTTERE"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "M", "occus": ["fictional-writer"], "ids-in-sources": {"afd2": "160"}}, "raw": {"CY": "F", "GQ": "G", "LG": "003 E 05", "LAT": "49 N 15", "TZO": "-0.14", "DATE": "24.07.1802", "MUID": "160", "NAME": "Dumas, Alexandre (sen.)", "OCCU": "AR 01", "TIME": "05.30", "BOOKS": "4567", "PLACE": "Villers-Cotterets", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"name": {"alter": ["Alexandre Dumas père"], "given": "Alexandre", "family": "Dumas"}, "partial-ids": {"wd": "Q38337"}, "ids-in-sources": {"afd2": "160"}}, "raw": {"name.given": "Alexandre", "name.family": "Dumas", "name.alter.0": "Alexandre Dumas père", "partial-ids.wd": "Q38337", "ids-in-sources.afd2": "160"}, "date": "2023-08-20T14:44:49+02:00", "source": "muller-612-men.yml", "command": "db init tweaks muller-612-men.yml"}]	[]
22307	fleming-alexander-1881-08-06	{"afd2": "193"}	{"wd": "Q37064", "muller": "M2-193"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "Sir", "alter": [], "given": "Alexander", "family": "Fleming", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1881-08-06 02:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -4.3, "lat": 55.62, "name": "Lochfield Farm", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["scientist"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Sir Alexander", "family": "Fleming"}, "birth": {"tzo": "+00:00", "date": "1881-08-06 02:00", "place": {"cy": "GB", "lg": -4.3, "lat": 55.62, "name": "Lochfield Farm"}}, "occus": ["scientist"], "trust": 5, "ids-in-sources": {"afd2": "193"}}, "raw": {"CY": "GB", "GQ": "N", "LG": "004 W 18", "LAT": "55 N 37", "TZO": "0.00", "DATE": "06.08.1881", "MUID": "193", "NAME": "Fleming, Sir Alexander", "OCCU": "SC 03", "TIME": "02.00", "BOOKS": "4567", "PLACE": "Lochfield Farm (Ayr)", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"name": {"nobl": "Sir", "given": "Alexander", "family": "Fleming"}, "partial-ids": {"wd": "Q37064"}, "ids-in-sources": {"afd2": "193"}}, "raw": {"name.nobl": "Sir", "name.given": "Alexander", "name.family": "Fleming", "partial-ids.wd": "Q37064", "ids-in-sources.afd2": "193"}, "date": "2023-08-20T14:44:49+02:00", "source": "muller-612-men.yml", "command": "db init tweaks muller-612-men.yml"}]	[]
22335	grock-1880-01-10	{"afd2": "238"}	{"wd": "Q302873", "muller": "M2-238"}	{"fame": {"full": "Grock", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Adrian", "family": "Wettach", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1880-01-10 09:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "CH", "lg": 7.23, "lat": 47.15, "name": "Reconvilier", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": "Grock"}, "nobl": "", "given": "", "family": ""}, "birth": {"lmt": true, "tzo": "", "date": "1880-01-10 09:00", "place": {"cy": "CH", "lg": 7.23, "lat": 47.15, "name": "Reconvilier"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"afd2": "238"}}, "raw": {"CY": "CH", "GQ": "N", "LG": "007 E 14", "LAT": "47 N 09", "TZO": "", "DATE": "10.01.1880", "MUID": "238", "NAME": "Grock (Adrian Wettach)", "OCCU": "AR 03", "TIME": "09.00", "BOOKS": "56", "PLACE": "Reconvilier", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"name": {"fame": {"full": "Grock"}, "given": "Adrian", "family": "Wettach"}, "partial-ids": {"wd": "Q302873"}, "ids-in-sources": {"afd2": "238"}}, "raw": {"name.given": "Adrian", "name.family": "Wettach", "name.fame.full": "Grock", "partial-ids.wd": "Q302873", "ids-in-sources.afd2": "238"}, "date": "2023-08-20T14:44:49+02:00", "source": "muller-612-men.yml", "command": "db init tweaks muller-612-men.yml"}]	[]
22412	le-corbusier-1887-10-06	{"afd2": "329"}	{"wd": "Q4724", "muller": "M2-329"}	{"fame": {"full": "Le Corbusier", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Charles-Édouard", "family": "Jeanneret-Gris", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": true, "tzo": "", "date": "1887-10-06 21:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "CH", "lg": 6.83, "lat": 47.12, "name": "La Chaux de Fonds", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["architect"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": "Le Corbusier"}, "nobl": "", "given": "", "family": ""}, "birth": {"lmt": true, "tzo": "", "date": "1887-10-06 21:00", "place": {"cy": "CH", "lg": 6.83, "lat": 47.12, "name": "La Chaux de Fonds"}}, "occus": ["architect"], "trust": 5, "ids-in-sources": {"afd2": "329"}}, "raw": {"CY": "CH", "GQ": "N", "LG": "006 E 50", "LAT": "47 N 07", "TZO": "", "DATE": "06.10.1887", "MUID": "329", "NAME": "Le Corbusier", "OCCU": "AR 09", "TIME": "21.00", "BOOKS": "567", "PLACE": "La Chaux de Fonds", "TIMOD": "LMT", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"name": {"given": "Charles-Édouard", "family": "Jeanneret-Gris"}, "partial-ids": {"wd": "Q4724"}, "ids-in-sources": {"afd2": "329"}}, "raw": {"name.given": "Charles-Édouard", "name.family": "Jeanneret-Gris", "partial-ids.wd": "Q4724", "ids-in-sources.afd2": "329"}, "date": "2023-08-20T14:44:49+02:00", "source": "muller-612-men.yml", "command": "db init tweaks muller-612-men.yml"}]	[]
22472	novalis-1772-05-02	{"afd2": "416"}	{"wd": "Q60684", "muller": "M2-416"}	{"fame": {"full": "Novalis", "given": null, "family": null}, "nobl": "von", "alter": [], "given": "Georg Philipp Friedrich", "family": "Hardenberg", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:49", "date": "1772-05-02 10:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 11.5, "lat": 51.65, "name": "Oberwiederstedt", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fictional-writer"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": "Novalis"}, "nobl": "", "given": "", "family": ""}, "birth": {"tzo": "+00:49", "date": "1772-05-02 10:00", "place": {"cy": "DE", "lg": 11.5, "lat": 51.65, "name": "Oberwiederstedt"}}, "occus": ["fictional-writer"], "trust": 5, "ids-in-sources": {"afd2": "416"}}, "raw": {"CY": "D", "GQ": "N", "LG": "011 B 30", "LAT": "51 N 39", "TZO": "-0.82", "DATE": "02.05.1772", "MUID": "416", "NAME": "Novalis", "OCCU": "AR 01", "TIME": "10.00", "BOOKS": "4567", "PLACE": "Oberwiederstedt", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"name": {"nobl": "von", "given": "Georg Philipp Friedrich", "family": "Hardenberg"}, "partial-ids": {"wd": "Q60684"}, "ids-in-sources": {"afd2": "416"}}, "raw": {"name.nobl": "von", "name.given": "Georg Philipp Friedrich", "name.family": "Hardenberg", "partial-ids.wd": "Q60684", "ids-in-sources.afd2": "416"}, "date": "2023-08-20T14:44:49+02:00", "source": "muller-612-men.yml", "command": "db init tweaks muller-612-men.yml"}]	[]
22483	paul-vi-1897-09-26	{"afd2": "429"}	{"wd": "Q16975", "muller": "M2-429"}	{"fame": {"full": "Paul VI", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Giovanni Battista", "family": "Montini", "spouse": [], "official": {"given": "Giovanni Battista Enrico Antonio Maria", "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1897-09-26 22:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 10.22, "lat": 45.53, "name": "Concesio", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["religious-leader"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Papst", "family": "Paul VI"}, "birth": {"tzo": "+01:00", "date": "1897-09-26 22:00", "place": {"cy": "IT", "lg": 10.22, "lat": 45.53, "name": "Concesio"}}, "occus": ["religious-leader"], "trust": 5, "ids-in-sources": {"afd2": "429"}}, "raw": {"CY": "I", "GQ": "N", "LG": "010 E 13", "LAT": "45 N 32", "TZO": "-1.00", "DATE": "26.09.1897", "MUID": "429", "NAME": "Paul VI., Papst", "OCCU": "MA 05", "TIME": "22.00", "BOOKS": "56", "PLACE": "Concesio", "TIMOD": "", "SOURCE": "SA"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"name": {"fame": {"full": "Paul VI"}, "given": "Giovanni Battista", "family": "Montini", "official": {"given": "Giovanni Battista Enrico Antonio Maria"}}, "partial-ids": {"wd": "Q16975"}, "ids-in-sources": {"afd2": "429"}}, "raw": {"name.given": "Giovanni Battista", "name.family": "Montini", "name.fame.full": "Paul VI", "partial-ids.wd": "Q16975", "ids-in-sources.afd2": "429", "name.official.given": "Giovanni Battista Enrico Antonio Maria"}, "date": "2023-08-20T14:44:49+02:00", "source": "muller-612-men.yml", "command": "db init tweaks muller-612-men.yml"}]	[]
14542	sully-prudhomme-1839-03-16	{"a6": "758", "afd2": "550"}	{"wd": "Q42247", "lerrcp": "A6-758", "muller": "M2-550"}	{"fame": {"full": "Sully-Prudhomme", "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Sully-Prud'Homme", "spouse": [], "official": {"given": "René Armand François", "family": "Prudhomme"}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1839-03-16 04:00", "note": "LMT", "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1839-03-16 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet", "fictional-writer"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Sully-Prud'Homme"}, "birth": {"tzo": "+00:09:24", "date": "1839-03-16 04:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1839-03-16 03:50:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-758"}, "ids-in-sources": {"a6": "758"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "16", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "758", "PRO": "W", "SEC": "40", "YEA": "1839", "CITY": "PARIS"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["fictional-writer"], "ids-in-sources": {"afd2": "550"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 20", "LAT": "48 N 50", "TZO": "", "DATE": "16.03.1839", "MUID": "550", "NAME": "Sully Prudhomme", "OCCU": "AR 01", "TIME": "04.00", "BOOKS": "56", "PLACE": "Paris", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"name": {"fame": {"full": "Sully-Prudhomme"}, "official": {"given": "René Armand François", "family": "Prudhomme"}}, "partial-ids": {"wd": "Q42247"}, "ids-in-sources": {"afd2": "550"}}, "raw": {"name.fame.full": "Sully-Prudhomme", "partial-ids.wd": "Q42247", "ids-in-sources.afd2": "550", "name.official.given": "René Armand François", "name.official.family": "Prudhomme"}, "date": "2023-08-20T14:44:49+02:00", "source": "muller-612-men.yml", "command": "db init tweaks muller-612-men.yml"}]	[]
15792	adorni-vittorio-1937-11-14	{"d6": "3", "3a_sports": "20"}	{"ertel": "ES-20", "lerrcp": "D6-3"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vittorio", "family": "Adorni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1937-11-14 08:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 10.31667, "lat": 44.8, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Vittorio", "family": "Adorni"}, "birth": {"date": "1937-11-14 08:30", "place": {"cy": "IT", "lg": 10.31667, "lat": 44.8}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "3"}}, "raw": {"H": "8", "MN": "30", "DAY": "14", "LAT": "44N48", "LON": "10E19", "MON": "11", "NUM": "3", "SEC": "0", "YEA": "1937", "NAME": "Adorni Vittorio"}, "date": "2023-08-20T14:44:00+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-20"}}, "raw": {"L": "", "MF": "", "NR": "20", "ENG": "", "MA_": "0", "G_NR": "3", "MA12": "11", "MARS": "32", "NAME": "Adorni", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "9,700", "CSINR": "", "KURTZ": "", "PHAS_": "76,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "14.11.", "ZITATE": "DHSFO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Vittorio", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "14.11.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:44:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16240	aaron-henry-1934-02-05	{"d10": "2", "3a_sports": "1", "rawlins-ertel-irving": "1"}	{"ertel": "ES-1", "csicop": "CS-1", "lerrcp": "D10-2"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Aaron", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1934-02-05 20:25", "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "US", "lg": -88.05, "lat": 30.68333, "name": "Mobile", "geoid": null}, "notime": null, "date-ut": "1934-02-06 02:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["baseball-player"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Aaron"}, "birth": {"tzo": "-06:00", "date": "1934-02-05 20:25", "place": {"c2": "AL", "cy": "US", "lg": -88.05, "lat": 30.68333, "name": "Mobile"}, "date-ut": "1934-02-06 02:25"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "2"}}, "raw": {"H": "20:25", "TZ": "6h", "DAY": "5", "LAT": "30N41", "LON": "88W3", "MON": "2", "NUM": "2", "PRO": "SP", "YEA": "1934", "CICO": "Mobile, AL", "NAME": "Aaron Henry"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["baseball-player"]], "ids-in-sources": {"rawlins-ertel-irving": "1"}}, "raw": {"LA1": "30", "LA2": "41", "LO1": "88", "LO2": "3", "AMPM": "P", "MARS": "21", "NAME": "Aaron", "BATCH": "1", "Satz#": "1", "GEBDAT": "5 2 1934", "GEBORT": "AL", "GEBZEIT": "8 25", "VORNAME": "Henry Louis", "SPORTART": "BASE", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["baseball-player"], "partial-ids": {"ertel": "ES-1"}}, "raw": {"L": "", "MF": "", "NR": "1", "ENG": "", "MA_": "1", "G_NR": "2", "MA12": "7", "MARS": "21", "NAME": "Aaron", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-8,400", "CSINR": "1", "KURTZ": "", "PHAS_": "74,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "05.02.", "ZITATE": "BE", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Henry Louis", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "05.02.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BASE", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:44:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
123	accart-jean-1912-04-07	{"a1": "123", "3a_sports": "11"}	{"ertel": "ES-11", "lerrcp": "A1-123"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Accart", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1912-04-07 22:45", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.37457, "lat": 49.75787, "name": "Fécamp", "geoid": 3018794}, "notime": null, "date-ut": "1912-04-07 22:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Accart"}, "birth": {"tzo": "+00:00", "date": "1912-04-07 22:45", "place": {"c2": "76", "cy": "FR", "lg": 0.37457, "lat": 49.75787, "name": "Fécamp", "geoid": 3018794}, "date-ut": "1912-04-07 22:45"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-123"}, "ids-in-sources": {"a1": "123"}}, "raw": {"H": "22", "MN": "45", "TZ": "0", "COD": "76", "COU": "F", "DAY": "7", "LAT": "49N26", "LON": "1E 5", "MON": "4", "NUM": "123", "PRO": "C", "SEC": "0", "YEA": "1912", "CITY": "FECAMP"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1912-04-07 22:45"}, "partial-ids": {"ertel": "ES-11"}}, "raw": {"L": "", "MF": "", "NR": "11", "ENG": "", "MA_": "0", "G_NR": "123", "MA12": "6", "MARS": "16", "NAME": "Accart", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,100", "CSINR": "", "KURTZ": "", "PHAS_": "74,400", "STUND": "22,75", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.04.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "07.04.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1242	abbes-claude-1927-05-24	{"a1": "1243", "3a_sports": "6"}	{"cpara": "CP-1", "ertel": "ES-6", "lerrcp": "A1-1243"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Abbes", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1927-05-24 10:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.18882, "lat": 43.56528, "name": "Faugères", "geoid": 3018954}, "notime": null, "date-ut": "1927-05-24 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Abbes"}, "birth": {"tzo": "+01:00", "date": "1927-05-24 10:00", "place": {"c2": "34", "cy": "FR", "lg": 3.18882, "lat": 43.56528, "name": "Faugères", "geoid": 3018954}, "date-ut": "1927-05-24 09:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1243"}, "ids-in-sources": {"a1": "1243"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "34", "COU": "F", "DAY": "24", "LAT": "43N37", "LON": "3E53", "MON": "5", "NUM": "1243", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "FAUGERES"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-05-24 10:00"}, "partial-ids": {"ertel": "ES-6"}}, "raw": {"L": "", "MF": "", "NR": "6", "ENG": "1", "MA_": "2", "G_NR": "1243", "MA12": "1", "MARS": "2", "NAME": "Abbes", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,90", "CSINR": "", "KURTZ": "p", "PHAS_": "52,800", "STUND": "10,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "24.05.", "ZITATE": "DWO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "1", "VORNAME": "Claude", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "24.05.1927", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:44:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1406	acconcia-italo-1925-04-20	{"a1": "1407", "3a_sports": "12"}	{"ertel": "ES-12", "lerrcp": "A1-1407"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Italo", "family": "Acconcia", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-04-20 02:30", "note": null, "place": {"c1": null, "c2": "AQ", "c3": null, "cy": "IT", "lg": 13.5, "lat": 42.4, "name": "CASTELVECCHIO", "geoid": 0}, "notime": null, "date-ut": "1925-04-20 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Italo", "family": "Acconcia"}, "birth": {"place": {"c2": "AQ", "cy": "IT", "lg": 13.5, "lat": 42.4, "name": "CASTELVECCHIO", "geoid": 0}, "date-ut": "1925-04-20 01:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1407"}, "ids-in-sources": {"a1": "1407"}}, "raw": {"H": "2", "MN": "30", "TZ": "-1", "COD": "AQ", "COU": "I", "DAY": "20", "LAT": "42N24", "LON": "13E30", "MON": "4", "NUM": "1407", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "CASTELVECCHIO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-04-20 02:30"}, "partial-ids": {"ertel": "ES-12"}}, "raw": {"L": "", "MF": "", "NR": "12", "ENG": "", "MA_": "1", "G_NR": "1407", "MA12": "9", "MARS": "26", "NAME": "Acconcia", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,700", "CSINR": "", "KURTZ": "", "PHAS_": "10,900", "STUND": "2,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "20.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Italo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.04.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15790	adaczyk-marcel-1935-01-05	{"d6": "1", "3a_sports": "16"}	{"ertel": "ES-16", "lerrcp": "D6-1"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Adaczyk", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1935-01-05 18:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 5.85, "lat": 49.16667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Adaczyk"}, "birth": {"date": "1935-01-05 18:30", "place": {"cy": "FR", "lg": 5.85, "lat": 49.16667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "1"}}, "raw": {"H": "18", "MN": "30", "DAY": "5", "LAT": "49N10", "LON": "05E51", "MON": "1", "NUM": "1", "SEC": "0", "YEA": "1935", "NAME": "Adaczyk Marcel"}, "date": "2023-08-20T14:44:00+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-16"}}, "raw": {"L": "", "MF": "", "NR": "16", "ENG": "", "MA_": "1", "G_NR": "1", "MA12": "10", "MARS": "29", "NAME": "Adamczyk", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-2,100", "CSINR": "", "KURTZ": "", "PHAS_": "0,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.01.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
239	adamoli-carlo-1894-11-07	{"a1": "239", "3a_sports": "17"}	{"ertel": "ES-17", "lerrcp": "A1-239"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Adamoli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1894-11-07 01:15", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.8, "name": "BELLANO", "geoid": 0}, "notime": null, "date-ut": "1894-11-07 00:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Adamoli"}, "birth": {"place": {"c2": "CO", "cy": "IT", "lg": 9.25, "lat": 45.8, "name": "BELLANO", "geoid": 0}, "date-ut": "1894-11-07 00:15"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-239"}, "ids-in-sources": {"a1": "239"}}, "raw": {"H": "1", "MN": "15", "TZ": "-1", "COD": "CO", "COU": "I", "DAY": "7", "LAT": "45N48", "LON": "9E15", "MON": "11", "NUM": "239", "PRO": "C", "SEC": "0", "YEA": "1894", "CITY": "BELLANO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1894-11-07 01:15"}, "partial-ids": {"ertel": "ES-17"}}, "raw": {"L": "", "MF": "", "NR": "17", "ENG": "", "MA_": "1", "G_NR": "239", "MA12": "5", "MARS": "13", "NAME": "Adamoli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,300", "CSINR": "", "KURTZ": "", "PHAS_": "62,900", "STUND": "1,25", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "07.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Carlo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.11.1894", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
992	adriaenssens-jan-1932-06-06	{"a1": "992", "3a_sports": "21"}	{"ertel": "ES-21", "lerrcp": "A1-992"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Adriaenssens", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-06-06 07:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "WILLEBROECK", "geoid": 0}, "notime": null, "date-ut": "1932-06-06 06:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Adriaenssens"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "WILLEBROECK", "geoid": 0}, "date-ut": "1932-06-06 06:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-992"}, "ids-in-sources": {"a1": "992"}}, "raw": {"H": "6", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "6", "LAT": "51N14", "LON": "4E30", "MON": "6", "NUM": "992", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "WILLEBROECK"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-06-06 07:00"}, "partial-ids": {"ertel": "ES-21"}}, "raw": {"L": "", "MF": "", "NR": "21", "ENG": "", "MA_": "0", "G_NR": "992", "MA12": "3", "MARS": "8", "NAME": "Adriaenssens", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,100", "CSINR": "", "KURTZ": "", "PHAS_": "2,700", "STUND": "7,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "06.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jan", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.06.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2008	agnel-marisette-1926-08-28	{"a1": "2010", "3a_sports": "25"}	{"ertel": "ES-25", "lerrcp": "A1-2010"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marisette", "family": "Agnel", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1926-08-28 13:00", "note": null, "place": {"c1": null, "c2": "74", "c3": null, "cy": "FR", "lg": 6.11667, "lat": 45.9, "name": "Chamonix", "geoid": 0}, "notime": null, "date-ut": "1926-08-28 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"name": {"given": "Marisette", "family": "Agnel"}, "birth": {"tzo": "+01:00", "date": "1926-08-28 13:00", "place": {"c2": "74", "cy": "FR", "lg": 6.11667, "lat": 45.9, "name": "Chamonix", "geoid": 0}, "date-ut": "1926-08-28 12:00"}, "occus": ["skier"], "trust": 5, "partial_ids": {"lerrcp": "A1-2010"}, "ids-in-sources": {"a1": "2010"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "74", "COU": "F", "DAY": "28", "LAT": "45N54", "LON": "6E 7", "MON": "8", "NUM": "2010", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "CHAMONIX"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "F", "birth": {"date": "1926-08-28 13:00"}, "partial-ids": {"ertel": "ES-25"}}, "raw": {"L": "", "MF": "F", "NR": "25", "ENG": "", "MA_": "1", "G_NR": "2010", "MA12": "7", "MARS": "20", "NAME": "Agnel", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,600", "CSINR": "", "KURTZ": "", "PHAS_": "73,200", "STUND": "13,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marisette", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "28.08.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SKII", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
241	agnesei-alfredo-1895-10-05	{"a1": "241", "3a_sports": "26"}	{"ertel": "ES-26", "lerrcp": "A1-241"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfredo", "family": "Agnesei", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1895-10-05 03:00", "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "notime": null, "date-ut": "1895-10-05 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Alfredo", "family": "Agnesei"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 15.54969, "lat": 38.19327, "name": "Messina", "geoid": 2524170}, "date-ut": "1895-10-05 02:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-241"}, "ids-in-sources": {"a1": "241"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "5", "LAT": "38N 0", "LON": "15E30", "MON": "10", "NUM": "241", "PRO": "C", "SEC": "0", "YEA": "1895", "CITY": "MESSINA"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1895-10-05 03:00"}, "partial-ids": {"ertel": "ES-26"}}, "raw": {"L": "", "MF": "", "NR": "26", "ENG": "", "MA_": "0", "G_NR": "241", "MA12": "11", "MARS": "32", "NAME": "Agnesi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,100", "CSINR": "", "KURTZ": "", "PHAS_": "98,900", "STUND": "3,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "05.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alfredo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.10.1895", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
243	agusta-giovanni-1879-10-04	{"a1": "243", "3a_sports": "32"}	{"ertel": "ES-32", "lerrcp": "A1-243"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Agusta", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1879-10-04 03:45", "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "notime": null, "date-ut": "1879-10-04 02:55:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Agusta"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "date-ut": "1879-10-04 02:55:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-243"}, "ids-in-sources": {"a1": "243"}}, "raw": {"H": "3", "MN": "55", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "4", "LAT": "44N48", "LON": "10E45", "MON": "10", "NUM": "243", "PRO": "C", "SEC": "4", "YEA": "1879", "CITY": "PARMA"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1879-10-04 03:45"}, "partial-ids": {"ertel": "ES-32"}}, "raw": {"L": "", "MF": "", "NR": "32", "ENG": "1", "MA_": "2", "G_NR": "243", "MA12": "4", "MARS": "10", "NAME": "Agusta", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,300", "CSINR": "", "KURTZ": "", "PHAS_": "88,300", "STUND": "3,75", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "04.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giovanni", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.10.1879", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1802	aillieres-georges-1934-12-03	{"a1": "1803", "3a_sports": "34"}	{"ertel": "ES-34", "lerrcp": "A1-1803"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Aillieres", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1934-12-03 17:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.17298, "lat": 43.417, "name": "Poucharramet", "geoid": 2985884}, "notime": null, "date-ut": "1934-12-03 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Aillieres"}, "birth": {"tzo": "+00:00", "date": "1934-12-03 17:00", "place": {"c2": "31", "cy": "FR", "lg": 1.17298, "lat": 43.417, "name": "Poucharramet", "geoid": 2985884}, "date-ut": "1934-12-03 17:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1803"}, "ids-in-sources": {"a1": "1803"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "31", "COU": "F", "DAY": "3", "LAT": "43N37", "LON": "1E26", "MON": "12", "NUM": "1803", "PRO": "C", "SEC": "0", "YEA": "1934", "CITY": "POUCHARRAMET"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1934-12-03 17:00"}, "partial-ids": {"ertel": "ES-34"}}, "raw": {"L": "", "MF": "", "NR": "34", "ENG": "", "MA_": "0", "G_NR": "1803", "MA12": "9", "MARS": "25", "NAME": "Aillieres", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,200", "CSINR": "", "KURTZ": "", "PHAS_": "16,300", "STUND": "17,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "03.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "03.12.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16244	akins-virgil-1928-03-10	{"d10": "6", "3a_sports": "39"}	{"ertel": "ES-39", "lerrcp": "D10-6"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Virgil", "family": "Akins", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1928-03-10 18:45", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis", "geoid": null}, "notime": null, "date-ut": "1928-03-11 00:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Virgil", "family": "Akins"}, "birth": {"tzo": "-06:00", "date": "1928-03-10 18:45", "place": {"c2": "MO", "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis"}, "date-ut": "1928-03-11 00:45"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "6"}}, "raw": {"H": "18:45", "TZ": "6h", "DAY": "10", "LAT": "38N37", "LON": "90W12", "MON": "3", "NUM": "6", "PRO": "SP", "YEA": "1928", "CICO": "St Louis, MO", "NAME": "Akins Virgil"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["boxer"], "partial-ids": {"ertel": "ES-39"}}, "raw": {"L": "", "MF": "", "NR": "39", "ENG": "", "MA_": "0", "G_NR": "6", "MA12": "8", "MARS": "24", "NAME": "Akins", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-5,300", "CSINR": "", "KURTZ": "", "PHAS_": "88,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "10.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Virgil", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.03.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1803	ainciart-edouard-1908-12-21	{"a1": "1804", "g55": "03-365", "3a_sports": "36"}	{"g55": "03-365", "ertel": "ES-36", "lerrcp": "A1-1804"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Ainciart", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1908-12-21 11:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "notime": null, "date-ut": "1908-12-21 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Ainciart"}, "birth": {"tzo": "+00:09:21", "date": "1908-12-21 11:00", "place": {"c2": "64", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "date-ut": "1908-12-21 10:50:40"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1804"}, "ids-in-sources": {"a1": "1804"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "64", "COU": "F", "DAY": "21", "LAT": "43N18", "LON": "0W22", "MON": "12", "NUM": "1804", "PRO": "C", "SEC": "40", "YEA": "1908", "CITY": "BAYONNE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1908-12-21 11:00"}, "partial-ids": {"ertel": "ES-36"}}, "raw": {"L": "", "MF": "", "NR": "36", "ENG": "", "MA_": "1", "G_NR": "1804", "MA12": "5", "MARS": "13", "NAME": "Ainciart", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,400", "CSINR": "", "KURTZ": "", "PHAS_": "7,500", "STUND": "11,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Edouard", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "21.12.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-365"}, "ids-in-source": {"g55": "03-365"}}, "raw": {"DAY": "21-12-1908", "HOUR": "11 h.", "NAME": "AINCIART Edouard", "PLACE": "Bayonne (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
896	albani-giorgio-1929-06-15	{"a1": "896", "3a_sports": "44"}	{"ertel": "ES-44", "lerrcp": "A1-896"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giorgio", "family": "Albani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-06-15 14:35", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "MONZA", "geoid": 0}, "notime": null, "date-ut": "1929-06-15 13:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Giorgio", "family": "Albani"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "MONZA", "geoid": 0}, "date-ut": "1929-06-15 13:35"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-896"}, "ids-in-sources": {"a1": "896"}}, "raw": {"H": "14", "MN": "35", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "15", "LAT": "45N30", "LON": "9E15", "MON": "6", "NUM": "896", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "MONZA"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-06-15 14:35"}, "partial-ids": {"ertel": "ES-44"}}, "raw": {"L": "", "MF": "", "NR": "44", "ENG": "", "MA_": "0", "G_NR": "896", "MA12": "3", "MARS": "7", "NAME": "Albani", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,500", "CSINR": "", "KURTZ": "", "PHAS_": "58,300", "STUND": "14,58", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "15.06.", "ZITATE": "O", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giorgio", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "15.06.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1221	albert-paul-1876-02-16	{"a1": "1222", "3a_sports": "48"}	{"ertel": "ES-48", "lerrcp": "A1-1222"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Albert", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1876-02-16 22:45", "note": null, "place": {"c1": null, "c2": "WIES", "c3": null, "cy": "DE", "lg": 8.33333, "lat": 50.33333, "name": "WIESBADEN-BIEBR", "geoid": 0}, "notime": null, "date-ut": "1876-02-16 22:11:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Albert"}, "birth": {"place": {"c2": "WIES", "cy": "DE", "lg": 8.33333, "lat": 50.33333, "name": "WIESBADEN-BIEBR", "geoid": 0}, "date-ut": "1876-02-16 22:11:40"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1222"}, "ids-in-sources": {"a1": "1222"}}, "raw": {"H": "23", "MN": "11", "TZ": "-1", "COD": "WIES", "COU": "G", "DAY": "16", "LAT": "50N20", "LON": "8E20", "MON": "2", "NUM": "1222", "PRO": "C", "SEC": "40", "YEA": "1876", "CITY": "WIESBADEN-BIEBR"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1876-02-16 22:45"}, "partial-ids": {"ertel": "ES-48"}}, "raw": {"L": "", "MF": "", "NR": "48", "ENG": "", "MA_": "1", "G_NR": "1222", "MA12": "7", "MARS": "19", "NAME": "Albert", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,300", "CSINR": "", "KURTZ": "", "PHAS_": "61,600", "STUND": "22,75", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "16.02.", "ZITATE": "GS", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Paul", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "16.02.1876", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
524	baltzer-christian-1936-07-05	{"a1": "524", "3a_sports": "224", "cfepp-final3": "184"}	{"cfepp": "CF-184", "cpara": "CP-24", "ertel": "ES-224", "lerrcp": "A1-524"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Baltzer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1936-07-05 20:45", "note": null, "place": {"c1": null, "c2": "68", "c3": "", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "notime": null, "date-ut": "1936-07-05 19:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Christian", "family": "Baltzer"}, "birth": {"tzo": "+01:00", "date": "1936-07-05 20:45", "place": {"c2": "68", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "date-ut": "1936-07-05 19:45"}, "occus": ["basketball-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-524"}, "ids-in-sources": {"a1": "524"}}, "raw": {"H": "19", "MN": "45", "TZ": "0", "COD": "68", "COU": "F", "DAY": "5", "LAT": "48N 5", "LON": "7E21", "MON": "7", "NUM": "524", "PRO": "C", "SEC": "0", "YEA": "1936", "CITY": "MULHOUSE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1936-07-05 20:45"}, "partial-ids": {"ertel": "ES-224"}}, "raw": {"L": "", "MF": "", "NR": "224", "ENG": "", "MA_": "1", "G_NR": "524", "MA12": "7", "MARS": "20", "NAME": "Baltzer", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,500", "CSINR": "", "KURTZ": "", "PHAS_": "99,900", "STUND": "20,75", "CFEPNR": "184", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "24", "VORNAME": "Christian", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "05.07.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1936-07-05 20:45", "place": {"c3": ""}, "date-ut": "1936-07-05 19:45"}, "occus": ["basketball-player"], "ids-in-sources": {"cfepp-final3": "184"}}, "raw": {"S": "7", "LT": "20 45", "LV": "I140", "TR": "f", "UT": "19 45", "LAT": "+47.75", "SRC": "L", "LONG": "-07.34", "NAME": "BALTZER Christian", "SPORT": "Basketball", "LOC_DATE": "1936 07 05", "UNIV_DATE": "1936 07 05", "BIRTH_PLACE": "MULHOUSE", "POSTAL_CODE": "68062 CEDEX"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1	alard-pierre-1937-09-17	{"a1": "1", "3a_sports": "40", "cfepp-final3": "5"}	{"cfepp": "CF-5", "cpara": "CP-3", "ertel": "ES-40", "lerrcp": "A1-1"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Alard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1937-09-17 18:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1937-09-17 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Alard"}, "birth": {"tzo": "+01:00", "date": "1937-09-17 18:00", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1937-09-17 17:00"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-1"}, "ids-in-sources": {"a1": "1"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "33", "COU": "F", "DAY": "17", "LAT": "44N50", "LON": "0W34", "MON": "9", "NUM": "1", "PRO": "C", "SEC": "0", "YEA": "1937", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1937-09-17 18:00"}, "partial-ids": {"ertel": "ES-40"}}, "raw": {"L": "", "MF": "", "NR": "40", "ENG": "", "MA_": "0", "G_NR": "1", "MA12": "3", "MARS": "8", "NAME": "Alard", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,700", "CSINR": "", "KURTZ": "", "PHAS_": "86,200", "STUND": "18,00", "CFEPNR": "5", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "3", "VORNAME": "Pierre", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "17.09.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1937-09-17 18:00", "place": {"c3": ""}, "date-ut": "1937-09-17 17:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "5"}}, "raw": {"S": "3", "LT": "18 00", "LV": "FI", "TR": "f", "UT": "17 00", "LAT": "+44.84", "SRC": "L", "LONG": "+00.57", "NAME": "ALARD Pierre", "SPORT": "Track & Field", "LOC_DATE": "1937 09 17", "UNIV_DATE": "1937 09 17", "BIRTH_PLACE": "BORDEAUX", "POSTAL_CODE": "33077 CEDEX"}, "date": "2023-08-20T14:45:54+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
523	baillet-philippe-1940-10-06	{"a1": "523", "3a_sports": "197", "cfepp-final3": "183"}	{"cfepp": "CF-183", "cpara": "CP-20", "ertel": "ES-197", "lerrcp": "A1-523"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Baillet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-10-06 23:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1940-10-06 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Baillet"}, "birth": {"place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1940-10-06 21:00:00"}, "occus": ["basketball-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-523"}, "ids-in-sources": {"a1": "523"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "33", "COU": "F", "DAY": "6", "LAT": "44N50", "LON": "0W34", "MON": "10", "NUM": "523", "PRO": "C", "SEC": "0", "YEA": "1940", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1940-10-06 23:00"}, "partial-ids": {"ertel": "ES-197"}}, "raw": {"L": "", "MF": "", "NR": "197", "ENG": "", "MA_": "0", "G_NR": "523", "MA12": "8", "MARS": "24", "NAME": "Baillet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,500", "CSINR": "", "KURTZ": "", "PHAS_": "26,500", "STUND": "23,00", "CFEPNR": "183", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "20", "VORNAME": "Philippe", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "06.10.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1940-10-06 23:00", "place": {"c3": ""}, "date-ut": "1940-10-06 21:00"}, "occus": ["basketball-player"], "ids-in-sources": {"cfepp-final3": "183"}}, "raw": {"S": "8", "LT": "23 00", "LV": "I64", "TR": "o", "UT": "21 00", "LAT": "+44.84", "SRC": "L", "LONG": "+00.57", "NAME": "BAILLET Philippe", "SPORT": "Basketball", "LOC_DATE": "1940 10 06", "UNIV_DATE": "1940 10 06", "BIRTH_PLACE": "BORDEAUX", "POSTAL_CODE": "33077 CEDEX"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15797	alderson-brian-1950-05-05	{"d6": "8", "3a_sports": "52"}	{"ertel": "ES-52", "lerrcp": "D6-8"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Brian", "family": "Alderson", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1950-05-05 07:40", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -3, "lat": 56.46667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Brian", "family": "Alderson"}, "birth": {"date": "1950-05-05 07:40", "place": {"cy": "GB", "lg": -3, "lat": 56.46667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "8"}}, "raw": {"H": "7", "MN": "40", "DAY": "5", "LAT": "56N28", "LON": "03W00", "MON": "5", "NUM": "8", "SEC": "0", "YEA": "1950", "NAME": "Alderson Brian"}, "date": "2023-08-20T14:44:00+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-52"}}, "raw": {"L": "", "MF": "", "NR": "52", "ENG": "", "MA_": "0", "G_NR": "8", "MA12": "8", "MARS": "24", "NAME": "Alderson", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-6,500", "CSINR": "", "KURTZ": "", "PHAS_": "88,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "SCO", "TAGMON": "05.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Brian", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.05.1950", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
245	algarotti-guglielmo-1902-09-10	{"a1": "245", "3a_sports": "55"}	{"ertel": "ES-55", "lerrcp": "A1-245"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guglielmo", "family": "Algarotti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1902-09-10 13:00", "note": null, "place": {"c1": null, "c2": "BG", "c3": null, "cy": "IT", "lg": 9.75, "lat": 45.6, "name": "GRUMELLOALMONTE", "geoid": 0}, "notime": null, "date-ut": "1902-09-10 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Guglielmo", "family": "Algarotti"}, "birth": {"place": {"c2": "BG", "cy": "IT", "lg": 9.75, "lat": 45.6, "name": "GRUMELLOALMONTE", "geoid": 0}, "date-ut": "1902-09-10 12:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-245"}, "ids-in-sources": {"a1": "245"}}, "raw": {"H": "13", "MN": "0", "TZ": "-1", "COD": "BG", "COU": "I", "DAY": "10", "LAT": "45N36", "LON": "9E45", "MON": "9", "NUM": "245", "PRO": "C", "SEC": "0", "YEA": "1902", "CITY": "GRUMELLOALMONTE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1902-09-10 13:00"}, "partial-ids": {"ertel": "ES-55"}}, "raw": {"L": "", "MF": "", "NR": "55", "ENG": "", "MA_": "1", "G_NR": "245", "MA12": "5", "MARS": "14", "NAME": "Algarotti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "50,800", "STUND": "13,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "10.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Guglielmo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.09.1902", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1189	alkema-henri-1912-01-06	{"a1": "1190", "3a_sports": "58"}	{"ertel": "ES-58", "lerrcp": "A1-1190"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Alkema", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1912-01-06 05:30", "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "LOOSDUINEN", "geoid": 0}, "notime": null, "date-ut": "1912-01-06 05:10:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Alkema"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "LOOSDUINEN", "geoid": 0}, "date-ut": "1912-01-06 05:10:28"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1190"}, "ids-in-sources": {"a1": "1190"}}, "raw": {"H": "5", "MN": "10", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "6", "LAT": "52N 5", "LON": "4E28", "MON": "1", "NUM": "1190", "PRO": "C", "SEC": "28", "YEA": "1912", "CITY": "LOOSDUINEN"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1912-01-06 05:30"}, "partial-ids": {"ertel": "ES-58"}}, "raw": {"L": "", "MF": "", "NR": "58", "ENG": "", "MA_": "1", "G_NR": "1190", "MA12": "7", "MARS": "21", "NAME": "Alkema", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,900", "CSINR": "", "KURTZ": "", "PHAS_": "96,600", "STUND": "5,50", "CFEPNR": "", "EXTEND": "", "NATION": "NET", "TAGMON": "06.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.01.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
246	allegri-gino-1893-03-24	{"a1": "246", "3a_sports": "64"}	{"ertel": "ES-64", "lerrcp": "A1-246"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gino", "family": "Allegri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1893-03-24 23:05", "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "notime": null, "date-ut": "1893-03-24 22:15:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Gino", "family": "Allegri"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "date-ut": "1893-03-24 22:15:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-246"}, "ids-in-sources": {"a1": "246"}}, "raw": {"H": "23", "MN": "15", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "24", "LAT": "45N30", "LON": "12E30", "MON": "3", "NUM": "246", "PRO": "C", "SEC": "4", "YEA": "1893", "CITY": "VENEZIA"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1893-03-24 23:05"}, "partial-ids": {"ertel": "ES-64"}}, "raw": {"L": "", "MF": "", "NR": "64", "ENG": "", "MA_": "1", "G_NR": "246", "MA12": "7", "MARS": "19", "NAME": "Allegri", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,000", "CSINR": "", "KURTZ": "", "PHAS_": "40,000", "STUND": "23,08", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "24.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.03.1893", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16250	allen-elisabeth-1950-11-24	{"d10": "12", "3a_sports": "67", "rawlins-ertel-irving": "7"}	{"ertel": "ES-67", "csicop": "CS-7", "lerrcp": "D10-12"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elisabeth", "family": "Allen", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "-05:00", "date": "1950-11-24 08:40", "note": null, "place": {"c1": null, "c2": "SC", "c3": null, "cy": "US", "lg": -81.05, "lat": 34, "name": "Columbia", "geoid": null}, "notime": null, "date-ut": "1950-11-24 13:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"name": {"given": "Elisabeth", "family": "Allen"}, "birth": {"tzo": "-05:00", "date": "1950-11-24 08:40", "place": {"c2": "SC", "cy": "US", "lg": -81.05, "lat": 34, "name": "Columbia"}, "date-ut": "1950-11-24 13:40"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "12"}}, "raw": {"H": "08:40", "TZ": "5h", "DAY": "24", "LAT": "34N0", "LON": "81W3", "MON": "11", "NUM": "12", "PRO": "SP", "YEA": "1950", "CICO": "Columbia, SC", "NAME": "Allen Elisabeth"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["skier"]], "ids-in-sources": {"rawlins-ertel-irving": "7"}}, "raw": {"LA1": "34", "LA2": "0", "LO1": "81", "LO2": "3", "AMPM": "A", "MARS": "34", "NAME": "Allen", "BATCH": "1", "Satz#": "7", "GEBDAT": "24 11 1950", "GEBORT": "SC", "GEBZEIT": "8 40", "VORNAME": "Elisabeth Christina", "SPORTART": "SKII", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "F", "occus": ["skier"], "partial-ids": {"ertel": "ES-67"}}, "raw": {"L": "", "MF": "F", "NR": "67", "ENG": "", "MA_": "0", "G_NR": "12", "MA12": "12", "MARS": "34", "NAME": "Allen", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "2,000", "CSINR": "7", "KURTZ": "", "PHAS_": "99,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "24.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Elisabeth Christina", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.11.1950", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1408	amadei-amadeo-1921-07-26	{"a1": "1409", "3a_sports": "72"}	{"ertel": "ES-72", "lerrcp": "A1-1409"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amadeo", "family": "Amadei", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-07-26 22:00", "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.66868, "lat": 41.81632, "name": "Frascati", "geoid": 3176589}, "notime": null, "date-ut": "1921-07-26 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Amadeo", "family": "Amadei"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.66868, "lat": 41.81632, "name": "Frascati", "geoid": 3176589}, "date-ut": "1921-07-26 21:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1409"}, "ids-in-sources": {"a1": "1409"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "26", "LAT": "41N54", "LON": "12E30", "MON": "7", "NUM": "1409", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "FRASCATI"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-07-26 22:00"}, "partial-ids": {"ertel": "ES-72"}}, "raw": {"L": "", "MF": "", "NR": "72", "ENG": "", "MA_": "0", "G_NR": "1409", "MA12": "8", "MARS": "24", "NAME": "Amadei", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,400", "CSINR": "", "KURTZ": "", "PHAS_": "70,600", "STUND": "22,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "26.07.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Amadeo", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "26.07.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1807	ambert-auguste-1928-04-15	{"a1": "1808", "3a_sports": "75"}	{"ertel": "ES-75", "lerrcp": "A1-1808"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Ambert", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1928-04-15 10:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 3.08651, "lat": 43.10759, "name": "Gruissan", "geoid": 3014477}, "notime": null, "date-ut": "1928-04-15 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Ambert"}, "birth": {"tzo": "+01:00", "date": "1928-04-15 10:00", "place": {"c2": "11", "cy": "FR", "lg": 3.08651, "lat": 43.10759, "name": "Gruissan", "geoid": 3014477}, "date-ut": "1928-04-15 09:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1808"}, "ids-in-sources": {"a1": "1808"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "11", "COU": "F", "DAY": "15", "LAT": "43N12", "LON": "2E21", "MON": "4", "NUM": "1808", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "GRUISSAN"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-04-15 10:00"}, "partial-ids": {"ertel": "ES-75"}}, "raw": {"L": "", "MF": "", "NR": "75", "ENG": "1", "MA_": "2", "G_NR": "1808", "MA12": "4", "MARS": "10", "NAME": "Ambert", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,20", "CSINR": "", "KURTZ": "", "PHAS_": "33,200", "STUND": "10,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "15.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Auguste", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.04.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
247	amantea-antonio-1894-09-28	{"a1": "247", "3a_sports": "78"}	{"ertel": "ES-78", "lerrcp": "A1-247"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Amantea", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1894-09-28 04:30", "note": null, "place": {"c1": null, "c2": "LE", "c3": null, "cy": "IT", "lg": 18.17202, "lat": 40.35703, "name": "Lecce", "geoid": 3174953}, "notime": null, "date-ut": "1894-09-28 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Amantea"}, "birth": {"place": {"c2": "LE", "cy": "IT", "lg": 18.17202, "lat": 40.35703, "name": "Lecce", "geoid": 3174953}, "date-ut": "1894-09-28 03:30"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-247"}, "ids-in-sources": {"a1": "247"}}, "raw": {"H": "4", "MN": "30", "TZ": "-1", "COD": "LE", "COU": "I", "DAY": "28", "LAT": "40N24", "LON": "18E45", "MON": "9", "NUM": "247", "PRO": "C", "SEC": "0", "YEA": "1894", "CITY": "LECCE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1894-09-28 04:30"}, "partial-ids": {"ertel": "ES-78"}}, "raw": {"L": "", "MF": "", "NR": "78", "ENG": "", "MA_": "1", "G_NR": "247", "MA12": "5", "MARS": "14", "NAME": "Amentea", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,600", "CSINR": "", "KURTZ": "", "PHAS_": "2,100", "STUND": "4,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "28.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Antonio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.09.1894", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
250	amico-silvio-1897-04-03	{"a1": "250", "3a_sports": "81"}	{"ertel": "ES-81", "lerrcp": "A1-250"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Silvio", "family": "Amico", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1897-04-03 20:00", "note": null, "place": {"c1": null, "c2": "SV", "c3": null, "cy": "IT", "lg": 8.25743, "lat": 44.12777, "name": "Loano", "geoid": 3174649}, "notime": null, "date-ut": "1897-04-03 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Silvio", "family": "Amico"}, "birth": {"place": {"c2": "SV", "cy": "IT", "lg": 8.25743, "lat": 44.12777, "name": "Loano", "geoid": 3174649}, "date-ut": "1897-04-03 19:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-250"}, "ids-in-sources": {"a1": "250"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "SV", "COU": "I", "DAY": "3", "LAT": "44N18", "LON": "8E45", "MON": "4", "NUM": "250", "PRO": "C", "SEC": "0", "YEA": "1897", "CITY": "LOANO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1897-04-03 20:00"}, "partial-ids": {"ertel": "ES-81"}}, "raw": {"L": "", "MF": "", "NR": "81", "ENG": "1", "MA_": "2", "G_NR": "250", "MA12": "4", "MARS": "12", "NAME": "Amico", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,600", "CSINR": "", "KURTZ": "", "PHAS_": "0,800", "STUND": "20,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "03.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Silvio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.04.1897", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
251	ancilotto-giannino-1896-11-15	{"a1": "251", "3a_sports": "87"}	{"ertel": "ES-87", "lerrcp": "A1-251"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giannino", "family": "Ancilotto", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1896-11-15 17:00", "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.5, "lat": 45.5, "name": "SDONADIPIAVE", "geoid": 0}, "notime": null, "date-ut": "1896-11-15 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Giannino", "family": "Ancilotto"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.5, "lat": 45.5, "name": "SDONADIPIAVE", "geoid": 0}, "date-ut": "1896-11-15 16:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-251"}, "ids-in-sources": {"a1": "251"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "15", "LAT": "45N30", "LON": "12E30", "MON": "11", "NUM": "251", "PRO": "C", "SEC": "0", "YEA": "1896", "CITY": "SDONADIPIAVE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1896-11-15 17:00"}, "partial-ids": {"ertel": "ES-87"}}, "raw": {"L": "", "MF": "", "NR": "87", "ENG": "", "MA_": "0", "G_NR": "251", "MA12": "11", "MARS": "33", "NAME": "Ancilotto", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,600", "CSINR": "", "KURTZ": "", "PHAS_": "75,600", "STUND": "17,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "15.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giannino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.11.1896", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16261	anderson-paul-1932-10-17	{"d10": "23", "3a_sports": "88"}	{"ertel": "ES-88", "lerrcp": "D10-23"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Anderson", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1932-10-17 05:30", "note": null, "place": {"c1": null, "c2": "GA", "c3": null, "cy": "US", "lg": -83.31667, "lat": 34.58333, "name": "Toccoa", "geoid": null}, "notime": null, "date-ut": "1932-10-17 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["weightlifter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Anderson"}, "birth": {"tzo": "-05:00", "date": "1932-10-17 05:30", "place": {"c2": "GA", "cy": "US", "lg": -83.31667, "lat": 34.58333, "name": "Toccoa"}, "date-ut": "1932-10-17 10:30"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "23"}}, "raw": {"H": "05:30", "TZ": "5h", "DAY": "17", "LAT": "34N35", "LON": "83W19", "MON": "10", "NUM": "23", "PRO": "SP", "YEA": "1932", "CICO": "Toccoa, GA", "NAME": "Anderson Paul"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["weightlifter"], "partial-ids": {"ertel": "ES-88"}}, "raw": {"L": "", "MF": "", "NR": "88", "ENG": "", "MA_": "1", "G_NR": "23", "MA12": "2", "MARS": "6", "NAME": "Anderson", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-3,400", "CSINR": "", "KURTZ": "", "PHAS_": "94,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "17.10.", "ZITATE": "DKSX", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Paul", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "17.10.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "WEIG", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1246	andoire-numa-1908-03-19	{"a1": "1247", "3a_sports": "89"}	{"cpara": "CP-9", "ertel": "ES-89", "lerrcp": "A1-1247"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Numa", "family": "Andoire", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1908-03-19 09:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.04228, "lat": 43.79383, "name": "Coursegoules", "geoid": 3022950}, "notime": null, "date-ut": "1908-03-19 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Numa", "family": "Andoire"}, "birth": {"tzo": "+00:09:21", "date": "1908-03-19 09:00", "place": {"c2": "06", "cy": "FR", "lg": 7.04228, "lat": 43.79383, "name": "Coursegoules", "geoid": 3022950}, "date-ut": "1908-03-19 08:50:40"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1247"}, "ids-in-sources": {"a1": "1247"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "06", "COU": "F", "DAY": "19", "LAT": "43N42", "LON": "7E16", "MON": "3", "NUM": "1247", "PRO": "C", "SEC": "40", "YEA": "1908", "CITY": "COURSEGOULES"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1908-03-19 09:00"}, "partial-ids": {"ertel": "ES-89"}}, "raw": {"L": "", "MF": "", "NR": "89", "ENG": "1", "MA_": "2", "G_NR": "1247", "MA12": "1", "MARS": "2", "NAME": "Andoire", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,800", "CSINR": "", "KURTZ": "", "PHAS_": "99,000", "STUND": "9,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "19.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "9", "VORNAME": "Numa", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "19.03.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
253	andriani-oronzo-1878-05-10	{"a1": "253", "3a_sports": "95"}	{"ertel": "ES-95", "lerrcp": "A1-253"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oronzo", "family": "Andriani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1878-05-10 22:00", "note": null, "place": {"c1": null, "c2": "BR", "c3": null, "cy": "IT", "lg": 17.93682, "lat": 40.62773, "name": "Brindisi", "geoid": 3181528}, "notime": null, "date-ut": "1878-05-10 21:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Oronzo", "family": "Andriani"}, "birth": {"place": {"c2": "BR", "cy": "IT", "lg": 17.93682, "lat": 40.62773, "name": "Brindisi", "geoid": 3181528}, "date-ut": "1878-05-10 21:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-253"}, "ids-in-sources": {"a1": "253"}}, "raw": {"H": "22", "MN": "10", "TZ": "-1", "COD": "BR", "COU": "I", "DAY": "10", "LAT": "40N36", "LON": "18E 0", "MON": "5", "NUM": "253", "PRO": "C", "SEC": "4", "YEA": "1878", "CITY": "BRINDISI"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1878-05-10 22:00"}, "partial-ids": {"ertel": "ES-95"}}, "raw": {"L": "", "MF": "", "NR": "95", "ENG": "", "MA_": "1", "G_NR": "253", "MA12": "7", "MARS": "19", "NAME": "Andriani", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,100", "CSINR": "", "KURTZ": "", "PHAS_": "50,800", "STUND": "22,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "10.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Oronzo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.05.1878", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1698	anger-alphonse-1915-08-20	{"a1": "1699", "3a_sports": "103", "cfepp-final3": "586"}	{"cfepp": "CF-586", "ertel": "ES-103", "lerrcp": "A1-1699"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Anger", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1915-08-20 08:45", "note": null, "place": {"c1": null, "c2": "68", "c3": "", "cy": "FR", "lg": 7.30295, "lat": 47.76915, "name": "Pfastatt", "geoid": 2987429}, "notime": null, "date-ut": "1915-08-20 07:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["gymnast"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Anger"}, "birth": {"place": {"c2": "68", "cy": "FR", "lg": 7.30295, "lat": 47.76915, "name": "Pfastatt", "geoid": 2987429}, "date-ut": "1915-08-20 07:45"}, "occus": ["gymnast"], "trust": 5, "partial_ids": {"lerrcp": "A1-1699"}, "ids-in-sources": {"a1": "1699"}}, "raw": {"H": "8", "MN": "45", "TZ": "-1", "COD": "68", "COU": "F", "DAY": "20", "LAT": "48N 5", "LON": "7E21", "MON": "8", "NUM": "1699", "PRO": "C", "SEC": "0", "YEA": "1915", "CITY": "PFASTATT"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1915-08-20 08:45"}, "partial-ids": {"ertel": "ES-103"}}, "raw": {"L": "", "MF": "", "NR": "103", "ENG": "1", "MA_": "2", "G_NR": "1699", "MA12": "4", "MARS": "10", "NAME": "Anger", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,000", "CSINR": "", "KURTZ": "", "PHAS_": "71,500", "STUND": "8,75", "CFEPNR": "586", "EXTEND": "1", "NATION": "FRA", "TAGMON": "20.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alphonse", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.08.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "GYMN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1915-08-20 08:45", "place": {"c3": ""}, "date-ut": "1915-08-20 07:45"}, "occus": ["gymnast"], "ids-in-sources": {"cfepp-final3": "586"}}, "raw": {"S": "4", "LT": "08 45", "LV": "FI", "TR": "a", "UT": "07 45", "LAT": "+47.77", "SRC": "A", "LONG": "-07.30", "NAME": "ANGER Alphonse", "SPORT": "Gymnastics", "LOC_DATE": "1915 08 20", "UNIV_DATE": "1915 08 20", "BIRTH_PLACE": "PFASTATT", "POSTAL_CODE": "68120"}, "date": "2023-08-20T14:46:07+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
772	anglade-henri-1933-07-06	{"a1": "772", "3a_sports": "104", "cfepp-final3": "269"}	{"cfepp": "CF-269", "cpara": "CP-12", "ertel": "ES-104", "lerrcp": "A1-772"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Anglade", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1933-07-06 23:30", "note": null, "place": {"c1": null, "c2": "57", "c3": "", "cy": "FR", "lg": 6.16044, "lat": 49.35994, "name": "Thionville", "geoid": 2972811}, "notime": null, "date-ut": "1933-07-06 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Anglade"}, "birth": {"tzo": "+01:00", "date": "1933-07-06 23:30", "place": {"c2": "57", "cy": "FR", "lg": 6.16044, "lat": 49.35994, "name": "Thionville", "geoid": 2972811}, "date-ut": "1933-07-06 22:30"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-772"}, "ids-in-sources": {"a1": "772"}}, "raw": {"H": "22", "MN": "30", "TZ": "0", "COD": "57", "COU": "F", "DAY": "6", "LAT": "49N 7", "LON": "6E11", "MON": "7", "NUM": "772", "PRO": "C", "SEC": "0", "YEA": "1933", "CITY": "THIONVILLE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1933-07-06 23:30"}, "partial-ids": {"ertel": "ES-104"}}, "raw": {"L": "", "MF": "", "NR": "104", "ENG": "", "MA_": "1", "G_NR": "772", "MA12": "6", "MARS": "18", "NAME": "Anglade", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,800", "CSINR": "", "KURTZ": "", "PHAS_": "96,500", "STUND": "23,50", "CFEPNR": "269", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.07.", "ZITATE": "DSFO", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "12", "VORNAME": "Henri", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "06.07.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1933-07-06 23:30", "place": {"c3": ""}, "date-ut": "1933-07-06 22:30"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "269"}}, "raw": {"S": "6", "LT": "23 30", "LV": "F", "TR": "f", "UT": "22 30", "LAT": "+49.36", "SRC": "L", "LONG": "-06.16", "NAME": "ANGLADE Henri", "SPORT": "Cycling", "LOC_DATE": "1933 07 06", "UNIV_DATE": "1933 07 06", "BIRTH_PLACE": "THIONVILLE", "POSTAL_CODE": "57311 CEDEX"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
738	anneet-adrien-1908-11-18	{"a1": "738", "3a_sports": "106"}	{"ertel": "ES-106", "lerrcp": "A1-738"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrien", "family": "Anneet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1908-11-18 18:30", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1908-11-18 18:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Adrien", "family": "Anneet"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1908-11-18 18:30:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-738"}, "ids-in-sources": {"a1": "738"}}, "raw": {"H": "18", "MN": "30", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "18", "LAT": "50N51", "LON": "4E15", "MON": "11", "NUM": "738", "PRO": "C", "SEC": "0", "YEA": "1908", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1908-11-18 18:30"}, "partial-ids": {"ertel": "ES-106"}}, "raw": {"L": "", "MF": "", "NR": "106", "ENG": "", "MA_": "0", "G_NR": "738", "MA12": "8", "MARS": "24", "NAME": "Anneet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,000", "CSINR": "", "KURTZ": "", "PHAS_": "31,600", "STUND": "18,50", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "18.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Adrien", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.11.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1410	annovazzi-carlo-1925-05-24	{"a1": "1411", "3a_sports": "108"}	{"ertel": "ES-108", "lerrcp": "A1-1411"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Annovazzi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-05-24 10:15", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1925-05-24 09:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Annovazzi"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1925-05-24 09:15"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1411"}, "ids-in-sources": {"a1": "1411"}}, "raw": {"H": "10", "MN": "15", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "24", "LAT": "45N30", "LON": "9E15", "MON": "5", "NUM": "1411", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "MILANO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-05-24 10:15"}, "partial-ids": {"ertel": "ES-108"}}, "raw": {"L": "", "MF": "", "NR": "108", "ENG": "", "MA_": "1", "G_NR": "1411", "MA12": "2", "MARS": "4", "NAME": "Annovazzi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,500", "CSINR": "", "KURTZ": "", "PHAS_": "1,800", "STUND": "10,25", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "24.05.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Carlo", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "24.05.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1623	anoul-leopold-1922-08-19	{"a1": "1624", "3a_sports": "109"}	{"cpara": "CP-438", "ertel": "ES-109", "lerrcp": "A1-1624"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leopold", "family": "Anoul", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-08-19 20:30", "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "ST-NICOLAS", "geoid": 0}, "notime": null, "date-ut": "1922-08-19 19:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Leopold", "family": "Anoul"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "ST-NICOLAS", "geoid": 0}, "date-ut": "1922-08-19 19:30:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1624"}, "ids-in-sources": {"a1": "1624"}}, "raw": {"H": "19", "MN": "30", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "19", "LAT": "50N39", "LON": "5E30", "MON": "8", "NUM": "1624", "PRO": "C", "SEC": "0", "YEA": "1922", "CITY": "ST-NICOLAS"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1922-08-19 20:30"}, "partial-ids": {"ertel": "ES-109"}}, "raw": {"L": "", "MF": "", "NR": "109", "ENG": "1", "MA_": "2", "G_NR": "1624", "MA12": "4", "MARS": "11", "NAME": "Anoul", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,200", "CSINR": "", "KURTZ": "", "PHAS_": "19,600", "STUND": "20,50", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "19.08.", "ZITATE": "WO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "438", "VORNAME": "Léopold", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "19.08.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16270	anthony-earl-1938-04-27	{"d10": "32", "3a_sports": "112"}	{"ertel": "ES-112", "lerrcp": "D10-32"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Earl", "family": "Anthony", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1938-04-27 04:38", "note": null, "place": {"c1": null, "c2": "WA", "c3": null, "cy": "US", "lg": -122.33333, "lat": 47.23333, "name": "Tacoma", "geoid": null}, "notime": null, "date-ut": "1938-04-27 12:38"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["bowler"]	5	null	[{"new": {"name": {"given": "Earl", "family": "Anthony"}, "birth": {"tzo": "-08:00", "date": "1938-04-27 04:38", "place": {"c2": "WA", "cy": "US", "lg": -122.33333, "lat": 47.23333, "name": "Tacoma"}, "date-ut": "1938-04-27 12:38"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "32"}}, "raw": {"H": "04:38", "TZ": "8h", "DAY": "27", "LAT": "47N14", "LON": "122W20", "MON": "4", "NUM": "32", "PRO": "SP", "YEA": "1938", "CICO": "Tacoma, WA", "NAME": "Anthony Earl"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["bowler"], "partial-ids": {"ertel": "ES-112"}}, "raw": {"L": "", "MF": "", "NR": "112", "ENG": "", "MA_": "0", "G_NR": "32", "MA12": "11", "MARS": "33", "NAME": "Anthony", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-7,800", "CSINR": "", "KURTZ": "", "PHAS_": "12,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "27.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Earl", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.04.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOWL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1411	antonazzi-francesco-1924-05-06	{"a1": "1412", "3a_sports": "116"}	{"ertel": "ES-116", "lerrcp": "A1-1412"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Antonazzi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-05-06 23:00", "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.49737, "lat": 42.14612, "name": "Morlupo", "geoid": 3172586}, "notime": null, "date-ut": "1924-05-06 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Antonazzi"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.49737, "lat": 42.14612, "name": "Morlupo", "geoid": 3172586}, "date-ut": "1924-05-06 22:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1412"}, "ids-in-sources": {"a1": "1412"}}, "raw": {"H": "23", "MN": "0", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "6", "LAT": "41N54", "LON": "12E30", "MON": "5", "NUM": "1412", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "MORLUPO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-05-06 23:00"}, "partial-ids": {"ertel": "ES-116"}}, "raw": {"L": "", "MF": "", "NR": "116", "ENG": "", "MA_": "0", "G_NR": "1412", "MA12": "12", "MARS": "34", "NAME": "Antonazzi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,700", "CSINR": "", "KURTZ": "", "PHAS_": "3,900", "STUND": "23,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "06.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Francesco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.05.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15800	arabo-claude-1937-10-03	{"d6": "11", "3a_sports": "121", "cfepp-final3": "384"}	{"cfepp": "CF-384", "ertel": "ES-121", "lerrcp": "D6-11"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Arabo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1937-10-03 09:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": -7.26, "lat": 43.7, "name": "NICE", "geoid": null}, "notime": null, "date-ut": "1937-10-03 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Arabo"}, "birth": {"date": "1937-10-03 09:00", "place": {"cy": "FR", "lg": 7.26667, "lat": 43.7}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "11"}}, "raw": {"H": "9", "MN": "0", "DAY": "3", "LAT": "43N42", "LON": "07E16", "MON": "10", "NUM": "11", "SEC": "0", "YEA": "1937", "NAME": "Arabo Claude"}, "date": "2023-08-20T14:44:00+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["fencer"], "partial-ids": {"ertel": "ES-121"}}, "raw": {"L": "", "MF": "", "NR": "121", "ENG": "", "MA_": "0", "G_NR": "11", "MA12": "11", "MARS": "32", "NAME": "Arabo", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-4,200", "CSINR": "", "KURTZ": "", "PHAS_": "2,600", "STUND": "", "CFEPNR": "384", "EXTEND": "", "NATION": "FRA", "TAGMON": "03.10.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Claude", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "03.10.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FENC", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1937-10-03 09:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": -7.26, "lat": 43.7, "name": "NICE"}, "date-ut": "1937-10-03 09:00"}, "occus": ["fencer"], "ids-in-sources": {"cfepp-final3": "384"}}, "raw": {"S": "11", "LT": "09 00", "LV": "O", "TR": "f", "UT": "09 00", "LAT": "+43.70", "SRC": "L", "LONG": "-07.26", "NAME": "ARABO Claude", "SPORT": "Fencing", "LOC_DATE": "1937 10 03", "UNIV_DATE": "1937 10 03", "BIRTH_PLACE": "NICE", "POSTAL_CODE": "06074 CEDEX"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1413	arcari-bruno-1915-09-15	{"a1": "1414", "3a_sports": "124"}	{"ertel": "ES-124", "lerrcp": "A1-1414"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Arcari", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1915-09-15 02:00", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "CASALPUSTERLENG", "geoid": 0}, "notime": null, "date-ut": "1915-09-15 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Bruno", "family": "Arcari"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "CASALPUSTERLENG", "geoid": 0}, "date-ut": "1915-09-15 01:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1414"}, "ids-in-sources": {"a1": "1414"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "15", "LAT": "45N30", "LON": "9E15", "MON": "9", "NUM": "1414", "PRO": "C", "SEC": "0", "YEA": "1915", "CITY": "CASALPUSTERLENG"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1915-09-15 02:00"}, "partial-ids": {"ertel": "ES-124"}}, "raw": {"L": "", "MF": "", "NR": "124", "ENG": "1", "MA_": "2", "G_NR": "1414", "MA12": "1", "MARS": "2", "NAME": "Arcari", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,600", "CSINR": "", "KURTZ": "", "PHAS_": "35,300", "STUND": "2,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "15.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bruno", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.09.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15802	arese-francesco-1944-04-13	{"d6": "13", "3a_sports": "130"}	{"ertel": "ES-130", "lerrcp": "D6-13"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Arese", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1944-04-13 16:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 7.58333, "lat": 44.5, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Arese"}, "birth": {"date": "1944-04-13 16:00", "place": {"cy": "IT", "lg": 7.58333, "lat": 44.5}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "13"}}, "raw": {"H": "16", "MN": "0", "DAY": "13", "LAT": "44N30", "LON": "07E35", "MON": "4", "NUM": "13", "SEC": "0", "YEA": "1944", "NAME": "Arese Francesco"}, "date": "2023-08-20T14:44:00+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-130"}}, "raw": {"L": "", "MF": "", "NR": "130", "ENG": "", "MA_": "1", "G_NR": "13", "MA12": "2", "MARS": "6", "NAME": "Arese", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-7,200", "CSINR": "", "KURTZ": "", "PHAS_": "82,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "13.04.", "ZITATE": "DT", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Francesco", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "13.04.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16276	armstrong-warren-1946-08-29	{"d10": "38", "3a_sports": "136", "rawlins-ertel-irving": "12"}	{"ertel": "ES-136", "csicop": "CS-12", "lerrcp": "D10-38"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Warren", "family": "Armstrong", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1946-08-29 14:08", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -94.63333, "lat": 39.11667, "name": "Kansas City", "geoid": null}, "notime": null, "date-ut": "1946-08-29 20:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Warren", "family": "Armstrong"}, "birth": {"tzo": "-06:00", "date": "1946-08-29 14:08", "place": {"c2": "KS", "cy": "US", "lg": -94.63333, "lat": 39.11667, "name": "Kansas City"}, "date-ut": "1946-08-29 20:08"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "38"}}, "raw": {"H": "14:08", "TZ": "6h", "DAY": "29", "LAT": "39N7", "LON": "94W38", "MON": "8", "NUM": "38", "PRO": "SP", "YEA": "1946", "CICO": "Kansas City, KS", "NAME": "Armstrong Warren"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["basketball-player"]], "ids-in-sources": {"rawlins-ertel-irving": "12"}}, "raw": {"LA1": "39", "LA2": "7", "LO1": "94", "LO2": "37", "AMPM": "P", "MARS": "9", "NAME": "Armstrong", "BATCH": "1", "Satz#": "12", "GEBDAT": "29 8 1946", "GEBORT": "KS", "GEBZEIT": "2 8", "VORNAME": "Warren", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-136"}}, "raw": {"L": "", "MF": "", "NR": "136", "ENG": "0", "MA_": "2", "G_NR": "39", "MA12": "3", "MARS": "9", "NAME": "Armstrong", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "3,700", "CSINR": "12", "KURTZ": "", "PHAS_": "5,400", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "29.08.", "ZITATE": "X", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Warren", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "29.08.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15805	aubour-marcel-1940-06-17	{"d6": "16", "3a_sports": "157"}	{"ertel": "ES-157", "lerrcp": "D6-16"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Aubour", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-06-17 12:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 6.65, "lat": 43.26667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Aubour"}, "birth": {"date": "1940-06-17 12:00", "place": {"cy": "FR", "lg": 6.65, "lat": 43.26667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "16"}}, "raw": {"H": "12", "MN": "0", "DAY": "17", "LAT": "43N16", "LON": "06E39", "MON": "6", "NUM": "16", "SEC": "0", "YEA": "1940", "NAME": "Aubour Marcel"}, "date": "2023-08-20T14:44:00+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-157"}}, "raw": {"L": "", "MF": "", "NR": "157", "ENG": "", "MA_": "0", "G_NR": "16", "MA12": "3", "MARS": "7", "NAME": "Aubour", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "8,100", "CSINR": "", "KURTZ": "", "PHAS_": "89,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.06.", "ZITATE": "DWO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "17.06.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
126	arrachart-ludovic-1897-08-15	{"a1": "126", "3a_sports": "140"}	{"ertel": "ES-140", "lerrcp": "A1-126"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludovic", "family": "Arrachart", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1897-08-15 03:30", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1897-08-15 03:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Ludovic", "family": "Arrachart"}, "birth": {"tzo": "+00:09:21", "date": "1897-08-15 03:30", "place": {"c2": "25", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1897-08-15 03:20:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-126"}, "ids-in-sources": {"a1": "126"}}, "raw": {"H": "3", "MN": "20", "TZ": "0", "COD": "25", "COU": "F", "DAY": "15", "LAT": "47N15", "LON": "6E 2", "MON": "8", "NUM": "126", "PRO": "C", "SEC": "40", "YEA": "1897", "CITY": "BESANCON"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1897-08-15 03:30"}, "partial-ids": {"ertel": "ES-140"}}, "raw": {"L": "", "MF": "", "NR": "140", "ENG": "", "MA_": "1", "G_NR": "126", "MA12": "10", "MARS": "30", "NAME": "Arrachart", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,300", "CSINR": "", "KURTZ": "", "PHAS_": "93,400", "STUND": "3,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.08.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ludovic", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "15.08.1897", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
98	ascari-alberto-1918-07-13	{"a1": "98", "3a_sports": "146"}	{"ertel": "ES-146", "lerrcp": "A1-98"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberto", "family": "Ascari", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-07-13 14:00", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1918-07-13 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Alberto", "family": "Ascari"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1918-07-13 12:00"}, "occus": ["motor-sports-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-98"}, "ids-in-sources": {"a1": "98"}}, "raw": {"H": "13", "MN": "0", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "13", "LAT": "45N30", "LON": "9E15", "MON": "7", "NUM": "98", "PRO": "C", "SEC": "0", "YEA": "1918", "CITY": "MILANO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1918-07-13 14:00"}, "partial-ids": {"ertel": "ES-146"}}, "raw": {"L": "", "MF": "", "NR": "146", "ENG": "1", "MA_": "2", "G_NR": "98", "MA12": "1", "MARS": "2", "NAME": "Ascari", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,300", "CSINR": "", "KURTZ": "", "PHAS_": "20,900", "STUND": "14,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "13.07.", "ZITATE": "CDHSEF", "ZITSUM": "6", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alberto", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "13.07.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "5"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
125	arnoux-maurice-1895-09-07	{"a1": "125", "g55": "03-38", "3a_sports": "139"}	{"g55": "03-38", "ertel": "ES-139", "lerrcp": "A1-125"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Arnoux", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1895-09-07 22:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.31393, "lat": 48.8162, "name": "Montrouge", "geoid": 2992017}, "notime": null, "date-ut": "1895-09-07 21:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Arnoux"}, "birth": {"tzo": "+00:09:21", "date": "1895-09-07 22:00", "place": {"c2": "92", "cy": "FR", "lg": 2.31393, "lat": 48.8162, "name": "Montrouge", "geoid": 2992017}, "date-ut": "1895-09-07 21:50:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-125"}, "ids-in-sources": {"a1": "125"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "92", "COU": "F", "DAY": "7", "LAT": "48N50", "LON": "2E11", "MON": "9", "NUM": "125", "PRO": "C", "SEC": "40", "YEA": "1895", "CITY": "MONTROUGE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1895-09-07 22:00"}, "partial-ids": {"ertel": "ES-139"}}, "raw": {"L": "", "MF": "", "NR": "139", "ENG": "", "MA_": "0", "G_NR": "125", "MA12": "8", "MARS": "23", "NAME": "Arnoux", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,000", "CSINR": "", "KURTZ": "", "PHAS_": "93,300", "STUND": "22,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.09.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Maurice", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "07.09.1895", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-38"}, "ids-in-source": {"g55": "03-38"}}, "raw": {"DAY": "7-9-1895", "HOUR": "22 h.", "NAME": "ARNOUX Maurice", "PLACE": "Montrouge (Seine)."}, "date": "2023-08-20T14:48:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
16281	ashe-arthur-1943-07-10	{"d10": "43", "3a_sports": "148", "rawlins-ertel-irving": "13"}	{"ertel": "ES-148", "csicop": "CS-13", "lerrcp": "D10-43"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Ashe", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-04:00", "date": "1943-07-10 12:55", "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "US", "lg": -77.45, "lat": 37.55, "name": "Richmond", "geoid": null}, "notime": null, "date-ut": "1943-07-10 16:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Ashe"}, "birth": {"tzo": "-04:00", "date": "1943-07-10 12:55", "place": {"c2": "VA", "cy": "US", "lg": -77.45, "lat": 37.55, "name": "Richmond"}, "date-ut": "1943-07-10 16:55"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "43"}}, "raw": {"H": "12:55", "TZ": "4h", "DAY": "10", "LAT": "37N33", "LON": "77W27", "MON": "7", "NUM": "43", "PRO": "SP", "YEA": "1943", "CICO": "Richmond, VA", "NAME": "Ashe Arthur"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["tennis-player"]], "ids-in-sources": {"rawlins-ertel-irving": "13"}}, "raw": {"LA1": "37", "LA2": "32", "LO1": "77", "LO2": "27", "AMPM": "P", "MARS": "16", "NAME": "Ashe", "BATCH": "1", "Satz#": "13", "GEBDAT": "10 7 1943", "GEBORT": "VA", "GEBZEIT": "12 55", "VORNAME": "Arthur", "SPORTART": "TENN", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["tennis-player"], "partial-ids": {"ertel": "ES-148"}}, "raw": {"L": "", "MF": "", "NR": "148", "ENG": "", "MA_": "0", "G_NR": "44", "MA12": "6", "MARS": "16", "NAME": "Ashe", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "9,600", "CSINR": "13", "KURTZ": "", "PHAS_": "43,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "10.07.", "ZITATE": "DJBF", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Arthur", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "10.07.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16286	austin-tracy-1962-12-12	{"d10": "48", "3a_sports": "155"}	{"ertel": "ES-155", "lerrcp": "D10-48"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tracy", "family": "Austin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1962-12-12 06:18", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.38333, "lat": 33.83333, "name": "RedondoBeach", "geoid": null}, "notime": null, "date-ut": "1962-12-12 14:18"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Tracy", "family": "Austin"}, "birth": {"tzo": "-08:00", "date": "1962-12-12 06:18", "place": {"c2": "CA", "cy": "US", "lg": -118.38333, "lat": 33.83333, "name": "RedondoBeach"}, "date-ut": "1962-12-12 14:18"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "48"}}, "raw": {"H": "06:18", "TZ": "8h", "DAY": "12", "LAT": "33N50", "LON": "118W23", "MON": "12", "NUM": "48", "PRO": "SP", "YEA": "1962", "CICO": "RedondoBeach, CA", "NAME": "Austin Tracy"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-155"}}, "raw": {"L": "", "MF": "", "NR": "155", "ENG": "", "MA_": "1", "G_NR": "48", "MA12": "2", "MARS": "4", "NAME": "Attlesey", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "0,700", "CSINR": "", "KURTZ": "", "PHAS_": "0,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "10.05.", "ZITATE": "DTX", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Richard", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "10.05.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
568	assire-marcel-1929-10-05	{"a1": "568", "g55": "03-474", "3a_sports": "150"}	{"g55": "03-474", "ertel": "ES-150", "lerrcp": "A1-568"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Assire", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1929-10-05 11:00", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.18333, "lat": 49.01667, "name": "Saint-Georges-du-Viévre", "geoid": 0}, "notime": null, "date-ut": "1929-10-05 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Assire"}, "birth": {"tzo": "+01:00", "date": "1929-10-05 11:00", "place": {"c2": "27", "cy": "FR", "lg": 1.18333, "lat": 49.01667, "name": "Saint-Georges-Du V", "geoid": 0}, "date-ut": "1929-10-05 10:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-568"}, "ids-in-sources": {"a1": "568"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "27", "COU": "F", "DAY": "5", "LAT": "49N 1", "LON": "1E11", "MON": "10", "NUM": "568", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "ST-GEORGES-DU V"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-10-05 11:00"}, "partial-ids": {"ertel": "ES-150"}}, "raw": {"L": "", "MF": "", "NR": "150", "ENG": "", "MA_": "1", "G_NR": "568", "MA12": "2", "MARS": "5", "NAME": "Assire", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,500", "CSINR": "", "KURTZ": "", "PHAS_": "4,900", "STUND": "11,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "05.10.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Georges-du-Viévre"}}, "partial-ids": {"g55": "03-474"}, "ids-in-source": {"g55": "03-474"}}, "raw": {"DAY": "5-10-1929", "HOUR": "11 h.", "NAME": "ASSIRE Marcel", "PLACE": "Saint-Georges-du-Viévre (Eure)."}, "date": "2023-08-20T14:48:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
128	aubrun-emile-1881-08-25	{"a1": "128", "3a_sports": "158"}	{"ertel": "ES-158", "lerrcp": "A1-128"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Aubrun", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:20", "date": "1881-08-05 17:00", "note": null, "place": {"c1": null, "c2": "91", "c3": null, "cy": "FR", "lg": 2.33333, "lat": 48.6, "name": "Bruney", "geoid": 0}, "notime": null, "date-ut": "1881-08-25 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Aubrun"}, "birth": {"tzo": "+00:09:20", "date": "1881-08-25 17:00", "place": {"c2": "91", "cy": "FR", "lg": 2.33333, "lat": 48.6, "name": "Bruney", "geoid": 0}, "date-ut": "1881-08-25 16:50:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-128"}, "ids-in-sources": {"a1": "128"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "91", "COU": "F", "DAY": "25", "LAT": "48N36", "LON": "2E20", "MON": "8", "NUM": "128", "PRO": "C", "SEC": "40", "YEA": "1881", "CITY": "BRUNEY"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1881-08-05 17:00"}, "partial-ids": {"ertel": "ES-158"}}, "raw": {"L": "", "MF": "", "NR": "158", "ENG": "", "MA_": "0", "G_NR": "128", "MA12": "8", "MARS": "24", "NAME": "Aubrun", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,600", "CSINR": "", "KURTZ": "", "PHAS_": "69,300", "STUND": "17,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.08.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Emile", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "05.08.1881", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16287	babashoff-shirley-1957-01-31	{"d10": "49", "3a_sports": "167"}	{"ertel": "ES-167", "lerrcp": "D10-49"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Shirley", "family": "Babashoff", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "-08:00", "date": "1957-01-31 14:05", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.05, "lat": 33.96667, "name": "Whittier", "geoid": null}, "notime": null, "date-ut": "1957-01-31 22:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Shirley", "family": "Babashoff"}, "birth": {"tzo": "-08:00", "date": "1957-01-31 14:05", "place": {"c2": "CA", "cy": "US", "lg": -118.05, "lat": 33.96667, "name": "Whittier"}, "date-ut": "1957-01-31 22:05"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "49"}}, "raw": {"H": "14:05", "TZ": "8h", "DAY": "31", "LAT": "33N58", "LON": "118W3", "MON": "1", "NUM": "49", "PRO": "SP", "YEA": "1957", "CICO": "Whittier, CA", "NAME": "Babashoff Shirley"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "F", "occus": ["tennis-player"], "partial-ids": {"ertel": "ES-167"}}, "raw": {"L": "", "MF": "F", "NR": "167", "ENG": "1", "MA_": "2", "G_NR": "49", "MA12": "4", "MARS": "12", "NAME": "Austin", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-0,200", "CSINR": "", "KURTZ": "", "PHAS_": "99,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "12.12.", "ZITATE": "JB", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Tracy Ann", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "12.12.1962", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TENN", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15806	augert-jean-noel-1949-08-17	{"d6": "17", "3a_sports": "160", "cfepp-final3": "969"}	{"cfepp": "CF-969", "ertel": "ES-160", "lerrcp": "D6-17"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Noël", "family": "Augert", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-08-17 23:50", "note": null, "place": {"c1": null, "c2": "73", "c3": "", "cy": "FR", "lg": -6.26, "lat": 45.26, "name": "LA TOUSSUIRE", "geoid": null}, "notime": null, "date-ut": "1949-08-17 22:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"name": {"given": "Jean-Noël", "family": "Augert"}, "birth": {"date": "1949-08-17 23:50", "place": {"cy": "FR", "lg": 6.35, "lat": 45.28333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "17"}}, "raw": {"H": "23", "MN": "50", "DAY": "17", "LAT": "45N17", "LON": "06E21", "MON": "8", "NUM": "17", "SEC": "0", "YEA": "1949", "NAME": "Augert Jean Noel"}, "date": "2023-08-20T14:44:00+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["skier"], "partial-ids": {"ertel": "ES-160"}}, "raw": {"L": "", "MF": "", "NR": "160", "ENG": "", "MA_": "1", "G_NR": "17", "MA12": "11", "MARS": "31", "NAME": "Augert", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-9,600", "CSINR": "", "KURTZ": "", "PHAS_": "49,700", "STUND": "", "CFEPNR": "969", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.08.", "ZITATE": "DHMS", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean Noel", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "17.08.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1949-08-17 23:50", "place": {"c2": "73", "c3": "", "cy": "FR", "lg": -6.26, "lat": 45.26, "name": "LA TOUSSUIRE"}, "date-ut": "1949-08-17 22:50"}, "occus": ["skier"], "ids-in-sources": {"cfepp-final3": "969"}}, "raw": {"S": "11", "LT": "23 50", "LV": "M", "TR": "f", "UT": "22 50", "LAT": "+45.26", "SRC": "L", "LONG": "-06.26", "NAME": "AUGERT Jean-Noel", "SPORT": "Skiing", "LOC_DATE": "1949 08 17", "UNIV_DATE": "1949 08 17", "BIRTH_PLACE": "LA TOUSSUIRE", "POSTAL_CODE": "73300"}, "date": "2023-08-20T14:46:16+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
4	auvergne-gilbert-1905-12-17	{"a1": "4", "3a_sports": "169"}	{"ertel": "ES-169", "lerrcp": "A1-4"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilbert", "family": "Auvergne", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1905-12-17 16:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1905-12-17 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Gilbert", "family": "Auvergne"}, "birth": {"tzo": "+00:09:21", "date": "1905-12-17 16:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1905-12-17 15:50:40"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-4"}, "ids-in-sources": {"a1": "4"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "06", "COU": "F", "DAY": "17", "LAT": "43N42", "LON": "7E16", "MON": "12", "NUM": "4", "PRO": "C", "SEC": "40", "YEA": "1905", "CITY": "NICE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1905-12-17 16:00"}, "partial-ids": {"ertel": "ES-169"}}, "raw": {"L": "", "MF": "", "NR": "169", "ENG": "1", "MA_": "2", "G_NR": "4", "MA12": "4", "MARS": "10", "NAME": "Auvergne", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,300", "CSINR": "", "KURTZ": "d", "PHAS_": "76,100", "STUND": "16,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "17.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gilbert", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "17.12.1905", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
255	avorio-luigi-1884-06-21	{"a1": "255", "3a_sports": "171"}	{"ertel": "ES-171", "lerrcp": "A1-255"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Avorio", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1884-06-21 04:00", "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1884-06-21 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Avorio"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1884-06-21 03:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-255"}, "ids-in-sources": {"a1": "255"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "21", "LAT": "40N54", "LON": "14E 0", "MON": "6", "NUM": "255", "PRO": "C", "SEC": "4", "YEA": "1884", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1884-06-21 04:00"}, "partial-ids": {"ertel": "ES-171"}}, "raw": {"L": "", "MF": "", "NR": "171", "ENG": "", "MA_": "1", "G_NR": "255", "MA12": "9", "MARS": "27", "NAME": "Avorio", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,500", "CSINR": "", "KURTZ": "", "PHAS_": "7,500", "STUND": "4,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "21.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.06.1884", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
570	authier-henri-1929-04-11	{"a1": "570", "g55": "03-476", "3a_sports": "168"}	{"g55": "03-476", "ertel": "ES-168", "lerrcp": "A1-570"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Authier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1929-04-11 22:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.82823, "lat": 46.31407, "name": "Mâcon", "geoid": 2996882}, "notime": null, "date-ut": "1929-04-11 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Authier"}, "birth": {"tzo": "+00:00", "date": "1929-04-11 22:00", "place": {"c2": "71", "cy": "FR", "lg": 4.82823, "lat": 46.31407, "name": "Mâcon", "geoid": 2996882}, "date-ut": "1929-04-11 22:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-570"}, "ids-in-sources": {"a1": "570"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "71", "COU": "F", "DAY": "11", "LAT": "46N18", "LON": "4E50", "MON": "4", "NUM": "570", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "MACON"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-04-11 22:00"}, "partial-ids": {"ertel": "ES-168"}}, "raw": {"L": "", "MF": "", "NR": "168", "ENG": "", "MA_": "0", "G_NR": "570", "MA12": "5", "MARS": "15", "NAME": "Authier", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,700", "CSINR": "", "KURTZ": "", "PHAS_": "1,800", "STUND": "22,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "11.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "11.04.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-476"}, "ids-in-source": {"g55": "03-476"}}, "raw": {"DAY": "11-4-1929", "HOUR": "22 h.", "NAME": "AUTHIER Henri", "PLACE": "Macon (Saône-et-Loire)."}, "date": "2023-08-20T14:48:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1415	azzini-giovanni-1929-08-27	{"a1": "1416", "3a_sports": "175"}	{"ertel": "ES-175", "lerrcp": "A1-1416"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Azzini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-08-27 08:00", "note": null, "place": {"c1": null, "c2": "BS", "c3": null, "cy": "IT", "lg": 11, "lat": 45.5, "name": "QUINZANO D'OGLI", "geoid": 0}, "notime": null, "date-ut": "1929-08-27 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Azzini"}, "birth": {"place": {"c2": "BS", "cy": "IT", "lg": 11, "lat": 45.5, "name": "QUINZANO D'OGLI", "geoid": 0}, "date-ut": "1929-08-27 07:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1416"}, "ids-in-sources": {"a1": "1416"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "BS", "COU": "I", "DAY": "27", "LAT": "45N30", "LON": "11E 0", "MON": "8", "NUM": "1416", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "QUINZANO D'OGLI"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-08-27 08:00"}, "partial-ids": {"ertel": "ES-175"}}, "raw": {"L": "", "MF": "", "NR": "175", "ENG": "0", "MA_": "2", "G_NR": "1416", "MA12": "12", "MARS": "36", "NAME": "Azzini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,50", "CSINR": "", "KURTZ": "", "PHAS_": "59,400", "STUND": "8,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "27.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giovanni", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.08.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
256	bacchiega-billy-omero-1879-07-02	{"a1": "256", "3a_sports": "178"}	{"ertel": "ES-178", "lerrcp": "A1-256"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Omero", "family": "Bacchiega-Billy", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1879-07-02 00:00", "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 11.53661, "lat": 45.02478, "name": "Castelguglielmo", "geoid": 3179670}, "notime": null, "date-ut": "1879-07-02 19:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Omero", "family": "Bacchiega-Billy"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 11.53661, "lat": 45.02478, "name": "Castelguglielmo", "geoid": 3179670}, "date-ut": "1879-07-02 19:40:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-256"}, "ids-in-sources": {"a1": "256"}}, "raw": {"H": "20", "MN": "40", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "2", "LAT": "45N 0", "LON": "12E15", "MON": "7", "NUM": "256", "PRO": "C", "SEC": "4", "YEA": "1879", "CITY": "CASTELGUGLIELMO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1879-07-02 00:00"}, "partial-ids": {"ertel": "ES-178"}}, "raw": {"L": "", "MF": "", "NR": "178", "ENG": "", "MA_": "1", "G_NR": "256", "MA12": "11", "MARS": "31", "NAME": "Bacchiega-Billy", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,400", "CSINR": "", "KURTZ": "", "PHAS_": "95,000", "STUND": "0,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "02.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Omero", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.07.1879", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1416	bacci-giancarlo-1931-06-17	{"a1": "1417", "3a_sports": "179"}	{"ertel": "ES-179", "lerrcp": "A1-1417"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giancarlo", "family": "Bacci", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-06-17 15:00", "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.19657, "lat": 43.797, "name": "Peretola", "geoid": 3171218}, "notime": null, "date-ut": "1931-06-17 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Giancarlo", "family": "Bacci"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.19657, "lat": 43.797, "name": "Peretola", "geoid": 3171218}, "date-ut": "1931-06-17 14:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1417"}, "ids-in-sources": {"a1": "1417"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "17", "LAT": "43N42", "LON": "11E30", "MON": "6", "NUM": "1417", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "PERETOLA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-06-17 15:00"}, "partial-ids": {"ertel": "ES-179"}}, "raw": {"L": "", "MF": "", "NR": "179", "ENG": "", "MA_": "0", "G_NR": "1417", "MA12": "3", "MARS": "7", "NAME": "Bacci", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,900", "CSINR": "", "KURTZ": "", "PHAS_": "1,100", "STUND": "15,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "17.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giancarlo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.06.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1418	bacigalupo-valerio-1924-03-12	{"a1": "1419", "3a_sports": "182"}	{"ertel": "ES-182", "lerrcp": "A1-1419"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Valerio", "family": "Bacigalupo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-03-12 02:00", "note": null, "place": {"c1": null, "c2": "SV", "c3": null, "cy": "IT", "lg": 8.43375, "lat": 44.26914, "name": "Vado Ligure", "geoid": 3164988}, "notime": null, "date-ut": "1924-03-12 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Valerio", "family": "Bacigalupo"}, "birth": {"place": {"c2": "SV", "cy": "IT", "lg": 8.43375, "lat": 44.26914, "name": "Vado Ligure", "geoid": 3164988}, "date-ut": "1924-03-12 01:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1419"}, "ids-in-sources": {"a1": "1419"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "SV", "COU": "I", "DAY": "12", "LAT": "44N18", "LON": "8E45", "MON": "3", "NUM": "1419", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "VADO LIGURE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-03-12 02:00"}, "partial-ids": {"ertel": "ES-182"}}, "raw": {"L": "", "MF": "", "NR": "182", "ENG": "", "MA_": "1", "G_NR": "1419", "MA12": "12", "MARS": "35", "NAME": "Bacigalupo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,700", "CSINR": "", "KURTZ": "", "PHAS_": "34,300", "STUND": "2,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "12.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Valerio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.03.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
257	bacula-andriano-1894-03-05	{"a1": "257", "3a_sports": "183"}	{"ertel": "ES-183", "lerrcp": "A1-257"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Andriano", "family": "Bacula", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1894-03-05 14:00", "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1894-03-05 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Andriano", "family": "Bacula"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1894-03-05 13:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-257"}, "ids-in-sources": {"a1": "257"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "5", "LAT": "40N54", "LON": "14E 0", "MON": "3", "NUM": "257", "PRO": "C", "SEC": "0", "YEA": "1894", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1894-03-05 14:00"}, "partial-ids": {"ertel": "ES-183"}}, "raw": {"L": "", "MF": "", "NR": "183", "ENG": "", "MA_": "1", "G_NR": "257", "MA12": "7", "MARS": "20", "NAME": "Bacula", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,700", "CSINR": "", "KURTZ": "", "PHAS_": "6,800", "STUND": "14,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "05.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Andriano", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.03.1894", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
258	badoglio-pietro-1871-09-28	{"a1": "258", "a5": "1567", "3a_sports": "185"}	{"ertel": "ES-185", "lerrcp": "A1-258"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Badoglio", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1871-09-28 01:00", "note": null, "place": {"c1": null, "c2": "AT", "c3": null, "cy": "IT", "lg": 8.5, "lat": 44.9, "name": "GRAZZANODELMONF", "geoid": 0}, "notime": null, "date-ut": "1871-09-28 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot", "politician"]	5	null	[{"new": {"name": {"given": "Pietro", "family": "Badoglio"}, "birth": {"place": {"c2": "AT", "cy": "IT", "lg": 8.5, "lat": 44.9, "name": "GRAZZANODELMONF", "geoid": 0}, "date-ut": "1871-09-28 00:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-258"}, "ids-in-sources": {"a1": "258"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "28", "LAT": "44N54", "LON": "8E30", "MON": "9", "NUM": "258", "PRO": "C", "SEC": "4", "YEA": "1871", "CITY": "GRAZZANODELMONF"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "1567"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "28", "LAT": "44N54", "LON": "8E30", "MON": "9", "NUM": "1567", "PRO": "PT", "SEC": "4", "YEA": "1871", "CITY": "GRAZZANO DM"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1871-09-28 01:00"}, "partial-ids": {"ertel": "ES-185"}}, "raw": {"L": "", "MF": "", "NR": "185", "ENG": "", "MA_": "0", "G_NR": "258", "MA12": "8", "MARS": "24", "NAME": "Badoglio", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,900", "CSINR": "", "KURTZ": "", "PHAS_": "99,200", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "28.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pietro", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.09.1871", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15808	baert-dirk-1949-02-14	{"d6": "19", "3a_sports": "188"}	{"ertel": "ES-188", "lerrcp": "D6-19"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dirk", "family": "Baert", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-02-14 15:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": 3.33333, "lat": 50.8, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Dirk", "family": "Baert"}, "birth": {"date": "1949-02-14 15:30", "place": {"cy": "BE", "lg": 3.33333, "lat": 50.8}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "19"}}, "raw": {"H": "15", "MN": "30", "DAY": "14", "LAT": "50N48", "LON": "03E20", "MON": "2", "NUM": "19", "SEC": "0", "YEA": "1949", "NAME": "Baert Dirk"}, "date": "2023-08-20T14:44:00+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-188"}}, "raw": {"L": "", "MF": "", "NR": "188", "ENG": "", "MA_": "1", "G_NR": "19", "MA12": "5", "MARS": "13", "NAME": "Baert", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-0,300", "CSINR": "", "KURTZ": "", "PHAS_": "99,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "14.02.", "ZITATE": "DHFO", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Dirk", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "14.02.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
899	baffi-pierino-1930-09-15	{"a1": "899", "3a_sports": "191"}	{"ertel": "ES-191", "lerrcp": "A1-899"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierino", "family": "Baffi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-09-15 12:00", "note": null, "place": {"c1": null, "c2": "CR", "c3": null, "cy": "IT", "lg": 9.60306, "lat": 45.46338, "name": "Vailate", "geoid": 3164970}, "notime": null, "date-ut": "1930-09-15 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Pierino", "family": "Baffi"}, "birth": {"place": {"c2": "CR", "cy": "IT", "lg": 9.60306, "lat": 45.46338, "name": "Vailate", "geoid": 3164970}, "date-ut": "1930-09-15 11:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-899"}, "ids-in-sources": {"a1": "899"}}, "raw": {"H": "12", "MN": "0", "TZ": "-1", "COD": "CR", "COU": "I", "DAY": "15", "LAT": "45N12", "LON": "11E 0", "MON": "9", "NUM": "899", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "VAILATE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-09-15 12:00"}, "partial-ids": {"ertel": "ES-191"}}, "raw": {"L": "", "MF": "", "NR": "191", "ENG": "", "MA_": "0", "G_NR": "899", "MA12": "5", "MARS": "15", "NAME": "Baffi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,10", "CSINR": "", "KURTZ": "", "PHAS_": "59,700", "STUND": "12,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "15.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pierino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.09.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
260	balbo-italo-1896-06-05	{"a1": "260", "a5": "1568", "3a_sports": "206"}	{"ertel": "ES-206", "lerrcp": "A1-260"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Italo", "family": "Balbo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1896-06-05 19:30", "note": null, "place": {"c1": null, "c2": "FE", "c3": null, "cy": "IT", "lg": 12.5, "lat": 44.7, "name": "QUARTESANAFERRA", "geoid": 0}, "notime": null, "date-ut": "1896-06-05 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot", "politician"]	5	null	[{"new": {"name": {"given": "Italo", "family": "Balbo"}, "birth": {"place": {"c2": "FE", "cy": "IT", "lg": 12.5, "lat": 44.7, "name": "QUARTESANAFERRA", "geoid": 0}, "date-ut": "1896-06-05 18:30"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-260"}, "ids-in-sources": {"a1": "260"}}, "raw": {"H": "19", "MN": "30", "TZ": "-1", "COD": "FE", "COU": "I", "DAY": "5", "LAT": "44N42", "LON": "12E30", "MON": "6", "NUM": "260", "PRO": "C", "SEC": "0", "YEA": "1896", "CITY": "QUARTESANAFERRA"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "1568"}}, "raw": {"H": "19", "MN": "30", "TZ": "-1", "COD": "FE", "COU": "I", "DAY": "5", "LAT": "44N42", "LON": "12E30", "MON": "6", "NUM": "1568", "PRO": "PT", "SEC": "0", "YEA": "1896", "CITY": "QUARTESANA-FERR"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1896-06-05 19:30"}, "partial-ids": {"ertel": "ES-206"}}, "raw": {"L": "", "MF": "", "NR": "206", "ENG": "", "MA_": "1", "G_NR": "260", "MA12": "9", "MARS": "27", "NAME": "Balbo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,200", "CSINR": "", "KURTZ": "", "PHAS_": "34,600", "STUND": "19,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "05.06.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Italo", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "05.06.1896", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1690	bagneux-faudoas-francois-1903-01-16	{"a1": "1691", "g55": "03-299", "3a_sports": "192"}	{"g55": "03-299", "ertel": "ES-192", "lerrcp": "A1-1691"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Bagneux-Faudoas", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1903-01-16 16:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.19323, "lat": 48.42766, "name": "Parigné", "geoid": 2988518}, "notime": null, "date-ut": "1903-01-16 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["golfer"]	5	null	[{"new": {"name": {"given": "François", "family": "Bagneux-Faudoas"}, "birth": {"tzo": "+00:09:21", "date": "1903-01-16 16:00", "place": {"c2": "35", "cy": "FR", "lg": -1.19323, "lat": 48.42766, "name": "Parigné", "geoid": 2988518}, "date-ut": "1903-01-16 15:50:40"}, "occus": ["golfer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1691"}, "ids-in-sources": {"a1": "1691"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "35", "COU": "F", "DAY": "16", "LAT": "48N 7", "LON": "1W40", "MON": "1", "NUM": "1691", "PRO": "C", "SEC": "40", "YEA": "1903", "CITY": "PARIGNE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1903-01-16 16:00"}, "partial-ids": {"ertel": "ES-192"}}, "raw": {"L": "", "MF": "", "NR": "192", "ENG": "", "MA_": "1", "G_NR": "1691", "MA12": "9", "MARS": "26", "NAME": "Bagneux-Faudoas", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,400", "CSINR": "", "KURTZ": "", "PHAS_": "91,500", "STUND": "16,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "16.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Francois", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.01.1903", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "GOLF", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-299"}, "ids-in-source": {"g55": "03-299"}}, "raw": {"DAY": "16-1-1903", "HOUR": "16 h.", "NAME": "DEBAGNEUX-FAUDOAS Franc.", "PLACE": "Parigné (Ille-et-Vil.)."}, "date": "2023-08-20T14:48:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1809	bailette-marcel-1904-10-12	{"a1": "1810", "g55": "03-367", "3a_sports": "196", "cfepp-final3": "801"}	{"g55": "03-367", "cfepp": "CF-801", "cpara": "CP-21", "ertel": "ES-196", "lerrcp": "A1-1810"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Bailette", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1904-10-12 17:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "notime": null, "date-ut": "1904-10-12 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Bailette"}, "birth": {"tzo": "+00:09:21", "date": "1904-10-12 10:00", "place": {"c2": "66", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "date-ut": "1904-10-12 09:50:40"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1810"}, "ids-in-sources": {"a1": "1810"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "66", "COU": "F", "DAY": "12", "LAT": "42N42", "LON": "2E55", "MON": "10", "NUM": "1810", "PRO": "C", "SEC": "40", "YEA": "1904", "CITY": "PERPIGNAN"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1904-10-12 10:00"}, "partial-ids": {"ertel": "ES-196"}}, "raw": {"L": "", "MF": "", "NR": "196", "ENG": "1", "MA_": "2", "G_NR": "1810", "MA12": "4", "MARS": "11", "NAME": "Bailette", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,100", "CSINR": "", "KURTZ": "", "PHAS_": "10,800", "STUND": "10,00", "CFEPNR": "802", "EXTEND": "1", "NATION": "FRA", "TAGMON": "12.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "21", "VORNAME": "Marcel", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "12.10.1904", "GQBECORR": "c", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "bailette-marcel-1904-10-12", "birth": {"date": "1904-10-12 17:00", "place": {"c3": ""}, "date-ut": "1904-10-12 16:51"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "801"}}, "raw": {"S": "7", "LT": "17 00", "LV": "I17", "TR": "f", "UT": "16 51", "LAT": "+42.70", "SRC": "ALG", "LONG": "-02.89", "NAME": "BAILLETTE Marcel", "SPORT": "Rugby Union", "LOC_DATE": "1904 10 12", "UNIV_DATE": "1904 10 12", "BIRTH_PLACE": "PERPIGNAN", "POSTAL_CODE": "66020 CEDEX"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-367"}, "ids-in-source": {"g55": "03-367"}}, "raw": {"DAY": "12-10-1904", "HOUR": "10 h.", "NAME": "BAILLETTE Marcel", "PLACE": "Perpignan (Pyrénées-Orientales)."}, "date": "2023-08-20T14:48:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
261	baldini-mario-1897-08-04	{"a1": "261", "3a_sports": "210"}	{"ertel": "ES-210", "lerrcp": "A1-261"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Baldini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1897-08-04 14:00", "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "IT", "lg": 9, "lat": 44.4, "name": "SMARGHERITALIGU", "geoid": 0}, "notime": null, "date-ut": "1897-08-04 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Baldini"}, "birth": {"place": {"c2": "GE", "cy": "IT", "lg": 9, "lat": 44.4, "name": "SMARGHERITALIGU", "geoid": 0}, "date-ut": "1897-08-04 13:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-261"}, "ids-in-sources": {"a1": "261"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "GE", "COU": "I", "DAY": "4", "LAT": "44N24", "LON": "9E 0", "MON": "8", "NUM": "261", "PRO": "C", "SEC": "0", "YEA": "1897", "CITY": "SMARGHERITALIGU"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1897-08-04 14:00"}, "partial-ids": {"ertel": "ES-210"}}, "raw": {"L": "", "MF": "", "NR": "210", "ENG": "0", "MA_": "2", "G_NR": "261", "MA12": "3", "MARS": "9", "NAME": "Baldini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,900", "CSINR": "", "KURTZ": "", "PHAS_": "30,500", "STUND": "14,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "04.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.08.1897", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1420	baldo-giuseppe-1914-07-27	{"a1": "1421", "3a_sports": "211"}	{"ertel": "ES-211", "lerrcp": "A1-1421"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Baldo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-07-27 11:15", "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 12.00167, "lat": 45.60806, "name": "Piombino Dese", "geoid": 3170670}, "notime": null, "date-ut": "1914-07-27 10:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Baldo"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 12.00167, "lat": 45.60806, "name": "Piombino Dese", "geoid": 3170670}, "date-ut": "1914-07-27 10:15"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1421"}, "ids-in-sources": {"a1": "1421"}}, "raw": {"H": "11", "MN": "15", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "27", "LAT": "45N24", "LON": "12E15", "MON": "7", "NUM": "1421", "PRO": "C", "SEC": "0", "YEA": "1914", "CITY": "PIOMBINO DESE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1914-07-27 11:15"}, "partial-ids": {"ertel": "ES-211"}}, "raw": {"L": "", "MF": "", "NR": "211", "ENG": "", "MA_": "1", "G_NR": "1421", "MA12": "2", "MARS": "4", "NAME": "Baldo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,000", "CSINR": "", "KURTZ": "", "PHAS_": "18,200", "STUND": "11,25", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "27.07.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giuseppe", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "27.07.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16304	ball-william-1931-04-29	{"d10": "66", "3a_sports": "213"}	{"ertel": "ES-213", "lerrcp": "D10-66"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Ball", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "-05:00", "date": "1931-04-29 12:51", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago", "geoid": null}, "notime": null, "date-ut": "1931-04-29 17:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "William", "family": "Ball"}, "birth": {"tzo": "-05:00", "date": "1931-04-29 12:51", "place": {"c2": "IL", "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago"}, "date-ut": "1931-04-29 17:51"}, "occus": ["actor"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "66"}}, "raw": {"H": "12:51", "TZ": "5h", "DAY": "29", "LAT": "41N52", "LON": "87W39", "MON": "4", "NUM": "66", "PRO": "AC", "YEA": "1931", "CICO": "Chicago, IL", "NAME": "Ball William"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "F", "occus": ["swimmer"], "partial-ids": {"ertel": "ES-213"}}, "raw": {"L": "", "MF": "F", "NR": "213", "ENG": "", "MA_": "0", "G_NR": "66", "MA12": "5", "MARS": "15", "NAME": "Ball", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-3,500", "CSINR": "", "KURTZ": "", "PHAS_": "1,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "30.09.", "ZITATE": "KSX", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Catie", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "30.09.1951", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SWIM", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1421	ballacci-dino-1924-05-24	{"a1": "1422", "3a_sports": "214"}	{"ertel": "ES-214", "lerrcp": "A1-1422"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dino", "family": "Ballacci", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-05-24 07:45", "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1924-05-24 06:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Dino", "family": "Ballacci"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1924-05-24 06:45"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1422"}, "ids-in-sources": {"a1": "1422"}}, "raw": {"H": "7", "MN": "45", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "24", "LAT": "44N30", "LON": "11E 0", "MON": "5", "NUM": "1422", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-05-24 07:45"}, "partial-ids": {"ertel": "ES-214"}}, "raw": {"L": "", "MF": "", "NR": "214", "ENG": "", "MA_": "1", "G_NR": "1422", "MA12": "5", "MARS": "14", "NAME": "Ballacci", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,20", "CSINR": "", "KURTZ": "", "PHAS_": "67,000", "STUND": "7,75", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "24.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Dino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.05.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1423	ballico-giovanni-1924-11-28	{"a1": "1424", "3a_sports": "218"}	{"ertel": "ES-218", "lerrcp": "A1-1424"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Ballico", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-11-28 15:00", "note": null, "place": {"c1": null, "c2": "VI", "c3": null, "cy": "IT", "lg": 11.389, "lat": 45.38749, "name": "Lonigo", "geoid": 3174587}, "notime": null, "date-ut": "1924-11-28 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Ballico"}, "birth": {"place": {"c2": "VI", "cy": "IT", "lg": 11.389, "lat": 45.38749, "name": "Lonigo", "geoid": 3174587}, "date-ut": "1924-11-28 14:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1424"}, "ids-in-sources": {"a1": "1424"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "VI", "COU": "I", "DAY": "28", "LAT": "45N30", "LON": "12E 0", "MON": "11", "NUM": "1424", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "LONIGO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-11-28 15:00"}, "partial-ids": {"ertel": "ES-218"}}, "raw": {"L": "", "MF": "", "NR": "218", "ENG": "1", "MA_": "2", "G_NR": "1424", "MA12": "1", "MARS": "3", "NAME": "Ballico", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,300", "CSINR": "", "KURTZ": "", "PHAS_": "2,600", "STUND": "15,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "28.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giovanni", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.11.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15811	balmanion-franco-1940-01-11	{"d6": "22", "3a_sports": "221"}	{"ertel": "ES-221", "lerrcp": "D6-22"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franco", "family": "Balmanion", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-01-11 23:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 7.71667, "lat": 45.33333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Franco", "family": "Balmanion"}, "birth": {"date": "1940-01-11 23:30", "place": {"cy": "IT", "lg": 7.71667, "lat": 45.33333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "22"}}, "raw": {"H": "23", "MN": "30", "DAY": "11", "LAT": "45N20", "LON": "07E43", "MON": "1", "NUM": "22", "SEC": "0", "YEA": "1940", "NAME": "Balmanion Franco"}, "date": "2023-08-20T14:44:00+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-221"}}, "raw": {"L": "", "MF": "", "NR": "221", "ENG": "", "MA_": "1", "G_NR": "22", "MA12": "6", "MARS": "18", "NAME": "Balmanion", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "1,800", "CSINR": "", "KURTZ": "", "PHAS_": "2,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "11.01.", "ZITATE": "DHSO", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Franco", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "11.01.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15812	bambuck-roger-1945-11-22	{"d6": "23", "3a_sports": "225"}	{"ertel": "ES-225", "lerrcp": "D6-23"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Bambuck", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1945-11-22 01:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GP", "lg": -61.53333, "lat": 16.23333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Bambuck"}, "birth": {"date": "1945-11-22 01:15", "place": {"cy": "GP", "lg": -61.53333, "lat": 16.23333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "23"}}, "raw": {"H": "1", "MN": "15", "DAY": "22", "LAT": "16N14", "LON": "61W32", "MON": "11", "NUM": "23", "SEC": "0", "YEA": "1945", "NAME": "Bambuck Roger"}, "date": "2023-08-20T14:44:00+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-225"}}, "raw": {"L": "", "MF": "", "NR": "225", "ENG": "", "MA_": "1", "G_NR": "23", "MA12": "2", "MARS": "5", "NAME": "Bambuck", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-5,200", "CSINR": "", "KURTZ": "", "PHAS_": "92,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.11.", "ZITATE": "DKSTO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "22.11.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
263	baracchini-flavio-1895-07-28	{"a1": "263", "3a_sports": "231"}	{"ertel": "ES-231", "lerrcp": "A1-263"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Flavio", "family": "Baracchini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1895-07-28 23:00", "note": null, "place": {"c1": null, "c2": "MS", "c3": null, "cy": "IT", "lg": 10.5, "lat": 44, "name": "VILLAFRANCA INLU", "geoid": 0}, "notime": null, "date-ut": "1895-07-28 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Flavio", "family": "Baracchini"}, "birth": {"place": {"c2": "MS", "cy": "IT", "lg": 10.5, "lat": 44, "name": "VILLAFRANCA INLU", "geoid": 0}, "date-ut": "1895-07-28 22:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-263"}, "ids-in-sources": {"a1": "263"}}, "raw": {"H": "23", "MN": "0", "TZ": "-1", "COD": "MS", "COU": "I", "DAY": "28", "LAT": "44N 0", "LON": "10E30", "MON": "7", "NUM": "263", "PRO": "C", "SEC": "0", "YEA": "1895", "CITY": "VILLAFRANCA INLU"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1895-07-28 23:00"}, "partial-ids": {"ertel": "ES-231"}}, "raw": {"L": "", "MF": "", "NR": "231", "ENG": "", "MA_": "0", "G_NR": "263", "MA12": "8", "MARS": "22", "NAME": "Baracchini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,900", "CSINR": "", "KURTZ": "", "PHAS_": "40,600", "STUND": "23,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "28.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Flavio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.07.1895", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
571	baour-roger-1926-04-07	{"a1": "571", "g55": "03-81", "3a_sports": "229", "cfepp-final3": "227"}	{"g55": "03-81", "cfepp": "CF-227", "ertel": "ES-229", "lerrcp": "A1-571"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Baour", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1926-04-07 03:00", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": 2.40935, "lat": 48.89437, "name": "Pantin", "geoid": 2988621}, "notime": null, "date-ut": "1926-04-07 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Baour"}, "birth": {"tzo": "+00:00", "date": "1926-04-07 03:00", "place": {"c2": "93", "cy": "FR", "lg": 2.40935, "lat": 48.89437, "name": "Pantin", "geoid": 2988621}, "date-ut": "1926-04-07 03:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-571"}, "ids-in-sources": {"a1": "571"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "93", "COU": "F", "DAY": "7", "LAT": "48N55", "LON": "2E30", "MON": "4", "NUM": "571", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "PANTIN"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-04-07 03:00"}, "partial-ids": {"ertel": "ES-229"}}, "raw": {"L": "", "MF": "", "NR": "229", "ENG": "0", "MA_": "2", "G_NR": "571", "MA12": "12", "MARS": "36", "NAME": "Baour", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,30", "CSINR": "", "KURTZ": "", "PHAS_": "37,400", "STUND": "3,00", "CFEPNR": "227", "EXTEND": "1", "NATION": "FRA", "TAGMON": "07.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "07.04.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1926-04-07 03:00", "place": {"c3": ""}, "date-ut": "1926-04-07 03:00"}, "occus": ["boxer"], "ids-in-sources": {"cfepp-final3": "227"}}, "raw": {"S": "12", "LT": "03 00", "LV": "FI", "TR": "f", "UT": "03 00", "LAT": "+48.90", "SRC": "AG", "LONG": "-02.40", "NAME": "BAOUR Roger", "SPORT": "Boxing", "LOC_DATE": "1926 04 07", "UNIV_DATE": "1926 04 07", "BIRTH_PLACE": "PANTIN", "POSTAL_CODE": "93500"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-81"}, "ids-in-source": {"g55": "03-81"}}, "raw": {"DAY": "7-4-1926", "HOUR": "3 h.", "NAME": "BAOUR Roger", "PLACE": "Pantin (Seine)."}, "date": "2023-08-20T14:48:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
7	baraton-georges-1904-04-12	{"a1": "7", "3a_sports": "235"}	{"ertel": "ES-235", "lerrcp": "A1-7"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Baraton", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1904-04-12 23:00", "note": null, "place": {"c1": null, "c2": "18", "c3": null, "cy": "FR", "lg": 2.38333, "lat": 47.08333, "name": "Saulzaislepotie", "geoid": 0}, "notime": null, "date-ut": "1904-04-12 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Baraton"}, "birth": {"tzo": "+00:09:21", "date": "1904-04-12 23:00", "place": {"c2": "18", "cy": "FR", "lg": 2.38333, "lat": 47.08333, "name": "Saulzaislepotie", "geoid": 0}, "date-ut": "1904-04-12 22:50:40"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-7"}, "ids-in-sources": {"a1": "7"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "18", "COU": "F", "DAY": "12", "LAT": "47N 5", "LON": "2E23", "MON": "4", "NUM": "7", "PRO": "C", "SEC": "40", "YEA": "1904", "CITY": "SAULZAISLEPOTIE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1904-04-12 23:00"}, "partial-ids": {"ertel": "ES-235"}}, "raw": {"L": "", "MF": "", "NR": "235", "ENG": "", "MA_": "0", "G_NR": "7", "MA12": "8", "MARS": "24", "NAME": "Baraton", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,100", "CSINR": "", "KURTZ": "", "PHAS_": "13,900", "STUND": "23,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "12.04.1904", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15813	baraffe-edmond-1942-10-19	{"d6": "24", "3a_sports": "232", "cfepp-final3": "427"}	{"cfepp": "CF-427", "ertel": "ES-232", "lerrcp": "D6-24"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Baraffe", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-10-19 07:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": -2.93, "lat": 50.53, "name": "ANNOEULIN", "geoid": null}, "notime": null, "date-ut": "1942-10-19 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Baraffe"}, "birth": {"date": "1942-10-19 07:30", "place": {"cy": "FR", "lg": 2.93333, "lat": 50.53333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "24"}}, "raw": {"H": "7", "MN": "30", "DAY": "19", "LAT": "50N32", "LON": "02E56", "MON": "10", "NUM": "24", "SEC": "0", "YEA": "1942", "NAME": "Baraffe edmond"}, "date": "2023-08-20T14:44:00+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-232"}}, "raw": {"L": "", "MF": "", "NR": "232", "ENG": "0", "MA_": "2", "G_NR": "24", "MA12": "12", "MARS": "36", "NAME": "Baraffe", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "10,500", "CSINR": "", "KURTZ": "", "PHAS_": "72,300", "STUND": "", "CFEPNR": "427", "EXTEND": "1", "NATION": "FRA", "TAGMON": "19.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Edmond", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "19.10.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1942-10-19 07:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": -2.93, "lat": 50.53, "name": "ANNOEULIN"}, "date-ut": "1942-10-19 05:30"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "427"}}, "raw": {"S": "12", "LT": "07 30", "LV": "I3", "TR": "f", "UT": "05 30", "LAT": "+50.53", "SRC": "L", "LONG": "-02.93", "NAME": "BARAFFE Edmond", "SPORT": "Soccer", "LOC_DATE": "1942 10 19", "UNIV_DATE": "1942 10 19", "BIRTH_PLACE": "ANNOEULIN", "POSTAL_CODE": "59112"}, "date": "2023-08-20T14:46:03+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16220	baratelli-dominique-1947-12-26	{"d6": "433", "3a_sports": "233", "cfepp-final3": "428"}	{"cfepp": "CF-428", "ertel": "ES-233", "lerrcp": "D6-433"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dominique", "family": "Baratelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-12-26 07:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": -7.26, "lat": 43.7, "name": "NICE", "geoid": null}, "notime": null, "date-ut": "1947-12-26 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Dominique", "family": "Baratelli"}, "birth": {"date": "1938-12-05 14:15", "place": {"cy": "IT", "lg": 12.5, "lat": 41.88333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "433"}}, "raw": {"H": "14", "MN": "15", "DAY": "5", "LAT": "41N53", "LON": "12E30", "MON": "12", "NUM": "433", "SEC": "0", "YEA": "1938", "NAME": "Baratelli Dominique"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-233"}}, "raw": {"L": "", "MF": "", "NR": "233", "ENG": "1", "MA_": "2", "G_NR": "433", "MA12": "4", "MARS": "12", "NAME": "Baratelli", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "6,000", "CSINR": "", "KURTZ": "", "PHAS_": "95,100", "STUND": "", "CFEPNR": "428", "EXTEND": "1", "NATION": "FRA", "TAGMON": "26.12.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Dominique", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "26.12.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "baratelli-dominique-1947-12-26", "birth": {"date": "1947-12-26 07:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": -7.26, "lat": 43.7, "name": "NICE"}, "date-ut": "1947-12-26 06:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "428"}}, "raw": {"S": "4", "LT": "07 00", "LV": "I2", "TR": "f", "UT": "06 00", "LAT": "+43.70", "SRC": "L", "LONG": "-07.26", "NAME": "BARATELLI Dominique", "SPORT": "Soccer", "LOC_DATE": "1947 12 26", "UNIV_DATE": "1947 12 26", "BIRTH_PLACE": "NICE", "POSTAL_CODE": "06074 CEDEX"}, "date": "2023-08-20T14:46:03+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
776	baratin-pierre-1920-09-07	{"a1": "776", "g55": "03-110", "3a_sports": "234"}	{"g55": "03-110", "ertel": "ES-234", "lerrcp": "A1-776"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Baratin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1920-09-07 20:15", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Saint-Etienne-la-Varenne", "geoid": 0}, "notime": null, "date-ut": "1920-09-07 19:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Baratin"}, "birth": {"tzo": "+01:00", "date": "1920-09-07 20:15", "place": {"c2": "69", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Saint-Etienne-la-V", "geoid": 0}, "date-ut": "1920-09-07 19:15"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-776"}, "ids-in-sources": {"a1": "776"}}, "raw": {"H": "19", "MN": "15", "TZ": "0", "COD": "69", "COU": "F", "DAY": "7", "LAT": "45N46", "LON": "4E50", "MON": "9", "NUM": "776", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "ST-ETIENNE-LA-V"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-09-07 20:15"}, "partial-ids": {"ertel": "ES-234"}}, "raw": {"L": "", "MF": "", "NR": "234", "ENG": "", "MA_": "0", "G_NR": "776", "MA12": "5", "MARS": "15", "NAME": "Baratin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,30", "CSINR": "", "KURTZ": "", "PHAS_": "36,500", "STUND": "20,25", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "07.09.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Etienne-la-Varenne"}}, "partial-ids": {"g55": "03-110"}, "ids-in-source": {"g55": "03-110"}}, "raw": {"DAY": "7-9-1920", "HOUR": "20 h. 15", "NAME": "BARATIN Pierre", "PLACE": "Saint-Etienne-la-Varenne (Rhône)."}, "date": "2023-08-20T14:48:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
697	barbadoro-nello-1923-04-21	{"a1": "697", "3a_sports": "237"}	{"ertel": "ES-237", "lerrcp": "A1-697"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nello", "family": "Barbadoro", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1923-04-21 16:00", "note": null, "place": {"c1": null, "c2": "PS", "c3": null, "cy": "IT", "lg": 13, "lat": 44, "name": "ORCIANO DE PEZA", "geoid": 0}, "notime": null, "date-ut": "1923-04-21 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Nello", "family": "Barbadoro"}, "birth": {"place": {"c2": "PS", "cy": "IT", "lg": 13, "lat": 44, "name": "ORCIANO DE PEZA", "geoid": 0}, "date-ut": "1923-04-21 15:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-697"}, "ids-in-sources": {"a1": "697"}}, "raw": {"H": "16", "MN": "0", "TZ": "-1", "COD": "PS", "COU": "I", "DAY": "21", "LAT": "44N 0", "LON": "13E 0", "MON": "4", "NUM": "697", "PRO": "C", "SEC": "0", "YEA": "1923", "CITY": "ORCIANO DE PEZA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1923-04-21 16:00"}, "partial-ids": {"ertel": "ES-237"}}, "raw": {"L": "", "MF": "", "NR": "237", "ENG": "1", "MA_": "2", "G_NR": "697", "MA12": "4", "MARS": "12", "NAME": "Barbadoro", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,100", "CSINR": "", "KURTZ": "", "PHAS_": "19,500", "STUND": "16,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "21.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Nello", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.04.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2039	barbier-simone-1903-01-19	{"a1": "2041", "3a_sports": "239"}	{"ertel": "ES-239", "lerrcp": "A1-2041"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Simone", "family": "Barbier", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1903-01-19 06:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1903-01-19 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Simone", "family": "Barbier"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1903-01-19 05:50:40"}, "occus": ["tennis-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-2041"}, "ids-in-sources": {"a1": "2041"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "54", "COU": "F", "DAY": "19", "LAT": "48N42", "LON": "6E12", "MON": "1", "NUM": "2041", "PRO": "C", "SEC": "40", "YEA": "1903", "CITY": "NANCY"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "F", "birth": {"date": "1903-01-19 06:00"}, "partial-ids": {"ertel": "ES-239"}}, "raw": {"L": "", "MF": "F", "NR": "239", "ENG": "1", "MA_": "2", "G_NR": "2041", "MA12": "4", "MARS": "12", "NAME": "Barbier", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,800", "CSINR": "", "KURTZ": "", "PHAS_": "65,300", "STUND": "6,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "19.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Simone", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.01.1903", "GQBECORR": "a2", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15814	bard-henri-1892-04-29	{"d6": "25", "3a_sports": "242", "cfepp-final3": "430"}	{"cfepp": "CF-430", "ertel": "ES-242", "lerrcp": "D6-25"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Bard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1892-04-29 11:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": -4.83, "lat": 45.75, "name": "LYON", "geoid": null}, "notime": null, "date-ut": "1892-04-29 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Bard"}, "birth": {"date": "1892-04-29 11:00", "place": {"cy": "FR", "lg": 4.83333, "lat": 45.76667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "25"}}, "raw": {"H": "11", "MN": "0", "DAY": "29", "LAT": "45N46", "LON": "04E50", "MON": "4", "NUM": "25", "SEC": "0", "YEA": "1892", "NAME": "Bard Henri"}, "date": "2023-08-20T14:44:00+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-242"}}, "raw": {"L": "", "MF": "", "NR": "242", "ENG": "", "MA_": "1", "G_NR": "25", "MA12": "7", "MARS": "20", "NAME": "Bard", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "4,600", "CSINR": "", "KURTZ": "e", "PHAS_": "6,400", "STUND": "", "CFEPNR": "430", "EXTEND": "", "NATION": "FRA", "TAGMON": "29.04.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "29.04.1892", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1892-04-29 11:00", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": -4.83, "lat": 45.75, "name": "LYON"}, "date-ut": "1892-04-29 10:51"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "430"}}, "raw": {"S": "7", "LT": "11 00", "LV": "I18", "TR": "f", "UT": "10 51", "LAT": "+45.75", "SRC": "AL", "LONG": "-04.83", "NAME": "BARD Henri", "SPORT": "Soccer", "LOC_DATE": "1892 04 29", "UNIV_DATE": "1892 04 29", "BIRTH_PLACE": "LYON", "POSTAL_CODE": "69205 CEDEX  01"}, "date": "2023-08-20T14:46:03+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
131	bariquand-georges-1889-01-08	{"a1": "131", "3a_sports": "247"}	{"ertel": "ES-247", "lerrcp": "A1-131"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Bariquand", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1889-01-08 22:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "4", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1889-01-08 22:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Bariquand"}, "birth": {"tzo": "+00:09:24", "date": "1889-01-08 22:30", "place": {"c2": "75", "c3": "4", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1889-01-08 22:20:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-131"}, "ids-in-sources": {"a1": "131"}}, "raw": {"H": "22", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "8", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "131", "PRO": "C", "SEC": "40", "YEA": "1889", "CITY": "PARIS 4E"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1889-01-08 22:30"}, "partial-ids": {"ertel": "ES-247"}}, "raw": {"L": "", "MF": "", "NR": "247", "ENG": "", "MA_": "0", "G_NR": "131", "MA12": "8", "MARS": "22", "NAME": "Bariquand", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,700", "CSINR": "", "KURTZ": "", "PHAS_": "40,000", "STUND": "22,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.01.1889", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1625	bare-yves-1938-10-28	{"a1": "1626", "3a_sports": "245"}	{"cpara": "CP-492", "ertel": "ES-245", "lerrcp": "A1-1626"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Bare", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1938-10-28 11:00", "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "WIHOGNE", "geoid": 0}, "notime": null, "date-ut": "1938-10-28 11:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Bare"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "WIHOGNE", "geoid": 0}, "date-ut": "1938-10-28 11:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1626"}, "ids-in-sources": {"a1": "1626"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "28", "LAT": "50N39", "LON": "5E30", "MON": "10", "NUM": "1626", "PRO": "C", "SEC": "0", "YEA": "1938", "CITY": "WIHOGNE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1938-10-28 11:00"}, "partial-ids": {"ertel": "ES-245"}}, "raw": {"L": "", "MF": "", "NR": "245", "ENG": "1", "MA_": "2", "G_NR": "1626", "MA12": "4", "MARS": "12", "NAME": "Baré", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,300", "CSINR": "", "KURTZ": "", "PHAS_": "20,600", "STUND": "11,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "28.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "492", "VORNAME": "Yves", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.10.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1251	bardot-charles-1904-04-07	{"a1": "1252", "g55": "03-223", "3a_sports": "243"}	{"g55": "03-223", "cpara": "CP-26", "ertel": "ES-243", "lerrcp": "A1-1252"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Bardot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1904-04-07 14:00", "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 7.75, "lat": 37, "name": "Clauzel", "geoid": 0}, "notime": null, "date-ut": "1904-04-07 13:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Bardot"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 7.75, "lat": 37, "name": "CLAUZEL", "geoid": 0}, "date-ut": "1904-04-07 13:50:40"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1252"}, "ids-in-sources": {"a1": "1252"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "7", "LAT": "37N 0", "LON": "7E45", "MON": "4", "NUM": "1252", "PRO": "C", "SEC": "40", "YEA": "1904", "CITY": "CLAUZEL"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1904-04-07 14:00"}, "partial-ids": {"ertel": "ES-243"}}, "raw": {"L": "", "MF": "", "NR": "243", "ENG": "1", "MA_": "2", "G_NR": "1252", "MA12": "4", "MARS": "11", "NAME": "Bardot", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,700", "CSINR": "", "KURTZ": "", "PHAS_": "57,400", "STUND": "14,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "07.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "26", "VORNAME": "Charles", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "07.04.1904", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Clauzel"}}, "partial-ids": {"g55": "03-223"}, "ids-in-source": {"g55": "03-223"}}, "raw": {"DAY": "7-4-1904", "HOUR": "14 h.", "NAME": "BARDOT Charles", "PLACE": "Clauzel (Algérie)."}, "date": "2023-08-20T14:48:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
16307	barnes-lee-1906-07-16	{"d10": "69", "3a_sports": "250", "rawlins-ertel-irving": "19"}	{"ertel": "ES-250", "csicop": "CS-19", "lerrcp": "D10-69"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lee", "family": "Barnes", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-07:00", "date": "1906-07-16 15:00", "note": null, "place": {"c1": null, "c2": "UT", "c3": null, "cy": "US", "lg": -111.88333, "lat": 40.75, "name": "Salt Lake City", "geoid": null}, "notime": null, "date-ut": "1906-07-16 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Lee", "family": "Barnes"}, "birth": {"tzo": "-07:00", "date": "1906-07-16 15:00", "place": {"c2": "UT", "cy": "US", "lg": -111.88333, "lat": 40.75, "name": "Salt Lake City"}, "date-ut": "1906-07-16 22:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "69"}}, "raw": {"H": "15:00", "TZ": "7h", "DAY": "16", "LAT": "40N45", "LON": "111W53", "MON": "7", "NUM": "69", "PRO": "SP", "YEA": "1906", "CICO": "Salt Lake City, UT", "NAME": "Barnes Lee"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "19"}}, "raw": {"LA1": "40", "LA2": "45", "LO1": "111", "LO2": "53", "AMPM": "P", "MARS": "12", "NAME": "Barnes", "BATCH": "2", "Satz#": "19", "GEBDAT": "16 7 1906", "GEBORT": "UT", "GEBZEIT": "3 0", "VORNAME": "Lee", "SPORTART": "TRAC", "ZEITZONE": "7"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-250"}}, "raw": {"L": "", "MF": "", "NR": "250", "ENG": "1", "MA_": "2", "G_NR": "70", "MA12": "4", "MARS": "12", "NAME": "Barnes", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-8,700", "CSINR": "19", "KURTZ": "", "PHAS_": "26,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "16.07.", "ZITATE": "KSTX", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Lee", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "16.07.1906", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
901	baroni-mario-1927-03-11	{"a1": "901", "3a_sports": "251"}	{"ertel": "ES-251", "lerrcp": "A1-901"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Baroni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-03-11 03:00", "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.35382, "lat": 43.99196, "name": "Scarperia", "geoid": 3166955}, "notime": null, "date-ut": "1927-03-11 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Baroni"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.35382, "lat": 43.99196, "name": "Scarperia", "geoid": 3166955}, "date-ut": "1927-03-11 02:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-901"}, "ids-in-sources": {"a1": "901"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "11", "LAT": "43N42", "LON": "11E30", "MON": "3", "NUM": "901", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "SCARPERIA"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-03-11 03:00"}, "partial-ids": {"ertel": "ES-251"}}, "raw": {"L": "", "MF": "", "NR": "251", "ENG": "", "MA_": "0", "G_NR": "901", "MA12": "8", "MARS": "22", "NAME": "Baroni", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,600", "CSINR": "", "KURTZ": "", "PHAS_": "55,800", "STUND": "3,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "11.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.03.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15815	barrau-max-1950-11-26	{"d6": "26", "3a_sports": "253"}	{"ertel": "ES-253", "lerrcp": "D6-26"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Barrau", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1950-11-26 19:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 0.98333, "lat": 43.88333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Max", "family": "Barrau"}, "birth": {"date": "1950-11-26 19:30", "place": {"cy": "FR", "lg": 0.98333, "lat": 43.88333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "26"}}, "raw": {"H": "19", "MN": "30", "DAY": "26", "LAT": "43N53", "LON": "00E59", "MON": "11", "NUM": "26", "SEC": "0", "YEA": "1950", "NAME": "Barrau Max"}, "date": "2023-08-20T14:44:00+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-253"}}, "raw": {"L": "", "MF": "", "NR": "253", "ENG": "", "MA_": "0", "G_NR": "26", "MA12": "6", "MARS": "17", "NAME": "Barrau", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-1,500", "CSINR": "", "KURTZ": "", "PHAS_": "98,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "26.11.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Max", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "26.11.1950", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16308	barry-richard-1944-03-28	{"d10": "70", "3a_sports": "256", "rawlins-ertel-irving": "20"}	{"ertel": "ES-256", "csicop": "CS-20", "lerrcp": "D10-70"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Barry", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-04:00", "date": "1944-03-28 14:32", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.21667, "lat": 40.66667, "name": "Elizabeth", "geoid": null}, "notime": null, "date-ut": "1944-03-28 18:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Barry"}, "birth": {"tzo": "-04:00", "date": "1944-03-28 14:32", "place": {"c2": "NJ", "cy": "US", "lg": -74.21667, "lat": 40.66667, "name": "Elizabeth"}, "date-ut": "1944-03-28 18:32"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "70"}}, "raw": {"H": "14:32", "TZ": "4h", "DAY": "28", "LAT": "40N40", "LON": "74W13", "MON": "3", "NUM": "70", "PRO": "SP", "YEA": "1944", "CICO": "Elizabeth, NJ", "NAME": "Barry Richard"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["basketball-player"]], "ids-in-sources": {"rawlins-ertel-irving": "20"}}, "raw": {"LA1": "40", "LA2": "40", "LO1": "74", "LO2": "13", "AMPM": "P", "MARS": "5", "NAME": "Barry", "BATCH": "1", "Satz#": "20", "GEBDAT": "28 3 1944", "GEBORT": "NJ", "GEBZEIT": "2 32", "VORNAME": "Richard", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["basketball-player"], "partial-ids": {"ertel": "ES-256"}}, "raw": {"L": "", "MF": "", "NR": "256", "ENG": "", "MA_": "1", "G_NR": "71", "MA12": "2", "MARS": "5", "NAME": "Barry", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "7,500", "CSINR": "20", "KURTZ": "", "PHAS_": "16,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "28.03.", "ZITATE": "BEX", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Richard", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "28.03.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15816	barthel-josy-1927-04-24	{"d6": "27", "3a_sports": "262"}	{"ertel": "ES-262", "lerrcp": "D6-27"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Josy", "family": "Barthel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-04-24 14:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "LU", "lg": 6.01667, "lat": 49.61667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Josy", "family": "Barthel"}, "birth": {"date": "1927-04-24 14:30", "place": {"cy": "LU", "lg": 6.01667, "lat": 49.61667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "27"}}, "raw": {"H": "14", "MN": "30", "DAY": "24", "LAT": "49N37", "LON": "06E01", "MON": "4", "NUM": "27", "SEC": "0", "YEA": "1927", "NAME": "Barthel Josy"}, "date": "2023-08-20T14:44:00+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-262"}}, "raw": {"L": "", "MF": "", "NR": "262", "ENG": "", "MA_": "0", "G_NR": "27", "MA12": "3", "MARS": "7", "NAME": "Barthel", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-10,10", "CSINR": "", "KURTZ": "", "PHAS_": "60,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "LUX", "TAGMON": "24.04.", "ZITATE": "DKSTF", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Josy", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "24.04.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1813	basauri-robert-1934-08-30	{"a1": "1814", "3a_sports": "270"}	{"ertel": "ES-270", "lerrcp": "A1-1814"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Basauri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1934-08-30 07:10", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.7744, "lat": 43.35809, "name": "Hendaye", "geoid": 3013534}, "notime": null, "date-ut": "1934-08-30 06:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Basauri"}, "birth": {"tzo": "+01:00", "date": "1934-08-30 07:10", "place": {"c2": "64", "cy": "FR", "lg": -1.7744, "lat": 43.35809, "name": "Hendaye", "geoid": 3013534}, "date-ut": "1934-08-30 06:10"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1814"}, "ids-in-sources": {"a1": "1814"}}, "raw": {"H": "6", "MN": "10", "TZ": "0", "COD": "64", "COU": "F", "DAY": "30", "LAT": "43N18", "LON": "0W22", "MON": "8", "NUM": "1814", "PRO": "C", "SEC": "0", "YEA": "1934", "CITY": "HENDAYE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1934-08-30 07:10"}, "partial-ids": {"ertel": "ES-270"}}, "raw": {"L": "", "MF": "", "NR": "270", "ENG": "", "MA_": "1", "G_NR": "1814", "MA12": "2", "MARS": "5", "NAME": "Basauri", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "68,300", "STUND": "7,17", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "30.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.08.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15817	bartholetti-paul-1926-02-24	{"d6": "28", "3a_sports": "265", "cfepp-final3": "724"}	{"cfepp": "CF-724", "ertel": "ES-265", "lerrcp": "D6-28"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Bartholetti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-02-24 02:00", "note": null, "place": {"c1": null, "c2": "55", "c3": "", "cy": "FR", "lg": -5.75, "lat": 49.29, "name": "BOULIGNY", "geoid": null}, "notime": null, "date-ut": "1926-02-24 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Bartholetti"}, "birth": {"date": "1926-02-24 02:00", "place": {"cy": "FR", "lg": 5.66667, "lat": 49.33333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "28"}}, "raw": {"H": "2", "MN": "0", "DAY": "24", "LAT": "49N20", "LON": "05E40", "MON": "2", "NUM": "28", "SEC": "0", "YEA": "1926", "NAME": "Bartholetti Paul"}, "date": "2023-08-20T14:44:00+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-265"}}, "raw": {"L": "", "MF": "", "NR": "265", "ENG": "", "MA_": "0", "G_NR": "28", "MA12": "12", "MARS": "34", "NAME": "Bartholetti", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "6,700", "CSINR": "", "KURTZ": "", "PHAS_": "88,300", "STUND": "", "CFEPNR": "724", "EXTEND": "", "NATION": "FRA", "TAGMON": "24.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Paul", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.02.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1926-02-24 02:00", "place": {"c2": "55", "c3": "", "cy": "FR", "lg": -5.75, "lat": 49.29, "name": "BOULIGNY"}, "date-ut": "1926-02-24 02:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "724"}}, "raw": {"S": "12", "LT": "02 00", "LV": "I6", "TR": "f", "UT": "02 00", "LAT": "+49.29", "SRC": "A", "LONG": "-05.75", "NAME": "BARTOLETTI Paul", "SPORT": "Rugby League", "LOC_DATE": "1926 02 24", "UNIV_DATE": "1926 02 24", "BIRTH_PLACE": "BOULIGNY", "POSTAL_CODE": "55240"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1425	bassetto-adriano-1925-09-08	{"a1": "1426", "3a_sports": "272"}	{"ertel": "ES-272", "lerrcp": "A1-1426"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adriano", "family": "Bassetto", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-09-08 03:30", "note": null, "place": {"c1": null, "c2": "VI", "c3": null, "cy": "IT", "lg": 11.5409, "lat": 45.55729, "name": "Vicenza", "geoid": 3164419}, "notime": null, "date-ut": "1925-09-08 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Adriano", "family": "Bassetto"}, "birth": {"place": {"c2": "VI", "cy": "IT", "lg": 11.5409, "lat": 45.55729, "name": "Vicenza", "geoid": 3164419}, "date-ut": "1925-09-08 02:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1426"}, "ids-in-sources": {"a1": "1426"}}, "raw": {"H": "3", "MN": "30", "TZ": "-1", "COD": "VI", "COU": "I", "DAY": "8", "LAT": "45N30", "LON": "12E 0", "MON": "9", "NUM": "1426", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "VICENZA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-09-08 03:30"}, "partial-ids": {"ertel": "ES-272"}}, "raw": {"L": "", "MF": "", "NR": "272", "ENG": "", "MA_": "0", "G_NR": "1426", "MA12": "11", "MARS": "33", "NAME": "Bassetto", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,100", "CSINR": "", "KURTZ": "", "PHAS_": "69,700", "STUND": "3,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "08.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Adriano", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.09.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15818	basso-marino-1945-06-01	{"d6": "29", "3a_sports": "273"}	{"ertel": "ES-273", "lerrcp": "D6-29"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marino", "family": "Basso", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1945-06-01 14:10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 11.53333, "lat": 45.55, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Marino", "family": "Basso"}, "birth": {"date": "1945-06-01 14:10", "place": {"cy": "IT", "lg": 11.53333, "lat": 45.55}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "29"}}, "raw": {"H": "14", "MN": "10", "DAY": "1", "LAT": "45N33", "LON": "11E32", "MON": "6", "NUM": "29", "SEC": "0", "YEA": "1945", "NAME": "Basso Marino"}, "date": "2023-08-20T14:44:00+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-273"}}, "raw": {"L": "", "MF": "", "NR": "273", "ENG": "", "MA_": "0", "G_NR": "29", "MA12": "5", "MARS": "15", "NAME": "Basso", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-8,300", "CSINR": "", "KURTZ": "", "PHAS_": "76,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.06.", "ZITATE": "DHFO", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marino", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "01.06.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1626	bastin-desire-1900-03-04	{"a1": "1627", "3a_sports": "277"}	{"cpara": "CP-450", "ertel": "ES-277", "lerrcp": "A1-1627"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Désiré", "family": "Bastin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1900-03-04 16:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1900-03-04 16:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Désiré", "family": "Bastin"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1900-03-04 16:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1627"}, "ids-in-sources": {"a1": "1627"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "4", "LAT": "51N14", "LON": "4E30", "MON": "3", "NUM": "1627", "PRO": "C", "SEC": "0", "YEA": "1900", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1900-03-04 16:00"}, "partial-ids": {"ertel": "ES-277"}}, "raw": {"L": "", "MF": "", "NR": "277", "ENG": "", "MA_": "1", "G_NR": "1627", "MA12": "6", "MARS": "18", "NAME": "Bastin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,800", "CSINR": "", "KURTZ": "", "PHAS_": "9,600", "STUND": "16,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "04.03.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "450", "VORNAME": "Désiré", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "04.03.1900", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2044	borotra-jean-1898-08-13	{"a1": "2046", "g55": "03-446", "afd2": "66", "3a_sports": "573"}	{"g55": "03-446", "cpara": "CP-69", "ertel": "ES-573", "lerrcp": "A1-2046", "muller": "M2-66"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Borotra", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1898-08-13 17:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.55684, "lat": 43.48055, "name": "Biarritz", "geoid": 3032797}, "notime": null, "date-ut": "1898-08-13 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Borotra"}, "birth": {"tzo": "+00:09:21", "date": "1898-08-13 17:00", "place": {"c2": "64", "cy": "FR", "lg": -1.55684, "lat": 43.48055, "name": "Biarritz", "geoid": 3032797}, "date-ut": "1898-08-13 16:50:40"}, "occus": ["tennis-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-2046"}, "ids-in-sources": {"a1": "2046"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "64", "COU": "F", "DAY": "13", "LAT": "43N18", "LON": "0W22", "MON": "8", "NUM": "2046", "PRO": "C", "SEC": "40", "YEA": "1898", "CITY": "BIARRITZ"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "occus": ["sportsperson"], "ids-in-sources": {"afd2": "66"}}, "raw": {"CY": "F", "GQ": "G", "LG": "001 W 34", "LAT": "43 N 29", "TZO": "-0.16", "DATE": "13.08.1898", "MUID": "66", "NAME": "Borotra, Jean", "OCCU": "MA 13", "TIME": "17.00", "BOOKS": "7", "PLACE": "Biarritz", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1898-08-13 17:00"}, "partial-ids": {"ertel": "ES-573"}}, "raw": {"L": "", "MF": "", "NR": "573", "ENG": "", "MA_": "0", "G_NR": "2046", "MA12": "8", "MARS": "22", "NAME": "Borotra", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,700", "CSINR": "", "KURTZ": "", "PHAS_": "17,200", "STUND": "17,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.08.", "ZITATE": "DJKSF", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "69", "VORNAME": "Jean", "ZITRANG": "6", "GAUQ1955": "+", "GEBDATUM": "13.08.1898", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-446"}, "ids-in-source": {"g55": "03-446"}}, "raw": {"DAY": "13-8-1898", "HOUR": "17 h.", "NAME": "BOROTRA Jean", "PLACE": "Biarritz (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1426	battistoni-giovanni-1910-01-07	{"a1": "1427", "3a_sports": "281"}	{"ertel": "ES-281", "lerrcp": "A1-1427"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Battistoni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1910-01-07 20:00", "note": null, "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 11, "lat": 45.4, "name": "S. GIOVANNI LUP", "geoid": 0}, "notime": null, "date-ut": "1910-01-07 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Battistoni"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 11, "lat": 45.4, "name": "S. GIOVANNI LUP", "geoid": 0}, "date-ut": "1910-01-07 19:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1427"}, "ids-in-sources": {"a1": "1427"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "7", "LAT": "45N24", "LON": "11E 0", "MON": "1", "NUM": "1427", "PRO": "C", "SEC": "0", "YEA": "1910", "CITY": "S. GIOVANNI LUP"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1910-01-07 20:00"}, "partial-ids": {"ertel": "ES-281"}}, "raw": {"L": "", "MF": "", "NR": "281", "ENG": "1", "MA_": "2", "G_NR": "1427", "MA12": "4", "MARS": "12", "NAME": "Battistoni", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,200", "CSINR": "", "KURTZ": "", "PHAS_": "19,700", "STUND": "20,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "07.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giovanni", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.01.1910", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15820	baud-jean-jacques-1947-09-26	{"d6": "31", "3a_sports": "283", "cfepp-final3": "1117"}	{"cfepp": "CF-1117", "ertel": "ES-283", "lerrcp": "D6-31"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Jacques", "family": "Baud", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-09-26 16:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": -1.54, "lat": 49.61, "name": "FORGES LES EAUX", "geoid": null}, "notime": null, "date-ut": "1947-09-26 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sport-shooter"]	5	null	[{"new": {"name": {"given": "Jean-Jacques", "family": "Baud"}, "birth": {"date": "1947-09-26 16:00", "place": {"cy": "FR", "lg": 1.53333, "lat": 49.61667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "31"}}, "raw": {"H": "16", "MN": "0", "DAY": "26", "LAT": "49N37", "LON": "01E32", "MON": "9", "NUM": "31", "SEC": "0", "YEA": "1947", "NAME": "Baud Jean Jacques"}, "date": "2023-08-20T14:44:00+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["sport-shooter"], "partial-ids": {"ertel": "ES-283"}}, "raw": {"L": "", "MF": "", "NR": "283", "ENG": "", "MA_": "1", "G_NR": "31", "MA12": "6", "MARS": "18", "NAME": "Baud", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "7,700", "CSINR": "", "KURTZ": "", "PHAS_": "82,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "26.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean Jaques", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "26.09.1947", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SHOO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1947-09-26 16:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": -1.54, "lat": 49.61, "name": "FORGES LES EAUX"}, "date-ut": "1947-09-26 15:00"}, "occus": ["sport-shooter"], "ids-in-sources": {"cfepp-final3": "1117"}}, "raw": {"S": "6", "LT": "16 00", "LV": "", "TR": "f", "UT": "15 00", "LAT": "+49.61", "SRC": "L   E", "LONG": "-01.54", "NAME": "BAUD Jean-Jacques", "SPORT": "Shooting", "LOC_DATE": "1947 09 26", "UNIV_DATE": "1947 09 26", "BIRTH_PLACE": "FORGES LES EAUX", "POSTAL_CODE": "76440"}, "date": "2023-08-20T14:46:19+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1815	baudry-noel-1914-04-01	{"a1": "1816", "3a_sports": "285", "cfepp-final3": "804"}	{"cfepp": "CF-804", "cpara": "CP-32", "ertel": "ES-285", "lerrcp": "A1-1816"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Noël", "family": "Baudry", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1914-04-01 20:00", "note": null, "place": {"c1": null, "c2": "19", "c3": "", "cy": "FR", "lg": 1.76667, "lat": 45.26667, "name": "Saint-Exupery-L", "geoid": 0}, "notime": null, "date-ut": "1914-04-01 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Noël", "family": "Baudry"}, "birth": {"tzo": "+00:00", "date": "1914-04-01 20:00", "place": {"c2": "19", "cy": "FR", "lg": 1.76667, "lat": 45.26667, "name": "Saint-Exupery-L", "geoid": 0}, "date-ut": "1914-04-01 20:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1816"}, "ids-in-sources": {"a1": "1816"}}, "raw": {"H": "20", "MN": "0", "TZ": "0", "COD": "19", "COU": "F", "DAY": "1", "LAT": "45N16", "LON": "1E46", "MON": "4", "NUM": "1816", "PRO": "C", "SEC": "0", "YEA": "1914", "CITY": "SAINT-EXUPERY-L"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1914-04-01 20:00"}, "partial-ids": {"ertel": "ES-285"}}, "raw": {"L": "", "MF": "", "NR": "285", "ENG": "1", "MA_": "2", "G_NR": "1816", "MA12": "4", "MARS": "11", "NAME": "Baudry", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,600", "CSINR": "", "KURTZ": "", "PHAS_": "23,200", "STUND": "20,00", "CFEPNR": "805", "EXTEND": "1", "NATION": "FRA", "TAGMON": "01.04.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "32", "VORNAME": "Noel", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "01.04.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1914-04-01 20:00", "place": {"c3": ""}, "date-ut": "1914-04-01 20:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "804"}}, "raw": {"S": "4", "LT": "20 00", "LV": "I6", "TR": "f", "UT": "20 00", "LAT": "+45.52", "SRC": "L", "LONG": "-02.37", "NAME": "BAUDRY Noel", "SPORT": "Rugby Union", "LOC_DATE": "1914 04 01", "UNIV_DATE": "1914 04 01", "BIRTH_PLACE": "ST EXUPERY LES ROCHES", "POSTAL_CODE": "19200"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16317	beard-ralph-1927-12-01	{"d10": "80", "3a_sports": "296", "rawlins-ertel-irving": "25"}	{"ertel": "ES-296", "csicop": "CS-25", "lerrcp": "D10-80"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ralph", "family": "Beard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1927-12-01 02:20", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -86.46667, "lat": 37.78333, "name": "Hardingsburg", "geoid": null}, "notime": null, "date-ut": "1927-12-01 08:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Ralph", "family": "Beard"}, "birth": {"tzo": "-06:00", "date": "1927-12-01 02:20", "place": {"c2": "KY", "cy": "US", "lg": -86.46667, "lat": 37.78333, "name": "Hardingsburg"}, "date-ut": "1927-12-01 08:20"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "80"}}, "raw": {"H": "02:20", "TZ": "6h", "DAY": "1", "LAT": "37N47", "LON": "86W28", "MON": "12", "NUM": "80", "PRO": "SP", "YEA": "1927", "CICO": "Hardingsburg, KY", "NAME": "Beard Ralph"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["basketball-player"]], "ids-in-sources": {"rawlins-ertel-irving": "25"}}, "raw": {"LA1": "37", "LA2": "47", "LO1": "86", "LO2": "28", "AMPM": "A", "MARS": "32", "NAME": "Beard", "BATCH": "2", "Satz#": "25", "GEBDAT": "1 12 1927", "GEBORT": "KY", "GEBZEIT": "2 20", "VORNAME": "Ralph", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["basketball-player"], "partial-ids": {"ertel": "ES-296"}}, "raw": {"L": "", "MF": "", "NR": "296", "ENG": "", "MA_": "0", "G_NR": "80", "MA12": "11", "MARS": "32", "NAME": "Beard", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "10,100", "CSINR": "25", "KURTZ": "", "PHAS_": "38,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "01.12.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ralph", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "01.12.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASK", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
9	bazennerye-rene-1913-12-11	{"a1": "9", "g55": "03-2", "3a_sports": "295"}	{"g55": "03-2", "ertel": "ES-295", "lerrcp": "A1-9"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Bazennerye", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1913-12-11 11:00", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.15, "lat": 46.98333, "name": "Cosne", "geoid": 0}, "notime": null, "date-ut": "1913-12-11 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "René", "family": "Bazennerye"}, "birth": {"tzo": "+00:00", "date": "1913-12-11 11:00", "place": {"c2": "58", "cy": "FR", "lg": 3.15, "lat": 46.98333, "name": "Cosne", "geoid": 0}, "date-ut": "1913-12-11 11:00"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-9"}, "ids-in-sources": {"a1": "9"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "58", "COU": "F", "DAY": "11", "LAT": "46N59", "LON": "3E 9", "MON": "12", "NUM": "9", "PRO": "C", "SEC": "0", "YEA": "1913", "CITY": "COSNE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1913-12-11 11:00"}, "partial-ids": {"ertel": "ES-295"}}, "raw": {"L": "", "MF": "", "NR": "295", "ENG": "", "MA_": "1", "G_NR": "9", "MA12": "7", "MARS": "21", "NAME": "Bazennerye", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,900", "CSINR": "", "KURTZ": "", "PHAS_": "92,800", "STUND": "11,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "11.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "11.12.1913", "GQBECORR": "a2", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Cosne"}}, "partial-ids": {"g55": "03-2"}, "ids-in-source": {"g55": "03-2"}}, "raw": {"DAY": "11-12-1913", "HOUR": "11 h.", "NAME": "BAZENNERYE René", "PLACE": "Cosne (Nièvre)."}, "date": "2023-08-20T14:48:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1255	beaucourt-georges-1912-04-15	{"a1": "1256", "g55": "03-226", "3a_sports": "298"}	{"g55": "03-226", "ertel": "ES-298", "lerrcp": "A1-1256"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Beaucourt", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1912-04-15 02:10", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1912-04-15 02:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Beaucourt"}, "birth": {"tzo": "+00:00", "date": "1912-04-15 02:10", "place": {"c2": "59", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1912-04-15 02:10"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1256"}, "ids-in-sources": {"a1": "1256"}}, "raw": {"H": "2", "MN": "10", "TZ": "0", "COD": "59", "COU": "F", "DAY": "15", "LAT": "50N39", "LON": "3E 5", "MON": "4", "NUM": "1256", "PRO": "C", "SEC": "0", "YEA": "1912", "CITY": "ROUBAIX"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1912-04-15 02:10"}, "partial-ids": {"ertel": "ES-298"}}, "raw": {"L": "", "MF": "", "NR": "298", "ENG": "", "MA_": "0", "G_NR": "1256", "MA12": "8", "MARS": "22", "NAME": "Beaucourt", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,000", "CSINR": "", "KURTZ": "", "PHAS_": "6,800", "STUND": "2,17", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "15.04.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-226"}, "ids-in-source": {"g55": "03-226"}}, "raw": {"DAY": "15-4-1912", "HOUR": "2 h. 10", "NAME": "BEAUCOURT Georges", "PLACE": "Roubaix (Nord)."}, "date": "2023-08-20T14:48:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
133	beaumont-andre-1880-02-08	{"a1": "133", "3a_sports": "300"}	{"ertel": "ES-300", "lerrcp": "A1-133"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Beaumont", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:15:32", "date": "1880-02-08 21:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.88333, "lat": 43.61667, "name": "Ledeve", "geoid": 0}, "notime": null, "date-ut": "1880-02-08 20:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "André", "family": "Beaumont"}, "birth": {"tzo": "+00:15:32", "date": "1880-02-08 21:00", "place": {"c2": "34", "cy": "FR", "lg": 3.88333, "lat": 43.61667, "name": "Ledeve", "geoid": 0}, "date-ut": "1880-02-08 20:44:28"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-133"}, "ids-in-sources": {"a1": "133"}}, "raw": {"H": "20", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "8", "LAT": "43N37", "LON": "3E53", "MON": "2", "NUM": "133", "PRO": "C", "SEC": "28", "YEA": "1880", "CITY": "LEDEVE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1880-02-08 21:00"}, "partial-ids": {"ertel": "ES-300"}}, "raw": {"L": "", "MF": "", "NR": "300", "ENG": "", "MA_": "1", "G_NR": "133", "MA12": "5", "MARS": "13", "NAME": "Beaumont", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,300", "CSINR": "", "KURTZ": "", "PHAS_": "7,800", "STUND": "21,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.02.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "08.02.1880", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1428	becattini-fosco-1925-03-16	{"a1": "1429", "3a_sports": "303"}	{"ertel": "ES-303", "lerrcp": "A1-1429"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fosco", "family": "Becattini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-03-16 13:00", "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "IT", "lg": 9.39683, "lat": 44.27317, "name": "Sestri Levante", "geoid": 3166595}, "notime": null, "date-ut": "1925-03-16 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Fosco", "family": "Becattini"}, "birth": {"place": {"c2": "GE", "cy": "IT", "lg": 9.39683, "lat": 44.27317, "name": "Sestri Levante", "geoid": 3166595}, "date-ut": "1925-03-16 12:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1429"}, "ids-in-sources": {"a1": "1429"}}, "raw": {"H": "13", "MN": "0", "TZ": "-1", "COD": "GE", "COU": "I", "DAY": "16", "LAT": "44N24", "LON": "9E 0", "MON": "3", "NUM": "1429", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "SESTRI LEVANTE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-03-16 13:00"}, "partial-ids": {"ertel": "ES-303"}}, "raw": {"L": "", "MF": "", "NR": "303", "ENG": "", "MA_": "1", "G_NR": "1429", "MA12": "2", "MARS": "5", "NAME": "Becattini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,700", "CSINR": "", "KURTZ": "", "PHAS_": "69,200", "STUND": "13,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "16.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Fosco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.03.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15822	beccali-luigi-1907-11-19	{"d6": "33", "3a_sports": "304"}	{"ertel": "ES-304", "lerrcp": "D6-33"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Beccali", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1907-11-19 02:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 9.2, "lat": 45.46667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Beccali"}, "birth": {"date": "1907-11-19 02:00", "place": {"cy": "IT", "lg": 9.2, "lat": 45.46667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "33"}}, "raw": {"H": "2", "MN": "0", "DAY": "19", "LAT": "45N28", "LON": "09E12", "MON": "11", "NUM": "33", "SEC": "0", "YEA": "1907", "NAME": "Beccali Luigi"}, "date": "2023-08-20T14:44:00+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-304"}}, "raw": {"L": "", "MF": "", "NR": "304", "ENG": "", "MA_": "0", "G_NR": "33", "MA12": "8", "MARS": "22", "NAME": "Beccali", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "3,200", "CSINR": "", "KURTZ": "e", "PHAS_": "98,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "19.11.", "ZITATE": "DKSTO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "19.11.1907", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
265	bedendo-sebastiano-1895-07-18	{"a1": "265", "3a_sports": "305"}	{"ertel": "ES-305", "lerrcp": "A1-265"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sebastiano", "family": "Bedendo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1895-07-18 02:00", "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 11.79301, "lat": 45.07998, "name": "Rovigo", "geoid": 3168843}, "notime": null, "date-ut": "1895-07-18 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Sebastiano", "family": "Bedendo"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 11.79301, "lat": 45.07998, "name": "Rovigo", "geoid": 3168843}, "date-ut": "1895-07-18 01:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-265"}, "ids-in-sources": {"a1": "265"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "18", "LAT": "45N 0", "LON": "12E15", "MON": "7", "NUM": "265", "PRO": "C", "SEC": "0", "YEA": "1895", "CITY": "ROVIGO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1895-07-18 02:00"}, "partial-ids": {"ertel": "ES-305"}}, "raw": {"L": "", "MF": "", "NR": "305", "ENG": "", "MA_": "1", "G_NR": "265", "MA12": "9", "MARS": "27", "NAME": "Bedendo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "22,400", "STUND": "2,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "18.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Sebastiano", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.07.1895", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15823	beghetto-giuseppe-1939-10-08	{"d6": "34", "3a_sports": "309"}	{"ertel": "ES-309", "lerrcp": "D6-34"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Beghetto", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1939-10-08 02:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 11.88333, "lat": 45.4, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Beghetto"}, "birth": {"date": "1939-10-08 02:30", "place": {"cy": "IT", "lg": 11.88333, "lat": 45.4}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "34"}}, "raw": {"H": "2", "MN": "30", "DAY": "8", "LAT": "45N24", "LON": "11E53", "MON": "10", "NUM": "34", "SEC": "0", "YEA": "1939", "NAME": "Beghetto Giuseppe"}, "date": "2023-08-20T14:44:00+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-309"}}, "raw": {"L": "", "MF": "", "NR": "309", "ENG": "", "MA_": "1", "G_NR": "34", "MA12": "7", "MARS": "21", "NAME": "Beghetto", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-11,00", "CSINR": "", "KURTZ": "", "PHAS_": "30,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "08.10.", "ZITATE": "DHKSO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Guiseppe", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "08.10.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16405	brown-robert-1941-12-08	{"d10": "168", "3a_sports": "687", "rawlins-ertel-irving": "44"}	{"ertel": "ES-687", "csicop": "CS-44", "lerrcp": "D10-168"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Brown", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1941-12-08 04:15", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1941-12-08 09:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Brown"}, "birth": {"tzo": "-05:00", "date": "1941-12-08 04:15", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1941-12-08 09:15"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "168"}}, "raw": {"H": "04:15", "TZ": "5h", "DAY": "8", "LAT": "41N30", "LON": "81W42", "MON": "12", "NUM": "168", "PRO": "SP", "YEA": "1941", "CICO": "Cleveland, OH", "NAME": "Brown Robert"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "44"}}, "raw": {"LA1": "41", "LA2": "30", "LO1": "81", "LO2": "42", "AMPM": "A", "MARS": "21", "NAME": "Brown", "BATCH": "1", "Satz#": "44", "GEBDAT": "8 12 1941", "GEBORT": "OH", "GEBZEIT": "4 15", "VORNAME": "Robert Stanford", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-687"}}, "raw": {"L": "", "MF": "", "NR": "687", "ENG": "", "MA_": "1", "G_NR": "168", "MA12": "7", "MARS": "21", "NAME": "Brown", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-6,300", "CSINR": "44", "KURTZ": "", "PHAS_": "84,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "08.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Robert Stanford", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.12.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1817	beguet-louis-1894-12-07	{"a1": "1818", "g55": "03-368", "3a_sports": "314", "cfepp-final3": "807"}	{"g55": "03-368", "cfepp": "CF-807", "cpara": "CP-35", "ertel": "ES-314", "lerrcp": "A1-1818"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Beguet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1894-12-07 09:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.90658, "lat": 50.26636, "name": "Neuf-Mesnil", "geoid": 2990656}, "notime": null, "date-ut": "1894-12-07 08:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Beguet"}, "birth": {"tzo": "+00:09:21", "date": "1894-12-07 09:00", "place": {"c2": "59", "cy": "FR", "lg": 3.90658, "lat": 50.26636, "name": "Neuf-Mesnil", "geoid": 2990656}, "date-ut": "1894-12-07 08:50:40"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1818"}, "ids-in-sources": {"a1": "1818"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "59", "COU": "F", "DAY": "7", "LAT": "50N39", "LON": "3E 5", "MON": "12", "NUM": "1818", "PRO": "C", "SEC": "40", "YEA": "1894", "CITY": "NEUF-MESNIL"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1894-12-07 09:00"}, "partial-ids": {"ertel": "ES-314"}}, "raw": {"L": "", "MF": "", "NR": "314", "ENG": "", "MA_": "1", "G_NR": "1818", "MA12": "10", "MARS": "29", "NAME": "Beguet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,600", "CSINR": "", "KURTZ": "", "PHAS_": "64,400", "STUND": "9,00", "CFEPNR": "808", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.12.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "35", "VORNAME": "Louis", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "07.12.1894", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1894-12-07 09:00", "place": {"c3": ""}, "date-ut": "1894-12-07 08:51"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "807"}}, "raw": {"S": "10", "LT": "09 00", "LV": "I10", "TR": "f", "UT": "08 51", "LAT": "+50.26", "SRC": "ALG", "LONG": "-03.90", "NAME": "BEGUET Louis", "SPORT": "Rugby Union", "LOC_DATE": "1894 12 07", "UNIV_DATE": "1894 12 07", "BIRTH_PLACE": "NEUF MESNIL", "POSTAL_CODE": "59330"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-368"}, "ids-in-source": {"g55": "03-368"}}, "raw": {"DAY": "7-12-1894", "HOUR": "9 h.", "NAME": "BEGUET Louis", "PLACE": "Neuf-Mesnil (Nord)."}, "date": "2023-08-20T14:48:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
15825	beheyt-benoni-1940-09-27	{"d6": "36", "3a_sports": "315"}	{"ertel": "ES-315", "lerrcp": "D6-36"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benoni", "family": "Beheyt", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-09-27 14:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": 3.7, "lat": 51.03333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Benoni", "family": "Beheyt"}, "birth": {"date": "1940-09-27 14:30", "place": {"cy": "BE", "lg": 3.7, "lat": 51.03333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "36"}}, "raw": {"H": "14", "MN": "30", "DAY": "27", "LAT": "51N02", "LON": "03E42", "MON": "9", "NUM": "36", "SEC": "0", "YEA": "1940", "NAME": "Beheyt Benoni"}, "date": "2023-08-20T14:44:00+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-315"}}, "raw": {"L": "", "MF": "", "NR": "315", "ENG": "1", "MA_": "2", "G_NR": "36", "MA12": "4", "MARS": "12", "NAME": "Beheyt", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-10,20", "CSINR": "", "KURTZ": "", "PHAS_": "26,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "27.09.", "ZITATE": "DHFO", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Benoni", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "27.09.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15826	behr-pamela-1956-09-21	{"d6": "37", "3a_sports": "318"}	{"ertel": "ES-318", "lerrcp": "D6-37"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pamela", "family": "Behr", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1956-09-21 03:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 10.38333, "lat": 47.51667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"name": {"given": "Pamela", "family": "Behr"}, "birth": {"date": "1956-09-21 03:30", "place": {"cy": "DE", "lg": 10.38333, "lat": 47.51667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "37"}}, "raw": {"H": "3", "MN": "30", "DAY": "21", "LAT": "47N31", "LON": "10E23", "MON": "9", "NUM": "37", "SEC": "0", "YEA": "1956", "NAME": "Behr Pamela"}, "date": "2023-08-20T14:44:00+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "F", "occus": ["skier"], "partial-ids": {"ertel": "ES-318"}}, "raw": {"L": "", "MF": "F", "NR": "318", "ENG": "", "MA_": "0", "G_NR": "37", "MA12": "6", "MARS": "16", "NAME": "Behr", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-0,700", "CSINR": "", "KURTZ": "", "PHAS_": "99,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "21.09.", "ZITATE": "M", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pamela", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "21.09.1956", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SKII", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16422	button-richard-1929-07-18	{"d10": "185", "afd2": "100", "3a_sports": "754", "rawlins-ertel-irving": "50"}	{"ertel": "ES-754", "csicop": "CS-50", "lerrcp": "D10-185", "muller": "M2-100"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Button", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-04:00", "date": "1929-07-18 15:34", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -73.98333, "lat": 40.9, "name": "Englewood", "geoid": null}, "notime": null, "date-ut": "1929-07-18 19:34"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["winter-sports-practitioner"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Button"}, "birth": {"tzo": "-04:00", "date": "1929-07-18 15:34", "place": {"c2": "NJ", "cy": "US", "lg": -73.98333, "lat": 40.9, "name": "Englewood"}, "date-ut": "1929-07-18 19:34"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "185"}}, "raw": {"H": "15:34", "TZ": "4h", "DAY": "18", "LAT": "40N54", "LON": "73W59", "MON": "7", "NUM": "185", "PRO": "SP", "YEA": "1929", "CICO": "Englewood, NJ", "NAME": "Button Richard"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["winter-sports-practitioner"]], "ids-in-sources": {"rawlins-ertel-irving": "50"}}, "raw": {"LA1": "40", "LA2": "54", "LO1": "73", "LO2": "59", "AMPM": "P", "MARS": "9", "NAME": "Button", "BATCH": "1", "Satz#": "50", "GEBDAT": "18 7 1929", "GEBORT": "NJ", "GEBZEIT": "3 34", "VORNAME": "Richard T", "SPORTART": "ICES", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["sportsperson"], "ids-in-sources": {"afd2": "100"}}, "raw": {"CY": "USA", "GQ": "G", "LG": "073 W 58", "LAT": "40 N 54", "TZO": "4.00", "DATE": "18.07.1929", "MUID": "100", "NAME": "Button, Richard", "OCCU": "MA 13", "TIME": "15.34", "BOOKS": "7", "PLACE": "Englewood (NJ)", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"sex": "M", "occus": ["winter-sports-practitioner"], "partial-ids": {"ertel": "ES-754"}}, "raw": {"L": "", "MF": "", "NR": "754", "ENG": "0", "MA_": "2", "G_NR": "185", "MA12": "3", "MARS": "9", "NAME": "Button", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "6,900", "CSINR": "50", "KURTZ": "", "PHAS_": "87,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "18.07.", "ZITATE": "DHKSBEFX", "ZITSUM": "8", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Richard T.", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "18.07.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "ICES", "CHRISNAME": "1", "ZITSUM_OD": "7"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1819	behoteguy-henri-1898-10-18	{"a1": "1820", "3a_sports": "317", "cfepp-final3": "809"}	{"cfepp": "CF-809", "cpara": "CP-37", "ertel": "ES-317", "lerrcp": "A1-1820"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Behoteguy", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1898-10-18 18:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "notime": null, "date-ut": "1898-10-18 17:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Behoteguy"}, "birth": {"tzo": "+00:09:21", "date": "1898-10-18 18:00", "place": {"c2": "64", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "date-ut": "1898-10-18 17:50:40"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1820"}, "ids-in-sources": {"a1": "1820"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "64", "COU": "F", "DAY": "18", "LAT": "43N18", "LON": "0W22", "MON": "10", "NUM": "1820", "PRO": "C", "SEC": "40", "YEA": "1898", "CITY": "BAYONNE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1898-10-18 18:00"}, "partial-ids": {"ertel": "ES-317"}}, "raw": {"L": "", "MF": "", "NR": "317", "ENG": "", "MA_": "1", "G_NR": "1820", "MA12": "9", "MARS": "27", "NAME": "Behoteguy", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,900", "CSINR": "", "KURTZ": "", "PHAS_": "7,800", "STUND": "18,00", "CFEPNR": "810", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "37", "VORNAME": "Henri", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "18.10.1898", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1898-10-18 18:00", "place": {"c3": ""}, "date-ut": "1898-10-18 17:51"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "809"}}, "raw": {"S": "9", "LT": "18 00", "LV": "I6", "TR": "f", "UT": "17 51", "LAT": "+43.49", "SRC": "AL", "LONG": "+01.48", "NAME": "BEHOTEGUY Henri", "SPORT": "Rugby Union", "LOC_DATE": "1898 10 18", "UNIV_DATE": "1898 10 18", "BIRTH_PLACE": "BAYONNE", "POSTAL_CODE": "64109 CEDEX"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
903	belloni-gaetano-1892-08-27	{"a1": "903", "3a_sports": "328"}	{"ertel": "ES-328", "lerrcp": "A1-903"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaetano", "family": "Belloni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1892-08-27 07:30", "note": null, "place": {"c1": null, "c2": "CR", "c3": null, "cy": "IT", "lg": 9.78986, "lat": 45.18907, "name": "Pizzighettone", "geoid": 3170597}, "notime": null, "date-ut": "1892-08-27 06:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Gaetano", "family": "Belloni"}, "birth": {"place": {"c2": "CR", "cy": "IT", "lg": 9.78986, "lat": 45.18907, "name": "Pizzighettone", "geoid": 3170597}, "date-ut": "1892-08-27 06:40:04"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-903"}, "ids-in-sources": {"a1": "903"}}, "raw": {"H": "7", "MN": "40", "TZ": "-1", "COD": "CR", "COU": "I", "DAY": "27", "LAT": "45N12", "LON": "11E 0", "MON": "8", "NUM": "903", "PRO": "C", "SEC": "4", "YEA": "1892", "CITY": "PIZZIGHETTONE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1892-08-27 07:30"}, "partial-ids": {"ertel": "ES-328"}}, "raw": {"L": "", "MF": "", "NR": "328", "ENG": "", "MA_": "0", "G_NR": "903", "MA12": "8", "MARS": "24", "NAME": "Belloni", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,800", "CSINR": "", "KURTZ": "", "PHAS_": "18,800", "STUND": "7,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "27.08.", "ZITATE": "G", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Geatano", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "27.08.1892", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1821	benausse-gilbert-1932-01-21	{"a1": "1822", "3a_sports": "337", "cfepp-final3": "726"}	{"cfepp": "CF-726", "cpara": "CP-39", "ertel": "ES-337", "lerrcp": "A1-1822"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilbert", "family": "Benausse", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1932-01-21 01:00", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "notime": null, "date-ut": "1932-01-21 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Gilbert", "family": "Benausse"}, "birth": {"tzo": "+00:00", "date": "1932-01-21 01:00", "place": {"c2": "11", "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "date-ut": "1932-01-21 01:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1822"}, "ids-in-sources": {"a1": "1822"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "11", "COU": "F", "DAY": "21", "LAT": "43N12", "LON": "2E21", "MON": "1", "NUM": "1822", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "CARCASSONNE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-01-21 01:00"}, "partial-ids": {"ertel": "ES-337"}}, "raw": {"L": "", "MF": "", "NR": "337", "ENG": "", "MA_": "1", "G_NR": "1822", "MA12": "10", "MARS": "28", "NAME": "Benausse", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,300", "CSINR": "", "KURTZ": "", "PHAS_": "92,200", "STUND": "1,00", "CFEPNR": "726", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "39", "VORNAME": "Gilbert", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "21.01.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1932-01-21 01:00", "place": {"c3": ""}, "date-ut": "1932-01-21 01:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "726"}}, "raw": {"S": "10", "LT": "01 00", "LV": "I46", "TR": "f", "UT": "01 00", "LAT": "+43.21", "SRC": "L", "LONG": "-02.35", "NAME": "BENAUSSE Gilbert", "SPORT": "Rugby League", "LOC_DATE": "1932 01 21", "UNIV_DATE": "1932 01 21", "BIRTH_PLACE": "CARCASSONNE", "POSTAL_CODE": "11012 CEDEX"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
267	benigni-tullio-1886-07-12	{"a1": "267", "3a_sports": "345"}	{"ertel": "ES-345", "lerrcp": "A1-267"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tullio", "family": "Benigni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1886-07-12 01:15", "note": null, "place": {"c1": null, "c2": "VT", "c3": null, "cy": "IT", "lg": 12, "lat": 42.4, "name": "SORIANONELCIMIN", "geoid": 0}, "notime": null, "date-ut": "1886-07-12 00:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Tullio", "family": "Benigni"}, "birth": {"place": {"c2": "VT", "cy": "IT", "lg": 12, "lat": 42.4, "name": "SORIANONELCIMIN", "geoid": 0}, "date-ut": "1886-07-12 00:25:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-267"}, "ids-in-sources": {"a1": "267"}}, "raw": {"H": "1", "MN": "25", "TZ": "-1", "COD": "VT", "COU": "I", "DAY": "12", "LAT": "42N24", "LON": "12E 0", "MON": "7", "NUM": "267", "PRO": "C", "SEC": "4", "YEA": "1886", "CITY": "SORIANONELCIMIN"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1886-07-12 01:15"}, "partial-ids": {"ertel": "ES-345"}}, "raw": {"L": "", "MF": "", "NR": "345", "ENG": "", "MA_": "0", "G_NR": "267", "MA12": "8", "MARS": "22", "NAME": "Benigni", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,300", "CSINR": "", "KURTZ": "", "PHAS_": "83,700", "STUND": "1,25", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "12.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Tullie", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.07.1886", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
995	benoit-adelin-1900-05-17	{"a1": "995", "3a_sports": "347"}	{"ertel": "ES-347", "lerrcp": "A1-995"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adelin", "family": "Benoit", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1900-05-17 23:00", "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "PONT DE LOUP", "geoid": 0}, "notime": null, "date-ut": "1900-05-17 23:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Adelin", "family": "Benoit"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "PONT DE LOUP", "geoid": 0}, "date-ut": "1900-05-17 23:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-995"}, "ids-in-sources": {"a1": "995"}}, "raw": {"H": "23", "MN": "0", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "17", "LAT": "50N23", "LON": "4E30", "MON": "5", "NUM": "995", "PRO": "C", "SEC": "0", "YEA": "1900", "CITY": "PONT DE LOUP"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1900-05-17 23:00"}, "partial-ids": {"ertel": "ES-347"}}, "raw": {"L": "", "MF": "", "NR": "347", "ENG": "", "MA_": "0", "G_NR": "995", "MA12": "9", "MARS": "25", "NAME": "Benoit", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,000", "CSINR": "", "KURTZ": "", "PHAS_": "94,100", "STUND": "23,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "17.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Adelin", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.05.1900", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
268	beonio-brocchieri-vittorio-1902-05-04	{"a1": "268", "afd1": "42", "3a_sports": "349"}	{"ertel": "ES-349", "lerrcp": "A1-268", "muller": "M1-42"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vittorio", "family": "Beonio-Brocchieri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1902-05-04 05:00", "note": "", "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "Lodi", "geoid": 0}, "notime": null, "date-ut": "1902-05-04 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot", "writer"]	5	null	[{"new": {"name": {"given": "Vittorio", "family": "Beonio Brocchieri"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "LODI", "geoid": 0}, "date-ut": "1902-05-04 04:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-268"}, "ids-in-sources": {"a1": "268"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "4", "LAT": "45N30", "LON": "9E15", "MON": "5", "NUM": "268", "PRO": "C", "SEC": "0", "YEA": "1902", "CITY": "LODI"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"name": {"given": "Vittorio", "family": "Beonio-Brocchieri"}, "birth": {"tzo": "+01:00", "date": "1902-05-04 05:00", "note": "", "place": {"name": "Lodi"}}, "notes": [], "occus": ["writer"], "ids-in-sources": {"afd1": "42", "muller": "M1-42"}}, "raw": {"LG": "-9,25", "DAY": "04", "LAT": "45,5", "MIN": "00", "TZO": "-1", "HOUR": "05", "NAME": "42M Beonio-Brocchieri, Vittorio", "YEAR": "1902", "MONTH": "05", "PLACE": "Lodi MI"}, "date": "2023-08-20T14:44:33+02:00", "source": "afd1", "command": "muller m1writers tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1902-05-04 05:00"}, "partial-ids": {"ertel": "ES-349"}}, "raw": {"L": "", "MF": "", "NR": "349", "ENG": "1", "MA_": "2", "G_NR": "268", "MA12": "1", "MARS": "1", "NAME": "Beonio Brocchieri", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "20,200", "STUND": "5,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "04.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Vittorio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.05.1902", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16329	berardinelli-giuseppe-1922-03-28	{"d10": "92", "3a_sports": "353", "rawlins-ertel-irving": "29"}	{"ertel": "ES-353", "csicop": "CS-29", "lerrcp": "D10-92"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Berardinelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1922-03-28 00:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1922-03-28 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Berardinelli"}, "birth": {"tzo": "-05:00", "date": "1922-03-28 00:00", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1922-03-28 05:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "92"}}, "raw": {"H": "00:00", "TZ": "5h", "DAY": "28", "LAT": "41N30", "LON": "81W42", "MON": "3", "NUM": "92", "PRO": "SP", "YEA": "1922", "CICO": "Cleveland, OH", "NAME": "Berardinelli Giuseppe"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["boxer"]], "ids-in-sources": {"rawlins-ertel-irving": "29"}}, "raw": {"LA1": "41", "LA2": "30", "LO1": "81", "LO2": "42", "AMPM": "A", "MARS": "36", "NAME": "Berardinelli", "BATCH": "2", "Satz#": "29", "GEBDAT": "28 3 1922", "GEBORT": "OH", "GEBZEIT": "12 0", "VORNAME": "Giuseppe", "SPORTART": "BOXI", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-353"}}, "raw": {"L": "", "MF": "", "NR": "353", "ENG": "0", "MA_": "2", "G_NR": "93", "MA12": "12", "MARS": "36", "NAME": "Berardinelli", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-1,900", "CSINR": "29", "KURTZ": "", "PHAS_": "0,300", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "28.03.", "ZITATE": "X", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giuseppe", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "28.03.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16666	fonville-charles-1927-04-27	{"d10": "431", "3a_sports": "1676", "rawlins-ertel-irving": "116"}	{"ertel": "ES-1676", "csicop": "CS-116", "lerrcp": "D10-431"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Fonville", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1927-04-27 11:45", "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "US", "lg": -86.8, "lat": 33.51667, "name": "Birmingham", "geoid": null}, "notime": null, "date-ut": "1927-04-27 17:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Fonville"}, "birth": {"tzo": "-06:00", "date": "1927-04-27 11:45", "place": {"c2": "AL", "cy": "US", "lg": -86.8, "lat": 33.51667, "name": "Birmingham"}, "date-ut": "1927-04-27 17:45"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "431"}}, "raw": {"H": "11:45", "TZ": "6h", "DAY": "27", "LAT": "33N31", "LON": "86W48", "MON": "4", "NUM": "431", "PRO": "SP", "YEA": "1927", "CICO": "Birmingham, AL", "NAME": "Fonville Charles"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "116"}}, "raw": {"LA1": "33", "LA2": "31", "LO1": "86", "LO2": "48", "AMPM": "A", "MARS": "4", "NAME": "Fonville", "BATCH": "2", "Satz#": "116", "GEBDAT": "27 4 1927", "GEBORT": "AL", "GEBZEIT": "11 45", "VORNAME": "Charles", "SPORTART": "TRAC", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-1676"}}, "raw": {"L": "", "MF": "", "NR": "1676", "ENG": "", "MA_": "1", "G_NR": "431", "MA12": "2", "MARS": "4", "NAME": "Fonville", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-10,70", "CSINR": "116", "KURTZ": "", "PHAS_": "27,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "27.04.", "ZITATE": "DTOX", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Charles", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "27.04.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1429	bergamaschi-mario-1929-01-07	{"a1": "1430", "3a_sports": "358"}	{"ertel": "ES-358", "lerrcp": "A1-1430"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Bergamaschi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-01-07 11:30", "note": null, "place": {"c1": null, "c2": "CR", "c3": null, "cy": "IT", "lg": 9.66826, "lat": 45.35877, "name": "Crema", "geoid": 3177841}, "notime": null, "date-ut": "1929-01-07 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Bergamaschi"}, "birth": {"place": {"c2": "CR", "cy": "IT", "lg": 9.66826, "lat": 45.35877, "name": "Crema", "geoid": 3177841}, "date-ut": "1929-01-07 10:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1430"}, "ids-in-sources": {"a1": "1430"}}, "raw": {"H": "11", "MN": "30", "TZ": "-1", "COD": "CR", "COU": "I", "DAY": "7", "LAT": "45N12", "LON": "11E 0", "MON": "1", "NUM": "1430", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "CREMA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-01-07 11:30"}, "partial-ids": {"ertel": "ES-358"}}, "raw": {"L": "", "MF": "", "NR": "358", "ENG": "", "MA_": "1", "G_NR": "1430", "MA12": "10", "MARS": "29", "NAME": "Bergamaschi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,100", "CSINR": "", "KURTZ": "", "PHAS_": "13,900", "STUND": "11,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "07.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.01.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15829	berejnoi-jean-claude-1939-04-20	{"d6": "40", "3a_sports": "356", "cfepp-final3": "812"}	{"cfepp": "CF-812", "ertel": "ES-356", "lerrcp": "D6-40"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Claude", "family": "Berejnoi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1939-04-20 12:00", "note": null, "place": {"c1": null, "c2": "12", "c3": "", "cy": "FR", "lg": -2.26, "lat": 44.56, "name": "DECAZEVILLE", "geoid": null}, "notime": null, "date-ut": "1939-04-20 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Jean-Claude", "family": "Berejnoi"}, "birth": {"date": "1939-04-20 12:00", "place": {"cy": "FR", "lg": 2.25, "lat": 44.56667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "40"}}, "raw": {"H": "12", "MN": "0", "DAY": "20", "LAT": "44N34", "LON": "02E15", "MON": "4", "NUM": "40", "SEC": "0", "YEA": "1939", "NAME": "Berejnoi Jean Claude"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-356"}}, "raw": {"L": "", "MF": "", "NR": "356", "ENG": "", "MA_": "1", "G_NR": "40", "MA12": "7", "MARS": "20", "NAME": "Berejnoi", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-0,400", "CSINR": "", "KURTZ": "", "PHAS_": "0,100", "STUND": "", "CFEPNR": "813", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.04.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean Claude", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "20.04.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1939-04-20 12:00", "place": {"c2": "12", "c3": "", "cy": "FR", "lg": -2.26, "lat": 44.56, "name": "DECAZEVILLE"}, "date-ut": "1939-04-20 11:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "812"}}, "raw": {"S": "7", "LT": "12 00", "LV": "I27", "TR": "f", "UT": "11 00", "LAT": "+44.56", "SRC": "L", "LONG": "-02.26", "NAME": "BEREJNOI Jean-Claude", "SPORT": "Rugby Union", "LOC_DATE": "1939 04 20", "UNIV_DATE": "1939 04 20", "BIRTH_PLACE": "DECAZEVILLE", "POSTAL_CODE": "12300"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1823	beraud-andre-1922-11-11	{"a1": "1824", "g55": "03-369", "3a_sports": "354", "cfepp-final3": "811"}	{"g55": "03-369", "cfepp": "CF-811", "cpara": "CP-40", "ertel": "ES-354", "lerrcp": "A1-1824"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Beraud", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1922-11-11 05:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -1.59294, "lat": 43.43698, "name": "Bidart", "geoid": 3032767}, "notime": null, "date-ut": "1922-11-11 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "André", "family": "Beraud"}, "birth": {"tzo": "+00:00", "date": "1922-11-11 05:00", "place": {"c2": "64", "cy": "FR", "lg": -1.59294, "lat": 43.43698, "name": "Bidart", "geoid": 3032767}, "date-ut": "1922-11-11 05:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1824"}, "ids-in-sources": {"a1": "1824"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "11", "LAT": "43N18", "LON": "0W22", "MON": "11", "NUM": "1824", "PRO": "C", "SEC": "0", "YEA": "1922", "CITY": "BIDART"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1922-11-11 05:00"}, "partial-ids": {"ertel": "ES-354"}}, "raw": {"L": "", "MF": "", "NR": "354", "ENG": "", "MA_": "1", "G_NR": "1824", "MA12": "9", "MARS": "27", "NAME": "Beraud", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,800", "CSINR": "", "KURTZ": "", "PHAS_": "64,500", "STUND": "5,00", "CFEPNR": "812", "EXTEND": "", "NATION": "FRA", "TAGMON": "11.11.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "40", "VORNAME": "André", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "11.11.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1922-11-11 05:00", "place": {"c3": ""}, "date-ut": "1922-11-11 05:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "811"}}, "raw": {"S": "9", "LT": "05 00", "LV": "I18", "TR": "f", "UT": "05 00", "LAT": "+43.44", "SRC": "ALG", "LONG": "+01.59", "NAME": "BERAUD Andre", "SPORT": "Rugby Union", "LOC_DATE": "1922 11 11", "UNIV_DATE": "1922 11 11", "BIRTH_PLACE": "BIDART", "POSTAL_CODE": "64210"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-369"}, "ids-in-source": {"g55": "03-369"}}, "raw": {"DAY": "11-11-1922", "HOUR": "5 h.", "NAME": "BERAUD André", "PLACE": "Bidart (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
576	bonnardel-francis-1928-01-24	{"a1": "576", "g55": "03-480", "3a_sports": "545", "cfepp-final3": "229"}	{"g55": "03-480", "cfepp": "CF-229", "ertel": "ES-545", "lerrcp": "A1-576"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Bonnardel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1928-01-24 16:00", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": 2.41667, "lat": 48.86667, "name": "Bagnolet", "geoid": 3035403}, "notime": null, "date-ut": "1928-01-24 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Francis", "family": "Bonnardel"}, "birth": {"tzo": "+00:00", "date": "1928-01-24 16:00", "place": {"c2": "93", "cy": "FR", "lg": 2.41667, "lat": 48.86667, "name": "Bagnolet", "geoid": 3035403}, "date-ut": "1928-01-24 16:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-576"}, "ids-in-sources": {"a1": "576"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "93", "COU": "F", "DAY": "24", "LAT": "48N55", "LON": "2E30", "MON": "1", "NUM": "576", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "BAGNOLET"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-01-24 16:00"}, "partial-ids": {"ertel": "ES-545"}}, "raw": {"L": "", "MF": "", "NR": "545", "ENG": "", "MA_": "1", "G_NR": "576", "MA12": "7", "MARS": "21", "NAME": "Bonnardel", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,600", "CSINR": "", "KURTZ": "", "PHAS_": "1,700", "STUND": "16,00", "CFEPNR": "229", "EXTEND": "", "NATION": "FRA", "TAGMON": "24.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Francis", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "24.01.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:56+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1928-01-24 16:00", "place": {"c3": ""}, "date-ut": "1928-01-24 16:00"}, "occus": ["boxer"], "ids-in-sources": {"cfepp-final3": "229"}}, "raw": {"S": "7", "LT": "16 00", "LV": "F", "TR": "f", "UT": "16 00", "LAT": "+48.87", "SRC": "AG", "LONG": "-02.42", "NAME": "BONNARDEL Francis", "SPORT": "Boxing", "LOC_DATE": "1928 01 24", "UNIV_DATE": "1928 01 24", "BIRTH_PLACE": "BAGNOLET", "POSTAL_CODE": "93170"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-480"}, "ids-in-source": {"g55": "03-480"}}, "raw": {"DAY": "24-1-1928", "HOUR": "16 h.", "NAME": "BONNARDEL Francis", "PLACE": "Bagnolet (Seine)."}, "date": "2023-08-20T14:48:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
905	bergamaschi-vasco-1909-09-29	{"a1": "905", "3a_sports": "359"}	{"ertel": "ES-359", "lerrcp": "A1-905"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vasco", "family": "Bergamaschi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1909-09-29 21:00", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "IT", "lg": 11, "lat": 45.2, "name": "SAN GIACOMO", "geoid": 0}, "notime": null, "date-ut": "1909-09-29 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Vasco", "family": "Bergamaschi"}, "birth": {"place": {"c2": "MN", "cy": "IT", "lg": 11, "lat": 45.2, "name": "SAN GIACOMO", "geoid": 0}, "date-ut": "1909-09-29 20:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-905"}, "ids-in-sources": {"a1": "905"}}, "raw": {"H": "21", "MN": "0", "TZ": "-1", "COD": "MN", "COU": "I", "DAY": "29", "LAT": "45N12", "LON": "11E 0", "MON": "9", "NUM": "905", "PRO": "C", "SEC": "0", "YEA": "1909", "CITY": "SAN GIACOMO"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1909-09-29 21:00"}, "partial-ids": {"ertel": "ES-359"}}, "raw": {"L": "", "MF": "", "NR": "359", "ENG": "", "MA_": "1", "G_NR": "905", "MA12": "2", "MARS": "5", "NAME": "Bergamaschi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,200", "CSINR": "", "KURTZ": "", "PHAS_": "99,400", "STUND": "21,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "29.09.", "ZITATE": "H", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Vasco", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "29.09.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
270	bergonzi-piero-1891-01-24	{"a1": "270", "3a_sports": "367"}	{"ertel": "ES-367", "lerrcp": "A1-270"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Piero", "family": "Bergonzi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1891-01-24 11:00", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.33151, "lat": 45.50502, "name": "Pioltello", "geoid": 3170676}, "notime": null, "date-ut": "1891-01-24 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Piero", "family": "Bergonzi"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.33151, "lat": 45.50502, "name": "Pioltello", "geoid": 3170676}, "date-ut": "1891-01-24 10:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-270"}, "ids-in-sources": {"a1": "270"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "24", "LAT": "45N30", "LON": "9E15", "MON": "1", "NUM": "270", "PRO": "C", "SEC": "4", "YEA": "1891", "CITY": "PIOLTELLO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1891-01-24 11:00"}, "partial-ids": {"ertel": "ES-367"}}, "raw": {"L": "", "MF": "", "NR": "367", "ENG": "1", "MA_": "2", "G_NR": "270", "MA12": "1", "MARS": "2", "NAME": "Bergonzi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,800", "CSINR": "", "KURTZ": "", "PHAS_": "99,000", "STUND": "11,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "24.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Piero", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.01.1891", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15831	berland-roland-1945-02-26	{"d6": "42", "3a_sports": "370", "cfepp-final3": "274"}	{"cfepp": "CF-274", "ertel": "ES-370", "lerrcp": "D6-42"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roland", "family": "Berland", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1945-02-26 16:30", "note": null, "place": {"c1": null, "c2": "85", "c3": "", "cy": "FR", "lg": 0.92, "lat": 46.57, "name": "ST LAURENT DE LA SALLE", "geoid": null}, "notime": null, "date-ut": "1945-02-26 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Roland", "family": "Berland"}, "birth": {"date": "1945-02-26 16:30", "place": {"cy": "FR", "lg": -0.91667, "lat": 46.51667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "42"}}, "raw": {"H": "16", "MN": "30", "DAY": "26", "LAT": "46N31", "LON": "00W55", "MON": "2", "NUM": "42", "SEC": "0", "YEA": "1945", "NAME": "Berland Roland"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-370"}}, "raw": {"L": "", "MF": "", "NR": "370", "ENG": "", "MA_": "1", "G_NR": "42", "MA12": "7", "MARS": "19", "NAME": "Berland", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "2,800", "CSINR": "", "KURTZ": "", "PHAS_": "99,000", "STUND": "", "CFEPNR": "274", "EXTEND": "", "NATION": "FRA", "TAGMON": "26.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Roland", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "26.02.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1945-02-26 16:30", "place": {"c2": "85", "c3": "", "cy": "FR", "lg": 0.92, "lat": 46.57, "name": "ST LAURENT DE LA SALLE"}, "date-ut": "1945-02-26 15:30"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "274"}}, "raw": {"S": "7", "LT": "16 30", "LV": "F", "TR": "f", "UT": "15 30", "LAT": "+46.57", "SRC": "L", "LONG": "+00.92", "NAME": "BERLAND Roland", "SPORT": "Cycling", "LOC_DATE": "1945 02 26", "UNIV_DATE": "1945 02 26", "BIRTH_PLACE": "ST LAURENT DE LA SALLE", "POSTAL_CODE": "85410"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
271	berliri-zoppi-carlo-1887-09-24	{"a1": "271", "3a_sports": "371"}	{"ertel": "ES-371", "lerrcp": "A1-271"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Berliri-Zoppi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1887-09-24 01:00", "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1887-09-24 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Berliri-Zoppi"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1887-09-24 00:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-271"}, "ids-in-sources": {"a1": "271"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "24", "LAT": "41N54", "LON": "12E30", "MON": "9", "NUM": "271", "PRO": "C", "SEC": "4", "YEA": "1887", "CITY": "ROMA"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1887-09-24 01:00"}, "partial-ids": {"ertel": "ES-371"}}, "raw": {"L": "", "MF": "", "NR": "371", "ENG": "", "MA_": "1", "G_NR": "271", "MA12": "12", "MARS": "35", "NAME": "Berliri-Zoppi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,800", "CSINR": "", "KURTZ": "", "PHAS_": "47,800", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "24.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Carlo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.09.1887", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2040	bernard-alain-1902-08-25	{"a1": "2042", "g55": "03-442", "3a_sports": "373"}	{"g55": "03-442", "ertel": "ES-373", "lerrcp": "A1-2042"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Bernard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1902-08-25 09:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -2.75, "lat": 48.51667, "name": "Pléneuf-Val-André", "geoid": 0}, "notime": null, "date-ut": "1902-08-25 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Alain", "family": "Bernard"}, "birth": {"tzo": "+00:09:21", "date": "1902-08-25 09:00", "place": {"c2": "22", "cy": "FR", "lg": -2.75, "lat": 48.51667, "name": "Val-Andre", "geoid": 0}, "date-ut": "1902-08-25 08:50:40"}, "occus": ["tennis-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-2042"}, "ids-in-sources": {"a1": "2042"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "22", "COU": "F", "DAY": "25", "LAT": "48N31", "LON": "2W45", "MON": "8", "NUM": "2042", "PRO": "C", "SEC": "40", "YEA": "1902", "CITY": "VAL-ANDRE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1902-08-25 09:00"}, "partial-ids": {"ertel": "ES-373"}}, "raw": {"L": "", "MF": "", "NR": "373", "ENG": "0", "MA_": "2", "G_NR": "2042", "MA12": "3", "MARS": "9", "NAME": "Bernard", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,00", "CSINR": "", "KURTZ": "", "PHAS_": "66,400", "STUND": "9,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "25.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alain", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "25.08.1902", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Pléneuf-Val-André"}}, "partial-ids": {"g55": "03-442"}, "ids-in-source": {"g55": "03-442"}}, "raw": {"DAY": "25-8-1902", "HOUR": "9 h.", "NAME": "BERNARD Alain", "PLACE": "Pléneuf-Val-André (Côtes-du-Nord)."}, "date": "2023-08-20T14:48:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
2041	bernard-marcel-1914-05-18	{"a1": "2043", "g55": "03-443", "3a_sports": "375", "cfepp-final3": "1019"}	{"g55": "03-443", "cfepp": "CF-1019", "cpara": "CP-42", "ertel": "ES-375", "lerrcp": "A1-2043"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Bernard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1914-05-18 20:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.07585, "lat": 50.64603, "name": "La Madeleine", "geoid": 3008379}, "notime": null, "date-ut": "1914-05-18 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Bernard"}, "birth": {"tzo": "+00:00", "date": "1914-05-18 20:00", "place": {"c2": "59", "cy": "FR", "lg": 3.07585, "lat": 50.64603, "name": "La Madeleine", "geoid": 3008379}, "date-ut": "1914-05-18 20:00"}, "occus": ["tennis-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-2043"}, "ids-in-sources": {"a1": "2043"}}, "raw": {"H": "20", "MN": "0", "TZ": "0", "COD": "59", "COU": "F", "DAY": "18", "LAT": "50N39", "LON": "3E 5", "MON": "5", "NUM": "2043", "PRO": "C", "SEC": "0", "YEA": "1914", "CITY": "LA MADELEINE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1914-05-18 20:00"}, "partial-ids": {"ertel": "ES-375"}}, "raw": {"L": "", "MF": "", "NR": "375", "ENG": "", "MA_": "1", "G_NR": "2043", "MA12": "5", "MARS": "13", "NAME": "Bernard", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,700", "CSINR": "", "KURTZ": "", "PHAS_": "39,700", "STUND": "20,00", "CFEPNR": "1019", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.05.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "42", "VORNAME": "Marcel", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "18.05.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1914-05-18 20:00", "place": {"c3": ""}, "date-ut": "1914-05-18 20:00"}, "occus": ["tennis-player"], "ids-in-sources": {"cfepp-final3": "1019"}}, "raw": {"S": "5", "LT": "20 00", "LV": "FI", "TR": "f", "UT": "20 00", "LAT": "+50.66", "SRC": "ALG", "LONG": "-03.08", "NAME": "BERNARD Marcel", "SPORT": "Tennis", "LOC_DATE": "1914 05 18", "UNIV_DATE": "1914 05 18", "BIRTH_PLACE": "LA MADELEINE", "POSTAL_CODE": "59110"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-443"}, "ids-in-source": {"g55": "03-443"}}, "raw": {"DAY": "18-5-1914", "HOUR": "20 h.", "NAME": "BERNARD Marcel", "PLACE": "La Madeleine (Nord)."}, "date": "2023-08-20T14:48:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1431	berdardini-fulvio-1906-01-01	{"a1": "1432", "3a_sports": "378"}	{"ertel": "ES-378", "lerrcp": "A1-1432"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fulvio", "family": "Berdardini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1906-01-01 21:30", "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1906-01-01 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Fulvio", "family": "Berdardini"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1906-01-01 20:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1432"}, "ids-in-sources": {"a1": "1432"}}, "raw": {"H": "21", "MN": "30", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "1", "LAT": "41N54", "LON": "12E30", "MON": "1", "NUM": "1432", "PRO": "C", "SEC": "0", "YEA": "1906", "CITY": "ROMA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1906-01-01 21:30"}, "partial-ids": {"ertel": "ES-378"}}, "raw": {"L": "", "MF": "", "NR": "378", "ENG": "", "MA_": "1", "G_NR": "1432", "MA12": "7", "MARS": "19", "NAME": "Bernardini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,100", "CSINR": "", "KURTZ": "", "PHAS_": "34,700", "STUND": "21,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.01.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Fulvio", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "01.01.1906", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16334	berra-yogi-1925-05-12	{"d10": "97", "3a_sports": "385"}	{"ertel": "ES-385", "lerrcp": "D10-97"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yogi", "family": "Berra", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1925-05-12 02:00", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis", "geoid": null}, "notime": null, "date-ut": "1925-05-12 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["baseball-player"]	5	null	[{"new": {"name": {"given": "Yogi", "family": "Berra"}, "birth": {"tzo": "-06:00", "date": "1925-05-12 02:00", "place": {"c2": "MO", "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis"}, "date-ut": "1925-05-12 08:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "97"}}, "raw": {"H": "02:00", "TZ": "6h", "DAY": "12", "LAT": "38N37", "LON": "90W12", "MON": "5", "NUM": "97", "PRO": "SP", "YEA": "1925", "CICO": "St Louis, MO", "NAME": "Berra Yogi"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["baseball-player"], "partial-ids": {"ertel": "ES-385"}}, "raw": {"L": "", "MF": "", "NR": "385", "ENG": "", "MA_": "1", "G_NR": "97", "MA12": "9", "MARS": "26", "NAME": "Berra", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-7,600", "CSINR": "", "KURTZ": "", "PHAS_": "84,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "12.05.", "ZITATE": "BX", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Yogi", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "12.05.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASE", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
11908	jany-jocelyne-1937-05-11	{"a5": "439", "g55": "07-426"}	{"g55": "07-426", "lerrcp": "A5-439"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jocelyne", "family": "Jany", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1937-05-11 04:00", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.5711, "lat": 48.93022, "name": "Vaujours", "geoid": 2970469}, "notime": null, "date-ut": "1937-05-11 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jocelyne", "family": "Jany"}, "birth": {"tzo": "+01:00", "date": "1937-05-11 04:00", "place": {"c2": "93", "cy": "FR", "lg": 2.5711, "lat": 48.93022, "name": "Vaujours", "geoid": 2970469}, "date-ut": "1937-05-11 03:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-439"}, "ids-in-sources": {"a5": "439"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "93", "COU": "F", "DAY": "11", "LAT": "48N55", "LON": "2E30", "MON": "5", "NUM": "439", "PRO": "A", "SEC": "0", "YEA": "1937", "CITY": "VAUJOURS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-426"}, "ids-in-source": {"g55": "07-426"}}, "raw": {"DAY": "11-5-1937", "HOUR": "4 h.", "NAME": "JANY Jocelyne", "PLACE": "Vaujours (Seine-et-Oise)."}, "date": "2023-08-20T14:49:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
15832	berot-jean-louis-1947-07-28	{"d6": "43", "3a_sports": "382", "cfepp-final3": "813"}	{"cfepp": "CF-813", "ertel": "ES-382", "lerrcp": "D6-43"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Louis", "family": "Berot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-07-28 05:15", "note": null, "place": {"c1": null, "c2": "40", "c3": "", "cy": "FR", "lg": 1.05, "lat": 43.71, "name": "DAX", "geoid": null}, "notime": null, "date-ut": "1947-07-28 04:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Jean-Louis", "family": "Berot"}, "birth": {"date": "1947-07-28 05:15", "place": {"cy": "FR", "lg": -1.05, "lat": 43.71667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "43"}}, "raw": {"H": "5", "MN": "15", "DAY": "28", "LAT": "43N43", "LON": "01W03", "MON": "7", "NUM": "43", "SEC": "0", "YEA": "1947", "NAME": "Berot Jean Louis"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-382"}}, "raw": {"L": "", "MF": "", "NR": "382", "ENG": "", "MA_": "1", "G_NR": "43", "MA12": "2", "MARS": "4", "NAME": "Berot", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "8,500", "CSINR": "", "KURTZ": "", "PHAS_": "78,500", "STUND": "", "CFEPNR": "814", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.07.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean Louis", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "28.07.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1947-07-28 05:15", "place": {"c2": "40", "c3": "", "cy": "FR", "lg": 1.05, "lat": 43.71, "name": "DAX"}, "date-ut": "1947-07-28 04:15"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "813"}}, "raw": {"S": "2", "LT": "05 15", "LV": "I20", "TR": "f", "UT": "04 15", "LAT": "+43.71", "SRC": "L", "LONG": "+01.05", "NAME": "BEROT Jean-Louis", "SPORT": "Rugby Union", "LOC_DATE": "1947 07 28", "UNIV_DATE": "1947 07 28", "BIRTH_PLACE": "DAX", "POSTAL_CODE": "40106 CEDEX"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1257	bernard-pierre-1932-01-27	{"a1": "1258", "3a_sports": "377", "cfepp-final3": "435"}	{"cfepp": "CF-435", "cpara": "CP-496", "ertel": "ES-377", "lerrcp": "A1-1258"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Bernard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1932-01-27 01:00", "note": null, "place": {"c1": null, "c2": "81", "c3": "", "cy": "FR", "lg": 2.37997, "lat": 43.57558, "name": "Boissezon", "geoid": 3031924}, "notime": null, "date-ut": "1932-01-27 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Bernard"}, "birth": {"tzo": "+00:00", "date": "1932-01-27 01:00", "place": {"c2": "81", "cy": "FR", "lg": 2.37997, "lat": 43.57558, "name": "Boissezon", "geoid": 3031924}, "date-ut": "1932-01-27 01:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1258"}, "ids-in-sources": {"a1": "1258"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "81", "COU": "F", "DAY": "27", "LAT": "43N55", "LON": "2E 8", "MON": "1", "NUM": "1258", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "BOISSEZON"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-01-27 01:00"}, "partial-ids": {"ertel": "ES-377"}}, "raw": {"L": "", "MF": "", "NR": "377", "ENG": "", "MA_": "1", "G_NR": "1258", "MA12": "10", "MARS": "29", "NAME": "Bernard", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,200", "CSINR": "", "KURTZ": "z?", "PHAS_": "85,300", "STUND": "1,00", "CFEPNR": "435", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.01.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "496", "VORNAME": "Pierre", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "27.01.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1932-01-27 01:00", "place": {"c3": ""}, "date-ut": "1932-01-27 01:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "435"}}, "raw": {"S": "10", "LT": "01 00", "LV": "I21", "TR": "f", "UT": "01 00", "LAT": "+43.58", "SRC": "L", "LONG": "-02.38", "NAME": "BERNARD Pierre", "SPORT": "Soccer", "LOC_DATE": "1932 01 27", "UNIV_DATE": "1932 01 27", "BIRTH_PLACE": "BOISSEZON", "POSTAL_CODE": "81490"}, "date": "2023-08-20T14:46:03+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15833	berruti-livio-1939-05-19	{"d6": "44", "3a_sports": "386"}	{"ertel": "ES-386", "lerrcp": "D6-44"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Livio", "family": "Berruti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1939-05-19 20:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 7.66667, "lat": 45.06667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Livio", "family": "Berruti"}, "birth": {"date": "1939-05-19 20:30", "place": {"cy": "IT", "lg": 7.66667, "lat": 45.06667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "44"}}, "raw": {"H": "20", "MN": "30", "DAY": "19", "LAT": "45N04", "LON": "07E40", "MON": "5", "NUM": "44", "SEC": "0", "YEA": "1939", "NAME": "Berruti Livio"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-386"}}, "raw": {"L": "", "MF": "", "NR": "386", "ENG": "", "MA_": "0", "G_NR": "44", "MA12": "11", "MARS": "32", "NAME": "Berruti", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-1,600", "CSINR": "", "KURTZ": "", "PHAS_": "0,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "19.05.", "ZITATE": "DKSTO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Livio", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "19.05.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16339	bertelsen-james-1950-02-26	{"d10": "102", "3a_sports": "389", "rawlins-ertel-irving": "30"}	{"ertel": "ES-389", "csicop": "CS-30", "lerrcp": "D10-102"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Bertelsen", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1950-02-26 00:59", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.1, "lat": 44.95, "name": "St Paul", "geoid": null}, "notime": null, "date-ut": "1950-02-26 06:59"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "James", "family": "Bertelsen"}, "birth": {"tzo": "-06:00", "date": "1950-02-26 00:59", "place": {"c2": "MN", "cy": "US", "lg": -93.1, "lat": 44.95, "name": "St Paul"}, "date-ut": "1950-02-26 06:59"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "102"}}, "raw": {"H": "00:59", "TZ": "6h", "DAY": "26", "LAT": "44N57", "LON": "93W6", "MON": "2", "NUM": "102", "PRO": "SP", "YEA": "1950", "CICO": "St Paul, MN", "NAME": "Bertelsen James"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "30"}}, "raw": {"LA1": "44", "LA2": "57", "LO1": "93", "LO2": "6", "AMPM": "A", "MARS": "7", "NAME": "Bertelsen", "BATCH": "1", "Satz#": "30", "GEBDAT": "26 2 1950", "GEBORT": "MN", "GEBZEIT": "12 59", "VORNAME": "James", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-389"}}, "raw": {"L": "", "MF": "", "NR": "389", "ENG": "", "MA_": "0", "G_NR": "102", "MA12": "3", "MARS": "7", "NAME": "Bertelsen", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "9,600", "CSINR": "30", "KURTZ": "", "PHAS_": "59,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "26.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "James", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.02.1950", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15834	bertini-mario-1944-01-07	{"d6": "45", "3a_sports": "392"}	{"ertel": "ES-392", "lerrcp": "D6-45"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Bertini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1944-01-07 21:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 11.1, "lat": 43.88333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Bertini"}, "birth": {"date": "1944-01-07 21:30", "place": {"cy": "IT", "lg": 11.1, "lat": 43.88333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "45"}}, "raw": {"H": "21", "MN": "30", "DAY": "7", "LAT": "43N53", "LON": "11E06", "MON": "1", "NUM": "45", "SEC": "0", "YEA": "1944", "NAME": "Bertini Mario"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-392"}}, "raw": {"L": "", "MF": "", "NR": "392", "ENG": "1", "MA_": "2", "G_NR": "45", "MA12": "4", "MARS": "10", "NAME": "Bertini", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "7,300", "CSINR": "", "KURTZ": "", "PHAS_": "88,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "07.01.", "ZITATE": "DW", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "07.01.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
273	bertocco-giuseppe-1900-10-30	{"a1": "273", "3a_sports": "394"}	{"ertel": "ES-394", "lerrcp": "A1-273"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Bertocco", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1900-10-31 00:45", "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "notime": null, "date-ut": "1900-10-30 23:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Bertocco"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "date-ut": "1900-10-30 23:45"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-273"}, "ids-in-sources": {"a1": "273"}}, "raw": {"H": "0", "MN": "45", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "31", "LAT": "45N24", "LON": "12E15", "MON": "10", "NUM": "273", "PRO": "C", "SEC": "0", "YEA": "1900", "CITY": "PADOVA"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1900-10-31 00:45"}, "partial-ids": {"ertel": "ES-394"}}, "raw": {"L": "", "MF": "", "NR": "394", "ENG": "1", "MA_": "2", "G_NR": "273", "MA12": "1", "MARS": "1", "NAME": "Bertocco", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,600", "CSINR": "", "KURTZ": "", "PHAS_": "46,400", "STUND": "0,75", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "31.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giuseppe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "31.10.1900", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1433	bertoni-sergio-1915-09-23	{"a1": "1434", "3a_sports": "400"}	{"ertel": "ES-400", "lerrcp": "A1-1434"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sergio", "family": "Bertoni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1915-09-23 03:00", "note": null, "place": {"c1": null, "c2": "PI", "c3": null, "cy": "IT", "lg": 10.39659, "lat": 43.71553, "name": "Pisa", "geoid": 3170647}, "notime": null, "date-ut": "1915-09-23 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Sergio", "family": "Bertoni"}, "birth": {"place": {"c2": "PI", "cy": "IT", "lg": 10.39659, "lat": 43.71553, "name": "Pisa", "geoid": 3170647}, "date-ut": "1915-09-23 02:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1434"}, "ids-in-sources": {"a1": "1434"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "PI", "COU": "I", "DAY": "23", "LAT": "43N42", "LON": "10E30", "MON": "9", "NUM": "1434", "PRO": "C", "SEC": "0", "YEA": "1915", "CITY": "PISA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1915-09-23 03:00"}, "partial-ids": {"ertel": "ES-400"}}, "raw": {"L": "", "MF": "", "NR": "400", "ENG": "", "MA_": "1", "G_NR": "1434", "MA12": "2", "MARS": "4", "NAME": "Bertoni", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,000", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "3,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "23.09.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Sergio", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "23.09.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15835	bertranne-roland-1949-12-06	{"d6": "46", "3a_sports": "404"}	{"ertel": "ES-404", "lerrcp": "D6-46"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roland", "family": "Bertranne", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-12-06 07:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": -0.03333, "lat": 43.25, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Roland", "family": "Bertranne"}, "birth": {"date": "1949-12-06 07:00", "place": {"cy": "FR", "lg": -0.03333, "lat": 43.25}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "46"}}, "raw": {"H": "7", "MN": "0", "DAY": "6", "LAT": "43N15", "LON": "00W02", "MON": "12", "NUM": "46", "SEC": "0", "YEA": "1949", "NAME": "Bertranne Roland"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-404"}}, "raw": {"L": "", "MF": "", "NR": "404", "ENG": "0", "MA_": "2", "G_NR": "46", "MA12": "3", "MARS": "9", "NAME": "Bertranne", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "0,200", "CSINR": "", "KURTZ": "", "PHAS_": "99,700", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "06.12.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Roland", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "06.12.1949", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15836	besson-colette-1946-04-07	{"d6": "47", "3a_sports": "410", "cfepp-final3": "17"}	{"cfepp": "CF-17", "ertel": "ES-410", "lerrcp": "D6-47"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Colette", "family": "Besson", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1946-04-07 19:30", "note": null, "place": {"c1": null, "c2": "17", "c3": "", "cy": "FR", "lg": 1, "lat": 45.6, "name": "ST GEORGES DE DIDONNE", "geoid": null}, "notime": null, "date-ut": "1946-04-07 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Colette", "family": "Besson"}, "birth": {"date": "1946-04-07 19:30", "place": {"cy": "FR", "lg": -1, "lat": 45.6}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "47"}}, "raw": {"H": "19", "MN": "30", "DAY": "7", "LAT": "45N36", "LON": "01W00", "MON": "4", "NUM": "47", "SEC": "0", "YEA": "1946", "NAME": "Besson colette"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "F", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-410"}}, "raw": {"L": "", "MF": "F", "NR": "410", "ENG": "0", "MA_": "2", "G_NR": "47", "MA12": "3", "MARS": "9", "NAME": "Besson", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "10,100", "CSINR": "", "KURTZ": "", "PHAS_": "29,900", "STUND": "", "CFEPNR": "17", "EXTEND": "1", "NATION": "FRA", "TAGMON": "07.04.", "ZITATE": "DKSTO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Colette", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "07.04.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1946-04-07 19:30", "place": {"c2": "17", "c3": "", "cy": "FR", "lg": 1, "lat": 45.6, "name": "ST GEORGES DE DIDONNE"}, "date-ut": "1946-04-07 18:30"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "17"}}, "raw": {"S": "3", "LT": "19 30", "LV": "M", "TR": "f", "UT": "18 30", "LAT": "+45.60", "SRC": "L", "LONG": "+01.00", "NAME": "BESSON Colette", "SPORT": "Track & Field", "LOC_DATE": "1946 04 07", "UNIV_DATE": "1946 04 07", "BIRTH_PLACE": "ST GEORGES DE DIDONNE", "POSTAL_CODE": "17110"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15855	bouttier-jean-claude-1944-10-13	{"d6": "66", "3a_sports": "626", "cfepp-final3": "230"}	{"cfepp": "CF-230", "ertel": "ES-626", "lerrcp": "D6-66"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Claude", "family": "Bouttier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1944-10-13 11:00", "note": null, "place": {"c1": null, "c2": "53", "c3": "", "cy": "FR", "lg": 1.03, "lat": 48.12, "name": "ST PIERRE LA COUR", "geoid": null}, "notime": null, "date-ut": "1944-10-13 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Jean-Claude", "family": "Bouttier"}, "birth": {"date": "1944-10-13 11:00", "place": {"cy": "FR", "lg": -1.01667, "lat": 48.11667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "66"}}, "raw": {"H": "11", "MN": "0", "DAY": "13", "LAT": "48N07", "LON": "01W01", "MON": "10", "NUM": "66", "SEC": "0", "YEA": "1944", "NAME": "Bouttier Jean Claude"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["boxer"], "partial-ids": {"ertel": "ES-626"}}, "raw": {"L": "", "MF": "", "NR": "626", "ENG": "", "MA_": "1", "G_NR": "66", "MA12": "2", "MARS": "5", "NAME": "Bouttier", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-7,400", "CSINR": "", "KURTZ": "", "PHAS_": "15,500", "STUND": "", "CFEPNR": "230", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean Claude", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "13.10.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1944-10-13 11:00", "place": {"c2": "53", "c3": "", "cy": "FR", "lg": 1.03, "lat": 48.12, "name": "ST PIERRE LA COUR"}, "date-ut": "1944-10-13 10:00"}, "occus": ["boxer"], "ids-in-sources": {"cfepp-final3": "230"}}, "raw": {"S": "2", "LT": "11 00", "LV": "E", "TR": "f", "UT": "10 00", "LAT": "+48.12", "SRC": "L", "LONG": "+01.03", "NAME": "BOUTTIER Jean-Claude", "SPORT": "Boxing", "LOC_DATE": "1944 10 13", "UNIV_DATE": "1944 10 13", "BIRTH_PLACE": "ST PIERRE LA COUR", "POSTAL_CODE": "53410"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1827	bescos-marcel-1937-06-28	{"a1": "1828", "3a_sports": "407", "cfepp-final3": "729"}	{"cfepp": "CF-729", "ertel": "ES-407", "lerrcp": "A1-1828"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Bescos", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1937-06-28 06:30", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -0.61069, "lat": 43.19441, "name": "Oloron-Sainte-Marie", "geoid": 2989569}, "notime": null, "date-ut": "1937-06-28 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Bescos"}, "birth": {"tzo": "+01:00", "date": "1937-06-28 06:30", "place": {"c2": "64", "cy": "FR", "lg": -0.61069, "lat": 43.19441, "name": "Oloron-Sainte-Marie", "geoid": 2989569}, "date-ut": "1937-06-28 05:30"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1828"}, "ids-in-sources": {"a1": "1828"}}, "raw": {"H": "5", "MN": "30", "TZ": "0", "COD": "64", "COU": "F", "DAY": "28", "LAT": "43N18", "LON": "0W22", "MON": "6", "NUM": "1828", "PRO": "C", "SEC": "0", "YEA": "1937", "CITY": "OLORON-STE-MARIE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1937-06-28 06:30"}, "partial-ids": {"ertel": "ES-407"}}, "raw": {"L": "", "MF": "", "NR": "407", "ENG": "", "MA_": "0", "G_NR": "1828", "MA12": "8", "MARS": "23", "NAME": "Bescos", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,600", "CSINR": "", "KURTZ": "", "PHAS_": "84,500", "STUND": "6,50", "CFEPNR": "729", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "28.06.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1937-06-28 06:30", "place": {"c3": ""}, "date-ut": "1937-06-28 05:30"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "729"}}, "raw": {"S": "8", "LT": "06 30", "LV": "I22", "TR": "f", "UT": "05 30", "LAT": "+43.19", "SRC": "L", "LONG": "+00.61", "NAME": "BESCOS Marcel", "SPORT": "Rugby League", "LOC_DATE": "1937 06 28", "UNIV_DATE": "1937 06 28", "BIRTH_PLACE": "OLORON STE MARIE", "POSTAL_CODE": "64400"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
2836	woillez-eugene-1811-01-19	{"a2": "749", "g55": "01-573", "afd5": "1078"}	{"g55": "01-573", "lerrcp": "A2-749", "muller": "M5-1078"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Eugène", "family": "Woillez", "spouse": [], "official": {"given": "Eugène Joseph", "family": null}}	\N	{"lmt": null, "tzo": "+00:11:04", "date": "1811-01-19 18:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Montreuvil-sur-Mer", "geoid": 0}, "notime": null, "date-ut": "1811-01-19 17:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Woillez"}, "birth": {"tzo": "+00:11:04", "date": "1811-01-19 18:00", "place": {"c2": "62", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Montreuil-sur-Mer", "geoid": 0}, "date-ut": "1811-01-19 17:48:56"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-749"}, "ids-in-sources": {"a2": "749"}}, "raw": {"H": "17", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "19", "LAT": "50N18", "LON": "2E46", "MON": "1", "NUM": "749", "PRO": "S", "SEC": "56", "YEA": "1811", "CITY": "MONTREUIL-S-MER"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Woillez", "official": {"given": "Eugène Joseph"}}, "birth": {"date": "1811-01-19 18:00", "place": {"name": "Montreuil-sur-Mer"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1078"}}, "raw": {"NR": "1078", "GNR": "SA2749", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1811", "KORR": "", "MARS": "27", "MODE": "LMT", "MOND": "26", "NAME": "WOILLEZ (EUGENE JOSEPH).", "AUFAB": "-10.20", "PHAS_": "38.800", "SONNE": "20", "VENUS": "23", "BREITE": "50 N 18", "GEBORT": "Montreuil-sur-Mer (Pas-de-Calais)", "LAENGE": "002 E 46", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "23", "GEBZEIT": "18.00", "JUPITER": "8", "ELECTAGE": "62,2", "ELECTDAT": "11.03.1873", "GEBDATUM": "19.01.1811", "STBDATUM": "03.09.1882"}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Montreuvil-sur-Mer"}}, "partial-ids": {"g55": "01-573"}, "ids-in-source": {"g55": "01-573"}}, "raw": {"DAY": "19-1-1811", "HOUR": "18 h.", "NAME": "WOILLEZ Eugène", "PLACE": "Montreuvil-sur-Mer (Pas-de-Calais)."}, "date": "2023-08-20T14:47:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 01-576-physicians"}]	[]
24354	bret-francois-1918-07-07	{"g55": "06-69"}	{"g55": "06-69"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francois", "family": "Bret", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1918-07-07 04:00", "note": null, "place": {"c1": "", "c2": "41", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Blois", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Francois", "family": "Bret", "nobility": ""}, "birth": {"date": "1918-07-07 04:00", "place": {"c1": "", "c2": "41", "c3": "", "cy": "FR", "name": "Blois"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-69"}}, "raw": {"DAY": "7-7-1918", "HOUR": "4 h.", "NAME": "BRET Francois", "PLACE": "Blois (Loir-et-Cher)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
16221	bettini-fabio-1943-03-13	{"d6": "434", "3a_sports": "413"}	{"ertel": "ES-413", "lerrcp": "D6-434"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fabio", "family": "Bettini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-03-13 08:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.88333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Fabio", "family": "Bettini"}, "birth": {"date": "1943-03-13 08:00", "place": {"cy": "IT", "lg": 12.5, "lat": 41.88333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "434"}}, "raw": {"H": "8", "MN": "0", "DAY": "13", "LAT": "41N53", "LON": "12E30", "MON": "3", "NUM": "434", "SEC": "0", "YEA": "1943", "NAME": "Bettini Fabio"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["boxer"], "partial-ids": {"ertel": "ES-413"}}, "raw": {"L": "", "MF": "", "NR": "413", "ENG": "", "MA_": "1", "G_NR": "434", "MA12": "6", "MARS": "18", "NAME": "Bettini", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "6,900", "CSINR": "", "KURTZ": "", "PHAS_": "92,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "05.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Fabio", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "05.12.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1435	bettini-lorenzo-1931-01-15	{"a1": "1436", "3a_sports": "414"}	{"ertel": "ES-414", "lerrcp": "A1-1436"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lorenzo", "family": "Bettini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-01-15 10:00", "note": null, "place": {"c1": null, "c2": "BS", "c3": null, "cy": "IT", "lg": 11, "lat": 45.5, "name": "VILLANUOVA", "geoid": 0}, "notime": null, "date-ut": "1931-01-15 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Lorenzo", "family": "Bettini"}, "birth": {"place": {"c2": "BS", "cy": "IT", "lg": 11, "lat": 45.5, "name": "VILLANUOVA", "geoid": 0}, "date-ut": "1931-01-15 09:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1436"}, "ids-in-sources": {"a1": "1436"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "BS", "COU": "I", "DAY": "15", "LAT": "45N30", "LON": "11E 0", "MON": "1", "NUM": "1436", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "VILLANUOVA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-01-15 10:00"}, "partial-ids": {"ertel": "ES-414"}}, "raw": {"L": "", "MF": "", "NR": "414", "ENG": "", "MA_": "1", "G_NR": "1436", "MA12": "7", "MARS": "21", "NAME": "Bettini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,900", "CSINR": "", "KURTZ": "", "PHAS_": "13,900", "STUND": "10,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "15.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Lorenzo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.01.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16340	betz-pauline-1919-08-06	{"d10": "103", "3a_sports": "416"}	{"ertel": "ES-416", "lerrcp": "D10-103"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pauline", "family": "Betz", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "-05:00", "date": "1919-08-06 02:50", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.2, "lat": 39.75, "name": "Dayton", "geoid": null}, "notime": null, "date-ut": "1919-08-06 07:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Pauline", "family": "Betz"}, "birth": {"tzo": "-05:00", "date": "1919-08-06 02:50", "place": {"c2": "OH", "cy": "US", "lg": -84.2, "lat": 39.75, "name": "Dayton"}, "date-ut": "1919-08-06 07:50"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "103"}}, "raw": {"H": "02:50", "TZ": "5h", "DAY": "6", "LAT": "39N45", "LON": "84W12", "MON": "8", "NUM": "103", "PRO": "SP", "YEA": "1919", "CICO": "Dayton, OH", "NAME": "Betz Pauline"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "F", "occus": ["tennis-player"], "partial-ids": {"ertel": "ES-416"}}, "raw": {"L": "", "MF": "F", "NR": "416", "ENG": "1", "MA_": "2", "G_NR": "103", "MA12": "1", "MARS": "1", "NAME": "Betz", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "9,000", "CSINR": "", "KURTZ": "", "PHAS_": "70,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "06.08.", "ZITATE": "JS", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pauline", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "06.08.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
996	bever-jef-1891-06-02	{"a1": "996", "3a_sports": "418"}	{"ertel": "ES-418", "lerrcp": "A1-996"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jef", "family": "Bever", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1891-06-02 23:00", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "notime": null, "date-ut": "1891-06-02 22:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Jef", "family": "Bever"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRUXELLES", "geoid": 0}, "date-ut": "1891-06-02 22:43:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-996"}, "ids-in-sources": {"a1": "996"}}, "raw": {"H": "22", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "2", "LAT": "50N51", "LON": "4E15", "MON": "6", "NUM": "996", "PRO": "C", "SEC": "0", "YEA": "1891", "CITY": "BRUXELLES"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1891-06-02 23:00"}, "partial-ids": {"ertel": "ES-418"}}, "raw": {"L": "", "MF": "", "NR": "418", "ENG": "", "MA_": "1", "G_NR": "996", "MA12": "10", "MARS": "30", "NAME": "Bever", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,70", "CSINR": "", "KURTZ": "", "PHAS_": "25,600", "STUND": "23,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "02.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jef", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.06.1891", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
906	bevilacqua-antonio-1918-10-22	{"a1": "906", "3a_sports": "419"}	{"ertel": "ES-419", "lerrcp": "A1-906"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Bevilacqua", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-10-22 01:00", "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.5, "lat": 45.5, "name": "SANTA MARIA DI", "geoid": 0}, "notime": null, "date-ut": "1918-10-22 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Bevilacqua"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.5, "lat": 45.5, "name": "SANTA MARIA DI", "geoid": 0}, "date-ut": "1918-10-22 00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-906"}, "ids-in-sources": {"a1": "906"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "22", "LAT": "45N30", "LON": "12E30", "MON": "10", "NUM": "906", "PRO": "C", "SEC": "0", "YEA": "1918", "CITY": "SANTA MARIA DI"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1918-10-22 01:00"}, "partial-ids": {"ertel": "ES-419"}}, "raw": {"L": "", "MF": "", "NR": "419", "ENG": "", "MA_": "0", "G_NR": "906", "MA12": "9", "MARS": "25", "NAME": "Bevilacqua", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,600", "CSINR": "", "KURTZ": "", "PHAS_": "93,500", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "22.10.", "ZITATE": "HFO", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Antonio", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "22.10.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
778	benac-gaston-1881-02-25	{"a1": "778", "3a_sports": "422"}	{"ertel": "ES-422", "lerrcp": "A1-778"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Benac", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:05:20", "date": "1881-02-25 11:00", "note": null, "place": {"c1": null, "c2": "82", "c3": null, "cy": "FR", "lg": 1.33333, "lat": 44.01667, "name": "Castelsarrazin", "geoid": 0}, "notime": null, "date-ut": "1881-02-25 10:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Benac"}, "birth": {"tzo": "+00:05:20", "date": "1881-02-25 11:00", "place": {"c2": "82", "cy": "FR", "lg": 1.33333, "lat": 44.01667, "name": "Castelsarrazin", "geoid": 0}, "date-ut": "1881-02-25 10:54:40"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-778"}, "ids-in-sources": {"a1": "778"}}, "raw": {"H": "10", "MN": "54", "TZ": "0", "COD": "82", "COU": "F", "DAY": "25", "LAT": "44N 1", "LON": "1E20", "MON": "2", "NUM": "778", "PRO": "C", "SEC": "40", "YEA": "1881", "CITY": "CASTELSARRAZIN"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1881-02-25 11:00"}, "partial-ids": {"ertel": "ES-422"}}, "raw": {"L": "", "MF": "", "NR": "422", "ENG": "1", "MA_": "2", "G_NR": "778", "MA12": "4", "MARS": "12", "NAME": "Bénac", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,600", "CSINR": "", "KURTZ": "", "PHAS_": "16,600", "STUND": "11,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "25.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gaston", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.02.1881", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1436	biagi-carlo-1914-04-20	{"a1": "1437", "3a_sports": "423"}	{"ertel": "ES-423", "lerrcp": "A1-1437"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Biagi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-04-20 21:00", "note": null, "place": {"c1": null, "c2": "LU", "c3": null, "cy": "IT", "lg": 10.2558, "lat": 43.87354, "name": "Viareggio", "geoid": 3164433}, "notime": null, "date-ut": "1914-04-20 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Biagi"}, "birth": {"place": {"c2": "LU", "cy": "IT", "lg": 10.2558, "lat": 43.87354, "name": "Viareggio", "geoid": 3164433}, "date-ut": "1914-04-20 20:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1437"}, "ids-in-sources": {"a1": "1437"}}, "raw": {"H": "21", "MN": "0", "TZ": "-1", "COD": "LU", "COU": "I", "DAY": "20", "LAT": "43N42", "LON": "11E 0", "MON": "4", "NUM": "1437", "PRO": "C", "SEC": "0", "YEA": "1914", "CITY": "VIAREGGIO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1914-04-20 21:00"}, "partial-ids": {"ertel": "ES-423"}}, "raw": {"L": "", "MF": "", "NR": "423", "ENG": "", "MA_": "1", "G_NR": "1437", "MA12": "5", "MARS": "13", "NAME": "Biagi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,900", "CSINR": "", "KURTZ": "", "PHAS_": "24,700", "STUND": "21,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "20.04.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Carlo", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "20.04.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
275	biani-vinzenzo-1901-06-07	{"a1": "275", "3a_sports": "430"}	{"ertel": "ES-430", "lerrcp": "A1-275"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vinzenzo", "family": "Biani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1901-06-07 14:30", "note": null, "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 12.38878, "lat": 43.1122, "name": "Perugia", "geoid": 3171180}, "notime": null, "date-ut": "1901-06-07 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Vinzenzo", "family": "Biani"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 12.38878, "lat": 43.1122, "name": "Perugia", "geoid": 3171180}, "date-ut": "1901-06-07 13:30"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-275"}, "ids-in-sources": {"a1": "275"}}, "raw": {"H": "14", "MN": "30", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "7", "LAT": "43N 0", "LON": "13E 0", "MON": "6", "NUM": "275", "PRO": "C", "SEC": "0", "YEA": "1901", "CITY": "PERUGIA"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1901-06-07 14:30"}, "partial-ids": {"ertel": "ES-430"}}, "raw": {"L": "", "MF": "", "NR": "430", "ENG": "", "MA_": "1", "G_NR": "275", "MA12": "2", "MARS": "5", "NAME": "Biani", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,600", "CSINR": "", "KURTZ": "", "PHAS_": "79,800", "STUND": "14,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "07.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Vinzenzo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.06.1901", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
135	bigand-rene-1923-01-30	{"a1": "135", "3a_sports": "439"}	{"ertel": "ES-439", "lerrcp": "A1-135"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Bigand", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1923-01-30 21:30", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "notime": null, "date-ut": "1923-01-30 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "René", "family": "Bigand"}, "birth": {"tzo": "+00:00", "date": "1923-01-30 21:30", "place": {"c2": "62", "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "date-ut": "1923-01-30 21:30"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-135"}, "ids-in-sources": {"a1": "135"}}, "raw": {"H": "21", "MN": "30", "TZ": "0", "COD": "62", "COU": "F", "DAY": "30", "LAT": "50N18", "LON": "2E46", "MON": "1", "NUM": "135", "PRO": "C", "SEC": "0", "YEA": "1923", "CITY": "BOULOGNE-S/MER"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1923-01-30 21:30"}, "partial-ids": {"ertel": "ES-439"}}, "raw": {"L": "", "MF": "", "NR": "439", "ENG": "", "MA_": "1", "G_NR": "135", "MA12": "6", "MARS": "18", "NAME": "Bigand", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,800", "CSINR": "", "KURTZ": "", "PHAS_": "91,200", "STUND": "21,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "30.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.01.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1438	bigogno-giuseppe-1909-07-22	{"a1": "1439", "3a_sports": "441"}	{"ertel": "ES-441", "lerrcp": "A1-1439"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Bigogno", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1909-07-22 21:00", "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "IT", "lg": 8.80163, "lat": 45.72917, "name": "Albizzate", "geoid": 3183311}, "notime": null, "date-ut": "1909-07-22 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Bigogno"}, "birth": {"place": {"c2": "VA", "cy": "IT", "lg": 8.80163, "lat": 45.72917, "name": "Albizzate", "geoid": 3183311}, "date-ut": "1909-07-22 20:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1439"}, "ids-in-sources": {"a1": "1439"}}, "raw": {"H": "21", "MN": "0", "TZ": "-1", "COD": "VA", "COU": "I", "DAY": "22", "LAT": "45N48", "LON": "9E 0", "MON": "7", "NUM": "1439", "PRO": "C", "SEC": "0", "YEA": "1909", "CITY": "ALBIZZATE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1909-07-22 21:00"}, "partial-ids": {"ertel": "ES-441"}}, "raw": {"L": "", "MF": "", "NR": "441", "ENG": "", "MA_": "0", "G_NR": "1439", "MA12": "12", "MARS": "34", "NAME": "Bigogno", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,000", "CSINR": "", "KURTZ": "", "PHAS_": "19,300", "STUND": "21,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "22.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giuseppe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.07.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
909	binda-alfredo-1902-08-11	{"a1": "909", "3a_sports": "446"}	{"ertel": "ES-446", "lerrcp": "A1-909"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfredo", "family": "Binda", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1902-08-11 22:30", "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "IT", "lg": 8.66013, "lat": 45.89698, "name": "Cittiglio", "geoid": 3178611}, "notime": null, "date-ut": "1902-08-11 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Alfredo", "family": "Binda"}, "birth": {"place": {"c2": "VA", "cy": "IT", "lg": 8.66013, "lat": 45.89698, "name": "Cittiglio", "geoid": 3178611}, "date-ut": "1902-08-11 09:30"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-909"}, "ids-in-sources": {"a1": "909"}}, "raw": {"H": "10", "MN": "30", "TZ": "-1", "COD": "VA", "COU": "I", "DAY": "11", "LAT": "45N48", "LON": "9E 0", "MON": "8", "NUM": "909", "PRO": "C", "SEC": "0", "YEA": "1902", "CITY": "CITTIGLIO"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1902-08-11 22:30"}, "partial-ids": {"ertel": "ES-446"}}, "raw": {"L": "", "MF": "", "NR": "446", "ENG": "", "MA_": "1", "G_NR": "909", "MA12": "10", "MARS": "28", "NAME": "Binda", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,700", "CSINR": "", "KURTZ": "", "PHAS_": "48,400", "STUND": "22,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "11.08.", "ZITATE": "DHGSFO", "ZITSUM": "6", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alfredo", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "11.08.1902", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "5"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1829	billac-eugene-1898-03-16	{"a1": "1830", "3a_sports": "444", "cfepp-final3": "816"}	{"cfepp": "CF-816", "cpara": "CP-50", "ertel": "ES-444", "lerrcp": "A1-1830"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Billac", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1898-03-16 19:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "notime": null, "date-ut": "1898-03-16 18:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Billac"}, "birth": {"tzo": "+00:09:21", "date": "1898-03-16 19:00", "place": {"c2": "64", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "date-ut": "1898-03-16 18:50:40"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1830"}, "ids-in-sources": {"a1": "1830"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "64", "COU": "F", "DAY": "16", "LAT": "43N18", "LON": "0W22", "MON": "3", "NUM": "1830", "PRO": "C", "SEC": "40", "YEA": "1898", "CITY": "BAYONNE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1898-03-16 19:00"}, "partial-ids": {"ertel": "ES-444"}}, "raw": {"L": "", "MF": "", "NR": "444", "ENG": "", "MA_": "0", "G_NR": "1830", "MA12": "8", "MARS": "23", "NAME": "Billac", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,40", "CSINR": "", "KURTZ": "d", "PHAS_": "42,400", "STUND": "19,00", "CFEPNR": "817", "EXTEND": "", "NATION": "FRA", "TAGMON": "16.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "50", "VORNAME": "Eugene", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "16.03.1898", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1898-03-16 19:00", "place": {"c3": ""}, "date-ut": "1898-03-16 18:51"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "816"}}, "raw": {"S": "8", "LT": "19 00", "LV": "I9", "TR": "f", "UT": "18 51", "LAT": "+43.49", "SRC": "AL", "LONG": "+01.48", "NAME": "BILLAC Eugene", "SPORT": "Rugby Union", "LOC_DATE": "1898 03 16", "UNIV_DATE": "1898 03 16", "BIRTH_PLACE": "BAYONNE", "POSTAL_CODE": "64109 CEDEX"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1261	bihel-rene-1916-09-02	{"a1": "1262", "g55": "03-229", "3a_sports": "443", "cfepp-final3": "439"}	{"g55": "03-229", "cfepp": "CF-439", "cpara": "CP-49", "ertel": "ES-443", "lerrcp": "A1-1262"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Bihel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1916-09-02 23:30", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 0.18769, "lat": 49.54518, "name": "Montivilliers", "geoid": 2992367}, "notime": null, "date-ut": "1916-09-02 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "René", "family": "Bihel"}, "birth": {"tzo": "+01:00", "date": "1916-09-02 23:30", "place": {"c2": "76", "cy": "FR", "lg": 0.18769, "lat": 49.54518, "name": "Montivilliers", "geoid": 2992367}, "date-ut": "1916-09-02 22:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1262"}, "ids-in-sources": {"a1": "1262"}}, "raw": {"H": "22", "MN": "30", "TZ": "0", "COD": "76", "COU": "F", "DAY": "2", "LAT": "49N26", "LON": "1E 5", "MON": "9", "NUM": "1262", "PRO": "C", "SEC": "0", "YEA": "1916", "CITY": "MONTIVILLIERS"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1916-09-02 23:30"}, "partial-ids": {"ertel": "ES-443"}}, "raw": {"L": "", "MF": "", "NR": "443", "ENG": "", "MA_": "0", "G_NR": "1262", "MA12": "8", "MARS": "22", "NAME": "Bihel", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,300", "CSINR": "", "KURTZ": "", "PHAS_": "18,100", "STUND": "23,50", "CFEPNR": "439", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.09.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "49", "VORNAME": "René", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "02.09.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1916-09-02 23:30", "place": {"c3": ""}, "date-ut": "1916-09-02 22:30"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "439"}}, "raw": {"S": "8", "LT": "23 30", "LV": "I6", "TR": "f", "UT": "22 30", "LAT": "+49.55", "SRC": "ALG", "LONG": "-00.19", "NAME": "BIHEL Rene", "SPORT": "Soccer", "LOC_DATE": "1916 09 02", "UNIV_DATE": "1916 09 02", "BIRTH_PLACE": "MONTIVILLIERS", "POSTAL_CODE": "76290"}, "date": "2023-08-20T14:46:03+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-229"}, "ids-in-source": {"g55": "03-229"}}, "raw": {"DAY": "2-9-1916", "HOUR": "23 h. 30", "NAME": "BIHEL René", "PLACE": "Montivilliers (Seine-Inférieure)."}, "date": "2023-08-20T14:48:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
100	biondetti-clemente-1898-10-18	{"a1": "100", "3a_sports": "449"}	{"ertel": "ES-449", "lerrcp": "A1-100"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clemente", "family": "Biondetti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1898-10-18 16:30", "note": null, "place": {"c1": null, "c2": "SS", "c3": null, "cy": "IT", "lg": 8.5, "lat": 40.8, "name": "BUDDUSE", "geoid": 0}, "notime": null, "date-ut": "1898-10-18 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Clemente", "family": "Biondetti"}, "birth": {"place": {"c2": "SS", "cy": "IT", "lg": 8.5, "lat": 40.8, "name": "BUDDUSE", "geoid": 0}, "date-ut": "1898-10-18 15:30"}, "occus": ["motor-sports-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-100"}, "ids-in-sources": {"a1": "100"}}, "raw": {"H": "16", "MN": "30", "TZ": "-1", "COD": "SS", "COU": "I", "DAY": "18", "LAT": "40N48", "LON": "8E30", "MON": "10", "NUM": "100", "PRO": "C", "SEC": "0", "YEA": "1898", "CITY": "BUDDUSE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1898-10-18 16:30"}, "partial-ids": {"ertel": "ES-449"}}, "raw": {"L": "", "MF": "", "NR": "449", "ENG": "", "MA_": "0", "G_NR": "100", "MA12": "8", "MARS": "24", "NAME": "Biondetti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,900", "CSINR": "", "KURTZ": "", "PHAS_": "7,800", "STUND": "16,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "18.10.", "ZITATE": "C", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Clemente", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "18.10.1898", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
276	biondi-luigi-1888-03-17	{"a1": "276", "3a_sports": "450"}	{"ertel": "ES-450", "lerrcp": "A1-276"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Biondi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1888-03-17 01:00", "note": null, "place": {"c1": null, "c2": "IM", "c3": null, "cy": "IT", "lg": 8, "lat": 43.7, "name": "PORTOMAURIZIO", "geoid": 0}, "notime": null, "date-ut": "1888-03-17 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Biondi"}, "birth": {"place": {"c2": "IM", "cy": "IT", "lg": 8, "lat": 43.7, "name": "PORTOMAURIZIO", "geoid": 0}, "date-ut": "1888-03-17 00:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-276"}, "ids-in-sources": {"a1": "276"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "IM", "COU": "I", "DAY": "17", "LAT": "43N42", "LON": "8E 0", "MON": "3", "NUM": "276", "PRO": "C", "SEC": "4", "YEA": "1888", "CITY": "PORTOMAURIZIO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1888-03-17 01:00"}, "partial-ids": {"ertel": "ES-450"}}, "raw": {"L": "", "MF": "", "NR": "450", "ENG": "", "MA_": "0", "G_NR": "276", "MA12": "3", "MARS": "7", "NAME": "Biondi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,300", "CSINR": "", "KURTZ": "", "PHAS_": "16,400", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "17.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.03.1888", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15840	birlenbach-heinfried-1940-12-07	{"d6": "51", "3a_sports": "453"}	{"ertel": "ES-453", "lerrcp": "D6-51"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinfried", "family": "Birlenbach", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-12-07 00:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.03333, "lat": 50.86667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Heinfried", "family": "Birlenbach"}, "birth": {"date": "1940-12-07 00:45", "place": {"cy": "DE", "lg": 8.03333, "lat": 50.86667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "51"}}, "raw": {"H": "0", "MN": "45", "DAY": "7", "LAT": "50N52", "LON": "08E02", "MON": "12", "NUM": "51", "SEC": "0", "YEA": "1940", "NAME": "Birlenbach Heinfried"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-453"}}, "raw": {"L": "", "MF": "", "NR": "453", "ENG": "", "MA_": "1", "G_NR": "51", "MA12": "10", "MARS": "30", "NAME": "Birlenbach", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "9,600", "CSINR": "", "KURTZ": "", "PHAS_": "53,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "07.12.", "ZITATE": "DT", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Heinfried", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "07.12.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15841	birrell-william-1897-03-13	{"d6": "52", "3a_sports": "454"}	{"ertel": "ES-454", "lerrcp": "D6-52"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Birrell", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1897-03-13 06:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -2.66667, "lat": 56.25, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "William", "family": "Birrell"}, "birth": {"date": "1897-03-13 06:30", "place": {"cy": "GB", "lg": -2.66667, "lat": 56.25}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "52"}}, "raw": {"H": "6", "MN": "30", "DAY": "13", "LAT": "56N15", "LON": "02W40", "MON": "3", "NUM": "52", "SEC": "0", "YEA": "1897", "NAME": "Birrell william"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-454"}}, "raw": {"L": "", "MF": "", "NR": "454", "ENG": "", "MA_": "1", "G_NR": "52", "MA12": "10", "MARS": "28", "NAME": "Birrell", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "9,700", "CSINR": "", "KURTZ": "", "PHAS_": "63,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "SCO", "TAGMON": "13.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "William", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.03.1897", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1440	bizzarri-claudio-1933-12-21	{"a1": "1441", "3a_sports": "459"}	{"ertel": "ES-459", "lerrcp": "A1-1441"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claudio", "family": "Bizzarri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-12-21 10:00", "note": null, "place": {"c1": null, "c2": "MC", "c3": null, "cy": "IT", "lg": 13.25, "lat": 43.4, "name": "CIVITANOVA MARC", "geoid": 0}, "notime": null, "date-ut": "1933-12-21 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Claudio", "family": "Bizzarri"}, "birth": {"place": {"c2": "MC", "cy": "IT", "lg": 13.25, "lat": 43.4, "name": "CIVITANOVA MARC", "geoid": 0}, "date-ut": "1933-12-21 09:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1441"}, "ids-in-sources": {"a1": "1441"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "MC", "COU": "I", "DAY": "21", "LAT": "43N24", "LON": "13E15", "MON": "12", "NUM": "1441", "PRO": "C", "SEC": "0", "YEA": "1933", "CITY": "CIVITANOVA MARC"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1933-12-21 10:00"}, "partial-ids": {"ertel": "ES-459"}}, "raw": {"L": "", "MF": "", "NR": "459", "ENG": "1", "MA_": "2", "G_NR": "1441", "MA12": "1", "MARS": "2", "NAME": "Bizzarri", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,600", "CSINR": "", "KURTZ": "", "PHAS_": "20,700", "STUND": "10,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "21.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Claudio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.12.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2025	bizard-xavier-1899-01-01	{"a1": "2027", "g55": "03-425", "3a_sports": "458", "cfepp-final3": "1006"}	{"g55": "03-425", "cfepp": "CF-1006", "ertel": "ES-458", "lerrcp": "A1-2027"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Xavier", "family": "Bizard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1899-01-01 20:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1899-01-01 20:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["equestrian"]	5	null	[{"new": {"name": {"given": "Xavier", "family": "Bizard"}, "birth": {"tzo": "+00:09:21", "date": "1899-01-01 20:30", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1899-01-01 20:20:40"}, "occus": ["equestrian"], "trust": 5, "partial_ids": {"lerrcp": "A1-2027"}, "ids-in-sources": {"a1": "2027"}}, "raw": {"H": "20", "MN": "20", "TZ": "0", "COD": "59", "COU": "F", "DAY": "1", "LAT": "50N39", "LON": "3E 5", "MON": "1", "NUM": "2027", "PRO": "C", "SEC": "40", "YEA": "1899", "CITY": "LILLE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1899-01-01 20:30"}, "partial-ids": {"ertel": "ES-458"}}, "raw": {"L": "", "MF": "", "NR": "458", "ENG": "1", "MA_": "2", "G_NR": "2027", "MA12": "1", "MARS": "3", "NAME": "Bizard", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,800", "CSINR": "", "KURTZ": "", "PHAS_": "86,300", "STUND": "20,50", "CFEPNR": "1006", "EXTEND": "1", "NATION": "FRA", "TAGMON": "01.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Xavier", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "01.01.1899", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "HORS", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1899-01-01 20:30", "place": {"c3": ""}, "date-ut": "1899-01-01 20:21"}, "occus": ["equestrian"], "ids-in-sources": {"cfepp-final3": "1006"}}, "raw": {"S": "2", "LT": "20 30", "LV": "I", "TR": "f", "UT": "20 21", "LAT": "+50.63", "SRC": "AG", "LONG": "-03.06", "NAME": "BIZARD Xavier", "SPORT": "Equestrian Sports", "LOC_DATE": "1899 01 01", "UNIV_DATE": "1899 01 01", "BIRTH_PLACE": "LILLE", "POSTAL_CODE": "59033 CEDEX"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-425"}, "ids-in-source": {"g55": "03-425"}}, "raw": {"DAY": "1-1-1899", "HOUR": "20 h. 30", "NAME": "BIZARD Xavier", "PLACE": "Lille (Nord)."}, "date": "2023-08-20T14:48:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
15843	blair-jimmy-1888-05-11	{"d6": "54", "3a_sports": "461"}	{"ertel": "ES-461", "lerrcp": "D6-54"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jimmy", "family": "Blair", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1888-05-11 21:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -3, "lat": 55.95, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jimmy", "family": "Blair"}, "birth": {"date": "1888-05-11 21:00", "place": {"cy": "GB", "lg": -3, "lat": 55.95}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "54"}}, "raw": {"H": "21", "MN": "0", "DAY": "11", "LAT": "55N57", "LON": "03W00", "MON": "5", "NUM": "54", "SEC": "0", "YEA": "1888", "NAME": "Blair Jimmy"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-461"}}, "raw": {"L": "", "MF": "", "NR": "461", "ENG": "", "MA_": "0", "G_NR": "54", "MA12": "3", "MARS": "8", "NAME": "Blair", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-1,000", "CSINR": "", "KURTZ": "", "PHAS_": "0,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "SCO", "TAGMON": "11.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jimmy", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.05.1888", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
998	blaise-andre-1888-01-09	{"a1": "998", "3a_sports": "462"}	{"ertel": "ES-462", "lerrcp": "A1-998"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Blaise", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1888-01-10 00:00", "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "SOUMAGNE-LES-VE", "geoid": 0}, "notime": null, "date-ut": "1888-01-09 23:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "André", "family": "Blaise"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "SOUMAGNE-LES-VE", "geoid": 0}, "date-ut": "1888-01-09 23:38:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-998"}, "ids-in-sources": {"a1": "998"}}, "raw": {"H": "23", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "9", "LAT": "50N39", "LON": "5E30", "MON": "1", "NUM": "998", "PRO": "C", "SEC": "0", "YEA": "1888", "CITY": "SOUMAGNE-LES-VE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1888-01-10 00:00"}, "partial-ids": {"ertel": "ES-462"}}, "raw": {"L": "", "MF": "", "NR": "462", "ENG": "", "MA_": "1", "G_NR": "998", "MA12": "9", "MARS": "26", "NAME": "Blaise", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,900", "CSINR": "", "KURTZ": "", "PHAS_": "13,900", "STUND": "0,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "10.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.01.1888", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15844	blanchet-bernard-1943-12-01	{"d6": "55", "3a_sports": "466", "cfepp-final3": "440"}	{"cfepp": "CF-440", "ertel": "ES-466", "lerrcp": "D6-55"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Blanchet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-12-01 19:15", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": 1.18, "lat": 47.53, "name": "ST MARS LA JAILLE", "geoid": null}, "notime": null, "date-ut": "1943-12-01 18:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Blanchet"}, "birth": {"date": "1943-12-01 19:15", "place": {"cy": "FR", "lg": -1.16667, "lat": 47.53333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "55"}}, "raw": {"H": "19", "MN": "15", "DAY": "1", "LAT": "47N32", "LON": "01W10", "MON": "12", "NUM": "55", "SEC": "0", "YEA": "1943", "NAME": "Blanchet Bernard"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-466"}}, "raw": {"L": "", "MF": "", "NR": "466", "ENG": "1", "MA_": "2", "G_NR": "55", "MA12": "1", "MARS": "3", "NAME": "Blanchet", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "7,100", "CSINR": "", "KURTZ": "", "PHAS_": "14,300", "STUND": "", "CFEPNR": "440", "EXTEND": "1", "NATION": "FRA", "TAGMON": "01.12.", "ZITATE": "DFO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bernard", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "01.12.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1943-12-01 19:15", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": 1.18, "lat": 47.53, "name": "ST MARS LA JAILLE"}, "date-ut": "1943-12-01 18:15"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "440"}}, "raw": {"S": "1", "LT": "19 15", "LV": "I19", "TR": "f", "UT": "18 15", "LAT": "+47.53", "SRC": "L", "LONG": "+01.18", "NAME": "BLANCHET Bernard", "SPORT": "Soccer", "LOC_DATE": "1943 12 01", "UNIV_DATE": "1943 12 01", "BIRTH_PLACE": "ST MARS LA JAILLE", "POSTAL_CODE": "44540"}, "date": "2023-08-20T14:46:03+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
668	pratesi-honore-1921-02-20	{"a1": "668", "3a_sports": "3367", "cfepp-final3": "255"}	{"cfepp": "CF-255", "cpara": "CP-355", "ertel": "ES-3367", "lerrcp": "A1-668"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Honoré", "family": "Pratesi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1921-02-20 12:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1921-02-20 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Honoré", "family": "Pratesi"}, "birth": {"tzo": "+00:00", "date": "1921-02-20 12:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1921-02-20 12:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-668"}, "ids-in-sources": {"a1": "668"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "13", "COU": "F", "DAY": "20", "LAT": "43N18", "LON": "5E22", "MON": "2", "NUM": "668", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-02-20 12:00"}, "partial-ids": {"ertel": "ES-3367"}}, "raw": {"L": "", "MF": "", "NR": "3367", "ENG": "", "MA_": "0", "G_NR": "668", "MA12": "3", "MARS": "7", "NAME": "Pratesi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,800", "CSINR": "", "KURTZ": "", "PHAS_": "91,500", "STUND": "12,00", "CFEPNR": "255", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "355", "VORNAME": "Honoré", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "20.02.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1921-02-20 12:00", "place": {"c3": ""}, "date-ut": "1921-02-20 12:00"}, "occus": ["boxer"], "ids-in-sources": {"cfepp-final3": "255"}}, "raw": {"S": "3", "LT": "12 00", "LV": "F", "TR": "f", "UT": "12 00", "LAT": "+43.30", "SRC": "AL", "LONG": "-05.38", "NAME": "PRATESI Honore", "SPORT": "Boxing", "LOC_DATE": "1921 02 20", "UNIV_DATE": "1921 02 20", "BIRTH_PLACE": "MARSEILLE", "POSTAL_CODE": "13233 CEDEX  01"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1832	blond-jean-1909-04-11	{"a1": "1833", "3a_sports": "472"}	{"ertel": "ES-472", "lerrcp": "A1-1833"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Blond", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1909-04-11 02:30", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.37583, "lat": 50.05979, "name": "Le Tréport", "geoid": 2999093}, "notime": null, "date-ut": "1909-04-11 02:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Blond"}, "birth": {"tzo": "+00:09:21", "date": "1909-04-11 02:30", "place": {"c2": "76", "cy": "FR", "lg": 1.37583, "lat": 50.05979, "name": "Le Tréport", "geoid": 2999093}, "date-ut": "1909-04-11 02:20:40"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1833"}, "ids-in-sources": {"a1": "1833"}}, "raw": {"H": "2", "MN": "20", "TZ": "0", "COD": "76", "COU": "F", "DAY": "11", "LAT": "49N26", "LON": "1E 5", "MON": "4", "NUM": "1833", "PRO": "C", "SEC": "40", "YEA": "1909", "CITY": "LE TREPORT"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1909-04-11 02:30"}, "partial-ids": {"ertel": "ES-472"}}, "raw": {"L": "", "MF": "", "NR": "472", "ENG": "0", "MA_": "2", "G_NR": "1833", "MA12": "12", "MARS": "36", "NAME": "Blond", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,000", "CSINR": "", "KURTZ": "", "PHAS_": "76,400", "STUND": "2,50", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "11.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.04.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:56+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16357	bluth-ray-1927-12-31	{"d10": "120", "3a_sports": "476"}	{"ertel": "ES-476", "lerrcp": "D10-120"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ray", "family": "Bluth", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1927-12-31 17:00", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis", "geoid": null}, "notime": null, "date-ut": "1927-12-31 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["bowler"]	5	null	[{"new": {"name": {"given": "Ray", "family": "Bluth"}, "birth": {"tzo": "-06:00", "date": "1927-12-31 17:00", "place": {"c2": "MO", "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis"}, "date-ut": "1927-12-31 23:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "120"}}, "raw": {"H": "17:00", "TZ": "6h", "DAY": "31", "LAT": "38N37", "LON": "90W12", "MON": "12", "NUM": "120", "PRO": "SP", "YEA": "1927", "CICO": "St Louis, MO", "NAME": "Bluth Ray"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["bowler"], "partial-ids": {"ertel": "ES-476"}}, "raw": {"L": "", "MF": "", "NR": "476", "ENG": "", "MA_": "1", "G_NR": "120", "MA12": "7", "MARS": "21", "NAME": "Bluth", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "10,900", "CSINR": "", "KURTZ": "", "PHAS_": "44,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "31.12.", "ZITATE": "X", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ray", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "31.12.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOWL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:56+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1441	bo-mario-1912-12-04	{"a1": "1442", "3a_sports": "478"}	{"ertel": "ES-478", "lerrcp": "A1-1442"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Bo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1912-12-04 02:30", "note": null, "place": {"c1": null, "c2": "SV", "c3": null, "cy": "IT", "lg": 8.47715, "lat": 44.30905, "name": "Savona", "geoid": 3167022}, "notime": null, "date-ut": "1912-12-04 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Bo"}, "birth": {"place": {"c2": "SV", "cy": "IT", "lg": 8.47715, "lat": 44.30905, "name": "Savona", "geoid": 3167022}, "date-ut": "1912-12-04 01:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1442"}, "ids-in-sources": {"a1": "1442"}}, "raw": {"H": "2", "MN": "30", "TZ": "-1", "COD": "SV", "COU": "I", "DAY": "4", "LAT": "44N18", "LON": "8E45", "MON": "12", "NUM": "1442", "PRO": "C", "SEC": "0", "YEA": "1912", "CITY": "SAVONA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1912-12-04 02:30"}, "partial-ids": {"ertel": "ES-478"}}, "raw": {"L": "", "MF": "", "NR": "478", "ENG": "", "MA_": "1", "G_NR": "1442", "MA12": "11", "MARS": "31", "NAME": "Bo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,900", "CSINR": "", "KURTZ": "", "PHAS_": "23,200", "STUND": "2,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "04.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.12.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:56+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1000	bocklant-willy-1941-01-26	{"a1": "1000", "3a_sports": "488"}	{"ertel": "ES-488", "lerrcp": "A1-1000"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willy", "family": "Bocklant", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-01-26 04:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BELLEGEM", "geoid": 0}, "notime": null, "date-ut": "1941-01-26 02:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Willy", "family": "Bocklant"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BELLEGEM", "geoid": 0}, "date-ut": "1941-01-26 02:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1000"}, "ids-in-sources": {"a1": "1000"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "26", "LAT": "51N13", "LON": "3E15", "MON": "1", "NUM": "1000", "PRO": "C", "SEC": "0", "YEA": "1941", "CITY": "BELLEGEM"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1941-01-26 04:00"}, "partial-ids": {"ertel": "ES-488"}}, "raw": {"L": "", "MF": "", "NR": "488", "ENG": "", "MA_": "0", "G_NR": "1000", "MA12": "12", "MARS": "34", "NAME": "Bocklant", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,600", "CSINR": "", "KURTZ": "", "PHAS_": "2,600", "STUND": "4,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "26.01.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Willy", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "26.01.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:56+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
785	bobet-louison-1925-03-12	{"a1": "785", "3a_sports": "481", "cfepp-final3": "278"}	{"cfepp": "CF-278", "cpara": "CP-54", "ertel": "ES-481", "lerrcp": "A1-785"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louison", "family": "Bobet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1925-03-12 23:00", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Saint-Meen-le-Gran", "geoid": 0}, "notime": null, "date-ut": "1925-03-12 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Louison", "family": "Bobet"}, "birth": {"tzo": "+00:00", "date": "1925-03-12 23:00", "place": {"c2": "35", "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Saint-Meen-le-Gran", "geoid": 0}, "date-ut": "1925-03-12 23:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-785"}, "ids-in-sources": {"a1": "785"}}, "raw": {"H": "23", "MN": "0", "TZ": "0", "COD": "35", "COU": "F", "DAY": "12", "LAT": "48N 7", "LON": "1W40", "MON": "3", "NUM": "785", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "ST-MEEN-LE-GRAN"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-03-12 23:00"}, "partial-ids": {"ertel": "ES-481"}}, "raw": {"L": "", "MF": "", "NR": "481", "ENG": "", "MA_": "1", "G_NR": "785", "MA12": "6", "MARS": "18", "NAME": "Bobet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,000", "CSINR": "", "KURTZ": "", "PHAS_": "97,700", "STUND": "23,00", "CFEPNR": "278", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.03.", "ZITATE": "DHSFO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "54", "VORNAME": "Louison", "ZITRANG": "6", "GAUQ1955": "+", "GEBDATUM": "12.03.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:44:56+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1925-03-12 23:00", "place": {"c3": ""}, "date-ut": "1925-03-12 23:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "278"}}, "raw": {"S": "6", "LT": "23 00", "LV": "M", "TR": "f", "UT": "23 00", "LAT": "+48.19", "SRC": "ALG", "LONG": "+02.19", "NAME": "BOBET Louis", "SPORT": "Cycling", "LOC_DATE": "1925 03 12", "UNIV_DATE": "1925 03 12", "BIRTH_PLACE": "ST MEEN LE GRAND", "POSTAL_CODE": "35290"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15846	boffelli-victor-1947-03-20	{"d6": "57", "3a_sports": "500"}	{"ertel": "ES-500", "lerrcp": "D6-57"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Boffelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-03-20 06:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 2.35, "lat": 42.95, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Boffelli"}, "birth": {"date": "1947-03-20 06:00", "place": {"cy": "FR", "lg": 2.35, "lat": 42.95}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "57"}}, "raw": {"H": "6", "MN": "0", "DAY": "20", "LAT": "42N57", "LON": "02E21", "MON": "3", "NUM": "57", "SEC": "0", "YEA": "1947", "NAME": "Boffelli Victor"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-500"}}, "raw": {"L": "", "MF": "", "NR": "500", "ENG": "0", "MA_": "2", "G_NR": "57", "MA12": "12", "MARS": "36", "NAME": "Boffelli", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-6,100", "CSINR": "", "KURTZ": "", "PHAS_": "7,900", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "20.03.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Victor", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "20.03.1947", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:56+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2043	bollelli-henri-1912-02-27	{"a1": "2045", "g55": "03-445", "3a_sports": "512", "cfepp-final3": "1021"}	{"g55": "03-445", "cfepp": "CF-1021", "ertel": "ES-512", "lerrcp": "A1-2045"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Bollelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1912-02-27 18:30", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.58915, "lat": 44.80849, "name": "Talence", "geoid": 2973495}, "notime": null, "date-ut": "1912-02-27 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Bollelli"}, "birth": {"tzo": "+00:00", "date": "1912-02-27 18:30", "place": {"c2": "33", "cy": "FR", "lg": -0.58915, "lat": 44.80849, "name": "Talence", "geoid": 2973495}, "date-ut": "1912-02-27 18:30"}, "occus": ["tennis-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-2045"}, "ids-in-sources": {"a1": "2045"}}, "raw": {"H": "18", "MN": "30", "TZ": "0", "COD": "33", "COU": "F", "DAY": "27", "LAT": "44N50", "LON": "0W34", "MON": "2", "NUM": "2045", "PRO": "C", "SEC": "0", "YEA": "1912", "CITY": "TALENCE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1912-02-27 18:30"}, "partial-ids": {"ertel": "ES-512"}}, "raw": {"L": "", "MF": "", "NR": "512", "ENG": "1", "MA_": "2", "G_NR": "2045", "MA12": "4", "MARS": "10", "NAME": "Bollelli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,100", "CSINR": "", "KURTZ": "", "PHAS_": "63,400", "STUND": "18,50", "CFEPNR": "1921", "EXTEND": "1", "NATION": "FRA", "TAGMON": "27.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "27.02.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:56+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1912-02-27 18:30", "place": {"c3": ""}, "date-ut": "1912-02-27 18:30"}, "occus": ["tennis-player"], "ids-in-sources": {"cfepp-final3": "1021"}}, "raw": {"S": "4", "LT": "18 30", "LV": "I", "TR": "f", "UT": "18 30", "LAT": "+44.81", "SRC": "AG", "LONG": "+00.60", "NAME": "BOLELLI Henri", "SPORT": "Tennis", "LOC_DATE": "1912 02 27", "UNIV_DATE": "1912 02 27", "BIRTH_PLACE": "TALENCE", "POSTAL_CODE": "33401 CEDEX"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-445"}, "ids-in-source": {"g55": "03-445"}}, "raw": {"DAY": "27-2-1912", "HOUR": "18 h. 30", "NAME": "BOLLELLI Henri", "PLACE": "Talence (Gironde)."}, "date": "2023-08-20T14:48:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1757	boiteux-jean-1933-06-20	{"a1": "1758", "3a_sports": "505", "cfepp-final3": "678"}	{"cfepp": "CF-678", "cpara": "CP-59", "ertel": "ES-505", "lerrcp": "A1-1758"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Boiteux", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1933-06-20 05:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1933-06-20 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Boiteux"}, "birth": {"tzo": "+01:00", "date": "1933-06-20 05:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1933-06-20 04:00"}, "occus": ["swimmer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1758"}, "ids-in-sources": {"a1": "1758"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "13", "COU": "F", "DAY": "20", "LAT": "43N18", "LON": "5E22", "MON": "6", "NUM": "1758", "PRO": "C", "SEC": "0", "YEA": "1933", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1933-06-20 05:00"}, "partial-ids": {"ertel": "ES-505"}}, "raw": {"L": "", "MF": "", "NR": "505", "ENG": "", "MA_": "1", "G_NR": "1758", "MA12": "9", "MARS": "26", "NAME": "Boiteux", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,000", "CSINR": "", "KURTZ": "", "PHAS_": "8,400", "STUND": "5,00", "CFEPNR": "678", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.06.", "ZITATE": "DKS", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "59", "VORNAME": "Jean", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "20.06.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SWIM", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:44:56+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1933-06-20 05:00", "place": {"c3": ""}, "date-ut": "1933-06-20 04:00"}, "occus": ["swimmer"], "ids-in-sources": {"cfepp-final3": "678"}}, "raw": {"S": "9", "LT": "05 00", "LV": "O", "TR": "f", "UT": "04 00", "LAT": "+43.30", "SRC": "AL", "LONG": "-05.38", "NAME": "BOITEUX Jean", "SPORT": "Swimming", "LOC_DATE": "1933 06 20", "UNIV_DATE": "1933 06 20", "BIRTH_PLACE": "MARSEILLE", "POSTAL_CODE": "13233 CEDEX  01"}, "date": "2023-08-20T14:46:10+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15847	bollini-bruno-1933-09-14	{"d6": "58", "3a_sports": "514"}	{"ertel": "ES-514", "lerrcp": "D6-58"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Bollini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-09-14 19:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 2.33333, "lat": 48.86667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Bruno", "family": "Bollini"}, "birth": {"date": "1933-09-14 19:15", "place": {"cy": "FR", "lg": 2.33333, "lat": 48.86667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "58"}}, "raw": {"H": "19", "MN": "15", "DAY": "14", "LAT": "48N52", "LON": "02E20", "MON": "9", "NUM": "58", "SEC": "0", "YEA": "1933", "NAME": "Bollini Bruno"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-514"}}, "raw": {"L": "", "MF": "", "NR": "514", "ENG": "", "MA_": "0", "G_NR": "58", "MA12": "6", "MARS": "16", "NAME": "Bollini", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-9,000", "CSINR": "", "KURTZ": "", "PHAS_": "30,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "14.09.", "ZITATE": "DF", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bruno", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "14.09.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:56+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
278	bolognesi-domenico-1886-03-04	{"a1": "278", "3a_sports": "515"}	{"ertel": "ES-515", "lerrcp": "A1-278"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Domenico", "family": "Bolognesi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1886-03-04 16:00", "note": null, "place": {"c1": null, "c2": "FO", "c3": null, "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "FORLI", "geoid": 0}, "notime": null, "date-ut": "1886-03-04 15:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Domenico", "family": "Bolognesi"}, "birth": {"place": {"c2": "FO", "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "FORLI", "geoid": 0}, "date-ut": "1886-03-04 15:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-278"}, "ids-in-sources": {"a1": "278"}}, "raw": {"H": "16", "MN": "10", "TZ": "-1", "COD": "FO", "COU": "I", "DAY": "4", "LAT": "44N12", "LON": "12E30", "MON": "3", "NUM": "278", "PRO": "C", "SEC": "4", "YEA": "1886", "CITY": "FORLI"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1886-03-04 16:00"}, "partial-ids": {"ertel": "ES-515"}}, "raw": {"L": "", "MF": "", "NR": "515", "ENG": "", "MA_": "0", "G_NR": "278", "MA12": "11", "MARS": "33", "NAME": "Bolognesi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,200", "CSINR": "", "KURTZ": "", "PHAS_": "3,400", "STUND": "16,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "04.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Domenico", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.03.1886", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:56+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1001	bonduel-franc-1907-09-26	{"a1": "1001", "3a_sports": "526"}	{"ertel": "ES-526", "lerrcp": "A1-1001"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franc", "family": "Bonduel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1907-09-26 16:30", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "BAESRODE", "geoid": 0}, "notime": null, "date-ut": "1907-09-26 16:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Franc", "family": "Bonduel"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "BAESRODE", "geoid": 0}, "date-ut": "1907-09-26 16:30:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1001"}, "ids-in-sources": {"a1": "1001"}}, "raw": {"H": "16", "MN": "30", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "26", "LAT": "51N 5", "LON": "3E45", "MON": "9", "NUM": "1001", "PRO": "C", "SEC": "0", "YEA": "1907", "CITY": "BAESRODE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1907-09-26 16:30"}, "partial-ids": {"ertel": "ES-526"}}, "raw": {"L": "", "MF": "", "NR": "526", "ENG": "", "MA_": "1", "G_NR": "1001", "MA12": "2", "MARS": "4", "NAME": "Bonduel", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,300", "CSINR": "", "KURTZ": "", "PHAS_": "81,400", "STUND": "16,50", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "26.09.", "ZITATE": "G", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Franc", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "26.09.1907", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:56+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
101	bonetto-felice-1903-06-09	{"a1": "101", "3a_sports": "528"}	{"ertel": "ES-528", "lerrcp": "A1-101"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Felice", "family": "Bonetto", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1903-06-09 09:15", "note": null, "place": {"c1": null, "c2": "BS", "c3": null, "cy": "IT", "lg": 11, "lat": 45.5, "name": "MANERBIE", "geoid": 0}, "notime": null, "date-ut": "1903-06-09 08:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Felice", "family": "Bonetto"}, "birth": {"place": {"c2": "BS", "cy": "IT", "lg": 11, "lat": 45.5, "name": "MANERBIE", "geoid": 0}, "date-ut": "1903-06-09 08:15"}, "occus": ["motor-sports-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-101"}, "ids-in-sources": {"a1": "101"}}, "raw": {"H": "9", "MN": "15", "TZ": "-1", "COD": "BS", "COU": "I", "DAY": "9", "LAT": "45N30", "LON": "11E 0", "MON": "6", "NUM": "101", "PRO": "C", "SEC": "0", "YEA": "1903", "CITY": "MANERBIE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "F", "birth": {"date": "1903-06-09 09:15"}, "partial-ids": {"ertel": "ES-528"}}, "raw": {"L": "", "MF": "F", "NR": "528", "ENG": "", "MA_": "1", "G_NR": "101", "MA12": "10", "MARS": "30", "NAME": "Bonetto", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,100", "CSINR": "", "KURTZ": "", "PHAS_": "98,700", "STUND": "9,25", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "09.06.", "ZITATE": "C", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Felice", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "09.06.1903", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:56+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
280	bongiovanni-luca-1874-11-28	{"a1": "280", "3a_sports": "529"}	{"ertel": "ES-529", "lerrcp": "A1-280"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luca", "family": "Bongiovanni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1874-11-28 01:00", "note": null, "place": {"c1": null, "c2": "CN", "c3": null, "cy": "IT", "lg": 8.04314, "lat": 44.30133, "name": "Bagnasco", "geoid": 3182546}, "notime": null, "date-ut": "1874-11-28 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Luca", "family": "Bongiovanni"}, "birth": {"place": {"c2": "CN", "cy": "IT", "lg": 8.04314, "lat": 44.30133, "name": "Bagnasco", "geoid": 3182546}, "date-ut": "1874-11-28 00:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-280"}, "ids-in-sources": {"a1": "280"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "CN", "COU": "I", "DAY": "28", "LAT": "44N24", "LON": "7E15", "MON": "11", "NUM": "280", "PRO": "C", "SEC": "4", "YEA": "1874", "CITY": "BAGNASCO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1874-11-28 01:00"}, "partial-ids": {"ertel": "ES-529"}}, "raw": {"L": "", "MF": "", "NR": "529", "ENG": "", "MA_": "0", "G_NR": "280", "MA12": "11", "MARS": "33", "NAME": "Bongiocanni", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,500", "CSINR": "", "KURTZ": "", "PHAS_": "77,100", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "28.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Luca", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.11.1874", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:56+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2074	bonin-marcel-1904-11-10	{"a1": "2076", "g55": "03-461", "3a_sports": "536"}	{"g55": "03-461", "ertel": "ES-536", "lerrcp": "A1-2076"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Bonin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1904-11-10 18:00", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "notime": null, "date-ut": "1904-11-10 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sport-shooter"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Bonin"}, "birth": {"tzo": "+00:09:21", "date": "1904-11-10 18:00", "place": {"c2": "37", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "date-ut": "1904-11-10 17:50:40"}, "occus": ["sport-shooter"], "trust": 5, "partial_ids": {"lerrcp": "A1-2076"}, "ids-in-sources": {"a1": "2076"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "37", "COU": "F", "DAY": "10", "LAT": "47N24", "LON": "0E42", "MON": "11", "NUM": "2076", "PRO": "C", "SEC": "40", "YEA": "1904", "CITY": "TOURS"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1904-11-10 18:00"}, "partial-ids": {"ertel": "ES-536"}}, "raw": {"L": "", "MF": "", "NR": "536", "ENG": "", "MA_": "0", "G_NR": "2076", "MA12": "8", "MARS": "24", "NAME": "Bonin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,700", "CSINR": "", "KURTZ": "", "PHAS_": "7,300", "STUND": "18,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "10.11.1904", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SHOO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:56+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-461"}, "ids-in-source": {"g55": "03-461"}}, "raw": {"DAY": "10-11-1904", "HOUR": "18 h.", "NAME": "BONNIN Marcel", "PLACE": "Tours (Indre-et-Loire)."}, "date": "2023-08-20T14:48:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1834	boniface-guy-1937-03-06	{"a1": "1835", "3a_sports": "533", "cfepp-final3": "818"}	{"cfepp": "CF-818", "cpara": "CP-62", "ertel": "ES-533", "lerrcp": "A1-1835"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Boniface", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1937-03-06 07:30", "note": null, "place": {"c1": null, "c2": "40", "c3": "", "cy": "FR", "lg": -0.5, "lat": 43.9, "name": "Montfort-en-Cha", "geoid": 0}, "notime": null, "date-ut": "1937-03-06 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Boniface"}, "birth": {"tzo": "+00:00", "date": "1937-03-06 07:30", "place": {"c2": "40", "cy": "FR", "lg": -0.5, "lat": 43.9, "name": "Montfort-en-Cha", "geoid": 0}, "date-ut": "1937-03-06 07:30"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1835"}, "ids-in-sources": {"a1": "1835"}}, "raw": {"H": "7", "MN": "30", "TZ": "0", "COD": "40", "COU": "F", "DAY": "6", "LAT": "43N54", "LON": "0W30", "MON": "3", "NUM": "1835", "PRO": "C", "SEC": "0", "YEA": "1937", "CITY": "MONTFORT-EN-CHA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1937-03-06 07:30"}, "partial-ids": {"ertel": "ES-533"}}, "raw": {"L": "", "MF": "", "NR": "533", "ENG": "", "MA_": "0", "G_NR": "1835", "MA12": "5", "MARS": "15", "NAME": "Boniface", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "44,300", "STUND": "7,50", "CFEPNR": "819", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.03.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "62", "VORNAME": "Guy", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "06.03.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:56+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1937-03-06 07:30", "place": {"c3": ""}, "date-ut": "1937-03-06 07:30"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "818"}}, "raw": {"S": "5", "LT": "07 30", "LV": "I23", "TR": "f", "UT": "07 30", "LAT": "+43.71", "SRC": "L", "LONG": "+00.84", "NAME": "BONIFACE Guy", "SPORT": "Rugby Union", "LOC_DATE": "1937 03 06", "UNIV_DATE": "1937 03 06", "BIRTH_PLACE": "MONTFORT EN CHALOSSE", "POSTAL_CODE": "40380"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
281	bonini-guido-1900-10-15	{"a1": "281", "3a_sports": "537"}	{"ertel": "ES-537", "lerrcp": "A1-281"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guido", "family": "Bonini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1900-10-15 07:05", "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.37678, "lat": 44.92627, "name": "Colorno", "geoid": 3178263}, "notime": null, "date-ut": "1900-10-15 06:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Guido", "family": "Bonini"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.37678, "lat": 44.92627, "name": "Colorno", "geoid": 3178263}, "date-ut": "1900-10-15 06:05"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-281"}, "ids-in-sources": {"a1": "281"}}, "raw": {"H": "7", "MN": "5", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "15", "LAT": "44N48", "LON": "10E45", "MON": "10", "NUM": "281", "PRO": "C", "SEC": "0", "YEA": "1900", "CITY": "COLORNO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1900-10-15 07:05"}, "partial-ids": {"ertel": "ES-537"}}, "raw": {"L": "", "MF": "", "NR": "537", "ENG": "0", "MA_": "2", "G_NR": "281", "MA12": "3", "MARS": "9", "NAME": "Bonini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,30", "CSINR": "", "KURTZ": "", "PHAS_": "54,300", "STUND": "7,08", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "15.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Guido", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.10.1900", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:56+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15850	boninsegna-roberto-1943-11-13	{"d6": "61", "3a_sports": "539"}	{"ertel": "ES-539", "lerrcp": "D6-61"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roberto", "family": "Boninsegna", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-11-13 12:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 10.78333, "lat": 45.16667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Roberto", "family": "Boninsegna"}, "birth": {"date": "1943-11-13 12:00", "place": {"cy": "IT", "lg": 10.78333, "lat": 45.16667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "61"}}, "raw": {"H": "12", "MN": "0", "DAY": "13", "LAT": "45N10", "LON": "10E47", "MON": "11", "NUM": "61", "SEC": "0", "YEA": "1943", "NAME": "Boninsegna Roberto"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-539"}}, "raw": {"L": "", "MF": "", "NR": "539", "ENG": "", "MA_": "0", "G_NR": "61", "MA12": "8", "MARS": "23", "NAME": "Boninsegna", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-1,000", "CSINR": "", "KURTZ": "", "PHAS_": "98,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "13.11.", "ZITATE": "DF", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Roberto", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "13.11.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:56+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1443	boniperti-gian-1928-07-04	{"a1": "1444", "3a_sports": "540"}	{"ertel": "ES-540", "lerrcp": "A1-1444"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gian", "family": "Boniperti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-07-04 02:30", "note": null, "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 8.51403, "lat": 45.57597, "name": "Barengo", "geoid": 6535437}, "notime": null, "date-ut": "1928-07-04 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Gian", "family": "Boniperti"}, "birth": {"place": {"c2": "NO", "cy": "IT", "lg": 8.51403, "lat": 45.57597, "name": "Barengo", "geoid": 6535437}, "date-ut": "1928-07-04 01:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1444"}, "ids-in-sources": {"a1": "1444"}}, "raw": {"H": "2", "MN": "30", "TZ": "-1", "COD": "NO", "COU": "I", "DAY": "4", "LAT": "45N30", "LON": "9E 0", "MON": "7", "NUM": "1444", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "BARENGO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-07-04 02:30"}, "partial-ids": {"ertel": "ES-540"}}, "raw": {"L": "", "MF": "", "NR": "540", "ENG": "1", "MA_": "2", "G_NR": "1444", "MA12": "1", "MARS": "3", "NAME": "Boniperti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,800", "CSINR": "", "KURTZ": "", "PHAS_": "99,100", "STUND": "2,50", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "04.07.", "ZITATE": "DSWO", "ZITSUM": "4", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gian", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "04.07.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:44:56+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15851	bonnel-joseph-1939-01-04	{"d6": "62", "3a_sports": "549", "cfepp-final3": "443"}	{"cfepp": "CF-443", "ertel": "ES-549", "lerrcp": "D6-62"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Bonnel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1939-01-04 06:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": -3.47, "lat": 43.38, "name": "FLORENSAC", "geoid": null}, "notime": null, "date-ut": "1939-01-04 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Bonnel"}, "birth": {"date": "1939-01-04 06:00", "place": {"cy": "FR", "lg": 3.46667, "lat": 43.38333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "62"}}, "raw": {"H": "6", "MN": "0", "DAY": "4", "LAT": "43N23", "LON": "03E28", "MON": "1", "NUM": "62", "SEC": "0", "YEA": "1939", "NAME": "Bonnel Joseph"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-549"}}, "raw": {"L": "", "MF": "", "NR": "549", "ENG": "", "MA_": "1", "G_NR": "62", "MA12": "2", "MARS": "6", "NAME": "Bonnel", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "6,400", "CSINR": "", "KURTZ": "", "PHAS_": "94,700", "STUND": "", "CFEPNR": "443", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.01.", "ZITATE": "DFO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Joseph", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "04.01.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1939-01-04 06:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": -3.47, "lat": 43.38, "name": "FLORENSAC"}, "date-ut": "1939-01-04 06:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "443"}}, "raw": {"S": "2", "LT": "06 00", "LV": "I25", "TR": "f", "UT": "06 00", "LAT": "+43.38", "SRC": "L", "LONG": "-03.47", "NAME": "BONNEL Joseph", "SPORT": "Soccer", "LOC_DATE": "1939 01 04", "UNIV_DATE": "1939 01 04", "BIRTH_PLACE": "FLORENSAC", "POSTAL_CODE": "34510"}, "date": "2023-08-20T14:46:03+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
786	bonnaventure-robert-1920-08-08	{"a1": "786", "g55": "03-118", "3a_sports": "547"}	{"g55": "03-118", "ertel": "ES-547", "lerrcp": "A1-786"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Bonnaventure", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1920-08-08 16:45", "note": null, "place": {"c1": null, "c2": "70", "c3": null, "cy": "FR", "lg": 5.58547, "lat": 47.45701, "name": "Arc-lès-Gray", "geoid": 3037263}, "notime": null, "date-ut": "1920-08-08 15:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Bonnaventure"}, "birth": {"tzo": "+01:00", "date": "1920-08-08 16:45", "place": {"c2": "70", "cy": "FR", "lg": 5.58547, "lat": 47.45701, "name": "Arc-lès-Gray", "geoid": 3037263}, "date-ut": "1920-08-08 15:45"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-786"}, "ids-in-sources": {"a1": "786"}}, "raw": {"H": "15", "MN": "45", "TZ": "0", "COD": "70", "COU": "F", "DAY": "8", "LAT": "47N37", "LON": "6E 9", "MON": "8", "NUM": "786", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "ARC-LES-GRAY"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-08-08 16:45"}, "partial-ids": {"ertel": "ES-547"}}, "raw": {"L": "", "MF": "", "NR": "547", "ENG": "", "MA_": "0", "G_NR": "786", "MA12": "3", "MARS": "7", "NAME": "Bonnaventure", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,20", "CSINR": "", "KURTZ": "", "PHAS_": "44,900", "STUND": "16,75", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "08.08.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-118"}, "ids-in-source": {"g55": "03-118"}}, "raw": {"DAY": "8-8-1920", "HOUR": "16 h. 45", "NAME": "BONNAVENTURE Robert", "PLACE": "Arc-les-Gray (Hte-Saône)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
2010	bonlieu-francois-1937-03-21	{"a1": "2012", "3a_sports": "544", "cfepp-final3": "1111"}	{"cfepp": "CF-1111", "cpara": "CP-65", "ertel": "ES-544", "lerrcp": "A1-2012"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Bonlieu", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1937-03-21 12:25", "note": null, "place": {"c1": null, "c2": "02", "c3": "", "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Juvincourt", "geoid": 0}, "notime": null, "date-ut": "1937-03-21 12:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"name": {"given": "François", "family": "Bonlieu"}, "birth": {"tzo": "+00:00", "date": "1937-03-21 12:25", "place": {"c2": "02", "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Juvincourt", "geoid": 0}, "date-ut": "1937-03-21 12:25"}, "occus": ["skier"], "trust": 5, "partial_ids": {"lerrcp": "A1-2012"}, "ids-in-sources": {"a1": "2012"}}, "raw": {"H": "12", "MN": "25", "TZ": "0", "COD": "02", "COU": "F", "DAY": "21", "LAT": "49N34", "LON": "3E37", "MON": "3", "NUM": "2012", "PRO": "C", "SEC": "0", "YEA": "1937", "CITY": "JUVINCOURT"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1937-03-21 12:25"}, "partial-ids": {"ertel": "ES-544"}}, "raw": {"L": "", "MF": "", "NR": "544", "ENG": "", "MA_": "0", "G_NR": "2012", "MA12": "8", "MARS": "23", "NAME": "Bonlieu", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,700", "CSINR": "", "KURTZ": "", "PHAS_": "66,500", "STUND": "12,42", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.03.", "ZITATE": "DHKS", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "65", "VORNAME": "Francois", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "21.03.1937", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:44:56+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1937-03-21 12:25", "place": {"c3": ""}, "date-ut": "1937-03-21 12:25"}, "occus": ["skier"], "ids-in-sources": {"cfepp-final3": "1111"}}, "raw": {"S": "8", "LT": "12 25", "LV": "", "TR": "f", "UT": "12 25", "LAT": "+49.45", "SRC": "L   M", "LONG": "-03.89", "NAME": "BONLIEU Francois", "SPORT": "Skiing", "LOC_DATE": "1937 03 21", "UNIV_DATE": "1937 03 21", "BIRTH_PLACE": "JUVINCOURT ET DAMARY", "POSTAL_CODE": "02190"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
136	bonnet-florentin-1894-06-07	{"a1": "136", "3a_sports": "551"}	{"ertel": "ES-551", "lerrcp": "A1-136"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Florentin", "family": "Bonnet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1894-06-07 15:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 2.5582, "lat": 46.45782, "name": "Audes", "geoid": 3036254}, "notime": null, "date-ut": "1894-06-07 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Florentin", "family": "Bonnet"}, "birth": {"tzo": "+00:09:21", "date": "1894-06-07 15:00", "place": {"c2": "03", "cy": "FR", "lg": 2.5582, "lat": 46.45782, "name": "Audes", "geoid": 3036254}, "date-ut": "1894-06-07 14:50:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-136"}, "ids-in-sources": {"a1": "136"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "03", "COU": "F", "DAY": "7", "LAT": "46N34", "LON": "3E20", "MON": "6", "NUM": "136", "PRO": "C", "SEC": "40", "YEA": "1894", "CITY": "AUDES"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1894-06-07 15:00"}, "partial-ids": {"ertel": "ES-551"}}, "raw": {"L": "", "MF": "", "NR": "551", "ENG": "", "MA_": "0", "G_NR": "136", "MA12": "8", "MARS": "23", "NAME": "Bonnet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,100", "CSINR": "", "KURTZ": "", "PHAS_": "13,500", "STUND": "15,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.06.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Florentin", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "07.06.1894", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1445	bonomi-andrea-1923-02-14	{"a1": "1446", "3a_sports": "557"}	{"ertel": "ES-557", "lerrcp": "A1-1446"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Andrea", "family": "Bonomi", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1923-02-14 20:00", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.51395, "lat": 45.52358, "name": "Cassano d'Adda", "geoid": 3179795}, "notime": null, "date-ut": "1923-02-14 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Andrea", "family": "Bonomi"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.51395, "lat": 45.52358, "name": "Cassano d'Adda", "geoid": 3179795}, "date-ut": "1923-02-14 19:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1446"}, "ids-in-sources": {"a1": "1446"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "14", "LAT": "45N30", "LON": "9E15", "MON": "2", "NUM": "1446", "PRO": "C", "SEC": "0", "YEA": "1923", "CITY": "CASSANO D'ADDA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "F", "birth": {"date": "1923-02-14 20:00"}, "partial-ids": {"ertel": "ES-557"}}, "raw": {"L": "", "MF": "F", "NR": "557", "ENG": "", "MA_": "0", "G_NR": "1446", "MA12": "5", "MARS": "15", "NAME": "Bonomi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,600", "CSINR": "", "KURTZ": "", "PHAS_": "3,400", "STUND": "20,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "14.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Andrea", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.02.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1446	bonomi-giuseppe-1913-01-03	{"a1": "1447", "3a_sports": "558"}	{"ertel": "ES-558", "lerrcp": "A1-1447"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Bonomi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-01-03 23:00", "note": null, "place": {"c1": null, "c2": "BG", "c3": null, "cy": "IT", "lg": 9.71335, "lat": 45.72328, "name": "Ranica", "geoid": 6535785}, "notime": null, "date-ut": "1913-01-03 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Bonomi"}, "birth": {"place": {"c2": "BG", "cy": "IT", "lg": 9.71335, "lat": 45.72328, "name": "Ranica", "geoid": 6535785}, "date-ut": "1913-01-03 22:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1447"}, "ids-in-sources": {"a1": "1447"}}, "raw": {"H": "23", "MN": "0", "TZ": "-1", "COD": "BG", "COU": "I", "DAY": "3", "LAT": "45N36", "LON": "9E45", "MON": "1", "NUM": "1447", "PRO": "C", "SEC": "0", "YEA": "1913", "CITY": "RANICA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1913-01-03 23:00"}, "partial-ids": {"ertel": "ES-558"}}, "raw": {"L": "", "MF": "", "NR": "558", "ENG": "", "MA_": "1", "G_NR": "1447", "MA12": "9", "MARS": "27", "NAME": "Bonomi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,800", "CSINR": "", "KURTZ": "", "PHAS_": "18,800", "STUND": "23,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "03.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giuseppe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.01.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1226	bontemps-louis-1883-03-08	{"a1": "1227", "3a_sports": "560"}	{"ertel": "ES-560", "lerrcp": "A1-1227"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Bontemps", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:22:12", "date": "1883-03-08 12:00", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.5502, "lat": 47.20856, "name": "Offlanges", "geoid": 2989719}, "notime": null, "date-ut": "1883-03-08 11:37:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Bontemps"}, "birth": {"tzo": "+00:22:12", "date": "1883-03-08 12:00", "place": {"c2": "39", "cy": "FR", "lg": 5.5502, "lat": 47.20856, "name": "Offlanges", "geoid": 2989719}, "date-ut": "1883-03-08 11:37:48"}, "occus": ["fencer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1227"}, "ids-in-sources": {"a1": "1227"}}, "raw": {"H": "11", "MN": "37", "TZ": "0", "COD": "39", "COU": "F", "DAY": "8", "LAT": "46N40", "LON": "5E33", "MON": "3", "NUM": "1227", "PRO": "C", "SEC": "48", "YEA": "1883", "CITY": "OFFLANGES"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1883-03-08 12:00"}, "partial-ids": {"ertel": "ES-560"}}, "raw": {"L": "", "MF": "", "NR": "560", "ENG": "1", "MA_": "2", "G_NR": "1227", "MA12": "4", "MARS": "12", "NAME": "Bontemps", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,800", "CSINR": "", "KURTZ": "", "PHAS_": "2,300", "STUND": "12,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "08.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Louis", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.03.1883", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FENC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
282	bonzani-alberto-1872-02-01	{"a1": "282", "a5": "1588", "3a_sports": "561"}	{"ertel": "ES-561", "lerrcp": "A1-282"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberto", "family": "Bonzani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1872-02-01 01:00", "note": null, "place": {"c1": null, "c2": "FO", "c3": null, "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "RIMINI", "geoid": 0}, "notime": null, "date-ut": "1872-02-01 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot", "politician"]	5	null	[{"new": {"name": {"given": "Alberto", "family": "Bonzani"}, "birth": {"place": {"c2": "FO", "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "RIMINI", "geoid": 0}, "date-ut": "1872-02-01 00:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-282"}, "ids-in-sources": {"a1": "282"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "FO", "COU": "I", "DAY": "1", "LAT": "44N12", "LON": "12E30", "MON": "2", "NUM": "282", "PRO": "C", "SEC": "4", "YEA": "1872", "CITY": "RIMINI"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "1588"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "FO", "COU": "I", "DAY": "1", "LAT": "44N12", "LON": "12E30", "MON": "2", "NUM": "1588", "PRO": "PT", "SEC": "4", "YEA": "1872", "CITY": "RIMINI"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1872-02-01 01:00"}, "partial-ids": {"ertel": "ES-561"}}, "raw": {"L": "", "MF": "", "NR": "561", "ENG": "", "MA_": "1", "G_NR": "282", "MA12": "9", "MARS": "26", "NAME": "Bonzani", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,600", "CSINR": "", "KURTZ": "", "PHAS_": "65,200", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alberto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.02.1872", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16365	booth-jane-1948-03-31	{"d10": "128", "3a_sports": "565"}	{"ertel": "ES-565", "lerrcp": "D10-128"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jane", "family": "Booth", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "-07:00", "date": "1948-03-31 09:38", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1948-03-31 16:38"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["golfer"]	5	null	[{"new": {"name": {"given": "Jane", "family": "Booth"}, "birth": {"tzo": "-07:00", "date": "1948-03-31 09:38", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1948-03-31 16:38"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "128"}}, "raw": {"H": "09:38", "TZ": "7h", "DAY": "31", "LAT": "34N4", "LON": "118W15", "MON": "3", "NUM": "128", "PRO": "SP", "YEA": "1948", "CICO": "Los Angeles, CA", "NAME": "Booth Jane"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "F", "occus": ["golfer"], "partial-ids": {"ertel": "ES-565"}}, "raw": {"L": "", "MF": "F", "NR": "565", "ENG": "", "MA_": "1", "G_NR": "128", "MA12": "9", "MARS": "27", "NAME": "Booth", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "64,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "31.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jane (Bastanchury)", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "31.03.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "GOLF", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
102	bordino-pietro-1887-11-22	{"a1": "102", "3a_sports": "569"}	{"ertel": "ES-569", "lerrcp": "A1-102"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Bordino", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1887-11-22 11:30", "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1887-11-22 10:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Pietro", "family": "Bordino"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1887-11-22 10:40:04"}, "occus": ["motor-sports-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-102"}, "ids-in-sources": {"a1": "102"}}, "raw": {"H": "11", "MN": "40", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "22", "LAT": "45N 0", "LON": "8E 0", "MON": "11", "NUM": "102", "PRO": "C", "SEC": "4", "YEA": "1887", "CITY": "TORINO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1887-11-22 11:30"}, "partial-ids": {"ertel": "ES-569"}}, "raw": {"L": "", "MF": "", "NR": "569", "ENG": "", "MA_": "0", "G_NR": "102", "MA12": "5", "MARS": "15", "NAME": "Bordino", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,800", "CSINR": "", "KURTZ": "", "PHAS_": "45,700", "STUND": "11,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "22.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pietro", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.11.1887", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1448	boscolo-enore-1929-07-18	{"a1": "1449", "3a_sports": "583"}	{"ertel": "ES-583", "lerrcp": "A1-1449"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enore", "family": "Boscolo", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1929-07-18 01:00", "note": null, "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.24222, "lat": 46.06194, "name": "Udine", "geoid": 3165072}, "notime": null, "date-ut": "1929-07-18 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Enore", "family": "Boscolo"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.24222, "lat": 46.06194, "name": "Udine", "geoid": 3165072}, "date-ut": "1929-07-18 00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1449"}, "ids-in-sources": {"a1": "1449"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "18", "LAT": "46N 0", "LON": "13E30", "MON": "7", "NUM": "1449", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "UDINE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "F", "birth": {"date": "1929-07-18 01:00"}, "partial-ids": {"ertel": "ES-583"}}, "raw": {"L": "", "MF": "F", "NR": "583", "ENG": "", "MA_": "0", "G_NR": "1449", "MA12": "8", "MARS": "24", "NAME": "Boscolo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,900", "CSINR": "", "KURTZ": "", "PHAS_": "87,500", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "18.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Enore", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.07.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
284	bosio-antonio-1885-03-01	{"a1": "284", "3a_sports": "584"}	{"ertel": "ES-584", "lerrcp": "A1-284"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Bosio", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1885-03-01 17:00", "note": null, "place": {"c1": null, "c2": "CR", "c3": null, "cy": "IT", "lg": 10.02797, "lat": 45.13617, "name": "Cremona", "geoid": 3177838}, "notime": null, "date-ut": "1885-03-01 16:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Bosio"}, "birth": {"place": {"c2": "CR", "cy": "IT", "lg": 10.02797, "lat": 45.13617, "name": "Cremona", "geoid": 3177838}, "date-ut": "1885-03-01 16:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-284"}, "ids-in-sources": {"a1": "284"}}, "raw": {"H": "17", "MN": "10", "TZ": "-1", "COD": "CR", "COU": "I", "DAY": "1", "LAT": "45N12", "LON": "11E 0", "MON": "3", "NUM": "284", "PRO": "C", "SEC": "4", "YEA": "1885", "CITY": "CREMONA"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1885-03-01 17:00"}, "partial-ids": {"ertel": "ES-584"}}, "raw": {"L": "", "MF": "", "NR": "584", "ENG": "", "MA_": "1", "G_NR": "284", "MA12": "6", "MARS": "18", "NAME": "Bosio", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,800", "CSINR": "", "KURTZ": "", "PHAS_": "99,900", "STUND": "17,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Antonio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.03.1885", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
911	bottecchia-ottavio-1894-08-01	{"a1": "911", "3a_sports": "590"}	{"ertel": "ES-590", "lerrcp": "A1-911"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ottavio", "family": "Bottecchia", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1894-08-01 23:00", "note": null, "place": {"c1": null, "c2": "TV", "c3": null, "cy": "IT", "lg": 12.34228, "lat": 45.94238, "name": "Colle Umberto", "geoid": 3218633}, "notime": null, "date-ut": "1894-08-01 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Ottavio", "family": "Bottecchia"}, "birth": {"place": {"c2": "TV", "cy": "IT", "lg": 12.34228, "lat": 45.94238, "name": "Colle Umberto", "geoid": 3218633}, "date-ut": "1894-08-01 22:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-911"}, "ids-in-sources": {"a1": "911"}}, "raw": {"H": "23", "MN": "0", "TZ": "-1", "COD": "TV", "COU": "I", "DAY": "1", "LAT": "45N36", "LON": "12E45", "MON": "8", "NUM": "911", "PRO": "C", "SEC": "0", "YEA": "1894", "CITY": "COLLE UMBERTO"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1894-08-01 23:00"}, "partial-ids": {"ertel": "ES-590"}}, "raw": {"L": "", "MF": "", "NR": "590", "ENG": "1", "MA_": "2", "G_NR": "911", "MA12": "1", "MARS": "2", "NAME": "Bottecchia", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,100", "CSINR": "", "KURTZ": "", "PHAS_": "0,600", "STUND": "23,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "01.08.", "ZITATE": "DHGSO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ottavio", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "01.08.1894", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1266	boucher-richard-1932-01-01	{"a1": "1267", "3a_sports": "592"}	{"cpara": "CP-495", "ertel": "ES-592", "lerrcp": "A1-1267"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Boucher", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1932-01-01 04:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.46569, "lat": 48.79266, "name": "Créteil", "geoid": 3022530}, "notime": null, "date-ut": "1932-01-01 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Boucher"}, "birth": {"tzo": "+00:00", "date": "1932-01-01 04:00", "place": {"c2": "94", "cy": "FR", "lg": 2.46569, "lat": 48.79266, "name": "Créteil", "geoid": 3022530}, "date-ut": "1932-01-01 04:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1267"}, "ids-in-sources": {"a1": "1267"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "94", "COU": "F", "DAY": "1", "LAT": "48N47", "LON": "2E29", "MON": "1", "NUM": "1267", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "CRETEIL"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-01-01 04:00"}, "partial-ids": {"ertel": "ES-592"}}, "raw": {"L": "", "MF": "", "NR": "592", "ENG": "", "MA_": "0", "G_NR": "1267", "MA12": "11", "MARS": "32", "NAME": "Boucher", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,20", "CSINR": "", "KURTZ": "", "PHAS_": "50,800", "STUND": "4,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "495", "VORNAME": "Richard", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.01.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
787	boucheron-onesime-1904-02-10	{"a1": "787", "g55": "03-119", "3a_sports": "593"}	{"g55": "03-119", "ertel": "ES-593", "lerrcp": "A1-787"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Onesime", "family": "Boucheron", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1904-02-10 17:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.69582, "lat": 47.83124, "name": "Meung-sur-Loire", "geoid": 2994126}, "notime": null, "date-ut": "1904-02-10 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Onesime", "family": "Boucheron"}, "birth": {"tzo": "+00:09:21", "date": "1904-02-10 17:00", "place": {"c2": "45", "cy": "FR", "lg": 1.69582, "lat": 47.83124, "name": "Meung-sur-Loire", "geoid": 2994126}, "date-ut": "1904-02-10 16:50:40"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-787"}, "ids-in-sources": {"a1": "787"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "45", "COU": "F", "DAY": "10", "LAT": "47N54", "LON": "1E54", "MON": "2", "NUM": "787", "PRO": "C", "SEC": "40", "YEA": "1904", "CITY": "MEUNG-S/LOIRE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1904-02-10 17:00"}, "partial-ids": {"ertel": "ES-593"}}, "raw": {"L": "", "MF": "", "NR": "593", "ENG": "", "MA_": "1", "G_NR": "787", "MA12": "5", "MARS": "14", "NAME": "Boucheron", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,900", "CSINR": "", "KURTZ": "", "PHAS_": "34,100", "STUND": "17,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Onésime", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "10.02.1904", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-119"}, "ids-in-source": {"g55": "03-119"}}, "raw": {"DAY": "10-2-1904", "HOUR": "17 h.", "NAME": "BOUCHERON Onésime", "PLACE": "Meung-sur-Loire (Loiret)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
138	boulet-jean-1920-11-16	{"a1": "138", "3a_sports": "602"}	{"ertel": "ES-602", "lerrcp": "A1-138"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Boulet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1920-11-16 12:30", "note": null, "place": {"c1": null, "c2": "91", "c3": null, "cy": "FR", "lg": 2.33333, "lat": 48.6, "name": "Bruney", "geoid": 0}, "notime": null, "date-ut": "1920-11-16 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Boulet"}, "birth": {"tzo": "+00:00", "date": "1920-11-16 12:30", "place": {"c2": "91", "cy": "FR", "lg": 2.33333, "lat": 48.6, "name": "Bruney", "geoid": 0}, "date-ut": "1920-11-16 12:30"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-138"}, "ids-in-sources": {"a1": "138"}}, "raw": {"H": "12", "MN": "30", "TZ": "0", "COD": "91", "COU": "F", "DAY": "16", "LAT": "48N36", "LON": "2E20", "MON": "11", "NUM": "138", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "BRUNEY"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-11-16 12:30"}, "partial-ids": {"ertel": "ES-602"}}, "raw": {"L": "", "MF": "", "NR": "602", "ENG": "1", "MA_": "2", "G_NR": "138", "MA12": "1", "MARS": "3", "NAME": "Boulet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,600", "CSINR": "", "KURTZ": "", "PHAS_": "24,400", "STUND": "12,50", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "16.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.11.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1838	bourdeu-roger-1927-01-06	{"a1": "1839", "3a_sports": "610", "cfepp-final3": "825"}	{"cfepp": "CF-825", "cpara": "CP-74", "ertel": "ES-610", "lerrcp": "A1-1839"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Bourdeu", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1927-01-06 11:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -0.38713, "lat": 43.22852, "name": "Gan", "geoid": 3016726}, "notime": null, "date-ut": "1927-01-06 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Bourdeu"}, "birth": {"tzo": "+00:00", "date": "1927-01-06 11:00", "place": {"c2": "64", "cy": "FR", "lg": -0.38713, "lat": 43.22852, "name": "Gan", "geoid": 3016726}, "date-ut": "1927-01-06 11:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1839"}, "ids-in-sources": {"a1": "1839"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "6", "LAT": "43N18", "LON": "0W22", "MON": "1", "NUM": "1839", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "GAN"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-01-06 11:00"}, "partial-ids": {"ertel": "ES-610"}}, "raw": {"L": "", "MF": "", "NR": "610", "ENG": "", "MA_": "0", "G_NR": "1839", "MA12": "12", "MARS": "34", "NAME": "Bourdeu", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,300", "CSINR": "", "KURTZ": "", "PHAS_": "6,100", "STUND": "11,00", "CFEPNR": "826", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.01.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "74", "VORNAME": "Roger", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "06.01.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1927-01-06 11:00", "place": {"c3": ""}, "date-ut": "1927-01-06 11:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "825"}}, "raw": {"S": "12", "LT": "11 00", "LV": "I9", "TR": "f", "UT": "11 00", "LAT": "+43.23", "SRC": "L", "LONG": "+00.39", "NAME": "BOURDEU Roger", "SPORT": "Rugby Union", "LOC_DATE": "1927 01 06", "UNIV_DATE": "1927 01 06", "BIRTH_PLACE": "GAN", "POSTAL_CODE": "64290"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16374	bowden-don-1936-08-08	{"d10": "137", "3a_sports": "628"}	{"ertel": "ES-628", "lerrcp": "D10-137"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Don", "family": "Bowden", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1936-08-08 08:49", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -121.88333, "lat": 37.33333, "name": "San Jose", "geoid": null}, "notime": null, "date-ut": "1936-08-08 16:49"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Don", "family": "Bowden"}, "birth": {"tzo": "-08:00", "date": "1936-08-08 08:49", "place": {"c2": "CA", "cy": "US", "lg": -121.88333, "lat": 37.33333, "name": "San Jose"}, "date-ut": "1936-08-08 16:49"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "137"}}, "raw": {"H": "08:49", "TZ": "8h", "DAY": "8", "LAT": "37N20", "LON": "121W53", "MON": "8", "NUM": "137", "PRO": "SP", "YEA": "1936", "CICO": "San Jose, CA", "NAME": "Bowden Don"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-628"}}, "raw": {"L": "", "MF": "", "NR": "628", "ENG": "", "MA_": "0", "G_NR": "137", "MA12": "3", "MARS": "7", "NAME": "Bowdon", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-10,00", "CSINR": "", "KURTZ": "", "PHAS_": "71,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "08.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Don", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.08.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1840	bousquet-rene-1901-02-04	{"a1": "1841", "3a_sports": "621"}	{"cpara": "CP-77", "ertel": "ES-621", "lerrcp": "A1-1841"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Bousquet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1901-02-04 21:00", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 2.148, "lat": 43.9298, "name": "Albi", "geoid": 3038261}, "notime": null, "date-ut": "1901-02-04 20:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "René", "family": "Bousquet"}, "birth": {"tzo": "+00:09:21", "date": "1901-02-04 21:00", "place": {"c2": "81", "cy": "FR", "lg": 2.148, "lat": 43.9298, "name": "Albi", "geoid": 3038261}, "date-ut": "1901-02-04 20:50:40"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1841"}, "ids-in-sources": {"a1": "1841"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "81", "COU": "F", "DAY": "4", "LAT": "43N55", "LON": "2E 8", "MON": "2", "NUM": "1841", "PRO": "C", "SEC": "40", "YEA": "1901", "CITY": "ALBI"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1901-02-04 21:00"}, "partial-ids": {"ertel": "ES-621"}}, "raw": {"L": "", "MF": "", "NR": "621", "ENG": "1", "MA_": "2", "G_NR": "1841", "MA12": "1", "MARS": "3", "NAME": "Bousquet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,300", "CSINR": "", "KURTZ": "d", "PHAS_": "99,700", "STUND": "21,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "04.02.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "77", "VORNAME": "René", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "04.02.1901", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
528	boutin-desvignes-abel-1922-12-04	{"a1": "528", "g55": "03-55", "3a_sports": "625"}	{"g55": "03-55", "ertel": "ES-625", "lerrcp": "A1-528"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Abel", "family": "Boutin-Desvignes", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1922-12-04 12:30", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1922-12-04 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Abel", "family": "Boutin-Desvignes"}, "birth": {"tzo": "+00:00", "date": "1922-12-04 12:30", "place": {"c2": "29", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1922-12-04 12:30"}, "occus": ["basketball-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-528"}, "ids-in-sources": {"a1": "528"}}, "raw": {"H": "12", "MN": "30", "TZ": "0", "COD": "29", "COU": "F", "DAY": "4", "LAT": "48N 0", "LON": "4W 6", "MON": "12", "NUM": "528", "PRO": "C", "SEC": "0", "YEA": "1922", "CITY": "BREST"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1922-12-04 12:30"}, "partial-ids": {"ertel": "ES-625"}}, "raw": {"L": "", "MF": "", "NR": "625", "ENG": "1", "MA_": "2", "G_NR": "528", "MA12": "1", "MARS": "1", "NAME": "Boutin-Desvignes", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,900", "CSINR": "", "KURTZ": "", "PHAS_": "99,600", "STUND": "12,50", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "04.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Abel", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "04.12.1922", "GQBECORR": "a2", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-55"}, "ids-in-source": {"g55": "03-55"}}, "raw": {"DAY": "4-12-1922", "HOUR": "12 h. 30", "NAME": "BOUTIN-DESVIGNES Abel", "PLACE": "Brest (Finistère)."}, "date": "2023-08-20T14:48:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
16377	boyd-bobby-1933-10-25	{"d10": "140", "3a_sports": "630"}	{"ertel": "ES-630", "lerrcp": "D10-140"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bobby", "family": "Boyd", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1933-10-25 23:15", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago", "geoid": null}, "notime": null, "date-ut": "1933-10-26 05:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Bobby", "family": "Boyd"}, "birth": {"tzo": "-06:00", "date": "1933-10-25 23:15", "place": {"c2": "IL", "cy": "US", "lg": -87.65, "lat": 41.86667, "name": "Chicago"}, "date-ut": "1933-10-26 05:15"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "140"}}, "raw": {"H": "23:15", "TZ": "6h", "DAY": "25", "LAT": "41N52", "LON": "87W39", "MON": "10", "NUM": "140", "PRO": "SP", "YEA": "1933", "CICO": "Chicago, IL", "NAME": "Boyd Bobby"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["boxer"], "partial-ids": {"ertel": "ES-630"}}, "raw": {"L": "", "MF": "", "NR": "630", "ENG": "", "MA_": "0", "G_NR": "140", "MA12": "8", "MARS": "24", "NAME": "Boyd", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "10,900", "CSINR": "", "KURTZ": "", "PHAS_": "39,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "25.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Bobby", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.10.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
286	brach-papa-francesco-1891-09-04	{"a1": "286", "3a_sports": "637"}	{"ertel": "ES-637", "lerrcp": "A1-286"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Brach-Papa", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1891-09-04 03:10", "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 7.53221, "lat": 45.31375, "name": "Corio", "geoid": 3178093}, "notime": null, "date-ut": "1891-09-04 02:20:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Brach-Papa"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 7.53221, "lat": 45.31375, "name": "Corio", "geoid": 3178093}, "date-ut": "1891-09-04 02:20:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-286"}, "ids-in-sources": {"a1": "286"}}, "raw": {"H": "3", "MN": "20", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "4", "LAT": "45N 0", "LON": "8E 0", "MON": "9", "NUM": "286", "PRO": "C", "SEC": "4", "YEA": "1891", "CITY": "CORIO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1891-09-04 03:10"}, "partial-ids": {"ertel": "ES-637"}}, "raw": {"L": "", "MF": "", "NR": "637", "ENG": "", "MA_": "0", "G_NR": "286", "MA12": "12", "MARS": "34", "NAME": "Brach-Papa", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,300", "CSINR": "", "KURTZ": "", "PHAS_": "0,600", "STUND": "3,17", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "04.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Francesco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.09.1891", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2011	bozon-charles-1932-12-15	{"a1": "2013", "3a_sports": "632", "cfepp-final3": "972"}	{"cfepp": "CF-972", "cpara": "CP-80", "ertel": "ES-632", "lerrcp": "A1-2013"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Bozon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1932-12-15 16:00", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": 6.11667, "lat": 45.9, "name": "Chamonix", "geoid": 0}, "notime": null, "date-ut": "1932-12-15 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Bozon"}, "birth": {"tzo": "+00:00", "date": "1932-12-15 16:00", "place": {"c2": "74", "cy": "FR", "lg": 6.11667, "lat": 45.9, "name": "Chamonix", "geoid": 0}, "date-ut": "1932-12-15 16:00"}, "occus": ["skier"], "trust": 5, "partial_ids": {"lerrcp": "A1-2013"}, "ids-in-sources": {"a1": "2013"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "74", "COU": "F", "DAY": "15", "LAT": "45N54", "LON": "6E 7", "MON": "12", "NUM": "2013", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "CHAMONIX"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-12-15 16:00"}, "partial-ids": {"ertel": "ES-632"}}, "raw": {"L": "", "MF": "", "NR": "632", "ENG": "", "MA_": "1", "G_NR": "2013", "MA12": "9", "MARS": "26", "NAME": "Bozon", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,600", "CSINR": "", "KURTZ": "p", "PHAS_": "96,500", "STUND": "16,00", "CFEPNR": "972", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.12.", "ZITATE": "DHKS", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "80", "VORNAME": "Charles", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "15.12.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1932-12-15 16:00", "place": {"c3": ""}, "date-ut": "1932-12-15 16:00"}, "occus": ["skier"], "ids-in-sources": {"cfepp-final3": "972"}}, "raw": {"S": "9", "LT": "16 00", "LV": "M", "TR": "f", "UT": "16 00", "LAT": "+45.92", "SRC": "L", "LONG": "-06.87", "NAME": "BOZON Charles", "SPORT": "Skiing", "LOC_DATE": "1932 12 15", "UNIV_DATE": "1932 12 15", "BIRTH_PLACE": "CHAMONIX MONT BLANC", "POSTAL_CODE": "74403 CEDEX"}, "date": "2023-08-20T14:46:16+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1003	bracke-ferdinand-1939-05-25	{"a1": "1003", "3a_sports": "638"}	{"ertel": "ES-638", "lerrcp": "A1-1003"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Bracke", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1939-05-25 14:30", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "HAMME A/D DURME", "geoid": 0}, "notime": null, "date-ut": "1939-05-25 13:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Bracke"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "HAMME A/D DURME", "geoid": 0}, "date-ut": "1939-05-25 13:30:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1003"}, "ids-in-sources": {"a1": "1003"}}, "raw": {"H": "13", "MN": "30", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "25", "LAT": "51N 5", "LON": "3E45", "MON": "5", "NUM": "1003", "PRO": "C", "SEC": "0", "YEA": "1939", "CITY": "HAMME A/D DURME"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1939-05-25 14:30"}, "partial-ids": {"ertel": "ES-638"}}, "raw": {"L": "", "MF": "", "NR": "638", "ENG": "", "MA_": "0", "G_NR": "1003", "MA12": "9", "MARS": "25", "NAME": "Bracke", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,900", "CSINR": "", "KURTZ": "", "PHAS_": "39,000", "STUND": "14,50", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "25.05.", "ZITATE": "DHSFO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ferdinand", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "25.05.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1005	brankart-theo-jean-1930-07-12	{"a1": "1005", "3a_sports": "651"}	{"ertel": "ES-651", "lerrcp": "A1-1005"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Theo) Jean", "family": "Brankart", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-07-12 05:00", "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "MOMALLE", "geoid": 0}, "notime": null, "date-ut": "1930-07-12 04:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "(Theo) Jean", "family": "Brankart"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "MOMALLE", "geoid": 0}, "date-ut": "1930-07-12 04:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1005"}, "ids-in-sources": {"a1": "1005"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "12", "LAT": "50N39", "LON": "5E30", "MON": "7", "NUM": "1005", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "MOMALLE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-07-12 05:00"}, "partial-ids": {"ertel": "ES-651"}}, "raw": {"L": "", "MF": "", "NR": "651", "ENG": "", "MA_": "1", "G_NR": "1005", "MA12": "2", "MARS": "5", "NAME": "Brankart", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,200", "CSINR": "", "KURTZ": "", "PHAS_": "98,600", "STUND": "5,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "12.07.", "ZITATE": "DFO", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "(Theo) Jean", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "12.07.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1630	braine-raymond-1907-04-28	{"a1": "1631", "3a_sports": "647"}	{"cpara": "CP-436", "ertel": "ES-647", "lerrcp": "A1-1631"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Braine", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1907-04-28 13:30", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1907-04-28 13:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Braine"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1907-04-28 13:30:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1631"}, "ids-in-sources": {"a1": "1631"}}, "raw": {"H": "13", "MN": "30", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "28", "LAT": "51N14", "LON": "4E30", "MON": "4", "NUM": "1631", "PRO": "C", "SEC": "0", "YEA": "1907", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1907-04-28 13:30"}, "partial-ids": {"ertel": "ES-647"}}, "raw": {"L": "", "MF": "", "NR": "647", "ENG": "", "MA_": "0", "G_NR": "1631", "MA12": "9", "MARS": "25", "NAME": "Braine", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,000", "CSINR": "", "KURTZ": "", "PHAS_": "99,700", "STUND": "13,50", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "28.04.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "436", "VORNAME": "Raymond", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "28.04.1907", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
140	bregi-henri-1888-12-04	{"a1": "140", "3a_sports": "661"}	{"ertel": "ES-661", "lerrcp": "A1-140"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Bregi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:19:46", "date": "1888-12-04 06:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.94028, "lat": 49.70187, "name": "Sedan", "geoid": 2975349}, "notime": null, "date-ut": "1888-12-04 05:41:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Bregi"}, "birth": {"tzo": "+00:19:46", "date": "1888-12-04 06:00", "place": {"c2": "08", "cy": "FR", "lg": 4.94028, "lat": 49.70187, "name": "Sedan", "geoid": 2975349}, "date-ut": "1888-12-04 05:41:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-140"}, "ids-in-sources": {"a1": "140"}}, "raw": {"H": "5", "MN": "41", "TZ": "0", "COD": "08", "COU": "F", "DAY": "4", "LAT": "49N46", "LON": "4E44", "MON": "12", "NUM": "140", "PRO": "C", "SEC": "4", "YEA": "1888", "CITY": "SEDAN"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1888-12-04 06:00"}, "partial-ids": {"ertel": "ES-661"}}, "raw": {"L": "", "MF": "", "NR": "661", "ENG": "", "MA_": "1", "G_NR": "140", "MA12": "11", "MARS": "31", "NAME": "Bregi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,200", "CSINR": "", "KURTZ": "", "PHAS_": "0,600", "STUND": "6,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.12.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "04.12.1888", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
141	breguet-louis-1880-01-02	{"a1": "141", "3a_sports": "662"}	{"ertel": "ES-662", "lerrcp": "A1-141"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Breguet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1880-01-02 12:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "6", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1880-01-02 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Breguet"}, "birth": {"tzo": "+00:09:24", "date": "1880-01-02 12:00", "place": {"c2": "75", "c3": "6", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1880-01-02 11:50:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-141"}, "ids-in-sources": {"a1": "141"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "141", "PRO": "C", "SEC": "40", "YEA": "1880", "CITY": "PARIS 6E"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1880-01-02 12:00"}, "partial-ids": {"ertel": "ES-662"}}, "raw": {"L": "", "MF": "", "NR": "662", "ENG": "", "MA_": "1", "G_NR": "141", "MA12": "12", "MARS": "35", "NAME": "Breguet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,100", "CSINR": "", "KURTZ": "", "PHAS_": "82,500", "STUND": "12,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.01.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Louis", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "02.01.1880", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
578	briend-andre-1930-05-02	{"a1": "578", "g55": "03-482", "3a_sports": "669"}	{"g55": "03-482", "ertel": "ES-669", "lerrcp": "A1-578"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Briend", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1930-05-02 01:30", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -2.76205, "lat": 47.65688, "name": "Vannes", "geoid": 2970777}, "notime": null, "date-ut": "1930-05-02 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "André", "family": "Briend"}, "birth": {"tzo": "+01:00", "date": "1930-05-02 01:30", "place": {"c2": "56", "cy": "FR", "lg": -2.76205, "lat": 47.65688, "name": "Vannes", "geoid": 2970777}, "date-ut": "1930-05-02 00:30"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-578"}, "ids-in-sources": {"a1": "578"}}, "raw": {"H": "0", "MN": "30", "TZ": "0", "COD": "56", "COU": "F", "DAY": "2", "LAT": "47N40", "LON": "2W44", "MON": "5", "NUM": "578", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "VANNES"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-05-02 01:30"}, "partial-ids": {"ertel": "ES-669"}}, "raw": {"L": "", "MF": "", "NR": "669", "ENG": "", "MA_": "0", "G_NR": "578", "MA12": "11", "MARS": "32", "NAME": "Briend", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,500", "CSINR": "", "KURTZ": "", "PHAS_": "12,400", "STUND": "1,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "02.05.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-482"}, "ids-in-source": {"g55": "03-482"}}, "raw": {"DAY": "2-5-1930", "HOUR": "1 h. 30", "NAME": "BRIEND André", "PLACE": "Vannes (Morbihan)."}, "date": "2023-08-20T14:48:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
105	brilli-peri-gastone-1893-03-24	{"a1": "105", "3a_sports": "671"}	{"ertel": "ES-671", "lerrcp": "A1-105"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gastone", "family": "Brilli-Peri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1893-03-24 17:30", "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1893-03-24 16:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Gastone", "family": "Brilli-Peri"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1893-03-24 16:40:04"}, "occus": ["motor-sports-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-105"}, "ids-in-sources": {"a1": "105"}}, "raw": {"H": "17", "MN": "40", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "24", "LAT": "43N42", "LON": "11E30", "MON": "3", "NUM": "105", "PRO": "C", "SEC": "4", "YEA": "1893", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1893-03-24 17:30"}, "partial-ids": {"ertel": "ES-671"}}, "raw": {"L": "", "MF": "", "NR": "671", "ENG": "1", "MA_": "2", "G_NR": "105", "MA12": "4", "MARS": "12", "NAME": "Brilli-Peri", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,000", "CSINR": "", "KURTZ": "", "PHAS_": "40,000", "STUND": "17,50", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "24.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gastone", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.03.1893", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
142	brindejonc-marcel-1892-02-08	{"a1": "142", "3a_sports": "672"}	{"ertel": "ES-672", "lerrcp": "A1-142"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Brindejonc", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1892-02-08 17:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -2.75, "lat": 48.51667, "name": "Pierin", "geoid": 0}, "notime": null, "date-ut": "1892-02-08 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Brindejonc"}, "birth": {"tzo": "+00:09:21", "date": "1892-02-08 17:00", "place": {"c2": "22", "cy": "FR", "lg": -2.75, "lat": 48.51667, "name": "Pierin", "geoid": 0}, "date-ut": "1892-02-08 16:50:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-142"}, "ids-in-sources": {"a1": "142"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "22", "COU": "F", "DAY": "8", "LAT": "48N31", "LON": "2W45", "MON": "2", "NUM": "142", "PRO": "C", "SEC": "40", "YEA": "1892", "CITY": "PIERIN"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1892-02-08 17:00"}, "partial-ids": {"ertel": "ES-672"}}, "raw": {"L": "", "MF": "", "NR": "672", "ENG": "", "MA_": "0", "G_NR": "142", "MA12": "9", "MARS": "25", "NAME": "Brindejonc d.Moul.", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,700", "CSINR": "", "KURTZ": "", "PHAS_": "77,100", "STUND": "17,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.02.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "08.02.1892", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
106	brivio-antonio-1905-12-27	{"a1": "106", "3a_sports": "675"}	{"ertel": "ES-675", "lerrcp": "A1-106"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Brivio", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1905-12-27 11:30", "note": null, "place": {"c1": null, "c2": "VC", "c3": null, "cy": "IT", "lg": 8.5, "lat": 45.4, "name": "BIELLA", "geoid": 0}, "notime": null, "date-ut": "1905-12-27 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Brivio"}, "birth": {"place": {"c2": "VC", "cy": "IT", "lg": 8.5, "lat": 45.4, "name": "BIELLA", "geoid": 0}, "date-ut": "1905-12-27 10:30"}, "occus": ["motor-sports-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-106"}, "ids-in-sources": {"a1": "106"}}, "raw": {"H": "11", "MN": "30", "TZ": "-1", "COD": "VC", "COU": "I", "DAY": "27", "LAT": "45N24", "LON": "8E30", "MON": "12", "NUM": "106", "PRO": "C", "SEC": "0", "YEA": "1905", "CITY": "BIELLA"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1905-12-27 11:30"}, "partial-ids": {"ertel": "ES-675"}}, "raw": {"L": "", "MF": "", "NR": "675", "ENG": "1", "MA_": "2", "G_NR": "106", "MA12": "1", "MARS": "1", "NAME": "Brivio", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,800", "CSINR": "", "KURTZ": "", "PHAS_": "1,000", "STUND": "11,50", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "27.12.", "ZITATE": "C", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Antonio", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "27.12.1905", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1450	broccini-pietro-1928-01-02	{"a1": "1451", "3a_sports": "677"}	{"ertel": "ES-677", "lerrcp": "A1-1451"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Broccini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-01-02 08:20", "note": null, "place": {"c1": null, "c2": "SP", "c3": null, "cy": "IT", "lg": 9.83431, "lat": 44.05083, "name": "Portovenere", "geoid": 3170065}, "notime": null, "date-ut": "1928-01-02 07:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Pietro", "family": "Broccini"}, "birth": {"place": {"c2": "SP", "cy": "IT", "lg": 9.83431, "lat": 44.05083, "name": "Portovenere", "geoid": 3170065}, "date-ut": "1928-01-02 07:20"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1451"}, "ids-in-sources": {"a1": "1451"}}, "raw": {"H": "8", "MN": "20", "TZ": "-1", "COD": "SP", "COU": "I", "DAY": "2", "LAT": "44N 0", "LON": "10E15", "MON": "1", "NUM": "1451", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "PORTOVENERE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-01-02 08:20"}, "partial-ids": {"ertel": "ES-677"}}, "raw": {"L": "", "MF": "", "NR": "677", "ENG": "", "MA_": "1", "G_NR": "1451", "MA12": "2", "MARS": "5", "NAME": "Broccini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,200", "CSINR": "", "KURTZ": "", "PHAS_": "67,300", "STUND": "8,33", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "02.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Pietro", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.01.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16399	brodie-john-1935-08-14	{"d10": "162", "3a_sports": "685"}	{"ertel": "ES-685", "lerrcp": "D10-162"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Brodie", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1935-08-14 03:20", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1935-08-14 11:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "John", "family": "Brodie"}, "birth": {"tzo": "-08:00", "date": "1935-08-14 03:20", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1935-08-14 11:20"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "162"}}, "raw": {"H": "03:20", "TZ": "8h", "DAY": "14", "LAT": "37N47", "LON": "122W25", "MON": "8", "NUM": "162", "PRO": "SP", "YEA": "1935", "CICO": "San Francisco, CA", "NAME": "Brodie John"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-685"}}, "raw": {"L": "", "MF": "", "NR": "685", "ENG": "", "MA_": "0", "G_NR": "162", "MA12": "9", "MARS": "25", "NAME": "Browdie", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "2,900", "CSINR": "", "KURTZ": "", "PHAS_": "99,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "14.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "John Riley", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.08.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1843	brousse-elie-1921-08-28	{"a1": "1844", "3a_sports": "683", "cfepp-final3": "1101"}	{"cfepp": "CF-1101", "cpara": "CP-83", "ertel": "ES-683", "lerrcp": "A1-1844"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elie", "family": "Brousse", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1921-08-28 07:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 2.89348, "lat": 42.60603, "name": "Bages", "geoid": 3035432}, "notime": null, "date-ut": "1921-08-28 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Elie", "family": "Brousse"}, "birth": {"tzo": "+01:00", "date": "1921-08-28 07:00", "place": {"c2": "66", "cy": "FR", "lg": 2.89348, "lat": 42.60603, "name": "Bages", "geoid": 3035432}, "date-ut": "1921-08-28 06:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1844"}, "ids-in-sources": {"a1": "1844"}}, "raw": {"H": "6", "MN": "0", "TZ": "0", "COD": "66", "COU": "F", "DAY": "28", "LAT": "42N42", "LON": "2E55", "MON": "8", "NUM": "1844", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "BAGES"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-08-28 07:00"}, "partial-ids": {"ertel": "ES-683"}}, "raw": {"L": "", "MF": "", "NR": "683", "ENG": "", "MA_": "1", "G_NR": "1844", "MA12": "2", "MARS": "4", "NAME": "Brousse", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,90", "CSINR": "", "KURTZ": "d", "PHAS_": "34,200", "STUND": "7,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "83", "VORNAME": "Elie", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "28.08.1921", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1921-08-28 07:00", "place": {"c3": ""}, "date-ut": "1921-08-28 06:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "1101"}}, "raw": {"S": "2", "LT": "07 00", "LV": "30", "TR": "f", "UT": "06 00", "LAT": "+42.61", "SRC": "AL  I", "LONG": "-02.90", "NAME": "BROUSSE Elie", "SPORT": "Rugby League", "LOC_DATE": "1921 08 28", "UNIV_DATE": "1921 08 28", "BIRTH_PLACE": "BAGES", "POSTAL_CODE": "66670"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16406	brown-roger-1937-05-01	{"d10": "169", "3a_sports": "688", "rawlins-ertel-irving": "45"}	{"ertel": "ES-688", "csicop": "CS-45", "lerrcp": "D10-169"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Brown", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1937-05-01 05:00", "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "US", "lg": -76.83333, "lat": 37.13333, "name": "Surry County", "geoid": null}, "notime": null, "date-ut": "1937-05-01 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Brown"}, "birth": {"tzo": "-05:00", "date": "1937-05-01 05:00", "place": {"c2": "VA", "cy": "US", "lg": -76.83333, "lat": 37.13333, "name": "Surry County"}, "date-ut": "1937-05-01 10:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "169"}}, "raw": {"H": "05:00", "TZ": "5h", "DAY": "1", "LAT": "37N8", "LON": "76W50", "MON": "5", "NUM": "169", "PRO": "SP", "YEA": "1937", "CICO": "Surry County, VA", "NAME": "Brown Roger"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "45"}}, "raw": {"LA1": "37", "LA2": "8", "LO1": "76", "LO2": "50", "AMPM": "A", "MARS": "16", "NAME": "Brown", "BATCH": "1", "Satz#": "45", "GEBDAT": "1 5 1937", "GEBORT": "VA", "GEBZEIT": "5 0", "VORNAME": "Roger L", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-688"}}, "raw": {"L": "", "MF": "", "NR": "688", "ENG": "", "MA_": "0", "G_NR": "169", "MA12": "6", "MARS": "16", "NAME": "Brown", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-7,700", "CSINR": "45", "KURTZ": "", "PHAS_": "76,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "01.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Roger L.", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.05.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1451	brunella-luigi-1914-04-14	{"a1": "1452", "3a_sports": "695"}	{"ertel": "ES-695", "lerrcp": "A1-1452"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Brunella", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-04-14 22:30", "note": null, "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 8.92375, "lat": 45.19736, "name": "Garlasco", "geoid": 3176299}, "notime": null, "date-ut": "1914-04-14 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Brunella"}, "birth": {"place": {"c2": "PV", "cy": "IT", "lg": 8.92375, "lat": 45.19736, "name": "Garlasco", "geoid": 3176299}, "date-ut": "1914-04-14 21:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1452"}, "ids-in-sources": {"a1": "1452"}}, "raw": {"H": "22", "MN": "30", "TZ": "-1", "COD": "PV", "COU": "I", "DAY": "14", "LAT": "45N12", "LON": "9E 0", "MON": "4", "NUM": "1452", "PRO": "C", "SEC": "0", "YEA": "1914", "CITY": "GARLASCO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1914-04-14 22:30"}, "partial-ids": {"ertel": "ES-695"}}, "raw": {"L": "", "MF": "", "NR": "695", "ENG": "", "MA_": "1", "G_NR": "1452", "MA12": "5", "MARS": "14", "NAME": "Brunella", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,800", "CSINR": "", "KURTZ": "", "PHAS_": "83,300", "STUND": "22,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "14.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.04.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2046	brugnon-jacques-1895-05-11	{"a1": "2048", "3a_sports": "690"}	{"cpara": "CP-84", "ertel": "ES-690", "lerrcp": "A1-2048"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Brugnon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1895-05-11 10:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1895-05-11 10:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Brugnon"}, "birth": {"tzo": "+00:09:21", "date": "1895-05-11 10:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1895-05-11 10:20:40"}, "occus": ["tennis-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-2048"}, "ids-in-sources": {"a1": "2048"}}, "raw": {"H": "10", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "11", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "2048", "PRO": "C", "SEC": "40", "YEA": "1895", "CITY": "PARIS"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1895-05-11 10:30"}, "partial-ids": {"ertel": "ES-690"}}, "raw": {"L": "", "MF": "", "NR": "690", "ENG": "", "MA_": "1", "G_NR": "2048", "MA12": "2", "MARS": "4", "NAME": "Brugnon", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,400", "CSINR": "", "KURTZ": "", "PHAS_": "95,200", "STUND": "10,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "11.05.", "ZITATE": "DJKSF", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "84", "VORNAME": "Jacques(\\"Toto\\")", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "11.05.1895", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
913	bruni-dino-1932-04-13	{"a1": "913", "3a_sports": "698"}	{"ertel": "ES-698", "lerrcp": "A1-913"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dino", "family": "Bruni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-04-13 11:00", "note": null, "place": {"c1": null, "c2": "FE", "c3": null, "cy": "IT", "lg": 11.80682, "lat": 44.69848, "name": "Portomaggiore", "geoid": 3170082}, "notime": null, "date-ut": "1932-04-13 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Dino", "family": "Bruni"}, "birth": {"place": {"c2": "FE", "cy": "IT", "lg": 11.80682, "lat": 44.69848, "name": "Portomaggiore", "geoid": 3170082}, "date-ut": "1932-04-13 10:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-913"}, "ids-in-sources": {"a1": "913"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "FE", "COU": "I", "DAY": "13", "LAT": "44N42", "LON": "12E30", "MON": "4", "NUM": "913", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "PORTOMAGGIORE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-04-13 11:00"}, "partial-ids": {"ertel": "ES-698"}}, "raw": {"L": "", "MF": "", "NR": "698", "ENG": "0", "MA_": "2", "G_NR": "913", "MA12": "3", "MARS": "9", "NAME": "Bruni", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "38,600", "STUND": "11,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "13.04.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Dino", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "13.04.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1006	brunswick-theo-1931-11-06	{"a1": "1006", "3a_sports": "699"}	{"ertel": "ES-699", "lerrcp": "A1-1006"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theo", "family": "Brunswick", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-11-06 04:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "EYNE", "geoid": 0}, "notime": null, "date-ut": "1931-11-06 04:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Theo", "family": "Brunswick"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "EYNE", "geoid": 0}, "date-ut": "1931-11-06 04:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1006"}, "ids-in-sources": {"a1": "1006"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "6", "LAT": "51N 5", "LON": "3E45", "MON": "11", "NUM": "1006", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "EYNE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-11-06 04:00"}, "partial-ids": {"ertel": "ES-699"}}, "raw": {"L": "", "MF": "", "NR": "699", "ENG": "", "MA_": "1", "G_NR": "1006", "MA12": "11", "MARS": "31", "NAME": "Brunswick", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,20", "CSINR": "", "KURTZ": "", "PHAS_": "21,300", "STUND": "4,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "06.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Theo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.11.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1271	brusseaux-michel-1913-03-10	{"a1": "1272", "g55": "03-234", "3a_sports": "700"}	{"g55": "03-234", "ertel": "ES-700", "lerrcp": "A1-1272"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Brusseaux", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-03-10 15:00", "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": -0.63085, "lat": 35.18994, "name": "Sidi Bel Abbès", "geoid": 2481007}, "notime": null, "date-ut": "1913-03-10 15:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Brusseaux"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": -0.63085, "lat": 35.18994, "name": "Sidi Bel Abbès", "geoid": 2481007}, "date-ut": "1913-03-10 15:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1272"}, "ids-in-sources": {"a1": "1272"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "10", "LAT": "35N20", "LON": "0W45", "MON": "3", "NUM": "1272", "PRO": "C", "SEC": "0", "YEA": "1913", "CITY": "SIDI-BEL-ABBES"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1913-03-10 15:00"}, "partial-ids": {"ertel": "ES-700"}}, "raw": {"L": "", "MF": "", "NR": "700", "ENG": "", "MA_": "1", "G_NR": "1272", "MA12": "6", "MARS": "18", "NAME": "Brusseaux", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,700", "CSINR": "", "KURTZ": "", "PHAS_": "3,600", "STUND": "15,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "10.03.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-234"}, "ids-in-source": {"g55": "03-234"}}, "raw": {"DAY": "10-3-1913", "HOUR": "15 h.", "NAME": "BRUSSEAUX Michel", "PLACE": "Sidi-Bel-Abbès (Algérie)."}, "date": "2023-08-20T14:48:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
16413	buchholz-earl-1940-09-16	{"d10": "176", "3a_sports": "709"}	{"ertel": "ES-709", "lerrcp": "D10-176"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Earl", "family": "Buchholz", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1940-09-16 09:25", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis", "geoid": null}, "notime": null, "date-ut": "1940-09-16 15:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Earl", "family": "Buchholz"}, "birth": {"tzo": "-06:00", "date": "1940-09-16 09:25", "place": {"c2": "MO", "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis"}, "date-ut": "1940-09-16 15:25"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "176"}}, "raw": {"H": "09:25", "TZ": "6h", "DAY": "16", "LAT": "38N37", "LON": "90W12", "MON": "9", "NUM": "176", "PRO": "SP", "YEA": "1940", "CICO": "St Louis, MO", "NAME": "Buchholz Earl"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["tennis-player"], "partial-ids": {"ertel": "ES-709"}}, "raw": {"L": "", "MF": "", "NR": "709", "ENG": "", "MA_": "1", "G_NR": "176", "MA12": "2", "MARS": "6", "NAME": "Buchholz", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "2,000", "CSINR": "", "KURTZ": "", "PHAS_": "99,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "16.09.", "ZITATE": "X", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Earl H.", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "16.09.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1453	bugatti-ottavio-1928-09-23	{"a1": "1454", "3a_sports": "719"}	{"ertel": "ES-719", "lerrcp": "A1-1454"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ottavio", "family": "Bugatti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-09-23 22:00", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "LENTATE SUL SEV", "geoid": 0}, "notime": null, "date-ut": "1928-09-23 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Ottavio", "family": "Bugatti"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "LENTATE SUL SEV", "geoid": 0}, "date-ut": "1928-09-23 21:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1454"}, "ids-in-sources": {"a1": "1454"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "23", "LAT": "45N30", "LON": "9E15", "MON": "9", "NUM": "1454", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "LENTATE SUL SEV"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-09-23 22:00"}, "partial-ids": {"ertel": "ES-719"}}, "raw": {"L": "", "MF": "", "NR": "719", "ENG": "0", "MA_": "2", "G_NR": "1454", "MA12": "12", "MARS": "36", "NAME": "Bugatti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,600", "CSINR": "", "KURTZ": "", "PHAS_": "58,500", "STUND": "22,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "23.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ottavio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.09.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2026	buret-maurice-1909-05-21	{"a1": "2028", "g55": "03-426", "3a_sports": "728"}	{"g55": "03-426", "ertel": "ES-728", "lerrcp": "A1-2028"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Buret", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1909-05-21 16:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.21757, "lat": 48.82292, "name": "Sèvres", "geoid": 2974678}, "notime": null, "date-ut": "1909-05-21 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["equestrian"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Buret"}, "birth": {"tzo": "+00:09:21", "date": "1909-05-21 16:00", "place": {"c2": "92", "cy": "FR", "lg": 2.21757, "lat": 48.82292, "name": "Sèvres", "geoid": 2974678}, "date-ut": "1909-05-21 15:50:40"}, "occus": ["equestrian"], "trust": 5, "partial_ids": {"lerrcp": "A1-2028"}, "ids-in-sources": {"a1": "2028"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "92", "COU": "F", "DAY": "21", "LAT": "48N50", "LON": "2E11", "MON": "5", "NUM": "2028", "PRO": "C", "SEC": "40", "YEA": "1909", "CITY": "SEVRES"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1909-05-21 16:00"}, "partial-ids": {"ertel": "ES-728"}}, "raw": {"L": "", "MF": "", "NR": "728", "ENG": "", "MA_": "0", "G_NR": "2028", "MA12": "9", "MARS": "25", "NAME": "Buret", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,300", "CSINR": "", "KURTZ": "", "PHAS_": "2,600", "STUND": "16,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.05.", "ZITATE": "KS", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Maurice", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "21.05.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "HORS", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-426"}, "ids-in-source": {"g55": "03-426"}}, "raw": {"DAY": "21-5-1909", "HOUR": "16 h.", "NAME": "BURET Maurice", "PLACE": "Sèvres (Seine-et-Oise)."}, "date": "2023-08-20T14:48:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
15863	burgnich-tarcisio-1939-04-25	{"d6": "74", "3a_sports": "731"}	{"ertel": "ES-731", "lerrcp": "D6-74"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tarcisio", "family": "Burgnich", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1939-04-25 12:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 13.23333, "lat": 46.06667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Tarcisio", "family": "Burgnich"}, "birth": {"date": "1939-04-25 12:00", "place": {"cy": "IT", "lg": 13.23333, "lat": 46.06667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "74"}}, "raw": {"H": "12", "MN": "0", "DAY": "25", "LAT": "46N04", "LON": "13E14", "MON": "4", "NUM": "74", "SEC": "0", "YEA": "1939", "NAME": "Burgnich Tarcisio"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-731"}}, "raw": {"L": "", "MF": "", "NR": "731", "ENG": "", "MA_": "1", "G_NR": "74", "MA12": "7", "MARS": "21", "NAME": "Burgnich", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "9,800", "CSINR": "", "KURTZ": "", "PHAS_": "30,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "25.04.", "ZITATE": "DSW", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Tarcisio", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "25.04.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1455	burini-renzo-1927-10-10	{"a1": "1456", "3a_sports": "732"}	{"ertel": "ES-732", "lerrcp": "A1-1456"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renzo", "family": "Burini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-10-10 10:00", "note": null, "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.31194, "lat": 45.90639, "name": "Palmanova", "geoid": 3171573}, "notime": null, "date-ut": "1927-10-10 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Renzo", "family": "Burini"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.31194, "lat": 45.90639, "name": "Palmanova", "geoid": 3171573}, "date-ut": "1927-10-10 09:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1456"}, "ids-in-sources": {"a1": "1456"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "10", "LAT": "46N 0", "LON": "13E30", "MON": "10", "NUM": "1456", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "PALMANOVA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-10-10 10:00"}, "partial-ids": {"ertel": "ES-732"}}, "raw": {"L": "", "MF": "", "NR": "732", "ENG": "", "MA_": "1", "G_NR": "1456", "MA12": "2", "MARS": "6", "NAME": "Burini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,100", "CSINR": "", "KURTZ": "", "PHAS_": "98,600", "STUND": "10,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "10.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Renzo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.10.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16417	burke-edward-1940-03-04	{"d10": "180", "3a_sports": "733"}	{"ertel": "ES-733", "lerrcp": "D10-180"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edward", "family": "Burke", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1940-03-04 09:20", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -123.21667, "lat": 39.15, "name": "Ukiah", "geoid": null}, "notime": null, "date-ut": "1940-03-04 17:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Edward", "family": "Burke"}, "birth": {"tzo": "-08:00", "date": "1940-03-04 09:20", "place": {"c2": "CA", "cy": "US", "lg": -123.21667, "lat": 39.15, "name": "Ukiah"}, "date-ut": "1940-03-04 17:20"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "180"}}, "raw": {"H": "09:20", "TZ": "8h", "DAY": "4", "LAT": "39N9", "LON": "123W13", "MON": "3", "NUM": "180", "PRO": "SP", "YEA": "1940", "CICO": "Ukiah, CA", "NAME": "Burke Edward"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-733"}}, "raw": {"L": "", "MF": "", "NR": "733", "ENG": "1", "MA_": "2", "G_NR": "180", "MA12": "1", "MARS": "1", "NAME": "Burke", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-8,800", "CSINR": "", "KURTZ": "", "PHAS_": "22,300", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "04.03.", "ZITATE": "T", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Edward", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "04.03.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
783	blanchet-andre-1918-03-22	{"a1": "783", "g55": "03-115", "3a_sports": "465", "cfepp-final3": "276"}	{"g55": "03-115", "cfepp": "CF-276", "ertel": "ES-465", "lerrcp": "A1-783"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Blanchet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1918-03-22 18:00", "note": null, "place": {"c1": null, "c2": "37", "c3": "", "cy": "FR", "lg": 0.83912, "lat": 46.98161, "name": "Paulmy", "geoid": 2988325}, "notime": null, "date-ut": "1918-03-22 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "André", "family": "Blanchet"}, "birth": {"tzo": "+01:00", "date": "1918-03-22 18:00", "place": {"c2": "37", "cy": "FR", "lg": 0.83912, "lat": 46.98161, "name": "Paulmy", "geoid": 2988325}, "date-ut": "1918-03-22 17:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-783"}, "ids-in-sources": {"a1": "783"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "37", "COU": "F", "DAY": "22", "LAT": "47N24", "LON": "0E42", "MON": "3", "NUM": "783", "PRO": "C", "SEC": "0", "YEA": "1918", "CITY": "PAULMY"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1918-03-22 18:00"}, "partial-ids": {"ertel": "ES-465"}}, "raw": {"L": "", "MF": "", "NR": "465", "ENG": "0", "MA_": "2", "G_NR": "783", "MA12": "12", "MARS": "36", "NAME": "Blanchet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,100", "CSINR": "", "KURTZ": "", "PHAS_": "73,600", "STUND": "18,00", "CFEPNR": "276", "EXTEND": "1", "NATION": "FRA", "TAGMON": "22.03.", "ZITATE": "O", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "22.03.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1918-03-22 18:00", "place": {"c3": ""}, "date-ut": "1918-03-22 17:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "276"}}, "raw": {"S": "1", "LT": "18 00", "LV": "F", "TR": "f", "UT": "17 00", "LAT": "+46.98", "SRC": "AG", "LONG": "-00.84", "NAME": "BLANCHET Andre", "SPORT": "Cycling", "LOC_DATE": "1918 03 22", "UNIV_DATE": "1918 03 22", "BIRTH_PLACE": "PAULMY", "POSTAL_CODE": "37350"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-115"}, "ids-in-source": {"g55": "03-115"}}, "raw": {"DAY": "22-3-1918", "HOUR": "18 h.", "NAME": "BLANCHET André", "PLACE": "Paulmy (Indre-et-Loire)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
15866	burruni-salvatore-1933-04-11	{"d6": "77", "3a_sports": "737"}	{"ertel": "ES-737", "lerrcp": "D6-77"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Salvatore", "family": "Burruni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-04-11 03:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 8.31667, "lat": 40.56667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Salvatore", "family": "Burruni"}, "birth": {"date": "1933-04-11 03:00", "place": {"cy": "IT", "lg": 8.31667, "lat": 40.56667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "77"}}, "raw": {"H": "3", "MN": "0", "DAY": "11", "LAT": "40N34", "LON": "08E19", "MON": "4", "NUM": "77", "SEC": "0", "YEA": "1933", "NAME": "Burruni salvatore"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["boxer"], "partial-ids": {"ertel": "ES-737"}}, "raw": {"L": "", "MF": "", "NR": "737", "ENG": "", "MA_": "0", "G_NR": "77", "MA12": "6", "MARS": "17", "NAME": "Burruni", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "0,100", "CSINR": "", "KURTZ": "", "PHAS_": "99,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "11.04.", "ZITATE": "R", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Salvatore", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "11.04.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1456	busani-umberto-1915-02-01	{"a1": "1457", "3a_sports": "739"}	{"ertel": "ES-739", "lerrcp": "A1-1457"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Umberto", "family": "Busani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1915-02-01 01:30", "note": null, "place": {"c1": null, "c2": "PR", "c3": null, "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "notime": null, "date-ut": "1915-02-01 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Umberto", "family": "Busani"}, "birth": {"place": {"c2": "PR", "cy": "IT", "lg": 10.32898, "lat": 44.80266, "name": "Parma", "geoid": 3171457}, "date-ut": "1915-02-01 00:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1457"}, "ids-in-sources": {"a1": "1457"}}, "raw": {"H": "1", "MN": "30", "TZ": "-1", "COD": "PR", "COU": "I", "DAY": "1", "LAT": "44N48", "LON": "10E45", "MON": "2", "NUM": "1457", "PRO": "C", "SEC": "0", "YEA": "1915", "CITY": "PARMA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1915-02-01 01:30"}, "partial-ids": {"ertel": "ES-739"}}, "raw": {"L": "", "MF": "", "NR": "739", "ENG": "", "MA_": "1", "G_NR": "1457", "MA12": "10", "MARS": "29", "NAME": "Busani", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,600", "CSINR": "", "KURTZ": "", "PHAS_": "99,300", "STUND": "1,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Umberto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.02.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
800	coste-charles-1924-02-08	{"a1": "800", "g55": "03-130", "3a_sports": "1133", "cfepp-final3": "290"}	{"g55": "03-130", "cfepp": "CF-290", "cpara": "CP-131", "ertel": "ES-1133", "lerrcp": "A1-800"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Coste", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1924-02-08 05:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 5.84766, "lat": 43.1399, "name": "Ollioules", "geoid": 2989590}, "notime": null, "date-ut": "1924-02-08 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Coste"}, "birth": {"tzo": "+00:00", "date": "1924-02-08 05:00", "place": {"c2": "83", "cy": "FR", "lg": 5.84766, "lat": 43.1399, "name": "Ollioules", "geoid": 2989590}, "date-ut": "1924-02-08 05:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-800"}, "ids-in-sources": {"a1": "800"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "83", "COU": "F", "DAY": "8", "LAT": "43N32", "LON": "6E28", "MON": "2", "NUM": "800", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "OLLIOULES"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-02-08 05:00"}, "partial-ids": {"ertel": "ES-1133"}}, "raw": {"L": "", "MF": "", "NR": "1133", "ENG": "", "MA_": "1", "G_NR": "800", "MA12": "2", "MARS": "5", "NAME": "Coste", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,300", "CSINR": "", "KURTZ": "", "PHAS_": "9,600", "STUND": "5,00", "CFEPNR": "290", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.02.", "ZITATE": "DKO", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "131", "VORNAME": "Charles", "ZITRANG": "4", "GAUQ1955": "+", "GEBDATUM": "08.02.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1924-02-08 05:00", "place": {"c3": ""}, "date-ut": "1924-02-08 05:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "290"}}, "raw": {"S": "2", "LT": "05 00", "LV": "FI", "TR": "f", "UT": "05 00", "LAT": "+43.14", "SRC": "ALG", "LONG": "-05.85", "NAME": "COSTE Charles", "SPORT": "Cycling", "LOC_DATE": "1924 02 08", "UNIV_DATE": "1924 02 08", "BIRTH_PLACE": "OLLIOULES", "POSTAL_CODE": "83190"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-130"}, "ids-in-source": {"g55": "03-130"}}, "raw": {"DAY": "8-2-1924", "HOUR": "5 h.", "NAME": "COSTE Charles", "PLACE": "Ollioules (Var)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1458	buscaglia-pietro-1911-02-09	{"a1": "1459", "3a_sports": "743"}	{"ertel": "ES-743", "lerrcp": "A1-1459"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Buscaglia", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1911-02-09 07:00", "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1911-02-09 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Pietro", "family": "Buscaglia"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1911-02-09 06:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1459"}, "ids-in-sources": {"a1": "1459"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "9", "LAT": "45N 0", "LON": "8E 0", "MON": "2", "NUM": "1459", "PRO": "C", "SEC": "0", "YEA": "1911", "CITY": "TORINO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1911-02-09 07:00"}, "partial-ids": {"ertel": "ES-743"}}, "raw": {"L": "", "MF": "", "NR": "743", "ENG": "", "MA_": "1", "G_NR": "1459", "MA12": "2", "MARS": "4", "NAME": "Buscaglia", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,400", "CSINR": "", "KURTZ": "", "PHAS_": "75,800", "STUND": "7,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "09.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Pietro", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.02.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1731	butin-jean-1925-09-20	{"a1": "1732", "g55": "03-314", "3a_sports": "752", "cfepp-final3": "635"}	{"g55": "03-314", "cfepp": "CF-635", "ertel": "ES-752", "lerrcp": "A1-1732"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Butin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1925-09-20 20:00", "note": null, "place": {"c1": null, "c2": "95", "c3": "", "cy": "FR", "lg": 2.1, "lat": 49.05, "name": "Pontoise", "geoid": 2986140}, "notime": null, "date-ut": "1925-09-20 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["field-hockey-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Butin"}, "birth": {"tzo": "+01:00", "date": "1925-09-20 08:00", "place": {"c2": "95", "cy": "FR", "lg": 2.1, "lat": 49.05, "name": "Pontoise", "geoid": 2986140}, "date-ut": "1925-09-20 07:00"}, "occus": ["field-hockey-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1732"}, "ids-in-sources": {"a1": "1732"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "95", "COU": "F", "DAY": "20", "LAT": "49N 0", "LON": "2E 0", "MON": "9", "NUM": "1732", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "PONTOISE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-09-20 08:00"}, "partial-ids": {"ertel": "ES-752"}}, "raw": {"L": "", "MF": "", "NR": "752", "ENG": "1", "MA_": "2", "G_NR": "1732", "MA12": "1", "MARS": "3", "NAME": "Butin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,700", "CSINR": "", "KURTZ": "", "PHAS_": "3,600", "STUND": "8,00", "CFEPNR": "635", "EXTEND": "1", "NATION": "FRA", "TAGMON": "20.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "20.09.1925", "GQBECORR": "c", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "HOCK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "butin-jean-1925-09-20", "birth": {"date": "1925-09-20 20:00", "place": {"c3": ""}, "date-ut": "1925-09-20 19:00"}, "occus": ["field-hockey-player"], "ids-in-sources": {"cfepp-final3": "635"}}, "raw": {"S": "7", "LT": "20 00", "LV": "I11", "TR": "f", "UT": "19 00", "LAT": "+49.05", "SRC": "AG", "LONG": "-02.10", "NAME": "BUTIN Jean", "SPORT": "Field Hockey", "LOC_DATE": "1925 09 20", "UNIV_DATE": "1925 09 20", "BIRTH_PLACE": "PONTOISE", "POSTAL_CODE": "95303"}, "date": "2023-08-20T14:46:09+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-314"}, "ids-in-source": {"g55": "03-314"}}, "raw": {"DAY": "20-9-1925", "HOUR": "8 h.", "NAME": "BUTIN Jean", "PLACE": "Pontoise (Seine-et-Oise)."}, "date": "2023-08-20T14:48:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1009	buysse-marcel-1889-11-11	{"a1": "1009", "3a_sports": "758"}	{"ertel": "ES-758", "lerrcp": "A1-1009"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Buysse", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1889-11-11 05:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "WONTERGEM", "geoid": 0}, "notime": null, "date-ut": "1889-11-11 04:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Buysse"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "WONTERGEM", "geoid": 0}, "date-ut": "1889-11-11 04:45:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1009"}, "ids-in-sources": {"a1": "1009"}}, "raw": {"H": "4", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "11", "LAT": "51N 5", "LON": "3E45", "MON": "11", "NUM": "1009", "PRO": "C", "SEC": "0", "YEA": "1889", "CITY": "WONTERGEM"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1889-11-11 05:00"}, "partial-ids": {"ertel": "ES-758"}}, "raw": {"L": "", "MF": "", "NR": "758", "ENG": "", "MA_": "1", "G_NR": "1009", "MA12": "2", "MARS": "4", "NAME": "Buysse", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,000", "CSINR": "", "KURTZ": "", "PHAS_": "89,800", "STUND": "5,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "11.11.", "ZITATE": "G", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "11.11.1889", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
288	cabruna-erneste-1889-06-02	{"a1": "288", "3a_sports": "766"}	{"ertel": "ES-766", "lerrcp": "A1-288"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erneste", "family": "Cabruna", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1889-06-02 20:30", "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.86374, "lat": 44.89784, "name": "Tortona", "geoid": 3165370}, "notime": null, "date-ut": "1889-06-02 19:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Erneste", "family": "Cabruna"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.86374, "lat": 44.89784, "name": "Tortona", "geoid": 3165370}, "date-ut": "1889-06-02 19:40:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-288"}, "ids-in-sources": {"a1": "288"}}, "raw": {"H": "20", "MN": "40", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "2", "LAT": "45N 0", "LON": "9E 0", "MON": "6", "NUM": "288", "PRO": "C", "SEC": "4", "YEA": "1889", "CITY": "TORTONA"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1889-06-02 20:30"}, "partial-ids": {"ertel": "ES-766"}}, "raw": {"L": "", "MF": "", "NR": "766", "ENG": "", "MA_": "1", "G_NR": "288", "MA12": "7", "MARS": "19", "NAME": "Cabruna", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,800", "CSINR": "", "KURTZ": "", "PHAS_": "9,400", "STUND": "20,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "02.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Erneste", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.06.1889", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15869	cabanier-jean-michel-1936-05-13	{"d6": "80", "3a_sports": "763", "cfepp-final3": "832"}	{"cfepp": "CF-832", "ertel": "ES-763", "lerrcp": "D6-80"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Michel", "family": "Cabanier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1936-05-13 17:20", "note": null, "place": {"c1": null, "c2": "82", "c3": "", "cy": "FR", "lg": -1.48, "lat": 44.24, "name": "MONTPEZAT DE QUERCY", "geoid": null}, "notime": null, "date-ut": "1936-05-13 16:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Jean-Michel", "family": "Cabanier"}, "birth": {"date": "1936-05-13 17:20", "place": {"cy": "FR", "lg": 1.46667, "lat": 44.25}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "80"}}, "raw": {"H": "17", "MN": "20", "DAY": "13", "LAT": "44N15", "LON": "01E28", "MON": "5", "NUM": "80", "SEC": "0", "YEA": "1936", "NAME": "Cabanier Jean Michel"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-763"}}, "raw": {"L": "", "MF": "", "NR": "763", "ENG": "", "MA_": "1", "G_NR": "80", "MA12": "5", "MARS": "14", "NAME": "Cabanier", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-9,800", "CSINR": "", "KURTZ": "", "PHAS_": "63,800", "STUND": "", "CFEPNR": "833", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.05.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean Michel", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "13.05.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1936-05-13 17:20", "place": {"c2": "82", "c3": "", "cy": "FR", "lg": -1.48, "lat": 44.24, "name": "MONTPEZAT DE QUERCY"}, "date-ut": "1936-05-13 16:20"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "832"}}, "raw": {"S": "5", "LT": "17 20", "LV": "I27", "TR": "f", "UT": "16 20", "LAT": "+44.24", "SRC": "L", "LONG": "-01.48", "NAME": "CABANIER Jean Michel", "SPORT": "Rugby Union", "LOC_DATE": "1936 05 13", "UNIV_DATE": "1936 05 13", "BIRTH_PLACE": "MONTPEZAT DE QUERCY", "POSTAL_CODE": "82270"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
290	cagno-alessandro-1883-05-02	{"a1": "290", "3a_sports": "775"}	{"ertel": "ES-775", "lerrcp": "A1-290"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alessandro", "family": "Cagno", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1883-05-02 19:00", "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1883-05-02 18:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Alessandro", "family": "Cagno"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1883-05-02 18:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-290"}, "ids-in-sources": {"a1": "290"}}, "raw": {"H": "19", "MN": "10", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "2", "LAT": "45N 0", "LON": "8E 0", "MON": "5", "NUM": "290", "PRO": "C", "SEC": "4", "YEA": "1883", "CITY": "TORINO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1883-05-02 19:00"}, "partial-ids": {"ertel": "ES-775"}}, "raw": {"L": "", "MF": "", "NR": "775", "ENG": "", "MA_": "0", "G_NR": "290", "MA12": "8", "MARS": "23", "NAME": "Cagno", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,90", "CSINR": "", "KURTZ": "", "PHAS_": "31,500", "STUND": "19,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "02.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alessandro", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.05.1883", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1460	caimo-angelo-1914-07-14	{"a1": "1461", "3a_sports": "778"}	{"ertel": "ES-778", "lerrcp": "A1-1461"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Caimo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-07-14 13:05", "note": null, "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 9, "lat": 45.5, "name": "S. PIETRO MOSEZ", "geoid": 0}, "notime": null, "date-ut": "1914-07-14 12:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Angelo", "family": "Caimo"}, "birth": {"place": {"c2": "NO", "cy": "IT", "lg": 9, "lat": 45.5, "name": "S. PIETRO MOSEZ", "geoid": 0}, "date-ut": "1914-07-14 12:05"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1461"}, "ids-in-sources": {"a1": "1461"}}, "raw": {"H": "13", "MN": "5", "TZ": "-1", "COD": "NO", "COU": "I", "DAY": "14", "LAT": "45N30", "LON": "9E 0", "MON": "7", "NUM": "1461", "PRO": "C", "SEC": "0", "YEA": "1914", "CITY": "S. PIETRO MOSEZ"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1914-07-14 13:05"}, "partial-ids": {"ertel": "ES-778"}}, "raw": {"L": "", "MF": "", "NR": "778", "ENG": "", "MA_": "1", "G_NR": "1461", "MA12": "2", "MARS": "6", "NAME": "Caimo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,000", "CSINR": "", "KURTZ": "", "PHAS_": "62,500", "STUND": "13,08", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "14.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Angelo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.07.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1848	caillou-robert-1918-04-29	{"a1": "1849", "g55": "03-377", "3a_sports": "777"}	{"g55": "03-377", "ertel": "ES-777", "lerrcp": "A1-1849"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Caillou", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1918-04-29 22:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "notime": null, "date-ut": "1918-04-29 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Caillou"}, "birth": {"tzo": "+01:00", "date": "1918-04-29 22:00", "place": {"c2": "64", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "date-ut": "1918-04-29 21:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1849"}, "ids-in-sources": {"a1": "1849"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "29", "LAT": "43N18", "LON": "0W22", "MON": "4", "NUM": "1849", "PRO": "C", "SEC": "0", "YEA": "1918", "CITY": "BAYONNE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1918-04-29 22:00"}, "partial-ids": {"ertel": "ES-777"}}, "raw": {"L": "", "MF": "", "NR": "777", "ENG": "1", "MA_": "2", "G_NR": "1849", "MA12": "4", "MARS": "10", "NAME": "Caillou", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,000", "CSINR": "", "KURTZ": "", "PHAS_": "93,300", "STUND": "22,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "29.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "29.04.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-377"}, "ids-in-source": {"g55": "03-377"}}, "raw": {"DAY": "29-4-1918", "HOUR": "22 h.", "NAME": "CAILLOU Robert", "PLACE": "Bayonne (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
291	calderara-attilio-1886-10-26	{"a1": "291", "3a_sports": "779"}	{"ertel": "ES-779", "lerrcp": "A1-291"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Attilio", "family": "Calderara", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1886-10-26 09:00", "note": null, "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "notime": null, "date-ut": "1886-10-26 08:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Attilio", "family": "Calderara"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "date-ut": "1886-10-26 08:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-291"}, "ids-in-sources": {"a1": "291"}}, "raw": {"H": "9", "MN": "10", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "26", "LAT": "45N24", "LON": "11E 0", "MON": "10", "NUM": "291", "PRO": "C", "SEC": "4", "YEA": "1886", "CITY": "VERONA"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1886-10-26 09:00"}, "partial-ids": {"ertel": "ES-779"}}, "raw": {"L": "", "MF": "", "NR": "779", "ENG": "", "MA_": "1", "G_NR": "291", "MA12": "12", "MARS": "35", "NAME": "Calderara", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,900", "CSINR": "", "KURTZ": "", "PHAS_": "2,500", "STUND": "9,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "26.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Attilio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.10.1886", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1011	callens-norbert-1924-06-22	{"a1": "1011", "3a_sports": "786"}	{"ertel": "ES-786", "lerrcp": "A1-1011"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Norbert", "family": "Callens", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-06-22 19:30", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "WAKKEN", "geoid": 0}, "notime": null, "date-ut": "1924-06-22 18:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Norbert", "family": "Callens"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "WAKKEN", "geoid": 0}, "date-ut": "1924-06-22 18:30:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1011"}, "ids-in-sources": {"a1": "1011"}}, "raw": {"H": "18", "MN": "30", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "22", "LAT": "51N13", "LON": "3E15", "MON": "6", "NUM": "1011", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "WAKKEN"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-06-22 19:30"}, "partial-ids": {"ertel": "ES-786"}}, "raw": {"L": "", "MF": "", "NR": "786", "ENG": "", "MA_": "1", "G_NR": "1011", "MA12": "11", "MARS": "31", "NAME": "Callens", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "71,300", "STUND": "19,50", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "22.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Norbert", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.06.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1850	calvo-guy-1933-05-13	{"a1": "1851", "3a_sports": "787"}	{"ertel": "ES-787", "lerrcp": "A1-1851"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Calvo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1933-05-13 15:00", "note": null, "place": {"c1": null, "c2": "65", "c3": null, "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "notime": null, "date-ut": "1933-05-13 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Calvo"}, "birth": {"tzo": "+01:00", "date": "1933-05-13 15:00", "place": {"c2": "65", "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "date-ut": "1933-05-13 14:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1851"}, "ids-in-sources": {"a1": "1851"}}, "raw": {"H": "14", "MN": "0", "TZ": "0", "COD": "65", "COU": "F", "DAY": "13", "LAT": "43N14", "LON": "0E 5", "MON": "5", "NUM": "1851", "PRO": "C", "SEC": "0", "YEA": "1933", "CITY": "TARBES"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1933-05-13 15:00"}, "partial-ids": {"ertel": "ES-787"}}, "raw": {"L": "", "MF": "", "NR": "787", "ENG": "1", "MA_": "2", "G_NR": "1851", "MA12": "1", "MARS": "3", "NAME": "Calvo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,200", "CSINR": "", "KURTZ": "", "PHAS_": "86,100", "STUND": "15,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "13.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Guy", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.05.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
699	calzavara-artemio-1928-02-09	{"a1": "699", "3a_sports": "788"}	{"ertel": "ES-788", "lerrcp": "A1-699"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Artemio", "family": "Calzavara", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-02-09 21:10", "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45.4, "name": "CAMPO SAN PIETR", "geoid": 0}, "notime": null, "date-ut": "1928-02-09 20:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Artemio", "family": "Calzavara"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 12.25, "lat": 45.4, "name": "CAMPO SAN PIETR", "geoid": 0}, "date-ut": "1928-02-09 20:10"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-699"}, "ids-in-sources": {"a1": "699"}}, "raw": {"H": "21", "MN": "10", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "9", "LAT": "45N24", "LON": "12E15", "MON": "2", "NUM": "699", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "CAMPO SAN PIETR"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-02-09 21:10"}, "partial-ids": {"ertel": "ES-788"}}, "raw": {"L": "", "MF": "", "NR": "788", "ENG": "", "MA_": "1", "G_NR": "699", "MA12": "9", "MARS": "26", "NAME": "Calzavara", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,300", "CSINR": "", "KURTZ": "", "PHAS_": "89,600", "STUND": "21,17", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "09.02.", "ZITATE": "F", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Artemio", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "09.02.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
293	camandone-alberto-1892-04-13	{"a1": "293", "3a_sports": "790"}	{"ertel": "ES-790", "lerrcp": "A1-293"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberto", "family": "Camandone", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1892-04-13 13:00", "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 7.35, "lat": 44.88333, "name": "Pinerolo", "geoid": 3170694}, "notime": null, "date-ut": "1892-04-13 12:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Alberto", "family": "Camandone"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 7.35, "lat": 44.88333, "name": "Pinerolo", "geoid": 3170694}, "date-ut": "1892-04-13 12:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-293"}, "ids-in-sources": {"a1": "293"}}, "raw": {"H": "13", "MN": "10", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "13", "LAT": "45N 0", "LON": "8E 0", "MON": "4", "NUM": "293", "PRO": "C", "SEC": "4", "YEA": "1892", "CITY": "PINEROLO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1892-04-13 13:00"}, "partial-ids": {"ertel": "ES-790"}}, "raw": {"L": "", "MF": "", "NR": "790", "ENG": "", "MA_": "1", "G_NR": "293", "MA12": "7", "MARS": "21", "NAME": "Camandone", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,400", "CSINR": "", "KURTZ": "", "PHAS_": "99,500", "STUND": "13,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "13.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alberto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.04.1892", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1851	camberabero-lilian-1937-07-15	{"a1": "1852", "3a_sports": "792", "cfepp-final3": "834"}	{"cfepp": "CF-834", "ertel": "ES-792", "lerrcp": "A1-1852"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lilian", "family": "Camberabero", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1937-07-15 12:00", "note": null, "place": {"c1": null, "c2": "40", "c3": "", "cy": "FR", "lg": -0.5, "lat": 43.9, "name": "Saint-Vincent-de-T", "geoid": 0}, "notime": null, "date-ut": "1937-07-15 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Lilian", "family": "Camberabero"}, "birth": {"tzo": "+01:00", "date": "1937-07-15 12:00", "place": {"c2": "40", "cy": "FR", "lg": -0.5, "lat": 43.9, "name": "Saint-Vincent-de-T", "geoid": 0}, "date-ut": "1937-07-15 11:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1852"}, "ids-in-sources": {"a1": "1852"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "40", "COU": "F", "DAY": "15", "LAT": "43N54", "LON": "0W30", "MON": "7", "NUM": "1852", "PRO": "C", "SEC": "0", "YEA": "1937", "CITY": "ST-VINCENT-DE-T"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1937-07-15 12:00"}, "partial-ids": {"ertel": "ES-792"}}, "raw": {"L": "", "MF": "", "NR": "792", "ENG": "", "MA_": "1", "G_NR": "1852", "MA12": "11", "MARS": "31", "NAME": "Camberabero", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,800", "CSINR": "", "KURTZ": "", "PHAS_": "46,200", "STUND": "12,00", "CFEPNR": "835", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.07.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Lilian", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "15.07.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1937-07-15 12:00", "place": {"c3": ""}, "date-ut": "1937-07-15 11:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "834"}}, "raw": {"S": "11", "LT": "12 00", "LV": "I13", "TR": "f", "UT": "11 00", "LAT": "+43.66", "SRC": "L", "LONG": "+01.30", "NAME": "CAMBERABERO Lilian", "SPORT": "Rugby Union", "LOC_DATE": "1937 07 15", "UNIV_DATE": "1937 07 15", "BIRTH_PLACE": "ST VINCENT DE TYROSSE", "POSTAL_CODE": "40230"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
144	camerman-felix-1884-10-02	{"a1": "144", "3a_sports": "796"}	{"ertel": "ES-796", "lerrcp": "A1-144"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Camerman", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1884-10-02 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "11", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1884-10-02 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Camerman"}, "birth": {"tzo": "+00:09:24", "date": "1884-10-02 05:00", "place": {"c2": "75", "c3": "11", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1884-10-02 04:50:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-144"}, "ids-in-sources": {"a1": "144"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "144", "PRO": "C", "SEC": "40", "YEA": "1884", "CITY": "PARIS 11E"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1884-10-02 05:00"}, "partial-ids": {"ertel": "ES-796"}}, "raw": {"L": "", "MF": "", "NR": "796", "ENG": "", "MA_": "1", "G_NR": "144", "MA12": "11", "MARS": "31", "NAME": "Camerman", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,200", "CSINR": "", "KURTZ": "", "PHAS_": "89,700", "STUND": "5,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.10.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Félix", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "02.10.1884", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
915	campana-loris-1926-08-03	{"a1": "915", "3a_sports": "802"}	{"ertel": "ES-802", "lerrcp": "A1-915"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Loris", "family": "Campana", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-08-03 08:00", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "IT", "lg": 10.53278, "lat": 45.12058, "name": "Marcaria", "geoid": 3174008}, "notime": null, "date-ut": "1926-08-03 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Loris", "family": "Campana"}, "birth": {"place": {"c2": "MN", "cy": "IT", "lg": 10.53278, "lat": 45.12058, "name": "Marcaria", "geoid": 3174008}, "date-ut": "1926-08-03 07:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-915"}, "ids-in-sources": {"a1": "915"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "MN", "COU": "I", "DAY": "3", "LAT": "45N12", "LON": "11E 0", "MON": "8", "NUM": "915", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "MARCARIA"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-08-03 08:00"}, "partial-ids": {"ertel": "ES-802"}}, "raw": {"L": "", "MF": "", "NR": "802", "ENG": "", "MA_": "1", "G_NR": "915", "MA12": "5", "MARS": "13", "NAME": "Campana", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,900", "CSINR": "", "KURTZ": "", "PHAS_": "27,500", "STUND": "8,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "03.08.", "ZITATE": "KS", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Loris", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "03.08.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15874	campaes-andre-1944-04-30	{"d6": "85", "3a_sports": "800", "cfepp-final3": "836"}	{"cfepp": "CF-836", "ertel": "ES-800", "lerrcp": "D6-85"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Campaes", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1944-04-30 08:00", "note": null, "place": {"c1": null, "c2": "65", "c3": "", "cy": "FR", "lg": 0.04, "lat": 43.1, "name": "LOURDES", "geoid": null}, "notime": null, "date-ut": "1944-04-30 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "André", "family": "Campaes"}, "birth": {"date": "1944-03-30 08:00", "place": {"cy": "FR", "lg": -0.03333, "lat": 43.1}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "85"}}, "raw": {"H": "8", "MN": "0", "DAY": "30", "LAT": "43N06", "LON": "00W02", "MON": "3", "NUM": "85", "SEC": "0", "YEA": "1944", "NAME": "Campaes André"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-800"}}, "raw": {"L": "", "MF": "", "NR": "800", "ENG": "", "MA_": "1", "G_NR": "85", "MA12": "11", "MARS": "31", "NAME": "Campaes", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "9,700", "CSINR": "", "KURTZ": "", "PHAS_": "35,000", "STUND": "", "CFEPNR": "837", "EXTEND": "", "NATION": "FRA", "TAGMON": "30.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "30.03.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "campaes-andre-1944-04-30", "birth": {"date": "1944-04-30 08:00", "place": {"c2": "65", "c3": "", "cy": "FR", "lg": 0.04, "lat": 43.1, "name": "LOURDES"}, "date-ut": "1944-04-30 06:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "836"}}, "raw": {"S": "10", "LT": "08 00", "LV": "I13", "TR": "f", "UT": "06 00", "LAT": "+43.10", "SRC": "L", "LONG": "+00.04", "NAME": "CAMPAES Andre", "SPORT": "Rugby Union", "LOC_DATE": "1944 04 30", "UNIV_DATE": "1944 04 30", "BIRTH_PLACE": "LOURDES", "POSTAL_CODE": "65100"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1461	campatelli-aldo-1919-04-07	{"a1": "1462", "3a_sports": "804"}	{"ertel": "ES-804", "lerrcp": "A1-1462"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Campatelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-04-07 15:00", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1919-04-07 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Aldo", "family": "Campatelli"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1919-04-07 13:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1462"}, "ids-in-sources": {"a1": "1462"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "7", "LAT": "45N30", "LON": "9E15", "MON": "4", "NUM": "1462", "PRO": "C", "SEC": "0", "YEA": "1919", "CITY": "MILANO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1919-04-07 15:00"}, "partial-ids": {"ertel": "ES-804"}}, "raw": {"L": "", "MF": "", "NR": "804", "ENG": "1", "MA_": "2", "G_NR": "1462", "MA12": "4", "MARS": "11", "NAME": "Campatelli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,900", "CSINR": "", "KURTZ": "", "PHAS_": "44,400", "STUND": "15,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "07.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Aldo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.04.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
294	caproni-gianni-1886-07-03	{"a1": "294", "a2": "2982", "3a_sports": "829"}	{"ertel": "ES-829", "lerrcp": "A1-294"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gianni", "family": "Caproni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1886-07-03 12:00", "note": null, "place": {"c1": null, "c2": "TN", "c3": null, "cy": "IT", "lg": 10.88672, "lat": 45.91772, "name": "Arco", "geoid": 3182910}, "notime": null, "date-ut": "1886-07-03 11:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot", "scientist"]	5	null	[{"new": {"name": {"given": "Gianni", "family": "Caproni"}, "birth": {"place": {"c2": "TN", "cy": "IT", "lg": 10.88672, "lat": 45.91772, "name": "Arco", "geoid": 3182910}, "date-ut": "1886-07-03 11:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-294"}, "ids-in-sources": {"a1": "294"}}, "raw": {"H": "12", "MN": "10", "TZ": "-1", "COD": "TN", "COU": "I", "DAY": "3", "LAT": "46N 0", "LON": "12E 0", "MON": "7", "NUM": "294", "PRO": "C", "SEC": "4", "YEA": "1886", "CITY": "ARCO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"occus": ["scientist"], "sources": "a2", "ids-in-sources": {"a2": "2982"}}, "raw": {"H": "12", "MN": "10", "TZ": "-1", "COD": "TN", "COU": "I", "DAY": "3", "LAT": "46N 0", "LON": "12E 0", "MON": "7", "NUM": "2982", "PRO": "S", "SEC": "4", "YEA": "1886", "CITY": "ARCO"}, "date": "2023-08-20T14:43:17+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1886-07-03 12:00"}, "partial-ids": {"ertel": "ES-829"}}, "raw": {"L": "", "MF": "", "NR": "829", "ENG": "1", "MA_": "2", "G_NR": "294", "MA12": "1", "MARS": "2", "NAME": "Caproni", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,600", "CSINR": "", "KURTZ": "", "PHAS_": "1,800", "STUND": "12,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "03.07.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gianni", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "03.07.1886", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
20	capdevielle-catherine-1938-09-02	{"a1": "20", "3a_sports": "816"}	{"cpara": "CP-98", "ertel": "ES-816", "lerrcp": "A1-20"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Catherine", "family": "Capdevielle", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1938-09-02 11:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.61906, "lat": 43.16315, "name": "Agnos", "geoid": 3038594}, "notime": null, "date-ut": "1938-09-02 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Catherine", "family": "Capdevielle"}, "birth": {"tzo": "+01:00", "date": "1938-09-02 11:00", "place": {"c2": "64", "cy": "FR", "lg": -0.61906, "lat": 43.16315, "name": "Agnos", "geoid": 3038594}, "date-ut": "1938-09-02 10:00"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-20"}, "ids-in-sources": {"a1": "20"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "2", "LAT": "43N18", "LON": "0W22", "MON": "9", "NUM": "20", "PRO": "C", "SEC": "0", "YEA": "1938", "CITY": "AGNOS"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "F", "birth": {"date": "1938-09-02 11:00"}, "partial-ids": {"ertel": "ES-816"}}, "raw": {"L": "", "MF": "F", "NR": "816", "ENG": "", "MA_": "0", "G_NR": "20", "MA12": "3", "MARS": "8", "NAME": "Capdevielle", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,700", "CSINR": "", "KURTZ": "p", "PHAS_": "52,700", "STUND": "11,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "98", "VORNAME": "Catherine", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "02.09.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15877	caracciola-rudolf-1901-01-30	{"d6": "88", "afd2": "105", "3a_sports": "832"}	{"ertel": "ES-832", "lerrcp": "D6-88", "muller": "M2-105"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rudolf", "family": "Caracciola", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1901-01-30 15:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 7.23333, "lat": 50.56667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Rudolf", "family": "Caracciola"}, "birth": {"date": "1901-01-30 15:30", "place": {"cy": "DE", "lg": 7.23333, "lat": 50.56667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "88"}}, "raw": {"H": "15", "MN": "30", "DAY": "30", "LAT": "50N34", "LON": "07E14", "MON": "1", "NUM": "88", "SEC": "0", "YEA": "1901", "NAME": "Caracciola Rudolf"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "birth": {"tzo": "+01:00"}, "occus": ["sportsperson"], "ids-in-sources": {"afd2": "105"}}, "raw": {"CY": "D", "GQ": "G", "LG": "007 E 14", "LAT": "50 N 35", "TZO": "-1.00", "DATE": "30.01.1901", "MUID": "105", "NAME": "Caracciola, Rudolf", "OCCU": "MA 13", "TIME": "15.30", "BOOKS": "567", "PLACE": "Remagen", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"sex": "M", "occus": ["motor-sports-competitor"], "partial-ids": {"ertel": "ES-832"}}, "raw": {"L": "", "MF": "", "NR": "832", "ENG": "", "MA_": "1", "G_NR": "88", "MA12": "10", "MARS": "29", "NAME": "Caracciola", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "9,800", "CSINR": "", "KURTZ": "", "PHAS_": "77,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "30.01.", "ZITATE": "CDSF", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Rudolf", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "30.01.1901", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1463	carapellese-riccardo-1922-07-01	{"a1": "1464", "3a_sports": "835"}	{"ertel": "ES-835", "lerrcp": "A1-1464"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Riccardo", "family": "Carapellese", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-07-01 15:10", "note": null, "place": {"c1": null, "c2": "FG", "c3": null, "cy": "IT", "lg": 15.89313, "lat": 41.26674, "name": "Cerignola", "geoid": 3179075}, "notime": null, "date-ut": "1922-07-01 14:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Riccardo", "family": "Carapellese"}, "birth": {"place": {"c2": "FG", "cy": "IT", "lg": 15.89313, "lat": 41.26674, "name": "Cerignola", "geoid": 3179075}, "date-ut": "1922-07-01 14:10"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1464"}, "ids-in-sources": {"a1": "1464"}}, "raw": {"H": "15", "MN": "10", "TZ": "-1", "COD": "FG", "COU": "I", "DAY": "1", "LAT": "41N36", "LON": "15E30", "MON": "7", "NUM": "1464", "PRO": "C", "SEC": "0", "YEA": "1922", "CITY": "CERIGNOLA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1922-07-01 15:10"}, "partial-ids": {"ertel": "ES-835"}}, "raw": {"L": "", "MF": "", "NR": "835", "ENG": "", "MA_": "0", "G_NR": "1464", "MA12": "12", "MARS": "34", "NAME": "Carapellese", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,000", "CSINR": "", "KURTZ": "", "PHAS_": "39,300", "STUND": "15,17", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.07.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Riccardo", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "01.07.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
916	carapezzi-anteo-1876-02-26	{"a1": "916", "3a_sports": "836"}	{"ertel": "ES-836", "lerrcp": "A1-916"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anteo", "family": "Carapezzi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1876-02-26 22:15", "note": null, "place": {"c1": null, "c2": "RE", "c3": null, "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "CORREGIO", "geoid": 0}, "notime": null, "date-ut": "1876-02-26 21:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Anteo", "family": "Carapezzi"}, "birth": {"place": {"c2": "RE", "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "CORREGIO", "geoid": 0}, "date-ut": "1876-02-26 21:25:04"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-916"}, "ids-in-sources": {"a1": "916"}}, "raw": {"H": "22", "MN": "25", "TZ": "-1", "COD": "RE", "COU": "I", "DAY": "26", "LAT": "44N36", "LON": "10E45", "MON": "2", "NUM": "916", "PRO": "C", "SEC": "4", "YEA": "1876", "CITY": "CORREGIO"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1876-02-26 22:15"}, "partial-ids": {"ertel": "ES-836"}}, "raw": {"L": "", "MF": "", "NR": "836", "ENG": "", "MA_": "1", "G_NR": "916", "MA12": "7", "MARS": "19", "NAME": "Carapezzi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,500", "CSINR": "", "KURTZ": "", "PHAS_": "0,600", "STUND": "22,25", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "26.02.", "ZITATE": "G", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Anteo", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "26.02.1876", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
712	garbelli-gian-1931-10-04	{"a1": "712", "3a_sports": "838"}	{"ertel": "ES-838", "lerrcp": "A1-712"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gian", "family": "Garbelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-10-04 09:00", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1931-10-04 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Gian", "family": "Garbelli"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1931-10-04 08:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-712"}, "ids-in-sources": {"a1": "712"}}, "raw": {"H": "9", "MN": "0", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "4", "LAT": "45N30", "LON": "9E15", "MON": "10", "NUM": "712", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "MILANO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-10-04 09:00"}, "partial-ids": {"ertel": "ES-838"}}, "raw": {"L": "", "MF": "", "NR": "838", "ENG": "0", "MA_": "2", "G_NR": "712", "MA12": "12", "MARS": "36", "NAME": "Carbelli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,800", "CSINR": "", "KURTZ": "", "PHAS_": "58,900", "STUND": "9,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "04.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gian", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.10.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
701	cardinale-benvenuto-1924-07-07	{"a1": "701", "3a_sports": "841"}	{"ertel": "ES-841", "lerrcp": "A1-701"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benvenuto", "family": "Cardinale", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-07-07 11:20", "note": null, "place": {"c1": null, "c2": "FG", "c3": null, "cy": "IT", "lg": 15.38585, "lat": 41.22303, "name": "Deliceto", "geoid": 3177629}, "notime": null, "date-ut": "1924-07-07 10:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Benvenuto", "family": "Cardinale"}, "birth": {"place": {"c2": "FG", "cy": "IT", "lg": 15.38585, "lat": 41.22303, "name": "Deliceto", "geoid": 3177629}, "date-ut": "1924-07-07 10:20"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-701"}, "ids-in-sources": {"a1": "701"}}, "raw": {"H": "11", "MN": "20", "TZ": "-1", "COD": "FG", "COU": "I", "DAY": "7", "LAT": "41N36", "LON": "15E30", "MON": "7", "NUM": "701", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "DELICETO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-07-07 11:20"}, "partial-ids": {"ertel": "ES-841"}}, "raw": {"L": "", "MF": "", "NR": "841", "ENG": "", "MA_": "0", "G_NR": "701", "MA12": "8", "MARS": "22", "NAME": "Cardinale", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,700", "CSINR": "", "KURTZ": "", "PHAS_": "20,900", "STUND": "11,33", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "07.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Benvenuto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.07.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
296	carlassare-nino-1896-02-06	{"a1": "296", "3a_sports": "845"}	{"ertel": "ES-845", "lerrcp": "A1-296"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nino", "family": "Carlassare", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1896-02-06 10:00", "note": null, "place": {"c1": null, "c2": "VI", "c3": null, "cy": "IT", "lg": 12, "lat": 45.5, "name": "VINCENZA", "geoid": 0}, "notime": null, "date-ut": "1896-02-06 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Nino", "family": "Carlassare"}, "birth": {"place": {"c2": "VI", "cy": "IT", "lg": 12, "lat": 45.5, "name": "VINCENZA", "geoid": 0}, "date-ut": "1896-02-06 09:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-296"}, "ids-in-sources": {"a1": "296"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "VI", "COU": "I", "DAY": "6", "LAT": "45N30", "LON": "12E 0", "MON": "2", "NUM": "296", "PRO": "C", "SEC": "0", "YEA": "1896", "CITY": "VINCENZA"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1896-02-06 10:00"}, "partial-ids": {"ertel": "ES-845"}}, "raw": {"L": "", "MF": "", "NR": "845", "ENG": "1", "MA_": "2", "G_NR": "296", "MA12": "4", "MARS": "10", "NAME": "Carlassare", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,10", "CSINR": "", "KURTZ": "", "PHAS_": "50,400", "STUND": "10,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "06.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Nino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.02.1896", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15878	cardet-louis-1943-06-20	{"d6": "89", "3a_sports": "840", "cfepp-final3": "453"}	{"cfepp": "CF-453", "ertel": "ES-840", "lerrcp": "D6-89"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Cardet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-06-20 23:15", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": 3.55, "lat": 47.87, "name": "QUIMPERLE", "geoid": null}, "notime": null, "date-ut": "1943-06-20 21:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Cardet"}, "birth": {"date": "1943-06-20 23:15", "place": {"cy": "FR", "lg": -3.55, "lat": 47.86667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "89"}}, "raw": {"H": "23", "MN": "15", "DAY": "20", "LAT": "47N52", "LON": "03W33", "MON": "6", "NUM": "89", "SEC": "0", "YEA": "1943", "NAME": "Cardet Louis"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-840"}}, "raw": {"L": "", "MF": "", "NR": "840", "ENG": "", "MA_": "1", "G_NR": "89", "MA12": "10", "MARS": "30", "NAME": "Cardiet", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-3,700", "CSINR": "", "KURTZ": "", "PHAS_": "95,300", "STUND": "", "CFEPNR": "453", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.06.", "ZITATE": "DF", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Louis", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "20.06.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1943-06-20 23:15", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": 3.55, "lat": 47.87, "name": "QUIMPERLE"}, "date-ut": "1943-06-20 21:15"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "453"}}, "raw": {"S": "10", "LT": "23 15", "LV": "I6", "TR": "f", "UT": "21 15", "LAT": "+47.87", "SRC": "L", "LONG": "+03.55", "NAME": "CARDIET Louis", "SPORT": "Soccer", "LOC_DATE": "1943 06 20", "UNIV_DATE": "1943 06 20", "BIRTH_PLACE": "QUIMPERLE", "POSTAL_CODE": "29130"}, "date": "2023-08-20T14:46:03+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15881	carr-willie-1950-01-06	{"d6": "93", "3a_sports": "857"}	{"ertel": "ES-857", "lerrcp": "D6-93"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willie", "family": "Carr", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1950-01-06 06:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -4.25, "lat": 55.88333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Willie", "family": "Carr"}, "birth": {"date": "1950-01-06 06:00", "place": {"cy": "GB", "lg": -4.25, "lat": 55.88333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "93"}}, "raw": {"H": "6", "MN": "0", "DAY": "6", "LAT": "55N53", "LON": "04W15", "MON": "1", "NUM": "93", "SEC": "0", "YEA": "1950", "NAME": "Carr Willie"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-857"}}, "raw": {"L": "", "MF": "", "NR": "857", "ENG": "1", "MA_": "2", "G_NR": "93", "MA12": "4", "MARS": "10", "NAME": "Carr", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-2,600", "CSINR": "", "KURTZ": "", "PHAS_": "96,700", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "SCO", "TAGMON": "06.01.", "ZITATE": "TE", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Willie", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "06.01.1950", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
823	gerardin-louis-1912-08-12	{"a1": "823", "g55": "03-149", "3a_sports": "1829", "cfepp-final3": "307"}	{"g55": "03-149", "cfepp": "CF-307", "cpara": "CP-204", "ertel": "ES-1829", "lerrcp": "A1-823"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Gerardin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1912-08-12 22:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Boulogne-Billancourt", "geoid": 0}, "notime": null, "date-ut": "1912-08-12 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Gerardin"}, "birth": {"tzo": "+00:00", "date": "1912-08-12 22:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Boulogne-Billanc", "geoid": 0}, "date-ut": "1912-08-12 22:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-823"}, "ids-in-sources": {"a1": "823"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "92", "COU": "F", "DAY": "12", "LAT": "48N50", "LON": "2E11", "MON": "8", "NUM": "823", "PRO": "C", "SEC": "0", "YEA": "1912", "CITY": "BOULOGNE-BILLANC"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1912-08-12 22:00"}, "partial-ids": {"ertel": "ES-1829"}}, "raw": {"L": "", "MF": "", "NR": "1829", "ENG": "", "MA_": "0", "G_NR": "823", "MA12": "8", "MARS": "22", "NAME": "Gerardin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,100", "CSINR": "", "KURTZ": "", "PHAS_": "1,200", "STUND": "22,00", "CFEPNR": "307", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.08.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "204", "VORNAME": "Louis", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "12.08.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1912-08-12 22:00", "place": {"c3": ""}, "date-ut": "1912-08-12 22:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "307"}}, "raw": {"S": "7", "LT": "22 00", "LV": "M", "TR": "f", "UT": "22 00", "LAT": "+48.84", "SRC": "ALG", "LONG": "-02.24", "NAME": "GERARDIN Louis", "SPORT": "Cycling", "LOC_DATE": "1912 08 12", "UNIV_DATE": "1912 08 12", "BIRTH_PLACE": "BOULOGNE BILLANCOURT", "POSTAL_CODE": "92104 CEDEX"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Boulogne-Billancourt"}}, "partial-ids": {"g55": "03-149"}, "ids-in-source": {"g55": "03-149"}}, "raw": {"DAY": "12-8-1912", "HOUR": "22 h.", "NAME": "GERARDIN Louis", "PLACE": "Boulogne-Billancourt (Seine)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1855	carrere-andre-1932-05-08	{"a1": "1856", "3a_sports": "863", "cfepp-final3": "741"}	{"cfepp": "CF-741", "ertel": "ES-863", "lerrcp": "A1-1856"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Carrere", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1932-05-08 10:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "notime": null, "date-ut": "1932-05-08 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "André", "family": "Carrere"}, "birth": {"tzo": "+01:00", "date": "1932-05-08 10:00", "place": {"c2": "64", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "date-ut": "1932-05-08 09:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1856"}, "ids-in-sources": {"a1": "1856"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "8", "LAT": "43N18", "LON": "0W22", "MON": "5", "NUM": "1856", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "PAU"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-05-08 10:00"}, "partial-ids": {"ertel": "ES-863"}}, "raw": {"L": "", "MF": "", "NR": "863", "ENG": "", "MA_": "0", "G_NR": "1856", "MA12": "3", "MARS": "7", "NAME": "Carrere", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,200", "CSINR": "", "KURTZ": "", "PHAS_": "4,800", "STUND": "10,00", "CFEPNR": "741", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "08.05.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1932-05-08 10:00", "place": {"c3": ""}, "date-ut": "1932-05-08 09:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "741"}}, "raw": {"S": "3", "LT": "10 00", "LV": "I23", "TR": "f", "UT": "09 00", "LAT": "+43.30", "SRC": "L", "LONG": "+00.37", "NAME": "CARRERE Andre", "SPORT": "Rugby League", "LOC_DATE": "1932 05 08", "UNIV_DATE": "1932 05 08", "BIRTH_PLACE": "PAU", "POSTAL_CODE": "64015 CEDEX"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
791	carrara-emile-1925-01-11	{"a1": "791", "g55": "03-123", "3a_sports": "859", "cfepp-final3": "283"}	{"g55": "03-123", "cfepp": "CF-283", "ertel": "ES-859", "lerrcp": "A1-791"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Carrara", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1925-01-11 02:00", "note": null, "place": {"c1": null, "c2": "95", "c3": "", "cy": "FR", "lg": 2.24744, "lat": 48.94788, "name": "Argenteuil", "geoid": 3037044}, "notime": null, "date-ut": "1925-01-11 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Carrara"}, "birth": {"tzo": "+00:00", "date": "1925-01-11 02:00", "place": {"c2": "95", "cy": "FR", "lg": 2.24744, "lat": 48.94788, "name": "Argenteuil", "geoid": 3037044}, "date-ut": "1925-01-11 02:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-791"}, "ids-in-sources": {"a1": "791"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "95", "COU": "F", "DAY": "11", "LAT": "49N 0", "LON": "2E 0", "MON": "1", "NUM": "791", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "ARGENTEUIL"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-01-11 02:00"}, "partial-ids": {"ertel": "ES-859"}}, "raw": {"L": "", "MF": "", "NR": "859", "ENG": "", "MA_": "0", "G_NR": "791", "MA12": "8", "MARS": "22", "NAME": "Carrara", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,600", "CSINR": "", "KURTZ": "", "PHAS_": "99,300", "STUND": "2,00", "CFEPNR": "283", "EXTEND": "", "NATION": "FRA", "TAGMON": "11.01.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Emile", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "11.01.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1925-01-11 02:00", "place": {"c3": ""}, "date-ut": "1925-01-11 02:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "283"}}, "raw": {"S": "8", "LT": "02 00", "LV": "F", "TR": "f", "UT": "02 00", "LAT": "+48.94", "SRC": "ALG", "LONG": "-02.23", "NAME": "CARRARA Emile", "SPORT": "Cycling", "LOC_DATE": "1925 01 11", "UNIV_DATE": "1925 01 11", "BIRTH_PLACE": "ARGENTEUIL", "POSTAL_CODE": "95107 CEDEX"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-123"}, "ids-in-source": {"g55": "03-123"}}, "raw": {"DAY": "11-1-1925", "HOUR": "2 h.", "NAME": "CARRARA Emile", "PLACE": "Argenteuil (Seine-et-Oise)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
821	geminiani-raphael-1925-06-12	{"a1": "821", "g55": "03-147", "3a_sports": "1817", "cfepp-final3": "306"}	{"g55": "03-147", "cfepp": "CF-306", "cpara": "CP-201", "ertel": "ES-1817", "lerrcp": "A1-821"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raphaël", "family": "Geminiani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1925-06-12 02:30", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "notime": null, "date-ut": "1925-06-12 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Raphaël", "family": "Geminiani"}, "birth": {"tzo": "+01:00", "date": "1925-06-12 02:30", "place": {"c2": "63", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "date-ut": "1925-06-12 01:30"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-821"}, "ids-in-sources": {"a1": "821"}}, "raw": {"H": "1", "MN": "30", "TZ": "0", "COD": "63", "COU": "F", "DAY": "12", "LAT": "45N47", "LON": "3E 5", "MON": "6", "NUM": "821", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "CLERMONT-FERRAND"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-06-12 02:30"}, "partial-ids": {"ertel": "ES-1817"}}, "raw": {"L": "", "MF": "", "NR": "1817", "ENG": "", "MA_": "1", "G_NR": "821", "MA12": "9", "MARS": "27", "NAME": "Geminiani", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,30", "CSINR": "", "KURTZ": "", "PHAS_": "67,000", "STUND": "2,50", "CFEPNR": "306", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.06.", "ZITATE": "DSO", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "201", "VORNAME": "Raphael", "ZITRANG": "4", "GAUQ1955": "+", "GEBDATUM": "12.06.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1925-06-12 02:30", "place": {"c3": ""}, "date-ut": "1925-06-12 01:30"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "306"}}, "raw": {"S": "9", "LT": "02 30", "LV": "F", "TR": "f", "UT": "01 30", "LAT": "+45.78", "SRC": "ALG", "LONG": "-03.09", "NAME": "GEMINIANI Raphael", "SPORT": "Cycling", "LOC_DATE": "1925 06 12", "UNIV_DATE": "1925 06 12", "BIRTH_PLACE": "CLERMONT-FERRAND", "POSTAL_CODE": "63002 CEDEX"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-147"}, "ids-in-source": {"g55": "03-147"}}, "raw": {"DAY": "12-6-1925", "HOUR": "2 h. 30", "NAME": "GEMINIANI Raphael", "PLACE": "Clermont-Ferrand (P.-de-D.)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
15883	caerrere-christian-1943-07-27	{"d6": "95", "3a_sports": "864", "cfepp-final3": "839"}	{"cfepp": "CF-839", "ertel": "ES-864", "lerrcp": "D6-95"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Caerrere", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-07-27 06:00", "note": null, "place": {"c1": null, "c2": "65", "c3": "", "cy": "FR", "lg": -0.08, "lat": 43.23, "name": "TARBES", "geoid": null}, "notime": null, "date-ut": "1943-07-27 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Christian", "family": "Caerrere"}, "birth": {"date": "1943-07-27 06:00", "place": {"cy": "FR", "lg": 0.08333, "lat": 43.23333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "95"}}, "raw": {"H": "6", "MN": "0", "DAY": "27", "LAT": "43N14", "LON": "00E05", "MON": "7", "NUM": "95", "SEC": "0", "YEA": "1943", "NAME": "Caerrere Christian"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-864"}}, "raw": {"L": "", "MF": "", "NR": "864", "ENG": "", "MA_": "1", "G_NR": "95", "MA12": "2", "MARS": "6", "NAME": "Carrere", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-8,900", "CSINR": "", "KURTZ": "", "PHAS_": "22,900", "STUND": "", "CFEPNR": "840", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.07.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Christian", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "27.07.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1943-07-27 06:00", "place": {"c2": "65", "c3": "", "cy": "FR", "lg": -0.08, "lat": 43.23, "name": "TARBES"}, "date-ut": "1943-07-27 04:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "839"}}, "raw": {"S": "2", "LT": "06 00", "LV": "I26", "TR": "f", "UT": "04 00", "LAT": "+43.23", "SRC": "L", "LONG": "-00.08", "NAME": "CARRERE Christian", "SPORT": "Rugby Union", "LOC_DATE": "1943 07 27", "UNIV_DATE": "1943 07 27", "BIRTH_PLACE": "TARBES", "POSTAL_CODE": "65013 CEDEX"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1856	carrere-jean-1930-04-05	{"a1": "1857", "3a_sports": "865", "cfepp-final3": "840"}	{"cfepp": "CF-840", "cpara": "CP-100", "ertel": "ES-865", "lerrcp": "A1-1857"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Carrere", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1930-04-05 05:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 3.02253, "lat": 42.54714, "name": "Argeles", "geoid": 3037068}, "notime": null, "date-ut": "1930-04-05 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Carrere"}, "birth": {"tzo": "+00:00", "date": "1930-04-05 05:00", "place": {"c2": "66", "cy": "FR", "lg": 3.02253, "lat": 42.54714, "name": "Argeles", "geoid": 3037068}, "date-ut": "1930-04-05 05:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1857"}, "ids-in-sources": {"a1": "1857"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "66", "COU": "F", "DAY": "5", "LAT": "42N42", "LON": "2E55", "MON": "4", "NUM": "1857", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "ARGELES"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-04-05 05:00"}, "partial-ids": {"ertel": "ES-865"}}, "raw": {"L": "", "MF": "", "NR": "865", "ENG": "1", "MA_": "2", "G_NR": "1857", "MA12": "1", "MARS": "1", "NAME": "Carrere", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,100", "CSINR": "", "KURTZ": "", "PHAS_": "33,700", "STUND": "5,00", "CFEPNR": "841", "EXTEND": "1", "NATION": "FRA", "TAGMON": "05.04.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "100", "VORNAME": "Jean", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "05.04.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1930-04-05 05:00", "place": {"c3": ""}, "date-ut": "1930-04-05 05:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "840"}}, "raw": {"S": "1", "LT": "05 00", "LV": "I8", "TR": "f", "UT": "05 00", "LAT": "+42.55", "SRC": "L", "LONG": "-03.02", "NAME": "CARRERE Jean", "SPORT": "Rugby Union", "LOC_DATE": "1930 04 05", "UNIV_DATE": "1930 04 05", "BIRTH_PLACE": "ARGELES SUR MER", "POSTAL_CODE": "66700"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
298	casagrande-eugenio-1892-09-03	{"a1": "298", "3a_sports": "871"}	{"ertel": "ES-871", "lerrcp": "A1-298"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugenio", "family": "Casagrande", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1892-09-03 05:48", "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1892-09-03 04:58:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Eugenio", "family": "Casagrande"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1892-09-03 04:58:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-298"}, "ids-in-sources": {"a1": "298"}}, "raw": {"H": "5", "MN": "58", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "3", "LAT": "41N54", "LON": "12E30", "MON": "9", "NUM": "298", "PRO": "C", "SEC": "4", "YEA": "1892", "CITY": "ROMA"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1892-09-03 05:48"}, "partial-ids": {"ertel": "ES-871"}}, "raw": {"L": "", "MF": "", "NR": "871", "ENG": "", "MA_": "0", "G_NR": "298", "MA12": "8", "MARS": "23", "NAME": "Casagrande de Vill", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,600", "CSINR": "", "KURTZ": "", "PHAS_": "81,900", "STUND": "5,80", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "03.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Eugenio (Conte)", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.09.1892", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1465	casari-giuseppe-1922-04-10	{"a1": "1466", "3a_sports": "874"}	{"ertel": "ES-874", "lerrcp": "A1-1466"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Casari", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-04-10 20:00", "note": null, "place": {"c1": null, "c2": "BG", "c3": null, "cy": "IT", "lg": 9.76706, "lat": 45.57308, "name": "Martinengo", "geoid": 3173839}, "notime": null, "date-ut": "1922-04-10 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Casari"}, "birth": {"place": {"c2": "BG", "cy": "IT", "lg": 9.76706, "lat": 45.57308, "name": "Martinengo", "geoid": 3173839}, "date-ut": "1922-04-10 19:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1466"}, "ids-in-sources": {"a1": "1466"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "BG", "COU": "I", "DAY": "10", "LAT": "45N36", "LON": "9E45", "MON": "4", "NUM": "1466", "PRO": "C", "SEC": "0", "YEA": "1922", "CITY": "MARTINENGO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1922-04-10 20:00"}, "partial-ids": {"ertel": "ES-874"}}, "raw": {"L": "", "MF": "", "NR": "874", "ENG": "", "MA_": "0", "G_NR": "1466", "MA12": "11", "MARS": "32", "NAME": "Casari", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,600", "CSINR": "", "KURTZ": "", "PHAS_": "95,000", "STUND": "20,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "10.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giuseppe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.04.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1858	casaux-louis-1938-07-15	{"a1": "1859", "3a_sports": "877"}	{"ertel": "ES-877", "lerrcp": "A1-1859"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Casaux", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1938-07-15 17:30", "note": null, "place": {"c1": null, "c2": "65", "c3": null, "cy": "FR", "lg": 0.00123, "lat": 43.23339, "name": "Ibos", "geoid": 3012921}, "notime": null, "date-ut": "1938-07-15 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Casaux"}, "birth": {"tzo": "+01:00", "date": "1938-07-15 17:30", "place": {"c2": "65", "cy": "FR", "lg": 0.00123, "lat": 43.23339, "name": "Ibos", "geoid": 3012921}, "date-ut": "1938-07-15 16:30"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1859"}, "ids-in-sources": {"a1": "1859"}}, "raw": {"H": "16", "MN": "30", "TZ": "0", "COD": "65", "COU": "F", "DAY": "15", "LAT": "43N14", "LON": "0E 5", "MON": "7", "NUM": "1859", "PRO": "C", "SEC": "0", "YEA": "1938", "CITY": "IBOS"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1938-07-15 17:30"}, "partial-ids": {"ertel": "ES-877"}}, "raw": {"L": "", "MF": "", "NR": "877", "ENG": "", "MA_": "0", "G_NR": "1859", "MA12": "5", "MARS": "15", "NAME": "Casaux", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,300", "CSINR": "", "KURTZ": "", "PHAS_": "94,800", "STUND": "17,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Louis", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.07.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
300	caselli-stefano-1890-07-21	{"a1": "300", "3a_sports": "878"}	{"ertel": "ES-878", "lerrcp": "A1-300"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stefano", "family": "Caselli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1890-07-21 18:30", "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1890-07-21 17:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Stefano", "family": "Caselli"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1890-07-21 17:40:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-300"}, "ids-in-sources": {"a1": "300"}}, "raw": {"H": "18", "MN": "40", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "21", "LAT": "45N 0", "LON": "8E 0", "MON": "7", "NUM": "300", "PRO": "C", "SEC": "4", "YEA": "1890", "CITY": "TORINO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1890-07-21 18:30"}, "partial-ids": {"ertel": "ES-878"}}, "raw": {"L": "", "MF": "", "NR": "878", "ENG": "", "MA_": "1", "G_NR": "300", "MA12": "2", "MARS": "6", "NAME": "Caselli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,900", "CSINR": "", "KURTZ": "", "PHAS_": "13,800", "STUND": "18,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "21.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Stefano", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.07.1890", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
301	cassinelli-guglielmo-1897-01-31	{"a1": "301", "3a_sports": "879"}	{"ertel": "ES-879", "lerrcp": "A1-301"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guglielmo", "family": "Cassinelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1897-01-31 16:30", "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 9, "lat": 45, "name": "CASALEMONFERRAT", "geoid": 0}, "notime": null, "date-ut": "1897-01-31 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Guglielmo", "family": "Cassinelli"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 9, "lat": 45, "name": "CASALEMONFERRAT", "geoid": 0}, "date-ut": "1897-01-31 15:30"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-301"}, "ids-in-sources": {"a1": "301"}}, "raw": {"H": "16", "MN": "30", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "31", "LAT": "45N 0", "LON": "9E 0", "MON": "1", "NUM": "301", "PRO": "C", "SEC": "0", "YEA": "1897", "CITY": "CASALEMONFERRAT"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1897-01-31 16:30"}, "partial-ids": {"ertel": "ES-879"}}, "raw": {"L": "", "MF": "", "NR": "879", "ENG": "", "MA_": "1", "G_NR": "301", "MA12": "2", "MARS": "5", "NAME": "Casinelli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,500", "CSINR": "", "KURTZ": "", "PHAS_": "4,000", "STUND": "16,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "31.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Guglielmo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "31.01.1897", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16445	casper-william-1931-06-24	{"d10": "208", "3a_sports": "882", "rawlins-ertel-irving": "55"}	{"ertel": "ES-882", "csicop": "CS-55", "lerrcp": "D10-208"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Casper", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1931-06-24 10:24", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -117.15, "lat": 32.71667, "name": "San Diego", "geoid": null}, "notime": null, "date-ut": "1931-06-24 18:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["golfer"]	5	null	[{"new": {"name": {"given": "William", "family": "Casper"}, "birth": {"tzo": "-08:00", "date": "1931-06-24 10:24", "place": {"c2": "CA", "cy": "US", "lg": -117.15, "lat": 32.71667, "name": "San Diego"}, "date-ut": "1931-06-24 18:24"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "208"}}, "raw": {"H": "10:24", "TZ": "8h", "DAY": "24", "LAT": "32N43", "LON": "117W9", "MON": "6", "NUM": "208", "PRO": "SP", "YEA": "1931", "CICO": "San Diego, CA", "NAME": "Casper William"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["golfer"]], "ids-in-sources": {"rawlins-ertel-irving": "55"}}, "raw": {"LA1": "32", "LA2": "43", "LO1": "117", "LO2": "9", "AMPM": "A", "MARS": "1", "NAME": "Casper", "BATCH": "1", "Satz#": "55", "GEBDAT": "24 6 1931", "GEBORT": "CA", "GEBZEIT": "10 24", "VORNAME": "William E", "SPORTART": "GOLF", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:38+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["golfer"], "partial-ids": {"ertel": "ES-882"}}, "raw": {"L": "", "MF": "", "NR": "882", "ENG": "1", "MA_": "2", "G_NR": "208", "MA12": "1", "MARS": "1", "NAME": "Casper", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "11,400", "CSINR": "55", "KURTZ": "", "PHAS_": "61,300", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "24.06.", "ZITATE": "BEX", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "William E.", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "24.06.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "GOLF", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1466	cassani-valerio-1922-02-28	{"a1": "1467", "3a_sports": "885"}	{"ertel": "ES-885", "lerrcp": "A1-1467"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Valerio", "family": "Cassani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-02-28 13:30", "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "IT", "lg": 9, "lat": 45.8, "name": "JERAGO", "geoid": 0}, "notime": null, "date-ut": "1922-02-28 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Valerio", "family": "Cassani"}, "birth": {"place": {"c2": "VA", "cy": "IT", "lg": 9, "lat": 45.8, "name": "JERAGO", "geoid": 0}, "date-ut": "1922-02-28 12:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1467"}, "ids-in-sources": {"a1": "1467"}}, "raw": {"H": "13", "MN": "30", "TZ": "-1", "COD": "VA", "COU": "I", "DAY": "28", "LAT": "45N48", "LON": "9E 0", "MON": "2", "NUM": "1467", "PRO": "C", "SEC": "0", "YEA": "1922", "CITY": "JERAGO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1922-02-28 13:30"}, "partial-ids": {"ertel": "ES-885"}}, "raw": {"L": "", "MF": "", "NR": "885", "ENG": "", "MA_": "0", "G_NR": "1467", "MA12": "8", "MARS": "22", "NAME": "Cassani", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,200", "CSINR": "", "KURTZ": "", "PHAS_": "1,300", "STUND": "13,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "28.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Valerio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.02.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
918	cassano-colombo-1929-12-14	{"a1": "918", "3a_sports": "886"}	{"ertel": "ES-886", "lerrcp": "A1-918"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Colombo", "family": "Cassano", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-11-14 06:30", "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 9, "lat": 45, "name": "GAVI LIGURE", "geoid": 0}, "notime": null, "date-ut": "1929-12-14 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Colombo", "family": "Cassano"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 9, "lat": 45, "name": "GAVI LIGURE", "geoid": 0}, "date-ut": "1929-12-14 05:30"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-918"}, "ids-in-sources": {"a1": "918"}}, "raw": {"H": "6", "MN": "30", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "14", "LAT": "45N 0", "LON": "9E 0", "MON": "12", "NUM": "918", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "GAVI LIGURE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-11-14 06:30"}, "partial-ids": {"ertel": "ES-886"}}, "raw": {"L": "", "MF": "", "NR": "886", "ENG": "", "MA_": "1", "G_NR": "918", "MA12": "12", "MARS": "35", "NAME": "Cassano", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,500", "CSINR": "", "KURTZ": "", "PHAS_": "88,900", "STUND": "6,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "14.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Colombo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.11.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
303	castagneris-renato-1893-12-23	{"a1": "303", "3a_sports": "889"}	{"ertel": "ES-889", "lerrcp": "A1-303"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renato", "family": "Castagneris", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1893-12-23 03:10", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1893-12-23 02:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Renato", "family": "Castagneris"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1893-12-23 02:10"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-303"}, "ids-in-sources": {"a1": "303"}}, "raw": {"H": "3", "MN": "10", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "23", "LAT": "45N30", "LON": "9E15", "MON": "12", "NUM": "303", "PRO": "C", "SEC": "0", "YEA": "1893", "CITY": "MILANO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1893-12-23 03:10"}, "partial-ids": {"ertel": "ES-889"}}, "raw": {"L": "", "MF": "", "NR": "889", "ENG": "", "MA_": "0", "G_NR": "303", "MA12": "12", "MARS": "34", "NAME": "Castagneris", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,100", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "3,17", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "23.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Renato", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.12.1893", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1468	castigliano-eusebio-1921-02-09	{"a1": "1469", "3a_sports": "896"}	{"ertel": "ES-896", "lerrcp": "A1-1469"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eusebio", "family": "Castigliano", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-02-09 10:00", "note": null, "place": {"c1": null, "c2": "VC", "c3": null, "cy": "IT", "lg": 8.41533, "lat": 45.32306, "name": "Vercelli", "geoid": 3164565}, "notime": null, "date-ut": "1921-02-09 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Eusebio", "family": "Castigliano"}, "birth": {"place": {"c2": "VC", "cy": "IT", "lg": 8.41533, "lat": 45.32306, "name": "Vercelli", "geoid": 3164565}, "date-ut": "1921-02-09 09:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1469"}, "ids-in-sources": {"a1": "1469"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "VC", "COU": "I", "DAY": "9", "LAT": "45N24", "LON": "8E30", "MON": "2", "NUM": "1469", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "VERCELLI"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-02-09 10:00"}, "partial-ids": {"ertel": "ES-896"}}, "raw": {"L": "", "MF": "", "NR": "896", "ENG": "1", "MA_": "2", "G_NR": "1469", "MA12": "1", "MARS": "2", "NAME": "Castigliano", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,800", "CSINR": "", "KURTZ": "", "PHAS_": "1,000", "STUND": "10,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "09.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Eusebio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.02.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
305	cattaneo-bartolomeo-1888-04-03	{"a1": "305", "3a_sports": "900"}	{"ertel": "ES-900", "lerrcp": "A1-305"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bartolomeo", "family": "Cattaneo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1888-04-03 04:10", "note": null, "place": {"c1": null, "c2": "SO", "c3": null, "cy": "IT", "lg": 10, "lat": 46.2, "name": "GROSSOTTODILOME", "geoid": 0}, "notime": null, "date-ut": "1888-04-03 03:20:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Bartolomeo", "family": "Cattaneo"}, "birth": {"place": {"c2": "SO", "cy": "IT", "lg": 10, "lat": 46.2, "name": "GROSSOTTODILOME", "geoid": 0}, "date-ut": "1888-04-03 03:20:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-305"}, "ids-in-sources": {"a1": "305"}}, "raw": {"H": "4", "MN": "20", "TZ": "-1", "COD": "SO", "COU": "I", "DAY": "3", "LAT": "46N12", "LON": "10E 0", "MON": "4", "NUM": "305", "PRO": "C", "SEC": "4", "YEA": "1888", "CITY": "GROSSOTTODILOME"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1888-04-03 04:10"}, "partial-ids": {"ertel": "ES-900"}}, "raw": {"L": "", "MF": "", "NR": "900", "ENG": "", "MA_": "0", "G_NR": "305", "MA12": "5", "MARS": "15", "NAME": "Cattaneo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,90", "CSINR": "", "KURTZ": "", "PHAS_": "55,900", "STUND": "4,17", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "03.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Bartolomeo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.04.1888", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
306	cattaneo-romano-1888-09-21	{"a1": "306", "3a_sports": "902"}	{"ertel": "ES-902", "lerrcp": "A1-306"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Romano", "family": "Cattaneo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1888-09-21 13:30", "note": null, "place": {"c1": null, "c2": "VI", "c3": null, "cy": "IT", "lg": 12, "lat": 45.5, "name": "CALDOGNODIVINCE", "geoid": 0}, "notime": null, "date-ut": "1888-09-21 12:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Romano", "family": "Cattaneo"}, "birth": {"place": {"c2": "VI", "cy": "IT", "lg": 12, "lat": 45.5, "name": "CALDOGNODIVINCE", "geoid": 0}, "date-ut": "1888-09-21 12:40:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-306"}, "ids-in-sources": {"a1": "306"}}, "raw": {"H": "13", "MN": "40", "TZ": "-1", "COD": "VI", "COU": "I", "DAY": "21", "LAT": "45N30", "LON": "12E 0", "MON": "9", "NUM": "306", "PRO": "C", "SEC": "4", "YEA": "1888", "CITY": "CALDOGNODIVINCE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1888-09-21 13:30"}, "partial-ids": {"ertel": "ES-902"}}, "raw": {"L": "", "MF": "", "NR": "902", "ENG": "", "MA_": "1", "G_NR": "306", "MA12": "2", "MARS": "4", "NAME": "Cattaneo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,600", "CSINR": "", "KURTZ": "", "PHAS_": "99,200", "STUND": "13,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "21.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Romano", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.09.1888", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
792	catudal-ernest-1891-12-14	{"a1": "792", "3a_sports": "904"}	{"ertel": "ES-904", "lerrcp": "A1-792"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Catudal", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1891-12-14 15:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Saint-Vaast-la-Hou", "geoid": 0}, "notime": null, "date-ut": "1891-12-14 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Catudal"}, "birth": {"tzo": "+00:09:21", "date": "1891-12-14 15:00", "place": {"c2": "50", "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Saint-Vaast-la-Hou", "geoid": 0}, "date-ut": "1891-12-14 14:50:40"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-792"}, "ids-in-sources": {"a1": "792"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "50", "COU": "F", "DAY": "14", "LAT": "49N 7", "LON": "1W 5", "MON": "12", "NUM": "792", "PRO": "C", "SEC": "40", "YEA": "1891", "CITY": "ST-VAAST-LA-HOU"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1891-12-14 15:00"}, "partial-ids": {"ertel": "ES-904"}}, "raw": {"L": "", "MF": "", "NR": "904", "ENG": "", "MA_": "1", "G_NR": "792", "MA12": "7", "MARS": "20", "NAME": "Catudal", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,100", "CSINR": "", "KURTZ": "", "PHAS_": "97,000", "STUND": "15,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "14.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ernest", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.12.1891", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
146	caudron-gaston-1882-01-18	{"a1": "146", "3a_sports": "905"}	{"ertel": "ES-905", "lerrcp": "A1-146"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Caudron", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:06:39", "date": "1882-01-18 02:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 1.66377, "lat": 50.23802, "name": "Favières", "geoid": 3018878}, "notime": null, "date-ut": "1882-01-18 01:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Caudron"}, "birth": {"tzo": "+00:06:39", "date": "1882-01-18 02:00", "place": {"c2": "80", "cy": "FR", "lg": 1.66377, "lat": 50.23802, "name": "Favières", "geoid": 3018878}, "date-ut": "1882-01-18 01:50:48"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-146"}, "ids-in-sources": {"a1": "146"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "18", "LAT": "49N54", "LON": "2E18", "MON": "1", "NUM": "146", "PRO": "C", "SEC": "48", "YEA": "1882", "CITY": "FAVIERES"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1882-01-18 02:00"}, "partial-ids": {"ertel": "ES-905"}}, "raw": {"L": "", "MF": "", "NR": "905", "ENG": "", "MA_": "1", "G_NR": "146", "MA12": "5", "MARS": "14", "NAME": "Caudron", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,900", "CSINR": "", "KURTZ": "", "PHAS_": "4,200", "STUND": "2,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gaston", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.01.1882", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
308	cavara-otello-1887-04-12	{"a1": "308", "3a_sports": "916"}	{"ertel": "ES-916", "lerrcp": "A1-308"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otello", "family": "Cavara", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1887-04-12 12:00", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "IT", "lg": 10.74309, "lat": 44.99187, "name": "Suzzara", "geoid": 3166006}, "notime": null, "date-ut": "1887-04-12 11:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Otello", "family": "Cavara"}, "birth": {"place": {"c2": "MN", "cy": "IT", "lg": 10.74309, "lat": 44.99187, "name": "Suzzara", "geoid": 3166006}, "date-ut": "1887-04-12 11:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-308"}, "ids-in-sources": {"a1": "308"}}, "raw": {"H": "12", "MN": "10", "TZ": "-1", "COD": "MN", "COU": "I", "DAY": "12", "LAT": "45N12", "LON": "11E 0", "MON": "4", "NUM": "308", "PRO": "C", "SEC": "4", "YEA": "1887", "CITY": "SUZZARA"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1887-04-12 12:00"}, "partial-ids": {"ertel": "ES-916"}}, "raw": {"L": "", "MF": "", "NR": "916", "ENG": "0", "MA_": "2", "G_NR": "308", "MA12": "3", "MARS": "9", "NAME": "Cavarda", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,000", "CSINR": "", "KURTZ": "", "PHAS_": "81,100", "STUND": "12,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "12.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Otello", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.04.1887", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
361	gaviglio-lelio-1870-10-13	{"a1": "361", "3a_sports": "921"}	{"ertel": "ES-921", "lerrcp": "A1-361"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lelio", "family": "Gaviglio", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1870-10-13 05:00", "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1870-10-13 04:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Lelio", "family": "Gaviglio"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1870-10-13 04:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-361"}, "ids-in-sources": {"a1": "361"}}, "raw": {"H": "5", "MN": "10", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "13", "LAT": "45N 0", "LON": "8E 0", "MON": "10", "NUM": "361", "PRO": "C", "SEC": "4", "YEA": "1870", "CITY": "TORINO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1870-10-13 05:00"}, "partial-ids": {"ertel": "ES-921"}}, "raw": {"L": "", "MF": "", "NR": "921", "ENG": "", "MA_": "1", "G_NR": "361", "MA12": "2", "MARS": "5", "NAME": "Caviglio", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,900", "CSINR": "", "KURTZ": "", "PHAS_": "89,700", "STUND": "5,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "13.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Lelio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.10.1870", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1861	cazal-pierre-1931-02-08	{"a1": "1862", "3a_sports": "923"}	{"ertel": "ES-923", "lerrcp": "A1-1862"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Cazal", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1931-02-08 13:00", "note": null, "place": {"c1": null, "c2": "40", "c3": null, "cy": "FR", "lg": -0.5452, "lat": 44.10521, "name": "Labrit", "geoid": 3010782}, "notime": null, "date-ut": "1931-02-08 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Cazal"}, "birth": {"tzo": "+00:00", "date": "1931-02-08 13:00", "place": {"c2": "40", "cy": "FR", "lg": -0.5452, "lat": 44.10521, "name": "Labrit", "geoid": 3010782}, "date-ut": "1931-02-08 13:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1862"}, "ids-in-sources": {"a1": "1862"}}, "raw": {"H": "13", "MN": "0", "TZ": "0", "COD": "40", "COU": "F", "DAY": "8", "LAT": "43N54", "LON": "0W30", "MON": "2", "NUM": "1862", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "LABRIT"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-02-08 13:00"}, "partial-ids": {"ertel": "ES-923"}}, "raw": {"L": "", "MF": "", "NR": "923", "ENG": "", "MA_": "1", "G_NR": "1862", "MA12": "11", "MARS": "31", "NAME": "Cazal", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,20", "CSINR": "", "KURTZ": "", "PHAS_": "68,200", "STUND": "13,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.02.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1470	cecconi-flavio-1923-02-27	{"a1": "1471", "3a_sports": "930"}	{"ertel": "ES-930", "lerrcp": "A1-1471"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Flavio", "family": "Cecconi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1923-02-27 13:15", "note": null, "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "notime": null, "date-ut": "1923-02-27 12:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Flavio", "family": "Cecconi"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "date-ut": "1923-02-27 12:15"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1471"}, "ids-in-sources": {"a1": "1471"}}, "raw": {"H": "13", "MN": "15", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "27", "LAT": "45N24", "LON": "11E 0", "MON": "2", "NUM": "1471", "PRO": "C", "SEC": "0", "YEA": "1923", "CITY": "VERONA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1923-02-27 13:15"}, "partial-ids": {"ertel": "ES-930"}}, "raw": {"L": "", "MF": "", "NR": "930", "ENG": "", "MA_": "1", "G_NR": "1471", "MA12": "2", "MARS": "6", "NAME": "Cecconi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,200", "CSINR": "", "KURTZ": "", "PHAS_": "78,800", "STUND": "13,25", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "27.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Flavio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.02.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
310	cecioni-natale-1888-05-10	{"a1": "310", "3a_sports": "931"}	{"ertel": "ES-931", "lerrcp": "A1-310"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Natale", "family": "Cecioni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1888-05-10 23:00", "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.29412, "lat": 43.80485, "name": "Fiesole", "geoid": 3177019}, "notime": null, "date-ut": "1888-05-10 22:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Natale", "family": "Cecioni"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.29412, "lat": 43.80485, "name": "Fiesole", "geoid": 3177019}, "date-ut": "1888-05-10 22:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-310"}, "ids-in-sources": {"a1": "310"}}, "raw": {"H": "23", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "10", "LAT": "43N42", "LON": "11E30", "MON": "5", "NUM": "310", "PRO": "C", "SEC": "4", "YEA": "1888", "CITY": "FIESOLE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1888-05-10 23:00"}, "partial-ids": {"ertel": "ES-931"}}, "raw": {"L": "", "MF": "", "NR": "931", "ENG": "1", "MA_": "2", "G_NR": "310", "MA12": "4", "MARS": "11", "NAME": "Cecioni", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,800", "CSINR": "", "KURTZ": "", "PHAS_": "1,200", "STUND": "23,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "10.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Natale", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.05.1888", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1471	celio-celestino-1925-05-20	{"a1": "1472", "3a_sports": "935"}	{"ertel": "ES-935", "lerrcp": "A1-1472"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Celestino", "family": "Celio", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-05-20 02:00", "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45, "name": "S. MARTINO DI V", "geoid": 0}, "notime": null, "date-ut": "1925-05-20 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Celestino", "family": "Celio"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.25, "lat": 45, "name": "S. MARTINO DI V", "geoid": 0}, "date-ut": "1925-05-20 01:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1472"}, "ids-in-sources": {"a1": "1472"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "20", "LAT": "45N 0", "LON": "12E15", "MON": "5", "NUM": "1472", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "S. MARTINO DI V"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-05-20 02:00"}, "partial-ids": {"ertel": "ES-935"}}, "raw": {"L": "", "MF": "", "NR": "935", "ENG": "", "MA_": "1", "G_NR": "1472", "MA12": "9", "MARS": "26", "NAME": "Celio", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,300", "CSINR": "", "KURTZ": "", "PHAS_": "7,300", "STUND": "2,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "20.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Celestino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.05.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
311	cena-nicolao-1890-03-01	{"a1": "311", "3a_sports": "938"}	{"ertel": "ES-938", "lerrcp": "A1-311"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicolao", "family": "Cena", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1890-03-01 02:17", "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 7.83772, "lat": 45.17725, "name": "Brandizzo", "geoid": 3181605}, "notime": null, "date-ut": "1890-03-01 01:27:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Nicolao", "family": "Cena"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 7.83772, "lat": 45.17725, "name": "Brandizzo", "geoid": 3181605}, "date-ut": "1890-03-01 01:27:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-311"}, "ids-in-sources": {"a1": "311"}}, "raw": {"H": "2", "MN": "27", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "1", "LAT": "45N 0", "LON": "8E 0", "MON": "3", "NUM": "311", "PRO": "C", "SEC": "4", "YEA": "1890", "CITY": "BRANDIZZO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1890-03-01 02:17"}, "partial-ids": {"ertel": "ES-938"}}, "raw": {"L": "", "MF": "", "NR": "938", "ENG": "1", "MA_": "2", "G_NR": "311", "MA12": "1", "MARS": "3", "NAME": "Cena", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,800", "CSINR": "", "KURTZ": "", "PHAS_": "72,300", "STUND": "2,28", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "01.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Nicolao", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.03.1890", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
704	cerasani-alvaro-1925-08-01	{"a1": "704", "3a_sports": "939"}	{"ertel": "ES-939", "lerrcp": "A1-704"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alvaro", "family": "Cerasani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-08-01 11:30", "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1925-08-01 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Alvaro", "family": "Cerasani"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1925-08-01 10:30"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-704"}, "ids-in-sources": {"a1": "704"}}, "raw": {"H": "11", "MN": "30", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "1", "LAT": "41N54", "LON": "12E30", "MON": "8", "NUM": "704", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "ROMA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-08-01 11:30"}, "partial-ids": {"ertel": "ES-939"}}, "raw": {"L": "", "MF": "", "NR": "939", "ENG": "", "MA_": "0", "G_NR": "704", "MA12": "3", "MARS": "7", "NAME": "Cerasani", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,600", "CSINR": "", "KURTZ": "", "PHAS_": "82,700", "STUND": "11,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alvaro", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.08.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15885	cerdan-marcel-1943-12-04	{"d6": "97", "3a_sports": "942"}	{"ertel": "ES-942", "lerrcp": "D6-97"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Cerdan", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-12-04 01:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "MA", "lg": -7.58333, "lat": 33.65, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Cerdan"}, "birth": {"date": "1943-12-04 01:00", "place": {"cy": "MA", "lg": -7.58333, "lat": 33.65}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "97"}}, "raw": {"H": "1", "MN": "0", "DAY": "4", "LAT": "33N39", "LON": "07W35", "MON": "12", "NUM": "97", "SEC": "0", "YEA": "1943", "NAME": "Cerdan marcel"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["boxer"], "partial-ids": {"ertel": "ES-942"}}, "raw": {"L": "", "MF": "", "NR": "942", "ENG": "1", "MA_": "2", "G_NR": "97", "MA12": "4", "MARS": "10", "NAME": "Cerdan", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "11,200", "CSINR": "", "KURTZ": "", "PHAS_": "44,900", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "04.12.", "ZITATE": "DR", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "04.12.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
21	cerou-charles-1918-06-30	{"a1": "21", "3a_sports": "946"}	{"ertel": "ES-946", "lerrcp": "A1-21"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Cerou", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1918-06-30 20:00", "note": null, "place": {"c1": null, "c2": "15", "c3": null, "cy": "FR", "lg": 2.90424, "lat": 45.00634, "name": "Paulhac", "geoid": 2988344}, "notime": null, "date-ut": "1918-06-30 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Cerou"}, "birth": {"tzo": "+01:00", "date": "1918-06-30 20:00", "place": {"c2": "15", "cy": "FR", "lg": 2.90424, "lat": 45.00634, "name": "Paulhac", "geoid": 2988344}, "date-ut": "1918-06-30 19:00"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-21"}, "ids-in-sources": {"a1": "21"}}, "raw": {"H": "19", "MN": "0", "TZ": "0", "COD": "15", "COU": "F", "DAY": "30", "LAT": "44N56", "LON": "2E26", "MON": "6", "NUM": "21", "PRO": "C", "SEC": "0", "YEA": "1918", "CITY": "PAULHAC"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1918-06-30 20:00"}, "partial-ids": {"ertel": "ES-946"}}, "raw": {"L": "", "MF": "", "NR": "946", "ENG": "1", "MA_": "2", "G_NR": "21", "MA12": "4", "MARS": "12", "NAME": "Cerou", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,40", "CSINR": "", "KURTZ": "", "PHAS_": "65,600", "STUND": "20,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "30.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Charles", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.06.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16451	cerrudo-ronald-1945-02-04	{"d10": "214", "3a_sports": "947"}	{"ertel": "ES-947", "lerrcp": "D10-214"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ronald", "family": "Cerrudo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-07:00", "date": "1945-02-04 09:24", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.16667, "lat": 37.45, "name": "Palo Alto", "geoid": null}, "notime": null, "date-ut": "1945-02-04 16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Ronald", "family": "Cerrudo"}, "birth": {"tzo": "-07:00", "date": "1945-02-04 09:24", "place": {"c2": "CA", "cy": "US", "lg": -122.16667, "lat": 37.45, "name": "Palo Alto"}, "date-ut": "1945-02-04 16:24"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "214"}}, "raw": {"H": "09:24", "TZ": "7h", "DAY": "4", "LAT": "37N27", "LON": "122W10", "MON": "2", "NUM": "214", "PRO": "SP", "YEA": "1945", "CICO": "Palo Alto, CA", "NAME": "Cerrudo Ronald"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-947"}}, "raw": {"L": "", "MF": "", "NR": "947", "ENG": "", "MA_": "1", "G_NR": "214", "MA12": "2", "MARS": "5", "NAME": "Cerrudo", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-8,800", "CSINR": "", "KURTZ": "", "PHAS_": "63,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "04.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ronald B.", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "04.02.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1473	cervato-sergio-1929-03-22	{"a1": "1474", "3a_sports": "949"}	{"ertel": "ES-949", "lerrcp": "A1-1474"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sergio", "family": "Cervato", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-03-22 10:00", "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45.4, "name": "CARMIGNANO DI B", "geoid": 0}, "notime": null, "date-ut": "1929-03-22 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Sergio", "family": "Cervato"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 12.25, "lat": 45.4, "name": "CARMIGNANO DI B", "geoid": 0}, "date-ut": "1929-03-22 09:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1474"}, "ids-in-sources": {"a1": "1474"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "22", "LAT": "45N24", "LON": "12E15", "MON": "3", "NUM": "1474", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "CARMIGNANO DI B"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-03-22 10:00"}, "partial-ids": {"ertel": "ES-949"}}, "raw": {"L": "", "MF": "", "NR": "949", "ENG": "", "MA_": "1", "G_NR": "1474", "MA12": "12", "MARS": "35", "NAME": "Cervato", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,400", "CSINR": "", "KURTZ": "", "PHAS_": "87,100", "STUND": "10,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "22.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Sergio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.03.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
313	cesaroni-anselmo-1865-11-16	{"a1": "313", "3a_sports": "952"}	{"ertel": "ES-952", "lerrcp": "A1-313"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anselmo", "family": "Cesaroni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1865-11-16 13:20", "note": null, "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 12.38878, "lat": 43.1122, "name": "Perugia", "geoid": 3171180}, "notime": null, "date-ut": "1865-11-16 12:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Anselmo", "family": "Cesaroni"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 12.38878, "lat": 43.1122, "name": "Perugia", "geoid": 3171180}, "date-ut": "1865-11-16 12:28"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-313"}, "ids-in-sources": {"a1": "313"}}, "raw": {"H": "13", "MN": "28", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "16", "LAT": "43N 0", "LON": "13E 0", "MON": "11", "NUM": "313", "PRO": "C", "SEC": "0", "YEA": "1865", "CITY": "PERUGIA"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1865-11-16 13:20"}, "partial-ids": {"ertel": "ES-952"}}, "raw": {"L": "", "MF": "", "NR": "952", "ENG": "", "MA_": "1", "G_NR": "313", "MA12": "5", "MARS": "13", "NAME": "Cesaroni", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,000", "CSINR": "", "KURTZ": "", "PHAS_": "5,400", "STUND": "13,33", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "16.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Anselmo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.11.1865", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
507	ceuppens-jean-1916-07-01	{"a1": "507", "3a_sports": "954"}	{"ertel": "ES-954", "lerrcp": "A1-507"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Ceuppens", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1916-07-01 13:30", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1916-07-01 11:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Ceuppens"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1916-07-01 11:30:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-507"}, "ids-in-sources": {"a1": "507"}}, "raw": {"H": "11", "MN": "30", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "1", "LAT": "51N14", "LON": "4E30", "MON": "7", "NUM": "507", "PRO": "C", "SEC": "0", "YEA": "1916", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1916-07-01 13:30"}, "partial-ids": {"ertel": "ES-954"}}, "raw": {"L": "", "MF": "", "NR": "954", "ENG": "1", "MA_": "2", "G_NR": "507", "MA12": "1", "MARS": "3", "NAME": "Ceuppens", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,100", "CSINR": "", "KURTZ": "", "PHAS_": "0,300", "STUND": "13,50", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "01.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.07.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16462	charles-ezzard-1921-07-07	{"d10": "226", "3a_sports": "962"}	{"ertel": "ES-962", "lerrcp": "D10-226"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ezzard", "family": "Charles", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1921-07-07 21:00", "note": null, "place": {"c1": null, "c2": "GA", "c3": null, "cy": "US", "lg": -83.98333, "lat": 33.95, "name": "Lawrenceville", "geoid": null}, "notime": null, "date-ut": "1921-07-08 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Ezzard", "family": "Charles"}, "birth": {"tzo": "-05:00", "date": "1921-07-07 21:00", "place": {"c2": "GA", "cy": "US", "lg": -83.98333, "lat": 33.95, "name": "Lawrenceville"}, "date-ut": "1921-07-08 02:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "226"}}, "raw": {"H": "21:00", "TZ": "5h", "DAY": "7", "LAT": "33N57", "LON": "83W59", "MON": "7", "NUM": "226", "PRO": "SP", "YEA": "1921", "CICO": "Lawrenceville, GA", "NAME": "Charles Ezzard"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["boxer"], "partial-ids": {"ertel": "ES-962"}}, "raw": {"L": "", "MF": "", "NR": "962", "ENG": "", "MA_": "1", "G_NR": "226", "MA12": "7", "MARS": "21", "NAME": "Charles", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "2,800", "CSINR": "", "KURTZ": "", "PHAS_": "3,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "07.07.", "ZITATE": "DHRSEFX", "ZITSUM": "7", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ezzard", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "07.07.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "6"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
148	challe-leon-1898-07-20	{"a1": "148", "g55": "03-41", "3a_sports": "960"}	{"g55": "03-41", "ertel": "ES-960", "lerrcp": "A1-148"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Challe", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1898-07-20 06:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "notime": null, "date-ut": "1898-07-20 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Challe"}, "birth": {"tzo": "+00:09:21", "date": "1898-07-20 06:00", "place": {"c2": "51", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "date-ut": "1898-07-20 05:50:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-148"}, "ids-in-sources": {"a1": "148"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "51", "COU": "F", "DAY": "20", "LAT": "48N57", "LON": "4E22", "MON": "7", "NUM": "148", "PRO": "C", "SEC": "40", "YEA": "1898", "CITY": "REIMS"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1898-07-20 06:00"}, "partial-ids": {"ertel": "ES-960"}}, "raw": {"L": "", "MF": "", "NR": "960", "ENG": "", "MA_": "0", "G_NR": "148", "MA12": "3", "MARS": "7", "NAME": "Challe", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,300", "CSINR": "", "KURTZ": "", "PHAS_": "1,300", "STUND": "6,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Léon", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "20.07.1898", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-41"}, "ids-in-source": {"g55": "03-41"}}, "raw": {"DAY": "20-7-1898", "HOUR": "6 h.", "NAME": "CHALLE Léon", "PLACE": "Reims (Marne)."}, "date": "2023-08-20T14:48:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
585	ceustermans-serge-1928-01-17	{"a1": "585", "g55": "03-487", "3a_sports": "955"}	{"g55": "03-487", "ertel": "ES-955", "lerrcp": "A1-585"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Serge", "family": "Ceustermans", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1928-01-17 05:30", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.18333, "lat": 49.01667, "name": "Saint-Germain-Village", "geoid": 0}, "notime": null, "date-ut": "1928-01-17 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Serge", "family": "Ceustermans"}, "birth": {"tzo": "+00:00", "date": "1928-01-17 05:30", "place": {"c2": "27", "cy": "FR", "lg": 1.18333, "lat": 49.01667, "name": "Saint-Germain-Vill", "geoid": 0}, "date-ut": "1928-01-17 05:30"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-585"}, "ids-in-sources": {"a1": "585"}}, "raw": {"H": "5", "MN": "30", "TZ": "0", "COD": "27", "COU": "F", "DAY": "17", "LAT": "49N 1", "LON": "1E11", "MON": "1", "NUM": "585", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "ST-GERMAIN-VILL"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-01-17 05:30"}, "partial-ids": {"ertel": "ES-955"}}, "raw": {"L": "", "MF": "", "NR": "955", "ENG": "0", "MA_": "2", "G_NR": "585", "MA12": "12", "MARS": "36", "NAME": "Ceustermans", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,000", "CSINR": "", "KURTZ": "", "PHAS_": "30,700", "STUND": "5,50", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "17.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Serge", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "17.01.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Germain-Village"}}, "partial-ids": {"g55": "03-487"}, "ids-in-source": {"g55": "03-487"}}, "raw": {"DAY": ".17-1-1928", "HOUR": "5 h. 30", "NAME": "CEUSTERMANS Serge", "PLACE": "Saint-Germain-Village (E.)."}, "date": "2023-08-20T14:48:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1787	chatelain-andre-1918-10-27	{"a1": "1788", "g55": "03-342", "3a_sports": "973"}	{"g55": "03-342", "ertel": "ES-973", "lerrcp": "A1-1788"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Chatelain", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1918-10-27 15:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.26229, "lat": 43.17987, "name": "Nay", "geoid": 2990852}, "notime": null, "date-ut": "1918-10-27 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basque-pelota-player"]	5	null	[{"new": {"name": {"given": "André", "family": "Chatelain"}, "birth": {"tzo": "+00:00", "date": "1918-10-27 15:00", "place": {"c2": "64", "cy": "FR", "lg": -0.26229, "lat": 43.17987, "name": "Nay", "geoid": 2990852}, "date-ut": "1918-10-27 15:00"}, "occus": ["basque-pelota-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1788"}, "ids-in-sources": {"a1": "1788"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "27", "LAT": "43N18", "LON": "0W22", "MON": "10", "NUM": "1788", "PRO": "C", "SEC": "0", "YEA": "1918", "CITY": "NAY"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1918-10-27 15:00"}, "partial-ids": {"ertel": "ES-973"}}, "raw": {"L": "", "MF": "", "NR": "973", "ENG": "1", "MA_": "2", "G_NR": "1788", "MA12": "4", "MARS": "10", "NAME": "Chatelain", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,30", "CSINR": "", "KURTZ": "", "PHAS_": "47,400", "STUND": "15,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "27.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "27.10.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "PELOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-342"}, "ids-in-source": {"g55": "03-342"}}, "raw": {"DAY": "27-10-1918", "HOUR": "15 h.", "NAME": "CHATELAIN André", "PLACE": "Nay (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
556	chasserau-louis-1901-08-17	{"a1": "556", "g55": "03-74", "3a_sports": "970"}	{"g55": "03-74", "ertel": "ES-970", "lerrcp": "A1-556"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Chasserau", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1901-08-17 11:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.43333, "lat": 43.61667, "name": "Ste-Foix-de-Peyroliéres", "geoid": 0}, "notime": null, "date-ut": "1901-08-17 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["billard-player"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Chasserau"}, "birth": {"tzo": "+00:09:21", "date": "1901-08-17 11:00", "place": {"c2": "31", "cy": "FR", "lg": 1.43333, "lat": 43.61667, "name": "Sainte-Foix-de-Pey", "geoid": 0}, "date-ut": "1901-08-17 10:50:40"}, "occus": ["billard-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-556"}, "ids-in-sources": {"a1": "556"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "31", "COU": "F", "DAY": "17", "LAT": "43N37", "LON": "1E26", "MON": "8", "NUM": "556", "PRO": "C", "SEC": "40", "YEA": "1901", "CITY": "STE-FOIX-DE-PEY"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1901-08-17 11:00"}, "partial-ids": {"ertel": "ES-970"}}, "raw": {"L": "", "MF": "", "NR": "970", "ENG": "1", "MA_": "2", "G_NR": "556", "MA12": "1", "MARS": "2", "NAME": "Chassereau", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,300", "CSINR": "", "KURTZ": "", "PHAS_": "7,400", "STUND": "11,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "17.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Louis", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "17.08.1901", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BILL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Ste-Foix-de-Peyroliéres"}}, "partial-ids": {"g55": "03-74"}, "ids-in-source": {"g55": "03-74"}}, "raw": {"DAY": "17-8-1901", "HOUR": "11 h.", "NAME": "CHASSEREAU Louis", "PLACE": "Ste-Foix-de-Peyroliéres (H.-G.)."}, "date": "2023-08-20T14:48:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
741	cherville-alain-1931-08-11	{"a1": "741", "3a_sports": "987"}	{"ertel": "ES-987", "lerrcp": "A1-741"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Cherville", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-08-11 04:00", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LASNE", "geoid": 0}, "notime": null, "date-ut": "1931-08-11 03:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Alain", "family": "Cherville"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LASNE", "geoid": 0}, "date-ut": "1931-08-11 03:00:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-741"}, "ids-in-sources": {"a1": "741"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "11", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "741", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "LASNE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-08-11 04:00"}, "partial-ids": {"ertel": "ES-987"}}, "raw": {"L": "", "MF": "", "NR": "987", "ENG": "", "MA_": "1", "G_NR": "741", "MA12": "10", "MARS": "28", "NAME": "Cherville", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,700", "CSINR": "", "KURTZ": "", "PHAS_": "11,000", "STUND": "4,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "11.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alain", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.08.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1635	chaves-d-aguilar-freddy-1918-10-08	{"a1": "1636", "3a_sports": "979"}	{"cpara": "CP-483", "ertel": "ES-979", "lerrcp": "A1-1636"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Freddy", "family": "Chaves d'Aguilar", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-10-08 08:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1918-10-08 08:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Freddy", "family": "Chaves d'Aguilar"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1918-10-08 08:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1636"}, "ids-in-sources": {"a1": "1636"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "8", "LAT": "51N 5", "LON": "3E45", "MON": "10", "NUM": "1636", "PRO": "C", "SEC": "0", "YEA": "1918", "CITY": "GAND"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1918-10-08 08:00"}, "partial-ids": {"ertel": "ES-979"}}, "raw": {"L": "", "MF": "", "NR": "979", "ENG": "", "MA_": "0", "G_NR": "1636", "MA12": "11", "MARS": "33", "NAME": "Chaves D'Aguilar", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,100", "CSINR": "", "KURTZ": "", "PHAS_": "7,300", "STUND": "8,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "08.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "483", "VORNAME": "Freddy", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.10.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2047	chatrier-philippe-1928-02-02	{"a1": "2049", "g55": "03-448", "3a_sports": "976"}	{"g55": "03-448", "ertel": "ES-976", "lerrcp": "A1-2049"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Chatrier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1928-02-02 10:15", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.46569, "lat": 48.79266, "name": "Créteil", "geoid": 3022530}, "notime": null, "date-ut": "1928-02-02 10:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Chatrier"}, "birth": {"tzo": "+00:00", "date": "1928-02-02 10:15", "place": {"c2": "94", "cy": "FR", "lg": 2.46569, "lat": 48.79266, "name": "Créteil", "geoid": 3022530}, "date-ut": "1928-02-02 10:15"}, "occus": ["tennis-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-2049"}, "ids-in-sources": {"a1": "2049"}}, "raw": {"H": "10", "MN": "15", "TZ": "0", "COD": "94", "COU": "F", "DAY": "2", "LAT": "48N47", "LON": "2E29", "MON": "2", "NUM": "2049", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "CRETEIL"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-02-02 10:15"}, "partial-ids": {"ertel": "ES-976"}}, "raw": {"L": "", "MF": "", "NR": "976", "ENG": "1", "MA_": "2", "G_NR": "2049", "MA12": "4", "MARS": "10", "NAME": "Chatrier", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,200", "CSINR": "", "KURTZ": "", "PHAS_": "83,200", "STUND": "10,25", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "02.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Philippe", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "02.02.1928", "GQBECORR": "a2", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-448"}, "ids-in-source": {"g55": "03-448"}}, "raw": {"DAY": "2-2-1928", "HOUR": "10 h. 15", "NAME": "CHATRIER Philippe", "PLACE": "Créteil (Seine)."}, "date": "2023-08-20T14:48:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1863	chevallier-bernard-1925-09-07	{"a1": "1864", "3a_sports": "992"}	{"cpara": "CP-112", "ertel": "ES-992", "lerrcp": "A1-1864"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Chevallier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1925-09-07 00:15", "note": null, "place": {"c1": null, "c2": "23", "c3": null, "cy": "FR", "lg": 2.50068, "lat": 46.05431, "name": "Rougnat", "geoid": 2982570}, "notime": null, "date-ut": "1925-09-06 23:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Chevallier"}, "birth": {"tzo": "+01:00", "date": "1925-09-07 00:15", "place": {"c2": "23", "cy": "FR", "lg": 2.50068, "lat": 46.05431, "name": "Rougnat", "geoid": 2982570}, "date-ut": "1925-09-06 23:15"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1864"}, "ids-in-sources": {"a1": "1864"}}, "raw": {"H": "23", "MN": "15", "TZ": "0", "COD": "23", "COU": "F", "DAY": "6", "LAT": "46N17", "LON": "1E52", "MON": "9", "NUM": "1864", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "ROUGNAT"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-09-07 00:15"}, "partial-ids": {"ertel": "ES-992"}}, "raw": {"L": "", "MF": "", "NR": "992", "ENG": "", "MA_": "1", "G_NR": "1864", "MA12": "9", "MARS": "26", "NAME": "Chevallier", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,100", "CSINR": "", "KURTZ": "", "PHAS_": "78,800", "STUND": "0,25", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.09.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "112", "VORNAME": "Bernard", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "07.09.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1732	chevalier-guy-1910-12-05	{"a1": "1733", "g55": "03-315", "3a_sports": "990", "cfepp-final3": "636"}	{"g55": "03-315", "cfepp": "CF-636", "ertel": "ES-990", "lerrcp": "A1-1733"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Chevalier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1910-12-05 11:00", "note": null, "place": {"c1": null, "c2": "89", "c3": "", "cy": "FR", "lg": 3.28328, "lat": 48.19738, "name": "Sens", "geoid": 2975050}, "notime": null, "date-ut": "1910-12-05 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["field-hockey-player"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Chevalier"}, "birth": {"tzo": "+00:09:21", "date": "1910-12-05 11:00", "place": {"c2": "89", "cy": "FR", "lg": 3.28328, "lat": 48.19738, "name": "Sens", "geoid": 2975050}, "date-ut": "1910-12-05 10:50:40"}, "occus": ["field-hockey-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1733"}, "ids-in-sources": {"a1": "1733"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "89", "COU": "F", "DAY": "5", "LAT": "47N48", "LON": "3E35", "MON": "12", "NUM": "1733", "PRO": "C", "SEC": "40", "YEA": "1910", "CITY": "SENS"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1910-12-05 11:00"}, "partial-ids": {"ertel": "ES-990"}}, "raw": {"L": "", "MF": "", "NR": "990", "ENG": "1", "MA_": "2", "G_NR": "1733", "MA12": "4", "MARS": "11", "NAME": "Chevalier", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,700", "CSINR": "", "KURTZ": "", "PHAS_": "8,800", "STUND": "11,00", "CFEPNR": "636", "EXTEND": "1", "NATION": "FRA", "TAGMON": "05.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Guy", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "05.12.1910", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "HOCK", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1910-12-05 11:00", "place": {"c3": ""}, "date-ut": "1910-12-05 10:51"}, "occus": ["field-hockey-player"], "ids-in-sources": {"cfepp-final3": "636"}}, "raw": {"S": "4", "LT": "11 00", "LV": "I43", "TR": "f", "UT": "10 51", "LAT": "+48.20", "SRC": "AG", "LONG": "-03.29", "NAME": "CHEVALIER Guy", "SPORT": "Field Hockey", "LOC_DATE": "1910 12 05", "UNIV_DATE": "1910 12 05", "BIRTH_PLACE": "SENS", "POSTAL_CODE": "89106 CEDEX"}, "date": "2023-08-20T14:46:09+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-315"}, "ids-in-source": {"g55": "03-315"}}, "raw": {"DAY": "5-12-1910", "HOUR": "11 h.", "NAME": "CHEVALIER Guy", "PLACE": "Sens (Yonne)."}, "date": "2023-08-20T14:48:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1743	chesnau-rene-1919-09-17	{"a1": "1744", "g55": "03-324", "3a_sports": "988", "cfepp-final3": "1099"}	{"g55": "03-324", "cfepp": "CF-1099", "ertel": "ES-988", "lerrcp": "A1-1744"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Chesnau", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1919-09-17 22:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1919-09-17 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["wrestler"]	5	null	[{"new": {"name": {"given": "René", "family": "Chesnau"}, "birth": {"tzo": "+01:00", "date": "1919-09-17 22:00", "place": {"c2": "92", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1919-09-17 21:00"}, "occus": ["wrestler"], "trust": 5, "partial_ids": {"lerrcp": "A1-1744"}, "ids-in-sources": {"a1": "1744"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "92", "COU": "F", "DAY": "17", "LAT": "48N50", "LON": "2E11", "MON": "9", "NUM": "1744", "PRO": "C", "SEC": "0", "YEA": "1919", "CITY": "NEUILLY-S-SEINE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1919-09-17 22:00"}, "partial-ids": {"ertel": "ES-988"}}, "raw": {"L": "", "MF": "", "NR": "988", "ENG": "", "MA_": "1", "G_NR": "1744", "MA12": "9", "MARS": "27", "NAME": "Chesnau", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,30", "CSINR": "", "KURTZ": "", "PHAS_": "49,000", "STUND": "22,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "17.09.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "WRES", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1919-09-17 22:00", "place": {"c3": ""}, "date-ut": "1919-09-17 21:00"}, "occus": ["wrestler"], "ids-in-sources": {"cfepp-final3": "1099"}}, "raw": {"S": "9", "LT": "22 00", "LV": "I", "TR": "f", "UT": "21 00", "LAT": "+48.89", "SRC": "AG  F", "LONG": "-02.27", "NAME": "CHESNEAU Rene", "SPORT": "Wrestling", "LOC_DATE": "1919 09 17", "UNIV_DATE": "1919 09 17", "BIRTH_PLACE": "NEUILLY SUR SEINE", "POSTAL_CODE": "92200"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-324"}, "ids-in-source": {"g55": "03-324"}}, "raw": {"DAY": "17-9-1919", "HOUR": "22 h.", "NAME": "CHESNAU René", "PLACE": "Neuilly-sur-Seine (Seine)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1475	chiapella-giuseppe-1924-09-28	{"a1": "1476", "3a_sports": "996"}	{"ertel": "ES-996", "lerrcp": "A1-1476"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Chiapella", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-09-28 07:00", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "SAN DONATO MILA", "geoid": 0}, "notime": null, "date-ut": "1924-09-28 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Chiapella"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "SAN DONATO MILA", "geoid": 0}, "date-ut": "1924-09-28 06:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1476"}, "ids-in-sources": {"a1": "1476"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "28", "LAT": "45N30", "LON": "9E15", "MON": "9", "NUM": "1476", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "SAN DONATO MILA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-09-28 07:00"}, "partial-ids": {"ertel": "ES-996"}}, "raw": {"L": "", "MF": "", "NR": "996", "ENG": "", "MA_": "0", "G_NR": "1476", "MA12": "8", "MARS": "24", "NAME": "Chiappella", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,200", "CSINR": "", "KURTZ": "", "PHAS_": "0,900", "STUND": "7,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "28.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giuseppe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.09.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15889	chiarelli-bernard-1934-02-24	{"d6": "101", "3a_sports": "997"}	{"ertel": "ES-997", "lerrcp": "D6-101"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Chiarelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-02-24 23:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 3.53333, "lat": 50.36667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Chiarelli"}, "birth": {"date": "1934-02-24 23:45", "place": {"cy": "FR", "lg": 3.53333, "lat": 50.36667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "101"}}, "raw": {"H": "23", "MN": "45", "DAY": "24", "LAT": "50N22", "LON": "03E32", "MON": "2", "NUM": "101", "SEC": "0", "YEA": "1934", "NAME": "Chiarelli Bernard"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-997"}}, "raw": {"L": "", "MF": "", "NR": "997", "ENG": "", "MA_": "1", "G_NR": "101", "MA12": "9", "MARS": "26", "NAME": "Chiarelli", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "8,600", "CSINR": "", "KURTZ": "", "PHAS_": "75,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "24.02.", "ZITATE": "F", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bernard", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "24.02.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1476	chizzo-bruno-1916-04-19	{"a1": "1477", "3a_sports": "1003"}	{"ertel": "ES-1003", "lerrcp": "A1-1477"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Chizzo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1916-04-19 13:00", "note": null, "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.24222, "lat": 46.06194, "name": "Udine", "geoid": 3165072}, "notime": null, "date-ut": "1916-04-19 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Bruno", "family": "Chizzo"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.24222, "lat": 46.06194, "name": "Udine", "geoid": 3165072}, "date-ut": "1916-04-19 12:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1477"}, "ids-in-sources": {"a1": "1477"}}, "raw": {"H": "13", "MN": "0", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "19", "LAT": "46N 0", "LON": "13E30", "MON": "4", "NUM": "1477", "PRO": "C", "SEC": "0", "YEA": "1916", "CITY": "UDINE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1916-04-19 13:00"}, "partial-ids": {"ertel": "ES-1003"}}, "raw": {"L": "", "MF": "", "NR": "1003", "ENG": "1", "MA_": "2", "G_NR": "1477", "MA12": "1", "MARS": "1", "NAME": "Chizzo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,800", "CSINR": "", "KURTZ": "", "PHAS_": "99,000", "STUND": "13,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "19.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bruno", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.04.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1761	christophe-robert-1938-02-22	{"a1": "1762", "3a_sports": "1011", "cfepp-final3": "683"}	{"cfepp": "CF-683", "cpara": "CP-119", "ertel": "ES-1011", "lerrcp": "A1-1762"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Christophe", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1938-02-22 01:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1938-02-22 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Christophe"}, "birth": {"tzo": "+00:00", "date": "1938-02-22 01:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1938-02-22 01:00"}, "occus": ["swimmer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1762"}, "ids-in-sources": {"a1": "1762"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "13", "COU": "F", "DAY": "22", "LAT": "43N18", "LON": "5E22", "MON": "2", "NUM": "1762", "PRO": "C", "SEC": "0", "YEA": "1938", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1938-02-22 01:00"}, "partial-ids": {"ertel": "ES-1011"}}, "raw": {"L": "", "MF": "", "NR": "1011", "ENG": "", "MA_": "0", "G_NR": "1762", "MA12": "9", "MARS": "25", "NAME": "Christophe", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "51,900", "STUND": "1,00", "CFEPNR": "683", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.02.", "ZITATE": "DS", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "119", "VORNAME": "Robert", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "22.02.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SWIM", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1938-02-22 01:00", "place": {"c3": ""}, "date-ut": "1938-02-22 01:00"}, "occus": ["swimmer"], "ids-in-sources": {"cfepp-final3": "683"}}, "raw": {"S": "9", "LT": "01 00", "LV": "E", "TR": "f", "UT": "01 00", "LAT": "+43.30", "SRC": "L", "LONG": "-05.38", "NAME": "CHRISTOPHE Robert", "SPORT": "Swimming", "LOC_DATE": "1938 02 22", "UNIV_DATE": "1938 02 22", "BIRTH_PLACE": "MARSEILLE", "POSTAL_CODE": "13233 CEDEX  01"}, "date": "2023-08-20T14:46:10+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
588	ciccarelli-mario-1932-05-27	{"a1": "588", "g55": "03-489", "3a_sports": "1014"}	{"g55": "03-489", "ertel": "ES-1014", "lerrcp": "A1-588"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Ciccarelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1932-05-27 20:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 5.9555, "lat": 49.47217, "name": "Audun-le-Tiche", "geoid": 3036226}, "notime": null, "date-ut": "1932-05-27 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Ciccarelli"}, "birth": {"tzo": "+01:00", "date": "1932-05-27 20:00", "place": {"c2": "57", "cy": "FR", "lg": 5.9555, "lat": 49.47217, "name": "Audun-le-Tiche", "geoid": 3036226}, "date-ut": "1932-05-27 19:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-588"}, "ids-in-sources": {"a1": "588"}}, "raw": {"H": "19", "MN": "0", "TZ": "0", "COD": "57", "COU": "F", "DAY": "27", "LAT": "49N 7", "LON": "6E11", "MON": "5", "NUM": "588", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "AUDUN-LE-TICHE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-05-27 20:00"}, "partial-ids": {"ertel": "ES-1014"}}, "raw": {"L": "", "MF": "", "NR": "1014", "ENG": "", "MA_": "0", "G_NR": "588", "MA12": "8", "MARS": "22", "NAME": "Ciccarelli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,00", "CSINR": "", "KURTZ": "", "PHAS_": "52,200", "STUND": "20,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "27.05.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-489"}, "ids-in-source": {"g55": "03-489"}}, "raw": {"DAY": "27-5-1932", "HOUR": "20 h.", "NAME": "CICCARELLI Mario", "PLACE": "Audun-le-Tiche (Moselle)."}, "date": "2023-08-20T14:48:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
920	ciolli-marcello-1928-08-26	{"a1": "920", "3a_sports": "1019"}	{"ertel": "ES-1019", "lerrcp": "A1-920"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcello", "family": "Ciolli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-08-26 20:00", "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.5, "lat": 43.7, "name": "FIGLINE VALDARN", "geoid": 0}, "notime": null, "date-ut": "1928-08-26 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Marcello", "family": "Ciolli"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.5, "lat": 43.7, "name": "FIGLINE VALDARN", "geoid": 0}, "date-ut": "1928-08-26 19:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-920"}, "ids-in-sources": {"a1": "920"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "26", "LAT": "43N42", "LON": "11E30", "MON": "8", "NUM": "920", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "FIGLINE VALDARN"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-08-26 20:00"}, "partial-ids": {"ertel": "ES-1019"}}, "raw": {"L": "", "MF": "", "NR": "1019", "ENG": "", "MA_": "1", "G_NR": "920", "MA12": "10", "MARS": "30", "NAME": "Ciolli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,800", "CSINR": "", "KURTZ": "", "PHAS_": "74,300", "STUND": "20,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "26.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marcello", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.08.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
315	cirillo-giuseppe-1904-11-25	{"a1": "315", "3a_sports": "1021"}	{"ertel": "ES-1021", "lerrcp": "A1-315"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Cirillo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1904-11-25 15:00", "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 16.85118, "lat": 41.11773, "name": "Bari", "geoid": 3182351}, "notime": null, "date-ut": "1904-11-25 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Cirillo"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 16.85118, "lat": 41.11773, "name": "Bari", "geoid": 3182351}, "date-ut": "1904-11-25 14:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-315"}, "ids-in-sources": {"a1": "315"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "25", "LAT": "41N12", "LON": "17E 0", "MON": "11", "NUM": "315", "PRO": "C", "SEC": "0", "YEA": "1904", "CITY": "BARI"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1904-11-25 15:00"}, "partial-ids": {"ertel": "ES-1021"}}, "raw": {"L": "", "MF": "", "NR": "1021", "ENG": "", "MA_": "1", "G_NR": "315", "MA12": "7", "MARS": "20", "NAME": "Cirillo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,000", "CSINR": "", "KURTZ": "", "PHAS_": "96,000", "STUND": "15,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "25.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giuseppe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.11.1904", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1013	claes-georges-1920-01-07	{"a1": "1013", "3a_sports": "1024"}	{"ertel": "ES-1024", "lerrcp": "A1-1013"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Claes", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-01-07 02:00", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BOUTERSEM", "geoid": 0}, "notime": null, "date-ut": "1920-01-07 02:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Claes"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BOUTERSEM", "geoid": 0}, "date-ut": "1920-01-07 02:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1013"}, "ids-in-sources": {"a1": "1013"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "7", "LAT": "50N51", "LON": "4E15", "MON": "1", "NUM": "1013", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "BOUTERSEM"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-01-07 02:00"}, "partial-ids": {"ertel": "ES-1024"}}, "raw": {"L": "", "MF": "", "NR": "1024", "ENG": "1", "MA_": "2", "G_NR": "1013", "MA12": "1", "MARS": "3", "NAME": "Claes", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,900", "CSINR": "", "KURTZ": "", "PHAS_": "98,000", "STUND": "2,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "07.01.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "07.01.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15891	clark-jim-1936-03-04	{"d6": "103", "afd2": "114", "3a_sports": "1027"}	{"ertel": "ES-1027", "lerrcp": "D6-103", "muller": "M2-114"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jim", "family": "Clark", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1936-03-04 15:25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -2.98333, "lat": 56.38333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Jim", "family": "Clark"}, "birth": {"date": "1936-03-04 15:25", "place": {"cy": "GB", "lg": -2.98333, "lat": 56.38333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "103"}}, "raw": {"H": "15", "MN": "25", "DAY": "4", "LAT": "56N23", "LON": "02W59", "MON": "3", "NUM": "103", "SEC": "0", "YEA": "1936", "NAME": "Clark Jim"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "birth": {"tzo": "+00:00"}, "occus": ["sportsperson"], "ids-in-sources": {"afd2": "114"}}, "raw": {"CY": "GB", "GQ": "G", "LG": "003 W 00", "LAT": "57 N 00", "TZO": "0.00", "DATE": "04.03.1936", "MUID": "114", "NAME": "Clark, Jim", "OCCU": "MA 13", "TIME": "15.25", "BOOKS": "5", "PLACE": "Duns (Schottland)", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"sex": "M", "occus": ["motor-sports-competitor"], "partial-ids": {"ertel": "ES-1027"}}, "raw": {"L": "", "MF": "", "NR": "1027", "ENG": "1", "MA_": "2", "G_NR": "103", "MA12": "4", "MARS": "12", "NAME": "Clark", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "8,000", "CSINR": "", "KURTZ": "", "PHAS_": "84,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "SCO", "TAGMON": "04.03.", "ZITATE": "DCSTBEF", "ZITSUM": "7", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jim", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "04.03.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AUTO", "CHRISNAME": "0", "ZITSUM_OD": "6"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16474	clay-cassius-1942-01-17	{"d10": "238", "3a_sports": "1033", "rawlins-ertel-irving": "62"}	{"ertel": "ES-1033", "csicop": "CS-62", "lerrcp": "D10-238"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cassius", "family": "Clay", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1942-01-17 18:35", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -85.76667, "lat": 38.25, "name": "Louisville", "geoid": null}, "notime": null, "date-ut": "1942-01-18 00:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Cassius", "family": "Clay"}, "birth": {"tzo": "-06:00", "date": "1942-01-17 18:35", "place": {"c2": "KY", "cy": "US", "lg": -85.76667, "lat": 38.25, "name": "Louisville"}, "date-ut": "1942-01-18 00:35"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "238"}}, "raw": {"H": "18:35", "TZ": "6h", "DAY": "17", "LAT": "38N15", "LON": "85W46", "MON": "1", "NUM": "238", "PRO": "SP", "YEA": "1942", "CICO": "Louisville, KY", "NAME": "Clay Cassius"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["boxer"]], "ids-in-sources": {"rawlins-ertel-irving": "62"}}, "raw": {"LA1": "38", "LA2": "15", "LO1": "85", "LO2": "46", "AMPM": "P", "MARS": "10", "NAME": "Clay", "BATCH": "1", "Satz#": "62", "GEBDAT": "17 1 1942", "GEBORT": "KY", "GEBZEIT": "6 35", "VORNAME": "Cassius", "SPORTART": "BOXI", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["boxer"], "partial-ids": {"ertel": "ES-1033"}}, "raw": {"L": "", "MF": "", "NR": "1033", "ENG": "1", "MA_": "2", "G_NR": "238", "MA12": "4", "MARS": "10", "NAME": "Clay", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-1,200", "CSINR": "62", "KURTZ": "", "PHAS_": "0,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "17.01.", "ZITATE": "DHKSBEF", "ZITSUM": "7", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Cassius", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "17.01.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "6"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1279	cler-louis-1905-12-31	{"a1": "1280", "g55": "03-237", "3a_sports": "1034"}	{"g55": "03-237", "ertel": "ES-1034", "lerrcp": "A1-1280"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Cler", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1905-12-31 14:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 6.7735, "lat": 43.42332, "name": "Saint-Raphaël", "geoid": 2977246}, "notime": null, "date-ut": "1905-12-31 13:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Cler"}, "birth": {"tzo": "+00:09:21", "date": "1905-12-31 14:00", "place": {"c2": "83", "cy": "FR", "lg": 6.7735, "lat": 43.42332, "name": "Saint-Raphaël", "geoid": 2977246}, "date-ut": "1905-12-31 13:50:40"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1280"}, "ids-in-sources": {"a1": "1280"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "83", "COU": "F", "DAY": "31", "LAT": "43N32", "LON": "6E28", "MON": "12", "NUM": "1280", "PRO": "C", "SEC": "40", "YEA": "1905", "CITY": "ST-RAPHAEL"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1905-12-31 14:00"}, "partial-ids": {"ertel": "ES-1034"}}, "raw": {"L": "", "MF": "", "NR": "1034", "ENG": "", "MA_": "0", "G_NR": "1280", "MA12": "3", "MARS": "7", "NAME": "Cler", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,400", "CSINR": "", "KURTZ": "", "PHAS_": "25,600", "STUND": "14,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "31.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Louis", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "31.12.1905", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-237"}, "ids-in-source": {"g55": "03-237"}}, "raw": {"DAY": "31-12-1905", "HOUR": "14 h.", "NAME": "CLER Louis", "PLACE": "Saint-Raphaél (Var)."}, "date": "2023-08-20T14:48:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
316	clerici-giampietro-1892-07-18	{"a1": "316", "3a_sports": "1036"}	{"ertel": "ES-1036", "lerrcp": "A1-316"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giampietro", "family": "Clerici", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1892-07-18 23:30", "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "IT", "lg": 9.00104, "lat": 45.63967, "name": "Gerenzano", "geoid": 6534236}, "notime": null, "date-ut": "1892-07-18 22:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Giampietro", "family": "Clerici"}, "birth": {"place": {"c2": "VA", "cy": "IT", "lg": 9.00104, "lat": 45.63967, "name": "Gerenzano", "geoid": 6534236}, "date-ut": "1892-07-18 22:40:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-316"}, "ids-in-sources": {"a1": "316"}}, "raw": {"H": "23", "MN": "40", "TZ": "-1", "COD": "VA", "COU": "I", "DAY": "18", "LAT": "45N48", "LON": "9E 0", "MON": "7", "NUM": "316", "PRO": "C", "SEC": "4", "YEA": "1892", "CITY": "GERENZANO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1892-07-18 23:30"}, "partial-ids": {"ertel": "ES-1036"}}, "raw": {"L": "", "MF": "", "NR": "1036", "ENG": "", "MA_": "1", "G_NR": "316", "MA12": "2", "MARS": "6", "NAME": "Clerici (Marchese)", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,40", "CSINR": "", "KURTZ": "", "PHAS_": "39,600", "STUND": "23,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "18.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giampietro", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.07.1892", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1231	clery-raoul-1907-12-27	{"a1": "1232", "3a_sports": "1037"}	{"ertel": "ES-1037", "lerrcp": "A1-1232"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raoul", "family": "Clery", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1907-12-27 05:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.53333, "lat": 47.46667, "name": "Saint-Hilaire-Saint-F", "geoid": 0}, "notime": null, "date-ut": "1907-12-27 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"name": {"given": "Raoul", "family": "Clery"}, "birth": {"tzo": "+00:09:21", "date": "1907-12-27 05:00", "place": {"c2": "49", "cy": "FR", "lg": -0.53333, "lat": 47.46667, "name": "Saint-Hilaire-Saint-F", "geoid": 0}, "date-ut": "1907-12-27 04:50:40"}, "occus": ["fencer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1232"}, "ids-in-sources": {"a1": "1232"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "49", "COU": "F", "DAY": "27", "LAT": "47N28", "LON": "0W32", "MON": "12", "NUM": "1232", "PRO": "C", "SEC": "40", "YEA": "1907", "CITY": "ST-HILAIRE-ST-F"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1907-12-27 05:00"}, "partial-ids": {"ertel": "ES-1037"}}, "raw": {"L": "", "MF": "", "NR": "1037", "ENG": "", "MA_": "1", "G_NR": "1232", "MA12": "9", "MARS": "27", "NAME": "Clery", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,300", "CSINR": "", "KURTZ": "", "PHAS_": "59,600", "STUND": "5,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Raoul", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.12.1907", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FENC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
798	cloarec-pierre-1909-03-14	{"a1": "798", "g55": "03-128", "3a_sports": "1039"}	{"g55": "03-128", "ertel": "ES-1039", "lerrcp": "A1-798"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Cloarec", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1909-03-14 05:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -3.96972, "lat": 48.22598, "name": "Pleyben", "geoid": 2986747}, "notime": null, "date-ut": "1909-03-14 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Cloarec"}, "birth": {"tzo": "+00:09:21", "date": "1909-03-14 05:00", "place": {"c2": "29", "cy": "FR", "lg": -3.96972, "lat": 48.22598, "name": "Pleyben", "geoid": 2986747}, "date-ut": "1909-03-14 04:50:40"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-798"}, "ids-in-sources": {"a1": "798"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "29", "COU": "F", "DAY": "14", "LAT": "48N 0", "LON": "4W 6", "MON": "3", "NUM": "798", "PRO": "C", "SEC": "40", "YEA": "1909", "CITY": "PLEYBEN"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1909-03-14 05:00"}, "partial-ids": {"ertel": "ES-1039"}}, "raw": {"L": "", "MF": "", "NR": "1039", "ENG": "1", "MA_": "2", "G_NR": "798", "MA12": "1", "MARS": "3", "NAME": "Cloarec", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "62,000", "STUND": "5,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "14.03.", "ZITATE": "O", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pierre-Marie", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "14.03.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-128"}, "ids-in-source": {"g55": "03-128"}}, "raw": {"DAY": "14-3-1909", "HOUR": "5 h.", "NAME": "CLOAREC Pierre M.", "PLACE": "Pleyben (Finistère)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
151	coiffard-michel-1892-07-16	{"a1": "151", "3a_sports": "1048"}	{"ertel": "ES-1048", "lerrcp": "A1-151"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Coiffard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1892-07-16 08:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1892-07-16 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Coiffard"}, "birth": {"tzo": "+00:09:21", "date": "1892-07-16 08:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1892-07-16 07:50:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-151"}, "ids-in-sources": {"a1": "151"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "44", "COU": "F", "DAY": "16", "LAT": "47N13", "LON": "1W35", "MON": "7", "NUM": "151", "PRO": "C", "SEC": "40", "YEA": "1892", "CITY": "NANTES"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1892-07-16 08:00"}, "partial-ids": {"ertel": "ES-1048"}}, "raw": {"L": "", "MF": "", "NR": "1048", "ENG": "", "MA_": "1", "G_NR": "151", "MA12": "7", "MARS": "20", "NAME": "Coiffard", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,70", "CSINR": "", "KURTZ": "", "PHAS_": "62,300", "STUND": "8,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "16.07.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "16.07.1892", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15892	colas-alain-1943-09-16	{"d6": "104", "e3": "362", "3a_sports": "1050"}	{"ertel": "ES-1050", "lerrcp": "D6-104"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Colas", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-09-16 05:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 3.51667, "lat": 47.45, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sport-sailer", "journalist"]	5	null	[{"new": {"name": {"given": "Alain", "family": "Colas"}, "birth": {"date": "1943-09-16 05:30", "place": {"cy": "FR", "lg": 3.51667, "lat": 47.45}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "104"}}, "raw": {"H": "5", "MN": "30", "DAY": "16", "LAT": "47N27", "LON": "03E31", "MON": "9", "NUM": "104", "SEC": "0", "YEA": "1943", "NAME": "Colas Alain"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"occus": ["journalist"], "ids-in-sources": {"e3": "362"}}, "raw": {"H": "05:30", "COD": "58", "DAY": "16", "MON": "09", "NUM": "0362", "PRO": "JO", "YEA": "1943", "CITY": "Clamecy", "NAME": "COLAS Alain", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"sex": "M", "occus": ["sport-sailer"], "partial-ids": {"ertel": "ES-1050"}}, "raw": {"L": "", "MF": "", "NR": "1050", "ENG": "", "MA_": "0", "G_NR": "104", "MA12": "3", "MARS": "8", "NAME": "Colas", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-3,800", "CSINR": "", "KURTZ": "", "PHAS_": "95,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "16.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alain", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "16.09.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "YACH", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
590	coeuret-francis-1931-02-12	{"a1": "590", "g55": "03-491", "3a_sports": "1045"}	{"g55": "03-491", "ertel": "ES-1045", "lerrcp": "A1-590"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Coeuret", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1931-02-12 17:15", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -2.70464, "lat": 48.28136, "name": "Plouguenast", "geoid": 2986665}, "notime": null, "date-ut": "1931-02-12 17:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Francis", "family": "Coeuret"}, "birth": {"tzo": "+00:00", "date": "1931-02-12 17:15", "place": {"c2": "22", "cy": "FR", "lg": -2.70464, "lat": 48.28136, "name": "Plouguenast", "geoid": 2986665}, "date-ut": "1931-02-12 17:15"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-590"}, "ids-in-sources": {"a1": "590"}}, "raw": {"H": "17", "MN": "15", "TZ": "0", "COD": "22", "COU": "F", "DAY": "12", "LAT": "48N31", "LON": "2W45", "MON": "2", "NUM": "590", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "PLOUGUENAST"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-02-12 17:15"}, "partial-ids": {"ertel": "ES-1045"}}, "raw": {"L": "", "MF": "", "NR": "1045", "ENG": "1", "MA_": "2", "G_NR": "590", "MA12": "1", "MARS": "3", "NAME": "Coeuret", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "26,800", "STUND": "17,25", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "12.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Francis", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "12.02.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-491"}, "ids-in-source": {"g55": "03-491"}}, "raw": {"DAY": "12-2-1931", "HOUR": "17 h. 15", "NAME": "CCEURET Francis", "PLACE": "Plougenast (Côtes-du-Nord)."}, "date": "2023-08-20T14:48:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1478	colaussi-luigi-1914-03-04	{"a1": "1479", "3a_sports": "1051"}	{"ertel": "ES-1051", "lerrcp": "A1-1479"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Colaussi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-03-04 07:00", "note": null, "place": {"c1": null, "c2": "GO", "c3": null, "cy": "IT", "lg": 13.5, "lat": 46, "name": "GRADISCA", "geoid": 0}, "notime": null, "date-ut": "1914-03-04 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Colaussi"}, "birth": {"place": {"c2": "GO", "cy": "IT", "lg": 13.5, "lat": 46, "name": "GRADISCA", "geoid": 0}, "date-ut": "1914-03-04 06:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1479"}, "ids-in-sources": {"a1": "1479"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "GO", "COU": "I", "DAY": "4", "LAT": "46N 0", "LON": "13E30", "MON": "3", "NUM": "1479", "PRO": "C", "SEC": "0", "YEA": "1914", "CITY": "GRADISCA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1914-03-04 07:00"}, "partial-ids": {"ertel": "ES-1051"}}, "raw": {"L": "", "MF": "", "NR": "1051", "ENG": "", "MA_": "1", "G_NR": "1479", "MA12": "9", "MARS": "26", "NAME": "Colaussi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,100", "CSINR": "", "KURTZ": "", "PHAS_": "38,300", "STUND": "7,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "04.03.", "ZITATE": "SW", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "04.03.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23	colchen-anne-1925-12-08	{"a1": "23", "3a_sports": "1052", "cfepp-final3": "1071"}	{"cfepp": "CF-1071", "ertel": "ES-1052", "lerrcp": "A1-23"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anne", "family": "Colchen", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:00", "date": "1925-12-08 07:50", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1925-12-08 07:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Anne", "family": "Colchen"}, "birth": {"tzo": "+00:00", "date": "1925-12-08 07:50", "place": {"c2": "76", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1925-12-08 07:50"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-23"}, "ids-in-sources": {"a1": "23"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "76", "COU": "F", "DAY": "8", "LAT": "49N26", "LON": "1E 5", "MON": "12", "NUM": "23", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "LE HAVRE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "F", "birth": {"date": "1925-12-08 07:50"}, "partial-ids": {"ertel": "ES-1052"}}, "raw": {"L": "", "MF": "F", "NR": "1052", "ENG": "", "MA_": "1", "G_NR": "23", "MA12": "2", "MARS": "6", "NAME": "Colchen", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,300", "CSINR": "", "KURTZ": "d", "PHAS_": "55,000", "STUND": "7,83", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.12.", "ZITATE": "DST", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Anne-Marie", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "08.12.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1925-12-08 07:50", "place": {"c3": ""}, "date-ut": "1925-12-08 07:50"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "1071"}}, "raw": {"S": "2", "LT": "07 50", "LV": "", "TR": "f", "UT": "07 50", "LAT": "+49.49", "SRC": "AL  E", "LONG": "-00.12", "NAME": "COLCHEN Anne-Marie", "SPORT": "Track & Field", "LOC_DATE": "1925 12 08", "UNIV_DATE": "1925 12 08", "BIRTH_PLACE": "LE HAVRE", "POSTAL_CODE": "76600"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1480	combi-giampiero-1902-12-20	{"a1": "1481", "3a_sports": "1068"}	{"ertel": "ES-1068", "lerrcp": "A1-1481"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giampiero", "family": "Combi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1902-12-20 22:00", "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1902-12-20 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Giampiero", "family": "Combi"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1902-12-20 21:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1481"}, "ids-in-sources": {"a1": "1481"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "20", "LAT": "45N 0", "LON": "8E 0", "MON": "12", "NUM": "1481", "PRO": "C", "SEC": "0", "YEA": "1902", "CITY": "TORINO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1902-12-20 22:00"}, "partial-ids": {"ertel": "ES-1068"}}, "raw": {"L": "", "MF": "", "NR": "1068", "ENG": "", "MA_": "0", "G_NR": "1481", "MA12": "11", "MARS": "33", "NAME": "Combi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,900", "CSINR": "", "KURTZ": "", "PHAS_": "69,500", "STUND": "22,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "20.12.", "ZITATE": "KSWFO", "ZITSUM": "5", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giampiero", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "20.12.1902", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "5"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16485	combs-glen-1946-10-30	{"d10": "249", "3a_sports": "1069", "rawlins-ertel-irving": "64"}	{"ertel": "ES-1069", "csicop": "CS-64", "lerrcp": "D10-249"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Glen", "family": "Combs", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1946-10-30 16:10", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -83.2, "lat": 37.25, "name": "Hazard", "geoid": null}, "notime": null, "date-ut": "1946-10-30 22:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Glen", "family": "Combs"}, "birth": {"tzo": "-06:00", "date": "1946-10-30 16:10", "place": {"c2": "KY", "cy": "US", "lg": -83.2, "lat": 37.25, "name": "Hazard"}, "date-ut": "1946-10-30 22:10"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "249"}}, "raw": {"H": "16:10", "TZ": "6h", "DAY": "30", "LAT": "37N15", "LON": "83W12", "MON": "10", "NUM": "249", "PRO": "SP", "YEA": "1946", "CICO": "Hazard, KY", "NAME": "Combs Glen"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["basketball-player"]], "ids-in-sources": {"rawlins-ertel-irving": "64"}}, "raw": {"LA1": "37", "LA2": "15", "LO1": "83", "LO2": "12", "AMPM": "P", "MARS": "16", "NAME": "Combs", "BATCH": "1", "Satz#": "64", "GEBDAT": "30 10 1946", "GEBORT": "KY", "GEBZEIT": "4 10", "VORNAME": "Glen", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["basketball-player"], "partial-ids": {"ertel": "ES-1069"}}, "raw": {"L": "", "MF": "", "NR": "1069", "ENG": "", "MA_": "0", "G_NR": "249", "MA12": "6", "MARS": "16", "NAME": "Combs", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "7,200", "CSINR": "64", "KURTZ": "", "PHAS_": "21,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "30.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Glen", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.10.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASK", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15894	comes-gaston-1923-04-26	{"d6": "106", "3a_sports": "1070", "cfepp-final3": "1104"}	{"cfepp": "CF-1104", "ertel": "ES-1070", "lerrcp": "D6-106"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Comes", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1923-04-26 08:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": -2.7, "lat": 42.7, "name": "MILLAS", "geoid": null}, "notime": null, "date-ut": "1923-04-26 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Comes"}, "birth": {"date": "1923-04-26 08:00", "place": {"cy": "FR", "lg": 2.7, "lat": 42.7}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "106"}}, "raw": {"H": "8", "MN": "0", "DAY": "26", "LAT": "42N42", "LON": "02E42", "MON": "4", "NUM": "106", "SEC": "0", "YEA": "1923", "NAME": "Comes Gaston"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-1070"}}, "raw": {"L": "", "MF": "", "NR": "1070", "ENG": "1", "MA_": "2", "G_NR": "106", "MA12": "1", "MARS": "2", "NAME": "Comes", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "10,600", "CSINR": "", "KURTZ": "", "PHAS_": "69,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "26.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gaston", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.04.1923", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1923-04-26 08:00", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": -2.7, "lat": 42.7, "name": "MILLAS"}, "date-ut": "1923-04-26 08:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "1104"}}, "raw": {"S": "1", "LT": "08 00", "LV": "18", "TR": "f", "UT": "08 00", "LAT": "+42.70", "SRC": "A   I", "LONG": "-02.70", "NAME": "COMES Gaston", "SPORT": "Rugby League", "LOC_DATE": "1923 04 26", "UNIV_DATE": "1923 04 26", "BIRTH_PLACE": "MILLAS", "POSTAL_CODE": "66170"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
318	conforti-mario-1895-06-20	{"a1": "318", "3a_sports": "1076"}	{"ertel": "ES-1076", "lerrcp": "A1-318"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Conforti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1895-06-20 14:00", "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.5, "lat": 43.7, "name": "SCASCIANOINVALD", "geoid": 0}, "notime": null, "date-ut": "1895-06-20 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Conforti"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.5, "lat": 43.7, "name": "SCASCIANOINVALD", "geoid": 0}, "date-ut": "1895-06-20 13:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-318"}, "ids-in-sources": {"a1": "318"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "20", "LAT": "43N42", "LON": "11E30", "MON": "6", "NUM": "318", "PRO": "C", "SEC": "0", "YEA": "1895", "CITY": "SCASCIANOINVALD"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1895-06-20 14:00"}, "partial-ids": {"ertel": "ES-1076"}}, "raw": {"L": "", "MF": "", "NR": "1076", "ENG": "", "MA_": "0", "G_NR": "318", "MA12": "3", "MARS": "8", "NAME": "Conforti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,300", "CSINR": "", "KURTZ": "", "PHAS_": "10,600", "STUND": "14,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "20.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.06.1895", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16487	conigliaro-tony-1945-01-07	{"d10": "251", "3a_sports": "1077"}	{"ertel": "ES-1077", "lerrcp": "D10-251"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tony", "family": "Conigliaro", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-04:00", "date": "1945-01-07 20:52", "note": null, "place": {"c1": null, "c2": "MA", "c3": null, "cy": "US", "lg": -71.01667, "lat": 42.41667, "name": "Revers", "geoid": null}, "notime": null, "date-ut": "1945-01-08 00:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Tony", "family": "Conigliaro"}, "birth": {"tzo": "-04:00", "date": "1945-01-07 20:52", "place": {"c2": "MA", "cy": "US", "lg": -71.01667, "lat": 42.41667, "name": "Revers"}, "date-ut": "1945-01-08 00:52"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "251"}}, "raw": {"H": "20:52", "TZ": "4h", "DAY": "7", "LAT": "42N25", "LON": "71W1", "MON": "1", "NUM": "251", "PRO": "SP", "YEA": "1945", "CICO": "Revers, MA", "NAME": "Conigliaro Tony"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-1077"}}, "raw": {"L": "", "MF": "", "NR": "1077", "ENG": "", "MA_": "0", "G_NR": "251", "MA12": "8", "MARS": "24", "NAME": "Conigliaro", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "45,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "07.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Tony(Anthony)", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.01.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16493	connolly-maureen-1934-09-17	{"d10": "257", "3a_sports": "1078"}	{"ertel": "ES-1078", "lerrcp": "D10-257"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maureen", "family": "Connolly", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "-08:00", "date": "1934-09-17 12:07", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -117.15, "lat": 32.71667, "name": "San Diego", "geoid": null}, "notime": null, "date-ut": "1934-09-17 20:07"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Maureen", "family": "Connolly"}, "birth": {"tzo": "-08:00", "date": "1934-09-17 12:07", "place": {"c2": "CA", "cy": "US", "lg": -117.15, "lat": 32.71667, "name": "San Diego"}, "date-ut": "1934-09-17 20:07"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "257"}}, "raw": {"H": "12:07", "TZ": "8h", "DAY": "17", "LAT": "32N43", "LON": "117W9", "MON": "9", "NUM": "257", "PRO": "SP", "YEA": "1934", "CICO": "San Diego, CA", "NAME": "Connolly Maureen"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "F", "occus": ["tennis-player"], "partial-ids": {"ertel": "ES-1078"}}, "raw": {"L": "", "MF": "F", "NR": "1078", "ENG": "", "MA_": "1", "G_NR": "257", "MA12": "5", "MARS": "14", "NAME": "Connolly", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "11,100", "CSINR": "", "KURTZ": "", "PHAS_": "55,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "17.09.", "ZITATE": "DJSTBFX", "ZITSUM": "7", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Maureen", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "17.09.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "0", "ZITSUM_OD": "6"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
923	conterno-angelo-1925-03-13	{"a1": "923", "3a_sports": "1081"}	{"ertel": "ES-1081", "lerrcp": "A1-923"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Conterno", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-03-13 08:10", "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1925-03-13 07:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Angelo", "family": "Conterno"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1925-03-13 07:10"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-923"}, "ids-in-sources": {"a1": "923"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "13", "LAT": "45N 0", "LON": "8E 0", "MON": "3", "NUM": "923", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "TORINO"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-03-13 08:10"}, "partial-ids": {"ertel": "ES-1081"}}, "raw": {"L": "", "MF": "", "NR": "1081", "ENG": "", "MA_": "1", "G_NR": "923", "MA12": "12", "MARS": "35", "NAME": "Conterno", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,200", "CSINR": "", "KURTZ": "", "PHAS_": "93,500", "STUND": "8,17", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "13.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Angelo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.03.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1481	conti-oliviero-1933-02-28	{"a1": "1482", "3a_sports": "1083"}	{"ertel": "ES-1083", "lerrcp": "A1-1482"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oliviero", "family": "Conti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-02-28 18:30", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1933-02-28 17:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Oliviero", "family": "Conti"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1933-02-28 17:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1482"}, "ids-in-sources": {"a1": "1482"}}, "raw": {"H": "18", "MN": "30", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "28", "LAT": "45N30", "LON": "9E15", "MON": "2", "NUM": "1482", "PRO": "C", "SEC": "0", "YEA": "1933", "CITY": "MILANO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1933-02-28 18:30"}, "partial-ids": {"ertel": "ES-1083"}}, "raw": {"L": "", "MF": "", "NR": "1083", "ENG": "1", "MA_": "2", "G_NR": "1482", "MA12": "1", "MARS": "1", "NAME": "Conti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,900", "CSINR": "", "KURTZ": "", "PHAS_": "12,500", "STUND": "18,50", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "28.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Oliviero", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.02.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
320	contini-luigi-1895-05-01	{"a1": "320", "3a_sports": "1089"}	{"ertel": "ES-1089", "lerrcp": "A1-320"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Contini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1895-05-01 02:00", "note": null, "place": {"c1": null, "c2": "FG", "c3": null, "cy": "IT", "lg": 15.5, "lat": 41.6, "name": "CASTELLUCCIOVAL", "geoid": 0}, "notime": null, "date-ut": "1895-05-01 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Contini"}, "birth": {"place": {"c2": "FG", "cy": "IT", "lg": 15.5, "lat": 41.6, "name": "CASTELLUCCIOVAL", "geoid": 0}, "date-ut": "1895-05-01 01:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-320"}, "ids-in-sources": {"a1": "320"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "FG", "COU": "I", "DAY": "1", "LAT": "41N36", "LON": "15E30", "MON": "5", "NUM": "320", "PRO": "C", "SEC": "0", "YEA": "1895", "CITY": "CASTELLUCCIOVAL"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1895-05-01 02:00"}, "partial-ids": {"ertel": "ES-1089"}}, "raw": {"L": "", "MF": "", "NR": "1089", "ENG": "", "MA_": "0", "G_NR": "320", "MA12": "8", "MARS": "24", "NAME": "Contini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,500", "CSINR": "", "KURTZ": "", "PHAS_": "37,100", "STUND": "2,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.05.1895", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
924	coppi-fausto-1919-09-15	{"a1": "924", "afd2": "123", "3a_sports": "1094"}	{"ertel": "ES-1094", "lerrcp": "A1-924", "muller": "M2-123"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fausto", "family": "Coppi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+02:00", "date": "1919-09-15 21:30", "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.93035, "lat": 44.79845, "name": "Castellania", "geoid": 6535536}, "notime": null, "date-ut": "1919-09-15 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Fausto", "family": "Coppi"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.93035, "lat": 44.79845, "name": "Castellania", "geoid": 6535536}, "date-ut": "1919-09-15 19:30"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-924"}, "ids-in-sources": {"a1": "924"}}, "raw": {"H": "20", "MN": "30", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "15", "LAT": "45N 0", "LON": "9E 0", "MON": "9", "NUM": "924", "PRO": "C", "SEC": "0", "YEA": "1919", "CITY": "CASTELLANIA"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"tzo": "+02:00", "date": "1919-09-15 21:30"}, "occus": ["sportsperson"], "ids-in-sources": {"afd2": "123"}}, "raw": {"CY": "I", "GQ": "G", "LG": "008 E 56", "LAT": "44 N 55", "TZO": "-2.00", "DATE": "15.09.1919", "MUID": "123", "NAME": "Coppi, Fausto", "OCCU": "MA 13", "TIME": "21.30", "BOOKS": "5", "PLACE": "Castellania", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1919-09-15 21:30"}, "partial-ids": {"ertel": "ES-1094"}}, "raw": {"L": "", "MF": "", "NR": "1094", "ENG": "", "MA_": "0", "G_NR": "924", "MA12": "9", "MARS": "25", "NAME": "Coppi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,900", "CSINR": "", "KURTZ": "", "PHAS_": "71,300", "STUND": "21,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "15.09.", "ZITATE": "DGHSO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Fausto", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "15.09.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
321	corazza-aldo-1878-07-16	{"a1": "321", "3a_sports": "1097"}	{"ertel": "ES-1097", "lerrcp": "A1-321"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Corazza", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1878-07-16 07:15", "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.08167, "lat": 45.13556, "name": "Cavarzere", "geoid": 3179294}, "notime": null, "date-ut": "1878-07-16 06:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Aldo", "family": "Corazza"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.08167, "lat": 45.13556, "name": "Cavarzere", "geoid": 3179294}, "date-ut": "1878-07-16 06:25:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-321"}, "ids-in-sources": {"a1": "321"}}, "raw": {"H": "7", "MN": "25", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "16", "LAT": "45N30", "LON": "12E30", "MON": "7", "NUM": "321", "PRO": "C", "SEC": "4", "YEA": "1878", "CITY": "CAVARZERE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1878-07-16 07:15"}, "partial-ids": {"ertel": "ES-1097"}}, "raw": {"L": "", "MF": "", "NR": "1097", "ENG": "1", "MA_": "2", "G_NR": "321", "MA12": "1", "MARS": "2", "NAME": "Corazza", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,100", "CSINR": "", "KURTZ": "", "PHAS_": "97,600", "STUND": "7,25", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "16.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Aldo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.07.1878", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22624	aggradi-piero-1934-10-07	{"3a_sports": "24"}	{"ertel": "ES-24"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Piero", "family": "Aggradi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-10-07", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Piero", "family": "Aggradi"}, "birth": {"date": "1934-10-07", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "24", "ENG": "", "MA_": "1", "G_NR": "4", "MA12": "11", "MARS": "31", "NAME": "Aggradi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-4,100", "CSINR": "", "KURTZ": "", "PHAS_": "2,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "07.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Piero", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.10.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1637	coppens-rik-1918-10-03	{"a1": "1638", "3a_sports": "1093"}	{"cpara": "CP-487", "ertel": "ES-1093", "lerrcp": "A1-1638"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rik", "family": "Coppens", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-10-03 15:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "notime": null, "date-ut": "1918-10-03 15:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Rik", "family": "Coppens"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "date-ut": "1918-10-03 15:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1638"}, "ids-in-sources": {"a1": "1638"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "3", "LAT": "51N14", "LON": "4E30", "MON": "10", "NUM": "1638", "PRO": "C", "SEC": "0", "YEA": "1918", "CITY": "MALINES"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1918-10-03 15:00"}, "partial-ids": {"ertel": "ES-1093"}}, "raw": {"L": "", "MF": "", "NR": "1093", "ENG": "1", "MA_": "2", "G_NR": "1638", "MA12": "4", "MARS": "10", "NAME": "Coppens", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,600", "CSINR": "", "KURTZ": "", "PHAS_": "4,300", "STUND": "15,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "03.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "487", "VORNAME": "Rik", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.10.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1191	cordang-johannes-1869-12-26	{"a1": "1192", "3a_sports": "1102"}	{"ertel": "ES-1102", "lerrcp": "A1-1192"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Cordang", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1869-12-26 05:00", "note": null, "place": {"c1": null, "c2": "L", "c3": null, "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "BLERICK", "geoid": 0}, "notime": null, "date-ut": "1869-12-26 04:37:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Cordang"}, "birth": {"place": {"c2": "L", "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "BLERICK", "geoid": 0}, "date-ut": "1869-12-26 04:37:20"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1192"}, "ids-in-sources": {"a1": "1192"}}, "raw": {"H": "4", "MN": "37", "TZ": "0", "COD": "L", "COU": "N", "DAY": "26", "LAT": "50N51", "LON": "5E40", "MON": "12", "NUM": "1192", "PRO": "C", "SEC": "20", "YEA": "1869", "CITY": "BLERICK"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1869-12-26 05:00"}, "partial-ids": {"ertel": "ES-1102"}}, "raw": {"L": "", "MF": "", "NR": "1102", "ENG": "", "MA_": "0", "G_NR": "1192", "MA12": "11", "MARS": "32", "NAME": "Cordang", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,20", "CSINR": "", "KURTZ": "", "PHAS_": "51,400", "STUND": "5,00", "CFEPNR": "", "EXTEND": "", "NATION": "NET", "TAGMON": "26.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Johannes", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.12.1869", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
108	cornacchia-franco-1907-01-25	{"a1": "108", "3a_sports": "1106"}	{"ertel": "ES-1106", "lerrcp": "A1-108"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franco", "family": "Cornacchia", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1907-01-25 21:00", "note": null, "place": {"c1": null, "c2": "BS", "c3": null, "cy": "IT", "lg": 10.04217, "lat": 45.47778, "name": "Maclodio", "geoid": 6535197}, "notime": null, "date-ut": "1907-01-25 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Franco", "family": "Cornacchia"}, "birth": {"place": {"c2": "BS", "cy": "IT", "lg": 10.04217, "lat": 45.47778, "name": "Maclodio", "geoid": 6535197}, "date-ut": "1907-01-25 20:00"}, "occus": ["motor-sports-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-108"}, "ids-in-sources": {"a1": "108"}}, "raw": {"H": "21", "MN": "0", "TZ": "-1", "COD": "BS", "COU": "I", "DAY": "25", "LAT": "45N30", "LON": "11E 0", "MON": "1", "NUM": "108", "PRO": "C", "SEC": "0", "YEA": "1907", "CITY": "MACLODIO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1907-01-25 21:00"}, "partial-ids": {"ertel": "ES-1106"}}, "raw": {"L": "", "MF": "", "NR": "1106", "ENG": "", "MA_": "1", "G_NR": "108", "MA12": "10", "MARS": "29", "NAME": "Cornacchia", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,800", "CSINR": "", "KURTZ": "", "PHAS_": "82,100", "STUND": "21,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "25.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Franco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.01.1907", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AUTO", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
323	corni-guido-1883-08-25	{"a1": "323", "3a_sports": "1112"}	{"ertel": "ES-1112", "lerrcp": "A1-323"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guido", "family": "Corni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1883-08-25 04:30", "note": null, "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 9.30076, "lat": 45.07306, "name": "Stradella", "geoid": 3166114}, "notime": null, "date-ut": "1883-08-25 03:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Guido", "family": "Corni"}, "birth": {"place": {"c2": "PV", "cy": "IT", "lg": 9.30076, "lat": 45.07306, "name": "Stradella", "geoid": 3166114}, "date-ut": "1883-08-25 03:40:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-323"}, "ids-in-sources": {"a1": "323"}}, "raw": {"H": "4", "MN": "40", "TZ": "-1", "COD": "PV", "COU": "I", "DAY": "25", "LAT": "45N12", "LON": "9E 0", "MON": "8", "NUM": "323", "PRO": "C", "SEC": "4", "YEA": "1883", "CITY": "STRADELLA"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1883-08-25 04:30"}, "partial-ids": {"ertel": "ES-1112"}}, "raw": {"L": "", "MF": "", "NR": "1112", "ENG": "", "MA_": "1", "G_NR": "323", "MA12": "2", "MARS": "5", "NAME": "Corni", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,30", "CSINR": "", "KURTZ": "", "PHAS_": "52,700", "STUND": "4,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "25.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Guido", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.08.1883", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1483	corradi-giuseppe-1932-07-06	{"a1": "1484", "3a_sports": "1114"}	{"ertel": "ES-1114", "lerrcp": "A1-1484"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Corradi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-07-06 24:00", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "notime": null, "date-ut": "1932-07-06 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Corradi"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "date-ut": "1932-07-06 23:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1484"}, "ids-in-sources": {"a1": "1484"}}, "raw": {"H": "0", "MN": "0", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "7", "LAT": "44N36", "LON": "11E15", "MON": "7", "NUM": "1484", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "MODENA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-07-06 24:00"}, "partial-ids": {"ertel": "ES-1114"}}, "raw": {"L": "", "MF": "", "NR": "1114", "ENG": "", "MA_": "0", "G_NR": "1484", "MA12": "11", "MARS": "32", "NAME": "Corradi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,300", "CSINR": "", "KURTZ": "", "PHAS_": "4,700", "STUND": "24,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "06.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giuseppe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.07.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
706	correggioli-enzo-1922-02-27	{"a1": "706", "3a_sports": "1116"}	{"ertel": "ES-1116", "lerrcp": "A1-706"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enzo", "family": "Correggioli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-02-27 07:00", "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 11.79301, "lat": 45.07998, "name": "Rovigo", "geoid": 3168843}, "notime": null, "date-ut": "1922-02-27 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Enzo", "family": "Correggioli"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 11.79301, "lat": 45.07998, "name": "Rovigo", "geoid": 3168843}, "date-ut": "1922-02-27 06:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-706"}, "ids-in-sources": {"a1": "706"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "27", "LAT": "45N 0", "LON": "12E15", "MON": "2", "NUM": "706", "PRO": "C", "SEC": "0", "YEA": "1922", "CITY": "ROVIGO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1922-02-27 07:00"}, "partial-ids": {"ertel": "ES-1116"}}, "raw": {"L": "", "MF": "", "NR": "1116", "ENG": "1", "MA_": "2", "G_NR": "706", "MA12": "4", "MARS": "12", "NAME": "Correggiolo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,500", "CSINR": "", "KURTZ": "", "PHAS_": "0,100", "STUND": "7,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "27.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Enzo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.02.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
744	cossemyns-pierre-1930-10-21	{"a1": "744", "3a_sports": "1124"}	{"ertel": "ES-1124", "lerrcp": "A1-744"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Cossemyns", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-10-21 14:45", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "UCCLE", "geoid": 0}, "notime": null, "date-ut": "1930-10-21 14:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Cossemyns"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "UCCLE", "geoid": 0}, "date-ut": "1930-10-21 14:45:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-744"}, "ids-in-sources": {"a1": "744"}}, "raw": {"H": "14", "MN": "45", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "21", "LAT": "50N51", "LON": "4E15", "MON": "10", "NUM": "744", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "UCCLE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-10-21 14:45"}, "partial-ids": {"ertel": "ES-1124"}}, "raw": {"L": "", "MF": "", "NR": "1124", "ENG": "", "MA_": "1", "G_NR": "744", "MA12": "7", "MARS": "21", "NAME": "Cossemyns", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,900", "CSINR": "", "KURTZ": "", "PHAS_": "1,100", "STUND": "14,75", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "21.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.10.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1485	costagliola-leonardo-1921-10-27	{"a1": "1486", "3a_sports": "1130"}	{"ertel": "ES-1130", "lerrcp": "A1-1486"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leonardo", "family": "Costagliola", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-10-27 11:00", "note": null, "place": {"c1": null, "c2": "TA", "c3": null, "cy": "IT", "lg": 17.22972, "lat": 40.47611, "name": "Taranto", "geoid": 3165926}, "notime": null, "date-ut": "1921-10-27 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Leonardo", "family": "Costagliola"}, "birth": {"place": {"c2": "TA", "cy": "IT", "lg": 17.22972, "lat": 40.47611, "name": "Taranto", "geoid": 3165926}, "date-ut": "1921-10-27 10:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1486"}, "ids-in-sources": {"a1": "1486"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "TA", "COU": "I", "DAY": "27", "LAT": "40N30", "LON": "17E30", "MON": "10", "NUM": "1486", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "TARANTO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-10-27 11:00"}, "partial-ids": {"ertel": "ES-1130"}}, "raw": {"L": "", "MF": "", "NR": "1130", "ENG": "1", "MA_": "2", "G_NR": "1486", "MA12": "4", "MARS": "12", "NAME": "Costagliola", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,00", "CSINR": "", "KURTZ": "", "PHAS_": "19,800", "STUND": "11,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "27.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Leonardo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.10.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
154	costes-dieudonne-1892-11-04	{"a1": "154", "3a_sports": "1134"}	{"ertel": "ES-1134", "lerrcp": "A1-154"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dieudonné", "family": "Costes", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1892-11-04 14:00", "note": null, "place": {"c1": null, "c2": "82", "c3": null, "cy": "FR", "lg": 1.33333, "lat": 44.01667, "name": "Seotfinds", "geoid": 0}, "notime": null, "date-ut": "1892-11-04 13:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Dieudonné", "family": "Costes"}, "birth": {"tzo": "+00:09:21", "date": "1892-11-04 14:00", "place": {"c2": "82", "cy": "FR", "lg": 1.33333, "lat": 44.01667, "name": "Seotfinds", "geoid": 0}, "date-ut": "1892-11-04 13:50:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-154"}, "ids-in-sources": {"a1": "154"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "82", "COU": "F", "DAY": "4", "LAT": "44N 1", "LON": "1E20", "MON": "11", "NUM": "154", "PRO": "C", "SEC": "40", "YEA": "1892", "CITY": "SEOTFINDS"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1892-11-04 14:00"}, "partial-ids": {"ertel": "ES-1134"}}, "raw": {"L": "", "MF": "", "NR": "1134", "ENG": "1", "MA_": "2", "G_NR": "154", "MA12": "1", "MARS": "1", "NAME": "Costes", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,500", "CSINR": "", "KURTZ": "", "PHAS_": "99,300", "STUND": "14,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "04.11.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Dieudonné", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "04.11.1892", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1281	cossou-lucien-1936-01-29	{"a1": "1282", "3a_sports": "1127"}	{"cpara": "CP-503", "ertel": "ES-1127", "lerrcp": "A1-1282"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Cossou", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1936-01-29 04:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1936-01-29 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Cossou"}, "birth": {"tzo": "+00:00", "date": "1936-01-29 04:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1936-01-29 04:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1282"}, "ids-in-sources": {"a1": "1282"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "13", "COU": "F", "DAY": "29", "LAT": "43N18", "LON": "5E22", "MON": "1", "NUM": "1282", "PRO": "C", "SEC": "0", "YEA": "1936", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1936-01-29 04:00"}, "partial-ids": {"ertel": "ES-1127"}}, "raw": {"L": "", "MF": "", "NR": "1127", "ENG": "", "MA_": "1", "G_NR": "1282", "MA12": "10", "MARS": "30", "NAME": "Cossou", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,800", "CSINR": "", "KURTZ": "", "PHAS_": "28,100", "STUND": "4,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "29.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "503", "VORNAME": "Lucien", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "29.01.1936", "GQBECORR": "a2", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16505	counsilman-james-1920-12-28	{"d10": "269", "3a_sports": "1140", "rawlins-ertel-irving": "69"}	{"ertel": "ES-1140", "csicop": "CS-69", "lerrcp": "D10-269"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Counsilman", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1920-12-28 10:30", "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "US", "lg": -86.8, "lat": 33.51667, "name": "Birmingham", "geoid": null}, "notime": null, "date-ut": "1920-12-28 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "James", "family": "Counsilman"}, "birth": {"tzo": "-06:00", "date": "1920-12-28 10:30", "place": {"c2": "AL", "cy": "US", "lg": -86.8, "lat": 33.51667, "name": "Birmingham"}, "date-ut": "1920-12-28 16:30"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "269"}}, "raw": {"H": "10:30", "TZ": "6h", "DAY": "28", "LAT": "33N31", "LON": "86W48", "MON": "12", "NUM": "269", "PRO": "SP", "YEA": "1920", "CICO": "Birmingham, AL", "NAME": "Counsilman James"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["swimmer"]], "ids-in-sources": {"rawlins-ertel-irving": "69"}}, "raw": {"LA1": "33", "LA2": "31", "LO1": "86", "LO2": "48", "AMPM": "A", "MARS": "2", "NAME": "Counsilman", "BATCH": "1", "Satz#": "69", "GEBDAT": "28 12 1920", "GEBORT": "AL", "GEBZEIT": "10 30", "VORNAME": "James E", "SPORTART": "SWIM", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["swimmer"], "partial-ids": {"ertel": "ES-1140"}}, "raw": {"L": "", "MF": "", "NR": "1140", "ENG": "1", "MA_": "2", "G_NR": "269", "MA12": "1", "MARS": "2", "NAME": "Counsilman", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-5,800", "CSINR": "69", "KURTZ": "", "PHAS_": "90,700", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "28.12.", "ZITATE": "X", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "James E.", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "28.12.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SWIM", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1282	cottenet-maurice-1895-02-11	{"a1": "1283", "3a_sports": "1135"}	{"cpara": "CP-132", "ertel": "ES-1135", "lerrcp": "A1-1283"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Cottenet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1895-02-11 15:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "18", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1895-02-11 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Cottenet"}, "birth": {"tzo": "+00:09:21", "date": "1895-02-11 15:00", "place": {"c2": "75", "c3": "18", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1895-02-11 14:50:40"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1283"}, "ids-in-sources": {"a1": "1283"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "11", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "1283", "PRO": "C", "SEC": "40", "YEA": "1895", "CITY": "PARIS 18E"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1895-02-11 15:00"}, "partial-ids": {"ertel": "ES-1135"}}, "raw": {"L": "", "MF": "", "NR": "1135", "ENG": "", "MA_": "1", "G_NR": "1283", "MA12": "2", "MARS": "6", "NAME": "Cottenet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,300", "CSINR": "", "KURTZ": "", "PHAS_": "97,500", "STUND": "15,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "11.02.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "132", "VORNAME": "Maurice", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "11.02.1895", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
593	couet-andre-1931-01-18	{"a1": "593", "g55": "03-494", "3a_sports": "1138"}	{"g55": "03-494", "ertel": "ES-1138", "lerrcp": "A1-593"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Couet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1931-01-18 09:30", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1931-01-18 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "André", "family": "Couet"}, "birth": {"tzo": "+00:00", "date": "1931-01-18 09:30", "place": {"c2": "76", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1931-01-18 09:30"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-593"}, "ids-in-sources": {"a1": "593"}}, "raw": {"H": "9", "MN": "30", "TZ": "0", "COD": "76", "COU": "F", "DAY": "18", "LAT": "49N26", "LON": "1E 5", "MON": "1", "NUM": "593", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "LE HAVRE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-01-18 09:30"}, "partial-ids": {"ertel": "ES-1138"}}, "raw": {"L": "", "MF": "", "NR": "1138", "ENG": "", "MA_": "1", "G_NR": "593", "MA12": "7", "MARS": "21", "NAME": "Couet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,500", "CSINR": "", "KURTZ": "", "PHAS_": "0,800", "STUND": "9,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "18.01.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-494"}, "ids-in-source": {"g55": "03-494"}}, "raw": {"DAY": "18-1-1931", "HOUR": "9 h. 30", "NAME": "COUET André", "PLACE": "Le Havre (Seine-Inférieure)."}, "date": "2023-08-20T14:48:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
15900	courtin-paul-1942-03-27	{"d6": "112", "3a_sports": "1145"}	{"ertel": "ES-1145", "lerrcp": "D6-112"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Courtin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-03-27 23:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 1.71667, "lat": 50.18333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Courtin"}, "birth": {"date": "1942-03-27 23:30", "place": {"cy": "FR", "lg": 1.71667, "lat": 50.18333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "112"}}, "raw": {"H": "23", "MN": "30", "DAY": "27", "LAT": "50N11", "LON": "01E43", "MON": "3", "NUM": "112", "SEC": "0", "YEA": "1942", "NAME": "Courtin Paul"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-1145"}}, "raw": {"L": "", "MF": "", "NR": "1145", "ENG": "", "MA_": "0", "G_NR": "112", "MA12": "5", "MARS": "15", "NAME": "Courtin", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "69,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.03.", "ZITATE": "DF", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Paul", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "27.03.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16506	courtney-tom-1933-08-17	{"d10": "270", "3a_sports": "1147", "rawlins-ertel-irving": "71"}	{"ertel": "ES-1147", "csicop": "CS-71", "lerrcp": "D10-270"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tom", "family": "Courtney", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-04:00", "date": "1933-08-17 01:35", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.16667, "lat": 40.73333, "name": "Newark", "geoid": null}, "notime": null, "date-ut": "1933-08-17 05:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Tom", "family": "Courtney"}, "birth": {"tzo": "-04:00", "date": "1933-08-17 01:35", "place": {"c2": "NJ", "cy": "US", "lg": -74.16667, "lat": 40.73333, "name": "Newark"}, "date-ut": "1933-08-17 05:35"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "270"}}, "raw": {"H": "01:35", "TZ": "4h", "DAY": "17", "LAT": "40N44", "LON": "74W10", "MON": "8", "NUM": "270", "PRO": "SP", "YEA": "1933", "CICO": "Newark, NJ", "NAME": "Courtney Tom"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "71"}}, "raw": {"LA1": "40", "LA2": "44", "LO1": "74", "LO2": "10", "AMPM": "A", "MARS": "23", "NAME": "Courtney", "BATCH": "2", "Satz#": "71", "GEBDAT": "17 8 1933", "GEBORT": "NJ", "GEBZEIT": "1 35", "VORNAME": "Tom", "SPORTART": "TRAC", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-1147"}}, "raw": {"L": "", "MF": "", "NR": "1147", "ENG": "", "MA_": "0", "G_NR": "270", "MA12": "8", "MARS": "23", "NAME": "Courtney", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-7,600", "CSINR": "71", "KURTZ": "", "PHAS_": "16,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "17.08.", "ZITATE": "DKSTEX", "ZITSUM": "6", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Tom", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "17.08.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "5"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1015	couvreur-hilaire-1924-09-22	{"a1": "1015", "3a_sports": "1149"}	{"ertel": "ES-1149", "lerrcp": "A1-1015"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hilaire", "family": "Couvreur", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-09-22 22:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "ST-ANDRE-BRUGES", "geoid": 0}, "notime": null, "date-ut": "1924-09-22 21:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Hilaire", "family": "Couvreur"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "ST-ANDRE-BRUGES", "geoid": 0}, "date-ut": "1924-09-22 21:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1015"}, "ids-in-sources": {"a1": "1015"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "22", "LAT": "51N13", "LON": "3E15", "MON": "9", "NUM": "1015", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "ST-ANDRE-BRUGES"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-09-22 22:00"}, "partial-ids": {"ertel": "ES-1149"}}, "raw": {"L": "", "MF": "", "NR": "1149", "ENG": "0", "MA_": "2", "G_NR": "1015", "MA12": "3", "MARS": "9", "NAME": "Couvreur", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "42,100", "STUND": "22,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "22.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Hilaire", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.09.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16508	cowens-david-1948-10-25	{"d10": "272", "3a_sports": "1150", "rawlins-ertel-irving": "72"}	{"ertel": "ES-1150", "csicop": "CS-72", "lerrcp": "D10-272"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "David", "family": "Cowens", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1948-10-25 04:28", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -84.5, "lat": 39.08333, "name": "Newport", "geoid": null}, "notime": null, "date-ut": "1948-10-25 09:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "David", "family": "Cowens"}, "birth": {"tzo": "-05:00", "date": "1948-10-25 04:28", "place": {"c2": "KY", "cy": "US", "lg": -84.5, "lat": 39.08333, "name": "Newport"}, "date-ut": "1948-10-25 09:28"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "272"}}, "raw": {"H": "04:28", "TZ": "5h", "DAY": "25", "LAT": "39N5", "LON": "84W30", "MON": "10", "NUM": "272", "PRO": "SP", "YEA": "1948", "CICO": "Newport, KY", "NAME": "Cowens David"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["basketball-player"]], "ids-in-sources": {"rawlins-ertel-irving": "72"}}, "raw": {"LA1": "39", "LA2": "5", "LO1": "84", "LO2": "30", "AMPM": "A", "MARS": "30", "NAME": "Cowens", "BATCH": "1", "Satz#": "72", "GEBDAT": "25 10 1948", "GEBORT": "KY", "GEBZEIT": "4 28", "VORNAME": "David W", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["basketball-player"], "partial-ids": {"ertel": "ES-1150"}}, "raw": {"L": "", "MF": "", "NR": "1150", "ENG": "", "MA_": "1", "G_NR": "271", "MA12": "10", "MARS": "30", "NAME": "Cowens", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-10,70", "CSINR": "72", "KURTZ": "", "PHAS_": "56,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "25.10.", "ZITATE": "B", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "David W.", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "25.10.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15901	von-cramm-gottfried-1909-07-07	{"d6": "113", "afd2": "128", "3a_sports": "1153"}	{"ertel": "ES-1153", "lerrcp": "D6-113", "muller": "M2-128"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gottfried", "family": "von Cramm", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1909-07-07 17:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 9.73333, "lat": 52.38333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Gottfried", "family": "von Cramm"}, "birth": {"date": "1909-07-07 17:45", "place": {"cy": "DE", "lg": 9.73333, "lat": 52.38333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "113"}}, "raw": {"H": "17", "MN": "45", "DAY": "7", "LAT": "52N23", "LON": "09E44", "MON": "7", "NUM": "113", "SEC": "0", "YEA": "1909", "NAME": "Cramm Gottfried von"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "birth": {"tzo": "+01:00"}, "occus": ["sportsperson"], "ids-in-sources": {"afd2": "128"}}, "raw": {"CY": "D", "GQ": "G", "LG": "010 E 10", "LAT": "52 N 10", "TZO": "-1.00", "DATE": "07.07.1909", "MUID": "128", "NAME": "Cramm, Gottfried von", "OCCU": "MA 13", "TIME": "17.45", "BOOKS": "7", "PLACE": "Nettlingen", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"sex": "M", "occus": ["tennis-player"], "partial-ids": {"ertel": "ES-1153"}}, "raw": {"L": "", "MF": "", "NR": "1153", "ENG": "", "MA_": "1", "G_NR": "113", "MA12": "10", "MARS": "28", "NAME": "Cramm", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-7,300", "CSINR": "", "KURTZ": "", "PHAS_": "84,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "07.07.", "ZITATE": "DSF", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gottfried von", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "07.07.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TENN", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1871	crauste-michel-1934-07-06	{"a1": "1872", "3a_sports": "1156", "cfepp-final3": "850"}	{"cfepp": "CF-850", "cpara": "CP-135", "ertel": "ES-1156", "lerrcp": "A1-1872"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Crauste", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1934-07-06 01:00", "note": null, "place": {"c1": null, "c2": "40", "c3": "", "cy": "FR", "lg": -0.5, "lat": 43.9, "name": "Saint-Laurent-de-G", "geoid": 0}, "notime": null, "date-ut": "1934-07-06 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Crauste"}, "birth": {"tzo": "+01:00", "date": "1934-07-06 01:00", "place": {"c2": "40", "cy": "FR", "lg": -0.5, "lat": 43.9, "name": "Saint-Laurent-de-G", "geoid": 0}, "date-ut": "1934-07-06 00:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1872"}, "ids-in-sources": {"a1": "1872"}}, "raw": {"H": "0", "MN": "0", "TZ": "0", "COD": "40", "COU": "F", "DAY": "6", "LAT": "43N54", "LON": "0W30", "MON": "7", "NUM": "1872", "PRO": "C", "SEC": "0", "YEA": "1934", "CITY": "ST-LAURENT-DE-G"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1934-07-06 01:00"}, "partial-ids": {"ertel": "ES-1156"}}, "raw": {"L": "", "MF": "", "NR": "1156", "ENG": "", "MA_": "1", "G_NR": "1872", "MA12": "10", "MARS": "30", "NAME": "Crauste", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,700", "CSINR": "", "KURTZ": "", "PHAS_": "28,300", "STUND": "1,00", "CFEPNR": "851", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.07.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "135", "VORNAME": "Michel", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "06.07.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1934-07-06 01:00", "place": {"c3": ""}, "date-ut": "1934-07-06 00:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "850"}}, "raw": {"S": "10", "LT": "01 00", "LV": "I62", "TR": "f", "UT": "00 00", "LAT": "+43.53", "SRC": "L", "LONG": "+01.27", "NAME": "CRAUSTE Michel", "SPORT": "Rugby Union", "LOC_DATE": "1934 07 06", "UNIV_DATE": "1934 07 06", "BIRTH_PLACE": "ST LAURENT DE GOSSE", "POSTAL_CODE": "40390"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
156	cros-max-1928-06-24	{"a1": "156", "3a_sports": "1163"}	{"ertel": "ES-1163", "lerrcp": "A1-156"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Cros", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1928-06-24 05:30", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.26692, "lat": 48.80299, "name": "Clamart", "geoid": 3024783}, "notime": null, "date-ut": "1928-06-24 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Max", "family": "Cros"}, "birth": {"tzo": "+01:00", "date": "1928-06-24 05:30", "place": {"c2": "92", "cy": "FR", "lg": 2.26692, "lat": 48.80299, "name": "Clamart", "geoid": 3024783}, "date-ut": "1928-06-24 04:30"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-156"}, "ids-in-sources": {"a1": "156"}}, "raw": {"H": "4", "MN": "30", "TZ": "0", "COD": "92", "COU": "F", "DAY": "24", "LAT": "48N50", "LON": "2E11", "MON": "6", "NUM": "156", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "CLAMART"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-06-24 05:30"}, "partial-ids": {"ertel": "ES-1163"}}, "raw": {"L": "", "MF": "", "NR": "1163", "ENG": "", "MA_": "1", "G_NR": "156", "MA12": "2", "MARS": "6", "NAME": "Cros", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,900", "CSINR": "", "KURTZ": "", "PHAS_": "40,700", "STUND": "5,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "24.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Max", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.06.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15903	crossalexander-1919-06-16	{"d6": "115", "3a_sports": "1166"}	{"ertel": "ES-1166", "lerrcp": "D6-115"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Crossalexander", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-06-16 15:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -4.2, "lat": 55.83333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "", "family": "Crossalexander"}, "birth": {"date": "1919-06-16 15:30", "place": {"cy": "GB", "lg": -4.2, "lat": 55.83333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "115"}}, "raw": {"H": "15", "MN": "30", "DAY": "16", "LAT": "55N50", "LON": "04W12", "MON": "6", "NUM": "115", "SEC": "0", "YEA": "1919", "NAME": "Crossalexander"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-1166"}}, "raw": {"L": "", "MF": "", "NR": "1166", "ENG": "", "MA_": "1", "G_NR": "115", "MA12": "5", "MARS": "13", "NAME": "Cross", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-3,500", "CSINR": "", "KURTZ": "", "PHAS_": "94,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "SCO", "TAGMON": "16.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Alexander", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.06.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
595	cuillieres-rene-1929-07-22	{"a1": "595", "g55": "03-495", "3a_sports": "1171"}	{"g55": "03-495", "ertel": "ES-1171", "lerrcp": "A1-595"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Cuillieres", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1929-07-22 17:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.26211, "lat": 43.65382, "name": "Lambesc", "geoid": 3008208}, "notime": null, "date-ut": "1929-07-22 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "René", "family": "Cuillieres"}, "birth": {"tzo": "+01:00", "date": "1929-07-22 17:00", "place": {"c2": "13", "cy": "FR", "lg": 5.26211, "lat": 43.65382, "name": "Lambesc", "geoid": 3008208}, "date-ut": "1929-07-22 16:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-595"}, "ids-in-sources": {"a1": "595"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "13", "COU": "F", "DAY": "22", "LAT": "43N18", "LON": "5E22", "MON": "7", "NUM": "595", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "LAMBESC"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-07-22 17:00"}, "partial-ids": {"ertel": "ES-1171"}}, "raw": {"L": "", "MF": "", "NR": "1171", "ENG": "1", "MA_": "2", "G_NR": "595", "MA12": "4", "MARS": "12", "NAME": "Cuillieres", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,500", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "17,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "22.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "22.07.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-495"}, "ids-in-source": {"g55": "03-495"}}, "raw": {"DAY": "12-7-1929", "HOUR": "17 h.", "NAME": "CUILLIERES René", "PLACE": "Lambesc (Bouches-du-Rhône)."}, "date": "2023-08-20T14:48:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
325	curlo-domenico-1886-02-19	{"a1": "325", "3a_sports": "1176"}	{"ertel": "ES-1176", "lerrcp": "A1-325"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Domenico", "family": "Curlo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1886-02-19 01:30", "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1886-02-19 00:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Domenico", "family": "Curlo"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1886-02-19 00:40:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-325"}, "ids-in-sources": {"a1": "325"}}, "raw": {"H": "1", "MN": "40", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "19", "LAT": "45N 0", "LON": "8E 0", "MON": "2", "NUM": "325", "PRO": "C", "SEC": "4", "YEA": "1886", "CITY": "TORINO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1886-02-19 01:30"}, "partial-ids": {"ertel": "ES-1176"}}, "raw": {"L": "", "MF": "", "NR": "1176", "ENG": "0", "MA_": "2", "G_NR": "325", "MA12": "3", "MARS": "9", "NAME": "Curlo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,800", "CSINR": "", "KURTZ": "", "PHAS_": "99,900", "STUND": "1,50", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "19.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Domenico", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.02.1886", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:05+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1284	curyl-stanislas-1929-04-24	{"a1": "1285", "3a_sports": "1181"}	{"cpara": "CP-500", "ertel": "ES-1181", "lerrcp": "A1-1285"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stanislas", "family": "Curyl", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1929-04-24 11:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.24154, "lat": 47.80947, "name": "Wittelsheim", "geoid": 2967319}, "notime": null, "date-ut": "1929-04-24 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Stanislas", "family": "Curyl"}, "birth": {"tzo": "+01:00", "date": "1929-04-24 11:00", "place": {"c2": "68", "cy": "FR", "lg": 7.24154, "lat": 47.80947, "name": "Wittelsheim", "geoid": 2967319}, "date-ut": "1929-04-24 10:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1285"}, "ids-in-sources": {"a1": "1285"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "68", "COU": "F", "DAY": "24", "LAT": "48N 5", "LON": "7E21", "MON": "4", "NUM": "1285", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "WITTELSHEIM"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-04-24 11:00"}, "partial-ids": {"ertel": "ES-1181"}}, "raw": {"L": "", "MF": "", "NR": "1181", "ENG": "1", "MA_": "2", "G_NR": "1285", "MA12": "1", "MARS": "2", "NAME": "Curyl", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,900", "CSINR": "", "KURTZ": "", "PHAS_": "100,00", "STUND": "11,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "24.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "500", "VORNAME": "Stanislas", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.04.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:05+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
596	cuneo-marc-1923-12-08	{"a1": "596", "g55": "03-496", "3a_sports": "1173"}	{"g55": "03-496", "ertel": "ES-1173", "lerrcp": "A1-596"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marc", "family": "Cuneo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1923-12-08 00:00", "note": null, "place": {"c1": null, "c2": "20", "c3": null, "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Viscovato", "geoid": 0}, "notime": null, "date-ut": "1923-12-08 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Marc", "family": "Cuneo"}, "birth": {"tzo": "+00:00", "date": "1923-12-08 05:00", "place": {"c2": "20", "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Viscovato", "geoid": 0}, "date-ut": "1923-12-08 05:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-596"}, "ids-in-sources": {"a1": "596"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "20", "COU": "F", "DAY": "8", "LAT": "41N55", "LON": "8E45", "MON": "12", "NUM": "596", "PRO": "C", "SEC": "0", "YEA": "1923", "CITY": "VISCOVATO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1923-12-08 00:00"}, "partial-ids": {"ertel": "ES-1173"}}, "raw": {"L": "", "MF": "", "NR": "1173", "ENG": "", "MA_": "1", "G_NR": "596", "MA12": "2", "MARS": "4", "NAME": "Cuneo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,700", "CSINR": "", "KURTZ": "", "PHAS_": "0,200", "STUND": "0,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marc", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "08.12.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Viscovato"}}, "partial-ids": {"g55": "03-496"}, "ids-in-source": {"g55": "03-496"}}, "raw": {"DAY": "8-12-1923", "HOUR": "5 h.", "NAME": "CUNEO Marc", "PLACE": "Viscovato (Corse)."}, "date": "2023-08-20T14:48:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
158	cuverville-albert-1892-11-02	{"a1": "158", "3a_sports": "1183"}	{"ertel": "ES-1183", "lerrcp": "A1-158"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Cuverville", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1892-11-02 19:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -2.76838, "lat": 48.51513, "name": "Saint-Brieuc", "geoid": 2981280}, "notime": null, "date-ut": "1892-11-02 18:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Cuverville"}, "birth": {"tzo": "+00:09:21", "date": "1892-11-02 19:00", "place": {"c2": "22", "cy": "FR", "lg": -2.76838, "lat": 48.51513, "name": "Saint-Brieuc", "geoid": 2981280}, "date-ut": "1892-11-02 18:50:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-158"}, "ids-in-sources": {"a1": "158"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "22", "COU": "F", "DAY": "2", "LAT": "48N31", "LON": "2W45", "MON": "11", "NUM": "158", "PRO": "C", "SEC": "40", "YEA": "1892", "CITY": "SAINT-BRIEUC"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1892-11-02 19:00"}, "partial-ids": {"ertel": "ES-1183"}}, "raw": {"L": "", "MF": "", "NR": "1183", "ENG": "0", "MA_": "2", "G_NR": "158", "MA12": "3", "MARS": "9", "NAME": "Cuverville Cav.de", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,100", "CSINR": "", "KURTZ": "", "PHAS_": "89,700", "STUND": "19,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "02.11.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Albert", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "02.11.1892", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:05+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
326	dabarberino-raul-1894-12-24	{"a1": "326", "3a_sports": "1185"}	{"ertel": "ES-1185", "lerrcp": "A1-326"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raul", "family": "DaBarberino", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1894-12-24 09:45", "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.5, "lat": 43.7, "name": "BARBERINODIMUGE", "geoid": 0}, "notime": null, "date-ut": "1894-12-24 08:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Raul", "family": "DaBarberino"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.5, "lat": 43.7, "name": "BARBERINODIMUGE", "geoid": 0}, "date-ut": "1894-12-24 08:45"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-326"}, "ids-in-sources": {"a1": "326"}}, "raw": {"H": "9", "MN": "45", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "24", "LAT": "43N42", "LON": "11E30", "MON": "12", "NUM": "326", "PRO": "C", "SEC": "0", "YEA": "1894", "CITY": "BARBERINODIMUGE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1894-12-24 09:45"}, "partial-ids": {"ertel": "ES-1185"}}, "raw": {"L": "", "MF": "", "NR": "1185", "ENG": "", "MA_": "1", "G_NR": "326", "MA12": "11", "MARS": "31", "NAME": "DaBarberino", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,700", "CSINR": "", "KURTZ": "", "PHAS_": "9,300", "STUND": "9,75", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "24.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Raul", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.12.1894", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:05+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15907	darui-julien-1916-02-16	{"d6": "119", "3a_sports": "1186"}	{"ertel": "ES-1186", "lerrcp": "D6-119"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julien", "family": "Darui", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1916-02-16 09:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "LU", "lg": 5.88333, "lat": 49.53333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Julien", "family": "Darui"}, "birth": {"date": "1916-02-16 09:00", "place": {"cy": "LU", "lg": 5.88333, "lat": 49.53333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "119"}}, "raw": {"H": "9", "MN": "0", "DAY": "16", "LAT": "49N32", "LON": "05E53", "MON": "2", "NUM": "119", "SEC": "0", "YEA": "1916", "NAME": "Da rui Julien"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-1186"}}, "raw": {"L": "", "MF": "", "NR": "1186", "ENG": "", "MA_": "1", "G_NR": "119", "MA12": "7", "MARS": "21", "NAME": "DaRui", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "6,200", "CSINR": "", "KURTZ": "", "PHAS_": "91,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "16.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Julien", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "16.02.1916", "GQBECORR": "", "NIENCORR": "NAT", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:05+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
160	dagnaux-jean-1891-11-28	{"a1": "160", "3a_sports": "1190"}	{"ertel": "ES-1190", "lerrcp": "A1-160"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Dagnaux", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1891-11-28 02:30", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.79823, "lat": 47.50957, "name": "Montbéliard", "geoid": 2992938}, "notime": null, "date-ut": "1891-11-28 02:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Dagnaux"}, "birth": {"tzo": "+00:09:21", "date": "1891-11-28 02:30", "place": {"c2": "25", "cy": "FR", "lg": 6.79823, "lat": 47.50957, "name": "Montbéliard", "geoid": 2992938}, "date-ut": "1891-11-28 02:20:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-160"}, "ids-in-sources": {"a1": "160"}}, "raw": {"H": "2", "MN": "20", "TZ": "0", "COD": "25", "COU": "F", "DAY": "28", "LAT": "47N15", "LON": "6E 2", "MON": "11", "NUM": "160", "PRO": "C", "SEC": "40", "YEA": "1891", "CITY": "MONTBELIARD"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1891-11-28 02:30"}, "partial-ids": {"ertel": "ES-1190"}}, "raw": {"L": "", "MF": "", "NR": "1190", "ENG": "", "MA_": "1", "G_NR": "160", "MA12": "12", "MARS": "35", "NAME": "Dagnaux", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,700", "CSINR": "", "KURTZ": "", "PHAS_": "11,500", "STUND": "2,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.11.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "28.11.1891", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:05+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
328	dal-molin-tommaso-1902-01-13	{"a1": "328", "3a_sports": "1195"}	{"ertel": "ES-1195", "lerrcp": "A1-328"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tommaso", "family": "Dal Molin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1902-01-13 08:00", "note": null, "place": {"c1": null, "c2": "VI", "c3": null, "cy": "IT", "lg": 11.25189, "lat": 45.61429, "name": "Altissimo", "geoid": 6535002}, "notime": null, "date-ut": "1902-01-13 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Tommaso", "family": "Dal Molin"}, "birth": {"place": {"c2": "VI", "cy": "IT", "lg": 11.25189, "lat": 45.61429, "name": "Altissimo", "geoid": 6535002}, "date-ut": "1902-01-13 07:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-328"}, "ids-in-sources": {"a1": "328"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "VI", "COU": "I", "DAY": "13", "LAT": "45N30", "LON": "12E 0", "MON": "1", "NUM": "328", "PRO": "C", "SEC": "0", "YEA": "1902", "CITY": "ALTISSIMO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1902-01-13 08:00"}, "partial-ids": {"ertel": "ES-1195"}}, "raw": {"L": "", "MF": "", "NR": "1195", "ENG": "0", "MA_": "2", "G_NR": "328", "MA12": "12", "MARS": "36", "NAME": "DalMolin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,300", "CSINR": "", "KURTZ": "", "PHAS_": "10,100", "STUND": "8,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "13.01.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Tommaso", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "13.01.1902", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:05+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1486	dal-monte-giorgio-1931-05-04	{"a1": "1487", "3a_sports": "1196"}	{"ertel": "ES-1196", "lerrcp": "A1-1487"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giorgio", "family": "Dal Monte", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-05-04 11:00", "note": null, "place": {"c1": null, "c2": "AO", "c3": null, "cy": "IT", "lg": 7.3166, "lat": 45.73736, "name": "Aosta", "geoid": 3182997}, "notime": null, "date-ut": "1931-05-04 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Giorgio", "family": "Dal Monte"}, "birth": {"place": {"c2": "AO", "cy": "IT", "lg": 7.3166, "lat": 45.73736, "name": "Aosta", "geoid": 3182997}, "date-ut": "1931-05-04 10:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1487"}, "ids-in-sources": {"a1": "1487"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "AO", "COU": "I", "DAY": "4", "LAT": "45N48", "LON": "8E 0", "MON": "5", "NUM": "1487", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "AOSTA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-05-04 11:00"}, "partial-ids": {"ertel": "ES-1196"}}, "raw": {"L": "", "MF": "", "NR": "1196", "ENG": "0", "MA_": "2", "G_NR": "1487", "MA12": "12", "MARS": "36", "NAME": "DalMonte", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,400", "CSINR": "", "KURTZ": "", "PHAS_": "95,700", "STUND": "11,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "04.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giogio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.05.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:05+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15906	dancelli-michele-1942-05-08	{"d6": "118", "3a_sports": "1205"}	{"ertel": "ES-1205", "lerrcp": "D6-118"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michele", "family": "Dancelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-05-08 09:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 10.3, "lat": 45.46667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Michele", "family": "Dancelli"}, "birth": {"date": "1942-05-08 09:00", "place": {"cy": "IT", "lg": 10.3, "lat": 45.46667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "118"}}, "raw": {"H": "9", "MN": "0", "DAY": "8", "LAT": "45N28", "LON": "10E18", "MON": "5", "NUM": "118", "SEC": "0", "YEA": "1942", "NAME": "Dancelli Michele"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-1205"}}, "raw": {"L": "", "MF": "", "NR": "1205", "ENG": "1", "MA_": "2", "G_NR": "118", "MA12": "1", "MARS": "1", "NAME": "Dancelli", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-11,00", "CSINR": "", "KURTZ": "", "PHAS_": "44,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "08.05.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Michele", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "08.05.1942", "GQBECORR": "", "NIENCORR": "NAT", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:05+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1286	danzelle-pierre-1919-11-02	{"a1": "1287", "g55": "03-239", "3a_sports": "1214"}	{"g55": "03-239", "ertel": "ES-1214", "lerrcp": "A1-1287"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Danzelle", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1919-11-02 03:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "notime": null, "date-ut": "1919-11-02 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Danzelle"}, "birth": {"tzo": "+00:00", "date": "1919-11-02 03:00", "place": {"c2": "34", "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "date-ut": "1919-11-02 03:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1287"}, "ids-in-sources": {"a1": "1287"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "34", "COU": "F", "DAY": "2", "LAT": "43N37", "LON": "3E53", "MON": "11", "NUM": "1287", "PRO": "C", "SEC": "0", "YEA": "1919", "CITY": "SETE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1919-11-02 03:00"}, "partial-ids": {"ertel": "ES-1214"}}, "raw": {"L": "", "MF": "", "NR": "1214", "ENG": "1", "MA_": "2", "G_NR": "1287", "MA12": "1", "MARS": "2", "NAME": "Danzelle", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,200", "CSINR": "", "KURTZ": "", "PHAS_": "59,600", "STUND": "3,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "02.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "02.11.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:05+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-239"}, "ids-in-source": {"g55": "03-239"}}, "raw": {"DAY": "2-11-1919", "HOUR": "3 h.", "NAME": "DANZELLE Pierre", "PLACE": "Séte (Hérault)."}, "date": "2023-08-20T14:48:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1287	dard-georges-1918-06-28	{"a1": "1288", "g55": "03-240", "3a_sports": "1215", "cfepp-final3": "460"}	{"g55": "03-240", "cfepp": "CF-460", "ertel": "ES-1215", "lerrcp": "A1-1288"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Dard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1918-06-28 02:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1918-06-28 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Dard"}, "birth": {"tzo": "+01:00", "date": "1918-06-28 02:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1918-06-28 01:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1288"}, "ids-in-sources": {"a1": "1288"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "13", "COU": "F", "DAY": "28", "LAT": "43N18", "LON": "5E22", "MON": "6", "NUM": "1288", "PRO": "C", "SEC": "0", "YEA": "1918", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1918-06-28 02:00"}, "partial-ids": {"ertel": "ES-1215"}}, "raw": {"L": "", "MF": "", "NR": "1215", "ENG": "", "MA_": "1", "G_NR": "1288", "MA12": "7", "MARS": "21", "NAME": "Dard", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,200", "CSINR": "", "KURTZ": "", "PHAS_": "85,000", "STUND": "2,00", "CFEPNR": "460", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "28.06.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:05+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1918-06-28 02:00", "place": {"c3": ""}, "date-ut": "1918-06-28 01:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "460"}}, "raw": {"S": "7", "LT": "02 00", "LV": "I4", "TR": "f", "UT": "01 00", "LAT": "+43.30", "SRC": "AG", "LONG": "-05.38", "NAME": "DARD Georges", "SPORT": "Soccer", "LOC_DATE": "1918 06 28", "UNIV_DATE": "1918 06 28", "BIRTH_PLACE": "MARSEILLE", "POSTAL_CODE": "13233 CEDEX  01"}, "date": "2023-08-20T14:46:03+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-240"}, "ids-in-source": {"g55": "03-240"}}, "raw": {"DAY": "28-6-1918", "HOUR": "2 h.", "NAME": "DARD Georges", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:48:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1874	darrouy-christian-1937-01-13	{"a1": "1875", "3a_sports": "1222", "cfepp-final3": "851"}	{"cfepp": "CF-851", "ertel": "ES-1222", "lerrcp": "A1-1875"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Darrouy", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1937-01-13 06:00", "note": null, "place": {"c1": null, "c2": "40", "c3": "", "cy": "FR", "lg": -0.32531, "lat": 43.96945, "name": "Pouydesseaux", "geoid": 2985720}, "notime": null, "date-ut": "1937-01-13 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Christian", "family": "Darrouy"}, "birth": {"tzo": "+00:00", "date": "1937-01-13 05:30", "place": {"c2": "40", "cy": "FR", "lg": -0.32531, "lat": 43.96945, "name": "Pouydesseaux", "geoid": 2985720}, "date-ut": "1937-01-13 05:30"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1875"}, "ids-in-sources": {"a1": "1875"}}, "raw": {"H": "5", "MN": "30", "TZ": "0", "COD": "40", "COU": "F", "DAY": "13", "LAT": "43N54", "LON": "0W30", "MON": "1", "NUM": "1875", "PRO": "C", "SEC": "0", "YEA": "1937", "CITY": "POUYDESSEAUX"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1937-01-13 05:30"}, "partial-ids": {"ertel": "ES-1222"}}, "raw": {"L": "", "MF": "", "NR": "1222", "ENG": "", "MA_": "0", "G_NR": "1875", "MA12": "3", "MARS": "7", "NAME": "Darrouy", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,300", "CSINR": "", "KURTZ": "", "PHAS_": "0,200", "STUND": "5,50", "CFEPNR": "852", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.01.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Christian", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "13.01.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:05+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "darrouy-christian-1937-01-13", "birth": {"date": "1937-01-13 06:00", "place": {"c3": ""}, "date-ut": "1937-01-13 06:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "851"}}, "raw": {"S": "3", "LT": "06 00", "LV": "I40", "TR": "f", "UT": "06 00", "LAT": "+43.97", "SRC": "L", "LONG": "+00.33", "NAME": "DARROUY Christian", "SPORT": "Rugby Union", "LOC_DATE": "1937 01 13", "UNIV_DATE": "1937 01 13", "BIRTH_PLACE": "POUYDESSEAUX", "POSTAL_CODE": "40120"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15908	dauga-benoit-1942-05-08	{"d6": "120", "3a_sports": "1223", "cfepp-final3": "852"}	{"cfepp": "CF-852", "ertel": "ES-1223", "lerrcp": "D6-120"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benoit", "family": "Dauga", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-05-08 22:30", "note": null, "place": {"c1": null, "c2": "40", "c3": "", "cy": "FR", "lg": 0.48, "lat": 43.74, "name": "MONTGAILLARD", "geoid": null}, "notime": null, "date-ut": "1942-05-08 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Benoit", "family": "Dauga"}, "birth": {"date": "1942-05-08 22:30", "place": {"cy": "FR", "lg": -0.56667, "lat": 43.75}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "120"}}, "raw": {"H": "22", "MN": "30", "DAY": "8", "LAT": "43N45", "LON": "00W34", "MON": "5", "NUM": "120", "SEC": "0", "YEA": "1942", "NAME": "Dauga Benoit"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-1223"}}, "raw": {"L": "", "MF": "", "NR": "1223", "ENG": "", "MA_": "0", "G_NR": "120", "MA12": "5", "MARS": "15", "NAME": "Dauga", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-11,00", "CSINR": "", "KURTZ": "", "PHAS_": "44,800", "STUND": "", "CFEPNR": "853", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.05.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Benot", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "08.05.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:05+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1942-05-08 22:30", "place": {"c2": "40", "c3": "", "cy": "FR", "lg": 0.48, "lat": 43.74, "name": "MONTGAILLARD"}, "date-ut": "1942-05-08 20:30"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "852"}}, "raw": {"S": "5", "LT": "22 30", "LV": "I63", "TR": "f", "UT": "20 30", "LAT": "+43.74", "SRC": "L", "LONG": "+00.48", "NAME": "DAUGA Benoit", "SPORT": "Rugby Union", "LOC_DATE": "1942 05 08", "UNIV_DATE": "1942 05 08", "BIRTH_PLACE": "MONTGAILLARD", "POSTAL_CODE": "40500"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1789	darraidou-auguste-1900-12-06	{"a1": "1790", "g55": "03-344", "3a_sports": "1219"}	{"g55": "03-344", "ertel": "ES-1219", "lerrcp": "A1-1790"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Darraidou", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1900-12-06 08:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.44798, "lat": 43.34052, "name": "Espelette", "geoid": 3019699}, "notime": null, "date-ut": "1900-12-06 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basque-pelota-player"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Darraidou"}, "birth": {"tzo": "+00:09:21", "date": "1900-12-06 08:00", "place": {"c2": "64", "cy": "FR", "lg": -1.44798, "lat": 43.34052, "name": "Espelette", "geoid": 3019699}, "date-ut": "1900-12-06 07:50:40"}, "occus": ["basque-pelota-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1790"}, "ids-in-sources": {"a1": "1790"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "64", "COU": "F", "DAY": "6", "LAT": "43N18", "LON": "0W22", "MON": "12", "NUM": "1790", "PRO": "C", "SEC": "40", "YEA": "1900", "CITY": "ESPELETTE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1900-12-06 08:00"}, "partial-ids": {"ertel": "ES-1219"}}, "raw": {"L": "", "MF": "", "NR": "1219", "ENG": "", "MA_": "1", "G_NR": "1790", "MA12": "5", "MARS": "13", "NAME": "Darraidou", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,500", "CSINR": "", "KURTZ": "", "PHAS_": "99,700", "STUND": "8,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Auguste", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "06.12.1900", "GQBECORR": "a2B", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "PELOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:05+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-344"}, "ids-in-source": {"g55": "03-344"}}, "raw": {"DAY": "6-12-1900", "HOUR": "8 h.", "NAME": "DARRAIDOU Auguste", "PLACE": "Espelette (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
161	daurat-didier-1891-01-02	{"a1": "161", "3a_sports": "1225"}	{"ertel": "ES-1225", "lerrcp": "A1-161"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Didier", "family": "Daurat", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:10", "date": "1891-01-02 13:00", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.5, "lat": 48.91667, "name": "Montreuil-sur-B", "geoid": 0}, "notime": null, "date-ut": "1891-01-02 12:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Didier", "family": "Daurat"}, "birth": {"tzo": "+00:10", "date": "1891-01-02 13:00", "place": {"c2": "93", "cy": "FR", "lg": 2.5, "lat": 48.91667, "name": "Montreuil-sur-B", "geoid": 0}, "date-ut": "1891-01-02 12:50"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-161"}, "ids-in-sources": {"a1": "161"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "93", "COU": "F", "DAY": "2", "LAT": "48N55", "LON": "2E30", "MON": "1", "NUM": "161", "PRO": "C", "SEC": "0", "YEA": "1891", "CITY": "MONTREUIL-S/B"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1891-01-02 13:00"}, "partial-ids": {"ertel": "ES-1225"}}, "raw": {"L": "", "MF": "", "NR": "1225", "ENG": "", "MA_": "1", "G_NR": "161", "MA12": "2", "MARS": "4", "NAME": "Daurat", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,800", "CSINR": "", "KURTZ": "", "PHAS_": "63,600", "STUND": "13,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.01.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Didier", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "02.01.1891", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:05+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1876	dautant-gerard-1929-01-28	{"a1": "1877", "3a_sports": "1226"}	{"ertel": "ES-1226", "lerrcp": "A1-1877"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Dautant", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1929-01-28 05:00", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.29829, "lat": 44.17952, "name": "Lavardac", "geoid": 3005769}, "notime": null, "date-ut": "1929-01-28 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Gérard", "family": "Dautant"}, "birth": {"tzo": "+00:00", "date": "1929-01-28 05:00", "place": {"c2": "47", "cy": "FR", "lg": 0.29829, "lat": 44.17952, "name": "Lavardac", "geoid": 3005769}, "date-ut": "1929-01-28 05:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1877"}, "ids-in-sources": {"a1": "1877"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "47", "COU": "F", "DAY": "28", "LAT": "44N12", "LON": "0E38", "MON": "1", "NUM": "1877", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "LAVARDAC"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-01-28 05:00"}, "partial-ids": {"ertel": "ES-1226"}}, "raw": {"L": "", "MF": "", "NR": "1226", "ENG": "", "MA_": "1", "G_NR": "1877", "MA12": "7", "MARS": "19", "NAME": "Dautant", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,500", "CSINR": "", "KURTZ": "", "PHAS_": "90,400", "STUND": "5,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gérard", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.01.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:05+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15909	david-wilfried-1946-02-22	{"d6": "121", "3a_sports": "1231"}	{"ertel": "ES-1231", "lerrcp": "D6-121"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilfried", "family": "David", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-02-22 22:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": 3.23333, "lat": 51.21667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Wilfried", "family": "David"}, "birth": {"date": "1946-02-22 22:00", "place": {"cy": "BE", "lg": 3.23333, "lat": 51.21667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "121"}}, "raw": {"H": "22", "MN": "0", "DAY": "22", "LAT": "51N13", "LON": "03E14", "MON": "2", "NUM": "121", "SEC": "0", "YEA": "1946", "NAME": "David Wilfried"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-1231"}}, "raw": {"L": "", "MF": "", "NR": "1231", "ENG": "1", "MA_": "2", "G_NR": "121", "MA12": "4", "MARS": "10", "NAME": "David", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-8,300", "CSINR": "", "KURTZ": "", "PHAS_": "69,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "22.02.", "ZITATE": "DWO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Wilfried", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "22.02.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:05+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16537	davis-glen-1924-12-26	{"d10": "301", "3a_sports": "1234", "rawlins-ertel-irving": "84"}	{"ertel": "ES-1234", "csicop": "CS-84", "lerrcp": "D10-301"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Glen", "family": "Davis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1924-12-26 06:40", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -117.71667, "lat": 34.1, "name": "Claremont", "geoid": null}, "notime": null, "date-ut": "1924-12-26 14:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Glen", "family": "Davis"}, "birth": {"tzo": "-08:00", "date": "1924-12-26 06:40", "place": {"c2": "CA", "cy": "US", "lg": -117.71667, "lat": 34.1, "name": "Claremont"}, "date-ut": "1924-12-26 14:40"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "301"}}, "raw": {"H": "06:40", "TZ": "8h", "DAY": "26", "LAT": "34N6", "LON": "117W43", "MON": "12", "NUM": "301", "PRO": "SP", "YEA": "1924", "CICO": "Claremont, CA", "NAME": "Davis Glen"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "84"}}, "raw": {"LA1": "34", "LA2": "6", "LO1": "117", "LO2": "43", "AMPM": "A", "MARS": "29", "NAME": "Davis", "BATCH": "1", "Satz#": "84", "GEBDAT": "26 12 1924", "GEBORT": "CA", "GEBZEIT": "6 40", "VORNAME": "Glen", "SPORTART": "FOOT", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-1234"}}, "raw": {"L": "", "MF": "", "NR": "1234", "ENG": "", "MA_": "1", "G_NR": "301", "MA12": "10", "MARS": "29", "NAME": "Davis", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-2,100", "CSINR": "84", "KURTZ": "", "PHAS_": "0,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "26.12.", "ZITATE": "DEX", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Glen", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "26.12.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:05+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16541	davis-otis-1932-07-12	{"d10": "305", "3a_sports": "1237", "rawlins-ertel-irving": "87"}	{"ertel": "ES-1237", "csicop": "CS-87", "lerrcp": "D10-305"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otis", "family": "Davis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1932-07-12 08:00", "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "US", "lg": -87.56667, "lat": 33.2, "name": "Tuscaloosa", "geoid": null}, "notime": null, "date-ut": "1932-07-12 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Otis", "family": "Davis"}, "birth": {"tzo": "-06:00", "date": "1932-07-12 08:00", "place": {"c2": "AL", "cy": "US", "lg": -87.56667, "lat": 33.2, "name": "Tuscaloosa"}, "date-ut": "1932-07-12 14:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "305"}}, "raw": {"H": "08:00", "TZ": "6h", "DAY": "12", "LAT": "33N12", "LON": "87W34", "MON": "7", "NUM": "305", "PRO": "SP", "YEA": "1932", "CICO": "Tuscaloosa, AL", "NAME": "Davis Otis"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "87"}}, "raw": {"LA1": "33", "LA2": "12", "LO1": "87", "LO2": "34", "AMPM": "A", "MARS": "8", "NAME": "Davis", "BATCH": "2", "Satz#": "87", "GEBDAT": "12 7 1932", "GEBORT": "AL", "GEBZEIT": "8 0", "VORNAME": "Otis", "SPORTART": "TRAC", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-1237"}}, "raw": {"L": "", "MF": "", "NR": "1237", "ENG": "", "MA_": "0", "G_NR": "305", "MA12": "3", "MARS": "8", "NAME": "Davis", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "11,500", "CSINR": "87", "KURTZ": "", "PHAS_": "60,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "12.07.", "ZITATE": "DKSEFO", "ZITSUM": "6", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Otis", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "12.07.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "5"}, "date": "2023-08-20T14:45:05+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1017	de-baere-karel-1925-02-05	{"a1": "1017", "3a_sports": "1252"}	{"ertel": "ES-1252", "lerrcp": "A1-1017"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karel", "family": "De Baere", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-02-05 19:30", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ST-NIKLASS/WAAS", "geoid": 0}, "notime": null, "date-ut": "1925-02-05 19:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Karel", "family": "De Baere"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ST-NIKLASS/WAAS", "geoid": 0}, "date-ut": "1925-02-05 19:30:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1017"}, "ids-in-sources": {"a1": "1017"}}, "raw": {"H": "19", "MN": "30", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "5", "LAT": "51N 5", "LON": "3E45", "MON": "2", "NUM": "1017", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "ST-NIKLASS/WAAS"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-02-05 19:30"}, "partial-ids": {"ertel": "ES-1252"}}, "raw": {"L": "", "MF": "", "NR": "1252", "ENG": "", "MA_": "1", "G_NR": "1017", "MA12": "5", "MARS": "13", "NAME": "DeBaere", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,000", "CSINR": "", "KURTZ": "", "PHAS_": "86,700", "STUND": "19,50", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "05.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Karel", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.02.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:06+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1018	de-baets-cesar-1891-06-16	{"a1": "1018", "3a_sports": "1253"}	{"ertel": "ES-1253", "lerrcp": "A1-1018"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "César", "family": "De Baets", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1891-06-16 06:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "KORTRIJK", "geoid": 0}, "notime": null, "date-ut": "1891-06-16 05:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "César", "family": "De Baets"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "KORTRIJK", "geoid": 0}, "date-ut": "1891-06-16 05:47:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1018"}, "ids-in-sources": {"a1": "1018"}}, "raw": {"H": "5", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "16", "LAT": "51N13", "LON": "3E15", "MON": "6", "NUM": "1018", "PRO": "C", "SEC": "0", "YEA": "1891", "CITY": "KORTRIJK"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1891-06-16 06:00"}, "partial-ids": {"ertel": "ES-1253"}}, "raw": {"L": "", "MF": "", "NR": "1253", "ENG": "1", "MA_": "2", "G_NR": "1018", "MA12": "1", "MARS": "2", "NAME": "DeBaets", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,300", "CSINR": "", "KURTZ": "", "PHAS_": "64,000", "STUND": "6,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "16.06.", "ZITATE": "G", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "César", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "16.06.1891", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:06+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1019	de-baets-gerard-1898-04-17	{"a1": "1019", "3a_sports": "1254"}	{"ertel": "ES-1254", "lerrcp": "A1-1019"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "De Baets", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1898-04-17 08:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "HEULE", "geoid": 0}, "notime": null, "date-ut": "1898-04-17 08:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Gérard", "family": "De Baets"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "HEULE", "geoid": 0}, "date-ut": "1898-04-17 08:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1019"}, "ids-in-sources": {"a1": "1019"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "17", "LAT": "51N13", "LON": "3E15", "MON": "4", "NUM": "1019", "PRO": "C", "SEC": "0", "YEA": "1898", "CITY": "HEULE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1898-04-17 08:00"}, "partial-ids": {"ertel": "ES-1254"}}, "raw": {"L": "", "MF": "", "NR": "1254", "ENG": "", "MA_": "0", "G_NR": "1019", "MA12": "3", "MARS": "7", "NAME": "DeBaets", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,700", "CSINR": "", "KURTZ": "", "PHAS_": "16,000", "STUND": "8,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "17.04.", "ZITATE": "GO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gérard", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "17.04.1898", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:06+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
330	de-bernardi-mario-1893-07-01	{"a1": "330", "3a_sports": "1255"}	{"ertel": "ES-1255", "lerrcp": "A1-330"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "De Bernardi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1893-07-01 11:00", "note": null, "place": {"c1": null, "c2": "PZ", "c3": null, "cy": "IT", "lg": 15.75, "lat": 40.5, "name": "VENOSADIPUGLIA", "geoid": 0}, "notime": null, "date-ut": "1893-07-01 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Mario", "family": "De Bernardi"}, "birth": {"place": {"c2": "PZ", "cy": "IT", "lg": 15.75, "lat": 40.5, "name": "VENOSADIPUGLIA", "geoid": 0}, "date-ut": "1893-07-01 10:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-330"}, "ids-in-sources": {"a1": "330"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "PZ", "COU": "I", "DAY": "1", "LAT": "40N30", "LON": "15E45", "MON": "7", "NUM": "330", "PRO": "C", "SEC": "4", "YEA": "1893", "CITY": "VENOSADIPUGLIA"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1893-07-01 11:00"}, "partial-ids": {"ertel": "ES-1255"}}, "raw": {"L": "", "MF": "", "NR": "1255", "ENG": "", "MA_": "0", "G_NR": "330", "MA12": "3", "MARS": "7", "NAME": "DeBernardi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,300", "CSINR": "", "KURTZ": "", "PHAS_": "97,000", "STUND": "11,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.07.1893", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:06+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16548	de-butts-john-1915-04-10	{"d10": "312", "3a_sports": "1256"}	{"ertel": "ES-1256", "lerrcp": "D10-312"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "De Butts", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1915-04-10 02:45", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -79.8, "lat": 36.06667, "name": "Greensboro", "geoid": null}, "notime": null, "date-ut": "1915-04-10 07:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "John", "family": "De Butts"}, "birth": {"tzo": "-05:00", "date": "1915-04-10 02:45", "place": {"c2": "NC", "cy": "US", "lg": -79.8, "lat": 36.06667, "name": "Greensboro"}, "date-ut": "1915-04-10 07:45"}, "occus": ["executive"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "312"}}, "raw": {"H": "02:45", "TZ": "5h", "DAY": "10", "LAT": "36N4", "LON": "79W48", "MON": "4", "NUM": "312", "PRO": "EX", "YEA": "1915", "CICO": "Greensboro, NC", "NAME": "De Butts John"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["basketball-player"], "partial-ids": {"ertel": "ES-1256"}}, "raw": {"L": "", "MF": "", "NR": "1256", "ENG": "1", "MA_": "2", "G_NR": "312", "MA12": "4", "MARS": "12", "NAME": "DeBusschere", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "1,500", "CSINR": "", "KURTZ": "", "PHAS_": "99,900", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "16.10.", "ZITATE": "BX", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "David", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "16.10.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:06+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
331	de-carlo-giacomo-1892-04-06	{"a1": "331", "3a_sports": "1257"}	{"ertel": "ES-1257", "lerrcp": "A1-331"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giacomo", "family": "De Carlo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1892-04-06 13:00", "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "notime": null, "date-ut": "1892-04-06 12:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Giacomo", "family": "De Carlo"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "date-ut": "1892-04-06 12:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-331"}, "ids-in-sources": {"a1": "331"}}, "raw": {"H": "13", "MN": "10", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "6", "LAT": "45N30", "LON": "12E30", "MON": "4", "NUM": "331", "PRO": "C", "SEC": "4", "YEA": "1892", "CITY": "VENEZIA"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1892-04-06 13:00"}, "partial-ids": {"ertel": "ES-1257"}}, "raw": {"L": "", "MF": "", "NR": "1257", "ENG": "", "MA_": "0", "G_NR": "331", "MA12": "8", "MARS": "22", "NAME": "DeCarlo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,800", "CSINR": "", "KURTZ": "", "PHAS_": "67,600", "STUND": "13,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "06.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giacomo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.04.1892", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:06+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
332	de-carolis-ettore-1880-08-11	{"a1": "332", "3a_sports": "1258"}	{"ertel": "ES-1258", "lerrcp": "A1-332"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ettore", "family": "De Carolis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1880-08-11 11:00", "note": null, "place": {"c1": null, "c2": "LT", "c3": null, "cy": "IT", "lg": 12.91279, "lat": 41.64442, "name": "Cori", "geoid": 3178099}, "notime": null, "date-ut": "1880-08-11 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Ettore", "family": "De Carolis"}, "birth": {"place": {"c2": "LT", "cy": "IT", "lg": 12.91279, "lat": 41.64442, "name": "Cori", "geoid": 3178099}, "date-ut": "1880-08-11 10:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-332"}, "ids-in-sources": {"a1": "332"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "LT", "COU": "I", "DAY": "11", "LAT": "41N30", "LON": "13E 0", "MON": "8", "NUM": "332", "PRO": "C", "SEC": "4", "YEA": "1880", "CITY": "CORI"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1880-08-11 11:00"}, "partial-ids": {"ertel": "ES-1258"}}, "raw": {"L": "", "MF": "", "NR": "1258", "ENG": "", "MA_": "1", "G_NR": "332", "MA12": "2", "MARS": "6", "NAME": "DeCarolis", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,400", "CSINR": "", "KURTZ": "", "PHAS_": "23,500", "STUND": "11,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "11.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ettore", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.08.1880", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:06+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1640	de-decker-ferdiand-1919-02-19	{"a1": "1641", "3a_sports": "1259"}	{"ertel": "ES-1259", "lerrcp": "A1-1641"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdiand", "family": "De Decker", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-02-19 15:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ZWIJNDRECHT", "geoid": 0}, "notime": null, "date-ut": "1919-02-19 15:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Ferdiand", "family": "De Decker"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ZWIJNDRECHT", "geoid": 0}, "date-ut": "1919-02-19 15:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1641"}, "ids-in-sources": {"a1": "1641"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "19", "LAT": "51N14", "LON": "4E30", "MON": "2", "NUM": "1641", "PRO": "C", "SEC": "0", "YEA": "1919", "CITY": "ZWIJNDRECHT"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1919-02-19 15:00"}, "partial-ids": {"ertel": "ES-1259"}}, "raw": {"L": "", "MF": "", "NR": "1259", "ENG": "", "MA_": "1", "G_NR": "1641", "MA12": "5", "MARS": "13", "NAME": "DeDecker", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,200", "CSINR": "", "KURTZ": "", "PHAS_": "84,800", "STUND": "15,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "19.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ferdinand", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.02.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:06+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1028	de-feyter-joseph-1925-07-11	{"a1": "1028", "3a_sports": "1260"}	{"ertel": "ES-1260", "lerrcp": "A1-1028"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "De Feyter", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-07-11 20:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "BRECHT", "geoid": 0}, "notime": null, "date-ut": "1925-07-11 19:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "De Feyter"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "BRECHT", "geoid": 0}, "date-ut": "1925-07-11 19:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1028"}, "ids-in-sources": {"a1": "1028"}}, "raw": {"H": "19", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "11", "LAT": "51N14", "LON": "4E30", "MON": "7", "NUM": "1028", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "BRECHT"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-07-11 20:00"}, "partial-ids": {"ertel": "ES-1260"}}, "raw": {"L": "", "MF": "", "NR": "1260", "ENG": "", "MA_": "0", "G_NR": "1028", "MA12": "6", "MARS": "16", "NAME": "DeFeyter", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,800", "CSINR": "", "KURTZ": "", "PHAS_": "70,300", "STUND": "20,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "11.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Joseph", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.07.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:06+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1031	degraeveleyn-leopold-1928-01-06	{"a1": "1031", "3a_sports": "1261"}	{"ertel": "ES-1261", "lerrcp": "A1-1031"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léopold", "family": "DeGraeveleyn", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-01-06 13:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "COURTRAI", "geoid": 0}, "notime": null, "date-ut": "1928-01-06 13:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Léopold", "family": "DeGraeveleyn"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "COURTRAI", "geoid": 0}, "date-ut": "1928-01-06 13:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1031"}, "ids-in-sources": {"a1": "1031"}}, "raw": {"H": "13", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "6", "LAT": "51N13", "LON": "3E15", "MON": "1", "NUM": "1031", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "COURTRAI"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-01-06 13:00"}, "partial-ids": {"ertel": "ES-1261"}}, "raw": {"L": "", "MF": "", "NR": "1261", "ENG": "", "MA_": "0", "G_NR": "1031", "MA12": "6", "MARS": "16", "NAME": "DeGraeveleyn", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,500", "CSINR": "", "KURTZ": "", "PHAS_": "97,900", "STUND": "13,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "06.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Léopold", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.01.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:06+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15912	de-haan-johannes-1936-12-25	{"d6": "124", "3a_sports": "1262"}	{"ertel": "ES-1262", "lerrcp": "D6-124"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "De Haan", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1936-12-25 14:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "NL", "lg": 4.43333, "lat": 51.75, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "De Haan"}, "birth": {"date": "1936-12-25 14:00", "place": {"cy": "NL", "lg": 4.43333, "lat": 51.75}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "124"}}, "raw": {"H": "14", "MN": "0", "DAY": "25", "LAT": "51N45", "LON": "04E26", "MON": "12", "NUM": "124", "SEC": "0", "YEA": "1936", "NAME": "De Haan Johannes"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-1262"}}, "raw": {"L": "", "MF": "", "NR": "1262", "ENG": "", "MA_": "1", "G_NR": "124", "MA12": "7", "MARS": "20", "NAME": "DeHaan", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "9,000", "CSINR": "", "KURTZ": "", "PHAS_": "86,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "NET", "TAGMON": "25.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Johannes", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "25.12.1936", "GQBECORR": "", "NIENCORR": "NAT", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:06+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1016	de-backer-achiel-1918-11-24	{"a1": "1016", "3a_sports": "1263"}	{"ertel": "ES-1263", "lerrcp": "A1-1016"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Achiel", "family": "De Backer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-11-24 23:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ZOMERGEM", "geoid": 0}, "notime": null, "date-ut": "1918-11-24 23:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Achiel", "family": "De Backer"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ZOMERGEM", "geoid": 0}, "date-ut": "1918-11-24 23:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1016"}, "ids-in-sources": {"a1": "1016"}}, "raw": {"H": "23", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "24", "LAT": "51N 5", "LON": "3E45", "MON": "11", "NUM": "1016", "PRO": "C", "SEC": "0", "YEA": "1918", "CITY": "ZOMERGEM"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1918-11-24 23:00"}, "partial-ids": {"ertel": "ES-1263"}}, "raw": {"L": "", "MF": "", "NR": "1263", "ENG": "", "MA_": "0", "G_NR": "1016", "MA12": "8", "MARS": "24", "NAME": "DeHacker", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,600", "CSINR": "", "KURTZ": "", "PHAS_": "64,300", "STUND": "23,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "24.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Achiel", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.11.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:06+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1193	de-jongh-p-1934-11-15	{"a1": "1194", "3a_sports": "1265"}	{"ertel": "ES-1265", "lerrcp": "A1-1194"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "P", "family": "De Jongh", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-11-15 23:30", "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "MADE", "geoid": 0}, "notime": null, "date-ut": "1934-11-15 23:10:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "P", "family": "De Jongh"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "MADE", "geoid": 0}, "date-ut": "1934-11-15 23:10:28"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1194"}, "ids-in-sources": {"a1": "1194"}}, "raw": {"H": "23", "MN": "10", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "15", "LAT": "51N42", "LON": "5E19", "MON": "11", "NUM": "1194", "PRO": "C", "SEC": "28", "YEA": "1934", "CITY": "MADE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1934-11-15 23:30"}, "partial-ids": {"ertel": "ES-1265"}}, "raw": {"L": "", "MF": "", "NR": "1265", "ENG": "", "MA_": "0", "G_NR": "1194", "MA12": "12", "MARS": "34", "NAME": "DeJongh", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,300", "CSINR": "", "KURTZ": "", "PHAS_": "60,200", "STUND": "23,50", "CFEPNR": "", "EXTEND": "", "NATION": "NET", "TAGMON": "15.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "P.", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.11.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:06+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1032	de-jonghe-berten-1894-02-14	{"a1": "1032", "3a_sports": "1266"}	{"ertel": "ES-1266", "lerrcp": "A1-1032"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Berten", "family": "De Jonghe", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1894-02-14 04:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "MIDDELKERKE", "geoid": 0}, "notime": null, "date-ut": "1894-02-14 04:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Berten", "family": "De Jonghe"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "MIDDELKERKE", "geoid": 0}, "date-ut": "1894-02-14 04:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1032"}, "ids-in-sources": {"a1": "1032"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "14", "LAT": "51N13", "LON": "3E15", "MON": "2", "NUM": "1032", "PRO": "C", "SEC": "0", "YEA": "1894", "CITY": "MIDDELKERKE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1894-02-14 04:00"}, "partial-ids": {"ertel": "ES-1266"}}, "raw": {"L": "", "MF": "", "NR": "1266", "ENG": "0", "MA_": "2", "G_NR": "1032", "MA12": "12", "MARS": "36", "NAME": "DeJonghe", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,200", "CSINR": "", "KURTZ": "", "PHAS_": "56,400", "STUND": "4,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "14.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Berten", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.02.1894", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:06+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
335	de-masellis-ferdinando-1874-01-18	{"a1": "335", "3a_sports": "1267"}	{"ertel": "ES-1267", "lerrcp": "A1-335"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinando", "family": "De Masellis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1874-01-18 06:00", "note": null, "place": {"c1": null, "c2": "AV", "c3": null, "cy": "IT", "lg": 14.78874, "lat": 40.91442, "name": "Avellino", "geoid": 3182650}, "notime": null, "date-ut": "1874-01-18 05:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Ferdinando", "family": "De Masellis"}, "birth": {"place": {"c2": "AV", "cy": "IT", "lg": 14.78874, "lat": 40.91442, "name": "Avellino", "geoid": 3182650}, "date-ut": "1874-01-18 05:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-335"}, "ids-in-sources": {"a1": "335"}}, "raw": {"H": "6", "MN": "10", "TZ": "-1", "COD": "AV", "COU": "I", "DAY": "18", "LAT": "41N 0", "LON": "15E 0", "MON": "1", "NUM": "335", "PRO": "C", "SEC": "4", "YEA": "1874", "CITY": "AVELLINO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1874-01-18 06:00"}, "partial-ids": {"ertel": "ES-1267"}}, "raw": {"L": "", "MF": "", "NR": "1267", "ENG": "", "MA_": "0", "G_NR": "335", "MA12": "11", "MARS": "32", "NAME": "DeMasellis", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,200", "CSINR": "", "KURTZ": "", "PHAS_": "0,300", "STUND": "6,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "18.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ferdinando", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.01.1874", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:06+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1038	de-mulder-marcel-1928-03-29	{"a1": "1038", "3a_sports": "1270"}	{"ertel": "ES-1270", "lerrcp": "A1-1038"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "De Mulder", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-03-29 16:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "NOKERE", "geoid": 0}, "notime": null, "date-ut": "1928-03-29 16:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "De Mulder"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "NOKERE", "geoid": 0}, "date-ut": "1928-03-29 16:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1038"}, "ids-in-sources": {"a1": "1038"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "29", "LAT": "51N 5", "LON": "3E45", "MON": "3", "NUM": "1038", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "NOKERE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-03-29 16:00"}, "partial-ids": {"ertel": "ES-1270"}}, "raw": {"L": "", "MF": "", "NR": "1270", "ENG": "", "MA_": "1", "G_NR": "1038", "MA12": "7", "MARS": "21", "NAME": "DeMulder", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,000", "CSINR": "", "KURTZ": "", "PHAS_": "55,600", "STUND": "16,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "29.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.03.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:06+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
804	de-muer-maurice-1921-10-06	{"a1": "804", "g55": "03-132", "3a_sports": "1269"}	{"g55": "03-132", "ertel": "ES-1269", "lerrcp": "A1-804"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "De Muer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1921-10-06 10:15", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.36667, "lat": 49.18333, "name": "Potigny", "geoid": 0}, "notime": null, "date-ut": "1921-10-06 09:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "De Muer"}, "birth": {"tzo": "+01:00", "date": "1921-10-06 10:15", "place": {"c2": "14", "cy": "FR", "lg": -0.36667, "lat": 49.18333, "name": "Poligny", "geoid": 0}, "date-ut": "1921-10-06 09:15"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-804"}, "ids-in-sources": {"a1": "804"}}, "raw": {"H": "9", "MN": "15", "TZ": "0", "COD": "14", "COU": "F", "DAY": "6", "LAT": "49N11", "LON": "0W22", "MON": "10", "NUM": "804", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "POLIGNY"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-10-06 10:15"}, "partial-ids": {"ertel": "ES-1269"}}, "raw": {"L": "", "MF": "", "NR": "1269", "ENG": "0", "MA_": "2", "G_NR": "804", "MA12": "3", "MARS": "9", "NAME": "DeMuer", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,300", "CSINR": "", "KURTZ": "", "PHAS_": "23,200", "STUND": "10,25", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "06.10.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Maurice", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "06.10.1921", "GQBECORR": "a2", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:06+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Potigny"}}, "partial-ids": {"g55": "03-132"}, "ids-in-source": {"g55": "03-132"}}, "raw": {"DAY": "6-10-1921", "HOUR": "10 h. 15", "NAME": "DE MUER Maurice", "PLACE": "Potigny (Calvados)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1039	de-munster-lucien-1932-08-19	{"a1": "1039", "3a_sports": "1271"}	{"ertel": "ES-1271", "lerrcp": "A1-1039"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "De Munster", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-08-19 03:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "WAREGEM", "geoid": 0}, "notime": null, "date-ut": "1932-08-19 02:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "De Munster"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "WAREGEM", "geoid": 0}, "date-ut": "1932-08-19 02:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1039"}, "ids-in-sources": {"a1": "1039"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "19", "LAT": "51N13", "LON": "3E15", "MON": "8", "NUM": "1039", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "WAREGEM"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-08-19 03:00"}, "partial-ids": {"ertel": "ES-1271"}}, "raw": {"L": "", "MF": "", "NR": "1271", "ENG": "1", "MA_": "2", "G_NR": "1039", "MA12": "1", "MARS": "2", "NAME": "DeMunster", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,300", "CSINR": "", "KURTZ": "", "PHAS_": "92,700", "STUND": "3,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "19.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Lucien", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.08.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:06+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
337	de-pinedo-francesco-1890-02-16	{"a1": "337", "3a_sports": "1273"}	{"ertel": "ES-1273", "lerrcp": "A1-337"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "De Pinedo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1890-02-16 04:00", "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1890-02-16 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "De Pinedo"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1890-02-16 03:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-337"}, "ids-in-sources": {"a1": "337"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "16", "LAT": "40N54", "LON": "14E 0", "MON": "2", "NUM": "337", "PRO": "C", "SEC": "4", "YEA": "1890", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1890-02-16 04:00"}, "partial-ids": {"ertel": "ES-1273"}}, "raw": {"L": "", "MF": "", "NR": "1273", "ENG": "", "MA_": "0", "G_NR": "337", "MA12": "3", "MARS": "7", "NAME": "DePinedo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,600", "CSINR": "", "KURTZ": "", "PHAS_": "16,500", "STUND": "4,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "16.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Francesco (Marchese)", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.02.1890", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:06+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
927	de-rossi-mino-1931-05-21	{"a1": "927", "3a_sports": "1274"}	{"ertel": "ES-1274", "lerrcp": "A1-927"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mino", "family": "De Rossi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-05-21 03:15", "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 9, "lat": 45, "name": "ARQUATA SCRINIA", "geoid": 0}, "notime": null, "date-ut": "1931-05-21 02:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Mino", "family": "De Rossi"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 9, "lat": 45, "name": "ARQUATA SCRINIA", "geoid": 0}, "date-ut": "1931-05-21 02:15"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-927"}, "ids-in-sources": {"a1": "927"}}, "raw": {"H": "3", "MN": "15", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "21", "LAT": "45N 0", "LON": "9E 0", "MON": "5", "NUM": "927", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "ARQUATA SCRINIA"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-05-21 03:15"}, "partial-ids": {"ertel": "ES-1274"}}, "raw": {"L": "", "MF": "", "NR": "1274", "ENG": "", "MA_": "0", "G_NR": "927", "MA12": "8", "MARS": "23", "NAME": "DeRossi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,200", "CSINR": "", "KURTZ": "", "PHAS_": "12,400", "STUND": "3,25", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "21.05.", "ZITATE": "KS", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Mino", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "21.05.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:06+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15917	de-nadai-francis-1947-04-19	{"d6": "129", "3a_sports": "1272", "cfepp-final3": "745"}	{"cfepp": "CF-745", "ertel": "ES-1272", "lerrcp": "D6-129"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "De Nadai", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-04-19 11:00", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": -2.22, "lat": 43.05, "name": "LIMOUX", "geoid": null}, "notime": null, "date-ut": "1947-04-19 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Francis", "family": "De Nadai"}, "birth": {"date": "1947-04-19 11:00", "place": {"cy": "FR", "lg": 2.21667, "lat": 43.05}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "129"}}, "raw": {"H": "11", "MN": "0", "DAY": "19", "LAT": "43N03", "LON": "02E13", "MON": "4", "NUM": "129", "SEC": "0", "YEA": "1947", "NAME": "De Nadai Francis"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-1272"}}, "raw": {"L": "", "MF": "", "NR": "1272", "ENG": "0", "MA_": "2", "G_NR": "129", "MA12": "3", "MARS": "9", "NAME": "DeNadai", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-6,000", "CSINR": "", "KURTZ": "", "PHAS_": "5,900", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "19.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Francis", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "19.04.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:06+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1947-04-19 11:00", "place": {"c2": "11", "c3": "", "cy": "FR", "lg": -2.22, "lat": 43.05, "name": "LIMOUX"}, "date-ut": "1947-04-19 10:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "745"}}, "raw": {"S": "3", "LT": "11 00", "LV": "I18", "TR": "f", "UT": "10 00", "LAT": "+43.05", "SRC": "L", "LONG": "-02.22", "NAME": "DE NADAI Francis", "SPORT": "Rugby League", "LOC_DATE": "1947 04 19", "UNIV_DATE": "1947 04 19", "BIRTH_PLACE": "LIMOUX", "POSTAL_CODE": "11300"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15920	de-shoemmacker-joseph-1947-10-02	{"d6": "132", "3a_sports": "1276"}	{"ertel": "ES-1276", "lerrcp": "D6-132"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "De Shoemmacker", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-10-02 02:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": 4.48333, "lat": 51.03333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "De Shoemmacker"}, "birth": {"date": "1947-10-02 02:00", "place": {"cy": "BE", "lg": 4.48333, "lat": 51.03333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "132"}}, "raw": {"H": "2", "MN": "0", "DAY": "2", "LAT": "51N02", "LON": "04E29", "MON": "10", "NUM": "132", "SEC": "0", "YEA": "1947", "NAME": "De Shoemmacker Joseph"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-1276"}}, "raw": {"L": "", "MF": "", "NR": "1276", "ENG": "1", "MA_": "2", "G_NR": "132", "MA12": "1", "MARS": "2", "NAME": "DeSchoemmacker", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-2,700", "CSINR": "", "KURTZ": "", "PHAS_": "96,700", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "02.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Joseph", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "02.10.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:06+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15921	de-smet-armand-1931-01-23	{"d6": "133", "3a_sports": "1277"}	{"ertel": "ES-1277", "lerrcp": "D6-133"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "De Smet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-01-23 19:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": 3.43333, "lat": 50.88333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Armand", "family": "De Smet"}, "birth": {"date": "1931-01-23 19:00", "place": {"cy": "BE", "lg": 3.43333, "lat": 50.88333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "133"}}, "raw": {"H": "19", "MN": "0", "DAY": "23", "LAT": "50N53", "LON": "03E26", "MON": "1", "NUM": "133", "SEC": "0", "YEA": "1931", "NAME": "De Smet Armand"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-1277"}}, "raw": {"L": "", "MF": "", "NR": "1277", "ENG": "1", "MA_": "2", "G_NR": "133", "MA12": "1", "MARS": "3", "NAME": "DeSmet", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "6,100", "CSINR": "", "KURTZ": "", "PHAS_": "15,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "23.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Armand", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.01.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:06+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1490	de-vecchi-renzo-1894-02-03	{"a1": "1491", "3a_sports": "1278"}	{"ertel": "ES-1278", "lerrcp": "A1-1491"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renzo", "family": "De Vecchi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1894-02-03 10:00", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1894-02-03 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Renzo", "family": "De Vecchi"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1894-02-03 09:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1491"}, "ids-in-sources": {"a1": "1491"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "3", "LAT": "45N30", "LON": "9E15", "MON": "2", "NUM": "1491", "PRO": "C", "SEC": "0", "YEA": "1894", "CITY": "MILANO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1894-02-03 10:00"}, "partial-ids": {"ertel": "ES-1278"}}, "raw": {"L": "", "MF": "", "NR": "1278", "ENG": "1", "MA_": "2", "G_NR": "1491", "MA12": "4", "MARS": "12", "NAME": "DeVecchi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,700", "CSINR": "", "KURTZ": "", "PHAS_": "7,900", "STUND": "10,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "03.02.", "ZITATE": "O", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Renzo", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "03.02.1894", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:06+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1050	de-waele-mauritz-1896-12-27	{"a1": "1050", "3a_sports": "1279"}	{"ertel": "ES-1279", "lerrcp": "A1-1050"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mauritz", "family": "De Waele", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1896-12-27 22:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "LOVENDEGEM", "geoid": 0}, "notime": null, "date-ut": "1896-12-27 22:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Mauritz", "family": "De Waele"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "LOVENDEGEM", "geoid": 0}, "date-ut": "1896-12-27 22:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1050"}, "ids-in-sources": {"a1": "1050"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "27", "LAT": "51N13", "LON": "3E15", "MON": "12", "NUM": "1050", "PRO": "C", "SEC": "0", "YEA": "1896", "CITY": "LOVENDEGEM"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1896-12-27 22:00"}, "partial-ids": {"ertel": "ES-1279"}}, "raw": {"L": "", "MF": "", "NR": "1279", "ENG": "0", "MA_": "2", "G_NR": "1050", "MA12": "3", "MARS": "9", "NAME": "DeWaele", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,90", "CSINR": "", "KURTZ": "", "PHAS_": "55,800", "STUND": "22,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "27.12.", "ZITATE": "DGHS", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Mauritz", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "27.12.1896", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:06+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15910	deberbard-daniele-1954-07-21	{"d6": "122", "3a_sports": "1281"}	{"ertel": "ES-1281", "lerrcp": "D6-122"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniele", "family": "Deberbard", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1954-07-21 09:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 6.66667, "lat": 45.55, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"name": {"given": "Daniele", "family": "Deberbard"}, "birth": {"date": "1954-07-21 09:45", "place": {"cy": "FR", "lg": 6.66667, "lat": 45.55}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "122"}}, "raw": {"H": "9", "MN": "45", "DAY": "21", "LAT": "45N33", "LON": "06E40", "MON": "7", "NUM": "122", "SEC": "0", "YEA": "1954", "NAME": "Deberbard Daniele"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "F", "occus": ["skier"], "partial-ids": {"ertel": "ES-1281"}}, "raw": {"L": "", "MF": "F", "NR": "1281", "ENG": "", "MA_": "1", "G_NR": "122", "MA12": "9", "MARS": "27", "NAME": "Debernard", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "72,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.07.", "ZITATE": "DKM", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Danielle", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "21.07.1954", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:06+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1020	deborre-gerard-1930-04-06	{"a1": "1020", "3a_sports": "1282"}	{"ertel": "ES-1282", "lerrcp": "A1-1020"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Deborre", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-04-06 01:30", "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "OVERREPEN", "geoid": 0}, "notime": null, "date-ut": "1930-04-06 01:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Gérard", "family": "Deborre"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "OVERREPEN", "geoid": 0}, "date-ut": "1930-04-06 01:30:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1020"}, "ids-in-sources": {"a1": "1020"}}, "raw": {"H": "1", "MN": "30", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "6", "LAT": "50N47", "LON": "5E30", "MON": "4", "NUM": "1020", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "OVERREPEN"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-04-06 01:30"}, "partial-ids": {"ertel": "ES-1282"}}, "raw": {"L": "", "MF": "", "NR": "1282", "ENG": "", "MA_": "0", "G_NR": "1020", "MA12": "11", "MARS": "33", "NAME": "Deborre", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,000", "CSINR": "", "KURTZ": "", "PHAS_": "44,700", "STUND": "1,50", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "06.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gérard", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.04.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:07+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1021	debruyne-alfred-1930-10-21	{"a1": "1021", "3a_sports": "1284"}	{"ertel": "ES-1284", "lerrcp": "A1-1021"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Debruyne", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-10-21 04:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "HERLARE", "geoid": 0}, "notime": null, "date-ut": "1930-10-21 04:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Debruyne"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "HERLARE", "geoid": 0}, "date-ut": "1930-10-21 04:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1021"}, "ids-in-sources": {"a1": "1021"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "21", "LAT": "51N 5", "LON": "3E45", "MON": "10", "NUM": "1021", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "HERLARE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-10-21 04:00"}, "partial-ids": {"ertel": "ES-1284"}}, "raw": {"L": "", "MF": "", "NR": "1284", "ENG": "", "MA_": "0", "G_NR": "1021", "MA12": "3", "MARS": "7", "NAME": "Debruyne", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,900", "CSINR": "", "KURTZ": "", "PHAS_": "1,100", "STUND": "4,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "21.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alfred", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "21.10.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:07+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1022	debusscher-jan-1900-07-24	{"a1": "1022", "3a_sports": "1286"}	{"ertel": "ES-1286", "lerrcp": "A1-1022"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Debusscher", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1900-07-24 01:00", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "DWORP", "geoid": 0}, "notime": null, "date-ut": "1900-07-24 01:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Debusscher"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "DWORP", "geoid": 0}, "date-ut": "1900-07-24 01:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1022"}, "ids-in-sources": {"a1": "1022"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "24", "LAT": "50N51", "LON": "4E15", "MON": "7", "NUM": "1022", "PRO": "C", "SEC": "0", "YEA": "1900", "CITY": "DWORP"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1900-07-24 01:00"}, "partial-ids": {"ertel": "ES-1286"}}, "raw": {"L": "", "MF": "", "NR": "1286", "ENG": "1", "MA_": "2", "G_NR": "1022", "MA12": "1", "MARS": "1", "NAME": "Debusscher", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,200", "CSINR": "", "KURTZ": "", "PHAS_": "6,900", "STUND": "1,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "24.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jan", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.07.1900", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:07+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1023	decaluwe-edgard-1913-07-01	{"a1": "1023", "3a_sports": "1287"}	{"ertel": "ES-1287", "lerrcp": "A1-1023"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edgard", "family": "Decaluwe", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-07-01 11:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "DENDERWINDEKE", "geoid": 0}, "notime": null, "date-ut": "1913-07-01 11:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Edgard", "family": "Decaluwe"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "DENDERWINDEKE", "geoid": 0}, "date-ut": "1913-07-01 11:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1023"}, "ids-in-sources": {"a1": "1023"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "1", "LAT": "51N 5", "LON": "3E45", "MON": "7", "NUM": "1023", "PRO": "C", "SEC": "0", "YEA": "1913", "CITY": "DENDERWINDEKE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1913-07-01 11:00"}, "partial-ids": {"ertel": "ES-1287"}}, "raw": {"L": "", "MF": "", "NR": "1287", "ENG": "", "MA_": "1", "G_NR": "1023", "MA12": "5", "MARS": "13", "NAME": "Decaluwé", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,700", "CSINR": "", "KURTZ": "", "PHAS_": "12,500", "STUND": "11,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "01.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Edgard", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.07.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:07+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1024	declercq-roger-1930-09-02	{"a1": "1024", "3a_sports": "1288"}	{"ertel": "ES-1288", "lerrcp": "A1-1024"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Declercq", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-09-02 14:30", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "NEDERZWALM", "geoid": 0}, "notime": null, "date-ut": "1930-09-02 13:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Declercq"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "NEDERZWALM", "geoid": 0}, "date-ut": "1930-09-02 13:30:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1024"}, "ids-in-sources": {"a1": "1024"}}, "raw": {"H": "13", "MN": "30", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "2", "LAT": "51N 5", "LON": "3E45", "MON": "9", "NUM": "1024", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "NEDERZWALM"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-09-02 14:30"}, "partial-ids": {"ertel": "ES-1288"}}, "raw": {"L": "", "MF": "", "NR": "1288", "ENG": "", "MA_": "0", "G_NR": "1024", "MA12": "6", "MARS": "17", "NAME": "Declercq", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "69,500", "STUND": "14,50", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "02.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.09.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:07+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1025	decock-roger-1927-04-20	{"a1": "1025", "3a_sports": "1289"}	{"ertel": "ES-1289", "lerrcp": "A1-1025"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Decock", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-04-20 05:30", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "IZEGEM", "geoid": 0}, "notime": null, "date-ut": "1927-04-20 04:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Decock"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "IZEGEM", "geoid": 0}, "date-ut": "1927-04-20 04:30:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1025"}, "ids-in-sources": {"a1": "1025"}}, "raw": {"H": "4", "MN": "30", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "20", "LAT": "51N13", "LON": "3E15", "MON": "4", "NUM": "1025", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "IZEGEM"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-04-20 05:30"}, "partial-ids": {"ertel": "ES-1289"}}, "raw": {"L": "", "MF": "", "NR": "1289", "ENG": "", "MA_": "1", "G_NR": "1025", "MA12": "10", "MARS": "28", "NAME": "Decock", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,300", "CSINR": "", "KURTZ": "", "PHAS_": "92,500", "STUND": "5,50", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "20.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.04.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:07+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1026	decorte-roger-1923-08-08	{"a1": "1026", "3a_sports": "1291"}	{"ertel": "ES-1291", "lerrcp": "A1-1026"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Decorte", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1923-08-08 20:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "WAARSCHOOT", "geoid": 0}, "notime": null, "date-ut": "1923-08-08 19:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Decorte"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "WAARSCHOOT", "geoid": 0}, "date-ut": "1923-08-08 19:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1026"}, "ids-in-sources": {"a1": "1026"}}, "raw": {"H": "19", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "8", "LAT": "51N 5", "LON": "3E45", "MON": "8", "NUM": "1026", "PRO": "C", "SEC": "0", "YEA": "1923", "CITY": "WAARSCHOOT"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1923-08-08 20:00"}, "partial-ids": {"ertel": "ES-1291"}}, "raw": {"L": "", "MF": "", "NR": "1291", "ENG": "", "MA_": "1", "G_NR": "1026", "MA12": "6", "MARS": "18", "NAME": "Decorte", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,600", "CSINR": "", "KURTZ": "", "PHAS_": "21,100", "STUND": "20,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "08.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.08.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:07+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1027	decroix-emiel-1904-03-05	{"a1": "1027", "3a_sports": "1292"}	{"ertel": "ES-1292", "lerrcp": "A1-1027"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emiel", "family": "Decroix", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1904-03-05 04:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "GELUVELT", "geoid": 0}, "notime": null, "date-ut": "1904-03-05 04:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Emiel", "family": "Decroix"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "GELUVELT", "geoid": 0}, "date-ut": "1904-03-05 04:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1027"}, "ids-in-sources": {"a1": "1027"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "5", "LAT": "51N13", "LON": "3E15", "MON": "3", "NUM": "1027", "PRO": "C", "SEC": "0", "YEA": "1904", "CITY": "GELUVELT"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1904-03-05 04:00"}, "partial-ids": {"ertel": "ES-1292"}}, "raw": {"L": "", "MF": "", "NR": "1292", "ENG": "", "MA_": "0", "G_NR": "1027", "MA12": "11", "MARS": "32", "NAME": "Decroix", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,400", "CSINR": "", "KURTZ": "", "PHAS_": "88,400", "STUND": "4,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "05.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Emiel", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.03.1904", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:07+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15911	dedieu-paul-1933-05-08	{"d6": "123", "3a_sports": "1295"}	{"ertel": "ES-1295", "lerrcp": "D6-123"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Dedieu", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-05-08 23:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 1.45, "lat": 43.61667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Dedieu"}, "birth": {"date": "1933-05-08 23:00", "place": {"cy": "FR", "lg": 1.45, "lat": 43.61667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "123"}}, "raw": {"H": "23", "MN": "0", "DAY": "8", "LAT": "43N37", "LON": "01E27", "MON": "5", "NUM": "123", "SEC": "0", "YEA": "1933", "NAME": "Dedieu Paul"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-1295"}}, "raw": {"L": "", "MF": "", "NR": "1295", "ENG": "", "MA_": "1", "G_NR": "123", "MA12": "5", "MARS": "13", "NAME": "Dedieu", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "6,300", "CSINR": "", "KURTZ": "", "PHAS_": "94,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.05.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Paul", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "08.05.1933", "GQBECORR": "", "NIENCORR": "NAT", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:07+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2049	decugis-max-1882-09-24	{"a1": "2051", "3a_sports": "1293", "cfepp-final3": "1025"}	{"cfepp": "CF-1025", "cpara": "CP-145", "ertel": "ES-1293", "lerrcp": "A1-2051"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Decugis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1882-09-24 21:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "16", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1882-09-24 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Max", "family": "Decugis"}, "birth": {"tzo": "+00:09:24", "date": "1882-09-24 09:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1882-09-24 08:50:40"}, "occus": ["tennis-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-2051"}, "ids-in-sources": {"a1": "2051"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "24", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "2051", "PRO": "C", "SEC": "40", "YEA": "1882", "CITY": "PARIS"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1882-09-24 09:00"}, "partial-ids": {"ertel": "ES-1293"}}, "raw": {"L": "", "MF": "", "NR": "1293", "ENG": "1", "MA_": "2", "G_NR": "2051", "MA12": "1", "MARS": "2", "NAME": "Decugis", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,200", "CSINR": "", "KURTZ": "", "PHAS_": "85,000", "STUND": "9,00", "CFEPNR": "1025", "EXTEND": "1", "NATION": "FRA", "TAGMON": "24.09.", "ZITATE": "DJK", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "145", "VORNAME": "Max", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "24.09.1882", "GQBECORR": "c", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TENN", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:07+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "decugis-max-1882-09-24", "birth": {"date": "1882-09-24 21:00", "place": {"c3": "16"}, "date-ut": "1882-09-24 20:51"}, "occus": ["tennis-player"], "ids-in-sources": {"cfepp-final3": "1025"}}, "raw": {"S": "8", "LT": "21 00", "LV": "M", "TR": "f", "UT": "20 51", "LAT": "+48.86", "SRC": "AL", "LONG": "-02.34", "NAME": "DECUGIS Max", "SPORT": "Tennis", "LOC_DATE": "1882 09 24", "UNIV_DATE": "1882 09 24", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75016"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
926	defilippis-nino-1932-03-24	{"a1": "926", "3a_sports": "1298"}	{"ertel": "ES-1298", "lerrcp": "A1-926"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nino", "family": "Defilippis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-03-24 01:20", "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1932-03-24 00:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Nino", "family": "Defilippis"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1932-03-24 00:20"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-926"}, "ids-in-sources": {"a1": "926"}}, "raw": {"H": "1", "MN": "20", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "24", "LAT": "45N 0", "LON": "8E 0", "MON": "3", "NUM": "926", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "TORINO"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-03-24 01:20"}, "partial-ids": {"ertel": "ES-1298"}}, "raw": {"L": "", "MF": "", "NR": "1298", "ENG": "", "MA_": "1", "G_NR": "926", "MA12": "10", "MARS": "30", "NAME": "Defilippis", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,000", "CSINR": "", "KURTZ": "", "PHAS_": "96,700", "STUND": "1,33", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "24.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Nino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.03.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:07+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1029	defoort-andre-1914-07-22	{"a1": "1029", "3a_sports": "1299"}	{"ertel": "ES-1299", "lerrcp": "A1-1029"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Defoort", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-07-22 05:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "HARELBEKE", "geoid": 0}, "notime": null, "date-ut": "1914-07-22 05:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "André", "family": "Defoort"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "HARELBEKE", "geoid": 0}, "date-ut": "1914-07-22 05:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1029"}, "ids-in-sources": {"a1": "1029"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "22", "LAT": "51N13", "LON": "3E15", "MON": "7", "NUM": "1029", "PRO": "C", "SEC": "0", "YEA": "1914", "CITY": "HARELBEKE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1914-07-22 05:00"}, "partial-ids": {"ertel": "ES-1299"}}, "raw": {"L": "", "MF": "", "NR": "1299", "ENG": "", "MA_": "1", "G_NR": "1029", "MA12": "11", "MARS": "31", "NAME": "Defoort", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,600", "CSINR": "", "KURTZ": "", "PHAS_": "1,600", "STUND": "5,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "22.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.07.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:07+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1289	defosse-robert-1909-06-19	{"a1": "1290", "g55": "03-242", "3a_sports": "1301"}	{"g55": "03-242", "ertel": "ES-1301", "lerrcp": "A1-1290"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Defosse", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1909-06-19 23:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.78068, "lat": 50.4198, "name": "Liévin", "geoid": 2998431}, "notime": null, "date-ut": "1909-06-19 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Defosse"}, "birth": {"tzo": "+00:09:21", "date": "1909-06-19 23:00", "place": {"c2": "62", "cy": "FR", "lg": 2.78068, "lat": 50.4198, "name": "Liévin", "geoid": 2998431}, "date-ut": "1909-06-19 22:50:40"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1290"}, "ids-in-sources": {"a1": "1290"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "62", "COU": "F", "DAY": "19", "LAT": "50N18", "LON": "2E46", "MON": "6", "NUM": "1290", "PRO": "C", "SEC": "40", "YEA": "1909", "CITY": "LIEVIN"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1909-06-19 23:00"}, "partial-ids": {"ertel": "ES-1301"}}, "raw": {"L": "", "MF": "", "NR": "1301", "ENG": "0", "MA_": "2", "G_NR": "1290", "MA12": "12", "MARS": "36", "NAME": "Defossé", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,300", "CSINR": "", "KURTZ": "", "PHAS_": "1,300", "STUND": "23,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "19.06.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "19.06.1909", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:07+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-242"}, "ids-in-source": {"g55": "03-242"}}, "raw": {"DAY": "19-6-1909", "HOUR": "23 h.", "NAME": "DEFOSSE Robert", "PLACE": "Liévin (Pas-de-Calais)."}, "date": "2023-08-20T14:48:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
333	deggiovanni-giovanni-1885-10-07	{"a1": "333", "3a_sports": "1304"}	{"ertel": "ES-1304", "lerrcp": "A1-333"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Deggiovanni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1885-10-07 22:00", "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1885-10-07 21:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Deggiovanni"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1885-10-07 21:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-333"}, "ids-in-sources": {"a1": "333"}}, "raw": {"H": "22", "MN": "10", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "7", "LAT": "40N54", "LON": "14E 0", "MON": "10", "NUM": "333", "PRO": "C", "SEC": "4", "YEA": "1885", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1885-10-07 22:00"}, "partial-ids": {"ertel": "ES-1304"}}, "raw": {"L": "", "MF": "", "NR": "1304", "ENG": "", "MA_": "0", "G_NR": "333", "MA12": "11", "MARS": "32", "NAME": "Deggiovanni", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,500", "CSINR": "", "KURTZ": "", "PHAS_": "2,200", "STUND": "22,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "07.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giovanni", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.10.1885", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:07+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1030	degraeve-alois-1896-06-26	{"a1": "1030", "3a_sports": "1307"}	{"ertel": "ES-1307", "lerrcp": "A1-1030"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alois", "family": "Degraeve", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1896-06-26 08:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "KLERKEN", "geoid": 0}, "notime": null, "date-ut": "1896-06-26 08:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Alois", "family": "Degraeve"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "KLERKEN", "geoid": 0}, "date-ut": "1896-06-26 08:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1030"}, "ids-in-sources": {"a1": "1030"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "26", "LAT": "51N13", "LON": "3E15", "MON": "6", "NUM": "1030", "PRO": "C", "SEC": "0", "YEA": "1896", "CITY": "KLERKEN"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1896-06-26 08:00"}, "partial-ids": {"ertel": "ES-1307"}}, "raw": {"L": "", "MF": "", "NR": "1307", "ENG": "1", "MA_": "2", "G_NR": "1030", "MA12": "4", "MARS": "11", "NAME": "Degraeve", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,500", "CSINR": "", "KURTZ": "", "PHAS_": "99,300", "STUND": "8,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "26.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alois", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.06.1896", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:07+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
30	degrelle-maurice-1901-06-28	{"a1": "30", "3a_sports": "1308"}	{"ertel": "ES-1308", "lerrcp": "A1-30"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Degrelle", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1901-06-28 15:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Sarspeteries", "geoid": 0}, "notime": null, "date-ut": "1901-06-28 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Degrelle"}, "birth": {"tzo": "+00:09:21", "date": "1901-06-28 15:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Sarspeteries", "geoid": 0}, "date-ut": "1901-06-28 14:50:40"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-30"}, "ids-in-sources": {"a1": "30"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "59", "COU": "F", "DAY": "28", "LAT": "50N39", "LON": "3E 5", "MON": "6", "NUM": "30", "PRO": "C", "SEC": "40", "YEA": "1901", "CITY": "SARSPETERIES"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1901-06-28 15:00"}, "partial-ids": {"ertel": "ES-1308"}}, "raw": {"L": "", "MF": "", "NR": "1308", "ENG": "", "MA_": "0", "G_NR": "30", "MA12": "3", "MARS": "7", "NAME": "Degrelle", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,300", "CSINR": "", "KURTZ": "", "PHAS_": "85,400", "STUND": "15,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Maurice", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.06.1901", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:07+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1641	dehert-albert-1921-11-18	{"a1": "1642", "3a_sports": "1312"}	{"ertel": "ES-1312", "lerrcp": "A1-1642"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Dehert", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-11-18 07:30", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "BERCHEM", "geoid": 0}, "notime": null, "date-ut": "1921-11-18 07:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Dehert"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "BERCHEM", "geoid": 0}, "date-ut": "1921-11-18 07:30:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1642"}, "ids-in-sources": {"a1": "1642"}}, "raw": {"H": "7", "MN": "30", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "18", "LAT": "51N14", "LON": "4E30", "MON": "11", "NUM": "1642", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "BERCHEM"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-11-18 07:30"}, "partial-ids": {"ertel": "ES-1312"}}, "raw": {"L": "", "MF": "", "NR": "1312", "ENG": "", "MA_": "0", "G_NR": "1642", "MA12": "3", "MARS": "8", "NAME": "Dehert", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,600", "CSINR": "", "KURTZ": "", "PHAS_": "92,800", "STUND": "7,50", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "18.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Albert", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.11.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:07+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
334	del-prete-carlo-1897-08-21	{"a1": "334", "3a_sports": "1318"}	{"ertel": "ES-1318", "lerrcp": "A1-334"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Del Prete", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1897-08-21 23:30", "note": null, "place": {"c1": null, "c2": "LU", "c3": null, "cy": "IT", "lg": 10.50585, "lat": 43.84357, "name": "Lucca", "geoid": 3174530}, "notime": null, "date-ut": "1897-08-21 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Del Prete"}, "birth": {"place": {"c2": "LU", "cy": "IT", "lg": 10.50585, "lat": 43.84357, "name": "Lucca", "geoid": 3174530}, "date-ut": "1897-08-21 22:30"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-334"}, "ids-in-sources": {"a1": "334"}}, "raw": {"H": "23", "MN": "30", "TZ": "-1", "COD": "LU", "COU": "I", "DAY": "21", "LAT": "43N42", "LON": "11E 0", "MON": "8", "NUM": "334", "PRO": "C", "SEC": "0", "YEA": "1897", "CITY": "LUCCA"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1897-08-21 23:30"}, "partial-ids": {"ertel": "ES-1318"}}, "raw": {"L": "", "MF": "", "NR": "1318", "ENG": "", "MA_": "0", "G_NR": "334", "MA12": "8", "MARS": "24", "NAME": "DelPrete", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "44,000", "STUND": "23,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "21.08.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Carlo", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "21.08.1897", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:07+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
598	dehaye-jacques-1927-02-08	{"a1": "598", "g55": "03-497", "3a_sports": "1311"}	{"g55": "03-497", "ertel": "ES-1311", "lerrcp": "A1-598"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Dehaye", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1927-02-08 15:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Charleville", "geoid": 0}, "notime": null, "date-ut": "1927-02-08 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Dehaye"}, "birth": {"tzo": "+00:00", "date": "1927-02-08 15:00", "place": {"c2": "08", "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Charleville", "geoid": 0}, "date-ut": "1927-02-08 15:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-598"}, "ids-in-sources": {"a1": "598"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "08", "COU": "F", "DAY": "8", "LAT": "49N46", "LON": "4E44", "MON": "2", "NUM": "598", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "CHARLEVILLE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-02-08 15:00"}, "partial-ids": {"ertel": "ES-1311"}}, "raw": {"L": "", "MF": "", "NR": "1311", "ENG": "", "MA_": "1", "G_NR": "598", "MA12": "2", "MARS": "6", "NAME": "Dehaye", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,800", "CSINR": "", "KURTZ": "", "PHAS_": "39,000", "STUND": "15,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "08.02.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:07+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Charleville"}}, "partial-ids": {"g55": "03-497"}, "ids-in-source": {"g55": "03-497"}}, "raw": {"DAY": "8-2-1927", "HOUR": "15 h.", "NAME": "DEHAYE Jacques", "PLACE": "Charleville (Ardennes)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
746	delabassee-roger-1926-08-26	{"a1": "746", "3a_sports": "1319"}	{"ertel": "ES-1319", "lerrcp": "A1-746"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Delabassee", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-08-26 09:30", "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "notime": null, "date-ut": "1926-08-26 08:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Delabassee"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "TOURNAI", "geoid": 0}, "date-ut": "1926-08-26 08:30:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-746"}, "ids-in-sources": {"a1": "746"}}, "raw": {"H": "8", "MN": "30", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "26", "LAT": "50N23", "LON": "4E30", "MON": "8", "NUM": "746", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "TOURNAI"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-08-26 09:30"}, "partial-ids": {"ertel": "ES-1319"}}, "raw": {"L": "", "MF": "", "NR": "1319", "ENG": "", "MA_": "0", "G_NR": "746", "MA12": "5", "MARS": "15", "NAME": "Delabassée", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,800", "CSINR": "", "KURTZ": "", "PHAS_": "90,700", "STUND": "9,50", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "26.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.08.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:07+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
162	delagrange-leon-1872-03-13	{"a1": "162", "3a_sports": "1321"}	{"ertel": "ES-1321", "lerrcp": "A1-162"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Delagrange", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:07:37", "date": "1872-03-13 20:30", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1872-03-13 20:22:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Delagrange"}, "birth": {"tzo": "+00:07:37", "date": "1872-03-13 20:30", "place": {"c2": "45", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1872-03-13 20:22:24"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-162"}, "ids-in-sources": {"a1": "162"}}, "raw": {"H": "20", "MN": "22", "TZ": "0", "COD": "45", "COU": "F", "DAY": "13", "LAT": "47N54", "LON": "1E54", "MON": "3", "NUM": "162", "PRO": "C", "SEC": "24", "YEA": "1872", "CITY": "ORLEANS"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1872-03-13 20:30"}, "partial-ids": {"ertel": "ES-1321"}}, "raw": {"L": "", "MF": "", "NR": "1321", "ENG": "", "MA_": "1", "G_NR": "162", "MA12": "7", "MARS": "20", "NAME": "Delagrange", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,500", "CSINR": "", "KURTZ": "", "PHAS_": "14,000", "STUND": "20,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.03.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Léon", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "13.03.1872", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:08+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1290	deladeriere-leon-1927-06-26	{"a1": "1291", "3a_sports": "1320", "cfepp-final3": "462"}	{"cfepp": "CF-462", "cpara": "CP-149", "ertel": "ES-1320", "lerrcp": "A1-1291"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Deladeriere", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1927-06-26 12:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Annoeulin", "geoid": 0}, "notime": null, "date-ut": "1927-06-26 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Deladeriere"}, "birth": {"tzo": "+01:00", "date": "1927-06-26 12:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Annoeulin", "geoid": 0}, "date-ut": "1927-06-26 11:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1291"}, "ids-in-sources": {"a1": "1291"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "59", "COU": "F", "DAY": "26", "LAT": "50N39", "LON": "3E 5", "MON": "6", "NUM": "1291", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "ANNOEULIN"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-06-26 12:00"}, "partial-ids": {"ertel": "ES-1320"}}, "raw": {"L": "", "MF": "", "NR": "1320", "ENG": "", "MA_": "1", "G_NR": "1291", "MA12": "2", "MARS": "5", "NAME": "Deladeriere", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,800", "CSINR": "", "KURTZ": "", "PHAS_": "13,300", "STUND": "12,00", "CFEPNR": "462", "EXTEND": "", "NATION": "FRA", "TAGMON": "26.06.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "149", "VORNAME": "Léon", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "26.06.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:07+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1927-06-26 12:00", "place": {"c3": ""}, "date-ut": "1927-06-26 11:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "462"}}, "raw": {"S": "2", "LT": "12 00", "LV": "I11", "TR": "f", "UT": "11 00", "LAT": "+50.53", "SRC": "L", "LONG": "-02.93", "NAME": "DELADERIERE Leon", "SPORT": "Soccer", "LOC_DATE": "1927 06 26", "UNIV_DATE": "1927 06 26", "BIRTH_PLACE": "ANNOEULIN", "POSTAL_CODE": "59112"}, "date": "2023-08-20T14:46:03+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1033	delbecque-julien-1903-09-01	{"a1": "1033", "3a_sports": "1323"}	{"ertel": "ES-1323", "lerrcp": "A1-1033"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julien", "family": "Delbecque", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1903-09-01 02:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "HARELBEKE", "geoid": 0}, "notime": null, "date-ut": "1903-09-01 02:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Julien", "family": "Delbecque"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "HARELBEKE", "geoid": 0}, "date-ut": "1903-09-01 02:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1033"}, "ids-in-sources": {"a1": "1033"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "1", "LAT": "51N13", "LON": "3E15", "MON": "9", "NUM": "1033", "PRO": "C", "SEC": "0", "YEA": "1903", "CITY": "HARELBEKE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1903-09-01 02:00"}, "partial-ids": {"ertel": "ES-1323"}}, "raw": {"L": "", "MF": "", "NR": "1323", "ENG": "", "MA_": "0", "G_NR": "1033", "MA12": "9", "MARS": "25", "NAME": "Delbecque", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,200", "CSINR": "", "KURTZ": "", "PHAS_": "70,400", "STUND": "2,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "01.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Julien", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.09.1903", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:08+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15914	deledda-adolphe-1919-09-23	{"d6": "126", "3a_sports": "1326"}	{"ertel": "ES-1326", "lerrcp": "D6-126"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Deledda", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-09-23 09:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 10.46667, "lat": 44.36667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Deledda"}, "birth": {"date": "1919-09-23 09:00", "place": {"cy": "IT", "lg": 10.46667, "lat": 44.36667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "126"}}, "raw": {"H": "9", "MN": "0", "DAY": "23", "LAT": "44N22", "LON": "10E28", "MON": "9", "NUM": "126", "SEC": "0", "YEA": "1919", "NAME": "Deledda Adolphe"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-1326"}}, "raw": {"L": "", "MF": "", "NR": "1326", "ENG": "", "MA_": "0", "G_NR": "126", "MA12": "3", "MARS": "7", "NAME": "Deledda", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-3,500", "CSINR": "", "KURTZ": "", "PHAS_": "1,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Adolphe", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "23.09.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:08+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1487	delfino-luciano-1932-08-09	{"a1": "1488", "3a_sports": "1330"}	{"ertel": "ES-1330", "lerrcp": "A1-1488"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luciano", "family": "Delfino", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-08-09 03:30", "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.61894, "lat": 44.91245, "name": "Alessandria", "geoid": 3183299}, "notime": null, "date-ut": "1932-08-09 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Luciano", "family": "Delfino"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.61894, "lat": 44.91245, "name": "Alessandria", "geoid": 3183299}, "date-ut": "1932-08-09 02:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1488"}, "ids-in-sources": {"a1": "1488"}}, "raw": {"H": "3", "MN": "30", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "9", "LAT": "45N 0", "LON": "9E 0", "MON": "8", "NUM": "1488", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "ALESSANDRIA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-08-09 03:30"}, "partial-ids": {"ertel": "ES-1330"}}, "raw": {"L": "", "MF": "", "NR": "1330", "ENG": "1", "MA_": "2", "G_NR": "1488", "MA12": "1", "MARS": "3", "NAME": "Delfino", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,300", "CSINR": "", "KURTZ": "", "PHAS_": "46,400", "STUND": "3,50", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "09.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Luciano", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.08.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:08+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1878	delhoste-henri-1931-07-21	{"a1": "1879", "3a_sports": "1334"}	{"ertel": "ES-1334", "lerrcp": "A1-1879"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Delhoste", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1931-07-21 21:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "notime": null, "date-ut": "1931-07-21 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Delhoste"}, "birth": {"tzo": "+01:00", "date": "1931-07-21 21:00", "place": {"c2": "66", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "date-ut": "1931-07-21 20:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1879"}, "ids-in-sources": {"a1": "1879"}}, "raw": {"H": "20", "MN": "0", "TZ": "0", "COD": "66", "COU": "F", "DAY": "21", "LAT": "42N42", "LON": "2E55", "MON": "7", "NUM": "1879", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "PERPIGNAN"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-07-21 21:00"}, "partial-ids": {"ertel": "ES-1334"}}, "raw": {"L": "", "MF": "", "NR": "1334", "ENG": "", "MA_": "0", "G_NR": "1879", "MA12": "6", "MARS": "16", "NAME": "Delhoste", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,700", "CSINR": "", "KURTZ": "", "PHAS_": "36,300", "STUND": "21,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.07.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:08+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1291	delfour-edmond-1907-11-01	{"a1": "1292", "g55": "03-243", "3a_sports": "1331", "cfepp-final3": "463"}	{"g55": "03-243", "cfepp": "CF-463", "cpara": "CP-152", "ertel": "ES-1331", "lerrcp": "A1-1292"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Delfour", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1907-11-01 09:00", "note": null, "place": {"c1": null, "c2": "91", "c3": "", "cy": "FR", "lg": 2.41406, "lat": 48.6511, "name": "Ris-Orangis", "geoid": 2983440}, "notime": null, "date-ut": "1907-11-01 08:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Delfour"}, "birth": {"tzo": "+00:09:21", "date": "1907-11-01 21:00", "place": {"c2": "91", "cy": "FR", "lg": 2.41406, "lat": 48.6511, "name": "Ris-Orangis", "geoid": 2983440}, "date-ut": "1907-11-01 20:50:40"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1292"}, "ids-in-sources": {"a1": "1292"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "91", "COU": "F", "DAY": "1", "LAT": "48N36", "LON": "2E20", "MON": "11", "NUM": "1292", "PRO": "C", "SEC": "40", "YEA": "1907", "CITY": "RIS-ORANGIS"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1907-11-01 21:00"}, "partial-ids": {"ertel": "ES-1331"}}, "raw": {"L": "", "MF": "", "NR": "1331", "ENG": "", "MA_": "0", "G_NR": "1292", "MA12": "5", "MARS": "15", "NAME": "Delfour", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,000", "CSINR": "", "KURTZ": "", "PHAS_": "25,500", "STUND": "21,00", "CFEPNR": "463", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.11.", "ZITATE": "DWO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "152", "VORNAME": "Edmond", "ZITRANG": "4", "GAUQ1955": "+", "GEBDATUM": "01.11.1907", "GQBECORR": "c", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:08+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "delfour-edmond-1907-11-01", "birth": {"date": "1907-11-01 09:00", "place": {"c3": ""}, "date-ut": "1907-11-01 08:51"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "463"}}, "raw": {"S": "11", "LT": "09 00", "LV": "I41", "TR": "f", "UT": "08 51", "LAT": "+48.64", "SRC": "ALG", "LONG": "-02.40", "NAME": "DELFOUR Edmond", "SPORT": "Soccer", "LOC_DATE": "1907 11 01", "UNIV_DATE": "1907 11 01", "BIRTH_PLACE": "RIS ORANGIS", "POSTAL_CODE": "91130"}, "date": "2023-08-20T14:46:03+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-243"}, "ids-in-source": {"g55": "03-243"}}, "raw": {"DAY": "1-11-1907", "HOUR": "21 h.", "NAME": "DELFOUR Edmond", "PLACE": "Ris-Orangis (Seine-et-Oise)."}, "date": "2023-08-20T14:48:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1292	delmer-henri-1907-02-15	{"a1": "1293", "g55": "03-244", "3a_sports": "1338", "cfepp-final3": "464"}	{"g55": "03-244", "cfepp": "CF-464", "cpara": "CP-153", "ertel": "ES-1338", "lerrcp": "A1-1293"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Delmer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1907-02-15 12:30", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.35992, "lat": 48.7939, "name": "Villejuif", "geoid": 2968705}, "notime": null, "date-ut": "1907-02-15 12:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Delmer"}, "birth": {"tzo": "+00:09:21", "date": "1907-02-15 12:30", "place": {"c2": "94", "cy": "FR", "lg": 2.35992, "lat": 48.7939, "name": "Villejuif", "geoid": 2968705}, "date-ut": "1907-02-15 12:20:40"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1293"}, "ids-in-sources": {"a1": "1293"}}, "raw": {"H": "12", "MN": "20", "TZ": "0", "COD": "94", "COU": "F", "DAY": "15", "LAT": "48N47", "LON": "2E29", "MON": "2", "NUM": "1293", "PRO": "C", "SEC": "40", "YEA": "1907", "CITY": "VILLEJUIF"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1907-02-15 12:30"}, "partial-ids": {"ertel": "ES-1338"}}, "raw": {"L": "", "MF": "", "NR": "1338", "ENG": "", "MA_": "1", "G_NR": "1293", "MA12": "7", "MARS": "20", "NAME": "Delmer", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,400", "CSINR": "", "KURTZ": "", "PHAS_": "6,600", "STUND": "12,50", "CFEPNR": "464", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.02.", "ZITATE": "DWO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "153", "VORNAME": "Henri", "ZITRANG": "4", "GAUQ1955": "+", "GEBDATUM": "15.02.1907", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:08+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1907-02-15 12:30", "place": {"c3": ""}, "date-ut": "1907-02-15 12:21"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "464"}}, "raw": {"S": "7", "LT": "12 30", "LV": "I10", "TR": "f", "UT": "12 21", "LAT": "+48.79", "SRC": "ALG", "LONG": "-02.36", "NAME": "DELMER Henri", "SPORT": "Soccer", "LOC_DATE": "1907 02 15", "UNIV_DATE": "1907 02 15", "BIRTH_PLACE": "VILLEJUIF", "POSTAL_CODE": "94800"}, "date": "2023-08-20T14:46:03+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-244"}, "ids-in-source": {"g55": "03-244"}}, "raw": {"DAY": "15-2-1907", "HOUR": "12 h. 30", "NAME": "DELMER Henri", "PLACE": "Villejuif (Seine)."}, "date": "2023-08-20T14:48:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
747	delmine-emile-1927-05-22	{"a1": "747", "3a_sports": "1339"}	{"ertel": "ES-1339", "lerrcp": "A1-747"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Delmine", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-05-22 11:30", "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "WASMES", "geoid": 0}, "notime": null, "date-ut": "1927-05-22 10:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Delmine"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "WASMES", "geoid": 0}, "date-ut": "1927-05-22 10:30:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-747"}, "ids-in-sources": {"a1": "747"}}, "raw": {"H": "10", "MN": "30", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "22", "LAT": "50N23", "LON": "4E30", "MON": "5", "NUM": "747", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "WASMES"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-05-22 11:30"}, "partial-ids": {"ertel": "ES-1339"}}, "raw": {"L": "", "MF": "", "NR": "1339", "ENG": "", "MA_": "1", "G_NR": "747", "MA12": "2", "MARS": "4", "NAME": "Delmine", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,800", "CSINR": "", "KURTZ": "", "PHAS_": "73,900", "STUND": "11,50", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "22.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Emile", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.05.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:08+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
163	delmotte-raymond-1894-11-19	{"a1": "163", "3a_sports": "1340"}	{"ertel": "ES-1340", "lerrcp": "A1-163"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Delmotte", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1894-11-19 18:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Stquentin", "geoid": 0}, "notime": null, "date-ut": "1894-11-19 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Delmotte"}, "birth": {"tzo": "+00:09:21", "date": "1894-11-19 18:00", "place": {"c2": "02", "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Stquentin", "geoid": 0}, "date-ut": "1894-11-19 17:50:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-163"}, "ids-in-sources": {"a1": "163"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "02", "COU": "F", "DAY": "19", "LAT": "49N34", "LON": "3E37", "MON": "11", "NUM": "163", "PRO": "C", "SEC": "40", "YEA": "1894", "CITY": "STQUENTIN"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1894-11-19 18:00"}, "partial-ids": {"ertel": "ES-1340"}}, "raw": {"L": "", "MF": "", "NR": "1340", "ENG": "", "MA_": "1", "G_NR": "163", "MA12": "2", "MARS": "5", "NAME": "Delmotte", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,80", "CSINR": "", "KURTZ": "", "PHAS_": "62,400", "STUND": "18,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "19.11.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Raymond", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "19.11.1894", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:08+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15915	deloffre-jean-1939-10-05	{"d6": "127", "3a_sports": "1341"}	{"ertel": "ES-1341", "lerrcp": "D6-127"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Deloffre", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1939-10-05 10:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 2.86667, "lat": 50, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Deloffre"}, "birth": {"date": "1939-10-05 10:00", "place": {"cy": "FR", "lg": 2.86667, "lat": 50}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "127"}}, "raw": {"H": "10", "MN": "0", "DAY": "5", "LAT": "50N00", "LON": "02E52", "MON": "10", "NUM": "127", "SEC": "0", "YEA": "1939", "NAME": "Deloffre Jean"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-1341"}}, "raw": {"L": "", "MF": "", "NR": "1341", "ENG": "", "MA_": "1", "G_NR": "127", "MA12": "10", "MARS": "29", "NAME": "Deloffre", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-10,00", "CSINR": "", "KURTZ": "", "PHAS_": "63,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.10.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:08+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1034	deloor-alfons-1910-06-03	{"a1": "1034", "3a_sports": "1342"}	{"ertel": "ES-1342", "lerrcp": "A1-1034"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfons", "family": "Deloor", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1910-06-03 10:00", "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "BOIS D'HAINE", "geoid": 0}, "notime": null, "date-ut": "1910-06-03 10:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Alfons", "family": "Deloor"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "BOIS D'HAINE", "geoid": 0}, "date-ut": "1910-06-03 10:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1034"}, "ids-in-sources": {"a1": "1034"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "3", "LAT": "50N23", "LON": "4E30", "MON": "6", "NUM": "1034", "PRO": "C", "SEC": "0", "YEA": "1910", "CITY": "BOIS D'HAINE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1910-06-03 10:00"}, "partial-ids": {"ertel": "ES-1342"}}, "raw": {"L": "", "MF": "", "NR": "1342", "ENG": "", "MA_": "1", "G_NR": "1034", "MA12": "2", "MARS": "4", "NAME": "Deloor", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,90", "CSINR": "", "KURTZ": "", "PHAS_": "27,400", "STUND": "10,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "03.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alfons", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.06.1910", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:08+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1035	deloor-gustav-1913-06-24	{"a1": "1035", "3a_sports": "1343"}	{"ertel": "ES-1343", "lerrcp": "A1-1035"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustav", "family": "Deloor", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-05-24 12:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "DEKLINGE", "geoid": 0}, "notime": null, "date-ut": "1913-06-24 12:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Gustav", "family": "Deloor"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "DEKLINGE", "geoid": 0}, "date-ut": "1913-06-24 12:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1035"}, "ids-in-sources": {"a1": "1035"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "24", "LAT": "51N 5", "LON": "3E45", "MON": "6", "NUM": "1035", "PRO": "C", "SEC": "0", "YEA": "1913", "CITY": "DEKLINGE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1913-05-24 12:00"}, "partial-ids": {"ertel": "ES-1343"}}, "raw": {"L": "", "MF": "", "NR": "1343", "ENG": "", "MA_": "0", "G_NR": "1035", "MA12": "5", "MARS": "15", "NAME": "Deloor", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,500", "CSINR": "", "KURTZ": "", "PHAS_": "85,100", "STUND": "12,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "24.05.", "ZITATE": "G", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gustav", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "24.05.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:08+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1036	delorge-alibert-1930-03-28	{"a1": "1036", "3a_sports": "1344"}	{"ertel": "ES-1344", "lerrcp": "A1-1036"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alibert", "family": "Delorge", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-03-28 19:30", "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "MONTENAKEN", "geoid": 0}, "notime": null, "date-ut": "1930-03-28 19:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Alibert", "family": "Delorge"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "MONTENAKEN", "geoid": 0}, "date-ut": "1930-03-28 19:30:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1036"}, "ids-in-sources": {"a1": "1036"}}, "raw": {"H": "19", "MN": "30", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "28", "LAT": "50N39", "LON": "5E30", "MON": "3", "NUM": "1036", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "MONTENAKEN"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-03-28 19:30"}, "partial-ids": {"ertel": "ES-1344"}}, "raw": {"L": "", "MF": "", "NR": "1344", "ENG": "", "MA_": "0", "G_NR": "1036", "MA12": "8", "MARS": "24", "NAME": "Delorge", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,100", "CSINR": "", "KURTZ": "", "PHAS_": "5,100", "STUND": "19,50", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "28.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alibert", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.03.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:08+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
748	delplanque-eugene-1929-02-16	{"a1": "748", "3a_sports": "1345"}	{"ertel": "ES-1345", "lerrcp": "A1-748"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Delplanque", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-02-16 09:00", "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CUESMES", "geoid": 0}, "notime": null, "date-ut": "1929-02-16 09:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Delplanque"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CUESMES", "geoid": 0}, "date-ut": "1929-02-16 09:00:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-748"}, "ids-in-sources": {"a1": "748"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "16", "LAT": "50N23", "LON": "4E30", "MON": "2", "NUM": "748", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "CUESMES"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-02-16 09:00"}, "partial-ids": {"ertel": "ES-1345"}}, "raw": {"L": "", "MF": "", "NR": "1345", "ENG": "", "MA_": "1", "G_NR": "748", "MA12": "11", "MARS": "31", "NAME": "Delplanque", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,500", "CSINR": "", "KURTZ": "", "PHAS_": "38,800", "STUND": "9,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "16.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Eugene", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.02.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:08+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1879	delpoux-andre-1927-12-16	{"a1": "1880", "3a_sports": "1346"}	{"ertel": "ES-1346", "lerrcp": "A1-1880"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Delpoux", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1927-11-16 13:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 2.31882, "lat": 43.24577, "name": "Pennautier", "geoid": 2988082}, "notime": null, "date-ut": "1927-12-16 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "André", "family": "Delpoux"}, "birth": {"tzo": "+00:00", "date": "1927-12-16 13:00", "place": {"c2": "11", "cy": "FR", "lg": 2.31882, "lat": 43.24577, "name": "Pennautier", "geoid": 2988082}, "date-ut": "1927-12-16 13:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1880"}, "ids-in-sources": {"a1": "1880"}}, "raw": {"H": "13", "MN": "0", "TZ": "0", "COD": "11", "COU": "F", "DAY": "16", "LAT": "43N12", "LON": "2E21", "MON": "12", "NUM": "1880", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "PENNAUTIER"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-11-16 13:00"}, "partial-ids": {"ertel": "ES-1346"}}, "raw": {"L": "", "MF": "", "NR": "1346", "ENG": "", "MA_": "0", "G_NR": "1880", "MA12": "5", "MARS": "15", "NAME": "Delpoux", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,10", "CSINR": "", "KURTZ": "", "PHAS_": "52,400", "STUND": "13,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "16.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.11.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:08+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1037	deman-pol-1889-04-25	{"a1": "1037", "3a_sports": "1347"}	{"ertel": "ES-1347", "lerrcp": "A1-1037"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pol", "family": "Deman", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1889-04-25 15:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "REKKEM", "geoid": 0}, "notime": null, "date-ut": "1889-04-25 14:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Pol", "family": "Deman"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "REKKEM", "geoid": 0}, "date-ut": "1889-04-25 14:47:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1037"}, "ids-in-sources": {"a1": "1037"}}, "raw": {"H": "14", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "25", "LAT": "51N13", "LON": "3E15", "MON": "4", "NUM": "1037", "PRO": "C", "SEC": "0", "YEA": "1889", "CITY": "REKKEM"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1889-04-25 15:00"}, "partial-ids": {"ertel": "ES-1347"}}, "raw": {"L": "", "MF": "", "NR": "1347", "ENG": "1", "MA_": "2", "G_NR": "1037", "MA12": "4", "MARS": "12", "NAME": "Deman", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,800", "CSINR": "", "KURTZ": "", "PHAS_": "24,900", "STUND": "15,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "25.04.", "ZITATE": "G", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pol", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "25.04.1889", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:08+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16559	demarco-robert-1938-09-16	{"d10": "323", "3a_sports": "1348", "rawlins-ertel-irving": "89"}	{"ertel": "ES-1348", "csicop": "CS-89", "lerrcp": "D10-323"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Demarco", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-04:00", "date": "1938-09-16 10:25", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.06667, "lat": 40.73333, "name": "Jersey City", "geoid": null}, "notime": null, "date-ut": "1938-09-16 14:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Demarco"}, "birth": {"tzo": "-04:00", "date": "1938-09-16 10:25", "place": {"c2": "NJ", "cy": "US", "lg": -74.06667, "lat": 40.73333, "name": "Jersey City"}, "date-ut": "1938-09-16 14:25"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "323"}}, "raw": {"H": "10:25", "TZ": "4h", "DAY": "16", "LAT": "40N44", "LON": "74W4", "MON": "9", "NUM": "323", "PRO": "SP", "YEA": "1938", "CICO": "Jersey City, NJ", "NAME": "Demarco Robert"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "89"}}, "raw": {"LA1": "40", "LA2": "44", "LO1": "74", "LO2": "4", "AMPM": "A", "MARS": "8", "NAME": "Demarco", "BATCH": "1", "Satz#": "89", "GEBDAT": "16 9 1938", "GEBORT": "NJ", "GEBZEIT": "10 25", "VORNAME": "Robert A", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-1348"}}, "raw": {"L": "", "MF": "", "NR": "1348", "ENG": "", "MA_": "0", "G_NR": "322", "MA12": "3", "MARS": "8", "NAME": "Demarco", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-10,30", "CSINR": "89", "KURTZ": "", "PHAS_": "62,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "16.09.", "ZITATE": "X", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Robert A.", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "16.09.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:08+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16561	dempsey-tom-1947-01-12	{"d10": "325", "3a_sports": "1350", "rawlins-ertel-irving": "90"}	{"ertel": "ES-1350", "csicop": "CS-90", "lerrcp": "D10-325"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tom", "family": "Dempsey", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1947-01-12 01:22", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": "Milwaukee", "geoid": null}, "notime": null, "date-ut": "1947-01-12 07:22"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Tom", "family": "Dempsey"}, "birth": {"tzo": "-06:00", "date": "1947-01-12 01:22", "place": {"c2": "WI", "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": "Milwaukee"}, "date-ut": "1947-01-12 07:22"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "325"}}, "raw": {"H": "01:22", "TZ": "6h", "DAY": "12", "LAT": "43N2", "LON": "87W55", "MON": "1", "NUM": "325", "PRO": "SP", "YEA": "1947", "CICO": "Milwaukee, WI", "NAME": "Dempsey Tom"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "90"}}, "raw": {"LA1": "43", "LA2": "2", "LO1": "87", "LO2": "55", "AMPM": "A", "MARS": "29", "NAME": "Dempsey", "BATCH": "1", "Satz#": "90", "GEBDAT": "12 1 1947", "GEBORT": "WI", "GEBZEIT": "1 22", "VORNAME": "Tom", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-1350"}}, "raw": {"L": "", "MF": "", "NR": "1350", "ENG": "", "MA_": "1", "G_NR": "324", "MA12": "10", "MARS": "29", "NAME": "Dempsey", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-3,200", "CSINR": "90", "KURTZ": "", "PHAS_": "1,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "21.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Tom", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.01.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:08+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15918	den-hartog-arie-1941-04-21	{"d6": "130", "3a_sports": "1352"}	{"ertel": "ES-1352", "lerrcp": "D6-130"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arie", "family": "den Hartog", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-04-21 08:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "NL", "lg": 4.48333, "lat": 51.91667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Arie", "family": "den Hartog"}, "birth": {"date": "1941-04-21 08:30", "place": {"cy": "NL", "lg": 4.48333, "lat": 51.91667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "130"}}, "raw": {"H": "8", "MN": "30", "DAY": "21", "LAT": "51N55", "LON": "04E29", "MON": "4", "NUM": "130", "SEC": "0", "YEA": "1941", "NAME": "Den Hartog Arie"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-1352"}}, "raw": {"L": "", "MF": "", "NR": "1352", "ENG": "0", "MA_": "2", "G_NR": "130", "MA12": "3", "MARS": "9", "NAME": "DenHartog", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-9,300", "CSINR": "", "KURTZ": "", "PHAS_": "25,900", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "NET", "TAGMON": "21.04.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Arie", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "21.04.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:08+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15919	den-hartog-fedor-1946-04-20	{"d6": "131", "3a_sports": "1353"}	{"ertel": "ES-1353", "lerrcp": "D6-131"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fedor", "family": "den Hartog", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-04-20 22:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "NL", "lg": 5.11667, "lat": 52.1, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Fedor", "family": "den Hartog"}, "birth": {"date": "1946-04-20 22:00", "place": {"cy": "NL", "lg": 5.11667, "lat": 52.1}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "131"}}, "raw": {"H": "22", "MN": "0", "DAY": "20", "LAT": "52N06", "LON": "05E07", "MON": "4", "NUM": "131", "SEC": "0", "YEA": "1946", "NAME": "Den Hartog Fedor"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-1353"}}, "raw": {"L": "", "MF": "", "NR": "1353", "ENG": "", "MA_": "1", "G_NR": "131", "MA12": "5", "MARS": "13", "NAME": "DenHartog", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-5,200", "CSINR": "", "KURTZ": "", "PHAS_": "89,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "NET", "TAGMON": "20.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Fedor", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "20.04.1946", "GQBECORR": "", "NIENCORR": "NAT", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:08+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1040	deneef-roger-1905-04-01	{"a1": "1040", "3a_sports": "1354"}	{"ertel": "ES-1354", "lerrcp": "A1-1040"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Deneef", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1905-04-01 03:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "LOKEREN", "geoid": 0}, "notime": null, "date-ut": "1905-04-01 03:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Deneef"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "LOKEREN", "geoid": 0}, "date-ut": "1905-04-01 03:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1040"}, "ids-in-sources": {"a1": "1040"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "1", "LAT": "51N 5", "LON": "3E45", "MON": "4", "NUM": "1040", "PRO": "C", "SEC": "0", "YEA": "1905", "CITY": "LOKEREN"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1905-04-01 03:00"}, "partial-ids": {"ertel": "ES-1354"}}, "raw": {"L": "", "MF": "", "NR": "1354", "ENG": "1", "MA_": "2", "G_NR": "1040", "MA12": "4", "MARS": "10", "NAME": "Deneef", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,200", "CSINR": "", "KURTZ": "", "PHAS_": "13,600", "STUND": "3,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "01.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.04.1905", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:08+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1041	denijs-henri-1931-03-08	{"a1": "1041", "3a_sports": "1355"}	{"ertel": "ES-1355", "lerrcp": "A1-1041"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Denijs", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-03-08 23:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "EMELGEM", "geoid": 0}, "notime": null, "date-ut": "1931-03-08 23:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Denijs"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "EMELGEM", "geoid": 0}, "date-ut": "1931-03-08 23:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1041"}, "ids-in-sources": {"a1": "1041"}}, "raw": {"H": "23", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "8", "LAT": "51N 5", "LON": "3E45", "MON": "3", "NUM": "1041", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "EMELGEM"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-03-08 23:00"}, "partial-ids": {"ertel": "ES-1355"}}, "raw": {"L": "", "MF": "", "NR": "1355", "ENG": "1", "MA_": "2", "G_NR": "1041", "MA12": "4", "MARS": "12", "NAME": "Denijs", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,000", "CSINR": "", "KURTZ": "", "PHAS_": "82,500", "STUND": "23,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "08.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.03.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:08+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
336	denti-pirajno-salvatore-1875-04-27	{"a1": "336", "3a_sports": "1359"}	{"ertel": "ES-1359", "lerrcp": "A1-336"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Salvatore", "family": "Denti Pirajno", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1875-04-27 20:00", "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1875-04-27 19:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Salvatore", "family": "Denti Pirajno"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1875-04-27 19:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-336"}, "ids-in-sources": {"a1": "336"}}, "raw": {"H": "20", "MN": "10", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "27", "LAT": "40N54", "LON": "14E 0", "MON": "4", "NUM": "336", "PRO": "C", "SEC": "4", "YEA": "1875", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1875-04-27 20:00"}, "partial-ids": {"ertel": "ES-1359"}}, "raw": {"L": "", "MF": "", "NR": "1359", "ENG": "", "MA_": "0", "G_NR": "336", "MA12": "11", "MARS": "33", "NAME": "Dentidi Pirajno", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,700", "CSINR": "", "KURTZ": "", "PHAS_": "67,800", "STUND": "20,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "27.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Salvatore (Duca)", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.04.1875", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:08+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1043	depauw-mauritz-1903-06-12	{"a1": "1043", "3a_sports": "1360"}	{"ertel": "ES-1360", "lerrcp": "A1-1043"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mauritz", "family": "Depauw", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1903-06-12 19:00", "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CHATELINEAU", "geoid": 0}, "notime": null, "date-ut": "1903-06-12 19:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Mauritz", "family": "Depauw"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CHATELINEAU", "geoid": 0}, "date-ut": "1903-06-12 19:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1043"}, "ids-in-sources": {"a1": "1043"}}, "raw": {"H": "19", "MN": "0", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "12", "LAT": "50N23", "LON": "4E30", "MON": "6", "NUM": "1043", "PRO": "C", "SEC": "0", "YEA": "1903", "CITY": "CHATELINEAU"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1903-06-12 19:00"}, "partial-ids": {"ertel": "ES-1360"}}, "raw": {"L": "", "MF": "", "NR": "1360", "ENG": "1", "MA_": "2", "G_NR": "1043", "MA12": "4", "MARS": "10", "NAME": "Depauw", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,500", "CSINR": "", "KURTZ": "", "PHAS_": "96,600", "STUND": "19,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "12.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Mauritz", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.06.1903", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:08+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1488	depetrini-theobaldo-1913-03-12	{"a1": "1489", "3a_sports": "1361"}	{"ertel": "ES-1361", "lerrcp": "A1-1489"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theobaldo", "family": "Depetrini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-03-12 22:00", "note": null, "place": {"c1": null, "c2": "VC", "c3": null, "cy": "IT", "lg": 8.41533, "lat": 45.32306, "name": "Vercelli", "geoid": 3164565}, "notime": null, "date-ut": "1913-03-12 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Theobaldo", "family": "Depetrini"}, "birth": {"place": {"c2": "VC", "cy": "IT", "lg": 8.41533, "lat": 45.32306, "name": "Vercelli", "geoid": 3164565}, "date-ut": "1913-03-12 21:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1489"}, "ids-in-sources": {"a1": "1489"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "VC", "COU": "I", "DAY": "12", "LAT": "45N24", "LON": "8E30", "MON": "3", "NUM": "1489", "PRO": "C", "SEC": "0", "YEA": "1913", "CITY": "VERCELLI"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1913-03-12 22:00"}, "partial-ids": {"ertel": "ES-1361"}}, "raw": {"L": "", "MF": "", "NR": "1361", "ENG": "", "MA_": "1", "G_NR": "1489", "MA12": "9", "MARS": "27", "NAME": "Depetrini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,100", "CSINR": "", "KURTZ": "", "PHAS_": "14,100", "STUND": "22,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "12.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Teobaldo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.03.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:09+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1044	depoorter-richard-1915-04-29	{"a1": "1044", "3a_sports": "1362"}	{"ertel": "ES-1362", "lerrcp": "A1-1044"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Depoorter", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1915-04-29 04:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "ICHTEGEM", "geoid": 0}, "notime": null, "date-ut": "1915-04-29 03:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Depoorter"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "ICHTEGEM", "geoid": 0}, "date-ut": "1915-04-29 03:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1044"}, "ids-in-sources": {"a1": "1044"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "29", "LAT": "51N13", "LON": "3E15", "MON": "4", "NUM": "1044", "PRO": "C", "SEC": "0", "YEA": "1915", "CITY": "ICHTEGEM"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1915-04-29 04:00"}, "partial-ids": {"ertel": "ES-1362"}}, "raw": {"L": "", "MF": "", "NR": "1362", "ENG": "0", "MA_": "2", "G_NR": "1044", "MA12": "12", "MARS": "36", "NAME": "Depoorter", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,200", "CSINR": "", "KURTZ": "", "PHAS_": "99,300", "STUND": "4,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "29.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Richard", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.04.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:09+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
805	deprez-louis-1921-01-06	{"a1": "805", "g55": "03-133", "3a_sports": "1363"}	{"g55": "03-133", "ertel": "ES-1363", "lerrcp": "A1-805"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Deprez", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1921-01-06 23:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Lilllers", "geoid": 0}, "notime": null, "date-ut": "1921-01-06 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Deprez"}, "birth": {"tzo": "+00:00", "date": "1921-01-06 23:00", "place": {"c2": "62", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Lilliers", "geoid": 0}, "date-ut": "1921-01-06 23:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-805"}, "ids-in-sources": {"a1": "805"}}, "raw": {"H": "23", "MN": "0", "TZ": "0", "COD": "62", "COU": "F", "DAY": "6", "LAT": "50N18", "LON": "2E46", "MON": "1", "NUM": "805", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "LILLIERS"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-01-06 23:00"}, "partial-ids": {"ertel": "ES-1363"}}, "raw": {"L": "", "MF": "", "NR": "1363", "ENG": "", "MA_": "0", "G_NR": "805", "MA12": "8", "MARS": "22", "NAME": "Deprez", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,200", "CSINR": "", "KURTZ": "", "PHAS_": "9,200", "STUND": "23,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.01.", "ZITATE": "O", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Louis", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "06.01.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:09+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Lilllers"}}, "partial-ids": {"g55": "03-133"}, "ids-in-source": {"g55": "03-133"}}, "raw": {"DAY": "6-1-1921", "HOUR": "23 h.", "NAME": "DEPREZ Louis", "PLACE": "Lilllers (Pas-de-Calais)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1045	derijcke-germain-1929-11-02	{"a1": "1045", "3a_sports": "1366"}	{"ertel": "ES-1366", "lerrcp": "A1-1045"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Germain", "family": "Derijcke", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-11-02 16:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BELLEGEM", "geoid": 0}, "notime": null, "date-ut": "1929-11-02 16:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Germain", "family": "Derijcke"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BELLEGEM", "geoid": 0}, "date-ut": "1929-11-02 16:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1045"}, "ids-in-sources": {"a1": "1045"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "2", "LAT": "51N13", "LON": "3E15", "MON": "11", "NUM": "1045", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "BELLEGEM"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-11-02 16:00"}, "partial-ids": {"ertel": "ES-1366"}}, "raw": {"L": "", "MF": "", "NR": "1366", "ENG": "", "MA_": "0", "G_NR": "1045", "MA12": "6", "MARS": "17", "NAME": "Derijcke", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,000", "CSINR": "", "KURTZ": "", "PHAS_": "0,300", "STUND": "16,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "02.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Germain", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.11.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:09+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1194	derksen-jan-1919-01-23	{"a1": "1195", "3a_sports": "1367"}	{"ertel": "ES-1367", "lerrcp": "A1-1195"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Derksen", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-01-23 02:00", "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "GEERTRUIDENBERG", "geoid": 0}, "notime": null, "date-ut": "1919-01-23 01:40:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Derksen"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "GEERTRUIDENBERG", "geoid": 0}, "date-ut": "1919-01-23 01:40:28"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1195"}, "ids-in-sources": {"a1": "1195"}}, "raw": {"H": "1", "MN": "40", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "23", "LAT": "51N42", "LON": "5E19", "MON": "1", "NUM": "1195", "PRO": "C", "SEC": "28", "YEA": "1919", "CITY": "GEERTRUIDENBERG"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1919-01-23 02:00"}, "partial-ids": {"ertel": "ES-1367"}}, "raw": {"L": "", "MF": "", "NR": "1367", "ENG": "", "MA_": "1", "G_NR": "1195", "MA12": "10", "MARS": "28", "NAME": "Derksen", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,000", "CSINR": "", "KURTZ": "", "PHAS_": "61,200", "STUND": "2,00", "CFEPNR": "", "EXTEND": "", "NATION": "NET", "TAGMON": "23.01.", "ZITATE": "DGHSO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jan", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "23.01.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:09+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1046	dervaes-jef-1906-09-27	{"a1": "1046", "3a_sports": "1368"}	{"ertel": "ES-1368", "lerrcp": "A1-1046"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jef", "family": "Dervaes", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1906-09-27 11:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "WETTEREN", "geoid": 0}, "notime": null, "date-ut": "1906-09-27 11:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Jef", "family": "Dervaes"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "WETTEREN", "geoid": 0}, "date-ut": "1906-09-27 11:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1046"}, "ids-in-sources": {"a1": "1046"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "27", "LAT": "51N 5", "LON": "3E45", "MON": "9", "NUM": "1046", "PRO": "C", "SEC": "0", "YEA": "1906", "CITY": "WETTEREN"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1906-09-27 11:00"}, "partial-ids": {"ertel": "ES-1368"}}, "raw": {"L": "", "MF": "", "NR": "1368", "ENG": "1", "MA_": "2", "G_NR": "1046", "MA12": "4", "MARS": "11", "NAME": "Dervaes", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,700", "CSINR": "", "KURTZ": "", "PHAS_": "69,200", "STUND": "11,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "27.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jef", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.09.1906", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:09+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1047	desimpelaere-mauritz-1920-04-28	{"a1": "1047", "3a_sports": "1373"}	{"ertel": "ES-1373", "lerrcp": "A1-1047"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mauritz", "family": "Desimpelaere", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-04-28 01:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "LEDEGEM", "geoid": 0}, "notime": null, "date-ut": "1920-04-28 00:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Mauritz", "family": "Desimpelaere"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "LEDEGEM", "geoid": 0}, "date-ut": "1920-04-28 00:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1047"}, "ids-in-sources": {"a1": "1047"}}, "raw": {"H": "0", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "28", "LAT": "51N13", "LON": "3E15", "MON": "4", "NUM": "1047", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "LEDEGEM"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-04-28 01:00"}, "partial-ids": {"ertel": "ES-1373"}}, "raw": {"L": "", "MF": "", "NR": "1373", "ENG": "1", "MA_": "2", "G_NR": "1047", "MA12": "4", "MARS": "11", "NAME": "Desimpelaere", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,700", "CSINR": "", "KURTZ": "", "PHAS_": "75,500", "STUND": "1,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "28.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Mauritz", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.04.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:09+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1048	desmet-gilbert-1931-02-03	{"a1": "1048", "3a_sports": "1377"}	{"ertel": "ES-1377", "lerrcp": "A1-1048"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilbert", "family": "Desmet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-02-03 20:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "ROULERS", "geoid": 0}, "notime": null, "date-ut": "1931-02-03 20:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Gilbert", "family": "Desmet"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "ROULERS", "geoid": 0}, "date-ut": "1931-02-03 20:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1048"}, "ids-in-sources": {"a1": "1048"}}, "raw": {"H": "20", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "3", "LAT": "51N13", "LON": "3E15", "MON": "2", "NUM": "1048", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "ROULERS"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-02-03 20:00"}, "partial-ids": {"ertel": "ES-1377"}}, "raw": {"L": "", "MF": "", "NR": "1377", "ENG": "", "MA_": "1", "G_NR": "1048", "MA12": "2", "MARS": "6", "NAME": "Desmet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,500", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "20,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "03.02.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gilbert", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "03.02.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:09+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1881	desclaux-joseph-1912-02-01	{"a1": "1882", "3a_sports": "1371", "cfepp-final3": "746"}	{"cfepp": "CF-746", "cpara": "CP-155", "ertel": "ES-1371", "lerrcp": "A1-1882"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Desclaux", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1912-02-01 20:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 3.08235, "lat": 42.52462, "name": "Collioure", "geoid": 3024314}, "notime": null, "date-ut": "1912-02-01 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Desclaux"}, "birth": {"tzo": "+00:00", "date": "1912-02-01 20:00", "place": {"c2": "66", "cy": "FR", "lg": 3.08235, "lat": 42.52462, "name": "Collioure", "geoid": 3024314}, "date-ut": "1912-02-01 20:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1882"}, "ids-in-sources": {"a1": "1882"}}, "raw": {"H": "20", "MN": "0", "TZ": "0", "COD": "66", "COU": "F", "DAY": "1", "LAT": "42N42", "LON": "2E55", "MON": "2", "NUM": "1882", "PRO": "C", "SEC": "0", "YEA": "1912", "CITY": "COLLIOURE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1912-02-01 20:00"}, "partial-ids": {"ertel": "ES-1371"}}, "raw": {"L": "", "MF": "", "NR": "1371", "ENG": "1", "MA_": "2", "G_NR": "1882", "MA12": "4", "MARS": "11", "NAME": "Desclaux", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,000", "CSINR": "", "KURTZ": "", "PHAS_": "93,900", "STUND": "20,00", "CFEPNR": "746", "EXTEND": "1", "NATION": "FRA", "TAGMON": "01.02.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "155", "VORNAME": "Joseph", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "01.02.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:09+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1912-02-01 20:00", "place": {"c3": ""}, "date-ut": "1912-02-01 20:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "746"}}, "raw": {"S": "4", "LT": "20 00", "LV": "I12", "TR": "f", "UT": "20 00", "LAT": "+42.53", "SRC": "L", "LONG": "-03.08", "NAME": "DESCLAUX Joseph", "SPORT": "Rugby League", "LOC_DATE": "1912 02 01", "UNIV_DATE": "1912 02 01", "BIRTH_PLACE": "COLLIOURE", "POSTAL_CODE": "66190"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
599	despaux-jean-1915-10-22	{"a1": "599", "3a_sports": "1379"}	{"ertel": "ES-1379", "lerrcp": "A1-599"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Despaux", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1915-10-22 01:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "10", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1915-10-22 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Despaux"}, "birth": {"tzo": "+00:00", "date": "1915-10-22 01:00", "place": {"c2": "75", "c3": "10", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1915-10-22 01:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-599"}, "ids-in-sources": {"a1": "599"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "75", "COU": "F", "DAY": "22", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "599", "PRO": "C", "SEC": "0", "YEA": "1915", "CITY": "PARIS 10E"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1915-10-22 01:00"}, "partial-ids": {"ertel": "ES-1379"}}, "raw": {"L": "", "MF": "", "NR": "1379", "ENG": "1", "MA_": "2", "G_NR": "599", "MA12": "1", "MARS": "3", "NAME": "Despaux", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,000", "CSINR": "", "KURTZ": "i", "PHAS_": "98,800", "STUND": "1,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "22.10.", "ZITATE": "DKS", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "22.10.1915", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:09+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
164	deullin-albert-1890-08-24	{"a1": "164", "3a_sports": "1386"}	{"ertel": "ES-1386", "lerrcp": "A1-164"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Deullin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:15:50", "date": "1890-08-24 22:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 3.95922, "lat": 49.04, "name": "Épernay", "geoid": 3020062}, "notime": null, "date-ut": "1890-08-24 21:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Deullin"}, "birth": {"tzo": "+00:15:50", "date": "1890-08-24 22:00", "place": {"c2": "51", "cy": "FR", "lg": 3.95922, "lat": 49.04, "name": "Épernay", "geoid": 3020062}, "date-ut": "1890-08-24 21:42:32"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-164"}, "ids-in-sources": {"a1": "164"}}, "raw": {"H": "21", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "24", "LAT": "48N57", "LON": "4E22", "MON": "8", "NUM": "164", "PRO": "C", "SEC": "32", "YEA": "1890", "CITY": "EPERNAY"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1890-08-24 22:00"}, "partial-ids": {"ertel": "ES-1386"}}, "raw": {"L": "", "MF": "", "NR": "1386", "ENG": "", "MA_": "0", "G_NR": "164", "MA12": "6", "MARS": "17", "NAME": "Deullin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,700", "CSINR": "", "KURTZ": "", "PHAS_": "54,900", "STUND": "22,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "24.08.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Albert", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "24.08.1890", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:09+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1051	dewolf-mauritz-1896-01-01	{"a1": "1051", "3a_sports": "1396"}	{"ertel": "ES-1396", "lerrcp": "A1-1051"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mauritz", "family": "Dewolf", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1896-01-01 12:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "HAMME-AAN-DURME", "geoid": 0}, "notime": null, "date-ut": "1896-01-01 12:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Mauritz", "family": "Dewolf"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "HAMME-AAN-DURME", "geoid": 0}, "date-ut": "1896-01-01 12:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1051"}, "ids-in-sources": {"a1": "1051"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "1", "LAT": "51N 5", "LON": "3E45", "MON": "1", "NUM": "1051", "PRO": "C", "SEC": "0", "YEA": "1896", "CITY": "HAMME-AAN-DURME"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1896-01-01 12:00"}, "partial-ids": {"ertel": "ES-1396"}}, "raw": {"L": "", "MF": "", "NR": "1396", "ENG": "", "MA_": "1", "G_NR": "1051", "MA12": "5", "MARS": "14", "NAME": "Dewolf", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,900", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "12,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "01.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Mauritz", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.01.1896", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:09+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1491	di-benedetti-dante-1916-10-28	{"a1": "1492", "3a_sports": "1406"}	{"ertel": "ES-1406", "lerrcp": "A1-1492"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dante", "family": "Di Benedetti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1916-10-28 05:00", "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "GENZANO", "geoid": 0}, "notime": null, "date-ut": "1916-10-28 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Dante", "family": "Di Benedetti"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "GENZANO", "geoid": 0}, "date-ut": "1916-10-28 04:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1492"}, "ids-in-sources": {"a1": "1492"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "28", "LAT": "41N54", "LON": "12E30", "MON": "10", "NUM": "1492", "PRO": "C", "SEC": "0", "YEA": "1916", "CITY": "GENZANO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1916-10-28 05:00"}, "partial-ids": {"ertel": "ES-1406"}}, "raw": {"L": "", "MF": "", "NR": "1406", "ENG": "", "MA_": "1", "G_NR": "1492", "MA12": "11", "MARS": "31", "NAME": "DiBenedetti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,600", "CSINR": "", "KURTZ": "", "PHAS_": "1,800", "STUND": "5,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "28.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Dante", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.10.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:09+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15924	diagne-raoul-1910-11-10	{"d6": "136", "3a_sports": "1410"}	{"ertel": "ES-1410", "lerrcp": "D6-136"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raoul", "family": "Diagne", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1910-11-10 05:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GF", "lg": -54, "lat": 5.33333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Raoul", "family": "Diagne"}, "birth": {"date": "1910-11-10 05:00", "place": {"cy": "GF", "lg": -54, "lat": 5.33333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "136"}}, "raw": {"H": "5", "MN": "0", "DAY": "10", "LAT": "5N20", "LON": "54W00", "MON": "11", "NUM": "136", "SEC": "0", "YEA": "1910", "NAME": "Diagne Raoul"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-1410"}}, "raw": {"L": "", "MF": "", "NR": "1410", "ENG": "1", "MA_": "2", "G_NR": "136", "MA12": "1", "MARS": "1", "NAME": "Diagne", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "10,000", "CSINR": "", "KURTZ": "", "PHAS_": "47,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "10.11.", "ZITATE": "DWO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Raoul", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "10.11.1910", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:09+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15927	dionisi-renato-1947-11-21	{"d6": "139", "3a_sports": "1416"}	{"ertel": "ES-1416", "lerrcp": "D6-139"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renato", "family": "Dionisi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-11-21 18:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 10.83333, "lat": 45.88333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Renato", "family": "Dionisi"}, "birth": {"date": "1947-11-21 18:00", "place": {"cy": "IT", "lg": 10.83333, "lat": 45.88333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "139"}}, "raw": {"H": "18", "MN": "0", "DAY": "21", "LAT": "45N53", "LON": "10E50", "MON": "11", "NUM": "139", "SEC": "0", "YEA": "1947", "NAME": "Dionisi Renato"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-1416"}}, "raw": {"L": "", "MF": "", "NR": "1416", "ENG": "", "MA_": "1", "G_NR": "139", "MA12": "9", "MARS": "27", "NAME": "Dionisi", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "51,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "21.11.", "ZITATE": "DT", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Renato", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "21.11.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:09+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1228	buchard-georges-1893-12-21	{"a1": "1229", "g55": "03-206", "3a_sports": "706", "cfepp-final3": "390"}	{"g55": "03-206", "cfepp": "CF-390", "cpara": "CP-87", "ertel": "ES-706", "lerrcp": "A1-1229"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Buchard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1893-12-21 06:00", "note": null, "place": {"c1": null, "c2": "14", "c3": "", "cy": "FR", "lg": 0.23294, "lat": 49.41985, "name": "Honfleur", "geoid": 3013173}, "notime": null, "date-ut": "1893-12-21 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Buchard"}, "birth": {"tzo": "+00:09:21", "date": "1893-12-21 06:00", "place": {"c2": "14", "cy": "FR", "lg": 0.23294, "lat": 49.41985, "name": "Honfleur", "geoid": 3013173}, "date-ut": "1893-12-21 05:50:40"}, "occus": ["fencer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1229"}, "ids-in-sources": {"a1": "1229"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "14", "COU": "F", "DAY": "21", "LAT": "49N11", "LON": "0W22", "MON": "12", "NUM": "1229", "PRO": "C", "SEC": "40", "YEA": "1893", "CITY": "HONFLEUR"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1893-12-21 06:00"}, "partial-ids": {"ertel": "ES-706"}}, "raw": {"L": "", "MF": "", "NR": "706", "ENG": "1", "MA_": "2", "G_NR": "1229", "MA12": "1", "MARS": "3", "NAME": "Buchard", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,200", "CSINR": "", "KURTZ": "", "PHAS_": "92,700", "STUND": "6,00", "CFEPNR": "390", "EXTEND": "1", "NATION": "FRA", "TAGMON": "21.12.", "ZITATE": "DHK", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "87", "VORNAME": "Georges", "ZITRANG": "4", "GAUQ1955": "+", "GEBDATUM": "21.12.1893", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FENC", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1893-12-21 06:00", "place": {"c3": ""}, "date-ut": "1893-12-21 05:51"}, "occus": ["fencer"], "ids-in-sources": {"cfepp-final3": "390"}}, "raw": {"S": "1", "LT": "06 00", "LV": "O", "TR": "f", "UT": "05 51", "LAT": "+49.51", "SRC": "ALG", "LONG": "-00.20", "NAME": "BUCHARD Georges", "SPORT": "Fencing", "LOC_DATE": "1893 12 21", "UNIV_DATE": "1893 12 21", "BIRTH_PLACE": "HARFLEUR", "POSTAL_CODE": "76700"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-206"}, "ids-in-source": {"g55": "03-206"}}, "raw": {"DAY": "21-12-1893", "HOUR": "6 h.", "NAME": "BUCHARD Georges", "PLACE": "Honfleur (Calvados)."}, "date": "2023-08-20T14:48:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
15931	dolman-evert-1946-02-22	{"d6": "143", "3a_sports": "1427"}	{"ertel": "ES-1427", "lerrcp": "D6-143"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Evert", "family": "Dolman", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-02-22 18:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "NL", "lg": 4.48333, "lat": 51.91667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Evert", "family": "Dolman"}, "birth": {"date": "1946-02-22 18:30", "place": {"cy": "NL", "lg": 4.48333, "lat": 51.91667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "143"}}, "raw": {"H": "18", "MN": "30", "DAY": "22", "LAT": "51N55", "LON": "04E29", "MON": "2", "NUM": "143", "SEC": "0", "YEA": "1946", "NAME": "Dolman Evert"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-1427"}}, "raw": {"L": "", "MF": "", "NR": "1427", "ENG": "", "MA_": "1", "G_NR": "143", "MA12": "2", "MARS": "6", "NAME": "Dolman", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-8,300", "CSINR": "", "KURTZ": "", "PHAS_": "69,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "NET", "TAGMON": "22.02.", "ZITATE": "DKSO", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Evert", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "22.02.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1296	dombeck-stanislas-1931-09-26	{"a1": "1297", "3a_sports": "1429"}	{"cpara": "CP-505", "ertel": "ES-1429", "lerrcp": "A1-1297"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stanislas", "family": "Dombeck", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1931-09-26 23:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.74176, "lat": 48.59555, "name": "Crisenoy", "geoid": 3022440}, "notime": null, "date-ut": "1931-09-26 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Stanislas", "family": "Dombeck"}, "birth": {"tzo": "+01:00", "date": "1931-09-26 23:00", "place": {"c2": "77", "cy": "FR", "lg": 2.74176, "lat": 48.59555, "name": "Crisenoy", "geoid": 3022440}, "date-ut": "1931-09-26 22:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1297"}, "ids-in-sources": {"a1": "1297"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "77", "COU": "F", "DAY": "26", "LAT": "48N33", "LON": "2E40", "MON": "9", "NUM": "1297", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "CRISENOY"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-09-26 23:00"}, "partial-ids": {"ertel": "ES-1429"}}, "raw": {"L": "", "MF": "", "NR": "1429", "ENG": "", "MA_": "0", "G_NR": "1297", "MA12": "8", "MARS": "23", "NAME": "Dombeck", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,400", "CSINR": "", "KURTZ": "", "PHAS_": "99,400", "STUND": "23,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "26.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "505", "VORNAME": "Stanislas", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.09.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1230	cattiau-philippe-1892-07-28	{"a1": "1231", "g55": "03-208", "3a_sports": "903", "cfepp-final3": "392"}	{"g55": "03-208", "cfepp": "CF-392", "cpara": "CP-102", "ertel": "ES-903", "lerrcp": "A1-1231"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Cattiau", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1892-07-28 10:30", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": -2.00877, "lat": 48.64738, "name": "Saint-Malo", "geoid": 2978640}, "notime": null, "date-ut": "1892-07-28 10:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Cattiau"}, "birth": {"tzo": "+00:09:21", "date": "1892-07-28 10:30", "place": {"c2": "35", "cy": "FR", "lg": -2.00877, "lat": 48.64738, "name": "Saint-Malo", "geoid": 2978640}, "date-ut": "1892-07-28 10:20:40"}, "occus": ["fencer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1231"}, "ids-in-sources": {"a1": "1231"}}, "raw": {"H": "10", "MN": "20", "TZ": "0", "COD": "35", "COU": "F", "DAY": "28", "LAT": "48N 7", "LON": "1W40", "MON": "7", "NUM": "1231", "PRO": "C", "SEC": "40", "YEA": "1892", "CITY": "ST-MALO"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1892-07-28 10:30"}, "partial-ids": {"ertel": "ES-903"}}, "raw": {"L": "", "MF": "", "NR": "903", "ENG": "", "MA_": "0", "G_NR": "1231", "MA12": "8", "MARS": "24", "NAME": "Cattiau", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,700", "CSINR": "", "KURTZ": "", "PHAS_": "16,700", "STUND": "10,50", "CFEPNR": "392", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.07.", "ZITATE": "DHK", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "102", "VORNAME": "Philippe", "ZITRANG": "4", "GAUQ1955": "+", "GEBDATUM": "28.07.1892", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FENC", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1892-07-28 10:30", "place": {"c3": ""}, "date-ut": "1892-07-28 10:21"}, "occus": ["fencer"], "ids-in-sources": {"cfepp-final3": "392"}}, "raw": {"S": "9", "LT": "10 30", "LV": "O", "TR": "f", "UT": "10 21", "LAT": "+48.65", "SRC": "ALG", "LONG": "+02.03", "NAME": "CATTIAU Philippe", "SPORT": "Fencing", "LOC_DATE": "1892 07 28", "UNIV_DATE": "1892 07 28", "BIRTH_PLACE": "ST MALO", "POSTAL_CODE": "35408 CEDEX"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-208"}, "ids-in-source": {"g55": "03-208"}}, "raw": {"DAY": "28-7-1892", "HOUR": "10 h. 30", "NAME": "CATTIAU Philippe", "PLACE": "Saint-Malo (Ille-et-Vilaine)."}, "date": "2023-08-20T14:48:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1883	domec-henri-1932-08-09	{"a1": "1884", "3a_sports": "1430", "cfepp-final3": "859"}	{"cfepp": "CF-859", "cpara": "CP-159", "ertel": "ES-1430", "lerrcp": "A1-1884"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Domec", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1932-08-09 03:00", "note": null, "place": {"c1": null, "c2": "65", "c3": "", "cy": "FR", "lg": -0.04611, "lat": 43.09461, "name": "Lourdes", "geoid": 2997395}, "notime": null, "date-ut": "1932-08-09 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Domec"}, "birth": {"tzo": "+01:00", "date": "1932-08-09 03:00", "place": {"c2": "65", "cy": "FR", "lg": -0.04611, "lat": 43.09461, "name": "Lourdes", "geoid": 2997395}, "date-ut": "1932-08-09 02:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1884"}, "ids-in-sources": {"a1": "1884"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "65", "COU": "F", "DAY": "9", "LAT": "43N14", "LON": "0E 5", "MON": "8", "NUM": "1884", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "LOURDES"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-08-09 03:00"}, "partial-ids": {"ertel": "ES-1430"}}, "raw": {"L": "", "MF": "", "NR": "1430", "ENG": "1", "MA_": "2", "G_NR": "1884", "MA12": "1", "MARS": "1", "NAME": "Domec", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,300", "CSINR": "", "KURTZ": "", "PHAS_": "46,400", "STUND": "3,00", "CFEPNR": "860", "EXTEND": "1", "NATION": "FRA", "TAGMON": "09.08.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "159", "VORNAME": "Henri", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "09.08.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1932-08-09 03:00", "place": {"c3": ""}, "date-ut": "1932-08-09 02:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "859"}}, "raw": {"S": "1", "LT": "03 00", "LV": "I20", "TR": "f", "UT": "02 00", "LAT": "+43.10", "SRC": "L", "LONG": "+00.04", "NAME": "DOMEC Henri", "SPORT": "Rugby Union", "LOC_DATE": "1932 08 09", "UNIV_DATE": "1932 08 09", "BIRTH_PLACE": "LOURDES", "POSTAL_CODE": "65100"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1297	domingo-marcel-1924-01-15	{"a1": "1298", "g55": "03-246", "3a_sports": "1434", "cfepp-final3": "470"}	{"g55": "03-246", "cfepp": "CF-470", "cpara": "CP-508", "ertel": "ES-1434", "lerrcp": "A1-1298"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Domingo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1924-01-15 16:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 4.63031, "lat": 43.67681, "name": "Arles", "geoid": 3036938}, "notime": null, "date-ut": "1924-01-15 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Domingo"}, "birth": {"tzo": "+00:00", "date": "1924-01-15 16:00", "place": {"c2": "13", "cy": "FR", "lg": 4.63031, "lat": 43.67681, "name": "Arles", "geoid": 3036938}, "date-ut": "1924-01-15 16:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1298"}, "ids-in-sources": {"a1": "1298"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "13", "COU": "F", "DAY": "15", "LAT": "43N18", "LON": "5E22", "MON": "1", "NUM": "1298", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "ARLES"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-01-15 16:00"}, "partial-ids": {"ertel": "ES-1434"}}, "raw": {"L": "", "MF": "", "NR": "1434", "ENG": "", "MA_": "0", "G_NR": "1298", "MA12": "8", "MARS": "23", "NAME": "Domingo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "60,000", "STUND": "16,00", "CFEPNR": "470", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "508", "VORNAME": "Marcel", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "15.01.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1924-01-15 16:00", "place": {"c3": ""}, "date-ut": "1924-01-15 16:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "470"}}, "raw": {"S": "8", "LT": "16 00", "LV": "I1", "TR": "f", "UT": "16 00", "LAT": "+43.41", "SRC": "ALG", "LONG": "-04.73", "NAME": "DOMINGO Marcel", "SPORT": "Soccer", "LOC_DATE": "1924 01 15", "UNIV_DATE": "1924 01 15", "BIRTH_PLACE": "SALIN DE GIRAUD", "POSTAL_CODE": "13129"}, "date": "2023-08-20T14:46:03+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-246"}, "ids-in-source": {"g55": "03-246"}}, "raw": {"DAY": "15-1-1924", "HOUR": "16 h.", "NAME": "DOMINGO Marcel", "PLACE": "Arles (Bouches-du-Rhône)."}, "date": "2023-08-20T14:48:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1885	dop-jean-1924-05-01	{"a1": "1886", "g55": "03-387", "3a_sports": "1442", "cfepp-final3": "747"}	{"g55": "03-387", "cfepp": "CF-747", "cpara": "CP-161", "ertel": "ES-1442", "lerrcp": "A1-1886"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Dop", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1924-05-01 12:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1924-05-01 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Dop"}, "birth": {"tzo": "+01:00", "date": "1924-05-01 12:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1924-05-01 11:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1886"}, "ids-in-sources": {"a1": "1886"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "31", "COU": "F", "DAY": "1", "LAT": "43N37", "LON": "1E26", "MON": "5", "NUM": "1886", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-05-01 12:00"}, "partial-ids": {"ertel": "ES-1442"}}, "raw": {"L": "", "MF": "", "NR": "1442", "ENG": "", "MA_": "1", "G_NR": "1886", "MA12": "7", "MARS": "19", "NAME": "Dop", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,200", "CSINR": "", "KURTZ": "", "PHAS_": "8,100", "STUND": "12,00", "CFEPNR": "747", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "161", "VORNAME": "Jean", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "01.05.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1924-05-01 12:00", "place": {"c3": ""}, "date-ut": "1924-05-01 11:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "747"}}, "raw": {"S": "7", "LT": "12 00", "LV": "I21", "TR": "f", "UT": "11 00", "LAT": "+43.60", "SRC": "ALG", "LONG": "-01.44", "NAME": "DOP Jean", "SPORT": "Rugby League", "LOC_DATE": "1924 05 01", "UNIV_DATE": "1924 05 01", "BIRTH_PLACE": "TOULOUSE", "POSTAL_CODE": "31040 CEDEX"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-387"}, "ids-in-source": {"g55": "03-387"}}, "raw": {"DAY": "1-5-1924", "HOUR": "12 h.", "NAME": "DOP Jean", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:48:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1053	dossche-jules-1895-03-14	{"a1": "1053", "3a_sports": "1448"}	{"ertel": "ES-1448", "lerrcp": "A1-1053"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Dossche", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1895-03-14 15:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "MARIAKERKE", "geoid": 0}, "notime": null, "date-ut": "1895-03-14 15:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Dossche"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "MARIAKERKE", "geoid": 0}, "date-ut": "1895-03-14 15:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1053"}, "ids-in-sources": {"a1": "1053"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "14", "LAT": "51N 5", "LON": "3E45", "MON": "3", "NUM": "1053", "PRO": "C", "SEC": "0", "YEA": "1895", "CITY": "MARIAKERKE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1895-03-14 15:00"}, "partial-ids": {"ertel": "ES-1448"}}, "raw": {"L": "", "MF": "", "NR": "1448", "ENG": "", "MA_": "0", "G_NR": "1053", "MA12": "3", "MARS": "8", "NAME": "Dossche", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,200", "CSINR": "", "KURTZ": "", "PHAS_": "89,000", "STUND": "15,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "14.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jules", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.03.1895", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15933	dourthe-claude-1948-11-20	{"d6": "145", "3a_sports": "1453", "cfepp-final3": "861"}	{"cfepp": "CF-861", "ertel": "ES-1453", "lerrcp": "D6-145"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Dourthe", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-11-20 17:00", "note": null, "place": {"c1": null, "c2": "40", "c3": "", "cy": "FR", "lg": 1.22, "lat": 43.78, "name": "MAGESCQ", "geoid": null}, "notime": null, "date-ut": "1948-11-20 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Dourthe"}, "birth": {"date": "1948-11-20 17:00", "place": {"cy": "FR", "lg": -1.21667, "lat": 43.76667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "145"}}, "raw": {"H": "17", "MN": "0", "DAY": "20", "LAT": "43N46", "LON": "01W13", "MON": "11", "NUM": "145", "SEC": "0", "YEA": "1948", "NAME": "Dourthe Claude"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-1453"}}, "raw": {"L": "", "MF": "", "NR": "1453", "ENG": "", "MA_": "1", "G_NR": "145", "MA12": "5", "MARS": "14", "NAME": "Dourthe", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-6,000", "CSINR": "", "KURTZ": "", "PHAS_": "88,400", "STUND": "", "CFEPNR": "862", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.11.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Claude", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "20.11.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1948-11-20 17:00", "place": {"c2": "40", "c3": "", "cy": "FR", "lg": 1.22, "lat": 43.78, "name": "MAGESCQ"}, "date-ut": "1948-11-20 16:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "861"}}, "raw": {"S": "5", "LT": "17 00", "LV": "I20", "TR": "f", "UT": "16 00", "LAT": "+43.78", "SRC": "L", "LONG": "+01.22", "NAME": "DOURTHE Claude", "SPORT": "Rugby Union", "LOC_DATE": "1948 11 20", "UNIV_DATE": "1948 11 20", "BIRTH_PLACE": "MAGESCQ", "POSTAL_CODE": "40140"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1299	douis-yvon-1935-05-16	{"a1": "1300", "3a_sports": "1451", "cfepp-final3": "471"}	{"cfepp": "CF-471", "cpara": "CP-164", "ertel": "ES-1451", "lerrcp": "A1-1300"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yvon", "family": "Douis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1935-05-16 10:45", "note": null, "place": {"c1": null, "c2": "27", "c3": "", "cy": "FR", "lg": 1.41168, "lat": 49.24557, "name": "Les Andelys", "geoid": 3002172}, "notime": null, "date-ut": "1935-05-16 09:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Yvon", "family": "Douis"}, "birth": {"tzo": "+01:00", "date": "1935-05-16 10:45", "place": {"c2": "27", "cy": "FR", "lg": 1.41168, "lat": 49.24557, "name": "Les Andelys", "geoid": 3002172}, "date-ut": "1935-05-16 09:45"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1300"}, "ids-in-sources": {"a1": "1300"}}, "raw": {"H": "9", "MN": "45", "TZ": "0", "COD": "27", "COU": "F", "DAY": "16", "LAT": "49N 1", "LON": "1E11", "MON": "5", "NUM": "1300", "PRO": "C", "SEC": "0", "YEA": "1935", "CITY": "LES ANDELYS"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1935-05-16 10:45"}, "partial-ids": {"ertel": "ES-1451"}}, "raw": {"L": "", "MF": "", "NR": "1451", "ENG": "", "MA_": "1", "G_NR": "1300", "MA12": "10", "MARS": "29", "NAME": "Douis", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,600", "CSINR": "", "KURTZ": "", "PHAS_": "93,600", "STUND": "10,75", "CFEPNR": "471", "EXTEND": "", "NATION": "FRA", "TAGMON": "16.05.", "ZITATE": "DWO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "164", "VORNAME": "Yvon", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "16.05.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1935-05-16 10:45", "place": {"c3": ""}, "date-ut": "1935-05-16 09:45"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "471"}}, "raw": {"S": "10", "LT": "10 45", "LV": "I20", "TR": "f", "UT": "09 45", "LAT": "+49.25", "SRC": "L", "LONG": "-01.42", "NAME": "DOUIS Yvon", "SPORT": "Soccer", "LOC_DATE": "1935 05 16", "UNIV_DATE": "1935 05 16", "BIRTH_PLACE": "LES ANDELYS", "POSTAL_CODE": "27700"}, "date": "2023-08-20T14:46:04+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16586	drysoale-don-1936-07-23	{"d10": "350", "3a_sports": "1462"}	{"ertel": "ES-1462", "lerrcp": "D10-350"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Don", "family": "Drysoale", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1936-07-23 09:10", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.43333, "lat": 34.18333, "name": "Van Nuys", "geoid": null}, "notime": null, "date-ut": "1936-07-23 17:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["baseball-player"]	5	null	[{"new": {"name": {"given": "Don", "family": "Drysoale"}, "birth": {"tzo": "-08:00", "date": "1936-07-23 09:10", "place": {"c2": "CA", "cy": "US", "lg": -118.43333, "lat": 34.18333, "name": "Van Nuys"}, "date-ut": "1936-07-23 17:10"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "350"}}, "raw": {"H": "09:10", "TZ": "8h", "DAY": "23", "LAT": "34N11", "LON": "118W26", "MON": "7", "NUM": "350", "PRO": "SP", "YEA": "1936", "CICO": "Van Nuys, CA", "NAME": "Drysoale Don"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["baseball-player"], "partial-ids": {"ertel": "ES-1462"}}, "raw": {"L": "", "MF": "", "NR": "1462", "ENG": "", "MA_": "0", "G_NR": "350", "MA12": "3", "MARS": "7", "NAME": "Drysdale", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "7,100", "CSINR": "", "KURTZ": "", "PHAS_": "18,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "23.07.", "ZITATE": "B", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Don (Donald) S.", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "23.07.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASE", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1886	dubon-jacques-1931-05-28	{"a1": "1887", "3a_sports": "1468"}	{"ertel": "ES-1468", "lerrcp": "A1-1887"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Dubon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1931-05-28 16:00", "note": null, "place": {"c1": null, "c2": "82", "c3": null, "cy": "FR", "lg": 1.08474, "lat": 44.1045, "name": "Moissac", "geoid": 2993586}, "notime": null, "date-ut": "1931-05-28 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Dubon"}, "birth": {"tzo": "+01:00", "date": "1931-05-28 16:00", "place": {"c2": "82", "cy": "FR", "lg": 1.08474, "lat": 44.1045, "name": "Moissac", "geoid": 2993586}, "date-ut": "1931-05-28 15:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1887"}, "ids-in-sources": {"a1": "1887"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "82", "COU": "F", "DAY": "28", "LAT": "44N 1", "LON": "1E20", "MON": "5", "NUM": "1887", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "MOISSAC"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-05-28 16:00"}, "partial-ids": {"ertel": "ES-1468"}}, "raw": {"L": "", "MF": "", "NR": "1468", "ENG": "", "MA_": "0", "G_NR": "1887", "MA12": "3", "MARS": "7", "NAME": "Dubon", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "83,700", "STUND": "16,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.05.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1301	dubreucq-albert-1924-06-03	{"a1": "1302", "3a_sports": "1470"}	{"cpara": "CP-506", "ertel": "ES-1470", "lerrcp": "A1-1302"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Dubreucq", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1924-06-03 13:25", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1924-06-03 12:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Dubreucq"}, "birth": {"tzo": "+01:00", "date": "1924-06-03 13:25", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1924-06-03 12:25"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1302"}, "ids-in-sources": {"a1": "1302"}}, "raw": {"H": "12", "MN": "25", "TZ": "0", "COD": "59", "COU": "F", "DAY": "3", "LAT": "50N39", "LON": "3E 5", "MON": "6", "NUM": "1302", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "LILLE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-06-03 13:25"}, "partial-ids": {"ertel": "ES-1470"}}, "raw": {"L": "", "MF": "", "NR": "1470", "ENG": "", "MA_": "0", "G_NR": "1302", "MA12": "8", "MARS": "22", "NAME": "Dubreucq", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,200", "CSINR": "", "KURTZ": "", "PHAS_": "0,300", "STUND": "13,42", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "03.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "506", "VORNAME": "Albert", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "03.06.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
810	dufraisse-andre-1926-06-30	{"a1": "810", "3a_sports": "1480"}	{"ertel": "ES-1480", "lerrcp": "A1-810"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Dufraisse", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1926-06-30 18:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.34415, "lat": 46.03337, "name": "Razès", "geoid": 2984314}, "notime": null, "date-ut": "1926-06-30 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "André", "family": "Dufraisse"}, "birth": {"tzo": "+01:00", "date": "1926-06-30 18:00", "place": {"c2": "87", "cy": "FR", "lg": 1.34415, "lat": 46.03337, "name": "Razès", "geoid": 2984314}, "date-ut": "1926-06-30 17:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-810"}, "ids-in-sources": {"a1": "810"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "87", "COU": "F", "DAY": "30", "LAT": "45N50", "LON": "1E15", "MON": "6", "NUM": "810", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "RAZES"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-06-30 18:00"}, "partial-ids": {"ertel": "ES-1480"}}, "raw": {"L": "", "MF": "", "NR": "1480", "ENG": "", "MA_": "1", "G_NR": "810", "MA12": "9", "MARS": "26", "NAME": "Dufraisse", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,000", "CSINR": "", "KURTZ": "", "PHAS_": "77,900", "STUND": "18,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "30.06.", "ZITATE": "DFO", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Andre", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "30.06.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1888	dufau-gerard-1924-08-27	{"a1": "1889", "g55": "03-388", "3a_sports": "1478", "cfepp-final3": "862"}	{"g55": "03-388", "cfepp": "CF-862", "cpara": "CP-167", "ertel": "ES-1478", "lerrcp": "A1-1889"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Dufau", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1924-08-27 01:00", "note": null, "place": {"c1": null, "c2": "40", "c3": "", "cy": "FR", "lg": -1.05366, "lat": 43.71032, "name": "Dax", "geoid": 3021670}, "notime": null, "date-ut": "1924-08-27 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Gérard", "family": "Dufau"}, "birth": {"tzo": "+01:00", "date": "1924-08-27 01:00", "place": {"c2": "40", "cy": "FR", "lg": -1.05366, "lat": 43.71032, "name": "Dax", "geoid": 3021670}, "date-ut": "1924-08-27 00:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1889"}, "ids-in-sources": {"a1": "1889"}}, "raw": {"H": "0", "MN": "0", "TZ": "0", "COD": "40", "COU": "F", "DAY": "27", "LAT": "43N54", "LON": "0W30", "MON": "8", "NUM": "1889", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "DAX"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-08-27 01:00"}, "partial-ids": {"ertel": "ES-1478"}}, "raw": {"L": "", "MF": "", "NR": "1478", "ENG": "1", "MA_": "2", "G_NR": "1889", "MA12": "4", "MARS": "10", "NAME": "Dufau", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,900", "CSINR": "", "KURTZ": "", "PHAS_": "11,400", "STUND": "1,00", "CFEPNR": "863", "EXTEND": "1", "NATION": "FRA", "TAGMON": "27.08.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "167", "VORNAME": "Gérard", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "27.08.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1924-08-27 01:00", "place": {"c3": ""}, "date-ut": "1924-08-27 00:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "862"}}, "raw": {"S": "3", "LT": "01 00", "LV": "I38", "TR": "f", "UT": "00 00", "LAT": "+43.71", "SRC": "ALG", "LONG": "+01.05", "NAME": "DUFAU Gerard", "SPORT": "Rugby Union", "LOC_DATE": "1924 08 27", "UNIV_DATE": "1924 08 27", "BIRTH_PLACE": "DAX", "POSTAL_CODE": "40106 CEDEX"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-388"}, "ids-in-source": {"g55": "03-388"}}, "raw": {"DAY": "27-8-1924", "HOUR": "1 h.", "NAME": "DUFAU Gérard", "PLACE": "Dax (Landes)."}, "date": "2023-08-20T14:48:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
2051	ducos-haille-jean-1926-11-29	{"a1": "2053", "g55": "03-450", "3a_sports": "1473", "cfepp-final3": "1028"}	{"g55": "03-450", "cfepp": "CF-1028", "ertel": "ES-1473", "lerrcp": "A1-2053"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Ducos Haille", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1926-11-29 20:10", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1926-11-29 20:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Ducos Haille"}, "birth": {"tzo": "+00:00", "date": "1926-11-29 20:10", "place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1926-11-29 20:10"}, "occus": ["tennis-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-2053"}, "ids-in-sources": {"a1": "2053"}}, "raw": {"H": "20", "MN": "10", "TZ": "0", "COD": "54", "COU": "F", "DAY": "29", "LAT": "48N42", "LON": "6E12", "MON": "11", "NUM": "2053", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "NANCY"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-11-29 20:10"}, "partial-ids": {"ertel": "ES-1473"}}, "raw": {"L": "", "MF": "", "NR": "1473", "ENG": "", "MA_": "0", "G_NR": "2053", "MA12": "3", "MARS": "8", "NAME": "Ducos de la Haille", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,200", "CSINR": "", "KURTZ": "", "PHAS_": "34,400", "STUND": "20,17", "CFEPNR": "1028", "EXTEND": "", "NATION": "FRA", "TAGMON": "29.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "29.11.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1926-11-29 20:10", "place": {"c3": ""}, "date-ut": "1926-11-29 20:10"}, "occus": ["tennis-player"], "ids-in-sources": {"cfepp-final3": "1028"}}, "raw": {"S": "3", "LT": "20 10", "LV": "I", "TR": "f", "UT": "20 10", "LAT": "+48.69", "SRC": "AG", "LONG": "-06.18", "NAME": "DUCOS DE LA HAILLE Jean", "SPORT": "Tennis", "LOC_DATE": "1926 11 29", "UNIV_DATE": "1926 11 29", "BIRTH_PLACE": "NANCY", "POSTAL_CODE": "54035 CEDEX"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-450"}, "ids-in-source": {"g55": "03-450"}}, "raw": {"DAY": "29-11-1926", "HOUR": "20 h. 10", "NAME": "DUCOS de la HAILLE Jean", "PLACE": "Nancy (M.-et-M.)."}, "date": "2023-08-20T14:48:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1890	duhau-jean-1906-05-01	{"a1": "1891", "3a_sports": "1486", "cfepp-final3": "748"}	{"cfepp": "CF-748", "cpara": "CP-170", "ertel": "ES-1486", "lerrcp": "A1-1891"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Duhau", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1906-05-01 18:00", "note": null, "place": {"c1": null, "c2": "40", "c3": "", "cy": "FR", "lg": -1.44911, "lat": 43.5615, "name": "Ondres", "geoid": 2989525}, "notime": null, "date-ut": "1906-05-01 17:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Duhau"}, "birth": {"tzo": "+00:09:21", "date": "1906-05-01 20:00", "place": {"c2": "40", "cy": "FR", "lg": -1.44911, "lat": 43.5615, "name": "Ondres", "geoid": 2989525}, "date-ut": "1906-05-01 19:50:40"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1891"}, "ids-in-sources": {"a1": "1891"}}, "raw": {"H": "19", "MN": "50", "TZ": "0", "COD": "40", "COU": "F", "DAY": "1", "LAT": "43N54", "LON": "0W30", "MON": "5", "NUM": "1891", "PRO": "C", "SEC": "40", "YEA": "1906", "CITY": "ONDRES"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1906-05-01 20:00"}, "partial-ids": {"ertel": "ES-1486"}}, "raw": {"L": "", "MF": "", "NR": "1486", "ENG": "", "MA_": "0", "G_NR": "1891", "MA12": "6", "MARS": "17", "NAME": "Duhau", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,600", "CSINR": "", "KURTZ": "", "PHAS_": "42,100", "STUND": "20,00", "CFEPNR": "748", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "170", "VORNAME": "Jean", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "01.05.1906", "GQBECORR": "c", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "duhau-jean-1906-05-01", "birth": {"date": "1906-05-01 18:00", "place": {"c3": ""}, "date-ut": "1906-05-01 17:51"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "748"}}, "raw": {"S": "5", "LT": "18 00", "LV": "I11", "TR": "f", "UT": "17 51", "LAT": "+43.56", "SRC": "L", "LONG": "+01.45", "NAME": "DUHAU Jean", "SPORT": "Rugby League", "LOC_DATE": "1906 05 01", "UNIV_DATE": "1906 05 01", "BIRTH_PLACE": "ONDRES", "POSTAL_CODE": "40440"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1763	dujardin-paul-1894-05-10	{"a1": "1764", "3a_sports": "1490", "cfepp-final3": "1061"}	{"cfepp": "CF-1061", "cpara": "CP-173", "ertel": "ES-1490", "lerrcp": "A1-1764"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Dujardin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1894-05-10 11:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "notime": null, "date-ut": "1894-05-10 11:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["water-polo-player"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Dujardin"}, "birth": {"tzo": "+00:09:21", "date": "1894-05-10 11:30", "place": {"c2": "59", "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "date-ut": "1894-05-10 11:20:40"}, "occus": ["swimmer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1764"}, "ids-in-sources": {"a1": "1764"}}, "raw": {"H": "11", "MN": "20", "TZ": "0", "COD": "59", "COU": "F", "DAY": "10", "LAT": "50N39", "LON": "3E 5", "MON": "5", "NUM": "1764", "PRO": "C", "SEC": "40", "YEA": "1894", "CITY": "TOURCOING"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1894-05-10 11:30"}, "partial-ids": {"ertel": "ES-1490"}}, "raw": {"L": "", "MF": "", "NR": "1490", "ENG": "", "MA_": "1", "G_NR": "1764", "MA12": "6", "MARS": "18", "NAME": "Dujardin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,500", "CSINR": "", "KURTZ": "e", "PHAS_": "25,100", "STUND": "11,50", "CFEPNR": "1061", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.05.", "ZITATE": "DKS", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "173", "VORNAME": "Paul", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "10.05.1894", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SWIM", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1894-05-10 11:30", "place": {"c3": ""}, "date-ut": "1894-05-10 11:21"}, "occus": ["water-polo-player"], "ids-in-sources": {"cfepp-final3": "1061"}}, "raw": {"S": "6", "LT": "11 30", "LV": "I32", "TR": "f", "UT": "11 21", "LAT": "+50.72", "SRC": "AL", "LONG": "-03.16", "NAME": "DUJARDIN Paul", "SPORT": "Water Polo", "LOC_DATE": "1894 05 10", "UNIV_DATE": "1894 05 10", "BIRTH_PLACE": "TOURCOING", "POSTAL_CODE": "59208 CEDEX"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
537	duperay-jean-1921-09-04	{"a1": "537", "g55": "03-59", "3a_sports": "1493", "cfepp-final3": "199"}	{"g55": "03-59", "cfepp": "CF-199", "cpara": "CP-174", "ertel": "ES-1493", "lerrcp": "A1-537"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Duperay", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1921-09-04 02:00", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1921-09-04 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Duperay"}, "birth": {"tzo": "+01:00", "date": "1921-09-04 02:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1921-09-04 01:00"}, "occus": ["basketball-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-537"}, "ids-in-sources": {"a1": "537"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "38", "COU": "F", "DAY": "4", "LAT": "45N11", "LON": "5E43", "MON": "9", "NUM": "537", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "GRENOBLE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-09-04 02:00"}, "partial-ids": {"ertel": "ES-1493"}}, "raw": {"L": "", "MF": "", "NR": "1493", "ENG": "", "MA_": "0", "G_NR": "537", "MA12": "11", "MARS": "32", "NAME": "Duperay", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,900", "CSINR": "", "KURTZ": "", "PHAS_": "5,000", "STUND": "2,00", "CFEPNR": "199", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "174", "VORNAME": "Jean", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "04.09.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1921-09-04 02:00", "place": {"c3": ""}, "date-ut": "1921-09-04 01:00"}, "occus": ["basketball-player"], "ids-in-sources": {"cfepp-final3": "199"}}, "raw": {"S": "11", "LT": "02 00", "LV": "I15", "TR": "f", "UT": "01 00", "LAT": "+45.19", "SRC": "ALG", "LONG": "-05.73", "NAME": "DUPERRAY Jean", "SPORT": "Basketball", "LOC_DATE": "1921 09 04", "UNIV_DATE": "1921 09 04", "BIRTH_PLACE": "GRENOBLE", "POSTAL_CODE": "38021 CEDEX"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-59"}, "ids-in-source": {"g55": "03-59"}}, "raw": {"DAY": "4-9-1921", "HOUR": "2 h.", "NAME": "DUPERRAY Jean", "PLACE": "Grenoble (Isère)."}, "date": "2023-08-20T14:48:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
751	duponchel-pierre-1932-09-25	{"a1": "751", "3a_sports": "1494"}	{"ertel": "ES-1494", "lerrcp": "A1-751"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Duponchel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-09-25 05:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "ESPIERRES", "geoid": 0}, "notime": null, "date-ut": "1932-09-25 04:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Duponchel"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "ESPIERRES", "geoid": 0}, "date-ut": "1932-09-25 04:00:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-751"}, "ids-in-sources": {"a1": "751"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "25", "LAT": "51N13", "LON": "3E15", "MON": "9", "NUM": "751", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "ESPIERRES"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-09-25 05:00"}, "partial-ids": {"ertel": "ES-1494"}}, "raw": {"L": "", "MF": "", "NR": "1494", "ENG": "", "MA_": "1", "G_NR": "751", "MA12": "2", "MARS": "5", "NAME": "Duponchel", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,700", "CSINR": "", "KURTZ": "", "PHAS_": "30,900", "STUND": "5,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "25.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.09.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1892	dupont-louis-1910-11-14	{"a1": "1893", "3a_sports": "1498", "cfepp-final3": "865"}	{"cfepp": "CF-865", "ertel": "ES-1498", "lerrcp": "A1-1893"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Dupont", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1910-11-14 15:15", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.27485, "lat": 48.91936, "name": "Bois-Colombes", "geoid": 3032070}, "notime": null, "date-ut": "1910-11-14 15:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Dupont"}, "birth": {"tzo": "+00:09:21", "date": "1910-10-14 23:00", "place": {"c2": "92", "cy": "FR", "lg": 2.27485, "lat": 48.91936, "name": "Bois-Colombes", "geoid": 3032070}, "date-ut": "1910-10-14 22:50:40"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1893"}, "ids-in-sources": {"a1": "1893"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "92", "COU": "F", "DAY": "14", "LAT": "48N50", "LON": "2E11", "MON": "10", "NUM": "1893", "PRO": "C", "SEC": "40", "YEA": "1910", "CITY": "BOIS-COLOMBES"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1910-10-14 23:00"}, "partial-ids": {"ertel": "ES-1498"}}, "raw": {"L": "", "MF": "", "NR": "1498", "ENG": "", "MA_": "1", "G_NR": "1893", "MA12": "9", "MARS": "27", "NAME": "Dupont", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,600", "CSINR": "", "KURTZ": "", "PHAS_": "74,000", "STUND": "23,00", "CFEPNR": "866", "EXTEND": "", "NATION": "FRA", "TAGMON": "14.10.", "ZITATE": "O", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Louis", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "14.10.1910", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "dupont-louis-1910-11-14", "birth": {"date": "1910-11-14 15:15", "place": {"c3": ""}, "date-ut": "1910-11-14 15:06"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "865"}}, "raw": {"S": "6", "LT": "15 15", "LV": "I8", "TR": "f", "UT": "15 06", "LAT": "+48.92", "SRC": "A", "LONG": "-02.29", "NAME": "DUPONT Louis", "SPORT": "Rugby Union", "LOC_DATE": "1910 11 14", "UNIV_DATE": "1910 11 14", "BIRTH_PLACE": "BOIS COLOMBES", "POSTAL_CODE": "92270"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1891	dupont-clement-1899-04-11	{"a1": "1892", "g55": "03-389", "3a_sports": "1496", "cfepp-final3": "864"}	{"g55": "03-389", "cfepp": "CF-864", "cpara": "CP-175", "ertel": "ES-1496", "lerrcp": "A1-1892"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clément", "family": "Dupont", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1899-04-11 06:00", "note": null, "place": {"c1": null, "c2": "65", "c3": "", "cy": "FR", "lg": -0.09914, "lat": 43.00271, "name": "Argelès-Gazost", "geoid": 3037070}, "notime": null, "date-ut": "1899-04-11 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Clément", "family": "Dupont"}, "birth": {"tzo": "+00:09:21", "date": "1899-04-11 06:00", "place": {"c2": "65", "cy": "FR", "lg": -0.09914, "lat": 43.00271, "name": "Argelès-Gazost", "geoid": 3037070}, "date-ut": "1899-04-11 05:50:40"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1892"}, "ids-in-sources": {"a1": "1892"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "65", "COU": "F", "DAY": "11", "LAT": "43N14", "LON": "0E 5", "MON": "4", "NUM": "1892", "PRO": "C", "SEC": "40", "YEA": "1899", "CITY": "ARGELES-GAZOST"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1899-04-11 06:00"}, "partial-ids": {"ertel": "ES-1496"}}, "raw": {"L": "", "MF": "", "NR": "1496", "ENG": "", "MA_": "1", "G_NR": "1892", "MA12": "9", "MARS": "26", "NAME": "Dupont", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,500", "CSINR": "", "KURTZ": "", "PHAS_": "0,800", "STUND": "6,00", "CFEPNR": "865", "EXTEND": "", "NATION": "FRA", "TAGMON": "11.04.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "175", "VORNAME": "Clément", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "11.04.1899", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1899-04-11 06:00", "place": {"c3": ""}, "date-ut": "1899-04-11 05:51"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "864"}}, "raw": {"S": "9", "LT": "06 00", "LV": "I16", "TR": "f", "UT": "05 51", "LAT": "+43.01", "SRC": "ALG", "LONG": "+00.10", "NAME": "DUPONT Clement", "SPORT": "Rugby Union", "LOC_DATE": "1899 04 11", "UNIV_DATE": "1899 04 11", "BIRTH_PLACE": "ARGELES GAZOST", "POSTAL_CODE": "65400"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-389"}, "ids-in-source": {"g55": "03-389"}}, "raw": {"DAY": "11-4-1899", "HOUR": "6 h.", "NAME": "DUPONT Clément", "PLACE": "Argelés-Gazost (Hautes-Pyrénées)."}, "date": "2023-08-20T14:48:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
15939	duquesnoy-roger-1948-03-03	{"d6": "151", "3a_sports": "1506"}	{"ertel": "ES-1506", "lerrcp": "D6-151"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Duquesnoy", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-03-03 01:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 3.21667, "lat": 50.56667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Duquesnoy"}, "birth": {"date": "1948-03-03 01:00", "place": {"cy": "FR", "lg": 3.21667, "lat": 50.56667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "151"}}, "raw": {"H": "1", "MN": "0", "DAY": "3", "LAT": "50N34", "LON": "03E13", "MON": "3", "NUM": "151", "SEC": "0", "YEA": "1948", "NAME": "Duquesnoy Roger"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["basketball-player"], "partial-ids": {"ertel": "ES-1506"}}, "raw": {"L": "", "MF": "", "NR": "1506", "ENG": "1", "MA_": "2", "G_NR": "151", "MA12": "4", "MARS": "11", "NAME": "Duquesnoy", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-10,00", "CSINR": "", "KURTZ": "", "PHAS_": "47,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "03.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "03.03.1948", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1791	durruty-etienne-1907-11-16	{"a1": "1792", "g55": "03-346", "3a_sports": "1511"}	{"g55": "03-346", "ertel": "ES-1511", "lerrcp": "A1-1792"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Durruty", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1907-11-16 15:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.30523, "lat": 43.38394, "name": "Hasparren", "geoid": 3013877}, "notime": null, "date-ut": "1907-11-16 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basque-pelota-player"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Durruty"}, "birth": {"tzo": "+00:09:21", "date": "1907-11-16 15:00", "place": {"c2": "64", "cy": "FR", "lg": -1.30523, "lat": 43.38394, "name": "Hasparren", "geoid": 3013877}, "date-ut": "1907-11-16 14:50:40"}, "occus": ["basque-pelota-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1792"}, "ids-in-sources": {"a1": "1792"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "64", "COU": "F", "DAY": "16", "LAT": "43N18", "LON": "0W22", "MON": "11", "NUM": "1792", "PRO": "C", "SEC": "40", "YEA": "1907", "CITY": "HASPARREN"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1907-11-16 15:00"}, "partial-ids": {"ertel": "ES-1511"}}, "raw": {"L": "", "MF": "", "NR": "1511", "ENG": "", "MA_": "1", "G_NR": "1792", "MA12": "2", "MARS": "4", "NAME": "Durruty", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,900", "CSINR": "", "KURTZ": "", "PHAS_": "83,300", "STUND": "15,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "16.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Etienne", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "16.11.1907", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "PELOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-346"}, "ids-in-source": {"g55": "03-346"}}, "raw": {"DAY": "16-11-1907", "HOUR": "15 h.", "NAME": "DURRUTY Etienne", "PLACE": "Hasparren (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
2076	durand-raymond-1894-01-28	{"a1": "2078", "g55": "03-463", "3a_sports": "1507", "cfepp-final3": "1051"}	{"g55": "03-463", "cfepp": "CF-1051", "ertel": "ES-1507", "lerrcp": "A1-2078"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Durand", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1894-01-28 13:00", "note": null, "place": {"c1": null, "c2": "52", "c3": "", "cy": "FR", "lg": 5.33308, "lat": 47.86263, "name": "Langres", "geoid": 3007680}, "notime": null, "date-ut": "1894-01-28 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sport-shooter"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Durand"}, "birth": {"tzo": "+00:09:21", "date": "1894-01-28 13:00", "place": {"c2": "52", "cy": "FR", "lg": 5.33308, "lat": 47.86263, "name": "Langres", "geoid": 3007680}, "date-ut": "1894-01-28 12:50:40"}, "occus": ["sport-shooter"], "trust": 5, "partial_ids": {"lerrcp": "A1-2078"}, "ids-in-sources": {"a1": "2078"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "52", "COU": "F", "DAY": "28", "LAT": "48N 7", "LON": "5E 8", "MON": "1", "NUM": "2078", "PRO": "C", "SEC": "40", "YEA": "1894", "CITY": "LANGRES"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1894-01-28 13:00"}, "partial-ids": {"ertel": "ES-1507"}}, "raw": {"L": "", "MF": "", "NR": "1507", "ENG": "", "MA_": "1", "G_NR": "2078", "MA12": "7", "MARS": "19", "NAME": "Durand", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,800", "CSINR": "", "KURTZ": "", "PHAS_": "57,100", "STUND": "13,00", "CFEPNR": "1051", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Raymond", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "28.01.1894", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SHOO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1894-01-28 13:00", "place": {"c3": ""}, "date-ut": "1894-01-28 12:51"}, "occus": ["sport-shooter"], "ids-in-sources": {"cfepp-final3": "1051"}}, "raw": {"S": "7", "LT": "13 00", "LV": "M", "TR": "f", "UT": "12 51", "LAT": "+47.86", "SRC": "AG", "LONG": "-05.33", "NAME": "DURAND Raymond", "SPORT": "Shooting", "LOC_DATE": "1894 01 28", "UNIV_DATE": "1894 01 28", "BIRTH_PLACE": "LANGRES", "POSTAL_CODE": "52200"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-463"}, "ids-in-source": {"g55": "03-463"}}, "raw": {"DAY": "28-1-1894", "HOUR": "13 h.", "NAME": "DURAND Raymond", "PLACE": "Langres (Haute-Marne)."}, "date": "2023-08-20T14:48:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
16604	eastman-ben-1911-07-09	{"d10": "369", "3a_sports": "1525", "rawlins-ertel-irving": "99"}	{"ertel": "ES-1525", "csicop": "CS-99", "lerrcp": "D10-369"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ben", "family": "Eastman", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1911-07-09 19:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.35, "lat": 37.58333, "name": "Burlingame", "geoid": null}, "notime": null, "date-ut": "1911-07-10 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Ben", "family": "Eastman"}, "birth": {"tzo": "-08:00", "date": "1911-07-09 19:00", "place": {"c2": "CA", "cy": "US", "lg": -122.35, "lat": 37.58333, "name": "Burlingame"}, "date-ut": "1911-07-10 03:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "369"}}, "raw": {"H": "19:00", "TZ": "8h", "DAY": "9", "LAT": "37N35", "LON": "122W21", "MON": "7", "NUM": "369", "PRO": "SP", "YEA": "1911", "CICO": "Burlingame, CA", "NAME": "Eastman Ben"}, "date": "2023-08-20T14:44:02+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "99"}}, "raw": {"LA1": "37", "LA2": "34", "LO1": "122", "LO2": "21", "AMPM": "P", "MARS": "28", "NAME": "Eastman", "BATCH": "2", "Satz#": "99", "GEBDAT": "9 7 1911", "GEBORT": "CA", "GEBZEIT": "7 0", "VORNAME": "Ben", "SPORTART": "TRAC", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-1525"}}, "raw": {"L": "", "MF": "", "NR": "1525", "ENG": "", "MA_": "1", "G_NR": "369", "MA12": "10", "MARS": "28", "NAME": "Eastman", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "5,100", "CSINR": "99", "KURTZ": "", "PHAS_": "94,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "09.07.", "ZITATE": "DKTOX", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ben", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "09.07.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15943	eigenherr-joachim-1947-02-18	{"d6": "155", "3a_sports": "1528"}	{"ertel": "ES-1528", "lerrcp": "D6-155"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joachim", "family": "Eigenherr", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-02-18 11:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 10.56667, "lat": 53.08333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Joachim", "family": "Eigenherr"}, "birth": {"date": "1947-02-18 11:30", "place": {"cy": "DE", "lg": 10.56667, "lat": 53.08333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "155"}}, "raw": {"H": "11", "MN": "30", "DAY": "18", "LAT": "53N05", "LON": "10E34", "MON": "2", "NUM": "155", "SEC": "0", "YEA": "1947", "NAME": "Eigenherr Joachim"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-1528"}}, "raw": {"L": "", "MF": "", "NR": "1528", "ENG": "0", "MA_": "2", "G_NR": "155", "MA12": "3", "MARS": "9", "NAME": "Eigenherr", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-6,100", "CSINR": "", "KURTZ": "", "PHAS_": "9,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "GER", "TAGMON": "18.02.", "ZITATE": "DT", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Joachim", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "18.02.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1896	eito-pascal-1929-06-21	{"a1": "1897", "3a_sports": "1530"}	{"ertel": "ES-1530", "lerrcp": "A1-1897"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pascal", "family": "Eito", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1929-06-21 03:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.36667, "lat": 43.3, "name": "Mauleon", "geoid": 0}, "notime": null, "date-ut": "1929-06-21 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Pascal", "family": "Eito"}, "birth": {"tzo": "+01:00", "date": "1929-06-21 03:00", "place": {"c2": "64", "cy": "FR", "lg": -0.36667, "lat": 43.3, "name": "Mauleon", "geoid": 0}, "date-ut": "1929-06-21 02:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1897"}, "ids-in-sources": {"a1": "1897"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "21", "LAT": "43N18", "LON": "0W22", "MON": "6", "NUM": "1897", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "MAULEON"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-06-21 03:00"}, "partial-ids": {"ertel": "ES-1530"}}, "raw": {"L": "", "MF": "", "NR": "1530", "ENG": "", "MA_": "0", "G_NR": "1897", "MA12": "8", "MARS": "24", "NAME": "Eito", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,900", "CSINR": "", "KURTZ": "", "PHAS_": "98,700", "STUND": "3,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Pascal", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.06.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1894	dutrain-henri-1922-07-03	{"a1": "1895", "g55": "03-390", "3a_sports": "1515"}	{"g55": "03-390", "ertel": "ES-1515", "lerrcp": "A1-1895"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Dutrain", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1922-07-03 23:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1922-07-03 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Dutrain"}, "birth": {"tzo": "+01:00", "date": "1922-07-03 23:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1922-07-03 22:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1895"}, "ids-in-sources": {"a1": "1895"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "31", "COU": "F", "DAY": "3", "LAT": "43N37", "LON": "1E26", "MON": "7", "NUM": "1895", "PRO": "C", "SEC": "0", "YEA": "1922", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1922-07-03 23:00"}, "partial-ids": {"ertel": "ES-1515"}}, "raw": {"L": "", "MF": "", "NR": "1515", "ENG": "1", "MA_": "2", "G_NR": "1895", "MA12": "4", "MARS": "10", "NAME": "Dutrain", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,200", "CSINR": "", "KURTZ": "", "PHAS_": "61,900", "STUND": "23,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "03.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "03.07.1922", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-390"}, "ids-in-source": {"g55": "03-390"}}, "raw": {"DAY": "3-7-1922", "HOUR": "23 h.", "NAME": "DUTRAIN Henri", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:48:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
16616	eller-carl-1942-02-25	{"d10": "381", "3a_sports": "1537", "rawlins-ertel-irving": "102"}	{"ertel": "ES-1537", "csicop": "CS-102", "lerrcp": "D10-381"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carl", "family": "Eller", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-04:00", "date": "1942-02-25 03:18", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -80.25, "lat": 36.1, "name": "WinstonSalem", "geoid": null}, "notime": null, "date-ut": "1942-02-25 07:18"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Carl", "family": "Eller"}, "birth": {"tzo": "-04:00", "date": "1942-02-25 03:18", "place": {"c2": "NC", "cy": "US", "lg": -80.25, "lat": 36.1, "name": "WinstonSalem"}, "date-ut": "1942-02-25 07:18"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "381"}}, "raw": {"H": "03:18", "TZ": "4h", "DAY": "25", "LAT": "36N6", "LON": "80W15", "MON": "2", "NUM": "381", "PRO": "SP", "YEA": "1942", "CICO": "WinstonSalem, NC", "NAME": "Eller Carl"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "102"}}, "raw": {"LA1": "36", "LA2": "6", "LO1": "80", "LO2": "15", "AMPM": "A", "MARS": "22", "NAME": "Eller", "BATCH": "1", "Satz#": "102", "GEBDAT": "25 2 1942", "GEBORT": "NC", "GEBZEIT": "3 18", "VORNAME": "Carl", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-1537"}}, "raw": {"L": "", "MF": "", "NR": "1537", "ENG": "", "MA_": "0", "G_NR": "381", "MA12": "8", "MARS": "22", "NAME": "Eller", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "9,100", "CSINR": "102", "KURTZ": "", "PHAS_": "67,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "25.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Carl", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.02.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16618	ellis-jimmy-1940-02-24	{"d10": "383", "3a_sports": "1539", "rawlins-ertel-irving": "103"}	{"ertel": "ES-1539", "csicop": "CS-103", "lerrcp": "D10-383"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jimmy", "family": "Ellis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1940-02-24 21:58", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -85.76667, "lat": 38.25, "name": "Louisville", "geoid": null}, "notime": null, "date-ut": "1940-02-25 03:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Jimmy", "family": "Ellis"}, "birth": {"tzo": "-06:00", "date": "1940-02-24 21:58", "place": {"c2": "KY", "cy": "US", "lg": -85.76667, "lat": 38.25, "name": "Louisville"}, "date-ut": "1940-02-25 03:58"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "383"}}, "raw": {"H": "21:58", "TZ": "6h", "DAY": "24", "LAT": "38N15", "LON": "85W46", "MON": "2", "NUM": "383", "PRO": "SP", "YEA": "1940", "CICO": "Louisville, KY", "NAME": "Ellis Jimmy"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["boxer"]], "ids-in-sources": {"rawlins-ertel-irving": "103"}}, "raw": {"LA1": "38", "LA2": "15", "LO1": "85", "LO2": "46", "AMPM": "P", "MARS": "18", "NAME": "Ellis", "BATCH": "2", "Satz#": "103", "GEBDAT": "24 2 1940", "GEBORT": "KY", "GEBZEIT": "9 58", "VORNAME": "Jimmy", "SPORTART": "BOXI", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["boxer"], "partial-ids": {"ertel": "ES-1539"}}, "raw": {"L": "", "MF": "", "NR": "1539", "ENG": "", "MA_": "1", "G_NR": "383", "MA12": "6", "MARS": "18", "NAME": "Ellis", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-0,200", "CSINR": "103", "KURTZ": "", "PHAS_": "99,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "24.02.", "ZITATE": "HRSF", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jimmy", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "24.02.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
603	entringer-henri-1929-01-23	{"a1": "603", "g55": "03-499", "3a_sports": "1545"}	{"g55": "03-499", "ertel": "ES-1545", "lerrcp": "A1-603"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Entringer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1929-01-23 10:00", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.41667, "lat": 48.86667, "name": "Bagnolet", "geoid": 3035403}, "notime": null, "date-ut": "1929-01-23 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Entringer"}, "birth": {"tzo": "+00:00", "date": "1929-01-23 10:00", "place": {"c2": "93", "cy": "FR", "lg": 2.41667, "lat": 48.86667, "name": "Bagnolet", "geoid": 3035403}, "date-ut": "1929-01-23 10:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-603"}, "ids-in-sources": {"a1": "603"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "93", "COU": "F", "DAY": "23", "LAT": "48N55", "LON": "2E30", "MON": "1", "NUM": "603", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "BAGNOLET"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-01-23 10:00"}, "partial-ids": {"ertel": "ES-1545"}}, "raw": {"L": "", "MF": "", "NR": "1545", "ENG": "", "MA_": "1", "G_NR": "603", "MA12": "10", "MARS": "30", "NAME": "Entringer", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,400", "CSINR": "", "KURTZ": "", "PHAS_": "92,500", "STUND": "10,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "23.01.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-499"}, "ids-in-source": {"g55": "03-499"}}, "raw": {"DAY": "23-1-1929", "HOUR": "10 h.", "NAME": "ENTRINGER Henri", "PLACE": "Bagnolet (Seine)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
15789	escalante-edouard-1934-12-03	{"a1": "1899", "3a_sports": "1548"}	{"ertel": "ES-1548", "lerrcp": "A1-1899"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Escalante", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-12-03 12:30", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.46556, "lat": 43.5277, "name": "Boucau", "geoid": 3031389}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": "2012-11-22", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.06014, "lat": 46.06484, "name": "Mably", "geoid": 2996921}, "date-ut": null}	["rugby-player"]	\N	null	[{"new": {"name": {"given": "Edouard", "family": "Escalante"}, "birth": {"date": "1934-12-03 12:30", "place": {"c2": "64", "cy": "FR", "lg": -1.46556, "lat": 43.5277, "name": "Boucau", "geoid": 3031389}}, "death": {"date": "2012-11-22", "place": {"c2": "42", "cy": "FR", "lg": 4.06014, "lat": 46.06484, "name": "Mably", "geoid": 2996921}}, "notes": ["This person is present in Ertel's sportsmen list, but not present in cura5 A1 list.\\n<br>Birth place and death informations come from <a href=\\"https://avis-deces.linternaute.com/nom/famille-escalante\\">https://avis-deces.linternaute.com/nom/famille-escalante</a> (Ertel's file does not contain birth place).\\n"], "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-1548", "lerrcp": "A1-1899"}, "ids-in-sources": {"a1": "1899"}}, "raw": {"notes.0": "This person is present in Ertel's sportsmen list, but not present in cura5 A1 list.\\n<br>Birth place and death informations come from <a href=\\"https://avis-deces.linternaute.com/nom/famille-escalante\\">https://avis-deces.linternaute.com/nom/famille-escalante</a> (Ertel's file does not contain birth place).\\n", "occus.0": "rugby-player", "birth.date": "1934-12-03 12:30", "death.date": "2012-11-22", "name.given": "Edouard", "name.family": "Escalante", "birth.place.c2": "64", "birth.place.cy": "FR", "birth.place.lg": -1.46556, "death.place.c2": "42", "death.place.cy": "FR", "death.place.lg": 4.06014, "birth.place.lat": 43.5277, "death.place.lat": 46.06484, "birth.place.name": "Boucau", "death.place.name": "Mably", "birth.place.geoid": 3031389, "death.place.geoid": 2996921, "ids-in-sources.a1": "1899", "partial-ids.ertel": "ES-1548", "partial-ids.lerrcp": "A1-1899"}, "date": "2023-08-20T14:43:47+02:00", "source": "A1.yml", "command": "db init tweaks A1.yml"}, {"new": {"sex": "M", "birth": {"date": "1934-12-03 12:30"}, "partial-ids": {"ertel": "ES-1548"}}, "raw": {"L": "", "MF": "", "NR": "1548", "ENG": "", "MA_": "1", "G_NR": "1899", "MA12": "6", "MARS": "18", "NAME": "Escalante", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,200", "CSINR": "", "KURTZ": "", "PHAS_": "16,300", "STUND": "12,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "03.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Edouard", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.12.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	["This person is present in Ertel's sportsmen list, but not present in cura5 A1 list.\\n<br>Birth place and death informations come from <a href=\\"https://avis-deces.linternaute.com/nom/famille-escalante\\">https://avis-deces.linternaute.com/nom/famille-escalante</a> (Ertel's file does not contain birth place).\\n"]
16223	esteve-vincent-1943-09-04	{"d6": "436", "3a_sports": "1554"}	{"ertel": "ES-1554", "lerrcp": "D6-436"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincent", "family": "Esteve", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-09-04 03:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.88333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Vincent", "family": "Esteve"}, "birth": {"date": "1943-09-04 03:15", "place": {"cy": "IT", "lg": 12.5, "lat": 41.88333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "436"}}, "raw": {"H": "3", "MN": "15", "DAY": "4", "LAT": "41N53", "LON": "12E30", "MON": "9", "NUM": "436", "SEC": "0", "YEA": "1943", "NAME": "Esteve Vincent"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-1554"}}, "raw": {"L": "", "MF": "", "NR": "1554", "ENG": "1", "MA_": "2", "G_NR": "436", "MA12": "4", "MARS": "12", "NAME": "Esteve", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "7,900", "CSINR": "", "KURTZ": "", "PHAS_": "82,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "21.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Vincent", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "21.07.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15945	esteve-alain-1946-09-15	{"d6": "157", "3a_sports": "1553", "cfepp-final3": "870"}	{"cfepp": "CF-870", "ertel": "ES-1553", "lerrcp": "D6-157"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Esteve", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-09-15 23:30", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": -1.96, "lat": 43.32, "name": "CASTELNAUDARY", "geoid": null}, "notime": null, "date-ut": "1946-09-15 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Alain", "family": "Esteve"}, "birth": {"date": "1946-09-15 23:30", "place": {"cy": "FR", "lg": 1.95, "lat": 43.3}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "157"}}, "raw": {"H": "23", "MN": "30", "DAY": "15", "LAT": "43N18", "LON": "01E57", "MON": "9", "NUM": "157", "SEC": "0", "YEA": "1946", "NAME": "Esteve Alain"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-1553"}}, "raw": {"L": "", "MF": "", "NR": "1553", "ENG": "", "MA_": "0", "G_NR": "157", "MA12": "8", "MARS": "23", "NAME": "Esteve", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-7,300", "CSINR": "", "KURTZ": "", "PHAS_": "84,300", "STUND": "", "CFEPNR": "871", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Alain", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "15.09.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1946-09-15 23:30", "place": {"c2": "11", "c3": "", "cy": "FR", "lg": -1.96, "lat": 43.32, "name": "CASTELNAUDARY"}, "date-ut": "1946-09-15 22:30"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "870"}}, "raw": {"S": "8", "LT": "23 30", "LV": "I6", "TR": "f", "UT": "22 30", "LAT": "+43.32", "SRC": "L", "LONG": "-01.96", "NAME": "ESTEVE Alain", "SPORT": "Rugby Union", "LOC_DATE": "1946 09 15", "UNIV_DATE": "1946 09 15", "BIRTH_PLACE": "CASTELNAUDARY", "POSTAL_CODE": "11400"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1253	batteux-albert-1919-07-02	{"a1": "1254", "g55": "03-224", "3a_sports": "279", "cfepp-final3": "432"}	{"g55": "03-224", "cfepp": "CF-432", "cpara": "CP-30", "ertel": "ES-279", "lerrcp": "A1-1254"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Batteux", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1919-07-02 23:00", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "notime": null, "date-ut": "1919-07-02 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Batteux"}, "birth": {"tzo": "+01:00", "date": "1919-07-02 23:00", "place": {"c2": "51", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "date-ut": "1919-07-02 22:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1254"}, "ids-in-sources": {"a1": "1254"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "51", "COU": "F", "DAY": "2", "LAT": "48N57", "LON": "4E22", "MON": "7", "NUM": "1254", "PRO": "C", "SEC": "0", "YEA": "1919", "CITY": "REIMS"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1919-07-02 23:00"}, "partial-ids": {"ertel": "ES-279"}}, "raw": {"L": "", "MF": "", "NR": "279", "ENG": "", "MA_": "1", "G_NR": "1254", "MA12": "9", "MARS": "26", "NAME": "Batteux", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,900", "CSINR": "", "KURTZ": "", "PHAS_": "20,500", "STUND": "23,00", "CFEPNR": "432", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "30", "VORNAME": "Albert", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "02.07.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1919-07-02 23:00", "place": {"c3": ""}, "date-ut": "1919-07-02 22:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "432"}}, "raw": {"S": "9", "LT": "23 00", "LV": "I8", "TR": "f", "UT": "22 00", "LAT": "+49.25", "SRC": "ALG", "LONG": "-04.03", "NAME": "BATTEUX Albert", "SPORT": "Soccer", "LOC_DATE": "1919 07 02", "UNIV_DATE": "1919 07 02", "BIRTH_PLACE": "REIMS", "POSTAL_CODE": "51096 CEDEX"}, "date": "2023-08-20T14:46:03+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-224"}, "ids-in-source": {"g55": "03-224"}}, "raw": {"DAY": "2-7-1919", "HOUR": "23 h.", "NAME": "BATTEUX Albert", "PLACE": "Reims (Marne)."}, "date": "2023-08-20T14:48:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1899	etcheverry-jean-1933-02-13	{"a1": "1901", "3a_sports": "1557"}	{"ertel": "ES-1557", "lerrcp": "A1-1901"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Etcheverry", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1933-02-13 04:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.17311, "lat": 43.30144, "name": "Armendarits", "geoid": 3036906}, "notime": null, "date-ut": "1933-02-13 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Etcheverry"}, "birth": {"tzo": "+00:00", "date": "1933-02-13 04:00", "place": {"c2": "64", "cy": "FR", "lg": -1.17311, "lat": 43.30144, "name": "Armendarits", "geoid": 3036906}, "date-ut": "1933-02-13 04:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1901"}, "ids-in-sources": {"a1": "1901"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "13", "LAT": "43N18", "LON": "0W22", "MON": "2", "NUM": "1901", "PRO": "C", "SEC": "0", "YEA": "1933", "CITY": "ARMENDARITS"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1933-02-13 04:00"}, "partial-ids": {"ertel": "ES-1557"}}, "raw": {"L": "", "MF": "", "NR": "1557", "ENG": "", "MA_": "1", "G_NR": "1901", "MA12": "5", "MARS": "13", "NAME": "Etcheverry", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,500", "CSINR": "", "KURTZ": "", "PHAS_": "93,100", "STUND": "4,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.02.", "ZITATE": "O", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "13.02.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16631	evans-lee-1947-02-25	{"d10": "396", "3a_sports": "1561"}	{"ertel": "ES-1561", "lerrcp": "D10-396"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lee", "family": "Evans", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1947-02-25 12:40", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -120.05, "lat": 36.95, "name": "Madera", "geoid": null}, "notime": null, "date-ut": "1947-02-25 20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Lee", "family": "Evans"}, "birth": {"tzo": "-08:00", "date": "1947-02-25 12:40", "place": {"c2": "CA", "cy": "US", "lg": -120.05, "lat": 36.95, "name": "Madera"}, "date-ut": "1947-02-25 20:40"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "396"}}, "raw": {"H": "12:40", "TZ": "8h", "DAY": "25", "LAT": "36N57", "LON": "120W3", "MON": "2", "NUM": "396", "PRO": "SP", "YEA": "1947", "CICO": "Madera, CA", "NAME": "Evans Lee"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-1561"}}, "raw": {"L": "", "MF": "", "NR": "1561", "ENG": "1", "MA_": "2", "G_NR": "396", "MA12": "4", "MARS": "12", "NAME": "Evans", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "7,000", "CSINR": "", "KURTZ": "", "PHAS_": "16,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "25.02.", "ZITATE": "DKSTFO", "ZITSUM": "6", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Lee", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "25.02.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "5"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1792	etcheverry-pierre-1924-11-27	{"a1": "1793", "g55": "03-347", "3a_sports": "1559"}	{"g55": "03-347", "ertel": "ES-1559", "lerrcp": "A1-1793"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Etcheverry", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1924-11-27 07:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.66267, "lat": 43.38871, "name": "Saint-Jean-de-Luz", "geoid": 2979309}, "notime": null, "date-ut": "1924-11-27 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basque-pelota-player"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Etcheverry"}, "birth": {"tzo": "+00:00", "date": "1924-11-27 07:00", "place": {"c2": "64", "cy": "FR", "lg": -1.66267, "lat": 43.38871, "name": "Saint-Jean-de-Luz", "geoid": 2979309}, "date-ut": "1924-11-27 07:00"}, "occus": ["basque-pelota-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1793"}, "ids-in-sources": {"a1": "1793"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "27", "LAT": "43N18", "LON": "0W22", "MON": "11", "NUM": "1793", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "ST-JEAN-DE-LUZ"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-11-27 07:00"}, "partial-ids": {"ertel": "ES-1559"}}, "raw": {"L": "", "MF": "", "NR": "1559", "ENG": "", "MA_": "1", "G_NR": "1793", "MA12": "10", "MARS": "28", "NAME": "Etcheverry", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,700", "CSINR": "", "KURTZ": "", "PHAS_": "0,300", "STUND": "7,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "27.11.1924", "GQBECORR": "a2B", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "PELOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-347"}, "ids-in-source": {"g55": "03-347"}}, "raw": {"DAY": "27-11-1924", "HOUR": "7 h.", "NAME": "ETCHEVERRY Pierre", "PLACE": "Saint-Jean-de-Luz (Basses-Pyr.)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1493	fabbri-edmondo-1921-11-16	{"a1": "1494", "3a_sports": "1566"}	{"ertel": "ES-1566", "lerrcp": "A1-1494"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmondo", "family": "Fabbri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-11-16 12:00", "note": null, "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 12.25, "lat": 44.4, "name": "CASTELBOLOGNESE", "geoid": 0}, "notime": null, "date-ut": "1921-11-16 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Edmondo", "family": "Fabbri"}, "birth": {"place": {"c2": "RA", "cy": "IT", "lg": 12.25, "lat": 44.4, "name": "CASTELBOLOGNESE", "geoid": 0}, "date-ut": "1921-11-16 11:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1494"}, "ids-in-sources": {"a1": "1494"}}, "raw": {"H": "12", "MN": "0", "TZ": "-1", "COD": "RA", "COU": "I", "DAY": "16", "LAT": "44N24", "LON": "12E15", "MON": "11", "NUM": "1494", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "CASTELBOLOGNESE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-11-16 12:00"}, "partial-ids": {"ertel": "ES-1566"}}, "raw": {"L": "", "MF": "", "NR": "1566", "ENG": "", "MA_": "1", "G_NR": "1494", "MA12": "5", "MARS": "14", "NAME": "Fabbri", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,100", "CSINR": "", "KURTZ": "", "PHAS_": "99,700", "STUND": "12,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "16.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Edmondo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.11.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16639	faggs-hariwenta-1932-04-10	{"d10": "404", "3a_sports": "1575", "rawlins-ertel-irving": "109"}	{"ertel": "ES-1575", "csicop": "CS-109", "lerrcp": "D10-404"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hariwenta", "family": "Faggs", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "-05:00", "date": "1932-04-10 15:30", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.73333, "lat": 39.45, "name": "Mays Landing", "geoid": null}, "notime": null, "date-ut": "1932-04-10 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Hariwenta", "family": "Faggs"}, "birth": {"tzo": "-05:00", "date": "1932-04-10 15:30", "place": {"c2": "NJ", "cy": "US", "lg": -74.73333, "lat": 39.45, "name": "Mays Landing"}, "date-ut": "1932-04-10 20:30"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "404"}}, "raw": {"H": "15:30", "TZ": "5h", "DAY": "10", "LAT": "39N27", "LON": "74W44", "MON": "4", "NUM": "404", "PRO": "SP", "YEA": "1932", "CICO": "Mays Landing, NJ", "NAME": "Faggs Hariwenta"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "109"}}, "raw": {"LA1": "39", "LA2": "27", "LO1": "74", "LO2": "44", "AMPM": "P", "MARS": "16", "NAME": "Faggs", "BATCH": "2", "Satz#": "109", "GEBDAT": "10 4 1932", "GEBORT": "NJ", "GEBZEIT": "3 30", "VORNAME": "Heriwenta Mae", "SPORTART": "TRAC", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "F", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-1575"}}, "raw": {"L": "", "MF": "F", "NR": "1575", "ENG": "", "MA_": "0", "G_NR": "404", "MA12": "6", "MARS": "16", "NAME": "Faggs", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "5,800", "CSINR": "109", "KURTZ": "", "PHAS_": "13,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "10.04.", "ZITATE": "KST", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Heriwenta Mae", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "10.04.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1055	faignaert-emiel-1919-03-10	{"a1": "1055", "3a_sports": "1576"}	{"ertel": "ES-1576", "lerrcp": "A1-1055"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emiel", "family": "Faignaert", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-03-10 07:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "SINT-MAARTENS-L", "geoid": 0}, "notime": null, "date-ut": "1919-03-10 06:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Emiel", "family": "Faignaert"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "SINT-MAARTENS-L", "geoid": 0}, "date-ut": "1919-03-10 06:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1055"}, "ids-in-sources": {"a1": "1055"}}, "raw": {"H": "6", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "10", "LAT": "51N 5", "LON": "3E45", "MON": "3", "NUM": "1055", "PRO": "C", "SEC": "0", "YEA": "1919", "CITY": "SINT-MAARTENS-L"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1919-03-10 07:00"}, "partial-ids": {"ertel": "ES-1576"}}, "raw": {"L": "", "MF": "", "NR": "1576", "ENG": "", "MA_": "1", "G_NR": "1055", "MA12": "12", "MARS": "35", "NAME": "Faignaert", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,000", "CSINR": "", "KURTZ": "", "PHAS_": "59,600", "STUND": "7,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "10.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Emiel", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.03.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22625	agnoletto-marcello-1932-01-02	{"3a_sports": "27"}	{"ertel": "ES-27"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcello", "family": "Agnoletto", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-01-02", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Marcello", "family": "Agnoletto"}, "birth": {"date": "1932-01-02", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "27", "ENG": "", "MA_": "1", "G_NR": "5", "MA12": "11", "MARS": "31", "NAME": "Agnoletto", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-11,30", "CSINR": "", "KURTZ": "", "PHAS_": "39,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "02.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Marcello", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.01.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
339	falchi-luigino-1879-12-11	{"a1": "339", "3a_sports": "1578"}	{"ertel": "ES-1578", "lerrcp": "A1-339"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigino", "family": "Falchi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1879-12-11 19:30", "note": null, "place": {"c1": null, "c2": "PI", "c3": null, "cy": "IT", "lg": 10.5, "lat": 43.7, "name": "MONTOPOLIINVALD", "geoid": 0}, "notime": null, "date-ut": "1879-12-11 18:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Luigino", "family": "Falchi"}, "birth": {"place": {"c2": "PI", "cy": "IT", "lg": 10.5, "lat": 43.7, "name": "MONTOPOLIINVALD", "geoid": 0}, "date-ut": "1879-12-11 18:40:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-339"}, "ids-in-sources": {"a1": "339"}}, "raw": {"H": "19", "MN": "40", "TZ": "-1", "COD": "PI", "COU": "I", "DAY": "11", "LAT": "43N42", "LON": "10E30", "MON": "12", "NUM": "339", "PRO": "C", "SEC": "4", "YEA": "1879", "CITY": "MONTOPOLIINVALD"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1879-12-11 19:30"}, "partial-ids": {"ertel": "ES-1578"}}, "raw": {"L": "", "MF": "", "NR": "1578", "ENG": "", "MA_": "0", "G_NR": "339", "MA12": "3", "MARS": "7", "NAME": "Falchi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,000", "CSINR": "", "KURTZ": "", "PHAS_": "9,100", "STUND": "19,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "11.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Luigino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.12.1879", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
931	fallarini-giuseppe-1934-05-04	{"a1": "931", "3a_sports": "1579"}	{"ertel": "ES-1579", "lerrcp": "A1-931"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Fallarini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-05-04 12:15", "note": null, "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 8.55353, "lat": 45.60367, "name": "Vaprio d'Agogna", "geoid": 3164722}, "notime": null, "date-ut": "1934-05-04 11:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Fallarini"}, "birth": {"place": {"c2": "NO", "cy": "IT", "lg": 8.55353, "lat": 45.60367, "name": "Vaprio d'Agogna", "geoid": 3164722}, "date-ut": "1934-05-04 11:15"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-931"}, "ids-in-sources": {"a1": "931"}}, "raw": {"H": "12", "MN": "15", "TZ": "-1", "COD": "NO", "COU": "I", "DAY": "4", "LAT": "45N30", "LON": "9E 0", "MON": "5", "NUM": "931", "PRO": "C", "SEC": "0", "YEA": "1934", "CITY": "VAPRIO D'AGOGNA"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1934-05-04 12:15"}, "partial-ids": {"ertel": "ES-1579"}}, "raw": {"L": "", "MF": "", "NR": "1579", "ENG": "1", "MA_": "2", "G_NR": "931", "MA12": "4", "MARS": "10", "NAME": "Fallarini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,300", "CSINR": "", "KURTZ": "", "PHAS_": "75,200", "STUND": "12,25", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "04.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giuseppe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.05.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
606	famechon-emile-1920-01-11	{"a1": "606", "g55": "03-90", "3a_sports": "1581"}	{"g55": "03-90", "ertel": "ES-1581", "lerrcp": "A1-606"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Famechon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1920-01-11 01:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.97267, "lat": 50.27875, "name": "Maubeuge", "geoid": 2995150}, "notime": null, "date-ut": "1920-01-11 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Famechon"}, "birth": {"tzo": "+00:00", "date": "1920-01-11 01:00", "place": {"c2": "59", "cy": "FR", "lg": 3.97267, "lat": 50.27875, "name": "Maubeuge", "geoid": 2995150}, "date-ut": "1920-01-11 01:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-606"}, "ids-in-sources": {"a1": "606"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "59", "COU": "F", "DAY": "11", "LAT": "50N39", "LON": "3E 5", "MON": "1", "NUM": "606", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "MAUBEUGE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-01-11 01:00"}, "partial-ids": {"ertel": "ES-1581"}}, "raw": {"L": "", "MF": "", "NR": "1581", "ENG": "1", "MA_": "2", "G_NR": "606", "MA12": "1", "MARS": "2", "NAME": "Famechon", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,100", "CSINR": "", "KURTZ": "", "PHAS_": "69,700", "STUND": "1,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "11.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Emile", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "11.01.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-90"}, "ids-in-source": {"g55": "03-90"}}, "raw": {"DAY": "11-1-1920", "HOUR": "1 h.", "NAME": "FAMECHON Emile", "PLACE": "Maubeuge (Nord)."}, "date": "2023-08-20T14:48:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
558	faroux-charles-1872-12-20	{"a1": "558", "3a_sports": "1588"}	{"ertel": "ES-1588", "lerrcp": "A1-558"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Faroux", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:12", "date": "1872-12-20 03:00", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 3, "lat": 49.58333, "name": "Noyon", "geoid": 2989877}, "notime": null, "date-ut": "1872-12-20 02:51:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["billard-player"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Faroux"}, "birth": {"tzo": "+00:12", "date": "1872-12-20 03:03:40", "place": {"c2": "60", "cy": "FR", "lg": 3, "lat": 49.58333, "name": "Noyon", "geoid": 2989877}, "date-ut": "1872-12-20 02:51:40"}, "occus": ["billard-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-558"}, "ids-in-sources": {"a1": "558"}}, "raw": {"H": "2", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "20", "LAT": "49N26", "LON": "2E 5", "MON": "12", "NUM": "558", "PRO": "C", "SEC": "40", "YEA": "1872", "CITY": "NOYON"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1872-12-20 03:00"}, "partial-ids": {"ertel": "ES-1588"}}, "raw": {"L": "", "MF": "", "NR": "1588", "ENG": "1", "MA_": "2", "G_NR": "558", "MA12": "1", "MARS": "3", "NAME": "Faroux", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,200", "CSINR": "", "KURTZ": "", "PHAS_": "77,900", "STUND": "3,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "20.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Charles", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.12.1872", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BILL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
813	faucheux-lucien-1899-08-26	{"a1": "813", "g55": "03-139", "3a_sports": "1590", "cfepp-final3": "299"}	{"g55": "03-139", "cfepp": "CF-299", "ertel": "ES-1590", "lerrcp": "A1-813"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Faucheux", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1899-08-26 06:00", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Kremlin-Bicêtre", "geoid": 0}, "notime": null, "date-ut": "1899-08-26 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Faucheux"}, "birth": {"tzo": "+00:09:21", "date": "1899-08-26 06:00", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Kremlin-Bicetre", "geoid": 0}, "date-ut": "1899-08-26 05:50:40"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-813"}, "ids-in-sources": {"a1": "813"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "26", "LAT": "48N47", "LON": "2E29", "MON": "8", "NUM": "813", "PRO": "C", "SEC": "40", "YEA": "1899", "CITY": "KREMLIN-BICETRE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1899-08-26 06:00"}, "partial-ids": {"ertel": "ES-1590"}}, "raw": {"L": "", "MF": "", "NR": "1590", "ENG": "", "MA_": "0", "G_NR": "813", "MA12": "11", "MARS": "32", "NAME": "Faucheux", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,600", "CSINR": "", "KURTZ": "", "PHAS_": "70,600", "STUND": "6,00", "CFEPNR": "299", "EXTEND": "", "NATION": "FRA", "TAGMON": "26.08.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Lucien", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "26.08.1899", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1899-08-26 06:00", "place": {"c3": ""}, "date-ut": "1899-08-26 05:51"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "299"}}, "raw": {"S": "11", "LT": "06 00", "LV": "M", "TR": "f", "UT": "05 51", "LAT": "+48.81", "SRC": "ALG", "LONG": "-02.35", "NAME": "FAUCHEUX Lucien", "SPORT": "Cycling", "LOC_DATE": "1899 08 26", "UNIV_DATE": "1899 08 26", "BIRTH_PLACE": "LE KREMLIN BICETRE", "POSTAL_CODE": "94270"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Kremlin-Bicêtre"}}, "partial-ids": {"g55": "03-139"}, "ids-in-source": {"g55": "03-139"}}, "raw": {"DAY": "26-8-1899", "HOUR": "6 h.", "NAME": "FAUCHEUX Lucien", "PLACE": "Kremlin-Bicêtre (Seine)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1745	faure-edmond-1927-06-05	{"a1": "1746", "g55": "03-325", "3a_sports": "1592", "cfepp-final3": "659"}	{"g55": "03-325", "cfepp": "CF-659", "ertel": "ES-1592", "lerrcp": "A1-1746"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Faure", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1927-06-05 05:00", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "notime": null, "date-ut": "1927-06-05 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["wrestler"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Faure"}, "birth": {"tzo": "+01:00", "date": "1927-06-05 05:00", "place": {"c2": "63", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "date-ut": "1927-06-05 04:00"}, "occus": ["wrestler"], "trust": 5, "partial_ids": {"lerrcp": "A1-1746"}, "ids-in-sources": {"a1": "1746"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "63", "COU": "F", "DAY": "5", "LAT": "45N47", "LON": "3E 5", "MON": "6", "NUM": "1746", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "CLERMONT-FERRAND"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-06-05 05:00"}, "partial-ids": {"ertel": "ES-1592"}}, "raw": {"L": "", "MF": "", "NR": "1592", "ENG": "", "MA_": "1", "G_NR": "1746", "MA12": "10", "MARS": "29", "NAME": "Faure", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,700", "CSINR": "", "KURTZ": "", "PHAS_": "28,100", "STUND": "5,00", "CFEPNR": "659", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Edmond", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "05.06.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "WRES", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1927-06-05 05:00", "place": {"c3": ""}, "date-ut": "1927-06-05 04:00"}, "occus": ["wrestler"], "ids-in-sources": {"cfepp-final3": "659"}}, "raw": {"S": "10", "LT": "05 00", "LV": "FI", "TR": "f", "UT": "04 00", "LAT": "+45.78", "SRC": "AG", "LONG": "-03.09", "NAME": "FAURE Edmond", "SPORT": "Wrestling", "LOC_DATE": "1927 06 05", "UNIV_DATE": "1927 06 05", "BIRTH_PLACE": "CLERMONT-FERRAND", "POSTAL_CODE": "63002 CEDEX"}, "date": "2023-08-20T14:46:09+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-325"}, "ids-in-source": {"g55": "03-325"}}, "raw": {"DAY": "5-6-1927", "HOUR": "5 h.", "NAME": "FAURE Edmond", "PLACE": "Clermont-Ferrand (Puy-de-Dôme)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
16648	felton-lester-1929-03-06	{"d10": "413", "3a_sports": "1603"}	{"ertel": "ES-1603", "lerrcp": "D10-413"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lester", "family": "Felton", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1929-03-06 21:45", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "US", "lg": -83.05, "lat": 42.33333, "name": "Detroit", "geoid": null}, "notime": null, "date-ut": "1929-03-07 02:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Lester", "family": "Felton"}, "birth": {"tzo": "-05:00", "date": "1929-03-06 21:45", "place": {"c2": "MI", "cy": "US", "lg": -83.05, "lat": 42.33333, "name": "Detroit"}, "date-ut": "1929-03-07 02:45"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "413"}}, "raw": {"H": "21:45", "TZ": "5h", "DAY": "6", "LAT": "42N20", "LON": "83W3", "MON": "3", "NUM": "413", "PRO": "SP", "YEA": "1929", "CICO": "Detroit, MI", "NAME": "Felton Lester"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["boxer"], "partial-ids": {"ertel": "ES-1603"}}, "raw": {"L": "", "MF": "", "NR": "1603", "ENG": "1", "MA_": "2", "G_NR": "413", "MA12": "4", "MARS": "12", "NAME": "Felton", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-8,800", "CSINR": "", "KURTZ": "", "PHAS_": "27,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "06.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Lester", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.03.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15948	ferguson-bobby-1945-03-01	{"d6": "160", "3a_sports": "1606"}	{"ertel": "ES-1606", "lerrcp": "D6-160"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bobby", "family": "Ferguson", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1945-03-01 06:10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -4.81667, "lat": 55.65, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Bobby", "family": "Ferguson"}, "birth": {"date": "1945-03-01 06:10", "place": {"cy": "GB", "lg": -4.81667, "lat": 55.65}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "160"}}, "raw": {"H": "6", "MN": "10", "DAY": "1", "LAT": "55N39", "LON": "04W49", "MON": "3", "NUM": "160", "SEC": "0", "YEA": "1945", "NAME": "Ferguson Bobby"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-1606"}}, "raw": {"L": "", "MF": "", "NR": "1606", "ENG": "", "MA_": "1", "G_NR": "160", "MA12": "12", "MARS": "35", "NAME": "Ferguson", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-2,700", "CSINR": "", "KURTZ": "", "PHAS_": "96,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "SCO", "TAGMON": "01.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bobby", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.03.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
709	ferracin-guido-1926-01-18	{"a1": "709", "3a_sports": "1610"}	{"ertel": "ES-1610", "lerrcp": "A1-709"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guido", "family": "Ferracin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-01-18 12:45", "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 11.69741, "lat": 45.01358, "name": "Villamarzana", "geoid": 3164204}, "notime": null, "date-ut": "1926-01-18 11:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Guido", "family": "Ferracin"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 11.69741, "lat": 45.01358, "name": "Villamarzana", "geoid": 3164204}, "date-ut": "1926-01-18 11:45"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-709"}, "ids-in-sources": {"a1": "709"}}, "raw": {"H": "12", "MN": "45", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "18", "LAT": "45N 0", "LON": "12E15", "MON": "1", "NUM": "709", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "VILLAMARZANA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-01-18 12:45"}, "partial-ids": {"ertel": "ES-1610"}}, "raw": {"L": "", "MF": "", "NR": "1610", "ENG": "", "MA_": "0", "G_NR": "709", "MA12": "6", "MARS": "17", "NAME": "Ferracin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,500", "CSINR": "", "KURTZ": "", "PHAS_": "19,400", "STUND": "12,75", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "18.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Guido", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.01.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1495	ferrari-giovanni-1907-12-06	{"a1": "1496", "3a_sports": "1614"}	{"ertel": "ES-1614", "lerrcp": "A1-1496"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Ferrari", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1907-12-06 06:30", "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.61894, "lat": 44.91245, "name": "Alessandria", "geoid": 3183299}, "notime": null, "date-ut": "1907-12-06 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Ferrari"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.61894, "lat": 44.91245, "name": "Alessandria", "geoid": 3183299}, "date-ut": "1907-12-06 05:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1496"}, "ids-in-sources": {"a1": "1496"}}, "raw": {"H": "6", "MN": "30", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "6", "LAT": "45N 0", "LON": "9E 0", "MON": "12", "NUM": "1496", "PRO": "C", "SEC": "0", "YEA": "1907", "CITY": "ALESSANDRIA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1907-12-06 06:30"}, "partial-ids": {"ertel": "ES-1614"}}, "raw": {"L": "", "MF": "", "NR": "1614", "ENG": "", "MA_": "1", "G_NR": "1496", "MA12": "10", "MARS": "28", "NAME": "Ferrari", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,200", "CSINR": "", "KURTZ": "", "PHAS_": "0,500", "STUND": "6,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "06.12.", "ZITATE": "SWFO", "ZITSUM": "4", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giovanni", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "06.12.1907", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15830	bereta-georges-1946-05-11	{"d6": "41", "3a_sports": "357", "cfepp-final3": "434"}	{"cfepp": "CF-434", "ertel": "ES-357", "lerrcp": "D6-41"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Bereta", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-05-11 04:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": -4.39, "lat": 45.43, "name": "ST ETIENNE", "geoid": null}, "notime": null, "date-ut": "1946-05-11 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Bereta"}, "birth": {"date": "1946-05-11 04:00", "place": {"cy": "FR", "lg": 4.38333, "lat": 45.43333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "41"}}, "raw": {"H": "4", "MN": "0", "DAY": "11", "LAT": "45N26", "LON": "04E23", "MON": "5", "NUM": "41", "SEC": "0", "YEA": "1946", "NAME": "Bereta Georges"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-357"}}, "raw": {"L": "", "MF": "", "NR": "357", "ENG": "", "MA_": "0", "G_NR": "41", "MA12": "8", "MARS": "23", "NAME": "Bereta", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "9,000", "CSINR": "", "KURTZ": "", "PHAS_": "77,300", "STUND": "", "CFEPNR": "434", "EXTEND": "", "NATION": "FRA", "TAGMON": "11.05.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "11.05.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1946-05-11 04:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": -4.39, "lat": 45.43, "name": "ST ETIENNE"}, "date-ut": "1946-05-11 03:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "434"}}, "raw": {"S": "8", "LT": "04 00", "LV": "I29", "TR": "f", "UT": "03 00", "LAT": "+45.43", "SRC": "L", "LONG": "-04.39", "NAME": "BERETA Georges", "SPORT": "Soccer", "LOC_DATE": "1946 05 11", "UNIV_DATE": "1946 05 11", "BIRTH_PLACE": "ST ETIENNE", "POSTAL_CODE": "42007 CEDEX"}, "date": "2023-08-20T14:46:03+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1496	ferrari-severino-1914-08-24	{"a1": "1497", "3a_sports": "1616"}	{"ertel": "ES-1616", "lerrcp": "A1-1497"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Severino", "family": "Ferrari", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-08-24 01:30", "note": null, "place": {"c1": null, "c2": "RE", "c3": null, "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "REGGIO EMILIA", "geoid": 0}, "notime": null, "date-ut": "1914-08-24 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Severino", "family": "Ferrari"}, "birth": {"place": {"c2": "RE", "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "REGGIO EMILIA", "geoid": 0}, "date-ut": "1914-08-24 00:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1497"}, "ids-in-sources": {"a1": "1497"}}, "raw": {"H": "1", "MN": "30", "TZ": "-1", "COD": "RE", "COU": "I", "DAY": "24", "LAT": "44N36", "LON": "10E45", "MON": "8", "NUM": "1497", "PRO": "C", "SEC": "0", "YEA": "1914", "CITY": "REGGIO EMILIA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1914-08-24 01:30"}, "partial-ids": {"ertel": "ES-1616"}}, "raw": {"L": "", "MF": "", "NR": "1616", "ENG": "", "MA_": "1", "G_NR": "1497", "MA12": "9", "MARS": "26", "NAME": "Ferrari", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,400", "CSINR": "", "KURTZ": "", "PHAS_": "8,400", "STUND": "1,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "24.08.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Severino", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "24.08.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
341	ferrarin-arturo-1895-02-13	{"a1": "341", "3a_sports": "1617"}	{"ertel": "ES-1617", "lerrcp": "A1-341"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arturo", "family": "Ferrarin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1895-02-13 19:00", "note": null, "place": {"c1": null, "c2": "VI", "c3": null, "cy": "IT", "lg": 12, "lat": 45.5, "name": "THIENE DI VINCEN", "geoid": 0}, "notime": null, "date-ut": "1895-02-13 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Arturo", "family": "Ferrarin"}, "birth": {"place": {"c2": "VI", "cy": "IT", "lg": 12, "lat": 45.5, "name": "THIENE DI VINCEN", "geoid": 0}, "date-ut": "1895-02-13 18:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-341"}, "ids-in-sources": {"a1": "341"}}, "raw": {"H": "19", "MN": "0", "TZ": "-1", "COD": "VI", "COU": "I", "DAY": "13", "LAT": "45N30", "LON": "12E 0", "MON": "2", "NUM": "341", "PRO": "C", "SEC": "0", "YEA": "1895", "CITY": "THIENE DI VINCEN"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1895-02-13 19:00"}, "partial-ids": {"ertel": "ES-1617"}}, "raw": {"L": "", "MF": "", "NR": "1617", "ENG": "1", "MA_": "2", "G_NR": "341", "MA12": "4", "MARS": "11", "NAME": "Ferrarin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,300", "CSINR": "", "KURTZ": "", "PHAS_": "85,100", "STUND": "19,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "13.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Arturo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.02.1895", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
343	ferrario-rosina-1888-07-28	{"a1": "343", "3a_sports": "1620"}	{"ertel": "ES-1620", "lerrcp": "A1-343"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rosina", "family": "Ferrario", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1888-07-28 04:15", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1888-07-28 03:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Rosina", "family": "Ferrario"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1888-07-28 03:25:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-343"}, "ids-in-sources": {"a1": "343"}}, "raw": {"H": "4", "MN": "25", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "28", "LAT": "45N30", "LON": "9E15", "MON": "7", "NUM": "343", "PRO": "C", "SEC": "4", "YEA": "1888", "CITY": "MILANO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "F", "birth": {"date": "1888-07-28 04:15"}, "partial-ids": {"ertel": "ES-1620"}}, "raw": {"L": "", "MF": "F", "NR": "1620", "ENG": "", "MA_": "0", "G_NR": "343", "MA12": "9", "MARS": "25", "NAME": "Ferrario", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,000", "CSINR": "", "KURTZ": "", "PHAS_": "76,400", "STUND": "4,25", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "28.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Rosina", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.07.1888", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1498	ferraris-pietro-1912-02-15	{"a1": "1499", "3a_sports": "1621"}	{"ertel": "ES-1621", "lerrcp": "A1-1499"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Ferraris", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1912-02-15 07:00", "note": null, "place": {"c1": null, "c2": "VC", "c3": null, "cy": "IT", "lg": 8.41533, "lat": 45.32306, "name": "Vercelli", "geoid": 3164565}, "notime": null, "date-ut": "1912-02-15 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Pietro", "family": "Ferraris"}, "birth": {"place": {"c2": "VC", "cy": "IT", "lg": 8.41533, "lat": 45.32306, "name": "Vercelli", "geoid": 3164565}, "date-ut": "1912-02-15 06:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1499"}, "ids-in-sources": {"a1": "1499"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "VC", "COU": "I", "DAY": "15", "LAT": "45N24", "LON": "8E30", "MON": "2", "NUM": "1499", "PRO": "C", "SEC": "0", "YEA": "1912", "CITY": "VERCELLI"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1912-02-15 07:00"}, "partial-ids": {"ertel": "ES-1621"}}, "raw": {"L": "", "MF": "", "NR": "1621", "ENG": "", "MA_": "1", "G_NR": "1499", "MA12": "9", "MARS": "27", "NAME": "Ferraris", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,200", "CSINR": "", "KURTZ": "", "PHAS_": "9,600", "STUND": "7,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "15.02.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Pietro", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "15.02.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15949	ferrero-bruno-1933-11-24	{"d6": "161", "3a_sports": "1623"}	{"ertel": "ES-1623", "lerrcp": "D6-161"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Ferrero", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-11-24 04:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 6, "lat": 49.36667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Bruno", "family": "Ferrero"}, "birth": {"date": "1933-11-24 04:00", "place": {"cy": "FR", "lg": 6, "lat": 49.36667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "161"}}, "raw": {"H": "4", "MN": "0", "DAY": "24", "LAT": "49N22", "LON": "06E00", "MON": "11", "NUM": "161", "SEC": "0", "YEA": "1933", "NAME": "Ferrero Bruno"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-1623"}}, "raw": {"L": "", "MF": "", "NR": "1623", "ENG": "", "MA_": "1", "G_NR": "161", "MA12": "10", "MARS": "30", "NAME": "Ferrero", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "10,500", "CSINR": "", "KURTZ": "", "PHAS_": "35,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bruno", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.11.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1645	fierens-andre-1898-02-08	{"a1": "1646", "3a_sports": "1633"}	{"cpara": "CP-464", "ertel": "ES-1633", "lerrcp": "A1-1646"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Fierens", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1898-02-08 22:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1898-02-08 22:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "André", "family": "Fierens"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1898-02-08 22:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1646"}, "ids-in-sources": {"a1": "1646"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "8", "LAT": "51N14", "LON": "4E30", "MON": "2", "NUM": "1646", "PRO": "C", "SEC": "0", "YEA": "1898", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1898-02-08 22:00"}, "partial-ids": {"ertel": "ES-1633"}}, "raw": {"L": "", "MF": "", "NR": "1633", "ENG": "", "MA_": "1", "G_NR": "1646", "MA12": "9", "MARS": "27", "NAME": "Fierens", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,600", "CSINR": "", "KURTZ": "", "PHAS_": "98,300", "STUND": "22,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "08.02.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "464", "VORNAME": "André", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "08.02.1898", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16654	fingers-rollis-1946-08-25	{"d10": "419", "3a_sports": "1637"}	{"ertel": "ES-1637", "lerrcp": "D10-419"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rollis", "family": "Fingers", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-04:00", "date": "1946-08-25 03:20", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -80.61667, "lat": 40.36667, "name": "Steubenville", "geoid": null}, "notime": null, "date-ut": "1946-08-25 07:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["baseball-player"]	5	null	[{"new": {"name": {"given": "Rollis", "family": "Fingers"}, "birth": {"tzo": "-04:00", "date": "1946-08-25 03:20", "place": {"c2": "OH", "cy": "US", "lg": -80.61667, "lat": 40.36667, "name": "Steubenville"}, "date-ut": "1946-08-25 07:20"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "419"}}, "raw": {"H": "03:20", "TZ": "4h", "DAY": "25", "LAT": "40N22", "LON": "80W37", "MON": "8", "NUM": "419", "PRO": "SP", "YEA": "1946", "CICO": "Steubenville, OH", "NAME": "Fingers Rollis"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["baseball-player"], "partial-ids": {"ertel": "ES-1637"}}, "raw": {"L": "", "MF": "", "NR": "1637", "ENG": "", "MA_": "1", "G_NR": "419", "MA12": "9", "MARS": "27", "NAME": "Fingers", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-5,900", "CSINR": "", "KURTZ": "", "PHAS_": "4,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "25.08.", "ZITATE": "B", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Rollie", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "25.08.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASE", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
345	finzi-aldo-1891-04-20	{"a1": "345", "3a_sports": "1639"}	{"ertel": "ES-1639", "lerrcp": "A1-345"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Finzi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1891-04-20 16:20", "note": null, "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 11.3091, "lat": 45.18318, "name": "Legnago", "geoid": 3174922}, "notime": null, "date-ut": "1891-04-20 15:30:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Aldo", "family": "Finzi"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 11.3091, "lat": 45.18318, "name": "Legnago", "geoid": 3174922}, "date-ut": "1891-04-20 15:30:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-345"}, "ids-in-sources": {"a1": "345"}}, "raw": {"H": "16", "MN": "30", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "20", "LAT": "45N24", "LON": "11E 0", "MON": "4", "NUM": "345", "PRO": "C", "SEC": "4", "YEA": "1891", "CITY": "LEGNAGO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1891-04-20 16:20"}, "partial-ids": {"ertel": "ES-1639"}}, "raw": {"L": "", "MF": "", "NR": "1639", "ENG": "1", "MA_": "2", "G_NR": "345", "MA12": "4", "MARS": "12", "NAME": "Finzi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,500", "CSINR": "", "KURTZ": "", "PHAS_": "84,100", "STUND": "16,33", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "20.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Aldo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.04.1891", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16661	fleming-peggy-1948-07-27	{"d10": "426", "3a_sports": "1651"}	{"ertel": "ES-1651", "lerrcp": "D10-426"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Peggy", "family": "Fleming", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "-07:00", "date": "1948-07-27 15:39", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -121.88333, "lat": 37.33333, "name": "San Jose", "geoid": null}, "notime": null, "date-ut": "1948-07-27 22:39"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["winter-sports-practitioner"]	5	null	[{"new": {"name": {"given": "Peggy", "family": "Fleming"}, "birth": {"tzo": "-07:00", "date": "1948-07-27 15:39", "place": {"c2": "CA", "cy": "US", "lg": -121.88333, "lat": 37.33333, "name": "San Jose"}, "date-ut": "1948-07-27 22:39"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "426"}}, "raw": {"H": "15:39", "TZ": "7h", "DAY": "27", "LAT": "37N20", "LON": "121W53", "MON": "7", "NUM": "426", "PRO": "SP", "YEA": "1948", "CICO": "San Jose, CA", "NAME": "Fleming Peggy"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "F", "occus": ["winter-sports-practitioner"], "partial-ids": {"ertel": "ES-1651"}}, "raw": {"L": "", "MF": "F", "NR": "1651", "ENG": "", "MA_": "0", "G_NR": "426", "MA12": "3", "MARS": "7", "NAME": "Fleming", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-8,200", "CSINR": "", "KURTZ": "", "PHAS_": "71,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "27.07.", "ZITATE": "DHKSBFX", "ZITSUM": "7", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Peggy Gale", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "27.07.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "ICES", "CHRISNAME": "0", "ZITSUM_OD": "6"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
167	fleurquin-pierre-1905-02-21	{"a1": "167", "3a_sports": "1652"}	{"ertel": "ES-1652", "lerrcp": "A1-167"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Fleurquin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1905-02-21 16:30", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Lilli", "geoid": 0}, "notime": null, "date-ut": "1905-02-21 16:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Fleurquin"}, "birth": {"tzo": "+00:09:21", "date": "1905-02-21 16:30", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Lilli", "geoid": 0}, "date-ut": "1905-02-21 16:20:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-167"}, "ids-in-sources": {"a1": "167"}}, "raw": {"H": "16", "MN": "20", "TZ": "0", "COD": "59", "COU": "F", "DAY": "21", "LAT": "50N39", "LON": "3E 5", "MON": "2", "NUM": "167", "PRO": "C", "SEC": "40", "YEA": "1905", "CITY": "LILLI"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1905-02-21 16:30"}, "partial-ids": {"ertel": "ES-1652"}}, "raw": {"L": "", "MF": "", "NR": "1652", "ENG": "", "MA_": "1", "G_NR": "167", "MA12": "9", "MARS": "27", "NAME": "Fleurquin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,100", "CSINR": "", "KURTZ": "", "PHAS_": "97,800", "STUND": "16,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.02.1905", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
346	folonari-giuseppe-1892-01-20	{"a1": "346", "3a_sports": "1664"}	{"ertel": "ES-1664", "lerrcp": "A1-346"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Folonari", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1892-01-20 08:00", "note": null, "place": {"c1": null, "c2": "BS", "c3": null, "cy": "IT", "lg": 10.22727, "lat": 45.52478, "name": "Brescia", "geoid": 3181554}, "notime": null, "date-ut": "1892-01-20 07:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Folonari"}, "birth": {"place": {"c2": "BS", "cy": "IT", "lg": 10.22727, "lat": 45.52478, "name": "Brescia", "geoid": 3181554}, "date-ut": "1892-01-20 07:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-346"}, "ids-in-sources": {"a1": "346"}}, "raw": {"H": "8", "MN": "10", "TZ": "-1", "COD": "BS", "COU": "I", "DAY": "20", "LAT": "45N30", "LON": "11E 0", "MON": "1", "NUM": "346", "PRO": "C", "SEC": "4", "YEA": "1892", "CITY": "BRESCIA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1892-01-20 08:00"}, "partial-ids": {"ertel": "ES-1664"}}, "raw": {"L": "", "MF": "", "NR": "1664", "ENG": "1", "MA_": "2", "G_NR": "346", "MA12": "4", "MARS": "10", "NAME": "Folonari", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,300", "CSINR": "", "KURTZ": "", "PHAS_": "69,800", "STUND": "8,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "20.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giuseppe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.01.1892", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1728	fleury-joel-1919-05-19	{"a1": "1729", "g55": "03-312", "3a_sports": "1653", "cfepp-final3": "624"}	{"g55": "03-312", "cfepp": "CF-624", "ertel": "ES-1653", "lerrcp": "A1-1729"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joël", "family": "Fleury", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1919-05-19 05:30", "note": null, "place": {"c1": null, "c2": "56", "c3": "", "cy": "FR", "lg": -2.73333, "lat": 47.66667, "name": "Belle-Isle", "geoid": 0}, "notime": null, "date-ut": "1919-05-19 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["handball-player"]	5	null	[{"new": {"name": {"given": "Joël", "family": "Fleury"}, "birth": {"tzo": "+01:00", "date": "1919-05-19 05:30", "place": {"c2": "56", "cy": "FR", "lg": -2.73333, "lat": 47.66667, "name": "Belle -Isle", "geoid": 0}, "date-ut": "1919-05-19 04:30"}, "occus": ["handball-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1729"}, "ids-in-sources": {"a1": "1729"}}, "raw": {"H": "4", "MN": "30", "TZ": "0", "COD": "56", "COU": "F", "DAY": "19", "LAT": "47N40", "LON": "2W44", "MON": "5", "NUM": "1729", "PRO": "C", "SEC": "0", "YEA": "1919", "CITY": "BELLE -ISLE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1919-05-19 05:30"}, "partial-ids": {"ertel": "ES-1653"}}, "raw": {"L": "", "MF": "", "NR": "1653", "ENG": "1", "MA_": "2", "G_NR": "1729", "MA12": "1", "MARS": "1", "NAME": "Fleury", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,000", "CSINR": "", "KURTZ": "", "PHAS_": "86,200", "STUND": "5,50", "CFEPNR": "624", "EXTEND": "1", "NATION": "FRA", "TAGMON": "19.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Joel", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "19.05.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "HAND", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1919-05-19 05:30", "place": {"c3": ""}, "date-ut": "1919-05-19 04:30"}, "occus": ["handball-player"], "ids-in-sources": {"cfepp-final3": "624"}}, "raw": {"S": "1", "LT": "05 30", "LV": "I", "TR": "f", "UT": "04 30", "LAT": "+47.35", "SRC": "AG", "LONG": "+03.15", "NAME": "FLEURY Joel", "SPORT": "Handball", "LOC_DATE": "1919 05 19", "UNIV_DATE": "1919 05 19", "BIRTH_PLACE": "LE PALAIS", "POSTAL_CODE": "56360"}, "date": "2023-08-20T14:46:08+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Belle-Isle"}}, "partial-ids": {"g55": "03-312"}, "ids-in-source": {"g55": "03-312"}}, "raw": {"DAY": "19-5-1919", "HOUR": "5 h. 30", "NAME": "FLEURY Joél", "PLACE": "Belle-Isle (Morbihan)."}, "date": "2023-08-20T14:48:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1500	foni-alfredo-1911-01-20	{"a1": "1501", "3a_sports": "1669"}	{"ertel": "ES-1669", "lerrcp": "A1-1501"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfredo", "family": "Foni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1911-01-20 20:00", "note": null, "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.24222, "lat": 46.06194, "name": "Udine", "geoid": 3165072}, "notime": null, "date-ut": "1911-01-20 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Alfredo", "family": "Foni"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.24222, "lat": 46.06194, "name": "Udine", "geoid": 3165072}, "date-ut": "1911-01-20 19:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1501"}, "ids-in-sources": {"a1": "1501"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "20", "LAT": "46N 0", "LON": "13E30", "MON": "1", "NUM": "1501", "PRO": "C", "SEC": "0", "YEA": "1911", "CITY": "UDINE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1911-01-20 20:00"}, "partial-ids": {"ertel": "ES-1669"}}, "raw": {"L": "", "MF": "", "NR": "1669", "ENG": "", "MA_": "1", "G_NR": "1501", "MA12": "9", "MARS": "26", "NAME": "Foni", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,800", "CSINR": "", "KURTZ": "", "PHAS_": "71,600", "STUND": "20,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "20.01.", "ZITATE": "KSWO", "ZITSUM": "4", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Alfredo", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "20.01.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15951	fontaine-just-1933-08-18	{"d6": "163", "3a_sports": "1670"}	{"ertel": "ES-1670", "lerrcp": "D6-163"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Just", "family": "Fontaine", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-08-18 01:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "MA", "lg": -8, "lat": 31.81667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Just", "family": "Fontaine"}, "birth": {"date": "1933-08-18 01:00", "place": {"cy": "MA", "lg": -8, "lat": 31.81667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "163"}}, "raw": {"H": "1", "MN": "0", "DAY": "18", "LAT": "31N49", "LON": "08W00", "MON": "8", "NUM": "163", "SEC": "0", "YEA": "1933", "NAME": "Fontaine Just"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-1670"}}, "raw": {"L": "", "MF": "", "NR": "1670", "ENG": "", "MA_": "0", "G_NR": "163", "MA12": "8", "MARS": "23", "NAME": "Fontaine", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-6,600", "CSINR": "", "KURTZ": "", "PHAS_": "10,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.08.", "ZITATE": "DWFO", "ZITSUM": "4", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Just", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "18.08.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
169	fonteilles-rene-1915-04-12	{"a1": "169", "3a_sports": "1675"}	{"ertel": "ES-1675", "lerrcp": "A1-169"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Fonteilles", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1915-04-12 05:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 1.70786, "lat": 50.81294, "name": "Marquise", "geoid": 2995532}, "notime": null, "date-ut": "1915-04-12 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "René", "family": "Fonteilles"}, "birth": {"tzo": "+00:00", "date": "1915-04-12 05:00", "place": {"c2": "62", "cy": "FR", "lg": 1.70786, "lat": 50.81294, "name": "Marquise", "geoid": 2995532}, "date-ut": "1915-04-12 05:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-169"}, "ids-in-sources": {"a1": "169"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "62", "COU": "F", "DAY": "12", "LAT": "50N18", "LON": "2E46", "MON": "4", "NUM": "169", "PRO": "C", "SEC": "0", "YEA": "1915", "CITY": "MARQUISE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1915-04-12 05:00"}, "partial-ids": {"ertel": "ES-1675"}}, "raw": {"L": "", "MF": "", "NR": "1675", "ENG": "1", "MA_": "2", "G_NR": "169", "MA12": "1", "MARS": "1", "NAME": "Fonteilles", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,600", "CSINR": "", "KURTZ": "", "PHAS_": "5,900", "STUND": "5,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "12.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.04.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1056	fore-noel-1932-12-23	{"a1": "1056", "3a_sports": "1678"}	{"ertel": "ES-1678", "lerrcp": "A1-1056"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Noël", "family": "Fore", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-12-23 10:30", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ADEGEM", "geoid": 0}, "notime": null, "date-ut": "1932-12-23 10:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Noël", "family": "Fore"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ADEGEM", "geoid": 0}, "date-ut": "1932-12-23 10:30:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1056"}, "ids-in-sources": {"a1": "1056"}}, "raw": {"H": "10", "MN": "30", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "23", "LAT": "51N 5", "LON": "3E45", "MON": "12", "NUM": "1056", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "ADEGEM"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-12-23 10:30"}, "partial-ids": {"ertel": "ES-1678"}}, "raw": {"L": "", "MF": "", "NR": "1678", "ENG": "", "MA_": "0", "G_NR": "1056", "MA12": "6", "MARS": "17", "NAME": "Fore", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,60", "CSINR": "", "KURTZ": "", "PHAS_": "26,800", "STUND": "10,50", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "23.12.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Noel", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "23.12.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1501	formentin-silvio-1922-02-24	{"a1": "1502", "3a_sports": "1682"}	{"ertel": "ES-1682", "lerrcp": "A1-1502"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Silvio", "family": "Formentin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-02-24 15:00", "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "notime": null, "date-ut": "1922-02-24 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Silvio", "family": "Formentin"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "date-ut": "1922-02-24 14:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1502"}, "ids-in-sources": {"a1": "1502"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "24", "LAT": "45N24", "LON": "12E15", "MON": "2", "NUM": "1502", "PRO": "C", "SEC": "0", "YEA": "1922", "CITY": "PADOVA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1922-02-24 15:00"}, "partial-ids": {"ertel": "ES-1682"}}, "raw": {"L": "", "MF": "", "NR": "1682", "ENG": "", "MA_": "0", "G_NR": "1502", "MA12": "8", "MARS": "24", "NAME": "Formentin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,600", "CSINR": "", "KURTZ": "", "PHAS_": "7,000", "STUND": "15,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "24.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Silvio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.02.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16671	fortunato-joseph-1931-03-28	{"d10": "436", "3a_sports": "1689", "rawlins-ertel-irving": "117"}	{"ertel": "ES-1689", "csicop": "CS-117", "lerrcp": "D10-436"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Fortunato", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1931-03-28 01:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -80.61667, "lat": 40.31667, "name": "Mingo Junction", "geoid": null}, "notime": null, "date-ut": "1931-03-28 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Fortunato"}, "birth": {"tzo": "-05:00", "date": "1931-03-28 01:00", "place": {"c2": "OH", "cy": "US", "lg": -80.61667, "lat": 40.31667, "name": "Mingo Junction"}, "date-ut": "1931-03-28 06:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "436"}}, "raw": {"H": "01:00", "TZ": "5h", "DAY": "28", "LAT": "40N19", "LON": "80W37", "MON": "3", "NUM": "436", "PRO": "SP", "YEA": "1931", "CICO": "Mingo Junction, OH", "NAME": "Fortunato Joseph"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "117"}}, "raw": {"LA1": "40", "LA2": "18", "LO1": "80", "LO2": "39", "AMPM": "A", "MARS": "15", "NAME": "Fortunato", "BATCH": "1", "Satz#": "117", "GEBDAT": "28 3 1931", "GEBORT": "OH", "GEBZEIT": "1 0", "VORNAME": "Joseph F", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-1689"}}, "raw": {"L": "", "MF": "", "NR": "1689", "ENG": "", "MA_": "0", "G_NR": "436", "MA12": "5", "MARS": "15", "NAME": "Fortunato", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "10,900", "CSINR": "117", "KURTZ": "", "PHAS_": "58,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "28.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Joseph F.", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.03.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
348	fossati-bellani-silvio-1883-08-08	{"a1": "348", "3a_sports": "1692"}	{"ertel": "ES-1692", "lerrcp": "A1-348"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Silvio", "family": "Fossati-Bellani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1883-08-08 03:30", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "MONZA", "geoid": 0}, "notime": null, "date-ut": "1883-08-08 02:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Silvio", "family": "Fossati-Bellani"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "MONZA", "geoid": 0}, "date-ut": "1883-08-08 02:40:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-348"}, "ids-in-sources": {"a1": "348"}}, "raw": {"H": "3", "MN": "40", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "8", "LAT": "45N30", "LON": "9E15", "MON": "8", "NUM": "348", "PRO": "C", "SEC": "4", "YEA": "1883", "CITY": "MONZA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1883-08-08 03:30"}, "partial-ids": {"ertel": "ES-1692"}}, "raw": {"L": "", "MF": "", "NR": "1692", "ENG": "", "MA_": "1", "G_NR": "348", "MA12": "2", "MARS": "4", "NAME": "Fossati-Bellani", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,500", "CSINR": "", "KURTZ": "", "PHAS_": "22,700", "STUND": "3,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "08.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Silvio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.08.1883", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15967	gimondi-felice-1942-09-29	{"d6": "179", "3a_sports": "1867"}	{"ertel": "ES-1867", "lerrcp": "D6-179"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Felice", "family": "Gimondi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-09-29 18:10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 9.66667, "lat": 45.7, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Felice", "family": "Gimondi"}, "birth": {"date": "1942-09-29 18:10", "place": {"cy": "IT", "lg": 9.66667, "lat": 45.7}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "179"}}, "raw": {"H": "18", "MN": "10", "DAY": "29", "LAT": "45N42", "LON": "09E40", "MON": "9", "NUM": "179", "SEC": "0", "YEA": "1942", "NAME": "Gimondi Felice"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-1867"}}, "raw": {"L": "", "MF": "", "NR": "1867", "ENG": "", "MA_": "0", "G_NR": "179", "MA12": "6", "MARS": "17", "NAME": "Gimondi", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-7,200", "CSINR": "", "KURTZ": "", "PHAS_": "80,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "29.09.", "ZITATE": "DHSO", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Felice", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "29.09.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15954	fouroux-jacques-1947-07-24	{"d6": "166", "3a_sports": "1698", "cfepp-final3": "874"}	{"cfepp": "CF-874", "ertel": "ES-1698", "lerrcp": "D6-166"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Fouroux", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-07-24 07:00", "note": null, "place": {"c1": null, "c2": "32", "c3": "", "cy": "FR", "lg": -0.59, "lat": 43.65, "name": "AUCH", "geoid": null}, "notime": null, "date-ut": "1947-07-24 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Fouroux"}, "birth": {"date": "1947-07-24 07:00", "place": {"cy": "FR", "lg": 0.6, "lat": 43.66667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "166"}}, "raw": {"H": "7", "MN": "0", "DAY": "24", "LAT": "43N40", "LON": "00E36", "MON": "7", "NUM": "166", "SEC": "0", "YEA": "1947", "NAME": "Fouroux Jacques"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-1698"}}, "raw": {"L": "", "MF": "", "NR": "1698", "ENG": "", "MA_": "1", "G_NR": "166", "MA12": "2", "MARS": "6", "NAME": "Fouroux", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "10,300", "CSINR": "", "KURTZ": "", "PHAS_": "40,200", "STUND": "", "CFEPNR": "875", "EXTEND": "", "NATION": "FRA", "TAGMON": "24.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "24.07.1947", "GQBECORR": "d2", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1947-07-24 07:00", "place": {"c2": "32", "c3": "", "cy": "FR", "lg": -0.59, "lat": 43.65, "name": "AUCH"}, "date-ut": "1947-07-24 06:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "874"}}, "raw": {"S": "2", "LT": "07 00", "LV": "I2", "TR": "f", "UT": "06 00", "LAT": "+43.65", "SRC": "L", "LONG": "-00.59", "NAME": "FOUROUX Jacques", "SPORT": "Rugby Union", "LOC_DATE": "1947 07 24", "UNIV_DATE": "1947 07 24", "BIRTH_PLACE": "AUCH", "POSTAL_CODE": "32007 CEDEX"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
2078	fournier-jean-1914-05-04	{"a1": "2080", "g55": "03-465", "3a_sports": "1696", "cfepp-final3": "1052"}	{"g55": "03-465", "cfepp": "CF-1052", "ertel": "ES-1696", "lerrcp": "A1-2080"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Fournier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1914-05-04 16:00", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": 4.35, "lat": 43.85, "name": "Saint-Geniés-de-Malgoisis", "geoid": 0}, "notime": null, "date-ut": "1914-05-04 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sport-shooter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Fournier"}, "birth": {"tzo": "+00:00", "date": "1914-05-04 16:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35, "lat": 43.85, "name": "Saint-Genies-D-M", "geoid": 0}, "date-ut": "1914-05-04 16:00"}, "occus": ["sport-shooter"], "trust": 5, "partial_ids": {"lerrcp": "A1-2080"}, "ids-in-sources": {"a1": "2080"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "30", "COU": "F", "DAY": "4", "LAT": "43N51", "LON": "4E21", "MON": "5", "NUM": "2080", "PRO": "C", "SEC": "0", "YEA": "1914", "CITY": "ST-GENIES-D-M"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1914-05-04 16:00"}, "partial-ids": {"ertel": "ES-1696"}}, "raw": {"L": "", "MF": "", "NR": "1696", "ENG": "", "MA_": "0", "G_NR": "2080", "MA12": "3", "MARS": "8", "NAME": "Fournier", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,900", "CSINR": "", "KURTZ": "", "PHAS_": "58,100", "STUND": "16,00", "CFEPNR": "1052", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "04.05.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SHOO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1914-05-04 16:00", "place": {"c3": ""}, "date-ut": "1914-05-04 16:00"}, "occus": ["sport-shooter"], "ids-in-sources": {"cfepp-final3": "1052"}}, "raw": {"S": "3", "LT": "16 00", "LV": "FI", "TR": "f", "UT": "16 00", "LAT": "+43.95", "SRC": "AG", "LONG": "-04.22", "NAME": "FOURNIER Jean", "SPORT": "Shooting", "LOC_DATE": "1914 05 04", "UNIV_DATE": "1914 05 04", "BIRTH_PLACE": "ST GENIES DE MALGOIRES", "POSTAL_CODE": "30190"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Geniés-de-Malgoisis"}}, "partial-ids": {"g55": "03-465"}, "ids-in-source": {"g55": "03-465"}}, "raw": {"DAY": "4-5-1914", "HOUR": "16 h.", "NAME": "FOURNIER Jean", "PLACE": "Saint-Geniés-de-Malgoisis (Gard)."}, "date": "2023-08-20T14:48:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
170	frantz-joseph-1890-08-07	{"a1": "170", "e1": "782", "3a_sports": "1707"}	{"ertel": "ES-1707", "lerrcp": "A1-170"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Frantz", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:18:21", "date": "1890-08-07 19:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.58826, "lat": 46.15428, "name": "Beaujeu", "geoid": 3034287}, "notime": null, "date-ut": "1890-08-07 18:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot", "executive"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Frantz"}, "birth": {"tzo": "+00:18:21", "date": "1890-08-07 18:59", "place": {"c2": "69", "cy": "FR", "lg": 4.58826, "lat": 46.15428, "name": "Beaujeu", "geoid": 3034287}, "date-ut": "1890-08-07 18:40:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-170"}, "ids-in-sources": {"a1": "170"}}, "raw": {"H": "18", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "7", "LAT": "45N46", "LON": "4E50", "MON": "8", "NUM": "170", "PRO": "C", "SEC": "40", "YEA": "1890", "CITY": "BEAUJEU"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"occus": ["executive"], "ids-in-sources": {"e1": "782"}}, "raw": {"H": "19:00", "COD": "69", "DAY": "07", "MON": "08", "NUM": "0782", "PRO": "EX", "YEA": "1890", "CITY": "Beaujeu", "NAME": "FRANTZ Joseph", "NOTE": ""}, "date": "2023-08-20T14:44:07+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1890-08-07 19:00"}, "partial-ids": {"ertel": "ES-1707"}}, "raw": {"L": "", "MF": "", "NR": "1707", "ENG": "0", "MA_": "2", "G_NR": "170", "MA12": "3", "MARS": "9", "NAME": "Frantz", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,50", "CSINR": "", "KURTZ": "", "PHAS_": "56,400", "STUND": "19,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "07.08.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Joseph", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "07.08.1890", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16678	frazier-joe-1944-01-17	{"d10": "443", "3a_sports": "1714", "rawlins-ertel-irving": "120"}	{"ertel": "ES-1714", "csicop": "CS-120", "lerrcp": "D10-443"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joe", "family": "Frazier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-04:00", "date": "1944-01-17 07:00", "note": null, "place": {"c1": null, "c2": "SC", "c3": null, "cy": "US", "lg": -80.78333, "lat": 34.7, "name": "Beaufort", "geoid": null}, "notime": null, "date-ut": "1944-01-17 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Joe", "family": "Frazier"}, "birth": {"tzo": "-04:00", "date": "1944-01-17 07:00", "place": {"c2": "SC", "cy": "US", "lg": -80.78333, "lat": 34.7, "name": "Beaufort"}, "date-ut": "1944-01-17 11:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "443"}}, "raw": {"H": "07:00", "TZ": "4h", "DAY": "17", "LAT": "34N42", "LON": "80W47", "MON": "1", "NUM": "443", "PRO": "SP", "YEA": "1944", "CICO": "Beaufort, SC", "NAME": "Frazier Joe"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["boxer"]], "ids-in-sources": {"rawlins-ertel-irving": "120"}}, "raw": {"LA1": "32", "LA2": "26", "LO1": "80", "LO2": "40", "AMPM": "A", "MARS": "22", "NAME": "Frazier", "BATCH": "1", "Satz#": "120", "GEBDAT": "17 1 1944", "GEBORT": "SC", "GEBZEIT": "7 0", "VORNAME": "Joe", "SPORTART": "BOXI", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["boxer"], "partial-ids": {"ertel": "ES-1714"}}, "raw": {"L": "", "MF": "", "NR": "1714", "ENG": "", "MA_": "0", "G_NR": "443", "MA12": "8", "MARS": "22", "NAME": "Frazier", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-8,700", "CSINR": "120", "KURTZ": "", "PHAS_": "65,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "17.01.", "ZITATE": "DHKRSEF", "ZITSUM": "7", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Joe", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "17.01.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "6"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1903	franquenelle-andre-1889-08-15	{"a1": "1905", "g55": "03-392", "3a_sports": "1706", "cfepp-final3": "875"}	{"g55": "03-392", "cfepp": "CF-875", "ertel": "ES-1706", "lerrcp": "A1-1905"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Franquenelle", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-00:04:40", "date": "1889-08-15 08:00", "note": null, "place": {"c1": null, "c2": "17", "c3": "", "cy": "FR", "lg": -1.16667, "lat": 46.15, "name": "Rochefort-sur-Mer", "geoid": 0}, "notime": null, "date-ut": "1889-08-15 08:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "André", "family": "Franquenelle"}, "birth": {"tzo": "-00:04:40", "date": "1889-08-15 08:00", "place": {"c2": "17", "cy": "FR", "lg": -1.16667, "lat": 46.15, "name": "Rochefort-sur-M", "geoid": 0}, "date-ut": "1889-08-15 08:04:40"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1905"}, "ids-in-sources": {"a1": "1905"}}, "raw": {"H": "8", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "15", "LAT": "46N 9", "LON": "1W10", "MON": "8", "NUM": "1905", "PRO": "C", "SEC": "40", "YEA": "1889", "CITY": "ROCHEFORT-S-M"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1889-08-15 08:00"}, "partial-ids": {"ertel": "ES-1706"}}, "raw": {"L": "", "MF": "", "NR": "1706", "ENG": "", "MA_": "1", "G_NR": "1905", "MA12": "2", "MARS": "6", "NAME": "Franquenelle", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,500", "CSINR": "", "KURTZ": "", "PHAS_": "82,200", "STUND": "8,00", "CFEPNR": "876", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "15.08.1889", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1889-08-15 08:00", "place": {"c3": ""}, "date-ut": "1889-08-15 08:04"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "875"}}, "raw": {"S": "2", "LT": "08 00", "LV": "I3", "TR": "f", "UT": "08 04", "LAT": "+45.94", "SRC": "AG", "LONG": "+00.97", "NAME": "FRANCQUENELLE Andre", "SPORT": "Rugby Union", "LOC_DATE": "1889 08 15", "UNIV_DATE": "1889 08 15", "BIRTH_PLACE": "ROCHEFORT", "POSTAL_CODE": "17306 CEDEX"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Rochefort-sur-Mer"}}, "partial-ids": {"g55": "03-392"}, "ids-in-source": {"g55": "03-392"}}, "raw": {"DAY": "15-8-1889", "HOUR": "8 h.", "NAME": "FRANQUENELLE André", "PLACE": "Rochefort-sur-Mer (Ch.-M.)."}, "date": "2023-08-20T14:48:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
16679	freeman-david-1920-09-06	{"d10": "444", "3a_sports": "1715"}	{"ertel": "ES-1715", "lerrcp": "D10-444"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "David", "family": "Freeman", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1920-09-06 19:25", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.15, "lat": 34.15, "name": "Pasadena", "geoid": null}, "notime": null, "date-ut": "1920-09-07 03:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["badminton-player"]	5	null	[{"new": {"name": {"given": "David", "family": "Freeman"}, "birth": {"tzo": "-08:00", "date": "1920-09-06 19:25", "place": {"c2": "CA", "cy": "US", "lg": -118.15, "lat": 34.15, "name": "Pasadena"}, "date-ut": "1920-09-07 03:25"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "444"}}, "raw": {"H": "19:25", "TZ": "8h", "DAY": "6", "LAT": "34N9", "LON": "118W9", "MON": "9", "NUM": "444", "PRO": "SP", "YEA": "1920", "CICO": "Pasadena, CA", "NAME": "Freeman David"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["badminton-player"], "partial-ids": {"ertel": "ES-1715"}}, "raw": {"L": "", "MF": "", "NR": "1715", "ENG": "", "MA_": "1", "G_NR": "444", "MA12": "5", "MARS": "14", "NAME": "Freemann", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-11,30", "CSINR": "", "KURTZ": "", "PHAS_": "47,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "06.09.", "ZITATE": "X", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "David Guthrie", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "06.09.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BADM", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
350	freri-prospero-1892-03-22	{"a1": "350", "3a_sports": "1717"}	{"ertel": "ES-1717", "lerrcp": "A1-350"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Prospero", "family": "Freri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1892-03-22 20:00", "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1892-03-22 19:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Prospero", "family": "Freri"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1892-03-22 19:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-350"}, "ids-in-sources": {"a1": "350"}}, "raw": {"H": "20", "MN": "10", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "22", "LAT": "40N54", "LON": "14E 0", "MON": "3", "NUM": "350", "PRO": "C", "SEC": "4", "YEA": "1892", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1892-03-22 20:00"}, "partial-ids": {"ertel": "ES-1717"}}, "raw": {"L": "", "MF": "", "NR": "1717", "ENG": "", "MA_": "1", "G_NR": "350", "MA12": "10", "MARS": "30", "NAME": "Freri", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,10", "CSINR": "", "KURTZ": "", "PHAS_": "47,300", "STUND": "20,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "22.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Prospero", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.03.1892", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15955	frey-andre-1919-11-07	{"d6": "167", "3a_sports": "1718", "cfepp-final3": "479"}	{"cfepp": "CF-479", "ertel": "ES-1718", "lerrcp": "D6-167"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Frey", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-11-07 03:00", "note": null, "place": {"c1": null, "c2": "57", "c3": "", "cy": "FR", "lg": -6.08, "lat": 49.26, "name": "ROSSELANGE", "geoid": null}, "notime": null, "date-ut": "1919-11-07 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "André", "family": "Frey"}, "birth": {"date": "1919-11-05 03:00", "place": {"cy": "FR", "lg": 6.05, "lat": 49.25}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "167"}}, "raw": {"H": "3", "MN": "0", "DAY": "5", "LAT": "49N15", "LON": "06E03", "MON": "11", "NUM": "167", "SEC": "0", "YEA": "1919", "NAME": "Frey André"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-1718"}}, "raw": {"L": "", "MF": "", "NR": "1718", "ENG": "1", "MA_": "2", "G_NR": "167", "MA12": "1", "MARS": "3", "NAME": "Frey", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "8,400", "CSINR": "", "KURTZ": "", "PHAS_": "87,600", "STUND": "", "CFEPNR": "479", "EXTEND": "1", "NATION": "FRA", "TAGMON": "05.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Andre", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.11.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "frey-andre-1919-11-07", "birth": {"date": "1919-11-07 03:00", "place": {"c2": "57", "c3": "", "cy": "FR", "lg": -6.08, "lat": 49.26, "name": "ROSSELANGE"}, "date-ut": "1919-11-07 03:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "479"}}, "raw": {"S": "1", "LT": "03 00", "LV": "I", "TR": "f", "UT": "03 00", "LAT": "+49.26", "SRC": "A", "LONG": "-06.08", "NAME": "FREY Andre", "SPORT": "Soccer", "LOC_DATE": "1919 11 07", "UNIV_DATE": "1919 11 07", "BIRTH_PLACE": "ROSSELANGE", "POSTAL_CODE": "57780"}, "date": "2023-08-20T14:46:04+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
351	frezzan-federico-1893-11-23	{"a1": "351", "3a_sports": "1720"}	{"ertel": "ES-1720", "lerrcp": "A1-351"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Federico", "family": "Frezzan", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1893-11-23 15:00", "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 13.09409, "lat": 41.92542, "name": "Subiaco", "geoid": 3166052}, "notime": null, "date-ut": "1893-11-23 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Federico", "family": "Frezzan"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 13.09409, "lat": 41.92542, "name": "Subiaco", "geoid": 3166052}, "date-ut": "1893-11-23 14:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-351"}, "ids-in-sources": {"a1": "351"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "23", "LAT": "41N54", "LON": "12E30", "MON": "11", "NUM": "351", "PRO": "C", "SEC": "0", "YEA": "1893", "CITY": "SUBIACO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1893-11-23 15:00"}, "partial-ids": {"ertel": "ES-1720"}}, "raw": {"L": "", "MF": "", "NR": "1720", "ENG": "", "MA_": "1", "G_NR": "351", "MA12": "6", "MARS": "18", "NAME": "Frezzan", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,600", "CSINR": "", "KURTZ": "", "PHAS_": "99,100", "STUND": "15,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "23.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Federico", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.11.1893", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1503	frignani-amleto-1932-03-01	{"a1": "1504", "3a_sports": "1722"}	{"ertel": "ES-1722", "lerrcp": "A1-1504"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amleto", "family": "Frignani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-03-01 16:15", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.8777, "lat": 44.78237, "name": "Carpi", "geoid": 3180445}, "notime": null, "date-ut": "1932-03-01 15:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Amleto", "family": "Frignani"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.8777, "lat": 44.78237, "name": "Carpi", "geoid": 3180445}, "date-ut": "1932-03-01 15:15"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1504"}, "ids-in-sources": {"a1": "1504"}}, "raw": {"H": "16", "MN": "15", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "1", "LAT": "44N36", "LON": "11E15", "MON": "3", "NUM": "1504", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "CARPI"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-03-01 16:15"}, "partial-ids": {"ertel": "ES-1722"}}, "raw": {"L": "", "MF": "", "NR": "1722", "ENG": "", "MA_": "0", "G_NR": "1504", "MA12": "6", "MARS": "17", "NAME": "Frignani", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,80", "CSINR": "", "KURTZ": "", "PHAS_": "36,600", "STUND": "16,25", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.03.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Amleto", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "01.03.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16685	fry-shriley-1927-06-30	{"d10": "450", "3a_sports": "1727"}	{"ertel": "ES-1727", "lerrcp": "D10-450"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Shriley", "family": "Fry", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "-05:00", "date": "1927-06-30 12:35", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.51667, "lat": 41.08333, "name": "Akron", "geoid": null}, "notime": null, "date-ut": "1927-06-30 17:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Shriley", "family": "Fry"}, "birth": {"tzo": "-05:00", "date": "1927-06-30 12:35", "place": {"c2": "OH", "cy": "US", "lg": -81.51667, "lat": 41.08333, "name": "Akron"}, "date-ut": "1927-06-30 17:35"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "450"}}, "raw": {"H": "12:35", "TZ": "5h", "DAY": "30", "LAT": "41N5", "LON": "81W31", "MON": "6", "NUM": "450", "PRO": "SP", "YEA": "1927", "CICO": "Akron, OH", "NAME": "Fry Shriley"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "F", "occus": ["tennis-player"], "partial-ids": {"ertel": "ES-1727"}}, "raw": {"L": "", "MF": "F", "NR": "1727", "ENG": "", "MA_": "1", "G_NR": "450", "MA12": "2", "MARS": "6", "NAME": "Fry", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "0,600", "CSINR": "", "KURTZ": "", "PHAS_": "0,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "30.06.", "ZITATE": "S", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Shirley J.", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "30.06.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16687	fujii-paul-1940-07-06	{"d10": "452", "3a_sports": "1731", "rawlins-ertel-irving": "121"}	{"ertel": "ES-1731", "csicop": "CS-121", "lerrcp": "D10-452"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Fujii", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-10:30", "date": "1940-07-06 12:30", "note": null, "place": {"c1": null, "c2": "HI", "c3": null, "cy": "US", "lg": -157.86667, "lat": 21.31667, "name": "Honolulu", "geoid": null}, "notime": null, "date-ut": "1940-07-06 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Fujii"}, "birth": {"tzo": "-10:30", "date": "1940-07-06 12:30", "place": {"c2": "HI", "cy": "US", "lg": -157.86667, "lat": 21.31667, "name": "Honolulu"}, "date-ut": "1940-07-06 23:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "452"}}, "raw": {"H": "12:30", "TZ": "10h30", "DAY": "6", "LAT": "21N19", "LON": "157W52", "MON": "7", "NUM": "452", "PRO": "SP", "YEA": "1940", "CICO": "Honolulu, HI", "NAME": "Fujii Paul"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["boxer"]], "ids-in-sources": {"rawlins-ertel-irving": "121"}}, "raw": {"LA1": "21", "LA2": "19", "LO1": "157", "LO2": "52", "AMPM": "P1", "MARS": "8", "NAME": "Fujii", "BATCH": "3", "Satz#": "121", "GEBDAT": "6 7 1940", "GEBORT": "HI", "GEBZEIT": "12 30", "VORNAME": "Paul Takashi", "SPORTART": "BOXI", "ZEITZONE": "0,5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["boxer"], "partial-ids": {"ertel": "ES-1731"}}, "raw": {"L": "", "MF": "", "NR": "1731", "ENG": "", "MA_": "0", "G_NR": "452", "MA12": "3", "MARS": "8", "NAME": "Fujii", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "0,000", "CSINR": "121", "KURTZ": "", "PHAS_": "0,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "06.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Paul Takashi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.07.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1505	gabetto-guglielmo-1916-02-24	{"a1": "1506", "3a_sports": "1739"}	{"ertel": "ES-1739", "lerrcp": "A1-1506"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guglielmo", "family": "Gabetto", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1916-02-24 08:00", "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1916-02-24 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Guglielmo", "family": "Gabetto"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1916-02-24 07:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1506"}, "ids-in-sources": {"a1": "1506"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "24", "LAT": "45N 0", "LON": "8E 0", "MON": "2", "NUM": "1506", "PRO": "C", "SEC": "0", "YEA": "1916", "CITY": "TORINO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1916-02-24 08:00"}, "partial-ids": {"ertel": "ES-1739"}}, "raw": {"L": "", "MF": "", "NR": "1739", "ENG": "", "MA_": "1", "G_NR": "1506", "MA12": "7", "MARS": "21", "NAME": "Gabetto", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,600", "CSINR": "", "KURTZ": "", "PHAS_": "75,600", "STUND": "8,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "24.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Guglielmo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.02.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16691	gable-dan-1948-10-25	{"d10": "456", "3a_sports": "1740"}	{"ertel": "ES-1740", "lerrcp": "D10-456"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dan", "family": "Gable", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1948-10-25 06:10", "note": null, "place": {"c1": null, "c2": "IA", "c3": null, "cy": "US", "lg": -85.01667, "lat": 41.43333, "name": "Waterloo", "geoid": null}, "notime": null, "date-ut": "1948-10-25 12:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["wrestler"]	5	null	[{"new": {"name": {"given": "Dan", "family": "Gable"}, "birth": {"tzo": "-06:00", "date": "1948-10-25 06:10", "place": {"c2": "IA", "cy": "US", "lg": -85.01667, "lat": 41.43333, "name": "Waterloo"}, "date-ut": "1948-10-25 12:10"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "456"}}, "raw": {"H": "06:10", "TZ": "6h", "DAY": "25", "LAT": "41N26", "LON": "85W1", "MON": "10", "NUM": "456", "PRO": "SP", "YEA": "1948", "CICO": "Waterloo, IA", "NAME": "Gable Dan"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["wrestler"], "partial-ids": {"ertel": "ES-1740"}}, "raw": {"L": "", "MF": "", "NR": "1740", "ENG": "", "MA_": "0", "G_NR": "456", "MA12": "11", "MARS": "32", "NAME": "Gable", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-10,70", "CSINR": "", "KURTZ": "", "PHAS_": "56,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "25.10.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Dan", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "25.10.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "WRES", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
608	gade-roger-1927-03-02	{"a1": "608", "g55": "03-500", "3a_sports": "1746"}	{"g55": "03-500", "ertel": "ES-1746", "lerrcp": "A1-608"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Gade", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-03-02 13:00", "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "Alger", "geoid": 0}, "notime": null, "date-ut": "1927-03-02 13:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Gade"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "ALGER", "geoid": 0}, "date-ut": "1927-03-02 13:00:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-608"}, "ids-in-sources": {"a1": "608"}}, "raw": {"H": "13", "MN": "0", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "2", "LAT": "36N47", "LON": "3E 0", "MON": "3", "NUM": "608", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "ALGER"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-03-02 13:00"}, "partial-ids": {"ertel": "ES-1746"}}, "raw": {"L": "", "MF": "", "NR": "1746", "ENG": "", "MA_": "1", "G_NR": "608", "MA12": "2", "MARS": "4", "NAME": "Gade", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,300", "CSINR": "", "KURTZ": "", "PHAS_": "4,900", "STUND": "13,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "02.03.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Alger"}}, "partial-ids": {"g55": "03-500"}, "ids-in-source": {"g55": "03-500"}}, "raw": {"DAY": "2-3-1927", "HOUR": "13 h.", "NAME": "GADE Roger", "PLACE": "Alger (Algérie)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
16693	gagne-verne-1926-02-26	{"d10": "458", "3a_sports": "1747", "rawlins-ertel-irving": "125"}	{"ertel": "ES-1747", "csicop": "CS-125", "lerrcp": "D10-458"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Verne", "family": "Gagne", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1926-02-26 23:15", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis", "geoid": null}, "notime": null, "date-ut": "1926-02-27 05:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["wrestler"]	5	null	[{"new": {"name": {"given": "Verne", "family": "Gagne"}, "birth": {"tzo": "-06:00", "date": "1926-02-26 23:15", "place": {"c2": "MN", "cy": "US", "lg": -93.26667, "lat": 44.98333, "name": "Minneapolis"}, "date-ut": "1926-02-27 05:15"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "458"}}, "raw": {"H": "23:15", "TZ": "6h", "DAY": "26", "LAT": "44N59", "LON": "93W16", "MON": "2", "NUM": "458", "PRO": "SP", "YEA": "1926", "CICO": "Minneapolis, MN", "NAME": "Gagne Verne"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["wrestler"]], "ids-in-sources": {"rawlins-ertel-irving": "125"}}, "raw": {"LA1": "44", "LA2": "59", "LO1": "93", "LO2": "16", "AMPM": "P", "MARS": "30", "NAME": "Gagne", "BATCH": "1", "Satz#": "125", "GEBDAT": "26 2 1926", "GEBORT": "MN", "GEBZEIT": "11 15", "VORNAME": "Verne", "SPORTART": "WRES", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["wrestler"], "partial-ids": {"ertel": "ES-1747"}}, "raw": {"L": "", "MF": "", "NR": "1747", "ENG": "", "MA_": "1", "G_NR": "458", "MA12": "10", "MARS": "30", "NAME": "Gagne", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "3,800", "CSINR": "125", "KURTZ": "", "PHAS_": "97,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "26.02.", "ZITATE": "X", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Verne", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "26.02.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "WRES", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1506	galassi-alberto-1922-10-16	{"a1": "1507", "3a_sports": "1750"}	{"ertel": "ES-1750", "lerrcp": "A1-1507"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberto", "family": "Galassi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-10-16 14:00", "note": null, "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 12.40456, "lat": 42.77994, "name": "Todi", "geoid": 3165612}, "notime": null, "date-ut": "1922-10-16 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Alberto", "family": "Galassi"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 12.40456, "lat": 42.77994, "name": "Todi", "geoid": 3165612}, "date-ut": "1922-10-16 13:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1507"}, "ids-in-sources": {"a1": "1507"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "16", "LAT": "43N 0", "LON": "13E 0", "MON": "10", "NUM": "1507", "PRO": "C", "SEC": "0", "YEA": "1922", "CITY": "TODI"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1922-10-16 14:00"}, "partial-ids": {"ertel": "ES-1750"}}, "raw": {"L": "", "MF": "", "NR": "1750", "ENG": "1", "MA_": "2", "G_NR": "1507", "MA12": "1", "MARS": "2", "NAME": "Galassi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,70", "CSINR": "", "KURTZ": "", "PHAS_": "27,600", "STUND": "14,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "16.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Alberto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.10.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1509	galli-carlo-1931-03-06	{"a1": "1510", "3a_sports": "1760"}	{"ertel": "ES-1760", "lerrcp": "A1-1510"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Galli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-03-06 06:00", "note": null, "place": {"c1": null, "c2": "PT", "c3": null, "cy": "IT", "lg": 11.25, "lat": 44, "name": "MONTECATINI TER", "geoid": 0}, "notime": null, "date-ut": "1931-03-06 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Galli"}, "birth": {"place": {"c2": "PT", "cy": "IT", "lg": 11.25, "lat": 44, "name": "MONTECATINI TER", "geoid": 0}, "date-ut": "1931-03-06 05:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1510"}, "ids-in-sources": {"a1": "1510"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "PT", "COU": "I", "DAY": "6", "LAT": "44N 0", "LON": "11E15", "MON": "3", "NUM": "1510", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "MONTECATINI TER"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-03-06 06:00"}, "partial-ids": {"ertel": "ES-1760"}}, "raw": {"L": "", "MF": "", "NR": "1760", "ENG": "", "MA_": "1", "G_NR": "1510", "MA12": "7", "MARS": "21", "NAME": "Galli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,200", "CSINR": "", "KURTZ": "", "PHAS_": "96,300", "STUND": "6,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "06.03.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Carlo", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "06.03.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15957	gallice-rene-1919-04-13	{"d6": "169", "3a_sports": "1762"}	{"ertel": "ES-1762", "lerrcp": "D6-169"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Gallice", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-04-13 07:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 5.76667, "lat": 43.93333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "René", "family": "Gallice"}, "birth": {"date": "1919-04-13 07:00", "place": {"cy": "FR", "lg": 5.76667, "lat": 43.93333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "169"}}, "raw": {"H": "7", "MN": "0", "DAY": "13", "LAT": "43N56", "LON": "05E46", "MON": "4", "NUM": "169", "SEC": "0", "YEA": "1919", "NAME": "Gallice René"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-1762"}}, "raw": {"L": "", "MF": "", "NR": "1762", "ENG": "1", "MA_": "2", "G_NR": "169", "MA12": "1", "MARS": "1", "NAME": "Gallice", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "5,100", "CSINR": "", "KURTZ": "", "PHAS_": "94,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "13.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.04.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
354	gallina-augusto-1873-05-23	{"a1": "354", "3a_sports": "1763"}	{"ertel": "ES-1763", "lerrcp": "A1-354"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Augusto", "family": "Gallina", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1873-05-23 06:00", "note": null, "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 8.53344, "lat": 45.30176, "name": "Palestro", "geoid": 3171605}, "notime": null, "date-ut": "1873-05-23 05:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Augusto", "family": "Gallina"}, "birth": {"place": {"c2": "PV", "cy": "IT", "lg": 8.53344, "lat": 45.30176, "name": "Palestro", "geoid": 3171605}, "date-ut": "1873-05-23 05:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-354"}, "ids-in-sources": {"a1": "354"}}, "raw": {"H": "6", "MN": "10", "TZ": "-1", "COD": "PV", "COU": "I", "DAY": "23", "LAT": "45N12", "LON": "9E 0", "MON": "5", "NUM": "354", "PRO": "C", "SEC": "4", "YEA": "1873", "CITY": "PALESTRO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1873-05-23 06:00"}, "partial-ids": {"ertel": "ES-1763"}}, "raw": {"L": "", "MF": "", "NR": "1763", "ENG": "", "MA_": "0", "G_NR": "354", "MA12": "8", "MARS": "22", "NAME": "Gallina", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,700", "CSINR": "", "KURTZ": "", "PHAS_": "13,700", "STUND": "6,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "23.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Augusto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.05.1873", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
356	gallotti-antonio-1887-10-22	{"a1": "356", "3a_sports": "1765"}	{"ertel": "ES-1765", "lerrcp": "A1-356"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Gallotti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1887-10-22 03:15", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1887-10-22 02:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Gallotti"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1887-10-22 02:25:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-356"}, "ids-in-sources": {"a1": "356"}}, "raw": {"H": "3", "MN": "25", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "22", "LAT": "45N30", "LON": "9E15", "MON": "10", "NUM": "356", "PRO": "C", "SEC": "4", "YEA": "1887", "CITY": "MILANO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1887-10-22 03:15"}, "partial-ids": {"ertel": "ES-1765"}}, "raw": {"L": "", "MF": "", "NR": "1765", "ENG": "1", "MA_": "2", "G_NR": "356", "MA12": "1", "MARS": "2", "NAME": "Gallotti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,900", "CSINR": "", "KURTZ": "", "PHAS_": "32,200", "STUND": "3,25", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "22.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Antonio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.10.1887", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
560	galmiche-jean-1910-01-24	{"a1": "560", "3a_sports": "1767"}	{"ertel": "ES-1767", "lerrcp": "A1-560"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Galmiche", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1910-01-24 12:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1910-01-24 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["billard-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Galmiche"}, "birth": {"tzo": "+00:09:21", "date": "1910-01-24 12:00", "place": {"c2": "42", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1910-01-24 11:50:40"}, "occus": ["billard-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-560"}, "ids-in-sources": {"a1": "560"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "42", "COU": "F", "DAY": "24", "LAT": "45N26", "LON": "4E23", "MON": "1", "NUM": "560", "PRO": "C", "SEC": "40", "YEA": "1910", "CITY": "ST-ETIENNE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1910-01-24 12:00"}, "partial-ids": {"ertel": "ES-1767"}}, "raw": {"L": "", "MF": "", "NR": "1767", "ENG": "1", "MA_": "2", "G_NR": "560", "MA12": "1", "MARS": "2", "NAME": "Galmiche", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,500", "CSINR": "", "KURTZ": "", "PHAS_": "97,400", "STUND": "12,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "24.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.01.1910", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BILL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1309	gambardella-emmanuel-1888-07-03	{"a1": "1310", "3a_sports": "1770"}	{"ertel": "ES-1770", "lerrcp": "A1-1310"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emmanuel", "family": "Gambardella", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:14:46", "date": "1888-07-03 03:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "notime": null, "date-ut": "1888-07-03 02:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Emmanuel", "family": "Gambardella"}, "birth": {"tzo": "+00:14:46", "date": "1888-07-03 03:00", "place": {"c2": "34", "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "date-ut": "1888-07-03 02:44:28"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1310"}, "ids-in-sources": {"a1": "1310"}}, "raw": {"H": "2", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "3", "LAT": "43N37", "LON": "3E53", "MON": "7", "NUM": "1310", "PRO": "C", "SEC": "28", "YEA": "1888", "CITY": "SETE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1888-07-03 03:00"}, "partial-ids": {"ertel": "ES-1770"}}, "raw": {"L": "", "MF": "", "NR": "1770", "ENG": "", "MA_": "0", "G_NR": "1310", "MA12": "8", "MARS": "23", "NAME": "Gambardella", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,200", "CSINR": "", "KURTZ": "", "PHAS_": "32,900", "STUND": "3,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "03.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Emmanuel", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.07.1888", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
358	garassini-garbarino-giuseppe-1885-01-08	{"a1": "358", "3a_sports": "1781"}	{"ertel": "ES-1781", "lerrcp": "A1-358"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Garassini-Garbarino", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1885-01-08 03:05", "note": null, "place": {"c1": null, "c2": "SV", "c3": null, "cy": "IT", "lg": 8.25743, "lat": 44.12777, "name": "Loano", "geoid": 3174649}, "notime": null, "date-ut": "1885-01-08 02:15:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Garassini-Garbarino"}, "birth": {"place": {"c2": "SV", "cy": "IT", "lg": 8.25743, "lat": 44.12777, "name": "Loano", "geoid": 3174649}, "date-ut": "1885-01-08 02:15:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-358"}, "ids-in-sources": {"a1": "358"}}, "raw": {"H": "3", "MN": "15", "TZ": "-1", "COD": "SV", "COU": "I", "DAY": "8", "LAT": "44N18", "LON": "8E45", "MON": "1", "NUM": "358", "PRO": "C", "SEC": "4", "YEA": "1885", "CITY": "LOANO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1885-01-08 03:05"}, "partial-ids": {"ertel": "ES-1781"}}, "raw": {"L": "", "MF": "", "NR": "1781", "ENG": "", "MA_": "1", "G_NR": "358", "MA12": "10", "MARS": "30", "NAME": "Garassini-Garbarin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,10", "CSINR": "", "KURTZ": "", "PHAS_": "51,600", "STUND": "3,08", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "08.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giuseppe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.01.1885", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1717	gance-henri-1888-03-17	{"a1": "1718", "3a_sports": "1775", "cfepp-final3": "612"}	{"cfepp": "CF-612", "cpara": "CP-195", "ertel": "ES-1775", "lerrcp": "A1-1718"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Gance", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1888-03-17 12:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "1", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1888-03-17 11:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["weightlifter"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Gance"}, "birth": {"tzo": "+00:09:24", "date": "1888-03-17 12:00", "place": {"c2": "75", "c3": "3", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1888-03-17 11:50:40"}, "occus": ["weightlifter"], "trust": 5, "partial_ids": {"lerrcp": "A1-1718"}, "ids-in-sources": {"a1": "1718"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "17", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "1718", "PRO": "C", "SEC": "40", "YEA": "1888", "CITY": "PARIS 3E"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1888-03-17 12:00"}, "partial-ids": {"ertel": "ES-1775"}}, "raw": {"L": "", "MF": "", "NR": "1775", "ENG": "", "MA_": "0", "G_NR": "1718", "MA12": "9", "MARS": "25", "NAME": "Gance", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,300", "CSINR": "", "KURTZ": "", "PHAS_": "16,400", "STUND": "12,00", "CFEPNR": "612", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.03.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "195", "VORNAME": "Henri", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "17.03.1888", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "WEIG", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1888-03-17 12:00", "place": {"c3": "1"}, "date-ut": "1888-03-17 11:51"}, "occus": ["weightlifter"], "ids-in-sources": {"cfepp-final3": "612"}}, "raw": {"S": "9", "LT": "12 00", "LV": "O", "TR": "f", "UT": "11 51", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "GANCE Henri", "SPORT": "Weightlifting", "LOC_DATE": "1888 03 17", "UNIV_DATE": "1888 03 17", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75001"}, "date": "2023-08-20T14:46:08+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
353	gabardini-giuseppe-1879-04-17	{"a1": "353", "3a_sports": "1782"}	{"ertel": "ES-1782", "lerrcp": "A1-353"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Gabardini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1879-04-17 08:30", "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1879-04-17 07:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Gabardini"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1879-04-17 07:40:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-353"}, "ids-in-sources": {"a1": "353"}}, "raw": {"H": "8", "MN": "40", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "17", "LAT": "45N 0", "LON": "8E 0", "MON": "4", "NUM": "353", "PRO": "C", "SEC": "4", "YEA": "1879", "CITY": "TORINO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1879-04-17 08:30"}, "partial-ids": {"ertel": "ES-1782"}}, "raw": {"L": "", "MF": "", "NR": "1782", "ENG": "1", "MA_": "2", "G_NR": "353", "MA12": "4", "MARS": "10", "NAME": "Garbardini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,200", "CSINR": "", "KURTZ": "", "PHAS_": "18,200", "STUND": "8,50", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "17.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giuseppe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.04.1879", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15960	garrigue-roger-1941-05-26	{"d6": "172", "3a_sports": "1793", "cfepp-final3": "754"}	{"cfepp": "CF-754", "ertel": "ES-1793", "lerrcp": "D6-172"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Garrigue", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-05-26 01:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": -1.44, "lat": 43.6, "name": "TOULOUSE", "geoid": null}, "notime": null, "date-ut": "1941-05-25 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Garrigue"}, "birth": {"date": "1941-05-26 01:00", "place": {"cy": "FR", "lg": 1.45, "lat": 43.61667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "172"}}, "raw": {"H": "1", "MN": "0", "DAY": "26", "LAT": "43N37", "LON": "01E27", "MON": "5", "NUM": "172", "SEC": "0", "YEA": "1941", "NAME": "Garrigue Roger"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-1793"}}, "raw": {"L": "", "MF": "", "NR": "1793", "ENG": "", "MA_": "0", "G_NR": "172", "MA12": "12", "MARS": "34", "NAME": "Garrigue", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-1,300", "CSINR": "", "KURTZ": "", "PHAS_": "0,200", "STUND": "", "CFEPNR": "754", "EXTEND": "", "NATION": "FRA", "TAGMON": "26.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "26.05.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1941-05-26 01:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": -1.44, "lat": 43.6, "name": "TOULOUSE"}, "date-ut": "1941-05-25 23:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "754"}}, "raw": {"S": "12", "LT": "01 00", "LV": "I18", "TR": "f", "UT": "23 00", "LAT": "+43.60", "SRC": "L", "LONG": "-01.44", "NAME": "GARRIGUE Roger", "SPORT": "Rugby League", "LOC_DATE": "1941 05 26", "UNIV_DATE": "1941 05 25", "BIRTH_PLACE": "TOULOUSE", "POSTAL_CODE": "31040 CEDEX"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1311	gardien-rene-1928-02-10	{"a1": "1312", "3a_sports": "1785", "cfepp-final3": "483"}	{"cfepp": "CF-483", "cpara": "CP-198", "ertel": "ES-1785", "lerrcp": "A1-1312"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Gardien", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1928-02-10 01:00", "note": null, "place": {"c1": null, "c2": "73", "c3": "", "cy": "FR", "lg": 5.92079, "lat": 45.56628, "name": "Chambéry", "geoid": 3027422}, "notime": null, "date-ut": "1928-02-10 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "René", "family": "Gardien"}, "birth": {"tzo": "+00:00", "date": "1928-02-10 01:00", "place": {"c2": "73", "cy": "FR", "lg": 5.92079, "lat": 45.56628, "name": "Chambéry", "geoid": 3027422}, "date-ut": "1928-02-10 01:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1312"}, "ids-in-sources": {"a1": "1312"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "73", "COU": "F", "DAY": "10", "LAT": "45N34", "LON": "5E55", "MON": "2", "NUM": "1312", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "CHAMBERY"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-02-10 01:00"}, "partial-ids": {"ertel": "ES-1785"}}, "raw": {"L": "", "MF": "", "NR": "1785", "ENG": "", "MA_": "0", "G_NR": "1312", "MA12": "11", "MARS": "32", "NAME": "Gardien", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,600", "CSINR": "", "KURTZ": "", "PHAS_": "83,000", "STUND": "1,00", "CFEPNR": "483", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "198", "VORNAME": "René", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "10.02.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1928-02-10 01:00", "place": {"c3": ""}, "date-ut": "1928-02-10 01:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "483"}}, "raw": {"S": "11", "LT": "01 00", "LV": "I2", "TR": "f", "UT": "01 00", "LAT": "+45.57", "SRC": "L", "LONG": "-05.93", "NAME": "GARDIEN Rene", "SPORT": "Soccer", "LOC_DATE": "1928 02 10", "UNIV_DATE": "1928 02 10", "BIRTH_PLACE": "CHAMBERY", "POSTAL_CODE": "73011 CEDEX"}, "date": "2023-08-20T14:46:04+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15962	gaspard-pierre-1834-03-29	{"d6": "174", "3a_sports": "1797"}	{"ertel": "ES-1797", "lerrcp": "D6-174"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Gaspard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1834-03-29 16:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 6.18333, "lat": 44.86667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mountaineer"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Gaspard"}, "birth": {"date": "1834-03-29 16:00", "place": {"cy": "FR", "lg": 6.18333, "lat": 44.86667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "174"}}, "raw": {"H": "16", "MN": "0", "DAY": "29", "LAT": "44N52", "LON": "06E11", "MON": "3", "NUM": "174", "SEC": "0", "YEA": "1834", "NAME": "Gaspard Pierre"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["mountaineer"], "partial-ids": {"ertel": "ES-1797"}}, "raw": {"L": "", "MF": "", "NR": "1797", "ENG": "", "MA_": "1", "G_NR": "174", "MA12": "7", "MARS": "20", "NAME": "Gaspard", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-8,200", "CSINR": "", "KURTZ": "", "PHAS_": "80,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "29.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "29.03.1834", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "ALPI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
360	gastaldi-camillo-1893-10-25	{"a1": "360", "3a_sports": "1798"}	{"ertel": "ES-1798", "lerrcp": "A1-360"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camillo", "family": "Gastaldi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1893-10-25 05:00", "note": null, "place": {"c1": null, "c2": "IM", "c3": null, "cy": "IT", "lg": 7.7772, "lat": 43.81725, "name": "San Remo", "geoid": 3167777}, "notime": null, "date-ut": "1893-10-25 04:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Camillo", "family": "Gastaldi"}, "birth": {"place": {"c2": "IM", "cy": "IT", "lg": 7.7772, "lat": 43.81725, "name": "San Remo", "geoid": 3167777}, "date-ut": "1893-10-25 04:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-360"}, "ids-in-sources": {"a1": "360"}}, "raw": {"H": "5", "MN": "10", "TZ": "-1", "COD": "IM", "COU": "I", "DAY": "25", "LAT": "43N42", "LON": "8E 0", "MON": "10", "NUM": "360", "PRO": "C", "SEC": "4", "YEA": "1893", "CITY": "SAN REMO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1893-10-25 05:00"}, "partial-ids": {"ertel": "ES-1798"}}, "raw": {"L": "", "MF": "", "NR": "1798", "ENG": "0", "MA_": "2", "G_NR": "360", "MA12": "12", "MARS": "36", "NAME": "Gastaldi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,200", "CSINR": "", "KURTZ": "", "PHAS_": "99,900", "STUND": "5,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "25.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Camillo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.10.1893", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
820	gauthier-louis-1916-04-12	{"a1": "820", "g55": "03-146", "3a_sports": "1806"}	{"g55": "03-146", "ertel": "ES-1806", "lerrcp": "A1-820"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Gauthier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1916-04-12 13:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.38833, "lat": 46.70012, "name": "Blanzy", "geoid": 3032326}, "notime": null, "date-ut": "1916-04-12 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Gauthier"}, "birth": {"tzo": "+00:00", "date": "1916-04-12 13:00", "place": {"c2": "71", "cy": "FR", "lg": 4.38833, "lat": 46.70012, "name": "Blanzy", "geoid": 3032326}, "date-ut": "1916-04-12 13:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-820"}, "ids-in-sources": {"a1": "820"}}, "raw": {"H": "13", "MN": "0", "TZ": "0", "COD": "71", "COU": "F", "DAY": "12", "LAT": "46N18", "LON": "4E50", "MON": "4", "NUM": "820", "PRO": "C", "SEC": "0", "YEA": "1916", "CITY": "BLANZY"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1916-04-12 13:00"}, "partial-ids": {"ertel": "ES-1806"}}, "raw": {"L": "", "MF": "", "NR": "1806", "ENG": "1", "MA_": "2", "G_NR": "820", "MA12": "1", "MARS": "2", "NAME": "Gauthier", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "63,200", "STUND": "13,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "12.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Louis", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "12.04.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-146"}, "ids-in-source": {"g55": "03-146"}}, "raw": {"DAY": "12-4-1916", "HOUR": "13 h.", "NAME": "GAUTHIER Louis", "PLACE": "Blanzy (Saône-et-Loire)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
16705	geiberger-allen-1937-09-01	{"d10": "470", "3a_sports": "1812"}	{"ertel": "ES-1812", "lerrcp": "D10-470"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Allen", "family": "Geiberger", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1937-09-01 04:16", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.25, "lat": 40.18333, "name": "Red Bluff", "geoid": null}, "notime": null, "date-ut": "1937-09-01 12:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["golfer"]	5	null	[{"new": {"name": {"given": "Allen", "family": "Geiberger"}, "birth": {"tzo": "-08:00", "date": "1937-09-01 04:16", "place": {"c2": "CA", "cy": "US", "lg": -122.25, "lat": 40.18333, "name": "Red Bluff"}, "date-ut": "1937-09-01 12:16"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "470"}}, "raw": {"H": "04:16", "TZ": "8h", "DAY": "1", "LAT": "40N11", "LON": "122W15", "MON": "9", "NUM": "470", "PRO": "SP", "YEA": "1937", "CICO": "Red Bluff, CA", "NAME": "Geiberger Allen"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["golfer"], "partial-ids": {"ertel": "ES-1812"}}, "raw": {"L": "", "MF": "", "NR": "1812", "ENG": "", "MA_": "0", "G_NR": "470", "MA12": "9", "MARS": "25", "NAME": "Geiberger", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "18,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "01.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Allan L.", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.09.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "GOLF", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1196	geldermans-albertus-1935-03-17	{"a1": "1197", "3a_sports": "1813"}	{"ertel": "ES-1813", "lerrcp": "A1-1197"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albertus", "family": "Geldermans", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1935-03-17 22:00", "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "BEVERWIJK", "geoid": 0}, "notime": null, "date-ut": "1935-03-17 21:40:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Albertus", "family": "Geldermans"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "BEVERWIJK", "geoid": 0}, "date-ut": "1935-03-17 21:40:28"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1197"}, "ids-in-sources": {"a1": "1197"}}, "raw": {"H": "21", "MN": "40", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "17", "LAT": "52N22", "LON": "4E38", "MON": "3", "NUM": "1197", "PRO": "C", "SEC": "28", "YEA": "1935", "CITY": "BEVERWIJK"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1935-03-17 22:00"}, "partial-ids": {"ertel": "ES-1813"}}, "raw": {"L": "", "MF": "", "NR": "1813", "ENG": "1", "MA_": "2", "G_NR": "1197", "MA12": "1", "MARS": "3", "NAME": "Geldermans", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,100", "CSINR": "", "KURTZ": "", "PHAS_": "90,900", "STUND": "22,00", "CFEPNR": "", "EXTEND": "1", "NATION": "NET", "TAGMON": "17.03.", "ZITATE": "DHO", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Albertus", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "17.03.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1059	geldfors-maurits-1905-11-22	{"a1": "1059", "3a_sports": "1814"}	{"ertel": "ES-1814", "lerrcp": "A1-1059"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurits", "family": "Geldfors", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1905-11-22 06:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "MOORSLEDE", "geoid": 0}, "notime": null, "date-ut": "1905-11-22 06:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Maurits", "family": "Geldfors"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "MOORSLEDE", "geoid": 0}, "date-ut": "1905-11-22 06:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1059"}, "ids-in-sources": {"a1": "1059"}}, "raw": {"H": "6", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "22", "LAT": "51N13", "LON": "3E15", "MON": "11", "NUM": "1059", "PRO": "C", "SEC": "0", "YEA": "1905", "CITY": "MOORSLEDE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1905-11-22 06:00"}, "partial-ids": {"ertel": "ES-1814"}}, "raw": {"L": "", "MF": "", "NR": "1814", "ENG": "", "MA_": "1", "G_NR": "1059", "MA12": "10", "MARS": "30", "NAME": "Geldfors", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,70", "CSINR": "", "KURTZ": "", "PHAS_": "29,200", "STUND": "6,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "22.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Maurits", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.11.1905", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1511	genta-mario-1912-03-01	{"a1": "1512", "3a_sports": "1822"}	{"ertel": "ES-1822", "lerrcp": "A1-1512"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Genta", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1912-03-01 16:00", "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1912-03-01 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Genta"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1912-03-01 15:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1512"}, "ids-in-sources": {"a1": "1512"}}, "raw": {"H": "16", "MN": "0", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "1", "LAT": "45N 0", "LON": "8E 0", "MON": "3", "NUM": "1512", "PRO": "C", "SEC": "0", "YEA": "1912", "CITY": "TORINO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1912-03-01 16:00"}, "partial-ids": {"ertel": "ES-1822"}}, "raw": {"L": "", "MF": "", "NR": "1822", "ENG": "", "MA_": "0", "G_NR": "1512", "MA12": "3", "MARS": "7", "NAME": "Genta", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,800", "CSINR": "", "KURTZ": "", "PHAS_": "91,500", "STUND": "16,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.03.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16225	gentile-giuseppe-1930-01-12	{"d6": "438", "3a_sports": "1824"}	{"ertel": "ES-1824", "lerrcp": "D6-438"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Gentile", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-01-12 16:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "MA", "lg": -7.58333, "lat": 33.65, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Gentile"}, "birth": {"date": "1930-01-12 16:30", "place": {"cy": "MA", "lg": -7.58333, "lat": 33.65}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "438"}}, "raw": {"H": "16", "MN": "30", "DAY": "12", "LAT": "33N39", "LON": "07W35", "MON": "1", "NUM": "438", "SEC": "0", "YEA": "1930", "NAME": "Gentile Giuseppe"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-1824"}}, "raw": {"L": "", "MF": "", "NR": "1824", "ENG": "", "MA_": "1", "G_NR": "438", "MA12": "2", "MARS": "5", "NAME": "Gentile", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "6,700", "CSINR": "", "KURTZ": "", "PHAS_": "16,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "04.09.", "ZITATE": "DKT", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Guiseppe", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "04.09.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1906	gerald-geo-1904-03-17	{"a1": "1908", "3a_sports": "1827", "cfepp-final3": "878"}	{"cfepp": "CF-878", "cpara": "CP-203", "ertel": "ES-1827", "lerrcp": "A1-1908"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Geo", "family": "Gerald", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1904-03-17 17:30", "note": null, "place": {"c1": null, "c2": "87", "c3": "", "cy": "FR", "lg": 1.13581, "lat": 45.79663, "name": "Aixe-sur-Vienne", "geoid": 3038352}, "notime": null, "date-ut": "1904-03-17 17:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Geo", "family": "Gerald"}, "birth": {"tzo": "+00:09:21", "date": "1904-03-17 17:30", "place": {"c2": "87", "cy": "FR", "lg": 1.13581, "lat": 45.79663, "name": "Aixe-sur-Vienne", "geoid": 3038352}, "date-ut": "1904-03-17 17:20:40"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1908"}, "ids-in-sources": {"a1": "1908"}}, "raw": {"H": "17", "MN": "20", "TZ": "0", "COD": "87", "COU": "F", "DAY": "17", "LAT": "45N50", "LON": "1E15", "MON": "3", "NUM": "1908", "PRO": "C", "SEC": "40", "YEA": "1904", "CITY": "AIXE-S-VIENNE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1904-03-17 17:30"}, "partial-ids": {"ertel": "ES-1827"}}, "raw": {"L": "", "MF": "", "NR": "1827", "ENG": "", "MA_": "0", "G_NR": "1908", "MA12": "5", "MARS": "15", "NAME": "Gerald", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,300", "CSINR": "", "KURTZ": "", "PHAS_": "0,100", "STUND": "17,50", "CFEPNR": "879", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.03.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "203", "VORNAME": "Geo", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "17.03.1904", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1904-03-17 17:30", "place": {"c3": ""}, "date-ut": "1904-03-17 17:21"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "878"}}, "raw": {"S": "5", "LT": "17 30", "LV": "I17", "TR": "f", "UT": "17 21", "LAT": "+45.80", "SRC": "AL", "LONG": "-01.13", "NAME": "GERALD Geo", "SPORT": "Rugby Union", "LOC_DATE": "1904 03 17", "UNIV_DATE": "1904 03 17", "BIRTH_PLACE": "AIXE SUR VIENNE", "POSTAL_CODE": "87700"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
934	gerbi-giovanni-1885-06-04	{"a1": "934", "3a_sports": "1832"}	{"ertel": "ES-1832", "lerrcp": "A1-934"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Gerbi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1885-06-04 05:00", "note": null, "place": {"c1": null, "c2": "AT", "c3": null, "cy": "IT", "lg": 8.20684, "lat": 44.89795, "name": "Asti", "geoid": 3182714}, "notime": null, "date-ut": "1885-06-04 04:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Gerbi"}, "birth": {"place": {"c2": "AT", "cy": "IT", "lg": 8.20684, "lat": 44.89795, "name": "Asti", "geoid": 3182714}, "date-ut": "1885-06-04 04:10:04"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-934"}, "ids-in-sources": {"a1": "934"}}, "raw": {"H": "5", "MN": "10", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "4", "LAT": "44N54", "LON": "8E30", "MON": "6", "NUM": "934", "PRO": "C", "SEC": "4", "YEA": "1885", "CITY": "ASTI"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1885-06-04 05:00"}, "partial-ids": {"ertel": "ES-1832"}}, "raw": {"L": "", "MF": "", "NR": "1832", "ENG": "1", "MA_": "2", "G_NR": "934", "MA12": "1", "MARS": "3", "NAME": "Gerbi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,400", "CSINR": "", "KURTZ": "", "PHAS_": "69,300", "STUND": "5,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "04.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giovanni", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.06.1885", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2052	geraud-louis-1902-07-06	{"a1": "2054", "a2": "1008", "g55": "02-232", "3a_sports": "1830"}	{"g55": "02-232", "ertel": "ES-1830", "lerrcp": "A1-2054"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Geraud", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1902-07-06 11:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1902-07-06 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player", "physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Geraud"}, "birth": {"tzo": "+00:09:21", "date": "1902-07-06 11:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1902-07-06 10:50:40"}, "occus": ["tennis-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-2054"}, "ids-in-sources": {"a1": "2054"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "31", "COU": "F", "DAY": "6", "LAT": "43N37", "LON": "1E26", "MON": "7", "NUM": "2054", "PRO": "C", "SEC": "40", "YEA": "1902", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"occus": ["physician"], "sources": "a2", "ids-in-sources": {"a2": "1008"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "31", "COU": "F", "DAY": "6", "LAT": "43N37", "LON": "1E26", "MON": "7", "NUM": "1008", "PRO": "S", "SEC": "40", "YEA": "1902", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1902-07-06 11:00"}, "partial-ids": {"ertel": "ES-1830"}}, "raw": {"L": "", "MF": "", "NR": "1830", "ENG": "1", "MA_": "2", "G_NR": "2054", "MA12": "4", "MARS": "10", "NAME": "Geraud", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,100", "CSINR": "", "KURTZ": "", "PHAS_": "0,500", "STUND": "11,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "06.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Louis", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "06.07.1902", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TENN", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "02-232"}, "ids-in-source": {"g55": "02-232"}}, "raw": {"DAY": "6-7-1902", "HOUR": "11 h.", "NAME": "\\fGERAUD Louis", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}, {"new": [], "raw": {"DAY": "6-7-1902", "HOUR": "11 h.", "NAME": "GERAUD Louis", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:48:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
2084	gerbault-alain-1893-11-17	{"a1": "2086", "g55": "03-471", "3a_sports": "1831", "cfepp-final3": "1031"}	{"g55": "03-471", "cfepp": "CF-1031", "ertel": "ES-1831", "lerrcp": "A1-2086"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Gerbault", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1893-11-17 11:00", "note": null, "place": {"c1": null, "c2": "53", "c3": "", "cy": "FR", "lg": -0.77019, "lat": 48.07247, "name": "Laval", "geoid": 3005866}, "notime": null, "date-ut": "1893-11-17 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player", "sport-sailer", "writer"]	5	null	[{"new": {"name": {"given": "Alain", "family": "Gerbault"}, "birth": {"tzo": "+00:09:21", "date": "1893-11-17 11:00", "place": {"c2": "53", "cy": "FR", "lg": -0.77019, "lat": 48.07247, "name": "Laval", "geoid": 3005866}, "date-ut": "1893-11-17 10:50:40"}, "occus": ["sport-sailer"], "trust": 5, "partial_ids": {"lerrcp": "A1-2086"}, "ids-in-sources": {"a1": "2086"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "53", "COU": "F", "DAY": "17", "LAT": "48N 4", "LON": "0W45", "MON": "11", "NUM": "2086", "PRO": "C", "SEC": "40", "YEA": "1893", "CITY": "LAVAL"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1893-11-17 11:00"}, "partial-ids": {"ertel": "ES-1831"}}, "raw": {"L": "", "MF": "", "NR": "1831", "ENG": "1", "MA_": "2", "G_NR": "2086", "MA12": "4", "MARS": "11", "NAME": "Gerbault", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,800", "CSINR": "", "KURTZ": "", "PHAS_": "52,700", "STUND": "11,00", "CFEPNR": "1031", "EXTEND": "1", "NATION": "FRA", "TAGMON": "17.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alain", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "17.11.1893", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "YACH", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1893-11-17 11:00", "place": {"c3": ""}, "date-ut": "1893-11-17 10:51"}, "occus": ["tennis-player"], "ids-in-sources": {"cfepp-final3": "1031"}}, "raw": {"S": "4", "LT": "11 00", "LV": "FI", "TR": "f", "UT": "10 51", "LAT": "+48.07", "SRC": "AG", "LONG": "+00.77", "NAME": "GERBAULT Alain", "SPORT": "Tennis", "LOC_DATE": "1893 11 17", "UNIV_DATE": "1893 11 17", "BIRTH_PLACE": "LAVAL", "POSTAL_CODE": "53017 CEDEX"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-471"}, "ids-in-source": {"g55": "03-471"}}, "raw": {"DAY": "17-11-1893", "HOUR": "11 h.", "NAME": "GERBAULT Alain", "PLACE": "Laval (Mayenne)."}, "date": "2023-08-20T14:48:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
15965	germar-manfred-1935-03-10	{"d6": "177", "afd2": "223", "3a_sports": "1835"}	{"ertel": "ES-1835", "lerrcp": "D6-177", "muller": "M2-223"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Manfred", "family": "Germar", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1935-03-10 18:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 7, "lat": 50.93333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Manfred", "family": "Germar"}, "birth": {"date": "1935-03-10 18:30", "place": {"cy": "DE", "lg": 7, "lat": 50.93333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "177"}}, "raw": {"H": "18", "MN": "30", "DAY": "10", "LAT": "50N56", "LON": "07E00", "MON": "3", "NUM": "177", "SEC": "0", "YEA": "1935", "NAME": "Germar Manfred"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "birth": {"tzo": "+01:00"}, "occus": ["sportsperson"], "ids-in-sources": {"afd2": "223"}}, "raw": {"CY": "D", "GQ": "G", "LG": "006 E 57", "LAT": "50 N 57", "TZO": "-1.00", "DATE": "10.03.1935", "MUID": "223", "NAME": "Germar, Manfred", "OCCU": "MA 13", "TIME": "18.30", "BOOKS": "7", "PLACE": "Köln", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-1835"}}, "raw": {"L": "", "MF": "", "NR": "1835", "ENG": "", "MA_": "0", "G_NR": "177", "MA12": "11", "MARS": "33", "NAME": "Germar", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "29,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "10.03.", "ZITATE": "DKSTF", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Manfred", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "10.03.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
936	giacchero-franco-1924-04-01	{"a1": "936", "3a_sports": "1845"}	{"ertel": "ES-1845", "lerrcp": "A1-936"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franco", "family": "Giacchero", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-04-01 08:00", "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.64525, "lat": 44.63835, "name": "Ovada", "geoid": 3171771}, "notime": null, "date-ut": "1924-04-01 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Franco", "family": "Giacchero"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.64525, "lat": 44.63835, "name": "Ovada", "geoid": 3171771}, "date-ut": "1924-04-01 07:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-936"}, "ids-in-sources": {"a1": "936"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "1", "LAT": "45N 0", "LON": "9E 0", "MON": "4", "NUM": "936", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "OVADA"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-04-01 08:00"}, "partial-ids": {"ertel": "ES-1845"}}, "raw": {"L": "", "MF": "", "NR": "1845", "ENG": "1", "MA_": "2", "G_NR": "936", "MA12": "4", "MARS": "12", "NAME": "Giacchero", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,400", "CSINR": "", "KURTZ": "", "PHAS_": "10,900", "STUND": "8,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "01.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Franco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.04.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1513	giacomazzi-giovanni-1928-01-18	{"a1": "1514", "3a_sports": "1847"}	{"ertel": "ES-1847", "lerrcp": "A1-1514"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Giacomazzi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-01-18 09:30", "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 12.25, "lat": 45.4, "name": "S. MARTINO DI L", "geoid": 0}, "notime": null, "date-ut": "1928-01-18 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Giacomazzi"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 12.25, "lat": 45.4, "name": "S. MARTINO DI L", "geoid": 0}, "date-ut": "1928-01-18 08:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1514"}, "ids-in-sources": {"a1": "1514"}}, "raw": {"H": "9", "MN": "30", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "18", "LAT": "45N24", "LON": "12E15", "MON": "1", "NUM": "1514", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "S. MARTINO DI L"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-01-18 09:30"}, "partial-ids": {"ertel": "ES-1847"}}, "raw": {"L": "", "MF": "", "NR": "1847", "ENG": "", "MA_": "0", "G_NR": "1514", "MA12": "3", "MARS": "8", "NAME": "Giacomazzi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,400", "CSINR": "", "KURTZ": "", "PHAS_": "22,300", "STUND": "9,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "18.01.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giovanni", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "18.01.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
714	giannelli-nazareno-1925-02-09	{"a1": "714", "3a_sports": "1850"}	{"ertel": "ES-1850", "lerrcp": "A1-714"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nazareno", "family": "Giannelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-02-09 22:00", "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "notime": null, "date-ut": "1925-02-09 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Nazareno", "family": "Giannelli"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "date-ut": "1925-02-09 21:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-714"}, "ids-in-sources": {"a1": "714"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "9", "LAT": "45N24", "LON": "12E15", "MON": "2", "NUM": "714", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "PADOVA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-02-09 22:00"}, "partial-ids": {"ertel": "ES-1850"}}, "raw": {"L": "", "MF": "", "NR": "1850", "ENG": "", "MA_": "0", "G_NR": "714", "MA12": "6", "MARS": "16", "NAME": "Giannelli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,800", "CSINR": "", "KURTZ": "", "PHAS_": "100,00", "STUND": "22,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "09.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Nazareno", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.02.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16709	gibson-althea-1927-08-25	{"d10": "474", "3a_sports": "1856", "rawlins-ertel-irving": "129"}	{"ertel": "ES-1856", "csicop": "CS-129", "lerrcp": "D10-474"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Althea", "family": "Gibson", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "-05:00", "date": "1927-08-25 09:00", "note": null, "place": {"c1": null, "c2": "SC", "c3": null, "cy": "US", "lg": -80.28333, "lat": 33.71667, "name": "Silver", "geoid": null}, "notime": null, "date-ut": "1927-08-25 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Althea", "family": "Gibson"}, "birth": {"tzo": "-05:00", "date": "1927-08-25 09:00", "place": {"c2": "SC", "cy": "US", "lg": -80.28333, "lat": 33.71667, "name": "Silver"}, "date-ut": "1927-08-25 14:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "474"}}, "raw": {"H": "09:00", "TZ": "5h", "DAY": "25", "LAT": "33N43", "LON": "80W17", "MON": "8", "NUM": "474", "PRO": "SP", "YEA": "1927", "CICO": "Silver, SC", "NAME": "Gibson Althea"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "129"}}, "raw": {"LA1": "33", "LA2": "40", "LO1": "80", "LO2": "20", "AMPM": "A", "MARS": "3", "NAME": "Gibson", "BATCH": "1", "Satz#": "129", "GEBDAT": "25 8 1927", "GEBORT": "SC", "GEBZEIT": "9 0", "VORNAME": "Althea", "SPORTART": "TRAC", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "F", "occus": ["tennis-player"], "partial-ids": {"ertel": "ES-1856"}}, "raw": {"L": "", "MF": "F", "NR": "1856", "ENG": "1", "MA_": "2", "G_NR": "474", "MA12": "1", "MARS": "3", "NAME": "Gibson", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-5,500", "CSINR": "129", "KURTZ": "", "PHAS_": "5,300", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "25.08.", "ZITATE": "JSTBFX", "ZITSUM": "6", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Althea", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "25.08.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TENN", "CHRISNAME": "0", "ZITSUM_OD": "6"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1061	gielen-frans-1921-10-22	{"a1": "1061", "3a_sports": "1857"}	{"ertel": "ES-1857", "lerrcp": "A1-1061"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frans", "family": "Gielen", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-10-22 03:00", "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "WYCKNAEL", "geoid": 0}, "notime": null, "date-ut": "1921-10-22 02:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Frans", "family": "Gielen"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "WYCKNAEL", "geoid": 0}, "date-ut": "1921-10-22 02:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1061"}, "ids-in-sources": {"a1": "1061"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "22", "LAT": "50N47", "LON": "5E30", "MON": "10", "NUM": "1061", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "WYCKNAEL"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-10-22 03:00"}, "partial-ids": {"ertel": "ES-1857"}}, "raw": {"L": "", "MF": "", "NR": "1857", "ENG": "", "MA_": "1", "G_NR": "1061", "MA12": "12", "MARS": "35", "NAME": "Gielen", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,000", "CSINR": "", "KURTZ": "", "PHAS_": "73,800", "STUND": "3,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "22.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Frans", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.10.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22626	agostinelli-romano-1928-10-30	{"3a_sports": "28"}	{"ertel": "ES-28"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Romano", "family": "Agostinelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-10-30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Romano", "family": "Agostinelli"}, "birth": {"date": "1928-10-30", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "28", "ENG": "", "MA_": "0", "G_NR": "6", "MA12": "6", "MARS": "16", "NAME": "Agostinelli", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-1,700", "CSINR": "", "KURTZ": "", "PHAS_": "98,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "30.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Romano", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.10.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
171	gilbert-adrien-1889-07-19	{"a1": "171", "3a_sports": "1860"}	{"ertel": "ES-1860", "lerrcp": "A1-171"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrien", "family": "Gilbert", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:11:04", "date": "1889-07-19 18:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Riom", "geoid": 0}, "notime": null, "date-ut": "1889-07-19 17:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Adrien", "family": "Gilbert"}, "birth": {"tzo": "+00:11:04", "date": "1889-07-19 18:00", "place": {"c2": "62", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Riom", "geoid": 0}, "date-ut": "1889-07-19 17:48:56"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-171"}, "ids-in-sources": {"a1": "171"}}, "raw": {"H": "17", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "19", "LAT": "50N18", "LON": "2E46", "MON": "7", "NUM": "171", "PRO": "C", "SEC": "56", "YEA": "1889", "CITY": "RIOM"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1889-07-19 18:00"}, "partial-ids": {"ertel": "ES-1860"}}, "raw": {"L": "", "MF": "", "NR": "1860", "ENG": "", "MA_": "0", "G_NR": "171", "MA12": "6", "MARS": "17", "NAME": "Gilbert", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,00", "CSINR": "", "KURTZ": "", "PHAS_": "58,500", "STUND": "18,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "19.07.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Adrien", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "19.07.1889", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
363	gilbert-ewinckel-igino-1876-08-04	{"a1": "363", "3a_sports": "1861"}	{"ertel": "ES-1861", "lerrcp": "A1-363"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Igino", "family": "Gilbert Ewinckel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1876-08-04 05:00", "note": null, "place": {"c1": null, "c2": "AP", "c3": null, "cy": "IT", "lg": 13.5749, "lat": 42.85483, "name": "Ascoli Piceno", "geoid": 3182749}, "notime": null, "date-ut": "1876-08-04 04:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Igino", "family": "Gilbert Ewinckel"}, "birth": {"place": {"c2": "AP", "cy": "IT", "lg": 13.5749, "lat": 42.85483, "name": "Ascoli Piceno", "geoid": 3182749}, "date-ut": "1876-08-04 04:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-363"}, "ids-in-sources": {"a1": "363"}}, "raw": {"H": "5", "MN": "10", "TZ": "-1", "COD": "AP", "COU": "I", "DAY": "4", "LAT": "43N 0", "LON": "13E45", "MON": "8", "NUM": "363", "PRO": "C", "SEC": "4", "YEA": "1876", "CITY": "ASCOLI PICENO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1876-08-04 05:00"}, "partial-ids": {"ertel": "ES-1861"}}, "raw": {"L": "", "MF": "", "NR": "1861", "ENG": "0", "MA_": "2", "G_NR": "363", "MA12": "12", "MARS": "36", "NAME": "Gilbert de Ewnicke", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,200", "CSINR": "", "KURTZ": "", "PHAS_": "98,400", "STUND": "5,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "04.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Igino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.08.1876", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1646	gillis-maurice-1897-11-02	{"a1": "1647", "3a_sports": "1866"}	{"cpara": "CP-472", "ertel": "ES-1866", "lerrcp": "A1-1647"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Gillis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1897-11-05 03:30", "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1897-11-02 03:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Gillis"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1897-11-02 03:30:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1647"}, "ids-in-sources": {"a1": "1647"}}, "raw": {"H": "3", "MN": "30", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "2", "LAT": "50N39", "LON": "5E30", "MON": "11", "NUM": "1647", "PRO": "C", "SEC": "0", "YEA": "1897", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1897-11-05 03:30"}, "partial-ids": {"ertel": "ES-1866"}}, "raw": {"L": "", "MF": "", "NR": "1866", "ENG": "", "MA_": "0", "G_NR": "1647", "MA12": "11", "MARS": "32", "NAME": "Gillis", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,300", "CSINR": "", "KURTZ": "", "PHAS_": "82,500", "STUND": "3,50", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "05.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "472", "VORNAME": "Maurice", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.11.1897", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
365	giovine-vittorio-1891-09-30	{"a1": "365", "3a_sports": "1874"}	{"ertel": "ES-1874", "lerrcp": "A1-365"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vittorio", "family": "Giovine", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1891-09-30 07:23", "note": null, "place": {"c1": null, "c2": "CH", "c3": null, "cy": "IT", "lg": 14.70592, "lat": 42.12434, "name": "Vasto", "geoid": 3164672}, "notime": null, "date-ut": "1891-09-30 06:33:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Vittorio", "family": "Giovine"}, "birth": {"place": {"c2": "CH", "cy": "IT", "lg": 14.70592, "lat": 42.12434, "name": "Vasto", "geoid": 3164672}, "date-ut": "1891-09-30 06:33:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-365"}, "ids-in-sources": {"a1": "365"}}, "raw": {"H": "7", "MN": "33", "TZ": "-1", "COD": "CH", "COU": "I", "DAY": "30", "LAT": "42N18", "LON": "14E15", "MON": "9", "NUM": "365", "PRO": "C", "SEC": "4", "YEA": "1891", "CITY": "VASTO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1891-09-30 07:23"}, "partial-ids": {"ertel": "ES-1874"}}, "raw": {"L": "", "MF": "", "NR": "1874", "ENG": "", "MA_": "1", "G_NR": "365", "MA12": "2", "MARS": "5", "NAME": "Giovine", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,000", "CSINR": "", "KURTZ": "", "PHAS_": "8,300", "STUND": "7,38", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "30.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Vittorio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.09.1891", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
938	girardengo-costante-1893-03-18	{"a1": "938", "3a_sports": "1876"}	{"ertel": "ES-1876", "lerrcp": "A1-938"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Costante", "family": "Girardengo", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1893-03-18 17:00", "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.78955, "lat": 44.76085, "name": "Novi Ligure", "geoid": 3172170}, "notime": null, "date-ut": "1893-03-18 16:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Costante", "family": "Girardengo"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.78955, "lat": 44.76085, "name": "Novi Ligure", "geoid": 3172170}, "date-ut": "1893-03-18 16:10:04"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-938"}, "ids-in-sources": {"a1": "938"}}, "raw": {"H": "17", "MN": "10", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "18", "LAT": "45N 0", "LON": "9E 0", "MON": "3", "NUM": "938", "PRO": "C", "SEC": "4", "YEA": "1893", "CITY": "NOVI LIGURE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "F", "birth": {"date": "1893-03-18 17:00"}, "partial-ids": {"ertel": "ES-1876"}}, "raw": {"L": "", "MF": "F", "NR": "1876", "ENG": "1", "MA_": "2", "G_NR": "938", "MA12": "4", "MARS": "11", "NAME": "Girardengo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,900", "CSINR": "", "KURTZ": "", "PHAS_": "0,100", "STUND": "17,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "18.03.", "ZITATE": "DGHFO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Costante", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "18.03.1893", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
940	giudici-pietro-1921-07-28	{"a1": "940", "3a_sports": "1881"}	{"ertel": "ES-1881", "lerrcp": "A1-940"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Giudici", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-07-28 15:00", "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "IT", "lg": 8.69613, "lat": 45.72217, "name": "Vergiate", "geoid": 3164548}, "notime": null, "date-ut": "1921-07-28 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Pietro", "family": "Giudici"}, "birth": {"place": {"c2": "VA", "cy": "IT", "lg": 8.69613, "lat": 45.72217, "name": "Vergiate", "geoid": 3164548}, "date-ut": "1921-07-28 14:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-940"}, "ids-in-sources": {"a1": "940"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "VA", "COU": "I", "DAY": "28", "LAT": "45N48", "LON": "9E 0", "MON": "7", "NUM": "940", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "VERGIATE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-07-28 15:00"}, "partial-ids": {"ertel": "ES-1881"}}, "raw": {"L": "", "MF": "", "NR": "1881", "ENG": "", "MA_": "1", "G_NR": "940", "MA12": "5", "MARS": "13", "NAME": "Giudici", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,10", "CSINR": "", "KURTZ": "", "PHAS_": "51,100", "STUND": "15,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "28.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pietro", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.07.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
366	giuliani-dino-1884-09-30	{"a1": "366", "3a_sports": "1882"}	{"ertel": "ES-1882", "lerrcp": "A1-366"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dino", "family": "Giuliani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1884-09-30 08:30", "note": null, "place": {"c1": null, "c2": "AR", "c3": null, "cy": "IT", "lg": 11.88261, "lat": 43.46734, "name": "Arezzo", "geoid": 3182884}, "notime": null, "date-ut": "1884-09-30 07:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Dino", "family": "Giuliani"}, "birth": {"place": {"c2": "AR", "cy": "IT", "lg": 11.88261, "lat": 43.46734, "name": "Arezzo", "geoid": 3182884}, "date-ut": "1884-09-30 07:40:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-366"}, "ids-in-sources": {"a1": "366"}}, "raw": {"H": "8", "MN": "40", "TZ": "-1", "COD": "AR", "COU": "I", "DAY": "30", "LAT": "43N30", "LON": "12E 0", "MON": "9", "NUM": "366", "PRO": "C", "SEC": "4", "YEA": "1884", "CITY": "AREZZO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1884-09-30 08:30"}, "partial-ids": {"ertel": "ES-1882"}}, "raw": {"L": "", "MF": "", "NR": "1882", "ENG": "0", "MA_": "2", "G_NR": "366", "MA12": "12", "MARS": "36", "NAME": "Giuliani", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,100", "CSINR": "", "KURTZ": "", "PHAS_": "74,100", "STUND": "8,50", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "30.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Dino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.09.1884", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1515	giuliano-luigi-1930-08-16	{"a1": "1516", "3a_sports": "1883"}	{"ertel": "ES-1883", "lerrcp": "A1-1516"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Giuliano", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-08-16 03:00", "note": null, "place": {"c1": null, "c2": "VC", "c3": null, "cy": "IT", "lg": 8.41533, "lat": 45.32306, "name": "Vercelli", "geoid": 3164565}, "notime": null, "date-ut": "1930-08-16 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Giuliano"}, "birth": {"place": {"c2": "VC", "cy": "IT", "lg": 8.41533, "lat": 45.32306, "name": "Vercelli", "geoid": 3164565}, "date-ut": "1930-08-16 02:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1516"}, "ids-in-sources": {"a1": "1516"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "VC", "COU": "I", "DAY": "16", "LAT": "45N24", "LON": "8E30", "MON": "8", "NUM": "1516", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "VERCELLI"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-08-16 03:00"}, "partial-ids": {"ertel": "ES-1883"}}, "raw": {"L": "", "MF": "", "NR": "1883", "ENG": "1", "MA_": "2", "G_NR": "1516", "MA12": "1", "MARS": "3", "NAME": "Giuliano", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,100", "CSINR": "", "KURTZ": "", "PHAS_": "65,200", "STUND": "3,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "16.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.08.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2055	gobert-andre-1890-09-30	{"a1": "2057", "3a_sports": "1886"}	{"cpara": "CP-208", "ertel": "ES-1886", "lerrcp": "A1-2057"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Gobert", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1890-09-30 17:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1890-09-30 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "André", "family": "Gobert"}, "birth": {"tzo": "+00:09:24", "date": "1890-09-30 17:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1890-09-30 16:50:40"}, "occus": ["tennis-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-2057"}, "ids-in-sources": {"a1": "2057"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "30", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "2057", "PRO": "C", "SEC": "40", "YEA": "1890", "CITY": "PARIS"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1890-09-30 17:00"}, "partial-ids": {"ertel": "ES-1886"}}, "raw": {"L": "", "MF": "", "NR": "1886", "ENG": "", "MA_": "0", "G_NR": "2057", "MA12": "3", "MARS": "8", "NAME": "Gobert", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,500", "CSINR": "", "KURTZ": "", "PHAS_": "97,000", "STUND": "17,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "30.09.", "ZITATE": "DJK", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "208", "VORNAME": "André", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "30.09.1890", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
611	godih-lahouari-1929-04-27	{"a1": "611", "g55": "03-503", "3a_sports": "1890"}	{"g55": "03-503", "ertel": "ES-1890", "lerrcp": "A1-611"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lahouari", "family": "Godih", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-04-27 04:00", "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": -0.63588, "lat": 35.69906, "name": "Oran", "geoid": 2485926}, "notime": null, "date-ut": "1929-04-27 04:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Lahouari", "family": "Godih"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": -0.63588, "lat": 35.69906, "name": "Oran", "geoid": 2485926}, "date-ut": "1929-04-27 04:00:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-611"}, "ids-in-sources": {"a1": "611"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "27", "LAT": "35N40", "LON": "0W30", "MON": "4", "NUM": "611", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "ORAN"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-04-27 04:00"}, "partial-ids": {"ertel": "ES-1890"}}, "raw": {"L": "", "MF": "", "NR": "1890", "ENG": "", "MA_": "0", "G_NR": "611", "MA12": "9", "MARS": "25", "NAME": "Godih", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,600", "CSINR": "", "KURTZ": "", "PHAS_": "91,200", "STUND": "4,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Lahouari", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "27.04.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-503"}, "ids-in-source": {"g55": "03-503"}}, "raw": {"DAY": "27-4-1929", "HOUR": "4 h.", "NAME": "GODIH Lahouari", "PLACE": "Oran (Algérie)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
16726	gomes-harold-1933-08-22	{"d10": "491", "3a_sports": "1896"}	{"ertel": "ES-1896", "lerrcp": "D10-491"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Harold", "family": "Gomes", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-04:00", "date": "1933-08-22 07:52", "note": null, "place": {"c1": null, "c2": "RI", "c3": null, "cy": "US", "lg": -71.4, "lat": 41.81667, "name": "Providence", "geoid": null}, "notime": null, "date-ut": "1933-08-22 11:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Harold", "family": "Gomes"}, "birth": {"tzo": "-04:00", "date": "1933-08-22 07:52", "place": {"c2": "RI", "cy": "US", "lg": -71.4, "lat": 41.81667, "name": "Providence"}, "date-ut": "1933-08-22 11:52"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "491"}}, "raw": {"H": "07:52", "TZ": "4h", "DAY": "22", "LAT": "41N49", "LON": "71W24", "MON": "8", "NUM": "491", "PRO": "SP", "YEA": "1933", "CICO": "Providence, RI", "NAME": "Gomes Harold"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["boxer"], "partial-ids": {"ertel": "ES-1896"}}, "raw": {"L": "", "MF": "", "NR": "1896", "ENG": "", "MA_": "0", "G_NR": "491", "MA12": "11", "MARS": "32", "NAME": "Gomes", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "0,500", "CSINR": "", "KURTZ": "", "PHAS_": "0,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "22.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Harold", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.08.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15969	maria-francisca-gommers-1939-09-26	{"d6": "181", "3a_sports": "1897"}	{"ertel": "ES-1897", "lerrcp": "D6-181"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gommers", "family": "Maria Francisca", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1939-09-26 04:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "NL", "lg": 5.75, "lat": 50.96667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Gommers", "family": "Maria Francisca"}, "birth": {"date": "1939-09-26 04:00", "place": {"cy": "NL", "lg": 5.75, "lat": 50.96667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "181"}}, "raw": {"H": "4", "MN": "0", "DAY": "26", "LAT": "50N58", "LON": "05E45", "MON": "9", "NUM": "181", "SEC": "0", "YEA": "1939", "NAME": "Gommers Maria Francisca"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "F", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-1897"}}, "raw": {"L": "", "MF": "F", "NR": "1897", "ENG": "", "MA_": "0", "G_NR": "181", "MA12": "8", "MARS": "22", "NAME": "Gommers", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "5,300", "CSINR": "", "KURTZ": "", "PHAS_": "93,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "NET", "TAGMON": "26.09.", "ZITATE": "DKT", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Maria Francisca", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "26.09.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16727	gonzales-richard-1928-05-09	{"d10": "492", "3a_sports": "1902"}	{"ertel": "ES-1902", "lerrcp": "D10-492"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Gonzales", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1928-05-09 04:45", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1928-05-09 12:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Gonzales"}, "birth": {"tzo": "-08:00", "date": "1928-05-09 04:45", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1928-05-09 12:45"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "492"}}, "raw": {"H": "04:45", "TZ": "8h", "DAY": "9", "LAT": "34N4", "LON": "118W15", "MON": "5", "NUM": "492", "PRO": "SP", "YEA": "1928", "CICO": "Los Angeles, CA", "NAME": "Gonzales Richard"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["tennis-player"], "partial-ids": {"ertel": "ES-1902"}}, "raw": {"L": "", "MF": "", "NR": "1902", "ENG": "", "MA_": "1", "G_NR": "492", "MA12": "2", "MARS": "4", "NAME": "Gonzales", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-6,100", "CSINR": "", "KURTZ": "", "PHAS_": "85,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "09.05.", "ZITATE": "DJSTBEX", "ZITSUM": "7", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Richard Alonzo", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "09.05.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "6"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
754	goreux-joseph-1924-01-29	{"a1": "754", "3a_sports": "1905"}	{"ertel": "ES-1905", "lerrcp": "A1-754"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Goreux", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-01-29 15:00", "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1924-01-29 15:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Goreux"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1924-01-29 15:00:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-754"}, "ids-in-sources": {"a1": "754"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "29", "LAT": "50N39", "LON": "5E30", "MON": "1", "NUM": "754", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-01-29 15:00"}, "partial-ids": {"ertel": "ES-1905"}}, "raw": {"L": "", "MF": "", "NR": "1905", "ENG": "", "MA_": "0", "G_NR": "754", "MA12": "8", "MARS": "22", "NAME": "Goreux", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,20", "CSINR": "", "KURTZ": "", "PHAS_": "52,900", "STUND": "15,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "29.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Joseph", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.01.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
368	gostoli-cristoforo-1897-02-28	{"a1": "368", "3a_sports": "1906"}	{"ertel": "ES-1906", "lerrcp": "A1-368"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cristoforo", "family": "Gostoli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1897-02-28 13:30", "note": null, "place": {"c1": null, "c2": "PS", "c3": null, "cy": "IT", "lg": 13, "lat": 44, "name": "URBANIADIPESARO", "geoid": 0}, "notime": null, "date-ut": "1897-02-28 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Cristoforo", "family": "Gostoli"}, "birth": {"place": {"c2": "PS", "cy": "IT", "lg": 13, "lat": 44, "name": "URBANIADIPESARO", "geoid": 0}, "date-ut": "1897-02-28 12:30"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-368"}, "ids-in-sources": {"a1": "368"}}, "raw": {"H": "13", "MN": "30", "TZ": "-1", "COD": "PS", "COU": "I", "DAY": "28", "LAT": "44N 0", "LON": "13E 0", "MON": "2", "NUM": "368", "PRO": "C", "SEC": "0", "YEA": "1897", "CITY": "URBANIADIPESARO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1897-02-28 13:30"}, "partial-ids": {"ertel": "ES-1906"}}, "raw": {"L": "", "MF": "", "NR": "1906", "ENG": "1", "MA_": "2", "G_NR": "368", "MA12": "1", "MARS": "3", "NAME": "Gostoli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,900", "CSINR": "", "KURTZ": "", "PHAS_": "12,600", "STUND": "13,50", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "28.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Cristoforo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.02.1897", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16226	gottvalles-alain-1931-07-05	{"d6": "439", "3a_sports": "1908"}	{"ertel": "ES-1908", "lerrcp": "D6-439"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Gottvalles", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-07-05 01:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "MA", "lg": -7.58333, "lat": 33.65, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "Alain", "family": "Gottvalles"}, "birth": {"date": "1931-07-05 01:00", "place": {"cy": "MA", "lg": -7.58333, "lat": 33.65}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "439"}}, "raw": {"H": "1", "MN": "0", "DAY": "5", "LAT": "33N39", "LON": "07W35", "MON": "7", "NUM": "439", "SEC": "0", "YEA": "1931", "NAME": "Gottvalles Alain"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["swimmer"], "partial-ids": {"ertel": "ES-1908"}}, "raw": {"L": "", "MF": "", "NR": "1908", "ENG": "1", "MA_": "2", "G_NR": "439", "MA12": "1", "MARS": "1", "NAME": "Gottvalles", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "7,600", "CSINR": "", "KURTZ": "", "PHAS_": "23,200", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "22.03.", "ZITATE": "DS", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alain", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "22.03.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SWIM", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1303	ferrier-rene-1936-12-07	{"a1": "1304", "3a_sports": "1627", "cfepp-final3": "475"}	{"cfepp": "CF-475", "cpara": "CP-186", "ertel": "ES-1627", "lerrcp": "A1-1304"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Ferrier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1936-12-07 02:20", "note": null, "place": {"c1": null, "c2": "03", "c3": "", "cy": "FR", "lg": 3.5758, "lat": 46.40528, "name": "Thionne", "geoid": 2972813}, "notime": null, "date-ut": "1936-12-07 02:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "René", "family": "Ferrier"}, "birth": {"tzo": "+00:00", "date": "1936-12-07 02:20", "place": {"c2": "03", "cy": "FR", "lg": 3.5758, "lat": 46.40528, "name": "Thionne", "geoid": 2972813}, "date-ut": "1936-12-07 02:20"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1304"}, "ids-in-sources": {"a1": "1304"}}, "raw": {"H": "2", "MN": "20", "TZ": "0", "COD": "03", "COU": "F", "DAY": "7", "LAT": "46N34", "LON": "3E20", "MON": "12", "NUM": "1304", "PRO": "C", "SEC": "0", "YEA": "1936", "CITY": "THIONNE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1936-12-07 02:20"}, "partial-ids": {"ertel": "ES-1627"}}, "raw": {"L": "", "MF": "", "NR": "1627", "ENG": "1", "MA_": "2", "G_NR": "1304", "MA12": "1", "MARS": "1", "NAME": "Ferrier", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,600", "CSINR": "", "KURTZ": "", "PHAS_": "38,200", "STUND": "2,33", "CFEPNR": "475", "EXTEND": "1", "NATION": "FRA", "TAGMON": "07.12.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "186", "VORNAME": "René", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "07.12.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1936-12-07 02:20", "place": {"c3": ""}, "date-ut": "1936-12-07 02:20"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "475"}}, "raw": {"S": "1", "LT": "02 20", "LV": "I24", "TR": "f", "UT": "02 20", "LAT": "+46.41", "SRC": "L", "LONG": "-03.58", "NAME": "FERRIER Rene", "SPORT": "Soccer", "LOC_DATE": "1936 12 07", "UNIV_DATE": "1936 12 07", "BIRTH_PLACE": "THIONNE", "POSTAL_CODE": "03220"}, "date": "2023-08-20T14:46:04+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
826	goutal-albert-1918-12-01	{"a1": "826", "3a_sports": "1915"}	{"ertel": "ES-1915", "lerrcp": "A1-826"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Goutal", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1918-12-01 19:30", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -2.54652, "lat": 47.37936, "name": "Piriac-sur-Mer", "geoid": 2987043}, "notime": null, "date-ut": "1918-12-01 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Goutal"}, "birth": {"tzo": "+00:00", "date": "1918-12-01 19:30", "place": {"c2": "44", "cy": "FR", "lg": -2.54652, "lat": 47.37936, "name": "Piriac-sur-Mer", "geoid": 2987043}, "date-ut": "1918-12-01 19:30"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-826"}, "ids-in-sources": {"a1": "826"}}, "raw": {"H": "19", "MN": "30", "TZ": "0", "COD": "44", "COU": "F", "DAY": "1", "LAT": "47N13", "LON": "1W35", "MON": "12", "NUM": "826", "PRO": "C", "SEC": "0", "YEA": "1918", "CITY": "PIRIAC-S/MER"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1918-12-01 19:30"}, "partial-ids": {"ertel": "ES-1915"}}, "raw": {"L": "", "MF": "", "NR": "1915", "ENG": "", "MA_": "1", "G_NR": "826", "MA12": "7", "MARS": "19", "NAME": "Goutal", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,500", "CSINR": "", "KURTZ": "", "PHAS_": "6,400", "STUND": "19,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.12.", "ZITATE": "O", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Albert", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "01.12.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1909	gourbal-yvon-1939-08-14	{"a1": "1911", "3a_sports": "1912", "cfepp-final3": "757"}	{"cfepp": "CF-757", "ertel": "ES-1912", "lerrcp": "A1-1911"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yvon", "family": "Gourbal", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1939-08-14 17:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 2.99351, "lat": 42.75505, "name": "Torreilles", "geoid": 2972412}, "notime": null, "date-ut": "1939-08-14 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Yvon", "family": "Gourbal"}, "birth": {"tzo": "+01:00", "date": "1939-08-14 17:00", "place": {"c2": "66", "cy": "FR", "lg": 2.99351, "lat": 42.75505, "name": "Torreilles", "geoid": 2972412}, "date-ut": "1939-08-14 16:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1911"}, "ids-in-sources": {"a1": "1911"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "66", "COU": "F", "DAY": "14", "LAT": "42N42", "LON": "2E55", "MON": "8", "NUM": "1911", "PRO": "C", "SEC": "0", "YEA": "1939", "CITY": "TORREILLES"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1939-08-14 17:00"}, "partial-ids": {"ertel": "ES-1912"}}, "raw": {"L": "", "MF": "", "NR": "1912", "ENG": "", "MA_": "1", "G_NR": "1911", "MA12": "12", "MARS": "35", "NAME": "Gourbal", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,900", "CSINR": "", "KURTZ": "", "PHAS_": "2,300", "STUND": "17,00", "CFEPNR": "757", "EXTEND": "", "NATION": "FRA", "TAGMON": "14.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Yvon", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "14.08.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1939-08-14 17:00", "place": {"c3": ""}, "date-ut": "1939-08-14 16:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "757"}}, "raw": {"S": "12", "LT": "17 00", "LV": "I5", "TR": "f", "UT": "16 00", "LAT": "+42.75", "SRC": "L", "LONG": "-02.99", "NAME": "GOURBAL Yvon", "SPORT": "Rugby League", "LOC_DATE": "1939 08 14", "UNIV_DATE": "1939 08 14", "BIRTH_PLACE": "TORREILLES", "POSTAL_CODE": "66440"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16733	graebner-clark-1943-11-04	{"d10": "498", "3a_sports": "1923"}	{"ertel": "ES-1923", "lerrcp": "D10-498"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clark", "family": "Graebner", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1943-11-04 18:20", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland", "geoid": null}, "notime": null, "date-ut": "1943-11-04 23:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Clark", "family": "Graebner"}, "birth": {"tzo": "-05:00", "date": "1943-11-04 18:20", "place": {"c2": "OH", "cy": "US", "lg": -81.7, "lat": 41.5, "name": "Cleveland"}, "date-ut": "1943-11-04 23:20"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "498"}}, "raw": {"H": "18:20", "TZ": "5h", "DAY": "4", "LAT": "41N30", "LON": "81W42", "MON": "11", "NUM": "498", "PRO": "SP", "YEA": "1943", "CICO": "Cleveland, OH", "NAME": "Graebner Clark"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["tennis-player"], "partial-ids": {"ertel": "ES-1923"}}, "raw": {"L": "", "MF": "", "NR": "1923", "ENG": "", "MA_": "0", "G_NR": "498", "MA12": "12", "MARS": "34", "NAME": "Graebner", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "10,600", "CSINR": "", "KURTZ": "", "PHAS_": "37,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "04.11.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Clarke Edward", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "04.11.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
941	gramo-felice-1901-12-22	{"a1": "941", "3a_sports": "1925"}	{"ertel": "ES-1925", "lerrcp": "A1-941"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Felice", "family": "Gramo", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1901-12-22 20:00", "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1901-12-22 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Felice", "family": "Gramo"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1901-12-22 19:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-941"}, "ids-in-sources": {"a1": "941"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "22", "LAT": "45N 0", "LON": "8E 0", "MON": "12", "NUM": "941", "PRO": "C", "SEC": "0", "YEA": "1901", "CITY": "TORINO"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "F", "birth": {"date": "1901-12-22 20:00"}, "partial-ids": {"ertel": "ES-1925"}}, "raw": {"L": "", "MF": "F", "NR": "1925", "ENG": "", "MA_": "1", "G_NR": "941", "MA12": "7", "MARS": "20", "NAME": "Gramo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,600", "CSINR": "", "KURTZ": "", "PHAS_": "83,000", "STUND": "20,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "22.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Felice", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.12.1901", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1307	gabrillargues-louis-1914-06-16	{"a1": "1308", "g55": "03-251", "3a_sports": "1743", "cfepp-final3": "480"}	{"g55": "03-251", "cfepp": "CF-480", "ertel": "ES-1743", "lerrcp": "A1-1308"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Gabrillargues", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1914-06-16 15:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1914-06-16 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Gabrillargues"}, "birth": {"tzo": "+00:00", "date": "1914-06-16 15:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1914-06-16 15:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1308"}, "ids-in-sources": {"a1": "1308"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "34", "COU": "F", "DAY": "16", "LAT": "43N37", "LON": "3E53", "MON": "6", "NUM": "1308", "PRO": "C", "SEC": "0", "YEA": "1914", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1914-06-16 15:00"}, "partial-ids": {"ertel": "ES-1743"}}, "raw": {"L": "", "MF": "", "NR": "1743", "ENG": "", "MA_": "0", "G_NR": "1308", "MA12": "3", "MARS": "8", "NAME": "Gabrillargues", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,600", "CSINR": "", "KURTZ": "", "PHAS_": "46,300", "STUND": "15,00", "CFEPNR": "480", "EXTEND": "", "NATION": "FRA", "TAGMON": "16.06.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Louis", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "16.06.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1914-06-16 15:00", "place": {"c3": ""}, "date-ut": "1914-06-16 15:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "480"}}, "raw": {"S": "3", "LT": "15 00", "LV": "I9", "TR": "f", "UT": "15 00", "LAT": "+43.61", "SRC": "ALG", "LONG": "-03.88", "NAME": "GABRILLARGUES Louis", "SPORT": "Soccer", "LOC_DATE": "1914 06 16", "UNIV_DATE": "1914 06 16", "BIRTH_PLACE": "MONTPELLIER", "POSTAL_CODE": "34064 CEDEX"}, "date": "2023-08-20T14:46:04+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-251"}, "ids-in-source": {"g55": "03-251"}}, "raw": {"DAY": "16-6-1914", "HOUR": "15 h.", "NAME": "GABRILLARGUES Louis", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:48:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
827	graczyk-jean-1933-05-26	{"a1": "827", "3a_sports": "1921", "cfepp-final3": "308"}	{"cfepp": "CF-308", "cpara": "CP-212", "ertel": "ES-1921", "lerrcp": "A1-827"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Graczyk", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1933-05-26 04:30", "note": null, "place": {"c1": null, "c2": "18", "c3": "", "cy": "FR", "lg": 2.38333, "lat": 47.08333, "name": "Neuvy-sur-Barange", "geoid": 0}, "notime": null, "date-ut": "1933-05-26 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Graczyk"}, "birth": {"tzo": "+01:00", "date": "1933-05-26 04:30", "place": {"c2": "18", "cy": "FR", "lg": 2.38333, "lat": 47.08333, "name": "Neuvy-sur-Barange", "geoid": 0}, "date-ut": "1933-05-26 03:30"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-827"}, "ids-in-sources": {"a1": "827"}}, "raw": {"H": "3", "MN": "30", "TZ": "0", "COD": "18", "COU": "F", "DAY": "26", "LAT": "47N 5", "LON": "2E23", "MON": "5", "NUM": "827", "PRO": "C", "SEC": "0", "YEA": "1933", "CITY": "NEUVY-S/BARANGE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1933-05-26 04:30"}, "partial-ids": {"ertel": "ES-1921"}}, "raw": {"L": "", "MF": "", "NR": "1921", "ENG": "", "MA_": "0", "G_NR": "827", "MA12": "8", "MARS": "23", "NAME": "Graczyk", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,900", "CSINR": "", "KURTZ": "", "PHAS_": "2,400", "STUND": "4,50", "CFEPNR": "308", "EXTEND": "", "NATION": "FRA", "TAGMON": "26.05.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "212", "VORNAME": "Jean", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "26.05.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1933-05-26 04:30", "place": {"c3": ""}, "date-ut": "1933-05-26 03:30"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "308"}}, "raw": {"S": "8", "LT": "04 30", "LV": "FI", "TR": "f", "UT": "03 30", "LAT": "+47.31", "SRC": "L", "LONG": "-02.26", "NAME": "GRACZYK Jean", "SPORT": "Cycling", "LOC_DATE": "1933 05 26", "UNIV_DATE": "1933 05 26", "BIRTH_PLACE": "NEUVY SUR BARANGEON", "POSTAL_CODE": "18330"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1306	foix-jacques-1930-11-26	{"a1": "1307", "3a_sports": "1661", "cfepp-final3": "478"}	{"cfepp": "CF-478", "cpara": "CP-510", "ertel": "ES-1661", "lerrcp": "A1-1307"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Foix", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1930-11-26 20:30", "note": null, "place": {"c1": null, "c2": "40", "c3": "", "cy": "FR", "lg": -0.49713, "lat": 43.89022, "name": "Mont-de-Marsan", "geoid": 2992771}, "notime": null, "date-ut": "1930-11-26 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Foix"}, "birth": {"tzo": "+00:00", "date": "1930-11-26 20:30", "place": {"c2": "40", "cy": "FR", "lg": -0.49713, "lat": 43.89022, "name": "Mont-de-Marsan", "geoid": 2992771}, "date-ut": "1930-11-26 20:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1307"}, "ids-in-sources": {"a1": "1307"}}, "raw": {"H": "20", "MN": "30", "TZ": "0", "COD": "40", "COU": "F", "DAY": "26", "LAT": "43N54", "LON": "0W30", "MON": "11", "NUM": "1307", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "MONT-DE-MARSAN"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-11-26 20:30"}, "partial-ids": {"ertel": "ES-1661"}}, "raw": {"L": "", "MF": "", "NR": "1661", "ENG": "", "MA_": "0", "G_NR": "1307", "MA12": "12", "MARS": "34", "NAME": "Foix", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,300", "CSINR": "", "KURTZ": "", "PHAS_": "29,300", "STUND": "20,50", "CFEPNR": "478", "EXTEND": "", "NATION": "FRA", "TAGMON": "26.11.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "510", "VORNAME": "Jacques", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "26.11.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1930-11-26 20:30", "place": {"c3": ""}, "date-ut": "1930-11-26 20:30"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "478"}}, "raw": {"S": "12", "LT": "20 30", "LV": "I9", "TR": "f", "UT": "20 30", "LAT": "+43.89", "SRC": "L", "LONG": "+00.50", "NAME": "FOIX Jacques", "SPORT": "Soccer", "LOC_DATE": "1930 11 26", "UNIV_DATE": "1930 11 26", "BIRTH_PLACE": "MONT DE MARSAN", "POSTAL_CODE": "40011 CEDEX"}, "date": "2023-08-20T14:46:04+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
370	grassi-fonseca-amilcare-1883-12-20	{"a1": "370", "3a_sports": "1937"}	{"ertel": "ES-1937", "lerrcp": "A1-370"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amilcare", "family": "Grassi Fonseca", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1883-12-20 03:00", "note": null, "place": {"c1": null, "c2": "AP", "c3": null, "cy": "IT", "lg": 13.75, "lat": 43, "name": "FORCEDIASCOLIPI", "geoid": 0}, "notime": null, "date-ut": "1883-12-20 02:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Amilcare", "family": "Grassi Fonseca"}, "birth": {"place": {"c2": "AP", "cy": "IT", "lg": 13.75, "lat": 43, "name": "FORCEDIASCOLIPI", "geoid": 0}, "date-ut": "1883-12-20 02:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-370"}, "ids-in-sources": {"a1": "370"}}, "raw": {"H": "3", "MN": "10", "TZ": "-1", "COD": "AP", "COU": "I", "DAY": "20", "LAT": "43N 0", "LON": "13E45", "MON": "12", "NUM": "370", "PRO": "C", "SEC": "4", "YEA": "1883", "CITY": "FORCEDIASCOLIPI"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1883-12-20 03:00"}, "partial-ids": {"ertel": "ES-1937"}}, "raw": {"L": "", "MF": "", "NR": "1937", "ENG": "0", "MA_": "2", "G_NR": "370", "MA12": "3", "MARS": "9", "NAME": "Grassi Fonseca", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "63,200", "STUND": "3,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "20.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Amilcare", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.12.1883", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
371	grasso-renato-1891-04-24	{"a1": "371", "3a_sports": "1938"}	{"ertel": "ES-1938", "lerrcp": "A1-371"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renato", "family": "Grasso", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1891-04-24 03:40", "note": null, "place": {"c1": null, "c2": "CN", "c3": null, "cy": "IT", "lg": 7.25, "lat": 44.4, "name": "CASTIGLIONETINE", "geoid": 0}, "notime": null, "date-ut": "1891-04-24 02:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Renato", "family": "Grasso"}, "birth": {"place": {"c2": "CN", "cy": "IT", "lg": 7.25, "lat": 44.4, "name": "CASTIGLIONETINE", "geoid": 0}, "date-ut": "1891-04-24 02:50:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-371"}, "ids-in-sources": {"a1": "371"}}, "raw": {"H": "3", "MN": "50", "TZ": "-1", "COD": "CN", "COU": "I", "DAY": "24", "LAT": "44N24", "LON": "7E15", "MON": "4", "NUM": "371", "PRO": "C", "SEC": "4", "YEA": "1891", "CITY": "CASTIGLIONETINE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1891-04-24 03:40"}, "partial-ids": {"ertel": "ES-1938"}}, "raw": {"L": "", "MF": "", "NR": "1938", "ENG": "", "MA_": "1", "G_NR": "371", "MA12": "10", "MARS": "30", "NAME": "Grasso", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,400", "CSINR": "", "KURTZ": "", "PHAS_": "99,900", "STUND": "3,67", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "24.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Renato", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.04.1891", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
613	granger-francois-1930-11-29	{"a1": "613", "g55": "03-505", "3a_sports": "1932"}	{"g55": "03-505", "ertel": "ES-1932", "lerrcp": "A1-613"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Granger", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1930-11-29 13:00", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 0.67721, "lat": 45.09264, "name": "Chalagnac", "geoid": 3027581}, "notime": null, "date-ut": "1930-11-29 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "François", "family": "Granger"}, "birth": {"tzo": "+00:00", "date": "1930-11-29 13:00", "place": {"c2": "24", "cy": "FR", "lg": 0.67721, "lat": 45.09264, "name": "Chalagnac", "geoid": 3027581}, "date-ut": "1930-11-29 13:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-613"}, "ids-in-sources": {"a1": "613"}}, "raw": {"H": "13", "MN": "0", "TZ": "0", "COD": "24", "COU": "F", "DAY": "29", "LAT": "45N11", "LON": "0E44", "MON": "11", "NUM": "613", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "CHALAGNAC"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-11-29 13:00"}, "partial-ids": {"ertel": "ES-1932"}}, "raw": {"L": "", "MF": "", "NR": "1932", "ENG": "", "MA_": "1", "G_NR": "613", "MA12": "7", "MARS": "21", "NAME": "Granger", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "57,100", "STUND": "13,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "29.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Francois", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "29.11.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-505"}, "ids-in-source": {"g55": "03-505"}}, "raw": {"DAY": "29-11-1930", "HOUR": "13 h.", "NAME": "GRANGER Francois", "PLACE": "Chalagnac (Dordogne)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1516	gratton-guido-1932-09-23	{"a1": "1517", "3a_sports": "1940"}	{"ertel": "ES-1940", "lerrcp": "A1-1517"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guido", "family": "Gratton", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-09-23 10:15", "note": null, "place": {"c1": null, "c2": "GO", "c3": null, "cy": "IT", "lg": 13.53417, "lat": 45.80722, "name": "Monfalcone", "geoid": 3173153}, "notime": null, "date-ut": "1932-09-23 09:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Guido", "family": "Gratton"}, "birth": {"place": {"c2": "GO", "cy": "IT", "lg": 13.53417, "lat": 45.80722, "name": "Monfalcone", "geoid": 3173153}, "date-ut": "1932-09-23 09:15"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1517"}, "ids-in-sources": {"a1": "1517"}}, "raw": {"H": "10", "MN": "15", "TZ": "-1", "COD": "GO", "COU": "I", "DAY": "23", "LAT": "46N 0", "LON": "13E30", "MON": "9", "NUM": "1517", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "MONFALCONE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-09-23 10:15"}, "partial-ids": {"ertel": "ES-1940"}}, "raw": {"L": "", "MF": "", "NR": "1940", "ENG": "1", "MA_": "2", "G_NR": "1517", "MA12": "4", "MARS": "12", "NAME": "Gratton", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,600", "CSINR": "", "KURTZ": "", "PHAS_": "50,500", "STUND": "10,25", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "23.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Guido", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.09.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
373	graziani-del-borgo-carlo-1886-07-25	{"a1": "373", "3a_sports": "1947"}	{"ertel": "ES-1947", "lerrcp": "A1-373"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Graziani del Borgo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1886-07-25 16:00", "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1886-07-25 15:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Graziani del Borgo"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1886-07-25 15:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-373"}, "ids-in-sources": {"a1": "373"}}, "raw": {"H": "16", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "25", "LAT": "43N42", "LON": "11E30", "MON": "7", "NUM": "373", "PRO": "C", "SEC": "4", "YEA": "1886", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1886-07-25 16:00"}, "partial-ids": {"ertel": "ES-1947"}}, "raw": {"L": "", "MF": "", "NR": "1947", "ENG": "", "MA_": "0", "G_NR": "373", "MA12": "3", "MARS": "8", "NAME": "Graziani del Borgo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,10", "CSINR": "", "KURTZ": "", "PHAS_": "43,100", "STUND": "16,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "25.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Carlo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.07.1886", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16744	greene-joe-1946-09-25	{"d10": "509", "3a_sports": "1949"}	{"ertel": "ES-1949", "lerrcp": "D10-509"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joe", "family": "Greene", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1946-09-25 05:00", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -97.35, "lat": 31.1, "name": "Temple", "geoid": null}, "notime": null, "date-ut": "1946-09-25 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Joe", "family": "Greene"}, "birth": {"tzo": "-06:00", "date": "1946-09-25 05:00", "place": {"c2": "TX", "cy": "US", "lg": -97.35, "lat": 31.1, "name": "Temple"}, "date-ut": "1946-09-25 11:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "509"}}, "raw": {"H": "05:00", "TZ": "6h", "DAY": "25", "LAT": "31N6", "LON": "97W21", "MON": "9", "NUM": "509", "PRO": "SP", "YEA": "1946", "CICO": "Temple, TX", "NAME": "Greene Joe"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-1949"}}, "raw": {"L": "", "MF": "", "NR": "1949", "ENG": "", "MA_": "0", "G_NR": "509", "MA12": "11", "MARS": "32", "NAME": "Greene", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-2,000", "CSINR": "", "KURTZ": "", "PHAS_": "0,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "25.09.", "ZITATE": "TB", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Joe (Charles Edw.)", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "25.09.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15975	greig-john-1942-09-11	{"d6": "187", "3a_sports": "1955"}	{"ertel": "ES-1955", "lerrcp": "D6-187"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Greig", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-09-11 05:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -3.21667, "lat": 55.95, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "John", "family": "Greig"}, "birth": {"date": "1942-09-11 05:15", "place": {"cy": "GB", "lg": -3.21667, "lat": 55.95}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "187"}}, "raw": {"H": "5", "MN": "15", "DAY": "11", "LAT": "55N57", "LON": "03W13", "MON": "9", "NUM": "187", "SEC": "0", "YEA": "1942", "NAME": "Greig John"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-1955"}}, "raw": {"L": "", "MF": "", "NR": "1955", "ENG": "", "MA_": "0", "G_NR": "187", "MA12": "11", "MARS": "33", "NAME": "Greig", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-0,400", "CSINR": "", "KURTZ": "", "PHAS_": "0,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "SCO", "TAGMON": "11.09.", "ZITATE": "S", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "John", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "11.09.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16747	grelle-jim-1936-09-30	{"d10": "512", "3a_sports": "1956", "rawlins-ertel-irving": "139"}	{"ertel": "ES-1956", "csicop": "CS-139", "lerrcp": "D10-512"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jim", "family": "Grelle", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1936-09-30 05:45", "note": null, "place": {"c1": null, "c2": "OR", "c3": null, "cy": "US", "lg": -122.61667, "lat": 45.53333, "name": "Portland", "geoid": null}, "notime": null, "date-ut": "1936-09-30 13:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Jim", "family": "Grelle"}, "birth": {"tzo": "-08:00", "date": "1936-09-30 05:45", "place": {"c2": "OR", "cy": "US", "lg": -122.61667, "lat": 45.53333, "name": "Portland"}, "date-ut": "1936-09-30 13:45"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "512"}}, "raw": {"H": "05:45", "TZ": "8h", "DAY": "30", "LAT": "45N32", "LON": "122W37", "MON": "9", "NUM": "512", "PRO": "SP", "YEA": "1936", "CICO": "Portland, OR", "NAME": "Grelle Jim"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "139"}}, "raw": {"LA1": "45", "LA2": "32", "LO1": "122", "LO2": "37", "AMPM": "A", "MARS": "4", "NAME": "Grelle", "BATCH": "2", "Satz#": "139", "GEBDAT": "30 9 1936", "GEBORT": "OR", "GEBZEIT": "5 45", "VORNAME": "Jim", "SPORTART": "TRAC", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-1956"}}, "raw": {"L": "", "MF": "", "NR": "1956", "ENG": "", "MA_": "1", "G_NR": "512", "MA12": "2", "MARS": "4", "NAME": "Grelle", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "4,000", "CSINR": "139", "KURTZ": "", "PHAS_": "98,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "30.09.", "ZITATE": "TX", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jim", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "30.09.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15978	gros-piero-1954-10-30	{"d6": "190", "3a_sports": "1979"}	{"ertel": "ES-1979", "lerrcp": "D6-190"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Piero", "family": "Gros", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1954-10-30 15:05", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 6.83333, "lat": 45.03333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"name": {"given": "Piero", "family": "Gros"}, "birth": {"date": "1954-10-30 15:05", "place": {"cy": "IT", "lg": 6.83333, "lat": 45.03333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "190"}}, "raw": {"H": "15", "MN": "5", "DAY": "30", "LAT": "45N02", "LON": "06E50", "MON": "10", "NUM": "190", "SEC": "0", "YEA": "1954", "NAME": "Gros Piero"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["skier"], "partial-ids": {"ertel": "ES-1979"}}, "raw": {"L": "", "MF": "", "NR": "1979", "ENG": "1", "MA_": "2", "G_NR": "190", "MA12": "1", "MARS": "3", "NAME": "Gros", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "4,700", "CSINR": "", "KURTZ": "", "PHAS_": "9,300", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "30.10.", "ZITATE": "DHKMF", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Piero", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "30.10.1954", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SKII", "CHRISNAME": "0", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
615	gress-pierre-1928-12-26	{"a1": "615", "g55": "03-507", "3a_sports": "1960"}	{"g55": "03-507", "ertel": "ES-1960", "lerrcp": "A1-615"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Gress", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1928-12-26 01:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1928-12-26 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Gress"}, "birth": {"tzo": "+00:00", "date": "1928-12-26 01:00", "place": {"c2": "59", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1928-12-26 01:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-615"}, "ids-in-sources": {"a1": "615"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "59", "COU": "F", "DAY": "26", "LAT": "50N39", "LON": "3E 5", "MON": "12", "NUM": "615", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "ROUBAIX"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-12-26 01:00"}, "partial-ids": {"ertel": "ES-1960"}}, "raw": {"L": "", "MF": "", "NR": "1960", "ENG": "1", "MA_": "2", "G_NR": "615", "MA12": "4", "MARS": "11", "NAME": "Gress", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,900", "CSINR": "", "KURTZ": "", "PHAS_": "98,900", "STUND": "1,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "26.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "26.12.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-507"}, "ids-in-source": {"g55": "03-507"}}, "raw": {"DAY": "26-12-1928", "HOUR": "1 h.", "NAME": "GRESS Pierre", "PLACE": "Roubaix (Nord)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1518	griffanti-luigi-1917-04-20	{"a1": "1519", "3a_sports": "1963"}	{"ertel": "ES-1963", "lerrcp": "A1-1519"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Griffanti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1917-04-20 05:00", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 8.73671, "lat": 45.53076, "name": "Turbigo", "geoid": 3165100}, "notime": null, "date-ut": "1917-04-20 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Griffanti"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 8.73671, "lat": 45.53076, "name": "Turbigo", "geoid": 3165100}, "date-ut": "1917-04-20 03:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1519"}, "ids-in-sources": {"a1": "1519"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "20", "LAT": "45N30", "LON": "9E15", "MON": "4", "NUM": "1519", "PRO": "C", "SEC": "0", "YEA": "1917", "CITY": "TURBIGO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1917-04-20 05:00"}, "partial-ids": {"ertel": "ES-1963"}}, "raw": {"L": "", "MF": "", "NR": "1963", "ENG": "", "MA_": "1", "G_NR": "1519", "MA12": "12", "MARS": "35", "NAME": "Griffanti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,500", "CSINR": "", "KURTZ": "", "PHAS_": "3,500", "STUND": "5,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "20.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.04.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1064	grogna-louis-1879-06-18	{"a1": "1064", "3a_sports": "1977"}	{"ertel": "ES-1977", "lerrcp": "A1-1064"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Grogna", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1879-06-18 19:00", "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "SERNING-S/MEWE", "geoid": 0}, "notime": null, "date-ut": "1879-06-18 18:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Grogna"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "SERNING-S/MEWE", "geoid": 0}, "date-ut": "1879-06-18 18:38:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1064"}, "ids-in-sources": {"a1": "1064"}}, "raw": {"H": "18", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "18", "LAT": "50N39", "LON": "5E30", "MON": "6", "NUM": "1064", "PRO": "C", "SEC": "0", "YEA": "1879", "CITY": "SERNING-S/MEWE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1879-06-18 19:00"}, "partial-ids": {"ertel": "ES-1977"}}, "raw": {"L": "", "MF": "", "NR": "1977", "ENG": "", "MA_": "1", "G_NR": "1064", "MA12": "10", "MARS": "28", "NAME": "Grogna", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,300", "CSINR": "", "KURTZ": "", "PHAS_": "3,400", "STUND": "19,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "18.06.", "ZITATE": "G", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Louis", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "18.06.1879", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1316	grillet-pierre-1932-03-21	{"a1": "1317", "3a_sports": "1966", "cfepp-final3": "1090"}	{"cfepp": "CF-1090", "cpara": "CP-216", "ertel": "ES-1966", "lerrcp": "A1-1317"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Grillet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1932-03-21 14:00", "note": null, "place": {"c1": null, "c2": "84", "c3": "", "cy": "FR", "lg": 4.76157, "lat": 44.17765, "name": "Piolenc", "geoid": 2987071}, "notime": null, "date-ut": "1932-03-21 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Grillet"}, "birth": {"tzo": "+00:00", "date": "1932-03-21 14:00", "place": {"c2": "84", "cy": "FR", "lg": 4.76157, "lat": 44.17765, "name": "Piolenc", "geoid": 2987071}, "date-ut": "1932-03-21 14:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1317"}, "ids-in-sources": {"a1": "1317"}}, "raw": {"H": "14", "MN": "0", "TZ": "0", "COD": "84", "COU": "F", "DAY": "21", "LAT": "43N57", "LON": "4E50", "MON": "3", "NUM": "1317", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "PIOLENC"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-03-21 14:00"}, "partial-ids": {"ertel": "ES-1966"}}, "raw": {"L": "", "MF": "", "NR": "1966", "ENG": "", "MA_": "1", "G_NR": "1317", "MA12": "5", "MARS": "14", "NAME": "Grillet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,500", "CSINR": "", "KURTZ": "", "PHAS_": "96,600", "STUND": "14,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.03.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "216", "VORNAME": "Pierre", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "21.03.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1932-03-21 14:00", "place": {"c3": ""}, "date-ut": "1932-03-21 14:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "1090"}}, "raw": {"S": "5", "LT": "14 00", "LV": "9", "TR": "f", "UT": "14 00", "LAT": "+44.18", "SRC": "L   I", "LONG": "-04.76", "NAME": "GRILLET Pierre", "SPORT": "Soccer", "LOC_DATE": "1932 03 21", "UNIV_DATE": "1932 03 21", "BIRTH_PLACE": "PIOLENC", "POSTAL_CODE": "84420"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1912	gruppi-raymond-1937-09-30	{"a1": "1914", "3a_sports": "1990"}	{"ertel": "ES-1990", "lerrcp": "A1-1914"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Gruppi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1937-09-30 23:30", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.63333, "lat": 44.2, "name": "Villeneuve-sur-Lo", "geoid": 0}, "notime": null, "date-ut": "1937-09-30 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Gruppi"}, "birth": {"tzo": "+01:00", "date": "1937-09-30 23:30", "place": {"c2": "47", "cy": "FR", "lg": 0.63333, "lat": 44.2, "name": "Villeneuve-sur-Lo", "geoid": 0}, "date-ut": "1937-09-30 22:30"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1914"}, "ids-in-sources": {"a1": "1914"}}, "raw": {"H": "22", "MN": "30", "TZ": "0", "COD": "47", "COU": "F", "DAY": "30", "LAT": "44N12", "LON": "0E38", "MON": "9", "NUM": "1914", "PRO": "C", "SEC": "0", "YEA": "1937", "CITY": "VILLENEUVE-S/LO"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1937-09-30 23:30"}, "partial-ids": {"ertel": "ES-1990"}}, "raw": {"L": "", "MF": "", "NR": "1990", "ENG": "", "MA_": "1", "G_NR": "1914", "MA12": "7", "MARS": "20", "NAME": "Gruppi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,600", "CSINR": "", "KURTZ": "", "PHAS_": "21,200", "STUND": "23,50", "CFEPNR": "0", "EXTEND": "", "NATION": "FRA", "TAGMON": "30.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Raymond", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "30.09.1937", "GQBECORR": "a2", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15979	guerin-henri-1921-08-27	{"d6": "191", "3a_sports": "2001"}	{"ertel": "ES-2001", "lerrcp": "D6-191"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Guérin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-08-27 07:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 3.56667, "lat": 48.86667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Guérin"}, "birth": {"date": "1921-08-27 07:00", "place": {"cy": "FR", "lg": 3.56667, "lat": 48.86667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "191"}}, "raw": {"H": "7", "MN": "0", "DAY": "27", "LAT": "48N52", "LON": "03E34", "MON": "8", "NUM": "191", "SEC": "0", "YEA": "1921", "NAME": "Guérin Henri"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2001"}}, "raw": {"L": "", "MF": "", "NR": "2001", "ENG": "", "MA_": "1", "G_NR": "191", "MA12": "2", "MARS": "4", "NAME": "Guerin", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-10,80", "CSINR": "", "KURTZ": "", "PHAS_": "45,100", "STUND": "", "CFEPNR": "0", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.08.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "27.08.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
616	guernalec-jean-1930-01-05	{"a1": "616", "g55": "03-508", "3a_sports": "2002"}	{"g55": "03-508", "ertel": "ES-2002", "lerrcp": "A1-616"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Guernalec", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1930-01-05 22:30", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": 0.22925, "lat": 49.1466, "name": "Lisieux", "geoid": 2998150}, "notime": null, "date-ut": "1930-01-05 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Guernalec"}, "birth": {"tzo": "+00:00", "date": "1930-01-05 22:30", "place": {"c2": "14", "cy": "FR", "lg": 0.22925, "lat": 49.1466, "name": "Lisieux", "geoid": 2998150}, "date-ut": "1930-01-05 22:30"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-616"}, "ids-in-sources": {"a1": "616"}}, "raw": {"H": "22", "MN": "30", "TZ": "0", "COD": "14", "COU": "F", "DAY": "5", "LAT": "49N11", "LON": "0W22", "MON": "1", "NUM": "616", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "LISIEUX"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-01-05 22:30"}, "partial-ids": {"ertel": "ES-2002"}}, "raw": {"L": "", "MF": "", "NR": "2002", "ENG": "", "MA_": "1", "G_NR": "616", "MA12": "9", "MARS": "27", "NAME": "Guernalec", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,100", "CSINR": "", "KURTZ": "", "PHAS_": "21,100", "STUND": "22,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "05.01.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-508"}, "ids-in-source": {"g55": "03-508"}}, "raw": {"DAY": "5-1-1930", "HOUR": "22 h. 30", "NAME": "GUERNALEC Jean", "PLACE": "Lisieux (Calvados)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
944	guerra-learco-1902-10-14	{"a1": "944", "3a_sports": "2003"}	{"ertel": "ES-2003", "lerrcp": "A1-944"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Learco", "family": "Guerra", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1902-10-14 16:06", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "IT", "lg": 11, "lat": 45.2, "name": "BAGNOLO S. VITO", "geoid": 0}, "notime": null, "date-ut": "1902-10-14 15:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Learco", "family": "Guerra"}, "birth": {"place": {"c2": "MN", "cy": "IT", "lg": 11, "lat": 45.2, "name": "BAGNOLO S. VITO", "geoid": 0}, "date-ut": "1902-10-14 15:06"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-944"}, "ids-in-sources": {"a1": "944"}}, "raw": {"H": "16", "MN": "6", "TZ": "-1", "COD": "MN", "COU": "I", "DAY": "14", "LAT": "45N12", "LON": "11E 0", "MON": "10", "NUM": "944", "PRO": "C", "SEC": "0", "YEA": "1902", "CITY": "BAGNOLO S. VITO"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1902-10-14 16:06"}, "partial-ids": {"ertel": "ES-2003"}}, "raw": {"L": "", "MF": "", "NR": "2003", "ENG": "", "MA_": "1", "G_NR": "944", "MA12": "7", "MARS": "20", "NAME": "Guerra", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,500", "CSINR": "", "KURTZ": "", "PHAS_": "87,600", "STUND": "16,10", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "14.10.", "ZITATE": "DGHFO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Learco", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "14.10.1902", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
375	guerritore-revello-carlo-1895-05-06	{"a1": "375", "3a_sports": "2007"}	{"ertel": "ES-2007", "lerrcp": "A1-375"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Guerritore Revello", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1895-05-06 06:00", "note": null, "place": {"c1": null, "c2": "CE", "c3": null, "cy": "IT", "lg": 14.2133, "lat": 41.11082, "name": "Capua", "geoid": 3180601}, "notime": null, "date-ut": "1895-05-06 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Guerritore Revello"}, "birth": {"place": {"c2": "CE", "cy": "IT", "lg": 14.2133, "lat": 41.11082, "name": "Capua", "geoid": 3180601}, "date-ut": "1895-05-06 05:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-375"}, "ids-in-sources": {"a1": "375"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "CE", "COU": "I", "DAY": "6", "LAT": "41N 6", "LON": "14E30", "MON": "5", "NUM": "375", "PRO": "C", "SEC": "0", "YEA": "1895", "CITY": "CAPUA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1895-05-06 06:00"}, "partial-ids": {"ertel": "ES-2007"}}, "raw": {"L": "", "MF": "", "NR": "2007", "ENG": "", "MA_": "0", "G_NR": "375", "MA12": "11", "MARS": "32", "NAME": "Guerritore Revello", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,200", "CSINR": "", "KURTZ": "", "PHAS_": "88,800", "STUND": "6,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "06.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Carlo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.05.1895", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15981	gugliermina-giovan-1874-08-03	{"d6": "193", "3a_sports": "2008"}	{"ertel": "ES-2008", "lerrcp": "D6-193"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovan", "family": "Gugliermina", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1874-08-03 05:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 8.26667, "lat": 45.71667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mountaineer"]	5	null	[{"new": {"name": {"given": "Giovan", "family": "Gugliermina"}, "birth": {"date": "1874-08-03 05:00", "place": {"cy": "IT", "lg": 8.26667, "lat": 45.71667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "193"}}, "raw": {"H": "5", "MN": "0", "DAY": "3", "LAT": "45N43", "LON": "08E16", "MON": "8", "NUM": "193", "SEC": "0", "YEA": "1874", "NAME": "Gugliermina Giovan"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["mountaineer"], "partial-ids": {"ertel": "ES-2008"}}, "raw": {"L": "", "MF": "", "NR": "2008", "ENG": "1", "MA_": "2", "G_NR": "193", "MA12": "1", "MARS": "1", "NAME": "Gugliermina", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-9,800", "CSINR": "", "KURTZ": "", "PHAS_": "71,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "03.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giovan", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "03.08.1874", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "ALPI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
376	guidoni-alessandro-1880-07-15	{"a1": "376", "3a_sports": "2010"}	{"ertel": "ES-2010", "lerrcp": "A1-376"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alessandro", "family": "Guidoni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1880-07-15 10:00", "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1880-07-15 09:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Alessandro", "family": "Guidoni"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1880-07-15 09:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-376"}, "ids-in-sources": {"a1": "376"}}, "raw": {"H": "10", "MN": "10", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "15", "LAT": "45N 0", "LON": "8E 0", "MON": "7", "NUM": "376", "PRO": "C", "SEC": "4", "YEA": "1880", "CITY": "TORINO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1880-07-15 10:00"}, "partial-ids": {"ertel": "ES-2010"}}, "raw": {"L": "", "MF": "", "NR": "2010", "ENG": "1", "MA_": "2", "G_NR": "376", "MA12": "1", "MARS": "3", "NAME": "Guidoni", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,700", "CSINR": "", "KURTZ": "", "PHAS_": "47,300", "STUND": "10,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "15.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alessandro", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.07.1880", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16893	jeter-robert-1937-05-09	{"d10": "658", "3a_sports": "2212", "rawlins-ertel-irving": "178"}	{"ertel": "ES-2212", "csicop": "CS-178", "lerrcp": "D10-658"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Jeter", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1937-05-09 08:00", "note": null, "place": {"c1": null, "c2": "SC", "c3": null, "cy": "US", "lg": -81.61667, "lat": 34.71667, "name": "Union", "geoid": null}, "notime": null, "date-ut": "1937-05-09 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Jeter"}, "birth": {"tzo": "-05:00", "date": "1937-05-09 08:00", "place": {"c2": "SC", "cy": "US", "lg": -81.61667, "lat": 34.71667, "name": "Union"}, "date-ut": "1937-05-09 13:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "658"}}, "raw": {"H": "08:00", "TZ": "5h", "DAY": "9", "LAT": "34N43", "LON": "81W37", "MON": "5", "NUM": "658", "PRO": "SP", "YEA": "1937", "CICO": "Union, SC", "NAME": "Jeter Robert"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "178"}}, "raw": {"LA1": "34", "LA2": "43", "LO1": "81", "LO2": "37", "AMPM": "A", "MARS": "21", "NAME": "Jeter", "BATCH": "1", "Satz#": "178", "GEBDAT": "9 5 1937", "GEBORT": "SC", "GEBZEIT": "8 0", "VORNAME": "Robert D", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-2212"}}, "raw": {"L": "", "MF": "", "NR": "2212", "ENG": "", "MA_": "1", "G_NR": "658", "MA12": "7", "MARS": "21", "NAME": "Jeter", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-5,900", "CSINR": "178", "KURTZ": "", "PHAS_": "3,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "09.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Robert D.", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.05.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
172	guignard-jacques-1920-06-18	{"a1": "172", "3a_sports": "2012"}	{"ertel": "ES-2012", "lerrcp": "A1-172"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Guignard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1920-06-18 15:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1920-06-18 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Guignard"}, "birth": {"tzo": "+01:00", "date": "1920-06-18 15:00", "place": {"c2": "45", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1920-06-18 14:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-172"}, "ids-in-sources": {"a1": "172"}}, "raw": {"H": "14", "MN": "0", "TZ": "0", "COD": "45", "COU": "F", "DAY": "18", "LAT": "47N54", "LON": "1E54", "MON": "6", "NUM": "172", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "ORLEANS"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-06-18 15:00"}, "partial-ids": {"ertel": "ES-2012"}}, "raw": {"L": "", "MF": "", "NR": "2012", "ENG": "0", "MA_": "2", "G_NR": "172", "MA12": "12", "MARS": "36", "NAME": "Guignard", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,900", "CSINR": "", "KURTZ": "", "PHAS_": "3,300", "STUND": "15,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "18.06.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "18.06.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
829	guinard-paul-1876-05-10	{"a1": "829", "3a_sports": "2013", "cfepp-final3": "312"}	{"cfepp": "CF-312", "ertel": "ES-2013", "lerrcp": "A1-829"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Guinard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:10:46", "date": "1876-05-10 01:00", "note": null, "place": {"c1": null, "c2": "03", "c3": "", "cy": "FR", "lg": 2.69238, "lat": 46.71125, "name": "Ainay-le-Château", "geoid": 3038419}, "notime": null, "date-ut": "1876-05-10 00:49"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Guinard"}, "birth": {"tzo": "+00:10:46", "date": "1876-05-10 01:00", "place": {"c2": "03", "cy": "FR", "lg": 2.69238, "lat": 46.71125, "name": "Ainay-le-Château", "geoid": 3038419}, "date-ut": "1876-05-10 00:46:40"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-829"}, "ids-in-sources": {"a1": "829"}}, "raw": {"H": "0", "MN": "46", "TZ": "0", "COD": "03", "COU": "F", "DAY": "10", "LAT": "46N34", "LON": "3E20", "MON": "5", "NUM": "829", "PRO": "C", "SEC": "40", "YEA": "1876", "CITY": "AINAY-LE-CHATEAU"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1876-05-10 01:00"}, "partial-ids": {"ertel": "ES-2013"}}, "raw": {"L": "", "MF": "", "NR": "2013", "ENG": "", "MA_": "0", "G_NR": "829", "MA12": "9", "MARS": "25", "NAME": "Guignard", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,000", "CSINR": "", "KURTZ": "", "PHAS_": "97,500", "STUND": "1,00", "CFEPNR": "312", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.05.", "ZITATE": "DGHSO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Paul", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "10.05.1876", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1876-05-10 01:00", "place": {"c3": ""}, "date-ut": "1876-05-10 00:49"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "312"}}, "raw": {"S": "9", "LT": "01 00", "LV": "M", "TR": "f", "UT": "00 49", "LAT": "+46.71", "SRC": "AL", "LONG": "-02.69", "NAME": "GUIGNARD Paul", "SPORT": "Cycling", "LOC_DATE": "1876 05 10", "UNIV_DATE": "1876 05 10", "BIRTH_PLACE": "AINAY LE CHATEAU", "POSTAL_CODE": "03360"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1066	gyssels-romain-1907-03-10	{"a1": "1066", "3a_sports": "2037"}	{"ertel": "ES-2037", "lerrcp": "A1-1066"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Romain", "family": "Gyssels", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1907-03-10 12:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "DENDERWINDEKE", "geoid": 0}, "notime": null, "date-ut": "1907-03-10 12:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Romain", "family": "Gyssels"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "DENDERWINDEKE", "geoid": 0}, "date-ut": "1907-03-10 12:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1066"}, "ids-in-sources": {"a1": "1066"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "10", "LAT": "51N 5", "LON": "3E45", "MON": "3", "NUM": "1066", "PRO": "C", "SEC": "0", "YEA": "1907", "CITY": "DENDERWINDEKE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1907-03-10 12:00"}, "partial-ids": {"ertel": "ES-2037"}}, "raw": {"L": "", "MF": "", "NR": "2037", "ENG": "", "MA_": "1", "G_NR": "1066", "MA12": "7", "MARS": "21", "NAME": "Gyssels", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,20", "CSINR": "", "KURTZ": "", "PHAS_": "21,600", "STUND": "12,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "10.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Romain", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.03.1907", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16766	hadl-john-1940-02-15	{"d10": "531", "3a_sports": "2039", "rawlins-ertel-irving": "145"}	{"ertel": "ES-2039", "csicop": "CS-145", "lerrcp": "D10-531"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Hadl", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1940-02-15 02:04", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -95.23333, "lat": 38.96667, "name": "Lawrence", "geoid": null}, "notime": null, "date-ut": "1940-02-15 08:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "John", "family": "Hadl"}, "birth": {"tzo": "-06:00", "date": "1940-02-15 02:04", "place": {"c2": "KS", "cy": "US", "lg": -95.23333, "lat": 38.96667, "name": "Lawrence"}, "date-ut": "1940-02-15 08:04"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "531"}}, "raw": {"H": "02:04", "TZ": "6h", "DAY": "15", "LAT": "38N58", "LON": "95W14", "MON": "2", "NUM": "531", "PRO": "SP", "YEA": "1940", "CICO": "Lawrence, KS", "NAME": "Hadl John"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "145"}}, "raw": {"LA1": "38", "LA2": "58", "LO1": "95", "LO2": "14", "AMPM": "A", "MARS": "23", "NAME": "Hadl", "BATCH": "1", "Satz#": "145", "GEBDAT": "15 2 1940", "GEBORT": "KS", "GEBZEIT": "2 4", "VORNAME": "John", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-2039"}}, "raw": {"L": "", "MF": "", "NR": "2039", "ENG": "", "MA_": "0", "G_NR": "531", "MA12": "8", "MARS": "23", "NAME": "Hadl", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "8,800", "CSINR": "145", "KURTZ": "", "PHAS_": "35,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "15.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "John", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.02.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
176	haegelen-marcel-1896-09-13	{"a1": "176", "3a_sports": "2041"}	{"ertel": "ES-2041", "lerrcp": "A1-176"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Haegelen", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1896-09-13 02:00", "note": null, "place": {"c1": null, "c2": "90", "c3": null, "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "notime": null, "date-ut": "1896-09-13 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Haegelen"}, "birth": {"tzo": "+00:09:21", "date": "1896-09-13 02:00", "place": {"c2": "90", "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "date-ut": "1896-09-13 01:50:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-176"}, "ids-in-sources": {"a1": "176"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "90", "COU": "F", "DAY": "13", "LAT": "47N38", "LON": "6E52", "MON": "9", "NUM": "176", "PRO": "C", "SEC": "40", "YEA": "1896", "CITY": "BELFORT"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1896-09-13 02:00"}, "partial-ids": {"ertel": "ES-2041"}}, "raw": {"L": "", "MF": "", "NR": "2041", "ENG": "", "MA_": "1", "G_NR": "176", "MA12": "2", "MARS": "6", "NAME": "Haegelen", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,800", "CSINR": "", "KURTZ": "", "PHAS_": "37,200", "STUND": "2,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.09.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "13.09.1896", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15984	halimi-alphonse-1932-02-18	{"d6": "196", "3a_sports": "2047"}	{"ertel": "ES-2047", "lerrcp": "D6-196"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Halimi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-02-18 01:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DZ", "lg": 6.66667, "lat": 36.36667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Halimi"}, "birth": {"date": "1932-02-18 01:00", "place": {"cy": "DZ", "lg": 6.66667, "lat": 36.36667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "196"}}, "raw": {"H": "1", "MN": "0", "DAY": "18", "LAT": "36N22", "LON": "06E40", "MON": "2", "NUM": "196", "SEC": "0", "YEA": "1932", "NAME": "Halimi Alphonse"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["boxer"], "partial-ids": {"ertel": "ES-2047"}}, "raw": {"L": "", "MF": "", "NR": "2047", "ENG": "", "MA_": "1", "G_NR": "196", "MA12": "10", "MARS": "29", "NAME": "Halimi", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "8,800", "CSINR": "", "KURTZ": "", "PHAS_": "80,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.02.", "ZITATE": "DR", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alphonse", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "18.02.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1068	hamerlinck-alfred-1905-09-27	{"a1": "1068", "3a_sports": "2048"}	{"ertel": "ES-2048", "lerrcp": "A1-1068"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Hamerlinck", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1905-09-27 17:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ASSENEDE", "geoid": 0}, "notime": null, "date-ut": "1905-09-27 17:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Hamerlinck"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ASSENEDE", "geoid": 0}, "date-ut": "1905-09-27 17:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1068"}, "ids-in-sources": {"a1": "1068"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "27", "LAT": "51N 5", "LON": "3E45", "MON": "9", "NUM": "1068", "PRO": "C", "SEC": "0", "YEA": "1905", "CITY": "ASSENEDE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1905-09-27 17:00"}, "partial-ids": {"ertel": "ES-2048"}}, "raw": {"L": "", "MF": "", "NR": "2048", "ENG": "1", "MA_": "2", "G_NR": "1068", "MA12": "4", "MARS": "10", "NAME": "Hamerlinck", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,500", "CSINR": "", "KURTZ": "", "PHAS_": "5,300", "STUND": "17,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "27.09.", "ZITATE": "G", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alfred", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "27.09.1905", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
177	hanriot-marcel-1894-06-08	{"a1": "177", "3a_sports": "2054"}	{"ertel": "ES-2054", "lerrcp": "A1-177"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Hanriot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1894-06-08 08:00", "note": null, "place": {"c1": null, "c2": "70", "c3": null, "cy": "FR", "lg": 5.51539, "lat": 47.61525, "name": "Champlitte", "geoid": 3027082}, "notime": null, "date-ut": "1894-06-08 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Hanriot"}, "birth": {"tzo": "+00:09:21", "date": "1894-06-08 08:00", "place": {"c2": "70", "cy": "FR", "lg": 5.51539, "lat": 47.61525, "name": "Champlitte", "geoid": 3027082}, "date-ut": "1894-06-08 07:50:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-177"}, "ids-in-sources": {"a1": "177"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "70", "COU": "F", "DAY": "8", "LAT": "47N37", "LON": "6E 9", "MON": "6", "NUM": "177", "PRO": "C", "SEC": "40", "YEA": "1894", "CITY": "CHAMPLITTE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1894-06-08 08:00"}, "partial-ids": {"ertel": "ES-2054"}}, "raw": {"L": "", "MF": "", "NR": "2054", "ENG": "", "MA_": "1", "G_NR": "177", "MA12": "5", "MARS": "13", "NAME": "Hanriot", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,100", "CSINR": "", "KURTZ": "", "PHAS_": "22,600", "STUND": "8,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.06.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "08.06.1894", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16783	hansen-fred-1940-12-29	{"d10": "548", "3a_sports": "2056"}	{"ertel": "ES-2056", "lerrcp": "D10-548"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fred", "family": "Hansen", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1940-12-29 03:50", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -97.28333, "lat": 29.1, "name": "Cuero", "geoid": null}, "notime": null, "date-ut": "1940-12-29 09:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Fred", "family": "Hansen"}, "birth": {"tzo": "-06:00", "date": "1940-12-29 03:50", "place": {"c2": "TX", "cy": "US", "lg": -97.28333, "lat": 29.1, "name": "Cuero"}, "date-ut": "1940-12-29 09:50"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "548"}}, "raw": {"H": "03:50", "TZ": "6h", "DAY": "29", "LAT": "29N6", "LON": "97W17", "MON": "12", "NUM": "548", "PRO": "SP", "YEA": "1940", "CICO": "Cuero, TX", "NAME": "Hansen Fred"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-2056"}}, "raw": {"L": "", "MF": "", "NR": "2056", "ENG": "0", "MA_": "2", "G_NR": "548", "MA12": "12", "MARS": "36", "NAME": "Hansen", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-1,000", "CSINR": "", "KURTZ": "", "PHAS_": "0,200", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "29.12.", "ZITATE": "DKSTOX", "ZITSUM": "6", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Fred", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "29.12.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "5"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16789	harris-archie-1918-07-03	{"d10": "554", "3a_sports": "2065", "rawlins-ertel-irving": "153"}	{"ertel": "ES-2065", "csicop": "CS-153", "lerrcp": "D10-554"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Archie", "family": "Harris", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-04:00", "date": "1918-07-03 04:30", "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "US", "lg": -76.58333, "lat": 37.63333, "name": "Urbanna", "geoid": null}, "notime": null, "date-ut": "1918-07-03 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Archie", "family": "Harris"}, "birth": {"tzo": "-04:00", "date": "1918-07-03 04:30", "place": {"c2": "VA", "cy": "US", "lg": -76.58333, "lat": 37.63333, "name": "Urbanna"}, "date-ut": "1918-07-03 08:30"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "554"}}, "raw": {"H": "04:30", "TZ": "4h", "DAY": "3", "LAT": "37N38", "LON": "76W35", "MON": "7", "NUM": "554", "PRO": "SP", "YEA": "1918", "CICO": "Urbanna, VA", "NAME": "Harris Archie"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "153"}}, "raw": {"LA1": "37", "LA2": "38", "LO1": "76", "LO2": "34", "AMPM": "A", "MARS": "24", "NAME": "Harris", "BATCH": "2", "Satz#": "153", "GEBDAT": "3 7 1918", "GEBORT": "VA", "GEBZEIT": "4 30", "VORNAME": "Archie", "SPORTART": "TRAC", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-2065"}}, "raw": {"L": "", "MF": "", "NR": "2065", "ENG": "", "MA_": "0", "G_NR": "554", "MA12": "8", "MARS": "24", "NAME": "Harris", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-11,10", "CSINR": "153", "KURTZ": "", "PHAS_": "31,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "03.07.", "ZITATE": "T", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Archie", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "03.07.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16791	harris-franco-1950-03-07	{"d10": "556", "3a_sports": "2066"}	{"ertel": "ES-2066", "lerrcp": "D10-556"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franco", "family": "Harris", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1950-03-07 03:50", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.58333, "lat": 40, "name": "Fort Dix", "geoid": null}, "notime": null, "date-ut": "1950-03-07 08:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Franco", "family": "Harris"}, "birth": {"tzo": "-05:00", "date": "1950-03-07 03:50", "place": {"c2": "NJ", "cy": "US", "lg": -74.58333, "lat": 40, "name": "Fort Dix"}, "date-ut": "1950-03-07 08:50"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "556"}}, "raw": {"H": "03:50", "TZ": "5h", "DAY": "7", "LAT": "40N0", "LON": "74W35", "MON": "3", "NUM": "556", "PRO": "SP", "YEA": "1950", "CICO": "Fort Dix, NJ", "NAME": "Harris Franco"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-2066"}}, "raw": {"L": "", "MF": "", "NR": "2066", "ENG": "", "MA_": "1", "G_NR": "556", "MA12": "5", "MARS": "13", "NAME": "Harris", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-5,600", "CSINR": "", "KURTZ": "", "PHAS_": "91,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "07.03.", "ZITATE": "B", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Franco", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "07.03.1950", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16794	hart-doris-1925-06-20	{"d10": "559", "3a_sports": "2067"}	{"ertel": "ES-2067", "lerrcp": "D10-559"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Doris", "family": "Hart", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "-06:00", "date": "1925-06-20 07:00", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis", "geoid": null}, "notime": null, "date-ut": "1925-06-20 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Doris", "family": "Hart"}, "birth": {"tzo": "-06:00", "date": "1925-06-20 07:00", "place": {"c2": "MO", "cy": "US", "lg": -90.2, "lat": 38.61667, "name": "St Louis"}, "date-ut": "1925-06-20 13:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "559"}}, "raw": {"H": "07:00", "TZ": "6h", "DAY": "20", "LAT": "38N37", "LON": "90W12", "MON": "6", "NUM": "559", "PRO": "SP", "YEA": "1925", "CICO": "St Louis, MO", "NAME": "Hart Doris"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "F", "occus": ["tennis-player"], "partial-ids": {"ertel": "ES-2067"}}, "raw": {"L": "", "MF": "F", "NR": "2067", "ENG": "1", "MA_": "2", "G_NR": "559", "MA12": "1", "MARS": "1", "NAME": "Hart", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-3,300", "CSINR": "", "KURTZ": "", "PHAS_": "1,600", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "20.06.", "ZITATE": "DJSFX", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Doris J.", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "20.06.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TENN", "CHRISNAME": "0", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15986	hartford-asa-1950-10-24	{"d6": "198", "3a_sports": "2068"}	{"ertel": "ES-2068", "lerrcp": "D6-198"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Asa", "family": "Hartford", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1950-10-24 00:40", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -4.25, "lat": 55.88333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Asa", "family": "Hartford"}, "birth": {"date": "1950-10-24 00:40", "place": {"cy": "GB", "lg": -4.25, "lat": 55.88333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "198"}}, "raw": {"H": "0", "MN": "40", "DAY": "24", "LAT": "55N53", "LON": "04W15", "MON": "10", "NUM": "198", "SEC": "0", "YEA": "1950", "NAME": "Hartford Asa"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2068"}}, "raw": {"L": "", "MF": "", "NR": "2068", "ENG": "", "MA_": "0", "G_NR": "198", "MA12": "9", "MARS": "25", "NAME": "Hartford", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "4,400", "CSINR": "", "KURTZ": "", "PHAS_": "96,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "SCO", "TAGMON": "24.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Asa", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.10.1950", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15987	hary-armin-1937-03-22	{"d6": "199", "afd2": "248", "3a_sports": "2069"}	{"ertel": "ES-2069", "lerrcp": "D6-199", "muller": "M2-248"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armin", "family": "Hary", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1937-03-22 10:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 7.06667, "lat": 49.33333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Armin", "family": "Hary"}, "birth": {"date": "1937-03-22 10:00", "place": {"cy": "DE", "lg": 7.06667, "lat": 49.33333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "199"}}, "raw": {"H": "10", "MN": "0", "DAY": "22", "LAT": "49N20", "LON": "07E04", "MON": "3", "NUM": "199", "SEC": "0", "YEA": "1937", "NAME": "Hary Armin"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "birth": {"tzo": "+01:00"}, "occus": ["sportsperson"], "ids-in-sources": {"afd2": "248"}}, "raw": {"CY": "D", "GQ": "G", "LG": "007 E 00", "LAT": "49 N 14", "TZO": "-1.00", "DATE": "22.03.1937", "MUID": "248", "NAME": "Hary, Armin", "OCCU": "MA 13", "TIME": "10.00", "BOOKS": "57", "PLACE": "Gersweiler", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-2069"}}, "raw": {"L": "", "MF": "", "NR": "2069", "ENG": "", "MA_": "1", "G_NR": "199", "MA12": "7", "MARS": "20", "NAME": "Hary", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "9,600", "CSINR": "", "KURTZ": "", "PHAS_": "76,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "22.03.", "ZITATE": "DKSTFO", "ZITSUM": "6", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Armin", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "22.03.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "5"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1070	hauwaert-cyriel-1883-12-15	{"a1": "1070", "3a_sports": "2079"}	{"ertel": "ES-2079", "lerrcp": "A1-1070"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cyriel", "family": "Hauwaert", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1883-12-15 14:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "MOORSLEDE", "geoid": 0}, "notime": null, "date-ut": "1883-12-15 13:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Cyriel", "family": "Hauwaert"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "MOORSLEDE", "geoid": 0}, "date-ut": "1883-12-15 13:47:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1070"}, "ids-in-sources": {"a1": "1070"}}, "raw": {"H": "13", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "15", "LAT": "51N13", "LON": "3E15", "MON": "12", "NUM": "1070", "PRO": "C", "SEC": "0", "YEA": "1883", "CITY": "MOORSLEDE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1883-12-15 14:00"}, "partial-ids": {"ertel": "ES-2079"}}, "raw": {"L": "", "MF": "", "NR": "2079", "ENG": "", "MA_": "0", "G_NR": "1070", "MA12": "8", "MARS": "24", "NAME": "Hauwaert", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,100", "CSINR": "", "KURTZ": "", "PHAS_": "98,800", "STUND": "14,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "15.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Cyriel Van", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.12.1883", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16802	hayes-bob-1942-12-20	{"d10": "567", "3a_sports": "2081"}	{"ertel": "ES-2081", "lerrcp": "D10-567"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bob", "family": "Hayes", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-04:00", "date": "1942-12-20 15:29", "note": null, "place": {"c1": null, "c2": "FL", "c3": null, "cy": "US", "lg": -81.65, "lat": 30.33333, "name": "Jacksonville", "geoid": null}, "notime": null, "date-ut": "1942-12-20 19:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Bob", "family": "Hayes"}, "birth": {"tzo": "-04:00", "date": "1942-12-20 15:29", "place": {"c2": "FL", "cy": "US", "lg": -81.65, "lat": 30.33333, "name": "Jacksonville"}, "date-ut": "1942-12-20 19:29"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "567"}}, "raw": {"H": "15:29", "TZ": "4h", "DAY": "20", "LAT": "30N20", "LON": "81W39", "MON": "12", "NUM": "567", "PRO": "SP", "YEA": "1942", "CICO": "Jacksonville, FL", "NAME": "Hayes Bob"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-2081"}}, "raw": {"L": "", "MF": "", "NR": "2081", "ENG": "", "MA_": "0", "G_NR": "567", "MA12": "6", "MARS": "16", "NAME": "Hayes", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "5,400", "CSINR": "", "KURTZ": "", "PHAS_": "93,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "20.12.", "ZITATE": "DKSTFOX", "ZITSUM": "7", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Bob (Robert Lee)", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "20.12.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "6"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15990	hein-kael-1908-06-11	{"d6": "202", "3a_sports": "2086"}	{"ertel": "ES-2086", "lerrcp": "D6-202"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kael", "family": "Hein", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1908-06-11 03:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 10, "lat": 53.55, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Kael", "family": "Hein"}, "birth": {"date": "1908-06-11 03:15", "place": {"cy": "DE", "lg": 10, "lat": 53.55}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "202"}}, "raw": {"H": "3", "MN": "15", "DAY": "11", "LAT": "53N33", "LON": "10E00", "MON": "6", "NUM": "202", "SEC": "0", "YEA": "1908", "NAME": "Hein Kael"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-2086"}}, "raw": {"L": "", "MF": "", "NR": "2086", "ENG": "", "MA_": "1", "G_NR": "202", "MA12": "11", "MARS": "31", "NAME": "Hein", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "8,200", "CSINR": "", "KURTZ": "", "PHAS_": "84,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "11.06.", "ZITATE": "KSTO", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Karl", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "11.06.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16808	heinsohn-thomas-1934-08-26	{"d10": "573", "3a_sports": "2089", "rawlins-ertel-irving": "158"}	{"ertel": "ES-2089", "csicop": "CS-158", "lerrcp": "D10-573"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Thomas", "family": "Heinsohn", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-04:00", "date": "1934-08-26 13:31", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.03333, "lat": 40.75, "name": "Union City", "geoid": null}, "notime": null, "date-ut": "1934-08-26 17:31"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Thomas", "family": "Heinsohn"}, "birth": {"tzo": "-04:00", "date": "1934-08-26 13:31", "place": {"c2": "NJ", "cy": "US", "lg": -74.03333, "lat": 40.75, "name": "Union City"}, "date-ut": "1934-08-26 17:31"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "573"}}, "raw": {"H": "13:31", "TZ": "4h", "DAY": "26", "LAT": "40N45", "LON": "74W2", "MON": "8", "NUM": "573", "PRO": "SP", "YEA": "1934", "CICO": "Union City, NJ", "NAME": "Heinsohn Thomas"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["basketball-player"]], "ids-in-sources": {"rawlins-ertel-irving": "158"}}, "raw": {"LA1": "40", "LA2": "45", "LO1": "74", "LO2": "2", "AMPM": "P", "MARS": "13", "NAME": "Heinsohn", "BATCH": "1", "Satz#": "158", "GEBDAT": "26 8 1934", "GEBORT": "NJ", "GEBZEIT": "1 31", "VORNAME": "Thomas", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["basketball-player"], "partial-ids": {"ertel": "ES-2089"}}, "raw": {"L": "", "MF": "", "NR": "2089", "ENG": "", "MA_": "1", "G_NR": "573", "MA12": "5", "MARS": "13", "NAME": "Heinsohn", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-2,000", "CSINR": "158", "KURTZ": "", "PHAS_": "97,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "26.08.", "ZITATE": "X", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Thomas", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "26.08.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22637	algisi-michel-1950-04-16	{"3a_sports": "57"}	{"ertel": "ES-57"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Algisi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1950-04-16", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["judoka"]	5	null	[{"new": {"sex": "M", "name": {"given": "Michel", "family": "Algisi"}, "birth": {"date": "1950-04-16", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "57", "ENG": "", "MA_": "1", "G_NR": "6", "MA12": "9", "MARS": "27", "NAME": "Algisi", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-3,300", "CSINR": "", "KURTZ": "", "PHAS_": "1,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "16.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "16.04.1950", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "JUDO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1765	heinkele-roger-1913-01-06	{"a1": "1766", "3a_sports": "2087", "cfepp-final3": "717"}	{"cfepp": "CF-717", "cpara": "CP-226", "ertel": "ES-2087", "lerrcp": "A1-1766"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Heinkele", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1913-01-06 11:45", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.43769, "lat": 48.8486, "name": "Vincennes", "geoid": 2968054}, "notime": null, "date-ut": "1913-01-06 11:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["diver"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Heinkele"}, "birth": {"tzo": "+00:00", "date": "1913-01-06 11:45", "place": {"c2": "94", "cy": "FR", "lg": 2.43769, "lat": 48.8486, "name": "Vincennes", "geoid": 2968054}, "date-ut": "1913-01-06 11:45"}, "occus": ["swimmer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1766"}, "ids-in-sources": {"a1": "1766"}}, "raw": {"H": "11", "MN": "45", "TZ": "0", "COD": "94", "COU": "F", "DAY": "6", "LAT": "48N47", "LON": "2E29", "MON": "1", "NUM": "1766", "PRO": "C", "SEC": "0", "YEA": "1913", "CITY": "VINCENNES"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1913-01-06 11:45"}, "partial-ids": {"ertel": "ES-2087"}}, "raw": {"L": "", "MF": "", "NR": "2087", "ENG": "1", "MA_": "2", "G_NR": "1766", "MA12": "4", "MARS": "12", "NAME": "Heinkele", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,700", "CSINR": "", "KURTZ": "e", "PHAS_": "2,200", "STUND": "11,75", "CFEPNR": "717", "EXTEND": "1", "NATION": "FRA", "TAGMON": "06.01.", "ZITATE": "DS", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "226", "VORNAME": "Roger", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "06.01.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SWIM", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1913-01-06 11:45", "place": {"c3": ""}, "date-ut": "1913-01-06 11:45"}, "occus": ["diver"], "ids-in-sources": {"cfepp-final3": "717"}}, "raw": {"S": "4", "LT": "11 45", "LV": "E", "TR": "f", "UT": "11 45", "LAT": "+48.85", "SRC": "AL", "LONG": "-02.42", "NAME": "HEINKELE Roger", "SPORT": "Diving", "LOC_DATE": "1913 01 06", "UNIV_DATE": "1913 01 06", "BIRTH_PLACE": "VINCENNES", "POSTAL_CODE": "94300"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
43	heinrich-ignace-1925-07-31	{"a1": "43", "3a_sports": "2088", "cfepp-final3": "1075"}	{"cfepp": "CF-1075", "cpara": "CP-227", "ertel": "ES-2088", "lerrcp": "A1-43"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ignace", "family": "Heinrich", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1925-07-31 06:30", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.49903, "lat": 48.30438, "name": "Ebersheim", "geoid": 3020576}, "notime": null, "date-ut": "1925-07-31 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Ignace", "family": "Heinrich"}, "birth": {"tzo": "+01:00", "date": "1925-07-31 06:30", "place": {"c2": "67", "cy": "FR", "lg": 7.49903, "lat": 48.30438, "name": "Ebersheim", "geoid": 3020576}, "date-ut": "1925-07-31 05:30"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-43"}, "ids-in-sources": {"a1": "43"}}, "raw": {"H": "5", "MN": "30", "TZ": "0", "COD": "67", "COU": "F", "DAY": "31", "LAT": "48N35", "LON": "7E45", "MON": "7", "NUM": "43", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "EBERSHEIM"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-07-31 06:30"}, "partial-ids": {"ertel": "ES-2088"}}, "raw": {"L": "", "MF": "", "NR": "2088", "ENG": "1", "MA_": "2", "G_NR": "43", "MA12": "1", "MARS": "1", "NAME": "Heinrich", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,500", "CSINR": "", "KURTZ": "", "PHAS_": "73,100", "STUND": "6,50", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "31.07.", "ZITATE": "DKSTO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "227", "VORNAME": "Ignace", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "31.07.1925", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1925-07-31 06:30", "place": {"c3": ""}, "date-ut": "1925-07-31 05:30"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "1075"}}, "raw": {"S": "1", "LT": "06 30", "LV": "", "TR": "f", "UT": "05 30", "LAT": "+48.31", "SRC": "AL  O", "LONG": "-07.50", "NAME": "HEINRICH Ignace", "SPORT": "Track & Field", "LOC_DATE": "1925 07 31", "UNIV_DATE": "1925 07 31", "BIRTH_PLACE": "EBERSHEIM", "POSTAL_CODE": "67600"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16811	heldman-julie-1945-12-08	{"d10": "576", "3a_sports": "2092"}	{"ertel": "ES-2092", "lerrcp": "D10-576"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julie", "family": "Heldman", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "-08:00", "date": "1945-12-08 06:32", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.26667, "lat": 37.86667, "name": "Berkeley", "geoid": null}, "notime": null, "date-ut": "1945-12-08 14:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Julie", "family": "Heldman"}, "birth": {"tzo": "-08:00", "date": "1945-12-08 06:32", "place": {"c2": "CA", "cy": "US", "lg": -122.26667, "lat": 37.86667, "name": "Berkeley"}, "date-ut": "1945-12-08 14:32"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "576"}}, "raw": {"H": "06:32", "TZ": "8h", "DAY": "8", "LAT": "37N52", "LON": "122W16", "MON": "12", "NUM": "576", "PRO": "SP", "YEA": "1945", "CICO": "Berkeley, CA", "NAME": "Heldman Julie"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "F", "occus": ["tennis-player"], "partial-ids": {"ertel": "ES-2092"}}, "raw": {"L": "", "MF": "F", "NR": "2092", "ENG": "", "MA_": "1", "G_NR": "576", "MA12": "5", "MARS": "13", "NAME": "Heldman", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "5,100", "CSINR": "", "KURTZ": "", "PHAS_": "9,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "08.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Julie Medalie", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.12.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16814	hencken-john-1954-05-29	{"d10": "579", "3a_sports": "2096"}	{"ertel": "ES-2096", "lerrcp": "D10-579"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Hencken", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-07:00", "date": "1954-05-29 08:43", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.41667, "lat": 34.01667, "name": "Culver City", "geoid": null}, "notime": null, "date-ut": "1954-05-29 15:43"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "John", "family": "Hencken"}, "birth": {"tzo": "-07:00", "date": "1954-05-29 08:43", "place": {"c2": "CA", "cy": "US", "lg": -118.41667, "lat": 34.01667, "name": "Culver City"}, "date-ut": "1954-05-29 15:43"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "579"}}, "raw": {"H": "08:43", "TZ": "7h", "DAY": "29", "LAT": "34N1", "LON": "118W25", "MON": "5", "NUM": "579", "PRO": "SP", "YEA": "1954", "CICO": "Culver City, CA", "NAME": "Hencken John"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["swimmer"], "partial-ids": {"ertel": "ES-2096"}}, "raw": {"L": "", "MF": "", "NR": "2096", "ENG": "", "MA_": "1", "G_NR": "579", "MA12": "7", "MARS": "20", "NAME": "Hencken", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-9,300", "CSINR": "", "KURTZ": "", "PHAS_": "14,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "29.05.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "John", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "29.05.1954", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SWIM", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1648	hellemans-auguste-1907-06-21	{"a1": "1649", "3a_sports": "2094"}	{"cpara": "CP-461", "ertel": "ES-2094", "lerrcp": "A1-1649"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Hellemans", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1907-06-21 21:00", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "CAPPELLE-AU-BOIS", "geoid": 0}, "notime": null, "date-ut": "1907-06-21 21:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Hellemans"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "CAPPELLE-AU-BOIS", "geoid": 0}, "date-ut": "1907-06-21 21:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1649"}, "ids-in-sources": {"a1": "1649"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "21", "LAT": "50N51", "LON": "4E15", "MON": "6", "NUM": "1649", "PRO": "C", "SEC": "0", "YEA": "1907", "CITY": "CAPPELLE-AU-BOIS"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1907-06-21 21:00"}, "partial-ids": {"ertel": "ES-2094"}}, "raw": {"L": "", "MF": "", "NR": "2094", "ENG": "0", "MA_": "2", "G_NR": "1649", "MA12": "12", "MARS": "36", "NAME": "Hellemans", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,300", "CSINR": "", "KURTZ": "", "PHAS_": "69,600", "STUND": "21,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "21.06.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "461", "VORNAME": "Auguste", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "21.06.1907", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1071	hendrickx-albert-1916-06-19	{"a1": "1071", "3a_sports": "2097"}	{"ertel": "ES-2097", "lerrcp": "A1-1071"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Hendrickx", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1916-06-19 14:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "KALMPTHOUT", "geoid": 0}, "notime": null, "date-ut": "1916-06-19 12:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Hendrickx"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "KALMPTHOUT", "geoid": 0}, "date-ut": "1916-06-19 12:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1071"}, "ids-in-sources": {"a1": "1071"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "19", "LAT": "51N14", "LON": "4E30", "MON": "6", "NUM": "1071", "PRO": "C", "SEC": "0", "YEA": "1916", "CITY": "KALMPTHOUT"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1916-06-19 14:00"}, "partial-ids": {"ertel": "ES-2097"}}, "raw": {"L": "", "MF": "", "NR": "2097", "ENG": "1", "MA_": "2", "G_NR": "1071", "MA12": "1", "MARS": "3", "NAME": "Hendrickx", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,200", "CSINR": "", "KURTZ": "", "PHAS_": "86,300", "STUND": "14,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "19.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Albert", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.06.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15991	heinnige-gerhard-1940-09-23	{"d6": "203", "3a_sports": "2099"}	{"ertel": "ES-2099", "lerrcp": "D6-203"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gerhard", "family": "Heinnige", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-09-23 21:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.4, "lat": 49, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Gerhard", "family": "Heinnige"}, "birth": {"date": "1940-09-23 21:00", "place": {"cy": "DE", "lg": 8.4, "lat": 49}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "203"}}, "raw": {"H": "21", "MN": "0", "DAY": "23", "LAT": "49N00", "LON": "08E24", "MON": "9", "NUM": "203", "SEC": "0", "YEA": "1940", "NAME": "Heinnige Gerhard"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-2099"}}, "raw": {"L": "", "MF": "", "NR": "2099", "ENG": "", "MA_": "1", "G_NR": "203", "MA12": "7", "MARS": "21", "NAME": "Hennige", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-8,800", "CSINR": "", "KURTZ": "", "PHAS_": "67,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "23.09.", "ZITATE": "DKST", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gerhard", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "23.09.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2057	henrotin-sylvia-1904-07-10	{"a1": "2059", "3a_sports": "2103"}	{"ertel": "ES-2103", "lerrcp": "A1-2059"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sylvia", "family": "Henrotin", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:09:21", "date": "1904-07-10 10:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.58333, "lat": 47.21667, "name": "Le Havre", "geoid": 0}, "notime": null, "date-ut": "1904-07-10 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Sylvia", "family": "Henrotin"}, "birth": {"tzo": "+00:09:21", "date": "1904-07-10 10:00", "place": {"c2": "44", "cy": "FR", "lg": -1.58333, "lat": 47.21667, "name": "Le Havre", "geoid": 0}, "date-ut": "1904-07-10 09:50:40"}, "occus": ["tennis-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-2059"}, "ids-in-sources": {"a1": "2059"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "44", "COU": "F", "DAY": "10", "LAT": "47N13", "LON": "1W35", "MON": "7", "NUM": "2059", "PRO": "C", "SEC": "40", "YEA": "1904", "CITY": "LE HAVRE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "F", "birth": {"date": "1904-07-10 10:00"}, "partial-ids": {"ertel": "ES-2103"}}, "raw": {"L": "", "MF": "F", "NR": "2103", "ENG": "", "MA_": "0", "G_NR": "2059", "MA12": "3", "MARS": "8", "NAME": "Henrotin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,000", "CSINR": "", "KURTZ": "", "PHAS_": "13,400", "STUND": "10,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Sylvia", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.07.1904", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1746	herland-robert-1909-11-03	{"a1": "1747", "g55": "03-326", "3a_sports": "2113"}	{"g55": "03-326", "ertel": "ES-2113", "lerrcp": "A1-1747"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Herland", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1909-11-03 22:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Faches-Thumenil", "geoid": 0}, "notime": null, "date-ut": "1909-11-03 21:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["wrestler"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Herland"}, "birth": {"tzo": "+00:09:21", "date": "1909-11-03 22:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Faches-Thumenil", "geoid": 0}, "date-ut": "1909-11-03 21:50:40"}, "occus": ["wrestler"], "trust": 5, "partial_ids": {"lerrcp": "A1-1747"}, "ids-in-sources": {"a1": "1747"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "59", "COU": "F", "DAY": "3", "LAT": "50N39", "LON": "3E 5", "MON": "11", "NUM": "1747", "PRO": "C", "SEC": "40", "YEA": "1909", "CITY": "FACHES-THUMENIL"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1909-11-03 22:00"}, "partial-ids": {"ertel": "ES-2113"}}, "raw": {"L": "", "MF": "", "NR": "2113", "ENG": "1", "MA_": "2", "G_NR": "1747", "MA12": "4", "MARS": "11", "NAME": "Herland", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "69,200", "STUND": "22,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "03.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "03.11.1909", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "WRES", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Faches-Thumenil"}}, "partial-ids": {"g55": "03-326"}, "ids-in-source": {"g55": "03-326"}}, "raw": {"DAY": "3-11-1909", "HOUR": "22 h.", "NAME": "HERLAND Robert", "PLACE": "Faches-Thumenil (Nord)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
2085	heriot-virginie-1890-07-25	{"a1": "2087", "3a_sports": "2112", "cfepp-final3": "1120"}	{"cfepp": "CF-1120", "cpara": "CP-229", "ertel": "ES-2112", "lerrcp": "A1-2087"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Virginie", "family": "Heriot", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:08:32", "date": "1890-07-25 23:00", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 2.13308, "lat": 48.89281, "name": "Le Vésinet", "geoid": 2998854}, "notime": null, "date-ut": "1890-07-25 22:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sport-sailer"]	5	null	[{"new": {"name": {"given": "Virginie", "family": "Heriot"}, "birth": {"tzo": "+00:08:32", "date": "1890-07-25 23:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13308, "lat": 48.89281, "name": "Le Vésinet", "geoid": 2998854}, "date-ut": "1890-07-25 22:51:28"}, "occus": ["sport-sailer"], "trust": 5, "partial_ids": {"lerrcp": "A1-2087"}, "ids-in-sources": {"a1": "2087"}}, "raw": {"H": "22", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "25", "LAT": "48N50", "LON": "2E 8", "MON": "7", "NUM": "2087", "PRO": "C", "SEC": "28", "YEA": "1890", "CITY": "LE VESINET"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "F", "birth": {"date": "1890-07-25 23:00"}, "partial-ids": {"ertel": "ES-2112"}}, "raw": {"L": "", "MF": "F", "NR": "2112", "ENG": "", "MA_": "0", "G_NR": "2087", "MA12": "6", "MARS": "16", "NAME": "Heriot", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,100", "CSINR": "", "KURTZ": "e", "PHAS_": "49,000", "STUND": "23,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "25.07.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "229", "VORNAME": "Virginie", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "25.07.1890", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "YACH", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1890-07-25 23:00", "place": {"c3": ""}, "date-ut": "1890-07-25 22:51"}, "occus": ["sport-sailer"], "ids-in-sources": {"cfepp-final3": "1120"}}, "raw": {"S": "6", "LT": "23 00", "LV": "", "TR": "f", "UT": "22 51", "LAT": "+48.89", "SRC": "AL  I", "LONG": "-02.13", "NAME": "HERIOT Virginie", "SPORT": "Yachting", "LOC_DATE": "1890 07 25", "UNIV_DATE": "1890 07 25", "BIRTH_PLACE": "LE VESINET", "POSTAL_CODE": "78110"}, "date": "2023-08-20T14:46:19+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
621	hermal-franck-1923-08-05	{"a1": "621", "g55": "03-512", "3a_sports": "2114"}	{"g55": "03-512", "ertel": "ES-2114", "lerrcp": "A1-621"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franck", "family": "Hermal", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1923-08-05 08:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Fresnes-sur-Escaut", "geoid": 0}, "notime": null, "date-ut": "1923-08-05 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Franck", "family": "Hermal"}, "birth": {"tzo": "+01:00", "date": "1923-08-05 08:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Fresnes-sur-Escau", "geoid": 0}, "date-ut": "1923-08-05 07:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-621"}, "ids-in-sources": {"a1": "621"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "59", "COU": "F", "DAY": "5", "LAT": "50N39", "LON": "3E 5", "MON": "8", "NUM": "621", "PRO": "C", "SEC": "0", "YEA": "1923", "CITY": "FRESNES-S/ESCAU"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1923-08-05 08:00"}, "partial-ids": {"ertel": "ES-2114"}}, "raw": {"L": "", "MF": "", "NR": "2114", "ENG": "1", "MA_": "2", "G_NR": "621", "MA12": "1", "MARS": "3", "NAME": "Hermal", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "48,300", "STUND": "8,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "05.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Franck", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "05.08.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Fresnes-sur-Escaut"}}, "partial-ids": {"g55": "03-512"}, "ids-in-source": {"g55": "03-512"}}, "raw": {"DAY": "5-8-1923", "HOUR": "8 h.", "NAME": "HERMAL Franck", "PLACE": "Fresnes-sur-Escaut (Nord)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
179	heurtaux-alfred-1893-05-20	{"a1": "179", "3a_sports": "2121"}	{"ertel": "ES-2121", "lerrcp": "A1-179"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Heurtaux", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1893-05-20 20:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1893-05-20 19:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Heurtaux"}, "birth": {"tzo": "+00:09:21", "date": "1893-05-20 20:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1893-05-20 19:50:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-179"}, "ids-in-sources": {"a1": "179"}}, "raw": {"H": "19", "MN": "50", "TZ": "0", "COD": "44", "COU": "F", "DAY": "20", "LAT": "47N13", "LON": "1W35", "MON": "5", "NUM": "179", "PRO": "C", "SEC": "40", "YEA": "1893", "CITY": "NANTES"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1893-05-20 20:00"}, "partial-ids": {"ertel": "ES-2121"}}, "raw": {"L": "", "MF": "", "NR": "2121", "ENG": "", "MA_": "0", "G_NR": "179", "MA12": "6", "MARS": "16", "NAME": "Heurtaux", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,000", "CSINR": "", "KURTZ": "", "PHAS_": "22,700", "STUND": "20,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.05.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alfred", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "20.05.1893", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16830	hill-thomas-1949-11-17	{"d10": "595", "3a_sports": "2126"}	{"ertel": "ES-2126", "lerrcp": "D10-595"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Thomas", "family": "Hill", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1949-11-17 01:26", "note": null, "place": {"c1": null, "c2": "LA", "c3": null, "cy": "US", "lg": -90.06667, "lat": 29.96667, "name": "New Orleans", "geoid": null}, "notime": null, "date-ut": "1949-11-17 07:26"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Thomas", "family": "Hill"}, "birth": {"tzo": "-06:00", "date": "1949-11-17 01:26", "place": {"c2": "LA", "cy": "US", "lg": -90.06667, "lat": 29.96667, "name": "New Orleans"}, "date-ut": "1949-11-17 07:26"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "595"}}, "raw": {"H": "01:26", "TZ": "6h", "DAY": "17", "LAT": "29N58", "LON": "90W4", "MON": "11", "NUM": "595", "PRO": "SP", "YEA": "1949", "CICO": "New Orleans, LA", "NAME": "Hill Thomas"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-2126"}}, "raw": {"L": "", "MF": "", "NR": "2126", "ENG": "1", "MA_": "2", "G_NR": "595", "MA12": "1", "MARS": "1", "NAME": "Hill", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "15,400", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "17.11.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Thomas", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "17.11.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1322	heutte-francois-1938-02-21	{"a1": "1323", "3a_sports": "2122"}	{"cpara": "CP-230", "ertel": "ES-2122", "lerrcp": "A1-1323"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Heutte", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1938-02-21 16:00", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Chaumont-en-Vex", "geoid": 0}, "notime": null, "date-ut": "1938-02-21 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "François", "family": "Heutte"}, "birth": {"tzo": "+00:00", "date": "1938-02-21 16:00", "place": {"c2": "60", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Chaumont-en-Vex", "geoid": 0}, "date-ut": "1938-02-21 16:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1323"}, "ids-in-sources": {"a1": "1323"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "60", "COU": "F", "DAY": "21", "LAT": "49N26", "LON": "2E 5", "MON": "2", "NUM": "1323", "PRO": "C", "SEC": "0", "YEA": "1938", "CITY": "CHAUMONT-EN-VEX"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1938-02-21 16:00"}, "partial-ids": {"ertel": "ES-2122"}}, "raw": {"L": "", "MF": "", "NR": "2122", "ENG": "1", "MA_": "2", "G_NR": "1323", "MA12": "4", "MARS": "11", "NAME": "Heutte", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,200", "CSINR": "", "KURTZ": "", "PHAS_": "61,400", "STUND": "16,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "21.02.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "230", "VORNAME": "Francois", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "21.02.1938", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16835	hirsch-elroy-1923-06-17	{"d10": "600", "3a_sports": "2128", "rawlins-ertel-irving": "163"}	{"ertel": "ES-2128", "csicop": "CS-163", "lerrcp": "D10-600"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elroy", "family": "Hirsch", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1923-06-17 22:45", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -88, "lat": 43.05, "name": "Wauwatosa", "geoid": null}, "notime": null, "date-ut": "1923-06-18 04:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Elroy", "family": "Hirsch"}, "birth": {"tzo": "-06:00", "date": "1923-06-17 22:45", "place": {"c2": "WI", "cy": "US", "lg": -88, "lat": 43.05, "name": "Wauwatosa"}, "date-ut": "1923-06-18 04:45"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "600"}}, "raw": {"H": "22:45", "TZ": "6h", "DAY": "17", "LAT": "43N3", "LON": "88W0", "MON": "6", "NUM": "600", "PRO": "SP", "YEA": "1923", "CICO": "Wauwatosa, WI", "NAME": "Hirsch Elroy"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "163"}}, "raw": {"LA1": "43", "LA2": "3", "LO1": "88", "LO2": "0", "AMPM": "P", "MARS": "23", "NAME": "Hirsch", "BATCH": "1", "Satz#": "163", "GEBDAT": "17 6 1923", "GEBORT": "WI", "GEBZEIT": "10 45", "VORNAME": "Elroy", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-2128"}}, "raw": {"L": "", "MF": "", "NR": "2128", "ENG": "", "MA_": "0", "G_NR": "600", "MA12": "8", "MARS": "23", "NAME": "Hirsch", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "4,100", "CSINR": "163", "KURTZ": "", "PHAS_": "6,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "17.06.", "ZITATE": "X", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Elroy", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "17.06.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16843	holladay-terry-1955-11-28	{"d10": "608", "3a_sports": "2137"}	{"ertel": "ES-2137", "lerrcp": "D10-608"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Terry", "family": "Holladay", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "-05:00", "date": "1955-11-28 08:26", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -80.85, "lat": 35.21667, "name": "Charlotte", "geoid": null}, "notime": null, "date-ut": "1955-11-28 13:26"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Terry", "family": "Holladay"}, "birth": {"tzo": "-05:00", "date": "1955-11-28 08:26", "place": {"c2": "NC", "cy": "US", "lg": -80.85, "lat": 35.21667, "name": "Charlotte"}, "date-ut": "1955-11-28 13:26"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "608"}}, "raw": {"H": "08:26", "TZ": "5h", "DAY": "28", "LAT": "35N13", "LON": "80W51", "MON": "11", "NUM": "608", "PRO": "SP", "YEA": "1955", "CICO": "Charlotte, NC", "NAME": "Holladay Terry"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "F", "occus": ["tennis-player"], "partial-ids": {"ertel": "ES-2137"}}, "raw": {"L": "", "MF": "F", "NR": "2137", "ENG": "", "MA_": "0", "G_NR": "608", "MA12": "3", "MARS": "7", "NAME": "Holladay", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "5,900", "CSINR": "", "KURTZ": "", "PHAS_": "95,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "28.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Terry Ann", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.11.1955", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
15997	holton-jim-1951-04-11	{"d6": "209", "3a_sports": "2139"}	{"ertel": "ES-2139", "lerrcp": "D6-209"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jim", "family": "Holton", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1951-04-11 20:20", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -3.91667, "lat": 55.65, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jim", "family": "Holton"}, "birth": {"date": "1951-04-11 20:20", "place": {"cy": "GB", "lg": -3.91667, "lat": 55.65}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "209"}}, "raw": {"H": "20", "MN": "20", "DAY": "11", "LAT": "55N39", "LON": "03W55", "MON": "4", "NUM": "209", "SEC": "0", "YEA": "1951", "NAME": "Holton Jim"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2139"}}, "raw": {"L": "", "MF": "", "NR": "2139", "ENG": "", "MA_": "1", "G_NR": "209", "MA12": "7", "MARS": "19", "NAME": "Holton", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "6,900", "CSINR": "", "KURTZ": "", "PHAS_": "19,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "SCO", "TAGMON": "11.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jim", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.04.1951", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16856	hornung-paul-1935-12-23	{"d10": "621", "3a_sports": "2142", "rawlins-ertel-irving": "167"}	{"ertel": "ES-2142", "csicop": "CS-167", "lerrcp": "D10-621"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Hornung", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1935-12-23 08:55", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -85.76667, "lat": 38.25, "name": "Louisville", "geoid": null}, "notime": null, "date-ut": "1935-12-23 14:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Hornung"}, "birth": {"tzo": "-06:00", "date": "1935-12-23 08:55", "place": {"c2": "KY", "cy": "US", "lg": -85.76667, "lat": 38.25, "name": "Louisville"}, "date-ut": "1935-12-23 14:55"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "621"}}, "raw": {"H": "08:55", "TZ": "6h", "DAY": "23", "LAT": "38N15", "LON": "85W46", "MON": "12", "NUM": "621", "PRO": "SP", "YEA": "1935", "CICO": "Louisville, KY", "NAME": "Hornung Paul"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "167"}}, "raw": {"LA1": "38", "LA2": "15", "LO1": "85", "LO2": "46", "AMPM": "A", "MARS": "36", "NAME": "Hornung", "BATCH": "1", "Satz#": "167", "GEBDAT": "23 12 1935", "GEBORT": "KY", "GEBZEIT": "8 55", "VORNAME": "Paul Vernon", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:39+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-2142"}}, "raw": {"L": "", "MF": "", "NR": "2142", "ENG": "0", "MA_": "2", "G_NR": "621", "MA12": "12", "MARS": "36", "NAME": "Hornung", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-6,400", "CSINR": "167", "KURTZ": "", "PHAS_": "8,300", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "23.12.", "ZITATE": "BX", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Paul Vernon", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "23.12.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1719	hostin-louis-1908-04-21	{"a1": "1720", "g55": "03-361", "3a_sports": "2143", "cfepp-final3": "616"}	{"g55": "03-361", "cfepp": "CF-616", "cpara": "CP-232", "ertel": "ES-2143", "lerrcp": "A1-1720"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Hostin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1908-04-21 10:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1908-04-21 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["weightlifter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Hostin"}, "birth": {"tzo": "+00:09:21", "date": "1908-04-21 10:00", "place": {"c2": "42", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1908-04-21 09:50:40"}, "occus": ["weightlifter"], "trust": 5, "partial_ids": {"lerrcp": "A1-1720"}, "ids-in-sources": {"a1": "1720"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "42", "COU": "F", "DAY": "21", "LAT": "45N26", "LON": "4E23", "MON": "4", "NUM": "1720", "PRO": "C", "SEC": "40", "YEA": "1908", "CITY": "ST-ETIENNE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1908-04-21 10:00"}, "partial-ids": {"ertel": "ES-2143"}}, "raw": {"L": "", "MF": "", "NR": "2143", "ENG": "", "MA_": "1", "G_NR": "1720", "MA12": "2", "MARS": "4", "NAME": "Hostin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,100", "CSINR": "", "KURTZ": "", "PHAS_": "79,700", "STUND": "10,00", "CFEPNR": "616", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.04.", "ZITATE": "DKS", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "232", "VORNAME": "Louis", "ZITRANG": "4", "GAUQ1955": "+", "GEBDATUM": "21.04.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "WEIG", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1908-04-21 10:00", "place": {"c3": ""}, "date-ut": "1908-04-21 09:51"}, "occus": ["weightlifter"], "ids-in-sources": {"cfepp-final3": "616"}}, "raw": {"S": "2", "LT": "10 00", "LV": "O", "TR": "f", "UT": "09 51", "LAT": "+45.43", "SRC": "ALG", "LONG": "-04.39", "NAME": "HOSTIN Louis", "SPORT": "Weightlifting", "LOC_DATE": "1908 04 21", "UNIV_DATE": "1908 04 21", "BIRTH_PLACE": "ST ETIENNE", "POSTAL_CODE": "42007 CEDEX"}, "date": "2023-08-20T14:46:08+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-361"}, "ids-in-source": {"g55": "03-361"}}, "raw": {"DAY": "21-4-1908", "HOUR": "10 h.", "NAME": "HOSTIN Louis", "PLACE": "Saint-Etienne (Loire)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
16865	hudson-lou-1944-07-11	{"d10": "630", "3a_sports": "2154", "rawlins-ertel-irving": "172"}	{"ertel": "ES-2154", "csicop": "CS-172", "lerrcp": "D10-630"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lou", "family": "Hudson", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-04:00", "date": "1944-07-11 08:10", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -79.8, "lat": 36.06667, "name": "Greensboro", "geoid": null}, "notime": null, "date-ut": "1944-07-11 12:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Lou", "family": "Hudson"}, "birth": {"tzo": "-04:00", "date": "1944-07-11 08:10", "place": {"c2": "NC", "cy": "US", "lg": -79.8, "lat": 36.06667, "name": "Greensboro"}, "date-ut": "1944-07-11 12:10"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "630"}}, "raw": {"H": "08:10", "TZ": "4h", "DAY": "11", "LAT": "36N4", "LON": "79W48", "MON": "7", "NUM": "630", "PRO": "SP", "YEA": "1944", "CICO": "Greensboro, NC", "NAME": "Hudson Lou"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["basketball-player"]], "ids-in-sources": {"rawlins-ertel-irving": "172"}}, "raw": {"LA1": "36", "LA2": "4", "LO1": "79", "LO2": "48", "AMPM": "A", "MARS": "34", "NAME": "Hudson", "BATCH": "1", "Satz#": "172", "GEBDAT": "11 7 1944", "GEBORT": "NC", "GEBZEIT": "8 10", "VORNAME": "Lou", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["basketball-player"], "partial-ids": {"ertel": "ES-2154"}}, "raw": {"L": "", "MF": "", "NR": "2154", "ENG": "", "MA_": "0", "G_NR": "630", "MA12": "12", "MARS": "34", "NAME": "Hudson", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-10,00", "CSINR": "172", "KURTZ": "", "PHAS_": "71,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "11.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Lou", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.07.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASK", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
831	hourlier-leon-1885-09-16	{"a1": "831", "g55": "03-154", "3a_sports": "2147", "cfepp-final3": "315"}	{"g55": "03-154", "cfepp": "CF-315", "ertel": "ES-2147", "lerrcp": "A1-831"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Hourlier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:16:07", "date": "1885-09-16 22:00", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "notime": null, "date-ut": "1885-09-16 21:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Hourlier"}, "birth": {"tzo": "+00:16:07", "date": "1885-09-16 18:00", "place": {"c2": "51", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "date-ut": "1885-09-16 17:42:32"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-831"}, "ids-in-sources": {"a1": "831"}}, "raw": {"H": "17", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "16", "LAT": "48N57", "LON": "4E22", "MON": "9", "NUM": "831", "PRO": "C", "SEC": "32", "YEA": "1885", "CITY": "REIMS"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1885-09-16 18:00"}, "partial-ids": {"ertel": "ES-2147"}}, "raw": {"L": "", "MF": "", "NR": "2147", "ENG": "", "MA_": "0", "G_NR": "831", "MA12": "8", "MARS": "22", "NAME": "Hourlier", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,600", "CSINR": "", "KURTZ": "", "PHAS_": "47,600", "STUND": "18,00", "CFEPNR": "315", "EXTEND": "", "NATION": "FRA", "TAGMON": "16.09.", "ZITATE": "GO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Léon", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "16.09.1885", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "hourlier-leon-1885-09-16", "birth": {"date": "1885-09-16 22:00", "place": {"c3": ""}, "date-ut": "1885-09-16 21:44"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "315"}}, "raw": {"S": "11", "LT": "22 00", "LV": "FI", "TR": "f", "UT": "21 44", "LAT": "+49.25", "SRC": "AG", "LONG": "-04.03", "NAME": "HOURLIER Leon", "SPORT": "Cycling", "LOC_DATE": "1885 09 16", "UNIV_DATE": "1885 09 16", "BIRTH_PLACE": "REIMS", "POSTAL_CODE": "51096 CEDEX"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-154"}, "ids-in-source": {"g55": "03-154"}}, "raw": {"DAY": "16-9-1885", "HOUR": "18 h.", "NAME": "HOURLIER Léon", "PLACE": "Reims (Marne)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
16000	barclay-joyce-1944-07-22	{"d6": "212", "3a_sports": "2161"}	{"ertel": "ES-2161", "lerrcp": "D6-212"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joyce", "family": "Barclay", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1944-07-22 10:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -3, "lat": 56.46667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Joyce", "family": "Barclay"}, "birth": {"date": "1944-07-22 10:00", "place": {"cy": "GB", "lg": -3, "lat": 56.46667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "212"}}, "raw": {"H": "10", "MN": "0", "DAY": "22", "LAT": "56N28", "LON": "03W00", "MON": "7", "NUM": "212", "SEC": "0", "YEA": "1944", "NAME": "Hume Joyce (Barclay)"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "F", "occus": ["tennis-player"], "partial-ids": {"ertel": "ES-2161"}}, "raw": {"L": "", "MF": "F", "NR": "2161", "ENG": "1", "MA_": "2", "G_NR": "212", "MA12": "1", "MARS": "1", "NAME": "Hume", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "2,400", "CSINR": "", "KURTZ": "", "PHAS_": "3,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "SCO", "TAGMON": "22.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Joyce (Barclay)", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.07.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TENN", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1324	huguet-guy-1923-08-03	{"a1": "1325", "g55": "03-258", "3a_sports": "2159", "cfepp-final3": "501"}	{"g55": "03-258", "cfepp": "CF-501", "cpara": "CP-235", "ertel": "ES-2159", "lerrcp": "A1-1325"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Huguet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1923-08-03 06:00", "note": null, "place": {"c1": null, "c2": "03", "c3": "", "cy": "FR", "lg": 3.19842, "lat": 46.09987, "name": "Gannat", "geoid": 3016711}, "notime": null, "date-ut": "1923-08-03 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Huguet"}, "birth": {"tzo": "+01:00", "date": "1923-08-03 06:00", "place": {"c2": "03", "cy": "FR", "lg": 3.19842, "lat": 46.09987, "name": "Gannat", "geoid": 3016711}, "date-ut": "1923-08-03 05:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1325"}, "ids-in-sources": {"a1": "1325"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "03", "COU": "F", "DAY": "3", "LAT": "46N34", "LON": "3E20", "MON": "8", "NUM": "1325", "PRO": "C", "SEC": "0", "YEA": "1923", "CITY": "GANNAT"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1923-08-03 06:00"}, "partial-ids": {"ertel": "ES-2159"}}, "raw": {"L": "", "MF": "", "NR": "2159", "ENG": "1", "MA_": "2", "G_NR": "1325", "MA12": "1", "MARS": "1", "NAME": "Huguet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,600", "CSINR": "", "KURTZ": "", "PHAS_": "67,000", "STUND": "6,00", "CFEPNR": "501", "EXTEND": "1", "NATION": "FRA", "TAGMON": "03.08.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "235", "VORNAME": "Guy", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "03.08.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1923-08-03 06:00", "place": {"c3": ""}, "date-ut": "1923-08-03 05:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "501"}}, "raw": {"S": "1", "LT": "06 00", "LV": "I12", "TR": "f", "UT": "05 00", "LAT": "+46.10", "SRC": "ALG", "LONG": "-03.20", "NAME": "HUGUET Guy", "SPORT": "Soccer", "LOC_DATE": "1923 08 03", "UNIV_DATE": "1923 08 03", "BIRTH_PLACE": "GANNAT", "POSTAL_CODE": "03800"}, "date": "2023-08-20T14:46:04+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-258"}, "ids-in-source": {"g55": "03-258"}}, "raw": {"DAY": "3-8-1923", "HOUR": "6 h.", "NAME": "HUGUET Guy", "PLACE": "Gannat (Allier)."}, "date": "2023-08-20T14:48:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
625	humez-charles-1927-05-18	{"a1": "625", "g55": "03-513", "3a_sports": "2163", "cfepp-final3": "241"}	{"g55": "03-513", "cfepp": "CF-241", "cpara": "CP-236", "ertel": "ES-2163", "lerrcp": "A1-625"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Humez", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1927-05-18 02:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.86246, "lat": 50.40116, "name": "Méricourt", "geoid": 2994401}, "notime": null, "date-ut": "1927-05-18 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Humez"}, "birth": {"tzo": "+01:00", "date": "1927-05-18 02:00", "place": {"c2": "62", "cy": "FR", "lg": 2.86246, "lat": 50.40116, "name": "Méricourt", "geoid": 2994401}, "date-ut": "1927-05-18 01:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-625"}, "ids-in-sources": {"a1": "625"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "62", "COU": "F", "DAY": "18", "LAT": "50N18", "LON": "2E46", "MON": "5", "NUM": "625", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "MERICOURT"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-05-18 02:00"}, "partial-ids": {"ertel": "ES-2163"}}, "raw": {"L": "", "MF": "", "NR": "2163", "ENG": "", "MA_": "0", "G_NR": "625", "MA12": "8", "MARS": "22", "NAME": "Humez", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,400", "CSINR": "", "KURTZ": "dp", "PHAS_": "98,500", "STUND": "2,00", "CFEPNR": "241", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.05.", "ZITATE": "DF", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "236", "VORNAME": "Charles", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "18.05.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1927-05-18 02:00", "place": {"c3": ""}, "date-ut": "1927-05-18 01:00"}, "occus": ["boxer"], "ids-in-sources": {"cfepp-final3": "241"}}, "raw": {"S": "8", "LT": "02 00", "LV": "E", "TR": "f", "UT": "01 00", "LAT": "+50.40", "SRC": "ALG", "LONG": "-02.89", "NAME": "HUMEZ Charles", "SPORT": "Boxing", "LOC_DATE": "1927 05 18", "UNIV_DATE": "1927 05 18", "BIRTH_PLACE": "MERICOURT", "POSTAL_CODE": "62680"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-513"}, "ids-in-source": {"g55": "03-513"}}, "raw": {"DAY": "18-5-1927", "HOUR": "2 h.", "NAME": "HUMEZ Charles", "PLACE": "Méricourt (Pas-de-Calais)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
16003	huysmans-joseph-1941-12-18	{"d6": "215", "3a_sports": "2170"}	{"ertel": "ES-2170", "lerrcp": "D6-215"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Huysmans", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-12-18 07:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": 4.31667, "lat": 50.76667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Huysmans"}, "birth": {"date": "1941-12-18 07:00", "place": {"cy": "BE", "lg": 4.31667, "lat": 50.76667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "215"}}, "raw": {"H": "7", "MN": "0", "DAY": "18", "LAT": "50N46", "LON": "04E19", "MON": "12", "NUM": "215", "SEC": "0", "YEA": "1941", "NAME": "Huysmans Joseph"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-2170"}}, "raw": {"L": "", "MF": "", "NR": "2170", "ENG": "", "MA_": "0", "G_NR": "215", "MA12": "8", "MARS": "24", "NAME": "Huysmans", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-2,800", "CSINR": "", "KURTZ": "", "PHAS_": "0,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "18.12.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Joseph", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "18.12.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
182	hymans-max-1900-03-02	{"a1": "182", "e3": "804", "3a_sports": "2171"}	{"ertel": "ES-2171", "lerrcp": "A1-182"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Hymans", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1900-03-02 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "18", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1900-03-02 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot", "politician"]	5	null	[{"new": {"name": {"given": "Max", "family": "Hymans"}, "birth": {"tzo": "+00:09:21", "date": "1900-03-02 06:00", "place": {"c2": "75", "c3": "18", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1900-03-02 05:50:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-182"}, "ids-in-sources": {"a1": "182"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "182", "PRO": "C", "SEC": "40", "YEA": "1900", "CITY": "PARIS 18E"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"occus": ["politician"], "ids-in-sources": {"e3": "804"}}, "raw": {"H": "06:00", "COD": "75", "DAY": "02", "MON": "03", "NUM": "0804", "PRO": "PO", "YEA": "1900", "CITY": "Paris 18ème", "NAME": "HYMANS Max", "NOTE": "*"}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1900-03-02 06:00"}, "partial-ids": {"ertel": "ES-2171"}}, "raw": {"L": "", "MF": "", "NR": "2171", "ENG": "0", "MA_": "2", "G_NR": "182", "MA12": "12", "MARS": "36", "NAME": "Hymans", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,100", "CSINR": "", "KURTZ": "", "PHAS_": "0,600", "STUND": "6,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "02.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Max", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.03.1900", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16004	ickx-jacques-1945-01-01	{"d6": "216", "3a_sports": "2173"}	{"ertel": "ES-2173", "lerrcp": "D6-216"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Ickx", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1945-01-01 20:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": 4.35, "lat": 50.83333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Ickx"}, "birth": {"date": "1945-01-01 20:15", "place": {"cy": "BE", "lg": 4.35, "lat": 50.83333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "216"}}, "raw": {"H": "20", "MN": "15", "DAY": "1", "LAT": "50N50", "LON": "04E21", "MON": "1", "NUM": "216", "SEC": "0", "YEA": "1945", "NAME": "Ickx Jacques"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["motor-sports-competitor"], "partial-ids": {"ertel": "ES-2173"}}, "raw": {"L": "", "MF": "", "NR": "2173", "ENG": "", "MA_": "0", "G_NR": "216", "MA12": "8", "MARS": "24", "NAME": "Ickx", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-4,000", "CSINR": "", "KURTZ": "", "PHAS_": "93,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "01.01.", "ZITATE": "DSF", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "01.01.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1520	invernizzi-giovanni-1931-08-26	{"a1": "1521", "3a_sports": "2182"}	{"ertel": "ES-2182", "lerrcp": "A1-1521"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Invernizzi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-08-26 02:30", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 8.93744, "lat": 45.41957, "name": "Albairate", "geoid": 6535143}, "notime": null, "date-ut": "1931-08-26 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Invernizzi"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 8.93744, "lat": 45.41957, "name": "Albairate", "geoid": 6535143}, "date-ut": "1931-08-26 01:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1521"}, "ids-in-sources": {"a1": "1521"}}, "raw": {"H": "2", "MN": "30", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "26", "LAT": "45N30", "LON": "9E15", "MON": "8", "NUM": "1521", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "ALBAIRATE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-08-26 02:30"}, "partial-ids": {"ertel": "ES-2182"}}, "raw": {"L": "", "MF": "", "NR": "2182", "ENG": "", "MA_": "1", "G_NR": "1521", "MA12": "9", "MARS": "27", "NAME": "Invernizzi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,900", "CSINR": "", "KURTZ": "", "PHAS_": "95,600", "STUND": "2,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "26.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giovanni", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.08.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16006	israel-rinus-1942-03-19	{"d6": "218", "3a_sports": "2187"}	{"ertel": "ES-2187", "lerrcp": "D6-218"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rinus", "family": "Israel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-03-19 12:40", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "NL", "lg": 4.9, "lat": 52.35, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Rinus", "family": "Israel"}, "birth": {"date": "1942-03-19 12:40", "place": {"cy": "NL", "lg": 4.9, "lat": 52.35}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "218"}}, "raw": {"H": "12", "MN": "40", "DAY": "19", "LAT": "52N21", "LON": "04E54", "MON": "3", "NUM": "218", "SEC": "0", "YEA": "1942", "NAME": "Israel Rinus"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2187"}}, "raw": {"L": "", "MF": "", "NR": "2187", "ENG": "1", "MA_": "2", "G_NR": "218", "MA12": "1", "MARS": "3", "NAME": "Israel", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "3,200", "CSINR": "", "KURTZ": "", "PHAS_": "4,300", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "NET", "TAGMON": "19.03.", "ZITATE": "DW", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Rinus", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "19.03.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
626	jacques-robert-1927-08-27	{"a1": "626", "g55": "03-514", "3a_sports": "2195"}	{"g55": "03-514", "ertel": "ES-2195", "lerrcp": "A1-626"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Jacques", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1927-08-27 20:30", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.94028, "lat": 49.70187, "name": "Sedan", "geoid": 2975349}, "notime": null, "date-ut": "1927-08-27 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Jacques"}, "birth": {"tzo": "+01:00", "date": "1927-08-27 20:30", "place": {"c2": "08", "cy": "FR", "lg": 4.94028, "lat": 49.70187, "name": "Sedan", "geoid": 2975349}, "date-ut": "1927-08-27 19:30"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-626"}, "ids-in-sources": {"a1": "626"}}, "raw": {"H": "19", "MN": "30", "TZ": "0", "COD": "08", "COU": "F", "DAY": "27", "LAT": "49N46", "LON": "4E44", "MON": "8", "NUM": "626", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "SEDAN"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-08-27 20:30"}, "partial-ids": {"ertel": "ES-2195"}}, "raw": {"L": "", "MF": "", "NR": "2195", "ENG": "", "MA_": "1", "G_NR": "626", "MA12": "7", "MARS": "19", "NAME": "Jacques", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,600", "CSINR": "", "KURTZ": "", "PHAS_": "0,200", "STUND": "20,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "27.08.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-514"}, "ids-in-source": {"g55": "03-514"}}, "raw": {"DAY": "27-8-1927", "HOUR": "20 h. 30", "NAME": "JACQUES Robert", "PLACE": "Sedan (Ardennes)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1073	janssens-marcel-1931-12-30	{"a1": "1073", "3a_sports": "2201"}	{"ertel": "ES-2201", "lerrcp": "A1-1073"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Janssens", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-12-30 19:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "EDEGEM", "geoid": 0}, "notime": null, "date-ut": "1931-12-30 19:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Janssens"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "EDEGEM", "geoid": 0}, "date-ut": "1931-12-30 19:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1073"}, "ids-in-sources": {"a1": "1073"}}, "raw": {"H": "19", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "30", "LAT": "51N14", "LON": "4E30", "MON": "12", "NUM": "1073", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "EDEGEM"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-12-30 19:00"}, "partial-ids": {"ertel": "ES-2201"}}, "raw": {"L": "", "MF": "", "NR": "2201", "ENG": "", "MA_": "1", "G_NR": "1073", "MA12": "7", "MARS": "21", "NAME": "Janssens", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,300", "CSINR": "", "KURTZ": "", "PHAS_": "72,600", "STUND": "19,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "30.12.", "ZITATE": "DFO", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "30.12.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16009	jasseron-lucien-1913-12-29	{"d6": "221", "3a_sports": "2204"}	{"ertel": "ES-2204", "lerrcp": "D6-221"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Jasseron", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-12-29 01:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DZ", "lg": -0.63333, "lat": 35.75, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Jasseron"}, "birth": {"date": "1913-12-29 01:00", "place": {"cy": "DZ", "lg": -0.63333, "lat": 35.75}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "221"}}, "raw": {"H": "1", "MN": "0", "DAY": "29", "LAT": "35N45", "LON": "00W38", "MON": "12", "NUM": "221", "SEC": "0", "YEA": "1913", "NAME": "Jasseron Lucien"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2204"}}, "raw": {"L": "", "MF": "", "NR": "2204", "ENG": "1", "MA_": "2", "G_NR": "221", "MA12": "4", "MARS": "10", "NAME": "Jasseron", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "2,000", "CSINR": "", "KURTZ": "e", "PHAS_": "2,300", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "29.12.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Lucien", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "29.12.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16010	jauffret-francois-1942-02-09	{"d6": "222", "3a_sports": "2205"}	{"ertel": "ES-2205", "lerrcp": "D6-222"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Jauffret", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-02-09 01:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "François", "family": "Jauffret"}, "birth": {"date": "1942-02-09 01:00", "place": {"cy": "FR", "lg": -0.56667, "lat": 44.83333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "222"}}, "raw": {"H": "1", "MN": "0", "DAY": "9", "LAT": "44N50", "LON": "00W34", "MON": "2", "NUM": "222", "SEC": "0", "YEA": "1942", "NAME": "Jauffret François"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["tennis-player"], "partial-ids": {"ertel": "ES-2205"}}, "raw": {"L": "", "MF": "", "NR": "2205", "ENG": "", "MA_": "0", "G_NR": "222", "MA12": "6", "MARS": "16", "NAME": "Jauffret", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-11,40", "CSINR": "", "KURTZ": "", "PHAS_": "45,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "09.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Francois", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "09.02.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2060	lacoste-rene-1904-07-02	{"a1": "2062", "e1": "1126", "3a_sports": "2313", "cfepp-final3": "1036"}	{"cfepp": "CF-1036", "ertel": "ES-2313", "lerrcp": "A1-2062"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Lacoste", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1904-07-02 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "10", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1904-07-02 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player", "executive"]	5	null	[{"new": {"name": {"given": "René", "family": "Lacoste"}, "birth": {"tzo": "+00:09:21", "date": "1904-07-02 05:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1904-07-02 04:50:40"}, "occus": ["tennis-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-2062"}, "ids-in-sources": {"a1": "2062"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "2062", "PRO": "C", "SEC": "40", "YEA": "1904", "CITY": "PARIS"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"occus": ["executive"], "ids-in-sources": {"e1": "1126"}}, "raw": {"H": "05:00", "COD": "75", "DAY": "02", "MON": "07", "NUM": "1126", "PRO": "EX", "YEA": "1904", "CITY": "Paris 10ème", "NAME": "LACOSTE Rene", "NOTE": ""}, "date": "2023-08-20T14:44:08+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1904-07-02 05:00"}, "partial-ids": {"ertel": "ES-2313"}}, "raw": {"L": "", "MF": "", "NR": "2313", "ENG": "1", "MA_": "2", "G_NR": "2062", "MA12": "1", "MARS": "2", "NAME": "Lacoste", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,300", "CSINR": "", "KURTZ": "i", "PHAS_": "84,200", "STUND": "5,00", "CFEPNR": "1036", "EXTEND": "1", "NATION": "FRA", "TAGMON": "02.07.", "ZITATE": "DJKEF", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "02.07.1904", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1904-07-02 05:00", "place": {"c3": "10"}, "date-ut": "1904-07-02 04:51"}, "occus": ["tennis-player"], "ids-in-sources": {"cfepp-final3": "1036"}}, "raw": {"S": "1", "LT": "05 00", "LV": "FI", "TR": "f", "UT": "04 51", "LAT": "+48.86", "SRC": "AL", "LONG": "-02.34", "NAME": "LACOSTE Jean-Rene", "SPORT": "Tennis", "LOC_DATE": "1904 07 02", "UNIV_DATE": "1904 07 02", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75010"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1916	jean-rene-1931-04-20	{"a1": "1918", "3a_sports": "2209"}	{"ertel": "ES-2209", "lerrcp": "A1-1918"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Jean", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1931-04-20 06:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.90428, "lat": 43.97744, "name": "Vedène", "geoid": 2970253}, "notime": null, "date-ut": "1931-04-20 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "René", "family": "Jean"}, "birth": {"tzo": "+01:00", "date": "1931-04-20 06:00", "place": {"c2": "84", "cy": "FR", "lg": 4.90428, "lat": 43.97744, "name": "Vedène", "geoid": 2970253}, "date-ut": "1931-04-20 05:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1918"}, "ids-in-sources": {"a1": "1918"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "84", "COU": "F", "DAY": "20", "LAT": "43N57", "LON": "4E50", "MON": "4", "NUM": "1918", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "VEDENE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-04-20 06:00"}, "partial-ids": {"ertel": "ES-2209"}}, "raw": {"L": "", "MF": "", "NR": "2209", "ENG": "", "MA_": "0", "G_NR": "1918", "MA12": "9", "MARS": "25", "NAME": "Jean", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,900", "CSINR": "", "KURTZ": "", "PHAS_": "3,800", "STUND": "6,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.04.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16889	jenkins-david-1936-06-29	{"d10": "654", "3a_sports": "2211"}	{"ertel": "ES-2211", "lerrcp": "D10-654"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "David", "family": "Jenkins", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1936-06-29 17:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.51667, "lat": 41.08333, "name": "Akron", "geoid": null}, "notime": null, "date-ut": "1936-06-29 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["winter-sports-practitioner"]	5	null	[{"new": {"name": {"given": "David", "family": "Jenkins"}, "birth": {"tzo": "-05:00", "date": "1936-06-29 17:00", "place": {"c2": "OH", "cy": "US", "lg": -81.51667, "lat": 41.08333, "name": "Akron"}, "date-ut": "1936-06-29 22:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "654"}}, "raw": {"H": "17:00", "TZ": "5h", "DAY": "29", "LAT": "41N5", "LON": "81W31", "MON": "6", "NUM": "654", "PRO": "SP", "YEA": "1936", "CICO": "Akron, OH", "NAME": "Jenkins David"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["winter-sports-practitioner"], "partial-ids": {"ertel": "ES-2211"}}, "raw": {"L": "", "MF": "", "NR": "2211", "ENG": "", "MA_": "0", "G_NR": "654", "MA12": "5", "MARS": "15", "NAME": "Jenkins", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "9,000", "CSINR": "", "KURTZ": "", "PHAS_": "70,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "29.06.", "ZITATE": "DHKSX", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "David", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "29.06.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "ICES", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1768	jeanne-yvonne-1910-07-14	{"a1": "1769", "g55": "03-437", "3a_sports": "2210", "cfepp-final3": "690"}	{"g55": "03-437", "cfepp": "CF-690", "ertel": "ES-2210", "lerrcp": "A1-1769"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yvonne", "family": "Jeanne", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:09:21", "date": "1910-07-14 11:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "18", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1910-07-14 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "Yvonne", "family": "Jeanne"}, "birth": {"tzo": "+00:09:21", "date": "1910-07-14 01:00", "place": {"c2": "75", "c3": "18", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1910-07-14 00:50:40"}, "occus": ["swimmer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1769"}, "ids-in-sources": {"a1": "1769"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "14", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "1769", "PRO": "C", "SEC": "40", "YEA": "1910", "CITY": "PARIS 18E"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "F", "birth": {"date": "1910-07-14 01:00"}, "partial-ids": {"ertel": "ES-2210"}}, "raw": {"L": "", "MF": "F", "NR": "2210", "ENG": "", "MA_": "1", "G_NR": "1769", "MA12": "9", "MARS": "26", "NAME": "Jeanne", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,600", "CSINR": "", "KURTZ": "i", "PHAS_": "46,800", "STUND": "1,00", "CFEPNR": "690", "EXTEND": "", "NATION": "FRA", "TAGMON": "14.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Yvonne", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "14.07.1910", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SWIM", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "jeanne-yvonne-1910-07-14", "birth": {"date": "1910-07-14 11:00", "place": {"c3": "18"}, "date-ut": "1910-07-14 10:51"}, "occus": ["swimmer"], "ids-in-sources": {"cfepp-final3": "690"}}, "raw": {"S": "2", "LT": "11 00", "LV": "M", "TR": "f", "UT": "10 51", "LAT": "+48.86", "SRC": "LG", "LONG": "-02.34", "NAME": "JEANNE Yvonne", "SPORT": "Swimming", "LOC_DATE": "1910 07 14", "UNIV_DATE": "1910 07 14", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75018"}, "date": "2023-08-20T14:46:10+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-437"}, "ids-in-source": {"g55": "03-437"}}, "raw": {"DAY": "14-7-1910", "HOUR": "1 h.", "NAME": "JEANNE Yvonne", "PLACE": "Paris (18°) (Seine)."}, "date": "2023-08-20T14:48:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
16900	johnson-patty-1950-04-15	{"d10": "665", "3a_sports": "2222", "rawlins-ertel-irving": "182"}	{"ertel": "ES-2222", "csicop": "CS-182", "lerrcp": "D10-665"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Patty", "family": "Johnson", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1950-04-15 10:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -117.15, "lat": 32.71667, "name": "San Diego", "geoid": null}, "notime": null, "date-ut": "1950-04-15 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Patty", "family": "Johnson"}, "birth": {"tzo": "-08:00", "date": "1950-04-15 10:00", "place": {"c2": "CA", "cy": "US", "lg": -117.15, "lat": 32.71667, "name": "San Diego"}, "date-ut": "1950-04-15 18:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "665"}}, "raw": {"H": "10:00", "TZ": "8h", "DAY": "15", "LAT": "32N43", "LON": "117W9", "MON": "4", "NUM": "665", "PRO": "SP", "YEA": "1950", "CICO": "San Diego, CA", "NAME": "Johnson Patty"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "182"}}, "raw": {"LA1": "32", "LA2": "43", "LO1": "117", "LO2": "9", "AMPM": "A", "MARS": "28", "NAME": "Johnson", "BATCH": "2", "Satz#": "182", "GEBDAT": "15 4 1950", "GEBORT": "CA", "GEBZEIT": "10 0", "VORNAME": "Patty Jean", "SPORTART": "TRAC", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-2222"}}, "raw": {"L": "", "MF": "", "NR": "2222", "ENG": "", "MA_": "1", "G_NR": "665", "MA12": "10", "MARS": "28", "NAME": "Johnson", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-5,100", "CSINR": "182", "KURTZ": "", "PHAS_": "5,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "15.04.", "ZITATE": "T", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Patty Jean", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "15.04.1950", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17037	luisetti-angelo-1916-06-16	{"d10": "802", "3a_sports": "2558", "rawlins-ertel-irving": "230"}	{"ertel": "ES-2558", "csicop": "CS-230", "lerrcp": "D10-802"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Luisetti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1916-06-16 08:30", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1916-06-16 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Angelo", "family": "Luisetti"}, "birth": {"tzo": "-08:00", "date": "1916-06-16 08:30", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1916-06-16 16:30"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "802"}}, "raw": {"H": "08:30", "TZ": "8h", "DAY": "16", "LAT": "37N47", "LON": "122W25", "MON": "6", "NUM": "802", "PRO": "SP", "YEA": "1916", "CICO": "San Francisco, CA", "NAME": "Luisetti Angelo"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["basketball-player"]], "ids-in-sources": {"rawlins-ertel-irving": "230"}}, "raw": {"LA1": "37", "LA2": "46", "LO1": "122", "LO2": "25", "AMPM": "A", "MARS": "33", "NAME": "Luisetti", "BATCH": "2", "Satz#": "230", "GEBDAT": "16 6 1916", "GEBORT": "CA", "GEBZEIT": "8 30", "VORNAME": "Angelo", "SPORTART": "BASK", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["basketball-player"], "partial-ids": {"ertel": "ES-2558"}}, "raw": {"L": "", "MF": "", "NR": "2558", "ENG": "", "MA_": "0", "G_NR": "802", "MA12": "11", "MARS": "33", "NAME": "Luisetti", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "1,200", "CSINR": "230", "KURTZ": "", "PHAS_": "99,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "16.06.", "ZITATE": "X", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Angelo", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "16.06.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16228	jodar-jean-francois-1949-12-02	{"d6": "441", "3a_sports": "2219", "cfepp-final3": "502"}	{"cfepp": "CF-502", "ertel": "ES-2219", "lerrcp": "D6-441"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-François", "family": "Jodar", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-12-02 06:00", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": -2.96, "lat": 48.38, "name": "MONTEREAU", "geoid": null}, "notime": null, "date-ut": "1949-12-02 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jean-François", "family": "Jodar"}, "birth": {"date": "1936-09-22 21:30", "place": {"cy": "MA", "lg": -7.58333, "lat": 33.65}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "441"}}, "raw": {"H": "21", "MN": "30", "DAY": "22", "LAT": "33N39", "LON": "07W35", "MON": "9", "NUM": "441", "SEC": "0", "YEA": "1936", "NAME": "Jodar Jean François"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2219"}}, "raw": {"L": "", "MF": "", "NR": "2219", "ENG": "", "MA_": "0", "G_NR": "441", "MA12": "3", "MARS": "7", "NAME": "Jodar", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "6,700", "CSINR": "", "KURTZ": "", "PHAS_": "88,300", "STUND": "", "CFEPNR": "502", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean Francois", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "02.12.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "jodar-jean-francois-1949-12-02", "birth": {"date": "1949-12-02 06:00", "place": {"c2": "77", "c3": "", "cy": "FR", "lg": -2.96, "lat": 48.38, "name": "MONTEREAU"}, "date-ut": "1949-12-02 05:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "502"}}, "raw": {"S": "3", "LT": "06 00", "LV": "I1", "TR": "f", "UT": "05 00", "LAT": "+48.38", "SRC": "L", "LONG": "-02.96", "NAME": "JODAR Jean-Francois", "SPORT": "Soccer", "LOC_DATE": "1949 12 02", "UNIV_DATE": "1949 12 02", "BIRTH_PLACE": "MONTEREAU", "POSTAL_CODE": "77130"}, "date": "2023-08-20T14:46:04+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1312	gianessi-lazare-1925-11-09	{"a1": "1313", "3a_sports": "1849", "cfepp-final3": "484"}	{"cfepp": "CF-484", "cpara": "CP-205", "ertel": "ES-1849", "lerrcp": "A1-1313"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lazare", "family": "Gianessi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1925-11-09 19:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.25346, "lat": 50.32995, "name": "Aniche", "geoid": 3037571}, "notime": null, "date-ut": "1925-11-09 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Lazare", "family": "Gianessi"}, "birth": {"tzo": "+00:00", "date": "1925-11-09 19:30", "place": {"c2": "59", "cy": "FR", "lg": 3.25346, "lat": 50.32995, "name": "Aniche", "geoid": 3037571}, "date-ut": "1925-11-09 19:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1313"}, "ids-in-sources": {"a1": "1313"}}, "raw": {"H": "19", "MN": "30", "TZ": "0", "COD": "59", "COU": "F", "DAY": "9", "LAT": "50N39", "LON": "3E 5", "MON": "11", "NUM": "1313", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "ANICHE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-11-09 19:30"}, "partial-ids": {"ertel": "ES-1849"}}, "raw": {"L": "", "MF": "", "NR": "1849", "ENG": "", "MA_": "0", "G_NR": "1313", "MA12": "8", "MARS": "24", "NAME": "Gianessi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "46,700", "STUND": "19,50", "CFEPNR": "484", "EXTEND": "", "NATION": "FRA", "TAGMON": "09.11.", "ZITATE": "DWO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "205", "VORNAME": "Lazare", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "09.11.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1925-11-09 19:30", "place": {"c3": ""}, "date-ut": "1925-11-09 19:30"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "484"}}, "raw": {"S": "8", "LT": "19 30", "LV": "I14", "TR": "f", "UT": "19 30", "LAT": "+50.33", "SRC": "L", "LONG": "-03.25", "NAME": "GIANESSI Lazare", "SPORT": "Soccer", "LOC_DATE": "1925 11 09", "UNIV_DATE": "1925 11 09", "BIRTH_PLACE": "ANICHE", "POSTAL_CODE": "59580"}, "date": "2023-08-20T14:46:04+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1918	jol-marcel-1923-03-16	{"a1": "1920", "3a_sports": "2223", "cfepp-final3": "891"}	{"cfepp": "CF-891", "cpara": "CP-244", "ertel": "ES-2223", "lerrcp": "A1-1920"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Jol", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1923-03-16 05:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -1.55684, "lat": 43.48055, "name": "Biarritz", "geoid": 3032797}, "notime": null, "date-ut": "1923-03-16 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Jol"}, "birth": {"tzo": "+00:00", "date": "1923-03-16 05:00", "place": {"c2": "64", "cy": "FR", "lg": -1.55684, "lat": 43.48055, "name": "Biarritz", "geoid": 3032797}, "date-ut": "1923-03-16 05:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1920"}, "ids-in-sources": {"a1": "1920"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "16", "LAT": "43N18", "LON": "0W22", "MON": "3", "NUM": "1920", "PRO": "C", "SEC": "0", "YEA": "1923", "CITY": "BIARRITZ"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1923-03-16 05:00"}, "partial-ids": {"ertel": "ES-2223"}}, "raw": {"L": "", "MF": "", "NR": "2223", "ENG": "", "MA_": "1", "G_NR": "1920", "MA12": "11", "MARS": "31", "NAME": "Jol", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,700", "CSINR": "", "KURTZ": "", "PHAS_": "2,200", "STUND": "5,00", "CFEPNR": "892", "EXTEND": "", "NATION": "FRA", "TAGMON": "16.03.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "244", "VORNAME": "Marcel", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "16.03.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1923-03-16 05:00", "place": {"c3": ""}, "date-ut": "1923-03-16 05:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "891"}}, "raw": {"S": "11", "LT": "05 00", "LV": "I10", "TR": "f", "UT": "05 00", "LAT": "+43.48", "SRC": "L", "LONG": "+01.56", "NAME": "JOL Marcel", "SPORT": "Rugby Union", "LOC_DATE": "1923 03 16", "UNIV_DATE": "1923 03 16", "BIRTH_PLACE": "BIARRITZ", "POSTAL_CODE": "64200"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
47	joanblanc-robert-1917-02-21	{"a1": "47", "g55": "03-13", "3a_sports": "2217", "cfepp-final3": "78"}	{"g55": "03-13", "cfepp": "CF-78", "ertel": "ES-2217", "lerrcp": "A1-47"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Joanblanc", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1917-02-21 15:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -1.42588, "lat": 43.09606, "name": "Aldudes", "geoid": 3038233}, "notime": null, "date-ut": "1917-02-21 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Joanblanc"}, "birth": {"tzo": "+00:00", "date": "1917-02-21 15:00", "place": {"c2": "64", "cy": "FR", "lg": -1.42588, "lat": 43.09606, "name": "Aldudes", "geoid": 3038233}, "date-ut": "1917-02-21 15:00"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-47"}, "ids-in-sources": {"a1": "47"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "21", "LAT": "43N18", "LON": "0W22", "MON": "2", "NUM": "47", "PRO": "C", "SEC": "0", "YEA": "1917", "CITY": "ALDUDES"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1917-02-21 15:00"}, "partial-ids": {"ertel": "ES-2217"}}, "raw": {"L": "", "MF": "", "NR": "2217", "ENG": "", "MA_": "1", "G_NR": "47", "MA12": "5", "MARS": "14", "NAME": "Joanblanc", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,800", "CSINR": "", "KURTZ": "", "PHAS_": "0,900", "STUND": "15,00", "CFEPNR": "78", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "21.02.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1917-02-21 15:00", "place": {"c3": ""}, "date-ut": "1917-02-21 15:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "78"}}, "raw": {"S": "5", "LT": "15 00", "LV": "FI", "TR": "f", "UT": "15 00", "LAT": "+43.10", "SRC": "AG", "LONG": "+01.43", "NAME": "JOANBLANCQ Robert", "SPORT": "Track & Field", "LOC_DATE": "1917 02 21", "UNIV_DATE": "1917 02 21", "BIRTH_PLACE": "ALDUDES", "POSTAL_CODE": "64430"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-13"}, "ids-in-source": {"g55": "03-13"}}, "raw": {"DAY": "21-2-1917", "HOUR": "15 h.", "NAME": "JOANBLANC Robert", "PLACE": "Aldudes (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1075	joly-emiel-1904-04-22	{"a1": "1075", "3a_sports": "2224"}	{"ertel": "ES-2224", "lerrcp": "A1-1075"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emiel", "family": "Joly", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1904-04-22 02:00", "note": null, "place": {"c1": null, "c2": "HAI", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CHATELINEAU", "geoid": 0}, "notime": null, "date-ut": "1904-04-22 02:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Emiel", "family": "Joly"}, "birth": {"place": {"c2": "HAI", "cy": "BE", "lg": 4.5, "lat": 50.38333, "name": "CHATELINEAU", "geoid": 0}, "date-ut": "1904-04-22 02:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1075"}, "ids-in-sources": {"a1": "1075"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "HAI", "COU": "B", "DAY": "22", "LAT": "50N23", "LON": "4E30", "MON": "4", "NUM": "1075", "PRO": "C", "SEC": "0", "YEA": "1904", "CITY": "CHATELINEAU"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1904-04-22 02:00"}, "partial-ids": {"ertel": "ES-2224"}}, "raw": {"L": "", "MF": "", "NR": "2224", "ENG": "", "MA_": "1", "G_NR": "1075", "MA12": "11", "MARS": "31", "NAME": "Joly", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,300", "CSINR": "", "KURTZ": "", "PHAS_": "36,700", "STUND": "2,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "22.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Emiel", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.04.1904", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1327	jooris-henri-1879-04-23	{"a1": "1328", "3a_sports": "2228"}	{"ertel": "ES-2228", "lerrcp": "A1-1328"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Jooris", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:12:14", "date": "1879-04-23 19:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1879-04-23 18:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Jooris"}, "birth": {"tzo": "+00:12:14", "date": "1879-04-23 19:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1879-04-23 18:47:40"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1328"}, "ids-in-sources": {"a1": "1328"}}, "raw": {"H": "18", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "23", "LAT": "50N39", "LON": "3E 5", "MON": "4", "NUM": "1328", "PRO": "C", "SEC": "40", "YEA": "1879", "CITY": "LILLE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1879-04-23 19:00"}, "partial-ids": {"ertel": "ES-2228"}}, "raw": {"L": "", "MF": "", "NR": "2228", "ENG": "", "MA_": "1", "G_NR": "1328", "MA12": "9", "MARS": "26", "NAME": "Jooris", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,700", "CSINR": "", "KURTZ": "", "PHAS_": "2,000", "STUND": "19,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.04.1879", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2031	jonquieres-oriola-pierre-1920-02-01	{"a1": "2033", "3a_sports": "2227", "cfepp-final3": "1010"}	{"cfepp": "CF-1010", "cpara": "CP-245", "ertel": "ES-2227", "lerrcp": "A1-2033"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Jonquieres Oriola", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1920-02-01 15:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 2.91667, "lat": 42.7, "name": "Corneilla-D-V", "geoid": 0}, "notime": null, "date-ut": "1920-02-01 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["equestrian"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Jonquieres Oriola"}, "birth": {"tzo": "+00:00", "date": "1920-02-01 15:00", "place": {"c2": "66", "cy": "FR", "lg": 2.91667, "lat": 42.7, "name": "Corneilla-D-V", "geoid": 0}, "date-ut": "1920-02-01 15:00"}, "occus": ["equestrian"], "trust": 5, "partial_ids": {"lerrcp": "A1-2033"}, "ids-in-sources": {"a1": "2033"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "66", "COU": "F", "DAY": "1", "LAT": "42N42", "LON": "2E55", "MON": "2", "NUM": "2033", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "CORNEILLA-D-V"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-02-01 15:00"}, "partial-ids": {"ertel": "ES-2227"}}, "raw": {"L": "", "MF": "", "NR": "2227", "ENG": "", "MA_": "0", "G_NR": "2033", "MA12": "9", "MARS": "25", "NAME": "Jonquieres", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,300", "CSINR": "", "KURTZ": "", "PHAS_": "85,000", "STUND": "15,00", "CFEPNR": "1010", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.02.", "ZITATE": "DKS", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "245", "VORNAME": "d'Oriola Pierre", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "01.02.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "HORS", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1920-02-01 15:00", "place": {"c3": ""}, "date-ut": "1920-02-01 15:00"}, "occus": ["equestrian"], "ids-in-sources": {"cfepp-final3": "1010"}}, "raw": {"S": "9", "LT": "15 00", "LV": "M", "TR": "f", "UT": "15 00", "LAT": "+42.63", "SRC": "AL", "LONG": "-02.95", "NAME": "JONQUERES D'ORIOLA Pierre", "SPORT": "Equestrian Sports", "LOC_DATE": "1920 02 01", "UNIV_DATE": "1920 02 01", "BIRTH_PLACE": "CORNEILLA DEL VERCOL", "POSTAL_CODE": "66200"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1076	kaers-karel-1914-06-03	{"a1": "1076", "3a_sports": "2244"}	{"ertel": "ES-2244", "lerrcp": "A1-1076"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karel", "family": "Kaers", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-06-03 21:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "VOSSELAAR", "geoid": 0}, "notime": null, "date-ut": "1914-06-03 21:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Karel", "family": "Kaers"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "VOSSELAAR", "geoid": 0}, "date-ut": "1914-06-03 21:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1076"}, "ids-in-sources": {"a1": "1076"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "3", "LAT": "51N14", "LON": "4E30", "MON": "6", "NUM": "1076", "PRO": "C", "SEC": "0", "YEA": "1914", "CITY": "VOSSELAAR"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1914-06-03 21:00"}, "partial-ids": {"ertel": "ES-2244"}}, "raw": {"L": "", "MF": "", "NR": "2244", "ENG": "", "MA_": "0", "G_NR": "1076", "MA12": "5", "MARS": "15", "NAME": "Kaers", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,200", "CSINR": "", "KURTZ": "", "PHAS_": "66,000", "STUND": "21,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "03.06.", "ZITATE": "DGHFO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Karel", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "03.06.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2032	jousseaume-andre-1894-07-27	{"a1": "2034", "g55": "03-430", "3a_sports": "2236", "cfepp-final3": "1011"}	{"g55": "03-430", "cfepp": "CF-1011", "cpara": "CP-247", "ertel": "ES-2236", "lerrcp": "A1-2034"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Jousseaume", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1894-07-27 08:10", "note": null, "place": {"c1": null, "c2": "72", "c3": "", "cy": "FR", "lg": 0.26904, "lat": 48.01508, "name": "Yvré-l'Évêque", "geoid": 2967174}, "notime": null, "date-ut": "1894-07-27 08:01"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["equestrian"]	5	null	[{"new": {"name": {"given": "André", "family": "Jousseaume"}, "birth": {"tzo": "+00:09:21", "date": "1894-07-27 08:10", "place": {"c2": "72", "cy": "FR", "lg": 0.26904, "lat": 48.01508, "name": "Yvré-l'Évêque", "geoid": 2967174}, "date-ut": "1894-07-27 08:00:40"}, "occus": ["equestrian"], "trust": 5, "partial_ids": {"lerrcp": "A1-2034"}, "ids-in-sources": {"a1": "2034"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "72", "COU": "F", "DAY": "27", "LAT": "48N 1", "LON": "0E12", "MON": "7", "NUM": "2034", "PRO": "C", "SEC": "40", "YEA": "1894", "CITY": "YVRE-L'EVEQUE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1894-07-27 08:10"}, "partial-ids": {"ertel": "ES-2236"}}, "raw": {"L": "", "MF": "", "NR": "2236", "ENG": "", "MA_": "1", "G_NR": "2034", "MA12": "5", "MARS": "14", "NAME": "Jousseaume", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,80", "CSINR": "", "KURTZ": "", "PHAS_": "38,100", "STUND": "8,17", "CFEPNR": "1011", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.07.", "ZITATE": "KSD", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "247", "VORNAME": "André", "ZITRANG": "4", "GAUQ1955": "+", "GEBDATUM": "27.07.1894", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "HORS", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1894-07-27 08:10", "place": {"c3": ""}, "date-ut": "1894-07-27 08:01"}, "occus": ["equestrian"], "ids-in-sources": {"cfepp-final3": "1011"}}, "raw": {"S": "5", "LT": "08 10", "LV": "O", "TR": "f", "UT": "08 01", "LAT": "+48.02", "SRC": "ALG", "LONG": "-00.27", "NAME": "JOUSSEAUME Andre", "SPORT": "Equestrian Sports", "LOC_DATE": "1894 07 27", "UNIV_DATE": "1894 07 27", "BIRTH_PLACE": "YVRE L'EVEQUE", "POSTAL_CODE": "72530"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-430"}, "ids-in-source": {"g55": "03-430"}}, "raw": {"DAY": "27-7-1894", "HOUR": "8 h. 10", "NAME": "JOUSSEAUME André", "PLACE": "Yvré-l’Evéque (Sarthe)."}, "date": "2023-08-20T14:48:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
2059	journu-roland-1906-08-06	{"a1": "2061", "g55": "03-454", "3a_sports": "2235"}	{"g55": "03-454", "ertel": "ES-2235", "lerrcp": "A1-2061"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roland", "family": "Journu", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1906-08-06 01:30", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1906-08-06 01:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Roland", "family": "Journu"}, "birth": {"tzo": "+00:09:21", "date": "1906-08-06 01:30", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1906-08-06 01:20:40"}, "occus": ["tennis-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-2061"}, "ids-in-sources": {"a1": "2061"}}, "raw": {"H": "1", "MN": "20", "TZ": "0", "COD": "33", "COU": "F", "DAY": "6", "LAT": "44N50", "LON": "0W34", "MON": "8", "NUM": "2061", "PRO": "C", "SEC": "40", "YEA": "1906", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1906-08-06 01:30"}, "partial-ids": {"ertel": "ES-2235"}}, "raw": {"L": "", "MF": "", "NR": "2235", "ENG": "", "MA_": "1", "G_NR": "2061", "MA12": "11", "MARS": "31", "NAME": "Journu", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,400", "CSINR": "", "KURTZ": "", "PHAS_": "97,300", "STUND": "1,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Roland", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "06.08.1906", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-454"}, "ids-in-source": {"g55": "03-454"}}, "raw": {"DAY": "6-8-1906", "HOUR": "1 h. 30", "NAME": "JOURNU Roland", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:48:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
378	keller-kellerer-guido-1892-02-06	{"a1": "378", "3a_sports": "2250"}	{"ertel": "ES-2250", "lerrcp": "A1-378"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guido", "family": "Keller Kellerer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1892-02-06 20:05", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1892-02-06 19:15:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Guido", "family": "Keller Kellerer"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1892-02-06 19:15:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-378"}, "ids-in-sources": {"a1": "378"}}, "raw": {"H": "20", "MN": "15", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "6", "LAT": "45N30", "LON": "9E15", "MON": "2", "NUM": "378", "PRO": "C", "SEC": "4", "YEA": "1892", "CITY": "MILANO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1892-02-06 20:05"}, "partial-ids": {"ertel": "ES-2250"}}, "raw": {"L": "", "MF": "", "NR": "2250", "ENG": "", "MA_": "1", "G_NR": "378", "MA12": "10", "MARS": "28", "NAME": "Kellerer", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,200", "CSINR": "", "KURTZ": "", "PHAS_": "56,800", "STUND": "20,08", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "06.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Guido", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.02.1892", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16015	kelly-eddie-1951-02-07	{"d6": "227", "3a_sports": "2251"}	{"ertel": "ES-2251", "lerrcp": "D6-227"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eddie", "family": "Kelly", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1951-02-07 22:55", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -4.25, "lat": 55.88333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Eddie", "family": "Kelly"}, "birth": {"date": "1951-02-07 22:55", "place": {"cy": "GB", "lg": -4.25, "lat": 55.88333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "227"}}, "raw": {"H": "22", "MN": "55", "DAY": "7", "LAT": "55N53", "LON": "04W15", "MON": "2", "NUM": "227", "SEC": "0", "YEA": "1951", "NAME": "Kelly Eddie"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-2251"}}, "raw": {"L": "", "MF": "", "NR": "2251", "ENG": "", "MA_": "0", "G_NR": "227", "MA12": "8", "MARS": "23", "NAME": "Kelly", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "0,400", "CSINR": "", "KURTZ": "", "PHAS_": "0,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "SCO", "TAGMON": "07.02.", "ZITATE": "ST", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Eddie", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "07.02.1951", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16016	kemper-franz-joseph-1945-09-30	{"d6": "228", "3a_sports": "2253"}	{"ertel": "ES-2253", "lerrcp": "D6-228"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz-Joseph", "family": "Kemper", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1945-09-30 10:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 7.61667, "lat": 52.38333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Franz-Joseph", "family": "Kemper"}, "birth": {"date": "1945-09-30 10:30", "place": {"cy": "DE", "lg": 7.61667, "lat": 52.38333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "228"}}, "raw": {"H": "10", "MN": "30", "DAY": "30", "LAT": "52N23", "LON": "07E37", "MON": "9", "NUM": "228", "SEC": "0", "YEA": "1945", "NAME": "Kemper Franz Joseph"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-2253"}}, "raw": {"L": "", "MF": "", "NR": "2253", "ENG": "", "MA_": "1", "G_NR": "228", "MA12": "5", "MARS": "14", "NAME": "Kemper", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-10,40", "CSINR": "", "KURTZ": "", "PHAS_": "34,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "30.09.", "ZITATE": "DST", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Franz Joseph", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "30.09.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16936	kidd-billy-1943-04-13	{"d10": "701", "3a_sports": "2263"}	{"ertel": "ES-2263", "lerrcp": "D10-701"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Billy", "family": "Kidd", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-04:00", "date": "1943-04-13 11:55", "note": null, "place": {"c1": null, "c2": "VT", "c3": null, "cy": "US", "lg": -73.2, "lat": 44.48333, "name": "Burlington", "geoid": null}, "notime": null, "date-ut": "1943-04-13 15:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"name": {"given": "Billy", "family": "Kidd"}, "birth": {"tzo": "-04:00", "date": "1943-04-13 11:55", "place": {"c2": "VT", "cy": "US", "lg": -73.2, "lat": 44.48333, "name": "Burlington"}, "date-ut": "1943-04-13 15:55"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "701"}}, "raw": {"H": "11:55", "TZ": "4h", "DAY": "13", "LAT": "44N29", "LON": "73W12", "MON": "4", "NUM": "701", "PRO": "SP", "YEA": "1943", "CICO": "Burlington, VT", "NAME": "Kidd Billy"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["skier"], "partial-ids": {"ertel": "ES-2263"}}, "raw": {"L": "", "MF": "", "NR": "2263", "ENG": "", "MA_": "1", "G_NR": "701", "MA12": "5", "MARS": "14", "NAME": "Kidd", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "53,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "13.04.", "ZITATE": "DHKMSX", "ZITSUM": "6", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Billy (William)", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "13.04.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SKII", "CHRISNAME": "0", "ZITSUM_OD": "5"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16940	kilmer-william-1939-09-05	{"d10": "705", "3a_sports": "2266", "rawlins-ertel-irving": "199"}	{"ertel": "ES-2266", "csicop": "CS-199", "lerrcp": "D10-705"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Kilmer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1939-09-05 23:15", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -95.66667, "lat": 39.05, "name": "Topeka", "geoid": null}, "notime": null, "date-ut": "1939-09-06 05:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "William", "family": "Kilmer"}, "birth": {"tzo": "-06:00", "date": "1939-09-05 23:15", "place": {"c2": "KS", "cy": "US", "lg": -95.66667, "lat": 39.05, "name": "Topeka"}, "date-ut": "1939-09-06 05:15"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "705"}}, "raw": {"H": "23:15", "TZ": "6h", "DAY": "5", "LAT": "39N3", "LON": "95W40", "MON": "9", "NUM": "705", "PRO": "SP", "YEA": "1939", "CICO": "Topeka, KS", "NAME": "Kilmer William"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "199"}}, "raw": {"LA1": "39", "LA2": "3", "LO1": "95", "LO2": "40", "AMPM": "P", "MARS": "13", "NAME": "Kilmer", "BATCH": "1", "Satz#": "199", "GEBDAT": "5 9 1939", "GEBORT": "KS", "GEBZEIT": "11 15", "VORNAME": "William Orland", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-2266"}}, "raw": {"L": "", "MF": "", "NR": "2266", "ENG": "", "MA_": "1", "G_NR": "705", "MA12": "5", "MARS": "13", "NAME": "Kilmer", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-8,900", "CSINR": "199", "KURTZ": "", "PHAS_": "69,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "05.09.", "ZITATE": "E", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "William Orland", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "05.09.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16943	king-leamon-1936-02-13	{"d10": "708", "3a_sports": "2268"}	{"ertel": "ES-2268", "lerrcp": "D10-708"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leamon", "family": "King", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1936-02-13 23:40", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -119.35, "lat": 36.21667, "name": "Tulare", "geoid": null}, "notime": null, "date-ut": "1936-02-14 07:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Leamon", "family": "King"}, "birth": {"tzo": "-08:00", "date": "1936-02-13 23:40", "place": {"c2": "CA", "cy": "US", "lg": -119.35, "lat": 36.21667, "name": "Tulare"}, "date-ut": "1936-02-14 07:40"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "708"}}, "raw": {"H": "23:40", "TZ": "8h", "DAY": "13", "LAT": "36N13", "LON": "119W21", "MON": "2", "NUM": "708", "PRO": "SP", "YEA": "1936", "CICO": "Tulare, CA", "NAME": "King Leamon"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-2268"}}, "raw": {"L": "", "MF": "", "NR": "2268", "ENG": "", "MA_": "0", "G_NR": "708", "MA12": "8", "MARS": "24", "NAME": "King", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-7,700", "CSINR": "", "KURTZ": "", "PHAS_": "74,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "13.02.", "ZITATE": "KSTF", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Leamon", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "13.02.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16088	moser-francesco-1951-06-19	{"d6": "301", "3a_sports": "2970"}	{"ertel": "ES-2970", "lerrcp": "D6-301"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Moser", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1951-06-19 01:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 11.36667, "lat": 46.13333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Moser"}, "birth": {"date": "1951-06-19 01:00", "place": {"cy": "IT", "lg": 11.36667, "lat": 46.13333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "301"}}, "raw": {"H": "1", "MN": "0", "DAY": "19", "LAT": "46N08", "LON": "11E22", "MON": "6", "NUM": "301", "SEC": "0", "YEA": "1951", "NAME": "Moser Francesco"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-2970"}}, "raw": {"L": "", "MF": "", "NR": "2970", "ENG": "", "MA_": "1", "G_NR": "301", "MA12": "10", "MARS": "30", "NAME": "Moser", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "3,100", "CSINR": "", "KURTZ": "", "PHAS_": "99,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "19.06.", "ZITATE": "DHF", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Francesco", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "19.06.1951", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
764	klaveren-lambertus-1907-09-26	{"a1": "764", "3a_sports": "2272"}	{"ertel": "ES-2272", "lerrcp": "A1-764"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lambertus", "family": "Klaveren", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1907-09-26 06:00", "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "notime": null, "date-ut": "1907-09-26 05:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Lambertus", "family": "Klaveren"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "ROTTERDAM", "geoid": 0}, "date-ut": "1907-09-26 05:42:08"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-764"}, "ids-in-sources": {"a1": "764"}}, "raw": {"H": "5", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "26", "LAT": "52N 5", "LON": "4E28", "MON": "9", "NUM": "764", "PRO": "C", "SEC": "8", "YEA": "1907", "CITY": "ROTTERDAM"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1907-09-26 06:00"}, "partial-ids": {"ertel": "ES-2272"}}, "raw": {"L": "", "MF": "", "NR": "2272", "ENG": "", "MA_": "1", "G_NR": "764", "MA12": "9", "MARS": "26", "NAME": "Klaveren", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,300", "CSINR": "", "KURTZ": "", "PHAS_": "81,400", "STUND": "6,00", "CFEPNR": "", "EXTEND": "", "NATION": "NET", "TAGMON": "26.09.", "ZITATE": "KS", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Lambertus", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "26.09.1907", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16949	klemmer-grover-1921-03-16	{"d10": "714", "3a_sports": "2274", "rawlins-ertel-irving": "204"}	{"ertel": "ES-2274", "csicop": "CS-204", "lerrcp": "D10-714"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Grover", "family": "Klemmer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1921-03-16 18:57", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1921-03-17 02:57"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Grover", "family": "Klemmer"}, "birth": {"tzo": "-08:00", "date": "1921-03-16 18:57", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1921-03-17 02:57"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "714"}}, "raw": {"H": "18:57", "TZ": "8h", "DAY": "16", "LAT": "37N47", "LON": "122W25", "MON": "3", "NUM": "714", "PRO": "SP", "YEA": "1921", "CICO": "San Francisco, CA", "NAME": "Klemmer Grover"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "204"}}, "raw": {"LA1": "37", "LA2": "46", "LO1": "122", "LO2": "25", "AMPM": "P", "MARS": "16", "NAME": "Klemmer", "BATCH": "2", "Satz#": "204", "GEBDAT": "16 3 1921", "GEBORT": "CA", "GEBZEIT": "6 57", "VORNAME": "Grover", "SPORTART": "TRAC", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-2274"}}, "raw": {"L": "", "MF": "", "NR": "2274", "ENG": "", "MA_": "0", "G_NR": "714", "MA12": "6", "MARS": "16", "NAME": "Klemmer", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "10,300", "CSINR": "204", "KURTZ": "", "PHAS_": "37,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "16.03.", "ZITATE": "O", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Grover", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "16.03.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16952	knievel-evel-1938-10-17	{"d10": "717", "3a_sports": "2277"}	{"ertel": "ES-2277", "lerrcp": "D10-717"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Evel", "family": "Knievel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-07:00", "date": "1938-10-17 14:40", "note": null, "place": {"c1": null, "c2": "MT", "c3": null, "cy": "US", "lg": -112.53333, "lat": 46, "name": "Butte", "geoid": null}, "notime": null, "date-ut": "1938-10-17 21:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Evel", "family": "Knievel"}, "birth": {"tzo": "-07:00", "date": "1938-10-17 14:40", "place": {"c2": "MT", "cy": "US", "lg": -112.53333, "lat": 46, "name": "Butte"}, "date-ut": "1938-10-17 21:40"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "717"}}, "raw": {"H": "14:40", "TZ": "7h", "DAY": "17", "LAT": "46N0", "LON": "112W32", "MON": "10", "NUM": "717", "PRO": "SP", "YEA": "1938", "CICO": "Butte, MT", "NAME": "Knievel Evel"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["motor-sports-competitor"], "partial-ids": {"ertel": "ES-2277"}}, "raw": {"L": "", "MF": "", "NR": "2277", "ENG": "", "MA_": "0", "G_NR": "717", "MA12": "6", "MARS": "16", "NAME": "Knievel", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-11,40", "CSINR": "", "KURTZ": "", "PHAS_": "43,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "17.10.", "ZITATE": "B", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Eval (Robert Cr.)", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "17.10.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16960	kojis-donald-1939-07-15	{"d10": "725", "3a_sports": "2282", "rawlins-ertel-irving": "208"}	{"ertel": "ES-2282", "csicop": "CS-208", "lerrcp": "D10-725"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Donald", "family": "Kojis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1939-07-15 08:57", "note": null, "place": {"c1": null, "c2": "WI", "c3": null, "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": "Milwaukee", "geoid": null}, "notime": null, "date-ut": "1939-07-15 14:57"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Donald", "family": "Kojis"}, "birth": {"tzo": "-06:00", "date": "1939-07-15 08:57", "place": {"c2": "WI", "cy": "US", "lg": -87.91667, "lat": 43.03333, "name": "Milwaukee"}, "date-ut": "1939-07-15 14:57"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "725"}}, "raw": {"H": "08:57", "TZ": "6h", "DAY": "15", "LAT": "43N2", "LON": "87W55", "MON": "7", "NUM": "725", "PRO": "SP", "YEA": "1939", "CICO": "Milwaukee, WI", "NAME": "Kojis Donald"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["basketball-player"]], "ids-in-sources": {"rawlins-ertel-irving": "208"}}, "raw": {"LA1": "43", "LA2": "2", "LO1": "87", "LO2": "55", "AMPM": "A", "MARS": "23", "NAME": "Kojis", "BATCH": "1", "Satz#": "208", "GEBDAT": "15 7 1939", "GEBORT": "WI", "GEBZEIT": "8 57", "VORNAME": "Donald", "SPORTART": "BASK", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["basketball-player"], "partial-ids": {"ertel": "ES-2282"}}, "raw": {"L": "", "MF": "", "NR": "2282", "ENG": "", "MA_": "0", "G_NR": "725", "MA12": "8", "MARS": "23", "NAME": "Kojis", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-6,200", "CSINR": "208", "KURTZ": "", "PHAS_": "5,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "15.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Donald", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.07.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17206	olsen-merlin-1940-09-15	{"d10": "972", "3a_sports": "3086", "rawlins-ertel-irving": "267"}	{"ertel": "ES-3086", "csicop": "CS-267", "lerrcp": "D10-972"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Merlin", "family": "Olsen", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-07:00", "date": "1940-09-15 01:30", "note": null, "place": {"c1": null, "c2": "UT", "c3": null, "cy": "US", "lg": -111.83333, "lat": 41.73333, "name": "Logan", "geoid": null}, "notime": null, "date-ut": "1940-09-15 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Merlin", "family": "Olsen"}, "birth": {"tzo": "-07:00", "date": "1940-09-15 01:30", "place": {"c2": "UT", "cy": "US", "lg": -111.83333, "lat": 41.73333, "name": "Logan"}, "date-ut": "1940-09-15 08:30"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "972"}}, "raw": {"H": "01:30", "TZ": "7h", "DAY": "15", "LAT": "41N44", "LON": "111W50", "MON": "9", "NUM": "972", "PRO": "SP", "YEA": "1940", "CICO": "Logan, UT", "NAME": "Olsen Merlin"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "267"}}, "raw": {"LA1": "41", "LA2": "44", "LO1": "111", "LO2": "50", "AMPM": "A", "MARS": "30", "NAME": "Olsen", "BATCH": "1", "Satz#": "266", "GEBDAT": "15 9 1940", "GEBORT": "UT", "GEBZEIT": "1 30", "VORNAME": "Merlin Jay", "SPORTART": "FOOT", "ZEITZONE": "7"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-3086"}}, "raw": {"L": "", "MF": "", "NR": "3086", "ENG": "", "MA_": "1", "G_NR": "969", "MA12": "10", "MARS": "30", "NAME": "Olsen", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "3,900", "CSINR": "266", "KURTZ": "", "PHAS_": "97,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "15.09.", "ZITATE": "B", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Merlin Jay", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "15.09.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16018	kozakiewicz-casimir-1935-01-27	{"d6": "230", "3a_sports": "2289"}	{"ertel": "ES-2289", "lerrcp": "D6-230"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Casimir", "family": "Kozakiewicz", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1935-01-27 23:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 2.83333, "lat": 50.43333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Casimir", "family": "Kozakiewicz"}, "birth": {"date": "1935-01-27 23:30", "place": {"cy": "FR", "lg": 2.83333, "lat": 50.43333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "230"}}, "raw": {"H": "23", "MN": "30", "DAY": "27", "LAT": "50N26", "LON": "02E50", "MON": "1", "NUM": "230", "SEC": "0", "YEA": "1935", "NAME": "Kozakiewicz Casimir"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2289"}}, "raw": {"L": "", "MF": "", "NR": "2289", "ENG": "1", "MA_": "2", "G_NR": "230", "MA12": "1", "MARS": "1", "NAME": "Kozakiewicz", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "58,500", "STUND": "23,50", "CFEPNR": "", "EXTEND": "1", "NATION": "NET", "TAGMON": "27.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Casimir", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.01.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16966	kramer-john-1921-08-01	{"d10": "731", "3a_sports": "2291", "rawlins-ertel-irving": "211"}	{"ertel": "ES-2291", "csicop": "CS-211", "lerrcp": "D10-731"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Kramer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1921-08-01 01:45", "note": null, "place": {"c1": null, "c2": "NV", "c3": null, "cy": "US", "lg": -115.15, "lat": 36.16667, "name": "Las Vegas", "geoid": null}, "notime": null, "date-ut": "1921-08-01 09:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "John", "family": "Kramer"}, "birth": {"tzo": "-08:00", "date": "1921-08-01 01:45", "place": {"c2": "NV", "cy": "US", "lg": -115.15, "lat": 36.16667, "name": "Las Vegas"}, "date-ut": "1921-08-01 09:45"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "731"}}, "raw": {"H": "01:45", "TZ": "8h", "DAY": "1", "LAT": "36N10", "LON": "115W9", "MON": "8", "NUM": "731", "PRO": "SP", "YEA": "1921", "CICO": "Las Vegas, NV", "NAME": "Kramer John"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["tennis-player"]], "ids-in-sources": {"rawlins-ertel-irving": "211"}}, "raw": {"LA1": "36", "LA2": "10", "LO1": "115", "LO2": "9", "AMPM": "A", "MARS": "32", "NAME": "Kramer", "BATCH": "1", "Satz#": "210", "GEBDAT": "1 8 1921", "GEBORT": "NV", "GEBZEIT": "1 45", "VORNAME": "John A", "SPORTART": "TENN", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["tennis-player"], "partial-ids": {"ertel": "ES-2291"}}, "raw": {"L": "", "MF": "", "NR": "2291", "ENG": "", "MA_": "0", "G_NR": "731", "MA12": "11", "MARS": "32", "NAME": "Kramer", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-8,500", "CSINR": "212", "KURTZ": "", "PHAS_": "12,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "01.08.", "ZITATE": "JBEX", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "John A.", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "01.08.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1521	la-forgia-domenico-1928-08-11	{"a1": "1522", "3a_sports": "2298"}	{"ertel": "ES-2298", "lerrcp": "A1-1522"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Domenico", "family": "La Forgia", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-08-11 18:00", "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 16.59748, "lat": 41.20023, "name": "Molfetta", "geoid": 3173287}, "notime": null, "date-ut": "1928-08-11 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Domenico", "family": "La Forgia"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 16.59748, "lat": 41.20023, "name": "Molfetta", "geoid": 3173287}, "date-ut": "1928-08-11 17:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1522"}, "ids-in-sources": {"a1": "1522"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "11", "LAT": "41N12", "LON": "17E 0", "MON": "8", "NUM": "1522", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "MOLFETTA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-08-11 18:00"}, "partial-ids": {"ertel": "ES-2298"}}, "raw": {"L": "", "MF": "", "NR": "2298", "ENG": "", "MA_": "1", "G_NR": "1522", "MA12": "9", "MARS": "27", "NAME": "LaForgia", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,60", "CSINR": "", "KURTZ": "", "PHAS_": "25,100", "STUND": "18,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "11.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Domenico", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.08.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
382	la-polla-ernesto-1872-09-12	{"a1": "382", "3a_sports": "2299"}	{"ertel": "ES-2299", "lerrcp": "A1-382"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernesto", "family": "La Polla", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1872-09-12 14:00", "note": null, "place": {"c1": null, "c2": "MT", "c3": null, "cy": "IT", "lg": 16.60158, "lat": 40.66852, "name": "Matera", "geoid": 3173721}, "notime": null, "date-ut": "1872-09-12 13:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Ernesto", "family": "La Polla"}, "birth": {"place": {"c2": "MT", "cy": "IT", "lg": 16.60158, "lat": 40.66852, "name": "Matera", "geoid": 3173721}, "date-ut": "1872-09-12 13:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-382"}, "ids-in-sources": {"a1": "382"}}, "raw": {"H": "14", "MN": "10", "TZ": "-1", "COD": "MT", "COU": "I", "DAY": "12", "LAT": "40N36", "LON": "16E45", "MON": "9", "NUM": "382", "PRO": "C", "SEC": "4", "YEA": "1872", "CITY": "MATERA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1872-09-12 14:00"}, "partial-ids": {"ertel": "ES-2299"}}, "raw": {"L": "", "MF": "", "NR": "2299", "ENG": "", "MA_": "0", "G_NR": "382", "MA12": "5", "MARS": "15", "NAME": "LaPolla", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,100", "CSINR": "", "KURTZ": "", "PHAS_": "65,900", "STUND": "14,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "12.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ernesto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.09.1872", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1920	labadie-paul-1928-04-27	{"a1": "1922", "3a_sports": "2301", "cfepp-final3": "893"}	{"cfepp": "CF-893", "cpara": "CP-253", "ertel": "ES-2301", "lerrcp": "A1-1922"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Labadie", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1928-04-27 02:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "notime": null, "date-ut": "1928-04-27 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Labadie"}, "birth": {"tzo": "+01:00", "date": "1928-04-27 02:00", "place": {"c2": "64", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "date-ut": "1928-04-27 01:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1922"}, "ids-in-sources": {"a1": "1922"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "27", "LAT": "43N18", "LON": "0W22", "MON": "4", "NUM": "1922", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "BAYONNE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-04-27 02:00"}, "partial-ids": {"ertel": "ES-2301"}}, "raw": {"L": "", "MF": "", "NR": "2301", "ENG": "", "MA_": "0", "G_NR": "1922", "MA12": "11", "MARS": "33", "NAME": "Labadie", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,700", "CSINR": "", "KURTZ": "", "PHAS_": "51,100", "STUND": "2,00", "CFEPNR": "894", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.04.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "253", "VORNAME": "Paul", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "27.04.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1928-04-27 02:00", "place": {"c3": ""}, "date-ut": "1928-04-27 01:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "893"}}, "raw": {"S": "11", "LT": "02 00", "LV": "I21", "TR": "f", "UT": "01 00", "LAT": "+43.49", "SRC": "L", "LONG": "+01.48", "NAME": "LABADIE Paul", "SPORT": "Rugby Union", "LOC_DATE": "1928 04 27", "UNIV_DATE": "1928 04 27", "BIRTH_PLACE": "BAYONNE", "POSTAL_CODE": "64109 CEDEX"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16021	lachenal-louis-1921-07-17	{"d6": "233", "3a_sports": "2311", "cfepp-final3": "1067"}	{"cfepp": "CF-1067", "ertel": "ES-2311", "lerrcp": "D6-233"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Lachenal", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-07-17 11:30", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": -6.12, "lat": 45.91, "name": "ANNECY", "geoid": null}, "notime": null, "date-ut": "1921-07-17 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mountaineer"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Lachenal"}, "birth": {"date": "1921-07-17 11:30", "place": {"cy": "FR", "lg": 6.11667, "lat": 45.9}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "233"}}, "raw": {"H": "11", "MN": "30", "DAY": "17", "LAT": "45N54", "LON": "06E07", "MON": "7", "NUM": "233", "SEC": "0", "YEA": "1921", "NAME": "Lachenal Louis"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["mountaineer"], "partial-ids": {"ertel": "ES-2311"}}, "raw": {"L": "", "MF": "", "NR": "2311", "ENG": "0", "MA_": "2", "G_NR": "233", "MA12": "3", "MARS": "9", "NAME": "Lachenal", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "6,200", "CSINR": "", "KURTZ": "e", "PHAS_": "91,700", "STUND": "11,50", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "17.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Louis", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "17.07.1921", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "ALPI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1921-07-17 11:30", "place": {"c2": "74", "c3": "", "cy": "FR", "lg": -6.12, "lat": 45.91, "name": "ANNECY"}, "date-ut": "1921-07-17 10:30"}, "occus": ["mountaineer"], "ids-in-sources": {"cfepp-final3": "1067"}}, "raw": {"S": "3", "LT": "11 30", "LV": "", "TR": "f", "UT": "10 30", "LAT": "+45.91", "SRC": "AL", "LONG": "-06.12", "NAME": "LACHENAL Louis", "SPORT": "Mountain Climbing", "LOC_DATE": "1921 07 17", "UNIV_DATE": "1921 07 17", "BIRTH_PLACE": "ANNECY", "POSTAL_CODE": "74000"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1925	lacaze-pierre-1934-05-04	{"a1": "1927", "3a_sports": "2310", "cfepp-final3": "763"}	{"cfepp": "CF-763", "cpara": "CP-257", "ertel": "ES-2310", "lerrcp": "A1-1927"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Lacaze", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1934-05-04 14:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -0.11463, "lat": 43.18564, "name": "Pontacq", "geoid": 2986313}, "notime": null, "date-ut": "1934-05-04 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Lacaze"}, "birth": {"tzo": "+01:00", "date": "1934-05-04 14:00", "place": {"c2": "64", "cy": "FR", "lg": -0.11463, "lat": 43.18564, "name": "Pontacq", "geoid": 2986313}, "date-ut": "1934-05-04 13:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1927"}, "ids-in-sources": {"a1": "1927"}}, "raw": {"H": "13", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "4", "LAT": "43N18", "LON": "0W22", "MON": "5", "NUM": "1927", "PRO": "C", "SEC": "0", "YEA": "1934", "CITY": "PONTACQ"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1934-05-04 14:00"}, "partial-ids": {"ertel": "ES-2310"}}, "raw": {"L": "", "MF": "", "NR": "2310", "ENG": "1", "MA_": "2", "G_NR": "1927", "MA12": "4", "MARS": "11", "NAME": "Lacaze", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,300", "CSINR": "", "KURTZ": "", "PHAS_": "75,200", "STUND": "14,00", "CFEPNR": "763", "EXTEND": "1", "NATION": "FRA", "TAGMON": "04.05.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "257", "VORNAME": "Pierre", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "04.05.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1934-05-04 14:00", "place": {"c3": ""}, "date-ut": "1934-05-04 13:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "763"}}, "raw": {"S": "4", "LT": "14 00", "LV": "I25", "TR": "f", "UT": "13 00", "LAT": "+43.19", "SRC": "L", "LONG": "+00.12", "NAME": "LACAZE Pierre", "SPORT": "Rugby League", "LOC_DATE": "1934 05 04", "UNIV_DATE": "1934 05 04", "BIRTH_PLACE": "PONTACQ", "POSTAL_CODE": "64530"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1921	labazuy-antoine-1929-02-09	{"a1": "1923", "3a_sports": "2304", "cfepp-final3": "894"}	{"cfepp": "CF-894", "cpara": "CP-255", "ertel": "ES-2304", "lerrcp": "A1-1923"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Labazuy", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1929-02-09 01:00", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "notime": null, "date-ut": "1929-02-09 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Labazuy"}, "birth": {"tzo": "+00:00", "date": "1929-02-09 01:00", "place": {"c2": "11", "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "date-ut": "1929-02-09 01:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1923"}, "ids-in-sources": {"a1": "1923"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "11", "COU": "F", "DAY": "9", "LAT": "43N12", "LON": "2E21", "MON": "2", "NUM": "1923", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "CARCASSONNE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-02-09 01:00"}, "partial-ids": {"ertel": "ES-2304"}}, "raw": {"L": "", "MF": "", "NR": "2304", "ENG": "", "MA_": "0", "G_NR": "1923", "MA12": "5", "MARS": "15", "NAME": "Labazuy", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,400", "CSINR": "", "KURTZ": "", "PHAS_": "0,800", "STUND": "1,00", "CFEPNR": "895", "EXTEND": "", "NATION": "FRA", "TAGMON": "09.02.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "255", "VORNAME": "Antoine", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "09.02.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1929-02-09 01:00", "place": {"c3": ""}, "date-ut": "1929-02-09 01:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "894"}}, "raw": {"S": "5", "LT": "01 00", "LV": "I11", "TR": "f", "UT": "01 00", "LAT": "+43.21", "SRC": "L", "LONG": "-02.35", "NAME": "LABAZUY Antoine", "SPORT": "Rugby Union", "LOC_DATE": "1929 02 09", "UNIV_DATE": "1929 02 09", "BIRTH_PLACE": "CARCASSONNE", "POSTAL_CODE": "11012 CEDEX"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
17379	scott-jacob-1945-07-20	{"d10": "1145", "3a_sports": "3764", "rawlins-ertel-irving": "311"}	{"ertel": "ES-3764", "csicop": "CS-311", "lerrcp": "D10-1145"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacob", "family": "Scott", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-04:00", "date": "1945-07-20 04:08", "note": null, "place": {"c1": null, "c2": "SC", "c3": null, "cy": "US", "lg": -82.16667, "lat": 34.2, "name": "Greenwood", "geoid": null}, "notime": null, "date-ut": "1945-07-20 08:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Jacob", "family": "Scott"}, "birth": {"tzo": "-04:00", "date": "1945-07-20 04:08", "place": {"c2": "SC", "cy": "US", "lg": -82.16667, "lat": 34.2, "name": "Greenwood"}, "date-ut": "1945-07-20 08:08"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1145"}}, "raw": {"H": "04:08", "TZ": "4h", "DAY": "20", "LAT": "34N12", "LON": "82W10", "MON": "7", "NUM": "1145", "PRO": "SP", "YEA": "1945", "CICO": "Greenwood, SC", "NAME": "Scott Jacob"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "311"}}, "raw": {"LA1": "34", "LA2": "12", "LO1": "82", "LO2": "9", "AMPM": "A", "MARS": "3", "NAME": "Scott", "BATCH": "1", "Satz#": "311", "GEBDAT": "20 7 1945", "GEBORT": "SC", "GEBZEIT": "4 8", "VORNAME": "Jacob", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-3764"}}, "raw": {"L": "", "MF": "", "NR": "3764", "ENG": "1", "MA_": "2", "G_NR": "1145", "MA12": "1", "MARS": "3", "NAME": "Scott", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "8,800", "CSINR": "311", "KURTZ": "", "PHAS_": "74,900", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "20.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jacob", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.07.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
836	lacquehay-charles-1897-11-04	{"a1": "836", "3a_sports": "2316", "cfepp-final3": "320"}	{"cfepp": "CF-320", "cpara": "CP-258", "ertel": "ES-2316", "lerrcp": "A1-836"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Lacquehay", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1897-11-04 04:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "16", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1897-11-04 04:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Lacquehay"}, "birth": {"tzo": "+00:09:21", "date": "1897-11-04 04:30", "place": {"c2": "75", "c3": "16", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1897-11-04 04:20:40"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-836"}, "ids-in-sources": {"a1": "836"}}, "raw": {"H": "4", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "4", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "836", "PRO": "C", "SEC": "40", "YEA": "1897", "CITY": "PARIS 16E"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1897-11-04 04:30"}, "partial-ids": {"ertel": "ES-2316"}}, "raw": {"L": "", "MF": "", "NR": "2316", "ENG": "", "MA_": "0", "G_NR": "836", "MA12": "11", "MARS": "33", "NAME": "Lacquehay", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,500", "CSINR": "", "KURTZ": "", "PHAS_": "74,200", "STUND": "4,50", "CFEPNR": "320", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.11.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "258", "VORNAME": "Charles", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "04.11.1897", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1897-11-04 04:30", "place": {"c3": "16"}, "date-ut": "1897-11-04 04:21"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "320"}}, "raw": {"S": "11", "LT": "04 30", "LV": "M", "TR": "f", "UT": "04 21", "LAT": "+48.86", "SRC": "AL", "LONG": "-02.34", "NAME": "LACQUEHAY Charles", "SPORT": "Cycling", "LOC_DATE": "1897 11 04", "UNIV_DATE": "1897 11 04", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75016"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1926	lacroix-pierre-1935-01-23	{"a1": "1928", "3a_sports": "2320", "cfepp-final3": "897"}	{"cfepp": "CF-897", "cpara": "CP-259", "ertel": "ES-2320", "lerrcp": "A1-1928"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Lacroix", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1935-01-23 17:00", "note": null, "place": {"c1": null, "c2": "47", "c3": "", "cy": "FR", "lg": 0.03368, "lat": 44.19622, "name": "Houeillès", "geoid": 3013107}, "notime": null, "date-ut": "1935-01-23 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Lacroix"}, "birth": {"tzo": "+00:00", "date": "1935-01-23 17:00", "place": {"c2": "47", "cy": "FR", "lg": 0.03368, "lat": 44.19622, "name": "Houeillès", "geoid": 3013107}, "date-ut": "1935-01-23 17:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1928"}, "ids-in-sources": {"a1": "1928"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "47", "COU": "F", "DAY": "23", "LAT": "44N12", "LON": "0E38", "MON": "1", "NUM": "1928", "PRO": "C", "SEC": "0", "YEA": "1935", "CITY": "HOUEILLES"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1935-01-23 17:00"}, "partial-ids": {"ertel": "ES-2320"}}, "raw": {"L": "", "MF": "", "NR": "2320", "ENG": "", "MA_": "1", "G_NR": "1928", "MA12": "10", "MARS": "28", "NAME": "Lacroix", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,800", "CSINR": "", "KURTZ": "", "PHAS_": "90,400", "STUND": "17,00", "CFEPNR": "898", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.01.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "259", "VORNAME": "Pierre", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "23.01.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1935-01-23 17:00", "place": {"c3": ""}, "date-ut": "1935-01-23 17:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "897"}}, "raw": {"S": "9", "LT": "17 00", "LV": "I26", "TR": "f", "UT": "17 00", "LAT": "+44.20", "SRC": "L", "LONG": "-00.03", "NAME": "LACROIX Pierre", "SPORT": "Rugby Union", "LOC_DATE": "1935 01 23", "UNIV_DATE": "1935 01 23", "BIRTH_PLACE": "HOUEILLES", "POSTAL_CODE": "47420"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
183	laffont-alexandre-1884-07-15	{"a1": "183", "3a_sports": "2325"}	{"ertel": "ES-2325", "lerrcp": "A1-183"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Laffont", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:02:39", "date": "1884-07-15 10:00", "note": null, "place": {"c1": null, "c2": "32", "c3": null, "cy": "FR", "lg": 0.66298, "lat": 43.8494, "name": "Fleurance", "geoid": 3018323}, "notime": null, "date-ut": "1884-07-15 10:02:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Laffont"}, "birth": {"tzo": "+00:02:39", "date": "1884-07-15 10:04:55", "place": {"c2": "32", "cy": "FR", "lg": 0.66298, "lat": 43.8494, "name": "Fleurance", "geoid": 3018323}, "date-ut": "1884-07-15 10:02:16"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-183"}, "ids-in-sources": {"a1": "183"}}, "raw": {"H": "10", "MN": "2", "TZ": "0", "COD": "32", "COU": "F", "DAY": "15", "LAT": "43N40", "LON": "0E36", "MON": "7", "NUM": "183", "PRO": "C", "SEC": "16", "YEA": "1884", "CITY": "FLEURANCE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1884-07-15 10:00"}, "partial-ids": {"ertel": "ES-2325"}}, "raw": {"L": "", "MF": "", "NR": "2325", "ENG": "1", "MA_": "2", "G_NR": "183", "MA12": "1", "MARS": "1", "NAME": "Laffont", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,40", "CSINR": "", "KURTZ": "", "PHAS_": "60,100", "STUND": "10,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "15.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alexandre", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.07.1884", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16022	lafont-maurice-1937-09-13	{"d6": "235", "3a_sports": "2326"}	{"ertel": "ES-2326", "lerrcp": "D6-235"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Lafont", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1937-09-13 16:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 2.45, "lat": 48.73333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Lafont"}, "birth": {"date": "1937-09-13 16:00", "place": {"cy": "FR", "lg": 2.45, "lat": 48.73333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "235"}}, "raw": {"H": "16", "MN": "0", "DAY": "13", "LAT": "48N44", "LON": "02E27", "MON": "9", "NUM": "235", "SEC": "0", "YEA": "1937", "NAME": "Lafont Maurice"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2326"}}, "raw": {"L": "", "MF": "", "NR": "2326", "ENG": "", "MA_": "1", "G_NR": "235", "MA12": "2", "MARS": "4", "NAME": "Lafont", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "51,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Maurice", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.09.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16027	larque-jean-michel-1947-09-08	{"d6": "240", "3a_sports": "2366", "cfepp-final3": "508"}	{"cfepp": "CF-508", "ertel": "ES-2366", "lerrcp": "D6-240"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Michel", "family": "Larque", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-09-08 23:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": 0.37, "lat": 43.28, "name": "BIZANOS", "geoid": null}, "notime": null, "date-ut": "1947-09-08 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jean-Michel", "family": "Larque"}, "birth": {"date": "1947-09-08 23:00", "place": {"cy": "FR", "lg": -0.36667, "lat": 43.3}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "240"}}, "raw": {"H": "23", "MN": "0", "DAY": "8", "LAT": "43N18", "LON": "00W22", "MON": "9", "NUM": "240", "SEC": "0", "YEA": "1947", "NAME": "Larque Jean Michel"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2366"}}, "raw": {"L": "", "MF": "", "NR": "2366", "ENG": "", "MA_": "1", "G_NR": "240", "MA12": "11", "MARS": "31", "NAME": "Larque", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-10,90", "CSINR": "", "KURTZ": "", "PHAS_": "52,000", "STUND": "", "CFEPNR": "508", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.09.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean Michel", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "08.09.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1947-09-08 23:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": 0.37, "lat": 43.28, "name": "BIZANOS"}, "date-ut": "1947-09-08 22:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "508"}}, "raw": {"S": "11", "LT": "23 00", "LV": "I8", "TR": "f", "UT": "22 00", "LAT": "+43.28", "SRC": "L", "LONG": "+00.37", "NAME": "LARQUE Jean-Michel", "SPORT": "Soccer", "LOC_DATE": "1947 09 08", "UNIV_DATE": "1947 09 08", "BIRTH_PLACE": "BIZANOS", "POSTAL_CODE": "64320"}, "date": "2023-08-20T14:46:04+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
380	laghi-ermenegildo-1890-02-24	{"a1": "380", "3a_sports": "2330"}	{"ertel": "ES-2330", "lerrcp": "A1-380"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ermenegildo", "family": "Laghi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1890-02-24 07:00", "note": null, "place": {"c1": null, "c2": "LU", "c3": null, "cy": "IT", "lg": 10.50585, "lat": 43.84357, "name": "Lucca", "geoid": 3174530}, "notime": null, "date-ut": "1890-02-24 06:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Ermenegildo", "family": "Laghi"}, "birth": {"place": {"c2": "LU", "cy": "IT", "lg": 10.50585, "lat": 43.84357, "name": "Lucca", "geoid": 3174530}, "date-ut": "1890-02-24 06:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-380"}, "ids-in-sources": {"a1": "380"}}, "raw": {"H": "7", "MN": "10", "TZ": "-1", "COD": "LU", "COU": "I", "DAY": "24", "LAT": "43N42", "LON": "11E 0", "MON": "2", "NUM": "380", "PRO": "C", "SEC": "4", "YEA": "1890", "CITY": "LUCCA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1890-02-24 07:00"}, "partial-ids": {"ertel": "ES-2330"}}, "raw": {"L": "", "MF": "", "NR": "2330", "ENG": "1", "MA_": "2", "G_NR": "380", "MA12": "4", "MARS": "12", "NAME": "Laghi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,600", "CSINR": "", "KURTZ": "", "PHAS_": "25,100", "STUND": "7,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "24.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ermenegildo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.02.1890", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1199	lahaye-j-1932-12-02	{"a1": "1200", "3a_sports": "2332"}	{"ertel": "ES-2332", "lerrcp": "A1-1200"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "J", "family": "Lahaye", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-12-02 13:30", "note": null, "place": {"c1": null, "c2": "L", "c3": null, "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "BUNDE", "geoid": 0}, "notime": null, "date-ut": "1932-12-02 13:10:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "J", "family": "Lahaye"}, "birth": {"place": {"c2": "L", "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "BUNDE", "geoid": 0}, "date-ut": "1932-12-02 13:10:28"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1200"}, "ids-in-sources": {"a1": "1200"}}, "raw": {"H": "13", "MN": "10", "TZ": "0", "COD": "L", "COU": "N", "DAY": "2", "LAT": "50N51", "LON": "5E40", "MON": "12", "NUM": "1200", "PRO": "C", "SEC": "28", "YEA": "1932", "CITY": "BUNDE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-12-02 13:30"}, "partial-ids": {"ertel": "ES-2332"}}, "raw": {"L": "", "MF": "", "NR": "2332", "ENG": "", "MA_": "1", "G_NR": "1200", "MA12": "7", "MARS": "20", "NAME": "Lahaye", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,400", "CSINR": "", "KURTZ": "", "PHAS_": "21,100", "STUND": "13,50", "CFEPNR": "", "EXTEND": "", "NATION": "NET", "TAGMON": "02.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "J.", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.12.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16973	laird-ron-1938-05-31	{"d10": "738", "3a_sports": "2333", "rawlins-ertel-irving": "214"}	{"ertel": "ES-2333", "csicop": "CS-214", "lerrcp": "D10-738"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ron", "family": "Laird", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1938-05-31 05:51", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -85.76667, "lat": 38.25, "name": "Louisville", "geoid": null}, "notime": null, "date-ut": "1938-05-31 11:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Ron", "family": "Laird"}, "birth": {"tzo": "-06:00", "date": "1938-05-31 05:51", "place": {"c2": "KY", "cy": "US", "lg": -85.76667, "lat": 38.25, "name": "Louisville"}, "date-ut": "1938-05-31 11:51"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "738"}}, "raw": {"H": "05:51", "TZ": "6h", "DAY": "31", "LAT": "38N15", "LON": "85W46", "MON": "5", "NUM": "738", "PRO": "SP", "YEA": "1938", "CICO": "Louisville, KY", "NAME": "Laird Ron"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "214"}}, "raw": {"LA1": "38", "LA2": "15", "LO1": "85", "LO2": "46", "AMPM": "A", "MARS": "1", "NAME": "Laird", "BATCH": "2", "Satz#": "214", "GEBDAT": "31 5 1938", "GEBORT": "KY", "GEBZEIT": "5 51", "VORNAME": "Ron", "SPORTART": "TRAC", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-2333"}}, "raw": {"L": "", "MF": "", "NR": "2333", "ENG": "1", "MA_": "2", "G_NR": "738", "MA12": "1", "MARS": "1", "NAME": "Laird", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "2,800", "CSINR": "214", "KURTZ": "", "PHAS_": "3,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "31.05.", "ZITATE": "T", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ron", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "31.05.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
631	lamperti-gracieux-1933-05-09	{"a1": "631", "3a_sports": "2343"}	{"ertel": "ES-2343", "lerrcp": "A1-631"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gracieux", "family": "Lamperti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1933-05-09 04:00", "note": null, "place": {"c1": null, "c2": "20", "c3": null, "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Calacuccia", "geoid": 0}, "notime": null, "date-ut": "1933-05-09 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Gracieux", "family": "Lamperti"}, "birth": {"tzo": "+01:00", "date": "1933-05-09 04:00", "place": {"c2": "20", "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Calacuccia", "geoid": 0}, "date-ut": "1933-05-09 03:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-631"}, "ids-in-sources": {"a1": "631"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "20", "COU": "F", "DAY": "9", "LAT": "41N55", "LON": "8E45", "MON": "5", "NUM": "631", "PRO": "C", "SEC": "0", "YEA": "1933", "CITY": "CALACUCCIA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1933-05-09 04:00"}, "partial-ids": {"ertel": "ES-2343"}}, "raw": {"L": "", "MF": "", "NR": "2343", "ENG": "", "MA_": "1", "G_NR": "631", "MA12": "7", "MARS": "21", "NAME": "Lamperti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,100", "CSINR": "", "KURTZ": "d", "PHAS_": "98,600", "STUND": "4,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "09.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gracieux", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "09.05.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
110	lampiano-evasio-1888-05-21	{"a1": "110", "3a_sports": "2344"}	{"ertel": "ES-2344", "lerrcp": "A1-110"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Evasio", "family": "Lampiano", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1888-05-21 02:30", "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1888-05-21 01:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Evasio", "family": "Lampiano"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1888-05-21 01:40:04"}, "occus": ["motor-sports-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-110"}, "ids-in-sources": {"a1": "110"}}, "raw": {"H": "2", "MN": "40", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "21", "LAT": "45N 0", "LON": "8E 0", "MON": "5", "NUM": "110", "PRO": "C", "SEC": "4", "YEA": "1888", "CITY": "TORINO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1888-05-21 02:30"}, "partial-ids": {"ertel": "ES-2344"}}, "raw": {"L": "", "MF": "", "NR": "2344", "ENG": "", "MA_": "1", "G_NR": "110", "MA12": "6", "MARS": "18", "NAME": "Lampiano", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,700", "CSINR": "", "KURTZ": "", "PHAS_": "72,100", "STUND": "2,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "21.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Evasio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.05.1888", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
630	lamotte-roland-1930-06-23	{"a1": "630", "g55": "03-518", "3a_sports": "2342"}	{"g55": "03-518", "ertel": "ES-2342", "lerrcp": "A1-630"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roland", "family": "Lamotte", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1930-06-23 16:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 4.04784, "lat": 50.01532, "name": "Fourmies", "geoid": 3017512}, "notime": null, "date-ut": "1930-06-23 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Roland", "family": "Lamotte"}, "birth": {"tzo": "+01:00", "date": "1930-06-23 16:00", "place": {"c2": "59", "cy": "FR", "lg": 4.04784, "lat": 50.01532, "name": "Fourmies", "geoid": 3017512}, "date-ut": "1930-06-23 15:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-630"}, "ids-in-sources": {"a1": "630"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "59", "COU": "F", "DAY": "23", "LAT": "50N39", "LON": "3E 5", "MON": "6", "NUM": "630", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "FOURMIES"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-06-23 16:00"}, "partial-ids": {"ertel": "ES-2342"}}, "raw": {"L": "", "MF": "", "NR": "2342", "ENG": "", "MA_": "0", "G_NR": "630", "MA12": "6", "MARS": "17", "NAME": "Lamotte", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,600", "CSINR": "", "KURTZ": "", "PHAS_": "16,200", "STUND": "16,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Roland", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "23.06.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-518"}, "ids-in-source": {"g55": "03-518"}}, "raw": {"DAY": "23-6-1930", "HOUR": "16 h.", "NAME": "LAMOTTE Roland", "PLACE": "Fourmies (Nord)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
111	lancia-vincenzio-1881-10-24	{"a1": "111", "3a_sports": "2347"}	{"ertel": "ES-2347", "lerrcp": "A1-111"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincenzio", "family": "Lancia", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1881-10-24 22:00", "note": null, "place": {"c1": null, "c2": "VC", "c3": null, "cy": "IT", "lg": 8.15732, "lat": 45.89017, "name": "Fobello", "geoid": 3176895}, "notime": null, "date-ut": "1881-10-24 21:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Vincenzio", "family": "Lancia"}, "birth": {"place": {"c2": "VC", "cy": "IT", "lg": 8.15732, "lat": 45.89017, "name": "Fobello", "geoid": 3176895}, "date-ut": "1881-10-24 21:10:04"}, "occus": ["motor-sports-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-111"}, "ids-in-sources": {"a1": "111"}}, "raw": {"H": "22", "MN": "10", "TZ": "-1", "COD": "VC", "COU": "I", "DAY": "24", "LAT": "45N24", "LON": "8E30", "MON": "10", "NUM": "111", "PRO": "C", "SEC": "4", "YEA": "1881", "CITY": "FOBELLO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1881-10-24 22:00"}, "partial-ids": {"ertel": "ES-2347"}}, "raw": {"L": "", "MF": "", "NR": "2347", "ENG": "1", "MA_": "2", "G_NR": "111", "MA12": "1", "MARS": "1", "NAME": "Lancia", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,800", "CSINR": "", "KURTZ": "", "PHAS_": "0,900", "STUND": "22,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "24.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Vincenzo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.10.1881", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
946	landi-bruno-1928-12-05	{"a1": "946", "3a_sports": "2349"}	{"ertel": "ES-2349", "lerrcp": "A1-946"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Landi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-12-05 03:30", "note": null, "place": {"c1": null, "c2": "SP", "c3": null, "cy": "IT", "lg": 9.96519, "lat": 44.06774, "name": "Ameglia", "geoid": 3183114}, "notime": null, "date-ut": "1928-12-05 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Bruno", "family": "Landi"}, "birth": {"place": {"c2": "SP", "cy": "IT", "lg": 9.96519, "lat": 44.06774, "name": "Ameglia", "geoid": 3183114}, "date-ut": "1928-12-05 02:30"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-946"}, "ids-in-sources": {"a1": "946"}}, "raw": {"H": "3", "MN": "30", "TZ": "-1", "COD": "SP", "COU": "I", "DAY": "5", "LAT": "44N 0", "LON": "10E15", "MON": "12", "NUM": "946", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "AMEGLIA"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-12-05 03:30"}, "partial-ids": {"ertel": "ES-2349"}}, "raw": {"L": "", "MF": "", "NR": "2349", "ENG": "1", "MA_": "2", "G_NR": "946", "MA12": "4", "MARS": "12", "NAME": "Landi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,20", "CSINR": "", "KURTZ": "", "PHAS_": "41,000", "STUND": "3,50", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "05.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Bruno", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.12.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
633	lapourielle-claude-1931-06-13	{"a1": "633", "g55": "03-520", "3a_sports": "2362"}	{"g55": "03-520", "ertel": "ES-2362", "lerrcp": "A1-633"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Lapourielle", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1931-06-13 01:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Ville-d’Ay", "geoid": 0}, "notime": null, "date-ut": "1931-06-13 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Lapourielle"}, "birth": {"tzo": "+01:00", "date": "1931-06-13 01:00", "place": {"c2": "51", "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Ville-D'Ay", "geoid": 0}, "date-ut": "1931-06-13 00:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-633"}, "ids-in-sources": {"a1": "633"}}, "raw": {"H": "0", "MN": "0", "TZ": "0", "COD": "51", "COU": "F", "DAY": "13", "LAT": "48N57", "LON": "4E22", "MON": "6", "NUM": "633", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "VILLE-D'AY"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-06-13 01:00"}, "partial-ids": {"ertel": "ES-2362"}}, "raw": {"L": "", "MF": "", "NR": "2362", "ENG": "", "MA_": "1", "G_NR": "633", "MA12": "7", "MARS": "19", "NAME": "Lapourielle", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,800", "CSINR": "", "KURTZ": "", "PHAS_": "10,500", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Claude", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.06.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Ville-d’Ay"}}, "partial-ids": {"g55": "03-520"}, "ids-in-source": {"g55": "03-520"}}, "raw": {"DAY": "13-6-1931", "HOUR": "1 h.", "NAME": "LAPOURIELLE Claude", "PLACE": "Ville-d’Ay (Marne)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
16982	larsen-arthur-1925-04-17	{"d10": "747", "3a_sports": "2370"}	{"ertel": "ES-2370", "lerrcp": "D10-747"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Larsen", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1925-04-17 02:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.15, "lat": 37.73333, "name": "San Leandro", "geoid": null}, "notime": null, "date-ut": "1925-04-17 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Larsen"}, "birth": {"tzo": "-08:00", "date": "1925-04-17 02:00", "place": {"c2": "CA", "cy": "US", "lg": -122.15, "lat": 37.73333, "name": "San Leandro"}, "date-ut": "1925-04-17 10:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "747"}}, "raw": {"H": "02:00", "TZ": "8h", "DAY": "17", "LAT": "37N44", "LON": "122W9", "MON": "4", "NUM": "747", "PRO": "SP", "YEA": "1925", "CICO": "San Leandro, CA", "NAME": "Larsen Arthur"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["tennis-player"], "partial-ids": {"ertel": "ES-2370"}}, "raw": {"L": "", "MF": "", "NR": "2370", "ENG": "", "MA_": "0", "G_NR": "747", "MA12": "9", "MARS": "25", "NAME": "Larsen", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-11,30", "CSINR": "", "KURTZ": "", "PHAS_": "38,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "17.04.", "ZITATE": "X", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Arthur", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "17.04.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1653	larnoe-henri-1897-05-08	{"a1": "1654", "3a_sports": "2365"}	{"cpara": "CP-479", "ertel": "ES-2365", "lerrcp": "A1-1654"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Larnoe", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1897-05-08 11:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "HOBOKEN", "geoid": 0}, "notime": null, "date-ut": "1897-05-08 11:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Larnoe"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "HOBOKEN", "geoid": 0}, "date-ut": "1897-05-08 11:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1654"}, "ids-in-sources": {"a1": "1654"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "8", "LAT": "51N14", "LON": "4E30", "MON": "5", "NUM": "1654", "PRO": "C", "SEC": "0", "YEA": "1897", "CITY": "HOBOKEN"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1897-05-08 11:00"}, "partial-ids": {"ertel": "ES-2365"}}, "raw": {"L": "", "MF": "", "NR": "2365", "ENG": "1", "MA_": "2", "G_NR": "1654", "MA12": "1", "MARS": "3", "NAME": "Larnoe", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,700", "CSINR": "", "KURTZ": "", "PHAS_": "31,100", "STUND": "11,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "08.05.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "479", "VORNAME": "Henri", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "08.05.1897", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1928	larribau-leon-1889-03-02	{"a1": "1930", "g55": "03-399", "3a_sports": "2368"}	{"g55": "03-399", "cpara": "CP-269", "ertel": "ES-2368", "lerrcp": "A1-1930"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Larribau", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-00:06:05", "date": "1889-03-02 02:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.51921, "lat": 43.48921, "name": "Anglet", "geoid": 3037612}, "notime": null, "date-ut": "1889-03-02 02:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Larribau"}, "birth": {"tzo": "-00:06:05", "date": "1889-03-02 01:55:23", "place": {"c2": "64", "cy": "FR", "lg": -1.51921, "lat": 43.48921, "name": "Anglet", "geoid": 3037612}, "date-ut": "1889-03-02 02:01:28"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1930"}, "ids-in-sources": {"a1": "1930"}}, "raw": {"H": "2", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "2", "LAT": "43N18", "LON": "0W22", "MON": "3", "NUM": "1930", "PRO": "C", "SEC": "28", "YEA": "1889", "CITY": "ANGLET"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1889-03-02 02:00"}, "partial-ids": {"ertel": "ES-2368"}}, "raw": {"L": "", "MF": "", "NR": "2368", "ENG": "", "MA_": "1", "G_NR": "1930", "MA12": "10", "MARS": "28", "NAME": "Larribau", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,000", "CSINR": "", "KURTZ": "", "PHAS_": "0,100", "STUND": "2,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.03.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "269", "VORNAME": "Léon", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "02.03.1889", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-399"}, "ids-in-source": {"g55": "03-399"}}, "raw": {"DAY": "2-3-1889", "HOUR": "2 h.", "NAME": "LARRIBAU Léon", "PLACE": "Anglet (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
16029	lauer-martin-1937-01-02	{"d6": "242", "afd2": "328", "3a_sports": "2378"}	{"ertel": "ES-2378", "lerrcp": "D6-242", "muller": "M2-328"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Martin", "family": "Lauer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1937-01-02 07:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 7, "lat": 50.93333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Martin", "family": "Lauer"}, "birth": {"date": "1937-01-02 07:30", "place": {"cy": "DE", "lg": 7, "lat": 50.93333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "242"}}, "raw": {"H": "7", "MN": "30", "DAY": "2", "LAT": "50N56", "LON": "07E00", "MON": "1", "NUM": "242", "SEC": "0", "YEA": "1937", "NAME": "Lauer Martin"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "birth": {"tzo": "+01:00"}, "occus": ["sportsperson"], "ids-in-sources": {"afd2": "328"}}, "raw": {"CY": "D", "GQ": "G", "LG": "006 E 57", "LAT": "50 N 57", "TZO": "-1.00", "DATE": "02.01.1937", "MUID": "328", "NAME": "Lauer, Martin", "OCCU": "MA 13", "TIME": "07.30", "BOOKS": "7", "PLACE": "Köln", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-2378"}}, "raw": {"L": "", "MF": "", "NR": "2378", "ENG": "0", "MA_": "2", "G_NR": "242", "MA12": "3", "MARS": "9", "NAME": "Lauer", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-8,300", "CSINR": "", "KURTZ": "e", "PHAS_": "74,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "GER", "TAGMON": "02.01.", "ZITATE": "DKSTF", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Martin", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "02.01.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAV", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
383	laureati-guilio-1877-07-10	{"a1": "383", "3a_sports": "2379"}	{"ertel": "ES-2379", "lerrcp": "A1-383"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guilio", "family": "Laureati", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1877-07-10 23:30", "note": null, "place": {"c1": null, "c2": "AP", "c3": null, "cy": "IT", "lg": 13.75, "lat": 43, "name": "GROTTAMAREDIASC", "geoid": 0}, "notime": null, "date-ut": "1877-07-10 22:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Guilio", "family": "Laureati"}, "birth": {"place": {"c2": "AP", "cy": "IT", "lg": 13.75, "lat": 43, "name": "GROTTAMAREDIASC", "geoid": 0}, "date-ut": "1877-07-10 22:40:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-383"}, "ids-in-sources": {"a1": "383"}}, "raw": {"H": "23", "MN": "40", "TZ": "-1", "COD": "AP", "COU": "I", "DAY": "10", "LAT": "43N 0", "LON": "13E45", "MON": "7", "NUM": "383", "PRO": "C", "SEC": "4", "YEA": "1877", "CITY": "GROTTAMAREDIASC"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1877-07-10 23:30"}, "partial-ids": {"ertel": "ES-2379"}}, "raw": {"L": "", "MF": "", "NR": "2379", "ENG": "1", "MA_": "2", "G_NR": "383", "MA12": "1", "MARS": "3", "NAME": "Laureati", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,100", "CSINR": "", "KURTZ": "", "PHAS_": "1,400", "STUND": "23,50", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "10.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Guilio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.07.1877", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1930	lasserre-rene-1895-10-09	{"a1": "1932", "g55": "03-401", "3a_sports": "2376"}	{"g55": "03-401", "cpara": "CP-271", "ertel": "ES-2376", "lerrcp": "A1-1932"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Lasserre", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1895-10-09 21:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "notime": null, "date-ut": "1895-10-09 20:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "René", "family": "Lasserre"}, "birth": {"tzo": "+00:09:21", "date": "1895-10-09 21:00", "place": {"c2": "64", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "date-ut": "1895-10-09 20:50:40"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1932"}, "ids-in-sources": {"a1": "1932"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "64", "COU": "F", "DAY": "9", "LAT": "43N18", "LON": "0W22", "MON": "10", "NUM": "1932", "PRO": "C", "SEC": "40", "YEA": "1895", "CITY": "BAYONNE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1895-10-09 21:00"}, "partial-ids": {"ertel": "ES-2376"}}, "raw": {"L": "", "MF": "", "NR": "2376", "ENG": "", "MA_": "0", "G_NR": "1932", "MA12": "8", "MARS": "23", "NAME": "Lasserre", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,100", "CSINR": "", "KURTZ": "", "PHAS_": "76,600", "STUND": "21,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "09.10.", "ZITATE": "DKO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "271", "VORNAME": "René", "ZITRANG": "4", "GAUQ1955": "+", "GEBDATUM": "09.10.1895", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-401"}, "ids-in-source": {"g55": "03-401"}}, "raw": {"DAY": "9-10-1895", "HOUR": "21 h.", "NAME": "LASSERRE René", "PLACE": "Bayonne (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
635	laurent-roland-1924-02-17	{"a1": "635", "g55": "03-522", "3a_sports": "2385"}	{"g55": "03-522", "ertel": "ES-2385", "lerrcp": "A1-635"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roland", "family": "Laurent", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1924-02-17 05:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 2.60254, "lat": 46.34015, "name": "Montluçon", "geoid": 2992292}, "notime": null, "date-ut": "1924-02-17 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Roland", "family": "Laurent"}, "birth": {"tzo": "+00:00", "date": "1924-02-17 05:00", "place": {"c2": "03", "cy": "FR", "lg": 2.60254, "lat": 46.34015, "name": "Montluçon", "geoid": 2992292}, "date-ut": "1924-02-17 05:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-635"}, "ids-in-sources": {"a1": "635"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "03", "COU": "F", "DAY": "17", "LAT": "46N34", "LON": "3E20", "MON": "2", "NUM": "635", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "MONTLUCON"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-02-17 05:00"}, "partial-ids": {"ertel": "ES-2385"}}, "raw": {"L": "", "MF": "", "NR": "2385", "ENG": "", "MA_": "1", "G_NR": "635", "MA12": "2", "MARS": "5", "NAME": "Laurent", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,500", "CSINR": "", "KURTZ": "", "PHAS_": "85,900", "STUND": "5,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Roland", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "17.02.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-522"}, "ids-in-source": {"g55": "03-522"}}, "raw": {"DAY": "17-2-1924", "HOUR": "5 h.", "NAME": "LAURENT. Roland", "PLACE": "Montlucon (Allier)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
16030	lavaud-jean-claude-1938-05-18	{"d6": "243", "3a_sports": "2387", "cfepp-final3": "511"}	{"cfepp": "CF-511", "ertel": "ES-2387", "lerrcp": "D6-243"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Claude", "family": "Lavaud", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1938-05-18 05:30", "note": null, "place": {"c1": null, "c2": "45", "c3": "", "cy": "FR", "lg": -1.9, "lat": 47.9, "name": "ORLEANS", "geoid": null}, "notime": null, "date-ut": "1938-05-18 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jean-Claude", "family": "Lavaud"}, "birth": {"date": "1938-05-18 05:30", "place": {"cy": "FR", "lg": 1.9, "lat": 47.9}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "243"}}, "raw": {"H": "5", "MN": "30", "DAY": "18", "LAT": "47N54", "LON": "01E54", "MON": "5", "NUM": "243", "SEC": "0", "YEA": "1938", "NAME": "Lavaud Jean Claude"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2387"}}, "raw": {"L": "", "MF": "", "NR": "2387", "ENG": "", "MA_": "1", "G_NR": "243", "MA12": "12", "MARS": "35", "NAME": "Lavaud", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-5,400", "CSINR": "", "KURTZ": "", "PHAS_": "88,200", "STUND": "", "CFEPNR": "511", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean Claude", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "18.05.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1938-05-18 05:30", "place": {"c2": "45", "c3": "", "cy": "FR", "lg": -1.9, "lat": 47.9, "name": "ORLEANS"}, "date-ut": "1938-05-18 04:30"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "511"}}, "raw": {"S": "12", "LT": "05 30", "LV": "I1", "TR": "f", "UT": "04 30", "LAT": "+47.90", "SRC": "L", "LONG": "-01.90", "NAME": "LAVAUD Jean-Claude", "SPORT": "Soccer", "LOC_DATE": "1938 05 18", "UNIV_DATE": "1938 05 18", "BIRTH_PLACE": "ORLEANS", "POSTAL_CODE": "45032 CEDEX"}, "date": "2023-08-20T14:46:04+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
840	laurent-marcel-1913-06-06	{"a1": "840", "g55": "03-161", "3a_sports": "2382", "cfepp-final3": "325"}	{"g55": "03-161", "cfepp": "CF-325", "ertel": "ES-2382", "lerrcp": "A1-840"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Laurent", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-06-06 15:45", "note": null, "place": {"c1": null, "c2": "68", "c3": "", "cy": "FR", "lg": 7.16714, "lat": 48.15398, "name": "Lapoutroie", "geoid": 3007160}, "notime": null, "date-ut": "1913-06-06 14:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Laurent"}, "birth": {"place": {"c2": "68", "cy": "FR", "lg": 7.16714, "lat": 48.15398, "name": "Lapoutroie", "geoid": 3007160}, "date-ut": "1913-06-06 14:45"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-840"}, "ids-in-sources": {"a1": "840"}}, "raw": {"H": "15", "MN": "45", "TZ": "-1", "COD": "68", "COU": "F", "DAY": "6", "LAT": "48N 5", "LON": "7E21", "MON": "6", "NUM": "840", "PRO": "C", "SEC": "0", "YEA": "1913", "CITY": "LAPOUTROIE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1913-06-06 15:45"}, "partial-ids": {"ertel": "ES-2382"}}, "raw": {"L": "", "MF": "", "NR": "2382", "ENG": "", "MA_": "1", "G_NR": "840", "MA12": "7", "MARS": "19", "NAME": "Laurent", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,700", "CSINR": "", "KURTZ": "", "PHAS_": "1,900", "STUND": "15,75", "CFEPNR": "325", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.06.", "ZITATE": "O", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "06.06.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1913-06-06 15:45", "place": {"c3": ""}, "date-ut": "1913-06-06 14:45"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "325"}}, "raw": {"S": "7", "LT": "15 45", "LV": "I", "TR": "a", "UT": "14 45", "LAT": "+48.15", "SRC": "AG", "LONG": "-07.17", "NAME": "LAURENT Marcel", "SPORT": "Cycling", "LOC_DATE": "1913 06 06", "UNIV_DATE": "1913 06 06", "BIRTH_PLACE": "LAPOUTROIE", "POSTAL_CODE": "68650"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-161"}, "ids-in-source": {"g55": "03-161"}}, "raw": {"DAY": "6-6-1913", "HOUR": "15 h. 45", "NAME": "LAURENT Marcel", "PLACE": "Lapoutroie (Haut-Rhin)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
16034	le-chenadec-gilbert-1938-07-13	{"d6": "247", "3a_sports": "2402", "cfepp-final3": "512"}	{"cfepp": "CF-512", "ertel": "ES-2402", "lerrcp": "D6-247"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilbert", "family": "Le Chenadec", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1938-07-13 06:00", "note": null, "place": {"c1": null, "c2": "56", "c3": "", "cy": "FR", "lg": 3.16, "lat": 47.84, "name": "LANGUIDIC", "geoid": null}, "notime": null, "date-ut": "1938-07-13 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Gilbert", "family": "Le Chenadec"}, "birth": {"date": "1938-07-13 06:00", "place": {"cy": "FR", "lg": -3.15, "lat": 47.83333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "247"}}, "raw": {"H": "6", "MN": "0", "DAY": "13", "LAT": "47N50", "LON": "03W09", "MON": "7", "NUM": "247", "SEC": "0", "YEA": "1938", "NAME": "Le Chenadec Gilbert"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2402"}}, "raw": {"L": "", "MF": "", "NR": "2402", "ENG": "1", "MA_": "2", "G_NR": "247", "MA12": "1", "MARS": "1", "NAME": "LeChenadec", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "0,200", "CSINR": "", "KURTZ": "", "PHAS_": "99,700", "STUND": "", "CFEPNR": "512", "EXTEND": "1", "NATION": "FRA", "TAGMON": "13.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gilbert", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "13.07.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1938-07-13 06:00", "place": {"c2": "56", "c3": "", "cy": "FR", "lg": 3.16, "lat": 47.84, "name": "LANGUIDIC"}, "date-ut": "1938-07-13 05:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "512"}}, "raw": {"S": "1", "LT": "06 00", "LV": "I1", "TR": "f", "UT": "05 00", "LAT": "+47.84", "SRC": "L", "LONG": "+03.16", "NAME": "LE CHENADEC Gilbert", "SPORT": "Soccer", "LOC_DATE": "1938 07 13", "UNIV_DATE": "1938 07 13", "BIRTH_PLACE": "LANGUIDIC", "POSTAL_CODE": "56440"}, "date": "2023-08-20T14:46:04+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
842	le-calvez-leon-1909-03-14	{"a1": "842", "g55": "03-163", "3a_sports": "2401"}	{"g55": "03-163", "ertel": "ES-2401", "lerrcp": "A1-842"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Le Calvez", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1909-03-14 10:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -3.62875, "lat": 47.81396, "name": "Moëlan-sur-Mer", "geoid": 2993647}, "notime": null, "date-ut": "1909-03-14 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Le Calvez"}, "birth": {"tzo": "+00:09:21", "date": "1909-03-14 10:00", "place": {"c2": "29", "cy": "FR", "lg": -3.62875, "lat": 47.81396, "name": "Moëlan-sur-Mer", "geoid": 2993647}, "date-ut": "1909-03-14 09:50:40"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-842"}, "ids-in-sources": {"a1": "842"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "29", "COU": "F", "DAY": "14", "LAT": "48N 0", "LON": "4W 6", "MON": "3", "NUM": "842", "PRO": "C", "SEC": "40", "YEA": "1909", "CITY": "MOELAN-S/MER"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1909-03-14 10:00"}, "partial-ids": {"ertel": "ES-2401"}}, "raw": {"L": "", "MF": "", "NR": "2401", "ENG": "", "MA_": "1", "G_NR": "842", "MA12": "5", "MARS": "14", "NAME": "LeCalvez", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "62,000", "STUND": "10,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "14.03.", "ZITATE": "GO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Léon", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "14.03.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-163"}, "ids-in-source": {"g55": "03-163"}}, "raw": {"DAY": "14-3-1909", "HOUR": "10 h.", "NAME": "LE CALVEZ Léon", "PLACE": "Moélan-sur-Mer (Finistère)."}, "date": "2023-08-20T14:48:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
191	le-morvan-gaston-1908-08-20	{"a1": "191", "3a_sports": "2406"}	{"ertel": "ES-2406", "lerrcp": "A1-191"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Le Morvan", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1908-08-20 03:30", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.50525, "lat": 48.4165, "name": "Lambézellec", "geoid": 3008206}, "notime": null, "date-ut": "1908-08-20 03:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Le Morvan"}, "birth": {"tzo": "+00:09:21", "date": "1908-08-20 03:30", "place": {"c2": "29", "cy": "FR", "lg": -4.50525, "lat": 48.4165, "name": "Lambézellec", "geoid": 3008206}, "date-ut": "1908-08-20 03:20:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-191"}, "ids-in-sources": {"a1": "191"}}, "raw": {"H": "3", "MN": "20", "TZ": "0", "COD": "29", "COU": "F", "DAY": "20", "LAT": "48N 0", "LON": "4W 6", "MON": "8", "NUM": "191", "PRO": "C", "SEC": "40", "YEA": "1908", "CITY": "LAMBEZELLEC"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1908-08-20 03:30"}, "partial-ids": {"ertel": "ES-2406"}}, "raw": {"L": "", "MF": "", "NR": "2406", "ENG": "", "MA_": "0", "G_NR": "191", "MA12": "11", "MARS": "33", "NAME": "LeMorvan", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,20", "CSINR": "", "KURTZ": "", "PHAS_": "38,800", "STUND": "3,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gaston", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.08.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
192	le-prieur-yves-1885-03-23	{"a1": "192", "3a_sports": "2407"}	{"ertel": "ES-2407", "lerrcp": "A1-192"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Le Prieur", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-00:13:29", "date": "1885-03-23 00:15", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "notime": null, "date-ut": "1885-03-23 00:25:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Le Prieur"}, "birth": {"tzo": "-00:13:29", "date": "1885-03-23 00:10", "place": {"c2": "56", "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "date-ut": "1885-03-23 00:25:56"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-192"}, "ids-in-sources": {"a1": "192"}}, "raw": {"H": "0", "MN": "25", "TZ": "0", "COD": "56", "COU": "F", "DAY": "23", "LAT": "47N40", "LON": "2W44", "MON": "3", "NUM": "192", "PRO": "C", "SEC": "56", "YEA": "1885", "CITY": "LORIENT"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1885-03-23 00:15"}, "partial-ids": {"ertel": "ES-2407"}}, "raw": {"L": "", "MF": "", "NR": "2407", "ENG": "", "MA_": "1", "G_NR": "192", "MA12": "10", "MARS": "28", "NAME": "LePrieur", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,000", "CSINR": "", "KURTZ": "", "PHAS_": "41,800", "STUND": "0,25", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Yves", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.03.1885", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1695	le-quellec-yan-1902-05-03	{"a1": "1696", "g55": "03-301", "3a_sports": "2408"}	{"g55": "03-301", "ertel": "ES-2408", "lerrcp": "A1-1696"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yan", "family": "Le Quellec", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1902-05-03 12:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.61229, "lat": 44.84971, "name": "Caudéran", "geoid": 3028210}, "notime": null, "date-ut": "1902-05-03 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["golfer"]	5	null	[{"new": {"name": {"given": "Yan", "family": "Le Quellec"}, "birth": {"tzo": "+00:09:21", "date": "1902-05-03 01:00", "place": {"c2": "33", "cy": "FR", "lg": -0.61229, "lat": 44.84971, "name": "Caudéran", "geoid": 3028210}, "date-ut": "1902-05-03 00:50:40"}, "occus": ["golfer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1696"}, "ids-in-sources": {"a1": "1696"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "33", "COU": "F", "DAY": "3", "LAT": "44N50", "LON": "0W34", "MON": "5", "NUM": "1696", "PRO": "C", "SEC": "40", "YEA": "1902", "CITY": "CAUDERAN"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1902-05-03 12:00"}, "partial-ids": {"ertel": "ES-2408"}}, "raw": {"L": "", "MF": "", "NR": "2408", "ENG": "", "MA_": "1", "G_NR": "1697", "MA12": "10", "MARS": "30", "NAME": "LeQuellec", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,00", "CSINR": "", "KURTZ": "", "PHAS_": "29,600", "STUND": "12,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "03.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Yan", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "03.05.1902", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "GOLF", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-301"}, "ids-in-source": {"g55": "03-301"}}, "raw": {"DAY": "3-5-1902", "HOUR": "1 h.", "NAME": "LE QUELLEC Yan", "PLACE": "Caudéran (Gironde)."}, "date": "2023-08-20T14:48:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
185	lebris-jean-1817-03-25	{"a1": "185", "3a_sports": "2416"}	{"ertel": "ES-2416", "lerrcp": "A1-185"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lebris", "family": "Jean", "spouse": [], "official": {"given": "Le Bris", "family": "Jean Marie"}}	M	{"lmt": null, "tzo": "-00:15:41", "date": "1817-03-25 05:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -3.91896, "lat": 47.87536, "name": "Concarneau", "geoid": 3024035}, "notime": null, "date-ut": "1817-03-25 05:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	2	{"birth": {"slug": "lebris-jean-1817-03-25", "extras": {"name": {"given": "Lebris", "family": "Jean"}}, "header": {"history": {"0": {"date": "2019-12-22", "actor": "Thierry Graff", "action": "Locate and transcribe the act"}, "1": {"date": "2023-01-28", "actor": "Thierry Graff", "action": "Add to Open Gauquelin Database"}, "2": {"date": "2023-04-20", "actor": "Thierry Graff", "action": "Update a change of URL in the civil registry"}}}, "source": {"civil-registry": {"web": {"url": "https://recherche.archives.finistere.fr/viewer/series/medias/collections/E/03E/3E053/3E053_0013?img=FRAD029_1MIEC053_10_0383.jpg", "page": "53 / 133"}, "name": "Naissances 1813 - 1822 3E 53/13", "place": {"c2": "29", "cy": "FR", "name": "Concarneau"}}, "document-creation": {"date": "1817-03-25", "place": "Concarneau"}}, "transcription": {"sex": "M", "name": {"official": {"given": "Le Bris", "family": "Jean Marie"}}, "birth": {"date": "1817-03-25 05:00", "place": {"c2": "29", "cy": "FR", "name": "Concarneau"}}}}}	[{"new": {"name": {"given": "Jean", "family": "Lebris"}, "birth": {"tzo": "-00:15:41", "date": "1817-03-25 05:00", "place": {"c2": "29", "cy": "FR", "lg": -3.91896, "lat": 47.87536, "name": "Concarneau", "geoid": 3024035}, "date-ut": "1817-03-25 05:16:24"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-185"}, "ids-in-sources": {"a1": "185"}}, "raw": {"H": "5", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "25", "LAT": "48N 0", "LON": "4W 6", "MON": "3", "NUM": "185", "PRO": "C", "SEC": "24", "YEA": "1817", "CITY": "CONCARNEAU"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1817-03-05 05:00"}, "partial-ids": {"ertel": "ES-2416"}}, "raw": {"L": "", "MF": "", "NR": "2416", "ENG": "1", "MA_": "2", "G_NR": "185", "MA12": "1", "MARS": "2", "NAME": "Lebris", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,700", "CSINR": "", "KURTZ": "", "PHAS_": "96,900", "STUND": "5,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "05.03.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "05.03.1817", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"sex": "M", "name": {"given": "Lebris", "family": "Jean", "official": {"given": "Le Bris", "family": "Jean Marie"}}, "birth": {"date": "1817-03-25 05:00", "place": {"c2": "29", "cy": "FR", "name": "Concarneau"}}}, "raw": {"url": "See <a href=\\"https://github.com/tig12/ogdb-wiki/tree/main/person/1817/03/25/lebris-jean-1817-03-25\\">Birth certificate transcription</a>"}, "date": "2023-08-20T14:50:59+02:00", "source": "Birth certificate", "command": "wiki bc add lebris-jean-1817-03-25"}]	[]
186	lebrix-joseph-1899-02-22	{"a1": "186", "3a_sports": "2417"}	{"ertel": "ES-2417", "lerrcp": "A1-186"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Lebrix", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1899-02-22 04:00", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -2.73333, "lat": 47.66667, "name": "Badeb", "geoid": 0}, "notime": null, "date-ut": "1899-02-22 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Lebrix"}, "birth": {"tzo": "+00:09:21", "date": "1899-02-22 04:00", "place": {"c2": "56", "cy": "FR", "lg": -2.73333, "lat": 47.66667, "name": "Badeb", "geoid": 0}, "date-ut": "1899-02-22 03:50:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-186"}, "ids-in-sources": {"a1": "186"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "56", "COU": "F", "DAY": "22", "LAT": "47N40", "LON": "2W44", "MON": "2", "NUM": "186", "PRO": "C", "SEC": "40", "YEA": "1899", "CITY": "BADEB"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1899-02-22 04:00"}, "partial-ids": {"ertel": "ES-2417"}}, "raw": {"L": "", "MF": "", "NR": "2417", "ENG": "", "MA_": "0", "G_NR": "186", "MA12": "6", "MARS": "17", "NAME": "Lebrix", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,500", "CSINR": "", "KURTZ": "", "PHAS_": "88,700", "STUND": "4,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.02.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Joseph", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "22.02.1899", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1770	lebrun-ernestine-1906-02-26	{"a1": "1771", "3a_sports": "2418"}	{"ertel": "ES-2418", "lerrcp": "A1-1771"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernestine", "family": "Lebrun", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:09:21", "date": "1906-02-26 15:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "notime": null, "date-ut": "1906-02-26 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "Ernestine", "family": "Lebrun"}, "birth": {"tzo": "+00:09:21", "date": "1906-02-26 15:00", "place": {"c2": "59", "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "date-ut": "1906-02-26 14:50:40"}, "occus": ["swimmer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1771"}, "ids-in-sources": {"a1": "1771"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "59", "COU": "F", "DAY": "26", "LAT": "50N39", "LON": "3E 5", "MON": "2", "NUM": "1771", "PRO": "C", "SEC": "40", "YEA": "1906", "CITY": "TOURCOING"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "F", "birth": {"date": "1906-02-26 15:00"}, "partial-ids": {"ertel": "ES-2418"}}, "raw": {"L": "", "MF": "F", "NR": "2418", "ENG": "1", "MA_": "2", "G_NR": "1771", "MA12": "4", "MARS": "10", "NAME": "Lebrun", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,300", "CSINR": "", "KURTZ": "", "PHAS_": "7,200", "STUND": "15,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "26.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ernestine", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.02.1906", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SWIM", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16033	lechantre-jean-1922-02-13	{"d6": "246", "3a_sports": "2421"}	{"ertel": "ES-2421", "lerrcp": "D6-246"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lechantre", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-02-13 15:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": 3.35, "lat": 50.55, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lechantre"}, "birth": {"date": "1922-02-13 15:00", "place": {"cy": "BE", "lg": 3.35, "lat": 50.55}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "246"}}, "raw": {"H": "15", "MN": "0", "DAY": "13", "LAT": "50N33", "LON": "03E21", "MON": "2", "NUM": "246", "SEC": "0", "YEA": "1922", "NAME": "Lechantre jean"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2421"}}, "raw": {"L": "", "MF": "", "NR": "2421", "ENG": "", "MA_": "0", "G_NR": "246", "MA12": "8", "MARS": "24", "NAME": "Lechantre", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-1,300", "CSINR": "", "KURTZ": "", "PHAS_": "98,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "13.02.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1336	leduc-lucien-1918-12-30	{"a1": "1337", "3a_sports": "2427"}	{"ertel": "ES-2427", "lerrcp": "A1-1337"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Leduc", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1918-12-30 14:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 1.57574, "lat": 50.70559, "name": "Le Portel", "geoid": 3002551}, "notime": null, "date-ut": "1918-12-30 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Leduc"}, "birth": {"tzo": "+00:00", "date": "1918-12-30 14:00", "place": {"c2": "62", "cy": "FR", "lg": 1.57574, "lat": 50.70559, "name": "Le Portel", "geoid": 3002551}, "date-ut": "1918-12-30 14:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1337"}, "ids-in-sources": {"a1": "1337"}}, "raw": {"H": "14", "MN": "0", "TZ": "0", "COD": "62", "COU": "F", "DAY": "30", "LAT": "50N18", "LON": "2E46", "MON": "12", "NUM": "1337", "PRO": "C", "SEC": "0", "YEA": "1918", "CITY": "LE PORTEL"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1918-12-30 14:00"}, "partial-ids": {"ertel": "ES-2427"}}, "raw": {"L": "", "MF": "", "NR": "2427", "ENG": "1", "MA_": "2", "G_NR": "1337", "MA12": "4", "MARS": "10", "NAME": "Leduc", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,800", "CSINR": "", "KURTZ": "p", "PHAS_": "10,900", "STUND": "14,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "30.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Lucien", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "30.12.1918", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
187	lecointe-sadi-1891-07-11	{"a1": "187", "g55": "04-543", "3a_sports": "2424"}	{"g55": "04-543", "cpara": "CP-379", "ertel": "ES-2424", "lerrcp": "A1-187"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sadi", "family": "Lecointe", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1891-07-11 23:30", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "St-Germain-sur-Bresle", "geoid": 0}, "notime": null, "date-ut": "1891-07-11 23:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot", "military-personnel"]	5	null	[{"new": {"name": {"given": "Sadi", "family": "Lecointe"}, "birth": {"tzo": "+00:09:21", "date": "1891-07-11 23:30", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Stgermainbres", "geoid": 0}, "date-ut": "1891-07-11 23:20:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-187"}, "ids-in-sources": {"a1": "187"}}, "raw": {"H": "23", "MN": "20", "TZ": "0", "COD": "80", "COU": "F", "DAY": "11", "LAT": "49N54", "LON": "2E18", "MON": "7", "NUM": "187", "PRO": "C", "SEC": "40", "YEA": "1891", "CITY": "STGERMAINBRES"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1891-07-11 23:30"}, "partial-ids": {"ertel": "ES-2424"}}, "raw": {"L": "", "MF": "", "NR": "2424", "ENG": "", "MA_": "0", "G_NR": "187", "MA12": "9", "MARS": "25", "NAME": "Lecointe", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,300", "CSINR": "", "KURTZ": "", "PHAS_": "21,300", "STUND": "23,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "11.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "379", "VORNAME": "Sadi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.07.1891", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "St-Germain-sur-Bresle"}}, "partial-ids": {"g55": "04-543"}, "ids-in-source": {"g55": "04-543"}}, "raw": {"DAY": "11-7-1891", "HOUR": "23 h. 30", "NAME": "SADI-LECOINTE", "PLACE": "St-Germain-sur-Bresle (Somme)."}, "date": "2023-08-20T14:48:32+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
844	leducq-andre-1904-02-27	{"a1": "844", "3a_sports": "2428"}	{"ertel": "ES-2428", "lerrcp": "A1-844"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Leducq", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1904-02-27 03:15", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.33339, "lat": 48.90654, "name": "Saint-Ouen", "geoid": 2977824}, "notime": null, "date-ut": "1904-02-27 03:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "André", "family": "Leducq"}, "birth": {"tzo": "+00:09:21", "date": "1904-02-27 03:15", "place": {"c2": "93", "cy": "FR", "lg": 2.33339, "lat": 48.90654, "name": "Saint-Ouen", "geoid": 2977824}, "date-ut": "1904-02-27 03:05:40"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-844"}, "ids-in-sources": {"a1": "844"}}, "raw": {"H": "3", "MN": "5", "TZ": "0", "COD": "93", "COU": "F", "DAY": "27", "LAT": "48N55", "LON": "2E30", "MON": "2", "NUM": "844", "PRO": "C", "SEC": "40", "YEA": "1904", "CITY": "ST-OUEN"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1904-02-27 03:15"}, "partial-ids": {"ertel": "ES-2428"}}, "raw": {"L": "", "MF": "", "NR": "2428", "ENG": "", "MA_": "1", "G_NR": "844", "MA12": "10", "MARS": "30", "NAME": "Leducq", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,200", "CSINR": "", "KURTZ": "", "PHAS_": "76,800", "STUND": "3,25", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.02.", "ZITATE": "DGHSF", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "27.02.1904", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16994	lee-sammy-1920-08-01	{"d10": "759", "3a_sports": "2429", "rawlins-ertel-irving": "222"}	{"ertel": "ES-2429", "csicop": "CS-222", "lerrcp": "D10-759"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sammy", "family": "Lee", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1920-08-01 07:05", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -119.78333, "lat": 36.73333, "name": "Fresno", "geoid": null}, "notime": null, "date-ut": "1920-08-01 15:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "Sammy", "family": "Lee"}, "birth": {"tzo": "-08:00", "date": "1920-08-01 07:05", "place": {"c2": "CA", "cy": "US", "lg": -119.78333, "lat": 36.73333, "name": "Fresno"}, "date-ut": "1920-08-01 15:05"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "759"}}, "raw": {"H": "07:05", "TZ": "8h", "DAY": "1", "LAT": "36N44", "LON": "119W47", "MON": "8", "NUM": "759", "PRO": "SP", "YEA": "1920", "CICO": "Fresno, CA", "NAME": "Lee Sammy"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["swimmer"]], "ids-in-sources": {"rawlins-ertel-irving": "222"}}, "raw": {"LA1": "36", "LA2": "44", "LO1": "119", "LO2": "47", "AMPM": "A", "MARS": "29", "NAME": "Lee", "BATCH": "1", "Satz#": "222", "GEBDAT": "1 8 1920", "GEBORT": "CA", "GEBZEIT": "7 5", "VORNAME": "Sammy", "SPORTART": "SWIM", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["swimmer"], "partial-ids": {"ertel": "ES-2429"}}, "raw": {"L": "", "MF": "", "NR": "2429", "ENG": "", "MA_": "1", "G_NR": "759", "MA12": "10", "MARS": "29", "NAME": "Lee", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-1,000", "CSINR": "222", "KURTZ": "", "PHAS_": "98,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "01.08.", "ZITATE": "KSX", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Sammy", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "01.08.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SWIM", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
640	lefin-andre-1927-03-28	{"a1": "640", "g55": "03-526", "3a_sports": "2436"}	{"g55": "03-526", "ertel": "ES-2436", "lerrcp": "A1-640"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Lefin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1927-03-28 08:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 4.08259, "lat": 49.92262, "name": "Hirson", "geoid": 3013258}, "notime": null, "date-ut": "1927-03-28 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "André", "family": "Lefin"}, "birth": {"tzo": "+00:00", "date": "1927-03-28 08:00", "place": {"c2": "02", "cy": "FR", "lg": 4.08259, "lat": 49.92262, "name": "Hirson", "geoid": 3013258}, "date-ut": "1927-03-28 08:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-640"}, "ids-in-sources": {"a1": "640"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "02", "COU": "F", "DAY": "28", "LAT": "49N34", "LON": "3E37", "MON": "3", "NUM": "640", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "HIRSON"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-03-28 08:00"}, "partial-ids": {"ertel": "ES-2436"}}, "raw": {"L": "", "MF": "", "NR": "2436", "ENG": "", "MA_": "1", "G_NR": "640", "MA12": "12", "MARS": "35", "NAME": "Lefin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,60", "CSINR": "", "KURTZ": "", "PHAS_": "34,100", "STUND": "8,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "28.03.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-526"}, "ids-in-source": {"g55": "03-526"}}, "raw": {"DAY": "28-3-1927", "HOUR": "8 h.", "NAME": "LEFIN André", "PLACE": "Hirson (Aisne)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
189	legagneux-georges-1882-12-24	{"a1": "189", "3a_sports": "2438"}	{"ertel": "ES-2438", "lerrcp": "A1-189"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Legagneux", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:08:57", "date": "1882-12-24 03:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.23894, "lat": 48.88341, "name": "Puteaux", "geoid": 2985034}, "notime": null, "date-ut": "1882-12-24 02:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Legagneux"}, "birth": {"tzo": "+00:08:57", "date": "1882-12-24 03:00", "place": {"c2": "92", "cy": "FR", "lg": 2.23894, "lat": 48.88341, "name": "Puteaux", "geoid": 2985034}, "date-ut": "1882-12-24 02:51:16"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-189"}, "ids-in-sources": {"a1": "189"}}, "raw": {"H": "2", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "24", "LAT": "48N50", "LON": "2E11", "MON": "12", "NUM": "189", "PRO": "C", "SEC": "16", "YEA": "1882", "CITY": "PUTEAUX"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1882-12-24 03:00"}, "partial-ids": {"ertel": "ES-2438"}}, "raw": {"L": "", "MF": "", "NR": "2438", "ENG": "", "MA_": "1", "G_NR": "189", "MA12": "11", "MARS": "31", "NAME": "Legagneux", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,700", "CSINR": "", "KURTZ": "", "PHAS_": "99,400", "STUND": "3,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "24.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.12.1882", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1079	lemaire-georges-1905-04-30	{"a1": "1079", "3a_sports": "2448"}	{"ertel": "ES-2448", "lerrcp": "A1-1079"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Lemaire", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1905-04-30 11:00", "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "SPA", "geoid": 0}, "notime": null, "date-ut": "1905-04-30 11:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Lemaire"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "SPA", "geoid": 0}, "date-ut": "1905-04-30 11:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1079"}, "ids-in-sources": {"a1": "1079"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "30", "LAT": "50N39", "LON": "5E30", "MON": "4", "NUM": "1079", "PRO": "C", "SEC": "0", "YEA": "1905", "CITY": "SPA"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1905-04-30 11:00"}, "partial-ids": {"ertel": "ES-2448"}}, "raw": {"L": "", "MF": "", "NR": "2448", "ENG": "", "MA_": "1", "G_NR": "1079", "MA12": "9", "MARS": "26", "NAME": "Lemaire", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,900", "CSINR": "", "KURTZ": "", "PHAS_": "18,500", "STUND": "11,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "30.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.04.1905", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1782	legendre-rene-1899-10-21	{"a1": "1783", "g55": "03-337", "3a_sports": "2439"}	{"g55": "03-337", "ertel": "ES-2439", "lerrcp": "A1-1783"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Legendre", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1899-10-21 23:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1899-10-21 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "René", "family": "Legendre"}, "birth": {"tzo": "+00:09:21", "date": "1899-10-21 23:00", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1899-10-21 22:50:40"}, "occus": ["swimmer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1783"}, "ids-in-sources": {"a1": "1783"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "33", "COU": "F", "DAY": "21", "LAT": "44N50", "LON": "0W34", "MON": "10", "NUM": "1783", "PRO": "C", "SEC": "40", "YEA": "1899", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1899-10-21 23:00"}, "partial-ids": {"ertel": "ES-2439"}}, "raw": {"L": "", "MF": "", "NR": "2439", "ENG": "", "MA_": "0", "G_NR": "1783", "MA12": "8", "MARS": "24", "NAME": "Legendre", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,900", "CSINR": "", "KURTZ": "", "PHAS_": "94,500", "STUND": "23,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "21.10.1899", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "ROLL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-337"}, "ids-in-source": {"g55": "03-337"}}, "raw": {"DAY": "21-10-1899", "HOUR": "23 h.", "NAME": "LEGENDRE René", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
16036	lemaitre-robert-1929-03-07	{"d6": "249", "3a_sports": "2450"}	{"ertel": "ES-2450", "lerrcp": "D6-249"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Lemaitre", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-03-07 17:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": -2.23333, "lat": 48.53333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Lemaitre"}, "birth": {"date": "1929-03-07 17:30", "place": {"cy": "FR", "lg": -2.23333, "lat": 48.53333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "249"}}, "raw": {"H": "17", "MN": "30", "DAY": "7", "LAT": "48N32", "LON": "02W14", "MON": "3", "NUM": "249", "SEC": "0", "YEA": "1929", "NAME": "Lemaitre Robert"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2450"}}, "raw": {"L": "", "MF": "", "NR": "2450", "ENG": "", "MA_": "0", "G_NR": "249", "MA12": "3", "MARS": "8", "NAME": "Lemaitre", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-8,100", "CSINR": "", "KURTZ": "", "PHAS_": "19,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.03.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2061	lemyse-alain-1931-11-06	{"a1": "2063", "3a_sports": "2458"}	{"ertel": "ES-2458", "lerrcp": "A1-2063"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Lemyse", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1931-11-06 09:30", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1931-11-06 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Alain", "family": "Lemyse"}, "birth": {"tzo": "+00:00", "date": "1931-11-06 09:30", "place": {"c2": "59", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1931-11-06 09:30"}, "occus": ["tennis-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-2063"}, "ids-in-sources": {"a1": "2063"}}, "raw": {"H": "9", "MN": "30", "TZ": "0", "COD": "59", "COU": "F", "DAY": "6", "LAT": "50N39", "LON": "3E 5", "MON": "11", "NUM": "2063", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "ROUBAIX"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-11-06 09:30"}, "partial-ids": {"ertel": "ES-2458"}}, "raw": {"L": "", "MF": "", "NR": "2458", "ENG": "1", "MA_": "2", "G_NR": "2063", "MA12": "1", "MARS": "2", "NAME": "Lemyse", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,20", "CSINR": "", "KURTZ": "", "PHAS_": "21,300", "STUND": "9,50", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "06.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alain", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.11.1931", "GQBECORR": "a2", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1796	lemoine-jean-1913-07-23	{"a1": "1797", "g55": "03-351", "3a_sports": "2456"}	{"g55": "03-351", "ertel": "ES-2456", "lerrcp": "A1-1797"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lemoine", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1913-07-23 18:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.58023, "lat": 43.31267, "name": "Sare", "geoid": 2976021}, "notime": null, "date-ut": "1913-07-23 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basque-pelota-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lemoine"}, "birth": {"tzo": "+00:00", "date": "1913-07-23 18:00", "place": {"c2": "64", "cy": "FR", "lg": -1.58023, "lat": 43.31267, "name": "Sare", "geoid": 2976021}, "date-ut": "1913-07-23 18:00"}, "occus": ["basque-pelota-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1797"}, "ids-in-sources": {"a1": "1797"}}, "raw": {"H": "18", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "23", "LAT": "43N18", "LON": "0W22", "MON": "7", "NUM": "1797", "PRO": "C", "SEC": "0", "YEA": "1913", "CITY": "SARE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1913-07-23 18:00"}, "partial-ids": {"ertel": "ES-2456"}}, "raw": {"L": "", "MF": "", "NR": "2456", "ENG": "", "MA_": "0", "G_NR": "1797", "MA12": "9", "MARS": "25", "NAME": "Lemoine", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,900", "CSINR": "", "KURTZ": "", "PHAS_": "80,500", "STUND": "18,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "23.07.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "PELOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-351"}, "ids-in-source": {"g55": "03-351"}}, "raw": {"DAY": "23-7-1913", "HOUR": "18 h.", "NAME": "LEMOINE Jean", "PLACE": "Sare (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1338	lerond-andre-1930-12-06	{"a1": "1339", "3a_sports": "2465", "cfepp-final3": "515"}	{"cfepp": "CF-515", "cpara": "CP-279", "ertel": "ES-2465", "lerrcp": "A1-1339"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Lerond", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1930-12-06 15:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1930-12-06 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "André", "family": "Lerond"}, "birth": {"tzo": "+00:00", "date": "1930-12-06 15:00", "place": {"c2": "76", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1930-12-06 15:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1339"}, "ids-in-sources": {"a1": "1339"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "76", "COU": "F", "DAY": "6", "LAT": "49N26", "LON": "1E 5", "MON": "12", "NUM": "1339", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "LE HAVRE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-12-06 15:00"}, "partial-ids": {"ertel": "ES-2465"}}, "raw": {"L": "", "MF": "", "NR": "2465", "ENG": "", "MA_": "0", "G_NR": "1339", "MA12": "9", "MARS": "25", "NAME": "Lerond", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,200", "CSINR": "", "KURTZ": "", "PHAS_": "99,900", "STUND": "15,00", "CFEPNR": "515", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.12.", "ZITATE": "DWO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "279", "VORNAME": "André", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "06.12.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1930-12-06 15:00", "place": {"c3": ""}, "date-ut": "1930-12-06 15:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "515"}}, "raw": {"S": "9", "LT": "15 00", "LV": "I31", "TR": "f", "UT": "15 00", "LAT": "+49.49", "SRC": "L", "LONG": "-00.12", "NAME": "LEROND Andre", "SPORT": "Soccer", "LOC_DATE": "1930 12 06", "UNIV_DATE": "1930 12 06", "BIRTH_PLACE": "LE HAVRE", "POSTAL_CODE": "76084 CEDEX"}, "date": "2023-08-20T14:46:05+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
91	lesurque-marcel-1908-04-02	{"a1": "91", "g55": "03-36", "3a_sports": "2473"}	{"g55": "03-36", "ertel": "ES-2473", "lerrcp": "A1-91"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Lesurque", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1908-04-02 21:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.23894, "lat": 48.88341, "name": "Puteaux", "geoid": 2985034}, "notime": null, "date-ut": "1908-04-02 20:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Lesurque"}, "birth": {"tzo": "+00:09:21", "date": "1908-04-02 21:00", "place": {"c2": "92", "cy": "FR", "lg": 2.23894, "lat": 48.88341, "name": "Puteaux", "geoid": 2985034}, "date-ut": "1908-04-02 20:50:40"}, "occus": ["motor-sports-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-91"}, "ids-in-sources": {"a1": "91"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "92", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E11", "MON": "4", "NUM": "91", "PRO": "C", "SEC": "40", "YEA": "1908", "CITY": "PUTEAUX"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1908-04-02 21:00"}, "partial-ids": {"ertel": "ES-2473"}}, "raw": {"L": "", "MF": "", "NR": "2473", "ENG": "", "MA_": "0", "G_NR": "91", "MA12": "6", "MARS": "17", "NAME": "Lesurque", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,700", "CSINR": "", "KURTZ": "", "PHAS_": "1,000", "STUND": "21,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.04.", "ZITATE": "H", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "02.04.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-36"}, "ids-in-source": {"g55": "03-36"}}, "raw": {"DAY": "2-4-1908", "HOUR": "21 h.", "NAME": "LESURQUE Marcel", "PLACE": "Puteaux (Seine)."}, "date": "2023-08-20T14:48:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1933	lespes-ode-1924-03-11	{"a1": "1935", "g55": "03-403", "3a_sports": "2469", "cfepp-final3": "766"}	{"g55": "03-403", "cfepp": "CF-766", "cpara": "CP-282", "ertel": "ES-2469", "lerrcp": "A1-1935"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ode", "family": "Lespes", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1924-03-11 02:00", "note": null, "place": {"c1": null, "c2": "47", "c3": "", "cy": "FR", "lg": 0.62055, "lat": 44.20199, "name": "Agen", "geoid": 3038634}, "notime": null, "date-ut": "1924-03-11 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Ode", "family": "Lespes"}, "birth": {"tzo": "+00:00", "date": "1924-03-11 02:00", "place": {"c2": "47", "cy": "FR", "lg": 0.62055, "lat": 44.20199, "name": "Agen", "geoid": 3038634}, "date-ut": "1924-03-11 02:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1935"}, "ids-in-sources": {"a1": "1935"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "47", "COU": "F", "DAY": "11", "LAT": "44N12", "LON": "0E38", "MON": "3", "NUM": "1935", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "AGEN"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-03-11 02:00"}, "partial-ids": {"ertel": "ES-2469"}}, "raw": {"L": "", "MF": "", "NR": "2469", "ENG": "0", "MA_": "2", "G_NR": "1935", "MA12": "12", "MARS": "36", "NAME": "Lespes", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,800", "CSINR": "", "KURTZ": "", "PHAS_": "25,600", "STUND": "2,00", "CFEPNR": "767", "EXTEND": "1", "NATION": "FRA", "TAGMON": "11.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "282", "VORNAME": "Odé", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "11.03.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1924-03-11 02:00", "place": {"c3": ""}, "date-ut": "1924-03-11 02:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "766"}}, "raw": {"S": "12", "LT": "02 00", "LV": "I17", "TR": "f", "UT": "02 00", "LAT": "+44.20", "SRC": "ALG", "LONG": "-00.62", "NAME": "LESPES Ode", "SPORT": "Rugby League", "LOC_DATE": "1924 03 11", "UNIV_DATE": "1924 03 11", "BIRTH_PLACE": "AGEN", "POSTAL_CODE": "47015 CEDEX"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-403"}, "ids-in-source": {"g55": "03-403"}}, "raw": {"DAY": "11-3-1924", "HOUR": "2 h.", "NAME": "LESPES Odé", "PLACE": "Agen (Lot-et-Garonne)."}, "date": "2023-08-20T14:48:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
17013	lilly-bob-1939-07-26	{"d10": "778", "3a_sports": "2487"}	{"ertel": "ES-2487", "lerrcp": "D10-778"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bob", "family": "Lilly", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1939-07-26 10:00", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -98.75, "lat": 33.36667, "name": "Olney", "geoid": null}, "notime": null, "date-ut": "1939-07-26 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Bob", "family": "Lilly"}, "birth": {"tzo": "-06:00", "date": "1939-07-26 10:00", "place": {"c2": "TX", "cy": "US", "lg": -98.75, "lat": 33.36667, "name": "Olney"}, "date-ut": "1939-07-26 16:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "778"}}, "raw": {"H": "10:00", "TZ": "6h", "DAY": "26", "LAT": "33N22", "LON": "98W45", "MON": "7", "NUM": "778", "PRO": "SP", "YEA": "1939", "CICO": "Olney, TX", "NAME": "Lilly Bob"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-2487"}}, "raw": {"L": "", "MF": "", "NR": "2487", "ENG": "", "MA_": "0", "G_NR": "778", "MA12": "8", "MARS": "24", "NAME": "Lilly", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "75,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "26.07.", "ZITATE": "B", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bob (Robert Lewis)", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "26.07.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
850	level-leon-1910-07-12	{"a1": "850", "g55": "03-169", "3a_sports": "2480"}	{"g55": "03-169", "ertel": "ES-2480", "lerrcp": "A1-850"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Level", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1910-07-12 06:00", "note": null, "place": {"c1": null, "c2": "95", "c3": null, "cy": "FR", "lg": 2.17099, "lat": 49.13202, "name": "Nesles-la-Vallée", "geoid": 2990729}, "notime": null, "date-ut": "1910-07-12 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Level"}, "birth": {"tzo": "+00:09:21", "date": "1910-07-12 06:00", "place": {"c2": "95", "cy": "FR", "lg": 2.17099, "lat": 49.13202, "name": "Nesles-la-Vallée", "geoid": 2990729}, "date-ut": "1910-07-12 05:50:40"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-850"}, "ids-in-sources": {"a1": "850"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "95", "COU": "F", "DAY": "12", "LAT": "49N 0", "LON": "2E 0", "MON": "7", "NUM": "850", "PRO": "C", "SEC": "40", "YEA": "1910", "CITY": "NESLES-LA-VALLEE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1910-07-12 06:00"}, "partial-ids": {"ertel": "ES-2480"}}, "raw": {"L": "", "MF": "", "NR": "2480", "ENG": "0", "MA_": "2", "G_NR": "850", "MA12": "12", "MARS": "36", "NAME": "Level", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,600", "CSINR": "", "KURTZ": "", "PHAS_": "28,000", "STUND": "6,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "12.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Léon", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "12.07.1910", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-169"}, "ids-in-source": {"g55": "03-169"}}, "raw": {"DAY": "12-7-1910", "HOUR": "6 h.", "NAME": "LEVEL Léon", "PLACE": "Nesles-la-Vallée (Seine-et-Oise)."}, "date": "2023-08-20T14:48:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1797	leonis-auguste-1894-01-31	{"a1": "1798", "g55": "03-352", "3a_sports": "2484"}	{"g55": "03-352", "ertel": "ES-2484", "lerrcp": "A1-1798"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Leonis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1894-01-31 22:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.91667, "lat": 42.7, "name": "Ainhoa", "geoid": 0}, "notime": null, "date-ut": "1894-01-31 21:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basque-pelota-player"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Leonis"}, "birth": {"tzo": "+00:09:21", "date": "1894-01-31 22:00", "place": {"c2": "66", "cy": "FR", "lg": 2.91667, "lat": 42.7, "name": "Ainhoa", "geoid": 0}, "date-ut": "1894-01-31 21:50:40"}, "occus": ["basque-pelota-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1798"}, "ids-in-sources": {"a1": "1798"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "66", "COU": "F", "DAY": "31", "LAT": "42N42", "LON": "2E55", "MON": "1", "NUM": "1798", "PRO": "C", "SEC": "40", "YEA": "1894", "CITY": "AINHOA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1894-01-31 22:00"}, "partial-ids": {"ertel": "ES-2484"}}, "raw": {"L": "", "MF": "", "NR": "2484", "ENG": "", "MA_": "1", "G_NR": "1798", "MA12": "10", "MARS": "29", "NAME": "Léonis", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,000", "CSINR": "", "KURTZ": "", "PHAS_": "28,700", "STUND": "22,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "31.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Auguste", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "31.01.1894", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "PELOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Ainhoa"}}, "partial-ids": {"g55": "03-352"}, "ids-in-source": {"g55": "03-352"}}, "raw": {"DAY": "31-1-1894", "HOUR": "22 h.", "NAME": "LEONIS Auguste", "PLACE": "Ainhoa (Pyrénées-Orientales)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
385	liotta-aurelio-1886-11-10	{"a1": "385", "3a_sports": "2493"}	{"ertel": "ES-2493", "lerrcp": "A1-385"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aurelio", "family": "Liotta", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1886-11-10 12:00", "note": null, "place": {"c1": null, "c2": "ME", "c3": null, "cy": "IT", "lg": 15.5, "lat": 38, "name": "SAGATAMILITELLO", "geoid": 0}, "notime": null, "date-ut": "1886-11-10 11:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Aurelio", "family": "Liotta"}, "birth": {"place": {"c2": "ME", "cy": "IT", "lg": 15.5, "lat": 38, "name": "SAGATAMILITELLO", "geoid": 0}, "date-ut": "1886-11-10 11:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-385"}, "ids-in-sources": {"a1": "385"}}, "raw": {"H": "12", "MN": "10", "TZ": "-1", "COD": "ME", "COU": "I", "DAY": "10", "LAT": "38N 0", "LON": "15E30", "MON": "11", "NUM": "385", "PRO": "C", "SEC": "4", "YEA": "1886", "CITY": "SAGATAMILITELLO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1886-11-10 12:00"}, "partial-ids": {"ertel": "ES-2493"}}, "raw": {"L": "", "MF": "", "NR": "2493", "ENG": "", "MA_": "1", "G_NR": "385", "MA12": "2", "MARS": "5", "NAME": "Liotta", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,400", "CSINR": "", "KURTZ": "", "PHAS_": "96,600", "STUND": "12,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "10.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Aurelio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.11.1886", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17018	liquori-martin-1949-09-11	{"d10": "783", "3a_sports": "2496", "rawlins-ertel-irving": "225"}	{"ertel": "ES-2496", "csicop": "CS-225", "lerrcp": "D10-783"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Martin", "family": "Liquori", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-04:00", "date": "1949-09-11 17:16", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.21667, "lat": 40.81667, "name": "Montclair", "geoid": null}, "notime": null, "date-ut": "1949-09-11 21:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Martin", "family": "Liquori"}, "birth": {"tzo": "-04:00", "date": "1949-09-11 17:16", "place": {"c2": "NJ", "cy": "US", "lg": -74.21667, "lat": 40.81667, "name": "Montclair"}, "date-ut": "1949-09-11 21:16"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "783"}}, "raw": {"H": "17:16", "TZ": "4h", "DAY": "11", "LAT": "40N49", "LON": "74W13", "MON": "9", "NUM": "783", "PRO": "SP", "YEA": "1949", "CICO": "Montclair, NJ", "NAME": "Liquori Martin"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "225"}}, "raw": {"LA1": "40", "LA2": "49", "LO1": "74", "LO2": "13", "AMPM": "P", "MARS": "19", "NAME": "Liquori", "BATCH": "2", "Satz#": "225", "GEBDAT": "11 9 1949", "GEBORT": "NJ", "GEBZEIT": "5 16", "VORNAME": "Martin", "SPORTART": "TRAC", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-2496"}}, "raw": {"L": "", "MF": "", "NR": "2496", "ENG": "", "MA_": "1", "G_NR": "783", "MA12": "7", "MARS": "19", "NAME": "Liquori", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-5,200", "CSINR": "225", "KURTZ": "", "PHAS_": "88,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "11.09.", "ZITATE": "DTB", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Martin", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "11.09.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
386	lisa-gino-1896-08-19	{"a1": "386", "3a_sports": "2498"}	{"ertel": "ES-2498", "lerrcp": "A1-386"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gino", "family": "Lisa", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1896-08-19 07:15", "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1896-08-19 06:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Gino", "family": "Lisa"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1896-08-19 06:15"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-386"}, "ids-in-sources": {"a1": "386"}}, "raw": {"H": "7", "MN": "15", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "19", "LAT": "45N 0", "LON": "8E 0", "MON": "8", "NUM": "386", "PRO": "C", "SEC": "0", "YEA": "1896", "CITY": "TORINO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1896-08-19 07:15"}, "partial-ids": {"ertel": "ES-2498"}}, "raw": {"L": "", "MF": "", "NR": "2498", "ENG": "1", "MA_": "2", "G_NR": "386", "MA12": "4", "MARS": "10", "NAME": "Lisa", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,000", "CSINR": "", "KURTZ": "", "PHAS_": "81,800", "STUND": "7,25", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "19.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.08.1896", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1935	llanas-roger-1936-04-24	{"a1": "1937", "3a_sports": "2501"}	{"ertel": "ES-2501", "lerrcp": "A1-1937"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Llanas", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1936-04-24 11:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "notime": null, "date-ut": "1936-04-24 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Llanas"}, "birth": {"tzo": "+01:00", "date": "1936-04-24 11:00", "place": {"c2": "11", "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "date-ut": "1936-04-24 10:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1937"}, "ids-in-sources": {"a1": "1937"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "11", "COU": "F", "DAY": "24", "LAT": "43N12", "LON": "2E21", "MON": "4", "NUM": "1937", "PRO": "C", "SEC": "0", "YEA": "1936", "CITY": "CARCASSONNE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1936-04-24 11:00"}, "partial-ids": {"ertel": "ES-2501"}}, "raw": {"L": "", "MF": "", "NR": "2501", "ENG": "", "MA_": "1", "G_NR": "1937", "MA12": "2", "MARS": "6", "NAME": "Llanas", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,400", "CSINR": "", "KURTZ": "", "PHAS_": "8,800", "STUND": "11,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "24.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.04.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17020	logan-karen-1949-06-10	{"d10": "785", "3a_sports": "2504"}	{"ertel": "ES-2504", "lerrcp": "D10-785"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karen", "family": "Logan", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "-08:00", "date": "1949-06-10 00:51", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -117.86667, "lat": 33.76667, "name": "Santa Ana", "geoid": null}, "notime": null, "date-ut": "1949-06-10 08:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Karen", "family": "Logan"}, "birth": {"tzo": "-08:00", "date": "1949-06-10 00:51", "place": {"c2": "CA", "cy": "US", "lg": -117.86667, "lat": 33.76667, "name": "Santa Ana"}, "date-ut": "1949-06-10 08:51"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "785"}}, "raw": {"H": "00:51", "TZ": "8h", "DAY": "10", "LAT": "33N46", "LON": "117W52", "MON": "6", "NUM": "785", "PRO": "SP", "YEA": "1949", "CICO": "Santa Ana, CA", "NAME": "Logan Karen"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "F", "occus": ["basketball-player"], "partial-ids": {"ertel": "ES-2504"}}, "raw": {"L": "", "MF": "F", "NR": "2504", "ENG": "", "MA_": "0", "G_NR": "785", "MA12": "11", "MARS": "32", "NAME": "Logan", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "3,600", "CSINR": "", "KURTZ": "", "PHAS_": "98,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "10.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Karen", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.06.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASK", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
641	loit-jacques-1929-12-29	{"a1": "641", "g55": "03-527", "3a_sports": "2507"}	{"g55": "03-527", "ertel": "ES-2507", "lerrcp": "A1-641"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Loit", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1929-12-29 20:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": 0.22925, "lat": 49.1466, "name": "Lisieux", "geoid": 2998150}, "notime": null, "date-ut": "1929-12-29 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Loit"}, "birth": {"tzo": "+00:00", "date": "1929-12-29 20:00", "place": {"c2": "14", "cy": "FR", "lg": 0.22925, "lat": 49.1466, "name": "Lisieux", "geoid": 2998150}, "date-ut": "1929-12-29 20:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-641"}, "ids-in-sources": {"a1": "641"}}, "raw": {"H": "20", "MN": "0", "TZ": "0", "COD": "14", "COU": "F", "DAY": "29", "LAT": "49N11", "LON": "0W22", "MON": "12", "NUM": "641", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "LISIEUX"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-12-29 20:00"}, "partial-ids": {"ertel": "ES-2507"}}, "raw": {"L": "", "MF": "", "NR": "2507", "ENG": "", "MA_": "0", "G_NR": "641", "MA12": "8", "MARS": "24", "NAME": "Loit", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,500", "CSINR": "", "KURTZ": "", "PHAS_": "3,600", "STUND": "20,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "29.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "29.12.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-527"}, "ids-in-source": {"g55": "03-527"}}, "raw": {"DAY": "29-12-1929", "HOUR": "20 h.", "NAME": "LOIT Jacques", "PLACE": "Lisieux (Calvados)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
388	lombard-vincenzo-1883-08-08	{"a1": "388", "3a_sports": "2509"}	{"ertel": "ES-2509", "lerrcp": "A1-388"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincenzo", "family": "Lombard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1883-08-08 04:45", "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 7.57242, "lat": 45.07755, "name": "Collegno", "geoid": 3178388}, "notime": null, "date-ut": "1883-08-08 03:55:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Vincenzo", "family": "Lombard"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 7.57242, "lat": 45.07755, "name": "Collegno", "geoid": 3178388}, "date-ut": "1883-08-08 03:55:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-388"}, "ids-in-sources": {"a1": "388"}}, "raw": {"H": "4", "MN": "55", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "8", "LAT": "45N 0", "LON": "8E 0", "MON": "8", "NUM": "388", "PRO": "C", "SEC": "4", "YEA": "1883", "CITY": "COLLEGNO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1883-08-08 04:45"}, "partial-ids": {"ertel": "ES-2509"}}, "raw": {"L": "", "MF": "", "NR": "2509", "ENG": "", "MA_": "1", "G_NR": "388", "MA12": "2", "MARS": "5", "NAME": "Lombard", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,500", "CSINR": "", "KURTZ": "", "PHAS_": "22,700", "STUND": "4,75", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "08.08.", "ZITATE": "E", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Vincenzo", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "08.08.1883", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1081	loncke-gerard-1905-01-15	{"a1": "1081", "3a_sports": "2513"}	{"ertel": "ES-2513", "lerrcp": "A1-1081"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Loncke", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1905-01-15 03:00", "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "OVERPELT", "geoid": 0}, "notime": null, "date-ut": "1905-01-15 03:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Gérard", "family": "Loncke"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "OVERPELT", "geoid": 0}, "date-ut": "1905-01-15 03:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1081"}, "ids-in-sources": {"a1": "1081"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "15", "LAT": "50N47", "LON": "5E30", "MON": "1", "NUM": "1081", "PRO": "C", "SEC": "0", "YEA": "1905", "CITY": "OVERPELT"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1905-01-15 03:00"}, "partial-ids": {"ertel": "ES-2513"}}, "raw": {"L": "", "MF": "", "NR": "2513", "ENG": "", "MA_": "1", "G_NR": "1081", "MA12": "2", "MARS": "4", "NAME": "Loncke", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,500", "CSINR": "", "KURTZ": "", "PHAS_": "61,100", "STUND": "3,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "15.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gérard", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.01.1905", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
390	longo-vito-1885-11-10	{"a1": "390", "3a_sports": "2517"}	{"ertel": "ES-2517", "lerrcp": "A1-390"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vito", "family": "Longo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1885-11-10 19:00", "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1885-11-10 18:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Vito", "family": "Longo"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1885-11-10 18:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-390"}, "ids-in-sources": {"a1": "390"}}, "raw": {"H": "19", "MN": "10", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "10", "LAT": "41N54", "LON": "12E30", "MON": "11", "NUM": "390", "PRO": "C", "SEC": "4", "YEA": "1885", "CITY": "ROMA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1885-11-10 19:00"}, "partial-ids": {"ertel": "ES-2517"}}, "raw": {"L": "", "MF": "", "NR": "2517", "ENG": "", "MA_": "1", "G_NR": "390", "MA12": "10", "MARS": "28", "NAME": "Longo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,100", "CSINR": "", "KURTZ": "", "PHAS_": "9,900", "STUND": "19,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "10.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Vito", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.11.1885", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1334	laurent-lucien-1907-12-10	{"a1": "1335", "g55": "03-264", "3a_sports": "2381", "cfepp-final3": "510"}	{"g55": "03-264", "cfepp": "CF-510", "cpara": "CP-273", "ertel": "ES-2381", "lerrcp": "A1-1335"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Laurent", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1907-12-10 04:00", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Saint-Maur-des-Fossés", "geoid": 0}, "notime": null, "date-ut": "1907-12-10 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Laurent"}, "birth": {"tzo": "+00:09:21", "date": "1907-12-10 00:30", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Saint-Maur-des-Fos", "geoid": 0}, "date-ut": "1907-12-10 00:20:40"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1335"}, "ids-in-sources": {"a1": "1335"}}, "raw": {"H": "0", "MN": "20", "TZ": "0", "COD": "94", "COU": "F", "DAY": "10", "LAT": "48N47", "LON": "2E29", "MON": "12", "NUM": "1335", "PRO": "C", "SEC": "40", "YEA": "1907", "CITY": "ST-MAUR-DES-FOS"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1907-12-10 00:30"}, "partial-ids": {"ertel": "ES-2381"}}, "raw": {"L": "", "MF": "", "NR": "2381", "ENG": "", "MA_": "1", "G_NR": "1335", "MA12": "7", "MARS": "21", "NAME": "Laurent", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,800", "CSINR": "", "KURTZ": "", "PHAS_": "27,200", "STUND": "0,50", "CFEPNR": "510", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "273", "VORNAME": "Lucien", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "10.12.1907", "GQBECORR": "c", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "laurent-lucien-1907-12-10", "birth": {"date": "1907-12-10 04:00", "place": {"c3": ""}, "date-ut": "1907-12-10 03:51"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "510"}}, "raw": {"S": "9", "LT": "04 00", "LV": "I11", "TR": "f", "UT": "03 51", "LAT": "+48.81", "SRC": "LG", "LONG": "-02.50", "NAME": "LAURENT Lucien", "SPORT": "Soccer", "LOC_DATE": "1907 12 10", "UNIV_DATE": "1907 12 10", "BIRTH_PLACE": "ST MAUR DES FOSSES", "POSTAL_CODE": "94100"}, "date": "2023-08-20T14:46:04+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Maur-des-Fossés"}}, "partial-ids": {"g55": "03-264"}, "ids-in-source": {"g55": "03-264"}}, "raw": {"DAY": "10-12-1907", "HOUR": "0 h. 30", "NAME": "LAURENT Lucien", "PLACE": "Saint-Maur-des-Fossés (Seine)."}, "date": "2023-08-20T14:48:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
17024	lopez-nancy-1957-01-06	{"d10": "789", "3a_sports": "2521"}	{"ertel": "ES-2521", "lerrcp": "D10-789"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nancy", "family": "Lopez", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "-08:00", "date": "1957-01-06 16:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.31667, "lat": 33.83333, "name": "Torrance", "geoid": null}, "notime": null, "date-ut": "1957-01-07 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["golfer"]	5	null	[{"new": {"name": {"given": "Nancy", "family": "Lopez"}, "birth": {"tzo": "-08:00", "date": "1957-01-06 16:00", "place": {"c2": "CA", "cy": "US", "lg": -118.31667, "lat": 33.83333, "name": "Torrance"}, "date-ut": "1957-01-07 00:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "789"}}, "raw": {"H": "16:00", "TZ": "8h", "DAY": "6", "LAT": "33N50", "LON": "118W19", "MON": "1", "NUM": "789", "PRO": "SP", "YEA": "1957", "CICO": "Torrance, CA", "NAME": "Lopez Nancy"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "F", "occus": ["golfer"], "partial-ids": {"ertel": "ES-2521"}}, "raw": {"L": "", "MF": "F", "NR": "2521", "ENG": "", "MA_": "0", "G_NR": "789", "MA12": "3", "MARS": "7", "NAME": "Lopez", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "7,000", "CSINR": "", "KURTZ": "", "PHAS_": "20,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "06.01.", "ZITATE": "O", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Nancy", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "06.01.1957", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "GOLF", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16042	lopopolo-sandro-1939-12-18	{"d6": "255", "3a_sports": "2522"}	{"ertel": "ES-2522", "lerrcp": "D6-255"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sandro", "family": "Lopopolo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1939-12-18 12:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 9.2, "lat": 45.46667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Sandro", "family": "Lopopolo"}, "birth": {"date": "1939-12-18 12:15", "place": {"cy": "IT", "lg": 9.2, "lat": 45.46667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "255"}}, "raw": {"H": "12", "MN": "15", "DAY": "18", "LAT": "45N28", "LON": "09E12", "MON": "12", "NUM": "255", "SEC": "0", "YEA": "1939", "NAME": "Lopopolo Sandro"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["boxer"], "partial-ids": {"ertel": "ES-2522"}}, "raw": {"L": "", "MF": "", "NR": "2522", "ENG": "0", "MA_": "2", "G_NR": "255", "MA12": "12", "MARS": "36", "NAME": "Lopopolo", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "9,100", "CSINR": "", "KURTZ": "", "PHAS_": "41,900", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "18.12.", "ZITATE": "DKR", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Sandro", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "18.12.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
391	lordi-umberto-1894-04-11	{"a1": "391", "3a_sports": "2523"}	{"ertel": "ES-2523", "lerrcp": "A1-391"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Umberto", "family": "Lordi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1894-04-11 07:00", "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1894-04-11 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Umberto", "family": "Lordi"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1894-04-11 06:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-391"}, "ids-in-sources": {"a1": "391"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "11", "LAT": "40N54", "LON": "14E 0", "MON": "4", "NUM": "391", "PRO": "C", "SEC": "0", "YEA": "1894", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1894-04-11 07:00"}, "partial-ids": {"ertel": "ES-2523"}}, "raw": {"L": "", "MF": "", "NR": "2523", "ENG": "0", "MA_": "2", "G_NR": "391", "MA12": "3", "MARS": "9", "NAME": "Lordi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,700", "CSINR": "", "KURTZ": "", "PHAS_": "27,600", "STUND": "7,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "11.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Umberto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.04.1894", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1523	lorenzi-benito-1925-12-20	{"a1": "1524", "3a_sports": "2525"}	{"ertel": "ES-2525", "lerrcp": "A1-1524"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benito", "family": "Lorenzi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-12-20 07:00", "note": null, "place": {"c1": null, "c2": "PT", "c3": null, "cy": "IT", "lg": 11.25, "lat": 44, "name": "BUGGIANO", "geoid": 0}, "notime": null, "date-ut": "1925-12-20 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Benito", "family": "Lorenzi"}, "birth": {"place": {"c2": "PT", "cy": "IT", "lg": 11.25, "lat": 44, "name": "BUGGIANO", "geoid": 0}, "date-ut": "1925-12-20 06:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1524"}, "ids-in-sources": {"a1": "1524"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "PT", "COU": "I", "DAY": "20", "LAT": "44N 0", "LON": "11E15", "MON": "12", "NUM": "1524", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "BUGGIANO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-12-20 07:00"}, "partial-ids": {"ertel": "ES-2525"}}, "raw": {"L": "", "MF": "", "NR": "2525", "ENG": "", "MA_": "1", "G_NR": "1524", "MA12": "2", "MARS": "4", "NAME": "Lorenzi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,200", "CSINR": "", "KURTZ": "", "PHAS_": "23,400", "STUND": "7,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "20.12.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Benito", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "20.12.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17398	shelton-ernie-1932-09-28	{"d10": "1164", "3a_sports": "3813", "rawlins-ertel-irving": "319"}	{"ertel": "ES-3813", "csicop": "CS-319", "lerrcp": "D10-1164"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernie", "family": "Shelton", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1932-09-28 17:45", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -95.45, "lat": 37.68333, "name": "Chanute", "geoid": null}, "notime": null, "date-ut": "1932-09-28 23:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Ernie", "family": "Shelton"}, "birth": {"tzo": "-06:00", "date": "1932-09-28 17:45", "place": {"c2": "KS", "cy": "US", "lg": -95.45, "lat": 37.68333, "name": "Chanute"}, "date-ut": "1932-09-28 23:45"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1164"}}, "raw": {"H": "17:45", "TZ": "6h", "DAY": "28", "LAT": "37N41", "LON": "95W27", "MON": "9", "NUM": "1164", "PRO": "SP", "YEA": "1932", "CICO": "Chanute, KS", "NAME": "Shelton Ernie"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "319"}}, "raw": {"LA1": "37", "LA2": "41", "LO1": "95", "LO2": "27", "AMPM": "P", "MARS": "23", "NAME": "Shelton", "BATCH": "2", "Satz#": "319", "GEBDAT": "28 9 1932", "GEBORT": "KS", "GEBZEIT": "5 45", "VORNAME": "Ernie", "SPORTART": "TRAC", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-3813"}}, "raw": {"L": "", "MF": "", "NR": "3813", "ENG": "", "MA_": "0", "G_NR": "1164", "MA12": "8", "MARS": "23", "NAME": "Shelton", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-6,700", "CSINR": "319", "KURTZ": "", "PHAS_": "6,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "28.09.", "ZITATE": "T", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ernie", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "28.09.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16045	louis-xerces-1926-10-31	{"d6": "258", "3a_sports": "2538"}	{"ertel": "ES-2538", "lerrcp": "D6-258"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Xerces", "family": "Louis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-10-31 24:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "MQ", "lg": -61, "lat": 14.78333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Xerces", "family": "Louis"}, "birth": {"date": "1926-10-31 24:00", "place": {"cy": "MQ", "lg": -61, "lat": 14.78333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "258"}}, "raw": {"H": "24", "MN": "0", "DAY": "31", "LAT": "14N47", "LON": "61W00", "MON": "10", "NUM": "258", "SEC": "0", "YEA": "1926", "NAME": "Louis Xerces"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2538"}}, "raw": {"L": "", "MF": "", "NR": "2538", "ENG": "0", "MA_": "2", "G_NR": "258", "MA12": "3", "MARS": "9", "NAME": "Louis", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-8,700", "CSINR": "", "KURTZ": "", "PHAS_": "26,900", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "31.10.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Xerces", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "31.10.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1525	lovati-roberto-1927-07-20	{"a1": "1526", "3a_sports": "2542"}	{"ertel": "ES-2542", "lerrcp": "A1-1526"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roberto", "family": "Lovati", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-07-20 17:00", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18344, "lat": 45.55307, "name": "Cusano Milanino", "geoid": 3177664}, "notime": null, "date-ut": "1927-07-20 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Roberto", "family": "Lovati"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18344, "lat": 45.55307, "name": "Cusano Milanino", "geoid": 3177664}, "date-ut": "1927-07-20 16:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1526"}, "ids-in-sources": {"a1": "1526"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "20", "LAT": "45N30", "LON": "9E15", "MON": "7", "NUM": "1526", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "CUSANO MILANINO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-07-20 17:00"}, "partial-ids": {"ertel": "ES-2542"}}, "raw": {"L": "", "MF": "", "NR": "2542", "ENG": "", "MA_": "1", "G_NR": "1526", "MA12": "5", "MARS": "13", "NAME": "Lovati", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,20", "CSINR": "", "KURTZ": "", "PHAS_": "68,400", "STUND": "17,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "20.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Roberto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.07.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
643	louni-jacques-1927-10-23	{"a1": "643", "g55": "03-528", "3a_sports": "2539"}	{"g55": "03-528", "ertel": "ES-2539", "lerrcp": "A1-643"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Louni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1927-10-23 17:45", "note": null, "place": {"c1": null, "c2": "61", "c3": null, "cy": "FR", "lg": 0.08333, "lat": 48.43333, "name": "Laigle", "geoid": 0}, "notime": null, "date-ut": "1927-10-23 17:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Louni"}, "birth": {"tzo": "+00:00", "date": "1927-10-23 17:45", "place": {"c2": "61", "cy": "FR", "lg": 0.08333, "lat": 48.43333, "name": "Laigle", "geoid": 0}, "date-ut": "1927-10-23 17:45"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-643"}, "ids-in-sources": {"a1": "643"}}, "raw": {"H": "17", "MN": "45", "TZ": "0", "COD": "61", "COU": "F", "DAY": "23", "LAT": "48N26", "LON": "0E 5", "MON": "10", "NUM": "643", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "LAIGLE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-10-23 17:45"}, "partial-ids": {"ertel": "ES-2539"}}, "raw": {"L": "", "MF": "", "NR": "2539", "ENG": "", "MA_": "1", "G_NR": "643", "MA12": "7", "MARS": "20", "NAME": "Louni", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,400", "CSINR": "", "KURTZ": "", "PHAS_": "6,400", "STUND": "17,75", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "23.10.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Laigle"}}, "partial-ids": {"g55": "03-528"}, "ids-in-source": {"g55": "03-528"}}, "raw": {"DAY": "23-10-1927", "HOUR": "17 h. 45", "NAME": "LOUNI Jacques", "PLACE": "Laigle (Orne)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1526	lucentini-amaldo-1930-07-07	{"a1": "1527", "3a_sports": "2553"}	{"ertel": "ES-2553", "lerrcp": "A1-1527"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amaldo", "family": "Lucentini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-07-07 01:45", "note": null, "place": {"c1": null, "c2": "MC", "c3": null, "cy": "IT", "lg": 13.29008, "lat": 43.21255, "name": "Tolentino", "geoid": 3165595}, "notime": null, "date-ut": "1930-07-07 00:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Amaldo", "family": "Lucentini"}, "birth": {"place": {"c2": "MC", "cy": "IT", "lg": 13.29008, "lat": 43.21255, "name": "Tolentino", "geoid": 3165595}, "date-ut": "1930-07-07 00:45"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1527"}, "ids-in-sources": {"a1": "1527"}}, "raw": {"H": "1", "MN": "45", "TZ": "-1", "COD": "MC", "COU": "I", "DAY": "7", "LAT": "43N24", "LON": "13E15", "MON": "7", "NUM": "1527", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "TOLENTINO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-07-07 01:45"}, "partial-ids": {"ertel": "ES-2553"}}, "raw": {"L": "", "MF": "", "NR": "2553", "ENG": "1", "MA_": "2", "G_NR": "1527", "MA12": "1", "MARS": "1", "NAME": "Lucentini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,800", "CSINR": "", "KURTZ": "", "PHAS_": "86,300", "STUND": "1,75", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "07.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Amaldo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.07.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
194	lufbery-rauol-1885-03-14	{"a1": "194", "3a_sports": "2557"}	{"ertel": "ES-2557", "lerrcp": "A1-194"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rauol", "family": "Lufbery", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:12:16", "date": "1885-03-14 17:00", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.06703, "lat": 45.77364, "name": "Chamalières", "geoid": 3027453}, "notime": null, "date-ut": "1885-03-14 16:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Rauol", "family": "Lufbery"}, "birth": {"tzo": "+00:12:16", "date": "1885-03-14 17:00", "place": {"c2": "63", "cy": "FR", "lg": 3.06703, "lat": 45.77364, "name": "Chamalières", "geoid": 3027453}, "date-ut": "1885-03-14 16:47:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-194"}, "ids-in-sources": {"a1": "194"}}, "raw": {"H": "16", "MN": "47", "TZ": "0", "COD": "63", "COU": "F", "DAY": "14", "LAT": "45N47", "LON": "3E 5", "MON": "3", "NUM": "194", "PRO": "C", "SEC": "40", "YEA": "1885", "CITY": "CHAMALIERES"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1885-03-14 17:00"}, "partial-ids": {"ertel": "ES-2557"}}, "raw": {"L": "", "MF": "", "NR": "2557", "ENG": "", "MA_": "1", "G_NR": "194", "MA12": "6", "MARS": "18", "NAME": "Lufbery", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,200", "CSINR": "", "KURTZ": "", "PHAS_": "7,900", "STUND": "17,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "14.03.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Raoul", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "14.03.1885", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1936	lubin-lebrere-marcel-1891-07-21	{"a1": "1938", "3a_sports": "2546", "cfepp-final3": "905"}	{"cfepp": "CF-905", "cpara": "CP-287", "ertel": "ES-2546", "lerrcp": "A1-1938"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Lubin-Lebrere", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1891-07-21 14:00", "note": null, "place": {"c1": null, "c2": "47", "c3": "", "cy": "FR", "lg": 0.62055, "lat": 44.20199, "name": "Agen", "geoid": 3038634}, "notime": null, "date-ut": "1891-07-21 13:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Lubin-Lebrere"}, "birth": {"tzo": "+00:09:21", "date": "1891-07-21 14:00", "place": {"c2": "47", "cy": "FR", "lg": 0.62055, "lat": 44.20199, "name": "Agen", "geoid": 3038634}, "date-ut": "1891-07-21 13:50:40"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1938"}, "ids-in-sources": {"a1": "1938"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "47", "COU": "F", "DAY": "21", "LAT": "44N12", "LON": "0E38", "MON": "7", "NUM": "1938", "PRO": "C", "SEC": "40", "YEA": "1891", "CITY": "AGEN"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1891-07-21 14:00"}, "partial-ids": {"ertel": "ES-2546"}}, "raw": {"L": "", "MF": "", "NR": "2546", "ENG": "1", "MA_": "2", "G_NR": "1938", "MA12": "4", "MARS": "11", "NAME": "Lubin-Lebrere", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,800", "CSINR": "", "KURTZ": "", "PHAS_": "99,400", "STUND": "14,00", "CFEPNR": "905", "EXTEND": "1", "NATION": "FRA", "TAGMON": "21.07.", "ZITATE": "DKO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "287", "VORNAME": "Marcel", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "21.07.1891", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1891-07-21 14:00", "place": {"c3": ""}, "date-ut": "1891-07-21 13:51"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "905"}}, "raw": {"S": "4", "LT": "14 00", "LV": "I15", "TR": "f", "UT": "13 51", "LAT": "+44.20", "SRC": "AL", "LONG": "-00.62", "NAME": "LUBIN-LEBRERE Marcel-Frederic", "SPORT": "Rugby Union", "LOC_DATE": "1891 07 21", "UNIV_DATE": "1891 07 21", "BIRTH_PLACE": "AGEN", "POSTAL_CODE": "47015 CEDEX"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1084	luyten-henri-1931-07-11	{"a1": "1084", "3a_sports": "2568"}	{"ertel": "ES-2568", "lerrcp": "A1-1084"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Luyten", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-07-11 16:00", "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "BEVERLO", "geoid": 0}, "notime": null, "date-ut": "1931-07-11 15:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Luyten"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "BEVERLO", "geoid": 0}, "date-ut": "1931-07-11 15:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1084"}, "ids-in-sources": {"a1": "1084"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "11", "LAT": "50N47", "LON": "5E30", "MON": "7", "NUM": "1084", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "BEVERLO"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-07-11 16:00"}, "partial-ids": {"ertel": "ES-2568"}}, "raw": {"L": "", "MF": "", "NR": "2568", "ENG": "0", "MA_": "2", "G_NR": "1084", "MA12": "3", "MARS": "9", "NAME": "Luyten", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,800", "CSINR": "", "KURTZ": "", "PHAS_": "22,400", "STUND": "16,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "11.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.07.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16048	lynch-benny-1913-04-02	{"d6": "261", "3a_sports": "2569"}	{"ertel": "ES-2569", "lerrcp": "D6-261"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benny", "family": "Lynch", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-04-02 21:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -4.25, "lat": 55.88333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Benny", "family": "Lynch"}, "birth": {"date": "1913-04-02 21:45", "place": {"cy": "GB", "lg": -4.25, "lat": 55.88333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "261"}}, "raw": {"H": "21", "MN": "45", "DAY": "2", "LAT": "55N53", "LON": "04W15", "MON": "4", "NUM": "261", "SEC": "0", "YEA": "1913", "NAME": "Lynch Benny"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["boxer"], "partial-ids": {"ertel": "ES-2569"}}, "raw": {"L": "", "MF": "", "NR": "2569", "ENG": "", "MA_": "1", "G_NR": "261", "MA12": "9", "MARS": "27", "NAME": "Lynch", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-8,000", "CSINR": "", "KURTZ": "", "PHAS_": "19,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "SCO", "TAGMON": "02.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Benny", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.04.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16051	macdonald-malcom-1913-10-26	{"d6": "264", "3a_sports": "2573"}	{"ertel": "ES-2573", "lerrcp": "D6-264"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Malcom", "family": "Macdonald", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-10-26 12:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -4.25, "lat": 55.88333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Malcom", "family": "Macdonald"}, "birth": {"date": "1913-10-26 12:00", "place": {"cy": "GB", "lg": -4.25, "lat": 55.88333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "264"}}, "raw": {"H": "12", "MN": "0", "DAY": "26", "LAT": "55N53", "LON": "04W15", "MON": "10", "NUM": "264", "SEC": "0", "YEA": "1913", "NAME": "Macdonald Malcom"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2573"}}, "raw": {"L": "", "MF": "", "NR": "2573", "ENG": "", "MA_": "0", "G_NR": "264", "MA12": "6", "MARS": "16", "NAME": "Macdonald", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-9,900", "CSINR": "", "KURTZ": "", "PHAS_": "17,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "SCO", "TAGMON": "26.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Malcolm", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.10.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17066	matheson-salve-1920-08-11	{"d10": "831", "3a_sports": "2577"}	{"ertel": "ES-2577", "lerrcp": "D10-831"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Salve", "family": "Matheson", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1920-08-11 14:25", "note": null, "place": {"c1": null, "c2": "WA", "c3": null, "cy": "US", "lg": -122.33333, "lat": 47.6, "name": "Seattle", "geoid": null}, "notime": null, "date-ut": "1920-08-11 22:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Salve", "family": "Matheson"}, "birth": {"tzo": "-08:00", "date": "1920-08-11 14:25", "place": {"c2": "WA", "cy": "US", "lg": -122.33333, "lat": 47.6, "name": "Seattle"}, "date-ut": "1920-08-11 22:25"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "831"}}, "raw": {"H": "14:25", "TZ": "8h", "DAY": "11", "LAT": "47N36", "LON": "122W20", "MON": "8", "NUM": "831", "PRO": "MI", "YEA": "1920", "CICO": "Seattle, WA", "NAME": "Matheson Salve"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["tennis-player"], "partial-ids": {"ertel": "ES-2577"}}, "raw": {"L": "", "MF": "", "NR": "2577", "ENG": "", "MA_": "1", "G_NR": "831", "MA12": "9", "MARS": "26", "NAME": "Mackay", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "2,600", "CSINR": "", "KURTZ": "", "PHAS_": "3,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "31.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Barry", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "31.08.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17424	smith-adrian-1936-10-05	{"d10": "1190", "3a_sports": "3843", "rawlins-ertel-irving": "326"}	{"ertel": "ES-3843", "csicop": "CS-326", "lerrcp": "D10-1190"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrian", "family": "Smith", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1936-10-05 05:30", "note": null, "place": {"c1": null, "c2": "KY", "c3": null, "cy": "US", "lg": -88.53333, "lat": 36.7, "name": "Farmington", "geoid": null}, "notime": null, "date-ut": "1936-10-05 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Adrian", "family": "Smith"}, "birth": {"tzo": "-06:00", "date": "1936-10-05 05:30", "place": {"c2": "KY", "cy": "US", "lg": -88.53333, "lat": 36.7, "name": "Farmington"}, "date-ut": "1936-10-05 11:30"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1190"}}, "raw": {"H": "05:30", "TZ": "6h", "DAY": "5", "LAT": "36N42", "LON": "88W32", "MON": "10", "NUM": "1190", "PRO": "SP", "YEA": "1936", "CICO": "Farmington, KY", "NAME": "Smith Adrian"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "326"}}, "raw": {"LA1": "36", "LA2": "40", "LO1": "88", "LO2": "32", "AMPM": "A", "MARS": "4", "NAME": "Smith", "BATCH": "1", "Satz#": "326", "GEBDAT": "5 10 1936", "GEBORT": "KY", "GEBZEIT": "5 30", "VORNAME": "Adrian", "SPORTART": "TRAC", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-3843"}}, "raw": {"L": "", "MF": "", "NR": "3843", "ENG": "", "MA_": "1", "G_NR": "1190", "MA12": "2", "MARS": "4", "NAME": "Smith", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-9,100", "CSINR": "326", "KURTZ": "", "PHAS_": "76,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "05.10.", "ZITATE": "KT", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Adrian", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "05.10.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
393	maddalena-umberto-1894-12-14	{"a1": "393", "3a_sports": "2580"}	{"ertel": "ES-2580", "lerrcp": "A1-393"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Umberto", "family": "Maddalena", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1894-12-14 13:30", "note": null, "place": {"c1": null, "c2": "RO", "c3": null, "cy": "IT", "lg": 12.05778, "lat": 45.05639, "name": "Adria", "geoid": 3183466}, "notime": null, "date-ut": "1894-12-14 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Umberto", "family": "Maddalena"}, "birth": {"place": {"c2": "RO", "cy": "IT", "lg": 12.05778, "lat": 45.05639, "name": "Adria", "geoid": 3183466}, "date-ut": "1894-12-14 12:30"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-393"}, "ids-in-sources": {"a1": "393"}}, "raw": {"H": "13", "MN": "30", "TZ": "-1", "COD": "RO", "COU": "I", "DAY": "14", "LAT": "45N 0", "LON": "12E15", "MON": "12", "NUM": "393", "PRO": "C", "SEC": "0", "YEA": "1894", "CITY": "ADRIA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1894-12-14 13:30"}, "partial-ids": {"ertel": "ES-2580"}}, "raw": {"L": "", "MF": "", "NR": "2580", "ENG": "0", "MA_": "2", "G_NR": "393", "MA12": "12", "MARS": "36", "NAME": "Maddalena", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,000", "CSINR": "", "KURTZ": "", "PHAS_": "97,800", "STUND": "13,50", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "14.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Umberto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.12.1894", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1086	maelbrancke-andre-1918-04-23	{"a1": "1086", "3a_sports": "2583"}	{"ertel": "ES-2583", "lerrcp": "A1-1086"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Maelbrancke", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-04-23 15:30", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "TORHOUT", "geoid": 0}, "notime": null, "date-ut": "1918-04-23 13:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "André", "family": "Maelbrancke"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "TORHOUT", "geoid": 0}, "date-ut": "1918-04-23 13:30:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1086"}, "ids-in-sources": {"a1": "1086"}}, "raw": {"H": "13", "MN": "30", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "23", "LAT": "51N13", "LON": "3E15", "MON": "4", "NUM": "1086", "PRO": "C", "SEC": "0", "YEA": "1918", "CITY": "TORHOUT"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1918-04-23 15:30"}, "partial-ids": {"ertel": "ES-2583"}}, "raw": {"L": "", "MF": "", "NR": "2583", "ENG": "0", "MA_": "2", "G_NR": "1086", "MA12": "12", "MARS": "36", "NAME": "Maelbrancke", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,300", "CSINR": "", "KURTZ": "", "PHAS_": "90,000", "STUND": "15,50", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "23.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.04.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1343	maes-eugene-1890-09-15	{"a1": "1344", "3a_sports": "2585", "cfepp-final3": "521"}	{"cfepp": "CF-521", "ertel": "ES-2585", "lerrcp": "A1-1344"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Maes", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1890-09-15 11:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "11", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1890-09-15 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Maes"}, "birth": {"tzo": "+00:09:24", "date": "1890-09-15 11:00", "place": {"c2": "75", "c3": "11", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1890-09-15 10:50:40"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1344"}, "ids-in-sources": {"a1": "1344"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "15", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "1344", "PRO": "C", "SEC": "40", "YEA": "1890", "CITY": "PARIS 11E"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1890-09-15 11:00"}, "partial-ids": {"ertel": "ES-2585"}}, "raw": {"L": "", "MF": "", "NR": "2585", "ENG": "", "MA_": "0", "G_NR": "1344", "MA12": "11", "MARS": "33", "NAME": "Maes", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,300", "CSINR": "", "KURTZ": "", "PHAS_": "0,600", "STUND": "11,00", "CFEPNR": "521", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.09.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Eugene", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "15.09.1890", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1890-09-15 11:00", "place": {"c3": "11"}, "date-ut": "1890-09-15 10:51"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "521"}}, "raw": {"S": "11", "LT": "11 00", "LV": "I11", "TR": "f", "UT": "10 51", "LAT": "+48.86", "SRC": "AL", "LONG": "-02.34", "NAME": "MAES Eugene", "SPORT": "Soccer", "LOC_DATE": "1890 09 15", "UNIV_DATE": "1890 09 15", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75011"}, "date": "2023-08-20T14:46:05+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16058	magerl-hermann-1949-01-13	{"d6": "271", "3a_sports": "2591"}	{"ertel": "ES-2591", "lerrcp": "D6-271"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Magerl", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-01-13 06:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 12.18333, "lat": 48.95, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Hermann", "family": "Magerl"}, "birth": {"date": "1949-01-13 06:00", "place": {"cy": "DE", "lg": 12.18333, "lat": 48.95}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "271"}}, "raw": {"H": "6", "MN": "0", "DAY": "13", "LAT": "48N57", "LON": "12E11", "MON": "1", "NUM": "271", "SEC": "0", "YEA": "1949", "NAME": "Magerl Hermann"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-2591"}}, "raw": {"L": "", "MF": "", "NR": "2591", "ENG": "", "MA_": "0", "G_NR": "271", "MA12": "11", "MARS": "33", "NAME": "Magerl", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "5,700", "CSINR": "", "KURTZ": "", "PHAS_": "95,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "13.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Hermann", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "13.01.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
395	maggiora-clemente-1887-03-02	{"a1": "395", "3a_sports": "2593"}	{"ertel": "ES-2593", "lerrcp": "A1-395"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clemente", "family": "Maggiora", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1887-03-02 09:30", "note": null, "place": {"c1": null, "c2": "AT", "c3": null, "cy": "IT", "lg": 8.5, "lat": 44.9, "name": "CASTAGNOLEMONFE", "geoid": 0}, "notime": null, "date-ut": "1887-03-02 08:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Clemente", "family": "Maggiora"}, "birth": {"place": {"c2": "AT", "cy": "IT", "lg": 8.5, "lat": 44.9, "name": "CASTAGNOLEMONFE", "geoid": 0}, "date-ut": "1887-03-02 08:40:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-395"}, "ids-in-sources": {"a1": "395"}}, "raw": {"H": "9", "MN": "40", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "2", "LAT": "44N54", "LON": "8E30", "MON": "3", "NUM": "395", "PRO": "C", "SEC": "4", "YEA": "1887", "CITY": "CASTAGNOLEMONFE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1887-03-02 09:30"}, "partial-ids": {"ertel": "ES-2593"}}, "raw": {"L": "", "MF": "", "NR": "2593", "ENG": "", "MA_": "1", "G_NR": "395", "MA12": "2", "MARS": "4", "NAME": "Maggiora", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "39,600", "STUND": "9,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "02.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Clemente", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.03.1887", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1528	magli-augusto-1923-03-09	{"a1": "1529", "3a_sports": "2594"}	{"ertel": "ES-2594", "lerrcp": "A1-1529"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Augusto", "family": "Magli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1923-03-09 15:30", "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.66862, "lat": 44.62127, "name": "Molinella", "geoid": 3173276}, "notime": null, "date-ut": "1923-03-09 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Augusto", "family": "Magli"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.66862, "lat": 44.62127, "name": "Molinella", "geoid": 3173276}, "date-ut": "1923-03-09 14:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1529"}, "ids-in-sources": {"a1": "1529"}}, "raw": {"H": "15", "MN": "30", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "9", "LAT": "44N30", "LON": "11E 0", "MON": "3", "NUM": "1529", "PRO": "C", "SEC": "0", "YEA": "1923", "CITY": "MOLINELLA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1923-03-09 15:30"}, "partial-ids": {"ertel": "ES-2594"}}, "raw": {"L": "", "MF": "", "NR": "2594", "ENG": "1", "MA_": "2", "G_NR": "1529", "MA12": "4", "MARS": "10", "NAME": "Magli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,80", "CSINR": "", "KURTZ": "", "PHAS_": "58,700", "STUND": "15,50", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "09.03.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Augusto", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "09.03.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
113	maglioli-umberto-1928-06-05	{"a1": "113", "3a_sports": "2595"}	{"ertel": "ES-2595", "lerrcp": "A1-113"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Umberto", "family": "Maglioli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-06-05 05:20", "note": null, "place": {"c1": null, "c2": "VC", "c3": null, "cy": "IT", "lg": 8.5, "lat": 45.4, "name": "BIOGLIO", "geoid": 0}, "notime": null, "date-ut": "1928-06-05 04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Umberto", "family": "Maglioli"}, "birth": {"place": {"c2": "VC", "cy": "IT", "lg": 8.5, "lat": 45.4, "name": "BIOGLIO", "geoid": 0}, "date-ut": "1928-06-05 04:20"}, "occus": ["motor-sports-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-113"}, "ids-in-sources": {"a1": "113"}}, "raw": {"H": "5", "MN": "20", "TZ": "-1", "COD": "VC", "COU": "I", "DAY": "5", "LAT": "45N24", "LON": "8E30", "MON": "6", "NUM": "113", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "BIOGLIO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-06-05 05:20"}, "partial-ids": {"ertel": "ES-2595"}}, "raw": {"L": "", "MF": "", "NR": "2595", "ENG": "", "MA_": "1", "G_NR": "113", "MA12": "2", "MARS": "5", "NAME": "Maglioli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,900", "CSINR": "", "KURTZ": "", "PHAS_": "97,900", "STUND": "5,33", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "05.06.", "ZITATE": "C", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Umberto", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "05.06.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17049	mahan-larry-1943-11-21	{"d10": "814", "3a_sports": "2604", "rawlins-ertel-irving": "234"}	{"ertel": "ES-2604", "csicop": "CS-234", "lerrcp": "D10-814"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Larry", "family": "Mahan", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-07:00", "date": "1943-11-21 18:34", "note": null, "place": {"c1": null, "c2": "OR", "c3": null, "cy": "US", "lg": -123.03333, "lat": 44.93333, "name": "Salem", "geoid": null}, "notime": null, "date-ut": "1943-11-22 01:34"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rodeo-rider"]	5	null	[{"new": {"name": {"given": "Larry", "family": "Mahan"}, "birth": {"tzo": "-07:00", "date": "1943-11-21 18:34", "place": {"c2": "OR", "cy": "US", "lg": -123.03333, "lat": 44.93333, "name": "Salem"}, "date-ut": "1943-11-22 01:34"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "814"}}, "raw": {"H": "18:34", "TZ": "7h", "DAY": "21", "LAT": "44N56", "LON": "123W2", "MON": "11", "NUM": "814", "PRO": "SP", "YEA": "1943", "CICO": "Salem, OR", "NAME": "Mahan Larry"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["rodeo-rider"]], "ids-in-sources": {"rawlins-ertel-irving": "234"}}, "raw": {"LA1": "44", "LA2": "56", "LO1": "123", "LO2": "2", "AMPM": "P", "MARS": "1", "NAME": "Maham", "BATCH": "1", "Satz#": "234", "GEBDAT": "21 11 1943", "GEBORT": "OR", "GEBZEIT": "6 34", "VORNAME": "Larry", "SPORTART": "RODE", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["rodeo-rider"], "partial-ids": {"ertel": "ES-2604"}}, "raw": {"L": "", "MF": "", "NR": "2604", "ENG": "1", "MA_": "2", "G_NR": "846", "MA12": "1", "MARS": "1", "NAME": "Mahan", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-9,400", "CSINR": "234", "KURTZ": "", "PHAS_": "40,200", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "21.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Larry", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.11.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RODE", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1938	majoral-roger-1934-08-12	{"a1": "1940", "3a_sports": "2612"}	{"ertel": "ES-2612", "lerrcp": "A1-1940"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Majoral", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1934-08-12 18:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.62066, "lat": 42.67083, "name": "Ille-sur-Têt", "geoid": 3012848}, "notime": null, "date-ut": "1934-08-12 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Majoral"}, "birth": {"tzo": "+01:00", "date": "1934-08-12 18:00", "place": {"c2": "66", "cy": "FR", "lg": 2.62066, "lat": 42.67083, "name": "Ille-sur-Têt", "geoid": 3012848}, "date-ut": "1934-08-12 17:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1940"}, "ids-in-sources": {"a1": "1940"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "66", "COU": "F", "DAY": "12", "LAT": "42N42", "LON": "2E55", "MON": "8", "NUM": "1940", "PRO": "C", "SEC": "0", "YEA": "1934", "CITY": "ILLE-S/TET"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1934-08-12 18:00"}, "partial-ids": {"ertel": "ES-2612"}}, "raw": {"L": "", "MF": "", "NR": "2612", "ENG": "", "MA_": "1", "G_NR": "1940", "MA12": "6", "MARS": "18", "NAME": "Majoral", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,100", "CSINR": "", "KURTZ": "", "PHAS_": "2,500", "STUND": "18,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.08.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
851	magne-antonin-1904-02-15	{"a1": "851", "g55": "03-171", "3a_sports": "2598", "cfepp-final3": "337"}	{"g55": "03-171", "cfepp": "CF-337", "cpara": "CP-290", "ertel": "ES-2598", "lerrcp": "A1-851"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonin", "family": "Magne", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1904-02-15 10:00", "note": null, "place": {"c1": null, "c2": "15", "c3": "", "cy": "FR", "lg": 2.38564, "lat": 44.88031, "name": "Le Bex", "geoid": 3005291}, "notime": null, "date-ut": "1904-02-15 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Antonin", "family": "Magne"}, "birth": {"tzo": "+00:09:21", "date": "1904-02-15 22:00", "place": {"c2": "15", "cy": "FR", "lg": 2.38564, "lat": 44.88031, "name": "Le Bex", "geoid": 3005291}, "date-ut": "1904-02-15 21:50:40"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-851"}, "ids-in-sources": {"a1": "851"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "15", "COU": "F", "DAY": "15", "LAT": "44N56", "LON": "2E26", "MON": "2", "NUM": "851", "PRO": "C", "SEC": "40", "YEA": "1904", "CITY": "LE BEX"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1904-02-15 22:00"}, "partial-ids": {"ertel": "ES-2598"}}, "raw": {"L": "", "MF": "", "NR": "2598", "ENG": "", "MA_": "0", "G_NR": "851", "MA12": "8", "MARS": "22", "NAME": "Magne", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,500", "CSINR": "", "KURTZ": "", "PHAS_": "2,000", "STUND": "22,00", "CFEPNR": "337", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.02.", "ZITATE": "DHSFO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "290", "VORNAME": "Antonin", "ZITRANG": "6", "GAUQ1955": "+", "GEBDATUM": "15.02.1904", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "magne-antonin-1904-02-15", "birth": {"date": "1904-02-15 10:00", "place": {"c3": ""}, "date-ut": "1904-02-15 09:51"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "337"}}, "raw": {"S": "1", "LT": "10 00", "LV": "M", "TR": "f", "UT": "09 51", "LAT": "+44.92", "SRC": "ALG", "LONG": "-02.36", "NAME": "MAGNE Antonin", "SPORT": "Cycling", "LOC_DATE": "1904 02 15", "UNIV_DATE": "1904 02 15", "BIRTH_PLACE": "YTRAC", "POSTAL_CODE": "15130"}, "date": "2023-08-20T14:46:01+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-171"}, "ids-in-source": {"g55": "03-171"}}, "raw": {"DAY": "15-2-1904", "HOUR": "22 h.", "NAME": "MAGNE Antonin", "PLACE": "Bex (Cantal)."}, "date": "2023-08-20T14:48:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
396	majorana-antonio-1898-08-21	{"a1": "396", "3a_sports": "2613"}	{"ertel": "ES-2613", "lerrcp": "A1-396"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Majorana", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1898-08-21 03:00", "note": null, "place": {"c1": null, "c2": "PA", "c3": null, "cy": "IT", "lg": 13.35976, "lat": 38.11582, "name": "Palermo", "geoid": 2523920}, "notime": null, "date-ut": "1898-08-21 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Majorana"}, "birth": {"place": {"c2": "PA", "cy": "IT", "lg": 13.35976, "lat": 38.11582, "name": "Palermo", "geoid": 2523920}, "date-ut": "1898-08-21 02:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-396"}, "ids-in-sources": {"a1": "396"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "PA", "COU": "I", "DAY": "21", "LAT": "38N 0", "LON": "13E30", "MON": "8", "NUM": "396", "PRO": "C", "SEC": "0", "YEA": "1898", "CITY": "PALERMO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1898-08-21 03:00"}, "partial-ids": {"ertel": "ES-2613"}}, "raw": {"L": "", "MF": "", "NR": "2613", "ENG": "", "MA_": "1", "G_NR": "396", "MA12": "2", "MARS": "4", "NAME": "Majorana", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,100", "CSINR": "", "KURTZ": "", "PHAS_": "12,900", "STUND": "3,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "21.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Antonio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.08.1898", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1530	malatesta-mario-1908-02-29	{"a1": "1531", "3a_sports": "2615"}	{"ertel": "ES-2615", "lerrcp": "A1-1531"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Malatesta", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1908-02-29 05:00", "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1908-02-29 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Malatesta"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1908-02-29 04:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1531"}, "ids-in-sources": {"a1": "1531"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "29", "LAT": "41N54", "LON": "12E30", "MON": "2", "NUM": "1531", "PRO": "C", "SEC": "0", "YEA": "1908", "CITY": "ROMA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1908-02-29 05:00"}, "partial-ids": {"ertel": "ES-2615"}}, "raw": {"L": "", "MF": "", "NR": "2615", "ENG": "", "MA_": "1", "G_NR": "1531", "MA12": "10", "MARS": "30", "NAME": "Malatesta", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,600", "CSINR": "", "KURTZ": "", "PHAS_": "11,200", "STUND": "5,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "29.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.02.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1531	maldini-cesare-1932-02-05	{"a1": "1532", "3a_sports": "2617"}	{"ertel": "ES-2617", "lerrcp": "A1-1532"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cesare", "family": "Maldini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-02-05 07:20", "note": null, "place": {"c1": null, "c2": "TS", "c3": null, "cy": "IT", "lg": 13.78, "lat": 45.64861, "name": "Trieste", "geoid": 3165185}, "notime": null, "date-ut": "1932-02-05 06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Cesare", "family": "Maldini"}, "birth": {"place": {"c2": "TS", "cy": "IT", "lg": 13.78, "lat": 45.64861, "name": "Trieste", "geoid": 3165185}, "date-ut": "1932-02-05 06:20"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1532"}, "ids-in-sources": {"a1": "1532"}}, "raw": {"H": "7", "MN": "20", "TZ": "-1", "COD": "TS", "COU": "I", "DAY": "5", "LAT": "45N36", "LON": "14E 0", "MON": "2", "NUM": "1532", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "TRIESTE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-02-05 07:20"}, "partial-ids": {"ertel": "ES-2617"}}, "raw": {"L": "", "MF": "", "NR": "2617", "ENG": "0", "MA_": "2", "G_NR": "1532", "MA12": "12", "MARS": "36", "NAME": "Maldini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,500", "CSINR": "", "KURTZ": "", "PHAS_": "3,000", "STUND": "7,33", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "05.02.", "ZITATE": "DSO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Cesare", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "05.02.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
716	male-luigi-1929-02-25	{"a1": "716", "3a_sports": "2618"}	{"ertel": "ES-2618", "lerrcp": "A1-716"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Male", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-02-25 11:30", "note": null, "place": {"c1": null, "c2": "VT", "c3": null, "cy": "IT", "lg": 12.10856, "lat": 42.41783, "name": "Viterbo", "geoid": 3164039}, "notime": null, "date-ut": "1929-02-25 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Male"}, "birth": {"place": {"c2": "VT", "cy": "IT", "lg": 12.10856, "lat": 42.41783, "name": "Viterbo", "geoid": 3164039}, "date-ut": "1929-02-25 10:30"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-716"}, "ids-in-sources": {"a1": "716"}}, "raw": {"H": "11", "MN": "30", "TZ": "-1", "COD": "VT", "COU": "I", "DAY": "25", "LAT": "42N24", "LON": "12E 0", "MON": "2", "NUM": "716", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "VITERBO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-02-25 11:30"}, "partial-ids": {"ertel": "ES-2618"}}, "raw": {"L": "", "MF": "", "NR": "2618", "ENG": "0", "MA_": "2", "G_NR": "716", "MA12": "12", "MARS": "36", "NAME": "Male", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,800", "CSINR": "", "KURTZ": "", "PHAS_": "98,000", "STUND": "11,50", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "25.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.02.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
398	mandelli-piero-1884-11-09	{"a1": "398", "3a_sports": "2628"}	{"ertel": "ES-2628", "lerrcp": "A1-398"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Piero", "family": "Mandelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1884-11-09 13:00", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1884-11-09 12:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Piero", "family": "Mandelli"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1884-11-09 12:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-398"}, "ids-in-sources": {"a1": "398"}}, "raw": {"H": "13", "MN": "10", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "9", "LAT": "45N30", "LON": "9E15", "MON": "11", "NUM": "398", "PRO": "C", "SEC": "4", "YEA": "1884", "CITY": "MILANO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1884-11-09 13:00"}, "partial-ids": {"ertel": "ES-2628"}}, "raw": {"L": "", "MF": "", "NR": "2628", "ENG": "", "MA_": "0", "G_NR": "398", "MA12": "3", "MARS": "8", "NAME": "Mandelli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,80", "CSINR": "", "KURTZ": "", "PHAS_": "60,800", "STUND": "13,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "09.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Piero", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.11.1884", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16060	mandonnaud-claude-1950-04-02	{"d6": "273", "3a_sports": "2629"}	{"ertel": "ES-2629", "lerrcp": "D6-273"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Mandonnaud", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1950-04-02 04:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 1.25, "lat": 45.83333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Mandonnaud"}, "birth": {"date": "1950-04-02 04:15", "place": {"cy": "FR", "lg": 1.25, "lat": 45.83333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "273"}}, "raw": {"H": "4", "MN": "15", "DAY": "2", "LAT": "45N50", "LON": "01E15", "MON": "4", "NUM": "273", "SEC": "0", "YEA": "1950", "NAME": "Mandonnaud Claude"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "F", "occus": ["swimmer"], "partial-ids": {"ertel": "ES-2629"}}, "raw": {"L": "", "MF": "F", "NR": "2629", "ENG": "", "MA_": "0", "G_NR": "273", "MA12": "5", "MARS": "15", "NAME": "Mandonnaud", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "3,900", "CSINR": "", "KURTZ": "", "PHAS_": "98,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.04.", "ZITATE": "DS", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Claude", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "02.04.1950", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SWIM", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1533	manente-sergio-1924-12-10	{"a1": "1534", "3a_sports": "2630"}	{"ertel": "ES-2630", "lerrcp": "A1-1534"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sergio", "family": "Manente", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-12-10 06:30", "note": null, "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.24222, "lat": 46.06194, "name": "Udine", "geoid": 3165072}, "notime": null, "date-ut": "1924-12-10 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Sergio", "family": "Manente"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.24222, "lat": 46.06194, "name": "Udine", "geoid": 3165072}, "date-ut": "1924-12-10 05:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1534"}, "ids-in-sources": {"a1": "1534"}}, "raw": {"H": "6", "MN": "30", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "10", "LAT": "46N 0", "LON": "13E30", "MON": "12", "NUM": "1534", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "UDINE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-12-10 06:30"}, "partial-ids": {"ertel": "ES-2630"}}, "raw": {"L": "", "MF": "", "NR": "2630", "ENG": "", "MA_": "1", "G_NR": "1534", "MA12": "9", "MARS": "27", "NAME": "Manente", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,200", "CSINR": "", "KURTZ": "", "PHAS_": "98,300", "STUND": "6,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "10.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Sergio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.12.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
400	manni-giuseppe-1884-07-12	{"a1": "400", "3a_sports": "2639"}	{"ertel": "ES-2639", "lerrcp": "A1-400"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Manni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1884-07-12 01:00", "note": null, "place": {"c1": null, "c2": "VT", "c3": null, "cy": "IT", "lg": 12.38537, "lat": 42.45933, "name": "Orte", "geoid": 3171898}, "notime": null, "date-ut": "1884-07-12 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Manni"}, "birth": {"place": {"c2": "VT", "cy": "IT", "lg": 12.38537, "lat": 42.45933, "name": "Orte", "geoid": 3171898}, "date-ut": "1884-07-12 00:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-400"}, "ids-in-sources": {"a1": "400"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "VT", "COU": "I", "DAY": "12", "LAT": "42N24", "LON": "12E 0", "MON": "7", "NUM": "400", "PRO": "C", "SEC": "4", "YEA": "1884", "CITY": "ORTE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1884-07-12 01:00"}, "partial-ids": {"ertel": "ES-2639"}}, "raw": {"L": "", "MF": "", "NR": "2639", "ENG": "", "MA_": "0", "G_NR": "400", "MA12": "8", "MARS": "23", "NAME": "Manni", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,900", "CSINR": "", "KURTZ": "", "PHAS_": "87,400", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "12.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giuseppe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.07.1884", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1940	manterola-thomas-1927-12-19	{"a1": "1942", "3a_sports": "2643"}	{"ertel": "ES-2643", "lerrcp": "A1-1942"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Thomas", "family": "Manterola", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1927-12-19 09:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.66817, "lat": 43.38488, "name": "Ciboure", "geoid": 3024979}, "notime": null, "date-ut": "1927-12-19 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Thomas", "family": "Manterola"}, "birth": {"tzo": "+00:00", "date": "1927-12-19 09:00", "place": {"c2": "64", "cy": "FR", "lg": -1.66817, "lat": 43.38488, "name": "Ciboure", "geoid": 3024979}, "date-ut": "1927-12-19 09:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1942"}, "ids-in-sources": {"a1": "1942"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "19", "LAT": "43N18", "LON": "0W22", "MON": "12", "NUM": "1942", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "CIBOURE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-12-19 09:00"}, "partial-ids": {"ertel": "ES-2643"}}, "raw": {"L": "", "MF": "", "NR": "2643", "ENG": "", "MA_": "1", "G_NR": "1942", "MA12": "2", "MARS": "6", "NAME": "Manterola", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,400", "CSINR": "", "KURTZ": "", "PHAS_": "23,200", "STUND": "9,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "19.12.", "ZITATE": "O", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Thomas", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "19.12.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
949	mara-michele-1903-10-02	{"a1": "949", "3a_sports": "2649"}	{"ertel": "ES-2649", "lerrcp": "A1-949"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michele", "family": "Mara", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1903-10-02 08:00", "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "IT", "lg": 8.84914, "lat": 45.61128, "name": "Busto Arsizio", "geoid": 3181355}, "notime": null, "date-ut": "1903-10-02 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Michele", "family": "Mara"}, "birth": {"place": {"c2": "VA", "cy": "IT", "lg": 8.84914, "lat": 45.61128, "name": "Busto Arsizio", "geoid": 3181355}, "date-ut": "1903-10-02 07:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-949"}, "ids-in-sources": {"a1": "949"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "VA", "COU": "I", "DAY": "2", "LAT": "45N48", "LON": "9E 0", "MON": "10", "NUM": "949", "PRO": "C", "SEC": "0", "YEA": "1903", "CITY": "BUSTO ARSIZIO"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1903-10-02 08:00"}, "partial-ids": {"ertel": "ES-2649"}}, "raw": {"L": "", "MF": "", "NR": "2649", "ENG": "", "MA_": "0", "G_NR": "949", "MA12": "11", "MARS": "32", "NAME": "Mara", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,000", "CSINR": "", "KURTZ": "", "PHAS_": "80,600", "STUND": "8,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "02.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Michele", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.10.1903", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
401	marazzani-alberto-1888-10-29	{"a1": "401", "3a_sports": "2650"}	{"ertel": "ES-2650", "lerrcp": "A1-401"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberto", "family": "Marazzani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1888-10-29 19:00", "note": null, "place": {"c1": null, "c2": "PC", "c3": null, "cy": "IT", "lg": 9.69937, "lat": 45.04676, "name": "Piacenza", "geoid": 3171058}, "notime": null, "date-ut": "1888-10-29 18:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Alberto", "family": "Marazzani"}, "birth": {"place": {"c2": "PC", "cy": "IT", "lg": 9.69937, "lat": 45.04676, "name": "Piacenza", "geoid": 3171058}, "date-ut": "1888-10-29 18:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-401"}, "ids-in-sources": {"a1": "401"}}, "raw": {"H": "19", "MN": "10", "TZ": "-1", "COD": "PC", "COU": "I", "DAY": "29", "LAT": "45N 0", "LON": "9E45", "MON": "10", "NUM": "401", "PRO": "C", "SEC": "4", "YEA": "1888", "CITY": "PIACENZA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1888-10-29 19:00"}, "partial-ids": {"ertel": "ES-2650"}}, "raw": {"L": "", "MF": "", "NR": "2650", "ENG": "", "MA_": "0", "G_NR": "401", "MA12": "6", "MARS": "16", "NAME": "Marazzani", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,10", "CSINR": "", "KURTZ": "", "PHAS_": "40,800", "STUND": "19,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "29.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alberto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.10.1888", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
853	marcaillou-sylvain-1911-02-08	{"a1": "853", "g55": "03-172", "3a_sports": "2653"}	{"g55": "03-172", "ertel": "ES-2653", "lerrcp": "A1-853"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sylvain", "family": "Marcaillou", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1911-02-08 01:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1911-02-08 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Sylvain", "family": "Marcaillou"}, "birth": {"tzo": "+00:09:21", "date": "1911-02-08 01:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1911-02-08 00:50:40"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-853"}, "ids-in-sources": {"a1": "853"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "31", "COU": "F", "DAY": "8", "LAT": "43N37", "LON": "1E26", "MON": "2", "NUM": "853", "PRO": "C", "SEC": "40", "YEA": "1911", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1911-02-08 01:00"}, "partial-ids": {"ertel": "ES-2653"}}, "raw": {"L": "", "MF": "", "NR": "2653", "ENG": "", "MA_": "0", "G_NR": "853", "MA12": "11", "MARS": "32", "NAME": "Marcaillou", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,200", "CSINR": "", "KURTZ": "", "PHAS_": "65,400", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.02.", "ZITATE": "B", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Sylvain", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "08.02.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-172"}, "ids-in-source": {"g55": "03-172"}}, "raw": {"DAY": "8-2-1911", "HOUR": "1 h.", "NAME": "MARCAILLOU Sylvain", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:48:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1346	marche-roger-1924-03-05	{"a1": "1347", "g55": "03-269", "3a_sports": "2658", "cfepp-final3": "523"}	{"g55": "03-269", "cfepp": "CF-523", "cpara": "CP-294", "ertel": "ES-2658", "lerrcp": "A1-1347"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Marche", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1924-03-05 13:00", "note": null, "place": {"c1": null, "c2": "08", "c3": "", "cy": "FR", "lg": 4.74697, "lat": 49.74201, "name": "Villers-Semeuse", "geoid": 2968346}, "notime": null, "date-ut": "1924-03-05 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Marche"}, "birth": {"tzo": "+00:00", "date": "1924-03-05 13:00", "place": {"c2": "08", "cy": "FR", "lg": 4.74697, "lat": 49.74201, "name": "Villers-Semeuse", "geoid": 2968346}, "date-ut": "1924-03-05 13:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1347"}, "ids-in-sources": {"a1": "1347"}}, "raw": {"H": "13", "MN": "0", "TZ": "0", "COD": "08", "COU": "F", "DAY": "5", "LAT": "49N46", "LON": "4E44", "MON": "3", "NUM": "1347", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "VILLERS-SEMEUSE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-03-05 13:00"}, "partial-ids": {"ertel": "ES-2658"}}, "raw": {"L": "", "MF": "", "NR": "2658", "ENG": "", "MA_": "1", "G_NR": "1347", "MA12": "7", "MARS": "21", "NAME": "Marche", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,600", "CSINR": "", "KURTZ": "", "PHAS_": "0,500", "STUND": "13,00", "CFEPNR": "523", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.03.", "ZITATE": "DW", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "294", "VORNAME": "Roger", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "05.03.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1924-03-05 13:00", "place": {"c3": ""}, "date-ut": "1924-03-05 13:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "523"}}, "raw": {"S": "7", "LT": "13 00", "LV": "I63", "TR": "f", "UT": "13 00", "LAT": "+49.75", "SRC": "ALG", "LONG": "-04.75", "NAME": "MARCHE Roger", "SPORT": "Soccer", "LOC_DATE": "1924 03 05", "UNIV_DATE": "1924 03 05", "BIRTH_PLACE": "VILLERS SEMEUSE", "POSTAL_CODE": "08000"}, "date": "2023-08-20T14:46:05+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-269"}, "ids-in-source": {"g55": "03-269"}}, "raw": {"DAY": "5-3-1924", "HOUR": "13 h.", "NAME": "MARCHE Roger", "PLACE": "Villers-Meuse (Ardennes)."}, "date": "2023-08-20T14:48:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
403	marchesi-vittorio-1895-04-04	{"a1": "403", "3a_sports": "2659"}	{"ertel": "ES-2659", "lerrcp": "A1-403"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vittorio", "family": "Marchesi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1895-04-04 18:00", "note": null, "place": {"c1": null, "c2": "VI", "c3": null, "cy": "IT", "lg": 11.5409, "lat": 45.55729, "name": "Vicenza", "geoid": 3164419}, "notime": null, "date-ut": "1895-04-04 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Vittorio", "family": "Marchesi"}, "birth": {"place": {"c2": "VI", "cy": "IT", "lg": 11.5409, "lat": 45.55729, "name": "Vicenza", "geoid": 3164419}, "date-ut": "1895-04-04 17:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-403"}, "ids-in-sources": {"a1": "403"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "VI", "COU": "I", "DAY": "4", "LAT": "45N30", "LON": "12E 0", "MON": "4", "NUM": "403", "PRO": "C", "SEC": "0", "YEA": "1895", "CITY": "VICENZA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1895-04-04 18:00"}, "partial-ids": {"ertel": "ES-2659"}}, "raw": {"L": "", "MF": "", "NR": "2659", "ENG": "1", "MA_": "2", "G_NR": "403", "MA12": "4", "MARS": "11", "NAME": "Marchesi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,300", "CSINR": "", "KURTZ": "", "PHAS_": "62,600", "STUND": "18,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "04.04.", "ZITATE": "O", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Vittorio", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "04.04.1895", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
405	marenghi-marenco-alberto-1873-06-16	{"a1": "405", "3a_sports": "2674"}	{"ertel": "ES-2674", "lerrcp": "A1-405"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberto", "family": "Marenghi-Marenco", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1873-06-16 08:50", "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.86374, "lat": 44.89784, "name": "Tortona", "geoid": 3165370}, "notime": null, "date-ut": "1873-06-16 08:00:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Alberto", "family": "Marenghi-Marenco"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.86374, "lat": 44.89784, "name": "Tortona", "geoid": 3165370}, "date-ut": "1873-06-16 08:00:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-405"}, "ids-in-sources": {"a1": "405"}}, "raw": {"H": "9", "MN": "0", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "16", "LAT": "45N 0", "LON": "9E 0", "MON": "6", "NUM": "405", "PRO": "C", "SEC": "4", "YEA": "1873", "CITY": "TORTONA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1873-06-16 08:50"}, "partial-ids": {"ertel": "ES-2674"}}, "raw": {"L": "", "MF": "", "NR": "2674", "ENG": "", "MA_": "1", "G_NR": "405", "MA12": "10", "MARS": "28", "NAME": "Marenghi-Marenco", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,30", "CSINR": "", "KURTZ": "", "PHAS_": "68,700", "STUND": "8,83", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "16.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alberto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.06.1873", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1535	mari-giacomo-1924-10-17	{"a1": "1536", "3a_sports": "2675"}	{"ertel": "ES-2675", "lerrcp": "A1-1536"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giacomo", "family": "Mari", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-10-17 15:00", "note": null, "place": {"c1": null, "c2": "CR", "c3": null, "cy": "IT", "lg": 10.16457, "lat": 45.17507, "name": "Vescovato", "geoid": 3164492}, "notime": null, "date-ut": "1924-10-17 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Giacomo", "family": "Mari"}, "birth": {"place": {"c2": "CR", "cy": "IT", "lg": 10.16457, "lat": 45.17507, "name": "Vescovato", "geoid": 3164492}, "date-ut": "1924-10-17 14:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1536"}, "ids-in-sources": {"a1": "1536"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "CR", "COU": "I", "DAY": "17", "LAT": "45N12", "LON": "11E 0", "MON": "10", "NUM": "1536", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "VESCOVATO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-10-17 15:00"}, "partial-ids": {"ertel": "ES-2675"}}, "raw": {"L": "", "MF": "", "NR": "2675", "ENG": "0", "MA_": "2", "G_NR": "1536", "MA12": "12", "MARS": "36", "NAME": "Mari", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,300", "CSINR": "", "KURTZ": "", "PHAS_": "84,100", "STUND": "15,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "17.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giacomo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.10.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17477	stones-dwight-1953-12-06	{"d10": "1243", "3a_sports": "3914", "rawlins-ertel-irving": "344"}	{"ertel": "ES-3914", "csicop": "CS-344", "lerrcp": "D10-1243"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dwight", "family": "Stones", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1953-12-06 12:01", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1953-12-06 20:01"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Dwight", "family": "Stones"}, "birth": {"tzo": "-08:00", "date": "1953-12-06 12:01", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1953-12-06 20:01"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1243"}}, "raw": {"H": "12:01", "TZ": "8h", "DAY": "6", "LAT": "34N4", "LON": "118W15", "MON": "12", "NUM": "1243", "PRO": "SP", "YEA": "1953", "CICO": "Los Angeles, CA", "NAME": "Stones Dwight"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "344"}}, "raw": {"LA1": "34", "LA2": "3", "LO1": "118", "LO2": "15", "AMPM": "P", "MARS": "16", "NAME": "Stones", "BATCH": "2", "Satz#": "344", "GEBDAT": "6 12 1953", "GEBORT": "CA", "GEBZEIT": "12 1", "VORNAME": "Dwight", "SPORTART": "TRAC", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-3914"}}, "raw": {"L": "", "MF": "", "NR": "3914", "ENG": "", "MA_": "0", "G_NR": "1243", "MA12": "6", "MARS": "16", "NAME": "Stones", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-2,000", "CSINR": "344", "KURTZ": "", "PHAS_": "0,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "06.12.", "ZITATE": "KTBFO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Dwight", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "06.12.1953", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "5"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1931	lefevre-roland-1914-10-28	{"a1": "1933", "3a_sports": "2434", "cfepp-final3": "513"}	{"cfepp": "CF-513", "ertel": "ES-2434", "lerrcp": "A1-1933"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roland", "family": "Lefevre", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1914-10-28 03:00", "note": null, "place": {"c1": null, "c2": "02", "c3": "14", "cy": "FR", "lg": 3.92081, "lat": 50.00175, "name": "La Flamengrie", "geoid": 3009445}, "notime": null, "date-ut": "1914-10-28 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Roland", "family": "Lefevre"}, "birth": {"tzo": "+01:00", "date": "1936-09-19 20:30", "place": {"c2": "02", "cy": "FR", "lg": 3.92081, "lat": 50.00175, "name": "La Flamengrie", "geoid": 3009445}, "date-ut": "1936-09-19 19:30"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1933"}, "ids-in-sources": {"a1": "1933"}}, "raw": {"H": "19", "MN": "30", "TZ": "0", "COD": "02", "COU": "F", "DAY": "19", "LAT": "49N34", "LON": "3E37", "MON": "9", "NUM": "1933", "PRO": "C", "SEC": "0", "YEA": "1936", "CITY": "LA FLAMENGRIE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1936-09-19 20:30"}, "partial-ids": {"ertel": "ES-2434"}}, "raw": {"L": "", "MF": "", "NR": "2434", "ENG": "", "MA_": "0", "G_NR": "1933", "MA12": "8", "MARS": "24", "NAME": "Lefevre", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,800", "CSINR": "", "KURTZ": "", "PHAS_": "9,600", "STUND": "20,50", "CFEPNR": "513", "EXTEND": "", "NATION": "FRA", "TAGMON": "19.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Roland", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.09.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "lefevre-roland-1914-10-28", "birth": {"date": "1914-10-28 03:00", "place": {"c3": "14"}, "date-ut": "1914-10-28 03:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "513"}}, "raw": {"S": "10", "LT": "03 00", "LV": "I", "TR": "f", "UT": "03 00", "LAT": "+48.86", "SRC": "A", "LONG": "-02.34", "NAME": "LEFEVRE Roland", "SPORT": "Soccer", "LOC_DATE": "1914 10 28", "UNIV_DATE": "1914 10 28", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75014"}, "date": "2023-08-20T14:46:05+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1536	mariani-amos-1931-03-30	{"a1": "1537", "3a_sports": "2676"}	{"ertel": "ES-2676", "lerrcp": "A1-1537"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amos", "family": "Mariani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-03-30 14:00", "note": null, "place": {"c1": null, "c2": "PT", "c3": null, "cy": "IT", "lg": 11.25, "lat": 44, "name": "MONTECATINI TER", "geoid": 0}, "notime": null, "date-ut": "1931-03-30 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Amos", "family": "Mariani"}, "birth": {"place": {"c2": "PT", "cy": "IT", "lg": 11.25, "lat": 44, "name": "MONTECATINI TER", "geoid": 0}, "date-ut": "1931-03-30 13:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1537"}, "ids-in-sources": {"a1": "1537"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "PT", "COU": "I", "DAY": "30", "LAT": "44N 0", "LON": "11E15", "MON": "3", "NUM": "1537", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "MONTECATINI TER"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-03-30 14:00"}, "partial-ids": {"ertel": "ES-2676"}}, "raw": {"L": "", "MF": "", "NR": "2676", "ENG": "1", "MA_": "2", "G_NR": "1537", "MA12": "1", "MARS": "2", "NAME": "Mariani", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,100", "CSINR": "", "KURTZ": "", "PHAS_": "79,600", "STUND": "14,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "30.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Amos", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.03.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
196	maridor-jean-1920-11-24	{"a1": "196", "3a_sports": "2678"}	{"ertel": "ES-2678", "lerrcp": "A1-196"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Maridor", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1920-11-24 10:30", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1920-11-24 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Maridor"}, "birth": {"tzo": "+00:00", "date": "1920-11-24 10:30", "place": {"c2": "76", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1920-11-24 10:30"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-196"}, "ids-in-sources": {"a1": "196"}}, "raw": {"H": "10", "MN": "30", "TZ": "0", "COD": "76", "COU": "F", "DAY": "24", "LAT": "49N26", "LON": "1E 5", "MON": "11", "NUM": "196", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "LE HAVRE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-11-24 10:30"}, "partial-ids": {"ertel": "ES-2678"}}, "raw": {"L": "", "MF": "", "NR": "2678", "ENG": "", "MA_": "1", "G_NR": "196", "MA12": "12", "MARS": "35", "NAME": "Maridor", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,300", "CSINR": "", "KURTZ": "", "PHAS_": "94,200", "STUND": "10,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "24.11.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "24.11.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1089	marien-joseph-1929-03-19	{"a1": "1089", "3a_sports": "2681"}	{"ertel": "ES-2681", "lerrcp": "A1-1089"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Marien", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-03-19 22:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ZANDHOVEN", "geoid": 0}, "notime": null, "date-ut": "1929-03-19 22:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Marien"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ZANDHOVEN", "geoid": 0}, "date-ut": "1929-03-19 22:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1089"}, "ids-in-sources": {"a1": "1089"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "19", "LAT": "51N14", "LON": "4E30", "MON": "3", "NUM": "1089", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "ZANDHOVEN"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-03-19 22:00"}, "partial-ids": {"ertel": "ES-2681"}}, "raw": {"L": "", "MF": "", "NR": "2681", "ENG": "", "MA_": "1", "G_NR": "1089", "MA12": "5", "MARS": "14", "NAME": "Marien", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,400", "CSINR": "", "KURTZ": "", "PHAS_": "57,900", "STUND": "22,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "19.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Joseph", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.03.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
197	marin-la-meslee-edmond-1912-02-05	{"a1": "197", "3a_sports": "2682"}	{"ertel": "ES-2682", "lerrcp": "A1-197"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Marin la Meslée", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1912-02-05 03:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.52506, "lat": 50.35909, "name": "Valenciennes", "geoid": 2971041}, "notime": null, "date-ut": "1912-02-05 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Marin la Meslée"}, "birth": {"tzo": "+00:00", "date": "1912-02-05 03:00", "place": {"c2": "59", "cy": "FR", "lg": 3.52506, "lat": 50.35909, "name": "Valenciennes", "geoid": 2971041}, "date-ut": "1912-02-05 03:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-197"}, "ids-in-sources": {"a1": "197"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "59", "COU": "F", "DAY": "5", "LAT": "50N39", "LON": "3E 5", "MON": "2", "NUM": "197", "PRO": "C", "SEC": "0", "YEA": "1912", "CITY": "VALENCIENNES"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1912-02-05 03:00"}, "partial-ids": {"ertel": "ES-2682"}}, "raw": {"L": "", "MF": "", "NR": "2682", "ENG": "", "MA_": "1", "G_NR": "197", "MA12": "7", "MARS": "19", "NAME": "Marin la Meslée", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,200", "CSINR": "", "KURTZ": "", "PHAS_": "94,200", "STUND": "3,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.02.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Edmond", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "05.02.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17057	maris-roger-1934-09-10	{"d10": "822", "3a_sports": "2685", "rawlins-ertel-irving": "239"}	{"ertel": "ES-2685", "csicop": "CS-239", "lerrcp": "D10-822"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Maris", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1934-09-10 13:00", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -92.91667, "lat": 47.41667, "name": "Hibbing", "geoid": null}, "notime": null, "date-ut": "1934-09-10 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["baseball-player"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Maris"}, "birth": {"tzo": "-06:00", "date": "1934-09-10 13:00", "place": {"c2": "MN", "cy": "US", "lg": -92.91667, "lat": 47.41667, "name": "Hibbing"}, "date-ut": "1934-09-10 19:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "822"}}, "raw": {"H": "13:00", "TZ": "6h", "DAY": "10", "LAT": "47N25", "LON": "92W55", "MON": "9", "NUM": "822", "PRO": "SP", "YEA": "1934", "CICO": "Hibbing, MN", "NAME": "Maris Roger"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["baseball-player"]], "ids-in-sources": {"rawlins-ertel-irving": "239"}}, "raw": {"LA1": "47", "LA2": "25", "LO1": "92", "LO2": "56", "AMPM": "P", "MARS": "14", "NAME": "Maris", "BATCH": "1", "Satz#": "239", "GEBDAT": "10 9 1934", "GEBORT": "MN", "GEBZEIT": "1 0", "VORNAME": "Roger", "SPORTART": "BASE", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["baseball-player"], "partial-ids": {"ertel": "ES-2685"}}, "raw": {"L": "", "MF": "", "NR": "2685", "ENG": "", "MA_": "1", "G_NR": "854", "MA12": "5", "MARS": "14", "NAME": "Maris", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "1,000", "CSINR": "239", "KURTZ": "", "PHAS_": "1,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "10.09.", "ZITATE": "BE", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "10.09.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASE", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1943	marraco-henri-1937-11-21	{"a1": "1945", "3a_sports": "2692"}	{"ertel": "ES-2692", "lerrcp": "A1-1945"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Marraco", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1937-11-21 17:30", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.11463, "lat": 43.18564, "name": "Pontacq", "geoid": 2986313}, "notime": null, "date-ut": "1937-11-21 17:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Marraco"}, "birth": {"tzo": "+00:00", "date": "1937-11-21 17:30", "place": {"c2": "64", "cy": "FR", "lg": -0.11463, "lat": 43.18564, "name": "Pontacq", "geoid": 2986313}, "date-ut": "1937-11-21 17:30"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1945"}, "ids-in-sources": {"a1": "1945"}}, "raw": {"H": "17", "MN": "30", "TZ": "0", "COD": "64", "COU": "F", "DAY": "21", "LAT": "43N18", "LON": "0W22", "MON": "11", "NUM": "1945", "PRO": "C", "SEC": "0", "YEA": "1937", "CITY": "PONTACQ"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1937-11-21 17:30"}, "partial-ids": {"ertel": "ES-2692"}}, "raw": {"L": "", "MF": "", "NR": "2692", "ENG": "1", "MA_": "2", "G_NR": "1945", "MA12": "4", "MARS": "11", "NAME": "Marracq", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,200", "CSINR": "", "KURTZ": "", "PHAS_": "89,700", "STUND": "17,50", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "21.11.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "21.11.1937", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1538	martelli-danilo-1923-05-27	{"a1": "1539", "3a_sports": "2696"}	{"ertel": "ES-2696", "lerrcp": "A1-1539"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Danilo", "family": "Martelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1923-05-27 11:20", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "IT", "lg": 10.64848, "lat": 45.14728, "name": "Castellucchio", "geoid": 3179570}, "notime": null, "date-ut": "1923-05-27 10:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Danilo", "family": "Martelli"}, "birth": {"place": {"c2": "MN", "cy": "IT", "lg": 10.64848, "lat": 45.14728, "name": "Castellucchio", "geoid": 3179570}, "date-ut": "1923-05-27 10:20"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1539"}, "ids-in-sources": {"a1": "1539"}}, "raw": {"H": "11", "MN": "20", "TZ": "-1", "COD": "MN", "COU": "I", "DAY": "27", "LAT": "45N12", "LON": "11E 0", "MON": "5", "NUM": "1539", "PRO": "C", "SEC": "0", "YEA": "1923", "CITY": "CASTELLUCCHIO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1923-05-27 11:20"}, "partial-ids": {"ertel": "ES-2696"}}, "raw": {"L": "", "MF": "", "NR": "2696", "ENG": "", "MA_": "0", "G_NR": "1539", "MA12": "3", "MARS": "7", "NAME": "Martelli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,300", "CSINR": "", "KURTZ": "", "PHAS_": "85,400", "STUND": "11,33", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "27.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Danilo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.05.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
406	martelli-castaldi-sabatino-1896-08-19	{"a1": "406", "3a_sports": "2697"}	{"ertel": "ES-2697", "lerrcp": "A1-406"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sabatino", "family": "Martelli Castaldi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1896-08-19 13:00", "note": null, "place": {"c1": null, "c2": "SA", "c3": null, "cy": "IT", "lg": 15.25, "lat": 40.7, "name": "CAVADE'TIRRENI", "geoid": 0}, "notime": null, "date-ut": "1896-08-19 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Sabatino", "family": "Martelli Castaldi"}, "birth": {"place": {"c2": "SA", "cy": "IT", "lg": 15.25, "lat": 40.7, "name": "CAVADE'TIRRENI", "geoid": 0}, "date-ut": "1896-08-19 12:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-406"}, "ids-in-sources": {"a1": "406"}}, "raw": {"H": "13", "MN": "0", "TZ": "-1", "COD": "SA", "COU": "I", "DAY": "19", "LAT": "40N42", "LON": "15E15", "MON": "8", "NUM": "406", "PRO": "C", "SEC": "0", "YEA": "1896", "CITY": "CAVADE'TIRRENI"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1896-08-19 13:00"}, "partial-ids": {"ertel": "ES-2697"}}, "raw": {"L": "", "MF": "", "NR": "2697", "ENG": "", "MA_": "1", "G_NR": "406", "MA12": "6", "MARS": "18", "NAME": "Martelli Castaldi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,000", "CSINR": "", "KURTZ": "", "PHAS_": "81,800", "STUND": "13,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "19.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Sabatino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.08.1896", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1780	martin-alfons-1930-04-18	{"a1": "1781", "3a_sports": "2699"}	{"ertel": "ES-2699", "lerrcp": "A1-1781"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfons", "family": "Martin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-04-18 03:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1930-04-18 02:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "Alfons", "family": "Martin"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1930-04-18 02:00:00"}, "occus": ["swimmer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1781"}, "ids-in-sources": {"a1": "1781"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "18", "LAT": "51N14", "LON": "4E30", "MON": "4", "NUM": "1781", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-04-18 03:00"}, "partial-ids": {"ertel": "ES-2699"}}, "raw": {"L": "", "MF": "", "NR": "2699", "ENG": "", "MA_": "0", "G_NR": "1781", "MA12": "12", "MARS": "34", "NAME": "Martin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,900", "CSINR": "", "KURTZ": "", "PHAS_": "76,800", "STUND": "3,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "18.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alfons", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.04.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SWIM", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16063	martinez-mariano-1948-09-20	{"d6": "276", "3a_sports": "2709"}	{"ertel": "ES-2709", "lerrcp": "D6-276"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mariano", "family": "Martinez", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-09-20 16:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "ES", "lg": -3.68333, "lat": 42.35, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Mariano", "family": "Martinez"}, "birth": {"date": "1948-09-20 16:00", "place": {"cy": "ES", "lg": -3.68333, "lat": 42.35}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "276"}}, "raw": {"H": "16", "MN": "0", "DAY": "20", "LAT": "42N21", "LON": "03W41", "MON": "9", "NUM": "276", "SEC": "0", "YEA": "1948", "NAME": "Martinez Mariano"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-2709"}}, "raw": {"L": "", "MF": "", "NR": "2709", "ENG": "1", "MA_": "2", "G_NR": "276", "MA12": "4", "MARS": "10", "NAME": "Martinez", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-1,900", "CSINR": "", "KURTZ": "", "PHAS_": "97,700", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "SPA", "TAGMON": "20.09.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Mariano", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "20.09.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
951	martini-alfredo-1921-02-18	{"a1": "951", "3a_sports": "2711"}	{"ertel": "ES-2711", "lerrcp": "A1-951"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfredo", "family": "Martini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-02-18 15:00", "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.5, "lat": 43.7, "name": "SESTO FIORENTIN", "geoid": 0}, "notime": null, "date-ut": "1921-02-18 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Alfredo", "family": "Martini"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.5, "lat": 43.7, "name": "SESTO FIORENTIN", "geoid": 0}, "date-ut": "1921-02-18 14:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-951"}, "ids-in-sources": {"a1": "951"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "18", "LAT": "43N42", "LON": "11E30", "MON": "2", "NUM": "951", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "SESTO FIORENTIN"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-02-18 15:00"}, "partial-ids": {"ertel": "ES-2711"}}, "raw": {"L": "", "MF": "", "NR": "2711", "ENG": "1", "MA_": "2", "G_NR": "951", "MA12": "4", "MARS": "10", "NAME": "Martini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,600", "CSINR": "", "KURTZ": "", "PHAS_": "74,100", "STUND": "15,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "18.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alfredo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.02.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2080	martinez-hoz-gaston-1899-12-12	{"a1": "2082", "g55": "03-467", "3a_sports": "2710", "cfepp-final3": "1055"}	{"g55": "03-467", "cfepp": "CF-1055", "ertel": "ES-2710", "lerrcp": "A1-2082"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Martinez Hoz", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1899-12-12 07:30", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.37202, "lat": 44.73599, "name": "Haux", "geoid": 3013641}, "notime": null, "date-ut": "1899-12-12 07:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sport-shooter"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Martinez Hoz"}, "birth": {"tzo": "+00:09:21", "date": "1899-12-12 07:30", "place": {"c2": "33", "cy": "FR", "lg": -0.37202, "lat": 44.73599, "name": "Haux", "geoid": 3013641}, "date-ut": "1899-12-12 07:20:40"}, "occus": ["sport-shooter"], "trust": 5, "partial_ids": {"lerrcp": "A1-2082"}, "ids-in-sources": {"a1": "2082"}}, "raw": {"H": "7", "MN": "20", "TZ": "0", "COD": "33", "COU": "F", "DAY": "12", "LAT": "44N50", "LON": "0W34", "MON": "12", "NUM": "2082", "PRO": "C", "SEC": "40", "YEA": "1899", "CITY": "HAUX"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1899-12-12 07:30"}, "partial-ids": {"ertel": "ES-2710"}}, "raw": {"L": "", "MF": "", "NR": "2710", "ENG": "", "MA_": "1", "G_NR": "2082", "MA12": "12", "MARS": "35", "NAME": "Martinez de Hoz", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,500", "CSINR": "", "KURTZ": "", "PHAS_": "73,200", "STUND": "7,50", "CFEPNR": "1055", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gaston", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "12.12.1899", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SHOO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1899-12-12 07:30", "place": {"c3": ""}, "date-ut": "1899-12-12 07:21"}, "occus": ["sport-shooter"], "ids-in-sources": {"cfepp-final3": "1055"}}, "raw": {"S": "12", "LT": "07 30", "LV": "M", "TR": "f", "UT": "07 21", "LAT": "+44.74", "SRC": "AG", "LONG": "+00.37", "NAME": "MARTINEZ DE HOZ Gaston", "SPORT": "Shooting", "LOC_DATE": "1899 12 12", "UNIV_DATE": "1899 12 12", "BIRTH_PLACE": "HAUX", "POSTAL_CODE": "33550"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-467"}, "ids-in-source": {"g55": "03-467"}}, "raw": {"DAY": "12-12-1899", "HOUR": "7 h. 30", "NAME": "MARTINEZ de HOZ Gaston", "PLACE": "Haux (Gironde)."}, "date": "2023-08-20T14:48:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1946	marty-andre-1931-03-14	{"a1": "1948", "3a_sports": "2716"}	{"ertel": "ES-2716", "lerrcp": "A1-1948"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Marty", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1931-03-14 22:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 2.35, "lat": 43.2, "name": "Rieux-Minerv", "geoid": 0}, "notime": null, "date-ut": "1931-03-14 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "André", "family": "Marty"}, "birth": {"tzo": "+00:00", "date": "1931-03-14 22:00", "place": {"c2": "11", "cy": "FR", "lg": 2.35, "lat": 43.2, "name": "Rieux-Minerv", "geoid": 0}, "date-ut": "1931-03-14 22:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1948"}, "ids-in-sources": {"a1": "1948"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "11", "COU": "F", "DAY": "14", "LAT": "43N12", "LON": "2E21", "MON": "3", "NUM": "1948", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "RIEUX-MINERV"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-03-14 22:00"}, "partial-ids": {"ertel": "ES-2716"}}, "raw": {"L": "", "MF": "", "NR": "2716", "ENG": "1", "MA_": "2", "G_NR": "1948", "MA12": "4", "MARS": "11", "NAME": "Marty", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,800", "CSINR": "", "KURTZ": "", "PHAS_": "23,700", "STUND": "22,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "14.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.03.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1540	masetti-guido-1907-11-22	{"a1": "1541", "3a_sports": "2727"}	{"ertel": "ES-2727", "lerrcp": "A1-1541"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guido", "family": "Masetti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1907-11-22 05:30", "note": null, "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "notime": null, "date-ut": "1907-11-22 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Guido", "family": "Masetti"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "date-ut": "1907-11-22 04:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1541"}, "ids-in-sources": {"a1": "1541"}}, "raw": {"H": "5", "MN": "30", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "22", "LAT": "45N24", "LON": "11E 0", "MON": "11", "NUM": "1541", "PRO": "C", "SEC": "0", "YEA": "1907", "CITY": "VERONA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1907-11-22 05:30"}, "partial-ids": {"ertel": "ES-2727"}}, "raw": {"L": "", "MF": "", "NR": "2727", "ENG": "", "MA_": "1", "G_NR": "1541", "MA12": "9", "MARS": "27", "NAME": "Masetti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,800", "CSINR": "", "KURTZ": "", "PHAS_": "96,100", "STUND": "5,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "22.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Guido", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.11.1907", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16064	masnaghetti-serge-1934-04-15	{"d6": "277", "3a_sports": "2730", "cfepp-final3": "524"}	{"cfepp": "CF-524", "ertel": "ES-2730", "lerrcp": "D6-277"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Serge", "family": "Masnaghetti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-04-15 20:30", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": -5.89, "lat": 49.28, "name": "MANCIEULLES", "geoid": null}, "notime": null, "date-ut": "1934-04-15 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Serge", "family": "Masnaghetti"}, "birth": {"date": "1934-04-15 20:30", "place": {"cy": "FR", "lg": 5.95, "lat": 49.25}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "277"}}, "raw": {"H": "20", "MN": "30", "DAY": "15", "LAT": "49N15", "LON": "05E57", "MON": "4", "NUM": "277", "SEC": "0", "YEA": "1934", "NAME": "Masnaghetti Serge"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2730"}}, "raw": {"L": "", "MF": "", "NR": "2730", "ENG": "", "MA_": "1", "G_NR": "277", "MA12": "7", "MARS": "21", "NAME": "Masnaghetti", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "1,100", "CSINR": "", "KURTZ": "", "PHAS_": "1,300", "STUND": "", "CFEPNR": "524", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Serge", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "15.04.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1934-04-15 20:30", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": -5.89, "lat": 49.28, "name": "MANCIEULLES"}, "date-ut": "1934-04-15 19:30"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "524"}}, "raw": {"S": "7", "LT": "20 30", "LV": "I2", "TR": "f", "UT": "19 30", "LAT": "+49.28", "SRC": "L", "LONG": "-05.89", "NAME": "MASNAGHETTI Serge", "SPORT": "Soccer", "LOC_DATE": "1934 04 15", "UNIV_DATE": "1934 04 15", "BIRTH_PLACE": "MANCIEULLES", "POSTAL_CODE": "54790"}, "date": "2023-08-20T14:46:05+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16066	maspes-antonio-1932-01-14	{"d6": "279", "3a_sports": "2732"}	{"ertel": "ES-2732", "lerrcp": "D6-279"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Maspes", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-01-14 00:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 9.2, "lat": 45.46667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Maspes"}, "birth": {"date": "1932-01-14 00:30", "place": {"cy": "IT", "lg": 9.2, "lat": 45.46667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "279"}}, "raw": {"H": "0", "MN": "30", "DAY": "14", "LAT": "45N28", "LON": "09E12", "MON": "1", "NUM": "279", "SEC": "0", "YEA": "1932", "NAME": "Maspes Antonio"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-2732"}}, "raw": {"L": "", "MF": "", "NR": "2732", "ENG": "", "MA_": "1", "G_NR": "279", "MA12": "9", "MARS": "27", "NAME": "Maspes", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "8,600", "CSINR": "", "KURTZ": "", "PHAS_": "32,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "14.01.", "ZITATE": "DHKSFO", "ZITSUM": "6", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Antonio", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "14.01.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "5"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1091	masson-emiel-1888-10-16	{"a1": "1091", "3a_sports": "2735"}	{"ertel": "ES-2735", "lerrcp": "A1-1091"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emiel", "family": "Masson", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1888-10-16 20:00", "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "MORIALME", "geoid": 0}, "notime": null, "date-ut": "1888-10-16 19:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Emiel", "family": "Masson"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "MORIALME", "geoid": 0}, "date-ut": "1888-10-16 19:42:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1091"}, "ids-in-sources": {"a1": "1091"}}, "raw": {"H": "19", "MN": "42", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "16", "LAT": "50N20", "LON": "4E30", "MON": "10", "NUM": "1091", "PRO": "C", "SEC": "0", "YEA": "1888", "CITY": "MORIALME"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1888-10-16 20:00"}, "partial-ids": {"ertel": "ES-2735"}}, "raw": {"L": "", "MF": "", "NR": "2735", "ENG": "", "MA_": "1", "G_NR": "1091", "MA12": "7", "MARS": "19", "NAME": "Masson", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,800", "CSINR": "", "KURTZ": "", "PHAS_": "85,800", "STUND": "20,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "16.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Emile", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.10.1888", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17099	mc-dermott-richard-1940-09-20	{"d10": "864", "3a_sports": "2742"}	{"ertel": "ES-2742", "lerrcp": "D10-864"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Mc Dermott", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1940-09-20 05:35", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "US", "lg": -83.83333, "lat": 43.61667, "name": "Essexville", "geoid": null}, "notime": null, "date-ut": "1940-09-20 10:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["baseball-player"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Mc Dermott"}, "birth": {"tzo": "-05:00", "date": "1940-09-20 05:35", "place": {"c2": "MI", "cy": "US", "lg": -83.83333, "lat": 43.61667, "name": "Essexville"}, "date-ut": "1940-09-20 10:35"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "864"}}, "raw": {"H": "05:35", "TZ": "5h", "DAY": "20", "LAT": "43N37", "LON": "83W50", "MON": "9", "NUM": "864", "PRO": "SP", "YEA": "1940", "CICO": "Essexville, MI", "NAME": "Mc Dermott Richard"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["baseball-player"], "partial-ids": {"ertel": "ES-2742"}}, "raw": {"L": "", "MF": "", "NR": "2742", "ENG": "", "MA_": "1", "G_NR": "864", "MA12": "5", "MARS": "13", "NAME": "Mathews", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "3,000", "CSINR": "", "KURTZ": "", "PHAS_": "3,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "13.10.", "ZITATE": "B", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Edwin Lee", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "13.10.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASE", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1093	mathys-lucien-1924-04-09	{"a1": "1093", "3a_sports": "2749"}	{"ertel": "ES-2749", "lerrcp": "A1-1093"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Mathys", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-04-09 03:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ZEEVERGEM-BIJ-G", "geoid": 0}, "notime": null, "date-ut": "1924-04-09 02:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Mathys"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ZEEVERGEM-BIJ-G", "geoid": 0}, "date-ut": "1924-04-09 02:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1093"}, "ids-in-sources": {"a1": "1093"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "9", "LAT": "51N 5", "LON": "3E45", "MON": "4", "NUM": "1093", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "ZEEVERGEM-BIJ-G"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-04-09 03:00"}, "partial-ids": {"ertel": "ES-2749"}}, "raw": {"L": "", "MF": "", "NR": "2749", "ENG": "0", "MA_": "2", "G_NR": "1093", "MA12": "12", "MARS": "36", "NAME": "Mathys", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,800", "CSINR": "", "KURTZ": "", "PHAS_": "19,300", "STUND": "3,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "09.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Lucien", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.04.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17101	mc-elhenny-hugh-1928-12-31	{"d10": "866", "3a_sports": "2750"}	{"ertel": "ES-2750", "lerrcp": "D10-866"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hugh", "family": "Mc Elhenny", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1928-12-31 06:45", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1928-12-31 14:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Hugh", "family": "Mc Elhenny"}, "birth": {"tzo": "-08:00", "date": "1928-12-31 06:45", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1928-12-31 14:45"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "866"}}, "raw": {"H": "06:45", "TZ": "8h", "DAY": "31", "LAT": "34N4", "LON": "118W15", "MON": "12", "NUM": "866", "PRO": "SP", "YEA": "1928", "CICO": "Los Angeles, CA", "NAME": "Mc Elhenny Hugh"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-2750"}}, "raw": {"L": "", "MF": "", "NR": "2750", "ENG": "", "MA_": "0", "G_NR": "866", "MA12": "8", "MARS": "24", "NAME": "Matson", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-8,200", "CSINR": "", "KURTZ": "", "PHAS_": "70,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "05.03.", "ZITATE": "DKSTBE", "ZITSUM": "6", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "James Randal (Randy)", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "05.03.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "5"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
648	mathieu-marcel-1926-04-03	{"a1": "648", "g55": "03-532", "3a_sports": "2745"}	{"g55": "03-532", "ertel": "ES-2745", "lerrcp": "A1-648"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Mathieu", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1926-04-03 09:00", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "Petite-Raon", "geoid": 0}, "notime": null, "date-ut": "1926-04-03 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Mathieu"}, "birth": {"tzo": "+00:00", "date": "1926-04-03 09:00", "place": {"c2": "88", "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "Petite Raon", "geoid": 0}, "date-ut": "1926-04-03 09:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-648"}, "ids-in-sources": {"a1": "648"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "88", "COU": "F", "DAY": "3", "LAT": "48N10", "LON": "6E28", "MON": "4", "NUM": "648", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "PETITE RAON"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-04-03 09:00"}, "partial-ids": {"ertel": "ES-2745"}}, "raw": {"L": "", "MF": "", "NR": "2745", "ENG": "1", "MA_": "2", "G_NR": "648", "MA12": "4", "MARS": "12", "NAME": "Mathieu", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,800", "CSINR": "", "KURTZ": "", "PHAS_": "79,400", "STUND": "9,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "03.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "03.04.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Petite-Raon"}}, "partial-ids": {"g55": "03-532"}, "ids-in-source": {"g55": "03-532"}}, "raw": {"DAY": "3-4-1926", "HOUR": "9 h.", "NAME": "MATHIEU Marcel", "PLACE": "Petite-Raon (Vosges)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
17102	mc-enery-john-1925-12-30	{"d10": "867", "3a_sports": "2751"}	{"ertel": "ES-2751", "lerrcp": "D10-867"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Mc Enery", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1925-12-30 20:05", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1925-12-31 04:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "John", "family": "Mc Enery"}, "birth": {"tzo": "-08:00", "date": "1925-12-30 20:05", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1925-12-31 04:05"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "867"}}, "raw": {"H": "20:05", "TZ": "8h", "DAY": "30", "LAT": "37N47", "LON": "122W25", "MON": "12", "NUM": "867", "PRO": "MI", "YEA": "1925", "CICO": "San Francisco, CA", "NAME": "Mc Enery John"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-2751"}}, "raw": {"L": "", "MF": "", "NR": "2751", "ENG": "", "MA_": "1", "G_NR": "867", "MA12": "5", "MARS": "14", "NAME": "Matson", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "4,100", "CSINR": "", "KURTZ": "", "PHAS_": "5,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "01.05.", "ZITATE": "KX", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Oliver", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "01.05.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
408	matteuci-gino-1881-12-12	{"a1": "408", "3a_sports": "2754"}	{"ertel": "ES-2754", "lerrcp": "A1-408"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gino", "family": "Matteuci", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1881-12-12 20:00", "note": null, "place": {"c1": null, "c2": "PI", "c3": null, "cy": "IT", "lg": 10.39659, "lat": 43.71553, "name": "Pisa", "geoid": 3170647}, "notime": null, "date-ut": "1881-12-12 19:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Gino", "family": "Matteuci"}, "birth": {"place": {"c2": "PI", "cy": "IT", "lg": 10.39659, "lat": 43.71553, "name": "Pisa", "geoid": 3170647}, "date-ut": "1881-12-12 19:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-408"}, "ids-in-sources": {"a1": "408"}}, "raw": {"H": "20", "MN": "10", "TZ": "-1", "COD": "PI", "COU": "I", "DAY": "12", "LAT": "43N42", "LON": "10E30", "MON": "12", "NUM": "408", "PRO": "C", "SEC": "4", "YEA": "1881", "CITY": "PISA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1881-12-12 20:00"}, "partial-ids": {"ertel": "ES-2754"}}, "raw": {"L": "", "MF": "", "NR": "2754", "ENG": "1", "MA_": "2", "G_NR": "408", "MA12": "1", "MARS": "3", "NAME": "Matteucci", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,500", "CSINR": "", "KURTZ": "", "PHAS_": "67,200", "STUND": "20,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "12.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.12.1881", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2034	maupeou-d-ableiges-pierre-1910-06-07	{"a1": "2036", "g55": "03-432", "3a_sports": "2762"}	{"g55": "03-432", "ertel": "ES-2762", "lerrcp": "A1-2036"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Maupeou D'Ableiges", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1910-06-07 19:45", "note": null, "place": {"c1": null, "c2": "70", "c3": null, "cy": "FR", "lg": 5.59215, "lat": 47.44575, "name": "Gray", "geoid": 3014784}, "notime": null, "date-ut": "1910-06-07 19:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["equestrian"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Maupeou D'Ableiges"}, "birth": {"tzo": "+00:09:21", "date": "1910-06-07 19:45", "place": {"c2": "70", "cy": "FR", "lg": 5.59215, "lat": 47.44575, "name": "Gray", "geoid": 3014784}, "date-ut": "1910-06-07 19:35:40"}, "occus": ["equestrian"], "trust": 5, "partial_ids": {"lerrcp": "A1-2036"}, "ids-in-sources": {"a1": "2036"}}, "raw": {"H": "19", "MN": "35", "TZ": "0", "COD": "70", "COU": "F", "DAY": "7", "LAT": "47N37", "LON": "6E 9", "MON": "6", "NUM": "2036", "PRO": "C", "SEC": "40", "YEA": "1910", "CITY": "GRAY"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1910-06-07 19:45"}, "partial-ids": {"ertel": "ES-2762"}}, "raw": {"L": "", "MF": "", "NR": "2762", "ENG": "", "MA_": "0", "G_NR": "2036", "MA12": "6", "MARS": "16", "NAME": "Maupeou D'Ableiges", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,100", "CSINR": "", "KURTZ": "", "PHAS_": "0,500", "STUND": "19,75", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pierre (de)", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "07.06.1910", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "HORS", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-432"}, "ids-in-source": {"g55": "03-432"}}, "raw": {"DAY": "7-6-1910", "HOUR": "19 h. 45", "NAME": "MAUPEOU d’ABLEIGES (de) Pierre", "PLACE": "Gray (H.-S.)."}, "date": "2023-08-20T14:48:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
16069	mazard-herve-1943-12-18	{"d6": "282", "3a_sports": "2770", "cfepp-final3": "771"}	{"cfepp": "CF-771", "ertel": "ES-2770", "lerrcp": "D6-282"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hervé", "family": "Mazard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-12-18 08:00", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": -2.68, "lat": 43.2, "name": "MONTBRUN DES CORBIERES", "geoid": null}, "notime": null, "date-ut": "1943-12-18 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Hervé", "family": "Mazard"}, "birth": {"date": "1943-12-18 08:00", "place": {"cy": "FR", "lg": 2.76667, "lat": 43.2}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "282"}}, "raw": {"H": "8", "MN": "0", "DAY": "18", "LAT": "43N12", "LON": "02E46", "MON": "12", "NUM": "282", "SEC": "0", "YEA": "1943", "NAME": "Mazard Hervé"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-2770"}}, "raw": {"L": "", "MF": "", "NR": "2770", "ENG": "", "MA_": "1", "G_NR": "282", "MA12": "7", "MARS": "20", "NAME": "Mazard", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-8,400", "CSINR": "", "KURTZ": "", "PHAS_": "67,200", "STUND": "", "CFEPNR": "772", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Hervé", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "18.12.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1943-12-18 08:00", "place": {"c2": "11", "c3": "", "cy": "FR", "lg": -2.68, "lat": 43.2, "name": "MONTBRUN DES CORBIERES"}, "date-ut": "1943-12-18 07:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "771"}}, "raw": {"S": "7", "LT": "08 00", "LV": "I14", "TR": "f", "UT": "07 00", "LAT": "+43.20", "SRC": "L", "LONG": "-02.68", "NAME": "MAZARD Herve", "SPORT": "Rugby League", "LOC_DATE": "1943 12 18", "UNIV_DATE": "1943 12 18", "BIRTH_PLACE": "MONTBRUN DES CORBIERES", "POSTAL_CODE": "11700"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1948	mauriat-paul-1887-05-27	{"a1": "1950", "g55": "03-407", "3a_sports": "2764", "cfepp-final3": "917"}	{"g55": "03-407", "cfepp": "CF-917", "cpara": "CP-305", "ertel": "ES-2764", "lerrcp": "A1-1950"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Mauriat", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:19:20", "date": "1887-05-27 23:30", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Neuville-sur-Saône", "geoid": 0}, "notime": null, "date-ut": "1887-05-27 23:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Mauriat"}, "birth": {"tzo": "+00:19:20", "date": "1887-05-27 23:30", "place": {"c2": "69", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Neuville-sur-Saon", "geoid": 0}, "date-ut": "1887-05-27 23:10:40"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1950"}, "ids-in-sources": {"a1": "1950"}}, "raw": {"H": "23", "MN": "10", "TZ": "0", "COD": "69", "COU": "F", "DAY": "27", "LAT": "45N46", "LON": "4E50", "MON": "5", "NUM": "1950", "PRO": "C", "SEC": "40", "YEA": "1887", "CITY": "NEUVILLE-S/SAON"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1887-05-27 23:30"}, "partial-ids": {"ertel": "ES-2764"}}, "raw": {"L": "", "MF": "", "NR": "2764", "ENG": "", "MA_": "1", "G_NR": "1950", "MA12": "10", "MARS": "28", "NAME": "Mauriat", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,300", "CSINR": "", "KURTZ": "", "PHAS_": "17,200", "STUND": "23,50", "CFEPNR": "917", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.05.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "305", "VORNAME": "Paul", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "27.05.1887", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1887-05-27 23:30", "place": {"c3": ""}, "date-ut": "1887-05-27 23:11"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "917"}}, "raw": {"S": "10", "LT": "23 30", "LV": "I19", "TR": "f", "UT": "23 11", "LAT": "+45.88", "SRC": "ALG", "LONG": "-04.84", "NAME": "MAURIAT Paul", "SPORT": "Rugby Union", "LOC_DATE": "1887 05 27", "UNIV_DATE": "1887 05 27", "BIRTH_PLACE": "NEUVILLE SUR SAONE", "POSTAL_CODE": "69250"}, "date": "2023-08-20T14:46:15+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Neuville-sur-Saône"}}, "partial-ids": {"g55": "03-407"}, "ids-in-source": {"g55": "03-407"}}, "raw": {"DAY": "27-5-1887", "HOUR": "23 h. 30", "NAME": "MAURIAT Paul", "PLACE": "Neuville-sur-Saône (Rhône)."}, "date": "2023-08-20T14:48:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
650	maury-maurice-1926-04-18	{"a1": "650", "g55": "03-534", "3a_sports": "2765"}	{"g55": "03-534", "ertel": "ES-2765", "lerrcp": "A1-650"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Maury", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1926-04-18 05:00", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "notime": null, "date-ut": "1926-04-18 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Maury"}, "birth": {"tzo": "+01:00", "date": "1926-04-18 05:00", "place": {"c2": "24", "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "date-ut": "1926-04-18 04:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-650"}, "ids-in-sources": {"a1": "650"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "24", "COU": "F", "DAY": "18", "LAT": "45N11", "LON": "0E44", "MON": "4", "NUM": "650", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "PERIGUEUX"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-04-18 05:00"}, "partial-ids": {"ertel": "ES-2765"}}, "raw": {"L": "", "MF": "", "NR": "2765", "ENG": "1", "MA_": "2", "G_NR": "650", "MA12": "1", "MARS": "3", "NAME": "Maury", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,900", "CSINR": "", "KURTZ": "", "PHAS_": "31,400", "STUND": "5,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "18.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Maurice", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "18.04.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-534"}, "ids-in-source": {"g55": "03-534"}}, "raw": {"DAY": "18-4-1926", "HOUR": "5 h.", "NAME": "MAURY Maurice", "PLACE": "Périgueux (Dordogne)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1541	mazza-bruno-1924-06-03	{"a1": "1542", "3a_sports": "2773"}	{"ertel": "ES-2773", "lerrcp": "A1-1542"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Mazza", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-06-03 01:00", "note": null, "place": {"c1": null, "c2": "CR", "c3": null, "cy": "IT", "lg": 9.66826, "lat": 45.35877, "name": "Crema", "geoid": 3177841}, "notime": null, "date-ut": "1924-06-03 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Bruno", "family": "Mazza"}, "birth": {"place": {"c2": "CR", "cy": "IT", "lg": 9.66826, "lat": 45.35877, "name": "Crema", "geoid": 3177841}, "date-ut": "1924-06-03 00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1542"}, "ids-in-sources": {"a1": "1542"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "CR", "COU": "I", "DAY": "3", "LAT": "45N12", "LON": "11E 0", "MON": "6", "NUM": "1542", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "CREMA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-06-03 01:00"}, "partial-ids": {"ertel": "ES-2773"}}, "raw": {"L": "", "MF": "", "NR": "2773", "ENG": "1", "MA_": "2", "G_NR": "1542", "MA12": "1", "MARS": "2", "NAME": "Mazza", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,200", "CSINR": "", "KURTZ": "", "PHAS_": "0,300", "STUND": "1,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "03.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bruno", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.06.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
410	mazzaron-anton-1899-08-03	{"a1": "410", "3a_sports": "2774"}	{"ertel": "ES-2774", "lerrcp": "A1-410"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anton", "family": "Mazzaron", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1899-08-03 22:00", "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1899-08-03 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Anton", "family": "Mazzaron"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1899-08-03 21:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-410"}, "ids-in-sources": {"a1": "410"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "3", "LAT": "44N30", "LON": "11E 0", "MON": "8", "NUM": "410", "PRO": "C", "SEC": "0", "YEA": "1899", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1899-08-03 22:00"}, "partial-ids": {"ertel": "ES-2774"}}, "raw": {"L": "", "MF": "", "NR": "2774", "ENG": "", "MA_": "1", "G_NR": "410", "MA12": "7", "MARS": "19", "NAME": "Mazzaron", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,800", "CSINR": "", "KURTZ": "", "PHAS_": "10,700", "STUND": "22,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "03.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Anton", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.08.1899", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16070	mazzinghi-sandro-1938-10-03	{"d6": "283", "3a_sports": "2775"}	{"ertel": "ES-2775", "lerrcp": "D6-283"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sandro", "family": "Mazzinghi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1938-10-03 01:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 10.63333, "lat": 43.66667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Sandro", "family": "Mazzinghi"}, "birth": {"date": "1938-10-03 01:30", "place": {"cy": "IT", "lg": 10.63333, "lat": 43.66667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "283"}}, "raw": {"H": "1", "MN": "30", "DAY": "3", "LAT": "43N40", "LON": "10E38", "MON": "10", "NUM": "283", "SEC": "0", "YEA": "1938", "NAME": "Mazzinghi Sandro"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["boxer"], "partial-ids": {"ertel": "ES-2775"}}, "raw": {"L": "", "MF": "", "NR": "2775", "ENG": "", "MA_": "0", "G_NR": "283", "MA12": "11", "MARS": "32", "NAME": "Mazzinghi", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "9,300", "CSINR": "", "KURTZ": "", "PHAS_": "64,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "03.10.", "ZITATE": "R", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Sandro", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "03.10.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
411	mazzoleni-ernani-1871-07-03	{"a1": "411", "3a_sports": "2777"}	{"ertel": "ES-2777", "lerrcp": "A1-411"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernani", "family": "Mazzoleni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1871-07-03 20:00", "note": null, "place": {"c1": null, "c2": "BG", "c3": null, "cy": "IT", "lg": 9.66895, "lat": 45.69798, "name": "Bergamo", "geoid": 3182164}, "notime": null, "date-ut": "1871-07-03 19:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Ernani", "family": "Mazzoleni"}, "birth": {"place": {"c2": "BG", "cy": "IT", "lg": 9.66895, "lat": 45.69798, "name": "Bergamo", "geoid": 3182164}, "date-ut": "1871-07-03 19:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-411"}, "ids-in-sources": {"a1": "411"}}, "raw": {"H": "20", "MN": "10", "TZ": "-1", "COD": "BG", "COU": "I", "DAY": "3", "LAT": "45N36", "LON": "9E45", "MON": "7", "NUM": "411", "PRO": "C", "SEC": "4", "YEA": "1871", "CITY": "BERGAMO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1871-07-03 20:00"}, "partial-ids": {"ertel": "ES-2777"}}, "raw": {"L": "", "MF": "", "NR": "2777", "ENG": "", "MA_": "1", "G_NR": "411", "MA12": "5", "MARS": "13", "NAME": "Mazzoleni", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,200", "CSINR": "", "KURTZ": "", "PHAS_": "99,700", "STUND": "20,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "03.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ernani", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.07.1871", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17499	taylor-brian-1951-06-09	{"d10": "1265", "3a_sports": "3976", "rawlins-ertel-irving": "354"}	{"ertel": "ES-3976", "csicop": "CS-354", "lerrcp": "D10-1265"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Brian", "family": "Taylor", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-04:00", "date": "1951-06-09 12:01", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.26667, "lat": 40.51667, "name": "Perth Amboy", "geoid": null}, "notime": null, "date-ut": "1951-06-09 16:01"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Brian", "family": "Taylor"}, "birth": {"tzo": "-04:00", "date": "1951-06-09 12:01", "place": {"c2": "NJ", "cy": "US", "lg": -74.26667, "lat": 40.51667, "name": "Perth Amboy"}, "date-ut": "1951-06-09 16:01"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1265"}}, "raw": {"H": "12:01", "TZ": "4h", "DAY": "9", "LAT": "40N31", "LON": "74W16", "MON": "6", "NUM": "1265", "PRO": "SP", "YEA": "1951", "CICO": "Perth Amboy, NJ", "NAME": "Taylor Brian"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["basketball-player"]], "ids-in-sources": {"rawlins-ertel-irving": "354"}}, "raw": {"LA1": "40", "LA2": "31", "LO1": "74", "LO2": "16", "AMPM": "P", "MARS": "9", "NAME": "Taylor", "BATCH": "1", "Satz#": "355", "GEBDAT": "9 6 1951", "GEBORT": "NJ", "GEBZEIT": "12 1", "VORNAME": "Brian", "SPORTART": "BASK", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-3976"}}, "raw": {"L": "", "MF": "", "NR": "3976", "ENG": "0", "MA_": "2", "G_NR": "1265", "MA12": "3", "MARS": "9", "NAME": "Taylor", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "6,300", "CSINR": "354", "KURTZ": "", "PHAS_": "16,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "09.06.", "ZITATE": "T", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Brian", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "09.06.1951", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16052	mc-calliog-jim-1946-09-23	{"d6": "265", "3a_sports": "2781"}	{"ertel": "ES-2781", "lerrcp": "D6-265"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jim", "family": "Mc Calliog", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-09-23 13:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -4.25, "lat": 55.88333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jim", "family": "Mc Calliog"}, "birth": {"date": "1946-09-23 13:00", "place": {"cy": "GB", "lg": -4.25, "lat": 55.88333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "265"}}, "raw": {"H": "13", "MN": "0", "DAY": "23", "LAT": "55N53", "LON": "04W15", "MON": "9", "NUM": "265", "SEC": "0", "YEA": "1946", "NAME": "Mc Calliog Jim"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2781"}}, "raw": {"L": "", "MF": "", "NR": "2781", "ENG": "", "MA_": "1", "G_NR": "265", "MA12": "2", "MARS": "6", "NAME": "McCalliog", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-6,400", "CSINR": "", "KURTZ": "", "PHAS_": "6,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "SCO", "TAGMON": "23.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jim", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.09.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16054	mc-creadie-eddie-1940-04-15	{"d6": "267", "3a_sports": "2784"}	{"ertel": "ES-2784", "lerrcp": "D6-267"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eddie", "family": "Mc Creadie", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-04-15 17:20", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -4.25, "lat": 55.88333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Eddie", "family": "Mc Creadie"}, "birth": {"date": "1940-04-15 17:20", "place": {"cy": "GB", "lg": -4.25, "lat": 55.88333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "267"}}, "raw": {"H": "17", "MN": "20", "DAY": "15", "LAT": "55N53", "LON": "04W15", "MON": "4", "NUM": "267", "SEC": "0", "YEA": "1940", "NAME": "Mc Creadie Eddie"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2784"}}, "raw": {"L": "", "MF": "", "NR": "2784", "ENG": "1", "MA_": "2", "G_NR": "267", "MA12": "4", "MARS": "12", "NAME": "McCreadie", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "10,500", "CSINR": "", "KURTZ": "", "PHAS_": "43,900", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "SCO", "TAGMON": "15.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Eddie", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.04.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17070	matson-oliver-1930-05-01	{"d10": "835", "3a_sports": "2790"}	{"ertel": "ES-2790", "lerrcp": "D10-835"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oliver", "family": "Matson", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1930-05-01 13:00", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -95.36667, "lat": 30.95, "name": "Trinity", "geoid": null}, "notime": null, "date-ut": "1930-05-01 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Oliver", "family": "Matson"}, "birth": {"tzo": "-06:00", "date": "1930-05-01 13:00", "place": {"c2": "TX", "cy": "US", "lg": -95.36667, "lat": 30.95, "name": "Trinity"}, "date-ut": "1930-05-01 19:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "835"}}, "raw": {"H": "13:00", "TZ": "6h", "DAY": "1", "LAT": "30N57", "LON": "95W22", "MON": "5", "NUM": "835", "PRO": "SP", "YEA": "1930", "CICO": "Trinity, TX", "NAME": "Matson Oliver"}, "date": "2023-08-20T14:44:03+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["tennis-player"], "partial-ids": {"ertel": "ES-2790"}}, "raw": {"L": "", "MF": "", "NR": "2790", "ENG": "", "MA_": "0", "G_NR": "835", "MA12": "11", "MARS": "33", "NAME": "McKinley", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "9,300", "CSINR": "", "KURTZ": "", "PHAS_": "44,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "05.01.", "ZITATE": "DS", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Charles (Chuck)", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "05.01.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1543	meazza-giuseppe-1910-08-23	{"a1": "1544", "3a_sports": "2791"}	{"ertel": "ES-2791", "lerrcp": "A1-1544"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Meazza", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1910-08-23 10:00", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1910-08-23 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Meazza"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1910-08-23 09:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1544"}, "ids-in-sources": {"a1": "1544"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "23", "LAT": "45N30", "LON": "9E15", "MON": "8", "NUM": "1544", "PRO": "C", "SEC": "0", "YEA": "1910", "CITY": "MILANO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1910-08-23 10:00"}, "partial-ids": {"ertel": "ES-2791"}}, "raw": {"L": "", "MF": "", "NR": "2791", "ENG": "", "MA_": "1", "G_NR": "1544", "MA12": "2", "MARS": "5", "NAME": "Meazza", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,300", "CSINR": "", "KURTZ": "", "PHAS_": "93,700", "STUND": "10,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "23.08.", "ZITATE": "DSWO", "ZITSUM": "4", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giuseppe", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "23.08.1910", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16040	loncle-marcel-1936-01-05	{"d6": "253", "3a_sports": "2514", "cfepp-final3": "517"}	{"cfepp": "CF-517", "ertel": "ES-2514", "lerrcp": "D6-253"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Loncle", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1936-01-05 16:30", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": 2.03, "lat": 48.65, "name": "ST MALO", "geoid": null}, "notime": null, "date-ut": "1936-01-05 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Loncle"}, "birth": {"date": "1936-01-05 16:00", "place": {"cy": "FR", "lg": -2, "lat": 48.65}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "253"}}, "raw": {"H": "16", "MN": "0", "DAY": "5", "LAT": "48N39", "LON": "02W00", "MON": "1", "NUM": "253", "SEC": "0", "YEA": "1936", "NAME": "Loncle Marcel"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2514"}}, "raw": {"L": "", "MF": "", "NR": "2514", "ENG": "1", "MA_": "2", "G_NR": "253", "MA12": "4", "MARS": "12", "NAME": "Loncle", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "8,900", "CSINR": "", "KURTZ": "", "PHAS_": "84,500", "STUND": "", "CFEPNR": "517", "EXTEND": "1", "NATION": "FRA", "TAGMON": "05.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "05.01.1936", "GQBECORR": "c", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "loncle-marcel-1936-01-05", "birth": {"date": "1936-01-05 16:30", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": 2.03, "lat": 48.65, "name": "ST MALO"}, "date-ut": "1936-01-05 16:30"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "517"}}, "raw": {"S": "4", "LT": "16 30", "LV": "I2", "TR": "f", "UT": "16 30", "LAT": "+48.65", "SRC": "L", "LONG": "+02.03", "NAME": "LONCLE Marcel", "SPORT": "Soccer", "LOC_DATE": "1936 01 05", "UNIV_DATE": "1936 01 05", "BIRTH_PLACE": "ST MALO", "POSTAL_CODE": "35408 CEDEX"}, "date": "2023-08-20T14:46:05+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1095	mechant-isidor-1885-12-15	{"a1": "1095", "3a_sports": "2792"}	{"ertel": "ES-2792", "lerrcp": "A1-1095"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Isidor", "family": "Mechant", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1885-12-15 08:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "BELSELE-WAAS", "geoid": 0}, "notime": null, "date-ut": "1885-12-15 07:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Isidor", "family": "Mechant"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "BELSELE-WAAS", "geoid": 0}, "date-ut": "1885-12-15 07:45:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1095"}, "ids-in-sources": {"a1": "1095"}}, "raw": {"H": "7", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "15", "LAT": "51N 5", "LON": "3E45", "MON": "12", "NUM": "1095", "PRO": "C", "SEC": "0", "YEA": "1885", "CITY": "BELSELE-WAAS"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1885-12-15 08:00"}, "partial-ids": {"ertel": "ES-2792"}}, "raw": {"L": "", "MF": "", "NR": "2792", "ENG": "", "MA_": "1", "G_NR": "1095", "MA12": "5", "MARS": "13", "NAME": "Mechant", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,700", "CSINR": "", "KURTZ": "", "PHAS_": "52,400", "STUND": "8,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "15.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Isidor", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.12.1885", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1950	medus-robert-1929-04-12	{"a1": "1952", "3a_sports": "2795"}	{"ertel": "ES-2795", "lerrcp": "A1-1952"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Medus", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1929-04-12 16:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "notime": null, "date-ut": "1929-04-12 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Medus"}, "birth": {"tzo": "+00:00", "date": "1929-04-12 16:00", "place": {"c2": "11", "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "date-ut": "1929-04-12 16:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1952"}, "ids-in-sources": {"a1": "1952"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "11", "COU": "F", "DAY": "12", "LAT": "43N12", "LON": "2E21", "MON": "4", "NUM": "1952", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "CARCASSONNE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-04-12 16:00"}, "partial-ids": {"ertel": "ES-2795"}}, "raw": {"L": "", "MF": "", "NR": "2795", "ENG": "", "MA_": "0", "G_NR": "1952", "MA12": "3", "MARS": "8", "NAME": "Medus", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,300", "CSINR": "", "KURTZ": "", "PHAS_": "6,100", "STUND": "16,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.04.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1656	meert-henri-1920-08-27	{"a1": "1657", "3a_sports": "2796"}	{"cpara": "CP-456", "ertel": "ES-2796", "lerrcp": "A1-1657"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Meert", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-08-27 11:30", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAARBEEK", "geoid": 0}, "notime": null, "date-ut": "1920-08-27 10:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Meert"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "SCHAARBEEK", "geoid": 0}, "date-ut": "1920-08-27 10:30:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1657"}, "ids-in-sources": {"a1": "1657"}}, "raw": {"H": "10", "MN": "30", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "27", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "1657", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "SCHAARBEEK"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-08-27 11:30"}, "partial-ids": {"ertel": "ES-2796"}}, "raw": {"L": "", "MF": "", "NR": "2796", "ENG": "", "MA_": "0", "G_NR": "1657", "MA12": "12", "MARS": "34", "NAME": "Meert", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,400", "CSINR": "", "KURTZ": "", "PHAS_": "93,500", "STUND": "11,50", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "27.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "456", "VORNAME": "Henri", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.08.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
719	melis-paolo-1929-05-16	{"a1": "719", "3a_sports": "2803"}	{"ertel": "ES-2803", "lerrcp": "A1-719"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paolo", "family": "Melis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-05-16 20:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "IT", "lg": 9.13462, "lat": 39.20738, "name": "Cagliari", "geoid": 2525473}, "notime": null, "date-ut": "1929-05-16 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Paolo", "family": "Melis"}, "birth": {"place": {"c2": "CA", "cy": "IT", "lg": 9.13462, "lat": 39.20738, "name": "Cagliari", "geoid": 2525473}, "date-ut": "1929-05-16 19:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-719"}, "ids-in-sources": {"a1": "719"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "CA", "COU": "I", "DAY": "16", "LAT": "39N24", "LON": "9E 0", "MON": "5", "NUM": "719", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "CAGLIARI"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-05-16 20:00"}, "partial-ids": {"ertel": "ES-2803"}}, "raw": {"L": "", "MF": "", "NR": "2803", "ENG": "", "MA_": "1", "G_NR": "719", "MA12": "5", "MARS": "13", "NAME": "Melis", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,100", "CSINR": "", "KURTZ": "", "PHAS_": "51,500", "STUND": "20,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "16.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Paolo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.05.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
414	menecali-abdon-1827-05-28	{"a1": "414", "3a_sports": "2805"}	{"ertel": "ES-2805", "lerrcp": "A1-414"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Abdon", "family": "Menecali", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1827-05-28 20:00", "note": null, "place": {"c1": null, "c2": "PG", "c3": null, "cy": "IT", "lg": 12.40456, "lat": 42.77994, "name": "Todi", "geoid": 3165612}, "notime": null, "date-ut": "1827-05-28 19:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Abdon", "family": "Menecali"}, "birth": {"place": {"c2": "PG", "cy": "IT", "lg": 12.40456, "lat": 42.77994, "name": "Todi", "geoid": 3165612}, "date-ut": "1827-05-28 19:08"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-414"}, "ids-in-sources": {"a1": "414"}}, "raw": {"H": "20", "MN": "8", "TZ": "-1", "COD": "PG", "COU": "I", "DAY": "28", "LAT": "43N 0", "LON": "13E 0", "MON": "5", "NUM": "414", "PRO": "C", "SEC": "0", "YEA": "1827", "CITY": "TODI"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1827-05-28 20:00"}, "partial-ids": {"ertel": "ES-2805"}}, "raw": {"L": "", "MF": "", "NR": "2805", "ENG": "", "MA_": "1", "G_NR": "414", "MA12": "6", "MARS": "18", "NAME": "Menecali Don", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,100", "CSINR": "", "KURTZ": "", "PHAS_": "4,500", "STUND": "20,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "28.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Abdon", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.05.1827", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1545	menti-romeo-1919-09-05	{"a1": "1546", "3a_sports": "2810"}	{"ertel": "ES-2810", "lerrcp": "A1-1546"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Romeo", "family": "Menti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-09-05 15:00", "note": null, "place": {"c1": null, "c2": "VI", "c3": null, "cy": "IT", "lg": 11.5409, "lat": 45.55729, "name": "Vicenza", "geoid": 3164419}, "notime": null, "date-ut": "1919-09-05 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Romeo", "family": "Menti"}, "birth": {"place": {"c2": "VI", "cy": "IT", "lg": 11.5409, "lat": 45.55729, "name": "Vicenza", "geoid": 3164419}, "date-ut": "1919-09-05 13:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1546"}, "ids-in-sources": {"a1": "1546"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "VI", "COU": "I", "DAY": "5", "LAT": "45N30", "LON": "12E 0", "MON": "9", "NUM": "1546", "PRO": "C", "SEC": "0", "YEA": "1919", "CITY": "VICENZA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1919-09-05 15:00"}, "partial-ids": {"ertel": "ES-2810"}}, "raw": {"L": "", "MF": "", "NR": "2810", "ENG": "", "MA_": "1", "G_NR": "1546", "MA12": "5", "MARS": "14", "NAME": "Menti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,000", "CSINR": "", "KURTZ": "", "PHAS_": "72,400", "STUND": "15,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "05.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Romeo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.09.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
416	mercanti-arturo-1875-04-15	{"a1": "416", "3a_sports": "2813"}	{"ertel": "ES-2813", "lerrcp": "A1-416"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arturo", "family": "Mercanti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1875-04-15 16:00", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1875-04-15 15:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Arturo", "family": "Mercanti"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1875-04-15 15:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-416"}, "ids-in-sources": {"a1": "416"}}, "raw": {"H": "16", "MN": "10", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "15", "LAT": "45N30", "LON": "9E15", "MON": "4", "NUM": "416", "PRO": "C", "SEC": "4", "YEA": "1875", "CITY": "MILANO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1875-04-15 16:00"}, "partial-ids": {"ertel": "ES-2813"}}, "raw": {"L": "", "MF": "", "NR": "2813", "ENG": "", "MA_": "1", "G_NR": "416", "MA12": "9", "MARS": "27", "NAME": "Mercanti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,800", "CSINR": "", "KURTZ": "", "PHAS_": "71,700", "STUND": "16,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "15.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Arturo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.04.1875", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1096	merckx-eddy-1945-06-17	{"a1": "1096", "3a_sports": "2816"}	{"ertel": "ES-2816", "lerrcp": "A1-1096"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eddy", "family": "Merckx", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1945-06-17 11:00", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MEENSEL-KIEZEGE", "geoid": 0}, "notime": null, "date-ut": "1945-06-17 09:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Eddy", "family": "Merckx"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "MEENSEL-KIEZEGE", "geoid": 0}, "date-ut": "1945-06-17 09:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1096"}, "ids-in-sources": {"a1": "1096"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "17", "LAT": "50N51", "LON": "4E15", "MON": "6", "NUM": "1096", "PRO": "C", "SEC": "0", "YEA": "1945", "CITY": "MEENSEL-KIEZEGE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1945-06-17 11:00"}, "partial-ids": {"ertel": "ES-2816"}}, "raw": {"L": "", "MF": "", "NR": "2816", "ENG": "1", "MA_": "2", "G_NR": "1096", "MA12": "4", "MARS": "11", "NAME": "Merckx", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,600", "CSINR": "", "KURTZ": "", "PHAS_": "44,500", "STUND": "11,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "17.06.", "ZITATE": "DHSFO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Eddy", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "17.06.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
62	mericamp-paul-1888-03-05	{"a1": "62", "3a_sports": "2818"}	{"ertel": "ES-2818", "lerrcp": "A1-62"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Mericamp", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-00:01:24", "date": "1888-03-05 16:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.35164, "lat": 43.28753, "name": "Bizanos", "geoid": 3032496}, "notime": null, "date-ut": "1888-03-05 16:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Mericamp"}, "birth": {"tzo": "-00:01:24", "date": "1888-03-05 16:00", "place": {"c2": "64", "cy": "FR", "lg": -0.35164, "lat": 43.28753, "name": "Bizanos", "geoid": 3032496}, "date-ut": "1888-03-05 16:01:28"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-62"}, "ids-in-sources": {"a1": "62"}}, "raw": {"H": "16", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "5", "LAT": "43N18", "LON": "0W22", "MON": "3", "NUM": "62", "PRO": "C", "SEC": "28", "YEA": "1888", "CITY": "BIZANOS"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1888-03-05 16:00"}, "partial-ids": {"ertel": "ES-2818"}}, "raw": {"L": "", "MF": "", "NR": "2818", "ENG": "", "MA_": "1", "G_NR": "62", "MA12": "10", "MARS": "29", "NAME": "Mericamp", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,30", "CSINR": "", "KURTZ": "", "PHAS_": "51,700", "STUND": "16,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Paul", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "05.03.1888", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1658	mermans-jozef-1922-02-16	{"a1": "1659", "3a_sports": "2823"}	{"cpara": "CP-435", "ertel": "ES-2823", "lerrcp": "A1-1659"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jozef", "family": "Mermans", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-02-16 16:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MERKSEM", "geoid": 0}, "notime": null, "date-ut": "1922-02-16 16:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jozef", "family": "Mermans"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MERKSEM", "geoid": 0}, "date-ut": "1922-02-16 16:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1659"}, "ids-in-sources": {"a1": "1659"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "16", "LAT": "51N14", "LON": "4E30", "MON": "2", "NUM": "1659", "PRO": "C", "SEC": "0", "YEA": "1922", "CITY": "MERKSEM"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1922-02-16 16:00"}, "partial-ids": {"ertel": "ES-2823"}}, "raw": {"L": "", "MF": "", "NR": "2823", "ENG": "", "MA_": "1", "G_NR": "1659", "MA12": "9", "MARS": "26", "NAME": "Mermans", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,700", "CSINR": "", "KURTZ": "", "PHAS_": "78,800", "STUND": "16,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "16.02.", "ZITATE": "WO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "435", "VORNAME": "Jozef", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "16.02.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16072	messina-guido-1931-01-04	{"d6": "285", "3a_sports": "2829"}	{"ertel": "ES-2829", "lerrcp": "D6-285"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guido", "family": "Messina", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-01-04 12:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 13.28333, "lat": 38.08333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Guido", "family": "Messina"}, "birth": {"date": "1931-01-04 12:00", "place": {"cy": "IT", "lg": 13.28333, "lat": 38.08333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "285"}}, "raw": {"H": "12", "MN": "0", "DAY": "4", "LAT": "38N05", "LON": "13E17", "MON": "1", "NUM": "285", "SEC": "0", "YEA": "1931", "NAME": "Messina Guido"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-2829"}}, "raw": {"L": "", "MF": "", "NR": "2829", "ENG": "", "MA_": "0", "G_NR": "285", "MA12": "8", "MARS": "23", "NAME": "Messina", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "2,800", "CSINR": "", "KURTZ": "", "PHAS_": "99,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "04.01.", "ZITATE": "DHKSO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Guido", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "04.01.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1952	merquey-jacques-1929-09-26	{"a1": "1954", "3a_sports": "2825", "cfepp-final3": "919"}	{"cfepp": "CF-919", "cpara": "CP-310", "ertel": "ES-2825", "lerrcp": "A1-1954"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Merquey", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1929-09-26 13:00", "note": null, "place": {"c1": null, "c2": "46", "c3": "", "cy": "FR", "lg": 1.4738, "lat": 44.89788, "name": "Souillac", "geoid": 2974066}, "notime": null, "date-ut": "1929-09-26 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Merquey"}, "birth": {"tzo": "+01:00", "date": "1929-09-26 13:00", "place": {"c2": "46", "cy": "FR", "lg": 1.4738, "lat": 44.89788, "name": "Souillac", "geoid": 2974066}, "date-ut": "1929-09-26 12:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1954"}, "ids-in-sources": {"a1": "1954"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "46", "COU": "F", "DAY": "26", "LAT": "44N27", "LON": "1E26", "MON": "9", "NUM": "1954", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "SOUILLAC"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-09-26 13:00"}, "partial-ids": {"ertel": "ES-2825"}}, "raw": {"L": "", "MF": "", "NR": "2825", "ENG": "", "MA_": "0", "G_NR": "1954", "MA12": "3", "MARS": "8", "NAME": "Merquey", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,30", "CSINR": "", "KURTZ": "", "PHAS_": "51,100", "STUND": "13,00", "CFEPNR": "919", "EXTEND": "", "NATION": "FRA", "TAGMON": "26.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "310", "VORNAME": "Jacques", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "26.09.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1929-09-26 13:00", "place": {"c3": ""}, "date-ut": "1929-09-26 12:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "919"}}, "raw": {"S": "3", "LT": "13 00", "LV": "I39", "TR": "f", "UT": "12 00", "LAT": "+44.89", "SRC": "AL", "LONG": "-01.48", "NAME": "MERQUEY Jacques", "SPORT": "Rugby Union", "LOC_DATE": "1929 09 26", "UNIV_DATE": "1929 09 26", "BIRTH_PLACE": "SOUILLAC", "POSTAL_CODE": "46200"}, "date": "2023-08-20T14:46:15+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
954	messori-carlo-1881-05-29	{"a1": "954", "3a_sports": "2830"}	{"ertel": "ES-2830", "lerrcp": "A1-954"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Messori", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1881-05-29 06:00", "note": null, "place": {"c1": null, "c2": "RE", "c3": null, "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "REGGIO EMILIA", "geoid": 0}, "notime": null, "date-ut": "1881-05-29 05:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Messori"}, "birth": {"place": {"c2": "RE", "cy": "IT", "lg": 10.75, "lat": 44.6, "name": "REGGIO EMILIA", "geoid": 0}, "date-ut": "1881-05-29 05:10:04"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-954"}, "ids-in-sources": {"a1": "954"}}, "raw": {"H": "6", "MN": "10", "TZ": "-1", "COD": "RE", "COU": "I", "DAY": "29", "LAT": "44N36", "LON": "10E45", "MON": "5", "NUM": "954", "PRO": "C", "SEC": "4", "YEA": "1881", "CITY": "REGGIO EMILIA"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1881-05-29 06:00"}, "partial-ids": {"ertel": "ES-2830"}}, "raw": {"L": "", "MF": "", "NR": "2830", "ENG": "", "MA_": "1", "G_NR": "954", "MA12": "2", "MARS": "6", "NAME": "Messori", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,000", "CSINR": "", "KURTZ": "", "PHAS_": "1,000", "STUND": "6,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "29.05.", "ZITATE": "G", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Carlo", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "29.05.1881", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1736	matthews-croze-paulette-1899-06-14	{"a1": "1737", "3a_sports": "2831"}	{"ertel": "ES-2831", "lerrcp": "A1-1737"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Matthews Croze Paulette", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:09:21", "date": "1899-06-14 18:45", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.48714, "lat": 48.04088, "name": "Pont-Croix", "geoid": 2986267}, "notime": null, "date-ut": "1899-06-14 18:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["field-hockey-player"]	5	null	[{"new": {"name": {"given": "", "family": "Matthews Croze Paulette"}, "birth": {"tzo": "+00:09:21", "date": "1899-06-14 18:45", "place": {"c2": "29", "cy": "FR", "lg": -4.48714, "lat": 48.04088, "name": "Pont-Croix", "geoid": 2986267}, "date-ut": "1899-06-14 18:35:40"}, "occus": ["field-hockey-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1737"}, "ids-in-sources": {"a1": "1737"}}, "raw": {"H": "18", "MN": "35", "TZ": "0", "COD": "29", "COU": "F", "DAY": "14", "LAT": "48N 0", "LON": "4W 6", "MON": "6", "NUM": "1737", "PRO": "C", "SEC": "40", "YEA": "1899", "CITY": "PONT-CROIX"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "F", "birth": {"date": "1899-06-14 18:45"}, "partial-ids": {"ertel": "ES-2831"}}, "raw": {"L": "", "MF": "F", "NR": "2831", "ENG": "1", "MA_": "2", "G_NR": "1737", "MA12": "4", "MARS": "12", "NAME": "Metthews de Crouze", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,100", "CSINR": "", "KURTZ": "", "PHAS_": "27,800", "STUND": "18,75", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "14.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Paulette", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.06.1899", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "HOCK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1099	meuleman-august-1906-10-20	{"a1": "1099", "3a_sports": "2834"}	{"ertel": "ES-2834", "lerrcp": "A1-1099"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "August", "family": "Meuleman", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1906-10-20 19:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1906-10-20 19:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "August", "family": "Meuleman"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1906-10-20 19:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1099"}, "ids-in-sources": {"a1": "1099"}}, "raw": {"H": "19", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "20", "LAT": "51N 5", "LON": "3E45", "MON": "10", "NUM": "1099", "PRO": "C", "SEC": "0", "YEA": "1906", "CITY": "GAND"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1906-10-20 19:00"}, "partial-ids": {"ertel": "ES-2834"}}, "raw": {"L": "", "MF": "", "NR": "2834", "ENG": "", "MA_": "0", "G_NR": "1099", "MA12": "8", "MARS": "24", "NAME": "Meuleman", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,500", "CSINR": "", "KURTZ": "", "PHAS_": "6,300", "STUND": "19,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "20.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "August", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.10.1906", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1546	mezzadri-giammarco-1923-01-07	{"a1": "1547", "3a_sports": "2846"}	{"ertel": "ES-2846", "lerrcp": "A1-1547"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giammarco", "family": "Mezzadri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1923-01-07 01:45", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "IT", "lg": 11, "lat": 45.2, "name": "MANTONA", "geoid": 0}, "notime": null, "date-ut": "1923-01-07 00:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Giammarco", "family": "Mezzadri"}, "birth": {"place": {"c2": "MN", "cy": "IT", "lg": 11, "lat": 45.2, "name": "MANTONA", "geoid": 0}, "date-ut": "1923-01-07 00:45"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1547"}, "ids-in-sources": {"a1": "1547"}}, "raw": {"H": "1", "MN": "45", "TZ": "-1", "COD": "MN", "COU": "I", "DAY": "7", "LAT": "45N12", "LON": "11E 0", "MON": "1", "NUM": "1547", "PRO": "C", "SEC": "0", "YEA": "1923", "CITY": "MANTONA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1923-01-07 01:45"}, "partial-ids": {"ertel": "ES-2846"}}, "raw": {"L": "", "MF": "", "NR": "2846", "ENG": "", "MA_": "0", "G_NR": "1547", "MA12": "8", "MARS": "23", "NAME": "Mezzadri", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,800", "CSINR": "", "KURTZ": "", "PHAS_": "82,100", "STUND": "1,75", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "07.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giammarco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.01.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1953	mias-lucien-1930-09-28	{"a1": "1955", "e1": "1459", "3a_sports": "2848"}	{"cpara": "CP-311", "ertel": "ES-2848", "lerrcp": "A1-1955"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Mias", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1930-09-28 14:00", "note": null, "place": {"c1": null, "c2": "48", "c3": null, "cy": "FR", "lg": 3.5, "lat": 44.51667, "name": "Saint-Germain-D-Ca", "geoid": 0}, "notime": null, "date-ut": "1930-09-28 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player", "physician"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Mias"}, "birth": {"tzo": "+01:00", "date": "1930-09-28 14:00", "place": {"c2": "48", "cy": "FR", "lg": 3.5, "lat": 44.51667, "name": "Saint-Germain-D-Ca", "geoid": 0}, "date-ut": "1930-09-28 13:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1955"}, "ids-in-sources": {"a1": "1955"}}, "raw": {"H": "13", "MN": "0", "TZ": "0", "COD": "48", "COU": "F", "DAY": "28", "LAT": "44N31", "LON": "3E30", "MON": "9", "NUM": "1955", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "ST-GERMAIN-D-CA"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"occus": ["physician"], "ids-in-sources": {"e1": "1459"}}, "raw": {"H": "14:00", "COD": "48", "DAY": "28", "MON": "09", "NUM": "1459", "PRO": "PH", "YEA": "1930", "CITY": "St Germain de Calb", "NAME": "MIAS Lucien", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-09-28 14:00"}, "partial-ids": {"ertel": "ES-2848"}}, "raw": {"L": "", "MF": "", "NR": "2848", "ENG": "", "MA_": "0", "G_NR": "1955", "MA12": "6", "MARS": "17", "NAME": "Mias", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,500", "CSINR": "", "KURTZ": "", "PHAS_": "34,100", "STUND": "14,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.09.", "ZITATE": "DFO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "311", "VORNAME": "Lucien", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "28.09.1930", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
655	michel-bernard-1929-12-22	{"a1": "655", "g55": "03-538", "3a_sports": "2851"}	{"g55": "03-538", "ertel": "ES-2851", "lerrcp": "A1-655"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Michel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1929-12-22 21:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1929-12-22 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Michel"}, "birth": {"tzo": "+00:00", "date": "1929-12-22 21:00", "place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1929-12-22 21:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-655"}, "ids-in-sources": {"a1": "655"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "54", "COU": "F", "DAY": "22", "LAT": "48N42", "LON": "6E12", "MON": "12", "NUM": "655", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "NANCY"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-12-22 21:00"}, "partial-ids": {"ertel": "ES-2851"}}, "raw": {"L": "", "MF": "", "NR": "2851", "ENG": "", "MA_": "0", "G_NR": "655", "MA12": "9", "MARS": "25", "NAME": "Michel", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,70", "CSINR": "", "KURTZ": "", "PHAS_": "62,100", "STUND": "21,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Bernard", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "22.12.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-538"}, "ids-in-source": {"g55": "03-538"}}, "raw": {"DAY": "22-12-1929", "HOUR": "21 h.", "NAME": "MICHEL Bernard", "PLACE": "Nancy (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
16075	michelin-pierre-1937-01-07	{"d6": "288", "3a_sports": "2853"}	{"ertel": "ES-2853", "lerrcp": "D6-288"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Michelin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1937-01-07 17:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 3.16667, "lat": 50.73333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Michelin"}, "birth": {"date": "1937-01-07 17:00", "place": {"cy": "FR", "lg": 3.16667, "lat": 50.73333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "288"}}, "raw": {"H": "17", "MN": "0", "DAY": "7", "LAT": "50N44", "LON": "03E10", "MON": "1", "NUM": "288", "SEC": "0", "YEA": "1937", "NAME": "Michelin Pierre"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2853"}}, "raw": {"L": "", "MF": "", "NR": "2853", "ENG": "", "MA_": "0", "G_NR": "288", "MA12": "9", "MARS": "25", "NAME": "Michelin", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-8,800", "CSINR": "", "KURTZ": "", "PHAS_": "28,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Pierre/Daniel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "07.01.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1548	michelini-danilo-1917-03-06	{"a1": "1549", "3a_sports": "2854"}	{"ertel": "ES-2854", "lerrcp": "A1-1549"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Danilo", "family": "Michelini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1917-03-06 14:00", "note": null, "place": {"c1": null, "c2": "LU", "c3": null, "cy": "IT", "lg": 10.50585, "lat": 43.84357, "name": "Lucca", "geoid": 3174530}, "notime": null, "date-ut": "1917-03-06 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Danilo", "family": "Michelini"}, "birth": {"place": {"c2": "LU", "cy": "IT", "lg": 10.50585, "lat": 43.84357, "name": "Lucca", "geoid": 3174530}, "date-ut": "1917-03-06 13:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1549"}, "ids-in-sources": {"a1": "1549"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "LU", "COU": "I", "DAY": "6", "LAT": "43N42", "LON": "11E 0", "MON": "3", "NUM": "1549", "PRO": "C", "SEC": "0", "YEA": "1917", "CITY": "LUCCA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1917-03-06 14:00"}, "partial-ids": {"ertel": "ES-2854"}}, "raw": {"L": "", "MF": "", "NR": "2854", "ENG": "1", "MA_": "2", "G_NR": "1549", "MA12": "4", "MARS": "12", "NAME": "Michelini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,700", "CSINR": "", "KURTZ": "", "PHAS_": "92,500", "STUND": "14,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "06.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Danilo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.03.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1201	middelkamp-theofiel-1914-02-23	{"a1": "1202", "3a_sports": "2857"}	{"ertel": "ES-2857", "lerrcp": "A1-1202"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theofiel", "family": "Middelkamp", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-02-23 17:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "NL", "lg": 3.75, "lat": 51.08333, "name": "KIELDRECHT", "geoid": 0}, "notime": null, "date-ut": "1914-02-23 17:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Theofiel", "family": "Middelkamp"}, "birth": {"place": {"c2": "OVL", "cy": "NL", "lg": 3.75, "lat": 51.08333, "name": "KIELDRECHT", "geoid": 0}, "date-ut": "1914-02-23 17:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1202"}, "ids-in-sources": {"a1": "1202"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "N", "DAY": "23", "LAT": "51N 5", "LON": "3E45", "MON": "2", "NUM": "1202", "PRO": "C", "SEC": "0", "YEA": "1914", "CITY": "KIELDRECHT"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1914-02-23 17:00"}, "partial-ids": {"ertel": "ES-2857"}}, "raw": {"L": "", "MF": "", "NR": "2857", "ENG": "", "MA_": "1", "G_NR": "1202", "MA12": "2", "MARS": "6", "NAME": "Middelkamp", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,800", "CSINR": "", "KURTZ": "", "PHAS_": "3,900", "STUND": "17,00", "CFEPNR": "", "EXTEND": "", "NATION": "NET", "TAGMON": "23.02.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Théofiel", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "23.02.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17124	middlecoff-gary-1921-01-06	{"d10": "889", "3a_sports": "2858"}	{"ertel": "ES-2858", "lerrcp": "D10-889"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gary", "family": "Middlecoff", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1921-01-06 11:00", "note": null, "place": {"c1": null, "c2": "TN", "c3": null, "cy": "US", "lg": -89.4, "lat": 35.88333, "name": "Halls", "geoid": null}, "notime": null, "date-ut": "1921-01-06 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["golfer"]	5	null	[{"new": {"name": {"given": "Gary", "family": "Middlecoff"}, "birth": {"tzo": "-06:00", "date": "1921-01-06 11:00", "place": {"c2": "TN", "cy": "US", "lg": -89.4, "lat": 35.88333, "name": "Halls"}, "date-ut": "1921-01-06 17:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "889"}}, "raw": {"H": "11:00", "TZ": "6h", "DAY": "6", "LAT": "35N53", "LON": "89W24", "MON": "1", "NUM": "889", "PRO": "SP", "YEA": "1921", "CICO": "Halls, TN", "NAME": "Middlecoff Gary"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["golfer"], "partial-ids": {"ertel": "ES-2858"}}, "raw": {"L": "", "MF": "", "NR": "2858", "ENG": "1", "MA_": "2", "G_NR": "889", "MA12": "1", "MARS": "3", "NAME": "Middlecoff", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-6,200", "CSINR": "", "KURTZ": "", "PHAS_": "9,200", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "06.01.", "ZITATE": "EX", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gary", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "06.01.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "GOLF", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
201	mignet-henri-1893-10-19	{"a1": "201", "3a_sports": "2862"}	{"ertel": "ES-2862", "lerrcp": "A1-201"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Mignet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1893-10-19 15:30", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -0.63489, "lat": 45.74742, "name": "Saintes", "geoid": 2980340}, "notime": null, "date-ut": "1893-10-19 15:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Mignet"}, "birth": {"tzo": "+00:09:21", "date": "1893-10-19 15:30", "place": {"c2": "17", "cy": "FR", "lg": -0.63489, "lat": 45.74742, "name": "Saintes", "geoid": 2980340}, "date-ut": "1893-10-19 15:20:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-201"}, "ids-in-sources": {"a1": "201"}}, "raw": {"H": "15", "MN": "20", "TZ": "0", "COD": "17", "COU": "F", "DAY": "19", "LAT": "46N 9", "LON": "1W10", "MON": "10", "NUM": "201", "PRO": "C", "SEC": "40", "YEA": "1893", "CITY": "SAINTES"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1893-10-19 15:30"}, "partial-ids": {"ertel": "ES-2862"}}, "raw": {"L": "", "MF": "", "NR": "2862", "ENG": "", "MA_": "0", "G_NR": "201", "MA12": "6", "MARS": "17", "NAME": "Mignet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,700", "CSINR": "", "KURTZ": "", "PHAS_": "60,100", "STUND": "15,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "19.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.10.1893", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
721	milandri-widmer-1922-12-05	{"a1": "721", "3a_sports": "2866"}	{"ertel": "ES-2866", "lerrcp": "A1-721"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Widmer", "family": "Milandri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-12-05 18:00", "note": null, "place": {"c1": null, "c2": "FO", "c3": null, "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "FORLI", "geoid": 0}, "notime": null, "date-ut": "1922-12-05 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Widmer", "family": "Milandri"}, "birth": {"place": {"c2": "FO", "cy": "IT", "lg": 12.5, "lat": 44.2, "name": "FORLI", "geoid": 0}, "date-ut": "1922-12-05 17:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-721"}, "ids-in-sources": {"a1": "721"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "FO", "COU": "I", "DAY": "5", "LAT": "44N12", "LON": "12E30", "MON": "12", "NUM": "721", "PRO": "C", "SEC": "0", "YEA": "1922", "CITY": "FORLI"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1922-12-05 18:00"}, "partial-ids": {"ertel": "ES-2866"}}, "raw": {"L": "", "MF": "", "NR": "2866", "ENG": "1", "MA_": "2", "G_NR": "721", "MA12": "4", "MARS": "11", "NAME": "Milandri", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,100", "CSINR": "", "KURTZ": "", "PHAS_": "99,500", "STUND": "18,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "05.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Widmer", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.12.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
956	milano-ettore-1925-07-26	{"a1": "956", "3a_sports": "2867"}	{"ertel": "ES-2867", "lerrcp": "A1-956"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ettore", "family": "Milano", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-07-26 19:35", "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 9, "lat": 45, "name": "S GIULIANO NUOVO", "geoid": 0}, "notime": null, "date-ut": "1925-07-26 18:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Ettore", "family": "Milano"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 9, "lat": 45, "name": "S GIULIANO NUOVO", "geoid": 0}, "date-ut": "1925-07-26 18:35"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-956"}, "ids-in-sources": {"a1": "956"}}, "raw": {"H": "19", "MN": "35", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "26", "LAT": "45N 0", "LON": "9E 0", "MON": "7", "NUM": "956", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "S GIULIANO NUOVO"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-07-26 19:35"}, "partial-ids": {"ertel": "ES-2867"}}, "raw": {"L": "", "MF": "", "NR": "2867", "ENG": "", "MA_": "0", "G_NR": "956", "MA12": "6", "MARS": "17", "NAME": "Milano", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,700", "CSINR": "", "KURTZ": "", "PHAS_": "22,400", "STUND": "19,58", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "26.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ettore", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.07.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1550	milano-luigi-1913-07-06	{"a1": "1551", "3a_sports": "2868"}	{"ertel": "ES-2868", "lerrcp": "A1-1551"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Milano", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-07-06 17:00", "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.61894, "lat": 44.91245, "name": "Alessandria", "geoid": 3183299}, "notime": null, "date-ut": "1913-07-06 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Milano"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.61894, "lat": 44.91245, "name": "Alessandria", "geoid": 3183299}, "date-ut": "1913-07-06 16:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1551"}, "ids-in-sources": {"a1": "1551"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "6", "LAT": "45N 0", "LON": "9E 0", "MON": "7", "NUM": "1551", "PRO": "C", "SEC": "0", "YEA": "1913", "CITY": "ALESSANDRIA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1913-07-06 17:00"}, "partial-ids": {"ertel": "ES-2868"}}, "raw": {"L": "", "MF": "", "NR": "2868", "ENG": "", "MA_": "0", "G_NR": "1551", "MA12": "8", "MARS": "22", "NAME": "Milano", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,500", "CSINR": "", "KURTZ": "", "PHAS_": "4,500", "STUND": "17,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "06.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.07.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16076	mildenberger-karl-1937-11-23	{"d6": "289", "3a_sports": "2870"}	{"ertel": "ES-2870", "lerrcp": "D6-289"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Mildenberger", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1937-11-23 12:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 7.78333, "lat": 49.45, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Karl", "family": "Mildenberger"}, "birth": {"date": "1937-11-23 12:45", "place": {"cy": "DE", "lg": 7.78333, "lat": 49.45}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "289"}}, "raw": {"H": "12", "MN": "45", "DAY": "23", "LAT": "49N27", "LON": "07E47", "MON": "11", "NUM": "289", "SEC": "0", "YEA": "1937", "NAME": "Mildenberger Karl B"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["boxer"], "partial-ids": {"ertel": "ES-2870"}}, "raw": {"L": "", "MF": "", "NR": "2870", "ENG": "1", "MA_": "2", "G_NR": "289", "MA12": "1", "MARS": "1", "NAME": "Mildenberger", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-9,800", "CSINR": "", "KURTZ": "", "PHAS_": "71,600", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "GER", "TAGMON": "23.11.", "ZITATE": "SF", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Karl B.", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "23.11.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17128	miller-freddie-1911-04-03	{"d10": "893", "3a_sports": "2872", "rawlins-ertel-irving": "254"}	{"ertel": "ES-2872", "csicop": "CS-254", "lerrcp": "D10-893"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Freddie", "family": "Miller", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1911-04-03 03:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati", "geoid": null}, "notime": null, "date-ut": "1911-04-03 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Freddie", "family": "Miller"}, "birth": {"tzo": "-06:00", "date": "1911-04-03 03:00", "place": {"c2": "OH", "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati"}, "date-ut": "1911-04-03 09:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "893"}}, "raw": {"H": "03:00", "TZ": "6h", "DAY": "3", "LAT": "39N6", "LON": "84W31", "MON": "4", "NUM": "893", "PRO": "SP", "YEA": "1911", "CICO": "Cincinnati, OH", "NAME": "Miller Freddie"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["boxer"]], "ids-in-sources": {"rawlins-ertel-irving": "254"}}, "raw": {"LA1": "39", "LA2": "6", "LO1": "84", "LO2": "31", "AMPM": "A", "MARS": "36", "NAME": "Miller", "BATCH": "2", "Satz#": "254", "GEBDAT": "3 4 1911", "GEBORT": "OH", "GEBZEIT": "3 0", "VORNAME": "Freddie", "SPORTART": "BOXI", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["boxer"], "partial-ids": {"ertel": "ES-2872"}}, "raw": {"L": "", "MF": "", "NR": "2872", "ENG": "0", "MA_": "2", "G_NR": "893", "MA12": "12", "MARS": "36", "NAME": "Miller", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "7,600", "CSINR": "", "KURTZ": "", "PHAS_": "15,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "03.04.", "ZITATE": "R", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Freddie", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "03.04.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17129	miller-john-1947-04-29	{"d10": "894", "3a_sports": "2873"}	{"ertel": "ES-2873", "lerrcp": "D10-894"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Miller", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1947-04-29 22:46", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1947-04-30 06:46"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["golfer"]	5	null	[{"new": {"name": {"given": "John", "family": "Miller"}, "birth": {"tzo": "-08:00", "date": "1947-04-29 22:46", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1947-04-30 06:46"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "894"}}, "raw": {"H": "22:46", "TZ": "8h", "DAY": "29", "LAT": "37N47", "LON": "122W25", "MON": "4", "NUM": "894", "PRO": "SP", "YEA": "1947", "CICO": "San Francisco, CA", "NAME": "Miller John"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["golfer"], "partial-ids": {"ertel": "ES-2873"}}, "raw": {"L": "", "MF": "", "NR": "2873", "ENG": "", "MA_": "1", "G_NR": "894", "MA12": "10", "MARS": "28", "NAME": "Miller", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "11,200", "CSINR": "0", "KURTZ": "", "PHAS_": "62,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "29.04.", "ZITATE": "B", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "John L.", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "29.04.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "GOLF", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
115	minoia-nando-1884-06-02	{"a1": "115", "3a_sports": "2878"}	{"ertel": "ES-2878", "lerrcp": "A1-115"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nando", "family": "Minoia", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1884-06-02 02:00", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1884-06-02 01:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Nando", "family": "Minoia"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1884-06-02 01:10:04"}, "occus": ["motor-sports-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-115"}, "ids-in-sources": {"a1": "115"}}, "raw": {"H": "2", "MN": "10", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "2", "LAT": "45N30", "LON": "9E15", "MON": "6", "NUM": "115", "PRO": "C", "SEC": "4", "YEA": "1884", "CITY": "MILANO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1884-06-02 02:00"}, "partial-ids": {"ertel": "ES-2878"}}, "raw": {"L": "", "MF": "", "NR": "2878", "ENG": "", "MA_": "1", "G_NR": "115", "MA12": "7", "MARS": "21", "NAME": "Minoia", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,000", "CSINR": "", "KURTZ": "", "PHAS_": "63,100", "STUND": "2,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "02.06.", "ZITATE": "C", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Nando", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "02.06.1884", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AUTO", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
418	moccafiche-mario-1888-07-26	{"a1": "418", "3a_sports": "2887"}	{"ertel": "ES-2887", "lerrcp": "A1-418"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Moccafiche", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1888-07-26 19:40", "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "IT", "lg": 9, "lat": 44.4, "name": "GENOVA", "geoid": 0}, "notime": null, "date-ut": "1888-07-26 18:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Moccafiche"}, "birth": {"place": {"c2": "GE", "cy": "IT", "lg": 9, "lat": 44.4, "name": "GENOVA", "geoid": 0}, "date-ut": "1888-07-26 18:50:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-418"}, "ids-in-sources": {"a1": "418"}}, "raw": {"H": "19", "MN": "50", "TZ": "-1", "COD": "GE", "COU": "I", "DAY": "26", "LAT": "44N24", "LON": "9E 0", "MON": "7", "NUM": "418", "PRO": "C", "SEC": "4", "YEA": "1888", "CITY": "GENOVA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1888-07-26 19:40"}, "partial-ids": {"ertel": "ES-2887"}}, "raw": {"L": "", "MF": "", "NR": "2887", "ENG": "", "MA_": "1", "G_NR": "418", "MA12": "5", "MARS": "13", "NAME": "Moccafiche", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,100", "CSINR": "", "KURTZ": "", "PHAS_": "91,100", "STUND": "19,67", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "26.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.07.1888", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16079	mir-isabelle-1949-03-02	{"d6": "292", "3a_sports": "2880", "cfepp-final3": "990"}	{"cfepp": "CF-990", "ertel": "ES-2880", "lerrcp": "D6-292"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Isabelle", "family": "Mir", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1949-03-02 20:00", "note": null, "place": {"c1": null, "c2": "65", "c3": "", "cy": "FR", "lg": -0.32, "lat": 42.82, "name": "ST LARY SOULAN", "geoid": null}, "notime": null, "date-ut": "1949-03-02 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"name": {"given": "Isabelle", "family": "Mir"}, "birth": {"date": "1949-03-02 20:00", "place": {"cy": "FR", "lg": 0.3, "lat": 42.8}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "292"}}, "raw": {"H": "20", "MN": "0", "DAY": "2", "LAT": "42N48", "LON": "00E18", "MON": "3", "NUM": "292", "SEC": "0", "YEA": "1949", "NAME": "Mir Isabelle"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "F", "occus": ["skier"], "partial-ids": {"ertel": "ES-2880"}}, "raw": {"L": "", "MF": "F", "NR": "2880", "ENG": "", "MA_": "1", "G_NR": "292", "MA12": "7", "MARS": "20", "NAME": "Mir", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "2,800", "CSINR": "", "KURTZ": "", "PHAS_": "4,000", "STUND": "", "CFEPNR": "990", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.03.", "ZITATE": "DHKM", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Isabelle", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "02.03.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1949-03-02 20:00", "place": {"c2": "65", "c3": "", "cy": "FR", "lg": -0.32, "lat": 42.82, "name": "ST LARY SOULAN"}, "date-ut": "1949-03-02 19:00"}, "occus": ["skier"], "ids-in-sources": {"cfepp-final3": "990"}}, "raw": {"S": "7", "LT": "20 00", "LV": "M", "TR": "f", "UT": "19 00", "LAT": "+42.82", "SRC": "L", "LONG": "-00.32", "NAME": "MIR Isabelle", "SPORT": "Skiing", "LOC_DATE": "1949 03 02", "UNIV_DATE": "1949 03 02", "BIRTH_PLACE": "ST LARY SOULAN", "POSTAL_CODE": "65170"}, "date": "2023-08-20T14:46:16+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1101	moerenhout-jef-1910-03-10	{"a1": "1101", "3a_sports": "2888"}	{"ertel": "ES-2888", "lerrcp": "A1-1101"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jef", "family": "Moerenhout", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1910-03-10 22:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "SERSKAMP BIJ WE", "geoid": 0}, "notime": null, "date-ut": "1910-03-10 22:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Jef", "family": "Moerenhout"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "SERSKAMP BIJ WE", "geoid": 0}, "date-ut": "1910-03-10 22:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1101"}, "ids-in-sources": {"a1": "1101"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "10", "LAT": "51N 5", "LON": "3E45", "MON": "3", "NUM": "1101", "PRO": "C", "SEC": "0", "YEA": "1910", "CITY": "SERSKAMP BIJ WE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1910-03-10 22:00"}, "partial-ids": {"ertel": "ES-2888"}}, "raw": {"L": "", "MF": "", "NR": "2888", "ENG": "", "MA_": "0", "G_NR": "1101", "MA12": "6", "MARS": "16", "NAME": "Moerenhout", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,300", "CSINR": "", "KURTZ": "", "PHAS_": "3,400", "STUND": "22,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "10.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jef", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.03.1910", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
420	molfese-manlio-1883-09-20	{"a1": "420", "3a_sports": "2898"}	{"ertel": "ES-2898", "lerrcp": "A1-420"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Manlio", "family": "Molfese", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1883-09-20 12:00", "note": null, "place": {"c1": null, "c2": "PZ", "c3": null, "cy": "IT", "lg": 15.75, "lat": 40.5, "name": "ALBANODILUCANIA", "geoid": 0}, "notime": null, "date-ut": "1883-09-20 11:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Manlio", "family": "Molfese"}, "birth": {"place": {"c2": "PZ", "cy": "IT", "lg": 15.75, "lat": 40.5, "name": "ALBANODILUCANIA", "geoid": 0}, "date-ut": "1883-09-20 11:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-420"}, "ids-in-sources": {"a1": "420"}}, "raw": {"H": "12", "MN": "10", "TZ": "-1", "COD": "PZ", "COU": "I", "DAY": "20", "LAT": "40N30", "LON": "15E45", "MON": "9", "NUM": "420", "PRO": "C", "SEC": "4", "YEA": "1883", "CITY": "ALBANODILUCANIA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1883-09-20 12:00"}, "partial-ids": {"ertel": "ES-2898"}}, "raw": {"L": "", "MF": "", "NR": "2898", "ENG": "", "MA_": "0", "G_NR": "420", "MA12": "6", "MARS": "16", "NAME": "Molfese", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,100", "CSINR": "", "KURTZ": "", "PHAS_": "86,500", "STUND": "12,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "20.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Manlio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.09.1883", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
421	molino-giuseppe-1884-09-25	{"a1": "421", "3a_sports": "2903"}	{"ertel": "ES-2903", "lerrcp": "A1-421"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Molino", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1884-09-25 11:45", "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1884-09-25 10:55:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Molino"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1884-09-25 10:55:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-421"}, "ids-in-sources": {"a1": "421"}}, "raw": {"H": "11", "MN": "55", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "25", "LAT": "44N30", "LON": "11E 0", "MON": "9", "NUM": "421", "PRO": "C", "SEC": "4", "YEA": "1884", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1884-09-25 11:45"}, "partial-ids": {"ertel": "ES-2903"}}, "raw": {"L": "", "MF": "", "NR": "2903", "ENG": "", "MA_": "1", "G_NR": "421", "MA12": "2", "MARS": "5", "NAME": "Molino", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,200", "CSINR": "", "KURTZ": "", "PHAS_": "27,900", "STUND": "11,75", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "25.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giuseppe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.09.1884", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16081	molitor-marc-1948-09-21	{"d6": "294", "3a_sports": "2904"}	{"ertel": "ES-2904", "lerrcp": "D6-294"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marc", "family": "Molitor", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-09-21 11:10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 7.75, "lat": 48.58333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Marc", "family": "Molitor"}, "birth": {"date": "1948-09-21 11:10", "place": {"cy": "FR", "lg": 7.75, "lat": 48.58333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "294"}}, "raw": {"H": "11", "MN": "10", "DAY": "21", "LAT": "48N35", "LON": "07E45", "MON": "9", "NUM": "294", "SEC": "0", "YEA": "1948", "NAME": "Molitor Marc"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2904"}}, "raw": {"L": "", "MF": "", "NR": "2904", "ENG": "1", "MA_": "2", "G_NR": "294", "MA12": "1", "MARS": "2", "NAME": "Molitor", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-3,800", "CSINR": "", "KURTZ": "", "PHAS_": "93,900", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "21.09.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Marc", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "21.09.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1551	moltrasio-luigi-1928-01-17	{"a1": "1552", "3a_sports": "2906"}	{"ertel": "ES-2906", "lerrcp": "A1-1552"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Moltrasio", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-01-17 22:00", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "IT", "lg": 9.05114, "lat": 45.66447, "name": "Rovellasca", "geoid": 3168870}, "notime": null, "date-ut": "1928-01-17 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Moltrasio"}, "birth": {"place": {"c2": "CO", "cy": "IT", "lg": 9.05114, "lat": 45.66447, "name": "Rovellasca", "geoid": 3168870}, "date-ut": "1928-01-17 21:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1552"}, "ids-in-sources": {"a1": "1552"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "CO", "COU": "I", "DAY": "17", "LAT": "45N48", "LON": "9E15", "MON": "1", "NUM": "1552", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "ROVELLASCA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-01-17 22:00"}, "partial-ids": {"ertel": "ES-2906"}}, "raw": {"L": "", "MF": "", "NR": "2906", "ENG": "", "MA_": "1", "G_NR": "1552", "MA12": "9", "MARS": "27", "NAME": "Moltrasio", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,000", "CSINR": "", "KURTZ": "", "PHAS_": "30,700", "STUND": "22,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "17.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.01.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
958	momo-frederico-1878-11-11	{"a1": "958", "3a_sports": "2908"}	{"ertel": "ES-2908", "lerrcp": "A1-958"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frederico", "family": "Momo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1878-11-11 01:10", "note": null, "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 9.00862, "lat": 44.99467, "name": "Voghera", "geoid": 3163995}, "notime": null, "date-ut": "1878-11-11 00:20:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Frederico", "family": "Momo"}, "birth": {"place": {"c2": "PV", "cy": "IT", "lg": 9.00862, "lat": 44.99467, "name": "Voghera", "geoid": 3163995}, "date-ut": "1878-11-11 00:20:04"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-958"}, "ids-in-sources": {"a1": "958"}}, "raw": {"H": "1", "MN": "20", "TZ": "-1", "COD": "PV", "COU": "I", "DAY": "11", "LAT": "45N12", "LON": "9E 0", "MON": "11", "NUM": "958", "PRO": "C", "SEC": "4", "YEA": "1878", "CITY": "VOGHERA"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1878-11-11 01:10"}, "partial-ids": {"ertel": "ES-2908"}}, "raw": {"L": "", "MF": "", "NR": "2908", "ENG": "", "MA_": "1", "G_NR": "958", "MA12": "11", "MARS": "31", "NAME": "Momo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,700", "CSINR": "", "KURTZ": "", "PHAS_": "99,100", "STUND": "1,17", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "11.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Frederico", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.11.1878", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16082	moncur-bob-1945-01-19	{"d6": "295", "3a_sports": "2911"}	{"ertel": "ES-2911", "lerrcp": "D6-295"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bob", "family": "Moncur", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1945-01-19 06:50", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -3.46667, "lat": 56.4, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Bob", "family": "Moncur"}, "birth": {"date": "1945-01-19 06:50", "place": {"cy": "GB", "lg": -3.46667, "lat": 56.4}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "295"}}, "raw": {"H": "6", "MN": "50", "DAY": "19", "LAT": "56N24", "LON": "03W28", "MON": "1", "NUM": "295", "SEC": "0", "YEA": "1945", "NAME": "Moncur Bob"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2911"}}, "raw": {"L": "", "MF": "", "NR": "2911", "ENG": "", "MA_": "0", "G_NR": "295", "MA12": "12", "MARS": "34", "NAME": "Moncur", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "9,800", "CSINR": "", "KURTZ": "", "PHAS_": "28,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "SCO", "TAGMON": "19.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bob", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.01.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1956	monie-rene-1934-01-02	{"a1": "1958", "3a_sports": "2915"}	{"ertel": "ES-2915", "lerrcp": "A1-1958"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Monie", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1934-01-02 13:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.95103, "lat": 42.63906, "name": "Théza", "geoid": 2972908}, "notime": null, "date-ut": "1934-01-02 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "René", "family": "Monie"}, "birth": {"tzo": "+00:00", "date": "1934-01-02 13:00", "place": {"c2": "66", "cy": "FR", "lg": 2.95103, "lat": 42.63906, "name": "Théza", "geoid": 2972908}, "date-ut": "1934-01-02 13:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1958"}, "ids-in-sources": {"a1": "1958"}}, "raw": {"H": "13", "MN": "0", "TZ": "0", "COD": "66", "COU": "F", "DAY": "2", "LAT": "42N42", "LON": "2E55", "MON": "1", "NUM": "1958", "PRO": "C", "SEC": "0", "YEA": "1934", "CITY": "THEZA"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1934-01-02 13:00"}, "partial-ids": {"ertel": "ES-2915"}}, "raw": {"L": "", "MF": "", "NR": "2915", "ENG": "0", "MA_": "2", "G_NR": "1958", "MA12": "3", "MARS": "9", "NAME": "Monie", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,100", "CSINR": "", "KURTZ": "", "PHAS_": "98,800", "STUND": "13,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "02.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.01.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
202	monier-charles-1920-01-03	{"a1": "202", "3a_sports": "2916"}	{"ertel": "ES-2916", "lerrcp": "A1-202"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Monier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1920-01-03 17:30", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.42716, "lat": 48.82182, "name": "Saint-Maurice", "geoid": 2978170}, "notime": null, "date-ut": "1920-01-03 17:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Monier"}, "birth": {"tzo": "+00:00", "date": "1920-01-03 17:30", "place": {"c2": "94", "cy": "FR", "lg": 2.42716, "lat": 48.82182, "name": "Saint-Maurice", "geoid": 2978170}, "date-ut": "1920-01-03 17:30"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-202"}, "ids-in-sources": {"a1": "202"}}, "raw": {"H": "17", "MN": "30", "TZ": "0", "COD": "94", "COU": "F", "DAY": "3", "LAT": "48N47", "LON": "2E29", "MON": "1", "NUM": "202", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "ST-MAURICE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-01-03 17:30"}, "partial-ids": {"ertel": "ES-2916"}}, "raw": {"L": "", "MF": "", "NR": "2916", "ENG": "", "MA_": "1", "G_NR": "202", "MA12": "9", "MARS": "27", "NAME": "Monier", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,600", "CSINR": "", "KURTZ": "", "PHAS_": "88,200", "STUND": "17,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "03.01.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Charles", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "03.01.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16084	monti-eugenio-1928-01-23	{"d6": "297", "3a_sports": "2932"}	{"ertel": "ES-2932", "lerrcp": "D6-297"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugenio", "family": "Monti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-01-23 11:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 12.23333, "lat": 46.73333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["bobsledder"]	5	null	[{"new": {"name": {"given": "Eugenio", "family": "Monti"}, "birth": {"date": "1928-01-23 11:00", "place": {"cy": "IT", "lg": 12.23333, "lat": 46.73333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "297"}}, "raw": {"H": "11", "MN": "0", "DAY": "23", "LAT": "46N44", "LON": "12E14", "MON": "1", "NUM": "297", "SEC": "0", "YEA": "1928", "NAME": "Monti Eugenio"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["bobsledder"], "partial-ids": {"ertel": "ES-2932"}}, "raw": {"L": "", "MF": "", "NR": "2932", "ENG": "1", "MA_": "2", "G_NR": "297", "MA12": "4", "MARS": "11", "NAME": "Monti", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-0,800", "CSINR": "", "KURTZ": "", "PHAS_": "0,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "23.01.", "ZITATE": "DKSF", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Eugenio", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "23.01.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOBSL", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1553	montico-antonio-1933-12-30	{"a1": "1554", "3a_sports": "2934"}	{"ertel": "ES-2934", "lerrcp": "A1-1554"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Montico", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-12-30 11:30", "note": null, "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.5, "lat": 46, "name": "VALVASONE", "geoid": 0}, "notime": null, "date-ut": "1933-12-30 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Montico"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.5, "lat": 46, "name": "VALVASONE", "geoid": 0}, "date-ut": "1933-12-30 10:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1554"}, "ids-in-sources": {"a1": "1554"}}, "raw": {"H": "11", "MN": "30", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "30", "LAT": "46N 0", "LON": "13E30", "MON": "12", "NUM": "1554", "PRO": "C", "SEC": "0", "YEA": "1933", "CITY": "VALVASONE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1933-12-30 11:30"}, "partial-ids": {"ertel": "ES-2934"}}, "raw": {"L": "", "MF": "", "NR": "2934", "ENG": "", "MA_": "1", "G_NR": "1554", "MA12": "2", "MARS": "5", "NAME": "Montico", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,200", "CSINR": "", "KURTZ": "", "PHAS_": "96,800", "STUND": "11,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "30.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Antonio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.12.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
423	moresco-alberto-1893-06-09	{"a1": "423", "3a_sports": "2947"}	{"ertel": "ES-2947", "lerrcp": "A1-423"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberto", "family": "Moresco", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1893-06-09 23:10", "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "notime": null, "date-ut": "1893-06-09 22:20:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Alberto", "family": "Moresco"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "date-ut": "1893-06-09 22:20:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-423"}, "ids-in-sources": {"a1": "423"}}, "raw": {"H": "23", "MN": "20", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "9", "LAT": "45N24", "LON": "12E15", "MON": "6", "NUM": "423", "PRO": "C", "SEC": "4", "YEA": "1893", "CITY": "PADOVA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1893-06-09 23:10"}, "partial-ids": {"ertel": "ES-2947"}}, "raw": {"L": "", "MF": "", "NR": "2947", "ENG": "", "MA_": "1", "G_NR": "423", "MA12": "7", "MARS": "21", "NAME": "Moresco", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,70", "CSINR": "", "KURTZ": "", "PHAS_": "34,800", "STUND": "23,17", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "09.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alberto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.06.1893", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
960	moresco-rinaldo-1925-01-15	{"a1": "960", "3a_sports": "2948"}	{"ertel": "ES-2948", "lerrcp": "A1-960"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rinaldo", "family": "Moresco", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-01-15 17:00", "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "IT", "lg": 9.09176, "lat": 44.44725, "name": "Bargagli", "geoid": 3182357}, "notime": null, "date-ut": "1925-01-15 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Rinaldo", "family": "Moresco"}, "birth": {"place": {"c2": "GE", "cy": "IT", "lg": 9.09176, "lat": 44.44725, "name": "Bargagli", "geoid": 3182357}, "date-ut": "1925-01-15 16:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-960"}, "ids-in-sources": {"a1": "960"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "GE", "COU": "I", "DAY": "15", "LAT": "44N24", "LON": "9E 0", "MON": "1", "NUM": "960", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "BARGAGLI"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-01-15 17:00"}, "partial-ids": {"ertel": "ES-2948"}}, "raw": {"L": "", "MF": "", "NR": "2948", "ENG": "", "MA_": "0", "G_NR": "960", "MA12": "3", "MARS": "8", "NAME": "Moresco", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,500", "CSINR": "", "KURTZ": "", "PHAS_": "79,200", "STUND": "17,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "15.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Rinaldi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.01.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
961	moretti-marino-1931-01-02	{"a1": "961", "3a_sports": "2951"}	{"ertel": "ES-2951", "lerrcp": "A1-961"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marino", "family": "Moretti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-01-02 15:00", "note": null, "place": {"c1": null, "c2": "BG", "c3": null, "cy": "IT", "lg": 9.85326, "lat": 45.81039, "name": "Vertova", "geoid": 3164504}, "notime": null, "date-ut": "1931-01-02 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Marino", "family": "Moretti"}, "birth": {"place": {"c2": "BG", "cy": "IT", "lg": 9.85326, "lat": 45.81039, "name": "Vertova", "geoid": 3164504}, "date-ut": "1931-01-02 14:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-961"}, "ids-in-sources": {"a1": "961"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "BG", "COU": "I", "DAY": "2", "LAT": "45N36", "LON": "9E45", "MON": "1", "NUM": "961", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "VERTOVA"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-01-02 15:00"}, "partial-ids": {"ertel": "ES-2951"}}, "raw": {"L": "", "MF": "", "NR": "2951", "ENG": "", "MA_": "1", "G_NR": "961", "MA12": "10", "MARS": "28", "NAME": "Moretti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,900", "CSINR": "", "KURTZ": "", "PHAS_": "91,600", "STUND": "15,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "02.01.", "ZITATE": "KS", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marino", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "02.01.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17153	morgan-joe-1943-09-19	{"d10": "919", "3a_sports": "2952"}	{"ertel": "ES-2952", "lerrcp": "D10-919"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joe", "family": "Morgan", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1943-09-19 21:20", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -96.18333, "lat": 33.58333, "name": "Bonham", "geoid": null}, "notime": null, "date-ut": "1943-09-20 02:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["baseball-player"]	5	null	[{"new": {"name": {"given": "Joe", "family": "Morgan"}, "birth": {"tzo": "-05:00", "date": "1943-09-19 21:20", "place": {"c2": "TX", "cy": "US", "lg": -96.18333, "lat": 33.58333, "name": "Bonham"}, "date-ut": "1943-09-20 02:20"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "919"}}, "raw": {"H": "21:20", "TZ": "5h", "DAY": "19", "LAT": "33N35", "LON": "96W11", "MON": "9", "NUM": "919", "PRO": "SP", "YEA": "1943", "CICO": "Bonham, TX", "NAME": "Morgan Joe"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["baseball-player"], "partial-ids": {"ertel": "ES-2952"}}, "raw": {"L": "", "MF": "", "NR": "2952", "ENG": "", "MA_": "0", "G_NR": "919", "MA12": "11", "MARS": "33", "NAME": "Morgan", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-9,000", "CSINR": "", "KURTZ": "", "PHAS_": "72,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "19.09.", "ZITATE": "B", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Joe Leonard", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "19.09.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASE", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
204	morlaix-demezay-1915-03-21	{"a1": "204", "3a_sports": "2958"}	{"ertel": "ES-2958", "lerrcp": "A1-204"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Demezay)", "family": "Morlaix", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1915-03-21 14:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1915-03-21 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "(Demezay)", "family": "Morlaix"}, "birth": {"tzo": "+00:00", "date": "1915-03-21 14:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1915-03-21 14:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-204"}, "ids-in-sources": {"a1": "204"}}, "raw": {"H": "14", "MN": "0", "TZ": "0", "COD": "44", "COU": "F", "DAY": "21", "LAT": "47N13", "LON": "1W35", "MON": "3", "NUM": "204", "PRO": "C", "SEC": "0", "YEA": "1915", "CITY": "NANTES"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1915-03-21 14:00"}, "partial-ids": {"ertel": "ES-2958"}}, "raw": {"L": "", "MF": "", "NR": "2958", "ENG": "", "MA_": "1", "G_NR": "204", "MA12": "5", "MARS": "14", "NAME": "Morlaix", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,500", "CSINR": "", "KURTZ": "", "PHAS_": "23,500", "STUND": "14,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "(Demozay dit Colon.)", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.03.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1555	morselli-arrigo-1911-06-05	{"a1": "1556", "3a_sports": "2963"}	{"ertel": "ES-2963", "lerrcp": "A1-1556"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arrigo", "family": "Morselli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1911-06-05 22:45", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "notime": null, "date-ut": "1911-06-05 21:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Arrigo", "family": "Morselli"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.92539, "lat": 44.64783, "name": "Modena", "geoid": 3173331}, "date-ut": "1911-06-05 21:45"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1556"}, "ids-in-sources": {"a1": "1556"}}, "raw": {"H": "22", "MN": "45", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "5", "LAT": "44N36", "LON": "11E15", "MON": "6", "NUM": "1556", "PRO": "C", "SEC": "0", "YEA": "1911", "CITY": "MODENA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1911-06-05 22:45"}, "partial-ids": {"ertel": "ES-2963"}}, "raw": {"L": "", "MF": "", "NR": "2963", "ENG": "", "MA_": "0", "G_NR": "1556", "MA12": "11", "MARS": "32", "NAME": "Morselli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,300", "CSINR": "", "KURTZ": "", "PHAS_": "61,300", "STUND": "22,75", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "05.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Arrigo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.06.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1958	moulis-rene-1931-07-06	{"a1": "1960", "3a_sports": "2979"}	{"ertel": "ES-2979", "lerrcp": "A1-1960"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Moulis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1931-07-06 23:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "notime": null, "date-ut": "1931-07-06 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "René", "family": "Moulis"}, "birth": {"tzo": "+01:00", "date": "1931-07-06 23:00", "place": {"c2": "11", "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "date-ut": "1931-07-06 22:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1960"}, "ids-in-sources": {"a1": "1960"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "11", "COU": "F", "DAY": "6", "LAT": "43N12", "LON": "2E21", "MON": "7", "NUM": "1960", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "CARCASSONNE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-07-06 23:00"}, "partial-ids": {"ertel": "ES-2979"}}, "raw": {"L": "", "MF": "", "NR": "2979", "ENG": "", "MA_": "1", "G_NR": "1960", "MA12": "6", "MARS": "18", "NAME": "Moulis", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,400", "CSINR": "", "KURTZ": "", "PHAS_": "68,600", "STUND": "23,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.07.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1960	moureu-pierre-1895-08-24	{"a1": "1962", "3a_sports": "2981", "cfepp-final3": "923"}	{"cfepp": "CF-923", "cpara": "CP-321", "ertel": "ES-2981", "lerrcp": "A1-1962"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Moureu", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1895-08-24 09:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -0.95538, "lat": 43.0186, "name": "Larrau", "geoid": 3006634}, "notime": null, "date-ut": "1895-08-24 08:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Moureu"}, "birth": {"tzo": "+00:09:21", "date": "1895-08-24 09:00", "place": {"c2": "64", "cy": "FR", "lg": -0.95538, "lat": 43.0186, "name": "Larrau", "geoid": 3006634}, "date-ut": "1895-08-24 08:50:40"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1962"}, "ids-in-sources": {"a1": "1962"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "64", "COU": "F", "DAY": "24", "LAT": "43N18", "LON": "0W22", "MON": "8", "NUM": "1962", "PRO": "C", "SEC": "40", "YEA": "1895", "CITY": "LARRAU"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1895-08-24 09:00"}, "partial-ids": {"ertel": "ES-2981"}}, "raw": {"L": "", "MF": "", "NR": "2981", "ENG": "1", "MA_": "2", "G_NR": "1962", "MA12": "1", "MARS": "3", "NAME": "Moureu", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,900", "CSINR": "", "KURTZ": "", "PHAS_": "16,900", "STUND": "9,00", "CFEPNR": "923", "EXTEND": "1", "NATION": "FRA", "TAGMON": "24.08.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "321", "VORNAME": "Pierre", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "24.08.1895", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1895-08-24 09:00", "place": {"c3": ""}, "date-ut": "1895-08-24 08:51"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "923"}}, "raw": {"S": "2", "LT": "09 00", "LV": "I16", "TR": "f", "UT": "08 51", "LAT": "+43.02", "SRC": "AL", "LONG": "+00.95", "NAME": "MOUREU Pierre", "SPORT": "Rugby Union", "LOC_DATE": "1895 08 24", "UNIV_DATE": "1895 08 24", "BIRTH_PLACE": "LARRAU", "POSTAL_CODE": "64560"}, "date": "2023-08-20T14:46:15+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1721	moulins-henri-1923-06-04	{"a1": "1722", "g55": "03-362", "3a_sports": "2978", "cfepp-final3": "1094"}	{"g55": "03-362", "cfepp": "CF-1094", "ertel": "ES-2978", "lerrcp": "A1-1722"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Moulins", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1923-06-04 06:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "notime": null, "date-ut": "1923-06-04 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["weightlifter"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Moulins"}, "birth": {"tzo": "+01:00", "date": "1923-06-04 06:00", "place": {"c2": "34", "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "date-ut": "1923-06-04 05:00"}, "occus": ["weightlifter"], "trust": 5, "partial_ids": {"lerrcp": "A1-1722"}, "ids-in-sources": {"a1": "1722"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "34", "COU": "F", "DAY": "4", "LAT": "43N37", "LON": "3E53", "MON": "6", "NUM": "1722", "PRO": "C", "SEC": "0", "YEA": "1923", "CITY": "SETE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1923-06-04 06:00"}, "partial-ids": {"ertel": "ES-2978"}}, "raw": {"L": "", "MF": "", "NR": "2978", "ENG": "0", "MA_": "2", "G_NR": "1722", "MA12": "12", "MARS": "36", "NAME": "Moulins", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,800", "CSINR": "", "KURTZ": "", "PHAS_": "73,200", "STUND": "6,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "04.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "04.06.1923", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "WEIG", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1923-06-04 06:00", "place": {"c3": ""}, "date-ut": "1923-06-04 05:00"}, "occus": ["weightlifter"], "ids-in-sources": {"cfepp-final3": "1094"}}, "raw": {"S": "12", "LT": "06 00", "LV": "", "TR": "f", "UT": "05 00", "LAT": "+43.40", "SRC": "AG  M", "LONG": "-03.69", "NAME": "MOULINS Henri", "SPORT": "Weightlifting", "LOC_DATE": "1923 06 04", "UNIV_DATE": "1923 06 04", "BIRTH_PLACE": "SETE", "POSTAL_CODE": "34200"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-362"}, "ids-in-source": {"g55": "03-362"}}, "raw": {"DAY": "4-6-1923", "HOUR": "6 h.", "NAME": "MOULINS Henri", "PLACE": "Sete (Hérault)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
16090	mouyal-armand-1925-10-13	{"d6": "303", "3a_sports": "2984"}	{"ertel": "ES-2984", "lerrcp": "D6-303"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Mouyal", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-10-13 05:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DZ", "lg": -0.63333, "lat": 35.75, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Mouyal"}, "birth": {"date": "1925-10-13 05:30", "place": {"cy": "DZ", "lg": -0.63333, "lat": 35.75}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "303"}}, "raw": {"H": "5", "MN": "30", "DAY": "13", "LAT": "35N45", "LON": "00W38", "MON": "10", "NUM": "303", "SEC": "0", "YEA": "1925", "NAME": "Mouyal Armand"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["fencer"], "partial-ids": {"ertel": "ES-2984"}}, "raw": {"L": "", "MF": "", "NR": "2984", "ENG": "1", "MA_": "2", "G_NR": "303", "MA12": "1", "MARS": "1", "NAME": "Mouyal", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-8,300", "CSINR": "", "KURTZ": "", "PHAS_": "21,400", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "13.10.", "ZITATE": "DHK", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Armand", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "13.10.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FENC", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17165	moyer-denny-1939-08-08	{"d10": "931", "3a_sports": "2985", "rawlins-ertel-irving": "258"}	{"ertel": "ES-2985", "csicop": "CS-258", "lerrcp": "D10-931"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Denny", "family": "Moyer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1939-08-08 10:51", "note": null, "place": {"c1": null, "c2": "OR", "c3": null, "cy": "US", "lg": -122.61667, "lat": 45.53333, "name": "Portland", "geoid": null}, "notime": null, "date-ut": "1939-08-08 18:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Denny", "family": "Moyer"}, "birth": {"tzo": "-08:00", "date": "1939-08-08 10:51", "place": {"c2": "OR", "cy": "US", "lg": -122.61667, "lat": 45.53333, "name": "Portland"}, "date-ut": "1939-08-08 18:51"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "931"}}, "raw": {"H": "10:51", "TZ": "8h", "DAY": "8", "LAT": "45N32", "LON": "122W37", "MON": "8", "NUM": "931", "PRO": "SP", "YEA": "1939", "CICO": "Portland, OR", "NAME": "Moyer Denny"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["boxer"]], "ids-in-sources": {"rawlins-ertel-irving": "258"}}, "raw": {"LA1": "45", "LA2": "32", "LO1": "122", "LO2": "37", "AMPM": "A", "MARS": "27", "NAME": "Moyer", "BATCH": "2", "Satz#": "258", "GEBDAT": "8 8 1939", "GEBORT": "OR", "GEBZEIT": "10 51", "VORNAME": "Denny", "SPORTART": "BOXI", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["boxer"], "partial-ids": {"ertel": "ES-2985"}}, "raw": {"L": "", "MF": "", "NR": "2985", "ENG": "", "MA_": "1", "G_NR": "931", "MA12": "9", "MARS": "27", "NAME": "Moyer", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-9,900", "CSINR": "258", "KURTZ": "", "PHAS_": "54,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "08.08.", "ZITATE": "R", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Denny", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "08.08.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1556	muccinelli-ermes-1927-07-28	{"a1": "1557", "3a_sports": "2986"}	{"ertel": "ES-2986", "lerrcp": "A1-1557"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ermes", "family": "Muccinelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-07-28 08:00", "note": null, "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 12.25, "lat": 44.4, "name": "LUGO DI ROMAGNA", "geoid": 0}, "notime": null, "date-ut": "1927-07-28 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Ermes", "family": "Muccinelli"}, "birth": {"place": {"c2": "RA", "cy": "IT", "lg": 12.25, "lat": 44.4, "name": "LUGO DI ROMAGNA", "geoid": 0}, "date-ut": "1927-07-28 07:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1557"}, "ids-in-sources": {"a1": "1557"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "RA", "COU": "I", "DAY": "28", "LAT": "44N24", "LON": "12E15", "MON": "7", "NUM": "1557", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "LUGO DI ROMAGNA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-07-28 08:00"}, "partial-ids": {"ertel": "ES-2986"}}, "raw": {"L": "", "MF": "", "NR": "2986", "ENG": "1", "MA_": "2", "G_NR": "1557", "MA12": "1", "MARS": "1", "NAME": "Muccinelli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,800", "CSINR": "", "KURTZ": "", "PHAS_": "0,600", "STUND": "8,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "28.07.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ermes", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "28.07.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
206	murtin-jacques-1904-03-13	{"a1": "206", "3a_sports": "2995"}	{"ertel": "ES-2995", "lerrcp": "A1-206"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Murtin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1904-03-13 14:00", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 5.21667, "lat": 46.2, "name": "Bagelechatel", "geoid": 0}, "notime": null, "date-ut": "1904-03-13 13:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Murtin"}, "birth": {"tzo": "+00:09:21", "date": "1904-03-13 14:00", "place": {"c2": "01", "cy": "FR", "lg": 5.21667, "lat": 46.2, "name": "Bagelechatel", "geoid": 0}, "date-ut": "1904-03-13 13:50:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-206"}, "ids-in-sources": {"a1": "206"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "01", "COU": "F", "DAY": "13", "LAT": "46N12", "LON": "5E13", "MON": "3", "NUM": "206", "PRO": "C", "SEC": "40", "YEA": "1904", "CITY": "BAGELECHATEL"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1904-03-13 14:00"}, "partial-ids": {"ertel": "ES-2995"}}, "raw": {"L": "", "MF": "", "NR": "2995", "ENG": "1", "MA_": "2", "G_NR": "206", "MA12": "4", "MARS": "11", "NAME": "Murtin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,400", "CSINR": "", "KURTZ": "", "PHAS_": "15,400", "STUND": "14,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "13.03.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "13.03.1904", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16231	nadi-nedo-1949-12-02	{"d6": "444", "3a_sports": "3002"}	{"ertel": "ES-3002", "lerrcp": "D6-444"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nedo", "family": "Nadi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-12-02 06:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 2.95, "lat": 48.38333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"name": {"given": "Nedo", "family": "Nadi"}, "birth": {"date": "1949-12-02 06:00", "place": {"cy": "FR", "lg": 2.95, "lat": 48.38333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "444"}}, "raw": {"H": "6", "MN": "0", "DAY": "2", "LAT": "48N23", "LON": "02E57", "MON": "12", "NUM": "444", "SEC": "0", "YEA": "1949", "NAME": "Nadi Nedo"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["fencer"], "partial-ids": {"ertel": "ES-3002"}}, "raw": {"L": "", "MF": "", "NR": "3002", "ENG": "1", "MA_": "2", "G_NR": "444", "MA12": "1", "MARS": "3", "NAME": "Nadi", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-10,70", "CSINR": "", "KURTZ": "", "PHAS_": "34,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "09.06.", "ZITATE": "DKS", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Nedo", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "09.06.1893", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FENC", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1771	nakache-alfred-1915-11-18	{"a1": "1772", "g55": "03-336", "3a_sports": "3004"}	{"g55": "03-336", "cpara": "CP-323", "ertel": "ES-3004", "lerrcp": "A1-1772"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Nakache", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1915-11-18 07:00", "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 6.61472, "lat": 36.365, "name": "Constantine", "geoid": 2501152}, "notime": null, "date-ut": "1915-11-18 07:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Nakache"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 6.61472, "lat": 36.365, "name": "Constantine", "geoid": 2501152}, "date-ut": "1915-11-18 07:00:00"}, "occus": ["swimmer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1772"}, "ids-in-sources": {"a1": "1772"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "18", "LAT": "36N30", "LON": "6E15", "MON": "11", "NUM": "1772", "PRO": "C", "SEC": "0", "YEA": "1915", "CITY": "CONSTANTINE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1915-11-18 07:00"}, "partial-ids": {"ertel": "ES-3004"}}, "raw": {"L": "", "MF": "", "NR": "3004", "ENG": "1", "MA_": "2", "G_NR": "1772", "MA12": "4", "MARS": "12", "NAME": "Nakache", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,400", "CSINR": "", "KURTZ": "", "PHAS_": "87,200", "STUND": "7,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "18.11.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "323", "VORNAME": "Alfred", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "18.11.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SWIM", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-336"}, "ids-in-source": {"g55": "03-336"}}, "raw": {"DAY": "18-11-1915", "HOUR": "7 h.", "NAME": "NAKACHE Alfred", "PLACE": "Constantine (Algérie)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
425	nardini-guido-1881-07-30	{"a1": "425", "3a_sports": "3007"}	{"ertel": "ES-3007", "lerrcp": "A1-425"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guido", "family": "Nardini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1881-07-30 03:00", "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1881-07-30 02:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Guido", "family": "Nardini"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1881-07-30 02:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-425"}, "ids-in-sources": {"a1": "425"}}, "raw": {"H": "3", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "30", "LAT": "43N42", "LON": "11E30", "MON": "7", "NUM": "425", "PRO": "C", "SEC": "4", "YEA": "1881", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1881-07-30 03:00"}, "partial-ids": {"ertel": "ES-3007"}}, "raw": {"L": "", "MF": "", "NR": "3007", "ENG": "", "MA_": "1", "G_NR": "425", "MA12": "2", "MARS": "4", "NAME": "Nardini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,600", "CSINR": "", "KURTZ": "", "PHAS_": "12,700", "STUND": "3,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "30.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Guido", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.07.1881", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
426	natale-silvio-1894-07-07	{"a1": "426", "3a_sports": "3009"}	{"ertel": "ES-3009", "lerrcp": "A1-426"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Silvio", "family": "Natale", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1894-07-07 17:00", "note": null, "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 9, "lat": 45.5, "name": "BIANDRATEDINOVA", "geoid": 0}, "notime": null, "date-ut": "1894-07-07 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Silvio", "family": "Natale"}, "birth": {"place": {"c2": "NO", "cy": "IT", "lg": 9, "lat": 45.5, "name": "BIANDRATEDINOVA", "geoid": 0}, "date-ut": "1894-07-07 16:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-426"}, "ids-in-sources": {"a1": "426"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "NO", "COU": "I", "DAY": "7", "LAT": "45N30", "LON": "9E 0", "MON": "7", "NUM": "426", "PRO": "C", "SEC": "0", "YEA": "1894", "CITY": "BIANDRATEDINOVA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1894-07-07 17:00"}, "partial-ids": {"ertel": "ES-3009"}}, "raw": {"L": "", "MF": "", "NR": "3009", "ENG": "", "MA_": "1", "G_NR": "426", "MA12": "9", "MARS": "26", "NAME": "Natale", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,500", "CSINR": "", "KURTZ": "", "PHAS_": "19,800", "STUND": "17,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "07.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Silvio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.07.1894", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
724	nelli-giorgio-1931-12-11	{"a1": "724", "3a_sports": "3016"}	{"ertel": "ES-3016", "lerrcp": "A1-724"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giorgio", "family": "Nelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-12-11 21:00", "note": null, "place": {"c1": null, "c2": "LI", "c3": null, "cy": "IT", "lg": 9.5, "lat": 43.6, "name": "CAMPIGLIA MARIT", "geoid": 0}, "notime": null, "date-ut": "1931-12-11 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Giorgio", "family": "Nelli"}, "birth": {"place": {"c2": "LI", "cy": "IT", "lg": 9.5, "lat": 43.6, "name": "CAMPIGLIA MARIT", "geoid": 0}, "date-ut": "1931-12-11 20:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-724"}, "ids-in-sources": {"a1": "724"}}, "raw": {"H": "21", "MN": "0", "TZ": "-1", "COD": "LI", "COU": "I", "DAY": "11", "LAT": "43N36", "LON": "9E30", "MON": "12", "NUM": "724", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "CAMPIGLIA MARIT"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-12-11 21:00"}, "partial-ids": {"ertel": "ES-3016"}}, "raw": {"L": "", "MF": "", "NR": "3016", "ENG": "", "MA_": "0", "G_NR": "724", "MA12": "8", "MARS": "23", "NAME": "Nelli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,800", "CSINR": "", "KURTZ": "", "PHAS_": "3,400", "STUND": "21,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "11.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giorgio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.12.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
964	nencini-gastone-1930-03-01	{"a1": "964", "3a_sports": "3017"}	{"ertel": "ES-3017", "lerrcp": "A1-964"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gastone", "family": "Nencini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-03-01 11:00", "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.5, "lat": 43.7, "name": "BARBERINO DIMUG", "geoid": 0}, "notime": null, "date-ut": "1930-03-01 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Gastone", "family": "Nencini"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.5, "lat": 43.7, "name": "BARBERINO DIMUG", "geoid": 0}, "date-ut": "1930-03-01 10:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-964"}, "ids-in-sources": {"a1": "964"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "1", "LAT": "43N42", "LON": "11E30", "MON": "3", "NUM": "964", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "BARBERINO DIMUG"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-03-01 11:00"}, "partial-ids": {"ertel": "ES-3017"}}, "raw": {"L": "", "MF": "", "NR": "3017", "ENG": "1", "MA_": "2", "G_NR": "964", "MA12": "4", "MARS": "10", "NAME": "Nencini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,200", "CSINR": "", "KURTZ": "", "PHAS_": "0,300", "STUND": "11,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "01.03.", "ZITATE": "DHSFO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gastone", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "01.03.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1559	neri-giacomo-1916-01-01	{"a1": "1560", "3a_sports": "3019"}	{"ertel": "ES-3019", "lerrcp": "A1-1560"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giacomo", "family": "Neri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1916-01-01 01:00", "note": null, "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 11.88334, "lat": 44.2857, "name": "Faenza", "geoid": 3177300}, "notime": null, "date-ut": "1916-01-01 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Giacomo", "family": "Neri"}, "birth": {"place": {"c2": "RA", "cy": "IT", "lg": 11.88334, "lat": 44.2857, "name": "Faenza", "geoid": 3177300}, "date-ut": "1916-01-01 00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1560"}, "ids-in-sources": {"a1": "1560"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "RA", "COU": "I", "DAY": "1", "LAT": "44N24", "LON": "12E15", "MON": "1", "NUM": "1560", "PRO": "C", "SEC": "0", "YEA": "1916", "CITY": "FAENZA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1916-01-01 01:00"}, "partial-ids": {"ertel": "ES-3019"}}, "raw": {"L": "", "MF": "", "NR": "3019", "ENG": "", "MA_": "1", "G_NR": "1560", "MA12": "2", "MARS": "6", "NAME": "Neri", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,40", "CSINR": "", "KURTZ": "", "PHAS_": "24,100", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giacomo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.01.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
428	neri-giuseppe-1878-05-26	{"a1": "428", "3a_sports": "3020"}	{"ertel": "ES-3020", "lerrcp": "A1-428"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Neri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1878-05-26 15:30", "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1878-05-26 14:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Neri"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1878-05-26 14:40:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-428"}, "ids-in-sources": {"a1": "428"}}, "raw": {"H": "15", "MN": "40", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "26", "LAT": "44N30", "LON": "11E 0", "MON": "5", "NUM": "428", "PRO": "C", "SEC": "4", "YEA": "1878", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1878-05-26 15:30"}, "partial-ids": {"ertel": "ES-3020"}}, "raw": {"L": "", "MF": "", "NR": "3020", "ENG": "1", "MA_": "2", "G_NR": "428", "MA12": "4", "MARS": "10", "NAME": "Neri", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,100", "CSINR": "", "KURTZ": "", "PHAS_": "32,200", "STUND": "15,50", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "26.05.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Guiseppe", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "26.05.1878", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1561	nesti-fulvio-1925-06-08	{"a1": "1562", "3a_sports": "3023"}	{"ertel": "ES-3023", "lerrcp": "A1-1562"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fulvio", "family": "Nesti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-06-08 18:00", "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.11271, "lat": 43.76998, "name": "Lastra a Signa", "geoid": 3175074}, "notime": null, "date-ut": "1925-06-08 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Fulvio", "family": "Nesti"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.11271, "lat": 43.76998, "name": "Lastra a Signa", "geoid": 3175074}, "date-ut": "1925-06-08 17:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1562"}, "ids-in-sources": {"a1": "1562"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "8", "LAT": "43N42", "LON": "11E30", "MON": "6", "NUM": "1562", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "LASTRA A SIGNA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-06-08 18:00"}, "partial-ids": {"ertel": "ES-3023"}}, "raw": {"L": "", "MF": "", "NR": "3023", "ENG": "", "MA_": "1", "G_NR": "1562", "MA12": "5", "MARS": "14", "NAME": "Nesti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,700", "CSINR": "", "KURTZ": "", "PHAS_": "98,200", "STUND": "18,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "08.06.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Fulvio", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "08.06.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
767	neuhaus-heinz-1926-04-14	{"a1": "767", "3a_sports": "3024"}	{"ertel": "ES-3024", "lerrcp": "A1-767"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinz", "family": "Neuhaus", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-04-14 13:15", "note": null, "place": {"c1": null, "c2": "NORD", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DORTMUND", "geoid": 0}, "notime": null, "date-ut": "1926-04-14 12:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Heinz", "family": "Neuhaus"}, "birth": {"place": {"c2": "NORD", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "DORTMUND", "geoid": 0}, "date-ut": "1926-04-14 12:15"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-767"}, "ids-in-sources": {"a1": "767"}}, "raw": {"H": "13", "MN": "15", "TZ": "-1", "COD": "NORD", "COU": "G", "DAY": "14", "LAT": "51N30", "LON": "7E30", "MON": "4", "NUM": "767", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "DORTMUND"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-04-14 13:15"}, "partial-ids": {"ertel": "ES-3024"}}, "raw": {"L": "", "MF": "", "NR": "3024", "ENG": "", "MA_": "1", "G_NR": "767", "MA12": "7", "MARS": "19", "NAME": "Neuhaus", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,500", "CSINR": "", "KURTZ": "", "PHAS_": "3,000", "STUND": "13,25", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "14.04.", "ZITATE": "SF", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Heinz", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "14.04.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17185	newberry-janet-1953-08-06	{"d10": "951", "3a_sports": "3027"}	{"ertel": "ES-3027", "lerrcp": "D10-951"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Janet", "family": "Newberry", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "-07:00", "date": "1953-08-06 13:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1953-08-06 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Janet", "family": "Newberry"}, "birth": {"tzo": "-07:00", "date": "1953-08-06 13:00", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1953-08-06 20:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "951"}}, "raw": {"H": "13:00", "TZ": "7h", "DAY": "6", "LAT": "34N4", "LON": "118W15", "MON": "8", "NUM": "951", "PRO": "SP", "YEA": "1953", "CICO": "Los Angeles, CA", "NAME": "Newberry Janet"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "F", "occus": ["tennis-player"], "partial-ids": {"ertel": "ES-3027"}}, "raw": {"L": "", "MF": "F", "NR": "3027", "ENG": "1", "MA_": "2", "G_NR": "951", "MA12": "4", "MARS": "10", "NAME": "Newberry", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-7,900", "CSINR": "", "KURTZ": "", "PHAS_": "13,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "06.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Janet Scott", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.08.1953", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TENN", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17188	nicklaus-jack-1940-01-21	{"d10": "954", "3a_sports": "3028", "rawlins-ertel-irving": "262"}	{"ertel": "ES-3028", "csicop": "CS-262", "lerrcp": "D10-954"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jack", "family": "Nicklaus", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1940-01-21 03:10", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -83, "lat": 39.96667, "name": "Columbus", "geoid": null}, "notime": null, "date-ut": "1940-01-21 08:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["golfer"]	5	null	[{"new": {"name": {"given": "Jack", "family": "Nicklaus"}, "birth": {"tzo": "-05:00", "date": "1940-01-21 03:10", "place": {"c2": "OH", "cy": "US", "lg": -83, "lat": 39.96667, "name": "Columbus"}, "date-ut": "1940-01-21 08:10"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "954"}}, "raw": {"H": "03:10", "TZ": "5h", "DAY": "21", "LAT": "39N58", "LON": "83W0", "MON": "1", "NUM": "954", "PRO": "SP", "YEA": "1940", "CICO": "Columbus, OH", "NAME": "Nicklaus Jack"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["golfer"]], "ids-in-sources": {"rawlins-ertel-irving": "262"}}, "raw": {"LA1": "39", "LA2": "58", "LO1": "83", "LO2": "0", "AMPM": "A", "MARS": "24", "NAME": "Nicklaus", "BATCH": "1", "Satz#": "262", "GEBDAT": "21 1 1940", "GEBORT": "OH", "GEBZEIT": "3 10", "VORNAME": "Jack", "SPORTART": "GOLF", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:40+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["golfer"], "partial-ids": {"ertel": "ES-3028"}}, "raw": {"L": "", "MF": "", "NR": "3028", "ENG": "", "MA_": "0", "G_NR": "954", "MA12": "8", "MARS": "24", "NAME": "Nicklaus", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "8,900", "CSINR": "262", "KURTZ": "", "PHAS_": "80,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "21.01.", "ZITATE": "DBX", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jack", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "21.01.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "GOLF", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16093	nijdam-hendrik-1935-09-26	{"d6": "306", "3a_sports": "3035"}	{"ertel": "ES-3035", "lerrcp": "D6-306"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hendrik", "family": "Nijdam", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1935-09-26 02:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "NL", "lg": 6.6, "lat": 53.16667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Hendrik", "family": "Nijdam"}, "birth": {"date": "1935-09-26 02:30", "place": {"cy": "NL", "lg": 6.6, "lat": 53.16667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "306"}}, "raw": {"H": "2", "MN": "30", "DAY": "26", "LAT": "53N10", "LON": "06E36", "MON": "9", "NUM": "306", "SEC": "0", "YEA": "1935", "NAME": "Nijdam Hendrik"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-3035"}}, "raw": {"L": "", "MF": "", "NR": "3035", "ENG": "", "MA_": "0", "G_NR": "306", "MA12": "9", "MARS": "25", "NAME": "Nijdam", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-3,900", "CSINR": "", "KURTZ": "", "PHAS_": "2,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "NET", "TAGMON": "26.09.", "ZITATE": "DH", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Hendrik", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "26.09.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17189	nitschke-raymond-1936-12-29	{"d10": "955", "3a_sports": "3038"}	{"ertel": "ES-3038", "lerrcp": "D10-955"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Nitschke", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1936-12-29 18:30", "note": null, "place": {"c1": null, "c2": "IL", "c3": null, "cy": "US", "lg": -87.81667, "lat": 41.93333, "name": "Elmwood Park", "geoid": null}, "notime": null, "date-ut": "1936-12-30 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Nitschke"}, "birth": {"tzo": "-06:00", "date": "1936-12-29 18:30", "place": {"c2": "IL", "cy": "US", "lg": -87.81667, "lat": 41.93333, "name": "Elmwood Park"}, "date-ut": "1936-12-30 00:30"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "955"}}, "raw": {"H": "18:30", "TZ": "6h", "DAY": "29", "LAT": "41N56", "LON": "87W49", "MON": "12", "NUM": "955", "PRO": "SP", "YEA": "1936", "CICO": "Elmwood Park, IL", "NAME": "Nitschke Raymond"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-3038"}}, "raw": {"L": "", "MF": "", "NR": "3038", "ENG": "", "MA_": "1", "G_NR": "955", "MA12": "9", "MARS": "27", "NAME": "Nitschke", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-1,000", "CSINR": "", "KURTZ": "", "PHAS_": "99,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "29.12.", "ZITATE": "EX", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Raymond Ernest", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "29.12.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1341	lorius-pierre-1925-02-12	{"a1": "1342", "g55": "03-268", "3a_sports": "2530", "cfepp-final3": "518"}	{"g55": "03-268", "cfepp": "CF-518", "ertel": "ES-2530", "lerrcp": "A1-1342"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Lorius", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1925-02-12 09:00", "note": null, "place": {"c1": null, "c2": "25", "c3": "", "cy": "FR", "lg": 6.03333, "lat": 47.25, "name": "Eternon", "geoid": 0}, "notime": null, "date-ut": "1925-02-12 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Lorius"}, "birth": {"tzo": "+00:00", "date": "1925-02-12 09:00", "place": {"c2": "25", "cy": "FR", "lg": 6.03333, "lat": 47.25, "name": "Eternon", "geoid": 0}, "date-ut": "1925-02-12 09:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1342"}, "ids-in-sources": {"a1": "1342"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "25", "COU": "F", "DAY": "12", "LAT": "47N15", "LON": "6E 2", "MON": "2", "NUM": "1342", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "ETERNON"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-02-12 09:00"}, "partial-ids": {"ertel": "ES-2530"}}, "raw": {"L": "", "MF": "", "NR": "2530", "ENG": "0", "MA_": "2", "G_NR": "1342", "MA12": "12", "MARS": "36", "NAME": "Lorius", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,100", "CSINR": "", "KURTZ": "", "PHAS_": "90,600", "STUND": "9,00", "CFEPNR": "518", "EXTEND": "1", "NATION": "FRA", "TAGMON": "12.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "12.02.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1925-02-12 09:00", "place": {"c3": ""}, "date-ut": "1925-02-12 09:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "518"}}, "raw": {"S": "12", "LT": "09 00", "LV": "I", "TR": "f", "UT": "09 00", "LAT": "+47.01", "SRC": "AG", "LONG": "-06.03", "NAME": "LORIUS Pierre", "SPORT": "Soccer", "LOC_DATE": "1925 02 12", "UNIV_DATE": "1925 02 12", "BIRTH_PLACE": "ETERNOZ", "POSTAL_CODE": "25330"}, "date": "2023-08-20T14:46:05+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Eternon"}}, "partial-ids": {"g55": "03-268"}, "ids-in-source": {"g55": "03-268"}}, "raw": {"DAY": "12-2-1925", "HOUR": "9 h.", "NAME": "LORIUS Pierre", "PLACE": "Eternon (Doubs)."}, "date": "2023-08-20T14:48:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
430	niutta-ugo-1889-12-20	{"a1": "430", "3a_sports": "3039"}	{"ertel": "ES-3039", "lerrcp": "A1-430"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ugo", "family": "Niutta", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1889-12-20 12:00", "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1889-12-20 11:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Ugo", "family": "Niutta"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1889-12-20 11:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-430"}, "ids-in-sources": {"a1": "430"}}, "raw": {"H": "12", "MN": "10", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "20", "LAT": "40N54", "LON": "14E 0", "MON": "12", "NUM": "430", "PRO": "C", "SEC": "4", "YEA": "1889", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1889-12-20 12:00"}, "partial-ids": {"ertel": "ES-3039"}}, "raw": {"L": "", "MF": "", "NR": "3039", "ENG": "", "MA_": "0", "G_NR": "430", "MA12": "6", "MARS": "17", "NAME": "Niutta(Duca)", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,700", "CSINR": "", "KURTZ": "", "PHAS_": "9,300", "STUND": "12,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "20.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ugo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.12.1889", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1104	nolf-robert-1922-07-01	{"a1": "1104", "3a_sports": "3045"}	{"ertel": "ES-3045", "lerrcp": "A1-1104"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Nolf", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-07-01 18:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "MOORSELE", "geoid": 0}, "notime": null, "date-ut": "1922-07-01 17:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Nolf"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "MOORSELE", "geoid": 0}, "date-ut": "1922-07-01 17:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1104"}, "ids-in-sources": {"a1": "1104"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "1", "LAT": "51N13", "LON": "3E15", "MON": "7", "NUM": "1104", "PRO": "C", "SEC": "0", "YEA": "1922", "CITY": "MOORSELE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1922-07-01 18:00"}, "partial-ids": {"ertel": "ES-3045"}}, "raw": {"L": "", "MF": "", "NR": "3045", "ENG": "0", "MA_": "2", "G_NR": "1104", "MA12": "12", "MARS": "36", "NAME": "Nolf", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,000", "CSINR": "", "KURTZ": "", "PHAS_": "39,300", "STUND": "18,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "01.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.07.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
861	noret-jean-1909-11-18	{"a1": "861", "g55": "03-180", "3a_sports": "3047"}	{"g55": "03-180", "ertel": "ES-3047", "lerrcp": "A1-861"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Noret", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1909-11-18 01:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.75459, "lat": 48.52829, "name": "Sivry-Courtry", "geoid": 2974434}, "notime": null, "date-ut": "1909-11-18 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Noret"}, "birth": {"tzo": "+00:09:21", "date": "1909-11-18 01:00", "place": {"c2": "77", "cy": "FR", "lg": 2.75459, "lat": 48.52829, "name": "Sivry-Courtry", "geoid": 2974434}, "date-ut": "1909-11-18 00:50:40"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-861"}, "ids-in-sources": {"a1": "861"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "77", "COU": "F", "DAY": "18", "LAT": "48N33", "LON": "2E40", "MON": "11", "NUM": "861", "PRO": "C", "SEC": "40", "YEA": "1909", "CITY": "SIVRY-COURTRY"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1909-11-18 01:00"}, "partial-ids": {"ertel": "ES-3047"}}, "raw": {"L": "", "MF": "", "NR": "3047", "ENG": "", "MA_": "0", "G_NR": "861", "MA12": "6", "MARS": "17", "NAME": "Noret", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,900", "CSINR": "", "KURTZ": "", "PHAS_": "22,300", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.11.", "ZITATE": "O", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "18.11.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-180"}, "ids-in-source": {"g55": "03-180"}}, "raw": {"DAY": "18-11-1909", "HOUR": "1 h.", "NAME": "NORET Jean", "PLACE": "Sivry-Coutry (Seine-et-Marne)."}, "date": "2023-08-20T14:48:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
431	nosari-giuseppe-1883-03-23	{"a1": "431", "3a_sports": "3049"}	{"ertel": "ES-3049", "lerrcp": "A1-431"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Nosari", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1883-03-23 23:00", "note": null, "place": {"c1": null, "c2": "BG", "c3": null, "cy": "IT", "lg": 9.89646, "lat": 45.80789, "name": "Gandino", "geoid": 3176330}, "notime": null, "date-ut": "1883-03-23 22:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Nosari"}, "birth": {"place": {"c2": "BG", "cy": "IT", "lg": 9.89646, "lat": 45.80789, "name": "Gandino", "geoid": 3176330}, "date-ut": "1883-03-23 22:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-431"}, "ids-in-sources": {"a1": "431"}}, "raw": {"H": "23", "MN": "10", "TZ": "-1", "COD": "BG", "COU": "I", "DAY": "23", "LAT": "45N36", "LON": "9E45", "MON": "3", "NUM": "431", "PRO": "C", "SEC": "4", "YEA": "1883", "CITY": "GANDINO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1883-03-23 23:00"}, "partial-ids": {"ertel": "ES-3049"}}, "raw": {"L": "", "MF": "", "NR": "3049", "ENG": "", "MA_": "1", "G_NR": "431", "MA12": "10", "MARS": "28", "NAME": "Nosari", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,300", "CSINR": "", "KURTZ": "", "PHAS_": "99,400", "STUND": "23,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "23.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giuseppe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.03.1883", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16096	novi-jacky-1946-07-18	{"d6": "309", "3a_sports": "3057"}	{"ertel": "ES-3057", "lerrcp": "D6-309"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacky", "family": "Novi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-07-18 10:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 4.5, "lat": 43.75, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jacky", "family": "Novi"}, "birth": {"date": "1946-07-18 10:00", "place": {"cy": "FR", "lg": 4.5, "lat": 43.75}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "309"}}, "raw": {"H": "10", "MN": "0", "DAY": "18", "LAT": "43N45", "LON": "04E30", "MON": "7", "NUM": "309", "SEC": "0", "YEA": "1946", "NAME": "Novi Jacky"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-3057"}}, "raw": {"L": "", "MF": "", "NR": "3057", "ENG": "1", "MA_": "2", "G_NR": "309", "MA12": "1", "MARS": "1", "NAME": "Novi", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-6,100", "CSINR": "", "KURTZ": "", "PHAS_": "87,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "18.07.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jacky", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "18.07.1946", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1661	nouwens-theodore-1908-02-17	{"a1": "1662", "3a_sports": "3052"}	{"cpara": "CP-474", "ertel": "ES-3052", "lerrcp": "A1-1662"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodore", "family": "Nouwens", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1908-02-17 10:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "notime": null, "date-ut": "1908-02-17 10:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Theodore", "family": "Nouwens"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MALINES", "geoid": 0}, "date-ut": "1908-02-17 10:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1662"}, "ids-in-sources": {"a1": "1662"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "17", "LAT": "51N14", "LON": "4E30", "MON": "2", "NUM": "1662", "PRO": "C", "SEC": "0", "YEA": "1908", "CITY": "MALINES"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1908-02-17 10:00"}, "partial-ids": {"ertel": "ES-3052"}}, "raw": {"L": "", "MF": "", "NR": "3052", "ENG": "1", "MA_": "2", "G_NR": "1662", "MA12": "1", "MARS": "2", "NAME": "Nouwens", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,500", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "10,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "17.02.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "474", "VORNAME": "Théodore", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "17.02.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
116	nuvolari-tazio-1892-11-16	{"a1": "116", "3a_sports": "3062"}	{"ertel": "ES-3062", "lerrcp": "A1-116"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tazio", "family": "Nuvolari", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1892-11-16 09:00", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "IT", "lg": 10.97449, "lat": 45.18798, "name": "Castel d'Ario", "geoid": 3179724}, "notime": null, "date-ut": "1892-11-16 08:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Tazio", "family": "Nuvolari"}, "birth": {"place": {"c2": "MN", "cy": "IT", "lg": 10.97449, "lat": 45.18798, "name": "Castel d'Ario", "geoid": 3179724}, "date-ut": "1892-11-16 08:10:04"}, "occus": ["motor-sports-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-116"}, "ids-in-sources": {"a1": "116"}}, "raw": {"H": "9", "MN": "10", "TZ": "-1", "COD": "MN", "COU": "I", "DAY": "16", "LAT": "45N12", "LON": "11E 0", "MON": "11", "NUM": "116", "PRO": "C", "SEC": "4", "YEA": "1892", "CITY": "CASTEL D'ARIO"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1892-11-16 09:00"}, "partial-ids": {"ertel": "ES-3062"}}, "raw": {"L": "", "MF": "", "NR": "3062", "ENG": "", "MA_": "1", "G_NR": "116", "MA12": "11", "MARS": "31", "NAME": "Nuvolari", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,600", "CSINR": "", "KURTZ": "", "PHAS_": "10,900", "STUND": "9,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "16.11.", "ZITATE": "DCSEF", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Tazio", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "16.11.1892", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "0", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1106	ockers-stan-1920-02-03	{"a1": "1106", "3a_sports": "3069"}	{"ertel": "ES-3069", "lerrcp": "A1-1106"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stan", "family": "Ockers", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-02-03 05:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "BORGERHOUT", "geoid": 0}, "notime": null, "date-ut": "1920-02-03 05:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Stan", "family": "Ockers"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "BORGERHOUT", "geoid": 0}, "date-ut": "1920-02-03 05:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1106"}, "ids-in-sources": {"a1": "1106"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "3", "LAT": "51N14", "LON": "4E30", "MON": "2", "NUM": "1106", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "BORGERHOUT"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-02-03 05:00"}, "partial-ids": {"ertel": "ES-3069"}}, "raw": {"L": "", "MF": "", "NR": "3069", "ENG": "1", "MA_": "2", "G_NR": "1106", "MA12": "4", "MARS": "10", "NAME": "Ockers", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,000", "CSINR": "", "KURTZ": "", "PHAS_": "97,300", "STUND": "5,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "03.02.", "ZITATE": "DHFO", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Stan", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "03.02.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
756	odon-charles-1925-11-07	{"a1": "756", "3a_sports": "3070"}	{"ertel": "ES-3070", "lerrcp": "A1-756"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Odon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-11-07 21:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OSTENDE", "geoid": 0}, "notime": null, "date-ut": "1925-11-07 21:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Odon"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OSTENDE", "geoid": 0}, "date-ut": "1925-11-07 21:00:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-756"}, "ids-in-sources": {"a1": "756"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "7", "LAT": "51N13", "LON": "3E15", "MON": "11", "NUM": "756", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "OSTENDE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-11-07 21:00"}, "partial-ids": {"ertel": "ES-3070"}}, "raw": {"L": "", "MF": "", "NR": "3070", "ENG": "", "MA_": "1", "G_NR": "756", "MA12": "9", "MARS": "26", "NAME": "Odon", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,700", "CSINR": "", "KURTZ": "", "PHAS_": "65,300", "STUND": "21,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "07.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Charles", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.11.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
509	offenberg-jean-1916-07-03	{"a1": "509", "3a_sports": "3071"}	{"ertel": "ES-3071", "lerrcp": "A1-509"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Offenberg", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1916-07-03 17:00", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LAEKEN", "geoid": 0}, "notime": null, "date-ut": "1916-07-03 15:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Offenberg"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LAEKEN", "geoid": 0}, "date-ut": "1916-07-03 15:00:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-509"}, "ids-in-sources": {"a1": "509"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "3", "LAT": "50N51", "LON": "4E15", "MON": "7", "NUM": "509", "PRO": "C", "SEC": "0", "YEA": "1916", "CITY": "LAEKEN"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1916-07-03 17:00"}, "partial-ids": {"ertel": "ES-3071"}}, "raw": {"L": "", "MF": "", "NR": "3071", "ENG": "", "MA_": "0", "G_NR": "509", "MA12": "3", "MARS": "8", "NAME": "Offenberg", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,600", "CSINR": "", "KURTZ": "", "PHAS_": "5,800", "STUND": "17,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "03.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.07.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
433	olivi-luigi-1894-11-18	{"a1": "433", "3a_sports": "3079"}	{"ertel": "ES-3079", "lerrcp": "A1-433"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Olivi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1894-11-18 06:00", "note": null, "place": {"c1": null, "c2": "CB", "c3": null, "cy": "IT", "lg": 14.66753, "lat": 41.56003, "name": "Campobasso", "geoid": 3180991}, "notime": null, "date-ut": "1894-11-18 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Olivi"}, "birth": {"place": {"c2": "CB", "cy": "IT", "lg": 14.66753, "lat": 41.56003, "name": "Campobasso", "geoid": 3180991}, "date-ut": "1894-11-18 05:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-433"}, "ids-in-sources": {"a1": "433"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "CB", "COU": "I", "DAY": "18", "LAT": "41N36", "LON": "14E45", "MON": "11", "NUM": "433", "PRO": "C", "SEC": "0", "YEA": "1894", "CITY": "CAMPOBASSO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1894-11-18 06:00"}, "partial-ids": {"ertel": "ES-3079"}}, "raw": {"L": "", "MF": "", "NR": "3079", "ENG": "", "MA_": "0", "G_NR": "433", "MA12": "8", "MARS": "22", "NAME": "Olivi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,600", "CSINR": "", "KURTZ": "", "PHAS_": "73,200", "STUND": "6,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "18.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.11.1894", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1563	olivieri-rinaldo-1935-01-01	{"a1": "1564", "3a_sports": "3082"}	{"ertel": "ES-3082", "lerrcp": "A1-1564"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rinaldo", "family": "Olivieri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1935-01-01 15:00", "note": null, "place": {"c1": null, "c2": "AP", "c3": null, "cy": "IT", "lg": 13.75, "lat": 43, "name": "S. BENEDETTO DE", "geoid": 0}, "notime": null, "date-ut": "1935-01-01 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Rinaldo", "family": "Olivieri"}, "birth": {"place": {"c2": "AP", "cy": "IT", "lg": 13.75, "lat": 43, "name": "S. BENEDETTO DE", "geoid": 0}, "date-ut": "1935-01-01 14:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1564"}, "ids-in-sources": {"a1": "1564"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "AP", "COU": "I", "DAY": "1", "LAT": "43N 0", "LON": "13E45", "MON": "1", "NUM": "1564", "PRO": "C", "SEC": "0", "YEA": "1935", "CITY": "S. BENEDETTO DE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1935-01-01 15:00"}, "partial-ids": {"ertel": "ES-3082"}}, "raw": {"L": "", "MF": "", "NR": "3082", "ENG": "", "MA_": "0", "G_NR": "1564", "MA12": "8", "MARS": "23", "NAME": "Olivieri", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,300", "CSINR": "", "KURTZ": "", "PHAS_": "22,100", "STUND": "15,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Rinaldo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.01.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1352	oliver-celestin-1930-07-12	{"a1": "1353", "3a_sports": "3077"}	{"cpara": "CP-517", "ertel": "ES-3077", "lerrcp": "A1-1353"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Célestin", "family": "Oliver", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-07-12 10:00", "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 0.08918, "lat": 35.93115, "name": "Mostaganem", "geoid": 2487134}, "notime": null, "date-ut": "1930-07-12 10:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Célestin", "family": "Oliver"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 0.08918, "lat": 35.93115, "name": "Mostaganem", "geoid": 2487134}, "date-ut": "1930-07-12 10:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1353"}, "ids-in-sources": {"a1": "1353"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "12", "LAT": "35N50", "LON": "0W 0", "MON": "7", "NUM": "1353", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "MOSTAGANEM"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-07-12 10:00"}, "partial-ids": {"ertel": "ES-3077"}}, "raw": {"L": "", "MF": "", "NR": "3077", "ENG": "1", "MA_": "2", "G_NR": "1353", "MA12": "4", "MARS": "11", "NAME": "Oliver", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,200", "CSINR": "", "KURTZ": "", "PHAS_": "98,600", "STUND": "10,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "12.07.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "517", "VORNAME": "Célestin", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "12.07.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1565	oppezzo-guglielmo-1926-06-11	{"a1": "1566", "3a_sports": "3089"}	{"ertel": "ES-3089", "lerrcp": "A1-1566"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guglielmo", "family": "Oppezzo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-06-11 11:30", "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.40344, "lat": 45.18356, "name": "Balzola", "geoid": 3182436}, "notime": null, "date-ut": "1926-06-11 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Guglielmo", "family": "Oppezzo"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.40344, "lat": 45.18356, "name": "Balzola", "geoid": 3182436}, "date-ut": "1926-06-11 10:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1566"}, "ids-in-sources": {"a1": "1566"}}, "raw": {"H": "11", "MN": "30", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "11", "LAT": "45N 0", "LON": "9E 0", "MON": "6", "NUM": "1566", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "BALZOLA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-06-11 11:30"}, "partial-ids": {"ertel": "ES-3089"}}, "raw": {"L": "", "MF": "", "NR": "3089", "ENG": "", "MA_": "0", "G_NR": "1566", "MA12": "6", "MARS": "16", "NAME": "Oppezza", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,100", "CSINR": "", "KURTZ": "", "PHAS_": "0,400", "STUND": "11,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "11.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Guglielmo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.06.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
210	orgeix-jean-1921-04-15	{"a1": "210", "3a_sports": "3094"}	{"ertel": "ES-3094", "lerrcp": "A1-210"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Orgeix", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1921-04-15 23:15", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26667, "lat": 43.7, "name": "Capdail", "geoid": 0}, "notime": null, "date-ut": "1921-04-15 22:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Orgeix"}, "birth": {"tzo": "+01:00", "date": "1921-04-15 23:15", "place": {"c2": "06", "cy": "FR", "lg": 7.26667, "lat": 43.7, "name": "Capdail", "geoid": 0}, "date-ut": "1921-04-15 22:15"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-210"}, "ids-in-sources": {"a1": "210"}}, "raw": {"H": "22", "MN": "15", "TZ": "0", "COD": "06", "COU": "F", "DAY": "15", "LAT": "43N42", "LON": "7E16", "MON": "4", "NUM": "210", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "CAPDAIL"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-04-15 23:15"}, "partial-ids": {"ertel": "ES-3094"}}, "raw": {"L": "", "MF": "", "NR": "3094", "ENG": "", "MA_": "0", "G_NR": "210", "MA12": "8", "MARS": "22", "NAME": "Orgeix", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,200", "CSINR": "", "KURTZ": "", "PHAS_": "45,300", "STUND": "23,25", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "15.04.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
435	origgi-giovan-1895-01-14	{"a1": "435", "3a_sports": "3095"}	{"ertel": "ES-3095", "lerrcp": "A1-435"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovan", "family": "Origgi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1895-01-14 19:30", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1895-01-14 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Giovan", "family": "Origgi"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1895-01-14 18:30"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-435"}, "ids-in-sources": {"a1": "435"}}, "raw": {"H": "19", "MN": "30", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "14", "LAT": "45N30", "LON": "9E15", "MON": "1", "NUM": "435", "PRO": "C", "SEC": "0", "YEA": "1895", "CITY": "MILANO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1895-01-14 19:30"}, "partial-ids": {"ertel": "ES-3095"}}, "raw": {"L": "", "MF": "", "NR": "3095", "ENG": "1", "MA_": "2", "G_NR": "435", "MA12": "4", "MARS": "10", "NAME": "Origgi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,300", "CSINR": "", "KURTZ": "", "PHAS_": "89,200", "STUND": "19,50", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "14.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giovan", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.01.1895", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1566	ossola-franco-1921-08-22	{"a1": "1567", "3a_sports": "3100"}	{"ertel": "ES-3100", "lerrcp": "A1-1567"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franco", "family": "Ossola", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-08-23 00:25", "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "IT", "lg": 8.82193, "lat": 45.82908, "name": "Varese", "geoid": 3164699}, "notime": null, "date-ut": "1921-08-22 23:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Franco", "family": "Ossola"}, "birth": {"place": {"c2": "VA", "cy": "IT", "lg": 8.82193, "lat": 45.82908, "name": "Varese", "geoid": 3164699}, "date-ut": "1921-08-22 23:25"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1567"}, "ids-in-sources": {"a1": "1567"}}, "raw": {"H": "0", "MN": "25", "TZ": "-1", "COD": "VA", "COU": "I", "DAY": "23", "LAT": "45N48", "LON": "9E 0", "MON": "8", "NUM": "1567", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "VARESE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-08-23 00:25"}, "partial-ids": {"ertel": "ES-3100"}}, "raw": {"L": "", "MF": "", "NR": "3100", "ENG": "", "MA_": "1", "G_NR": "1567", "MA12": "10", "MARS": "29", "NAME": "Ossola", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,600", "CSINR": "", "KURTZ": "", "PHAS_": "83,400", "STUND": "0,42", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "23.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Franco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.08.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16100	ottenbros-harmin-1943-06-27	{"d6": "313", "3a_sports": "3104"}	{"ertel": "ES-3104", "lerrcp": "D6-313"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Harmin", "family": "Ottenbros", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-06-27 12:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "NL", "lg": 4.73333, "lat": 52.63333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Harmin", "family": "Ottenbros"}, "birth": {"date": "1943-06-27 12:00", "place": {"cy": "NL", "lg": 4.73333, "lat": 52.63333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "313"}}, "raw": {"H": "12", "MN": "0", "DAY": "27", "LAT": "52N38", "LON": "04E44", "MON": "6", "NUM": "313", "SEC": "0", "YEA": "1943", "NAME": "Ottenbros Harmin"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-3104"}}, "raw": {"L": "", "MF": "", "NR": "3104", "ENG": "", "MA_": "1", "G_NR": "313", "MA12": "5", "MARS": "14", "NAME": "Ottenbros", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-9,900", "CSINR": "", "KURTZ": "", "PHAS_": "27,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "NET", "TAGMON": "27.06.", "ZITATE": "DHF", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Harmin", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "27.06.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16102	ottoz-eddy-1944-06-03	{"d6": "315", "3a_sports": "3108"}	{"ertel": "ES-3108", "lerrcp": "D6-315"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eddy", "family": "Ottoz", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1944-06-03 21:40", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 7, "lat": 43.55, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Eddy", "family": "Ottoz"}, "birth": {"date": "1944-06-03 21:40", "place": {"cy": "FR", "lg": 7, "lat": 43.55}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "315"}}, "raw": {"H": "21", "MN": "40", "DAY": "3", "LAT": "43N33", "LON": "07E00", "MON": "6", "NUM": "315", "SEC": "0", "YEA": "1944", "NAME": "Ottoz Eddy"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-3108"}}, "raw": {"L": "", "MF": "", "NR": "3108", "ENG": "", "MA_": "0", "G_NR": "315", "MA12": "5", "MARS": "15", "NAME": "Ottoz", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "7,700", "CSINR": "", "KURTZ": "", "PHAS_": "84,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "03.06.", "ZITATE": "DKST", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Eddy", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "03.06.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16099	ostemeyer-micheline-1922-12-23	{"d6": "312", "3a_sports": "3102", "cfepp-final3": "111"}	{"cfepp": "CF-111", "ertel": "ES-3102", "lerrcp": "D6-312"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Micheline", "family": "Ostemeyer", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1922-12-23 03:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": -1.65, "lat": 50.42, "name": "RANG DU FLIERS", "geoid": null}, "notime": null, "date-ut": "1922-12-23 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Micheline", "family": "Ostemeyer"}, "birth": {"date": "1922-12-23 03:00", "place": {"cy": "FR", "lg": 1.76667, "lat": 50.46667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "312"}}, "raw": {"H": "3", "MN": "0", "DAY": "23", "LAT": "50N28", "LON": "01E46", "MON": "12", "NUM": "312", "SEC": "0", "YEA": "1922", "NAME": "Ostemeyer Micheline"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "F", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-3102"}}, "raw": {"L": "", "MF": "F", "NR": "3102", "ENG": "", "MA_": "1", "G_NR": "312", "MA12": "9", "MARS": "26", "NAME": "Ostermeyer", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "7,500", "CSINR": "", "KURTZ": "", "PHAS_": "21,000", "STUND": "", "CFEPNR": "111", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.12.", "ZITATE": "DKSTO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Micheline", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "23.12.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1922-12-23 03:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": -1.65, "lat": 50.42, "name": "RANG DU FLIERS"}, "date-ut": "1922-12-23 03:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "111"}}, "raw": {"S": "9", "LT": "03 00", "LV": "O", "TR": "f", "UT": "03 00", "LAT": "+50.42", "SRC": "AL", "LONG": "-01.65", "NAME": "OSTERMEYER Micheline", "SPORT": "Track & Field", "LOC_DATE": "1922 12 23", "UNIV_DATE": "1922 12 23", "BIRTH_PLACE": "RANG DU FLIERS", "POSTAL_CODE": "62600"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16233	peri-robert-1941-01-20	{"d6": "446", "3a_sports": "3219", "cfepp-final3": "533"}	{"cfepp": "CF-533", "ertel": "ES-3219", "lerrcp": "D6-446"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Peri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-01-20 12:30", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": -5.38, "lat": 43.3, "name": "MARSEILLE", "geoid": null}, "notime": null, "date-ut": "1941-01-20 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Peri"}, "birth": {"date": "1941-01-20 12:30", "place": {"cy": "FR", "lg": 5.36667, "lat": 43.3}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "446"}}, "raw": {"H": "12", "MN": "30", "DAY": "20", "LAT": "43N18", "LON": "05E22", "MON": "1", "NUM": "446", "SEC": "0", "YEA": "1941", "NAME": "Peri Robert"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-3219"}}, "raw": {"L": "", "MF": "", "NR": "3219", "ENG": "", "MA_": "0", "G_NR": "446", "MA12": "6", "MARS": "16", "NAME": "Peri", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-11,10", "CSINR": "", "KURTZ": "", "PHAS_": "54,900", "STUND": "", "CFEPNR": "533", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "20.01.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1941-01-20 12:30", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": -5.38, "lat": 43.3, "name": "MARSEILLE"}, "date-ut": "1941-01-20 11:30"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "533"}}, "raw": {"S": "6", "LT": "12 30", "LV": "I3", "TR": "f", "UT": "11 30", "LAT": "+43.30", "SRC": "L", "LONG": "-05.38", "NAME": "PERI Robert", "SPORT": "Soccer", "LOC_DATE": "1941 01 20", "UNIV_DATE": "1941 01 20", "BIRTH_PLACE": "MARSEILLE", "POSTAL_CODE": "13233 CEDEX  01"}, "date": "2023-08-20T14:46:05+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1356	petit-rene-1899-10-08	{"a1": "1357", "g55": "03-274", "3a_sports": "3246", "cfepp-final3": "534"}	{"g55": "03-274", "cfepp": "CF-534", "ertel": "ES-3246", "lerrcp": "A1-1357"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Petit", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1899-10-08 02:00", "note": null, "place": {"c1": null, "c2": "40", "c3": "", "cy": "FR", "lg": -1.05366, "lat": 43.71032, "name": "Dax", "geoid": 3021670}, "notime": null, "date-ut": "1899-10-08 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "René", "family": "Petit"}, "birth": {"tzo": "+00:09:21", "date": "1899-10-08 09:30", "place": {"c2": "40", "cy": "FR", "lg": -1.05366, "lat": 43.71032, "name": "Dax", "geoid": 3021670}, "date-ut": "1899-10-08 09:20:40"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1357"}, "ids-in-sources": {"a1": "1357"}}, "raw": {"H": "9", "MN": "20", "TZ": "0", "COD": "40", "COU": "F", "DAY": "8", "LAT": "43N54", "LON": "0W30", "MON": "10", "NUM": "1357", "PRO": "C", "SEC": "40", "YEA": "1899", "CITY": "DAX"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1899-10-08 09:30"}, "partial-ids": {"ertel": "ES-3246"}}, "raw": {"L": "", "MF": "", "NR": "3246", "ENG": "1", "MA_": "2", "G_NR": "1357", "MA12": "1", "MARS": "2", "NAME": "Petit", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,400", "CSINR": "", "KURTZ": "", "PHAS_": "10,300", "STUND": "9,50", "CFEPNR": "534", "EXTEND": "1", "NATION": "FRA", "TAGMON": "08.10.", "ZITATE": "O", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "08.10.1899", "GQBECORR": "c", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "petit-rene-1899-10-08", "birth": {"date": "1899-10-08 02:00", "place": {"c3": ""}, "date-ut": "1899-10-08 01:51"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "534"}}, "raw": {"S": "10", "LT": "02 00", "LV": "I2", "TR": "f", "UT": "01 51", "LAT": "+43.71", "SRC": "AG", "LONG": "+01.05", "NAME": "PETIT Rene", "SPORT": "Soccer", "LOC_DATE": "1899 10 08", "UNIV_DATE": "1899 10 08", "BIRTH_PLACE": "DAX", "POSTAL_CODE": "40106 CEDEX"}, "date": "2023-08-20T14:46:05+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-274"}, "ids-in-source": {"g55": "03-274"}}, "raw": {"DAY": "8-10-1899", "HOUR": "9 h. 30", "NAME": "PETIT René", "PLACE": "Dax (Landes)."}, "date": "2023-08-20T14:48:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1363	prouff-jean-1919-09-12	{"a1": "1364", "g55": "03-279", "3a_sports": "3390", "cfepp-final3": "538"}	{"g55": "03-279", "cfepp": "CF-538", "cpara": "CP-356", "ertel": "ES-3390", "lerrcp": "A1-1364"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Prouff", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1919-09-12 16:00", "note": null, "place": {"c1": null, "c2": "56", "c3": "", "cy": "FR", "lg": -2.73333, "lat": 47.66667, "name": "Le Peillac", "geoid": 0}, "notime": null, "date-ut": "1919-09-12 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Prouff"}, "birth": {"tzo": "+01:00", "date": "1919-09-12 16:00", "place": {"c2": "56", "cy": "FR", "lg": -2.73333, "lat": 47.66667, "name": "Le Peillac", "geoid": 0}, "date-ut": "1919-09-12 15:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1364"}, "ids-in-sources": {"a1": "1364"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "56", "COU": "F", "DAY": "12", "LAT": "47N40", "LON": "2W44", "MON": "9", "NUM": "1364", "PRO": "C", "SEC": "0", "YEA": "1919", "CITY": "LE PEILLAC"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1919-09-12 16:00"}, "partial-ids": {"ertel": "ES-3390"}}, "raw": {"L": "", "MF": "", "NR": "3390", "ENG": "", "MA_": "0", "G_NR": "1364", "MA12": "6", "MARS": "16", "NAME": "Prouff", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,500", "CSINR": "", "KURTZ": "", "PHAS_": "95,400", "STUND": "16,00", "CFEPNR": "538", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.09.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "356", "VORNAME": "Jean", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "12.09.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1919-09-12 16:00", "place": {"c3": ""}, "date-ut": "1919-09-12 15:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "538"}}, "raw": {"S": "6", "LT": "16 00", "LV": "I17", "TR": "f", "UT": "15 00", "LAT": "+47.71", "SRC": "ALG", "LONG": "+02.22", "NAME": "PROUFF Jean", "SPORT": "Soccer", "LOC_DATE": "1919 09 12", "UNIV_DATE": "1919 09 12", "BIRTH_PLACE": "PEILLAC", "POSTAL_CODE": "56220"}, "date": "2023-08-20T14:46:05+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Le Peillac"}}, "partial-ids": {"g55": "03-279"}, "ids-in-source": {"g55": "03-279"}}, "raw": {"DAY": "12-9-1919", "HOUR": "16 h.", "NAME": "PROUFF Jean", "PLACE": "Le Peillac (Morbihan)."}, "date": "2023-08-20T14:48:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
17196	o-neal-arthur-1936-05-15	{"d10": "962", "3a_sports": "3113"}	{"ertel": "ES-3113", "lerrcp": "D10-962"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "O'Neal", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1936-05-15 00:15", "note": null, "place": {"c1": null, "c2": "WA", "c3": null, "cy": "US", "lg": -122.63333, "lat": 47.56667, "name": "Bremerton", "geoid": null}, "notime": null, "date-ut": "1936-05-15 08:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "O'Neal"}, "birth": {"tzo": "-08:00", "date": "1936-05-15 00:15", "place": {"c2": "WA", "cy": "US", "lg": -122.63333, "lat": 47.56667, "name": "Bremerton"}, "date-ut": "1936-05-15 08:15"}, "occus": ["politician"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "962"}}, "raw": {"H": "00:15", "TZ": "8h", "DAY": "15", "LAT": "47N34", "LON": "122W38", "MON": "5", "NUM": "962", "PRO": "PO", "YEA": "1936", "CICO": "Bremerton, WA", "NAME": "O'Neal Arthur"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-3113"}}, "raw": {"L": "", "MF": "", "NR": "3113", "ENG": "", "MA_": "1", "G_NR": "962", "MA12": "7", "MARS": "20", "NAME": "O'Brien", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-9,000", "CSINR": "", "KURTZ": "", "PHAS_": "76,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "28.01.", "ZITATE": "DKSTEX", "ZITSUM": "6", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Parry", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "28.01.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "5"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17201	obregon-eugene-1930-11-12	{"d10": "967", "3a_sports": "3114"}	{"ertel": "ES-3114", "lerrcp": "D10-967"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugene", "family": "Obregon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1930-11-12 01:45", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1930-11-12 09:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Eugene", "family": "Obregon"}, "birth": {"tzo": "-08:00", "date": "1930-11-12 01:45", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1930-11-12 09:45"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "967"}}, "raw": {"H": "01:45", "TZ": "8h", "DAY": "12", "LAT": "34N4", "LON": "118W15", "MON": "11", "NUM": "967", "PRO": "MI", "YEA": "1930", "CICO": "Los Angeles, CA", "NAME": "Obregon Eugene"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-3114"}}, "raw": {"L": "", "MF": "", "NR": "3114", "ENG": "", "MA_": "1", "G_NR": "967", "MA12": "2", "MARS": "5", "NAME": "O'Hara", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-10,30", "CSINR": "", "KURTZ": "", "PHAS_": "53,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "05.07.", "ZITATE": "X", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Tom", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "05.07.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
436	pagano-primo-1887-01-01	{"a1": "436", "3a_sports": "3120"}	{"ertel": "ES-3120", "lerrcp": "A1-436"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Primo", "family": "Pagano", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1887-01-01 07:00", "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1887-01-01 06:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Primo", "family": "Pagano"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1887-01-01 06:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-436"}, "ids-in-sources": {"a1": "436"}}, "raw": {"H": "7", "MN": "10", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "1", "LAT": "43N42", "LON": "11E30", "MON": "1", "NUM": "436", "PRO": "C", "SEC": "4", "YEA": "1887", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1887-01-01 07:00"}, "partial-ids": {"ertel": "ES-3120"}}, "raw": {"L": "", "MF": "", "NR": "3120", "ENG": "", "MA_": "0", "G_NR": "436", "MA12": "12", "MARS": "34", "NAME": "Pagano", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,700", "CSINR": "", "KURTZ": "", "PHAS_": "36,000", "STUND": "7,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Primo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.01.1887", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
438	palli-natale-1895-07-23	{"a1": "438", "3a_sports": "3127"}	{"ertel": "ES-3127", "lerrcp": "A1-438"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Natale", "family": "Palli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1895-07-24 00:10", "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 9, "lat": 45, "name": "CASALEMONFERRAT", "geoid": 0}, "notime": null, "date-ut": "1895-07-23 23:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Natale", "family": "Palli"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 9, "lat": 45, "name": "CASALEMONFERRAT", "geoid": 0}, "date-ut": "1895-07-23 23:10"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-438"}, "ids-in-sources": {"a1": "438"}}, "raw": {"H": "0", "MN": "10", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "24", "LAT": "45N 0", "LON": "9E 0", "MON": "7", "NUM": "438", "PRO": "C", "SEC": "0", "YEA": "1895", "CITY": "CASALEMONFERRAT"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1895-07-24 00:10"}, "partial-ids": {"ertel": "ES-3127"}}, "raw": {"L": "", "MF": "", "NR": "3127", "ENG": "", "MA_": "0", "G_NR": "438", "MA12": "8", "MARS": "24", "NAME": "Palli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,800", "CSINR": "", "KURTZ": "", "PHAS_": "4,700", "STUND": "0,17", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "24.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Natale", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.07.1895", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1568	pandolfini-egisto-1926-02-17	{"a1": "1569", "3a_sports": "3133"}	{"ertel": "ES-3133", "lerrcp": "A1-1569"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Egisto", "family": "Pandolfini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-02-17 08:00", "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.11271, "lat": 43.76998, "name": "Lastra a Signa", "geoid": 3175074}, "notime": null, "date-ut": "1926-02-17 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Egisto", "family": "Pandolfini"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.11271, "lat": 43.76998, "name": "Lastra a Signa", "geoid": 3175074}, "date-ut": "1926-02-17 07:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1569"}, "ids-in-sources": {"a1": "1569"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "17", "LAT": "43N42", "LON": "11E30", "MON": "2", "NUM": "1569", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "LASTRA A SIGNA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-02-17 08:00"}, "partial-ids": {"ertel": "ES-3133"}}, "raw": {"L": "", "MF": "", "NR": "3133", "ENG": "", "MA_": "0", "G_NR": "1569", "MA12": "3", "MARS": "8", "NAME": "Pandolfini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,000", "CSINR": "", "KURTZ": "", "PHAS_": "24,300", "STUND": "8,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "17.02.", "ZITATE": "SW", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Egisto", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "17.02.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1961	parent-augustin-1935-07-30	{"a1": "1963", "3a_sports": "3142"}	{"ertel": "ES-3142", "lerrcp": "A1-1963"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Augustin", "family": "Parent", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1935-07-30 13:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.91667, "lat": 42.7, "name": "Villelongue-D-L", "geoid": 0}, "notime": null, "date-ut": "1935-07-30 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Augustin", "family": "Parent"}, "birth": {"tzo": "+01:00", "date": "1935-07-30 13:00", "place": {"c2": "66", "cy": "FR", "lg": 2.91667, "lat": 42.7, "name": "Villelongue-D-L", "geoid": 0}, "date-ut": "1935-07-30 12:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1963"}, "ids-in-sources": {"a1": "1963"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "66", "COU": "F", "DAY": "30", "LAT": "42N42", "LON": "2E55", "MON": "7", "NUM": "1963", "PRO": "C", "SEC": "0", "YEA": "1935", "CITY": "VILLELONGUE-D-L"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1935-07-30 13:00"}, "partial-ids": {"ertel": "ES-3142"}}, "raw": {"L": "", "MF": "", "NR": "3142", "ENG": "1", "MA_": "2", "G_NR": "1963", "MA12": "1", "MARS": "1", "NAME": "Parent", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,700", "CSINR": "", "KURTZ": "", "PHAS_": "0,200", "STUND": "13,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "30.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Augustin", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.07.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
211	paris-paulin-1898-08-25	{"a1": "211", "3a_sports": "3148"}	{"ertel": "ES-3148", "lerrcp": "A1-211"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paulin", "family": "Paris", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1898-08-25 19:30", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -1.16667, "lat": 46.15, "name": "Saint-Trojan", "geoid": 0}, "notime": null, "date-ut": "1898-08-25 19:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Paulin", "family": "Paris"}, "birth": {"tzo": "+00:09:21", "date": "1898-08-25 19:30", "place": {"c2": "17", "cy": "FR", "lg": -1.16667, "lat": 46.15, "name": "Saint-Trojan", "geoid": 0}, "date-ut": "1898-08-25 19:20:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-211"}, "ids-in-sources": {"a1": "211"}}, "raw": {"H": "19", "MN": "20", "TZ": "0", "COD": "17", "COU": "F", "DAY": "25", "LAT": "46N 9", "LON": "1W10", "MON": "8", "NUM": "211", "PRO": "C", "SEC": "40", "YEA": "1898", "CITY": "ST TROJAN"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1898-08-25 19:30"}, "partial-ids": {"ertel": "ES-3148"}}, "raw": {"L": "", "MF": "", "NR": "3148", "ENG": "", "MA_": "1", "G_NR": "211", "MA12": "9", "MARS": "27", "NAME": "Paris", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,200", "CSINR": "", "KURTZ": "", "PHAS_": "51,800", "STUND": "19,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "25.08.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Paulin", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "25.08.1898", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
966	pasotti-alfredo-1925-01-06	{"a1": "966", "3a_sports": "3156"}	{"ertel": "ES-3156", "lerrcp": "A1-966"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfredo", "family": "Pasotti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-01-06 01:10", "note": null, "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 9, "lat": 45.2, "name": "BASTIDA PANCARA", "geoid": 0}, "notime": null, "date-ut": "1925-01-06 00:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Alfredo", "family": "Pasotti"}, "birth": {"place": {"c2": "PV", "cy": "IT", "lg": 9, "lat": 45.2, "name": "BASTIDA PANCARA", "geoid": 0}, "date-ut": "1925-01-06 00:10"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-966"}, "ids-in-sources": {"a1": "966"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "PV", "COU": "I", "DAY": "6", "LAT": "45N12", "LON": "9E 0", "MON": "1", "NUM": "966", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "BASTIDA PANCARA"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-01-06 01:10"}, "partial-ids": {"ertel": "ES-3156"}}, "raw": {"L": "", "MF": "", "NR": "3156", "ENG": "", "MA_": "1", "G_NR": "966", "MA12": "7", "MARS": "20", "NAME": "Pasotti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,300", "CSINR": "", "KURTZ": "", "PHAS_": "85,500", "STUND": "1,17", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "06.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alfredo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.01.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1570	passarin-roberto-1934-07-07	{"a1": "1571", "3a_sports": "3158"}	{"ertel": "ES-3158", "lerrcp": "A1-1571"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roberto", "family": "Passarin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-07-07 16:00", "note": null, "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 8.61684, "lat": 45.44056, "name": "Novara", "geoid": 3172189}, "notime": null, "date-ut": "1934-07-07 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Roberto", "family": "Passarin"}, "birth": {"place": {"c2": "NO", "cy": "IT", "lg": 8.61684, "lat": 45.44056, "name": "Novara", "geoid": 3172189}, "date-ut": "1934-07-07 15:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1571"}, "ids-in-sources": {"a1": "1571"}}, "raw": {"H": "16", "MN": "0", "TZ": "-1", "COD": "NO", "COU": "I", "DAY": "7", "LAT": "45N30", "LON": "9E 0", "MON": "7", "NUM": "1571", "PRO": "C", "SEC": "0", "YEA": "1934", "CITY": "NOVARA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1934-07-07 16:00"}, "partial-ids": {"ertel": "ES-3158"}}, "raw": {"L": "", "MF": "", "NR": "3158", "ENG": "", "MA_": "0", "G_NR": "1571", "MA12": "5", "MARS": "15", "NAME": "Passarin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,600", "CSINR": "", "KURTZ": "", "PHAS_": "19,700", "STUND": "16,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "07.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Roberto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.07.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
440	pastine-giovanni-1874-09-02	{"a1": "440", "3a_sports": "3161"}	{"ertel": "ES-3161", "lerrcp": "A1-440"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Pastine", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1874-09-02 02:15", "note": null, "place": {"c1": null, "c2": "SP", "c3": null, "cy": "IT", "lg": 9.84339, "lat": 44.11054, "name": "La Spezia", "geoid": 3175081}, "notime": null, "date-ut": "1874-09-02 01:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Pastine"}, "birth": {"place": {"c2": "SP", "cy": "IT", "lg": 9.84339, "lat": 44.11054, "name": "La Spezia", "geoid": 3175081}, "date-ut": "1874-09-02 01:25:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-440"}, "ids-in-sources": {"a1": "440"}}, "raw": {"H": "2", "MN": "25", "TZ": "-1", "COD": "SP", "COU": "I", "DAY": "2", "LAT": "44N 0", "LON": "10E15", "MON": "9", "NUM": "440", "PRO": "C", "SEC": "4", "YEA": "1874", "CITY": "LA SPEZIA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1874-09-02 02:15"}, "partial-ids": {"ertel": "ES-3161"}}, "raw": {"L": "", "MF": "", "NR": "3161", "ENG": "", "MA_": "0", "G_NR": "440", "MA12": "11", "MARS": "33", "NAME": "Pastine", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,70", "CSINR": "", "KURTZ": "", "PHAS_": "63,600", "STUND": "2,25", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "02.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giovanni", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.09.1874", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16234	paterni-mlarcel-1950-01-15	{"d6": "447", "3a_sports": "3163"}	{"ertel": "ES-3163", "lerrcp": "D6-447"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "MLarcel", "family": "Paterni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1950-01-15 02:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GP", "lg": -61.38333, "lat": 16.21667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["weightlifter"]	5	null	[{"new": {"name": {"given": "MLarcel", "family": "Paterni"}, "birth": {"date": "1950-01-15 02:00", "place": {"cy": "GP", "lg": -61.38333, "lat": 16.21667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "447"}}, "raw": {"H": "2", "MN": "0", "DAY": "15", "LAT": "16N13", "LON": "61W23", "MON": "1", "NUM": "447", "SEC": "0", "YEA": "1950", "NAME": "Paterni MLarcel"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["weightlifter"], "partial-ids": {"ertel": "ES-3163"}}, "raw": {"L": "", "MF": "", "NR": "3163", "ENG": "", "MA_": "1", "G_NR": "447", "MA12": "9", "MARS": "26", "NAME": "Paterni", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "8,500", "CSINR": "", "KURTZ": "", "PHAS_": "31,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "22.09.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "WEIG", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16105	paterson-george-1914-09-26	{"d6": "318", "3a_sports": "3165"}	{"ertel": "ES-3165", "lerrcp": "D6-318"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "George", "family": "Paterson", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-09-26 02:50", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -3.91667, "lat": 56.03333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "George", "family": "Paterson"}, "birth": {"date": "1914-09-26 02:50", "place": {"cy": "GB", "lg": -3.91667, "lat": 56.03333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "318"}}, "raw": {"H": "2", "MN": "50", "DAY": "26", "LAT": "56N02", "LON": "03W55", "MON": "9", "NUM": "318", "SEC": "0", "YEA": "1914", "NAME": "Paterson George"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-3165"}}, "raw": {"L": "", "MF": "", "NR": "3165", "ENG": "", "MA_": "1", "G_NR": "318", "MA12": "10", "MARS": "29", "NAME": "Paterson", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "11,100", "CSINR": "", "KURTZ": "", "PHAS_": "44,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "SCO", "TAGMON": "26.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "George", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.09.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
212	paulhan-louis-1883-07-19	{"a1": "212", "3a_sports": "3171"}	{"ertel": "ES-3171", "lerrcp": "A1-212"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Paulhan", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:13:41", "date": "1883-07-19 21:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.42258, "lat": 43.45997, "name": "Pézenas", "geoid": 2987441}, "notime": null, "date-ut": "1883-07-19 20:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Paulhan"}, "birth": {"tzo": "+00:13:41", "date": "1883-07-19 21:00", "place": {"c2": "34", "cy": "FR", "lg": 3.42258, "lat": 43.45997, "name": "Pézenas", "geoid": 2987441}, "date-ut": "1883-07-19 20:44:28"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-212"}, "ids-in-sources": {"a1": "212"}}, "raw": {"H": "20", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "19", "LAT": "43N37", "LON": "3E53", "MON": "7", "NUM": "212", "PRO": "C", "SEC": "28", "YEA": "1883", "CITY": "PEZENAS"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1883-07-19 21:00"}, "partial-ids": {"ertel": "ES-3171"}}, "raw": {"L": "", "MF": "", "NR": "3171", "ENG": "", "MA_": "1", "G_NR": "212", "MA12": "10", "MARS": "29", "NAME": "Paulhan", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,600", "CSINR": "", "KURTZ": "", "PHAS_": "98,300", "STUND": "21,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "19.07.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Louis", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "19.07.1883", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16117	provelli-louis-1939-04-21	{"d6": "330", "3a_sports": "3392", "cfepp-final3": "539"}	{"cfepp": "CF-539", "ertel": "ES-3392", "lerrcp": "D6-330"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Provelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1939-04-21 13:30", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": -5.92, "lat": 49.43, "name": "CRUSNES", "geoid": null}, "notime": null, "date-ut": "1939-04-21 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Provelli"}, "birth": {"date": "1939-04-21 13:30", "place": {"cy": "FR", "lg": 6.2, "lat": 48.7}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "330"}}, "raw": {"H": "13", "MN": "30", "DAY": "21", "LAT": "48N42", "LON": "06E12", "MON": "4", "NUM": "330", "SEC": "0", "YEA": "1939", "NAME": "Provelli Louis"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-3392"}}, "raw": {"L": "", "MF": "", "NR": "3392", "ENG": "", "MA_": "0", "G_NR": "330", "MA12": "8", "MARS": "23", "NAME": "Provelli", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "1,800", "CSINR": "", "KURTZ": "", "PHAS_": "1,900", "STUND": "", "CFEPNR": "539", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Louis", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "21.04.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1939-04-21 13:30", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": -5.92, "lat": 49.43, "name": "CRUSNES"}, "date-ut": "1939-04-21 12:30"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "539"}}, "raw": {"S": "8", "LT": "13 30", "LV": "I1", "TR": "f", "UT": "12 30", "LAT": "+49.43", "SRC": "L", "LONG": "-05.92", "NAME": "PROVELLI Louis", "SPORT": "Soccer", "LOC_DATE": "1939 04 21", "UNIV_DATE": "1939 04 21", "BIRTH_PLACE": "CRUSNES", "POSTAL_CODE": "54680"}, "date": "2023-08-20T14:46:05+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1571	pavinato-mirko-1934-06-20	{"a1": "1572", "3a_sports": "3176"}	{"ertel": "ES-3176", "lerrcp": "A1-1572"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mirko", "family": "Pavinato", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-06-20 08:00", "note": null, "place": {"c1": null, "c2": "VI", "c3": null, "cy": "IT", "lg": 11.5409, "lat": 45.55729, "name": "Vicenza", "geoid": 3164419}, "notime": null, "date-ut": "1934-06-20 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Mirko", "family": "Pavinato"}, "birth": {"place": {"c2": "VI", "cy": "IT", "lg": 11.5409, "lat": 45.55729, "name": "Vicenza", "geoid": 3164419}, "date-ut": "1934-06-20 07:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1572"}, "ids-in-sources": {"a1": "1572"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "VI", "COU": "I", "DAY": "20", "LAT": "45N30", "LON": "12E 0", "MON": "6", "NUM": "1572", "PRO": "C", "SEC": "0", "YEA": "1934", "CITY": "VICENZA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1934-06-20 08:00"}, "partial-ids": {"ertel": "ES-3176"}}, "raw": {"L": "", "MF": "", "NR": "3176", "ENG": "", "MA_": "1", "G_NR": "1572", "MA12": "2", "MARS": "6", "NAME": "Pavinato", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,700", "CSINR": "", "KURTZ": "", "PHAS_": "47,400", "STUND": "8,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "20.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Mirko", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.06.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16106	peelman-eddy-1947-08-08	{"d6": "319", "3a_sports": "3185"}	{"ertel": "ES-3185", "lerrcp": "D6-319"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eddy", "family": "Peelman", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-08-08 21:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": 4.16667, "lat": 51.03333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Eddy", "family": "Peelman"}, "birth": {"date": "1947-08-08 21:00", "place": {"cy": "BE", "lg": 4.16667, "lat": 51.03333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "319"}}, "raw": {"H": "21", "MN": "0", "DAY": "8", "LAT": "51N02", "LON": "04E10", "MON": "8", "NUM": "319", "SEC": "0", "YEA": "1947", "NAME": "Peelman Eddy"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-3185"}}, "raw": {"L": "", "MF": "", "NR": "3185", "ENG": "", "MA_": "1", "G_NR": "319", "MA12": "9", "MARS": "27", "NAME": "Peelman", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-9,000", "CSINR": "", "KURTZ": "", "PHAS_": "69,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "08.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Eddy", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "08.08.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2020	pazzi-jean-1920-08-07	{"a1": "2022", "g55": "03-423", "3a_sports": "3177", "cfepp-final3": "994"}	{"g55": "03-423", "cfepp": "CF-994", "ertel": "ES-3177", "lerrcp": "A1-2022"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Pazzi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1920-08-07 10:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 6.85315, "lat": 44.09032, "name": "Guillaumes", "geoid": 3014268}, "notime": null, "date-ut": "1920-08-07 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Pazzi"}, "birth": {"tzo": "+01:00", "date": "1920-08-07 10:00", "place": {"c2": "06", "cy": "FR", "lg": 6.85315, "lat": 44.09032, "name": "Guillaumes", "geoid": 3014268}, "date-ut": "1920-08-07 09:00"}, "occus": ["skier"], "trust": 5, "partial_ids": {"lerrcp": "A1-2022"}, "ids-in-sources": {"a1": "2022"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "06", "COU": "F", "DAY": "7", "LAT": "43N42", "LON": "7E16", "MON": "8", "NUM": "2022", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "GUILLAUMES"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-08-07 10:00"}, "partial-ids": {"ertel": "ES-3177"}}, "raw": {"L": "", "MF": "", "NR": "3177", "ENG": "", "MA_": "0", "G_NR": "2022", "MA12": "11", "MARS": "32", "NAME": "Pazzi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,50", "CSINR": "", "KURTZ": "", "PHAS_": "56,100", "STUND": "10,00", "CFEPNR": "994", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "07.08.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1920-08-07 10:00", "place": {"c3": ""}, "date-ut": "1920-08-07 09:00"}, "occus": ["skier"], "ids-in-sources": {"cfepp-final3": "994"}}, "raw": {"S": "11", "LT": "10 00", "LV": "I", "TR": "f", "UT": "09 00", "LAT": "+44.09", "SRC": "AG", "LONG": "-06.85", "NAME": "PAZZI Jean", "SPORT": "Skiing", "LOC_DATE": "1920 08 07", "UNIV_DATE": "1920 08 07", "BIRTH_PLACE": "GUILLAUMES", "POSTAL_CODE": "06470"}, "date": "2023-08-20T14:46:16+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-423"}, "ids-in-source": {"g55": "03-423"}}, "raw": {"DAY": "7-8-1920", "HOUR": "10 h.", "NAME": "PAZZI Jean", "PLACE": "Guillaumes (Alpes-Maritimes)."}, "date": "2023-08-20T14:48:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
66	pele-roger-1901-08-29	{"a1": "66", "3a_sports": "3189"}	{"ertel": "ES-3189", "lerrcp": "A1-66"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Pele", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1901-08-29 01:00", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "notime": null, "date-ut": "1901-08-29 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Pele"}, "birth": {"tzo": "+00:09:21", "date": "1901-08-29 01:00", "place": {"c2": "63", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "date-ut": "1901-08-29 00:50:40"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-66"}, "ids-in-sources": {"a1": "66"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "63", "COU": "F", "DAY": "29", "LAT": "45N47", "LON": "3E 5", "MON": "8", "NUM": "66", "PRO": "C", "SEC": "40", "YEA": "1901", "CITY": "CLERMONT-FERRAND"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1901-08-29 01:00"}, "partial-ids": {"ertel": "ES-3189"}}, "raw": {"L": "", "MF": "", "NR": "3189", "ENG": "", "MA_": "0", "G_NR": "66", "MA12": "9", "MARS": "25", "NAME": "Pelé", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,400", "CSINR": "", "KURTZ": "", "PHAS_": "98,900", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "29.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.08.1901", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
441	pellegrin-aldo-1888-08-28	{"a1": "441", "3a_sports": "3196"}	{"ertel": "ES-3196", "lerrcp": "A1-441"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Pellegrin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1888-08-28 12:00", "note": null, "place": {"c1": null, "c2": "BO", "c3": null, "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "notime": null, "date-ut": "1888-08-28 11:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Aldo", "family": "Pellegrin"}, "birth": {"place": {"c2": "BO", "cy": "IT", "lg": 11.33875, "lat": 44.49381, "name": "Bologna", "geoid": 3181928}, "date-ut": "1888-08-28 11:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-441"}, "ids-in-sources": {"a1": "441"}}, "raw": {"H": "12", "MN": "10", "TZ": "-1", "COD": "BO", "COU": "I", "DAY": "28", "LAT": "44N30", "LON": "11E 0", "MON": "8", "NUM": "441", "PRO": "C", "SEC": "4", "YEA": "1888", "CITY": "BOLOGNA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1888-08-28 12:00"}, "partial-ids": {"ertel": "ES-3196"}}, "raw": {"L": "", "MF": "", "NR": "3196", "ENG": "0", "MA_": "2", "G_NR": "441", "MA12": "12", "MARS": "36", "NAME": "Pellegrin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,800", "CSINR": "", "KURTZ": "", "PHAS_": "65,000", "STUND": "12,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "28.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Aldo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.08.1888", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2066	pelizza-henri-1920-03-21	{"a1": "2068", "3a_sports": "3194", "cfepp-final3": "1039"}	{"cfepp": "CF-1039", "cpara": "CP-337", "ertel": "ES-3194", "lerrcp": "A1-2068"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Pelizza", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1920-03-21 01:30", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "notime": null, "date-ut": "1920-03-21 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Pelizza"}, "birth": {"tzo": "+01:00", "date": "1920-03-21 01:30", "place": {"c2": "64", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "date-ut": "1920-03-21 00:30"}, "occus": ["tennis-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-2068"}, "ids-in-sources": {"a1": "2068"}}, "raw": {"H": "0", "MN": "30", "TZ": "0", "COD": "64", "COU": "F", "DAY": "21", "LAT": "43N18", "LON": "0W22", "MON": "3", "NUM": "2068", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "PAU"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-03-21 01:30"}, "partial-ids": {"ertel": "ES-3194"}}, "raw": {"L": "", "MF": "", "NR": "3194", "ENG": "", "MA_": "1", "G_NR": "2068", "MA12": "2", "MARS": "6", "NAME": "Pelizza", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,100", "CSINR": "", "KURTZ": "", "PHAS_": "0,500", "STUND": "1,50", "CFEPNR": "1039", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "337", "VORNAME": "Henri", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "21.03.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1920-03-21 01:30", "place": {"c3": ""}, "date-ut": "1920-03-21 00:30"}, "occus": ["tennis-player"], "ids-in-sources": {"cfepp-final3": "1039"}}, "raw": {"S": "2", "LT": "01 30", "LV": "I", "TR": "f", "UT": "00 30", "LAT": "+43.30", "SRC": "AL", "LONG": "+00.37", "NAME": "PELIZZA Henri", "SPORT": "Tennis", "LOC_DATE": "1920 03 21", "UNIV_DATE": "1920 03 21", "BIRTH_PLACE": "PAU", "POSTAL_CODE": "64015 CEDEX"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1203	pellenaars-cornelius-1913-05-10	{"a1": "1204", "3a_sports": "3198"}	{"ertel": "ES-3198", "lerrcp": "A1-1204"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cornelius", "family": "Pellenaars", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-05-10 04:30", "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "TERHEYDEN", "geoid": 0}, "notime": null, "date-ut": "1913-05-10 04:10:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Cornelius", "family": "Pellenaars"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "TERHEYDEN", "geoid": 0}, "date-ut": "1913-05-10 04:10:28"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1204"}, "ids-in-sources": {"a1": "1204"}}, "raw": {"H": "4", "MN": "10", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "10", "LAT": "51N42", "LON": "5E19", "MON": "5", "NUM": "1204", "PRO": "C", "SEC": "28", "YEA": "1913", "CITY": "TERHEYDEN"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1913-05-10 04:30"}, "partial-ids": {"ertel": "ES-3198"}}, "raw": {"L": "", "MF": "", "NR": "3198", "ENG": "1", "MA_": "2", "G_NR": "1204", "MA12": "1", "MARS": "3", "NAME": "Pellernaars", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,900", "CSINR": "", "KURTZ": "", "PHAS_": "14,800", "STUND": "4,50", "CFEPNR": "", "EXTEND": "1", "NATION": "NET", "TAGMON": "10.05.", "ZITATE": "G", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Cornelius", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "10.05.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
214	pelletier-doisy-georges-1892-03-09	{"a1": "214", "3a_sports": "3199"}	{"ertel": "ES-3199", "lerrcp": "A1-214"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Pelletier-Doisy", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1892-03-09 20:30", "note": null, "place": {"c1": null, "c2": "32", "c3": null, "cy": "FR", "lg": 0.58856, "lat": 43.64561, "name": "Auch", "geoid": 3036281}, "notime": null, "date-ut": "1892-03-09 20:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Pelletier-Doisy"}, "birth": {"tzo": "+00:09:21", "date": "1892-03-09 20:30", "place": {"c2": "32", "cy": "FR", "lg": 0.58856, "lat": 43.64561, "name": "Auch", "geoid": 3036281}, "date-ut": "1892-03-09 20:20:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-214"}, "ids-in-sources": {"a1": "214"}}, "raw": {"H": "20", "MN": "20", "TZ": "0", "COD": "32", "COU": "F", "DAY": "9", "LAT": "43N40", "LON": "0E36", "MON": "3", "NUM": "214", "PRO": "C", "SEC": "40", "YEA": "1892", "CITY": "AUCH"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1892-03-09 20:30"}, "partial-ids": {"ertel": "ES-3199"}}, "raw": {"L": "", "MF": "", "NR": "3199", "ENG": "", "MA_": "1", "G_NR": "214", "MA12": "10", "MARS": "29", "NAME": "Pelletier Doisy", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,600", "CSINR": "", "KURTZ": "", "PHAS_": "81,200", "STUND": "20,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "09.03.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "09.03.1892", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
445	petilli-giuseppe-1862-09-12	{"a1": "445", "3a_sports": "3206"}	{"ertel": "ES-3206", "lerrcp": "A1-445"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Petilli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1862-09-12 11:00", "note": null, "place": {"c1": null, "c2": "AV", "c3": null, "cy": "IT", "lg": 14.78874, "lat": 40.91442, "name": "Avellino", "geoid": 3182650}, "notime": null, "date-ut": "1862-09-12 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Petilli"}, "birth": {"place": {"c2": "AV", "cy": "IT", "lg": 14.78874, "lat": 40.91442, "name": "Avellino", "geoid": 3182650}, "date-ut": "1862-09-12 10:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-445"}, "ids-in-sources": {"a1": "445"}}, "raw": {"H": "11", "MN": "0", "TZ": "-1", "COD": "AV", "COU": "I", "DAY": "12", "LAT": "41N 0", "LON": "15E 0", "MON": "9", "NUM": "445", "PRO": "C", "SEC": "0", "YEA": "1862", "CITY": "AVELLINO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1862-09-12 11:00"}, "partial-ids": {"ertel": "ES-3206"}}, "raw": {"L": "", "MF": "", "NR": "3206", "ENG": "", "MA_": "0", "G_NR": "445", "MA12": "8", "MARS": "23", "NAME": "Pentilli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,100", "CSINR": "", "KURTZ": "", "PHAS_": "86,000", "STUND": "11,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "12.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giuseppe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.09.1862", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1573	perazzolo-mario-1911-06-07	{"a1": "1574", "3a_sports": "3215"}	{"ertel": "ES-3215", "lerrcp": "A1-1574"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Perazzolo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1911-06-07 03:00", "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "notime": null, "date-ut": "1911-06-07 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Perazzolo"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "date-ut": "1911-06-07 02:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1574"}, "ids-in-sources": {"a1": "1574"}}, "raw": {"H": "3", "MN": "0", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "7", "LAT": "45N24", "LON": "12E15", "MON": "6", "NUM": "1574", "PRO": "C", "SEC": "0", "YEA": "1911", "CITY": "PADOVA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1911-06-07 03:00"}, "partial-ids": {"ertel": "ES-3215"}}, "raw": {"L": "", "MF": "", "NR": "3215", "ENG": "1", "MA_": "2", "G_NR": "1574", "MA12": "1", "MARS": "3", "NAME": "Perazzolo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,500", "CSINR": "", "KURTZ": "", "PHAS_": "79,500", "STUND": "3,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "07.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.06.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1964	perez-raoul-1923-01-10	{"a1": "1966", "3a_sports": "3217"}	{"ertel": "ES-3217", "lerrcp": "A1-1966"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raoul", "family": "Perez", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1923-01-10 16:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 3.02253, "lat": 42.54714, "name": "Argeles", "geoid": 3037068}, "notime": null, "date-ut": "1923-01-10 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Raoul", "family": "Perez"}, "birth": {"tzo": "+00:00", "date": "1923-01-10 16:00", "place": {"c2": "66", "cy": "FR", "lg": 3.02253, "lat": 42.54714, "name": "Argeles", "geoid": 3037068}, "date-ut": "1923-01-10 16:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1966"}, "ids-in-sources": {"a1": "1966"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "66", "COU": "F", "DAY": "10", "LAT": "42N42", "LON": "2E55", "MON": "1", "NUM": "1966", "PRO": "C", "SEC": "0", "YEA": "1923", "CITY": "ARGELES"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1923-01-10 16:00"}, "partial-ids": {"ertel": "ES-3217"}}, "raw": {"L": "", "MF": "", "NR": "3217", "ENG": "0", "MA_": "2", "G_NR": "1966", "MA12": "3", "MARS": "9", "NAME": "Perez", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,30", "CSINR": "", "KURTZ": "", "PHAS_": "50,600", "STUND": "16,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "10.01.", "ZITATE": "O", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Raoul", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "10.01.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2022	perillat-guy-1940-02-24	{"a1": "2024", "3a_sports": "3220", "cfepp-final3": "1113"}	{"cfepp": "CF-1113", "cpara": "CP-340", "ertel": "ES-3220", "lerrcp": "A1-2024"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Perillat", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-02-24 16:45", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": 6.12565, "lat": 45.90878, "name": "Annecy", "geoid": 3037543}, "notime": null, "date-ut": "1940-02-24 16:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Perillat"}, "birth": {"place": {"c2": "74", "cy": "FR", "lg": 6.12565, "lat": 45.90878, "name": "Annecy", "geoid": 3037543}, "date-ut": "1940-02-24 16:45:00"}, "occus": ["skier"], "trust": 5, "partial_ids": {"lerrcp": "A1-2024"}, "ids-in-sources": {"a1": "2024"}}, "raw": {"H": "16", "MN": "45", "TZ": "0", "COD": "74", "COU": "F", "DAY": "24", "LAT": "45N54", "LON": "6E 7", "MON": "2", "NUM": "2024", "PRO": "C", "SEC": "0", "YEA": "1940", "CITY": "ANNECY"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1940-02-24 16:45"}, "partial-ids": {"ertel": "ES-3220"}}, "raw": {"L": "", "MF": "", "NR": "3220", "ENG": "1", "MA_": "2", "G_NR": "2024", "MA12": "4", "MARS": "11", "NAME": "Perillat", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,200", "CSINR": "", "KURTZ": "", "PHAS_": "99,400", "STUND": "16,75", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "24.02.", "ZITATE": "DHKMSF", "ZITSUM": "6", "INDGRUP": "I", "PARA_NR": "340", "VORNAME": "Guy", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "24.02.1940", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SKII", "CHRISNAME": "0", "ZITSUM_OD": "5"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1940-02-24 16:45", "place": {"c3": ""}, "date-ut": "1940-02-24 16:45"}, "occus": ["skier"], "ids-in-sources": {"cfepp-final3": "1113"}}, "raw": {"S": "4", "LT": "16 45", "LV": "", "TR": "f", "UT": "16 45", "LAT": "+45.91", "SRC": "L   M", "LONG": "-06.12", "NAME": "PERILLAT-MERCEROZ Guy", "SPORT": "Skiing", "LOC_DATE": "1940 02 24", "UNIV_DATE": "1940 02 24", "BIRTH_PLACE": "ANNECY", "POSTAL_CODE": "74000"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1722	perquier-marcel-1912-06-23	{"a1": "1723", "3a_sports": "3224"}	{"ertel": "ES-3224", "lerrcp": "A1-1723"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Perquier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1912-06-23 23:00", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 0.51667, "lat": 49.35, "name": "Pont-Audemer", "geoid": 2986294}, "notime": null, "date-ut": "1912-06-23 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["weightlifter"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Perquier"}, "birth": {"tzo": "+00:00", "date": "1912-06-23 23:00", "place": {"c2": "27", "cy": "FR", "lg": 0.51667, "lat": 49.35, "name": "Pont-Audemer", "geoid": 2986294}, "date-ut": "1912-06-23 23:00"}, "occus": ["weightlifter"], "trust": 5, "partial_ids": {"lerrcp": "A1-1723"}, "ids-in-sources": {"a1": "1723"}}, "raw": {"H": "23", "MN": "0", "TZ": "0", "COD": "27", "COU": "F", "DAY": "23", "LAT": "49N 1", "LON": "1E11", "MON": "6", "NUM": "1723", "PRO": "C", "SEC": "0", "YEA": "1912", "CITY": "PONT-AUDEMER"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1912-06-23 23:00"}, "partial-ids": {"ertel": "ES-3224"}}, "raw": {"L": "", "MF": "", "NR": "3224", "ENG": "", "MA_": "1", "G_NR": "1723", "MA12": "7", "MARS": "20", "NAME": "Perquier", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,700", "CSINR": "", "KURTZ": "", "PHAS_": "62,400", "STUND": "23,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.06.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "WEIG", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
444	perrucca-domenico-1886-04-07	{"a1": "444", "3a_sports": "3233"}	{"ertel": "ES-3233", "lerrcp": "A1-444"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Domenico", "family": "Perrucca", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1886-04-07 04:00", "note": null, "place": {"c1": null, "c2": "VC", "c3": null, "cy": "IT", "lg": 8.5, "lat": 45.4, "name": "MOTTA DEI CONTI", "geoid": 0}, "notime": null, "date-ut": "1886-04-07 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Domenico", "family": "Perrucca"}, "birth": {"place": {"c2": "VC", "cy": "IT", "lg": 8.5, "lat": 45.4, "name": "MOTTA DEI CONTI", "geoid": 0}, "date-ut": "1886-04-07 03:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-444"}, "ids-in-sources": {"a1": "444"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "VC", "COU": "I", "DAY": "7", "LAT": "45N24", "LON": "8E30", "MON": "4", "NUM": "444", "PRO": "C", "SEC": "4", "YEA": "1886", "CITY": "MOTTA DEI CONTI"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1886-04-07 04:00"}, "partial-ids": {"ertel": "ES-3233"}}, "raw": {"L": "", "MF": "", "NR": "3233", "ENG": "", "MA_": "1", "G_NR": "444", "MA12": "6", "MARS": "18", "NAME": "Perrucca", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,100", "CSINR": "", "KURTZ": "", "PHAS_": "6,200", "STUND": "4,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "07.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Domenico", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.04.1886", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
661	perillat-simon-1930-12-05	{"a1": "661", "g55": "03-543", "3a_sports": "3221"}	{"g55": "03-543", "ertel": "ES-3221", "lerrcp": "A1-661"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Simon", "family": "Perillat", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1930-12-05 03:00", "note": null, "place": {"c1": null, "c2": "74", "c3": null, "cy": "FR", "lg": 6.43445, "lat": 45.90675, "name": "La Clusaz", "geoid": 3010004}, "notime": null, "date-ut": "1930-12-05 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Simon", "family": "Perillat"}, "birth": {"tzo": "+00:00", "date": "1930-12-05 03:00", "place": {"c2": "74", "cy": "FR", "lg": 6.43445, "lat": 45.90675, "name": "La Clusaz", "geoid": 3010004}, "date-ut": "1930-12-05 03:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-661"}, "ids-in-sources": {"a1": "661"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "74", "COU": "F", "DAY": "5", "LAT": "45N54", "LON": "6E 7", "MON": "12", "NUM": "661", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "LA CLUSAZ"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-12-05 03:00"}, "partial-ids": {"ertel": "ES-3221"}}, "raw": {"L": "", "MF": "", "NR": "3221", "ENG": "", "MA_": "0", "G_NR": "661", "MA12": "3", "MARS": "8", "NAME": "Perillat", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,500", "CSINR": "", "KURTZ": "", "PHAS_": "98,700", "STUND": "3,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Simon", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "05.12.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-543"}, "ids-in-source": {"g55": "03-543"}}, "raw": {"DAY": "9-12-1930", "HOUR": "3 h.", "NAME": "PERILLAT Simon", "PLACE": "La Clusaz (Haute-Savoie)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
17253	perry-james-1936-10-30	{"d10": "1019", "3a_sports": "3234"}	{"ertel": "ES-3234", "lerrcp": "D10-1019"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Perry", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1936-10-30 12:10", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -77.06667, "lat": 35.85, "name": "Williamston", "geoid": null}, "notime": null, "date-ut": "1936-10-30 17:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["baseball-player"]	5	null	[{"new": {"name": {"given": "James", "family": "Perry"}, "birth": {"tzo": "-05:00", "date": "1936-10-30 12:10", "place": {"c2": "NC", "cy": "US", "lg": -77.06667, "lat": 35.85, "name": "Williamston"}, "date-ut": "1936-10-30 17:10"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1019"}}, "raw": {"H": "12:10", "TZ": "5h", "DAY": "30", "LAT": "35N51", "LON": "77W4", "MON": "10", "NUM": "1019", "PRO": "SP", "YEA": "1936", "CICO": "Williamston, NC", "NAME": "Perry James"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["baseball-player"], "partial-ids": {"ertel": "ES-3234"}}, "raw": {"L": "", "MF": "", "NR": "3234", "ENG": "", "MA_": "1", "G_NR": "1019", "MA12": "5", "MARS": "14", "NAME": "Perry", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "2,400", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "30.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "James Evan", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.10.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASE", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1575	peruchetti-giuseppe-1907-10-30	{"a1": "1576", "3a_sports": "3238"}	{"ertel": "ES-3238", "lerrcp": "A1-1576"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Peruchetti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1907-10-30 20:00", "note": null, "place": {"c1": null, "c2": "BS", "c3": null, "cy": "IT", "lg": 11, "lat": 45.5, "name": "GARDONE VAL TRO", "geoid": 0}, "notime": null, "date-ut": "1907-10-30 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Peruchetti"}, "birth": {"place": {"c2": "BS", "cy": "IT", "lg": 11, "lat": 45.5, "name": "GARDONE VAL TRO", "geoid": 0}, "date-ut": "1907-10-30 19:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1576"}, "ids-in-sources": {"a1": "1576"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "BS", "COU": "I", "DAY": "30", "LAT": "45N30", "LON": "11E 0", "MON": "10", "NUM": "1576", "PRO": "C", "SEC": "0", "YEA": "1907", "CITY": "GARDONE VAL TRO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1907-10-30 20:00"}, "partial-ids": {"ertel": "ES-3238"}}, "raw": {"L": "", "MF": "", "NR": "3238", "ENG": "1", "MA_": "2", "G_NR": "1576", "MA12": "4", "MARS": "12", "NAME": "Peruchetti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "43,800", "STUND": "20,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "30.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giuseppe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.10.1907", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1576	perversi-luigi-1906-05-22	{"a1": "1577", "3a_sports": "3239"}	{"ertel": "ES-3239", "lerrcp": "A1-1577"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Perversi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1906-05-22 11:30", "note": null, "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 9, "lat": 45.2, "name": "S. CRISTINA E B", "geoid": 0}, "notime": null, "date-ut": "1906-05-22 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Perversi"}, "birth": {"place": {"c2": "PV", "cy": "IT", "lg": 9, "lat": 45.2, "name": "S. CRISTINA E B", "geoid": 0}, "date-ut": "1906-05-22 10:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1577"}, "ids-in-sources": {"a1": "1577"}}, "raw": {"H": "11", "MN": "30", "TZ": "-1", "COD": "PV", "COU": "I", "DAY": "22", "LAT": "45N12", "LON": "9E 0", "MON": "5", "NUM": "1577", "PRO": "C", "SEC": "0", "YEA": "1906", "CITY": "S. CRISTINA E B"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1906-05-22 11:30"}, "partial-ids": {"ertel": "ES-3239"}}, "raw": {"L": "", "MF": "", "NR": "3239", "ENG": "", "MA_": "0", "G_NR": "1577", "MA12": "3", "MARS": "7", "NAME": "Perversi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,200", "CSINR": "", "KURTZ": "", "PHAS_": "1,800", "STUND": "11,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "22.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.05.1906", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
969	petrucci-loretto-1929-08-23	{"a1": "969", "3a_sports": "3252"}	{"ertel": "ES-3252", "lerrcp": "A1-969"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Loretto", "family": "Petrucci", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-08-23 14:00", "note": null, "place": {"c1": null, "c2": "PT", "c3": null, "cy": "IT", "lg": 10.92361, "lat": 43.92125, "name": "Pistoia", "geoid": 3170621}, "notime": null, "date-ut": "1929-08-23 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Loretto", "family": "Petrucci"}, "birth": {"place": {"c2": "PT", "cy": "IT", "lg": 10.92361, "lat": 43.92125, "name": "Pistoia", "geoid": 3170621}, "date-ut": "1929-08-23 13:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-969"}, "ids-in-sources": {"a1": "969"}}, "raw": {"H": "14", "MN": "0", "TZ": "-1", "COD": "PT", "COU": "I", "DAY": "23", "LAT": "44N 0", "LON": "11E15", "MON": "8", "NUM": "969", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "PISTOIA"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-08-23 14:00"}, "partial-ids": {"ertel": "ES-3252"}}, "raw": {"L": "", "MF": "", "NR": "3252", "ENG": "0", "MA_": "2", "G_NR": "969", "MA12": "3", "MARS": "9", "NAME": "Petrucci", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,100", "CSINR": "", "KURTZ": "", "PHAS_": "93,200", "STUND": "14,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "23.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Loretto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.08.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
446	pettazzi-pietro-1890-05-21	{"a1": "446", "3a_sports": "3253"}	{"ertel": "ES-3253", "lerrcp": "A1-446"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Pettazzi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1890-05-21 04:30", "note": null, "place": {"c1": null, "c2": "AT", "c3": null, "cy": "IT", "lg": 8.5, "lat": 44.9, "name": "ROCHETTA TANARO", "geoid": 0}, "notime": null, "date-ut": "1890-05-21 03:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Pietro", "family": "Pettazzi"}, "birth": {"place": {"c2": "AT", "cy": "IT", "lg": 8.5, "lat": 44.9, "name": "ROCHETTA TANARO", "geoid": 0}, "date-ut": "1890-05-21 03:40:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-446"}, "ids-in-sources": {"a1": "446"}}, "raw": {"H": "4", "MN": "40", "TZ": "-1", "COD": "AT", "COU": "I", "DAY": "21", "LAT": "44N54", "LON": "8E30", "MON": "5", "NUM": "446", "PRO": "C", "SEC": "4", "YEA": "1890", "CITY": "ROCHETTA TANARO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1890-05-21 04:30"}, "partial-ids": {"ertel": "ES-3253"}}, "raw": {"L": "", "MF": "", "NR": "3253", "ENG": "", "MA_": "0", "G_NR": "446", "MA12": "6", "MARS": "17", "NAME": "Pettazzi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,200", "CSINR": "", "KURTZ": "", "PHAS_": "4,600", "STUND": "4,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "21.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pietro", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.05.1890", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
663	petre-gabriel-1929-04-04	{"a1": "663", "g55": "03-545", "3a_sports": "3250"}	{"g55": "03-545", "ertel": "ES-3250", "lerrcp": "A1-663"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Petre", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1929-04-04 04:30", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "notime": null, "date-ut": "1929-04-04 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Petre"}, "birth": {"tzo": "+00:00", "date": "1929-04-04 04:30", "place": {"c2": "64", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "date-ut": "1929-04-04 04:30"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-663"}, "ids-in-sources": {"a1": "663"}}, "raw": {"H": "4", "MN": "30", "TZ": "0", "COD": "64", "COU": "F", "DAY": "4", "LAT": "43N18", "LON": "0W22", "MON": "4", "NUM": "663", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "PAU"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-04-04 04:30"}, "partial-ids": {"ertel": "ES-3250"}}, "raw": {"L": "", "MF": "", "NR": "3250", "ENG": "", "MA_": "0", "G_NR": "663", "MA12": "9", "MARS": "25", "NAME": "Petre", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "34,200", "STUND": "4,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gabriel", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "04.04.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-545"}, "ids-in-source": {"g55": "03-545"}}, "raw": {"DAY": "4-4-1929", "HOUR": "4 h. 30", "NAME": "PETRE. Gabriel", "PLACE": "Pay (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
726	peyre-egisto-1919-09-19	{"a1": "726", "3a_sports": "3257"}	{"ertel": "ES-3257", "lerrcp": "A1-726"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Egisto", "family": "Peyre", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-09-19 07:00", "note": null, "place": {"c1": null, "c2": "TV", "c3": null, "cy": "IT", "lg": 12.24833, "lat": 45.85139, "name": "Susegana", "geoid": 3166013}, "notime": null, "date-ut": "1919-09-19 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Egisto", "family": "Peyre"}, "birth": {"place": {"c2": "TV", "cy": "IT", "lg": 12.24833, "lat": 45.85139, "name": "Susegana", "geoid": 3166013}, "date-ut": "1919-09-19 05:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-726"}, "ids-in-sources": {"a1": "726"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "TV", "COU": "I", "DAY": "19", "LAT": "45N36", "LON": "12E45", "MON": "9", "NUM": "726", "PRO": "C", "SEC": "0", "YEA": "1919", "CITY": "SUSEGANA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1919-09-19 07:00"}, "partial-ids": {"ertel": "ES-3257"}}, "raw": {"L": "", "MF": "", "NR": "3257", "ENG": "", "MA_": "1", "G_NR": "726", "MA12": "2", "MARS": "5", "NAME": "Peyre", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,30", "CSINR": "", "KURTZ": "", "PHAS_": "27,500", "STUND": "7,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "19.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Egisto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.09.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
971	pezzi-luciano-1921-02-08	{"a1": "971", "3a_sports": "3259"}	{"ertel": "ES-3259", "lerrcp": "A1-971"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luciano", "family": "Pezzi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-02-08 06:00", "note": null, "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 12.03222, "lat": 44.3725, "name": "Russi", "geoid": 3168784}, "notime": null, "date-ut": "1921-02-08 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Luciano", "family": "Pezzi"}, "birth": {"place": {"c2": "RA", "cy": "IT", "lg": 12.03222, "lat": 44.3725, "name": "Russi", "geoid": 3168784}, "date-ut": "1921-02-08 05:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-971"}, "ids-in-sources": {"a1": "971"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "RA", "COU": "I", "DAY": "8", "LAT": "44N24", "LON": "12E15", "MON": "2", "NUM": "971", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "RUSSI"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-02-08 06:00"}, "partial-ids": {"ertel": "ES-3259"}}, "raw": {"L": "", "MF": "", "NR": "3259", "ENG": "", "MA_": "0", "G_NR": "971", "MA12": "11", "MARS": "32", "NAME": "Pezzi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,900", "CSINR": "", "KURTZ": "", "PHAS_": "0,200", "STUND": "6,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "08.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Luciano", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "08.02.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1737	peron-jean-1918-06-15	{"a1": "1738", "g55": "03-318", "3a_sports": "3261"}	{"g55": "03-318", "ertel": "ES-3261", "lerrcp": "A1-1738"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Peron", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1918-06-15 05:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "notime": null, "date-ut": "1918-06-15 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["field-hockey-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Peron"}, "birth": {"tzo": "+01:00", "date": "1918-06-15 05:00", "place": {"c2": "62", "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "date-ut": "1918-06-15 04:00"}, "occus": ["field-hockey-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1738"}, "ids-in-sources": {"a1": "1738"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "62", "COU": "F", "DAY": "15", "LAT": "50N18", "LON": "2E46", "MON": "6", "NUM": "1738", "PRO": "C", "SEC": "0", "YEA": "1918", "CITY": "BOULOGNE-S/MER"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1918-06-15 05:00"}, "partial-ids": {"ertel": "ES-3261"}}, "raw": {"L": "", "MF": "", "NR": "3261", "ENG": "", "MA_": "0", "G_NR": "1738", "MA12": "9", "MARS": "25", "NAME": "Péron", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,100", "CSINR": "", "KURTZ": "", "PHAS_": "35,500", "STUND": "5,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "15.06.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "HOCK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-318"}, "ids-in-source": {"g55": "03-318"}}, "raw": {"DAY": "15-6-1918", "HOUR": "5 h.", "NAME": "PERON Jean-R.", "PLACE": "Boulogne-sur-Mer (Pas-de-Calais)."}, "date": "2023-08-20T14:48:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
16111	phillip-iain-1951-02-14	{"d6": "324", "3a_sports": "3262"}	{"ertel": "ES-3262", "lerrcp": "D6-324"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Iain", "family": "Phillip", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1951-02-14 08:35", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -3, "lat": 56.46667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Iain", "family": "Phillip"}, "birth": {"date": "1951-02-14 08:35", "place": {"cy": "GB", "lg": -3, "lat": 56.46667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "324"}}, "raw": {"H": "8", "MN": "35", "DAY": "14", "LAT": "56N28", "LON": "03W00", "MON": "2", "NUM": "324", "SEC": "0", "YEA": "1951", "NAME": "Phillip Iain"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-3262"}}, "raw": {"L": "", "MF": "", "NR": "3262", "ENG": "1", "MA_": "2", "G_NR": "324", "MA12": "1", "MARS": "1", "NAME": "Phillip", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "9,500", "CSINR": "", "KURTZ": "", "PHAS_": "51,300", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "SCO", "TAGMON": "14.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Iain", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.02.1951", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
448	piazza-carlo-1871-03-21	{"a1": "448", "3a_sports": "3270"}	{"ertel": "ES-3270", "lerrcp": "A1-448"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Piazza", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1871-03-21 10:30", "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "IT", "lg": 8.84914, "lat": 45.61128, "name": "Busto Arsizio", "geoid": 3181355}, "notime": null, "date-ut": "1871-03-21 09:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Carlo", "family": "Piazza"}, "birth": {"place": {"c2": "VA", "cy": "IT", "lg": 8.84914, "lat": 45.61128, "name": "Busto Arsizio", "geoid": 3181355}, "date-ut": "1871-03-21 09:40:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-448"}, "ids-in-sources": {"a1": "448"}}, "raw": {"H": "10", "MN": "40", "TZ": "-1", "COD": "VA", "COU": "I", "DAY": "21", "LAT": "45N48", "LON": "9E 0", "MON": "3", "NUM": "448", "PRO": "C", "SEC": "4", "YEA": "1871", "CITY": "BUSTO ARSIZIO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1871-03-21 10:30"}, "partial-ids": {"ertel": "ES-3270"}}, "raw": {"L": "", "MF": "", "NR": "3270", "ENG": "", "MA_": "0", "G_NR": "448", "MA12": "9", "MARS": "25", "NAME": "Piazza", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,400", "CSINR": "", "KURTZ": "", "PHAS_": "0,200", "STUND": "10,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "21.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Carlo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.03.1871", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1578	piccinini-alberto-1923-01-25	{"a1": "1579", "3a_sports": "3275"}	{"ertel": "ES-3275", "lerrcp": "A1-1579"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberto", "family": "Piccinini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1923-01-25 04:00", "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1923-01-25 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Alberto", "family": "Piccinini"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1923-01-25 03:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1579"}, "ids-in-sources": {"a1": "1579"}}, "raw": {"H": "4", "MN": "0", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "25", "LAT": "41N54", "LON": "12E30", "MON": "1", "NUM": "1579", "PRO": "C", "SEC": "0", "YEA": "1923", "CITY": "ROMA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1923-01-25 04:00"}, "partial-ids": {"ertel": "ES-3275"}}, "raw": {"L": "", "MF": "", "NR": "3275", "ENG": "", "MA_": "1", "G_NR": "1579", "MA12": "9", "MARS": "27", "NAME": "Piccinini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "48,600", "STUND": "4,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "25.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Alberto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.01.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
450	piccoli-domenico-1882-03-05	{"a1": "450", "3a_sports": "3278"}	{"ertel": "ES-3278", "lerrcp": "A1-450"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Domenico", "family": "Piccoli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1882-03-05 01:00", "note": null, "place": {"c1": null, "c2": "VI", "c3": null, "cy": "IT", "lg": 11.35739, "lat": 45.7124, "name": "Schio", "geoid": 3166917}, "notime": null, "date-ut": "1882-03-05 00:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Domenico", "family": "Piccoli"}, "birth": {"place": {"c2": "VI", "cy": "IT", "lg": 11.35739, "lat": 45.7124, "name": "Schio", "geoid": 3166917}, "date-ut": "1882-03-05 00:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-450"}, "ids-in-sources": {"a1": "450"}}, "raw": {"H": "1", "MN": "10", "TZ": "-1", "COD": "VI", "COU": "I", "DAY": "5", "LAT": "45N30", "LON": "12E 0", "MON": "3", "NUM": "450", "PRO": "C", "SEC": "4", "YEA": "1882", "CITY": "SCHIO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1882-03-05 01:00"}, "partial-ids": {"ertel": "ES-3278"}}, "raw": {"L": "", "MF": "", "NR": "3278", "ENG": "", "MA_": "0", "G_NR": "450", "MA12": "6", "MARS": "16", "NAME": "Piccoli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,900", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "05.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Domenico (Nico)", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.03.1882", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
451	picollo-giulio-1880-10-28	{"a1": "451", "3a_sports": "3279"}	{"ertel": "ES-3279", "lerrcp": "A1-451"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giulio", "family": "Picollo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1880-10-28 05:20", "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.69085, "lat": 44.72785, "name": "Capriata d'Orba", "geoid": 6534699}, "notime": null, "date-ut": "1880-10-28 04:30:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Giulio", "family": "Picollo"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.69085, "lat": 44.72785, "name": "Capriata d'Orba", "geoid": 6534699}, "date-ut": "1880-10-28 04:30:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-451"}, "ids-in-sources": {"a1": "451"}}, "raw": {"H": "5", "MN": "30", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "28", "LAT": "45N 0", "LON": "9E 0", "MON": "10", "NUM": "451", "PRO": "C", "SEC": "4", "YEA": "1880", "CITY": "CAPRIATA D'ORBA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1880-10-28 05:20"}, "partial-ids": {"ertel": "ES-3279"}}, "raw": {"L": "", "MF": "", "NR": "3279", "ENG": "", "MA_": "0", "G_NR": "451", "MA12": "12", "MARS": "34", "NAME": "Picollo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "33,800", "STUND": "5,33", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "28.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giulio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.10.1880", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
974	piemontesi-domenico-1903-01-11	{"a1": "974", "3a_sports": "3282"}	{"ertel": "ES-3282", "lerrcp": "A1-974"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Domenico", "family": "Piemontesi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1903-01-11 20:00", "note": null, "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 8.40873, "lat": 45.67897, "name": "Boca", "geoid": 6535438}, "notime": null, "date-ut": "1903-01-11 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Domenico", "family": "Piemontesi"}, "birth": {"place": {"c2": "NO", "cy": "IT", "lg": 8.40873, "lat": 45.67897, "name": "Boca", "geoid": 6535438}, "date-ut": "1903-01-11 19:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-974"}, "ids-in-sources": {"a1": "974"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "NO", "COU": "I", "DAY": "11", "LAT": "45N30", "LON": "9E 0", "MON": "1", "NUM": "974", "PRO": "C", "SEC": "0", "YEA": "1903", "CITY": "BOCA"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1903-01-11 20:00"}, "partial-ids": {"ertel": "ES-3282"}}, "raw": {"L": "", "MF": "", "NR": "3282", "ENG": "", "MA_": "1", "G_NR": "974", "MA12": "11", "MARS": "31", "NAME": "Piemontesi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,100", "CSINR": "", "KURTZ": "", "PHAS_": "89,900", "STUND": "20,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "11.01.", "ZITATE": "G", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Domenico", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "11.01.1903", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1109	pieters-andre-1922-09-11	{"a1": "1109", "3a_sports": "3286"}	{"ertel": "ES-3286", "lerrcp": "A1-1109"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Pieters", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-09-11 05:30", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "INGELMUNSTER", "geoid": 0}, "notime": null, "date-ut": "1922-09-11 04:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "André", "family": "Pieters"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "INGELMUNSTER", "geoid": 0}, "date-ut": "1922-09-11 04:30:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1109"}, "ids-in-sources": {"a1": "1109"}}, "raw": {"H": "4", "MN": "30", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "11", "LAT": "51N13", "LON": "3E15", "MON": "9", "NUM": "1109", "PRO": "C", "SEC": "0", "YEA": "1922", "CITY": "INGELMUNSTER"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1922-09-11 05:30"}, "partial-ids": {"ertel": "ES-3286"}}, "raw": {"L": "", "MF": "", "NR": "3286", "ENG": "", "MA_": "0", "G_NR": "1109", "MA12": "9", "MARS": "25", "NAME": "Pieters", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,800", "CSINR": "", "KURTZ": "", "PHAS_": "81,600", "STUND": "5,50", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "11.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.09.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16112	pieters-graafland-eddy-1934-01-05	{"d6": "325", "3a_sports": "3287"}	{"ertel": "ES-3287", "lerrcp": "D6-325"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eddy", "family": "Pieters-Graafland", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-01-05 15:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "NL", "lg": 4.88333, "lat": 52.35, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Eddy", "family": "Pieters-Graafland"}, "birth": {"date": "1934-01-05 15:00", "place": {"cy": "NL", "lg": 4.88333, "lat": 52.35}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "325"}}, "raw": {"H": "15", "MN": "0", "DAY": "5", "LAT": "52N21", "LON": "04E53", "MON": "1", "NUM": "325", "SEC": "0", "YEA": "1934", "NAME": "Pieters-Graafland Eddy"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-3287"}}, "raw": {"L": "", "MF": "", "NR": "3287", "ENG": "1", "MA_": "2", "G_NR": "325", "MA12": "4", "MARS": "12", "NAME": "Pieters-Graafland", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-6,000", "CSINR": "", "KURTZ": "", "PHAS_": "85,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "NET", "TAGMON": "05.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Eddy", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "05.01.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1205	pijnenburg-jan-1906-02-08	{"a1": "1206", "3a_sports": "3291"}	{"ertel": "ES-3291", "lerrcp": "A1-1206"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Pijnenburg", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1906-02-08 05:30", "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "TILBURG", "geoid": 0}, "notime": null, "date-ut": "1906-02-08 05:08:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Pijnenburg"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "TILBURG", "geoid": 0}, "date-ut": "1906-02-08 05:08:44"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1206"}, "ids-in-sources": {"a1": "1206"}}, "raw": {"H": "5", "MN": "8", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "8", "LAT": "51N42", "LON": "5E19", "MON": "2", "NUM": "1206", "PRO": "C", "SEC": "44", "YEA": "1906", "CITY": "TILBURG"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1906-02-08 05:30"}, "partial-ids": {"ertel": "ES-3291"}}, "raw": {"L": "", "MF": "", "NR": "3291", "ENG": "", "MA_": "1", "G_NR": "1206", "MA12": "11", "MARS": "31", "NAME": "Pijnenburg", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,000", "CSINR": "", "KURTZ": "", "PHAS_": "97,900", "STUND": "5,50", "CFEPNR": "", "EXTEND": "", "NATION": "NET", "TAGMON": "08.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jan", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "08.02.1906", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2068	pilet-gerard-1933-09-15	{"a1": "2070", "3a_sports": "3292"}	{"cpara": "CP-344", "ertel": "ES-3292", "lerrcp": "A1-2070"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Pilet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1933-09-15 03:50", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Asnieres", "geoid": 0}, "notime": null, "date-ut": "1933-09-15 02:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Gérard", "family": "Pilet"}, "birth": {"tzo": "+01:00", "date": "1933-09-15 03:50", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Asnieres", "geoid": 0}, "date-ut": "1933-09-15 02:50"}, "occus": ["tennis-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-2070"}, "ids-in-sources": {"a1": "2070"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "92", "COU": "F", "DAY": "15", "LAT": "48N50", "LON": "2E11", "MON": "9", "NUM": "2070", "PRO": "C", "SEC": "0", "YEA": "1933", "CITY": "ASNIERES"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1933-09-15 03:50"}, "partial-ids": {"ertel": "ES-3292"}}, "raw": {"L": "", "MF": "", "NR": "3292", "ENG": "", "MA_": "1", "G_NR": "2070", "MA12": "9", "MARS": "27", "NAME": "Pilet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,500", "CSINR": "", "KURTZ": "p", "PHAS_": "22,200", "STUND": "3,83", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "344", "VORNAME": "Gérard (Masson)", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "15.09.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
453	pinna-pietro-1891-01-12	{"a1": "453", "3a_sports": "3300"}	{"ertel": "ES-3300", "lerrcp": "A1-453"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Pinna", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1891-01-12 19:00", "note": null, "place": {"c1": null, "c2": "SS", "c3": null, "cy": "IT", "lg": 8.66022, "lat": 40.39876, "name": "Pozzomaggiore", "geoid": 3169990}, "notime": null, "date-ut": "1891-01-12 18:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Pietro", "family": "Pinna"}, "birth": {"place": {"c2": "SS", "cy": "IT", "lg": 8.66022, "lat": 40.39876, "name": "Pozzomaggiore", "geoid": 3169990}, "date-ut": "1891-01-12 18:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-453"}, "ids-in-sources": {"a1": "453"}}, "raw": {"H": "19", "MN": "10", "TZ": "-1", "COD": "SS", "COU": "I", "DAY": "12", "LAT": "40N48", "LON": "8E30", "MON": "1", "NUM": "453", "PRO": "C", "SEC": "4", "YEA": "1891", "CITY": "POZZOMAGGIORE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1891-01-12 19:00"}, "partial-ids": {"ertel": "ES-3300"}}, "raw": {"L": "", "MF": "", "NR": "3300", "ENG": "", "MA_": "1", "G_NR": "453", "MA12": "5", "MARS": "14", "NAME": "Pinna", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,600", "CSINR": "", "KURTZ": "", "PHAS_": "2,900", "STUND": "19,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "12.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pietro", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.01.1891", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
976	pintarelli-giuseppe-1931-01-21	{"a1": "976", "3a_sports": "3301"}	{"ertel": "ES-3301", "lerrcp": "A1-976"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Pintarelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-01-21 02:00", "note": null, "place": {"c1": null, "c2": "TN", "c3": null, "cy": "IT", "lg": 12, "lat": 46, "name": "CALCERANICA", "geoid": 0}, "notime": null, "date-ut": "1931-01-21 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Pintarelli"}, "birth": {"place": {"c2": "TN", "cy": "IT", "lg": 12, "lat": 46, "name": "CALCERANICA", "geoid": 0}, "date-ut": "1931-01-21 01:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-976"}, "ids-in-sources": {"a1": "976"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "TN", "COU": "I", "DAY": "21", "LAT": "46N 0", "LON": "12E 0", "MON": "1", "NUM": "976", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "CALCERANICA"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-01-21 02:00"}, "partial-ids": {"ertel": "ES-3301"}}, "raw": {"L": "", "MF": "", "NR": "3301", "ENG": "1", "MA_": "2", "G_NR": "976", "MA12": "4", "MARS": "11", "NAME": "Pintarelli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,100", "CSINR": "", "KURTZ": "", "PHAS_": "4,700", "STUND": "2,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "21.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giuseppe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.01.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1773	pirolley-rene-1931-10-17	{"a1": "1774", "3a_sports": "3308"}	{"cpara": "CP-347", "ertel": "ES-3308", "lerrcp": "A1-1774"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Pirolley", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1931-10-17 10:30", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.08333, "lat": 49.43333, "name": "Mt-Saint-Aignan", "geoid": 0}, "notime": null, "date-ut": "1931-10-17 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "René", "family": "Pirolley"}, "birth": {"tzo": "+00:00", "date": "1931-10-17 10:30", "place": {"c2": "76", "cy": "FR", "lg": 1.08333, "lat": 49.43333, "name": "Mt-Saint-Aignan", "geoid": 0}, "date-ut": "1931-10-17 10:30"}, "occus": ["swimmer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1774"}, "ids-in-sources": {"a1": "1774"}}, "raw": {"H": "10", "MN": "30", "TZ": "0", "COD": "76", "COU": "F", "DAY": "17", "LAT": "49N26", "LON": "1E 5", "MON": "10", "NUM": "1774", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "MT-ST-AIGNAN"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-10-17 10:30"}, "partial-ids": {"ertel": "ES-3308"}}, "raw": {"L": "", "MF": "", "NR": "3308", "ENG": "", "MA_": "1", "G_NR": "1774", "MA12": "2", "MARS": "4", "NAME": "Pirolley", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,000", "CSINR": "", "KURTZ": "", "PHAS_": "35,800", "STUND": "10,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "347", "VORNAME": "René", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "17.10.1931", "GQBECORR": "a2", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SWIM", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1580	pivatelli-gino-1933-03-27	{"a1": "1581", "3a_sports": "3314"}	{"ertel": "ES-3314", "lerrcp": "A1-1581"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gino", "family": "Pivatelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-03-27 10:30", "note": null, "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 11.1446, "lat": 45.18378, "name": "Sanguinetto", "geoid": 3168182}, "notime": null, "date-ut": "1933-03-27 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Gino", "family": "Pivatelli"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 11.1446, "lat": 45.18378, "name": "Sanguinetto", "geoid": 3168182}, "date-ut": "1933-03-27 09:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1581"}, "ids-in-sources": {"a1": "1581"}}, "raw": {"H": "10", "MN": "30", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "27", "LAT": "45N24", "LON": "11E 0", "MON": "3", "NUM": "1581", "PRO": "C", "SEC": "0", "YEA": "1933", "CITY": "SANGUINETTO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1933-03-27 10:30"}, "partial-ids": {"ertel": "ES-3314"}}, "raw": {"L": "", "MF": "", "NR": "3314", "ENG": "", "MA_": "1", "G_NR": "1581", "MA12": "10", "MARS": "28", "NAME": "Pivatelli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,700", "CSINR": "", "KURTZ": "", "PHAS_": "0,800", "STUND": "10,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "27.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.03.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1111	planckaert-joseph-1934-05-05	{"a1": "1111", "3a_sports": "3318"}	{"ertel": "ES-3318", "lerrcp": "A1-1111"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Planckaert", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-05-05 14:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "POPERINGHE", "geoid": 0}, "notime": null, "date-ut": "1934-05-05 13:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Planckaert"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "POPERINGHE", "geoid": 0}, "date-ut": "1934-05-05 13:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1111"}, "ids-in-sources": {"a1": "1111"}}, "raw": {"H": "13", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "5", "LAT": "51N13", "LON": "3E15", "MON": "5", "NUM": "1111", "PRO": "C", "SEC": "0", "YEA": "1934", "CITY": "POPERINGHE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1934-05-05 14:00"}, "partial-ids": {"ertel": "ES-3318"}}, "raw": {"L": "", "MF": "", "NR": "3318", "ENG": "1", "MA_": "2", "G_NR": "1111", "MA12": "4", "MARS": "11", "NAME": "Planckaert", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,60", "CSINR": "", "KURTZ": "", "PHAS_": "64,600", "STUND": "14,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "05.05.", "ZITATE": "DSO", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Joseph", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "05.05.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1359	pironti-felix-1921-04-05	{"a1": "1360", "g55": "03-276", "3a_sports": "3309"}	{"g55": "03-276", "ertel": "ES-3309", "lerrcp": "A1-1360"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Pironti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1921-04-05 05:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1921-04-05 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Pironti"}, "birth": {"tzo": "+01:00", "date": "1921-04-05 05:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1921-04-05 04:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1360"}, "ids-in-sources": {"a1": "1360"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "13", "COU": "F", "DAY": "5", "LAT": "43N18", "LON": "5E22", "MON": "4", "NUM": "1360", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-04-05 05:00"}, "partial-ids": {"ertel": "ES-3309"}}, "raw": {"L": "", "MF": "", "NR": "3309", "ENG": "", "MA_": "0", "G_NR": "1360", "MA12": "11", "MARS": "33", "NAME": "Pironti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,900", "CSINR": "", "KURTZ": "", "PHAS_": "11,500", "STUND": "5,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Félix", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "05.04.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-276"}, "ids-in-source": {"g55": "03-276"}}, "raw": {"DAY": "5-4-1921", "HOUR": "5 h.", "NAME": "PIRONTI Félix", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:48:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
16114	plantefol-alain-1942-12-26	{"d6": "327", "3a_sports": "3320"}	{"ertel": "ES-3320", "lerrcp": "D6-327"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Plantefol", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-12-26 06:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 2.23333, "lat": 48.91667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Alain", "family": "Plantefol"}, "birth": {"date": "1942-12-26 06:45", "place": {"cy": "FR", "lg": 2.23333, "lat": 48.91667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "327"}}, "raw": {"H": "6", "MN": "45", "DAY": "26", "LAT": "48N55", "LON": "02E14", "MON": "12", "NUM": "327", "SEC": "0", "YEA": "1942", "NAME": "Plantefol Alain"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-3320"}}, "raw": {"L": "", "MF": "", "NR": "3320", "ENG": "1", "MA_": "2", "G_NR": "327", "MA12": "1", "MARS": "1", "NAME": "Plantefol", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-4,900", "CSINR": "", "KURTZ": "", "PHAS_": "90,200", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "26.12.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Alain", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "26.12.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1113	plas-joseph-1930-11-26	{"a1": "1113", "3a_sports": "3321"}	{"ertel": "ES-3321", "lerrcp": "A1-1113"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Plas", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-11-26 01:00", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-ULRIKS-KAPEL", "geoid": 0}, "notime": null, "date-ut": "1930-11-26 01:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Plas"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ST-ULRIKS-KAPEL", "geoid": 0}, "date-ut": "1930-11-26 01:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1113"}, "ids-in-sources": {"a1": "1113"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "26", "LAT": "50N51", "LON": "4E15", "MON": "11", "NUM": "1113", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "ST-ULRIKS-KAPEL"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-11-26 01:00"}, "partial-ids": {"ertel": "ES-3321"}}, "raw": {"L": "", "MF": "", "NR": "3321", "ENG": "", "MA_": "1", "G_NR": "1113", "MA12": "2", "MARS": "5", "NAME": "Plas", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,300", "CSINR": "", "KURTZ": "", "PHAS_": "29,300", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "26.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Joseph", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.11.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17270	plunkett-jim-1947-12-05	{"d10": "1036", "3a_sports": "3327"}	{"ertel": "ES-3327", "lerrcp": "D10-1036"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jim", "family": "Plunkett", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1947-12-05 02:30", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -121.88333, "lat": 37.33333, "name": "San Jose", "geoid": null}, "notime": null, "date-ut": "1947-12-05 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Jim", "family": "Plunkett"}, "birth": {"tzo": "-08:00", "date": "1947-12-05 02:30", "place": {"c2": "CA", "cy": "US", "lg": -121.88333, "lat": 37.33333, "name": "San Jose"}, "date-ut": "1947-12-05 10:30"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1036"}}, "raw": {"H": "02:30", "TZ": "8h", "DAY": "5", "LAT": "37N20", "LON": "121W53", "MON": "12", "NUM": "1036", "PRO": "SP", "YEA": "1947", "CICO": "San Jose, CA", "NAME": "Plunkett Jim"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-3327"}}, "raw": {"L": "", "MF": "", "NR": "3327", "ENG": "", "MA_": "1", "G_NR": "1036", "MA12": "2", "MARS": "5", "NAME": "Plunkett", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-11,20", "CSINR": "", "KURTZ": "", "PHAS_": "50,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "05.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jim", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.12.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1967	poletti-louis-1930-01-16	{"a1": "1969", "3a_sports": "3334"}	{"ertel": "ES-3334", "lerrcp": "A1-1969"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Poletti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1930-01-16 04:00", "note": null, "place": {"c1": null, "c2": "20", "c3": null, "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Venaco", "geoid": 0}, "notime": null, "date-ut": "1930-01-16 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Poletti"}, "birth": {"tzo": "+00:00", "date": "1930-01-16 04:00", "place": {"c2": "20", "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Venaco", "geoid": 0}, "date-ut": "1930-01-16 04:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1969"}, "ids-in-sources": {"a1": "1969"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "20", "COU": "F", "DAY": "16", "LAT": "41N55", "LON": "8E45", "MON": "1", "NUM": "1969", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "VENACO"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-01-16 04:00"}, "partial-ids": {"ertel": "ES-3334"}}, "raw": {"L": "", "MF": "", "NR": "3334", "ENG": "", "MA_": "0", "G_NR": "1969", "MA12": "12", "MARS": "34", "NAME": "Poletti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,800", "CSINR": "", "KURTZ": "", "PHAS_": "98,000", "STUND": "4,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "16.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Louis", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.01.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17273	pollard-james-1922-07-09	{"d10": "1039", "3a_sports": "3337", "rawlins-ertel-irving": "283"}	{"ertel": "ES-3337", "csicop": "CS-283", "lerrcp": "D10-1039"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Pollard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1922-07-09 22:50", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.26667, "lat": 37.81667, "name": "Oakland", "geoid": null}, "notime": null, "date-ut": "1922-07-10 06:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "James", "family": "Pollard"}, "birth": {"tzo": "-08:00", "date": "1922-07-09 22:50", "place": {"c2": "CA", "cy": "US", "lg": -122.26667, "lat": 37.81667, "name": "Oakland"}, "date-ut": "1922-07-10 06:50"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1039"}}, "raw": {"H": "22:50", "TZ": "8h", "DAY": "9", "LAT": "37N49", "LON": "122W16", "MON": "7", "NUM": "1039", "PRO": "SP", "YEA": "1922", "CICO": "Oakland, CA", "NAME": "Pollard James"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["basketball-player"]], "ids-in-sources": {"rawlins-ertel-irving": "283"}}, "raw": {"LA1": "37", "LA2": "48", "LO1": "122", "LO2": "16", "AMPM": "P", "MARS": "12", "NAME": "Pollard", "BATCH": "1", "Satz#": "283", "GEBDAT": "9 7 1922", "GEBORT": "CA", "GEBZEIT": "10 50", "VORNAME": "James", "SPORTART": "BASK", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["basketball-player"], "partial-ids": {"ertel": "ES-3337"}}, "raw": {"L": "", "MF": "", "NR": "3337", "ENG": "1", "MA_": "2", "G_NR": "1039", "MA12": "4", "MARS": "12", "NAME": "Pollard", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "1,400", "CSINR": "283", "KURTZ": "", "PHAS_": "99,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "09.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "James", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.07.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BASK", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22618	abadie-lucien-1937-08-17	{"3a_sports": "4", "cfepp-final3": "791"}	{"cfepp": "CF-791", "ertel": "ES-4"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Abadie", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1937-08-17 22:30", "note": null, "place": {"c1": null, "c2": "65", "c3": "", "cy": "FR", "lg": -0.26, "lat": 43.33, "name": "BOUILH DEVANT", "geoid": null}, "notime": null, "date-ut": "1937-08-17 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Lucien", "family": "Abadie"}, "birth": {"date": "1937-08-17", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4", "ENG": "", "MA_": "0", "G_NR": "3", "MA12": "5", "MARS": "15", "NAME": "Abadie", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "8,500", "CSINR": "", "KURTZ": "", "PHAS_": "76,200", "STUND": "", "CFEPNR": "792", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Lucien", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "17.08.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1937-08-17 22:30", "place": {"c2": "65", "c3": "", "cy": "FR", "lg": -0.26, "lat": 43.33, "name": "BOUILH DEVANT"}, "date-ut": "1937-08-17 21:30"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "791"}}, "raw": {"S": "6", "LT": "22 30", "LV": "I1", "TR": "f", "UT": "21 30", "LAT": "+43.33", "SRC": "L", "LONG": "-00.26", "NAME": "ABADIE Lucien", "SPORT": "Rugby Union", "LOC_DATE": "1937 08 17", "UNIV_DATE": "1937 08 17", "BIRTH_PLACE": "BOUILH DEVANT", "POSTAL_CODE": "65140"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
455	ponzio-emanuele-1877-11-12	{"a1": "455", "3a_sports": "3346"}	{"ertel": "ES-3346", "lerrcp": "A1-455"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emanuele", "family": "Ponzio", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1877-11-12 19:30", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1877-11-12 18:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Emanuele", "family": "Ponzio"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1877-11-12 18:40:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-455"}, "ids-in-sources": {"a1": "455"}}, "raw": {"H": "19", "MN": "40", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "12", "LAT": "45N30", "LON": "9E15", "MON": "11", "NUM": "455", "PRO": "C", "SEC": "4", "YEA": "1877", "CITY": "MILANO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1877-11-12 19:30"}, "partial-ids": {"ertel": "ES-3346"}}, "raw": {"L": "", "MF": "", "NR": "3346", "ENG": "0", "MA_": "2", "G_NR": "455", "MA12": "3", "MARS": "9", "NAME": "Ponzio", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,200", "CSINR": "", "KURTZ": "", "PHAS_": "40,800", "STUND": "19,50", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "12.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Rmanuele", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.11.1877", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
456	porro-felice-1891-10-08	{"a1": "456", "3a_sports": "3347"}	{"ertel": "ES-3347", "lerrcp": "A1-456"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Felice", "family": "Porro", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1892-10-08 09:10", "note": null, "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 9.16145, "lat": 45.18446, "name": "Pavia", "geoid": 3171366}, "notime": null, "date-ut": "1891-10-08 08:20:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Felice", "family": "Porro"}, "birth": {"place": {"c2": "PV", "cy": "IT", "lg": 9.16145, "lat": 45.18446, "name": "Pavia", "geoid": 3171366}, "date-ut": "1891-10-08 08:20:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-456"}, "ids-in-sources": {"a1": "456"}}, "raw": {"H": "9", "MN": "20", "TZ": "-1", "COD": "PV", "COU": "I", "DAY": "8", "LAT": "45N12", "LON": "9E 0", "MON": "10", "NUM": "456", "PRO": "C", "SEC": "4", "YEA": "1891", "CITY": "PAVIA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "F", "birth": {"date": "1892-10-08 09:10"}, "partial-ids": {"ertel": "ES-3347"}}, "raw": {"L": "", "MF": "F", "NR": "3347", "ENG": "", "MA_": "0", "G_NR": "456", "MA12": "3", "MARS": "8", "NAME": "Porro", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,700", "CSINR": "", "KURTZ": "", "PHAS_": "95,500", "STUND": "9,17", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "08.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Felice", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.10.1892", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1581	posio-celso-1931-04-26	{"a1": "1582", "3a_sports": "3349"}	{"ertel": "ES-3349", "lerrcp": "A1-1582"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Celso", "family": "Posio", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-04-26 21:00", "note": null, "place": {"c1": null, "c2": "CR", "c3": null, "cy": "IT", "lg": 10.25208, "lat": 45.22078, "name": "Ostiano", "geoid": 3171794}, "notime": null, "date-ut": "1931-04-26 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Celso", "family": "Posio"}, "birth": {"place": {"c2": "CR", "cy": "IT", "lg": 10.25208, "lat": 45.22078, "name": "Ostiano", "geoid": 3171794}, "date-ut": "1931-04-26 20:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1582"}, "ids-in-sources": {"a1": "1582"}}, "raw": {"H": "21", "MN": "0", "TZ": "-1", "COD": "CR", "COU": "I", "DAY": "26", "LAT": "45N12", "LON": "11E 0", "MON": "4", "NUM": "1582", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "OSTIANO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-04-26 21:00"}, "partial-ids": {"ertel": "ES-3349"}}, "raw": {"L": "", "MF": "", "NR": "3349", "ENG": "1", "MA_": "2", "G_NR": "1582", "MA12": "4", "MARS": "12", "NAME": "Posio", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,200", "CSINR": "", "KURTZ": "", "PHAS_": "55,000", "STUND": "21,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "26.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Celso", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.04.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
216	potez-henry-1891-09-30	{"a1": "216", "3a_sports": "3350"}	{"ertel": "ES-3350", "lerrcp": "A1-216"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Potez", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1891-09-30 11:30", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.66121, "lat": 49.98167, "name": "Méaulte", "geoid": 2994803}, "notime": null, "date-ut": "1891-09-30 11:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Potez"}, "birth": {"tzo": "+00:09:21", "date": "1891-09-30 11:30", "place": {"c2": "80", "cy": "FR", "lg": 2.66121, "lat": 49.98167, "name": "Méaulte", "geoid": 2994803}, "date-ut": "1891-09-30 11:20:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-216"}, "ids-in-sources": {"a1": "216"}}, "raw": {"H": "11", "MN": "20", "TZ": "0", "COD": "80", "COU": "F", "DAY": "30", "LAT": "49N54", "LON": "2E18", "MON": "9", "NUM": "216", "PRO": "C", "SEC": "40", "YEA": "1891", "CITY": "MEAULTE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1891-09-30 11:30"}, "partial-ids": {"ertel": "ES-3350"}}, "raw": {"L": "", "MF": "", "NR": "3350", "ENG": "1", "MA_": "2", "G_NR": "216", "MA12": "4", "MARS": "11", "NAME": "Potez", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,000", "CSINR": "", "KURTZ": "", "PHAS_": "8,300", "STUND": "11,50", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "30.09.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Henry", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "30.09.1891", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
217	pourpe-marc-1887-05-17	{"a1": "217", "3a_sports": "3354"}	{"ertel": "ES-3354", "lerrcp": "A1-217"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marc", "family": "Pourpe", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-00:13:29", "date": "1887-05-17 02:30", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "notime": null, "date-ut": "1887-05-17 02:40:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Marc", "family": "Pourpe"}, "birth": {"tzo": "-00:13:29", "date": "1887-05-17 02:30", "place": {"c2": "56", "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "date-ut": "1887-05-17 02:40:56"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-217"}, "ids-in-sources": {"a1": "217"}}, "raw": {"H": "2", "MN": "40", "TZ": "0", "COD": "56", "COU": "F", "DAY": "17", "LAT": "47N40", "LON": "2W44", "MON": "5", "NUM": "217", "PRO": "C", "SEC": "56", "YEA": "1887", "CITY": "LORIENT"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1887-05-17 02:30"}, "partial-ids": {"ertel": "ES-3354"}}, "raw": {"L": "", "MF": "", "NR": "3354", "ENG": "", "MA_": "0", "G_NR": "217", "MA12": "11", "MARS": "33", "NAME": "Pourpe", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,000", "CSINR": "", "KURTZ": "", "PHAS_": "30,200", "STUND": "2,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.05.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marc", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "17.05.1887", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
458	pozzi-giacomo-1890-05-28	{"a1": "458", "3a_sports": "3361"}	{"ertel": "ES-3361", "lerrcp": "A1-458"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giacomo", "family": "Pozzi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1890-05-28 02:00", "note": null, "place": {"c1": null, "c2": "PC", "c3": null, "cy": "IT", "lg": 9.75, "lat": 45, "name": "ZIANO PIACENTIN", "geoid": 0}, "notime": null, "date-ut": "1890-05-28 01:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Giacomo", "family": "Pozzi"}, "birth": {"place": {"c2": "PC", "cy": "IT", "lg": 9.75, "lat": 45, "name": "ZIANO PIACENTIN", "geoid": 0}, "date-ut": "1890-05-28 01:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-458"}, "ids-in-sources": {"a1": "458"}}, "raw": {"H": "2", "MN": "10", "TZ": "-1", "COD": "PC", "COU": "I", "DAY": "28", "LAT": "45N 0", "LON": "9E45", "MON": "5", "NUM": "458", "PRO": "C", "SEC": "4", "YEA": "1890", "CITY": "ZIANO PIACENTIN"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1890-05-28 02:00"}, "partial-ids": {"ertel": "ES-3361"}}, "raw": {"L": "", "MF": "", "NR": "3361", "ENG": "", "MA_": "1", "G_NR": "458", "MA12": "5", "MARS": "13", "NAME": "Pozzi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,700", "CSINR": "", "KURTZ": "", "PHAS_": "60,400", "STUND": "2,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "28.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giacomo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.05.1890", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
459	pricolo-francesco-1891-01-30	{"a1": "459", "a5": "1773", "3a_sports": "3375"}	{"ertel": "ES-3375", "lerrcp": "A1-459"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Pricolo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1891-01-30 05:30", "note": null, "place": {"c1": null, "c2": "PZ", "c3": null, "cy": "IT", "lg": 15.88877, "lat": 40.28281, "name": "Grumento Nova", "geoid": 3175750}, "notime": null, "date-ut": "1891-01-30 04:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot", "politician"]	5	null	[{"new": {"name": {"given": "Francesco", "family": "Pricolo"}, "birth": {"place": {"c2": "PZ", "cy": "IT", "lg": 15.88877, "lat": 40.28281, "name": "Grumento Nova", "geoid": 3175750}, "date-ut": "1891-01-30 04:40:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-459"}, "ids-in-sources": {"a1": "459"}}, "raw": {"H": "5", "MN": "40", "TZ": "-1", "COD": "PZ", "COU": "I", "DAY": "30", "LAT": "40N30", "LON": "15E45", "MON": "1", "NUM": "459", "PRO": "C", "SEC": "4", "YEA": "1891", "CITY": "GRUMENTO NOVA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "1773"}}, "raw": {"H": "5", "MN": "40", "TZ": "-1", "COD": "PZ", "COU": "I", "DAY": "30", "LAT": "40N30", "LON": "15E45", "MON": "1", "NUM": "1773", "PRO": "PT", "SEC": "4", "YEA": "1891", "CITY": "GRUMENTO NOVA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1891-01-30 05:30"}, "partial-ids": {"ertel": "ES-3375"}}, "raw": {"L": "", "MF": "", "NR": "3375", "ENG": "", "MA_": "1", "G_NR": "459", "MA12": "11", "MARS": "31", "NAME": "Pricolo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,100", "CSINR": "", "KURTZ": "", "PHAS_": "79,200", "STUND": "5,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "30.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Francesco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.01.1891", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
670	prigent-jacques-1927-09-26	{"a1": "670", "g55": "03-549", "3a_sports": "3377"}	{"g55": "03-549", "ertel": "ES-3377", "lerrcp": "A1-670"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Prigent", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1927-09-26 06:25", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.3, "lat": 48.93333, "name": "Gennevilliers", "geoid": 3016321}, "notime": null, "date-ut": "1927-09-26 05:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Prigent"}, "birth": {"tzo": "+01:00", "date": "1927-09-26 06:25", "place": {"c2": "92", "cy": "FR", "lg": 2.3, "lat": 48.93333, "name": "Gennevilliers", "geoid": 3016321}, "date-ut": "1927-09-26 05:25"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-670"}, "ids-in-sources": {"a1": "670"}}, "raw": {"H": "5", "MN": "25", "TZ": "0", "COD": "92", "COU": "F", "DAY": "26", "LAT": "48N50", "LON": "2E11", "MON": "9", "NUM": "670", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "GENNEVILLIERS"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-09-26 06:25"}, "partial-ids": {"ertel": "ES-3377"}}, "raw": {"L": "", "MF": "", "NR": "3377", "ENG": "", "MA_": "1", "G_NR": "670", "MA12": "12", "MARS": "35", "NAME": "Prigent", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,800", "CSINR": "", "KURTZ": "", "PHAS_": "0,200", "STUND": "6,42", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "26.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "26.09.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-549"}, "ids-in-source": {"g55": "03-549"}}, "raw": {"DAY": "26-9-1927", "HOUR": "6 h. 25", "NAME": "PRIGENT Jacques", "PLACE": "Gennevilliers (Seine)."}, "date": "2023-08-20T14:48:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1970	prat-maurice-1928-09-17	{"a1": "1972", "3a_sports": "3365", "cfepp-final3": "931"}	{"cfepp": "CF-931", "cpara": "CP-354", "ertel": "ES-3365", "lerrcp": "A1-1972"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Prat", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1928-09-17 11:00", "note": null, "place": {"c1": null, "c2": "65", "c3": "", "cy": "FR", "lg": -0.04611, "lat": 43.09461, "name": "Lourdes", "geoid": 2997395}, "notime": null, "date-ut": "1928-09-17 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Prat"}, "birth": {"tzo": "+01:00", "date": "1928-09-17 11:00", "place": {"c2": "65", "cy": "FR", "lg": -0.04611, "lat": 43.09461, "name": "Lourdes", "geoid": 2997395}, "date-ut": "1928-09-17 10:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1972"}, "ids-in-sources": {"a1": "1972"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "65", "COU": "F", "DAY": "17", "LAT": "43N14", "LON": "0E 5", "MON": "9", "NUM": "1972", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "LOURDES"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-09-17 11:00"}, "partial-ids": {"ertel": "ES-3365"}}, "raw": {"L": "", "MF": "", "NR": "3365", "ENG": "", "MA_": "1", "G_NR": "1972", "MA12": "5", "MARS": "14", "NAME": "Prat", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,700", "CSINR": "", "KURTZ": "", "PHAS_": "8,700", "STUND": "11,00", "CFEPNR": "931", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.09.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "354", "VORNAME": "Maurice", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "17.09.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1928-09-17 11:00", "place": {"c3": ""}, "date-ut": "1928-09-17 10:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "931"}}, "raw": {"S": "5", "LT": "11 00", "LV": "I32", "TR": "f", "UT": "10 00", "LAT": "+43.10", "SRC": "L", "LONG": "+00.04", "NAME": "PRAT Maurice", "SPORT": "Rugby Union", "LOC_DATE": "1928 09 17", "UNIV_DATE": "1928 09 17", "BIRTH_PLACE": "LOURDES", "POSTAL_CODE": "65100"}, "date": "2023-08-20T14:46:15+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
219	prik-michel-1926-01-06	{"a1": "219", "3a_sports": "3379"}	{"ertel": "ES-3379", "lerrcp": "A1-219"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Prik", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1926-01-06 12:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 2.73261, "lat": 47.99696, "name": "Montargis", "geoid": 2993024}, "notime": null, "date-ut": "1926-01-06 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Prik"}, "birth": {"tzo": "+00:00", "date": "1926-01-06 12:00", "place": {"c2": "45", "cy": "FR", "lg": 2.73261, "lat": 47.99696, "name": "Montargis", "geoid": 2993024}, "date-ut": "1926-01-06 12:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-219"}, "ids-in-sources": {"a1": "219"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "45", "COU": "F", "DAY": "6", "LAT": "47N54", "LON": "1E54", "MON": "1", "NUM": "219", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "MONTARGIS"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-01-06 12:00"}, "partial-ids": {"ertel": "ES-3379"}}, "raw": {"L": "", "MF": "", "NR": "3379", "ENG": "", "MA_": "0", "G_NR": "219", "MA12": "5", "MARS": "15", "NAME": "Prik", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,000", "CSINR": "", "KURTZ": "", "PHAS_": "62,800", "STUND": "12,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.01.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1206	pronk-jan-1918-10-19	{"a1": "1207", "3a_sports": "3386"}	{"ertel": "ES-3386", "lerrcp": "A1-1207"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Pronk", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-10-19 03:00", "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "DEN HELDER", "geoid": 0}, "notime": null, "date-ut": "1918-10-19 02:40:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Pronk"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "DEN HELDER", "geoid": 0}, "date-ut": "1918-10-19 02:40:28"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1207"}, "ids-in-sources": {"a1": "1207"}}, "raw": {"H": "2", "MN": "40", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "19", "LAT": "52N22", "LON": "4E38", "MON": "10", "NUM": "1207", "PRO": "C", "SEC": "28", "YEA": "1918", "CITY": "DEN HELDER"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1918-10-19 03:00"}, "partial-ids": {"ertel": "ES-3386"}}, "raw": {"L": "", "MF": "", "NR": "3386", "ENG": "", "MA_": "1", "G_NR": "1207", "MA12": "10", "MARS": "28", "NAME": "Pronk", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,200", "CSINR": "", "KURTZ": "", "PHAS_": "98,600", "STUND": "3,00", "CFEPNR": "", "EXTEND": "", "NATION": "NET", "TAGMON": "19.10.", "ZITATE": "H", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jan", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "19.10.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1971	prin-clary-jean-1912-07-15	{"a1": "1973", "3a_sports": "3382", "cfepp-final3": "932"}	{"cfepp": "CF-932", "ertel": "ES-3382", "lerrcp": "A1-1973"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Prin-Clary", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1912-07-15 17:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1912-07-15 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Prin-Clary"}, "birth": {"tzo": "+00:00", "date": "1912-07-15 17:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1912-07-15 17:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1973"}, "ids-in-sources": {"a1": "1973"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "13", "COU": "F", "DAY": "15", "LAT": "43N18", "LON": "5E22", "MON": "7", "NUM": "1973", "PRO": "C", "SEC": "0", "YEA": "1912", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1912-07-15 17:00"}, "partial-ids": {"ertel": "ES-3382"}}, "raw": {"L": "", "MF": "", "NR": "3382", "ENG": "", "MA_": "1", "G_NR": "1973", "MA12": "5", "MARS": "13", "NAME": "Prin-Clary", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,200", "CSINR": "", "KURTZ": "", "PHAS_": "0,500", "STUND": "17,00", "CFEPNR": "932", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.07.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1912-07-15 17:00", "place": {"c3": ""}, "date-ut": "1912-07-15 17:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "932"}}, "raw": {"S": "5", "LT": "17 00", "LV": "I13", "TR": "f", "UT": "17 00", "LAT": "+43.30", "SRC": "A", "LONG": "-05.38", "NAME": "PRIN-CLARY Jean", "SPORT": "Rugby Union", "LOC_DATE": "1912 07 15", "UNIV_DATE": "1912 07 15", "BIRTH_PLACE": "MARSEILLE", "POSTAL_CODE": "13233 CEDEX  01"}, "date": "2023-08-20T14:46:15+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1584	puccinelli-aldo-1920-12-25	{"a1": "1585", "3a_sports": "3396"}	{"ertel": "ES-3396", "lerrcp": "A1-1585"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Puccinelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-12-25 19:30", "note": null, "place": {"c1": null, "c2": "PI", "c3": null, "cy": "IT", "lg": 10.61971, "lat": 43.70634, "name": "Bientina", "geoid": 3182040}, "notime": null, "date-ut": "1920-12-25 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Aldo", "family": "Puccinelli"}, "birth": {"place": {"c2": "PI", "cy": "IT", "lg": 10.61971, "lat": 43.70634, "name": "Bientina", "geoid": 3182040}, "date-ut": "1920-12-25 18:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1585"}, "ids-in-sources": {"a1": "1585"}}, "raw": {"H": "19", "MN": "30", "TZ": "-1", "COD": "PI", "COU": "I", "DAY": "25", "LAT": "43N42", "LON": "10E30", "MON": "12", "NUM": "1585", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "BIENTINA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-12-25 19:30"}, "partial-ids": {"ertel": "ES-3396"}}, "raw": {"L": "", "MF": "", "NR": "3396", "ENG": "", "MA_": "0", "G_NR": "1585", "MA12": "6", "MARS": "16", "NAME": "Puccinelli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,000", "CSINR": "", "KURTZ": "", "PHAS_": "99,500", "STUND": "19,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "25.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Aldo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.12.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1973	puget-marcel-1949-09-28	{"a1": "1975", "3a_sports": "3398", "cfepp-final3": "934"}	{"cfepp": "CF-934", "ertel": "ES-3398", "lerrcp": "A1-1975"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Puget", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-09-28 18:15", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": 2.22173, "lat": 43.05487, "name": "Limoux", "geoid": 2998264}, "notime": null, "date-ut": "1949-09-28 17:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Puget"}, "birth": {"place": {"c2": "11", "cy": "FR", "lg": 2.22173, "lat": 43.05487, "name": "Limoux", "geoid": 2998264}, "date-ut": "1940-09-28 17:15:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1975"}, "ids-in-sources": {"a1": "1975"}}, "raw": {"H": "17", "MN": "15", "TZ": "0", "COD": "11", "COU": "F", "DAY": "28", "LAT": "43N12", "LON": "2E21", "MON": "9", "NUM": "1975", "PRO": "C", "SEC": "0", "YEA": "1940", "CITY": "LIMOUX"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1940-09-28 18:15"}, "partial-ids": {"ertel": "ES-3398"}}, "raw": {"L": "", "MF": "", "NR": "3398", "ENG": "", "MA_": "1", "G_NR": "1975", "MA12": "7", "MARS": "19", "NAME": "Puget", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "17,400", "STUND": "18,25", "CFEPNR": "934", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.09.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "28.09.1940", "GQBECORR": "c", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "puget-marcel-1949-09-28", "birth": {"date": "1949-09-28 18:15", "place": {"c3": ""}, "date-ut": "1949-09-28 17:15"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "934"}}, "raw": {"S": "7", "LT": "18 15", "LV": "I17", "TR": "f", "UT": "17 15", "LAT": "+43.05", "SRC": "L", "LONG": "-02.22", "NAME": "PUGET Marcel", "SPORT": "Rugby Union", "LOC_DATE": "1949 09 28", "UNIV_DATE": "1949 09 28", "BIRTH_PLACE": "LIMOUX", "POSTAL_CODE": "11300"}, "date": "2023-08-20T14:46:15+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16118	puttemans-emiel-1947-10-08	{"d6": "331", "3a_sports": "3406"}	{"ertel": "ES-3406", "lerrcp": "D6-331"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emiel", "family": "Puttemans", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-10-08 11:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": 4.56667, "lat": 50.83333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Emiel", "family": "Puttemans"}, "birth": {"date": "1947-10-08 11:00", "place": {"cy": "BE", "lg": 4.56667, "lat": 50.83333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "331"}}, "raw": {"H": "11", "MN": "0", "DAY": "8", "LAT": "50N50", "LON": "04E34", "MON": "10", "NUM": "331", "SEC": "0", "YEA": "1947", "NAME": "Puttemans Emiel"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-3406"}}, "raw": {"L": "", "MF": "", "NR": "3406", "ENG": "", "MA_": "1", "G_NR": "331", "MA12": "5", "MARS": "13", "NAME": "Puttemans", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-11,40", "CSINR": "", "KURTZ": "", "PHAS_": "43,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "08.10.", "ZITATE": "DKTFO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Emile", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "08.10.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
461	quaglia-costantino-1878-12-23	{"a1": "461", "3a_sports": "3409"}	{"ertel": "ES-3409", "lerrcp": "A1-461"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Costantino", "family": "Quaglia", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1878-12-23 16:00", "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "IT", "lg": 9, "lat": 44.4, "name": "GENOVA", "geoid": 0}, "notime": null, "date-ut": "1878-12-23 15:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Costantino", "family": "Quaglia"}, "birth": {"place": {"c2": "GE", "cy": "IT", "lg": 9, "lat": 44.4, "name": "GENOVA", "geoid": 0}, "date-ut": "1878-12-23 15:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-461"}, "ids-in-sources": {"a1": "461"}}, "raw": {"H": "16", "MN": "10", "TZ": "-1", "COD": "GE", "COU": "I", "DAY": "23", "LAT": "44N24", "LON": "9E 0", "MON": "12", "NUM": "461", "PRO": "C", "SEC": "4", "YEA": "1878", "CITY": "GENOVA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1878-12-23 16:00"}, "partial-ids": {"ertel": "ES-3409"}}, "raw": {"L": "", "MF": "", "NR": "3409", "ENG": "", "MA_": "1", "G_NR": "461", "MA12": "7", "MARS": "20", "NAME": "Quaglia", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,700", "CSINR": "", "KURTZ": "", "PHAS_": "1,100", "STUND": "16,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "23.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Constantino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.12.1878", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1666	puis-wilfried-1943-02-18	{"a1": "1667", "3a_sports": "3403"}	{"cpara": "CP-462", "ertel": "ES-3403", "lerrcp": "A1-1667"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilfried", "family": "Puis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-02-18 16:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OOSTENDE", "geoid": 0}, "notime": null, "date-ut": "1943-02-18 15:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Wilfried", "family": "Puis"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OOSTENDE", "geoid": 0}, "date-ut": "1943-02-18 15:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1667"}, "ids-in-sources": {"a1": "1667"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "18", "LAT": "51N13", "LON": "3E15", "MON": "2", "NUM": "1667", "PRO": "C", "SEC": "0", "YEA": "1943", "CITY": "OOSTENDE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1943-02-18 16:00"}, "partial-ids": {"ertel": "ES-3403"}}, "raw": {"L": "", "MF": "", "NR": "3403", "ENG": "", "MA_": "1", "G_NR": "1667", "MA12": "7", "MARS": "20", "NAME": "Puis", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,700", "CSINR": "", "KURTZ": "", "PHAS_": "95,400", "STUND": "16,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "18.02.", "ZITATE": "DSW", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "462", "VORNAME": "Wilfried", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "18.02.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17289	ralston-r-1942-07-27	{"d10": "1055", "3a_sports": "3424"}	{"ertel": "ES-3424", "lerrcp": "D10-1055"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "R", "family": "Ralston", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-07:00", "date": "1942-07-27 08:37", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -119.01667, "lat": 35.38333, "name": "Bakersfield", "geoid": null}, "notime": null, "date-ut": "1942-07-27 15:37"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "R", "family": "Ralston"}, "birth": {"tzo": "-07:00", "date": "1942-07-27 08:37", "place": {"c2": "CA", "cy": "US", "lg": -119.01667, "lat": 35.38333, "name": "Bakersfield"}, "date-ut": "1942-07-27 15:37"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1055"}}, "raw": {"H": "08:37", "TZ": "7h", "DAY": "27", "LAT": "35N23", "LON": "119W1", "MON": "7", "NUM": "1055", "PRO": "SP", "YEA": "1942", "CICO": "Bakersfield, CA", "NAME": "Ralston R"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["tennis-player"], "partial-ids": {"ertel": "ES-3424"}}, "raw": {"L": "", "MF": "", "NR": "3424", "ENG": "1", "MA_": "2", "G_NR": "1055", "MA12": "1", "MARS": "1", "NAME": "Ralston", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "3,900", "CSINR": "", "KURTZ": "", "PHAS_": "99,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "27.07.", "ZITATE": "DS", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "R. Dennis", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "27.07.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TENN", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16120	quittet-claude-1941-03-12	{"d6": "333", "3a_sports": "3417", "cfepp-final3": "541"}	{"cfepp": "CF-541", "ertel": "ES-3417", "lerrcp": "D6-333"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Quittet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-03-12 07:00", "note": null, "place": {"c1": null, "c2": "25", "c3": "", "cy": "FR", "lg": -6.79, "lat": 47.44, "name": "MATHAY", "geoid": null}, "notime": null, "date-ut": "1941-03-12 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Quittet"}, "birth": {"date": "1941-03-12 07:00", "place": {"cy": "FR", "lg": 6.78333, "lat": 47.43333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "333"}}, "raw": {"H": "7", "MN": "0", "DAY": "12", "LAT": "47N26", "LON": "06E47", "MON": "3", "NUM": "333", "SEC": "0", "YEA": "1941", "NAME": "Quittet Claude"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-3417"}}, "raw": {"L": "", "MF": "", "NR": "3417", "ENG": "", "MA_": "1", "G_NR": "333", "MA12": "2", "MARS": "4", "NAME": "Quittet", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "5,200", "CSINR": "", "KURTZ": "", "PHAS_": "96,800", "STUND": "", "CFEPNR": "541", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.03.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Claude", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "12.03.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1941-03-12 07:00", "place": {"c2": "25", "c3": "", "cy": "FR", "lg": -6.79, "lat": 47.44, "name": "MATHAY"}, "date-ut": "1941-03-12 05:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "541"}}, "raw": {"S": "2", "LT": "07 00", "LV": "I14", "TR": "o", "UT": "05 00", "LAT": "+47.44", "SRC": "L", "LONG": "-06.79", "NAME": "QUITTET Claude", "SPORT": "Soccer", "LOC_DATE": "1941 03 12", "UNIV_DATE": "1941 03 12", "BIRTH_PLACE": "MATHAY", "POSTAL_CODE": "25700"}, "date": "2023-08-20T14:46:05+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
550	quenin-yvan-1920-03-01	{"a1": "550", "g55": "03-69", "3a_sports": "3413"}	{"g55": "03-69", "ertel": "ES-3413", "lerrcp": "A1-550"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yvan", "family": "Quenin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-03-01 21:00", "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "MC", "lg": 7.41667, "lat": 43.73333, "name": "Monaco", "geoid": 2993458}, "notime": null, "date-ut": "1920-03-01 20:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Yvan", "family": "Quenin"}, "birth": {"place": {"c2": "", "cy": "MC", "lg": 7.41667, "lat": 43.73333, "name": "Monaco", "geoid": 2993458}, "date-ut": "1920-03-01 20:00:00"}, "occus": ["basketball-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-550"}, "ids-in-sources": {"a1": "550"}}, "raw": {"H": "20", "MN": "0", "TZ": "0", "COD": "MON", "COU": "F", "DAY": "1", "LAT": "43N45", "LON": "7E25", "MON": "3", "NUM": "550", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "MONACO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-03-01 21:00"}, "partial-ids": {"ertel": "ES-3413"}}, "raw": {"L": "", "MF": "", "NR": "3413", "ENG": "", "MA_": "0", "G_NR": "550", "MA12": "12", "MARS": "34", "NAME": "Quenin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,500", "CSINR": "", "KURTZ": "", "PHAS_": "81,800", "STUND": "21,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.03.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Yvan", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "01.03.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASK", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-69"}, "ids-in-source": {"g55": "03-69"}}, "raw": {"DAY": "1-3-1920", "HOUR": "21 h.", "NAME": "QUENIN Yvan", "PLACE": "Monaco (Principauté de Monaco)."}, "date": "2023-08-20T14:48:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
463	ranza-ferrucio-1892-09-09	{"a1": "463", "3a_sports": "3437"}	{"ertel": "ES-3437", "lerrcp": "A1-463"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferrucio", "family": "Ranza", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1892-09-09 06:20", "note": null, "place": {"c1": null, "c2": "PC", "c3": null, "cy": "IT", "lg": 9.75, "lat": 45, "name": "FIORENZUOLA D'A", "geoid": 0}, "notime": null, "date-ut": "1892-09-09 05:30:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Ferrucio", "family": "Ranza"}, "birth": {"place": {"c2": "PC", "cy": "IT", "lg": 9.75, "lat": 45, "name": "FIORENZUOLA D'A", "geoid": 0}, "date-ut": "1892-09-09 05:30:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-463"}, "ids-in-sources": {"a1": "463"}}, "raw": {"H": "6", "MN": "30", "TZ": "-1", "COD": "PC", "COU": "I", "DAY": "9", "LAT": "45N 0", "LON": "9E45", "MON": "9", "NUM": "463", "PRO": "C", "SEC": "4", "YEA": "1892", "CITY": "FIORENZUOLA D'A"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1892-09-09 06:20"}, "partial-ids": {"ertel": "ES-3437"}}, "raw": {"L": "", "MF": "", "NR": "3437", "ENG": "", "MA_": "0", "G_NR": "463", "MA12": "8", "MARS": "24", "NAME": "Ranza", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,500", "CSINR": "", "KURTZ": "", "PHAS_": "93,700", "STUND": "6,33", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "09.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ferruccio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.09.1892", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2070	ramillon-robert-1909-02-24	{"a1": "2072", "g55": "03-458", "3a_sports": "3429"}	{"g55": "03-458", "ertel": "ES-3429", "lerrcp": "A1-2072"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Ramillon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1909-02-24 16:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.01275, "lat": 43.55135, "name": "Cannes", "geoid": 3028808}, "notime": null, "date-ut": "1909-02-24 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Ramillon"}, "birth": {"tzo": "+00:09:21", "date": "1909-02-24 16:00", "place": {"c2": "06", "cy": "FR", "lg": 7.01275, "lat": 43.55135, "name": "Cannes", "geoid": 3028808}, "date-ut": "1909-02-24 15:50:40"}, "occus": ["tennis-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-2072"}, "ids-in-sources": {"a1": "2072"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "06", "COU": "F", "DAY": "24", "LAT": "43N42", "LON": "7E16", "MON": "2", "NUM": "2072", "PRO": "C", "SEC": "40", "YEA": "1909", "CITY": "CANNES"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1909-02-24 16:00"}, "partial-ids": {"ertel": "ES-3429"}}, "raw": {"L": "", "MF": "", "NR": "3429", "ENG": "", "MA_": "0", "G_NR": "2072", "MA12": "8", "MARS": "23", "NAME": "Ramillon", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,200", "CSINR": "", "KURTZ": "", "PHAS_": "18,000", "STUND": "16,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "24.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Robert (Bob)", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "24.02.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-458"}, "ids-in-source": {"g55": "03-458"}}, "raw": {"DAY": "24-2-1909", "HOUR": "16 h.", "NAME": "RAMILLON Robert", "PLACE": "Cannes (Alpes-Maritimes)."}, "date": "2023-08-20T14:48:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
673	ranvial-marcel-1929-12-24	{"a1": "673", "g55": "03-551", "3a_sports": "3435"}	{"g55": "03-551", "ertel": "ES-3435", "lerrcp": "A1-673"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Ranvial", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1929-12-24 01:30", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 2.40486, "lat": 51.04202, "name": "Rosendaël", "geoid": 2982797}, "notime": null, "date-ut": "1929-12-24 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Ranvial"}, "birth": {"tzo": "+00:00", "date": "1929-12-24 01:30", "place": {"c2": "59", "cy": "FR", "lg": 2.40486, "lat": 51.04202, "name": "Rosendaël", "geoid": 2982797}, "date-ut": "1929-12-24 01:30"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-673"}, "ids-in-sources": {"a1": "673"}}, "raw": {"H": "1", "MN": "30", "TZ": "0", "COD": "59", "COU": "F", "DAY": "24", "LAT": "50N39", "LON": "3E 5", "MON": "12", "NUM": "673", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "ROSENDAEL"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-12-24 01:30"}, "partial-ids": {"ertel": "ES-3435"}}, "raw": {"L": "", "MF": "", "NR": "3435", "ENG": "", "MA_": "1", "G_NR": "673", "MA12": "10", "MARS": "30", "NAME": "Ranvial", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,60", "CSINR": "", "KURTZ": "", "PHAS_": "40,600", "STUND": "1,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "24.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "24.12.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-551"}, "ids-in-source": {"g55": "03-551"}}, "raw": {"DAY": "24-12-1929", "HOUR": "1 h. 30", "NAME": "RANVIAL Marcel", "PLACE": "Resendaél (Nord)."}, "date": "2023-08-20T14:48:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1586	rava-pietro-1916-01-21	{"a1": "1587", "3a_sports": "3443"}	{"ertel": "ES-3443", "lerrcp": "A1-1587"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Rava", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1916-01-21 18:00", "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 8.52785, "lat": 44.74995, "name": "Cassine", "geoid": 3179784}, "notime": null, "date-ut": "1916-01-21 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Pietro", "family": "Rava"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 8.52785, "lat": 44.74995, "name": "Cassine", "geoid": 3179784}, "date-ut": "1916-01-21 17:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1587"}, "ids-in-sources": {"a1": "1587"}}, "raw": {"H": "18", "MN": "0", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "21", "LAT": "45N 0", "LON": "9E 0", "MON": "1", "NUM": "1587", "PRO": "C", "SEC": "0", "YEA": "1916", "CITY": "CASSINE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1916-01-21 18:00"}, "partial-ids": {"ertel": "ES-3443"}}, "raw": {"L": "", "MF": "", "NR": "3443", "ENG": "", "MA_": "0", "G_NR": "1587", "MA12": "12", "MARS": "34", "NAME": "Rava", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,300", "CSINR": "", "KURTZ": "", "PHAS_": "99,600", "STUND": "18,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "21.01.", "ZITATE": "KSWO", "ZITSUM": "4", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Pietro", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "21.01.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
465	re-umberto-1887-03-19	{"a1": "465", "3a_sports": "3450"}	{"ertel": "ES-3450", "lerrcp": "A1-465"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Umberto", "family": "Re", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1887-03-19 16:00", "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1887-03-19 15:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Umberto", "family": "Re"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1887-03-19 15:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-465"}, "ids-in-sources": {"a1": "465"}}, "raw": {"H": "16", "MN": "10", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "19", "LAT": "45N 0", "LON": "8E 0", "MON": "3", "NUM": "465", "PRO": "C", "SEC": "4", "YEA": "1887", "CITY": "TORINO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1887-03-19 16:00"}, "partial-ids": {"ertel": "ES-3450"}}, "raw": {"L": "", "MF": "", "NR": "3450", "ENG": "", "MA_": "1", "G_NR": "465", "MA12": "5", "MARS": "14", "NAME": "Re", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,200", "CSINR": "", "KURTZ": "", "PHAS_": "26,500", "STUND": "16,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "19.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Umberto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.03.1887", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1115	rebry-gaston-1905-01-29	{"a1": "1115", "3a_sports": "3453"}	{"ertel": "ES-3453", "lerrcp": "A1-1115"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Rebry", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1905-01-29 13:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "ROLLEGEMKAPELLE", "geoid": 0}, "notime": null, "date-ut": "1905-01-29 13:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Rebry"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "ROLLEGEMKAPELLE", "geoid": 0}, "date-ut": "1905-01-29 13:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1115"}, "ids-in-sources": {"a1": "1115"}}, "raw": {"H": "13", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "29", "LAT": "51N13", "LON": "3E15", "MON": "1", "NUM": "1115", "PRO": "C", "SEC": "0", "YEA": "1905", "CITY": "ROLLEGEMKAPELLE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1905-01-29 13:00"}, "partial-ids": {"ertel": "ES-3453"}}, "raw": {"L": "", "MF": "", "NR": "3453", "ENG": "", "MA_": "0", "G_NR": "1115", "MA12": "8", "MARS": "22", "NAME": "Rebry", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,10", "CSINR": "", "KURTZ": "", "PHAS_": "39,200", "STUND": "13,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "29.01.", "ZITATE": "DGO", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gaston", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "29.01.1905", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
551	rebuffic-lucien-1921-12-22	{"a1": "551", "3a_sports": "3455"}	{"ertel": "ES-3455", "lerrcp": "A1-551"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Rebuffic", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1921-12-22 07:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.27485, "lat": 48.91936, "name": "Bois-Colombes", "geoid": 3032070}, "notime": null, "date-ut": "1921-12-22 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Rebuffic"}, "birth": {"tzo": "+00:00", "date": "1921-12-22 07:00", "place": {"c2": "92", "cy": "FR", "lg": 2.27485, "lat": 48.91936, "name": "Bois-Colombes", "geoid": 3032070}, "date-ut": "1921-12-22 07:00"}, "occus": ["basketball-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-551"}, "ids-in-sources": {"a1": "551"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "92", "COU": "F", "DAY": "22", "LAT": "48N50", "LON": "2E11", "MON": "12", "NUM": "551", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "BOIS-COLOMBES"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-12-22 07:00"}, "partial-ids": {"ertel": "ES-3455"}}, "raw": {"L": "", "MF": "", "NR": "3455", "ENG": "0", "MA_": "2", "G_NR": "551", "MA12": "3", "MARS": "9", "NAME": "Rebuffic", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,30", "CSINR": "", "KURTZ": "", "PHAS_": "48,200", "STUND": "7,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "22.12.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Lucien", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "22.12.1921", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
466	redaelli-cesare-1890-04-02	{"a1": "466", "3a_sports": "3458"}	{"ertel": "ES-3458", "lerrcp": "A1-466"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cesare", "family": "Redaelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1890-04-02 02:00", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "ARCORE", "geoid": 0}, "notime": null, "date-ut": "1890-04-02 01:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Cesare", "family": "Redaelli"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "ARCORE", "geoid": 0}, "date-ut": "1890-04-02 01:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-466"}, "ids-in-sources": {"a1": "466"}}, "raw": {"H": "2", "MN": "10", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "2", "LAT": "45N30", "LON": "9E15", "MON": "4", "NUM": "466", "PRO": "C", "SEC": "4", "YEA": "1890", "CITY": "ARCORE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1890-04-02 02:00"}, "partial-ids": {"ertel": "ES-3458"}}, "raw": {"L": "", "MF": "", "NR": "3458", "ENG": "", "MA_": "1", "G_NR": "466", "MA12": "2", "MARS": "5", "NAME": "Redaelli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,800", "CSINR": "", "KURTZ": "", "PHAS_": "88,400", "STUND": "2,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "02.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Cesare", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.04.1890", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16124	reding-serge-1941-12-23	{"d6": "337", "3a_sports": "3459"}	{"ertel": "ES-3459", "lerrcp": "D6-337"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Serge", "family": "Reding", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-12-23 05:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": 4.35, "lat": 50.83333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["weightlifter"]	5	null	[{"new": {"name": {"given": "Serge", "family": "Reding"}, "birth": {"date": "1941-12-23 05:00", "place": {"cy": "BE", "lg": 4.35, "lat": 50.83333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "337"}}, "raw": {"H": "5", "MN": "0", "DAY": "23", "LAT": "50N50", "LON": "04E21", "MON": "12", "NUM": "337", "SEC": "0", "YEA": "1941", "NAME": "Reding Serge"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["weightlifter"], "partial-ids": {"ertel": "ES-3459"}}, "raw": {"L": "", "MF": "", "NR": "3459", "ENG": "", "MA_": "1", "G_NR": "337", "MA12": "7", "MARS": "21", "NAME": "Reding", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "9,000", "CSINR": "", "KURTZ": "", "PHAS_": "26,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "23.12.", "ZITATE": "DKS", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Serge", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "23.12.1941", "GQBECORR": "", "NIENCORR": "NAT", "NIENHUYS": "1", "SPORTART": "WEIG", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16123	rebuffat-gaston-1921-05-07	{"d6": "336", "3a_sports": "3454", "cfepp-final3": "3"}	{"cfepp": "CF-3", "ertel": "ES-3454", "lerrcp": "D6-336"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Rebuffat", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-05-07 08:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": -5.38, "lat": 43.3, "name": "MARSEILLE", "geoid": null}, "notime": null, "date-ut": "1921-05-07 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mountaineer"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Rebuffat"}, "birth": {"date": "1921-05-07 08:00", "place": {"cy": "FR", "lg": 5.36667, "lat": 43.3}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "336"}}, "raw": {"H": "8", "MN": "0", "DAY": "7", "LAT": "43N18", "LON": "05E22", "MON": "5", "NUM": "336", "SEC": "0", "YEA": "1921", "NAME": "Rebuffat Gaston"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["mountaineer"], "partial-ids": {"ertel": "ES-3454"}}, "raw": {"L": "", "MF": "", "NR": "3454", "ENG": "1", "MA_": "2", "G_NR": "336", "MA12": "1", "MARS": "3", "NAME": "Rebuffat", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-3,200", "CSINR": "", "KURTZ": "", "PHAS_": "1,000", "STUND": "", "CFEPNR": "3", "EXTEND": "1", "NATION": "FRA", "TAGMON": "07.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gaston", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "07.05.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "ALPI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1921-05-07 08:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": -5.38, "lat": 43.3, "name": "MARSEILLE"}, "date-ut": "1921-05-07 07:00"}, "occus": ["mountaineer"], "ids-in-sources": {"cfepp-final3": "3"}}, "raw": {"S": "1", "LT": "08 00", "LV": "", "TR": "f", "UT": "07 00", "LAT": "+43.30", "SRC": "AL", "LONG": "-05.38", "NAME": "REBUFFAT Gaston", "SPORT": "Mountain Climbing", "LOC_DATE": "1921 05 07", "UNIV_DATE": "1921 05 07", "BIRTH_PLACE": "MARSEILLE", "POSTAL_CODE": "13233 CEDEX  01"}, "date": "2023-08-20T14:45:54+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1369	rio-roger-1913-02-13	{"a1": "1370", "g55": "03-281", "3a_sports": "3510", "cfepp-final3": "545"}	{"g55": "03-281", "cfepp": "CF-545", "cpara": "CP-369", "ertel": "ES-3510", "lerrcp": "A1-1370"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Rio", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1913-02-13 09:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Dunkerque", "geoid": 0}, "notime": null, "date-ut": "1913-02-13 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Rio"}, "birth": {"tzo": "+00:00", "date": "1913-02-13 09:00", "place": {"c2": "62", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Dunkerque", "geoid": 0}, "date-ut": "1913-02-13 09:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1370"}, "ids-in-sources": {"a1": "1370"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "62", "COU": "F", "DAY": "13", "LAT": "50N18", "LON": "2E46", "MON": "2", "NUM": "1370", "PRO": "C", "SEC": "0", "YEA": "1913", "CITY": "DUNKERQUE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1913-02-13 09:00"}, "partial-ids": {"ertel": "ES-3510"}}, "raw": {"L": "", "MF": "", "NR": "3510", "ENG": "", "MA_": "0", "G_NR": "1370", "MA12": "3", "MARS": "7", "NAME": "Rio", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,200", "CSINR": "", "KURTZ": "", "PHAS_": "36,500", "STUND": "9,00", "CFEPNR": "545", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.02.", "ZITATE": "DWO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "369", "VORNAME": "Roger", "ZITRANG": "4", "GAUQ1955": "+", "GEBDATUM": "13.02.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:36+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1913-02-13 09:00", "place": {"c3": ""}, "date-ut": "1913-02-13 09:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "545"}}, "raw": {"S": "3", "LT": "09 00", "LV": "I18", "TR": "f", "UT": "09 00", "LAT": "+51.04", "SRC": "ALG", "LONG": "-02.38", "NAME": "RIO Roger", "SPORT": "Soccer", "LOC_DATE": "1913 02 13", "UNIV_DATE": "1913 02 13", "BIRTH_PLACE": "DUNKERQUE", "POSTAL_CODE": "59386 CEDEX  1"}, "date": "2023-08-20T14:46:05+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Dunkerque"}}, "partial-ids": {"g55": "03-281"}, "ids-in-source": {"g55": "03-281"}}, "raw": {"DAY": "13-2-1913", "HOUR": "9 h.", "NAME": "RIO Roger", "PLACE": "Dunkerque (Nord)."}, "date": "2023-08-20T14:48:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
17299	reed-willis-1942-06-25	{"d10": "1065", "3a_sports": "3461"}	{"ertel": "ES-3461", "lerrcp": "D10-1065"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willis", "family": "Reed", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1942-06-25 20:40", "note": null, "place": {"c1": null, "c2": "LA", "c3": null, "cy": "US", "lg": -92.65, "lat": 32.81667, "name": "Bernice", "geoid": null}, "notime": null, "date-ut": "1942-06-26 01:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Willis", "family": "Reed"}, "birth": {"tzo": "-05:00", "date": "1942-06-25 20:40", "place": {"c2": "LA", "cy": "US", "lg": -92.65, "lat": 32.81667, "name": "Bernice"}, "date-ut": "1942-06-26 01:40"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1065"}}, "raw": {"H": "20:40", "TZ": "5h", "DAY": "25", "LAT": "32N49", "LON": "92W39", "MON": "6", "NUM": "1065", "PRO": "SP", "YEA": "1942", "CICO": "Bernice, LA", "NAME": "Reed Willis"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["basketball-player"], "partial-ids": {"ertel": "ES-3461"}}, "raw": {"L": "", "MF": "", "NR": "3461", "ENG": "", "MA_": "0", "G_NR": "1065", "MA12": "6", "MARS": "16", "NAME": "Reed", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "9,600", "CSINR": "", "KURTZ": "", "PHAS_": "82,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "25.06.", "ZITATE": "BX", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Willie", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "25.06.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASK", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
83	reiff-gaston-1921-02-24	{"a1": "83", "3a_sports": "3466"}	{"ertel": "ES-3466", "lerrcp": "A1-83"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Reiff", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-02-24 01:00", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRAINELALLE", "geoid": 0}, "notime": null, "date-ut": "1921-02-24 01:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Reiff"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BRAINELALLE", "geoid": 0}, "date-ut": "1921-02-24 01:00:00"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-83"}, "ids-in-sources": {"a1": "83"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "24", "LAT": "50N51", "LON": "4E15", "MON": "2", "NUM": "83", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "BRAINELALLE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-02-24 01:00"}, "partial-ids": {"ertel": "ES-3466"}}, "raw": {"L": "", "MF": "", "NR": "3466", "ENG": "", "MA_": "1", "G_NR": "83", "MA12": "9", "MARS": "26", "NAME": "Reiff", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,100", "CSINR": "", "KURTZ": "", "PHAS_": "96,300", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "24.02.", "ZITATE": "KSTFO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gaston", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "24.02.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "5"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1588	remondini-leandro-1917-11-17	{"a1": "1589", "3a_sports": "3469"}	{"ertel": "ES-3469", "lerrcp": "A1-1589"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leandro", "family": "Remondini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1917-11-17 17:00", "note": null, "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "notime": null, "date-ut": "1917-11-17 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Leandro", "family": "Remondini"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "date-ut": "1917-11-17 16:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1589"}, "ids-in-sources": {"a1": "1589"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "17", "LAT": "45N24", "LON": "11E 0", "MON": "11", "NUM": "1589", "PRO": "C", "SEC": "0", "YEA": "1917", "CITY": "VERONA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1917-11-17 17:00"}, "partial-ids": {"ertel": "ES-3469"}}, "raw": {"L": "", "MF": "", "NR": "3469", "ENG": "", "MA_": "0", "G_NR": "1589", "MA12": "8", "MARS": "24", "NAME": "Remondini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,800", "CSINR": "", "KURTZ": "", "PHAS_": "5,500", "STUND": "17,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "17.11.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Leandro", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "17.11.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1116	remue-emiel-1919-10-25	{"a1": "1116", "3a_sports": "3470"}	{"ertel": "ES-3470", "lerrcp": "A1-1116"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emiel", "family": "Remue", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-10-25 04:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "DIKKELVENNE", "geoid": 0}, "notime": null, "date-ut": "1919-10-25 04:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Emiel", "family": "Remue"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "DIKKELVENNE", "geoid": 0}, "date-ut": "1919-10-25 04:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1116"}, "ids-in-sources": {"a1": "1116"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "25", "LAT": "51N 5", "LON": "3E45", "MON": "10", "NUM": "1116", "PRO": "C", "SEC": "0", "YEA": "1919", "CITY": "DIKKELVENNE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1919-10-25 04:00"}, "partial-ids": {"ertel": "ES-3470"}}, "raw": {"L": "", "MF": "", "NR": "3470", "ENG": "", "MA_": "1", "G_NR": "1116", "MA12": "2", "MARS": "4", "NAME": "Remue", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,100", "CSINR": "", "KURTZ": "", "PHAS_": "1,200", "STUND": "4,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "25.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Emiel", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.10.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
468	retino-giuseppe-1894-03-01	{"a1": "468", "3a_sports": "3478"}	{"ertel": "ES-3478", "lerrcp": "A1-468"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Retino", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1894-03-01 23:30", "note": null, "place": {"c1": null, "c2": "LE", "c3": null, "cy": "IT", "lg": 18.29893, "lat": 40.11842, "name": "Maglie", "geoid": 3174254}, "notime": null, "date-ut": "1894-03-01 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Retino"}, "birth": {"place": {"c2": "LE", "cy": "IT", "lg": 18.29893, "lat": 40.11842, "name": "Maglie", "geoid": 3174254}, "date-ut": "1894-03-01 22:30"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-468"}, "ids-in-sources": {"a1": "468"}}, "raw": {"H": "23", "MN": "30", "TZ": "-1", "COD": "LE", "COU": "I", "DAY": "1", "LAT": "40N24", "LON": "18E45", "MON": "3", "NUM": "468", "PRO": "C", "SEC": "0", "YEA": "1894", "CITY": "MAGLIE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1894-03-01 23:30"}, "partial-ids": {"ertel": "ES-3478"}}, "raw": {"L": "", "MF": "", "NR": "3478", "ENG": "", "MA_": "0", "G_NR": "468", "MA12": "11", "MARS": "32", "NAME": "Retino", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,300", "CSINR": "", "KURTZ": "", "PHAS_": "36,300", "STUND": "23,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giuseppe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.03.1894", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16126	revenu-daniel-1942-12-05	{"d6": "339", "3a_sports": "3481", "cfepp-final3": "417"}	{"cfepp": "CF-417", "ertel": "ES-3481", "lerrcp": "D6-339"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "Revenu", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-12-05 10:00", "note": null, "place": {"c1": null, "c2": "36", "c3": "", "cy": "FR", "lg": -1.99, "lat": 46.95, "name": "ISSOUDUN", "geoid": null}, "notime": null, "date-ut": "1942-12-05 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"name": {"given": "Daniel", "family": "Revenu"}, "birth": {"date": "1942-12-05 10:00", "place": {"cy": "FR", "lg": 1.98333, "lat": 46.95}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "339"}}, "raw": {"H": "10", "MN": "0", "DAY": "5", "LAT": "46N57", "LON": "01E59", "MON": "12", "NUM": "339", "SEC": "0", "YEA": "1942", "NAME": "Revenu Daniel"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["tennis-player"], "partial-ids": {"ertel": "ES-3481"}}, "raw": {"L": "", "MF": "", "NR": "3481", "ENG": "", "MA_": "0", "G_NR": "339", "MA12": "3", "MARS": "7", "NAME": "Revenu", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-8,400", "CSINR": "", "KURTZ": "", "PHAS_": "13,200", "STUND": "", "CFEPNR": "417", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.12.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Daniel", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "05.12.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1942-12-05 10:00", "place": {"c2": "36", "c3": "", "cy": "FR", "lg": -1.99, "lat": 46.95, "name": "ISSOUDUN"}, "date-ut": "1942-12-05 09:00"}, "occus": ["fencer"], "ids-in-sources": {"cfepp-final3": "417"}}, "raw": {"S": "3", "LT": "10 00", "LV": "O", "TR": "f", "UT": "09 00", "LAT": "+46.95", "SRC": "L", "LONG": "-01.99", "NAME": "REVENU Daniel", "SPORT": "Fencing", "LOC_DATE": "1942 12 05", "UNIV_DATE": "1942 12 05", "BIRTH_PLACE": "ISSOUDUN", "POSTAL_CODE": "36100"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1590	riccardi-giovanni-1911-12-10	{"a1": "1591", "3a_sports": "3488"}	{"ertel": "ES-3488", "lerrcp": "A1-1591"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Riccardi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1911-12-10 17:00", "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "IT", "lg": 9, "lat": 45, "name": "CASTELCERIOLO", "geoid": 0}, "notime": null, "date-ut": "1911-12-10 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Riccardi"}, "birth": {"place": {"c2": "AL", "cy": "IT", "lg": 9, "lat": 45, "name": "CASTELCERIOLO", "geoid": 0}, "date-ut": "1911-12-10 16:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1591"}, "ids-in-sources": {"a1": "1591"}}, "raw": {"H": "17", "MN": "0", "TZ": "-1", "COD": "AL", "COU": "I", "DAY": "10", "LAT": "45N 0", "LON": "9E 0", "MON": "12", "NUM": "1591", "PRO": "C", "SEC": "0", "YEA": "1911", "CITY": "CASTELCERIOLO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1911-12-10 17:00"}, "partial-ids": {"ertel": "ES-3488"}}, "raw": {"L": "", "MF": "", "NR": "3488", "ENG": "1", "MA_": "2", "G_NR": "1591", "MA12": "1", "MARS": "2", "NAME": "Riccardi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,800", "CSINR": "", "KURTZ": "", "PHAS_": "79,000", "STUND": "17,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "10.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giovanni", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.12.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1591	ricci-secondo-1913-10-08	{"a1": "1592", "3a_sports": "3490"}	{"ertel": "ES-3490", "lerrcp": "A1-1592"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Secondo", "family": "Ricci", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-10-08 10:30", "note": null, "place": {"c1": null, "c2": "RA", "c3": null, "cy": "IT", "lg": 11.97713, "lat": 44.41247, "name": "Bagnacavallo", "geoid": 3182552}, "notime": null, "date-ut": "1913-10-08 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Secondo", "family": "Ricci"}, "birth": {"place": {"c2": "RA", "cy": "IT", "lg": 11.97713, "lat": 44.41247, "name": "Bagnacavallo", "geoid": 3182552}, "date-ut": "1913-10-08 09:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1592"}, "ids-in-sources": {"a1": "1592"}}, "raw": {"H": "10", "MN": "30", "TZ": "-1", "COD": "RA", "COU": "I", "DAY": "8", "LAT": "44N24", "LON": "12E15", "MON": "10", "NUM": "1592", "PRO": "C", "SEC": "0", "YEA": "1913", "CITY": "BAGNACAVALLO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1913-10-08 10:30"}, "partial-ids": {"ertel": "ES-3490"}}, "raw": {"L": "", "MF": "", "NR": "3490", "ENG": "", "MA_": "0", "G_NR": "1592", "MA12": "5", "MARS": "15", "NAME": "Ricci", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,000", "CSINR": "", "KURTZ": "", "PHAS_": "59,400", "STUND": "10,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "08.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Secondo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.10.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17309	rice-james-1953-03-08	{"d10": "1075", "3a_sports": "3492"}	{"ertel": "ES-3492", "lerrcp": "D10-1075"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Rice", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1953-03-08 02:06", "note": null, "place": {"c1": null, "c2": "SC", "c3": null, "cy": "US", "lg": -82.65, "lat": 34.51667, "name": "Anderson", "geoid": null}, "notime": null, "date-ut": "1953-03-08 07:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["baseball-player"]	5	null	[{"new": {"name": {"given": "James", "family": "Rice"}, "birth": {"tzo": "-05:00", "date": "1953-03-08 02:06", "place": {"c2": "SC", "cy": "US", "lg": -82.65, "lat": 34.51667, "name": "Anderson"}, "date-ut": "1953-03-08 07:06"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1075"}}, "raw": {"H": "02:06", "TZ": "5h", "DAY": "8", "LAT": "34N31", "LON": "82W39", "MON": "3", "NUM": "1075", "PRO": "SP", "YEA": "1953", "CICO": "Anderson, SC", "NAME": "Rice James"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["baseball-player"], "partial-ids": {"ertel": "ES-3492"}}, "raw": {"L": "", "MF": "", "NR": "3492", "ENG": "", "MA_": "1", "G_NR": "1075", "MA12": "9", "MARS": "26", "NAME": "Rice", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-9,800", "CSINR": "", "KURTZ": "", "PHAS_": "58,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "08.03.", "ZITATE": "B", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "James Edward (Jim)", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "08.03.1953", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASE", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17311	richardson-bobby-1935-08-19	{"d10": "1077", "3a_sports": "3498"}	{"ertel": "ES-3498", "lerrcp": "D10-1077"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bobby", "family": "Richardson", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1935-08-19 05:00", "note": null, "place": {"c1": null, "c2": "SC", "c3": null, "cy": "US", "lg": -80.35, "lat": 33.91667, "name": "Sumter", "geoid": null}, "notime": null, "date-ut": "1935-08-19 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Bobby", "family": "Richardson"}, "birth": {"tzo": "-05:00", "date": "1935-08-19 05:00", "place": {"c2": "SC", "cy": "US", "lg": -80.35, "lat": 33.91667, "name": "Sumter"}, "date-ut": "1935-08-19 10:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1077"}}, "raw": {"H": "05:00", "TZ": "5h", "DAY": "19", "LAT": "33N55", "LON": "80W21", "MON": "8", "NUM": "1077", "PRO": "SP", "YEA": "1935", "CICO": "Sumter, SC", "NAME": "Richardson Bobby"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["basketball-player"], "partial-ids": {"ertel": "ES-3498"}}, "raw": {"L": "", "MF": "", "NR": "3498", "ENG": "", "MA_": "1", "G_NR": "1077", "MA12": "9", "MARS": "27", "NAME": "Richardson", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-9,700", "CSINR": "", "KURTZ": "", "PHAS_": "73,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "19.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bobby (Robert)", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.08.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASK", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1367	rigal-jean-1890-12-12	{"a1": "1368", "g55": "03-280", "3a_sports": "3502", "cfepp-final3": "544"}	{"g55": "03-280", "cfepp": "CF-544", "cpara": "CP-367", "ertel": "ES-3502", "lerrcp": "A1-1368"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Rigal", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:08:44", "date": "1890-12-12 05:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Boulogne-Billancourt", "geoid": 0}, "notime": null, "date-ut": "1890-12-12 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Rigal"}, "birth": {"tzo": "+00:08:44", "date": "1890-12-12 05:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Boulogne-Billanc", "geoid": 0}, "date-ut": "1890-12-12 04:51:16"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1368"}, "ids-in-sources": {"a1": "1368"}}, "raw": {"H": "4", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "12", "LAT": "48N50", "LON": "2E11", "MON": "12", "NUM": "1368", "PRO": "C", "SEC": "16", "YEA": "1890", "CITY": "BOULOGNE-BILLANC"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1890-12-12 05:00"}, "partial-ids": {"ertel": "ES-3502"}}, "raw": {"L": "", "MF": "", "NR": "3502", "ENG": "", "MA_": "1", "G_NR": "1368", "MA12": "10", "MARS": "28", "NAME": "Rigal", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,600", "CSINR": "", "KURTZ": "", "PHAS_": "0,000", "STUND": "5,00", "CFEPNR": "544", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.12.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "367", "VORNAME": "Jean", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "12.12.1890", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1890-12-12 05:00", "place": {"c3": ""}, "date-ut": "1890-12-12 04:51"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "544"}}, "raw": {"S": "10", "LT": "05 00", "LV": "I11", "TR": "f", "UT": "04 51", "LAT": "+48.84", "SRC": "ALG", "LONG": "-02.24", "NAME": "RIGAL Jean", "SPORT": "Soccer", "LOC_DATE": "1890 12 12", "UNIV_DATE": "1890 12 12", "BIRTH_PLACE": "BOULOGNE BILLANCOURT", "POSTAL_CODE": "92104 CEDEX"}, "date": "2023-08-20T14:46:05+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Boulogne-Billancourt"}}, "partial-ids": {"g55": "03-280"}, "ids-in-source": {"g55": "03-280"}}, "raw": {"DAY": "12-12-1890", "HOUR": "5 h.", "NAME": "RIGAL Jean", "PLACE": "Boulogne-Billancourt (Seine)."}, "date": "2023-08-20T14:48:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
16129	richard-rene-1942-11-06	{"d6": "342", "3a_sports": "3496", "cfepp-final3": "627"}	{"cfepp": "CF-627", "ertel": "ES-3496", "lerrcp": "D6-342"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Richard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-11-06 13:50", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": -2.35, "lat": 48.75, "name": "RUNGIS", "geoid": null}, "notime": null, "date-ut": "1942-11-06 12:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["handball-player"]	5	null	[{"new": {"name": {"given": "René", "family": "Richard"}, "birth": {"date": "1942-11-06 13:50", "place": {"cy": "FR", "lg": 2.38333, "lat": 48.78333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "342"}}, "raw": {"H": "13", "MN": "50", "DAY": "6", "LAT": "48N47", "LON": "02E23", "MON": "11", "NUM": "342", "SEC": "0", "YEA": "1942", "NAME": "Richard René"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["handball-player"], "partial-ids": {"ertel": "ES-3496"}}, "raw": {"L": "", "MF": "", "NR": "3496", "ENG": "", "MA_": "1", "G_NR": "342", "MA12": "5", "MARS": "13", "NAME": "Richard", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-7,100", "CSINR": "", "KURTZ": "", "PHAS_": "9,000", "STUND": "", "CFEPNR": "627", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.11.", "ZITATE": "DT", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "06.11.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "HAND", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1942-11-06 13:50", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": -2.35, "lat": 48.75, "name": "RUNGIS"}, "date-ut": "1942-11-06 12:50"}, "occus": ["handball-player"], "ids-in-sources": {"cfepp-final3": "627"}}, "raw": {"S": "5", "LT": "13 50", "LV": "I83", "TR": "f", "UT": "12 50", "LAT": "+48.75", "SRC": "L", "LONG": "-02.35", "NAME": "RICHARD Rene", "SPORT": "Handball", "LOC_DATE": "1942 11 06", "UNIV_DATE": "1942 11 06", "BIRTH_PLACE": "RUNGIS", "POSTAL_CODE": "94150"}, "date": "2023-08-20T14:46:08+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
17314	rigby-cathy-1952-12-12	{"d10": "1080", "3a_sports": "3505", "rawlins-ertel-irving": "292"}	{"ertel": "ES-3505", "csicop": "CS-292", "lerrcp": "D10-1080"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cathy", "family": "Rigby", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "-08:00", "date": "1952-12-12 18:45", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.18333, "lat": 33.78333, "name": "Long Beach", "geoid": null}, "notime": null, "date-ut": "1952-12-13 02:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["gymnast"]	5	null	[{"new": {"name": {"given": "Cathy", "family": "Rigby"}, "birth": {"tzo": "-08:00", "date": "1952-12-12 18:45", "place": {"c2": "CA", "cy": "US", "lg": -118.18333, "lat": 33.78333, "name": "Long Beach"}, "date-ut": "1952-12-13 02:45"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1080"}}, "raw": {"H": "18:45", "TZ": "8h", "DAY": "12", "LAT": "33N47", "LON": "118W11", "MON": "12", "NUM": "1080", "PRO": "SP", "YEA": "1952", "CICO": "Long Beach, CA", "NAME": "Rigby Cathy"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["gymnast"]], "ids-in-sources": {"rawlins-ertel-irving": "292"}}, "raw": {"LA1": "33", "LA2": "46", "LO1": "118", "LO2": "11", "AMPM": "P", "MARS": "15", "NAME": "Rigby", "BATCH": "1", "Satz#": "292", "GEBDAT": "12 12 1952", "GEBORT": "CA", "GEBZEIT": "6 45", "VORNAME": "Cathy", "SPORTART": "GYMN", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "F", "occus": ["gymnast"], "partial-ids": {"ertel": "ES-3505"}}, "raw": {"L": "", "MF": "F", "NR": "3505", "ENG": "", "MA_": "0", "G_NR": "1080", "MA12": "5", "MARS": "15", "NAME": "Rigby", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-9,100", "CSINR": "292", "KURTZ": "", "PHAS_": "27,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "12.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Cathy", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "12.12.1952", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "GYMN", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1688	rijvers-cornelis-1926-05-27	{"a1": "1689", "3a_sports": "3508"}	{"ertel": "ES-3508", "lerrcp": "A1-1689"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cornelis", "family": "Rijvers", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-05-27 04:00", "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "PRINSENBEEK", "geoid": 0}, "notime": null, "date-ut": "1926-05-27 02:40:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Cornelis", "family": "Rijvers"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "PRINSENBEEK", "geoid": 0}, "date-ut": "1926-05-27 02:40:28"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1689"}, "ids-in-sources": {"a1": "1689"}}, "raw": {"H": "2", "MN": "40", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "27", "LAT": "51N42", "LON": "5E19", "MON": "5", "NUM": "1689", "PRO": "C", "SEC": "28", "YEA": "1926", "CITY": "PRINSENBEEK"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-05-27 04:00"}, "partial-ids": {"ertel": "ES-3508"}}, "raw": {"L": "", "MF": "", "NR": "3508", "ENG": "1", "MA_": "2", "G_NR": "1689", "MA12": "1", "MARS": "3", "NAME": "Rijvers", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,400", "CSINR": "", "KURTZ": "", "PHAS_": "99,600", "STUND": "4,00", "CFEPNR": "", "EXTEND": "1", "NATION": "NET", "TAGMON": "27.05.", "ZITATE": "O", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Cornelis", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "27.05.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
470	riva-giovanni-1895-03-03	{"a1": "470", "3a_sports": "3516"}	{"ertel": "ES-3516", "lerrcp": "A1-470"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Riva", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1895-03-03 20:00", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1895-03-03 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Riva"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1895-03-03 19:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-470"}, "ids-in-sources": {"a1": "470"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "3", "LAT": "45N30", "LON": "9E15", "MON": "3", "NUM": "470", "PRO": "C", "SEC": "0", "YEA": "1895", "CITY": "MILANO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1895-03-03 20:00"}, "partial-ids": {"ertel": "ES-3516"}}, "raw": {"L": "", "MF": "", "NR": "3516", "ENG": "1", "MA_": "2", "G_NR": "470", "MA12": "4", "MARS": "12", "NAME": "Riva", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "34,100", "STUND": "20,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "03.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giovanni", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.03.1895", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:36+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16130	rivera-gianni-1943-08-18	{"d6": "343", "3a_sports": "3517"}	{"ertel": "ES-3517", "lerrcp": "D6-343"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gianni", "family": "Rivera", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-08-18 12:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 8.61667, "lat": 44.91667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Gianni", "family": "Rivera"}, "birth": {"date": "1943-08-18 12:45", "place": {"cy": "IT", "lg": 8.61667, "lat": 44.91667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "343"}}, "raw": {"H": "12", "MN": "45", "DAY": "18", "LAT": "44N55", "LON": "08E37", "MON": "8", "NUM": "343", "SEC": "0", "YEA": "1943", "NAME": "Rivera Gianni"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-3517"}}, "raw": {"L": "", "MF": "", "NR": "3517", "ENG": "", "MA_": "0", "G_NR": "343", "MA12": "6", "MARS": "16", "NAME": "Rivera", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-4,900", "CSINR": "", "KURTZ": "", "PHAS_": "93,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "18.08.", "ZITATE": "DWSF", "ZITSUM": "4", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gianni", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "18.08.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:36+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
471	robbiano-leonida-1895-10-16	{"a1": "471", "3a_sports": "3520"}	{"ertel": "ES-3520", "lerrcp": "A1-471"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leonida", "family": "Robbiano", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1895-10-16 16:00", "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "notime": null, "date-ut": "1895-10-16 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Leonida", "family": "Robbiano"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ROMA", "geoid": 0}, "date-ut": "1895-10-16 15:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-471"}, "ids-in-sources": {"a1": "471"}}, "raw": {"H": "16", "MN": "0", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "16", "LAT": "41N54", "LON": "12E30", "MON": "10", "NUM": "471", "PRO": "C", "SEC": "0", "YEA": "1895", "CITY": "ROMA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1895-10-16 16:00"}, "partial-ids": {"ertel": "ES-3520"}}, "raw": {"L": "", "MF": "", "NR": "3520", "ENG": "", "MA_": "0", "G_NR": "471", "MA12": "6", "MARS": "16", "NAME": "Robbiano", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,500", "CSINR": "", "KURTZ": "", "PHAS_": "7,300", "STUND": "16,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "16.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Leonida", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.10.1895", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:36+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
875	riviere-roger-1936-02-23	{"a1": "875", "3a_sports": "3518", "cfepp-final3": "365"}	{"cfepp": "CF-365", "ertel": "ES-3518", "lerrcp": "A1-875"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Riviere", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1936-02-23 01:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1936-02-23 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Riviere"}, "birth": {"tzo": "+00:00", "date": "1936-02-23 01:00", "place": {"c2": "42", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1936-02-23 01:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-875"}, "ids-in-sources": {"a1": "875"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "42", "COU": "F", "DAY": "23", "LAT": "45N26", "LON": "4E23", "MON": "2", "NUM": "875", "PRO": "C", "SEC": "0", "YEA": "1936", "CITY": "ST-ETIENNE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1936-02-23 01:00"}, "partial-ids": {"ertel": "ES-3518"}}, "raw": {"L": "", "MF": "", "NR": "3518", "ENG": "", "MA_": "1", "G_NR": "875", "MA12": "9", "MARS": "27", "NAME": "Riviere", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,800", "CSINR": "", "KURTZ": "", "PHAS_": "0,200", "STUND": "1,00", "CFEPNR": "365", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.02.", "ZITATE": "DHSFO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "6", "GAUQ1955": "+", "GEBDATUM": "23.02.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:36+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1936-02-23 01:00", "place": {"c3": ""}, "date-ut": "1936-02-23 01:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "365"}}, "raw": {"S": "9", "LT": "01 00", "LV": "M", "TR": "f", "UT": "01 00", "LAT": "+45.43", "SRC": "L", "LONG": "-04.39", "NAME": "RIVIERE Roger", "SPORT": "Cycling", "LOC_DATE": "1936 02 23", "UNIV_DATE": "1936 02 23", "BIRTH_PLACE": "ST ETIENNE", "POSTAL_CODE": "42007 CEDEX"}, "date": "2023-08-20T14:46:01+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
17318	roberts-john-1921-01-01	{"d10": "1084", "3a_sports": "3524"}	{"ertel": "ES-3524", "lerrcp": "D10-1084"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Roberts", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1921-01-01 21:00", "note": null, "place": {"c1": null, "c2": "MN", "c3": null, "cy": "US", "lg": -94, "lat": 44.16667, "name": "Mankato", "geoid": null}, "notime": null, "date-ut": "1921-01-02 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "John", "family": "Roberts"}, "birth": {"tzo": "-06:00", "date": "1921-01-01 21:00", "place": {"c2": "MN", "cy": "US", "lg": -94, "lat": 44.16667, "name": "Mankato"}, "date-ut": "1921-01-02 03:00"}, "occus": ["military-personnel"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1084"}}, "raw": {"H": "21:00", "TZ": "6h", "DAY": "1", "LAT": "44N10", "LON": "94W0", "MON": "1", "NUM": "1084", "PRO": "MI", "YEA": "1921", "CICO": "Mankato, MN", "NAME": "Roberts John"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["motor-sports-competitor"], "partial-ids": {"ertel": "ES-3524"}}, "raw": {"L": "", "MF": "", "NR": "3524", "ENG": "", "MA_": "0", "G_NR": "1084", "MA12": "9", "MARS": "25", "NAME": "Roberts", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "5,800", "CSINR": "", "KURTZ": "", "PHAS_": "9,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "31.12.", "ZITATE": "HF", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ken", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "31.12.1951", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "MOTO", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:36+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16132	robertson-lawson-1883-09-23	{"d6": "345", "3a_sports": "3526"}	{"ertel": "ES-3526", "lerrcp": "D6-345"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lawson", "family": "Robertson", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1883-09-23 09:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -2.06667, "lat": 57.16667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Lawson", "family": "Robertson"}, "birth": {"date": "1883-09-23 09:00", "place": {"cy": "GB", "lg": -2.06667, "lat": 57.16667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "345"}}, "raw": {"H": "9", "MN": "0", "DAY": "23", "LAT": "57N10", "LON": "02W04", "MON": "9", "NUM": "345", "SEC": "0", "YEA": "1883", "NAME": "Robertson Lawson"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-3526"}}, "raw": {"L": "", "MF": "", "NR": "3526", "ENG": "1", "MA_": "2", "G_NR": "345", "MA12": "4", "MARS": "11", "NAME": "Robertson", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-11,00", "CSINR": "", "KURTZ": "", "PHAS_": "56,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "SCO", "TAGMON": "23.09.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Lawson", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "23.09.1883", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:36+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
729	rocci-lorenzo-1928-05-04	{"a1": "729", "3a_sports": "3533"}	{"ertel": "ES-3533", "lerrcp": "A1-729"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lorenzo", "family": "Rocci", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-05-04 07:30", "note": null, "place": {"c1": null, "c2": "CS", "c3": null, "cy": "IT", "lg": 16.03959, "lat": 39.35989, "name": "Paola", "geoid": 2523888}, "notime": null, "date-ut": "1928-05-04 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Lorenzo", "family": "Rocci"}, "birth": {"place": {"c2": "CS", "cy": "IT", "lg": 16.03959, "lat": 39.35989, "name": "Paola", "geoid": 2523888}, "date-ut": "1928-05-04 06:30"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-729"}, "ids-in-sources": {"a1": "729"}}, "raw": {"H": "7", "MN": "30", "TZ": "-1", "COD": "CS", "COU": "I", "DAY": "4", "LAT": "39N18", "LON": "16E30", "MON": "5", "NUM": "729", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "PAOLA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-05-04 07:30"}, "partial-ids": {"ertel": "ES-3533"}}, "raw": {"L": "", "MF": "", "NR": "3533", "ENG": "", "MA_": "0", "G_NR": "729", "MA12": "3", "MARS": "8", "NAME": "Rocci", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,400", "CSINR": "", "KURTZ": "", "PHAS_": "99,300", "STUND": "7,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "04.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Lorenzo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.05.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:36+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17325	rodgers-philamon-1938-04-03	{"d10": "1091", "3a_sports": "3536"}	{"ertel": "ES-3536", "lerrcp": "D10-1091"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philamon", "family": "Rodgers", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1938-04-03 07:45", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -117.15, "lat": 32.71667, "name": "San Diego", "geoid": null}, "notime": null, "date-ut": "1938-04-03 15:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["golfer"]	5	null	[{"new": {"name": {"given": "Philamon", "family": "Rodgers"}, "birth": {"tzo": "-08:00", "date": "1938-04-03 07:45", "place": {"c2": "CA", "cy": "US", "lg": -117.15, "lat": 32.71667, "name": "San Diego"}, "date-ut": "1938-04-03 15:45"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1091"}}, "raw": {"H": "07:45", "TZ": "8h", "DAY": "3", "LAT": "32N43", "LON": "117W9", "MON": "4", "NUM": "1091", "PRO": "SP", "YEA": "1938", "CICO": "San Diego, CA", "NAME": "Rodgers Philamon"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["golfer"], "partial-ids": {"ertel": "ES-3536"}}, "raw": {"L": "", "MF": "", "NR": "3536", "ENG": "1", "MA_": "2", "G_NR": "1091", "MA12": "1", "MARS": "1", "NAME": "Rodgers", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "4,300", "CSINR": "", "KURTZ": "", "PHAS_": "6,200", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "03.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Philamon Webster", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.04.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "GOLF", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:36+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1371	rodriguez-sauveur-1920-10-17	{"a1": "1372", "g55": "03-283", "3a_sports": "3538"}	{"g55": "03-283", "ertel": "ES-3538", "lerrcp": "A1-1372"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sauveur", "family": "Rodriguez", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-10-17 01:00", "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": -0.63085, "lat": 35.18994, "name": "Sidi Bel Abbès", "geoid": 2481007}, "notime": null, "date-ut": "1920-10-17 01:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Sauveur", "family": "Rodriguez"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": -0.63085, "lat": 35.18994, "name": "Sidi Bel Abbès", "geoid": 2481007}, "date-ut": "1920-10-17 01:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1372"}, "ids-in-sources": {"a1": "1372"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "17", "LAT": "35N20", "LON": "0W45", "MON": "10", "NUM": "1372", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "SIDI-BEL-ABBES"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-10-17 01:00"}, "partial-ids": {"ertel": "ES-3538"}}, "raw": {"L": "", "MF": "", "NR": "3538", "ENG": "", "MA_": "0", "G_NR": "1372", "MA12": "8", "MARS": "24", "NAME": "Rodriguez", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,600", "CSINR": "", "KURTZ": "", "PHAS_": "23,000", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Auveur", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "17.10.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:36+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-283"}, "ids-in-source": {"g55": "03-283"}}, "raw": {"DAY": "17-10-1920", "HOUR": "1 h.", "NAME": "RODRIGUEZ Sauveur", "PLACE": "Sidi-Bel-Abbès (Algérie)."}, "date": "2023-08-20T14:48:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
16136	rodzig-bruno-1935-05-29	{"d6": "349", "3a_sports": "3539", "cfepp-final3": "550"}	{"cfepp": "CF-550", "ertel": "ES-3539", "lerrcp": "D6-349"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Rodzig", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1935-05-29 04:30", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": -5.92, "lat": 49.17, "name": "GIRAUMONT", "geoid": null}, "notime": null, "date-ut": "1935-05-29 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Bruno", "family": "Rodzig"}, "birth": {"date": "1935-05-29 04:30", "place": {"cy": "FR", "lg": 5.85, "lat": 49.16667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "349"}}, "raw": {"H": "4", "MN": "30", "DAY": "29", "LAT": "49N10", "LON": "05E51", "MON": "5", "NUM": "349", "SEC": "0", "YEA": "1935", "NAME": "Rodzig Bruno"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-3539"}}, "raw": {"L": "", "MF": "", "NR": "3539", "ENG": "", "MA_": "1", "G_NR": "349", "MA12": "7", "MARS": "21", "NAME": "Rodzik", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-8,600", "CSINR": "", "KURTZ": "", "PHAS_": "13,400", "STUND": "", "CFEPNR": "550", "EXTEND": "", "NATION": "FRA", "TAGMON": "29.05.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bruno", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "29.05.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:36+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1935-05-29 04:30", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": -5.92, "lat": 49.17, "name": "GIRAUMONT"}, "date-ut": "1935-05-29 03:30"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "550"}}, "raw": {"S": "7", "LT": "04 30", "LV": "I21", "TR": "f", "UT": "03 30", "LAT": "+49.17", "SRC": "L", "LONG": "-05.92", "NAME": "RODZIK Bruno", "SPORT": "Soccer", "LOC_DATE": "1935 05 29", "UNIV_DATE": "1935 05 29", "BIRTH_PLACE": "GIRAUMONT", "POSTAL_CODE": "54780"}, "date": "2023-08-20T14:46:05+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
878	rolland-amedee-1914-01-22	{"a1": "878", "g55": "03-192", "3a_sports": "3546"}	{"g55": "03-192", "ertel": "ES-3546", "lerrcp": "A1-878"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amédée", "family": "Rolland", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1914-01-22 04:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1914-01-22 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Amédée", "family": "Rolland"}, "birth": {"tzo": "+00:00", "date": "1914-01-22 04:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1914-01-22 04:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-878"}, "ids-in-sources": {"a1": "878"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "06", "COU": "F", "DAY": "22", "LAT": "43N42", "LON": "7E16", "MON": "1", "NUM": "878", "PRO": "C", "SEC": "0", "YEA": "1914", "CITY": "NICE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1914-01-22 04:00"}, "partial-ids": {"ertel": "ES-3546"}}, "raw": {"L": "", "MF": "", "NR": "3546", "ENG": "", "MA_": "0", "G_NR": "878", "MA12": "6", "MARS": "17", "NAME": "Rolland", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "19,300", "STUND": "4,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Amédée", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "22.01.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:36+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-192"}, "ids-in-source": {"g55": "03-192"}}, "raw": {"DAY": "22-1-1914", "HOUR": "4 h.", "NAME": "ROLLAND Amédée", "PLACE": "Nice (Alpes-Maritimes)."}, "date": "2023-08-20T14:48:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1981	roge-lucien-1932-10-18	{"a1": "1983", "3a_sports": "3543", "cfepp-final3": "940"}	{"cfepp": "CF-940", "cpara": "CP-373", "ertel": "ES-3543", "lerrcp": "A1-1983"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Roge", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1932-10-18 18:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.88333, "lat": 43.61667, "name": "Cessenon", "geoid": 0}, "notime": null, "date-ut": "1932-10-18 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Roge"}, "birth": {"tzo": "+00:00", "date": "1932-10-18 18:00", "place": {"c2": "34", "cy": "FR", "lg": 3.88333, "lat": 43.61667, "name": "Cessenon", "geoid": 0}, "date-ut": "1932-10-18 18:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1983"}, "ids-in-sources": {"a1": "1983"}}, "raw": {"H": "18", "MN": "0", "TZ": "0", "COD": "34", "COU": "F", "DAY": "18", "LAT": "43N37", "LON": "3E53", "MON": "10", "NUM": "1983", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "CESSENON"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-10-18 18:00"}, "partial-ids": {"ertel": "ES-3543"}}, "raw": {"L": "", "MF": "", "NR": "3543", "ENG": "", "MA_": "0", "G_NR": "1983", "MA12": "9", "MARS": "25", "NAME": "Roge", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,100", "CSINR": "", "KURTZ": "", "PHAS_": "89,500", "STUND": "18,00", "CFEPNR": "940", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.10.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "373", "VORNAME": "Lucien", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "18.10.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:36+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1932-10-18 18:00", "place": {"c3": ""}, "date-ut": "1932-10-18 18:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "940"}}, "raw": {"S": "9", "LT": "18 00", "LV": "I16", "TR": "f", "UT": "18 00", "LAT": "+43.45", "SRC": "L", "LONG": "-03.05", "NAME": "ROGE Lucien", "SPORT": "Rugby Union", "LOC_DATE": "1932 10 18", "UNIV_DATE": "1932 10 18", "BIRTH_PLACE": "CESSENON", "POSTAL_CODE": "34460"}, "date": "2023-08-20T14:46:15+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
222	romanet-bernard-1894-01-28	{"a1": "222", "3a_sports": "3554"}	{"ertel": "ES-3554", "lerrcp": "A1-222"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Romanet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1894-01-28 10:30", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 46.3, "name": "Stmauricedesath", "geoid": 0}, "notime": null, "date-ut": "1894-01-28 19:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Romanet"}, "birth": {"tzo": "+00:09:21", "date": "1894-01-28 19:30", "place": {"c2": "71", "cy": "FR", "lg": 4.83333, "lat": 46.3, "name": "Stmauricedesath", "geoid": 0}, "date-ut": "1894-01-28 19:20:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-222"}, "ids-in-sources": {"a1": "222"}}, "raw": {"H": "19", "MN": "20", "TZ": "0", "COD": "71", "COU": "F", "DAY": "28", "LAT": "46N18", "LON": "4E50", "MON": "1", "NUM": "222", "PRO": "C", "SEC": "40", "YEA": "1894", "CITY": "STMAURICEDESATH"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1894-01-28 10:30"}, "partial-ids": {"ertel": "ES-3554"}}, "raw": {"L": "", "MF": "", "NR": "3554", "ENG": "", "MA_": "1", "G_NR": "222", "MA12": "9", "MARS": "26", "NAME": "Romanet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,800", "CSINR": "", "KURTZ": "", "PHAS_": "57,100", "STUND": "10,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Bernard", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.01.1894", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:36+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1119	ronsse-georges-1906-03-04	{"a1": "1119", "3a_sports": "3560"}	{"ertel": "ES-3560", "lerrcp": "A1-1119"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Ronsse", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1906-03-04 23:30", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1906-03-04 23:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Ronsse"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1906-03-04 23:30:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1119"}, "ids-in-sources": {"a1": "1119"}}, "raw": {"H": "23", "MN": "30", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "4", "LAT": "51N14", "LON": "4E30", "MON": "3", "NUM": "1119", "PRO": "C", "SEC": "0", "YEA": "1906", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1906-03-04 23:30"}, "partial-ids": {"ertel": "ES-3560"}}, "raw": {"L": "", "MF": "", "NR": "3560", "ENG": "", "MA_": "0", "G_NR": "1119", "MA12": "8", "MARS": "23", "NAME": "Ronsse", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,500", "CSINR": "", "KURTZ": "", "PHAS_": "55,900", "STUND": "23,50", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "04.03.", "ZITATE": "DGHFO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "04.03.1906", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:36+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1593	rosa-franco-1932-05-01	{"a1": "1594", "3a_sports": "3567"}	{"ertel": "ES-3567", "lerrcp": "A1-1594"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franco", "family": "Rosa", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-05-01 09:35", "note": null, "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 8.92375, "lat": 45.19736, "name": "Garlasco", "geoid": 3176299}, "notime": null, "date-ut": "1932-05-01 08:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Franco", "family": "Rosa"}, "birth": {"place": {"c2": "PV", "cy": "IT", "lg": 8.92375, "lat": 45.19736, "name": "Garlasco", "geoid": 3176299}, "date-ut": "1932-05-01 08:35"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1594"}, "ids-in-sources": {"a1": "1594"}}, "raw": {"H": "9", "MN": "35", "TZ": "-1", "COD": "PV", "COU": "I", "DAY": "1", "LAT": "45N12", "LON": "9E 0", "MON": "5", "NUM": "1594", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "GARLASCO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-05-01 09:35"}, "partial-ids": {"ertel": "ES-3567"}}, "raw": {"L": "", "MF": "", "NR": "3567", "ENG": "", "MA_": "0", "G_NR": "1594", "MA12": "3", "MARS": "7", "NAME": "Rosa", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,100", "CSINR": "", "KURTZ": "", "PHAS_": "19,100", "STUND": "9,58", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Franco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.05.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:36+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16138	rosato-roberto-1943-08-18	{"d6": "351", "3a_sports": "3568"}	{"ertel": "ES-3568", "lerrcp": "D6-351"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roberto", "family": "Rosato", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-08-18 00:50", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 7.81667, "lat": 45.01667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Roberto", "family": "Rosato"}, "birth": {"date": "1943-08-18 00:50", "place": {"cy": "IT", "lg": 7.81667, "lat": 45.01667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "351"}}, "raw": {"H": "0", "MN": "50", "DAY": "18", "LAT": "45N01", "LON": "07E49", "MON": "8", "NUM": "351", "SEC": "0", "YEA": "1943", "NAME": "Rosato Roberto"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-3568"}}, "raw": {"L": "", "MF": "", "NR": "3568", "ENG": "1", "MA_": "2", "G_NR": "351", "MA12": "1", "MARS": "1", "NAME": "Rosato", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-4,900", "CSINR": "", "KURTZ": "", "PHAS_": "93,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "18.08.", "ZITATE": "DWS", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Roberto", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "18.08.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:36+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17331	rosburg-bob-1926-10-21	{"d10": "1097", "3a_sports": "3569"}	{"ertel": "ES-3569", "lerrcp": "D10-1097"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bob", "family": "Rosburg", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1926-10-21 09:20", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1926-10-21 17:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["golfer"]	5	null	[{"new": {"name": {"given": "Bob", "family": "Rosburg"}, "birth": {"tzo": "-08:00", "date": "1926-10-21 09:20", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1926-10-21 17:20"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1097"}}, "raw": {"H": "09:20", "TZ": "8h", "DAY": "21", "LAT": "37N47", "LON": "122W25", "MON": "10", "NUM": "1097", "PRO": "SP", "YEA": "1926", "CICO": "San Francisco, CA", "NAME": "Rosburg Bob"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["golfer"], "partial-ids": {"ertel": "ES-3569"}}, "raw": {"L": "", "MF": "", "NR": "3569", "ENG": "", "MA_": "1", "G_NR": "1097", "MA12": "7", "MARS": "21", "NAME": "Rosburg", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "2,100", "CSINR": "", "KURTZ": "", "PHAS_": "99,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "21.10.", "ZITATE": "DX", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Bob (Robert)", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "21.10.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "GOLF", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:36+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1595	rosetta-virgilio-1902-02-24	{"a1": "1596", "3a_sports": "3574"}	{"ertel": "ES-3574", "lerrcp": "A1-1596"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Virgilio", "family": "Rosetta", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1902-02-24 07:30", "note": null, "place": {"c1": null, "c2": "VC", "c3": null, "cy": "IT", "lg": 8.41533, "lat": 45.32306, "name": "Vercelli", "geoid": 3164565}, "notime": null, "date-ut": "1902-02-24 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Virgilio", "family": "Rosetta"}, "birth": {"place": {"c2": "VC", "cy": "IT", "lg": 8.41533, "lat": 45.32306, "name": "Vercelli", "geoid": 3164565}, "date-ut": "1902-02-24 06:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1596"}, "ids-in-sources": {"a1": "1596"}}, "raw": {"H": "7", "MN": "30", "TZ": "-1", "COD": "VC", "COU": "I", "DAY": "24", "LAT": "45N24", "LON": "8E30", "MON": "2", "NUM": "1596", "PRO": "C", "SEC": "0", "YEA": "1902", "CITY": "VERCELLI"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1902-02-24 07:30"}, "partial-ids": {"ertel": "ES-3574"}}, "raw": {"L": "", "MF": "", "NR": "3574", "ENG": "0", "MA_": "2", "G_NR": "1596", "MA12": "12", "MARS": "36", "NAME": "Rosetta", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,100", "CSINR": "", "KURTZ": "", "PHAS_": "97,500", "STUND": "7,50", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "24.02.", "ZITATE": "KWO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Virgilio", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "24.02.1902", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:36+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1121	rosseel-andre-1924-11-23	{"a1": "1121", "3a_sports": "3581"}	{"ertel": "ES-3581", "lerrcp": "A1-1121"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Rosseel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-11-23 15:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "LAUWE", "geoid": 0}, "notime": null, "date-ut": "1924-11-23 15:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "André", "family": "Rosseel"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "LAUWE", "geoid": 0}, "date-ut": "1924-11-23 15:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1121"}, "ids-in-sources": {"a1": "1121"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "23", "LAT": "51N13", "LON": "3E15", "MON": "11", "NUM": "1121", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "LAUWE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-11-23 15:00"}, "partial-ids": {"ertel": "ES-3581"}}, "raw": {"L": "", "MF": "", "NR": "3581", "ENG": "1", "MA_": "2", "G_NR": "1121", "MA12": "1", "MARS": "3", "NAME": "Rosseel", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,100", "CSINR": "", "KURTZ": "", "PHAS_": "18,500", "STUND": "15,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "23.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.11.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1983	rossi-francis-1937-11-07	{"a1": "1985", "3a_sports": "3588"}	{"ertel": "ES-3588", "lerrcp": "A1-1985"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Rossi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1937-11-07 07:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1937-11-07 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Francis", "family": "Rossi"}, "birth": {"tzo": "+00:00", "date": "1937-11-07 07:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1937-11-07 07:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1985"}, "ids-in-sources": {"a1": "1985"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "13", "COU": "F", "DAY": "7", "LAT": "43N18", "LON": "5E22", "MON": "11", "NUM": "1985", "PRO": "C", "SEC": "0", "YEA": "1937", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1937-11-07 07:00"}, "partial-ids": {"ertel": "ES-3588"}}, "raw": {"L": "", "MF": "", "NR": "3588", "ENG": "", "MA_": "1", "G_NR": "1985", "MA12": "10", "MARS": "30", "NAME": "Rossi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,500", "CSINR": "", "KURTZ": "", "PHAS_": "12,600", "STUND": "7,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Francis", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.11.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1123	rossius-jan-1890-12-27	{"a1": "1123", "3a_sports": "3591"}	{"ertel": "ES-3591", "lerrcp": "A1-1123"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Rossius", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1890-12-27 11:00", "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "CEREXHE-HEUSEUX", "geoid": 0}, "notime": null, "date-ut": "1890-12-27 10:38:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Rossius"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "CEREXHE-HEUSEUX", "geoid": 0}, "date-ut": "1890-12-27 10:38:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1123"}, "ids-in-sources": {"a1": "1123"}}, "raw": {"H": "10", "MN": "38", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "27", "LAT": "50N39", "LON": "5E30", "MON": "12", "NUM": "1123", "PRO": "C", "SEC": "0", "YEA": "1890", "CITY": "CEREXHE-HEUSEUX"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1890-12-27 11:00"}, "partial-ids": {"ertel": "ES-3591"}}, "raw": {"L": "", "MF": "", "NR": "3591", "ENG": "1", "MA_": "2", "G_NR": "1123", "MA12": "1", "MARS": "1", "NAME": "Rossius", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,500", "CSINR": "", "KURTZ": "", "PHAS_": "99,400", "STUND": "11,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "27.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jan", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.12.1890", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1596	rota-batista-1932-07-18	{"a1": "1597", "3a_sports": "3597"}	{"ertel": "ES-3597", "lerrcp": "A1-1597"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Batista", "family": "Rota", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-07-18 20:00", "note": null, "place": {"c1": null, "c2": "BG", "c3": null, "cy": "IT", "lg": 9.66895, "lat": 45.69798, "name": "Bergamo", "geoid": 3182164}, "notime": null, "date-ut": "1932-07-18 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Batista", "family": "Rota"}, "birth": {"place": {"c2": "BG", "cy": "IT", "lg": 9.66895, "lat": 45.69798, "name": "Bergamo", "geoid": 3182164}, "date-ut": "1932-07-18 19:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1597"}, "ids-in-sources": {"a1": "1597"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "BG", "COU": "I", "DAY": "18", "LAT": "45N36", "LON": "9E45", "MON": "7", "NUM": "1597", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "BERGAMO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-07-18 20:00"}, "partial-ids": {"ertel": "ES-3597"}}, "raw": {"L": "", "MF": "", "NR": "3597", "ENG": "", "MA_": "0", "G_NR": "1597", "MA12": "8", "MARS": "24", "NAME": "Rota", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,100", "CSINR": "", "KURTZ": "", "PHAS_": "99,900", "STUND": "20,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "18.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Battista", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.07.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1985	rouqueirol-jean-1933-04-19	{"a1": "1987", "3a_sports": "3601"}	{"ertel": "ES-3601", "lerrcp": "A1-1987"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Rouqueirol", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1933-04-19 10:30", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35, "lat": 43.85, "name": "Aramont", "geoid": 0}, "notime": null, "date-ut": "1933-04-19 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Rouqueirol"}, "birth": {"tzo": "+01:00", "date": "1933-04-19 10:30", "place": {"c2": "30", "cy": "FR", "lg": 4.35, "lat": 43.85, "name": "Aramont", "geoid": 0}, "date-ut": "1933-04-19 09:30"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1987"}, "ids-in-sources": {"a1": "1987"}}, "raw": {"H": "9", "MN": "30", "TZ": "0", "COD": "30", "COU": "F", "DAY": "19", "LAT": "43N51", "LON": "4E21", "MON": "4", "NUM": "1987", "PRO": "C", "SEC": "0", "YEA": "1933", "CITY": "ARAMONT"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1933-04-19 10:30"}, "partial-ids": {"ertel": "ES-3601"}}, "raw": {"L": "", "MF": "", "NR": "3601", "ENG": "", "MA_": "1", "G_NR": "1987", "MA12": "10", "MARS": "30", "NAME": "Rouqueirol", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,40", "CSINR": "", "KURTZ": "", "PHAS_": "30,700", "STUND": "10,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "19.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.04.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2082	rouland-edouard-1903-04-27	{"a1": "2084", "g55": "03-469", "3a_sports": "3600", "cfepp-final3": "1056"}	{"g55": "03-469", "cfepp": "CF-1056", "ertel": "ES-3600", "lerrcp": "A1-2084"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Rouland", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1903-04-27 17:00", "note": null, "place": {"c1": null, "c2": "60", "c3": "", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Orry-la-Ville", "geoid": 0}, "notime": null, "date-ut": "1903-04-27 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sport-shooter"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Rouland"}, "birth": {"tzo": "+00:09:21", "date": "1903-04-27 17:00", "place": {"c2": "60", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Orry-la-V", "geoid": 0}, "date-ut": "1903-04-27 16:50:40"}, "occus": ["sport-shooter"], "trust": 5, "partial_ids": {"lerrcp": "A1-2084"}, "ids-in-sources": {"a1": "2084"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "60", "COU": "F", "DAY": "27", "LAT": "49N26", "LON": "2E 5", "MON": "4", "NUM": "2084", "PRO": "C", "SEC": "40", "YEA": "1903", "CITY": "ORRY-LA-V"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1903-04-27 17:00"}, "partial-ids": {"ertel": "ES-3600"}}, "raw": {"L": "", "MF": "", "NR": "3600", "ENG": "1", "MA_": "2", "G_NR": "2084", "MA12": "1", "MARS": "3", "NAME": "Rouland", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,600", "CSINR": "", "KURTZ": "", "PHAS_": "0,400", "STUND": "17,00", "CFEPNR": "1056", "EXTEND": "1", "NATION": "FRA", "TAGMON": "27.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Edouard", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "27.04.1903", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SHOO", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1903-04-27 17:00", "place": {"c3": ""}, "date-ut": "1903-04-27 16:51"}, "occus": ["sport-shooter"], "ids-in-sources": {"cfepp-final3": "1056"}}, "raw": {"S": "1", "LT": "17 00", "LV": "FI", "TR": "f", "UT": "16 51", "LAT": "+49.13", "SRC": "AG", "LONG": "-02.51", "NAME": "ROULAND Edouard", "SPORT": "Shooting", "LOC_DATE": "1903 04 27", "UNIV_DATE": "1903 04 27", "BIRTH_PLACE": "ORRY LA VILLE", "POSTAL_CODE": "60560"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Orry-la-Ville"}}, "partial-ids": {"g55": "03-469"}, "ids-in-source": {"g55": "03-469"}}, "raw": {"DAY": "27-4-1903", "HOUR": "17 h.", "NAME": "ROULAND Edouard", "PLACE": "Orry-la-Ville (Oise)."}, "date": "2023-08-20T14:48:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
224	roy-jules-1907-10-22	{"a1": "224", "a6": "712", "3a_sports": "3612"}	{"ertel": "ES-3612", "lerrcp": "A1-224"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Roy", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1907-10-22 18:00", "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 3.28079, "lat": 36.73829, "name": "Rouiba", "geoid": 2482908}, "notime": null, "date-ut": "1907-10-22 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot", "novelist"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Roy"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 3.28079, "lat": 36.73829, "name": "Rouiba", "geoid": 2482908}, "date-ut": "1907-10-22 17:50:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-224"}, "ids-in-sources": {"a1": "224"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "22", "LAT": "36N47", "LON": "3E 0", "MON": "10", "NUM": "224", "PRO": "C", "SEC": "40", "YEA": "1907", "CITY": "ROUIBA"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "712"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "22", "LAT": "36N47", "LON": "3E 0", "MON": "10", "NUM": "712", "PRO": "W", "SEC": "40", "YEA": "1907", "CITY": "ROVIGO"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:51+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "M", "birth": {"date": "1907-10-22 18:00"}, "partial-ids": {"ertel": "ES-3612"}}, "raw": {"L": "", "MF": "", "NR": "3612", "ENG": "0", "MA_": "2", "G_NR": "224", "MA12": "3", "MARS": "9", "NAME": "Roy", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,200", "CSINR": "", "KURTZ": "", "PHAS_": "99,400", "STUND": "18,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "22.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jules", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.10.1907", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1703	rousseau-maurice-1906-09-28	{"a1": "1704", "g55": "03-308", "3a_sports": "3603"}	{"g55": "03-308", "ertel": "ES-3603", "lerrcp": "A1-1704"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Rousseau", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1906-09-28 20:00", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.46426, "lat": 46.89226, "name": "La Machine", "geoid": 3008391}, "notime": null, "date-ut": "1906-09-28 19:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["gymnast"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Rousseau"}, "birth": {"tzo": "+00:09:21", "date": "1906-09-28 20:00", "place": {"c2": "58", "cy": "FR", "lg": 3.46426, "lat": 46.89226, "name": "La Machine", "geoid": 3008391}, "date-ut": "1906-09-28 19:50:40"}, "occus": ["gymnast"], "trust": 5, "partial_ids": {"lerrcp": "A1-1704"}, "ids-in-sources": {"a1": "1704"}}, "raw": {"H": "19", "MN": "50", "TZ": "0", "COD": "58", "COU": "F", "DAY": "28", "LAT": "46N59", "LON": "3E 9", "MON": "9", "NUM": "1704", "PRO": "C", "SEC": "40", "YEA": "1906", "CITY": "LA MACHINE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1906-09-28 20:00"}, "partial-ids": {"ertel": "ES-3603"}}, "raw": {"L": "", "MF": "", "NR": "3603", "ENG": "", "MA_": "0", "G_NR": "1704", "MA12": "8", "MARS": "24", "NAME": "Rousseau", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,600", "CSINR": "", "KURTZ": "", "PHAS_": "78,800", "STUND": "20,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Maurice", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "28.09.1906", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "GYMN", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-308"}, "ids-in-source": {"g55": "03-308"}}, "raw": {"DAY": "28-9-1906", "HOUR": "20 h.", "NAME": "ROUSSEAU Maurice", "PLACE": "La Machine (Nièvre)."}, "date": "2023-08-20T14:48:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
675	roustan-rene-1928-06-11	{"a1": "675", "g55": "03-553", "3a_sports": "3606"}	{"g55": "03-553", "ertel": "ES-3606", "lerrcp": "A1-675"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Roustan", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1928-06-11 08:00", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "notime": null, "date-ut": "1928-06-11 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "René", "family": "Roustan"}, "birth": {"tzo": "+01:00", "date": "1928-06-11 08:00", "place": {"c2": "26", "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "date-ut": "1928-06-11 07:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-675"}, "ids-in-sources": {"a1": "675"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "26", "COU": "F", "DAY": "11", "LAT": "44N56", "LON": "4E54", "MON": "6", "NUM": "675", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "VALENCE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-06-11 08:00"}, "partial-ids": {"ertel": "ES-3606"}}, "raw": {"L": "", "MF": "", "NR": "3606", "ENG": "0", "MA_": "2", "G_NR": "675", "MA12": "3", "MARS": "9", "NAME": "Roustan", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,60", "CSINR": "", "KURTZ": "", "PHAS_": "52,800", "STUND": "8,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "11.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "11.06.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-553"}, "ids-in-source": {"g55": "03-553"}}, "raw": {"DAY": "11-6-1928", "HOUR": ". 8 h.", "NAME": "ROUSTAN René", "PLACE": "Valence (Drôme)."}, "date": "2023-08-20T14:48:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1224	ruett-walter-1883-09-12	{"a1": "1225", "3a_sports": "3622"}	{"ertel": "ES-3622", "lerrcp": "A1-1225"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Ruett", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1883-09-12 01:00", "note": null, "place": {"c1": null, "c2": "NORD", "c3": null, "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MORSBACH BEI AA", "geoid": 0}, "notime": null, "date-ut": "1883-09-12 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Walter", "family": "Ruett"}, "birth": {"place": {"c2": "NORD", "cy": "DE", "lg": 7.5, "lat": 51.5, "name": "MORSBACH BEI AA", "geoid": 0}, "date-ut": "1883-09-12 00:30"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1225"}, "ids-in-sources": {"a1": "1225"}}, "raw": {"H": "1", "MN": "30", "TZ": "-1", "COD": "NORD", "COU": "G", "DAY": "12", "LAT": "51N30", "LON": "7E30", "MON": "9", "NUM": "1225", "PRO": "C", "SEC": "0", "YEA": "1883", "CITY": "MORSBACH BEI AA"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1883-09-12 01:00"}, "partial-ids": {"ertel": "ES-3622"}}, "raw": {"L": "", "MF": "", "NR": "3622", "ENG": "1", "MA_": "2", "G_NR": "1225", "MA12": "1", "MARS": "2", "NAME": "Ruett", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,600", "CSINR": "", "KURTZ": "", "PHAS_": "71,800", "STUND": "1,00", "CFEPNR": "", "EXTEND": "1", "NATION": "GER", "TAGMON": "12.09.", "ZITATE": "GH", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Walter", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "12.09.1883", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
473	ruggerone-germano-1874-06-30	{"a1": "473", "3a_sports": "3623"}	{"ertel": "ES-3623", "lerrcp": "A1-473"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Germano", "family": "Ruggerone", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1874-06-30 02:30", "note": null, "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 8.73684, "lat": 45.43477, "name": "Trecate", "geoid": 3165275}, "notime": null, "date-ut": "1874-06-30 01:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Germano", "family": "Ruggerone"}, "birth": {"place": {"c2": "NO", "cy": "IT", "lg": 8.73684, "lat": 45.43477, "name": "Trecate", "geoid": 3165275}, "date-ut": "1874-06-30 01:40:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-473"}, "ids-in-sources": {"a1": "473"}}, "raw": {"H": "2", "MN": "40", "TZ": "-1", "COD": "NO", "COU": "I", "DAY": "30", "LAT": "45N30", "LON": "9E 0", "MON": "6", "NUM": "473", "PRO": "C", "SEC": "4", "YEA": "1874", "CITY": "TRECATE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1874-06-30 02:30"}, "partial-ids": {"ertel": "ES-3623"}}, "raw": {"L": "", "MF": "", "NR": "3623", "ENG": "", "MA_": "0", "G_NR": "473", "MA12": "11", "MARS": "32", "NAME": "Ruggerone", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,600", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "2,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "30.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Germano", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.06.1874", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16144	ruminski-cesar-1924-06-13	{"d6": "357", "3a_sports": "3627"}	{"ertel": "ES-3627", "lerrcp": "D6-357"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "César", "family": "Ruminski", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-06-13 19:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.36667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "César", "family": "Ruminski"}, "birth": {"date": "1924-06-13 19:30", "place": {"cy": "FR", "lg": 3.08333, "lat": 50.36667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "357"}}, "raw": {"H": "19", "MN": "30", "DAY": "13", "LAT": "50N22", "LON": "03E05", "MON": "6", "NUM": "357", "SEC": "0", "YEA": "1924", "NAME": "Ruminski César"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-3627"}}, "raw": {"L": "", "MF": "", "NR": "3627", "ENG": "", "MA_": "1", "G_NR": "357", "MA12": "10", "MARS": "30", "NAME": "Ruminski", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "10,400", "CSINR": "", "KURTZ": "", "PHAS_": "75,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.06.", "ZITATE": "O", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Cesar", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "13.06.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16135	rodighiero-daniel-1940-09-10	{"d6": "348", "3a_sports": "3537", "cfepp-final3": "549"}	{"cfepp": "CF-549", "ertel": "ES-3537", "lerrcp": "D6-348"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "Rodighiero", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-09-10 04:45", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": -2.2, "lat": 48.85, "name": "ST CLOUD", "geoid": null}, "notime": null, "date-ut": "1940-09-10 02:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Daniel", "family": "Rodighiero"}, "birth": {"date": "1940-09-20 04:45", "place": {"cy": "FR", "lg": 2.2, "lat": 48.85}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "348"}}, "raw": {"H": "4", "MN": "45", "DAY": "20", "LAT": "48N51", "LON": "02E12", "MON": "9", "NUM": "348", "SEC": "0", "YEA": "1940", "NAME": "Rodighiero Daniel"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-3537"}}, "raw": {"L": "", "MF": "", "NR": "3537", "ENG": "", "MA_": "0", "G_NR": "348", "MA12": "11", "MARS": "33", "NAME": "Rodighiero", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-4,900", "CSINR": "", "KURTZ": "", "PHAS_": "90,100", "STUND": "", "CFEPNR": "549", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Daniel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "20.09.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:36+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "rodighiero-daniel-1940-09-10", "birth": {"date": "1940-09-10 04:45", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": -2.2, "lat": 48.85, "name": "ST CLOUD"}, "date-ut": "1940-09-10 02:45"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "549"}}, "raw": {"S": "11", "LT": "04 45", "LV": "I2", "TR": "o", "UT": "02 45", "LAT": "+48.85", "SRC": "L", "LONG": "-02.20", "NAME": "RODIGHIERO Daniel", "SPORT": "Soccer", "LOC_DATE": "1940 09 10", "UNIV_DATE": "1940 09 10", "BIRTH_PLACE": "ST CLOUD", "POSTAL_CODE": "92211 CEDEX"}, "date": "2023-08-20T14:46:05+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1125	ryckaert-marcel-1924-07-20	{"a1": "1125", "3a_sports": "3635"}	{"ertel": "ES-3635", "lerrcp": "A1-1125"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Ryckaert", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-07-20 04:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ADEGEM-KRUISPUI", "geoid": 0}, "notime": null, "date-ut": "1924-07-20 03:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Ryckaert"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ADEGEM-KRUISPUI", "geoid": 0}, "date-ut": "1924-07-20 03:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1125"}, "ids-in-sources": {"a1": "1125"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "20", "LAT": "51N 5", "LON": "3E45", "MON": "7", "NUM": "1125", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "ADEGEM-KRUISPUI"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-07-20 04:00"}, "partial-ids": {"ertel": "ES-3635"}}, "raw": {"L": "", "MF": "", "NR": "3635", "ENG": "1", "MA_": "2", "G_NR": "1125", "MA12": "4", "MARS": "11", "NAME": "Ryckaert", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,100", "CSINR": "", "KURTZ": "", "PHAS_": "84,500", "STUND": "4,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "20.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.07.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
979	sacchi-enzo-1926-01-06	{"a1": "979", "3a_sports": "3643"}	{"ertel": "ES-3643", "lerrcp": "A1-979"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enzo", "family": "Sacchi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-01-06 06:25", "note": null, "place": {"c1": null, "c2": "FI", "c3": null, "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "notime": null, "date-ut": "1926-01-06 05:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Enzo", "family": "Sacchi"}, "birth": {"place": {"c2": "FI", "cy": "IT", "lg": 11.25, "lat": 43.76667, "name": "Firenze", "geoid": 3176959}, "date-ut": "1926-01-06 05:25"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-979"}, "ids-in-sources": {"a1": "979"}}, "raw": {"H": "6", "MN": "25", "TZ": "-1", "COD": "FI", "COU": "I", "DAY": "6", "LAT": "43N42", "LON": "11E30", "MON": "1", "NUM": "979", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "FIRENZE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-01-06 06:25"}, "partial-ids": {"ertel": "ES-3643"}}, "raw": {"L": "", "MF": "", "NR": "3643", "ENG": "1", "MA_": "2", "G_NR": "979", "MA12": "1", "MARS": "3", "NAME": "Sacchi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,000", "CSINR": "", "KURTZ": "", "PHAS_": "62,800", "STUND": "6,42", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "06.01.", "ZITATE": "KS", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Enzo", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "06.01.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
85	saelen-julien-1920-08-06	{"a1": "85", "3a_sports": "3644"}	{"ertel": "ES-3644", "lerrcp": "A1-85"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julien", "family": "Saelen", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-08-06 03:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "notime": null, "date-ut": "1920-08-06 02:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Julien", "family": "Saelen"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "date-ut": "1920-08-06 02:00:00"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-85"}, "ids-in-sources": {"a1": "85"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "6", "LAT": "51N13", "LON": "3E15", "MON": "8", "NUM": "85", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "BRUGES"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-08-06 03:00"}, "partial-ids": {"ertel": "ES-3644"}}, "raw": {"L": "", "MF": "", "NR": "3644", "ENG": "", "MA_": "0", "G_NR": "85", "MA12": "8", "MARS": "23", "NAME": "Saelen", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,600", "CSINR": "", "KURTZ": "", "PHAS_": "66,600", "STUND": "3,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "06.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Julien", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.08.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16141	rostagni-jean-paul-1948-01-14	{"d6": "354", "3a_sports": "3593", "cfepp-final3": "551"}	{"cfepp": "CF-551", "ertel": "ES-3593", "lerrcp": "D6-354"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Paul", "family": "Rostagni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-01-14 14:15", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": -7.32, "lat": 43.75, "name": "DRAP", "geoid": null}, "notime": null, "date-ut": "1948-01-14 13:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jean-Paul", "family": "Rostagni"}, "birth": {"date": "1948-01-14 14:15", "place": {"cy": "FR", "lg": 7.31667, "lat": 43.75}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "354"}}, "raw": {"H": "14", "MN": "15", "DAY": "14", "LAT": "43N45", "LON": "07E19", "MON": "1", "NUM": "354", "SEC": "0", "YEA": "1948", "NAME": "Rostagni Jean-Paul"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-3593"}}, "raw": {"L": "", "MF": "", "NR": "3593", "ENG": "", "MA_": "0", "G_NR": "354", "MA12": "9", "MARS": "25", "NAME": "Rostagni", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "3,800", "CSINR": "", "KURTZ": "", "PHAS_": "6,500", "STUND": "", "CFEPNR": "551", "EXTEND": "", "NATION": "FRA", "TAGMON": "14.01.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean-Paul", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "14.01.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1948-01-14 14:15", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": -7.32, "lat": 43.75, "name": "DRAP"}, "date-ut": "1948-01-14 13:15"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "551"}}, "raw": {"S": "9", "LT": "14 15", "LV": "I22", "TR": "f", "UT": "13 15", "LAT": "+43.75", "SRC": "L", "LONG": "-07.32", "NAME": "ROSTAGNI Jean-Paul", "SPORT": "Soccer", "LOC_DATE": "1948 01 14", "UNIV_DATE": "1948 01 14", "BIRTH_PLACE": "DRAP", "POSTAL_CODE": "06340"}, "date": "2023-08-20T14:46:05+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
475	sala-virgilio-1891-07-20	{"a1": "475", "3a_sports": "3654"}	{"ertel": "ES-3654", "lerrcp": "A1-475"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Virgilio", "family": "Sala", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1891-07-20 15:20", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1891-07-20 14:30:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Virgilio", "family": "Sala"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1891-07-20 14:30:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-475"}, "ids-in-sources": {"a1": "475"}}, "raw": {"H": "15", "MN": "30", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "20", "LAT": "45N30", "LON": "9E15", "MON": "7", "NUM": "475", "PRO": "C", "SEC": "4", "YEA": "1891", "CITY": "MILANO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1891-07-20 15:20"}, "partial-ids": {"ertel": "ES-3654"}}, "raw": {"L": "", "MF": "", "NR": "3654", "ENG": "", "MA_": "1", "G_NR": "475", "MA12": "5", "MARS": "13", "NAME": "Sala", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,100", "CSINR": "", "KURTZ": "", "PHAS_": "96,600", "STUND": "15,33", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "20.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Virgilo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.07.1891", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1668	saeys-louis-1887-11-26	{"a1": "1669", "3a_sports": "3646"}	{"cpara": "CP-466", "ertel": "ES-3646", "lerrcp": "A1-1669"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Saeys", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1887-11-26 01:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "notime": null, "date-ut": "1887-11-26 00:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Saeys"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "date-ut": "1887-11-26 00:47:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1669"}, "ids-in-sources": {"a1": "1669"}}, "raw": {"H": "0", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "26", "LAT": "51N13", "LON": "3E15", "MON": "11", "NUM": "1669", "PRO": "C", "SEC": "0", "YEA": "1887", "CITY": "BRUGES"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1887-11-26 01:00"}, "partial-ids": {"ertel": "ES-3646"}}, "raw": {"L": "", "MF": "", "NR": "3646", "ENG": "0", "MA_": "2", "G_NR": "1669", "MA12": "12", "MARS": "36", "NAME": "Saeys", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,800", "CSINR": "", "KURTZ": "", "PHAS_": "81,400", "STUND": "1,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "26.11.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "466", "VORNAME": "Louis", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "26.11.1887", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1799	saleza-jose-1905-12-18	{"a1": "1800", "g55": "03-353", "3a_sports": "3656"}	{"g55": "03-353", "ertel": "ES-3656", "lerrcp": "A1-1800"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "José", "family": "Saleza", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1905-12-18 08:45", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.55684, "lat": 43.48055, "name": "Biarritz", "geoid": 3032797}, "notime": null, "date-ut": "1905-12-18 08:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basque-pelota-player"]	5	null	[{"new": {"name": {"given": "José", "family": "Saleza"}, "birth": {"tzo": "+00:09:21", "date": "1905-12-18 08:45", "place": {"c2": "64", "cy": "FR", "lg": -1.55684, "lat": 43.48055, "name": "Biarritz", "geoid": 3032797}, "date-ut": "1905-12-18 08:35:40"}, "occus": ["basque-pelota-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1800"}, "ids-in-sources": {"a1": "1800"}}, "raw": {"H": "8", "MN": "35", "TZ": "0", "COD": "64", "COU": "F", "DAY": "18", "LAT": "43N18", "LON": "0W22", "MON": "12", "NUM": "1800", "PRO": "C", "SEC": "40", "YEA": "1905", "CITY": "BIARRITZ"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1905-12-18 08:45"}, "partial-ids": {"ertel": "ES-3656"}}, "raw": {"L": "", "MF": "", "NR": "3656", "ENG": "", "MA_": "0", "G_NR": "1800", "MA12": "12", "MARS": "34", "NAME": "Saleza", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,700", "CSINR": "", "KURTZ": "", "PHAS_": "66,400", "STUND": "8,75", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "José", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "18.12.1905", "GQBECORR": "a2B", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "PELOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-353"}, "ids-in-source": {"g55": "03-353"}}, "raw": {"DAY": "18-12-1905", "HOUR": "8 h. 45", "NAME": "SALEZA Joé", "PLACE": "Biarritz (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
476	salomone-oreste-1879-11-20	{"a1": "476", "3a_sports": "3659"}	{"ertel": "ES-3659", "lerrcp": "A1-476"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oreste", "family": "Salomone", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1879-11-20 11:00", "note": null, "place": {"c1": null, "c2": "CE", "c3": null, "cy": "IT", "lg": 14.2133, "lat": 41.11082, "name": "Capua", "geoid": 3180601}, "notime": null, "date-ut": "1879-11-20 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Oreste", "family": "Salomone"}, "birth": {"place": {"c2": "CE", "cy": "IT", "lg": 14.2133, "lat": 41.11082, "name": "Capua", "geoid": 3180601}, "date-ut": "1879-11-20 10:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-476"}, "ids-in-sources": {"a1": "476"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "CE", "COU": "I", "DAY": "20", "LAT": "41N 6", "LON": "14E30", "MON": "11", "NUM": "476", "PRO": "C", "SEC": "4", "YEA": "1879", "CITY": "CAPUA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1879-11-20 11:00"}, "partial-ids": {"ertel": "ES-3659"}}, "raw": {"L": "", "MF": "", "NR": "3659", "ENG": "", "MA_": "1", "G_NR": "476", "MA12": "10", "MARS": "28", "NAME": "Salomone", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,500", "CSINR": "", "KURTZ": "", "PHAS_": "41,900", "STUND": "11,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "20.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Oreste", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.11.1879", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
226	sardier-gilbert-1897-05-05	{"a1": "226", "3a_sports": "3684"}	{"ertel": "ES-3684", "lerrcp": "A1-226"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilbert", "family": "Sardier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1897-05-05 08:00", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.11264, "lat": 45.89362, "name": "Riom", "geoid": 2983489}, "notime": null, "date-ut": "1897-05-05 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Gilbert", "family": "Sardier"}, "birth": {"tzo": "+00:09:21", "date": "1897-05-05 08:00", "place": {"c2": "63", "cy": "FR", "lg": 3.11264, "lat": 45.89362, "name": "Riom", "geoid": 2983489}, "date-ut": "1897-05-05 07:50:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-226"}, "ids-in-sources": {"a1": "226"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "63", "COU": "F", "DAY": "5", "LAT": "45N47", "LON": "3E 5", "MON": "5", "NUM": "226", "PRO": "C", "SEC": "40", "YEA": "1897", "CITY": "RIOM"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1897-05-05 08:00"}, "partial-ids": {"ertel": "ES-3684"}}, "raw": {"L": "", "MF": "", "NR": "3684", "ENG": "", "MA_": "0", "G_NR": "226", "MA12": "12", "MARS": "34", "NAME": "Sardier", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,600", "CSINR": "", "KURTZ": "", "PHAS_": "8,800", "STUND": "8,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.05.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gilbert", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "05.05.1897", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
553	salignon-jean-1928-01-01	{"a1": "553", "g55": "03-70", "3a_sports": "3657"}	{"g55": "03-70", "ertel": "ES-3657", "lerrcp": "A1-553"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Salignon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-01-01 11:30", "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": -0.63588, "lat": 35.69906, "name": "Oran", "geoid": 2485926}, "notime": null, "date-ut": "1928-01-01 11:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Salignon"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": -0.63588, "lat": 35.69906, "name": "Oran", "geoid": 2485926}, "date-ut": "1928-01-01 11:30:00"}, "occus": ["basketball-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-553"}, "ids-in-sources": {"a1": "553"}}, "raw": {"H": "11", "MN": "30", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "1", "LAT": "35N40", "LON": "0W30", "MON": "1", "NUM": "553", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "ORAN"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-01-01 11:30"}, "partial-ids": {"ertel": "ES-3657"}}, "raw": {"L": "", "MF": "", "NR": "3657", "ENG": "1", "MA_": "2", "G_NR": "553", "MA12": "4", "MARS": "11", "NAME": "Salignon", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,300", "CSINR": "", "KURTZ": "", "PHAS_": "56,100", "STUND": "11,50", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "01.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "01.01.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-70"}, "ids-in-source": {"g55": "03-70"}}, "raw": {"DAY": "1-1-1928", "HOUR": "11 h. 30", "NAME": "SALIGNON Jean", "PLACE": "Laferrière (Algérie)."}, "date": "2023-08-20T14:48:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1598	savioni-marco-1931-02-23	{"a1": "1599", "3a_sports": "3701"}	{"ertel": "ES-3701", "lerrcp": "A1-1599"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marco", "family": "Savioni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-02-23 04:20", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1931-02-23 03:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Marco", "family": "Savioni"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1931-02-23 03:20"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1599"}, "ids-in-sources": {"a1": "1599"}}, "raw": {"H": "4", "MN": "20", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "23", "LAT": "45N30", "LON": "9E15", "MON": "2", "NUM": "1599", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "MILANO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-02-23 04:20"}, "partial-ids": {"ertel": "ES-3701"}}, "raw": {"L": "", "MF": "", "NR": "3701", "ENG": "", "MA_": "0", "G_NR": "1599", "MA12": "6", "MARS": "17", "NAME": "Savioni", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,800", "CSINR": "", "KURTZ": "", "PHAS_": "24,500", "STUND": "4,33", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "23.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Marco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.02.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1989	savonne-andre-1930-09-18	{"a1": "1991", "3a_sports": "3704", "cfepp-final3": "781"}	{"cfepp": "CF-781", "ertel": "ES-3704", "lerrcp": "A1-1991"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Savonne", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1930-09-18 01:00", "note": null, "place": {"c1": null, "c2": "30", "c3": "", "cy": "FR", "lg": 4.35, "lat": 43.85, "name": "Roquefort-D-G", "geoid": 0}, "notime": null, "date-ut": "1930-09-18 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "André", "family": "Savonne"}, "birth": {"tzo": "+01:00", "date": "1930-09-18 01:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35, "lat": 43.85, "name": "Roquefort-D-G", "geoid": 0}, "date-ut": "1930-09-18 00:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1991"}, "ids-in-sources": {"a1": "1991"}}, "raw": {"H": "0", "MN": "0", "TZ": "0", "COD": "30", "COU": "F", "DAY": "18", "LAT": "43N51", "LON": "4E21", "MON": "9", "NUM": "1991", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "ROQUEFORT-D-G"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-09-18 01:00"}, "partial-ids": {"ertel": "ES-3704"}}, "raw": {"L": "", "MF": "", "NR": "3704", "ENG": "1", "MA_": "2", "G_NR": "1991", "MA12": "1", "MARS": "1", "NAME": "Savonne", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,80", "CSINR": "", "KURTZ": "", "PHAS_": "27,000", "STUND": "1,00", "CFEPNR": "782", "EXTEND": "1", "NATION": "FRA", "TAGMON": "18.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "18.09.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1930-09-18 01:00", "place": {"c3": ""}, "date-ut": "1930-09-18 00:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "781"}}, "raw": {"S": "1", "LT": "01 00", "LV": "I20", "TR": "f", "UT": "00 00", "LAT": "+43.97", "SRC": "L", "LONG": "-04.69", "NAME": "SAVONNE Andre", "SPORT": "Rugby League", "LOC_DATE": "1930 09 18", "UNIV_DATE": "1930 09 18", "BIRTH_PLACE": "ROCHEFORT DU GARD", "POSTAL_CODE": "30650"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
478	scalpinelli-leguigna-pietro-1904-03-30	{"a1": "478", "3a_sports": "3709"}	{"ertel": "ES-3709", "lerrcp": "A1-478"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Scalpinelli Leguigna", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1904-03-30 10:15", "note": null, "place": {"c1": null, "c2": "VI", "c3": null, "cy": "IT", "lg": 11.5409, "lat": 45.55729, "name": "Vicenza", "geoid": 3164419}, "notime": null, "date-ut": "1904-03-30 09:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Pietro", "family": "Scalpinelli Leguigna"}, "birth": {"place": {"c2": "VI", "cy": "IT", "lg": 11.5409, "lat": 45.55729, "name": "Vicenza", "geoid": 3164419}, "date-ut": "1904-03-30 09:15"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-478"}, "ids-in-sources": {"a1": "478"}}, "raw": {"H": "10", "MN": "15", "TZ": "-1", "COD": "VI", "COU": "I", "DAY": "30", "LAT": "45N30", "LON": "12E 0", "MON": "3", "NUM": "478", "PRO": "C", "SEC": "0", "YEA": "1904", "CITY": "VICENZA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1904-03-30 10:15"}, "partial-ids": {"ertel": "ES-3709"}}, "raw": {"L": "", "MF": "", "NR": "3709", "ENG": "", "MA_": "1", "G_NR": "478", "MA12": "2", "MARS": "5", "NAME": "Scalpinelli(Conte)", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,700", "CSINR": "", "KURTZ": "", "PHAS_": "96,600", "STUND": "10,25", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "30.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pietro di Leguigna", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.03.1904", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
480	scelzo-luigi-1880-08-27	{"a1": "480", "3a_sports": "3714"}	{"ertel": "ES-3714", "lerrcp": "A1-480"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Scelzo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1880-08-27 23:15", "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14, "lat": 40.9, "name": "CASTELLAMARE DI", "geoid": 0}, "notime": null, "date-ut": "1880-08-27 22:25:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Luigi", "family": "Scelzo"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14, "lat": 40.9, "name": "CASTELLAMARE DI", "geoid": 0}, "date-ut": "1880-08-27 22:25:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-480"}, "ids-in-sources": {"a1": "480"}}, "raw": {"H": "23", "MN": "25", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "27", "LAT": "40N54", "LON": "14E 0", "MON": "8", "NUM": "480", "PRO": "C", "SEC": "4", "YEA": "1880", "CITY": "CASTELLAMARE DI"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1880-08-27 23:15"}, "partial-ids": {"ertel": "ES-3714"}}, "raw": {"L": "", "MF": "", "NR": "3714", "ENG": "", "MA_": "0", "G_NR": "480", "MA12": "9", "MARS": "25", "NAME": "Scelzo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "56,600", "STUND": "23,25", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "27.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.08.1880", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1126	schaeken-leopold-1926-01-12	{"a1": "1126", "3a_sports": "3716"}	{"ertel": "ES-3716", "lerrcp": "A1-1126"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leopold", "family": "Schaeken", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-01-12 01:00", "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "KOERSEL", "geoid": 0}, "notime": null, "date-ut": "1926-01-12 01:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Leopold", "family": "Schaeken"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "KOERSEL", "geoid": 0}, "date-ut": "1926-01-12 01:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1126"}, "ids-in-sources": {"a1": "1126"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "12", "LAT": "50N47", "LON": "5E30", "MON": "1", "NUM": "1126", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "KOERSEL"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-01-12 01:00"}, "partial-ids": {"ertel": "ES-3716"}}, "raw": {"L": "", "MF": "", "NR": "3716", "ENG": "", "MA_": "0", "G_NR": "1126", "MA12": "11", "MARS": "32", "NAME": "Schaeken", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,200", "CSINR": "", "KURTZ": "", "PHAS_": "7,500", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "12.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Leopold", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.01.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1128	scherens-josef-1909-02-17	{"a1": "1128", "3a_sports": "3723"}	{"ertel": "ES-3723", "lerrcp": "A1-1128"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Josef", "family": "Scherens", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1909-02-17 01:00", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "WERCHTER", "geoid": 0}, "notime": null, "date-ut": "1909-02-17 01:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Josef", "family": "Scherens"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "WERCHTER", "geoid": 0}, "date-ut": "1909-02-17 01:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1128"}, "ids-in-sources": {"a1": "1128"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "17", "LAT": "50N51", "LON": "4E15", "MON": "2", "NUM": "1128", "PRO": "C", "SEC": "0", "YEA": "1909", "CITY": "WERCHTER"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1909-02-17 01:00"}, "partial-ids": {"ertel": "ES-3723"}}, "raw": {"L": "", "MF": "", "NR": "3723", "ENG": "", "MA_": "0", "G_NR": "1128", "MA12": "12", "MARS": "34", "NAME": "Scherens", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,000", "CSINR": "", "KURTZ": "", "PHAS_": "16,400", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "17.02.", "ZITATE": "DGHFO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Josef", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "17.02.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
880	schilles-maurice-1888-02-25	{"a1": "880", "3a_sports": "3728"}	{"ertel": "ES-3728", "lerrcp": "A1-880"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Schilles", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:08:57", "date": "1888-02-25 22:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.23894, "lat": 48.88341, "name": "Puteaux", "geoid": 2985034}, "notime": null, "date-ut": "1888-02-25 21:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Schilles"}, "birth": {"tzo": "+00:08:57", "date": "1888-02-25 22:00", "place": {"c2": "92", "cy": "FR", "lg": 2.23894, "lat": 48.88341, "name": "Puteaux", "geoid": 2985034}, "date-ut": "1888-02-25 21:51:16"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-880"}, "ids-in-sources": {"a1": "880"}}, "raw": {"H": "21", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "25", "LAT": "48N50", "LON": "2E11", "MON": "2", "NUM": "880", "PRO": "C", "SEC": "16", "YEA": "1888", "CITY": "PUTEAUX"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1888-02-25 22:00"}, "partial-ids": {"ertel": "ES-3728"}}, "raw": {"L": "", "MF": "", "NR": "3728", "ENG": "0", "MA_": "2", "G_NR": "880", "MA12": "12", "MARS": "36", "NAME": "Schilles", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,700", "CSINR": "", "KURTZ": "", "PHAS_": "92,100", "STUND": "22,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "25.02.", "ZITATE": "DKS", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Maurice", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "25.02.1888", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16153	schiprowski-claus-1942-12-27	{"d6": "366", "3a_sports": "3731"}	{"ertel": "ES-3731", "lerrcp": "D6-366"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claus", "family": "Schiprowski", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-12-27 06:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 7.08333, "lat": 51.5, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Claus", "family": "Schiprowski"}, "birth": {"date": "1942-12-27 06:00", "place": {"cy": "DE", "lg": 7.08333, "lat": 51.5}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "366"}}, "raw": {"H": "6", "MN": "0", "DAY": "27", "LAT": "51N30", "LON": "07E05", "MON": "12", "NUM": "366", "SEC": "0", "YEA": "1942", "NAME": "Schiprowski claus"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-3731"}}, "raw": {"L": "", "MF": "", "NR": "3731", "ENG": "0", "MA_": "2", "G_NR": "366", "MA12": "12", "MARS": "36", "NAME": "Schiprowski", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-6,200", "CSINR": "", "KURTZ": "", "PHAS_": "84,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "GER", "TAGMON": "27.12.", "ZITATE": "DKS", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Claus", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "27.12.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1705	schlindwein-antoine-1911-08-10	{"a1": "1706", "g55": "03-310", "3a_sports": "3734", "cfepp-final3": "599"}	{"g55": "03-310", "cfepp": "CF-599", "ertel": "ES-3734", "lerrcp": "A1-1706"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Schlindwein", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1911-08-10 01:00", "note": null, "place": {"c1": null, "c2": "57", "c3": "", "cy": "FR", "lg": 7.06747, "lat": 49.10995, "name": "Sarreguemines", "geoid": 2975964}, "notime": null, "date-ut": "1911-08-10 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["gymnast"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Schlindwein"}, "birth": {"place": {"c2": "57", "cy": "FR", "lg": 7.06747, "lat": 49.10995, "name": "Sarreguemines", "geoid": 2975964}, "date-ut": "1911-08-10 00:00"}, "occus": ["gymnast"], "trust": 5, "partial_ids": {"lerrcp": "A1-1706"}, "ids-in-sources": {"a1": "1706"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "57", "COU": "F", "DAY": "10", "LAT": "49N 7", "LON": "6E11", "MON": "8", "NUM": "1706", "PRO": "C", "SEC": "0", "YEA": "1911", "CITY": "SARREGUEMINES"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1911-08-10 01:00"}, "partial-ids": {"ertel": "ES-3734"}}, "raw": {"L": "", "MF": "", "NR": "3734", "ENG": "1", "MA_": "2", "G_NR": "1706", "MA12": "1", "MARS": "3", "NAME": "Schlindwein", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,200", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "1,00", "CFEPNR": "599", "EXTEND": "1", "NATION": "FRA", "TAGMON": "10.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Antoine", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "10.08.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "GYMN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1911-08-10 01:00", "place": {"c3": ""}, "date-ut": "1911-08-10 00:00"}, "occus": ["gymnast"], "ids-in-sources": {"cfepp-final3": "599"}}, "raw": {"S": "1", "LT": "01 00", "LV": "FI", "TR": "a", "UT": "00 00", "LAT": "+49.11", "SRC": "AG", "LONG": "-07.07", "NAME": "SCHLINDWEIN Antoine", "SPORT": "Gymnastics", "LOC_DATE": "1911 08 10", "UNIV_DATE": "1911 08 10", "BIRTH_PLACE": "SARREGUEMINES", "POSTAL_CODE": "57322 CEDEX"}, "date": "2023-08-20T14:46:07+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-310"}, "ids-in-source": {"g55": "03-310"}}, "raw": {"DAY": "10-8-1911", "HOUR": "1 h.", "NAME": "SCHLINDWEIN Antoine", "PLACE": "Sarreguemines (Moselle)."}, "date": "2023-08-20T14:48:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
16154	schmit-ady-1940-08-17	{"d6": "367", "3a_sports": "3740"}	{"ertel": "ES-3740", "lerrcp": "D6-367"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ady", "family": "Schmit", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-08-17 01:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "LU", "lg": 6.13333, "lat": 49.61667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Ady", "family": "Schmit"}, "birth": {"date": "1940-08-17 01:00", "place": {"cy": "LU", "lg": 6.13333, "lat": 49.61667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "367"}}, "raw": {"H": "1", "MN": "0", "DAY": "17", "LAT": "49N37", "LON": "06E08", "MON": "8", "NUM": "367", "SEC": "0", "YEA": "1940", "NAME": "Schmit ady"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-3740"}}, "raw": {"L": "", "MF": "", "NR": "3740", "ENG": "", "MA_": "1", "G_NR": "367", "MA12": "10", "MARS": "28", "NAME": "Schmit", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "3,000", "CSINR": "", "KURTZ": "", "PHAS_": "99,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "LUX", "TAGMON": "17.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ady", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "17.08.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16156	schol-alain-1944-07-20	{"d6": "369", "3a_sports": "3745"}	{"ertel": "ES-3745", "lerrcp": "D6-369"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Schol", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1944-07-20 09:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GP", "lg": -61.53333, "lat": 16.23333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Alain", "family": "Schol"}, "birth": {"date": "1944-07-20 09:00", "place": {"cy": "GP", "lg": -61.53333, "lat": 16.23333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "369"}}, "raw": {"H": "9", "MN": "0", "DAY": "20", "LAT": "16N14", "LON": "61W32", "MON": "7", "NUM": "369", "SEC": "0", "YEA": "1944", "NAME": "Schol Alain"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["basketball-player"], "partial-ids": {"ertel": "ES-3745"}}, "raw": {"L": "", "MF": "", "NR": "3745", "ENG": "1", "MA_": "2", "G_NR": "369", "MA12": "1", "MARS": "1", "NAME": "Schol", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-1,500", "CSINR": "", "KURTZ": "", "PHAS_": "0,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "20.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Alain", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "20.07.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1130	schotte-alberic-1919-09-07	{"a1": "1130", "3a_sports": "3747"}	{"ertel": "ES-3747", "lerrcp": "A1-1130"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberic", "family": "Schotte", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-09-07 05:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "KANEGEM", "geoid": 0}, "notime": null, "date-ut": "1919-09-07 04:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Alberic", "family": "Schotte"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "KANEGEM", "geoid": 0}, "date-ut": "1919-09-07 04:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1130"}, "ids-in-sources": {"a1": "1130"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "7", "LAT": "51N13", "LON": "3E15", "MON": "9", "NUM": "1130", "PRO": "C", "SEC": "0", "YEA": "1919", "CITY": "KANEGEM"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1919-09-07 05:00"}, "partial-ids": {"ertel": "ES-3747"}}, "raw": {"L": "", "MF": "", "NR": "3747", "ENG": "1", "MA_": "2", "G_NR": "1130", "MA12": "1", "MARS": "3", "NAME": "Schotte", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,300", "CSINR": "", "KURTZ": "", "PHAS_": "88,200", "STUND": "5,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "07.09.", "ZITATE": "DHFO", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alberic", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "07.09.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1132	schoubben-frans-1933-11-11	{"a1": "1132", "3a_sports": "3748"}	{"ertel": "ES-3748", "lerrcp": "A1-1132"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frans", "family": "Schoubben", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-11-11 07:00", "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "TONGRES", "geoid": 0}, "notime": null, "date-ut": "1933-11-11 07:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Frans", "family": "Schoubben"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "TONGRES", "geoid": 0}, "date-ut": "1933-11-11 07:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1132"}, "ids-in-sources": {"a1": "1132"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "11", "LAT": "50N47", "LON": "5E30", "MON": "11", "NUM": "1132", "PRO": "C", "SEC": "0", "YEA": "1933", "CITY": "TONGRES"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1933-11-11 07:00"}, "partial-ids": {"ertel": "ES-3748"}}, "raw": {"L": "", "MF": "", "NR": "3748", "ENG": "", "MA_": "0", "G_NR": "1132", "MA12": "11", "MARS": "33", "NAME": "Schoubben", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,700", "CSINR": "", "KURTZ": "", "PHAS_": "45,400", "STUND": "7,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "11.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Frans", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.11.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1133	schroeders-willy-1932-12-09	{"a1": "1133", "3a_sports": "3752"}	{"ertel": "ES-3752", "lerrcp": "A1-1133"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willy", "family": "Schroeders", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-12-09 15:00", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "STE-AGATHA-RODE", "geoid": 0}, "notime": null, "date-ut": "1932-12-09 15:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Willy", "family": "Schroeders"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "STE-AGATHA-RODE", "geoid": 0}, "date-ut": "1932-12-09 15:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1133"}, "ids-in-sources": {"a1": "1133"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "9", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "1133", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "STE-AGATHA-RODE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-12-09 15:00"}, "partial-ids": {"ertel": "ES-3752"}}, "raw": {"L": "", "MF": "", "NR": "3752", "ENG": "", "MA_": "0", "G_NR": "1133", "MA12": "8", "MARS": "24", "NAME": "Schroeders", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,200", "CSINR": "", "KURTZ": "", "PHAS_": "85,600", "STUND": "15,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "09.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Willy", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.12.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1208	schulte-gerrit-1916-01-07	{"a1": "1209", "3a_sports": "3756"}	{"ertel": "ES-3756", "lerrcp": "A1-1209"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gerrit", "family": "Schulte", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1916-01-07 11:00", "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1916-01-07 10:40:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Gerrit", "family": "Schulte"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1916-01-07 10:40:28"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1209"}, "ids-in-sources": {"a1": "1209"}}, "raw": {"H": "10", "MN": "40", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "7", "LAT": "52N22", "LON": "4E38", "MON": "1", "NUM": "1209", "PRO": "C", "SEC": "28", "YEA": "1916", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1916-01-07 11:00"}, "partial-ids": {"ertel": "ES-3756"}}, "raw": {"L": "", "MF": "", "NR": "3756", "ENG": "", "MA_": "1", "G_NR": "1209", "MA12": "7", "MARS": "20", "NAME": "Schulte", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,800", "CSINR": "", "KURTZ": "", "PHAS_": "4,800", "STUND": "11,00", "CFEPNR": "", "EXTEND": "", "NATION": "NET", "TAGMON": "07.01.", "ZITATE": "DGHSF", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gerrit", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "07.01.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
731	scortichini-italo-1929-10-14	{"a1": "731", "3a_sports": "3763"}	{"ertel": "ES-3763", "lerrcp": "A1-731"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Italo", "family": "Scortichini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-10-14 13:00", "note": null, "place": {"c1": null, "c2": "AN", "c3": null, "cy": "IT", "lg": 12.90726, "lat": 43.34065, "name": "Fabriano", "geoid": 3177315}, "notime": null, "date-ut": "1929-10-14 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Italo", "family": "Scortichini"}, "birth": {"place": {"c2": "AN", "cy": "IT", "lg": 12.90726, "lat": 43.34065, "name": "Fabriano", "geoid": 3177315}, "date-ut": "1929-10-14 12:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-731"}, "ids-in-sources": {"a1": "731"}}, "raw": {"H": "13", "MN": "0", "TZ": "-1", "COD": "AN", "COU": "I", "DAY": "14", "LAT": "43N42", "LON": "13E45", "MON": "10", "NUM": "731", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "FABRIANO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-10-14 13:00"}, "partial-ids": {"ertel": "ES-3763"}}, "raw": {"L": "", "MF": "", "NR": "3763", "ENG": "1", "MA_": "2", "G_NR": "731", "MA12": "4", "MARS": "10", "NAME": "Scortichini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,400", "CSINR": "", "KURTZ": "", "PHAS_": "79,300", "STUND": "13,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "14.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Italo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.10.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
481	screpante-giuseppe-1889-07-28	{"a1": "481", "3a_sports": "3766"}	{"ertel": "ES-3766", "lerrcp": "A1-481"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Screpante", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1889-07-28 22:00", "note": null, "place": {"c1": null, "c2": "AP", "c3": null, "cy": "IT", "lg": 13.75, "lat": 43, "name": "MONTOTTONE", "geoid": 0}, "notime": null, "date-ut": "1889-07-28 21:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Screpante"}, "birth": {"place": {"c2": "AP", "cy": "IT", "lg": 13.75, "lat": 43, "name": "MONTOTTONE", "geoid": 0}, "date-ut": "1889-07-28 21:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-481"}, "ids-in-sources": {"a1": "481"}}, "raw": {"H": "22", "MN": "10", "TZ": "-1", "COD": "AP", "COU": "I", "DAY": "28", "LAT": "43N 0", "LON": "13E45", "MON": "7", "NUM": "481", "PRO": "C", "SEC": "4", "YEA": "1889", "CITY": "MONTOTTONE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1889-07-28 22:00"}, "partial-ids": {"ertel": "ES-3766"}}, "raw": {"L": "", "MF": "", "NR": "3766", "ENG": "", "MA_": "0", "G_NR": "481", "MA12": "9", "MARS": "25", "NAME": "Screpante", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,900", "CSINR": "", "KURTZ": "", "PHAS_": "0,000", "STUND": "22,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "28.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giuseppe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.07.1889", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16159	sczepaniak-robert-1942-04-04	{"d6": "372", "3a_sports": "3769"}	{"ertel": "ES-3769", "lerrcp": "D6-372"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Sczepaniak", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-04-04 16:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 2.26667, "lat": 44.51667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Sczepaniak"}, "birth": {"date": "1942-04-04 16:30", "place": {"cy": "FR", "lg": 2.26667, "lat": 44.51667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "372"}}, "raw": {"H": "16", "MN": "30", "DAY": "4", "LAT": "44N31", "LON": "02E16", "MON": "4", "NUM": "372", "SEC": "0", "YEA": "1942", "NAME": "Sczepaniak Robert"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-3769"}}, "raw": {"L": "", "MF": "", "NR": "3769", "ENG": "", "MA_": "0", "G_NR": "372", "MA12": "3", "MARS": "8", "NAME": "Sczepaniak", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-5,300", "CSINR": "", "KURTZ": "", "PHAS_": "91,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "04.04.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17384	seaver-tom-1944-11-17	{"d10": "1150", "3a_sports": "3772"}	{"ertel": "ES-3772", "lerrcp": "D10-1150"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tom", "family": "Seaver", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-07:00", "date": "1944-11-17 06:27", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -119.78333, "lat": 36.73333, "name": "Fresno", "geoid": null}, "notime": null, "date-ut": "1944-11-17 13:27"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["baseball-player"]	5	null	[{"new": {"name": {"given": "Tom", "family": "Seaver"}, "birth": {"tzo": "-07:00", "date": "1944-11-17 06:27", "place": {"c2": "CA", "cy": "US", "lg": -119.78333, "lat": 36.73333, "name": "Fresno"}, "date-ut": "1944-11-17 13:27"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1150"}}, "raw": {"H": "06:27", "TZ": "7h", "DAY": "17", "LAT": "36N44", "LON": "119W47", "MON": "11", "NUM": "1150", "PRO": "SP", "YEA": "1944", "CICO": "Fresno, CA", "NAME": "Seaver Tom"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["baseball-player"], "partial-ids": {"ertel": "ES-3772"}}, "raw": {"L": "", "MF": "", "NR": "3772", "ENG": "", "MA_": "1", "G_NR": "1150", "MA12": "12", "MARS": "35", "NAME": "Seaver", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "1,100", "CSINR": "", "KURTZ": "", "PHAS_": "1,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "17.11.", "ZITATE": "B", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Tom (George Thomas)", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "17.11.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASE", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16160	seeler-uwe-1936-11-05	{"d6": "373", "afd2": "522", "3a_sports": "3776"}	{"ertel": "ES-3776", "lerrcp": "D6-373", "muller": "M2-522"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Uwe", "family": "Seeler", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1936-11-05 11:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 10, "lat": 53.55, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Uwe", "family": "Seeler"}, "birth": {"date": "1936-11-05 11:00", "place": {"cy": "DE", "lg": 10, "lat": 53.55}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "373"}}, "raw": {"H": "11", "MN": "0", "DAY": "5", "LAT": "53N33", "LON": "10E00", "MON": "11", "NUM": "373", "SEC": "0", "YEA": "1936", "NAME": "Seeler Uwe"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "birth": {"tzo": "+01:00"}, "occus": ["sportsperson"], "ids-in-sources": {"afd2": "522"}}, "raw": {"CY": "D", "GQ": "G", "LG": "010 E 02", "LAT": "53 N 34", "TZO": "-1.00", "DATE": "05.11.1936", "MUID": "522", "NAME": "Seeler, Uwe", "OCCU": "MA 13", "TIME": "11.00", "BOOKS": "57", "PLACE": "Hamburg", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-3776"}}, "raw": {"L": "", "MF": "", "NR": "3776", "ENG": "1", "MA_": "2", "G_NR": "373", "MA12": "4", "MARS": "12", "NAME": "Seeler", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-10,30", "CSINR": "", "KURTZ": "", "PHAS_": "61,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "GER", "TAGMON": "05.11.", "ZITATE": "DWO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Uwe", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "05.11.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1600	segato-armando-1930-05-03	{"a1": "1601", "3a_sports": "3779"}	{"ertel": "ES-3779", "lerrcp": "A1-1601"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armando", "family": "Segato", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-05-03 16:30", "note": null, "place": {"c1": null, "c2": "VI", "c3": null, "cy": "IT", "lg": 11.5409, "lat": 45.55729, "name": "Vicenza", "geoid": 3164419}, "notime": null, "date-ut": "1930-05-03 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Armando", "family": "Segato"}, "birth": {"place": {"c2": "VI", "cy": "IT", "lg": 11.5409, "lat": 45.55729, "name": "Vicenza", "geoid": 3164419}, "date-ut": "1930-05-03 15:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1601"}, "ids-in-sources": {"a1": "1601"}}, "raw": {"H": "16", "MN": "30", "TZ": "-1", "COD": "VI", "COU": "I", "DAY": "3", "LAT": "45N30", "LON": "12E 0", "MON": "5", "NUM": "1601", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "VICENZA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-05-03 16:30"}, "partial-ids": {"ertel": "ES-3779"}}, "raw": {"L": "", "MF": "", "NR": "3779", "ENG": "", "MA_": "1", "G_NR": "1601", "MA12": "7", "MARS": "19", "NAME": "Segato", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,500", "CSINR": "", "KURTZ": "", "PHAS_": "20,900", "STUND": "16,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "03.05.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Armando", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "03.05.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1135	sellier-felix-1893-01-02	{"a1": "1135", "3a_sports": "3783"}	{"ertel": "ES-3783", "lerrcp": "A1-1135"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Sellier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1893-01-02 22:00", "note": null, "place": {"c1": null, "c2": "NAM", "c3": null, "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "SPY", "geoid": 0}, "notime": null, "date-ut": "1893-01-02 22:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Sellier"}, "birth": {"place": {"c2": "NAM", "cy": "BE", "lg": 4.5, "lat": 50.33333, "name": "SPY", "geoid": 0}, "date-ut": "1893-01-02 22:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1135"}, "ids-in-sources": {"a1": "1135"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "NAM", "COU": "B", "DAY": "2", "LAT": "50N20", "LON": "4E30", "MON": "1", "NUM": "1135", "PRO": "C", "SEC": "0", "YEA": "1893", "CITY": "SPY"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1893-01-02 22:00"}, "partial-ids": {"ertel": "ES-3783"}}, "raw": {"L": "", "MF": "", "NR": "3783", "ENG": "", "MA_": "0", "G_NR": "1135", "MA12": "6", "MARS": "17", "NAME": "Sellier", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,000", "CSINR": "", "KURTZ": "", "PHAS_": "99,400", "STUND": "22,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "02.01.", "ZITATE": "G", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Felix", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "02.01.1893", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1136	sels-edward-1941-08-29	{"a1": "1136", "3a_sports": "3784"}	{"ertel": "ES-3784", "lerrcp": "A1-1136"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edward", "family": "Sels", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-08-29 07:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "VORSELAAR", "geoid": 0}, "notime": null, "date-ut": "1941-08-29 05:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Edward", "family": "Sels"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "VORSELAAR", "geoid": 0}, "date-ut": "1941-08-29 05:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1136"}, "ids-in-sources": {"a1": "1136"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "29", "LAT": "51N14", "LON": "4E30", "MON": "8", "NUM": "1136", "PRO": "C", "SEC": "0", "YEA": "1941", "CITY": "VORSELAAR"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1941-08-29 07:00"}, "partial-ids": {"ertel": "ES-3784"}}, "raw": {"L": "", "MF": "", "NR": "3784", "ENG": "", "MA_": "1", "G_NR": "1136", "MA12": "5", "MARS": "13", "NAME": "Sels", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,200", "CSINR": "", "KURTZ": "", "PHAS_": "43,400", "STUND": "7,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "29.08.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Edward", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "29.08.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1601	sentimenti-lucidio-1920-07-01	{"a1": "1602", "3a_sports": "3791"}	{"ertel": "ES-3791", "lerrcp": "A1-1602"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucidio", "family": "Sentimenti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-07-01 23:00", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 11.0384, "lat": 44.72977, "name": "Bomporto", "geoid": 3181903}, "notime": null, "date-ut": "1920-07-01 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Lucidio", "family": "Sentimenti"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 11.0384, "lat": 44.72977, "name": "Bomporto", "geoid": 3181903}, "date-ut": "1920-07-01 21:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1602"}, "ids-in-sources": {"a1": "1602"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "1", "LAT": "44N36", "LON": "11E15", "MON": "7", "NUM": "1602", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "BOMPORTO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-07-01 23:00"}, "partial-ids": {"ertel": "ES-3791"}}, "raw": {"L": "", "MF": "", "NR": "3791", "ENG": "", "MA_": "1", "G_NR": "1602", "MA12": "5", "MARS": "14", "NAME": "Sentimenti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,500", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "23,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Lucidio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.07.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1603	serantoni-pietro-1906-12-12	{"a1": "1604", "3a_sports": "3794"}	{"ertel": "ES-3794", "lerrcp": "A1-1604"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Serantoni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1906-12-12 02:30", "note": null, "place": {"c1": null, "c2": "VE", "c3": null, "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "notime": null, "date-ut": "1906-12-12 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Pietro", "family": "Serantoni"}, "birth": {"place": {"c2": "VE", "cy": "IT", "lg": 12.32667, "lat": 45.43861, "name": "Venezia", "geoid": 3164603}, "date-ut": "1906-12-12 01:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1604"}, "ids-in-sources": {"a1": "1604"}}, "raw": {"H": "2", "MN": "30", "TZ": "-1", "COD": "VE", "COU": "I", "DAY": "12", "LAT": "45N30", "LON": "12E30", "MON": "12", "NUM": "1604", "PRO": "C", "SEC": "0", "YEA": "1906", "CITY": "VENEZIA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1906-12-12 02:30"}, "partial-ids": {"ertel": "ES-3794"}}, "raw": {"L": "", "MF": "", "NR": "3794", "ENG": "0", "MA_": "2", "G_NR": "1604", "MA12": "12", "MARS": "36", "NAME": "Serantoni", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,800", "CSINR": "", "KURTZ": "", "PHAS_": "20,100", "STUND": "2,50", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "12.12.", "ZITATE": "SWF", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Pietro", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "12.12.1906", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
883	seres-georges-1884-04-07	{"a1": "883", "g55": "03-196", "3a_sports": "3800"}	{"g55": "03-196", "cpara": "CP-385", "ertel": "ES-3800", "lerrcp": "A1-883"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Seres", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:01:29", "date": "1884-04-07 21:00", "note": null, "place": {"c1": null, "c2": "32", "c3": null, "cy": "FR", "lg": 0.37199, "lat": 43.95816, "name": "Condom", "geoid": 3023943}, "notime": null, "date-ut": "1884-04-07 21:02:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Seres"}, "birth": {"tzo": "+00:01:29", "date": "1884-04-07 21:03:45", "place": {"c2": "32", "cy": "FR", "lg": 0.37199, "lat": 43.95816, "name": "Condom", "geoid": 3023943}, "date-ut": "1884-04-07 21:02:16"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-883"}, "ids-in-sources": {"a1": "883"}}, "raw": {"H": "21", "MN": "2", "TZ": "0", "COD": "32", "COU": "F", "DAY": "7", "LAT": "43N40", "LON": "0E36", "MON": "4", "NUM": "883", "PRO": "C", "SEC": "16", "YEA": "1884", "CITY": "CONDOM"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1884-04-07 21:00"}, "partial-ids": {"ertel": "ES-3800"}}, "raw": {"L": "", "MF": "", "NR": "3800", "ENG": "1", "MA_": "2", "G_NR": "883", "MA12": "4", "MARS": "11", "NAME": "Seres", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,400", "CSINR": "", "KURTZ": "", "PHAS_": "88,500", "STUND": "21,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "07.04.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "385", "VORNAME": "Georges", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "07.04.1884", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-196"}, "ids-in-source": {"g55": "03-196"}}, "raw": {"DAY": "7-4-1884", "HOUR": "21 h.", "NAME": "SERES Georges", "PLACE": "Condom’ (Gers)."}, "date": "2023-08-20T14:48:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1139	serin-henri-1930-07-19	{"a1": "1139", "3a_sports": "3802"}	{"ertel": "ES-3802", "lerrcp": "A1-1139"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Serin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-07-19 08:00", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "HOEGAARDE", "geoid": 0}, "notime": null, "date-ut": "1930-07-19 07:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Serin"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "HOEGAARDE", "geoid": 0}, "date-ut": "1930-07-19 07:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1139"}, "ids-in-sources": {"a1": "1139"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "19", "LAT": "50N51", "LON": "4E15", "MON": "7", "NUM": "1139", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "HOEGAARDE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-07-19 08:00"}, "partial-ids": {"ertel": "ES-3802"}}, "raw": {"L": "", "MF": "", "NR": "3802", "ENG": "", "MA_": "0", "G_NR": "1139", "MA12": "3", "MARS": "8", "NAME": "Serin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,900", "CSINR": "", "KURTZ": "", "PHAS_": "49,900", "STUND": "8,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "19.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.07.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1991	serin-jacques-1934-08-01	{"a1": "1993", "3a_sports": "3803"}	{"ertel": "ES-3803", "lerrcp": "A1-1993"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Serin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1934-08-01 23:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "notime": null, "date-ut": "1934-08-01 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Serin"}, "birth": {"tzo": "+01:00", "date": "1934-08-01 23:00", "place": {"c2": "34", "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "date-ut": "1934-08-01 22:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1993"}, "ids-in-sources": {"a1": "1993"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "34", "COU": "F", "DAY": "1", "LAT": "43N37", "LON": "3E53", "MON": "8", "NUM": "1993", "PRO": "C", "SEC": "0", "YEA": "1934", "CITY": "BEZIERS"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1934-08-01 23:00"}, "partial-ids": {"ertel": "ES-3803"}}, "raw": {"L": "", "MF": "", "NR": "3803", "ENG": "", "MA_": "1", "G_NR": "1993", "MA12": "10", "MARS": "28", "NAME": "Serin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,30", "CSINR": "", "KURTZ": "", "PHAS_": "63,400", "STUND": "23,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.08.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17396	shaw-tim-1957-11-08	{"d10": "1162", "3a_sports": "3812"}	{"ertel": "ES-3812", "lerrcp": "D10-1162"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tim", "family": "Shaw", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1957-11-08 21:20", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.18333, "lat": 33.78333, "name": "Long Beach", "geoid": null}, "notime": null, "date-ut": "1957-11-09 05:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "Tim", "family": "Shaw"}, "birth": {"tzo": "-08:00", "date": "1957-11-08 21:20", "place": {"c2": "CA", "cy": "US", "lg": -118.18333, "lat": 33.78333, "name": "Long Beach"}, "date-ut": "1957-11-09 05:20"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1162"}}, "raw": {"H": "21:20", "TZ": "8h", "DAY": "8", "LAT": "33N47", "LON": "118W11", "MON": "11", "NUM": "1162", "PRO": "SP", "YEA": "1957", "CICO": "Long Beach, CA", "NAME": "Shaw Tim"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["swimmer"], "partial-ids": {"ertel": "ES-3812"}}, "raw": {"L": "", "MF": "", "NR": "3812", "ENG": "", "MA_": "1", "G_NR": "1162", "MA12": "9", "MARS": "26", "NAME": "Shaw", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "0,200", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "08.11.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Tim", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "08.11.1957", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SWIM", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16162	siatka-robert-1934-06-20	{"d6": "375", "3a_sports": "3814"}	{"ertel": "ES-3814", "lerrcp": "D6-375"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Siatka", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-06-20 23:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 4.08333, "lat": 44.25, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Siatka"}, "birth": {"date": "1934-06-20 23:00", "place": {"cy": "FR", "lg": 4.08333, "lat": 44.25}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "375"}}, "raw": {"H": "23", "MN": "0", "DAY": "20", "LAT": "44N15", "LON": "04E05", "MON": "6", "NUM": "375", "SEC": "0", "YEA": "1934", "NAME": "Siatka Robert"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-3814"}}, "raw": {"L": "", "MF": "", "NR": "3814", "ENG": "", "MA_": "1", "G_NR": "375", "MA12": "9", "MARS": "26", "NAME": "Siatka", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "9,700", "CSINR": "", "KURTZ": "", "PHAS_": "47,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "20.06.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
483	signorelli-gaudenzio-1895-04-20	{"a1": "483", "3a_sports": "3817"}	{"ertel": "ES-3817", "lerrcp": "A1-483"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaudenzio", "family": "Signorelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1895-04-20 16:30", "note": null, "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 8.58853, "lat": 45.51867, "name": "Caltignaga", "geoid": 3181168}, "notime": null, "date-ut": "1895-04-20 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Gaudenzio", "family": "Signorelli"}, "birth": {"place": {"c2": "NO", "cy": "IT", "lg": 8.58853, "lat": 45.51867, "name": "Caltignaga", "geoid": 3181168}, "date-ut": "1895-04-20 15:30"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-483"}, "ids-in-sources": {"a1": "483"}}, "raw": {"H": "16", "MN": "30", "TZ": "-1", "COD": "NO", "COU": "I", "DAY": "20", "LAT": "45N30", "LON": "9E 0", "MON": "4", "NUM": "483", "PRO": "C", "SEC": "0", "YEA": "1895", "CITY": "CALTIGNAGA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1895-04-20 16:30"}, "partial-ids": {"ertel": "ES-3817"}}, "raw": {"L": "", "MF": "", "NR": "3817", "ENG": "1", "MA_": "2", "G_NR": "483", "MA12": "4", "MARS": "10", "NAME": "Signorelli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,500", "CSINR": "", "KURTZ": "", "PHAS_": "22,900", "STUND": "16,50", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "20.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gaudenzio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.04.1895", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17407	silvester-jay-1937-08-27	{"d10": "1173", "3a_sports": "3821", "rawlins-ertel-irving": "321"}	{"ertel": "ES-3821", "csicop": "CS-321", "lerrcp": "D10-1173"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jay", "family": "Silvester", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1937-08-27 07:30", "note": null, "place": {"c1": null, "c2": "UT", "c3": null, "cy": "US", "lg": -112.16667, "lat": 41.71667, "name": "Tremonton", "geoid": null}, "notime": null, "date-ut": "1937-08-27 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Jay", "family": "Silvester"}, "birth": {"tzo": "-08:00", "date": "1937-08-27 07:30", "place": {"c2": "UT", "cy": "US", "lg": -112.16667, "lat": 41.71667, "name": "Tremonton"}, "date-ut": "1937-08-27 15:30"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1173"}}, "raw": {"H": "07:30", "TZ": "8h", "DAY": "27", "LAT": "41N43", "LON": "112W10", "MON": "8", "NUM": "1173", "PRO": "SP", "YEA": "1937", "CICO": "Tremonton, UT", "NAME": "Silvester Jay"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "321"}}, "raw": {"LA1": "41", "LA2": "43", "LO1": "112", "LO2": "10", "AMPM": "A", "MARS": "29", "NAME": "Silvester", "BATCH": "2", "Satz#": "321", "GEBDAT": "27 8 1937", "GEBORT": "UT", "GEBZEIT": "7 30", "VORNAME": "Jay", "SPORTART": "TRAC", "ZEITZONE": "7"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-3821"}}, "raw": {"L": "", "MF": "", "NR": "3821", "ENG": "", "MA_": "1", "G_NR": "1173", "MA12": "10", "MARS": "29", "NAME": "Silvester", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-9,500", "CSINR": "321", "KURTZ": "", "PHAS_": "72,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "27.08.", "ZITATE": "DKEOX", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jay", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "27.08.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17409	sime-dave-1936-07-25	{"d10": "1175", "3a_sports": "3825", "rawlins-ertel-irving": "322"}	{"ertel": "ES-3825", "csicop": "CS-322", "lerrcp": "D10-1175"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dave", "family": "Sime", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-04:00", "date": "1936-07-25 14:35", "note": null, "place": {"c1": null, "c2": "NJ", "c3": null, "cy": "US", "lg": -74.18333, "lat": 40.91667, "name": "Paterson", "geoid": null}, "notime": null, "date-ut": "1936-07-25 18:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Dave", "family": "Sime"}, "birth": {"tzo": "-04:00", "date": "1936-07-25 14:35", "place": {"c2": "NJ", "cy": "US", "lg": -74.18333, "lat": 40.91667, "name": "Paterson"}, "date-ut": "1936-07-25 18:35"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1175"}}, "raw": {"H": "14:35", "TZ": "4h", "DAY": "25", "LAT": "40N55", "LON": "74W11", "MON": "7", "NUM": "1175", "PRO": "SP", "YEA": "1936", "CICO": "Paterson, NJ", "NAME": "Sime Dave"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "322"}}, "raw": {"LA1": "40", "LA2": "55", "LO1": "74", "LO2": "10", "AMPM": "P", "MARS": "12", "NAME": "Sime", "BATCH": "2", "Satz#": "322", "GEBDAT": "25 7 1936", "GEBORT": "NJ", "GEBZEIT": "2 35", "VORNAME": "Dave", "SPORTART": "TRAC", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-3825"}}, "raw": {"L": "", "MF": "", "NR": "3825", "ENG": "1", "MA_": "2", "G_NR": "1175", "MA12": "4", "MARS": "12", "NAME": "Sime", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "8,800", "CSINR": "322", "KURTZ": "", "PHAS_": "35,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "25.07.", "ZITATE": "DKTEOX", "ZITSUM": "6", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Dave", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "25.07.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "5"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22619	abbati-marco-1928-03-04	{"3a_sports": "5"}	{"ertel": "ES-5"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marco", "family": "Abbati", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-03-04", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Marco", "family": "Abbati"}, "birth": {"date": "1928-03-04", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "5", "ENG": "", "MA_": "1", "G_NR": "1", "MA12": "10", "MARS": "29", "NAME": "Abbati", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "6,000", "CSINR": "", "KURTZ": "", "PHAS_": "93,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "04.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Marco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.03.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17414	simpson-orenthal-1947-07-09	{"d10": "1180", "3a_sports": "3829"}	{"ertel": "ES-3829", "lerrcp": "D10-1180"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Orenthal", "family": "Simpson", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1947-07-09 08:08", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1947-07-09 16:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Orenthal", "family": "Simpson"}, "birth": {"tzo": "-08:00", "date": "1947-07-09 08:08", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1947-07-09 16:08"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1180"}}, "raw": {"H": "08:08", "TZ": "8h", "DAY": "9", "LAT": "37N47", "LON": "122W25", "MON": "7", "NUM": "1180", "PRO": "SP", "YEA": "1947", "CICO": "San Francisco, CA", "NAME": "Simpson Orenthal"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-3829"}}, "raw": {"L": "", "MF": "", "NR": "3829", "ENG": "", "MA_": "0", "G_NR": "1180", "MA12": "3", "MARS": "8", "NAME": "Simpson", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-8,100", "CSINR": "", "KURTZ": "", "PHAS_": "74,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "09.07.", "ZITATE": "TBEX", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Orenthal James", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "09.07.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
485	sioli-ernesto-1879-03-30	{"a1": "485", "3a_sports": "3833"}	{"ertel": "ES-3833", "lerrcp": "A1-485"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernesto", "family": "Sioli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1879-03-30 04:00", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1879-03-30 03:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Ernesto", "family": "Sioli"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1879-03-30 03:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-485"}, "ids-in-sources": {"a1": "485"}}, "raw": {"H": "4", "MN": "10", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "30", "LAT": "45N30", "LON": "9E15", "MON": "3", "NUM": "485", "PRO": "C", "SEC": "4", "YEA": "1879", "CITY": "MILANO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1879-03-30 04:00"}, "partial-ids": {"ertel": "ES-3833"}}, "raw": {"L": "", "MF": "", "NR": "3833", "ENG": "1", "MA_": "2", "G_NR": "485", "MA12": "1", "MARS": "1", "NAME": "Sioli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,300", "CSINR": "", "KURTZ": "", "PHAS_": "39,800", "STUND": "4,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "30.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ernesto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.03.1879", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
486	sisto-filippo-1884-10-08	{"a1": "486", "3a_sports": "3834"}	{"ertel": "ES-3834", "lerrcp": "A1-486"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Filippo", "family": "Sisto", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1884-10-08 02:35", "note": null, "place": {"c1": null, "c2": "SS", "c3": null, "cy": "IT", "lg": 8.53364, "lat": 40.7295, "name": "Sassari", "geoid": 3167096}, "notime": null, "date-ut": "1884-10-08 01:45:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Filippo", "family": "Sisto"}, "birth": {"place": {"c2": "SS", "cy": "IT", "lg": 8.53364, "lat": 40.7295, "name": "Sassari", "geoid": 3167096}, "date-ut": "1884-10-08 01:45:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-486"}, "ids-in-sources": {"a1": "486"}}, "raw": {"H": "2", "MN": "45", "TZ": "-1", "COD": "SS", "COU": "I", "DAY": "8", "LAT": "40N48", "LON": "8E30", "MON": "10", "NUM": "486", "PRO": "C", "SEC": "4", "YEA": "1884", "CITY": "SASSARI"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1884-10-08 02:35"}, "partial-ids": {"ertel": "ES-3834"}}, "raw": {"L": "", "MF": "", "NR": "3834", "ENG": "", "MA_": "1", "G_NR": "486", "MA12": "10", "MARS": "28", "NAME": "Sisto", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,800", "CSINR": "", "KURTZ": "", "PHAS_": "87,300", "STUND": "2,58", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "08.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Filippo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.10.1884", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16165	sitjar-michel-1942-09-13	{"d6": "378", "3a_sports": "3835", "cfepp-final3": "782"}	{"cfepp": "CF-782", "ertel": "ES-3835", "lerrcp": "D6-378"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Sitjar", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-09-13 14:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": -1.44, "lat": 43.6, "name": "TOULOUSE", "geoid": null}, "notime": null, "date-ut": "1942-09-13 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Sitjar"}, "birth": {"date": "1942-09-13 14:00", "place": {"cy": "FR", "lg": 1.45, "lat": 43.61667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "378"}}, "raw": {"H": "14", "MN": "0", "DAY": "13", "LAT": "43N37", "LON": "01E27", "MON": "9", "NUM": "378", "SEC": "0", "YEA": "1942", "NAME": "Sitjar Michel"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-3835"}}, "raw": {"L": "", "MF": "", "NR": "3835", "ENG": "0", "MA_": "2", "G_NR": "378", "MA12": "3", "MARS": "9", "NAME": "Sitjar", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "4,200", "CSINR": "", "KURTZ": "", "PHAS_": "6,300", "STUND": "", "CFEPNR": "783", "EXTEND": "1", "NATION": "FRA", "TAGMON": "13.09.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "13.09.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1942-09-13 14:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": -1.44, "lat": 43.6, "name": "TOULOUSE"}, "date-ut": "1942-09-13 12:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "782"}}, "raw": {"S": "3", "LT": "14 00", "LV": "I14", "TR": "f", "UT": "12 00", "LAT": "+43.60", "SRC": "L", "LONG": "-01.44", "NAME": "SITJAR Michel", "SPORT": "Rugby League", "LOC_DATE": "1942 09 13", "UNIV_DATE": "1942 09 13", "BIRTH_PLACE": "TOULOUSE", "POSTAL_CODE": "31040 CEDEX"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16166	skrela-jean-claude-1949-10-01	{"d6": "379", "3a_sports": "3838", "cfepp-final3": "953"}	{"cfepp": "CF-953", "ertel": "ES-3838", "lerrcp": "D6-379"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Claude", "family": "Skrela", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-10-01 22:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": -1.34, "lat": 43.61, "name": "COLOMIERS", "geoid": null}, "notime": null, "date-ut": "1949-10-01 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Jean-Claude", "family": "Skrela"}, "birth": {"date": "1949-10-01 22:00", "place": {"cy": "FR", "lg": 1.45, "lat": 43.61667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "379"}}, "raw": {"H": "22", "MN": "0", "DAY": "1", "LAT": "43N37", "LON": "01E27", "MON": "10", "NUM": "379", "SEC": "0", "YEA": "1949", "NAME": "Skrela Jean Claude"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-3838"}}, "raw": {"L": "", "MF": "", "NR": "3838", "ENG": "", "MA_": "1", "G_NR": "379", "MA12": "10", "MARS": "29", "NAME": "Skrela", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "9,900", "CSINR": "", "KURTZ": "", "PHAS_": "68,600", "STUND": "", "CFEPNR": "953", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.10.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean Claude", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "01.10.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1949-10-01 22:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": -1.34, "lat": 43.61, "name": "COLOMIERS"}, "date-ut": "1949-10-01 21:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "953"}}, "raw": {"S": "10", "LT": "22 00", "LV": "I8", "TR": "f", "UT": "21 00", "LAT": "+43.61", "SRC": "L", "LONG": "-01.34", "NAME": "SKRELA Jean-Claude", "SPORT": "Rugby Union", "LOC_DATE": "1949 10 01", "UNIV_DATE": "1949 10 01", "BIRTH_PLACE": "COLOMIERS", "POSTAL_CODE": "31770"}, "date": "2023-08-20T14:46:15+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
678	skena-louis-1924-09-10	{"a1": "678", "g55": "03-103", "3a_sports": "3837", "cfepp-final3": "259"}	{"g55": "03-103", "cfepp": "CF-259", "ertel": "ES-3837", "lerrcp": "A1-678"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Skena", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1924-09-10 20:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1924-09-10 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Skena"}, "birth": {"tzo": "+01:00", "date": "1924-09-10 20:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1924-09-10 19:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-678"}, "ids-in-sources": {"a1": "678"}}, "raw": {"H": "19", "MN": "0", "TZ": "0", "COD": "06", "COU": "F", "DAY": "10", "LAT": "43N42", "LON": "7E16", "MON": "9", "NUM": "678", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "NICE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-09-10 20:00"}, "partial-ids": {"ertel": "ES-3837"}}, "raw": {"L": "", "MF": "", "NR": "3837", "ENG": "", "MA_": "1", "G_NR": "678", "MA12": "2", "MARS": "4", "NAME": "Skena", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,600", "CSINR": "", "KURTZ": "", "PHAS_": "87,200", "STUND": "20,00", "CFEPNR": "259", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Louis", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "10.09.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1924-09-10 20:00", "place": {"c3": ""}, "date-ut": "1924-09-10 19:00"}, "occus": ["boxer"], "ids-in-sources": {"cfepp-final3": "259"}}, "raw": {"S": "1", "LT": "20 00", "LV": "F", "TR": "f", "UT": "19 00", "LAT": "+43.70", "SRC": "AG", "LONG": "-07.26", "NAME": "SCHENA Louis", "SPORT": "Boxing", "LOC_DATE": "1924 09 10", "UNIV_DATE": "1924 09 10", "BIRTH_PLACE": "NICE", "POSTAL_CODE": "06074 CEDEX"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-103"}, "ids-in-source": {"g55": "03-103"}}, "raw": {"DAY": "10-9-1924", "HOUR": "20 h.", "NAME": "SKENA Louis", "PLACE": "Nice (Alpes-Maritimes)."}, "date": "2023-08-20T14:48:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
17430	smith-owen-1920-05-20	{"d10": "1196", "3a_sports": "3846"}	{"ertel": "ES-3846", "lerrcp": "D10-1196"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Owen", "family": "Smith", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1920-05-20 23:20", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -96.61667, "lat": 33.2, "name": "Mc Kinney", "geoid": null}, "notime": null, "date-ut": "1920-05-21 05:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Owen", "family": "Smith"}, "birth": {"tzo": "-06:00", "date": "1920-05-20 23:20", "place": {"c2": "TX", "cy": "US", "lg": -96.61667, "lat": 33.2, "name": "Mc Kinney"}, "date-ut": "1920-05-21 05:20"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1196"}}, "raw": {"H": "23:20", "TZ": "6h", "DAY": "20", "LAT": "33N12", "LON": "96W37", "MON": "5", "NUM": "1196", "PRO": "SP", "YEA": "1920", "CICO": "Mc Kinney, TX", "NAME": "Smith Owen"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-3846"}}, "raw": {"L": "", "MF": "", "NR": "3846", "ENG": "1", "MA_": "2", "G_NR": "1196", "MA12": "4", "MARS": "12", "NAME": "Smith", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "3,800", "CSINR": "", "KURTZ": "", "PHAS_": "4,600", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "20.05.", "ZITATE": "ST", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Owen Guinn", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "20.05.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17432	smith-stanley-1946-12-14	{"d10": "1198", "3a_sports": "3847"}	{"ertel": "ES-3847", "lerrcp": "D10-1198"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stanley", "family": "Smith", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1946-12-14 22:13", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.15, "lat": 34.15, "name": "Pasadena", "geoid": null}, "notime": null, "date-ut": "1946-12-15 06:13"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Stanley", "family": "Smith"}, "birth": {"tzo": "-08:00", "date": "1946-12-14 22:13", "place": {"c2": "CA", "cy": "US", "lg": -118.15, "lat": 34.15, "name": "Pasadena"}, "date-ut": "1946-12-15 06:13"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1198"}}, "raw": {"H": "22:13", "TZ": "8h", "DAY": "14", "LAT": "34N9", "LON": "118W9", "MON": "12", "NUM": "1198", "PRO": "SP", "YEA": "1946", "CICO": "Pasadena, CA", "NAME": "Smith Stanley"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["tennis-player"], "partial-ids": {"ertel": "ES-3847"}}, "raw": {"L": "", "MF": "", "NR": "3847", "ENG": "", "MA_": "0", "G_NR": "1198", "MA12": "9", "MARS": "25", "NAME": "Smith", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-10,20", "CSINR": "", "KURTZ": "", "PHAS_": "65,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "14.12.", "ZITATE": "DF", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Stanley Roger", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "14.12.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17435	smith-wallace-1929-04-02	{"d10": "1201", "3a_sports": "3850", "rawlins-ertel-irving": "331"}	{"ertel": "ES-3850", "csicop": "CS-331", "lerrcp": "D10-1201"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wallace", "family": "Smith", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1929-04-02 23:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati", "geoid": null}, "notime": null, "date-ut": "1929-04-03 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Wallace", "family": "Smith"}, "birth": {"tzo": "-05:00", "date": "1929-04-02 23:00", "place": {"c2": "OH", "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati"}, "date-ut": "1929-04-03 04:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1201"}}, "raw": {"H": "23:00", "TZ": "5h", "DAY": "2", "LAT": "39N6", "LON": "84W31", "MON": "4", "NUM": "1201", "PRO": "SP", "YEA": "1929", "CICO": "Cincinnati, OH", "NAME": "Smith Wallace"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["boxer"]], "ids-in-sources": {"rawlins-ertel-irving": "331"}}, "raw": {"LA1": "39", "LA2": "6", "LO1": "84", "LO2": "31", "AMPM": "P", "MARS": "15", "NAME": "Smith", "BATCH": "2", "Satz#": "331", "GEBDAT": "2 4 1929", "GEBORT": "OH", "GEBZEIT": "11 0", "VORNAME": "Wallace", "SPORTART": "BOXI", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["boxer"], "partial-ids": {"ertel": "ES-3850"}}, "raw": {"L": "", "MF": "", "NR": "3850", "ENG": "", "MA_": "0", "G_NR": "1201", "MA12": "5", "MARS": "15", "NAME": "Smith", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-9,300", "CSINR": "331", "KURTZ": "", "PHAS_": "53,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "02.04.", "ZITATE": "R", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Wallace", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "02.04.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
981	soldani-renzo-1925-05-02	{"a1": "981", "3a_sports": "3856"}	{"ertel": "ES-3856", "lerrcp": "A1-981"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renzo", "family": "Soldani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-05-02 23:00", "note": null, "place": {"c1": null, "c2": "PT", "c3": null, "cy": "IT", "lg": 10.92361, "lat": 43.92125, "name": "Pistoia", "geoid": 3170621}, "notime": null, "date-ut": "1925-05-02 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Renzo", "family": "Soldani"}, "birth": {"place": {"c2": "PT", "cy": "IT", "lg": 10.92361, "lat": 43.92125, "name": "Pistoia", "geoid": 3170621}, "date-ut": "1925-05-02 22:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-981"}, "ids-in-sources": {"a1": "981"}}, "raw": {"H": "23", "MN": "0", "TZ": "-1", "COD": "PT", "COU": "I", "DAY": "2", "LAT": "44N 0", "LON": "11E15", "MON": "5", "NUM": "981", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "PISTOIA"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-05-02 23:00"}, "partial-ids": {"ertel": "ES-3856"}}, "raw": {"L": "", "MF": "", "NR": "3856", "ENG": "", "MA_": "1", "G_NR": "981", "MA12": "7", "MARS": "19", "NAME": "Soldani", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,600", "CSINR": "", "KURTZ": "", "PHAS_": "58,400", "STUND": "23,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "02.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Renzo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.05.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16168	soler-angelino-1938-11-05	{"d6": "381", "3a_sports": "3857"}	{"ertel": "ES-3857", "lerrcp": "D6-381"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelino", "family": "Soler", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1938-11-05 11:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "ES", "lg": -0.4, "lat": 39.48333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Angelino", "family": "Soler"}, "birth": {"date": "1938-11-05 11:00", "place": {"cy": "ES", "lg": -0.4, "lat": 39.48333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "381"}}, "raw": {"H": "11", "MN": "0", "DAY": "5", "LAT": "39N29", "LON": "00W24", "MON": "11", "NUM": "381", "SEC": "0", "YEA": "1938", "NAME": "Soler Angelino"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-3857"}}, "raw": {"L": "", "MF": "", "NR": "3857", "ENG": "1", "MA_": "2", "G_NR": "381", "MA12": "4", "MARS": "12", "NAME": "Soler", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "7,000", "CSINR": "", "KURTZ": "", "PHAS_": "90,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "SPA", "TAGMON": "05.11.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Angelino", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "05.11.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1141	somers-joseph-1917-05-29	{"a1": "1141", "3a_sports": "3860"}	{"ertel": "ES-3860", "lerrcp": "A1-1141"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Somers", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1917-05-29 10:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "WOMMELGEM", "geoid": 0}, "notime": null, "date-ut": "1917-05-29 08:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Somers"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "WOMMELGEM", "geoid": 0}, "date-ut": "1917-05-29 08:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1141"}, "ids-in-sources": {"a1": "1141"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "29", "LAT": "51N14", "LON": "4E30", "MON": "5", "NUM": "1141", "PRO": "C", "SEC": "0", "YEA": "1917", "CITY": "WOMMELGEM"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1917-05-29 10:00"}, "partial-ids": {"ertel": "ES-3860"}}, "raw": {"L": "", "MF": "", "NR": "3860", "ENG": "", "MA_": "0", "G_NR": "1141", "MA12": "3", "MARS": "7", "NAME": "Somers", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "50,300", "STUND": "10,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "29.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Joseph", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.05.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
228	sommer-roger-1877-08-04	{"a1": "228", "3a_sports": "3862"}	{"ertel": "ES-3862", "lerrcp": "A1-228"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Sommer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1877-08-04 07:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 5.70908, "lat": 49.41646, "name": "Pierrepont", "geoid": 2987237}, "notime": null, "date-ut": "1877-08-04 06:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Sommer"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 5.70908, "lat": 49.41646, "name": "Pierrepont", "geoid": 2987237}, "date-ut": "1877-08-04 06:35:12"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-228"}, "ids-in-sources": {"a1": "228"}}, "raw": {"H": "6", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "4", "LAT": "48N42", "LON": "6E12", "MON": "8", "NUM": "228", "PRO": "C", "SEC": "12", "YEA": "1877", "CITY": "PIERREPONT"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1877-08-04 07:00"}, "partial-ids": {"ertel": "ES-3862"}}, "raw": {"L": "", "MF": "", "NR": "3862", "ENG": "", "MA_": "0", "G_NR": "228", "MA12": "6", "MARS": "17", "NAME": "Sommer", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,40", "CSINR": "", "KURTZ": "", "PHAS_": "33,800", "STUND": "7,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.08.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "04.08.1877", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1605	sperotto-giovanni-1927-11-13	{"a1": "1606", "3a_sports": "3872"}	{"ertel": "ES-3872", "lerrcp": "A1-1606"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Sperotto", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-11-13 08:30", "note": null, "place": {"c1": null, "c2": "VI", "c3": null, "cy": "IT", "lg": 11.5668, "lat": 45.7057, "name": "Breganze", "geoid": 3181583}, "notime": null, "date-ut": "1927-11-13 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Sperotto"}, "birth": {"place": {"c2": "VI", "cy": "IT", "lg": 11.5668, "lat": 45.7057, "name": "Breganze", "geoid": 3181583}, "date-ut": "1927-11-13 07:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1606"}, "ids-in-sources": {"a1": "1606"}}, "raw": {"H": "8", "MN": "30", "TZ": "-1", "COD": "VI", "COU": "I", "DAY": "13", "LAT": "45N30", "LON": "12E 0", "MON": "11", "NUM": "1606", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "BREGANZE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-11-13 08:30"}, "partial-ids": {"ertel": "ES-3872"}}, "raw": {"L": "", "MF": "", "NR": "3872", "ENG": "", "MA_": "1", "G_NR": "1606", "MA12": "2", "MARS": "4", "NAME": "Sperotto", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,900", "CSINR": "", "KURTZ": "", "PHAS_": "81,700", "STUND": "8,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "13.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giovanni", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.11.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1143	spiessens-alfons-1888-11-05	{"a1": "1143", "3a_sports": "3873"}	{"ertel": "ES-3873", "lerrcp": "A1-1143"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfons", "family": "Spiessens", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1888-11-05 12:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MECHELEN", "geoid": 0}, "notime": null, "date-ut": "1888-11-05 11:42:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Alfons", "family": "Spiessens"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MECHELEN", "geoid": 0}, "date-ut": "1888-11-05 11:42:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1143"}, "ids-in-sources": {"a1": "1143"}}, "raw": {"H": "11", "MN": "42", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "5", "LAT": "51N14", "LON": "4E30", "MON": "11", "NUM": "1143", "PRO": "C", "SEC": "0", "YEA": "1888", "CITY": "MECHELEN"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1888-11-05 12:00"}, "partial-ids": {"ertel": "ES-3873"}}, "raw": {"L": "", "MF": "", "NR": "3873", "ENG": "1", "MA_": "2", "G_NR": "1143", "MA12": "1", "MARS": "1", "NAME": "Spiessens", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,500", "CSINR": "", "KURTZ": "", "PHAS_": "1,700", "STUND": "12,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "05.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alfons", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.11.1888", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17445	spitz-mark-1950-02-10	{"d10": "1211", "3a_sports": "3876", "rawlins-ertel-irving": "335"}	{"ertel": "ES-3876", "csicop": "CS-335", "lerrcp": "D10-1211"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mark", "family": "Spitz", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1950-02-10 17:45", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -121, "lat": 37.65, "name": "Modesto", "geoid": null}, "notime": null, "date-ut": "1950-02-11 01:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "Mark", "family": "Spitz"}, "birth": {"tzo": "-08:00", "date": "1950-02-10 17:45", "place": {"c2": "CA", "cy": "US", "lg": -121, "lat": 37.65, "name": "Modesto"}, "date-ut": "1950-02-11 01:45"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1211"}}, "raw": {"H": "17:45", "TZ": "8h", "DAY": "10", "LAT": "37N39", "LON": "121W0", "MON": "2", "NUM": "1211", "PRO": "SP", "YEA": "1950", "CICO": "Modesto, CA", "NAME": "Spitz Mark"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["swimmer"]], "ids-in-sources": {"rawlins-ertel-irving": "335"}}, "raw": {"LA1": "37", "LA2": "39", "LO1": "121", "LO2": "0", "AMPM": "P", "MARS": "31", "NAME": "Spitz", "BATCH": "1", "Satz#": "335", "GEBDAT": "10 2 1950", "GEBORT": "CA", "GEBZEIT": "5 45", "VORNAME": "Marc Andrew", "SPORTART": "SWIM", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["swimmer"], "partial-ids": {"ertel": "ES-3876"}}, "raw": {"L": "", "MF": "", "NR": "3876", "ENG": "", "MA_": "1", "G_NR": "1211", "MA12": "11", "MARS": "31", "NAME": "Spitz", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-11,40", "CSINR": "335", "KURTZ": "", "PHAS_": "47,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "10.02.", "ZITATE": "DKSBEFX", "ZITSUM": "7", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marc Andrew", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "10.02.1950", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SWIM", "CHRISNAME": "1", "ZITSUM_OD": "6"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
118	stagnoli-antonio-1919-06-01	{"a1": "118", "3a_sports": "3883"}	{"ertel": "ES-3883", "lerrcp": "A1-118"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Stagnoli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-06-01 11:00", "note": null, "place": {"c1": null, "c2": "BS", "c3": null, "cy": "IT", "lg": 10.22727, "lat": 45.52478, "name": "Brescia", "geoid": 3181554}, "notime": null, "date-ut": "1919-06-01 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Antonio", "family": "Stagnoli"}, "birth": {"place": {"c2": "BS", "cy": "IT", "lg": 10.22727, "lat": 45.52478, "name": "Brescia", "geoid": 3181554}, "date-ut": "1919-06-01 09:00"}, "occus": ["motor-sports-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-118"}, "ids-in-sources": {"a1": "118"}}, "raw": {"H": "10", "MN": "0", "TZ": "-1", "COD": "BS", "COU": "I", "DAY": "1", "LAT": "45N30", "LON": "11E 0", "MON": "6", "NUM": "118", "PRO": "C", "SEC": "0", "YEA": "1919", "CITY": "BRESCIA"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1919-06-01 11:00"}, "partial-ids": {"ertel": "ES-3883"}}, "raw": {"L": "", "MF": "", "NR": "3883", "ENG": "", "MA_": "0", "G_NR": "118", "MA12": "3", "MARS": "7", "NAME": "Stagnoli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,500", "CSINR": "", "KURTZ": "", "PHAS_": "8,600", "STUND": "11,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Antonio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.06.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17458	starr-bryen-1934-01-09	{"d10": "1224", "3a_sports": "3890", "rawlins-ertel-irving": "336"}	{"ertel": "ES-3890", "csicop": "CS-336", "lerrcp": "D10-1224"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bryen", "family": "Starr", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1934-01-09 15:00", "note": null, "place": {"c1": null, "c2": "AL", "c3": null, "cy": "US", "lg": -86.31667, "lat": 32.38333, "name": "Montgomery", "geoid": null}, "notime": null, "date-ut": "1934-01-09 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "Bryen", "family": "Starr"}, "birth": {"tzo": "-06:00", "date": "1934-01-09 15:00", "place": {"c2": "AL", "cy": "US", "lg": -86.31667, "lat": 32.38333, "name": "Montgomery"}, "date-ut": "1934-01-09 21:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1224"}}, "raw": {"H": "15:00", "TZ": "6h", "DAY": "9", "LAT": "32N23", "LON": "86W19", "MON": "1", "NUM": "1224", "PRO": "SP", "YEA": "1934", "CICO": "Montgomery, AL", "NAME": "Starr Bryen"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "336"}}, "raw": {"LA1": "32", "LA2": "23", "LO1": "86", "LO2": "18", "AMPM": "P", "MARS": "12", "NAME": "Starr", "BATCH": "1", "Satz#": "336", "GEBDAT": "9 1 1934", "GEBORT": "AL", "GEBZEIT": "3 0", "VORNAME": "Bryan Bartlett", "SPORTART": "FOOT", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-3890"}}, "raw": {"L": "", "MF": "", "NR": "3890", "ENG": "1", "MA_": "2", "G_NR": "1224", "MA12": "4", "MARS": "12", "NAME": "Starr", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-10,40", "CSINR": "336", "KURTZ": "", "PHAS_": "49,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "09.01.", "ZITATE": "BX", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bryan Bartlett", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "09.01.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17460	stearns-charles-1939-02-13	{"d10": "1226", "3a_sports": "3893"}	{"ertel": "ES-3893", "lerrcp": "D10-1226"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Stearns", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1939-02-13 07:58", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles", "geoid": null}, "notime": null, "date-ut": "1939-02-13 15:58"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Stearns"}, "birth": {"tzo": "-08:00", "date": "1939-02-13 07:58", "place": {"c2": "CA", "cy": "US", "lg": -118.25, "lat": 34.06667, "name": "Los Angeles"}, "date-ut": "1939-02-13 15:58"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1226"}}, "raw": {"H": "07:58", "TZ": "8h", "DAY": "13", "LAT": "34N4", "LON": "118W15", "MON": "2", "NUM": "1226", "PRO": "SP", "YEA": "1939", "CICO": "Los Angeles, CA", "NAME": "Stearns Charles"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["skier"], "partial-ids": {"ertel": "ES-3893"}}, "raw": {"L": "", "MF": "", "NR": "3893", "ENG": "1", "MA_": "2", "G_NR": "1226", "MA12": "4", "MARS": "12", "NAME": "Stearns", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "32,400", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "13.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Charles E.", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.02.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22620	accambray-jacques-1950-05-23	{"3a_sports": "9"}	{"ertel": "ES-9"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Accambray", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1950-05-23", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jacques", "family": "Accambray"}, "birth": {"date": "1950-05-23", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "9", "ENG": "", "MA_": "0", "G_NR": "4", "MA12": "8", "MARS": "24", "NAME": "Accambray", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "8,900", "CSINR": "", "KURTZ": "", "PHAS_": "30,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "23.05.1950", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1606	stellin-adone-1921-03-03	{"a1": "1607", "3a_sports": "3901"}	{"ertel": "ES-3901", "lerrcp": "A1-1607"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adone", "family": "Stellin", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1921-03-03 08:00", "note": null, "place": {"c1": null, "c2": "VI", "c3": null, "cy": "IT", "lg": 11.35739, "lat": 45.7124, "name": "Schio", "geoid": 3166917}, "notime": null, "date-ut": "1921-03-03 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Adone", "family": "Stellin"}, "birth": {"place": {"c2": "VI", "cy": "IT", "lg": 11.35739, "lat": 45.7124, "name": "Schio", "geoid": 3166917}, "date-ut": "1921-03-03 07:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1607"}, "ids-in-sources": {"a1": "1607"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "VI", "COU": "I", "DAY": "3", "LAT": "45N30", "LON": "12E 0", "MON": "3", "NUM": "1607", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "SCHIO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "F", "birth": {"date": "1921-03-03 08:00"}, "partial-ids": {"ertel": "ES-3901"}}, "raw": {"L": "", "MF": "F", "NR": "3901", "ENG": "1", "MA_": "2", "G_NR": "1607", "MA12": "1", "MARS": "1", "NAME": "Stellin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "36,700", "STUND": "8,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "03.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Adone", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.03.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
681	stock-gilbert-1925-07-27	{"a1": "681", "g55": "03-557", "3a_sports": "3908"}	{"g55": "03-557", "ertel": "ES-3908", "lerrcp": "A1-681"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilbert", "family": "Stock", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1925-07-27 10:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.58333, "lat": 47.8, "name": "Saint-Martin-du-Tertre", "geoid": 0}, "notime": null, "date-ut": "1925-07-27 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Gilbert", "family": "Stock"}, "birth": {"tzo": "+01:00", "date": "1925-07-27 10:00", "place": {"c2": "89", "cy": "FR", "lg": 3.58333, "lat": 47.8, "name": "Saint-Martin-du-Te", "geoid": 0}, "date-ut": "1925-07-27 09:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-681"}, "ids-in-sources": {"a1": "681"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "89", "COU": "F", "DAY": "27", "LAT": "47N48", "LON": "3E35", "MON": "7", "NUM": "681", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "ST-MARTIN-DU-TE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-07-27 10:00"}, "partial-ids": {"ertel": "ES-3908"}}, "raw": {"L": "", "MF": "", "NR": "3908", "ENG": "", "MA_": "1", "G_NR": "681", "MA12": "2", "MARS": "4", "NAME": "Stock", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,900", "CSINR": "", "KURTZ": "", "PHAS_": "31,300", "STUND": "10,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gilbert", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "27.07.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Martin-du-Tertre"}}, "partial-ids": {"g55": "03-557"}, "ids-in-source": {"g55": "03-557"}}, "raw": {"DAY": "27-7-1925", "HOUR": "10 h.", "NAME": "STOCK Gilbert", "PLACE": "Saint-Martin-du-Tertre (Yonne)."}, "date": "2023-08-20T14:48:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1384	stievenard-michel-1937-09-21	{"a1": "1385", "3a_sports": "3906", "cfepp-final3": "1091"}	{"cfepp": "CF-1091", "cpara": "CP-524", "ertel": "ES-3906", "lerrcp": "A1-1385"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Stievenard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1937-09-21 09:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.1149, "lat": 50.38717, "name": "Waziers", "geoid": 2967410}, "notime": null, "date-ut": "1937-09-21 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Stievenard"}, "birth": {"tzo": "+01:00", "date": "1937-09-21 09:00", "place": {"c2": "59", "cy": "FR", "lg": 3.1149, "lat": 50.38717, "name": "Waziers", "geoid": 2967410}, "date-ut": "1937-09-21 08:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1385"}, "ids-in-sources": {"a1": "1385"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "59", "COU": "F", "DAY": "21", "LAT": "50N39", "LON": "3E 5", "MON": "9", "NUM": "1385", "PRO": "C", "SEC": "0", "YEA": "1937", "CITY": "WAZIERS"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1937-09-21 09:00"}, "partial-ids": {"ertel": "ES-3906"}}, "raw": {"L": "", "MF": "", "NR": "3906", "ENG": "", "MA_": "1", "G_NR": "1385", "MA12": "10", "MARS": "30", "NAME": "Stievenard", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,000", "CSINR": "", "KURTZ": "", "PHAS_": "99,500", "STUND": "9,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "524", "VORNAME": "Michel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "21.09.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1937-09-21 09:00", "place": {"c3": ""}, "date-ut": "1937-09-21 08:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "1091"}}, "raw": {"S": "10", "LT": "09 00", "LV": "2", "TR": "f", "UT": "08 00", "LAT": "+50.39", "SRC": "L   I", "LONG": "-03.12", "NAME": "STIEVENARD Michel", "SPORT": "Soccer", "LOC_DATE": "1937 09 21", "UNIV_DATE": "1937 09 21", "BIRTH_PLACE": "WAZIERS", "POSTAL_CODE": "59119"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1145	stockelynck-henri-1893-12-28	{"a1": "1145", "3a_sports": "3910"}	{"ertel": "ES-3910", "lerrcp": "A1-1145"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Stockelynck", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1893-12-28 02:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OOSTDUINKERKE", "geoid": 0}, "notime": null, "date-ut": "1893-12-28 02:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Stockelynck"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OOSTDUINKERKE", "geoid": 0}, "date-ut": "1893-12-28 02:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1145"}, "ids-in-sources": {"a1": "1145"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "28", "LAT": "51N13", "LON": "3E15", "MON": "12", "NUM": "1145", "PRO": "C", "SEC": "0", "YEA": "1893", "CITY": "OOSTDUINKERKE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1893-12-28 02:00"}, "partial-ids": {"ertel": "ES-3910"}}, "raw": {"L": "", "MF": "", "NR": "3910", "ENG": "", "MA_": "0", "G_NR": "1145", "MA12": "11", "MARS": "33", "NAME": "Stockelynck", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,700", "CSINR": "", "KURTZ": "", "PHAS_": "70,400", "STUND": "2,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "28.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.12.1893", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17473	stockton-david-1941-11-02	{"d10": "1239", "3a_sports": "3912"}	{"ertel": "ES-3912", "lerrcp": "D10-1239"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "David", "family": "Stockton", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1941-11-02 03:07", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -117.31667, "lat": 34.11667, "name": "San Bernardino", "geoid": null}, "notime": null, "date-ut": "1941-11-02 11:07"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["golfer"]	5	null	[{"new": {"name": {"given": "David", "family": "Stockton"}, "birth": {"tzo": "-08:00", "date": "1941-11-02 03:07", "place": {"c2": "CA", "cy": "US", "lg": -117.31667, "lat": 34.11667, "name": "San Bernardino"}, "date-ut": "1941-11-02 11:07"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1239"}}, "raw": {"H": "03:07", "TZ": "8h", "DAY": "2", "LAT": "34N7", "LON": "117W19", "MON": "11", "NUM": "1239", "PRO": "SP", "YEA": "1941", "CICO": "San Bernardino, CA", "NAME": "Stockton David"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["golfer"], "partial-ids": {"ertel": "ES-3912"}}, "raw": {"L": "", "MF": "", "NR": "3912", "ENG": "", "MA_": "0", "G_NR": "1239", "MA12": "6", "MARS": "17", "NAME": "Stockton", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "4,600", "CSINR": "", "KURTZ": "", "PHAS_": "96,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "02.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "David", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.11.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "GOLF", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16172	stommelen-rolf-1943-07-11	{"d6": "385", "3a_sports": "3913"}	{"ertel": "ES-3913", "lerrcp": "D6-385"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rolf", "family": "Stommelen", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-07-11 02:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.03333, "lat": 50.86667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Rolf", "family": "Stommelen"}, "birth": {"date": "1943-07-11 02:15", "place": {"cy": "DE", "lg": 8.03333, "lat": 50.86667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "385"}}, "raw": {"H": "2", "MN": "15", "DAY": "11", "LAT": "50N52", "LON": "08E02", "MON": "7", "NUM": "385", "SEC": "0", "YEA": "1943", "NAME": "Stommelen Rolf"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["motor-sports-competitor"], "partial-ids": {"ertel": "ES-3913"}}, "raw": {"L": "", "MF": "", "NR": "3913", "ENG": "1", "MA_": "2", "G_NR": "385", "MA12": "1", "MARS": "2", "NAME": "Stommelen", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "10,100", "CSINR": "", "KURTZ": "", "PHAS_": "53,300", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "GER", "TAGMON": "11.07.", "ZITATE": "DC", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Rolf", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "11.07.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AUTO", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1671	stynen-emile-1907-11-02	{"a1": "1672", "3a_sports": "3926"}	{"cpara": "CP-457", "ertel": "ES-3926", "lerrcp": "A1-1672"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Stynen", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1907-11-02 03:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1907-11-02 03:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Stynen"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1907-11-02 03:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1672"}, "ids-in-sources": {"a1": "1672"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "2", "LAT": "51N14", "LON": "4E30", "MON": "11", "NUM": "1672", "PRO": "C", "SEC": "0", "YEA": "1907", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1907-11-02 03:00"}, "partial-ids": {"ertel": "ES-3926"}}, "raw": {"L": "", "MF": "", "NR": "3926", "ENG": "", "MA_": "0", "G_NR": "1672", "MA12": "8", "MARS": "24", "NAME": "Stynen", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,100", "CSINR": "", "KURTZ": "", "PHAS_": "17,400", "STUND": "3,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "02.11.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "457", "VORNAME": "Emile", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "02.11.1907", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1386	stricanne-marceau-1920-01-01	{"a1": "1387", "g55": "03-288", "3a_sports": "3921"}	{"g55": "03-288", "ertel": "ES-3921", "lerrcp": "A1-1387"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marceau", "family": "Stricanne", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1920-01-01 08:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Lhomme", "geoid": 0}, "notime": null, "date-ut": "1920-01-01 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Marceau", "family": "Stricanne"}, "birth": {"tzo": "+00:00", "date": "1920-01-01 08:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Lhomme", "geoid": 0}, "date-ut": "1920-01-01 08:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1387"}, "ids-in-sources": {"a1": "1387"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "59", "COU": "F", "DAY": "1", "LAT": "50N39", "LON": "3E 5", "MON": "1", "NUM": "1387", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "LHOMME"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-01-01 08:00"}, "partial-ids": {"ertel": "ES-3921"}}, "raw": {"L": "", "MF": "", "NR": "3921", "ENG": "1", "MA_": "2", "G_NR": "1387", "MA12": "4", "MARS": "12", "NAME": "Stricanne", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,900", "CSINR": "", "KURTZ": "", "PHAS_": "69,500", "STUND": "8,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "01.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Marceau", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "01.01.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Lhomme"}}, "partial-ids": {"g55": "03-288"}, "ids-in-source": {"g55": "03-288"}}, "raw": {"DAY": "1-1-1920", "HOUR": "8 h.", "NAME": "STRICANNE Marceau", "PLACE": "Lhomme (Nord)."}, "date": "2023-08-20T14:48:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
488	suglia-cesare-1887-01-04	{"a1": "488", "3a_sports": "3931"}	{"ertel": "ES-3931", "lerrcp": "A1-488"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cesare", "family": "Suglia", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1887-01-04 05:00", "note": null, "place": {"c1": null, "c2": "BA", "c3": null, "cy": "IT", "lg": 16.85118, "lat": 41.11773, "name": "Bari", "geoid": 3182351}, "notime": null, "date-ut": "1887-01-04 04:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Cesare", "family": "Suglia"}, "birth": {"place": {"c2": "BA", "cy": "IT", "lg": 16.85118, "lat": 41.11773, "name": "Bari", "geoid": 3182351}, "date-ut": "1887-01-04 04:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-488"}, "ids-in-sources": {"a1": "488"}}, "raw": {"H": "5", "MN": "10", "TZ": "-1", "COD": "BA", "COU": "I", "DAY": "4", "LAT": "41N12", "LON": "17E 0", "MON": "1", "NUM": "488", "PRO": "C", "SEC": "4", "YEA": "1887", "CITY": "BARI"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1887-01-04 05:00"}, "partial-ids": {"ertel": "ES-3931"}}, "raw": {"L": "", "MF": "", "NR": "3931", "ENG": "", "MA_": "0", "G_NR": "488", "MA12": "11", "MARS": "32", "NAME": "Suglia", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,500", "CSINR": "", "KURTZ": "", "PHAS_": "64,300", "STUND": "5,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "04.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Cesare", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.01.1887", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
490	suster-vittorio-1899-08-28	{"a1": "490", "3a_sports": "3937"}	{"ertel": "ES-3937", "lerrcp": "A1-490"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vittorio", "family": "Suster", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1899-08-28 06:00", "note": null, "place": {"c1": null, "c2": "TN", "c3": null, "cy": "IT", "lg": 11.12108, "lat": 46.06787, "name": "Trento", "geoid": 3165243}, "notime": null, "date-ut": "1899-08-28 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Vittorio", "family": "Suster"}, "birth": {"place": {"c2": "TN", "cy": "IT", "lg": 11.12108, "lat": 46.06787, "name": "Trento", "geoid": 3165243}, "date-ut": "1899-08-28 05:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-490"}, "ids-in-sources": {"a1": "490"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "TN", "COU": "I", "DAY": "28", "LAT": "46N 0", "LON": "12E 0", "MON": "8", "NUM": "490", "PRO": "C", "SEC": "0", "YEA": "1899", "CITY": "TRENTO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1899-08-28 06:00"}, "partial-ids": {"ertel": "ES-3937"}}, "raw": {"L": "", "MF": "", "NR": "3937", "ENG": "", "MA_": "0", "G_NR": "490", "MA12": "11", "MARS": "32", "NAME": "Suster", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,30", "CSINR": "", "KURTZ": "", "PHAS_": "50,100", "STUND": "6,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "28.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Vittorio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.08.1899", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
564	sweering-johannes-1909-06-21	{"a1": "564", "3a_sports": "3942"}	{"ertel": "ES-3942", "lerrcp": "A1-564"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Sweering", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1909-06-21 06:00", "note": null, "place": {"c1": null, "c2": "AD", "c3": null, "cy": "NL", "lg": 4.88333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "notime": null, "date-ut": "1909-06-21 05:40:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["billard-player"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Sweering"}, "birth": {"place": {"c2": "AD", "cy": "NL", "lg": 4.88333, "lat": 52.36667, "name": "AMSTERDAM", "geoid": 0}, "date-ut": "1909-06-21 05:40:28"}, "occus": ["billard-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-564"}, "ids-in-sources": {"a1": "564"}}, "raw": {"H": "5", "MN": "40", "TZ": "0", "COD": "AD", "COU": "N", "DAY": "21", "LAT": "52N22", "LON": "4E53", "MON": "6", "NUM": "564", "PRO": "C", "SEC": "28", "YEA": "1909", "CITY": "AMSTERDAM"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1909-06-21 06:00"}, "partial-ids": {"ertel": "ES-3942"}}, "raw": {"L": "", "MF": "", "NR": "3942", "ENG": "1", "MA_": "2", "G_NR": "564", "MA12": "4", "MARS": "11", "NAME": "Sweereing", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,300", "CSINR": "", "KURTZ": "", "PHAS_": "10,000", "STUND": "6,00", "CFEPNR": "", "EXTEND": "1", "NATION": "NET", "TAGMON": "21.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Johannes", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.06.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BILL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
759	sybille-francois-1906-08-30	{"a1": "759", "3a_sports": "3945"}	{"ertel": "ES-3945", "lerrcp": "A1-759"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Sybille", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1906-08-30 21:30", "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1906-08-30 21:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "François", "family": "Sybille"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1906-08-30 21:30:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-759"}, "ids-in-sources": {"a1": "759"}}, "raw": {"H": "21", "MN": "30", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "30", "LAT": "50N39", "LON": "5E30", "MON": "8", "NUM": "759", "PRO": "C", "SEC": "0", "YEA": "1906", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1906-08-30 21:30"}, "partial-ids": {"ertel": "ES-3945"}}, "raw": {"L": "", "MF": "", "NR": "3945", "ENG": "", "MA_": "0", "G_NR": "759", "MA12": "9", "MARS": "25", "NAME": "Sybille", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,600", "CSINR": "", "KURTZ": "", "PHAS_": "81,600", "STUND": "21,50", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "30.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Francois", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.08.1906", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
230	tabuteau-maurice-1884-04-24	{"a1": "230", "3a_sports": "3952"}	{"ertel": "ES-3952", "lerrcp": "A1-230"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Tabuteau", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1884-04-24 12:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "10", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1884-04-24 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Tabuteau"}, "birth": {"tzo": "+00:09:24", "date": "1884-04-24 12:00", "place": {"c2": "75", "c3": "10", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1884-04-24 11:50:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-230"}, "ids-in-sources": {"a1": "230"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "24", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "230", "PRO": "C", "SEC": "40", "YEA": "1884", "CITY": "PARIS 10E"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1884-04-24 12:00"}, "partial-ids": {"ertel": "ES-3952"}}, "raw": {"L": "", "MF": "", "NR": "3952", "ENG": "1", "MA_": "2", "G_NR": "230", "MA12": "1", "MARS": "1", "NAME": "Tabuteau", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,800", "CSINR": "", "KURTZ": "", "PHAS_": "3,900", "STUND": "12,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "24.04.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Maurice", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "24.04.1884", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
491	tacchini-guido-1886-09-03	{"a1": "491", "3a_sports": "3953"}	{"ertel": "ES-3953", "lerrcp": "A1-491"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guido", "family": "Tacchini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1886-09-03 06:30", "note": null, "place": {"c1": null, "c2": "GE", "c3": null, "cy": "IT", "lg": 9, "lat": 44.4, "name": "GENOVA", "geoid": 0}, "notime": null, "date-ut": "1886-09-03 05:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Guido", "family": "Tacchini"}, "birth": {"place": {"c2": "GE", "cy": "IT", "lg": 9, "lat": 44.4, "name": "GENOVA", "geoid": 0}, "date-ut": "1886-09-03 05:40:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-491"}, "ids-in-sources": {"a1": "491"}}, "raw": {"H": "6", "MN": "40", "TZ": "-1", "COD": "GE", "COU": "I", "DAY": "3", "LAT": "44N24", "LON": "9E 0", "MON": "9", "NUM": "491", "PRO": "C", "SEC": "4", "YEA": "1886", "CITY": "GENOVA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1886-09-03 06:30"}, "partial-ids": {"ertel": "ES-3953"}}, "raw": {"L": "", "MF": "", "NR": "3953", "ENG": "", "MA_": "1", "G_NR": "491", "MA12": "11", "MARS": "31", "NAME": "Tacchini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,300", "CSINR": "", "KURTZ": "", "PHAS_": "26,100", "STUND": "6,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "03.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Guido", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.09.1886", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1995	taillantou-pierre-1920-08-07	{"a1": "1997", "g55": "03-416", "3a_sports": "3960", "cfepp-final3": "783"}	{"g55": "03-416", "cfepp": "CF-783", "ertel": "ES-3960", "lerrcp": "A1-1997"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Taillantou", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1920-08-07 05:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -0.35164, "lat": 43.28753, "name": "Bizanos", "geoid": 3032496}, "notime": null, "date-ut": "1920-08-07 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Taillantou"}, "birth": {"tzo": "+01:00", "date": "1920-08-07 05:00", "place": {"c2": "64", "cy": "FR", "lg": -0.35164, "lat": 43.28753, "name": "Bizanos", "geoid": 3032496}, "date-ut": "1920-08-07 04:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1997"}, "ids-in-sources": {"a1": "1997"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "7", "LAT": "43N18", "LON": "0W22", "MON": "8", "NUM": "1997", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "BIZANOS"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-08-07 05:00"}, "partial-ids": {"ertel": "ES-3960"}}, "raw": {"L": "", "MF": "", "NR": "3960", "ENG": "", "MA_": "0", "G_NR": "1997", "MA12": "9", "MARS": "25", "NAME": "Taillantou", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,50", "CSINR": "", "KURTZ": "", "PHAS_": "56,100", "STUND": "5,00", "CFEPNR": "784", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "07.08.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1920-08-07 05:00", "place": {"c3": ""}, "date-ut": "1920-08-07 04:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "783"}}, "raw": {"S": "9", "LT": "05 00", "LV": "I", "TR": "f", "UT": "04 00", "LAT": "+43.28", "SRC": "AG", "LONG": "+00.37", "NAME": "TAILLANTOU Pierre", "SPORT": "Rugby League", "LOC_DATE": "1920 08 07", "UNIV_DATE": "1920 08 07", "BIRTH_PLACE": "BIZANOS", "POSTAL_CODE": "64320"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-416"}, "ids-in-source": {"g55": "03-416"}}, "raw": {"DAY": "7-8-1920", "HOUR": "5 h.", "NAME": "TAILLANTOU Pierre", "PLACE": "Bizanos (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
17490	talbert-william-1918-09-04	{"d10": "1256", "3a_sports": "3962"}	{"ertel": "ES-3962", "lerrcp": "D10-1256"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Talbert", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1918-09-04 21:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati", "geoid": null}, "notime": null, "date-ut": "1918-09-05 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "William", "family": "Talbert"}, "birth": {"tzo": "-05:00", "date": "1918-09-04 21:00", "place": {"c2": "OH", "cy": "US", "lg": -84.51667, "lat": 39.1, "name": "Cincinnati"}, "date-ut": "1918-09-05 02:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1256"}}, "raw": {"H": "21:00", "TZ": "5h", "DAY": "4", "LAT": "39N6", "LON": "84W31", "MON": "9", "NUM": "1256", "PRO": "SP", "YEA": "1918", "CICO": "Cincinnati, OH", "NAME": "Talbert William"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["tennis-player"], "partial-ids": {"ertel": "ES-3962"}}, "raw": {"L": "", "MF": "", "NR": "3962", "ENG": "", "MA_": "1", "G_NR": "1256", "MA12": "6", "MARS": "18", "NAME": "Talbert", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-3,600", "CSINR": "", "KURTZ": "", "PHAS_": "2,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "04.09.", "ZITATE": "X", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "William F.", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "04.09.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16177	talbourdet-georges-1951-12-05	{"d6": "390", "3a_sports": "3963"}	{"ertel": "ES-3963", "lerrcp": "D6-390"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Talbourdet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1951-12-05 10:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": -2.45, "lat": 48.63333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Talbourdet"}, "birth": {"date": "1951-12-05 10:30", "place": {"cy": "FR", "lg": -2.45, "lat": 48.63333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "390"}}, "raw": {"H": "10", "MN": "30", "DAY": "5", "LAT": "48N38", "LON": "02W27", "MON": "12", "NUM": "390", "SEC": "0", "YEA": "1951", "NAME": "Talbourdet Georges"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-3963"}}, "raw": {"L": "", "MF": "", "NR": "3963", "ENG": "1", "MA_": "2", "G_NR": "390", "MA12": "4", "MARS": "12", "NAME": "Talbourdet", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "10,900", "CSINR": "", "KURTZ": "", "PHAS_": "42,600", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "05.12.", "ZITATE": "O", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "05.12.1951", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
493	tarantini-raffaello-1895-09-23	{"a1": "493", "3a_sports": "3968"}	{"ertel": "ES-3968", "lerrcp": "A1-493"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raffaello", "family": "Tarantini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1895-09-23 16:00", "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "notime": null, "date-ut": "1895-09-23 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Raffaello", "family": "Tarantini"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.25, "lat": 40.83333, "name": "Napoli", "geoid": 3172394}, "date-ut": "1895-09-23 15:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-493"}, "ids-in-sources": {"a1": "493"}}, "raw": {"H": "16", "MN": "0", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "23", "LAT": "40N54", "LON": "14E 0", "MON": "9", "NUM": "493", "PRO": "C", "SEC": "0", "YEA": "1895", "CITY": "NAPOLI"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1895-09-23 16:00"}, "partial-ids": {"ertel": "ES-3968"}}, "raw": {"L": "", "MF": "", "NR": "3968", "ENG": "", "MA_": "0", "G_NR": "493", "MA12": "5", "MARS": "15", "NAME": "Tarantini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,700", "CSINR": "", "KURTZ": "", "PHAS_": "22,400", "STUND": "16,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "23.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Raffaello", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.09.1895", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17496	tarr-jerry-1939-08-27	{"d10": "1262", "3a_sports": "3972", "rawlins-ertel-irving": "352"}	{"ertel": "ES-3972", "csicop": "CS-352", "lerrcp": "D10-1262"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jerry", "family": "Tarr", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-06:00", "date": "1939-08-27 06:10", "note": null, "place": {"c1": null, "c2": "KS", "c3": null, "cy": "US", "lg": -95.66667, "lat": 39.05, "name": "Topeka", "geoid": null}, "notime": null, "date-ut": "1939-08-27 12:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Jerry", "family": "Tarr"}, "birth": {"tzo": "-06:00", "date": "1939-08-27 06:10", "place": {"c2": "KS", "cy": "US", "lg": -95.66667, "lat": 39.05, "name": "Topeka"}, "date-ut": "1939-08-27 12:10"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1262"}}, "raw": {"H": "06:10", "TZ": "6h", "DAY": "27", "LAT": "39N3", "LON": "95W40", "MON": "8", "NUM": "1262", "PRO": "SP", "YEA": "1939", "CICO": "Topeka, KS", "NAME": "Tarr Jerry"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "352"}}, "raw": {"LA1": "39", "LA2": "3", "LO1": "95", "LO2": "40", "AMPM": "A", "MARS": "23", "NAME": "Tarr", "BATCH": "2", "Satz#": "352", "GEBDAT": "27 8 1939", "GEBORT": "KS", "GEBZEIT": "6 10", "VORNAME": "Jerry", "SPORTART": "TRAC", "ZEITZONE": "6"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-3972"}}, "raw": {"L": "", "MF": "", "NR": "3972", "ENG": "", "MA_": "0", "G_NR": "1262", "MA12": "8", "MARS": "23", "NAME": "Tarr", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "5,800", "CSINR": "352", "KURTZ": "", "PHAS_": "92,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "27.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jerry", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.08.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
120	taruffi-piero-1906-10-12	{"a1": "120", "3a_sports": "3973"}	{"ertel": "ES-3973", "lerrcp": "A1-120"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Piero", "family": "Taruffi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1906-10-12 19:00", "note": null, "place": {"c1": null, "c2": "RM", "c3": null, "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ALBANOLAZ", "geoid": 0}, "notime": null, "date-ut": "1906-10-12 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Piero", "family": "Taruffi"}, "birth": {"place": {"c2": "RM", "cy": "IT", "lg": 12.5, "lat": 41.9, "name": "ALBANOLAZ", "geoid": 0}, "date-ut": "1906-10-12 18:00"}, "occus": ["motor-sports-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-120"}, "ids-in-sources": {"a1": "120"}}, "raw": {"H": "19", "MN": "0", "TZ": "-1", "COD": "RM", "COU": "I", "DAY": "12", "LAT": "41N54", "LON": "12E30", "MON": "10", "NUM": "120", "PRO": "C", "SEC": "0", "YEA": "1906", "CITY": "ALBANOLAZ"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1906-10-12 19:00"}, "partial-ids": {"ertel": "ES-3973"}}, "raw": {"L": "", "MF": "", "NR": "3973", "ENG": "", "MA_": "0", "G_NR": "120", "MA12": "8", "MARS": "23", "NAME": "Taruffi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,700", "CSINR": "", "KURTZ": "", "PHAS_": "37,100", "STUND": "19,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "12.10.", "ZITATE": "CE", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Piero", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "12.10.1906", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
685	tarmoul-mohamed-1930-07-13	{"a1": "685", "g55": "03-560", "3a_sports": "3971"}	{"g55": "03-560", "ertel": "ES-3971", "lerrcp": "A1-685"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mohamed", "family": "Tarmoul", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-07-13 04:00", "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 4.04591, "lat": 36.71182, "name": "Tizi Ouzou", "geoid": 2475744}, "notime": null, "date-ut": "1930-07-13 04:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Mohamed", "family": "Tarmoul"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 4.04591, "lat": 36.71182, "name": "Tizi Ouzou", "geoid": 2475744}, "date-ut": "1930-07-13 04:00:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-685"}, "ids-in-sources": {"a1": "685"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "13", "LAT": "36N40", "LON": "4E 0", "MON": "7", "NUM": "685", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "TIZI-OUZOU"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-07-13 04:00"}, "partial-ids": {"ertel": "ES-3971"}}, "raw": {"L": "", "MF": "", "NR": "3971", "ENG": "", "MA_": "1", "G_NR": "685", "MA12": "2", "MARS": "4", "NAME": "Tarmoul", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,000", "CSINR": "", "KURTZ": "", "PHAS_": "95,600", "STUND": "4,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Mohamed", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.07.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-560"}, "ids-in-source": {"g55": "03-560"}}, "raw": {"DAY": "13-7-1930", "HOUR": "4 h.", "NAME": "TARMOUL Mohamed", "PLACE": "Tizi-Ouzou (Alger)."}, "date": "2023-08-20T14:48:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
16178	taylor-tony-1946-09-06	{"d6": "391", "3a_sports": "3978"}	{"ertel": "ES-3978", "lerrcp": "D6-391"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tony", "family": "Taylor", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-09-06 08:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -4.25, "lat": 55.88333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Tony", "family": "Taylor"}, "birth": {"date": "1946-09-06 08:00", "place": {"cy": "GB", "lg": -4.25, "lat": 55.88333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "391"}}, "raw": {"H": "8", "MN": "0", "DAY": "6", "LAT": "55N53", "LON": "04W15", "MON": "9", "NUM": "391", "SEC": "0", "YEA": "1946", "NAME": "Taylor tony"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-3978"}}, "raw": {"L": "", "MF": "", "NR": "3978", "ENG": "", "MA_": "0", "G_NR": "391", "MA12": "12", "MARS": "34", "NAME": "Taylor", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "8,900", "CSINR": "", "KURTZ": "", "PHAS_": "72,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "SCO", "TAGMON": "06.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Tony", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.09.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1996	teisseire-claude-1931-03-14	{"a1": "1998", "3a_sports": "3981"}	{"ertel": "ES-3981", "lerrcp": "A1-1998"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Teisseire", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1931-03-14 07:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "notime": null, "date-ut": "1931-03-14 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Teisseire"}, "birth": {"tzo": "+00:00", "date": "1931-03-14 07:00", "place": {"c2": "11", "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "date-ut": "1931-03-14 07:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1998"}, "ids-in-sources": {"a1": "1998"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "11", "COU": "F", "DAY": "14", "LAT": "43N12", "LON": "2E21", "MON": "3", "NUM": "1998", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "CARCASSONNE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-03-14 07:00"}, "partial-ids": {"ertel": "ES-3981"}}, "raw": {"L": "", "MF": "", "NR": "3981", "ENG": "", "MA_": "0", "G_NR": "1998", "MA12": "9", "MARS": "25", "NAME": "Teisseire", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,800", "CSINR": "", "KURTZ": "", "PHAS_": "23,700", "STUND": "7,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "14.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Claude", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.03.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
686	tedijini-mohamed-1932-06-02	{"a1": "686", "g55": "03-561", "3a_sports": "3979"}	{"g55": "03-561", "ertel": "ES-3979", "lerrcp": "A1-686"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mohamed", "family": "Tedijini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-06-02 12:30", "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": -0.63588, "lat": 35.69906, "name": "Oran", "geoid": 2485926}, "notime": null, "date-ut": "1932-06-02 12:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Mohamed", "family": "Tedijini"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": -0.63588, "lat": 35.69906, "name": "Oran", "geoid": 2485926}, "date-ut": "1932-06-02 12:30:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-686"}, "ids-in-sources": {"a1": "686"}}, "raw": {"H": "12", "MN": "30", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "2", "LAT": "35N40", "LON": "0W30", "MON": "6", "NUM": "686", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "ORAN"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-06-02 12:30"}, "partial-ids": {"ertel": "ES-3979"}}, "raw": {"L": "", "MF": "", "NR": "3979", "ENG": "1", "MA_": "2", "G_NR": "686", "MA12": "4", "MARS": "12", "NAME": "Tedjini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,000", "CSINR": "", "KURTZ": "", "PHAS_": "5,400", "STUND": "12,50", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "02.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Mohamed", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "02.06.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-561"}, "ids-in-source": {"g55": "03-561"}}, "raw": {"DAY": "2-6-1932", "HOUR": "12 h. 30", "NAME": "TEDJINI Mohamed", "PLACE": "Oran (Algérie)."}, "date": "2023-08-20T14:48:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
231	teste-paul-1896-10-02	{"a1": "231", "3a_sports": "3995"}	{"ertel": "ES-3995", "lerrcp": "A1-231"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Teste", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1896-10-02 06:30", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "notime": null, "date-ut": "1896-10-02 06:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Teste"}, "birth": {"tzo": "+00:09:21", "date": "1896-10-02 06:30", "place": {"c2": "56", "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "date-ut": "1896-10-02 06:20:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-231"}, "ids-in-sources": {"a1": "231"}}, "raw": {"H": "6", "MN": "20", "TZ": "0", "COD": "56", "COU": "F", "DAY": "2", "LAT": "47N40", "LON": "2W44", "MON": "10", "NUM": "231", "PRO": "C", "SEC": "40", "YEA": "1896", "CITY": "LORIENT"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1896-10-02 06:30"}, "partial-ids": {"ertel": "ES-3995"}}, "raw": {"L": "", "MF": "", "NR": "3995", "ENG": "1", "MA_": "2", "G_NR": "231", "MA12": "4", "MARS": "11", "NAME": "Teste", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,30", "CSINR": "", "KURTZ": "", "PHAS_": "30,400", "STUND": "6,50", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "02.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Paul", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.10.1896", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1997	terreau-maurice-1923-01-30	{"a1": "1999", "g55": "03-417", "3a_sports": "3991", "cfepp-final3": "959"}	{"g55": "03-417", "cfepp": "CF-959", "cpara": "CP-399", "ertel": "ES-3991", "lerrcp": "A1-1999"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Terreau", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1923-01-30 02:00", "note": null, "place": {"c1": null, "c2": "01", "c3": "", "cy": "FR", "lg": 5.2258, "lat": 46.20574, "name": "Bourg-en-Bresse", "geoid": 3031009}, "notime": null, "date-ut": "1923-01-30 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Terreau"}, "birth": {"tzo": "+00:00", "date": "1923-01-30 02:00", "place": {"c2": "01", "cy": "FR", "lg": 5.2258, "lat": 46.20574, "name": "Bourg-en-Bresse", "geoid": 3031009}, "date-ut": "1923-01-30 02:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1999"}, "ids-in-sources": {"a1": "1999"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "01", "COU": "F", "DAY": "3", "LAT": "46N12", "LON": "5E13", "MON": "1", "NUM": "1999", "PRO": "C", "SEC": "0", "YEA": "1923", "CITY": "BOURG-EN-BRESSE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1923-01-30 02:00"}, "partial-ids": {"ertel": "ES-3991"}}, "raw": {"L": "", "MF": "", "NR": "3991", "ENG": "", "MA_": "0", "G_NR": "1999", "MA12": "9", "MARS": "25", "NAME": "Terreau", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,800", "CSINR": "", "KURTZ": "", "PHAS_": "91,200", "STUND": "2,00", "CFEPNR": "959", "EXTEND": "", "NATION": "FRA", "TAGMON": "30.01.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "399", "VORNAME": "Maurice", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "30.01.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1923-01-30 02:00", "place": {"c3": ""}, "date-ut": "1923-01-30 02:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "959"}}, "raw": {"S": "9", "LT": "02 00", "LV": "I17", "TR": "f", "UT": "02 00", "LAT": "+46.20", "SRC": "ALG", "LONG": "-05.22", "NAME": "TERREAU Maurice", "SPORT": "Rugby Union", "LOC_DATE": "1923 01 30", "UNIV_DATE": "1923 01 30", "BIRTH_PLACE": "BOURG EN BRESSE", "POSTAL_CODE": "01012 CEDEX"}, "date": "2023-08-20T14:46:16+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-417"}, "ids-in-source": {"g55": "03-417"}}, "raw": {"DAY": "30-1-1923", "HOUR": "2 h.", "NAME": "TERREAU Maurice", "PLACE": "Bourg-en-Bresse (Ain)."}, "date": "2023-08-20T14:48:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
16183	theo-skudlapski-theo-1935-11-17	{"d6": "396", "3a_sports": "3998"}	{"ertel": "ES-3998", "lerrcp": "D6-396"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theo)", "family": "Theo(Skudlapski", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1935-11-17 19:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 2.83333, "lat": 50.38333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Theo)", "family": "Theo(Skudlapski"}, "birth": {"date": "1935-11-17 19:00", "place": {"cy": "FR", "lg": 2.83333, "lat": 50.38333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "396"}}, "raw": {"H": "19", "MN": "0", "DAY": "17", "LAT": "50N23", "LON": "02E50", "MON": "11", "NUM": "396", "SEC": "0", "YEA": "1935", "NAME": "Theo(Skudlapski Theo)"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-3998"}}, "raw": {"L": "", "MF": "", "NR": "3998", "ENG": "", "MA_": "1", "G_NR": "396", "MA12": "7", "MARS": "19", "NAME": "Theo", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "59,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "(Skudlapski Theo)", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.11.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16184	thevenet-bernard-1948-01-10	{"d6": "397", "3a_sports": "4000"}	{"ertel": "ES-4000", "lerrcp": "D6-397"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Thevenet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-01-10 12:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 4.23333, "lat": 46.43333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Thevenet"}, "birth": {"date": "1948-01-10 12:00", "place": {"cy": "FR", "lg": 4.23333, "lat": 46.43333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "397"}}, "raw": {"H": "12", "MN": "0", "DAY": "10", "LAT": "46N26", "LON": "04E14", "MON": "1", "NUM": "397", "SEC": "0", "YEA": "1948", "NAME": "Thevenet Bernard"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-4000"}}, "raw": {"L": "", "MF": "", "NR": "4000", "ENG": "", "MA_": "1", "G_NR": "397", "MA12": "7", "MARS": "20", "NAME": "Thevenet", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-3,300", "CSINR": "", "KURTZ": "", "PHAS_": "1,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.01.", "ZITATE": "DHF", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Bernard", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "10.01.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
12040	moulin-charles-1909-12-11	{"a5": "572", "g55": "07-453"}	{"g55": "07-453", "lerrcp": "A5-572"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Moulin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1909-12-11 21:00", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 4.75469, "lat": 44.55468, "name": "Montélimar", "geoid": 2992703}, "notime": null, "date-ut": "1909-12-11 20:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Moulin"}, "birth": {"tzo": "+00:09:21", "date": "1909-12-11 21:00", "place": {"c2": "26", "cy": "FR", "lg": 4.75469, "lat": 44.55468, "name": "Montélimar", "geoid": 2992703}, "date-ut": "1909-12-11 20:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-572"}, "ids-in-sources": {"a5": "572"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "26", "COU": "F", "DAY": "11", "LAT": "44N56", "LON": "4E54", "MON": "12", "NUM": "572", "PRO": "A", "SEC": "40", "YEA": "1909", "CITY": "MONTELIMAR"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-453"}, "ids-in-source": {"g55": "07-453"}}, "raw": {"DAY": "11-12-1909", "HOUR": "21 h.", "NAME": "MOULIN Charles", "PLACE": "Montélimar (Drôme)."}, "date": "2023-08-20T14:49:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
73	texereau-guy-1935-05-14	{"a1": "73", "3a_sports": "3996", "cfepp-final3": "130"}	{"cfepp": "CF-130", "cpara": "CP-400", "ertel": "ES-3996", "lerrcp": "A1-73"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Texereau", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1935-05-14 05:00", "note": null, "place": {"c1": null, "c2": "79", "c3": "", "cy": "FR", "lg": -0.14348, "lat": 46.22395, "name": "Melle", "geoid": 2994675}, "notime": null, "date-ut": "1935-05-14 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Texereau"}, "birth": {"tzo": "+01:00", "date": "1935-05-14 05:00", "place": {"c2": "79", "cy": "FR", "lg": -0.14348, "lat": 46.22395, "name": "Melle", "geoid": 2994675}, "date-ut": "1935-05-14 04:00"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-73"}, "ids-in-sources": {"a1": "73"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "79", "COU": "F", "DAY": "14", "LAT": "46N19", "LON": "0W27", "MON": "5", "NUM": "73", "PRO": "C", "SEC": "0", "YEA": "1935", "CITY": "MELLE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1935-05-14 05:00"}, "partial-ids": {"ertel": "ES-3996"}}, "raw": {"L": "", "MF": "", "NR": "3996", "ENG": "", "MA_": "1", "G_NR": "73", "MA12": "7", "MARS": "20", "NAME": "Texereau", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,100", "CSINR": "", "KURTZ": "", "PHAS_": "81,000", "STUND": "5,00", "CFEPNR": "130", "EXTEND": "", "NATION": "FRA", "TAGMON": "14.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "400", "VORNAME": "Guy", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "14.05.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1935-05-14 05:00", "place": {"c3": ""}, "date-ut": "1935-05-14 04:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "130"}}, "raw": {"S": "7", "LT": "05 00", "LV": "FI", "TR": "f", "UT": "04 00", "LAT": "+46.22", "SRC": "L", "LONG": "+00.15", "NAME": "TEXEREAU Guy", "SPORT": "Track & Field", "LOC_DATE": "1935 05 14", "UNIV_DATE": "1935 05 14", "BIRTH_PLACE": "MELLE", "POSTAL_CODE": "79500"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1391	thepot-alex-1906-07-30	{"a1": "1392", "g55": "03-290", "3a_sports": "3999", "cfepp-final3": "562"}	{"g55": "03-290", "cfepp": "CF-562", "cpara": "CP-401", "ertel": "ES-3999", "lerrcp": "A1-1392"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alex", "family": "Thepot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1906-07-30 02:30", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1906-07-30 02:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Alex", "family": "Thepot"}, "birth": {"tzo": "+00:09:21", "date": "1906-07-30 14:30", "place": {"c2": "29", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1906-07-30 14:20:40"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1392"}, "ids-in-sources": {"a1": "1392"}}, "raw": {"H": "14", "MN": "20", "TZ": "0", "COD": "29", "COU": "F", "DAY": "30", "LAT": "48N 0", "LON": "4W 6", "MON": "7", "NUM": "1392", "PRO": "C", "SEC": "40", "YEA": "1906", "CITY": "BREST"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1906-07-30 14:30"}, "partial-ids": {"ertel": "ES-3999"}}, "raw": {"L": "", "MF": "", "NR": "3999", "ENG": "1", "MA_": "2", "G_NR": "1392", "MA12": "4", "MARS": "12", "NAME": "Thepot", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,300", "CSINR": "", "KURTZ": "", "PHAS_": "63,400", "STUND": "14,50", "CFEPNR": "562", "EXTEND": "1", "NATION": "FRA", "TAGMON": "30.07.", "ZITATE": "DWO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "401", "VORNAME": "Alex", "ZITRANG": "4", "GAUQ1955": "+", "GEBDATUM": "30.07.1906", "GQBECORR": "c", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "thepot-alex-1906-07-30", "birth": {"date": "1906-07-30 02:30", "place": {"c3": ""}, "date-ut": "1906-07-30 02:21"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "562"}}, "raw": {"S": "11", "LT": "02 30", "LV": "I31", "TR": "f", "UT": "02 21", "LAT": "+48.39", "SRC": "ALG", "LONG": "+04.48", "NAME": "THEPOT Alex", "SPORT": "Soccer", "LOC_DATE": "1906 07 30", "UNIV_DATE": "1906 07 30", "BIRTH_PLACE": "BREST", "POSTAL_CODE": "29279 CEDEX"}, "date": "2023-08-20T14:46:06+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-290"}, "ids-in-source": {"g55": "03-290"}}, "raw": {"DAY": "30-7-1906", "HOUR": "14 h. 30", "NAME": "THEPOT Alex", "PLACE": "Brest (Finistère)."}, "date": "2023-08-20T14:48:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1146	thijs-philippe-1889-10-08	{"a1": "1146", "3a_sports": "4007"}	{"ertel": "ES-4007", "lerrcp": "A1-1146"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Thijs", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1889-10-08 01:00", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ANDERLECHT", "geoid": 0}, "notime": null, "date-ut": "1889-10-08 00:43:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Thijs"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ANDERLECHT", "geoid": 0}, "date-ut": "1889-10-08 00:43:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1146"}, "ids-in-sources": {"a1": "1146"}}, "raw": {"H": "0", "MN": "43", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "8", "LAT": "50N51", "LON": "4E15", "MON": "10", "NUM": "1146", "PRO": "C", "SEC": "0", "YEA": "1889", "CITY": "ANDERLECHT"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1889-10-08 01:00"}, "partial-ids": {"ertel": "ES-4007"}}, "raw": {"L": "", "MF": "", "NR": "4007", "ENG": "", "MA_": "0", "G_NR": "1146", "MA12": "11", "MARS": "33", "NAME": "Thijs", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,600", "CSINR": "", "KURTZ": "", "PHAS_": "98,500", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "08.10.", "ZITATE": "HSO", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Philippe", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "08.10.1889", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1724	thevenet-marcel-1915-07-09	{"a1": "1725", "g55": "03-364", "3a_sports": "4001", "cfepp-final3": "1095"}	{"g55": "03-364", "cfepp": "CF-1095", "ertel": "ES-4001", "lerrcp": "A1-1725"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Thevenet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1915-07-09 02:00", "note": null, "place": {"c1": null, "c2": "86", "c3": "", "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "notime": null, "date-ut": "1915-07-09 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["weightlifter"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Thevenet"}, "birth": {"tzo": "+00:00", "date": "1915-07-09 02:00", "place": {"c2": "86", "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "date-ut": "1915-07-09 02:00"}, "occus": ["weightlifter"], "trust": 5, "partial_ids": {"lerrcp": "A1-1725"}, "ids-in-sources": {"a1": "1725"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "86", "COU": "F", "DAY": "9", "LAT": "46N35", "LON": "0E20", "MON": "7", "NUM": "1725", "PRO": "C", "SEC": "0", "YEA": "1915", "CITY": "POITIERS"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1915-07-09 02:00"}, "partial-ids": {"ertel": "ES-4001"}}, "raw": {"L": "", "MF": "", "NR": "4001", "ENG": "1", "MA_": "2", "G_NR": "1725", "MA12": "1", "MARS": "1", "NAME": "Thévenet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,500", "CSINR": "", "KURTZ": "", "PHAS_": "10,600", "STUND": "2,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "09.07.", "ZITATE": "O", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "09.07.1915", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "WEIG", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1915-07-09 02:00", "place": {"c3": ""}, "date-ut": "1915-07-09 02:00"}, "occus": ["weightlifter"], "ids-in-sources": {"cfepp-final3": "1095"}}, "raw": {"S": "1", "LT": "02 00", "LV": "", "TR": "f", "UT": "02 00", "LAT": "+46.58", "SRC": "AG  M", "LONG": "-00.33", "NAME": "THEVENET Marcel", "SPORT": "Weightlifting", "LOC_DATE": "1915 07 09", "UNIV_DATE": "1915 07 09", "BIRTH_PLACE": "POITIERS", "POSTAL_CODE": "86000"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-364"}, "ids-in-source": {"g55": "03-364"}}, "raw": {"DAY": "9-7-1915", "HOUR": "2 h.", "NAME": "THEVENET Marcel", "PLACE": "Poitiers (Vienne)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
17509	thompson-david-1954-07-13	{"d10": "1275", "3a_sports": "4016"}	{"ertel": "ES-4016", "lerrcp": "D10-1275"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "David", "family": "Thompson", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1954-07-13 02:15", "note": null, "place": {"c1": null, "c2": "NC", "c3": null, "cy": "US", "lg": -81.53333, "lat": 35.28333, "name": "Shelby", "geoid": null}, "notime": null, "date-ut": "1954-07-13 07:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "David", "family": "Thompson"}, "birth": {"tzo": "-05:00", "date": "1954-07-13 02:15", "place": {"c2": "NC", "cy": "US", "lg": -81.53333, "lat": 35.28333, "name": "Shelby"}, "date-ut": "1954-07-13 07:15"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1275"}}, "raw": {"H": "02:15", "TZ": "5h", "DAY": "13", "LAT": "35N17", "LON": "81W32", "MON": "7", "NUM": "1275", "PRO": "SP", "YEA": "1954", "CICO": "Shelby, NC", "NAME": "Thompson David"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["basketball-player"], "partial-ids": {"ertel": "ES-4016"}}, "raw": {"L": "", "MF": "", "NR": "4016", "ENG": "", "MA_": "0", "G_NR": "1275", "MA12": "6", "MARS": "16", "NAME": "Thompson", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "6,400", "CSINR": "", "KURTZ": "", "PHAS_": "90,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "13.07.", "ZITATE": "TBX", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "David", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "13.07.1954", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1673	thys-guy-1922-12-06	{"a1": "1674", "3a_sports": "4021"}	{"ertel": "ES-4021", "lerrcp": "A1-1674"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Thys", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-12-06 01:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1922-12-06 01:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Thys"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1922-12-06 01:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1674"}, "ids-in-sources": {"a1": "1674"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "6", "LAT": "51N14", "LON": "4E30", "MON": "12", "NUM": "1674", "PRO": "C", "SEC": "0", "YEA": "1922", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1922-12-06 01:00"}, "partial-ids": {"ertel": "ES-4021"}}, "raw": {"L": "", "MF": "", "NR": "4021", "ENG": "", "MA_": "0", "G_NR": "1674", "MA12": "8", "MARS": "23", "NAME": "Thys", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,200", "CSINR": "", "KURTZ": "", "PHAS_": "97,300", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "06.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Guy", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.12.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17513	tibbs-tommy-1934-07-23	{"d10": "1279", "3a_sports": "4023", "rawlins-ertel-irving": "361"}	{"ertel": "ES-4023", "csicop": "CS-361", "lerrcp": "D10-1279"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tommy", "family": "Tibbs", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1934-07-23 08:00", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -82.6, "lat": 39.71667, "name": "Lancaster", "geoid": null}, "notime": null, "date-ut": "1934-07-23 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Tommy", "family": "Tibbs"}, "birth": {"tzo": "-05:00", "date": "1934-07-23 08:00", "place": {"c2": "OH", "cy": "US", "lg": -82.6, "lat": 39.71667, "name": "Lancaster"}, "date-ut": "1934-07-23 13:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1279"}}, "raw": {"H": "08:00", "TZ": "5h", "DAY": "23", "LAT": "39N43", "LON": "82W36", "MON": "7", "NUM": "1279", "PRO": "SP", "YEA": "1934", "CICO": "Lancaster, OH", "NAME": "Tibbs Tommy"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["boxer"]], "ids-in-sources": {"rawlins-ertel-irving": "361"}}, "raw": {"LA1": "39", "LA2": "43", "LO1": "82", "LO2": "36", "AMPM": "A", "MARS": "6", "NAME": "Tibbs", "BATCH": "2", "Satz#": "361", "GEBDAT": "23 7 1934", "GEBORT": "OH", "GEBZEIT": "8 0", "VORNAME": "Tommy", "SPORTART": "BOXI", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["boxer"], "partial-ids": {"ertel": "ES-4023"}}, "raw": {"L": "", "MF": "", "NR": "4023", "ENG": "", "MA_": "1", "G_NR": "1279", "MA12": "2", "MARS": "6", "NAME": "Tibbs", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "9,400", "CSINR": "361", "KURTZ": "", "PHAS_": "82,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "23.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Tommy", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.07.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2073	timmer-hendrik-1904-02-08	{"a1": "2075", "3a_sports": "4026"}	{"ertel": "ES-4026", "lerrcp": "A1-2075"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hendrik", "family": "Timmer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1904-02-08 00:30", "note": null, "place": {"c1": null, "c2": "UT", "c3": null, "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "notime": null, "date-ut": "1904-02-08 00:09:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Hendrik", "family": "Timmer"}, "birth": {"place": {"c2": "UT", "cy": "NL", "lg": 5.13333, "lat": 52.1, "name": "UTRECHT", "geoid": 0}, "date-ut": "1904-02-08 00:09:28"}, "occus": ["tennis-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-2075"}, "ids-in-sources": {"a1": "2075"}}, "raw": {"H": "0", "MN": "9", "TZ": "0", "COD": "UT", "COU": "N", "DAY": "8", "LAT": "52N 6", "LON": "5E 8", "MON": "2", "NUM": "2075", "PRO": "C", "SEC": "28", "YEA": "1904", "CITY": "UTRECHT"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1904-02-08 00:30"}, "partial-ids": {"ertel": "ES-4026"}}, "raw": {"L": "", "MF": "", "NR": "4026", "ENG": "", "MA_": "0", "G_NR": "2075", "MA12": "9", "MARS": "25", "NAME": "Timmmer", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,60", "CSINR": "", "KURTZ": "", "PHAS_": "54,500", "STUND": "0,50", "CFEPNR": "", "EXTEND": "", "NATION": "NET", "TAGMON": "08.02.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Hendrick", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "08.02.1904", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
512	tips-ernest-1893-10-02	{"a1": "512", "3a_sports": "4027"}	{"ertel": "ES-4027", "lerrcp": "A1-512"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Tips", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1893-10-02 23:30", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "TIEBRODE", "geoid": 0}, "notime": null, "date-ut": "1893-10-02 23:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Tips"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "TIEBRODE", "geoid": 0}, "date-ut": "1893-10-02 23:30:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-512"}, "ids-in-sources": {"a1": "512"}}, "raw": {"H": "23", "MN": "30", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "2", "LAT": "51N 5", "LON": "3E45", "MON": "10", "NUM": "512", "PRO": "C", "SEC": "0", "YEA": "1893", "CITY": "TIEBRODE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1893-10-02 23:30"}, "partial-ids": {"ertel": "ES-4027"}}, "raw": {"L": "", "MF": "", "NR": "4027", "ENG": "", "MA_": "1", "G_NR": "512", "MA12": "10", "MARS": "28", "NAME": "Tips", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,20", "CSINR": "", "KURTZ": "", "PHAS_": "57,400", "STUND": "23,50", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "02.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ernest", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.10.1893", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2086	tiriau-roger-1928-10-22	{"a1": "2088", "g55": "03-472", "3a_sports": "4028", "cfepp-final3": "1066"}	{"g55": "03-472", "cfepp": "CF-1066", "ertel": "ES-4028", "lerrcp": "A1-2088"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Tiriau", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1928-10-22 09:30", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1928-10-22 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sport-sailer"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Tiriau"}, "birth": {"tzo": "+00:00", "date": "1928-10-22 09:30", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1928-10-22 09:30"}, "occus": ["sport-sailer"], "trust": 5, "partial_ids": {"lerrcp": "A1-2088"}, "ids-in-sources": {"a1": "2088"}}, "raw": {"H": "9", "MN": "30", "TZ": "0", "COD": "44", "COU": "F", "DAY": "22", "LAT": "47N13", "LON": "1W35", "MON": "10", "NUM": "2088", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "NANTES"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-10-22 09:30"}, "partial-ids": {"ertel": "ES-4028"}}, "raw": {"L": "", "MF": "", "NR": "4028", "ENG": "", "MA_": "0", "G_NR": "2088", "MA12": "5", "MARS": "15", "NAME": "Tiriau", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,700", "CSINR": "", "KURTZ": "", "PHAS_": "51,300", "STUND": "9,50", "CFEPNR": "1066", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.10.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "YACH", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1928-10-22 09:30", "place": {"c3": ""}, "date-ut": "1928-10-22 09:30"}, "occus": ["sport-sailer"], "ids-in-sources": {"cfepp-final3": "1066"}}, "raw": {"S": "5", "LT": "09 30", "LV": "F", "TR": "f", "UT": "09 30", "LAT": "+47.21", "SRC": "AG", "LONG": "+01.55", "NAME": "TIRIAU Roger", "SPORT": "Yachting", "LOC_DATE": "1928 10 22", "UNIV_DATE": "1928 10 22", "BIRTH_PLACE": "NANTES", "POSTAL_CODE": "44036 CEDEX"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-472"}, "ids-in-source": {"g55": "03-472"}}, "raw": {"DAY": "22-10-1928", "HOUR": "9 h. 30", "NAME": "TIRIAU Roger", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:48:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
17517	todd-patricia-1922-07-22	{"d10": "1283", "3a_sports": "4031"}	{"ertel": "ES-4031", "lerrcp": "D10-1283"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Patricia", "family": "Todd", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "-08:00", "date": "1922-07-22 17:00", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco", "geoid": null}, "notime": null, "date-ut": "1922-07-23 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Patricia", "family": "Todd"}, "birth": {"tzo": "-08:00", "date": "1922-07-22 17:00", "place": {"c2": "CA", "cy": "US", "lg": -122.41667, "lat": 37.78333, "name": "San Francisco"}, "date-ut": "1922-07-23 01:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1283"}}, "raw": {"H": "17:00", "TZ": "8h", "DAY": "22", "LAT": "37N47", "LON": "122W25", "MON": "7", "NUM": "1283", "PRO": "SP", "YEA": "1922", "CICO": "San Francisco, CA", "NAME": "Todd Patricia"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "F", "occus": ["tennis-player"], "partial-ids": {"ertel": "ES-4031"}}, "raw": {"L": "", "MF": "F", "NR": "4031", "ENG": "1", "MA_": "2", "G_NR": "1283", "MA12": "1", "MARS": "2", "NAME": "Todd", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-7,000", "CSINR": "", "KURTZ": "", "PHAS_": "8,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "22.07.", "ZITATE": "JS", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Patricia (Canning)", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "22.07.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1608	tognon-omero-1924-03-03	{"a1": "1609", "3a_sports": "4033"}	{"ertel": "ES-4033", "lerrcp": "A1-1609"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Omero", "family": "Tognon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-03-03 15:00", "note": null, "place": {"c1": null, "c2": "PD", "c3": null, "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "notime": null, "date-ut": "1924-03-03 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Omero", "family": "Tognon"}, "birth": {"place": {"c2": "PD", "cy": "IT", "lg": 11.88181, "lat": 45.41519, "name": "Padova", "geoid": 3171728}, "date-ut": "1924-03-03 14:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1609"}, "ids-in-sources": {"a1": "1609"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "PD", "COU": "I", "DAY": "3", "LAT": "45N24", "LON": "12E15", "MON": "3", "NUM": "1609", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "PADOVA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-03-03 15:00"}, "partial-ids": {"ertel": "ES-4033"}}, "raw": {"L": "", "MF": "", "NR": "4033", "ENG": "", "MA_": "0", "G_NR": "1609", "MA12": "8", "MARS": "22", "NAME": "Tognon", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,900", "CSINR": "", "KURTZ": "", "PHAS_": "8,000", "STUND": "15,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "03.03.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Omero", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "03.03.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1999	toreilles-serge-1931-12-31	{"a1": "2001", "3a_sports": "4040"}	{"ertel": "ES-4040", "lerrcp": "A1-2001"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Serge", "family": "Toreilles", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1931-12-31 07:30", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.80911, "lat": 42.75005, "name": "Baixas", "geoid": 3035295}, "notime": null, "date-ut": "1931-12-31 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Serge", "family": "Toreilles"}, "birth": {"tzo": "+00:00", "date": "1931-12-31 07:30", "place": {"c2": "66", "cy": "FR", "lg": 2.80911, "lat": 42.75005, "name": "Baixas", "geoid": 3035295}, "date-ut": "1931-12-31 07:30"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-2001"}, "ids-in-sources": {"a1": "2001"}}, "raw": {"H": "7", "MN": "30", "TZ": "0", "COD": "66", "COU": "F", "DAY": "31", "LAT": "42N42", "LON": "2E55", "MON": "12", "NUM": "2001", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "BAIXAS"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-12-31 07:30"}, "partial-ids": {"ertel": "ES-4040"}}, "raw": {"L": "", "MF": "", "NR": "4040", "ENG": "0", "MA_": "2", "G_NR": "2001", "MA12": "12", "MARS": "36", "NAME": "Toreilles", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,60", "CSINR": "", "KURTZ": "", "PHAS_": "62,000", "STUND": "7,50", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "31.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Serge", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "31.12.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
983	torricelli-leopold-1893-02-02	{"a1": "983", "3a_sports": "4042"}	{"ertel": "ES-4042", "lerrcp": "A1-983"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leopold", "family": "Torricelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1893-02-02 11:00", "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "notime": null, "date-ut": "1893-02-02 10:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Leopold", "family": "Torricelli"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "TORINO", "geoid": 0}, "date-ut": "1893-02-02 10:10:04"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-983"}, "ids-in-sources": {"a1": "983"}}, "raw": {"H": "11", "MN": "10", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "2", "LAT": "45N 0", "LON": "8E 0", "MON": "2", "NUM": "983", "PRO": "C", "SEC": "4", "YEA": "1893", "CITY": "TORINO"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1893-02-02 11:00"}, "partial-ids": {"ertel": "ES-4042"}}, "raw": {"L": "", "MF": "", "NR": "4042", "ENG": "1", "MA_": "2", "G_NR": "983", "MA12": "1", "MARS": "1", "NAME": "Torricelli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,000", "CSINR": "", "KURTZ": "", "PHAS_": "98,800", "STUND": "11,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "02.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Leopold", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.02.1893", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1610	tortul-mario-1931-02-25	{"a1": "1611", "3a_sports": "4046"}	{"ertel": "ES-4046", "lerrcp": "A1-1611"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Tortul", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-02-25 20:00", "note": null, "place": {"c1": null, "c2": "GO", "c3": null, "cy": "IT", "lg": 13.5, "lat": 46, "name": "S. CANZIAN D'IS", "geoid": 0}, "notime": null, "date-ut": "1931-02-25 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Tortul"}, "birth": {"place": {"c2": "GO", "cy": "IT", "lg": 13.5, "lat": 46, "name": "S. CANZIAN D'IS", "geoid": 0}, "date-ut": "1931-02-25 19:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1611"}, "ids-in-sources": {"a1": "1611"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "GO", "COU": "I", "DAY": "25", "LAT": "46N 0", "LON": "13E30", "MON": "2", "NUM": "1611", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "S. CANZIAN D'IS"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-02-25 20:00"}, "partial-ids": {"ertel": "ES-4046"}}, "raw": {"L": "", "MF": "", "NR": "4046", "ENG": "", "MA_": "0", "G_NR": "1611", "MA12": "3", "MARS": "7", "NAME": "Tortul", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,700", "CSINR": "", "KURTZ": "", "PHAS_": "43,000", "STUND": "20,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "25.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.02.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1707	touchard-janine-1924-11-25	{"a1": "1708", "3a_sports": "4050", "cfepp-final3": "600"}	{"cfepp": "CF-600", "ertel": "ES-4050", "lerrcp": "A1-1708"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Janine", "family": "Touchard", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:00", "date": "1924-11-25 10:45", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": 2.48931, "lat": 48.9018, "name": "Bondy", "geoid": 3031815}, "notime": null, "date-ut": "1924-11-25 10:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["gymnast"]	5	null	[{"new": {"name": {"given": "Janine", "family": "Touchard"}, "birth": {"tzo": "+00:00", "date": "1924-11-25 10:45", "place": {"c2": "93", "cy": "FR", "lg": 2.48931, "lat": 48.9018, "name": "Bondy", "geoid": 3031815}, "date-ut": "1924-11-25 10:45"}, "occus": ["gymnast"], "trust": 5, "partial_ids": {"lerrcp": "A1-1708"}, "ids-in-sources": {"a1": "1708"}}, "raw": {"H": "10", "MN": "45", "TZ": "0", "COD": "93", "COU": "F", "DAY": "25", "LAT": "48N55", "LON": "2E30", "MON": "11", "NUM": "1708", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "BONDY"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "F", "birth": {"date": "1924-11-25 10:45"}, "partial-ids": {"ertel": "ES-4050"}}, "raw": {"L": "", "MF": "F", "NR": "4050", "ENG": "", "MA_": "0", "G_NR": "1708", "MA12": "11", "MARS": "33", "NAME": "Touchard", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,000", "CSINR": "", "KURTZ": "", "PHAS_": "4,600", "STUND": "10,75", "CFEPNR": "600", "EXTEND": "", "NATION": "FRA", "TAGMON": "25.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Janine", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.11.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "GYMN", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1924-11-25 10:45", "place": {"c3": ""}, "date-ut": "1924-11-25 10:45"}, "occus": ["gymnast"], "ids-in-sources": {"cfepp-final3": "600"}}, "raw": {"S": "11", "LT": "10 45", "LV": "FI", "TR": "f", "UT": "10 45", "LAT": "+48.90", "SRC": "A", "LONG": "-02.49", "NAME": "TOUCHARD Janine", "SPORT": "Gymnastics", "LOC_DATE": "1924 11 25", "UNIV_DATE": "1924 11 25", "BIRTH_PLACE": "BONDY", "POSTAL_CODE": "93140"}, "date": "2023-08-20T14:46:07+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16186	trillo-jean-1944-10-27	{"d6": "399", "3a_sports": "4066", "cfepp-final3": "961"}	{"cfepp": "CF-961", "ertel": "ES-4066", "lerrcp": "D6-399"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Trillo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1944-10-27 19:00", "note": null, "place": {"c1": null, "c2": "32", "c3": "", "cy": "FR", "lg": -0.37, "lat": 43.96, "name": "CONDOM", "geoid": null}, "notime": null, "date-ut": "1944-10-27 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Trillo"}, "birth": {"date": "1944-10-27 19:00", "place": {"cy": "FR", "lg": 0.38333, "lat": 43.96667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "399"}}, "raw": {"H": "19", "MN": "0", "DAY": "27", "LAT": "43N58", "LON": "00E23", "MON": "10", "NUM": "399", "SEC": "0", "YEA": "1944", "NAME": "Trillo Jean"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-4066"}}, "raw": {"L": "", "MF": "", "NR": "4066", "ENG": "", "MA_": "1", "G_NR": "399", "MA12": "7", "MARS": "20", "NAME": "Trillo", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "10,800", "CSINR": "", "KURTZ": "", "PHAS_": "72,500", "STUND": "", "CFEPNR": "961", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.10.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "27.10.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1944-10-27 19:00", "place": {"c2": "32", "c3": "", "cy": "FR", "lg": -0.37, "lat": 43.96, "name": "CONDOM"}, "date-ut": "1944-10-27 18:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "961"}}, "raw": {"S": "7", "LT": "19 00", "LV": "I25", "TR": "f", "UT": "18 00", "LAT": "+43.96", "SRC": "L", "LONG": "-00.37", "NAME": "TRILLO Jean", "SPORT": "Rugby Union", "LOC_DATE": "1944 10 27", "UNIV_DATE": "1944 10 27", "BIRTH_PLACE": "CONDOM", "POSTAL_CODE": "32100"}, "date": "2023-08-20T14:46:16+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1148	truye-willy-1934-04-06	{"a1": "1148", "3a_sports": "4070"}	{"ertel": "ES-4070", "lerrcp": "A1-1148"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willy", "family": "Truye", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-04-06 04:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "ZWEVEGEM", "geoid": 0}, "notime": null, "date-ut": "1934-04-06 04:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Willy", "family": "Truye"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "ZWEVEGEM", "geoid": 0}, "date-ut": "1934-04-06 04:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1148"}, "ids-in-sources": {"a1": "1148"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "6", "LAT": "51N13", "LON": "3E15", "MON": "4", "NUM": "1148", "PRO": "C", "SEC": "0", "YEA": "1934", "CITY": "ZWEVEGEM"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1934-04-06 04:00"}, "partial-ids": {"ertel": "ES-4070"}}, "raw": {"L": "", "MF": "", "NR": "4070", "ENG": "", "MA_": "0", "G_NR": "1148", "MA12": "12", "MARS": "34", "NAME": "Truye", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,60", "CSINR": "", "KURTZ": "", "PHAS_": "61,900", "STUND": "4,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "06.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Willy", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.04.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
233	tulasne-jean-1912-11-27	{"a1": "233", "3a_sports": "4073"}	{"ertel": "ES-4073", "lerrcp": "A1-233"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Tulasne", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1912-11-27 11:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1912-11-27 11:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Tulasne"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1912-11-27 11:00:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-233"}, "ids-in-sources": {"a1": "233"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "54", "COU": "F", "DAY": "27", "LAT": "48N42", "LON": "6E12", "MON": "11", "NUM": "233", "PRO": "C", "SEC": "0", "YEA": "1912", "CITY": "NANCY"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1912-11-27 11:00"}, "partial-ids": {"ertel": "ES-4073"}}, "raw": {"L": "", "MF": "", "NR": "4073", "ENG": "1", "MA_": "2", "G_NR": "233", "MA12": "4", "MARS": "10", "NAME": "Tulasne", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,700", "CSINR": "", "KURTZ": "", "PHAS_": "92,900", "STUND": "11,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "27.11.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean Louis", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "27.11.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1611	turchi-giorgio-1931-10-26	{"a1": "1612", "3a_sports": "4076"}	{"ertel": "ES-4076", "lerrcp": "A1-1612"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giorgio", "family": "Turchi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-10-26 10:30", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.8777, "lat": 44.78237, "name": "Carpi", "geoid": 3180445}, "notime": null, "date-ut": "1931-10-26 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Giorgio", "family": "Turchi"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.8777, "lat": 44.78237, "name": "Carpi", "geoid": 3180445}, "date-ut": "1931-10-26 09:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1612"}, "ids-in-sources": {"a1": "1612"}}, "raw": {"H": "10", "MN": "30", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "26", "LAT": "44N36", "LON": "11E15", "MON": "10", "NUM": "1612", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "CARPI"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-10-26 10:30"}, "partial-ids": {"ertel": "ES-4076"}}, "raw": {"L": "", "MF": "", "NR": "4076", "ENG": "1", "MA_": "2", "G_NR": "1612", "MA12": "1", "MARS": "3", "NAME": "Turchi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,900", "CSINR": "", "KURTZ": "", "PHAS_": "99,700", "STUND": "10,50", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "26.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giorgio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.10.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
495	turilli-gaetano-1886-10-24	{"a1": "495", "3a_sports": "4078"}	{"ertel": "ES-4078", "lerrcp": "A1-495"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaetano", "family": "Turilli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1886-10-24 05:00", "note": null, "place": {"c1": null, "c2": "RI", "c3": null, "cy": "IT", "lg": 12.85918, "lat": 42.40723, "name": "Rieti", "geoid": 3169412}, "notime": null, "date-ut": "1886-10-24 04:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Gaetano", "family": "Turilli"}, "birth": {"place": {"c2": "RI", "cy": "IT", "lg": 12.85918, "lat": 42.40723, "name": "Rieti", "geoid": 3169412}, "date-ut": "1886-10-24 04:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-495"}, "ids-in-sources": {"a1": "495"}}, "raw": {"H": "5", "MN": "10", "TZ": "-1", "COD": "RI", "COU": "I", "DAY": "24", "LAT": "42N24", "LON": "13E15", "MON": "10", "NUM": "495", "PRO": "C", "SEC": "4", "YEA": "1886", "CITY": "RIETI"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1886-10-24 05:00"}, "partial-ids": {"ertel": "ES-4078"}}, "raw": {"L": "", "MF": "", "NR": "4078", "ENG": "", "MA_": "1", "G_NR": "495", "MA12": "10", "MARS": "30", "NAME": "Turilli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,300", "CSINR": "", "KURTZ": "", "PHAS_": "14,700", "STUND": "5,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "24.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gaetano", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.10.1886", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17527	tyrer-james-1939-02-25	{"d10": "1293", "3a_sports": "4080", "rawlins-ertel-irving": "366"}	{"ertel": "ES-4080", "csicop": "CS-366", "lerrcp": "D10-1293"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Tyrer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1939-02-25 20:23", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -82.4, "lat": 40.05, "name": "Newark", "geoid": null}, "notime": null, "date-ut": "1939-02-26 01:23"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "James", "family": "Tyrer"}, "birth": {"tzo": "-05:00", "date": "1939-02-25 20:23", "place": {"c2": "OH", "cy": "US", "lg": -82.4, "lat": 40.05, "name": "Newark"}, "date-ut": "1939-02-26 01:23"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1293"}}, "raw": {"H": "20:23", "TZ": "5h", "DAY": "25", "LAT": "40N3", "LON": "82W24", "MON": "2", "NUM": "1293", "PRO": "SP", "YEA": "1939", "CICO": "Newark, OH", "NAME": "Tyrer James"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "366"}}, "raw": {"LA1": "40", "LA2": "3", "LO1": "82", "LO2": "24", "AMPM": "P", "MARS": "29", "NAME": "Tyrer", "BATCH": "1", "Satz#": "366", "GEBDAT": "25 2 1939", "GEBORT": "OH", "GEBZEIT": "8 23", "VORNAME": "James E", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-4080"}}, "raw": {"L": "", "MF": "", "NR": "4080", "ENG": "", "MA_": "1", "G_NR": "1293", "MA12": "10", "MARS": "29", "NAME": "Tyrer", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "8,700", "CSINR": "366", "KURTZ": "", "PHAS_": "28,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "25.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "James E.", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.02.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
496	usuelli-celestino-1877-04-08	{"a1": "496", "3a_sports": "4094"}	{"ertel": "ES-4094", "lerrcp": "A1-496"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Celestino", "family": "Usuelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1877-04-08 06:30", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1877-04-08 05:40:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Celestino", "family": "Usuelli"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1877-04-08 05:40:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-496"}, "ids-in-sources": {"a1": "496"}}, "raw": {"H": "6", "MN": "40", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "8", "LAT": "45N30", "LON": "9E15", "MON": "4", "NUM": "496", "PRO": "C", "SEC": "4", "YEA": "1877", "CITY": "MILANO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1877-04-08 06:30"}, "partial-ids": {"ertel": "ES-4094"}}, "raw": {"L": "", "MF": "", "NR": "4094", "ENG": "0", "MA_": "2", "G_NR": "496", "MA12": "3", "MARS": "9", "NAME": "Usuelli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,900", "CSINR": "", "KURTZ": "", "PHAS_": "28,900", "STUND": "6,50", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "08.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Celestino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.04.1877", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22621	acerbi-mario-1913-05-29	{"3a_sports": "13"}	{"ertel": "ES-13"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Acerbi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-05-29", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Mario", "family": "Acerbi"}, "birth": {"date": "1913-05-29", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "13", "ENG": "1", "MA_": "2", "G_NR": "2", "MA12": "1", "MARS": "1", "NAME": "Acerbi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "40,700", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "29.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.05.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1392	tylinski-richard-1937-09-18	{"a1": "1393", "3a_sports": "4079", "cfepp-final3": "563"}	{"cfepp": "CF-563", "cpara": "CP-529", "ertel": "ES-4079", "lerrcp": "A1-1393"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Tylinski", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1937-09-18 16:00", "note": null, "place": {"c1": null, "c2": "03", "c3": "", "cy": "FR", "lg": 3.12342, "lat": 46.47967, "name": "Noyant-d'Allier", "geoid": 2989912}, "notime": null, "date-ut": "1937-09-18 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Tylinski"}, "birth": {"tzo": "+01:00", "date": "1937-09-18 16:00", "place": {"c2": "03", "cy": "FR", "lg": 3.12342, "lat": 46.47967, "name": "Noyant-d'Allier", "geoid": 2989912}, "date-ut": "1937-09-18 15:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1393"}, "ids-in-sources": {"a1": "1393"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "03", "COU": "F", "DAY": "18", "LAT": "46N34", "LON": "3E20", "MON": "9", "NUM": "1393", "PRO": "C", "SEC": "0", "YEA": "1937", "CITY": "NOYANT-D'ALLIER"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1937-09-18 16:00"}, "partial-ids": {"ertel": "ES-4079"}}, "raw": {"L": "", "MF": "", "NR": "4079", "ENG": "", "MA_": "1", "G_NR": "1393", "MA12": "2", "MARS": "5", "NAME": "Tylinski", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,300", "CSINR": "", "KURTZ": "", "PHAS_": "92,500", "STUND": "16,00", "CFEPNR": "563", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "529", "VORNAME": "Richard", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "18.09.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1937-09-18 16:00", "place": {"c3": ""}, "date-ut": "1937-09-18 15:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "563"}}, "raw": {"S": "2", "LT": "16 00", "LV": "I2", "TR": "f", "UT": "15 00", "LAT": "+46.48", "SRC": "L", "LONG": "-03.13", "NAME": "TYLINSKI Richard", "SPORT": "Soccer", "LOC_DATE": "1937 09 18", "UNIV_DATE": "1937 09 18", "BIRTH_PLACE": "NOYANT D'ALLIER", "POSTAL_CODE": "03210"}, "date": "2023-08-20T14:46:06+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
498	vaglienti-giovanni-1896-10-03	{"a1": "498", "3a_sports": "4102"}	{"ertel": "ES-4102", "lerrcp": "A1-498"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Vaglienti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1896-10-03 05:00", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1896-10-03 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Vaglienti"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1896-10-03 04:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-498"}, "ids-in-sources": {"a1": "498"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "3", "LAT": "45N30", "LON": "9E15", "MON": "10", "NUM": "498", "PRO": "C", "SEC": "0", "YEA": "1896", "CITY": "MILANO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1896-10-03 05:00"}, "partial-ids": {"ertel": "ES-4102"}}, "raw": {"L": "", "MF": "", "NR": "4102", "ENG": "0", "MA_": "2", "G_NR": "498", "MA12": "3", "MARS": "9", "NAME": "Vaglienti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,600", "CSINR": "", "KURTZ": "", "PHAS_": "20,800", "STUND": "5,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "03.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giovanni", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.10.1896", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
985	valetti-giovanni-1913-09-23	{"a1": "985", "3a_sports": "4107"}	{"ertel": "ES-4107", "lerrcp": "A1-985"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Valetti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-09-23 06:00", "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 7.63252, "lat": 44.94674, "name": "Vinovo", "geoid": 6534259}, "notime": null, "date-ut": "1913-09-23 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Valetti"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 7.63252, "lat": 44.94674, "name": "Vinovo", "geoid": 6534259}, "date-ut": "1913-09-23 05:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-985"}, "ids-in-sources": {"a1": "985"}}, "raw": {"H": "6", "MN": "0", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "23", "LAT": "45N 0", "LON": "8E 0", "MON": "9", "NUM": "985", "PRO": "C", "SEC": "0", "YEA": "1913", "CITY": "VINOVO"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1913-09-23 06:00"}, "partial-ids": {"ertel": "ES-4107"}}, "raw": {"L": "", "MF": "", "NR": "4107", "ENG": "0", "MA_": "2", "G_NR": "985", "MA12": "3", "MARS": "9", "NAME": "Valetti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,10", "CSINR": "", "KURTZ": "", "PHAS_": "55,600", "STUND": "6,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "23.09.", "ZITATE": "GH", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giovanni", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "23.09.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
235	valin-martial-1898-05-14	{"a1": "235", "3a_sports": "4108"}	{"ertel": "ES-4108", "lerrcp": "A1-235"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Martial", "family": "Valin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1898-05-14 01:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1898-05-14 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Martial", "family": "Valin"}, "birth": {"tzo": "+00:09:21", "date": "1898-05-14 01:00", "place": {"c2": "87", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1898-05-14 00:50:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-235"}, "ids-in-sources": {"a1": "235"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "87", "COU": "F", "DAY": "14", "LAT": "45N50", "LON": "1E15", "MON": "5", "NUM": "235", "PRO": "C", "SEC": "40", "YEA": "1898", "CITY": "LIMOGES"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1898-05-14 01:00"}, "partial-ids": {"ertel": "ES-4108"}}, "raw": {"L": "", "MF": "", "NR": "4108", "ENG": "", "MA_": "0", "G_NR": "235", "MA12": "11", "MARS": "33", "NAME": "Valin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,80", "CSINR": "", "KURTZ": "", "PHAS_": "38,200", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "14.05.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Martial", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "14.05.1898", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
986	vallazza-ermanno-1899-05-06	{"a1": "986", "3a_sports": "4111"}	{"ertel": "ES-4111", "lerrcp": "A1-986"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ermanno", "family": "Vallazza", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1899-05-06 15:00", "note": null, "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 8.40873, "lat": 45.67897, "name": "Boca", "geoid": 6535438}, "notime": null, "date-ut": "1899-05-06 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Ermanno", "family": "Vallazza"}, "birth": {"place": {"c2": "NO", "cy": "IT", "lg": 8.40873, "lat": 45.67897, "name": "Boca", "geoid": 6535438}, "date-ut": "1899-05-06 14:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-986"}, "ids-in-sources": {"a1": "986"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "NO", "COU": "I", "DAY": "6", "LAT": "45N30", "LON": "9E 0", "MON": "5", "NUM": "986", "PRO": "C", "SEC": "0", "YEA": "1899", "CITY": "BOCA"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1899-05-06 15:00"}, "partial-ids": {"ertel": "ES-4111"}}, "raw": {"L": "", "MF": "", "NR": "4111", "ENG": "", "MA_": "1", "G_NR": "986", "MA12": "2", "MARS": "5", "NAME": "Vallazza", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,200", "CSINR": "", "KURTZ": "", "PHAS_": "16,200", "STUND": "15,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "06.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ermanno", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.05.1899", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1150	van-cauter-emile-1931-12-02	{"a1": "1150", "3a_sports": "4122"}	{"ertel": "ES-4122", "lerrcp": "A1-1150"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Van Cauter", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-12-02 22:30", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "WOLVERTEM", "geoid": 0}, "notime": null, "date-ut": "1931-12-02 22:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Van Cauter"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "WOLVERTEM", "geoid": 0}, "date-ut": "1931-12-02 22:30:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1150"}, "ids-in-sources": {"a1": "1150"}}, "raw": {"H": "22", "MN": "30", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "2", "LAT": "50N51", "LON": "4E15", "MON": "12", "NUM": "1150", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "WOLVERTEM"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-12-02 22:30"}, "partial-ids": {"ertel": "ES-4122"}}, "raw": {"L": "", "MF": "", "NR": "4122", "ENG": "", "MA_": "0", "G_NR": "1150", "MA12": "9", "MARS": "25", "NAME": "VanCauter", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,60", "CSINR": "", "KURTZ": "", "PHAS_": "57,900", "STUND": "22,50", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "02.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Emile", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.12.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1777	vallerey-gisele-1930-01-22	{"a1": "1778", "g55": "03-439", "3a_sports": "4113", "cfepp-final3": "702"}	{"g55": "03-439", "cfepp": "CF-702", "cpara": "CP-408", "ertel": "ES-4113", "lerrcp": "A1-1778"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gisèle", "family": "Vallerey", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:00", "date": "1930-01-22 08:00", "note": null, "place": {"c1": null, "c2": "80", "c3": "", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1930-01-22 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "Gisèle", "family": "Vallerey"}, "birth": {"tzo": "+00:00", "date": "1930-01-22 08:00", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1930-01-22 08:00"}, "occus": ["swimmer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1778"}, "ids-in-sources": {"a1": "1778"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "80", "COU": "F", "DAY": "22", "LAT": "49N54", "LON": "2E18", "MON": "1", "NUM": "1778", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "AMIENS"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "F", "birth": {"date": "1930-01-22 08:00"}, "partial-ids": {"ertel": "ES-4113"}}, "raw": {"L": "", "MF": "F", "NR": "4113", "ENG": "1", "MA_": "2", "G_NR": "1778", "MA12": "1", "MARS": "3", "NAME": "Vallerey", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,40", "CSINR": "", "KURTZ": "", "PHAS_": "46,700", "STUND": "8,00", "CFEPNR": "702", "EXTEND": "1", "NATION": "FRA", "TAGMON": "22.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "408", "VORNAME": "Gisele", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "22.01.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SWIM", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1930-01-22 08:00", "place": {"c3": ""}, "date-ut": "1930-01-22 08:00"}, "occus": ["swimmer"], "ids-in-sources": {"cfepp-final3": "702"}}, "raw": {"S": "1", "LT": "08 00", "LV": "M", "TR": "f", "UT": "08 00", "LAT": "+49.90", "SRC": "AG", "LONG": "-02.31", "NAME": "VALLEREY Gisele", "SPORT": "Swimming", "LOC_DATE": "1930 01 22", "UNIV_DATE": "1930 01 22", "BIRTH_PLACE": "AMIENS", "POSTAL_CODE": "80027 CEDEX"}, "date": "2023-08-20T14:46:10+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-439"}, "ids-in-source": {"g55": "03-439"}}, "raw": {"DAY": "22-1-1930", "HOUR": "8 h.", "NAME": "VALLEREY Giséle", "PLACE": "Amiens (Somme)."}, "date": "2023-08-20T14:48:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1151	van-daele-leon-1933-02-24	{"a1": "1151", "3a_sports": "4123"}	{"ertel": "ES-4123", "lerrcp": "A1-1151"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Van Daele", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-02-24 08:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "notime": null, "date-ut": "1933-02-24 08:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Van Daele"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "date-ut": "1933-02-24 08:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1151"}, "ids-in-sources": {"a1": "1151"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "24", "LAT": "51N13", "LON": "3E15", "MON": "2", "NUM": "1151", "PRO": "C", "SEC": "0", "YEA": "1933", "CITY": "BRUGES"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1933-02-24 08:00"}, "partial-ids": {"ertel": "ES-4123"}}, "raw": {"L": "", "MF": "", "NR": "4123", "ENG": "", "MA_": "1", "G_NR": "1151", "MA12": "7", "MARS": "20", "NAME": "VanDaele", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,500", "CSINR": "", "KURTZ": "", "PHAS_": "0,300", "STUND": "8,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "24.02.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Léon", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "24.02.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1157	van-dormael-karel-1924-10-04	{"a1": "1158", "3a_sports": "4125"}	{"ertel": "ES-4125", "lerrcp": "A1-1158"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karel", "family": "Van Dormael", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-10-04 15:00", "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "MONTENAKEN", "geoid": 0}, "notime": null, "date-ut": "1924-10-04 15:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Karel", "family": "Van Dormael"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "MONTENAKEN", "geoid": 0}, "date-ut": "1924-10-04 15:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1158"}, "ids-in-sources": {"a1": "1158"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "4", "LAT": "50N47", "LON": "5E30", "MON": "10", "NUM": "1158", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "MONTENAKEN"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-10-04 15:00"}, "partial-ids": {"ertel": "ES-4125"}}, "raw": {"L": "", "MF": "", "NR": "4125", "ENG": "", "MA_": "0", "G_NR": "1158", "MA12": "12", "MARS": "34", "NAME": "VanDormael", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,300", "CSINR": "", "KURTZ": "", "PHAS_": "32,100", "STUND": "15,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "04.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Karel", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.10.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1212	van-est-pit-1934-08-11	{"a1": "1213", "3a_sports": "4126"}	{"ertel": "ES-4126", "lerrcp": "A1-1213"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pit", "family": "Van Est", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-08-11 14:00", "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "FIJNAART", "geoid": 0}, "notime": null, "date-ut": "1934-08-11 12:40:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Pit", "family": "Van Est"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "FIJNAART", "geoid": 0}, "date-ut": "1934-08-11 12:40:28"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1213"}, "ids-in-sources": {"a1": "1213"}}, "raw": {"H": "12", "MN": "40", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "11", "LAT": "51N42", "LON": "5E19", "MON": "8", "NUM": "1213", "PRO": "C", "SEC": "28", "YEA": "1934", "CITY": "FIJNAART"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1934-08-11 14:00"}, "partial-ids": {"ertel": "ES-4126"}}, "raw": {"L": "", "MF": "", "NR": "4126", "ENG": "", "MA_": "1", "G_NR": "1213", "MA12": "5", "MARS": "13", "NAME": "VanEst", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,300", "CSINR": "", "KURTZ": "", "PHAS_": "0,400", "STUND": "14,00", "CFEPNR": "", "EXTEND": "", "NATION": "NET", "TAGMON": "11.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pit", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.08.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1678	van-gestel-raymond-1930-01-20	{"a1": "1679", "3a_sports": "4129"}	{"ertel": "ES-4129", "lerrcp": "A1-1679"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Van Gestel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-01-20 14:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ARENDONCK", "geoid": 0}, "notime": null, "date-ut": "1930-01-20 14:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Van Gestel"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ARENDONCK", "geoid": 0}, "date-ut": "1930-01-20 14:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1679"}, "ids-in-sources": {"a1": "1679"}}, "raw": {"H": "14", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "20", "LAT": "51N14", "LON": "4E30", "MON": "1", "NUM": "1679", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "ARENDONCK"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-01-20 14:00"}, "partial-ids": {"ertel": "ES-4129"}}, "raw": {"L": "", "MF": "", "NR": "4129", "ENG": "", "MA_": "0", "G_NR": "1679", "MA12": "6", "MARS": "17", "NAME": "VanGestel", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,900", "CSINR": "", "KURTZ": "", "PHAS_": "67,600", "STUND": "14,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "20.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Raymond", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.01.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1159	van-herzele-mauritz-1917-02-10	{"a1": "1160", "3a_sports": "4131"}	{"ertel": "ES-4131", "lerrcp": "A1-1160"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mauritz", "family": "Van Herzele", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1917-02-10 23:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ST-LIEVENS HOUT", "geoid": 0}, "notime": null, "date-ut": "1917-02-10 22:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Mauritz", "family": "Van Herzele"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ST-LIEVENS HOUT", "geoid": 0}, "date-ut": "1917-02-10 22:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1160"}, "ids-in-sources": {"a1": "1160"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "10", "LAT": "51N 5", "LON": "3E45", "MON": "2", "NUM": "1160", "PRO": "C", "SEC": "0", "YEA": "1917", "CITY": "ST-LIEVENS HOUT"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1917-02-10 23:00"}, "partial-ids": {"ertel": "ES-4131"}}, "raw": {"L": "", "MF": "", "NR": "4131", "ENG": "", "MA_": "0", "G_NR": "1160", "MA12": "9", "MARS": "25", "NAME": "VanHerzele", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,100", "CSINR": "", "KURTZ": "", "PHAS_": "92,700", "STUND": "23,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "10.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Mauritz", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.02.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16190	van-impe-lucien-1946-10-20	{"d6": "403", "3a_sports": "4134"}	{"ertel": "ES-4134", "lerrcp": "D6-403"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Van Impe", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-10-20 04:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": 3.96667, "lat": 50.91667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Van Impe"}, "birth": {"date": "1946-10-20 04:30", "place": {"cy": "BE", "lg": 3.96667, "lat": 50.91667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "403"}}, "raw": {"H": "4", "MN": "30", "DAY": "20", "LAT": "50N55", "LON": "03E58", "MON": "10", "NUM": "403", "SEC": "0", "YEA": "1946", "NAME": "Van Impe Lucien"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-4134"}}, "raw": {"L": "", "MF": "", "NR": "4134", "ENG": "", "MA_": "1", "G_NR": "403", "MA12": "11", "MARS": "31", "NAME": "VanImpe", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-9,900", "CSINR": "", "KURTZ": "", "PHAS_": "24,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "20.10.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Lucien", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "20.10.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1214	van-kempen-pieter-1898-12-12	{"a1": "1215", "3a_sports": "4135"}	{"ertel": "ES-4135", "lerrcp": "A1-1215"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pieter", "family": "Van Kempen", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1898-12-12 22:00", "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "OOLTGENSPLAAT", "geoid": 0}, "notime": null, "date-ut": "1898-12-12 21:42:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Pieter", "family": "Van Kempen"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "OOLTGENSPLAAT", "geoid": 0}, "date-ut": "1898-12-12 21:42:08"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1215"}, "ids-in-sources": {"a1": "1215"}}, "raw": {"H": "21", "MN": "42", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "12", "LAT": "52N 5", "LON": "4E28", "MON": "12", "NUM": "1215", "PRO": "C", "SEC": "8", "YEA": "1898", "CITY": "OOLTGENSPLAAT"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1898-12-12 22:00"}, "partial-ids": {"ertel": "ES-4135"}}, "raw": {"L": "", "MF": "", "NR": "4135", "ENG": "1", "MA_": "2", "G_NR": "1215", "MA12": "1", "MARS": "3", "NAME": "VanKempen", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,400", "CSINR": "", "KURTZ": "", "PHAS_": "3,300", "STUND": "22,00", "CFEPNR": "", "EXTEND": "1", "NATION": "NET", "TAGMON": "12.12.", "ZITATE": "DGO", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pieter", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "12.12.1898", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1161	van-lerberghe-henri-1891-01-29	{"a1": "1162", "3a_sports": "4136"}	{"ertel": "ES-4136", "lerrcp": "A1-1162"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Van Lerberghe", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1891-01-29 16:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "LICHTERVELDE", "geoid": 0}, "notime": null, "date-ut": "1891-01-29 15:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Van Lerberghe"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "LICHTERVELDE", "geoid": 0}, "date-ut": "1891-01-29 15:47:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1162"}, "ids-in-sources": {"a1": "1162"}}, "raw": {"H": "15", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "29", "LAT": "51N13", "LON": "3E15", "MON": "1", "NUM": "1162", "PRO": "C", "SEC": "0", "YEA": "1891", "CITY": "LICHTERVELDE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1891-01-29 16:00"}, "partial-ids": {"ertel": "ES-4136"}}, "raw": {"L": "", "MF": "", "NR": "4136", "ENG": "1", "MA_": "2", "G_NR": "1162", "MA12": "4", "MARS": "10", "NAME": "VanLerberghe", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,700", "CSINR": "", "KURTZ": "", "PHAS_": "86,300", "STUND": "16,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "29.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.01.1891", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16191	van-linden-rik-1949-07-28	{"d6": "404", "3a_sports": "4138"}	{"ertel": "ES-4138", "lerrcp": "D6-404"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rik", "family": "Van Linden", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-07-28 03:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": 4.38333, "lat": 51.16667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Rik", "family": "Van Linden"}, "birth": {"date": "1949-07-28 03:00", "place": {"cy": "BE", "lg": 4.38333, "lat": 51.16667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "404"}}, "raw": {"H": "3", "MN": "0", "DAY": "28", "LAT": "51N10", "LON": "04E23", "MON": "7", "NUM": "404", "SEC": "0", "YEA": "1949", "NAME": "Van Linden Rik"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-4138"}}, "raw": {"L": "", "MF": "", "NR": "4138", "ENG": "1", "MA_": "2", "G_NR": "404", "MA12": "1", "MARS": "1", "NAME": "VanLinden", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "4,500", "CSINR": "", "KURTZ": "", "PHAS_": "6,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "28.07.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Rik", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "28.07.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1163	van-nitsen-willy-1935-02-08	{"a1": "1164", "3a_sports": "4141"}	{"ertel": "ES-4141", "lerrcp": "A1-1164"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willy", "family": "Van Nitsen", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1935-02-08 06:00", "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "ST-TROND", "geoid": 0}, "notime": null, "date-ut": "1935-02-08 06:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Willy", "family": "Van Nitsen"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "ST-TROND", "geoid": 0}, "date-ut": "1935-02-08 06:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1164"}, "ids-in-sources": {"a1": "1164"}}, "raw": {"H": "6", "MN": "0", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "8", "LAT": "50N47", "LON": "5E30", "MON": "2", "NUM": "1164", "PRO": "C", "SEC": "0", "YEA": "1935", "CITY": "ST-TROND"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1935-02-08 06:00"}, "partial-ids": {"ertel": "ES-4141"}}, "raw": {"L": "", "MF": "", "NR": "4141", "ENG": "", "MA_": "1", "G_NR": "1164", "MA12": "5", "MARS": "13", "NAME": "VanNitsen", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "25,100", "STUND": "6,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "08.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Willy", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "08.02.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1165	van-overloop-staf-1918-10-14	{"a1": "1166", "3a_sports": "4143"}	{"ertel": "ES-4143", "lerrcp": "A1-1166"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Staf", "family": "Van Overloop", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-10-14 02:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ST-NIKLAAS/WAAS", "geoid": 0}, "notime": null, "date-ut": "1918-10-14 02:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Staf", "family": "Van Overloop"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "ST-NIKLAAS/WAAS", "geoid": 0}, "date-ut": "1918-10-14 02:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1166"}, "ids-in-sources": {"a1": "1166"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "14", "LAT": "51N 5", "LON": "3E45", "MON": "10", "NUM": "1166", "PRO": "C", "SEC": "0", "YEA": "1918", "CITY": "ST-NIKLAAS/WAAS"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1918-10-14 02:00"}, "partial-ids": {"ertel": "ES-4143"}}, "raw": {"L": "", "MF": "", "NR": "4143", "ENG": "", "MA_": "1", "G_NR": "1166", "MA12": "9", "MARS": "26", "NAME": "VanOverloop", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,500", "CSINR": "", "KURTZ": "", "PHAS_": "58,500", "STUND": "2,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "14.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Staf", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.10.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1166	van-slembroeck-gustaf-1902-03-25	{"a1": "1167", "3a_sports": "4145"}	{"ertel": "ES-4145", "lerrcp": "A1-1167"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustaf", "family": "Van Slembroeck", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1902-03-25 20:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OOSTENDE", "geoid": 0}, "notime": null, "date-ut": "1902-03-25 20:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Gustaf", "family": "Van Slembroeck"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OOSTENDE", "geoid": 0}, "date-ut": "1902-03-25 20:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1167"}, "ids-in-sources": {"a1": "1167"}}, "raw": {"H": "20", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "25", "LAT": "51N13", "LON": "3E15", "MON": "3", "NUM": "1167", "PRO": "C", "SEC": "0", "YEA": "1902", "CITY": "OOSTENDE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1902-03-25 20:00"}, "partial-ids": {"ertel": "ES-4145"}}, "raw": {"L": "", "MF": "", "NR": "4145", "ENG": "", "MA_": "1", "G_NR": "1167", "MA12": "7", "MARS": "21", "NAME": "VanSlembroeck", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,700", "CSINR": "", "KURTZ": "", "PHAS_": "99,200", "STUND": "20,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "25.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gustaf", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.03.1902", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1169	van-theemsche-peez-1915-08-15	{"a1": "1170", "3a_sports": "4147"}	{"ertel": "ES-4147", "lerrcp": "A1-1170"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Peez", "family": "Van Theemsche", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1915-08-15 19:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "LOKEREN", "geoid": 0}, "notime": null, "date-ut": "1915-08-15 18:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Peez", "family": "Van Theemsche"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "LOKEREN", "geoid": 0}, "date-ut": "1915-08-15 18:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1170"}, "ids-in-sources": {"a1": "1170"}}, "raw": {"H": "18", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "15", "LAT": "51N 5", "LON": "3E45", "MON": "8", "NUM": "1170", "PRO": "C", "SEC": "0", "YEA": "1915", "CITY": "LOKEREN"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1915-08-15 19:00"}, "partial-ids": {"ertel": "ES-4147"}}, "raw": {"L": "", "MF": "", "NR": "4147", "ENG": "", "MA_": "0", "G_NR": "1170", "MA12": "8", "MARS": "22", "NAME": "VanTreemsche", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,600", "CSINR": "", "KURTZ": "", "PHAS_": "17,800", "STUND": "19,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "15.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Peez", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.08.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1216	van-vliet-arie-1916-03-18	{"a1": "1217", "3a_sports": "4149"}	{"ertel": "ES-4149", "lerrcp": "A1-1217"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arie", "family": "Van Vliet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1916-03-18 16:00", "note": null, "place": {"c1": null, "c2": "ZH", "c3": null, "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "WOERDEN", "geoid": 0}, "notime": null, "date-ut": "1916-03-18 15:40:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Arie", "family": "Van Vliet"}, "birth": {"place": {"c2": "ZH", "cy": "NL", "lg": 4.46667, "lat": 52.08333, "name": "WOERDEN", "geoid": 0}, "date-ut": "1916-03-18 15:40:28"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1217"}, "ids-in-sources": {"a1": "1217"}}, "raw": {"H": "15", "MN": "40", "TZ": "0", "COD": "ZH", "COU": "N", "DAY": "18", "LAT": "52N 5", "LON": "4E28", "MON": "3", "NUM": "1217", "PRO": "C", "SEC": "28", "YEA": "1916", "CITY": "WOERDEN"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1916-03-18 16:00"}, "partial-ids": {"ertel": "ES-4149"}}, "raw": {"L": "", "MF": "", "NR": "4149", "ENG": "1", "MA_": "2", "G_NR": "1217", "MA12": "1", "MARS": "3", "NAME": "VanVliet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,500", "CSINR": "", "KURTZ": "", "PHAS_": "96,700", "STUND": "16,00", "CFEPNR": "", "EXTEND": "1", "NATION": "NET", "TAGMON": "18.03.", "ZITATE": "DGSO", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Arie", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "18.03.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16189	vanconingsloo-georges-1940-10-27	{"d6": "402", "3a_sports": "4150"}	{"ertel": "ES-4150", "lerrcp": "D6-402"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Vanconingsloo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-10-27 08:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": 4.61667, "lat": 50.71667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Vanconingsloo"}, "birth": {"date": "1940-10-27 08:30", "place": {"cy": "BE", "lg": 4.61667, "lat": 50.71667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "402"}}, "raw": {"H": "8", "MN": "30", "DAY": "27", "LAT": "50N43", "LON": "04E37", "MON": "10", "NUM": "402", "SEC": "0", "YEA": "1940", "NAME": "Vanconingsloo Georges"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-4150"}}, "raw": {"L": "", "MF": "", "NR": "4150", "ENG": "", "MA_": "1", "G_NR": "402", "MA12": "9", "MARS": "27", "NAME": "Vanconingsloo", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-10,20", "CSINR": "", "KURTZ": "", "PHAS_": "21,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "27.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "27.10.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1156	van-de-velde-pier-1889-05-15	{"a1": "1157", "3a_sports": "4152"}	{"ertel": "ES-4152", "lerrcp": "A1-1157"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Van De Velde Pier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1889-05-15 03:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "LOVENDEGEM", "geoid": 0}, "notime": null, "date-ut": "1889-05-15 02:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "", "family": "Van De Velde Pier"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "LOVENDEGEM", "geoid": 0}, "date-ut": "1889-05-15 02:45:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1157"}, "ids-in-sources": {"a1": "1157"}}, "raw": {"H": "2", "MN": "45", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "15", "LAT": "51N 5", "LON": "3E45", "MON": "5", "NUM": "1157", "PRO": "C", "SEC": "0", "YEA": "1889", "CITY": "LOVENDEGEM"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1889-05-15 03:00"}, "partial-ids": {"ertel": "ES-4152"}}, "raw": {"L": "", "MF": "", "NR": "4152", "ENG": "", "MA_": "0", "G_NR": "1157", "MA12": "11", "MARS": "33", "NAME": "VandeVelde", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,400", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "3,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "15.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pier", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.05.1889", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1153	van-den-bossche-martin-1941-03-10	{"a1": "1154", "3a_sports": "4156"}	{"ertel": "ES-4156", "lerrcp": "A1-1154"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Martin", "family": "Van Den Bossche", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-03-10 06:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "HINGENE", "geoid": 0}, "notime": null, "date-ut": "1941-03-10 04:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Martin", "family": "Van Den Bossche"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "HINGENE", "geoid": 0}, "date-ut": "1941-03-10 04:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1154"}, "ids-in-sources": {"a1": "1154"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "10", "LAT": "51N14", "LON": "4E30", "MON": "3", "NUM": "1154", "PRO": "C", "SEC": "0", "YEA": "1941", "CITY": "HINGENE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1941-03-10 06:00"}, "partial-ids": {"ertel": "ES-4156"}}, "raw": {"L": "", "MF": "", "NR": "4156", "ENG": "1", "MA_": "2", "G_NR": "1154", "MA12": "1", "MARS": "2", "NAME": "VandenBossche", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,500", "CSINR": "", "KURTZ": "", "PHAS_": "84,400", "STUND": "6,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "10.03.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Martin", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "10.03.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1210	van-der-borgh-joseph-1934-10-28	{"a1": "1211", "3a_sports": "4159"}	{"ertel": "ES-4159", "lerrcp": "A1-1211"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Van Der Borgh", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-10-28 13:00", "note": null, "place": {"c1": null, "c2": "L", "c3": null, "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "ECHT", "geoid": 0}, "notime": null, "date-ut": "1934-10-28 12:40:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Van Der Borgh"}, "birth": {"place": {"c2": "L", "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "ECHT", "geoid": 0}, "date-ut": "1934-10-28 12:40:28"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1211"}, "ids-in-sources": {"a1": "1211"}}, "raw": {"H": "12", "MN": "40", "TZ": "0", "COD": "L", "COU": "N", "DAY": "28", "LAT": "50N51", "LON": "5E40", "MON": "10", "NUM": "1211", "PRO": "C", "SEC": "28", "YEA": "1934", "CITY": "ECHT"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1934-10-28 13:00"}, "partial-ids": {"ertel": "ES-4159"}}, "raw": {"L": "", "MF": "", "NR": "4159", "ENG": "", "MA_": "0", "G_NR": "1211", "MA12": "6", "MARS": "16", "NAME": "VanderBorgh", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,300", "CSINR": "", "KURTZ": "", "PHAS_": "71,700", "STUND": "13,00", "CFEPNR": "", "EXTEND": "", "NATION": "NET", "TAGMON": "28.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Joseph", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.10.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1211	van-der-brekel-petrus-1932-07-21	{"a1": "1212", "3a_sports": "4160"}	{"ertel": "ES-4160", "lerrcp": "A1-1212"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Petrus", "family": "Van Der Brekel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-07-21 03:00", "note": null, "place": {"c1": null, "c2": "L", "c3": null, "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "ECHT", "geoid": 0}, "notime": null, "date-ut": "1932-07-21 01:40:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Petrus", "family": "Van Der Brekel"}, "birth": {"place": {"c2": "L", "cy": "NL", "lg": 5.66667, "lat": 50.85, "name": "ECHT", "geoid": 0}, "date-ut": "1932-07-21 01:40:28"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1212"}, "ids-in-sources": {"a1": "1212"}}, "raw": {"H": "1", "MN": "40", "TZ": "0", "COD": "L", "COU": "N", "DAY": "21", "LAT": "50N51", "LON": "5E40", "MON": "7", "NUM": "1212", "PRO": "C", "SEC": "28", "YEA": "1932", "CITY": "ECHT"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-07-21 03:00"}, "partial-ids": {"ertel": "ES-4160"}}, "raw": {"L": "", "MF": "", "NR": "4160", "ENG": "1", "MA_": "2", "G_NR": "1212", "MA12": "1", "MARS": "1", "NAME": "VanderBrekel", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,600", "CSINR": "", "KURTZ": "", "PHAS_": "89,100", "STUND": "3,00", "CFEPNR": "", "EXTEND": "1", "NATION": "NET", "TAGMON": "21.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Petrus", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.07.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1155	van-der-stuyft-leon-1890-05-05	{"a1": "1156", "3a_sports": "4161"}	{"ertel": "ES-4161", "lerrcp": "A1-1156"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Van Der Stuyft Leon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1890-05-05 07:30", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "IEPER", "geoid": 0}, "notime": null, "date-ut": "1890-05-05 07:17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "", "family": "Van Der Stuyft Leon"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "IEPER", "geoid": 0}, "date-ut": "1890-05-05 07:17:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1156"}, "ids-in-sources": {"a1": "1156"}}, "raw": {"H": "7", "MN": "17", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "5", "LAT": "51N13", "LON": "3E15", "MON": "5", "NUM": "1156", "PRO": "C", "SEC": "0", "YEA": "1890", "CITY": "IEPER"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1890-05-05 07:30"}, "partial-ids": {"ertel": "ES-4161"}}, "raw": {"L": "", "MF": "", "NR": "4161", "ENG": "", "MA_": "1", "G_NR": "1156", "MA12": "7", "MARS": "20", "NAME": "VanderStuyft", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,000", "CSINR": "", "KURTZ": "", "PHAS_": "99,900", "STUND": "7,50", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "05.05.", "ZITATE": "DH", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Léon", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "05.05.1890", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1394	vandooren-roger-1923-04-27	{"a1": "1395", "3a_sports": "4166", "cfepp-final3": "565"}	{"cfepp": "CF-565", "cpara": "CP-532", "ertel": "ES-4166", "lerrcp": "A1-1395"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Vandooren", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1923-04-27 08:25", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.41874, "lat": 48.76846, "name": "Choisy-le-Roi", "geoid": 3025055}, "notime": null, "date-ut": "1923-04-27 08:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Vandooren"}, "birth": {"tzo": "+00:00", "date": "1923-04-27 08:25", "place": {"c2": "94", "cy": "FR", "lg": 2.41874, "lat": 48.76846, "name": "Choisy-le-Roi", "geoid": 3025055}, "date-ut": "1923-04-27 08:25"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1395"}, "ids-in-sources": {"a1": "1395"}}, "raw": {"H": "8", "MN": "25", "TZ": "0", "COD": "94", "COU": "F", "DAY": "27", "LAT": "48N47", "LON": "2E29", "MON": "4", "NUM": "1395", "PRO": "C", "SEC": "0", "YEA": "1923", "CITY": "CHOISY-LE-ROI"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1923-04-27 08:25"}, "partial-ids": {"ertel": "ES-4166"}}, "raw": {"L": "", "MF": "", "NR": "4166", "ENG": "1", "MA_": "2", "G_NR": "1395", "MA12": "1", "MARS": "3", "NAME": "Vandooren", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,000", "CSINR": "", "KURTZ": "", "PHAS_": "79,100", "STUND": "8,42", "CFEPNR": "565", "EXTEND": "1", "NATION": "FRA", "TAGMON": "27.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "532", "VORNAME": "Roger", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.04.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1923-04-27 08:25", "place": {"c3": ""}, "date-ut": "1923-04-27 08:25"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "565"}}, "raw": {"S": "1", "LT": "08 25", "LV": "I3", "TR": "f", "UT": "08 25", "LAT": "+48.77", "SRC": "A", "LONG": "-02.41", "NAME": "VANDOOREN Roger", "SPORT": "Soccer", "LOC_DATE": "1923 04 27", "UNIV_DATE": "1923 04 27", "BIRTH_PLACE": "CHOISY LE ROI", "POSTAL_CODE": "94600"}, "date": "2023-08-20T14:46:06+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
236	vanier-raymond-1895-08-06	{"a1": "236", "3a_sports": "4169"}	{"ertel": "ES-4169", "lerrcp": "A1-236"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Vanier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1895-08-06 06:15", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1895-08-06 06:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Vanier"}, "birth": {"tzo": "+00:09:21", "date": "1895-08-06 06:15", "place": {"c2": "45", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1895-08-06 06:05:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-236"}, "ids-in-sources": {"a1": "236"}}, "raw": {"H": "6", "MN": "5", "TZ": "0", "COD": "45", "COU": "F", "DAY": "6", "LAT": "47N54", "LON": "1E54", "MON": "8", "NUM": "236", "PRO": "C", "SEC": "40", "YEA": "1895", "CITY": "ORLEANS"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1895-08-06 06:15"}, "partial-ids": {"ertel": "ES-4169"}}, "raw": {"L": "", "MF": "", "NR": "4169", "ENG": "0", "MA_": "2", "G_NR": "236", "MA12": "12", "MARS": "36", "NAME": "Vanier", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,200", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "6,25", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "06.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Raymond", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.08.1895", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2001	vannier-michel-1931-07-21	{"a1": "2003", "3a_sports": "4170", "cfepp-final3": "963"}	{"cfepp": "CF-963", "cpara": "CP-411", "ertel": "ES-4170", "lerrcp": "A1-2003"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Vannier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1931-07-21 15:00", "note": null, "place": {"c1": null, "c2": "55", "c3": "", "cy": "FR", "lg": 5.64022, "lat": 49.21259, "name": "Étain", "geoid": 3019474}, "notime": null, "date-ut": "1931-07-21 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Vannier"}, "birth": {"tzo": "+01:00", "date": "1931-07-27 15:00", "place": {"c2": "55", "cy": "FR", "lg": 5.64022, "lat": 49.21259, "name": "Étain", "geoid": 3019474}, "date-ut": "1931-07-27 14:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-2003"}, "ids-in-sources": {"a1": "2003"}}, "raw": {"H": "14", "MN": "0", "TZ": "0", "COD": "55", "COU": "F", "DAY": "27", "LAT": "48N46", "LON": "5E10", "MON": "7", "NUM": "2003", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "ETAIN"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-07-27 15:00"}, "partial-ids": {"ertel": "ES-4170"}}, "raw": {"L": "", "MF": "", "NR": "4170", "ENG": "", "MA_": "0", "G_NR": "2003", "MA12": "3", "MARS": "8", "NAME": "Vannier", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,200", "CSINR": "", "KURTZ": "", "PHAS_": "93,200", "STUND": "15,00", "CFEPNR": "963", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.07.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "411", "VORNAME": "Michel", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "27.07.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "vannier-michel-1931-07-21", "birth": {"date": "1931-07-21 15:00", "place": {"c3": ""}, "date-ut": "1931-07-21 14:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "963"}}, "raw": {"S": "3", "LT": "15 00", "LV": "I43", "TR": "f", "UT": "14 00", "LAT": "+49.22", "SRC": "L", "LONG": "-05.64", "NAME": "VANNIER Michel", "SPORT": "Rugby Union", "LOC_DATE": "1931 07 21", "UNIV_DATE": "1931 07 21", "BIRTH_PLACE": "ETAIN", "POSTAL_CODE": "55400"}, "date": "2023-08-20T14:46:16+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
690	vangi-salvator-1927-01-13	{"a1": "690", "g55": "03-564", "3a_sports": "4168"}	{"g55": "03-564", "ertel": "ES-4168", "lerrcp": "A1-690"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Salvator", "family": "Vangi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1927-01-13 23:30", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1927-01-13 23:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Salvator", "family": "Vangi"}, "birth": {"tzo": "+00:00", "date": "1927-01-13 23:30", "place": {"c2": "21", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1927-01-13 23:30"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-690"}, "ids-in-sources": {"a1": "690"}}, "raw": {"H": "23", "MN": "30", "TZ": "0", "COD": "21", "COU": "F", "DAY": "13", "LAT": "47N19", "LON": "5E 2", "MON": "1", "NUM": "690", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "DIJON"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-01-13 23:30"}, "partial-ids": {"ertel": "ES-4168"}}, "raw": {"L": "", "MF": "", "NR": "4168", "ENG": "", "MA_": "0", "G_NR": "690", "MA12": "5", "MARS": "15", "NAME": "Vangi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,100", "CSINR": "", "KURTZ": "", "PHAS_": "75,500", "STUND": "23,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Salvatore", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "13.01.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-564"}, "ids-in-source": {"g55": "03-564"}}, "raw": {"DAY": "13-1-1927", "HOUR": "23 h. 30", "NAME": "VANGI Salvator", "PLACE": "Dijon (Côte-d’Or)."}, "date": "2023-08-20T14:48:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
122	varzi-achille-1904-08-08	{"a1": "122", "3a_sports": "4177"}	{"ertel": "ES-4177", "lerrcp": "A1-122"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Achille", "family": "Varzi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1904-08-08 13:00", "note": null, "place": {"c1": null, "c2": "NO", "c3": null, "cy": "IT", "lg": 8.69674, "lat": 45.48157, "name": "Galliate", "geoid": 3176379}, "notime": null, "date-ut": "1904-08-08 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Achille", "family": "Varzi"}, "birth": {"place": {"c2": "NO", "cy": "IT", "lg": 8.69674, "lat": 45.48157, "name": "Galliate", "geoid": 3176379}, "date-ut": "1904-08-08 12:00"}, "occus": ["motor-sports-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-122"}, "ids-in-sources": {"a1": "122"}}, "raw": {"H": "13", "MN": "0", "TZ": "-1", "COD": "NO", "COU": "I", "DAY": "8", "LAT": "45N30", "LON": "9E 0", "MON": "8", "NUM": "122", "PRO": "C", "SEC": "0", "YEA": "1904", "CITY": "GALLIATE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1904-08-08 13:00"}, "partial-ids": {"ertel": "ES-4177"}}, "raw": {"L": "", "MF": "", "NR": "4177", "ENG": "1", "MA_": "2", "G_NR": "122", "MA12": "4", "MARS": "12", "NAME": "Varzi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,000", "CSINR": "", "KURTZ": "", "PHAS_": "17,000", "STUND": "13,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "08.08.", "ZITATE": "DCS", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Achille", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "08.08.1904", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1613	venturi-arcadio-1929-05-18	{"a1": "1614", "3a_sports": "4187"}	{"ertel": "ES-4187", "lerrcp": "A1-1614"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arcadio", "family": "Venturi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-05-18 02:00", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 11.0048, "lat": 44.48296, "name": "Vignola", "geoid": 3164342}, "notime": null, "date-ut": "1929-05-18 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Arcadio", "family": "Venturi"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 11.0048, "lat": 44.48296, "name": "Vignola", "geoid": 3164342}, "date-ut": "1929-05-18 01:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1614"}, "ids-in-sources": {"a1": "1614"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "18", "LAT": "44N36", "LON": "11E15", "MON": "5", "NUM": "1614", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "VIGNOLA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-05-18 02:00"}, "partial-ids": {"ertel": "ES-4187"}}, "raw": {"L": "", "MF": "", "NR": "4187", "ENG": "", "MA_": "0", "G_NR": "1614", "MA12": "8", "MARS": "22", "NAME": "Venturi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,000", "CSINR": "", "KURTZ": "", "PHAS_": "72,300", "STUND": "2,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "18.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Arcadio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.05.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2002	vellat-edmond-1897-02-14	{"a1": "2004", "g55": "03-420", "3a_sports": "4185"}	{"g55": "03-420", "ertel": "ES-4185", "lerrcp": "A1-2004"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Vellat", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1897-02-14 02:40", "note": null, "place": {"c1": null, "c2": "73", "c3": null, "cy": "FR", "lg": 5.92079, "lat": 45.56628, "name": "Chambéry", "geoid": 3027422}, "notime": null, "date-ut": "1897-02-14 02:30:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Vellat"}, "birth": {"tzo": "+00:09:21", "date": "1897-02-14 02:40", "place": {"c2": "73", "cy": "FR", "lg": 5.92079, "lat": 45.56628, "name": "Chambéry", "geoid": 3027422}, "date-ut": "1897-02-14 02:30:40"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-2004"}, "ids-in-sources": {"a1": "2004"}}, "raw": {"H": "2", "MN": "30", "TZ": "0", "COD": "73", "COU": "F", "DAY": "14", "LAT": "45N34", "LON": "5E55", "MON": "2", "NUM": "2004", "PRO": "C", "SEC": "40", "YEA": "1897", "CITY": "CHAMBERY"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1897-02-14 02:40"}, "partial-ids": {"ertel": "ES-4185"}}, "raw": {"L": "", "MF": "", "NR": "4185", "ENG": "", "MA_": "1", "G_NR": "2004", "MA12": "7", "MARS": "19", "NAME": "Vellat", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,700", "CSINR": "", "KURTZ": "", "PHAS_": "86,800", "STUND": "2,67", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "14.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Edmond", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "14.02.1897", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-420"}, "ids-in-source": {"g55": "03-420"}}, "raw": {"DAY": "14-2-1897", "HOUR": "2 h. 40", "NAME": "VELLAT Edmond", "PLACE": "Chambéry (Savoie)."}, "date": "2023-08-20T14:48:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1170	verachtert-josephus-1932-08-20	{"a1": "1171", "3a_sports": "4190"}	{"ertel": "ES-4190", "lerrcp": "A1-1171"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Josephus", "family": "Verachtert", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-08-20 16:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "OEVEL", "geoid": 0}, "notime": null, "date-ut": "1932-08-20 15:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Josephus", "family": "Verachtert"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "OEVEL", "geoid": 0}, "date-ut": "1932-08-20 15:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1171"}, "ids-in-sources": {"a1": "1171"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "20", "LAT": "51N14", "LON": "4E30", "MON": "8", "NUM": "1171", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "OEVEL"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-08-20 16:00"}, "partial-ids": {"ertel": "ES-4190"}}, "raw": {"L": "", "MF": "", "NR": "4190", "ENG": "", "MA_": "0", "G_NR": "1171", "MA12": "6", "MARS": "17", "NAME": "Verachtert", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,000", "CSINR": "", "KURTZ": "", "PHAS_": "86,700", "STUND": "16,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "20.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Josephus", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.08.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1171	verbeke-roger-1930-01-31	{"a1": "1172", "3a_sports": "4192"}	{"ertel": "ES-4192", "lerrcp": "A1-1172"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Verbeke", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-01-31 02:30", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "YPRES", "geoid": 0}, "notime": null, "date-ut": "1930-01-31 02:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Verbeke"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "YPRES", "geoid": 0}, "date-ut": "1930-01-31 02:30:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1172"}, "ids-in-sources": {"a1": "1172"}}, "raw": {"H": "2", "MN": "30", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "31", "LAT": "51N13", "LON": "3E15", "MON": "1", "NUM": "1172", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "YPRES"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-01-31 02:30"}, "partial-ids": {"ertel": "ES-4192"}}, "raw": {"L": "", "MF": "", "NR": "4192", "ENG": "", "MA_": "0", "G_NR": "1172", "MA12": "11", "MARS": "32", "NAME": "Verbeke", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,300", "CSINR": "", "KURTZ": "", "PHAS_": "1,500", "STUND": "2,50", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "31.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "31.01.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
691	vercoutter-andre-1923-06-29	{"a1": "691", "g55": "03-565", "3a_sports": "4195"}	{"g55": "03-565", "ertel": "ES-4195", "lerrcp": "A1-691"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Vercoutter", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1923-06-29 02:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 2.40486, "lat": 51.04202, "name": "Rosendaël", "geoid": 2982797}, "notime": null, "date-ut": "1923-06-29 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "André", "family": "Vercoutter"}, "birth": {"tzo": "+01:00", "date": "1923-06-29 02:00", "place": {"c2": "59", "cy": "FR", "lg": 2.40486, "lat": 51.04202, "name": "Rosendaël", "geoid": 2982797}, "date-ut": "1923-06-29 01:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-691"}, "ids-in-sources": {"a1": "691"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "59", "COU": "F", "DAY": "29", "LAT": "50N39", "LON": "3E 5", "MON": "6", "NUM": "691", "PRO": "C", "SEC": "0", "YEA": "1923", "CITY": "ROSENDAEL"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1923-06-29 02:00"}, "partial-ids": {"ertel": "ES-4195"}}, "raw": {"L": "", "MF": "", "NR": "4195", "ENG": "", "MA_": "1", "G_NR": "691", "MA12": "10", "MARS": "28", "NAME": "Vercoutter", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,200", "CSINR": "", "KURTZ": "", "PHAS_": "99,600", "STUND": "2,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "29.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "29.06.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-565"}, "ids-in-source": {"g55": "03-565"}}, "raw": {"DAY": "29-6-1923", "HOUR": "2 h.", "NAME": "VERCOUTTER Andre", "PLACE": "Rosendaal (Nord)."}, "date": "2023-08-20T14:48:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
761	vergauwen-1914-02-13	{"a1": "761", "3a_sports": "4199"}	{"ertel": "ES-4199", "lerrcp": "A1-761"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Vergauwen", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-02-13 17:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ZWIJNDRECHT", "geoid": 0}, "notime": null, "date-ut": "1914-02-13 17:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "", "family": "Vergauwen"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ZWIJNDRECHT", "geoid": 0}, "date-ut": "1914-02-13 17:00:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-761"}, "ids-in-sources": {"a1": "761"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "13", "LAT": "51N14", "LON": "4E30", "MON": "2", "NUM": "761", "PRO": "C", "SEC": "0", "YEA": "1914", "CITY": "ZWIJNDRECHT"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1914-02-13 17:00"}, "partial-ids": {"ertel": "ES-4199"}}, "raw": {"L": "", "MF": "", "NR": "4199", "ENG": "", "MA_": "1", "G_NR": "761", "MA12": "2", "MARS": "6", "NAME": "Vergauwen", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,900", "CSINR": "", "KURTZ": "", "PHAS_": "92,800", "STUND": "17,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "13.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.02.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16195	verge-louis-1938-10-06	{"d6": "408", "3a_sports": "4200", "cfepp-final3": "788"}	{"cfepp": "CF-788", "ertel": "ES-4200", "lerrcp": "D6-408"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Verge", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1938-10-06 12:00", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": -2.35, "lat": 43.21, "name": "CARCASSONNE", "geoid": null}, "notime": null, "date-ut": "1938-10-06 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Verge"}, "birth": {"date": "1938-10-06 12:00", "place": {"cy": "FR", "lg": 2.35, "lat": 43.21667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "408"}}, "raw": {"H": "12", "MN": "0", "DAY": "6", "LAT": "43N13", "LON": "02E21", "MON": "10", "NUM": "408", "SEC": "0", "YEA": "1938", "NAME": "Verge Louis"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-4200"}}, "raw": {"L": "", "MF": "", "NR": "4200", "ENG": "1", "MA_": "2", "G_NR": "408", "MA12": "4", "MARS": "12", "NAME": "Verge", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "7,000", "CSINR": "", "KURTZ": "", "PHAS_": "88,100", "STUND": "", "CFEPNR": "789", "EXTEND": "1", "NATION": "FRA", "TAGMON": "06.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Louis", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "06.10.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1938-10-06 12:00", "place": {"c2": "11", "c3": "", "cy": "FR", "lg": -2.35, "lat": 43.21, "name": "CARCASSONNE"}, "date-ut": "1938-10-06 12:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "788"}}, "raw": {"S": "4", "LT": "12 00", "LV": "I12", "TR": "f", "UT": "12 00", "LAT": "+43.21", "SRC": "L", "LONG": "-02.35", "NAME": "VERGE Louis", "SPORT": "Rugby League", "LOC_DATE": "1938 10 06", "UNIV_DATE": "1938 10 06", "BIRTH_PLACE": "CARCASSONNE", "POSTAL_CODE": "11012 CEDEX"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
77	vermeulen-jean-1895-07-22	{"a1": "77", "3a_sports": "4205"}	{"ertel": "ES-4205", "lerrcp": "A1-77"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Vermeulen", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1895-07-22 19:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.1493, "lat": 50.67846, "name": "Croix", "geoid": 3022376}, "notime": null, "date-ut": "1895-07-22 18:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Vermeulen"}, "birth": {"tzo": "+00:09:21", "date": "1895-07-22 19:00", "place": {"c2": "59", "cy": "FR", "lg": 3.1493, "lat": 50.67846, "name": "Croix", "geoid": 3022376}, "date-ut": "1895-07-22 18:50:40"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-77"}, "ids-in-sources": {"a1": "77"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "59", "COU": "F", "DAY": "22", "LAT": "50N39", "LON": "3E 5", "MON": "7", "NUM": "77", "PRO": "C", "SEC": "40", "YEA": "1895", "CITY": "CROIX"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1895-07-22 19:00"}, "partial-ids": {"ertel": "ES-4205"}}, "raw": {"L": "", "MF": "", "NR": "4205", "ENG": "", "MA_": "0", "G_NR": "77", "MA12": "6", "MARS": "16", "NAME": "Vermeulen", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,200", "CSINR": "", "KURTZ": "", "PHAS_": "0,200", "STUND": "19,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.07.1895", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
734	vernaglione-umberto-1933-04-24	{"a1": "734", "3a_sports": "4209"}	{"ertel": "ES-4209", "lerrcp": "A1-734"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Umberto", "family": "Vernaglione", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-04-24 22:30", "note": null, "place": {"c1": null, "c2": "TA", "c3": null, "cy": "IT", "lg": 17.22972, "lat": 40.47611, "name": "Taranto", "geoid": 3165926}, "notime": null, "date-ut": "1933-04-24 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Umberto", "family": "Vernaglione"}, "birth": {"place": {"c2": "TA", "cy": "IT", "lg": 17.22972, "lat": 40.47611, "name": "Taranto", "geoid": 3165926}, "date-ut": "1933-04-24 21:30"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-734"}, "ids-in-sources": {"a1": "734"}}, "raw": {"H": "22", "MN": "30", "TZ": "-1", "COD": "TA", "COU": "I", "DAY": "24", "LAT": "40N30", "LON": "17E30", "MON": "4", "NUM": "734", "PRO": "C", "SEC": "0", "YEA": "1933", "CITY": "TARANTO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1933-04-24 22:30"}, "partial-ids": {"ertel": "ES-4209"}}, "raw": {"L": "", "MF": "", "NR": "4209", "ENG": "", "MA_": "1", "G_NR": "734", "MA12": "5", "MARS": "13", "NAME": "Vernaglione", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,400", "CSINR": "", "KURTZ": "", "PHAS_": "0,700", "STUND": "22,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "24.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Umberto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.04.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16196	vernet-georges-1905-11-16	{"d6": "409", "3a_sports": "4210"}	{"ertel": "ES-4210", "lerrcp": "D6-409"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Vernet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1905-11-16 06:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": 4.13333, "lat": 44.05, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mountaineer"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Vernet"}, "birth": {"date": "1905-11-16 06:00", "place": {"cy": "FR", "lg": 4.13333, "lat": 44.05}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "409"}}, "raw": {"H": "6", "MN": "0", "DAY": "16", "LAT": "44N03", "LON": "04E08", "MON": "11", "NUM": "409", "SEC": "0", "YEA": "1905", "NAME": "Vernet Georges"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["mountaineer"], "partial-ids": {"ertel": "ES-4210"}}, "raw": {"L": "", "MF": "", "NR": "4210", "ENG": "", "MA_": "1", "G_NR": "409", "MA12": "10", "MARS": "30", "NAME": "Vernet", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-5,800", "CSINR": "", "KURTZ": "", "PHAS_": "87,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "16.11.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "16.11.1905", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "ALPI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
500	verona-alberto-1884-11-17	{"a1": "500", "3a_sports": "4213"}	{"ertel": "ES-4213", "lerrcp": "A1-500"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberto", "family": "Verona", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1884-11-17 05:20", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "notime": null, "date-ut": "1884-11-17 04:30:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Alberto", "family": "Verona"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.18951, "lat": 45.46427, "name": "Milano", "geoid": 3173435}, "date-ut": "1884-11-17 04:30:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-500"}, "ids-in-sources": {"a1": "500"}}, "raw": {"H": "5", "MN": "30", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "17", "LAT": "45N30", "LON": "9E15", "MON": "11", "NUM": "500", "PRO": "C", "SEC": "4", "YEA": "1884", "CITY": "MILANO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1884-11-17 05:20"}, "partial-ids": {"ertel": "ES-4213"}}, "raw": {"L": "", "MF": "", "NR": "4213", "ENG": "", "MA_": "0", "G_NR": "500", "MA12": "11", "MARS": "32", "NAME": "Verona", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,300", "CSINR": "", "KURTZ": "", "PHAS_": "0,600", "STUND": "5,33", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "17.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alberto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.11.1884", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
501	veronesi-alfredo-1890-12-20	{"a1": "501", "3a_sports": "4214"}	{"ertel": "ES-4214", "lerrcp": "A1-501"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfredo", "family": "Veronesi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1890-12-20 20:00", "note": null, "place": {"c1": null, "c2": "FE", "c3": null, "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "notime": null, "date-ut": "1890-12-20 19:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Alfredo", "family": "Veronesi"}, "birth": {"place": {"c2": "FE", "cy": "IT", "lg": 11.62071, "lat": 44.82678, "name": "Ferrara", "geoid": 3177090}, "date-ut": "1890-12-20 19:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-501"}, "ids-in-sources": {"a1": "501"}}, "raw": {"H": "20", "MN": "10", "TZ": "-1", "COD": "FE", "COU": "I", "DAY": "20", "LAT": "44N42", "LON": "12E30", "MON": "12", "NUM": "501", "PRO": "C", "SEC": "4", "YEA": "1890", "CITY": "FERRARA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1890-12-20 20:00"}, "partial-ids": {"ertel": "ES-4214"}}, "raw": {"L": "", "MF": "", "NR": "4214", "ENG": "", "MA_": "0", "G_NR": "501", "MA12": "6", "MARS": "16", "NAME": "Veronesi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,100", "CSINR": "", "KURTZ": "", "PHAS_": "62,800", "STUND": "20,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "20.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alfredo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.12.1890", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1173	verplaetse-roger-1931-10-24	{"a1": "1174", "3a_sports": "4216"}	{"ertel": "ES-4216", "lerrcp": "A1-1174"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Verplaetse", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-10-24 19:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "SYSSELE", "geoid": 0}, "notime": null, "date-ut": "1931-10-24 19:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Verplaetse"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "SYSSELE", "geoid": 0}, "date-ut": "1931-10-24 19:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1174"}, "ids-in-sources": {"a1": "1174"}}, "raw": {"H": "19", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "24", "LAT": "51N13", "LON": "3E15", "MON": "10", "NUM": "1174", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "SYSSELE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-10-24 19:00"}, "partial-ids": {"ertel": "ES-4216"}}, "raw": {"L": "", "MF": "", "NR": "4216", "ENG": "", "MA_": "1", "G_NR": "1174", "MA12": "7", "MARS": "20", "NAME": "Verplaetse", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,100", "CSINR": "", "KURTZ": "", "PHAS_": "94,200", "STUND": "19,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "24.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.10.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1175	verschoore-omer-1888-12-02	{"a1": "1176", "3a_sports": "4220"}	{"ertel": "ES-4220", "lerrcp": "A1-1176"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Omer", "family": "Verschoore", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1888-12-02 22:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "MOORSLEDE", "geoid": 0}, "notime": null, "date-ut": "1888-12-02 21:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Omer", "family": "Verschoore"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "MOORSLEDE", "geoid": 0}, "date-ut": "1888-12-02 21:47:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1176"}, "ids-in-sources": {"a1": "1176"}}, "raw": {"H": "21", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "2", "LAT": "51N13", "LON": "3E15", "MON": "12", "NUM": "1176", "PRO": "C", "SEC": "0", "YEA": "1888", "CITY": "MOORSLEDE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1888-12-02 22:00"}, "partial-ids": {"ertel": "ES-4220"}}, "raw": {"L": "", "MF": "", "NR": "4220", "ENG": "", "MA_": "1", "G_NR": "1176", "MA12": "7", "MARS": "21", "NAME": "Verschoore", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,600", "CSINR": "", "KURTZ": "", "PHAS_": "3,300", "STUND": "22,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "02.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Omer", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.12.1888", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1176	verschueren-adolf-1922-06-10	{"a1": "1177", "3a_sports": "4221"}	{"ertel": "ES-4221", "lerrcp": "A1-1177"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolf", "family": "Verschueren", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-06-10 06:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "DEURNE-ANVERS", "geoid": 0}, "notime": null, "date-ut": "1922-06-10 05:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Adolf", "family": "Verschueren"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "DEURNE-ANVERS", "geoid": 0}, "date-ut": "1922-06-10 05:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1177"}, "ids-in-sources": {"a1": "1177"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "10", "LAT": "51N14", "LON": "4E30", "MON": "6", "NUM": "1177", "PRO": "C", "SEC": "0", "YEA": "1922", "CITY": "DEURNE-ANVERS"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1922-06-10 06:00"}, "partial-ids": {"ertel": "ES-4221"}}, "raw": {"L": "", "MF": "", "NR": "4221", "ENG": "", "MA_": "1", "G_NR": "1177", "MA12": "7", "MARS": "20", "NAME": "Verschueren", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,400", "CSINR": "", "KURTZ": "", "PHAS_": "99,700", "STUND": "6,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "10.06.", "ZITATE": "HFO", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Adolf", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "10.06.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1178	vervaecke-felicien-1907-04-11	{"a1": "1179", "3a_sports": "4224"}	{"ertel": "ES-4224", "lerrcp": "A1-1179"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Felicien", "family": "Vervaecke", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1907-04-11 09:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "DADIZELE", "geoid": 0}, "notime": null, "date-ut": "1907-04-11 09:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Felicien", "family": "Vervaecke"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "DADIZELE", "geoid": 0}, "date-ut": "1907-04-11 09:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1179"}, "ids-in-sources": {"a1": "1179"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "11", "LAT": "51N13", "LON": "3E15", "MON": "4", "NUM": "1179", "PRO": "C", "SEC": "0", "YEA": "1907", "CITY": "DADIZELE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1907-04-11 09:00"}, "partial-ids": {"ertel": "ES-4224"}}, "raw": {"L": "", "MF": "", "NR": "4224", "ENG": "", "MA_": "1", "G_NR": "1179", "MA12": "7", "MARS": "19", "NAME": "Vervaecke", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,100", "CSINR": "", "KURTZ": "", "PHAS_": "3,700", "STUND": "9,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "11.04.", "ZITATE": "GF", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Félicien", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "11.04.1907", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16198	vianelli-franco-1946-10-20	{"d6": "411", "3a_sports": "4230"}	{"ertel": "ES-4230", "lerrcp": "D6-411"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franco", "family": "Vianelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-10-20 10:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": 10.05, "lat": 45.65, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Franco", "family": "Vianelli"}, "birth": {"date": "1946-10-20 10:00", "place": {"cy": "IT", "lg": 10.05, "lat": 45.65}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "411"}}, "raw": {"H": "10", "MN": "0", "DAY": "20", "LAT": "45N39", "LON": "10E03", "MON": "10", "NUM": "411", "SEC": "0", "YEA": "1946", "NAME": "Vianelli Franco"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-4230"}}, "raw": {"L": "", "MF": "", "NR": "4230", "ENG": "1", "MA_": "2", "G_NR": "411", "MA12": "1", "MARS": "3", "NAME": "Vianelli", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-9,900", "CSINR": "", "KURTZ": "", "PHAS_": "24,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "20.10.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Franco", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "20.10.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
503	vigone-adolfo-1897-05-31	{"a1": "503", "3a_sports": "4241"}	{"ertel": "ES-4241", "lerrcp": "A1-503"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolfo", "family": "Vigone", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1897-05-31 22:30", "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 7.88722, "lat": 45.18935, "name": "Chivasso", "geoid": 3178745}, "notime": null, "date-ut": "1897-05-31 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Adolfo", "family": "Vigone"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 7.88722, "lat": 45.18935, "name": "Chivasso", "geoid": 3178745}, "date-ut": "1897-05-31 21:30"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-503"}, "ids-in-sources": {"a1": "503"}}, "raw": {"H": "22", "MN": "30", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "31", "LAT": "45N 0", "LON": "8E 0", "MON": "5", "NUM": "503", "PRO": "C", "SEC": "0", "YEA": "1897", "CITY": "CHIVASSO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1897-05-31 22:30"}, "partial-ids": {"ertel": "ES-4241"}}, "raw": {"L": "", "MF": "", "NR": "4241", "ENG": "", "MA_": "0", "G_NR": "503", "MA12": "6", "MARS": "17", "NAME": "Vigone", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,900", "CSINR": "", "KURTZ": "", "PHAS_": "0,400", "STUND": "22,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "31.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Adolfo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "31.05.1897", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2007	vigier-robert-1926-12-05	{"a1": "2009", "3a_sports": "4237", "cfepp-final3": "964"}	{"cfepp": "CF-964", "cpara": "CP-419", "ertel": "ES-4237", "lerrcp": "A1-2009"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Vigier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1926-12-05 17:00", "note": null, "place": {"c1": null, "c2": "15", "c3": "", "cy": "FR", "lg": 2.53443, "lat": 45.43889, "name": "Lanobre", "geoid": 3007592}, "notime": null, "date-ut": "1926-12-05 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Vigier"}, "birth": {"tzo": "+00:00", "date": "1926-12-05 17:00", "place": {"c2": "15", "cy": "FR", "lg": 2.53443, "lat": 45.43889, "name": "Lanobre", "geoid": 3007592}, "date-ut": "1926-12-05 17:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-2009"}, "ids-in-sources": {"a1": "2009"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "15", "COU": "F", "DAY": "5", "LAT": "44N56", "LON": "2E26", "MON": "12", "NUM": "2009", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "LANOBRE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-12-05 17:00"}, "partial-ids": {"ertel": "ES-4237"}}, "raw": {"L": "", "MF": "", "NR": "4237", "ENG": "", "MA_": "1", "G_NR": "2009", "MA12": "2", "MARS": "4", "NAME": "Vigier", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,700", "CSINR": "", "KURTZ": "", "PHAS_": "0,100", "STUND": "17,00", "CFEPNR": "964", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "419", "VORNAME": "Robert", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "05.12.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1926-12-05 17:00", "place": {"c3": ""}, "date-ut": "1926-12-05 17:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "964"}}, "raw": {"S": "2", "LT": "17 00", "LV": "I24", "TR": "f", "UT": "17 00", "LAT": "+45.44", "SRC": "L", "LONG": "-02.54", "NAME": "VIGIER Robert", "SPORT": "Rugby Union", "LOC_DATE": "1926 12 05", "UNIV_DATE": "1926 12 05", "BIRTH_PLACE": "LANOBRE", "POSTAL_CODE": "15270"}, "date": "2023-08-20T14:46:16+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1397	vignal-rene-1926-08-12	{"a1": "1398", "g55": "03-294", "3a_sports": "4238", "cfepp-final3": "569"}	{"g55": "03-294", "cfepp": "CF-569", "cpara": "CP-420", "ertel": "ES-4238", "lerrcp": "A1-1398"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Vignal", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1926-08-12 20:30", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "notime": null, "date-ut": "1926-08-12 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "René", "family": "Vignal"}, "birth": {"tzo": "+01:00", "date": "1926-08-12 20:30", "place": {"c2": "34", "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "date-ut": "1926-08-12 19:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1398"}, "ids-in-sources": {"a1": "1398"}}, "raw": {"H": "19", "MN": "30", "TZ": "0", "COD": "34", "COU": "F", "DAY": "12", "LAT": "43N37", "LON": "3E53", "MON": "8", "NUM": "1398", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "BEZIERS"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-08-12 20:30"}, "partial-ids": {"ertel": "ES-4238"}}, "raw": {"L": "", "MF": "", "NR": "4238", "ENG": "", "MA_": "0", "G_NR": "1398", "MA12": "11", "MARS": "33", "NAME": "Vignal", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,000", "CSINR": "", "KURTZ": "", "PHAS_": "10,400", "STUND": "20,50", "CFEPNR": "569", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.08.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "420", "VORNAME": "René", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "12.08.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1926-08-12 20:30", "place": {"c3": ""}, "date-ut": "1926-08-12 19:30"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "569"}}, "raw": {"S": "11", "LT": "20 30", "LV": "I17", "TR": "f", "UT": "19 30", "LAT": "+43.34", "SRC": "ALG", "LONG": "-03.22", "NAME": "VIGNAL Rene", "SPORT": "Soccer", "LOC_DATE": "1926 08 12", "UNIV_DATE": "1926 08 12", "BIRTH_PLACE": "BEZIERS", "POSTAL_CODE": "34321 CEDEX"}, "date": "2023-08-20T14:46:06+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-294"}, "ids-in-source": {"g55": "03-294"}}, "raw": {"DAY": "12-8-1926", "HOUR": "20 h. 30", "NAME": "VIGNAL René", "PLACE": "Béziers (Hérault)."}, "date": "2023-08-20T14:48:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1615	viola-giovanni-1926-06-20	{"a1": "1616", "3a_sports": "4251"}	{"ertel": "ES-4251", "lerrcp": "A1-1616"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Viola", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-06-20 02:00", "note": null, "place": {"c1": null, "c2": "TO", "c3": null, "cy": "IT", "lg": 8, "lat": 45, "name": "S. BENIGNO CANA", "geoid": 0}, "notime": null, "date-ut": "1926-06-20 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Giovanni", "family": "Viola"}, "birth": {"place": {"c2": "TO", "cy": "IT", "lg": 8, "lat": 45, "name": "S. BENIGNO CANA", "geoid": 0}, "date-ut": "1926-06-20 01:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1616"}, "ids-in-sources": {"a1": "1616"}}, "raw": {"H": "2", "MN": "0", "TZ": "-1", "COD": "TO", "COU": "I", "DAY": "20", "LAT": "45N 0", "LON": "8E 0", "MON": "6", "NUM": "1616", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "S. BENIGNO CANA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-06-20 02:00"}, "partial-ids": {"ertel": "ES-4251"}}, "raw": {"L": "", "MF": "", "NR": "4251", "ENG": "1", "MA_": "2", "G_NR": "1616", "MA12": "1", "MARS": "2", "NAME": "Viola", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,600", "CSINR": "", "KURTZ": "", "PHAS_": "64,800", "STUND": "2,00", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "20.06.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giovanni", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "20.06.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1616	virgili-giuseppe-1935-07-24	{"a1": "1617", "3a_sports": "4254"}	{"ertel": "ES-4254", "lerrcp": "A1-1617"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Virgili", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1935-07-24 16:30", "note": null, "place": {"c1": null, "c2": "UD", "c3": null, "cy": "IT", "lg": 13.24222, "lat": 46.06194, "name": "Udine", "geoid": 3165072}, "notime": null, "date-ut": "1935-07-24 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Giuseppe", "family": "Virgili"}, "birth": {"place": {"c2": "UD", "cy": "IT", "lg": 13.24222, "lat": 46.06194, "name": "Udine", "geoid": 3165072}, "date-ut": "1935-07-24 15:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1617"}, "ids-in-sources": {"a1": "1617"}}, "raw": {"H": "16", "MN": "30", "TZ": "-1", "COD": "UD", "COU": "I", "DAY": "24", "LAT": "46N 0", "LON": "13E30", "MON": "7", "NUM": "1617", "PRO": "C", "SEC": "0", "YEA": "1935", "CITY": "UDINE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1935-07-24 16:30"}, "partial-ids": {"ertel": "ES-4254"}}, "raw": {"L": "", "MF": "", "NR": "4254", "ENG": "", "MA_": "0", "G_NR": "1617", "MA12": "3", "MARS": "8", "NAME": "Virgili", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,90", "CSINR": "", "KURTZ": "", "PHAS_": "37,200", "STUND": "16,50", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "24.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giuseppe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.07.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2024	viollat-emile-1937-06-19	{"a1": "2026", "3a_sports": "4252"}	{"cpara": "CP-423", "ertel": "ES-4252", "lerrcp": "A1-2026"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Viollat", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1937-06-19 12:00", "note": null, "place": {"c1": null, "c2": "74", "c3": null, "cy": "FR", "lg": 6.6442, "lat": 45.8979, "name": "Combloux", "geoid": 3024142}, "notime": null, "date-ut": "1937-06-19 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Viollat"}, "birth": {"tzo": "+01:00", "date": "1937-06-19 12:00", "place": {"c2": "74", "cy": "FR", "lg": 6.6442, "lat": 45.8979, "name": "Combloux", "geoid": 3024142}, "date-ut": "1937-06-19 11:00"}, "occus": ["skier"], "trust": 5, "partial_ids": {"lerrcp": "A1-2026"}, "ids-in-sources": {"a1": "2026"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "74", "COU": "F", "DAY": "19", "LAT": "45N54", "LON": "6E 7", "MON": "6", "NUM": "2026", "PRO": "C", "SEC": "0", "YEA": "1937", "CITY": "COMBLOUX"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1937-06-19 12:00"}, "partial-ids": {"ertel": "ES-4252"}}, "raw": {"L": "", "MF": "", "NR": "4252", "ENG": "", "MA_": "1", "G_NR": "2026", "MA12": "10", "MARS": "30", "NAME": "Viollat", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,300", "CSINR": "", "KURTZ": "", "PHAS_": "79,400", "STUND": "12,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "19.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "423", "VORNAME": "Emile", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "19.06.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
505	visconti-modrone-marcello-1898-12-18	{"a1": "505", "3a_sports": "4257"}	{"ertel": "ES-4257", "lerrcp": "A1-505"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcello", "family": "Visconti Modrone", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1898-12-18 07:00", "note": null, "place": {"c1": null, "c2": "MI", "c3": null, "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "MACHERIO", "geoid": 0}, "notime": null, "date-ut": "1898-12-18 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Marcello", "family": "Visconti Modrone"}, "birth": {"place": {"c2": "MI", "cy": "IT", "lg": 9.25, "lat": 45.5, "name": "MACHERIO", "geoid": 0}, "date-ut": "1898-12-18 06:00"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-505"}, "ids-in-sources": {"a1": "505"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "MI", "COU": "I", "DAY": "18", "LAT": "45N30", "LON": "9E15", "MON": "12", "NUM": "505", "PRO": "C", "SEC": "0", "YEA": "1898", "CITY": "MACHERIO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1898-12-18 07:00"}, "partial-ids": {"ertel": "ES-4257"}}, "raw": {"L": "", "MF": "", "NR": "4257", "ENG": "", "MA_": "1", "G_NR": "505", "MA12": "5", "MARS": "14", "NAME": "Visconti di Modron", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,700", "CSINR": "", "KURTZ": "", "PHAS_": "27,000", "STUND": "7,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "18.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marcello (Duca)", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.12.1898", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
736	visintin-bruno-1932-11-23	{"a1": "736", "3a_sports": "4259"}	{"ertel": "ES-4259", "lerrcp": "A1-736"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Visintin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-11-23 16:00", "note": null, "place": {"c1": null, "c2": "SP", "c3": null, "cy": "IT", "lg": 9.84339, "lat": 44.11054, "name": "La Spezia", "geoid": 3175081}, "notime": null, "date-ut": "1932-11-23 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Bruno", "family": "Visintin"}, "birth": {"place": {"c2": "SP", "cy": "IT", "lg": 9.84339, "lat": 44.11054, "name": "La Spezia", "geoid": 3175081}, "date-ut": "1932-11-23 15:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-736"}, "ids-in-sources": {"a1": "736"}}, "raw": {"H": "16", "MN": "0", "TZ": "-1", "COD": "SP", "COU": "I", "DAY": "23", "LAT": "44N 0", "LON": "10E15", "MON": "11", "NUM": "736", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "LA SPEZIA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-11-23 16:00"}, "partial-ids": {"ertel": "ES-4259"}}, "raw": {"L": "", "MF": "", "NR": "4259", "ENG": "", "MA_": "0", "G_NR": "736", "MA12": "8", "MARS": "23", "NAME": "Visintin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,60", "CSINR": "", "KURTZ": "", "PHAS_": "32,400", "STUND": "16,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "23.11.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Bruno", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "23.11.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1180	vissers-wadje-1912-07-24	{"a1": "1181", "3a_sports": "4261"}	{"ertel": "ES-4261", "lerrcp": "A1-1181"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wadje", "family": "Vissers", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1912-07-24 20:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1912-07-24 20:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Wadje", "family": "Vissers"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1912-07-24 20:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1181"}, "ids-in-sources": {"a1": "1181"}}, "raw": {"H": "20", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "24", "LAT": "51N14", "LON": "4E30", "MON": "7", "NUM": "1181", "PRO": "C", "SEC": "0", "YEA": "1912", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1912-07-24 20:00"}, "partial-ids": {"ertel": "ES-4261"}}, "raw": {"L": "", "MF": "", "NR": "4261", "ENG": "", "MA_": "0", "G_NR": "1181", "MA12": "6", "MARS": "17", "NAME": "Vissers", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,900", "CSINR": "", "KURTZ": "", "PHAS_": "77,000", "STUND": "20,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "24.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Wardje", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.07.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
506	vivaldi-pasqua-marco-1883-11-24	{"a1": "506", "3a_sports": "4265"}	{"ertel": "ES-4265", "lerrcp": "A1-506"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marco", "family": "Vivaldi-Pasqua", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1883-11-24 21:00", "note": null, "place": {"c1": null, "c2": "VR", "c3": null, "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "notime": null, "date-ut": "1883-11-24 20:10:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Marco", "family": "Vivaldi-Pasqua"}, "birth": {"place": {"c2": "VR", "cy": "IT", "lg": 10.99779, "lat": 45.43419, "name": "Verona", "geoid": 3164527}, "date-ut": "1883-11-24 20:10:04"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-506"}, "ids-in-sources": {"a1": "506"}}, "raw": {"H": "21", "MN": "10", "TZ": "-1", "COD": "VR", "COU": "I", "DAY": "24", "LAT": "45N24", "LON": "11E 0", "MON": "11", "NUM": "506", "PRO": "C", "SEC": "4", "YEA": "1883", "CITY": "VERONA"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1883-11-24 21:00"}, "partial-ids": {"ertel": "ES-4265"}}, "raw": {"L": "", "MF": "", "NR": "4265", "ENG": "", "MA_": "1", "G_NR": "506", "MA12": "12", "MARS": "35", "NAME": "Vivaldi-Pasqua", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,900", "CSINR": "", "KURTZ": "", "PHAS_": "27,200", "STUND": "21,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "24.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.11.1883", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1618	vivolo-pasquale-1928-01-06	{"a1": "1619", "3a_sports": "4268"}	{"ertel": "ES-4268", "lerrcp": "A1-1619"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pasquale", "family": "Vivolo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-01-06 07:10", "note": null, "place": {"c1": null, "c2": "NA", "c3": null, "cy": "IT", "lg": 14.42924, "lat": 40.92406, "name": "Brusciano", "geoid": 3181471}, "notime": null, "date-ut": "1928-01-06 06:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Pasquale", "family": "Vivolo"}, "birth": {"place": {"c2": "NA", "cy": "IT", "lg": 14.42924, "lat": 40.92406, "name": "Brusciano", "geoid": 3181471}, "date-ut": "1928-01-06 06:10"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1619"}, "ids-in-sources": {"a1": "1619"}}, "raw": {"H": "7", "MN": "10", "TZ": "-1", "COD": "NA", "COU": "I", "DAY": "6", "LAT": "40N54", "LON": "14E 0", "MON": "1", "NUM": "1619", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "BRUSCIANO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-01-06 07:10"}, "partial-ids": {"ertel": "ES-4268"}}, "raw": {"L": "", "MF": "", "NR": "4268", "ENG": "1", "MA_": "2", "G_NR": "1619", "MA12": "1", "MARS": "3", "NAME": "Vivolo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,500", "CSINR": "", "KURTZ": "", "PHAS_": "97,900", "STUND": "7,17", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "06.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Pasquale", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.01.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1181	vlaeminck-erick-1945-03-23	{"a1": "1182", "3a_sports": "4269"}	{"ertel": "ES-4269", "lerrcp": "A1-1182"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erick", "family": "Vlaeminck", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1945-03-23 01:30", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "EEKLO", "geoid": 0}, "notime": null, "date-ut": "1945-03-23 00:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Erick", "family": "Vlaeminck"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "EEKLO", "geoid": 0}, "date-ut": "1945-03-23 00:30:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1182"}, "ids-in-sources": {"a1": "1182"}}, "raw": {"H": "0", "MN": "30", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "23", "LAT": "51N 5", "LON": "3E45", "MON": "3", "NUM": "1182", "PRO": "C", "SEC": "0", "YEA": "1945", "CITY": "EEKLO"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1945-03-23 01:30"}, "partial-ids": {"ertel": "ES-4269"}}, "raw": {"L": "", "MF": "", "NR": "4269", "ENG": "", "MA_": "1", "G_NR": "1182", "MA12": "11", "MARS": "31", "NAME": "Vlaeminck", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,500", "CSINR": "", "KURTZ": "", "PHAS_": "72,100", "STUND": "1,50", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "23.03.", "ZITATE": "F", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Erick de", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "23.03.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16202	de-vlaeminck-roger-1947-08-24	{"d6": "415", "3a_sports": "4270"}	{"ertel": "ES-4270", "lerrcp": "D6-415"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "De Vlaeminck", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-08-24 13:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": 3.56667, "lat": 51.18333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Roger", "family": "De Vlaeminck"}, "birth": {"date": "1947-08-24 13:45", "place": {"cy": "BE", "lg": 3.56667, "lat": 51.18333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "415"}}, "raw": {"H": "13", "MN": "45", "DAY": "24", "LAT": "51N11", "LON": "03E34", "MON": "8", "NUM": "415", "SEC": "0", "YEA": "1947", "NAME": "Vlaeminck Roger de"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-4270"}}, "raw": {"L": "", "MF": "", "NR": "4270", "ENG": "", "MA_": "0", "G_NR": "415", "MA12": "5", "MARS": "15", "NAME": "Vlaeminck", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "9,800", "CSINR": "", "KURTZ": "", "PHAS_": "54,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "24.08.", "ZITATE": "H", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Roger de", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "24.08.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1218	voorting-gerrit-1923-01-18	{"a1": "1219", "3a_sports": "4281"}	{"ertel": "ES-4281", "lerrcp": "A1-1219"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gerrit", "family": "Voorting", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1923-01-18 23:15", "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "VELSEN", "geoid": 0}, "notime": null, "date-ut": "1923-01-18 22:55:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Gerrit", "family": "Voorting"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "VELSEN", "geoid": 0}, "date-ut": "1923-01-18 22:55:28"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1219"}, "ids-in-sources": {"a1": "1219"}}, "raw": {"H": "22", "MN": "55", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "18", "LAT": "52N22", "LON": "4E38", "MON": "1", "NUM": "1219", "PRO": "C", "SEC": "28", "YEA": "1923", "CITY": "VELSEN"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1923-01-18 23:15"}, "partial-ids": {"ertel": "ES-4281"}}, "raw": {"L": "", "MF": "", "NR": "4281", "ENG": "", "MA_": "1", "G_NR": "1219", "MA12": "7", "MARS": "20", "NAME": "Voorting", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,800", "CSINR": "", "KURTZ": "", "PHAS_": "1,000", "STUND": "23,25", "CFEPNR": "", "EXTEND": "", "NATION": "NET", "TAGMON": "18.01.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gerrit", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "18.01.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16204	vuarnet-jean-1933-01-18	{"d6": "417", "3a_sports": "4287"}	{"ertel": "ES-4287", "lerrcp": "D6-417"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Vuarnet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-01-18 19:50", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "TN", "lg": 10.21667, "lat": 36.83333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Vuarnet"}, "birth": {"date": "1933-01-18 19:50", "place": {"cy": "TN", "lg": 10.21667, "lat": 36.83333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "417"}}, "raw": {"H": "19", "MN": "50", "DAY": "18", "LAT": "36N50", "LON": "10E13", "MON": "1", "NUM": "417", "SEC": "0", "YEA": "1933", "NAME": "Vuarnet Jean"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["skier"], "partial-ids": {"ertel": "ES-4287"}}, "raw": {"L": "", "MF": "", "NR": "4287", "ENG": "", "MA_": "0", "G_NR": "417", "MA12": "12", "MARS": "34", "NAME": "Vuarnet", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-10,10", "CSINR": "", "KURTZ": "", "PHAS_": "64,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.01.", "ZITATE": "DHKS", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "18.01.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1220	wagtmans-wout-1929-11-10	{"a1": "1221", "3a_sports": "4291"}	{"ertel": "ES-4291", "lerrcp": "A1-1221"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wout", "family": "Wagtmans", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-11-10 01:00", "note": null, "place": {"c1": null, "c2": "NB", "c3": null, "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "RUCPHEN", "geoid": 0}, "notime": null, "date-ut": "1929-11-10 00:40:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Wout", "family": "Wagtmans"}, "birth": {"place": {"c2": "NB", "cy": "NL", "lg": 5.31667, "lat": 51.7, "name": "RUCPHEN", "geoid": 0}, "date-ut": "1929-11-10 00:40:28"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1221"}, "ids-in-sources": {"a1": "1221"}}, "raw": {"H": "0", "MN": "40", "TZ": "0", "COD": "NB", "COU": "N", "DAY": "10", "LAT": "51N42", "LON": "5E19", "MON": "11", "NUM": "1221", "PRO": "C", "SEC": "28", "YEA": "1929", "CITY": "RUCPHEN"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-11-10 01:00"}, "partial-ids": {"ertel": "ES-4291"}}, "raw": {"L": "", "MF": "", "NR": "4291", "ENG": "", "MA_": "1", "G_NR": "1221", "MA12": "10", "MARS": "28", "NAME": "Wagtmans", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,600", "CSINR": "", "KURTZ": "", "PHAS_": "54,100", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "NET", "TAGMON": "10.11.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Wout", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "10.11.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1377	scotti-roger-1925-07-29	{"a1": "1378", "3a_sports": "3765", "cfepp-final3": "553"}	{"cfepp": "CF-553", "cpara": "CP-382", "ertel": "ES-3765", "lerrcp": "A1-1378"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Scotti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1925-07-29 17:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1925-07-29 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Scotti"}, "birth": {"tzo": "+01:00", "date": "1925-07-29 17:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1925-07-29 16:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1378"}, "ids-in-sources": {"a1": "1378"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "13", "COU": "F", "DAY": "29", "LAT": "43N18", "LON": "5E22", "MON": "7", "NUM": "1378", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-07-29 17:00"}, "partial-ids": {"ertel": "ES-3765"}}, "raw": {"L": "", "MF": "", "NR": "3765", "ENG": "", "MA_": "1", "G_NR": "1378", "MA12": "5", "MARS": "14", "NAME": "Scotti", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,500", "CSINR": "", "KURTZ": "", "PHAS_": "51,700", "STUND": "17,00", "CFEPNR": "553", "EXTEND": "", "NATION": "FRA", "TAGMON": "29.07.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "382", "VORNAME": "Roger", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "29.07.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1925-07-29 17:00", "place": {"c3": ""}, "date-ut": "1925-07-29 16:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "553"}}, "raw": {"S": "5", "LT": "17 00", "LV": "I2", "TR": "f", "UT": "16 00", "LAT": "+43.30", "SRC": "AL", "LONG": "-05.38", "NAME": "SCOTTI Roger", "SPORT": "Soccer", "LOC_DATE": "1925 07 29", "UNIV_DATE": "1925 07 29", "BIRTH_PLACE": "MARSEILLE", "POSTAL_CODE": "13233 CEDEX  01"}, "date": "2023-08-20T14:46:05+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1399	wallet-urbain-1899-07-03	{"a1": "1400", "3a_sports": "4294"}	{"ertel": "ES-4294", "lerrcp": "A1-1400"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Urbain", "family": "Wallet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1899-07-03 11:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.56991, "lat": 49.648, "name": "Montdidier", "geoid": 2992760}, "notime": null, "date-ut": "1899-07-03 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Urbain", "family": "Wallet"}, "birth": {"tzo": "+00:09:21", "date": "1899-07-03 11:00", "place": {"c2": "80", "cy": "FR", "lg": 2.56991, "lat": 49.648, "name": "Montdidier", "geoid": 2992760}, "date-ut": "1899-07-03 10:50:40"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1400"}, "ids-in-sources": {"a1": "1400"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "3", "LAT": "49N54", "LON": "2E18", "MON": "7", "NUM": "1400", "PRO": "C", "SEC": "40", "YEA": "1899", "CITY": "MONTDIDIER"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1899-07-03 11:00"}, "partial-ids": {"ertel": "ES-4294"}}, "raw": {"L": "", "MF": "", "NR": "4294", "ENG": "1", "MA_": "2", "G_NR": "1400", "MA12": "1", "MARS": "3", "NAME": "Wallet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,300", "CSINR": "", "KURTZ": "", "PHAS_": "21,700", "STUND": "11,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "03.07.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Urbain", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "03.07.1899", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1184	walschot-rene-1916-04-21	{"a1": "1185", "3a_sports": "4295"}	{"ertel": "ES-4295", "lerrcp": "A1-1185"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Walschot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1916-04-21 03:00", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BEERSEL", "geoid": 0}, "notime": null, "date-ut": "1916-04-21 02:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "René", "family": "Walschot"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "BEERSEL", "geoid": 0}, "date-ut": "1916-04-21 02:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1185"}, "ids-in-sources": {"a1": "1185"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "21", "LAT": "50N51", "LON": "4E15", "MON": "4", "NUM": "1185", "PRO": "C", "SEC": "0", "YEA": "1916", "CITY": "BEERSEL"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1916-04-21 03:00"}, "partial-ids": {"ertel": "ES-4295"}}, "raw": {"L": "", "MF": "", "NR": "4295", "ENG": "", "MA_": "1", "G_NR": "1185", "MA12": "6", "MARS": "18", "NAME": "Walschot", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,900", "CSINR": "", "KURTZ": "", "PHAS_": "89,700", "STUND": "3,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "21.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.04.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16207	walter-fritz-1920-10-31	{"d6": "420", "afd2": "585", "3a_sports": "4296"}	{"ertel": "ES-4296", "lerrcp": "D6-420", "muller": "M2-585"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Walter", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1920-10-31 21:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 7.78333, "lat": 49.45, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Fritz", "family": "Walter"}, "birth": {"date": "1920-10-31 21:15", "place": {"cy": "DE", "lg": 7.78333, "lat": 49.45}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "420"}}, "raw": {"H": "21", "MN": "15", "DAY": "31", "LAT": "49N27", "LON": "07E47", "MON": "10", "NUM": "420", "SEC": "0", "YEA": "1920", "NAME": "Walter Fritz"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "birth": {"tzo": "+01:00"}, "occus": ["sportsperson"], "ids-in-sources": {"afd2": "585"}}, "raw": {"CY": "D", "GQ": "G", "LG": "007 E 46", "LAT": "49 N 27", "TZO": "-1.00", "DATE": "31.10.1920", "MUID": "585", "NAME": "Walter, Fritz", "OCCU": "MA 13", "TIME": "21.15", "BOOKS": "57", "PLACE": "Kaiserslautern", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-4296"}}, "raw": {"L": "", "MF": "", "NR": "4296", "ENG": "", "MA_": "1", "G_NR": "420", "MA12": "7", "MARS": "20", "NAME": "Walter", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-7,400", "CSINR": "", "KURTZ": "", "PHAS_": "84,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "31.10.", "ZITATE": "DWSO", "ZITSUM": "4", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Fritz", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "31.10.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17557	walton-william-1952-11-05	{"d10": "1323", "3a_sports": "4298", "rawlins-ertel-irving": "376"}	{"ertel": "ES-4298", "csicop": "CS-376", "lerrcp": "D10-1323"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Walton", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-08:00", "date": "1952-11-05 21:20", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -117.05, "lat": 32.76667, "name": "La Mesa", "geoid": null}, "notime": null, "date-ut": "1952-11-06 05:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "William", "family": "Walton"}, "birth": {"tzo": "-08:00", "date": "1952-11-05 21:20", "place": {"c2": "CA", "cy": "US", "lg": -117.05, "lat": 32.76667, "name": "La Mesa"}, "date-ut": "1952-11-06 05:20"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1323"}}, "raw": {"H": "21:20", "TZ": "8h", "DAY": "5", "LAT": "32N46", "LON": "117W3", "MON": "11", "NUM": "1323", "PRO": "SP", "YEA": "1952", "CICO": "La Mesa, CA", "NAME": "Walton William"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["basketball-player"]], "ids-in-sources": {"rawlins-ertel-irving": "376"}}, "raw": {"LA1": "32", "LA2": "46", "LO1": "117", "LO2": "2", "AMPM": "P", "MARS": "19", "NAME": "Walton", "BATCH": "1", "Satz#": "376", "GEBDAT": "5 11 1952", "GEBORT": "CA", "GEBZEIT": "9 20", "VORNAME": "William Theodore", "SPORTART": "BASK", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["basketball-player"], "partial-ids": {"ertel": "ES-4298"}}, "raw": {"L": "", "MF": "", "NR": "4298", "ENG": "", "MA_": "1", "G_NR": "1323", "MA12": "7", "MARS": "19", "NAME": "Walton", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-5,400", "CSINR": "376", "KURTZ": "", "PHAS_": "89,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "05.11.", "ZITATE": "B", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "William Theodore", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "05.11.1952", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BASK", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22718	behr-sepp-1929-10-16	{"3a_sports": "319"}	{"ertel": "ES-319"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sepp", "family": "Behr", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-10-16", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"sex": "M", "name": {"given": "Sepp", "family": "Behr"}, "birth": {"date": "1929-10-16", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "319", "ENG": "", "MA_": "0", "G_NR": "37", "MA12": "6", "MARS": "16", "NAME": "Behr", "PUBL": "U", "QUEL": "GMING", "AUFAB": "6,100", "CSINR": "", "KURTZ": "", "PHAS_": "92,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "16.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Sepp", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.10.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SKII", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17568	webster-george-1945-11-25	{"d10": "1334", "3a_sports": "4311", "rawlins-ertel-irving": "383"}	{"ertel": "ES-4311", "csicop": "CS-383", "lerrcp": "D10-1334"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "George", "family": "Webster", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1945-11-25 03:10", "note": null, "place": {"c1": null, "c2": "SC", "c3": null, "cy": "US", "lg": -82.65, "lat": 34.51667, "name": "Anderson", "geoid": null}, "notime": null, "date-ut": "1945-11-25 08:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["american-football-player"]	5	null	[{"new": {"name": {"given": "George", "family": "Webster"}, "birth": {"tzo": "-05:00", "date": "1945-11-25 03:10", "place": {"c2": "SC", "cy": "US", "lg": -82.65, "lat": 34.51667, "name": "Anderson"}, "date-ut": "1945-11-25 08:10"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1334"}}, "raw": {"H": "03:10", "TZ": "5h", "DAY": "25", "LAT": "34N31", "LON": "82W39", "MON": "11", "NUM": "1334", "PRO": "SP", "YEA": "1945", "CICO": "Anderson, SC", "NAME": "Webster George"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["american-football-player"]], "ids-in-sources": {"rawlins-ertel-irving": "383"}}, "raw": {"LA1": "34", "LA2": "31", "LO1": "82", "LO2": "39", "AMPM": "A", "MARS": "8", "NAME": "Webster", "BATCH": "1", "Satz#": "383", "GEBDAT": "25 11 1945", "GEBORT": "SC", "GEBZEIT": "3 10", "VORNAME": "George", "SPORTART": "FOOT", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["american-football-player"], "partial-ids": {"ertel": "ES-4311"}}, "raw": {"L": "", "MF": "", "NR": "4311", "ENG": "", "MA_": "0", "G_NR": "1334", "MA12": "3", "MARS": "8", "NAME": "Webster", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-9,700", "CSINR": "383", "KURTZ": "", "PHAS_": "66,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "25.11.", "ZITATE": "X", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "George", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "25.11.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
238	weiss-pierre-1889-10-17	{"a1": "238", "3a_sports": "4313"}	{"ertel": "ES-4313", "lerrcp": "A1-238"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Weiss", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1889-10-17 07:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1889-10-17 06:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Weiss"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1889-10-17 06:35:12"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-238"}, "ids-in-sources": {"a1": "238"}}, "raw": {"H": "6", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "17", "LAT": "48N42", "LON": "6E12", "MON": "10", "NUM": "238", "PRO": "C", "SEC": "12", "YEA": "1889", "CITY": "NANCY"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1889-10-17 07:00"}, "partial-ids": {"ertel": "ES-4313"}}, "raw": {"L": "", "MF": "", "NR": "4313", "ENG": "", "MA_": "1", "G_NR": "238", "MA12": "2", "MARS": "6", "NAME": "Weiss", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,300", "CSINR": "", "KURTZ": "", "PHAS_": "50,400", "STUND": "7,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.10.1889", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22622	achgelis-gera-1908-07-16	{"3a_sports": "14"}	{"ertel": "ES-14"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gera.", "family": "Achgelis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1908-07-16", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gera.", "family": "Achgelis"}, "birth": {"date": "1908-07-16", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "14", "ENG": "", "MA_": "0", "G_NR": "80", "MA12": "3", "MARS": "7", "NAME": "Achgelis", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-4,700", "CSINR": "", "KURTZ": "", "PHAS_": "93,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "16.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gera.", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.07.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
693	warusfel-ildephonse-1931-04-03	{"a1": "693", "g55": "03-566", "3a_sports": "4308"}	{"g55": "03-566", "ertel": "ES-4308", "lerrcp": "A1-693"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ildephonse", "family": "Warusfel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1931-04-03 00:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.21029, "lat": 50.30413, "name": "Monchecourt", "geoid": 2993403}, "notime": null, "date-ut": "1931-04-03 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Ildephonse", "family": "Warusfel"}, "birth": {"tzo": "+00:00", "date": "1931-04-03 00:00", "place": {"c2": "59", "cy": "FR", "lg": 3.21029, "lat": 50.30413, "name": "Monchecourt", "geoid": 2993403}, "date-ut": "1931-04-03 00:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-693"}, "ids-in-sources": {"a1": "693"}}, "raw": {"H": "0", "MN": "0", "TZ": "0", "COD": "59", "COU": "F", "DAY": "3", "LAT": "50N39", "LON": "3E 5", "MON": "4", "NUM": "693", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "MONCHECOURT"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-04-03 00:00"}, "partial-ids": {"ertel": "ES-4308"}}, "raw": {"L": "", "MF": "", "NR": "4308", "ENG": "", "MA_": "0", "G_NR": "693", "MA12": "5", "MARS": "15", "NAME": "Warusfel", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,100", "CSINR": "", "KURTZ": "", "PHAS_": "100,00", "STUND": "0,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "03.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ildephonse", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "03.04.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-566"}, "ids-in-source": {"g55": "03-566"}}, "raw": {"DAY": "3-4-1934", "HOUR": "0 h.", "NAME": "WARUSFEL Ildefonse", "PLACE": "Monchecourt (Nord)."}, "date": "2023-08-20T14:48:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
17582	white-byron-1917-06-09	{"d10": "1348", "3a_sports": "4318", "rawlins-ertel-irving": "387"}	{"ertel": "ES-4318", "csicop": "CS-387", "lerrcp": "D10-1348"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Byron", "family": "White", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-07:00", "date": "1917-06-09 06:00", "note": null, "place": {"c1": null, "c2": "CO", "c3": null, "cy": "US", "lg": -105.08333, "lat": 40.58333, "name": "Fort Collins", "geoid": null}, "notime": null, "date-ut": "1917-06-09 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Byron", "family": "White"}, "birth": {"tzo": "-07:00", "date": "1917-06-09 06:00", "place": {"c2": "CO", "cy": "US", "lg": -105.08333, "lat": 40.58333, "name": "Fort Collins"}, "date-ut": "1917-06-09 13:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1348"}}, "raw": {"H": "06:00", "TZ": "7h", "DAY": "9", "LAT": "40N35", "LON": "105W5", "MON": "6", "NUM": "1348", "PRO": "SP", "YEA": "1917", "CICO": "Fort Collins, CO", "NAME": "White Byron"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "387"}}, "raw": {"LA1": "40", "LA2": "35", "LO1": "105", "LO2": "5", "AMPM": "A", "MARS": "4", "NAME": "White", "BATCH": "1", "Satz#": "387", "GEBDAT": "9 6 1917", "GEBORT": "CO", "GEBZEIT": "6 0", "VORNAME": "Byron Raymond", "SPORTART": "TRAC", "ZEITZONE": "7"}, "date": "2023-08-20T14:44:41+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-4318"}}, "raw": {"L": "", "MF": "", "NR": "4318", "ENG": "", "MA_": "1", "G_NR": "1348", "MA12": "2", "MARS": "4", "NAME": "White", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-7,400", "CSINR": "387", "KURTZ": "", "PHAS_": "84,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "09.06.", "ZITATE": "TX", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Byron Raymond", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "09.06.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17586	whitworth-kathy-1939-09-27	{"d10": "1352", "3a_sports": "4320"}	{"ertel": "ES-4320", "lerrcp": "D10-1352"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kathy", "family": "Whitworth", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "-06:00", "date": "1939-09-27 03:00", "note": null, "place": {"c1": null, "c2": "TX", "c3": null, "cy": "US", "lg": -102.9, "lat": 31.6, "name": "Monahans", "geoid": null}, "notime": null, "date-ut": "1939-09-27 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["golfer"]	5	null	[{"new": {"name": {"given": "Kathy", "family": "Whitworth"}, "birth": {"tzo": "-06:00", "date": "1939-09-27 03:00", "place": {"c2": "TX", "cy": "US", "lg": -102.9, "lat": 31.6, "name": "Monahans"}, "date-ut": "1939-09-27 09:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1352"}}, "raw": {"H": "03:00", "TZ": "6h", "DAY": "27", "LAT": "31N36", "LON": "102W54", "MON": "9", "NUM": "1352", "PRO": "SP", "YEA": "1939", "CICO": "Monahans, TX", "NAME": "Whitworth Kathy"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "F", "occus": ["golfer"], "partial-ids": {"ertel": "ES-4320"}}, "raw": {"L": "", "MF": "F", "NR": "4320", "ENG": "", "MA_": "1", "G_NR": "1352", "MA12": "7", "MARS": "20", "NAME": "Whitforth", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "3,800", "CSINR": "", "KURTZ": "", "PHAS_": "97,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "27.09.", "ZITATE": "B", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Kathy", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "27.09.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "GOLF", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1187	wierinck-robert-1915-04-12	{"a1": "1188", "3a_sports": "4321"}	{"ertel": "ES-4321", "lerrcp": "A1-1188"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Wierinck", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1915-04-12 18:30", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "notime": null, "date-ut": "1915-04-12 17:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Wierinck"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "IXELLES", "geoid": 0}, "date-ut": "1915-04-12 17:30:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-1188"}, "ids-in-sources": {"a1": "1188"}}, "raw": {"H": "17", "MN": "30", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "12", "LAT": "50N51", "LON": "4E15", "MON": "4", "NUM": "1188", "PRO": "C", "SEC": "0", "YEA": "1915", "CITY": "IXELLES"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1915-04-12 18:30"}, "partial-ids": {"ertel": "ES-4321"}}, "raw": {"L": "", "MF": "", "NR": "4321", "ENG": "", "MA_": "1", "G_NR": "1188", "MA12": "7", "MARS": "21", "NAME": "Wierinck", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,600", "CSINR": "", "KURTZ": "", "PHAS_": "5,900", "STUND": "18,50", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "12.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.04.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22623	achilli-camillo-1921-08-21	{"3a_sports": "15"}	{"ertel": "ES-15"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camillo", "family": "Achilli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-08-21", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Camillo", "family": "Achilli"}, "birth": {"date": "1921-08-21", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "15", "ENG": "", "MA_": "0", "G_NR": "3", "MA12": "12", "MARS": "34", "NAME": "Achilli", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-3,300", "CSINR": "", "KURTZ": "", "PHAS_": "95,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "21.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Camillo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.08.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17605	wills-helen-1905-10-06	{"d10": "1372", "3a_sports": "4329", "rawlins-ertel-irving": "399"}	{"ertel": "ES-4329", "csicop": "CS-399", "lerrcp": "D10-1372"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Helen", "family": "Wills", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "-08:00", "date": "1905-10-06 02:25", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -122.26667, "lat": 37.86667, "name": "Berkeley", "geoid": null}, "notime": null, "date-ut": "1905-10-06 10:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Helen", "family": "Wills"}, "birth": {"tzo": "-08:00", "date": "1905-10-06 02:25", "place": {"c2": "CA", "cy": "US", "lg": -122.26667, "lat": 37.86667, "name": "Berkeley"}, "date-ut": "1905-10-06 10:25"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1372"}}, "raw": {"H": "02:25", "TZ": "8h", "DAY": "6", "LAT": "37N52", "LON": "122W16", "MON": "10", "NUM": "1372", "PRO": "SP", "YEA": "1905", "CICO": "Berkeley, CA", "NAME": "Wills Helen"}, "date": "2023-08-20T14:44:04+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["tennis-player"]], "ids-in-sources": {"rawlins-ertel-irving": "399"}}, "raw": {"LA1": "37", "LA2": "52", "LO1": "122", "LO2": "16", "AMPM": "A", "MARS": "24", "NAME": "Wills", "BATCH": "1", "Satz#": "399", "GEBDAT": "6 10 1905", "GEBORT": "CA", "GEBZEIT": "2 25", "VORNAME": "Helen", "SPORTART": "TENN", "ZEITZONE": "8"}, "date": "2023-08-20T14:44:42+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "F", "occus": ["tennis-player"], "partial-ids": {"ertel": "ES-4329"}}, "raw": {"L": "", "MF": "F", "NR": "4329", "ENG": "", "MA_": "0", "G_NR": "1372", "MA12": "8", "MARS": "24", "NAME": "Wills", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "10,800", "CSINR": "399", "KURTZ": "", "PHAS_": "55,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "06.10.", "ZITATE": "JKSB", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Helen", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "06.10.1905", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16209	wilson-ray-1947-04-08	{"d6": "422", "3a_sports": "4330"}	{"ertel": "ES-4330", "lerrcp": "D6-422"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ray", "family": "Wilson", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-04-08 04:45", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -3.95, "lat": 56.11667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Ray", "family": "Wilson"}, "birth": {"date": "1947-04-08 04:45", "place": {"cy": "GB", "lg": -3.95, "lat": 56.11667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "422"}}, "raw": {"H": "4", "MN": "45", "DAY": "8", "LAT": "56N07", "LON": "03W57", "MON": "4", "NUM": "422", "SEC": "0", "YEA": "1947", "NAME": "Wilson Ray"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-4330"}}, "raw": {"L": "", "MF": "", "NR": "4330", "ENG": "", "MA_": "0", "G_NR": "422", "MA12": "12", "MARS": "34", "NAME": "Wilson", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-3,800", "CSINR": "", "KURTZ": "", "PHAS_": "94,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "SCO", "TAGMON": "08.04.", "ZITATE": "DF", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ray", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "08.04.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16211	winkler-hans-gunter-1926-07-24	{"d6": "424", "afd2": "600", "3a_sports": "4333"}	{"ertel": "ES-4333", "lerrcp": "D6-424", "muller": "M2-600"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans Günter", "family": "Winkler", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1926-07-24 04:30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 7.16667, "lat": 51.25, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["equestrian"]	5	null	[{"new": {"name": {"given": "Hans Günter", "family": "Winkler"}, "birth": {"date": "1926-07-24 04:30", "place": {"cy": "DE", "lg": 7.16667, "lat": 51.25}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "424"}}, "raw": {"H": "4", "MN": "30", "DAY": "24", "LAT": "51N15", "LON": "07E10", "MON": "7", "NUM": "424", "SEC": "0", "YEA": "1926", "NAME": "Winkler Hans Gunter"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "birth": {"tzo": "+01:00"}, "occus": ["sportsperson"], "ids-in-sources": {"afd2": "600"}}, "raw": {"CY": "D", "GQ": "G", "LG": "007 E 12", "LAT": "51 N 16", "TZO": "-1.00", "DATE": "24.07.1926", "MUID": "600", "NAME": "Winkler, Hans Günter", "OCCU": "MA 13", "TIME": "04.30", "BOOKS": "57", "PLACE": "Wuppertal", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"sex": "M", "occus": ["equestrian"], "partial-ids": {"ertel": "ES-4333"}}, "raw": {"L": "", "MF": "", "NR": "4333", "ENG": "", "MA_": "0", "G_NR": "424", "MA12": "3", "MARS": "7", "NAME": "Winkler", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "4,700", "CSINR": "", "KURTZ": "", "PHAS_": "97,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "24.07.", "ZITATE": "DKSF", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Hans Günter", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "24.07.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "HORS", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16213	wolfshohl-rolf-1938-12-27	{"d6": "426", "afd2": "603", "3a_sports": "4339"}	{"ertel": "ES-4339", "lerrcp": "D6-426", "muller": "M2-603"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rolf", "family": "Wolfshohl", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1938-12-27 04:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 7, "lat": 50.93333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Rolf", "family": "Wolfshohl"}, "birth": {"date": "1938-12-27 04:00", "place": {"cy": "DE", "lg": 7, "lat": 50.93333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "426"}}, "raw": {"H": "4", "MN": "0", "DAY": "27", "LAT": "50N56", "LON": "07E00", "MON": "12", "NUM": "426", "SEC": "0", "YEA": "1938", "NAME": "Wolfshohl Rolf"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "birth": {"tzo": "+01:00"}, "occus": ["sportsperson"], "ids-in-sources": {"afd2": "603"}}, "raw": {"CY": "D", "GQ": "G", "LG": "006 E 57", "LAT": "50 N 57", "TZO": "-1.00", "DATE": "27.12.1938", "MUID": "603", "NAME": "Wolfshohl, Rolf", "OCCU": "MA 13", "TIME": "04.00", "BOOKS": "7", "PLACE": "Köln", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-4339"}}, "raw": {"L": "", "MF": "", "NR": "4339", "ENG": "1", "MA_": "2", "G_NR": "426", "MA12": "1", "MARS": "1", "NAME": "Wolfshohl", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "7,400", "CSINR": "", "KURTZ": "", "PHAS_": "23,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "GER", "TAGMON": "27.12.", "ZITATE": "DSO", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Rolf", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "27.12.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17615	woodruff-john-1915-07-05	{"d10": "1382", "3a_sports": "4340"}	{"ertel": "ES-4340", "lerrcp": "D10-1382"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "John", "family": "Woodruff", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-05:00", "date": "1915-07-05 09:00", "note": null, "place": {"c1": null, "c2": "PA", "c3": null, "cy": "US", "lg": -79.58333, "lat": 40.01667, "name": "Connellsville", "geoid": null}, "notime": null, "date-ut": "1915-07-05 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "John", "family": "Woodruff"}, "birth": {"tzo": "-05:00", "date": "1915-07-05 09:00", "place": {"c2": "PA", "cy": "US", "lg": -79.58333, "lat": 40.01667, "name": "Connellsville"}, "date-ut": "1915-07-05 14:00"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1382"}}, "raw": {"H": "09:00", "TZ": "5h", "DAY": "5", "LAT": "40N1", "LON": "79W35", "MON": "7", "NUM": "1382", "PRO": "SP", "YEA": "1915", "CICO": "Connellsville, PA", "NAME": "Woodruff John"}, "date": "2023-08-20T14:44:05+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-4340"}}, "raw": {"L": "", "MF": "", "NR": "4340", "ENG": "0", "MA_": "2", "G_NR": "1382", "MA12": "3", "MARS": "9", "NAME": "Woodruff", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-9,900", "CSINR": "", "KURTZ": "", "PHAS_": "42,700", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "05.07.", "ZITATE": "KSTEOX", "ZITSUM": "6", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "John", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "05.07.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "6"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
16214	wooldridge-shaw-winnie-1947-01-18	{"d6": "427", "3a_sports": "4341"}	{"ertel": "ES-4341", "lerrcp": "D6-427"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Winnie", "family": "Wooldridge-shaw", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1947-01-18 10:15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "GB", "lg": -4.25, "lat": 55.88333, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Winnie", "family": "Wooldridge-shaw"}, "birth": {"date": "1947-01-18 10:15", "place": {"cy": "GB", "lg": -4.25, "lat": 55.88333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "427"}}, "raw": {"H": "10", "MN": "15", "DAY": "18", "LAT": "55N53", "LON": "04W15", "MON": "1", "NUM": "427", "SEC": "0", "YEA": "1947", "NAME": "Wooldridge-shaw Winnie"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "F", "occus": ["tennis-player"], "partial-ids": {"ertel": "ES-4341"}}, "raw": {"L": "", "MF": "F", "NR": "4341", "ENG": "", "MA_": "1", "G_NR": "427", "MA12": "2", "MARS": "4", "NAME": "Wooldridge-Shaw", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-7,500", "CSINR": "", "KURTZ": "", "PHAS_": "16,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "SCO", "TAGMON": "18.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Winnie", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.01.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17617	wottle-dave-1950-08-07	{"d10": "1384", "3a_sports": "4342", "rawlins-ertel-irving": "401"}	{"ertel": "ES-4342", "csicop": "CS-401", "lerrcp": "D10-1384"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dave", "family": "Wottle", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-04:00", "date": "1950-08-07 14:39", "note": null, "place": {"c1": null, "c2": "OH", "c3": null, "cy": "US", "lg": -81.38333, "lat": 40.8, "name": "Canton", "geoid": null}, "notime": null, "date-ut": "1950-08-07 18:39"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Dave", "family": "Wottle"}, "birth": {"tzo": "-04:00", "date": "1950-08-07 14:39", "place": {"c2": "OH", "cy": "US", "lg": -81.38333, "lat": 40.8, "name": "Canton"}, "date-ut": "1950-08-07 18:39"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1384"}}, "raw": {"H": "14:39", "TZ": "4h", "DAY": "7", "LAT": "40N48", "LON": "81W23", "MON": "8", "NUM": "1384", "PRO": "SP", "YEA": "1950", "CICO": "Canton, OH", "NAME": "Wottle Dave"}, "date": "2023-08-20T14:44:05+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"notes": [], "occus": [["athletics-competitor"]], "ids-in-sources": {"rawlins-ertel-irving": "401"}}, "raw": {"LA1": "40", "LA2": "48", "LO1": "81", "LO2": "23", "AMPM": "P", "MARS": "4", "NAME": "Wottle", "BATCH": "2", "Satz#": "401", "GEBDAT": "7 8 1950", "GEBORT": "OH", "GEBZEIT": "2 39", "VORNAME": "Dave", "SPORTART": "TRAC", "ZEITZONE": "5"}, "date": "2023-08-20T14:44:42+02:00", "source": "rawlins-ertel-irving", "command": "csicop irving tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-4342"}}, "raw": {"L": "", "MF": "", "NR": "4342", "ENG": "", "MA_": "1", "G_NR": "1384", "MA12": "2", "MARS": "4", "NAME": "Wottle", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "-9,400", "CSINR": "401", "KURTZ": "", "PHAS_": "39,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "USA", "TAGMON": "07.08.", "ZITATE": "DKTO", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Dave", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "07.08.1950", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
17620	wright-mickey-1935-02-14	{"d10": "1387", "3a_sports": "4344"}	{"ertel": "ES-4344", "lerrcp": "D10-1387"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mickey", "family": "Wright", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "-08:00", "date": "1935-02-14 04:55", "note": null, "place": {"c1": null, "c2": "CA", "c3": null, "cy": "US", "lg": -117.15, "lat": 32.71667, "name": "San Diego", "geoid": null}, "notime": null, "date-ut": "1935-02-14 12:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["golfer"]	5	null	[{"new": {"name": {"given": "Mickey", "family": "Wright"}, "birth": {"tzo": "-08:00", "date": "1935-02-14 04:55", "place": {"c2": "CA", "cy": "US", "lg": -117.15, "lat": 32.71667, "name": "San Diego"}, "date-ut": "1935-02-14 12:55"}, "occus": ["sportsperson"], "trust": 5, "sources": "d10", "ids-in-sources": {"d10": "1387"}}, "raw": {"H": "04:55", "TZ": "8h", "DAY": "14", "LAT": "32N43", "LON": "117W9", "MON": "2", "NUM": "1387", "PRO": "SP", "YEA": "1935", "CICO": "San Diego, CA", "NAME": "Wright Mickey"}, "date": "2023-08-20T14:44:05+02:00", "source": "d10", "command": "gauq D10 tmp2db"}, {"new": {"sex": "F", "occus": ["golfer"], "partial-ids": {"ertel": "ES-4344"}}, "raw": {"L": "", "MF": "F", "NR": "4344", "ENG": "1", "MA_": "2", "G_NR": "1387", "MA12": "4", "MARS": "11", "NAME": "Wright", "PUBL": "P", "QUEL": "G:D10", "AUFAB": "7,900", "CSINR": "", "KURTZ": "", "PHAS_": "83,200", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "USA", "TAGMON": "14.02.", "ZITATE": "TEX", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Mickey (Marie Kath.)", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "14.02.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "GOLF", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
696	zambujo-tiodmir-1930-12-12	{"a1": "696", "g55": "03-568", "3a_sports": "4353"}	{"g55": "03-568", "ertel": "ES-4353", "lerrcp": "A1-696"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tiodmir", "family": "Zambujo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1930-12-12 17:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.90574, "lat": 46.56758, "name": "Tournus", "geoid": 2972203}, "notime": null, "date-ut": "1930-12-12 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Tiodmir", "family": "Zambujo"}, "birth": {"tzo": "+00:00", "date": "1930-12-12 17:00", "place": {"c2": "71", "cy": "FR", "lg": 4.90574, "lat": 46.56758, "name": "Tournus", "geoid": 2972203}, "date-ut": "1930-12-12 17:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-696"}, "ids-in-sources": {"a1": "696"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "71", "COU": "F", "DAY": "12", "LAT": "46N18", "LON": "4E50", "MON": "12", "NUM": "696", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "TOURNUS"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-12-12 17:00"}, "partial-ids": {"ertel": "ES-4353"}}, "raw": {"L": "", "MF": "", "NR": "4353", "ENG": "", "MA_": "1", "G_NR": "696", "MA12": "10", "MARS": "30", "NAME": "Zambujo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,00", "CSINR": "", "KURTZ": "", "PHAS_": "59,600", "STUND": "17,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Tiodmir", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "12.12.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-568"}, "ids-in-source": {"g55": "03-568"}}, "raw": {"DAY": "12-12-1930", "HOUR": "17 h.", "NAME": "ZAMBUJO Tiodmir", "PLACE": "Tournus (Saône-et-Loire)."}, "date": "2023-08-20T14:48:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
16216	zamora-ricardo-1901-02-14	{"d6": "429", "3a_sports": "4354"}	{"ertel": "ES-4354", "lerrcp": "D6-429"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ricardo", "family": "Zamora", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1901-02-14 06:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "ES", "lg": 2.16667, "lat": 41.41667, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Ricardo", "family": "Zamora"}, "birth": {"date": "1901-02-14 06:00", "place": {"cy": "ES", "lg": 2.16667, "lat": 41.41667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "429"}}, "raw": {"H": "6", "MN": "0", "DAY": "14", "LAT": "41N25", "LON": "02E10", "MON": "2", "NUM": "429", "SEC": "0", "YEA": "1901", "NAME": "Zamora Ricardo"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-4354"}}, "raw": {"L": "", "MF": "", "NR": "4354", "ENG": "", "MA_": "0", "G_NR": "429", "MA12": "6", "MARS": "16", "NAME": "Zamora", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "28,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "SPA", "TAGMON": "14.02.", "ZITATE": "DKWSF", "ZITSUM": "5", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ricardo", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "14.02.1901", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
989	zampini-donato-1926-12-10	{"a1": "989", "3a_sports": "4356"}	{"ertel": "ES-4356", "lerrcp": "A1-989"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Donato", "family": "Zampini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-12-10", "note": null, "place": {"c1": null, "c2": "VA", "c3": null, "cy": "IT", "lg": 9.03464, "lat": 45.62787, "name": "Saronno", "geoid": 3167113}, "notime": null, "date-ut": "1926-12-10 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Donato", "family": "Zampini"}, "birth": {"place": {"c2": "VA", "cy": "IT", "lg": 9.03464, "lat": 45.62787, "name": "Saronno", "geoid": 3167113}, "date-ut": "1926-12-10 12:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-989"}, "ids-in-sources": {"a1": "989"}}, "raw": {"H": "13", "MN": "0", "TZ": "-1", "COD": "VA", "COU": "I", "DAY": "10", "LAT": "45N48", "LON": "9E 0", "MON": "12", "NUM": "989", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "SARONNO"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-12-10"}, "partial-ids": {"ertel": "ES-4356"}}, "raw": {"L": "", "MF": "", "NR": "4356", "ENG": "", "MA_": "0", "G_NR": "999", "MA12": "3", "MARS": "7", "NAME": "Zampini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,100", "CSINR": "", "KURTZ": "", "PHAS_": "25,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "10.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Donato", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.12.1926", "GQBECORR": "", "NIENCORR": "NAT", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1403	zatelli-mario-1912-12-21	{"a1": "1404", "g55": "03-295", "3a_sports": "4365"}	{"g55": "03-295", "cpara": "CP-429", "ertel": "ES-4365", "lerrcp": "A1-1404"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Zatelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1912-12-21 13:00", "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 5.41373, "lat": 36.19112, "name": "Sétif", "geoid": 2481700}, "notime": null, "date-ut": "1912-12-21 13:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Mario", "family": "Zatelli"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 5.41373, "lat": 36.19112, "name": "Sétif", "geoid": 2481700}, "date-ut": "1912-12-21 13:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1404"}, "ids-in-sources": {"a1": "1404"}}, "raw": {"H": "13", "MN": "0", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "21", "LAT": "36N10", "LON": "3E45", "MON": "12", "NUM": "1404", "PRO": "C", "SEC": "0", "YEA": "1912", "CITY": "SETIF"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1912-12-21 13:00"}, "partial-ids": {"ertel": "ES-4365"}}, "raw": {"L": "", "MF": "", "NR": "4365", "ENG": "", "MA_": "1", "G_NR": "1404", "MA12": "5", "MARS": "14", "NAME": "Zatelli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,800", "CSINR": "", "KURTZ": "", "PHAS_": "87,300", "STUND": "13,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.12.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "429", "VORNAME": "Mario", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "21.12.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-295"}, "ids-in-source": {"g55": "03-295"}}, "raw": {"DAY": "21-12-1912", "HOUR": "13 h.", "NAME": "ZATELLI Mario", "PLACE": "Sétif (Algérie)."}, "date": "2023-08-20T14:48:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1620	zironi-otello-1917-01-02	{"a1": "1621", "3a_sports": "4374"}	{"ertel": "ES-4374", "lerrcp": "A1-1621"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otello", "family": "Zironi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1917-01-02 05:00", "note": null, "place": {"c1": null, "c2": "MO", "c3": null, "cy": "IT", "lg": 10.7847, "lat": 44.55086, "name": "Sassuolo", "geoid": 3167053}, "notime": null, "date-ut": "1917-01-02 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Otello", "family": "Zironi"}, "birth": {"place": {"c2": "MO", "cy": "IT", "lg": 10.7847, "lat": 44.55086, "name": "Sassuolo", "geoid": 3167053}, "date-ut": "1917-01-02 04:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1621"}, "ids-in-sources": {"a1": "1621"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "MO", "COU": "I", "DAY": "2", "LAT": "44N36", "LON": "11E15", "MON": "1", "NUM": "1621", "PRO": "C", "SEC": "0", "YEA": "1917", "CITY": "SASSUOLO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1917-01-02 05:00"}, "partial-ids": {"ertel": "ES-4374"}}, "raw": {"L": "", "MF": "", "NR": "4374", "ENG": "", "MA_": "0", "G_NR": "1621", "MA12": "11", "MARS": "32", "NAME": "Zironi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,300", "CSINR": "", "KURTZ": "", "PHAS_": "65,800", "STUND": "5,00", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "02.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Otello", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.01.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22617	abadie-andre-1934-07-27	{"3a_sports": "3"}	{"ertel": "ES-3"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Abadie", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-07-27", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "André", "family": "Abadie"}, "birth": {"date": "1934-07-27", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3", "ENG": "", "MA_": "1", "G_NR": "2", "MA12": "9", "MARS": "27", "NAME": "Abadie", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "0,000", "CSINR": "", "KURTZ": "", "PHAS_": "99,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "27.07.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1405	zitouni-mustapha-1928-10-19	{"a1": "1406", "3a_sports": "4375"}	{"cpara": "CP-534", "ertel": "ES-4375", "lerrcp": "A1-1406"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mustapha", "family": "Zitouni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-10-19 05:00", "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "ALGER", "geoid": 0}, "notime": null, "date-ut": "1928-10-19 05:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Mustapha", "family": "Zitouni"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "ALGER", "geoid": 0}, "date-ut": "1928-10-19 05:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1406"}, "ids-in-sources": {"a1": "1406"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "19", "LAT": "36N47", "LON": "3E 0", "MON": "10", "NUM": "1406", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "ALGER"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-10-19 05:00"}, "partial-ids": {"ertel": "ES-4375"}}, "raw": {"L": "", "MF": "", "NR": "4375", "ENG": "1", "MA_": "2", "G_NR": "1406", "MA12": "4", "MARS": "10", "NAME": "Zitouni", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,500", "CSINR": "", "KURTZ": "", "PHAS_": "23,800", "STUND": "5,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "19.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "534", "VORNAME": "Mustaphy", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.10.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1379	sesia-georges-1924-07-08	{"a1": "1380", "g55": "03-286", "3a_sports": "3806", "cfepp-final3": "554"}	{"g55": "03-286", "cfepp": "CF-554", "cpara": "CP-522", "ertel": "ES-3806", "lerrcp": "A1-1380"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Sesia", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1924-07-08 03:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": 5.93202, "lat": 49.46715, "name": "Villerupt", "geoid": 2968316}, "notime": null, "date-ut": "1924-07-08 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Sesia"}, "birth": {"tzo": "+01:00", "date": "1924-07-08 03:00", "place": {"c2": "54", "cy": "FR", "lg": 5.93202, "lat": 49.46715, "name": "Villerupt", "geoid": 2968316}, "date-ut": "1924-07-08 02:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1380"}, "ids-in-sources": {"a1": "1380"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "54", "COU": "F", "DAY": "8", "LAT": "48N42", "LON": "6E12", "MON": "7", "NUM": "1380", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "VILLERUPT"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-07-08 03:00"}, "partial-ids": {"ertel": "ES-3806"}}, "raw": {"L": "", "MF": "", "NR": "3806", "ENG": "", "MA_": "0", "G_NR": "1380", "MA12": "3", "MARS": "8", "NAME": "Sesia", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,100", "CSINR": "", "KURTZ": "", "PHAS_": "30,000", "STUND": "3,00", "CFEPNR": "554", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "522", "VORNAME": "Georges", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "08.07.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1924-07-08 03:00", "place": {"c3": ""}, "date-ut": "1924-07-08 02:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "554"}}, "raw": {"S": "3", "LT": "03 00", "LV": "I1", "TR": "f", "UT": "02 00", "LAT": "+49.47", "SRC": "ALG", "LONG": "-05.93", "NAME": "SESIA Georges", "SPORT": "Soccer", "LOC_DATE": "1924 07 08", "UNIV_DATE": "1924 07 08", "BIRTH_PLACE": "VILLERUPT", "POSTAL_CODE": "54190"}, "date": "2023-08-20T14:46:06+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-286"}, "ids-in-source": {"g55": "03-286"}}, "raw": {"DAY": "8-7-1924", "HOUR": "3 h.", "NAME": "SESIA Georges", "PLACE": "Villerupt (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:48:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
22627	aigueparses-claude-1949-07-14	{"3a_sports": "33"}	{"ertel": "ES-33"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Aigueparses", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-07-14", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Claude", "family": "Aigueparses"}, "birth": {"date": "1949-07-14", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "33", "ENG": "1", "MA_": "2", "G_NR": "5", "MA12": "4", "MARS": "11", "NAME": "Aigueparses", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-6,000", "CSINR": "", "KURTZ": "", "PHAS_": "86,300", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "14.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Claude", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "14.07.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22629	albaladejo-raymond-1932-10-17	{"3a_sports": "43"}	{"ertel": "ES-43"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Albaladejo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-10-17", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Raymond", "family": "Albaladejo"}, "birth": {"date": "1932-10-17", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "43", "ENG": "", "MA_": "0", "G_NR": "2", "MA12": "3", "MARS": "8", "NAME": "Albaladejo", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-3,400", "CSINR": "", "KURTZ": "", "PHAS_": "94,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Raymond", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.10.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22630	albani-luigi-1928-03-25	{"3a_sports": "45"}	{"ertel": "ES-45"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Albani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-03-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luigi", "family": "Albani"}, "birth": {"date": "1928-03-25", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "45", "ENG": "", "MA_": "1", "G_NR": "7", "MA12": "9", "MARS": "27", "NAME": "Albani", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "7,200", "CSINR": "", "KURTZ": "", "PHAS_": "14,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "25.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.03.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22632	alberico-lanfranco-1917-07-31	{"3a_sports": "47"}	{"ertel": "ES-47"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lanfranco", "family": "Alberico", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1917-07-31", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Lanfranco", "family": "Alberico"}, "birth": {"date": "1917-07-31", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "47", "ENG": "", "MA_": "0", "G_NR": "9", "MA12": "8", "MARS": "23", "NAME": "Alberico", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "8,700", "CSINR": "", "KURTZ": "", "PHAS_": "85,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "31.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Lanfranco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "31.07.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22633	alberto-henri-1933-11-18	{"3a_sports": "50"}	{"ertel": "ES-50"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Alberto", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-11-18", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Henri", "family": "Alberto"}, "birth": {"date": "1933-11-18", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "50", "ENG": "", "MA_": "0", "G_NR": "3", "MA12": "12", "MARS": "34", "NAME": "Alberto", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-0,600", "CSINR": "", "KURTZ": "", "PHAS_": "0,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "18.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.11.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22634	aldinger-erwin-1911-02-22	{"3a_sports": "53"}	{"ertel": "ES-53"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erwin", "family": "Aldinger", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1911-02-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Erwin", "family": "Aldinger"}, "birth": {"date": "1911-02-22", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "53", "ENG": "", "MA_": "0", "G_NR": "111", "MA12": "8", "MARS": "22", "NAME": "Aldinger", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "42,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "22.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Erwin", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.02.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22635	alfonso-ambrogio-1917-01-11	{"3a_sports": "54"}	{"ertel": "ES-54"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ambrogio", "family": "Alfonso", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1917-01-11", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ambrogio", "family": "Alfonso"}, "birth": {"date": "1917-01-11", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "54", "ENG": "", "MA_": "1", "G_NR": "10", "MA12": "2", "MARS": "6", "NAME": "Alfonso", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-3,800", "CSINR": "", "KURTZ": "", "PHAS_": "93,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "11.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ambrogio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.01.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22636	alghisi-luciano-1917-04-18	{"3a_sports": "56"}	{"ertel": "ES-56"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luciano", "family": "Alghisi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1917-04-18", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luciano", "family": "Alghisi"}, "birth": {"date": "1917-04-18", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "56", "ENG": "", "MA_": "1", "G_NR": "11", "MA12": "2", "MARS": "5", "NAME": "Alghisi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "16,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "18.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Luciano", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.04.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22642	amadeo-gioncarlo-1934-02-01	{"3a_sports": "73"}	{"ertel": "ES-73"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gioncarlo", "family": "Amadeo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-02-01", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gioncarlo", "family": "Amadeo"}, "birth": {"date": "1934-02-01", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "73", "ENG": "", "MA_": "0", "G_NR": "12", "MA12": "9", "MARS": "25", "NAME": "Amadeo", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-1,500", "CSINR": "", "KURTZ": "", "PHAS_": "98,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gioncarlo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.02.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22641	alphan-jan-van-1914-06-17	{"3a_sports": "68"}	{"cpara": "CP-*26", "ertel": "ES-68"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan (van)", "family": "Alphan", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-06-17", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jan (van)", "family": "Alphan"}, "birth": {"date": "1914-06-17", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "68", "ENG": "", "MA_": "1", "G_NR": "26", "MA12": "10", "MARS": "28", "NAME": "Alphan", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "36,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "17.06.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "* 26", "VORNAME": "Jan (van)", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "17.06.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22644	amiel-marc-1951-04-30	{"3a_sports": "82"}	{"ertel": "ES-82"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marc", "family": "Amiel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1951-04-30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Marc", "family": "Amiel"}, "birth": {"date": "1951-04-30", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "82", "ENG": "", "MA_": "1", "G_NR": "9", "MA12": "10", "MARS": "29", "NAME": "Amiel", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-10,70", "CSINR": "", "KURTZ": "", "PHAS_": "34,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "30.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marc", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "30.04.1951", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22645	amlong-gerhard-1900-08-14	{"3a_sports": "83"}	{"ertel": "ES-83"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gerhard", "family": "Amlong", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1900-08-14", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gerhard", "family": "Amlong"}, "birth": {"date": "1900-08-14", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "83", "ENG": "1", "MA_": "2", "G_NR": "76", "MA12": "4", "MARS": "11", "NAME": "Amlong", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-7,200", "CSINR": "", "KURTZ": "", "PHAS_": "86,200", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "GER", "TAGMON": "14.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gerhard", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.08.1900", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22646	anastasi-francis-1933-04-23	{"3a_sports": "84"}	{"ertel": "ES-84"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Anastasi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-04-23", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Francis", "family": "Anastasi"}, "birth": {"date": "1933-04-23", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "84", "ENG": "0", "MA_": "2", "G_NR": "10", "MA12": "12", "MARS": "36", "NAME": "Anastasi", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-4,300", "CSINR": "", "KURTZ": "", "PHAS_": "3,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "23.04.", "ZITATE": "DOY", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Francis", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "23.04.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22647	anastasi-jean-1935-12-16	{"3a_sports": "85"}	{"ertel": "ES-85"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Anastasi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1935-12-16", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean", "family": "Anastasi"}, "birth": {"date": "1935-12-16", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "85", "ENG": "1", "MA_": "2", "G_NR": "11", "MA12": "1", "MARS": "2", "NAME": "Anastasi", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-8,600", "CSINR": "", "KURTZ": "", "PHAS_": "67,900", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "16.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "16.12.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22648	anastique-gerard-1947-04-09	{"3a_sports": "86"}	{"ertel": "ES-86"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Anastique", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-04-09", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gérard", "family": "Anastique"}, "birth": {"date": "1947-04-09", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "86", "ENG": "", "MA_": "0", "G_NR": "6", "MA12": "5", "MARS": "15", "NAME": "Anastique", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-5,500", "CSINR": "", "KURTZ": "", "PHAS_": "88,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "09.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gérard", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.04.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22649	andreoli-piero-1911-11-02	{"3a_sports": "93"}	{"ertel": "ES-93"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Piero", "family": "Andreoli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1911-11-02", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Piero", "family": "Andreoli"}, "birth": {"date": "1911-11-02", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "93", "ENG": "", "MA_": "1", "G_NR": "13", "MA12": "2", "MARS": "4", "NAME": "Andreoli", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "9,100", "CSINR": "", "KURTZ": "", "PHAS_": "75,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "02.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Piero", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.11.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22650	andre-jacqueline-1946-08-29	{"3a_sports": "94"}	{"ertel": "ES-94"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacqueline", "family": "André", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1946-08-29", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Jacqueline", "family": "André"}, "birth": {"date": "1946-08-29", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "94", "ENG": "", "MA_": "1", "G_NR": "12", "MA12": "6", "MARS": "18", "NAME": "André", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "3,700", "CSINR": "", "KURTZ": "", "PHAS_": "5,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "29.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jacqueline", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "29.08.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22652	andrieu-jean-1934-07-13	{"3a_sports": "98"}	{"ertel": "ES-98"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Andrieu", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-07-13", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean", "family": "Andrieu"}, "birth": {"date": "1934-07-13", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "98", "ENG": "", "MA_": "0", "G_NR": "7", "MA12": "3", "MARS": "7", "NAME": "Andrieu", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "1,400", "CSINR": "", "KURTZ": "", "PHAS_": "1,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.07.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22653	andrighetto-primo-1918-01-02	{"3a_sports": "99"}	{"ertel": "ES-99"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Primo", "family": "Andrighetto", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-01-02", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Primo", "family": "Andrighetto"}, "birth": {"date": "1918-01-02", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "99", "ENG": "", "MA_": "0", "G_NR": "14", "MA12": "11", "MARS": "33", "NAME": "Andrighetto", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-6,900", "CSINR": "", "KURTZ": "", "PHAS_": "80,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "02.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Primo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.01.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22654	angel-pierre-1924-05-25	{"3a_sports": "100"}	{"ertel": "ES-100"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Angel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-05-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Pierre", "family": "Angel"}, "birth": {"date": "1924-05-25", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "100", "ENG": "", "MA_": "1", "G_NR": "8", "MA12": "7", "MARS": "20", "NAME": "Angel", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-10,60", "CSINR": "", "KURTZ": "", "PHAS_": "56,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "25.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.05.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22655	angeleri-stefano-1926-08-26	{"3a_sports": "101"}	{"ertel": "ES-101"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stefano", "family": "Angeleri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-08-26", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Stefano", "family": "Angeleri"}, "birth": {"date": "1926-08-26", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "101", "ENG": "", "MA_": "1", "G_NR": "15", "MA12": "2", "MARS": "5", "NAME": "Angeleri", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-5,800", "CSINR": "", "KURTZ": "", "PHAS_": "90,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "26.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Stefano", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.08.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22656	anguivel-daniel-1950-01-31	{"3a_sports": "105"}	{"ertel": "ES-105"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "Anguivel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1950-01-31", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Daniel", "family": "Anguivel"}, "birth": {"date": "1950-01-31", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "105", "ENG": "0", "MA_": "2", "G_NR": "14", "MA12": "12", "MARS": "36", "NAME": "Anguivel", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "6,700", "CSINR": "", "KURTZ": "", "PHAS_": "90,200", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "31.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Daniel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "31.01.1950", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22658	antona-piero-1912-04-05	{"3a_sports": "115"}	{"ertel": "ES-115"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Piero", "family": "Antona", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1912-04-05", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Piero", "family": "Antona"}, "birth": {"date": "1912-04-05", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "115", "ENG": "", "MA_": "1", "G_NR": "16", "MA12": "7", "MARS": "20", "NAME": "Antona", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-5,500", "CSINR": "", "KURTZ": "", "PHAS_": "89,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "05.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Piero", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.04.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22659	antonio-emilio-1928-04-22	{"3a_sports": "117"}	{"ertel": "ES-117"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emilio", "family": "Antonio", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-04-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Emilio", "family": "Antonio"}, "birth": {"date": "1928-04-22", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "117", "ENG": "0", "MA_": "2", "G_NR": "9", "MA12": "3", "MARS": "9", "NAME": "Antonio", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "3,800", "CSINR": "", "KURTZ": "", "PHAS_": "4,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "22.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Emilio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.04.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22660	ara-georges-1951-03-25	{"3a_sports": "120"}	{"ertel": "ES-120"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Ara", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1951-03-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Georges", "family": "Ara"}, "birth": {"date": "1951-03-25", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "120", "ENG": "", "MA_": "0", "G_NR": "16", "MA12": "5", "MARS": "15", "NAME": "Ara", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-2,700", "CSINR": "", "KURTZ": "", "PHAS_": "96,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "25.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "25.03.1951", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22662	arienti-felice-1917-01-24	{"3a_sports": "131"}	{"ertel": "ES-131"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Felice", "family": "Arienti", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1917-01-24", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "F", "name": {"given": "Felice", "family": "Arienti"}, "birth": {"date": "1917-01-24", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "131", "ENG": "", "MA_": "0", "G_NR": "17", "MA12": "8", "MARS": "23", "NAME": "Arienti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "0,500", "CSINR": "", "KURTZ": "", "PHAS_": "0,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "24.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Felice", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.01.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22663	armani-luciano-1940-10-12	{"3a_sports": "134"}	{"ertel": "ES-134"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luciano", "family": "Armani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-10-12", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luciano", "family": "Armani"}, "birth": {"date": "1940-10-12", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "134", "ENG": "", "MA_": "1", "G_NR": "1", "MA12": "9", "MARS": "26", "NAME": "Armani", "PUBL": "U", "QUEL": "GMINV", "AUFAB": "7,700", "CSINR": "", "KURTZ": "", "PHAS_": "84,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "12.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Luciano", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.10.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22665	arribas-claude-1951-08-13	{"3a_sports": "141"}	{"ertel": "ES-141"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Arribas", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1951-08-13", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Claude", "family": "Arribas"}, "birth": {"date": "1951-08-13", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "141", "ENG": "", "MA_": "1", "G_NR": "19", "MA12": "2", "MARS": "5", "NAME": "Arribas", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "10,500", "CSINR": "", "KURTZ": "", "PHAS_": "77,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Claude", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "13.08.1951", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22666	arrieumerlou-michel-1947-07-19	{"3a_sports": "142"}	{"ertel": "ES-142"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Arrieumerlou", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-07-19", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Michel", "family": "Arrieumerlou"}, "birth": {"date": "1947-07-19", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "142", "ENG": "0", "MA_": "2", "G_NR": "20", "MA12": "3", "MARS": "9", "NAME": "Arrieumerlou", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "1,000", "CSINR": "", "KURTZ": "", "PHAS_": "1,200", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "19.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "19.07.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22667	arrighini-silvio-1924-01-19	{"3a_sports": "143"}	{"ertel": "ES-143"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Silvio", "family": "Arrighini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-01-19", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Silvio", "family": "Arrighini"}, "birth": {"date": "1924-01-19", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "143", "ENG": "", "MA_": "1", "G_NR": "18", "MA12": "7", "MARS": "20", "NAME": "Arrighini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "6,200", "CSINR": "", "KURTZ": "", "PHAS_": "90,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "19.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Silvio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.01.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22668	arrigoni-alfredo-1935-06-30	{"3a_sports": "144"}	{"ertel": "ES-144"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfredo", "family": "Arrigoni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1935-06-30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alfredo", "family": "Arrigoni"}, "birth": {"date": "1935-06-30", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "144", "ENG": "0", "MA_": "2", "G_NR": "19", "MA12": "12", "MARS": "36", "NAME": "Arrigoni", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-2,900", "CSINR": "", "KURTZ": "", "PHAS_": "0,700", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "30.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Alfredo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.06.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22669	aspesi-anastasie-1936-05-24	{"3a_sports": "149"}	{"ertel": "ES-149"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anastasie", "family": "Aspesi", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1936-05-24", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "F", "name": {"given": "Anastasie", "family": "Aspesi"}, "birth": {"date": "1936-05-24", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "149", "ENG": "", "MA_": "1", "G_NR": "20", "MA12": "11", "MARS": "31", "NAME": "Aspesi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "6,400", "CSINR": "", "KURTZ": "", "PHAS_": "12,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "24.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Anastasie", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.05.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22670	auboiroux-patrice-1949-01-16	{"3a_sports": "156"}	{"ertel": "ES-156"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Patrice", "family": "Auboiroux", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-01-16", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Patrice", "family": "Auboiroux"}, "birth": {"date": "1949-01-16", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "156", "ENG": "", "MA_": "0", "G_NR": "10", "MA12": "3", "MARS": "8", "NAME": "Auboiroux", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-1,600", "CSINR": "", "KURTZ": "", "PHAS_": "98,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "16.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Patrice", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.01.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22672	aunaud-michel-1912-09-09	{"3a_sports": "162"}	{"ertel": "ES-162"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Aunaud", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1912-09-09", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Michel", "family": "Aunaud"}, "birth": {"date": "1912-09-09", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "162", "ENG": "", "MA_": "1", "G_NR": "11", "MA12": "2", "MARS": "6", "NAME": "Aunaud", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-7,300", "CSINR": "", "KURTZ": "", "PHAS_": "7,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "09.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.09.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22674	avanzolini-menotti-1923-01-16	{"3a_sports": "170"}	{"ertel": "ES-170"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Menotti", "family": "Avanzolini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1923-01-16", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Menotti", "family": "Avanzolini"}, "birth": {"date": "1923-01-16", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "170", "ENG": "", "MA_": "1", "G_NR": "21", "MA12": "7", "MARS": "20", "NAME": "Avanzolini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-3,700", "CSINR": "", "KURTZ": "", "PHAS_": "1,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "16.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Menotti", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.01.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22675	azimonti-ii-antonio-1925-01-02	{"3a_sports": "173"}	{"ertel": "ES-173"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Azimonti II", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-01-02", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Antonio", "family": "Azimonti II"}, "birth": {"date": "1925-01-02", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "173", "ENG": "", "MA_": "0", "G_NR": "22", "MA12": "3", "MARS": "8", "NAME": "Azimonti II", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "10,400", "CSINR": "", "KURTZ": "", "PHAS_": "50,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "02.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Antonio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.01.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22676	baccetti-bruno-1925-07-30	{"3a_sports": "177"}	{"ertel": "ES-177"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Baccetti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-07-30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bruno", "family": "Baccetti"}, "birth": {"date": "1925-07-30", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "177", "ENG": "1", "MA_": "2", "G_NR": "29", "MA12": "1", "MARS": "2", "NAME": "Baccetti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "10,900", "CSINR": "", "KURTZ": "", "PHAS_": "62,600", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "30.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bruno", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.07.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22677	bacci-nibbio-1923-02-03	{"3a_sports": "180"}	{"ertel": "ES-180"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nibbio", "family": "Bacci", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1923-02-03", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Nibbio", "family": "Bacci"}, "birth": {"date": "1923-02-03", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "180", "ENG": "", "MA_": "1", "G_NR": "30", "MA12": "6", "MARS": "18", "NAME": "Bacci", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-2,200", "CSINR": "", "KURTZ": "", "PHAS_": "97,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "03.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Nibbio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.02.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22678	baffert-emile-1924-08-26	{"3a_sports": "190"}	{"ertel": "ES-190"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Baffert", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-08-26", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Emile", "family": "Baffert"}, "birth": {"date": "1924-08-26", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "190", "ENG": "", "MA_": "1", "G_NR": "13", "MA12": "10", "MARS": "30", "NAME": "Baffert", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-7,900", "CSINR": "", "KURTZ": "", "PHAS_": "18,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "26.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Emile", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.08.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22679	bagnoli-osvaldo-1935-07-03	{"3a_sports": "193"}	{"ertel": "ES-193"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Osvaldo", "family": "Bagnoli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1935-07-03", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Osvaldo", "family": "Bagnoli"}, "birth": {"date": "1935-07-03", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "193", "ENG": "0", "MA_": "2", "G_NR": "31", "MA12": "12", "MARS": "36", "NAME": "Bagnoli", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "3,200", "CSINR": "", "KURTZ": "", "PHAS_": "4,600", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "03.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Osvaldo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.07.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22680	baiocchi-guiseppe-1923-12-19	{"3a_sports": "199"}	{"ertel": "ES-199"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guiseppe", "family": "Baiocchi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1923-12-19", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Guiseppe", "family": "Baiocchi"}, "birth": {"date": "1923-12-19", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "199", "ENG": "", "MA_": "0", "G_NR": "32", "MA12": "12", "MARS": "34", "NAME": "Baiocchi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "7,400", "CSINR": "", "KURTZ": "", "PHAS_": "83,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "19.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Guiseppe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.12.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22681	baira-ambrogio-1923-11-27	{"3a_sports": "200"}	{"ertel": "ES-200"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ambrogio", "family": "Baira", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1923-11-27", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ambrogio", "family": "Baira"}, "birth": {"date": "1923-11-27", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "200", "ENG": "", "MA_": "0", "G_NR": "33", "MA12": "3", "MARS": "7", "NAME": "Baira", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-5,200", "CSINR": "", "KURTZ": "", "PHAS_": "89,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "27.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ambrogio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.11.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22682	balbiano-alfio-1931-02-17	{"3a_sports": "205"}	{"ertel": "ES-205"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfio", "family": "Balbiano", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-02-17", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alfio", "family": "Balbiano"}, "birth": {"date": "1931-02-17", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "205", "ENG": "", "MA_": "1", "G_NR": "34", "MA12": "7", "MARS": "19", "NAME": "Balbiano", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-1,900", "CSINR": "", "KURTZ": "", "PHAS_": "0,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "17.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Alfio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.02.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22683	balestra-iginio-1929-08-14	{"3a_sports": "212"}	{"ertel": "ES-212"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Iginio", "family": "Balestra", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-08-14", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Iginio", "family": "Balestra"}, "birth": {"date": "1929-08-14", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "212", "ENG": "", "MA_": "0", "G_NR": "35", "MA12": "12", "MARS": "34", "NAME": "Balestra", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "9,300", "CSINR": "", "KURTZ": "", "PHAS_": "66,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "14.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Iginio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.08.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22684	ballarin-germinal-1929-12-10	{"3a_sports": "216"}	{"ertel": "ES-216"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Germinal", "family": "Ballarin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-12-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Germinal", "family": "Ballarin"}, "birth": {"date": "1929-12-10", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "216", "ENG": "", "MA_": "0", "G_NR": "22", "MA12": "11", "MARS": "32", "NAME": "Ballarin", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "9,800", "CSINR": "", "KURTZ": "", "PHAS_": "56,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Germinal", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "10.12.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22685	ballerio-giuseppe-1909-06-27	{"3a_sports": "217"}	{"ertel": "ES-217"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Ballerio", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1909-06-27", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giuseppe", "family": "Ballerio"}, "birth": {"date": "1909-06-27", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "217", "ENG": "", "MA_": "1", "G_NR": "36", "MA12": "2", "MARS": "6", "NAME": "Ballerio", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "61,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "27.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giuseppe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.06.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22686	ballossini-gandenzio-1916-03-27	{"3a_sports": "219"}	{"ertel": "ES-219"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gandenzio", "family": "Ballossini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1916-03-27", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gandenzio", "family": "Ballossini"}, "birth": {"date": "1916-03-27", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "219", "ENG": "", "MA_": "0", "G_NR": "37", "MA12": "3", "MARS": "7", "NAME": "Ballossini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-11,40", "CSINR": "", "KURTZ": "", "PHAS_": "46,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "27.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gandenzio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.03.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22687	baltisberger-hans-1922-09-10	{"3a_sports": "223"}	{"ertel": "ES-223"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Baltisberger", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-09-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Hans", "family": "Baltisberger"}, "birth": {"date": "1922-09-10", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "223", "ENG": "", "MA_": "0", "G_NR": "110", "MA12": "8", "MARS": "23", "NAME": "Baltisberger", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-5,400", "CSINR": "", "KURTZ": "", "PHAS_": "88,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "10.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Hans", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.09.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22688	bandini-piero-1935-01-19	{"3a_sports": "226"}	{"ertel": "ES-226"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Piero", "family": "Bandini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1935-01-19", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Piero", "family": "Bandini"}, "birth": {"date": "1935-01-19", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "226", "ENG": "", "MA_": "1", "G_NR": "38", "MA12": "9", "MARS": "26", "NAME": "Bandini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "2,100", "CSINR": "", "KURTZ": "", "PHAS_": "99,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "19.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Piero", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.01.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22689	bantegny-monique-parenty-1940-02-11	{"3a_sports": "228"}	{"ertel": "ES-228"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Monique Parenty", "family": "Bantegny", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1940-02-11", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Monique Parenty", "family": "Bantegny"}, "birth": {"date": "1940-02-11", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "228", "ENG": "", "MA_": "1", "G_NR": "14", "MA12": "7", "MARS": "19", "NAME": "Bantegny", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "3,800", "CSINR": "", "KURTZ": "", "PHAS_": "6,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "11.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Monique Parenty", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.02.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22690	barberis-vittorio-1918-11-11	{"3a_sports": "238"}	{"ertel": "ES-238"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vittorio", "family": "Barberis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-11-11", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Vittorio", "family": "Barberis"}, "birth": {"date": "1918-11-11", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "238", "ENG": "1", "MA_": "2", "G_NR": "23", "MA12": "1", "MARS": "1", "NAME": "Barberis", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "10,200", "CSINR": "", "KURTZ": "", "PHAS_": "42,600", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "11.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Vittorio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.11.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22691	barbot-georges-1894-09-09	{"3a_sports": "240"}	{"ertel": "ES-240"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Barbot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1894-09-09", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"sex": "M", "name": {"given": "Georges", "family": "Barbot"}, "birth": {"date": "1894-09-09", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "240", "ENG": "1", "MA_": "2", "G_NR": "15", "MA12": "1", "MARS": "1", "NAME": "Barbot", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "9,200", "CSINR": "", "KURTZ": "", "PHAS_": "68,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "09.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.09.1894", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22692	barbotin-pierre-1926-09-29	{"3a_sports": "241"}	{"ertel": "ES-241"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Barbotin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-09-29", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Pierre", "family": "Barbotin"}, "birth": {"date": "1926-09-29", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "241", "ENG": "", "MA_": "1", "G_NR": "23", "MA12": "2", "MARS": "6", "NAME": "Barbotin", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-10,10", "CSINR": "", "KURTZ": "", "PHAS_": "47,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "29.09.", "ZITATE": "DOY", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "29.09.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22693	barengo-antonio-1934-10-09	{"3a_sports": "244"}	{"ertel": "ES-244"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Barengo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-10-09", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Antonio", "family": "Barengo"}, "birth": {"date": "1934-10-09", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "244", "ENG": "", "MA_": "0", "G_NR": "24", "MA12": "6", "MARS": "16", "NAME": "Barengo", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-0,300", "CSINR": "", "KURTZ": "", "PHAS_": "0,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "09.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Antonio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.10.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22694	barnay-ghislaine-1945-10-08	{"3a_sports": "249"}	{"ertel": "ES-249"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ghislaine", "family": "Barnay", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1945-10-08", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Ghislaine", "family": "Barnay"}, "birth": {"date": "1945-10-08", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "249", "ENG": "1", "MA_": "2", "G_NR": "7", "MA12": "4", "MARS": "12", "NAME": "Barnay", "PUBL": "U", "QUEL": "G_79F", "AUFAB": "2,300", "CSINR": "", "KURTZ": "", "PHAS_": "3,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "08.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ghislaine", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "08.10.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22695	barret-paul-1930-08-01	{"3a_sports": "254"}	{"ertel": "ES-254"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Barret", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-08-01", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Paul", "family": "Barret"}, "birth": {"date": "1930-08-01", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "254", "ENG": "", "MA_": "1", "G_NR": "16", "MA12": "5", "MARS": "13", "NAME": "Barret", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "10,800", "CSINR": "", "KURTZ": "", "PHAS_": "44,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Paul", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.08.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22696	barsalou-jean-marie-1951-07-15	{"3a_sports": "257"}	{"ertel": "ES-257"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Marie", "family": "Barsalou", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1951-07-15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean-Marie", "family": "Barsalou"}, "birth": {"date": "1951-07-15", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "257", "ENG": "", "MA_": "0", "G_NR": "24", "MA12": "8", "MARS": "23", "NAME": "Barsalou", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "10,100", "CSINR": "", "KURTZ": "", "PHAS_": "79,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean-Marie", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "15.07.1951", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22697	barsanti-giogio-1918-09-23	{"3a_sports": "258"}	{"ertel": "ES-258"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giogio", "family": "Barsanti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-09-23", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giogio", "family": "Barsanti"}, "birth": {"date": "1918-09-23", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "258", "ENG": "", "MA_": "1", "G_NR": "25", "MA12": "9", "MARS": "27", "NAME": "Barsanti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-5,600", "CSINR": "", "KURTZ": "", "PHAS_": "91,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "23.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giogio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.09.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22698	bart-robert-1930-06-21	{"3a_sports": "259"}	{"ertel": "ES-259"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Bart", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-06-21", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Robert", "family": "Bart"}, "birth": {"date": "1930-06-21", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "259", "ENG": "", "MA_": "1", "G_NR": "17", "MA12": "5", "MARS": "14", "NAME": "Bart", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-9,800", "CSINR": "", "KURTZ": "", "PHAS_": "34,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.06.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22699	barthelemy-albert-1906-03-03	{"3a_sports": "263"}	{"ertel": "ES-263"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Barthelemy", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1906-03-03", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Albert", "family": "Barthelemy"}, "birth": {"date": "1906-03-03", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "263", "ENG": "", "MA_": "1", "G_NR": "18", "MA12": "5", "MARS": "14", "NAME": "Barthelemy", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "46,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "03.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Albert", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.03.1906", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22701	bartl-hans-1929-03-24	{"3a_sports": "266"}	{"ertel": "ES-266"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Bartl", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-03-24", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Hans", "family": "Bartl"}, "birth": {"date": "1929-03-24", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "266", "ENG": "1", "MA_": "2", "G_NR": "13", "MA12": "1", "MARS": "1", "NAME": "Bartl", "PUBL": "U", "QUEL": "GMING", "AUFAB": "4,200", "CSINR": "", "KURTZ": "", "PHAS_": "97,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "GER", "TAGMON": "24.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Hans", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.03.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AUTO", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22702	bartoli-giampieco-1934-04-01	{"3a_sports": "267"}	{"ertel": "ES-267"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giampieco", "family": "Bartoli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-04-01", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giampieco", "family": "Bartoli"}, "birth": {"date": "1934-04-01", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "267", "ENG": "1", "MA_": "2", "G_NR": "26", "MA12": "1", "MARS": "2", "NAME": "Bartoli", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-1,100", "CSINR": "", "KURTZ": "", "PHAS_": "98,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "01.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giampieco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.04.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22703	bartolini-giorgio-1936-09-29	{"3a_sports": "268"}	{"ertel": "ES-268"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giorgio", "family": "Bartolini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1936-09-29", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giorgio", "family": "Bartolini"}, "birth": {"date": "1936-09-29", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "268", "ENG": "", "MA_": "1", "G_NR": "27", "MA12": "6", "MARS": "18", "NAME": "Bartolini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "6,400", "CSINR": "", "KURTZ": "", "PHAS_": "94,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "29.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giorgio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.09.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22704	bartolozzi-renzo-1925-07-15	{"3a_sports": "269"}	{"ertel": "ES-269"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renzo", "family": "Bartolozzi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-07-15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Renzo", "family": "Bartolozzi"}, "birth": {"date": "1925-07-15", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "269", "ENG": "1", "MA_": "2", "G_NR": "28", "MA12": "1", "MARS": "1", "NAME": "Bartolozzi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "29,200", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "15.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Renzo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.07.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22706	bauer-ernst-1901-04-09	{"3a_sports": "286"}	{"ertel": "ES-286"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Bauer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1901-04-09", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ernst", "family": "Bauer"}, "birth": {"date": "1901-04-09", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "286", "ENG": "1", "MA_": "2", "G_NR": "68", "MA12": "4", "MARS": "10", "NAME": "Bauer", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-7,200", "CSINR": "", "KURTZ": "", "PHAS_": "79,600", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "GER", "TAGMON": "09.04.", "ZITATE": "T", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ernst", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "09.04.1901", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22707	bauvin-gilbert-1927-08-04	{"3a_sports": "290"}	{"ertel": "ES-290"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilbert", "family": "Bauvin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-08-04", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gilbert", "family": "Bauvin"}, "birth": {"date": "1927-08-04", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "290", "ENG": "", "MA_": "0", "G_NR": "26", "MA12": "9", "MARS": "25", "NAME": "Bauvin", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "8,700", "CSINR": "", "KURTZ": "", "PHAS_": "33,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.08.", "ZITATE": "DOY", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gilbert", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "04.08.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22711	beaumont-marie-claude-charm-1941-09-17	{"3a_sports": "301"}	{"ertel": "ES-301"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie Claude(Charm.)", "family": "Beaumont", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1941-09-17", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Marie Claude(Charm.)", "family": "Beaumont"}, "birth": {"date": "1941-09-17", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "301", "ENG": "1", "MA_": "2", "G_NR": "28", "MA12": "1", "MARS": "1", "NAME": "Beaumont", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-8,900", "CSINR": "", "KURTZ": "", "PHAS_": "20,400", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "17.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marie Claude(Charm.)", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "17.09.1941", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22712	bedoni-gino-1920-12-17	{"3a_sports": "306"}	{"ertel": "ES-306"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gino", "family": "Bedoni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-12-17", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gino", "family": "Bedoni"}, "birth": {"date": "1920-12-17", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "306", "ENG": "", "MA_": "1", "G_NR": "39", "MA12": "7", "MARS": "19", "NAME": "Bedoni", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "8,800", "CSINR": "", "KURTZ": "", "PHAS_": "34,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "17.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.12.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22708	bauwens-charles-1887-05-29	{"3a_sports": "291"}	{"cpara": "CP-*69", "ertel": "ES-291"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Bauwens", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1887-05-29", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Charles", "family": "Bauwens"}, "birth": {"date": "1887-05-29", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "291", "ENG": "", "MA_": "1", "G_NR": "69", "MA12": "12", "MARS": "35", "NAME": "Bauwens", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "10,300", "CSINR": "", "KURTZ": "", "PHAS_": "36,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "29.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 69", "VORNAME": "Charles", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.05.1887", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22709	bauwhede-michel-van-der-1901-05-19	{"3a_sports": "292"}	{"cpara": "CP-*9", "ertel": "ES-292"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel (van der)", "family": "Bauwhede", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1901-05-19", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Michel (van der)", "family": "Bauwhede"}, "birth": {"date": "1901-05-19", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "292", "ENG": "0", "MA_": "2", "G_NR": "9", "MA12": "12", "MARS": "36", "NAME": "Bauwhede", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "0,800", "CSINR": "", "KURTZ": "", "PHAS_": "0,900", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "19.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "*  9", "VORNAME": "Michel (van der)", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.05.1901", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22714	beer-julius-1911-07-21	{"3a_sports": "308"}	{"ertel": "ES-308"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julius", "family": "Beer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1911-07-21", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Julius", "family": "Beer"}, "birth": {"date": "1911-07-21", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "308", "ENG": "1", "MA_": "2", "G_NR": "1", "MA12": "1", "MARS": "3", "NAME": "Beer", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-10,90", "CSINR": "", "KURTZ": "", "PHAS_": "30,700", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "GER", "TAGMON": "21.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Julius", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.07.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AUTO", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22715	beghin-roselyne-1931-06-16	{"3a_sports": "310"}	{"ertel": "ES-310"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roselyne", "family": "Beghin", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1931-06-16", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["equestrian"]	5	null	[{"new": {"sex": "F", "name": {"given": "Roselyne", "family": "Beghin"}, "birth": {"date": "1931-06-16", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "310", "ENG": "", "MA_": "0", "G_NR": "20", "MA12": "6", "MARS": "17", "NAME": "Beghin", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-1,400", "CSINR": "", "KURTZ": "", "PHAS_": "0,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "16.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Roselyne", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.06.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "HORS", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22716	begni-mario-1924-05-12	{"3a_sports": "311"}	{"ertel": "ES-311"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Begni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-05-12", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Mario", "family": "Begni"}, "birth": {"date": "1924-05-12", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "311", "ENG": "", "MA_": "1", "G_NR": "40", "MA12": "9", "MARS": "26", "NAME": "Begni", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "10,000", "CSINR": "", "KURTZ": "", "PHAS_": "49,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "12.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.05.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22717	begnini-lino-1916-06-14	{"3a_sports": "312"}	{"ertel": "ES-312"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lino", "family": "Begnini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1916-06-14", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Lino", "family": "Begnini"}, "birth": {"date": "1916-06-14", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "312", "ENG": "", "MA_": "1", "G_NR": "41", "MA12": "2", "MARS": "6", "NAME": "Begnini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "6,400", "CSINR": "", "KURTZ": "", "PHAS_": "94,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "14.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Lino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.06.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22719	bellini-savino-1913-12-01	{"3a_sports": "325"}	{"ertel": "ES-325"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Savino", "family": "Bellini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-12-01", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Savino", "family": "Bellini"}, "birth": {"date": "1913-12-01", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "325", "ENG": "1", "MA_": "2", "G_NR": "42", "MA12": "4", "MARS": "10", "NAME": "Bellini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "5,500", "CSINR": "", "KURTZ": "", "PHAS_": "10,400", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "01.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Savino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.12.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22720	bellone-gilbert-1942-12-27	{"3a_sports": "326"}	{"ertel": "ES-326"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilbert", "family": "Bellone", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-12-27", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gilbert", "family": "Bellone"}, "birth": {"date": "1942-12-27", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "326", "ENG": "", "MA_": "0", "G_NR": "29", "MA12": "3", "MARS": "8", "NAME": "Bellone", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-6,200", "CSINR": "", "KURTZ": "", "PHAS_": "84,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.12.", "ZITATE": "DOY", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gilbert", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "27.12.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22721	belloni-carlo-1929-05-22	{"3a_sports": "327"}	{"ertel": "ES-327"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Belloni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-05-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Carlo", "family": "Belloni"}, "birth": {"date": "1929-05-22", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "327", "ENG": "1", "MA_": "2", "G_NR": "43", "MA12": "1", "MARS": "3", "NAME": "Belloni", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "3,800", "CSINR": "", "KURTZ": "", "PHAS_": "97,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "22.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Carlo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.05.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22722	bellot-jean-michel-1953-12-16	{"3a_sports": "330"}	{"ertel": "ES-330"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Michel", "family": "Bellot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1953-12-16", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean-Michel", "family": "Bellot"}, "birth": {"date": "1953-12-16", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "330", "ENG": "", "MA_": "0", "G_NR": "30", "MA12": "5", "MARS": "15", "NAME": "Bellot", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "10,600", "CSINR": "", "KURTZ": "", "PHAS_": "75,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "16.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean-Michel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "16.12.1953", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22723	bellouis-alain-1947-07-28	{"3a_sports": "331"}	{"ertel": "ES-331"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Bellouis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-07-28", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alain", "family": "Bellouis"}, "birth": {"date": "1947-07-28", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "331", "ENG": "1", "MA_": "2", "G_NR": "31", "MA12": "4", "MARS": "10", "NAME": "Bellouis", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "8,500", "CSINR": "", "KURTZ": "", "PHAS_": "78,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "28.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alain", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "28.07.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22724	beltrandi-rodolfo-1930-12-27	{"3a_sports": "333"}	{"ertel": "ES-333"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rodolfo", "family": "Beltrandi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-12-27", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Rodolfo", "family": "Beltrandi"}, "birth": {"date": "1930-12-27", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "333", "ENG": "", "MA_": "0", "G_NR": "44", "MA12": "8", "MARS": "23", "NAME": "Beltrandi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "9,000", "CSINR": "", "KURTZ": "", "PHAS_": "39,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "27.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Rodolfo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.12.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22725	benacloi-jean-michel-1948-12-19	{"3a_sports": "336"}	{"ertel": "ES-336"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Michel", "family": "Benacloi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-12-19", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean Michel", "family": "Benacloi"}, "birth": {"date": "1948-12-19", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "336", "ENG": "", "MA_": "1", "G_NR": "33", "MA12": "10", "MARS": "29", "NAME": "Benacloi", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-5,200", "CSINR": "", "KURTZ": "", "PHAS_": "91,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "19.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean Michel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "19.12.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22726	benelli-enrico-1932-10-22	{"3a_sports": "341"}	{"ertel": "ES-341"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enrico", "family": "Benelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-10-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Enrico", "family": "Benelli"}, "birth": {"date": "1932-10-22", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "341", "ENG": "", "MA_": "1", "G_NR": "47", "MA12": "12", "MARS": "35", "NAME": "Benelli", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "57,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "22.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Enrico", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.10.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22727	benellio-carlo-1919-10-17	{"3a_sports": "342"}	{"ertel": "ES-342"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Benellio", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-10-17", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Carlo", "family": "Benellio"}, "birth": {"date": "1919-10-17", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "342", "ENG": "", "MA_": "1", "G_NR": "46", "MA12": "2", "MARS": "4", "NAME": "Benellio", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-11,00", "CSINR": "", "KURTZ": "", "PHAS_": "41,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "17.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Carlo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.10.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22728	benidetti-pietro-1926-07-01	{"3a_sports": "344"}	{"ertel": "ES-344"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Benidetti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-07-01", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Pietro", "family": "Benidetti"}, "birth": {"date": "1926-07-01", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "344", "ENG": "1", "MA_": "2", "G_NR": "45", "MA12": "4", "MARS": "10", "NAME": "Benidetti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-10,40", "CSINR": "", "KURTZ": "", "PHAS_": "67,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "01.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Pietro", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.07.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22730	benvel-bernard-1951-04-11	{"3a_sports": "348"}	{"ertel": "ES-348"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Benvel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1951-04-11", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["volleyball-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bernard", "family": "Benvel"}, "birth": {"date": "1951-04-11", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "348", "ENG": "0", "MA_": "2", "G_NR": "35", "MA12": "12", "MARS": "36", "NAME": "Benvel", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "6,900", "CSINR": "", "KURTZ": "", "PHAS_": "19,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "11.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bernard", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "11.04.1951", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "VOLL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22731	beraldo-eros-1929-07-27	{"3a_sports": "350"}	{"ertel": "ES-350"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eros", "family": "Beraldo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-07-27", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Eros", "family": "Beraldo"}, "birth": {"date": "1929-07-27", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "350", "ENG": "", "MA_": "1", "G_NR": "48", "MA12": "5", "MARS": "14", "NAME": "Beraldo", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-8,200", "CSINR": "", "KURTZ": "", "PHAS_": "75,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "27.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Eros", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.07.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22732	beranger-jean-1937-06-20	{"3a_sports": "351"}	{"ertel": "ES-351"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Beranger", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1937-06-20", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean", "family": "Beranger"}, "birth": {"date": "1937-06-20", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "351", "ENG": "", "MA_": "1", "G_NR": "36", "MA12": "6", "MARS": "18", "NAME": "Beranger", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "7,100", "CSINR": "", "KURTZ": "", "PHAS_": "86,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "20.06.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22733	bergamasco-alain-1947-07-20	{"3a_sports": "360"}	{"ertel": "ES-360"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Bergamasco", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-07-20", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alain", "family": "Bergamasco"}, "birth": {"date": "1947-07-20", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "360", "ENG": "", "MA_": "0", "G_NR": "37", "MA12": "6", "MARS": "17", "NAME": "Bergamasco", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "4,000", "CSINR": "", "KURTZ": "", "PHAS_": "5,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Alain", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "20.07.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22734	bergamo-vittorio-1922-06-25	{"3a_sports": "361"}	{"ertel": "ES-361"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vittorio", "family": "Bergamo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-06-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Vittorio", "family": "Bergamo"}, "birth": {"date": "1922-06-25", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "361", "ENG": "", "MA_": "0", "G_NR": "49", "MA12": "3", "MARS": "8", "NAME": "Bergamo", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-1,700", "CSINR": "", "KURTZ": "", "PHAS_": "0,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "25.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Vittorio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.06.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22735	bergaud-louis-1928-11-30	{"3a_sports": "362"}	{"ertel": "ES-362"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Bergaud", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-11-30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Louis", "family": "Bergaud"}, "birth": {"date": "1928-11-30", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "362", "ENG": "", "MA_": "1", "G_NR": "38", "MA12": "10", "MARS": "30", "NAME": "Bergaud", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-6,100", "CSINR": "", "KURTZ": "", "PHAS_": "89,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "30.11.", "ZITATE": "DY", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Louis", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "30.11.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22736	berger-guylaine-1956-04-12	{"3a_sports": "363"}	{"ertel": "ES-363"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guylaine", "family": "Berger", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1956-04-12", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Guylaine", "family": "Berger"}, "birth": {"date": "1956-04-12", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "363", "ENG": "", "MA_": "0", "G_NR": "39", "MA12": "11", "MARS": "32", "NAME": "Berger", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "1,000", "CSINR": "", "KURTZ": "", "PHAS_": "1,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Guylaine", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "12.04.1956", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SWIM", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22738	bergh-louis-van-den-1903-01-26	{"3a_sports": "366"}	{"cpara": "CP-*27", "ertel": "ES-366"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis (van den)", "family": "Bergh", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1903-01-26", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Louis (van den)", "family": "Bergh"}, "birth": {"date": "1903-01-26", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "366", "ENG": "0", "MA_": "2", "G_NR": "27", "MA12": "12", "MARS": "36", "NAME": "Bergh", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "-5,400", "CSINR": "", "KURTZ": "", "PHAS_": "6,600", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "26.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 27", "VORNAME": "Louis (van den)", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.01.1903", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22739	berilhe-andre-1932-04-17	{"3a_sports": "369"}	{"ertel": "ES-369"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Berilhe", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-04-17", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "André", "family": "Berilhe"}, "birth": {"date": "1932-04-17", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "369", "ENG": "", "MA_": "0", "G_NR": "21", "MA12": "6", "MARS": "17", "NAME": "Berilhe", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "9,800", "CSINR": "", "KURTZ": "", "PHAS_": "79,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.04.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22740	berllie-pierre-1912-04-20	{"3a_sports": "372"}	{"ertel": "ES-372"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Berllie", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1912-04-20", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Pierre", "family": "Berllie"}, "birth": {"date": "1912-04-20", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "372", "ENG": "", "MA_": "0", "G_NR": "22", "MA12": "8", "MARS": "22", "NAME": "Berllie", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "5,000", "CSINR": "", "KURTZ": "", "PHAS_": "7,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.04.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22741	bernicchi-conado-1926-01-01	{"3a_sports": "381"}	{"ertel": "ES-381"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Conado", "family": "Bernicchi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-01-01", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Conado", "family": "Bernicchi"}, "birth": {"date": "1926-01-01", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "381", "ENG": "0", "MA_": "2", "G_NR": "50", "MA12": "3", "MARS": "9", "NAME": "Bernicchi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-2,500", "CSINR": "", "KURTZ": "", "PHAS_": "96,700", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "01.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Conado", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.01.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22742	berra-bruno-1914-01-27	{"3a_sports": "383"}	{"ertel": "ES-383"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Berra", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-01-27", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bruno", "family": "Berra"}, "birth": {"date": "1914-01-27", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "383", "ENG": "", "MA_": "1", "G_NR": "51", "MA12": "6", "MARS": "18", "NAME": "Berra", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "0,400", "CSINR": "", "KURTZ": "", "PHAS_": "0,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "27.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bruno", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.01.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22743	berra-giovanni-1916-11-25	{"3a_sports": "384"}	{"ertel": "ES-384"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Berra", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1916-11-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giovanni", "family": "Berra"}, "birth": {"date": "1916-11-25", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "384", "ENG": "1", "MA_": "2", "G_NR": "52", "MA12": "1", "MARS": "1", "NAME": "Berra", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-2,300", "CSINR": "", "KURTZ": "", "PHAS_": "0,300", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "25.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giovanni", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.11.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22744	bertani-luigi-1921-03-04	{"3a_sports": "388"}	{"ertel": "ES-388"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Bertani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-03-04", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luigi", "family": "Bertani"}, "birth": {"date": "1921-03-04", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "388", "ENG": "", "MA_": "1", "G_NR": "53", "MA12": "5", "MARS": "14", "NAME": "Bertani", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-8,800", "CSINR": "", "KURTZ": "", "PHAS_": "27,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "04.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.03.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22745	bertocchi-renato-1925-12-14	{"3a_sports": "393"}	{"ertel": "ES-393"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renato", "family": "Bertocchi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-12-14", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Renato", "family": "Bertocchi"}, "birth": {"date": "1925-12-14", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "393", "ENG": "1", "MA_": "2", "G_NR": "54", "MA12": "1", "MARS": "2", "NAME": "Bertocchi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-5,800", "CSINR": "", "KURTZ": "", "PHAS_": "4,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "14.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Renato", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.12.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22746	bertoli-constanco-1936-10-08	{"3a_sports": "395"}	{"ertel": "ES-395"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Constanco", "family": "Bertoli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1936-10-08", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Constanco", "family": "Bertoli"}, "birth": {"date": "1936-10-08", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "395", "ENG": "", "MA_": "1", "G_NR": "55", "MA12": "12", "MARS": "35", "NAME": "Bertoli", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-10,70", "CSINR": "", "KURTZ": "", "PHAS_": "45,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "08.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Constanco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.10.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22747	bertoli-luigi-1928-07-30	{"3a_sports": "396"}	{"ertel": "ES-396"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Bertoli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-07-30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luigi", "family": "Bertoli"}, "birth": {"date": "1928-07-30", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "396", "ENG": "", "MA_": "1", "G_NR": "56", "MA12": "2", "MARS": "6", "NAME": "Bertoli", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "5,700", "CSINR": "", "KURTZ": "", "PHAS_": "92,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "30.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.07.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22748	bertoloni-guinto-1927-03-10	{"3a_sports": "397"}	{"ertel": "ES-397"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guinto", "family": "Bertoloni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-03-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Guinto", "family": "Bertoloni"}, "birth": {"date": "1927-03-10", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "397", "ENG": "0", "MA_": "2", "G_NR": "57", "MA12": "12", "MARS": "36", "NAME": "Bertoloni", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "10,800", "CSINR": "", "KURTZ": "", "PHAS_": "45,200", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "10.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Guinto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.03.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22749	bertoni-remo-1929-06-24	{"3a_sports": "399"}	{"ertel": "ES-399"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Remo", "family": "Bertoni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-06-24", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Remo", "family": "Bertoni"}, "birth": {"date": "1929-06-24", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "399", "ENG": "", "MA_": "0", "G_NR": "59", "MA12": "11", "MARS": "32", "NAME": "Bertoni", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-2,400", "CSINR": "", "KURTZ": "", "PHAS_": "96,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "24.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Remo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.06.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22750	bertoni-ii-elio-1919-09-20	{"3a_sports": "401"}	{"ertel": "ES-401"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elio", "family": "Bertoni II", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-09-20", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Elio", "family": "Bertoni II"}, "birth": {"date": "1919-09-20", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "401", "ENG": "", "MA_": "1", "G_NR": "58", "MA12": "2", "MARS": "6", "NAME": "Bertoni II", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,200", "CSINR": "", "KURTZ": "", "PHAS_": "18,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "20.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Elio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.09.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22752	bertsch-eugen-1907-05-22	{"3a_sports": "405"}	{"ertel": "ES-405"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugen", "family": "Bertsch", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1907-05-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Eugen", "family": "Bertsch"}, "birth": {"date": "1907-05-22", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "405", "ENG": "", "MA_": "0", "G_NR": "57", "MA12": "11", "MARS": "33", "NAME": "Bertsch", "PUBL": "U", "QUEL": "GMING", "AUFAB": "9,900", "CSINR": "", "KURTZ": "", "PHAS_": "64,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "22.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Eugen", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.05.1907", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22753	besin-lucien-1894-06-15	{"3a_sports": "408"}	{"ertel": "ES-408"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Besin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1894-06-15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Lucien", "family": "Besin"}, "birth": {"date": "1894-06-15", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "408", "ENG": "", "MA_": "1", "G_NR": "23", "MA12": "12", "MARS": "35", "NAME": "Besin", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "6,700", "CSINR": "", "KURTZ": "", "PHAS_": "89,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Lucien", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.06.1894", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22755	besson-pierre-1940-04-11	{"3a_sports": "411"}	{"ertel": "ES-411"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Besson", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-04-11", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Pierre", "family": "Besson"}, "birth": {"date": "1940-04-11", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "411", "ENG": "1", "MA_": "2", "G_NR": "42", "MA12": "4", "MARS": "10", "NAME": "Besson", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "4,900", "CSINR": "", "KURTZ": "", "PHAS_": "9,200", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "11.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "11.04.1940", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22756	betz-dr-otto-1906-02-06	{"3a_sports": "415"}	{"ertel": "ES-415"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dr. Otto", "family": "Betz", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1906-02-06", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Dr. Otto", "family": "Betz"}, "birth": {"date": "1906-02-06", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "415", "ENG": "", "MA_": "0", "G_NR": "69", "MA12": "9", "MARS": "25", "NAME": "Betz", "PUBL": "U", "QUEL": "GMING", "AUFAB": "7,100", "CSINR": "", "KURTZ": "", "PHAS_": "88,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "06.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Dr. Otto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.02.1906", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22757	beuermann-karl-1904-01-22	{"3a_sports": "417"}	{"ertel": "ES-417"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Beuermann", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1904-01-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Karl", "family": "Beuermann"}, "birth": {"date": "1904-01-22", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "417", "ENG": "", "MA_": "0", "G_NR": "90", "MA12": "8", "MARS": "22", "NAME": "Beuermann", "PUBL": "U", "QUEL": "GMING", "AUFAB": "6,300", "CSINR": "", "KURTZ": "", "PHAS_": "16,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "22.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Karl", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.01.1904", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22758	biagini-piero-1932-11-14	{"3a_sports": "424"}	{"ertel": "ES-424"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Piero", "family": "Biagini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-11-14", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Piero", "family": "Biagini"}, "birth": {"date": "1932-11-14", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "424", "ENG": "1", "MA_": "2", "G_NR": "61", "MA12": "4", "MARS": "10", "NAME": "Biagini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-0,400", "CSINR": "", "KURTZ": "", "PHAS_": "99,400", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "14.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Piero", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.11.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22759	biago-orlando-1935-06-10	{"3a_sports": "426"}	{"ertel": "ES-426"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Orlando", "family": "Biago", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1935-06-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Orlando", "family": "Biago"}, "birth": {"date": "1935-06-10", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "426", "ENG": "", "MA_": "1", "G_NR": "60", "MA12": "12", "MARS": "35", "NAME": "Biago", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "9,500", "CSINR": "", "KURTZ": "", "PHAS_": "57,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "10.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Orlando", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.06.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22760	bianchi-pino-1928-04-02	{"3a_sports": "429"}	{"ertel": "ES-429"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pino", "family": "Bianchi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-04-02", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Pino", "family": "Bianchi"}, "birth": {"date": "1928-04-02", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "429", "ENG": "", "MA_": "0", "G_NR": "62", "MA12": "11", "MARS": "32", "NAME": "Bianchi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "6,700", "CSINR": "", "KURTZ": "", "PHAS_": "90,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "02.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Pino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.04.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22761	biebuyck-julien-1924-03-11	{"3a_sports": "435"}	{"ertel": "ES-435"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julien", "family": "Biebuyck", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-03-11", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["field-hockey-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Julien", "family": "Biebuyck"}, "birth": {"date": "1924-03-11", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "435", "ENG": "", "MA_": "1", "G_NR": "24", "MA12": "7", "MARS": "20", "NAME": "Biebuyck", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "7,800", "CSINR": "", "KURTZ": "", "PHAS_": "25,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "11.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Julien", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.03.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "HOCK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22762	biglino-pietro-1928-01-06	{"3a_sports": "440"}	{"ertel": "ES-440"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Biglino", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-01-06", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Pietro", "family": "Biglino"}, "birth": {"date": "1928-01-06", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "440", "ENG": "", "MA_": "1", "G_NR": "63", "MA12": "10", "MARS": "30", "NAME": "Biglino", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "4,500", "CSINR": "", "KURTZ": "", "PHAS_": "97,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "06.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Pietro", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.01.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22763	bini-pierre-1923-08-02	{"3a_sports": "448"}	{"ertel": "ES-448"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Bini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1923-08-02", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Pierre", "family": "Bini"}, "birth": {"date": "1923-08-02", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "448", "ENG": "", "MA_": "1", "G_NR": "25", "MA12": "7", "MARS": "19", "NAME": "Bini", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-7,800", "CSINR": "", "KURTZ": "", "PHAS_": "75,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.08.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22764	biraghi-carlo-1913-11-25	{"3a_sports": "452"}	{"ertel": "ES-452"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Biraghi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-11-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Carlo", "family": "Biraghi"}, "birth": {"date": "1913-11-25", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "452", "ENG": "1", "MA_": "2", "G_NR": "64", "MA12": "1", "MARS": "2", "NAME": "Biraghi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-8,700", "CSINR": "", "KURTZ": "", "PHAS_": "12,600", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "25.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Carlo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.11.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22765	blanc-louis-1933-05-19	{"3a_sports": "463"}	{"ertel": "ES-463"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Blanc", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-05-19", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Louis", "family": "Blanc"}, "birth": {"date": "1933-05-19", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "463", "ENG": "", "MA_": "1", "G_NR": "26", "MA12": "10", "MARS": "29", "NAME": "Blanc", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "25,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "19.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Louis", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.05.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22766	blondel-maurice-1918-01-13	{"3a_sports": "473"}	{"ertel": "ES-473"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Blondel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-01-13", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Maurice", "family": "Blondel"}, "birth": {"date": "1918-01-13", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "473", "ENG": "", "MA_": "0", "G_NR": "27", "MA12": "6", "MARS": "16", "NAME": "Blondel", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-1,200", "CSINR": "", "KURTZ": "", "PHAS_": "0,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Maurice", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.01.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22767	blondel-michel-1949-09-04	{"3a_sports": "474"}	{"ertel": "ES-474"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Blondel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-09-04", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Michel", "family": "Blondel"}, "birth": {"date": "1949-09-04", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "474", "ENG": "", "MA_": "1", "G_NR": "43", "MA12": "2", "MARS": "4", "NAME": "Blondel", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "7,200", "CSINR": "", "KURTZ": "", "PHAS_": "88,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "04.09.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22768	bo-giuseppe-1918-09-26	{"3a_sports": "477"}	{"ertel": "ES-477"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Bo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-09-26", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giuseppe", "family": "Bo"}, "birth": {"date": "1918-09-26", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "477", "ENG": "", "MA_": "1", "G_NR": "65", "MA12": "7", "MARS": "20", "NAME": "Bo", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-10,50", "CSINR": "", "KURTZ": "", "PHAS_": "63,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "26.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giuseppe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.09.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22769	bobbio-biagio-1920-09-14	{"3a_sports": "479"}	{"ertel": "ES-479"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Biagio", "family": "Bobbio", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-09-14", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Biagio", "family": "Bobbio"}, "birth": {"date": "1920-09-14", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "479", "ENG": "", "MA_": "1", "G_NR": "66", "MA12": "7", "MARS": "20", "NAME": "Bobbio", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "2,300", "CSINR": "", "KURTZ": "", "PHAS_": "2,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "14.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Biagio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.09.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22770	bobet-jean-1930-02-22	{"3a_sports": "480"}	{"ertel": "ES-480"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bobet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-02-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean", "family": "Bobet"}, "birth": {"date": "1930-02-22", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "480", "ENG": "", "MA_": "1", "G_NR": "44", "MA12": "11", "MARS": "31", "NAME": "Bobet", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "34,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.02.", "ZITATE": "DOY", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "22.02.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22771	boccardi-angelo-1928-02-14	{"3a_sports": "483"}	{"ertel": "ES-483"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Boccardi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-02-14", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Angelo", "family": "Boccardi"}, "birth": {"date": "1928-02-14", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "483", "ENG": "", "MA_": "0", "G_NR": "67", "MA12": "9", "MARS": "25", "NAME": "Boccardi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "48,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "14.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Angelo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.02.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22773	bochet-philippe-1949-06-19	{"3a_sports": "487"}	{"ertel": "ES-487"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Bochet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-06-19", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Philippe", "family": "Bochet"}, "birth": {"date": "1949-06-19", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "487", "ENG": "1", "MA_": "2", "G_NR": "46", "MA12": "4", "MARS": "10", "NAME": "Bochet", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "45,600", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "19.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Philippe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.06.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22775	bodini-renato-1909-10-01	{"3a_sports": "490"}	{"ertel": "ES-490"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renato", "family": "Bodini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1909-10-01", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Renato", "family": "Bodini"}, "birth": {"date": "1909-10-01", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "490", "ENG": "", "MA_": "1", "G_NR": "68", "MA12": "7", "MARS": "19", "NAME": "Bodini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-2,800", "CSINR": "", "KURTZ": "", "PHAS_": "96,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Renato", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.10.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22776	bodoira-alfredo-1911-08-30	{"3a_sports": "491"}	{"ertel": "ES-491"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfredo", "family": "Bodoira", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1911-08-30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alfredo", "family": "Bodoira"}, "birth": {"date": "1911-08-30", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "491", "ENG": "0", "MA_": "2", "G_NR": "69", "MA12": "12", "MARS": "36", "NAME": "Bodoira", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "9,100", "CSINR": "", "KURTZ": "", "PHAS_": "34,200", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "30.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Alfredo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.08.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22777	bocher-herbert-1903-02-22	{"3a_sports": "492"}	{"ertel": "ES-492"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Herbert", "family": "Böcher", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1903-02-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Herbert", "family": "Böcher"}, "birth": {"date": "1903-02-22", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "492", "ENG": "", "MA_": "1", "G_NR": "2", "MA12": "7", "MARS": "21", "NAME": "Böcher", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-8,600", "CSINR": "", "KURTZ": "", "PHAS_": "25,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "22.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Herbert", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.02.1903", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22778	bohm-hermann-1916-05-14	{"3a_sports": "494"}	{"ertel": "ES-494"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Böhm", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1916-05-14", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Hermann", "family": "Böhm"}, "birth": {"date": "1916-05-14", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "494", "ENG": "", "MA_": "1", "G_NR": "108", "MA12": "12", "MARS": "35", "NAME": "Böhm", "PUBL": "U", "QUEL": "GMING", "AUFAB": "8,500", "CSINR": "", "KURTZ": "", "PHAS_": "83,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "14.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Hermann", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.05.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22779	bohrer-bruno-1923-11-18	{"3a_sports": "495"}	{"ertel": "ES-495"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Böhrer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1923-11-18", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bruno", "family": "Böhrer"}, "birth": {"date": "1923-11-18", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "495", "ENG": "", "MA_": "1", "G_NR": "73", "MA12": "2", "MARS": "6", "NAME": "Böhrer", "PUBL": "U", "QUEL": "GMING", "AUFAB": "8,900", "CSINR": "", "KURTZ": "", "PHAS_": "74,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "18.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Bruno", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.11.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22781	boifava-davide-1946-11-14	{"3a_sports": "503"}	{"ertel": "ES-503"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Davide", "family": "Boifava", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-11-14", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Davide", "family": "Boifava"}, "birth": {"date": "1946-11-14", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "503", "ENG": "", "MA_": "0", "G_NR": "2", "MA12": "11", "MARS": "32", "NAME": "Boifava", "PUBL": "U", "QUEL": "GMINV", "AUFAB": "-9,900", "CSINR": "", "KURTZ": "", "PHAS_": "71,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "14.11.", "ZITATE": "Y", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Davide", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "14.11.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22783	boldi-benito-1934-02-19	{"3a_sports": "506"}	{"ertel": "ES-506"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benito", "family": "Boldi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-02-19", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Benito", "family": "Boldi"}, "birth": {"date": "1934-02-19", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "506", "ENG": "", "MA_": "1", "G_NR": "70", "MA12": "7", "MARS": "20", "NAME": "Boldi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "8,900", "CSINR": "", "KURTZ": "", "PHAS_": "28,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "19.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Benito", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.02.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22780	boer-godfried-van-den-1934-05-08	{"3a_sports": "497"}	{"cpara": "CP-*59", "ertel": "ES-497"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Godfried (van den)", "family": "Boer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-05-08", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Godfried (van den)", "family": "Boer"}, "birth": {"date": "1934-05-08", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "497", "ENG": "", "MA_": "1", "G_NR": "59", "MA12": "12", "MARS": "35", "NAME": "Boer", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "-10,80", "CSINR": "", "KURTZ": "", "PHAS_": "31,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "08.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 59", "VORNAME": "Godfried (van den)", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.05.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22784	boldi-guido-1914-06-16	{"3a_sports": "507"}	{"ertel": "ES-507"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guido", "family": "Boldi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-06-16", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Guido", "family": "Boldi"}, "birth": {"date": "1914-06-16", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "507", "ENG": "1", "MA_": "2", "G_NR": "71", "MA12": "4", "MARS": "11", "NAME": "Boldi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,600", "CSINR": "", "KURTZ": "", "PHAS_": "46,300", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "16.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Guido", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.06.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22785	boldi-luciano-1936-04-26	{"3a_sports": "508"}	{"ertel": "ES-508"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luciano", "family": "Boldi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1936-04-26", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luciano", "family": "Boldi"}, "birth": {"date": "1936-04-26", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "508", "ENG": "", "MA_": "1", "G_NR": "72", "MA12": "2", "MARS": "4", "NAME": "Boldi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "9,000", "CSINR": "", "KURTZ": "", "PHAS_": "25,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "26.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Luciano", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.04.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22786	bolkart-max-1932-07-29	{"3a_sports": "509"}	{"ertel": "ES-509"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Bolkart", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-07-29", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"sex": "M", "name": {"given": "Max", "family": "Bolkart"}, "birth": {"date": "1932-07-29", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "509", "ENG": "0", "MA_": "2", "G_NR": "5", "MA12": "12", "MARS": "36", "NAME": "Bolkart", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-8,200", "CSINR": "", "KURTZ": "", "PHAS_": "19,600", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "GER", "TAGMON": "29.07.", "ZITATE": "HS", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Max", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "29.07.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SKII", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22787	bolla-franco-1920-01-20	{"3a_sports": "510"}	{"ertel": "ES-510"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franco", "family": "Bolla", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-01-20", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Franco", "family": "Bolla"}, "birth": {"date": "1920-01-20", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "510", "ENG": "", "MA_": "1", "G_NR": "73", "MA12": "7", "MARS": "21", "NAME": "Bolla", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-3,100", "CSINR": "", "KURTZ": "", "PHAS_": "1,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "20.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Franco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.01.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22788	bolland-adrienne-1895-11-25	{"3a_sports": "511"}	{"ertel": "ES-511"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrienne", "family": "Bolland", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1895-11-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"sex": "F", "name": {"given": "Adrienne", "family": "Bolland"}, "birth": {"date": "1895-11-25", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "511", "ENG": "1", "MA_": "2", "G_NR": "25", "MA12": "1", "MARS": "2", "NAME": "Bolland", "PUBL": "U", "QUEL": "G_79F", "AUFAB": "9,500", "CSINR": "", "KURTZ": "", "PHAS_": "56,700", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "25.11.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Adrienne", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "25.11.1895", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22789	boller-werner-1923-03-16	{"3a_sports": "513"}	{"ertel": "ES-513"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Werner", "family": "Boller", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1923-03-16", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Werner", "family": "Boller"}, "birth": {"date": "1923-03-16", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "513", "ENG": "1", "MA_": "2", "G_NR": "97", "MA12": "4", "MARS": "12", "NAME": "Boller", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-3,700", "CSINR": "", "KURTZ": "", "PHAS_": "2,200", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "GER", "TAGMON": "16.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Werner", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.03.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22790	bolognesi-georgio-1925-07-18	{"3a_sports": "516"}	{"ertel": "ES-516"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georgio", "family": "Bolognesi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-07-18", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Georgio", "family": "Bolognesi"}, "birth": {"date": "1925-07-18", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "516", "ENG": "", "MA_": "1", "G_NR": "74", "MA12": "9", "MARS": "26", "NAME": "Bolognesi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-5,800", "CSINR": "", "KURTZ": "", "PHAS_": "7,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "18.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Georgio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.07.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22791	bonafin-guilio-1934-06-20	{"3a_sports": "517"}	{"ertel": "ES-517"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guilio", "family": "Bonafin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-06-20", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Guilio", "family": "Bonafin"}, "birth": {"date": "1934-06-20", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "517", "ENG": "", "MA_": "1", "G_NR": "75", "MA12": "2", "MARS": "5", "NAME": "Bonafin", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "9,700", "CSINR": "", "KURTZ": "", "PHAS_": "47,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "20.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Guilio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.06.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22793	bonaretti-alberto-1922-12-30	{"3a_sports": "520"}	{"ertel": "ES-520"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberto", "family": "Bonaretti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-12-30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alberto", "family": "Bonaretti"}, "birth": {"date": "1922-12-30", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "520", "ENG": "", "MA_": "0", "G_NR": "76", "MA12": "11", "MARS": "32", "NAME": "Bonaretti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "7,800", "CSINR": "", "KURTZ": "", "PHAS_": "82,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "30.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Alberto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.12.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22794	bonati-virginio-1914-03-27	{"3a_sports": "521"}	{"ertel": "ES-521"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Virginio", "family": "Bonati", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-03-27", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Virginio", "family": "Bonati"}, "birth": {"date": "1914-03-27", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "521", "ENG": "", "MA_": "1", "G_NR": "77", "MA12": "2", "MARS": "5", "NAME": "Bonati", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-0,400", "CSINR": "", "KURTZ": "", "PHAS_": "0,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "27.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Virginio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.03.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22795	bonci-emilio-1928-03-04	{"3a_sports": "524"}	{"ertel": "ES-524"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emilio", "family": "Bonci", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-03-04", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Emilio", "family": "Bonci"}, "birth": {"date": "1928-03-04", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "524", "ENG": "", "MA_": "1", "G_NR": "78", "MA12": "9", "MARS": "27", "NAME": "Bonci", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "6,000", "CSINR": "", "KURTZ": "", "PHAS_": "93,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "04.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Emilio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.03.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22796	bonci-ii-iro-1923-07-17	{"3a_sports": "525"}	{"ertel": "ES-525"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Iro", "family": "Bonci II", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1923-07-17", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Iro", "family": "Bonci II"}, "birth": {"date": "1923-07-17", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "525", "ENG": "", "MA_": "1", "G_NR": "79", "MA12": "5", "MARS": "13", "NAME": "Bonci II", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "5,700", "CSINR": "", "KURTZ": "", "PHAS_": "10,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "17.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Iro", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.07.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22797	bonetti-pietro-1922-10-31	{"3a_sports": "527"}	{"ertel": "ES-527"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Bonetti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-10-31", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Pietro", "family": "Bonetti"}, "birth": {"date": "1922-10-31", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "527", "ENG": "1", "MA_": "2", "G_NR": "80", "MA12": "1", "MARS": "2", "NAME": "Bonetti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "7,900", "CSINR": "", "KURTZ": "", "PHAS_": "80,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "31.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Pietro", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "31.10.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22798	boniforti-enrico-1917-12-07	{"3a_sports": "535"}	{"ertel": "ES-535"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enrico", "family": "Boniforti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1917-12-07", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Enrico", "family": "Boniforti"}, "birth": {"date": "1917-12-07", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "535", "ENG": "", "MA_": "1", "G_NR": "81", "MA12": "12", "MARS": "35", "NAME": "Boniforti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "46,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "07.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Enrico", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.12.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22799	bonistalli-amadeo-1930-08-19	{"3a_sports": "541"}	{"ertel": "ES-541"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amadeo", "family": "Bonistalli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-08-19", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Amadeo", "family": "Bonistalli"}, "birth": {"date": "1930-08-19", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "541", "ENG": "", "MA_": "1", "G_NR": "82", "MA12": "7", "MARS": "21", "NAME": "Bonistalli", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-10,70", "CSINR": "", "KURTZ": "", "PHAS_": "33,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "19.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Amadeo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.08.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22800	bonizzoni-luigi-1919-11-23	{"3a_sports": "543"}	{"ertel": "ES-543"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Bonizzoni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-11-23", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luigi", "family": "Bonizzoni"}, "birth": {"date": "1919-11-23", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "543", "ENG": "", "MA_": "1", "G_NR": "83", "MA12": "12", "MARS": "35", "NAME": "Bonizzoni", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-0,300", "CSINR": "", "KURTZ": "", "PHAS_": "0,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "23.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.11.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22803	bonnet-georges-1943-10-09	{"3a_sports": "552", "cfepp-final3": "735"}	{"cfepp": "CF-735", "ertel": "ES-552"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Bonnet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-10-09 18:30", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": -2.89, "lat": 42.7, "name": "PERPIGNAN", "geoid": null}, "notime": null, "date-ut": "1943-10-09 17:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Georges", "family": "Bonnet"}, "birth": {"date": "1943-10-09", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "552", "ENG": "", "MA_": "1", "G_NR": "51", "MA12": "11", "MARS": "31", "NAME": "Bonnet", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "10,700", "CSINR": "", "KURTZ": "", "PHAS_": "73,900", "STUND": "", "CFEPNR": "735", "EXTEND": "", "NATION": "FRA", "TAGMON": "09.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "09.10.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1943-10-09 18:30", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": -2.89, "lat": 42.7, "name": "PERPIGNAN"}, "date-ut": "1943-10-09 17:30"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "735"}}, "raw": {"S": "11", "LT": "18 30", "LV": "I6", "TR": "f", "UT": "17 30", "LAT": "+42.70", "SRC": "L", "LONG": "-02.89", "NAME": "BONNET Georges", "SPORT": "Rugby League", "LOC_DATE": "1943 10 09", "UNIV_DATE": "1943 10 09", "BIRTH_PLACE": "PERPIGNAN", "POSTAL_CODE": "66020 CEDEX"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22804	bonnet-honore-1919-11-14	{"3a_sports": "553"}	{"ertel": "ES-553"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Honoré", "family": "Bonnet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-11-14", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"sex": "M", "name": {"given": "Honoré", "family": "Bonnet"}, "birth": {"date": "1919-11-14", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "553", "ENG": "", "MA_": "0", "G_NR": "28", "MA12": "3", "MARS": "7", "NAME": "Bonnet", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-10,70", "CSINR": "", "KURTZ": "", "PHAS_": "57,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "14.11.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Honoré", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "14.11.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SKII", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22805	bonnet-rene-1904-12-27	{"3a_sports": "554"}	{"ertel": "ES-554"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Bonnet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1904-12-27", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "René", "family": "Bonnet"}, "birth": {"date": "1904-12-27", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "554", "ENG": "", "MA_": "1", "G_NR": "29", "MA12": "5", "MARS": "13", "NAME": "Bonnet", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-8,500", "CSINR": "", "KURTZ": "", "PHAS_": "78,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.12.1904", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22806	bonnevie-gerard-1952-12-20	{"3a_sports": "555"}	{"ertel": "ES-555"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gerard", "family": "Bonnevie", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1952-12-20", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gerard", "family": "Bonnevie"}, "birth": {"date": "1952-12-20", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "555", "ENG": "", "MA_": "1", "G_NR": "52", "MA12": "10", "MARS": "28", "NAME": "Bonnevie", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "6,300", "CSINR": "", "KURTZ": "", "PHAS_": "11,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gerard", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "20.12.1952", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22810	boone-bernard-1919-09-23	{"3a_sports": "564"}	{"ertel": "ES-564"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Boone", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-09-23", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["field-hockey-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bernard", "family": "Boone"}, "birth": {"date": "1919-09-23", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "564", "ENG": "", "MA_": "0", "G_NR": "31", "MA12": "3", "MARS": "7", "NAME": "Boone", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-3,500", "CSINR": "", "KURTZ": "", "PHAS_": "1,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bernard", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.09.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "HOCK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22811	borelli-michele-1909-12-01	{"3a_sports": "570"}	{"ertel": "ES-570"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michele", "family": "Borelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1909-12-01", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Michele", "family": "Borelli"}, "birth": {"date": "1909-12-01", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "570", "ENG": "", "MA_": "0", "G_NR": "84", "MA12": "3", "MARS": "7", "NAME": "Borelli", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-7,200", "CSINR": "", "KURTZ": "", "PHAS_": "83,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Michele", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.12.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22812	boriani-francesco-1913-07-09	{"3a_sports": "571"}	{"ertel": "ES-571"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Boriani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-07-09", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Francesco", "family": "Boriani"}, "birth": {"date": "1913-07-09", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "571", "ENG": "1", "MA_": "2", "G_NR": "85", "MA12": "1", "MARS": "1", "NAME": "Boriani", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "10,000", "CSINR": "", "KURTZ": "", "PHAS_": "28,900", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "09.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Francesco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.07.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22813	borra-alfonso-1920-04-17	{"3a_sports": "574"}	{"ertel": "ES-574"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfonso", "family": "Borra", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-04-17", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alfonso", "family": "Borra"}, "birth": {"date": "1920-04-17", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "574", "ENG": "", "MA_": "0", "G_NR": "86", "MA12": "8", "MARS": "23", "NAME": "Borra", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-5,800", "CSINR": "", "KURTZ": "", "PHAS_": "4,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "17.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Alfonso", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.04.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22814	borrini-mario-1919-08-21	{"3a_sports": "575"}	{"ertel": "ES-575"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Borrini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-08-21", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Mario", "family": "Borrini"}, "birth": {"date": "1919-08-21", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "575", "ENG": "", "MA_": "1", "G_NR": "87", "MA12": "2", "MARS": "6", "NAME": "Borrini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-10,40", "CSINR": "", "KURTZ": "", "PHAS_": "24,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "21.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.08.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22815	borsani-natale-1935-09-24	{"3a_sports": "576"}	{"ertel": "ES-576"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Natale", "family": "Borsani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1935-09-24", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Natale", "family": "Borsani"}, "birth": {"date": "1935-09-24", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "576", "ENG": "", "MA_": "0", "G_NR": "88", "MA12": "12", "MARS": "34", "NAME": "Borsani", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-6,800", "CSINR": "", "KURTZ": "", "PHAS_": "12,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "24.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Natale", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.09.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22816	borsetti-ermes-1913-08-25	{"3a_sports": "577"}	{"ertel": "ES-577"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ermes", "family": "Borsetti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-08-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ermes", "family": "Borsetti"}, "birth": {"date": "1913-08-25", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "577", "ENG": "", "MA_": "1", "G_NR": "89", "MA12": "9", "MARS": "27", "NAME": "Borsetti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,900", "CSINR": "", "KURTZ": "", "PHAS_": "50,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "25.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ermes", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.08.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22817	bortoletti-antonio-gino-1910-01-23	{"3a_sports": "578"}	{"ertel": "ES-578"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio Gino", "family": "Bortoletti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1910-01-23", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Antonio Gino", "family": "Bortoletti"}, "birth": {"date": "1910-01-23", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "578", "ENG": "", "MA_": "0", "G_NR": "90", "MA12": "11", "MARS": "33", "NAME": "Bortoletti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "6,700", "CSINR": "", "KURTZ": "", "PHAS_": "92,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "23.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Antonio Gino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.01.1910", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22818	bosc-raymond-1883-12-09	{"3a_sports": "581"}	{"ertel": "ES-581"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Bosc", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1883-12-09", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["billard-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Raymond", "family": "Bosc"}, "birth": {"date": "1883-12-09", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "581", "ENG": "", "MA_": "0", "G_NR": "32", "MA12": "9", "MARS": "25", "NAME": "Bosc", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "10,900", "CSINR": "", "KURTZ": "", "PHAS_": "66,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "09.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Raymond", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.12.1883", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BILL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22823	boujet-christian-1942-08-29	{"3a_sports": "599", "cfepp-final3": "823"}	{"cfepp": "CF-823", "ertel": "ES-599"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Boujet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-08-29 20:10", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": -5.77, "lat": 45.11, "name": "JARRIE", "geoid": null}, "notime": null, "date-ut": "1942-08-29 18:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Christian", "family": "Boujet"}, "birth": {"date": "1942-08-29", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "599", "ENG": "", "MA_": "1", "G_NR": "55", "MA12": "6", "MARS": "18", "NAME": "Boujet", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-5,400", "CSINR": "", "KURTZ": "", "PHAS_": "90,300", "STUND": "", "CFEPNR": "824", "EXTEND": "", "NATION": "FRA", "TAGMON": "29.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Christian", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "29.08.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1942-08-29 20:10", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": -5.77, "lat": 45.11, "name": "JARRIE"}, "date-ut": "1942-08-29 18:10"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "823"}}, "raw": {"S": "6", "LT": "20 10", "LV": "I3", "TR": "f", "UT": "18 10", "LAT": "+45.11", "SRC": "L", "LONG": "-05.77", "NAME": "BOUJET Christian", "SPORT": "Rugby Union", "LOC_DATE": "1942 08 29", "UNIV_DATE": "1942 08 29", "BIRTH_PLACE": "JARRIE", "POSTAL_CODE": "38560"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22820	bossaert-oscar-1887-11-05	{"3a_sports": "587"}	{"cpara": "CP-*18", "ertel": "ES-587"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oscar", "family": "Bossaert", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1887-11-05", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Oscar", "family": "Bossaert"}, "birth": {"date": "1887-11-05", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "587", "ENG": "", "MA_": "1", "G_NR": "18", "MA12": "9", "MARS": "26", "NAME": "Bossaert", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "-6,300", "CSINR": "", "KURTZ": "", "PHAS_": "84,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "05.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 18", "VORNAME": "Oscar", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.11.1887", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22825	bouloux-robert-1947-05-20	{"3a_sports": "603"}	{"ertel": "ES-603"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Bouloux", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-05-20", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Robert", "family": "Bouloux"}, "birth": {"date": "1947-05-20", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "603", "ENG": "", "MA_": "0", "G_NR": "57", "MA12": "5", "MARS": "15", "NAME": "Bouloux", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-2,900", "CSINR": "", "KURTZ": "", "PHAS_": "0,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.05.", "ZITATE": "DOY", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "20.05.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22826	bouquillon-moise-1903-06-04	{"3a_sports": "606"}	{"ertel": "ES-606"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Moise", "family": "Bouquillon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1903-06-04", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Moise", "family": "Bouquillon"}, "birth": {"date": "1903-06-04", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "606", "ENG": "", "MA_": "1", "G_NR": "34", "MA12": "7", "MARS": "21", "NAME": "Bouquillon", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "10,700", "CSINR": "", "KURTZ": "", "PHAS_": "65,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Moise", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.06.1903", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22828	bourgarel-roger-1947-04-21	{"3a_sports": "611", "cfepp-final3": "826"}	{"cfepp": "CF-826", "ertel": "ES-611"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Bourgarel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-04-21 10:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": -1.44, "lat": 43.6, "name": "TOULOUSE", "geoid": null}, "notime": null, "date-ut": "1947-04-21 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Roger", "family": "Bourgarel"}, "birth": {"date": "1947-04-21", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "611", "ENG": "", "MA_": "0", "G_NR": "59", "MA12": "3", "MARS": "7", "NAME": "Bourgarel", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-1,800", "CSINR": "", "KURTZ": "", "PHAS_": "0,100", "STUND": "", "CFEPNR": "827", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "21.04.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1947-04-21 10:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": -1.44, "lat": 43.6, "name": "TOULOUSE"}, "date-ut": "1947-04-21 09:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "826"}}, "raw": {"S": "3", "LT": "10 00", "LV": "I5", "TR": "f", "UT": "09 00", "LAT": "+43.60", "SRC": "L", "LONG": "-01.44", "NAME": "BOURGAREL Roger", "SPORT": "Rugby Union", "LOC_DATE": "1947 04 21", "UNIV_DATE": "1947 04 21", "BIRTH_PLACE": "TOULOUSE", "POSTAL_CODE": "31040 CEDEX"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22829	bourgel-yves-1948-10-15	{"3a_sports": "612"}	{"ertel": "ES-612"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Bourgel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-10-15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Yves", "family": "Bourgel"}, "birth": {"date": "1948-10-15", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "612", "ENG": "", "MA_": "0", "G_NR": "60", "MA12": "9", "MARS": "25", "NAME": "Bourgel", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "6,100", "CSINR": "", "KURTZ": "", "PHAS_": "91,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Yves", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "15.10.1948", "GQBECORR": "d2", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22831	bourret-michel-1947-05-23	{"3a_sports": "618"}	{"ertel": "ES-618"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Bourret", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-05-23", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Michel", "family": "Bourret"}, "birth": {"date": "1947-05-23", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "618", "ENG": "", "MA_": "0", "G_NR": "62", "MA12": "8", "MARS": "22", "NAME": "Bourret", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "5,500", "CSINR": "", "KURTZ": "", "PHAS_": "8,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "23.05.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22832	boutet-yves-1936-12-03	{"3a_sports": "623"}	{"ertel": "ES-623"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Boutet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1936-12-03", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Yves", "family": "Boutet"}, "birth": {"date": "1936-12-03", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "623", "ENG": "", "MA_": "1", "G_NR": "63", "MA12": "6", "MARS": "18", "NAME": "Boutet", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-8,500", "CSINR": "", "KURTZ": "", "PHAS_": "77,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "03.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Yves", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "03.12.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22833	bouvard-bernard-1924-01-18	{"3a_sports": "627"}	{"ertel": "ES-627"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Bouvard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-01-18", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bernard", "family": "Bouvard"}, "birth": {"date": "1924-01-18", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "627", "ENG": "", "MA_": "0", "G_NR": "35", "MA12": "8", "MARS": "22", "NAME": "Bouvard", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "7,400", "CSINR": "", "KURTZ": "", "PHAS_": "84,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Bernard", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.01.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22834	boxberger-jacky-1949-04-16	{"3a_sports": "629"}	{"ertel": "ES-629"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacky", "family": "Boxberger", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-04-16", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jacky", "family": "Boxberger"}, "birth": {"date": "1949-04-16", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "629", "ENG": "", "MA_": "1", "G_NR": "64", "MA12": "6", "MARS": "18", "NAME": "Boxberger", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-6,300", "CSINR": "", "KURTZ": "", "PHAS_": "88,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "16.04.", "ZITATE": "DT", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jacky", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "16.04.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22835	bozon-michel-1950-07-06	{"3a_sports": "634"}	{"ertel": "ES-634"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Bozon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1950-07-06", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"sex": "M", "name": {"given": "Michel", "family": "Bozon"}, "birth": {"date": "1950-07-06", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "634", "ENG": "", "MA_": "1", "G_NR": "65", "MA12": "7", "MARS": "20", "NAME": "Bozon", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "61,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "06.07.1950", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22837	brach-adelchi-1928-05-01	{"3a_sports": "636"}	{"ertel": "ES-636"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adelchi", "family": "Brach", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-05-01", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Adelchi", "family": "Brach"}, "birth": {"date": "1928-05-01", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "636", "ENG": "", "MA_": "1", "G_NR": "93", "MA12": "5", "MARS": "13", "NAME": "Brach", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "7,300", "CSINR": "", "KURTZ": "", "PHAS_": "87,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Adelchi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.05.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22838	braet-robert-1912-02-11	{"3a_sports": "641"}	{"cpara": "CP-*14", "ertel": "ES-641"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Braet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1912-02-11", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Robert", "family": "Braet"}, "birth": {"date": "1912-02-11", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "641", "ENG": "", "MA_": "0", "G_NR": "14", "MA12": "3", "MARS": "8", "NAME": "Braet", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "-9,700", "CSINR": "", "KURTZ": "", "PHAS_": "40,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "11.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 14", "VORNAME": "Robert", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.02.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22840	braglia-eriberto-1919-09-24	{"3a_sports": "644"}	{"ertel": "ES-644"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eriberto", "family": "Braglia", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-09-24", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Eriberto", "family": "Braglia"}, "birth": {"date": "1919-09-24", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "644", "ENG": "", "MA_": "0", "G_NR": "94", "MA12": "8", "MARS": "22", "NAME": "Braglia", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-1,500", "CSINR": "", "KURTZ": "", "PHAS_": "0,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "24.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Eriberto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.09.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22841	braglia-ranato-1920-04-08	{"3a_sports": "645"}	{"ertel": "ES-645"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ranato", "family": "Braglia", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-04-08", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ranato", "family": "Braglia"}, "birth": {"date": "1920-04-08", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "645", "ENG": "", "MA_": "1", "G_NR": "91", "MA12": "10", "MARS": "29", "NAME": "Braglia", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-6,800", "CSINR": "", "KURTZ": "", "PHAS_": "81,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "08.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ranato", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.04.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22842	brancaleoni-ivo-1931-11-23	{"3a_sports": "648"}	{"ertel": "ES-648"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ivo", "family": "Brancaleoni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-11-23", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ivo", "family": "Brancaleoni"}, "birth": {"date": "1931-11-23", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "648", "ENG": "", "MA_": "1", "G_NR": "92", "MA12": "9", "MARS": "26", "NAME": "Brancaleoni", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "4,900", "CSINR": "", "KURTZ": "", "PHAS_": "95,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "23.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ivo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.11.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22843	brandimarte-ii-aldo-1923-09-04	{"3a_sports": "649"}	{"ertel": "ES-649"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Brandimarte II", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1923-09-04", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Aldo", "family": "Brandimarte II"}, "birth": {"date": "1923-09-04", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "649", "ENG": "", "MA_": "0", "G_NR": "95", "MA12": "12", "MARS": "34", "NAME": "Brandimarte II", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,700", "CSINR": "", "KURTZ": "", "PHAS_": "45,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "04.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Aldo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.09.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22844	brandolin-marco-1922-09-13	{"3a_sports": "650"}	{"ertel": "ES-650"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marco", "family": "Brandolin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-09-13", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Marco", "family": "Brandolin"}, "birth": {"date": "1922-09-13", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "650", "ENG": "", "MA_": "1", "G_NR": "96", "MA12": "5", "MARS": "14", "NAME": "Brandolin", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,100", "CSINR": "", "KURTZ": "", "PHAS_": "64,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "13.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Marco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.09.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22847	brazes-noel-1920-12-18	{"3a_sports": "657"}	{"ertel": "ES-657"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Noel", "family": "Brazes", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-12-18", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Noel", "family": "Brazes"}, "birth": {"date": "1920-12-18", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "657", "ENG": "", "MA_": "0", "G_NR": "39", "MA12": "12", "MARS": "34", "NAME": "Brazes", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "9,500", "CSINR": "", "KURTZ": "", "PHAS_": "44,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Noel", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.12.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22848	brechenmacher-georg-1896-06-06	{"3a_sports": "658"}	{"ertel": "ES-658"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georg", "family": "Brechenmacher", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1896-06-06", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Georg", "family": "Brechenmacher"}, "birth": {"date": "1896-06-06", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "658", "ENG": "", "MA_": "0", "G_NR": "20", "MA12": "6", "MARS": "16", "NAME": "Brechenmacher", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-8,700", "CSINR": "", "KURTZ": "", "PHAS_": "25,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "06.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Georg", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.06.1896", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22850	breny-claude-1932-01-10	{"3a_sports": "665"}	{"ertel": "ES-665"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Breny", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-01-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Claude", "family": "Breny"}, "birth": {"date": "1932-01-10", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "665", "ENG": "", "MA_": "0", "G_NR": "67", "MA12": "12", "MARS": "34", "NAME": "Breny", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "3,300", "CSINR": "", "KURTZ": "", "PHAS_": "4,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Claude", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "10.01.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22853	brodin-claude-1934-07-30	{"3a_sports": "679"}	{"ertel": "ES-679"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Brodin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-07-30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Claude", "family": "Brodin"}, "birth": {"date": "1934-07-30", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "679", "ENG": "1", "MA_": "2", "G_NR": "69", "MA12": "1", "MARS": "2", "NAME": "Brodin", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-7,900", "CSINR": "", "KURTZ": "", "PHAS_": "83,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "30.07.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Claude", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "30.07.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FENC", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22849	brechu-henri-1947-12-01	{"3a_sports": "659", "cfepp-final3": "973"}	{"cfepp": "CF-973", "ertel": "ES-659"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Brechu", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-12-01 08:00", "note": null, "place": {"c1": null, "c2": "05", "c3": "", "cy": "FR", "lg": -6.08, "lat": 44.56, "name": "GAP", "geoid": null}, "notime": null, "date-ut": "1947-12-01 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"sex": "M", "name": {"given": "Henri", "family": "Brechu"}, "birth": {"date": "1947-12-01", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "659", "ENG": "1", "MA_": "2", "G_NR": "66", "MA12": "4", "MARS": "12", "NAME": "Brechu", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-5,800", "CSINR": "", "KURTZ": "", "PHAS_": "90,500", "STUND": "", "CFEPNR": "973", "EXTEND": "1", "NATION": "FRA", "TAGMON": "01.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "01.12.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1947-12-01 08:00", "place": {"c2": "05", "c3": "", "cy": "FR", "lg": -6.08, "lat": 44.56, "name": "GAP"}, "date-ut": "1947-12-01 07:00"}, "occus": ["skier"], "ids-in-sources": {"cfepp-final3": "973"}}, "raw": {"S": "4", "LT": "08 00", "LV": "I", "TR": "f", "UT": "07 00", "LAT": "+44.56", "SRC": "L", "LONG": "-06.08", "NAME": "BRECHU Henri", "SPORT": "Skiing", "LOC_DATE": "1947 12 01", "UNIV_DATE": "1947 12 01", "BIRTH_PLACE": "GAP", "POSTAL_CODE": "05007 CEDEX"}, "date": "2023-08-20T14:46:16+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22851	brichant-jean-1911-07-29	{"3a_sports": "668"}	{"cpara": "CP-*19", "ertel": "ES-668"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Brichant", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1911-07-29", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean", "family": "Brichant"}, "birth": {"date": "1911-07-29", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "668", "ENG": "", "MA_": "0", "G_NR": "19", "MA12": "3", "MARS": "7", "NAME": "Brichant", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "6,700", "CSINR": "", "KURTZ": "", "PHAS_": "13,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "29.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 19", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.07.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22855	brotto-luigi-1934-12-18	{"3a_sports": "682"}	{"ertel": "ES-682"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Brotto", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-12-18", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luigi", "family": "Brotto"}, "birth": {"date": "1934-12-18", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "682", "ENG": "", "MA_": "1", "G_NR": "97", "MA12": "2", "MARS": "5", "NAME": "Brotto", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "6,600", "CSINR": "", "KURTZ": "", "PHAS_": "91,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "18.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.12.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22857	brucato-jean-pierre-1944-04-07	{"3a_sports": "689"}	{"ertel": "ES-689"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Pierre", "family": "Brucato", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1944-04-07", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean Pierre", "family": "Brucato"}, "birth": {"date": "1944-04-07", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "689", "ENG": "", "MA_": "0", "G_NR": "72", "MA12": "11", "MARS": "32", "NAME": "Brucato", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "3,900", "CSINR": "", "KURTZ": "", "PHAS_": "97,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean Pierre", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "07.04.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22858	brugola-luigi-1930-08-03	{"3a_sports": "691"}	{"ertel": "ES-691"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Brugola", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-08-03", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luigi", "family": "Brugola"}, "birth": {"date": "1930-08-03", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "691", "ENG": "", "MA_": "1", "G_NR": "98", "MA12": "2", "MARS": "5", "NAME": "Brugola", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "10,100", "CSINR": "", "KURTZ": "", "PHAS_": "65,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "03.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.08.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22854	brodin-jacques-1946-12-22	{"3a_sports": "680", "cfepp-final3": "389"}	{"cfepp": "CF-389", "ertel": "ES-680"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Brodin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-12-22 19:45", "note": null, "place": {"c1": null, "c2": "27", "c3": "", "cy": "FR", "lg": -1.42, "lat": 49.25, "name": "LES ANDELYS", "geoid": null}, "notime": null, "date-ut": "1946-12-22 18:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jacques", "family": "Brodin"}, "birth": {"date": "1946-12-22", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "680", "ENG": "", "MA_": "1", "G_NR": "70", "MA12": "7", "MARS": "21", "NAME": "Brodin", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-3,600", "CSINR": "", "KURTZ": "", "PHAS_": "2,100", "STUND": "", "CFEPNR": "389", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.12.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "22.12.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FENC", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1946-12-22 19:45", "place": {"c2": "27", "c3": "", "cy": "FR", "lg": -1.42, "lat": 49.25, "name": "LES ANDELYS"}, "date-ut": "1946-12-22 18:45"}, "occus": ["fencer"], "ids-in-sources": {"cfepp-final3": "389"}}, "raw": {"S": "7", "LT": "19 45", "LV": "FI", "TR": "f", "UT": "18 45", "LAT": "+49.25", "SRC": "L", "LONG": "-01.42", "NAME": "BRODIN Jacques", "SPORT": "Fencing", "LOC_DATE": "1946 12 22", "UNIV_DATE": "1946 12 22", "BIRTH_PLACE": "LES ANDELYS", "POSTAL_CODE": "27700"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22859	brule-andre-1922-02-04	{"3a_sports": "692"}	{"ertel": "ES-692"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Brule", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-02-04", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "André", "family": "Brule"}, "birth": {"date": "1922-02-04", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "692", "ENG": "", "MA_": "0", "G_NR": "73", "MA12": "8", "MARS": "24", "NAME": "Brule", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "9,200", "CSINR": "", "KURTZ": "", "PHAS_": "38,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.02.", "ZITATE": "DOY", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "04.02.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22860	brutscher-toni-1925-11-15	{"3a_sports": "701"}	{"ertel": "ES-701"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Toni", "family": "Brutscher", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-11-15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"sex": "M", "name": {"given": "Toni", "family": "Brutscher"}, "birth": {"date": "1925-11-15", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "701", "ENG": "", "MA_": "1", "G_NR": "23", "MA12": "7", "MARS": "20", "NAME": "Brutscher", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-4,100", "CSINR": "", "KURTZ": "", "PHAS_": "2,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "15.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Toni", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.11.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SKII", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22862	bruzy-joseph-1949-06-10	{"3a_sports": "703"}	{"ertel": "ES-703"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Bruzy", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-06-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Joseph", "family": "Bruzy"}, "birth": {"date": "1949-06-10", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "703", "ENG": "", "MA_": "0", "G_NR": "75", "MA12": "9", "MARS": "25", "NAME": "Bruzy", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "3,600", "CSINR": "", "KURTZ": "", "PHAS_": "98,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Joseph", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "10.06.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22863	buchgeister-heinrich-1891-03-03	{"3a_sports": "707"}	{"ertel": "ES-707"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Buchgeister", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1891-03-03", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Heinrich", "family": "Buchgeister"}, "birth": {"date": "1891-03-03", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "707", "ENG": "", "MA_": "1", "G_NR": "7", "MA12": "2", "MARS": "4", "NAME": "Buchgeister", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-9,800", "CSINR": "", "KURTZ": "", "PHAS_": "58,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "03.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Heinrich", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.03.1891", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22865	buchmann-otto-1886-04-10	{"3a_sports": "710"}	{"ertel": "ES-710"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Buchmann", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1886-04-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Otto", "family": "Buchmann"}, "birth": {"date": "1886-04-10", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "710", "ENG": "0", "MA_": "2", "G_NR": "67", "MA12": "3", "MARS": "9", "NAME": "Buchmann", "PUBL": "U", "QUEL": "GMING", "AUFAB": "9,600", "CSINR": "", "KURTZ": "", "PHAS_": "29,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "GER", "TAGMON": "10.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Otto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.04.1886", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22866	buchner-fischer-mirl-1924-02-16	{"3a_sports": "711"}	{"ertel": "ES-711"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mirl", "family": "Buchner-Fischer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-02-16", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"sex": "M", "name": {"given": "Mirl", "family": "Buchner-Fischer"}, "birth": {"date": "1924-02-16", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "711", "ENG": "1", "MA_": "2", "G_NR": "39", "MA12": "1", "MARS": "2", "NAME": "Buchner-Fischer", "PUBL": "U", "QUEL": "GMING", "AUFAB": "8,400", "CSINR": "", "KURTZ": "", "PHAS_": "78,400", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "GER", "TAGMON": "16.02.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Mirl", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "16.02.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SKII", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22868	bulgarelli-spastaco-1920-08-15	{"3a_sports": "721"}	{"ertel": "ES-721"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Spastaco", "family": "Bulgarelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-08-15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Spastaco", "family": "Bulgarelli"}, "birth": {"date": "1920-08-15", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "721", "ENG": "", "MA_": "0", "G_NR": "99", "MA12": "3", "MARS": "7", "NAME": "Bulgarelli", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "1,000", "CSINR": "", "KURTZ": "", "PHAS_": "1,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "15.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Spastaco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.08.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22867	buck-adolphe-de-1920-02-01	{"3a_sports": "712"}	{"cpara": "CP-*53", "ertel": "ES-712"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe (de)", "family": "Buck", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-02-01", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Adolphe (de)", "family": "Buck"}, "birth": {"date": "1920-02-01", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "712", "ENG": "", "MA_": "1", "G_NR": "53", "MA12": "5", "MARS": "13", "NAME": "Buck", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "9,300", "CSINR": "", "KURTZ": "", "PHAS_": "85,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "01.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 53", "VORNAME": "Adolphe (de)", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.02.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22869	buonomo-andre-lucien-1950-01-22	{"3a_sports": "723"}	{"ertel": "ES-723"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André Lucien", "family": "Buonomo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1950-01-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "André Lucien", "family": "Buonomo"}, "birth": {"date": "1950-01-22", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "723", "ENG": "", "MA_": "1", "G_NR": "77", "MA12": "10", "MARS": "30", "NAME": "Buonomo", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "6,200", "CSINR": "", "KURTZ": "", "PHAS_": "14,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "André Lucien", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "22.01.1950", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22871	burelli-gughelius-1936-06-30	{"3a_sports": "727"}	{"ertel": "ES-727"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gughelius", "family": "Burelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1936-06-30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gughelius", "family": "Burelli"}, "birth": {"date": "1936-06-30", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "727", "ENG": "", "MA_": "1", "G_NR": "100", "MA12": "5", "MARS": "13", "NAME": "Burelli", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "8,300", "CSINR": "", "KURTZ": "", "PHAS_": "78,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "30.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gughelius", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.06.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22872	burgas-guy-1931-10-03	{"3a_sports": "729"}	{"ertel": "ES-729"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Burgas", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-10-03", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Guy", "family": "Burgas"}, "birth": {"date": "1931-10-03", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "729", "ENG": "", "MA_": "0", "G_NR": "40", "MA12": "6", "MARS": "16", "NAME": "Burgas", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-8,700", "CSINR": "", "KURTZ": "", "PHAS_": "68,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "03.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Guy", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.10.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22873	burgbacher-oskar-1925-12-10	{"3a_sports": "730"}	{"ertel": "ES-730"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oskar", "family": "Burgbacher", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-12-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"sex": "M", "name": {"given": "Oskar", "family": "Burgbacher"}, "birth": {"date": "1925-12-10", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "730", "ENG": "1", "MA_": "2", "G_NR": "71", "MA12": "1", "MARS": "1", "NAME": "Burgbacher", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-9,700", "CSINR": "", "KURTZ": "", "PHAS_": "35,700", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "GER", "TAGMON": "10.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Oskar", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.12.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SKII", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22874	burkhard-andre-1950-11-06	{"3a_sports": "734"}	{"ertel": "ES-734"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Burkhard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1950-11-06", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "André", "family": "Burkhard"}, "birth": {"date": "1950-11-06", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "734", "ENG": "", "MA_": "1", "G_NR": "79", "MA12": "9", "MARS": "26", "NAME": "Burkhard", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "20,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.11.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "06.11.1950", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22875	busch-christian-1880-01-08	{"3a_sports": "744"}	{"ertel": "ES-744"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Busch", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1880-01-08", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Christian", "family": "Busch"}, "birth": {"date": "1880-01-08", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "744", "ENG": "0", "MA_": "2", "G_NR": "52", "MA12": "12", "MARS": "36", "NAME": "Busch", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-10,30", "CSINR": "", "KURTZ": "", "PHAS_": "20,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "GER", "TAGMON": "08.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Christian", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.01.1880", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22876	busnelli-onozio-1927-03-28	{"3a_sports": "747"}	{"ertel": "ES-747"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Onozio", "family": "Busnelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-03-28", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Onozio", "family": "Busnelli"}, "birth": {"date": "1927-03-28", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "747", "ENG": "1", "MA_": "2", "G_NR": "101", "MA12": "4", "MARS": "10", "NAME": "Busnelli", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-10,60", "CSINR": "", "KURTZ": "", "PHAS_": "34,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "28.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Onozio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.03.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22877	bussi-livio-1917-07-02	{"3a_sports": "748"}	{"ertel": "ES-748"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Livio", "family": "Bussi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1917-07-02", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Livio", "family": "Bussi"}, "birth": {"date": "1917-07-02", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "748", "ENG": "1", "MA_": "2", "G_NR": "102", "MA12": "4", "MARS": "12", "NAME": "Bussi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "7,700", "CSINR": "", "KURTZ": "", "PHAS_": "89,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "02.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Livio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.07.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22878	busto-emmanuel-1932-10-01	{"3a_sports": "749"}	{"ertel": "ES-749"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emmanuel", "family": "Busto", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-10-01", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Emmanuel", "family": "Busto"}, "birth": {"date": "1932-10-01", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "749", "ENG": "", "MA_": "1", "G_NR": "41", "MA12": "7", "MARS": "20", "NAME": "Busto", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "0,800", "CSINR": "", "KURTZ": "", "PHAS_": "0,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.10.", "ZITATE": "Y", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Emmanuel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "01.10.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22879	butel-henri-1920-07-09	{"3a_sports": "750"}	{"ertel": "ES-750"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Butel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-07-09", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rower"]	5	null	[{"new": {"sex": "M", "name": {"given": "Henri", "family": "Butel"}, "birth": {"date": "1920-07-09", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "750", "ENG": "", "MA_": "1", "G_NR": "42", "MA12": "7", "MARS": "21", "NAME": "Butel", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-10,50", "CSINR": "", "KURTZ": "", "PHAS_": "52,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "09.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.07.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "ROWI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22880	buthe-pieper-franz-1910-08-30	{"3a_sports": "751"}	{"ertel": "ES-751"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Buthe-Pieper", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1910-08-30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Franz", "family": "Buthe-Pieper"}, "birth": {"date": "1910-08-30", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "751", "ENG": "", "MA_": "0", "G_NR": "66", "MA12": "3", "MARS": "7", "NAME": "Buthe-Pieper", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-10,10", "CSINR": "", "KURTZ": "", "PHAS_": "24,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "30.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Franz", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.08.1910", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22882	buzzegoli-ivo-1919-09-29	{"3a_sports": "762"}	{"ertel": "ES-762"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ivo", "family": "Buzzegoli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-09-29", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ivo", "family": "Buzzegoli"}, "birth": {"date": "1919-09-29", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "762", "ENG": "", "MA_": "1", "G_NR": "103", "MA12": "2", "MARS": "5", "NAME": "Buzzegoli", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "7,000", "CSINR": "", "KURTZ": "", "PHAS_": "20,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "29.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ivo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.09.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22881	buyle-fernand-1918-03-03	{"3a_sports": "755"}	{"cpara": "CP-*5", "ertel": "ES-755"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Buyle", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-03-03", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Fernand", "family": "Buyle"}, "birth": {"date": "1918-03-03", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "755", "ENG": "", "MA_": "0", "G_NR": "5", "MA12": "8", "MARS": "23", "NAME": "Buyle", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "-7,200", "CSINR": "", "KURTZ": "", "PHAS_": "78,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "03.03.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "*  5", "VORNAME": "Fernand", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "03.03.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22884	cacciari-paolo-1919-06-14	{"3a_sports": "767"}	{"ertel": "ES-767"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paolo", "family": "Cacciari", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-06-14", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Paolo", "family": "Cacciari"}, "birth": {"date": "1919-06-14", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "767", "ENG": "", "MA_": "0", "G_NR": "104", "MA12": "8", "MARS": "23", "NAME": "Cacciari", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "0,300", "CSINR": "", "KURTZ": "", "PHAS_": "99,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "14.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Paolo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.06.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22885	caceffo-ferruccio-1935-06-06	{"3a_sports": "768"}	{"ertel": "ES-768"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferruccio", "family": "Caceffo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1935-06-06", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ferruccio", "family": "Caceffo"}, "birth": {"date": "1935-06-06", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "768", "ENG": "", "MA_": "1", "G_NR": "105", "MA12": "9", "MARS": "26", "NAME": "Caceffo", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "7,400", "CSINR": "", "KURTZ": "", "PHAS_": "21,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "06.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ferruccio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.06.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22886	cadario-aldo-1918-08-12	{"3a_sports": "770"}	{"ertel": "ES-770"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Cadario", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-08-12", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Aldo", "family": "Cadario"}, "birth": {"date": "1918-08-12", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "770", "ENG": "1", "MA_": "2", "G_NR": "106", "MA12": "4", "MARS": "12", "NAME": "Cadario", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "7,500", "CSINR": "", "KURTZ": "", "PHAS_": "23,300", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "12.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Aldo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.08.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22888	calle-joseph-1945-02-12	{"3a_sports": "783"}	{"ertel": "ES-783"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Calle", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1945-02-12", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Joseph", "family": "Calle"}, "birth": {"date": "1945-02-12", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "783", "ENG": "", "MA_": "1", "G_NR": "81", "MA12": "10", "MARS": "28", "NAME": "Calle", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-3,300", "CSINR": "", "KURTZ": "", "PHAS_": "0,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Joseph", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "12.02.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22889	callegari-s-gino-ferrez-1911-04-14	{"3a_sports": "784"}	{"ertel": "ES-784"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gino Ferrez", "family": "Callegari(S)", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1911-04-14", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gino Ferrez", "family": "Callegari(S)"}, "birth": {"date": "1911-04-14", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "784", "ENG": "", "MA_": "0", "G_NR": "107", "MA12": "8", "MARS": "22", "NAME": "Callegari(S)", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "0,200", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "14.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gino Ferrez", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.04.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22890	calleja-guy-1938-05-29	{"3a_sports": "785"}	{"ertel": "ES-785"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Calleja", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1938-05-29", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Guy", "family": "Calleja"}, "birth": {"date": "1938-05-29", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "785", "ENG": "1", "MA_": "2", "G_NR": "82", "MA12": "4", "MARS": "11", "NAME": "Calleja", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-3,100", "CSINR": "", "KURTZ": "", "PHAS_": "0,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "29.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Guy", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "29.05.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22891	calzolai-renato-1914-02-12	{"3a_sports": "789"}	{"ertel": "ES-789"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renato", "family": "Calzolai", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-02-12", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Renato", "family": "Calzolai"}, "birth": {"date": "1914-02-12", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "789", "ENG": "", "MA_": "1", "G_NR": "108", "MA12": "2", "MARS": "6", "NAME": "Calzolai", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-2,200", "CSINR": "", "KURTZ": "", "PHAS_": "97,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "12.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Renato", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.02.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22892	camiade-daniel-1940-04-09	{"3a_sports": "797"}	{"ertel": "ES-797"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "Camiade", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-04-09", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Daniel", "family": "Camiade"}, "birth": {"date": "1940-04-09", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "797", "ENG": "", "MA_": "1", "G_NR": "83", "MA12": "9", "MARS": "26", "NAME": "Camiade", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "1,200", "CSINR": "", "KURTZ": "", "PHAS_": "1,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "09.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Daniel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "09.04.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22893	camolese-bruno-1914-12-27	{"3a_sports": "799"}	{"ertel": "ES-799"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Camolese", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-12-27", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bruno", "family": "Camolese"}, "birth": {"date": "1914-12-27", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "799", "ENG": "", "MA_": "1", "G_NR": "109", "MA12": "11", "MARS": "31", "NAME": "Camolese", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "8,600", "CSINR": "", "KURTZ": "", "PHAS_": "74,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "27.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bruno", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.12.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22894	campagnoli-cesare-1934-02-10	{"3a_sports": "801"}	{"ertel": "ES-801"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cesare", "family": "Campagnoli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-02-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Cesare", "family": "Campagnoli"}, "birth": {"date": "1934-02-10", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "801", "ENG": "", "MA_": "0", "G_NR": "110", "MA12": "3", "MARS": "7", "NAME": "Campagnoli", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-10,30", "CSINR": "", "KURTZ": "", "PHAS_": "22,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "10.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Cesare", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.02.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22895	campana-sergio-1934-08-01	{"3a_sports": "803"}	{"ertel": "ES-803"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sergio", "family": "Campana", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-08-01", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Sergio", "family": "Campana"}, "birth": {"date": "1934-08-01", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "803", "ENG": "", "MA_": "1", "G_NR": "111", "MA12": "2", "MARS": "6", "NAME": "Campana", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-10,30", "CSINR": "", "KURTZ": "", "PHAS_": "63,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Sergio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.08.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22897	camurati-natale-1915-12-23	{"3a_sports": "807"}	{"ertel": "ES-807"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Natale", "family": "Camurati", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1915-12-23", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Natale", "family": "Camurati"}, "birth": {"date": "1915-12-23", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "807", "ENG": "", "MA_": "1", "G_NR": "112", "MA12": "7", "MARS": "20", "NAME": "Camurati", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-1,600", "CSINR": "", "KURTZ": "", "PHAS_": "98,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "23.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Natale", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.12.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22898	camus-daniele-1952-03-04	{"3a_sports": "808"}	{"ertel": "ES-808"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniele", "family": "Camus", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1952-03-04", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Daniele", "family": "Camus"}, "birth": {"date": "1952-03-04", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "808", "ENG": "", "MA_": "1", "G_NR": "85", "MA12": "2", "MARS": "4", "NAME": "Camus", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "9,800", "CSINR": "", "KURTZ": "", "PHAS_": "54,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Daniele", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "04.03.1952", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22899	canali-franco-1926-01-15	{"3a_sports": "809"}	{"ertel": "ES-809"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franco", "family": "Canali", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-01-15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Franco", "family": "Canali"}, "birth": {"date": "1926-01-15", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "809", "ENG": "", "MA_": "0", "G_NR": "115", "MA12": "11", "MARS": "32", "NAME": "Canali", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "0,700", "CSINR": "", "KURTZ": "", "PHAS_": "0,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "15.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Franco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.01.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22901	candiani-eurico-1918-09-29	{"3a_sports": "811"}	{"ertel": "ES-811"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eurico", "family": "Candiani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-09-29", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Eurico", "family": "Candiani"}, "birth": {"date": "1918-09-29", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "811", "ENG": "", "MA_": "1", "G_NR": "113", "MA12": "9", "MARS": "27", "NAME": "Candiani", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-10,00", "CSINR": "", "KURTZ": "", "PHAS_": "31,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "29.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Eurico", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.09.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22902	capacci-maide-1926-06-09	{"3a_sports": "815"}	{"ertel": "ES-815"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maide", "family": "Capacci", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-06-09", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Maide", "family": "Capacci"}, "birth": {"date": "1926-06-09", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "815", "ENG": "", "MA_": "0", "G_NR": "116", "MA12": "6", "MARS": "17", "NAME": "Capacci", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-4,300", "CSINR": "", "KURTZ": "", "PHAS_": "2,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "09.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Maide", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.06.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22903	capocasale-francesco-1916-08-25	{"3a_sports": "819"}	{"ertel": "ES-819"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Capocasale", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1916-08-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Francesco", "family": "Capocasale"}, "birth": {"date": "1916-08-25", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "819", "ENG": "1", "MA_": "2", "G_NR": "117", "MA12": "4", "MARS": "10", "NAME": "Capocasale", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-6,900", "CSINR": "", "KURTZ": "", "PHAS_": "12,300", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "25.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Francesco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.08.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22904	cappellaro-renzo-1937-05-12	{"3a_sports": "820"}	{"ertel": "ES-820"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renzo", "family": "Cappellaro", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1937-05-12", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Renzo", "family": "Cappellaro"}, "birth": {"date": "1937-05-12", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "820", "ENG": "", "MA_": "1", "G_NR": "118", "MA12": "7", "MARS": "19", "NAME": "Cappellaro", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "2,900", "CSINR": "", "KURTZ": "", "PHAS_": "3,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "12.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Renzo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.05.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22905	cappelli-giovanni-1920-02-12	{"3a_sports": "821"}	{"ertel": "ES-821"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Cappelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-02-12", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giovanni", "family": "Cappelli"}, "birth": {"date": "1920-02-12", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "821", "ENG": "", "MA_": "1", "G_NR": "119", "MA12": "7", "MARS": "21", "NAME": "Cappelli", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "48,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "12.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giovanni", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.02.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22906	cappellini-renato-1914-08-02	{"3a_sports": "822"}	{"ertel": "ES-822"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renato", "family": "Cappellini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-08-02", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Renato", "family": "Cappellini"}, "birth": {"date": "1914-08-02", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "822", "ENG": "", "MA_": "1", "G_NR": "120", "MA12": "9", "MARS": "26", "NAME": "Cappellini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "81,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "02.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Renato", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.08.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22907	cappellini-rinaldo-1926-07-17	{"3a_sports": "823"}	{"ertel": "ES-823"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rinaldo", "family": "Cappellini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-07-17", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Rinaldo", "family": "Cappellini"}, "birth": {"date": "1926-07-17", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "823", "ENG": "", "MA_": "1", "G_NR": "121", "MA12": "2", "MARS": "5", "NAME": "Cappellini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "9,200", "CSINR": "", "KURTZ": "", "PHAS_": "39,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "17.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Rinaldo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.07.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22908	capra-bruno-1937-08-13	{"3a_sports": "825"}	{"ertel": "ES-825"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Capra", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1937-08-13", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bruno", "family": "Capra"}, "birth": {"date": "1937-08-13", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "825", "ENG": "", "MA_": "0", "G_NR": "122", "MA12": "8", "MARS": "22", "NAME": "Capra", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "9,300", "CSINR": "", "KURTZ": "", "PHAS_": "39,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "13.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bruno", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.08.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22909	capri-emilio-1917-11-21	{"3a_sports": "827"}	{"ertel": "ES-827"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emilio", "family": "Capri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1917-11-21", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Emilio", "family": "Capri"}, "birth": {"date": "1917-11-21", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "827", "ENG": "", "MA_": "1", "G_NR": "114", "MA12": "12", "MARS": "35", "NAME": "Capri", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "10,600", "CSINR": "", "KURTZ": "", "PHAS_": "39,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "21.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Emilio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.11.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22910	caprili-analdo-1920-09-10	{"3a_sports": "828"}	{"ertel": "ES-828"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Analdo", "family": "Caprili", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-09-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Analdo", "family": "Caprili"}, "birth": {"date": "1920-09-10", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "828", "ENG": "", "MA_": "1", "G_NR": "123", "MA12": "11", "MARS": "31", "NAME": "Caprili", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-7,600", "CSINR": "", "KURTZ": "", "PHAS_": "8,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "10.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Analdo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.09.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22911	capucci-grancarlo-1931-01-08	{"3a_sports": "830"}	{"ertel": "ES-830"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Grancarlo", "family": "Capucci", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-01-08", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Grancarlo", "family": "Capucci"}, "birth": {"date": "1931-01-08", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "830", "ENG": "", "MA_": "1", "G_NR": "124", "MA12": "7", "MARS": "20", "NAME": "Capucci", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-7,700", "CSINR": "", "KURTZ": "", "PHAS_": "83,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "08.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Grancarlo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.01.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22912	caracciolo-antonio-1917-01-29	{"3a_sports": "833"}	{"ertel": "ES-833"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Caracciolo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1917-01-29", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Antonio", "family": "Caracciolo"}, "birth": {"date": "1917-01-29", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "833", "ENG": "0", "MA_": "2", "G_NR": "128", "MA12": "3", "MARS": "9", "NAME": "Caracciolo", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "10,400", "CSINR": "", "KURTZ": "", "PHAS_": "39,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "29.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Antonio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.01.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22913	carasso-walter-1922-03-24	{"3a_sports": "837"}	{"ertel": "ES-837"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Carasso", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-03-24", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Walter", "family": "Carasso"}, "birth": {"date": "1922-03-24", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "837", "ENG": "", "MA_": "0", "G_NR": "125", "MA12": "8", "MARS": "22", "NAME": "Carasso", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-7,800", "CSINR": "", "KURTZ": "", "PHAS_": "17,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "24.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Walter", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.03.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22914	carello-luigi-1928-10-29	{"3a_sports": "842"}	{"ertel": "ES-842"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Carello", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-10-29", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luigi", "family": "Carello"}, "birth": {"date": "1928-10-29", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "842", "ENG": "", "MA_": "1", "G_NR": "129", "MA12": "11", "MARS": "31", "NAME": "Carello", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "1,400", "CSINR": "", "KURTZ": "", "PHAS_": "100,00", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "29.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.10.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22916	carlini-alessandro-1919-07-11	{"3a_sports": "846"}	{"ertel": "ES-846"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alessandro", "family": "Carlini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-07-11", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alessandro", "family": "Carlini"}, "birth": {"date": "1919-07-11", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "846", "ENG": "1", "MA_": "2", "G_NR": "126", "MA12": "1", "MARS": "2", "NAME": "Carlini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "5,000", "CSINR": "", "KURTZ": "", "PHAS_": "95,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "11.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Alessandro", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.07.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22917	carlini-rino-1933-02-23	{"3a_sports": "847"}	{"ertel": "ES-847"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rino", "family": "Carlini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-02-23", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Rino", "family": "Carlini"}, "birth": {"date": "1933-02-23", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "847", "ENG": "", "MA_": "1", "G_NR": "127", "MA12": "6", "MARS": "18", "NAME": "Carlini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-4,900", "CSINR": "", "KURTZ": "", "PHAS_": "2,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "23.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Rino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.02.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22918	carminati-italo-1935-05-04	{"3a_sports": "848"}	{"ertel": "ES-848"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Italo", "family": "Carminati", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1935-05-04", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Italo", "family": "Carminati"}, "birth": {"date": "1935-05-04", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "848", "ENG": "", "MA_": "1", "G_NR": "130", "MA12": "7", "MARS": "19", "NAME": "Carminati", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "1,500", "CSINR": "", "KURTZ": "", "PHAS_": "1,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "04.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Italo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.05.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22922	carradori-franco-1934-04-24	{"3a_sports": "858"}	{"ertel": "ES-858"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franco", "family": "Carradori", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-04-24", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Franco", "family": "Carradori"}, "birth": {"date": "1934-04-24", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "858", "ENG": "", "MA_": "1", "G_NR": "131", "MA12": "7", "MARS": "20", "NAME": "Carradori", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "9,200", "CSINR": "", "KURTZ": "", "PHAS_": "69,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "24.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Franco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.04.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22923	carraro-guerrilco-1921-12-23	{"3a_sports": "861"}	{"ertel": "ES-861"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guerrilco", "family": "Carraro", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-12-23", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Guerrilco", "family": "Carraro"}, "birth": {"date": "1921-12-23", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "861", "ENG": "", "MA_": "0", "G_NR": "132", "MA12": "5", "MARS": "15", "NAME": "Carraro", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-11,00", "CSINR": "", "KURTZ": "", "PHAS_": "37,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "23.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Guerrilco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.12.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22921	caron-lucien-1916-12-16	{"3a_sports": "853", "cfepp-final3": "838"}	{"cfepp": "CF-838", "ertel": "ES-853"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Caron", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1916-12-16 03:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": -4.83, "lat": 45.75, "name": "LYON", "geoid": null}, "notime": null, "date-ut": "1916-12-16 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Lucien", "family": "Caron"}, "birth": {"date": "1916-12-03", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "853", "ENG": "", "MA_": "1", "G_NR": "88", "MA12": "10", "MARS": "30", "NAME": "Caron", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "11,100", "CSINR": "", "KURTZ": "", "PHAS_": "60,300", "STUND": "", "CFEPNR": "839", "EXTEND": "", "NATION": "FRA", "TAGMON": "03.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Lucien", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "03.12.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "caron-lucien-1916-12-16", "birth": {"date": "1916-12-16 03:00", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": -4.83, "lat": 45.75, "name": "LYON"}, "date-ut": "1916-12-16 03:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "838"}}, "raw": {"S": "10", "LT": "03 00", "LV": "I10", "TR": "f", "UT": "03 00", "LAT": "+45.75", "SRC": "L", "LONG": "-04.83", "NAME": "CARON Lucien", "SPORT": "Rugby Union", "LOC_DATE": "1916 12 16", "UNIV_DATE": "1916 12 16", "BIRTH_PLACE": "LYON", "POSTAL_CODE": "69205 CEDEX  01"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22924	carretto-riccardo-1936-05-08	{"3a_sports": "866"}	{"ertel": "ES-866"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Riccardo", "family": "Carretto", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1936-05-08", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Riccardo", "family": "Carretto"}, "birth": {"date": "1936-05-08", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "866", "ENG": "1", "MA_": "2", "G_NR": "133", "MA12": "4", "MARS": "10", "NAME": "Carretto", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-1,600", "CSINR": "", "KURTZ": "", "PHAS_": "98,200", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "08.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Riccardo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.05.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22925	casalini-corrado-1914-11-02	{"3a_sports": "873"}	{"ertel": "ES-873"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Corrado", "family": "Casalini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-11-02", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Corrado", "family": "Casalini"}, "birth": {"date": "1914-11-02", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "873", "ENG": "", "MA_": "1", "G_NR": "134", "MA12": "9", "MARS": "26", "NAME": "Casalini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "2,600", "CSINR": "", "KURTZ": "", "PHAS_": "99,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "02.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Corrado", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.11.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22926	cassano-luigi-1920-03-26	{"3a_sports": "887"}	{"ertel": "ES-887"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Cassano", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-03-26", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luigi", "family": "Cassano"}, "birth": {"date": "1920-03-26", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "887", "ENG": "0", "MA_": "2", "G_NR": "135", "MA12": "3", "MARS": "9", "NAME": "Cassano", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "10,600", "CSINR": "", "KURTZ": "", "PHAS_": "35,600", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "26.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.03.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22927	castang-bernard-1944-04-09	{"3a_sports": "890"}	{"ertel": "ES-890"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Castang", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1944-04-09", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bernard", "family": "Castang"}, "birth": {"date": "1944-04-09", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "890", "ENG": "", "MA_": "0", "G_NR": "89", "MA12": "3", "MARS": "7", "NAME": "Castang", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "0,400", "CSINR": "", "KURTZ": "", "PHAS_": "99,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "09.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Bernard", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "09.04.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22928	castellini-giuseppe-1918-03-06	{"3a_sports": "892"}	{"ertel": "ES-892"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Castellini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-03-06", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giuseppe", "family": "Castellini"}, "birth": {"date": "1918-03-06", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "892", "ENG": "", "MA_": "1", "G_NR": "136", "MA12": "10", "MARS": "28", "NAME": "Castellini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-10,00", "CSINR": "", "KURTZ": "", "PHAS_": "50,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "06.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giuseppe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.03.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22929	castiau-josiane-1954-10-19	{"3a_sports": "895"}	{"ertel": "ES-895"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Josiane", "family": "Castiau", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1954-10-19", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Josiane", "family": "Castiau"}, "birth": {"date": "1954-10-19", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "895", "ENG": "", "MA_": "1", "G_NR": "90", "MA12": "10", "MARS": "30", "NAME": "Castiau", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-10,80", "CSINR": "", "KURTZ": "", "PHAS_": "48,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "19.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Josiane", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "19.10.1954", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SWIM", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22930	casuzzi-fernando-1924-03-06	{"3a_sports": "898"}	{"ertel": "ES-898"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernando", "family": "Casuzzi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-03-06", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Fernando", "family": "Casuzzi"}, "birth": {"date": "1924-03-06", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "898", "ENG": "", "MA_": "1", "G_NR": "137", "MA12": "7", "MARS": "20", "NAME": "Casuzzi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-0,400", "CSINR": "", "KURTZ": "", "PHAS_": "0,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "06.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Fernando", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.03.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22931	catieau-jose-1946-10-17	{"3a_sports": "899"}	{"ertel": "ES-899"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "José", "family": "Catieau", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-10-17", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "José", "family": "Catieau"}, "birth": {"date": "1946-10-17", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "899", "ENG": "", "MA_": "0", "G_NR": "91", "MA12": "8", "MARS": "24", "NAME": "Catieau", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-11,10", "CSINR": "", "KURTZ": "", "PHAS_": "56,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "José", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "17.10.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22932	cattaneo-luigi-1918-12-10	{"3a_sports": "901"}	{"ertel": "ES-901"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Cattaneo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-12-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luigi", "family": "Cattaneo"}, "birth": {"date": "1918-12-10", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "901", "ENG": "", "MA_": "1", "G_NR": "138", "MA12": "7", "MARS": "19", "NAME": "Cattaneo", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "10,200", "CSINR": "", "KURTZ": "", "PHAS_": "37,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "10.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.12.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22934	cavailhes-gerard-1950-06-09	{"3a_sports": "912"}	{"ertel": "ES-912"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gerard", "family": "Cavailhes", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1950-06-09", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gerard", "family": "Cavailhes"}, "birth": {"date": "1950-06-09", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "912", "ENG": "0", "MA_": "2", "G_NR": "93", "MA12": "12", "MARS": "36", "NAME": "Cavailhes", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,600", "CSINR": "", "KURTZ": "", "PHAS_": "35,400", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "09.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gerard", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "09.06.1950", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22935	cavaille-bernard-1937-08-20	{"3a_sports": "913"}	{"ertel": "ES-913"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Cavaille", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1937-08-20", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bernard", "family": "Cavaille"}, "birth": {"date": "1937-08-20", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "913", "ENG": "", "MA_": "1", "G_NR": "44", "MA12": "10", "MARS": "28", "NAME": "Cavaille", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "5,000", "CSINR": "", "KURTZ": "", "PHAS_": "95,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bernard", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.08.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22936	cavalieri-renato-1927-05-28	{"3a_sports": "914"}	{"ertel": "ES-914"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renato", "family": "Cavalieri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-05-28", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Renato", "family": "Cavalieri"}, "birth": {"date": "1927-05-28", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "914", "ENG": "1", "MA_": "2", "G_NR": "139", "MA12": "4", "MARS": "11", "NAME": "Cavalieri", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-8,600", "CSINR": "", "KURTZ": "", "PHAS_": "11,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "28.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Renato", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.05.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22937	cavalli-filippo-1921-01-29	{"3a_sports": "915"}	{"ertel": "ES-915"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Filippo", "family": "Cavalli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-01-29", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Filippo", "family": "Cavalli"}, "birth": {"date": "1921-01-29", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "915", "ENG": "0", "MA_": "2", "G_NR": "140", "MA12": "12", "MARS": "36", "NAME": "Cavalli", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,600", "CSINR": "", "KURTZ": "", "PHAS_": "68,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "29.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Filippo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.01.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22938	cavazzuti-armando-1929-01-23	{"3a_sports": "917"}	{"ertel": "ES-917"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armando", "family": "Cavazzuti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-01-23", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Armando", "family": "Cavazzuti"}, "birth": {"date": "1929-01-23", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "917", "ENG": "1", "MA_": "2", "G_NR": "141", "MA12": "4", "MARS": "12", "NAME": "Cavazzuti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "7,400", "CSINR": "", "KURTZ": "", "PHAS_": "92,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "23.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Armando", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.01.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22940	cavone-sabino-1923-11-04	{"3a_sports": "922"}	{"ertel": "ES-922"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sabino", "family": "Cavone", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1923-11-04", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Sabino", "family": "Cavone"}, "birth": {"date": "1923-11-04", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "922", "ENG": "1", "MA_": "2", "G_NR": "142", "MA12": "4", "MARS": "10", "NAME": "Cavone", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-10,30", "CSINR": "", "KURTZ": "", "PHAS_": "28,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "04.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Sabino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.11.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22941	cazala-robert-1934-01-07	{"3a_sports": "924", "cfepp-final3": "284"}	{"cfepp": "CF-284", "ertel": "ES-924"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Cazala", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-01-07 16:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": 0.92, "lat": 43.52, "name": "BELLOCQ", "geoid": null}, "notime": null, "date-ut": "1934-01-07 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Robert", "family": "Cazala"}, "birth": {"date": "1934-01-07", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "924", "ENG": "", "MA_": "1", "G_NR": "94", "MA12": "5", "MARS": "14", "NAME": "Cazala", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-8,800", "CSINR": "", "KURTZ": "", "PHAS_": "69,200", "STUND": "", "CFEPNR": "284", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "07.01.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1934-01-07 16:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": 0.92, "lat": 43.52, "name": "BELLOCQ"}, "date-ut": "1934-01-07 16:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "284"}}, "raw": {"S": "5", "LT": "16 00", "LV": "F", "TR": "f", "UT": "16 00", "LAT": "+43.52", "SRC": "L", "LONG": "+00.92", "NAME": "CAZALA Robert", "SPORT": "Cycling", "LOC_DATE": "1934 01 07", "UNIV_DATE": "1934 01 07", "BIRTH_PLACE": "BELLOCQ", "POSTAL_CODE": "64270"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22942	cazaux-henri-1928-09-18	{"3a_sports": "925", "cfepp-final3": "974"}	{"cfepp": "CF-974", "ertel": "ES-925"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Cazaux", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-09-18 03:00", "note": null, "place": {"c1": null, "c2": "65", "c3": "", "cy": "FR", "lg": -0.07, "lat": 42.9, "name": "BAREGES", "geoid": null}, "notime": null, "date-ut": "1928-09-18 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"sex": "M", "name": {"given": "Henri", "family": "Cazaux"}, "birth": {"date": "1928-09-18", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "925", "ENG": "", "MA_": "1", "G_NR": "46", "MA12": "2", "MARS": "5", "NAME": "Cazaux", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "6,100", "CSINR": "", "KURTZ": "", "PHAS_": "14,800", "STUND": "", "CFEPNR": "974", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.09.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1928-09-18 03:00", "place": {"c2": "65", "c3": "", "cy": "FR", "lg": -0.07, "lat": 42.9, "name": "BAREGES"}, "date-ut": "1928-09-18 02:00"}, "occus": ["skier"], "ids-in-sources": {"cfepp-final3": "974"}}, "raw": {"S": "2", "LT": "03 00", "LV": "F", "TR": "f", "UT": "02 00", "LAT": "+42.90", "SRC": "A", "LONG": "-00.07", "NAME": "CAZAUX Henri", "SPORT": "Skiing", "LOC_DATE": "1928 09 18", "UNIV_DATE": "1928 09 18", "BIRTH_PLACE": "BAREGES", "POSTAL_CODE": "65120"}, "date": "2023-08-20T14:46:16+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22945	cazzaniga-piero-1932-04-30	{"3a_sports": "928"}	{"ertel": "ES-928"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Piero", "family": "Cazzaniga", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-04-30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Piero", "family": "Cazzaniga"}, "birth": {"date": "1932-04-30", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "928", "ENG": "", "MA_": "1", "G_NR": "143", "MA12": "9", "MARS": "26", "NAME": "Cazzaniga", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,200", "CSINR": "", "KURTZ": "", "PHAS_": "27,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "30.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Piero", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.04.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22946	cedolin-rene-1940-07-13	{"3a_sports": "932"}	{"ertel": "ES-932"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Cedolin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-07-13", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "René", "family": "Cedolin"}, "birth": {"date": "1940-07-13", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "932", "ENG": "", "MA_": "0", "G_NR": "97", "MA12": "5", "MARS": "15", "NAME": "Cedolin", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "11,400", "CSINR": "", "KURTZ": "", "PHAS_": "58,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "13.07.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22947	celio-ii-gastone-1927-08-15	{"3a_sports": "936"}	{"ertel": "ES-936"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gastone", "family": "Celio II", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-08-15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gastone", "family": "Celio II"}, "birth": {"date": "1927-08-15", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "936", "ENG": "", "MA_": "0", "G_NR": "144", "MA12": "8", "MARS": "23", "NAME": "Celio II", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-3,600", "CSINR": "", "KURTZ": "", "PHAS_": "95,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "15.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gastone", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.08.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22948	celoria-mario-1911-08-26	{"3a_sports": "937"}	{"ertel": "ES-937"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Celoria", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1911-08-26", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Mario", "family": "Celoria"}, "birth": {"date": "1911-08-26", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "937", "ENG": "", "MA_": "1", "G_NR": "145", "MA12": "10", "MARS": "30", "NAME": "Celoria", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "3,300", "CSINR": "", "KURTZ": "", "PHAS_": "4,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "26.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.08.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22949	cerbonney-andre-1900-04-10	{"3a_sports": "940"}	{"ertel": "ES-940"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Cerbonney", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1900-04-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "André", "family": "Cerbonney"}, "birth": {"date": "1900-04-10", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "940", "ENG": "", "MA_": "0", "G_NR": "47", "MA12": "11", "MARS": "33", "NAME": "Cerbonney", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "8,200", "CSINR": "", "KURTZ": "", "PHAS_": "78,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.04.1900", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22950	ceresa-ugo-1915-02-05	{"3a_sports": "943"}	{"ertel": "ES-943"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ugo", "family": "Ceresa", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1915-02-05", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ugo", "family": "Ceresa"}, "birth": {"date": "1915-02-05", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "943", "ENG": "0", "MA_": "2", "G_NR": "146", "MA12": "12", "MARS": "36", "NAME": "Ceresa", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,100", "CSINR": "", "KURTZ": "", "PHAS_": "74,400", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "05.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ugo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.02.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22951	ceriotti-carlo-1928-07-06	{"3a_sports": "945"}	{"ertel": "ES-945"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Ceriotti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-07-06", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Carlo", "family": "Ceriotti"}, "birth": {"date": "1928-07-06", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "945", "ENG": "", "MA_": "1", "G_NR": "147", "MA12": "5", "MARS": "13", "NAME": "Ceriotti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-4,800", "CSINR": "", "KURTZ": "", "PHAS_": "91,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "06.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Carlo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.07.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22952	cervi-aldo-1922-08-23	{"3a_sports": "951"}	{"ertel": "ES-951"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Cervi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-08-23", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Aldo", "family": "Cervi"}, "birth": {"date": "1922-08-23", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "951", "ENG": "", "MA_": "0", "G_NR": "148", "MA12": "8", "MARS": "22", "NAME": "Cervi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-1,100", "CSINR": "", "KURTZ": "", "PHAS_": "0,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "23.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Aldo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.08.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22954	chalifour-jacques-1927-01-21	{"3a_sports": "959"}	{"ertel": "ES-959"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Chalifour", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-01-21", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jacques", "family": "Chalifour"}, "birth": {"date": "1927-01-21", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "959", "ENG": "", "MA_": "0", "G_NR": "48", "MA12": "11", "MARS": "32", "NAME": "Chalifour", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-4,700", "CSINR": "", "KURTZ": "", "PHAS_": "91,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.01.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22956	charvin-bernard-1947-09-28	{"3a_sports": "969"}	{"ertel": "ES-969"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Charvin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-09-28", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bernard", "family": "Charvin"}, "birth": {"date": "1947-09-28", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "969", "ENG": "", "MA_": "1", "G_NR": "100", "MA12": "6", "MARS": "18", "NAME": "Charvin", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "5,200", "CSINR": "", "KURTZ": "", "PHAS_": "94,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Bernard", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "28.09.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22957	chatelain-roger-1942-04-23	{"3a_sports": "974", "cfepp-final3": "162"}	{"cfepp": "CF-162", "ertel": "ES-974"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Chatelain", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-04-23 16:00", "note": null, "place": {"c1": null, "c2": "73", "c3": "", "cy": "FR", "lg": -5.9, "lat": 45.63, "name": "VOGLANS", "geoid": null}, "notime": null, "date-ut": "1942-04-23 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rower"]	5	null	[{"new": {"sex": "M", "name": {"given": "Roger", "family": "Chatelain"}, "birth": {"date": "1942-04-23", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "974", "ENG": "", "MA_": "0", "G_NR": "101", "MA12": "3", "MARS": "8", "NAME": "Chatelain", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "9,300", "CSINR": "", "KURTZ": "", "PHAS_": "42,800", "STUND": "", "CFEPNR": "162", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "23.04.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "ROWI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1942-04-23 16:00", "place": {"c2": "73", "c3": "", "cy": "FR", "lg": -5.9, "lat": 45.63, "name": "VOGLANS"}, "date-ut": "1942-04-23 14:00"}, "occus": ["rower"], "ids-in-sources": {"cfepp-final3": "162"}}, "raw": {"S": "3", "LT": "16 00", "LV": "FI", "TR": "f", "UT": "14 00", "LAT": "+45.63", "SRC": "L", "LONG": "-05.90", "NAME": "CHATELAIN Roger", "SPORT": "Rowing", "LOC_DATE": "1942 04 23", "UNIV_DATE": "1942 04 23", "BIRTH_PLACE": "VOGLANS", "POSTAL_CODE": "73420"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22959	chauvelot-dominique-1952-06-18	{"3a_sports": "978"}	{"ertel": "ES-978"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dominique", "family": "Chauvelot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1952-06-18", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Dominique", "family": "Chauvelot"}, "birth": {"date": "1952-06-18", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "978", "ENG": "1", "MA_": "2", "G_NR": "103", "MA12": "4", "MARS": "11", "NAME": "Chauvelot", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-8,900", "CSINR": "", "KURTZ": "", "PHAS_": "18,600", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "18.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Dominique", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "18.06.1952", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22960	chazaud-pierre-1919-09-28	{"3a_sports": "982"}	{"ertel": "ES-982"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Chazaud", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-09-28", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Pierre", "family": "Chazaud"}, "birth": {"date": "1919-09-28", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "982", "ENG": "", "MA_": "0", "G_NR": "49", "MA12": "6", "MARS": "16", "NAME": "Chazaud", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "5,800", "CSINR": "", "KURTZ": "", "PHAS_": "13,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.09.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22961	checchetti-aldo-1922-04-28	{"3a_sports": "983"}	{"ertel": "ES-983"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Checchetti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-04-28", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Aldo", "family": "Checchetti"}, "birth": {"date": "1922-04-28", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "983", "ENG": "", "MA_": "1", "G_NR": "149", "MA12": "12", "MARS": "35", "NAME": "Checchetti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "0,600", "CSINR": "", "KURTZ": "", "PHAS_": "0,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "28.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Aldo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.04.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22962	cherrier-bruno-1953-08-21	{"3a_sports": "986"}	{"ertel": "ES-986"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Cherrier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1953-08-21", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bruno", "family": "Cherrier"}, "birth": {"date": "1953-08-21", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "986", "ENG": "", "MA_": "0", "G_NR": "104", "MA12": "8", "MARS": "23", "NAME": "Cherrier", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "9,200", "CSINR": "", "KURTZ": "", "PHAS_": "80,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Bruno", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "21.08.1953", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22963	chevalier-louis-1921-04-28	{"3a_sports": "991"}	{"ertel": "ES-991"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Chevalier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-04-28", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Louis", "family": "Chevalier"}, "birth": {"date": "1921-04-28", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "991", "ENG": "", "MA_": "1", "G_NR": "50", "MA12": "10", "MARS": "29", "NAME": "Chevalier", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-8,400", "CSINR": "", "KURTZ": "", "PHAS_": "70,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Louis", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.04.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22964	chezzi-florio-1934-09-09	{"3a_sports": "994"}	{"ertel": "ES-994"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Florio", "family": "Chezzi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-09-09", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Florio", "family": "Chezzi"}, "birth": {"date": "1934-09-09", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "994", "ENG": "", "MA_": "1", "G_NR": "150", "MA12": "2", "MARS": "4", "NAME": "Chezzi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-0,900", "CSINR": "", "KURTZ": "", "PHAS_": "0,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "09.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Florio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.09.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22965	chiappano-carlo-1941-03-16	{"3a_sports": "995"}	{"ertel": "ES-995"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Chiappano", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-03-16", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Carlo", "family": "Chiappano"}, "birth": {"date": "1941-03-16", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "995", "ENG": "", "MA_": "1", "G_NR": "3", "MA12": "10", "MARS": "28", "NAME": "Chiappano", "PUBL": "U", "QUEL": "GMINV", "AUFAB": "-5,700", "CSINR": "", "KURTZ": "", "PHAS_": "91,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "16.03.", "ZITATE": "Y", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Carlo", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "16.03.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22966	chiumento-silvano-1930-06-04	{"3a_sports": "1002"}	{"ertel": "ES-1002"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Silvano", "family": "Chiumento", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-06-04", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Silvano", "family": "Chiumento"}, "birth": {"date": "1930-06-04", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1002", "ENG": "", "MA_": "0", "G_NR": "151", "MA12": "11", "MARS": "32", "NAME": "Chiumento", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "11,400", "CSINR": "", "KURTZ": "", "PHAS_": "51,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "04.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Silvano", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.06.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22967	christini-vittorio-1928-05-10	{"3a_sports": "1008"}	{"ertel": "ES-1008"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vittorio", "family": "Christini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-05-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Vittorio", "family": "Christini"}, "birth": {"date": "1928-05-10", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1008", "ENG": "", "MA_": "1", "G_NR": "174", "MA12": "7", "MARS": "20", "NAME": "Christini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-7,500", "CSINR": "", "KURTZ": "", "PHAS_": "77,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "10.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Vittorio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.05.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22968	christmann-josef-1895-09-22	{"3a_sports": "1009"}	{"ertel": "ES-1009"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Josef", "family": "Christmann", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1895-09-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Josef", "family": "Christmann"}, "birth": {"date": "1895-09-22", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1009", "ENG": "", "MA_": "1", "G_NR": "18", "MA12": "9", "MARS": "26", "NAME": "Christmann", "PUBL": "U", "QUEL": "GMING", "AUFAB": "7,000", "CSINR": "", "KURTZ": "", "PHAS_": "13,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "22.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Josef", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.09.1895", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22969	ciceri-santino-1935-12-27	{"3a_sports": "1016"}	{"ertel": "ES-1016"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Santino", "family": "Ciceri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1935-12-27", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Santino", "family": "Ciceri"}, "birth": {"date": "1935-12-27", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1016", "ENG": "", "MA_": "1", "G_NR": "152", "MA12": "7", "MARS": "19", "NAME": "Ciceri", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "1,800", "CSINR": "", "KURTZ": "", "PHAS_": "1,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "27.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Santino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.12.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22970	cieliszka-jean-marie-1928-02-19	{"3a_sports": "1017"}	{"ertel": "ES-1017"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Marie", "family": "Cieliszka", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-02-19", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean-Marie", "family": "Cieliszka"}, "birth": {"date": "1928-02-19", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1017", "ENG": "", "MA_": "1", "G_NR": "51", "MA12": "10", "MARS": "28", "NAME": "Cieliszka", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-6,300", "CSINR": "", "KURTZ": "", "PHAS_": "7,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "19.02.", "ZITATE": "Y", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean-Marie", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "19.02.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22971	cingolani-luigi-1923-04-13	{"3a_sports": "1018"}	{"ertel": "ES-1018"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Cingolani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1923-04-13", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luigi", "family": "Cingolani"}, "birth": {"date": "1923-04-13", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1018", "ENG": "", "MA_": "1", "G_NR": "153", "MA12": "2", "MARS": "5", "NAME": "Cingolani", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-6,300", "CSINR": "", "KURTZ": "", "PHAS_": "9,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "13.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.04.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22972	citterio-alberto-1917-05-10	{"3a_sports": "1022"}	{"ertel": "ES-1022"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberto", "family": "Citterio", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1917-05-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alberto", "family": "Citterio"}, "birth": {"date": "1917-05-10", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1022", "ENG": "", "MA_": "1", "G_NR": "154", "MA12": "5", "MARS": "13", "NAME": "Citterio", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-5,500", "CSINR": "", "KURTZ": "", "PHAS_": "90,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "10.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Alberto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.05.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22973	clady-andre-1905-03-31	{"3a_sports": "1023"}	{"ertel": "ES-1023"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Clady", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1905-03-31", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "André", "family": "Clady"}, "birth": {"date": "1905-03-31", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1023", "ENG": "", "MA_": "1", "G_NR": "105", "MA12": "2", "MARS": "6", "NAME": "Clady", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-8,500", "CSINR": "", "KURTZ": "", "PHAS_": "20,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "31.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "31.03.1905", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22975	claut-mario-1929-08-16	{"3a_sports": "1029"}	{"ertel": "ES-1029"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Claut", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-08-16", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Mario", "family": "Claut"}, "birth": {"date": "1929-08-16", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1029", "ENG": "", "MA_": "1", "G_NR": "155", "MA12": "5", "MARS": "13", "NAME": "Claut", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "7,600", "CSINR": "", "KURTZ": "", "PHAS_": "82,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "16.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.08.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22978	cochard-jean-1939-03-27	{"3a_sports": "1042"}	{"ertel": "ES-1042"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Cochard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1939-03-27", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean", "family": "Cochard"}, "birth": {"date": "1939-03-27", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1042", "ENG": "", "MA_": "1", "G_NR": "106", "MA12": "7", "MARS": "20", "NAME": "Cochard", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "9,800", "CSINR": "", "KURTZ": "", "PHAS_": "33,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "27.03.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22976	clercq-jan-de-1905-05-17	{"3a_sports": "1035"}	{"cpara": "CP-*29", "ertel": "ES-1035"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan (de)", "family": "Clercq", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1905-05-17", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jan (de)", "family": "Clercq"}, "birth": {"date": "1905-05-17", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1035", "ENG": "", "MA_": "1", "G_NR": "29", "MA12": "7", "MARS": "19", "NAME": "Clercq", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "6,600", "CSINR": "", "KURTZ": "", "PHAS_": "94,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "17.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 29", "VORNAME": "Jan (de)", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.05.1905", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22977	cleyn-albert-de-1917-06-28	{"3a_sports": "1038"}	{"cpara": "CP-*20", "ertel": "ES-1038"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert (de)", "family": "Cleyn", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1917-06-28", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Albert (de)", "family": "Cleyn"}, "birth": {"date": "1917-06-28", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1038", "ENG": "", "MA_": "0", "G_NR": "20", "MA12": "6", "MARS": "17", "NAME": "Cleyn", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "9,700", "CSINR": "", "KURTZ": "", "PHAS_": "53,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "28.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 20", "VORNAME": "Albert (de)", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.06.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22979	colangeli-leandro-1932-08-31	{"3a_sports": "1049"}	{"ertel": "ES-1049"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leandro", "family": "Colangeli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-08-31", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Leandro", "family": "Colangeli"}, "birth": {"date": "1932-08-31", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1049", "ENG": "", "MA_": "1", "G_NR": "156", "MA12": "5", "MARS": "13", "NAME": "Colangeli", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-3,400", "CSINR": "", "KURTZ": "", "PHAS_": "0,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "31.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Leandro", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "31.08.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22980	coletti-gicolanco-1924-09-14	{"3a_sports": "1053"}	{"ertel": "ES-1053"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gicolanco", "family": "Coletti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-09-14", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gicolanco", "family": "Coletti"}, "birth": {"date": "1924-09-14", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1053", "ENG": "", "MA_": "1", "G_NR": "157", "MA12": "6", "MARS": "18", "NAME": "Coletti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-0,500", "CSINR": "", "KURTZ": "", "PHAS_": "99,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "14.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gicolanco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.09.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22981	colombi-giolio-1916-12-19	{"3a_sports": "1060"}	{"ertel": "ES-1060"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giolio", "family": "Colombi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1916-12-19", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giolio", "family": "Colombi"}, "birth": {"date": "1916-12-19", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1060", "ENG": "", "MA_": "1", "G_NR": "158", "MA12": "10", "MARS": "29", "NAME": "Colombi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,900", "CSINR": "", "KURTZ": "", "PHAS_": "37,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "19.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giolio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.12.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22982	colombo-mario-1934-07-08	{"3a_sports": "1061"}	{"ertel": "ES-1061"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Colombo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-07-08", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Mario", "family": "Colombo"}, "birth": {"date": "1934-07-08", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1061", "ENG": "", "MA_": "0", "G_NR": "159", "MA12": "5", "MARS": "15", "NAME": "Colombo", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-7,200", "CSINR": "", "KURTZ": "", "PHAS_": "12,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "08.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.07.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22983	colombo-umbuto-1933-05-21	{"3a_sports": "1062"}	{"ertel": "ES-1062"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Umbuto", "family": "Colombo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-05-21", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Umbuto", "family": "Colombo"}, "birth": {"date": "1933-05-21", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1062", "ENG": "1", "MA_": "2", "G_NR": "160", "MA12": "4", "MARS": "10", "NAME": "Colombo", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-6,800", "CSINR": "", "KURTZ": "", "PHAS_": "10,600", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "21.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Umbuto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.05.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22984	cominelli-severo-1915-11-11	{"3a_sports": "1072"}	{"ertel": "ES-1072"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Severo", "family": "Cominelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1915-11-11", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Severo", "family": "Cominelli"}, "birth": {"date": "1915-11-11", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1072", "ENG": "", "MA_": "1", "G_NR": "161", "MA12": "11", "MARS": "31", "NAME": "Cominelli", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "8,400", "CSINR": "", "KURTZ": "", "PHAS_": "18,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "11.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Severo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.11.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22985	comizzi-rino-1937-08-30	{"3a_sports": "1073"}	{"ertel": "ES-1073"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rino", "family": "Comizzi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1937-08-30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Rino", "family": "Comizzi"}, "birth": {"date": "1937-08-30", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1073", "ENG": "", "MA_": "1", "G_NR": "162", "MA12": "11", "MARS": "31", "NAME": "Comizzi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-11,40", "CSINR": "", "KURTZ": "", "PHAS_": "38,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "30.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Rino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.08.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22986	conti-ugo-1916-09-22	{"3a_sports": "1085"}	{"ertel": "ES-1085"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ugo", "family": "Conti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1916-09-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ugo", "family": "Conti"}, "birth": {"date": "1916-09-22", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1085", "ENG": "", "MA_": "0", "G_NR": "173", "MA12": "8", "MARS": "23", "NAME": "Conti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-8,600", "CSINR": "", "KURTZ": "", "PHAS_": "25,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "22.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ugo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.09.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22987	conti-ii-serafinop-1921-11-19	{"3a_sports": "1086"}	{"ertel": "ES-1086"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Serafinop", "family": "Conti II", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-11-19", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Serafinop", "family": "Conti II"}, "birth": {"date": "1921-11-19", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1086", "ENG": "0", "MA_": "2", "G_NR": "163", "MA12": "12", "MARS": "36", "NAME": "Conti II", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-6,900", "CSINR": "", "KURTZ": "", "PHAS_": "85,900", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "19.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Serafinop", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.11.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22988	contin-corrado-1922-01-07	{"3a_sports": "1087"}	{"ertel": "ES-1087"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Corrado", "family": "Contin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-01-07", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Corrado", "family": "Contin"}, "birth": {"date": "1922-01-07", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1087", "ENG": "", "MA_": "1", "G_NR": "164", "MA12": "12", "MARS": "35", "NAME": "Contin", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "9,700", "CSINR": "", "KURTZ": "", "PHAS_": "55,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "07.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Corrado", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.01.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22990	coquant-roger-1943-06-15	{"3a_sports": "1095"}	{"ertel": "ES-1095"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Coquant", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-06-15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Roger", "family": "Coquant"}, "birth": {"date": "1943-06-15", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1095", "ENG": "", "MA_": "0", "G_NR": "107", "MA12": "11", "MARS": "32", "NAME": "Coquant", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "8,300", "CSINR": "", "KURTZ": "", "PHAS_": "86,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "15.06.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22991	corazza-andrea-1923-02-10	{"3a_sports": "1098"}	{"ertel": "ES-1098"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Andrea", "family": "Corazza", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1923-02-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "F", "name": {"given": "Andrea", "family": "Corazza"}, "birth": {"date": "1923-02-10", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "1098", "ENG": "", "MA_": "0", "G_NR": "165", "MA12": "6", "MARS": "16", "NAME": "Corazza", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-10,70", "CSINR": "", "KURTZ": "", "PHAS_": "32,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "10.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Andrea", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.02.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22992	corbeau-andre-1950-04-01	{"3a_sports": "1099"}	{"ertel": "ES-1099"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Corbeau", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1950-04-01", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "André", "family": "Corbeau"}, "birth": {"date": "1950-04-01", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1099", "ENG": "0", "MA_": "2", "G_NR": "108", "MA12": "3", "MARS": "9", "NAME": "Corbeau", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "6,200", "CSINR": "", "KURTZ": "", "PHAS_": "95,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "01.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "01.04.1950", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22993	coretti-ivano-1922-09-14	{"3a_sports": "1103"}	{"ertel": "ES-1103"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ivano", "family": "Coretti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-09-14", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ivano", "family": "Coretti"}, "birth": {"date": "1922-09-14", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1103", "ENG": "", "MA_": "1", "G_NR": "166", "MA12": "9", "MARS": "27", "NAME": "Coretti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,900", "CSINR": "", "KURTZ": "", "PHAS_": "54,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "14.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ivano", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.09.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22994	cormier-georges-1874-10-03	{"3a_sports": "1105"}	{"ertel": "ES-1105"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Cormier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1874-10-03", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"sex": "M", "name": {"given": "Georges", "family": "Cormier"}, "birth": {"date": "1874-10-03", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1105", "ENG": "", "MA_": "0", "G_NR": "52", "MA12": "6", "MARS": "16", "NAME": "Cormier", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-10,80", "CSINR": "", "KURTZ": "", "PHAS_": "45,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "03.10.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "03.10.1874", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22995	corne-alain-1929-10-10	{"3a_sports": "1108"}	{"ertel": "ES-1108"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Corne", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-10-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alain", "family": "Corne"}, "birth": {"date": "1929-10-10", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1108", "ENG": "", "MA_": "0", "G_NR": "53", "MA12": "3", "MARS": "8", "NAME": "Corne", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "9,200", "CSINR": "", "KURTZ": "", "PHAS_": "43,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alain", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.10.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SWIM", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22997	corradini-gino-1930-05-15	{"3a_sports": "1115"}	{"ertel": "ES-1115"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gino", "family": "Corradini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-05-15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gino", "family": "Corradini"}, "birth": {"date": "1930-05-15", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1115", "ENG": "", "MA_": "0", "G_NR": "180", "MA12": "6", "MARS": "17", "NAME": "Corradini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-3,700", "CSINR": "", "KURTZ": "", "PHAS_": "94,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "15.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.05.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22998	corso-antonio-1934-02-06	{"3a_sports": "1119"}	{"ertel": "ES-1119"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Corso", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-02-06", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Antonio", "family": "Corso"}, "birth": {"date": "1934-02-06", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1119", "ENG": "", "MA_": "1", "G_NR": "181", "MA12": "11", "MARS": "31", "NAME": "Corso", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,600", "CSINR": "", "KURTZ": "", "PHAS_": "65,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "06.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Antonio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.02.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23000	coscia-aristide-1918-03-15	{"3a_sports": "1123"}	{"ertel": "ES-1123"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aristide", "family": "Coscia", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-03-15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Aristide", "family": "Coscia"}, "birth": {"date": "1918-03-15", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1123", "ENG": "1", "MA_": "2", "G_NR": "167", "MA12": "4", "MARS": "10", "NAME": "Coscia", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "5,000", "CSINR": "", "KURTZ": "", "PHAS_": "7,300", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "15.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Aristide", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.03.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23001	cossio-remo-1913-12-30	{"3a_sports": "1125"}	{"ertel": "ES-1125"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Remo", "family": "Cossio", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-12-30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Remo", "family": "Cossio"}, "birth": {"date": "1913-12-30", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1125", "ENG": "", "MA_": "1", "G_NR": "168", "MA12": "5", "MARS": "13", "NAME": "Cossio", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "3,900", "CSINR": "", "KURTZ": "", "PHAS_": "6,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "30.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Remo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.12.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23002	costa-giovanni-1917-08-19	{"3a_sports": "1128"}	{"ertel": "ES-1128"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Costa", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1917-08-19", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giovanni", "family": "Costa"}, "birth": {"date": "1917-08-19", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1128", "ENG": "", "MA_": "1", "G_NR": "169", "MA12": "12", "MARS": "35", "NAME": "Costa", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "1,300", "CSINR": "", "KURTZ": "", "PHAS_": "1,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "19.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giovanni", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.08.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23003	costa-remo-1914-01-24	{"3a_sports": "1129"}	{"ertel": "ES-1129"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Remo", "family": "Costa", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-01-24", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Remo", "family": "Costa"}, "birth": {"date": "1914-01-24", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1129", "ENG": "1", "MA_": "2", "G_NR": "170", "MA12": "1", "MARS": "3", "NAME": "Costa", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-5,900", "CSINR": "", "KURTZ": "", "PHAS_": "5,700", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "24.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Remo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.01.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23004	costanco-eurico-1921-09-19	{"3a_sports": "1131"}	{"ertel": "ES-1131"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eurico", "family": "Costanco", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-09-19", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Eurico", "family": "Costanco"}, "birth": {"date": "1921-09-19", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1131", "ENG": "", "MA_": "0", "G_NR": "172", "MA12": "8", "MARS": "23", "NAME": "Costanco", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-2,200", "CSINR": "", "KURTZ": "", "PHAS_": "97,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "19.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Eurico", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.09.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23005	costantini-guglielmo-1934-11-07	{"3a_sports": "1132"}	{"ertel": "ES-1132"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guglielmo", "family": "Costantini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-11-07", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Guglielmo", "family": "Costantini"}, "birth": {"date": "1934-11-07", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1132", "ENG": "0", "MA_": "2", "G_NR": "171", "MA12": "12", "MARS": "36", "NAME": "Costantini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-1,700", "CSINR": "", "KURTZ": "", "PHAS_": "0,200", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "07.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Guglielmo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.11.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23006	cottin-camille-1910-02-10	{"3a_sports": "1136"}	{"ertel": "ES-1136"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Cottin", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1910-02-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "F", "name": {"given": "Camille", "family": "Cottin"}, "birth": {"date": "1910-02-10", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "1136", "ENG": "", "MA_": "1", "G_NR": "54", "MA12": "2", "MARS": "6", "NAME": "Cottin", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-1,400", "CSINR": "", "KURTZ": "", "PHAS_": "0,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Camille", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.02.1910", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23008	courteaux-jean-juste-1926-11-06	{"3a_sports": "1143"}	{"ertel": "ES-1143"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Juste", "family": "Courteaux", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-11-06", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean Juste", "family": "Courteaux"}, "birth": {"date": "1926-11-06", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1143", "ENG": "", "MA_": "1", "G_NR": "55", "MA12": "10", "MARS": "30", "NAME": "Courteaux", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-0,200", "CSINR": "", "KURTZ": "", "PHAS_": "0,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean Juste", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.11.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23010	courtine-henri-1930-05-11	{"3a_sports": "1146"}	{"ertel": "ES-1146"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Courtine", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-05-11", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["judoka"]	5	null	[{"new": {"sex": "M", "name": {"given": "Henri", "family": "Courtine"}, "birth": {"date": "1930-05-11", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1146", "ENG": "", "MA_": "0", "G_NR": "10", "MA12": "6", "MARS": "16", "NAME": "Courtine", "PUBL": "U", "QUEL": "G_79F", "AUFAB": "5,100", "CSINR": "", "KURTZ": "", "PHAS_": "96,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "11.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "11.05.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "JUDO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23012	crespin-marceau-1915-07-26	{"3a_sports": "1157"}	{"ertel": "ES-1157"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marceau", "family": "Crespin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1915-07-26", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Marceau", "family": "Crespin"}, "birth": {"date": "1915-07-26", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1157", "ENG": "", "MA_": "1", "G_NR": "113", "MA12": "10", "MARS": "29", "NAME": "Crespin", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "2,800", "CSINR": "", "KURTZ": "", "PHAS_": "99,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "26.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marceau", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "26.07.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23011	crampagne-jacques-1944-04-07	{"3a_sports": "1154", "cfepp-final3": "848"}	{"cfepp": "CF-848", "ertel": "ES-1154"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Crampagne", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1944-04-07 17:00", "note": null, "place": {"c1": null, "c2": "09", "c3": "", "cy": "FR", "lg": -1.61, "lat": 42.97, "name": "FOIX", "geoid": null}, "notime": null, "date-ut": "1944-04-07 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jacques", "family": "Crampagne"}, "birth": {"date": "1944-04-17", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1154", "ENG": "", "MA_": "0", "G_NR": "112", "MA12": "3", "MARS": "7", "NAME": "Crampagne", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-11,30", "CSINR": "", "KURTZ": "", "PHAS_": "41,200", "STUND": "", "CFEPNR": "849", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "17.04.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "crampagne-jacques-1944-04-07", "birth": {"date": "1944-04-07 17:00", "place": {"c2": "09", "c3": "", "cy": "FR", "lg": -1.61, "lat": 42.97, "name": "FOIX"}, "date-ut": "1944-04-07 15:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "848"}}, "raw": {"S": "3", "LT": "17 00", "LV": "I1", "TR": "f", "UT": "15 00", "LAT": "+42.97", "SRC": "L", "LONG": "-01.61", "NAME": "CRAMPAGNE Jacques", "SPORT": "Rugby Union", "LOC_DATE": "1944 04 07", "UNIV_DATE": "1944 04 07", "BIRTH_PLACE": "FOIX", "POSTAL_CODE": "09008 CEDEX"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23014	cuootti-emico-1930-01-28	{"3a_sports": "1175"}	{"ertel": "ES-1175"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emico", "family": "Cuootti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-01-28", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Emico", "family": "Cuootti"}, "birth": {"date": "1930-01-28", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1175", "ENG": "1", "MA_": "2", "G_NR": "175", "MA12": "1", "MARS": "1", "NAME": "Cuootti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-4,000", "CSINR": "", "KURTZ": "", "PHAS_": "3,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "28.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Emico", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.01.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23015	curti-aldo-1926-03-12	{"3a_sports": "1178"}	{"ertel": "ES-1178"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Curti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-03-12", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Aldo", "family": "Curti"}, "birth": {"date": "1926-03-12", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1178", "ENG": "", "MA_": "1", "G_NR": "176", "MA12": "10", "MARS": "28", "NAME": "Curti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-7,300", "CSINR": "", "KURTZ": "", "PHAS_": "6,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "12.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Aldo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.03.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23017	da-costa-giorgio-1920-07-22	{"3a_sports": "1184"}	{"ertel": "ES-1184"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giorgio", "family": "Da Costa", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-07-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giorgio", "family": "Da Costa"}, "birth": {"date": "1920-07-22", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1184", "ENG": "", "MA_": "1", "G_NR": "177", "MA12": "10", "MARS": "29", "NAME": "Da Costa", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "10,000", "CSINR": "", "KURTZ": "", "PHAS_": "42,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "22.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giorgio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.07.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23018	daenen-francois-1919-08-25	{"3a_sports": "1188"}	{"cpara": "CP-*1", "ertel": "ES-1188"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francois", "family": "Daenen", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-08-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Francois", "family": "Daenen"}, "birth": {"date": "1919-08-25", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1188", "ENG": "", "MA_": "1", "G_NR": "1", "MA12": "12", "MARS": "35", "NAME": "Daenen", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "-2,700", "CSINR": "", "KURTZ": "", "PHAS_": "0,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "25.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "*  1", "VORNAME": "Francois", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.08.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23019	daggianti-vittorio-1919-05-10	{"3a_sports": "1189"}	{"ertel": "ES-1189"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vittorio", "family": "Daggianti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-05-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Vittorio", "family": "Daggianti"}, "birth": {"date": "1919-05-10", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1189", "ENG": "", "MA_": "1", "G_NR": "178", "MA12": "2", "MARS": "6", "NAME": "Daggianti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "8,600", "CSINR": "", "KURTZ": "", "PHAS_": "78,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "10.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Vittorio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.05.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23020	dal-pont-ferdinando-1911-05-26	{"3a_sports": "1192"}	{"ertel": "ES-1192"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinando", "family": "Dal Pont", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1911-05-26", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ferdinando", "family": "Dal Pont"}, "birth": {"date": "1911-05-26", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1192", "ENG": "", "MA_": "1", "G_NR": "183", "MA12": "5", "MARS": "13", "NAME": "Dal Pont", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-7,300", "CSINR": "", "KURTZ": "", "PHAS_": "7,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "26.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ferdinando", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.05.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23021	dal-pos-eduardo-1927-08-30	{"3a_sports": "1193"}	{"ertel": "ES-1193"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eduardo", "family": "Dal Pos", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-08-30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Eduardo", "family": "Dal Pos"}, "birth": {"date": "1927-08-30", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1193", "ENG": "1", "MA_": "2", "G_NR": "184", "MA12": "4", "MARS": "11", "NAME": "Dal Pos", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "4,000", "CSINR": "", "KURTZ": "", "PHAS_": "7,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "30.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Eduardo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.08.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23022	dalla-bona-luciano-1943-11-08	{"3a_sports": "1199"}	{"ertel": "ES-1199"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luciano", "family": "Dalla Bona", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-11-08", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luciano", "family": "Dalla Bona"}, "birth": {"date": "1943-11-08", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1199", "ENG": "", "MA_": "0", "G_NR": "4", "MA12": "3", "MARS": "7", "NAME": "Dalla Bona", "PUBL": "U", "QUEL": "GMINV", "AUFAB": "9,800", "CSINR": "", "KURTZ": "", "PHAS_": "80,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "08.11.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Luciano", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "08.11.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23023	dalla-cieca-antoine-1931-11-15	{"3a_sports": "1200"}	{"ertel": "ES-1200"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Dalla Cieca", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-11-15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Antoine", "family": "Dalla Cieca"}, "birth": {"date": "1931-11-15", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1200", "ENG": "", "MA_": "1", "G_NR": "116", "MA12": "10", "MARS": "29", "NAME": "Dalla Cieca", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "9,100", "CSINR": "", "KURTZ": "", "PHAS_": "29,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.11.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Antoine", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "15.11.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23024	dalmonte-antonie-1919-04-03	{"3a_sports": "1202"}	{"ertel": "ES-1202"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonie", "family": "Dalmonte", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1919-04-03", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "F", "name": {"given": "Antonie", "family": "Dalmonte"}, "birth": {"date": "1919-04-03", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "1202", "ENG": "", "MA_": "1", "G_NR": "182", "MA12": "10", "MARS": "29", "NAME": "Dalmonte", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "4,700", "CSINR": "", "KURTZ": "", "PHAS_": "6,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "03.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Antonie", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.04.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23025	danelutti-eldino-1925-04-08	{"3a_sports": "1207"}	{"ertel": "ES-1207"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eldino", "family": "Danelutti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-04-08", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Eldino", "family": "Danelutti"}, "birth": {"date": "1925-04-08", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1207", "ENG": "", "MA_": "1", "G_NR": "185", "MA12": "10", "MARS": "29", "NAME": "Danelutti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "3,600", "CSINR": "", "KURTZ": "", "PHAS_": "98,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "08.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Eldino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.04.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23026	danguillaume-jean-louis-1949-12-14	{"3a_sports": "1209"}	{"ertel": "ES-1209"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Louis", "family": "Danguillaume", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-12-14", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean Louis", "family": "Danguillaume"}, "birth": {"date": "1949-12-14", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1209", "ENG": "", "MA_": "0", "G_NR": "117", "MA12": "11", "MARS": "33", "NAME": "Danguillaume", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-11,30", "CSINR": "", "KURTZ": "", "PHAS_": "39,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "14.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean Louis", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "14.12.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23027	danguillaume-jean-pierre-1946-05-25	{"3a_sports": "1210"}	{"ertel": "ES-1210"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Pierre", "family": "Danguillaume", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-05-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean Pierre", "family": "Danguillaume"}, "birth": {"date": "1946-05-25", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1210", "ENG": "", "MA_": "1", "G_NR": "118", "MA12": "2", "MARS": "4", "NAME": "Danguillaume", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-10,60", "CSINR": "", "KURTZ": "", "PHAS_": "41,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "25.05.", "ZITATE": "DOY", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean Pierre", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "25.05.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23028	danova-franco-1930-05-26	{"3a_sports": "1212"}	{"ertel": "ES-1212"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franco", "family": "Danova", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-05-26", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Franco", "family": "Danova"}, "birth": {"date": "1930-05-26", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1212", "ENG": "", "MA_": "1", "G_NR": "186", "MA12": "5", "MARS": "14", "NAME": "Danova", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-6,100", "CSINR": "", "KURTZ": "", "PHAS_": "6,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "26.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Franco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.05.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23029	dante-brunoo-1920-02-14	{"3a_sports": "1213"}	{"ertel": "ES-1213"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Brunoo", "family": "Dante", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-02-14", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Brunoo", "family": "Dante"}, "birth": {"date": "1920-02-14", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1213", "ENG": "", "MA_": "1", "G_NR": "187", "MA12": "2", "MARS": "6", "NAME": "Dante", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-8,900", "CSINR": "", "KURTZ": "", "PHAS_": "30,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "14.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Brunoo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.02.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23030	dargeles-norbert-1946-07-14	{"3a_sports": "1216"}	{"ertel": "ES-1216"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Norbert", "family": "Dargeles", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-07-14", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Norbert", "family": "Dargeles"}, "birth": {"date": "1946-07-14", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1216", "ENG": "0", "MA_": "2", "G_NR": "119", "MA12": "12", "MARS": "36", "NAME": "Dargeles", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "1,600", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "14.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Norbert", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "14.07.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23031	darmon-piero-1934-01-14	{"3a_sports": "1217"}	{"ertel": "ES-1217"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Piero", "family": "Darmon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-01-14", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Piero", "family": "Darmon"}, "birth": {"date": "1934-01-14", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1217", "ENG": "", "MA_": "0", "G_NR": "4", "MA12": "8", "MARS": "24", "NAME": "Darmon", "PUBL": "U", "QUEL": "G_79F", "AUFAB": "-6,000", "CSINR": "", "KURTZ": "", "PHAS_": "3,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "14.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Piero", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "14.01.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23032	darnendrail-roger-1935-01-25	{"3a_sports": "1218"}	{"ertel": "ES-1218"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Darnendrail", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1935-01-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Roger", "family": "Darnendrail"}, "birth": {"date": "1935-01-25", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1218", "ENG": "0", "MA_": "2", "G_NR": "56", "MA12": "3", "MARS": "9", "NAME": "Darnendrail", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-7,500", "CSINR": "", "KURTZ": "", "PHAS_": "76,600", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "25.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.01.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23033	darrigade-roger-1935-01-14	{"3a_sports": "1221"}	{"ertel": "ES-1221"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Darrigade", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1935-01-14", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Roger", "family": "Darrigade"}, "birth": {"date": "1935-01-14", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1221", "ENG": "1", "MA_": "2", "G_NR": "120", "MA12": "1", "MARS": "1", "NAME": "Darrigade", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "9,900", "CSINR": "", "KURTZ": "", "PHAS_": "72,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "14.01.", "ZITATE": "DY", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "14.01.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23035	david-alain-1932-01-06	{"3a_sports": "1230"}	{"ertel": "ES-1230"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "David", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-01-06", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alain", "family": "David"}, "birth": {"date": "1932-01-06", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1230", "ENG": "", "MA_": "1", "G_NR": "122", "MA12": "10", "MARS": "30", "NAME": "David", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-5,900", "CSINR": "", "KURTZ": "", "PHAS_": "5,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alain", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "06.01.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23036	davidou-jean-paul-1936-12-27	{"3a_sports": "1232"}	{"ertel": "ES-1232"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Paul", "family": "Davidou", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1936-12-27", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean Paul", "family": "Davidou"}, "birth": {"date": "1936-12-27", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1232", "ENG": "", "MA_": "1", "G_NR": "57", "MA12": "5", "MARS": "14", "NAME": "Davidou", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "4,500", "CSINR": "", "KURTZ": "", "PHAS_": "98,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean Paul", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.12.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23037	de-andreis-constantino-1925-08-27	{"3a_sports": "1239"}	{"ertel": "ES-1239"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Constantino", "family": "De Andreis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-08-27", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Constantino", "family": "De Andreis"}, "birth": {"date": "1925-08-27", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1239", "ENG": "1", "MA_": "2", "G_NR": "188", "MA12": "4", "MARS": "11", "NAME": "De Andreis", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "10,700", "CSINR": "", "KURTZ": "", "PHAS_": "47,900", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "27.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Constantino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.08.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23038	de-angelis-benedetto-1929-11-21	{"3a_sports": "1240"}	{"ertel": "ES-1240"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benedetto", "family": "De Angelis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-11-21", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Benedetto", "family": "De Angelis"}, "birth": {"date": "1929-11-21", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1240", "ENG": "", "MA_": "1", "G_NR": "189", "MA12": "7", "MARS": "19", "NAME": "De Angelis", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-8,800", "CSINR": "", "KURTZ": "", "PHAS_": "79,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "21.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Benedetto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.11.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23039	de-boni-walter-1920-09-18	{"3a_sports": "1241"}	{"ertel": "ES-1241"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "De Boni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-09-18", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Walter", "family": "De Boni"}, "birth": {"date": "1920-09-18", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1241", "ENG": "", "MA_": "0", "G_NR": "190", "MA12": "8", "MARS": "22", "NAME": "De Boni", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "8,600", "CSINR": "", "KURTZ": "", "PHAS_": "29,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "18.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Walter", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.09.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23040	de-giovanni-enzo-1928-11-15	{"3a_sports": "1242"}	{"ertel": "ES-1242"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enzo", "family": "De Giovanni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-11-15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Enzo", "family": "De Giovanni"}, "birth": {"date": "1928-11-15", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1242", "ENG": "", "MA_": "1", "G_NR": "192", "MA12": "5", "MARS": "14", "NAME": "De Giovanni", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "3,600", "CSINR": "", "KURTZ": "", "PHAS_": "5,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "15.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Enzo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.11.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23041	de-gregori-franco-1927-01-08	{"3a_sports": "1243"}	{"ertel": "ES-1243"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franco", "family": "De Gregori", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-01-08", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Franco", "family": "De Gregori"}, "birth": {"date": "1927-01-08", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1243", "ENG": "", "MA_": "0", "G_NR": "194", "MA12": "11", "MARS": "32", "NAME": "De Gregori", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "8,800", "CSINR": "", "KURTZ": "", "PHAS_": "21,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "08.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Franco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.01.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23042	de-gregorio-andre-1938-07-02	{"3a_sports": "1244"}	{"ertel": "ES-1244"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "De Gregorio", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1938-07-02", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "André", "family": "De Gregorio"}, "birth": {"date": "1938-07-02", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1244", "ENG": "1", "MA_": "2", "G_NR": "123", "MA12": "4", "MARS": "10", "NAME": "De Gregorio", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "9,100", "CSINR": "", "KURTZ": "", "PHAS_": "23,300", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "02.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "02.07.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23044	de-gribaldi-jean-1922-07-18	{"3a_sports": "1246"}	{"ertel": "ES-1246"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "De Gribaldi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-07-18", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean", "family": "De Gribaldi"}, "birth": {"date": "1922-07-18", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1246", "ENG": "", "MA_": "1", "G_NR": "125", "MA12": "7", "MARS": "19", "NAME": "De Gribaldi", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,600", "CSINR": "", "KURTZ": "", "PHAS_": "42,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.07.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "18.07.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23045	de-lazzari-bruno-1922-06-19	{"3a_sports": "1247"}	{"ertel": "ES-1247"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "De Lazzari", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-06-19", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bruno", "family": "De Lazzari"}, "birth": {"date": "1922-06-19", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1247", "ENG": "0", "MA_": "2", "G_NR": "195", "MA12": "12", "MARS": "36", "NAME": "De Lazzari", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "36,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "19.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bruno", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.06.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23046	de-lillo-domenico-1937-08-30	{"3a_sports": "1248"}	{"ertel": "ES-1248"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Domenico", "family": "De Lillo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1937-08-30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Domenico", "family": "De Lillo"}, "birth": {"date": "1937-08-30", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1248", "ENG": "", "MA_": "0", "G_NR": "5", "MA12": "12", "MARS": "34", "NAME": "De Lillo", "PUBL": "U", "QUEL": "GMINV", "AUFAB": "-11,40", "CSINR": "", "KURTZ": "", "PHAS_": "38,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "30.08.", "ZITATE": "Y", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Domenico", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "30.08.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23047	de-pra-tommaso-1938-12-16	{"3a_sports": "1249"}	{"ertel": "ES-1249"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tommaso", "family": "De Pra", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1938-12-16", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Tommaso", "family": "De Pra"}, "birth": {"date": "1938-12-16", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1249", "ENG": "", "MA_": "1", "G_NR": "6", "MA12": "7", "MARS": "21", "NAME": "De Pra", "PUBL": "U", "QUEL": "GMINV", "AUFAB": "-10,20", "CSINR": "", "KURTZ": "", "PHAS_": "29,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "16.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Tommaso", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.12.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23048	de-togni-rino-1922-10-27	{"3a_sports": "1250"}	{"ertel": "ES-1250"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rino", "family": "De Togni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-10-27", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Rino", "family": "De Togni"}, "birth": {"date": "1922-10-27", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1250", "ENG": "1", "MA_": "2", "G_NR": "200", "MA12": "4", "MARS": "10", "NAME": "De Togni", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "10,000", "CSINR": "", "KURTZ": "", "PHAS_": "44,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "27.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Rino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.10.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23049	debenne-rene-1914-04-26	{"3a_sports": "1280"}	{"ertel": "ES-1280"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Debenne", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-04-26", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "René", "family": "Debenne"}, "birth": {"date": "1914-04-26", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1280", "ENG": "", "MA_": "0", "G_NR": "58", "MA12": "11", "MARS": "33", "NAME": "Debenne", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "0,100", "CSINR": "", "KURTZ": "", "PHAS_": "0,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "26.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.04.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23050	debourse-christine-1951-09-24	{"3a_sports": "1283"}	{"ertel": "ES-1283"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christine", "family": "Debourse", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1951-09-24", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Christine", "family": "Debourse"}, "birth": {"date": "1951-09-24", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "1283", "ENG": "", "MA_": "1", "G_NR": "126", "MA12": "10", "MARS": "30", "NAME": "Debourse", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "42,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "24.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Christine", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "24.09.1951", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23051	defilippis-lodovico-1915-12-22	{"3a_sports": "1297"}	{"ertel": "ES-1297"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lodovico", "family": "Defilippis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1915-12-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Lodovico", "family": "Defilippis"}, "birth": {"date": "1915-12-22", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1297", "ENG": "", "MA_": "1", "G_NR": "191", "MA12": "9", "MARS": "27", "NAME": "Defilippis", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "0,100", "CSINR": "", "KURTZ": "", "PHAS_": "99,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "22.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Lodovico", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.12.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23052	deforge-rene-1914-03-04	{"3a_sports": "1300"}	{"ertel": "ES-1300"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Deforge", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-03-04", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "René", "family": "Deforge"}, "birth": {"date": "1914-03-04", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1300", "ENG": "0", "MA_": "2", "G_NR": "59", "MA12": "3", "MARS": "9", "NAME": "Deforge", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "9,100", "CSINR": "", "KURTZ": "", "PHAS_": "38,300", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "04.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.03.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23053	degli-esposti-1916-12-19	{"3a_sports": "1306"}	{"ertel": "ES-1306"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Esposti", "family": "Degli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1916-12-19", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Esposti", "family": "Degli"}, "birth": {"date": "1916-12-19", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1306", "ENG": "", "MA_": "0", "G_NR": "193", "MA12": "9", "MARS": "25", "NAME": "Degli", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,900", "CSINR": "", "KURTZ": "", "PHAS_": "37,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "19.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Esposti", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.12.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23054	degy-gaston-1909-03-04	{"3a_sports": "1310"}	{"ertel": "ES-1310"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Degy", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1909-03-04", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gaston", "family": "Degy"}, "birth": {"date": "1909-03-04", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1310", "ENG": "", "MA_": "0", "G_NR": "60", "MA12": "3", "MARS": "7", "NAME": "Degy", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "6,100", "CSINR": "", "KURTZ": "", "PHAS_": "91,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gaston", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.03.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23057	del-bianco-fabio-1914-04-05	{"3a_sports": "1315"}	{"ertel": "ES-1315"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fabio", "family": "Del Bianco", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-04-05", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Fabio", "family": "Del Bianco"}, "birth": {"date": "1914-04-05", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1315", "ENG": "", "MA_": "1", "G_NR": "196", "MA12": "5", "MARS": "13", "NAME": "Del Bianco", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "10,600", "CSINR": "", "KURTZ": "", "PHAS_": "62,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "05.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Fabio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.04.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23058	del-gratta-giacomo-1935-11-24	{"3a_sports": "1316"}	{"ertel": "ES-1316"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giacomo", "family": "Del Gratta", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1935-11-24", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giacomo", "family": "Del Gratta"}, "birth": {"date": "1935-11-24", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1316", "ENG": "", "MA_": "1", "G_NR": "197", "MA12": "7", "MARS": "21", "NAME": "Del Gratta", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-4,900", "CSINR": "", "KURTZ": "", "PHAS_": "4,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "24.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giacomo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.11.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23056	deken-henri-de-1907-08-03	{"3a_sports": "1314"}	{"cpara": "CP-*30", "ertel": "ES-1314"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri (de)", "family": "Deken", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1907-08-03", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Henri (de)", "family": "Deken"}, "birth": {"date": "1907-08-03", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1314", "ENG": "", "MA_": "0", "G_NR": "30", "MA12": "11", "MARS": "32", "NAME": "Deken", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "31,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "03.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 30", "VORNAME": "Henri (de)", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.08.1907", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23059	del-innocenti-gianfranco-1925-11-16	{"3a_sports": "1317"}	{"ertel": "ES-1317"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gianfranco", "family": "Del Innocenti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-11-16", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gianfranco", "family": "Del Innocenti"}, "birth": {"date": "1925-11-16", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1317", "ENG": "", "MA_": "0", "G_NR": "199", "MA12": "12", "MARS": "34", "NAME": "Del Innocenti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-2,000", "CSINR": "", "KURTZ": "", "PHAS_": "0,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "16.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gianfranco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.11.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23060	delberghe-edouard-1935-10-04	{"3a_sports": "1324"}	{"ertel": "ES-1324"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Delberghe", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1935-10-04", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Edouard", "family": "Delberghe"}, "birth": {"date": "1935-10-04", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1324", "ENG": "", "MA_": "1", "G_NR": "128", "MA12": "10", "MARS": "29", "NAME": "Delberghe", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "9,300", "CSINR": "", "KURTZ": "", "PHAS_": "33,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.10.", "ZITATE": "DOY", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Edouard", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "04.10.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23061	delepine-regis-1946-12-22	{"3a_sports": "1327"}	{"ertel": "ES-1327"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Regis", "family": "Delepine", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-12-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Regis", "family": "Delepine"}, "birth": {"date": "1946-12-22", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1327", "ENG": "", "MA_": "1", "G_NR": "129", "MA12": "5", "MARS": "13", "NAME": "Delepine", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-3,600", "CSINR": "", "KURTZ": "", "PHAS_": "2,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.12.", "ZITATE": "DOY", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Regis", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "22.12.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23062	delevoye-robert-1921-03-26	{"3a_sports": "1329"}	{"ertel": "ES-1329"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Delevoye", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-03-26", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Robert", "family": "Delevoye"}, "birth": {"date": "1921-03-26", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1329", "ENG": "1", "MA_": "2", "G_NR": "61", "MA12": "1", "MARS": "1", "NAME": "Delevoye", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-4,000", "CSINR": "", "KURTZ": "", "PHAS_": "94,300", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "26.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.03.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23065	della-frera-giuseppe-1924-09-12	{"3a_sports": "1336"}	{"ertel": "ES-1336"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Della Frera", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-09-12", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giuseppe", "family": "Della Frera"}, "birth": {"date": "1924-09-12", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1336", "ENG": "0", "MA_": "2", "G_NR": "198", "MA12": "12", "MARS": "36", "NAME": "Della Frera", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "4,300", "CSINR": "", "KURTZ": "", "PHAS_": "98,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "12.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giuseppe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.09.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23066	della-torre-riccardo-1921-05-11	{"3a_sports": "1337"}	{"ertel": "ES-1337"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Riccardo", "family": "Della Torre", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-05-11", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Riccardo", "family": "Della Torre"}, "birth": {"date": "1921-05-11", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1337", "ENG": "", "MA_": "0", "G_NR": "179", "MA12": "6", "MARS": "17", "NAME": "Della Torre", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "6,700", "CSINR": "", "KURTZ": "", "PHAS_": "12,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "11.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Riccardo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.05.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23068	denis-charles-1880-02-22	{"3a_sports": "1356"}	{"ertel": "ES-1356"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Denis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1880-02-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["golfer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Charles", "family": "Denis"}, "birth": {"date": "1880-02-22", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1356", "ENG": "1", "MA_": "2", "G_NR": "63", "MA12": "1", "MARS": "1", "NAME": "Denis", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "7,700", "CSINR": "", "KURTZ": "", "PHAS_": "83,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "22.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Charles", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.02.1880", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "GOLF", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23069	denis-daniele-verriest-1947-04-25	{"3a_sports": "1357"}	{"ertel": "ES-1357"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniele  Verriest", "family": "Denis", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1947-04-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Daniele  Verriest", "family": "Denis"}, "birth": {"date": "1947-04-25", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "1357", "ENG": "", "MA_": "0", "G_NR": "64", "MA12": "8", "MARS": "24", "NAME": "Denis", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "8,200", "CSINR": "", "KURTZ": "", "PHAS_": "18,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "25.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Daniele  Verriest", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.04.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23071	descatoires-dominique-1948-12-31	{"3a_sports": "1369"}	{"ertel": "ES-1369"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dominique", "family": "Descatoires", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1948-12-31", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Dominique", "family": "Descatoires"}, "birth": {"date": "1948-12-31", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "1369", "ENG": "", "MA_": "0", "G_NR": "131", "MA12": "12", "MARS": "34", "NAME": "Descatoires", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "0,300", "CSINR": "", "KURTZ": "", "PHAS_": "0,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "31.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Dominique", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "31.12.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23072	desmaret-roger-1950-07-31	{"3a_sports": "1376"}	{"ertel": "ES-1376"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Desmaret", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1950-07-31", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Roger", "family": "Desmaret"}, "birth": {"date": "1950-07-31", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1376", "ENG": "", "MA_": "0", "G_NR": "132", "MA12": "8", "MARS": "22", "NAME": "Desmaret", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-3,200", "CSINR": "", "KURTZ": "", "PHAS_": "95,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "31.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "31.07.1950", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23073	despaux-georges-1934-02-23	{"3a_sports": "1378"}	{"ertel": "ES-1378"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Despaux", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-02-23", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Georges", "family": "Despaux"}, "birth": {"date": "1934-02-23", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1378", "ENG": "", "MA_": "1", "G_NR": "66", "MA12": "11", "MARS": "31", "NAME": "Despaux", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "9,200", "CSINR": "", "KURTZ": "", "PHAS_": "66,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.02.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23076	destrumelle-jean-pierre-1941-01-02	{"3a_sports": "1383"}	{"ertel": "ES-1383"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Pierre", "family": "Destrumelle", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-01-02", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean Pierre", "family": "Destrumelle"}, "birth": {"date": "1941-01-02", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1383", "ENG": "", "MA_": "1", "G_NR": "133", "MA12": "2", "MARS": "4", "NAME": "Destrumelle", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "7,200", "CSINR": "", "KURTZ": "", "PHAS_": "18,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean Pierre", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "02.01.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23077	detchenique-laurent-1951-08-03	{"3a_sports": "1384"}	{"ertel": "ES-1384"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Laurent", "family": "Detchenique", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1951-08-03", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Laurent", "family": "Detchenique"}, "birth": {"date": "1951-08-03", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1384", "ENG": "", "MA_": "1", "G_NR": "134", "MA12": "2", "MARS": "6", "NAME": "Detchenique", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-0,800", "CSINR": "", "KURTZ": "", "PHAS_": "0,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "03.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Laurent", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "03.08.1951", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23078	detoni-gabriele-1933-01-20	{"3a_sports": "1385"}	{"ertel": "ES-1385"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriele", "family": "Detoni", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1933-01-20", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "F", "name": {"given": "Gabriele", "family": "Detoni"}, "birth": {"date": "1933-01-20", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "1385", "ENG": "1", "MA_": "2", "G_NR": "201", "MA12": "1", "MARS": "3", "NAME": "Detoni", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-11,30", "CSINR": "", "KURTZ": "", "PHAS_": "41,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "20.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gabriele", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.01.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23074	destrebecq-pierre-1881-06-18	{"3a_sports": "1381"}	{"cpara": "CP-*63", "ertel": "ES-1381"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Destrebecq", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1881-06-18", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Pierre", "family": "Destrebecq"}, "birth": {"date": "1881-06-18", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1381", "ENG": "1", "MA_": "2", "G_NR": "63", "MA12": "4", "MARS": "10", "NAME": "Destrebecq", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "-10,90", "CSINR": "", "KURTZ": "", "PHAS_": "60,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "18.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 63", "VORNAME": "Pierre", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.06.1881", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23080	devis-robert-1933-05-02	{"3a_sports": "1392"}	{"ertel": "ES-1392"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Devis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-05-02", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Robert", "family": "Devis"}, "birth": {"date": "1933-05-02", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1392", "ENG": "", "MA_": "1", "G_NR": "67", "MA12": "10", "MARS": "28", "NAME": "Devis", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "9,300", "CSINR": "", "KURTZ": "", "PHAS_": "40,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.05.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23082	di-bella-carmelo-1921-03-02	{"3a_sports": "1398"}	{"ertel": "ES-1398"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carmelo", "family": "Di Bella", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-03-02", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Carmelo", "family": "Di Bella"}, "birth": {"date": "1921-03-02", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1398", "ENG": "", "MA_": "0", "G_NR": "203", "MA12": "11", "MARS": "32", "NAME": "Di Bella", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,800", "CSINR": "", "KURTZ": "", "PHAS_": "46,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "02.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Carmelo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.03.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23083	di-counco-lo-ruggero-1918-06-30	{"3a_sports": "1399"}	{"ertel": "ES-1399"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ruggero", "family": "Di Counco(Lo)", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-06-30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ruggero", "family": "Di Counco(Lo)"}, "birth": {"date": "1918-06-30", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1399", "ENG": "1", "MA_": "2", "G_NR": "204", "MA12": "4", "MARS": "12", "NAME": "Di Counco(Lo)", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-10,40", "CSINR": "", "KURTZ": "", "PHAS_": "65,600", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "30.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ruggero", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.06.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23084	di-davide-giovanni-1934-12-05	{"3a_sports": "1400"}	{"ertel": "ES-1400"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Di Davide", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-12-05", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giovanni", "family": "Di Davide"}, "birth": {"date": "1934-12-05", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1400", "ENG": "", "MA_": "0", "G_NR": "205", "MA12": "12", "MARS": "34", "NAME": "Di Davide", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-5,300", "CSINR": "", "KURTZ": "", "PHAS_": "4,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "05.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giovanni", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.12.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23085	di-gennaro-silvio-1919-03-20	{"3a_sports": "1401"}	{"ertel": "ES-1401"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Silvio", "family": "Di Gennaro", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-03-20", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Silvio", "family": "Di Gennaro"}, "birth": {"date": "1919-03-20", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1401", "ENG": "", "MA_": "0", "G_NR": "206", "MA12": "3", "MARS": "7", "NAME": "Di Gennaro", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-4,900", "CSINR": "", "KURTZ": "", "PHAS_": "90,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "20.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Silvio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.03.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23086	di-giacomo-beniamico-1935-11-13	{"3a_sports": "1402"}	{"ertel": "ES-1402"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Beniamico", "family": "Di Giacomo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1935-11-13", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Beniamico", "family": "Di Giacomo"}, "birth": {"date": "1935-11-13", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1402", "ENG": "", "MA_": "1", "G_NR": "207", "MA12": "2", "MARS": "4", "NAME": "Di Giacomo", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-4,700", "CSINR": "", "KURTZ": "", "PHAS_": "92,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "13.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Beniamico", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.11.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23087	di-pasquale-luigi-1919-06-12	{"3a_sports": "1403"}	{"ertel": "ES-1403"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Di Pasquale", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-06-12", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luigi", "family": "Di Pasquale"}, "birth": {"date": "1919-06-12", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1403", "ENG": "1", "MA_": "2", "G_NR": "209", "MA12": "1", "MARS": "3", "NAME": "Di Pasquale", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "3,900", "CSINR": "", "KURTZ": "", "PHAS_": "97,400", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "12.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.06.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23088	di-santo-aldo-1920-12-07	{"3a_sports": "1404"}	{"ertel": "ES-1404"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Di Santo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-12-07", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Aldo", "family": "Di Santo"}, "birth": {"date": "1920-12-07", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1404", "ENG": "", "MA_": "0", "G_NR": "210", "MA12": "11", "MARS": "33", "NAME": "Di Santo", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-7,000", "CSINR": "", "KURTZ": "", "PHAS_": "10,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "07.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Aldo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.12.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23089	di-veroli-giovanni-1932-08-11	{"3a_sports": "1405"}	{"ertel": "ES-1405"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Di Veroli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-08-11", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giovanni", "family": "Di Veroli"}, "birth": {"date": "1932-08-11", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1405", "ENG": "", "MA_": "1", "G_NR": "211", "MA12": "5", "MARS": "13", "NAME": "Di Veroli", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "11,000", "CSINR": "", "KURTZ": "", "PHAS_": "68,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "11.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giovanni", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.08.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23090	diamante-luigi-1918-01-12	{"3a_sports": "1411"}	{"ertel": "ES-1411"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Diamante", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-01-12", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luigi", "family": "Diamante"}, "birth": {"date": "1918-01-12", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1411", "ENG": "", "MA_": "1", "G_NR": "202", "MA12": "7", "MARS": "19", "NAME": "Diamante", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-3,700", "CSINR": "", "KURTZ": "", "PHAS_": "1,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "12.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.01.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23092	diot-maurice-1922-06-13	{"3a_sports": "1418"}	{"ertel": "ES-1418"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Diot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-06-13", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Maurice", "family": "Diot"}, "birth": {"date": "1922-06-13", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1418", "ENG": "0", "MA_": "2", "G_NR": "137", "MA12": "3", "MARS": "9", "NAME": "Diot", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-5,600", "CSINR": "", "KURTZ": "", "PHAS_": "88,200", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "13.06.", "ZITATE": "DOY", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Maurice", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "13.06.1922", "GQBECORR": "a2", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23093	diotallevi-voltmuo-1922-09-04	{"3a_sports": "1419"}	{"ertel": "ES-1419"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Voltmuo", "family": "Diotallevi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-09-04", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Voltmuo", "family": "Diotallevi"}, "birth": {"date": "1922-09-04", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1419", "ENG": "", "MA_": "0", "G_NR": "208", "MA12": "8", "MARS": "22", "NAME": "Diotallevi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "5,000", "CSINR": "", "KURTZ": "", "PHAS_": "95,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "04.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Voltmuo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.09.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23094	domenech-raymond-1952-01-24	{"3a_sports": "1432"}	{"ertel": "ES-1432"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Domenech", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1952-01-24", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Raymond", "family": "Domenech"}, "birth": {"date": "1952-01-24", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1432", "ENG": "", "MA_": "1", "G_NR": "138", "MA12": "11", "MARS": "31", "NAME": "Domenech", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-8,800", "CSINR": "", "KURTZ": "", "PHAS_": "12,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "24.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Raymond", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "24.01.1952", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23095	domergue-robert-1921-11-25	{"3a_sports": "1433"}	{"ertel": "ES-1433"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Domergue", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-11-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Robert", "family": "Domergue"}, "birth": {"date": "1921-11-25", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1433", "ENG": "", "MA_": "1", "G_NR": "139", "MA12": "5", "MARS": "14", "NAME": "Domergue", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-10,10", "CSINR": "", "KURTZ": "", "PHAS_": "23,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "25.11.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "25.11.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23096	donati-aldo-1910-09-29	{"3a_sports": "1437"}	{"ertel": "ES-1437"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Donati", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1910-09-29", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Aldo", "family": "Donati"}, "birth": {"date": "1910-09-29", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1437", "ENG": "", "MA_": "0", "G_NR": "212", "MA12": "11", "MARS": "32", "NAME": "Donati", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,000", "CSINR": "", "KURTZ": "", "PHAS_": "18,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "29.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Aldo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.09.1910", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23097	dondi-piero-1915-03-13	{"3a_sports": "1439"}	{"ertel": "ES-1439"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Piero", "family": "Dondi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1915-03-13", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Piero", "family": "Dondi"}, "birth": {"date": "1915-03-13", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1439", "ENG": "", "MA_": "0", "G_NR": "213", "MA12": "6", "MARS": "16", "NAME": "Dondi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-6,900", "CSINR": "", "KURTZ": "", "PHAS_": "8,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "13.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Piero", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.03.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23098	donnet-daniel-1952-02-12	{"3a_sports": "1441"}	{"ertel": "ES-1441"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "Donnet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1952-02-12", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["handball-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Daniel", "family": "Donnet"}, "birth": {"date": "1952-02-12", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1441", "ENG": "", "MA_": "0", "G_NR": "140", "MA12": "11", "MARS": "33", "NAME": "Donnet", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-0,900", "CSINR": "", "KURTZ": "", "PHAS_": "99,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Daniel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "12.02.1952", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "HAND", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23099	dorigo-aldo-1929-08-05	{"3a_sports": "1444"}	{"ertel": "ES-1444"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Dorigo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-08-05", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Aldo", "family": "Dorigo"}, "birth": {"date": "1929-08-05", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1444", "ENG": "1", "MA_": "2", "G_NR": "215", "MA12": "1", "MARS": "3", "NAME": "Dorigo", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-2,000", "CSINR": "", "KURTZ": "", "PHAS_": "0,200", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "05.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Aldo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.08.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23102	dormois-gabriel-1916-03-26	{"3a_sports": "1447"}	{"ertel": "ES-1447"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Dormois", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1916-03-26", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gabriel", "family": "Dormois"}, "birth": {"date": "1916-03-26", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1447", "ENG": "", "MA_": "1", "G_NR": "69", "MA12": "6", "MARS": "18", "NAME": "Dormois", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-11,00", "CSINR": "", "KURTZ": "", "PHAS_": "57,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "26.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gabriel", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.03.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23103	dournac-joseph-1896-12-21	{"3a_sports": "1452"}	{"ertel": "ES-1452"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Dournac", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1896-12-21", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Joseph", "family": "Dournac"}, "birth": {"date": "1896-12-21", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1452", "ENG": "", "MA_": "1", "G_NR": "142", "MA12": "5", "MARS": "14", "NAME": "Dournac", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-0,700", "CSINR": "", "KURTZ": "", "PHAS_": "99,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Joseph", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "21.12.1896", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23107	dubaele-claude-1940-01-19	{"3a_sports": "1463"}	{"ertel": "ES-1463"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Dubaele", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-01-19", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Claude", "family": "Dubaele"}, "birth": {"date": "1940-01-19", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1463", "ENG": "", "MA_": "1", "G_NR": "145", "MA12": "2", "MARS": "5", "NAME": "Dubaele", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "9,700", "CSINR": "", "KURTZ": "", "PHAS_": "62,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "19.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Claude", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "19.01.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23105	dreyfus-yves-1931-05-17	{"3a_sports": "1456", "cfepp-final3": "397"}	{"cfepp": "CF-397", "ertel": "ES-1456"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Dreyfus", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-05-17 20:45", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": -3.09, "lat": 45.78, "name": "CLERMONT-FERRAND", "geoid": null}, "notime": null, "date-ut": "1931-05-17 19:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Yves", "family": "Dreyfus"}, "birth": {"date": "1931-05-17", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1456", "ENG": "1", "MA_": "2", "G_NR": "143", "MA12": "4", "MARS": "12", "NAME": "Dreyfus", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-2,300", "CSINR": "", "KURTZ": "", "PHAS_": "0,500", "STUND": "", "CFEPNR": "397", "EXTEND": "1", "NATION": "FRA", "TAGMON": "17.05.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Yves", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "17.05.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FENC", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1931-05-17 20:45", "place": {"c2": "63", "c3": "", "cy": "FR", "lg": -3.09, "lat": 45.78, "name": "CLERMONT-FERRAND"}, "date-ut": "1931-05-17 19:45"}, "occus": ["fencer"], "ids-in-sources": {"cfepp-final3": "397"}}, "raw": {"S": "4", "LT": "20 45", "LV": "I", "TR": "f", "UT": "19 45", "LAT": "+45.78", "SRC": "L", "LONG": "-03.09", "NAME": "DREYFUS Yves", "SPORT": "Fencing", "LOC_DATE": "1931 05 17", "UNIV_DATE": "1931 05 17", "BIRTH_PLACE": "CLERMONT-FERRAND", "POSTAL_CODE": "63002 CEDEX"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23109	dubois-gabriel-1911-08-31	{"3a_sports": "1466"}	{"ertel": "ES-1466"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Dubois", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1911-08-31", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gabriel", "family": "Dubois"}, "birth": {"date": "1911-08-31", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1466", "ENG": "", "MA_": "0", "G_NR": "71", "MA12": "11", "MARS": "32", "NAME": "Dubois", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "43,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "31.08.", "ZITATE": "Y", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gabriel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "31.08.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23110	dubois-jules-1862-05-04	{"3a_sports": "1467"}	{"ertel": "ES-1467"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Dubois", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1862-05-04", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jules", "family": "Dubois"}, "birth": {"date": "1862-05-04", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1467", "ENG": "", "MA_": "0", "G_NR": "72", "MA12": "8", "MARS": "24", "NAME": "Dubois", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "7,200", "CSINR": "", "KURTZ": "", "PHAS_": "21,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.05.", "ZITATE": "GHY", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jules", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "04.05.1862", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23111	dubuisson-jean-paul-1951-01-15	{"3a_sports": "1471"}	{"ertel": "ES-1471"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Paul", "family": "Dubuisson", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1951-01-15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean Paul", "family": "Dubuisson"}, "birth": {"date": "1951-01-15", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1471", "ENG": "", "MA_": "0", "G_NR": "146", "MA12": "11", "MARS": "33", "NAME": "Dubuisson", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "9,800", "CSINR": "", "KURTZ": "", "PHAS_": "50,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean Paul", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "15.01.1951", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23112	due-alessandro-1913-07-10	{"3a_sports": "1475"}	{"ertel": "ES-1475"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alessandro", "family": "Due", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-07-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alessandro", "family": "Due"}, "birth": {"date": "1913-07-10", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1475", "ENG": "1", "MA_": "2", "G_NR": "216", "MA12": "1", "MARS": "1", "NAME": "Due", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "11,000", "CSINR": "", "KURTZ": "", "PHAS_": "39,900", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "10.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Alessandro", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.07.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23113	dunker-willi-1893-01-25	{"3a_sports": "1476"}	{"ertel": "ES-1476"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willi", "family": "Dünker", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1893-01-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Willi", "family": "Dünker"}, "birth": {"date": "1893-01-25", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1476", "ENG": "", "MA_": "1", "G_NR": "91", "MA12": "5", "MARS": "13", "NAME": "Dünker", "PUBL": "U", "QUEL": "GMING", "AUFAB": "11,100", "CSINR": "", "KURTZ": "", "PHAS_": "47,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "25.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Willi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.01.1893", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23114	durr-rudolf-1909-04-09	{"3a_sports": "1477"}	{"ertel": "ES-1477"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rudolf", "family": "Dürr", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1909-04-09", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Rudolf", "family": "Dürr"}, "birth": {"date": "1909-04-09", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1477", "ENG": "", "MA_": "1", "G_NR": "8", "MA12": "5", "MARS": "13", "NAME": "Dürr", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-4,800", "CSINR": "", "KURTZ": "", "PHAS_": "90,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "09.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Rudolf", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.04.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23116	dugauguez-louis-1918-02-21	{"3a_sports": "1482"}	{"ertel": "ES-1482"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Dugauguez", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-02-21", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Louis", "family": "Dugauguez"}, "birth": {"date": "1918-02-21", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1482", "ENG": "0", "MA_": "2", "G_NR": "148", "MA12": "3", "MARS": "9", "NAME": "Dugauguez", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "8,800", "CSINR": "", "KURTZ": "", "PHAS_": "79,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "21.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Louis", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "21.02.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23117	dugini-ottorino-1914-10-06	{"3a_sports": "1483"}	{"ertel": "ES-1483"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ottorino", "family": "Dugini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-10-06", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ottorino", "family": "Dugini"}, "birth": {"date": "1914-10-06", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1483", "ENG": "", "MA_": "0", "G_NR": "217", "MA12": "5", "MARS": "15", "NAME": "Dugini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-2,300", "CSINR": "", "KURTZ": "", "PHAS_": "97,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "06.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ottorino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.10.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23119	dumartin-jacques-1946-03-20	{"3a_sports": "1491"}	{"ertel": "ES-1491"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Dumartin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-03-20", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jacques", "family": "Dumartin"}, "birth": {"date": "1946-03-20", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1491", "ENG": "1", "MA_": "2", "G_NR": "149", "MA12": "4", "MARS": "12", "NAME": "Dumartin", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-3,200", "CSINR": "", "KURTZ": "", "PHAS_": "95,200", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "20.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "20.03.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23121	duprez-benedicte-1951-08-08	{"3a_sports": "1501"}	{"ertel": "ES-1501"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bénédicte", "family": "Duprez", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1951-08-08", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Bénédicte", "family": "Duprez"}, "birth": {"date": "1951-08-08", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "1501", "ENG": "1", "MA_": "2", "G_NR": "151", "MA12": "1", "MARS": "2", "NAME": "Duprez", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "8,300", "CSINR": "", "KURTZ": "", "PHAS_": "24,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "08.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Bénédicte", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "08.08.1951", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SWIM", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23122	duquesne-lucien-1900-10-17	{"3a_sports": "1505"}	{"ertel": "ES-1505"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Duquesne", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1900-10-17", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Lucien", "family": "Duquesne"}, "birth": {"date": "1900-10-17", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1505", "ENG": "", "MA_": "1", "G_NR": "74", "MA12": "9", "MARS": "27", "NAME": "Duquesne", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-9,700", "CSINR": "", "KURTZ": "", "PHAS_": "34,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Lucien", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.10.1900", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23125	duvivier-martine-1953-01-04	{"3a_sports": "1519"}	{"ertel": "ES-1519"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Martine", "family": "Duvivier", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1953-01-04", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Martine", "family": "Duvivier"}, "birth": {"date": "1953-01-04", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "1519", "ENG": "0", "MA_": "2", "G_NR": "153", "MA12": "12", "MARS": "36", "NAME": "Duvivier", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-5,600", "CSINR": "", "KURTZ": "", "PHAS_": "87,300", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "04.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Martine", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "04.01.1953", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23126	d-encausse-de-g-herre-1943-09-27	{"3a_sports": "1520"}	{"ertel": "ES-1520"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Herre", "family": "D`Encausse de G.", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-09-27", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Herre", "family": "D`Encausse de G."}, "birth": {"date": "1943-09-27", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1520", "ENG": "1", "MA_": "2", "G_NR": "1", "MA12": "4", "MARS": "11", "NAME": "D`Encausse de G.", "PUBL": "U", "QUEL": "G_79F", "AUFAB": "-5,200", "CSINR": "", "KURTZ": "", "PHAS_": "5,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "27.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Herre", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "27.09.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23127	d-orazi-elvezio-1920-05-24	{"3a_sports": "1524"}	{"ertel": "ES-1524"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elvezio", "family": "D'orazi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-05-24", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Elvezio", "family": "D'orazi"}, "birth": {"date": "1920-05-24", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1524", "ENG": "1", "MA_": "2", "G_NR": "214", "MA12": "4", "MARS": "10", "NAME": "D'orazi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "10,900", "CSINR": "", "KURTZ": "", "PHAS_": "40,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "24.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Elvezio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.05.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23128	eitel-otto-1909-06-05	{"3a_sports": "1529"}	{"ertel": "ES-1529"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Eitel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1909-06-05", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Otto", "family": "Eitel"}, "birth": {"date": "1909-06-05", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1529", "ENG": "", "MA_": "0", "G_NR": "3", "MA12": "3", "MARS": "7", "NAME": "Eitel", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-1,000", "CSINR": "", "KURTZ": "", "PHAS_": "99,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "05.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Otto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.06.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23129	eldracher-eugen-1907-05-08	{"3a_sports": "1534"}	{"ertel": "ES-1534"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugen.", "family": "Eldracher", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1907-05-08", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Eugen.", "family": "Eldracher"}, "birth": {"date": "1907-05-08", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1534", "ENG": "", "MA_": "0", "G_NR": "109", "MA12": "8", "MARS": "22", "NAME": "Eldracher", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-9,000", "CSINR": "", "KURTZ": "", "PHAS_": "18,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "08.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Eugen.", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.05.1907", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23130	elicetche-simon-1920-09-09	{"3a_sports": "1535"}	{"ertel": "ES-1535"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Simon", "family": "Elicetche", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-09-09", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Simon", "family": "Elicetche"}, "birth": {"date": "1920-09-09", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1535", "ENG": "", "MA_": "0", "G_NR": "75", "MA12": "12", "MARS": "34", "NAME": "Elicetche", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "16,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "09.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Simon", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.09.1920", "GQBECORR": "a2B", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23131	ellena-giacinto-1914-11-13	{"3a_sports": "1536"}	{"ertel": "ES-1536"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giacinto", "family": "Ellena", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-11-13", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giacinto", "family": "Ellena"}, "birth": {"date": "1914-11-13", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1536", "ENG": "", "MA_": "0", "G_NR": "218", "MA12": "9", "MARS": "25", "NAME": "Ellena", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-10,60", "CSINR": "", "KURTZ": "", "PHAS_": "28,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "13.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giacinto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.11.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23133	emiliani-mario-1931-12-15	{"3a_sports": "1541"}	{"ertel": "ES-1541"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Emiliani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-12-15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Mario", "family": "Emiliani"}, "birth": {"date": "1931-12-15", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1541", "ENG": "", "MA_": "1", "G_NR": "219", "MA12": "2", "MARS": "4", "NAME": "Emiliani", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "8,800", "CSINR": "", "KURTZ": "", "PHAS_": "31,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "15.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.12.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23134	emiliani-vittorio-1931-12-05	{"3a_sports": "1542"}	{"ertel": "ES-1542"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vittorio", "family": "Emiliani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-12-05", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Vittorio", "family": "Emiliani"}, "birth": {"date": "1931-12-05", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1542", "ENG": "", "MA_": "1", "G_NR": "220", "MA12": "2", "MARS": "5", "NAME": "Emiliani", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-10,60", "CSINR": "", "KURTZ": "", "PHAS_": "25,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "05.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Vittorio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.12.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23135	emoli-clavio-1934-08-23	{"3a_sports": "1543"}	{"ertel": "ES-1543"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clavio", "family": "Emoli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-08-23", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Clavio", "family": "Emoli"}, "birth": {"date": "1934-08-23", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1543", "ENG": "", "MA_": "1", "G_NR": "221", "MA12": "2", "MARS": "4", "NAME": "Emoli", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "6,500", "CSINR": "", "KURTZ": "", "PHAS_": "95,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "23.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Clavio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.08.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23136	emonet-patricia-1956-07-22	{"3a_sports": "1544"}	{"ertel": "ES-1544"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Patricia", "family": "Emonet", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1956-07-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"sex": "F", "name": {"given": "Patricia", "family": "Emonet"}, "birth": {"date": "1956-07-22", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "1544", "ENG": "", "MA_": "0", "G_NR": "155", "MA12": "6", "MARS": "17", "NAME": "Emonet", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "2,400", "CSINR": "", "KURTZ": "", "PHAS_": "99,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.07.", "ZITATE": "DHM", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Patricia", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "22.07.1956", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23137	escale-jean-paul-1938-03-06	{"3a_sports": "1549"}	{"ertel": "ES-1549"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Paul", "family": "Escale", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1938-03-06", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean Paul", "family": "Escale"}, "birth": {"date": "1938-03-06", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1549", "ENG": "", "MA_": "0", "G_NR": "156", "MA12": "5", "MARS": "15", "NAME": "Escale", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "7,100", "CSINR": "", "KURTZ": "", "PHAS_": "15,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean Paul", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "06.03.1938", "GQBECORR": "d2", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23138	eschmann-norbert-1933-09-19	{"3a_sports": "1550"}	{"ertel": "ES-1550"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Norbert", "family": "Eschmann", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-09-19", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Norbert", "family": "Eschmann"}, "birth": {"date": "1933-09-19", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1550", "ENG": "", "MA_": "0", "G_NR": "76", "MA12": "8", "MARS": "22", "NAME": "Eschmann", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-2,800", "CSINR": "", "KURTZ": "", "PHAS_": "0,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "19.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Norbert", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "19.09.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23139	esclassan-jacques-1948-09-03	{"3a_sports": "1551"}	{"ertel": "ES-1551"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Esclassan", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-09-03", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jacques", "family": "Esclassan"}, "birth": {"date": "1948-09-03", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1551", "ENG": "1", "MA_": "2", "G_NR": "157", "MA12": "4", "MARS": "11", "NAME": "Esclassan", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-3,000", "CSINR": "", "KURTZ": "", "PHAS_": "0,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "03.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "03.09.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23141	even-pierre-1929-01-22	{"3a_sports": "1562"}	{"ertel": "ES-1562"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Even", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-01-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Pierre", "family": "Even"}, "birth": {"date": "1929-01-22", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1562", "ENG": "", "MA_": "1", "G_NR": "77", "MA12": "2", "MARS": "6", "NAME": "Even", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "9,300", "CSINR": "", "KURTZ": "", "PHAS_": "85,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.01.", "ZITATE": "Y", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "22.01.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23142	everaert-pierre-1933-12-21	{"3a_sports": "1563"}	{"ertel": "ES-1563"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Everaert", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-12-21", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Pierre", "family": "Everaert"}, "birth": {"date": "1933-12-21", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1563", "ENG": "", "MA_": "0", "G_NR": "159", "MA12": "11", "MARS": "32", "NAME": "Everaert", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "8,600", "CSINR": "", "KURTZ": "", "PHAS_": "20,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.12.", "ZITATE": "DY", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "21.12.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23143	fabbri-camillo-1919-06-26	{"3a_sports": "1565"}	{"ertel": "ES-1565"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camillo", "family": "Fabbri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-06-26", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Camillo", "family": "Fabbri"}, "birth": {"date": "1919-06-26", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1565", "ENG": "", "MA_": "1", "G_NR": "222", "MA12": "9", "MARS": "26", "NAME": "Fabbri", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-6,500", "CSINR": "", "KURTZ": "", "PHAS_": "5,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "26.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Camillo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.06.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23144	fabbri-ezio-1920-10-15	{"3a_sports": "1567"}	{"ertel": "ES-1567"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ezio", "family": "Fabbri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-10-15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ezio", "family": "Fabbri"}, "birth": {"date": "1920-10-15", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1567", "ENG": "", "MA_": "1", "G_NR": "223", "MA12": "7", "MARS": "19", "NAME": "Fabbri", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "4,900", "CSINR": "", "KURTZ": "", "PHAS_": "9,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "15.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ezio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.10.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23145	fabry-andre-1938-11-16	{"3a_sports": "1570"}	{"ertel": "ES-1570"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Fabry", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1938-11-16", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "André", "family": "Fabry"}, "birth": {"date": "1938-11-16", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1570", "ENG": "", "MA_": "1", "G_NR": "160", "MA12": "7", "MARS": "19", "NAME": "Fabry", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-11,00", "CSINR": "", "KURTZ": "", "PHAS_": "35,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "16.11.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "16.11.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23146	fadini-rubens-1927-06-01	{"3a_sports": "1572"}	{"ertel": "ES-1572"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rubens", "family": "Fadini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-06-01", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Rubens", "family": "Fadini"}, "birth": {"date": "1927-06-01", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1572", "ENG": "", "MA_": "1", "G_NR": "224", "MA12": "6", "MARS": "18", "NAME": "Fadini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "1,700", "CSINR": "", "KURTZ": "", "PHAS_": "1,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Rubens", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.06.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23147	faist-otto-1903-03-11	{"3a_sports": "1577"}	{"ertel": "ES-1577"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Faist", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1903-03-11", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Otto", "family": "Faist"}, "birth": {"date": "1903-03-11", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1577", "ENG": "", "MA_": "1", "G_NR": "19", "MA12": "9", "MARS": "26", "NAME": "Faist", "PUBL": "U", "QUEL": "GMING", "AUFAB": "7,600", "CSINR": "", "KURTZ": "", "PHAS_": "91,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "11.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Otto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.03.1903", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23148	fantuzzi-sergio-1928-10-29	{"3a_sports": "1585"}	{"ertel": "ES-1585"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sergio", "family": "Fantuzzi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-10-29", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Sergio", "family": "Fantuzzi"}, "birth": {"date": "1928-10-29", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1585", "ENG": "", "MA_": "1", "G_NR": "225", "MA12": "2", "MARS": "4", "NAME": "Fantuzzi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "1,400", "CSINR": "", "KURTZ": "", "PHAS_": "100,00", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "29.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Sergio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.10.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23149	farison-gerard-1944-03-05	{"3a_sports": "1587"}	{"ertel": "ES-1587"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Farison", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1944-03-05", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gérard", "family": "Farison"}, "birth": {"date": "1944-03-05", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1587", "ENG": "", "MA_": "0", "G_NR": "161", "MA12": "3", "MARS": "8", "NAME": "Farison", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "8,400", "CSINR": "", "KURTZ": "", "PHAS_": "79,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gérard", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "05.03.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23151	faust-wilh-1924-01-10	{"3a_sports": "1594"}	{"ertel": "ES-1594"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilh.", "family": "Faust", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-01-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Wilh.", "family": "Faust"}, "birth": {"date": "1924-01-10", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1594", "ENG": "", "MA_": "0", "G_NR": "59", "MA12": "11", "MARS": "33", "NAME": "Faust", "PUBL": "U", "QUEL": "GMING", "AUFAB": "6,700", "CSINR": "", "KURTZ": "", "PHAS_": "14,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "10.01.", "ZITATE": "HS", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Wilh.", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "10.01.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23152	favaro-giorgio-1944-11-05	{"3a_sports": "1595"}	{"ertel": "ES-1595"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giorgio", "family": "Favaro", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1944-11-05", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giorgio", "family": "Favaro"}, "birth": {"date": "1944-11-05", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1595", "ENG": "", "MA_": "0", "G_NR": "7", "MA12": "3", "MARS": "7", "NAME": "Favaro", "PUBL": "U", "QUEL": "GMINV", "AUFAB": "-8,400", "CSINR": "", "KURTZ": "", "PHAS_": "76,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "05.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giorgio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.11.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23153	favre-jacques-1921-05-06	{"3a_sports": "1596"}	{"ertel": "ES-1596"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Favre", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-05-06", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jacques", "family": "Favre"}, "birth": {"date": "1921-05-06", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1596", "ENG": "", "MA_": "1", "G_NR": "163", "MA12": "5", "MARS": "13", "NAME": "Favre", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-5,200", "CSINR": "", "KURTZ": "", "PHAS_": "4,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "06.05.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23155	feccia-silvio-1927-01-22	{"3a_sports": "1598"}	{"ertel": "ES-1598"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Silvio", "family": "Feccia", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-01-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Silvio", "family": "Feccia"}, "birth": {"date": "1927-01-22", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1598", "ENG": "1", "MA_": "2", "G_NR": "226", "MA12": "4", "MARS": "12", "NAME": "Feccia", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-6,100", "CSINR": "", "KURTZ": "", "PHAS_": "85,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "22.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Silvio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.01.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23156	fedou-daniel-1949-03-17	{"3a_sports": "1599"}	{"ertel": "ES-1599"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "Fedou", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-03-17", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Daniel", "family": "Fedou"}, "birth": {"date": "1949-03-17", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1599", "ENG": "1", "MA_": "2", "G_NR": "165", "MA12": "4", "MARS": "11", "NAME": "Fedou", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-5,000", "CSINR": "", "KURTZ": "", "PHAS_": "92,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "17.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Daniel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "17.03.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23157	fefeu-andre-1938-08-25	{"3a_sports": "1600"}	{"ertel": "ES-1600"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Fefeu", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1938-08-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "André", "family": "Fefeu"}, "birth": {"date": "1938-08-25", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1600", "ENG": "", "MA_": "0", "G_NR": "166", "MA12": "11", "MARS": "32", "NAME": "Fefeu", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-2,900", "CSINR": "", "KURTZ": "", "PHAS_": "0,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "25.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "25.08.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23159	fenoglio-giuseppe-1908-01-22	{"3a_sports": "1604"}	{"ertel": "ES-1604"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Fenoglio", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1908-01-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giuseppe", "family": "Fenoglio"}, "birth": {"date": "1908-01-22", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1604", "ENG": "", "MA_": "1", "G_NR": "227", "MA12": "7", "MARS": "19", "NAME": "Fenoglio", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-5,000", "CSINR": "", "KURTZ": "", "PHAS_": "89,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "22.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giuseppe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.01.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23160	fermi-gianni-1935-02-21	{"3a_sports": "1608"}	{"ertel": "ES-1608"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gianni", "family": "Fermi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1935-02-21", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gianni", "family": "Fermi"}, "birth": {"date": "1935-02-21", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1608", "ENG": "0", "MA_": "2", "G_NR": "228", "MA12": "12", "MARS": "36", "NAME": "Fermi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-3,600", "CSINR": "", "KURTZ": "", "PHAS_": "94,200", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "21.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gianni", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.02.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23161	ferrabone-stefano-1922-02-25	{"3a_sports": "1609"}	{"ertel": "ES-1609"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stefano", "family": "Ferrabone", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-02-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Stefano", "family": "Ferrabone"}, "birth": {"date": "1922-02-25", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1609", "ENG": "", "MA_": "1", "G_NR": "229", "MA12": "7", "MARS": "21", "NAME": "Ferrabone", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-4,000", "CSINR": "", "KURTZ": "", "PHAS_": "3,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "25.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Stefano", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.02.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23162	ferrarese-renato-1918-01-10	{"3a_sports": "1612"}	{"ertel": "ES-1612"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renato", "family": "Ferrarese", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-01-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Renato", "family": "Ferrarese"}, "birth": {"date": "1918-01-10", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1612", "ENG": "1", "MA_": "2", "G_NR": "230", "MA12": "4", "MARS": "10", "NAME": "Ferrarese", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-7,400", "CSINR": "", "KURTZ": "", "PHAS_": "10,600", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "10.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Renato", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.01.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23163	ferraro-giovanni-1930-02-18	{"3a_sports": "1622"}	{"ertel": "ES-1622"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Ferraro", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-02-18", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giovanni", "family": "Ferraro"}, "birth": {"date": "1930-02-18", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1622", "ENG": "1", "MA_": "2", "G_NR": "231", "MA12": "1", "MARS": "3", "NAME": "Ferraro", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,000", "CSINR": "", "KURTZ": "", "PHAS_": "73,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "18.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giovanni", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.02.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23164	ferrero-luigi-1904-02-26	{"3a_sports": "1624"}	{"ertel": "ES-1624"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Ferrero", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1904-02-26", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luigi", "family": "Ferrero"}, "birth": {"date": "1904-02-26", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1624", "ENG": "", "MA_": "1", "G_NR": "232", "MA12": "2", "MARS": "6", "NAME": "Ferrero", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "10,700", "CSINR": "", "KURTZ": "", "PHAS_": "66,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "26.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.02.1904", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23165	ferri-alessandro-1921-02-25	{"3a_sports": "1626"}	{"ertel": "ES-1626"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alessandro", "family": "Ferri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-02-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alessandro", "family": "Ferri"}, "birth": {"date": "1921-02-25", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1626", "ENG": "", "MA_": "0", "G_NR": "233", "MA12": "11", "MARS": "32", "NAME": "Ferri", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-5,400", "CSINR": "", "KURTZ": "", "PHAS_": "90,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "25.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Alessandro", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.02.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23166	ferrini-osvaldo-1914-02-21	{"3a_sports": "1628"}	{"ertel": "ES-1628"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Osvaldo", "family": "Ferrini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-02-21", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Osvaldo", "family": "Ferrini"}, "birth": {"date": "1914-02-21", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1628", "ENG": "", "MA_": "1", "G_NR": "234", "MA12": "9", "MARS": "26", "NAME": "Ferrini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-8,200", "CSINR": "", "KURTZ": "", "PHAS_": "15,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "21.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Osvaldo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.02.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23168	fevret-andre-1941-10-24	{"3a_sports": "1631", "cfepp-final3": "167"}	{"cfepp": "CF-167", "ertel": "ES-1631"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Fevret", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-10-24 10:25", "note": null, "place": {"c1": null, "c2": "10", "c3": "", "cy": "FR", "lg": -4.07, "lat": 48.3, "name": "TROYES", "geoid": null}, "notime": null, "date-ut": "1941-10-24 08:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rower"]	5	null	[{"new": {"sex": "M", "name": {"given": "André", "family": "Fevret"}, "birth": {"date": "1941-10-24", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1631", "ENG": "", "MA_": "0", "G_NR": "169", "MA12": "8", "MARS": "24", "NAME": "Fevret", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "7,900", "CSINR": "", "KURTZ": "", "PHAS_": "16,600", "STUND": "", "CFEPNR": "167", "EXTEND": "", "NATION": "FRA", "TAGMON": "24.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.10.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "ROWI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1941-10-24 10:25", "place": {"c2": "10", "c3": "", "cy": "FR", "lg": -4.07, "lat": 48.3, "name": "TROYES"}, "date-ut": "1941-10-24 08:25"}, "occus": ["rower"], "ids-in-sources": {"cfepp-final3": "167"}}, "raw": {"S": "8", "LT": "10 25", "LV": "I", "TR": "o", "UT": "08 25", "LAT": "+48.30", "SRC": "L", "LONG": "-04.07", "NAME": "FEVRET Andre", "SPORT": "Rowing", "LOC_DATE": "1941 10 24", "UNIV_DATE": "1941 10 24", "BIRTH_PLACE": "TROYES", "POSTAL_CODE": "10026 CEDEX"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23170	filippi-philippe-1908-08-21	{"3a_sports": "1635"}	{"ertel": "ES-1635"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Filippi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1908-08-21", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Philippe", "family": "Filippi"}, "birth": {"date": "1908-08-21", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1635", "ENG": "", "MA_": "0", "G_NR": "170", "MA12": "5", "MARS": "15", "NAME": "Filippi", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "29,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Philippe", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "21.08.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23171	fioravanti-giorgio-1921-12-14	{"3a_sports": "1640"}	{"ertel": "ES-1640"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giorgio", "family": "Fioravanti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-12-14", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giorgio", "family": "Fioravanti"}, "birth": {"date": "1921-12-14", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1640", "ENG": "", "MA_": "1", "G_NR": "235", "MA12": "5", "MARS": "14", "NAME": "Fioravanti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "3,900", "CSINR": "", "KURTZ": "", "PHAS_": "98,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "14.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giorgio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.12.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23172	fiore-pietro-1919-02-11	{"3a_sports": "1641"}	{"ertel": "ES-1641"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Fiore", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-02-11", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Pietro", "family": "Fiore"}, "birth": {"date": "1919-02-11", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1641", "ENG": "", "MA_": "1", "G_NR": "236", "MA12": "2", "MARS": "6", "NAME": "Fiore", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "9,000", "CSINR": "", "KURTZ": "", "PHAS_": "83,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "11.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Pietro", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.02.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23173	fiorini-gustavo-1919-04-07	{"3a_sports": "1643"}	{"ertel": "ES-1643"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustavo", "family": "Fiorini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-04-07", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gustavo", "family": "Fiorini"}, "birth": {"date": "1919-04-07", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1643", "ENG": "", "MA_": "1", "G_NR": "237", "MA12": "9", "MARS": "27", "NAME": "Fiorini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "10,900", "CSINR": "", "KURTZ": "", "PHAS_": "44,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "07.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gustavo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.04.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23175	firotto-ivan-1935-06-22	{"3a_sports": "1646"}	{"ertel": "ES-1646"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ivan", "family": "Firotto", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1935-06-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ivan", "family": "Firotto"}, "birth": {"date": "1935-06-22", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1646", "ENG": "", "MA_": "1", "G_NR": "238", "MA12": "2", "MARS": "4", "NAME": "Firotto", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-10,30", "CSINR": "", "KURTZ": "", "PHAS_": "68,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "22.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ivan", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.06.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23177	fiumi-rinaldo-1923-08-02	{"3a_sports": "1649"}	{"ertel": "ES-1649"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rinaldo", "family": "Fiumi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1923-08-02", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Rinaldo", "family": "Fiumi"}, "birth": {"date": "1923-08-02", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1649", "ENG": "1", "MA_": "2", "G_NR": "240", "MA12": "4", "MARS": "10", "NAME": "Fiumi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-7,800", "CSINR": "", "KURTZ": "", "PHAS_": "75,600", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "02.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Rinaldo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.08.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23178	floquet-georges-1920-07-20	{"3a_sports": "1656", "cfepp-final3": "593"}	{"cfepp": "CF-593", "ertel": "ES-1656"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Floquet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-07-20 13:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": -4.1, "lat": 49.99, "name": "ANOR", "geoid": null}, "notime": null, "date-ut": "1920-07-20 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["gymnast"]	5	null	[{"new": {"sex": "M", "name": {"given": "Georges", "family": "Floquet"}, "birth": {"date": "1920-07-20", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1656", "ENG": "0", "MA_": "2", "G_NR": "78", "MA12": "12", "MARS": "36", "NAME": "Floquet", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "8,600", "CSINR": "", "KURTZ": "", "PHAS_": "22,400", "STUND": "", "CFEPNR": "593", "EXTEND": "1", "NATION": "FRA", "TAGMON": "20.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.07.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "GYMN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1920-07-20 13:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": -4.1, "lat": 49.99, "name": "ANOR"}, "date-ut": "1920-07-20 12:00"}, "occus": ["gymnast"], "ids-in-sources": {"cfepp-final3": "593"}}, "raw": {"S": "12", "LT": "13 00", "LV": "I", "TR": "f", "UT": "12 00", "LAT": "+49.99", "SRC": "A", "LONG": "-04.10", "NAME": "FLOQUET Georges", "SPORT": "Gymnastics", "LOC_DATE": "1920 07 20", "UNIV_DATE": "1920 07 20", "BIRTH_PLACE": "ANOR", "POSTAL_CODE": "59186"}, "date": "2023-08-20T14:46:07+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23179	floret-christine-martine-1952-08-15	{"3a_sports": "1657"}	{"ertel": "ES-1657"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christine (Martine)", "family": "Floret", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1952-08-15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Christine (Martine)", "family": "Floret"}, "birth": {"date": "1952-08-15", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "1657", "ENG": "", "MA_": "0", "G_NR": "173", "MA12": "11", "MARS": "32", "NAME": "Floret", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,200", "CSINR": "", "KURTZ": "", "PHAS_": "26,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Christine (Martine)", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "15.08.1952", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23180	flumini-dandola-1918-02-06	{"3a_sports": "1659"}	{"ertel": "ES-1659"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dandola", "family": "Flumini", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1918-02-06", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "F", "name": {"given": "Dandola", "family": "Flumini"}, "birth": {"date": "1918-02-06", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "1659", "ENG": "1", "MA_": "2", "G_NR": "241", "MA12": "1", "MARS": "3", "NAME": "Flumini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,900", "CSINR": "", "KURTZ": "", "PHAS_": "33,600", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "06.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Dandola", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.02.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23181	foglia-mario-1921-01-13	{"3a_sports": "1660"}	{"ertel": "ES-1660"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Foglia", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-01-13", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Mario", "family": "Foglia"}, "birth": {"date": "1921-01-13", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1660", "ENG": "", "MA_": "0", "G_NR": "242", "MA12": "6", "MARS": "17", "NAME": "Foglia", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "5,600", "CSINR": "", "KURTZ": "", "PHAS_": "12,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "13.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.01.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23182	foix-pierre-1928-05-21	{"3a_sports": "1662"}	{"ertel": "ES-1662"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Foix", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-05-21", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Pierre", "family": "Foix"}, "birth": {"date": "1928-05-21", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1662", "ENG": "", "MA_": "1", "G_NR": "79", "MA12": "10", "MARS": "28", "NAME": "Foix", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "2,900", "CSINR": "", "KURTZ": "", "PHAS_": "3,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.05.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23183	follenfant-hubert-1948-11-20	{"3a_sports": "1663"}	{"ertel": "ES-1663"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hubert", "family": "Follenfant", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-11-20", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sport-sailer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Hubert", "family": "Follenfant"}, "birth": {"date": "1948-11-20", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1663", "ENG": "", "MA_": "1", "G_NR": "174", "MA12": "2", "MARS": "6", "NAME": "Follenfant", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-6,000", "CSINR": "", "KURTZ": "", "PHAS_": "88,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.11.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Hubert", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "20.11.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "YACH", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23184	fonda-fulvio-1931-07-04	{"3a_sports": "1667"}	{"ertel": "ES-1667"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fulvio", "family": "Fonda", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-07-04", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Fulvio", "family": "Fonda"}, "birth": {"date": "1931-07-04", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1667", "ENG": "1", "MA_": "2", "G_NR": "243", "MA12": "4", "MARS": "11", "NAME": "Fonda", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-6,400", "CSINR": "", "KURTZ": "", "PHAS_": "84,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "04.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Fulvio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.07.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23185	fongaro-livio-1931-01-02	{"3a_sports": "1668"}	{"ertel": "ES-1668"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Livio", "family": "Fongaro", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-01-02", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Livio", "family": "Fongaro"}, "birth": {"date": "1931-01-02", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1668", "ENG": "", "MA_": "1", "G_NR": "244", "MA12": "6", "MARS": "18", "NAME": "Fongaro", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "6,900", "CSINR": "", "KURTZ": "", "PHAS_": "91,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "02.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Livio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.01.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23186	fontana-alfio-1932-11-10	{"3a_sports": "1672"}	{"ertel": "ES-1672"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfio", "family": "Fontana", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-11-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alfio", "family": "Fontana"}, "birth": {"date": "1932-11-10", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1672", "ENG": "", "MA_": "1", "G_NR": "245", "MA12": "2", "MARS": "6", "NAME": "Fontana", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "6,300", "CSINR": "", "KURTZ": "", "PHAS_": "90,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "10.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Alfio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.11.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23187	fontanesa-breuce-1931-10-18	{"3a_sports": "1674"}	{"ertel": "ES-1674"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Breuce", "family": "Fontanesa", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-10-18", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Breuce", "family": "Fontanesa"}, "birth": {"date": "1931-10-18", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1674", "ENG": "", "MA_": "0", "G_NR": "246", "MA12": "11", "MARS": "33", "NAME": "Fontanesa", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "10,300", "CSINR": "", "KURTZ": "", "PHAS_": "46,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "18.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Breuce", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.10.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23190	fornasier-ezio-1928-07-28	{"3a_sports": "1685"}	{"ertel": "ES-1685"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ezio", "family": "Fornasier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-07-28", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ezio", "family": "Fornasier"}, "birth": {"date": "1928-07-28", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1685", "ENG": "", "MA_": "0", "G_NR": "247", "MA12": "8", "MARS": "24", "NAME": "Fornasier", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "8,100", "CSINR": "", "KURTZ": "", "PHAS_": "80,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "28.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ezio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.07.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23191	fornoni-giaciomo-1939-12-26	{"3a_sports": "1686"}	{"ertel": "ES-1686"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giaciomo", "family": "Fornoni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1939-12-26", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giaciomo", "family": "Fornoni"}, "birth": {"date": "1939-12-26", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1686", "ENG": "", "MA_": "1", "G_NR": "8", "MA12": "9", "MARS": "27", "NAME": "Fornoni", "PUBL": "U", "QUEL": "GMINV", "AUFAB": "2,400", "CSINR": "", "KURTZ": "", "PHAS_": "99,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "26.12.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giaciomo", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "26.12.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23192	fort-jacques-1938-01-16	{"3a_sports": "1687"}	{"ertel": "ES-1687"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Fort", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1938-01-16", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jacques", "family": "Fort"}, "birth": {"date": "1938-01-16", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1687", "ENG": "", "MA_": "1", "G_NR": "177", "MA12": "7", "MARS": "21", "NAME": "Fort", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "2,200", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "16.01.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "16.01.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23193	fort-louis-1932-07-25	{"3a_sports": "1688"}	{"ertel": "ES-1688"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Fort", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-07-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Louis", "family": "Fort"}, "birth": {"date": "1932-07-25", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1688", "ENG": "", "MA_": "0", "G_NR": "80", "MA12": "6", "MARS": "17", "NAME": "Fort", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "55,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "25.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Louis", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.07.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23194	fossati-antonio-1920-05-16	{"3a_sports": "1691"}	{"ertel": "ES-1691"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Fossati", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-05-16", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Antonio", "family": "Fossati"}, "birth": {"date": "1920-05-16", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1691", "ENG": "", "MA_": "0", "G_NR": "248", "MA12": "3", "MARS": "8", "NAME": "Fossati", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-7,100", "CSINR": "", "KURTZ": "", "PHAS_": "7,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "16.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Antonio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.05.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23195	foucher-andre-1933-10-20	{"3a_sports": "1693"}	{"ertel": "ES-1693"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Foucher", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-10-20", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "André", "family": "Foucher"}, "birth": {"date": "1933-10-20", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1693", "ENG": "", "MA_": "0", "G_NR": "178", "MA12": "8", "MARS": "22", "NAME": "Foucher", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "0,800", "CSINR": "", "KURTZ": "", "PHAS_": "1,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.10.", "ZITATE": "DY", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "20.10.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23196	fracassetti-g-b-1931-02-23	{"3a_sports": "1700"}	{"ertel": "ES-1700"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "G.b.", "family": "Fracassetti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-02-23", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "G.b.", "family": "Fracassetti"}, "birth": {"date": "1931-02-23", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1700", "ENG": "", "MA_": "0", "G_NR": "249", "MA12": "3", "MARS": "7", "NAME": "Fracassetti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "7,800", "CSINR": "", "KURTZ": "", "PHAS_": "24,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "23.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "G.b.", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.02.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23197	franceschi-giuseppe-1927-09-15	{"3a_sports": "1701"}	{"ertel": "ES-1701"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Franceschi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-09-15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giuseppe", "family": "Franceschi"}, "birth": {"date": "1927-09-15", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1701", "ENG": "1", "MA_": "2", "G_NR": "250", "MA12": "4", "MARS": "11", "NAME": "Franceschi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-8,000", "CSINR": "", "KURTZ": "", "PHAS_": "83,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "15.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giuseppe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.09.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23198	francescon-stefano-1934-04-18	{"3a_sports": "1702"}	{"ertel": "ES-1702"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stefano", "family": "Francescon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-04-18", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Stefano", "family": "Francescon"}, "birth": {"date": "1934-04-18", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1702", "ENG": "", "MA_": "0", "G_NR": "251", "MA12": "6", "MARS": "16", "NAME": "Francescon", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "6,600", "CSINR": "", "KURTZ": "", "PHAS_": "16,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "18.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Stefano", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.04.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23199	francesconi-fulvio-1929-01-22	{"3a_sports": "1703"}	{"ertel": "ES-1703"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fulvio", "family": "Francesconi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-01-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Fulvio", "family": "Francesconi"}, "birth": {"date": "1929-01-22", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1703", "ENG": "", "MA_": "0", "G_NR": "252", "MA12": "6", "MARS": "17", "NAME": "Francesconi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "9,300", "CSINR": "", "KURTZ": "", "PHAS_": "85,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "22.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Fulvio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.01.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23200	frank-henri-henri-1892-10-05	{"3a_sports": "1705"}	{"ertel": "ES-1705"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Frank-Henri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1892-10-05", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Henri", "family": "Frank-Henri"}, "birth": {"date": "1892-10-05", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1705", "ENG": "", "MA_": "0", "G_NR": "81", "MA12": "8", "MARS": "24", "NAME": "Frank-Henri", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "4,900", "CSINR": "", "KURTZ": "", "PHAS_": "97,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.10.1892", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23201	fraschini-achille-1936-04-07	{"3a_sports": "1710"}	{"ertel": "ES-1710"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Achille", "family": "Fraschini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1936-04-07", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Achille", "family": "Fraschini"}, "birth": {"date": "1936-04-07", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1710", "ENG": "", "MA_": "0", "G_NR": "253", "MA12": "5", "MARS": "15", "NAME": "Fraschini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "0,800", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "07.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Achille", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.04.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23202	frascoli-sergio-1936-05-14	{"3a_sports": "1711"}	{"ertel": "ES-1711"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sergio", "family": "Frascoli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1936-05-14", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Sergio", "family": "Frascoli"}, "birth": {"date": "1936-05-14", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1711", "ENG": "1", "MA_": "2", "G_NR": "254", "MA12": "4", "MARS": "12", "NAME": "Frascoli", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-10,80", "CSINR": "", "KURTZ": "", "PHAS_": "53,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "14.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Sergio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.05.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23203	friggieri-alberto-1915-09-06	{"3a_sports": "1721"}	{"ertel": "ES-1721"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberto", "family": "Friggieri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1915-09-06", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alberto", "family": "Friggieri"}, "birth": {"date": "1915-09-06", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1721", "ENG": "", "MA_": "1", "G_NR": "255", "MA12": "2", "MARS": "5", "NAME": "Friggieri", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-7,300", "CSINR": "", "KURTZ": "", "PHAS_": "12,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "06.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Alberto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.09.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23204	frizzi-attilio-1925-09-14	{"3a_sports": "1724"}	{"ertel": "ES-1724"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Attilio", "family": "Frizzi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-09-14", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Attilio", "family": "Frizzi"}, "birth": {"date": "1925-09-14", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1724", "ENG": "", "MA_": "1", "G_NR": "256", "MA12": "9", "MARS": "26", "NAME": "Frizzi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-7,500", "CSINR": "", "KURTZ": "", "PHAS_": "15,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "14.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Attilio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.09.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23205	frost-heda-1936-09-15	{"3a_sports": "1725"}	{"ertel": "ES-1725"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heda", "family": "Frost", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1936-09-15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Heda", "family": "Frost"}, "birth": {"date": "1936-09-15", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "1725", "ENG": "", "MA_": "1", "G_NR": "8", "MA12": "2", "MARS": "4", "NAME": "Frost", "PUBL": "U", "QUEL": "G_79F", "AUFAB": "-2,400", "CSINR": "", "KURTZ": "e", "PHAS_": "0,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Heda", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "15.09.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SWIM", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23206	fruchart-elie-1922-07-08	{"3a_sports": "1726"}	{"ertel": "ES-1726"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elie", "family": "Fruchart", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-07-08", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Elie", "family": "Fruchart"}, "birth": {"date": "1922-07-08", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1726", "ENG": "", "MA_": "1", "G_NR": "179", "MA12": "9", "MARS": "26", "NAME": "Fruchart", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "3,500", "CSINR": "", "KURTZ": "", "PHAS_": "98,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Elie", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "08.07.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23207	fuin-michi-1928-02-22	{"3a_sports": "1730"}	{"ertel": "ES-1730"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michi", "family": "Fuin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-02-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Michi", "family": "Fuin"}, "birth": {"date": "1928-02-22", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1730", "ENG": "", "MA_": "0", "G_NR": "257", "MA12": "6", "MARS": "17", "NAME": "Fuin", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "0,300", "CSINR": "", "KURTZ": "", "PHAS_": "0,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "22.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Michi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.02.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23208	fusco-onofrio-1918-11-23	{"3a_sports": "1736"}	{"ertel": "ES-1736"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Onofrio", "family": "Fusco", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-11-23", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Onofrio", "family": "Fusco"}, "birth": {"date": "1918-11-23", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1736", "ENG": "", "MA_": "1", "G_NR": "259", "MA12": "11", "MARS": "31", "NAME": "Fusco", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-8,800", "CSINR": "", "KURTZ": "", "PHAS_": "73,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "23.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Onofrio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.11.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23209	fusko-antonio-1916-01-06	{"3a_sports": "1737"}	{"ertel": "ES-1737"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Fusko", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1916-01-06", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Antonio", "family": "Fusko"}, "birth": {"date": "1916-01-06", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1737", "ENG": "", "MA_": "1", "G_NR": "258", "MA12": "7", "MARS": "20", "NAME": "Fusko", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "0,900", "CSINR": "", "KURTZ": "", "PHAS_": "1,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "06.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Antonio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.01.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23210	fuss-siegfried-1924-05-16	{"3a_sports": "1738"}	{"ertel": "ES-1738"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Siegfried", "family": "Fuss", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-05-16", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Siegfried", "family": "Fuss"}, "birth": {"date": "1924-05-16", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1738", "ENG": "0", "MA_": "2", "G_NR": "32", "MA12": "12", "MARS": "36", "NAME": "Fuss", "PUBL": "U", "QUEL": "GMING", "AUFAB": "8,500", "CSINR": "", "KURTZ": "", "PHAS_": "87,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "GER", "TAGMON": "16.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Siegfried", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.05.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23211	gablenz-hermann-1913-07-27	{"3a_sports": "1741"}	{"ertel": "ES-1741"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann", "family": "Gablenz", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-07-27", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Hermann", "family": "Gablenz"}, "birth": {"date": "1913-07-27", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1741", "ENG": "", "MA_": "1", "G_NR": "81", "MA12": "5", "MARS": "13", "NAME": "Gablenz", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-9,800", "CSINR": "", "KURTZ": "", "PHAS_": "44,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "27.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Hermann", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.07.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23212	gadaldi-andrea-1907-08-25	{"3a_sports": "1745"}	{"ertel": "ES-1745"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Andrea", "family": "Gadaldi", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1907-08-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "F", "name": {"given": "Andrea", "family": "Gadaldi"}, "birth": {"date": "1907-08-25", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "1745", "ENG": "", "MA_": "0", "G_NR": "260", "MA12": "8", "MARS": "23", "NAME": "Gadaldi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-2,800", "CSINR": "", "KURTZ": "", "PHAS_": "96,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "25.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Andrea", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.08.1907", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23214	galbiati-ezio-1931-02-13	{"3a_sports": "1752"}	{"ertel": "ES-1752"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ezio", "family": "Galbiati", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-02-13", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ezio", "family": "Galbiati"}, "birth": {"date": "1931-02-13", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1752", "ENG": "1", "MA_": "2", "G_NR": "261", "MA12": "4", "MARS": "12", "NAME": "Galbiati", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-8,400", "CSINR": "", "KURTZ": "", "PHAS_": "18,400", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "13.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ezio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.02.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23215	galbo-luciano-1943-04-12	{"3a_sports": "1753"}	{"ertel": "ES-1753"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luciano", "family": "Galbo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-04-12", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luciano", "family": "Galbo"}, "birth": {"date": "1943-04-12", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1753", "ENG": "", "MA_": "1", "G_NR": "9", "MA12": "7", "MARS": "20", "NAME": "Galbo", "PUBL": "U", "QUEL": "GMINV", "AUFAB": "9,300", "CSINR": "", "KURTZ": "", "PHAS_": "44,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "12.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Luciano", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.04.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23216	galli-angelo-1912-09-08	{"3a_sports": "1758"}	{"ertel": "ES-1758"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Galli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1912-09-08", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Angelo", "family": "Galli"}, "birth": {"date": "1912-09-08", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1758", "ENG": "", "MA_": "1", "G_NR": "263", "MA12": "7", "MARS": "20", "NAME": "Galli", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,300", "CSINR": "", "KURTZ": "", "PHAS_": "14,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "08.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Angelo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.09.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23217	galli-astro-1913-04-29	{"3a_sports": "1759"}	{"ertel": "ES-1759"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Astro", "family": "Galli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-04-29", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Astro", "family": "Galli"}, "birth": {"date": "1913-04-29", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1759", "ENG": "1", "MA_": "2", "G_NR": "262", "MA12": "1", "MARS": "2", "NAME": "Galli", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,600", "CSINR": "", "KURTZ": "", "PHAS_": "43,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "29.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Astro", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.04.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23218	galli-remo-1912-07-03	{"3a_sports": "1761"}	{"ertel": "ES-1761"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Remo", "family": "Galli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1912-07-03", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Remo", "family": "Galli"}, "birth": {"date": "1912-07-03", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1761", "ENG": "1", "MA_": "2", "G_NR": "264", "MA12": "1", "MARS": "2", "NAME": "Galli", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-5,000", "CSINR": "", "KURTZ": "", "PHAS_": "89,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "03.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Remo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.07.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23220	gamard-emile-1911-07-15	{"3a_sports": "1769"}	{"ertel": "ES-1769"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Gamard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1911-07-15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Emile", "family": "Gamard"}, "birth": {"date": "1911-07-15", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1769", "ENG": "0", "MA_": "2", "G_NR": "83", "MA12": "12", "MARS": "36", "NAME": "Gamard", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-5,500", "CSINR": "", "KURTZ": "", "PHAS_": "88,700", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "15.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Emile", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.07.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23221	gambi-adolfo-1923-08-03	{"3a_sports": "1771"}	{"ertel": "ES-1771"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolfo", "family": "Gambi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1923-08-03", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Adolfo", "family": "Gambi"}, "birth": {"date": "1923-08-03", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1771", "ENG": "", "MA_": "1", "G_NR": "265", "MA12": "2", "MARS": "6", "NAME": "Gambi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-8,600", "CSINR": "", "KURTZ": "", "PHAS_": "67,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "03.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Adolfo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.08.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23222	gandolfi-renato-1927-11-17	{"3a_sports": "1776"}	{"ertel": "ES-1776"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renato", "family": "Gandolfi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-11-17", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Renato", "family": "Gandolfi"}, "birth": {"date": "1927-11-17", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1776", "ENG": "", "MA_": "1", "G_NR": "266", "MA12": "2", "MARS": "6", "NAME": "Gandolfi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,900", "CSINR": "", "KURTZ": "", "PHAS_": "42,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "17.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Renato", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.11.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23224	ganzer-gianfranco-1930-03-29	{"3a_sports": "1778"}	{"ertel": "ES-1778"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gianfranco", "family": "Ganzer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-03-29", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gianfranco", "family": "Ganzer"}, "birth": {"date": "1930-03-29", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1778", "ENG": "", "MA_": "1", "G_NR": "267", "MA12": "7", "MARS": "19", "NAME": "Ganzer", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-3,500", "CSINR": "", "KURTZ": "", "PHAS_": "1,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "29.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gianfranco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.03.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23225	ganzini-giorgio-1917-07-28	{"3a_sports": "1779"}	{"ertel": "ES-1779"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giorgio", "family": "Ganzini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1917-07-28", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giorgio", "family": "Ganzini"}, "birth": {"date": "1917-07-28", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1779", "ENG": "", "MA_": "0", "G_NR": "268", "MA12": "3", "MARS": "7", "NAME": "Ganzini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "10,200", "CSINR": "", "KURTZ": "", "PHAS_": "57,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "28.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giorgio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.07.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23226	gapais-brigitte-1944-04-25	{"3a_sports": "1780"}	{"ertel": "ES-1780"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Brigitte", "family": "Gapais", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1944-04-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Brigitte", "family": "Gapais"}, "birth": {"date": "1944-04-25", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "1780", "ENG": "", "MA_": "0", "G_NR": "182", "MA12": "9", "MARS": "25", "NAME": "Gapais", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "4,200", "CSINR": "", "KURTZ": "", "PHAS_": "6,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "25.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Brigitte", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "25.04.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FENC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23227	garbozza-luigi-1944-06-21	{"3a_sports": "1783"}	{"ertel": "ES-1783"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Garbozza", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1944-06-21", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luigi", "family": "Garbozza"}, "birth": {"date": "1944-06-21", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1783", "ENG": "0", "MA_": "2", "G_NR": "10", "MA12": "3", "MARS": "9", "NAME": "Garbozza", "PUBL": "U", "QUEL": "GMINV", "AUFAB": "-0,500", "CSINR": "", "KURTZ": "", "PHAS_": "0,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "21.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.06.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23228	garnero-francois-1909-10-16	{"3a_sports": "1791"}	{"ertel": "ES-1791"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francois", "family": "Garnero", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1909-10-16", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Francois", "family": "Garnero"}, "birth": {"date": "1909-10-16", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1791", "ENG": "1", "MA_": "2", "G_NR": "84", "MA12": "4", "MARS": "10", "NAME": "Garnero", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "2,000", "CSINR": "", "KURTZ": "", "PHAS_": "2,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "16.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Francois", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.10.1909", "GQBECORR": "a2", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23229	garofalo-yvan-1934-08-24	{"3a_sports": "1792"}	{"ertel": "ES-1792"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yvan", "family": "Garofalo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-08-24", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Yvan", "family": "Garofalo"}, "birth": {"date": "1934-08-24", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1792", "ENG": "", "MA_": "1", "G_NR": "183", "MA12": "7", "MARS": "21", "NAME": "Garofalo", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "3,900", "CSINR": "", "KURTZ": "", "PHAS_": "99,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "24.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Yvan", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "24.08.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23230	garzena-bruno-1933-02-02	{"3a_sports": "1795"}	{"ertel": "ES-1795"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Garzena", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-02-02", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bruno", "family": "Garzena"}, "birth": {"date": "1933-02-02", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1795", "ENG": "", "MA_": "1", "G_NR": "269", "MA12": "10", "MARS": "28", "NAME": "Garzena", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "44,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "02.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bruno", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.02.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23232	gattaronchieri-emilio-1912-02-07	{"3a_sports": "1799"}	{"ertel": "ES-1799"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emilio", "family": "Gattaronchieri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1912-02-07", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Emilio", "family": "Gattaronchieri"}, "birth": {"date": "1912-02-07", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1799", "ENG": "1", "MA_": "2", "G_NR": "270", "MA12": "1", "MARS": "3", "NAME": "Gattaronchieri", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-8,200", "CSINR": "", "KURTZ": "", "PHAS_": "79,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "07.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Emilio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.02.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23235	gauthier-gilbert-1934-10-30	{"3a_sports": "1805"}	{"ertel": "ES-1805"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilbert", "family": "Gauthier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-10-30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gilbert", "family": "Gauthier"}, "birth": {"date": "1934-10-30", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1805", "ENG": "", "MA_": "1", "G_NR": "85", "MA12": "7", "MARS": "19", "NAME": "Gauthier", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-9,300", "CSINR": "", "KURTZ": "", "PHAS_": "53,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "30.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gilbert", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.10.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23236	gay-jacques-1956-10-22	{"3a_sports": "1808"}	{"ertel": "ES-1808"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Gay", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1956-10-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jacques", "family": "Gay"}, "birth": {"date": "1956-10-22", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1808", "ENG": "", "MA_": "1", "G_NR": "187", "MA12": "2", "MARS": "6", "NAME": "Gay", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-4,000", "CSINR": "", "KURTZ": "", "PHAS_": "94,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "22.10.1956", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SWIM", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23237	gehring-steinmulle-hanni-1926-08-15	{"3a_sports": "1810"}	{"ertel": "ES-1810"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hanni", "family": "Gehring-Steinmülle", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1926-08-15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"sex": "F", "name": {"given": "Hanni", "family": "Gehring-Steinmülle"}, "birth": {"date": "1926-08-15", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "1810", "ENG": "", "MA_": "1", "G_NR": "101", "MA12": "5", "MARS": "13", "NAME": "Gehring-Steinmülle", "PUBL": "U", "QUEL": "GMING", "AUFAB": "8,800", "CSINR": "", "KURTZ": "", "PHAS_": "33,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "15.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Hanni", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.08.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SKII", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23238	gelio-renato-1933-11-11	{"3a_sports": "1815"}	{"ertel": "ES-1815"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renato", "family": "Gelio", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-11-11", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Renato", "family": "Gelio"}, "birth": {"date": "1933-11-11", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1815", "ENG": "1", "MA_": "2", "G_NR": "271", "MA12": "4", "MARS": "12", "NAME": "Gelio", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,700", "CSINR": "", "KURTZ": "", "PHAS_": "45,400", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "11.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Renato", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.11.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23239	gemo-antonio-1914-12-27	{"3a_sports": "1818"}	{"ertel": "ES-1818"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Gemo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-12-27", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Antonio", "family": "Gemo"}, "birth": {"date": "1914-12-27", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1818", "ENG": "", "MA_": "1", "G_NR": "272", "MA12": "10", "MARS": "29", "NAME": "Gemo", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "8,600", "CSINR": "", "KURTZ": "", "PHAS_": "74,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "27.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Antonio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.12.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23240	genet-jean-pierre-1940-10-24	{"3a_sports": "1819"}	{"ertel": "ES-1819"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Pierre", "family": "Genet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-10-24", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean Pierre", "family": "Genet"}, "birth": {"date": "1940-10-24", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1819", "ENG": "1", "MA_": "2", "G_NR": "188", "MA12": "1", "MARS": "2", "NAME": "Genet", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-10,30", "CSINR": "", "KURTZ": "", "PHAS_": "52,900", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "24.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean Pierre", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "24.10.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23242	genti-bruno-1921-05-05	{"3a_sports": "1823"}	{"ertel": "ES-1823"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Genti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-05-05", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bruno", "family": "Genti"}, "birth": {"date": "1921-05-05", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1823", "ENG": "", "MA_": "0", "G_NR": "273", "MA12": "11", "MARS": "33", "NAME": "Genti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-6,800", "CSINR": "", "KURTZ": "", "PHAS_": "9,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "05.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bruno", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.05.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23243	georget-pierre-1917-08-09	{"3a_sports": "1826"}	{"ertel": "ES-1826"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Georget", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1917-08-09", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Pierre", "family": "Georget"}, "birth": {"date": "1917-08-09", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1826", "ENG": "", "MA_": "1", "G_NR": "86", "MA12": "2", "MARS": "4", "NAME": "Georget", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-10,80", "CSINR": "", "KURTZ": "", "PHAS_": "59,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "09.08.", "ZITATE": "GK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "09.08.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23244	gerard-andre-1911-05-07	{"3a_sports": "1828"}	{"ertel": "ES-1828"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Gerard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1911-05-07", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "André", "family": "Gerard"}, "birth": {"date": "1911-05-07", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1828", "ENG": "", "MA_": "0", "G_NR": "190", "MA12": "8", "MARS": "24", "NAME": "Gerard", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "10,600", "CSINR": "", "KURTZ": "", "PHAS_": "65,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "07.05.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23245	gerbi-giuseppe-1912-06-05	{"3a_sports": "1833"}	{"ertel": "ES-1833"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Gerbi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1912-06-05", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giuseppe", "family": "Gerbi"}, "birth": {"date": "1912-06-05", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1833", "ENG": "", "MA_": "1", "G_NR": "274", "MA12": "10", "MARS": "28", "NAME": "Gerbi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-7,300", "CSINR": "", "KURTZ": "", "PHAS_": "78,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "05.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giuseppe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.06.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23247	gernaey-leopold-1927-02-25	{"3a_sports": "1837"}	{"cpara": "CP-*2", "ertel": "ES-1837"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léopold", "family": "Gernaey", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-02-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Léopold", "family": "Gernaey"}, "birth": {"date": "1927-02-25", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1837", "ENG": "", "MA_": "1", "G_NR": "2", "MA12": "10", "MARS": "30", "NAME": "Gernaey", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "-9,800", "CSINR": "", "KURTZ": "", "PHAS_": "48,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "25.02.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "*  2", "VORNAME": "Léopold", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "25.02.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23249	ghirardeno-gughelino-1937-02-01	{"3a_sports": "1844"}	{"ertel": "ES-1844"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gughelino", "family": "Ghirardeno", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1937-02-01", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gughelino", "family": "Ghirardeno"}, "birth": {"date": "1937-02-01", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1844", "ENG": "0", "MA_": "2", "G_NR": "275", "MA12": "3", "MARS": "9", "NAME": "Ghirardeno", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-8,100", "CSINR": "", "KURTZ": "", "PHAS_": "73,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "01.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gughelino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.02.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23250	giachetti-jean-marc-1952-09-24	{"3a_sports": "1846"}	{"ertel": "ES-1846"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Marc", "family": "Giachetti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1952-09-24", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean Marc", "family": "Giachetti"}, "birth": {"date": "1952-09-24", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1846", "ENG": "", "MA_": "0", "G_NR": "192", "MA12": "11", "MARS": "33", "NAME": "Giachetti", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "7,800", "CSINR": "", "KURTZ": "", "PHAS_": "21,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "24.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean Marc", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "24.09.1952", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23251	gianesello-sereno-1912-03-03	{"3a_sports": "1848"}	{"ertel": "ES-1848"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sereno", "family": "Gianesello", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1912-03-03", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Sereno", "family": "Gianesello"}, "birth": {"date": "1912-03-03", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1848", "ENG": "", "MA_": "0", "G_NR": "276", "MA12": "12", "MARS": "34", "NAME": "Gianesello", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "2,700", "CSINR": "", "KURTZ": "", "PHAS_": "99,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "03.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Sereno", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.03.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23252	giannini-enzo-1926-04-05	{"3a_sports": "1852"}	{"ertel": "ES-1852"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enzo", "family": "Giannini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-04-05", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Enzo", "family": "Giannini"}, "birth": {"date": "1926-04-05", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1852", "ENG": "", "MA_": "1", "G_NR": "277", "MA12": "10", "MARS": "29", "NAME": "Giannini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-10,40", "CSINR": "", "KURTZ": "", "PHAS_": "59,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "05.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Enzo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.04.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23253	giaroli-gino-1924-06-27	{"3a_sports": "1853"}	{"ertel": "ES-1853"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gino", "family": "Giaroli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-06-27", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gino", "family": "Giaroli"}, "birth": {"date": "1924-06-27", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1853", "ENG": "", "MA_": "1", "G_NR": "278", "MA12": "5", "MARS": "14", "NAME": "Giaroli", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-8,500", "CSINR": "", "KURTZ": "", "PHAS_": "23,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "27.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.06.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23254	giavarra-franco-1933-10-20	{"3a_sports": "1854"}	{"ertel": "ES-1854"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franco", "family": "Giavarra", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-10-20", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Franco", "family": "Giavarra"}, "birth": {"date": "1933-10-20", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1854", "ENG": "", "MA_": "0", "G_NR": "279", "MA12": "9", "MARS": "25", "NAME": "Giavarra", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "0,800", "CSINR": "", "KURTZ": "", "PHAS_": "1,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "20.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Franco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.10.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23255	gibellino-piero-1926-03-30	{"3a_sports": "1855"}	{"ertel": "ES-1855"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Piero", "family": "Gibellino", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-03-30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Piero", "family": "Gibellino"}, "birth": {"date": "1926-03-30", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1855", "ENG": "1", "MA_": "2", "G_NR": "280", "MA12": "1", "MARS": "3", "NAME": "Gibellino", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-0,200", "CSINR": "", "KURTZ": "", "PHAS_": "99,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "30.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Piero", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.03.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23256	giggenbach-sepp-1906-04-01	{"3a_sports": "1859"}	{"ertel": "ES-1859"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sepp", "family": "Giggenbach", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1906-04-01", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Sepp", "family": "Giggenbach"}, "birth": {"date": "1906-04-01", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1859", "ENG": "", "MA_": "1", "G_NR": "33", "MA12": "11", "MARS": "31", "NAME": "Giggenbach", "PUBL": "U", "QUEL": "GMING", "AUFAB": "9,100", "CSINR": "", "KURTZ": "", "PHAS_": "38,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "01.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Sepp", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.04.1906", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23257	giorcelli-anselmo-1928-12-31	{"3a_sports": "1868"}	{"ertel": "ES-1868"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anselmo", "family": "Giorcelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-12-31", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Anselmo", "family": "Giorcelli"}, "birth": {"date": "1928-12-31", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1868", "ENG": "", "MA_": "1", "G_NR": "281", "MA12": "5", "MARS": "13", "NAME": "Giorcelli", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-8,600", "CSINR": "", "KURTZ": "", "PHAS_": "77,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "31.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Anselmo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "31.12.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23258	giorgino-giuseppe-1925-05-25	{"3a_sports": "1870"}	{"ertel": "ES-1870"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Giorgino", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-05-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giuseppe", "family": "Giorgino"}, "birth": {"date": "1925-05-25", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1870", "ENG": "", "MA_": "1", "G_NR": "282", "MA12": "6", "MARS": "18", "NAME": "Giorgino", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "3,400", "CSINR": "", "KURTZ": "", "PHAS_": "5,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "25.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giuseppe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.05.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23259	giovannini-corrado-1917-10-05	{"3a_sports": "1871"}	{"ertel": "ES-1871"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Corrado", "family": "Giovannini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1917-10-05", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Corrado", "family": "Giovannini"}, "birth": {"date": "1917-10-05", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1871", "ENG": "1", "MA_": "2", "G_NR": "283", "MA12": "4", "MARS": "12", "NAME": "Giovannini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-8,300", "CSINR": "", "KURTZ": "", "PHAS_": "78,400", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "05.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Corrado", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.10.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23260	giovetti-giuliano-1927-01-17	{"3a_sports": "1873"}	{"ertel": "ES-1873"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuliano", "family": "Giovetti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-01-17", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giuliano", "family": "Giovetti"}, "birth": {"date": "1927-01-17", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1873", "ENG": "", "MA_": "1", "G_NR": "284", "MA12": "7", "MARS": "21", "NAME": "Giovetti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "3,000", "CSINR": "", "KURTZ": "", "PHAS_": "99,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "17.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giuliano", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.01.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23261	girard-jacques-1913-09-18	{"3a_sports": "1875"}	{"ertel": "ES-1875"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Girard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-09-18", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jacques", "family": "Girard"}, "birth": {"date": "1913-09-18", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1875", "ENG": "", "MA_": "0", "G_NR": "88", "MA12": "6", "MARS": "17", "NAME": "Girard", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-3,500", "CSINR": "", "KURTZ": "", "PHAS_": "94,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.09.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23262	giraudo-raoul-1932-05-19	{"3a_sports": "1877"}	{"ertel": "ES-1877"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raoul", "family": "Giraudo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-05-19", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Raoul", "family": "Giraudo"}, "birth": {"date": "1932-05-19", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1877", "ENG": "", "MA_": "1", "G_NR": "89", "MA12": "9", "MARS": "26", "NAME": "Giraudo", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "5,000", "CSINR": "", "KURTZ": "", "PHAS_": "97,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "19.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Raoul", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.05.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23263	giubilo-corrado-1921-07-21	{"3a_sports": "1879"}	{"ertel": "ES-1879"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Corrado", "family": "Giubilo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-07-21", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Corrado", "family": "Giubilo"}, "birth": {"date": "1921-07-21", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1879", "ENG": "", "MA_": "1", "G_NR": "285", "MA12": "6", "MARS": "18", "NAME": "Giubilo", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-0,900", "CSINR": "", "KURTZ": "", "PHAS_": "98,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "21.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Corrado", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.07.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23265	godard-andre-1939-02-17	{"3a_sports": "1887"}	{"ertel": "ES-1887"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Godard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1939-02-17", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "André", "family": "Godard"}, "birth": {"date": "1939-02-17", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1887", "ENG": "", "MA_": "1", "G_NR": "90", "MA12": "2", "MARS": "4", "NAME": "Godard", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-4,900", "CSINR": "", "KURTZ": "", "PHAS_": "5,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.02.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23267	gottmann-willi-1909-05-12	{"3a_sports": "1892"}	{"ertel": "ES-1892"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willi", "family": "Göttmann", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1909-05-12", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Willi", "family": "Göttmann"}, "birth": {"date": "1909-05-12", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1892", "ENG": "", "MA_": "1", "G_NR": "60", "MA12": "9", "MARS": "26", "NAME": "Göttmann", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-10,50", "CSINR": "", "KURTZ": "", "PHAS_": "60,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "12.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Willi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.05.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23268	golin-piero-1928-09-04	{"3a_sports": "1895"}	{"ertel": "ES-1895"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Piero", "family": "Golin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-09-04", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Piero", "family": "Golin"}, "birth": {"date": "1928-09-04", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1895", "ENG": "", "MA_": "1", "G_NR": "286", "MA12": "7", "MARS": "20", "NAME": "Golin", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-8,100", "CSINR": "", "KURTZ": "", "PHAS_": "81,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "04.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Piero", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.09.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23266	goetinck-hector-1886-03-05	{"3a_sports": "1891"}	{"cpara": "CP-*3", "ertel": "ES-1891"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hector", "family": "Goetinck", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1886-03-05", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Hector", "family": "Goetinck"}, "birth": {"date": "1886-03-05", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1891", "ENG": "", "MA_": "1", "G_NR": "3", "MA12": "12", "MARS": "35", "NAME": "Goetinck", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "-2,600", "CSINR": "", "KURTZ": "", "PHAS_": "0,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "05.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "*  3", "VORNAME": "Hector", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.03.1886", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23269	gonzales-francis-1952-02-06	{"3a_sports": "1900"}	{"ertel": "ES-1900"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Gonzales", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1952-02-06", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Francis", "family": "Gonzales"}, "birth": {"date": "1952-02-06", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1900", "ENG": "", "MA_": "1", "G_NR": "194", "MA12": "9", "MARS": "26", "NAME": "Gonzales", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "8,200", "CSINR": "", "KURTZ": "", "PHAS_": "79,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.02.", "ZITATE": "DT", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Francis", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "06.02.1952", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23270	goujon-jean-1914-04-21	{"3a_sports": "1909"}	{"ertel": "ES-1909"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Goujon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-04-21", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean", "family": "Goujon"}, "birth": {"date": "1914-04-21", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1909", "ENG": "", "MA_": "0", "G_NR": "91", "MA12": "3", "MARS": "8", "NAME": "Goujon", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-7,700", "CSINR": "", "KURTZ": "", "PHAS_": "17,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.04.", "ZITATE": "KSY", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "21.04.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23272	govard-henri-1922-02-02	{"3a_sports": "1916"}	{"cpara": "CP-*71", "ertel": "ES-1916"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Govard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-02-02", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Henri", "family": "Govard"}, "birth": {"date": "1922-02-02", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1916", "ENG": "", "MA_": "0", "G_NR": "71", "MA12": "8", "MARS": "22", "NAME": "Govard", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "7,100", "CSINR": "", "KURTZ": "", "PHAS_": "20,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "02.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 71", "VORNAME": "Henri", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.02.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23273	goyvaerts-fernand-1938-10-24	{"3a_sports": "1917"}	{"cpara": "CP-*55", "ertel": "ES-1917"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Goyvaerts", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1938-10-24", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Fernand", "family": "Goyvaerts"}, "birth": {"date": "1938-10-24", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1917", "ENG": "", "MA_": "0", "G_NR": "55", "MA12": "9", "MARS": "25", "NAME": "Goyvaerts", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "0,300", "CSINR": "", "KURTZ": "", "PHAS_": "0,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "24.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 55", "VORNAME": "Fernand", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.10.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23274	gozzi-ermelindo-1928-07-28	{"3a_sports": "1918"}	{"ertel": "ES-1918"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ermelindo", "family": "Gozzi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-07-28", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ermelindo", "family": "Gozzi"}, "birth": {"date": "1928-07-28", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1918", "ENG": "", "MA_": "0", "G_NR": "287", "MA12": "3", "MARS": "7", "NAME": "Gozzi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "8,100", "CSINR": "", "KURTZ": "", "PHAS_": "80,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "28.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ermelindo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.07.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23275	gradella-uber-1921-06-14	{"3a_sports": "1922"}	{"ertel": "ES-1922"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Uber", "family": "Gradella", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-06-14", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Uber", "family": "Gradella"}, "birth": {"date": "1921-06-14", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1922", "ENG": "", "MA_": "0", "G_NR": "288", "MA12": "6", "MARS": "16", "NAME": "Gradella", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "11,000", "CSINR": "", "KURTZ": "", "PHAS_": "62,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "14.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Uber", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.06.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23276	grampp-carl-1910-10-18	{"3a_sports": "1926"}	{"ertel": "ES-1926"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carl", "family": "Grampp", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1910-10-18", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Carl", "family": "Grampp"}, "birth": {"date": "1910-10-18", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1926", "ENG": "", "MA_": "1", "G_NR": "92", "MA12": "11", "MARS": "31", "NAME": "Grampp", "PUBL": "U", "QUEL": "GMING", "AUFAB": "3,200", "CSINR": "", "KURTZ": "", "PHAS_": "99,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "18.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Carl", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.10.1910", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23277	granata-georgio-1924-01-29	{"3a_sports": "1927"}	{"ertel": "ES-1927"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georgio", "family": "Granata", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-01-29", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Georgio", "family": "Granata"}, "birth": {"date": "1924-01-29", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1927", "ENG": "0", "MA_": "2", "G_NR": "289", "MA12": "12", "MARS": "36", "NAME": "Granata", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-11,20", "CSINR": "", "KURTZ": "", "PHAS_": "52,900", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "29.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Georgio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.01.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23278	grandsart-maurice-1930-07-08	{"3a_sports": "1929"}	{"ertel": "ES-1929"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Grandsart", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-07-08", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Maurice", "family": "Grandsart"}, "birth": {"date": "1930-07-08", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1929", "ENG": "1", "MA_": "2", "G_NR": "92", "MA12": "4", "MARS": "12", "NAME": "Grandsart", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "6,100", "CSINR": "", "KURTZ": "", "PHAS_": "92,400", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "08.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Maurice", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.07.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23280	gratton-edy-1924-07-25	{"3a_sports": "1939"}	{"ertel": "ES-1939"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edy", "family": "Gratton", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-07-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Edy", "family": "Gratton"}, "birth": {"date": "1924-07-25", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1939", "ENG": "", "MA_": "1", "G_NR": "290", "MA12": "10", "MARS": "28", "NAME": "Gratton", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "37,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "25.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Edy", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.07.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23281	grava-ruggero-1922-04-25	{"3a_sports": "1943"}	{"ertel": "ES-1943"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ruggero", "family": "Grava", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-04-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ruggero", "family": "Grava"}, "birth": {"date": "1922-04-25", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1943", "ENG": "", "MA_": "0", "G_NR": "291", "MA12": "11", "MARS": "33", "NAME": "Grava", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-4,800", "CSINR": "", "KURTZ": "", "PHAS_": "4,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "25.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ruggero", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.04.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23282	grazioli-carlo-1916-01-28	{"3a_sports": "1948"}	{"ertel": "ES-1948"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Grazioli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1916-01-28", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Carlo", "family": "Grazioli"}, "birth": {"date": "1916-01-28", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1948", "ENG": "", "MA_": "0", "G_NR": "292", "MA12": "3", "MARS": "8", "NAME": "Grazioli", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-10,80", "CSINR": "", "KURTZ": "", "PHAS_": "50,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "28.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Carlo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.01.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23284	gregorin-ugo-1925-02-19	{"3a_sports": "1952"}	{"ertel": "ES-1952"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ugo", "family": "Gregorin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-02-19", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ugo", "family": "Gregorin"}, "birth": {"date": "1925-02-19", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1952", "ENG": "", "MA_": "1", "G_NR": "293", "MA12": "9", "MARS": "26", "NAME": "Gregorin", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-10,40", "CSINR": "", "KURTZ": "", "PHAS_": "21,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "19.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ugo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.02.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23285	gremese-bruno-1927-09-29	{"3a_sports": "1957"}	{"ertel": "ES-1957"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Gremese", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-09-29", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bruno", "family": "Gremese"}, "birth": {"date": "1927-09-29", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1957", "ENG": "", "MA_": "0", "G_NR": "294", "MA12": "9", "MARS": "25", "NAME": "Gremese", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "4,400", "CSINR": "", "KURTZ": "", "PHAS_": "8,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "29.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bruno", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.09.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23286	greulich-bernhard-1902-12-04	{"3a_sports": "1961"}	{"ertel": "ES-1961"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernhard", "family": "Greulich", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1902-12-04", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bernhard", "family": "Greulich"}, "birth": {"date": "1902-12-04", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1961", "ENG": "", "MA_": "1", "G_NR": "107", "MA12": "10", "MARS": "30", "NAME": "Greulich", "PUBL": "U", "QUEL": "GMING", "AUFAB": "5,800", "CSINR": "", "KURTZ": "", "PHAS_": "13,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "04.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Bernhard", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.12.1902", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23288	grillone-franco-1925-02-23	{"3a_sports": "1967"}	{"ertel": "ES-1967"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franco", "family": "Grillone", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-02-23", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Franco", "family": "Grillone"}, "birth": {"date": "1925-02-23", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1967", "ENG": "", "MA_": "1", "G_NR": "295", "MA12": "10", "MARS": "28", "NAME": "Grillone", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-1,700", "CSINR": "", "KURTZ": "", "PHAS_": "0,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "23.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Franco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.02.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23291	grisanti-alido-1919-08-04	{"3a_sports": "1973"}	{"ertel": "ES-1973"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alido", "family": "Grisanti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-08-04", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alido", "family": "Grisanti"}, "birth": {"date": "1919-08-04", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1973", "ENG": "", "MA_": "1", "G_NR": "296", "MA12": "9", "MARS": "27", "NAME": "Grisanti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "9,500", "CSINR": "", "KURTZ": "", "PHAS_": "51,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "04.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Alido", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.08.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23292	grisoni-serge-1925-10-23	{"3a_sports": "1974"}	{"ertel": "ES-1974"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Serge", "family": "Grisoni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-10-23", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Serge", "family": "Grisoni"}, "birth": {"date": "1925-10-23", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1974", "ENG": "", "MA_": "1", "G_NR": "94", "MA12": "12", "MARS": "35", "NAME": "Grisoni", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "9,800", "CSINR": "", "KURTZ": "", "PHAS_": "30,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Serge", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.10.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23293	gritti-mario-1923-10-22	{"3a_sports": "1975"}	{"ertel": "ES-1975"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Gritti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1923-10-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Mario", "family": "Gritti"}, "birth": {"date": "1923-10-22", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1975", "ENG": "", "MA_": "0", "G_NR": "297", "MA12": "5", "MARS": "15", "NAME": "Gritti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "5,700", "CSINR": "", "KURTZ": "", "PHAS_": "93,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "22.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.10.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23290	grimmonprez-laurent-1902-12-14	{"3a_sports": "1971"}	{"cpara": "CP-*36", "ertel": "ES-1971"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Laurent", "family": "Grimmonprez", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1902-12-14", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Laurent", "family": "Grimmonprez"}, "birth": {"date": "1902-12-14", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1971", "ENG": "", "MA_": "0", "G_NR": "36", "MA12": "3", "MARS": "8", "NAME": "Grimmonprez", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "4,800", "CSINR": "", "KURTZ": "", "PHAS_": "97,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "14.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 36", "VORNAME": "Laurent", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.12.1902", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23294	grizetti-gerard-1943-11-20	{"3a_sports": "1976"}	{"ertel": "ES-1976"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Grizetti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-11-20", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gérard", "family": "Grizetti"}, "birth": {"date": "1943-11-20", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1976", "ENG": "", "MA_": "0", "G_NR": "200", "MA12": "6", "MARS": "17", "NAME": "Grizetti", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "49,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.11.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gérard", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "20.11.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23295	grolli-elio-ricardo-1913-05-14	{"3a_sports": "1978"}	{"ertel": "ES-1978"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elio-Ricardo", "family": "Grolli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-05-14", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Elio-Ricardo", "family": "Grolli"}, "birth": {"date": "1913-05-14", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1978", "ENG": "", "MA_": "0", "G_NR": "298", "MA12": "8", "MARS": "24", "NAME": "Grolli", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "11,500", "CSINR": "", "KURTZ": "", "PHAS_": "56,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "14.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Elio-Ricardo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.05.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23297	gross-ernest-1902-12-22	{"3a_sports": "1981"}	{"ertel": "ES-1981"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Gross", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1902-12-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ernest", "family": "Gross"}, "birth": {"date": "1902-12-22", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1981", "ENG": "", "MA_": "0", "G_NR": "95", "MA12": "3", "MARS": "7", "NAME": "Gross", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-10,60", "CSINR": "", "KURTZ": "", "PHAS_": "48,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ernest", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.12.1902", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23298	grosso-francesco-1921-11-15	{"3a_sports": "1982"}	{"ertel": "ES-1982"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Grosso", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-11-15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Francesco", "family": "Grosso"}, "birth": {"date": "1921-11-15", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1982", "ENG": "", "MA_": "1", "G_NR": "299", "MA12": "2", "MARS": "4", "NAME": "Grosso", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "2,400", "CSINR": "", "KURTZ": "", "PHAS_": "99,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "15.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Francesco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.11.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23302	guaita-raffaela-1922-06-26	{"3a_sports": "1992"}	{"ertel": "ES-1992"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raffaela", "family": "Guaita", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1922-06-26", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "F", "name": {"given": "Raffaela", "family": "Guaita"}, "birth": {"date": "1922-06-26", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "1992", "ENG": "", "MA_": "0", "G_NR": "300", "MA12": "3", "MARS": "8", "NAME": "Guaita", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "0,900", "CSINR": "", "KURTZ": "", "PHAS_": "1,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "26.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Raffaela", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.06.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23303	gualazzi-emico-1925-02-01	{"3a_sports": "1993"}	{"ertel": "ES-1993"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emico", "family": "Gualazzi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-02-01", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Emico", "family": "Gualazzi"}, "birth": {"date": "1925-02-01", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1993", "ENG": "", "MA_": "0", "G_NR": "301", "MA12": "8", "MARS": "24", "NAME": "Gualazzi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "9,900", "CSINR": "", "KURTZ": "", "PHAS_": "53,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Emico", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.02.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23299	grouppi-jacques-1941-04-06	{"3a_sports": "1984", "cfepp-final3": "759"}	{"cfepp": "CF-759", "ertel": "ES-1984"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Grouppi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-04-06 24:00", "note": null, "place": {"c1": null, "c2": "47", "c3": "", "cy": "FR", "lg": -0.7, "lat": 44.41, "name": "VILLENEUVE SUR LOT", "geoid": null}, "notime": null, "date-ut": "1941-04-06 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jacques", "family": "Grouppi"}, "birth": {"date": "1941-04-06", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1984", "ENG": "", "MA_": "1", "G_NR": "202", "MA12": "11", "MARS": "31", "NAME": "Grouppi", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "10,300", "CSINR": "", "KURTZ": "", "PHAS_": "60,300", "STUND": "", "CFEPNR": "759", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "06.04.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1941-04-06 24:00", "place": {"c2": "47", "c3": "", "cy": "FR", "lg": -0.7, "lat": 44.41, "name": "VILLENEUVE SUR LOT"}, "date-ut": "1941-04-06 23:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "759"}}, "raw": {"S": "11", "LT": "24 00", "LV": "I8", "TR": "f", "UT": "23 00", "LAT": "+44.41", "SRC": "L", "LONG": "-00.70", "NAME": "GRUPPI Jacques", "SPORT": "Rugby League", "LOC_DATE": "1941 04 06", "UNIV_DATE": "1941 04 06", "BIRTH_PLACE": "VILLENEUVE SUR LOT", "POSTAL_CODE": "47307 CEDEX"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23304	gualazzini-ercole-1944-06-22	{"3a_sports": "1994"}	{"ertel": "ES-1994"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ercole", "family": "Gualazzini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1944-06-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ercole", "family": "Gualazzini"}, "birth": {"date": "1944-06-22", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1994", "ENG": "", "MA_": "1", "G_NR": "11", "MA12": "12", "MARS": "35", "NAME": "Gualazzini", "PUBL": "U", "QUEL": "GMINV", "AUFAB": "1,700", "CSINR": "", "KURTZ": "", "PHAS_": "1,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "22.06.", "ZITATE": "Y", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ercole", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "22.06.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23305	guarnieri-umberto-1919-05-02	{"3a_sports": "1995"}	{"ertel": "ES-1995"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Umberto", "family": "Guarnieri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-05-02", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Umberto", "family": "Guarnieri"}, "birth": {"date": "1919-05-02", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1995", "ENG": "", "MA_": "0", "G_NR": "302", "MA12": "8", "MARS": "22", "NAME": "Guarnieri", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "3,800", "CSINR": "", "KURTZ": "", "PHAS_": "4,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "02.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Umberto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.05.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23306	gueguen-michel-1951-02-27	{"3a_sports": "1998"}	{"ertel": "ES-1998"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Gueguen", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1951-02-27", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Michel", "family": "Gueguen"}, "birth": {"date": "1951-02-27", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1998", "ENG": "", "MA_": "1", "G_NR": "205", "MA12": "6", "MARS": "18", "NAME": "Gueguen", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "71,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "27.02.1951", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23308	guerra-walter-1936-08-02	{"3a_sports": "2005"}	{"ertel": "ES-2005"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Guerra", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1936-08-02", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Walter", "family": "Guerra"}, "birth": {"date": "1936-08-02", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2005", "ENG": "", "MA_": "1", "G_NR": "303", "MA12": "5", "MARS": "14", "NAME": "Guerra", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "3,900", "CSINR": "", "KURTZ": "", "PHAS_": "98,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "02.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Walter", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.08.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23309	guerrieri-manzico-1922-04-01	{"3a_sports": "2006"}	{"ertel": "ES-2006"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Manzico", "family": "Guerrieri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-04-01", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Manzico", "family": "Guerrieri"}, "birth": {"date": "1922-04-01", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2006", "ENG": "", "MA_": "1", "G_NR": "304", "MA12": "9", "MARS": "27", "NAME": "Guerrieri", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "5,500", "CSINR": "", "KURTZ": "", "PHAS_": "11,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Manzico", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.04.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23313	guillot-jean-1931-08-31	{"3a_sports": "2020"}	{"ertel": "ES-2020"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Guillot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-08-31", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean", "family": "Guillot"}, "birth": {"date": "1931-08-31", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2020", "ENG": "", "MA_": "0", "G_NR": "98", "MA12": "8", "MARS": "24", "NAME": "Guillot", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-4,100", "CSINR": "", "KURTZ": "", "PHAS_": "92,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "31.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "31.08.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23310	guiffroy-christian-1941-01-21	{"3a_sports": "2011", "cfepp-final3": "595"}	{"cfepp": "CF-595", "ertel": "ES-2011"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Guiffroy", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-01-21 16:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": -1.44, "lat": 43.6, "name": "TOULOUSE", "geoid": null}, "notime": null, "date-ut": "1941-01-21 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["gymnast"]	5	null	[{"new": {"sex": "M", "name": {"given": "Christian", "family": "Guiffroy"}, "birth": {"date": "1941-01-21", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2011", "ENG": "", "MA_": "1", "G_NR": "207", "MA12": "7", "MARS": "20", "NAME": "Guiffroy", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-11,40", "CSINR": "", "KURTZ": "", "PHAS_": "43,500", "STUND": "", "CFEPNR": "595", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Christian", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "21.01.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "GYMN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1941-01-21 16:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": -1.44, "lat": 43.6, "name": "TOULOUSE"}, "date-ut": "1941-01-21 15:00"}, "occus": ["gymnast"], "ids-in-sources": {"cfepp-final3": "595"}}, "raw": {"S": "7", "LT": "16 00", "LV": "FI", "TR": "f", "UT": "15 00", "LAT": "+43.60", "SRC": "L", "LONG": "-01.44", "NAME": "GUIFFROY Christian", "SPORT": "Gymnastics", "LOC_DATE": "1941 01 21", "UNIV_DATE": "1941 01 21", "BIRTH_PLACE": "TOULOUSE", "POSTAL_CODE": "31040 CEDEX"}, "date": "2023-08-20T14:46:07+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23315	guiraud-germain-1949-02-22	{"3a_sports": "2024"}	{"ertel": "ES-2024"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Germain", "family": "Guiraud", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-02-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Germain", "family": "Guiraud"}, "birth": {"date": "1949-02-22", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2024", "ENG": "1", "MA_": "2", "G_NR": "209", "MA12": "1", "MARS": "2", "NAME": "Guiraud", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,800", "CSINR": "", "KURTZ": "", "PHAS_": "30,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "22.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Germain", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "22.02.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23316	guiraud-joseph-1929-01-14	{"3a_sports": "2025", "cfepp-final3": "760"}	{"cfepp": "CF-760", "ertel": "ES-2025"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Guiraud", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-01-14 08:00", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": -2.22, "lat": 42.94, "name": "ESPERAZA", "geoid": null}, "notime": null, "date-ut": "1929-01-14 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Joseph", "family": "Guiraud"}, "birth": {"date": "1929-01-14", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2025", "ENG": "", "MA_": "0", "G_NR": "210", "MA12": "8", "MARS": "24", "NAME": "Guiraud", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "4,800", "CSINR": "", "KURTZ": "", "PHAS_": "8,700", "STUND": "", "CFEPNR": "760", "EXTEND": "", "NATION": "FRA", "TAGMON": "14.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Joseph", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "14.01.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1929-01-14 08:00", "place": {"c2": "11", "c3": "", "cy": "FR", "lg": -2.22, "lat": 42.94, "name": "ESPERAZA"}, "date-ut": "1929-01-14 08:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "760"}}, "raw": {"S": "8", "LT": "08 00", "LV": "I8", "TR": "f", "UT": "08 00", "LAT": "+42.94", "SRC": "L", "LONG": "-02.22", "NAME": "GUIRAUD Joseph", "SPORT": "Rugby League", "LOC_DATE": "1929 01 14", "UNIV_DATE": "1929 01 14", "BIRTH_PLACE": "ESPERAZA", "POSTAL_CODE": "11260"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23320	guyot-sebastienne-1896-04-27	{"3a_sports": "2034"}	{"ertel": "ES-2034"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sebastienne", "family": "Guyot", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1896-04-27", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Sebastienne", "family": "Guyot"}, "birth": {"date": "1896-04-27", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "2034", "ENG": "", "MA_": "1", "G_NR": "99", "MA12": "5", "MARS": "13", "NAME": "Guyot", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "3,200", "CSINR": "", "KURTZ": "", "PHAS_": "99,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Sebastienne", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.04.1896", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23321	guyot-serge-1952-06-03	{"3a_sports": "2035"}	{"ertel": "ES-2035"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Serge", "family": "Guyot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1952-06-03", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Serge", "family": "Guyot"}, "birth": {"date": "1952-06-03", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2035", "ENG": "", "MA_": "0", "G_NR": "213", "MA12": "11", "MARS": "33", "NAME": "Guyot", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "9,500", "CSINR": "", "KURTZ": "", "PHAS_": "70,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "03.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Serge", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "03.06.1952", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23322	hagg-helmut-1932-05-24	{"3a_sports": "2043"}	{"ertel": "ES-2043"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Helmut", "family": "Hagg", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-05-24", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"sex": "M", "name": {"given": "Helmut", "family": "Hagg"}, "birth": {"date": "1932-05-24", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2043", "ENG": "", "MA_": "1", "G_NR": "99", "MA12": "5", "MARS": "13", "NAME": "Hagg", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-7,900", "CSINR": "", "KURTZ": "", "PHAS_": "81,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "24.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Helmut", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.05.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SKII", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23325	haran-simon-1928-04-13	{"3a_sports": "2059"}	{"ertel": "ES-2059"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Simon", "family": "Haran", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-04-13", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Simon", "family": "Haran"}, "birth": {"date": "1928-04-13", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2059", "ENG": "", "MA_": "0", "G_NR": "100", "MA12": "11", "MARS": "33", "NAME": "Haran", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-9,700", "CSINR": "", "KURTZ": "", "PHAS_": "53,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Simon", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.04.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23326	hassler-friedrich-1888-11-16	{"3a_sports": "2071"}	{"ertel": "ES-2071"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Hassler", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1888-11-16", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Friedrich", "family": "Hassler"}, "birth": {"date": "1888-11-16", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2071", "ENG": "", "MA_": "1", "G_NR": "65", "MA12": "10", "MARS": "30", "NAME": "Hassler", "PUBL": "U", "QUEL": "GMING", "AUFAB": "5,400", "CSINR": "", "KURTZ": "", "PHAS_": "93,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "16.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Friedrich", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.11.1888", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23327	haug-toni-1930-10-27	{"3a_sports": "2075"}	{"ertel": "ES-2075"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Toni", "family": "Haug", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-10-27", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"sex": "M", "name": {"given": "Toni", "family": "Haug"}, "birth": {"date": "1930-10-27", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2075", "ENG": "", "MA_": "1", "G_NR": "35", "MA12": "7", "MARS": "20", "NAME": "Haug", "PUBL": "U", "QUEL": "GMING", "AUFAB": "8,500", "CSINR": "", "KURTZ": "", "PHAS_": "27,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "27.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Toni", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.10.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SKII", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23324	hanse-emile-1892-08-10	{"3a_sports": "2055"}	{"cpara": "CP-*21", "ertel": "ES-2055"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Émile", "family": "Hanse", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1892-08-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Émile", "family": "Hanse"}, "birth": {"date": "1892-08-10", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2055", "ENG": "", "MA_": "1", "G_NR": "21", "MA12": "5", "MARS": "14", "NAME": "Hanse", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "-2,600", "CSINR": "", "KURTZ": "", "PHAS_": "96,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "10.08.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "* 21", "VORNAME": "Émile", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "10.08.1892", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23329	hauss-rene-1927-12-25	{"3a_sports": "2077"}	{"ertel": "ES-2077"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Hauss", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-12-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "René", "family": "Hauss"}, "birth": {"date": "1927-12-25", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2077", "ENG": "", "MA_": "1", "G_NR": "216", "MA12": "6", "MARS": "18", "NAME": "Hauss", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "0,700", "CSINR": "", "KURTZ": "", "PHAS_": "0,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "25.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "25.12.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23333	henkel-jost-1909-07-27	{"3a_sports": "2098"}	{"ertel": "ES-2098"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jost", "family": "Henkel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1909-07-27", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jost", "family": "Henkel"}, "birth": {"date": "1909-07-27", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2098", "ENG": "", "MA_": "0", "G_NR": "38", "MA12": "11", "MARS": "33", "NAME": "Henkel", "PUBL": "U", "QUEL": "GMING", "AUFAB": "9,600", "CSINR": "", "KURTZ": "", "PHAS_": "64,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "27.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jost", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.07.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23330	hebdin-georges-1889-04-19	{"3a_sports": "2083"}	{"cpara": "CP-*22", "ertel": "ES-2083"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Hebdin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1889-04-19", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Georges", "family": "Hebdin"}, "birth": {"date": "1889-04-19", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2083", "ENG": "", "MA_": "1", "G_NR": "22", "MA12": "2", "MARS": "6", "NAME": "Hebdin", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "-6,900", "CSINR": "", "KURTZ": "", "PHAS_": "87,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "19.04.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "* 22", "VORNAME": "Georges", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "19.04.1889", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23331	hege-louis-van-1889-05-08	{"3a_sports": "2085"}	{"cpara": "CP-*31", "ertel": "ES-2085"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis (van)", "family": "Hege", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1889-05-08", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Louis (van)", "family": "Hege"}, "birth": {"date": "1889-05-08", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2085", "ENG": "", "MA_": "0", "G_NR": "31", "MA12": "6", "MARS": "17", "NAME": "Hege", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "9,700", "CSINR": "", "KURTZ": "", "PHAS_": "47,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "08.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 31", "VORNAME": "Louis (van)", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.05.1889", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23334	henri-jean-1932-05-23	{"3a_sports": "2100"}	{"ertel": "ES-2100"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Henri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-05-23", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean", "family": "Henri"}, "birth": {"date": "1932-05-23", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2100", "ENG": "", "MA_": "0", "G_NR": "102", "MA12": "3", "MARS": "8", "NAME": "Henri", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-6,100", "CSINR": "", "KURTZ": "", "PHAS_": "89,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.05.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23337	herbaux-raymond-1919-10-22	{"3a_sports": "2105", "cfepp-final3": "615"}	{"cfepp": "CF-615", "ertel": "ES-2105"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Herbaux", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-10-22 11:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": -3.06, "lat": 50.63, "name": "LILLE", "geoid": null}, "notime": null, "date-ut": "1919-10-22 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["weightlifter"]	5	null	[{"new": {"sex": "M", "name": {"given": "Raymond", "family": "Herbaux"}, "birth": {"date": "1919-10-22", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2105", "ENG": "", "MA_": "1", "G_NR": "103", "MA12": "5", "MARS": "13", "NAME": "Herbaux", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-4,400", "CSINR": "", "KURTZ": "", "PHAS_": "3,400", "STUND": "", "CFEPNR": "615", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Raymond", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.10.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "WEIG", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1919-10-22 11:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": -3.06, "lat": 50.63, "name": "LILLE"}, "date-ut": "1919-10-22 11:00"}, "occus": ["weightlifter"], "ids-in-sources": {"cfepp-final3": "615"}}, "raw": {"S": "5", "LT": "11 00", "LV": "FI", "TR": "f", "UT": "11 00", "LAT": "+50.63", "SRC": "A", "LONG": "-03.06", "NAME": "HERBAUX Raymond", "SPORT": "Weightlifting", "LOC_DATE": "1919 10 22", "UNIV_DATE": "1919 10 22", "BIRTH_PLACE": "LILLE", "POSTAL_CODE": "59033 CEDEX"}, "date": "2023-08-20T14:46:08+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23335	henri-paul-1912-09-06	{"3a_sports": "2101"}	{"cpara": "CP-*46", "ertel": "ES-2101"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Henri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1912-09-06", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Paul", "family": "Henri"}, "birth": {"date": "1912-09-06", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2101", "ENG": "", "MA_": "1", "G_NR": "46", "MA12": "5", "MARS": "13", "NAME": "Henri", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "-11,00", "CSINR": "", "KURTZ": "", "PHAS_": "34,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "06.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 46", "VORNAME": "Paul", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.09.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23343	herz-wilhelm-1912-01-18	{"3a_sports": "2119"}	{"ertel": "ES-2119"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Herz", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1912-01-18", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Wilhelm", "family": "Herz"}, "birth": {"date": "1912-01-18", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2119", "ENG": "", "MA_": "0", "G_NR": "106", "MA12": "3", "MARS": "7", "NAME": "Herz", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-3,400", "CSINR": "", "KURTZ": "", "PHAS_": "2,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "18.01.", "ZITATE": "S", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Wilhelm", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "18.01.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23339	heremans-albert-1906-04-13	{"3a_sports": "2110"}	{"cpara": "CP-*64", "ertel": "ES-2110"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Heremans", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1906-04-13", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Albert", "family": "Heremans"}, "birth": {"date": "1906-04-13", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2110", "ENG": "", "MA_": "1", "G_NR": "64", "MA12": "9", "MARS": "27", "NAME": "Heremans", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "-8,500", "CSINR": "", "KURTZ": "", "PHAS_": "80,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "13.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 64", "VORNAME": "Albert", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.04.1906", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23340	herpe-andre-van-1933-10-26	{"3a_sports": "2115"}	{"cpara": "CP-*65", "ertel": "ES-2115"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André (van)", "family": "Herpe", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-10-26", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "André (van)", "family": "Herpe"}, "birth": {"date": "1933-10-26", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2115", "ENG": "", "MA_": "1", "G_NR": "65", "MA12": "12", "MARS": "35", "NAME": "Herpe", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "11,300", "CSINR": "", "KURTZ": "", "PHAS_": "50,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "26.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 65", "VORNAME": "André (van)", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.10.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23342	hert-albert-de-1921-11-18	{"3a_sports": "2118"}	{"cpara": "CP-*37", "ertel": "ES-2118"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert (de)", "family": "Hert", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-11-18", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Albert (de)", "family": "Hert"}, "birth": {"date": "1921-11-18", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2118", "ENG": "", "MA_": "0", "G_NR": "37", "MA12": "3", "MARS": "8", "NAME": "Hert", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "-4,600", "CSINR": "", "KURTZ": "", "PHAS_": "92,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "18.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 37", "VORNAME": "Albert (de)", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.11.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23344	hezard-yves-1948-10-20	{"3a_sports": "2124"}	{"ertel": "ES-2124"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Hezard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-10-20", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Yves", "family": "Hezard"}, "birth": {"date": "1948-10-20", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2124", "ENG": "", "MA_": "0", "G_NR": "219", "MA12": "5", "MARS": "15", "NAME": "Hezard", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-2,700", "CSINR": "", "KURTZ": "", "PHAS_": "96,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.10.", "ZITATE": "DY", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Yves", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "20.10.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23346	hobel-august-in-1931-04-13	{"3a_sports": "2130"}	{"ertel": "ES-2130"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "August(in)", "family": "Hobel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-04-13", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "August(in)", "family": "Hobel"}, "birth": {"date": "1931-04-13", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2130", "ENG": "", "MA_": "1", "G_NR": "25", "MA12": "9", "MARS": "27", "NAME": "Hobel", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-8,200", "CSINR": "", "KURTZ": "", "PHAS_": "21,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "13.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "August(in)", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.04.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23347	hodoul-jean-louis-1946-04-01	{"3a_sports": "2131"}	{"ertel": "ES-2131"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Louis", "family": "Hodoul", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-04-01", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean Louis", "family": "Hodoul"}, "birth": {"date": "1946-04-01", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2131", "ENG": "", "MA_": "1", "G_NR": "221", "MA12": "10", "MARS": "30", "NAME": "Hodoul", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-4,500", "CSINR": "", "KURTZ": "", "PHAS_": "2,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean Louis", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "01.04.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23348	holling-friedrich-wilhelm-1915-01-23	{"3a_sports": "2132"}	{"ertel": "ES-2132"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich Wilhelm", "family": "Hölling", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1915-01-23", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Friedrich Wilhelm", "family": "Hölling"}, "birth": {"date": "1915-01-23", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2132", "ENG": "", "MA_": "0", "G_NR": "48", "MA12": "12", "MARS": "34", "NAME": "Hölling", "PUBL": "U", "QUEL": "GMING", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "47,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "23.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Friedrich Wilhelm", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.01.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23349	hofmann-karl-1927-06-25	{"3a_sports": "2134"}	{"ertel": "ES-2134"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Hofmann", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-06-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Karl", "family": "Hofmann"}, "birth": {"date": "1927-06-25", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2134", "ENG": "", "MA_": "0", "G_NR": "31", "MA12": "8", "MARS": "22", "NAME": "Hofmann", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-10,30", "CSINR": "", "KURTZ": "", "PHAS_": "22,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "25.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Karl", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.06.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23350	hofmann-wilhelm-1917-01-16	{"3a_sports": "2135"}	{"ertel": "ES-2135"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Hofmann", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1917-01-16", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Wilhelm", "family": "Hofmann"}, "birth": {"date": "1917-01-16", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2135", "ENG": "", "MA_": "1", "G_NR": "84", "MA12": "9", "MARS": "26", "NAME": "Hofmann", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-9,700", "CSINR": "", "KURTZ": "", "PHAS_": "55,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "16.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Wilhelm", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.01.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23351	holthaus-karl-julius-1916-05-20	{"3a_sports": "2138"}	{"ertel": "ES-2138"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl Julius", "family": "Holthaus", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1916-05-20", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Karl Julius", "family": "Holthaus"}, "birth": {"date": "1916-05-20", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2138", "ENG": "", "MA_": "1", "G_NR": "34", "MA12": "6", "MARS": "18", "NAME": "Holthaus", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-5,300", "CSINR": "", "KURTZ": "", "PHAS_": "91,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "20.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Karl Julius", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.05.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23352	houben-hubert-1898-02-24	{"3a_sports": "2144"}	{"ertel": "ES-2144"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hubert", "family": "Houben", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1898-02-24", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Hubert", "family": "Houben"}, "birth": {"date": "1898-02-24", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2144", "ENG": "", "MA_": "1", "G_NR": "26", "MA12": "2", "MARS": "5", "NAME": "Houben", "PUBL": "U", "QUEL": "GMING", "AUFAB": "5,900", "CSINR": "", "KURTZ": "", "PHAS_": "11,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "24.02.", "ZITATE": "KS", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Hubert", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "24.02.1898", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23353	huber-erwin-1907-04-05	{"3a_sports": "2151"}	{"ertel": "ES-2151"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erwin", "family": "Huber", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1907-04-05", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Erwin", "family": "Huber"}, "birth": {"date": "1907-04-05", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2151", "ENG": "", "MA_": "1", "G_NR": "49", "MA12": "12", "MARS": "35", "NAME": "Huber", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-11,10", "CSINR": "", "KURTZ": "", "PHAS_": "57,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "05.04.", "ZITATE": "T", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Erwin", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "05.04.1907", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23355	hug-roger-1913-08-27	{"3a_sports": "2156"}	{"ertel": "ES-2156"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Hug", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-08-27", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Roger", "family": "Hug"}, "birth": {"date": "1913-08-27", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2156", "ENG": "", "MA_": "0", "G_NR": "105", "MA12": "8", "MARS": "24", "NAME": "Hug", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-10,20", "CSINR": "", "KURTZ": "", "PHAS_": "29,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.08.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23356	hugues-claude-1932-04-02	{"3a_sports": "2157"}	{"ertel": "ES-2157"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Hugues", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-04-02", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Claude", "family": "Hugues"}, "birth": {"date": "1932-04-02", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2157", "ENG": "1", "MA_": "2", "G_NR": "222", "MA12": "1", "MARS": "3", "NAME": "Hugues", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-7,700", "CSINR": "", "KURTZ": "", "PHAS_": "14,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "02.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Claude", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "02.04.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23357	huin-dominique-1952-02-02	{"3a_sports": "2160"}	{"ertel": "ES-2160"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dominique", "family": "Huin", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1952-02-02", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Dominique", "family": "Huin"}, "birth": {"date": "1952-02-02", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "2160", "ENG": "1", "MA_": "2", "G_NR": "223", "MA12": "1", "MARS": "2", "NAME": "Huin", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "10,200", "CSINR": "", "KURTZ": "", "PHAS_": "41,600", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "02.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Dominique", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "02.02.1952", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SWIM", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23358	hustin-robert-1886-10-13	{"3a_sports": "2167"}	{"cpara": "CP-*39", "ertel": "ES-2167"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Hustin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1886-10-13", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Robert", "family": "Hustin"}, "birth": {"date": "1886-10-13", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2167", "ENG": "", "MA_": "1", "G_NR": "39", "MA12": "7", "MARS": "19", "NAME": "Hustin", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "1,200", "CSINR": "", "KURTZ": "", "PHAS_": "99,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "13.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 39", "VORNAME": "Robert", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.10.1886", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23360	ignolin-guy-1936-11-14	{"3a_sports": "2175"}	{"ertel": "ES-2175"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Ignolin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1936-11-14", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Guy", "family": "Ignolin"}, "birth": {"date": "1936-11-14", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2175", "ENG": "", "MA_": "0", "G_NR": "225", "MA12": "5", "MARS": "15", "NAME": "Ignolin", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-1,300", "CSINR": "", "KURTZ": "", "PHAS_": "0,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "14.11.", "ZITATE": "DY", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Guy", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "14.11.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23362	imbert-jean-marie-1950-04-24	{"3a_sports": "2177"}	{"ertel": "ES-2177"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Marie", "family": "Imbert", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1950-04-24", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean-Marie", "family": "Imbert"}, "birth": {"date": "1950-04-24", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2177", "ENG": "1", "MA_": "2", "G_NR": "227", "MA12": "4", "MARS": "12", "NAME": "Imbert", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "9,200", "CSINR": "", "KURTZ": "", "PHAS_": "35,700", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "24.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean-Marie", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "24.04.1950", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23363	ingelgen-joseph-van-1912-01-23	{"3a_sports": "2179"}	{"cpara": "CP-*32", "ertel": "ES-2179"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph (van)", "family": "Ingelgen", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1912-01-23", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Joseph (van)", "family": "Ingelgen"}, "birth": {"date": "1912-01-23", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2179", "ENG": "", "MA_": "1", "G_NR": "32", "MA12": "10", "MARS": "29", "NAME": "Ingelgen", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "5,300", "CSINR": "", "KURTZ": "", "PHAS_": "11,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "23.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 32", "VORNAME": "Joseph (van)", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.01.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23364	innocenti-antonio-1922-07-06	{"3a_sports": "2180"}	{"ertel": "ES-2180"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Innocenti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-07-06", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Antonio", "family": "Innocenti"}, "birth": {"date": "1922-07-06", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2180", "ENG": "1", "MA_": "2", "G_NR": "305", "MA12": "1", "MARS": "1", "NAME": "Innocenti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "7,600", "CSINR": "", "KURTZ": "", "PHAS_": "89,300", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "06.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Antonio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.07.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23365	innocenti-ugo-1916-04-16	{"3a_sports": "2181"}	{"ertel": "ES-2181"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ugo", "family": "Innocenti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1916-04-16", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ugo", "family": "Innocenti"}, "birth": {"date": "1916-04-16", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2181", "ENG": "1", "MA_": "2", "G_NR": "306", "MA12": "4", "MARS": "12", "NAME": "Innocenti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "5,900", "CSINR": "", "KURTZ": "", "PHAS_": "94,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "16.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ugo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.04.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23366	irazu-martial-1940-12-14	{"3a_sports": "2184"}	{"ertel": "ES-2184"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Martial", "family": "Irazu", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-12-14", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Martial", "family": "Irazu"}, "birth": {"date": "1940-12-14", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2184", "ENG": "", "MA_": "1", "G_NR": "106", "MA12": "7", "MARS": "20", "NAME": "Irazu", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "2,600", "CSINR": "", "KURTZ": "", "PHAS_": "99,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "14.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Martial", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.12.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23368	ithurritz-henri-1932-08-28	{"3a_sports": "2188"}	{"ertel": "ES-2188"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Ithurritz", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-08-28", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Henri", "family": "Ithurritz"}, "birth": {"date": "1932-08-28", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2188", "ENG": "", "MA_": "1", "G_NR": "107", "MA12": "10", "MARS": "29", "NAME": "Ithurritz", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-8,200", "CSINR": "", "KURTZ": "", "PHAS_": "16,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.08.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23369	izquierdo-michel-1948-06-14	{"3a_sports": "2189"}	{"ertel": "ES-2189"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Izquierdo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-06-14", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Michel", "family": "Izquierdo"}, "birth": {"date": "1948-06-14", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2189", "ENG": "", "MA_": "0", "G_NR": "228", "MA12": "5", "MARS": "15", "NAME": "Izquierdo", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "11,300", "CSINR": "", "KURTZ": "", "PHAS_": "47,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "14.06.", "ZITATE": "DX", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "14.06.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23371	janich-francesco-1937-03-26	{"3a_sports": "2198"}	{"ertel": "ES-2198"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Janich", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1937-03-26", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Francesco", "family": "Janich"}, "birth": {"date": "1937-03-26", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2198", "ENG": "", "MA_": "0", "G_NR": "307", "MA12": "8", "MARS": "23", "NAME": "Janich", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "2,900", "CSINR": "", "KURTZ": "", "PHAS_": "98,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "26.03.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Francesco", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "26.03.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23373	jauffret-louis-1943-02-21	{"3a_sports": "2206"}	{"ertel": "ES-2206"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Jauffret", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-02-21", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"sex": "M", "name": {"given": "Louis", "family": "Jauffret"}, "birth": {"date": "1943-02-21", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2206", "ENG": "", "MA_": "0", "G_NR": "230", "MA12": "8", "MARS": "22", "NAME": "Jauffret", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-0,500", "CSINR": "", "KURTZ": "", "PHAS_": "99,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Louis", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "21.02.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SKII", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23372	janssens-augustin-1930-09-24	{"3a_sports": "2200"}	{"cpara": "CP-*47", "ertel": "ES-2200"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Augustin", "family": "Janssens", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-09-24", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Augustin", "family": "Janssens"}, "birth": {"date": "1930-09-24", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2200", "ENG": "", "MA_": "1", "G_NR": "47", "MA12": "2", "MARS": "5", "NAME": "Janssens", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "2,900", "CSINR": "", "KURTZ": "", "PHAS_": "3,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "24.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 47", "VORNAME": "Augustin", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.09.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23374	jezo-marcel-1910-06-27	{"3a_sports": "2213"}	{"ertel": "ES-2213"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Jezo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1910-06-27", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Marcel", "family": "Jezo"}, "birth": {"date": "1910-06-27", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2213", "ENG": "1", "MA_": "2", "G_NR": "108", "MA12": "1", "MARS": "3", "NAME": "Jezo", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-7,200", "CSINR": "", "KURTZ": "", "PHAS_": "82,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "27.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.06.1910", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23375	joacim-constant-1908-03-03	{"3a_sports": "2216"}	{"cpara": "CP-*33", "ertel": "ES-2216"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Constant", "family": "Joacim", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1908-03-03", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Constant", "family": "Joacim"}, "birth": {"date": "1908-03-03", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2216", "ENG": "", "MA_": "1", "G_NR": "33", "MA12": "12", "MARS": "35", "NAME": "Joacim", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "-0,800", "CSINR": "", "KURTZ": "", "PHAS_": "0,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "03.03.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "* 33", "VORNAME": "Constant", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "03.03.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23377	kant-jean-van-1888-11-20	{"3a_sports": "2245"}	{"cpara": "CP-*35", "ertel": "ES-2245"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean (van)", "family": "Kant", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1888-11-20", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean (van)", "family": "Kant"}, "birth": {"date": "1888-11-20", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2245", "ENG": "", "MA_": "1", "G_NR": "35", "MA12": "9", "MARS": "26", "NAME": "Kant", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "-1,500", "CSINR": "", "KURTZ": "", "PHAS_": "98,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "20.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 35", "VORNAME": "Jean (van)", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.11.1888", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23379	keller-kurt-1918-04-28	{"3a_sports": "2249"}	{"ertel": "ES-2249"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Kurt", "family": "Keller", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-04-28", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Kurt", "family": "Keller"}, "birth": {"date": "1918-04-28", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2249", "ENG": "", "MA_": "0", "G_NR": "109", "MA12": "6", "MARS": "16", "NAME": "Keller", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-2,200", "CSINR": "", "KURTZ": "", "PHAS_": "97,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.04.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Kurt", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "28.04.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23380	kelm-karl-1911-10-06	{"3a_sports": "2252"}	{"ertel": "ES-2252"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Kelm", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1911-10-06", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Karl", "family": "Kelm"}, "birth": {"date": "1911-10-06", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2252", "ENG": "1", "MA_": "2", "G_NR": "98", "MA12": "4", "MARS": "10", "NAME": "Kelm", "PUBL": "U", "QUEL": "GMING", "AUFAB": "5,600", "CSINR": "", "KURTZ": "", "PHAS_": "94,400", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "GER", "TAGMON": "06.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Karl", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.10.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23381	kerbiriou-francis-1951-03-11	{"3a_sports": "2256"}	{"ertel": "ES-2256"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Kerbiriou", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1951-03-11", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Francis", "family": "Kerbiriou"}, "birth": {"date": "1951-03-11", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2256", "ENG": "", "MA_": "1", "G_NR": "233", "MA12": "10", "MARS": "28", "NAME": "Kerbiriou", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "5,300", "CSINR": "", "KURTZ": "", "PHAS_": "10,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "11.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Francis", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "11.03.1951", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23383	keruzore-raymond-1949-06-17	{"3a_sports": "2259"}	{"ertel": "ES-2259"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Keruzoré", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-06-17", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Raymond", "family": "Keruzoré"}, "birth": {"date": "1949-06-17", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2259", "ENG": "", "MA_": "1", "G_NR": "234", "MA12": "6", "MARS": "18", "NAME": "Keruzoré", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-8,900", "CSINR": "", "KURTZ": "", "PHAS_": "64,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Raymond", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "17.06.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23384	keyl-julius-1877-12-08	{"3a_sports": "2261"}	{"ertel": "ES-2261"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julius", "family": "Keyl", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1877-12-08", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Julius", "family": "Keyl"}, "birth": {"date": "1877-12-08", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2261", "ENG": "", "MA_": "0", "G_NR": "44", "MA12": "11", "MARS": "33", "NAME": "Keyl", "PUBL": "U", "QUEL": "GMING", "AUFAB": "5,100", "CSINR": "", "KURTZ": "", "PHAS_": "9,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "08.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Julius", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.12.1877", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23385	klankermeier-max-1909-07-09	{"3a_sports": "2271"}	{"ertel": "ES-2271"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Klankermeier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1909-07-09", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Max", "family": "Klankermeier"}, "birth": {"date": "1909-07-09", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2271", "ENG": "", "MA_": "0", "G_NR": "45", "MA12": "11", "MARS": "33", "NAME": "Klankermeier", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-10,60", "CSINR": "", "KURTZ": "", "PHAS_": "64,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "09.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Max", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.07.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23386	kleisl-joseph-1929-02-02	{"3a_sports": "2273"}	{"ertel": "ES-2273"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Kleisl", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-02-02", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"sex": "M", "name": {"given": "Joseph", "family": "Kleisl"}, "birth": {"date": "1929-02-02", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2273", "ENG": "", "MA_": "0", "G_NR": "96", "MA12": "3", "MARS": "8", "NAME": "Kleisl", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-9,600", "CSINR": "", "KURTZ": "", "PHAS_": "46,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "02.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Joseph", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.02.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23387	klopfer-heini-1918-04-03	{"3a_sports": "2275"}	{"ertel": "ES-2275"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heini", "family": "Klopfer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-04-03", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"sex": "M", "name": {"given": "Heini", "family": "Klopfer"}, "birth": {"date": "1918-04-03", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2275", "ENG": "1", "MA_": "2", "G_NR": "102", "MA12": "1", "MARS": "2", "NAME": "Klopfer", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-9,200", "CSINR": "", "KURTZ": "", "PHAS_": "66,300", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "GER", "TAGMON": "03.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Heini", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.04.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SKII", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23388	kluge-karl-1924-12-21	{"3a_sports": "2276"}	{"ertel": "ES-2276"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Kluge", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-12-21", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Karl", "family": "Kluge"}, "birth": {"date": "1924-12-21", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2276", "ENG": "", "MA_": "1", "G_NR": "85", "MA12": "7", "MARS": "20", "NAME": "Kluge", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-10,50", "CSINR": "", "KURTZ": "", "PHAS_": "33,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "21.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Karl", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.12.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23389	koch-rudolf-1919-04-16	{"3a_sports": "2279"}	{"ertel": "ES-2279"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rudolf", "family": "Koch", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-04-16", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Rudolf", "family": "Koch"}, "birth": {"date": "1919-04-16", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2279", "ENG": "", "MA_": "1", "G_NR": "12", "MA12": "2", "MARS": "5", "NAME": "Koch", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-0,200", "CSINR": "", "KURTZ": "", "PHAS_": "99,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "16.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Rudolf", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.04.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23390	kocik-boleslaw-1938-05-03	{"3a_sports": "2280"}	{"ertel": "ES-2280"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Boleslaw", "family": "Kocik", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1938-05-03", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Boleslaw", "family": "Kocik"}, "birth": {"date": "1938-05-03", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2280", "ENG": "", "MA_": "1", "G_NR": "110", "MA12": "2", "MARS": "6", "NAME": "Kocik", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "6,200", "CSINR": "", "KURTZ": "", "PHAS_": "10,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "03.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Boleslaw", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.05.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23391	kok-ada-1947-06-06	{"3a_sports": "2283"}	{"ertel": "ES-2283"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ada", "family": "Kok", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1947-06-06", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "NL", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Ada", "family": "Kok"}, "birth": {"date": "1947-06-06", "place": {"cy": "NL"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "2283", "ENG": "0", "MA_": "2", "G_NR": "26", "MA12": "3", "MARS": "9", "NAME": "Kok", "PUBL": "U", "QUEL": "G_79F", "AUFAB": "-3,100", "CSINR": "", "KURTZ": "", "PHAS_": "95,600", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "NET", "TAGMON": "06.06.", "ZITATE": "DKX", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ada", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "06.06.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SWIM", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23393	kopp-rudi-1926-01-31	{"3a_sports": "2287"}	{"ertel": "ES-2287"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rudi", "family": "Kopp", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-01-31", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"sex": "M", "name": {"given": "Rudi", "family": "Kopp"}, "birth": {"date": "1926-01-31", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2287", "ENG": "", "MA_": "0", "G_NR": "24", "MA12": "5", "MARS": "15", "NAME": "Kopp", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-2,800", "CSINR": "", "KURTZ": "", "PHAS_": "96,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "31.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Rudi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "31.01.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SKII", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23394	kulzer-heinrich-1902-10-01	{"3a_sports": "2295"}	{"ertel": "ES-2295"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinrich", "family": "Kulzer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1902-10-01", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Heinrich", "family": "Kulzer"}, "birth": {"date": "1902-10-01", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2295", "ENG": "", "MA_": "1", "G_NR": "36", "MA12": "7", "MARS": "20", "NAME": "Kulzer", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-2,900", "CSINR": "", "KURTZ": "", "PHAS_": "0,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "01.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Heinrich", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.10.1902", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23395	kuszowski-antoine-1947-03-11	{"3a_sports": "2296"}	{"ertel": "ES-2296"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Kuszowski", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-03-11", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Antoine", "family": "Kuszowski"}, "birth": {"date": "1947-03-11", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2296", "ENG": "", "MA_": "1", "G_NR": "111", "MA12": "9", "MARS": "26", "NAME": "Kuszowski", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-6,900", "CSINR": "", "KURTZ": "", "PHAS_": "83,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "11.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Antoine", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.03.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23396	la-penna-cosimo-1924-03-21	{"3a_sports": "2297"}	{"ertel": "ES-2297"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cosimo", "family": "La Penna", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-03-21", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Cosimo", "family": "La Penna"}, "birth": {"date": "1924-03-21", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2297", "ENG": "", "MA_": "0", "G_NR": "309", "MA12": "9", "MARS": "25", "NAME": "La Penna", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "1,700", "CSINR": "", "KURTZ": "", "PHAS_": "99,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "21.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Cosimo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.03.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23398	labourdette-bernard-1946-08-13	{"3a_sports": "2306"}	{"ertel": "ES-2306"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Labourdette", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-08-13", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bernard", "family": "Labourdette"}, "birth": {"date": "1946-08-13", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2306", "ENG": "", "MA_": "0", "G_NR": "237", "MA12": "8", "MARS": "22", "NAME": "Labourdette", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "0,800", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.08.", "ZITATE": "DY", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Bernard", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "13.08.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23399	lacoste-joseph-1922-02-11	{"3a_sports": "2312"}	{"ertel": "ES-2312"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Lacoste", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-02-11", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Joseph", "family": "Lacoste"}, "birth": {"date": "1922-02-11", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2312", "ENG": "", "MA_": "1", "G_NR": "238", "MA12": "9", "MARS": "26", "NAME": "Lacoste", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "4,600", "CSINR": "", "KURTZ": "", "PHAS_": "98,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "11.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Joseph", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "11.02.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23400	lacoste-robert-1915-02-20	{"3a_sports": "2314"}	{"ertel": "ES-2314"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Lacoste", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1915-02-20", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Robert", "family": "Lacoste"}, "birth": {"date": "1915-02-20", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2314", "ENG": "", "MA_": "1", "G_NR": "112", "MA12": "7", "MARS": "19", "NAME": "Lacoste", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "8,500", "CSINR": "", "KURTZ": "", "PHAS_": "30,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.02.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23401	lacoste-prado-catherine-1945-06-27	{"3a_sports": "2315"}	{"ertel": "ES-2315"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Catherine", "family": "Lacoste(Prado)", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1945-06-27", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["golfer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Catherine", "family": "Lacoste(Prado)"}, "birth": {"date": "1945-06-27", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "2315", "ENG": "1", "MA_": "2", "G_NR": "16", "MA12": "1", "MARS": "1", "NAME": "Lacoste(Prado)", "PUBL": "U", "QUEL": "G_79F", "AUFAB": "-1,900", "CSINR": "", "KURTZ": "", "PHAS_": "98,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "27.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Catherine", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "27.06.1945", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "GOLF", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23403	ladure-bernard-1942-07-08	{"3a_sports": "2323"}	{"ertel": "ES-2323"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Ladure", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-07-08", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bernard", "family": "Ladure"}, "birth": {"date": "1942-07-08", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2323", "ENG": "", "MA_": "0", "G_NR": "239", "MA12": "3", "MARS": "8", "NAME": "Ladure", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-8,800", "CSINR": "", "KURTZ": "", "PHAS_": "25,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bernard", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.07.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23404	lafargue-simone-1914-08-06	{"3a_sports": "2324"}	{"ertel": "ES-2324"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Simone", "family": "Lafargue", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1914-08-06", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"sex": "F", "name": {"given": "Simone", "family": "Lafargue"}, "birth": {"date": "1914-08-06", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "2324", "ENG": "0", "MA_": "2", "G_NR": "113", "MA12": "12", "MARS": "36", "NAME": "Lafargue", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "1,300", "CSINR": "", "KURTZ": "", "PHAS_": "100,00", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "06.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Simone", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.08.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23406	lamy-gerard-1949-05-29	{"3a_sports": "2345"}	{"ertel": "ES-2345"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gerard", "family": "Lamy", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-05-29", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gerard", "family": "Lamy"}, "birth": {"date": "1949-05-29", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2345", "ENG": "1", "MA_": "2", "G_NR": "240", "MA12": "1", "MARS": "1", "NAME": "Lamy", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "1,200", "CSINR": "", "KURTZ": "", "PHAS_": "1,300", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "29.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gerard", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "29.05.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23407	lancioni-remo-1931-03-05	{"3a_sports": "2348"}	{"ertel": "ES-2348"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Remo", "family": "Lancioni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-03-05", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Remo", "family": "Lancioni"}, "birth": {"date": "1931-03-05", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2348", "ENG": "1", "MA_": "2", "G_NR": "308", "MA12": "1", "MARS": "3", "NAME": "Lancioni", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-0,100", "CSINR": "", "KURTZ": "", "PHAS_": "99,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "05.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Remo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.03.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23408	landrieux-aimee-1919-05-12	{"3a_sports": "2351"}	{"ertel": "ES-2351"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aimée", "family": "Landrieux", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1919-05-12", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "F", "name": {"given": "Aimée", "family": "Landrieux"}, "birth": {"date": "1919-05-12", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "2351", "ENG": "", "MA_": "0", "G_NR": "114", "MA12": "6", "MARS": "17", "NAME": "Landrieux", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "6,000", "CSINR": "", "KURTZ": "", "PHAS_": "91,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Aimée", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.05.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23409	lang-fritz-1920-11-25	{"3a_sports": "2354"}	{"ertel": "ES-2354"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Lang", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-11-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Fritz", "family": "Lang"}, "birth": {"date": "1920-11-25", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2354", "ENG": "", "MA_": "0", "G_NR": "94", "MA12": "8", "MARS": "22", "NAME": "Lang", "PUBL": "U", "QUEL": "GMING", "AUFAB": "4,200", "CSINR": "", "KURTZ": "", "PHAS_": "98,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "25.11.", "ZITATE": "C", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Fritz", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "25.11.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23410	lanig-evi-1933-10-24	{"3a_sports": "2357"}	{"ertel": "ES-2357"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Evi", "family": "Lanig", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1933-10-24", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"sex": "F", "name": {"given": "Evi", "family": "Lanig"}, "birth": {"date": "1933-10-24", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "2357", "ENG": "", "MA_": "0", "G_NR": "70", "MA12": "12", "MARS": "34", "NAME": "Lanig", "PUBL": "U", "QUEL": "GMING", "AUFAB": "10,000", "CSINR": "", "KURTZ": "", "PHAS_": "28,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "24.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Evi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.10.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SKII", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23411	lanig-hans-peter-1935-12-07	{"3a_sports": "2358"}	{"ertel": "ES-2358"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans Peter", "family": "Lanig", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1935-12-07", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"sex": "M", "name": {"given": "Hans Peter", "family": "Lanig"}, "birth": {"date": "1935-12-07", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2358", "ENG": "", "MA_": "0", "G_NR": "54", "MA12": "11", "MARS": "33", "NAME": "Lanig", "PUBL": "U", "QUEL": "GMING", "AUFAB": "8,500", "CSINR": "", "KURTZ": "", "PHAS_": "87,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "07.12.", "ZITATE": "KS", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Hans Peter", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "07.12.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SKII", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23412	lapebie-serge-1948-06-09	{"3a_sports": "2361"}	{"ertel": "ES-2361"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Serge", "family": "Lapébie", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-06-09", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Serge", "family": "Lapébie"}, "birth": {"date": "1948-06-09", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2361", "ENG": "", "MA_": "1", "G_NR": "241", "MA12": "9", "MARS": "27", "NAME": "Lapébie", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "2,600", "CSINR": "", "KURTZ": "", "PHAS_": "3,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "09.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Serge", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "09.06.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23413	larreguy-gilbert-1931-05-06	{"3a_sports": "2367"}	{"ertel": "ES-2367"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilbert", "family": "Larreguy", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-05-06", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gilbert", "family": "Larreguy"}, "birth": {"date": "1931-05-06", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2367", "ENG": "", "MA_": "1", "G_NR": "115", "MA12": "6", "MARS": "18", "NAME": "Larreguy", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-7,400", "CSINR": "", "KURTZ": "", "PHAS_": "82,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gilbert", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.05.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23414	larrouy-jean-1905-08-14	{"3a_sports": "2369"}	{"ertel": "ES-2369"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Larrouy", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1905-08-14", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["gymnast"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean", "family": "Larrouy"}, "birth": {"date": "1905-08-14", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2369", "ENG": "", "MA_": "0", "G_NR": "116", "MA12": "3", "MARS": "7", "NAME": "Larrouy", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "3,500", "CSINR": "", "KURTZ": "", "PHAS_": "98,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "14.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.08.1905", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "GYMN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23415	lasne-fernand-1894-11-08	{"3a_sports": "2371"}	{"ertel": "ES-2371"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Lasne", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1894-11-08", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"sex": "M", "name": {"given": "Fernand", "family": "Lasne"}, "birth": {"date": "1894-11-08", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2371", "ENG": "", "MA_": "0", "G_NR": "117", "MA12": "6", "MARS": "16", "NAME": "Lasne", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "9,100", "CSINR": "", "KURTZ": "", "PHAS_": "72,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.11.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Fernand", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "08.11.1894", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23416	lassallette-jean-1944-06-14	{"3a_sports": "2372"}	{"ertel": "ES-2372"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lassallette", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1944-06-14", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean", "family": "Lassallette"}, "birth": {"date": "1944-06-14", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2372", "ENG": "0", "MA_": "2", "G_NR": "118", "MA12": "3", "MARS": "9", "NAME": "Lassallette", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-11,50", "CSINR": "", "KURTZ": "", "PHAS_": "46,300", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "14.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.06.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23417	lasserre-christian-1935-04-18	{"3a_sports": "2374"}	{"ertel": "ES-2374"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Lasserre", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1935-04-18", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Christian", "family": "Lasserre"}, "birth": {"date": "1935-04-18", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2374", "ENG": "", "MA_": "1", "G_NR": "119", "MA12": "2", "MARS": "6", "NAME": "Lasserre", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "2,600", "CSINR": "", "KURTZ": "", "PHAS_": "99,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Christian", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.04.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23419	lavagne-gerard-1947-10-02	{"3a_sports": "2386"}	{"ertel": "ES-2386"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Lavagne", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-10-02", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gérard", "family": "Lavagne"}, "birth": {"date": "1947-10-02", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2386", "ENG": "", "MA_": "0", "G_NR": "243", "MA12": "3", "MARS": "8", "NAME": "Lavagne", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-2,700", "CSINR": "", "KURTZ": "", "PHAS_": "96,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gérard", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "02.10.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23420	lazzaretti-alfredo-1913-08-28	{"3a_sports": "2393"}	{"ertel": "ES-2393"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfredo", "family": "Lazzaretti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-08-28", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alfredo", "family": "Lazzaretti"}, "birth": {"date": "1913-08-28", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2393", "ENG": "", "MA_": "1", "G_NR": "310", "MA12": "11", "MARS": "31", "NAME": "Lazzaretti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,600", "CSINR": "", "KURTZ": "", "PHAS_": "20,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "28.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Alfredo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.08.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23421	le-cuirot-emile-1907-05-23	{"3a_sports": "2394"}	{"ertel": "ES-2394"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Le Cuirot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1907-05-23", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Emile", "family": "Le Cuirot"}, "birth": {"date": "1907-05-23", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2394", "ENG": "", "MA_": "1", "G_NR": "120", "MA12": "9", "MARS": "27", "NAME": "Le Cuirot", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "9,700", "CSINR": "", "KURTZ": "", "PHAS_": "74,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Emile", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.05.1907", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23423	le-guevuel-lucien-1914-12-20	{"3a_sports": "2396"}	{"ertel": "ES-2396"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Le Guevuel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-12-20", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Lucien", "family": "Le Guevuel"}, "birth": {"date": "1914-12-20", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2396", "ENG": "", "MA_": "0", "G_NR": "121", "MA12": "9", "MARS": "25", "NAME": "Le Guevuel", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "6,000", "CSINR": "", "KURTZ": "", "PHAS_": "11,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Lucien", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.12.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23425	le-noach-sylvie-1955-07-02	{"3a_sports": "2398"}	{"ertel": "ES-2398"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sylvie", "family": "Le Noach", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1955-07-02", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Sylvie", "family": "Le Noach"}, "birth": {"date": "1955-07-02", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "2398", "ENG": "", "MA_": "0", "G_NR": "245", "MA12": "5", "MARS": "15", "NAME": "Le Noach", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "6,200", "CSINR": "", "KURTZ": "", "PHAS_": "90,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Sylvie", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "02.07.1955", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SWIM", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23427	le-roy-yves-1951-02-23	{"3a_sports": "2400"}	{"ertel": "ES-2400"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Le Roy", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1951-02-23", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Yves", "family": "Le Roy"}, "birth": {"date": "1951-02-23", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2400", "ENG": "", "MA_": "1", "G_NR": "247", "MA12": "2", "MARS": "4", "NAME": "Le Roy", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-1,400", "CSINR": "", "KURTZ": "", "PHAS_": "98,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Yves", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "23.02.1951", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23426	le-roy-jean-1923-11-05	{"3a_sports": "2399", "cfepp-final3": "1012"}	{"cfepp": "CF-1012", "ertel": "ES-2399"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Le Roy", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1923-11-05 11:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": -1.08, "lat": 49.92, "name": "DIEPPE", "geoid": null}, "notime": null, "date-ut": "1923-11-05 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["equestrian"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean", "family": "Le Roy"}, "birth": {"date": "1923-11-05", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2399", "ENG": "1", "MA_": "2", "G_NR": "246", "MA12": "4", "MARS": "11", "NAME": "Le Roy", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "18,500", "STUND": "", "CFEPNR": "1012", "EXTEND": "1", "NATION": "FRA", "TAGMON": "05.11.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "05.11.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "HORS", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1923-11-05 11:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": -1.08, "lat": 49.92, "name": "DIEPPE"}, "date-ut": "1923-11-05 11:00"}, "occus": ["equestrian"], "ids-in-sources": {"cfepp-final3": "1012"}}, "raw": {"S": "4", "LT": "11 00", "LV": "FI", "TR": "f", "UT": "11 00", "LAT": "+49.92", "SRC": "L", "LONG": "-01.08", "NAME": "LE ROY Jehan", "SPORT": "Equestrian Sports", "LOC_DATE": "1923 11 05", "UNIV_DATE": "1923 11 05", "BIRTH_PLACE": "DIEPPE", "POSTAL_CODE": "76208 CEDEX"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23429	lech-bernard-1946-10-05	{"3a_sports": "2419"}	{"ertel": "ES-2419"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Lech", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-10-05", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bernard", "family": "Lech"}, "birth": {"date": "1946-10-05", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2419", "ENG": "", "MA_": "0", "G_NR": "249", "MA12": "8", "MARS": "22", "NAME": "Lech", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "9,500", "CSINR": "", "KURTZ": "", "PHAS_": "65,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bernard", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "05.10.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23431	lefebvre-jane-janon-1945-05-14	{"3a_sports": "2431"}	{"ertel": "ES-2431"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jane(\\"Janon\\")", "family": "Lefebvre", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1945-05-14", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["equestrian"]	5	null	[{"new": {"sex": "F", "name": {"given": "Jane(\\"Janon\\")", "family": "Lefebvre"}, "birth": {"date": "1945-05-14", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "2431", "ENG": "1", "MA_": "2", "G_NR": "2", "MA12": "1", "MARS": "2", "NAME": "Lefebvre", "PUBL": "U", "QUEL": "G_79F", "AUFAB": "4,600", "CSINR": "", "KURTZ": "", "PHAS_": "6,600", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "14.05.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jane(\\"Janon\\")", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "14.05.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "HORS", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23432	lefevre-bernard-1930-06-22	{"3a_sports": "2432"}	{"ertel": "ES-2432"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Lefevre", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-06-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bernard", "family": "Lefevre"}, "birth": {"date": "1930-06-22", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2432", "ENG": "0", "MA_": "2", "G_NR": "123", "MA12": "12", "MARS": "36", "NAME": "Lefevre", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "24,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "22.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bernard", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.06.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23433	lefevre-serge-1952-06-22	{"3a_sports": "2435"}	{"ertel": "ES-2435"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Serge", "family": "Lefevre", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1952-06-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Serge", "family": "Lefevre"}, "birth": {"date": "1952-06-22", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2435", "ENG": "", "MA_": "1", "G_NR": "251", "MA12": "7", "MARS": "20", "NAME": "Lefevre", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-1,700", "CSINR": "", "KURTZ": "", "PHAS_": "0,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Serge", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "22.06.1952", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23434	leflohic-yves-1940-09-09	{"3a_sports": "2437"}	{"ertel": "ES-2437"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Leflohic", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-09-09", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Yves", "family": "Leflohic"}, "birth": {"date": "1940-09-09", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2437", "ENG": "", "MA_": "0", "G_NR": "124", "MA12": "3", "MARS": "7", "NAME": "Leflohic", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "10,900", "CSINR": "", "KURTZ": "", "PHAS_": "52,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "09.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Yves", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.09.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23436	legoupil-alain-robert-1951-06-08	{"3a_sports": "2441"}	{"ertel": "ES-2441"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain Robert", "family": "Legoupil", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1951-06-08", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alain Robert", "family": "Legoupil"}, "birth": {"date": "1951-06-08", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2441", "ENG": "0", "MA_": "2", "G_NR": "253", "MA12": "12", "MARS": "36", "NAME": "Legoupil", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "4,800", "CSINR": "", "KURTZ": "", "PHAS_": "9,700", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "08.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alain Robert", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "08.06.1951", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23438	lehoerff-alain-1941-05-21	{"3a_sports": "2444", "cfepp-final3": "1065"}	{"cfepp": "CF-1065", "ertel": "ES-2444"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Lehoerff", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-05-21 14:00", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": 1.85, "lat": 48.68, "name": "CANCALE", "geoid": null}, "notime": null, "date-ut": "1941-05-21 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sport-sailer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alain", "family": "Lehoerff"}, "birth": {"date": "1941-05-21", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2444", "ENG": "", "MA_": "1", "G_NR": "255", "MA12": "7", "MARS": "19", "NAME": "Lehoerff", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-8,600", "CSINR": "", "KURTZ": "", "PHAS_": "22,700", "STUND": "", "CFEPNR": "1065", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alain", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "21.05.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "YACH", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1941-05-21 14:00", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": 1.85, "lat": 48.68, "name": "CANCALE"}, "date-ut": "1941-05-21 12:00"}, "occus": ["sport-sailer"], "ids-in-sources": {"cfepp-final3": "1065"}}, "raw": {"S": "7", "LT": "14 00", "LV": "I", "TR": "f", "UT": "12 00", "LAT": "+48.68", "SRC": "L", "LONG": "+01.85", "NAME": "LEHOERFF Alain", "SPORT": "Yachting", "LOC_DATE": "1941 05 21", "UNIV_DATE": "1941 05 21", "BIRTH_PLACE": "CANCALE", "POSTAL_CODE": "35260"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23440	lelong-bernard-1929-06-18	{"3a_sports": "2446"}	{"ertel": "ES-2446"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Lelong", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-06-18", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bernard", "family": "Lelong"}, "birth": {"date": "1929-06-18", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2446", "ENG": "", "MA_": "0", "G_NR": "125", "MA12": "5", "MARS": "15", "NAME": "Lelong", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "7,700", "CSINR": "", "KURTZ": "", "PHAS_": "84,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bernard", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.06.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23442	lena-fausto-1933-12-11	{"3a_sports": "2459"}	{"ertel": "ES-2459"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fausto", "family": "Lena", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-12-11", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Fausto", "family": "Lena"}, "birth": {"date": "1933-12-11", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2459", "ENG": "", "MA_": "1", "G_NR": "311", "MA12": "11", "MARS": "31", "NAME": "Lena", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-10,10", "CSINR": "", "KURTZ": "", "PHAS_": "42,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "11.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Fausto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.12.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23443	leniaud-paul-1931-04-12	{"3a_sports": "2461"}	{"ertel": "ES-2461"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Leniaud", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-04-12", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Paul", "family": "Leniaud"}, "birth": {"date": "1931-04-12", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2461", "ENG": "1", "MA_": "2", "G_NR": "126", "MA12": "4", "MARS": "10", "NAME": "Leniaud", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-9,200", "CSINR": "", "KURTZ": "", "PHAS_": "29,700", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "12.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Paul", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.04.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23441	lemaire-jules-1901-03-10	{"3a_sports": "2449"}	{"cpara": "CP-*38", "ertel": "ES-2449"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Lemaire", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1901-03-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jules", "family": "Lemaire"}, "birth": {"date": "1901-03-10", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2449", "ENG": "", "MA_": "1", "G_NR": "38", "MA12": "2", "MARS": "5", "NAME": "Lemaire", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "-6,700", "CSINR": "", "KURTZ": "", "PHAS_": "81,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "10.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 38", "VORNAME": "Jules", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.03.1901", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23444	lenoir-serge-1947-02-20	{"3a_sports": "2463"}	{"ertel": "ES-2463"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Serge", "family": "Lenoir", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-02-20", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Serge", "family": "Lenoir"}, "birth": {"date": "1947-02-20", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2463", "ENG": "", "MA_": "1", "G_NR": "256", "MA12": "7", "MARS": "20", "NAME": "Lenoir", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-3,000", "CSINR": "", "KURTZ": "", "PHAS_": "1,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Serge", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "20.02.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23446	lestage-pierre-1937-09-16	{"3a_sports": "2470"}	{"ertel": "ES-2470"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Lestage", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1937-09-16", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Pierre", "family": "Lestage"}, "birth": {"date": "1937-09-16", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2470", "ENG": "0", "MA_": "2", "G_NR": "257", "MA12": "12", "MARS": "36", "NAME": "Lestage", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "8,600", "CSINR": "", "KURTZ": "", "PHAS_": "78,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "16.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "16.09.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23445	lesceux-stephan-1907-04-16	{"3a_sports": "2468", "cfepp-final3": "1054"}	{"cfepp": "CF-1054", "ertel": "ES-2468"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stephan", "family": "Lesceux", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1907-04-16 19:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": -3.18, "lat": 50.7, "name": "ROUBAIX", "geoid": null}, "notime": null, "date-ut": "1907-04-16 18:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sport-shooter"]	5	null	[{"new": {"sex": "M", "name": {"given": "Stephan", "family": "Lesceux"}, "birth": {"date": "1907-04-16", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2468", "ENG": "", "MA_": "1", "G_NR": "127", "MA12": "10", "MARS": "30", "NAME": "Lesceux", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "5,100", "CSINR": "", "KURTZ": "", "PHAS_": "10,200", "STUND": "", "CFEPNR": "1054", "EXTEND": "", "NATION": "FRA", "TAGMON": "16.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Stephan", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.04.1907", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SHOO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1907-04-16 19:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": -3.18, "lat": 50.7, "name": "ROUBAIX"}, "date-ut": "1907-04-16 18:51"}, "occus": ["sport-shooter"], "ids-in-sources": {"cfepp-final3": "1054"}}, "raw": {"S": "10", "LT": "19 00", "LV": "I", "TR": "f", "UT": "18 51", "LAT": "+50.70", "SRC": "A", "LONG": "-03.18", "NAME": "LESCEUX Stephane", "SPORT": "Shooting", "LOC_DATE": "1907 04 16", "UNIV_DATE": "1907 04 16", "BIRTH_PLACE": "ROUBAIX", "POSTAL_CODE": "59066 CEDEX  1"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23449	levavasseur-philippe-1946-01-09	{"3a_sports": "2478"}	{"ertel": "ES-2478"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Levavasseur", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-01-09", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Philippe", "family": "Levavasseur"}, "birth": {"date": "1946-01-09", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2478", "ENG": "0", "MA_": "2", "G_NR": "260", "MA12": "3", "MARS": "9", "NAME": "Levavasseur", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "9,500", "CSINR": "", "KURTZ": "", "PHAS_": "30,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "09.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Philippe", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "09.01.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23451	leveque-jacques-1917-10-01	{"3a_sports": "2481"}	{"ertel": "ES-2481"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Leveque", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1917-10-01", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jacques", "family": "Leveque"}, "birth": {"date": "1917-10-01", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2481", "ENG": "", "MA_": "0", "G_NR": "128", "MA12": "3", "MARS": "8", "NAME": "Leveque", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "1,100", "CSINR": "", "KURTZ": "e", "PHAS_": "99,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.10.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23452	lickes-leon-1926-08-02	{"3a_sports": "2486"}	{"ertel": "ES-2486"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Lickes", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-08-02", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Léon", "family": "Lickes"}, "birth": {"date": "1926-08-02", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2486", "ENG": "1", "MA_": "2", "G_NR": "115", "MA12": "4", "MARS": "11", "NAME": "Lickes", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-10,60", "CSINR": "", "KURTZ": "", "PHAS_": "37,400", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "GER", "TAGMON": "02.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Léon", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.08.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23453	lini-oscar-1928-10-01	{"3a_sports": "2492"}	{"ertel": "ES-2492"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oscar", "family": "Lini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-10-01", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Oscar", "family": "Lini"}, "birth": {"date": "1928-10-01", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2492", "ENG": "", "MA_": "1", "G_NR": "312", "MA12": "7", "MARS": "19", "NAME": "Lini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-2,700", "CSINR": "", "KURTZ": "", "PHAS_": "96,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Oscar", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.10.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23454	lipp-berndhardt-1909-05-12	{"3a_sports": "2494"}	{"ertel": "ES-2494"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Berndhardt", "family": "Lipp", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1909-05-12", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Berndhardt", "family": "Lipp"}, "birth": {"date": "1909-05-12", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2494", "ENG": "", "MA_": "0", "G_NR": "104", "MA12": "6", "MARS": "16", "NAME": "Lipp", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-10,50", "CSINR": "", "KURTZ": "", "PHAS_": "60,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "12.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Berndhardt", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.05.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23455	lismont-karel-1949-03-08	{"3a_sports": "2499"}	{"ertel": "ES-2499"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karel", "family": "Lismont", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-03-08", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "NL", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Karel", "family": "Lismont"}, "birth": {"date": "1949-03-08", "place": {"cy": "NL"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2499", "ENG": "0", "MA_": "2", "G_NR": "27", "MA12": "3", "MARS": "9", "NAME": "Lismont", "PUBL": "U", "QUEL": "G_79F", "AUFAB": "10,100", "CSINR": "", "KURTZ": "", "PHAS_": "49,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "NET", "TAGMON": "08.03.", "ZITATE": "DKT", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Karel", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "08.03.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23456	lombardi-balilla-1916-04-02	{"3a_sports": "2510"}	{"ertel": "ES-2510"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Balilla", "family": "Lombardi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1916-04-02", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Balilla", "family": "Lombardi"}, "birth": {"date": "1916-04-02", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2510", "ENG": "", "MA_": "1", "G_NR": "313", "MA12": "11", "MARS": "31", "NAME": "Lombardi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-2,700", "CSINR": "", "KURTZ": "", "PHAS_": "0,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "02.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Balilla", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.04.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23457	lombardi-ezio-1928-06-15	{"3a_sports": "2511"}	{"ertel": "ES-2511"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ezio", "family": "Lombardi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-06-15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ezio", "family": "Lombardi"}, "birth": {"date": "1928-06-15", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2511", "ENG": "", "MA_": "0", "G_NR": "314", "MA12": "3", "MARS": "8", "NAME": "Lombardi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-8,800", "CSINR": "", "KURTZ": "", "PHAS_": "11,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "15.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ezio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.06.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23458	lombardi-fergus-1925-10-19	{"3a_sports": "2512"}	{"ertel": "ES-2512"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fergus", "family": "Lombardi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-10-19", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Fergus", "family": "Lombardi"}, "birth": {"date": "1925-10-19", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2512", "ENG": "", "MA_": "0", "G_NR": "315", "MA12": "5", "MARS": "15", "NAME": "Lombardi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "1,700", "CSINR": "", "KURTZ": "", "PHAS_": "2,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "19.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Fergus", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.10.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23459	longoni-angelo-1933-01-17	{"3a_sports": "2518"}	{"ertel": "ES-2518"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Longoni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-01-17", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Angelo", "family": "Longoni"}, "birth": {"date": "1933-01-17", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2518", "ENG": "1", "MA_": "2", "G_NR": "316", "MA12": "1", "MARS": "1", "NAME": "Longoni", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-8,800", "CSINR": "", "KURTZ": "", "PHAS_": "74,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "17.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Angelo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.01.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23460	longoni-mario-1927-04-27	{"3a_sports": "2519"}	{"ertel": "ES-2519"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Longoni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-04-27", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Mario", "family": "Longoni"}, "birth": {"date": "1927-04-27", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2519", "ENG": "", "MA_": "0", "G_NR": "317", "MA12": "3", "MARS": "7", "NAME": "Longoni", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-10,70", "CSINR": "", "KURTZ": "", "PHAS_": "27,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "27.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.04.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23461	lopez-jean-pierre-1943-01-03	{"3a_sports": "2520"}	{"ertel": "ES-2520"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Pierre", "family": "Lopez", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-01-03", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean Pierre", "family": "Lopez"}, "birth": {"date": "1943-01-03", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2520", "ENG": "", "MA_": "1", "G_NR": "262", "MA12": "10", "MARS": "30", "NAME": "Lopez", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "17,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "03.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean Pierre", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "03.01.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23463	loreti-franco-1931-03-12	{"3a_sports": "2526"}	{"ertel": "ES-2526"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franco", "family": "Loreti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-03-12", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Franco", "family": "Loreti"}, "birth": {"date": "1931-03-12", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2526", "ENG": "", "MA_": "0", "G_NR": "318", "MA12": "3", "MARS": "8", "NAME": "Loreti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-10,20", "CSINR": "", "KURTZ": "", "PHAS_": "42,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "12.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Franco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.03.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23464	lorini-luigi-1926-06-12	{"3a_sports": "2529"}	{"ertel": "ES-2529"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Lorini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-06-12", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luigi", "family": "Lorini"}, "birth": {"date": "1926-06-12", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2529", "ENG": "", "MA_": "1", "G_NR": "319", "MA12": "9", "MARS": "26", "NAME": "Lorini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "2,200", "CSINR": "", "KURTZ": "", "PHAS_": "2,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "12.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.06.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23465	losi-giacomo-1935-09-10	{"3a_sports": "2532"}	{"ertel": "ES-2532"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giacomo", "family": "Losi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1935-09-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giacomo", "family": "Losi"}, "birth": {"date": "1935-09-10", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2532", "ENG": "", "MA_": "1", "G_NR": "320", "MA12": "10", "MARS": "29", "NAME": "Losi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "8,500", "CSINR": "", "KURTZ": "", "PHAS_": "88,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "10.09.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giacomo", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "10.09.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23466	losi-omero-1925-02-23	{"3a_sports": "2533"}	{"ertel": "ES-2533"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Omero", "family": "Losi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-02-23", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Omero", "family": "Losi"}, "birth": {"date": "1925-02-23", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2533", "ENG": "1", "MA_": "2", "G_NR": "321", "MA12": "4", "MARS": "11", "NAME": "Losi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-1,700", "CSINR": "", "KURTZ": "", "PHAS_": "0,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "23.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Omero", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.02.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23467	lottes-karl-1912-04-29	{"3a_sports": "2534"}	{"ertel": "ES-2534"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Lottes", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1912-04-29", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Karl", "family": "Lottes"}, "birth": {"date": "1912-04-29", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2534", "ENG": "", "MA_": "0", "G_NR": "88", "MA12": "3", "MARS": "8", "NAME": "Lottes", "PUBL": "U", "QUEL": "GMING", "AUFAB": "6,500", "CSINR": "", "KURTZ": "", "PHAS_": "93,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "29.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Karl", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.04.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23468	louveau-henri-1910-01-25	{"3a_sports": "2540"}	{"ertel": "ES-2540"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Louveau", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1910-01-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Henri", "family": "Louveau"}, "birth": {"date": "1910-01-25", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2540", "ENG": "", "MA_": "1", "G_NR": "130", "MA12": "9", "MARS": "27", "NAME": "Louveau", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "2,200", "CSINR": "", "KURTZ": "", "PHAS_": "99,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "25.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.01.1910", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23469	lovagnini-ermelindo-1921-05-09	{"3a_sports": "2541"}	{"ertel": "ES-2541"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ermelindo", "family": "Lovagnini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-05-09", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ermelindo", "family": "Lovagnini"}, "birth": {"date": "1921-05-09", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2541", "ENG": "", "MA_": "1", "G_NR": "322", "MA12": "9", "MARS": "27", "NAME": "Lovagnini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "1,700", "CSINR": "", "KURTZ": "", "PHAS_": "1,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "09.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ermelindo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.05.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23470	lovetti-mario-1909-10-23	{"3a_sports": "2543"}	{"ertel": "ES-2543"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Lovetti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1909-10-23", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Mario", "family": "Lovetti"}, "birth": {"date": "1909-10-23", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2543", "ENG": "1", "MA_": "2", "G_NR": "323", "MA12": "1", "MARS": "3", "NAME": "Lovetti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "10,800", "CSINR": "", "KURTZ": "", "PHAS_": "57,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "23.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.10.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23472	lucas-jean-1917-04-25	{"3a_sports": "2548"}	{"ertel": "ES-2548"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lucas", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1917-04-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean", "family": "Lucas"}, "birth": {"date": "1917-04-25", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2548", "ENG": "", "MA_": "1", "G_NR": "131", "MA12": "2", "MARS": "4", "NAME": "Lucas", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "6,300", "CSINR": "", "KURTZ": "", "PHAS_": "13,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "25.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.04.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23474	lucchi-anlo-gelio-1924-07-16	{"3a_sports": "2551"}	{"ertel": "ES-2551"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anlo Gelio", "family": "Lucchi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-07-16", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Anlo Gelio", "family": "Lucchi"}, "birth": {"date": "1924-07-16", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2551", "ENG": "", "MA_": "0", "G_NR": "324", "MA12": "9", "MARS": "25", "NAME": "Lucchi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "3,000", "CSINR": "", "KURTZ": "", "PHAS_": "99,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "16.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Anlo Gelio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.07.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23475	lucchi-renato-1921-02-28	{"3a_sports": "2552"}	{"ertel": "ES-2552"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renato", "family": "Lucchi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-02-28", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Renato", "family": "Lucchi"}, "birth": {"date": "1921-02-28", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2552", "ENG": "1", "MA_": "2", "G_NR": "325", "MA12": "4", "MARS": "12", "NAME": "Lucchi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "65,600", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "28.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Renato", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.02.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23476	luisetto-albano-1920-09-30	{"3a_sports": "2559"}	{"ertel": "ES-2559"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albano", "family": "Luisetto", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-09-30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Albano", "family": "Luisetto"}, "birth": {"date": "1920-09-30", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2559", "ENG": "", "MA_": "1", "G_NR": "326", "MA12": "9", "MARS": "26", "NAME": "Luisetto", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-3,400", "CSINR": "", "KURTZ": "", "PHAS_": "95,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "30.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Albano", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.09.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23477	luismeier-fritz-1924-08-17	{"3a_sports": "2560"}	{"ertel": "ES-2560"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Luismeier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-08-17", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Fritz", "family": "Luismeier"}, "birth": {"date": "1924-08-17", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2560", "ENG": "0", "MA_": "2", "G_NR": "11", "MA12": "3", "MARS": "9", "NAME": "Luismeier", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-4,000", "CSINR": "", "KURTZ": "", "PHAS_": "94,300", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "GER", "TAGMON": "17.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Fritz", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.08.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AUTO", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23478	luison-franco-1934-07-05	{"3a_sports": "2561"}	{"ertel": "ES-2561"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franco", "family": "Luison", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-07-05", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Franco", "family": "Luison"}, "birth": {"date": "1934-07-05", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2561", "ENG": "", "MA_": "1", "G_NR": "327", "MA12": "2", "MARS": "5", "NAME": "Luison", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-10,50", "CSINR": "", "KURTZ": "", "PHAS_": "38,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "05.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Franco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.07.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23479	lusetti-satiro-1922-07-11	{"3a_sports": "2564"}	{"ertel": "ES-2564"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Satiro", "family": "Lusetti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-07-11", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Satiro", "family": "Lusetti"}, "birth": {"date": "1922-07-11", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2564", "ENG": "", "MA_": "1", "G_NR": "328", "MA12": "10", "MARS": "29", "NAME": "Lusetti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-2,700", "CSINR": "", "KURTZ": "", "PHAS_": "96,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "11.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Satiro", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.07.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23480	luttenberger-herbert-1926-10-21	{"3a_sports": "2565"}	{"ertel": "ES-2565"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Herbert", "family": "Luttenberger", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-10-21", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Herbert", "family": "Luttenberger"}, "birth": {"date": "1926-10-21", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2565", "ENG": "", "MA_": "1", "G_NR": "16", "MA12": "2", "MARS": "5", "NAME": "Luttenberger", "PUBL": "U", "QUEL": "GMING", "AUFAB": "2,100", "CSINR": "", "KURTZ": "", "PHAS_": "99,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "21.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Herbert", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.10.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23482	maccagno-alain-1949-09-01	{"3a_sports": "2571"}	{"ertel": "ES-2571"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Maccagno", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-09-01", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alain", "family": "Maccagno"}, "birth": {"date": "1949-09-01", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2571", "ENG": "", "MA_": "1", "G_NR": "265", "MA12": "9", "MARS": "26", "NAME": "Maccagno", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "10,800", "CSINR": "", "KURTZ": "", "PHAS_": "63,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Alain", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "01.09.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23483	maertens-robert-1930-01-24	{"3a_sports": "2584"}	{"cpara": "CP-*23", "ertel": "ES-2584"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Maertens", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-01-24", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Robert", "family": "Maertens"}, "birth": {"date": "1930-01-24", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2584", "ENG": "", "MA_": "0", "G_NR": "23", "MA12": "6", "MARS": "16", "NAME": "Maertens", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "-9,200", "CSINR": "", "KURTZ": "", "PHAS_": "27,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "24.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 23", "VORNAME": "Robert", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.01.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23484	magendie-georges-1946-06-27	{"3a_sports": "2590"}	{"ertel": "ES-2590"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Magendie", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-06-27", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Georges", "family": "Magendie"}, "birth": {"date": "1946-06-27", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2590", "ENG": "", "MA_": "1", "G_NR": "266", "MA12": "9", "MARS": "26", "NAME": "Magendie", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-7,400", "CSINR": "", "KURTZ": "", "PHAS_": "7,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.06.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23485	magnanini-silvio-1926-05-30	{"3a_sports": "2597"}	{"ertel": "ES-2597"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Silvio", "family": "Magnanini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-05-30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Silvio", "family": "Magnanini"}, "birth": {"date": "1926-05-30", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2597", "ENG": "1", "MA_": "2", "G_NR": "330", "MA12": "4", "MARS": "12", "NAME": "Magnanini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-5,000", "CSINR": "", "KURTZ": "", "PHAS_": "92,200", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "30.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Silvio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.05.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23486	magni-pietro-1919-03-20	{"3a_sports": "2600"}	{"ertel": "ES-2600"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Magni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-03-20", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Pietro", "family": "Magni"}, "birth": {"date": "1919-03-20", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2600", "ENG": "", "MA_": "1", "G_NR": "331", "MA12": "5", "MARS": "13", "NAME": "Magni", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-4,900", "CSINR": "", "KURTZ": "", "PHAS_": "90,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "20.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Pietro", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.03.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23488	magotti-mario-1920-06-11	{"3a_sports": "2603"}	{"ertel": "ES-2603"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Magotti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-06-11", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Mario", "family": "Magotti"}, "birth": {"date": "1920-06-11", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2603", "ENG": "1", "MA_": "2", "G_NR": "329", "MA12": "1", "MARS": "2", "NAME": "Magotti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-10,50", "CSINR": "", "KURTZ": "", "PHAS_": "37,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "11.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.06.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23489	mahe-francois-1930-09-02	{"3a_sports": "2605"}	{"ertel": "ES-2605"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francois", "family": "Mahé", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-09-02", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Francois", "family": "Mahé"}, "birth": {"date": "1930-09-02", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2605", "ENG": "0", "MA_": "2", "G_NR": "268", "MA12": "3", "MARS": "9", "NAME": "Mahé", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "69,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "02.09.", "ZITATE": "DOY", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Francois", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "02.09.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23490	maina-giuseppe-1908-10-04	{"3a_sports": "2609"}	{"ertel": "ES-2609"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Maina", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1908-10-04", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giuseppe", "family": "Maina"}, "birth": {"date": "1908-10-04", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2609", "ENG": "", "MA_": "1", "G_NR": "334", "MA12": "5", "MARS": "14", "NAME": "Maina", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "11,100", "CSINR": "", "KURTZ": "", "PHAS_": "58,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "04.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giuseppe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.10.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23491	mainardi-giuseppe-1919-01-17	{"3a_sports": "2610"}	{"ertel": "ES-2610"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Mainardi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-01-17", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giuseppe", "family": "Mainardi"}, "birth": {"date": "1919-01-17", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2610", "ENG": "", "MA_": "1", "G_NR": "332", "MA12": "7", "MARS": "19", "NAME": "Mainardi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-0,400", "CSINR": "", "KURTZ": "", "PHAS_": "99,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "17.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giuseppe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.01.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23492	maini-bruno-1908-01-09	{"3a_sports": "2611"}	{"ertel": "ES-2611"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Maini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1908-01-09", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bruno", "family": "Maini"}, "birth": {"date": "1908-01-09", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2611", "ENG": "1", "MA_": "2", "G_NR": "333", "MA12": "1", "MARS": "2", "NAME": "Maini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "10,300", "CSINR": "", "KURTZ": "", "PHAS_": "33,200", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "09.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bruno", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.01.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23493	malagoli-giordano-1915-02-18	{"3a_sports": "2614"}	{"ertel": "ES-2614"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giordano", "family": "Malagoli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1915-02-18", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giordano", "family": "Malagoli"}, "birth": {"date": "1915-02-18", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2614", "ENG": "", "MA_": "0", "G_NR": "335", "MA12": "3", "MARS": "8", "NAME": "Malagoli", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "6,300", "CSINR": "", "KURTZ": "", "PHAS_": "14,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "18.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giordano", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.02.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23494	malavelle-jean-pierre-1946-05-29	{"3a_sports": "2616"}	{"ertel": "ES-2616"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Pierre", "family": "Malavelle", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-05-29", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean Pierre", "family": "Malavelle"}, "birth": {"date": "1946-05-29", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2616", "ENG": "1", "MA_": "2", "G_NR": "269", "MA12": "1", "MARS": "2", "NAME": "Malavelle", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-6,700", "CSINR": "", "KURTZ": "", "PHAS_": "5,400", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "29.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean Pierre", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "29.05.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23495	mallejac-jean-1929-07-19	{"3a_sports": "2621"}	{"ertel": "ES-2621"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Mallejac", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-07-19", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean", "family": "Mallejac"}, "birth": {"date": "1929-07-19", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2621", "ENG": "", "MA_": "1", "G_NR": "270", "MA12": "7", "MARS": "20", "NAME": "Mallejac", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "5,500", "CSINR": "", "KURTZ": "", "PHAS_": "93,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "19.07.", "ZITATE": "DY", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "19.07.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23498	manchiska-eugene-1919-09-21	{"3a_sports": "2626", "cfepp-final3": "1047"}	{"cfepp": "CF-1047", "ertel": "ES-2626"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugene", "family": "Manchiska", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-09-21 07:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": -2.26, "lat": 50.75, "name": "ST OMER", "geoid": null}, "notime": null, "date-ut": "1919-09-21 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["table-tennis-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Eugene", "family": "Manchiska"}, "birth": {"date": "1919-09-21", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2626", "ENG": "", "MA_": "0", "G_NR": "134", "MA12": "3", "MARS": "7", "NAME": "Manchiska", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-7,500", "CSINR": "", "KURTZ": "", "PHAS_": "10,800", "STUND": "", "CFEPNR": "1047", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Eugene", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.09.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1919-09-21 07:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": -2.26, "lat": 50.75, "name": "ST OMER"}, "date-ut": "1919-09-21 06:00"}, "occus": ["table-tennis-player"], "ids-in-sources": {"cfepp-final3": "1047"}}, "raw": {"S": "2", "LT": "07 00", "LV": "I", "TR": "f", "UT": "06 00", "LAT": "+50.75", "SRC": "A", "LONG": "-02.26", "NAME": "MANCHISKA Eugene", "SPORT": "Table Tennis", "LOC_DATE": "1919 09 21", "UNIV_DATE": "1919 09 21", "BIRTH_PLACE": "ST OMER", "POSTAL_CODE": "62505 CEDEX"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23499	mancini-raffaela-1913-10-28	{"3a_sports": "2627"}	{"ertel": "ES-2627"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raffaela", "family": "Mancini", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1913-10-28", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "F", "name": {"given": "Raffaela", "family": "Mancini"}, "birth": {"date": "1913-10-28", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "2627", "ENG": "", "MA_": "1", "G_NR": "336", "MA12": "9", "MARS": "27", "NAME": "Mancini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-5,900", "CSINR": "", "KURTZ": "", "PHAS_": "3,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "28.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Raffaela", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.10.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23500	manenti-michele-1928-10-13	{"3a_sports": "2631"}	{"ertel": "ES-2631"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michele", "family": "Manenti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-10-13", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Michele", "family": "Manenti"}, "birth": {"date": "1928-10-13", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2631", "ENG": "", "MA_": "1", "G_NR": "337", "MA12": "2", "MARS": "6", "NAME": "Manenti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-2,300", "CSINR": "", "KURTZ": "", "PHAS_": "0,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "13.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Michele", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.10.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23501	mang-joseph-1891-12-12	{"3a_sports": "2632"}	{"ertel": "ES-2632"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Mang", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1891-12-12", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Joseph", "family": "Mang"}, "birth": {"date": "1891-12-12", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2632", "ENG": "", "MA_": "1", "G_NR": "86", "MA12": "12", "MARS": "35", "NAME": "Mang", "PUBL": "U", "QUEL": "GMING", "AUFAB": "9,200", "CSINR": "", "KURTZ": "", "PHAS_": "84,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "12.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Joseph", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.12.1891", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23502	mangiarotti-giomfrico-1935-02-17	{"3a_sports": "2633"}	{"ertel": "ES-2633"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giomfrico", "family": "Mangiarotti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1935-02-17", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giomfrico", "family": "Mangiarotti"}, "birth": {"date": "1935-02-17", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2633", "ENG": "", "MA_": "0", "G_NR": "338", "MA12": "3", "MARS": "8", "NAME": "Mangiarotti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "3,400", "CSINR": "", "KURTZ": "", "PHAS_": "98,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "17.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giomfrico", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.02.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23503	manitto-gro-batta-1937-08-29	{"3a_sports": "2635"}	{"ertel": "ES-2635"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gro Batta", "family": "Manitto", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1937-08-29", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gro Batta", "family": "Manitto"}, "birth": {"date": "1937-08-29", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2635", "ENG": "", "MA_": "0", "G_NR": "339", "MA12": "11", "MARS": "33", "NAME": "Manitto", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-11,40", "CSINR": "", "KURTZ": "", "PHAS_": "50,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "29.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gro Batta", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.08.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23504	manni-gino-1916-10-11	{"3a_sports": "2638"}	{"ertel": "ES-2638"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gino", "family": "Manni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1916-10-11", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gino", "family": "Manni"}, "birth": {"date": "1916-10-11", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2638", "ENG": "", "MA_": "1", "G_NR": "340", "MA12": "5", "MARS": "14", "NAME": "Manni", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "2,000", "CSINR": "", "KURTZ": "", "PHAS_": "99,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "11.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.10.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23505	manni-sergio-1921-09-09	{"3a_sports": "2640"}	{"ertel": "ES-2640"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sergio", "family": "Manni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-09-09", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Sergio", "family": "Manni"}, "birth": {"date": "1921-09-09", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2640", "ENG": "", "MA_": "1", "G_NR": "341", "MA12": "11", "MARS": "31", "NAME": "Manni", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "10,100", "CSINR": "", "KURTZ": "", "PHAS_": "48,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "09.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Sergio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.09.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23506	manson-francoise-1952-05-10	{"3a_sports": "2642"}	{"ertel": "ES-2642"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francoise", "family": "Manson", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1952-05-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Francoise", "family": "Manson"}, "birth": {"date": "1952-05-10", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "2642", "ENG": "", "MA_": "1", "G_NR": "273", "MA12": "11", "MARS": "31", "NAME": "Manson", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "0,900", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Francoise", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "10.05.1952", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SWIM", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23507	manzardo-nereo-1926-08-30	{"3a_sports": "2647"}	{"ertel": "ES-2647"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nereo", "family": "Manzardo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-08-30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Nereo", "family": "Manzardo"}, "birth": {"date": "1926-08-30", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2647", "ENG": "", "MA_": "1", "G_NR": "342", "MA12": "6", "MARS": "18", "NAME": "Manzardo", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-10,60", "CSINR": "", "KURTZ": "", "PHAS_": "52,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "30.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Nereo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.08.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23509	marc-dominique-1939-10-22	{"3a_sports": "2652"}	{"ertel": "ES-2652"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dominique", "family": "Marc", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1939-10-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Dominique", "family": "Marc"}, "birth": {"date": "1939-10-22", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2652", "ENG": "", "MA_": "1", "G_NR": "136", "MA12": "7", "MARS": "21", "NAME": "Marc", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "9,200", "CSINR": "", "KURTZ": "", "PHAS_": "67,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Dominique", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.10.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23510	marcellin-jean-marie-1943-01-27	{"3a_sports": "2655"}	{"ertel": "ES-2655"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Marie", "family": "Marcellin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-01-27", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean-Marie", "family": "Marcellin"}, "birth": {"date": "1943-01-27", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2655", "ENG": "", "MA_": "1", "G_NR": "274", "MA12": "10", "MARS": "28", "NAME": "Marcellin", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-8,300", "CSINR": "", "KURTZ": "", "PHAS_": "73,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean-Marie", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "27.01.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23512	marchetti-alberto-1920-11-18	{"3a_sports": "2661"}	{"ertel": "ES-2661"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberto", "family": "Marchetti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-11-18", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alberto", "family": "Marchetti"}, "birth": {"date": "1920-11-18", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2661", "ENG": "", "MA_": "1", "G_NR": "343", "MA12": "9", "MARS": "27", "NAME": "Marchetti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "9,200", "CSINR": "", "KURTZ": "", "PHAS_": "42,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "18.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Alberto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.11.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23513	marchi-franco-1923-03-17	{"3a_sports": "2662"}	{"ertel": "ES-2662"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franco", "family": "Marchi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1923-03-17", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Franco", "family": "Marchi"}, "birth": {"date": "1923-03-17", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2662", "ENG": "", "MA_": "1", "G_NR": "344", "MA12": "9", "MARS": "26", "NAME": "Marchi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-1,900", "CSINR": "", "KURTZ": "", "PHAS_": "0,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "17.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Franco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.03.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23514	marchiaro-renato-1919-02-16	{"3a_sports": "2664"}	{"ertel": "ES-2664"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renato", "family": "Marchiaro", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-02-16", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Renato", "family": "Marchiaro"}, "birth": {"date": "1919-02-16", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2664", "ENG": "", "MA_": "0", "G_NR": "345", "MA12": "8", "MARS": "23", "NAME": "Marchiaro", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-1,100", "CSINR": "", "KURTZ": "", "PHAS_": "98,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "16.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Renato", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.02.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23515	marcialis-jean-1937-04-21	{"3a_sports": "2665"}	{"ertel": "ES-2665"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Marcialis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1937-04-21", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean", "family": "Marcialis"}, "birth": {"date": "1937-04-21", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2665", "ENG": "", "MA_": "1", "G_NR": "276", "MA12": "5", "MARS": "14", "NAME": "Marcialis", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "8,600", "CSINR": "", "KURTZ": "", "PHAS_": "80,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "21.04.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23516	marcillac-gabriel-1904-08-09	{"3a_sports": "2666"}	{"ertel": "ES-2666"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Marcillac", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1904-08-09", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gabriel", "family": "Marcillac"}, "birth": {"date": "1904-08-09", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2666", "ENG": "", "MA_": "1", "G_NR": "137", "MA12": "2", "MARS": "6", "NAME": "Marcillac", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-7,700", "CSINR": "", "KURTZ": "", "PHAS_": "9,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "09.08.", "ZITATE": "Y", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gabriel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "09.08.1904", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23517	marcon-yves-1915-03-02	{"3a_sports": "2668"}	{"ertel": "ES-2668"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Marcon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1915-03-02", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sport-sailer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Yves", "family": "Marcon"}, "birth": {"date": "1915-03-02", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2668", "ENG": "1", "MA_": "2", "G_NR": "138", "MA12": "1", "MARS": "1", "NAME": "Marcon", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "0,600", "CSINR": "", "KURTZ": "", "PHAS_": "99,900", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "02.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Yves", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.03.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "YACH", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23518	marconi-claudio-1927-06-10	{"3a_sports": "2669"}	{"ertel": "ES-2669"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claudio", "family": "Marconi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-06-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Claudio", "family": "Marconi"}, "birth": {"date": "1927-06-10", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2669", "ENG": "", "MA_": "1", "G_NR": "346", "MA12": "10", "MARS": "28", "NAME": "Marconi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "8,700", "CSINR": "", "KURTZ": "", "PHAS_": "74,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "10.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Claudio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.06.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23519	marconi-giorgio-1928-10-29	{"3a_sports": "2671"}	{"ertel": "ES-2671"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giorgio", "family": "Marconi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-10-29", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giorgio", "family": "Marconi"}, "birth": {"date": "1928-10-29", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2671", "ENG": "0", "MA_": "2", "G_NR": "347", "MA12": "3", "MARS": "9", "NAME": "Marconi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "1,400", "CSINR": "", "KURTZ": "", "PHAS_": "100,00", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "29.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giorgio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.10.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23520	mariani-piero-1911-12-04	{"3a_sports": "2677"}	{"ertel": "ES-2677"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Piero", "family": "Mariani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1911-12-04", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Piero", "family": "Mariani"}, "birth": {"date": "1911-12-04", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2677", "ENG": "", "MA_": "0", "G_NR": "348", "MA12": "11", "MARS": "33", "NAME": "Mariani", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "6,700", "CSINR": "", "KURTZ": "", "PHAS_": "93,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "04.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Piero", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.12.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23521	marie-yvon-1913-05-10	{"3a_sports": "2680"}	{"ertel": "ES-2680"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yvon", "family": "Marie", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-05-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Yvon", "family": "Marie"}, "birth": {"date": "1913-05-10", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2680", "ENG": "", "MA_": "1", "G_NR": "139", "MA12": "7", "MARS": "21", "NAME": "Marie", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "6,900", "CSINR": "", "KURTZ": "", "PHAS_": "14,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.05.", "ZITATE": "Y", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Yvon", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "10.05.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23523	marini-mario-1929-05-26	{"3a_sports": "2684"}	{"ertel": "ES-2684"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Marini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-05-26", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Mario", "family": "Marini"}, "birth": {"date": "1929-05-26", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2684", "ENG": "", "MA_": "0", "G_NR": "349", "MA12": "8", "MARS": "24", "NAME": "Marini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-3,500", "CSINR": "", "KURTZ": "", "PHAS_": "94,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "26.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.05.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23524	maroquin-bernard-1939-07-22	{"3a_sports": "2686"}	{"ertel": "ES-2686"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Maroquin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1939-07-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bernard", "family": "Maroquin"}, "birth": {"date": "1939-07-22", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2686", "ENG": "", "MA_": "1", "G_NR": "278", "MA12": "10", "MARS": "28", "NAME": "Maroquin", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "10,400", "CSINR": "", "KURTZ": "", "PHAS_": "33,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Bernard", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "22.07.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23526	marot-michel-1943-01-23	{"3a_sports": "2690"}	{"ertel": "ES-2690"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Marot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-01-23", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Michel", "family": "Marot"}, "birth": {"date": "1943-01-23", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2690", "ENG": "", "MA_": "1", "G_NR": "280", "MA12": "9", "MARS": "26", "NAME": "Marot", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-1,800", "CSINR": "", "KURTZ": "", "PHAS_": "97,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "23.01.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23527	martel-maurice-1915-05-27	{"3a_sports": "2695"}	{"ertel": "ES-2695"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Martel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1915-05-27", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"sex": "M", "name": {"given": "Maurice", "family": "Martel"}, "birth": {"date": "1915-05-27", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2695", "ENG": "", "MA_": "1", "G_NR": "281", "MA12": "7", "MARS": "21", "NAME": "Martel", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "6,800", "CSINR": "", "KURTZ": "", "PHAS_": "94,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Maurice", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "27.05.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SKII", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23525	marot-alain-1948-03-11	{"3a_sports": "2689", "cfepp-final3": "911"}	{"cfepp": "CF-911", "ertel": "ES-2689"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Marot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-03-11 06:00", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": -0.49, "lat": 44.85, "name": "BERGERAC", "geoid": null}, "notime": null, "date-ut": "1948-03-11 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alain", "family": "Marot"}, "birth": {"date": "1948-03-11", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2689", "ENG": "", "MA_": "1", "G_NR": "279", "MA12": "6", "MARS": "18", "NAME": "Marot", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-0,800", "CSINR": "", "KURTZ": "", "PHAS_": "0,100", "STUND": "", "CFEPNR": "911", "EXTEND": "", "NATION": "FRA", "TAGMON": "11.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Alain", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "11.03.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1948-03-11 06:00", "place": {"c2": "24", "c3": "", "cy": "FR", "lg": -0.49, "lat": 44.85, "name": "BERGERAC"}, "date-ut": "1948-03-11 05:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "911"}}, "raw": {"S": "6", "LT": "06 00", "LV": "I4", "TR": "f", "UT": "05 00", "LAT": "+44.85", "SRC": "L", "LONG": "-00.49", "NAME": "MAROT Alain", "SPORT": "Rugby Union", "LOC_DATE": "1948 03 11", "UNIV_DATE": "1948 03 11", "BIRTH_PLACE": "BERGERAC", "POSTAL_CODE": "24108 CEDEX"}, "date": "2023-08-20T14:46:15+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23532	martinelli-gerard-1948-02-23	{"3a_sports": "2708"}	{"ertel": "ES-2708"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Martinelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-02-23", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gérard", "family": "Martinelli"}, "birth": {"date": "1948-02-23", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2708", "ENG": "", "MA_": "1", "G_NR": "286", "MA12": "10", "MARS": "30", "NAME": "Martinelli", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "6,300", "CSINR": "", "KURTZ": "", "PHAS_": "95,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.02.", "ZITATE": "DF", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gérard", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "23.02.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23533	martini-franco-1926-12-10	{"3a_sports": "2712"}	{"ertel": "ES-2712"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franco", "family": "Martini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-12-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Franco", "family": "Martini"}, "birth": {"date": "1926-12-10", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2712", "ENG": "", "MA_": "1", "G_NR": "351", "MA12": "2", "MARS": "4", "NAME": "Martini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "9,100", "CSINR": "", "KURTZ": "", "PHAS_": "25,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "10.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Franco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.12.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23530	martin-jean-louis-1948-07-17	{"3a_sports": "2703", "cfepp-final3": "913"}	{"cfepp": "CF-913", "ertel": "ES-2703"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Louis", "family": "Martin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-07-17 11:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": -3.22, "lat": 43.34, "name": "BEZIERS", "geoid": null}, "notime": null, "date-ut": "1948-07-17 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean Louis", "family": "Martin"}, "birth": {"date": "1948-07-17", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2703", "ENG": "0", "MA_": "2", "G_NR": "284", "MA12": "12", "MARS": "36", "NAME": "Martin", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "8,200", "CSINR": "", "KURTZ": "", "PHAS_": "84,200", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "17.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean Louis", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "17.07.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1948-07-17 11:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": -3.22, "lat": 43.34, "name": "BEZIERS"}, "date-ut": "1948-07-17 10:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "913"}}, "raw": {"S": "12", "LT": "11 00", "LV": "I4", "TR": "f", "UT": "10 00", "LAT": "+43.34", "SRC": "L", "LONG": "-03.22", "NAME": "MARTIN Jean-Louis", "SPORT": "Rugby Union", "LOC_DATE": "1948 07 17", "UNIV_DATE": "1948 07 17", "BIRTH_PLACE": "BEZIERS", "POSTAL_CODE": "34321 CEDEX"}, "date": "2023-08-20T14:46:15+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23534	martini-giobatta-1922-11-09	{"3a_sports": "2713"}	{"ertel": "ES-2713"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giobatta", "family": "Martini", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1922-11-09", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "F", "name": {"given": "Giobatta", "family": "Martini"}, "birth": {"date": "1922-11-09", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "2713", "ENG": "", "MA_": "1", "G_NR": "350", "MA12": "10", "MARS": "30", "NAME": "Martini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-6,900", "CSINR": "", "KURTZ": "", "PHAS_": "82,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "09.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giobatta", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.11.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23535	martini-renato-1930-01-05	{"3a_sports": "2714"}	{"ertel": "ES-2714"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renato", "family": "Martini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-01-05", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Renato", "family": "Martini"}, "birth": {"date": "1930-01-05", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2714", "ENG": "", "MA_": "0", "G_NR": "352", "MA12": "8", "MARS": "24", "NAME": "Martini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "7,100", "CSINR": "", "KURTZ": "", "PHAS_": "21,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "05.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Renato", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.01.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23537	marzani-andrea-1923-08-21	{"3a_sports": "2720"}	{"ertel": "ES-2720"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Andrea", "family": "Marzani", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1923-08-21", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "F", "name": {"given": "Andrea", "family": "Marzani"}, "birth": {"date": "1923-08-21", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "2720", "ENG": "", "MA_": "0", "G_NR": "353", "MA12": "6", "MARS": "17", "NAME": "Marzani", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "10,800", "CSINR": "", "KURTZ": "", "PHAS_": "69,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "21.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Andrea", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.08.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23538	marzani-sante-1919-11-02	{"3a_sports": "2721"}	{"ertel": "ES-2721"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sante", "family": "Marzani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-11-02", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Sante", "family": "Marzani"}, "birth": {"date": "1919-11-02", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2721", "ENG": "", "MA_": "1", "G_NR": "354", "MA12": "2", "MARS": "4", "NAME": "Marzani", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "10,200", "CSINR": "", "KURTZ": "", "PHAS_": "59,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "02.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Sante", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.11.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23540	mascheroni-oliviero-1914-06-11	{"3a_sports": "2724"}	{"ertel": "ES-2724"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oliviero", "family": "Mascheroni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-06-11", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Oliviero", "family": "Mascheroni"}, "birth": {"date": "1914-06-11", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2724", "ENG": "", "MA_": "1", "G_NR": "355", "MA12": "2", "MARS": "6", "NAME": "Mascheroni", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-5,500", "CSINR": "", "KURTZ": "", "PHAS_": "90,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "11.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Oliviero", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.06.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23541	maselli-altibano-1927-01-29	{"3a_sports": "2726"}	{"ertel": "ES-2726"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Altibano", "family": "Maselli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-01-29", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Altibano", "family": "Maselli"}, "birth": {"date": "1927-01-29", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2726", "ENG": "", "MA_": "1", "G_NR": "356", "MA12": "10", "MARS": "30", "NAME": "Maselli", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,200", "CSINR": "", "KURTZ": "", "PHAS_": "22,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "29.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Altibano", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.01.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23542	masiero-enea-1933-12-08	{"3a_sports": "2728"}	{"ertel": "ES-2728"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enea", "family": "Masiero", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1933-12-08", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "F", "name": {"given": "Enea", "family": "Masiero"}, "birth": {"date": "1933-12-08", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "2728", "ENG": "", "MA_": "1", "G_NR": "357", "MA12": "11", "MARS": "31", "NAME": "Masiero", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-8,100", "CSINR": "", "KURTZ": "", "PHAS_": "71,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "08.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Enea", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.12.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23543	masseboeuf-jean-pierre-1937-11-20	{"3a_sports": "2734"}	{"ertel": "ES-2734"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Pierre", "family": "Masseboeuf", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1937-11-20", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean Pierre", "family": "Masseboeuf"}, "birth": {"date": "1937-11-20", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2734", "ENG": "", "MA_": "1", "G_NR": "289", "MA12": "2", "MARS": "5", "NAME": "Masseboeuf", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-3,400", "CSINR": "", "KURTZ": "", "PHAS_": "95,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.11.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean Pierre", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "20.11.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23544	mastrotto-raymond-1934-11-01	{"3a_sports": "2739"}	{"ertel": "ES-2739"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Mastrotto", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-11-01", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Raymond", "family": "Mastrotto"}, "birth": {"date": "1934-11-01", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2739", "ENG": "", "MA_": "1", "G_NR": "290", "MA12": "9", "MARS": "26", "NAME": "Mastrotto", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,200", "CSINR": "", "KURTZ": "", "PHAS_": "34,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.11.", "ZITATE": "DOY", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Raymond", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "01.11.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23545	mate-elvio-1921-11-22	{"3a_sports": "2740"}	{"ertel": "ES-2740"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elvio", "family": "Mate", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-11-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Elvio", "family": "Mate"}, "birth": {"date": "1921-11-22", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2740", "ENG": "", "MA_": "0", "G_NR": "358", "MA12": "9", "MARS": "25", "NAME": "Mate", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-11,10", "CSINR": "", "KURTZ": "", "PHAS_": "55,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "22.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Elvio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.11.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23546	mathieu-felix-1937-10-06	{"3a_sports": "2744", "cfepp-final3": "987"}	{"cfepp": "CF-987", "ertel": "ES-2744"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Felix", "family": "Mathieu", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1937-10-06 19:00", "note": null, "place": {"c1": null, "c2": "39", "c3": "", "cy": "FR", "lg": -5.89, "lat": 46.3, "name": "BELLECOMBE", "geoid": null}, "notime": null, "date-ut": "1937-10-06 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"sex": "M", "name": {"given": "Felix", "family": "Mathieu"}, "birth": {"date": "1937-10-06", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2744", "ENG": "", "MA_": "1", "G_NR": "291", "MA12": "5", "MARS": "14", "NAME": "Mathieu", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "1,900", "CSINR": "", "KURTZ": "", "PHAS_": "2,300", "STUND": "", "CFEPNR": "987", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Felix", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "06.10.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1937-10-06 19:00", "place": {"c2": "39", "c3": "", "cy": "FR", "lg": -5.89, "lat": 46.3, "name": "BELLECOMBE"}, "date-ut": "1937-10-06 19:00"}, "occus": ["skier"], "ids-in-sources": {"cfepp-final3": "987"}}, "raw": {"S": "5", "LT": "19 00", "LV": "FI", "TR": "f", "UT": "19 00", "LAT": "+46.30", "SRC": "L", "LONG": "-05.89", "NAME": "MATHIEU Felix", "SPORT": "Skiing", "LOC_DATE": "1937 10 06", "UNIV_DATE": "1937 10 06", "BIRTH_PLACE": "BELLECOMBE", "POSTAL_CODE": "39310"}, "date": "2023-08-20T14:46:16+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23548	mathonet-jean-1925-10-06	{"3a_sports": "2748"}	{"cpara": "CP-*15", "ertel": "ES-2748"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Mathonet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-10-06", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean", "family": "Mathonet"}, "birth": {"date": "1925-10-06", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2748", "ENG": "", "MA_": "1", "G_NR": "15", "MA12": "2", "MARS": "5", "NAME": "Mathonet", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "-6,800", "CSINR": "", "KURTZ": "", "PHAS_": "83,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "06.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 15", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.10.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23550	matteucchi-carlo-1927-12-14	{"3a_sports": "2753"}	{"ertel": "ES-2753"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Matteucchi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-12-14", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Carlo", "family": "Matteucchi"}, "birth": {"date": "1927-12-14", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2753", "ENG": "", "MA_": "1", "G_NR": "359", "MA12": "2", "MARS": "4", "NAME": "Matteucchi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,100", "CSINR": "", "KURTZ": "", "PHAS_": "69,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "14.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Carlo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.12.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23551	mattioni-giovanni-1922-09-03	{"3a_sports": "2756"}	{"ertel": "ES-2756"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Mattioni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-09-03", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giovanni", "family": "Mattioni"}, "birth": {"date": "1922-09-03", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2756", "ENG": "", "MA_": "1", "G_NR": "360", "MA12": "7", "MARS": "20", "NAME": "Mattioni", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "6,700", "CSINR": "", "KURTZ": "", "PHAS_": "90,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "03.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giovanni", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.09.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23552	mauret-raymond-1913-12-18	{"3a_sports": "2763"}	{"ertel": "ES-2763"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Mauret", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-12-18", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Raymond", "family": "Mauret"}, "birth": {"date": "1913-12-18", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2763", "ENG": "", "MA_": "1", "G_NR": "142", "MA12": "5", "MARS": "13", "NAME": "Mauret", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-8,300", "CSINR": "", "KURTZ": "", "PHAS_": "78,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Raymond", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.12.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23549	matteoli-paul-1929-11-07	{"3a_sports": "2752", "cfepp-final3": "339"}	{"cfepp": "CF-339", "ertel": "ES-2752"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Matteoli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-11-07 06:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": -5.85, "lat": 43.14, "name": "OLLIOULES", "geoid": null}, "notime": null, "date-ut": "1929-11-07 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Paul", "family": "Matteoli"}, "birth": {"date": "1929-11-07", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2752", "ENG": "", "MA_": "1", "G_NR": "141", "MA12": "12", "MARS": "35", "NAME": "Matteoli", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "7,900", "CSINR": "", "KURTZ": "", "PHAS_": "26,500", "STUND": "", "CFEPNR": "339", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.11.", "ZITATE": "O", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Paul", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "07.11.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1929-11-07 06:00", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": -5.85, "lat": 43.14, "name": "OLLIOULES"}, "date-ut": "1929-11-07 06:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "339"}}, "raw": {"S": "12", "LT": "06 00", "LV": "FI", "TR": "f", "UT": "06 00", "LAT": "+43.14", "SRC": "A", "LONG": "-05.85", "NAME": "MATTEOLI Paul", "SPORT": "Cycling", "LOC_DATE": "1929 11 07", "UNIV_DATE": "1929 11 07", "BIRTH_PLACE": "OLLIOULES", "POSTAL_CODE": "83190"}, "date": "2023-08-20T14:46:01+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23554	mazare-michel-1954-03-23	{"3a_sports": "2771"}	{"ertel": "ES-2771"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Mazaré", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1954-03-23", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Michel", "family": "Mazaré"}, "birth": {"date": "1954-03-23", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2771", "ENG": "", "MA_": "0", "G_NR": "292", "MA12": "11", "MARS": "32", "NAME": "Mazaré", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-5,000", "CSINR": "", "KURTZ": "", "PHAS_": "89,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "23.03.1954", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23555	mazzucco-alberto-1911-07-21	{"3a_sports": "2778"}	{"ertel": "ES-2778"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberto", "family": "Mazzucco", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1911-07-21", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alberto", "family": "Mazzucco"}, "birth": {"date": "1911-07-21", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2778", "ENG": "", "MA_": "1", "G_NR": "361", "MA12": "2", "MARS": "6", "NAME": "Mazzucco", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-10,90", "CSINR": "", "KURTZ": "", "PHAS_": "30,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "21.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Alberto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.07.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23556	meggiolaro-umberto-1934-01-26	{"3a_sports": "2798"}	{"ertel": "ES-2798"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Umberto", "family": "Meggiolaro", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-01-26", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Umberto", "family": "Meggiolaro"}, "birth": {"date": "1934-01-26", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2798", "ENG": "", "MA_": "0", "G_NR": "362", "MA12": "11", "MARS": "33", "NAME": "Meggiolaro", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "7,900", "CSINR": "", "KURTZ": "", "PHAS_": "81,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "26.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Umberto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.01.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23557	meier-georg-1910-11-09	{"3a_sports": "2799"}	{"ertel": "ES-2799"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georg", "family": "Meier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1910-11-09", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Georg", "family": "Meier"}, "birth": {"date": "1910-11-09", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2799", "ENG": "", "MA_": "0", "G_NR": "89", "MA12": "11", "MARS": "32", "NAME": "Meier", "PUBL": "U", "QUEL": "GMING", "AUFAB": "9,300", "CSINR": "", "KURTZ": "", "PHAS_": "37,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "09.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Georg", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.11.1910", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23558	meier-hans-1928-05-10	{"3a_sports": "2800"}	{"ertel": "ES-2800"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hans", "family": "Meier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-05-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Hans", "family": "Meier"}, "birth": {"date": "1928-05-10", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2800", "ENG": "", "MA_": "0", "G_NR": "95", "MA12": "6", "MARS": "16", "NAME": "Meier", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-7,500", "CSINR": "", "KURTZ": "", "PHAS_": "77,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "10.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Hans", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.05.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23561	menti-luigi-1934-10-01	{"3a_sports": "2809"}	{"ertel": "ES-2809"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Menti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-10-01", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luigi", "family": "Menti"}, "birth": {"date": "1934-10-01", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2809", "ENG": "1", "MA_": "2", "G_NR": "363", "MA12": "1", "MARS": "3", "NAME": "Menti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,600", "CSINR": "", "KURTZ": "", "PHAS_": "45,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "01.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.10.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23562	menti-umberto-1917-04-06	{"3a_sports": "2811"}	{"ertel": "ES-2811"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Umberto", "family": "Menti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1917-04-06", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Umberto", "family": "Menti"}, "birth": {"date": "1917-04-06", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2811", "ENG": "0", "MA_": "2", "G_NR": "364", "MA12": "3", "MARS": "9", "NAME": "Menti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "3,900", "CSINR": "", "KURTZ": "", "PHAS_": "97,400", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "06.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Umberto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.04.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23563	merchadier-alain-1952-03-13	{"3a_sports": "2814"}	{"ertel": "ES-2814"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Merchadier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1952-03-13", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alain", "family": "Merchadier"}, "birth": {"date": "1952-03-13", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2814", "ENG": "", "MA_": "1", "G_NR": "295", "MA12": "7", "MARS": "21", "NAME": "Merchadier", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-1,500", "CSINR": "", "KURTZ": "", "PHAS_": "98,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Alain", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "13.03.1952", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23564	mercier-joseph-1919-09-05	{"3a_sports": "2815"}	{"ertel": "ES-2815"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Mercier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-09-05", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Joseph", "family": "Mercier"}, "birth": {"date": "1919-09-05", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2815", "ENG": "1", "MA_": "2", "G_NR": "296", "MA12": "4", "MARS": "10", "NAME": "Mercier", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "9,000", "CSINR": "", "KURTZ": "", "PHAS_": "72,400", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "05.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Joseph", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "05.09.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23565	merckx-marcel-1928-07-11	{"3a_sports": "2817"}	{"ertel": "ES-2817"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Merckx", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-07-11", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Marcel", "family": "Merckx"}, "birth": {"date": "1928-07-11", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2817", "ENG": "", "MA_": "1", "G_NR": "143", "MA12": "10", "MARS": "30", "NAME": "Merckx", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-11,30", "CSINR": "", "KURTZ": "", "PHAS_": "44,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "11.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.07.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23566	merlin-renzo-1923-09-27	{"3a_sports": "2821"}	{"ertel": "ES-2821"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renzo", "family": "Merlin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1923-09-27", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Renzo", "family": "Merlin"}, "birth": {"date": "1923-09-27", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2821", "ENG": "", "MA_": "1", "G_NR": "365", "MA12": "2", "MARS": "5", "NAME": "Merlin", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-2,600", "CSINR": "", "KURTZ": "", "PHAS_": "96,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "27.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Renzo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.09.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23567	merlo-gino-1917-01-31	{"3a_sports": "2822"}	{"ertel": "ES-2822"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gino", "family": "Merlo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1917-01-31", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gino", "family": "Merlo"}, "birth": {"date": "1917-01-31", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2822", "ENG": "", "MA_": "1", "G_NR": "366", "MA12": "2", "MARS": "4", "NAME": "Merlo", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "10,200", "CSINR": "", "KURTZ": "", "PHAS_": "59,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "31.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "31.01.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23568	mettica-giuseppe-1919-03-26	{"3a_sports": "2832"}	{"ertel": "ES-2832"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Mettica", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-03-26", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giuseppe", "family": "Mettica"}, "birth": {"date": "1919-03-26", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2832", "ENG": "", "MA_": "1", "G_NR": "367", "MA12": "2", "MARS": "4", "NAME": "Mettica", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-10,00", "CSINR": "", "KURTZ": "", "PHAS_": "38,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "26.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giuseppe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.03.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23569	meucci-cesare-1921-09-02	{"3a_sports": "2833"}	{"ertel": "ES-2833"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cesare", "family": "Meucci", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-09-02", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Cesare", "family": "Meucci"}, "birth": {"date": "1921-09-02", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2833", "ENG": "", "MA_": "1", "G_NR": "368", "MA12": "2", "MARS": "6", "NAME": "Meucci", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-2,100", "CSINR": "", "KURTZ": "", "PHAS_": "0,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "02.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Cesare", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.09.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23570	meunier-georges-1925-05-09	{"3a_sports": "2838"}	{"ertel": "ES-2838"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Meunier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-05-09", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Georges", "family": "Meunier"}, "birth": {"date": "1925-05-09", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2838", "ENG": "0", "MA_": "2", "G_NR": "144", "MA12": "12", "MARS": "36", "NAME": "Meunier", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "0,200", "CSINR": "", "KURTZ": "", "PHAS_": "99,600", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "09.05.", "ZITATE": "Y", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "09.05.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23572	meyer-philippe-1950-01-05	{"3a_sports": "2842"}	{"ertel": "ES-2842"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Meyer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1950-01-05", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Philippe", "family": "Meyer"}, "birth": {"date": "1950-01-05", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2842", "ENG": "1", "MA_": "2", "G_NR": "298", "MA12": "4", "MARS": "11", "NAME": "Meyer", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-0,400", "CSINR": "", "KURTZ": "", "PHAS_": "99,300", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "05.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Philippe", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "05.01.1950", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23575	migeon-gerard-1947-11-28	{"3a_sports": "2859"}	{"ertel": "ES-2859"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Migeon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-11-28", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gérard", "family": "Migeon"}, "birth": {"date": "1947-11-28", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2859", "ENG": "", "MA_": "0", "G_NR": "301", "MA12": "3", "MARS": "8", "NAME": "Migeon", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "2,200", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.11.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gérard", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "28.11.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23576	mignacabal-jean-claude-1944-03-06	{"3a_sports": "2861"}	{"ertel": "ES-2861"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Claude", "family": "Mignacabal", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1944-03-06", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean Claude", "family": "Mignacabal"}, "birth": {"date": "1944-03-06", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2861", "ENG": "", "MA_": "1", "G_NR": "302", "MA12": "9", "MARS": "27", "NAME": "Mignacabal", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "7,100", "CSINR": "", "KURTZ": "", "PHAS_": "86,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean Claude", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "06.03.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23577	mignot-aime-1932-12-09	{"3a_sports": "2863"}	{"ertel": "ES-2863"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aimé", "family": "Mignot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-12-09", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Aimé", "family": "Mignot"}, "birth": {"date": "1932-12-09", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2863", "ENG": "", "MA_": "0", "G_NR": "303", "MA12": "6", "MARS": "17", "NAME": "Mignot", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "7,200", "CSINR": "", "KURTZ": "", "PHAS_": "85,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "09.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Aimé", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "09.12.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23579	miotto-nello-1930-08-24	{"3a_sports": "2879"}	{"ertel": "ES-2879"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nello", "family": "Miotto", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-08-24", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Nello", "family": "Miotto"}, "birth": {"date": "1930-08-24", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2879", "ENG": "1", "MA_": "2", "G_NR": "369", "MA12": "1", "MARS": "1", "NAME": "Miotto", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-2,000", "CSINR": "", "KURTZ": "", "PHAS_": "0,200", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "24.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Nello", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.08.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23580	mir-jean-pierre-1947-06-25	{"3a_sports": "2881"}	{"ertel": "ES-2881"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Pierre", "family": "Mir", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-06-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean Pierre", "family": "Mir"}, "birth": {"date": "1947-06-25", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2881", "ENG": "", "MA_": "0", "G_NR": "305", "MA12": "6", "MARS": "17", "NAME": "Mir", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "10,800", "CSINR": "", "KURTZ": "", "PHAS_": "44,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "25.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean Pierre", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "25.06.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23581	mirouze-herve-1924-12-10	{"3a_sports": "2882"}	{"ertel": "ES-2882"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hervé", "family": "Mirouze", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-12-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Hervé", "family": "Mirouze"}, "birth": {"date": "1924-12-10", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2882", "ENG": "1", "MA_": "2", "G_NR": "306", "MA12": "1", "MARS": "3", "NAME": "Mirouze", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "3,200", "CSINR": "", "KURTZ": "", "PHAS_": "98,300", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "10.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Hervé", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "10.12.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23583	moga-alain-1949-03-27	{"3a_sports": "2892"}	{"ertel": "ES-2892"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Moga", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-03-27", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alain", "family": "Moga"}, "birth": {"date": "1949-03-27", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2892", "ENG": "", "MA_": "1", "G_NR": "307", "MA12": "11", "MARS": "31", "NAME": "Moga", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-5,300", "CSINR": "", "KURTZ": "", "PHAS_": "6,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Alain", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "27.03.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23584	mohr-franz-1913-03-27	{"3a_sports": "2894"}	{"ertel": "ES-2894"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Mohr", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-03-27", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Franz", "family": "Mohr"}, "birth": {"date": "1913-03-27", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2894", "ENG": "", "MA_": "1", "G_NR": "56", "MA12": "9", "MARS": "27", "NAME": "Mohr", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-8,800", "CSINR": "", "KURTZ": "", "PHAS_": "75,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "27.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Franz", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.03.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23586	molineris-jean-luc-1950-08-25	{"3a_sports": "2900"}	{"ertel": "ES-2900"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Luc", "family": "Molineris", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1950-08-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean-Luc", "family": "Molineris"}, "birth": {"date": "1950-08-25", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2900", "ENG": "", "MA_": "1", "G_NR": "308", "MA12": "7", "MARS": "20", "NAME": "Molineris", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "7,100", "CSINR": "", "KURTZ": "", "PHAS_": "91,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "25.08.", "ZITATE": "DOY", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean-Luc", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "25.08.1950", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23587	molineris-jean-pierre-1920-05-21	{"3a_sports": "2901"}	{"ertel": "ES-2901"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Pierre", "family": "Molineris", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-05-21", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean-Pierre", "family": "Molineris"}, "birth": {"date": "1920-05-21", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2901", "ENG": "1", "MA_": "2", "G_NR": "309", "MA12": "1", "MARS": "3", "NAME": "Molineris", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "6,400", "CSINR": "", "KURTZ": "", "PHAS_": "11,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "21.05.", "ZITATE": "DOY", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean-Pierre", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "21.05.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23588	molino-giovanni-carlo-1931-04-03	{"3a_sports": "2902"}	{"ertel": "ES-2902"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni Carlo", "family": "Molino", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-04-03", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giovanni Carlo", "family": "Molino"}, "birth": {"date": "1931-04-03", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2902", "ENG": "", "MA_": "0", "G_NR": "370", "MA12": "6", "MARS": "17", "NAME": "Molino", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "1,100", "CSINR": "", "KURTZ": "", "PHAS_": "100,00", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "03.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giovanni Carlo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.04.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23590	moneyron-gerard-1948-01-17	{"3a_sports": "2913"}	{"ertel": "ES-2913"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Moneyron", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-01-17", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gérard", "family": "Moneyron"}, "birth": {"date": "1948-01-17", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2913", "ENG": "", "MA_": "0", "G_NR": "146", "MA12": "11", "MARS": "33", "NAME": "Moneyron", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "8,000", "CSINR": "", "KURTZ": "", "PHAS_": "26,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.01.", "ZITATE": "DY", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gérard", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "17.01.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23591	mongelli-giovanni-1929-02-03	{"3a_sports": "2914"}	{"ertel": "ES-2914"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Mongelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-02-03", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giovanni", "family": "Mongelli"}, "birth": {"date": "1929-02-03", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2914", "ENG": "1", "MA_": "2", "G_NR": "371", "MA12": "1", "MARS": "1", "NAME": "Mongelli", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,300", "CSINR": "", "KURTZ": "", "PHAS_": "36,900", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "03.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giovanni", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.02.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23592	monnereau-jean-1929-12-31	{"3a_sports": "2918"}	{"ertel": "ES-2918"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Monnereau", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-12-31", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean", "family": "Monnereau"}, "birth": {"date": "1929-12-31", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2918", "ENG": "", "MA_": "0", "G_NR": "147", "MA12": "8", "MARS": "22", "NAME": "Monnereau", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-0,900", "CSINR": "", "KURTZ": "", "PHAS_": "0,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "31.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "31.12.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23593	monneret-christian-1943-02-02	{"3a_sports": "2919"}	{"ertel": "ES-2919"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Monneret", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-02-02", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Christian", "family": "Monneret"}, "birth": {"date": "1943-02-02", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2919", "ENG": "", "MA_": "1", "G_NR": "311", "MA12": "7", "MARS": "20", "NAME": "Monneret", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,000", "CSINR": "", "KURTZ": "", "PHAS_": "12,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Christian", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "02.02.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23595	montalti-delfo-1936-01-16	{"3a_sports": "2923"}	{"ertel": "ES-2923"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Delfo", "family": "Montalti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1936-01-16", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Delfo", "family": "Montalti"}, "birth": {"date": "1936-01-16", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2923", "ENG": "", "MA_": "0", "G_NR": "372", "MA12": "9", "MARS": "25", "NAME": "Montalti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,100", "CSINR": "", "KURTZ": "", "PHAS_": "57,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "16.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Delfo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.01.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23596	montanari-roggio-1912-03-20	{"3a_sports": "2924"}	{"ertel": "ES-2924"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roggio", "family": "Montanari", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1912-03-20", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Roggio", "family": "Montanari"}, "birth": {"date": "1912-03-20", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2924", "ENG": "", "MA_": "0", "G_NR": "373", "MA12": "8", "MARS": "22", "NAME": "Montanari", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "1,300", "CSINR": "", "KURTZ": "", "PHAS_": "1,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "20.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Roggio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.03.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23597	montanari-serafrico-1921-01-15	{"3a_sports": "2925"}	{"ertel": "ES-2925"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Serafrico", "family": "Montanari", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-01-15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Serafrico", "family": "Montanari"}, "birth": {"date": "1921-01-15", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2925", "ENG": "", "MA_": "0", "G_NR": "374", "MA12": "6", "MARS": "16", "NAME": "Montanari", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "8,300", "CSINR": "", "KURTZ": "", "PHAS_": "27,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "15.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Serafrico", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.01.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23599	monterastelli-filiberto-1929-06-03	{"3a_sports": "2928"}	{"ertel": "ES-2928"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Filiberto", "family": "Monterastelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-06-03", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Filiberto", "family": "Monterastelli"}, "birth": {"date": "1929-06-03", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2928", "ENG": "", "MA_": "0", "G_NR": "375", "MA12": "5", "MARS": "15", "NAME": "Monterastelli", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-10,00", "CSINR": "", "KURTZ": "", "PHAS_": "26,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "03.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Filiberto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.06.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23601	monti-bruno-1915-01-09	{"3a_sports": "2931"}	{"ertel": "ES-2931"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Monti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1915-01-09", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bruno", "family": "Monti"}, "birth": {"date": "1915-01-09", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2931", "ENG": "", "MA_": "1", "G_NR": "376", "MA12": "7", "MARS": "21", "NAME": "Monti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-11,20", "CSINR": "", "KURTZ": "", "PHAS_": "48,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "09.01.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bruno", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "09.01.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23603	morandi-franco-1928-09-11	{"3a_sports": "2939"}	{"ertel": "ES-2939"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franco", "family": "Morandi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-09-11", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Franco", "family": "Morandi"}, "birth": {"date": "1928-09-11", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2939", "ENG": "", "MA_": "1", "G_NR": "377", "MA12": "2", "MARS": "4", "NAME": "Morandi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-7,700", "CSINR": "", "KURTZ": "", "PHAS_": "10,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "11.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Franco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.09.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23604	moreau-mady-1928-05-01	{"3a_sports": "2941"}	{"ertel": "ES-2941"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mady", "family": "Moreau", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1928-05-01", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Mady", "family": "Moreau"}, "birth": {"date": "1928-05-01", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "2941", "ENG": "0", "MA_": "2", "G_NR": "5", "MA12": "3", "MARS": "9", "NAME": "Moreau", "PUBL": "U", "QUEL": "G_79F", "AUFAB": "7,300", "CSINR": "", "KURTZ": "", "PHAS_": "87,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "01.05.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Mady", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "01.05.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SWIM", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23607	moretti-alain-1950-03-28	{"3a_sports": "2949"}	{"ertel": "ES-2949"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Moretti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1950-03-28", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alain", "family": "Moretti"}, "birth": {"date": "1950-03-28", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2949", "ENG": "", "MA_": "0", "G_NR": "317", "MA12": "11", "MARS": "32", "NAME": "Moretti", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "10,000", "CSINR": "", "KURTZ": "", "PHAS_": "61,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Alain", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "28.03.1950", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23608	moretti-franco-1922-10-30	{"3a_sports": "2950"}	{"ertel": "ES-2950"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franco", "family": "Moretti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-10-30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Franco", "family": "Moretti"}, "birth": {"date": "1922-10-30", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2950", "ENG": "", "MA_": "1", "G_NR": "378", "MA12": "10", "MARS": "29", "NAME": "Moretti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "8,900", "CSINR": "", "KURTZ": "", "PHAS_": "72,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "30.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Franco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.10.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23606	morel-jacques-pierre-1935-09-22	{"3a_sports": "2945", "cfepp-final3": "174"}	{"cfepp": "CF-174", "ertel": "ES-2945"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques Pierre", "family": "Morel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1935-09-22 07:20", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": 1.15, "lat": 44.54, "name": "CAZAUX", "geoid": null}, "notime": null, "date-ut": "1935-09-22 06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rower"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jacques Pierre", "family": "Morel"}, "birth": {"date": "1935-09-22", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2945", "ENG": "", "MA_": "1", "G_NR": "316", "MA12": "10", "MARS": "30", "NAME": "Morel", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,100", "CSINR": "", "KURTZ": "", "PHAS_": "27,000", "STUND": "", "CFEPNR": "174", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.09.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jacques Pierre", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "22.09.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "ROWI", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1935-09-22 07:20", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": 1.15, "lat": 44.54, "name": "CAZAUX"}, "date-ut": "1935-09-22 06:20"}, "occus": ["rower"], "ids-in-sources": {"cfepp-final3": "174"}}, "raw": {"S": "10", "LT": "07 20", "LV": "I", "TR": "f", "UT": "06 20", "LAT": "+44.54", "SRC": "L", "LONG": "+01.15", "NAME": "MOREL Jacques", "SPORT": "Rowing", "LOC_DATE": "1935 09 22", "UNIV_DATE": "1935 09 22", "BIRTH_PLACE": "CAZAUX", "POSTAL_CODE": "33260"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23609	mori-franco-1929-07-31	{"3a_sports": "2953"}	{"ertel": "ES-2953"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franco", "family": "Mori", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-07-31", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Franco", "family": "Mori"}, "birth": {"date": "1929-07-31", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2953", "ENG": "", "MA_": "1", "G_NR": "379", "MA12": "10", "MARS": "28", "NAME": "Mori", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-11,10", "CSINR": "", "KURTZ": "", "PHAS_": "34,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "31.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Franco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "31.07.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23610	morichetto-francesco-1935-01-19	{"3a_sports": "2954"}	{"ertel": "ES-2954"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Morichetto", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1935-01-19", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Francesco", "family": "Morichetto"}, "birth": {"date": "1935-01-19", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2954", "ENG": "", "MA_": "1", "G_NR": "380", "MA12": "12", "MARS": "35", "NAME": "Morichetto", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "2,100", "CSINR": "", "KURTZ": "", "PHAS_": "99,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "19.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Francesco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.01.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23611	morin-sergio-1931-09-16	{"3a_sports": "2956"}	{"ertel": "ES-2956"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sergio", "family": "Morin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-09-16", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Sergio", "family": "Morin"}, "birth": {"date": "1931-09-16", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2956", "ENG": "", "MA_": "1", "G_NR": "381", "MA12": "10", "MARS": "28", "NAME": "Morin", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "8,600", "CSINR": "", "KURTZ": "", "PHAS_": "20,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "16.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Sergio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.09.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23612	morisco-pasquale-1920-06-06	{"3a_sports": "2957"}	{"ertel": "ES-2957"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pasquale", "family": "Morisco", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-06-06", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Pasquale", "family": "Morisco"}, "birth": {"date": "1920-06-06", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2957", "ENG": "", "MA_": "0", "G_NR": "382", "MA12": "8", "MARS": "22", "NAME": "Morisco", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-6,300", "CSINR": "", "KURTZ": "", "PHAS_": "84,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "06.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Pasquale", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.06.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23613	mornese-edmondo-1910-11-14	{"3a_sports": "2959"}	{"ertel": "ES-2959"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmondo", "family": "Mornese", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1910-11-14", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Edmondo", "family": "Mornese"}, "birth": {"date": "1910-11-14", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2959", "ENG": "", "MA_": "1", "G_NR": "383", "MA12": "9", "MARS": "27", "NAME": "Mornese", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "8,700", "CSINR": "", "KURTZ": "", "PHAS_": "87,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "14.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Edmondo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.11.1910", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23614	moro-silvano-1927-12-28	{"3a_sports": "2960"}	{"ertel": "ES-2960"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Silvano", "family": "Moro", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-12-28", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Silvano", "family": "Moro"}, "birth": {"date": "1927-12-28", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2960", "ENG": "", "MA_": "1", "G_NR": "384", "MA12": "7", "MARS": "20", "NAME": "Moro", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "6,900", "CSINR": "", "KURTZ": "", "PHAS_": "15,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "28.12.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Silvano", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "28.12.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23616	morzone-franco-1918-09-07	{"3a_sports": "2965"}	{"ertel": "ES-2965"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franco", "family": "Morzone", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-09-07", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Franco", "family": "Morzone"}, "birth": {"date": "1918-09-07", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2965", "ENG": "1", "MA_": "2", "G_NR": "385", "MA12": "4", "MARS": "10", "NAME": "Morzone", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "1,900", "CSINR": "", "KURTZ": "", "PHAS_": "2,400", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "07.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Franco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.09.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23617	mosele-vittorio-1912-02-01	{"3a_sports": "2968"}	{"ertel": "ES-2968"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vittorio", "family": "Mosele", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1912-02-01", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Vittorio", "family": "Mosele"}, "birth": {"date": "1912-02-01", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2968", "ENG": "", "MA_": "1", "G_NR": "386", "MA12": "6", "MARS": "18", "NAME": "Mosele", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "7,000", "CSINR": "", "KURTZ": "", "PHAS_": "93,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Vittorio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.02.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23618	motta-emico-1928-06-18	{"3a_sports": "2971"}	{"ertel": "ES-2971"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emico", "family": "Motta", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-06-18", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Emico", "family": "Motta"}, "birth": {"date": "1928-06-18", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2971", "ENG": "0", "MA_": "2", "G_NR": "387", "MA12": "3", "MARS": "9", "NAME": "Motta", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-1,000", "CSINR": "", "KURTZ": "", "PHAS_": "0,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "18.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Emico", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.06.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23619	mouchel-marcel-1927-02-13	{"3a_sports": "2974"}	{"ertel": "ES-2974"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Mouchel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-02-13", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Marcel", "family": "Mouchel"}, "birth": {"date": "1927-02-13", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2974", "ENG": "1", "MA_": "2", "G_NR": "149", "MA12": "1", "MARS": "2", "NAME": "Mouchel", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "7,500", "CSINR": "", "KURTZ": "", "PHAS_": "87,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "13.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.02.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23621	muller-heinz-1919-05-20	{"3a_sports": "2987"}	{"ertel": "ES-2987"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heinz", "family": "Müller", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-05-20", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Heinz", "family": "Müller"}, "birth": {"date": "1919-05-20", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2987", "ENG": "", "MA_": "0", "G_NR": "113", "MA12": "3", "MARS": "8", "NAME": "Müller", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-7,500", "CSINR": "", "KURTZ": "", "PHAS_": "78,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "20.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Heinz", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.05.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23622	muller-hermann-paul-1909-11-21	{"3a_sports": "2988"}	{"ertel": "ES-2988"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hermann Paul", "family": "Müller", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1909-11-21", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Hermann Paul", "family": "Müller"}, "birth": {"date": "1909-11-21", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2988", "ENG": "", "MA_": "1", "G_NR": "114", "MA12": "5", "MARS": "14", "NAME": "Müller", "PUBL": "U", "QUEL": "GMING", "AUFAB": "11,100", "CSINR": "", "KURTZ": "", "PHAS_": "53,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "21.11.", "ZITATE": "S", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Hermann Paul", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "21.11.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23623	muller-julius-1903-05-10	{"3a_sports": "2989"}	{"ertel": "ES-2989"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julius", "family": "Müller", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1903-05-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Julius", "family": "Müller"}, "birth": {"date": "1903-05-10", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2989", "ENG": "0", "MA_": "2", "G_NR": "100", "MA12": "12", "MARS": "36", "NAME": "Müller", "PUBL": "U", "QUEL": "GMING", "AUFAB": "4,300", "CSINR": "", "KURTZ": "", "PHAS_": "97,400", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "GER", "TAGMON": "10.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Julius", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.05.1903", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23624	mugnaini-marcello-1940-11-12	{"3a_sports": "2990"}	{"ertel": "ES-2990"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcello", "family": "Mugnaini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-11-12", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Marcello", "family": "Mugnaini"}, "birth": {"date": "1940-11-12", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2990", "ENG": "", "MA_": "1", "G_NR": "12", "MA12": "2", "MARS": "4", "NAME": "Mugnaini", "PUBL": "U", "QUEL": "GMINV", "AUFAB": "6,000", "CSINR": "", "KURTZ": "", "PHAS_": "91,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "12.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marcello", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.11.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23625	musci-sergio-1920-05-01	{"3a_sports": "2997"}	{"ertel": "ES-2997"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sergio", "family": "Musci", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-05-01", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Sergio", "family": "Musci"}, "birth": {"date": "1920-05-01", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2997", "ENG": "", "MA_": "1", "G_NR": "388", "MA12": "7", "MARS": "19", "NAME": "Musci", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "5,000", "CSINR": "", "KURTZ": "", "PHAS_": "95,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Sergio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.05.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23626	nadalet-anmando-1933-01-08	{"3a_sports": "3001"}	{"ertel": "ES-3001"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anmando", "family": "Nadalet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-01-08", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Anmando", "family": "Nadalet"}, "birth": {"date": "1933-01-08", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3001", "ENG": "", "MA_": "1", "G_NR": "389", "MA12": "7", "MARS": "19", "NAME": "Nadalet", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "7,000", "CSINR": "", "KURTZ": "", "PHAS_": "86,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "08.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Anmando", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.01.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23627	nagy-ladislas-1931-12-16	{"3a_sports": "3003"}	{"ertel": "ES-3003"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ladislas", "family": "Nagy", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-12-16", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ladislas", "family": "Nagy"}, "birth": {"date": "1931-12-16", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3003", "ENG": "0", "MA_": "2", "G_NR": "320", "MA12": "12", "MARS": "36", "NAME": "Nagy", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "9,300", "CSINR": "", "KURTZ": "", "PHAS_": "41,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "16.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ladislas", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "16.12.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23628	nardi-aldo-1931-03-03	{"3a_sports": "3006"}	{"ertel": "ES-3006"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Nardi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-03-03", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Aldo", "family": "Nardi"}, "birth": {"date": "1931-03-03", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3006", "ENG": "", "MA_": "0", "G_NR": "390", "MA12": "12", "MARS": "34", "NAME": "Nardi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "5,600", "CSINR": "", "KURTZ": "", "PHAS_": "96,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "03.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Aldo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.03.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23629	nascenzi-anshide-1922-09-13	{"3a_sports": "3008"}	{"ertel": "ES-3008"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anshide", "family": "Nascenzi", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1922-09-13", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "F", "name": {"given": "Anshide", "family": "Nascenzi"}, "birth": {"date": "1922-09-13", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "3008", "ENG": "", "MA_": "1", "G_NR": "391", "MA12": "7", "MARS": "21", "NAME": "Nascenzi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,100", "CSINR": "", "KURTZ": "", "PHAS_": "64,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "13.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Anshide", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.09.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23630	neckermann-karl-1911-03-14	{"3a_sports": "3013"}	{"ertel": "ES-3013"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Neckermann", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1911-03-14", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Karl", "family": "Neckermann"}, "birth": {"date": "1911-03-14", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3013", "ENG": "", "MA_": "0", "G_NR": "28", "MA12": "3", "MARS": "7", "NAME": "Neckermann", "PUBL": "U", "QUEL": "GMING", "AUFAB": "3,400", "CSINR": "", "KURTZ": "", "PHAS_": "98,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "14.03.", "ZITATE": "T", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Karl", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "14.03.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23632	neumann-otto-1902-08-28	{"3a_sports": "3025"}	{"ertel": "ES-3025"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Neumann", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1902-08-28", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Otto", "family": "Neumann"}, "birth": {"date": "1902-08-28", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3025", "ENG": "", "MA_": "1", "G_NR": "58", "MA12": "5", "MARS": "14", "NAME": "Neumann", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-11,20", "CSINR": "", "KURTZ": "", "PHAS_": "32,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "28.08.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Otto", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "28.08.1902", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23633	neussner-leonard-1918-07-10	{"3a_sports": "3026"}	{"ertel": "ES-3026"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leonard", "family": "Neussner", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-07-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Leonard", "family": "Neussner"}, "birth": {"date": "1918-07-10", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3026", "ENG": "1", "MA_": "2", "G_NR": "83", "MA12": "1", "MARS": "1", "NAME": "Neussner", "PUBL": "U", "QUEL": "GMING", "AUFAB": "2,600", "CSINR": "", "KURTZ": "", "PHAS_": "3,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "GER", "TAGMON": "10.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Leonard", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.07.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23635	nicolau-christian-1947-02-03	{"3a_sports": "3033"}	{"ertel": "ES-3033"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Nicolau", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-02-03", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Christian", "family": "Nicolau"}, "birth": {"date": "1947-02-03", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3033", "ENG": "", "MA_": "0", "G_NR": "323", "MA12": "6", "MARS": "16", "NAME": "Nicolau", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "8,200", "CSINR": "", "KURTZ": "", "PHAS_": "90,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "03.02.", "ZITATE": "DST", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Christian", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "03.02.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23636	nicora-edo-1933-03-29	{"3a_sports": "3034"}	{"ertel": "ES-3034"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edo", "family": "Nicora", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-03-29", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Edo", "family": "Nicora"}, "birth": {"date": "1933-03-29", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3034", "ENG": "1", "MA_": "2", "G_NR": "392", "MA12": "1", "MARS": "3", "NAME": "Nicora", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "4,400", "CSINR": "", "KURTZ": "", "PHAS_": "8,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "29.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Edo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.03.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23637	nisot-fernand-1895-04-11	{"3a_sports": "3036"}	{"cpara": "CP-*12", "ertel": "ES-3036"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Nisot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1895-04-11", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Fernand", "family": "Nisot"}, "birth": {"date": "1895-04-11", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3036", "ENG": "", "MA_": "1", "G_NR": "12", "MA12": "5", "MARS": "14", "NAME": "Nisot", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "-2,500", "CSINR": "", "KURTZ": "", "PHAS_": "97,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "11.04.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "* 12", "VORNAME": "Fernand", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "11.04.1895", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23640	noirot-monique-wideman-1941-10-10	{"3a_sports": "3044"}	{"ertel": "ES-3044"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Monique Wideman", "family": "Noirot", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1941-10-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Monique Wideman", "family": "Noirot"}, "birth": {"date": "1941-10-10", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "3044", "ENG": "", "MA_": "1", "G_NR": "326", "MA12": "7", "MARS": "21", "NAME": "Noirot", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-6,700", "CSINR": "", "KURTZ": "", "PHAS_": "81,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Monique Wideman", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "10.10.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23641	noll-wilhelm-1926-03-15	{"3a_sports": "3046"}	{"ertel": "ES-3046"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Noll", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-03-15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Wilhelm", "family": "Noll"}, "birth": {"date": "1926-03-15", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3046", "ENG": "", "MA_": "0", "G_NR": "50", "MA12": "12", "MARS": "34", "NAME": "Noll", "PUBL": "U", "QUEL": "GMING", "AUFAB": "1,100", "CSINR": "", "KURTZ": "", "PHAS_": "1,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "15.03.", "ZITATE": "S", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Wilhelm", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "15.03.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23642	notti-alfredo-1908-02-19	{"3a_sports": "3051"}	{"ertel": "ES-3051"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfredo", "family": "Notti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1908-02-19", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alfredo", "family": "Notti"}, "birth": {"date": "1908-02-19", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3051", "ENG": "", "MA_": "0", "G_NR": "393", "MA12": "6", "MARS": "16", "NAME": "Notti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-2,100", "CSINR": "", "KURTZ": "", "PHAS_": "97,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "19.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Alfredo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.02.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23643	novak-anatole-1937-02-12	{"3a_sports": "3054"}	{"ertel": "ES-3054"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anatole", "family": "Novak", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1937-02-12", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Anatole", "family": "Novak"}, "birth": {"date": "1937-02-12", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3054", "ENG": "", "MA_": "1", "G_NR": "327", "MA12": "12", "MARS": "35", "NAME": "Novak", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "0,500", "CSINR": "", "KURTZ": "", "PHAS_": "0,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.02.", "ZITATE": "DOY", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Anatole", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "12.02.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23644	novello-bruno-1923-02-22	{"3a_sports": "3056"}	{"ertel": "ES-3056"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Novello", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1923-02-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bruno", "family": "Novello"}, "birth": {"date": "1923-02-22", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3056", "ENG": "1", "MA_": "2", "G_NR": "394", "MA12": "4", "MARS": "11", "NAME": "Novello", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "8,400", "CSINR": "", "KURTZ": "", "PHAS_": "31,300", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "22.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bruno", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.02.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23645	novotarski-casimir-1932-11-26	{"3a_sports": "3058"}	{"ertel": "ES-3058"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Casimir", "family": "Novotarski", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-11-26", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Casimir", "family": "Novotarski"}, "birth": {"date": "1932-11-26", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3058", "ENG": "", "MA_": "1", "G_NR": "150", "MA12": "9", "MARS": "26", "NAME": "Novotarski", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-7,000", "CSINR": "", "KURTZ": "", "PHAS_": "6,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "26.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Casimir", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.11.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23646	nowak-marcel-1934-07-10	{"3a_sports": "3059"}	{"ertel": "ES-3059"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Nowak", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-07-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Marcel", "family": "Nowak"}, "birth": {"date": "1934-07-10", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3059", "ENG": "0", "MA_": "2", "G_NR": "151", "MA12": "3", "MARS": "9", "NAME": "Nowak", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-4,100", "CSINR": "", "KURTZ": "", "PHAS_": "2,700", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "10.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.07.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23647	nunin-luigi-1927-08-08	{"3a_sports": "3061"}	{"ertel": "ES-3061"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Nunin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-08-08", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luigi", "family": "Nunin"}, "birth": {"date": "1927-08-08", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3061", "ENG": "", "MA_": "1", "G_NR": "395", "MA12": "2", "MARS": "6", "NAME": "Nunin", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "9,300", "CSINR": "", "KURTZ": "", "PHAS_": "71,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "08.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.08.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23648	nys-francis-1930-05-02	{"3a_sports": "3063"}	{"ertel": "ES-3063"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Nys", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-05-02", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Francis", "family": "Nys"}, "birth": {"date": "1930-05-02", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3063", "ENG": "1", "MA_": "2", "G_NR": "152", "MA12": "4", "MARS": "12", "NAME": "Nys", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "6,500", "CSINR": "", "KURTZ": "", "PHAS_": "12,400", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "02.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Francis", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.05.1930", "GQBECORR": "a2", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23649	nys-jacques-1942-06-07	{"3a_sports": "3064"}	{"ertel": "ES-3064"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Nys", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-06-07", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jacques", "family": "Nys"}, "birth": {"date": "1942-06-07", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3064", "ENG": "", "MA_": "1", "G_NR": "328", "MA12": "6", "MARS": "18", "NAME": "Nys", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-10,30", "CSINR": "", "KURTZ": "", "PHAS_": "38,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "07.06.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23650	obelode-gustav-1908-04-07	{"3a_sports": "3065"}	{"ertel": "ES-3065"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustav", "family": "Obelode", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1908-04-07", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gustav", "family": "Obelode"}, "birth": {"date": "1908-04-07", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3065", "ENG": "0", "MA_": "2", "G_NR": "93", "MA12": "3", "MARS": "9", "NAME": "Obelode", "PUBL": "U", "QUEL": "GMING", "AUFAB": "9,000", "CSINR": "", "KURTZ": "", "PHAS_": "34,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "GER", "TAGMON": "07.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gustav", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.04.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23651	obermeier-joseph-1900-07-13	{"3a_sports": "3066"}	{"ertel": "ES-3066"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Obermeier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1900-07-13", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Joseph", "family": "Obermeier"}, "birth": {"date": "1900-07-13", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3066", "ENG": "", "MA_": "1", "G_NR": "77", "MA12": "5", "MARS": "13", "NAME": "Obermeier", "PUBL": "U", "QUEL": "GMING", "AUFAB": "0,100", "CSINR": "", "KURTZ": "", "PHAS_": "99,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "13.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Joseph", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.07.1900", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23652	obermuller-beni-benedict-1930-04-11	{"3a_sports": "3067"}	{"ertel": "ES-3067"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Beni (Benedict)", "family": "Obermüller", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-04-11", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"sex": "M", "name": {"given": "Beni (Benedict)", "family": "Obermüller"}, "birth": {"date": "1930-04-11", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3067", "ENG": "0", "MA_": "2", "G_NR": "15", "MA12": "3", "MARS": "9", "NAME": "Obermüller", "PUBL": "U", "QUEL": "GMING", "AUFAB": "6,900", "CSINR": "", "KURTZ": "", "PHAS_": "93,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "GER", "TAGMON": "11.04.", "ZITATE": "S", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Beni (Benedict)", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "11.04.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23653	oldani-alberto-1924-03-24	{"3a_sports": "3074"}	{"ertel": "ES-3074"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberto", "family": "Oldani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-03-24", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alberto", "family": "Oldani"}, "birth": {"date": "1924-03-24", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3074", "ENG": "", "MA_": "1", "G_NR": "396", "MA12": "9", "MARS": "27", "NAME": "Oldani", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-6,200", "CSINR": "", "KURTZ": "", "PHAS_": "89,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "24.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Alberto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.03.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23654	oldani-piedro-1929-07-22	{"3a_sports": "3075"}	{"ertel": "ES-3075"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Piedro", "family": "Oldani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-07-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Piedro", "family": "Oldani"}, "birth": {"date": "1929-07-22", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3075", "ENG": "1", "MA_": "2", "G_NR": "397", "MA12": "4", "MARS": "10", "NAME": "Oldani", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "0,500", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "22.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Piedro", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.07.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23655	oliver-christian-1932-10-26	{"3a_sports": "3078"}	{"ertel": "ES-3078"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Oliver", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-10-26", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Christian", "family": "Oliver"}, "birth": {"date": "1932-10-26", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3078", "ENG": "", "MA_": "1", "G_NR": "153", "MA12": "6", "MARS": "18", "NAME": "Oliver", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-9,200", "CSINR": "", "KURTZ": "", "PHAS_": "17,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "26.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Christian", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "26.10.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23656	olivieri-oliviero-1930-08-14	{"3a_sports": "3081"}	{"ertel": "ES-3081"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oliviero", "family": "Olivieri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-08-14", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Oliviero", "family": "Olivieri"}, "birth": {"date": "1930-08-14", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3081", "ENG": "", "MA_": "0", "G_NR": "398", "MA12": "8", "MARS": "24", "NAME": "Olivieri", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-6,600", "CSINR": "", "KURTZ": "", "PHAS_": "82,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "14.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Oliviero", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.08.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23657	olle-michel-1948-07-27	{"3a_sports": "3083"}	{"ertel": "ES-3083"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Ollé", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-07-27", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Michel", "family": "Ollé"}, "birth": {"date": "1948-07-27", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3083", "ENG": "1", "MA_": "2", "G_NR": "329", "MA12": "1", "MARS": "1", "NAME": "Ollé", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-8,200", "CSINR": "", "KURTZ": "", "PHAS_": "71,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "27.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "27.07.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23658	operto-ii-pietro-1926-12-20	{"3a_sports": "3088"}	{"ertel": "ES-3088"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Operto II", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-12-20", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Pietro", "family": "Operto II"}, "birth": {"date": "1926-12-20", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3088", "ENG": "", "MA_": "0", "G_NR": "399", "MA12": "5", "MARS": "15", "NAME": "Operto II", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-0,500", "CSINR": "", "KURTZ": "", "PHAS_": "99,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "20.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Pietro", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.12.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23662	oriot-michel-1939-09-06	{"3a_sports": "3097"}	{"ertel": "ES-3097"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Oriot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1939-09-06", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Michel", "family": "Oriot"}, "birth": {"date": "1939-09-06", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3097", "ENG": "", "MA_": "0", "G_NR": "154", "MA12": "11", "MARS": "33", "NAME": "Oriot", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-9,900", "CSINR": "", "KURTZ": "", "PHAS_": "59,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.09.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23663	orlando-vincenzo-1920-03-18	{"3a_sports": "3098"}	{"ertel": "ES-3098"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincenzo", "family": "Orlando", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-03-18", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Vincenzo", "family": "Orlando"}, "birth": {"date": "1920-03-18", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3098", "ENG": "1", "MA_": "2", "G_NR": "400", "MA12": "1", "MARS": "2", "NAME": "Orlando", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-6,100", "CSINR": "", "KURTZ": "", "PHAS_": "7,200", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "18.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Vincenzo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.03.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23659	orcel-bernard-1945-04-02	{"3a_sports": "3091", "cfepp-final3": "991"}	{"cfepp": "CF-991", "ertel": "ES-3091"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Orcel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1945-04-02 22:00", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": -6.07, "lat": 45.09, "name": "L'ALPE D'HUEZ", "geoid": null}, "notime": null, "date-ut": "1945-04-02 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bernard", "family": "Orcel"}, "birth": {"date": "1945-04-02", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3091", "ENG": "", "MA_": "0", "G_NR": "330", "MA12": "9", "MARS": "25", "NAME": "Orcel", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-6,200", "CSINR": "", "KURTZ": "", "PHAS_": "84,400", "STUND": "", "CFEPNR": "991", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.04.", "ZITATE": "DM", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Bernard", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "02.04.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1945-04-02 22:00", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": -6.07, "lat": 45.09, "name": "L'ALPE D'HUEZ"}, "date-ut": "1945-04-02 20:00"}, "occus": ["skier"], "ids-in-sources": {"cfepp-final3": "991"}}, "raw": {"S": "9", "LT": "22 00", "LV": "I", "TR": "f", "UT": "20 00", "LAT": "+45.09", "SRC": "L", "LONG": "-06.07", "NAME": "ORCEL Bernard", "SPORT": "Skiing", "LOC_DATE": "1945 04 02", "UNIV_DATE": "1945 04 02", "BIRTH_PLACE": "L'ALPE D'HUEZ", "POSTAL_CODE": "38750"}, "date": "2023-08-20T14:46:16+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23665	ottagalli-gennarino-1923-02-12	{"3a_sports": "3103"}	{"ertel": "ES-3103"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gennarino", "family": "Ottagalli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1923-02-12", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gennarino", "family": "Ottagalli"}, "birth": {"date": "1923-02-12", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3103", "ENG": "", "MA_": "1", "G_NR": "402", "MA12": "5", "MARS": "13", "NAME": "Ottagalli", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-8,300", "CSINR": "", "KURTZ": "", "PHAS_": "14,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "12.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gennarino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.02.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23666	ottino-valeriano-1923-04-24	{"3a_sports": "3105"}	{"ertel": "ES-3105"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Valeriano", "family": "Ottino", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1923-04-24", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Valeriano", "family": "Ottino"}, "birth": {"date": "1923-04-24", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3105", "ENG": "0", "MA_": "2", "G_NR": "401", "MA12": "3", "MARS": "9", "NAME": "Ottino", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "10,300", "CSINR": "", "KURTZ": "", "PHAS_": "47,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "24.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Valeriano", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.04.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23667	padulazzi-bruno-1927-09-03	{"3a_sports": "3118"}	{"ertel": "ES-3118"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Padulazzi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-09-03", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bruno", "family": "Padulazzi"}, "birth": {"date": "1927-09-03", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3118", "ENG": "1", "MA_": "2", "G_NR": "403", "MA12": "1", "MARS": "1", "NAME": "Padulazzi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "8,900", "CSINR": "", "KURTZ": "", "PHAS_": "36,300", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "03.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bruno", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.09.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23668	paeschen-marcel-1937-04-30	{"3a_sports": "3119"}	{"cpara": "CP-*8", "ertel": "ES-3119"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Paeschen", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1937-04-30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Marcel", "family": "Paeschen"}, "birth": {"date": "1937-04-30", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3119", "ENG": "", "MA_": "1", "G_NR": "8", "MA12": "10", "MARS": "29", "NAME": "Paeschen", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "-6,300", "CSINR": "", "KURTZ": "", "PHAS_": "84,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "30.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "*  8", "VORNAME": "Marcel", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.04.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23669	pallavicini-giovanni-1928-04-09	{"3a_sports": "3124"}	{"ertel": "ES-3124"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Pallavicini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-04-09", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giovanni", "family": "Pallavicini"}, "birth": {"date": "1928-04-09", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3124", "ENG": "", "MA_": "0", "G_NR": "404", "MA12": "11", "MARS": "32", "NAME": "Pallavicini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-5,500", "CSINR": "", "KURTZ": "", "PHAS_": "87,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "09.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giovanni", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.04.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23670	palli-anne-marie-1955-05-18	{"3a_sports": "3126"}	{"ertel": "ES-3126"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anne-Marie", "family": "Palli", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1955-05-18", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["golfer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Anne-Marie", "family": "Palli"}, "birth": {"date": "1955-05-18", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "3126", "ENG": "", "MA_": "1", "G_NR": "332", "MA12": "9", "MARS": "27", "NAME": "Palli", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,700", "CSINR": "", "KURTZ": "", "PHAS_": "20,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Anne-Marie", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "18.05.1955", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "GOLF", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23671	palma-armando-1918-04-09	{"3a_sports": "3128"}	{"ertel": "ES-3128"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armando", "family": "Palma", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-04-09", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Armando", "family": "Palma"}, "birth": {"date": "1918-04-09", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3128", "ENG": "0", "MA_": "2", "G_NR": "405", "MA12": "12", "MARS": "36", "NAME": "Palma", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-7,500", "CSINR": "", "KURTZ": "", "PHAS_": "7,400", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "09.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Armando", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.04.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23672	palmieri-ermanuo-1921-09-09	{"3a_sports": "3129"}	{"ertel": "ES-3129"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ermanuo", "family": "Palmieri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-09-09", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ermanuo", "family": "Palmieri"}, "birth": {"date": "1921-09-09", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3129", "ENG": "", "MA_": "0", "G_NR": "406", "MA12": "8", "MARS": "24", "NAME": "Palmieri", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "10,100", "CSINR": "", "KURTZ": "", "PHAS_": "48,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "09.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ermanuo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.09.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23673	panagini-mario-1917-03-26	{"3a_sports": "3131"}	{"ertel": "ES-3131"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Panagini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1917-03-26", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Mario", "family": "Panagini"}, "birth": {"date": "1917-03-26", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3131", "ENG": "", "MA_": "0", "G_NR": "407", "MA12": "8", "MARS": "22", "NAME": "Panagini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "5,800", "CSINR": "", "KURTZ": "", "PHAS_": "10,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "26.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.03.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23674	panataleoni-francesco-1929-11-12	{"3a_sports": "3132"}	{"ertel": "ES-3132"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Panataleoni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-11-12", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Francesco", "family": "Panataleoni"}, "birth": {"date": "1929-11-12", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3132", "ENG": "", "MA_": "1", "G_NR": "409", "MA12": "7", "MARS": "21", "NAME": "Panataleoni", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "9,300", "CSINR": "", "KURTZ": "", "PHAS_": "72,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "12.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Francesco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.11.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23675	panetti-mirano-1929-07-13	{"3a_sports": "3134"}	{"ertel": "ES-3134"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mirano", "family": "Panetti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-07-13", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Mirano", "family": "Panetti"}, "birth": {"date": "1929-07-13", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3134", "ENG": "", "MA_": "0", "G_NR": "408", "MA12": "3", "MARS": "7", "NAME": "Panetti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "10,300", "CSINR": "", "KURTZ": "", "PHAS_": "43,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "13.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Mirano", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.07.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23678	paolini-sizo-1925-01-24	{"3a_sports": "3138"}	{"ertel": "ES-3138"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sizo", "family": "Paolini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-01-24", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Sizo", "family": "Paolini"}, "birth": {"date": "1925-01-24", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3138", "ENG": "", "MA_": "0", "G_NR": "410", "MA12": "12", "MARS": "34", "NAME": "Paolini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-3,400", "CSINR": "", "KURTZ": "", "PHAS_": "0,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "24.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Sizo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.01.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23677	pannaye-joseph-1922-07-29	{"3a_sports": "3137"}	{"cpara": "CP-*16", "ertel": "ES-3137"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Pannaye", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-07-29", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Joseph", "family": "Pannaye"}, "birth": {"date": "1922-07-29", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3137", "ENG": "", "MA_": "0", "G_NR": "16", "MA12": "11", "MARS": "33", "NAME": "Pannaye", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "9,700", "CSINR": "", "KURTZ": "", "PHAS_": "26,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "29.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 16", "VORNAME": "Joseph", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.07.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23679	papini-giam-franco-1928-06-05	{"3a_sports": "3139"}	{"ertel": "ES-3139"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giam Franco", "family": "Papini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-06-05", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giam Franco", "family": "Papini"}, "birth": {"date": "1928-06-05", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3139", "ENG": "", "MA_": "0", "G_NR": "411", "MA12": "5", "MARS": "15", "NAME": "Papini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-1,900", "CSINR": "", "KURTZ": "", "PHAS_": "97,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "05.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giam Franco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.06.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23680	pardies-pierre-1948-08-30	{"3a_sports": "3140"}	{"ertel": "ES-3140"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Pardies", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-08-30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Pierre", "family": "Pardies"}, "birth": {"date": "1948-08-30", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3140", "ENG": "", "MA_": "1", "G_NR": "334", "MA12": "10", "MARS": "30", "NAME": "Pardies", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-10,30", "CSINR": "", "KURTZ": "", "PHAS_": "26,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "30.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "30.08.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23681	parena-aldo-1919-07-15	{"3a_sports": "3141"}	{"ertel": "ES-3141"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Parena", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-07-15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Aldo", "family": "Parena"}, "birth": {"date": "1919-07-15", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3141", "ENG": "", "MA_": "1", "G_NR": "412", "MA12": "11", "MARS": "31", "NAME": "Parena", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-2,700", "CSINR": "", "KURTZ": "", "PHAS_": "96,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "15.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Aldo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.07.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23683	parent-marcel-1934-10-25	{"3a_sports": "3144", "cfepp-final3": "414"}	{"cfepp": "CF-414", "ertel": "ES-3144"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Parent", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-10-25 18:00", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": -2.45, "lat": 48.81, "name": "MAISONS ALFORT", "geoid": null}, "notime": null, "date-ut": "1934-10-25 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Marcel", "family": "Parent"}, "birth": {"date": "1934-10-25", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3144", "ENG": "", "MA_": "0", "G_NR": "335", "MA12": "8", "MARS": "24", "NAME": "Parent", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-4,200", "CSINR": "", "KURTZ": "", "PHAS_": "93,300", "STUND": "", "CFEPNR": "414", "EXTEND": "", "NATION": "FRA", "TAGMON": "25.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "25.10.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FENC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1934-10-25 18:00", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": -2.45, "lat": 48.81, "name": "MAISONS ALFORT"}, "date-ut": "1934-10-25 18:00"}, "occus": ["fencer"], "ids-in-sources": {"cfepp-final3": "414"}}, "raw": {"S": "8", "LT": "18 00", "LV": "I", "TR": "f", "UT": "18 00", "LAT": "+48.81", "SRC": "L", "LONG": "-02.45", "NAME": "PARENT Marcel", "SPORT": "Fencing", "LOC_DATE": "1934 10 25", "UNIV_DATE": "1934 10 25", "BIRTH_PLACE": "MAISONS ALFORT", "POSTAL_CODE": "94701 CEDEX"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23686	parigi-galliano-1919-01-05	{"3a_sports": "3147"}	{"ertel": "ES-3147"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Galliano", "family": "Parigi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-01-05", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Galliano", "family": "Parigi"}, "birth": {"date": "1919-01-05", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3147", "ENG": "1", "MA_": "2", "G_NR": "413", "MA12": "1", "MARS": "2", "NAME": "Parigi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "4,800", "CSINR": "", "KURTZ": "", "PHAS_": "8,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "05.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Galliano", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.01.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23687	parizon-patrick-1950-06-03	{"3a_sports": "3149"}	{"ertel": "ES-3149"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Patrick", "family": "Parizon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1950-06-03", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Patrick", "family": "Parizon"}, "birth": {"date": "1950-06-03", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3149", "ENG": "", "MA_": "1", "G_NR": "338", "MA12": "10", "MARS": "29", "NAME": "Parizon", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-5,400", "CSINR": "", "KURTZ": "", "PHAS_": "91,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "03.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Patrick", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "03.06.1950", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23688	pascutti-ezio-1937-06-01	{"3a_sports": "3153"}	{"ertel": "ES-3153"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ezio", "family": "Pascutti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1937-06-01", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ezio", "family": "Pascutti"}, "birth": {"date": "1937-06-01", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3153", "ENG": "", "MA_": "1", "G_NR": "414", "MA12": "5", "MARS": "13", "NAME": "Pascutti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "63,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.06.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ezio", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "01.06.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23689	pasin-gino-1915-06-09	{"3a_sports": "3155"}	{"ertel": "ES-3155"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gino", "family": "Pasin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1915-06-09", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gino", "family": "Pasin"}, "birth": {"date": "1915-06-09", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3155", "ENG": "", "MA_": "0", "G_NR": "415", "MA12": "8", "MARS": "23", "NAME": "Pasin", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-6,900", "CSINR": "", "KURTZ": "", "PHAS_": "12,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "09.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.06.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23690	passalacqua-ubaldo-1918-05-29	{"3a_sports": "3157"}	{"ertel": "ES-3157"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ubaldo", "family": "Passalacqua", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-05-29", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ubaldo", "family": "Passalacqua"}, "birth": {"date": "1918-05-29", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3157", "ENG": "", "MA_": "1", "G_NR": "416", "MA12": "7", "MARS": "19", "NAME": "Passalacqua", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-5,300", "CSINR": "", "KURTZ": "", "PHAS_": "90,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "29.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ubaldo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.05.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23691	passuello-adriano-1942-11-03	{"3a_sports": "3159"}	{"ertel": "ES-3159"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adriano", "family": "Passuello", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-11-03", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Adriano", "family": "Passuello"}, "birth": {"date": "1942-11-03", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3159", "ENG": "0", "MA_": "2", "G_NR": "13", "MA12": "12", "MARS": "36", "NAME": "Passuello", "PUBL": "U", "QUEL": "GMINV", "AUFAB": "-9,600", "CSINR": "", "KURTZ": "", "PHAS_": "33,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "03.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Adriano", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.11.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23692	pastori-renato-1918-02-21	{"3a_sports": "3162"}	{"ertel": "ES-3162"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renato", "family": "Pastori", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-02-21", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Renato", "family": "Pastori"}, "birth": {"date": "1918-02-21", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3162", "ENG": "", "MA_": "1", "G_NR": "417", "MA12": "9", "MARS": "26", "NAME": "Pastori", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "8,800", "CSINR": "", "KURTZ": "", "PHAS_": "79,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "21.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Renato", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.02.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23694	pathenay-michel-1930-05-06	{"3a_sports": "3166"}	{"ertel": "ES-3166"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Pathenay", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-05-06", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Michel", "family": "Pathenay"}, "birth": {"date": "1930-05-06", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3166", "ENG": "1", "MA_": "2", "G_NR": "157", "MA12": "4", "MARS": "11", "NAME": "Pathenay", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "11,500", "CSINR": "", "KURTZ": "", "PHAS_": "53,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "06.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.05.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23695	patti-eugenio-1924-12-15	{"3a_sports": "3168"}	{"ertel": "ES-3168"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugenio", "family": "Patti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-12-15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Eugenio", "family": "Patti"}, "birth": {"date": "1924-12-15", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3168", "ENG": "", "MA_": "1", "G_NR": "418", "MA12": "7", "MARS": "21", "NAME": "Patti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-5,300", "CSINR": "", "KURTZ": "", "PHAS_": "88,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "15.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Eugenio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.12.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23696	pavesi-aurelio-1919-11-24	{"3a_sports": "3174"}	{"ertel": "ES-3174"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aurelio", "family": "Pavesi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-11-24", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Aurelio", "family": "Pavesi"}, "birth": {"date": "1919-11-24", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3174", "ENG": "", "MA_": "1", "G_NR": "419", "MA12": "10", "MARS": "28", "NAME": "Pavesi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "1,600", "CSINR": "", "KURTZ": "", "PHAS_": "1,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "24.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Aurelio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.11.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23697	pebeyre-michel-1948-06-21	{"3a_sports": "3179"}	{"ertel": "ES-3179"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Pebeyre", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-06-21", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Michel", "family": "Pebeyre"}, "birth": {"date": "1948-06-21", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3179", "ENG": "", "MA_": "1", "G_NR": "339", "MA12": "2", "MARS": "4", "NAME": "Pebeyre", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "2,100", "CSINR": "", "KURTZ": "", "PHAS_": "99,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "21.06.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23698	pecchielan-arturo-1944-04-11	{"3a_sports": "3180"}	{"ertel": "ES-3180"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arturo", "family": "Pecchielan", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1944-04-11", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Arturo", "family": "Pecchielan"}, "birth": {"date": "1944-04-11", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3180", "ENG": "", "MA_": "0", "G_NR": "14", "MA12": "8", "MARS": "23", "NAME": "Pecchielan", "PUBL": "U", "QUEL": "GMINV", "AUFAB": "-3,500", "CSINR": "", "KURTZ": "", "PHAS_": "94,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "11.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Arturo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.04.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23699	pecqueux-michel-1906-12-26	{"3a_sports": "3181"}	{"ertel": "ES-3181"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Pecqueux", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1906-12-26", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Michel", "family": "Pecqueux"}, "birth": {"date": "1906-12-26", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3181", "ENG": "", "MA_": "1", "G_NR": "158", "MA12": "5", "MARS": "13", "NAME": "Pecqueux", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "8,000", "CSINR": "", "KURTZ": "", "PHAS_": "80,800", "STUND": "", "CFEPNR": "0", "EXTEND": "", "NATION": "FRA", "TAGMON": "26.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.12.1906", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23700	pedini-sege-1924-01-12	{"3a_sports": "3182"}	{"ertel": "ES-3182"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sege", "family": "Pedini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-01-12", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Sege", "family": "Pedini"}, "birth": {"date": "1924-01-12", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3182", "ENG": "", "MA_": "0", "G_NR": "159", "MA12": "8", "MARS": "23", "NAME": "Pedini", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "9,000", "CSINR": "", "KURTZ": "", "PHAS_": "31,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Sege", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.01.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23701	pele-jacqueline-1954-06-14	{"3a_sports": "3188"}	{"ertel": "ES-3188"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacqueline", "family": "Pelé", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1954-06-14", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Jacqueline", "family": "Pelé"}, "birth": {"date": "1954-06-14", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "3188", "ENG": "", "MA_": "1", "G_NR": "340", "MA12": "7", "MARS": "20", "NAME": "Pelé", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "5,400", "CSINR": "", "KURTZ": "", "PHAS_": "94,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "14.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jacqueline", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "14.06.1954", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SWIM", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23704	pellecchia-saverio-1924-03-30	{"3a_sports": "3195"}	{"ertel": "ES-3195"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Saverio", "family": "Pellecchia", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-03-30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Saverio", "family": "Pellecchia"}, "birth": {"date": "1924-03-30", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3195", "ENG": "1", "MA_": "2", "G_NR": "420", "MA12": "4", "MARS": "11", "NAME": "Pellecchia", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-10,20", "CSINR": "", "KURTZ": "", "PHAS_": "27,200", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "30.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Saverio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.03.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23705	pellicardi-giulio-1919-10-10	{"3a_sports": "3200"}	{"ertel": "ES-3200"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giulio", "family": "Pellicardi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-10-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giulio", "family": "Pellicardi"}, "birth": {"date": "1919-10-10", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3200", "ENG": "", "MA_": "0", "G_NR": "421", "MA12": "6", "MARS": "17", "NAME": "Pellicardi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "0,300", "CSINR": "", "KURTZ": "", "PHAS_": "99,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "10.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giulio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.10.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23706	pellis-antonio-1930-11-08	{"3a_sports": "3201"}	{"ertel": "ES-3201"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Pellis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-11-08", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Antonio", "family": "Pellis"}, "birth": {"date": "1930-11-08", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3201", "ENG": "", "MA_": "0", "G_NR": "422", "MA12": "3", "MARS": "7", "NAME": "Pellis", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-2,400", "CSINR": "", "KURTZ": "", "PHAS_": "97,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "08.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Antonio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.11.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23707	pendibene-luigi-1926-09-17	{"3a_sports": "3203"}	{"ertel": "ES-3203"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Pendibene", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-09-17", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luigi", "family": "Pendibene"}, "birth": {"date": "1926-09-17", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3203", "ENG": "", "MA_": "0", "G_NR": "423", "MA12": "6", "MARS": "16", "NAME": "Pendibene", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "10,600", "CSINR": "", "KURTZ": "", "PHAS_": "69,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "17.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.09.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23709	penzo-romano-1920-04-07	{"3a_sports": "3210"}	{"ertel": "ES-3210"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Romano", "family": "Penzo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-04-07", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Romano", "family": "Penzo"}, "birth": {"date": "1920-04-07", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3210", "ENG": "", "MA_": "0", "G_NR": "424", "MA12": "12", "MARS": "34", "NAME": "Penzo", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-5,500", "CSINR": "", "KURTZ": "", "PHAS_": "88,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "07.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Romano", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.04.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23711	perret-jean-jacques-1929-09-07	{"3a_sports": "3225"}	{"ertel": "ES-3225"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Jacques", "family": "Perret", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-09-07", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean Jacques", "family": "Perret"}, "birth": {"date": "1929-09-07", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3225", "ENG": "", "MA_": "1", "G_NR": "161", "MA12": "9", "MARS": "27", "NAME": "Perret", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "6,700", "CSINR": "", "KURTZ": "", "PHAS_": "14,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean Jacques", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.09.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FENC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23712	perrin-christian-1937-08-14	{"3a_sports": "3228"}	{"ertel": "ES-3228"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Perrin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1937-08-14", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Christian", "family": "Perrin"}, "birth": {"date": "1937-08-14", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3228", "ENG": "", "MA_": "0", "G_NR": "162", "MA12": "9", "MARS": "25", "NAME": "Perrin", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "49,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "14.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Christian", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.08.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23713	perrot-gaston-1938-04-10	{"3a_sports": "3230"}	{"ertel": "ES-3230"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Perrot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1938-04-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gaston", "family": "Perrot"}, "birth": {"date": "1938-04-10", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3230", "ENG": "1", "MA_": "2", "G_NR": "343", "MA12": "1", "MARS": "1", "NAME": "Perrot", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "10,200", "CSINR": "", "KURTZ": "", "PHAS_": "75,600", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "10.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gaston", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "10.04.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23715	perrot-jean-pierre-1952-03-07	{"3a_sports": "3232"}	{"ertel": "ES-3232"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Pierre", "family": "Perrot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1952-03-07", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean-Pierre", "family": "Perrot"}, "birth": {"date": "1952-03-07", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3232", "ENG": "", "MA_": "1", "G_NR": "344", "MA12": "12", "MARS": "35", "NAME": "Perrot", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "8,000", "CSINR": "", "KURTZ": "", "PHAS_": "80,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean-Pierre", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "07.03.1952", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23716	persia-wando-1913-09-11	{"3a_sports": "3235"}	{"ertel": "ES-3235"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wando", "family": "Persia", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-09-11", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Wando", "family": "Persia"}, "birth": {"date": "1913-09-11", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3235", "ENG": "", "MA_": "0", "G_NR": "425", "MA12": "12", "MARS": "34", "NAME": "Persia", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "8,000", "CSINR": "", "KURTZ": "", "PHAS_": "82,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "11.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Wando", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.09.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23717	persico-piero-1930-01-02	{"3a_sports": "3236"}	{"ertel": "ES-3236"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Piero", "family": "Persico", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-01-02", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Piero", "family": "Persico"}, "birth": {"date": "1930-01-02", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3236", "ENG": "", "MA_": "0", "G_NR": "426", "MA12": "6", "MARS": "17", "NAME": "Persico", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "2,700", "CSINR": "", "KURTZ": "", "PHAS_": "3,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "02.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Piero", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.01.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23718	pescarolo-henri-1942-09-25	{"3a_sports": "3240"}	{"ertel": "ES-3240"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Pescarolo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-09-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Henri", "family": "Pescarolo"}, "birth": {"date": "1942-09-25", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3240", "ENG": "", "MA_": "0", "G_NR": "345", "MA12": "3", "MARS": "8", "NAME": "Pescarolo", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "0,300", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "25.09.", "ZITATE": "CD", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "25.09.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23719	pestrin-paolo-pietro-1936-07-09	{"3a_sports": "3242"}	{"ertel": "ES-3242"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paolo Pietro", "family": "Pestrin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1936-07-09", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Paolo Pietro", "family": "Pestrin"}, "birth": {"date": "1936-07-09", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3242", "ENG": "", "MA_": "1", "G_NR": "427", "MA12": "11", "MARS": "31", "NAME": "Pestrin", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-8,400", "CSINR": "", "KURTZ": "", "PHAS_": "79,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "09.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Paolo Pietro", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.07.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23720	petagna-francesco-1923-11-29	{"3a_sports": "3243"}	{"ertel": "ES-3243"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Petagna", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1923-11-29", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Francesco", "family": "Petagna"}, "birth": {"date": "1923-11-29", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3243", "ENG": "", "MA_": "0", "G_NR": "428", "MA12": "12", "MARS": "34", "NAME": "Petagna", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-8,200", "CSINR": "", "KURTZ": "", "PHAS_": "74,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "29.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Francesco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.11.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23721	petit-christine-1955-01-28	{"3a_sports": "3245"}	{"ertel": "ES-3245"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christine", "family": "Petit", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1955-01-28", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Christine", "family": "Petit"}, "birth": {"date": "1955-01-28", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "3245", "ENG": "1", "MA_": "2", "G_NR": "346", "MA12": "1", "MARS": "3", "NAME": "Petit", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "7,400", "CSINR": "", "KURTZ": "", "PHAS_": "17,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "28.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Christine", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "28.01.1955", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SWIM", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23722	petra-yvon-1916-03-08	{"3a_sports": "3249"}	{"ertel": "ES-3249"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yvon", "family": "Petra", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1916-03-08", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Yvon", "family": "Petra"}, "birth": {"date": "1916-03-08", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3249", "ENG": "", "MA_": "0", "G_NR": "6", "MA12": "9", "MARS": "25", "NAME": "Petra", "PUBL": "U", "QUEL": "G_79F", "AUFAB": "6,900", "CSINR": "", "KURTZ": "", "PHAS_": "16,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.03.", "ZITATE": "DJS", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Yvon", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "08.03.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23723	petron-walter-1918-08-25	{"3a_sports": "3251"}	{"ertel": "ES-3251"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Petron", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-08-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Walter", "family": "Petron"}, "birth": {"date": "1918-08-25", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3251", "ENG": "", "MA_": "0", "G_NR": "429", "MA12": "9", "MARS": "25", "NAME": "Petron", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-6,400", "CSINR": "", "KURTZ": "", "PHAS_": "88,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "25.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Walter", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.08.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23724	pian-franco-1922-02-16	{"3a_sports": "3266"}	{"ertel": "ES-3266"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franco", "family": "Pian", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-02-16", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Franco", "family": "Pian"}, "birth": {"date": "1922-02-16", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3266", "ENG": "", "MA_": "1", "G_NR": "430", "MA12": "9", "MARS": "27", "NAME": "Pian", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-8,700", "CSINR": "", "KURTZ": "", "PHAS_": "78,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "16.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Franco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.02.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23725	piana-teresio-1918-10-18	{"3a_sports": "3267"}	{"ertel": "ES-3267"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Teresio", "family": "Piana", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-10-18", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Teresio", "family": "Piana"}, "birth": {"date": "1918-10-18", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3267", "ENG": "", "MA_": "1", "G_NR": "431", "MA12": "10", "MARS": "29", "NAME": "Piana", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "6,800", "CSINR": "", "KURTZ": "", "PHAS_": "94,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "18.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Teresio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.10.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23726	piazza-gianemilio-1914-09-27	{"3a_sports": "3272"}	{"ertel": "ES-3272"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gianemilio", "family": "Piazza", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-09-27", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gianemilio", "family": "Piazza"}, "birth": {"date": "1914-09-27", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3272", "ENG": "", "MA_": "1", "G_NR": "432", "MA12": "9", "MARS": "27", "NAME": "Piazza", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "11,000", "CSINR": "", "KURTZ": "", "PHAS_": "55,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "27.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gianemilio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.09.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23727	pibarot-pierre-1916-07-23	{"3a_sports": "3273"}	{"ertel": "ES-3273"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Pibarot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1916-07-23", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Pierre", "family": "Pibarot"}, "birth": {"date": "1916-07-23", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3273", "ENG": "", "MA_": "0", "G_NR": "347", "MA12": "12", "MARS": "34", "NAME": "Pibarot", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-10,10", "CSINR": "", "KURTZ": "", "PHAS_": "39,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "23.07.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23728	piccardi-carlo-1919-10-07	{"3a_sports": "3274"}	{"ertel": "ES-3274"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Piccardi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-10-07", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Carlo", "family": "Piccardi"}, "birth": {"date": "1919-10-07", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3274", "ENG": "", "MA_": "0", "G_NR": "433", "MA12": "12", "MARS": "34", "NAME": "Piccardi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "7,200", "CSINR": "", "KURTZ": "", "PHAS_": "91,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "07.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Carlo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.10.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23729	piccioni-carlo-1932-03-12	{"3a_sports": "3277"}	{"ertel": "ES-3277"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Piccioni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-03-12", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Carlo", "family": "Piccioni"}, "birth": {"date": "1932-03-12", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3277", "ENG": "0", "MA_": "2", "G_NR": "434", "MA12": "3", "MARS": "9", "NAME": "Piccioni", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "6,700", "CSINR": "", "KURTZ": "", "PHAS_": "18,600", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "12.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Carlo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.03.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23730	picot-fernand-1930-05-10	{"3a_sports": "3280"}	{"ertel": "ES-3280"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Picot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-05-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Fernand", "family": "Picot"}, "birth": {"date": "1930-05-10", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3280", "ENG": "", "MA_": "0", "G_NR": "348", "MA12": "11", "MARS": "33", "NAME": "Picot", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "7,200", "CSINR": "", "KURTZ": "", "PHAS_": "91,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Fernand", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "10.05.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23732	pierre-francis-1945-08-29	{"3a_sports": "3285"}	{"ertel": "ES-3285"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Pierre", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1945-08-29", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Francis", "family": "Pierre"}, "birth": {"date": "1945-08-29", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3285", "ENG": "", "MA_": "1", "G_NR": "349", "MA12": "5", "MARS": "13", "NAME": "Pierre", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-10,80", "CSINR": "", "KURTZ": "", "PHAS_": "63,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "29.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Francis", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "29.08.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23733	pietrasanta-pietro-antonio-1922-01-17	{"3a_sports": "3288"}	{"ertel": "ES-3288"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro (Antonio)", "family": "Pietrasanta", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-01-17", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Pietro (Antonio)", "family": "Pietrasanta"}, "birth": {"date": "1922-01-17", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3288", "ENG": "0", "MA_": "2", "G_NR": "435", "MA12": "3", "MARS": "9", "NAME": "Pietrasanta", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-7,700", "CSINR": "", "KURTZ": "", "PHAS_": "83,900", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "17.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Pietro (Antonio)", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.01.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23734	pifferi-aldo-1938-10-25	{"3a_sports": "3289"}	{"ertel": "ES-3289"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Pifferi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1938-10-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Aldo", "family": "Pifferi"}, "birth": {"date": "1938-10-25", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3289", "ENG": "", "MA_": "0", "G_NR": "15", "MA12": "11", "MARS": "32", "NAME": "Pifferi", "PUBL": "U", "QUEL": "GMINV", "AUFAB": "2,400", "CSINR": "", "KURTZ": "", "PHAS_": "2,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "25.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Aldo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.10.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23735	pin-antonio-1928-09-03	{"3a_sports": "3293"}	{"ertel": "ES-3293"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Pin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-09-03", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Antonio", "family": "Pin"}, "birth": {"date": "1928-09-03", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3293", "ENG": "", "MA_": "0", "G_NR": "436", "MA12": "8", "MARS": "23", "NAME": "Pin", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-5,900", "CSINR": "", "KURTZ": "", "PHAS_": "89,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "03.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Antonio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.09.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23737	pincelli-franco-1914-07-31	{"3a_sports": "3296"}	{"ertel": "ES-3296"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franco", "family": "Pincelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-07-31", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Franco", "family": "Pincelli"}, "birth": {"date": "1914-07-31", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3296", "ENG": "", "MA_": "0", "G_NR": "437", "MA12": "8", "MARS": "23", "NAME": "Pincelli", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "11,400", "CSINR": "", "KURTZ": "", "PHAS_": "61,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "31.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Franco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "31.07.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23738	pinel-jean-luc-1947-06-26	{"3a_sports": "3297", "cfepp-final3": "996"}	{"cfepp": "CF-996", "ertel": "ES-3297"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Luc", "family": "Pinel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-06-26 05:15", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": 2.03, "lat": 48.65, "name": "ST MALO", "geoid": null}, "notime": null, "date-ut": "1947-06-26 04:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean Luc", "family": "Pinel"}, "birth": {"date": "1947-06-26", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3297", "ENG": "1", "MA_": "2", "G_NR": "350", "MA12": "1", "MARS": "3", "NAME": "Pinel", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "10,800", "CSINR": "", "KURTZ": "", "PHAS_": "55,300", "STUND": "", "CFEPNR": "996", "EXTEND": "1", "NATION": "FRA", "TAGMON": "26.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean Luc", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "26.06.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1947-06-26 05:15", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": 2.03, "lat": 48.65, "name": "ST MALO"}, "date-ut": "1947-06-26 04:15"}, "occus": ["skier"], "ids-in-sources": {"cfepp-final3": "996"}}, "raw": {"S": "1", "LT": "05 15", "LV": "FI", "TR": "f", "UT": "04 15", "LAT": "+48.65", "SRC": "L", "LONG": "+02.03", "NAME": "PINEL Jean-Luc", "SPORT": "Skiing", "LOC_DATE": "1947 06 26", "UNIV_DATE": "1947 06 26", "BIRTH_PLACE": "ST MALO", "POSTAL_CODE": "35408 CEDEX"}, "date": "2023-08-20T14:46:16+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23739	pipelin-francis-1934-07-08	{"3a_sports": "3303"}	{"ertel": "ES-3303"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Pipelin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-07-08", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Francis", "family": "Pipelin"}, "birth": {"date": "1934-07-08", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3303", "ENG": "", "MA_": "1", "G_NR": "165", "MA12": "5", "MARS": "14", "NAME": "Pipelin", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-7,200", "CSINR": "", "KURTZ": "", "PHAS_": "12,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.07.", "ZITATE": "Y", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Francis", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "08.07.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23741	pison-sergio-1930-03-24	{"3a_sports": "3310"}	{"ertel": "ES-3310"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sergio", "family": "Pison", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-03-24", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Sergio", "family": "Pison"}, "birth": {"date": "1930-03-24", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3310", "ENG": "1", "MA_": "2", "G_NR": "438", "MA12": "4", "MARS": "11", "NAME": "Pison", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,200", "CSINR": "", "KURTZ": "", "PHAS_": "32,700", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "24.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Sergio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.03.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23742	pivois-andre-1928-02-01	{"3a_sports": "3315"}	{"ertel": "ES-3315"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Pivois", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-02-01", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "André", "family": "Pivois"}, "birth": {"date": "1928-02-01", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3315", "ENG": "", "MA_": "1", "G_NR": "166", "MA12": "7", "MARS": "20", "NAME": "Pivois", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "10,500", "CSINR": "", "KURTZ": "", "PHAS_": "74,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.02.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23743	plasczek-bernard-1936-05-30	{"3a_sports": "3322"}	{"ertel": "ES-3322"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Plasczek", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1936-05-30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bernard", "family": "Plasczek"}, "birth": {"date": "1936-05-30", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3322", "ENG": "", "MA_": "1", "G_NR": "352", "MA12": "6", "MARS": "18", "NAME": "Plasczek", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "9,200", "CSINR": "", "KURTZ": "", "PHAS_": "67,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "30.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bernard", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "30.05.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23744	plaud-gaston-1920-03-20	{"3a_sports": "3324"}	{"ertel": "ES-3324"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Plaud", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-03-20", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gaston", "family": "Plaud"}, "birth": {"date": "1920-03-20", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3324", "ENG": "", "MA_": "0", "G_NR": "353", "MA12": "8", "MARS": "23", "NAME": "Plaud", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-2,300", "CSINR": "", "KURTZ": "", "PHAS_": "0,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.03.", "ZITATE": "DY", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gaston", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "20.03.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23745	plovie-gaston-1911-01-21	{"3a_sports": "3326"}	{"ertel": "ES-3326"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Plovie", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1911-01-21", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gaston", "family": "Plovie"}, "birth": {"date": "1911-01-21", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3326", "ENG": "", "MA_": "1", "G_NR": "354", "MA12": "2", "MARS": "4", "NAME": "Plovie", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,300", "CSINR": "", "KURTZ": "", "PHAS_": "62,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gaston", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "21.01.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23746	poeschl-maximilian-1909-02-22	{"3a_sports": "3329"}	{"ertel": "ES-3329"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maximilian", "family": "Poeschl", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1909-02-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Maximilian", "family": "Poeschl"}, "birth": {"date": "1909-02-22", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3329", "ENG": "", "MA_": "0", "G_NR": "6", "MA12": "6", "MARS": "17", "NAME": "Poeschl", "PUBL": "U", "QUEL": "GMING", "AUFAB": "3,300", "CSINR": "", "KURTZ": "", "PHAS_": "3,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "22.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Maximilian", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.02.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23747	poggiali-roberto-1941-04-16	{"3a_sports": "3330"}	{"ertel": "ES-3330"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roberto", "family": "Poggiali", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-04-16", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Roberto", "family": "Poggiali"}, "birth": {"date": "1941-04-16", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3330", "ENG": "", "MA_": "1", "G_NR": "16", "MA12": "12", "MARS": "35", "NAME": "Poggiali", "PUBL": "U", "QUEL": "GMINV", "AUFAB": "-9,000", "CSINR": "", "KURTZ": "", "PHAS_": "76,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "16.04.", "ZITATE": "Y", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Roberto", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "16.04.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23750	polidori-giancarlo-1943-10-30	{"3a_sports": "3336"}	{"ertel": "ES-3336"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giancarlo", "family": "Polidori", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-10-30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giancarlo", "family": "Polidori"}, "birth": {"date": "1943-10-30", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3336", "ENG": "1", "MA_": "2", "G_NR": "17", "MA12": "1", "MARS": "1", "NAME": "Polidori", "PUBL": "U", "QUEL": "GMINV", "AUFAB": "1,000", "CSINR": "", "KURTZ": "", "PHAS_": "1,200", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "30.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giancarlo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.10.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23751	pollmanns-willi-1908-04-30	{"3a_sports": "3338"}	{"ertel": "ES-3338"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willi", "family": "Pollmanns", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1908-04-30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Willi", "family": "Pollmanns"}, "birth": {"date": "1908-04-30", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3338", "ENG": "", "MA_": "1", "G_NR": "116", "MA12": "2", "MARS": "5", "NAME": "Pollmanns", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-2,900", "CSINR": "", "KURTZ": "", "PHAS_": "0,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "30.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Willi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.04.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23752	polny-georges-1942-02-03	{"3a_sports": "3339"}	{"ertel": "ES-3339"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Polny", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-02-03", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Georges", "family": "Polny"}, "birth": {"date": "1942-02-03", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3339", "ENG": "", "MA_": "0", "G_NR": "357", "MA12": "12", "MARS": "34", "NAME": "Polny", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-2,400", "CSINR": "", "KURTZ": "", "PHAS_": "97,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "03.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "03.02.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23753	pombia-piero-1924-05-23	{"3a_sports": "3342"}	{"ertel": "ES-3342"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Piero", "family": "Pombia", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-05-23", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Piero", "family": "Pombia"}, "birth": {"date": "1924-05-23", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3342", "ENG": "", "MA_": "1", "G_NR": "439", "MA12": "9", "MARS": "27", "NAME": "Pombia", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-8,900", "CSINR": "", "KURTZ": "", "PHAS_": "77,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "23.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Piero", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.05.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23754	pondrano-aldo-1912-12-11	{"3a_sports": "3343"}	{"ertel": "ES-3343"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Pondrano", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1912-12-11", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Aldo", "family": "Pondrano"}, "birth": {"date": "1912-12-11", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3343", "ENG": "", "MA_": "0", "G_NR": "440", "MA12": "8", "MARS": "24", "NAME": "Pondrano", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "3,500", "CSINR": "", "KURTZ": "", "PHAS_": "5,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "11.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Aldo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.12.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23755	ponticelli-lucca-1929-07-25	{"3a_sports": "3344"}	{"ertel": "ES-3344"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucca", "family": "Ponticelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-07-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Lucca", "family": "Ponticelli"}, "birth": {"date": "1929-07-25", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3344", "ENG": "", "MA_": "1", "G_NR": "441", "MA12": "12", "MARS": "35", "NAME": "Ponticelli", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-4,900", "CSINR": "", "KURTZ": "", "PHAS_": "90,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "25.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Lucca", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.07.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23756	pouilles-pierre-1937-05-18	{"3a_sports": "3352"}	{"ertel": "ES-3352"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Pouilles", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1937-05-18", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Pierre", "family": "Pouilles"}, "birth": {"date": "1937-05-18", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3352", "ENG": "", "MA_": "1", "G_NR": "167", "MA12": "9", "MARS": "26", "NAME": "Pouilles", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "10,400", "CSINR": "", "KURTZ": "", "PHAS_": "57,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.05.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23757	poutet-leon-1899-10-26	{"3a_sports": "3355"}	{"ertel": "ES-3355"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Poutet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1899-10-26", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Léon", "family": "Poutet"}, "birth": {"date": "1899-10-26", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3355", "ENG": "", "MA_": "1", "G_NR": "168", "MA12": "7", "MARS": "19", "NAME": "Poutet", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "54,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "26.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Léon", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.10.1899", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23758	povia-domenico-1933-03-14	{"3a_sports": "3357"}	{"ertel": "ES-3357"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Domenico", "family": "Povia", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-03-14", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Domenico", "family": "Povia"}, "birth": {"date": "1933-03-14", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3357", "ENG": "", "MA_": "0", "G_NR": "442", "MA12": "8", "MARS": "23", "NAME": "Povia", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-3,700", "CSINR": "", "KURTZ": "", "PHAS_": "95,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "14.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Domenico", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.03.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23759	pozzi-piero-1920-10-18	{"3a_sports": "3362"}	{"ertel": "ES-3362"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Piero", "family": "Pozzi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-10-18", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Piero", "family": "Pozzi"}, "birth": {"date": "1920-10-18", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3362", "ENG": "", "MA_": "1", "G_NR": "443", "MA12": "12", "MARS": "35", "NAME": "Pozzi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "8,400", "CSINR": "", "KURTZ": "", "PHAS_": "31,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "18.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Piero", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.10.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23760	prado-serge-1948-08-22	{"3a_sports": "3363"}	{"ertel": "ES-3363"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Serge", "family": "Prado", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-08-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Serge", "family": "Prado"}, "birth": {"date": "1948-08-22", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3363", "ENG": "", "MA_": "1", "G_NR": "169", "MA12": "9", "MARS": "26", "NAME": "Prado", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-3,000", "CSINR": "", "KURTZ": "", "PHAS_": "95,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Serge", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.08.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23761	preciosi-carmine-1943-07-08	{"3a_sports": "3370"}	{"ertel": "ES-3370"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carmine", "family": "Preciosi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-07-08", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Carmine", "family": "Preciosi"}, "birth": {"date": "1943-07-08", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3370", "ENG": "", "MA_": "0", "G_NR": "18", "MA12": "3", "MARS": "8", "NAME": "Preciosi", "PUBL": "U", "QUEL": "GMINV", "AUFAB": "7,800", "CSINR": "", "KURTZ": "", "PHAS_": "24,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "08.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Carmine", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.07.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23762	prenna-ademo-1930-05-27	{"3a_sports": "3372"}	{"ertel": "ES-3372"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ademo", "family": "Prenna", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-05-27", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ademo", "family": "Prenna"}, "birth": {"date": "1930-05-27", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3372", "ENG": "", "MA_": "1", "G_NR": "444", "MA12": "10", "MARS": "30", "NAME": "Prenna", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-4,100", "CSINR": "", "KURTZ": "", "PHAS_": "2,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "27.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ademo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.05.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23763	pretto-mario-1915-10-07	{"3a_sports": "3373"}	{"ertel": "ES-3373"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Pretto", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1915-10-07", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Mario", "family": "Pretto"}, "birth": {"date": "1915-10-07", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3373", "ENG": "1", "MA_": "2", "G_NR": "445", "MA12": "1", "MARS": "2", "NAME": "Pretto", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-5,600", "CSINR": "", "KURTZ": "", "PHAS_": "4,700", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "07.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.10.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23764	prigent-jean-francois-1944-04-26	{"3a_sports": "3378"}	{"ertel": "ES-3378"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Francois", "family": "Prigent", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1944-04-26", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean Francois", "family": "Prigent"}, "birth": {"date": "1944-04-26", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3378", "ENG": "", "MA_": "1", "G_NR": "358", "MA12": "7", "MARS": "21", "NAME": "Prigent", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "6,200", "CSINR": "", "KURTZ": "", "PHAS_": "12,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "26.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean Francois", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "26.04.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23765	primi-maurilio-1932-08-17	{"3a_sports": "3380"}	{"ertel": "ES-3380"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurilio", "family": "Primi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-08-17", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Maurilio", "family": "Primi"}, "birth": {"date": "1932-08-17", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3380", "ENG": "", "MA_": "0", "G_NR": "446", "MA12": "3", "MARS": "7", "NAME": "Primi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-0,300", "CSINR": "", "KURTZ": "", "PHAS_": "99,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "17.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Maurilio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.08.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23767	prior-attilio-1934-10-18	{"3a_sports": "3383"}	{"ertel": "ES-3383"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Attilio", "family": "Prior", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-10-18", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Attilio", "family": "Prior"}, "birth": {"date": "1934-10-18", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3383", "ENG": "", "MA_": "1", "G_NR": "447", "MA12": "9", "MARS": "27", "NAME": "Prior", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "10,600", "CSINR": "", "KURTZ": "", "PHAS_": "74,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "18.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Attilio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.10.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23768	privat-rene-1930-12-04	{"3a_sports": "3384"}	{"ertel": "ES-3384"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Privat", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-12-04", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "René", "family": "Privat"}, "birth": {"date": "1930-12-04", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3384", "ENG": "", "MA_": "1", "G_NR": "360", "MA12": "5", "MARS": "13", "NAME": "Privat", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "5,300", "CSINR": "", "KURTZ": "", "PHAS_": "95,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.12.", "ZITATE": "DOY", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "04.12.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23770	protti-benjamino-1934-05-18	{"3a_sports": "3389"}	{"ertel": "ES-3389"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benjamino", "family": "Protti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-05-18", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Benjamino", "family": "Protti"}, "birth": {"date": "1934-05-18", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3389", "ENG": "", "MA_": "0", "G_NR": "448", "MA12": "11", "MARS": "32", "NAME": "Protti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "6,700", "CSINR": "", "KURTZ": "", "PHAS_": "18,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "18.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Benjamino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.05.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23771	provaglio-mario-1915-05-11	{"3a_sports": "3391"}	{"ertel": "ES-3391"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Provaglio", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1915-05-11", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Mario", "family": "Provaglio"}, "birth": {"date": "1915-05-11", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3391", "ENG": "", "MA_": "1", "G_NR": "449", "MA12": "9", "MARS": "27", "NAME": "Provaglio", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-6,300", "CSINR": "", "KURTZ": "", "PHAS_": "9,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "11.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.05.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23772	provera-vincenzo-1912-02-22	{"3a_sports": "3393"}	{"ertel": "ES-3393"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincenzo", "family": "Provera", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1912-02-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Vincenzo", "family": "Provera"}, "birth": {"date": "1912-02-22", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3393", "ENG": "", "MA_": "1", "G_NR": "450", "MA12": "6", "MARS": "18", "NAME": "Provera", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "6,200", "CSINR": "", "KURTZ": "", "PHAS_": "13,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "22.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Vincenzo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.02.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23773	prunecchi-leto-1925-06-08	{"3a_sports": "3394"}	{"ertel": "ES-3394"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leto", "family": "Prunecchi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-06-08", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Leto", "family": "Prunecchi"}, "birth": {"date": "1925-06-08", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3394", "ENG": "", "MA_": "0", "G_NR": "451", "MA12": "11", "MARS": "33", "NAME": "Prunecchi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-1,700", "CSINR": "", "KURTZ": "", "PHAS_": "98,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "08.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Leto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.06.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23774	puget-pierre-1942-09-02	{"3a_sports": "3399"}	{"ertel": "ES-3399"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Puget", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-09-02", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Pierre", "family": "Puget"}, "birth": {"date": "1942-09-02", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3399", "ENG": "", "MA_": "0", "G_NR": "362", "MA12": "3", "MARS": "8", "NAME": "Puget", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "56,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "02.09.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23775	puidebois-jean-pierre-1945-11-11	{"3a_sports": "3401"}	{"ertel": "ES-3401"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Pierre", "family": "Puidebois", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1945-11-11", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean-Pierre", "family": "Puidebois"}, "birth": {"date": "1945-11-11", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3401", "ENG": "", "MA_": "0", "G_NR": "363", "MA12": "3", "MARS": "8", "NAME": "Puidebois", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "8,700", "CSINR": "", "KURTZ": "", "PHAS_": "30,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "11.11.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean-Pierre", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "11.11.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23776	puppo-sandro-1918-01-28	{"3a_sports": "3404"}	{"ertel": "ES-3404"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sandro", "family": "Puppo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-01-28", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Sandro", "family": "Puppo"}, "birth": {"date": "1918-01-28", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3404", "ENG": "1", "MA_": "2", "G_NR": "452", "MA12": "4", "MARS": "12", "NAME": "Puppo", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-0,700", "CSINR": "", "KURTZ": "", "PHAS_": "99,200", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "28.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Sandro", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.01.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23778	quadri-guido-1923-10-14	{"3a_sports": "3408"}	{"ertel": "ES-3408"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guido", "family": "Quadri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1923-10-14", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Guido", "family": "Quadri"}, "birth": {"date": "1923-10-14", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3408", "ENG": "0", "MA_": "2", "G_NR": "453", "MA12": "12", "MARS": "36", "NAME": "Quadri", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "8,600", "CSINR": "", "KURTZ": "", "PHAS_": "19,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "14.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Guido", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.10.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23779	quario-carlo-alberto-1913-03-14	{"3a_sports": "3411"}	{"ertel": "ES-3411"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo Alberto", "family": "Quario", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-03-14", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Carlo Alberto", "family": "Quario"}, "birth": {"date": "1913-03-14", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3411", "ENG": "", "MA_": "0", "G_NR": "454", "MA12": "6", "MARS": "17", "NAME": "Quario", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "9,000", "CSINR": "", "KURTZ": "", "PHAS_": "30,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "14.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Carlo Alberto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.03.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23780	querol-jose-1942-10-10	{"3a_sports": "3415"}	{"ertel": "ES-3415"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "José", "family": "Querol", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-10-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "José", "family": "Querol"}, "birth": {"date": "1942-10-10", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3415", "ENG": "", "MA_": "0", "G_NR": "364", "MA12": "3", "MARS": "7", "NAME": "Querol", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-1,600", "CSINR": "", "KURTZ": "", "PHAS_": "0,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "José", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "10.10.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23782	rabitti-ercole-1921-08-24	{"3a_sports": "3418"}	{"ertel": "ES-3418"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ercole", "family": "Rabitti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-08-24", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ercole", "family": "Rabitti"}, "birth": {"date": "1921-08-24", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3418", "ENG": "", "MA_": "1", "G_NR": "456", "MA12": "5", "MARS": "13", "NAME": "Rabitti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-8,000", "CSINR": "", "KURTZ": "", "PHAS_": "75,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "24.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ercole", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.08.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23783	radice-luigi-1935-01-15	{"3a_sports": "3419"}	{"ertel": "ES-3419"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Radice", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1935-01-15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luigi", "family": "Radice"}, "birth": {"date": "1935-01-15", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3419", "ENG": "", "MA_": "0", "G_NR": "455", "MA12": "8", "MARS": "24", "NAME": "Radice", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "8,600", "CSINR": "", "KURTZ": "", "PHAS_": "80,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "15.01.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "15.01.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23785	rame-jean-ernest-1932-05-15	{"3a_sports": "3427"}	{"ertel": "ES-3427"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Ernest", "family": "Ramé", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-05-15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean-Ernest", "family": "Ramé"}, "birth": {"date": "1932-05-15", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3427", "ENG": "", "MA_": "1", "G_NR": "366", "MA12": "12", "MARS": "35", "NAME": "Ramé", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "10,900", "CSINR": "", "KURTZ": "", "PHAS_": "65,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean-Ernest", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "15.05.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FENC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23786	rame-jean-paul-1951-02-13	{"3a_sports": "3428"}	{"ertel": "ES-3428"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Paul", "family": "Ramé", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1951-02-13", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean-Paul", "family": "Ramé"}, "birth": {"date": "1951-02-13", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3428", "ENG": "", "MA_": "0", "G_NR": "367", "MA12": "8", "MARS": "23", "NAME": "Ramé", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "9,300", "CSINR": "", "KURTZ": "", "PHAS_": "41,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean-Paul", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "13.02.1951", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23787	rampini-sergio-1917-01-18	{"3a_sports": "3431"}	{"ertel": "ES-3431"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sergio", "family": "Rampini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1917-01-18", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Sergio", "family": "Rampini"}, "birth": {"date": "1917-01-18", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3431", "ENG": "1", "MA_": "2", "G_NR": "457", "MA12": "4", "MARS": "11", "NAME": "Rampini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-10,40", "CSINR": "", "KURTZ": "", "PHAS_": "34,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "18.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Sergio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.01.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23788	rancilio-emilio-1913-02-07	{"3a_sports": "3432"}	{"ertel": "ES-3432"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emilio", "family": "Rancilio", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-02-07", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Emilio", "family": "Rancilio"}, "birth": {"date": "1913-02-07", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3432", "ENG": "", "MA_": "0", "G_NR": "458", "MA12": "9", "MARS": "25", "NAME": "Rancilio", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "0,400", "CSINR": "", "KURTZ": "", "PHAS_": "0,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "07.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Emilio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.02.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23789	randon-francesco-1925-11-23	{"3a_sports": "3434"}	{"ertel": "ES-3434"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Randon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-11-23", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Francesco", "family": "Randon"}, "birth": {"date": "1925-11-23", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3434", "ENG": "1", "MA_": "2", "G_NR": "459", "MA12": "1", "MARS": "1", "NAME": "Randon", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "11,300", "CSINR": "", "KURTZ": "", "PHAS_": "49,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "23.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Francesco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.11.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23790	raufenbarth-karl-1908-04-19	{"3a_sports": "3441"}	{"ertel": "ES-3441"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Raufenbarth", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1908-04-19", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Karl", "family": "Raufenbarth"}, "birth": {"date": "1908-04-19", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3441", "ENG": "", "MA_": "0", "G_NR": "112", "MA12": "3", "MARS": "7", "NAME": "Raufenbarth", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-4,000", "CSINR": "", "KURTZ": "", "PHAS_": "94,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "19.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Karl", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.04.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23791	rault-lucien-1936-03-30	{"3a_sports": "3442"}	{"ertel": "ES-3442"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Rault", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1936-03-30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Lucien", "family": "Rault"}, "birth": {"date": "1936-03-30", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3442", "ENG": "", "MA_": "0", "G_NR": "368", "MA12": "12", "MARS": "34", "NAME": "Rault", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "10,600", "CSINR": "", "KURTZ": "", "PHAS_": "51,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "30.03.", "ZITATE": "DT", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Lucien", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "30.03.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23792	ravanello-gilbert-1950-11-07	{"3a_sports": "3444"}	{"ertel": "ES-3444"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilbert", "family": "Ravanello", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1950-11-07", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gilbert", "family": "Ravanello"}, "birth": {"date": "1950-11-07", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3444", "ENG": "", "MA_": "1", "G_NR": "369", "MA12": "9", "MARS": "27", "NAME": "Ravanello", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-8,400", "CSINR": "", "KURTZ": "", "PHAS_": "12,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.11.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gilbert", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "07.11.1950", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23793	ravel-christian-1948-08-07	{"3a_sports": "3445"}	{"ertel": "ES-3445"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Ravel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-08-07", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Christian", "family": "Ravel"}, "birth": {"date": "1948-08-07", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3445", "ENG": "", "MA_": "1", "G_NR": "171", "MA12": "10", "MARS": "28", "NAME": "Ravel", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "4,000", "CSINR": "", "KURTZ": "", "PHAS_": "5,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Christian", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.08.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23795	raymond-christian-1943-12-24	{"3a_sports": "3447"}	{"ertel": "ES-3447"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Raymond", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-12-24", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Christian", "family": "Raymond"}, "birth": {"date": "1943-12-24", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3447", "ENG": "", "MA_": "0", "G_NR": "172", "MA12": "3", "MARS": "8", "NAME": "Raymond", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-7,900", "CSINR": "", "KURTZ": "", "PHAS_": "12,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "24.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Christian", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.12.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23798	rebujent-raymond-1942-09-27	{"3a_sports": "3456", "cfepp-final3": "776"}	{"cfepp": "CF-776", "ertel": "ES-3456"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Rebujent", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-09-27 12:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": -2.97, "lat": 42.6, "name": "ELNE", "geoid": null}, "notime": null, "date-ut": "1942-09-27 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Raymond", "family": "Rebujent"}, "birth": {"date": "1942-09-27", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3456", "ENG": "", "MA_": "0", "G_NR": "373", "MA12": "3", "MARS": "7", "NAME": "Rebujent", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-4,100", "CSINR": "", "KURTZ": "", "PHAS_": "93,600", "STUND": "", "CFEPNR": "777", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Raymond", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "27.09.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1942-09-27 12:00", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": -2.97, "lat": 42.6, "name": "ELNE"}, "date-ut": "1942-09-27 10:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "776"}}, "raw": {"S": "3", "LT": "12 00", "LV": "I2", "TR": "f", "UT": "10 00", "LAT": "+42.60", "SRC": "L", "LONG": "-02.97", "NAME": "REBUJENT Raymond", "SPORT": "Rugby League", "LOC_DATE": "1942 09 27", "UNIV_DATE": "1942 09 27", "BIRTH_PLACE": "ELNE", "POSTAL_CODE": "66200"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23799	rebuzzi-italo-1922-06-13	{"3a_sports": "3457"}	{"ertel": "ES-3457"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Italo", "family": "Rebuzzi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-06-13", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Italo", "family": "Rebuzzi"}, "birth": {"date": "1922-06-13", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3457", "ENG": "1", "MA_": "2", "G_NR": "460", "MA12": "4", "MARS": "11", "NAME": "Rebuzzi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-5,600", "CSINR": "", "KURTZ": "", "PHAS_": "88,200", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "13.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Italo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.06.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23800	redolfi-attilio-1923-09-08	{"3a_sports": "3460"}	{"ertel": "ES-3460"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Attilio", "family": "Redolfi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1923-09-08", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Attilio", "family": "Redolfi"}, "birth": {"date": "1923-09-08", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3460", "ENG": "", "MA_": "0", "G_NR": "19", "MA12": "11", "MARS": "32", "NAME": "Redolfi", "PUBL": "U", "QUEL": "GMINV", "AUFAB": "-7,500", "CSINR": "", "KURTZ": "", "PHAS_": "10,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "08.09.", "ZITATE": "DY", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Attilio", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "08.09.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23801	reichert-walter-1933-05-26	{"3a_sports": "3463"}	{"ertel": "ES-3463"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Reichert", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-05-26", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Walter", "family": "Reichert"}, "birth": {"date": "1933-05-26", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3463", "ENG": "", "MA_": "1", "G_NR": "41", "MA12": "5", "MARS": "14", "NAME": "Reichert", "PUBL": "U", "QUEL": "GMING", "AUFAB": "1,900", "CSINR": "", "KURTZ": "", "PHAS_": "2,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "26.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Walter", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.05.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23802	reichert-hehl-ossi-1925-12-25	{"3a_sports": "3464"}	{"ertel": "ES-3464"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ossi", "family": "Reichert-Hehl", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-12-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ossi", "family": "Reichert-Hehl"}, "birth": {"date": "1925-12-25", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3464", "ENG": "", "MA_": "0", "G_NR": "74", "MA12": "11", "MARS": "32", "NAME": "Reichert-Hehl", "PUBL": "U", "QUEL": "GMING", "AUFAB": "9,600", "CSINR": "", "KURTZ": "", "PHAS_": "76,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "25.12.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ossi", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "25.12.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SKII", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23803	reichmann-arthur-1902-04-21	{"3a_sports": "3465"}	{"ertel": "ES-3465"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Reichmann", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1902-04-21", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Arthur", "family": "Reichmann"}, "birth": {"date": "1902-04-21", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3465", "ENG": "", "MA_": "0", "G_NR": "55", "MA12": "8", "MARS": "24", "NAME": "Reichmann", "PUBL": "U", "QUEL": "GMING", "AUFAB": "4,400", "CSINR": "", "KURTZ": "", "PHAS_": "96,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "21.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Arthur", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.04.1902", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23804	renaudin-guy-1918-03-16	{"3a_sports": "3472"}	{"ertel": "ES-3472"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Renaudin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-03-16", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Guy", "family": "Renaudin"}, "birth": {"date": "1918-03-16", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3472", "ENG": "", "MA_": "0", "G_NR": "173", "MA12": "3", "MARS": "7", "NAME": "Renaudin", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "7,300", "CSINR": "", "KURTZ": "", "PHAS_": "14,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "16.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Guy", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.03.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23805	renica-umberto-1921-04-08	{"3a_sports": "3474"}	{"ertel": "ES-3474"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Umberto", "family": "Renica", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-04-08", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Umberto", "family": "Renica"}, "birth": {"date": "1921-04-08", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3474", "ENG": "", "MA_": "1", "G_NR": "461", "MA12": "2", "MARS": "5", "NAME": "Renica", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-1,900", "CSINR": "", "KURTZ": "", "PHAS_": "0,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "08.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Umberto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.04.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23806	reruzzi-pietro-1918-10-31	{"3a_sports": "3476"}	{"ertel": "ES-3476"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Reruzzi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-10-31", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Pietro", "family": "Reruzzi"}, "birth": {"date": "1918-10-31", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3476", "ENG": "", "MA_": "1", "G_NR": "462", "MA12": "7", "MARS": "20", "NAME": "Reruzzi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-7,000", "CSINR": "", "KURTZ": "", "PHAS_": "13,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "31.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Pietro", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "31.10.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23807	reutelshofer-georg-1908-11-13	{"3a_sports": "3479"}	{"ertel": "ES-3479"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georg", "family": "Reutelshöfer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1908-11-13", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Georg", "family": "Reutelshöfer"}, "birth": {"date": "1908-11-13", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3479", "ENG": "", "MA_": "1", "G_NR": "29", "MA12": "7", "MARS": "19", "NAME": "Reutelshöfer", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-7,900", "CSINR": "", "KURTZ": "", "PHAS_": "77,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "13.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Georg", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.11.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23808	riccardi-guglielmo-1920-03-26	{"3a_sports": "3489"}	{"ertel": "ES-3489"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guglielmo", "family": "Riccardi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-03-26", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Guglielmo", "family": "Riccardi"}, "birth": {"date": "1920-03-26", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3489", "ENG": "", "MA_": "1", "G_NR": "463", "MA12": "5", "MARS": "14", "NAME": "Riccardi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "10,600", "CSINR": "", "KURTZ": "", "PHAS_": "35,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "26.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Guglielmo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.03.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23809	ricciardi-alfonso-1913-10-21	{"3a_sports": "3491"}	{"ertel": "ES-3491"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfonso", "family": "Ricciardi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-10-21", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alfonso", "family": "Ricciardi"}, "birth": {"date": "1913-10-21", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3491", "ENG": "0", "MA_": "2", "G_NR": "464", "MA12": "3", "MARS": "9", "NAME": "Ricciardi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-8,900", "CSINR": "", "KURTZ": "", "PHAS_": "70,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "21.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Alfonso", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.10.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23810	richard-christian-1950-09-13	{"3a_sports": "3493"}	{"ertel": "ES-3493"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Richard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1950-09-13", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["handball-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Christian", "family": "Richard"}, "birth": {"date": "1950-09-13", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3493", "ENG": "", "MA_": "1", "G_NR": "374", "MA12": "11", "MARS": "31", "NAME": "Richard", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "1,000", "CSINR": "", "KURTZ": "", "PHAS_": "1,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Christian", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "13.09.1950", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "HAND", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23811	rico-robert-1945-03-10	{"3a_sports": "3500"}	{"ertel": "ES-3500"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Rico", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1945-03-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Robert", "family": "Rico"}, "birth": {"date": "1945-03-10", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3500", "ENG": "", "MA_": "0", "G_NR": "3", "MA12": "9", "MARS": "25", "NAME": "Rico", "PUBL": "U", "QUEL": "G_79F", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "22,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "10.03.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23812	rigamonti-vincenzo-1930-09-01	{"3a_sports": "3503"}	{"ertel": "ES-3503"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincenzo", "family": "Rigamonti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-09-01", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Vincenzo", "family": "Rigamonti"}, "birth": {"date": "1930-09-01", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3503", "ENG": "", "MA_": "1", "G_NR": "465", "MA12": "6", "MARS": "18", "NAME": "Rigamonti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "10,000", "CSINR": "", "KURTZ": "", "PHAS_": "60,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Vincenzo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.09.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23814	riotte-raymond-1940-02-18	{"3a_sports": "3512"}	{"ertel": "ES-3512"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Riotte", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-02-18", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Raymond", "family": "Riotte"}, "birth": {"date": "1940-02-18", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3512", "ENG": "", "MA_": "0", "G_NR": "375", "MA12": "11", "MARS": "33", "NAME": "Riotte", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "10,200", "CSINR": "", "KURTZ": "", "PHAS_": "65,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.02.", "ZITATE": "DY", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Raymond", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "18.02.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23816	ripari-domenico-1937-03-25	{"3a_sports": "3514"}	{"ertel": "ES-3514"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Domenico", "family": "Ripari", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1937-03-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Domenico", "family": "Ripari"}, "birth": {"date": "1937-03-25", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3514", "ENG": "1", "MA_": "2", "G_NR": "466", "MA12": "1", "MARS": "3", "NAME": "Ripari", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "4,900", "CSINR": "", "KURTZ": "", "PHAS_": "96,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "25.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Domenico", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.03.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23817	risorti-foco-1921-09-09	{"3a_sports": "3515"}	{"ertel": "ES-3515"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Foco", "family": "Risorti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-09-09", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Foco", "family": "Risorti"}, "birth": {"date": "1921-09-09", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3515", "ENG": "", "MA_": "0", "G_NR": "467", "MA12": "11", "MARS": "33", "NAME": "Risorti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "10,100", "CSINR": "", "KURTZ": "", "PHAS_": "48,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "09.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Foco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.09.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23818	robbiati-luigi-1935-06-18	{"3a_sports": "3521"}	{"ertel": "ES-3521"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Robbiati", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1935-06-18", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luigi", "family": "Robbiati"}, "birth": {"date": "1935-06-18", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3521", "ENG": "", "MA_": "1", "G_NR": "468", "MA12": "7", "MARS": "21", "NAME": "Robbiati", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-1,600", "CSINR": "", "KURTZ": "", "PHAS_": "98,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "18.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.06.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23819	roessler-henri-1910-09-16	{"3a_sports": "3542"}	{"ertel": "ES-3542"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Roessler", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1910-09-16", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Henri", "family": "Roessler"}, "birth": {"date": "1910-09-16", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3542", "ENG": "", "MA_": "1", "G_NR": "176", "MA12": "12", "MARS": "35", "NAME": "Roessler", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "7,800", "CSINR": "", "KURTZ": "", "PHAS_": "87,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "16.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.09.1910", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23820	rohrbach-marcel-1933-04-08	{"3a_sports": "3545"}	{"ertel": "ES-3545"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Rohrbach", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-04-08", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Marcel", "family": "Rohrbach"}, "birth": {"date": "1933-04-08", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3545", "ENG": "", "MA_": "0", "G_NR": "376", "MA12": "6", "MARS": "17", "NAME": "Rohrbach", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "7,000", "CSINR": "", "KURTZ": "", "PHAS_": "91,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "08.04.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23821	rolland-antonin-1924-09-03	{"3a_sports": "3547"}	{"ertel": "ES-3547"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonin", "family": "Rolland", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-09-03", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Antonin", "family": "Rolland"}, "birth": {"date": "1924-09-03", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3547", "ENG": "", "MA_": "0", "G_NR": "377", "MA12": "12", "MARS": "34", "NAME": "Rolland", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "7,100", "CSINR": "", "KURTZ": "", "PHAS_": "15,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "03.09.", "ZITATE": "DOY", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Antonin", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "03.09.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23822	rolle-plinis-1924-03-04	{"3a_sports": "3548"}	{"ertel": "ES-3548"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Plinis", "family": "Rolle", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-03-04", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Plinis", "family": "Rolle"}, "birth": {"date": "1924-03-04", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3548", "ENG": "", "MA_": "1", "G_NR": "469", "MA12": "7", "MARS": "21", "NAME": "Rolle", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-4,900", "CSINR": "", "KURTZ": "", "PHAS_": "3,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "04.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Plinis", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.03.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23823	romagnoli-italo-1916-02-21	{"3a_sports": "3552"}	{"ertel": "ES-3552"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Italo", "family": "Romagnoli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1916-02-21", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Italo", "family": "Romagnoli"}, "birth": {"date": "1916-02-21", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3552", "ENG": "", "MA_": "0", "G_NR": "470", "MA12": "5", "MARS": "15", "NAME": "Romagnoli", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-2,900", "CSINR": "", "KURTZ": "", "PHAS_": "96,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "21.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Italo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.02.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23825	romani-suafuio-1921-09-11	{"3a_sports": "3555"}	{"ertel": "ES-3555"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Suafuio (?)", "family": "Romani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-09-11", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Suafuio (?)", "family": "Romani"}, "birth": {"date": "1921-09-11", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3555", "ENG": "", "MA_": "1", "G_NR": "471", "MA12": "9", "MARS": "26", "NAME": "Romani", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "67,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "11.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Suafuio (?)", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.09.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23826	romano-enzo-1920-07-10	{"3a_sports": "3556"}	{"ertel": "ES-3556"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enzo", "family": "Romano", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-07-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Enzo", "family": "Romano"}, "birth": {"date": "1920-07-10", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3556", "ENG": "1", "MA_": "2", "G_NR": "472", "MA12": "4", "MARS": "12", "NAME": "Romano", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-10,80", "CSINR": "", "KURTZ": "", "PHAS_": "41,600", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "10.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Enzo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.07.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23827	romano-marco-1910-09-18	{"3a_sports": "3557"}	{"ertel": "ES-3557"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marco", "family": "Romano", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1910-09-18", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Marco", "family": "Romano"}, "birth": {"date": "1910-09-18", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3557", "ENG": "", "MA_": "0", "G_NR": "473", "MA12": "11", "MARS": "33", "NAME": "Romano", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "4,400", "CSINR": "", "KURTZ": "", "PHAS_": "97,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "18.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Marco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.09.1910", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23824	romand-paul-1930-09-25	{"3a_sports": "3553", "cfepp-final3": "1000"}	{"cfepp": "CF-1000", "ertel": "ES-3553"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Romand", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-09-25 11:00", "note": null, "place": {"c1": null, "c2": "39", "c3": "", "cy": "FR", "lg": -6.07, "lat": 46.49, "name": "LES ROUSSES", "geoid": null}, "notime": null, "date-ut": "1930-09-25 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"sex": "M", "name": {"given": "Paul", "family": "Romand"}, "birth": {"date": "1930-09-25", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3553", "ENG": "", "MA_": "1", "G_NR": "379", "MA12": "5", "MARS": "13", "NAME": "Romand", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "5,300", "CSINR": "", "KURTZ": "", "PHAS_": "8,600", "STUND": "", "CFEPNR": "1000", "EXTEND": "", "NATION": "FRA", "TAGMON": "25.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Paul", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "25.09.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1930-09-25 11:00", "place": {"c2": "39", "c3": "", "cy": "FR", "lg": -6.07, "lat": 46.49, "name": "LES ROUSSES"}, "date-ut": "1930-09-25 10:00"}, "occus": ["skier"], "ids-in-sources": {"cfepp-final3": "1000"}}, "raw": {"S": "5", "LT": "11 00", "LV": "I", "TR": "f", "UT": "10 00", "LAT": "+46.49", "SRC": "L", "LONG": "-06.07", "NAME": "ROMAND Paul", "SPORT": "Skiing", "LOC_DATE": "1930 09 25", "UNIV_DATE": "1930 09 25", "BIRTH_PLACE": "LES ROUSSES", "POSTAL_CODE": "39220"}, "date": "2023-08-20T14:46:16+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23831	rosellini-luigi-1918-01-09	{"3a_sports": "3572"}	{"ertel": "ES-3572"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Rosellini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-01-09", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luigi", "family": "Rosellini"}, "birth": {"date": "1918-01-09", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3572", "ENG": "1", "MA_": "2", "G_NR": "474", "MA12": "4", "MARS": "12", "NAME": "Rosellini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-8,600", "CSINR": "", "KURTZ": "", "PHAS_": "18,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "09.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.01.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23832	rosin-ugo-1925-09-11	{"3a_sports": "3578"}	{"ertel": "ES-3578"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ugo", "family": "Rosin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-09-11", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ugo", "family": "Rosin"}, "birth": {"date": "1925-09-11", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3578", "ENG": "", "MA_": "1", "G_NR": "475", "MA12": "9", "MARS": "26", "NAME": "Rosin", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,600", "CSINR": "", "KURTZ": "", "PHAS_": "40,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "11.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ugo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.09.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23833	rossat-mignod-roger-1946-09-23	{"3a_sports": "3579", "cfepp-final3": "1001"}	{"cfepp": "CF-1001", "ertel": "ES-3579"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Rossat-Mignod", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-09-23 03:00", "note": null, "place": {"c1": null, "c2": "73", "c3": "", "cy": "FR", "lg": -6.52, "lat": 45.84, "name": "FLUMET", "geoid": null}, "notime": null, "date-ut": "1946-09-23 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"sex": "M", "name": {"given": "Roger", "family": "Rossat-Mignod"}, "birth": {"date": "1946-09-23", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3579", "ENG": "", "MA_": "1", "G_NR": "383", "MA12": "10", "MARS": "28", "NAME": "Rossat-Mignod", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-6,400", "CSINR": "", "KURTZ": "", "PHAS_": "6,500", "STUND": "", "CFEPNR": "1001", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.09.", "ZITATE": "DM", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "23.09.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1946-09-23 03:00", "place": {"c2": "73", "c3": "", "cy": "FR", "lg": -6.52, "lat": 45.84, "name": "FLUMET"}, "date-ut": "1946-09-23 02:00"}, "occus": ["skier"], "ids-in-sources": {"cfepp-final3": "1001"}}, "raw": {"S": "10", "LT": "03 00", "LV": "I", "TR": "f", "UT": "02 00", "LAT": "+45.84", "SRC": "L", "LONG": "-06.52", "NAME": "ROSSAT-MIGNOD Roger", "SPORT": "Skiing", "LOC_DATE": "1946 09 23", "UNIV_DATE": "1946 09 23", "BIRTH_PLACE": "FLUMET", "POSTAL_CODE": "73590"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23834	rossetti-angelo-1920-05-09	{"3a_sports": "3584"}	{"ertel": "ES-3584"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Rossetti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-05-09", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Angelo", "family": "Rossetti"}, "birth": {"date": "1920-05-09", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3584", "ENG": "", "MA_": "1", "G_NR": "476", "MA12": "10", "MARS": "30", "NAME": "Rossetti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-8,100", "CSINR": "", "KURTZ": "", "PHAS_": "71,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "09.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Angelo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.05.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23835	rossetti-giovanni-1919-05-29	{"3a_sports": "3585"}	{"ertel": "ES-3585"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Rossetti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-05-29", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giovanni", "family": "Rossetti"}, "birth": {"date": "1919-05-29", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3585", "ENG": "1", "MA_": "2", "G_NR": "477", "MA12": "4", "MARS": "12", "NAME": "Rossetti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-3,200", "CSINR": "", "KURTZ": "", "PHAS_": "0,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "29.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giovanni", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.05.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23836	rossetti-licio-1925-11-01	{"3a_sports": "3586"}	{"ertel": "ES-3586"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Licio", "family": "Rossetti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-11-01", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Licio", "family": "Rossetti"}, "birth": {"date": "1925-11-01", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3586", "ENG": "", "MA_": "1", "G_NR": "478", "MA12": "11", "MARS": "31", "NAME": "Rossetti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "0,500", "CSINR": "", "KURTZ": "", "PHAS_": "99,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Licio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.11.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23837	rossi-ero-1931-06-18	{"3a_sports": "3587"}	{"ertel": "ES-3587"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ero (?)", "family": "Rossi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-06-18", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ero (?)", "family": "Rossi"}, "birth": {"date": "1931-06-18", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3587", "ENG": "1", "MA_": "2", "G_NR": "479", "MA12": "1", "MARS": "1", "NAME": "Rossi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "3,400", "CSINR": "", "KURTZ": "", "PHAS_": "4,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "18.06.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ero (?)", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "18.06.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23838	rossi-guerrino-1934-02-02	{"3a_sports": "3589"}	{"ertel": "ES-3589"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guerrino", "family": "Rossi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-02-02", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Guerrino", "family": "Rossi"}, "birth": {"date": "1934-02-02", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3589", "ENG": "1", "MA_": "2", "G_NR": "480", "MA12": "1", "MARS": "2", "NAME": "Rossi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-3,300", "CSINR": "", "KURTZ": "", "PHAS_": "95,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "02.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Guerrino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.02.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23839	rossi-leon-1923-11-02	{"3a_sports": "3590"}	{"ertel": "ES-3590"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Rossi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1923-11-02", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Léon", "family": "Rossi"}, "birth": {"date": "1923-11-02", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3590", "ENG": "", "MA_": "0", "G_NR": "384", "MA12": "12", "MARS": "34", "NAME": "Rossi", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-10,10", "CSINR": "", "KURTZ": "", "PHAS_": "48,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.11.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Léon", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "02.11.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23840	rosso-alberto-1914-08-14	{"3a_sports": "3592"}	{"ertel": "ES-3592"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alberto", "family": "Rosso", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-08-14", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alberto", "family": "Rosso"}, "birth": {"date": "1914-08-14", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3592", "ENG": "", "MA_": "1", "G_NR": "481", "MA12": "10", "MARS": "30", "NAME": "Rosso", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "50,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "14.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Alberto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.08.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23841	rostollan-louis-1936-01-01	{"3a_sports": "3594"}	{"ertel": "ES-3594"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Rostollan", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1936-01-01", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Louis", "family": "Rostollan"}, "birth": {"date": "1936-01-01", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3594", "ENG": "", "MA_": "0", "G_NR": "385", "MA12": "11", "MARS": "32", "NAME": "Rostollan", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "11,100", "CSINR": "", "KURTZ": "", "PHAS_": "42,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.01.", "ZITATE": "DOY", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Louis", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "01.01.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23842	rota-andre-1952-04-30	{"3a_sports": "3595"}	{"ertel": "ES-3595"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Rota", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1952-04-30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "André", "family": "Rota"}, "birth": {"date": "1952-04-30", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3595", "ENG": "", "MA_": "1", "G_NR": "386", "MA12": "11", "MARS": "31", "NAME": "Rota", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "8,500", "CSINR": "", "KURTZ": "", "PHAS_": "30,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "30.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "30.04.1952", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23843	rota-attilio-1945-04-29	{"3a_sports": "3596"}	{"ertel": "ES-3596"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Attilio", "family": "Rota", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1945-04-29", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Attilio", "family": "Rota"}, "birth": {"date": "1945-04-29", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3596", "ENG": "", "MA_": "1", "G_NR": "20", "MA12": "7", "MARS": "21", "NAME": "Rota", "PUBL": "U", "QUEL": "GMINV", "AUFAB": "-1,900", "CSINR": "", "KURTZ": "", "PHAS_": "97,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "29.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Attilio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.04.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23845	roussel-guy-1935-11-17	{"3a_sports": "3605"}	{"ertel": "ES-3605"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Roussel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1935-11-17", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Guy", "family": "Roussel"}, "birth": {"date": "1935-11-17", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3605", "ENG": "", "MA_": "0", "G_NR": "177", "MA12": "11", "MARS": "33", "NAME": "Roussel", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "59,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Guy", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.11.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23846	rouyer-jean-loup-1945-08-04	{"3a_sports": "3608"}	{"ertel": "ES-3608"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Loup", "family": "Rouyer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1945-08-04", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean-Loup", "family": "Rouyer"}, "birth": {"date": "1945-08-04", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3608", "ENG": "", "MA_": "1", "G_NR": "387", "MA12": "2", "MARS": "4", "NAME": "Rouyer", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "18,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean-Loup", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "04.08.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23847	rouze-martine-1954-09-01	{"3a_sports": "3609"}	{"ertel": "ES-3609"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Martine", "family": "Rouzé", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1954-09-01", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Martine", "family": "Rouzé"}, "birth": {"date": "1954-09-01", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "3609", "ENG": "", "MA_": "0", "G_NR": "388", "MA12": "8", "MARS": "23", "NAME": "Rouzé", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "5,500", "CSINR": "", "KURTZ": "", "PHAS_": "12,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Martine", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "01.09.1954", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23848	rovelli-vittorio-fermo-1916-08-16	{"3a_sports": "3610"}	{"ertel": "ES-3610"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vittorio (Fermo)", "family": "Rovelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1916-08-16", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Vittorio (Fermo)", "family": "Rovelli"}, "birth": {"date": "1916-08-16", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3610", "ENG": "1", "MA_": "2", "G_NR": "482", "MA12": "4", "MARS": "10", "NAME": "Rovelli", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-5,500", "CSINR": "", "KURTZ": "", "PHAS_": "91,200", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "16.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Vittorio (Fermo)", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.08.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23849	rozzoni-orlando-1937-07-23	{"3a_sports": "3616"}	{"ertel": "ES-3616"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Orlando", "family": "Rozzoni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1937-07-23", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Orlando", "family": "Rozzoni"}, "birth": {"date": "1937-07-23", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3616", "ENG": "", "MA_": "1", "G_NR": "483", "MA12": "9", "MARS": "27", "NAME": "Rozzoni", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "2,000", "CSINR": "", "KURTZ": "", "PHAS_": "99,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "23.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Orlando", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.07.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23850	ruaud-jean-pierre-1942-10-27	{"3a_sports": "3617"}	{"ertel": "ES-3617"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Pierre", "family": "Ruaud", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-10-27", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean-Pierre", "family": "Ruaud"}, "birth": {"date": "1942-10-27", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3617", "ENG": "", "MA_": "0", "G_NR": "389", "MA12": "8", "MARS": "24", "NAME": "Ruaud", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-4,500", "CSINR": "", "KURTZ": "", "PHAS_": "92,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean-Pierre", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "27.10.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23851	rudelli-luigi-1932-09-08	{"3a_sports": "3618"}	{"ertel": "ES-3618"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Rudelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-09-08", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luigi", "family": "Rudelli"}, "birth": {"date": "1932-09-08", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3618", "ENG": "", "MA_": "0", "G_NR": "484", "MA12": "6", "MARS": "17", "NAME": "Rudelli", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "11,400", "CSINR": "", "KURTZ": "", "PHAS_": "55,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "08.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.09.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23852	ruhle-dietrich-1908-03-15	{"3a_sports": "3620"}	{"ertel": "ES-3620"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dietrich", "family": "Rühle", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1908-03-15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Dietrich", "family": "Rühle"}, "birth": {"date": "1908-03-15", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3620", "ENG": "", "MA_": "0", "G_NR": "62", "MA12": "6", "MARS": "16", "NAME": "Rühle", "PUBL": "U", "QUEL": "GMING", "AUFAB": "6,100", "CSINR": "", "KURTZ": "", "PHAS_": "91,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "15.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Dietrich", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.03.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23853	russmann-eduard-1898-03-07	{"3a_sports": "3621"}	{"ertel": "ES-3621"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eduard", "family": "Rüssmann", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1898-03-07", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Eduard", "family": "Rüssmann"}, "birth": {"date": "1898-03-07", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3621", "ENG": "", "MA_": "1", "G_NR": "22", "MA12": "2", "MARS": "6", "NAME": "Rüssmann", "PUBL": "U", "QUEL": "GMING", "AUFAB": "4,000", "CSINR": "", "KURTZ": "", "PHAS_": "97,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "07.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Eduard", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.03.1898", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23854	ruinart-paul-1876-10-28	{"3a_sports": "3624"}	{"ertel": "ES-3624"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Ruinart", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1876-10-28", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Paul", "family": "Ruinart"}, "birth": {"date": "1876-10-28", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3624", "ENG": "", "MA_": "1", "G_NR": "178", "MA12": "10", "MARS": "29", "NAME": "Ruinart", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "8,900", "CSINR": "", "KURTZ": "", "PHAS_": "74,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Paul", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.10.1876", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23855	ruiz-andre-1947-03-30	{"3a_sports": "3625"}	{"ertel": "ES-3625"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Ruiz", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-03-30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "André", "family": "Ruiz"}, "birth": {"date": "1947-03-30", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3625", "ENG": "", "MA_": "1", "G_NR": "390", "MA12": "10", "MARS": "28", "NAME": "Ruiz", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "11,400", "CSINR": "", "KURTZ": "", "PHAS_": "53,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "30.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "30.03.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23856	rummelhardt-emile-1914-01-12	{"3a_sports": "3628"}	{"ertel": "ES-3628"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Rummelhardt", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-01-12", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Emile", "family": "Rummelhardt"}, "birth": {"date": "1914-01-12", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3628", "ENG": "", "MA_": "0", "G_NR": "391", "MA12": "6", "MARS": "17", "NAME": "Rummelhardt", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "1,800", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Emile", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "12.01.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23857	runge-johannes-1878-01-24	{"3a_sports": "3629"}	{"ertel": "ES-3629"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Runge", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1878-01-24", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Johannes", "family": "Runge"}, "birth": {"date": "1878-01-24", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3629", "ENG": "", "MA_": "0", "G_NR": "78", "MA12": "6", "MARS": "16", "NAME": "Runge", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-10,30", "CSINR": "", "KURTZ": "", "PHAS_": "68,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "24.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Johannes", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.01.1878", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23858	russowa-celestino-1922-02-12	{"3a_sports": "3632"}	{"ertel": "ES-3632"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Celestino", "family": "Russowa", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-02-12", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Celestino", "family": "Russowa"}, "birth": {"date": "1922-02-12", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3632", "ENG": "", "MA_": "1", "G_NR": "485", "MA12": "10", "MARS": "28", "NAME": "Russowa", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "1,700", "CSINR": "", "KURTZ": "", "PHAS_": "99,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "12.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Celestino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.02.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23859	rustichelli-dominique-1934-06-26	{"3a_sports": "3633"}	{"ertel": "ES-3633"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dominique", "family": "Rustichelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-06-26", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Dominique", "family": "Rustichelli"}, "birth": {"date": "1934-06-26", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3633", "ENG": "", "MA_": "1", "G_NR": "392", "MA12": "7", "MARS": "19", "NAME": "Rustichelli", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "4,900", "CSINR": "", "KURTZ": "", "PHAS_": "97,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "26.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Dominique", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "26.06.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23860	sabbatini-vinicio-1925-11-21	{"3a_sports": "3638"}	{"ertel": "ES-3638"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vinicio", "family": "Sabbatini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-11-21", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Vinicio", "family": "Sabbatini"}, "birth": {"date": "1925-11-21", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3638", "ENG": "", "MA_": "1", "G_NR": "486", "MA12": "11", "MARS": "31", "NAME": "Sabbatini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "9,600", "CSINR": "", "KURTZ": "", "PHAS_": "27,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "21.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Vinicio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.11.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23861	sabourin-lucien-1904-06-17	{"3a_sports": "3641"}	{"ertel": "ES-3641"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Sabourin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1904-06-17", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["winter-sports-practitioner"]	5	null	[{"new": {"sex": "M", "name": {"given": "Lucien", "family": "Sabourin"}, "birth": {"date": "1904-06-17", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3641", "ENG": "", "MA_": "1", "G_NR": "179", "MA12": "6", "MARS": "18", "NAME": "Sabourin", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "6,600", "CSINR": "", "KURTZ": "", "PHAS_": "12,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Lucien", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.06.1904", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "ICES", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23862	saby-julin-jacques-1939-04-23	{"3a_sports": "3642"}	{"ertel": "ES-3642"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julin Jacques", "family": "Saby", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1939-04-23", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Julin Jacques", "family": "Saby"}, "birth": {"date": "1939-04-23", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3642", "ENG": "", "MA_": "1", "G_NR": "180", "MA12": "5", "MARS": "14", "NAME": "Saby", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "6,300", "CSINR": "", "KURTZ": "", "PHAS_": "12,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Julin Jacques", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.04.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23864	saint-gerard-1935-07-11	{"3a_sports": "3648"}	{"ertel": "ES-3648"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Saint", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1935-07-11", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gérard", "family": "Saint"}, "birth": {"date": "1935-07-11", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3648", "ENG": "", "MA_": "0", "G_NR": "393", "MA12": "8", "MARS": "23", "NAME": "Saint", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "9,500", "CSINR": "", "KURTZ": "", "PHAS_": "70,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "11.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gérard", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "11.07.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23865	saint-gilles-francois-1951-01-03	{"3a_sports": "3650"}	{"ertel": "ES-3650"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francois", "family": "Saint-Gilles", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1951-01-03", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Francois", "family": "Saint-Gilles"}, "birth": {"date": "1951-01-03", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3650", "ENG": "1", "MA_": "2", "G_NR": "394", "MA12": "1", "MARS": "1", "NAME": "Saint-Gilles", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-10,80", "CSINR": "", "KURTZ": "", "PHAS_": "30,700", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "03.01.", "ZITATE": "DST", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Francois", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "03.01.1951", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23866	saint-martine-yves-1941-09-08	{"3a_sports": "3651"}	{"ertel": "ES-3651"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Saint-Martine", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-09-08", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["equestrian"]	5	null	[{"new": {"sex": "M", "name": {"given": "Yves", "family": "Saint-Martine"}, "birth": {"date": "1941-09-08", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3651", "ENG": "", "MA_": "1", "G_NR": "395", "MA12": "7", "MARS": "21", "NAME": "Saint-Martine", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-3,500", "CSINR": "", "KURTZ": "", "PHAS_": "94,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Yves", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "08.09.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "HORS", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23867	sala-franco-1932-02-06	{"3a_sports": "3653"}	{"ertel": "ES-3653"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franco", "family": "Sala", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-02-06", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Franco", "family": "Sala"}, "birth": {"date": "1932-02-06", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3653", "ENG": "", "MA_": "0", "G_NR": "487", "MA12": "6", "MARS": "17", "NAME": "Sala", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-2,500", "CSINR": "", "KURTZ": "", "PHAS_": "0,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "06.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Franco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.02.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23870	salvador-patrick-1951-09-21	{"3a_sports": "3661"}	{"ertel": "ES-3661"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Patrick", "family": "Salvador", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1951-09-21", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Patrick", "family": "Salvador"}, "birth": {"date": "1951-09-21", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3661", "ENG": "", "MA_": "0", "G_NR": "398", "MA12": "5", "MARS": "15", "NAME": "Salvador", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-8,500", "CSINR": "", "KURTZ": "", "PHAS_": "70,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Patrick", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "21.09.1951", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23873	sanglier-jacques-1919-02-22	{"3a_sports": "3667"}	{"ertel": "ES-3667"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Sanglier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-02-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jacques", "family": "Sanglier"}, "birth": {"date": "1919-02-22", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3667", "ENG": "", "MA_": "0", "G_NR": "182", "MA12": "11", "MARS": "32", "NAME": "Sanglier", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-8,900", "CSINR": "", "KURTZ": "", "PHAS_": "60,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.02.1919", "GQBECORR": "a2", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23872	sanglard-maurice-1927-08-19	{"3a_sports": "3666", "cfepp-final3": "1003"}	{"cfepp": "CF-1003", "ertel": "ES-3666"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Sanglard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-08-19 02:30", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": -6.87, "lat": 45.92, "name": "CHAMONIX MONT BLANC", "geoid": null}, "notime": null, "date-ut": "1927-08-19 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"sex": "M", "name": {"given": "Maurice", "family": "Sanglard"}, "birth": {"date": "1927-08-19", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3666", "ENG": "", "MA_": "1", "G_NR": "181", "MA12": "10", "MARS": "30", "NAME": "Sanglard", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-11,00", "CSINR": "", "KURTZ": "", "PHAS_": "59,500", "STUND": "", "CFEPNR": "1003", "EXTEND": "", "NATION": "FRA", "TAGMON": "19.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Maurice", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.08.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SKII", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1927-08-19 02:30", "place": {"c2": "74", "c3": "", "cy": "FR", "lg": -6.87, "lat": 45.92, "name": "CHAMONIX MONT BLANC"}, "date-ut": "1927-08-19 01:30"}, "occus": ["skier"], "ids-in-sources": {"cfepp-final3": "1003"}}, "raw": {"S": "10", "LT": "02 30", "LV": "M", "TR": "f", "UT": "01 30", "LAT": "+45.92", "SRC": "A", "LONG": "-06.87", "NAME": "SANGLARD Maurice", "SPORT": "Skiing", "LOC_DATE": "1927 08 19", "UNIV_DATE": "1927 08 19", "BIRTH_PLACE": "CHAMONIX MONT BLANC", "POSTAL_CODE": "74403 CEDEX"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23875	sansonetti-etienne-1935-12-05	{"3a_sports": "3669"}	{"ertel": "ES-3669"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Étienne", "family": "Sansonetti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1935-12-05", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Étienne", "family": "Sansonetti"}, "birth": {"date": "1935-12-05", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3669", "ENG": "1", "MA_": "2", "G_NR": "401", "MA12": "1", "MARS": "2", "NAME": "Sansonetti", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "11,000", "CSINR": "", "KURTZ": "", "PHAS_": "69,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "05.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Étienne", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "05.12.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23876	santacroce-michele-1921-02-01	{"3a_sports": "3670"}	{"ertel": "ES-3670"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michele", "family": "Santacroce", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-02-01", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Michele", "family": "Santacroce"}, "birth": {"date": "1921-02-01", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3670", "ENG": "", "MA_": "1", "G_NR": "488", "MA12": "12", "MARS": "35", "NAME": "Santacroce", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,900", "CSINR": "", "KURTZ": "", "PHAS_": "38,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Michele", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.02.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23877	santagostino-amelie-1928-06-28	{"3a_sports": "3671"}	{"ertel": "ES-3671"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amelie (?)", "family": "Santagostino", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1928-06-28", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "F", "name": {"given": "Amelie (?)", "family": "Santagostino"}, "birth": {"date": "1928-06-28", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "3671", "ENG": "", "MA_": "0", "G_NR": "489", "MA12": "8", "MARS": "23", "NAME": "Santagostino", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "8,400", "CSINR": "", "KURTZ": "", "PHAS_": "77,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "28.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Amelie (?)", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.06.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23878	santamato-guiseppe-1929-03-08	{"3a_sports": "3672"}	{"ertel": "ES-3672"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guiseppe", "family": "Santamato", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-03-08", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Guiseppe", "family": "Santamato"}, "birth": {"date": "1929-03-08", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3672", "ENG": "", "MA_": "1", "G_NR": "490", "MA12": "2", "MARS": "6", "NAME": "Santamato", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-7,000", "CSINR": "", "KURTZ": "", "PHAS_": "12,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "08.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Guiseppe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.03.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23879	santamato-michele-1927-05-30	{"3a_sports": "3673"}	{"ertel": "ES-3673"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michele", "family": "Santamato", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-05-30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Michele", "family": "Santamato"}, "birth": {"date": "1927-05-30", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3673", "ENG": "", "MA_": "1", "G_NR": "491", "MA12": "6", "MARS": "18", "NAME": "Santamato", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-3,900", "CSINR": "", "KURTZ": "", "PHAS_": "1,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "30.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Michele", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.05.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23880	santia-enrico-1918-11-06	{"3a_sports": "3677"}	{"ertel": "ES-3677"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Enrico", "family": "Santiá", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-11-06", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Enrico", "family": "Santiá"}, "birth": {"date": "1918-11-06", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3677", "ENG": "", "MA_": "0", "G_NR": "492", "MA12": "9", "MARS": "25", "NAME": "Santiá", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "2,900", "CSINR": "", "KURTZ": "", "PHAS_": "4,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "06.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Enrico", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.11.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23881	santini-jacques-1952-04-25	{"3a_sports": "3679"}	{"ertel": "ES-3679"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Santini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1952-04-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jacques", "family": "Santini"}, "birth": {"date": "1952-04-25", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3679", "ENG": "1", "MA_": "2", "G_NR": "402", "MA12": "1", "MARS": "2", "NAME": "Santini", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "0,400", "CSINR": "", "KURTZ": "", "PHAS_": "0,700", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "25.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "25.04.1952", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23884	sarda-jean-1941-06-13	{"3a_sports": "3682"}	{"ertel": "ES-3682"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Sarda", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-06-13", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean", "family": "Sarda"}, "birth": {"date": "1941-06-13", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3682", "ENG": "", "MA_": "1", "G_NR": "405", "MA12": "2", "MARS": "5", "NAME": "Sarda", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-7,200", "CSINR": "", "KURTZ": "", "PHAS_": "84,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "13.06.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23885	sarramangna-christian-1951-12-29	{"3a_sports": "3685"}	{"ertel": "ES-3685"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Sarramangna", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1951-12-29", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Christian", "family": "Sarramangna"}, "birth": {"date": "1951-12-29", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3685", "ENG": "", "MA_": "1", "G_NR": "406", "MA12": "11", "MARS": "31", "NAME": "Sarramangna", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "0,000", "CSINR": "", "KURTZ": "", "PHAS_": "0,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "29.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Christian", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "29.12.1951", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23888	sarti-benito-1936-07-23	{"3a_sports": "3688"}	{"ertel": "ES-3688"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benito", "family": "Sarti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1936-07-23", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Benito", "family": "Sarti"}, "birth": {"date": "1936-07-23", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3688", "ENG": "1", "MA_": "2", "G_NR": "493", "MA12": "1", "MARS": "1", "NAME": "Sarti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "7,100", "CSINR": "", "KURTZ": "", "PHAS_": "18,900", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "23.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Benito", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.07.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23889	sarti-guiliano-1933-10-02	{"3a_sports": "3689"}	{"ertel": "ES-3689"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guiliano", "family": "Sarti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-10-02", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Guiliano", "family": "Sarti"}, "birth": {"date": "1933-10-02", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3689", "ENG": "", "MA_": "1", "G_NR": "494", "MA12": "2", "MARS": "4", "NAME": "Sarti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "5,000", "CSINR": "", "KURTZ": "", "PHAS_": "96,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "02.10.", "ZITATE": "S", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Guiliano", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "02.10.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23890	sartin-giancarlo-1934-01-17	{"3a_sports": "3690"}	{"ertel": "ES-3690"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giancarlo", "family": "Sartin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-01-17", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giancarlo", "family": "Sartin"}, "birth": {"date": "1934-01-17", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3690", "ENG": "1", "MA_": "2", "G_NR": "495", "MA12": "1", "MARS": "2", "NAME": "Sartin", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "2,800", "CSINR": "", "KURTZ": "", "PHAS_": "3,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "17.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giancarlo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.01.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23891	sassi-renzo-1929-02-09	{"3a_sports": "3691"}	{"ertel": "ES-3691"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renzo", "family": "Sassi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-02-09", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Renzo", "family": "Sassi"}, "birth": {"date": "1929-02-09", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3691", "ENG": "", "MA_": "1", "G_NR": "496", "MA12": "12", "MARS": "35", "NAME": "Sassi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-2,400", "CSINR": "", "KURTZ": "", "PHAS_": "0,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "09.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Renzo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.02.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23892	saubesty-jacques-1945-07-18	{"3a_sports": "3693"}	{"ertel": "ES-3693"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Saubesty", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1945-07-18", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jacques", "family": "Saubesty"}, "birth": {"date": "1945-07-18", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3693", "ENG": "1", "MA_": "2", "G_NR": "409", "MA12": "4", "MARS": "10", "NAME": "Saubesty", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "9,500", "CSINR": "", "KURTZ": "", "PHAS_": "56,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "18.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "18.07.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23893	saulnier-serge-1915-01-14	{"3a_sports": "3694"}	{"ertel": "ES-3694"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Serge", "family": "Saulnier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1915-01-14", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Serge", "family": "Saulnier"}, "birth": {"date": "1915-01-14", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3694", "ENG": "", "MA_": "0", "G_NR": "410", "MA12": "6", "MARS": "16", "NAME": "Saulnier", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-5,600", "CSINR": "", "KURTZ": "", "PHAS_": "3,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "14.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Serge", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "14.01.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23894	saunier-jean-1929-09-17	{"3a_sports": "3695"}	{"ertel": "ES-3695"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Saunier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-09-17", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean", "family": "Saunier"}, "birth": {"date": "1929-09-17", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3695", "ENG": "", "MA_": "1", "G_NR": "183", "MA12": "5", "MARS": "14", "NAME": "Saunier", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "4,800", "CSINR": "", "KURTZ": "", "PHAS_": "95,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.09.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23896	saux-jean-pierre-1928-11-13	{"3a_sports": "3699"}	{"ertel": "ES-3699"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Pierre", "family": "Saux", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-11-13", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean Pierre", "family": "Saux"}, "birth": {"date": "1928-11-13", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3699", "ENG": "", "MA_": "0", "G_NR": "21", "MA12": "5", "MARS": "15", "NAME": "Saux", "PUBL": "U", "QUEL": "G_79F", "AUFAB": "0,100", "CSINR": "", "KURTZ": "", "PHAS_": "0,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.11.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean Pierre", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "13.11.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23898	sazzi-william-1927-04-04	{"3a_sports": "3706"}	{"ertel": "ES-3706"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Sazzi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-04-04", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "William", "family": "Sazzi"}, "birth": {"date": "1927-04-04", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3706", "ENG": "", "MA_": "1", "G_NR": "497", "MA12": "10", "MARS": "28", "NAME": "Sazzi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "3,900", "CSINR": "", "KURTZ": "", "PHAS_": "5,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "04.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "William", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.04.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23899	sbardellini-gianni-1933-01-26	{"3a_sports": "3707"}	{"ertel": "ES-3707"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gianni", "family": "Sbardellini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-01-26", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gianni", "family": "Sbardellini"}, "birth": {"date": "1933-01-26", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3707", "ENG": "1", "MA_": "2", "G_NR": "498", "MA12": "1", "MARS": "1", "NAME": "Sbardellini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-1,300", "CSINR": "", "KURTZ": "", "PHAS_": "0,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "26.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gianni", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.01.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23900	scagnellato-amelio-1930-10-26	{"3a_sports": "3708"}	{"ertel": "ES-3708"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amelio", "family": "Scagnellato", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-10-26", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Amelio", "family": "Scagnellato"}, "birth": {"date": "1930-10-26", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3708", "ENG": "0", "MA_": "2", "G_NR": "499", "MA12": "3", "MARS": "9", "NAME": "Scagnellato", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "7,500", "CSINR": "", "KURTZ": "", "PHAS_": "19,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "26.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Amelio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.10.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23901	scansetti-egidio-1909-11-09	{"3a_sports": "3710"}	{"ertel": "ES-3710"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Egidio", "family": "Scansetti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1909-11-09", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Egidio", "family": "Scansetti"}, "birth": {"date": "1909-11-09", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3710", "ENG": "", "MA_": "1", "G_NR": "500", "MA12": "10", "MARS": "28", "NAME": "Scansetti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-7,300", "CSINR": "", "KURTZ": "", "PHAS_": "14,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "09.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Egidio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.11.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23902	scaramucci-aldo-1932-02-25	{"3a_sports": "3712"}	{"ertel": "ES-3712"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "Scaramucci", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-02-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Aldo", "family": "Scaramucci"}, "birth": {"date": "1932-02-25", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3712", "ENG": "", "MA_": "1", "G_NR": "501", "MA12": "12", "MARS": "35", "NAME": "Scaramucci", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-6,500", "CSINR": "", "KURTZ": "", "PHAS_": "88,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "25.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Aldo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.02.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23903	schaeffer-lucien-1928-06-06	{"3a_sports": "3715"}	{"ertel": "ES-3715"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Schaeffer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-06-06", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Lucien", "family": "Schaeffer"}, "birth": {"date": "1928-06-06", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3715", "ENG": "0", "MA_": "2", "G_NR": "185", "MA12": "12", "MARS": "36", "NAME": "Schaeffer", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-3,600", "CSINR": "", "KURTZ": "", "PHAS_": "94,300", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "06.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Lucien", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.06.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23904	scharmann-fritz-1901-05-03	{"3a_sports": "3718"}	{"ertel": "ES-3718"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Scharmann", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1901-05-03", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Fritz", "family": "Scharmann"}, "birth": {"date": "1901-05-03", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3718", "ENG": "", "MA_": "0", "G_NR": "63", "MA12": "3", "MARS": "7", "NAME": "Scharmann", "PUBL": "U", "QUEL": "GMING", "AUFAB": "2,300", "CSINR": "", "KURTZ": "", "PHAS_": "99,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "03.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Fritz", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.05.1901", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23905	schauffele-richard-1903-01-26	{"3a_sports": "3719"}	{"ertel": "ES-3719"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Schauffele", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1903-01-26", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Richard", "family": "Schauffele"}, "birth": {"date": "1903-01-26", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3719", "ENG": "0", "MA_": "2", "G_NR": "82", "MA12": "12", "MARS": "36", "NAME": "Schauffele", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-5,400", "CSINR": "", "KURTZ": "", "PHAS_": "6,600", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "GER", "TAGMON": "26.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Richard", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.01.1903", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23906	schaumburg-friedrich-1905-12-30	{"3a_sports": "3720"}	{"ertel": "ES-3720"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Friedrich", "family": "Schaumburg", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1905-12-30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Friedrich", "family": "Schaumburg"}, "birth": {"date": "1905-12-30", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3720", "ENG": "0", "MA_": "2", "G_NR": "10", "MA12": "3", "MARS": "9", "NAME": "Schaumburg", "PUBL": "U", "QUEL": "GMING", "AUFAB": "7,300", "CSINR": "", "KURTZ": "", "PHAS_": "17,200", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "GER", "TAGMON": "30.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Friedrich", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.12.1905", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23907	schein-egon-1912-01-20	{"3a_sports": "3721"}	{"ertel": "ES-3721"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Egon", "family": "Schein", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1912-01-20", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Egon", "family": "Schein"}, "birth": {"date": "1912-01-20", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3721", "ENG": "", "MA_": "0", "G_NR": "105", "MA12": "3", "MARS": "7", "NAME": "Schein", "PUBL": "U", "QUEL": "GMING", "AUFAB": "0,000", "CSINR": "", "KURTZ": "", "PHAS_": "0,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "20.01.", "ZITATE": "ST", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Egon", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "20.01.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23908	schewetta-francis-1919-08-29	{"3a_sports": "3725"}	{"ertel": "ES-3725"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Schewetta", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-08-29", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Francis", "family": "Schewetta"}, "birth": {"date": "1919-08-29", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3725", "ENG": "", "MA_": "1", "G_NR": "186", "MA12": "7", "MARS": "21", "NAME": "Schewetta", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "5,600", "CSINR": "", "KURTZ": "", "PHAS_": "11,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "29.08.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Francis", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "29.08.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23909	schilgen-fritz-1906-09-08	{"3a_sports": "3727"}	{"ertel": "ES-3727"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Schilgen", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1906-09-08", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Fritz", "family": "Schilgen"}, "birth": {"date": "1906-09-08", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3727", "ENG": "", "MA_": "1", "G_NR": "9", "MA12": "9", "MARS": "27", "NAME": "Schilgen", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-7,700", "CSINR": "", "KURTZ": "", "PHAS_": "76,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "08.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Fritz", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.09.1906", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23910	schlemmer-joseph-1904-03-16	{"3a_sports": "3732"}	{"ertel": "ES-3732"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Schlemmer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1904-03-16", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Joseph", "family": "Schlemmer"}, "birth": {"date": "1904-03-16", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3732", "ENG": "", "MA_": "1", "G_NR": "51", "MA12": "10", "MARS": "28", "NAME": "Schlemmer", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-3,100", "CSINR": "", "KURTZ": "", "PHAS_": "1,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "16.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Joseph", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.03.1904", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23911	schlesser-joseph-1928-05-18	{"3a_sports": "3733"}	{"ertel": "ES-3733"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Schlesser", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-05-18", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Joseph", "family": "Schlesser"}, "birth": {"date": "1928-05-18", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3733", "ENG": "", "MA_": "0", "G_NR": "412", "MA12": "6", "MARS": "16", "NAME": "Schlesser", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-6,000", "CSINR": "", "KURTZ": "", "PHAS_": "3,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Joseph", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "18.05.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23912	schmid-otto-1913-01-22	{"3a_sports": "3736"}	{"ertel": "ES-3736"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otto", "family": "Schmid", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-01-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Otto", "family": "Schmid"}, "birth": {"date": "1913-01-22", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3736", "ENG": "", "MA_": "1", "G_NR": "75", "MA12": "9", "MARS": "27", "NAME": "Schmid", "PUBL": "U", "QUEL": "GMING", "AUFAB": "3,400", "CSINR": "", "KURTZ": "", "PHAS_": "99,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "22.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Otto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.01.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23913	schmidt-josef-1896-05-22	{"3a_sports": "3737"}	{"ertel": "ES-3737"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Josef", "family": "Schmidt", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1896-05-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Josef", "family": "Schmidt"}, "birth": {"date": "1896-05-22", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3737", "ENG": "1", "MA_": "2", "G_NR": "21", "MA12": "1", "MARS": "3", "NAME": "Schmidt", "PUBL": "U", "QUEL": "GMING", "AUFAB": "11,100", "CSINR": "", "KURTZ": "", "PHAS_": "69,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "GER", "TAGMON": "22.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Josef", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.05.1896", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23914	schmitz-jean-pierre-1932-02-15	{"3a_sports": "3741"}	{"ertel": "ES-3741"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Pierre", "family": "Schmitz", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-02-15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean Pierre", "family": "Schmitz"}, "birth": {"date": "1932-02-15", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3741", "ENG": "", "MA_": "1", "G_NR": "187", "MA12": "2", "MARS": "5", "NAME": "Schmitz", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "9,500", "CSINR": "", "KURTZ": "", "PHAS_": "52,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.02.", "ZITATE": "Y", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean Pierre", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "15.02.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23915	schmucker-josef-1901-11-14	{"3a_sports": "3742"}	{"ertel": "ES-3742"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Josef", "family": "Schmücker", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1901-11-14", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Josef", "family": "Schmücker"}, "birth": {"date": "1901-11-14", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3742", "ENG": "", "MA_": "1", "G_NR": "61", "MA12": "11", "MARS": "31", "NAME": "Schmücker", "PUBL": "U", "QUEL": "GMING", "AUFAB": "3,900", "CSINR": "", "KURTZ": "", "PHAS_": "6,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "14.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Josef", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.11.1901", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23916	schnell-roland-1921-01-24	{"3a_sports": "3743"}	{"ertel": "ES-3743"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roland", "family": "Schnell", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-01-24", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Roland", "family": "Schnell"}, "birth": {"date": "1921-01-24", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3743", "ENG": "", "MA_": "0", "G_NR": "43", "MA12": "11", "MARS": "33", "NAME": "Schnell", "PUBL": "U", "QUEL": "GMING", "AUFAB": "1,400", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "24.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Roland", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.01.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23917	schroder-willy-1894-06-02	{"3a_sports": "3751"}	{"ertel": "ES-3751"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willy", "family": "Schröder", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1894-06-02", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Willy", "family": "Schröder"}, "birth": {"date": "1894-06-02", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3751", "ENG": "1", "MA_": "2", "G_NR": "117", "MA12": "4", "MARS": "11", "NAME": "Schröder", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-6,300", "CSINR": "", "KURTZ": "", "PHAS_": "5,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "GER", "TAGMON": "02.06.", "ZITATE": "T", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Willy", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "02.06.1894", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23918	schuller-jakob-1905-06-26	{"3a_sports": "3753"}	{"ertel": "ES-3753"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jakob", "family": "Schüller", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1905-06-26", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jakob", "family": "Schüller"}, "birth": {"date": "1905-06-26", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3753", "ENG": "1", "MA_": "2", "G_NR": "72", "MA12": "1", "MARS": "3", "NAME": "Schüller", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "39,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "GER", "TAGMON": "26.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jakob", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.06.1905", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23919	schuth-johnny-1941-12-07	{"3a_sports": "3758"}	{"ertel": "ES-3758"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johnny", "family": "Schuth", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-12-07", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Johnny", "family": "Schuth"}, "birth": {"date": "1941-12-07", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3758", "ENG": "", "MA_": "0", "G_NR": "413", "MA12": "8", "MARS": "23", "NAME": "Schuth", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-4,600", "CSINR": "", "KURTZ": "", "PHAS_": "91,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Johnny", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "07.12.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23920	schwager-andre-1927-11-09	{"3a_sports": "3760"}	{"ertel": "ES-3760"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Schwager", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-11-09", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "André", "family": "Schwager"}, "birth": {"date": "1927-11-09", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3760", "ENG": "", "MA_": "1", "G_NR": "188", "MA12": "10", "MARS": "28", "NAME": "Schwager", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "2,400", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "09.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.11.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23922	scudeler-sergio-1924-05-04	{"3a_sports": "3767"}	{"ertel": "ES-3767"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sergio", "family": "Scudeler", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-05-04", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Sergio", "family": "Scudeler"}, "birth": {"date": "1924-05-04", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3767", "ENG": "", "MA_": "1", "G_NR": "502", "MA12": "2", "MARS": "4", "NAME": "Scudeler", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-0,800", "CSINR": "", "KURTZ": "", "PHAS_": "0,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "04.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Sergio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.05.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23923	sculli-luigi-1921-09-15	{"3a_sports": "3768"}	{"ertel": "ES-3768"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Sculli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-09-15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luigi", "family": "Sculli"}, "birth": {"date": "1921-09-15", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3768", "ENG": "", "MA_": "1", "G_NR": "503", "MA12": "9", "MARS": "26", "NAME": "Sculli", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "4,900", "CSINR": "", "KURTZ": "", "PHAS_": "95,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "15.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.09.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23924	sdraulig-mario-1917-02-28	{"3a_sports": "3770"}	{"ertel": "ES-3770"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Sdraulig", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1917-02-28", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Mario", "family": "Sdraulig"}, "birth": {"date": "1917-02-28", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3770", "ENG": "", "MA_": "1", "G_NR": "504", "MA12": "10", "MARS": "30", "NAME": "Sdraulig", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "10,100", "CSINR": "", "KURTZ": "", "PHAS_": "43,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "28.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.02.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23926	secret-henri-1907-08-07	{"3a_sports": "3775"}	{"ertel": "ES-3775"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Secret", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1907-08-07", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Henri", "family": "Secret"}, "birth": {"date": "1907-08-07", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3775", "ENG": "", "MA_": "1", "G_NR": "189", "MA12": "11", "MARS": "31", "NAME": "Secret", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-4,800", "CSINR": "", "KURTZ": "", "PHAS_": "4,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.08.1907", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23927	seffussatti-antonio-1930-09-26	{"3a_sports": "3777"}	{"ertel": "ES-3777"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Seffussatti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-09-26", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Antonio", "family": "Seffussatti"}, "birth": {"date": "1930-09-26", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3777", "ENG": "", "MA_": "1", "G_NR": "505", "MA12": "7", "MARS": "19", "NAME": "Seffussatti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "7,300", "CSINR": "", "KURTZ": "", "PHAS_": "15,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "26.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Antonio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.09.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23928	seghers-armand-1926-06-21	{"3a_sports": "3780"}	{"cpara": "CP-*34", "ertel": "ES-3780"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Seghers", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-06-21", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Armand", "family": "Seghers"}, "birth": {"date": "1926-06-21", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3780", "ENG": "", "MA_": "1", "G_NR": "34", "MA12": "5", "MARS": "14", "NAME": "Seghers", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "9,200", "CSINR": "", "KURTZ": "", "PHAS_": "74,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "21.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 34", "VORNAME": "Armand", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.06.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23929	seguier-noel-1949-09-08	{"3a_sports": "3781"}	{"ertel": "ES-3781"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Noel", "family": "Seguier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-09-08", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Noel", "family": "Seguier"}, "birth": {"date": "1949-09-08", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3781", "ENG": "0", "MA_": "2", "G_NR": "416", "MA12": "12", "MARS": "36", "NAME": "Seguier", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-0,200", "CSINR": "", "KURTZ": "", "PHAS_": "99,600", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "08.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Noel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "08.09.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23930	seidenschnur-rolf-1916-01-31	{"3a_sports": "3782"}	{"ertel": "ES-3782"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rolf", "family": "Seidenschnur", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1916-01-31", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Rolf", "family": "Seidenschnur"}, "birth": {"date": "1916-01-31", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3782", "ENG": "", "MA_": "0", "G_NR": "47", "MA12": "6", "MARS": "17", "NAME": "Seidenschnur", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-9,900", "CSINR": "", "KURTZ": "", "PHAS_": "18,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "31.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Rolf", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "31.01.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23932	sentimenti-arnaldo-1914-05-22	{"3a_sports": "3790"}	{"ertel": "ES-3790"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arnaldo", "family": "Sentimenti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-05-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Arnaldo", "family": "Sentimenti"}, "birth": {"date": "1914-05-22", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3790", "ENG": "", "MA_": "0", "G_NR": "506", "MA12": "12", "MARS": "34", "NAME": "Sentimenti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-6,000", "CSINR": "", "KURTZ": "", "PHAS_": "8,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "22.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Arnaldo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.05.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23933	sentimenti-vittorio-1918-08-22	{"3a_sports": "3793"}	{"ertel": "ES-3793"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vittorio", "family": "Sentimenti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-08-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Vittorio", "family": "Sentimenti"}, "birth": {"date": "1918-08-22", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3793", "ENG": "", "MA_": "0", "G_NR": "507", "MA12": "8", "MARS": "22", "NAME": "Sentimenti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "2,000", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "22.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Vittorio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.08.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23934	seratoni-dario-1929-03-09	{"3a_sports": "3795"}	{"ertel": "ES-3795"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dario", "family": "Seratoni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-03-09", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Dario", "family": "Seratoni"}, "birth": {"date": "1929-03-09", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3795", "ENG": "", "MA_": "0", "G_NR": "508", "MA12": "3", "MARS": "7", "NAME": "Seratoni", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-5,700", "CSINR": "", "KURTZ": "", "PHAS_": "6,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "09.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Dario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.03.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23937	sessa-antonio-1924-01-18	{"3a_sports": "3807"}	{"ertel": "ES-3807"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Sessa", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-01-18", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Antonio", "family": "Sessa"}, "birth": {"date": "1924-01-18", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3807", "ENG": "", "MA_": "1", "G_NR": "509", "MA12": "10", "MARS": "29", "NAME": "Sessa", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "7,400", "CSINR": "", "KURTZ": "", "PHAS_": "84,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "18.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Antonio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.01.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23938	setti-duilio-1912-01-07	{"3a_sports": "3808"}	{"ertel": "ES-3808"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Duilio", "family": "Setti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1912-01-07", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Duilio", "family": "Setti"}, "birth": {"date": "1912-01-07", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3808", "ENG": "", "MA_": "0", "G_NR": "510", "MA12": "3", "MARS": "7", "NAME": "Setti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-5,500", "CSINR": "", "KURTZ": "", "PHAS_": "91,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "07.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Duilio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.01.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23936	sermon-francois-1923-03-31	{"3a_sports": "3805"}	{"cpara": "CP-*52", "ertel": "ES-3805"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francois", "family": "Sermon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1923-03-31", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Francois", "family": "Sermon"}, "birth": {"date": "1923-03-31", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3805", "ENG": "1", "MA_": "2", "G_NR": "52", "MA12": "1", "MARS": "1", "NAME": "Sermon", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "5,700", "CSINR": "", "KURTZ": "", "PHAS_": "96,400", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "31.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 52", "VORNAME": "Francois", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "31.03.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23939	sforza-romolo-1920-01-08	{"3a_sports": "3810"}	{"ertel": "ES-3810"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Romolo", "family": "Sforza", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-01-08", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Romolo", "family": "Sforza"}, "birth": {"date": "1920-01-08", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3810", "ENG": "", "MA_": "0", "G_NR": "511", "MA12": "8", "MARS": "23", "NAME": "Sforza", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-4,400", "CSINR": "", "KURTZ": "", "PHAS_": "93,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "08.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Romolo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.01.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23940	sforzin-pietro-1919-12-06	{"3a_sports": "3811"}	{"ertel": "ES-3811"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pietro", "family": "Sforzin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-12-06", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Pietro", "family": "Sforzin"}, "birth": {"date": "1919-12-06", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3811", "ENG": "1", "MA_": "2", "G_NR": "512", "MA12": "1", "MARS": "1", "NAME": "Sforzin", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "5,600", "CSINR": "", "KURTZ": "", "PHAS_": "97,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "06.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Pietro", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.12.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23942	signoretto-andrea-1916-06-29	{"3a_sports": "3818"}	{"ertel": "ES-3818"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Andrea", "family": "Signoretto", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1916-06-29", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "F", "name": {"given": "Andrea", "family": "Signoretto"}, "birth": {"date": "1916-06-29", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "3818", "ENG": "1", "MA_": "2", "G_NR": "513", "MA12": "4", "MARS": "10", "NAME": "Signoretto", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-3,500", "CSINR": "", "KURTZ": "", "PHAS_": "2,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "29.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Andrea", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.06.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23944	silvestrelli-mario-1920-04-19	{"3a_sports": "3822"}	{"ertel": "ES-3822"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Silvestrelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-04-19", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Mario", "family": "Silvestrelli"}, "birth": {"date": "1920-04-19", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3822", "ENG": "1", "MA_": "2", "G_NR": "514", "MA12": "4", "MARS": "11", "NAME": "Silvestrelli", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-1,200", "CSINR": "", "KURTZ": "", "PHAS_": "0,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "19.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.04.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23946	simontacchi-angelo-1914-01-20	{"3a_sports": "3828"}	{"ertel": "ES-3828"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Simontacchi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-01-20", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Angelo", "family": "Simontacchi"}, "birth": {"date": "1914-01-20", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3828", "ENG": "", "MA_": "1", "G_NR": "515", "MA12": "2", "MARS": "5", "NAME": "Simontacchi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-11,20", "CSINR": "", "KURTZ": "", "PHAS_": "39,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "20.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Angelo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.01.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23948	smersy-silvio-1933-01-16	{"3a_sports": "3842"}	{"ertel": "ES-3842"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Silvio", "family": "Smersy", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-01-16", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Silvio", "family": "Smersy"}, "birth": {"date": "1933-01-16", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3842", "ENG": "", "MA_": "1", "G_NR": "516", "MA12": "2", "MARS": "5", "NAME": "Smersy", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-7,200", "CSINR": "", "KURTZ": "", "PHAS_": "82,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "16.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Silvio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.01.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23945	simons-charles-1906-09-27	{"3a_sports": "3827"}	{"cpara": "CP-*41", "ertel": "ES-3827"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Simons", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1906-09-27", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Charles", "family": "Simons"}, "birth": {"date": "1906-09-27", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3827", "ENG": "", "MA_": "1", "G_NR": "41", "MA12": "5", "MARS": "13", "NAME": "Simons", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "10,700", "CSINR": "", "KURTZ": "", "PHAS_": "69,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "27.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 41", "VORNAME": "Charles", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.09.1906", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23949	sollinger-ernst-1896-06-05	{"3a_sports": "3853"}	{"ertel": "ES-3853"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernst", "family": "Söllinger", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1896-06-05", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ernst", "family": "Söllinger"}, "birth": {"date": "1896-06-05", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3853", "ENG": "", "MA_": "0", "G_NR": "17", "MA12": "3", "MARS": "8", "NAME": "Söllinger", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-9,200", "CSINR": "", "KURTZ": "", "PHAS_": "34,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "05.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ernst", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.06.1896", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23950	soldan-narciso-1922-12-11	{"3a_sports": "3855"}	{"ertel": "ES-3855"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Narciso", "family": "Soldan", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-12-11", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Narciso", "family": "Soldan"}, "birth": {"date": "1922-12-11", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3855", "ENG": "1", "MA_": "2", "G_NR": "517", "MA12": "1", "MARS": "2", "NAME": "Soldan", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-10,70", "CSINR": "", "KURTZ": "", "PHAS_": "58,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "11.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Narciso", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.12.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23951	solheid-patrick-1952-09-04	{"3a_sports": "3858"}	{"ertel": "ES-3858"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Patrick", "family": "Solheid", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1952-09-04", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["judoka"]	5	null	[{"new": {"sex": "M", "name": {"given": "Patrick", "family": "Solheid"}, "birth": {"date": "1952-09-04", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3858", "ENG": "", "MA_": "0", "G_NR": "420", "MA12": "8", "MARS": "22", "NAME": "Solheid", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "2,000", "CSINR": "", "KURTZ": "", "PHAS_": "100,00", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Patrick", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "04.09.1952", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "JUDO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23952	spadavecchi-alfredo-1919-08-03	{"3a_sports": "3865"}	{"ertel": "ES-3865"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfredo", "family": "Spadavecchi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-08-03", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alfredo", "family": "Spadavecchi"}, "birth": {"date": "1919-08-03", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3865", "ENG": "", "MA_": "1", "G_NR": "518", "MA12": "7", "MARS": "21", "NAME": "Spadavecchi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "9,300", "CSINR": "", "KURTZ": "", "PHAS_": "42,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "03.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Alfredo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.08.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23953	spadoni-luigi-1921-01-29	{"3a_sports": "3866"}	{"ertel": "ES-3866"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Spadoni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-01-29", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luigi", "family": "Spadoni"}, "birth": {"date": "1921-01-29", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3866", "ENG": "", "MA_": "1", "G_NR": "519", "MA12": "9", "MARS": "26", "NAME": "Spadoni", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,600", "CSINR": "", "KURTZ": "", "PHAS_": "68,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "29.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.01.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23954	spanghero-jean-marie-1945-12-23	{"3a_sports": "3868"}	{"ertel": "ES-3868"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Marie", "family": "Spanghero", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1945-12-23", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean Marie", "family": "Spanghero"}, "birth": {"date": "1945-12-23", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3868", "ENG": "0", "MA_": "2", "G_NR": "421", "MA12": "3", "MARS": "9", "NAME": "Spanghero", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-7,700", "CSINR": "", "KURTZ": "", "PHAS_": "81,400", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "23.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean Marie", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "23.12.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23955	spanghero-laurent-1939-06-12	{"3a_sports": "3869"}	{"ertel": "ES-3869"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Laurent", "family": "Spanghero", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1939-06-12", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Laurent", "family": "Spanghero"}, "birth": {"date": "1939-06-12", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3869", "ENG": "", "MA_": "0", "G_NR": "422", "MA12": "8", "MARS": "23", "NAME": "Spanghero", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,600", "CSINR": "", "KURTZ": "", "PHAS_": "32,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Laurent", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "12.06.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23956	spinola-guiseppe-1911-10-12	{"3a_sports": "3875"}	{"ertel": "ES-3875"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guiseppe", "family": "Spinola", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1911-10-12", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Guiseppe", "family": "Spinola"}, "birth": {"date": "1911-10-12", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3875", "ENG": "", "MA_": "0", "G_NR": "520", "MA12": "6", "MARS": "16", "NAME": "Spinola", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-8,000", "CSINR": "", "KURTZ": "", "PHAS_": "82,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "12.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Guiseppe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.10.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23957	spurio-renato-1930-06-10	{"3a_sports": "3878"}	{"ertel": "ES-3878"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renato", "family": "Spurio", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-06-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Renato", "family": "Spurio"}, "birth": {"date": "1930-06-10", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3878", "ENG": "", "MA_": "1", "G_NR": "521", "MA12": "5", "MARS": "14", "NAME": "Spurio", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "3,500", "CSINR": "", "KURTZ": "", "PHAS_": "98,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "10.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Renato", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.06.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23958	stadella-carlo-1921-04-23	{"3a_sports": "3881"}	{"ertel": "ES-3881"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Stadella", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-04-23", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Carlo", "family": "Stadella"}, "birth": {"date": "1921-04-23", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3881", "ENG": "", "MA_": "1", "G_NR": "522", "MA12": "10", "MARS": "30", "NAME": "Stadella", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-0,400", "CSINR": "", "KURTZ": "", "PHAS_": "99,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "23.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Carlo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.04.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23959	stafanini-lidio-1913-07-02	{"3a_sports": "3882"}	{"ertel": "ES-3882"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lidio", "family": "Stafanini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-07-02", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Lidio", "family": "Stafanini"}, "birth": {"date": "1913-07-02", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3882", "ENG": "1", "MA_": "2", "G_NR": "524", "MA12": "1", "MARS": "2", "NAME": "Stafanini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-6,100", "CSINR": "", "KURTZ": "", "PHAS_": "6,400", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "02.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Lidio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.07.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23961	stanganelli-guiseppe-1924-03-09	{"3a_sports": "3886"}	{"ertel": "ES-3886"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guiseppe", "family": "Stanganelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-03-09", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Guiseppe", "family": "Stanganelli"}, "birth": {"date": "1924-03-09", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3886", "ENG": "1", "MA_": "2", "G_NR": "523", "MA12": "1", "MARS": "2", "NAME": "Stanganelli", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "5,400", "CSINR": "", "KURTZ": "", "PHAS_": "11,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "09.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Guiseppe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.03.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23963	stasiak-francois-1936-09-18	{"3a_sports": "3891"}	{"ertel": "ES-3891"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francois", "family": "Stasiak", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1936-09-18", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Francois", "family": "Stasiak"}, "birth": {"date": "1936-09-18", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3891", "ENG": "", "MA_": "0", "G_NR": "190", "MA12": "8", "MARS": "22", "NAME": "Stasiak", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "3,100", "CSINR": "", "KURTZ": "", "PHAS_": "4,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Francois", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.09.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23962	stappen-andre-van-der-1934-03-27	{"3a_sports": "3888"}	{"cpara": "CP-*42", "ertel": "ES-3888"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André (van der)", "family": "Stappen", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-03-27", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "André (van der)", "family": "Stappen"}, "birth": {"date": "1934-03-27", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3888", "ENG": "", "MA_": "1", "G_NR": "42", "MA12": "11", "MARS": "31", "NAME": "Stappen", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "7,600", "CSINR": "", "KURTZ": "", "PHAS_": "84,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "27.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 42", "VORNAME": "André (van der)", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.03.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23964	stechemesser-erich-1907-01-06	{"3a_sports": "3894"}	{"ertel": "ES-3894"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erich", "family": "Stechemesser", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1907-01-06", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Erich", "family": "Stechemesser"}, "birth": {"date": "1907-01-06", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3894", "ENG": "", "MA_": "1", "G_NR": "103", "MA12": "11", "MARS": "31", "NAME": "Stechemesser", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-9,300", "CSINR": "", "KURTZ": "", "PHAS_": "67,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "06.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Erich", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.01.1907", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23966	stella-benedetto-1913-01-31	{"3a_sports": "3900"}	{"ertel": "ES-3900"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benedetto", "family": "Stella", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-01-31", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Benedetto", "family": "Stella"}, "birth": {"date": "1913-01-31", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3900", "ENG": "", "MA_": "0", "G_NR": "525", "MA12": "6", "MARS": "16", "NAME": "Stella", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-10,10", "CSINR": "", "KURTZ": "", "PHAS_": "32,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "31.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Benedetto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "31.01.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23967	stivanello-giorgio-1932-07-13	{"3a_sports": "3907"}	{"ertel": "ES-3907"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giorgio", "family": "Stivanello", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-07-13", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giorgio", "family": "Stivanello"}, "birth": {"date": "1932-07-13", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3907", "ENG": "", "MA_": "0", "G_NR": "526", "MA12": "3", "MARS": "7", "NAME": "Stivanello", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "11,000", "CSINR": "", "KURTZ": "", "PHAS_": "71,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "13.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giorgio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.07.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23968	storch-karl-1913-08-21	{"3a_sports": "3916"}	{"ertel": "ES-3916"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Karl", "family": "Storch", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-08-21", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Karl", "family": "Storch"}, "birth": {"date": "1913-08-21", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3916", "ENG": "", "MA_": "1", "G_NR": "40", "MA12": "7", "MARS": "21", "NAME": "Storch", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-6,000", "CSINR": "", "KURTZ": "", "PHAS_": "85,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "21.08.", "ZITATE": "KSX", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Karl", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "21.08.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23970	strossenreuther-max-1915-02-22	{"3a_sports": "3923"}	{"ertel": "ES-3923"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Strössenreuther", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1915-02-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Max", "family": "Strössenreuther"}, "birth": {"date": "1915-02-22", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3923", "ENG": "", "MA_": "1", "G_NR": "30", "MA12": "2", "MARS": "5", "NAME": "Strössenreuther", "PUBL": "U", "QUEL": "GMING", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "49,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "22.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Max", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.02.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23971	stucchi-giosne-1931-03-13	{"3a_sports": "3925"}	{"ertel": "ES-3925"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giosne", "family": "Stucchi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-03-13", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giosne", "family": "Stucchi"}, "birth": {"date": "1931-03-13", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3925", "ENG": "", "MA_": "0", "G_NR": "527", "MA12": "11", "MARS": "33", "NAME": "Stucchi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,700", "CSINR": "", "KURTZ": "", "PHAS_": "32,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "13.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giosne", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.03.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23972	suber-lorenzo-1912-06-07	{"3a_sports": "3928"}	{"ertel": "ES-3928"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lorenzo", "family": "Suber", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1912-06-07", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Lorenzo", "family": "Suber"}, "birth": {"date": "1912-06-07", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3928", "ENG": "", "MA_": "1", "G_NR": "528", "MA12": "9", "MARS": "26", "NAME": "Suber", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,000", "CSINR": "", "KURTZ": "", "PHAS_": "60,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "07.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Lorenzo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.06.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23973	subinaghi-otello-1910-04-02	{"3a_sports": "3929"}	{"ertel": "ES-3929"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otello", "family": "Subinaghi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1910-04-02", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Otello", "family": "Subinaghi"}, "birth": {"date": "1910-04-02", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3929", "ENG": "1", "MA_": "2", "G_NR": "529", "MA12": "4", "MARS": "10", "NAME": "Subinaghi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,300", "CSINR": "", "KURTZ": "", "PHAS_": "60,400", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "02.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Otello", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.04.1910", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23974	sucre-jacques-1929-05-15	{"3a_sports": "3930"}	{"ertel": "ES-3930"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Sucré", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-05-15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jacques", "family": "Sucré"}, "birth": {"date": "1929-05-15", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3930", "ENG": "", "MA_": "0", "G_NR": "191", "MA12": "9", "MARS": "25", "NAME": "Sucré", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "11,000", "CSINR": "", "KURTZ": "", "PHAS_": "40,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.05.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23976	sulpice-rene-1934-05-16	{"3a_sports": "3933"}	{"ertel": "ES-3933"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Sulpice", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-05-16", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"sex": "M", "name": {"given": "René", "family": "Sulpice"}, "birth": {"date": "1934-05-16", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3933", "ENG": "", "MA_": "1", "G_NR": "424", "MA12": "5", "MARS": "13", "NAME": "Sulpice", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "3,700", "CSINR": "", "KURTZ": "", "PHAS_": "6,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "16.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "16.05.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23977	suozzi-renzo-1922-08-24	{"3a_sports": "3934"}	{"ertel": "ES-3934"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renzo", "family": "Suozzi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-08-24", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Renzo", "family": "Suozzi"}, "birth": {"date": "1922-08-24", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3934", "ENG": "", "MA_": "1", "G_NR": "530", "MA12": "11", "MARS": "31", "NAME": "Suozzi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "1,900", "CSINR": "", "KURTZ": "", "PHAS_": "2,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "24.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Renzo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.08.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23978	suppi-piero-1920-04-06	{"3a_sports": "3935"}	{"ertel": "ES-3935"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Piero", "family": "Suppi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-04-06", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Piero", "family": "Suppi"}, "birth": {"date": "1920-04-06", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3935", "ENG": "", "MA_": "1", "G_NR": "531", "MA12": "2", "MARS": "5", "NAME": "Suppi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-3,900", "CSINR": "", "KURTZ": "", "PHAS_": "93,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "06.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Piero", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.04.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23980	svorenich-marcello-1928-12-21	{"3a_sports": "3939"}	{"ertel": "ES-3939"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcello", "family": "Svorenich", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-12-21", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Marcello", "family": "Svorenich"}, "birth": {"date": "1928-12-21", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3939", "ENG": "", "MA_": "0", "G_NR": "532", "MA12": "3", "MARS": "7", "NAME": "Svorenich", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "10,700", "CSINR": "", "KURTZ": "", "PHAS_": "59,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "21.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Marcello", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.12.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23982	taccone-vito-1940-05-08	{"3a_sports": "3954"}	{"ertel": "ES-3954"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vito", "family": "Taccone", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-05-08", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Vito", "family": "Taccone"}, "birth": {"date": "1940-05-08", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3954", "ENG": "", "MA_": "0", "G_NR": "21", "MA12": "9", "MARS": "25", "NAME": "Taccone", "PUBL": "U", "QUEL": "GMINV", "AUFAB": "0,000", "CSINR": "", "KURTZ": "", "PHAS_": "0,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "08.05.", "ZITATE": "Y", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Vito", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "08.05.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23983	tacconi-mario-1924-06-27	{"3a_sports": "3955"}	{"ertel": "ES-3955"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Tacconi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-06-27", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Mario", "family": "Tacconi"}, "birth": {"date": "1924-06-27", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3955", "ENG": "", "MA_": "1", "G_NR": "533", "MA12": "2", "MARS": "6", "NAME": "Tacconi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-8,500", "CSINR": "", "KURTZ": "", "PHAS_": "23,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "27.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.06.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23984	taeron-christophe-1919-10-09	{"3a_sports": "3956"}	{"ertel": "ES-3956"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christophe", "family": "Taeron", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-10-09", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Christophe", "family": "Taeron"}, "birth": {"date": "1919-10-09", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3956", "ENG": "", "MA_": "0", "G_NR": "192", "MA12": "8", "MARS": "22", "NAME": "Taeron", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "3,000", "CSINR": "", "KURTZ": "", "PHAS_": "99,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "09.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Christophe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.10.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23985	tagliascchi-giuliano-1914-02-03	{"3a_sports": "3958"}	{"ertel": "ES-3958"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giuliano", "family": "Tagliascchi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-02-03", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giuliano", "family": "Tagliascchi"}, "birth": {"date": "1914-02-03", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3958", "ENG": "", "MA_": "1", "G_NR": "534", "MA12": "9", "MARS": "26", "NAME": "Tagliascchi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "9,300", "CSINR": "", "KURTZ": "", "PHAS_": "45,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "03.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giuliano", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.02.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23986	taiti-sauro-1922-12-22	{"3a_sports": "3961"}	{"ertel": "ES-3961"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sauro", "family": "Taiti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-12-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Sauro", "family": "Taiti"}, "birth": {"date": "1922-12-22", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3961", "ENG": "", "MA_": "1", "G_NR": "535", "MA12": "10", "MARS": "29", "NAME": "Taiti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "6,200", "CSINR": "", "KURTZ": "", "PHAS_": "13,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "22.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Sauro", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.12.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23987	talle-lionel-1917-01-18	{"3a_sports": "3964"}	{"ertel": "ES-3964"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lionel", "family": "Talle", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1917-01-18", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Lionel", "family": "Talle"}, "birth": {"date": "1917-01-18", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3964", "ENG": "", "MA_": "0", "G_NR": "193", "MA12": "3", "MARS": "7", "NAME": "Talle", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-10,40", "CSINR": "", "KURTZ": "", "PHAS_": "34,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Lionel", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.01.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23988	talli-christian-1917-12-20	{"3a_sports": "3965"}	{"ertel": "ES-3965"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Talli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1917-12-20", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Christian", "family": "Talli"}, "birth": {"date": "1917-12-20", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3965", "ENG": "0", "MA_": "2", "G_NR": "194", "MA12": "12", "MARS": "36", "NAME": "Talli", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "10,600", "CSINR": "", "KURTZ": "", "PHAS_": "35,900", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "20.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Christian", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.12.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SWIM", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23989	tamietti-corrado-1914-01-18	{"3a_sports": "3966"}	{"ertel": "ES-3966"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Corrado", "family": "Tamietti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-01-18", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Corrado", "family": "Tamietti"}, "birth": {"date": "1914-01-18", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3966", "ENG": "", "MA_": "1", "G_NR": "536", "MA12": "5", "MARS": "13", "NAME": "Tamietti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-10,80", "CSINR": "", "KURTZ": "", "PHAS_": "61,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "18.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Corrado", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.01.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23990	tanneveau-robert-1911-07-25	{"3a_sports": "3967"}	{"ertel": "ES-3967"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Tanneveau", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1911-07-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Robert", "family": "Tanneveau"}, "birth": {"date": "1911-07-25", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3967", "ENG": "", "MA_": "1", "G_NR": "195", "MA12": "5", "MARS": "14", "NAME": "Tanneveau", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-4,000", "CSINR": "", "KURTZ": "", "PHAS_": "1,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "25.07.", "ZITATE": "Y", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "25.07.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23991	tavellin-guido-1920-05-23	{"3a_sports": "3975"}	{"ertel": "ES-3975"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guido", "family": "Tavellin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-05-23", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Guido", "family": "Tavellin"}, "birth": {"date": "1920-05-23", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3975", "ENG": "1", "MA_": "2", "G_NR": "537", "MA12": "1", "MARS": "3", "NAME": "Tavellin", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "10,000", "CSINR": "", "KURTZ": "", "PHAS_": "29,600", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "23.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Guido", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.05.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23992	teisseire-emile-1923-02-27	{"3a_sports": "3982"}	{"ertel": "ES-3982"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Teisseire", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1923-02-27", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Emile", "family": "Teisseire"}, "birth": {"date": "1923-02-27", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3982", "ENG": "", "MA_": "1", "G_NR": "427", "MA12": "2", "MARS": "4", "NAME": "Teisseire", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "9,200", "CSINR": "", "KURTZ": "", "PHAS_": "78,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.02.", "ZITATE": "DY", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Emile", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "27.02.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23993	tellechea-raphael-1930-05-04	{"3a_sports": "3985"}	{"ertel": "ES-3985"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raphael", "family": "Tellechea", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-05-04", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Raphael", "family": "Tellechea"}, "birth": {"date": "1930-05-04", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3985", "ENG": "", "MA_": "0", "G_NR": "196", "MA12": "11", "MARS": "33", "NAME": "Tellechea", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "10,100", "CSINR": "", "KURTZ": "", "PHAS_": "31,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Raphael", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.05.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23994	terrats-rene-1944-06-26	{"3a_sports": "3988"}	{"ertel": "ES-3988"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Terrats", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1944-06-26", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "René", "family": "Terrats"}, "birth": {"date": "1944-06-26", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3988", "ENG": "", "MA_": "1", "G_NR": "428", "MA12": "7", "MARS": "19", "NAME": "Terrats", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "7,800", "CSINR": "", "KURTZ": "", "PHAS_": "25,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "26.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "26.06.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23995	terray-lionel-1921-07-25	{"3a_sports": "3989"}	{"ertel": "ES-3989"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lionel", "family": "Terray", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-07-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mountaineer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Lionel", "family": "Terray"}, "birth": {"date": "1921-07-25", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3989", "ENG": "", "MA_": "1", "G_NR": "23", "MA12": "5", "MARS": "13", "NAME": "Terray", "PUBL": "U", "QUEL": "G_79F", "AUFAB": "-7,200", "CSINR": "", "KURTZ": "", "PHAS_": "79,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "25.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Lionel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "25.07.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "ALPI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23996	tessari-luciano-1928-09-30	{"3a_sports": "3993"}	{"ertel": "ES-3993"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luciano", "family": "Tessari", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-09-30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luciano", "family": "Tessari"}, "birth": {"date": "1928-09-30", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3993", "ENG": "1", "MA_": "2", "G_NR": "538", "MA12": "4", "MARS": "11", "NAME": "Tessari", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "0,100", "CSINR": "", "KURTZ": "", "PHAS_": "99,600", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "30.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Luciano", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.09.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23997	thielin-gerard-1935-03-29	{"3a_sports": "4003"}	{"ertel": "ES-4003"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Thielin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1935-03-29", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gérard", "family": "Thielin"}, "birth": {"date": "1935-03-29", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4003", "ENG": "", "MA_": "1", "G_NR": "429", "MA12": "11", "MARS": "31", "NAME": "Thielin", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-11,10", "CSINR": "", "KURTZ": "", "PHAS_": "37,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "29.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gérard", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "29.03.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22577	thoma-georg-1937-08-20	{"afd2": "558", "3a_sports": "4011"}	{"ertel": "ES-4011", "muller": "M2-558"}	{"fame": {"full": "", "given": null, "family": null}, "nobl": "", "alter": [], "given": "Georg", "family": "Thoma", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1937-08-20 09:00", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": 8.22, "lat": 47.92, "name": "Neustadt", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sportsperson"]	5	null	[{"new": {"sex": "M", "name": {"fame": {"full": ""}, "nobl": "", "given": "Georg", "family": "Thoma"}, "birth": {"tzo": "+01:00", "date": "1937-08-20 09:00", "place": {"cy": "DE", "lg": 8.22, "lat": 47.92, "name": "Neustadt"}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"afd2": "558"}}, "raw": {"CY": "D", "GQ": "N", "LG": "008 E 13", "LAT": "47 N 55", "TZO": "-1.00", "DATE": "20.08.1937", "MUID": "558", "NAME": "Thoma, Georg", "OCCU": "MA 13", "TIME": "09.00", "BOOKS": "57", "PLACE": "Neustadt (Titisee)", "TIMOD": "", "SOURCE": "SE"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"partial-ids": {"ertel": "ES-4011"}}, "raw": {"L": "", "MF": "", "NR": "4011", "ENG": "", "MA_": "1", "G_NR": "79", "MA12": "10", "MARS": "30", "NAME": "Thoma", "PUBL": "U", "QUEL": "GMING", "AUFAB": "5,000", "CSINR": "", "KURTZ": "", "PHAS_": "95,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "20.08.", "ZITATE": "KS", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Georg", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "20.08.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23999	thomas-georges-1931-12-31	{"3a_sports": "4013"}	{"ertel": "ES-4013"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Thomas", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-12-31", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Georges", "family": "Thomas"}, "birth": {"date": "1931-12-31", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4013", "ENG": "", "MA_": "0", "G_NR": "197", "MA12": "12", "MARS": "34", "NAME": "Thomas", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-10,60", "CSINR": "", "KURTZ": "", "PHAS_": "62,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "31.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "31.12.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24000	thorn-prikker-hein-1911-01-06	{"3a_sports": "4018"}	{"ertel": "ES-4018"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hein", "family": "Thorn-Prikker", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1911-01-06", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Hein", "family": "Thorn-Prikker"}, "birth": {"date": "1911-01-06", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4018", "ENG": "", "MA_": "1", "G_NR": "42", "MA12": "2", "MARS": "4", "NAME": "Thorn-Prikker", "PUBL": "U", "QUEL": "GMING", "AUFAB": "8,700", "CSINR": "", "KURTZ": "", "PHAS_": "26,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "06.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Hein", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.01.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24001	tieghi-guido-1925-05-01	{"3a_sports": "4024"}	{"ertel": "ES-4024"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guido", "family": "Tieghi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-05-01", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Guido", "family": "Tieghi"}, "birth": {"date": "1925-05-01", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4024", "ENG": "", "MA_": "1", "G_NR": "539", "MA12": "2", "MARS": "6", "NAME": "Tieghi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "48,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Guido", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.05.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24002	tijou-noel-1941-12-12	{"3a_sports": "4025"}	{"ertel": "ES-4025"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Noel", "family": "Tijou", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-12-12", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Noel", "family": "Tijou"}, "birth": {"date": "1941-12-12", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4025", "ENG": "", "MA_": "1", "G_NR": "430", "MA12": "10", "MARS": "29", "NAME": "Tijou", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-10,60", "CSINR": "", "KURTZ": "", "PHAS_": "47,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Noel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "12.12.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24003	tissot-max-1953-02-28	{"3a_sports": "4029"}	{"ertel": "ES-4029"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Tissot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1953-02-28", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["judoka"]	5	null	[{"new": {"sex": "M", "name": {"given": "Max", "family": "Tissot"}, "birth": {"date": "1953-02-28", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4029", "ENG": "", "MA_": "0", "G_NR": "431", "MA12": "11", "MARS": "32", "NAME": "Tissot", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "2,200", "CSINR": "", "KURTZ": "", "PHAS_": "99,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Max", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "28.02.1953", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "JUDO", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24004	tollet-claude-1949-04-24	{"3a_sports": "4034"}	{"ertel": "ES-4034"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Tollet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-04-24", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Claude", "family": "Tollet"}, "birth": {"date": "1949-04-24", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4034", "ENG": "0", "MA_": "2", "G_NR": "432", "MA12": "12", "MARS": "36", "NAME": "Tollet", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-7,500", "CSINR": "", "KURTZ": "", "PHAS_": "16,200", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "24.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Claude", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "24.04.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24005	toma-sauro-1925-12-04	{"3a_sports": "4035"}	{"ertel": "ES-4035"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sauro", "family": "Toma", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-12-04", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Sauro", "family": "Toma"}, "birth": {"date": "1925-12-04", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4035", "ENG": "0", "MA_": "2", "G_NR": "540", "MA12": "12", "MARS": "36", "NAME": "Toma", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-5,500", "CSINR": "", "KURTZ": "", "PHAS_": "87,700", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "04.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Sauro", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.12.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24006	tomad-guiseppe-1935-08-30	{"3a_sports": "4036"}	{"ertel": "ES-4036"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guiseppe", "family": "Tomad", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1935-08-30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Guiseppe", "family": "Tomad"}, "birth": {"date": "1935-08-30", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4036", "ENG": "", "MA_": "1", "G_NR": "541", "MA12": "9", "MARS": "27", "NAME": "Tomad", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "0,900", "CSINR": "", "KURTZ": "", "PHAS_": "1,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "30.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Guiseppe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.08.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24007	tomasi-carlo-1920-06-15	{"3a_sports": "4037"}	{"ertel": "ES-4037"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Tomasi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-06-15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Carlo", "family": "Tomasi"}, "birth": {"date": "1920-06-15", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4037", "ENG": "", "MA_": "1", "G_NR": "542", "MA12": "9", "MARS": "26", "NAME": "Tomasi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-5,900", "CSINR": "", "KURTZ": "", "PHAS_": "3,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "15.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Carlo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.06.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24008	tomasi-ernesto-1906-10-30	{"3a_sports": "4038"}	{"ertel": "ES-4038"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernesto", "family": "Tomasi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1906-10-30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ernesto", "family": "Tomasi"}, "birth": {"date": "1906-10-30", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4038", "ENG": "0", "MA_": "2", "G_NR": "543", "MA12": "12", "MARS": "36", "NAME": "Tomasi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "5,100", "CSINR": "", "KURTZ": "", "PHAS_": "95,300", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "30.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ernesto", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.10.1906", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24009	torri-otello-1917-01-25	{"3a_sports": "4041"}	{"ertel": "ES-4041"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Otello", "family": "Torri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1917-01-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Otello", "family": "Torri"}, "birth": {"date": "1917-01-25", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4041", "ENG": "", "MA_": "1", "G_NR": "544", "MA12": "9", "MARS": "27", "NAME": "Torri", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "3,700", "CSINR": "", "KURTZ": "", "PHAS_": "4,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "25.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Otello", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.01.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24010	torriglia-angelo-1926-08-02	{"3a_sports": "4043"}	{"ertel": "ES-4043"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Torriglia", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-08-02", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Angelo", "family": "Torriglia"}, "birth": {"date": "1926-08-02", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4043", "ENG": "", "MA_": "1", "G_NR": "545", "MA12": "10", "MARS": "28", "NAME": "Torriglia", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-10,60", "CSINR": "", "KURTZ": "", "PHAS_": "37,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "02.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Angelo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.08.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24011	tortarolo-francesco-1916-09-28	{"3a_sports": "4044"}	{"ertel": "ES-4044"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francesco", "family": "Tortarolo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1916-09-28", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Francesco", "family": "Tortarolo"}, "birth": {"date": "1916-09-28", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4044", "ENG": "", "MA_": "1", "G_NR": "546", "MA12": "10", "MARS": "28", "NAME": "Tortarolo", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "0,400", "CSINR": "", "KURTZ": "", "PHAS_": "0,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "28.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Francesco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.09.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24012	torti-mario-1925-08-16	{"3a_sports": "4045"}	{"ertel": "ES-4045"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Torti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-08-16", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Mario", "family": "Torti"}, "birth": {"date": "1925-08-16", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4045", "ENG": "", "MA_": "1", "G_NR": "547", "MA12": "7", "MARS": "21", "NAME": "Torti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-6,600", "CSINR": "", "KURTZ": "", "PHAS_": "11,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "16.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.08.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24013	toscani-algiso-1920-11-13	{"3a_sports": "4047"}	{"ertel": "ES-4047"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Algiso", "family": "Toscani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-11-13", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Algiso", "family": "Toscani"}, "birth": {"date": "1920-11-13", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4047", "ENG": "", "MA_": "1", "G_NR": "548", "MA12": "9", "MARS": "26", "NAME": "Toscani", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "3,400", "CSINR": "", "KURTZ": "", "PHAS_": "5,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "13.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Algiso", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.11.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24014	toso-renato-1928-07-07	{"3a_sports": "4048"}	{"ertel": "ES-4048"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renato", "family": "Toso", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-07-07", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Renato", "family": "Toso"}, "birth": {"date": "1928-07-07", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4048", "ENG": "1", "MA_": "2", "G_NR": "549", "MA12": "1", "MARS": "1", "NAME": "Toso", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-6,700", "CSINR": "", "KURTZ": "", "PHAS_": "84,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "07.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Renato", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.07.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24015	tosolini-mario-1918-04-19	{"3a_sports": "4049"}	{"ertel": "ES-4049"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Tosolini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-04-19", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Mario", "family": "Tosolini"}, "birth": {"date": "1918-04-19", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4049", "ENG": "", "MA_": "1", "G_NR": "550", "MA12": "5", "MARS": "14", "NAME": "Tosolini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "9,900", "CSINR": "", "KURTZ": "", "PHAS_": "58,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "19.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.04.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24017	toulotte-theodule-1950-12-20	{"3a_sports": "4054"}	{"ertel": "ES-4054"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodule", "family": "Toulotte", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1950-12-20", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["wrestler"]	5	null	[{"new": {"sex": "M", "name": {"given": "Theodule", "family": "Toulotte"}, "birth": {"date": "1950-12-20", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4054", "ENG": "", "MA_": "0", "G_NR": "434", "MA12": "5", "MARS": "15", "NAME": "Toulotte", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "7,600", "CSINR": "", "KURTZ": "", "PHAS_": "83,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Theodule", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "20.12.1950", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "WRES", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24020	traversa-teresio-pietro-1915-03-12	{"3a_sports": "4058"}	{"ertel": "ES-4058"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Teresio Pietro", "family": "Traversa", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1915-03-12", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Teresio Pietro", "family": "Traversa"}, "birth": {"date": "1915-03-12", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4058", "ENG": "", "MA_": "0", "G_NR": "551", "MA12": "6", "MARS": "17", "NAME": "Traversa", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-8,500", "CSINR": "", "KURTZ": "", "PHAS_": "15,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "12.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Teresio Pietro", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.03.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24021	trere-armando-1921-06-29	{"3a_sports": "4060"}	{"ertel": "ES-4060"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armando", "family": "Trere", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-06-29", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Armando", "family": "Trere"}, "birth": {"date": "1921-06-29", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4060", "ENG": "", "MA_": "1", "G_NR": "552", "MA12": "2", "MARS": "4", "NAME": "Trere", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,900", "CSINR": "", "KURTZ": "", "PHAS_": "45,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "29.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Armando", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.06.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24022	trevisani-silvano-1919-08-27	{"3a_sports": "4064"}	{"ertel": "ES-4064"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Silvano", "family": "Trevisani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-08-27", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Silvano", "family": "Trevisani"}, "birth": {"date": "1919-08-27", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4064", "ENG": "", "MA_": "1", "G_NR": "553", "MA12": "2", "MARS": "6", "NAME": "Trevisani", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "1,900", "CSINR": "", "KURTZ": "", "PHAS_": "2,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "27.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Silvano", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.08.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24023	tricoli-silverio-1911-01-07	{"3a_sports": "4065"}	{"ertel": "ES-4065"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Silverio", "family": "Tricoli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1911-01-07", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Silverio", "family": "Tricoli"}, "birth": {"date": "1911-01-07", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4065", "ENG": "", "MA_": "0", "G_NR": "554", "MA12": "3", "MARS": "8", "NAME": "Tricoli", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "9,900", "CSINR": "", "KURTZ": "", "PHAS_": "36,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "07.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Silverio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.01.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24024	trombello-nino-1925-08-31	{"3a_sports": "4068"}	{"ertel": "ES-4068"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nino", "family": "Trombello", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-08-31", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Nino", "family": "Trombello"}, "birth": {"date": "1925-08-31", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4068", "ENG": "", "MA_": "1", "G_NR": "555", "MA12": "2", "MARS": "4", "NAME": "Trombello", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "8,600", "CSINR": "", "KURTZ": "", "PHAS_": "88,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "31.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Nino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "31.08.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24025	troupel-lucien-1919-01-11	{"3a_sports": "4069"}	{"ertel": "ES-4069"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Troupel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-01-11", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Lucien", "family": "Troupel"}, "birth": {"date": "1919-01-11", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4069", "ENG": "", "MA_": "0", "G_NR": "199", "MA12": "9", "MARS": "25", "NAME": "Troupel", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "11,100", "CSINR": "", "KURTZ": "", "PHAS_": "67,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "11.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Lucien", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.01.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24026	tubaro-ludorico-1927-02-15	{"3a_sports": "4071"}	{"ertel": "ES-4071"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludorico", "family": "Tubaro", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-02-15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ludorico", "family": "Tubaro"}, "birth": {"date": "1927-02-15", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4071", "ENG": "", "MA_": "1", "G_NR": "556", "MA12": "2", "MARS": "6", "NAME": "Tubaro", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "4,000", "CSINR": "", "KURTZ": "", "PHAS_": "97,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "15.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ludorico", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.02.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24027	tuccini-mauro-1928-02-10	{"3a_sports": "4072"}	{"ertel": "ES-4072"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mauro", "family": "Tuccini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-02-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Mauro", "family": "Tuccini"}, "birth": {"date": "1928-02-10", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4072", "ENG": "", "MA_": "1", "G_NR": "557", "MA12": "11", "MARS": "31", "NAME": "Tuccini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-6,600", "CSINR": "", "KURTZ": "", "PHAS_": "83,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "10.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Mauro", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.02.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24028	turati-carlo-1921-07-10	{"3a_sports": "4074"}	{"ertel": "ES-4074"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Turati", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-07-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Carlo", "family": "Turati"}, "birth": {"date": "1921-07-10", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4074", "ENG": "", "MA_": "0", "G_NR": "558", "MA12": "12", "MARS": "34", "NAME": "Turati", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "9,600", "CSINR": "", "KURTZ": "", "PHAS_": "26,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "10.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Carlo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.07.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24029	turchi-egidio-1913-10-04	{"3a_sports": "4075"}	{"ertel": "ES-4075"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Egidio", "family": "Turchi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-10-04", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Egidio", "family": "Turchi"}, "birth": {"date": "1913-10-04", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4075", "ENG": "", "MA_": "0", "G_NR": "559", "MA12": "5", "MARS": "15", "NAME": "Turchi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "8,300", "CSINR": "", "KURTZ": "", "PHAS_": "19,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "04.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Egidio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.10.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24031	uboldi-angelo-1923-02-24	{"3a_sports": "4083"}	{"ertel": "ES-4083"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Uboldi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1923-02-24", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Angelo", "family": "Uboldi"}, "birth": {"date": "1923-02-24", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4083", "ENG": "", "MA_": "0", "G_NR": "560", "MA12": "3", "MARS": "7", "NAME": "Uboldi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "9,600", "CSINR": "", "KURTZ": "", "PHAS_": "50,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "24.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Angelo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.02.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24032	uebler-wilhelm-1899-02-28	{"3a_sports": "4084"}	{"ertel": "ES-4084"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wilhelm", "family": "Uebler", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1899-02-28", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Wilhelm", "family": "Uebler"}, "birth": {"date": "1899-02-28", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4084", "ENG": "", "MA_": "0", "G_NR": "4", "MA12": "11", "MARS": "32", "NAME": "Uebler", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-3,600", "CSINR": "", "KURTZ": "", "PHAS_": "94,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "28.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Wilhelm", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.02.1899", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24035	ulrich-roland-1913-02-08	{"3a_sports": "4089"}	{"ertel": "ES-4089"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roland", "family": "Ulrich", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-02-08", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Roland", "family": "Ulrich"}, "birth": {"date": "1913-02-08", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4089", "ENG": "", "MA_": "0", "G_NR": "200", "MA12": "9", "MARS": "25", "NAME": "Ulrich", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "2,200", "CSINR": "", "KURTZ": "", "PHAS_": "2,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Roland", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.02.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24036	uzzecchini-renzo-1935-06-11	{"3a_sports": "4095"}	{"ertel": "ES-4095"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renzo", "family": "Uzzecchini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1935-06-11", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Renzo", "family": "Uzzecchini"}, "birth": {"date": "1935-06-11", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4095", "ENG": "", "MA_": "0", "G_NR": "561", "MA12": "8", "MARS": "23", "NAME": "Uzzecchini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "66,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "11.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Renzo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.06.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24037	vaasen-franz-1908-06-06	{"3a_sports": "4096"}	{"ertel": "ES-4096"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franz", "family": "Vaasen", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1908-06-06", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Franz", "family": "Vaasen"}, "birth": {"date": "1908-06-06", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4096", "ENG": "", "MA_": "1", "G_NR": "46", "MA12": "7", "MARS": "20", "NAME": "Vaasen", "PUBL": "U", "QUEL": "GMING", "AUFAB": "9,000", "CSINR": "", "KURTZ": "", "PHAS_": "38,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "06.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Franz", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.06.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24040	vairo-guiseppe-1922-03-04	{"3a_sports": "4104"}	{"ertel": "ES-4104"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guiseppe", "family": "Vairo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-03-04", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Guiseppe", "family": "Vairo"}, "birth": {"date": "1922-03-04", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4104", "ENG": "1", "MA_": "2", "G_NR": "562", "MA12": "1", "MARS": "2", "NAME": "Vairo", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "7,700", "CSINR": "", "KURTZ": "", "PHAS_": "23,000", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "04.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Guiseppe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.03.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24041	valentinuzzi-giorgio-1931-03-02	{"3a_sports": "4105"}	{"ertel": "ES-4105"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giorgio", "family": "Valentinuzzi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-03-02", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giorgio", "family": "Valentinuzzi"}, "birth": {"date": "1931-03-02", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4105", "ENG": "", "MA_": "0", "G_NR": "563", "MA12": "11", "MARS": "32", "NAME": "Valentinuzzi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "7,800", "CSINR": "", "KURTZ": "", "PHAS_": "91,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "02.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giorgio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.03.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24042	valinasso-cesare-1909-11-27	{"3a_sports": "4109"}	{"ertel": "ES-4109"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cesare", "family": "Valinasso", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1909-11-27", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Cesare", "family": "Valinasso"}, "birth": {"date": "1909-11-27", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4109", "ENG": "", "MA_": "1", "G_NR": "564", "MA12": "7", "MARS": "21", "NAME": "Valinasso", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "2,500", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "27.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Cesare", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.11.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24039	vaillant-arsene-1922-06-13	{"3a_sports": "4103"}	{"cpara": "CP-*25", "ertel": "ES-4103"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arsene", "family": "Vaillant", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-06-13", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Arsene", "family": "Vaillant"}, "birth": {"date": "1922-06-13", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4103", "ENG": "", "MA_": "1", "G_NR": "25", "MA12": "2", "MARS": "6", "NAME": "Vaillant", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "-5,600", "CSINR": "", "KURTZ": "", "PHAS_": "88,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "13.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 25", "VORNAME": "Arsene", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.06.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24045	valli-valentino-1929-12-01	{"3a_sports": "4115"}	{"ertel": "ES-4115"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Valentino", "family": "Valli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-12-01", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Valentino", "family": "Valli"}, "birth": {"date": "1929-12-01", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4115", "ENG": "", "MA_": "0", "G_NR": "565", "MA12": "11", "MARS": "32", "NAME": "Valli", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-1,300", "CSINR": "", "KURTZ": "", "PHAS_": "0,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Valentino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.12.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24046	vallone-raffaele-1916-02-17	{"3a_sports": "4116"}	{"ertel": "ES-4116"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raffaele", "family": "Vallone", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1916-02-17", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Raffaele", "family": "Vallone"}, "birth": {"date": "1916-02-17", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4116", "ENG": "", "MA_": "1", "G_NR": "566", "MA12": "2", "MARS": "5", "NAME": "Vallone", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "4,700", "CSINR": "", "KURTZ": "", "PHAS_": "95,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "17.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Raffaele", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.02.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24047	valsecchi-luigi-1921-08-17	{"3a_sports": "4118"}	{"ertel": "ES-4118"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Valsecchi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-08-17", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luigi", "family": "Valsecchi"}, "birth": {"date": "1921-08-17", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4118", "ENG": "1", "MA_": "2", "G_NR": "567", "MA12": "1", "MARS": "2", "NAME": "Valsecchi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "3,800", "CSINR": "", "KURTZ": "", "PHAS_": "97,400", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "17.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.08.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24048	valzani-luca-1915-05-12	{"3a_sports": "4119"}	{"ertel": "ES-4119"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luca", "family": "Valzani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1915-05-12", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luca", "family": "Valzani"}, "birth": {"date": "1915-05-12", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4119", "ENG": "", "MA_": "1", "G_NR": "568", "MA12": "10", "MARS": "29", "NAME": "Valzani", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-4,700", "CSINR": "", "KURTZ": "", "PHAS_": "4,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "12.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Luca", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.05.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24049	vanelli-antonio-1928-12-08	{"3a_sports": "4167"}	{"ertel": "ES-4167"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Vanelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-12-08", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Antonio", "family": "Vanelli"}, "birth": {"date": "1928-12-08", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4167", "ENG": "0", "MA_": "2", "G_NR": "569", "MA12": "3", "MARS": "9", "NAME": "Vanelli", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-7,500", "CSINR": "", "KURTZ": "", "PHAS_": "15,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "08.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Antonio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.12.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24050	vanz-glanco-1920-08-10	{"3a_sports": "4172"}	{"ertel": "ES-4172"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Glanco", "family": "Vanz", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-08-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Glanco", "family": "Vanz"}, "birth": {"date": "1920-08-10", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4172", "ENG": "", "MA_": "1", "G_NR": "570", "MA12": "10", "MARS": "29", "NAME": "Vanz", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-10,50", "CSINR": "", "KURTZ": "", "PHAS_": "23,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "10.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Glanco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.08.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24051	vasseur-alain-1948-04-01	{"3a_sports": "4178"}	{"ertel": "ES-4178"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Vasseur", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-04-01", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alain", "family": "Vasseur"}, "birth": {"date": "1948-04-01", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4178", "ENG": "", "MA_": "1", "G_NR": "442", "MA12": "7", "MARS": "21", "NAME": "Vasseur", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,700", "CSINR": "", "KURTZ": "", "PHAS_": "54,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.04.", "ZITATE": "DY", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alain", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "01.04.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24052	vasseur-sylvain-1946-02-28	{"3a_sports": "4180"}	{"ertel": "ES-4180"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sylvain", "family": "Vasseur", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-02-28", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Sylvain", "family": "Vasseur"}, "birth": {"date": "1946-02-28", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4180", "ENG": "", "MA_": "1", "G_NR": "443", "MA12": "7", "MARS": "19", "NAME": "Vasseur", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-8,000", "CSINR": "", "KURTZ": "", "PHAS_": "15,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.02.", "ZITATE": "DY", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Sylvain", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "28.02.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24053	vavassori-guiseppe-1934-06-29	{"3a_sports": "4181"}	{"ertel": "ES-4181"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guiseppe", "family": "Vavassori", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-06-29", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Guiseppe", "family": "Vavassori"}, "birth": {"date": "1934-06-29", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4181", "ENG": "", "MA_": "1", "G_NR": "571", "MA12": "5", "MARS": "13", "NAME": "Vavassori", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-3,800", "CSINR": "", "KURTZ": "", "PHAS_": "95,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "29.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Guiseppe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.06.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24054	velly-jo-1938-03-10	{"3a_sports": "4186"}	{"ertel": "ES-4186"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jo", "family": "Velly", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1938-03-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jo", "family": "Velly"}, "birth": {"date": "1938-03-10", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4186", "ENG": "1", "MA_": "2", "G_NR": "444", "MA12": "4", "MARS": "10", "NAME": "Velly", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "11,400", "CSINR": "", "KURTZ": "", "PHAS_": "57,400", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "10.03.", "ZITATE": "DY", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jo", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "10.03.1938", "GQBECORR": "a2", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24055	venturi-renzo-1928-03-05	{"3a_sports": "4188"}	{"ertel": "ES-4188"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renzo", "family": "Venturi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-03-05", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Renzo", "family": "Venturi"}, "birth": {"date": "1928-03-05", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4188", "ENG": "1", "MA_": "2", "G_NR": "572", "MA12": "1", "MARS": "2", "NAME": "Venturi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "4,100", "CSINR": "", "KURTZ": "", "PHAS_": "97,600", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "05.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Renzo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.03.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24056	venturi-walter-1920-01-22	{"3a_sports": "4189"}	{"ertel": "ES-4189"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Walter", "family": "Venturi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-01-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Walter", "family": "Venturi"}, "birth": {"date": "1920-01-22", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4189", "ENG": "", "MA_": "1", "G_NR": "573", "MA12": "7", "MARS": "19", "NAME": "Venturi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "0,600", "CSINR": "", "KURTZ": "", "PHAS_": "0,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "22.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Walter", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.01.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24059	verna-guiseppe-1927-03-31	{"3a_sports": "4208"}	{"ertel": "ES-4208"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guiseppe", "family": "Verna", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-03-31", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Guiseppe", "family": "Verna"}, "birth": {"date": "1927-03-31", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4208", "ENG": "", "MA_": "1", "G_NR": "574", "MA12": "5", "MARS": "14", "NAME": "Verna", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-7,400", "CSINR": "", "KURTZ": "", "PHAS_": "7,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "31.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Guiseppe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "31.03.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24060	versaldi-remo-1910-09-11	{"3a_sports": "4218"}	{"ertel": "ES-4218"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Remo", "family": "Versaldi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1910-09-11", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Remo", "family": "Versaldi"}, "birth": {"date": "1910-09-11", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4218", "ENG": "1", "MA_": "2", "G_NR": "575", "MA12": "4", "MARS": "10", "NAME": "Versaldi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "9,100", "CSINR": "", "KURTZ": "", "PHAS_": "42,100", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "11.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Remo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.09.1910", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24061	vervoort-gerard-1936-05-06	{"3a_sports": "4226"}	{"ertel": "ES-4226"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Vervoort", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1936-05-06", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gérard", "family": "Vervoort"}, "birth": {"date": "1936-05-06", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4226", "ENG": "1", "MA_": "2", "G_NR": "445", "MA12": "1", "MARS": "1", "NAME": "Vervoort", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "2,100", "CSINR": "", "KURTZ": "", "PHAS_": "99,500", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "06.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gérard", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "06.05.1936", "GQBECORR": "a2", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24062	vettraino-luigi-1920-09-21	{"3a_sports": "4229"}	{"ertel": "ES-4229"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Vettraino", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-09-21", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luigi", "family": "Vettraino"}, "birth": {"date": "1920-09-21", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4229", "ENG": "", "MA_": "1", "G_NR": "576", "MA12": "7", "MARS": "20", "NAME": "Vettraino", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "57,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "21.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.09.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24063	vicini-azelio-1933-03-20	{"3a_sports": "4234"}	{"ertel": "ES-4234"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Azelio", "family": "Vicini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-03-20", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Azelio", "family": "Vicini"}, "birth": {"date": "1933-03-20", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4234", "ENG": "", "MA_": "0", "G_NR": "578", "MA12": "3", "MARS": "7", "NAME": "Vicini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-11,20", "CSINR": "", "KURTZ": "", "PHAS_": "37,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "20.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Azelio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.03.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24064	vignau-martin-1917-06-07	{"3a_sports": "4239"}	{"ertel": "ES-4239"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Martin", "family": "Vignau", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1917-06-07", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Martin", "family": "Vignau"}, "birth": {"date": "1917-06-07", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4239", "ENG": "", "MA_": "0", "G_NR": "201", "MA12": "11", "MARS": "32", "NAME": "Vignau", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-2,500", "CSINR": "", "KURTZ": "", "PHAS_": "97,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Martin", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.06.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24065	villa-angelo-1929-02-01	{"3a_sports": "4242"}	{"ertel": "ES-4242"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Angelo", "family": "Villa", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-02-01", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Angelo", "family": "Villa"}, "birth": {"date": "1929-02-01", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4242", "ENG": "", "MA_": "0", "G_NR": "579", "MA12": "12", "MARS": "34", "NAME": "Villa", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,600", "CSINR": "", "KURTZ": "", "PHAS_": "55,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Angelo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.02.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24066	villa-carlo-1912-05-28	{"3a_sports": "4243"}	{"ertel": "ES-4243"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Villa", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1912-05-28", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Carlo", "family": "Villa"}, "birth": {"date": "1912-05-28", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4243", "ENG": "", "MA_": "1", "G_NR": "580", "MA12": "11", "MARS": "31", "NAME": "Villa", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "6,800", "CSINR": "", "KURTZ": "", "PHAS_": "91,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "28.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Carlo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.05.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24067	villa-ricardo-1919-05-18	{"3a_sports": "4244"}	{"ertel": "ES-4244"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ricardo", "family": "Villa", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-05-18", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ricardo", "family": "Villa"}, "birth": {"date": "1919-05-18", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4244", "ENG": "0", "MA_": "2", "G_NR": "581", "MA12": "3", "MARS": "9", "NAME": "Villa", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-4,400", "CSINR": "", "KURTZ": "", "PHAS_": "92,200", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "18.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ricardo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.05.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24068	vincenzi-guido-1932-07-14	{"3a_sports": "4249"}	{"ertel": "ES-4249"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guido", "family": "Vincenzi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-07-14", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Guido", "family": "Vincenzi"}, "birth": {"date": "1932-07-14", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4249", "ENG": "1", "MA_": "2", "G_NR": "577", "MA12": "1", "MARS": "1", "NAME": "Vincenzi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "9,800", "CSINR": "", "KURTZ": "", "PHAS_": "80,900", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "14.07.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Guido", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "14.07.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24069	virol-gerard-1913-12-13	{"3a_sports": "4255"}	{"ertel": "ES-4255"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gerard", "family": "Virol", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-12-13", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gerard", "family": "Virol"}, "birth": {"date": "1913-12-13", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4255", "ENG": "", "MA_": "1", "G_NR": "202", "MA12": "2", "MARS": "6", "NAME": "Virol", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "2,400", "CSINR": "", "KURTZ": "", "PHAS_": "99,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gerard", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.12.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24070	visco-gelardi-guido-1925-01-22	{"3a_sports": "4256"}	{"ertel": "ES-4256"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gelardi Guido", "family": "Visco", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-01-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gelardi Guido", "family": "Visco"}, "birth": {"date": "1925-01-22", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4256", "ENG": "", "MA_": "1", "G_NR": "582", "MA12": "12", "MARS": "35", "NAME": "Visco", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-8,300", "CSINR": "", "KURTZ": "", "PHAS_": "10,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "22.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gelardi Guido", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.01.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24071	visintainer-guiseppe-1918-05-04	{"3a_sports": "4258"}	{"ertel": "ES-4258"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guiseppe", "family": "Visintainer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-05-04", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Guiseppe", "family": "Visintainer"}, "birth": {"date": "1918-05-04", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4258", "ENG": "", "MA_": "0", "G_NR": "583", "MA12": "5", "MARS": "15", "NAME": "Visintainer", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-11,00", "CSINR": "", "KURTZ": "", "PHAS_": "49,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "04.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Guiseppe", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.05.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24073	vittiglio-bruno-1941-09-07	{"3a_sports": "4263"}	{"ertel": "ES-4263"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Vittiglio", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-09-07", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bruno", "family": "Vittiglio"}, "birth": {"date": "1941-09-07", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4263", "ENG": "", "MA_": "1", "G_NR": "22", "MA12": "10", "MARS": "28", "NAME": "Vittiglio", "PUBL": "U", "QUEL": "GMINV", "AUFAB": "-1,500", "CSINR": "", "KURTZ": "", "PHAS_": "98,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "07.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Bruno", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.09.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24074	vittoni-franco-1933-10-17	{"3a_sports": "4264"}	{"ertel": "ES-4264"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Franco", "family": "Vittoni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-10-17", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Franco", "family": "Vittoni"}, "birth": {"date": "1933-10-17", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4264", "ENG": "1", "MA_": "2", "G_NR": "584", "MA12": "1", "MARS": "2", "NAME": "Vittoni", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-6,100", "CSINR": "", "KURTZ": "", "PHAS_": "6,300", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "17.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Franco", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.10.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24075	vivesmarie-france-1959-09-30	{"3a_sports": "4266"}	{"ertel": "ES-4266"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "France", "family": "Vivesmarie", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1959-09-30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["winter-sports-practitioner"]	5	null	[{"new": {"sex": "F", "name": {"given": "France", "family": "Vivesmarie"}, "birth": {"date": "1959-09-30", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "4266", "ENG": "", "MA_": "0", "G_NR": "446", "MA12": "6", "MARS": "17", "NAME": "Vivesmarie", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-6,800", "CSINR": "", "KURTZ": "", "PHAS_": "8,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "30.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "France", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "30.09.1959", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "ICES", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24077	volpi-ermenegildo-1917-06-19	{"3a_sports": "4278"}	{"ertel": "ES-4278"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ermenegildo", "family": "Volpi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1917-06-19", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ermenegildo", "family": "Volpi"}, "birth": {"date": "1917-06-19", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4278", "ENG": "", "MA_": "1", "G_NR": "585", "MA12": "12", "MARS": "35", "NAME": "Volpi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-2,200", "CSINR": "", "KURTZ": "", "PHAS_": "0,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "19.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Ermenegildo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.06.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24079	vovau-bernard-1943-01-21	{"3a_sports": "4284"}	{"ertel": "ES-4284"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Vovau", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-01-21", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bernard", "family": "Vovau"}, "birth": {"date": "1943-01-21", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4284", "ENG": "", "MA_": "0", "G_NR": "447", "MA12": "8", "MARS": "24", "NAME": "Vovau", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "1,700", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bernard", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "21.01.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24081	waitzer-josef-1884-05-01	{"3a_sports": "4292"}	{"ertel": "ES-4292"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Josef", "family": "Waitzer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1884-05-01", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Josef", "family": "Waitzer"}, "birth": {"date": "1884-05-01", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4292", "ENG": "", "MA_": "1", "G_NR": "14", "MA12": "11", "MARS": "31", "NAME": "Waitzer", "PUBL": "U", "QUEL": "GMING", "AUFAB": "10,600", "CSINR": "", "KURTZ": "", "PHAS_": "36,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "01.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Josef", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.05.1884", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24082	wambst-auguste-1908-12-19	{"3a_sports": "4300"}	{"ertel": "ES-4300"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Wambst", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1908-12-19", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Auguste", "family": "Wambst"}, "birth": {"date": "1908-12-19", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4300", "ENG": "0", "MA_": "2", "G_NR": "448", "MA12": "3", "MARS": "9", "NAME": "Wambst", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-8,700", "CSINR": "", "KURTZ": "", "PHAS_": "21,700", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "19.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Auguste", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "19.12.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24080	vries-frans-de-1913-08-21	{"3a_sports": "4286"}	{"cpara": "CP-*68", "ertel": "ES-4286"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frans (de)", "family": "Vries", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-08-21", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Frans (de)", "family": "Vries"}, "birth": {"date": "1913-08-21", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4286", "ENG": "", "MA_": "1", "G_NR": "68", "MA12": "10", "MARS": "28", "NAME": "Vries", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "-6,000", "CSINR": "", "KURTZ": "", "PHAS_": "85,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "21.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 68", "VORNAME": "Frans (de)", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.08.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24083	wambst-fernand-1912-12-26	{"3a_sports": "4301"}	{"ertel": "ES-4301"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Wambst", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1912-12-26", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Fernand", "family": "Wambst"}, "birth": {"date": "1912-12-26", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4301", "ENG": "1", "MA_": "2", "G_NR": "449", "MA12": "1", "MARS": "2", "NAME": "Wambst", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-3,700", "CSINR": "", "KURTZ": "", "PHAS_": "95,200", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "26.12.", "ZITATE": "DY", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Fernand", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "26.12.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24084	warczyglowa-henri-1949-01-01	{"3a_sports": "4303"}	{"ertel": "ES-4303"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Warczyglowa", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-01-01", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Henri", "family": "Warczyglowa"}, "birth": {"date": "1949-01-01", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4303", "ENG": "", "MA_": "1", "G_NR": "450", "MA12": "7", "MARS": "21", "NAME": "Warczyglowa", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "2,200", "CSINR": "", "KURTZ": "", "PHAS_": "2,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "01.01.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24085	weiler-sepp-1921-01-22	{"3a_sports": "4312"}	{"ertel": "ES-4312"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sepp", "family": "Weiler", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-01-22", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"sex": "M", "name": {"given": "Sepp", "family": "Weiler"}, "birth": {"date": "1921-01-22", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4312", "ENG": "", "MA_": "1", "G_NR": "87", "MA12": "7", "MARS": "21", "NAME": "Weiler", "PUBL": "U", "QUEL": "GMING", "AUFAB": "6,800", "CSINR": "", "KURTZ": "", "PHAS_": "94,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "22.01.", "ZITATE": "H", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Sepp", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "22.01.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SKII", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24086	wenninger-fritz-1899-06-05	{"3a_sports": "4316"}	{"ertel": "ES-4316"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fritz", "family": "Wenninger", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1899-06-05", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "DE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Fritz", "family": "Wenninger"}, "birth": {"date": "1899-06-05", "place": {"cy": "DE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4316", "ENG": "", "MA_": "0", "G_NR": "27", "MA12": "8", "MARS": "22", "NAME": "Wenninger", "PUBL": "U", "QUEL": "GMING", "AUFAB": "-7,600", "CSINR": "", "KURTZ": "", "PHAS_": "11,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "GER", "TAGMON": "05.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Fritz", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.06.1899", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24087	zambaiti-luigi-1932-12-09	{"3a_sports": "4352"}	{"ertel": "ES-4352"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Zambaiti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-12-09", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luigi", "family": "Zambaiti"}, "birth": {"date": "1932-12-09", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4352", "ENG": "1", "MA_": "2", "G_NR": "586", "MA12": "4", "MARS": "10", "NAME": "Zambaiti", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "7,200", "CSINR": "", "KURTZ": "", "PHAS_": "85,600", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "09.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.12.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24088	zancanaro-giorgia-1940-06-15	{"3a_sports": "4358"}	{"ertel": "ES-4358"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giorgia", "family": "Zancanaro", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1940-06-15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "F", "name": {"given": "Giorgia", "family": "Zancanaro"}, "birth": {"date": "1940-06-15", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "4358", "ENG": "", "MA_": "0", "G_NR": "23", "MA12": "3", "MARS": "8", "NAME": "Zancanaro", "PUBL": "U", "QUEL": "GMINV", "AUFAB": "10,900", "CSINR": "", "KURTZ": "", "PHAS_": "71,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "15.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Giorgia", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.06.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24089	zandegu-dino-1940-05-31	{"3a_sports": "4359"}	{"ertel": "ES-4359"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dino", "family": "Zandegu", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-05-31", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Dino", "family": "Zandegu"}, "birth": {"date": "1940-05-31", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4359", "ENG": "", "MA_": "0", "G_NR": "24", "MA12": "6", "MARS": "16", "NAME": "Zandegu", "PUBL": "U", "QUEL": "GMINV", "AUFAB": "-9,100", "CSINR": "", "KURTZ": "", "PHAS_": "31,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "31.05.", "ZITATE": "DY", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Dino", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "31.05.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24090	zani-antonio-1930-03-09	{"3a_sports": "4360"}	{"ertel": "ES-4360"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonio", "family": "Zani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-03-09", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Antonio", "family": "Zani"}, "birth": {"date": "1930-03-09", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4360", "ENG": "", "MA_": "0", "G_NR": "587", "MA12": "9", "MARS": "25", "NAME": "Zani", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "11,200", "CSINR": "", "KURTZ": "", "PHAS_": "59,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "09.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Antonio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.03.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24091	zannier-luigi-1932-12-03	{"3a_sports": "4361"}	{"ertel": "ES-4361"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Zannier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-12-03", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luigi", "family": "Zannier"}, "birth": {"date": "1932-12-03", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4361", "ENG": "1", "MA_": "2", "G_NR": "588", "MA12": "4", "MARS": "10", "NAME": "Zannier", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "9,600", "CSINR": "", "KURTZ": "", "PHAS_": "30,700", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "03.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.12.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24092	zanolla-federico-1924-02-19	{"3a_sports": "4362"}	{"ertel": "ES-4362"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Federico", "family": "Zanolla", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-02-19", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Federico", "family": "Zanolla"}, "birth": {"date": "1924-02-19", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4362", "ENG": "1", "MA_": "2", "G_NR": "589", "MA12": "4", "MARS": "11", "NAME": "Zanolla", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "4,600", "CSINR": "", "KURTZ": "", "PHAS_": "96,800", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "19.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Federico", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.02.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24093	zanon-gastone-1924-11-12	{"3a_sports": "4363"}	{"ertel": "ES-4363"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gastone", "family": "Zanon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-11-12", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gastone", "family": "Zanon"}, "birth": {"date": "1924-11-12", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4363", "ENG": "", "MA_": "1", "G_NR": "590", "MA12": "10", "MARS": "30", "NAME": "Zanon", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "0,000", "CSINR": "", "KURTZ": "", "PHAS_": "99,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "12.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gastone", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.11.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24094	zaro-guilio-1915-07-03	{"3a_sports": "4364"}	{"ertel": "ES-4364"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guilio", "family": "Zaro", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1915-07-03", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Guilio", "family": "Zaro"}, "birth": {"date": "1915-07-03", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4364", "ENG": "", "MA_": "1", "G_NR": "591", "MA12": "5", "MARS": "14", "NAME": "Zaro", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-9,700", "CSINR": "", "KURTZ": "", "PHAS_": "62,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "03.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Guilio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.07.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24095	zavaglio-giovanni-1936-11-01	{"3a_sports": "4366"}	{"ertel": "ES-4366"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Giovanni", "family": "Zavaglio", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1936-11-01", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Giovanni", "family": "Zavaglio"}, "birth": {"date": "1936-11-01", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4366", "ENG": "1", "MA_": "2", "G_NR": "592", "MA12": "4", "MARS": "11", "NAME": "Zavaglio", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-3,700", "CSINR": "", "KURTZ": "", "PHAS_": "95,400", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "ITA", "TAGMON": "01.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Giovanni", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.11.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24097	zeno-pierluigi-1934-06-29	{"3a_sports": "4368"}	{"ertel": "ES-4368"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierluigi", "family": "Zeno", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-06-29", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Pierluigi", "family": "Zeno"}, "birth": {"date": "1934-06-29", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4368", "ENG": "", "MA_": "1", "G_NR": "593", "MA12": "7", "MARS": "21", "NAME": "Zeno", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-3,800", "CSINR": "", "KURTZ": "", "PHAS_": "95,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "29.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Pierluigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.06.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24098	ziemczak-stephan-1936-08-14	{"3a_sports": "4369"}	{"ertel": "ES-4369"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stephan", "family": "Ziemczak", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1936-08-14", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Stephan", "family": "Ziemczak"}, "birth": {"date": "1936-08-14", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4369", "ENG": "", "MA_": "0", "G_NR": "204", "MA12": "3", "MARS": "7", "NAME": "Ziemczak", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-7,500", "CSINR": "", "KURTZ": "", "PHAS_": "10,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "14.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Stephan", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.08.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24100	zontini-athos-1914-03-01	{"3a_sports": "4379"}	{"ertel": "ES-4379"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Athos", "family": "Zontini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-03-01", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Athos", "family": "Zontini"}, "birth": {"date": "1914-03-01", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4379", "ENG": "", "MA_": "1", "G_NR": "594", "MA12": "12", "MARS": "35", "NAME": "Zontini", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "5,800", "CSINR": "", "KURTZ": "", "PHAS_": "13,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Athos", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.03.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24101	zoppellaro-carlo-1921-07-13	{"3a_sports": "4381"}	{"ertel": "ES-4381"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carlo", "family": "Zoppellaro", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-07-13", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Carlo", "family": "Zoppellaro"}, "birth": {"date": "1921-07-13", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4381", "ENG": "", "MA_": "1", "G_NR": "595", "MA12": "10", "MARS": "29", "NAME": "Zoppellaro", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "10,700", "CSINR": "", "KURTZ": "", "PHAS_": "58,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "13.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Carlo", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.07.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24102	zoppelletto-g-battista-1932-04-03	{"3a_sports": "4382"}	{"ertel": "ES-4382"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "G.battista", "family": "Zoppelletto", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-04-03", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "G.battista", "family": "Zoppelletto"}, "birth": {"date": "1932-04-03", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4382", "ENG": "", "MA_": "1", "G_NR": "596", "MA12": "5", "MARS": "13", "NAME": "Zoppelletto", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-6,200", "CSINR": "", "KURTZ": "", "PHAS_": "8,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "03.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "G.battista", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.04.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24103	zorzan-mario-1912-02-15	{"3a_sports": "4383"}	{"ertel": "ES-4383"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mario", "family": "Zorzan", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1912-02-15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Mario", "family": "Zorzan"}, "birth": {"date": "1912-02-15", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4383", "ENG": "", "MA_": "1", "G_NR": "597", "MA12": "2", "MARS": "6", "NAME": "Zorzan", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-6,200", "CSINR": "", "KURTZ": "", "PHAS_": "9,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "15.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Mario", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.02.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24104	zorzi-luigi-1920-05-04	{"3a_sports": "4384"}	{"ertel": "ES-4384"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luigi", "family": "Zorzi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-05-04", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Luigi", "family": "Zorzi"}, "birth": {"date": "1920-05-04", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4384", "ENG": "", "MA_": "1", "G_NR": "598", "MA12": "10", "MARS": "30", "NAME": "Zorzi", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-0,800", "CSINR": "", "KURTZ": "", "PHAS_": "99,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "04.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Luigi", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.05.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24105	zorzin-conado-1921-12-01	{"3a_sports": "4385"}	{"ertel": "ES-4385"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Conado", "family": "Zorzin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-12-01", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Conado", "family": "Zorzin"}, "birth": {"date": "1921-12-01", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4385", "ENG": "", "MA_": "1", "G_NR": "599", "MA12": "2", "MARS": "6", "NAME": "Zorzin", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "2,000", "CSINR": "", "KURTZ": "", "PHAS_": "2,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "01.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Conado", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.12.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24106	zuppet-tullio-1926-02-27	{"3a_sports": "4388"}	{"ertel": "ES-4388"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tullio", "family": "Zuppet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-02-27", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "IT", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Tullio", "family": "Zuppet"}, "birth": {"date": "1926-02-27", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4388", "ENG": "", "MA_": "0", "G_NR": "600", "MA12": "8", "MARS": "22", "NAME": "Zuppet", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "2,100", "CSINR": "", "KURTZ": "", "PHAS_": "99,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": "27.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Tullio", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.02.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24107	zvunka-georges-1937-03-05	{"3a_sports": "4389"}	{"ertel": "ES-4389"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Zvunka", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1937-03-05", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Georges", "family": "Zvunka"}, "birth": {"date": "1937-03-05", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4389", "ENG": "", "MA_": "0", "G_NR": "453", "MA12": "8", "MARS": "22", "NAME": "Zvunka", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,300", "CSINR": "", "KURTZ": "", "PHAS_": "53,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "05.03.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24108	zvunka-jules-1941-08-17	{"3a_sports": "4390"}	{"ertel": "ES-4390"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Zvunka", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-08-17", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jules", "family": "Zvunka"}, "birth": {"date": "1941-08-17", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4390", "ENG": "", "MA_": "0", "G_NR": "454", "MA12": "11", "MARS": "32", "NAME": "Zvunka", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,200", "CSINR": "", "KURTZ": "", "PHAS_": "32,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jules", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "17.08.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24109	zvunka-victor-1951-11-15	{"3a_sports": "4391"}	{"ertel": "ES-4391"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Zvunka", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1951-11-15", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "FR", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Victor", "family": "Zvunka"}, "birth": {"date": "1951-11-15", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4391", "ENG": "", "MA_": "0", "G_NR": "455", "MA12": "5", "MARS": "15", "NAME": "Zvunka", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-1,600", "CSINR": "", "KURTZ": "", "PHAS_": "98,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.11.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Victor", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "15.11.1951", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22631	albani-giuseppe-1921-04-08	{"3a_sports": "46"}	{"ertel": "ES-46"}	{"fame": {"full": null, "given": "Peppino", "family": null}, "nobl": null, "alter": [], "given": "Giuseppe", "family": "Albani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-04-08", "note": null, "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 45.14014, "lat": 9.10774, "name": "Cava Manara", "geoid": 3179305}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": "1989-06-07", "note": null, "place": {"c1": null, "c2": "PV", "c3": null, "cy": "IT", "lg": 45.19205, "lat": 9.15917, "name": "Pavia", "geoid": 3171366}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Peppino", "family": "Albani"}, "birth": {"date": "-  -", "place": {"cy": "IT"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "46", "ENG": "", "MA_": "0", "G_NR": "8", "MA12": "9", "MARS": "25", "NAME": "Albani", "PUBL": "U", "QUEL": "GMINI", "AUFAB": "-85,90", "CSINR": "", "KURTZ": "", "PHAS_": "0,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "ITA", "TAGMON": ".  .", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Peppino", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": ".  .", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"name": {"fame": {"given": "Peppino"}, "given": "Giuseppe"}, "birth": {"date": "1921-04-08", "place": {"c2": "PV", "cy": "IT", "lg": 45.14014, "lat": 9.10774, "name": "Cava Manara", "geoid": 3179305}}, "death": {"date": "1989-06-07", "place": {"c2": "PV", "cy": "IT", "lg": 45.19205, "lat": 9.15917, "name": "Pavia", "geoid": 3171366}}, "notes": ["This person is present without birth date in Ertel's file of sportsmen.\\n<br>Informations come from <a href=\\"https://it.wikipedia.org/wiki/Giuseppe_Albani_(calciatore)\\">https://it.wikipedia.org/wiki/Giuseppe_Albani_(calciatore)</a> and <a href=\\"https://www.transfermarkt.com/peppino-albani/profil/spieler/538598\\">https://www.transfermarkt.com/peppino-albani/profil/spieler/538598</a>\\n"], "ids-in-sources": {"3a_sports": "46"}}, "raw": {"notes.0": "This person is present without birth date in Ertel's file of sportsmen.\\n<br>Informations come from <a href=\\"https://it.wikipedia.org/wiki/Giuseppe_Albani_(calciatore)\\">https://it.wikipedia.org/wiki/Giuseppe_Albani_(calciatore)</a> and <a href=\\"https://www.transfermarkt.com/peppino-albani/profil/spieler/538598\\">https://www.transfermarkt.com/peppino-albani/profil/spieler/538598</a>\\n", "birth.date": "1921-04-08", "death.date": "1989-06-07", "name.given": "Giuseppe", "birth.place.c2": "PV", "birth.place.cy": "IT", "birth.place.lg": 45.14014, "death.place.c2": "PV", "death.place.cy": "IT", "death.place.lg": 45.19205, "birth.place.lat": 9.10774, "death.place.lat": 9.15917, "name.fame.given": "Peppino", "birth.place.name": "Cava Manara", "death.place.name": "Pavia", "birth.place.geoid": 3179305, "death.place.geoid": 3171366, "ids-in-sources.3a_sports": "46"}, "date": "2023-08-20T14:45:54+02:00", "source": "ertel-sport.yml", "command": "db init tweaks ertel-sport.yml"}]	["This person is present without birth date in Ertel's file of sportsmen.\\n<br>Informations come from <a href=\\"https://it.wikipedia.org/wiki/Giuseppe_Albani_(calciatore)\\">https://it.wikipedia.org/wiki/Giuseppe_Albani_(calciatore)</a> and <a href=\\"https://www.transfermarkt.com/peppino-albani/profil/spieler/538598\\">https://www.transfermarkt.com/peppino-albani/profil/spieler/538598</a>\\n"]
24110	croz-michel-1830-04-29	{"cfepp-final3": "1"}	{"cfepp": "CF-1"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "CROZ", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1830-04-29 03:00", "note": null, "place": {"c1": null, "c2": "74", "c3": null, "cy": "FR", "lg": -6.92, "lat": 45.97, "name": "ARGENTIERE", "geoid": null}, "notime": null, "date-ut": "1830-04-29 02:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mountaineer"]	5	null	[{"new": {"name": {"given": "Michel", "family": "CROZ"}, "birth": {"date": "1830-04-29 03:00", "place": {"c2": "74", "cy": "FR", "lg": -6.92, "lat": 45.97, "name": "ARGENTIERE"}, "date-ut": "1830-04-29 02:32"}, "occus": ["mountaineer"], "trust": 5, "ids-in-sources": {"cfepp-final3": "1"}}, "raw": {"S": "1", "LT": "03 00", "LV": "", "TR": "f", "UT": "02 32", "LAT": "+45.97", "SRC": "AL", "LONG": "-06.92", "NAME": "CROZ Michel", "SPORT": "Mountain Climbing", "LOC_DATE": "1830 04 29", "UNIV_DATE": "1830 04 29", "BIRTH_PLACE": "ARGENTIERE", "POSTAL_CODE": "74403 CEDEX"}, "date": "2023-08-20T14:45:54+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15995	herzog-maurice-1919-01-15	{"d6": "207", "e3": "787", "3a_sports": "2120", "cfepp-final3": "2"}	{"cfepp": "CF-2", "ertel": "ES-2120", "lerrcp": "D6-207"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Herzog", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-01-15 03:30", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": -4.83, "lat": 45.75, "name": "LYON", "geoid": null}, "notime": null, "date-ut": "1919-01-15 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["mountaineer", "politician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Herzog"}, "birth": {"date": "1919-01-15 03:30", "place": {"cy": "FR", "lg": 4.83333, "lat": 45.76667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "207"}}, "raw": {"H": "3", "MN": "30", "DAY": "15", "LAT": "45N46", "LON": "04E50", "MON": "1", "NUM": "207", "SEC": "0", "YEA": "1919", "NAME": "Herzog Maurice"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"occus": ["politician"], "ids-in-sources": {"e3": "787"}}, "raw": {"H": "03:30", "COD": "69", "DAY": "15", "MON": "01", "NUM": "0787", "PRO": "PO", "YEA": "1919", "CITY": "Lyon", "NAME": "HERZOG Maurice", "NOTE": "*"}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"sex": "M", "occus": ["mountaineer"], "partial-ids": {"ertel": "ES-2120"}}, "raw": {"L": "", "MF": "", "NR": "2120", "ENG": "", "MA_": "1", "G_NR": "207", "MA12": "10", "MARS": "30", "NAME": "Herzog", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "4,500", "CSINR": "", "KURTZ": "e", "PHAS_": "97,700", "STUND": "", "CFEPNR": "2", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Maurice", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "15.01.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "ALPI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1919-01-15 03:30", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": -4.83, "lat": 45.75, "name": "LYON"}, "date-ut": "1919-01-15 03:30"}, "occus": ["mountaineer"], "ids-in-sources": {"cfepp-final3": "2"}}, "raw": {"S": "10", "LT": "03 30", "LV": "", "TR": "f", "UT": "03 30", "LAT": "+45.75", "SRC": "AL", "LONG": "-04.83", "NAME": "HERZOG Maurice", "SPORT": "Mountain Climbing", "LOC_DATE": "1919 01 15", "UNIV_DATE": "1919 01 15", "BIRTH_PLACE": "LYON", "POSTAL_CODE": "69205 CEDEX  01"}, "date": "2023-08-20T14:45:54+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24111	bergougnous-jacques-1922-10-06	{"cfepp-final3": "14"}	{"cfepp": "CF-14"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "BERGOUGNOUS", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1922-10-06 12:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "5", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1922-10-06 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "BERGOUGNOUS"}, "birth": {"date": "1922-10-06 12:30", "place": {"c2": "75", "c3": "5", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1922-10-06 11:30"}, "occus": ["athletics-competitor"], "trust": 5, "ids-in-sources": {"cfepp-final3": "14"}}, "raw": {"S": "12", "LT": "12 30", "LV": "I", "TR": "f", "UT": "11 30", "LAT": "+48.86", "SRC": "A", "LONG": "-02.34", "NAME": "BERGOUGNOUS Jacques", "SPORT": "Track & Field", "LOC_DATE": "1922 10 06", "UNIV_DATE": "1922 10 06", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75005"}, "date": "2023-08-20T14:45:54+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22628	aitelli-colette-1932-03-03	{"3a_sports": "37", "cfepp-final3": "4"}	{"cfepp": "CF-4", "ertel": "ES-37"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Colette", "family": "Aitelli", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1932-03-03 19:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": -5.94, "lat": 43.12, "name": "TOULON", "geoid": null}, "notime": null, "date-ut": "1932-03-03 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Colette", "family": "Aitelli"}, "birth": {"date": "1932-08-03", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "37", "ENG": "", "MA_": "0", "G_NR": "1", "MA12": "8", "MARS": "22", "NAME": "Aitelli", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "0,200", "CSINR": "", "KURTZ": "", "PHAS_": "0,500", "STUND": "", "CFEPNR": "4", "EXTEND": "", "NATION": "FRA", "TAGMON": "03.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Colette", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "03.08.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "aitelli-colette-1932-03-03", "birth": {"date": "1932-03-03 19:00", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": -5.94, "lat": 43.12, "name": "TOULON"}, "date-ut": "1932-03-03 19:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "4"}}, "raw": {"S": "8", "LT": "19 00", "LV": "FI", "TR": "f", "UT": "19 00", "LAT": "+43.12", "SRC": "A", "LONG": "-05.94", "NAME": "AITELLI Collette", "SPORT": "Track & Field", "LOC_DATE": "1932 03 03", "UNIV_DATE": "1932 03 03", "BIRTH_PLACE": "TOULON", "POSTAL_CODE": "83056 CEDEX"}, "date": "2023-08-20T14:45:54+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15828	ben-hamo-1930-03-22	{"d6": "39", "3a_sports": "334", "cfepp-final3": "12"}	{"cfepp": "CF-12", "ertel": "ES-334", "lerrcp": "D6-39"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hamo", "family": "Ben", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1930-03-22 04:00", "note": null, "place": {"c1": null, "c2": "14", "c3": "", "cy": "FR", "lg": 0.37, "lat": 49.11, "name": "ST MARTIN DE FONTENAY", "geoid": null}, "notime": null, "date-ut": "1930-03-22 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Hamo", "family": "Ben"}, "birth": {"date": "1930-03-22 04:00", "place": {"cy": "FR", "lg": -0.28333, "lat": 49.1}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "39"}}, "raw": {"H": "4", "MN": "0", "DAY": "22", "LAT": "49N06", "LON": "00W17", "MON": "3", "NUM": "39", "SEC": "0", "YEA": "1930", "NAME": "Ben hamo"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "F", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-334"}}, "raw": {"L": "", "MF": "F", "NR": "334", "ENG": "", "MA_": "1", "G_NR": "39", "MA12": "12", "MARS": "35", "NAME": "BenHamo", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-9,700", "CSINR": "", "KURTZ": "", "PHAS_": "51,400", "STUND": "", "CFEPNR": "12", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.03.", "ZITATE": "DST", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Arlette", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "22.03.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1930-03-22 04:00", "place": {"c2": "14", "c3": "", "cy": "FR", "lg": 0.37, "lat": 49.11, "name": "ST MARTIN DE FONTENAY"}, "date-ut": "1930-03-22 04:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "12"}}, "raw": {"S": "12", "LT": "04 00", "LV": "E", "TR": "f", "UT": "04 00", "LAT": "+49.11", "SRC": "AL", "LONG": "+00.37", "NAME": "BEN HAMO Arlette", "SPORT": "Track & Field", "LOC_DATE": "1930 03 22", "UNIV_DATE": "1930 03 22", "BIRTH_PLACE": "ST MARTIN DE FONTENAY", "POSTAL_CODE": "14320"}, "date": "2023-08-20T14:45:54+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22737	berger-marc-michel-1943-07-08	{"3a_sports": "364", "cfepp-final3": "13"}	{"cfepp": "CF-13", "ertel": "ES-364"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marc (Michel)", "family": "Berger", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-07-08 23:45", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": -2.36, "lat": 48.79, "name": "VILLEJUIF", "geoid": null}, "notime": null, "date-ut": "1943-07-08 21:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Marc (Michel)", "family": "Berger"}, "birth": {"date": "1943-10-08", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "364", "ENG": "", "MA_": "1", "G_NR": "40", "MA12": "2", "MARS": "4", "NAME": "Berger", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "11,300", "CSINR": "", "KURTZ": "", "PHAS_": "63,200", "STUND": "", "CFEPNR": "13", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.10.", "ZITATE": "DST", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marc (Michel)", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "08.10.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "berger-marc-michel-1943-07-08", "birth": {"date": "1943-07-08 23:45", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": -2.36, "lat": 48.79, "name": "VILLEJUIF"}, "date-ut": "1943-07-08 21:45"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "13"}}, "raw": {"S": "11", "LT": "23 45", "LV": "M", "TR": "f", "UT": "21 45", "LAT": "+48.79", "SRC": "L", "LONG": "-02.36", "NAME": "BERGER Marc", "SPORT": "Track & Field", "LOC_DATE": "1943 07 08", "UNIV_DATE": "1943 07 08", "BIRTH_PLACE": "VILLEJUIF", "POSTAL_CODE": "94800"}, "date": "2023-08-20T14:45:54+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1751	anthoine-emile-1882-06-09	{"a1": "1752", "3a_sports": "111", "cfepp-final3": "7"}	{"cfepp": "CF-7", "cpara": "CP-15", "ertel": "ES-111", "lerrcp": "A1-1752"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Anthoine", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1882-06-09 21:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "17", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1882-06-09 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["race-walker", "athletics-competitor"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Anthoine"}, "birth": {"tzo": "+00:09:24", "date": "1882-06-09 21:00", "place": {"c2": "75", "c3": "17", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1882-06-09 20:50:40"}, "occus": ["race-walker"], "trust": 5, "partial_ids": {"lerrcp": "A1-1752"}, "ids-in-sources": {"a1": "1752"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "9", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "1752", "PRO": "C", "SEC": "40", "YEA": "1882", "CITY": "PARIS 17E"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1882-06-09 21:00"}, "partial-ids": {"ertel": "ES-111"}}, "raw": {"L": "", "MF": "", "NR": "111", "ENG": "", "MA_": "0", "G_NR": "1752", "MA12": "6", "MARS": "16", "NAME": "Anthoine", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,50", "CSINR": "", "KURTZ": "", "PHAS_": "46,900", "STUND": "21,00", "CFEPNR": "7", "EXTEND": "", "NATION": "FRA", "TAGMON": "09.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "15", "VORNAME": "Emile", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "09.06.1882", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "WALK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1882-06-09 21:00", "place": {"c3": "17"}, "date-ut": "1882-06-09 20:51"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "7"}}, "raw": {"S": "5", "LT": "21 00", "LV": "F", "TR": "f", "UT": "20 51", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "ANTHOINE Emile", "SPORT": "Track & Field", "LOC_DATE": "1882 06 09", "UNIV_DATE": "1882 06 09", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75017"}, "date": "2023-08-20T14:45:54+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
11	bernard-michel-1931-12-31	{"a1": "11", "3a_sports": "376", "cfepp-final3": "15"}	{"cfepp": "CF-15", "cpara": "CP-43", "ertel": "ES-376", "lerrcp": "A1-11"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Bernard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1931-12-31 23:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.56373, "lat": 50.28236, "name": "Sepmeries", "geoid": 2975025}, "notime": null, "date-ut": "1931-12-31 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Bernard"}, "birth": {"tzo": "+00:00", "date": "1931-12-31 23:00", "place": {"c2": "59", "cy": "FR", "lg": 3.56373, "lat": 50.28236, "name": "Sepmeries", "geoid": 2975025}, "date-ut": "1931-12-31 23:00"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-11"}, "ids-in-sources": {"a1": "11"}}, "raw": {"H": "23", "MN": "0", "TZ": "0", "COD": "59", "COU": "F", "DAY": "31", "LAT": "50N39", "LON": "3E 5", "MON": "12", "NUM": "11", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "SEPMERIES"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-12-31 23:00"}, "partial-ids": {"ertel": "ES-376"}}, "raw": {"L": "", "MF": "", "NR": "376", "ENG": "", "MA_": "1", "G_NR": "11", "MA12": "9", "MARS": "26", "NAME": "Bernard", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,60", "CSINR": "", "KURTZ": "", "PHAS_": "62,000", "STUND": "23,00", "CFEPNR": "15", "EXTEND": "", "NATION": "FRA", "TAGMON": "31.12.", "ZITATE": "DT", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "43", "VORNAME": "Michel", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "31.12.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1931-12-31 23:00", "place": {"c3": ""}, "date-ut": "1931-12-31 23:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "15"}}, "raw": {"S": "9", "LT": "23 00", "LV": "FI", "TR": "f", "UT": "23 00", "LAT": "+50.28", "SRC": "L", "LONG": "-03.56", "NAME": "BERNARD Michel", "SPORT": "Track & Field", "LOC_DATE": "1931 12 31", "UNIV_DATE": "1931 12 31", "BIRTH_PLACE": "SEPMERIES", "POSTAL_CODE": "59269"}, "date": "2023-08-20T14:45:54+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
6	bally-etienne-1923-04-17	{"a1": "6", "g55": "03-1", "3a_sports": "220", "cfepp-final3": "10"}	{"g55": "03-1", "cfepp": "CF-10", "cpara": "CP-23", "ertel": "ES-220", "lerrcp": "A1-6"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Bally", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1923-04-17 01:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Vénissieux", "geoid": 0}, "notime": null, "date-ut": "1923-04-17 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Bally"}, "birth": {"tzo": "+00:00", "date": "1923-04-17 01:00", "place": {"c2": "69", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Vennissieux", "geoid": 0}, "date-ut": "1923-04-17 01:00"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-6"}, "ids-in-sources": {"a1": "6"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "69", "COU": "F", "DAY": "17", "LAT": "45N46", "LON": "4E50", "MON": "4", "NUM": "6", "PRO": "C", "SEC": "0", "YEA": "1923", "CITY": "VENNISSIEUX"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1923-04-17 01:00"}, "partial-ids": {"ertel": "ES-220"}}, "raw": {"L": "", "MF": "", "NR": "220", "ENG": "", "MA_": "1", "G_NR": "6", "MA12": "9", "MARS": "26", "NAME": "Bally", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,500", "CSINR": "", "KURTZ": "", "PHAS_": "0,600", "STUND": "1,00", "CFEPNR": "10", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.04.", "ZITATE": "DST", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "23", "VORNAME": "Etienne", "ZITRANG": "4", "GAUQ1955": "+", "GEBDATUM": "17.04.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1923-04-17 01:00", "place": {"c3": ""}, "date-ut": "1923-04-17 01:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "10"}}, "raw": {"S": "9", "LT": "01 00", "LV": "E", "TR": "f", "UT": "01 00", "LAT": "+45.69", "SRC": "ALG", "LONG": "-04.88", "NAME": "BALLY Etienne", "SPORT": "Track & Field", "LOC_DATE": "1923 04 17", "UNIV_DATE": "1923 04 17", "BIRTH_PLACE": "VENISSIEUX", "POSTAL_CODE": "69631 CEDEX"}, "date": "2023-08-20T14:45:54+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Vénissieux"}}, "partial-ids": {"g55": "03-1"}, "ids-in-source": {"g55": "03-1"}}, "raw": {"DAY": "17-4-1923", "HOUR": "1 h.", "NAME": "BALLY Etienne", "PLACE": "Vénissieux (Rhône)."}, "date": "2023-08-20T14:48:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
22751	bertould-gilles-1949-05-16	{"3a_sports": "403", "cfepp-final3": "16"}	{"cfepp": "CF-16", "ertel": "ES-403"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilles", "family": "Bertould", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-05-16 12:00", "note": null, "place": {"c1": null, "c2": "22", "c3": "", "cy": "FR", "lg": 2.13, "lat": 48.36, "name": "PLUMAUDAN", "geoid": null}, "notime": null, "date-ut": "1949-05-16 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gilles", "family": "Bertould"}, "birth": {"date": "1949-05-16", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "403", "ENG": "0", "MA_": "2", "G_NR": "41", "MA12": "3", "MARS": "9", "NAME": "Bertould", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-7,000", "CSINR": "", "KURTZ": "", "PHAS_": "85,000", "STUND": "", "CFEPNR": "16", "EXTEND": "1", "NATION": "FRA", "TAGMON": "16.05.", "ZITATE": "DKST", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gilles", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "16.05.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1949-05-16 12:00", "place": {"c2": "22", "c3": "", "cy": "FR", "lg": 2.13, "lat": 48.36, "name": "PLUMAUDAN"}, "date-ut": "1949-05-16 11:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "16"}}, "raw": {"S": "3", "LT": "12 00", "LV": "I", "TR": "f", "UT": "11 00", "LAT": "+48.36", "SRC": "L", "LONG": "+02.13", "NAME": "BERTOULD Gilles", "SPORT": "Track & Field", "LOC_DATE": "1949 05 16", "UNIV_DATE": "1949 05 16", "BIRTH_PLACE": "PLUMAUDAN", "POSTAL_CODE": "22350"}, "date": "2023-08-20T14:45:54+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22827	bourbeillon-patrick-1947-03-24	{"3a_sports": "608", "cfepp-final3": "23"}	{"cfepp": "CF-23", "ertel": "ES-608"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Patrick", "family": "Bourbeillon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-03-24 13:45", "note": null, "place": {"c1": null, "c2": "49", "c3": "", "cy": "FR", "lg": 0.55, "lat": 47.47, "name": "ANGERS", "geoid": null}, "notime": null, "date-ut": "1947-03-24 12:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Patrick", "family": "Bourbeillon"}, "birth": {"date": "1947-03-24", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "608", "ENG": "1", "MA_": "2", "G_NR": "58", "MA12": "4", "MARS": "12", "NAME": "Bourbeillon", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "1,800", "CSINR": "", "KURTZ": "", "PHAS_": "2,100", "STUND": "", "CFEPNR": "23", "EXTEND": "1", "NATION": "FRA", "TAGMON": "24.03.", "ZITATE": "DS", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Patrick", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "24.03.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1947-03-24 13:45", "place": {"c2": "49", "c3": "", "cy": "FR", "lg": 0.55, "lat": 47.47, "name": "ANGERS"}, "date-ut": "1947-03-24 12:45"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "23"}}, "raw": {"S": "4", "LT": "13 45", "LV": "I", "TR": "f", "UT": "12 45", "LAT": "+47.47", "SRC": "L", "LONG": "+00.55", "NAME": "BOURBEILLON Patrick", "SPORT": "Track & Field", "LOC_DATE": "1947 03 24", "UNIV_DATE": "1947 03 24", "BIRTH_PLACE": "ANGERS", "POSTAL_CODE": "49035 CEDEX"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22836	brac-christian-1927-06-10	{"3a_sports": "635", "cfepp-final3": "24"}	{"cfepp": "CF-24", "ertel": "ES-635"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Brac", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-06-10 12:00", "note": null, "place": {"c1": null, "c2": "87", "c3": "", "cy": "FR", "lg": -1.25, "lat": 45.83, "name": "LIMOGES", "geoid": null}, "notime": null, "date-ut": "1927-06-10 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Christian", "family": "Brac"}, "birth": {"date": "1927-06-10", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "635", "ENG": "", "MA_": "1", "G_NR": "36", "MA12": "2", "MARS": "5", "NAME": "Brac", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "8,700", "CSINR": "", "KURTZ": "", "PHAS_": "74,500", "STUND": "", "CFEPNR": "24", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Christian", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.06.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1927-06-10 12:00", "place": {"c2": "87", "c3": "", "cy": "FR", "lg": -1.25, "lat": 45.83, "name": "LIMOGES"}, "date-ut": "1927-06-10 11:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "24"}}, "raw": {"S": "2", "LT": "12 00", "LV": "I", "TR": "f", "UT": "11 00", "LAT": "+45.83", "SRC": "A", "LONG": "-01.25", "NAME": "BRAC Christian", "SPORT": "Track & Field", "LOC_DATE": "1927 06 10", "UNIV_DATE": "1927 06 10", "BIRTH_PLACE": "LIMOGES", "POSTAL_CODE": "87031 CEDEX"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15	bogey-robert-1935-12-25	{"a1": "15", "3a_sports": "502", "cfepp-final3": "21"}	{"cfepp": "CF-21", "cpara": "CP-58", "ertel": "ES-502", "lerrcp": "A1-15"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Bogey", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1935-12-25 16:30", "note": null, "place": {"c1": null, "c2": "73", "c3": "", "cy": "FR", "lg": 5.90863, "lat": 45.69173, "name": "Aix-les-Bains", "geoid": 3038350}, "notime": null, "date-ut": "1935-12-25 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Bogey"}, "birth": {"tzo": "+00:00", "date": "1935-12-25 16:30", "place": {"c2": "73", "cy": "FR", "lg": 5.90863, "lat": 45.69173, "name": "Aix-les-Bains", "geoid": 3038350}, "date-ut": "1935-12-25 16:30"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-15"}, "ids-in-sources": {"a1": "15"}}, "raw": {"H": "16", "MN": "30", "TZ": "0", "COD": "73", "COU": "F", "DAY": "25", "LAT": "45N34", "LON": "5E55", "MON": "12", "NUM": "15", "PRO": "C", "SEC": "0", "YEA": "1935", "CITY": "AIX-LES-BAINS"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1935-12-25 16:30"}, "partial-ids": {"ertel": "ES-502"}}, "raw": {"L": "", "MF": "", "NR": "502", "ENG": "", "MA_": "1", "G_NR": "15", "MA12": "5", "MARS": "13", "NAME": "Bogey", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,800", "CSINR": "", "KURTZ": "", "PHAS_": "0,700", "STUND": "16,50", "CFEPNR": "21", "EXTEND": "", "NATION": "FRA", "TAGMON": "25.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "58", "VORNAME": "Robert", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "25.12.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:56+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1935-12-25 16:30", "place": {"c3": ""}, "date-ut": "1935-12-25 16:30"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "21"}}, "raw": {"S": "5", "LT": "16 30", "LV": "FI", "TR": "f", "UT": "16 30", "LAT": "+45.69", "SRC": "L", "LONG": "-05.91", "NAME": "BOGEY Robert", "SPORT": "Track & Field", "LOC_DATE": "1935 12 25", "UNIV_DATE": "1935 12 25", "BIRTH_PLACE": "AIX LES BAINS", "POSTAL_CODE": "73105 CEDEX"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16	bonino-rene-1930-01-14	{"a1": "16", "3a_sports": "538", "cfepp-final3": "22"}	{"cfepp": "CF-22", "cpara": "CP-64", "ertel": "ES-538", "lerrcp": "A1-16"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Bonino", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1930-01-14 01:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.4225, "lat": 43.74311, "name": "Beausoleil", "geoid": 3034041}, "notime": null, "date-ut": "1930-01-14 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "René", "family": "Bonino"}, "birth": {"tzo": "+00:00", "date": "1930-01-14 01:00", "place": {"c2": "06", "cy": "FR", "lg": 7.4225, "lat": 43.74311, "name": "Beausoleil", "geoid": 3034041}, "date-ut": "1930-01-14 01:00"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-16"}, "ids-in-sources": {"a1": "16"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "06", "COU": "F", "DAY": "14", "LAT": "43N42", "LON": "7E16", "MON": "1", "NUM": "16", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "BEAUSOLEIL"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-01-14 01:00"}, "partial-ids": {"ertel": "ES-538"}}, "raw": {"L": "", "MF": "", "NR": "538", "ENG": "", "MA_": "1", "G_NR": "16", "MA12": "10", "MARS": "30", "NAME": "Bonino", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,200", "CSINR": "", "KURTZ": "", "PHAS_": "98,500", "STUND": "1,00", "CFEPNR": "22", "EXTEND": "", "NATION": "FRA", "TAGMON": "14.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "64", "VORNAME": "René", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "14.01.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:56+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1930-01-14 01:00", "place": {"c3": ""}, "date-ut": "1930-01-14 01:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "22"}}, "raw": {"S": "10", "LT": "01 00", "LV": "FI", "TR": "f", "UT": "01 00", "LAT": "+43.74", "SRC": "L", "LONG": "-07.43", "NAME": "BONINO Rene", "SPORT": "Track & Field", "LOC_DATE": "1930 01 14", "UNIV_DATE": "1930 01 14", "BIRTH_PLACE": "BEAUSOLEIL", "POSTAL_CODE": "06240"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22846	brault-henri-1928-03-29	{"3a_sports": "655", "cfepp-final3": "25"}	{"cfepp": "CF-25", "ertel": "ES-655"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Brault", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-03-29 11:00", "note": null, "place": {"c1": null, "c2": "53", "c3": "", "cy": "FR", "lg": 0.58, "lat": 48.14, "name": "MONTSURS", "geoid": null}, "notime": null, "date-ut": "1928-03-29 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Henri", "family": "Brault"}, "birth": {"date": "1928-03-29", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "655", "ENG": "", "MA_": "1", "G_NR": "38", "MA12": "5", "MARS": "13", "NAME": "Brault", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "11,000", "CSINR": "", "KURTZ": "", "PHAS_": "55,600", "STUND": "", "CFEPNR": "25", "EXTEND": "", "NATION": "FRA", "TAGMON": "29.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.03.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1928-03-29 11:00", "place": {"c2": "53", "c3": "", "cy": "FR", "lg": 0.58, "lat": 48.14, "name": "MONTSURS"}, "date-ut": "1928-03-29 11:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "25"}}, "raw": {"S": "5", "LT": "11 00", "LV": "I", "TR": "f", "UT": "11 00", "LAT": "+48.14", "SRC": "A", "LONG": "+00.58", "NAME": "BRAULT Henri", "SPORT": "Track & Field", "LOC_DATE": "1928 03 29", "UNIV_DATE": "1928 03 29", "BIRTH_PLACE": "MONTSURS", "POSTAL_CODE": "53150"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22856	brouzet-yves-1948-09-05	{"3a_sports": "684", "cfepp-final3": "27"}	{"cfepp": "CF-27", "ertel": "ES-684"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Brouzet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-09-05 23:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": -3.22, "lat": 43.34, "name": "BEZIERS", "geoid": null}, "notime": null, "date-ut": "1948-09-05 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Yves", "family": "Brouzet"}, "birth": {"date": "1948-09-05", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "684", "ENG": "", "MA_": "1", "G_NR": "71", "MA12": "7", "MARS": "21", "NAME": "Brouzet", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "3,100", "CSINR": "", "KURTZ": "", "PHAS_": "3,600", "STUND": "", "CFEPNR": "27", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Yves", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "05.09.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1948-09-05 23:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": -3.22, "lat": 43.34, "name": "BEZIERS"}, "date-ut": "1948-09-05 22:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "27"}}, "raw": {"S": "7", "LT": "23 00", "LV": "FI", "TR": "f", "UT": "22 00", "LAT": "+43.34", "SRC": "L", "LONG": "-03.22", "NAME": "BROUZET Yves", "SPORT": "Track & Field", "LOC_DATE": "1948 09 05", "UNIV_DATE": "1948 09 05", "BIRTH_PLACE": "BEZIERS", "POSTAL_CODE": "34321 CEDEX"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22915	carette-jacques-1947-03-01	{"3a_sports": "843", "cfepp-final3": "28"}	{"cfepp": "CF-28", "ertel": "ES-843"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Carette", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-03-01 06:15", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": -3.18, "lat": 50.7, "name": "ROUBAIX", "geoid": null}, "notime": null, "date-ut": "1947-03-01 05:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jacques", "family": "Carette"}, "birth": {"date": "1947-03-01", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "843", "ENG": "", "MA_": "1", "G_NR": "87", "MA12": "12", "MARS": "35", "NAME": "Carette", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "11,300", "CSINR": "", "KURTZ": "", "PHAS_": "57,100", "STUND": "", "CFEPNR": "28", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.03.", "ZITATE": "DKS", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "01.03.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1947-03-01 06:15", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": -3.18, "lat": 50.7, "name": "ROUBAIX"}, "date-ut": "1947-03-01 05:15"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "28"}}, "raw": {"S": "12", "LT": "06 15", "LV": "I", "TR": "f", "UT": "05 15", "LAT": "+50.70", "SRC": "L", "LONG": "-03.18", "NAME": "CARETTE Jacques", "SPORT": "Track & Field", "LOC_DATE": "1947 03 01", "UNIV_DATE": "1947 03 01", "BIRTH_PLACE": "ROUBAIX", "POSTAL_CODE": "59066 CEDEX  1"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22920	caron-henri-1924-07-02	{"3a_sports": "852", "cfepp-final3": "29"}	{"cfepp": "CF-29", "ertel": "ES-852"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Caron", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-07-02 09:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": -2.87, "lat": 50.42, "name": "NOYELLES SOUS LENS", "geoid": null}, "notime": null, "date-ut": "1924-07-02 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Henri", "family": "Caron"}, "birth": {"date": "1924-07-02", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "852", "ENG": "", "MA_": "1", "G_NR": "43", "MA12": "7", "MARS": "19", "NAME": "Caron", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-1,300", "CSINR": "", "KURTZ": "", "PHAS_": "0,200", "STUND": "", "CFEPNR": "29", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.07.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1924-07-02 09:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": -2.87, "lat": 50.42, "name": "NOYELLES SOUS LENS"}, "date-ut": "1924-07-02 08:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "29"}}, "raw": {"S": "6", "LT": "09 00", "LV": "M", "TR": "f", "UT": "08 00", "LAT": "+50.42", "SRC": "A", "LONG": "-02.87", "NAME": "CARON Henri", "SPORT": "Track & Field", "LOC_DATE": "1924 07 02", "UNIV_DATE": "1924 07 02", "BIRTH_PLACE": "NOYELLES SOUS LENS", "POSTAL_CODE": "62221"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22939	cavelot-bernadette-1928-10-15	{"3a_sports": "918", "cfepp-final3": "30"}	{"cfepp": "CF-30", "ertel": "ES-918"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernadette", "family": "Cavelot", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1928-10-15 08:00", "note": null, "place": {"c1": null, "c2": "27", "c3": "", "cy": "FR", "lg": -0.6, "lat": 49.09, "name": "BERNAY", "geoid": null}, "notime": null, "date-ut": "1928-10-15 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Bernadette", "family": "Cavelot"}, "birth": {"date": "1928-10-15", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "918", "ENG": "", "MA_": "1", "G_NR": "45", "MA12": "5", "MARS": "13", "NAME": "Cavelot", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "1,500", "CSINR": "", "KURTZ": "", "PHAS_": "1,700", "STUND": "", "CFEPNR": "30", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Bernadette", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.10.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1928-10-15 08:00", "place": {"c2": "27", "c3": "", "cy": "FR", "lg": -0.6, "lat": 49.09, "name": "BERNAY"}, "date-ut": "1928-10-15 08:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "30"}}, "raw": {"S": "5", "LT": "08 00", "LV": "FI", "TR": "f", "UT": "08 00", "LAT": "+49.09", "SRC": "A", "LONG": "-00.60", "NAME": "CAVELOT Bernadette", "SPORT": "Track & Field", "LOC_DATE": "1928 10 15", "UNIV_DATE": "1928 10 15", "BIRTH_PLACE": "BERNAY", "POSTAL_CODE": "27300"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22953	chabrier-michel-1948-01-26	{"3a_sports": "956", "cfepp-final3": "31"}	{"cfepp": "CF-31", "ertel": "ES-956"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Chabrier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-01-26 04:30", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": -6.59, "lat": 48.01, "name": "REMIREMONT", "geoid": null}, "notime": null, "date-ut": "1948-01-26 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Michel", "family": "Chabrier"}, "birth": {"date": "1948-01-26", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "956", "ENG": "1", "MA_": "2", "G_NR": "98", "MA12": "4", "MARS": "12", "NAME": "Chabrier", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "2,400", "CSINR": "", "KURTZ": "", "PHAS_": "99,700", "STUND": "", "CFEPNR": "31", "EXTEND": "1", "NATION": "FRA", "TAGMON": "26.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "26.01.1948", "GQBECORR": "c", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1948-01-26 04:30", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": -6.59, "lat": 48.01, "name": "REMIREMONT"}, "date-ut": "1948-01-26 03:30"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "31"}}, "raw": {"S": "4", "LT": "04 30", "LV": "F", "TR": "f", "UT": "03 30", "LAT": "+48.01", "SRC": "L", "LONG": "-06.59", "NAME": "CHABRIER Michel", "SPORT": "Track & Field", "LOC_DATE": "1948 01 26", "UNIV_DATE": "1948 01 26", "BIRTH_PLACE": "REMIREMONT", "POSTAL_CODE": "88200"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24112	chardel-michel-1932-11-15	{"cfepp-final3": "32"}	{"cfepp": "CF-32"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "CHARDEL", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1932-11-15 10:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "16", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1932-11-15 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Michel", "family": "CHARDEL"}, "birth": {"date": "1932-11-15 10:00", "place": {"c2": "75", "c3": "16", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1932-11-15 10:00"}, "occus": ["athletics-competitor"], "trust": 5, "ids-in-sources": {"cfepp-final3": "32"}}, "raw": {"S": "5", "LT": "10 00", "LV": "FI", "TR": "f", "UT": "10 00", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "CHARDEL Michel", "SPORT": "Track & Field", "LOC_DATE": "1932 11 15", "UNIV_DATE": "1932 11 15", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75016"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22958	chatelet-francois-1939-02-27	{"3a_sports": "975", "cfepp-final3": "33"}	{"cfepp": "CF-33", "ertel": "ES-975"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francois", "family": "Chatelet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1939-02-27 05:00", "note": null, "place": {"c1": null, "c2": "70", "c3": "", "cy": "FR", "lg": -6.15, "lat": 47.62, "name": "VESOUL", "geoid": null}, "notime": null, "date-ut": "1939-02-27 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Francois", "family": "Chatelet"}, "birth": {"date": "1939-02-27", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "975", "ENG": "", "MA_": "0", "G_NR": "102", "MA12": "3", "MARS": "7", "NAME": "Chatelet", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "10,700", "CSINR": "", "KURTZ": "", "PHAS_": "48,600", "STUND": "", "CFEPNR": "33", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Francois", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "27.02.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1939-02-27 05:00", "place": {"c2": "70", "c3": "", "cy": "FR", "lg": -6.15, "lat": 47.62, "name": "VESOUL"}, "date-ut": "1939-02-27 05:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "33"}}, "raw": {"S": "3", "LT": "05 00", "LV": "I", "TR": "f", "UT": "05 00", "LAT": "+47.62", "SRC": "L", "LONG": "-06.15", "NAME": "CHATELET Francois", "SPORT": "Track & Field", "LOC_DATE": "1939 02 27", "UNIV_DATE": "1939 02 27", "BIRTH_PLACE": "VESOUL", "POSTAL_CODE": "70014 CEDEX"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22999	corval-jean-pierre-1949-01-16	{"3a_sports": "1122", "cfepp-final3": "38"}	{"cfepp": "CF-38", "ertel": "ES-1122"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Pierre", "family": "Corval", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-01-16 21:00", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": -1.93, "lat": 48.88, "name": "CRESPIERES", "geoid": null}, "notime": null, "date-ut": "1949-01-16 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean Pierre", "family": "Corval"}, "birth": {"date": "1949-01-06", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1122", "ENG": "", "MA_": "0", "G_NR": "109", "MA12": "8", "MARS": "22", "NAME": "Corval", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "8,700", "CSINR": "", "KURTZ": "", "PHAS_": "36,200", "STUND": "", "CFEPNR": "38", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean Pierre", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "06.01.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "corval-jean-pierre-1949-01-16", "birth": {"date": "1949-01-16 21:00", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": -1.93, "lat": 48.88, "name": "CRESPIERES"}, "date-ut": "1949-01-16 20:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "38"}}, "raw": {"S": "8", "LT": "21 00", "LV": "FI", "TR": "f", "UT": "20 00", "LAT": "+48.88", "SRC": "L", "LONG": "-01.93", "NAME": "CORVAL Jean-Pierre", "SPORT": "Track & Field", "LOC_DATE": "1949 01 16", "UNIV_DATE": "1949 01 16", "BIRTH_PLACE": "CRESPIERES", "POSTAL_CODE": "78121"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23016	cuvelier-claudie-1943-05-13	{"3a_sports": "1182", "cfepp-final3": "40"}	{"cfepp": "CF-40", "ertel": "ES-1182"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claudie", "family": "Cuvelier", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1943-05-13 12:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": -4.01, "lat": 50.01, "name": "WIGNEHIES", "geoid": null}, "notime": null, "date-ut": "1943-05-13 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Claudie", "family": "Cuvelier"}, "birth": {"date": "1943-05-13", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "1182", "ENG": "", "MA_": "1", "G_NR": "115", "MA12": "5", "MARS": "13", "NAME": "Cuvelier", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "9,500", "CSINR": "", "KURTZ": "", "PHAS_": "55,700", "STUND": "", "CFEPNR": "40", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Claudie", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "13.05.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1943-05-13 12:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": -4.01, "lat": 50.01, "name": "WIGNEHIES"}, "date-ut": "1943-05-13 10:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "40"}}, "raw": {"S": "5", "LT": "12 00", "LV": "F", "TR": "f", "UT": "10 00", "LAT": "+50.01", "SRC": "L", "LONG": "-04.01", "NAME": "CUVELIER Claudie", "SPORT": "Track & Field", "LOC_DATE": "1943 05 13", "UNIV_DATE": "1943 05 13", "BIRTH_PLACE": "WIGNEHIES", "POSTAL_CODE": "59212"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23034	davaze-lurot-michele-1943-08-15	{"3a_sports": "1228", "cfepp-final3": "42"}	{"cfepp": "CF-42", "ertel": "ES-1228"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michele", "family": "Davaze (Lurot)", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1943-08-15 13:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": -2.3, "lat": 48.82, "name": "MALAKOFF", "geoid": null}, "notime": null, "date-ut": "1943-08-15 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Michele", "family": "Davaze (Lurot)"}, "birth": {"date": "1943-04-15", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "1228", "ENG": "", "MA_": "1", "G_NR": "121", "MA12": "5", "MARS": "14", "NAME": "Davaze (Lurot)", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "9,000", "CSINR": "", "KURTZ": "", "PHAS_": "71,900", "STUND": "", "CFEPNR": "42", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Michele", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "15.04.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "davaze-lurot-michele-1943-08-15", "birth": {"date": "1943-08-15 13:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": -2.3, "lat": 48.82, "name": "MALAKOFF"}, "date-ut": "1943-08-15 11:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "42"}}, "raw": {"S": "6", "LT": "13 00", "LV": "FI", "TR": "f", "UT": "11 00", "LAT": "+48.82", "SRC": "L", "LONG": "-02.30", "NAME": "DAVAZE Michele", "SPORT": "Track & Field", "LOC_DATE": "1943 08 15", "UNIV_DATE": "1943 08 15", "BIRTH_PLACE": "MALAKOFF", "POSTAL_CODE": "92240"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1753	courron-louis-1914-04-09	{"a1": "1754", "g55": "03-332", "3a_sports": "1142", "cfepp-final3": "39"}	{"g55": "03-332", "cfepp": "CF-39", "ertel": "ES-1142", "lerrcp": "A1-1754"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Courron", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1914-04-09 21:00", "note": null, "place": {"c1": null, "c2": "58", "c3": "", "cy": "FR", "lg": 3.76096, "lat": 46.91286, "name": "Vandenesse", "geoid": 2970802}, "notime": null, "date-ut": "1914-04-09 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["race-walker", "athletics-competitor"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Courron"}, "birth": {"tzo": "+00:00", "date": "1914-04-09 21:00", "place": {"c2": "58", "cy": "FR", "lg": 3.76096, "lat": 46.91286, "name": "Vandenesse", "geoid": 2970802}, "date-ut": "1914-04-09 21:00"}, "occus": ["race-walker"], "trust": 5, "partial_ids": {"lerrcp": "A1-1754"}, "ids-in-sources": {"a1": "1754"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "58", "COU": "F", "DAY": "9", "LAT": "46N59", "LON": "3E 9", "MON": "4", "NUM": "1754", "PRO": "C", "SEC": "0", "YEA": "1914", "CITY": "VANDENESSE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1914-04-09 21:00"}, "partial-ids": {"ertel": "ES-1142"}}, "raw": {"L": "", "MF": "", "NR": "1142", "ENG": "", "MA_": "1", "G_NR": "1754", "MA12": "5", "MARS": "13", "NAME": "Courron", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,900", "CSINR": "", "KURTZ": "", "PHAS_": "96,300", "STUND": "21,00", "CFEPNR": "39", "EXTEND": "", "NATION": "FRA", "TAGMON": "09.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Louis", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "09.04.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "WALK", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1914-04-09 21:00", "place": {"c3": ""}, "date-ut": "1914-04-09 21:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "39"}}, "raw": {"S": "5", "LT": "21 00", "LV": "FI", "TR": "f", "UT": "21 00", "LAT": "+46.91", "SRC": "AG", "LONG": "-03.76", "NAME": "COURRON Louis", "SPORT": "Track & Field", "LOC_DATE": "1914 04 09", "UNIV_DATE": "1914 04 09", "BIRTH_PLACE": "VANDENESSE", "POSTAL_CODE": "58290"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-332"}, "ids-in-source": {"g55": "03-332"}}, "raw": {"DAY": "9-4-1914", "HOUR": "21 h.", "NAME": "COURRON Louis", "PLACE": "Vaudenesse (Nièvre)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
23925	decosse-jean-claude-1949-07-06	{"3a_sports": "3774", "cfepp-final3": "43"}	{"cfepp": "CF-43", "ertel": "ES-3774"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Claude", "family": "Decosse", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-07-06 23:20", "note": null, "place": {"c1": null, "c2": "61", "c3": "", "cy": "FR", "lg": 0.61, "lat": 48.76, "name": "LA LANDE PATRY", "geoid": null}, "notime": null, "date-ut": "1949-07-06 22:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean-Claude", "family": "Decosse"}, "birth": {"date": "1949-07-06", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3774", "ENG": "", "MA_": "1", "G_NR": "415", "MA12": "10", "MARS": "28", "NAME": "Decosse", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "10,000", "CSINR": "", "KURTZ": "", "PHAS_": "78,700", "STUND": "", "CFEPNR": "43", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean-Claude", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.07.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1949-07-06 23:20", "place": {"c2": "61", "c3": "", "cy": "FR", "lg": 0.61, "lat": 48.76, "name": "LA LANDE PATRY"}, "date-ut": "1949-07-06 22:20"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "43"}}, "raw": {"S": "10", "LT": "23 20", "LV": "FI", "TR": "f", "UT": "22 20", "LAT": "+48.76", "SRC": "L", "LONG": "+00.61", "NAME": "DECOSSE Jean-Claude", "SPORT": "Track & Field", "LOC_DATE": "1949 07 06", "UNIV_DATE": "1949 07 06", "BIRTH_PLACE": "LA LANDE PATRY", "POSTAL_CODE": "61100"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23067	demys-michele-1943-09-16	{"3a_sports": "1351", "cfepp-final3": "47"}	{"cfepp": "CF-47", "ertel": "ES-1351"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michele", "family": "Demys", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1943-09-16 23:30", "note": null, "place": {"c1": null, "c2": "91", "c3": "", "cy": "FR", "lg": -2.19, "lat": 48.7, "name": "ORSAY", "geoid": null}, "notime": null, "date-ut": "1943-09-16 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Michele", "family": "Demys"}, "birth": {"date": "1943-09-16", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "1351", "ENG": "1", "MA_": "2", "G_NR": "130", "MA12": "1", "MARS": "1", "NAME": "Demys", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-3,800", "CSINR": "", "KURTZ": "", "PHAS_": "95,100", "STUND": "", "CFEPNR": "47", "EXTEND": "1", "NATION": "FRA", "TAGMON": "16.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Michele", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "16.09.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1943-09-16 23:30", "place": {"c2": "91", "c3": "", "cy": "FR", "lg": -2.19, "lat": 48.7, "name": "ORSAY"}, "date-ut": "1943-09-16 21:30"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "47"}}, "raw": {"S": "1", "LT": "23 30", "LV": "FI", "TR": "f", "UT": "21 30", "LAT": "+48.70", "SRC": "L", "LONG": "-02.19", "NAME": "DEMYS Michele", "SPORT": "Track & Field", "LOC_DATE": "1943 09 16", "UNIV_DATE": "1943 09 16", "BIRTH_PLACE": "ORSAY", "POSTAL_CODE": "91406 CEDEX"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24113	denise-nicole-1949-05-11	{"cfepp-final3": "48"}	{"cfepp": "CF-48"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicole", "family": "DENISE", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1949-05-11 17:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "10", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1949-05-11 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Nicole", "family": "DENISE"}, "birth": {"date": "1949-05-11 17:30", "place": {"c2": "75", "c3": "10", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1949-05-11 16:30"}, "occus": ["athletics-competitor"], "trust": 5, "ids-in-sources": {"cfepp-final3": "48"}}, "raw": {"S": "6", "LT": "17 30", "LV": "I", "TR": "f", "UT": "16 30", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "DENISE Nicole", "SPORT": "Track & Field", "LOC_DATE": "1949 05 11", "UNIV_DATE": "1949 05 11", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75010"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
31	delecour-jocelyn-1935-01-02	{"a1": "31", "3a_sports": "1325", "cfepp-final3": "45"}	{"cfepp": "CF-45", "cpara": "CP-150", "ertel": "ES-1325", "lerrcp": "A1-31"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jocelyn", "family": "Delecour", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1935-01-02 01:10", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "notime": null, "date-ut": "1935-01-02 01:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Jocelyn", "family": "Delecour"}, "birth": {"tzo": "+00:00", "date": "1935-01-02 01:10", "place": {"c2": "59", "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "date-ut": "1935-01-02 01:10"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-31"}, "ids-in-sources": {"a1": "31"}}, "raw": {"H": "1", "MN": "10", "TZ": "0", "COD": "59", "COU": "F", "DAY": "2", "LAT": "50N39", "LON": "3E 5", "MON": "1", "NUM": "31", "PRO": "C", "SEC": "0", "YEA": "1935", "CITY": "TOURCOING"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1935-01-02 01:10"}, "partial-ids": {"ertel": "ES-1325"}}, "raw": {"L": "", "MF": "", "NR": "1325", "ENG": "1", "MA_": "2", "G_NR": "31", "MA12": "1", "MARS": "2", "NAME": "Delecour", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,300", "CSINR": "", "KURTZ": "", "PHAS_": "13,800", "STUND": "1,17", "CFEPNR": "45", "EXTEND": "1", "NATION": "FRA", "TAGMON": "02.01.", "ZITATE": "DKST", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "150", "VORNAME": "Jocelyn", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "02.01.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:08+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1935-01-02 01:10", "place": {"c3": ""}, "date-ut": "1935-01-02 01:10"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "45"}}, "raw": {"S": "1", "LT": "01 10", "LV": "FI", "TR": "f", "UT": "01 10", "LAT": "+50.72", "SRC": "L", "LONG": "-03.16", "NAME": "DELECOUR Jocelyn", "SPORT": "Track & Field", "LOC_DATE": "1935 01 02", "UNIV_DATE": "1935 01 02", "BIRTH_PLACE": "TOURCOING", "POSTAL_CODE": "59208 CEDEX"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
37	fournier-maurice-1933-01-18	{"a1": "37", "3a_sports": "1697", "cfepp-final3": "60"}	{"cfepp": "CF-60", "cpara": "CP-189", "ertel": "ES-1697", "lerrcp": "A1-37"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Fournier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1933-01-18 03:00", "note": null, "place": {"c1": null, "c2": "60", "c3": "", "cy": "FR", "lg": 2.84289, "lat": 49.58828, "name": "Lassigny", "geoid": 3006358}, "notime": null, "date-ut": "1933-01-18 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Fournier"}, "birth": {"tzo": "+00:00", "date": "1933-01-18 03:00", "place": {"c2": "60", "cy": "FR", "lg": 2.84289, "lat": 49.58828, "name": "Lassigny", "geoid": 3006358}, "date-ut": "1933-01-18 03:00"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-37"}, "ids-in-sources": {"a1": "37"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "60", "COU": "F", "DAY": "18", "LAT": "49N26", "LON": "2E 5", "MON": "1", "NUM": "37", "PRO": "C", "SEC": "0", "YEA": "1933", "CITY": "LASSIGNY"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1933-01-18 03:00"}, "partial-ids": {"ertel": "ES-1697"}}, "raw": {"L": "", "MF": "", "NR": "1697", "ENG": "0", "MA_": "2", "G_NR": "37", "MA12": "3", "MARS": "9", "NAME": "Fournier", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,10", "CSINR": "", "KURTZ": "", "PHAS_": "64,000", "STUND": "3,00", "CFEPNR": "60", "EXTEND": "1", "NATION": "FRA", "TAGMON": "18.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "189", "VORNAME": "Maurice", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "18.01.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1933-01-18 03:00", "place": {"c3": ""}, "date-ut": "1933-01-18 03:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "60"}}, "raw": {"S": "3", "LT": "03 00", "LV": "FI", "TR": "f", "UT": "03 00", "LAT": "+49.59", "SRC": "L", "LONG": "-02.84", "NAME": "FOURNIER Maurice", "SPORT": "Track & Field", "LOC_DATE": "1933 01 18", "UNIV_DATE": "1933 01 18", "BIRTH_PLACE": "LASSIGNY", "POSTAL_CODE": "60310"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24114	dohen-jacques-1930-05-04	{"cfepp-final3": "49"}	{"cfepp": "CF-49"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "DOHEN", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1930-05-04 08:25", "note": null, "place": {"c1": null, "c2": "75", "c3": "15", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1930-05-04 07:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "DOHEN"}, "birth": {"date": "1930-05-04 08:25", "place": {"c2": "75", "c3": "15", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1930-05-04 07:25"}, "occus": ["athletics-competitor"], "trust": 5, "ids-in-sources": {"cfepp-final3": "49"}}, "raw": {"S": "2", "LT": "08 25", "LV": "FI", "TR": "f", "UT": "07 25", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "DOHEN Jacques", "SPORT": "Track & Field", "LOC_DATE": "1930 05 04", "UNIV_DATE": "1930 05 04", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75015"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24115	dubroca-pierre-1920-05-11	{"cfepp-final3": "50"}	{"cfepp": "CF-50"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "DUBROCA", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1920-05-11 08:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": 1.52, "lat": 43.48, "name": "ANGLET", "geoid": null}, "notime": null, "date-ut": "1920-05-11 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "DUBROCA"}, "birth": {"date": "1920-05-11 08:00", "place": {"c2": "64", "cy": "FR", "lg": 1.52, "lat": 43.48, "name": "ANGLET"}, "date-ut": "1920-05-11 07:00"}, "occus": ["athletics-competitor"], "trust": 5, "ids-in-sources": {"cfepp-final3": "50"}}, "raw": {"S": "8", "LT": "08 00", "LV": "FI", "TR": "f", "UT": "07 00", "LAT": "+43.48", "SRC": "A", "LONG": "+01.52", "NAME": "DUBROCA Pierre", "SPORT": "Track & Field", "LOC_DATE": "1920 05 11", "UNIV_DATE": "1920 05 11", "BIRTH_PLACE": "ANGLET", "POSTAL_CODE": "64400"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15936	duclos-nicole-1947-08-15	{"d6": "148", "3a_sports": "1472", "cfepp-final3": "51"}	{"cfepp": "CF-51", "ertel": "ES-1472", "lerrcp": "D6-148"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicole", "family": "Duclos", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1947-08-15 05:30", "note": null, "place": {"c1": null, "c2": "24", "c3": "", "cy": "FR", "lg": -0.72, "lat": 45.19, "name": "PERIGUEUX", "geoid": null}, "notime": null, "date-ut": "1947-08-15 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Nicole", "family": "Duclos"}, "birth": {"date": "1947-08-18 05:30", "place": {"cy": "FR", "lg": 0.73333, "lat": 45.2}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "148"}}, "raw": {"H": "5", "MN": "30", "DAY": "18", "LAT": "45N12", "LON": "00E44", "MON": "8", "NUM": "148", "SEC": "0", "YEA": "1947", "NAME": "Duclos Nicole"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "F", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-1472"}}, "raw": {"L": "", "MF": "F", "NR": "1472", "ENG": "", "MA_": "1", "G_NR": "148", "MA12": "2", "MARS": "5", "NAME": "Duclos", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-5,700", "CSINR": "", "KURTZ": "", "PHAS_": "3,400", "STUND": "", "CFEPNR": "51", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.08.", "ZITATE": "DST", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Nicole", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "15.08.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "duclos-nicole-1947-08-15", "birth": {"date": "1947-08-15 05:30", "place": {"c2": "24", "c3": "", "cy": "FR", "lg": -0.72, "lat": 45.19, "name": "PERIGUEUX"}, "date-ut": "1947-08-15 04:30"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "51"}}, "raw": {"S": "2", "LT": "05 30", "LV": "M", "TR": "f", "UT": "04 30", "LAT": "+45.19", "SRC": "L", "LONG": "-00.72", "NAME": "DUCLOS Nicole", "SPORT": "Track & Field", "LOC_DATE": "1947 08 15", "UNIV_DATE": "1947 08 15", "BIRTH_PLACE": "PERIGUEUX", "POSTAL_CODE": "24019 CEDEX"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23115	dufresne-jean-pierre-1945-06-16	{"3a_sports": "1481", "cfepp-final3": "52"}	{"cfepp": "CF-52", "ertel": "ES-1481"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Pierre", "family": "Dufresne", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1945-06-16 14:45", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": -2.75, "lat": 50.45, "name": "GRENAY", "geoid": null}, "notime": null, "date-ut": "1945-06-16 12:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean Pierre", "family": "Dufresne"}, "birth": {"date": "1945-06-16", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1481", "ENG": "", "MA_": "0", "G_NR": "147", "MA12": "5", "MARS": "15", "NAME": "Dufresne", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "9,300", "CSINR": "", "KURTZ": "", "PHAS_": "34,900", "STUND": "", "CFEPNR": "52", "EXTEND": "", "NATION": "FRA", "TAGMON": "16.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean Pierre", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "16.06.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1945-06-16 14:45", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": -2.75, "lat": 50.45, "name": "GRENAY"}, "date-ut": "1945-06-16 12:45"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "52"}}, "raw": {"S": "5", "LT": "14 45", "LV": "FI", "TR": "f", "UT": "12 45", "LAT": "+50.45", "SRC": "L", "LONG": "-02.75", "NAME": "DUFRESNE Jean-Pierre", "SPORT": "Track & Field", "LOC_DATE": "1945 06 16", "UNIV_DATE": "1945 06 16", "BIRTH_PLACE": "GRENAY", "POSTAL_CODE": "62160"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24116	dugarreau-raymond-1938-06-15	{"cfepp-final3": "53"}	{"cfepp": "CF-53"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "DUGARREAU", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1938-06-15 23:15", "note": null, "place": {"c1": null, "c2": "75", "c3": "10", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1938-06-15 22:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "DUGARREAU"}, "birth": {"date": "1938-06-15 23:15", "place": {"c2": "75", "c3": "10", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1938-06-15 22:15"}, "occus": ["athletics-competitor"], "trust": 5, "ids-in-sources": {"cfepp-final3": "53"}}, "raw": {"S": "8", "LT": "23 15", "LV": "F", "TR": "f", "UT": "22 15", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "DUGARREAU Raymond", "SPORT": "Track & Field", "LOC_DATE": "1938 06 15", "UNIV_DATE": "1938 06 15", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75010"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23132	elliott-henry-1946-02-15	{"3a_sports": "1538", "cfepp-final3": "56"}	{"cfepp": "CF-56", "ertel": "ES-1538"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Elliott", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-02-15 17:30", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": -4.03, "lat": 49.25, "name": "REIMS", "geoid": null}, "notime": null, "date-ut": "1946-02-15 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Henry", "family": "Elliott"}, "birth": {"date": "1946-02-15", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1538", "ENG": "", "MA_": "1", "G_NR": "154", "MA12": "2", "MARS": "5", "NAME": "Elliott", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "4,000", "CSINR": "", "KURTZ": "", "PHAS_": "98,300", "STUND": "", "CFEPNR": "56", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.02.", "ZITATE": "DT", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Henry", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "15.02.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1946-02-15 17:30", "place": {"c2": "51", "c3": "", "cy": "FR", "lg": -4.03, "lat": 49.25, "name": "REIMS"}, "date-ut": "1946-02-15 16:30"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "56"}}, "raw": {"S": "2", "LT": "17 30", "LV": "FI", "TR": "f", "UT": "16 30", "LAT": "+49.25", "SRC": "L", "LONG": "-04.03", "NAME": "ELLIOT Henry", "SPORT": "Track & Field", "LOC_DATE": "1946 02 15", "UNIV_DATE": "1946 02 15", "BIRTH_PLACE": "REIMS", "POSTAL_CODE": "51096 CEDEX"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23154	fayolle-jean-1937-11-10	{"3a_sports": "1597", "cfepp-final3": "57"}	{"cfepp": "CF-57", "ertel": "ES-1597"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Fayolle", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1937-11-10 02:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": -4.39, "lat": 45.43, "name": "ST ETIENNE", "geoid": null}, "notime": null, "date-ut": "1937-11-10 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean", "family": "Fayolle"}, "birth": {"date": "1937-11-10", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1597", "ENG": "", "MA_": "0", "G_NR": "164", "MA12": "9", "MARS": "25", "NAME": "Fayolle", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "8,900", "CSINR": "", "KURTZ": "", "PHAS_": "36,500", "STUND": "", "CFEPNR": "57", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.11.", "ZITATE": "DT", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "10.11.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1937-11-10 02:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": -4.39, "lat": 45.43, "name": "ST ETIENNE"}, "date-ut": "1937-11-10 02:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "57"}}, "raw": {"S": "8", "LT": "02 00", "LV": "FI", "TR": "f", "UT": "02 00", "LAT": "+45.43", "SRC": "L", "LONG": "-04.39", "NAME": "FAYOLLE Jean", "SPORT": "Track & Field", "LOC_DATE": "1937 11 10", "UNIV_DATE": "1937 11 10", "BIRTH_PLACE": "ST ETIENNE", "POSTAL_CODE": "42007 CEDEX"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23167	fery-gaston-1900-04-24	{"3a_sports": "1629", "cfepp-final3": "58"}	{"cfepp": "CF-58", "ertel": "ES-1629"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Fery", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1900-04-24 10:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": -5.75, "lat": 49.52, "name": "LONGWY", "geoid": null}, "notime": null, "date-ut": "1900-04-24 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gaston", "family": "Fery"}, "birth": {"date": "1900-04-24", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1629", "ENG": "0", "MA_": "2", "G_NR": "168", "MA12": "3", "MARS": "9", "NAME": "Fery", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-11,20", "CSINR": "", "KURTZ": "", "PHAS_": "34,500", "STUND": "", "CFEPNR": "58", "EXTEND": "1", "NATION": "FRA", "TAGMON": "24.04.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gaston", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "24.04.1900", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1900-04-24 10:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": -5.75, "lat": 49.52, "name": "LONGWY"}, "date-ut": "1900-04-24 09:51"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "58"}}, "raw": {"S": "3", "LT": "10 00", "LV": "FI", "TR": "f", "UT": "09 51", "LAT": "+49.52", "SRC": "AL", "LONG": "-05.75", "NAME": "FERY Gaston", "SPORT": "Track & Field", "LOC_DATE": "1900 04 24", "UNIV_DATE": "1900 04 24", "BIRTH_PLACE": "LONGWY", "POSTAL_CODE": "54401 CEDEX"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23174	firca-serge-1948-03-11	{"3a_sports": "1644", "cfepp-final3": "59"}	{"cfepp": "CF-59", "ertel": "ES-1644"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Serge", "family": "Firca", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-03-11 10:30", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": -5.95, "lat": 48.2, "name": "VITTEL", "geoid": null}, "notime": null, "date-ut": "1948-03-11 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Serge", "family": "Firca"}, "birth": {"date": "1948-03-11", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1644", "ENG": "", "MA_": "1", "G_NR": "171", "MA12": "9", "MARS": "27", "NAME": "Firca", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-0,800", "CSINR": "", "KURTZ": "", "PHAS_": "0,100", "STUND": "", "CFEPNR": "59", "EXTEND": "", "NATION": "FRA", "TAGMON": "11.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Serge", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "11.03.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1948-03-11 10:30", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": -5.95, "lat": 48.2, "name": "VITTEL"}, "date-ut": "1948-03-11 09:30"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "59"}}, "raw": {"S": "9", "LT": "10 30", "LV": "FI", "TR": "f", "UT": "09 30", "LAT": "+48.20", "SRC": "L", "LONG": "-05.95", "NAME": "FIRCA Serge", "SPORT": "Track & Field", "LOC_DATE": "1948 03 11", "UNIV_DATE": "1948 03 11", "BIRTH_PLACE": "VITTEL", "POSTAL_CODE": "88800"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23213	gagneux-georgette-1907-06-17	{"3a_sports": "1748", "cfepp-final3": "61"}	{"cfepp": "CF-61", "ertel": "ES-1748"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georgette", "family": "Gagneux", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1907-06-17 17:30", "note": null, "place": {"c1": null, "c2": "91", "c3": "", "cy": "FR", "lg": -2.16, "lat": 48.44, "name": "ETAMPES", "geoid": null}, "notime": null, "date-ut": "1907-06-17 17:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Georgette", "family": "Gagneux"}, "birth": {"date": "1907-06-17", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "1748", "ENG": "", "MA_": "0", "G_NR": "180", "MA12": "11", "MARS": "32", "NAME": "Gagneux", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "8,400", "CSINR": "", "KURTZ": "", "PHAS_": "29,400", "STUND": "", "CFEPNR": "61", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Georgette", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "17.06.1907", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1907-06-17 17:30", "place": {"c2": "91", "c3": "", "cy": "FR", "lg": -2.16, "lat": 48.44, "name": "ETAMPES"}, "date-ut": "1907-06-17 17:21"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "61"}}, "raw": {"S": "11", "LT": "17 30", "LV": "FI", "TR": "f", "UT": "17 21", "LAT": "+48.44", "SRC": "AL", "LONG": "-02.16", "NAME": "GAGNEUX Georgette", "SPORT": "Track & Field", "LOC_DATE": "1907 06 17", "UNIV_DATE": "1907 06 17", "BIRTH_PLACE": "ETAMPES", "POSTAL_CODE": "91150"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23219	galtier-francis-1907-05-11	{"3a_sports": "1768", "cfepp-final3": "62"}	{"cfepp": "CF-62", "ertel": "ES-1768"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Galtier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1907-05-11 19:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": -3.15, "lat": 50.68, "name": "CROIX", "geoid": null}, "notime": null, "date-ut": "1907-05-11 18:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Francis", "family": "Galtier"}, "birth": {"date": "1907-05-11", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1768", "ENG": "", "MA_": "0", "G_NR": "82", "MA12": "11", "MARS": "32", "NAME": "Galtier", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-3,700", "CSINR": "", "KURTZ": "", "PHAS_": "2,100", "STUND": "", "CFEPNR": "62", "EXTEND": "", "NATION": "FRA", "TAGMON": "11.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Francis", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.05.1907", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1907-05-11 19:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": -3.15, "lat": 50.68, "name": "CROIX"}, "date-ut": "1907-05-11 18:51"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "62"}}, "raw": {"S": "11", "LT": "19 00", "LV": "FI", "TR": "f", "UT": "18 51", "LAT": "+50.68", "SRC": "A", "LONG": "-03.15", "NAME": "GALTIER Francis", "SPORT": "Track & Field", "LOC_DATE": "1907 05 11", "UNIV_DATE": "1907 05 11", "BIRTH_PLACE": "CROIX", "POSTAL_CODE": "59170"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23234	gauthier-bernard-1949-07-04	{"3a_sports": "1804", "cfepp-final3": "63"}	{"cfepp": "CF-63", "ertel": "ES-1804"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Gauthier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-07-04 17:10", "note": null, "place": {"c1": null, "c2": "45", "c3": "", "cy": "FR", "lg": -1.9, "lat": 47.9, "name": "ORLEANS", "geoid": null}, "notime": null, "date-ut": "1949-07-04 16:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bernard", "family": "Gauthier"}, "birth": {"date": "1949-07-04", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1804", "ENG": "", "MA_": "0", "G_NR": "186", "MA12": "6", "MARS": "16", "NAME": "Gauthier", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "11,500", "CSINR": "", "KURTZ": "", "PHAS_": "57,700", "STUND": "", "CFEPNR": "63", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Bernard", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "04.07.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1949-07-04 17:10", "place": {"c2": "45", "c3": "", "cy": "FR", "lg": -1.9, "lat": 47.9, "name": "ORLEANS"}, "date-ut": "1949-07-04 16:10"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "63"}}, "raw": {"S": "6", "LT": "17 10", "LV": "FI", "TR": "f", "UT": "16 10", "LAT": "+47.90", "SRC": "L", "LONG": "-01.90", "NAME": "GAUTHIER Bernard", "SPORT": "Track & Field", "LOC_DATE": "1949 07 04", "UNIV_DATE": "1949 07 04", "BIRTH_PLACE": "ORLEANS", "POSTAL_CODE": "45032 CEDEX"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16057	madubost-jacques-1944-06-06	{"d6": "270", "3a_sports": "2582", "cfepp-final3": "91"}	{"cfepp": "CF-91", "ertel": "ES-2582", "lerrcp": "D6-270"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Madubost", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1944-06-06 17:00", "note": null, "place": {"c1": null, "c2": "28", "c3": "", "cy": "FR", "lg": -1.29, "lat": 48.21, "name": "DANGEAU", "geoid": null}, "notime": null, "date-ut": "1944-06-06 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Madubost"}, "birth": {"date": "1944-06-06 17:00", "place": {"cy": "FR", "lg": 1.28333, "lat": 48.21667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "270"}}, "raw": {"H": "17", "MN": "0", "DAY": "6", "LAT": "48N13", "LON": "01E17", "MON": "6", "NUM": "270", "SEC": "0", "YEA": "1944", "NAME": "Madubost Jacques"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["athletics-competitor"], "partial-ids": {"ertel": "ES-2582"}}, "raw": {"L": "", "MF": "", "NR": "2582", "ENG": "0", "MA_": "2", "G_NR": "270", "MA12": "3", "MARS": "9", "NAME": "Madubost", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "2,900", "CSINR": "", "KURTZ": "", "PHAS_": "99,100", "STUND": "", "CFEPNR": "91", "EXTEND": "1", "NATION": "FRA", "TAGMON": "06.06.", "ZITATE": "DST", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "06.06.1944", "GQBECORR": "c", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1944-06-06 17:00", "place": {"c2": "28", "c3": "", "cy": "FR", "lg": -1.29, "lat": 48.21, "name": "DANGEAU"}, "date-ut": "1944-06-06 15:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "91"}}, "raw": {"S": "3", "LT": "17 00", "LV": "E", "TR": "f", "UT": "15 00", "LAT": "+48.21", "SRC": "L", "LONG": "-01.29", "NAME": "MADUBOST Jacques", "SPORT": "Track & Field", "LOC_DATE": "1944 06 06", "UNIV_DATE": "1944 06 06", "BIRTH_PLACE": "DANGEAU", "POSTAL_CODE": "28160"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16174	suaudeau-jean-claude-1938-05-24	{"d6": "387", "3a_sports": "3927", "cfepp-final3": "558"}	{"cfepp": "CF-558", "ertel": "ES-3927", "lerrcp": "D6-387"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Claude", "family": "Suaudeau", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1938-05-24 11:00", "note": null, "place": {"c1": null, "c2": "49", "c3": "", "cy": "FR", "lg": 0.88, "lat": 47.06, "name": "CHOLET", "geoid": null}, "notime": null, "date-ut": "1938-05-24 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jean-Claude", "family": "Suaudeau"}, "birth": {"date": "1938-05-24 11:00", "place": {"cy": "FR", "lg": -0.88333, "lat": 47.06667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "387"}}, "raw": {"H": "11", "MN": "0", "DAY": "24", "LAT": "47N04", "LON": "00W53", "MON": "5", "NUM": "387", "SEC": "0", "YEA": "1938", "NAME": "Suaudeau Jean Claude"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-3927"}}, "raw": {"L": "", "MF": "", "NR": "3927", "ENG": "", "MA_": "1", "G_NR": "387", "MA12": "2", "MARS": "6", "NAME": "Suaudeau", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-10,00", "CSINR": "", "KURTZ": "", "PHAS_": "35,400", "STUND": "", "CFEPNR": "558", "EXTEND": "", "NATION": "FRA", "TAGMON": "24.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean Claude", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "24.05.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1938-05-24 11:00", "place": {"c2": "49", "c3": "", "cy": "FR", "lg": 0.88, "lat": 47.06, "name": "CHOLET"}, "date-ut": "1938-05-24 10:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "558"}}, "raw": {"S": "2", "LT": "11 00", "LV": "I4", "TR": "f", "UT": "10 00", "LAT": "+47.06", "SRC": "L", "LONG": "+00.88", "NAME": "SUAUDEAU Jean-Claude", "SPORT": "Soccer", "LOC_DATE": "1938 05 24", "UNIV_DATE": "1938 05 24", "BIRTH_PLACE": "CHOLET", "POSTAL_CODE": "49321 CEDEX"}, "date": "2023-08-20T14:46:06+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23246	gerdil-marcel-1928-01-24	{"3a_sports": "1834", "cfepp-final3": "65"}	{"cfepp": "CF-65", "ertel": "ES-1834"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Gerdil", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-01-24 09:00", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": -6.24, "lat": 46.19, "name": "ANNEMASSE", "geoid": null}, "notime": null, "date-ut": "1928-01-24 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Marcel", "family": "Gerdil"}, "birth": {"date": "1928-01-24", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1834", "ENG": "1", "MA_": "2", "G_NR": "87", "MA12": "1", "MARS": "3", "NAME": "Gerdil", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "1,600", "CSINR": "", "KURTZ": "", "PHAS_": "1,700", "STUND": "", "CFEPNR": "65", "EXTEND": "1", "NATION": "FRA", "TAGMON": "24.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "24.01.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1928-01-24 09:00", "place": {"c2": "74", "c3": "", "cy": "FR", "lg": -6.24, "lat": 46.19, "name": "ANNEMASSE"}, "date-ut": "1928-01-24 09:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "65"}}, "raw": {"S": "3", "LT": "09 00", "LV": "I", "TR": "f", "UT": "09 00", "LAT": "+46.19", "SRC": "A", "LONG": "-06.24", "NAME": "GERDIL Marcel", "SPORT": "Track & Field", "LOC_DATE": "1928 01 24", "UNIV_DATE": "1928 01 24", "BIRTH_PLACE": "ANNEMASSE", "POSTAL_CODE": "74103 CEDEX"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24117	goudeau-jean-pierre-1933-02-25	{"cfepp-final3": "66"}	{"cfepp": "CF-66"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Pierre", "family": "GOUDEAU", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1933-02-25 07:25", "note": null, "place": {"c1": null, "c2": "75", "c3": "14", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1933-02-25 07:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Jean-Pierre", "family": "GOUDEAU"}, "birth": {"date": "1933-02-25 07:25", "place": {"c2": "75", "c3": "14", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1933-02-25 07:25"}, "occus": ["athletics-competitor"], "trust": 5, "ids-in-sources": {"cfepp-final3": "66"}}, "raw": {"S": "6", "LT": "07 25", "LV": "FI", "TR": "f", "UT": "07 25", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "GOUDEAU Jean-Pierre", "SPORT": "Track & Field", "LOC_DATE": "1933 02 25", "UNIV_DATE": "1933 02 25", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75014"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23311	guillez-georges-1909-09-03	{"3a_sports": "2018", "cfepp-final3": "68"}	{"cfepp": "CF-68", "ertel": "ES-2018"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Guillez", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1909-09-03 02:00", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": -2.36, "lat": 48.94, "name": "ST DENIS", "geoid": null}, "notime": null, "date-ut": "1909-09-03 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Georges", "family": "Guillez"}, "birth": {"date": "1909-09-03", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2018", "ENG": "1", "MA_": "2", "G_NR": "96", "MA12": "4", "MARS": "10", "NAME": "Guillez", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-6,500", "CSINR": "", "KURTZ": "", "PHAS_": "88,600", "STUND": "", "CFEPNR": "68", "EXTEND": "1", "NATION": "FRA", "TAGMON": "03.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.09.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1909-09-03 02:00", "place": {"c2": "93", "c3": "", "cy": "FR", "lg": -2.36, "lat": 48.94, "name": "ST DENIS"}, "date-ut": "1909-09-03 01:51"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "68"}}, "raw": {"S": "4", "LT": "02 00", "LV": "FI", "TR": "f", "UT": "01 51", "LAT": "+48.94", "SRC": "A", "LONG": "-02.36", "NAME": "GUILLEZ Georges", "SPORT": "Track & Field", "LOC_DATE": "1909 09 03", "UNIV_DATE": "1909 09 03", "BIRTH_PLACE": "ST DENIS", "POSTAL_CODE": "93201"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24122	martin-du-gard-jean-paul-1927-03-30	{"cfepp-final3": "97"}	{"cfepp": "CF-97"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Paul", "family": "MARTIN DU GARD", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1927-03-30 15:45", "note": null, "place": {"c1": null, "c2": "75", "c3": "15", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1927-03-30 15:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Jean Paul", "family": "MARTIN DU GARD"}, "birth": {"date": "1927-03-30 15:45", "place": {"c2": "75", "c3": "15", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1927-03-30 15:45"}, "occus": ["athletics-competitor"], "trust": 5, "ids-in-sources": {"cfepp-final3": "97"}}, "raw": {"S": "3", "LT": "15 45", "LV": "F", "TR": "f", "UT": "15 45", "LAT": "+48.86", "SRC": "AL", "LONG": "-02.34", "NAME": "MARTIN DU GARD Jean Paul", "SPORT": "Track & Field", "LOC_DATE": "1927 03 30", "UNIV_DATE": "1927 03 30", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75015"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23312	guillon-jean-pierre-1930-01-21	{"3a_sports": "2019", "cfepp-final3": "69"}	{"cfepp": "CF-69", "ertel": "ES-2019"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Pierre", "family": "Guillon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-01-21 07:30", "note": null, "place": {"c1": null, "c2": "28", "c3": "", "cy": "FR", "lg": -0.96, "lat": 48.26, "name": "ARGENVILLIERS", "geoid": null}, "notime": null, "date-ut": "1930-01-21 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean-Pierre", "family": "Guillon"}, "birth": {"date": "1930-01-25", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2019", "ENG": "1", "MA_": "2", "G_NR": "97", "MA12": "1", "MARS": "2", "NAME": "Guillon", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-8,200", "CSINR": "", "KURTZ": "", "PHAS_": "19,400", "STUND": "", "CFEPNR": "69", "EXTEND": "1", "NATION": "FRA", "TAGMON": "25.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean-Pierre", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.01.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "guillon-jean-pierre-1930-01-21", "birth": {"date": "1930-01-21 07:30", "place": {"c2": "28", "c3": "", "cy": "FR", "lg": -0.96, "lat": 48.26, "name": "ARGENVILLIERS"}, "date-ut": "1930-01-21 07:30"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "69"}}, "raw": {"S": "1", "LT": "07 30", "LV": "FI", "TR": "f", "UT": "07 30", "LAT": "+48.26", "SRC": "A", "LONG": "-00.96", "NAME": "GUILLON Jean-Pierre", "SPORT": "Track & Field", "LOC_DATE": "1930 01 21", "UNIV_DATE": "1930 01 21", "BIRTH_PLACE": "ARGENVILLIERS", "POSTAL_CODE": "28420"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23317	guyodo-alex-1922-06-19	{"3a_sports": "2031", "cfepp-final3": "70"}	{"cfepp": "CF-70", "ertel": "ES-2031"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alex", "family": "Guyodo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-06-19 09:30", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": 2.46, "lat": 47.4, "name": "MESQUER", "geoid": null}, "notime": null, "date-ut": "1922-06-19 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alex", "family": "Guyodo"}, "birth": {"date": "1922-06-19", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2031", "ENG": "", "MA_": "0", "G_NR": "211", "MA12": "8", "MARS": "24", "NAME": "Guyodo", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "36,000", "STUND": "", "CFEPNR": "70", "EXTEND": "", "NATION": "FRA", "TAGMON": "19.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alex", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "19.06.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1922-06-19 09:30", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": 2.46, "lat": 47.4, "name": "MESQUER"}, "date-ut": "1922-06-19 08:30"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "70"}}, "raw": {"S": "8", "LT": "09 30", "LV": "FI", "TR": "f", "UT": "08 30", "LAT": "+47.40", "SRC": "AL", "LONG": "+02.46", "NAME": "GUYODO Alex", "SPORT": "Track & Field", "LOC_DATE": "1922 06 19", "UNIV_DATE": "1922 06 19", "BIRTH_PLACE": "MESQUER", "POSTAL_CODE": "44420"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23359	ibanes-manuel-1948-11-27	{"3a_sports": "2172", "cfepp-final3": "74"}	{"cfepp": "CF-74", "ertel": "ES-2172"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Manuel", "family": "Ibanes", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-11-27 07:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": 0.77, "lat": 43.49, "name": "ORTHEZ", "geoid": null}, "notime": null, "date-ut": "1948-11-27 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Manuel", "family": "Ibanes"}, "birth": {"date": "1948-11-27", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2172", "ENG": "", "MA_": "0", "G_NR": "224", "MA12": "11", "MARS": "33", "NAME": "Ibanes", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "17,300", "STUND": "", "CFEPNR": "74", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.11.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Manuel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "27.11.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1948-11-27 07:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": 0.77, "lat": 43.49, "name": "ORTHEZ"}, "date-ut": "1948-11-27 06:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "74"}}, "raw": {"S": "11", "LT": "07 00", "LV": "F", "TR": "f", "UT": "06 00", "LAT": "+43.49", "SRC": "L", "LONG": "+00.77", "NAME": "IBANES Manuel", "SPORT": "Track & Field", "LOC_DATE": "1948 11 27", "UNIV_DATE": "1948 11 27", "BIRTH_PLACE": "ORTHEZ", "POSTAL_CODE": "64300"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
61	martin-seraphin-1906-07-02	{"a1": "61", "3a_sports": "2705", "cfepp-final3": "98"}	{"cfepp": "CF-98", "cpara": "CP-298", "ertel": "ES-2705", "lerrcp": "A1-61"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Séraphin", "family": "Martin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1906-07-02 17:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1906-07-02 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Séraphin", "family": "Martin"}, "birth": {"tzo": "+00:09:21", "date": "1906-07-02 18:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1906-07-02 17:50:40"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-61"}, "ids-in-sources": {"a1": "61"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "06", "COU": "F", "DAY": "2", "LAT": "43N42", "LON": "7E16", "MON": "7", "NUM": "61", "PRO": "C", "SEC": "40", "YEA": "1906", "CITY": "NICE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1906-07-02 18:00"}, "partial-ids": {"ertel": "ES-2705"}}, "raw": {"L": "", "MF": "", "NR": "2705", "ENG": "", "MA_": "0", "G_NR": "61", "MA12": "6", "MARS": "17", "NAME": "Martin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,600", "CSINR": "", "KURTZ": "", "PHAS_": "76,400", "STUND": "18,00", "CFEPNR": "98", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.07.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "298", "VORNAME": "Séraphin", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "02.07.1906", "GQBECORR": "c", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "martin-seraphin-1906-07-02", "birth": {"date": "1906-07-02 17:00", "place": {"c3": ""}, "date-ut": "1906-07-02 16:51"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "98"}}, "raw": {"S": "5", "LT": "17 00", "LV": "M", "TR": "f", "UT": "16 51", "LAT": "+43.70", "SRC": "AL", "LONG": "-07.26", "NAME": "MARTIN Seraphin", "SPORT": "Track & Field", "LOC_DATE": "1906 07 02", "UNIV_DATE": "1906 07 02", "BIRTH_PLACE": "NICE", "POSTAL_CODE": "06074 CEDEX"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23370	jacq-eliane-1948-07-04	{"3a_sports": "2192", "cfepp-final3": "75"}	{"cfepp": "CF-75", "ertel": "ES-2192"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eliane", "family": "Jacq", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1948-07-04 12:30", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": 4.48, "lat": 48.39, "name": "BREST", "geoid": null}, "notime": null, "date-ut": "1948-07-04 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Eliane", "family": "Jacq"}, "birth": {"date": "1948-07-04", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "2192", "ENG": "1", "MA_": "2", "G_NR": "229", "MA12": "1", "MARS": "2", "NAME": "Jacq", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-7,600", "CSINR": "", "KURTZ": "", "PHAS_": "10,900", "STUND": "", "CFEPNR": "75", "EXTEND": "1", "NATION": "FRA", "TAGMON": "04.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Eliane", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "04.07.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1948-07-04 12:30", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": 4.48, "lat": 48.39, "name": "BREST"}, "date-ut": "1948-07-04 11:30"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "75"}}, "raw": {"S": "1", "LT": "12 30", "LV": "FI", "TR": "f", "UT": "11 30", "LAT": "+48.39", "SRC": "L", "LONG": "+04.48", "NAME": "JACQ Eliane", "SPORT": "Track & Field", "LOC_DATE": "1948 07 04", "UNIV_DATE": "1948 07 04", "BIRTH_PLACE": "BREST", "POSTAL_CODE": "29279 CEDEX"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24118	jaunay-roland-1926-03-12	{"cfepp-final3": "76"}	{"cfepp": "CF-76"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roland", "family": "JAUNAY", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1926-03-12 11:20", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": -0.69, "lat": 47.4, "name": "TOURS", "geoid": null}, "notime": null, "date-ut": "1926-03-12 11:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Roland", "family": "JAUNAY"}, "birth": {"date": "1926-03-12 11:20", "place": {"c2": "37", "cy": "FR", "lg": -0.69, "lat": 47.4, "name": "TOURS"}, "date-ut": "1926-03-12 11:20"}, "occus": ["athletics-competitor"], "trust": 5, "ids-in-sources": {"cfepp-final3": "76"}}, "raw": {"S": "6", "LT": "11 20", "LV": "I", "TR": "f", "UT": "11 20", "LAT": "+47.40", "SRC": "A", "LONG": "-00.69", "NAME": "JAUNAY Roland", "SPORT": "Track & Field", "LOC_DATE": "1926 03 12", "UNIV_DATE": "1926 03 12", "BIRTH_PLACE": "TOURS", "POSTAL_CODE": "37032 CEDEX"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24119	josset-rene-1910-07-28	{"cfepp-final3": "79"}	{"cfepp": "CF-79"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rene", "family": "JOSSET", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1910-07-28 09:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "18", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1910-07-28 08:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Rene", "family": "JOSSET"}, "birth": {"date": "1910-07-28 09:00", "place": {"c2": "75", "c3": "18", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1910-07-28 08:51"}, "occus": ["athletics-competitor"], "trust": 5, "ids-in-sources": {"cfepp-final3": "79"}}, "raw": {"S": "2", "LT": "09 00", "LV": "FI", "TR": "f", "UT": "08 51", "LAT": "+48.86", "SRC": "A", "LONG": "-02.34", "NAME": "JOSSET Rene", "SPORT": "Track & Field", "LOC_DATE": "1910 07 28", "UNIV_DATE": "1910 07 28", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75018"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23376	jourdan-rene-1943-05-12	{"3a_sports": "2232", "cfepp-final3": "80"}	{"cfepp": "CF-80", "ertel": "ES-2232"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Jourdan", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-05-12 08:30", "note": null, "place": {"c1": null, "c2": "32", "c3": "", "cy": "FR", "lg": 0.18, "lat": 43.71, "name": "ARBLADE LE BAS", "geoid": null}, "notime": null, "date-ut": "1943-05-12 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "René", "family": "Jourdan"}, "birth": {"date": "1943-05-12", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2232", "ENG": "", "MA_": "0", "G_NR": "231", "MA12": "3", "MARS": "7", "NAME": "Jourdan", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "9,300", "CSINR": "", "KURTZ": "", "PHAS_": "46,200", "STUND": "", "CFEPNR": "80", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "12.05.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1943-05-12 08:30", "place": {"c2": "32", "c3": "", "cy": "FR", "lg": 0.18, "lat": 43.71, "name": "ARBLADE LE BAS"}, "date-ut": "1943-05-12 06:30"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "80"}}, "raw": {"S": "3", "LT": "08 30", "LV": "F", "TR": "f", "UT": "06 30", "LAT": "+43.71", "SRC": "L", "LONG": "+00.18", "NAME": "JOURDAN Rene", "SPORT": "Track & Field", "LOC_DATE": "1943 05 12", "UNIV_DATE": "1943 05 12", "BIRTH_PLACE": "ARBLADE LE BAS", "POSTAL_CODE": "32720"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23392	kolbeck-fernand-1944-10-11	{"3a_sports": "2284", "cfepp-final3": "82"}	{"cfepp": "CF-82", "ertel": "ES-2284"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Kolbeck", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1944-10-11 11:00", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": -7.66, "lat": 48.42, "name": "ERSTEIN", "geoid": null}, "notime": null, "date-ut": "1944-10-11 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Fernand", "family": "Kolbeck"}, "birth": {"date": "1944-10-11", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2284", "ENG": "", "MA_": "1", "G_NR": "235", "MA12": "2", "MARS": "6", "NAME": "Kolbeck", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,300", "CSINR": "", "KURTZ": "", "PHAS_": "31,400", "STUND": "", "CFEPNR": "82", "EXTEND": "", "NATION": "FRA", "TAGMON": "11.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Fernand", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "11.10.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1944-10-11 11:00", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": -7.66, "lat": 48.42, "name": "ERSTEIN"}, "date-ut": "1944-10-11 10:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "82"}}, "raw": {"S": "2", "LT": "11 00", "LV": "FI", "TR": "f", "UT": "10 00", "LAT": "+48.42", "SRC": "L", "LONG": "-07.66", "NAME": "KOLBECK Fernand", "SPORT": "Track & Field", "LOC_DATE": "1944 10 11", "UNIV_DATE": "1944 10 11", "BIRTH_PLACE": "ERSTEIN", "POSTAL_CODE": "67150"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24120	laidebeur-bernard-1942-07-11	{"cfepp-final3": "85"}	{"cfepp": "CF-85"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "LAIDEBEUR", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1942-07-11 15:05", "note": null, "place": {"c1": null, "c2": "75", "c3": "20", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1942-07-11 13:05"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "LAIDEBEUR"}, "birth": {"date": "1942-07-11 15:05", "place": {"c2": "75", "c3": "20", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1942-07-11 13:05"}, "occus": ["athletics-competitor"], "trust": 5, "ids-in-sources": {"cfepp-final3": "85"}}, "raw": {"S": "3", "LT": "15 05", "LV": "FI", "TR": "f", "UT": "13 05", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "LAIDEBEUR Bernard", "SPORT": "Track & Field", "LOC_DATE": "1942 07 11", "UNIV_DATE": "1942 07 11", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75020"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24121	lamitie-bernard-1946-06-27	{"cfepp-final3": "87"}	{"cfepp": "CF-87"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "LAMITIE", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1946-06-27 12:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "10", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1946-06-27 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "LAMITIE"}, "birth": {"date": "1946-06-27 12:00", "place": {"c2": "75", "c3": "10", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1946-06-27 11:00"}, "occus": ["athletics-competitor"], "trust": 5, "ids-in-sources": {"cfepp-final3": "87"}}, "raw": {"S": "1", "LT": "12 00", "LV": "FI", "TR": "f", "UT": "11 00", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "LAMITIE Bernard", "SPORT": "Track & Field", "LOC_DATE": "1946 06 27", "UNIV_DATE": "1946 06 27", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75010"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
52	legrain-pierre-1920-02-18	{"a1": "52", "g55": "03-17", "3a_sports": "2443", "cfepp-final3": "88"}	{"g55": "03-17", "cfepp": "CF-88", "ertel": "ES-2443", "lerrcp": "A1-52"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Legrain", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1920-02-18 10:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.055, "lat": 50.47662, "name": "Thumeries", "geoid": 2972658}, "notime": null, "date-ut": "1920-02-18 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Legrain"}, "birth": {"tzo": "+01:00", "date": "1920-02-18 10:00", "place": {"c2": "59", "cy": "FR", "lg": 3.055, "lat": 50.47662, "name": "Thumeries", "geoid": 2972658}, "date-ut": "1920-02-18 09:00"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-52"}, "ids-in-sources": {"a1": "52"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "59", "COU": "F", "DAY": "18", "LAT": "50N39", "LON": "3E 5", "MON": "2", "NUM": "52", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "THUMERIES"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-02-18 10:00"}, "partial-ids": {"ertel": "ES-2443"}}, "raw": {"L": "", "MF": "", "NR": "2443", "ENG": "", "MA_": "1", "G_NR": "52", "MA12": "6", "MARS": "18", "NAME": "Legrain", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,700", "CSINR": "", "KURTZ": "", "PHAS_": "4,000", "STUND": "10,00", "CFEPNR": "88", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "18.02.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1920-02-18 10:00", "place": {"c3": ""}, "date-ut": "1920-02-18 09:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "88"}}, "raw": {"S": "6", "LT": "10 00", "LV": "FI", "TR": "f", "UT": "09 00", "LAT": "+50.48", "SRC": "AG", "LONG": "-03.04", "NAME": "LEGRAIN Pierre", "SPORT": "Track & Field", "LOC_DATE": "1920 02 18", "UNIV_DATE": "1920 02 18", "BIRTH_PLACE": "THUMERIES", "POSTAL_CODE": "59239"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-17"}, "ids-in-source": {"g55": "03-17"}}, "raw": {"DAY": "18-2-1920", "HOUR": "10 h.", "NAME": "LEGRAIN Pierre", "PLACE": "Thumeries (Nord)."}, "date": "2023-08-20T14:48:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
51	lalanne-jean-1914-08-28	{"a1": "51", "g55": "03-16", "3a_sports": "2334", "cfepp-final3": "86"}	{"g55": "03-16", "cfepp": "CF-86", "cpara": "CP-262", "ertel": "ES-2334", "lerrcp": "A1-51"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lalanne", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1914-08-28 10:00", "note": null, "place": {"c1": null, "c2": "65", "c3": "", "cy": "FR", "lg": 0.16698, "lat": 43.05528, "name": "Gerde", "geoid": 3016257}, "notime": null, "date-ut": "1914-08-28 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lalanne"}, "birth": {"tzo": "+00:00", "date": "1914-08-28 10:00", "place": {"c2": "65", "cy": "FR", "lg": 0.16698, "lat": 43.05528, "name": "Gerde", "geoid": 3016257}, "date-ut": "1914-08-28 10:00"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-51"}, "ids-in-sources": {"a1": "51"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "65", "COU": "F", "DAY": "28", "LAT": "43N14", "LON": "0E 5", "MON": "8", "NUM": "51", "PRO": "C", "SEC": "0", "YEA": "1914", "CITY": "GERDE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1914-08-28 10:00"}, "partial-ids": {"ertel": "ES-2334"}}, "raw": {"L": "", "MF": "", "NR": "2334", "ENG": "1", "MA_": "2", "G_NR": "51", "MA12": "1", "MARS": "3", "NAME": "Lalanne", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,300", "CSINR": "", "KURTZ": "", "PHAS_": "47,800", "STUND": "10,00", "CFEPNR": "86", "EXTEND": "1", "NATION": "FRA", "TAGMON": "28.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "262", "VORNAME": "Jean", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "28.08.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1914-08-28 10:00", "place": {"c3": ""}, "date-ut": "1914-08-28 10:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "86"}}, "raw": {"S": "1", "LT": "10 00", "LV": "F", "TR": "f", "UT": "10 00", "LAT": "+43.06", "SRC": "ALG", "LONG": "-00.17", "NAME": "LALANNE Jean", "SPORT": "Track & Field", "LOC_DATE": "1914 08 28", "UNIV_DATE": "1914 08 28", "BIRTH_PLACE": "GERDE", "POSTAL_CODE": "65200"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-16"}, "ids-in-source": {"g55": "03-16"}}, "raw": {"DAY": "28-8-1914", "HOUR": "10 h.", "NAME": "LALANNE Jean", "PLACE": "Gerde (Hautes-Pyrénées)."}, "date": "2023-08-20T14:48:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
23496	malrieu-patrick-1948-06-09	{"3a_sports": "2623", "cfepp-final3": "92"}	{"cfepp": "CF-92", "ertel": "ES-2623"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Patrick", "family": "Malrieu", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-06-09 11:00", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": -2.35, "lat": 43.21, "name": "CARCASSONNE", "geoid": null}, "notime": null, "date-ut": "1948-06-09 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Patrick", "family": "Malrieu"}, "birth": {"date": "1948-06-09", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2623", "ENG": "", "MA_": "1", "G_NR": "271", "MA12": "12", "MARS": "35", "NAME": "Malrieu", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "2,600", "CSINR": "", "KURTZ": "", "PHAS_": "3,000", "STUND": "", "CFEPNR": "92", "EXTEND": "", "NATION": "FRA", "TAGMON": "09.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Patrick", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "09.06.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1948-06-09 11:00", "place": {"c2": "11", "c3": "", "cy": "FR", "lg": -2.35, "lat": 43.21, "name": "CARCASSONNE"}, "date-ut": "1948-06-09 10:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "92"}}, "raw": {"S": "12", "LT": "11 00", "LV": "I", "TR": "f", "UT": "10 00", "LAT": "+43.21", "SRC": "L", "LONG": "-02.35", "NAME": "MALRIEU Patrick", "SPORT": "Track & Field", "LOC_DATE": "1948 06 09", "UNIV_DATE": "1948 06 09", "BIRTH_PLACE": "CARCASSONNE", "POSTAL_CODE": "11012 CEDEX"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23528	martigne-christian-1946-04-09	{"3a_sports": "2698", "cfepp-final3": "95"}	{"cfepp": "CF-95", "ertel": "ES-2698"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Martigne", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-04-09 20:30", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": 0.04, "lat": 45.1, "name": "LES EGLISOTTES", "geoid": null}, "notime": null, "date-ut": "1946-04-09 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Christian", "family": "Martigne"}, "birth": {"date": "1946-04-09", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2698", "ENG": "1", "MA_": "2", "G_NR": "282", "MA12": "4", "MARS": "10", "NAME": "Martigne", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "11,100", "CSINR": "", "KURTZ": "", "PHAS_": "51,900", "STUND": "", "CFEPNR": "95", "EXTEND": "1", "NATION": "FRA", "TAGMON": "09.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Christian", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "09.04.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1946-04-09 20:30", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": 0.04, "lat": 45.1, "name": "LES EGLISOTTES"}, "date-ut": "1946-04-09 19:30"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "95"}}, "raw": {"S": "4", "LT": "20 30", "LV": "F", "TR": "f", "UT": "19 30", "LAT": "+45.10", "SRC": "L", "LONG": "+00.04", "NAME": "MARTIGNE Christian", "SPORT": "Track & Field", "LOC_DATE": "1946 04 09", "UNIV_DATE": "1946 04 09", "BIRTH_PLACE": "LES EGLISOTTES", "POSTAL_CODE": "33230"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23529	martin-bernard-1943-11-14	{"3a_sports": "2700", "cfepp-final3": "96"}	{"cfepp": "CF-96", "ertel": "ES-2700"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Martin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-11-14 23:00", "note": null, "place": {"c1": null, "c2": "18", "c3": "", "cy": "FR", "lg": -2.51, "lat": 46.72, "name": "ST AMAND MONTROND", "geoid": null}, "notime": null, "date-ut": "1943-11-14 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bernard", "family": "Martin"}, "birth": {"date": "1943-02-09", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2700", "ENG": "", "MA_": "1", "G_NR": "283", "MA12": "2", "MARS": "5", "NAME": "Martin", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "8,300", "CSINR": "", "KURTZ": "", "PHAS_": "20,700", "STUND": "", "CFEPNR": "96", "EXTEND": "", "NATION": "FRA", "TAGMON": "09.02.", "ZITATE": "DT", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Bernard", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "09.02.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "martin-bernard-1943-11-14", "birth": {"date": "1943-11-14 23:00", "place": {"c2": "18", "c3": "", "cy": "FR", "lg": -2.51, "lat": 46.72, "name": "ST AMAND MONTROND"}, "date-ut": "1943-11-14 22:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "96"}}, "raw": {"S": "2", "LT": "23 00", "LV": "I", "TR": "f", "UT": "22 00", "LAT": "+46.72", "SRC": "L", "LONG": "-02.51", "NAME": "MARTIN Bernard", "SPORT": "Track & Field", "LOC_DATE": "1943 11 14", "UNIV_DATE": "1943 11 14", "BIRTH_PLACE": "ST AMAND MONTROND", "POSTAL_CODE": "18200"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
60	marie-andre-1925-10-14	{"a1": "60", "g55": "03-21", "3a_sports": "2679", "cfepp-final3": "94"}	{"g55": "03-21", "cfepp": "CF-94", "cpara": "CP-296", "ertel": "ES-2679", "lerrcp": "A1-60"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Marie", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1925-10-14 06:30", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.26667, "lat": 43.7, "name": "Cap d’Ail", "geoid": 0}, "notime": null, "date-ut": "1925-10-14 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "André", "family": "Marie"}, "birth": {"tzo": "+00:00", "date": "1925-10-14 06:30", "place": {"c2": "06", "cy": "FR", "lg": 7.26667, "lat": 43.7, "name": "Capdail", "geoid": 0}, "date-ut": "1925-10-14 06:30"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-60"}, "ids-in-sources": {"a1": "60"}}, "raw": {"H": "6", "MN": "30", "TZ": "0", "COD": "06", "COU": "F", "DAY": "14", "LAT": "43N42", "LON": "7E16", "MON": "10", "NUM": "60", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "CAPDAIL"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-10-14 06:30"}, "partial-ids": {"ertel": "ES-2679"}}, "raw": {"L": "", "MF": "", "NR": "2679", "ENG": "1", "MA_": "2", "G_NR": "60", "MA12": "1", "MARS": "3", "NAME": "Marie", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,300", "CSINR": "", "KURTZ": "", "PHAS_": "14,100", "STUND": "6,50", "CFEPNR": "94", "EXTEND": "1", "NATION": "FRA", "TAGMON": "14.10.", "ZITATE": "DST", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "296", "VORNAME": "André", "ZITRANG": "4", "GAUQ1955": "+", "GEBDATUM": "14.10.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1925-10-14 06:30", "place": {"c3": ""}, "date-ut": "1925-10-14 06:30"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "94"}}, "raw": {"S": "1", "LT": "06 30", "LV": "E", "TR": "f", "UT": "06 30", "LAT": "+43.72", "SRC": "ALG", "LONG": "-07.40", "NAME": "MARIE Andre-Jacques", "SPORT": "Track & Field", "LOC_DATE": "1925 10 14", "UNIV_DATE": "1925 10 14", "BIRTH_PLACE": "CAP D'AIL", "POSTAL_CODE": "06320"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Cap d’Ail"}}, "partial-ids": {"g55": "03-21"}, "ids-in-source": {"g55": "03-21"}}, "raw": {"DAY": "14-10-1925", "HOUR": "6 h. 30", "NAME": "MARIE André", "PLACE": "Cap d’Ail (Alpes-Maritimes)."}, "date": "2023-08-20T14:48:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
23531	martinage-yves-1936-12-28	{"3a_sports": "2706", "cfepp-final3": "99"}	{"cfepp": "CF-99", "ertel": "ES-2706"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Martinage", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1936-12-28 14:20", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": -3.52, "lat": 50.36, "name": "VALENCIENNES", "geoid": null}, "notime": null, "date-ut": "1936-12-28 14:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Yves", "family": "Martinage"}, "birth": {"date": "1936-12-28", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2706", "ENG": "", "MA_": "1", "G_NR": "285", "MA12": "7", "MARS": "21", "NAME": "Martinage", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "1,900", "CSINR": "", "KURTZ": "", "PHAS_": "100,00", "STUND": "", "CFEPNR": "99", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Yves", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "28.12.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1936-12-28 14:20", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": -3.52, "lat": 50.36, "name": "VALENCIENNES"}, "date-ut": "1936-12-28 14:20"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "99"}}, "raw": {"S": "7", "LT": "14 20", "LV": "F", "TR": "f", "UT": "14 20", "LAT": "+50.36", "SRC": "L", "LONG": "-03.52", "NAME": "MARTINAGE Yves", "SPORT": "Track & Field", "LOC_DATE": "1936 12 28", "UNIV_DATE": "1936 12 28", "BIRTH_PLACE": "VALENCIENNES", "POSTAL_CODE": "59304 CEDEX"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23571	meyer-gabrielle-1947-05-10	{"3a_sports": "2840", "cfepp-final3": "100"}	{"cfepp": "CF-100", "ertel": "ES-2840"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabrielle", "family": "Meyer", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1947-05-10 03:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": -1.44, "lat": 43.6, "name": "TOULOUSE", "geoid": null}, "notime": null, "date-ut": "1947-05-10 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Gabrielle", "family": "Meyer"}, "birth": {"date": "1947-05-10", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "2840", "ENG": "", "MA_": "0", "G_NR": "297", "MA12": "12", "MARS": "34", "NAME": "Meyer", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-7,000", "CSINR": "", "KURTZ": "", "PHAS_": "79,900", "STUND": "", "CFEPNR": "100", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gabrielle", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "10.05.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1947-05-10 03:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": -1.44, "lat": 43.6, "name": "TOULOUSE"}, "date-ut": "1947-05-10 02:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "100"}}, "raw": {"S": "12", "LT": "03 00", "LV": "FI", "TR": "f", "UT": "02 00", "LAT": "+43.60", "SRC": "L", "LONG": "-01.44", "NAME": "MEYER Gabrielle", "SPORT": "Track & Field", "LOC_DATE": "1947 05 10", "UNIV_DATE": "1947 05 10", "BIRTH_PLACE": "TOULOUSE", "POSTAL_CODE": "31040 CEDEX"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23574	michaud-catherine-1949-11-25	{"3a_sports": "2850", "cfepp-final3": "101"}	{"cfepp": "CF-101", "ertel": "ES-2850"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Catherine", "family": "Michaud", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1949-11-25 05:15", "note": null, "place": {"c1": null, "c2": "86", "c3": "", "cy": "FR", "lg": -0.54, "lat": 46.82, "name": "CHATELLERAULT", "geoid": null}, "notime": null, "date-ut": "1949-11-25 04:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Catherine", "family": "Michaud"}, "birth": {"date": "1949-11-25", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "2850", "ENG": "", "MA_": "1", "G_NR": "300", "MA12": "2", "MARS": "6", "NAME": "Michaud", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "8,800", "CSINR": "", "KURTZ": "", "PHAS_": "26,500", "STUND": "", "CFEPNR": "101", "EXTEND": "", "NATION": "FRA", "TAGMON": "25.11.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Catherine", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "25.11.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1949-11-25 05:15", "place": {"c2": "86", "c3": "", "cy": "FR", "lg": -0.54, "lat": 46.82, "name": "CHATELLERAULT"}, "date-ut": "1949-11-25 04:15"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "101"}}, "raw": {"S": "2", "LT": "05 15", "LV": "F", "TR": "f", "UT": "04 15", "LAT": "+46.82", "SRC": "L", "LONG": "-00.54", "NAME": "MICHAUD Catherine", "SPORT": "Track & Field", "LOC_DATE": "1949 11 25", "UNIV_DATE": "1949 11 25", "BIRTH_PLACE": "CHATELLERAULT", "POSTAL_CODE": "86106 CEDEX"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23589	mombet-michele-1949-05-17	{"3a_sports": "2907", "cfepp-final3": "102"}	{"cfepp": "CF-102", "ertel": "ES-2907"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michele", "family": "Mombet", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1949-05-17 08:45", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": -3.06, "lat": 50.63, "name": "LILLE", "geoid": null}, "notime": null, "date-ut": "1949-05-17 07:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Michele", "family": "Mombet"}, "birth": {"date": "1949-05-27", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "2907", "ENG": "", "MA_": "1", "G_NR": "310", "MA12": "2", "MARS": "6", "NAME": "Mombet", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-2,800", "CSINR": "", "KURTZ": "", "PHAS_": "0,900", "STUND": "", "CFEPNR": "102", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Michele", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "27.05.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "mombet-michele-1949-05-17", "birth": {"date": "1949-05-17 08:45", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": -3.06, "lat": 50.63, "name": "LILLE"}, "date-ut": "1949-05-17 07:45"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "102"}}, "raw": {"S": "2", "LT": "08 45", "LV": "I", "TR": "f", "UT": "07 45", "LAT": "+50.63", "SRC": "L", "LONG": "-03.06", "NAME": "MOMBET Michele", "SPORT": "Track & Field", "LOC_DATE": "1949 05 17", "UNIV_DATE": "1949 05 17", "BIRTH_PLACE": "LILLE", "POSTAL_CODE": "59033 CEDEX"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23598	montandon-nicole-1948-10-30	{"3a_sports": "2926", "cfepp-final3": "103"}	{"cfepp": "CF-103", "ertel": "ES-2926"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicole", "family": "Montandon", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1948-10-30 01:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": -2.22, "lat": 48.87, "name": "SURESNES", "geoid": null}, "notime": null, "date-ut": "1948-10-30 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Nicole", "family": "Montandon"}, "birth": {"date": "1948-10-30", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "2926", "ENG": "", "MA_": "1", "G_NR": "312", "MA12": "9", "MARS": "26", "NAME": "Montandon", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-7,300", "CSINR": "", "KURTZ": "", "PHAS_": "7,000", "STUND": "", "CFEPNR": "103", "EXTEND": "", "NATION": "FRA", "TAGMON": "30.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Nicole", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "30.10.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1948-10-30 01:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": -2.22, "lat": 48.87, "name": "SURESNES"}, "date-ut": "1948-10-30 00:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "103"}}, "raw": {"S": "9", "LT": "01 00", "LV": "FI", "TR": "f", "UT": "00 00", "LAT": "+48.87", "SRC": "L", "LONG": "-02.22", "NAME": "MONTANDON Nicole", "SPORT": "Track & Field", "LOC_DATE": "1948 10 30", "UNIV_DATE": "1948 10 30", "BIRTH_PLACE": "SURESNES", "POSTAL_CODE": "92151 CEDEX"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23600	montgermont-michel-1947-03-31	{"3a_sports": "2930", "cfepp-final3": "104"}	{"cfepp": "CF-104", "ertel": "ES-2930"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Montgermont", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-03-31 00:10", "note": null, "place": {"c1": null, "c2": "61", "c3": "", "cy": "FR", "lg": -0.09, "lat": 48.43, "name": "ALENCON", "geoid": null}, "notime": null, "date-ut": "1947-03-30 23:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Michel", "family": "Montgermont"}, "birth": {"date": "1947-03-31", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2930", "ENG": "", "MA_": "1", "G_NR": "313", "MA12": "10", "MARS": "28", "NAME": "Montgermont", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "11,200", "CSINR": "", "KURTZ": "", "PHAS_": "65,000", "STUND": "", "CFEPNR": "104", "EXTEND": "", "NATION": "FRA", "TAGMON": "31.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "31.03.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1947-03-31 00:10", "place": {"c2": "61", "c3": "", "cy": "FR", "lg": -0.09, "lat": 48.43, "name": "ALENCON"}, "date-ut": "1947-03-30 23:10"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "104"}}, "raw": {"S": "10", "LT": "00 10", "LV": "F", "TR": "f", "UT": "23 10", "LAT": "+48.43", "SRC": "L", "LONG": "-00.09", "NAME": "MONTGERMONT Michel", "SPORT": "Track & Field", "LOC_DATE": "1947 03 31", "UNIV_DATE": "1947 03 30", "BIRTH_PLACE": "ALENCON", "POSTAL_CODE": "61014 CEDEX"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24123	mourlon-andre-1903-10-09	{"cfepp-final3": "105"}	{"cfepp": "CF-105"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Andre", "family": "MOURLON", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1903-10-09 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "11", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1903-10-09 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Andre", "family": "MOURLON"}, "birth": {"date": "1903-10-09 06:00", "place": {"c2": "75", "c3": "11", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1903-10-09 05:51"}, "occus": ["athletics-competitor"], "trust": 5, "ids-in-sources": {"cfepp-final3": "105"}}, "raw": {"S": "10", "LT": "06 00", "LV": "FI", "TR": "f", "UT": "05 51", "LAT": "+48.86", "SRC": "AL", "LONG": "-02.34", "NAME": "MOURLON Andre", "SPORT": "Track & Field", "LOC_DATE": "1903 10 09", "UNIV_DATE": "1903 10 09", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75011"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23634	nicolas-claude-1941-09-21	{"3a_sports": "3030", "cfepp-final3": "107"}	{"cfepp": "CF-107", "ertel": "ES-3030"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Nicolas", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-09-21 02:00", "note": null, "place": {"c1": null, "c2": "25", "c3": "", "cy": "FR", "lg": -6.87, "lat": 47.51, "name": "EXINCOURT", "geoid": null}, "notime": null, "date-ut": "1941-09-21 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Claude", "family": "Nicolas"}, "birth": {"date": "1941-09-21", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3030", "ENG": "", "MA_": "0", "G_NR": "322", "MA12": "3", "MARS": "8", "NAME": "Nicolas", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-1,800", "CSINR": "", "KURTZ": "", "PHAS_": "0,100", "STUND": "", "CFEPNR": "107", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Claude", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "21.09.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1941-09-21 02:00", "place": {"c2": "25", "c3": "", "cy": "FR", "lg": -6.87, "lat": 47.51, "name": "EXINCOURT"}, "date-ut": "1941-09-21 00:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "107"}}, "raw": {"S": "3", "LT": "02 00", "LV": "I", "TR": "f", "UT": "00 00", "LAT": "+47.51", "SRC": "L", "LONG": "-06.87", "NAME": "NICOLAS Claude", "SPORT": "Track & Field", "LOC_DATE": "1941 09 21", "UNIV_DATE": "1941 09 21", "BIRTH_PLACE": "EXINCOURT", "POSTAL_CODE": "25400"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23664	osterberger-andre-1920-10-26	{"3a_sports": "3101", "cfepp-final3": "109"}	{"cfepp": "CF-109", "ertel": "ES-3101"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Osterberger", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-10-26 21:30", "note": null, "place": {"c1": null, "c2": "21", "c3": "", "cy": "FR", "lg": -4.37, "lat": 47.84, "name": "LAIGNES", "geoid": null}, "notime": null, "date-ut": "1920-10-26 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "André", "family": "Osterberger"}, "birth": {"date": "1920-10-26", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3101", "ENG": "", "MA_": "0", "G_NR": "155", "MA12": "9", "MARS": "25", "NAME": "Osterberger", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "4,800", "CSINR": "", "KURTZ": "", "PHAS_": "96,800", "STUND": "", "CFEPNR": "109", "EXTEND": "", "NATION": "FRA", "TAGMON": "26.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.10.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1920-10-26 21:30", "place": {"c2": "21", "c3": "", "cy": "FR", "lg": -4.37, "lat": 47.84, "name": "LAIGNES"}, "date-ut": "1920-10-26 21:30"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "109"}}, "raw": {"S": "7", "LT": "21 30", "LV": "FI", "TR": "f", "UT": "21 30", "LAT": "+47.84", "SRC": "A", "LONG": "-04.37", "NAME": "OSTERBERGER Andre", "SPORT": "Track & Field", "LOC_DATE": "1920 10 26", "UNIV_DATE": "1920 10 26", "BIRTH_PLACE": "LAIGNES", "POSTAL_CODE": "21330"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23736	pinard-evelyne-osthold-1923-05-15	{"3a_sports": "3294", "cfepp-final3": "110"}	{"cfepp": "CF-110", "ertel": "ES-3294"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Evelyne Osthold", "family": "Pinard", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1923-05-15 04:00", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": -7.75, "lat": 48.58, "name": "STRASBOURG", "geoid": null}, "notime": null, "date-ut": "1923-05-15 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "F", "name": {"given": "Evelyne Osthold", "family": "Pinard"}, "birth": {"date": "1923-05-15", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "3294", "ENG": "", "MA_": "0", "G_NR": "164", "MA12": "12", "MARS": "34", "NAME": "Pinard", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-2,500", "CSINR": "", "KURTZ": "", "PHAS_": "1,000", "STUND": "", "CFEPNR": "110", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Evelyne Osthold", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "15.05.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1923-05-15 04:00", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": -7.75, "lat": 48.58, "name": "STRASBOURG"}, "date-ut": "1923-05-15 04:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "110"}}, "raw": {"S": "12", "LT": "04 00", "LV": "FI", "TR": "f", "UT": "04 00", "LAT": "+48.58", "SRC": "A", "LONG": "-07.75", "NAME": "OSTERHOLD Evelyne", "SPORT": "Track & Field", "LOC_DATE": "1923 05 15", "UNIV_DATE": "1923 05 15", "BIRTH_PLACE": "STRASBOURG", "POSTAL_CODE": "67070 CEDEX"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23676	pani-jack-1946-05-21	{"3a_sports": "3135", "cfepp-final3": "112"}	{"cfepp": "CF-112", "ertel": "ES-3135"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jack", "family": "Pani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-05-21 03:00", "note": null, "place": {"c1": null, "c2": "10", "c3": "", "cy": "FR", "lg": -4.07, "lat": 48.3, "name": "TROYES", "geoid": null}, "notime": null, "date-ut": "1946-05-21 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jack", "family": "Pani"}, "birth": {"date": "1946-05-21", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3135", "ENG": "", "MA_": "0", "G_NR": "333", "MA12": "8", "MARS": "22", "NAME": "Pani", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-7,200", "CSINR": "", "KURTZ": "", "PHAS_": "79,900", "STUND": "", "CFEPNR": "112", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.05.", "ZITATE": "DT", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jack", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "21.05.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1946-05-21 03:00", "place": {"c2": "10", "c3": "", "cy": "FR", "lg": -4.07, "lat": 48.3, "name": "TROYES"}, "date-ut": "1946-05-21 02:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "112"}}, "raw": {"S": "8", "LT": "03 00", "LV": "FI", "TR": "f", "UT": "02 00", "LAT": "+48.30", "SRC": "L", "LONG": "-04.07", "NAME": "PANI Jacques", "SPORT": "Track & Field", "LOC_DATE": "1946 05 21", "UNIV_DATE": "1946 05 21", "BIRTH_PLACE": "TROYES", "POSTAL_CODE": "10026 CEDEX"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23710	perlot-jacques-1929-12-11	{"3a_sports": "3222", "cfepp-final3": "114"}	{"cfepp": "CF-114", "ertel": "ES-3222"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Perlot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-12-11 08:00", "note": null, "place": {"c1": null, "c2": "08", "c3": "", "cy": "FR", "lg": -4.72, "lat": 49.77, "name": "CHARLEVILLE MEZIERES", "geoid": null}, "notime": null, "date-ut": "1929-12-11 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jacques", "family": "Perlot"}, "birth": {"date": "1929-12-11", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3222", "ENG": "1", "MA_": "2", "G_NR": "160", "MA12": "1", "MARS": "2", "NAME": "Perlot", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "9,900", "CSINR": "", "KURTZ": "", "PHAS_": "65,900", "STUND": "", "CFEPNR": "114", "EXTEND": "1", "NATION": "FRA", "TAGMON": "11.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.12.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1929-12-11 08:00", "place": {"c2": "08", "c3": "", "cy": "FR", "lg": -4.72, "lat": 49.77, "name": "CHARLEVILLE MEZIERES"}, "date-ut": "1929-12-11 08:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "114"}}, "raw": {"S": "1", "LT": "08 00", "LV": "I", "TR": "f", "UT": "08 00", "LAT": "+49.77", "SRC": "A", "LONG": "-04.72", "NAME": "PERLOT Jacques", "SPORT": "Track & Field", "LOC_DATE": "1929 12 11", "UNIV_DATE": "1929 12 11", "BIRTH_PLACE": "CHARLEVILLE MEZIERES", "POSTAL_CODE": "08109 CEDEX"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24124	phyllis-marie-jose-1946-08-20	{"cfepp-final3": "115"}	{"cfepp": "CF-115"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie-Jose", "family": "PHYLLIS", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1946-08-20 08:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": 0.57, "lat": 44.84, "name": "BORDEAUX", "geoid": null}, "notime": null, "date-ut": "1946-08-20 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Marie-Jose", "family": "PHYLLIS"}, "birth": {"date": "1946-08-20 08:00", "place": {"c2": "33", "cy": "FR", "lg": 0.57, "lat": 44.84, "name": "BORDEAUX"}, "date-ut": "1946-08-20 07:00"}, "occus": ["athletics-competitor"], "trust": 5, "ids-in-sources": {"cfepp-final3": "115"}}, "raw": {"S": "12", "LT": "08 00", "LV": "F", "TR": "f", "UT": "07 00", "LAT": "+44.84", "SRC": "L", "LONG": "+00.57", "NAME": "PHYLLIS Marie-Jose", "SPORT": "Track & Field", "LOC_DATE": "1946 08 20", "UNIV_DATE": "1946 08 20", "BIRTH_PLACE": "BORDEAUX", "POSTAL_CODE": "33077 CEDEX"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23748	poirier-robert-1942-05-16	{"3a_sports": "3332", "cfepp-final3": "116"}	{"cfepp": "CF-116", "ertel": "ES-3332"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Poirier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-05-16 16:00", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": 1.68, "lat": 48.11, "name": "RENNES", "geoid": null}, "notime": null, "date-ut": "1942-05-16 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Robert", "family": "Poirier"}, "birth": {"date": "1942-06-16", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3332", "ENG": "0", "MA_": "2", "G_NR": "355", "MA12": "3", "MARS": "9", "NAME": "Poirier", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "2,900", "CSINR": "", "KURTZ": "", "PHAS_": "4,200", "STUND": "", "CFEPNR": "116", "EXTEND": "1", "NATION": "FRA", "TAGMON": "16.06.", "ZITATE": "DT", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "16.06.1942", "GQBECORR": "c", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "poirier-robert-1942-05-16", "birth": {"date": "1942-05-16 16:00", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": 1.68, "lat": 48.11, "name": "RENNES"}, "date-ut": "1942-05-16 14:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "116"}}, "raw": {"S": "3", "LT": "16 00", "LV": "FI", "TR": "f", "UT": "14 00", "LAT": "+48.11", "SRC": "L", "LONG": "+01.68", "NAME": "POIRIER Robert", "SPORT": "Track & Field", "LOC_DATE": "1942 05 16", "UNIV_DATE": "1942 05 16", "BIRTH_PLACE": "RENNES", "POSTAL_CODE": "35031 CEDEX"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24125	prikhodko-wladimir-1944-03-01	{"cfepp-final3": "117"}	{"cfepp": "CF-117"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wladimir", "family": "PRIKHODKO", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1944-03-01 00:10", "note": null, "place": {"c1": null, "c2": "75", "c3": "15", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1944-02-29 23:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Wladimir", "family": "PRIKHODKO"}, "birth": {"date": "1944-03-01 00:10", "place": {"c2": "75", "c3": "15", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1944-02-29 23:10"}, "occus": ["athletics-competitor"], "trust": 5, "ids-in-sources": {"cfepp-final3": "117"}}, "raw": {"S": "5", "LT": "00 10", "LV": "FI", "TR": "f", "UT": "23 10", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "PRIKHODKO Wladimir", "SPORT": "Track & Field", "LOC_DATE": "1944 03 01", "UNIV_DATE": "1944 02 29", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75015"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24126	raguenau-gaston-1881-10-10	{"cfepp-final3": "118"}	{"cfepp": "CF-118"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "RAGUENAU", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1881-10-10 01:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": -4.83, "lat": 45.75, "name": "LYON", "geoid": null}, "notime": null, "date-ut": "1881-10-10 00:41"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "RAGUENAU"}, "birth": {"date": "1881-10-10 01:00", "place": {"c2": "69", "cy": "FR", "lg": -4.83, "lat": 45.75, "name": "LYON"}, "date-ut": "1881-10-10 00:41"}, "occus": ["athletics-competitor"], "trust": 5, "ids-in-sources": {"cfepp-final3": "118"}}, "raw": {"S": "2", "LT": "01 00", "LV": "FI", "TR": "f", "UT": "00 41", "LAT": "+45.75", "SRC": "AL", "LONG": "-04.83", "NAME": "RAGUENAU Gaston", "SPORT": "Track & Field", "LOC_DATE": "1881 10 10", "UNIV_DATE": "1881 10 10", "BIRTH_PLACE": "LYON", "POSTAL_CODE": "69205 CEDEX  01"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
89	etancelin-philippe-1896-12-29	{"a1": "89", "3a_sports": "1556", "cfepp-final3": "148"}	{"cfepp": "CF-148", "ertel": "ES-1556", "lerrcp": "A1-89"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Etancelin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1896-12-29 23:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1896-12-29 22:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Etancelin"}, "birth": {"tzo": "+00:09:21", "date": "1896-12-28 23:00", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1896-12-28 22:50:40"}, "occus": ["motor-sports-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-89"}, "ids-in-sources": {"a1": "89"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "76", "COU": "F", "DAY": "28", "LAT": "49N26", "LON": "1E 5", "MON": "12", "NUM": "89", "PRO": "C", "SEC": "40", "YEA": "1896", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1896-12-28 23:00"}, "partial-ids": {"ertel": "ES-1556"}}, "raw": {"L": "", "MF": "", "NR": "1556", "ENG": "1", "MA_": "2", "G_NR": "89", "MA12": "4", "MARS": "10", "NAME": "Etancelin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,30", "CSINR": "", "KURTZ": "", "PHAS_": "44,500", "STUND": "23,00", "CFEPNR": "148", "EXTEND": "1", "NATION": "FRA", "TAGMON": "28.12.", "ZITATE": "CD", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Philippe", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "28.12.1896", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "etancelin-philippe-1896-12-29", "birth": {"date": "1896-12-29 23:00", "place": {"c3": ""}, "date-ut": "1896-12-29 22:51"}, "occus": ["motor-sports-competitor"], "ids-in-sources": {"cfepp-final3": "148"}}, "raw": {"S": "4", "LT": "23 00", "LV": "FI", "TR": "f", "UT": "22 51", "LAT": "+49.44", "SRC": "AL", "LONG": "-01.09", "NAME": "ETANCELIN Philippe", "SPORT": "Auto Racing", "LOC_DATE": "1896 12 29", "UNIV_DATE": "1896 12 29", "BIRTH_PLACE": "ROUEN", "POSTAL_CODE": "76037 CEDEX"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23815	riou-rene-1927-12-29	{"3a_sports": "3513", "cfepp-final3": "120"}	{"cfepp": "CF-120", "ertel": "ES-3513"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Riou", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-12-29 22:00", "note": null, "place": {"c1": null, "c2": "03", "c3": "", "cy": "FR", "lg": -3.34, "lat": 46.57, "name": "MOULINS", "geoid": null}, "notime": null, "date-ut": "1927-12-29 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "René", "family": "Riou"}, "birth": {"date": "1927-12-29", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3513", "ENG": "", "MA_": "1", "G_NR": "175", "MA12": "9", "MARS": "27", "NAME": "Riou", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "8,600", "CSINR": "", "KURTZ": "", "PHAS_": "23,900", "STUND": "", "CFEPNR": "120", "EXTEND": "", "NATION": "FRA", "TAGMON": "29.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.12.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1927-12-29 22:00", "place": {"c2": "03", "c3": "", "cy": "FR", "lg": -3.34, "lat": 46.57, "name": "MOULINS"}, "date-ut": "1927-12-29 22:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "120"}}, "raw": {"S": "9", "LT": "22 00", "LV": "I", "TR": "f", "UT": "22 00", "LAT": "+46.57", "SRC": "A", "LONG": "-03.34", "NAME": "RIOU Rene", "SPORT": "Track & Field", "LOC_DATE": "1927 12 29", "UNIV_DATE": "1927 12 29", "BIRTH_PLACE": "MOULINS", "POSTAL_CODE": "03016 CEDEX"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1756	roger-gilbert-1914-02-17	{"a1": "1757", "3a_sports": "3544", "cfepp-final3": "121"}	{"cfepp": "CF-121", "ertel": "ES-3544", "lerrcp": "A1-1757"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilbert", "family": "Roger", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1914-02-17 01:00", "note": null, "place": {"c1": null, "c2": "28", "c3": "", "cy": "FR", "lg": 1.10026, "lat": 48.26112, "name": "Frazé", "geoid": 3017286}, "notime": null, "date-ut": "1914-02-17 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["race-walker", "athletics-competitor"]	5	null	[{"new": {"name": {"given": "Gilbert", "family": "Roger"}, "birth": {"tzo": "+00:00", "date": "1914-02-17 01:00", "place": {"c2": "28", "cy": "FR", "lg": 1.10026, "lat": 48.26112, "name": "Frazé", "geoid": 3017286}, "date-ut": "1914-02-17 01:00"}, "occus": ["race-walker"], "trust": 5, "partial_ids": {"lerrcp": "A1-1757"}, "ids-in-sources": {"a1": "1757"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "28", "COU": "F", "DAY": "17", "LAT": "48N27", "LON": "1E30", "MON": "2", "NUM": "1757", "PRO": "C", "SEC": "0", "YEA": "1914", "CITY": "FRAZE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1914-02-17 01:00"}, "partial-ids": {"ertel": "ES-3544"}}, "raw": {"L": "", "MF": "", "NR": "3544", "ENG": "", "MA_": "1", "G_NR": "1757", "MA12": "5", "MARS": "14", "NAME": "Roger", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,10", "CSINR": "", "KURTZ": "", "PHAS_": "54,500", "STUND": "1,00", "CFEPNR": "121", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gilbert", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.02.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "WALK", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:36+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1914-02-17 01:00", "place": {"c3": ""}, "date-ut": "1914-02-17 01:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "121"}}, "raw": {"S": "5", "LT": "01 00", "LV": "M", "TR": "f", "UT": "01 00", "LAT": "+48.26", "SRC": "A", "LONG": "-01.10", "NAME": "ROGER Gilbert", "SPORT": "Track & Field", "LOC_DATE": "1914 02 17", "UNIV_DATE": "1914 02 17", "BIRTH_PLACE": "FRAZE", "POSTAL_CODE": "28160"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23871	samper-michel-1943-05-01	{"3a_sports": "3663", "cfepp-final3": "122"}	{"cfepp": "CF-122", "ertel": "ES-3663"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Samper", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-05-01 07:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": -0.7, "lat": 43.09, "name": "VALENTINE", "geoid": null}, "notime": null, "date-ut": "1943-05-01 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Michel", "family": "Samper"}, "birth": {"date": "1943-05-01", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3663", "ENG": "", "MA_": "1", "G_NR": "399", "MA12": "2", "MARS": "4", "NAME": "Samper", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-8,400", "CSINR": "", "KURTZ": "", "PHAS_": "13,200", "STUND": "", "CFEPNR": "122", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "01.05.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1943-05-01 07:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": -0.7, "lat": 43.09, "name": "VALENTINE"}, "date-ut": "1943-05-01 05:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "122"}}, "raw": {"S": "2", "LT": "07 00", "LV": "I", "TR": "f", "UT": "05 00", "LAT": "+43.09", "SRC": "L", "LONG": "-00.70", "NAME": "SAMPER Michel", "SPORT": "Track & Field", "LOC_DATE": "1943 05 01", "UNIV_DATE": "1943 05 01", "BIRTH_PLACE": "VALENTINE", "POSTAL_CODE": "31800"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23874	sans-alain-1945-03-20	{"3a_sports": "3668", "cfepp-final3": "124"}	{"cfepp": "CF-124", "ertel": "ES-3668"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Sans", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1945-03-20 04:30", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": 0.37, "lat": 43.3, "name": "PAU", "geoid": null}, "notime": null, "date-ut": "1945-03-20 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alain", "family": "Sans"}, "birth": {"date": "1945-03-20", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3668", "ENG": "", "MA_": "1", "G_NR": "400", "MA12": "12", "MARS": "35", "NAME": "Sans", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "10,700", "CSINR": "", "KURTZ": "", "PHAS_": "41,500", "STUND": "", "CFEPNR": "124", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alain", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "20.03.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1945-03-20 04:30", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": 0.37, "lat": 43.3, "name": "PAU"}, "date-ut": "1945-03-20 03:30"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "124"}}, "raw": {"S": "12", "LT": "04 30", "LV": "I", "TR": "f", "UT": "03 30", "LAT": "+43.30", "SRC": "L", "LONG": "+00.37", "NAME": "SANS Alain", "SPORT": "Track & Field", "LOC_DATE": "1945 03 20", "UNIV_DATE": "1945 03 20", "BIRTH_PLACE": "PAU", "POSTAL_CODE": "64015 CEDEX"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24130	giraud-cabantous-yves-1903-10-08	{"cfepp-final3": "149"}	{"cfepp": "CF-149"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "GIRAUD-CABANTOUS", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1903-10-08 20:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "14", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1903-10-08 19:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Yves", "family": "GIRAUD-CABANTOUS"}, "birth": {"date": "1903-10-08 20:00", "place": {"c2": "75", "c3": "14", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1903-10-08 19:51"}, "occus": ["motor-sports-competitor"], "trust": 5, "ids-in-sources": {"cfepp-final3": "149"}}, "raw": {"S": "7", "LT": "20 00", "LV": "I", "TR": "f", "UT": "19 51", "LAT": "+48.86", "SRC": "A", "LONG": "-02.34", "NAME": "GIRAUD-CABANTOUS Yves", "SPORT": "Auto Racing", "LOC_DATE": "1903 10 08", "UNIV_DATE": "1903 10 08", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75014"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23887	sarteur-alain-1946-06-17	{"3a_sports": "3687", "cfepp-final3": "125"}	{"cfepp": "CF-125", "ertel": "ES-3687"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Sarteur", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-06-17 07:15", "note": null, "place": {"c1": null, "c2": "60", "c3": "", "cy": "FR", "lg": -2.59, "lat": 49.1, "name": "PLAILLY", "geoid": null}, "notime": null, "date-ut": "1946-06-17 06:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alain", "family": "Sarteur"}, "birth": {"date": "1946-06-17", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3687", "ENG": "", "MA_": "1", "G_NR": "408", "MA12": "11", "MARS": "31", "NAME": "Sarteur", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-3,100", "CSINR": "", "KURTZ": "", "PHAS_": "95,500", "STUND": "", "CFEPNR": "125", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.06.", "ZITATE": "DST", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alain", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "17.06.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1946-06-17 07:15", "place": {"c2": "60", "c3": "", "cy": "FR", "lg": -2.59, "lat": 49.1, "name": "PLAILLY"}, "date-ut": "1946-06-17 06:15"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "125"}}, "raw": {"S": "11", "LT": "07 15", "LV": "FI", "TR": "f", "UT": "06 15", "LAT": "+49.10", "SRC": "L", "LONG": "-02.59", "NAME": "SARTEUR Alain", "SPORT": "Track & Field", "LOC_DATE": "1946 06 17", "UNIV_DATE": "1946 06 17", "BIRTH_PLACE": "PLAILLY", "POSTAL_CODE": "60128"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24127	schoebel-pierre-1942-12-24	{"cfepp-final3": "126"}	{"cfepp": "CF-126"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "SCHOEBEL", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1942-12-24 23:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1942-12-24 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "SCHOEBEL"}, "birth": {"date": "1942-12-24 23:00", "place": {"c2": "75", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1942-12-24 22:00"}, "occus": ["athletics-competitor"], "trust": 5, "ids-in-sources": {"cfepp-final3": "126"}}, "raw": {"S": "10", "LT": "23 00", "LV": "FI", "TR": "f", "UT": "22 00", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "SCHOEBEL Pierre", "SPORT": "Track & Field", "LOC_DATE": "1942 12 24", "UNIV_DATE": "1942 12 24", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75000"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24128	siret-henri-1887-03-19	{"cfepp-final3": "128"}	{"cfepp": "CF-128"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "SIRET", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1887-03-19 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "19", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1887-03-19 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Henri", "family": "SIRET"}, "birth": {"date": "1887-03-19 06:00", "place": {"c2": "75", "c3": "19", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1887-03-19 05:51"}, "occus": ["athletics-competitor"], "trust": 5, "ids-in-sources": {"cfepp-final3": "128"}}, "raw": {"S": "12", "LT": "06 00", "LV": "M", "TR": "f", "UT": "05 51", "LAT": "+48.86", "SRC": "A", "LONG": "-02.34", "NAME": "SIRET Henri", "SPORT": "Track & Field", "LOC_DATE": "1887 03 19", "UNIV_DATE": "1887 03 19", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75019"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1387	synakowski-maryan-1936-03-14	{"a1": "1388", "3a_sports": "3946", "cfepp-final3": "559"}	{"cfepp": "CF-559", "cpara": "CP-396", "ertel": "ES-3946", "lerrcp": "A1-1388"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maryan", "family": "Synakowski", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1936-03-14 20:45", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Calonne-Ricouar", "geoid": 0}, "notime": null, "date-ut": "1936-03-14 20:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Maryan", "family": "Synakowski"}, "birth": {"tzo": "+00:00", "date": "1936-03-14 20:45", "place": {"c2": "62", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Calonne-Ricouar", "geoid": 0}, "date-ut": "1936-03-14 20:45"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1388"}, "ids-in-sources": {"a1": "1388"}}, "raw": {"H": "20", "MN": "45", "TZ": "0", "COD": "62", "COU": "F", "DAY": "14", "LAT": "50N18", "LON": "2E46", "MON": "3", "NUM": "1388", "PRO": "C", "SEC": "0", "YEA": "1936", "CITY": "CALONNE-RICOUAR"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1936-03-14 20:45"}, "partial-ids": {"ertel": "ES-3946"}}, "raw": {"L": "", "MF": "", "NR": "3946", "ENG": "", "MA_": "1", "G_NR": "1388", "MA12": "7", "MARS": "20", "NAME": "Synakowski", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,100", "CSINR": "", "KURTZ": "", "PHAS_": "72,600", "STUND": "20,75", "CFEPNR": "559", "EXTEND": "", "NATION": "FRA", "TAGMON": "14.03.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "396", "VORNAME": "Maryan", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "14.03.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1936-03-14 20:45", "place": {"c3": ""}, "date-ut": "1936-03-14 20:45"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "559"}}, "raw": {"S": "7", "LT": "20 45", "LV": "I13", "TR": "f", "UT": "20 45", "LAT": "+50.49", "SRC": "L", "LONG": "-02.48", "NAME": "SYNAKOWSKI Maryan", "SPORT": "Soccer", "LOC_DATE": "1936 03 14", "UNIV_DATE": "1936 03 14", "BIRTH_PLACE": "CALONNE RICOUART", "POSTAL_CODE": "62470"}, "date": "2023-08-20T14:46:06+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
75	tissot-raymond-1919-08-02	{"a1": "75", "g55": "03-28", "3a_sports": "4030", "cfepp-final3": "132"}	{"g55": "03-28", "cfepp": "CF-132", "ertel": "ES-4030", "lerrcp": "A1-75"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Tissot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1919-08-02 13:00", "note": null, "place": {"c1": null, "c2": "01", "c3": "", "cy": "FR", "lg": 5.65727, "lat": 46.25917, "name": "Oyonnax", "geoid": 2988888}, "notime": null, "date-ut": "1919-08-02 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Tissot"}, "birth": {"tzo": "+01:00", "date": "1919-08-02 13:00", "place": {"c2": "01", "cy": "FR", "lg": 5.65727, "lat": 46.25917, "name": "Oyonnax", "geoid": 2988888}, "date-ut": "1919-08-02 12:00"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-75"}, "ids-in-sources": {"a1": "75"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "01", "COU": "F", "DAY": "2", "LAT": "46N12", "LON": "5E13", "MON": "8", "NUM": "75", "PRO": "C", "SEC": "0", "YEA": "1919", "CITY": "OYONNAX"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1919-08-02 13:00"}, "partial-ids": {"ertel": "ES-4030"}}, "raw": {"L": "", "MF": "", "NR": "4030", "ENG": "1", "MA_": "2", "G_NR": "75", "MA12": "4", "MARS": "12", "NAME": "Tissot", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,800", "CSINR": "", "KURTZ": "", "PHAS_": "32,800", "STUND": "13,00", "CFEPNR": "132", "EXTEND": "1", "NATION": "FRA", "TAGMON": "02.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Raymond", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "02.08.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1919-08-02 13:00", "place": {"c3": ""}, "date-ut": "1919-08-02 12:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "132"}}, "raw": {"S": "4", "LT": "13 00", "LV": "FI", "TR": "f", "UT": "12 00", "LAT": "+46.26", "SRC": "ALG", "LONG": "-05.65", "NAME": "TISSOT Raymond", "SPORT": "Track & Field", "LOC_DATE": "1919 08 02", "UNIV_DATE": "1919 08 02", "BIRTH_PLACE": "OYONNAX", "POSTAL_CODE": "01108 CEDEX"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-28"}, "ids-in-source": {"g55": "03-28"}}, "raw": {"DAY": "2-8-1919", "HOUR": "13 h.", "NAME": "TISSOT Raymond", "PLACE": "Oyonnax (Ain)."}, "date": "2023-08-20T14:48:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24019	tourret-christian-1946-09-20	{"3a_sports": "4056", "cfepp-final3": "133"}	{"cfepp": "CF-133", "ertel": "ES-4056"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Tourret", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-09-20 17:15", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": -2.24, "lat": 48.81, "name": "MEUDON", "geoid": null}, "notime": null, "date-ut": "1946-09-20 16:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Christian", "family": "Tourret"}, "birth": {"date": "1946-09-20", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4056", "ENG": "", "MA_": "1", "G_NR": "435", "MA12": "5", "MARS": "14", "NAME": "Tourret", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-10,90", "CSINR": "", "KURTZ": "", "PHAS_": "31,100", "STUND": "", "CFEPNR": "133", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Christian", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "20.09.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1946-09-20 17:15", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": -2.24, "lat": 48.81, "name": "MEUDON"}, "date-ut": "1946-09-20 16:15"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "133"}}, "raw": {"S": "5", "LT": "17 15", "LV": "I", "TR": "f", "UT": "16 15", "LAT": "+48.81", "SRC": "L", "LONG": "-02.24", "NAME": "TOURRET Christian", "SPORT": "Track & Field", "LOC_DATE": "1946 09 20", "UNIV_DATE": "1946 09 20", "BIRTH_PLACE": "MEUDON", "POSTAL_CODE": "92190"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24034	ugolini-gerard-1949-02-09	{"3a_sports": "4086", "cfepp-final3": "134"}	{"cfepp": "CF-134", "ertel": "ES-4086"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Ugolini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-02-09 13:00", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": -6.01, "lat": 49.23, "name": "JOEUF", "geoid": null}, "notime": null, "date-ut": "1949-02-09 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gérard", "family": "Ugolini"}, "birth": {"date": "1949-02-09", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4086", "ENG": "0", "MA_": "2", "G_NR": "438", "MA12": "3", "MARS": "9", "NAME": "Ugolini", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "9,500", "CSINR": "", "KURTZ": "", "PHAS_": "76,100", "STUND": "", "CFEPNR": "134", "EXTEND": "1", "NATION": "FRA", "TAGMON": "09.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gérard", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "09.02.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1949-02-09 13:00", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": -6.01, "lat": 49.23, "name": "JOEUF"}, "date-ut": "1949-02-09 12:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "134"}}, "raw": {"S": "3", "LT": "13 00", "LV": "I", "TR": "f", "UT": "12 00", "LAT": "+49.23", "SRC": "L", "LONG": "-06.01", "NAME": "UGOLINI Gerard", "SPORT": "Track & Field", "LOC_DATE": "1949 02 09", "UNIV_DATE": "1949 02 09", "BIRTH_PLACE": "JOEUF", "POSTAL_CODE": "54240"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
82	wiriath-rene-1899-12-01	{"a1": "82", "3a_sports": "4336", "cfepp-final3": "141"}	{"cfepp": "CF-141", "ertel": "ES-4336", "lerrcp": "A1-82"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Wiriath", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1899-12-01 20:00", "note": null, "place": {"c1": null, "c2": "51", "c3": "", "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Stemenehould", "geoid": 0}, "notime": null, "date-ut": "1899-12-01 19:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "René", "family": "Wiriath"}, "birth": {"tzo": "+00:09:21", "date": "1899-12-01 20:00", "place": {"c2": "51", "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Stemenehould", "geoid": 0}, "date-ut": "1899-12-01 19:50:40"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-82"}, "ids-in-sources": {"a1": "82"}}, "raw": {"H": "19", "MN": "50", "TZ": "0", "COD": "51", "COU": "F", "DAY": "1", "LAT": "48N57", "LON": "4E22", "MON": "12", "NUM": "82", "PRO": "C", "SEC": "40", "YEA": "1899", "CITY": "STEMENEHOULD"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1899-12-01 20:00"}, "partial-ids": {"ertel": "ES-4336"}}, "raw": {"L": "", "MF": "", "NR": "4336", "ENG": "", "MA_": "0", "G_NR": "82", "MA12": "8", "MARS": "22", "NAME": "Wiriath", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,400", "CSINR": "", "KURTZ": "", "PHAS_": "4,900", "STUND": "20,00", "CFEPNR": "141", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "01.12.1899", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1899-12-01 20:00", "place": {"c3": ""}, "date-ut": "1899-12-01 19:51"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "141"}}, "raw": {"S": "8", "LT": "20 00", "LV": "FI", "TR": "f", "UT": "19 51", "LAT": "+49.09", "SRC": "AL", "LONG": "-04.90", "NAME": "WIRIATH Rene", "SPORT": "Track & Field", "LOC_DATE": "1899 12 01", "UNIV_DATE": "1899 12 01", "BIRTH_PLACE": "STE MENEHOULD", "POSTAL_CODE": "51800"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23289	grimaud-jean-pierre-1944-03-23	{"3a_sports": "1970", "cfepp-final3": "168"}	{"cfepp": "CF-168", "ertel": "ES-1970"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Pierre", "family": "Grimaud", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1944-03-23 08:45", "note": null, "place": {"c1": null, "c2": "49", "c3": "", "cy": "FR", "lg": 0.08, "lat": 47.26, "name": "SAUMUR", "geoid": null}, "notime": null, "date-ut": "1944-03-23 07:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rower"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean-Pierre", "family": "Grimaud"}, "birth": {"date": "1944-03-23", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1970", "ENG": "", "MA_": "0", "G_NR": "199", "MA12": "11", "MARS": "32", "NAME": "Grimaud", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-5,700", "CSINR": "", "KURTZ": "", "PHAS_": "3,400", "STUND": "", "CFEPNR": "168", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean-Pierre", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "23.03.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "ROWI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1944-03-23 08:45", "place": {"c2": "49", "c3": "", "cy": "FR", "lg": 0.08, "lat": 47.26, "name": "SAUMUR"}, "date-ut": "1944-03-23 07:45"}, "occus": ["rower"], "ids-in-sources": {"cfepp-final3": "168"}}, "raw": {"S": "11", "LT": "08 45", "LV": "I", "TR": "f", "UT": "07 45", "LAT": "+47.26", "SRC": "L", "LONG": "+00.08", "NAME": "GRIMAUD Jean-Pierre", "SPORT": "Rowing", "LOC_DATE": "1944 03 23", "UNIV_DATE": "1944 03 23", "BIRTH_PLACE": "SAUMUR", "POSTAL_CODE": "49408 CEDEX"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24096	zembri-raymond-1948-12-26	{"3a_sports": "4367", "cfepp-final3": "142"}	{"cfepp": "CF-142", "ertel": "ES-4367"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Zembri", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-12-26 21:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": -5.38, "lat": 43.3, "name": "MARSEILLE", "geoid": null}, "notime": null, "date-ut": "1948-12-26 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Raymond", "family": "Zembri"}, "birth": {"date": "1948-12-26", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4367", "ENG": "", "MA_": "0", "G_NR": "451", "MA12": "8", "MARS": "22", "NAME": "Zembri", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,700", "CSINR": "", "KURTZ": "", "PHAS_": "20,800", "STUND": "", "CFEPNR": "142", "EXTEND": "", "NATION": "FRA", "TAGMON": "26.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Raymond", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "26.12.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1948-12-26 21:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": -5.38, "lat": 43.3, "name": "MARSEILLE"}, "date-ut": "1948-12-26 20:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "142"}}, "raw": {"S": "8", "LT": "21 00", "LV": "FI", "TR": "f", "UT": "20 00", "LAT": "+43.30", "SRC": "L", "LONG": "-05.38", "NAME": "ZEMBRI Raymond", "SPORT": "Track & Field", "LOC_DATE": "1948 12 26", "UNIV_DATE": "1948 12 26", "BIRTH_PLACE": "MARSEILLE", "POSTAL_CODE": "13233 CEDEX  01"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22821	bouchard-roger-andre-1899-05-18	{"3a_sports": "591", "cfepp-final3": "145"}	{"cfepp": "CF-145", "ertel": "ES-591"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger André", "family": "Bouchard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1899-05-18 01:00", "note": null, "place": {"c1": null, "c2": "16", "c3": "", "cy": "FR", "lg": -0.25, "lat": 45.31, "name": "ST SEVERIN", "geoid": null}, "notime": null, "date-ut": "1899-05-18 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Roger André", "family": "Bouchard"}, "birth": {"date": "1899-05-18", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "591", "ENG": "", "MA_": "1", "G_NR": "33", "MA12": "7", "MARS": "19", "NAME": "Bouchard", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "9,500", "CSINR": "", "KURTZ": "", "PHAS_": "52,800", "STUND": "", "CFEPNR": "145", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Roger André", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.05.1899", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1899-05-18 01:00", "place": {"c2": "16", "c3": "", "cy": "FR", "lg": -0.25, "lat": 45.31, "name": "ST SEVERIN"}, "date-ut": "1899-05-18 00:51"}, "occus": ["motor-sports-competitor"], "ids-in-sources": {"cfepp-final3": "145"}}, "raw": {"S": "7", "LT": "01 00", "LV": "I", "TR": "f", "UT": "00 51", "LAT": "+45.31", "SRC": "A", "LONG": "-00.25", "NAME": "BOUCHARD Roger-Andre", "SPORT": "Auto Racing", "LOC_DATE": "1899 05 18", "UNIV_DATE": "1899 05 18", "BIRTH_PLACE": "ST SEVERIN", "POSTAL_CODE": "16390"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24129	cevert-francois-1944-02-25	{"cfepp-final3": "146"}	{"cfepp": "CF-146"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francois", "family": "CEVERT", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1944-02-25 04:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "13", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1944-02-25 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Francois", "family": "CEVERT"}, "birth": {"date": "1944-02-25 04:00", "place": {"c2": "75", "c3": "13", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1944-02-25 03:00"}, "occus": ["motor-sports-competitor"], "trust": 5, "ids-in-sources": {"cfepp-final3": "146"}}, "raw": {"S": "7", "LT": "04 00", "LV": "FI", "TR": "f", "UT": "03 00", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "CEVERT Francois", "SPORT": "Auto Racing", "LOC_DATE": "1944 02 25", "UNIV_DATE": "1944 02 25", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75013"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23104	dreyfus-rene-1905-05-06	{"3a_sports": "1455", "cfepp-final3": "147"}	{"cfepp": "CF-147", "ertel": "ES-1455"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Dreyfus", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1905-05-06 09:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": -7.26, "lat": 43.7, "name": "NICE", "geoid": null}, "notime": null, "date-ut": "1905-05-06 08:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "René", "family": "Dreyfus"}, "birth": {"date": "1905-05-06", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1455", "ENG": "", "MA_": "1", "G_NR": "70", "MA12": "7", "MARS": "20", "NAME": "Dreyfus", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "1,600", "CSINR": "", "KURTZ": "", "PHAS_": "1,900", "STUND": "", "CFEPNR": "147", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.05.", "ZITATE": "C", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "06.05.1905", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1905-05-06 09:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": -7.26, "lat": 43.7, "name": "NICE"}, "date-ut": "1905-05-06 08:51"}, "occus": ["motor-sports-competitor"], "ids-in-sources": {"cfepp-final3": "147"}}, "raw": {"S": "8", "LT": "09 00", "LV": "FI", "TR": "f", "UT": "08 51", "LAT": "+43.70", "SRC": "A", "LONG": "-07.26", "NAME": "DREYFUS Rene", "SPORT": "Auto Racing", "LOC_DATE": "1905 05 06", "UNIV_DATE": "1905 05 06", "BIRTH_PLACE": "NICE", "POSTAL_CODE": "06074 CEDEX"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23287	grignard-georges-1905-07-25	{"3a_sports": "1965", "cfepp-final3": "150"}	{"cfepp": "CF-150", "ertel": "ES-1965"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Grignard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1905-07-25 11:00", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": -2.45, "lat": 48.73, "name": "VILLENEUVE ST GEORGES", "geoid": null}, "notime": null, "date-ut": "1905-07-25 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Georges", "family": "Grignard"}, "birth": {"date": "1905-07-25", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1965", "ENG": "", "MA_": "0", "G_NR": "93", "MA12": "11", "MARS": "33", "NAME": "Grignard", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "45,800", "STUND": "", "CFEPNR": "150", "EXTEND": "", "NATION": "FRA", "TAGMON": "25.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.07.1905", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1905-07-25 11:00", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": -2.45, "lat": 48.73, "name": "VILLENEUVE ST GEORGES"}, "date-ut": "1905-07-25 10:51"}, "occus": ["motor-sports-competitor"], "ids-in-sources": {"cfepp-final3": "150"}}, "raw": {"S": "11", "LT": "11 00", "LV": "I", "TR": "f", "UT": "10 51", "LAT": "+48.73", "SRC": "A", "LONG": "-02.45", "NAME": "GRIGNARD Georges", "SPORT": "Auto Racing", "LOC_DATE": "1905 07 25", "UNIV_DATE": "1905 07 25", "BIRTH_PLACE": "VILLENEUVE ST GEORGES", "POSTAL_CODE": "94190"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23332	hemery-victor-1876-11-18	{"3a_sports": "2095", "cfepp-final3": "151"}	{"cfepp": "CF-151", "ertel": "ES-2095"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Hemery", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1876-11-18 09:00", "note": null, "place": {"c1": null, "c2": "72", "c3": "", "cy": "FR", "lg": 0.13, "lat": 48.18, "name": "SILLE LE GUILLAUME", "geoid": null}, "notime": null, "date-ut": "1876-11-18 09:01"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Victor", "family": "Hemery"}, "birth": {"date": "1876-11-18", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2095", "ENG": "0", "MA_": "2", "G_NR": "101", "MA12": "3", "MARS": "9", "NAME": "Hemery", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "2,900", "CSINR": "", "KURTZ": "", "PHAS_": "4,000", "STUND": "", "CFEPNR": "151", "EXTEND": "1", "NATION": "FRA", "TAGMON": "18.11.", "ZITATE": "C", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Victor", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "18.11.1876", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1876-11-18 09:00", "place": {"c2": "72", "c3": "", "cy": "FR", "lg": 0.13, "lat": 48.18, "name": "SILLE LE GUILLAUME"}, "date-ut": "1876-11-18 09:01"}, "occus": ["motor-sports-competitor"], "ids-in-sources": {"cfepp-final3": "151"}}, "raw": {"S": "3", "LT": "09 00", "LV": "M", "TR": "f", "UT": "09 01", "LAT": "+48.18", "SRC": "A", "LONG": "+00.13", "NAME": "HEMERY Victor", "SPORT": "Auto Racing", "LOC_DATE": "1876 11 18", "UNIV_DATE": "1876 11 18", "BIRTH_PLACE": "SILLE LE GUILLAUME", "POSTAL_CODE": "72140"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23430	leclerc-michel-1946-03-18	{"3a_sports": "2422", "cfepp-final3": "152"}	{"cfepp": "CF-152", "ertel": "ES-2422"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Leclerc", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-03-18 04:00", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": -1.72, "lat": 48.99, "name": "MANTES LA JOLIE", "geoid": null}, "notime": null, "date-ut": "1946-03-18 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Michel", "family": "Leclerc"}, "birth": {"date": "1946-03-18", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2422", "ENG": "", "MA_": "1", "G_NR": "250", "MA12": "6", "MARS": "18", "NAME": "Leclerc", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "0,600", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "", "CFEPNR": "152", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "18.03.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1946-03-18 04:00", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": -1.72, "lat": 48.99, "name": "MANTES LA JOLIE"}, "date-ut": "1946-03-18 03:00"}, "occus": ["motor-sports-competitor"], "ids-in-sources": {"cfepp-final3": "152"}}, "raw": {"S": "6", "LT": "04 00", "LV": "FI", "TR": "f", "UT": "03 00", "LAT": "+48.99", "SRC": "L", "LONG": "-01.72", "NAME": "LECLERE Michel", "SPORT": "Auto Racing", "LOC_DATE": "1946 03 18", "UNIV_DATE": "1946 03 18", "BIRTH_PLACE": "MANTES LA JOLIE", "POSTAL_CODE": "78201 CEDEX"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23508	manzon-robert-1917-04-12	{"3a_sports": "2648", "cfepp-final3": "153"}	{"cfepp": "CF-153", "ertel": "ES-2648"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Manzon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1917-04-12 02:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": -5.38, "lat": 43.3, "name": "MARSEILLE", "geoid": null}, "notime": null, "date-ut": "1917-04-12 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Robert", "family": "Manzon"}, "birth": {"date": "1917-04-12", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2648", "ENG": "", "MA_": "1", "G_NR": "135", "MA12": "10", "MARS": "30", "NAME": "Manzon", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-7,900", "CSINR": "", "KURTZ": "", "PHAS_": "79,700", "STUND": "", "CFEPNR": "153", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "12.04.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1917-04-12 02:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": -5.38, "lat": 43.3, "name": "MARSEILLE"}, "date-ut": "1917-04-12 01:00"}, "occus": ["motor-sports-competitor"], "ids-in-sources": {"cfepp-final3": "153"}}, "raw": {"S": "10", "LT": "02 00", "LV": "F", "TR": "f", "UT": "01 00", "LAT": "+43.30", "SRC": "AL", "LONG": "-05.38", "NAME": "MANZON Robert", "SPORT": "Auto Racing", "LOC_DATE": "1917 04 12", "UNIV_DATE": "1917 04 12", "BIRTH_PLACE": "MARSEILLE", "POSTAL_CODE": "13233 CEDEX  01"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23868	salomon-jean-luc-1944-02-27	{"3a_sports": "3658", "cfepp-final3": "156"}	{"cfepp": "CF-156", "ertel": "ES-3658"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Luc", "family": "Salomon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1944-02-27 14:15", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": -2.2, "lat": 48.85, "name": "ST CLOUD", "geoid": null}, "notime": null, "date-ut": "1944-02-27 13:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor", "athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean-Luc", "family": "Salomon"}, "birth": {"date": "1944-02-27", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3658", "ENG": "", "MA_": "1", "G_NR": "396", "MA12": "2", "MARS": "4", "NAME": "Salomon", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "6,700", "CSINR": "", "KURTZ": "", "PHAS_": "12,400", "STUND": "", "CFEPNR": "156", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean-Luc", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "27.02.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1944-02-27 14:15", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": -2.2, "lat": 48.85, "name": "ST CLOUD"}, "date-ut": "1944-02-27 13:15"}, "occus": ["motor-sports-competitor"], "ids-in-sources": {"cfepp-final3": "156"}}, "raw": {"S": "2", "LT": "14 15", "LV": "E", "TR": "f", "UT": "13 15", "LAT": "+48.85", "SRC": "L", "LONG": "-02.20", "NAME": "SALOMON Jean-Luc", "SPORT": "Auto Racing", "LOC_DATE": "1944 02 27", "UNIV_DATE": "1944 02 27", "BIRTH_PLACE": "ST CLOUD", "POSTAL_CODE": "92211 CEDEX"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
97	trintignant-maurice-1917-10-30	{"a1": "97", "3a_sports": "4067", "cfepp-final3": "158"}	{"cfepp": "CF-158", "ertel": "ES-4067", "lerrcp": "A1-97"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Trintignant", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1917-10-30 08:00", "note": null, "place": {"c1": null, "c2": "84", "c3": "", "cy": "FR", "lg": 4.83333, "lat": 43.95, "name": "Stececk Vig", "geoid": 0}, "notime": null, "date-ut": "1917-10-30 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Trintignant"}, "birth": {"tzo": "+00:00", "date": "1917-10-30 08:00", "place": {"c2": "84", "cy": "FR", "lg": 4.83333, "lat": 43.95, "name": "Stececk Vig", "geoid": 0}, "date-ut": "1917-10-30 08:00"}, "occus": ["motor-sports-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-97"}, "ids-in-sources": {"a1": "97"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "84", "COU": "F", "DAY": "30", "LAT": "43N57", "LON": "4E50", "MON": "10", "NUM": "97", "PRO": "C", "SEC": "0", "YEA": "1917", "CITY": "STECECK VIG"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1917-10-30 08:00"}, "partial-ids": {"ertel": "ES-4067"}}, "raw": {"L": "", "MF": "", "NR": "4067", "ENG": "1", "MA_": "2", "G_NR": "97", "MA12": "4", "MARS": "10", "NAME": "Trintignant", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,200", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "8,00", "CFEPNR": "158", "EXTEND": "1", "NATION": "FRA", "TAGMON": "30.10.", "ZITATE": "DC", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Maurice", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "30.10.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AUTO", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1917-10-30 08:00", "place": {"c3": ""}, "date-ut": "1917-10-30 08:00"}, "occus": ["motor-sports-competitor"], "ids-in-sources": {"cfepp-final3": "158"}}, "raw": {"S": "4", "LT": "08 00", "LV": "I", "TR": "f", "UT": "08 00", "LAT": "+44.25", "SRC": "AL", "LONG": "-04.89", "NAME": "TRINTIGNANT Maurice", "SPORT": "Auto Racing", "LOC_DATE": "1917 10 30", "UNIV_DATE": "1917 10 30", "BIRTH_PLACE": "STE CECILE LES VIGNES", "POSTAL_CODE": "84290"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22657	antoine-annick-1945-11-21	{"3a_sports": "113", "cfepp-final3": "159"}	{"cfepp": "CF-159", "ertel": "ES-113"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Annick", "family": "Antoine", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1945-11-21 03:30", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": -2.41, "lat": 48.77, "name": "CHOISY LE ROI", "geoid": null}, "notime": null, "date-ut": "1945-11-21 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rower"]	5	null	[{"new": {"sex": "F", "name": {"given": "Annick", "family": "Antoine"}, "birth": {"date": "1945-11-21", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "113", "ENG": "", "MA_": "0", "G_NR": "15", "MA12": "3", "MARS": "8", "NAME": "Antoine", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-2,600", "CSINR": "", "KURTZ": "", "PHAS_": "97,200", "STUND": "", "CFEPNR": "159", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.11.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Annick", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "21.11.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AVIR", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1945-11-21 03:30", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": -2.41, "lat": 48.77, "name": "CHOISY LE ROI"}, "date-ut": "1945-11-21 02:30"}, "occus": ["rower"], "ids-in-sources": {"cfepp-final3": "159"}}, "raw": {"S": "3", "LT": "03 30", "LV": "E", "TR": "f", "UT": "02 30", "LAT": "+48.77", "SRC": "L", "LONG": "-02.41", "NAME": "ANTHOINE Annick", "SPORT": "Rowing", "LOC_DATE": "1945 11 21", "UNIV_DATE": "1945 11 21", "BIRTH_PLACE": "CHOISY LE ROI", "POSTAL_CODE": "94600"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24131	banos-henri-1913-10-07	{"cfepp-final3": "160"}	{"cfepp": "CF-160"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "BANOS", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1913-10-07 09:30", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": -2.48, "lat": 48.82, "name": "JOINVILLE LE PONT", "geoid": null}, "notime": null, "date-ut": "1913-10-07 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rower"]	5	null	[{"new": {"name": {"given": "Henri", "family": "BANOS"}, "birth": {"date": "1913-10-07 09:30", "place": {"c2": "94", "cy": "FR", "lg": -2.48, "lat": 48.82, "name": "JOINVILLE LE PONT"}, "date-ut": "1913-10-07 09:30"}, "occus": ["rower"], "trust": 5, "ids-in-sources": {"cfepp-final3": "160"}}, "raw": {"S": "5", "LT": "09 30", "LV": "FI", "TR": "f", "UT": "09 30", "LAT": "+48.82", "SRC": "A", "LONG": "-02.48", "NAME": "BANOS Henri", "SPORT": "Rowing", "LOC_DATE": "1913 10 07", "UNIV_DATE": "1913 10 07", "BIRTH_PLACE": "JOINVILLE LE PONT", "POSTAL_CODE": "94340"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22896	camu-renee-1936-03-12	{"3a_sports": "806", "cfepp-final3": "161"}	{"cfepp": "CF-161", "ertel": "ES-806"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renée", "family": "Camu", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1936-03-12 01:15", "note": null, "place": {"c1": null, "c2": "02", "c3": "", "cy": "FR", "lg": -3.29, "lat": 49.85, "name": "ST QUENTIN", "geoid": null}, "notime": null, "date-ut": "1936-03-12 01:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rower"]	5	null	[{"new": {"sex": "F", "name": {"given": "Renée", "family": "Camu"}, "birth": {"date": "1936-03-12", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "806", "ENG": "", "MA_": "1", "G_NR": "84", "MA12": "9", "MARS": "27", "NAME": "Camu", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-5,400", "CSINR": "", "KURTZ": "", "PHAS_": "87,600", "STUND": "", "CFEPNR": "161", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Renée", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "12.03.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "ROWI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1936-03-12 01:15", "place": {"c2": "02", "c3": "", "cy": "FR", "lg": -3.29, "lat": 49.85, "name": "ST QUENTIN"}, "date-ut": "1936-03-12 01:15"}, "occus": ["rower"], "ids-in-sources": {"cfepp-final3": "161"}}, "raw": {"S": "9", "LT": "01 15", "LV": "FI", "TR": "f", "UT": "01 15", "LAT": "+49.85", "SRC": "L", "LONG": "-03.29", "NAME": "CAMU Renee", "SPORT": "Rowing", "LOC_DATE": "1936 03 12", "UNIV_DATE": "1936 03 12", "BIRTH_PLACE": "ST QUENTIN", "POSTAL_CODE": "02108 CEDEX"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23013	crispon-stephane-1937-05-26	{"3a_sports": "1160", "cfepp-final3": "163"}	{"cfepp": "CF-163", "ertel": "ES-1160"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stéphane", "family": "Crispon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1937-05-26 03:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": -1.6, "lat": 50.73, "name": "BOULOGNE SUR MER", "geoid": null}, "notime": null, "date-ut": "1937-05-26 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rower"]	5	null	[{"new": {"sex": "M", "name": {"given": "Stéphane", "family": "Crispon"}, "birth": {"date": "1937-05-26", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1160", "ENG": "", "MA_": "0", "G_NR": "114", "MA12": "6", "MARS": "16", "NAME": "Crispon", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-0,300", "CSINR": "", "KURTZ": "", "PHAS_": "99,600", "STUND": "", "CFEPNR": "163", "EXTEND": "", "NATION": "FRA", "TAGMON": "26.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Stéphane", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "26.05.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "ROWI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1937-05-26 03:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": -1.6, "lat": 50.73, "name": "BOULOGNE SUR MER"}, "date-ut": "1937-05-26 02:00"}, "occus": ["rower"], "ids-in-sources": {"cfepp-final3": "163"}}, "raw": {"S": "5", "LT": "03 00", "LV": "F", "TR": "f", "UT": "02 00", "LAT": "+50.73", "SRC": "L", "LONG": "-01.60", "NAME": "CRISPON Stephane", "SPORT": "Rowing", "LOC_DATE": "1937 05 26", "UNIV_DATE": "1937 05 26", "BIRTH_PLACE": "BOULOGNE SUR MER", "POSTAL_CODE": "62321 CEDEX"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23106	drivet-jean-pierre-1942-04-02	{"3a_sports": "1460", "cfepp-final3": "164"}	{"cfepp": "CF-164", "ertel": "ES-1460"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Pierre", "family": "Drivet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-04-02 07:00", "note": null, "place": {"c1": null, "c2": "73", "c3": "", "cy": "FR", "lg": -5.93, "lat": 45.57, "name": "CHAMBERY", "geoid": null}, "notime": null, "date-ut": "1942-04-02 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rower"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean Pierre", "family": "Drivet"}, "birth": {"date": "1942-04-02", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1460", "ENG": "", "MA_": "1", "G_NR": "144", "MA12": "10", "MARS": "30", "NAME": "Drivet", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "0,000", "CSINR": "", "KURTZ": "", "PHAS_": "99,600", "STUND": "", "CFEPNR": "164", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean Pierre", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "02.04.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "ROWI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1942-04-02 07:00", "place": {"c2": "73", "c3": "", "cy": "FR", "lg": -5.93, "lat": 45.57, "name": "CHAMBERY"}, "date-ut": "1942-04-02 05:00"}, "occus": ["rower"], "ids-in-sources": {"cfepp-final3": "164"}}, "raw": {"S": "10", "LT": "07 00", "LV": "FI", "TR": "f", "UT": "05 00", "LAT": "+45.57", "SRC": "L", "LONG": "-05.93", "NAME": "DRIVET Jean-Pierre", "SPORT": "Rowing", "LOC_DATE": "1942 04 02", "UNIV_DATE": "1942 04 02", "BIRTH_PLACE": "CHAMBERY", "POSTAL_CODE": "73011 CEDEX"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23120	dumontois-robert-1941-08-06	{"3a_sports": "1492", "cfepp-final3": "166"}	{"cfepp": "CF-166", "ertel": "ES-1492"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Dumontois", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-08-06 22:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": -4.83, "lat": 45.75, "name": "LYON", "geoid": null}, "notime": null, "date-ut": "1941-08-06 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rower"]	5	null	[{"new": {"sex": "M", "name": {"given": "Robert", "family": "Dumontois"}, "birth": {"date": "1941-08-06", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1492", "ENG": "", "MA_": "0", "G_NR": "150", "MA12": "12", "MARS": "34", "NAME": "Dumontois", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "4,300", "CSINR": "", "KURTZ": "", "PHAS_": "98,000", "STUND": "", "CFEPNR": "166", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.08.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "06.08.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "ROWI", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1941-08-06 22:00", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": -4.83, "lat": 45.75, "name": "LYON"}, "date-ut": "1941-08-06 20:00"}, "occus": ["rower"], "ids-in-sources": {"cfepp-final3": "166"}}, "raw": {"S": "12", "LT": "22 00", "LV": "I", "TR": "f", "UT": "20 00", "LAT": "+45.75", "SRC": "L", "LONG": "-04.83", "NAME": "DUMONTOIS Robert", "SPORT": "Rowing", "LOC_DATE": "1941 08 06", "UNIV_DATE": "1941 08 06", "BIRTH_PLACE": "LYON", "POSTAL_CODE": "69205 CEDEX  01"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
518	maillet-jacques-1926-09-07	{"a1": "518", "g55": "03-49", "3a_sports": "2607", "cfepp-final3": "169"}	{"g55": "03-49", "cfepp": "CF-169", "ertel": "ES-2607", "lerrcp": "A1-518"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Maillet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1926-09-07 09:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Asnières", "geoid": 0}, "notime": null, "date-ut": "1926-09-07 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rower"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Maillet"}, "birth": {"tzo": "+01:00", "date": "1926-09-07 09:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Asnieres", "geoid": 0}, "date-ut": "1926-09-07 08:00"}, "occus": ["rower"], "trust": 5, "partial_ids": {"lerrcp": "A1-518"}, "ids-in-sources": {"a1": "518"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "92", "COU": "F", "DAY": "7", "LAT": "48N50", "LON": "2E11", "MON": "9", "NUM": "518", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "ASNIERES"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-09-07 09:00"}, "partial-ids": {"ertel": "ES-2607"}}, "raw": {"L": "", "MF": "", "NR": "2607", "ENG": "", "MA_": "0", "G_NR": "518", "MA12": "5", "MARS": "15", "NAME": "Maillet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,300", "CSINR": "", "KURTZ": "", "PHAS_": "0,200", "STUND": "9,00", "CFEPNR": "169", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "07.09.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "ROWI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1926-09-07 09:00", "place": {"c3": ""}, "date-ut": "1926-09-07 08:00"}, "occus": ["rower"], "ids-in-sources": {"cfepp-final3": "169"}}, "raw": {"S": "5", "LT": "09 00", "LV": "I", "TR": "f", "UT": "08 00", "LAT": "+48.91", "SRC": "AG", "LONG": "-02.24", "NAME": "MAILLET Jacques", "SPORT": "Rowing", "LOC_DATE": "1926 09 07", "UNIV_DATE": "1926 09 07", "BIRTH_PLACE": "ASNIERES", "POSTAL_CODE": "92600"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Asnières"}}, "partial-ids": {"g55": "03-49"}, "ids-in-source": {"g55": "03-49"}}, "raw": {"DAY": "7-9-1926", "HOUR": "9 h.", "NAME": "MAILLET Jacques", "PLACE": "Asnières (Seine)."}, "date": "2023-08-20T14:48:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24133	martin-claude-1930-02-06	{"cfepp-final3": "171"}	{"cfepp": "CF-171"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "MARTIN", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1930-02-06 13:20", "note": null, "place": {"c1": null, "c2": "75", "c3": "15", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1930-02-06 13:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rower"]	5	null	[{"new": {"name": {"given": "Claude", "family": "MARTIN"}, "birth": {"date": "1930-02-06 13:20", "place": {"c2": "75", "c3": "15", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1930-02-06 13:20"}, "occus": ["rower"], "trust": 5, "ids-in-sources": {"cfepp-final3": "171"}}, "raw": {"S": "5", "LT": "13 20", "LV": "I", "TR": "f", "UT": "13 20", "LAT": "+48.86", "SRC": "AL", "LONG": "-02.34", "NAME": "MARTIN Claude", "SPORT": "Rowing", "LOC_DATE": "1930 02 06", "UNIV_DATE": "1930 02 06", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75015"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23573	meynardier-bernard-1938-04-19	{"3a_sports": "2843", "cfepp-final3": "172"}	{"cfepp": "CF-172", "ertel": "ES-2843"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Meynardier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1938-04-19 09:30", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": 0.33, "lat": 44.95, "name": "ST GERMAIN DE LA RIVIERE", "geoid": null}, "notime": null, "date-ut": "1938-04-19 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rower"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bernard", "family": "Meynardier"}, "birth": {"date": "1938-04-19", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2843", "ENG": "1", "MA_": "2", "G_NR": "299", "MA12": "1", "MARS": "3", "NAME": "Meynardier", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-6,500", "CSINR": "", "KURTZ": "", "PHAS_": "83,400", "STUND": "", "CFEPNR": "172", "EXTEND": "1", "NATION": "FRA", "TAGMON": "19.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Bernard", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "19.04.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "ROWI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1938-04-19 09:30", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": 0.33, "lat": 44.95, "name": "ST GERMAIN DE LA RIVIERE"}, "date-ut": "1938-04-19 08:30"}, "occus": ["rower"], "ids-in-sources": {"cfepp-final3": "172"}}, "raw": {"S": "1", "LT": "09 30", "LV": "I", "TR": "f", "UT": "08 30", "LAT": "+44.95", "SRC": "L", "LONG": "+00.33", "NAME": "MEYNADIER Bernard", "SPORT": "Rowing", "LOC_DATE": "1938 04 19", "UNIV_DATE": "1938 04 19", "BIRTH_PLACE": "ST GERMAIN DE LA RIVIERE", "POSTAL_CODE": "33240"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23605	morel-georges-rene-1938-07-11	{"3a_sports": "2944", "cfepp-final3": "173"}	{"cfepp": "CF-173", "ertel": "ES-2944"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges René", "family": "Morel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1938-07-11 23:40", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": 1.15, "lat": 44.54, "name": "CAZAUX", "geoid": null}, "notime": null, "date-ut": "1938-07-11 22:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rower"]	5	null	[{"new": {"sex": "M", "name": {"given": "Georges René", "family": "Morel"}, "birth": {"date": "1938-07-11", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2944", "ENG": "", "MA_": "0", "G_NR": "315", "MA12": "8", "MARS": "24", "NAME": "Morel", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "3,700", "CSINR": "", "KURTZ": "", "PHAS_": "97,600", "STUND": "", "CFEPNR": "173", "EXTEND": "", "NATION": "FRA", "TAGMON": "11.07.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Georges René", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "11.07.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "ROWI", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1938-07-11 23:40", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": 1.15, "lat": 44.54, "name": "CAZAUX"}, "date-ut": "1938-07-11 22:40"}, "occus": ["rower"], "ids-in-sources": {"cfepp-final3": "173"}}, "raw": {"S": "8", "LT": "23 40", "LV": "I", "TR": "f", "UT": "22 40", "LAT": "+44.54", "SRC": "L", "LONG": "+01.15", "NAME": "MOREL Georges", "SPORT": "Rowing", "LOC_DATE": "1938 07 11", "UNIV_DATE": "1938 07 11", "BIRTH_PLACE": "CAZAUX", "POSTAL_CODE": "33260"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23615	moroni-joseph-1938-01-10	{"3a_sports": "2961", "cfepp-final3": "175"}	{"cfepp": "CF-175", "ertel": "ES-2961"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Moroni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1938-01-10 10:00", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": -2.51, "lat": 48.87, "name": "NEUILLY PLAISANCE", "geoid": null}, "notime": null, "date-ut": "1938-01-10 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rower"]	5	null	[{"new": {"sex": "M", "name": {"given": "Joseph", "family": "Moroni"}, "birth": {"date": "1938-01-10", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2961", "ENG": "0", "MA_": "2", "G_NR": "318", "MA12": "12", "MARS": "36", "NAME": "Moroni", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "10,800", "CSINR": "", "KURTZ": "", "PHAS_": "54,600", "STUND": "", "CFEPNR": "175", "EXTEND": "1", "NATION": "FRA", "TAGMON": "10.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Joseph", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "10.01.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "ROWI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1938-01-10 10:00", "place": {"c2": "93", "c3": "", "cy": "FR", "lg": -2.51, "lat": 48.87, "name": "NEUILLY PLAISANCE"}, "date-ut": "1938-01-10 10:00"}, "occus": ["rower"], "ids-in-sources": {"cfepp-final3": "175"}}, "raw": {"S": "12", "LT": "10 00", "LV": "I", "TR": "f", "UT": "10 00", "LAT": "+48.87", "SRC": "L", "LONG": "-02.51", "NAME": "MORONI Joseph", "SPORT": "Rowing", "LOC_DATE": "1938 01 10", "UNIV_DATE": "1938 01 10", "BIRTH_PLACE": "NEUILLY PLAISANCE", "POSTAL_CODE": "93360"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24134	ruffier-des-aimes-jean-1902-04-18	{"cfepp-final3": "177"}	{"cfepp": "CF-177"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "RUFFIER DES AIMES", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1902-04-18 09:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "17", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1902-04-18 08:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rower"]	5	null	[{"new": {"name": {"given": "Jean", "family": "RUFFIER DES AIMES"}, "birth": {"date": "1902-04-18 09:00", "place": {"c2": "75", "c3": "17", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1902-04-18 08:51"}, "occus": ["rower"], "trust": 5, "ids-in-sources": {"cfepp-final3": "177"}}, "raw": {"S": "2", "LT": "09 00", "LV": "I", "TR": "f", "UT": "08 51", "LAT": "+48.86", "SRC": "A", "LONG": "-02.34", "NAME": "RUFFIER DES AIMES Jean", "SPORT": "Rowing", "LOC_DATE": "1902 04 18", "UNIV_DATE": "1902 04 18", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75017"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23947	sloth-andre-1944-05-20	{"3a_sports": "3840", "cfepp-final3": "178"}	{"cfepp": "CF-178", "ertel": "ES-3840"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Sloth", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1944-05-20 20:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": -2.21, "lat": 48.82, "name": "SEVRES", "geoid": null}, "notime": null, "date-ut": "1944-05-20 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rower"]	5	null	[{"new": {"sex": "M", "name": {"given": "André", "family": "Sloth"}, "birth": {"date": "1944-05-20", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3840", "ENG": "1", "MA_": "2", "G_NR": "419", "MA12": "4", "MARS": "12", "NAME": "Sloth", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-6,900", "CSINR": "", "KURTZ": "", "PHAS_": "6,700", "STUND": "", "CFEPNR": "178", "EXTEND": "1", "NATION": "FRA", "TAGMON": "20.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "20.05.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "ROWI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1944-05-20 20:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": -2.21, "lat": 48.82, "name": "SEVRES"}, "date-ut": "1944-05-20 18:00"}, "occus": ["rower"], "ids-in-sources": {"cfepp-final3": "178"}}, "raw": {"S": "4", "LT": "20 00", "LV": "I", "TR": "f", "UT": "18 00", "LAT": "+48.82", "SRC": "L", "LONG": "-02.21", "NAME": "SLOTH Andre", "SPORT": "Rowing", "LOC_DATE": "1944 05 20", "UNIV_DATE": "1944 05 20", "BIRTH_PLACE": "SEVRES", "POSTAL_CODE": "92310"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24135	souche-jean-pierre-1927-09-02	{"cfepp-final3": "179"}	{"cfepp": "CF-179"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Pierre", "family": "SOUCHE", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1927-09-02 04:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "14", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1927-09-02 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rower"]	5	null	[{"new": {"name": {"given": "Jean-Pierre", "family": "SOUCHE"}, "birth": {"date": "1927-09-02 04:00", "place": {"c2": "75", "c3": "14", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1927-09-02 03:00"}, "occus": ["rower"], "trust": 5, "ids-in-sources": {"cfepp-final3": "179"}}, "raw": {"S": "11", "LT": "04 00", "LV": "I", "TR": "f", "UT": "03 00", "LAT": "+48.86", "SRC": "A", "LONG": "-02.34", "NAME": "SOUCHE Jean-Pierre", "SPORT": "Rowing", "LOC_DATE": "1927 09 02", "UNIV_DATE": "1927 09 02", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75014"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24043	vallanchon-gilbert-1941-10-02	{"3a_sports": "4110", "cfepp-final3": "180"}	{"cfepp": "CF-180", "ertel": "ES-4110"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilbert", "family": "Vallanchon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-10-02 00:45", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": -1.09, "lat": 49.44, "name": "ROUEN", "geoid": null}, "notime": null, "date-ut": "1941-10-01 22:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rower"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gilbert", "family": "Vallanchon"}, "birth": {"date": "1941-10-02", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4110", "ENG": "", "MA_": "0", "G_NR": "440", "MA12": "3", "MARS": "7", "NAME": "Vallanchon", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "7,300", "CSINR": "", "KURTZ": "", "PHAS_": "89,100", "STUND": "", "CFEPNR": "180", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gilbert", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "02.10.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "ROWI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1941-10-02 00:45", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": -1.09, "lat": 49.44, "name": "ROUEN"}, "date-ut": "1941-10-01 22:45"}, "occus": ["rower"], "ids-in-sources": {"cfepp-final3": "180"}}, "raw": {"S": "3", "LT": "00 45", "LV": "FI", "TR": "f", "UT": "22 45", "LAT": "+49.44", "SRC": "L", "LONG": "-01.09", "NAME": "VALLANCHON Gilbert", "SPORT": "Rowing", "LOC_DATE": "1941 10 02", "UNIV_DATE": "1941 10 01", "BIRTH_PLACE": "ROUEN", "POSTAL_CODE": "76037 CEDEX"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24136	beugnot-jean-paul-1931-06-25	{"cfepp-final3": "185"}	{"cfepp": "CF-185"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Paul", "family": "BEUGNOT", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1931-06-25 04:20", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": -7.73, "lat": 48.61, "name": "SCHILTIGHEIM", "geoid": null}, "notime": null, "date-ut": "1931-06-25 03:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Jean-Paul", "family": "BEUGNOT"}, "birth": {"date": "1931-06-25 04:20", "place": {"c2": "67", "cy": "FR", "lg": -7.73, "lat": 48.61, "name": "SCHILTIGHEIM"}, "date-ut": "1931-06-25 03:20"}, "occus": ["basketball-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "185"}}, "raw": {"S": "9", "LT": "04 20", "LV": "I100", "TR": "f", "UT": "03 20", "LAT": "+48.61", "SRC": "L", "LONG": "-07.73", "NAME": "BEUGNOT Jean-Paul", "SPORT": "Basketball", "LOC_DATE": "1931 06 25", "UNIV_DATE": "1931 06 25", "BIRTH_PLACE": "SCHILTIGHEIM", "POSTAL_CODE": "67300"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22807	bonnevie-michel-1921-11-19	{"3a_sports": "556", "cfepp-final3": "187"}	{"cfepp": "CF-187", "ertel": "ES-556"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Bonnevie", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-11-19 13:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": -2.19, "lat": 48.81, "name": "CHAVILLE", "geoid": null}, "notime": null, "date-ut": "1921-11-19 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Michel", "family": "Bonnevie"}, "birth": {"date": "1921-11-19", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "556", "ENG": "", "MA_": "0", "G_NR": "30", "MA12": "6", "MARS": "17", "NAME": "Bonnevie", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-6,900", "CSINR": "", "KURTZ": "", "PHAS_": "85,900", "STUND": "", "CFEPNR": "187", "EXTEND": "", "NATION": "FRA", "TAGMON": "19.11.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "19.11.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1921-11-19 13:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": -2.19, "lat": 48.81, "name": "CHAVILLE"}, "date-ut": "1921-11-19 13:00"}, "occus": ["basketball-player"], "ids-in-sources": {"cfepp-final3": "187"}}, "raw": {"S": "6", "LT": "13 00", "LV": "I12", "TR": "f", "UT": "13 00", "LAT": "+48.81", "SRC": "A", "LONG": "-02.19", "NAME": "BONNEVIE Michel", "SPORT": "Basketball", "LOC_DATE": "1921 11 19", "UNIV_DATE": "1921 11 19", "BIRTH_PLACE": "CHAVILLE", "POSTAL_CODE": "92370"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
530	busnel-robert-1914-09-14	{"a1": "530", "3a_sports": "746", "cfepp-final3": "189"}	{"cfepp": "CF-189", "ertel": "ES-746", "lerrcp": "A1-530"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Busnel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1914-09-14 03:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1914-09-14 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Busnel"}, "birth": {"tzo": "+00:00", "date": "1914-09-14 03:00", "place": {"c2": "83", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1914-09-14 03:00"}, "occus": ["basketball-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-530"}, "ids-in-sources": {"a1": "530"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "83", "COU": "F", "DAY": "14", "LAT": "43N32", "LON": "6E28", "MON": "9", "NUM": "530", "PRO": "C", "SEC": "0", "YEA": "1914", "CITY": "TOULON"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1914-09-14 03:00"}, "partial-ids": {"ertel": "ES-746"}}, "raw": {"L": "", "MF": "", "NR": "746", "ENG": "", "MA_": "1", "G_NR": "530", "MA12": "10", "MARS": "30", "NAME": "Busnel", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,900", "CSINR": "", "KURTZ": "", "PHAS_": "37,700", "STUND": "3,00", "CFEPNR": "189", "EXTEND": "", "NATION": "FRA", "TAGMON": "14.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "14.09.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1914-09-14 03:00", "place": {"c3": ""}, "date-ut": "1914-09-14 03:00"}, "occus": ["basketball-player"], "ids-in-sources": {"cfepp-final3": "189"}}, "raw": {"S": "10", "LT": "03 00", "LV": "I28", "TR": "f", "UT": "03 00", "LAT": "+43.12", "SRC": "AL", "LONG": "-05.94", "NAME": "BUSNEL Robert", "SPORT": "Basketball", "LOC_DATE": "1914 09 14", "UNIV_DATE": "1914 09 14", "BIRTH_PLACE": "TOULON", "POSTAL_CODE": "83056 CEDEX"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1700	gounot-jean-1894-04-09	{"a1": "1701", "g55": "03-305", "3a_sports": "1911", "cfepp-final3": "594"}	{"g55": "03-305", "cfepp": "CF-594", "ertel": "ES-1911", "lerrcp": "A1-1701"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Gounot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1894-04-09 17:30", "note": null, "place": {"c1": null, "c2": "58", "c3": "", "cy": "FR", "lg": 3.159, "lat": 46.98956, "name": "Nevers", "geoid": 2990474}, "notime": null, "date-ut": "1894-04-09 17:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["gymnast"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Gounot"}, "birth": {"tzo": "+00:09:21", "date": "1894-05-09 17:30", "place": {"c2": "58", "cy": "FR", "lg": 3.159, "lat": 46.98956, "name": "Nevers", "geoid": 2990474}, "date-ut": "1894-05-09 17:20:40"}, "occus": ["gymnast"], "trust": 5, "partial_ids": {"lerrcp": "A1-1701"}, "ids-in-sources": {"a1": "1701"}}, "raw": {"H": "17", "MN": "20", "TZ": "0", "COD": "58", "COU": "F", "DAY": "9", "LAT": "46N59", "LON": "3E 9", "MON": "5", "NUM": "1701", "PRO": "C", "SEC": "40", "YEA": "1894", "CITY": "NEVERS"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1894-05-09 17:30"}, "partial-ids": {"ertel": "ES-1911"}}, "raw": {"L": "", "MF": "", "NR": "1911", "ENG": "", "MA_": "1", "G_NR": "1701", "MA12": "9", "MARS": "26", "NAME": "Gounot", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,600", "CSINR": "", "KURTZ": "", "PHAS_": "15,600", "STUND": "17,50", "CFEPNR": "594", "EXTEND": "", "NATION": "FRA", "TAGMON": "09.05.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "09.05.1894", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "GYMN", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "gounot-jean-1894-04-09", "birth": {"date": "1894-04-09 17:30", "place": {"c3": ""}, "date-ut": "1894-04-09 17:21"}, "occus": ["gymnast"], "ids-in-sources": {"cfepp-final3": "594"}}, "raw": {"S": "9", "LT": "17 30", "LV": "I", "TR": "f", "UT": "17 21", "LAT": "+46.99", "SRC": "AG", "LONG": "-03.16", "NAME": "GOUNOT Jean", "SPORT": "Gymnastics", "LOC_DATE": "1894 04 09", "UNIV_DATE": "1894 04 09", "BIRTH_PLACE": "NEVERS", "POSTAL_CODE": "58020 CEDEX"}, "date": "2023-08-20T14:46:07+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-305"}, "ids-in-source": {"g55": "03-305"}}, "raw": {"DAY": "9-5-1894", "HOUR": "17 h. 30", "NAME": "\\fGOUNOT Jean", "PLACE": "Nevers (Nièvre)."}, "date": "2023-08-20T14:48:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
534	degros-jean-1939-11-18	{"a1": "534", "3a_sports": "1309", "cfepp-final3": "193"}	{"cfepp": "CF-193", "cpara": "CP-148", "ertel": "ES-1309", "lerrcp": "A1-534"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Degros", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1939-11-18 12:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.21277, "lat": 50.3785, "name": "Pecquencourt", "geoid": 2988236}, "notime": null, "date-ut": "1939-11-18 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Degros"}, "birth": {"tzo": "+01:00", "date": "1939-11-18 12:30", "place": {"c2": "59", "cy": "FR", "lg": 3.21277, "lat": 50.3785, "name": "Pecquencourt", "geoid": 2988236}, "date-ut": "1939-11-18 11:30"}, "occus": ["basketball-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-534"}, "ids-in-sources": {"a1": "534"}}, "raw": {"H": "11", "MN": "30", "TZ": "0", "COD": "59", "COU": "F", "DAY": "18", "LAT": "50N39", "LON": "3E 5", "MON": "11", "NUM": "534", "PRO": "C", "SEC": "0", "YEA": "1939", "CITY": "PECQUENCOURT"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1939-11-18 12:30"}, "partial-ids": {"ertel": "ES-1309"}}, "raw": {"L": "", "MF": "", "NR": "1309", "ENG": "", "MA_": "0", "G_NR": "534", "MA12": "12", "MARS": "34", "NAME": "Degros", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,200", "CSINR": "", "KURTZ": "", "PHAS_": "40,900", "STUND": "12,50", "CFEPNR": "193", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.11.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "148", "VORNAME": "Jean", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "18.11.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:07+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1939-11-18 12:30", "place": {"c3": ""}, "date-ut": "1939-11-18 11:30"}, "occus": ["basketball-player"], "ids-in-sources": {"cfepp-final3": "193"}}, "raw": {"S": "12", "LT": "12 30", "LV": "I148", "TR": "f", "UT": "11 30", "LAT": "+50.38", "SRC": "L", "LONG": "-03.21", "NAME": "DEGROS Jean", "SPORT": "Basketball", "LOC_DATE": "1939 11 18", "UNIV_DATE": "1939 11 18", "BIRTH_PLACE": "PECQUENCOURT", "POSTAL_CODE": "59146"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
532	chocat-rene-1920-11-28	{"a1": "532", "g55": "03-56", "3a_sports": "1004", "cfepp-final3": "191"}	{"g55": "03-56", "cfepp": "CF-191", "cpara": "CP-116", "ertel": "ES-1004", "lerrcp": "A1-532"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Chocat", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1920-11-28 08:00", "note": null, "place": {"c1": null, "c2": "18", "c3": "", "cy": "FR", "lg": 2.77124, "lat": 47.49924, "name": "Santranges", "geoid": 2976094}, "notime": null, "date-ut": "1920-11-28 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "René", "family": "Chocat"}, "birth": {"tzo": "+00:00", "date": "1920-11-28 08:00", "place": {"c2": "18", "cy": "FR", "lg": 2.77124, "lat": 47.49924, "name": "Santranges", "geoid": 2976094}, "date-ut": "1920-11-28 08:00"}, "occus": ["basketball-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-532"}, "ids-in-sources": {"a1": "532"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "18", "COU": "F", "DAY": "28", "LAT": "47N 5", "LON": "2E23", "MON": "11", "NUM": "532", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "SANTRANGES"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-11-28 08:00"}, "partial-ids": {"ertel": "ES-1004"}}, "raw": {"L": "", "MF": "", "NR": "1004", "ENG": "", "MA_": "0", "G_NR": "532", "MA12": "11", "MARS": "33", "NAME": "Chocat", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,200", "CSINR": "", "KURTZ": "p", "PHAS_": "94,500", "STUND": "8,00", "CFEPNR": "191", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.11.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "116", "VORNAME": "René", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "28.11.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1920-11-28 08:00", "place": {"c3": ""}, "date-ut": "1920-11-28 08:00"}, "occus": ["basketball-player"], "ids-in-sources": {"cfepp-final3": "191"}}, "raw": {"S": "11", "LT": "08 00", "LV": "I69", "TR": "f", "UT": "08 00", "LAT": "+47.50", "SRC": "ALG", "LONG": "-02.77", "NAME": "CHOCAT Rene", "SPORT": "Basketball", "LOC_DATE": "1920 11 28", "UNIV_DATE": "1920 11 28", "BIRTH_PLACE": "SANTRANGES", "POSTAL_CODE": "18240"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-56"}, "ids-in-source": {"g55": "03-56"}}, "raw": {"DAY": "28-11-1920", "HOUR": "8 h.", "NAME": "CHOCAT René", "PLACE": "Sautranges (Cher)."}, "date": "2023-08-20T14:48:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24137	desaymonet-maurice-1921-06-24	{"cfepp-final3": "195"}	{"cfepp": "CF-195"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "DESAYMONET", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1921-06-24 08:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "14", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1921-06-24 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "DESAYMONET"}, "birth": {"date": "1921-06-24 08:00", "place": {"c2": "75", "c3": "14", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1921-06-24 07:00"}, "occus": ["basketball-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "195"}}, "raw": {"S": "2", "LT": "08 00", "LV": "I28", "TR": "f", "UT": "07 00", "LAT": "+48.86", "SRC": "AL", "LONG": "-02.34", "NAME": "DESAYMONET Maurice", "SPORT": "Basketball", "LOC_DATE": "1921 06 24", "UNIV_DATE": "1921 06 24", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75014"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23100	dorigo-maxime-1936-09-27	{"3a_sports": "1445", "cfepp-final3": "198"}	{"cfepp": "CF-198", "ertel": "ES-1445"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maxime", "family": "Dorigo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1936-09-27 23:35", "note": null, "place": {"c1": null, "c2": "75", "c3": "1", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1936-09-27 22:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Maxime", "family": "Dorigo"}, "birth": {"date": "1936-09-27", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1445", "ENG": "", "MA_": "1", "G_NR": "12", "MA12": "10", "MARS": "29", "NAME": "Dorigo", "PUBL": "U", "QUEL": "G_79F", "AUFAB": "9,300", "CSINR": "", "KURTZ": "", "PHAS_": "80,200", "STUND": "", "CFEPNR": "198", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Maxime", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "27.09.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1936-09-27 23:35", "place": {"c2": "75", "c3": "1", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1936-09-27 22:35"}, "occus": ["basketball-player"], "ids-in-sources": {"cfepp-final3": "198"}}, "raw": {"S": "10", "LT": "23 35", "LV": "I100", "TR": "f", "UT": "22 35", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "DORIGO Maxime", "SPORT": "Basketball", "LOC_DATE": "1936 09 27", "UNIV_DATE": "1936 09 27", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75001"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24138	fabrikant-wladimir-1917-04-10	{"cfepp-final3": "201"}	{"cfepp": "CF-201"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Wladimir", "family": "FABRIKANT", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1917-04-10 17:16", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": -7.26, "lat": 43.7, "name": "NICE", "geoid": null}, "notime": null, "date-ut": "1917-04-10 16:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Wladimir", "family": "FABRIKANT"}, "birth": {"date": "1917-04-10 17:16", "place": {"c2": "06", "cy": "FR", "lg": -7.26, "lat": 43.7, "name": "NICE"}, "date-ut": "1917-04-10 16:16"}, "occus": ["basketball-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "201"}}, "raw": {"S": "6", "LT": "17 16", "LV": "I17", "TR": "f", "UT": "16 16", "LAT": "+43.70", "SRC": "AL", "LONG": "-07.26", "NAME": "FABRIKANT Wladimir", "SPORT": "Basketball", "LOC_DATE": "1917 04 10", "UNIV_DATE": "1917 04 10", "BIRTH_PLACE": "NICE", "POSTAL_CODE": "06074 CEDEX"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1710	alleene-pierre-1909-07-20	{"a1": "1711", "3a_sports": "63", "cfepp-final3": "604"}	{"cfepp": "CF-604", "ertel": "ES-63", "lerrcp": "A1-1711"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Alleene", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1909-07-20 19:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1909-07-20 19:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["weightlifter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Alleene"}, "birth": {"tzo": "+00:09:21", "date": "1909-07-19 19:30", "place": {"c2": "59", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1909-07-19 19:20:40"}, "occus": ["weightlifter"], "trust": 5, "partial_ids": {"lerrcp": "A1-1711"}, "ids-in-sources": {"a1": "1711"}}, "raw": {"H": "19", "MN": "20", "TZ": "0", "COD": "59", "COU": "F", "DAY": "19", "LAT": "50N39", "LON": "3E 5", "MON": "7", "NUM": "1711", "PRO": "C", "SEC": "40", "YEA": "1909", "CITY": "ROUBAIX"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1909-07-19 19:30"}, "partial-ids": {"ertel": "ES-63"}}, "raw": {"L": "", "MF": "", "NR": "63", "ENG": "", "MA_": "0", "G_NR": "1711", "MA12": "11", "MARS": "33", "NAME": "Alleene", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,200", "CSINR": "", "KURTZ": "", "PHAS_": "2,600", "STUND": "19,50", "CFEPNR": "604", "EXTEND": "", "NATION": "FRA", "TAGMON": "19.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.07.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "WEIG", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "alleene-pierre-1909-07-20", "birth": {"date": "1909-07-20 19:30", "place": {"c3": ""}, "date-ut": "1909-07-20 19:21"}, "occus": ["weightlifter"], "ids-in-sources": {"cfepp-final3": "604"}}, "raw": {"S": "11", "LT": "19 30", "LV": "E", "TR": "f", "UT": "19 21", "LAT": "+50.70", "SRC": "A", "LONG": "-03.18", "NAME": "ALLEENE Pierre", "SPORT": "Weightlifting", "LOC_DATE": "1909 07 20", "UNIV_DATE": "1909 07 20", "BIRTH_PLACE": "ROUBAIX", "POSTAL_CODE": "59066 CEDEX  1"}, "date": "2023-08-20T14:46:07+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
539	faucherre-jacques-1920-06-18	{"a1": "539", "g55": "03-61", "3a_sports": "1589", "cfepp-final3": "202"}	{"g55": "03-61", "cfepp": "CF-202", "ertel": "ES-1589", "lerrcp": "A1-539"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Faucherre", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1920-06-18 04:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1920-06-18 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Faucherre"}, "birth": {"tzo": "+01:00", "date": "1920-06-18 04:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1920-06-18 03:00"}, "occus": ["basketball-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-539"}, "ids-in-sources": {"a1": "539"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "34", "COU": "F", "DAY": "18", "LAT": "43N37", "LON": "3E53", "MON": "6", "NUM": "539", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-06-18 04:00"}, "partial-ids": {"ertel": "ES-1589"}}, "raw": {"L": "", "MF": "", "NR": "1589", "ENG": "", "MA_": "1", "G_NR": "539", "MA12": "7", "MARS": "21", "NAME": "Faucherre", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,900", "CSINR": "", "KURTZ": "", "PHAS_": "3,300", "STUND": "4,00", "CFEPNR": "202", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "18.06.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1920-06-18 04:00", "place": {"c3": ""}, "date-ut": "1920-06-18 03:00"}, "occus": ["basketball-player"], "ids-in-sources": {"cfepp-final3": "202"}}, "raw": {"S": "7", "LT": "04 00", "LV": "I12", "TR": "f", "UT": "03 00", "LAT": "+43.61", "SRC": "AG", "LONG": "-03.88", "NAME": "FAUCHERE Jacques", "SPORT": "Basketball", "LOC_DATE": "1920 06 18", "UNIV_DATE": "1920 06 18", "BIRTH_PLACE": "MONTPELLIER", "POSTAL_CODE": "34064 CEDEX"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-61"}, "ids-in-source": {"g55": "03-61"}}, "raw": {"DAY": "18-6-1920", "HOUR": "4 h.", "NAME": "FAUCHERE Jacques", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:48:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24139	favory-jacques-1926-05-15	{"cfepp-final3": "203"}	{"cfepp": "CF-203"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "FAVORY", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1926-05-15 17:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "16", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1926-05-15 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "FAVORY"}, "birth": {"date": "1926-05-15 17:00", "place": {"c2": "75", "c3": "16", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1926-05-15 16:00"}, "occus": ["basketball-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "203"}}, "raw": {"S": "8", "LT": "17 00", "LV": "I", "TR": "f", "UT": "16 00", "LAT": "+48.86", "SRC": "A", "LONG": "-02.34", "NAME": "FAVORY Jacques", "SPORT": "Basketball", "LOC_DATE": "1926 05 15", "UNIV_DATE": "1926 05 15", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75016"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15966	gilles-alain-1945-05-05	{"d6": "178", "3a_sports": "1863", "cfepp-final3": "205"}	{"cfepp": "CF-205", "ertel": "ES-1863", "lerrcp": "D6-178"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Gilles", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1945-05-05 23:20", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": -4.07, "lat": 46.04, "name": "ROANNE", "geoid": null}, "notime": null, "date-ut": "1945-05-05 21:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Alain", "family": "Gilles"}, "birth": {"date": "1945-05-05 23:20", "place": {"cy": "FR", "lg": 4.08333, "lat": 46.03333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "178"}}, "raw": {"H": "23", "MN": "20", "DAY": "5", "LAT": "46N02", "LON": "04E05", "MON": "5", "NUM": "178", "SEC": "0", "YEA": "1945", "NAME": "Gilles Alain"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["basketball-player"], "partial-ids": {"ertel": "ES-1863"}}, "raw": {"L": "", "MF": "", "NR": "1863", "ENG": "", "MA_": "1", "G_NR": "178", "MA12": "10", "MARS": "28", "NAME": "Gilles", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-10,50", "CSINR": "", "KURTZ": "", "PHAS_": "52,900", "STUND": "", "CFEPNR": "205", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Alain", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "05.05.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1945-05-05 23:20", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": -4.07, "lat": 46.04, "name": "ROANNE"}, "date-ut": "1945-05-05 21:20"}, "occus": ["basketball-player"], "ids-in-sources": {"cfepp-final3": "205"}}, "raw": {"S": "10", "LT": "23 20", "LV": "I147", "TR": "f", "UT": "21 20", "LAT": "+46.04", "SRC": "L", "LONG": "-04.07", "NAME": "GILLES Alain", "SPORT": "Basketball", "LOC_DATE": "1945 05 05", "UNIV_DATE": "1945 05 05", "BIRTH_PLACE": "ROANNE", "POSTAL_CODE": "42328 CEDEX"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
543	grange-henri-1934-09-14	{"a1": "543", "3a_sports": "1931", "cfepp-final3": "206"}	{"cfepp": "CF-206", "ertel": "ES-1931", "lerrcp": "A1-543"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Grange", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1934-09-14 08:00", "note": null, "place": {"c1": null, "c2": "26", "c3": "", "cy": "FR", "lg": 5.18294, "lat": 44.69544, "name": "Saillans", "geoid": 2981983}, "notime": null, "date-ut": "1934-09-14 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Grange"}, "birth": {"tzo": "+01:00", "date": "1934-09-14 08:00", "place": {"c2": "26", "cy": "FR", "lg": 5.18294, "lat": 44.69544, "name": "Saillans", "geoid": 2981983}, "date-ut": "1934-09-14 07:00"}, "occus": ["basketball-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-543"}, "ids-in-sources": {"a1": "543"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "26", "COU": "F", "DAY": "14", "LAT": "44N56", "LON": "4E54", "MON": "9", "NUM": "543", "PRO": "C", "SEC": "0", "YEA": "1934", "CITY": "SAILLANS"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1934-09-14 08:00"}, "partial-ids": {"ertel": "ES-1931"}}, "raw": {"L": "", "MF": "", "NR": "1931", "ENG": "", "MA_": "0", "G_NR": "543", "MA12": "3", "MARS": "7", "NAME": "Grange", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,400", "CSINR": "", "KURTZ": "", "PHAS_": "24,000", "STUND": "8,00", "CFEPNR": "206", "EXTEND": "", "NATION": "FRA", "TAGMON": "14.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "14.09.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1934-09-14 08:00", "place": {"c3": ""}, "date-ut": "1934-09-14 07:00"}, "occus": ["basketball-player"], "ids-in-sources": {"cfepp-final3": "206"}}, "raw": {"S": "3", "LT": "08 00", "LV": "I100", "TR": "f", "UT": "07 00", "LAT": "+44.70", "SRC": "L", "LONG": "-05.20", "NAME": "GRANGE Henri", "SPORT": "Basketball", "LOC_DATE": "1934 09 14", "UNIV_DATE": "1934 09 14", "BIRTH_PLACE": "SAILLANS", "POSTAL_CODE": "26340"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24140	lacourte-pierre-1927-09-13	{"cfepp-final3": "208"}	{"cfepp": "CF-208"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "LACOURTE", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1927-09-13 14:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "16", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1927-09-13 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "LACOURTE"}, "birth": {"date": "1927-09-13 14:30", "place": {"c2": "75", "c3": "16", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1927-09-13 13:30"}, "occus": ["basketball-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "208"}}, "raw": {"S": "4", "LT": "14 30", "LV": "I", "TR": "f", "UT": "13 30", "LAT": "+48.86", "SRC": "A", "LONG": "-02.34", "NAME": "LACOURTE Pierre", "SPORT": "Basketball", "LOC_DATE": "1927 09 13", "UNIV_DATE": "1927 09 13", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75016"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24141	lesmayoux-henri-1913-12-19	{"cfepp-final3": "209"}	{"cfepp": "CF-209"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "LESMAYOUX", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1913-12-19 09:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "1", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1913-12-19 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Henri", "family": "LESMAYOUX"}, "birth": {"date": "1913-12-19 09:00", "place": {"c2": "75", "c3": "1", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1913-12-19 09:00"}, "occus": ["basketball-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "209"}}, "raw": {"S": "6", "LT": "09 00", "LV": "I36", "TR": "f", "UT": "09 00", "LAT": "+48.86", "SRC": "AL", "LONG": "-02.34", "NAME": "LESMAYOUX Henri", "SPORT": "Basketball", "LOC_DATE": "1913 12 19", "UNIV_DATE": "1913 12 19", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75001"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
545	hell-henri-1911-04-26	{"a1": "545", "g55": "03-66", "3a_sports": "2093", "cfepp-final3": "207"}	{"g55": "03-66", "cfepp": "CF-207", "ertel": "ES-2093", "lerrcp": "A1-545"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Hell", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1911-04-26 17:30", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -1.55684, "lat": 43.48055, "name": "Biarritz", "geoid": 3032797}, "notime": null, "date-ut": "1911-04-26 17:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Hell"}, "birth": {"tzo": "+00:00", "date": "1911-04-26 16:00", "place": {"c2": "64", "cy": "FR", "lg": -1.55684, "lat": 43.48055, "name": "Biarritz", "geoid": 3032797}, "date-ut": "1911-04-26 16:00"}, "occus": ["basketball-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-545"}, "ids-in-sources": {"a1": "545"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "26", "LAT": "43N18", "LON": "0W22", "MON": "4", "NUM": "545", "PRO": "C", "SEC": "0", "YEA": "1911", "CITY": "BIARRITZ"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1911-04-26 16:00"}, "partial-ids": {"ertel": "ES-2093"}}, "raw": {"L": "", "MF": "", "NR": "2093", "ENG": "", "MA_": "0", "G_NR": "545", "MA12": "8", "MARS": "22", "NAME": "Hell", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,000", "CSINR": "", "KURTZ": "", "PHAS_": "11,400", "STUND": "16,00", "CFEPNR": "207", "EXTEND": "", "NATION": "FRA", "TAGMON": "26.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "26.04.1911", "GQBECORR": "c", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "hell-henri-1911-04-26", "birth": {"date": "1911-04-26 17:30", "place": {"c3": ""}, "date-ut": "1911-04-26 17:30"}, "occus": ["basketball-player"], "ids-in-sources": {"cfepp-final3": "207"}}, "raw": {"S": "8", "LT": "17 30", "LV": "I26", "TR": "f", "UT": "17 30", "LAT": "+43.48", "SRC": "AG", "LONG": "+01.56", "NAME": "HELL Henri", "SPORT": "Basketball", "LOC_DATE": "1911 04 26", "UNIV_DATE": "1911 04 26", "BIRTH_PLACE": "BIARRITZ", "POSTAL_CODE": "64200"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-66"}, "ids-in-source": {"g55": "03-66"}}, "raw": {"DAY": "26-4-1911", "HOUR": "16 h.", "NAME": "HELL Henri", "PLACE": "Biarritz (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
23553	mayeur-bernard-1938-02-23	{"3a_sports": "2768", "cfepp-final3": "210"}	{"cfepp": "CF-210", "ertel": "ES-2768"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Mayeur", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1938-02-23 22:45", "note": null, "place": {"c1": null, "c2": "75", "c3": "14", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1938-02-23 22:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bernard", "family": "Mayeur"}, "birth": {"date": "1938-02-23", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2768", "ENG": "", "MA_": "1", "G_NR": "17", "MA12": "7", "MARS": "21", "NAME": "Mayeur", "PUBL": "U", "QUEL": "G_79F", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "42,400", "STUND": "", "CFEPNR": "210", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bernard", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "23.02.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1938-02-23 22:45", "place": {"c2": "75", "c3": "14", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1938-02-23 22:45"}, "occus": ["basketball-player"], "ids-in-sources": {"cfepp-final3": "210"}}, "raw": {"S": "7", "LT": "22 45", "LV": "I100", "TR": "f", "UT": "22 45", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "MAYEUR Bernard", "SPORT": "Basketball", "LOC_DATE": "1938 02 23", "UNIV_DATE": "1938 02 23", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75014"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24142	perniceni-jean-1930-04-05	{"cfepp-final3": "214"}	{"cfepp": "CF-214"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "PERNICENI", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1930-04-05 08:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "20", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1930-04-05 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "PERNICENI"}, "birth": {"date": "1930-04-05 08:00", "place": {"c2": "75", "c3": "20", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1930-04-05 08:00"}, "occus": ["basketball-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "214"}}, "raw": {"S": "2", "LT": "08 00", "LV": "I93", "TR": "f", "UT": "08 00", "LAT": "+48.86", "SRC": "AL", "LONG": "-02.34", "NAME": "PERNICENI Jean", "SPORT": "Basketball", "LOC_DATE": "1930 04 05", "UNIV_DATE": "1930 04 05", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75020"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23897	savelli-eliane-1929-10-17	{"3a_sports": "3700", "cfepp-final3": "219"}	{"cfepp": "CF-219", "ertel": "ES-3700"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eliane", "family": "Savelli", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1929-10-17 03:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": -5.38, "lat": 43.3, "name": "MARSEILLE", "geoid": null}, "notime": null, "date-ut": "1929-10-17 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"sex": "F", "name": {"given": "Eliane", "family": "Savelli"}, "birth": {"date": "1929-10-17", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "3700", "ENG": "", "MA_": "1", "G_NR": "184", "MA12": "10", "MARS": "29", "NAME": "Savelli", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "4,500", "CSINR": "", "KURTZ": "", "PHAS_": "97,300", "STUND": "", "CFEPNR": "219", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Eliane", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.10.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BASK", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1929-10-17 03:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": -5.38, "lat": 43.3, "name": "MARSEILLE"}, "date-ut": "1929-10-17 03:00"}, "occus": ["basketball-player"], "ids-in-sources": {"cfepp-final3": "219"}}, "raw": {"S": "11", "LT": "03 00", "LV": "I", "TR": "f", "UT": "03 00", "LAT": "+43.30", "SRC": "A", "LONG": "-05.38", "NAME": "SAVELLI Elyane", "SPORT": "Basketball", "LOC_DATE": "1929 10 17", "UNIV_DATE": "1929 10 17", "BIRTH_PLACE": "MARSEILLE", "POSTAL_CODE": "13233 CEDEX  01"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1711	baril-marcel-1905-11-13	{"a1": "1712", "g55": "03-355", "3a_sports": "246", "cfepp-final3": "605"}	{"g55": "03-355", "cfepp": "CF-605", "ertel": "ES-246", "lerrcp": "A1-1712"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Baril", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1905-11-13 13:00", "note": null, "place": {"c1": null, "c2": "53", "c3": "", "cy": "FR", "lg": -0.77019, "lat": 48.07247, "name": "Laval", "geoid": 3005866}, "notime": null, "date-ut": "1905-11-13 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["weightlifter"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Baril"}, "birth": {"tzo": "+00:09:21", "date": "1905-11-13 13:00", "place": {"c2": "53", "cy": "FR", "lg": -0.77019, "lat": 48.07247, "name": "Laval", "geoid": 3005866}, "date-ut": "1905-11-13 12:50:40"}, "occus": ["weightlifter"], "trust": 5, "partial_ids": {"lerrcp": "A1-1712"}, "ids-in-sources": {"a1": "1712"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "53", "COU": "F", "DAY": "13", "LAT": "48N 4", "LON": "0W45", "MON": "11", "NUM": "1712", "PRO": "C", "SEC": "40", "YEA": "1905", "CITY": "LAVAL"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1905-11-13 13:00"}, "partial-ids": {"ertel": "ES-246"}}, "raw": {"L": "", "MF": "", "NR": "246", "ENG": "1", "MA_": "2", "G_NR": "1712", "MA12": "1", "MARS": "2", "NAME": "Baril", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,500", "CSINR": "", "KURTZ": "", "PHAS_": "99,300", "STUND": "13,00", "CFEPNR": "605", "EXTEND": "1", "NATION": "FRA", "TAGMON": "13.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "13.11.1905", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "WEIG", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1905-11-13 13:00", "place": {"c3": ""}, "date-ut": "1905-11-13 12:51"}, "occus": ["weightlifter"], "ids-in-sources": {"cfepp-final3": "605"}}, "raw": {"S": "1", "LT": "13 00", "LV": "M", "TR": "f", "UT": "12 51", "LAT": "+48.07", "SRC": "AG", "LONG": "+00.77", "NAME": "BARIL Marcel", "SPORT": "Weightlifting", "LOC_DATE": "1905 11 13", "UNIV_DATE": "1905 11 13", "BIRTH_PLACE": "LAVAL", "POSTAL_CODE": "53017 CEDEX"}, "date": "2023-08-20T14:46:07+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-355"}, "ids-in-source": {"g55": "03-355"}}, "raw": {"DAY": "13-11-1905", "HOUR": "13 h.", "NAME": "BARIL Marcel A.", "PLACE": "Laval (Mayenne)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
546	merle-genevieve-1927-02-21	{"a1": "546", "g55": "03-438", "3a_sports": "2820", "cfepp-final3": "211"}	{"g55": "03-438", "cfepp": "CF-211", "ertel": "ES-2820", "lerrcp": "A1-546"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Genevieve", "family": "Merle", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:00", "date": "1927-02-21 04:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.88333, "lat": 43.61667, "name": "Saint-Georges-d’Orgues", "geoid": 0}, "notime": null, "date-ut": "1927-02-21 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Genevieve", "family": "Merle"}, "birth": {"tzo": "+00:00", "date": "1927-02-21 04:00", "place": {"c2": "34", "cy": "FR", "lg": 3.88333, "lat": 43.61667, "name": "Saint-Georges D'Or", "geoid": 0}, "date-ut": "1927-02-21 04:00"}, "occus": ["basketball-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-546"}, "ids-in-sources": {"a1": "546"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "34", "COU": "F", "DAY": "21", "LAT": "43N37", "LON": "3E53", "MON": "2", "NUM": "546", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "ST-GEORGES D'OR"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "F", "birth": {"date": "1927-02-21 04:00"}, "partial-ids": {"ertel": "ES-2820"}}, "raw": {"L": "", "MF": "F", "NR": "2820", "ENG": "", "MA_": "0", "G_NR": "546", "MA12": "8", "MARS": "24", "NAME": "Merle", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,300", "CSINR": "", "KURTZ": "", "PHAS_": "83,900", "STUND": "4,00", "CFEPNR": "211", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Genevieve", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.02.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1927-02-21 04:00", "place": {"c3": ""}, "date-ut": "1927-02-21 04:00"}, "occus": ["basketball-player"], "ids-in-sources": {"cfepp-final3": "211"}}, "raw": {"S": "8", "LT": "04 00", "LV": "I10", "TR": "f", "UT": "04 00", "LAT": "+43.61", "SRC": "AG", "LONG": "-03.78", "NAME": "MERLE Genevieve", "SPORT": "Basketball", "LOC_DATE": "1927 02 21", "UNIV_DATE": "1927 02 21", "BIRTH_PLACE": "ST GEORGES D'ORQUES", "POSTAL_CODE": "34680"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Georges-d’Orgues"}}, "partial-ids": {"g55": "03-438"}, "ids-in-source": {"g55": "03-438"}}, "raw": {"DAY": "21-2-1927", "HOUR": "4 h.", "NAME": "MERLE Geneviéve", "PLACE": "Saint-Georges-d’Orgues (Hérault)."}, "date": "2023-08-20T14:48:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24143	thiolon-pierre-1927-01-17	{"cfepp-final3": "221"}	{"cfepp": "CF-221"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "THIOLON", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1927-01-17 11:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "16", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1927-01-17 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "THIOLON"}, "birth": {"date": "1927-01-17 11:30", "place": {"c2": "75", "c3": "16", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1927-01-17 11:30"}, "occus": ["basketball-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "221"}}, "raw": {"S": "1", "LT": "11 30", "LV": "I24", "TR": "f", "UT": "11 30", "LAT": "+48.86", "SRC": "AL", "LONG": "-02.34", "NAME": "THIOLON Pierre", "SPORT": "Basketball", "LOC_DATE": "1927 01 17", "UNIV_DATE": "1927 01 17", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75016"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23189	formento-dany-1943-04-10	{"3a_sports": "1683", "cfepp-final3": "224"}	{"cfepp": "CF-224", "ertel": "ES-1683"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dany", "family": "Formento", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1943-04-10 11:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "13", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1943-04-10 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["bowler"]	5	null	[{"new": {"sex": "F", "name": {"given": "Dany", "family": "Formento"}, "birth": {"date": "1943-04-10", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "1683", "ENG": "1", "MA_": "2", "G_NR": "176", "MA12": "4", "MARS": "10", "NAME": "Formento", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "8,100", "CSINR": "", "KURTZ": "", "PHAS_": "26,000", "STUND": "", "CFEPNR": "224", "EXTEND": "1", "NATION": "FRA", "TAGMON": "10.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Dany", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "10.04.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOWL", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1943-04-10 11:00", "place": {"c2": "75", "c3": "13", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1943-04-10 09:00"}, "occus": ["bowler"], "ids-in-sources": {"cfepp-final3": "224"}}, "raw": {"S": "4", "LT": "11 00", "LV": "E", "TR": "f", "UT": "09 00", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "FORMENTO Dany", "SPORT": "Bowling", "LOC_DATE": "1943 04 10", "UNIV_DATE": "1943 04 10", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75013"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24144	bentz-emile-1925-07-15	{"cfepp-final3": "228"}	{"cfepp": "CF-228"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "BENTZ", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1925-07-15 17:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": -2.22, "lat": 48.89, "name": "NANTERRE", "geoid": null}, "notime": null, "date-ut": "1925-07-15 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Emile", "family": "BENTZ"}, "birth": {"date": "1925-07-15 17:00", "place": {"c2": "92", "cy": "FR", "lg": -2.22, "lat": 48.89, "name": "NANTERRE"}, "date-ut": "1925-07-15 16:00"}, "occus": ["boxer"], "trust": 5, "ids-in-sources": {"cfepp-final3": "228"}}, "raw": {"S": "5", "LT": "17 00", "LV": "F", "TR": "f", "UT": "16 00", "LAT": "+48.89", "SRC": "A", "LONG": "-02.22", "NAME": "BENTZ Emile", "SPORT": "Boxing", "LOC_DATE": "1925 07 15", "UNIV_DATE": "1925 07 15", "BIRTH_PLACE": "NANTERRE", "POSTAL_CODE": "92014 CEDEX"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
566	annex-hippolyte-1933-07-14	{"a1": "566", "3a_sports": "107", "cfepp-final3": "226"}	{"cfepp": "CF-226", "cpara": "CP-13", "ertel": "ES-107", "lerrcp": "A1-566"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hippolyte", "family": "Annex", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1933-07-14 03:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.42258, "lat": 43.45997, "name": "Pézenas", "geoid": 2987441}, "notime": null, "date-ut": "1933-07-14 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Hippolyte", "family": "Annex"}, "birth": {"tzo": "+01:00", "date": "1933-07-14 03:00", "place": {"c2": "34", "cy": "FR", "lg": 3.42258, "lat": 43.45997, "name": "Pézenas", "geoid": 2987441}, "date-ut": "1933-07-14 02:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-566"}, "ids-in-sources": {"a1": "566"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "34", "COU": "F", "DAY": "14", "LAT": "43N37", "LON": "3E53", "MON": "7", "NUM": "566", "PRO": "C", "SEC": "0", "YEA": "1933", "CITY": "PEZENAS"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1933-07-14 03:00"}, "partial-ids": {"ertel": "ES-107"}}, "raw": {"L": "", "MF": "", "NR": "107", "ENG": "", "MA_": "0", "G_NR": "566", "MA12": "9", "MARS": "25", "NAME": "Annex", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,00", "CSINR": "", "KURTZ": "d", "PHAS_": "55,300", "STUND": "3,00", "CFEPNR": "226", "EXTEND": "", "NATION": "FRA", "TAGMON": "14.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "13", "VORNAME": "Hippolyte", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "14.07.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1933-07-14 03:00", "place": {"c3": ""}, "date-ut": "1933-07-14 02:00"}, "occus": ["boxer"], "ids-in-sources": {"cfepp-final3": "226"}}, "raw": {"S": "8", "LT": "03 00", "LV": "F", "TR": "f", "UT": "02 00", "LAT": "+43.46", "SRC": "L", "LONG": "-03.42", "NAME": "ANNEX Hippolyte", "SPORT": "Boxing", "LOC_DATE": "1933 07 14", "UNIV_DATE": "1933 07 14", "BIRTH_PLACE": "PEZENAS", "POSTAL_CODE": "34120"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
565	angelmann-valentin-1910-03-07	{"a1": "565", "g55": "03-80", "3a_sports": "102", "cfepp-final3": "225"}	{"g55": "03-80", "cfepp": "CF-225", "cpara": "CP-11", "ertel": "ES-102", "lerrcp": "A1-565"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Valentin", "family": "Angelmann", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1910-03-07 19:45", "note": null, "place": {"c1": null, "c2": "68", "c3": "", "cy": "FR", "lg": 7.35584, "lat": 48.08078, "name": "Colmar", "geoid": 3024297}, "notime": null, "date-ut": "1910-03-07 18:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Valentin", "family": "Angelmann"}, "birth": {"place": {"c2": "68", "cy": "FR", "lg": 7.35584, "lat": 48.08078, "name": "Colmar", "geoid": 3024297}, "date-ut": "1910-03-07 18:45"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-565"}, "ids-in-sources": {"a1": "565"}}, "raw": {"H": "19", "MN": "45", "TZ": "-1", "COD": "68", "COU": "F", "DAY": "7", "LAT": "48N 5", "LON": "7E21", "MON": "3", "NUM": "565", "PRO": "C", "SEC": "0", "YEA": "1910", "CITY": "COLMAR"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1910-03-07 19:45"}, "partial-ids": {"ertel": "ES-102"}}, "raw": {"L": "", "MF": "", "NR": "102", "ENG": "", "MA_": "1", "G_NR": "565", "MA12": "5", "MARS": "13", "NAME": "Angelmann", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,300", "CSINR": "", "KURTZ": "", "PHAS_": "24,500", "STUND": "19,75", "CFEPNR": "225", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "11", "VORNAME": "Valentin", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "07.03.1910", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1910-03-07 19:45", "place": {"c3": ""}, "date-ut": "1910-03-07 18:45"}, "occus": ["boxer"], "ids-in-sources": {"cfepp-final3": "225"}}, "raw": {"S": "5", "LT": "19 45", "LV": "M", "TR": "a", "UT": "18 45", "LAT": "+48.08", "SRC": "LG", "LONG": "-07.36", "NAME": "ANGELMANN Valentin", "SPORT": "Boxing", "LOC_DATE": "1910 03 07", "UNIV_DATE": "1910 03 07", "BIRTH_PLACE": "COLMAR", "POSTAL_CODE": "68021 CEDEX"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-80"}, "ids-in-source": {"g55": "03-80"}}, "raw": {"DAY": "7-3-1910", "HOUR": "19 h. 45", "NAME": "ANGELMANN Valentin", "PLACE": "Colmar (Haut-Rhin)."}, "date": "2023-08-20T14:48:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24145	bretonnel-fred-1905-06-11	{"cfepp-final3": "231"}	{"cfepp": "CF-231"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fred", "family": "BRETONNEL", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1905-06-11 07:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1905-06-11 06:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Fred", "family": "BRETONNEL"}, "birth": {"date": "1905-06-11 07:00", "place": {"c2": "75", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1905-06-11 06:51"}, "occus": ["boxer"], "trust": 5, "ids-in-sources": {"cfepp-final3": "231"}}, "raw": {"S": "9", "LT": "07 00", "LV": "E", "TR": "f", "UT": "06 51", "LAT": "+48.86", "SRC": "A", "LONG": "-02.34", "NAME": "BRETONNEL Fred", "SPORT": "Boxing", "LOC_DATE": "1905 06 11", "UNIV_DATE": "1905 06 11", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75000"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22933	caudron-guy-1946-09-30	{"3a_sports": "906", "cfepp-final3": "233"}	{"cfepp": "CF-233", "ertel": "ES-906"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Caudron", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-09-30 19:45", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": -2.83, "lat": 50.43, "name": "LENS", "geoid": null}, "notime": null, "date-ut": "1946-09-30 18:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Guy", "family": "Caudron"}, "birth": {"date": "1946-09-30", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "906", "ENG": "", "MA_": "1", "G_NR": "92", "MA12": "7", "MARS": "19", "NAME": "Caudron", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "7,100", "CSINR": "", "KURTZ": "", "PHAS_": "20,000", "STUND": "", "CFEPNR": "233", "EXTEND": "", "NATION": "FRA", "TAGMON": "30.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Guy", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "30.09.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1946-09-30 19:45", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": -2.83, "lat": 50.43, "name": "LENS"}, "date-ut": "1946-09-30 18:45"}, "occus": ["boxer"], "ids-in-sources": {"cfepp-final3": "233"}}, "raw": {"S": "7", "LT": "19 45", "LV": "I", "TR": "f", "UT": "18 45", "LAT": "+50.43", "SRC": "L", "LONG": "-02.83", "NAME": "CAUDRON Guy", "SPORT": "Boxing", "LOC_DATE": "1946 09 30", "UNIV_DATE": "1946 09 30", "BIRTH_PLACE": "LENS", "POSTAL_CODE": "62307 CEDEX"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16012	josselin-jean-1940-01-06	{"d6": "224", "3a_sports": "2231", "cfepp-final3": "242"}	{"cfepp": "CF-242", "ertel": "ES-2231", "lerrcp": "D6-224"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Josselin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-01-06 18:15", "note": null, "place": {"c1": null, "c2": "25", "c3": "", "cy": "FR", "lg": -6.02, "lat": 47.24, "name": "BESANCON", "geoid": null}, "notime": null, "date-ut": "1940-01-06 18:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Josselin"}, "birth": {"date": "1940-01-06 18:15", "place": {"cy": "FR", "lg": 6.03333, "lat": 47.23333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "224"}}, "raw": {"H": "18", "MN": "15", "DAY": "6", "LAT": "47N14", "LON": "06E02", "MON": "1", "NUM": "224", "SEC": "0", "YEA": "1940", "NAME": "Josselin Jean"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["boxer"], "partial-ids": {"ertel": "ES-2231"}}, "raw": {"L": "", "MF": "", "NR": "2231", "ENG": "1", "MA_": "2", "G_NR": "224", "MA12": "4", "MARS": "12", "NAME": "Josselin", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-8,000", "CSINR": "", "KURTZ": "", "PHAS_": "13,200", "STUND": "", "CFEPNR": "242", "EXTEND": "1", "NATION": "FRA", "TAGMON": "06.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "06.01.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1940-01-06 18:15", "place": {"c2": "25", "c3": "", "cy": "FR", "lg": -6.02, "lat": 47.24, "name": "BESANCON"}, "date-ut": "1940-01-06 18:15"}, "occus": ["boxer"], "ids-in-sources": {"cfepp-final3": "242"}}, "raw": {"S": "4", "LT": "18 15", "LV": "E", "TR": "f", "UT": "18 15", "LAT": "+47.24", "SRC": "L", "LONG": "-06.02", "NAME": "JOSSELIN Jean", "SPORT": "Boxing", "LOC_DATE": "1940 01 06", "UNIV_DATE": "1940 01 06", "BIRTH_PLACE": "BESANCON", "POSTAL_CODE": "25034 CEDEX"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23378	kechichian-jacques-1938-05-08	{"3a_sports": "2248", "cfepp-final3": "243"}	{"cfepp": "CF-243", "ertel": "ES-2248"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Kechichian", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1938-05-08 12:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": -5.38, "lat": 43.3, "name": "MARSEILLE", "geoid": null}, "notime": null, "date-ut": "1938-05-08 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jacques", "family": "Kechichian"}, "birth": {"date": "1938-05-08", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2248", "ENG": "", "MA_": "0", "G_NR": "232", "MA12": "3", "MARS": "7", "NAME": "Kechichian", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "11,000", "CSINR": "", "KURTZ": "", "PHAS_": "62,300", "STUND": "", "CFEPNR": "243", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "08.05.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1938-05-08 12:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": -5.38, "lat": 43.3, "name": "MARSEILLE"}, "date-ut": "1938-05-08 11:00"}, "occus": ["boxer"], "ids-in-sources": {"cfepp-final3": "243"}}, "raw": {"S": "3", "LT": "12 00", "LV": "F", "TR": "f", "UT": "11 00", "LAT": "+43.30", "SRC": "L", "LONG": "-05.38", "NAME": "KECHICHIAN Jacques", "SPORT": "Boxing", "LOC_DATE": "1938 05 08", "UNIV_DATE": "1938 05 08", "BIRTH_PLACE": "MARSEILLE", "POSTAL_CODE": "13233 CEDEX  01"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
601	drille-andre-1930-09-15	{"a1": "601", "3a_sports": "1459", "cfepp-final3": "236"}	{"cfepp": "CF-236", "cpara": "CP-165", "ertel": "ES-1459", "lerrcp": "A1-601"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Drille", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1930-09-15 16:30", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "notime": null, "date-ut": "1930-09-15 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "André", "family": "Drille"}, "birth": {"tzo": "+01:00", "date": "1930-09-15 16:30", "place": {"c2": "64", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "date-ut": "1930-09-15 15:30"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-601"}, "ids-in-sources": {"a1": "601"}}, "raw": {"H": "15", "MN": "30", "TZ": "0", "COD": "64", "COU": "F", "DAY": "15", "LAT": "43N18", "LON": "0W22", "MON": "9", "NUM": "601", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "BAYONNE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-09-15 16:30"}, "partial-ids": {"ertel": "ES-1459"}}, "raw": {"L": "", "MF": "", "NR": "1459", "ENG": "", "MA_": "0", "G_NR": "601", "MA12": "8", "MARS": "24", "NAME": "Drille", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,10", "CSINR": "", "KURTZ": "d", "PHAS_": "59,700", "STUND": "16,50", "CFEPNR": "236", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "165", "VORNAME": "André", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "15.09.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1930-09-15 16:30", "place": {"c3": ""}, "date-ut": "1930-09-15 15:30"}, "occus": ["boxer"], "ids-in-sources": {"cfepp-final3": "236"}}, "raw": {"S": "7", "LT": "16 30", "LV": "I", "TR": "f", "UT": "15 30", "LAT": "+43.49", "SRC": "L", "LONG": "+01.48", "NAME": "DRILLE Andre", "SPORT": "Boxing", "LOC_DATE": "1930 09 15", "UNIV_DATE": "1930 09 15", "BIRTH_PLACE": "BAYONNE", "POSTAL_CODE": "64109 CEDEX"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24146	marty-jacques-1940-07-30	{"cfepp-final3": "248"}	{"cfepp": "CF-248"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "MARTY", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1940-07-30 15:15", "note": null, "place": {"c1": null, "c2": "75", "c3": "20", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1940-07-30 13:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "MARTY"}, "birth": {"date": "1940-07-30 15:15", "place": {"c2": "75", "c3": "20", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1940-07-30 13:15"}, "occus": ["boxer"], "trust": 5, "ids-in-sources": {"cfepp-final3": "248"}}, "raw": {"S": "4", "LT": "15 15", "LV": "F", "TR": "o", "UT": "13 15", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "MARTY Jacques", "SPORT": "Boxing", "LOC_DATE": "1940 07 30", "UNIV_DATE": "1940 07 30", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75020"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24147	mougin-jean-1922-09-06	{"cfepp-final3": "252"}	{"cfepp": "CF-252"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "MOUGIN", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1922-09-06 22:40", "note": null, "place": {"c1": null, "c2": "75", "c3": "15", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1922-09-06 21:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "MOUGIN"}, "birth": {"date": "1922-09-06 22:40", "place": {"c2": "75", "c3": "15", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1922-09-06 21:40"}, "occus": ["boxer"], "trust": 5, "ids-in-sources": {"cfepp-final3": "252"}}, "raw": {"S": "6", "LT": "22 40", "LV": "F", "TR": "f", "UT": "21 40", "LAT": "+48.86", "SRC": "A", "LONG": "-02.34", "NAME": "MOUGIN Jean", "SPORT": "Boxing", "LOC_DATE": "1922 09 06", "UNIV_DATE": "1922 09 06", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75015"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23714	perrot-gustave-1925-09-10	{"3a_sports": "3231", "cfepp-final3": "253"}	{"cfepp": "CF-253", "ertel": "ES-3231"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Perrot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-09-10 05:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": -2.92, "lat": 50.43, "name": "FOUQUIERE LES LENS", "geoid": null}, "notime": null, "date-ut": "1925-09-10 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gustave", "family": "Perrot"}, "birth": {"date": "1925-09-10", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3231", "ENG": "1", "MA_": "2", "G_NR": "163", "MA12": "1", "MARS": "1", "NAME": "Perrot", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-9,800", "CSINR": "", "KURTZ": "", "PHAS_": "50,200", "STUND": "", "CFEPNR": "253", "EXTEND": "1", "NATION": "FRA", "TAGMON": "10.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gustave", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "10.09.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1925-09-10 05:00", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": -2.92, "lat": 50.43, "name": "FOUQUIERE LES LENS"}, "date-ut": "1925-09-10 04:00"}, "occus": ["boxer"], "ids-in-sources": {"cfepp-final3": "253"}}, "raw": {"S": "12", "LT": "05 00", "LV": "I", "TR": "f", "UT": "04 00", "LAT": "+50.43", "SRC": "A", "LONG": "-02.92", "NAME": "PERROT Gustave", "SPORT": "Boxing", "LOC_DATE": "1925 09 10", "UNIV_DATE": "1925 09 10", "BIRTH_PLACE": "FOUQUIERE LES LENS", "POSTAL_CODE": "62740"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
646	mascart-edouard-1902-04-08	{"a1": "646", "g55": "03-98", "3a_sports": "2723", "cfepp-final3": "249"}	{"g55": "03-98", "cfepp": "CF-249", "ertel": "ES-2723", "lerrcp": "A1-646"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Mascart", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1902-04-08 08:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.52506, "lat": 50.35909, "name": "Valenciennes", "geoid": 2971041}, "notime": null, "date-ut": "1902-04-08 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Mascart"}, "birth": {"tzo": "+00:09:21", "date": "1902-04-08 08:00", "place": {"c2": "59", "cy": "FR", "lg": 3.52506, "lat": 50.35909, "name": "Valenciennes", "geoid": 2971041}, "date-ut": "1902-04-08 07:50:40"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-646"}, "ids-in-sources": {"a1": "646"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "59", "COU": "F", "DAY": "8", "LAT": "50N39", "LON": "3E 5", "MON": "4", "NUM": "646", "PRO": "C", "SEC": "40", "YEA": "1902", "CITY": "VALENCIENNES"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1902-04-08 08:00"}, "partial-ids": {"ertel": "ES-2723"}}, "raw": {"L": "", "MF": "", "NR": "2723", "ENG": "", "MA_": "1", "G_NR": "646", "MA12": "2", "MARS": "4", "NAME": "Mascart", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,900", "CSINR": "", "KURTZ": "", "PHAS_": "0,500", "STUND": "8,00", "CFEPNR": "249", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Edouard", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "08.04.1902", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1902-04-08 08:00", "place": {"c3": ""}, "date-ut": "1902-04-08 07:51"}, "occus": ["boxer"], "ids-in-sources": {"cfepp-final3": "249"}}, "raw": {"S": "2", "LT": "08 00", "LV": "E", "TR": "f", "UT": "07 51", "LAT": "+50.36", "SRC": "AG", "LONG": "-03.52", "NAME": "MASCART Edouard", "SPORT": "Boxing", "LOC_DATE": "1902 04 08", "UNIV_DATE": "1902 04 08", "BIRTH_PLACE": "VALENCIENNES", "POSTAL_CODE": "59304 CEDEX"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-98"}, "ids-in-source": {"g55": "03-98"}}, "raw": {"DAY": "8-4-1902", "HOUR": "8 h.", "NAME": "MASCART Edouard", "PLACE": "Valenciennes (Nord)."}, "date": "2023-08-20T14:48:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
666	pladner-emile-1906-09-02	{"a1": "666", "g55": "03-101", "3a_sports": "3317", "cfepp-final3": "254"}	{"g55": "03-101", "cfepp": "CF-254", "cpara": "CP-349", "ertel": "ES-3317", "lerrcp": "A1-666"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Pladner", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1906-09-02 06:00", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "notime": null, "date-ut": "1906-09-02 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Pladner"}, "birth": {"tzo": "+00:09:21", "date": "1906-09-02 06:00", "place": {"c2": "63", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "date-ut": "1906-09-02 05:50:40"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-666"}, "ids-in-sources": {"a1": "666"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "63", "COU": "F", "DAY": "2", "LAT": "45N47", "LON": "3E 5", "MON": "9", "NUM": "666", "PRO": "C", "SEC": "40", "YEA": "1906", "CITY": "CLERMONT-FERRAND"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1906-09-02 06:00"}, "partial-ids": {"ertel": "ES-3317"}}, "raw": {"L": "", "MF": "", "NR": "3317", "ENG": "1", "MA_": "2", "G_NR": "666", "MA12": "1", "MARS": "3", "NAME": "Pladner", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,500", "CSINR": "", "KURTZ": "", "PHAS_": "98,900", "STUND": "6,00", "CFEPNR": "254", "EXTEND": "1", "NATION": "FRA", "TAGMON": "02.09.", "ZITATE": "DR", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "349", "VORNAME": "Emile", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "02.09.1906", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1906-09-02 06:00", "place": {"c3": ""}, "date-ut": "1906-09-02 05:51"}, "occus": ["boxer"], "ids-in-sources": {"cfepp-final3": "254"}}, "raw": {"S": "1", "LT": "06 00", "LV": "M", "TR": "f", "UT": "05 51", "LAT": "+45.78", "SRC": "ALG", "LONG": "-03.09", "NAME": "PLADNER Emile", "SPORT": "Boxing", "LOC_DATE": "1906 09 02", "UNIV_DATE": "1906 09 02", "BIRTH_PLACE": "CLERMONT-FERRAND", "POSTAL_CODE": "63002 CEDEX"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-101"}, "ids-in-source": {"g55": "03-101"}}, "raw": {"DAY": "2-9-1906", "HOUR": "6 h.", "NAME": "PLADNER Emile", "PLACE": "Clermont-Ferrand (Puy-de-Dôme)."}, "date": "2023-08-20T14:48:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24148	sandeyron-maurice-1921-04-21	{"cfepp-final3": "258"}	{"cfepp": "CF-258"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "SANDEYRON", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1921-04-21 01:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "11", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1921-04-21 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "SANDEYRON"}, "birth": {"date": "1921-04-21 01:30", "place": {"c2": "75", "c3": "11", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1921-04-21 00:30"}, "occus": ["boxer"], "trust": 5, "ids-in-sources": {"cfepp-final3": "258"}}, "raw": {"S": "9", "LT": "01 30", "LV": "E", "TR": "f", "UT": "00 30", "LAT": "+48.86", "SRC": "AL", "LONG": "-02.34", "NAME": "SANDEYRON Maurice", "SPORT": "Boxing", "LOC_DATE": "1921 04 21", "UNIV_DATE": "1921 04 21", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75011"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16181	tenet-edouard-1907-07-07	{"d6": "394", "3a_sports": "3986", "cfepp-final3": "261"}	{"cfepp": "CF-261", "ertel": "ES-3986", "lerrcp": "D6-394"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Tenet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1907-07-07 07:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": -4.83, "lat": 45.75, "name": "LYON", "geoid": null}, "notime": null, "date-ut": "1907-07-07 06:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Tenet"}, "birth": {"date": "1907-07-07 07:00", "place": {"cy": "FR", "lg": 4.83333, "lat": 45.76667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "394"}}, "raw": {"H": "7", "MN": "0", "DAY": "7", "LAT": "45N46", "LON": "04E50", "MON": "7", "NUM": "394", "SEC": "0", "YEA": "1907", "NAME": "Tenet Edouard"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["boxer"], "partial-ids": {"ertel": "ES-3986"}}, "raw": {"L": "", "MF": "", "NR": "3986", "ENG": "", "MA_": "0", "G_NR": "394", "MA12": "8", "MARS": "22", "NAME": "Tenet", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-6,900", "CSINR": "", "KURTZ": "", "PHAS_": "11,600", "STUND": "", "CFEPNR": "261", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Edouard", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "07.07.1907", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1907-07-07 07:00", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": -4.83, "lat": 45.75, "name": "LYON"}, "date-ut": "1907-07-07 06:51"}, "occus": ["boxer"], "ids-in-sources": {"cfepp-final3": "261"}}, "raw": {"S": "8", "LT": "07 00", "LV": "M", "TR": "f", "UT": "06 51", "LAT": "+45.75", "SRC": "AL", "LONG": "-04.83", "NAME": "TENET Edouard", "SPORT": "Boxing", "LOC_DATE": "1907 07 07", "UNIV_DATE": "1907 07 07", "BIRTH_PLACE": "LYON", "POSTAL_CODE": "69205 CEDEX  01"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24149	villemain-robert-1924-01-11	{"cfepp-final3": "263"}	{"cfepp": "CF-263"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "VILLEMAIN", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1924-01-11 20:50", "note": null, "place": {"c1": null, "c2": "75", "c3": "10", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1924-01-11 20:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Robert", "family": "VILLEMAIN"}, "birth": {"date": "1924-01-11 20:50", "place": {"c2": "75", "c3": "10", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1924-01-11 20:50"}, "occus": ["boxer"], "trust": 5, "ids-in-sources": {"cfepp-final3": "263"}}, "raw": {"S": "10", "LT": "20 50", "LV": "E", "TR": "f", "UT": "20 50", "LAT": "+48.86", "SRC": "AL", "LONG": "-02.34", "NAME": "VILLEMAIN Robert", "SPORT": "Boxing", "LOC_DATE": "1924 01 11", "UNIV_DATE": "1924 01 11", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75010"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24150	dransart-georges-1924-05-12	{"cfepp-final3": "265"}	{"cfepp": "CF-265"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "DRANSART", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1924-05-12 12:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "14", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1924-05-12 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["canoeist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "DRANSART"}, "birth": {"date": "1924-05-12 12:00", "place": {"c2": "75", "c3": "14", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1924-05-12 11:00"}, "occus": ["canoeist"], "trust": 5, "ids-in-sources": {"cfepp-final3": "265"}}, "raw": {"S": "7", "LT": "12 00", "LV": "M", "TR": "f", "UT": "11 00", "LAT": "+48.86", "SRC": "AL", "LONG": "-02.34", "NAME": "DRANSART Georges", "SPORT": "Canoe-kayak", "LOC_DATE": "1924 05 12", "UNIV_DATE": "1924 05 12", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75014"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23578	millot-jean-francois-1944-11-16	{"3a_sports": "2874", "cfepp-final3": "266"}	{"cfepp": "CF-266", "ertel": "ES-2874"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Francois", "family": "Millot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1944-11-16 20:15", "note": null, "place": {"c1": null, "c2": "58", "c3": "", "cy": "FR", "lg": -3.19, "lat": 47.09, "name": "GUERIGNY", "geoid": null}, "notime": null, "date-ut": "1944-11-16 19:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["canoeist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean Francois", "family": "Millot"}, "birth": {"date": "1944-11-16", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2874", "ENG": "", "MA_": "0", "G_NR": "304", "MA12": "8", "MARS": "22", "NAME": "Millot", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-0,900", "CSINR": "", "KURTZ": "", "PHAS_": "0,100", "STUND": "", "CFEPNR": "266", "EXTEND": "", "NATION": "FRA", "TAGMON": "16.11.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean Francois", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "16.11.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CANO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1944-11-16 20:15", "place": {"c2": "58", "c3": "", "cy": "FR", "lg": -3.19, "lat": 47.09, "name": "GUERIGNY"}, "date-ut": "1944-11-16 19:15"}, "occus": ["canoeist"], "ids-in-sources": {"cfepp-final3": "266"}}, "raw": {"S": "8", "LT": "20 15", "LV": "I", "TR": "f", "UT": "19 15", "LAT": "+47.09", "SRC": "L", "LONG": "-03.19", "NAME": "MILLOT Jean-Francois", "SPORT": "Canoe-kayak", "LOC_DATE": "1944 11 16", "UNIV_DATE": "1944 11 16", "BIRTH_PLACE": "GUERIGNY", "POSTAL_CODE": "58130"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24151	adam-pierre-1924-04-24	{"cfepp-final3": "267"}	{"cfepp": "CF-267"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "ADAM", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1924-04-24 20:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "5", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1924-04-24 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "ADAM"}, "birth": {"date": "1924-04-24 20:00", "place": {"c2": "75", "c3": "5", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1924-04-24 19:00"}, "occus": ["cyclist"], "trust": 5, "ids-in-sources": {"cfepp-final3": "267"}}, "raw": {"S": "10", "LT": "20 00", "LV": "I", "TR": "f", "UT": "19 00", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "ADAM Pierre", "SPORT": "Cycling", "LOC_DATE": "1924 04 24", "UNIV_DATE": "1924 04 24", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75005"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
770	aimar-lucien-1941-04-28	{"a1": "770", "3a_sports": "35", "cfepp-final3": "268"}	{"cfepp": "CF-268", "ertel": "ES-35", "lerrcp": "A1-770"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Aimar", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-04-28 18:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 6.12857, "lat": 43.12038, "name": "Hyères", "geoid": 3012937}, "notime": null, "date-ut": "1941-04-28 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Aimar"}, "birth": {"place": {"c2": "83", "cy": "FR", "lg": 6.12857, "lat": 43.12038, "name": "Hyères", "geoid": 3012937}, "date-ut": "1941-04-28 17:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-770"}, "ids-in-sources": {"a1": "770"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "83", "COU": "F", "DAY": "28", "LAT": "43N32", "LON": "6E28", "MON": "4", "NUM": "770", "PRO": "C", "SEC": "0", "YEA": "1941", "CITY": "HYERES"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1941-04-28 18:00"}, "partial-ids": {"ertel": "ES-35"}}, "raw": {"L": "", "MF": "", "NR": "35", "ENG": "", "MA_": "1", "G_NR": "770", "MA12": "9", "MARS": "26", "NAME": "Aimar", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,700", "CSINR": "", "KURTZ": "", "PHAS_": "2,000", "STUND": "18,00", "CFEPNR": "268", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.04.", "ZITATE": "DSFO", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Lucien", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "28.04.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1941-04-28 18:00", "place": {"c3": ""}, "date-ut": "1941-04-28 17:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "268"}}, "raw": {"S": "9", "LT": "18 00", "LV": "F", "TR": "f", "UT": "17 00", "LAT": "+43.12", "SRC": "L", "LONG": "-06.13", "NAME": "AIMAR Lucien", "SPORT": "Cycling", "LOC_DATE": "1941 04 28", "UNIV_DATE": "1941 04 28", "BIRTH_PLACE": "HYERES", "POSTAL_CODE": "83412 CEDEX"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22673	ausset-charles-1932-09-28	{"3a_sports": "166", "cfepp-final3": "272"}	{"cfepp": "CF-272", "ertel": "ES-166"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Ausset", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-09-28 05:00", "note": null, "place": {"c1": null, "c2": "82", "c3": "", "cy": "FR", "lg": -1.37, "lat": 43.95, "name": "CORBARIEU", "geoid": null}, "notime": null, "date-ut": "1932-09-28 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Charles", "family": "Ausset"}, "birth": {"date": "1932-09-28", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "166", "ENG": "", "MA_": "1", "G_NR": "12", "MA12": "2", "MARS": "5", "NAME": "Ausset", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-6,700", "CSINR": "", "KURTZ": "", "PHAS_": "6,800", "STUND": "", "CFEPNR": "272", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Charles", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.09.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1932-09-28 05:00", "place": {"c2": "82", "c3": "", "cy": "FR", "lg": -1.37, "lat": 43.95, "name": "CORBARIEU"}, "date-ut": "1932-09-28 04:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "272"}}, "raw": {"S": "2", "LT": "05 00", "LV": "F", "TR": "f", "UT": "04 00", "LAT": "+43.95", "SRC": "A", "LONG": "-01.37", "NAME": "AUSSET Charles", "SPORT": "Cycling", "LOC_DATE": "1932 09 28", "UNIV_DATE": "1932 09 28", "BIRTH_PLACE": "CORBARIEU", "POSTAL_CODE": "82370"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
781	beyaert-jose-1925-10-01	{"a1": "781", "g55": "03-114", "3a_sports": "421", "cfepp-final3": "275"}	{"g55": "03-114", "cfepp": "CF-275", "cpara": "CP-47", "ertel": "ES-421", "lerrcp": "A1-781"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "José", "family": "Beyaert", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1925-10-01 23:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.82791, "lat": 50.43302, "name": "Lens", "geoid": 3003093}, "notime": null, "date-ut": "1925-10-01 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "José", "family": "Beyaert"}, "birth": {"tzo": "+01:00", "date": "1925-10-01 23:00", "place": {"c2": "62", "cy": "FR", "lg": 2.82791, "lat": 50.43302, "name": "Lens", "geoid": 3003093}, "date-ut": "1925-10-01 22:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-781"}, "ids-in-sources": {"a1": "781"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "62", "COU": "F", "DAY": "1", "LAT": "50N18", "LON": "2E46", "MON": "10", "NUM": "781", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "LENS"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-10-01 23:00"}, "partial-ids": {"ertel": "ES-421"}}, "raw": {"L": "", "MF": "", "NR": "421", "ENG": "", "MA_": "1", "G_NR": "781", "MA12": "9", "MARS": "26", "NAME": "Beyaert", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,600", "CSINR": "", "KURTZ": "", "PHAS_": "97,900", "STUND": "23,00", "CFEPNR": "275", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.10.", "ZITATE": "DKO", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "47", "VORNAME": "José", "ZITRANG": "4", "GAUQ1955": "+", "GEBDATUM": "01.10.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1925-10-01 23:00", "place": {"c3": ""}, "date-ut": "1925-10-01 22:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "275"}}, "raw": {"S": "9", "LT": "23 00", "LV": "O", "TR": "f", "UT": "22 00", "LAT": "+50.43", "SRC": "ALG", "LONG": "-02.83", "NAME": "BEYAERT Jose", "SPORT": "Cycling", "LOC_DATE": "1925 10 01", "UNIV_DATE": "1925 10 01", "BIRTH_PLACE": "LENS", "POSTAL_CODE": "62307 CEDEX"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-114"}, "ids-in-source": {"g55": "03-114"}}, "raw": {"DAY": "1-10-1925", "HOUR": "23 h.", "NAME": "BEYAERT José", "PLACE": "Lens (Pas-de-Calais)."}, "date": "2023-08-20T14:48:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24152	blusson-serge-1928-05-07	{"cfepp-final3": "277"}	{"cfepp": "CF-277"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Serge", "family": "BLUSSON", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1928-05-07 13:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "12", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1928-05-07 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Serge", "family": "BLUSSON"}, "birth": {"date": "1928-05-07 13:00", "place": {"c2": "75", "c3": "12", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1928-05-07 12:00"}, "occus": ["cyclist"], "trust": 5, "ids-in-sources": {"cfepp-final3": "277"}}, "raw": {"S": "5", "LT": "13 00", "LV": "I", "TR": "f", "UT": "12 00", "LAT": "+48.86", "SRC": "AL", "LONG": "-02.34", "NAME": "BLUSSON Serge", "SPORT": "Cycling", "LOC_DATE": "1928 05 07", "UNIV_DATE": "1928 05 07", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75012"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22801	bonneau-eliane-1927-03-20	{"3a_sports": "548", "cfepp-final3": "279"}	{"cfepp": "CF-279", "ertel": "ES-548"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eliane", "family": "Bonneau", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1927-03-20 01:00", "note": null, "place": {"c1": null, "c2": "45", "c3": "", "cy": "FR", "lg": -3.06, "lat": 48.04, "name": "COURTENAY", "geoid": null}, "notime": null, "date-ut": "1927-03-20 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "F", "name": {"given": "Eliane", "family": "Bonneau"}, "birth": {"date": "1927-03-20", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "548", "ENG": "", "MA_": "1", "G_NR": "49", "MA12": "7", "MARS": "19", "NAME": "Bonneau", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-1,900", "CSINR": "", "KURTZ": "", "PHAS_": "97,600", "STUND": "", "CFEPNR": "279", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.03.", "ZITATE": "DY", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Eliane", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "20.03.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1927-03-20 01:00", "place": {"c2": "45", "c3": "", "cy": "FR", "lg": -3.06, "lat": 48.04, "name": "COURTENAY"}, "date-ut": "1927-03-20 01:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "279"}}, "raw": {"S": "7", "LT": "01 00", "LV": "M", "TR": "f", "UT": "01 00", "LAT": "+48.04", "SRC": "L", "LONG": "-03.06", "NAME": "BONNEAU Elyane", "SPORT": "Cycling", "LOC_DATE": "1927 03 20", "UNIV_DATE": "1927 03 20", "BIRTH_PLACE": "COURTENAY", "POSTAL_CODE": "45320"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15854	botherel-jacques-1946-12-01	{"d6": "65", "3a_sports": "589", "cfepp-final3": "280"}	{"cfepp": "CF-280", "ertel": "ES-589", "lerrcp": "D6-65"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Botherel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-12-01 22:45", "note": null, "place": {"c1": null, "c2": "56", "c3": "", "cy": "FR", "lg": 3.03, "lat": 47.58, "name": "LA TRINITE SUR MER", "geoid": null}, "notime": null, "date-ut": "1946-12-01 21:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Botherel"}, "birth": {"date": "1946-12-01 22:45", "place": {"cy": "FR", "lg": -3.03333, "lat": 47.6}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "65"}}, "raw": {"H": "22", "MN": "45", "DAY": "1", "LAT": "47N36", "LON": "03W02", "MON": "12", "NUM": "65", "SEC": "0", "YEA": "1946", "NAME": "Botherel Jacques"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-589"}}, "raw": {"L": "", "MF": "", "NR": "589", "ENG": "", "MA_": "0", "G_NR": "65", "MA12": "8", "MARS": "24", "NAME": "Botherel", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "41,000", "STUND": "", "CFEPNR": "280", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.12.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jaques", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "01.12.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1946-12-01 22:45", "place": {"c2": "56", "c3": "", "cy": "FR", "lg": 3.03, "lat": 47.58, "name": "LA TRINITE SUR MER"}, "date-ut": "1946-12-01 21:45"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "280"}}, "raw": {"S": "8", "LT": "22 45", "LV": "M", "TR": "f", "UT": "21 45", "LAT": "+47.58", "SRC": "L", "LONG": "+03.03", "NAME": "BOTHEREL Jacques", "SPORT": "Cycling", "LOC_DATE": "1946 12 01", "UNIV_DATE": "1946 12 01", "BIRTH_PLACE": "LA TRINITE SUR MER", "POSTAL_CODE": "56470"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22955	chappe-georges-1944-03-05	{"3a_sports": "961", "cfepp-final3": "286"}	{"cfepp": "CF-286", "ertel": "ES-961"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Chappe", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1944-03-05 09:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": -5.38, "lat": 43.3, "name": "MARSEILLE", "geoid": null}, "notime": null, "date-ut": "1944-03-05 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Georges", "family": "Chappe"}, "birth": {"date": "1944-03-05", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "961", "ENG": "", "MA_": "0", "G_NR": "99", "MA12": "11", "MARS": "32", "NAME": "Chappe", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "8,400", "CSINR": "", "KURTZ": "", "PHAS_": "79,200", "STUND": "", "CFEPNR": "286", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.03.", "ZITATE": "DOY", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "05.03.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1944-03-05 09:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": -5.38, "lat": 43.3, "name": "MARSEILLE"}, "date-ut": "1944-03-05 08:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "286"}}, "raw": {"S": "11", "LT": "09 00", "LV": "I", "TR": "f", "UT": "08 00", "LAT": "+43.30", "SRC": "L", "LONG": "-05.38", "NAME": "CHAPPE Georges", "SPORT": "Cycling", "LOC_DATE": "1944 03 05", "UNIV_DATE": "1944 03 05", "BIRTH_PLACE": "MARSEILLE", "POSTAL_CODE": "13233 CEDEX  01"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
796	christophe-eugene-1885-01-22	{"a1": "796", "3a_sports": "1010", "cfepp-final3": "288"}	{"cfepp": "CF-288", "cpara": "CP-118", "ertel": "ES-1010", "lerrcp": "A1-796"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Christophe", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1885-01-22 01:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "1", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1885-01-22 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Christophe"}, "birth": {"tzo": "+00:09:24", "date": "1885-01-22 01:00", "place": {"c2": "75", "c3": "1", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1885-01-22 00:50:40"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-796"}, "ids-in-sources": {"a1": "796"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "22", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "796", "PRO": "C", "SEC": "40", "YEA": "1885", "CITY": "PARIS 1ER"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1885-01-22 01:00"}, "partial-ids": {"ertel": "ES-1010"}}, "raw": {"L": "", "MF": "", "NR": "1010", "ENG": "", "MA_": "1", "G_NR": "796", "MA12": "10", "MARS": "28", "NAME": "Christophe", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,900", "CSINR": "", "KURTZ": "", "PHAS_": "28,700", "STUND": "1,00", "CFEPNR": "288", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.01.", "ZITATE": "DGFO", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "118", "VORNAME": "Eugene", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "22.01.1885", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1885-01-22 01:00", "place": {"c3": "1"}, "date-ut": "1885-01-22 00:51"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "288"}}, "raw": {"S": "10", "LT": "01 00", "LV": "FI", "TR": "f", "UT": "00 51", "LAT": "+48.86", "SRC": "AL", "LONG": "-02.34", "NAME": "CHRISTOPHE Eugene", "SPORT": "Cycling", "LOC_DATE": "1885 01 22", "UNIV_DATE": "1885 01 22", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75001"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24153	cugnot-jean-1899-08-03	{"cfepp-final3": "291"}	{"cfepp": "CF-291"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "CUGNOT", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1899-08-03 22:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "16", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1899-08-03 21:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "CUGNOT"}, "birth": {"date": "1899-08-03 22:00", "place": {"c2": "75", "c3": "16", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1899-08-03 21:51"}, "occus": ["cyclist"], "trust": 5, "ids-in-sources": {"cfepp-final3": "291"}}, "raw": {"S": "7", "LT": "22 00", "LV": "FI", "TR": "f", "UT": "21 51", "LAT": "+48.86", "SRC": "A", "LONG": "-02.34", "NAME": "CUGNOT Jean", "SPORT": "Cycling", "LOC_DATE": "1899 08 03", "UNIV_DATE": "1899 08 03", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75016"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15913	delattre-marcel-1939-11-17	{"d6": "125", "3a_sports": "1322", "cfepp-final3": "294"}	{"cfepp": "CF-294", "ertel": "ES-1322", "lerrcp": "D6-125"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Delattre", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1939-11-17 16:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": -2.23, "lat": 48.88, "name": "PUTEAUX", "geoid": null}, "notime": null, "date-ut": "1939-11-17 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Delattre"}, "birth": {"date": "1939-11-17 16:00", "place": {"cy": "FR", "lg": 2.25, "lat": 48.88333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "125"}}, "raw": {"H": "16", "MN": "0", "DAY": "17", "LAT": "48N53", "LON": "02E15", "MON": "11", "NUM": "125", "SEC": "0", "YEA": "1939", "NAME": "Delattre Marcel"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["cyclist"], "partial-ids": {"ertel": "ES-1322"}}, "raw": {"L": "", "MF": "", "NR": "1322", "ENG": "", "MA_": "1", "G_NR": "125", "MA12": "2", "MARS": "4", "NAME": "Delattre", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "8,700", "CSINR": "", "KURTZ": "", "PHAS_": "31,700", "STUND": "", "CFEPNR": "294", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.11.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "17.11.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:08+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1939-11-17 16:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": -2.23, "lat": 48.88, "name": "PUTEAUX"}, "date-ut": "1939-11-17 15:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "294"}}, "raw": {"S": "2", "LT": "16 00", "LV": "M", "TR": "f", "UT": "15 00", "LAT": "+48.88", "SRC": "L", "LONG": "-02.23", "NAME": "DELATTRE Marcel", "SPORT": "Cycling", "LOC_DATE": "1939 11 17", "UNIV_DATE": "1939 11 17", "BIRTH_PLACE": "PUTEAUX", "POSTAL_CODE": "92801 CEDEX"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
803	delisle-raymond-1943-03-11	{"a1": "803", "3a_sports": "1335", "cfepp-final3": "295"}	{"cfepp": "CF-295", "ertel": "ES-1335", "lerrcp": "A1-803"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Delisle", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1943-03-11 07:00", "note": null, "place": {"c1": null, "c2": "50", "c3": "", "cy": "FR", "lg": -1.47879, "lat": 49.10278, "name": "Ancteville", "geoid": 3037761}, "notime": null, "date-ut": "1943-03-11 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Delisle"}, "birth": {"tzo": "+01:00", "date": "1943-03-11 07:00", "place": {"c2": "50", "cy": "FR", "lg": -1.47879, "lat": 49.10278, "name": "Ancteville", "geoid": 3037761}, "date-ut": "1943-03-11 06:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-803"}, "ids-in-sources": {"a1": "803"}}, "raw": {"H": "6", "MN": "0", "TZ": "0", "COD": "50", "COU": "F", "DAY": "11", "LAT": "49N 7", "LON": "1W 5", "MON": "3", "NUM": "803", "PRO": "C", "SEC": "0", "YEA": "1943", "CITY": "ANCTEVILLE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1943-03-11 07:00"}, "partial-ids": {"ertel": "ES-1335"}}, "raw": {"L": "", "MF": "", "NR": "1335", "ENG": "1", "MA_": "2", "G_NR": "803", "MA12": "1", "MARS": "3", "NAME": "Delisle", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,300", "CSINR": "", "KURTZ": "", "PHAS_": "23,700", "STUND": "7,00", "CFEPNR": "295", "EXTEND": "1", "NATION": "FRA", "TAGMON": "11.03.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Raymond", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "11.03.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:08+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1943-03-11 07:00", "place": {"c3": ""}, "date-ut": "1943-03-11 06:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "295"}}, "raw": {"S": "1", "LT": "07 00", "LV": "F", "TR": "f", "UT": "06 00", "LAT": "+49.10", "SRC": "L", "LONG": "+01.48", "NAME": "DELISLE Raymond", "SPORT": "Cycling", "LOC_DATE": "1943 03 11", "UNIV_DATE": "1943 03 11", "BIRTH_PLACE": "ANCTEVILLE", "POSTAL_CODE": "50200"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
806	desgrange-henri-1865-01-31	{"a1": "806", "3a_sports": "1372", "cfepp-final3": "296"}	{"cfepp": "CF-296", "ertel": "ES-1372", "lerrcp": "A1-806"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Desgrange", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1865-01-31 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "10", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1865-01-31 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Desgrange"}, "birth": {"tzo": "+00:09:24", "date": "1865-01-31 05:00", "place": {"c2": "75", "c3": "10", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1865-01-31 04:50:40"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-806"}, "ids-in-sources": {"a1": "806"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "31", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "806", "PRO": "C", "SEC": "40", "YEA": "1865", "CITY": "PARIS 10E"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1865-01-31 05:00"}, "partial-ids": {"ertel": "ES-1372"}}, "raw": {"L": "", "MF": "", "NR": "1372", "ENG": "", "MA_": "0", "G_NR": "806", "MA12": "8", "MARS": "22", "NAME": "Desgrange", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,100", "CSINR": "", "KURTZ": "", "PHAS_": "17,900", "STUND": "5,00", "CFEPNR": "296", "EXTEND": "", "NATION": "FRA", "TAGMON": "31.01.", "ZITATE": "DGHEFO", "ZITSUM": "6", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "31.01.1865", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "5"}, "date": "2023-08-20T14:45:09+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1865-01-31 05:00", "place": {"c3": "10"}, "date-ut": "1865-01-31 04:51"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "296"}}, "raw": {"S": "8", "LT": "05 00", "LV": "M", "TR": "f", "UT": "04 51", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "DESGRANGE Henri", "SPORT": "Cycling", "LOC_DATE": "1865 01 31", "UNIV_DATE": "1865 01 31", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75010"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1712	cadine-ernest-1893-07-12	{"a1": "1713", "g55": "03-356", "3a_sports": "773", "cfepp-final3": "606"}	{"g55": "03-356", "cfepp": "CF-606", "cpara": "CP-92", "ertel": "ES-773", "lerrcp": "A1-1713"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Cadine", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1893-07-12 06:00", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": 2.35387, "lat": 48.93564, "name": "Saint-Denis", "geoid": 2980916}, "notime": null, "date-ut": "1893-07-12 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["weightlifter"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Cadine"}, "birth": {"tzo": "+00:09:21", "date": "1893-07-12 06:00", "place": {"c2": "93", "cy": "FR", "lg": 2.35387, "lat": 48.93564, "name": "Saint-Denis", "geoid": 2980916}, "date-ut": "1893-07-12 05:50:40"}, "occus": ["weightlifter"], "trust": 5, "partial_ids": {"lerrcp": "A1-1713"}, "ids-in-sources": {"a1": "1713"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "93", "COU": "F", "DAY": "12", "LAT": "48N55", "LON": "2E30", "MON": "7", "NUM": "1713", "PRO": "C", "SEC": "40", "YEA": "1893", "CITY": "ST-DENIS"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1893-07-12 06:00"}, "partial-ids": {"ertel": "ES-773"}}, "raw": {"L": "", "MF": "", "NR": "773", "ENG": "1", "MA_": "2", "G_NR": "1713", "MA12": "1", "MARS": "1", "NAME": "Cadine", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,800", "CSINR": "", "KURTZ": "", "PHAS_": "3,600", "STUND": "6,00", "CFEPNR": "606", "EXTEND": "1", "NATION": "FRA", "TAGMON": "12.07.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "92", "VORNAME": "Ernest", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "12.07.1893", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "WEIG", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1893-07-12 06:00", "place": {"c3": ""}, "date-ut": "1893-07-12 05:51"}, "occus": ["weightlifter"], "ids-in-sources": {"cfepp-final3": "606"}}, "raw": {"S": "1", "LT": "06 00", "LV": "O", "TR": "f", "UT": "05 51", "LAT": "+48.94", "SRC": "ALG", "LONG": "-02.36", "NAME": "CADINE Ernest", "SPORT": "Weightlifting", "LOC_DATE": "1893 07 12", "UNIV_DATE": "1893 07 12", "BIRTH_PLACE": "ST DENIS", "POSTAL_CODE": "93201"}, "date": "2023-08-20T14:46:08+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-356"}, "ids-in-source": {"g55": "03-356"}}, "raw": {"DAY": "12-7-1893", "HOUR": "6 h.", "NAME": "CADINE Ernest", "PLACE": "Saint-Denis (Seine)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
801	danguillaume-camille-1919-06-04	{"a1": "801", "g55": "03-131", "3a_sports": "1208", "cfepp-final3": "292"}	{"g55": "03-131", "cfepp": "CF-292", "ertel": "ES-1208", "lerrcp": "A1-801"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Danguillaume", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1919-06-04 11:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.09365, "lat": 48.19522, "name": "Châteaulin", "geoid": 3026262}, "notime": null, "date-ut": "1919-06-04 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Danguillaume"}, "birth": {"tzo": "+01:00", "date": "1919-06-04 11:00", "place": {"c2": "29", "cy": "FR", "lg": -4.09365, "lat": 48.19522, "name": "Châteaulin", "geoid": 3026262}, "date-ut": "1919-06-04 10:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-801"}, "ids-in-sources": {"a1": "801"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "29", "COU": "F", "DAY": "4", "LAT": "48N 0", "LON": "4W 6", "MON": "6", "NUM": "801", "PRO": "C", "SEC": "0", "YEA": "1919", "CITY": "CHATEAULIN"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1919-06-04 11:00"}, "partial-ids": {"ertel": "ES-1208"}}, "raw": {"L": "", "MF": "", "NR": "1208", "ENG": "", "MA_": "0", "G_NR": "801", "MA12": "3", "MARS": "7", "NAME": "Danguillaume", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,800", "CSINR": "", "KURTZ": "", "PHAS_": "34,800", "STUND": "11,00", "CFEPNR": "292", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.06.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Camille", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "04.06.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:05+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1919-06-04 11:00", "place": {"c3": ""}, "date-ut": "1919-06-04 10:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "292"}}, "raw": {"S": "3", "LT": "11 00", "LV": "I", "TR": "f", "UT": "10 00", "LAT": "+48.20", "SRC": "ALG", "LONG": "+04.10", "NAME": "DANGUILLAUME Camille", "SPORT": "Cycling", "LOC_DATE": "1919 06 04", "UNIV_DATE": "1919 06 04", "BIRTH_PLACE": "CHATEAULIN", "POSTAL_CODE": "29150"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-131"}, "ids-in-source": {"g55": "03-131"}}, "raw": {"DAY": "4-6-1919", "HOUR": "11 h.", "NAME": "DANGUILLAUME Camille", "PLACE": "Chateaulin (Finistère)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
808	dorgebray-robert-1915-10-16	{"a1": "808", "g55": "03-135", "3a_sports": "1443", "cfepp-final3": "297"}	{"g55": "03-135", "cfepp": "CF-297", "ertel": "ES-1443", "lerrcp": "A1-808"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Dorgebray", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1915-10-16 09:00", "note": null, "place": {"c1": null, "c2": "95", "c3": "", "cy": "FR", "lg": 2.17099, "lat": 49.13202, "name": "Nesles-la-Vallée", "geoid": 2990729}, "notime": null, "date-ut": "1915-10-16 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Dorgebray"}, "birth": {"tzo": "+00:00", "date": "1915-10-16 09:00", "place": {"c2": "95", "cy": "FR", "lg": 2.17099, "lat": 49.13202, "name": "Nesles-la-Vallée", "geoid": 2990729}, "date-ut": "1915-10-16 09:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-808"}, "ids-in-sources": {"a1": "808"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "95", "COU": "F", "DAY": "16", "LAT": "49N 0", "LON": "2E 0", "MON": "10", "NUM": "808", "PRO": "C", "SEC": "0", "YEA": "1915", "CITY": "NESLES-LA-VALLEE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1915-10-16 09:00"}, "partial-ids": {"ertel": "ES-1443"}}, "raw": {"L": "", "MF": "", "NR": "1443", "ENG": "1", "MA_": "2", "G_NR": "808", "MA12": "4", "MARS": "12", "NAME": "Dorgebray", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,300", "CSINR": "", "KURTZ": "", "PHAS_": "54,900", "STUND": "9,00", "CFEPNR": "297", "EXTEND": "1", "NATION": "FRA", "TAGMON": "16.10.", "ZITATE": "DKSO", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "5", "GAUQ1955": "+", "GEBDATUM": "16.10.1915", "GQBECORR": "c", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1915-10-16 09:00", "place": {"c3": ""}, "date-ut": "1915-10-16 09:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "297"}}, "raw": {"S": "4", "LT": "09 00", "LV": "I", "TR": "f", "UT": "09 00", "LAT": "+49.13", "SRC": "LG", "LONG": "-02.17", "NAME": "DORGEBRAY Robert", "SPORT": "Cycling", "LOC_DATE": "1915 10 16", "UNIV_DATE": "1915 10 16", "BIRTH_PLACE": "NESLES LA VALLEE", "POSTAL_CODE": "95690"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-135"}, "ids-in-source": {"g55": "03-135"}}, "raw": {"DAY": "16-10-1915", "HOUR": "9 h.", "NAME": "DORGEBRAY Robert", "PLACE": "Nesles-la-Vallée (Seine-et-Oise)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
811	dupont-jacques-1928-06-19	{"a1": "811", "g55": "03-137", "3a_sports": "1497", "cfepp-final3": "298"}	{"g55": "03-137", "cfepp": "CF-298", "cpara": "CP-176", "ertel": "ES-1497", "lerrcp": "A1-811"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Dupont", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1928-06-19 10:00", "note": null, "place": {"c1": null, "c2": "09", "c3": "", "cy": "FR", "lg": 1.58333, "lat": 42.96667, "name": "Lezat", "geoid": 0}, "notime": null, "date-ut": "1928-06-19 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Dupont"}, "birth": {"tzo": "+01:00", "date": "1928-06-19 10:00", "place": {"c2": "09", "cy": "FR", "lg": 1.58333, "lat": 42.96667, "name": "Lezat", "geoid": 0}, "date-ut": "1928-06-19 09:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-811"}, "ids-in-sources": {"a1": "811"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "09", "COU": "F", "DAY": "19", "LAT": "42N58", "LON": "1E35", "MON": "6", "NUM": "811", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "LEZAT"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-06-19 10:00"}, "partial-ids": {"ertel": "ES-1497"}}, "raw": {"L": "", "MF": "", "NR": "1497", "ENG": "1", "MA_": "2", "G_NR": "811", "MA12": "4", "MARS": "12", "NAME": "Dupont", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,800", "CSINR": "", "KURTZ": "", "PHAS_": "1,900", "STUND": "10,00", "CFEPNR": "298", "EXTEND": "1", "NATION": "FRA", "TAGMON": "19.06.", "ZITATE": "DKSO", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "176", "VORNAME": "Jacques", "ZITRANG": "5", "GAUQ1955": "+", "GEBDATUM": "19.06.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1928-06-19 10:00", "place": {"c3": ""}, "date-ut": "1928-06-19 09:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "298"}}, "raw": {"S": "4", "LT": "10 00", "LV": "O", "TR": "f", "UT": "09 00", "LAT": "+43.28", "SRC": "ALG", "LONG": "-01.35", "NAME": "DUPONT Jacques", "SPORT": "Cycling", "LOC_DATE": "1928 06 19", "UNIV_DATE": "1928 06 19", "BIRTH_PLACE": "LEZAT SUR LEZE", "POSTAL_CODE": "09210"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Lezat"}}, "partial-ids": {"g55": "03-137"}, "ids-in-source": {"g55": "03-137"}}, "raw": {"DAY": "19-6-1928", "HOUR": "10 h.", "NAME": "DUPONT Jacques", "PLACE": "Lezat (Ariège)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
23188	forestier-jean-1930-10-07	{"3a_sports": "1680", "cfepp-final3": "300"}	{"cfepp": "CF-300", "ertel": "ES-1680"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Forestier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-10-07 10:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": -4.83, "lat": 45.75, "name": "LYON", "geoid": null}, "notime": null, "date-ut": "1930-10-07 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean", "family": "Forestier"}, "birth": {"date": "1930-10-07", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1680", "ENG": "", "MA_": "1", "G_NR": "175", "MA12": "5", "MARS": "14", "NAME": "Forestier", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "2,500", "CSINR": "", "KURTZ": "", "PHAS_": "99,400", "STUND": "", "CFEPNR": "300", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.10.", "ZITATE": "DOY", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "07.10.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1930-10-07 10:00", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": -4.83, "lat": 45.75, "name": "LYON"}, "date-ut": "1930-10-07 10:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "300"}}, "raw": {"S": "5", "LT": "10 00", "LV": "I", "TR": "f", "UT": "10 00", "LAT": "+45.75", "SRC": "L", "LONG": "-04.83", "NAME": "FORESTIER Jean", "SPORT": "Cycling", "LOC_DATE": "1930 10 07", "UNIV_DATE": "1930 10 07", "BIRTH_PLACE": "LYON", "POSTAL_CODE": "69205 CEDEX  01"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24154	forlini-dominique-1924-09-14	{"cfepp-final3": "301"}	{"cfepp": "CF-301"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dominique", "family": "FORLINI", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1924-09-14 06:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "12", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1924-09-14 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Dominique", "family": "FORLINI"}, "birth": {"date": "1924-09-14 06:30", "place": {"c2": "75", "c3": "12", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1924-09-14 05:30"}, "occus": ["cyclist"], "trust": 5, "ids-in-sources": {"cfepp-final3": "301"}}, "raw": {"S": "8", "LT": "06 30", "LV": "F", "TR": "f", "UT": "05 30", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "FORLINI Dominique", "SPORT": "Cycling", "LOC_DATE": "1924 09 14", "UNIV_DATE": "1924 09 14", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75012"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24155	foucaux-camille-1906-04-22	{"cfepp-final3": "302"}	{"cfepp": "CF-302"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "FOUCAUX", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1906-04-22 14:15", "note": null, "place": {"c1": null, "c2": "75", "c3": "17", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1906-04-22 14:06"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Camille", "family": "FOUCAUX"}, "birth": {"date": "1906-04-22 14:15", "place": {"c2": "75", "c3": "17", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1906-04-22 14:06"}, "occus": ["cyclist"], "trust": 5, "ids-in-sources": {"cfepp-final3": "302"}}, "raw": {"S": "4", "LT": "14 15", "LV": "F", "TR": "f", "UT": "14 06", "LAT": "+48.86", "SRC": "A", "LONG": "-02.34", "NAME": "FOUCAUX Camille", "SPORT": "Cycling", "LOC_DATE": "1906 04 22", "UNIV_DATE": "1906 04 22", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75017"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23223	ganneau-renee-1936-12-12	{"3a_sports": "1777", "cfepp-final3": "304"}	{"cfepp": "CF-304", "ertel": "ES-1777"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Renée", "family": "Ganneau", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1936-12-12 22:00", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": -2.52, "lat": 48.82, "name": "CHAMPIGNY SUR MARNE", "geoid": null}, "notime": null, "date-ut": "1936-12-12 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "F", "name": {"given": "Renée", "family": "Ganneau"}, "birth": {"date": "1936-12-12", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "1777", "ENG": "", "MA_": "1", "G_NR": "181", "MA12": "11", "MARS": "31", "NAME": "Ganneau", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-4,400", "CSINR": "", "KURTZ": "", "PHAS_": "3,700", "STUND": "", "CFEPNR": "304", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Renée", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "12.12.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1936-12-12 22:00", "place": {"c2": "94", "c3": "", "cy": "FR", "lg": -2.52, "lat": 48.82, "name": "CHAMPIGNY SUR MARNE"}, "date-ut": "1936-12-12 22:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "304"}}, "raw": {"S": "11", "LT": "22 00", "LV": "F", "TR": "f", "UT": "22 00", "LAT": "+48.82", "SRC": "L", "LONG": "-02.52", "NAME": "GANNEAU Renee", "SPORT": "Cycling", "LOC_DATE": "1936 12 12", "UNIV_DATE": "1936 12 12", "BIRTH_PLACE": "CHAMPIGNY SUR MARNE", "POSTAL_CODE": "94500"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24156	grosskost-charly-1944-03-05	{"cfepp-final3": "309"}	{"cfepp": "CF-309"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charly", "family": "GROSSKOST", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1944-03-05 04:50", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": -7.69, "lat": 48.58, "name": "ECKBOLSHEIM", "geoid": null}, "notime": null, "date-ut": "1944-03-05 03:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Charly", "family": "GROSSKOST"}, "birth": {"date": "1944-03-05 04:50", "place": {"c2": "67", "cy": "FR", "lg": -7.69, "lat": 48.58, "name": "ECKBOLSHEIM"}, "date-ut": "1944-03-05 03:50"}, "occus": ["cyclist"], "trust": 5, "ids-in-sources": {"cfepp-final3": "309"}}, "raw": {"S": "8", "LT": "04 50", "LV": "F", "TR": "f", "UT": "03 50", "LAT": "+48.58", "SRC": "L", "LONG": "-07.69", "NAME": "GROSSKOST Charly", "SPORT": "Cycling", "LOC_DATE": "1944 03 05", "UNIV_DATE": "1944 03 05", "BIRTH_PLACE": "ECKBOLSHEIM", "POSTAL_CODE": "67200"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23300	groussard-georges-1937-03-22	{"3a_sports": "1985", "cfepp-final3": "310"}	{"cfepp": "CF-310", "ertel": "ES-1985"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Groussard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1937-03-22 05:00", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": 1.1, "lat": 48.35, "name": "LA CHAPELLE JANSON", "geoid": null}, "notime": null, "date-ut": "1937-03-22 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Georges", "family": "Groussard"}, "birth": {"date": "1937-03-22", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1985", "ENG": "1", "MA_": "2", "G_NR": "203", "MA12": "4", "MARS": "11", "NAME": "Groussard", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "9,600", "CSINR": "", "KURTZ": "", "PHAS_": "76,100", "STUND": "", "CFEPNR": "310", "EXTEND": "1", "NATION": "FRA", "TAGMON": "22.03.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "22.03.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1937-03-22 05:00", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": 1.1, "lat": 48.35, "name": "LA CHAPELLE JANSON"}, "date-ut": "1937-03-22 05:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "310"}}, "raw": {"S": "4", "LT": "05 00", "LV": "F", "TR": "f", "UT": "05 00", "LAT": "+48.35", "SRC": "L", "LONG": "+01.10", "NAME": "GROUSSARD Georges", "SPORT": "Cycling", "LOC_DATE": "1937 03 22", "UNIV_DATE": "1937 03 22", "BIRTH_PLACE": "LA CHAPELLE JANSON", "POSTAL_CODE": "35300"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23301	groussard-joseph-1934-03-02	{"3a_sports": "1986", "cfepp-final3": "311"}	{"cfepp": "CF-311", "ertel": "ES-1986"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Groussard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-03-02 06:00", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": 1.1, "lat": 48.35, "name": "LA CHAPELLE JANSON", "geoid": null}, "notime": null, "date-ut": "1934-03-02 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Joseph", "family": "Groussard"}, "birth": {"date": "1934-03-02", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1986", "ENG": "", "MA_": "1", "G_NR": "204", "MA12": "12", "MARS": "35", "NAME": "Groussard", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-0,200", "CSINR": "", "KURTZ": "", "PHAS_": "99,600", "STUND": "", "CFEPNR": "311", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.03.", "ZITATE": "DOY", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Joseph", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "02.03.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1934-03-02 06:00", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": 1.1, "lat": 48.35, "name": "LA CHAPELLE JANSON"}, "date-ut": "1934-03-02 06:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "311"}}, "raw": {"S": "12", "LT": "06 00", "LV": "I", "TR": "f", "UT": "06 00", "LAT": "+48.35", "SRC": "L", "LONG": "+01.10", "NAME": "GROUSSARD Joseph", "SPORT": "Cycling", "LOC_DATE": "1934 03 02", "UNIV_DATE": "1934 03 02", "BIRTH_PLACE": "LA CHAPELLE JANSON", "POSTAL_CODE": "35300"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23314	guimard-cyrille-1947-01-20	{"3a_sports": "2022", "cfepp-final3": "313"}	{"cfepp": "CF-313", "ertel": "ES-2022"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cyrille", "family": "Guimard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-01-20 05:30", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": 1.62, "lat": 47.18, "name": "BOUGUENAIS", "geoid": null}, "notime": null, "date-ut": "1947-01-20 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Cyrille", "family": "Guimard"}, "birth": {"date": "1947-01-20", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2022", "ENG": "", "MA_": "0", "G_NR": "208", "MA12": "11", "MARS": "33", "NAME": "Guimard", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-4,900", "CSINR": "", "KURTZ": "", "PHAS_": "5,000", "STUND": "", "CFEPNR": "313", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.01.", "ZITATE": "DFY", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Cyrille", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "20.01.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1947-01-20 05:30", "place": {"c2": "44", "c3": "", "cy": "FR", "lg": 1.62, "lat": 47.18, "name": "BOUGUENAIS"}, "date-ut": "1947-01-20 04:30"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "313"}}, "raw": {"S": "11", "LT": "05 30", "LV": "FI", "TR": "f", "UT": "04 30", "LAT": "+47.18", "SRC": "L", "LONG": "+01.62", "NAME": "GUIMARD Cyrille", "SPORT": "Cycling", "LOC_DATE": "1947 01 20", "UNIV_DATE": "1947 01 20", "BIRTH_PLACE": "BOUGUENAIS", "POSTAL_CODE": "44340"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23319	guyot-claude-1947-01-16	{"3a_sports": "2033", "cfepp-final3": "314"}	{"cfepp": "CF-314", "ertel": "ES-2033"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Guyot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-01-16 22:00", "note": null, "place": {"c1": null, "c2": "91", "c3": "", "cy": "FR", "lg": -2.36, "lat": 48.68, "name": "SAVIGNY SUR ORGE", "geoid": null}, "notime": null, "date-ut": "1947-01-16 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Claude", "family": "Guyot"}, "birth": {"date": "1947-01-16", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2033", "ENG": "", "MA_": "0", "G_NR": "212", "MA12": "8", "MARS": "24", "NAME": "Guyot", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,300", "CSINR": "", "KURTZ": "", "PHAS_": "32,200", "STUND": "", "CFEPNR": "314", "EXTEND": "", "NATION": "FRA", "TAGMON": "16.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Claude", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "16.01.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1947-01-16 22:00", "place": {"c2": "91", "c3": "", "cy": "FR", "lg": -2.36, "lat": 48.68, "name": "SAVIGNY SUR ORGE"}, "date-ut": "1947-01-16 21:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "314"}}, "raw": {"S": "8", "LT": "22 00", "LV": "F", "TR": "f", "UT": "21 00", "LAT": "+48.68", "SRC": "L", "LONG": "-02.36", "NAME": "GUYOT Claude", "SPORT": "Cycling", "LOC_DATE": "1947 01 16", "UNIV_DATE": "1947 01 16", "BIRTH_PLACE": "SAVIGNY SUR ORGE", "POSTAL_CODE": "91605 CEDEX"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24157	lapize-octave-1887-10-24	{"cfepp-final3": "324"}	{"cfepp": "CF-324"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Octave", "family": "LAPIZE", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1887-10-24 18:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "14", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1887-10-24 17:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Octave", "family": "LAPIZE"}, "birth": {"date": "1887-10-24 18:00", "place": {"c2": "75", "c3": "14", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1887-10-24 17:51"}, "occus": ["cyclist"], "trust": 5, "ids-in-sources": {"cfepp-final3": "324"}}, "raw": {"S": "8", "LT": "18 00", "LV": "FI", "TR": "f", "UT": "17 51", "LAT": "+48.86", "SRC": "AL", "LONG": "-02.34", "NAME": "LAPIZE Octave", "SPORT": "Cycling", "LOC_DATE": "1887 10 24", "UNIV_DATE": "1887 10 24", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75014"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
835	jourden-jean-1942-07-11	{"a1": "835", "3a_sports": "2233", "cfepp-final3": "319"}	{"cfepp": "CF-319", "cpara": "CP-246", "ertel": "ES-2233", "lerrcp": "A1-835"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Jourden", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-07-11 05:00", "note": null, "place": {"c1": null, "c2": "22", "c3": "", "cy": "FR", "lg": -2.76838, "lat": 48.51513, "name": "Saint-Brieuc", "geoid": 2981280}, "notime": null, "date-ut": "1942-07-11 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Jourden"}, "birth": {"place": {"c2": "22", "cy": "FR", "lg": -2.76838, "lat": 48.51513, "name": "Saint-Brieuc", "geoid": 2981280}, "date-ut": "1942-07-11 03:00:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-835"}, "ids-in-sources": {"a1": "835"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "22", "COU": "F", "DAY": "11", "LAT": "48N31", "LON": "2W45", "MON": "7", "NUM": "835", "PRO": "C", "SEC": "0", "YEA": "1942", "CITY": "SAINT-BRIEUC"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1942-07-11 05:00"}, "partial-ids": {"ertel": "ES-2233"}}, "raw": {"L": "", "MF": "", "NR": "2233", "ENG": "", "MA_": "1", "G_NR": "835", "MA12": "10", "MARS": "29", "NAME": "Jourden", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,200", "CSINR": "", "KURTZ": "", "PHAS_": "5,800", "STUND": "5,00", "CFEPNR": "319", "EXTEND": "", "NATION": "FRA", "TAGMON": "11.07.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "246", "VORNAME": "Jean", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "11.07.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1942-07-11 05:00", "place": {"c3": ""}, "date-ut": "1942-07-11 03:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "319"}}, "raw": {"S": "10", "LT": "05 00", "LV": "M", "TR": "f", "UT": "03 00", "LAT": "+48.51", "SRC": "L", "LONG": "+02.76", "NAME": "JOURDEN Jean", "SPORT": "Cycling", "LOC_DATE": "1942 07 11", "UNIV_DATE": "1942 07 11", "BIRTH_PLACE": "ST BRIEUC", "POSTAL_CODE": "22023 CEDEX"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
841	lazarides-apo-1925-10-16	{"a1": "841", "g55": "03-162", "3a_sports": "2392", "cfepp-final3": "326"}	{"g55": "03-162", "cfepp": "CF-326", "ertel": "ES-2392", "lerrcp": "A1-841"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Apo", "family": "Lazarides", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1925-10-16 03:30", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Marle-les-Mines", "geoid": 0}, "notime": null, "date-ut": "1925-10-16 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Apo", "family": "Lazarides"}, "birth": {"tzo": "+00:00", "date": "1925-10-16 03:30", "place": {"c2": "62", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Marles-les-Mine", "geoid": 0}, "date-ut": "1925-10-16 03:30"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-841"}, "ids-in-sources": {"a1": "841"}}, "raw": {"H": "3", "MN": "30", "TZ": "0", "COD": "62", "COU": "F", "DAY": "16", "LAT": "50N18", "LON": "2E46", "MON": "10", "NUM": "841", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "MARLES-LES-MINE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-10-16 03:30"}, "partial-ids": {"ertel": "ES-2392"}}, "raw": {"L": "", "MF": "", "NR": "2392", "ENG": "", "MA_": "0", "G_NR": "841", "MA12": "12", "MARS": "34", "NAME": "Lazaridis", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,500", "CSINR": "", "KURTZ": "", "PHAS_": "3,500", "STUND": "3,50", "CFEPNR": "326", "EXTEND": "", "NATION": "FRA", "TAGMON": "16.10.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Apo", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "16.10.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1925-10-16 03:30", "place": {"c3": ""}, "date-ut": "1925-10-16 03:30"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "326"}}, "raw": {"S": "12", "LT": "03 30", "LV": "FI", "TR": "f", "UT": "03 30", "LAT": "+50.51", "SRC": "ALG", "LONG": "-02.51", "NAME": "LAZARIDES Apo", "SPORT": "Cycling", "LOC_DATE": "1925 10 16", "UNIV_DATE": "1925 10 16", "BIRTH_PLACE": "MARLES LES MINES", "POSTAL_CODE": "62540"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Marle-les-Mines"}}, "partial-ids": {"g55": "03-162"}, "ids-in-source": {"g55": "03-162"}}, "raw": {"DAY": "16-10-1925", "HOUR": "3 h. 30", "NAME": "LAZARIDES Apo", "PLACE": "Marle-les-Mines (Pas-de-Calais)."}, "date": "2023-08-20T14:48:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24261	beaussenat-maurice-1867-10-01	{"g55": "02-40"}	{"g55": "02-40"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Beaussenat", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1867-10-01 21:30", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Mareuil-sur-Belle", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Beaussenat", "nobility": ""}, "birth": {"date": "1867-10-01 21:30", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Mareuil-sur-Belle"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"g55": "02-40"}}, "raw": {"DAY": "1-10-1867", "HOUR": "21 h. 30", "NAME": "BEAUSSENAT Maurice", "PLACE": "Mareuil-sur-Belle (Nord)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
838	lapebie-guy-1916-11-28	{"a1": "838", "g55": "03-159", "3a_sports": "2359", "cfepp-final3": "322"}	{"g55": "03-159", "cfepp": "CF-322", "cpara": "CP-268", "ertel": "ES-2359", "lerrcp": "A1-838"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Lapebie", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1916-11-28 09:00", "note": null, "place": {"c1": null, "c2": "40", "c3": "", "cy": "FR", "lg": -0.5, "lat": 43.9, "name": "Saint-Geours-en-Marenne", "geoid": 0}, "notime": null, "date-ut": "1916-11-28 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Lapebie"}, "birth": {"tzo": "+00:00", "date": "1916-11-28 09:00", "place": {"c2": "40", "cy": "FR", "lg": -0.5, "lat": 43.9, "name": "Saint-Geours-en-Ma", "geoid": 0}, "date-ut": "1916-11-28 09:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-838"}, "ids-in-sources": {"a1": "838"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "40", "COU": "F", "DAY": "28", "LAT": "43N54", "LON": "0W30", "MON": "11", "NUM": "838", "PRO": "C", "SEC": "0", "YEA": "1916", "CITY": "ST-GEOURS-EN-MA"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1916-11-28 09:00"}, "partial-ids": {"ertel": "ES-2359"}}, "raw": {"L": "", "MF": "", "NR": "2359", "ENG": "0", "MA_": "2", "G_NR": "838", "MA12": "12", "MARS": "36", "NAME": "Lapébie", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,700", "CSINR": "", "KURTZ": "", "PHAS_": "9,400", "STUND": "9,00", "CFEPNR": "322", "EXTEND": "1", "NATION": "FRA", "TAGMON": "28.11.", "ZITATE": "DGKSO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "268", "VORNAME": "Guy", "ZITRANG": "6", "GAUQ1955": "+", "GEBDATUM": "28.11.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1916-11-28 09:00", "place": {"c3": ""}, "date-ut": "1916-11-28 09:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "322"}}, "raw": {"S": "12", "LT": "09 00", "LV": "O", "TR": "f", "UT": "09 00", "LAT": "+43.69", "SRC": "ALG", "LONG": "+01.23", "NAME": "LAPEBIE Guy", "SPORT": "Cycling", "LOC_DATE": "1916 11 28", "UNIV_DATE": "1916 11 28", "BIRTH_PLACE": "ST GEOURS DE MAREMNE", "POSTAL_CODE": "40230"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Geours-en-Marenne"}}, "partial-ids": {"g55": "03-159"}, "ids-in-source": {"g55": "03-159"}}, "raw": {"DAY": "28-11-1916", "HOUR": "9 h.", "NAME": "LAPEBIE Guy", "PLACE": "Saint-Geours-en-Marenne (Landes)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24158	le-greves-rene-1910-06-06	{"cfepp-final3": "328"}	{"cfepp": "CF-328"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rene", "family": "LE GREVES", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1910-06-06 06:45", "note": null, "place": {"c1": null, "c2": "75", "c3": "14", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1910-06-06 06:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Rene", "family": "LE GREVES"}, "birth": {"date": "1910-06-06 06:45", "place": {"c2": "75", "c3": "14", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1910-06-06 06:36"}, "occus": ["cyclist"], "trust": 5, "ids-in-sources": {"cfepp-final3": "328"}}, "raw": {"S": "1", "LT": "06 45", "LV": "FI", "TR": "f", "UT": "06 36", "LAT": "+48.86", "SRC": "AL", "LONG": "-02.34", "NAME": "LE GREVES Rene", "SPORT": "Cycling", "LOC_DATE": "1910 06 06", "UNIV_DATE": "1910 06 06", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75014"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23424	le-nizerhy-roger-1916-12-03	{"3a_sports": "2397", "cfepp-final3": "329"}	{"cfepp": "CF-329", "ertel": "ES-2397"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Le Nizerhy", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1916-12-03 20:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "10", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1916-12-03 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Roger", "family": "Le Nizerhy"}, "birth": {"date": "1916-12-03", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2397", "ENG": "", "MA_": "0", "G_NR": "122", "MA12": "8", "MARS": "22", "NAME": "Le Nizerhy", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "11,100", "CSINR": "", "KURTZ": "", "PHAS_": "60,300", "STUND": "", "CFEPNR": "329", "EXTEND": "", "NATION": "FRA", "TAGMON": "03.12.", "ZITATE": "DKS", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "03.12.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1916-12-03 20:30", "place": {"c2": "75", "c3": "10", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1916-12-03 20:30"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "329"}}, "raw": {"S": "8", "LT": "20 30", "LV": "I", "TR": "f", "UT": "20 30", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "LE NIZERHY Roger", "SPORT": "Cycling", "LOC_DATE": "1916 12 03", "UNIV_DATE": "1916 12 03", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75010"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23428	lebaube-jean-claude-1937-07-22	{"3a_sports": "2411", "cfepp-final3": "331"}	{"cfepp": "CF-331", "ertel": "ES-2411"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Claude", "family": "Lebaube", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1937-07-22 10:00", "note": null, "place": {"c1": null, "c2": "27", "c3": "", "cy": "FR", "lg": -1.32, "lat": 49.4, "name": "RENNEVILLE", "geoid": null}, "notime": null, "date-ut": "1937-07-22 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean-Claude", "family": "Lebaube"}, "birth": {"date": "1937-07-22", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2411", "ENG": "", "MA_": "1", "G_NR": "248", "MA12": "10", "MARS": "30", "NAME": "Lebaube", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "3,700", "CSINR": "", "KURTZ": "", "PHAS_": "97,600", "STUND": "", "CFEPNR": "331", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.07.", "ZITATE": "DOY", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean-Claude", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "22.07.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1937-07-22 10:00", "place": {"c2": "27", "c3": "", "cy": "FR", "lg": -1.32, "lat": 49.4, "name": "RENNEVILLE"}, "date-ut": "1937-07-22 09:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "331"}}, "raw": {"S": "10", "LT": "10 00", "LV": "F", "TR": "f", "UT": "09 00", "LAT": "+49.40", "SRC": "L", "LONG": "-01.32", "NAME": "LEBAUBE Jean-Claude", "SPORT": "Cycling", "LOC_DATE": "1937 07 22", "UNIV_DATE": "1937 07 22", "BIRTH_PLACE": "RENNEVILLE", "POSTAL_CODE": "27910"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
848	letort-desire-1943-01-29	{"a1": "848", "3a_sports": "2475", "cfepp-final3": "334"}	{"cfepp": "CF-334", "ertel": "ES-2475", "lerrcp": "A1-848"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Désiré", "family": "Letort", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1943-01-29 23:00", "note": null, "place": {"c1": null, "c2": "22", "c3": "", "cy": "FR", "lg": -2.25929, "lat": 48.48687, "name": "Bourseul", "geoid": 3030863}, "notime": null, "date-ut": "1943-01-29 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Désiré", "family": "Letort"}, "birth": {"tzo": "+01:00", "date": "1943-01-29 23:00", "place": {"c2": "22", "cy": "FR", "lg": -2.25929, "lat": 48.48687, "name": "Bourseul", "geoid": 3030863}, "date-ut": "1943-01-29 22:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-848"}, "ids-in-sources": {"a1": "848"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "22", "COU": "F", "DAY": "29", "LAT": "48N31", "LON": "2W45", "MON": "1", "NUM": "848", "PRO": "C", "SEC": "0", "YEA": "1943", "CITY": "BOURSEUL"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1943-01-29 23:00"}, "partial-ids": {"ertel": "ES-2475"}}, "raw": {"L": "", "MF": "", "NR": "2475", "ENG": "", "MA_": "1", "G_NR": "848", "MA12": "10", "MARS": "28", "NAME": "Letort", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,40", "CSINR": "", "KURTZ": "", "PHAS_": "53,800", "STUND": "23,00", "CFEPNR": "334", "EXTEND": "", "NATION": "FRA", "TAGMON": "29.01.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Désiré", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "29.01.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1943-01-29 23:00", "place": {"c3": ""}, "date-ut": "1943-01-29 22:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "334"}}, "raw": {"S": "10", "LT": "23 00", "LV": "F", "TR": "f", "UT": "22 00", "LAT": "+48.49", "SRC": "L", "LONG": "+02.26", "NAME": "LETORT Desire", "SPORT": "Cycling", "LOC_DATE": "1943 01 29", "UNIV_DATE": "1943 01 29", "BIRTH_PLACE": "BOURSEUL", "POSTAL_CODE": "22130"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
846	le-strat-ange-1918-02-18	{"a1": "846", "g55": "03-166", "3a_sports": "2409", "cfepp-final3": "330"}	{"g55": "03-166", "cfepp": "CF-330", "ertel": "ES-2409", "lerrcp": "A1-846"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ange", "family": "Le Strat", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1918-02-18 04:00", "note": null, "place": {"c1": null, "c2": "56", "c3": "", "cy": "FR", "lg": -2.73333, "lat": 47.66667, "name": "Inguiniel", "geoid": 0}, "notime": null, "date-ut": "1918-02-18 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Ange", "family": "Le Strat"}, "birth": {"tzo": "+00:00", "date": "1918-02-18 04:00", "place": {"c2": "56", "cy": "FR", "lg": -2.73333, "lat": 47.66667, "name": "Inguinel", "geoid": 0}, "date-ut": "1918-02-18 04:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-846"}, "ids-in-sources": {"a1": "846"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "56", "COU": "F", "DAY": "18", "LAT": "47N40", "LON": "2W44", "MON": "2", "NUM": "846", "PRO": "C", "SEC": "0", "YEA": "1918", "CITY": "INGUINEL"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1918-02-18 04:00"}, "partial-ids": {"ertel": "ES-2409"}}, "raw": {"L": "", "MF": "", "NR": "2409", "ENG": "1", "MA_": "2", "G_NR": "846", "MA12": "4", "MARS": "12", "NAME": "LeStrat", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,900", "CSINR": "", "KURTZ": "", "PHAS_": "49,700", "STUND": "4,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "18.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ange", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "18.02.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1918-02-18 04:00", "place": {"c3": ""}, "date-ut": "1918-02-18 04:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "330"}}, "raw": {"S": "4", "LT": "04 00", "LV": "I", "TR": "f", "UT": "04 00", "LAT": "+47.98", "SRC": "ALG", "LONG": "+03.28", "NAME": "LE STRAT Ange", "SPORT": "Cycling", "LOC_DATE": "1918 02 18", "UNIV_DATE": "1918 02 18", "BIRTH_PLACE": "INGUINIEL", "POSTAL_CODE": "56240"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Inguiniel"}}, "partial-ids": {"g55": "03-166"}, "ids-in-source": {"g55": "03-166"}}, "raw": {"DAY": "18-2-1918", "HOUR": "4 h.", "NAME": "LE STRAT Ange", "PLACE": "Inguiniel (Morbihan)."}, "date": "2023-08-20T14:48:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24159	lognay-emile-1930-03-30	{"cfepp-final3": "336"}	{"cfepp": "CF-336"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "LOGNAY", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1930-03-30 18:20", "note": null, "place": {"c1": null, "c2": "75", "c3": "14", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1930-03-30 18:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Emile", "family": "LOGNAY"}, "birth": {"date": "1930-03-30 18:20", "place": {"c2": "75", "c3": "14", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1930-03-30 18:20"}, "occus": ["cyclist"], "trust": 5, "ids-in-sources": {"cfepp-final3": "336"}}, "raw": {"S": "8", "LT": "18 20", "LV": "FI", "TR": "f", "UT": "18 20", "LAT": "+48.86", "SRC": "A", "LONG": "-02.34", "NAME": "LOGNAY Emile", "SPORT": "Cycling", "LOC_DATE": "1930 03 30", "UNIV_DATE": "1930 03 30", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75014"}, "date": "2023-08-20T14:46:01+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23522	marinelli-jacques-1925-12-15	{"3a_sports": "2683", "cfepp-final3": "338"}	{"cfepp": "CF-338", "ertel": "ES-2683"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Marinelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-12-15 23:45", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": -2.47, "lat": 48.94, "name": "LE BLANC MESNIL", "geoid": null}, "notime": null, "date-ut": "1925-12-15 23:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jacques", "family": "Marinelli"}, "birth": {"date": "1925-12-15", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2683", "ENG": "", "MA_": "1", "G_NR": "277", "MA12": "10", "MARS": "30", "NAME": "Marinelli", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-3,500", "CSINR": "", "KURTZ": "", "PHAS_": "1,000", "STUND": "", "CFEPNR": "338", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.12.", "ZITATE": "DFOY", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "15.12.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1925-12-15 23:45", "place": {"c2": "93", "c3": "", "cy": "FR", "lg": -2.47, "lat": 48.94, "name": "LE BLANC MESNIL"}, "date-ut": "1925-12-15 23:45"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "338"}}, "raw": {"S": "10", "LT": "23 45", "LV": "F", "TR": "f", "UT": "23 45", "LAT": "+48.94", "SRC": "AL", "LONG": "-02.47", "NAME": "MARINELLI Jacques", "SPORT": "Cycling", "LOC_DATE": "1925 12 15", "UNIV_DATE": "1925 12 15", "BIRTH_PLACE": "LE BLANC MESNIL", "POSTAL_CODE": "93156 CEDEX"}, "date": "2023-08-20T14:46:01+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23559	meiffret-joseph-paul-1913-04-27	{"3a_sports": "2801", "cfepp-final3": "341"}	{"cfepp": "CF-341", "ertel": "ES-2801"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph Paul", "family": "Meiffret", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-04-27 19:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": -6.81, "lat": 43.41, "name": "BOULOURIS", "geoid": null}, "notime": null, "date-ut": "1913-04-27 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Joseph Paul", "family": "Meiffret"}, "birth": {"date": "1913-04-27", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2801", "ENG": "", "MA_": "0", "G_NR": "293", "MA12": "9", "MARS": "25", "NAME": "Meiffret", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "62,200", "STUND": "", "CFEPNR": "341", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.04.", "ZITATE": "DOY", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Joseph Paul", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "27.04.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1913-04-27 19:00", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": -6.81, "lat": 43.41, "name": "BOULOURIS"}, "date-ut": "1913-04-27 19:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "341"}}, "raw": {"S": "9", "LT": "19 00", "LV": "M", "TR": "f", "UT": "19 00", "LAT": "+43.41", "SRC": "L", "LONG": "-06.81", "NAME": "MEIFFRET Jose", "SPORT": "Cycling", "LOC_DATE": "1913 04 27", "UNIV_DATE": "1913 04 27", "BIRTH_PLACE": "BOULOURIS", "POSTAL_CODE": "83700"}, "date": "2023-08-20T14:46:01+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
856	merviel-jules-1906-09-29	{"a1": "856", "g55": "03-175", "3a_sports": "2827", "cfepp-final3": "342"}	{"g55": "03-175", "cfepp": "CF-342", "ertel": "ES-2827", "lerrcp": "A1-856"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Merviel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1906-09-29 21:00", "note": null, "place": {"c1": null, "c2": "12", "c3": "", "cy": "FR", "lg": 2.95795, "lat": 44.16555, "name": "Saint-Beauzély", "geoid": 2981424}, "notime": null, "date-ut": "1906-09-29 20:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Merviel"}, "birth": {"tzo": "+00:09:21", "date": "1906-09-29 21:00", "place": {"c2": "12", "cy": "FR", "lg": 2.95795, "lat": 44.16555, "name": "Saint-Beauzély", "geoid": 2981424}, "date-ut": "1906-09-29 20:50:40"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-856"}, "ids-in-sources": {"a1": "856"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "12", "COU": "F", "DAY": "29", "LAT": "44N21", "LON": "2E34", "MON": "9", "NUM": "856", "PRO": "C", "SEC": "40", "YEA": "1906", "CITY": "ST-BEAUZELY"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1906-09-29 21:00"}, "partial-ids": {"ertel": "ES-2827"}}, "raw": {"L": "", "MF": "", "NR": "2827", "ENG": "", "MA_": "0", "G_NR": "856", "MA12": "9", "MARS": "25", "NAME": "Merviel", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,100", "CSINR": "", "KURTZ": "", "PHAS_": "86,900", "STUND": "21,00", "CFEPNR": "342", "EXTEND": "", "NATION": "FRA", "TAGMON": "29.09.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jules", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "29.09.1906", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1906-09-29 21:00", "place": {"c3": ""}, "date-ut": "1906-09-29 20:51"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "342"}}, "raw": {"S": "9", "LT": "21 00", "LV": "I", "TR": "f", "UT": "20 51", "LAT": "+44.17", "SRC": "AG", "LONG": "-02.96", "NAME": "MERVIEL Jules", "SPORT": "Cycling", "LOC_DATE": "1906 09 29", "UNIV_DATE": "1906 09 29", "BIRTH_PLACE": "ST BEAUZELY", "POSTAL_CODE": "12620"}, "date": "2023-08-20T14:46:01+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-175"}, "ids-in-source": {"g55": "03-175"}}, "raw": {"DAY": "29-9-1906", "HOUR": "21 h.", "NAME": "MERVIEL Jules", "PLACE": "Saint-Beauzely (Aveyron)."}, "date": "2023-08-20T14:48:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
857	michard-lucien-1903-11-17	{"a1": "857", "g55": "03-176", "3a_sports": "2849", "cfepp-final3": "343"}	{"g55": "03-176", "cfepp": "CF-343", "cpara": "CP-312", "ertel": "ES-2849", "lerrcp": "A1-857"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Michard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1903-11-17 15:00", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": 2.31514, "lat": 48.9535, "name": "Épinay-sur-Seine", "geoid": 3020020}, "notime": null, "date-ut": "1903-11-17 14:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Michard"}, "birth": {"tzo": "+00:09:21", "date": "1903-11-17 15:00", "place": {"c2": "93", "cy": "FR", "lg": 2.31514, "lat": 48.9535, "name": "Épinay-sur-Seine", "geoid": 3020020}, "date-ut": "1903-11-17 14:50:40"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-857"}, "ids-in-sources": {"a1": "857"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "93", "COU": "F", "DAY": "17", "LAT": "48N55", "LON": "2E30", "MON": "11", "NUM": "857", "PRO": "C", "SEC": "40", "YEA": "1903", "CITY": "EPINAY-S-SEINE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1903-11-17 15:00"}, "partial-ids": {"ertel": "ES-2849"}}, "raw": {"L": "", "MF": "", "NR": "2849", "ENG": "0", "MA_": "2", "G_NR": "857", "MA12": "3", "MARS": "9", "NAME": "Michard", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,000", "CSINR": "", "KURTZ": "", "PHAS_": "5,600", "STUND": "15,00", "CFEPNR": "343", "EXTEND": "1", "NATION": "FRA", "TAGMON": "17.11.", "ZITATE": "DGHKSO", "ZITSUM": "6", "INDGRUP": "I", "PARA_NR": "312", "VORNAME": "Lucien", "ZITRANG": "6", "GAUQ1955": "+", "GEBDATUM": "17.11.1903", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "5"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1903-11-17 15:00", "place": {"c3": ""}, "date-ut": "1903-11-17 14:51"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "343"}}, "raw": {"S": "3", "LT": "15 00", "LV": "M", "TR": "f", "UT": "14 51", "LAT": "+48.95", "SRC": "ALG", "LONG": "-02.31", "NAME": "MICHARD Lucien", "SPORT": "Cycling", "LOC_DATE": "1903 11 17", "UNIV_DATE": "1903 11 17", "BIRTH_PLACE": "EPINAY SUR SEINE", "POSTAL_CODE": "93801 CEDEX"}, "date": "2023-08-20T14:46:01+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-176"}, "ids-in-source": {"g55": "03-176"}}, "raw": {"DAY": "17-11-1903", "HOUR": "15 h.", "NAME": "MICHARD Lucien", "PLACE": "Epinay-sur-Seine (Seine)."}, "date": "2023-08-20T14:48:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
23585	moineau-alain-1928-05-15	{"3a_sports": "2895", "cfepp-final3": "346"}	{"cfepp": "CF-346", "ertel": "ES-2895"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Moineau", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-05-15 19:10", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": -2.32, "lat": 48.91, "name": "CLICHY", "geoid": null}, "notime": null, "date-ut": "1928-05-15 18:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alain", "family": "Moineau"}, "birth": {"date": "1928-05-15", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2895", "ENG": "", "MA_": "0", "G_NR": "145", "MA12": "8", "MARS": "24", "NAME": "Moineau", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-10,40", "CSINR": "", "KURTZ": "", "PHAS_": "27,600", "STUND": "", "CFEPNR": "346", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.05.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alain", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "15.05.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1928-05-15 19:10", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": -2.32, "lat": 48.91, "name": "CLICHY"}, "date-ut": "1928-05-15 18:10"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "346"}}, "raw": {"S": "8", "LT": "19 10", "LV": "I", "TR": "f", "UT": "18 10", "LAT": "+48.91", "SRC": "A", "LONG": "-02.32", "NAME": "MOINEAU Alain", "SPORT": "Cycling", "LOC_DATE": "1928 05 15", "UNIV_DATE": "1928 05 15", "BIRTH_PLACE": "CLICHY", "POSTAL_CODE": "92112 CEDEX"}, "date": "2023-08-20T14:46:01+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23620	mourioux-jacky-1948-03-06	{"3a_sports": "2983", "cfepp-final3": "349"}	{"cfepp": "CF-349", "ertel": "ES-2983"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacky", "family": "Mourioux", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-03-06 02:30", "note": null, "place": {"c1": null, "c2": "91", "c3": "", "cy": "FR", "lg": -2.3, "lat": 48.63, "name": "ST MICHEL SUR ORGE", "geoid": null}, "notime": null, "date-ut": "1948-03-06 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jacky", "family": "Mourioux"}, "birth": {"date": "1948-03-06", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2983", "ENG": "", "MA_": "1", "G_NR": "319", "MA12": "5", "MARS": "13", "NAME": "Mourioux", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-8,100", "CSINR": "", "KURTZ": "", "PHAS_": "20,300", "STUND": "", "CFEPNR": "349", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.03.", "ZITATE": "DOY", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jacky", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "06.03.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1948-03-06 02:30", "place": {"c2": "91", "c3": "", "cy": "FR", "lg": -2.3, "lat": 48.63, "name": "ST MICHEL SUR ORGE"}, "date-ut": "1948-03-06 01:30"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "349"}}, "raw": {"S": "5", "LT": "02 30", "LV": "F", "TR": "f", "UT": "01 30", "LAT": "+48.63", "SRC": "L", "LONG": "-02.30", "NAME": "MOURIOUX Jacky", "SPORT": "Cycling", "LOC_DATE": "1948 03 06", "UNIV_DATE": "1948 03 06", "BIRTH_PLACE": "ST MICHEL SUR ORGE", "POSTAL_CODE": "91240"}, "date": "2023-08-20T14:46:01+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23631	nedelec-michel-1940-03-07	{"3a_sports": "3014", "cfepp-final3": "350"}	{"cfepp": "CF-350", "ertel": "ES-3014"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Nedelec", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-03-07 11:50", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": 4.37, "lat": 48.37, "name": "PLOUGASTEL DAOULAS", "geoid": null}, "notime": null, "date-ut": "1940-03-07 10:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Michel", "family": "Nedelec"}, "birth": {"date": "1940-03-07", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3014", "ENG": "1", "MA_": "2", "G_NR": "321", "MA12": "1", "MARS": "3", "NAME": "Nedelec", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-4,500", "CSINR": "", "KURTZ": "", "PHAS_": "4,100", "STUND": "", "CFEPNR": "350", "EXTEND": "1", "NATION": "FRA", "TAGMON": "07.03.", "ZITATE": "DOY", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "07.03.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1940-03-07 11:50", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": 4.37, "lat": 48.37, "name": "PLOUGASTEL DAOULAS"}, "date-ut": "1940-03-07 10:50"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "350"}}, "raw": {"S": "1", "LT": "11 50", "LV": "FI", "TR": "f", "UT": "10 50", "LAT": "+48.37", "SRC": "L", "LONG": "+04.37", "NAME": "NEDELEC Michel", "SPORT": "Cycling", "LOC_DATE": "1940 03 07", "UNIV_DATE": "1940 03 07", "BIRTH_PLACE": "PLOUGASTEL DAOULAS", "POSTAL_CODE": "29213"}, "date": "2023-08-20T14:46:01+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23684	parenteau-jean-pierre-1944-08-05	{"3a_sports": "3145", "cfepp-final3": "353"}	{"cfepp": "CF-353", "ertel": "ES-3145"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Pierre", "family": "Parenteau", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1944-08-05 15:00", "note": null, "place": {"c1": null, "c2": "16", "c3": "", "cy": "FR", "lg": -0.16, "lat": 45.66, "name": "ANGOULEME", "geoid": null}, "notime": null, "date-ut": "1944-08-05 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean-Pierre", "family": "Parenteau"}, "birth": {"date": "1944-08-05", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3145", "ENG": "", "MA_": "0", "G_NR": "336", "MA12": "3", "MARS": "8", "NAME": "Parenteau", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "0,000", "CSINR": "", "KURTZ": "", "PHAS_": "99,600", "STUND": "", "CFEPNR": "353", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.08.", "ZITATE": "DY", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean-Pierre", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "05.08.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1944-08-05 15:00", "place": {"c2": "16", "c3": "", "cy": "FR", "lg": -0.16, "lat": 45.66, "name": "ANGOULEME"}, "date-ut": "1944-08-05 13:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "353"}}, "raw": {"S": "3", "LT": "15 00", "LV": "I", "TR": "f", "UT": "13 00", "LAT": "+45.66", "SRC": "L", "LONG": "-00.16", "NAME": "PARENTEAU Jean-Pierre", "SPORT": "Cycling", "LOC_DATE": "1944 08 05", "UNIV_DATE": "1944 08 05", "BIRTH_PLACE": "ANGOULEME", "POSTAL_CODE": "16016 CEDEX"}, "date": "2023-08-20T14:46:01+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23702	pelissier-charles-1903-02-20	{"3a_sports": "3191", "cfepp-final3": "354"}	{"cfepp": "CF-354", "ertel": "ES-3191"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Pelissier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1903-02-20 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "16", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1903-02-20 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Charles", "family": "Pelissier"}, "birth": {"date": "1903-02-20", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3191", "ENG": "1", "MA_": "2", "G_NR": "19", "MA12": "4", "MARS": "12", "NAME": "Pelissier", "PUBL": "U", "QUEL": "G_79F", "AUFAB": "-9,600", "CSINR": "", "KURTZ": "", "PHAS_": "43,100", "STUND": "", "CFEPNR": "354", "EXTEND": "1", "NATION": "FRA", "TAGMON": "20.02.", "ZITATE": "DG", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Charles", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "20.02.1903", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1903-02-20 05:00", "place": {"c2": "75", "c3": "16", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1903-02-20 04:51"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "354"}}, "raw": {"S": "4", "LT": "05 00", "LV": "F", "TR": "f", "UT": "04 51", "LAT": "+48.86", "SRC": "AL", "LONG": "-02.34", "NAME": "PELISSIER Charles", "SPORT": "Cycling", "LOC_DATE": "1903 02 20", "UNIV_DATE": "1903 02 20", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75016"}, "date": "2023-08-20T14:46:01+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24160	raynal-jean-1932-03-08	{"cfepp-final3": "359"}	{"cfepp": "CF-359"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "RAYNAL", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1932-03-08 13:40", "note": null, "place": {"c1": null, "c2": "75", "c3": "14", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1932-03-08 13:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "RAYNAL"}, "birth": {"date": "1932-03-08 13:40", "place": {"c2": "75", "c3": "14", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1932-03-08 13:40"}, "occus": ["cyclist"], "trust": 5, "ids-in-sources": {"cfepp-final3": "359"}}, "raw": {"S": "5", "LT": "13 40", "LV": "F", "TR": "f", "UT": "13 40", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "RAYNAL Jean", "SPORT": "Cycling", "LOC_DATE": "1932 03 08", "UNIV_DATE": "1932 03 08", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75014"}, "date": "2023-08-20T14:46:01+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
873	richard-maurice-1910-07-23	{"a1": "873", "3a_sports": "3494", "cfepp-final3": "362"}	{"cfepp": "CF-362", "ertel": "ES-3494", "lerrcp": "A1-873"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Richard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1910-07-23 12:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "1", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1910-07-23 11:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Richard"}, "birth": {"tzo": "+00:09:21", "date": "1910-07-23 12:00", "place": {"c2": "75", "c3": "4", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1910-07-23 11:50:40"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-873"}, "ids-in-sources": {"a1": "873"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "23", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "873", "PRO": "C", "SEC": "40", "YEA": "1910", "CITY": "PARIS 4E"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1910-07-23 12:00"}, "partial-ids": {"ertel": "ES-3494"}}, "raw": {"L": "", "MF": "", "NR": "3494", "ENG": "", "MA_": "0", "G_NR": "873", "MA12": "3", "MARS": "8", "NAME": "Richard", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,300", "CSINR": "", "KURTZ": "i", "PHAS_": "99,400", "STUND": "12,00", "CFEPNR": "362", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.07.", "ZITATE": "DGHE", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Maurice", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "23.07.1910", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1910-07-23 12:00", "place": {"c3": "1"}, "date-ut": "1910-07-23 11:51"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "362"}}, "raw": {"S": "3", "LT": "12 00", "LV": "M", "TR": "f", "UT": "11 51", "LAT": "+48.86", "SRC": "AL", "LONG": "-02.34", "NAME": "RICHARD Maurice", "SPORT": "Cycling", "LOC_DATE": "1910 07 23", "UNIV_DATE": "1910 07 23", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75001"}, "date": "2023-08-20T14:46:01+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
866	piel-roger-1921-06-28	{"a1": "866", "g55": "03-184", "3a_sports": "3281", "cfepp-final3": "356"}	{"g55": "03-184", "cfepp": "CF-356", "ertel": "ES-3281", "lerrcp": "A1-866"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Piel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1921-06-28 10:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "20", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1921-06-28 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Piel"}, "birth": {"tzo": "+01:00", "date": "1921-06-28 10:00", "place": {"c2": "75", "c3": "20", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1921-06-28 09:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-866"}, "ids-in-sources": {"a1": "866"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "75", "COU": "F", "DAY": "28", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "866", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "PARIS 20E"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-06-28 10:00"}, "partial-ids": {"ertel": "ES-3281"}}, "raw": {"L": "", "MF": "", "NR": "3281", "ENG": "", "MA_": "1", "G_NR": "866", "MA12": "2", "MARS": "6", "NAME": "Piel", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "i", "PHAS_": "55,600", "STUND": "10,00", "CFEPNR": "356", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.06.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "28.06.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1921-06-28 10:00", "place": {"c3": "20"}, "date-ut": "1921-06-28 09:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "356"}}, "raw": {"S": "2", "LT": "10 00", "LV": "F", "TR": "f", "UT": "09 00", "LAT": "+48.86", "SRC": "ALG", "LONG": "-02.34", "NAME": "PIEL Roger-Maurice", "SPORT": "Cycling", "LOC_DATE": "1921 06 28", "UNIV_DATE": "1921 06 28", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75020"}, "date": "2023-08-20T14:46:01+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-184"}, "ids-in-source": {"g55": "03-184"}}, "raw": {"DAY": "28-6-1921", "HOUR": "10 h.", "NAME": "PIEL Roger", "PLACE": "Paris (20°) (Seine)."}, "date": "2023-08-20T14:48:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
868	pottier-rene-1879-06-05	{"a1": "868", "g55": "03-185", "3a_sports": "3351", "cfepp-final3": "357"}	{"g55": "03-185", "cfepp": "CF-357", "ertel": "ES-3351", "lerrcp": "A1-868"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Pottier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:10:40", "date": "1879-06-05 23:30", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Moret-sur-Loing", "geoid": 0}, "notime": null, "date-ut": "1879-06-05 23:19"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "René", "family": "Pottier"}, "birth": {"tzo": "+00:10:40", "date": "1879-06-05 23:30", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Mont-sur-Loing", "geoid": 0}, "date-ut": "1879-06-05 23:19:20"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-868"}, "ids-in-sources": {"a1": "868"}}, "raw": {"H": "23", "MN": "19", "TZ": "0", "COD": "77", "COU": "F", "DAY": "5", "LAT": "48N33", "LON": "2E40", "MON": "6", "NUM": "868", "PRO": "C", "SEC": "20", "YEA": "1879", "CITY": "MONT-S/LOING"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1879-06-05 23:30"}, "partial-ids": {"ertel": "ES-3351"}}, "raw": {"L": "", "MF": "", "NR": "3351", "ENG": "", "MA_": "0", "G_NR": "868", "MA12": "12", "MARS": "34", "NAME": "Pottier", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,300", "CSINR": "", "KURTZ": "", "PHAS_": "99,700", "STUND": "23,50", "CFEPNR": "357", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.06.", "ZITATE": "DGHS", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "5", "GAUQ1955": "+", "GEBDATUM": "05.06.1879", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1879-06-05 23:30", "place": {"c3": ""}, "date-ut": "1879-06-05 23:19"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "357"}}, "raw": {"S": "12", "LT": "23 30", "LV": "I", "TR": "f", "UT": "23 19", "LAT": "+48.37", "SRC": "LG", "LONG": "-02.82", "NAME": "POTTIER Rene", "SPORT": "Cycling", "LOC_DATE": "1879 06 05", "UNIV_DATE": "1879 06 05", "BIRTH_PLACE": "MORET SUR LOING", "POSTAL_CODE": "77250"}, "date": "2023-08-20T14:46:01+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Moret-sur-Loing"}}, "partial-ids": {"g55": "03-185"}, "ids-in-source": {"g55": "03-185"}}, "raw": {"DAY": "5-6-1879", "HOUR": "23 h. 30", "NAME": "POTTIER René", "PLACE": "Moret-sur-Loing (Seine-et-Marne)."}, "date": "2023-08-20T14:48:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
870	raynaud-andre-1904-11-10	{"a1": "870", "g55": "03-186", "3a_sports": "3448", "cfepp-final3": "360"}	{"g55": "03-186", "cfepp": "CF-360", "cpara": "CP-363", "ertel": "ES-3448", "lerrcp": "A1-870"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Raynaud", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1904-11-10 01:00", "note": null, "place": {"c1": null, "c2": "87", "c3": "", "cy": "FR", "lg": 1.04522, "lat": 45.99182, "name": "Cieux", "geoid": 3024962}, "notime": null, "date-ut": "1904-11-10 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "André", "family": "Raynaud"}, "birth": {"tzo": "+00:09:21", "date": "1904-11-10 01:00", "place": {"c2": "87", "cy": "FR", "lg": 1.04522, "lat": 45.99182, "name": "Cieux", "geoid": 3024962}, "date-ut": "1904-11-10 00:50:40"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-870"}, "ids-in-sources": {"a1": "870"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "87", "COU": "F", "DAY": "10", "LAT": "45N50", "LON": "1E15", "MON": "11", "NUM": "870", "PRO": "C", "SEC": "40", "YEA": "1904", "CITY": "CIEUX"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1904-11-10 01:00"}, "partial-ids": {"ertel": "ES-3448"}}, "raw": {"L": "", "MF": "", "NR": "3448", "ENG": "", "MA_": "1", "G_NR": "870", "MA12": "12", "MARS": "35", "NAME": "Raynaud", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,700", "CSINR": "", "KURTZ": "", "PHAS_": "7,300", "STUND": "1,00", "CFEPNR": "360", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.11.", "ZITATE": "DHO", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "363", "VORNAME": "André", "ZITRANG": "4", "GAUQ1955": "+", "GEBDATUM": "10.11.1904", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1904-11-10 01:00", "place": {"c3": ""}, "date-ut": "1904-11-10 00:51"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "360"}}, "raw": {"S": "12", "LT": "01 00", "LV": "M", "TR": "f", "UT": "00 51", "LAT": "+45.99", "SRC": "ALG", "LONG": "-01.05", "NAME": "RAYNAUD Andre", "SPORT": "Cycling", "LOC_DATE": "1904 11 10", "UNIV_DATE": "1904 11 10", "BIRTH_PLACE": "CIEUX", "POSTAL_CODE": "87520"}, "date": "2023-08-20T14:46:01+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-186"}, "ids-in-source": {"g55": "03-186"}}, "raw": {"DAY": "10-11-1904", "HOUR": "1 h.", "NAME": "RAYNAUD André", "PLACE": "Cieux (Haute-Vienne)."}, "date": "2023-08-20T14:48:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
23844	rousseau-michel-1936-02-05	{"3a_sports": "3604", "cfepp-final3": "366"}	{"cfepp": "CF-366", "ertel": "ES-3604"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Rousseau", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1936-02-05 06:50", "note": null, "place": {"c1": null, "c2": "75", "c3": "17", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1936-02-05 06:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Michel", "family": "Rousseau"}, "birth": {"date": "1936-02-05", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3604", "ENG": "1", "MA_": "2", "G_NR": "20", "MA12": "4", "MARS": "11", "NAME": "Rousseau", "PUBL": "U", "QUEL": "G_79F", "AUFAB": "5,800", "CSINR": "", "KURTZ": "", "PHAS_": "94,000", "STUND": "", "CFEPNR": "366", "EXTEND": "1", "NATION": "FRA", "TAGMON": "05.02.", "ZITATE": "DHKS", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "05.02.1936", "GQBECORR": "c", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1936-02-05 06:50", "place": {"c2": "75", "c3": "17", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1936-02-05 06:50"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "366"}}, "raw": {"S": "12", "LT": "06 50", "LV": "M", "TR": "f", "UT": "06 50", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "ROUSSEAU Michel", "SPORT": "Cycling", "LOC_DATE": "1936 02 05", "UNIV_DATE": "1936 02 05", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75017"}, "date": "2023-08-20T14:46:01+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23921	scodeller-gilbert-1931-06-10	{"3a_sports": "3762", "cfepp-final3": "367"}	{"cfepp": "CF-367", "ertel": "ES-3762"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilbert", "family": "Scodeller", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-06-10 01:40", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": -2.81, "lat": 50.3, "name": "ST LAURENT BLANGY", "geoid": null}, "notime": null, "date-ut": "1931-06-10 00:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gilbert", "family": "Scodeller"}, "birth": {"date": "1931-06-10", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3762", "ENG": "", "MA_": "1", "G_NR": "414", "MA12": "7", "MARS": "20", "NAME": "Scodeller", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,300", "CSINR": "", "KURTZ": "", "PHAS_": "33,900", "STUND": "", "CFEPNR": "367", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.06.", "ZITATE": "DOG", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gilbert", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "10.06.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1931-06-10 01:40", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": -2.81, "lat": 50.3, "name": "ST LAURENT BLANGY"}, "date-ut": "1931-06-10 00:40"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "367"}}, "raw": {"S": "7", "LT": "01 40", "LV": "I", "TR": "f", "UT": "00 40", "LAT": "+50.30", "SRC": "L", "LONG": "-02.81", "NAME": "SCODELLER Gilbert", "SPORT": "Cycling", "LOC_DATE": "1931 06 10", "UNIV_DATE": "1931 06 10", "BIRTH_PLACE": "ST LAURENT BLANGY", "POSTAL_CODE": "62223"}, "date": "2023-08-20T14:46:01+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23935	seres-georges-1918-01-17	{"3a_sports": "3801", "cfepp-final3": "370"}	{"cfepp": "CF-370", "ertel": "ES-3801"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Seres", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-01-17 21:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "16", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1918-01-17 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Georges", "family": "Seres"}, "birth": {"date": "1918-01-17", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3801", "ENG": "0", "MA_": "2", "G_NR": "22", "MA12": "12", "MARS": "36", "NAME": "Seres", "PUBL": "U", "QUEL": "G_79F", "AUFAB": "8,900", "CSINR": "", "KURTZ": "", "PHAS_": "21,800", "STUND": "", "CFEPNR": "370", "EXTEND": "1", "NATION": "FRA", "TAGMON": "17.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "17.01.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1918-01-17 21:30", "place": {"c2": "75", "c3": "16", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1918-01-17 21:30"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "370"}}, "raw": {"S": "12", "LT": "21 30", "LV": "FI", "TR": "f", "UT": "21 30", "LAT": "+48.86", "SRC": "AL", "LONG": "-02.34", "NAME": "SERES Georges", "SPORT": "Cycling", "LOC_DATE": "1918 01 17", "UNIV_DATE": "1918 01 17", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75016"}, "date": "2023-08-20T14:46:01+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24161	sergent-pierre-1895-03-29	{"cfepp-final3": "371"}	{"cfepp": "CF-371"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "SERGENT", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1895-03-29 14:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "15", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1895-03-29 13:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "SERGENT"}, "birth": {"date": "1895-03-29 14:00", "place": {"c2": "75", "c3": "15", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1895-03-29 13:51"}, "occus": ["cyclist"], "trust": 5, "ids-in-sources": {"cfepp-final3": "371"}}, "raw": {"S": "3", "LT": "14 00", "LV": "FI", "TR": "f", "UT": "13 51", "LAT": "+48.86", "SRC": "A", "LONG": "-02.34", "NAME": "SERGENT Pierre", "SPORT": "Cycling", "LOC_DATE": "1895 03 29", "UNIV_DATE": "1895 03 29", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75015"}, "date": "2023-08-20T14:46:01+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23941	sibille-guy-1948-08-25	{"3a_sports": "3816", "cfepp-final3": "372"}	{"cfepp": "CF-372", "ertel": "ES-3816"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Sibille", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-08-25 03:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": -5.38, "lat": 43.3, "name": "MARSEILLE", "geoid": null}, "notime": null, "date-ut": "1948-08-25 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Guy", "family": "Sibille"}, "birth": {"date": "1948-08-25", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3816", "ENG": "", "MA_": "1", "G_NR": "417", "MA12": "9", "MARS": "26", "NAME": "Sibille", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-7,600", "CSINR": "", "KURTZ": "", "PHAS_": "76,800", "STUND": "", "CFEPNR": "372", "EXTEND": "", "NATION": "FRA", "TAGMON": "25.08.", "ZITATE": "DY", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Guy", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "25.08.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1948-08-25 03:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": -5.38, "lat": 43.3, "name": "MARSEILLE"}, "date-ut": "1948-08-25 02:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "372"}}, "raw": {"S": "9", "LT": "03 00", "LV": "I", "TR": "f", "UT": "02 00", "LAT": "+43.30", "SRC": "L", "LONG": "-05.38", "NAME": "SIBILLE Guy", "SPORT": "Cycling", "LOC_DATE": "1948 08 25", "UNIV_DATE": "1948 08 25", "BIRTH_PLACE": "MARSEILLE", "POSTAL_CODE": "13233 CEDEX  01"}, "date": "2023-08-20T14:46:01+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24162	speicher-georges-1907-06-08	{"cfepp-final3": "373"}	{"cfepp": "CF-373"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "SPEICHER", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1907-06-08 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "20", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1907-06-08 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "SPEICHER"}, "birth": {"date": "1907-06-08 06:00", "place": {"c2": "75", "c3": "20", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1907-06-08 05:51"}, "occus": ["cyclist"], "trust": 5, "ids-in-sources": {"cfepp-final3": "373"}}, "raw": {"S": "6", "LT": "06 00", "LV": "M", "TR": "f", "UT": "05 51", "LAT": "+48.86", "SRC": "AL", "LONG": "-02.34", "NAME": "SPEICHER Georges", "SPORT": "Cycling", "LOC_DATE": "1907 06 08", "UNIV_DATE": "1907 06 08", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75020"}, "date": "2023-08-20T14:46:01+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24163	van-lancker-alain-1947-05-15	{"cfepp-final3": "378"}	{"cfepp": "CF-378"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "VAN LANCKER", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1947-05-15 13:50", "note": null, "place": {"c1": null, "c2": "75", "c3": "18", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1947-05-15 12:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Alain", "family": "VAN LANCKER"}, "birth": {"date": "1947-05-15 13:50", "place": {"c2": "75", "c3": "18", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1947-05-15 12:50"}, "occus": ["cyclist"], "trust": 5, "ids-in-sources": {"cfepp-final3": "378"}}, "raw": {"S": "5", "LT": "13 50", "LV": "FI", "TR": "f", "UT": "12 50", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "VAN LANCKER Alain", "SPORT": "Cycling", "LOC_DATE": "1947 05 15", "UNIV_DATE": "1947 05 15", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75018"}, "date": "2023-08-20T14:46:01+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
891	verdeun-maurice-1929-02-05	{"a1": "891", "3a_sports": "4196", "cfepp-final3": "380"}	{"cfepp": "CF-380", "cpara": "CP-414", "ertel": "ES-4196", "lerrcp": "A1-891"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Verdeun", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1929-02-05 08:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1929-02-05 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Verdeun"}, "birth": {"tzo": "+00:00", "date": "1929-02-05 08:00", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1929-02-05 08:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-891"}, "ids-in-sources": {"a1": "891"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "33", "COU": "F", "DAY": "5", "LAT": "44N50", "LON": "0W34", "MON": "2", "NUM": "891", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-02-05 08:00"}, "partial-ids": {"ertel": "ES-4196"}}, "raw": {"L": "", "MF": "", "NR": "4196", "ENG": "", "MA_": "1", "G_NR": "891", "MA12": "9", "MARS": "27", "NAME": "Verdeun", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,000", "CSINR": "", "KURTZ": "", "PHAS_": "20,100", "STUND": "8,00", "CFEPNR": "380", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.02.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "414", "VORNAME": "Maurice", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "05.02.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1929-02-05 08:00", "place": {"c3": ""}, "date-ut": "1929-02-05 08:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "380"}}, "raw": {"S": "9", "LT": "08 00", "LV": "M", "TR": "f", "UT": "08 00", "LAT": "+44.84", "SRC": "AL", "LONG": "+00.57", "NAME": "VERDEUN Maurice", "SPORT": "Cycling", "LOC_DATE": "1929 02 05", "UNIV_DATE": "1929 02 05", "BIRTH_PLACE": "BORDEAUX", "POSTAL_CODE": "33077 CEDEX"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
890	varnajo-robert-1929-05-01	{"a1": "890", "g55": "03-202", "3a_sports": "4176", "cfepp-final3": "379"}	{"g55": "03-202", "cfepp": "CF-379", "ertel": "ES-4176", "lerrcp": "A1-890"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Varnajo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1929-05-01 23:00", "note": null, "place": {"c1": null, "c2": "85", "c3": "", "cy": "FR", "lg": -1.30863, "lat": 46.44792, "name": "Curzon", "geoid": 3022009}, "notime": null, "date-ut": "1929-05-01 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Varnajo"}, "birth": {"tzo": "+01:00", "date": "1929-05-01 23:00", "place": {"c2": "85", "cy": "FR", "lg": -1.30863, "lat": 46.44792, "name": "Curzon", "geoid": 3022009}, "date-ut": "1929-05-01 22:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-890"}, "ids-in-sources": {"a1": "890"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "85", "COU": "F", "DAY": "1", "LAT": "46N40", "LON": "1W25", "MON": "5", "NUM": "890", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "CURZON"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-05-01 23:00"}, "partial-ids": {"ertel": "ES-4176"}}, "raw": {"L": "", "MF": "", "NR": "4176", "ENG": "", "MA_": "0", "G_NR": "890", "MA12": "5", "MARS": "15", "NAME": "Varnajo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,100", "CSINR": "", "KURTZ": "", "PHAS_": "60,300", "STUND": "23,00", "CFEPNR": "379", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "01.05.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1929-05-01 23:00", "place": {"c3": ""}, "date-ut": "1929-05-01 22:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "379"}}, "raw": {"S": "5", "LT": "23 00", "LV": "FI", "TR": "f", "UT": "22 00", "LAT": "+46.45", "SRC": "ALG", "LONG": "+01.31", "NAME": "VARNAJO Robert", "SPORT": "Cycling", "LOC_DATE": "1929 05 01", "UNIV_DATE": "1929 05 01", "BIRTH_PLACE": "CURZON", "POSTAL_CODE": "85540"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-202"}, "ids-in-source": {"g55": "03-202"}}, "raw": {"DAY": "1-5-1929", "HOUR": "23 h.", "NAME": "VARNAJO Robert", "PLACE": "Curzon (Vendée)."}, "date": "2023-08-20T14:48:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
22640	allemand-jean-pierre-1942-04-04	{"3a_sports": "66", "cfepp-final3": "383"}	{"cfepp": "CF-383", "ertel": "ES-66"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Pierre", "family": "Allemand", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-04-04 02:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": 4.51, "lat": 48.61, "name": "PLOUGUERNEAU", "geoid": null}, "notime": null, "date-ut": "1942-04-04 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean-Pierre", "family": "Allemand"}, "birth": {"date": "1942-04-04", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "66", "ENG": "", "MA_": "1", "G_NR": "7", "MA12": "7", "MARS": "19", "NAME": "Allemand", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-5,300", "CSINR": "", "KURTZ": "", "PHAS_": "91,600", "STUND": "", "CFEPNR": "383", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean-Pierre", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "04.04.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FENC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1942-04-04 02:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": 4.51, "lat": 48.61, "name": "PLOUGUERNEAU"}, "date-ut": "1942-04-04 00:00"}, "occus": ["fencer"], "ids-in-sources": {"cfepp-final3": "383"}}, "raw": {"S": "6", "LT": "02 00", "LV": "FI", "TR": "f", "UT": "00 00", "LAT": "+48.61", "SRC": "L", "LONG": "+04.51", "NAME": "ALLEMAND Jean-Pierre", "SPORT": "Fencing", "LOC_DATE": "1942 04 04", "UNIV_DATE": "1942 04 04", "BIRTH_PLACE": "PLOUGUERNEAU", "POSTAL_CODE": "29232"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22705	baudoux-bernard-1928-05-31	{"3a_sports": "284", "cfepp-final3": "385"}	{"cfepp": "CF-385", "ertel": "ES-284"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Baudoux", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-05-31 23:00", "note": null, "place": {"c1": null, "c2": "02", "c3": "", "cy": "FR", "lg": -3.33, "lat": 49.38, "name": "SOISSONS", "geoid": null}, "notime": null, "date-ut": "1928-05-31 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bernard", "family": "Baudoux"}, "birth": {"date": "1928-05-31", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "284", "ENG": "", "MA_": "1", "G_NR": "19", "MA12": "11", "MARS": "31", "NAME": "Baudoux", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "6,500", "CSINR": "", "KURTZ": "", "PHAS_": "89,300", "STUND": "", "CFEPNR": "385", "EXTEND": "", "NATION": "FRA", "TAGMON": "31.05.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Bernard", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "31.05.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FENC", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1928-05-31 23:00", "place": {"c2": "02", "c3": "", "cy": "FR", "lg": -3.33, "lat": 49.38, "name": "SOISSONS"}, "date-ut": "1928-05-31 22:00"}, "occus": ["fencer"], "ids-in-sources": {"cfepp-final3": "385"}}, "raw": {"S": "11", "LT": "23 00", "LV": "FI", "TR": "f", "UT": "22 00", "LAT": "+49.38", "SRC": "A", "LONG": "-03.33", "NAME": "BAUDOUX Bernard", "SPORT": "Fencing", "LOC_DATE": "1928 05 31", "UNIV_DATE": "1928 05 31", "BIRTH_PLACE": "SOISSONS", "POSTAL_CODE": "02209 CEDEX"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22782	boissier-yves-1944-01-27	{"3a_sports": "504", "cfepp-final3": "386"}	{"cfepp": "CF-386", "ertel": "ES-504"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Boissier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1944-01-27 17:00", "note": null, "place": {"c1": null, "c2": "26", "c3": "", "cy": "FR", "lg": -4.74, "lat": 44.56, "name": "MONTELIMAR", "geoid": null}, "notime": null, "date-ut": "1944-01-27 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Yves", "family": "Boissier"}, "birth": {"date": "1944-01-27", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "504", "ENG": "", "MA_": "1", "G_NR": "47", "MA12": "2", "MARS": "5", "NAME": "Boissier", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "2,600", "CSINR": "", "KURTZ": "", "PHAS_": "2,800", "STUND": "", "CFEPNR": "386", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Yves", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "27.01.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FENC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1944-01-27 17:00", "place": {"c2": "26", "c3": "", "cy": "FR", "lg": -4.74, "lat": 44.56, "name": "MONTELIMAR"}, "date-ut": "1944-01-27 16:00"}, "occus": ["fencer"], "ids-in-sources": {"cfepp-final3": "386"}}, "raw": {"S": "2", "LT": "17 00", "LV": "I", "TR": "f", "UT": "16 00", "LAT": "+44.56", "SRC": "L", "LONG": "-04.74", "NAME": "BOISSIER Yves", "SPORT": "Fencing", "LOC_DATE": "1944 01 27", "UNIV_DATE": "1944 01 27", "BIRTH_PLACE": "MONTELIMAR", "POSTAL_CODE": "26205 CEDEX"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22830	bourquard-paul-1937-03-05	{"3a_sports": "617", "cfepp-final3": "388"}	{"cfepp": "CF-388", "ertel": "ES-617"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Bourquard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1937-03-05 23:15", "note": null, "place": {"c1": null, "c2": "90", "c3": "", "cy": "FR", "lg": -6.86, "lat": 47.64, "name": "BELFORT", "geoid": null}, "notime": null, "date-ut": "1937-03-05 23:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Paul", "family": "Bourquard"}, "birth": {"date": "1937-03-15", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "617", "ENG": "0", "MA_": "2", "G_NR": "61", "MA12": "12", "MARS": "36", "NAME": "Bourquard", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "4,600", "CSINR": "", "KURTZ": "", "PHAS_": "6,800", "STUND": "", "CFEPNR": "388", "EXTEND": "1", "NATION": "FRA", "TAGMON": "15.03.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Paul", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "15.03.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FENC", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "bourquard-paul-1937-03-05", "birth": {"date": "1937-03-05 23:15", "place": {"c2": "90", "c3": "", "cy": "FR", "lg": -6.86, "lat": 47.64, "name": "BELFORT"}, "date-ut": "1937-03-05 23:15"}, "occus": ["fencer"], "ids-in-sources": {"cfepp-final3": "388"}}, "raw": {"S": "12", "LT": "23 15", "LV": "I", "TR": "f", "UT": "23 15", "LAT": "+47.64", "SRC": "L", "LONG": "-06.86", "NAME": "BOURQUARD Paul", "SPORT": "Fencing", "LOC_DATE": "1937 03 05", "UNIV_DATE": "1937 03 05", "BIRTH_PLACE": "BELFORT", "POSTAL_CODE": "90020 CEDEX"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23009	courtillat-jacky-1943-01-08	{"3a_sports": "1144", "cfepp-final3": "393"}	{"cfepp": "CF-393", "ertel": "ES-1144"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacky", "family": "Courtillat", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-01-08 09:00", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": -2.66, "lat": 48.54, "name": "MELUN", "geoid": null}, "notime": null, "date-ut": "1943-01-08 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jacky", "family": "Courtillat"}, "birth": {"date": "1943-01-08", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1144", "ENG": "", "MA_": "1", "G_NR": "111", "MA12": "2", "MARS": "6", "NAME": "Courtillat", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "2,900", "CSINR": "", "KURTZ": "", "PHAS_": "3,300", "STUND": "", "CFEPNR": "393", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.01.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jacky", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "08.01.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FENC", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1943-01-08 09:00", "place": {"c2": "77", "c3": "", "cy": "FR", "lg": -2.66, "lat": 48.54, "name": "MELUN"}, "date-ut": "1943-01-08 08:00"}, "occus": ["fencer"], "ids-in-sources": {"cfepp-final3": "393"}}, "raw": {"S": "2", "LT": "09 00", "LV": "I", "TR": "f", "UT": "08 00", "LAT": "+48.54", "SRC": "L", "LONG": "-02.66", "NAME": "COURTILLAT Jacky", "SPORT": "Fencing", "LOC_DATE": "1943 01 08", "UNIV_DATE": "1943 01 08", "BIRTH_PLACE": "MELUN", "POSTAL_CODE": "77011 CEDEX"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23091	dimont-jacques-1945-02-02	{"3a_sports": "1415", "cfepp-final3": "396"}	{"cfepp": "CF-396", "ertel": "ES-1415"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Dimont", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1945-02-02 23:30", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": -2.96, "lat": 50.49, "name": "CARVIN", "geoid": null}, "notime": null, "date-ut": "1945-02-02 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jacques", "family": "Dimont"}, "birth": {"date": "1945-02-02", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1415", "ENG": "", "MA_": "1", "G_NR": "136", "MA12": "9", "MARS": "27", "NAME": "Dimont", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-7,000", "CSINR": "", "KURTZ": "", "PHAS_": "80,200", "STUND": "", "CFEPNR": "396", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.02.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "02.02.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FENC", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1945-02-02 23:30", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": -2.96, "lat": 50.49, "name": "CARVIN"}, "date-ut": "1945-02-02 22:30"}, "occus": ["fencer"], "ids-in-sources": {"cfepp-final3": "396"}}, "raw": {"S": "10", "LT": "23 30", "LV": "I", "TR": "f", "UT": "22 30", "LAT": "+50.49", "SRC": "L", "LONG": "-02.96", "NAME": "DIMONT Jacques", "SPORT": "Fencing", "LOC_DATE": "1945 02 02", "UNIV_DATE": "1945 02 02", "BIRTH_PLACE": "CARVIN", "POSTAL_CODE": "62220"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24164	ducret-roger-1888-04-02	{"cfepp-final3": "398"}	{"cfepp": "CF-398"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "DUCRET", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1888-04-02 08:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "1", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1888-04-02 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"name": {"given": "Roger", "family": "DUCRET"}, "birth": {"date": "1888-04-02 08:00", "place": {"c2": "75", "c3": "1", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1888-04-02 07:51"}, "occus": ["fencer"], "trust": 5, "ids-in-sources": {"cfepp-final3": "398"}}, "raw": {"S": "7", "LT": "08 00", "LV": "O", "TR": "f", "UT": "07 51", "LAT": "+48.86", "SRC": "AL", "LONG": "-02.34", "NAME": "DUCRET Roger", "SPORT": "Fencing", "LOC_DATE": "1888 04 02", "UNIV_DATE": "1888 04 02", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75001"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1235	gaudin-lucien-1886-09-27	{"a1": "1236", "3a_sports": "1800", "cfepp-final3": "401"}	{"cfepp": "CF-401", "cpara": "CP-199", "ertel": "ES-1800", "lerrcp": "A1-1236"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Gaudin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:11:08", "date": "1886-09-27 07:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "notime": null, "date-ut": "1886-09-27 06:49"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Gaudin"}, "birth": {"tzo": "+00:11:08", "date": "1886-09-27 07:00", "place": {"c2": "62", "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "date-ut": "1886-09-27 06:48:56"}, "occus": ["fencer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1236"}, "ids-in-sources": {"a1": "1236"}}, "raw": {"H": "6", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "27", "LAT": "50N18", "LON": "2E46", "MON": "9", "NUM": "1236", "PRO": "C", "SEC": "56", "YEA": "1886", "CITY": "ARRAS"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1886-09-27 07:00"}, "partial-ids": {"ertel": "ES-1800"}}, "raw": {"L": "", "MF": "", "NR": "1800", "ENG": "", "MA_": "0", "G_NR": "1236", "MA12": "11", "MARS": "32", "NAME": "Gaudin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,100", "CSINR": "", "KURTZ": "", "PHAS_": "1,200", "STUND": "7,00", "CFEPNR": "401", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.09.", "ZITATE": "DHK", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "199", "VORNAME": "Lucien", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "27.09.1886", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FENC", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1886-09-27 07:00", "place": {"c3": ""}, "date-ut": "1886-09-27 06:49"}, "occus": ["fencer"], "ids-in-sources": {"cfepp-final3": "401"}}, "raw": {"S": "11", "LT": "07 00", "LV": "M", "TR": "f", "UT": "06 49", "LAT": "+50.29", "SRC": "AL", "LONG": "-02.77", "NAME": "GAUDIN Lucien", "SPORT": "Fencing", "LOC_DATE": "1886 09 27", "UNIV_DATE": "1886 09 27", "BIRTH_PLACE": "ARRAS", "POSTAL_CODE": "62022 CEDEX"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1233	gardere-andre-1913-05-08	{"a1": "1234", "g55": "03-209", "3a_sports": "1787", "cfepp-final3": "399"}	{"g55": "03-209", "cfepp": "CF-399", "cpara": "CP-197", "ertel": "ES-1787", "lerrcp": "A1-1234"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Gardere", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-05-08 15:00", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 6.87787, "lat": 48.07346, "name": "Gérardmer", "geoid": 3016274}, "notime": null, "date-ut": "1913-05-08 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"name": {"given": "André", "family": "Gardere"}, "birth": {"place": {"c2": "88", "cy": "FR", "lg": 6.87787, "lat": 48.07346, "name": "Gérardmer", "geoid": 3016274}, "date-ut": "1913-05-08 15:00:00"}, "occus": ["fencer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1234"}, "ids-in-sources": {"a1": "1234"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "88", "COU": "F", "DAY": "8", "LAT": "48N10", "LON": "6E28", "MON": "5", "NUM": "1234", "PRO": "C", "SEC": "0", "YEA": "1913", "CITY": "GERARDMER"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1913-05-08 15:00"}, "partial-ids": {"ertel": "ES-1787"}}, "raw": {"L": "", "MF": "", "NR": "1787", "ENG": "", "MA_": "1", "G_NR": "1234", "MA12": "7", "MARS": "19", "NAME": "Gardre", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,500", "CSINR": "", "KURTZ": "", "PHAS_": "3,100", "STUND": "15,00", "CFEPNR": "399", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.05.", "ZITATE": "HKD", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "197", "VORNAME": "André", "ZITRANG": "4", "GAUQ1955": "+", "GEBDATUM": "08.05.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FENC", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1913-05-08 15:00", "place": {"c3": ""}, "date-ut": "1913-05-08 15:00"}, "occus": ["fencer"], "ids-in-sources": {"cfepp-final3": "399"}}, "raw": {"S": "7", "LT": "15 00", "LV": "FI", "TR": "f", "UT": "15 00", "LAT": "+48.07", "SRC": "AG", "LONG": "-06.88", "NAME": "GARDERE Andre", "SPORT": "Fencing", "LOC_DATE": "1913 05 08", "UNIV_DATE": "1913 05 08", "BIRTH_PLACE": "GERARDMER", "POSTAL_CODE": "88400"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-209"}, "ids-in-source": {"g55": "03-209"}}, "raw": {"DAY": "8-5-1913", "HOUR": "15 h.", "NAME": "GARDERE André", "PLACE": "Gérardmer (Vosges)."}, "date": "2023-08-20T14:48:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
23338	herbster-claude-1946-03-28	{"3a_sports": "2109", "cfepp-final3": "402"}	{"cfepp": "CF-402", "ertel": "ES-2109"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Herbster", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1946-03-28 02:30", "note": null, "place": {"c1": null, "c2": "21", "c3": "", "cy": "FR", "lg": -5.04, "lat": 47.32, "name": "DIJON", "geoid": null}, "notime": null, "date-ut": "1946-03-28 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Claude", "family": "Herbster"}, "birth": {"date": "1946-03-28", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "2109", "ENG": "", "MA_": "0", "G_NR": "217", "MA12": "6", "MARS": "17", "NAME": "Herbster", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,600", "CSINR": "", "KURTZ": "", "PHAS_": "30,300", "STUND": "", "CFEPNR": "402", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Claude", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "28.03.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FENC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1946-03-28 02:30", "place": {"c2": "21", "c3": "", "cy": "FR", "lg": -5.04, "lat": 47.32, "name": "DIJON"}, "date-ut": "1946-03-28 01:30"}, "occus": ["fencer"], "ids-in-sources": {"cfepp-final3": "402"}}, "raw": {"S": "6", "LT": "02 30", "LV": "FI", "TR": "f", "UT": "01 30", "LAT": "+47.32", "SRC": "L", "LONG": "-05.04", "NAME": "HERBSTER Claude", "SPORT": "Fencing", "LOC_DATE": "1946 03 28", "UNIV_DATE": "1946 03 28", "BIRTH_PLACE": "DIJON", "POSTAL_CODE": "21033 CEDEX"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24165	huet-maurice-1918-12-01	{"cfepp-final3": "403"}	{"cfepp": "CF-403"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "HUET", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1918-12-01 01:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "18", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1918-12-01 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "HUET"}, "birth": {"date": "1918-12-01 01:00", "place": {"c2": "75", "c3": "18", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1918-12-01 01:00"}, "occus": ["fencer"], "trust": 5, "ids-in-sources": {"cfepp-final3": "403"}}, "raw": {"S": "9", "LT": "01 00", "LV": "O", "TR": "f", "UT": "01 00", "LAT": "+48.86", "SRC": "A", "LONG": "-02.34", "NAME": "HUET Maurice", "SPORT": "Fencing", "LOC_DATE": "1918 12 01", "UNIV_DATE": "1918 12 01", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75018"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24166	jeanne-francois-1943-11-13	{"cfepp-final3": "404"}	{"cfepp": "CF-404"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francois", "family": "JEANNE", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1943-11-13 20:45", "note": null, "place": {"c1": null, "c2": "75", "c3": "15", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1943-11-13 19:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"name": {"given": "Francois", "family": "JEANNE"}, "birth": {"date": "1943-11-13 20:45", "place": {"c2": "75", "c3": "15", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1943-11-13 19:45"}, "occus": ["fencer"], "trust": 5, "ids-in-sources": {"cfepp-final3": "404"}}, "raw": {"S": "1", "LT": "20 45", "LV": "I", "TR": "f", "UT": "19 45", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "JEANNE Francois", "SPORT": "Fencing", "LOC_DATE": "1943 11 13", "UNIV_DATE": "1943 11 13", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75015"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23402	ladegaillerie-jacques-1944-01-10	{"3a_sports": "2321", "cfepp-final3": "406"}	{"cfepp": "CF-406", "ertel": "ES-2321"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Ladegaillerie", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1944-01-10 23:00", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": -2.18, "lat": 48.94, "name": "SARTROUVILLE", "geoid": null}, "notime": null, "date-ut": "1944-01-10 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jacques", "family": "Ladegaillerie"}, "birth": {"date": "1944-01-10", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2321", "ENG": "1", "MA_": "2", "G_NR": "24", "MA12": "4", "MARS": "11", "NAME": "Ladegaillerie", "PUBL": "U", "QUEL": "G_79F", "AUFAB": "1,800", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "", "CFEPNR": "406", "EXTEND": "1", "NATION": "FRA", "TAGMON": "10.01.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "10.01.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FENC", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1944-01-10 23:00", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": -2.18, "lat": 48.94, "name": "SARTROUVILLE"}, "date-ut": "1944-01-10 22:00"}, "occus": ["fencer"], "ids-in-sources": {"cfepp-final3": "406"}}, "raw": {"S": "4", "LT": "23 00", "LV": "O", "TR": "f", "UT": "22 00", "LAT": "+48.94", "SRC": "L", "LONG": "-02.18", "NAME": "LADEGAILLERIE Jacques", "SPORT": "Fencing", "LOC_DATE": "1944 01 10", "UNIV_DATE": "1944 01 10", "BIRTH_PLACE": "SARTROUVILLE", "POSTAL_CODE": "78500"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24167	level-annick-1942-12-05	{"cfepp-final3": "408"}	{"cfepp": "CF-408"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Annick", "family": "LEVEL", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1942-12-05 12:30", "note": null, "place": {"c1": null, "c2": "65", "c3": null, "cy": "FR", "lg": -0.08, "lat": 43.23, "name": "TARBES", "geoid": null}, "notime": null, "date-ut": "1942-12-05 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"name": {"given": "Annick", "family": "LEVEL"}, "birth": {"date": "1942-12-05 12:30", "place": {"c2": "65", "cy": "FR", "lg": -0.08, "lat": 43.23, "name": "TARBES"}, "date-ut": "1942-12-05 11:30"}, "occus": ["fencer"], "trust": 5, "ids-in-sources": {"cfepp-final3": "408"}}, "raw": {"S": "4", "LT": "12 30", "LV": "I", "TR": "f", "UT": "11 30", "LAT": "+43.23", "SRC": "L", "LONG": "-00.08", "NAME": "LEVEL Annick", "SPORT": "Fencing", "LOC_DATE": "1942 12 05", "UNIV_DATE": "1942 12 05", "BIRTH_PLACE": "TARBES", "POSTAL_CODE": "65013 CEDEX"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23639	noel-christian-1945-03-13	{"3a_sports": "3041", "cfepp-final3": "411"}	{"cfepp": "CF-411", "ertel": "ES-3041"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Noel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1945-03-13 16:00", "note": null, "place": {"c1": null, "c2": "47", "c3": "", "cy": "FR", "lg": -0.62, "lat": 44.2, "name": "AGEN", "geoid": null}, "notime": null, "date-ut": "1945-03-13 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Christian", "family": "Noel"}, "birth": {"date": "1945-03-13", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3041", "ENG": "", "MA_": "1", "G_NR": "325", "MA12": "6", "MARS": "18", "NAME": "Noel", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-4,700", "CSINR": "", "KURTZ": "", "PHAS_": "2,100", "STUND": "", "CFEPNR": "411", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.03.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Christian", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "13.03.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FENC", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1945-03-13 16:00", "place": {"c2": "47", "c3": "", "cy": "FR", "lg": -0.62, "lat": 44.2, "name": "AGEN"}, "date-ut": "1945-03-13 15:00"}, "occus": ["fencer"], "ids-in-sources": {"cfepp-final3": "411"}}, "raw": {"S": "6", "LT": "16 00", "LV": "O", "TR": "f", "UT": "15 00", "LAT": "+44.20", "SRC": "L", "LONG": "-00.62", "NAME": "NOEL Christian", "SPORT": "Fencing", "LOC_DATE": "1945 03 13", "UNIV_DATE": "1945 03 13", "BIRTH_PLACE": "AGEN", "POSTAL_CODE": "47015 CEDEX"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24168	panizza-serge-1942-11-19	{"cfepp-final3": "412"}	{"cfepp": "CF-412"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Serge", "family": "PANIZZA", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1942-11-19 07:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "12", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1942-11-19 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"name": {"given": "Serge", "family": "PANIZZA"}, "birth": {"date": "1942-11-19 07:00", "place": {"c2": "75", "c3": "12", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1942-11-19 06:00"}, "occus": ["fencer"], "trust": 5, "ids-in-sources": {"cfepp-final3": "412"}}, "raw": {"S": "1", "LT": "07 00", "LV": "FI", "TR": "f", "UT": "06 00", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "PANIZZA Serge", "SPORT": "Fencing", "LOC_DATE": "1942 11 19", "UNIV_DATE": "1942 11 19", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75012"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23682	parent-jean-1928-05-07	{"3a_sports": "3143", "cfepp-final3": "413"}	{"cfepp": "CF-413", "ertel": "ES-3143"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Parent", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-05-07 00:50", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": -3.06, "lat": 50.63, "name": "LILLE", "geoid": null}, "notime": null, "date-ut": "1928-05-06 23:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean", "family": "Parent"}, "birth": {"date": "1928-05-07", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3143", "ENG": "", "MA_": "0", "G_NR": "156", "MA12": "11", "MARS": "33", "NAME": "Parent", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-2,900", "CSINR": "", "KURTZ": "", "PHAS_": "95,900", "STUND": "", "CFEPNR": "413", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.05.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FENC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1928-05-07 00:50", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": -3.06, "lat": 50.63, "name": "LILLE"}, "date-ut": "1928-05-06 23:50"}, "occus": ["fencer"], "ids-in-sources": {"cfepp-final3": "413"}}, "raw": {"S": "11", "LT": "00 50", "LV": "I", "TR": "f", "UT": "23 50", "LAT": "+50.63", "SRC": "A", "LONG": "-03.06", "NAME": "PARENT Jean", "SPORT": "Fencing", "LOC_DATE": "1928 05 07", "UNIV_DATE": "1928 05 06", "BIRTH_PLACE": "LILLE", "POSTAL_CODE": "59033 CEDEX"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24169	pecheux-michel-1911-06-24	{"cfepp-final3": "415"}	{"cfepp": "CF-415"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "PECHEUX", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1911-06-24 16:30", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": 2.76, "lat": 48.51, "name": "ST BRIEUC", "geoid": null}, "notime": null, "date-ut": "1911-06-24 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"name": {"given": "Michel", "family": "PECHEUX"}, "birth": {"date": "1911-06-24 16:30", "place": {"c2": "22", "cy": "FR", "lg": 2.76, "lat": 48.51, "name": "ST BRIEUC"}, "date-ut": "1911-06-24 16:30"}, "occus": ["fencer"], "trust": 5, "ids-in-sources": {"cfepp-final3": "415"}}, "raw": {"S": "8", "LT": "16 30", "LV": "M", "TR": "f", "UT": "16 30", "LAT": "+48.51", "SRC": "ALG", "LONG": "+02.76", "NAME": "PECHEUX Michel", "SPORT": "Fencing", "LOC_DATE": "1911 06 24", "UNIV_DATE": "1911 06 24", "BIRTH_PLACE": "ST BRIEUC", "POSTAL_CODE": "22023 CEDEX"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23797	reant-fred-1945-02-11	{"3a_sports": "3451", "cfepp-final3": "416"}	{"cfepp": "CF-416", "ertel": "ES-3451"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fred", "family": "Reant", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1945-02-11 01:25", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": -3.88, "lat": 43.61, "name": "MONTPELLIER", "geoid": null}, "notime": null, "date-ut": "1945-02-11 00:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Fred", "family": "Reant"}, "birth": {"date": "1945-02-11", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3451", "ENG": "", "MA_": "1", "G_NR": "372", "MA12": "10", "MARS": "30", "NAME": "Reant", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-5,500", "CSINR": "", "KURTZ": "", "PHAS_": "4,100", "STUND": "", "CFEPNR": "416", "EXTEND": "", "NATION": "FRA", "TAGMON": "11.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Fred", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "11.02.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FENC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1945-02-11 01:25", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": -3.88, "lat": 43.61, "name": "MONTPELLIER"}, "date-ut": "1945-02-11 00:25"}, "occus": ["fencer"], "ids-in-sources": {"cfepp-final3": "416"}}, "raw": {"S": "10", "LT": "01 25", "LV": "F", "TR": "f", "UT": "00 25", "LAT": "+43.61", "SRC": "L", "LONG": "-03.88", "NAME": "REANT Fred", "SPORT": "Fencing", "LOC_DATE": "1945 02 11", "UNIV_DATE": "1945 02 11", "BIRTH_PLACE": "MONTPELLIER", "POSTAL_CODE": "34064 CEDEX"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24170	rousselet-catherine-1943-05-17	{"cfepp-final3": "418"}	{"cfepp": "CF-418"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Catherine", "family": "ROUSSELET", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1943-05-17 11:15", "note": null, "place": {"c1": null, "c2": "75", "c3": "16", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1943-05-17 09:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"name": {"given": "Catherine", "family": "ROUSSELET"}, "birth": {"date": "1943-05-17 11:15", "place": {"c2": "75", "c3": "16", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1943-05-17 09:15"}, "occus": ["fencer"], "trust": 5, "ids-in-sources": {"cfepp-final3": "418"}}, "raw": {"S": "4", "LT": "11 15", "LV": "I", "TR": "f", "UT": "09 15", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "ROUSSELET Catherine", "SPORT": "Fencing", "LOC_DATE": "1943 05 17", "UNIV_DATE": "1943 05 17", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75016"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24018	tournon-jean-francois-1905-08-06	{"3a_sports": "4055", "cfepp-final3": "420"}	{"cfepp": "CF-420", "ertel": "ES-4055"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Francois", "family": "Tournon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1905-08-06 15:20", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": -2.29, "lat": 48.92, "name": "BOIS COLOMBES", "geoid": null}, "notime": null, "date-ut": "1905-08-06 15:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean Francois", "family": "Tournon"}, "birth": {"date": "1905-08-06", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4055", "ENG": "", "MA_": "1", "G_NR": "198", "MA12": "11", "MARS": "31", "NAME": "Tournon", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "9,900", "CSINR": "", "KURTZ": "", "PHAS_": "28,500", "STUND": "", "CFEPNR": "420", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.08.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean Francois", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "06.08.1905", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FENC", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1905-08-06 15:20", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": -2.29, "lat": 48.92, "name": "BOIS COLOMBES"}, "date-ut": "1905-08-06 15:11"}, "occus": ["fencer"], "ids-in-sources": {"cfepp-final3": "420"}}, "raw": {"S": "1", "LT": "15 20", "LV": "FI", "TR": "f", "UT": "15 11", "LAT": "+48.92", "SRC": "A", "LONG": "-02.29", "NAME": "TOURNON Jean-Francois", "SPORT": "Fencing", "LOC_DATE": "1905 08 06", "UNIV_DATE": "1905 08 06", "BIRTH_PLACE": "BOIS COLOMBES", "POSTAL_CODE": "92270"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24044	vallee-bernard-1945-10-05	{"3a_sports": "4114", "cfepp-final3": "421"}	{"cfepp": "CF-421", "ertel": "ES-4114"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Vallée", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1945-10-05 02:00", "note": null, "place": {"c1": null, "c2": "93", "c3": "", "cy": "FR", "lg": -2.39, "lat": 48.92, "name": "AUBERVILLIERS", "geoid": null}, "notime": null, "date-ut": "1945-10-05 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bernard", "family": "Vallée"}, "birth": {"date": "1945-10-05", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4114", "ENG": "", "MA_": "1", "G_NR": "441", "MA12": "2", "MARS": "4", "NAME": "Vallée", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-3,200", "CSINR": "", "KURTZ": "", "PHAS_": "1,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Bernard", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "05.10.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FENC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1945-10-05 02:00", "place": {"c2": "93", "c3": "", "cy": "FR", "lg": -2.39, "lat": 48.92, "name": "AUBERVILLIERS"}, "date-ut": "1945-10-05 01:00"}, "occus": ["fencer"], "ids-in-sources": {"cfepp-final3": "421"}}, "raw": {"S": "2", "LT": "02 00", "LV": "FI", "TR": "f", "UT": "01 00", "LAT": "+48.92", "SRC": "L", "LONG": "-02.39", "NAME": "VALLEE Bernard", "SPORT": "Fencing", "LOC_DATE": "1945 10 05", "UNIV_DATE": "1945 10 05", "BIRTH_PLACE": "AUBERVILLIERS", "POSTAL_CODE": "93300"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15803	artelesa-marcel-1938-07-02	{"d6": "14", "3a_sports": "145", "cfepp-final3": "424"}	{"cfepp": "CF-424", "ertel": "ES-145", "lerrcp": "D6-14"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Artelesa", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1938-07-02 16:45", "note": null, "place": {"c1": null, "c2": "10", "c3": "", "cy": "FR", "lg": -4.1, "lat": 48.32, "name": "PONT STE MARIE", "geoid": null}, "notime": null, "date-ut": "1938-07-02 15:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Artelesa"}, "birth": {"date": "1938-07-02 16:45", "place": {"cy": "FR", "lg": 4.1, "lat": 48.33333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "14"}}, "raw": {"H": "16", "MN": "45", "DAY": "2", "LAT": "48N20", "LON": "04E06", "MON": "7", "NUM": "14", "SEC": "0", "YEA": "1938", "NAME": "Artelesa Marcel"}, "date": "2023-08-20T14:44:00+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-145"}}, "raw": {"L": "", "MF": "", "NR": "145", "ENG": "", "MA_": "1", "G_NR": "14", "MA12": "5", "MARS": "13", "NAME": "Artelesa", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "9,100", "CSINR": "", "KURTZ": "", "PHAS_": "23,300", "STUND": "", "CFEPNR": "424", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.07.", "ZITATE": "DWO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "02.07.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1938-07-02 16:45", "place": {"c2": "10", "c3": "", "cy": "FR", "lg": -4.1, "lat": 48.32, "name": "PONT STE MARIE"}, "date-ut": "1938-07-02 15:45"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "424"}}, "raw": {"S": "5", "LT": "16 45", "LV": "I21", "TR": "f", "UT": "15 45", "LAT": "+48.32", "SRC": "L", "LONG": "-04.10", "NAME": "ARTELESA Marcel", "SPORT": "Soccer", "LOC_DATE": "1938 07 02", "UNIV_DATE": "1938 07 02", "BIRTH_PLACE": "PONT STE MARIE", "POSTAL_CODE": "10150"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24171	baillot-henri-1924-12-13	{"cfepp-final3": "426"}	{"cfepp": "CF-426"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "BAILLOT", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1924-12-13 22:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": -6.17, "lat": 49.12, "name": "METZ", "geoid": null}, "notime": null, "date-ut": "1924-12-13 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Henri", "family": "BAILLOT"}, "birth": {"date": "1924-12-13 22:00", "place": {"c2": "57", "cy": "FR", "lg": -6.17, "lat": 49.12, "name": "METZ"}, "date-ut": "1924-12-13 22:00"}, "occus": ["football-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "426"}}, "raw": {"S": "6", "LT": "22 00", "LV": "I8", "TR": "f", "UT": "22 00", "LAT": "+49.12", "SRC": "AL", "LONG": "-06.17", "NAME": "BAILLOT Henri", "SPORT": "Soccer", "LOC_DATE": "1924 12 13", "UNIV_DATE": "1924 12 13", "BIRTH_PLACE": "METZ", "POSTAL_CODE": "57036 CEDEX"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24172	batmale-jean-1895-09-18	{"cfepp-final3": "431"}	{"cfepp": "CF-431"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "BATMALE", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1895-09-18 13:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": 0.37, "lat": 43.3, "name": "PAU", "geoid": null}, "notime": null, "date-ut": "1895-09-18 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "BATMALE"}, "birth": {"date": "1895-09-18 13:00", "place": {"c2": "64", "cy": "FR", "lg": 0.37, "lat": 43.3, "name": "PAU"}, "date-ut": "1895-09-18 12:51"}, "occus": ["football-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "431"}}, "raw": {"S": "4", "LT": "13 00", "LV": "I6", "TR": "f", "UT": "12 51", "LAT": "+43.30", "SRC": "A", "LONG": "+00.37", "NAME": "BATMALE Jean", "SPORT": "Soccer", "LOC_DATE": "1895 09 18", "UNIV_DATE": "1895 09 18", "BIRTH_PLACE": "PAU", "POSTAL_CODE": "64015 CEDEX"}, "date": "2023-08-20T14:46:03+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1250	baratte-jean-1923-06-07	{"a1": "1251", "g55": "03-222", "3a_sports": "236", "cfepp-final3": "429"}	{"g55": "03-222", "cfepp": "CF-429", "cpara": "CP-25", "ertel": "ES-236", "lerrcp": "A1-1251"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Baratte", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1923-06-07 23:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.03333, "lat": 50.65, "name": "Lambersart", "geoid": 3008218}, "notime": null, "date-ut": "1923-06-07 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Baratte"}, "birth": {"tzo": "+01:00", "date": "1923-06-07 23:00", "place": {"c2": "59", "cy": "FR", "lg": 3.03333, "lat": 50.65, "name": "Lambersart", "geoid": 3008218}, "date-ut": "1923-06-07 22:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1251"}, "ids-in-sources": {"a1": "1251"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "59", "COU": "F", "DAY": "7", "LAT": "50N39", "LON": "3E 5", "MON": "6", "NUM": "1251", "PRO": "C", "SEC": "0", "YEA": "1923", "CITY": "LAMBERSART"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1923-06-07 23:00"}, "partial-ids": {"ertel": "ES-236"}}, "raw": {"L": "", "MF": "", "NR": "236", "ENG": "", "MA_": "1", "G_NR": "1251", "MA12": "7", "MARS": "20", "NAME": "Baratte", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,700", "CSINR": "", "KURTZ": "", "PHAS_": "44,200", "STUND": "23,00", "CFEPNR": "429", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.06.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "25", "VORNAME": "Jean", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "07.06.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1923-06-07 23:00", "place": {"c3": ""}, "date-ut": "1923-06-07 22:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "429"}}, "raw": {"S": "7", "LT": "23 00", "LV": "I32", "TR": "f", "UT": "22 00", "LAT": "+50.65", "SRC": "ALG", "LONG": "-03.03", "NAME": "BARATTE Jean", "SPORT": "Soccer", "LOC_DATE": "1923 06 07", "UNIV_DATE": "1923 06 07", "BIRTH_PLACE": "LAMBERSART", "POSTAL_CODE": "59130"}, "date": "2023-08-20T14:46:03+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-222"}, "ids-in-source": {"g55": "03-222"}}, "raw": {"DAY": "7-6-1923", "HOUR": "23 h.", "NAME": "BARATTE Jean", "PLACE": "Lambresart (Nord)."}, "date": "2023-08-20T14:48:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
15837	betta-andre-1944-03-04	{"d6": "48", "3a_sports": "412", "cfepp-final3": "436"}	{"cfepp": "CF-436", "ertel": "ES-412", "lerrcp": "D6-48"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Betta", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1944-03-04 08:30", "note": null, "place": {"c1": null, "c2": "21", "c3": "", "cy": "FR", "lg": -4.84, "lat": 47.03, "name": "BEAUNE", "geoid": null}, "notime": null, "date-ut": "1944-03-04 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "André", "family": "Betta"}, "birth": {"date": "1944-03-04 08:30", "place": {"cy": "FR", "lg": 4.83333, "lat": 47.03333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "48"}}, "raw": {"H": "8", "MN": "30", "DAY": "4", "LAT": "47N02", "LON": "04E50", "MON": "3", "NUM": "48", "SEC": "0", "YEA": "1944", "NAME": "Betta André"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-412"}}, "raw": {"L": "", "MF": "", "NR": "412", "ENG": "", "MA_": "1", "G_NR": "48", "MA12": "11", "MARS": "31", "NAME": "Betta", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "9,300", "CSINR": "", "KURTZ": "", "PHAS_": "70,800", "STUND": "", "CFEPNR": "436", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "04.03.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1944-03-04 08:30", "place": {"c2": "21", "c3": "", "cy": "FR", "lg": -4.84, "lat": 47.03, "name": "BEAUNE"}, "date-ut": "1944-03-04 07:30"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "436"}}, "raw": {"S": "11", "LT": "08 30", "LV": "I2", "TR": "f", "UT": "07 30", "LAT": "+47.03", "SRC": "L", "LONG": "-04.84", "NAME": "BETTA Andre", "SPORT": "Soccer", "LOC_DATE": "1944 03 04", "UNIV_DATE": "1944 03 04", "BIRTH_PLACE": "BEAUNE", "POSTAL_CODE": "21206 CEDEX"}, "date": "2023-08-20T14:46:03+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24173	bras-jean-claude-1945-11-15	{"cfepp-final3": "447"}	{"cfepp": "CF-447"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Claude", "family": "BRAS", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1945-11-15 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "17", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1945-11-15 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jean-Claude", "family": "BRAS"}, "birth": {"date": "1945-11-15 05:00", "place": {"c2": "75", "c3": "17", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1945-11-15 04:00"}, "occus": ["football-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "447"}}, "raw": {"S": "3", "LT": "05 00", "LV": "I6", "TR": "f", "UT": "04 00", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "BRAS Jean-Claude", "SPORT": "Soccer", "LOC_DATE": "1945 11 15", "UNIV_DATE": "1945 11 15", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75017"}, "date": "2023-08-20T14:46:03+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15857	broissard-jose-1947-02-20	{"d6": "68", "3a_sports": "681", "cfepp-final3": "448"}	{"cfepp": "CF-448", "ertel": "ES-681", "lerrcp": "D6-68"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "José", "family": "Broissard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-02-20 05:00", "note": null, "place": {"c1": null, "c2": "60", "c3": "", "cy": "FR", "lg": -2.5, "lat": 49.52, "name": "RAVENEL", "geoid": null}, "notime": null, "date-ut": "1947-02-20 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "José", "family": "Broissard"}, "birth": {"date": "1947-02-20 05:00", "place": {"cy": "FR", "lg": 2.5, "lat": 49.51667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "68"}}, "raw": {"H": "5", "MN": "0", "DAY": "20", "LAT": "49N31", "LON": "02E30", "MON": "2", "NUM": "68", "SEC": "0", "YEA": "1947", "NAME": "Broissard josé"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-681"}}, "raw": {"L": "", "MF": "", "NR": "681", "ENG": "", "MA_": "0", "G_NR": "68", "MA12": "11", "MARS": "33", "NAME": "Broissart", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-3,000", "CSINR": "", "KURTZ": "", "PHAS_": "1,400", "STUND": "", "CFEPNR": "448", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.02.", "ZITATE": "DFO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jose", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "20.02.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1947-02-20 05:00", "place": {"c2": "60", "c3": "", "cy": "FR", "lg": -2.5, "lat": 49.52, "name": "RAVENEL"}, "date-ut": "1947-02-20 04:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "448"}}, "raw": {"S": "11", "LT": "05 00", "LV": "I8", "TR": "f", "UT": "04 00", "LAT": "+49.52", "SRC": "L", "LONG": "-02.50", "NAME": "BROISSART Jose", "SPORT": "Soccer", "LOC_DATE": "1947 02 20", "UNIV_DATE": "1947 02 20", "BIRTH_PLACE": "RAVENEL", "POSTAL_CODE": "60130"}, "date": "2023-08-20T14:46:03+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1264	bonifaci-antoine-1931-09-04	{"a1": "1265", "3a_sports": "534", "cfepp-final3": "442"}	{"cfepp": "CF-442", "cpara": "CP-63", "ertel": "ES-534", "lerrcp": "A1-1265"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Bonifaci", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1931-09-04 01:00", "note": null, "place": {"c1": null, "c2": "95", "c3": "", "cy": "FR", "lg": 2.2128, "lat": 48.92426, "name": "Bezons", "geoid": 3032824}, "notime": null, "date-ut": "1931-09-04 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Bonifaci"}, "birth": {"tzo": "+01:00", "date": "1931-09-04 01:00", "place": {"c2": "95", "cy": "FR", "lg": 2.2128, "lat": 48.92426, "name": "Bezons", "geoid": 3032824}, "date-ut": "1931-09-04 00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1265"}, "ids-in-sources": {"a1": "1265"}}, "raw": {"H": "0", "MN": "0", "TZ": "0", "COD": "95", "COU": "F", "DAY": "4", "LAT": "49N 0", "LON": "2E 0", "MON": "9", "NUM": "1265", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "BEZONS"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-09-04 01:00"}, "partial-ids": {"ertel": "ES-534"}}, "raw": {"L": "", "MF": "", "NR": "534", "ENG": "", "MA_": "0", "G_NR": "1265", "MA12": "8", "MARS": "24", "NAME": "Bonifaci", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,100", "CSINR": "", "KURTZ": "", "PHAS_": "63,000", "STUND": "1,00", "CFEPNR": "442", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.09.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "63", "VORNAME": "Antoine", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "04.09.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:56+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1931-09-04 01:00", "place": {"c3": ""}, "date-ut": "1931-09-04 00:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "442"}}, "raw": {"S": "8", "LT": "01 00", "LV": "I12", "TR": "f", "UT": "00 00", "LAT": "+48.93", "SRC": "L", "LONG": "-02.22", "NAME": "BONIFACI Antoine", "SPORT": "Soccer", "LOC_DATE": "1931 09 04", "UNIV_DATE": "1931 09 04", "BIRTH_PLACE": "BEZONS", "POSTAL_CODE": "95875 CEDEX"}, "date": "2023-08-20T14:46:03+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1269	boyer-jean-1901-02-17	{"a1": "1270", "g55": "03-232", "3a_sports": "631", "cfepp-final3": "446"}	{"g55": "03-232", "cfepp": "CF-446", "cpara": "CP-79", "ertel": "ES-631", "lerrcp": "A1-1270"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Boyer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1901-02-17 11:00", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.40332, "lat": 48.78716, "name": "Vitry-sur-Seine", "geoid": 2967849}, "notime": null, "date-ut": "1901-02-17 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Boyer"}, "birth": {"tzo": "+00:09:21", "date": "1901-02-13 11:00", "place": {"c2": "94", "cy": "FR", "lg": 2.40332, "lat": 48.78716, "name": "Vitry-sur-Seine", "geoid": 2967849}, "date-ut": "1901-02-13 10:50:40"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1270"}, "ids-in-sources": {"a1": "1270"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "13", "LAT": "48N47", "LON": "2E29", "MON": "2", "NUM": "1270", "PRO": "C", "SEC": "40", "YEA": "1901", "CITY": "VITRY-S-SEINE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1901-02-13 11:00"}, "partial-ids": {"ertel": "ES-631"}}, "raw": {"L": "", "MF": "", "NR": "631", "ENG": "", "MA_": "0", "G_NR": "1270", "MA12": "8", "MARS": "24", "NAME": "Boyer", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,600", "CSINR": "", "KURTZ": "d", "PHAS_": "38,200", "STUND": "11,00", "CFEPNR": "446", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.02.", "ZITATE": "OD", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "79", "VORNAME": "Jean", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "13.02.1901", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "boyer-jean-1901-02-17", "birth": {"date": "1901-02-17 11:00", "place": {"c3": ""}, "date-ut": "1901-02-17 10:51"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "446"}}, "raw": {"S": "8", "LT": "11 00", "LV": "I15", "TR": "f", "UT": "10 51", "LAT": "+48.79", "SRC": "ALG", "LONG": "-02.40", "NAME": "BOYER Jean", "SPORT": "Soccer", "LOC_DATE": "1901 02 17", "UNIV_DATE": "1901 02 17", "BIRTH_PLACE": "VITRY SUR SEINE", "POSTAL_CODE": "94400"}, "date": "2023-08-20T14:46:03+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-232"}, "ids-in-source": {"g55": "03-232"}}, "raw": {"DAY": "13-2-1901", "HOUR": "11 h.", "NAME": "BOYER Jean", "PLACE": "Vitry-sur-Seine (Seine)."}, "date": "2023-08-20T14:48:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1267	bourbotte-francois-1913-02-24	{"a1": "1268", "g55": "03-231", "3a_sports": "609", "cfepp-final3": "445"}	{"g55": "03-231", "cfepp": "CF-445", "cpara": "CP-73", "ertel": "ES-609", "lerrcp": "A1-1268"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Bourbotte", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1913-02-24 02:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Loison-sous-Lens", "geoid": 0}, "notime": null, "date-ut": "1913-02-24 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "François", "family": "Bourbotte"}, "birth": {"tzo": "+00:00", "date": "1913-02-24 02:00", "place": {"c2": "62", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Loison-sur-S-Lens", "geoid": 0}, "date-ut": "1913-02-24 02:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1268"}, "ids-in-sources": {"a1": "1268"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "62", "COU": "F", "DAY": "24", "LAT": "50N18", "LON": "2E46", "MON": "2", "NUM": "1268", "PRO": "C", "SEC": "0", "YEA": "1913", "CITY": "LOISON-S/S-LENS"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1913-02-24 02:00"}, "partial-ids": {"ertel": "ES-609"}}, "raw": {"L": "", "MF": "", "NR": "609", "ENG": "", "MA_": "0", "G_NR": "1268", "MA12": "11", "MARS": "32", "NAME": "Bourboutte", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,600", "CSINR": "", "KURTZ": "", "PHAS_": "87,900", "STUND": "2,00", "CFEPNR": "445", "EXTEND": "", "NATION": "FRA", "TAGMON": "24.02.", "ZITATE": "OD", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "73", "VORNAME": "Francois", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "24.02.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1913-02-24 02:00", "place": {"c3": ""}, "date-ut": "1913-02-24 02:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "445"}}, "raw": {"S": "11", "LT": "02 00", "LV": "I18", "TR": "f", "UT": "02 00", "LAT": "+50.44", "SRC": "ALG", "LONG": "-02.87", "NAME": "BOURBOTTE Francois", "SPORT": "Soccer", "LOC_DATE": "1913 02 24", "UNIV_DATE": "1913 02 24", "BIRTH_PLACE": "LOISON SOUS LENS", "POSTAL_CODE": "62218"}, "date": "2023-08-20T14:46:03+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Loison-sous-Lens"}}, "partial-ids": {"g55": "03-231"}, "ids-in-source": {"g55": "03-231"}}, "raw": {"DAY": "24-2-1913", "HOUR": "2 h.", "NAME": "BOURBOTTE Francois", "PLACE": "Loison-sous-Lens (Pas-de-Calais)."}, "date": "2023-08-20T14:48:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
15865	buron-jean-louis-1934-04-04	{"d6": "76", "3a_sports": "736", "cfepp-final3": "450"}	{"cfepp": "CF-450", "ertel": "ES-736", "lerrcp": "D6-76"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Louis", "family": "Buron", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-04-04 09:00", "note": null, "place": {"c1": null, "c2": "76", "c3": "", "cy": "FR", "lg": -0.91, "lat": 49.79, "name": "VENESTANVILLE", "geoid": null}, "notime": null, "date-ut": "1934-04-04 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jean-Louis", "family": "Buron"}, "birth": {"date": "1934-04-04 09:00", "place": {"cy": "FR", "lg": 1, "lat": 49.78333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "76"}}, "raw": {"H": "9", "MN": "0", "DAY": "4", "LAT": "49N47", "LON": "01E00", "MON": "4", "NUM": "76", "SEC": "0", "YEA": "1934", "NAME": "Buron Jean Louis"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-736"}}, "raw": {"L": "", "MF": "", "NR": "736", "ENG": "", "MA_": "1", "G_NR": "76", "MA12": "2", "MARS": "5", "NAME": "Buron", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-7,700", "CSINR": "", "KURTZ": "", "PHAS_": "82,000", "STUND": "", "CFEPNR": "450", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean Louis", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "04.04.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1934-04-04 09:00", "place": {"c2": "76", "c3": "", "cy": "FR", "lg": -0.91, "lat": 49.79, "name": "VENESTANVILLE"}, "date-ut": "1934-04-04 09:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "450"}}, "raw": {"S": "2", "LT": "09 00", "LV": "I4", "TR": "f", "UT": "09 00", "LAT": "+49.79", "SRC": "L", "LONG": "-00.91", "NAME": "BURON Jean-Louis", "SPORT": "Soccer", "LOC_DATE": "1934 04 04", "UNIV_DATE": "1934 04 04", "BIRTH_PLACE": "VENESTANVILLE", "POSTAL_CODE": "76730"}, "date": "2023-08-20T14:46:03+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15882	carre-desir-1923-05-21	{"d6": "94", "3a_sports": "862", "cfepp-final3": "454"}	{"cfepp": "CF-454", "ertel": "ES-862", "lerrcp": "D6-94"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Désir", "family": "Carre", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1923-05-21 14:20", "note": null, "place": {"c1": null, "c2": "27", "c3": "", "cy": "FR", "lg": -1.36, "lat": 49.18, "name": "COURCELLES SUR SEINE", "geoid": null}, "notime": null, "date-ut": "1923-05-21 14:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Désir", "family": "Carre"}, "birth": {"date": "1923-05-21 14:20", "place": {"cy": "FR", "lg": 1.43333, "lat": 49.25}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "94"}}, "raw": {"H": "14", "MN": "20", "DAY": "21", "LAT": "49N15", "LON": "01E26", "MON": "5", "NUM": "94", "SEC": "0", "YEA": "1923", "NAME": "Carre Désir"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-862"}}, "raw": {"L": "", "MF": "", "NR": "862", "ENG": "1", "MA_": "2", "G_NR": "94", "MA12": "4", "MARS": "10", "NAME": "Carre", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "8,200", "CSINR": "", "KURTZ": "", "PHAS_": "23,700", "STUND": "", "CFEPNR": "454", "EXTEND": "1", "NATION": "FRA", "TAGMON": "21.05.", "ZITATE": "F", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Desir", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "21.05.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1923-05-21 14:20", "place": {"c2": "27", "c3": "", "cy": "FR", "lg": -1.36, "lat": 49.18, "name": "COURCELLES SUR SEINE"}, "date-ut": "1923-05-21 14:20"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "454"}}, "raw": {"S": "4", "LT": "14 20", "LV": "I", "TR": "f", "UT": "14 20", "LAT": "+49.18", "SRC": "A", "LONG": "-01.36", "NAME": "CARRE Desir", "SPORT": "Soccer", "LOC_DATE": "1923 05 21", "UNIV_DATE": "1923 05 21", "BIRTH_PLACE": "COURCELLES SUR SEINE", "POSTAL_CODE": "27940"}, "date": "2023-08-20T14:46:03+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15916	de-michele-gabriel-1941-03-06	{"d6": "128", "3a_sports": "1268", "cfepp-final3": "461"}	{"cfepp": "CF-461", "ertel": "ES-1268", "lerrcp": "D6-128"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "De Michele", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-03-06 20:10", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": -4.39, "lat": 45.43, "name": "ST ETIENNE", "geoid": null}, "notime": null, "date-ut": "1941-03-06 19:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "De Michele"}, "birth": {"date": "1941-03-06 20:10", "place": {"cy": "FR", "lg": 4.38333, "lat": 45.43333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "128"}}, "raw": {"H": "20", "MN": "10", "DAY": "6", "LAT": "45N26", "LON": "04E23", "MON": "3", "NUM": "128", "SEC": "0", "YEA": "1941", "NAME": "De Michele Gabriel"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-1268"}}, "raw": {"L": "", "MF": "", "NR": "1268", "ENG": "", "MA_": "1", "G_NR": "128", "MA12": "9", "MARS": "27", "NAME": "DeMichele", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "9,500", "CSINR": "", "KURTZ": "", "PHAS_": "47,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.03.", "ZITATE": "DW", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gabriel", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "06.03.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:06+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1941-03-06 20:10", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": -4.39, "lat": 45.43, "name": "ST ETIENNE"}, "date-ut": "1941-03-06 19:10"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "461"}}, "raw": {"S": "9", "LT": "20 10", "LV": "I2", "TR": "f", "UT": "19 10", "LAT": "+45.43", "SRC": "L", "LONG": "-04.39", "NAME": "DE MICHELE Gabriel", "SPORT": "Soccer", "LOC_DATE": "1941 03 06", "UNIV_DATE": "1941 03 06", "BIRTH_PLACE": "ST ETIENNE", "POSTAL_CODE": "42007 CEDEX"}, "date": "2023-08-20T14:46:03+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15926	di-nallo-fleury-1943-04-20	{"d6": "138", "3a_sports": "1408", "cfepp-final3": "467"}	{"cfepp": "CF-467", "ertel": "ES-1408", "lerrcp": "D6-138"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fleury", "family": "Di Nallo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-04-20 14:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": -4.83, "lat": 45.75, "name": "LYON", "geoid": null}, "notime": null, "date-ut": "1943-04-20 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Fleury", "family": "Di Nallo"}, "birth": {"date": "1943-04-20 14:00", "place": {"cy": "FR", "lg": 4.83333, "lat": 45.76667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "138"}}, "raw": {"H": "14", "MN": "0", "DAY": "20", "LAT": "45N46", "LON": "04E50", "MON": "4", "NUM": "138", "SEC": "0", "YEA": "1943", "NAME": "Di Nallo Fleury"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-1408"}}, "raw": {"L": "", "MF": "", "NR": "1408", "ENG": "", "MA_": "0", "G_NR": "138", "MA12": "6", "MARS": "16", "NAME": "DiNallo", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "2,200", "CSINR": "", "KURTZ": "", "PHAS_": "99,600", "STUND": "", "CFEPNR": "467", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.04.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Fleury", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "20.04.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:09+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1943-04-20 14:00", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": -4.83, "lat": 45.75, "name": "LYON"}, "date-ut": "1943-04-20 12:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "467"}}, "raw": {"S": "6", "LT": "14 00", "LV": "I10", "TR": "f", "UT": "12 00", "LAT": "+45.75", "SRC": "L", "LONG": "-04.83", "NAME": "DI NALLO Fleury", "SPORT": "Soccer", "LOC_DATE": "1943 04 20", "UNIV_DATE": "1943 04 20", "BIRTH_PLACE": "LYON", "POSTAL_CODE": "69205 CEDEX  01"}, "date": "2023-08-20T14:46:03+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15930	dogliani-jean-pierre-1942-10-17	{"d6": "142", "3a_sports": "1425", "cfepp-final3": "469"}	{"cfepp": "CF-469", "ertel": "ES-1425", "lerrcp": "D6-142"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Pierre", "family": "Dogliani", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-10-17 05:30", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": -5.38, "lat": 43.3, "name": "MARSEILLE", "geoid": null}, "notime": null, "date-ut": "1942-10-17 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jean-Pierre", "family": "Dogliani"}, "birth": {"date": "1942-10-17 05:30", "place": {"cy": "FR", "lg": 5.36667, "lat": 43.3}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "142"}}, "raw": {"H": "5", "MN": "30", "DAY": "17", "LAT": "43N18", "LON": "05E22", "MON": "10", "NUM": "142", "SEC": "0", "YEA": "1942", "NAME": "Dogliani Jean-Pierre"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-1425"}}, "raw": {"L": "", "MF": "", "NR": "1425", "ENG": "", "MA_": "0", "G_NR": "142", "MA12": "12", "MARS": "34", "NAME": "Dogliani", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "11,400", "CSINR": "", "KURTZ": "", "PHAS_": "50,600", "STUND": "", "CFEPNR": "469", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean-Pierre", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "17.10.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1942-10-17 05:30", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": -5.38, "lat": 43.3, "name": "MARSEILLE"}, "date-ut": "1942-10-17 03:30"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "469"}}, "raw": {"S": "12", "LT": "05 30", "LV": "I1", "TR": "f", "UT": "03 30", "LAT": "+43.30", "SRC": "L", "LONG": "-05.38", "NAME": "DOGLIANI Jean-Pierre", "SPORT": "Soccer", "LOC_DATE": "1942 10 17", "UNIV_DATE": "1942 10 17", "BIRTH_PLACE": "MARSEILLE", "POSTAL_CODE": "13233 CEDEX  01"}, "date": "2023-08-20T14:46:03+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1293	dereuddre-rene-1930-06-22	{"a1": "1294", "3a_sports": "1365", "cfepp-final3": "465"}	{"cfepp": "CF-465", "cpara": "CP-504", "ertel": "ES-1365", "lerrcp": "A1-1294"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Dereuddre", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1930-06-22 09:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.72703, "lat": 50.4438, "name": "Bully-les-Mines", "geoid": 3029566}, "notime": null, "date-ut": "1930-06-22 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "René", "family": "Dereuddre"}, "birth": {"tzo": "+01:00", "date": "1930-06-22 09:00", "place": {"c2": "62", "cy": "FR", "lg": 2.72703, "lat": 50.4438, "name": "Bully-les-Mines", "geoid": 3029566}, "date-ut": "1930-06-22 08:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1294"}, "ids-in-sources": {"a1": "1294"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "62", "COU": "F", "DAY": "22", "LAT": "50N18", "LON": "2E46", "MON": "6", "NUM": "1294", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "BULLY-LES-MINES"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-06-22 09:00"}, "partial-ids": {"ertel": "ES-1365"}}, "raw": {"L": "", "MF": "", "NR": "1365", "ENG": "0", "MA_": "2", "G_NR": "1294", "MA12": "3", "MARS": "9", "NAME": "Dereuddre", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "24,800", "STUND": "9,00", "CFEPNR": "465", "EXTEND": "1", "NATION": "FRA", "TAGMON": "22.06.", "ZITATE": "DWO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "504", "VORNAME": "René", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "22.06.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:09+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1930-06-22 09:00", "place": {"c3": ""}, "date-ut": "1930-06-22 08:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "465"}}, "raw": {"S": "3", "LT": "09 00", "LV": "I6", "TR": "f", "UT": "08 00", "LAT": "+50.44", "SRC": "L", "LONG": "-02.72", "NAME": "DEREUDRE Rene", "SPORT": "Soccer", "LOC_DATE": "1930 06 22", "UNIV_DATE": "1930 06 22", "BIRTH_PLACE": "BULLY LES MINES", "POSTAL_CODE": "62160"}, "date": "2023-08-20T14:46:03+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1274	carre-roger-1921-01-14	{"a1": "1275", "g55": "03-235", "3a_sports": "868", "cfepp-final3": "455"}	{"g55": "03-235", "cfepp": "CF-455", "ertel": "ES-868", "lerrcp": "A1-1275"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Carre", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1921-01-14 18:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1921-01-14 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Carre"}, "birth": {"tzo": "+00:00", "date": "1921-01-14 18:30", "place": {"c2": "59", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1921-01-14 18:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1275"}, "ids-in-sources": {"a1": "1275"}}, "raw": {"H": "18", "MN": "30", "TZ": "0", "COD": "59", "COU": "F", "DAY": "14", "LAT": "50N39", "LON": "3E 5", "MON": "1", "NUM": "1275", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "ROUBAIX"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-01-14 18:30"}, "partial-ids": {"ertel": "ES-868"}}, "raw": {"L": "", "MF": "", "NR": "868", "ENG": "", "MA_": "0", "G_NR": "1275", "MA12": "6", "MARS": "16", "NAME": "Carré", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,000", "CSINR": "", "KURTZ": "", "PHAS_": "19,500", "STUND": "18,50", "CFEPNR": "455", "EXTEND": "", "NATION": "FRA", "TAGMON": "14.01.", "ZITATE": "O", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "14.01.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1921-01-14 18:30", "place": {"c3": ""}, "date-ut": "1921-01-14 18:30"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "455"}}, "raw": {"S": "6", "LT": "18 30", "LV": "I", "TR": "f", "UT": "18 30", "LAT": "+50.70", "SRC": "AG", "LONG": "-03.18", "NAME": "CARRE Roger", "SPORT": "Soccer", "LOC_DATE": "1921 01 14", "UNIV_DATE": "1921 01 14", "BIRTH_PLACE": "ROUBAIX", "POSTAL_CODE": "59066 CEDEX  1"}, "date": "2023-08-20T14:46:03+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-235"}, "ids-in-source": {"g55": "03-235"}}, "raw": {"DAY": "14-1-1921", "HOUR": "18 h. 30", "NAME": "CARRE Roger", "PLACE": "Roubaix (Nord)."}, "date": "2023-08-20T14:48:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
15972	goujon-yvon-1937-01-21	{"d6": "184", "3a_sports": "1910", "cfepp-final3": "487"}	{"cfepp": "CF-487", "ertel": "ES-1910", "lerrcp": "D6-184"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yvon", "family": "Goujon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1937-01-21 02:30", "note": null, "place": {"c1": null, "c2": "56", "c3": "", "cy": "FR", "lg": 3.37, "lat": 47.75, "name": "LORIENT", "geoid": null}, "notime": null, "date-ut": "1937-01-21 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Yvon", "family": "Goujon"}, "birth": {"date": "1937-01-21 02:30", "place": {"cy": "FR", "lg": -3.35, "lat": 47.75}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "184"}}, "raw": {"H": "2", "MN": "30", "DAY": "21", "LAT": "47N45", "LON": "03W21", "MON": "1", "NUM": "184", "SEC": "0", "YEA": "1937", "NAME": "Goujon Yvon"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-1910"}}, "raw": {"L": "", "MF": "", "NR": "1910", "ENG": "1", "MA_": "2", "G_NR": "184", "MA12": "1", "MARS": "2", "NAME": "Goujon", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "11,300", "CSINR": "", "KURTZ": "", "PHAS_": "63,300", "STUND": "", "CFEPNR": "487", "EXTEND": "1", "NATION": "FRA", "TAGMON": "21.01.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Yvon", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "21.01.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1937-01-21 02:30", "place": {"c2": "56", "c3": "", "cy": "FR", "lg": 3.37, "lat": 47.75, "name": "LORIENT"}, "date-ut": "1937-01-21 02:30"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "487"}}, "raw": {"S": "1", "LT": "02 30", "LV": "I11", "TR": "f", "UT": "02 30", "LAT": "+47.75", "SRC": "L", "LONG": "+03.37", "NAME": "GOUJON Yves", "SPORT": "Soccer", "LOC_DATE": "1937 01 21", "UNIV_DATE": "1937 01 21", "BIRTH_PLACE": "LORIENT", "POSTAL_CODE": "56321 CEDEX"}, "date": "2023-08-20T14:46:04+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24174	grillon-andre-1921-11-01	{"cfepp-final3": "491"}	{"cfepp": "CF-491"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Andre", "family": "GRILLON", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1921-11-01 16:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "14", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1921-11-01 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Andre", "family": "GRILLON"}, "birth": {"date": "1921-11-01 16:00", "place": {"c2": "75", "c3": "14", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1921-11-01 16:00"}, "occus": ["football-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "491"}}, "raw": {"S": "7", "LT": "16 00", "LV": "I15", "TR": "f", "UT": "16 00", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "GRILLON Andre", "SPORT": "Soccer", "LOC_DATE": "1921 11 01", "UNIV_DATE": "1921 11 01", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75014"}, "date": "2023-08-20T14:46:04+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15993	herbin-robert-1939-03-30	{"d6": "205", "3a_sports": "2108", "cfepp-final3": "496"}	{"cfepp": "CF-496", "ertel": "ES-2108", "lerrcp": "D6-205"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Herbin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1939-03-30 05:35", "note": null, "place": {"c1": null, "c2": "75", "c3": "19", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1939-03-30 05:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Herbin"}, "birth": {"date": "1939-03-30 05:35", "place": {"cy": "FR", "lg": 2.33333, "lat": 48.86667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "205"}}, "raw": {"H": "5", "MN": "35", "DAY": "30", "LAT": "48N52", "LON": "02E20", "MON": "3", "NUM": "205", "SEC": "0", "YEA": "1939", "NAME": "Herbin Robert"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2108"}}, "raw": {"L": "", "MF": "", "NR": "2108", "ENG": "0", "MA_": "2", "G_NR": "205", "MA12": "3", "MARS": "9", "NAME": "Herbin", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "11,200", "CSINR": "", "KURTZ": "", "PHAS_": "66,900", "STUND": "", "CFEPNR": "496", "EXTEND": "1", "NATION": "FRA", "TAGMON": "30.03.", "ZITATE": "DWSO", "ZITSUM": "4", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "30.03.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1939-03-30 05:35", "place": {"c2": "75", "c3": "19", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1939-03-30 05:35"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "496"}}, "raw": {"S": "3", "LT": "05 35", "LV": "I23", "TR": "f", "UT": "05 35", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "HERBIN Robert", "SPORT": "Soccer", "LOC_DATE": "1939 03 30", "UNIV_DATE": "1939 03 30", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75019"}, "date": "2023-08-20T14:46:04+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1321	heisserer-oscar-1914-07-18	{"a1": "1322", "g55": "03-257", "3a_sports": "2090", "cfepp-final3": "494"}	{"g55": "03-257", "cfepp": "CF-494", "cpara": "CP-228", "ertel": "ES-2090", "lerrcp": "A1-1322"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Oscar", "family": "Heisserer", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1914-07-18 11:00", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.75, "lat": 48.58333, "name": "Schirrhen", "geoid": 0}, "notime": null, "date-ut": "1914-07-18 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Oscar", "family": "Heisserer"}, "birth": {"place": {"c2": "67", "cy": "FR", "lg": 7.75, "lat": 48.58333, "name": "Schirrheim", "geoid": 0}, "date-ut": "1914-07-18 19:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1322"}, "ids-in-sources": {"a1": "1322"}}, "raw": {"H": "20", "MN": "0", "TZ": "-1", "COD": "67", "COU": "F", "DAY": "18", "LAT": "48N35", "LON": "7E45", "MON": "7", "NUM": "1322", "PRO": "C", "SEC": "0", "YEA": "1914", "CITY": "SCHIRRHEIM"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1914-07-18 20:00"}, "partial-ids": {"ertel": "ES-2090"}}, "raw": {"L": "", "MF": "", "NR": "2090", "ENG": "", "MA_": "0", "G_NR": "1322", "MA12": "5", "MARS": "15", "NAME": "Heisserer", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,800", "CSINR": "", "KURTZ": "", "PHAS_": "25,600", "STUND": "20,00", "CFEPNR": "494", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.07.", "ZITATE": "DWO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "228", "VORNAME": "Oscar", "ZITRANG": "4", "GAUQ1955": "+", "GEBDATUM": "18.07.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "heisserer-oscar-1914-07-18", "birth": {"date": "1914-07-18 11:00", "place": {"c3": ""}, "date-ut": "1914-07-18 10:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "494"}}, "raw": {"S": "1", "LT": "11 00", "LV": "I25", "TR": "a", "UT": "10 00", "LAT": "+48.80", "SRC": "ALG", "LONG": "-07.91", "NAME": "HEISSERER Oscar", "SPORT": "Soccer", "LOC_DATE": "1914 07 18", "UNIV_DATE": "1914 07 18", "BIRTH_PLACE": "SCHIRRHEIN", "POSTAL_CODE": "67240"}, "date": "2023-08-20T14:46:04+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Schirrhen"}}, "partial-ids": {"g55": "03-257"}, "ids-in-source": {"g55": "03-257"}}, "raw": {"DAY": "18-7-1914", "HOUR": "20 h.", "NAME": "HEISSERER Oscar", "PLACE": "Schirrhen (Bas-Rhin)."}, "date": "2023-08-20T14:48:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1317	grumellon-jean-1923-06-01	{"a1": "1318", "g55": "03-256", "3a_sports": "1989", "cfepp-final3": "492"}	{"g55": "03-256", "cfepp": "CF-492", "cpara": "CP-218", "ertel": "ES-1989", "lerrcp": "A1-1318"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Grumellon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1923-06-01 18:00", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": -2.01449, "lat": 48.63583, "name": "Saint-Servan-sur-Mer", "geoid": 2976955}, "notime": null, "date-ut": "1923-06-01 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Grumellon"}, "birth": {"tzo": "+01:00", "date": "1923-06-01 18:30", "place": {"c2": "35", "cy": "FR", "lg": -2.01449, "lat": 48.63583, "name": "Saint-Servan-sur-Mer", "geoid": 2976955}, "date-ut": "1923-06-01 17:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1318"}, "ids-in-sources": {"a1": "1318"}}, "raw": {"H": "17", "MN": "30", "TZ": "0", "COD": "35", "COU": "F", "DAY": "1", "LAT": "48N 7", "LON": "1W40", "MON": "6", "NUM": "1318", "PRO": "C", "SEC": "0", "YEA": "1923", "CITY": "ST-SERVAN-S/MER"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1923-06-01 18:30"}, "partial-ids": {"ertel": "ES-1989"}}, "raw": {"L": "", "MF": "", "NR": "1989", "ENG": "", "MA_": "1", "G_NR": "1318", "MA12": "5", "MARS": "14", "NAME": "Grumellon", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,500", "CSINR": "", "KURTZ": "", "PHAS_": "95,400", "STUND": "18,50", "CFEPNR": "492", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.06.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "218", "VORNAME": "Jean", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "01.06.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "grumellon-jean-1923-06-01", "birth": {"date": "1923-06-01 18:00", "place": {"c3": ""}, "date-ut": "1923-06-01 17:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "492"}}, "raw": {"S": "5", "LT": "18 00", "LV": "I10", "TR": "f", "UT": "17 00", "LAT": "+48.63", "SRC": "ALG", "LONG": "+02.01", "NAME": "GRUMELLON Jean", "SPORT": "Soccer", "LOC_DATE": "1923 06 01", "UNIV_DATE": "1923 06 01", "BIRTH_PLACE": "ST SERVAN SUR MER", "POSTAL_CODE": "35400"}, "date": "2023-08-20T14:46:04+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-256"}, "ids-in-source": {"g55": "03-256"}}, "raw": {"DAY": "1-6-1923", "HOUR": "18 h. 30", "NAME": "GRUMELLON Jean", "PLACE": "Saint-Servan-sur-Mer (Ille-et-V.)."}, "date": "2023-08-20T14:48:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
23345	hidalgo-michel-1933-03-22	{"3a_sports": "2125", "cfepp-final3": "497"}	{"cfepp": "CF-497", "ertel": "ES-2125"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Hidalgo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-03-22 01:50", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": -2.43, "lat": 51.06, "name": "LEFFRINCKOUCKE", "geoid": null}, "notime": null, "date-ut": "1933-03-22 01:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Michel", "family": "Hidalgo"}, "birth": {"date": "1933-03-22", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2125", "ENG": "", "MA_": "1", "G_NR": "220", "MA12": "5", "MARS": "14", "NAME": "Hidalgo", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,200", "CSINR": "", "KURTZ": "", "PHAS_": "17,900", "STUND": "", "CFEPNR": "497", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.03.", "ZITATE": "DF", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "22.03.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1933-03-22 01:50", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": -2.43, "lat": 51.06, "name": "LEFFRINCKOUCKE"}, "date-ut": "1933-03-22 01:50"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "497"}}, "raw": {"S": "5", "LT": "01 50", "LV": "I1", "TR": "f", "UT": "01 50", "LAT": "+51.06", "SRC": "L", "LONG": "-02.43", "NAME": "HIDALGO Michel", "SPORT": "Soccer", "LOC_DATE": "1933 03 22", "UNIV_DATE": "1933 03 22", "BIRTH_PLACE": "LEFFRINCKOUCKE", "POSTAL_CODE": "59240"}, "date": "2023-08-20T14:46:04+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15998	hon-louis-1924-09-14	{"d6": "210", "3a_sports": "2141", "cfepp-final3": "498"}	{"cfepp": "CF-498", "ertel": "ES-2141", "lerrcp": "D6-210"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Hon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-09-14 14:00", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": -4.57, "lat": 46.87, "name": "COUCHES", "geoid": null}, "notime": null, "date-ut": "1924-09-14 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Hon"}, "birth": {"date": "1924-09-14 14:00", "place": {"cy": "FR", "lg": 4.58333, "lat": 46.86667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "210"}}, "raw": {"H": "14", "MN": "0", "DAY": "14", "LAT": "46N52", "LON": "04E35", "MON": "9", "NUM": "210", "SEC": "0", "YEA": "1924", "NAME": "Hon Louis"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2141"}}, "raw": {"L": "", "MF": "", "NR": "2141", "ENG": "", "MA_": "1", "G_NR": "210", "MA12": "11", "MARS": "31", "NAME": "Hon", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-0,500", "CSINR": "", "KURTZ": "e", "PHAS_": "99,400", "STUND": "", "CFEPNR": "498", "EXTEND": "", "NATION": "FRA", "TAGMON": "14.09.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Louis", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "14.09.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1924-09-14 14:00", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": -4.57, "lat": 46.87, "name": "COUCHES"}, "date-ut": "1924-09-14 13:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "498"}}, "raw": {"S": "11", "LT": "14 00", "LV": "I12", "TR": "f", "UT": "13 00", "LAT": "+46.87", "SRC": "AL", "LONG": "-04.57", "NAME": "HON Louis", "SPORT": "Soccer", "LOC_DATE": "1924 09 14", "UNIV_DATE": "1924 09 14", "BIRTH_PLACE": "COUCHES", "POSTAL_CODE": "71490"}, "date": "2023-08-20T14:46:04+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1326	jonquet-robert-1925-05-03	{"a1": "1327", "3a_sports": "2226", "cfepp-final3": "503"}	{"cfepp": "CF-503", "ertel": "ES-2226", "lerrcp": "A1-1327"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Jonquet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1925-05-03 10:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "14", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1925-05-03 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Jonquet"}, "birth": {"tzo": "+01:00", "date": "1925-05-03 10:00", "place": {"c2": "75", "c3": "14", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1925-05-03 09:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1327"}, "ids-in-sources": {"a1": "1327"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "75", "COU": "F", "DAY": "3", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "1327", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "PARIS 14E"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-05-03 10:00"}, "partial-ids": {"ertel": "ES-2226"}}, "raw": {"L": "", "MF": "", "NR": "2226", "ENG": "1", "MA_": "2", "G_NR": "1327", "MA12": "1", "MARS": "3", "NAME": "Jonquet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,400", "CSINR": "", "KURTZ": "i", "PHAS_": "67,800", "STUND": "10,00", "CFEPNR": "503", "EXTEND": "1", "NATION": "FRA", "TAGMON": "03.05.", "ZITATE": "DWO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "03.05.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1925-05-03 10:00", "place": {"c3": "14"}, "date-ut": "1925-05-03 09:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "503"}}, "raw": {"S": "1", "LT": "10 00", "LV": "I58", "TR": "f", "UT": "09 00", "LAT": "+48.86", "SRC": "AL", "LONG": "-02.34", "NAME": "JONQUET Robert", "SPORT": "Soccer", "LOC_DATE": "1925 05 03", "UNIV_DATE": "1925 05 03", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75014"}, "date": "2023-08-20T14:46:04+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24175	kopaszewski-raymond-1931-10-13	{"cfepp-final3": "504"}	{"cfepp": "CF-504"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "KOPASZEWSKI", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1931-10-13 09:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": -2.67, "lat": 50.47, "name": "NOEUX LES MINES", "geoid": null}, "notime": null, "date-ut": "1931-10-13 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "KOPASZEWSKI"}, "birth": {"date": "1931-10-13 09:00", "place": {"c2": "62", "cy": "FR", "lg": -2.67, "lat": 50.47, "name": "NOEUX LES MINES"}, "date-ut": "1931-10-13 09:00"}, "occus": ["football-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "504"}}, "raw": {"S": "1", "LT": "09 00", "LV": "I45", "TR": "f", "UT": "09 00", "LAT": "+50.47", "SRC": "L", "LONG": "-02.67", "NAME": "KOPASZEWSKI Raymond", "SPORT": "Soccer", "LOC_DATE": "1931 10 13", "UNIV_DATE": "1931 10 13", "BIRTH_PLACE": "NOEUX LES MINES", "POSTAL_CODE": "62290"}, "date": "2023-08-20T14:46:04+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1332	lamy-roger-1926-12-13	{"a1": "1333", "g55": "03-262", "3a_sports": "2346", "cfepp-final3": "507"}	{"g55": "03-262", "cfepp": "CF-507", "ertel": "ES-2346", "lerrcp": "A1-1333"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Lamy", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1926-12-13 13:15", "note": null, "place": {"c1": null, "c2": "75", "c3": "12", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1926-12-13 13:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Lamy"}, "birth": {"tzo": "+00:00", "date": "1926-01-13 21:00", "place": {"c2": "75", "c3": "8", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1926-01-13 21:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1333"}, "ids-in-sources": {"a1": "1333"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "75", "COU": "F", "DAY": "13", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "1333", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "PARIS 8E"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-01-13 21:00"}, "partial-ids": {"ertel": "ES-2346"}}, "raw": {"L": "", "MF": "", "NR": "2346", "ENG": "", "MA_": "1", "G_NR": "1333", "MA12": "9", "MARS": "27", "NAME": "Lamy", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,100", "CSINR": "", "KURTZ": "i", "PHAS_": "2,400", "STUND": "21,00", "CFEPNR": "507", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "13.01.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "lamy-roger-1926-12-13", "birth": {"date": "1926-12-13 13:15", "place": {"c3": "12"}, "date-ut": "1926-12-13 13:15"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "507"}}, "raw": {"S": "12", "LT": "13 15", "LV": "I", "TR": "f", "UT": "13 15", "LAT": "+48.86", "SRC": "AG", "LONG": "-02.34", "NAME": "LAMY Roger", "SPORT": "Soccer", "LOC_DATE": "1926 12 13", "UNIV_DATE": "1926 12 13", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75012"}, "date": "2023-08-20T14:46:04+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-262"}, "ids-in-source": {"g55": "03-262"}}, "raw": {"DAY": "13-1-1926", "HOUR": "21 h.", "NAME": "LAMY Roger", "PLACE": "Paris (8°) (Seine)."}, "date": "2023-08-20T14:48:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
16046	luciano-jean-1921-01-02	{"d6": "259", "3a_sports": "2555", "cfepp-final3": "520"}	{"cfepp": "CF-520", "ertel": "ES-2555", "lerrcp": "D6-259"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Luciano", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-01-02 10:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": -7.26, "lat": 43.7, "name": "NICE", "geoid": null}, "notime": null, "date-ut": "1921-01-02 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Luciano"}, "birth": {"date": "1921-01-02 10:00", "place": {"cy": "FR", "lg": 7.26667, "lat": 43.7}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "259"}}, "raw": {"H": "10", "MN": "0", "DAY": "2", "LAT": "43N42", "LON": "07E16", "MON": "1", "NUM": "259", "SEC": "0", "YEA": "1921", "NAME": "Luciano Jean"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["football-player"], "partial-ids": {"ertel": "ES-2555"}}, "raw": {"L": "", "MF": "", "NR": "2555", "ENG": "1", "MA_": "2", "G_NR": "259", "MA12": "1", "MARS": "1", "NAME": "Luciano", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-10,50", "CSINR": "", "KURTZ": "", "PHAS_": "41,700", "STUND": "", "CFEPNR": "520", "EXTEND": "1", "NATION": "FRA", "TAGMON": "02.01.", "ZITATE": "O", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "02.01.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1921-01-02 10:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": -7.26, "lat": 43.7, "name": "NICE"}, "date-ut": "1921-01-02 10:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "520"}}, "raw": {"S": "1", "LT": "10 00", "LV": "I", "TR": "f", "UT": "10 00", "LAT": "+43.70", "SRC": "A", "LONG": "-07.26", "NAME": "LUCIANO Jean", "SPORT": "Soccer", "LOC_DATE": "1921 01 02", "UNIV_DATE": "1921 01 02", "BIRTH_PLACE": "NICE", "POSTAL_CODE": "06074 CEDEX"}, "date": "2023-08-20T14:46:05+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24176	mistral-louis-1900-08-04	{"cfepp-final3": "527"}	{"cfepp": "CF-527"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "MISTRAL", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1900-08-04 09:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "11", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1900-08-04 08:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Louis", "family": "MISTRAL"}, "birth": {"date": "1900-08-04 09:00", "place": {"c2": "75", "c3": "11", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1900-08-04 08:51"}, "occus": ["football-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "527"}}, "raw": {"S": "4", "LT": "09 00", "LV": "I5", "TR": "f", "UT": "08 51", "LAT": "+48.86", "SRC": "AL", "LONG": "-02.34", "NAME": "MISTRAL Louis", "SPORT": "Soccer", "LOC_DATE": "1900 08 04", "UNIV_DATE": "1900 08 04", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75011"}, "date": "2023-08-20T14:46:05+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1354	pavillard-henri-1905-08-15	{"a1": "1355", "g55": "03-273", "3a_sports": "3175", "cfepp-final3": "531"}	{"g55": "03-273", "cfepp": "CF-531", "cpara": "CP-334", "ertel": "ES-3175", "lerrcp": "A1-1355"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Pavillard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1905-08-15 02:00", "note": null, "place": {"c1": null, "c2": "70", "c3": "", "cy": "FR", "lg": 6.76139, "lat": 47.57305, "name": "Héricourt", "geoid": 3013456}, "notime": null, "date-ut": "1905-08-15 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Pavillard"}, "birth": {"tzo": "+00:09:21", "date": "1905-08-15 02:00", "place": {"c2": "70", "cy": "FR", "lg": 6.76139, "lat": 47.57305, "name": "Héricourt", "geoid": 3013456}, "date-ut": "1905-08-15 01:50:40"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1355"}, "ids-in-sources": {"a1": "1355"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "70", "COU": "F", "DAY": "15", "LAT": "47N37", "LON": "6E 9", "MON": "8", "NUM": "1355", "PRO": "C", "SEC": "40", "YEA": "1905", "CITY": "HERICOURT"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1905-08-15 02:00"}, "partial-ids": {"ertel": "ES-3175"}}, "raw": {"L": "", "MF": "", "NR": "3175", "ENG": "", "MA_": "0", "G_NR": "1355", "MA12": "8", "MARS": "23", "NAME": "Pavillard", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,400", "CSINR": "", "KURTZ": "", "PHAS_": "100,00", "STUND": "2,00", "CFEPNR": "531", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.08.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "334", "VORNAME": "Henri", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "15.08.1905", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1905-08-15 02:00", "place": {"c3": ""}, "date-ut": "1905-08-15 01:51"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "531"}}, "raw": {"S": "8", "LT": "02 00", "LV": "I14", "TR": "f", "UT": "01 51", "LAT": "+47.58", "SRC": "ALG", "LONG": "-06.76", "NAME": "PAVILLARD Henri", "SPORT": "Soccer", "LOC_DATE": "1905 08 15", "UNIV_DATE": "1905 08 15", "BIRTH_PLACE": "HERICOURT", "POSTAL_CODE": "70400"}, "date": "2023-08-20T14:46:05+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-273"}, "ids-in-source": {"g55": "03-273"}}, "raw": {"DAY": "15-8-1905", "HOUR": "2 h.", "NAME": "PAVILLARD Henri", "PLACE": "Héricourt (Haute-Saône)."}, "date": "2023-08-20T14:48:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1349	muller-lucien-1934-09-03	{"a1": "1350", "3a_sports": "2991", "cfepp-final3": "529"}	{"cfepp": "CF-529", "cpara": "CP-322", "ertel": "ES-2991", "lerrcp": "A1-1350"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Muller", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1934-09-03 01:30", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.85406, "lat": 48.76826, "name": "Bischwiller", "geoid": 3032544}, "notime": null, "date-ut": "1934-09-03 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Muller"}, "birth": {"tzo": "+01:00", "date": "1934-09-03 01:30", "place": {"c2": "67", "cy": "FR", "lg": 7.85406, "lat": 48.76826, "name": "Bischwiller", "geoid": 3032544}, "date-ut": "1934-09-03 00:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1350"}, "ids-in-sources": {"a1": "1350"}}, "raw": {"H": "0", "MN": "30", "TZ": "0", "COD": "67", "COU": "F", "DAY": "3", "LAT": "48N35", "LON": "7E45", "MON": "9", "NUM": "1350", "PRO": "C", "SEC": "0", "YEA": "1934", "CITY": "BISCHWILLER"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1934-09-03 01:30"}, "partial-ids": {"ertel": "ES-2991"}}, "raw": {"L": "", "MF": "", "NR": "2991", "ENG": "", "MA_": "1", "G_NR": "1350", "MA12": "12", "MARS": "35", "NAME": "Muller", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,100", "CSINR": "", "KURTZ": "", "PHAS_": "29,500", "STUND": "1,50", "CFEPNR": "529", "EXTEND": "", "NATION": "FRA", "TAGMON": "03.09.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "322", "VORNAME": "Lucien", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "03.09.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1934-09-03 01:30", "place": {"c3": ""}, "date-ut": "1934-09-03 00:30"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "529"}}, "raw": {"S": "12", "LT": "01 30", "LV": "I16", "TR": "f", "UT": "00 30", "LAT": "+48.76", "SRC": "L", "LONG": "-07.86", "NAME": "MULLER Lucien", "SPORT": "Soccer", "LOC_DATE": "1934 09 03", "UNIV_DATE": "1934 09 03", "BIRTH_PLACE": "BISCHWILLER", "POSTAL_CODE": "67240"}, "date": "2023-08-20T14:46:05+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1351	nicolas-paul-1899-11-04	{"a1": "1352", "3a_sports": "3032", "cfepp-final3": "530"}	{"cfepp": "CF-530", "cpara": "CP-324", "ertel": "ES-3032", "lerrcp": "A1-1352"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Nicolas", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1899-11-04 23:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "11", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1899-11-04 22:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Nicolas"}, "birth": {"tzo": "+00:09:21", "date": "1899-11-04 23:00", "place": {"c2": "75", "c3": "11", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1899-11-04 22:50:40"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1352"}, "ids-in-sources": {"a1": "1352"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "4", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "1352", "PRO": "C", "SEC": "40", "YEA": "1899", "CITY": "PARIS 11E"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1899-11-04 23:00"}, "partial-ids": {"ertel": "ES-3032"}}, "raw": {"L": "", "MF": "", "NR": "3032", "ENG": "", "MA_": "0", "G_NR": "1352", "MA12": "9", "MARS": "25", "NAME": "Nicolas", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,100", "CSINR": "", "KURTZ": "", "PHAS_": "0,400", "STUND": "23,00", "CFEPNR": "530", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.11.", "ZITATE": "DWO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "324", "VORNAME": "Paul", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "04.11.1899", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1899-11-04 23:00", "place": {"c3": "11"}, "date-ut": "1899-11-04 22:51"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "530"}}, "raw": {"S": "9", "LT": "23 00", "LV": "I35", "TR": "f", "UT": "22 51", "LAT": "+48.86", "SRC": "AL", "LONG": "-02.34", "NAME": "NICOLAS Paul", "SPORT": "Soccer", "LOC_DATE": "1899 11 04", "UNIV_DATE": "1899 11 04", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75011"}, "date": "2023-08-20T14:46:05+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1347	mattler-eugene-1905-12-24	{"a1": "1348", "g55": "03-271", "3a_sports": "2757", "cfepp-final3": "525"}	{"g55": "03-271", "cfepp": "CF-525", "cpara": "CP-304", "ertel": "ES-2757", "lerrcp": "A1-1348"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Mattler", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1905-12-24 11:30", "note": null, "place": {"c1": null, "c2": "90", "c3": "", "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "notime": null, "date-ut": "1905-12-24 11:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Mattler"}, "birth": {"tzo": "+00:09:21", "date": "1905-12-24 11:30", "place": {"c2": "90", "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "date-ut": "1905-12-24 11:20:40"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1348"}, "ids-in-sources": {"a1": "1348"}}, "raw": {"H": "11", "MN": "20", "TZ": "0", "COD": "90", "COU": "F", "DAY": "24", "LAT": "47N38", "LON": "6E52", "MON": "12", "NUM": "1348", "PRO": "C", "SEC": "40", "YEA": "1905", "CITY": "BELFORT"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1905-12-24 11:30"}, "partial-ids": {"ertel": "ES-2757"}}, "raw": {"L": "", "MF": "", "NR": "2757", "ENG": "1", "MA_": "2", "G_NR": "1348", "MA12": "1", "MARS": "2", "NAME": "Mattler", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,100", "CSINR": "", "KURTZ": "", "PHAS_": "6,800", "STUND": "11,50", "CFEPNR": "525", "EXTEND": "1", "NATION": "FRA", "TAGMON": "24.12.", "ZITATE": "DWO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "304", "VORNAME": "Etienne", "ZITRANG": "4", "GAUQ1955": "+", "GEBDATUM": "24.12.1905", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1905-12-24 11:30", "place": {"c3": ""}, "date-ut": "1905-12-24 11:21"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "525"}}, "raw": {"S": "1", "LT": "11 30", "LV": "I46", "TR": "f", "UT": "11 21", "LAT": "+47.64", "SRC": "ALG", "LONG": "-06.86", "NAME": "MATTLER Etienne", "SPORT": "Soccer", "LOC_DATE": "1905 12 24", "UNIV_DATE": "1905 12 24", "BIRTH_PLACE": "BELFORT", "POSTAL_CODE": "90020 CEDEX"}, "date": "2023-08-20T14:46:05+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-271"}, "ids-in-source": {"g55": "03-271"}}, "raw": {"DAY": "24-12-1905", "HOUR": "11 h. 30", "NAME": "MATTLER Etienne", "PLACE": "Belfort (Territoire de Belfort)."}, "date": "2023-08-20T14:48:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24177	szepaniak-robert-1942-04-04	{"cfepp-final3": "560"}	{"cfepp": "CF-560"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "SZEPANIAK", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1942-04-04 16:30", "note": null, "place": {"c1": null, "c2": "12", "c3": null, "cy": "FR", "lg": -2.28, "lat": 44.52, "name": "CRANSAC", "geoid": null}, "notime": null, "date-ut": "1942-04-04 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Robert", "family": "SZEPANIAK"}, "birth": {"date": "1942-04-04 16:30", "place": {"c2": "12", "cy": "FR", "lg": -2.28, "lat": 44.52, "name": "CRANSAC"}, "date-ut": "1942-04-04 14:30"}, "occus": ["football-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "560"}}, "raw": {"S": "3", "LT": "16 30", "LV": "I5", "TR": "f", "UT": "14 30", "LAT": "+44.52", "SRC": "L", "LONG": "-02.28", "NAME": "SZEPANIAK Robert", "SPORT": "Soccer", "LOC_DATE": "1942 04 04", "UNIV_DATE": "1942 04 04", "BIRTH_PLACE": "CRANSAC", "POSTAL_CODE": "12110"}, "date": "2023-08-20T14:46:06+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23354	huet-georges-1909-12-08	{"3a_sports": "2155", "cfepp-final3": "579"}	{"cfepp": "CF-579", "ertel": "ES-2155"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Huet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1909-12-08 13:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": -3.06, "lat": 50.63, "name": "LILLE", "geoid": null}, "notime": null, "date-ut": "1909-12-08 13:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["golfer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Georges", "family": "Huet"}, "birth": {"date": "1907-12-08", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2155", "ENG": "1", "MA_": "2", "G_NR": "104", "MA12": "1", "MARS": "3", "NAME": "Huet", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "5,700", "CSINR": "", "KURTZ": "", "PHAS_": "9,300", "STUND": "", "CFEPNR": "579", "EXTEND": "1", "NATION": "FRA", "TAGMON": "08.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.12.1907", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "GOLF", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "huet-georges-1909-12-08", "birth": {"date": "1909-12-08 13:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": -3.06, "lat": 50.63, "name": "LILLE"}, "date-ut": "1909-12-08 13:21"}, "occus": ["golfer"], "ids-in-sources": {"cfepp-final3": "579"}}, "raw": {"S": "1", "LT": "13 30", "LV": "I", "TR": "f", "UT": "13 21", "LAT": "+50.63", "SRC": "A", "LONG": "-03.06", "NAME": "HUET Georges", "SPORT": "Golf", "LOC_DATE": "1909 12 08", "UNIV_DATE": "1909 12 08", "BIRTH_PLACE": "LILLE", "POSTAL_CODE": "59033 CEDEX"}, "date": "2023-08-20T14:46:07+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1401	wendling-jean-1934-04-29	{"a1": "1402", "3a_sports": "4315", "cfepp-final3": "573"}	{"cfepp": "CF-573", "cpara": "CP-426", "ertel": "ES-4315", "lerrcp": "A1-1402"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Wendling", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1934-04-29 22:00", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.75343, "lat": 48.61612, "name": "Bischheim", "geoid": 3032551}, "notime": null, "date-ut": "1934-04-29 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Wendling"}, "birth": {"tzo": "+01:00", "date": "1934-04-29 22:00", "place": {"c2": "67", "cy": "FR", "lg": 7.75343, "lat": 48.61612, "name": "Bischheim", "geoid": 3032551}, "date-ut": "1934-04-29 21:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1402"}, "ids-in-sources": {"a1": "1402"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "67", "COU": "F", "DAY": "29", "LAT": "48N35", "LON": "7E45", "MON": "4", "NUM": "1402", "PRO": "C", "SEC": "0", "YEA": "1934", "CITY": "BISCHHEIM"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1934-04-29 22:00"}, "partial-ids": {"ertel": "ES-4315"}}, "raw": {"L": "", "MF": "", "NR": "4315", "ENG": "", "MA_": "0", "G_NR": "1402", "MA12": "8", "MARS": "24", "NAME": "Wendling", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,500", "CSINR": "", "KURTZ": "", "PHAS_": "99,500", "STUND": "22,00", "CFEPNR": "573", "EXTEND": "", "NATION": "FRA", "TAGMON": "29.04.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "426", "VORNAME": "Jean", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "29.04.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1934-04-29 22:00", "place": {"c3": ""}, "date-ut": "1934-04-29 21:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "573"}}, "raw": {"S": "8", "LT": "22 00", "LV": "I26", "TR": "f", "UT": "21 00", "LAT": "+48.61", "SRC": "L", "LONG": "-07.76", "NAME": "WENDLING Jean", "SPORT": "Soccer", "LOC_DATE": "1934 04 29", "UNIV_DATE": "1934 04 29", "BIRTH_PLACE": "BISCHHEIM", "POSTAL_CODE": "67800"}, "date": "2023-08-20T14:46:06+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1691	boulart-philippe-1918-08-29	{"a1": "1692", "g55": "03-296", "3a_sports": "600", "cfepp-final3": "575"}	{"g55": "03-296", "cfepp": "CF-575", "ertel": "ES-600", "lerrcp": "A1-1692"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Boulart", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1918-08-29 22:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1918-08-29 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["golfer"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Boulart"}, "birth": {"tzo": "+01:00", "date": "1918-08-29 20:00", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1918-08-29 19:00"}, "occus": ["golfer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1692"}, "ids-in-sources": {"a1": "1692"}}, "raw": {"H": "19", "MN": "0", "TZ": "0", "COD": "33", "COU": "F", "DAY": "29", "LAT": "44N50", "LON": "0W34", "MON": "8", "NUM": "1692", "PRO": "C", "SEC": "0", "YEA": "1918", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1918-08-29 20:00"}, "partial-ids": {"ertel": "ES-600"}}, "raw": {"L": "", "MF": "", "NR": "600", "ENG": "", "MA_": "0", "G_NR": "1692", "MA12": "5", "MARS": "15", "NAME": "Boulart", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,20", "CSINR": "", "KURTZ": "", "PHAS_": "48,000", "STUND": "20,00", "CFEPNR": "575", "EXTEND": "", "NATION": "FRA", "TAGMON": "29.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Philippe", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "29.08.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "GOLF", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "boulart-philippe-1918-08-29", "birth": {"date": "1918-08-29 22:00", "place": {"c3": ""}, "date-ut": "1918-08-29 21:00"}, "occus": ["golfer"], "ids-in-sources": {"cfepp-final3": "575"}}, "raw": {"S": "7", "LT": "22 00", "LV": "FI", "TR": "f", "UT": "21 00", "LAT": "+44.84", "SRC": "AG", "LONG": "+00.57", "NAME": "BOULART Philippe", "SPORT": "Golf", "LOC_DATE": "1918 08 29", "UNIV_DATE": "1918 08 29", "BIRTH_PLACE": "BORDEAUX", "POSTAL_CODE": "33077 CEDEX"}, "date": "2023-08-20T14:46:06+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-296"}, "ids-in-source": {"g55": "03-296"}}, "raw": {"DAY": "29-8-1918", "HOUR": "20 h.", "NAME": "BOULART Philippe", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:48:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1693	dallemagne-marcel-1898-12-11	{"a1": "1694", "g55": "03-298", "3a_sports": "1201", "cfepp-final3": "577"}	{"g55": "03-298", "cfepp": "CF-577", "ertel": "ES-1201", "lerrcp": "A1-1694"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Dallemagne", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1898-12-11 05:00", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Port-Marly", "geoid": 0}, "notime": null, "date-ut": "1898-12-11 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["golfer"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Dallemagne"}, "birth": {"tzo": "+00:09:21", "date": "1898-12-11 05:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Port-Marly", "geoid": 0}, "date-ut": "1898-12-11 04:50:40"}, "occus": ["golfer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1694"}, "ids-in-sources": {"a1": "1694"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "78", "COU": "F", "DAY": "11", "LAT": "48N50", "LON": "2E 8", "MON": "12", "NUM": "1694", "PRO": "C", "SEC": "40", "YEA": "1898", "CITY": "PORT-MARLY"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1898-12-11 05:00"}, "partial-ids": {"ertel": "ES-1201"}}, "raw": {"L": "", "MF": "", "NR": "1201", "ENG": "1", "MA_": "2", "G_NR": "1694", "MA12": "4", "MARS": "11", "NAME": "Dallemagne", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,400", "CSINR": "", "KURTZ": "", "PHAS_": "8,700", "STUND": "5,00", "CFEPNR": "577", "EXTEND": "1", "NATION": "FRA", "TAGMON": "11.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "11.12.1898", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "GOLF", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:05+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1898-12-11 05:00", "place": {"c3": ""}, "date-ut": "1898-12-11 04:51"}, "occus": ["golfer"], "ids-in-sources": {"cfepp-final3": "577"}}, "raw": {"S": "4", "LT": "05 00", "LV": "FI", "TR": "f", "UT": "04 51", "LAT": "+48.88", "SRC": "AG", "LONG": "-02.11", "NAME": "DALLEMAGNE Marcel", "SPORT": "Golf", "LOC_DATE": "1898 12 11", "UNIV_DATE": "1898 12 11", "BIRTH_PLACE": "LE PORT MARLY", "POSTAL_CODE": "78560"}, "date": "2023-08-20T14:46:06+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Port-Marly"}}, "partial-ids": {"g55": "03-298"}, "ids-in-source": {"g55": "03-298"}}, "raw": {"DAY": "11-12-1898", "HOUR": "5 h.", "NAME": "DALLEMAGNE Marcel", "PLACE": "Port-Marly (Seine-et-Oise)."}, "date": "2023-08-20T14:48:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1697	mourguiart-henri-1905-07-12	{"a1": "1698", "g55": "03-303", "3a_sports": "2982", "cfepp-final3": "581"}	{"g55": "03-303", "cfepp": "CF-581", "ertel": "ES-2982", "lerrcp": "A1-1698"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Mourguiart", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1905-07-12 07:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -1.51921, "lat": 43.48921, "name": "Anglet", "geoid": 3037612}, "notime": null, "date-ut": "1905-07-12 06:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["golfer"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Mourguiart"}, "birth": {"tzo": "+00:09:21", "date": "1905-07-12 07:00", "place": {"c2": "64", "cy": "FR", "lg": -1.51921, "lat": 43.48921, "name": "Anglet", "geoid": 3037612}, "date-ut": "1905-07-12 06:50:40"}, "occus": ["golfer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1698"}, "ids-in-sources": {"a1": "1698"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "64", "COU": "F", "DAY": "12", "LAT": "43N18", "LON": "0W22", "MON": "7", "NUM": "1698", "PRO": "C", "SEC": "40", "YEA": "1905", "CITY": "ANGLET"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1905-07-12 07:00"}, "partial-ids": {"ertel": "ES-2982"}}, "raw": {"L": "", "MF": "", "NR": "2982", "ENG": "", "MA_": "1", "G_NR": "1698", "MA12": "9", "MARS": "27", "NAME": "Mourguiart", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,600", "CSINR": "", "KURTZ": "", "PHAS_": "75,000", "STUND": "7,00", "CFEPNR": "581", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "12.07.1905", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "GOLF", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1905-07-12 07:00", "place": {"c3": ""}, "date-ut": "1905-07-12 06:51"}, "occus": ["golfer"], "ids-in-sources": {"cfepp-final3": "581"}}, "raw": {"S": "9", "LT": "07 00", "LV": "F", "TR": "f", "UT": "06 51", "LAT": "+43.48", "SRC": "AG", "LONG": "+01.52", "NAME": "MOURGUIART Henri", "SPORT": "Golf", "LOC_DATE": "1905 07 12", "UNIV_DATE": "1905 07 12", "BIRTH_PLACE": "ANGLET", "POSTAL_CODE": "64600"}, "date": "2023-08-20T14:46:07+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-303"}, "ids-in-source": {"g55": "03-303"}}, "raw": {"DAY": "12-7-1905", "HOUR": "7 h.", "NAME": "MOURGUIART Henri", "PLACE": "Anglet (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24178	prunet-albert-1919-03-23	{"cfepp-final3": "582"}	{"cfepp": "CF-582"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "PRUNET", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1919-03-23 02:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "10", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1919-03-23 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["golfer"]	5	null	[{"new": {"name": {"given": "Albert", "family": "PRUNET"}, "birth": {"date": "1919-03-23 02:00", "place": {"c2": "75", "c3": "10", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1919-03-23 01:00"}, "occus": ["golfer"], "trust": 5, "ids-in-sources": {"cfepp-final3": "582"}}, "raw": {"S": "10", "LT": "02 00", "LV": "I", "TR": "f", "UT": "01 00", "LAT": "+48.86", "SRC": "A", "LONG": "-02.34", "NAME": "PRUNET Albert", "SPORT": "Golf", "LOC_DATE": "1919 03 23", "UNIV_DATE": "1919 03 23", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75010"}, "date": "2023-08-20T14:46:07+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24179	thion-de-la-chaume-simone-1908-11-27	{"cfepp-final3": "583"}	{"cfepp": "CF-583"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Simone", "family": "THION DE LA CHAUME", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1908-11-27 14:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "17", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1908-11-27 13:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["golfer"]	5	null	[{"new": {"name": {"given": "Simone", "family": "THION DE LA CHAUME"}, "birth": {"date": "1908-11-27 14:00", "place": {"c2": "75", "c3": "17", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1908-11-27 13:51"}, "occus": ["golfer"], "trust": 5, "ids-in-sources": {"cfepp-final3": "583"}}, "raw": {"S": "6", "LT": "14 00", "LV": "FI", "TR": "f", "UT": "13 51", "LAT": "+48.86", "SRC": "AL", "LONG": "-02.34", "NAME": "THION DE LA CHAUME Simone", "SPORT": "Golf", "LOC_DATE": "1908 11 27", "UNIV_DATE": "1908 11 27", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75017"}, "date": "2023-08-20T14:46:07+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24180	vagliano-dorothee-1921-04-04	{"cfepp-final3": "584"}	{"cfepp": "CF-584"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dorothee", "family": "VAGLIANO", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1921-04-04 21:25", "note": null, "place": {"c1": null, "c2": "75", "c3": "16", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1921-04-04 20:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["golfer"]	5	null	[{"new": {"name": {"given": "Dorothee", "family": "VAGLIANO"}, "birth": {"date": "1921-04-04 21:25", "place": {"c2": "75", "c3": "16", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1921-04-04 20:25"}, "occus": ["golfer"], "trust": 5, "ids-in-sources": {"cfepp-final3": "584"}}, "raw": {"S": "6", "LT": "21 25", "LV": "I", "TR": "f", "UT": "20 25", "LAT": "+48.86", "SRC": "A", "LONG": "-02.34", "NAME": "VAGLIANO Dorothee", "SPORT": "Golf", "LOC_DATE": "1921 04 04", "UNIV_DATE": "1921 04 04", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75016"}, "date": "2023-08-20T14:46:07+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22822	bouchonnet-michel-1940-07-17	{"3a_sports": "594", "cfepp-final3": "587"}	{"cfepp": "CF-587", "ertel": "ES-594"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Bouchonnet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-07-17 03:00", "note": null, "place": {"c1": null, "c2": "36", "c3": "", "cy": "FR", "lg": -2.04, "lat": 47.09, "name": "REUILLY", "geoid": null}, "notime": null, "date-ut": "1940-07-17 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["gymnast"]	5	null	[{"new": {"sex": "M", "name": {"given": "Michel", "family": "Bouchonnet"}, "birth": {"date": "1940-07-17", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "594", "ENG": "", "MA_": "1", "G_NR": "54", "MA12": "10", "MARS": "28", "NAME": "Bouchonnet", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "6,300", "CSINR": "", "KURTZ": "", "PHAS_": "93,400", "STUND": "", "CFEPNR": "587", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "17.07.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "GYMN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1940-07-17 03:00", "place": {"c2": "36", "c3": "", "cy": "FR", "lg": -2.04, "lat": 47.09, "name": "REUILLY"}, "date-ut": "1940-07-17 02:00"}, "occus": ["gymnast"], "ids-in-sources": {"cfepp-final3": "587"}}, "raw": {"S": "10", "LT": "03 00", "LV": "FI", "TR": "f", "UT": "02 00", "LAT": "+47.09", "SRC": "L", "LONG": "-02.04", "NAME": "BOUCHONNET Michel", "SPORT": "Gymnastics", "LOC_DATE": "1940 07 17", "UNIV_DATE": "1940 07 17", "BIRTH_PLACE": "REUILLY", "POSTAL_CODE": "36260"}, "date": "2023-08-20T14:46:07+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24187	manoukian-diran-1919-03-22	{"cfepp-final3": "645"}	{"cfepp": "CF-645"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Diran", "family": "MANOUKIAN", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1919-03-22 07:50", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1919-03-22 06:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["field-hockey-player"]	5	null	[{"new": {"name": {"given": "Diran", "family": "MANOUKIAN"}, "birth": {"date": "1919-03-22 07:50", "place": {"c2": "75", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1919-03-22 06:50"}, "occus": ["field-hockey-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "645"}}, "raw": {"S": "1", "LT": "07 50", "LV": "I36", "TR": "f", "UT": "06 50", "LAT": "+48.86", "SRC": "A", "LONG": "-02.34", "NAME": "MANOUKIAN Diran", "SPORT": "Field Hockey", "LOC_DATE": "1919 03 22", "UNIV_DATE": "1919 03 22", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75000"}, "date": "2023-08-20T14:46:09+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22852	brisepierre-jacqueline-1945-10-30	{"3a_sports": "673", "cfepp-final3": "588"}	{"cfepp": "CF-588", "ertel": "ES-673"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacqueline", "family": "Brisepierre", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1945-10-30 17:00", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": -4.36, "lat": 46.68, "name": "MONTCEAU LES MINES", "geoid": null}, "notime": null, "date-ut": "1945-10-30 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["gymnast"]	5	null	[{"new": {"sex": "F", "name": {"given": "Jacqueline", "family": "Brisepierre"}, "birth": {"date": "1945-10-30", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "673", "ENG": "", "MA_": "0", "G_NR": "68", "MA12": "9", "MARS": "25", "NAME": "Brisepierre", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "29,700", "STUND": "", "CFEPNR": "588", "EXTEND": "", "NATION": "FRA", "TAGMON": "30.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jacqueline", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "30.10.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "GYMN", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1945-10-30 17:00", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": -4.36, "lat": 46.68, "name": "MONTCEAU LES MINES"}, "date-ut": "1945-10-30 16:00"}, "occus": ["gymnast"], "ids-in-sources": {"cfepp-final3": "588"}}, "raw": {"S": "9", "LT": "17 00", "LV": "I", "TR": "f", "UT": "16 00", "LAT": "+46.68", "SRC": "L", "LONG": "-04.36", "NAME": "BRISEPIERRE Jacqueline", "SPORT": "Gymnastics", "LOC_DATE": "1945 10 30", "UNIV_DATE": "1945 10 30", "BIRTH_PLACE": "MONTCEAU LES MINES", "POSTAL_CODE": "71307 CEDEX"}, "date": "2023-08-20T14:46:07+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23007	coulon-danielle-sicot-1935-03-24	{"3a_sports": "1139", "cfepp-final3": "589"}	{"cfepp": "CF-589", "ertel": "ES-1139"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Danielle Sicot", "family": "Coulon", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1935-03-24 15:00", "note": null, "place": {"c1": null, "c2": "28", "c3": "", "cy": "FR", "lg": -1.33, "lat": 48.07, "name": "CHATEAUDUN", "geoid": null}, "notime": null, "date-ut": "1935-03-24 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["gymnast"]	5	null	[{"new": {"sex": "F", "name": {"given": "Danielle Sicot", "family": "Coulon"}, "birth": {"date": "1935-03-24", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "1139", "ENG": "", "MA_": "1", "G_NR": "110", "MA12": "10", "MARS": "30", "NAME": "Coulon", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-6,100", "CSINR": "", "KURTZ": "", "PHAS_": "86,500", "STUND": "", "CFEPNR": "589", "EXTEND": "", "NATION": "FRA", "TAGMON": "24.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Danielle Sicot", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "24.03.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "GYMN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1935-03-24 15:00", "place": {"c2": "28", "c3": "", "cy": "FR", "lg": -1.33, "lat": 48.07, "name": "CHATEAUDUN"}, "date-ut": "1935-03-24 15:00"}, "occus": ["gymnast"], "ids-in-sources": {"cfepp-final3": "589"}}, "raw": {"S": "10", "LT": "15 00", "LV": "FI", "TR": "f", "UT": "15 00", "LAT": "+48.07", "SRC": "L", "LONG": "-01.33", "NAME": "COULON Danielle", "SPORT": "Gymnastics", "LOC_DATE": "1935 03 24", "UNIV_DATE": "1935 03 24", "BIRTH_PLACE": "CHATEAUDUN", "POSTAL_CODE": "28200"}, "date": "2023-08-20T14:46:07+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23081	dewolf-marcel-1919-09-19	{"3a_sports": "1395", "cfepp-final3": "590"}	{"cfepp": "CF-590", "ertel": "ES-1395"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Dewolf", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-09-19 07:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": -3.49, "lat": 50.32, "name": "TRITH ST LEGER", "geoid": null}, "notime": null, "date-ut": "1919-09-19 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["gymnast"]	5	null	[{"new": {"sex": "M", "name": {"given": "Marcel", "family": "Dewolf"}, "birth": {"date": "1919-09-19", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1395", "ENG": "0", "MA_": "2", "G_NR": "68", "MA12": "3", "MARS": "9", "NAME": "Dewolf", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-10,30", "CSINR": "", "KURTZ": "", "PHAS_": "27,500", "STUND": "", "CFEPNR": "590", "EXTEND": "1", "NATION": "FRA", "TAGMON": "19.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.09.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "GYMN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1919-09-19 07:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": -3.49, "lat": 50.32, "name": "TRITH ST LEGER"}, "date-ut": "1919-09-19 06:00"}, "occus": ["gymnast"], "ids-in-sources": {"cfepp-final3": "590"}}, "raw": {"S": "2", "LT": "07 00", "LV": "I", "TR": "f", "UT": "06 00", "LAT": "+50.32", "SRC": "A", "LONG": "-03.49", "NAME": "DEWOLF Marcel", "SPORT": "Gymnastics", "LOC_DATE": "1919 09 19", "UNIV_DATE": "1919 09 19", "BIRTH_PLACE": "TRITH ST LEGER", "POSTAL_CODE": "59125"}, "date": "2023-08-20T14:46:07+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23150	fauqueux-bernard-1938-09-02	{"3a_sports": "1591", "cfepp-final3": "592"}	{"cfepp": "CF-592", "ertel": "ES-1591"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Fauqueux", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1938-09-02 01:30", "note": null, "place": {"c1": null, "c2": "27", "c3": "", "cy": "FR", "lg": -1.48, "lat": 49.1, "name": "VERNON", "geoid": null}, "notime": null, "date-ut": "1938-09-02 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["gymnast"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bernard", "family": "Fauqueux"}, "birth": {"date": "1938-09-02", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1591", "ENG": "", "MA_": "1", "G_NR": "162", "MA12": "10", "MARS": "30", "NAME": "Fauqueux", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "9,700", "CSINR": "", "KURTZ": "", "PHAS_": "52,700", "STUND": "", "CFEPNR": "592", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Bernard", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "02.09.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "GYMN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1938-09-02 01:30", "place": {"c2": "27", "c3": "", "cy": "FR", "lg": -1.48, "lat": 49.1, "name": "VERNON"}, "date-ut": "1938-09-02 00:30"}, "occus": ["gymnast"], "ids-in-sources": {"cfepp-final3": "592"}}, "raw": {"S": "10", "LT": "01 30", "LV": "I", "TR": "f", "UT": "00 30", "LAT": "+49.10", "SRC": "L", "LONG": "-01.48", "NAME": "FAUQUEUX Bernard", "SPORT": "Gymnastics", "LOC_DATE": "1938 09 02", "UNIV_DATE": "1938 09 02", "BIRTH_PLACE": "VERNON", "POSTAL_CODE": "27207 CEDEX"}, "date": "2023-08-20T14:46:07+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23448	letourneur-evelyne-1947-09-13	{"3a_sports": "2477", "cfepp-final3": "596"}	{"cfepp": "CF-596", "ertel": "ES-2477"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Evelyne", "family": "Letourneur", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1947-09-13 22:40", "note": null, "place": {"c1": null, "c2": "27", "c3": "", "cy": "FR", "lg": -1.48, "lat": 49.1, "name": "VERNON", "geoid": null}, "notime": null, "date-ut": "1947-09-13 21:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["gymnast"]	5	null	[{"new": {"sex": "F", "name": {"given": "Evelyne", "family": "Letourneur"}, "birth": {"date": "1947-09-13", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "2477", "ENG": "", "MA_": "1", "G_NR": "259", "MA12": "11", "MARS": "31", "NAME": "Letourneur", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-6,300", "CSINR": "", "KURTZ": "", "PHAS_": "4,800", "STUND": "", "CFEPNR": "596", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Evelyne", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "13.09.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "GYMN", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1947-09-13 22:40", "place": {"c2": "27", "c3": "", "cy": "FR", "lg": -1.48, "lat": 49.1, "name": "VERNON"}, "date-ut": "1947-09-13 21:40"}, "occus": ["gymnast"], "ids-in-sources": {"cfepp-final3": "596"}}, "raw": {"S": "11", "LT": "22 40", "LV": "FI", "TR": "f", "UT": "21 40", "LAT": "+49.10", "SRC": "L", "LONG": "-01.48", "NAME": "LETOURNEUR Evelyne", "SPORT": "Gymnastics", "LOC_DATE": "1947 09 13", "UNIV_DATE": "1947 09 13", "BIRTH_PLACE": "VERNON", "POSTAL_CODE": "27207 CEDEX"}, "date": "2023-08-20T14:46:07+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23547	mathiot-michel-1926-08-23	{"3a_sports": "2747", "cfepp-final3": "597"}	{"cfepp": "CF-597", "ertel": "ES-2747"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Mathiot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-08-23 10:00", "note": null, "place": {"c1": null, "c2": "25", "c3": "", "cy": "FR", "lg": -6.02, "lat": 47.24, "name": "BESANCON", "geoid": null}, "notime": null, "date-ut": "1926-08-23 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["gymnast"]	5	null	[{"new": {"sex": "M", "name": {"given": "Michel", "family": "Mathiot"}, "birth": {"date": "1926-08-23", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2747", "ENG": "", "MA_": "0", "G_NR": "140", "MA12": "6", "MARS": "16", "NAME": "Mathiot", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "3,000", "CSINR": "", "KURTZ": "", "PHAS_": "99,500", "STUND": "", "CFEPNR": "597", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.08.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "GYMN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1926-08-23 10:00", "place": {"c2": "25", "c3": "", "cy": "FR", "lg": -6.02, "lat": 47.24, "name": "BESANCON"}, "date-ut": "1926-08-23 09:00"}, "occus": ["gymnast"], "ids-in-sources": {"cfepp-final3": "597"}}, "raw": {"S": "6", "LT": "10 00", "LV": "I", "TR": "f", "UT": "09 00", "LAT": "+47.24", "SRC": "A", "LONG": "-06.02", "NAME": "MATHIOT Michel", "SPORT": "Gymnastics", "LOC_DATE": "1926 08 23", "UNIV_DATE": "1926 08 23", "BIRTH_PLACE": "BESANCON", "POSTAL_CODE": "25034 CEDEX"}, "date": "2023-08-20T14:46:07+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23594	montagne-liliane-1931-03-16	{"3a_sports": "2922", "cfepp-final3": "598"}	{"cfepp": "CF-598", "ertel": "ES-2922"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Liliane", "family": "Montagne", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1931-03-16 15:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": -3.06, "lat": 50.63, "name": "LILLE", "geoid": null}, "notime": null, "date-ut": "1931-03-16 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["gymnast"]	5	null	[{"new": {"sex": "F", "name": {"given": "Liliane", "family": "Montagne"}, "birth": {"date": "1931-03-16", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "2922", "ENG": "1", "MA_": "2", "G_NR": "148", "MA12": "1", "MARS": "3", "NAME": "Montagne", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-6,400", "CSINR": "", "KURTZ": "", "PHAS_": "9,700", "STUND": "", "CFEPNR": "598", "EXTEND": "1", "NATION": "FRA", "TAGMON": "16.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Liliane", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.03.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "GYMN", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1931-03-16 15:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": -3.06, "lat": 50.63, "name": "LILLE"}, "date-ut": "1931-03-16 15:00"}, "occus": ["gymnast"], "ids-in-sources": {"cfepp-final3": "598"}}, "raw": {"S": "2", "LT": "15 00", "LV": "I", "TR": "f", "UT": "15 00", "LAT": "+50.63", "SRC": "A", "LONG": "-03.06", "NAME": "MONTAGNE Lilianne", "SPORT": "Gymnastics", "LOC_DATE": "1931 03 16", "UNIV_DATE": "1931 03 16", "BIRTH_PLACE": "LILLE", "POSTAL_CODE": "59033 CEDEX"}, "date": "2023-08-20T14:46:07+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24181	wieczorkiewiecz-edouard-1926-07-17	{"cfepp-final3": "603"}	{"cfepp": "CF-603"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "WIECZORKIEWIECZ", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1926-07-17 03:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": -4.07, "lat": 46.04, "name": "ROANNE", "geoid": null}, "notime": null, "date-ut": "1926-07-17 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["gymnast"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "WIECZORKIEWIECZ"}, "birth": {"date": "1926-07-17 03:00", "place": {"c2": "42", "cy": "FR", "lg": -4.07, "lat": 46.04, "name": "ROANNE"}, "date-ut": "1926-07-17 02:00"}, "occus": ["gymnast"], "trust": 5, "ids-in-sources": {"cfepp-final3": "603"}}, "raw": {"S": "2", "LT": "03 00", "LV": "I", "TR": "f", "UT": "02 00", "LAT": "+46.04", "SRC": "A", "LONG": "-04.07", "NAME": "WIECZORKIEWIECZ Edouard", "SPORT": "Gymnastics", "LOC_DATE": "1926 07 17", "UNIV_DATE": "1926 07 17", "BIRTH_PLACE": "ROANNE", "POSTAL_CODE": "42328 CEDEX"}, "date": "2023-08-20T14:46:07+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23124	duverger-rene-1911-01-30	{"3a_sports": "1516", "cfepp-final3": "608"}	{"cfepp": "CF-608", "ertel": "ES-1516"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Duverger", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1911-01-30 02:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "18", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1911-01-30 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["weightlifter"]	5	null	[{"new": {"sex": "M", "name": {"given": "René", "family": "Duverger"}, "birth": {"date": "1911-01-30", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1516", "ENG": "", "MA_": "0", "G_NR": "14", "MA12": "11", "MARS": "33", "NAME": "Duverger", "PUBL": "U", "QUEL": "G_79F", "AUFAB": "-1,800", "CSINR": "", "KURTZ": "", "PHAS_": "0,400", "STUND": "", "CFEPNR": "608", "EXTEND": "", "NATION": "FRA", "TAGMON": "30.01.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "30.01.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "WEIG", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1911-01-30 02:00", "place": {"c2": "75", "c3": "18", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1911-01-30 01:51"}, "occus": ["weightlifter"], "ids-in-sources": {"cfepp-final3": "608"}}, "raw": {"S": "11", "LT": "02 00", "LV": "O", "TR": "f", "UT": "01 51", "LAT": "+48.86", "SRC": "AL", "LONG": "-02.34", "NAME": "DUVERGER Rene", "SPORT": "Weightlifting", "LOC_DATE": "1911 01 30", "UNIV_DATE": "1911 01 30", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75018"}, "date": "2023-08-20T14:46:08+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23271	gourrier-pierre-1947-03-02	{"3a_sports": "1913", "cfepp-final3": "613"}	{"cfepp": "CF-613", "ertel": "ES-1913"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Gourrier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-03-02 21:45", "note": null, "place": {"c1": null, "c2": "54", "c3": "", "cy": "FR", "lg": -6.18, "lat": 48.69, "name": "NANCY", "geoid": null}, "notime": null, "date-ut": "1947-03-02 20:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["weightlifter"]	5	null	[{"new": {"sex": "M", "name": {"given": "Pierre", "family": "Gourrier"}, "birth": {"date": "1947-03-02", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1913", "ENG": "", "MA_": "0", "G_NR": "195", "MA12": "9", "MARS": "25", "NAME": "Gourrier", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "11,100", "CSINR": "", "KURTZ": "", "PHAS_": "68,200", "STUND": "", "CFEPNR": "613", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "02.03.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "WEIG", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1947-03-02 21:45", "place": {"c2": "54", "c3": "", "cy": "FR", "lg": -6.18, "lat": 48.69, "name": "NANCY"}, "date-ut": "1947-03-02 20:45"}, "occus": ["weightlifter"], "ids-in-sources": {"cfepp-final3": "613"}}, "raw": {"S": "9", "LT": "21 45", "LV": "FI", "TR": "f", "UT": "20 45", "LAT": "+48.69", "SRC": "L", "LONG": "-06.18", "NAME": "GOURRIER Pierre", "SPORT": "Weightlifting", "LOC_DATE": "1947 03 02", "UNIV_DATE": "1947 03 02", "BIRTH_PLACE": "NANCY", "POSTAL_CODE": "54035 CEDEX"}, "date": "2023-08-20T14:46:08+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23450	levecq-roger-1935-08-24	{"3a_sports": "2479", "cfepp-final3": "617"}	{"cfepp": "CF-617", "ertel": "ES-2479"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Levecq", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1935-08-24 08:45", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": -3.01, "lat": 50.61, "name": "LOOS", "geoid": null}, "notime": null, "date-ut": "1935-08-24 07:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["weightlifter"]	5	null	[{"new": {"sex": "M", "name": {"given": "Roger", "family": "Levecq"}, "birth": {"date": "1935-08-24", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2479", "ENG": "", "MA_": "1", "G_NR": "261", "MA12": "11", "MARS": "31", "NAME": "Levecq", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-8,900", "CSINR": "", "KURTZ": "", "PHAS_": "22,100", "STUND": "", "CFEPNR": "617", "EXTEND": "", "NATION": "FRA", "TAGMON": "24.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "24.08.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "WEIG", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1935-08-24 08:45", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": -3.01, "lat": 50.61, "name": "LOOS"}, "date-ut": "1935-08-24 07:45"}, "occus": ["weightlifter"], "ids-in-sources": {"cfepp-final3": "617"}}, "raw": {"S": "11", "LT": "08 45", "LV": "FI", "TR": "f", "UT": "07 45", "LAT": "+50.61", "SRC": "L", "LONG": "-03.01", "NAME": "LEVECQ Roger", "SPORT": "Weightlifting", "LOC_DATE": "1935 08 24", "UNIV_DATE": "1935 08 24", "BIRTH_PLACE": "LOOS", "POSTAL_CODE": "59120"}, "date": "2023-08-20T14:46:08+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16094	nita-andre-1949-09-05	{"d6": "307", "3a_sports": "3037", "cfepp-final3": "625"}	{"cfepp": "CF-625", "ertel": "ES-3037", "lerrcp": "D6-307"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Nita", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-09-05 06:00", "note": null, "place": {"c1": null, "c2": "04", "c3": "", "cy": "FR", "lg": -5.78, "lat": 43.83, "name": "MANOSQUE", "geoid": null}, "notime": null, "date-ut": "1949-09-05 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["handball-player"]	5	null	[{"new": {"name": {"given": "André", "family": "Nita"}, "birth": {"date": "1949-09-05 06:00", "place": {"cy": "FR", "lg": 5.78333, "lat": 43.83333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "307"}}, "raw": {"H": "6", "MN": "0", "DAY": "5", "LAT": "43N50", "LON": "05E47", "MON": "9", "NUM": "307", "SEC": "0", "YEA": "1949", "NAME": "Nita André"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["handball-player"], "partial-ids": {"ertel": "ES-3037"}}, "raw": {"L": "", "MF": "", "NR": "3037", "ENG": "", "MA_": "1", "G_NR": "307", "MA12": "2", "MARS": "5", "NAME": "Nita", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "5,400", "CSINR": "", "KURTZ": "", "PHAS_": "94,300", "STUND": "", "CFEPNR": "625", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Andre", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "05.09.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "HAND", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1949-09-05 06:00", "place": {"c2": "04", "c3": "", "cy": "FR", "lg": -5.78, "lat": 43.83, "name": "MANOSQUE"}, "date-ut": "1949-09-05 05:00"}, "occus": ["handball-player"], "ids-in-sources": {"cfepp-final3": "625"}}, "raw": {"S": "2", "LT": "06 00", "LV": "I15", "TR": "f", "UT": "05 00", "LAT": "+43.83", "SRC": "L", "LONG": "-05.78", "NAME": "NITA Andre", "SPORT": "Handball", "LOC_DATE": "1949 09 05", "UNIV_DATE": "1949 09 05", "BIRTH_PLACE": "MANOSQUE", "POSTAL_CODE": "04100"}, "date": "2023-08-20T14:46:08+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24182	taillefer-jacques-1946-06-13	{"cfepp-final3": "629"}	{"cfepp": "CF-629"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "TAILLEFER", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1946-06-13 09:10", "note": null, "place": {"c1": null, "c2": "75", "c3": "10", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1946-06-13 08:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["handball-player"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "TAILLEFER"}, "birth": {"date": "1946-06-13 09:10", "place": {"c2": "75", "c3": "10", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1946-06-13 08:10"}, "occus": ["handball-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "629"}}, "raw": {"S": "12", "LT": "09 10", "LV": "I", "TR": "f", "UT": "08 10", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "TAILLEFER Jacques", "SPORT": "Handball", "LOC_DATE": "1946 06 13", "UNIV_DATE": "1946 06 13", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75010"}, "date": "2023-08-20T14:46:08+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24030	tzipkine-serge-1946-11-01	{"3a_sports": "4082", "cfepp-final3": "630"}	{"cfepp": "CF-630", "ertel": "ES-4082"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Serge", "family": "Tzipkine", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-11-01 12:15", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": -2.29, "lat": 48.92, "name": "BOIS COLOMBES", "geoid": null}, "notime": null, "date-ut": "1946-11-01 11:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["handball-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Serge", "family": "Tzipkine"}, "birth": {"date": "1946-11-01", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4082", "ENG": "", "MA_": "1", "G_NR": "436", "MA12": "2", "MARS": "6", "NAME": "Tzipkine", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "9,100", "CSINR": "", "KURTZ": "", "PHAS_": "38,700", "STUND": "", "CFEPNR": "630", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.11.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Serge", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "01.11.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "HAND", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1946-11-01 12:15", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": -2.29, "lat": 48.92, "name": "BOIS COLOMBES"}, "date-ut": "1946-11-01 11:15"}, "occus": ["handball-player"], "ids-in-sources": {"cfepp-final3": "630"}}, "raw": {"S": "2", "LT": "12 15", "LV": "I", "TR": "f", "UT": "11 15", "LAT": "+48.92", "SRC": "L", "LONG": "-02.29", "NAME": "TZIPKINE Serge", "SPORT": "Handball", "LOC_DATE": "1946 11 01", "UNIV_DATE": "1946 11 01", "BIRTH_PLACE": "BOIS COLOMBES", "POSTAL_CODE": "92270"}, "date": "2023-08-20T14:46:09+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22638	allard-jacques-1925-09-08	{"3a_sports": "60", "cfepp-final3": "631"}	{"cfepp": "CF-631", "ertel": "ES-60"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Allard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-09-08 13:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": 1.17, "lat": 44.66, "name": "ARCACHON", "geoid": null}, "notime": null, "date-ut": "1925-09-08 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["field-hockey-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jacques", "family": "Allard"}, "birth": {"date": "1925-09-08", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "60", "ENG": "0", "MA_": "2", "G_NR": "4", "MA12": "3", "MARS": "9", "NAME": "Allard", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-9,100", "CSINR": "", "KURTZ": "", "PHAS_": "69,700", "STUND": "", "CFEPNR": "631", "EXTEND": "1", "NATION": "FRA", "TAGMON": "08.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.09.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "HOCK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1925-09-08 13:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": 1.17, "lat": 44.66, "name": "ARCACHON"}, "date-ut": "1925-09-08 12:00"}, "occus": ["field-hockey-player"], "ids-in-sources": {"cfepp-final3": "631"}}, "raw": {"S": "3", "LT": "13 00", "LV": "I", "TR": "f", "UT": "12 00", "LAT": "+44.66", "SRC": "A", "LONG": "+01.17", "NAME": "ALLARD Jacques", "SPORT": "Field Hockey", "LOC_DATE": "1925 09 08", "UNIV_DATE": "1925 09 08", "BIRTH_PLACE": "ARCACHON", "POSTAL_CODE": "33311 CEDEX"}, "date": "2023-08-20T14:46:09+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22639	allard-patric-1922-06-19	{"3a_sports": "61", "cfepp-final3": "632"}	{"cfepp": "CF-632", "ertel": "ES-61"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Patric", "family": "Allard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-06-19 03:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": 0.57, "lat": 44.84, "name": "BORDEAUX", "geoid": null}, "notime": null, "date-ut": "1922-06-19 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["field-hockey-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Patric", "family": "Allard"}, "birth": {"date": "1922-06-19", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "61", "ENG": "", "MA_": "0", "G_NR": "5", "MA12": "5", "MARS": "15", "NAME": "Allard", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "36,000", "STUND": "", "CFEPNR": "632", "EXTEND": "", "NATION": "FRA", "TAGMON": "19.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Patric", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.06.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "HOCK", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1922-06-19 03:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": 0.57, "lat": 44.84, "name": "BORDEAUX"}, "date-ut": "1922-06-19 02:00"}, "occus": ["field-hockey-player"], "ids-in-sources": {"cfepp-final3": "632"}}, "raw": {"S": "6", "LT": "03 00", "LV": "I", "TR": "f", "UT": "02 00", "LAT": "+44.84", "SRC": "A", "LONG": "+00.57", "NAME": "ALLARD Patrick", "SPORT": "Field Hockey", "LOC_DATE": "1922 06 19", "UNIV_DATE": "1922 06 19", "BIRTH_PLACE": "BORDEAUX", "POSTAL_CODE": "33077 CEDEX"}, "date": "2023-08-20T14:46:09+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24183	blanchet-jacques-1906-04-01	{"cfepp-final3": "633"}	{"cfepp": "CF-633"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "BLANCHET", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1906-04-01 09:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "18", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1906-04-01 08:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["field-hockey-player"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "BLANCHET"}, "birth": {"date": "1906-04-01 09:00", "place": {"c2": "75", "c3": "18", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1906-04-01 08:51"}, "occus": ["field-hockey-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "633"}}, "raw": {"S": "1", "LT": "09 00", "LV": "I", "TR": "f", "UT": "08 51", "LAT": "+48.86", "SRC": "A", "LONG": "-02.34", "NAME": "BLANCHET Jacques", "SPORT": "Field Hockey", "LOC_DATE": "1906 04 01", "UNIV_DATE": "1906 04 01", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75018"}, "date": "2023-08-20T14:46:09+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15867	burtshell-patrick-1946-11-22	{"d6": "78", "3a_sports": "738", "cfepp-final3": "634"}	{"cfepp": "CF-634", "ertel": "ES-738", "lerrcp": "D6-78"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Patrick", "family": "Burtshell", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-11-22 02:30", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": -3.06, "lat": 50.63, "name": "LILLE", "geoid": null}, "notime": null, "date-ut": "1946-11-22 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["field-hockey-player"]	5	null	[{"new": {"name": {"given": "Patrick", "family": "Burtshell"}, "birth": {"date": "1946-09-22 02:30", "place": {"cy": "FR", "lg": 3.08333, "lat": 50.65}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "78"}}, "raw": {"H": "2", "MN": "30", "DAY": "22", "LAT": "50N39", "LON": "03E05", "MON": "9", "NUM": "78", "SEC": "0", "YEA": "1946", "NAME": "Burtshell Patrick"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["field-hockey-player"], "partial-ids": {"ertel": "ES-738"}}, "raw": {"L": "", "MF": "", "NR": "738", "ENG": "", "MA_": "1", "G_NR": "78", "MA12": "10", "MARS": "28", "NAME": "Burtschell", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-8,300", "CSINR": "", "KURTZ": "", "PHAS_": "12,900", "STUND": "", "CFEPNR": "634", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Patrick", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "22.09.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "HOCK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "burtshell-patrick-1946-11-22", "birth": {"date": "1946-11-22 02:30", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": -3.06, "lat": 50.63, "name": "LILLE"}, "date-ut": "1946-11-22 01:30"}, "occus": ["field-hockey-player"], "ids-in-sources": {"cfepp-final3": "634"}}, "raw": {"S": "10", "LT": "02 30", "LV": "I50", "TR": "f", "UT": "01 30", "LAT": "+50.63", "SRC": "L", "LONG": "-03.06", "NAME": "BURTSCHELL Patrick", "SPORT": "Field Hockey", "LOC_DATE": "1946 11 22", "UNIV_DATE": "1946 11 22", "BIRTH_PLACE": "LILLE", "POSTAL_CODE": "59033 CEDEX"}, "date": "2023-08-20T14:46:09+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15897	corbel-georges-1942-08-21	{"d6": "109", "3a_sports": "1100", "cfepp-final3": "637"}	{"cfepp": "CF-637", "ertel": "ES-1100", "lerrcp": "D6-109"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Corbel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-08-21 20:50", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": -4.83, "lat": 45.75, "name": "LYON", "geoid": null}, "notime": null, "date-ut": "1942-08-21 18:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["field-hockey-player"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Corbel"}, "birth": {"date": "1942-08-21 20:50", "place": {"cy": "FR", "lg": 4.83333, "lat": 45.76667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "109"}}, "raw": {"H": "20", "MN": "50", "DAY": "21", "LAT": "45N46", "LON": "04E50", "MON": "8", "NUM": "109", "SEC": "0", "YEA": "1942", "NAME": "Corbel georges"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["field-hockey-player"], "partial-ids": {"ertel": "ES-1100"}}, "raw": {"L": "", "MF": "", "NR": "1100", "ENG": "", "MA_": "1", "G_NR": "109", "MA12": "6", "MARS": "18", "NAME": "Corbel", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "11,200", "CSINR": "", "KURTZ": "", "PHAS_": "67,300", "STUND": "", "CFEPNR": "637", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "21.08.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "HOCK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1942-08-21 20:50", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": -4.83, "lat": 45.75, "name": "LYON"}, "date-ut": "1942-08-21 18:50"}, "occus": ["field-hockey-player"], "ids-in-sources": {"cfepp-final3": "637"}}, "raw": {"S": "6", "LT": "20 50", "LV": "I65", "TR": "f", "UT": "18 50", "LAT": "+45.75", "SRC": "L", "LONG": "-04.83", "NAME": "CORBEL Georges", "SPORT": "Field Hockey", "LOC_DATE": "1942 08 21", "UNIV_DATE": "1942 08 21", "BIRTH_PLACE": "LYON", "POSTAL_CODE": "69205 CEDEX  01"}, "date": "2023-08-20T14:46:09+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24184	dubessay-jean-francois-1921-04-01	{"cfepp-final3": "638"}	{"cfepp": "CF-638"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Francois", "family": "DUBESSAY", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1921-04-01 15:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1921-04-01 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["field-hockey-player"]	5	null	[{"new": {"name": {"given": "Jean-Francois", "family": "DUBESSAY"}, "birth": {"date": "1921-04-01 15:00", "place": {"c2": "75", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1921-04-01 14:00"}, "occus": ["field-hockey-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "638"}}, "raw": {"S": "4", "LT": "15 00", "LV": "I17", "TR": "f", "UT": "14 00", "LAT": "+48.86", "SRC": "A", "LONG": "-02.34", "NAME": "DUBESSAY Jean-Francois", "SPORT": "Field Hockey", "LOC_DATE": "1921 04 01", "UNIV_DATE": "1921 04 01", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75000"}, "date": "2023-08-20T14:46:09+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23118	dujardin-max-1912-12-01	{"3a_sports": "1489", "cfepp-final3": "639"}	{"cfepp": "CF-639", "ertel": "ES-1489"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Dujardin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1912-12-01 06:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": -3.08, "lat": 50.37, "name": "DOUAI", "geoid": null}, "notime": null, "date-ut": "1912-12-01 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["field-hockey-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Max", "family": "Dujardin"}, "birth": {"date": "1912-12-01", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1489", "ENG": "0", "MA_": "2", "G_NR": "73", "MA12": "12", "MARS": "36", "NAME": "Dujardin", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-11,10", "CSINR": "", "KURTZ": "", "PHAS_": "55,400", "STUND": "", "CFEPNR": "639", "EXTEND": "1", "NATION": "FRA", "TAGMON": "01.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Max", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.12.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "HOCK", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1912-12-01 06:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": -3.08, "lat": 50.37, "name": "DOUAI"}, "date-ut": "1912-12-01 06:00"}, "occus": ["field-hockey-player"], "ids-in-sources": {"cfepp-final3": "639"}}, "raw": {"S": "12", "LT": "06 00", "LV": "I", "TR": "f", "UT": "06 00", "LAT": "+50.37", "SRC": "A", "LONG": "-03.08", "NAME": "DUJARDIN Max", "SPORT": "Field Hockey", "LOC_DATE": "1912 12 01", "UNIV_DATE": "1912 12 01", "BIRTH_PLACE": "DOUAI", "POSTAL_CODE": "59508 CEDEX"}, "date": "2023-08-20T14:46:09+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24185	hauet-claude-1925-03-25	{"cfepp-final3": "641"}	{"cfepp": "CF-641"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "HAUET", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1925-03-25 02:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "16", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1925-03-25 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["field-hockey-player"]	5	null	[{"new": {"name": {"given": "Claude", "family": "HAUET"}, "birth": {"date": "1925-03-25 02:30", "place": {"c2": "75", "c3": "16", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1925-03-25 02:30"}, "occus": ["field-hockey-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "641"}}, "raw": {"S": "9", "LT": "02 30", "LV": "I25", "TR": "f", "UT": "02 30", "LAT": "+48.86", "SRC": "A", "LONG": "-02.34", "NAME": "HAUET Claude", "SPORT": "Field Hockey", "LOC_DATE": "1925 03 25", "UNIV_DATE": "1925 03 25", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75016"}, "date": "2023-08-20T14:46:09+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24186	hauet-jean-1925-03-25	{"cfepp-final3": "642"}	{"cfepp": "CF-642"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "HAUET", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1925-03-25 02:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "16", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1925-03-25 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["field-hockey-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "HAUET"}, "birth": {"date": "1925-03-25 02:00", "place": {"c2": "75", "c3": "16", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1925-03-25 02:00"}, "occus": ["field-hockey-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "642"}}, "raw": {"S": "8", "LT": "02 00", "LV": "I25", "TR": "f", "UT": "02 00", "LAT": "+48.86", "SRC": "A", "LONG": "-02.34", "NAME": "HAUET Jean", "SPORT": "Field Hockey", "LOC_DATE": "1925 03 25", "UNIV_DATE": "1925 03 25", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75016"}, "date": "2023-08-20T14:46:09+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23473	lucas-robert-1922-10-05	{"3a_sports": "2550", "cfepp-final3": "644"}	{"cfepp": "CF-644", "ertel": "ES-2550"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Lucas", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-10-05 10:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": -3.23, "lat": 50.18, "name": "CAMBRAI", "geoid": null}, "notime": null, "date-ut": "1922-10-05 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["field-hockey-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Robert", "family": "Lucas"}, "birth": {"date": "1922-10-05", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2550", "ENG": "", "MA_": "0", "G_NR": "132", "MA12": "11", "MARS": "32", "NAME": "Lucas", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "2,700", "CSINR": "", "KURTZ": "", "PHAS_": "99,000", "STUND": "", "CFEPNR": "644", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.10.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "HOCK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1922-10-05 10:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": -3.23, "lat": 50.18, "name": "CAMBRAI"}, "date-ut": "1922-10-05 09:00"}, "occus": ["field-hockey-player"], "ids-in-sources": {"cfepp-final3": "644"}}, "raw": {"S": "11", "LT": "10 00", "LV": "I8", "TR": "f", "UT": "09 00", "LAT": "+50.18", "SRC": "A", "LONG": "-03.23", "NAME": "LUCAS Robert", "SPORT": "Field Hockey", "LOC_DATE": "1922 10 05", "UNIV_DATE": "1922 10 05", "BIRTH_PLACE": "CAMBRAI", "POSTAL_CODE": "59407 CEDEX"}, "date": "2023-08-20T14:46:09+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24188	meyer-andre-1919-10-05	{"cfepp-final3": "646"}	{"cfepp": "CF-646"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Andre", "family": "MEYER", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1919-10-05 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "1", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1919-10-05 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["field-hockey-player"]	5	null	[{"new": {"name": {"given": "Andre", "family": "MEYER"}, "birth": {"date": "1919-10-05 05:00", "place": {"c2": "75", "c3": "1", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1919-10-05 04:00"}, "occus": ["field-hockey-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "646"}}, "raw": {"S": "1", "LT": "05 00", "LV": "I30", "TR": "f", "UT": "04 00", "LAT": "+48.86", "SRC": "A", "LONG": "-02.34", "NAME": "MEYER Andre", "SPORT": "Field Hockey", "LOC_DATE": "1919 10 05", "UNIV_DATE": "1919 10 05", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75001"}, "date": "2023-08-20T14:46:09+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16150	sauthier-jean-paul-1942-05-27	{"d6": "363", "3a_sports": "3697", "cfepp-final3": "648"}	{"cfepp": "CF-648", "ertel": "ES-3697", "lerrcp": "D6-363"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Paul", "family": "Sauthier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-05-27 16:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": -4.83, "lat": 45.75, "name": "LYON", "geoid": null}, "notime": null, "date-ut": "1942-05-27 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["field-hockey-player"]	5	null	[{"new": {"name": {"given": "Jean-Paul", "family": "Sauthier"}, "birth": {"date": "1942-05-27 16:00", "place": {"cy": "FR", "lg": 4.83333, "lat": 45.76667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "363"}}, "raw": {"H": "16", "MN": "0", "DAY": "27", "LAT": "45N46", "LON": "04E50", "MON": "5", "NUM": "363", "SEC": "0", "YEA": "1942", "NAME": "Sauthier Jean-Paul"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["field-hockey-player"], "partial-ids": {"ertel": "ES-3697"}}, "raw": {"L": "", "MF": "", "NR": "3697", "ENG": "0", "MA_": "2", "G_NR": "363", "MA12": "3", "MARS": "9", "NAME": "Sauthier", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "8,800", "CSINR": "", "KURTZ": "", "PHAS_": "85,300", "STUND": "", "CFEPNR": "648", "EXTEND": "1", "NATION": "FRA", "TAGMON": "27.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean-Paul", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "27.05.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "HOCK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1942-05-27 16:00", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": -4.83, "lat": 45.75, "name": "LYON"}, "date-ut": "1942-05-27 14:00"}, "occus": ["field-hockey-player"], "ids-in-sources": {"cfepp-final3": "648"}}, "raw": {"S": "3", "LT": "16 00", "LV": "I45", "TR": "f", "UT": "14 00", "LAT": "+45.75", "SRC": "L", "LONG": "-04.83", "NAME": "SAUTHIER Jean-Paul", "SPORT": "Field Hockey", "LOC_DATE": "1942 05 27", "UNIV_DATE": "1942 05 27", "BIRTH_PLACE": "LYON", "POSTAL_CODE": "69205 CEDEX  01"}, "date": "2023-08-20T14:46:09+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24189	rovoyaz-paul-1916-09-19	{"cfepp-final3": "652"}	{"cfepp": "CF-652"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "ROVOYAZ", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1916-09-19 13:00", "note": null, "place": {"c1": null, "c2": "74", "c3": null, "cy": "FR", "lg": -6.87, "lat": 45.92, "name": "CHAMONIX MONT BLANC", "geoid": null}, "notime": null, "date-ut": "1916-09-19 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["ice-hockey-player"]	5	null	[{"new": {"name": {"given": "Paul", "family": "ROVOYAZ"}, "birth": {"date": "1916-09-19 13:00", "place": {"c2": "74", "cy": "FR", "lg": -6.87, "lat": 45.92, "name": "CHAMONIX MONT BLANC"}, "date-ut": "1916-09-19 12:00"}, "occus": ["ice-hockey-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "652"}}, "raw": {"S": "2", "LT": "13 00", "LV": "FI", "TR": "f", "UT": "12 00", "LAT": "+45.92", "SRC": "A", "LONG": "-06.87", "NAME": "ROVOYAZ Paul", "SPORT": "Ice Hockey", "LOC_DATE": "1916 09 19", "UNIV_DATE": "1916 09 19", "BIRTH_PLACE": "CHAMONIX MONT BLANC", "POSTAL_CODE": "74403 CEDEX"}, "date": "2023-08-20T14:46:09+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24190	clement-patrick-1944-07-18	{"cfepp-final3": "653"}	{"cfepp": "CF-653"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Patrick", "family": "CLEMENT", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1944-07-18 07:45", "note": null, "place": {"c1": null, "c2": "75", "c3": "1", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1944-07-18 05:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["judoka"]	5	null	[{"new": {"name": {"given": "Patrick", "family": "CLEMENT"}, "birth": {"date": "1944-07-18 07:45", "place": {"c2": "75", "c3": "1", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1944-07-18 05:45"}, "occus": ["judoka"], "trust": 5, "ids-in-sources": {"cfepp-final3": "653"}}, "raw": {"S": "11", "LT": "07 45", "LV": "FI", "TR": "f", "UT": "05 45", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "CLEMENT Patrick", "SPORT": "Judo", "LOC_DATE": "1944 07 18", "UNIV_DATE": "1944 07 18", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75001"}, "date": "2023-08-20T14:46:09+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24191	de-herdt-jean-1923-07-22	{"cfepp-final3": "654"}	{"cfepp": "CF-654"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "DE HERDT", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1923-07-22 17:15", "note": null, "place": {"c1": null, "c2": "75", "c3": "15", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1923-07-22 16:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["judoka"]	5	null	[{"new": {"name": {"given": "Jean", "family": "DE HERDT"}, "birth": {"date": "1923-07-22 17:15", "place": {"c2": "75", "c3": "15", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1923-07-22 16:15"}, "occus": ["judoka"], "trust": 5, "ids-in-sources": {"cfepp-final3": "654"}}, "raw": {"S": "5", "LT": "17 15", "LV": "E", "TR": "f", "UT": "16 15", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "DE HERDT Jean", "SPORT": "Judo", "LOC_DATE": "1923 07 22", "UNIV_DATE": "1923 07 22", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75015"}, "date": "2023-08-20T14:46:09+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24192	grossain-lionel-1938-02-12	{"cfepp-final3": "655"}	{"cfepp": "CF-655"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lionel", "family": "GROSSAIN", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1938-02-12 20:25", "note": null, "place": {"c1": null, "c2": "75", "c3": "13", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1938-02-12 20:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["judoka"]	5	null	[{"new": {"name": {"given": "Lionel", "family": "GROSSAIN"}, "birth": {"date": "1938-02-12 20:25", "place": {"c2": "75", "c3": "13", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1938-02-12 20:25"}, "occus": ["judoka"], "trust": 5, "ids-in-sources": {"cfepp-final3": "655"}}, "raw": {"S": "6", "LT": "20 25", "LV": "E", "TR": "f", "UT": "20 25", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "GROSSAIN Lionel", "SPORT": "Judo", "LOC_DATE": "1938 02 12", "UNIV_DATE": "1938 02 12", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75013"}, "date": "2023-08-20T14:46:09+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24193	guerin-claude-1944-03-26	{"cfepp-final3": "656"}	{"cfepp": "CF-656"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "GUERIN", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1944-03-26 04:00", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": -2.45, "lat": 48.86, "name": "MONTREUIL", "geoid": null}, "notime": null, "date-ut": "1944-03-26 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["judoka"]	5	null	[{"new": {"name": {"given": "Claude", "family": "GUERIN"}, "birth": {"date": "1944-03-26 04:00", "place": {"c2": "93", "cy": "FR", "lg": -2.45, "lat": 48.86, "name": "MONTREUIL"}, "date-ut": "1944-03-26 03:00"}, "occus": ["judoka"], "trust": 5, "ids-in-sources": {"cfepp-final3": "656"}}, "raw": {"S": "7", "LT": "04 00", "LV": "I", "TR": "f", "UT": "03 00", "LAT": "+48.86", "SRC": "L", "LONG": "-02.45", "NAME": "GUERIN Claude", "SPORT": "Judo", "LOC_DATE": "1944 03 26", "UNIV_DATE": "1944 03 26", "BIRTH_PLACE": "MONTREUIL", "POSTAL_CODE": "93105 CEDEX"}, "date": "2023-08-20T14:46:09+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24194	ballery-georges-1937-07-18	{"cfepp-final3": "658"}	{"cfepp": "CF-658"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "BALLERY", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1937-07-18 07:40", "note": null, "place": {"c1": null, "c2": "75", "c3": "13", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1937-07-18 06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["wrestler"]	5	null	[{"new": {"name": {"given": "Georges", "family": "BALLERY"}, "birth": {"date": "1937-07-18 07:40", "place": {"c2": "75", "c3": "13", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1937-07-18 06:40"}, "occus": ["wrestler"], "trust": 5, "ids-in-sources": {"cfepp-final3": "658"}}, "raw": {"S": "9", "LT": "07 40", "LV": "FI", "TR": "f", "UT": "06 40", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "BALLERY Georges", "SPORT": "Wrestling", "LOC_DATE": "1937 07 18", "UNIV_DATE": "1937 07 18", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75013"}, "date": "2023-08-20T14:46:09+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23233	gaudinot-andre-1947-08-27	{"3a_sports": "1801", "cfepp-final3": "660"}	{"cfepp": "CF-660", "ertel": "ES-1801"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Gaudinot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-08-27 04:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": -4.83, "lat": 45.75, "name": "LYON", "geoid": null}, "notime": null, "date-ut": "1947-08-27 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["wrestler"]	5	null	[{"new": {"sex": "M", "name": {"given": "André", "family": "Gaudinot"}, "birth": {"date": "1947-08-27", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1801", "ENG": "", "MA_": "1", "G_NR": "185", "MA12": "2", "MARS": "4", "NAME": "Gaudinot", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "7,900", "CSINR": "", "KURTZ": "", "PHAS_": "80,900", "STUND": "", "CFEPNR": "660", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "27.08.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "WRES", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1947-08-27 04:00", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": -4.83, "lat": 45.75, "name": "LYON"}, "date-ut": "1947-08-27 03:00"}, "occus": ["wrestler"], "ids-in-sources": {"cfepp-final3": "660"}}, "raw": {"S": "2", "LT": "04 00", "LV": "FI", "TR": "f", "UT": "03 00", "LAT": "+45.75", "SRC": "L", "LONG": "-04.83", "NAME": "GAUDINOT Andre", "SPORT": "Wrestling", "LOC_DATE": "1947 08 27", "UNIV_DATE": "1947 08 27", "BIRTH_PLACE": "LYON", "POSTAL_CODE": "69205 CEDEX  01"}, "date": "2023-08-20T14:46:09+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1741	aurine-remy-1916-01-20	{"a1": "1742", "g55": "03-322", "3a_sports": "164", "cfepp-final3": "657"}	{"g55": "03-322", "cfepp": "CF-657", "ertel": "ES-164", "lerrcp": "A1-1742"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rémy", "family": "Aurine", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1916-01-20 04:00", "note": null, "place": {"c1": null, "c2": "15", "c3": "", "cy": "FR", "lg": 3.12642, "lat": 45.22985, "name": "Molompize", "geoid": 2993482}, "notime": null, "date-ut": "1916-01-20 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["wrestler"]	5	null	[{"new": {"name": {"given": "Rémy", "family": "Aurine"}, "birth": {"tzo": "+00:00", "date": "1916-01-20 04:00", "place": {"c2": "15", "cy": "FR", "lg": 3.12642, "lat": 45.22985, "name": "Molompize", "geoid": 2993482}, "date-ut": "1916-01-20 04:00"}, "occus": ["wrestler"], "trust": 5, "partial_ids": {"lerrcp": "A1-1742"}, "ids-in-sources": {"a1": "1742"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "15", "COU": "F", "DAY": "20", "LAT": "44N56", "LON": "2E26", "MON": "1", "NUM": "1742", "PRO": "C", "SEC": "0", "YEA": "1916", "CITY": "MOLOMPIZE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1916-01-20 04:00"}, "partial-ids": {"ertel": "ES-164"}}, "raw": {"L": "", "MF": "", "NR": "164", "ENG": "1", "MA_": "2", "G_NR": "1742", "MA12": "4", "MARS": "12", "NAME": "Aurine", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,600", "CSINR": "", "KURTZ": "", "PHAS_": "99,900", "STUND": "4,00", "CFEPNR": "657", "EXTEND": "1", "NATION": "FRA", "TAGMON": "20.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Rémy", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "20.01.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "WRES", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1916-01-20 04:00", "place": {"c3": ""}, "date-ut": "1916-01-20 04:00"}, "occus": ["wrestler"], "ids-in-sources": {"cfepp-final3": "657"}}, "raw": {"S": "4", "LT": "04 00", "LV": "FI", "TR": "f", "UT": "04 00", "LAT": "+45.23", "SRC": "AG", "LONG": "-03.13", "NAME": "AURINE Remy", "SPORT": "Wrestling", "LOC_DATE": "1916 01 20", "UNIV_DATE": "1916 01 20", "BIRTH_PLACE": "MOLOMPIZE", "POSTAL_CODE": "15500"}, "date": "2023-08-20T14:46:09+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-322"}, "ids-in-source": {"g55": "03-322"}}, "raw": {"DAY": "20-1-1916", "HOUR": "4 h.", "NAME": "AURINE Rémy", "PLACE": "Molonpize (Cantal)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
23279	grangier-michel-1948-04-02	{"3a_sports": "1933", "cfepp-final3": "661"}	{"cfepp": "CF-661", "ertel": "ES-1933"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Grangier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-04-02 07:15", "note": null, "place": {"c1": null, "c2": "21", "c3": "", "cy": "FR", "lg": -5.04, "lat": 47.32, "name": "DIJON", "geoid": null}, "notime": null, "date-ut": "1948-04-02 06:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["wrestler"]	5	null	[{"new": {"sex": "M", "name": {"given": "Michel", "family": "Grangier"}, "birth": {"date": "1948-04-02", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1933", "ENG": "", "MA_": "0", "G_NR": "196", "MA12": "8", "MARS": "23", "NAME": "Grangier", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,600", "CSINR": "", "KURTZ": "", "PHAS_": "44,700", "STUND": "", "CFEPNR": "661", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "02.04.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "WRES", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1948-04-02 07:15", "place": {"c2": "21", "c3": "", "cy": "FR", "lg": -5.04, "lat": 47.32, "name": "DIJON"}, "date-ut": "1948-04-02 06:15"}, "occus": ["wrestler"], "ids-in-sources": {"cfepp-final3": "661"}}, "raw": {"S": "8", "LT": "07 15", "LV": "FI", "TR": "f", "UT": "06 15", "LAT": "+47.32", "SRC": "L", "LONG": "-05.04", "NAME": "GRANGIER Michel", "SPORT": "Wrestling", "LOC_DATE": "1948 04 02", "UNIV_DATE": "1948 04 02", "BIRTH_PLACE": "DIJON", "POSTAL_CODE": "21033 CEDEX"}, "date": "2023-08-20T14:46:09+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24195	kouyos-liamis-1928-02-10	{"cfepp-final3": "663"}	{"cfepp": "CF-663"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Liamis", "family": "KOUYOS", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1928-02-10 20:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": -5.38, "lat": 43.3, "name": "MARSEILLE", "geoid": null}, "notime": null, "date-ut": "1928-02-10 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["wrestler"]	5	null	[{"new": {"name": {"given": "Liamis", "family": "KOUYOS"}, "birth": {"date": "1928-02-10 20:00", "place": {"c2": "13", "cy": "FR", "lg": -5.38, "lat": 43.3, "name": "MARSEILLE"}, "date-ut": "1928-02-10 20:00"}, "occus": ["wrestler"], "trust": 5, "ids-in-sources": {"cfepp-final3": "663"}}, "raw": {"S": "9", "LT": "20 00", "LV": "O", "TR": "f", "UT": "20 00", "LAT": "+43.30", "SRC": "A", "LONG": "-05.38", "NAME": "KOUYOS Liamis", "SPORT": "Wrestling", "LOC_DATE": "1928 02 10", "UNIV_DATE": "1928 02 10", "BIRTH_PLACE": "MARSEILLE", "POSTAL_CODE": "13233 CEDEX  01"}, "date": "2023-08-20T14:46:09+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23511	marchand-guy-1943-06-23	{"3a_sports": "2657", "cfepp-final3": "665"}	{"cfepp": "CF-665", "ertel": "ES-2657"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Marchand", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-06-23 14:15", "note": null, "place": {"c1": null, "c2": "21", "c3": "", "cy": "FR", "lg": -5.04, "lat": 47.32, "name": "DIJON", "geoid": null}, "notime": null, "date-ut": "1943-06-23 12:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["wrestler"]	5	null	[{"new": {"sex": "M", "name": {"given": "Guy", "family": "Marchand"}, "birth": {"date": "1943-06-23", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2657", "ENG": "", "MA_": "0", "G_NR": "275", "MA12": "6", "MARS": "17", "NAME": "Marchand", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-10,10", "CSINR": "", "KURTZ": "", "PHAS_": "70,300", "STUND": "", "CFEPNR": "665", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Guy", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "23.06.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "WRES", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1943-06-23 14:15", "place": {"c2": "21", "c3": "", "cy": "FR", "lg": -5.04, "lat": 47.32, "name": "DIJON"}, "date-ut": "1943-06-23 12:15"}, "occus": ["wrestler"], "ids-in-sources": {"cfepp-final3": "665"}}, "raw": {"S": "6", "LT": "14 15", "LV": "FI", "TR": "f", "UT": "12 15", "LAT": "+47.32", "SRC": "L", "LONG": "-05.04", "NAME": "MARCHAND Guy", "SPORT": "Wrestling", "LOC_DATE": "1943 06 23", "UNIV_DATE": "1943 06 23", "BIRTH_PLACE": "DIJON", "POSTAL_CODE": "21033 CEDEX"}, "date": "2023-08-20T14:46:09+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16147	sabatie-christian-1941-06-20	{"d6": "360", "3a_sports": "3637", "cfepp-final3": "779"}	{"cfepp": "CF-779", "ertel": "ES-3637", "lerrcp": "D6-360"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Sabatie", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-06-20 04:00", "note": null, "place": {"c1": null, "c2": "47", "c3": "", "cy": "FR", "lg": -0.63, "lat": 44.39, "name": "ALLEZ ET CAZENEUVE", "geoid": null}, "notime": null, "date-ut": "1941-06-20 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Christian", "family": "Sabatie"}, "birth": {"date": "1941-06-20 04:00", "place": {"cy": "FR", "lg": 0.6, "lat": 44.4}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "360"}}, "raw": {"H": "4", "MN": "0", "DAY": "20", "LAT": "44N24", "LON": "00E36", "MON": "6", "NUM": "360", "SEC": "0", "YEA": "1941", "NAME": "Sabatie Christian"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-3637"}}, "raw": {"L": "", "MF": "", "NR": "3637", "ENG": "", "MA_": "1", "G_NR": "360", "MA12": "2", "MARS": "4", "NAME": "Sabatie", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-8,100", "CSINR": "", "KURTZ": "", "PHAS_": "20,300", "STUND": "", "CFEPNR": "780", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Christian", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "20.06.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1941-06-20 04:00", "place": {"c2": "47", "c3": "", "cy": "FR", "lg": -0.63, "lat": 44.39, "name": "ALLEZ ET CAZENEUVE"}, "date-ut": "1941-06-20 02:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "779"}}, "raw": {"S": "2", "LT": "04 00", "LV": "I23", "TR": "f", "UT": "02 00", "LAT": "+44.39", "SRC": "L", "LONG": "-00.63", "NAME": "SABATIE Christian", "SPORT": "Rugby League", "LOC_DATE": "1941 06 20", "UNIV_DATE": "1941 06 20", "BIRTH_PLACE": "ALLEZ ET CAZENEUVE", "POSTAL_CODE": "47110"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1748	leclere-jean-1920-03-10	{"a1": "1749", "g55": "03-328", "3a_sports": "2423", "cfepp-final3": "664"}	{"g55": "03-328", "cfepp": "CF-664", "ertel": "ES-2423", "lerrcp": "A1-1749"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Leclere", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1920-03-10 20:00", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": 6.60653, "lat": 48.09793, "name": "Éloyes", "geoid": 3020275}, "notime": null, "date-ut": "1920-03-10 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["wrestler"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Leclere"}, "birth": {"tzo": "+01:00", "date": "1920-03-10 20:00", "place": {"c2": "88", "cy": "FR", "lg": 6.60653, "lat": 48.09793, "name": "Éloyes", "geoid": 3020275}, "date-ut": "1920-03-10 19:00"}, "occus": ["wrestler"], "trust": 5, "partial_ids": {"lerrcp": "A1-1749"}, "ids-in-sources": {"a1": "1749"}}, "raw": {"H": "19", "MN": "0", "TZ": "0", "COD": "88", "COU": "F", "DAY": "10", "LAT": "48N10", "LON": "6E28", "MON": "3", "NUM": "1749", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "ELOYES"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-03-10 20:00"}, "partial-ids": {"ertel": "ES-2423"}}, "raw": {"L": "", "MF": "", "NR": "2423", "ENG": "", "MA_": "0", "G_NR": "1749", "MA12": "11", "MARS": "33", "NAME": "Leclere", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,900", "CSINR": "", "KURTZ": "", "PHAS_": "75,000", "STUND": "20,00", "CFEPNR": "664", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "10.03.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "WRES", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1920-03-10 20:00", "place": {"c3": ""}, "date-ut": "1920-03-10 19:00"}, "occus": ["wrestler"], "ids-in-sources": {"cfepp-final3": "664"}}, "raw": {"S": "11", "LT": "20 00", "LV": "FI", "TR": "f", "UT": "19 00", "LAT": "+48.09", "SRC": "AG", "LONG": "-06.61", "NAME": "LECLERE Jean", "SPORT": "Wrestling", "LOC_DATE": "1920 03 10", "UNIV_DATE": "1920 03 10", "BIRTH_PLACE": "ELOYES", "POSTAL_CODE": "88510"}, "date": "2023-08-20T14:46:09+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-328"}, "ids-in-source": {"g55": "03-328"}}, "raw": {"DAY": "10-3-1920", "HOUR": "20 h.", "NAME": "LECLERE Jean", "PLACE": "Eloyes (Vosges)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24196	santon-daniel-1943-05-31	{"cfepp-final3": "667"}	{"cfepp": "CF-667"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "SANTON", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1943-05-31 07:30", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": -4.92, "lat": 45.74, "name": "BRON", "geoid": null}, "notime": null, "date-ut": "1943-05-31 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["wrestler"]	5	null	[{"new": {"name": {"given": "Daniel", "family": "SANTON"}, "birth": {"date": "1943-05-31 07:30", "place": {"c2": "69", "cy": "FR", "lg": -4.92, "lat": 45.74, "name": "BRON"}, "date-ut": "1943-05-31 05:30"}, "occus": ["wrestler"], "trust": 5, "ids-in-sources": {"cfepp-final3": "667"}}, "raw": {"S": "3", "LT": "07 30", "LV": "M", "TR": "f", "UT": "05 30", "LAT": "+45.74", "SRC": "L", "LONG": "-04.92", "NAME": "SANTON Daniel", "SPORT": "Wrestling", "LOC_DATE": "1943 05 31", "UNIV_DATE": "1943 05 31", "BIRTH_PLACE": "BRON", "POSTAL_CODE": "69671 CEDEX"}, "date": "2023-08-20T14:46:09+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23981	taberna-pierre-1944-08-02	{"3a_sports": "3951", "cfepp-final3": "669"}	{"cfepp": "CF-669", "ertel": "ES-3951"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Taberna", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1944-08-02 09:30", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": 1.68, "lat": 43.38, "name": "CIBOURE", "geoid": null}, "notime": null, "date-ut": "1944-08-02 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["wrestler"]	5	null	[{"new": {"sex": "M", "name": {"given": "Pierre", "family": "Taberna"}, "birth": {"date": "1944-08-21", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3951", "ENG": "0", "MA_": "2", "G_NR": "426", "MA12": "12", "MARS": "36", "NAME": "Taberna", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "3,000", "CSINR": "", "KURTZ": "", "PHAS_": "4,300", "STUND": "", "CFEPNR": "669", "EXTEND": "1", "NATION": "FRA", "TAGMON": "21.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "21.08.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "WRES", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "taberna-pierre-1944-08-02", "birth": {"date": "1944-08-02 09:30", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": 1.68, "lat": 43.38, "name": "CIBOURE"}, "date-ut": "1944-08-02 07:30"}, "occus": ["wrestler"], "ids-in-sources": {"cfepp-final3": "669"}}, "raw": {"S": "12", "LT": "09 30", "LV": "FI", "TR": "f", "UT": "07 30", "LAT": "+43.38", "SRC": "L", "LONG": "+01.68", "NAME": "TABERNA Pierre", "SPORT": "Wrestling", "LOC_DATE": "1944 08 02", "UNIV_DATE": "1944 08 02", "BIRTH_PLACE": "CIBOURE", "POSTAL_CODE": "64500"}, "date": "2023-08-20T14:46:10+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24197	uytterhaeghe-raymond-1947-10-25	{"cfepp-final3": "670"}	{"cfepp": "CF-670"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "UYTTERHAEGHE", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1947-10-25 12:15", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": -3.11, "lat": 50.63, "name": "HELLEMMES LILLE", "geoid": null}, "notime": null, "date-ut": "1947-10-25 11:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["wrestler"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "UYTTERHAEGHE"}, "birth": {"date": "1947-10-25 12:15", "place": {"c2": "59", "cy": "FR", "lg": -3.11, "lat": 50.63, "name": "HELLEMMES LILLE"}, "date-ut": "1947-10-25 11:15"}, "occus": ["wrestler"], "trust": 5, "ids-in-sources": {"cfepp-final3": "670"}}, "raw": {"S": "5", "LT": "12 15", "LV": "I", "TR": "f", "UT": "11 15", "LAT": "+50.63", "SRC": "L", "LONG": "-03.11", "NAME": "UYTTERHAEGHE Raymond", "SPORT": "Wrestling", "LOC_DATE": "1947 10 25", "UNIV_DATE": "1947 10 25", "BIRTH_PLACE": "HELLEMMES LILLE", "POSTAL_CODE": "59260"}, "date": "2023-08-20T14:46:10+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24099	zoette-andre-1931-08-30	{"3a_sports": "4377", "cfepp-final3": "671"}	{"cfepp": "CF-671", "ertel": "ES-4377"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Zoette", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-08-30 23:15", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": -3.06, "lat": 50.63, "name": "LILLE", "geoid": null}, "notime": null, "date-ut": "1931-08-30 22:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["wrestler"]	5	null	[{"new": {"sex": "M", "name": {"given": "André", "family": "Zoette"}, "birth": {"date": "1931-08-30", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4377", "ENG": "", "MA_": "0", "G_NR": "452", "MA12": "8", "MARS": "22", "NAME": "Zoette", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-2,400", "CSINR": "", "KURTZ": "", "PHAS_": "96,900", "STUND": "", "CFEPNR": "671", "EXTEND": "", "NATION": "FRA", "TAGMON": "30.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "30.08.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "WRES", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1931-08-30 23:15", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": -3.06, "lat": 50.63, "name": "LILLE"}, "date-ut": "1931-08-30 22:15"}, "occus": ["wrestler"], "ids-in-sources": {"cfepp-final3": "671"}}, "raw": {"S": "8", "LT": "23 15", "LV": "FI", "TR": "f", "UT": "22 15", "LAT": "+50.63", "SRC": "L", "LONG": "-03.06", "NAME": "ZOETTE Andre", "SPORT": "Wrestling", "LOC_DATE": "1931 08 30", "UNIV_DATE": "1931 08 30", "BIRTH_PLACE": "LILLE", "POSTAL_CODE": "59033 CEDEX"}, "date": "2023-08-20T14:46:10+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24198	bacou-serge-1947-02-20	{"cfepp-final3": "672"}	{"cfepp": "CF-672"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Serge", "family": "BACOU", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1947-02-20 21:20", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": -1.44, "lat": 43.6, "name": "TOULOUSE", "geoid": null}, "notime": null, "date-ut": "1947-02-20 20:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Serge", "family": "BACOU"}, "birth": {"date": "1947-02-20 21:20", "place": {"c2": "31", "cy": "FR", "lg": -1.44, "lat": 43.6, "name": "TOULOUSE"}, "date-ut": "1947-02-20 20:20"}, "occus": ["motor-sports-competitor"], "trust": 5, "ids-in-sources": {"cfepp-final3": "672"}}, "raw": {"S": "8", "LT": "21 20", "LV": "F", "TR": "f", "UT": "20 20", "LAT": "+43.60", "SRC": "L", "LONG": "-01.44", "NAME": "BACOU Serge", "SPORT": "Motorcycle racing", "LOC_DATE": "1947 02 20", "UNIV_DATE": "1947 02 20", "BIRTH_PLACE": "TOULOUSE", "POSTAL_CODE": "31040 CEDEX"}, "date": "2023-08-20T14:46:10+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22845	brassine-gilbert-1928-05-04	{"3a_sports": "654", "cfepp-final3": "673"}	{"cfepp": "CF-673", "ertel": "ES-654"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilbert", "family": "Brassine", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-05-04 05:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": -3.92, "lat": 50.25, "name": "HAUTMONT", "geoid": null}, "notime": null, "date-ut": "1928-05-04 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gilbert", "family": "Brassine"}, "birth": {"date": "1928-05-04", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "654", "ENG": "", "MA_": "1", "G_NR": "37", "MA12": "2", "MARS": "4", "NAME": "Brassine", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "2,400", "CSINR": "", "KURTZ": "", "PHAS_": "99,300", "STUND": "", "CFEPNR": "673", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gilbert", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "04.05.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1928-05-04 05:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": -3.92, "lat": 50.25, "name": "HAUTMONT"}, "date-ut": "1928-05-04 04:00"}, "occus": ["motor-sports-competitor"], "ids-in-sources": {"cfepp-final3": "673"}}, "raw": {"S": "1", "LT": "05 00", "LV": "FI", "TR": "f", "UT": "04 00", "LAT": "+50.25", "SRC": "A", "LONG": "-03.92", "NAME": "BRASSINE Gilbert", "SPORT": "Motorcycle racing", "LOC_DATE": "1928 05 04", "UNIV_DATE": "1928 05 04", "BIRTH_PLACE": "HAUTMONT", "POSTAL_CODE": "59330"}, "date": "2023-08-20T14:46:10+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24199	jeannin-louis-1907-10-06	{"cfepp-final3": "674"}	{"cfepp": "CF-674"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "JEANNIN", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1907-10-06 10:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "14", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1907-10-06 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Louis", "family": "JEANNIN"}, "birth": {"date": "1907-10-06 10:00", "place": {"c2": "75", "c3": "14", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1907-10-06 09:51"}, "occus": ["motor-sports-competitor"], "trust": 5, "ids-in-sources": {"cfepp-final3": "674"}}, "raw": {"S": "11", "LT": "10 00", "LV": "M", "TR": "f", "UT": "09 51", "LAT": "+48.86", "SRC": "A", "LONG": "-02.34", "NAME": "JEANNIN Louis", "SPORT": "Motorcycle racing", "LOC_DATE": "1907 10 06", "UNIV_DATE": "1907 10 06", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75014"}, "date": "2023-08-20T14:46:10+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
94	perrin-marcel-1908-03-17	{"a1": "94", "3a_sports": "3229", "cfepp-final3": "676"}	{"cfepp": "CF-676", "ertel": "ES-3229", "lerrcp": "A1-94"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Perrin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1908-03-17 07:00", "note": null, "place": {"c1": null, "c2": "63", "c3": "", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "notime": null, "date-ut": "1908-03-17 06:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Perrin"}, "birth": {"tzo": "+00:09:21", "date": "1908-03-17 07:00", "place": {"c2": "63", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "date-ut": "1908-03-17 06:50:40"}, "occus": ["motor-sports-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-94"}, "ids-in-sources": {"a1": "94"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "63", "COU": "F", "DAY": "17", "LAT": "45N47", "LON": "3E 5", "MON": "3", "NUM": "94", "PRO": "C", "SEC": "40", "YEA": "1908", "CITY": "CLERMONT-FERRAND"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1908-03-17 07:00"}, "partial-ids": {"ertel": "ES-3229"}}, "raw": {"L": "", "MF": "", "NR": "3229", "ENG": "", "MA_": "1", "G_NR": "94", "MA12": "12", "MARS": "35", "NAME": "Perrin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,000", "CSINR": "", "KURTZ": "", "PHAS_": "98,700", "STUND": "7,00", "CFEPNR": "676", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.03.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1908-03-17 07:00", "place": {"c3": ""}, "date-ut": "1908-03-17 06:51"}, "occus": ["motor-sports-competitor"], "ids-in-sources": {"cfepp-final3": "676"}}, "raw": {"S": "12", "LT": "07 00", "LV": "M", "TR": "f", "UT": "06 51", "LAT": "+45.78", "SRC": "A", "LONG": "-03.09", "NAME": "PERRIN Marcel", "SPORT": "Motorcycle racing", "LOC_DATE": "1908 03 17", "UNIV_DATE": "1908 03 17", "BIRTH_PLACE": "CLERMONT-FERRAND", "POSTAL_CODE": "63002 CEDEX"}, "date": "2023-08-20T14:46:10+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1806	amand-henri-1873-09-17	{"a1": "1807", "3a_sports": "74", "cfepp-final3": "794"}	{"cfepp": "CF-794", "cpara": "CP-8", "ertel": "ES-74", "lerrcp": "A1-1807"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Amand", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1873-09-17 13:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "6", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1873-09-17 12:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Amand"}, "birth": {"tzo": "+00:09:24", "date": "1873-09-17 13:00", "place": {"c2": "75", "c3": "6", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1873-09-17 12:50:40"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1807"}, "ids-in-sources": {"a1": "1807"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "17", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "1807", "PRO": "C", "SEC": "40", "YEA": "1873", "CITY": "PARIS 6E"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1873-09-17 13:00"}, "partial-ids": {"ertel": "ES-74"}}, "raw": {"L": "", "MF": "", "NR": "74", "ENG": "1", "MA_": "2", "G_NR": "1807", "MA12": "1", "MARS": "1", "NAME": "Amand", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,100", "CSINR": "", "KURTZ": "d", "PHAS_": "19,300", "STUND": "13,00", "CFEPNR": "795", "EXTEND": "1", "NATION": "FRA", "TAGMON": "17.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "8", "VORNAME": "Henri", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "17.09.1873", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1873-09-17 13:00", "place": {"c3": "6"}, "date-ut": "1873-09-17 12:51"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "794"}}, "raw": {"S": "1", "LT": "13 00", "LV": "I", "TR": "f", "UT": "12 51", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "AMAND Henri", "SPORT": "Rugby Union", "LOC_DATE": "1873 09 17", "UNIV_DATE": "1873 09 17", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75006"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24200	arcucci-josette-1930-02-07	{"cfepp-final3": "677"}	{"cfepp": "CF-677"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Josette", "family": "ARCUCCI", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1930-02-07 08:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": -5.38, "lat": 43.3, "name": "MARSEILLE", "geoid": null}, "notime": null, "date-ut": "1930-02-07 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "Josette", "family": "ARCUCCI"}, "birth": {"date": "1930-02-07 08:00", "place": {"c2": "13", "cy": "FR", "lg": -5.38, "lat": 43.3, "name": "MARSEILLE"}, "date-ut": "1930-02-07 08:00"}, "occus": ["swimmer"], "trust": 5, "ids-in-sources": {"cfepp-final3": "677"}}, "raw": {"S": "2", "LT": "08 00", "LV": "F", "TR": "f", "UT": "08 00", "LAT": "+43.30", "SRC": "A", "LONG": "-05.38", "NAME": "ARCUCCI Josette", "SPORT": "Swimming", "LOC_DATE": "1930 02 07", "UNIV_DATE": "1930 02 07", "BIRTH_PLACE": "MARSEILLE", "POSTAL_CODE": "13233 CEDEX  01"}, "date": "2023-08-20T14:46:10+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22900	canavese-pierre-1945-09-10	{"3a_sports": "810", "cfepp-final3": "680"}	{"cfepp": "CF-680", "ertel": "ES-810"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Canavese", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1945-09-10 12:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": -6.93, "lat": 43.66, "name": "GRASSE", "geoid": null}, "notime": null, "date-ut": "1945-09-10 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Pierre", "family": "Canavese"}, "birth": {"date": "1945-09-10", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "810", "ENG": "", "MA_": "1", "G_NR": "86", "MA12": "5", "MARS": "14", "NAME": "Canavese", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "5,200", "CSINR": "", "KURTZ": "", "PHAS_": "10,900", "STUND": "", "CFEPNR": "680", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "10.09.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SWIM", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1945-09-10 12:00", "place": {"c2": "06", "c3": "", "cy": "FR", "lg": -6.93, "lat": 43.66, "name": "GRASSE"}, "date-ut": "1945-09-10 10:00"}, "occus": ["swimmer"], "ids-in-sources": {"cfepp-final3": "680"}}, "raw": {"S": "5", "LT": "12 00", "LV": "I", "TR": "f", "UT": "10 00", "LAT": "+43.66", "SRC": "L", "LONG": "-06.93", "NAME": "CANAVESE Pierre", "SPORT": "Swimming", "LOC_DATE": "1945 09 10", "UNIV_DATE": "1945 09 10", "BIRTH_PLACE": "GRASSE", "POSTAL_CODE": "06335 CEDEX"}, "date": "2023-08-20T14:46:10+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22919	caron-christine-1948-07-10	{"3a_sports": "851", "cfepp-final3": "681"}	{"cfepp": "CF-681", "ertel": "ES-851"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christine", "family": "Caron", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1948-07-10 18:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "14", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1948-07-10 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Christine", "family": "Caron"}, "birth": {"date": "1948-07-10", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "851", "ENG": "1", "MA_": "2", "G_NR": "9", "MA12": "4", "MARS": "10", "NAME": "Caron", "PUBL": "U", "QUEL": "G_79F", "AUFAB": "7,300", "CSINR": "", "KURTZ": "", "PHAS_": "14,000", "STUND": "", "CFEPNR": "681", "EXTEND": "1", "NATION": "FRA", "TAGMON": "10.07.", "ZITATE": "DKS", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Christine", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "10.07.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SWIM", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1948-07-10 18:00", "place": {"c2": "75", "c3": "14", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1948-07-10 17:00"}, "occus": ["swimmer"], "ids-in-sources": {"cfepp-final3": "681"}}, "raw": {"S": "4", "LT": "18 00", "LV": "M", "TR": "f", "UT": "17 00", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "CARON Christine", "SPORT": "Swimming", "LOC_DATE": "1948 07 10", "UNIV_DATE": "1948 07 10", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75014"}, "date": "2023-08-20T14:46:10+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23101	dorleans-danielle-1947-03-23	{"3a_sports": "1446", "cfepp-final3": "684"}	{"cfepp": "CF-684", "ertel": "ES-1446"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Danielle", "family": "Dorleans", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1947-03-23 08:30", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": -5.38, "lat": 43.3, "name": "MARSEILLE", "geoid": null}, "notime": null, "date-ut": "1947-03-23 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"sex": "F", "name": {"given": "Danielle", "family": "Dorleans"}, "birth": {"date": "1947-03-23", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "1446", "ENG": "", "MA_": "1", "G_NR": "141", "MA12": "2", "MARS": "4", "NAME": "Dorleans", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-0,400", "CSINR": "", "KURTZ": "", "PHAS_": "0,300", "STUND": "", "CFEPNR": "684", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Danielle", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "23.03.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SWIM", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1947-03-23 08:30", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": -5.38, "lat": 43.3, "name": "MARSEILLE"}, "date-ut": "1947-03-23 07:30"}, "occus": ["swimmer"], "ids-in-sources": {"cfepp-final3": "684"}}, "raw": {"S": "2", "LT": "08 30", "LV": "FI", "TR": "f", "UT": "07 30", "LAT": "+43.30", "SRC": "L", "LONG": "-05.38", "NAME": "DORLEANS Danielle", "SPORT": "Swimming", "LOC_DATE": "1947 03 23", "UNIV_DATE": "1947 03 23", "BIRTH_PLACE": "MARSEILLE", "POSTAL_CODE": "13233 CEDEX  01"}, "date": "2023-08-20T14:46:10+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24201	eminente-aldo-1931-08-19	{"cfepp-final3": "685"}	{"cfepp": "CF-685"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aldo", "family": "EMINENTE", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1931-08-19 09:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "16", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1931-08-19 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "Aldo", "family": "EMINENTE"}, "birth": {"date": "1931-08-19 09:00", "place": {"c2": "75", "c3": "16", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1931-08-19 08:00"}, "occus": ["swimmer"], "trust": 5, "ids-in-sources": {"cfepp-final3": "685"}}, "raw": {"S": "12", "LT": "09 00", "LV": "I", "TR": "f", "UT": "08 00", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "EMINENTE Aldo", "SPORT": "Swimming", "LOC_DATE": "1931 08 19", "UNIV_DATE": "1931 08 19", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75016"}, "date": "2023-08-20T14:46:10+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24202	gropaiz-gerard-1943-08-01	{"cfepp-final3": "686"}	{"cfepp": "CF-686"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gerard", "family": "GROPAIZ", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1943-08-01 03:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "5", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1943-08-01 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "Gerard", "family": "GROPAIZ"}, "birth": {"date": "1943-08-01 03:30", "place": {"c2": "75", "c3": "5", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1943-08-01 01:30"}, "occus": ["swimmer"], "trust": 5, "ids-in-sources": {"cfepp-final3": "686"}}, "raw": {"S": "2", "LT": "03 30", "LV": "I", "TR": "f", "UT": "01 30", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "GROPAIZ Gerard", "SPORT": "Swimming", "LOC_DATE": "1943 08 01", "UNIV_DATE": "1943 08 01", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75005"}, "date": "2023-08-20T14:46:10+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24203	grosborne-jean-baptiste-1917-04-30	{"cfepp-final3": "687"}	{"cfepp": "CF-687"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Baptiste", "family": "GROSBORNE", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1917-04-30 01:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "11", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1917-04-30 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "Jean-Baptiste", "family": "GROSBORNE"}, "birth": {"date": "1917-04-30 01:30", "place": {"c2": "75", "c3": "11", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1917-04-30 00:30"}, "occus": ["swimmer"], "trust": 5, "ids-in-sources": {"cfepp-final3": "687"}}, "raw": {"S": "10", "LT": "01 30", "LV": "F", "TR": "f", "UT": "00 30", "LAT": "+48.86", "SRC": "A", "LONG": "-02.34", "NAME": "GROSBORNE Jean-Baptiste", "SPORT": "Swimming", "LOC_DATE": "1917 04 30", "UNIV_DATE": "1917 04 30", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75011"}, "date": "2023-08-20T14:46:10+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23447	letast-gerard-1949-01-28	{"3a_sports": "2474", "cfepp-final3": "692"}	{"cfepp": "CF-692", "ertel": "ES-2474"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Letast", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-01-28 19:00", "note": null, "place": {"c1": null, "c2": "55", "c3": "", "cy": "FR", "lg": -5.39, "lat": 49.16, "name": "VERDUN", "geoid": null}, "notime": null, "date-ut": "1949-01-28 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gérard", "family": "Letast"}, "birth": {"date": "1949-01-28", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2474", "ENG": "", "MA_": "1", "G_NR": "258", "MA12": "7", "MARS": "19", "NAME": "Letast", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-3,200", "CSINR": "", "KURTZ": "", "PHAS_": "1,400", "STUND": "", "CFEPNR": "692", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gérard", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "28.01.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SWIM", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1949-01-28 19:00", "place": {"c2": "55", "c3": "", "cy": "FR", "lg": -5.39, "lat": 49.16, "name": "VERDUN"}, "date-ut": "1949-01-28 18:00"}, "occus": ["swimmer"], "ids-in-sources": {"cfepp-final3": "692"}}, "raw": {"S": "7", "LT": "19 00", "LV": "I", "TR": "f", "UT": "18 00", "LAT": "+49.16", "SRC": "L", "LONG": "-05.39", "NAME": "LETAST Gerard", "SPORT": "Swimming", "LOC_DATE": "1949 01 28", "UNIV_DATE": "1949 01 28", "BIRTH_PLACE": "VERDUN", "POSTAL_CODE": "55107 CEDEX"}, "date": "2023-08-20T14:46:10+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24204	mollier-dominique-1949-09-07	{"cfepp-final3": "693"}	{"cfepp": "CF-693"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dominique", "family": "MOLLIER", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1949-09-07 17:15", "note": null, "place": {"c1": null, "c2": "73", "c3": null, "cy": "FR", "lg": -5.93, "lat": 45.57, "name": "CHAMBERY", "geoid": null}, "notime": null, "date-ut": "1949-09-07 16:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "Dominique", "family": "MOLLIER"}, "birth": {"date": "1949-09-07 17:15", "place": {"c2": "73", "cy": "FR", "lg": -5.93, "lat": 45.57, "name": "CHAMBERY"}, "date-ut": "1949-09-07 16:15"}, "occus": ["swimmer"], "trust": 5, "ids-in-sources": {"cfepp-final3": "693"}}, "raw": {"S": "6", "LT": "17 15", "LV": "I", "TR": "f", "UT": "16 15", "LAT": "+45.57", "SRC": "L", "LONG": "-05.93", "NAME": "MOLLIER Dominique", "SPORT": "Swimming", "LOC_DATE": "1949 09 07", "UNIV_DATE": "1949 09 07", "BIRTH_PLACE": "CHAMBERY", "POSTAL_CODE": "73011 CEDEX"}, "date": "2023-08-20T14:46:10+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16087	mosconi-alain-1949-09-09	{"d6": "300", "3a_sports": "2967", "cfepp-final3": "694"}	{"cfepp": "CF-694", "ertel": "ES-2967", "lerrcp": "D6-300"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Mosconi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-09-09 06:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": -2.23, "lat": 48.88, "name": "PUTEAUX", "geoid": null}, "notime": null, "date-ut": "1949-09-09 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "Alain", "family": "Mosconi"}, "birth": {"date": "1949-09-09 06:00", "place": {"cy": "FR", "lg": 2.25, "lat": 48.88333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "300"}}, "raw": {"H": "6", "MN": "0", "DAY": "9", "LAT": "48N53", "LON": "02E15", "MON": "9", "NUM": "300", "SEC": "0", "YEA": "1949", "NAME": "Mosconi Alain"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["swimmer"], "partial-ids": {"ertel": "ES-2967"}}, "raw": {"L": "", "MF": "", "NR": "2967", "ENG": "", "MA_": "1", "G_NR": "300", "MA12": "2", "MARS": "5", "NAME": "Mosconi", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-1,900", "CSINR": "", "KURTZ": "", "PHAS_": "97,700", "STUND": "", "CFEPNR": "694", "EXTEND": "", "NATION": "FRA", "TAGMON": "09.09.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alain", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "09.09.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SWIM", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1949-09-09 06:00", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": -2.23, "lat": 48.88, "name": "PUTEAUX"}, "date-ut": "1949-09-09 05:00"}, "occus": ["swimmer"], "ids-in-sources": {"cfepp-final3": "694"}}, "raw": {"S": "2", "LT": "06 00", "LV": "M", "TR": "f", "UT": "05 00", "LAT": "+48.88", "SRC": "L", "LONG": "-02.23", "NAME": "MOSCONI Alain", "SPORT": "Swimming", "LOC_DATE": "1949 09 09", "UNIV_DATE": "1949 09 09", "BIRTH_PLACE": "PUTEAUX", "POSTAL_CODE": "92801 CEDEX"}, "date": "2023-08-20T14:46:10+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24205	piacentini-rosy-1938-08-17	{"cfepp-final3": "695"}	{"cfepp": "CF-695"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rosy", "family": "PIACENTINI", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1938-08-17 17:25", "note": null, "place": {"c1": null, "c2": "75", "c3": "14", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1938-08-17 16:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "Rosy", "family": "PIACENTINI"}, "birth": {"date": "1938-08-17 17:25", "place": {"c2": "75", "c3": "14", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1938-08-17 16:25"}, "occus": ["swimmer"], "trust": 5, "ids-in-sources": {"cfepp-final3": "695"}}, "raw": {"S": "6", "LT": "17 25", "LV": "E", "TR": "f", "UT": "16 25", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "PIACENTINI Rosy", "SPORT": "Swimming", "LOC_DATE": "1938 08 17", "UNIV_DATE": "1938 08 17", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75014"}, "date": "2023-08-20T14:46:10+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23794	ravelinghien-jean-francois-1947-09-15	{"3a_sports": "3446", "cfepp-final3": "697"}	{"cfepp": "CF-697", "ertel": "ES-3446"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Francois", "family": "Ravelinghien", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-09-15 01:15", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": -3.16, "lat": 50.72, "name": "TOURCOING", "geoid": null}, "notime": null, "date-ut": "1947-09-15 00:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean-Francois", "family": "Ravelinghien"}, "birth": {"date": "1947-09-15", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3446", "ENG": "1", "MA_": "2", "G_NR": "370", "MA12": "1", "MARS": "1", "NAME": "Ravelinghien", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-0,900", "CSINR": "", "KURTZ": "", "PHAS_": "0,200", "STUND": "", "CFEPNR": "697", "EXTEND": "1", "NATION": "FRA", "TAGMON": "15.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean-Francois", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "15.09.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SWIM", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1947-09-15 01:15", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": -3.16, "lat": 50.72, "name": "TOURCOING"}, "date-ut": "1947-09-15 00:15"}, "occus": ["swimmer"], "ids-in-sources": {"cfepp-final3": "697"}}, "raw": {"S": "1", "LT": "01 15", "LV": "FI", "TR": "f", "UT": "00 15", "LAT": "+50.72", "SRC": "L", "LONG": "-03.16", "NAME": "RAVELINGHIEN Jean-Francois", "SPORT": "Swimming", "LOC_DATE": "1947 09 15", "UNIV_DATE": "1947 09 15", "BIRTH_PLACE": "TOURCOING", "POSTAL_CODE": "59208 CEDEX"}, "date": "2023-08-20T14:46:10+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24206	rousseau-michel-1949-06-08	{"cfepp-final3": "698"}	{"cfepp": "CF-698"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "ROUSSEAU", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1949-06-08 15:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "17", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1949-06-08 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "Michel", "family": "ROUSSEAU"}, "birth": {"date": "1949-06-08 15:30", "place": {"c2": "75", "c3": "17", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1949-06-08 14:30"}, "occus": ["swimmer"], "trust": 5, "ids-in-sources": {"cfepp-final3": "698"}}, "raw": {"S": "5", "LT": "15 30", "LV": "E", "TR": "f", "UT": "14 30", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "ROUSSEAU Michel", "SPORT": "Swimming", "LOC_DATE": "1949 06 08", "UNIV_DATE": "1949 06 08", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75017"}, "date": "2023-08-20T14:46:10+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24207	tanguy-gaby-1929-07-16	{"cfepp-final3": "699"}	{"cfepp": "CF-699"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaby", "family": "TANGUY", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1929-07-16 08:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": 3.15, "lat": 48.56, "name": "GUINGAMP", "geoid": null}, "notime": null, "date-ut": "1929-07-16 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "Gaby", "family": "TANGUY"}, "birth": {"date": "1929-07-16 08:00", "place": {"c2": "22", "cy": "FR", "lg": 3.15, "lat": 48.56, "name": "GUINGAMP"}, "date-ut": "1929-07-16 07:00"}, "occus": ["swimmer"], "trust": 5, "ids-in-sources": {"cfepp-final3": "699"}}, "raw": {"S": "12", "LT": "08 00", "LV": "F", "TR": "f", "UT": "07 00", "LAT": "+48.56", "SRC": "A", "LONG": "+03.15", "NAME": "TANGUY Gaby", "SPORT": "Swimming", "LOC_DATE": "1929 07 16", "UNIV_DATE": "1929 07 16", "BIRTH_PLACE": "GUINGAMP", "POSTAL_CODE": "22205 CEDEX"}, "date": "2023-08-20T14:46:10+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24208	thomas-colette-1929-02-10	{"cfepp-final3": "700"}	{"cfepp": "CF-700"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Colette", "family": "THOMAS", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1929-02-10 11:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "14", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1929-02-10 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "Colette", "family": "THOMAS"}, "birth": {"date": "1929-02-10 11:00", "place": {"c2": "75", "c3": "14", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1929-02-10 11:00"}, "occus": ["swimmer"], "trust": 5, "ids-in-sources": {"cfepp-final3": "700"}}, "raw": {"S": "12", "LT": "11 00", "LV": "FI", "TR": "f", "UT": "11 00", "LAT": "+48.86", "SRC": "A", "LONG": "-02.34", "NAME": "THOMAS Colette", "SPORT": "Swimming", "LOC_DATE": "1929 02 10", "UNIV_DATE": "1929 02 10", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75014"}, "date": "2023-08-20T14:46:10+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24209	calmat-alain-1940-08-31	{"cfepp-final3": "705"}	{"cfepp": "CF-705"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "CALMAT", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1940-08-31 22:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "11", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1940-08-31 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["figure-skater"]	5	null	[{"new": {"name": {"given": "Alain", "family": "CALMAT"}, "birth": {"date": "1940-08-31 22:00", "place": {"c2": "75", "c3": "11", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1940-08-31 20:00"}, "occus": ["figure-skater"], "trust": 5, "ids-in-sources": {"cfepp-final3": "705"}}, "raw": {"S": "7", "LT": "22 00", "LV": "M", "TR": "o", "UT": "20 00", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "CALMAT Alain", "SPORT": "Figure Skating", "LOC_DATE": "1940 08 31", "UNIV_DATE": "1940 08 31", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75011"}, "date": "2023-08-20T14:46:10+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23108	dubief-jacqueline-1930-12-04	{"3a_sports": "1464", "cfepp-final3": "706"}	{"cfepp": "CF-706", "ertel": "ES-1464"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacqueline", "family": "Dubief", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1930-12-04 17:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "16", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1930-12-04 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["figure-skater"]	5	null	[{"new": {"sex": "F", "name": {"given": "Jacqueline", "family": "Dubief"}, "birth": {"date": "1930-08-15", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "1464", "ENG": "1", "MA_": "2", "G_NR": "13", "MA12": "1", "MARS": "1", "NAME": "Dubief", "PUBL": "U", "QUEL": "G_79F", "AUFAB": "-8,100", "CSINR": "", "KURTZ": "e", "PHAS_": "74,300", "STUND": "", "CFEPNR": "706", "EXTEND": "1", "NATION": "FRA", "TAGMON": "15.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jacqueline", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "15.08.1930", "GQBECORR": "c", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "ICES", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "dubief-jacqueline-1930-12-04", "birth": {"date": "1930-12-04 17:00", "place": {"c2": "75", "c3": "16", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1930-12-04 17:00"}, "occus": ["figure-skater"], "ids-in-sources": {"cfepp-final3": "706"}}, "raw": {"S": "10", "LT": "17 00", "LV": "M", "TR": "f", "UT": "17 00", "LAT": "+48.86", "SRC": "AL", "LONG": "-02.34", "NAME": "DUBIEF Jacqueline", "SPORT": "Figure Skating", "LOC_DATE": "1930 12 04", "UNIV_DATE": "1930 12 04", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75016"}, "date": "2023-08-20T14:46:10+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1841	brejassou-rene-1929-08-12	{"a1": "1842", "3a_sports": "663", "cfepp-final3": "827"}	{"cfepp": "CF-827", "cpara": "CP-82", "ertel": "ES-663", "lerrcp": "A1-1842"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Brejassou", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1929-08-12 01:00", "note": null, "place": {"c1": null, "c2": "65", "c3": "", "cy": "FR", "lg": 0.08333, "lat": 43.23333, "name": "Aurelian", "geoid": 0}, "notime": null, "date-ut": "1929-08-12 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "René", "family": "Brejassou"}, "birth": {"tzo": "+01:00", "date": "1929-08-12 01:00", "place": {"c2": "65", "cy": "FR", "lg": 0.08333, "lat": 43.23333, "name": "Aurelian", "geoid": 0}, "date-ut": "1929-08-12 00:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1842"}, "ids-in-sources": {"a1": "1842"}}, "raw": {"H": "0", "MN": "0", "TZ": "0", "COD": "65", "COU": "F", "DAY": "12", "LAT": "43N14", "LON": "0E 5", "MON": "8", "NUM": "1842", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "AURELIAN"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-08-12 01:00"}, "partial-ids": {"ertel": "ES-663"}}, "raw": {"L": "", "MF": "", "NR": "663", "ENG": "", "MA_": "0", "G_NR": "1842", "MA12": "8", "MARS": "24", "NAME": "Brejassou", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,900", "CSINR": "", "KURTZ": "", "PHAS_": "47,600", "STUND": "1,00", "CFEPNR": "828", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.08.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "82", "VORNAME": "René", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "12.08.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1929-08-12 01:00", "place": {"c3": ""}, "date-ut": "1929-08-12 00:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "827"}}, "raw": {"S": "8", "LT": "01 00", "LV": "I15", "TR": "f", "UT": "00 00", "LAT": "+43.24", "SRC": "L", "LONG": "-00.10", "NAME": "BREJASSOU Rene", "SPORT": "Rugby Union", "LOC_DATE": "1929 08 12", "UNIV_DATE": "1929 08 12", "BIRTH_PLACE": "AUREILHAN", "POSTAL_CODE": "65800"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24210	dureville-robert-1943-11-28	{"cfepp-final3": "707"}	{"cfepp": "CF-707"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "DUREVILLE", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1943-11-28 05:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "18", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1943-11-28 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["figure-skater"]	5	null	[{"new": {"name": {"given": "Robert", "family": "DUREVILLE"}, "birth": {"date": "1943-11-28 05:30", "place": {"c2": "75", "c3": "18", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1943-11-28 04:30"}, "occus": ["figure-skater"], "trust": 5, "ids-in-sources": {"cfepp-final3": "707"}}, "raw": {"S": "5", "LT": "05 30", "LV": "I", "TR": "f", "UT": "04 30", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "DUREVILLE Robert", "SPORT": "Figure Skating", "LOC_DATE": "1943 11 28", "UNIV_DATE": "1943 11 28", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75018"}, "date": "2023-08-20T14:46:10+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23703	pelissier-philippe-1947-11-30	{"3a_sports": "3193", "cfepp-final3": "710"}	{"cfepp": "CF-710", "ertel": "ES-3193"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Pelissier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-11-30 17:40", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": -2.24, "lat": 48.84, "name": "BOULOGNE BILLANCOURT", "geoid": null}, "notime": null, "date-ut": "1947-11-30 16:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["figure-skater"]	5	null	[{"new": {"sex": "M", "name": {"given": "Philippe", "family": "Pelissier"}, "birth": {"date": "1947-11-30", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3193", "ENG": "", "MA_": "1", "G_NR": "341", "MA12": "9", "MARS": "26", "NAME": "Pelissier", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-3,100", "CSINR": "", "KURTZ": "", "PHAS_": "96,300", "STUND": "", "CFEPNR": "710", "EXTEND": "", "NATION": "FRA", "TAGMON": "30.11.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Philippe", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "30.11.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "ICES", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1947-11-30 17:40", "place": {"c2": "92", "c3": "", "cy": "FR", "lg": -2.24, "lat": 48.84, "name": "BOULOGNE BILLANCOURT"}, "date-ut": "1947-11-30 16:40"}, "occus": ["figure-skater"], "ids-in-sources": {"cfepp-final3": "710"}}, "raw": {"S": "9", "LT": "17 40", "LV": "I", "TR": "f", "UT": "16 40", "LAT": "+48.84", "SRC": "L", "LONG": "-02.24", "NAME": "PELISSIER Philippe", "SPORT": "Figure Skating", "LOC_DATE": "1947 11 30", "UNIV_DATE": "1947 11 30", "BIRTH_PLACE": "BOULOGNE BILLANCOURT", "POSTAL_CODE": "92104 CEDEX"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16108	pera-patrick-1949-01-17	{"d6": "321", "3a_sports": "3214", "cfepp-final3": "711"}	{"cfepp": "CF-711", "ertel": "ES-3214", "lerrcp": "D6-321"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Patrick", "family": "Pera", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-01-17 09:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": -4.83, "lat": 45.75, "name": "LYON", "geoid": null}, "notime": null, "date-ut": "1949-01-17 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["figure-skater"]	5	null	[{"new": {"name": {"given": "Patrick", "family": "Pera"}, "birth": {"date": "1949-01-17 09:00", "place": {"cy": "FR", "lg": 4.83333, "lat": 45.76667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "321"}}, "raw": {"H": "9", "MN": "0", "DAY": "17", "LAT": "45N46", "LON": "04E50", "MON": "1", "NUM": "321", "SEC": "0", "YEA": "1949", "NAME": "Pera Patrick"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["winter-sports-practitioner"], "partial-ids": {"ertel": "ES-3214"}}, "raw": {"L": "", "MF": "", "NR": "3214", "ENG": "0", "MA_": "2", "G_NR": "321", "MA12": "12", "MARS": "36", "NAME": "Pera", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-4,400", "CSINR": "", "KURTZ": "", "PHAS_": "93,800", "STUND": "", "CFEPNR": "711", "EXTEND": "1", "NATION": "FRA", "TAGMON": "17.01.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Patrick", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "17.01.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "ICES", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1949-01-17 09:00", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": -4.83, "lat": 45.75, "name": "LYON"}, "date-ut": "1949-01-17 08:00"}, "occus": ["figure-skater"], "ids-in-sources": {"cfepp-final3": "711"}}, "raw": {"S": "12", "LT": "09 00", "LV": "O", "TR": "f", "UT": "08 00", "LAT": "+45.75", "SRC": "L", "LONG": "-04.83", "NAME": "PERA Patrick", "SPORT": "Figure Skating", "LOC_DATE": "1949 01 17", "UNIV_DATE": "1949 01 17", "BIRTH_PLACE": "LYON", "POSTAL_CODE": "69205 CEDEX  01"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
2037	hassler-albert-1903-11-03	{"a1": "2039", "3a_sports": "2070", "cfepp-final3": "712"}	{"cfepp": "CF-712", "ertel": "ES-2070", "lerrcp": "A1-2039"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Hassler", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1903-11-03 11:00", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": 6.11667, "lat": 45.9, "name": "Chamonix", "geoid": 0}, "notime": null, "date-ut": "1903-11-03 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["ice-hockey-player", "speed-skater"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Hassler"}, "birth": {"tzo": "+00:09:21", "date": "1903-11-02 01:00", "place": {"c2": "74", "cy": "FR", "lg": 6.11667, "lat": 45.9, "name": "Chamonix", "geoid": 0}, "date-ut": "1903-11-02 00:50:40"}, "occus": ["winter-sports-practitioner"], "trust": 5, "partial_ids": {"lerrcp": "A1-2039"}, "ids-in-sources": {"a1": "2039"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "74", "COU": "F", "DAY": "2", "LAT": "45N54", "LON": "6E 7", "MON": "11", "NUM": "2039", "PRO": "C", "SEC": "40", "YEA": "1903", "CITY": "CHAMONIX"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1903-11-02 01:00"}, "partial-ids": {"ertel": "ES-2070"}}, "raw": {"L": "", "MF": "", "NR": "2070", "ENG": "", "MA_": "0", "G_NR": "2039", "MA12": "9", "MARS": "25", "NAME": "Hassler", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,900", "CSINR": "", "KURTZ": "", "PHAS_": "89,100", "STUND": "1,00", "CFEPNR": "712", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Albert", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.11.1903", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "ICES", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "hassler-albert-1903-11-03", "birth": {"date": "1903-11-03 11:00", "place": {"c3": ""}, "date-ut": "1903-11-03 10:51"}, "occus": ["speed-skater"], "ids-in-sources": {"cfepp-final3": "712"}}, "raw": {"S": "1", "LT": "11 00", "LV": "F", "TR": "f", "UT": "10 51", "LAT": "+45.92", "SRC": "A", "LONG": "-06.87", "NAME": "HASSLER Albert", "SPORT": "Speed Skating", "LOC_DATE": "1903 11 03", "UNIV_DATE": "1903 11 03", "BIRTH_PLACE": "CHAMONIX MONT BLANC", "POSTAL_CODE": "74403 CEDEX"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24211	kouprianoff-andre-1938-10-14	{"cfepp-final3": "713"}	{"cfepp": "CF-713"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Andre", "family": "KOUPRIANOFF", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1938-10-14 10:40", "note": null, "place": {"c1": null, "c2": "75", "c3": "14", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1938-10-14 10:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["speed-skater"]	5	null	[{"new": {"name": {"given": "Andre", "family": "KOUPRIANOFF"}, "birth": {"date": "1938-10-14 10:40", "place": {"c2": "75", "c3": "14", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1938-10-14 10:40"}, "occus": ["speed-skater"], "trust": 5, "ids-in-sources": {"cfepp-final3": "713"}}, "raw": {"S": "4", "LT": "10 40", "LV": "FI", "TR": "f", "UT": "10 40", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "KOUPRIANOFF Andre", "SPORT": "Speed Skating", "LOC_DATE": "1938 10 14", "UNIV_DATE": "1938 10 14", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75014"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23264	giudicelli-jean-pierre-1943-02-20	{"3a_sports": "1880", "cfepp-final3": "714"}	{"cfepp": "CF-714", "ertel": "ES-1880"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Pierre", "family": "Giudicelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-02-20 05:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": 0.37, "lat": 43.3, "name": "PAU", "geoid": null}, "notime": null, "date-ut": "1943-02-20 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["modern-pentathlete"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean Pierre", "family": "Giudicelli"}, "birth": {"date": "1943-02-20", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1880", "ENG": "", "MA_": "1", "G_NR": "193", "MA12": "12", "MARS": "35", "NAME": "Giudicelli", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "1,300", "CSINR": "", "KURTZ": "", "PHAS_": "99,900", "STUND": "", "CFEPNR": "714", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.02.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean Pierre", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "20.02.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1943-02-20 05:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": 0.37, "lat": 43.3, "name": "PAU"}, "date-ut": "1943-02-20 04:00"}, "occus": ["modern-pentathlete"], "ids-in-sources": {"cfepp-final3": "714"}}, "raw": {"S": "12", "LT": "05 00", "LV": "I", "TR": "f", "UT": "04 00", "LAT": "+43.30", "SRC": "L", "LONG": "+00.37", "NAME": "GIUDICELLI Jean Pierre", "SPORT": "Modern Pentathlon", "LOC_DATE": "1943 02 20", "UNIV_DATE": "1943 02 20", "BIRTH_PLACE": "PAU", "POSTAL_CODE": "64015 CEDEX"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23307	gueguen-raoul-1947-06-20	{"3a_sports": "1999", "cfepp-final3": "715"}	{"cfepp": "CF-715", "ertel": "ES-1999"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raoul", "family": "Gueguen", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-06-20 10:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": 3.76, "lat": 48.6, "name": "GARLAN", "geoid": null}, "notime": null, "date-ut": "1947-06-20 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["modern-pentathlete"]	5	null	[{"new": {"sex": "M", "name": {"given": "Raoul", "family": "Gueguen"}, "birth": {"date": "1947-06-20", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1999", "ENG": "0", "MA_": "2", "G_NR": "206", "MA12": "3", "MARS": "9", "NAME": "Gueguen", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "1,900", "CSINR": "", "KURTZ": "", "PHAS_": "2,000", "STUND": "", "CFEPNR": "715", "EXTEND": "1", "NATION": "FRA", "TAGMON": "20.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Raoul", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "20.06.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1947-06-20 10:00", "place": {"c2": "29", "c3": "", "cy": "FR", "lg": 3.76, "lat": 48.6, "name": "GARLAN"}, "date-ut": "1947-06-20 09:00"}, "occus": ["modern-pentathlete"], "ids-in-sources": {"cfepp-final3": "715"}}, "raw": {"S": "3", "LT": "10 00", "LV": "FI", "TR": "f", "UT": "09 00", "LAT": "+48.60", "SRC": "L", "LONG": "+03.76", "NAME": "GUEGUEN Raoul", "SPORT": "Modern Pentathlon", "LOC_DATE": "1947 06 20", "UNIV_DATE": "1947 06 20", "BIRTH_PLACE": "GARLAN", "POSTAL_CODE": "29234"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24212	goosen-henri-1925-07-14	{"cfepp-final3": "716"}	{"cfepp": "CF-716"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "GOOSEN", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1925-07-14 23:50", "note": null, "place": {"c1": null, "c2": "75", "c3": "12", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1925-07-14 22:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["diver"]	5	null	[{"new": {"name": {"given": "Henri", "family": "GOOSEN"}, "birth": {"date": "1925-07-14 23:50", "place": {"c2": "75", "c3": "12", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1925-07-14 22:50"}, "occus": ["diver"], "trust": 5, "ids-in-sources": {"cfepp-final3": "716"}}, "raw": {"S": "8", "LT": "23 50", "LV": "I", "TR": "f", "UT": "22 50", "LAT": "+48.86", "SRC": "A", "LONG": "-02.34", "NAME": "GOOSEN Henri", "SPORT": "Diving", "LOC_DATE": "1925 07 14", "UNIV_DATE": "1925 07 14", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75012"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24213	mulinghausen-raymond-1920-09-03	{"cfepp-final3": "718"}	{"cfepp": "CF-718"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "MULINGHAUSEN", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1920-09-03 13:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "10", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1920-09-03 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["diver"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "MULINGHAUSEN"}, "birth": {"date": "1920-09-03 13:00", "place": {"c2": "75", "c3": "10", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1920-09-03 12:00"}, "occus": ["diver"], "trust": 5, "ids-in-sources": {"cfepp-final3": "718"}}, "raw": {"S": "12", "LT": "13 00", "LV": "F", "TR": "f", "UT": "12 00", "LAT": "+48.86", "SRC": "AL", "LONG": "-02.34", "NAME": "MULINGHAUSEN Raymond", "SPORT": "Diving", "LOC_DATE": "1920 09 03", "UNIV_DATE": "1920 09 03", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75010"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15795	alberti-gilbert-1934-04-07	{"d6": "6", "3a_sports": "49", "cfepp-final3": "719"}	{"cfepp": "CF-719", "ertel": "ES-49", "lerrcp": "D6-6"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilbert", "family": "Alberti", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-04-07 14:00", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": -2.97, "lat": 43.29, "name": "OUVEILLAN", "geoid": null}, "notime": null, "date-ut": "1934-04-07 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Gilbert", "family": "Alberti"}, "birth": {"date": "1934-04-07 14:00", "place": {"cy": "FR", "lg": 2.98333, "lat": 43.28333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "6"}}, "raw": {"H": "14", "MN": "0", "DAY": "7", "LAT": "43N17", "LON": "02E59", "MON": "4", "NUM": "6", "SEC": "0", "YEA": "1934", "NAME": "Alberti Gilbert"}, "date": "2023-08-20T14:44:00+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-49"}}, "raw": {"L": "", "MF": "", "NR": "49", "ENG": "1", "MA_": "2", "G_NR": "6", "MA12": "4", "MARS": "12", "NAME": "Alberti", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-11,40", "CSINR": "", "KURTZ": "", "PHAS_": "50,500", "STUND": "", "CFEPNR": "719", "EXTEND": "1", "NATION": "FRA", "TAGMON": "07.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gilbert", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "07.04.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1934-04-07 14:00", "place": {"c2": "11", "c3": "", "cy": "FR", "lg": -2.97, "lat": 43.29, "name": "OUVEILLAN"}, "date-ut": "1934-04-07 14:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "719"}}, "raw": {"S": "4", "LT": "14 00", "LV": "I11", "TR": "f", "UT": "14 00", "LAT": "+43.29", "SRC": "L", "LONG": "-02.97", "NAME": "ALBERTI Gilbert", "SPORT": "Rugby League", "LOC_DATE": "1934 04 07", "UNIV_DATE": "1934 04 07", "BIRTH_PLACE": "OUVEILLAN", "POSTAL_CODE": "11120"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24214	alonso-richard-1948-09-22	{"cfepp-final3": "720"}	{"cfepp": "CF-720"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "ALONSO", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1948-09-22 19:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": -2.83, "lat": 43.25, "name": "PARAZA", "geoid": null}, "notime": null, "date-ut": "1948-09-22 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Richard", "family": "ALONSO"}, "birth": {"date": "1948-09-22 19:00", "place": {"c2": "11", "cy": "FR", "lg": -2.83, "lat": 43.25, "name": "PARAZA"}, "date-ut": "1948-09-22 18:00"}, "occus": ["rugby-league-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "720"}}, "raw": {"S": "6", "LT": "19 00", "LV": "I1", "TR": "f", "UT": "18 00", "LAT": "+43.25", "SRC": "L", "LONG": "-02.83", "NAME": "ALONSO Richard", "SPORT": "Rugby League", "LOC_DATE": "1948 09 22", "UNIV_DATE": "1948 09 22", "BIRTH_PLACE": "PARAZA", "POSTAL_CODE": "11200"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22651	andrieu-guy-1941-10-13	{"3a_sports": "97", "cfepp-final3": "721"}	{"cfepp": "CF-721", "ertel": "ES-97"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Andrieu", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-10-13 20:00", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": -2.03, "lat": 43.16, "name": "FENOUILLET DU RAZES", "geoid": null}, "notime": null, "date-ut": "1941-10-13 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Guy", "family": "Andrieu"}, "birth": {"date": "1941-10-13", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "97", "ENG": "1", "MA_": "2", "G_NR": "13", "MA12": "1", "MARS": "2", "NAME": "Andrieu", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "55,400", "STUND": "", "CFEPNR": "721", "EXTEND": "1", "NATION": "FRA", "TAGMON": "13.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Guy", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "13.10.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1941-10-13 20:00", "place": {"c2": "11", "c3": "", "cy": "FR", "lg": -2.03, "lat": 43.16, "name": "FENOUILLET DU RAZES"}, "date-ut": "1941-10-13 19:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "721"}}, "raw": {"S": "1", "LT": "20 00", "LV": "I7", "TR": "f", "UT": "19 00", "LAT": "+43.16", "SRC": "L", "LONG": "-02.03", "NAME": "ANDRIEU Guy", "SPORT": "Rugby League", "LOC_DATE": "1941 10 13", "UNIV_DATE": "1941 10 13", "BIRTH_PLACE": "FENOUILLET DU RAZES", "POSTAL_CODE": "11240"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24215	barris-lucien-1921-06-04	{"cfepp-final3": "722"}	{"cfepp": "CF-722"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "BARRIS", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1921-06-04 02:30", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": -3.13, "lat": 42.48, "name": "BANYULS SUR MER", "geoid": null}, "notime": null, "date-ut": "1921-06-04 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "BARRIS"}, "birth": {"date": "1921-06-04 02:30", "place": {"c2": "66", "cy": "FR", "lg": -3.13, "lat": 42.48, "name": "BANYULS SUR MER"}, "date-ut": "1921-06-04 01:30"}, "occus": ["rugby-league-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "722"}}, "raw": {"S": "10", "LT": "02 30", "LV": "I2", "TR": "f", "UT": "01 30", "LAT": "+42.48", "SRC": "A", "LONG": "-03.13", "NAME": "BARRIS Lucien", "SPORT": "Rugby League", "LOC_DATE": "1921 06 04", "UNIV_DATE": "1921 06 04", "BIRTH_PLACE": "BANYULS SUR MER", "POSTAL_CODE": "66650"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15824	begou-yves-1938-02-01	{"d6": "35", "3a_sports": "313", "cfepp-final3": "725"}	{"cfepp": "CF-725", "ertel": "ES-313", "lerrcp": "D6-35"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Begou", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1938-02-01 10:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": -1.44, "lat": 43.6, "name": "TOULOUSE", "geoid": null}, "notime": null, "date-ut": "1938-02-01 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Begou"}, "birth": {"date": "1938-02-01 10:00", "place": {"cy": "FR", "lg": 1.45, "lat": 43.61667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "35"}}, "raw": {"H": "10", "MN": "0", "DAY": "1", "LAT": "43N37", "LON": "01E27", "MON": "2", "NUM": "35", "SEC": "0", "YEA": "1938", "NAME": "Begou Yves"}, "date": "2023-08-20T14:44:00+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-313"}}, "raw": {"L": "", "MF": "", "NR": "313", "ENG": "1", "MA_": "2", "G_NR": "35", "MA12": "1", "MARS": "2", "NAME": "Begou", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-0,100", "CSINR": "", "KURTZ": "", "PHAS_": "0,400", "STUND": "", "CFEPNR": "725", "EXTEND": "1", "NATION": "FRA", "TAGMON": "01.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Yves", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "01.02.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1938-02-01 10:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": -1.44, "lat": 43.6, "name": "TOULOUSE"}, "date-ut": "1938-02-01 10:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "725"}}, "raw": {"S": "1", "LT": "10 00", "LV": "I15", "TR": "f", "UT": "10 00", "LAT": "+43.60", "SRC": "L", "LONG": "-01.44", "NAME": "BEGOU Yves", "SPORT": "Rugby League", "LOC_DATE": "1938 02 01", "UNIV_DATE": "1938 02 01", "BIRTH_PLACE": "TOULOUSE", "POSTAL_CODE": "31040 CEDEX"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22792	bonal-elie-1945-12-12	{"3a_sports": "518", "cfepp-final3": "731"}	{"cfepp": "CF-731", "ertel": "ES-518"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elie", "family": "Bonal", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1945-12-12 06:15", "note": null, "place": {"c1": null, "c2": "15", "c3": "", "cy": "FR", "lg": -2.31, "lat": 44.86, "name": "ST MAMET LA SALVETAT", "geoid": null}, "notime": null, "date-ut": "1945-12-12 05:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Elie", "family": "Bonal"}, "birth": {"date": "1945-12-12", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "518", "ENG": "1", "MA_": "2", "G_NR": "48", "MA12": "4", "MARS": "12", "NAME": "Bonal", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "10,600", "CSINR": "", "KURTZ": "", "PHAS_": "45,100", "STUND": "", "CFEPNR": "731", "EXTEND": "1", "NATION": "FRA", "TAGMON": "12.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Elie", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "12.12.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1945-12-12 06:15", "place": {"c2": "15", "c3": "", "cy": "FR", "lg": -2.31, "lat": 44.86, "name": "ST MAMET LA SALVETAT"}, "date-ut": "1945-12-12 05:15"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "731"}}, "raw": {"S": "4", "LT": "06 15", "LV": "I2", "TR": "f", "UT": "05 15", "LAT": "+44.86", "SRC": "L", "LONG": "-02.31", "NAME": "BONAL Elie", "SPORT": "Rugby League", "LOC_DATE": "1945 12 12", "UNIV_DATE": "1945 12 12", "BIRTH_PLACE": "ST MAMET LA SALVETAT", "POSTAL_CODE": "15220"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24216	bonet-floreal-1946-01-04	{"cfepp-final3": "733"}	{"cfepp": "CF-733"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Floreal", "family": "BONET", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1946-01-04 01:00", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": -2.15, "lat": 43.93, "name": "ALBI", "geoid": null}, "notime": null, "date-ut": "1946-01-04 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Floreal", "family": "BONET"}, "birth": {"date": "1946-01-04 01:00", "place": {"c2": "81", "cy": "FR", "lg": -2.15, "lat": 43.93, "name": "ALBI"}, "date-ut": "1946-01-04 00:00"}, "occus": ["rugby-league-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "733"}}, "raw": {"S": "3", "LT": "01 00", "LV": "I1", "TR": "f", "UT": "00 00", "LAT": "+43.93", "SRC": "L", "LONG": "-02.15", "NAME": "BONET Floreal", "SPORT": "Rugby League", "LOC_DATE": "1946 01 04", "UNIV_DATE": "1946 01 04", "BIRTH_PLACE": "ALBI", "POSTAL_CODE": "81010 CEDEX"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22802	bonnerey-louis-1947-10-06	{"3a_sports": "550", "cfepp-final3": "734"}	{"cfepp": "CF-734", "ertel": "ES-550"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Bonnerey", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-10-06 04:00", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": -2.16, "lat": 43.04, "name": "LA DIGNE D'AMONT", "geoid": null}, "notime": null, "date-ut": "1947-10-06 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Louis", "family": "Bonnerey"}, "birth": {"date": "1947-10-06", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "550", "ENG": "", "MA_": "1", "G_NR": "50", "MA12": "2", "MARS": "4", "NAME": "Bonnerey", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-10,10", "CSINR": "", "KURTZ": "", "PHAS_": "66,200", "STUND": "", "CFEPNR": "734", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Louis", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "06.10.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1947-10-06 04:00", "place": {"c2": "11", "c3": "", "cy": "FR", "lg": -2.16, "lat": 43.04, "name": "LA DIGNE D'AMONT"}, "date-ut": "1947-10-06 03:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "734"}}, "raw": {"S": "2", "LT": "04 00", "LV": "I2", "TR": "f", "UT": "03 00", "LAT": "+43.04", "SRC": "L", "LONG": "-02.16", "NAME": "BONNERY Louis", "SPORT": "Rugby League", "LOC_DATE": "1947 10 06", "UNIV_DATE": "1947 10 06", "BIRTH_PLACE": "LA DIGNE D'AMONT", "POSTAL_CODE": "11300"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22824	boule-michel-1937-03-07	{"3a_sports": "601", "cfepp-final3": "736"}	{"cfepp": "CF-736", "ertel": "ES-601"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Boule", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1937-03-07 08:45", "note": null, "place": {"c1": null, "c2": "47", "c3": "", "cy": "FR", "lg": -0.36, "lat": 44.6, "name": "MIRAMONT DE GUYENNE", "geoid": null}, "notime": null, "date-ut": "1937-03-07 08:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Michel", "family": "Boule"}, "birth": {"date": "1937-03-07", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "601", "ENG": "", "MA_": "0", "G_NR": "56", "MA12": "6", "MARS": "17", "NAME": "Boule", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "34,800", "STUND": "", "CFEPNR": "736", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "07.03.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1937-03-07 08:45", "place": {"c2": "47", "c3": "", "cy": "FR", "lg": -0.36, "lat": 44.6, "name": "MIRAMONT DE GUYENNE"}, "date-ut": "1937-03-07 08:45"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "736"}}, "raw": {"S": "6", "LT": "08 45", "LV": "I7", "TR": "f", "UT": "08 45", "LAT": "+44.60", "SRC": "L", "LONG": "-00.36", "NAME": "BOULE Michel", "SPORT": "Rugby League", "LOC_DATE": "1937 03 07", "UNIV_DATE": "1937 03 07", "BIRTH_PLACE": "MIRAMONT DE GUYENNE", "POSTAL_CODE": "47800"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22861	bruzy-guy-1941-01-08	{"3a_sports": "702", "cfepp-final3": "738"}	{"cfepp": "CF-738", "ertel": "ES-702"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Bruzy", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-01-08 09:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": -2.79, "lat": 42.68, "name": "LE SOLER", "geoid": null}, "notime": null, "date-ut": "1941-01-08 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Guy", "family": "Bruzy"}, "birth": {"date": "1941-01-08", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "702", "ENG": "", "MA_": "1", "G_NR": "74", "MA12": "2", "MARS": "6", "NAME": "Bruzy", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "8,800", "CSINR": "", "KURTZ": "", "PHAS_": "72,200", "STUND": "", "CFEPNR": "738", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Guy", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "08.01.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1941-01-08 09:00", "place": {"c2": "66", "c3": "", "cy": "FR", "lg": -2.79, "lat": 42.68, "name": "LE SOLER"}, "date-ut": "1941-01-08 08:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "738"}}, "raw": {"S": "3", "LT": "09 00", "LV": "I8", "TR": "f", "UT": "08 00", "LAT": "+42.68", "SRC": "L", "LONG": "-02.79", "NAME": "BRUZY Guy", "SPORT": "Rugby League", "LOC_DATE": "1941 01 08", "UNIV_DATE": "1941 01 08", "BIRTH_PLACE": "LE SOLER", "POSTAL_CODE": "66270"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1901	fages-georges-1934-02-24	{"a1": "1903", "3a_sports": "1573", "cfepp-final3": "751"}	{"cfepp": "CF-751", "ertel": "ES-1573", "lerrcp": "A1-1903"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Fages", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1934-02-24 07:00", "note": null, "place": {"c1": null, "c2": "81", "c3": "", "cy": "FR", "lg": 2.148, "lat": 43.9298, "name": "Albi", "geoid": 3038261}, "notime": null, "date-ut": "1934-02-24 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Fages"}, "birth": {"tzo": "+00:00", "date": "1934-02-24 07:00", "place": {"c2": "81", "cy": "FR", "lg": 2.148, "lat": 43.9298, "name": "Albi", "geoid": 3038261}, "date-ut": "1934-02-24 07:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1903"}, "ids-in-sources": {"a1": "1903"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "81", "COU": "F", "DAY": "24", "LAT": "43N55", "LON": "2E 8", "MON": "2", "NUM": "1903", "PRO": "C", "SEC": "0", "YEA": "1934", "CITY": "ALBI"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1934-02-24 07:00"}, "partial-ids": {"ertel": "ES-1573"}}, "raw": {"L": "", "MF": "", "NR": "1573", "ENG": "0", "MA_": "2", "G_NR": "1903", "MA12": "12", "MARS": "36", "NAME": "Fages", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,600", "CSINR": "", "KURTZ": "", "PHAS_": "75,100", "STUND": "7,00", "CFEPNR": "751", "EXTEND": "1", "NATION": "FRA", "TAGMON": "24.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Georges René", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "24.02.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1934-02-24 07:00", "place": {"c3": ""}, "date-ut": "1934-02-24 07:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "751"}}, "raw": {"S": "12", "LT": "07 00", "LV": "I1", "TR": "f", "UT": "07 00", "LAT": "+43.93", "SRC": "L", "LONG": "-02.15", "NAME": "FAGES Georges", "SPORT": "Rugby League", "LOC_DATE": "1934 02 24", "UNIV_DATE": "1934 02 24", "BIRTH_PLACE": "ALBI", "POSTAL_CODE": "81010 CEDEX"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24217	frattini-marius-1941-05-03	{"cfepp-final3": "752"}	{"cfepp": "CF-752"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marius", "family": "FRATTINI", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1941-05-03 18:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": -4.93, "lat": 44, "name": "ENTRAIGUES SUR SORGUES", "geoid": null}, "notime": null, "date-ut": "1941-05-03 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Marius", "family": "FRATTINI"}, "birth": {"date": "1941-05-03 18:00", "place": {"c2": "84", "cy": "FR", "lg": -4.93, "lat": 44, "name": "ENTRAIGUES SUR SORGUES"}, "date-ut": "1941-05-03 17:00"}, "occus": ["rugby-league-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "752"}}, "raw": {"S": "9", "LT": "18 00", "LV": "I2", "TR": "f", "UT": "17 00", "LAT": "+44.00", "SRC": "L", "LONG": "-04.93", "NAME": "FRATTINI Marius", "SPORT": "Rugby League", "LOC_DATE": "1941 05 03", "UNIV_DATE": "1941 05 03", "BIRTH_PLACE": "ENTRAIGUES SUR SORGUES", "POSTAL_CODE": "84320"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1875	dauger-jean-1919-11-12	{"a1": "1876", "3a_sports": "1224", "cfepp-final3": "744"}	{"cfepp": "CF-744", "cpara": "CP-142", "ertel": "ES-1224", "lerrcp": "A1-1876"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Dauger", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1919-11-12 04:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -0.36667, "lat": 43.3, "name": "Cambo", "geoid": 0}, "notime": null, "date-ut": "1919-11-12 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Dauger"}, "birth": {"tzo": "+00:00", "date": "1919-11-12 04:00", "place": {"c2": "64", "cy": "FR", "lg": -0.36667, "lat": 43.3, "name": "Cambo", "geoid": 0}, "date-ut": "1919-11-12 04:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1876"}, "ids-in-sources": {"a1": "1876"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "12", "LAT": "43N18", "LON": "0W22", "MON": "11", "NUM": "1876", "PRO": "C", "SEC": "0", "YEA": "1919", "CITY": "CAMBO"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1919-12-12 04:00"}, "partial-ids": {"ertel": "ES-1224"}}, "raw": {"L": "", "MF": "", "NR": "1224", "ENG": "", "MA_": "1", "G_NR": "1876", "MA12": "2", "MARS": "5", "NAME": "Dauger", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,300", "CSINR": "", "KURTZ": "d", "PHAS_": "73,100", "STUND": "4,00", "CFEPNR": "744", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.12.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "142", "VORNAME": "Jean", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "12.12.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:05+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "dauger-jean-1919-11-12", "birth": {"date": "1919-11-12 04:00", "place": {"c3": ""}, "date-ut": "1919-11-12 04:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "744"}}, "raw": {"S": "2", "LT": "04 00", "LV": "I8", "TR": "f", "UT": "04 00", "LAT": "+43.36", "SRC": "L", "LONG": "+01.40", "NAME": "DAUGER Jean", "SPORT": "Rugby League", "LOC_DATE": "1919 11 12", "UNIV_DATE": "1919 11 12", "BIRTH_PLACE": "CAMBO LES BAINS", "POSTAL_CODE": "64250"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1897	eramouspe-robert-1935-09-08	{"a1": "1898", "3a_sports": "1547", "cfepp-final3": "749"}	{"cfepp": "CF-749", "cpara": "CP-181", "ertel": "ES-1547", "lerrcp": "A1-1898"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Eramouspe", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1935-09-08 15:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -1.66267, "lat": 43.38871, "name": "Saint-Jean-de-Luz", "geoid": 2979309}, "notime": null, "date-ut": "1935-09-08 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Eramouspe"}, "birth": {"tzo": "+01:00", "date": "1935-09-08 15:00", "place": {"c2": "64", "cy": "FR", "lg": -1.66267, "lat": 43.38871, "name": "Saint-Jean-de-Luz", "geoid": 2979309}, "date-ut": "1935-09-08 14:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1898"}, "ids-in-sources": {"a1": "1898"}}, "raw": {"H": "14", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "8", "LAT": "43N18", "LON": "0W22", "MON": "9", "NUM": "1898", "PRO": "C", "SEC": "0", "YEA": "1935", "CITY": "ST-JEAN-DE-LUZ"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1935-09-08 15:00"}, "partial-ids": {"ertel": "ES-1547"}}, "raw": {"L": "", "MF": "", "NR": "1547", "ENG": "", "MA_": "1", "G_NR": "1898", "MA12": "2", "MARS": "5", "NAME": "Erramouspé", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,400", "CSINR": "", "KURTZ": "", "PHAS_": "70,000", "STUND": "15,00", "CFEPNR": "749", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "181", "VORNAME": "Robert", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "08.09.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1935-09-08 15:00", "place": {"c3": ""}, "date-ut": "1935-09-08 14:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "749"}}, "raw": {"S": "2", "LT": "15 00", "LV": "I23", "TR": "f", "UT": "14 00", "LAT": "+43.39", "SRC": "L", "LONG": "+01.66", "NAME": "ERAMOUSPE Robert", "SPORT": "Rugby League", "LOC_DATE": "1935 09 08", "UNIV_DATE": "1935 09 08", "BIRTH_PLACE": "ST JEAN DE LUZ", "POSTAL_CODE": "64500"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1905	galia-jean-1905-03-20	{"a1": "1907", "g55": "03-393", "3a_sports": "1755", "cfepp-final3": "753"}	{"g55": "03-393", "cfepp": "CF-753", "cpara": "CP-193", "ertel": "ES-1755", "lerrcp": "A1-1907"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Galia", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1905-03-20 08:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 2.62066, "lat": 42.67083, "name": "Ille-sur-Têt", "geoid": 3012848}, "notime": null, "date-ut": "1905-03-20 07:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Galia"}, "birth": {"tzo": "+00:09:21", "date": "1905-03-20 08:00", "place": {"c2": "66", "cy": "FR", "lg": 2.62066, "lat": 42.67083, "name": "Ille-sur-Têt", "geoid": 3012848}, "date-ut": "1905-03-20 07:50:40"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1907"}, "ids-in-sources": {"a1": "1907"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "66", "COU": "F", "DAY": "20", "LAT": "42N42", "LON": "2E55", "MON": "3", "NUM": "1907", "PRO": "C", "SEC": "40", "YEA": "1905", "CITY": "ILLE-S/TET"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1905-03-20 08:00"}, "partial-ids": {"ertel": "ES-1755"}}, "raw": {"L": "", "MF": "", "NR": "1755", "ENG": "", "MA_": "1", "G_NR": "1907", "MA12": "6", "MARS": "18", "NAME": "Galia", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,900", "CSINR": "", "KURTZ": "", "PHAS_": "97,800", "STUND": "8,00", "CFEPNR": "753", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.03.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "193", "VORNAME": "Jean", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "20.03.1905", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1905-03-20 08:00", "place": {"c3": ""}, "date-ut": "1905-03-20 07:51"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "753"}}, "raw": {"S": "6", "LT": "08 00", "LV": "I25", "TR": "f", "UT": "07 51", "LAT": "+42.67", "SRC": "ALG", "LONG": "-02.62", "NAME": "GALIA Jean", "SPORT": "Rugby League", "LOC_DATE": "1905 03 20", "UNIV_DATE": "1905 03 20", "BIRTH_PLACE": "ILLE SUR TET", "POSTAL_CODE": "66130"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-393"}, "ids-in-source": {"g55": "03-393"}}, "raw": {"DAY": "20-3-1905", "HOUR": "8 h.", "NAME": "GALIA Jean", "PLACE": "Ille-sur-Tet (Pyrénées-Orientales)."}, "date": "2023-08-20T14:48:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
23231	garzino-jacques-1943-05-12	{"3a_sports": "1796", "cfepp-final3": "755"}	{"cfepp": "CF-755", "ertel": "ES-1796"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Garzino", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-05-12 16:00", "note": null, "place": {"c1": null, "c2": "04", "c3": "", "cy": "FR", "lg": -5.76, "lat": 43.79, "name": "STE TULLE", "geoid": null}, "notime": null, "date-ut": "1943-05-12 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jacques", "family": "Garzino"}, "birth": {"date": "1943-05-12", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1796", "ENG": "", "MA_": "1", "G_NR": "184", "MA12": "7", "MARS": "20", "NAME": "Garzino", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "9,300", "CSINR": "", "KURTZ": "", "PHAS_": "46,200", "STUND": "", "CFEPNR": "755", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "12.05.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1943-05-12 16:00", "place": {"c2": "04", "c3": "", "cy": "FR", "lg": -5.76, "lat": 43.79, "name": "STE TULLE"}, "date-ut": "1943-05-12 14:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "755"}}, "raw": {"S": "7", "LT": "16 00", "LV": "I2", "TR": "f", "UT": "14 00", "LAT": "+43.79", "SRC": "L", "LONG": "-05.76", "NAME": "GARZINO Jacques", "SPORT": "Rugby League", "LOC_DATE": "1943 05 12", "UNIV_DATE": "1943 05 12", "BIRTH_PLACE": "STE TULLE", "POSTAL_CODE": "04220"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24218	genoud-gabriel-1923-01-19	{"cfepp-final3": "756"}	{"cfepp": "CF-756"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "GENOUD", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1923-01-19 23:00", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": -0.7, "lat": 44.41, "name": "VILLENEUVE SUR LOT", "geoid": null}, "notime": null, "date-ut": "1923-01-19 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "GENOUD"}, "birth": {"date": "1923-01-19 23:00", "place": {"c2": "47", "cy": "FR", "lg": -0.7, "lat": 44.41, "name": "VILLENEUVE SUR LOT"}, "date-ut": "1923-01-19 23:00"}, "occus": ["rugby-league-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "756"}}, "raw": {"S": "7", "LT": "23 00", "LV": "I", "TR": "f", "UT": "23 00", "LAT": "+44.41", "SRC": "A", "LONG": "-00.70", "NAME": "GENOUD Gabriel", "SPORT": "Rugby League", "LOC_DATE": "1923 01 19", "UNIV_DATE": "1923 01 19", "BIRTH_PLACE": "VILLENEUVE SUR LOT", "POSTAL_CODE": "47307 CEDEX"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15973	gracet-jean-1937-07-10	{"d6": "185", "3a_sports": "1920", "cfepp-final3": "758"}	{"cfepp": "CF-758", "ertel": "ES-1920", "lerrcp": "D6-185"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Gracet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1937-07-10 01:00", "note": null, "place": {"c1": null, "c2": "05", "c3": "", "cy": "FR", "lg": -6.64, "lat": 44.9, "name": "BRIANCON", "geoid": null}, "notime": null, "date-ut": "1937-07-10 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Gracet"}, "birth": {"date": "1937-07-10 01:00", "place": {"cy": "FR", "lg": 6.65, "lat": 44.88333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "185"}}, "raw": {"H": "1", "MN": "0", "DAY": "10", "LAT": "44N53", "LON": "06E39", "MON": "7", "NUM": "185", "SEC": "0", "YEA": "1937", "NAME": "Gracet Jean"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-1920"}}, "raw": {"L": "", "MF": "", "NR": "1920", "ENG": "", "MA_": "1", "G_NR": "185", "MA12": "6", "MARS": "18", "NAME": "Graciet", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "3,600", "CSINR": "", "KURTZ": "", "PHAS_": "4,700", "STUND": "", "CFEPNR": "758", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "10.07.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1937-07-10 01:00", "place": {"c2": "05", "c3": "", "cy": "FR", "lg": -6.64, "lat": 44.9, "name": "BRIANCON"}, "date-ut": "1937-07-10 00:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "758"}}, "raw": {"S": "6", "LT": "01 00", "LV": "I12", "TR": "f", "UT": "00 00", "LAT": "+44.90", "SRC": "L", "LONG": "-06.64", "NAME": "GRACIET Jean", "SPORT": "Rugby League", "LOC_DATE": "1937 07 10", "UNIV_DATE": "1937 07 10", "BIRTH_PLACE": "BRIANCON", "POSTAL_CODE": "05105 CEDEX"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1923	lacaze-andre-1930-12-12	{"a1": "1925", "3a_sports": "2308", "cfepp-final3": "762"}	{"cfepp": "CF-762", "ertel": "ES-2308", "lerrcp": "A1-1925"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Lacaze", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1930-12-12 11:00", "note": null, "place": {"c1": null, "c2": "15", "c3": "", "cy": "FR", "lg": 2.19158, "lat": 44.96855, "name": "Laroquebrou", "geoid": 3006705}, "notime": null, "date-ut": "1930-12-12 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "André", "family": "Lacaze"}, "birth": {"tzo": "+00:00", "date": "1930-12-12 11:00", "place": {"c2": "15", "cy": "FR", "lg": 2.19158, "lat": 44.96855, "name": "Laroquebrou", "geoid": 3006705}, "date-ut": "1930-12-12 11:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1925"}, "ids-in-sources": {"a1": "1925"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "15", "COU": "F", "DAY": "12", "LAT": "44N56", "LON": "2E26", "MON": "12", "NUM": "1925", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "LAROQUEBROU"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-12-12 11:00"}, "partial-ids": {"ertel": "ES-2308"}}, "raw": {"L": "", "MF": "", "NR": "2308", "ENG": "", "MA_": "1", "G_NR": "1925", "MA12": "7", "MARS": "19", "NAME": "Lacaze", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,00", "CSINR": "", "KURTZ": "", "PHAS_": "59,600", "STUND": "11,00", "CFEPNR": "762", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "12.12.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1930-12-12 11:00", "place": {"c3": ""}, "date-ut": "1930-12-12 11:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "762"}}, "raw": {"S": "6", "LT": "11 00", "LV": "I11", "TR": "f", "UT": "11 00", "LAT": "+44.97", "SRC": "L", "LONG": "-02.19", "NAME": "LACAZE Andre", "SPORT": "Rugby League", "LOC_DATE": "1930 12 12", "UNIV_DATE": "1930 12 12", "BIRTH_PLACE": "LAROQUEBROU", "POSTAL_CODE": "15150"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24219	larue-herve-1935-07-05	{"cfepp-final3": "764"}	{"cfepp": "CF-764"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Herve", "family": "LARUE", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1935-07-05 08:00", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": -2.38, "lat": 43.58, "name": "BOISSEZON", "geoid": null}, "notime": null, "date-ut": "1935-07-05 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Herve", "family": "LARUE"}, "birth": {"date": "1935-07-05 08:00", "place": {"c2": "81", "cy": "FR", "lg": -2.38, "lat": 43.58, "name": "BOISSEZON"}, "date-ut": "1935-07-05 07:00"}, "occus": ["rugby-league-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "764"}}, "raw": {"S": "10", "LT": "08 00", "LV": "I9", "TR": "f", "UT": "07 00", "LAT": "+43.58", "SRC": "L", "LONG": "-02.38", "NAME": "LARUE Herve", "SPORT": "Rugby League", "LOC_DATE": "1935 07 05", "UNIV_DATE": "1935 07 05", "BIRTH_PLACE": "BOISSEZON", "POSTAL_CODE": "81490"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23539	mas-francis-1938-11-08	{"3a_sports": "2722", "cfepp-final3": "769"}	{"cfepp": "CF-769", "ertel": "ES-2722"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Mas", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1938-11-08 06:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": -3.1, "lat": 43.39, "name": "CAZOULS LES BEZIERS", "geoid": null}, "notime": null, "date-ut": "1938-11-08 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Francis", "family": "Mas"}, "birth": {"date": "1938-11-08", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2722", "ENG": "", "MA_": "1", "G_NR": "288", "MA12": "2", "MARS": "5", "NAME": "Mas", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "1,100", "CSINR": "", "KURTZ": "", "PHAS_": "100,00", "STUND": "", "CFEPNR": "770", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.11.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Francis", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "08.11.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1938-11-08 06:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": -3.1, "lat": 43.39, "name": "CAZOULS LES BEZIERS"}, "date-ut": "1938-11-08 06:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "769"}}, "raw": {"S": "2", "LT": "06 00", "LV": "I6", "TR": "f", "UT": "06 00", "LAT": "+43.39", "SRC": "L", "LONG": "-03.10", "NAME": "MAS Francis", "SPORT": "Rugby League", "LOC_DATE": "1938 11 08", "UNIV_DATE": "1938 11 08", "BIRTH_PLACE": "CAZOULS LES BEZIERS", "POSTAL_CODE": "34370"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24220	maso-joseph-1921-02-14	{"cfepp-final3": "770"}	{"cfepp": "CF-770"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "MASO", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1921-02-14 23:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": -2.99, "lat": 42.77, "name": "ST LAURENT DE LA SALANQUE", "geoid": null}, "notime": null, "date-ut": "1921-02-14 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "MASO"}, "birth": {"date": "1921-02-14 23:00", "place": {"c2": "66", "cy": "FR", "lg": -2.99, "lat": 42.77, "name": "ST LAURENT DE LA SALANQUE"}, "date-ut": "1921-02-14 23:00"}, "occus": ["rugby-league-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "770"}}, "raw": {"S": "8", "LT": "23 00", "LV": "I9", "TR": "f", "UT": "23 00", "LAT": "+42.77", "SRC": "A", "LONG": "-02.99", "NAME": "MASO Joseph", "SPORT": "Rugby League", "LOC_DATE": "1921 02 14", "UNIV_DATE": "1921 02 14", "BIRTH_PLACE": "ST LAURENT DE LA SALANQUE", "POSTAL_CODE": "66250"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24221	ponsinet-edouard-1923-11-18	{"cfepp-final3": "774"}	{"cfepp": "CF-774"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "PONSINET", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1923-11-18 01:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": -2.35, "lat": 43.21, "name": "CARCASSONNE", "geoid": null}, "notime": null, "date-ut": "1923-11-18 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "PONSINET"}, "birth": {"date": "1923-11-18 01:00", "place": {"c2": "11", "cy": "FR", "lg": -2.35, "lat": 43.21, "name": "CARCASSONNE"}, "date-ut": "1923-11-18 01:00"}, "occus": ["rugby-league-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "774"}}, "raw": {"S": "11", "LT": "01 00", "LV": "I18", "TR": "f", "UT": "01 00", "LAT": "+43.21", "SRC": "AL", "LONG": "-02.35", "NAME": "PONSINET Edouard", "SPORT": "Rugby League", "LOC_DATE": "1923 11 18", "UNIV_DATE": "1923 11 18", "BIRTH_PLACE": "CARCASSONNE", "POSTAL_CODE": "11012 CEDEX"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1979	rey-roger-1931-04-09	{"a1": "1981", "3a_sports": "3485", "cfepp-final3": "777"}	{"cfepp": "CF-777", "cpara": "CP-365", "ertel": "ES-3485", "lerrcp": "A1-1981"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Rey", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1931-04-09 18:00", "note": null, "place": {"c1": null, "c2": "84", "c3": "", "cy": "FR", "lg": 4.90428, "lat": 43.97744, "name": "Vedène", "geoid": 2970253}, "notime": null, "date-ut": "1931-04-09 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Rey"}, "birth": {"tzo": "+01:00", "date": "1931-04-19 18:00", "place": {"c2": "84", "cy": "FR", "lg": 4.90428, "lat": 43.97744, "name": "Vedène", "geoid": 2970253}, "date-ut": "1931-04-19 17:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1981"}, "ids-in-sources": {"a1": "1981"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "84", "COU": "F", "DAY": "19", "LAT": "43N57", "LON": "4E50", "MON": "4", "NUM": "1981", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "VEDENE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-04-19 18:00"}, "partial-ids": {"ertel": "ES-3485"}}, "raw": {"L": "", "MF": "", "NR": "3485", "ENG": "", "MA_": "0", "G_NR": "1981", "MA12": "3", "MARS": "8", "NAME": "Rey", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,900", "CSINR": "", "KURTZ": "", "PHAS_": "0,900", "STUND": "18,00", "CFEPNR": "778", "EXTEND": "", "NATION": "FRA", "TAGMON": "19.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "365", "VORNAME": "Roger", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "19.04.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "rey-roger-1931-04-09", "birth": {"date": "1931-04-09 18:00", "place": {"c3": ""}, "date-ut": "1931-04-09 18:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "777"}}, "raw": {"S": "3", "LT": "18 00", "LV": "I25", "TR": "f", "UT": "18 00", "LAT": "+43.98", "SRC": "L", "LONG": "-04.90", "NAME": "REY Roger", "SPORT": "Rugby League", "LOC_DATE": "1931 04 09", "UNIV_DATE": "1931 04 09", "BIRTH_PLACE": "VEDENE", "POSTAL_CODE": "84270"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1986	rousie-max-1912-07-15	{"a1": "1988", "3a_sports": "3602", "cfepp-final3": "778"}	{"cfepp": "CF-778", "cpara": "CP-377", "ertel": "ES-3602", "lerrcp": "A1-1988"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Rousié", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1912-07-15 06:00", "note": null, "place": {"c1": null, "c2": "47", "c3": "", "cy": "FR", "lg": 0.16546, "lat": 44.50361, "name": "Marmande", "geoid": 2995642}, "notime": null, "date-ut": "1912-07-15 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Max", "family": "Rousié"}, "birth": {"tzo": "+00:00", "date": "1912-07-15 06:00", "place": {"c2": "47", "cy": "FR", "lg": 0.16546, "lat": 44.50361, "name": "Marmande", "geoid": 2995642}, "date-ut": "1912-07-15 06:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1988"}, "ids-in-sources": {"a1": "1988"}}, "raw": {"H": "6", "MN": "0", "TZ": "0", "COD": "47", "COU": "F", "DAY": "15", "LAT": "44N12", "LON": "0E38", "MON": "7", "NUM": "1988", "PRO": "C", "SEC": "0", "YEA": "1912", "CITY": "MARMANDE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1912-07-15 06:00"}, "partial-ids": {"ertel": "ES-3602"}}, "raw": {"L": "", "MF": "", "NR": "3602", "ENG": "", "MA_": "0", "G_NR": "1988", "MA12": "12", "MARS": "34", "NAME": "Rousié", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,200", "CSINR": "", "KURTZ": "", "PHAS_": "0,500", "STUND": "6,00", "CFEPNR": "779", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.07.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "377", "VORNAME": "Max", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "15.07.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1912-07-15 06:00", "place": {"c3": ""}, "date-ut": "1912-07-15 06:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "778"}}, "raw": {"S": "12", "LT": "06 00", "LV": "I19", "TR": "f", "UT": "06 00", "LAT": "+44.50", "SRC": "AL", "LONG": "-00.16", "NAME": "ROUSIE Max", "SPORT": "Rugby League", "LOC_DATE": "1912 07 15", "UNIV_DATE": "1912 07 15", "BIRTH_PLACE": "MARMANDE", "POSTAL_CODE": "47207 CEDEX"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23895	sauret-jean-pierre-1946-01-29	{"3a_sports": "3696", "cfepp-final3": "780"}	{"cfepp": "CF-780", "ertel": "ES-3696"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Pierre", "family": "Sauret", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-01-29 23:30", "note": null, "place": {"c1": null, "c2": "15", "c3": "", "cy": "FR", "lg": -2.44, "lat": 44.92, "name": "AURILLAC", "geoid": null}, "notime": null, "date-ut": "1946-01-29 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean Pierre", "family": "Sauret"}, "birth": {"date": "1946-01-29", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3696", "ENG": "0", "MA_": "2", "G_NR": "411", "MA12": "3", "MARS": "9", "NAME": "Sauret", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-7,800", "CSINR": "", "KURTZ": "", "PHAS_": "17,100", "STUND": "", "CFEPNR": "781", "EXTEND": "1", "NATION": "FRA", "TAGMON": "29.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean Pierre", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "29.01.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1946-01-29 23:30", "place": {"c2": "15", "c3": "", "cy": "FR", "lg": -2.44, "lat": 44.92, "name": "AURILLAC"}, "date-ut": "1946-01-29 22:30"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "780"}}, "raw": {"S": "3", "LT": "23 30", "LV": "I1", "TR": "f", "UT": "22 30", "LAT": "+44.92", "SRC": "L", "LONG": "-02.44", "NAME": "SAURET Jean-Pierre", "SPORT": "Rugby League", "LOC_DATE": "1946 01 29", "UNIV_DATE": "1946 01 29", "BIRTH_PLACE": "AURILLAC", "POSTAL_CODE": "15005 CEDEX"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24016	toujas-raymond-1945-07-23	{"3a_sports": "4053", "cfepp-final3": "784"}	{"cfepp": "CF-784", "ertel": "ES-4053"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Toujas", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1945-07-23 17:00", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": -3.09, "lat": 43.11, "name": "GRUISSAN", "geoid": null}, "notime": null, "date-ut": "1945-07-23 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Raymond", "family": "Toujas"}, "birth": {"date": "1945-07-23", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4053", "ENG": "", "MA_": "1", "G_NR": "433", "MA12": "7", "MARS": "19", "NAME": "Toujas", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "5,400", "CSINR": "", "KURTZ": "", "PHAS_": "95,100", "STUND": "", "CFEPNR": "785", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Raymond", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "23.07.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1945-07-23 17:00", "place": {"c2": "11", "c3": "", "cy": "FR", "lg": -3.09, "lat": 43.11, "name": "GRUISSAN"}, "date-ut": "1945-07-23 15:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "784"}}, "raw": {"S": "7", "LT": "17 00", "LV": "I3", "TR": "f", "UT": "15 00", "LAT": "+43.11", "SRC": "L", "LONG": "-03.09", "NAME": "TOUJAS Raymond", "SPORT": "Rugby League", "LOC_DATE": "1945 07 23", "UNIV_DATE": "1945 07 23", "BIRTH_PLACE": "GRUISSAN", "POSTAL_CODE": "11430"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24038	vadon-andre-1934-06-22	{"3a_sports": "4100", "cfepp-final3": "787"}	{"cfepp": "CF-787", "ertel": "ES-4100"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Vadon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-06-22 01:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": -5.38, "lat": 43.3, "name": "MARSEILLE", "geoid": null}, "notime": null, "date-ut": "1934-06-22 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "André", "family": "Vadon"}, "birth": {"date": "1934-06-22", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4100", "ENG": "", "MA_": "1", "G_NR": "439", "MA12": "11", "MARS": "31", "NAME": "Vadon", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "10,100", "CSINR": "", "KURTZ": "", "PHAS_": "67,500", "STUND": "", "CFEPNR": "788", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "22.06.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1934-06-22 01:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": -5.38, "lat": 43.3, "name": "MARSEILLE"}, "date-ut": "1934-06-22 00:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "787"}}, "raw": {"S": "11", "LT": "01 00", "LV": "I8", "TR": "f", "UT": "00 00", "LAT": "+43.30", "SRC": "L", "LONG": "-05.38", "NAME": "VADON Andre", "SPORT": "Rugby League", "LOC_DATE": "1934 06 22", "UNIV_DATE": "1934 06 22", "BIRTH_PLACE": "MARSEILLE", "POSTAL_CODE": "13233 CEDEX  01"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22616	abadie-alain-1946-08-10	{"3a_sports": "2", "cfepp-final3": "790"}	{"cfepp": "CF-790", "ertel": "ES-2"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Abadie", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-08-10 02:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": -1.44, "lat": 43.6, "name": "TOULOUSE", "geoid": null}, "notime": null, "date-ut": "1946-08-10 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alain", "family": "Abadie"}, "birth": {"date": "1946-08-10", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2", "ENG": "", "MA_": "0", "G_NR": "1", "MA12": "9", "MARS": "25", "NAME": "Abadie", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "6,100", "CSINR": "", "KURTZ": "", "PHAS_": "91,500", "STUND": "", "CFEPNR": "791", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Alain", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "10.08.1946", "GQBECORR": "d2", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1946-08-10 02:00", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": -1.44, "lat": 43.6, "name": "TOULOUSE"}, "date-ut": "1946-08-10 01:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "790"}}, "raw": {"S": "9", "LT": "02 00", "LV": "I", "TR": "f", "UT": "01 00", "LAT": "+43.60", "SRC": "L", "LONG": "-01.44", "NAME": "ABADIE Alain", "SPORT": "Rugby Union", "LOC_DATE": "1946 08 10", "UNIV_DATE": "1946 08 10", "BIRTH_PLACE": "TOULOUSE", "POSTAL_CODE": "31040 CEDEX"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22643	amestoy-jean-baptiste-1936-08-28	{"3a_sports": "80", "cfepp-final3": "795"}	{"cfepp": "CF-795", "ertel": "ES-80"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Baptiste", "family": "Amestoy", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1936-08-28 12:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": 1.46, "lat": 43.4, "name": "USTARITZ", "geoid": null}, "notime": null, "date-ut": "1936-08-28 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean-Baptiste", "family": "Amestoy"}, "birth": {"date": "1935-08-28", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "80", "ENG": "0", "MA_": "2", "G_NR": "8", "MA12": "12", "MARS": "36", "NAME": "Amestoy", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-2,800", "CSINR": "", "KURTZ": "", "PHAS_": "1,000", "STUND": "", "CFEPNR": "796", "EXTEND": "1", "NATION": "FRA", "TAGMON": "28.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean-Baptiste", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "28.08.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "amestoy-jean-baptiste-1936-08-28", "birth": {"date": "1936-08-28 12:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": 1.46, "lat": 43.4, "name": "USTARITZ"}, "date-ut": "1936-08-28 11:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "795"}}, "raw": {"S": "4", "LT": "12 00", "LV": "I2", "TR": "f", "UT": "11 00", "LAT": "+43.40", "SRC": "L", "LONG": "+01.46", "NAME": "AMESTOY Jean-Baptiste", "SPORT": "Rugby Union", "LOC_DATE": "1936 08 28", "UNIV_DATE": "1936 08 28", "BIRTH_PLACE": "USTARITZ", "POSTAL_CODE": "64480"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24222	aristouy-pierre-1920-10-18	{"cfepp-final3": "797"}	{"cfepp": "CF-797"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "ARISTOUY", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1920-10-18 14:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": 0.72, "lat": 43.09, "name": "ARETTE", "geoid": null}, "notime": null, "date-ut": "1920-10-18 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "ARISTOUY"}, "birth": {"date": "1920-10-18 14:00", "place": {"c2": "64", "cy": "FR", "lg": 0.72, "lat": 43.09, "name": "ARETTE"}, "date-ut": "1920-10-18 13:00"}, "occus": ["rugby-union-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "797"}}, "raw": {"S": "1", "LT": "14 00", "LV": "I", "TR": "f", "UT": "13 00", "LAT": "+43.09", "SRC": "A", "LONG": "+00.72", "NAME": "ARISTOUY Pierre", "SPORT": "Rugby Union", "LOC_DATE": "1920 10 18", "UNIV_DATE": "1920 10 18", "BIRTH_PLACE": "ARETTE", "POSTAL_CODE": "64570"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22664	arnaudet-michel-1943-03-11	{"3a_sports": "138", "cfepp-final3": "798"}	{"cfepp": "CF-798", "ertel": "ES-138"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Arnaudet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-03-11 00:30", "note": null, "place": {"c1": null, "c2": "65", "c3": "", "cy": "FR", "lg": 0.04, "lat": 43.1, "name": "LOURDES", "geoid": null}, "notime": null, "date-ut": "1943-03-10 23:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Michel", "family": "Arnaudet"}, "birth": {"date": "1943-03-11", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "138", "ENG": "", "MA_": "1", "G_NR": "18", "MA12": "10", "MARS": "30", "NAME": "Arnaudet", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "8,300", "CSINR": "", "KURTZ": "", "PHAS_": "23,700", "STUND": "", "CFEPNR": "799", "EXTEND": "", "NATION": "FRA", "TAGMON": "11.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "11.03.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1943-03-11 00:30", "place": {"c2": "65", "c3": "", "cy": "FR", "lg": 0.04, "lat": 43.1, "name": "LOURDES"}, "date-ut": "1943-03-10 23:30"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "798"}}, "raw": {"S": "10", "LT": "00 30", "LV": "I4", "TR": "f", "UT": "23 30", "LAT": "+43.10", "SRC": "L", "LONG": "+00.04", "NAME": "ARNAUDET Michel", "SPORT": "Rugby Union", "LOC_DATE": "1943 03 11", "UNIV_DATE": "1943 03 10", "BIRTH_PLACE": "LOURDES", "POSTAL_CODE": "65100"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15807	azarette-jean-louis-1945-05-08	{"d6": "18", "3a_sports": "172", "cfepp-final3": "800"}	{"cfepp": "CF-800", "ertel": "ES-172", "lerrcp": "D6-18"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Louis", "family": "Azarette", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1945-05-08 07:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": 1.7, "lat": 43.37, "name": "URRUGNE", "geoid": null}, "notime": null, "date-ut": "1945-05-08 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Jean-Louis", "family": "Azarette"}, "birth": {"date": "1945-05-08 07:00", "place": {"cy": "FR", "lg": -1.65, "lat": 43.38333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "18"}}, "raw": {"H": "7", "MN": "0", "DAY": "8", "LAT": "43N23", "LON": "01W39", "MON": "5", "NUM": "18", "SEC": "0", "YEA": "1945", "NAME": "Azarette Jean Louis"}, "date": "2023-08-20T14:44:00+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-172"}}, "raw": {"L": "", "MF": "", "NR": "172", "ENG": "1", "MA_": "2", "G_NR": "18", "MA12": "1", "MARS": "3", "NAME": "Azarette", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-10,20", "CSINR": "", "KURTZ": "", "PHAS_": "20,800", "STUND": "", "CFEPNR": "801", "EXTEND": "1", "NATION": "FRA", "TAGMON": "08.05.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean Louis", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "08.05.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1945-05-08 07:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": 1.7, "lat": 43.37, "name": "URRUGNE"}, "date-ut": "1945-05-08 05:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "800"}}, "raw": {"S": "1", "LT": "07 00", "LV": "I16", "TR": "f", "UT": "05 00", "LAT": "+43.37", "SRC": "L", "LONG": "+01.70", "NAME": "AZARETE Jean-Louis", "SPORT": "Rugby Union", "LOC_DATE": "1945 05 08", "UNIV_DATE": "1945 05 08", "BIRTH_PLACE": "URRUGNE", "POSTAL_CODE": "64122"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15819	bastiat-jean-pierre-1949-04-11	{"d6": "30", "3a_sports": "274", "cfepp-final3": "803"}	{"cfepp": "CF-803", "ertel": "ES-274", "lerrcp": "D6-30"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Pierre", "family": "Bastiat", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-04-11 07:30", "note": null, "place": {"c1": null, "c2": "40", "c3": "", "cy": "FR", "lg": 1, "lat": 43.61, "name": "POUILLON", "geoid": null}, "notime": null, "date-ut": "1949-04-11 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Jean-Pierre", "family": "Bastiat"}, "birth": {"date": "1949-04-11 07:30", "place": {"cy": "FR", "lg": -1, "lat": 43.6}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "30"}}, "raw": {"H": "7", "MN": "30", "DAY": "11", "LAT": "43N36", "LON": "01W00", "MON": "4", "NUM": "30", "SEC": "0", "YEA": "1949", "NAME": "Bastiat Jean Pierre"}, "date": "2023-08-20T14:44:00+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-274"}}, "raw": {"L": "", "MF": "", "NR": "274", "ENG": "1", "MA_": "2", "G_NR": "30", "MA12": "1", "MARS": "2", "NAME": "Bastiat", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "7,400", "CSINR": "", "KURTZ": "", "PHAS_": "93,000", "STUND": "", "CFEPNR": "804", "EXTEND": "1", "NATION": "FRA", "TAGMON": "11.04.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean Pierre", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "11.04.1949", "GQBECORR": "c", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1949-04-11 07:30", "place": {"c2": "40", "c3": "", "cy": "FR", "lg": 1, "lat": 43.61, "name": "POUILLON"}, "date-ut": "1949-04-11 06:30"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "803"}}, "raw": {"S": "1", "LT": "07 30", "LV": "I9", "TR": "f", "UT": "06 30", "LAT": "+43.61", "SRC": "L", "LONG": "+01.00", "NAME": "BASTIAT Jean-Pierre", "SPORT": "Rugby Union", "LOC_DATE": "1949 04 11", "UNIV_DATE": "1949 04 11", "BIRTH_PLACE": "POUILLON", "POSTAL_CODE": "40350"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22710	bayardon-jacques-1934-01-25	{"3a_sports": "293", "cfepp-final3": "806"}	{"cfepp": "CF-806", "ertel": "ES-293"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Bayardon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-01-25 11:30", "note": null, "place": {"c1": null, "c2": "71", "c3": "", "cy": "FR", "lg": -4.83, "lat": 46.31, "name": "MACON", "geoid": null}, "notime": null, "date-ut": "1934-01-25 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jacques", "family": "Bayardon"}, "birth": {"date": "1934-01-25", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "293", "ENG": "", "MA_": "0", "G_NR": "27", "MA12": "3", "MARS": "7", "NAME": "Bayardon", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "8,800", "CSINR": "", "KURTZ": "", "PHAS_": "73,600", "STUND": "", "CFEPNR": "807", "EXTEND": "", "NATION": "FRA", "TAGMON": "25.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "25.01.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1934-01-25 11:30", "place": {"c2": "71", "c3": "", "cy": "FR", "lg": -4.83, "lat": 46.31, "name": "MACON"}, "date-ut": "1934-01-25 11:30"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "806"}}, "raw": {"S": "3", "LT": "11 30", "LV": "I4", "TR": "f", "UT": "11 30", "LAT": "+46.31", "SRC": "L", "LONG": "-04.83", "NAME": "BAYARDON Jacques", "SPORT": "Rugby Union", "LOC_DATE": "1934 01 25", "UNIV_DATE": "1934 01 25", "BIRTH_PLACE": "MACON", "POSTAL_CODE": "71018 CEDEX"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15827	benesis-rene-1944-08-29	{"d6": "38", "3a_sports": "343", "cfepp-final3": "810"}	{"cfepp": "CF-810", "ertel": "ES-343", "lerrcp": "D6-38"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Benesis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1944-08-29 07:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": 0.77, "lat": 43.49, "name": "ORTHEZ", "geoid": null}, "notime": null, "date-ut": "1944-08-29 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "René", "family": "Benesis"}, "birth": {"date": "1944-08-29 07:00", "place": {"cy": "FR", "lg": -0.76667, "lat": 43.48333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "38"}}, "raw": {"H": "7", "MN": "0", "DAY": "29", "LAT": "43N29", "LON": "00W46", "MON": "8", "NUM": "38", "SEC": "0", "YEA": "1944", "NAME": "Benesis René"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-343"}}, "raw": {"L": "", "MF": "", "NR": "343", "ENG": "", "MA_": "0", "G_NR": "38", "MA12": "11", "MARS": "33", "NAME": "Benesis", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "10,100", "CSINR": "", "KURTZ": "", "PHAS_": "70,700", "STUND": "", "CFEPNR": "811", "EXTEND": "", "NATION": "FRA", "TAGMON": "29.08.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "29.08.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1944-08-29 07:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": 0.77, "lat": 43.49, "name": "ORTHEZ"}, "date-ut": "1944-08-29 05:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "810"}}, "raw": {"S": "11", "LT": "07 00", "LV": "I20", "TR": "f", "UT": "05 00", "LAT": "+43.49", "SRC": "L", "LONG": "+00.77", "NAME": "BENESIS Rene", "SPORT": "Rugby Union", "LOC_DATE": "1944 08 29", "UNIV_DATE": "1944 08 29", "BIRTH_PLACE": "ORTHEZ", "POSTAL_CODE": "64300"}, "date": "2023-08-20T14:46:12+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24223	bienes-rene-1923-08-02	{"cfepp-final3": "815"}	{"cfepp": "CF-815"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rene", "family": "BIENES", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1923-08-02 12:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": -1.44, "lat": 43.6, "name": "TOULOUSE", "geoid": null}, "notime": null, "date-ut": "1923-08-02 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Rene", "family": "BIENES"}, "birth": {"date": "1923-08-02 12:00", "place": {"c2": "31", "cy": "FR", "lg": -1.44, "lat": 43.6, "name": "TOULOUSE"}, "date-ut": "1923-08-02 11:00"}, "occus": ["rugby-union-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "815"}}, "raw": {"S": "3", "LT": "12 00", "LV": "I29", "TR": "f", "UT": "11 00", "LAT": "+43.60", "SRC": "AL", "LONG": "-01.44", "NAME": "BIENES Rene", "SPORT": "Rugby Union", "LOC_DATE": "1923 08 02", "UNIV_DATE": "1923 08 02", "BIRTH_PLACE": "TOULOUSE", "POSTAL_CODE": "31040 CEDEX"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24224	bonnus-firmin-1924-08-24	{"cfepp-final3": "819"}	{"cfepp": "CF-819"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Firmin", "family": "BONNUS", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1924-08-24 23:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": -5.94, "lat": 43.12, "name": "TOULON", "geoid": null}, "notime": null, "date-ut": "1924-08-24 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Firmin", "family": "BONNUS"}, "birth": {"date": "1924-08-24 23:00", "place": {"c2": "83", "cy": "FR", "lg": -5.94, "lat": 43.12, "name": "TOULON"}, "date-ut": "1924-08-24 22:00"}, "occus": ["rugby-union-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "819"}}, "raw": {"S": "2", "LT": "23 00", "LV": "I", "TR": "f", "UT": "22 00", "LAT": "+43.12", "SRC": "A", "LONG": "-05.94", "NAME": "BONNUS Firmin", "SPORT": "Rugby Union", "LOC_DATE": "1924 08 24", "UNIV_DATE": "1924 08 24", "BIRTH_PLACE": "TOULON", "POSTAL_CODE": "83056 CEDEX"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22808	bontemps-dominique-1946-05-27	{"3a_sports": "559", "cfepp-final3": "820"}	{"cfepp": "CF-820", "ertel": "ES-559"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dominique", "family": "Bontemps", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-05-27 02:00", "note": null, "place": {"c1": null, "c2": "17", "c3": "", "cy": "FR", "lg": 0.97, "lat": 45.94, "name": "ROCHEFORT", "geoid": null}, "notime": null, "date-ut": "1946-05-27 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Dominique", "family": "Bontemps"}, "birth": {"date": "1946-05-27", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "559", "ENG": "", "MA_": "1", "G_NR": "53", "MA12": "7", "MARS": "20", "NAME": "Bontemps", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,900", "CSINR": "", "KURTZ": "", "PHAS_": "20,800", "STUND": "", "CFEPNR": "821", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Dominique", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "27.05.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1946-05-27 02:00", "place": {"c2": "17", "c3": "", "cy": "FR", "lg": 0.97, "lat": 45.94, "name": "ROCHEFORT"}, "date-ut": "1946-05-27 01:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "820"}}, "raw": {"S": "7", "LT": "02 00", "LV": "I1", "TR": "f", "UT": "01 00", "LAT": "+45.94", "SRC": "L", "LONG": "+00.97", "NAME": "BONTEMPS Dominique", "SPORT": "Rugby Union", "LOC_DATE": "1946 05 27", "UNIV_DATE": "1946 05 27", "BIRTH_PLACE": "ROCHEFORT", "POSTAL_CODE": "17306 CEDEX"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22870	buonomo-yvan-1946-09-19	{"3a_sports": "724", "cfepp-final3": "829"}	{"cfepp": "CF-829", "ertel": "ES-724"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yvan", "family": "Buonomo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-09-19 04:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": -3.69, "lat": 43.4, "name": "SETE", "geoid": null}, "notime": null, "date-ut": "1946-09-19 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Yvan", "family": "Buonomo"}, "birth": {"date": "1946-09-19", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "724", "ENG": "", "MA_": "1", "G_NR": "78", "MA12": "10", "MARS": "30", "NAME": "Buonomo", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-11,30", "CSINR": "", "KURTZ": "", "PHAS_": "42,000", "STUND": "", "CFEPNR": "830", "EXTEND": "", "NATION": "FRA", "TAGMON": "19.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Yvan", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "19.09.1946", "GQBECORR": "d2", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1946-09-19 04:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": -3.69, "lat": 43.4, "name": "SETE"}, "date-ut": "1946-09-19 03:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "829"}}, "raw": {"S": "10", "LT": "04 00", "LV": "I3", "TR": "f", "UT": "03 00", "LAT": "+43.40", "SRC": "L", "LONG": "-03.69", "NAME": "BUONOMO Yvan", "SPORT": "Rugby Union", "LOC_DATE": "1946 09 19", "UNIV_DATE": "1946 09 19", "BIRTH_PLACE": "SETE", "POSTAL_CODE": "34207 CEDEX"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24225	burgel-yves-1948-10-15	{"cfepp-final3": "830"}	{"cfepp": "CF-830"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "BURGEL", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1948-10-15 00:30", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": -4.83, "lat": 45.75, "name": "LYON", "geoid": null}, "notime": null, "date-ut": "1948-10-14 23:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Yves", "family": "BURGEL"}, "birth": {"date": "1948-10-15 00:30", "place": {"c2": "69", "cy": "FR", "lg": -4.83, "lat": 45.75, "name": "LYON"}, "date-ut": "1948-10-14 23:30"}, "occus": ["rugby-union-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "830"}}, "raw": {"S": "9", "LT": "00 30", "LV": "I", "TR": "f", "UT": "23 30", "LAT": "+45.75", "SRC": "L", "LONG": "-04.83", "NAME": "BURGEL Yves", "SPORT": "Rugby Union", "LOC_DATE": "1948 10 15", "UNIV_DATE": "1948 10 14", "BIRTH_PLACE": "LYON", "POSTAL_CODE": "69205 CEDEX  01"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15872	camberabero-guy-1936-05-17	{"d6": "83", "3a_sports": "791", "cfepp-final3": "833"}	{"cfepp": "CF-833", "ertel": "ES-791", "lerrcp": "D6-83"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Camberabero", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1936-05-17 08:00", "note": null, "place": {"c1": null, "c2": "40", "c3": "", "cy": "FR", "lg": 1.34, "lat": 43.67, "name": "SAUBION", "geoid": null}, "notime": null, "date-ut": "1936-05-17 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Camberabero"}, "birth": {"date": "1936-05-17 08:00", "place": {"cy": "FR", "lg": -1.3, "lat": 49.65}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "83"}}, "raw": {"H": "8", "MN": "0", "DAY": "17", "LAT": "49N39", "LON": "01W18", "MON": "5", "NUM": "83", "SEC": "0", "YEA": "1936", "NAME": "Camberabero Guy"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-791"}}, "raw": {"L": "", "MF": "", "NR": "791", "ENG": "1", "MA_": "2", "G_NR": "83", "MA12": "1", "MARS": "3", "NAME": "Camberabero", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-10,30", "CSINR": "", "KURTZ": "", "PHAS_": "20,500", "STUND": "", "CFEPNR": "834", "EXTEND": "1", "NATION": "FRA", "TAGMON": "17.05.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Guy", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "17.05.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1936-05-17 08:00", "place": {"c2": "40", "c3": "", "cy": "FR", "lg": 1.34, "lat": 43.67, "name": "SAUBION"}, "date-ut": "1936-05-17 07:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "833"}}, "raw": {"S": "1", "LT": "08 00", "LV": "I14", "TR": "f", "UT": "07 00", "LAT": "+43.67", "SRC": "L", "LONG": "+01.34", "NAME": "CAMBERABERO Guy", "SPORT": "Rugby Union", "LOC_DATE": "1936 05 17", "UNIV_DATE": "1936 05 17", "BIRTH_PLACE": "SAUBION", "POSTAL_CODE": "40890"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15875	cantoni-jack-1948-05-11	{"d6": "86", "3a_sports": "813", "cfepp-final3": "837"}	{"cfepp": "CF-837", "ertel": "ES-813", "lerrcp": "D6-86"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jack", "family": "Cantoni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-05-11 02:00", "note": null, "place": {"c1": null, "c2": "81", "c3": "", "cy": "FR", "lg": -2.16, "lat": 44.05, "name": "CARMAUX", "geoid": null}, "notime": null, "date-ut": "1948-05-11 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Jack", "family": "Cantoni"}, "birth": {"date": "1948-05-11 02:00", "place": {"cy": "FR", "lg": 2.15, "lat": 44.05}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "86"}}, "raw": {"H": "2", "MN": "0", "DAY": "11", "LAT": "44N03", "LON": "02E09", "MON": "5", "NUM": "86", "SEC": "0", "YEA": "1948", "NAME": "Cantoni Jack"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-813"}}, "raw": {"L": "", "MF": "", "NR": "813", "ENG": "", "MA_": "1", "G_NR": "86", "MA12": "6", "MARS": "18", "NAME": "Cantoni", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "3,300", "CSINR": "", "KURTZ": "", "PHAS_": "4,300", "STUND": "", "CFEPNR": "838", "EXTEND": "", "NATION": "FRA", "TAGMON": "11.05.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jack", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "11.05.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1948-05-11 02:00", "place": {"c2": "81", "c3": "", "cy": "FR", "lg": -2.16, "lat": 44.05, "name": "CARMAUX"}, "date-ut": "1948-05-11 01:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "837"}}, "raw": {"S": "6", "LT": "02 00", "LV": "I11", "TR": "f", "UT": "01 00", "LAT": "+44.05", "SRC": "L", "LONG": "-02.16", "NAME": "CANTONI Jacques", "SPORT": "Rugby Union", "LOC_DATE": "1948 05 11", "UNIV_DATE": "1948 05 11", "BIRTH_PLACE": "CARMAUX", "POSTAL_CODE": "81400"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1853	camicas-fernand-1899-05-07	{"a1": "1854", "3a_sports": "798", "cfepp-final3": "835"}	{"cfepp": "CF-835", "cpara": "CP-95", "ertel": "ES-798", "lerrcp": "A1-1854"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Camicas", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1899-05-07 04:00", "note": null, "place": {"c1": null, "c2": "65", "c3": "", "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "notime": null, "date-ut": "1899-05-07 03:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Camicas"}, "birth": {"tzo": "+00:09:21", "date": "1899-05-07 04:00", "place": {"c2": "65", "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "date-ut": "1899-05-07 03:50:40"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1854"}, "ids-in-sources": {"a1": "1854"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "65", "COU": "F", "DAY": "7", "LAT": "43N14", "LON": "0E 5", "MON": "5", "NUM": "1854", "PRO": "C", "SEC": "40", "YEA": "1899", "CITY": "TARBES"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1899-05-07 04:00"}, "partial-ids": {"ertel": "ES-798"}}, "raw": {"L": "", "MF": "", "NR": "798", "ENG": "", "MA_": "0", "G_NR": "1854", "MA12": "8", "MARS": "24", "NAME": "Camicas", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,300", "CSINR": "", "KURTZ": "", "PHAS_": "8,900", "STUND": "4,00", "CFEPNR": "836", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.05.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "95", "VORNAME": "Fernand", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "07.05.1899", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1899-05-07 04:00", "place": {"c3": ""}, "date-ut": "1899-05-07 03:51"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "835"}}, "raw": {"S": "8", "LT": "04 00", "LV": "I10", "TR": "f", "UT": "03 51", "LAT": "+43.23", "SRC": "AL", "LONG": "-00.08", "NAME": "CAMICAS Fernand", "SPORT": "Rugby Union", "LOC_DATE": "1899 05 07", "UNIV_DATE": "1899 05 07", "BIRTH_PLACE": "TARBES", "POSTAL_CODE": "65013 CEDEX"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22943	cazenave-albert-1902-03-07	{"3a_sports": "926", "cfepp-final3": "842"}	{"cfepp": "CF-842", "ertel": "ES-926"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Cazenave", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1902-03-07 17:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": 0.26, "lat": 43.18, "name": "NAY BOURDETTES", "geoid": null}, "notime": null, "date-ut": "1902-03-07 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Albert", "family": "Cazenave"}, "birth": {"date": "1902-03-07", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "926", "ENG": "", "MA_": "0", "G_NR": "95", "MA12": "6", "MARS": "16", "NAME": "Cazenave", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-7,200", "CSINR": "", "KURTZ": "", "PHAS_": "11,200", "STUND": "", "CFEPNR": "843", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Albert", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "07.03.1902", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1902-03-07 17:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": 0.26, "lat": 43.18, "name": "NAY BOURDETTES"}, "date-ut": "1902-03-07 16:51"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "842"}}, "raw": {"S": "6", "LT": "17 00", "LV": "I5", "TR": "f", "UT": "16 51", "LAT": "+43.18", "SRC": "AL", "LONG": "+00.26", "NAME": "CAZENAVE Albert", "SPORT": "Rugby Union", "LOC_DATE": "1902 03 07", "UNIV_DATE": "1902 03 07", "BIRTH_PLACE": "NAY BOURDETTES", "POSTAL_CODE": "64800"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22944	cazenave-fernand-1924-11-26	{"3a_sports": "927", "cfepp-final3": "843"}	{"cfepp": "CF-843", "ertel": "ES-927"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Cazenave", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-11-26 04:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": 0.93, "lat": 43.47, "name": "SALIES DE BEARN", "geoid": null}, "notime": null, "date-ut": "1924-11-26 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Fernand", "family": "Cazenave"}, "birth": {"date": "1924-11-26", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "927", "ENG": "", "MA_": "0", "G_NR": "96", "MA12": "8", "MARS": "23", "NAME": "Cazenave", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-3,600", "CSINR": "", "KURTZ": "", "PHAS_": "1,000", "STUND": "", "CFEPNR": "844", "EXTEND": "", "NATION": "FRA", "TAGMON": "26.11.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Fernand", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "26.11.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1924-11-26 04:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": 0.93, "lat": 43.47, "name": "SALIES DE BEARN"}, "date-ut": "1924-11-26 04:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "843"}}, "raw": {"S": "8", "LT": "04 00", "LV": "I6", "TR": "f", "UT": "04 00", "LAT": "+43.47", "SRC": "AL", "LONG": "+00.93", "NAME": "CAZENAVE Fernand", "SPORT": "Rugby Union", "LOC_DATE": "1924 11 26", "UNIV_DATE": "1924 11 26", "BIRTH_PLACE": "SALIES DE BEARN", "POSTAL_CODE": "64270"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24226	celhay-maurice-1911-05-17	{"cfepp-final3": "845"}	{"cfepp": "CF-845"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "CELHAY", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1911-05-17 10:15", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": 1.03, "lat": 43.33, "name": "ST PALAIS", "geoid": null}, "notime": null, "date-ut": "1911-05-17 10:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "CELHAY"}, "birth": {"date": "1911-05-17 10:15", "place": {"c2": "64", "cy": "FR", "lg": 1.03, "lat": 43.33, "name": "ST PALAIS"}, "date-ut": "1911-05-17 10:15"}, "occus": ["rugby-union-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "845"}}, "raw": {"S": "5", "LT": "10 15", "LV": "I5", "TR": "f", "UT": "10 15", "LAT": "+43.33", "SRC": "A", "LONG": "+01.03", "NAME": "CELHAY Maurice", "SPORT": "Rugby Union", "LOC_DATE": "1911 05 17", "UNIV_DATE": "1911 05 17", "BIRTH_PLACE": "ST PALAIS", "POSTAL_CODE": "64120"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1870	crancee-roland-1932-09-24	{"a1": "1871", "3a_sports": "1155", "cfepp-final3": "849"}	{"cfepp": "CF-849", "ertel": "ES-1155", "lerrcp": "A1-1871"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roland", "family": "Crancee", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1932-09-24 22:00", "note": null, "place": {"c1": null, "c2": "55", "c3": "", "cy": "FR", "lg": 5.3979, "lat": 48.61081, "name": "Tréveray", "geoid": 2971747}, "notime": null, "date-ut": "1932-09-24 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Roland", "family": "Crancee"}, "birth": {"tzo": "+01:00", "date": "1932-09-24 22:00", "place": {"c2": "55", "cy": "FR", "lg": 5.3979, "lat": 48.61081, "name": "Tréveray", "geoid": 2971747}, "date-ut": "1932-09-24 21:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1871"}, "ids-in-sources": {"a1": "1871"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "55", "COU": "F", "DAY": "24", "LAT": "48N46", "LON": "5E10", "MON": "9", "NUM": "1871", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "TREVERAY"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-09-24 22:00"}, "partial-ids": {"ertel": "ES-1155"}}, "raw": {"L": "", "MF": "", "NR": "1155", "ENG": "", "MA_": "1", "G_NR": "1871", "MA12": "10", "MARS": "30", "NAME": "Crancee", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,900", "CSINR": "", "KURTZ": "", "PHAS_": "40,600", "STUND": "22,00", "CFEPNR": "850", "EXTEND": "", "NATION": "FRA", "TAGMON": "24.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Roland", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "24.09.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1932-09-24 22:00", "place": {"c3": ""}, "date-ut": "1932-09-24 21:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "849"}}, "raw": {"S": "10", "LT": "22 00", "LV": "I2", "TR": "f", "UT": "21 00", "LAT": "+48.61", "SRC": "L", "LONG": "-05.40", "NAME": "CRANCEE Roland", "SPORT": "Rugby Union", "LOC_DATE": "1932 09 24", "UNIV_DATE": "1932 09 24", "BIRTH_PLACE": "TREVERAY", "POSTAL_CODE": "55130"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1911	gregorio-jean-1935-12-09	{"a1": "1913", "3a_sports": "1954", "cfepp-final3": "853"}	{"cfepp": "CF-853", "cpara": "CP-215", "ertel": "ES-1954", "lerrcp": "A1-1913"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Gregorio", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1935-12-09 21:55", "note": null, "place": {"c1": null, "c2": "26", "c3": "", "cy": "FR", "lg": 5.06602, "lat": 45.0496, "name": "Romans-sur-Isère", "geoid": 2983011}, "notime": null, "date-ut": "1935-12-09 21:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Gregorio"}, "birth": {"tzo": "+00:00", "date": "1935-12-09 21:55", "place": {"c2": "26", "cy": "FR", "lg": 5.06602, "lat": 45.0496, "name": "Romans-sur-Isère", "geoid": 2983011}, "date-ut": "1935-12-09 21:55"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1913"}, "ids-in-sources": {"a1": "1913"}}, "raw": {"H": "21", "MN": "55", "TZ": "0", "COD": "26", "COU": "F", "DAY": "9", "LAT": "44N56", "LON": "4E54", "MON": "12", "NUM": "1913", "PRO": "C", "SEC": "0", "YEA": "1935", "CITY": "ROMANS-S/ISERE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1935-12-09 21:55"}, "partial-ids": {"ertel": "ES-1954"}}, "raw": {"L": "", "MF": "", "NR": "1954", "ENG": "", "MA_": "0", "G_NR": "1913", "MA12": "8", "MARS": "22", "NAME": "Gregorio", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,100", "CSINR": "", "KURTZ": "", "PHAS_": "98,300", "STUND": "21,92", "CFEPNR": "854", "EXTEND": "", "NATION": "FRA", "TAGMON": "09.12.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "215", "VORNAME": "Jean de", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "09.12.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1935-12-09 21:55", "place": {"c3": ""}, "date-ut": "1935-12-09 21:55"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "853"}}, "raw": {"S": "8", "LT": "21 55", "LV": "I22", "TR": "f", "UT": "21 55", "LAT": "+45.04", "SRC": "L", "LONG": "-05.05", "NAME": "DE GREGORIO Jean", "SPORT": "Rugby Union", "LOC_DATE": "1935 12 09", "UNIV_DATE": "1935 12 09", "BIRTH_PLACE": "ROMANS SUR ISERE", "POSTAL_CODE": "26102 CEDEX"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23043	de-gregorio-nicolas-1947-01-15	{"3a_sports": "1245", "cfepp-final3": "854"}	{"cfepp": "CF-854", "ertel": "ES-1245"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicolas", "family": "De Gregorio", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-01-15 11:30", "note": null, "place": {"c1": null, "c2": "26", "c3": "", "cy": "FR", "lg": -5.05, "lat": 45.04, "name": "ROMANS SUR ISERE", "geoid": null}, "notime": null, "date-ut": "1947-01-15 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Nicolas", "family": "De Gregorio"}, "birth": {"date": "1947-01-29", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1245", "ENG": "", "MA_": "0", "G_NR": "124", "MA12": "3", "MARS": "7", "NAME": "De Gregorio", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "10,000", "CSINR": "", "KURTZ": "", "PHAS_": "39,200", "STUND": "", "CFEPNR": "855", "EXTEND": "", "NATION": "FRA", "TAGMON": "29.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Nicolas", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "29.01.1947", "GQBECORR": "d2", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "de-gregorio-nicolas-1947-01-15", "birth": {"date": "1947-01-15 11:30", "place": {"c2": "26", "c3": "", "cy": "FR", "lg": -5.05, "lat": 45.04, "name": "ROMANS SUR ISERE"}, "date-ut": "1947-01-15 10:30"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "854"}}, "raw": {"S": "3", "LT": "11 30", "LV": "I", "TR": "f", "UT": "10 30", "LAT": "+45.04", "SRC": "L", "LONG": "-05.05", "NAME": "DE GREGORIO Nicolas", "SPORT": "Rugby Union", "LOC_DATE": "1947 01 15", "UNIV_DATE": "1947 01 15", "BIRTH_PLACE": "ROMANS SUR ISERE", "POSTAL_CODE": "26102 CEDEX"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23055	dehez-jean-louis-1944-05-06	{"3a_sports": "1313", "cfepp-final3": "856"}	{"cfepp": "CF-856", "ertel": "ES-1313"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Louis", "family": "Dehez", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1944-05-06 02:30", "note": null, "place": {"c1": null, "c2": "40", "c3": "", "cy": "FR", "lg": 0.5, "lat": 43.89, "name": "MONT DE MARSAN", "geoid": null}, "notime": null, "date-ut": "1944-05-06 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean Louis", "family": "Dehez"}, "birth": {"date": "1944-05-06", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1313", "ENG": "", "MA_": "1", "G_NR": "127", "MA12": "7", "MARS": "19", "NAME": "Dehez", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "5,300", "CSINR": "", "KURTZ": "", "PHAS_": "94,500", "STUND": "", "CFEPNR": "857", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean Louis", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "06.05.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1944-05-06 02:30", "place": {"c2": "40", "c3": "", "cy": "FR", "lg": 0.5, "lat": 43.89, "name": "MONT DE MARSAN"}, "date-ut": "1944-05-06 00:30"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "856"}}, "raw": {"S": "7", "LT": "02 30", "LV": "I2", "TR": "f", "UT": "00 30", "LAT": "+43.89", "SRC": "L", "LONG": "+00.50", "NAME": "DEHEZ Jean-Louis", "SPORT": "Rugby Union", "LOC_DATE": "1944 05 06", "UNIV_DATE": "1944 05 06", "BIRTH_PLACE": "MONT DE MARSAN", "POSTAL_CODE": "40011 CEDEX"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15937	duprat-bernard-1943-07-17	{"d6": "149", "3a_sports": "1499", "cfepp-final3": "866"}	{"cfepp": "CF-866", "ertel": "ES-1499", "lerrcp": "D6-149"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Duprat", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-07-17 16:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": 1.48, "lat": 43.49, "name": "BAYONNE", "geoid": null}, "notime": null, "date-ut": "1943-07-17 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Duprat"}, "birth": {"date": "1943-07-17 16:00", "place": {"cy": "FR", "lg": -1.46667, "lat": 43.5}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "149"}}, "raw": {"H": "16", "MN": "0", "DAY": "17", "LAT": "43N30", "LON": "01W28", "MON": "7", "NUM": "149", "SEC": "0", "YEA": "1943", "NAME": "Duprat Bernard"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-1499"}}, "raw": {"L": "", "MF": "", "NR": "1499", "ENG": "", "MA_": "1", "G_NR": "149", "MA12": "7", "MARS": "19", "NAME": "Duprat", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "3,000", "CSINR": "", "KURTZ": "", "PHAS_": "99,500", "STUND": "", "CFEPNR": "867", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.07.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bernard", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "17.07.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1943-07-17 16:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": 1.48, "lat": 43.49, "name": "BAYONNE"}, "date-ut": "1943-07-17 14:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "866"}}, "raw": {"S": "7", "LT": "16 00", "LV": "I15", "TR": "f", "UT": "14 00", "LAT": "+43.49", "SRC": "L", "LONG": "+01.48", "NAME": "DUPRAT Bernard", "SPORT": "Rugby Union", "LOC_DATE": "1943 07 17", "UNIV_DATE": "1943 07 17", "BIRTH_PLACE": "BAYONNE", "POSTAL_CODE": "64109 CEDEX"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1877	dedet-louis-1875-03-06	{"a1": "1878", "3a_sports": "1294", "cfepp-final3": "855"}	{"cfepp": "CF-855", "cpara": "CP-146", "ertel": "ES-1294", "lerrcp": "A1-1878"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Dedet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1875-03-06 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "6", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1875-03-06 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Dedet"}, "birth": {"tzo": "+00:09:24", "date": "1875-03-06 06:00", "place": {"c2": "75", "c3": "6", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1875-03-06 05:50:40"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1878"}, "ids-in-sources": {"a1": "1878"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "6", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "1878", "PRO": "C", "SEC": "40", "YEA": "1875", "CITY": "PARIS 6E"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1875-03-06 06:00"}, "partial-ids": {"ertel": "ES-1294"}}, "raw": {"L": "", "MF": "", "NR": "1294", "ENG": "1", "MA_": "2", "G_NR": "1878", "MA12": "4", "MARS": "10", "NAME": "Dedet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,600", "CSINR": "", "KURTZ": "", "PHAS_": "4,600", "STUND": "6,00", "CFEPNR": "856", "EXTEND": "1", "NATION": "FRA", "TAGMON": "06.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "146", "VORNAME": "Louis", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "06.03.1875", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:07+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1875-03-06 06:00", "place": {"c3": "6"}, "date-ut": "1875-03-06 05:51"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "855"}}, "raw": {"S": "4", "LT": "06 00", "LV": "I", "TR": "f", "UT": "05 51", "LAT": "+48.86", "SRC": "AL", "LONG": "-02.34", "NAME": "DEDET Louis", "SPORT": "Rugby Union", "LOC_DATE": "1875 03 06", "UNIV_DATE": "1875 03 06", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75006"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1968	pomathios-michel-1924-03-18	{"a1": "1970", "e1": "1682", "3a_sports": "3341", "cfepp-final3": "929"}	{"cfepp": "CF-929", "cpara": "CP-351", "ertel": "ES-3341", "lerrcp": "A1-1970"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Pomathios", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1924-03-18 11:30", "note": null, "place": {"c1": null, "c2": "01", "c3": "", "cy": "FR", "lg": 5.2258, "lat": 46.20574, "name": "Bourg-en-Bresse", "geoid": 3031009}, "notime": null, "date-ut": "1924-03-18 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player", "executive"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Pomathios"}, "birth": {"tzo": "+00:00", "date": "1924-03-18 11:30", "place": {"c2": "01", "cy": "FR", "lg": 5.2258, "lat": 46.20574, "name": "Bourg-en-Bresse", "geoid": 3031009}, "date-ut": "1924-03-18 11:30"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1970"}, "ids-in-sources": {"a1": "1970"}}, "raw": {"H": "11", "MN": "30", "TZ": "0", "COD": "01", "COU": "F", "DAY": "18", "LAT": "46N12", "LON": "5E13", "MON": "3", "NUM": "1970", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "BOURG-EN-BRESSE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"occus": ["executive"], "ids-in-sources": {"e1": "1682"}}, "raw": {"H": "11:30", "COD": "01", "DAY": "18", "MON": "03", "NUM": "1682", "PRO": "EX", "YEA": "1924", "CITY": "Bourg en Bresse", "NAME": "POMATHIOS Michel", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-03-18 11:30"}, "partial-ids": {"ertel": "ES-3341"}}, "raw": {"L": "", "MF": "", "NR": "3341", "ENG": "", "MA_": "1", "G_NR": "1970", "MA12": "7", "MARS": "19", "NAME": "Pomathios", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,500", "CSINR": "", "KURTZ": "", "PHAS_": "87,900", "STUND": "11,50", "CFEPNR": "929", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.03.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "351", "VORNAME": "Michel", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "18.03.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1924-03-18 11:30", "place": {"c3": ""}, "date-ut": "1924-03-18 11:30"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "929"}}, "raw": {"S": "7", "LT": "11 30", "LV": "I24", "TR": "f", "UT": "11 30", "LAT": "+46.20", "SRC": "AL", "LONG": "-05.22", "NAME": "POMATHIOS Michel", "SPORT": "Rugby Union", "LOC_DATE": "1924 03 18", "UNIV_DATE": "1924 03 18", "BIRTH_PLACE": "BOURG EN BRESSE", "POSTAL_CODE": "01012 CEDEX"}, "date": "2023-08-20T14:46:15+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1880	desclaux-francis-1926-02-09	{"a1": "1881", "g55": "03-385", "3a_sports": "1370", "cfepp-final3": "857"}	{"g55": "03-385", "cfepp": "CF-857", "ertel": "ES-1370", "lerrcp": "A1-1881"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Desclaux", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1926-02-09 07:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "notime": null, "date-ut": "1926-02-09 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Francis", "family": "Desclaux"}, "birth": {"tzo": "+00:00", "date": "1926-02-09 07:00", "place": {"c2": "66", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "date-ut": "1926-02-09 07:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1881"}, "ids-in-sources": {"a1": "1881"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "66", "COU": "F", "DAY": "9", "LAT": "42N42", "LON": "2E55", "MON": "2", "NUM": "1881", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "PERPIGNAN"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-02-09 07:00"}, "partial-ids": {"ertel": "ES-1370"}}, "raw": {"L": "", "MF": "", "NR": "1370", "ENG": "", "MA_": "1", "G_NR": "1881", "MA12": "2", "MARS": "6", "NAME": "Desclaux", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,700", "CSINR": "", "KURTZ": "", "PHAS_": "19,200", "STUND": "7,00", "CFEPNR": "858", "EXTEND": "", "NATION": "FRA", "TAGMON": "09.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Francis", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "09.02.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:09+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1926-02-09 07:00", "place": {"c3": ""}, "date-ut": "1926-02-09 07:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "857"}}, "raw": {"S": "2", "LT": "07 00", "LV": "I", "TR": "f", "UT": "07 00", "LAT": "+42.70", "SRC": "AG", "LONG": "-02.89", "NAME": "DESCLAUX Francis", "SPORT": "Rugby Union", "LOC_DATE": "1926 02 09", "UNIV_DATE": "1926 02 09", "BIRTH_PLACE": "PERPIGNAN", "POSTAL_CODE": "66020 CEDEX"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-385"}, "ids-in-source": {"g55": "03-385"}}, "raw": {"DAY": "9-2-1926", "HOUR": "7 h.", "NAME": "DESCLAUX Francis", "PLACE": "Perpignan (Pyrénées-Orientales)."}, "date": "2023-08-20T14:48:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
23123	dutin-bernard-1944-12-09	{"3a_sports": "1514", "cfepp-final3": "868"}	{"cfepp": "CF-868", "ertel": "ES-1514"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Dutin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1944-12-09 10:40", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": -6.33, "lat": 45.88, "name": "THONES", "geoid": null}, "notime": null, "date-ut": "1944-12-09 09:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bernard", "family": "Dutin"}, "birth": {"date": "1944-12-09", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1514", "ENG": "", "MA_": "0", "G_NR": "152", "MA12": "3", "MARS": "7", "NAME": "Dutin", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,300", "CSINR": "", "KURTZ": "", "PHAS_": "37,300", "STUND": "", "CFEPNR": "869", "EXTEND": "", "NATION": "FRA", "TAGMON": "09.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Bernard", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "09.12.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1944-12-09 10:40", "place": {"c2": "74", "c3": "", "cy": "FR", "lg": -6.33, "lat": 45.88, "name": "THONES"}, "date-ut": "1944-12-09 09:40"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "868"}}, "raw": {"S": "3", "LT": "10 40", "LV": "I4", "TR": "f", "UT": "09 40", "LAT": "+45.88", "SRC": "L", "LONG": "-06.33", "NAME": "DUTIN Bernard", "SPORT": "Rugby Union", "LOC_DATE": "1944 12 09", "UNIV_DATE": "1944 12 09", "BIRTH_PLACE": "THONES", "POSTAL_CODE": "74230"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24227	esponda-jean-michel-1946-04-24	{"cfepp-final3": "869"}	{"cfepp": "CF-869"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Michel", "family": "ESPONDA", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1946-04-24 10:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": 1.77, "lat": 43.36, "name": "HENDAYE", "geoid": null}, "notime": null, "date-ut": "1946-04-24 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Jean-Michel", "family": "ESPONDA"}, "birth": {"date": "1946-04-24 10:00", "place": {"c2": "64", "cy": "FR", "lg": 1.77, "lat": 43.36, "name": "HENDAYE"}, "date-ut": "1946-04-24 09:00"}, "occus": ["rugby-union-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "869"}}, "raw": {"S": "11", "LT": "10 00", "LV": "I10", "TR": "f", "UT": "09 00", "LAT": "+43.36", "SRC": "L", "LONG": "+01.77", "NAME": "ESPONDA Jean-Michel", "SPORT": "Rugby Union", "LOC_DATE": "1946 04 24", "UNIV_DATE": "1946 04 24", "BIRTH_PLACE": "HENDAYE", "POSTAL_CODE": "64700"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23140	etcheverry-marc-1942-08-23	{"3a_sports": "1558", "cfepp-final3": "871"}	{"cfepp": "CF-871", "ertel": "ES-1558"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marc", "family": "Etcheverry", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-08-23 23:30", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": 0.37, "lat": 43.3, "name": "PAU", "geoid": null}, "notime": null, "date-ut": "1942-08-23 21:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Marc", "family": "Etcheverry"}, "birth": {"date": "1942-08-23", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1558", "ENG": "", "MA_": "0", "G_NR": "158", "MA12": "8", "MARS": "22", "NAME": "Etcheverry", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "9,000", "CSINR": "", "KURTZ": "", "PHAS_": "86,700", "STUND": "", "CFEPNR": "872", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Marc", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "23.08.1942", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1942-08-23 23:30", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": 0.37, "lat": 43.3, "name": "PAU"}, "date-ut": "1942-08-23 21:30"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "871"}}, "raw": {"S": "8", "LT": "23 30", "LV": "I2", "TR": "f", "UT": "21 30", "LAT": "+43.30", "SRC": "L", "LONG": "+00.37", "NAME": "ETCHEVERRY Marc", "SPORT": "Rugby Union", "LOC_DATE": "1942 08 23", "UNIV_DATE": "1942 08 23", "BIRTH_PLACE": "PAU", "POSTAL_CODE": "64015 CEDEX"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24228	ferrien-roger-1924-11-09	{"cfepp-final3": "872"}	{"cfepp": "CF-872"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "FERRIEN", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1924-11-09 22:00", "note": null, "place": {"c1": null, "c2": "32", "c3": null, "cy": "FR", "lg": 0.09, "lat": 43.66, "name": "RISCLE", "geoid": null}, "notime": null, "date-ut": "1924-11-09 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Roger", "family": "FERRIEN"}, "birth": {"date": "1924-11-09 22:00", "place": {"c2": "32", "cy": "FR", "lg": 0.09, "lat": 43.66, "name": "RISCLE"}, "date-ut": "1924-11-09 22:00"}, "occus": ["rugby-union-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "872"}}, "raw": {"S": "5", "LT": "22 00", "LV": "I4", "TR": "f", "UT": "22 00", "LAT": "+43.66", "SRC": "A", "LONG": "+00.09", "NAME": "FERRIEN Roger", "SPORT": "Rugby Union", "LOC_DATE": "1924 11 09", "UNIV_DATE": "1924 11 09", "BIRTH_PLACE": "RISCLE", "POSTAL_CODE": "32400"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16024	laforgue-ingrid-1948-11-05	{"d6": "237", "3a_sports": "2328", "cfepp-final3": "986"}	{"cfepp": "CF-986", "ertel": "ES-2328", "lerrcp": "D6-237"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ingrid", "family": "Laforgue", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1948-11-05 14:45", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": -0.59, "lat": 42.79, "name": "BAGNERES DE LUCHON", "geoid": null}, "notime": null, "date-ut": "1948-11-05 13:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"name": {"given": "Ingrid", "family": "Laforgue"}, "birth": {"date": "1948-11-05 14:45", "place": {"cy": "FR", "lg": 0.58333, "lat": 42.8}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "237"}}, "raw": {"H": "14", "MN": "45", "DAY": "5", "LAT": "42N48", "LON": "00E35", "MON": "11", "NUM": "237", "SEC": "0", "YEA": "1948", "NAME": "Laforgue Ingrid"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "F", "occus": ["skier"], "partial-ids": {"ertel": "ES-2328"}}, "raw": {"L": "", "MF": "F", "NR": "2328", "ENG": "0", "MA_": "2", "G_NR": "237", "MA12": "3", "MARS": "9", "NAME": "Laforgue", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "7,100", "CSINR": "", "KURTZ": "", "PHAS_": "16,500", "STUND": "", "CFEPNR": "986", "EXTEND": "1", "NATION": "FRA", "TAGMON": "05.11.", "ZITATE": "DMS", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Ingrid", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "05.11.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1948-11-05 14:45", "place": {"c2": "31", "c3": "", "cy": "FR", "lg": -0.59, "lat": 42.79, "name": "BAGNERES DE LUCHON"}, "date-ut": "1948-11-05 13:45"}, "occus": ["skier"], "ids-in-sources": {"cfepp-final3": "986"}}, "raw": {"S": "3", "LT": "14 45", "LV": "M", "TR": "f", "UT": "13 45", "LAT": "+42.79", "SRC": "L", "LONG": "-00.59", "NAME": "LAFFORGUE Ingrid", "SPORT": "Skiing", "LOC_DATE": "1948 11 05", "UNIV_DATE": "1948 11 05", "BIRTH_PLACE": "BAGNERES DE LUCHON", "POSTAL_CODE": "31110"}, "date": "2023-08-20T14:46:16+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23176	fite-roger-1938-10-13	{"3a_sports": "1647", "cfepp-final3": "873"}	{"cfepp": "CF-873", "ertel": "ES-1647"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Fite", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1938-10-13 05:30", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": -3.12, "lat": 43.55, "name": "CABREROLLES", "geoid": null}, "notime": null, "date-ut": "1938-10-13 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Roger", "family": "Fite"}, "birth": {"date": "1938-10-13", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1647", "ENG": "1", "MA_": "2", "G_NR": "172", "MA12": "1", "MARS": "3", "NAME": "Fite", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-7,000", "CSINR": "", "KURTZ": "", "PHAS_": "85,100", "STUND": "", "CFEPNR": "874", "EXTEND": "1", "NATION": "FRA", "TAGMON": "13.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "13.10.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1938-10-13 05:30", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": -3.12, "lat": 43.55, "name": "CABREROLLES"}, "date-ut": "1938-10-13 05:30"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "873"}}, "raw": {"S": "1", "LT": "05 30", "LV": "I2", "TR": "f", "UT": "05 30", "LAT": "+43.55", "SRC": "L", "LONG": "-03.12", "NAME": "FITE Roger", "SPORT": "Rugby Union", "LOC_DATE": "1938 10 13", "UNIV_DATE": "1938 10 13", "BIRTH_PLACE": "CABREROLLES", "POSTAL_CODE": "34480"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23241	gensane-roger-1934-02-04	{"3a_sports": "1821", "cfepp-final3": "877"}	{"cfepp": "CF-877", "ertel": "ES-1821"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Gensane", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-02-04 07:00", "note": null, "place": {"c1": null, "c2": "12", "c3": "", "cy": "FR", "lg": -3.07, "lat": 44.32, "name": "SEVERAC LE CHATEAU", "geoid": null}, "notime": null, "date-ut": "1934-02-04 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Roger", "family": "Gensane"}, "birth": {"date": "1934-02-04", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1821", "ENG": "", "MA_": "1", "G_NR": "189", "MA12": "12", "MARS": "35", "NAME": "Gensane", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-6,900", "CSINR": "", "KURTZ": "", "PHAS_": "83,000", "STUND": "", "CFEPNR": "878", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "04.02.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1934-02-04 07:00", "place": {"c2": "12", "c3": "", "cy": "FR", "lg": -3.07, "lat": 44.32, "name": "SEVERAC LE CHATEAU"}, "date-ut": "1934-02-04 07:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "877"}}, "raw": {"S": "12", "LT": "07 00", "LV": "I7", "TR": "f", "UT": "07 00", "LAT": "+44.32", "SRC": "L", "LONG": "-03.07", "NAME": "GENSANNE Roger", "SPORT": "Rugby Union", "LOC_DATE": "1934 02 04", "UNIV_DATE": "1934 02 04", "BIRTH_PLACE": "SEVERAC LE CHATEAU", "POSTAL_CODE": "12150"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23248	gesta-lavit-francois-1940-09-16	{"3a_sports": "1838", "cfepp-final3": "879"}	{"cfepp": "CF-879", "ertel": "ES-1838"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francois", "family": "Gesta-Lavit", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-09-16 11:30", "note": null, "place": {"c1": null, "c2": "65", "c3": "", "cy": "FR", "lg": 0.04, "lat": 43.1, "name": "LOURDES", "geoid": null}, "notime": null, "date-ut": "1940-09-16 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Francois", "family": "Gesta-Lavit"}, "birth": {"date": "1940-09-16", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1838", "ENG": "", "MA_": "0", "G_NR": "191", "MA12": "3", "MARS": "7", "NAME": "Gesta-Lavit", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "2,000", "CSINR": "", "KURTZ": "", "PHAS_": "99,600", "STUND": "", "CFEPNR": "880", "EXTEND": "", "NATION": "FRA", "TAGMON": "16.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Francois", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "16.09.1940", "GQBECORR": "d2", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1940-09-16 11:30", "place": {"c2": "65", "c3": "", "cy": "FR", "lg": 0.04, "lat": 43.1, "name": "LOURDES"}, "date-ut": "1940-09-16 10:30"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "879"}}, "raw": {"S": "3", "LT": "11 30", "LV": "I", "TR": "f", "UT": "10 30", "LAT": "+43.10", "SRC": "L", "LONG": "+00.04", "NAME": "GESTA-LAVIT Francois", "SPORT": "Rugby Union", "LOC_DATE": "1940 09 16", "UNIV_DATE": "1940 09 16", "BIRTH_PLACE": "LOURDES", "POSTAL_CODE": "65100"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24239	martin-legeay-1906-10-20	{"cfepp-final3": "1038"}	{"cfepp": "CF-1038"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "MARTIN-LEGEAY", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1906-10-20 14:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "17", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1906-10-20 14:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "", "family": "MARTIN-LEGEAY"}, "birth": {"date": "1906-10-20 14:30", "place": {"c2": "75", "c3": "17", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1906-10-20 14:21"}, "occus": ["tennis-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "1038"}}, "raw": {"S": "6", "LT": "14 30", "LV": "I", "TR": "f", "UT": "14 21", "LAT": "+48.86", "SRC": "A", "LONG": "-02.34", "NAME": "MARTIN-LEGEAY", "SPORT": "Tennis", "LOC_DATE": "1906 10 20", "UNIV_DATE": "1906 10 20", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75017"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23283	greffe-michel-1940-10-27	{"3a_sports": "1950", "cfepp-final3": "883"}	{"cfepp": "CF-883", "ertel": "ES-1950"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Greffe", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-10-27 02:00", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": -4.83, "lat": 45.75, "name": "LYON", "geoid": null}, "notime": null, "date-ut": "1940-10-27 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Michel", "family": "Greffe"}, "birth": {"date": "1940-10-27", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1950", "ENG": "", "MA_": "1", "G_NR": "197", "MA12": "10", "MARS": "30", "NAME": "Greffe", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-10,20", "CSINR": "", "KURTZ": "", "PHAS_": "21,100", "STUND": "", "CFEPNR": "884", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "27.10.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1940-10-27 02:00", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": -4.83, "lat": 45.75, "name": "LYON"}, "date-ut": "1940-10-27 01:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "883"}}, "raw": {"S": "11", "LT": "02 00", "LV": "I5", "TR": "f", "UT": "01 00", "LAT": "+45.75", "SRC": "L", "LONG": "-04.83", "NAME": "GREFFE Michel", "SPORT": "Rugby Union", "LOC_DATE": "1940 10 27", "UNIV_DATE": "1940 10 27", "BIRTH_PLACE": "LYON", "POSTAL_CODE": "69205 CEDEX  01"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23323	halcaren-raymond-1944-05-28	{"3a_sports": "2046", "cfepp-final3": "884"}	{"cfepp": "CF-884", "ertel": "ES-2046"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Halcaren", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1944-05-28 15:00", "note": null, "place": {"c1": null, "c2": "65", "c3": "", "cy": "FR", "lg": -0.08, "lat": 43.23, "name": "TARBES", "geoid": null}, "notime": null, "date-ut": "1944-05-28 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Raymond", "family": "Halcaren"}, "birth": {"date": "1944-05-28", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2046", "ENG": "", "MA_": "1", "G_NR": "214", "MA12": "2", "MARS": "6", "NAME": "Halcaren", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "8,600", "CSINR": "", "KURTZ": "", "PHAS_": "31,400", "STUND": "", "CFEPNR": "885", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Raymond", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "28.05.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1944-05-28 15:00", "place": {"c2": "65", "c3": "", "cy": "FR", "lg": -0.08, "lat": 43.23, "name": "TARBES"}, "date-ut": "1944-05-28 13:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "884"}}, "raw": {"S": "2", "LT": "15 00", "LV": "I1", "TR": "f", "UT": "13 00", "LAT": "+43.23", "SRC": "L", "LONG": "-00.08", "NAME": "HALCAREN Raymond", "SPORT": "Rugby Union", "LOC_DATE": "1944 05 28", "UNIV_DATE": "1944 05 28", "BIRTH_PLACE": "TARBES", "POSTAL_CODE": "65013 CEDEX"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23328	hauser-michel-1945-07-10	{"3a_sports": "2076", "cfepp-final3": "885"}	{"cfepp": "CF-885", "ertel": "ES-2076"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Hauser", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1945-07-10 16:00", "note": null, "place": {"c1": null, "c2": "65", "c3": "", "cy": "FR", "lg": 0.04, "lat": 43.1, "name": "LOURDES", "geoid": null}, "notime": null, "date-ut": "1945-07-10 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Michel", "family": "Hauser"}, "birth": {"date": "1945-07-10", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2076", "ENG": "", "MA_": "0", "G_NR": "215", "MA12": "6", "MARS": "17", "NAME": "Hauser", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-0,200", "CSINR": "", "KURTZ": "", "PHAS_": "0,200", "STUND": "", "CFEPNR": "886", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "10.07.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1945-07-10 16:00", "place": {"c2": "65", "c3": "", "cy": "FR", "lg": 0.04, "lat": 43.1, "name": "LOURDES"}, "date-ut": "1945-07-10 14:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "885"}}, "raw": {"S": "6", "LT": "16 00", "LV": "I1", "TR": "f", "UT": "14 00", "LAT": "+43.10", "SRC": "L", "LONG": "+00.04", "NAME": "HAUSER Michel", "SPORT": "Rugby Union", "LOC_DATE": "1945 07 10", "UNIV_DATE": "1945 07 10", "BIRTH_PLACE": "LOURDES", "POSTAL_CODE": "65100"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23341	herrero-daniel-1948-06-19	{"3a_sports": "2117", "cfepp-final3": "887"}	{"cfepp": "CF-887", "ertel": "ES-2117"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "Herrero", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-06-19 15:45", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": -3.04, "lat": 43.37, "name": "PUISSERGUIER", "geoid": null}, "notime": null, "date-ut": "1948-06-19 14:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Daniel", "family": "Herrero"}, "birth": {"date": "1948-06-19", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2117", "ENG": "", "MA_": "1", "G_NR": "218", "MA12": "2", "MARS": "6", "NAME": "Herrero", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "6,200", "CSINR": "", "KURTZ": "", "PHAS_": "93,300", "STUND": "", "CFEPNR": "888", "EXTEND": "", "NATION": "FRA", "TAGMON": "19.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Daniel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "19.06.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1948-06-19 15:45", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": -3.04, "lat": 43.37, "name": "PUISSERGUIER"}, "date-ut": "1948-06-19 14:45"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "887"}}, "raw": {"S": "2", "LT": "15 45", "LV": "I", "TR": "f", "UT": "14 45", "LAT": "+43.37", "SRC": "L", "LONG": "-03.04", "NAME": "HERRERO Daniel", "SPORT": "Rugby Union", "LOC_DATE": "1948 06 19", "UNIV_DATE": "1948 06 19", "BIRTH_PLACE": "PUISSERGUIER", "POSTAL_CODE": "34620"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23361	iharassary-henri-1946-05-28	{"3a_sports": "2176", "cfepp-final3": "888"}	{"cfepp": "CF-888", "ertel": "ES-2176"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Iharassary", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-05-28 23:55", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": 1.56, "lat": 43.48, "name": "BIARRITZ", "geoid": null}, "notime": null, "date-ut": "1946-05-28 22:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Henri", "family": "Iharassary"}, "birth": {"date": "1946-05-28", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2176", "ENG": "", "MA_": "0", "G_NR": "226", "MA12": "6", "MARS": "17", "NAME": "Iharassary", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-8,700", "CSINR": "", "KURTZ": "", "PHAS_": "12,100", "STUND": "", "CFEPNR": "889", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "28.05.1946", "GQBECORR": "d2", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1946-05-28 23:55", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": 1.56, "lat": 43.48, "name": "BIARRITZ"}, "date-ut": "1946-05-28 22:55"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "888"}}, "raw": {"S": "6", "LT": "23 55", "LV": "I", "TR": "f", "UT": "22 55", "LAT": "+43.48", "SRC": "L", "LONG": "+01.56", "NAME": "IHARASSARY Henri", "SPORT": "Rugby Union", "LOC_DATE": "1946 05 28", "UNIV_DATE": "1946 05 28", "BIRTH_PLACE": "BIARRITZ", "POSTAL_CODE": "64200"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23397	laborde-claude-1940-08-25	{"3a_sports": "2305", "cfepp-final3": "895"}	{"cfepp": "CF-895", "ertel": "ES-2305"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Laborde", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-08-25 20:30", "note": null, "place": {"c1": null, "c2": "40", "c3": "", "cy": "FR", "lg": 1.11, "lat": 43.55, "name": "PEYREHORADE", "geoid": null}, "notime": null, "date-ut": "1940-08-25 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Claude", "family": "Laborde"}, "birth": {"date": "1940-08-25", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2305", "ENG": "", "MA_": "1", "G_NR": "236", "MA12": "6", "MARS": "18", "NAME": "Laborde", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,000", "CSINR": "", "KURTZ": "", "PHAS_": "61,300", "STUND": "", "CFEPNR": "896", "EXTEND": "", "NATION": "FRA", "TAGMON": "25.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Claude", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "25.08.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1940-08-25 20:30", "place": {"c2": "40", "c3": "", "cy": "FR", "lg": 1.11, "lat": 43.55, "name": "PEYREHORADE"}, "date-ut": "1940-08-25 18:30"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "895"}}, "raw": {"S": "6", "LT": "20 30", "LV": "I5", "TR": "o", "UT": "18 30", "LAT": "+43.55", "SRC": "L", "LONG": "+01.11", "NAME": "LABORDE Claude", "SPORT": "Rugby Union", "LOC_DATE": "1940 08 25", "UNIV_DATE": "1940 08 25", "BIRTH_PLACE": "PEYREHORADE", "POSTAL_CODE": "40300"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24229	lassaossa-paul-1927-07-13	{"cfepp-final3": "898"}	{"cfepp": "CF-898"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "LASSAOSSA", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1927-07-13 21:00", "note": null, "place": {"c1": null, "c2": "40", "c3": null, "cy": "FR", "lg": 1.05, "lat": 43.71, "name": "DAX", "geoid": null}, "notime": null, "date-ut": "1927-07-13 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Paul", "family": "LASSAOSSA"}, "birth": {"date": "1927-07-13 21:00", "place": {"c2": "40", "cy": "FR", "lg": 1.05, "lat": 43.71, "name": "DAX"}, "date-ut": "1927-07-13 20:00"}, "occus": ["rugby-union-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "898"}}, "raw": {"S": "6", "LT": "21 00", "LV": "I", "TR": "f", "UT": "20 00", "LAT": "+43.71", "SRC": "A", "LONG": "+01.05", "NAME": "LASSAOSSA Paul", "SPORT": "Rugby Union", "LOC_DATE": "1927 07 13", "UNIV_DATE": "1927 07 13", "BIRTH_PLACE": "DAX", "POSTAL_CODE": "40106 CEDEX"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24230	lauga-pierre-1922-01-17	{"cfepp-final3": "900"}	{"cfepp": "CF-900"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "LAUGA", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1922-01-17 23:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": 0.66, "lat": 43.29, "name": "LUCQ DE BEARN", "geoid": null}, "notime": null, "date-ut": "1922-01-17 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "LAUGA"}, "birth": {"date": "1922-01-17 23:00", "place": {"c2": "64", "cy": "FR", "lg": 0.66, "lat": 43.29, "name": "LUCQ DE BEARN"}, "date-ut": "1922-01-17 23:00"}, "occus": ["rugby-union-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "900"}}, "raw": {"S": "11", "LT": "23 00", "LV": "I", "TR": "f", "UT": "23 00", "LAT": "+43.29", "SRC": "A", "LONG": "+00.66", "NAME": "LAUGA Pierre", "SPORT": "Rugby Union", "LOC_DATE": "1922 01 17", "UNIV_DATE": "1922 01 17", "BIRTH_PLACE": "LUCQ DE BEARN", "POSTAL_CODE": "64360"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23418	laurent-marcel-1909-04-17	{"3a_sports": "2383", "cfepp-final3": "901"}	{"cfepp": "CF-901", "ertel": "ES-2383"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Laurent", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1909-04-17 03:00", "note": null, "place": {"c1": null, "c2": "32", "c3": "", "cy": "FR", "lg": -0.59, "lat": 43.65, "name": "AUCH", "geoid": null}, "notime": null, "date-ut": "1909-04-17 02:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Marcel", "family": "Laurent"}, "birth": {"date": "1909-04-17", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2383", "ENG": "1", "MA_": "2", "G_NR": "242", "MA12": "1", "MARS": "2", "NAME": "Laurent", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "14,800", "STUND": "", "CFEPNR": "765", "EXTEND": "1", "NATION": "FRA", "TAGMON": "17.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "17.04.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1909-04-17 03:00", "place": {"c2": "32", "c3": "", "cy": "FR", "lg": -0.59, "lat": 43.65, "name": "AUCH"}, "date-ut": "1909-04-17 02:51"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "901"}}, "raw": {"S": "1", "LT": "03 00", "LV": "I5", "TR": "f", "UT": "02 51", "LAT": "+43.65", "SRC": "L", "LONG": "-00.59", "NAME": "LAURENT Marcel", "SPORT": "Rugby Union", "LOC_DATE": "1909 04 17", "UNIV_DATE": "1909 04 17", "BIRTH_PLACE": "AUCH", "POSTAL_CODE": "32007 CEDEX"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24231	lavergne-pierre-1922-03-18	{"cfepp-final3": "902"}	{"cfepp": "CF-902"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "LAVERGNE", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1922-03-18 16:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": 1.68, "lat": 43.38, "name": "CIBOURE", "geoid": null}, "notime": null, "date-ut": "1922-03-18 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "LAVERGNE"}, "birth": {"date": "1922-03-18 16:00", "place": {"c2": "64", "cy": "FR", "lg": 1.68, "lat": 43.38, "name": "CIBOURE"}, "date-ut": "1922-03-18 16:00"}, "occus": ["rugby-union-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "902"}}, "raw": {"S": "9", "LT": "16 00", "LV": "I", "TR": "f", "UT": "16 00", "LAT": "+43.38", "SRC": "A", "LONG": "+01.68", "NAME": "LAVERGNE Pierre", "SPORT": "Rugby Union", "LOC_DATE": "1922 03 18", "UNIV_DATE": "1922 03 18", "BIRTH_PLACE": "CIBOURE", "POSTAL_CODE": "64500"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23422	le-droff-jean-1939-06-22	{"3a_sports": "2395", "cfepp-final3": "903"}	{"cfepp": "CF-903", "ertel": "ES-2395"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Le Droff", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1939-06-22 18:00", "note": null, "place": {"c1": null, "c2": "32", "c3": "", "cy": "FR", "lg": -0.46, "lat": 43.69, "name": "ORDAN LARROQUE", "geoid": null}, "notime": null, "date-ut": "1939-06-22 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean", "family": "Le Droff"}, "birth": {"date": "1939-06-22", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2395", "ENG": "", "MA_": "1", "G_NR": "244", "MA12": "10", "MARS": "30", "NAME": "Le Droff", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "9,600", "CSINR": "", "KURTZ": "", "PHAS_": "25,900", "STUND": "", "CFEPNR": "903", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "22.06.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1939-06-22 18:00", "place": {"c2": "32", "c3": "", "cy": "FR", "lg": -0.46, "lat": 43.69, "name": "ORDAN LARROQUE"}, "date-ut": "1939-06-22 17:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "903"}}, "raw": {"S": "10", "LT": "18 00", "LV": "I5", "TR": "f", "UT": "17 00", "LAT": "+43.69", "SRC": "L", "LONG": "-00.46", "NAME": "LE DROFF Jean", "SPORT": "Rugby Union", "LOC_DATE": "1939 06 22", "UNIV_DATE": "1939 06 22", "BIRTH_PLACE": "ORDAN LARROQUE", "POSTAL_CODE": "32350"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16039	lira-maurice-1941-04-30	{"d6": "252", "3a_sports": "2497", "cfepp-final3": "904"}	{"cfepp": "CF-904", "ertel": "ES-2497", "lerrcp": "D6-252"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Lira", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-04-30 03:00", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": -5.79, "lat": 44.91, "name": "LA MURE D'ISERE", "geoid": null}, "notime": null, "date-ut": "1941-04-30 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Lira"}, "birth": {"date": "1941-04-30 03:00", "place": {"cy": "FR", "lg": 5.78333, "lat": 44.88333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "252"}}, "raw": {"H": "3", "MN": "0", "DAY": "30", "LAT": "44N53", "LON": "05E47", "MON": "4", "NUM": "252", "SEC": "0", "YEA": "1941", "NAME": "Lira Maurice"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-2497"}}, "raw": {"L": "", "MF": "", "NR": "2497", "ENG": "1", "MA_": "2", "G_NR": "252", "MA12": "1", "MARS": "1", "NAME": "Lira", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "5,100", "CSINR": "", "KURTZ": "", "PHAS_": "10,600", "STUND": "", "CFEPNR": "904", "EXTEND": "1", "NATION": "FRA", "TAGMON": "30.04.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Maurice", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "30.04.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1941-04-30 03:00", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": -5.79, "lat": 44.91, "name": "LA MURE D'ISERE"}, "date-ut": "1941-04-30 02:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "904"}}, "raw": {"S": "1", "LT": "03 00", "LV": "I13", "TR": "f", "UT": "02 00", "LAT": "+44.91", "SRC": "L", "LONG": "-05.79", "NAME": "LIRA Maurice", "SPORT": "Rugby Union", "LOC_DATE": "1941 04 30", "UNIV_DATE": "1941 04 30", "BIRTH_PLACE": "LA MURE D'ISERE", "POSTAL_CODE": "38350"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23471	lubrano-andre-1946-09-19	{"3a_sports": "2547", "cfepp-final3": "906"}	{"cfepp": "CF-906", "ertel": "ES-2547"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Lubrano", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-09-19 05:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": -3.69, "lat": 43.4, "name": "SETE", "geoid": null}, "notime": null, "date-ut": "1946-09-19 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "André", "family": "Lubrano"}, "birth": {"date": "1946-09-19", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2547", "ENG": "", "MA_": "1", "G_NR": "263", "MA12": "11", "MARS": "31", "NAME": "Lubrano", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-11,30", "CSINR": "", "KURTZ": "", "PHAS_": "42,000", "STUND": "", "CFEPNR": "906", "EXTEND": "", "NATION": "FRA", "TAGMON": "19.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "19.09.1946", "GQBECORR": "d2", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1946-09-19 05:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": -3.69, "lat": 43.4, "name": "SETE"}, "date-ut": "1946-09-19 04:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "906"}}, "raw": {"S": "11", "LT": "05 00", "LV": "I1", "TR": "f", "UT": "04 00", "LAT": "+43.40", "SRC": "L", "LONG": "-03.69", "NAME": "LUBRANO Andre", "SPORT": "Rugby Union", "LOC_DATE": "1946 09 19", "UNIV_DATE": "1946 09 19", "BIRTH_PLACE": "SETE", "POSTAL_CODE": "34207 CEDEX"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23487	magois-henri-1947-01-01	{"3a_sports": "2602", "cfepp-final3": "908"}	{"cfepp": "CF-908", "ertel": "ES-2602"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Magois", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-01-01 19:15", "note": null, "place": {"c1": null, "c2": "17", "c3": "", "cy": "FR", "lg": 1.16, "lat": 46.16, "name": "LA ROCHELLE", "geoid": null}, "notime": null, "date-ut": "1947-01-01 18:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Henri", "family": "Magois"}, "birth": {"date": "1947-01-01", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2602", "ENG": "", "MA_": "1", "G_NR": "267", "MA12": "7", "MARS": "21", "NAME": "Magois", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "10,600", "CSINR": "", "KURTZ": "", "PHAS_": "55,300", "STUND": "", "CFEPNR": "908", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "01.01.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1947-01-01 19:15", "place": {"c2": "17", "c3": "", "cy": "FR", "lg": 1.16, "lat": 46.16, "name": "LA ROCHELLE"}, "date-ut": "1947-01-01 18:15"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "908"}}, "raw": {"S": "7", "LT": "19 15", "LV": "I3", "TR": "f", "UT": "18 15", "LAT": "+46.16", "SRC": "L", "LONG": "+01.16", "NAME": "MAGOIS Henri", "SPORT": "Rugby Union", "LOC_DATE": "1947 01 01", "UNIV_DATE": "1947 01 01", "BIRTH_PLACE": "LA ROCHELLE", "POSTAL_CODE": "17008 CEDEX"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24232	majerus-richard-1905-06-10	{"cfepp-final3": "909"}	{"cfepp": "CF-909"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "MAJERUS", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1905-06-10 23:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "20", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1905-06-10 22:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Richard", "family": "MAJERUS"}, "birth": {"date": "1905-06-10 23:00", "place": {"c2": "75", "c3": "20", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1905-06-10 22:51"}, "occus": ["rugby-union-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "909"}}, "raw": {"S": "5", "LT": "23 00", "LV": "I8", "TR": "f", "UT": "22 51", "LAT": "+48.86", "SRC": "A", "LONG": "-02.34", "NAME": "MAJERUS Richard", "SPORT": "Rugby Union", "LOC_DATE": "1905 06 10", "UNIV_DATE": "1905 06 10", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75020"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23497	malterre-christian-1948-02-22	{"3a_sports": "2624", "cfepp-final3": "910"}	{"cfepp": "CF-910", "ertel": "ES-2624"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Malterre", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-02-22 09:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": 0.26, "lat": 43.18, "name": "NAY BOURDETTES", "geoid": null}, "notime": null, "date-ut": "1948-02-22 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Christian", "family": "Malterre"}, "birth": {"date": "1948-02-22", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2624", "ENG": "", "MA_": "1", "G_NR": "272", "MA12": "7", "MARS": "20", "NAME": "Malterre", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "8,500", "CSINR": "", "KURTZ": "", "PHAS_": "89,000", "STUND": "", "CFEPNR": "910", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Christian", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "22.02.1948", "GQBECORR": "d2", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1948-02-22 09:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": 0.26, "lat": 43.18, "name": "NAY BOURDETTES"}, "date-ut": "1948-02-22 08:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "910"}}, "raw": {"S": "7", "LT": "09 00", "LV": "I", "TR": "f", "UT": "08 00", "LAT": "+43.18", "SRC": "L", "LONG": "+00.26", "NAME": "MALTERRE Christian", "SPORT": "Rugby Union", "LOC_DATE": "1948 02 22", "UNIV_DATE": "1948 02 22", "BIRTH_PLACE": "NAY BOURDETTES", "POSTAL_CODE": "64800"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1945	martine-roger-1930-01-03	{"a1": "1947", "3a_sports": "2707", "cfepp-final3": "914"}	{"cfepp": "CF-914", "cpara": "CP-299", "ertel": "ES-2707", "lerrcp": "A1-1947"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Martine", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1930-01-03 02:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -0.91656, "lat": 43.51664, "name": "Bellocq", "geoid": 3033614}, "notime": null, "date-ut": "1930-01-03 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Martine"}, "birth": {"tzo": "+00:00", "date": "1930-01-03 02:00", "place": {"c2": "64", "cy": "FR", "lg": -0.91656, "lat": 43.51664, "name": "Bellocq", "geoid": 3033614}, "date-ut": "1930-01-03 02:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1947"}, "ids-in-sources": {"a1": "1947"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "3", "LAT": "43N18", "LON": "0W22", "MON": "1", "NUM": "1947", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "BELLOCQ"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-01-03 02:00"}, "partial-ids": {"ertel": "ES-2707"}}, "raw": {"L": "", "MF": "", "NR": "2707", "ENG": "", "MA_": "1", "G_NR": "1947", "MA12": "10", "MARS": "30", "NAME": "Martine", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,300", "CSINR": "", "KURTZ": "", "PHAS_": "8,100", "STUND": "2,00", "CFEPNR": "914", "EXTEND": "", "NATION": "FRA", "TAGMON": "03.01.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "299", "VORNAME": "Roger", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "03.01.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1930-01-03 02:00", "place": {"c3": ""}, "date-ut": "1930-01-03 02:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "914"}}, "raw": {"S": "10", "LT": "02 00", "LV": "I25", "TR": "f", "UT": "02 00", "LAT": "+43.52", "SRC": "L", "LONG": "+00.92", "NAME": "MARTINE Roger", "SPORT": "Rugby Union", "LOC_DATE": "1930 01 03", "UNIV_DATE": "1930 01 03", "BIRTH_PLACE": "BELLOCQ", "POSTAL_CODE": "64270"}, "date": "2023-08-20T14:46:15+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1954	moncla-francois-1932-04-01	{"a1": "1956", "3a_sports": "2909", "cfepp-final3": "920"}	{"cfepp": "CF-920", "cpara": "CP-315", "ertel": "ES-2909", "lerrcp": "A1-1956"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Moncla", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1932-04-01 21:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -0.41928, "lat": 43.08646, "name": "Louvie-Juzon", "geoid": 2997340}, "notime": null, "date-ut": "1932-04-01 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "François", "family": "Moncla"}, "birth": {"tzo": "+00:00", "date": "1932-04-01 21:00", "place": {"c2": "64", "cy": "FR", "lg": -0.41928, "lat": 43.08646, "name": "Louvie-Juzon", "geoid": 2997340}, "date-ut": "1932-04-01 21:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1956"}, "ids-in-sources": {"a1": "1956"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "1", "LAT": "43N18", "LON": "0W22", "MON": "4", "NUM": "1956", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "LOUVIE-JUZON"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-04-01 21:00"}, "partial-ids": {"ertel": "ES-2909"}}, "raw": {"L": "", "MF": "", "NR": "2909", "ENG": "", "MA_": "0", "G_NR": "1956", "MA12": "8", "MARS": "24", "NAME": "Moncla", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,000", "CSINR": "", "KURTZ": "", "PHAS_": "22,200", "STUND": "21,00", "CFEPNR": "920", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.04.", "ZITATE": "O", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "315", "VORNAME": "Francois", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "01.04.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1932-04-01 21:00", "place": {"c3": ""}, "date-ut": "1932-04-01 21:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "920"}}, "raw": {"S": "8", "LT": "21 00", "LV": "I29", "TR": "f", "UT": "21 00", "LAT": "+43.09", "SRC": "L", "LONG": "+00.42", "NAME": "MONCLA Francois", "SPORT": "Rugby Union", "LOC_DATE": "1932 04 01", "UNIV_DATE": "1932 04 01", "BIRTH_PLACE": "LOUVIE JUZON", "POSTAL_CODE": "64260"}, "date": "2023-08-20T14:46:15+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23602	moraitis-basile-1946-01-02	{"3a_sports": "2937", "cfepp-final3": "921"}	{"cfepp": "CF-921", "ertel": "ES-2937"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Basile", "family": "Moraitis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-01-02 08:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": -5.38, "lat": 43.3, "name": "MARSEILLE", "geoid": null}, "notime": null, "date-ut": "1946-01-02 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Basile", "family": "Moraitis"}, "birth": {"date": "1946-01-02", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2937", "ENG": "", "MA_": "0", "G_NR": "314", "MA12": "6", "MARS": "17", "NAME": "Moraitis", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-3,700", "CSINR": "", "KURTZ": "", "PHAS_": "2,300", "STUND": "", "CFEPNR": "921", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Basile", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "02.01.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1946-01-02 08:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": -5.38, "lat": 43.3, "name": "MARSEILLE"}, "date-ut": "1946-01-02 07:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "921"}}, "raw": {"S": "6", "LT": "08 00", "LV": "I2", "TR": "f", "UT": "07 00", "LAT": "+43.30", "SRC": "L", "LONG": "-05.38", "NAME": "MORAITIS Basile", "SPORT": "Rugby Union", "LOC_DATE": "1946 01 02", "UNIV_DATE": "1946 01 02", "BIRTH_PLACE": "MARSEILLE", "POSTAL_CODE": "13233 CEDEX  01"}, "date": "2023-08-20T14:46:15+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23638	noble-jean-claude-1944-12-29	{"3a_sports": "3040", "cfepp-final3": "924"}	{"cfepp": "CF-924", "ertel": "ES-3040"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Claude", "family": "Noble", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1944-12-29 14:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": -5.38, "lat": 43.3, "name": "MARSEILLE", "geoid": null}, "notime": null, "date-ut": "1944-12-29 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean-Claude", "family": "Noble"}, "birth": {"date": "1944-12-29", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3040", "ENG": "", "MA_": "1", "G_NR": "324", "MA12": "5", "MARS": "14", "NAME": "Noble", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "2,600", "CSINR": "", "KURTZ": "", "PHAS_": "99,500", "STUND": "", "CFEPNR": "924", "EXTEND": "", "NATION": "FRA", "TAGMON": "29.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean-Claude", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "29.12.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1944-12-29 14:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": -5.38, "lat": 43.3, "name": "MARSEILLE"}, "date-ut": "1944-12-29 13:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "924"}}, "raw": {"S": "5", "LT": "14 00", "LV": "I6", "TR": "f", "UT": "13 00", "LAT": "+43.30", "SRC": "L", "LONG": "-05.38", "NAME": "NOBLE Jean-Claude", "SPORT": "Rugby Union", "LOC_DATE": "1944 12 29", "UNIV_DATE": "1944 12 29", "BIRTH_PLACE": "MARSEILLE", "POSTAL_CODE": "13233 CEDEX  01"}, "date": "2023-08-20T14:46:15+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23660	ordioni-jacques-1945-04-26	{"3a_sports": "3092", "cfepp-final3": "925"}	{"cfepp": "CF-925", "ertel": "ES-3092"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Ordioni", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1945-04-26 23:55", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": -5.94, "lat": 43.12, "name": "TOULON", "geoid": null}, "notime": null, "date-ut": "1945-04-26 21:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jacques", "family": "Ordioni"}, "birth": {"date": "1945-04-26", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3092", "ENG": "", "MA_": "1", "G_NR": "331", "MA12": "10", "MARS": "29", "NAME": "Ordioni", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "3,500", "CSINR": "", "KURTZ": "", "PHAS_": "98,000", "STUND": "", "CFEPNR": "925", "EXTEND": "", "NATION": "FRA", "TAGMON": "26.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "26.04.1945", "GQBECORR": "d2", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1945-04-26 23:55", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": -5.94, "lat": 43.12, "name": "TOULON"}, "date-ut": "1945-04-26 21:55"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "925"}}, "raw": {"S": "10", "LT": "23 55", "LV": "I", "TR": "f", "UT": "21 55", "LAT": "+43.12", "SRC": "L", "LONG": "-05.94", "NAME": "ORDIONI Jacques", "SPORT": "Rugby Union", "LOC_DATE": "1945 04 26", "UNIV_DATE": "1945 04 26", "BIRTH_PLACE": "TOULON", "POSTAL_CODE": "83056 CEDEX"}, "date": "2023-08-20T14:46:15+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23685	paries-lucien-1947-08-04	{"3a_sports": "3146", "cfepp-final3": "926"}	{"cfepp": "CF-926", "ertel": "ES-3146"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Paries", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-08-04 19:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": 1.52, "lat": 43.48, "name": "ANGLET", "geoid": null}, "notime": null, "date-ut": "1947-08-04 18:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Lucien", "family": "Paries"}, "birth": {"date": "1947-08-04", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3146", "ENG": "", "MA_": "0", "G_NR": "337", "MA12": "8", "MARS": "22", "NAME": "Paries", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-2,600", "CSINR": "", "KURTZ": "", "PHAS_": "96,400", "STUND": "", "CFEPNR": "926", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Lucien", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "04.08.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1947-08-04 19:00", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": 1.52, "lat": 43.48, "name": "ANGLET"}, "date-ut": "1947-08-04 18:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "926"}}, "raw": {"S": "8", "LT": "19 00", "LV": "I5", "TR": "f", "UT": "18 00", "LAT": "+43.48", "SRC": "L", "LONG": "+01.52", "NAME": "PARIES Lucien", "SPORT": "Rugby Union", "LOC_DATE": "1947 08 04", "UNIV_DATE": "1947 08 04", "BIRTH_PLACE": "ANGLET", "POSTAL_CODE": "64600"}, "date": "2023-08-20T14:46:15+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23781	quilis-andre-1941-10-28	{"3a_sports": "3416", "cfepp-final3": "935"}	{"cfepp": "CF-935", "ertel": "ES-3416"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Quilis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-10-28 21:00", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": -3.06, "lat": 43.23, "name": "COURSAN", "geoid": null}, "notime": null, "date-ut": "1941-10-28 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "André", "family": "Quilis"}, "birth": {"date": "1941-10-28", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3416", "ENG": "", "MA_": "1", "G_NR": "365", "MA12": "2", "MARS": "5", "NAME": "Quilis", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "10,700", "CSINR": "", "KURTZ": "", "PHAS_": "58,500", "STUND": "", "CFEPNR": "935", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "28.10.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1941-10-28 21:00", "place": {"c2": "11", "c3": "", "cy": "FR", "lg": -3.06, "lat": 43.23, "name": "COURSAN"}, "date-ut": "1941-10-28 20:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "935"}}, "raw": {"S": "2", "LT": "21 00", "LV": "I4", "TR": "f", "UT": "20 00", "LAT": "+43.23", "SRC": "L", "LONG": "-03.06", "NAME": "QUILIS Andre", "SPORT": "Rugby Union", "LOC_DATE": "1941 10 28", "UNIV_DATE": "1941 10 28", "BIRTH_PLACE": "COURSAN", "POSTAL_CODE": "11110"}, "date": "2023-08-20T14:46:15+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23796	razat-jean-pierre-1940-10-15	{"3a_sports": "3449", "cfepp-final3": "938"}	{"cfepp": "CF-938", "ertel": "ES-3449"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Pierre", "family": "Razat", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-10-15 16:00", "note": null, "place": {"c1": null, "c2": "47", "c3": "", "cy": "FR", "lg": -0.97, "lat": 44.5, "name": "FUMEL", "geoid": null}, "notime": null, "date-ut": "1940-10-15 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean-Pierre", "family": "Razat"}, "birth": {"date": "1940-10-15", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3449", "ENG": "", "MA_": "1", "G_NR": "371", "MA12": "5", "MARS": "14", "NAME": "Razat", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "3,200", "CSINR": "", "KURTZ": "", "PHAS_": "98,400", "STUND": "", "CFEPNR": "938", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean-Pierre", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "15.10.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1940-10-15 16:00", "place": {"c2": "47", "c3": "", "cy": "FR", "lg": -0.97, "lat": 44.5, "name": "FUMEL"}, "date-ut": "1940-10-15 15:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "938"}}, "raw": {"S": "6", "LT": "16 00", "LV": "I4", "TR": "f", "UT": "15 00", "LAT": "+44.50", "SRC": "L", "LONG": "-00.97", "NAME": "RAZAT Jean-Pierre", "SPORT": "Rugby Union", "LOC_DATE": "1940 10 15", "UNIV_DATE": "1940 10 15", "BIRTH_PLACE": "FUMEL", "POSTAL_CODE": "47500"}, "date": "2023-08-20T14:46:15+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1977	rollet-jacques-1934-08-18	{"a1": "1979", "3a_sports": "3549", "cfepp-final3": "941"}	{"cfepp": "CF-941", "ertel": "ES-3549", "lerrcp": "A1-1979"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Rollet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1934-08-18 14:30", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "notime": null, "date-ut": "1934-08-18 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Rollet"}, "birth": {"tzo": "+01:00", "date": "1934-08-18 14:30", "place": {"c2": "64", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "date-ut": "1934-08-18 13:30"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1979"}, "ids-in-sources": {"a1": "1979"}}, "raw": {"H": "13", "MN": "30", "TZ": "0", "COD": "64", "COU": "F", "DAY": "18", "LAT": "43N18", "LON": "0W22", "MON": "8", "NUM": "1979", "PRO": "C", "SEC": "0", "YEA": "1934", "CITY": "BAYONNE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1934-08-18 14:30"}, "partial-ids": {"ertel": "ES-3549"}}, "raw": {"L": "", "MF": "", "NR": "3549", "ENG": "", "MA_": "1", "G_NR": "1979", "MA12": "5", "MARS": "14", "NAME": "Rollet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,600", "CSINR": "", "KURTZ": "", "PHAS_": "48,100", "STUND": "14,50", "CFEPNR": "941", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "18.08.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:36+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1934-08-18 14:30", "place": {"c3": ""}, "date-ut": "1934-08-18 13:30"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "941"}}, "raw": {"S": "5", "LT": "14 30", "LV": "I5", "TR": "f", "UT": "13 30", "LAT": "+43.49", "SRC": "L", "LONG": "+01.48", "NAME": "ROLLET Jacques", "SPORT": "Rugby Union", "LOC_DATE": "1934 08 18", "UNIV_DATE": "1934 08 18", "BIRTH_PLACE": "BAYONNE", "POSTAL_CODE": "64109 CEDEX"}, "date": "2023-08-20T14:46:15+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23828	romero-henri-1935-09-21	{"3a_sports": "3558", "cfepp-final3": "942"}	{"cfepp": "CF-942", "ertel": "ES-3558"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Romero", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1935-09-21 22:00", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": -2.98, "lat": 43.03, "name": "SIGEAN", "geoid": null}, "notime": null, "date-ut": "1935-09-21 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Henri", "family": "Romero"}, "birth": {"date": "1935-09-21", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3558", "ENG": "", "MA_": "1", "G_NR": "380", "MA12": "7", "MARS": "19", "NAME": "Romero", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,900", "CSINR": "", "KURTZ": "", "PHAS_": "36,100", "STUND": "", "CFEPNR": "942", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.09.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "21.09.1935", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1935-09-21 22:00", "place": {"c2": "11", "c3": "", "cy": "FR", "lg": -2.98, "lat": 43.03, "name": "SIGEAN"}, "date-ut": "1935-09-21 21:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "942"}}, "raw": {"S": "7", "LT": "22 00", "LV": "I7", "TR": "f", "UT": "21 00", "LAT": "+43.03", "SRC": "L", "LONG": "-02.98", "NAME": "ROMERO Henri", "SPORT": "Rugby Union", "LOC_DATE": "1935 09 21", "UNIV_DATE": "1935 09 21", "BIRTH_PLACE": "SIGEAN", "POSTAL_CODE": "11130"}, "date": "2023-08-20T14:46:15+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23829	roques-jean-claude-1943-03-19	{"3a_sports": "3565", "cfepp-final3": "944"}	{"cfepp": "CF-944", "ertel": "ES-3565"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Claude", "family": "Roques", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-03-19 05:00", "note": null, "place": {"c1": null, "c2": "19", "c3": "", "cy": "FR", "lg": -1.53, "lat": 45.16, "name": "BRIVE LA GAILLARDE", "geoid": null}, "notime": null, "date-ut": "1943-03-19 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean Claude", "family": "Roques"}, "birth": {"date": "1943-03-19", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3565", "ENG": "0", "MA_": "2", "G_NR": "381", "MA12": "12", "MARS": "36", "NAME": "Roques", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "6,100", "CSINR": "", "KURTZ": "", "PHAS_": "91,800", "STUND": "", "CFEPNR": "944", "EXTEND": "1", "NATION": "FRA", "TAGMON": "19.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean Claude", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "19.03.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1943-03-19 05:00", "place": {"c2": "19", "c3": "", "cy": "FR", "lg": -1.53, "lat": 45.16, "name": "BRIVE LA GAILLARDE"}, "date-ut": "1943-03-19 04:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "944"}}, "raw": {"S": "12", "LT": "05 00", "LV": "I5", "TR": "f", "UT": "04 00", "LAT": "+45.16", "SRC": "L", "LONG": "-01.53", "NAME": "ROQUES Jean-Claude", "SPORT": "Rugby Union", "LOC_DATE": "1943 03 19", "UNIV_DATE": "1943 03 19", "BIRTH_PLACE": "BRIVE LA GAILLARDE", "POSTAL_CODE": "19312 CEDEX"}, "date": "2023-08-20T14:46:15+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23830	ros-jean-claude-1947-09-18	{"3a_sports": "3566", "cfepp-final3": "945"}	{"cfepp": "CF-945", "ertel": "ES-3566"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Claude", "family": "Ros", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-09-18 19:30", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": -3, "lat": 43.18, "name": "NARBONNE", "geoid": null}, "notime": null, "date-ut": "1947-09-18 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean Claude", "family": "Ros"}, "birth": {"date": "1947-09-18", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3566", "ENG": "", "MA_": "0", "G_NR": "382", "MA12": "9", "MARS": "25", "NAME": "Ros", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "6,300", "CSINR": "", "KURTZ": "", "PHAS_": "12,500", "STUND": "", "CFEPNR": "945", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean Claude", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "18.09.1947", "GQBECORR": "d2", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1947-09-18 19:30", "place": {"c2": "11", "c3": "", "cy": "FR", "lg": -3, "lat": 43.18, "name": "NARBONNE"}, "date-ut": "1947-09-18 18:30"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "945"}}, "raw": {"S": "9", "LT": "19 30", "LV": "I", "TR": "f", "UT": "18 30", "LAT": "+43.18", "SRC": "L", "LONG": "-03.00", "NAME": "ROS Jean-Claude", "SPORT": "Rugby Union", "LOC_DATE": "1947 09 18", "UNIV_DATE": "1947 09 18", "BIRTH_PLACE": "NARBONNE", "POSTAL_CODE": "11108 CEDEX"}, "date": "2023-08-20T14:46:15+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16149	saisset-olivier-1949-06-07	{"d6": "362", "3a_sports": "3652", "cfepp-final3": "946"}	{"cfepp": "CF-946", "ertel": "ES-3652", "lerrcp": "D6-362"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Olivier", "family": "Saisset", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-06-07 23:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": -3.06, "lat": 43.58, "name": "LE POUJOL SUR ORB", "geoid": null}, "notime": null, "date-ut": "1949-06-07 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Olivier", "family": "Saisset"}, "birth": {"date": "1949-06-07 23:00", "place": {"cy": "FR", "lg": 3.03333, "lat": 43.65}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "362"}}, "raw": {"H": "23", "MN": "0", "DAY": "7", "LAT": "43N39", "LON": "03E02", "MON": "6", "NUM": "362", "SEC": "0", "YEA": "1949", "NAME": "Saisset olivier"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-3652"}}, "raw": {"L": "", "MF": "", "NR": "3652", "ENG": "", "MA_": "1", "G_NR": "362", "MA12": "9", "MARS": "27", "NAME": "Saisset", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "9,900", "CSINR": "", "KURTZ": "", "PHAS_": "80,800", "STUND": "", "CFEPNR": "946", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.06.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Olivier", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "07.06.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1949-06-07 23:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": -3.06, "lat": 43.58, "name": "LE POUJOL SUR ORB"}, "date-ut": "1949-06-07 22:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "946"}}, "raw": {"S": "9", "LT": "23 00", "LV": "I5", "TR": "f", "UT": "22 00", "LAT": "+43.58", "SRC": "L", "LONG": "-03.06", "NAME": "SAISSET Olivier", "SPORT": "Rugby Union", "LOC_DATE": "1949 06 07", "UNIV_DATE": "1949 06 07", "BIRTH_PLACE": "LE POUJOL SUR ORB", "POSTAL_CODE": "34600"}, "date": "2023-08-20T14:46:15+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23869	salut-jean-pierre-1943-04-14	{"3a_sports": "3660", "cfepp-final3": "947"}	{"cfepp": "CF-947", "ertel": "ES-3660"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Pierre", "family": "Salut", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-04-14 10:30", "note": null, "place": {"c1": null, "c2": "82", "c3": "", "cy": "FR", "lg": -0.99, "lat": 43.88, "name": "BEAUMONT DE LOMAGNE", "geoid": null}, "notime": null, "date-ut": "1943-04-14 08:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean-Pierre", "family": "Salut"}, "birth": {"date": "1943-04-14", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3660", "ENG": "1", "MA_": "2", "G_NR": "397", "MA12": "4", "MARS": "10", "NAME": "Salut", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "9,300", "CSINR": "", "KURTZ": "", "PHAS_": "62,900", "STUND": "", "CFEPNR": "947", "EXTEND": "1", "NATION": "FRA", "TAGMON": "14.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean-Pierre", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "14.04.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1943-04-14 10:30", "place": {"c2": "82", "c3": "", "cy": "FR", "lg": -0.99, "lat": 43.88, "name": "BEAUMONT DE LOMAGNE"}, "date-ut": "1943-04-14 08:30"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "947"}}, "raw": {"S": "3", "LT": "10 30", "LV": "I7", "TR": "f", "UT": "08 30", "LAT": "+43.88", "SRC": "L", "LONG": "-00.99", "NAME": "SALUT Jean-Pierre", "SPORT": "Rugby Union", "LOC_DATE": "1943 04 14", "UNIV_DATE": "1943 04 14", "BIRTH_PLACE": "BEAUMONT DE LOMAGNE", "POSTAL_CODE": "82500"}, "date": "2023-08-20T14:46:15+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23883	sapa-michel-1949-03-19	{"3a_sports": "3681", "cfepp-final3": "949"}	{"cfepp": "CF-949", "ertel": "ES-3681"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Sapa", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-03-19 11:00", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": -5.94, "lat": 43.12, "name": "TOULON", "geoid": null}, "notime": null, "date-ut": "1949-03-19 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Michel", "family": "Sapa"}, "birth": {"date": "1949-03-19", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3681", "ENG": "", "MA_": "0", "G_NR": "404", "MA12": "3", "MARS": "7", "NAME": "Sapa", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,000", "CSINR": "", "KURTZ": "", "PHAS_": "76,500", "STUND": "", "CFEPNR": "949", "EXTEND": "", "NATION": "FRA", "TAGMON": "19.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "19.03.1949", "GQBECORR": "d2", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1949-03-19 11:00", "place": {"c2": "83", "c3": "", "cy": "FR", "lg": -5.94, "lat": 43.12, "name": "TOULON"}, "date-ut": "1949-03-19 10:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "949"}}, "raw": {"S": "3", "LT": "11 00", "LV": "I", "TR": "f", "UT": "10 00", "LAT": "+43.12", "SRC": "L", "LONG": "-05.94", "NAME": "SAPA Michel", "SPORT": "Rugby Union", "LOC_DATE": "1949 03 19", "UNIV_DATE": "1949 03 19", "BIRTH_PLACE": "TOULON", "POSTAL_CODE": "83056 CEDEX"}, "date": "2023-08-20T14:46:15+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23943	sillieres-jean-1946-11-15	{"3a_sports": "3820", "cfepp-final3": "952"}	{"cfepp": "CF-952", "ertel": "ES-3820"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Sillieres", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-11-15 04:00", "note": null, "place": {"c1": null, "c2": "32", "c3": "", "cy": "FR", "lg": -0.16, "lat": 43.53, "name": "MARCIAC", "geoid": null}, "notime": null, "date-ut": "1946-11-15 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean", "family": "Sillieres"}, "birth": {"date": "1946-11-15", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3820", "ENG": "", "MA_": "1", "G_NR": "418", "MA12": "10", "MARS": "30", "NAME": "Sillieres", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-10,80", "CSINR": "", "KURTZ": "", "PHAS_": "60,500", "STUND": "", "CFEPNR": "952", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.11.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "15.11.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1946-11-15 04:00", "place": {"c2": "32", "c3": "", "cy": "FR", "lg": -0.16, "lat": 43.53, "name": "MARCIAC"}, "date-ut": "1946-11-15 03:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "952"}}, "raw": {"S": "10", "LT": "04 00", "LV": "I9", "TR": "f", "UT": "03 00", "LAT": "+43.53", "SRC": "L", "LONG": "-00.16", "NAME": "SILLERES Jean", "SPORT": "Rugby Union", "LOC_DATE": "1946 11 15", "UNIV_DATE": "1946 11 15", "BIRTH_PLACE": "MARCIAC", "POSTAL_CODE": "32230"}, "date": "2023-08-20T14:46:15+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23979	sutra-gerard-1946-03-21	{"3a_sports": "3938", "cfepp-final3": "958"}	{"cfepp": "CF-958", "ertel": "ES-3938"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Sutra", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-03-21 19:30", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": -3, "lat": 43.18, "name": "NARBONNE", "geoid": null}, "notime": null, "date-ut": "1946-03-21 18:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gérard", "family": "Sutra"}, "birth": {"date": "1946-03-21", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3938", "ENG": "0", "MA_": "2", "G_NR": "425", "MA12": "3", "MARS": "9", "NAME": "Sutra", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-4,900", "CSINR": "", "KURTZ": "", "PHAS_": "90,300", "STUND": "", "CFEPNR": "958", "EXTEND": "1", "NATION": "FRA", "TAGMON": "21.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gérard", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "21.03.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1946-03-21 19:30", "place": {"c2": "11", "c3": "", "cy": "FR", "lg": -3, "lat": 43.18, "name": "NARBONNE"}, "date-ut": "1946-03-21 18:30"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "958"}}, "raw": {"S": "3", "LT": "19 30", "LV": "I4", "TR": "f", "UT": "18 30", "LAT": "+43.18", "SRC": "L", "LONG": "-03.00", "NAME": "SUTRA Gerard", "SPORT": "Rugby Union", "LOC_DATE": "1946 03 21", "UNIV_DATE": "1946 03 21", "BIRTH_PLACE": "NARBONNE", "POSTAL_CODE": "11108 CEDEX"}, "date": "2023-08-20T14:46:16+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24240	rosambert-colette-1910-12-10	{"cfepp-final3": "1042"}	{"cfepp": "CF-1042"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Colette", "family": "ROSAMBERT", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1910-12-10 09:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "17", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1910-12-10 09:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Colette", "family": "ROSAMBERT"}, "birth": {"date": "1910-12-10 09:30", "place": {"c2": "75", "c3": "17", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1910-12-10 09:21"}, "occus": ["tennis-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "1042"}}, "raw": {"S": "3", "LT": "09 30", "LV": "F", "TR": "f", "UT": "09 21", "LAT": "+48.86", "SRC": "A", "LONG": "-02.34", "NAME": "ROSAMBERT Colette", "SPORT": "Tennis", "LOC_DATE": "1910 12 10", "UNIV_DATE": "1910 12 10", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75017"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24033	ugartemendia-jean-1943-07-10	{"3a_sports": "4085", "cfepp-final3": "962"}	{"cfepp": "CF-962", "ertel": "ES-4085"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Ugartemendia", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-07-10 11:15", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": 1.48, "lat": 43.49, "name": "BAYONNE", "geoid": null}, "notime": null, "date-ut": "1943-07-10 09:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean", "family": "Ugartemendia"}, "birth": {"date": "1943-07-10", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4085", "ENG": "", "MA_": "1", "G_NR": "437", "MA12": "5", "MARS": "13", "NAME": "Ugartemendia", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "9,600", "CSINR": "", "KURTZ": "", "PHAS_": "43,200", "STUND": "", "CFEPNR": "962", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "10.07.1943", "GQBECORR": "d2", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1943-07-10 11:15", "place": {"c2": "64", "c3": "", "cy": "FR", "lg": 1.48, "lat": 43.49, "name": "BAYONNE"}, "date-ut": "1943-07-10 09:15"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "962"}}, "raw": {"S": "5", "LT": "11 15", "LV": "I", "TR": "f", "UT": "09 15", "LAT": "+43.49", "SRC": "L", "LONG": "+01.48", "NAME": "UGARTEMENDIA Jean-Pierre", "SPORT": "Rugby Union", "LOC_DATE": "1943 07 10", "UNIV_DATE": "1943 07 10", "BIRTH_PLACE": "BAYONNE", "POSTAL_CODE": "64109 CEDEX"}, "date": "2023-08-20T14:46:16+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16201	villepreux-pierre-1943-07-05	{"d6": "414", "3a_sports": "4246", "cfepp-final3": "965"}	{"cfepp": "CF-965", "ertel": "ES-4246", "lerrcp": "D6-414"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Villepreux", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-07-05 08:00", "note": null, "place": {"c1": null, "c2": "19", "c3": "", "cy": "FR", "lg": -1.38, "lat": 45.4, "name": "ARNAC POMPADOUR", "geoid": null}, "notime": null, "date-ut": "1943-07-05 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Villepreux"}, "birth": {"date": "1943-07-05 08:00", "place": {"cy": "FR", "lg": 1.38333, "lat": 45.4}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "414"}}, "raw": {"H": "8", "MN": "0", "DAY": "5", "LAT": "45N24", "LON": "01E23", "MON": "7", "NUM": "414", "SEC": "0", "YEA": "1943", "NAME": "Villepreux Pierre"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["rugby-player"], "partial-ids": {"ertel": "ES-4246"}}, "raw": {"L": "", "MF": "", "NR": "4246", "ENG": "", "MA_": "0", "G_NR": "414", "MA12": "3", "MARS": "8", "NAME": "Villepreux", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "3,400", "CSINR": "", "KURTZ": "", "PHAS_": "5,400", "STUND": "", "CFEPNR": "965", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.07.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "05.07.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1943-07-05 08:00", "place": {"c2": "19", "c3": "", "cy": "FR", "lg": -1.38, "lat": 45.4, "name": "ARNAC POMPADOUR"}, "date-ut": "1943-07-05 06:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "965"}}, "raw": {"S": "3", "LT": "08 00", "LV": "I35", "TR": "f", "UT": "06 00", "LAT": "+45.40", "SRC": "L", "LONG": "-01.38", "NAME": "VILLEPREUX Pierre", "SPORT": "Rugby Union", "LOC_DATE": "1943 07 05", "UNIV_DATE": "1943 07 05", "BIRTH_PLACE": "ARNAC POMPADOUR", "POSTAL_CODE": "19230"}, "date": "2023-08-20T14:46:16+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22661	arbez-victor-1934-05-17	{"3a_sports": "122", "cfepp-final3": "968"}	{"cfepp": "CF-968", "ertel": "ES-122"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Arbez", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-05-17 05:00", "note": null, "place": {"c1": null, "c2": "39", "c3": "", "cy": "FR", "lg": -6.07, "lat": 46.56, "name": "BELLEFONTAINE", "geoid": null}, "notime": null, "date-ut": "1934-05-17 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"sex": "M", "name": {"given": "Victor", "family": "Arbez"}, "birth": {"date": "1934-05-17", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "122", "ENG": "1", "MA_": "2", "G_NR": "17", "MA12": "1", "MARS": "1", "NAME": "Arbez", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "5,400", "CSINR": "", "KURTZ": "", "PHAS_": "11,500", "STUND": "", "CFEPNR": "968", "EXTEND": "1", "NATION": "FRA", "TAGMON": "17.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Victor", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "17.05.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1934-05-17 05:00", "place": {"c2": "39", "c3": "", "cy": "FR", "lg": -6.07, "lat": 46.56, "name": "BELLEFONTAINE"}, "date-ut": "1934-05-17 04:00"}, "occus": ["skier"], "ids-in-sources": {"cfepp-final3": "968"}}, "raw": {"S": "1", "LT": "05 00", "LV": "FI", "TR": "f", "UT": "04 00", "LAT": "+46.56", "SRC": "L", "LONG": "-06.07", "NAME": "ARBEZ Victor", "SPORT": "Skiing", "LOC_DATE": "1934 05 17", "UNIV_DATE": "1934 05 17", "BIRTH_PLACE": "BELLEFONTAINE", "POSTAL_CODE": "39400"}, "date": "2023-08-20T14:46:16+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22671	augert-jean-pierre-1946-01-13	{"3a_sports": "161", "cfepp-final3": "970"}	{"cfepp": "CF-970", "ertel": "ES-161"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Pierre", "family": "Augert", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1946-01-13 20:00", "note": null, "place": {"c1": null, "c2": "73", "c3": "", "cy": "FR", "lg": -6.35, "lat": 45.27, "name": "ST JEAN DE MAURIENNE", "geoid": null}, "notime": null, "date-ut": "1946-01-13 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean Pierre", "family": "Augert"}, "birth": {"date": "1946-01-13", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "161", "ENG": "", "MA_": "1", "G_NR": "21", "MA12": "2", "MARS": "4", "NAME": "Augert", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "10,700", "CSINR": "", "KURTZ": "", "PHAS_": "73,800", "STUND": "", "CFEPNR": "970", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.01.", "ZITATE": "DM", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean Pierre", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "13.01.1946", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1946-01-13 20:00", "place": {"c2": "73", "c3": "", "cy": "FR", "lg": -6.35, "lat": 45.27, "name": "ST JEAN DE MAURIENNE"}, "date-ut": "1946-01-13 19:00"}, "occus": ["skier"], "ids-in-sources": {"cfepp-final3": "970"}}, "raw": {"S": "2", "LT": "20 00", "LV": "I", "TR": "f", "UT": "19 00", "LAT": "+45.27", "SRC": "L", "LONG": "-06.35", "NAME": "AUGERT Jean-Pierre", "SPORT": "Skiing", "LOC_DATE": "1946 01 13", "UNIV_DATE": "1946 01 13", "BIRTH_PLACE": "ST JEAN DE MAURIENNE", "POSTAL_CODE": "73300"}, "date": "2023-08-20T14:46:16+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24241	samazeuilh-jean-1891-01-17	{"cfepp-final3": "1043"}	{"cfepp": "CF-1043"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "SAMAZEUILH", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1891-01-17 01:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": 0.57, "lat": 44.84, "name": "BORDEAUX", "geoid": null}, "notime": null, "date-ut": "1891-01-17 01:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "SAMAZEUILH"}, "birth": {"date": "1891-01-17 01:00", "place": {"c2": "33", "cy": "FR", "lg": 0.57, "lat": 44.84, "name": "BORDEAUX"}, "date-ut": "1891-01-17 01:02"}, "occus": ["tennis-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "1043"}}, "raw": {"S": "8", "LT": "01 00", "LV": "FI", "TR": "f", "UT": "01 02", "LAT": "+44.84", "SRC": "AL", "LONG": "+00.57", "NAME": "SAMAZEUILH Jean", "SPORT": "Tennis", "LOC_DATE": "1891 01 17", "UNIV_DATE": "1891 01 17", "BIRTH_PLACE": "BORDEAUX", "POSTAL_CODE": "33077 CEDEX"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22772	bochatay-madelaine-1944-01-02	{"3a_sports": "486", "cfepp-final3": "971"}	{"cfepp": "CF-971", "ertel": "ES-486"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Madelaine", "family": "Bochatay", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1944-01-02 02:00", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": -6.71, "lat": 45.9, "name": "ST GERVAIS LES BAINS", "geoid": null}, "notime": null, "date-ut": "1944-01-02 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"sex": "F", "name": {"given": "Madelaine", "family": "Bochatay"}, "birth": {"date": "1944-01-02", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "486", "ENG": "", "MA_": "1", "G_NR": "45", "MA12": "5", "MARS": "14", "NAME": "Bochatay", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "11,000", "CSINR": "", "KURTZ": "", "PHAS_": "40,800", "STUND": "", "CFEPNR": "971", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Madelaine", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "02.01.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SKII", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1944-01-02 02:00", "place": {"c2": "74", "c3": "", "cy": "FR", "lg": -6.71, "lat": 45.9, "name": "ST GERVAIS LES BAINS"}, "date-ut": "1944-01-02 01:00"}, "occus": ["skier"], "ids-in-sources": {"cfepp-final3": "971"}}, "raw": {"S": "5", "LT": "02 00", "LV": "I", "TR": "f", "UT": "01 00", "LAT": "+45.90", "SRC": "L", "LONG": "-06.71", "NAME": "BOCHATAY Madeleine", "SPORT": "Skiing", "LOC_DATE": "1944 01 02", "UNIV_DATE": "1944 01 02", "BIRTH_PLACE": "ST GERVAIS LES BAINS", "POSTAL_CODE": "74170"}, "date": "2023-08-20T14:46:16+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15942	duvillard-henri-1947-12-23	{"d6": "154", "3a_sports": "1518", "cfepp-final3": "978"}	{"cfepp": "CF-978", "ertel": "ES-1518", "lerrcp": "D6-154"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Duvillard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-12-23 05:00", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": -6.62, "lat": 45.86, "name": "MEGEVE", "geoid": null}, "notime": null, "date-ut": "1947-12-23 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Duvillard"}, "birth": {"date": "1947-12-23 05:00", "place": {"cy": "FR", "lg": 6.61667, "lat": 45.85}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "154"}}, "raw": {"H": "5", "MN": "0", "DAY": "23", "LAT": "45N51", "LON": "06E37", "MON": "12", "NUM": "154", "SEC": "0", "YEA": "1947", "NAME": "Duvillard Henri"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["skier"], "partial-ids": {"ertel": "ES-1518"}}, "raw": {"L": "", "MF": "", "NR": "1518", "ENG": "0", "MA_": "2", "G_NR": "154", "MA12": "3", "MARS": "9", "NAME": "Duvillard", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "9,600", "CSINR": "", "KURTZ": "", "PHAS_": "72,200", "STUND": "", "CFEPNR": "978", "EXTEND": "1", "NATION": "FRA", "TAGMON": "23.12.", "ZITATE": "DM", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "23.12.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1947-12-23 05:00", "place": {"c2": "74", "c3": "", "cy": "FR", "lg": -6.62, "lat": 45.86, "name": "MEGEVE"}, "date-ut": "1947-12-23 04:00"}, "occus": ["skier"], "ids-in-sources": {"cfepp-final3": "978"}}, "raw": {"S": "3", "LT": "05 00", "LV": "I", "TR": "f", "UT": "04 00", "LAT": "+45.86", "SRC": "L", "LONG": "-06.62", "NAME": "DUVILLARD Henri", "SPORT": "Skiing", "LOC_DATE": "1947 12 23", "UNIV_DATE": "1947 12 23", "BIRTH_PLACE": "MEGEVE", "POSTAL_CODE": "74120"}, "date": "2023-08-20T14:46:16+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23296	grosfilley-serge-1949-08-03	{"3a_sports": "1980", "cfepp-final3": "981"}	{"cfepp": "CF-981", "ertel": "ES-1980"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Serge", "family": "Grosfilley", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-08-03 12:45", "note": null, "place": {"c1": null, "c2": "39", "c3": "", "cy": "FR", "lg": -5.87, "lat": 46.39, "name": "ST CLAUDE", "geoid": null}, "notime": null, "date-ut": "1949-08-03 11:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"sex": "M", "name": {"given": "Serge", "family": "Grosfilley"}, "birth": {"date": "1949-08-03", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1980", "ENG": "1", "MA_": "2", "G_NR": "201", "MA12": "4", "MARS": "12", "NAME": "Grosfilley", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "10,900", "CSINR": "", "KURTZ": "", "PHAS_": "66,200", "STUND": "", "CFEPNR": "981", "EXTEND": "1", "NATION": "FRA", "TAGMON": "03.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Serge", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "03.08.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1949-08-03 12:45", "place": {"c2": "39", "c3": "", "cy": "FR", "lg": -5.87, "lat": 46.39, "name": "ST CLAUDE"}, "date-ut": "1949-08-03 11:45"}, "occus": ["skier"], "ids-in-sources": {"cfepp-final3": "981"}}, "raw": {"S": "4", "LT": "12 45", "LV": "I", "TR": "f", "UT": "11 45", "LAT": "+46.39", "SRC": "L", "LONG": "-05.87", "NAME": "GROSFILLEY Serge", "SPORT": "Skiing", "LOC_DATE": "1949 08 03", "UNIV_DATE": "1949 08 03", "BIRTH_PLACE": "ST CLAUDE", "POSTAL_CODE": "39200"}, "date": "2023-08-20T14:46:16+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
2016	killy-jean-1943-08-30	{"a1": "2018", "3a_sports": "2265", "cfepp-final3": "982"}	{"cfepp": "CF-982", "ertel": "ES-2265", "lerrcp": "A1-2018"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Killy", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+02:00", "date": "1943-08-30 05:10", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.20289, "lat": 48.84598, "name": "Saint-Cloud", "geoid": 2981041}, "notime": null, "date-ut": "1943-08-30 03:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Killy"}, "birth": {"tzo": "+02:00", "date": "1943-08-30 05:10", "place": {"c2": "92", "cy": "FR", "lg": 2.20289, "lat": 48.84598, "name": "Saint-Cloud", "geoid": 2981041}, "date-ut": "1943-08-30 03:10"}, "occus": ["skier"], "trust": 5, "partial_ids": {"lerrcp": "A1-2018"}, "ids-in-sources": {"a1": "2018"}}, "raw": {"H": "3", "MN": "10", "TZ": "0", "COD": "92", "COU": "F", "DAY": "30", "LAT": "48N50", "LON": "2E11", "MON": "8", "NUM": "2018", "PRO": "C", "SEC": "0", "YEA": "1943", "CITY": "ST-CLOUD"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1943-08-30 05:10"}, "partial-ids": {"ertel": "ES-2265"}}, "raw": {"L": "", "MF": "", "NR": "2265", "ENG": "", "MA_": "0", "G_NR": "2018", "MA12": "3", "MARS": "7", "NAME": "Killy", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,400", "CSINR": "", "KURTZ": "", "PHAS_": "0,600", "STUND": "5,17", "CFEPNR": "982", "EXTEND": "", "NATION": "FRA", "TAGMON": "30.08.", "ZITATE": "DHKMSBF", "ZITSUM": "7", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean Claude", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "30.08.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "6"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1943-08-30 05:10", "place": {"c3": ""}, "date-ut": "1943-08-30 03:10"}, "occus": ["skier"], "ids-in-sources": {"cfepp-final3": "982"}}, "raw": {"S": "3", "LT": "05 10", "LV": "M", "TR": "f", "UT": "03 10", "LAT": "+48.85", "SRC": "L", "LONG": "-02.20", "NAME": "KILLY Jean-Claude", "SPORT": "Skiing", "LOC_DATE": "1943 08 30", "UNIV_DATE": "1943 08 30", "BIRTH_PLACE": "ST CLOUD", "POSTAL_CODE": "92211 CEDEX"}, "date": "2023-08-20T14:46:16+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16238	lacroix-leo-1937-11-26	{"d6": "234", "wd": "Q522782", "3a_sports": "2318", "ertel-sport": "2318", "cfepp-final3": "984"}	{"wd": "Q522782", "cfepp": "CF-984", "ertel": "ES-2318", "lerrcp": "D6-234"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léo", "family": "Lacroix", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1937-11-26 03:00", "note": null, "place": {"c1": null, "c2": "39", "c3": "", "cy": "FR", "lg": 46.5328, "lat": 6.1375, "name": "Bois-d'Amont", "geoid": 3032067}, "notime": null, "date-ut": "1937-11-26 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"name": {"given": "Léo", "family": "Lacroix"}, "birth": {"date": "1937-11-26", "place": {"c2": "39", "cy": "FR", "lg": 46.5328, "lat": 6.1375, "name": "Bois-d'Amont", "geoid": 3032067}}, "notes": ["This person is present in Ertel sportsmen list, but not present in cura5 D6 list.\\n<br>Informations come from <a href=\\"https://fr.wikipedia.org/wiki/L%C3%A9o_Lacroix_(ski_alpin)\\">https://fr.wikipedia.org/wiki/Léo_Lacroix_(ski_alpin)</a>\\n"], "occus": ["skier"], "trust": 5, "partial-ids": {"wd": "Q522782", "ertel": "ES-2318", "lerrcp": "D6-234"}, "ids-in-sources": {"d6": "234", "wd": "Q522782", "ertel-sport": "2318"}}, "raw": {"trust": 5, "notes.0": "This person is present in Ertel sportsmen list, but not present in cura5 D6 list.\\n<br>Informations come from <a href=\\"https://fr.wikipedia.org/wiki/L%C3%A9o_Lacroix_(ski_alpin)\\">https://fr.wikipedia.org/wiki/Léo_Lacroix_(ski_alpin)</a>\\n", "occus.0": "skier", "birth.date": "1937-11-26", "name.given": "Léo", "name.family": "Lacroix", "birth.place.c2": "39", "birth.place.cy": "FR", "birth.place.lg": 46.5328, "partial-ids.wd": "Q522782", "birth.place.lat": 6.1375, "birth.place.name": "Bois-d'Amont", "birth.place.geoid": 3032067, "ids-in-sources.d6": "234", "ids-in-sources.wd": "Q522782", "partial-ids.ertel": "ES-2318", "partial-ids.lerrcp": "D6-234", "ids-in-sources.ertel-sport": "2318"}, "date": "2023-08-20T14:44:02+02:00", "source": "D6.yml", "command": "db init tweaks D6.yml"}, {"new": {"sex": "M", "occus": ["skier"], "partial-ids": {"ertel": "ES-2318"}}, "raw": {"L": "", "MF": "", "NR": "2318", "ENG": "", "MA_": "1", "G_NR": "234", "MA12": "9", "MARS": "26", "NAME": "Lacroix", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-10,50", "CSINR": "", "KURTZ": "", "PHAS_": "39,700", "STUND": "", "CFEPNR": "984", "EXTEND": "", "NATION": "FRA", "TAGMON": "26.11.", "ZITATE": "DKM", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Léo", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "26.11.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1937-11-26 03:00", "place": {"c3": ""}, "date-ut": "1937-11-26 03:00"}, "occus": ["skier"], "ids-in-sources": {"cfepp-final3": "984"}}, "raw": {"S": "9", "LT": "03 00", "LV": "O", "TR": "f", "UT": "03 00", "LAT": "+46.53", "SRC": "L", "LONG": "-06.15", "NAME": "LACROIX Leo", "SPORT": "Skiing", "LOC_DATE": "1937 11 26", "UNIV_DATE": "1937 11 26", "BIRTH_PLACE": "BOIS D'AMONT", "POSTAL_CODE": "39220"}, "date": "2023-08-20T14:46:16+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	["This person is present in Ertel sportsmen list, but not present in cura5 D6 list.\\n<br>Informations come from <a href=\\"https://fr.wikipedia.org/wiki/L%C3%A9o_Lacroix_(ski_alpin)\\">https://fr.wikipedia.org/wiki/Léo_Lacroix_(ski_alpin)</a>\\n"]
2015	goitschel-marielle-1945-09-28	{"a1": "2017", "3a_sports": "1894", "cfepp-final3": "980"}	{"cfepp": "CF-980", "cpara": "CP-209", "ertel": "ES-1894", "lerrcp": "A1-2017"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marielle", "family": "Goitschel", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1945-09-28 14:15", "note": null, "place": {"c1": null, "c2": "83", "c3": "", "cy": "FR", "lg": 6.63849, "lat": 43.30907, "name": "Sainte-Maxime", "geoid": 2980402}, "notime": null, "date-ut": "1945-09-28 13:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"name": {"given": "Marielle", "family": "Goitschel"}, "birth": {"tzo": "+01:00", "date": "1945-09-28 14:15", "place": {"c2": "83", "cy": "FR", "lg": 6.63849, "lat": 43.30907, "name": "Sainte-Maxime", "geoid": 2980402}, "date-ut": "1945-09-28 13:15"}, "occus": ["skier"], "trust": 5, "partial_ids": {"lerrcp": "A1-2017"}, "ids-in-sources": {"a1": "2017"}}, "raw": {"H": "14", "MN": "15", "TZ": "-1", "COD": "83", "COU": "F", "DAY": "28", "LAT": "43N32", "LON": "6E28", "MON": "9", "NUM": "2017", "PRO": "C", "SEC": "0", "YEA": "1945", "CITY": "STE-MAXIME"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "F", "birth": {"date": "1945-09-28 14:15"}, "partial-ids": {"ertel": "ES-1894"}}, "raw": {"L": "", "MF": "F", "NR": "1894", "ENG": "", "MA_": "1", "G_NR": "2017", "MA12": "6", "MARS": "18", "NAME": "Goitschel", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,90", "CSINR": "", "KURTZ": "d", "PHAS_": "55,400", "STUND": "14,25", "CFEPNR": "980", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.09.", "ZITATE": "DHKSF", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "209", "VORNAME": "Marielle", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "28.09.1945", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1945-09-28 14:15", "place": {"c3": ""}, "date-ut": "1945-09-28 13:15"}, "occus": ["skier"], "ids-in-sources": {"cfepp-final3": "980"}}, "raw": {"S": "6", "LT": "14 15", "LV": "M", "TR": "f", "UT": "13 15", "LAT": "+43.30", "SRC": "L", "LONG": "-06.64", "NAME": "GOITSCHEL Marielle", "SPORT": "Skiing", "LOC_DATE": "1945 09 28", "UNIV_DATE": "1945 09 28", "BIRTH_PLACE": "STE MAXIME", "POSTAL_CODE": "83120"}, "date": "2023-08-20T14:46:16+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23560	melquiond-jules-1941-08-19	{"3a_sports": "2804", "cfepp-final3": "989"}	{"cfepp": "CF-989", "ertel": "ES-2804"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Melquiond", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-08-19 15:30", "note": null, "place": {"c1": null, "c2": "05", "c3": "", "cy": "FR", "lg": -6.59, "lat": 44.91, "name": "SERRE CHEVALIER", "geoid": null}, "notime": null, "date-ut": "1941-08-19 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jules", "family": "Melquiond"}, "birth": {"date": "1941-08-19", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2804", "ENG": "", "MA_": "0", "G_NR": "294", "MA12": "9", "MARS": "25", "NAME": "Melquiond", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-7,900", "CSINR": "", "KURTZ": "", "PHAS_": "15,500", "STUND": "", "CFEPNR": "989", "EXTEND": "", "NATION": "FRA", "TAGMON": "19.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jules", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "19.08.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SKII", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1941-08-19 15:30", "place": {"c2": "05", "c3": "", "cy": "FR", "lg": -6.59, "lat": 44.91, "name": "SERRE CHEVALIER"}, "date-ut": "1941-08-19 13:30"}, "occus": ["skier"], "ids-in-sources": {"cfepp-final3": "989"}}, "raw": {"S": "9", "LT": "15 30", "LV": "I", "TR": "f", "UT": "13 30", "LAT": "+44.91", "SRC": "L", "LONG": "-06.59", "NAME": "MELQUIOND Jules", "SPORT": "Skiing", "LOC_DATE": "1941 08 19", "UNIV_DATE": "1941 08 19", "BIRTH_PLACE": "SERRE CHEVALIER", "POSTAL_CODE": "05240"}, "date": "2023-08-20T14:46:16+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23661	oreiller-henri-1925-12-05	{"3a_sports": "3093", "cfepp-final3": "992"}	{"cfepp": "CF-992", "ertel": "ES-3093"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Oreiller", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-12-05 15:15", "note": null, "place": {"c1": null, "c2": "75", "c3": "12", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1925-12-05 15:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"sex": "M", "name": {"given": "Henri", "family": "Oreiller"}, "birth": {"date": "1925-12-05", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3093", "ENG": "", "MA_": "1", "G_NR": "18", "MA12": "7", "MARS": "19", "NAME": "Oreiller", "PUBL": "U", "QUEL": "G_79F", "AUFAB": "-6,800", "CSINR": "", "KURTZ": "", "PHAS_": "80,900", "STUND": "", "CFEPNR": "992", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.12.", "ZITATE": "DHKS", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "05.12.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1925-12-05 15:15", "place": {"c2": "75", "c3": "12", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1925-12-05 15:15"}, "occus": ["skier"], "ids-in-sources": {"cfepp-final3": "992"}}, "raw": {"S": "7", "LT": "15 15", "LV": "O", "TR": "f", "UT": "15 15", "LAT": "+48.86", "SRC": "AL", "LONG": "-02.34", "NAME": "OREILLER Henri", "SPORT": "Skiing", "LOC_DATE": "1925 12 05", "UNIV_DATE": "1925 12 05", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75012"}, "date": "2023-08-20T14:46:16+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23740	pires-roger-1940-10-12	{"3a_sports": "3306", "cfepp-final3": "997"}	{"cfepp": "CF-997", "ertel": "ES-3306"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Pires", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-10-12 22:00", "note": null, "place": {"c1": null, "c2": "01", "c3": "", "cy": "FR", "lg": -5.6, "lat": 45.98, "name": "HAUTEVILLE LOMPNES", "geoid": null}, "notime": null, "date-ut": "1940-10-12 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"sex": "M", "name": {"given": "Roger", "family": "Pires"}, "birth": {"date": "1940-10-12", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3306", "ENG": "", "MA_": "0", "G_NR": "351", "MA12": "8", "MARS": "24", "NAME": "Pires", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "7,700", "CSINR": "", "KURTZ": "", "PHAS_": "84,000", "STUND": "", "CFEPNR": "997", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "12.10.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1940-10-12 22:00", "place": {"c2": "01", "c3": "", "cy": "FR", "lg": -5.6, "lat": 45.98, "name": "HAUTEVILLE LOMPNES"}, "date-ut": "1940-10-12 21:00"}, "occus": ["skier"], "ids-in-sources": {"cfepp-final3": "997"}}, "raw": {"S": "9", "LT": "22 00", "LV": "FI", "TR": "f", "UT": "21 00", "LAT": "+45.98", "SRC": "L", "LONG": "-05.60", "NAME": "PIRES Roger", "SPORT": "Skiing", "LOC_DATE": "1940 10 12", "UNIV_DATE": "1940 10 12", "BIRTH_PLACE": "HAUTEVILLE LOMPNES", "POSTAL_CODE": "01110"}, "date": "2023-08-20T14:46:16+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23749	poirot-gilbert-1944-09-21	{"3a_sports": "3333", "cfepp-final3": "998"}	{"cfepp": "CF-998", "ertel": "ES-3333"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilbert", "family": "Poirot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1944-09-21 01:30", "note": null, "place": {"c1": null, "c2": "88", "c3": "", "cy": "FR", "lg": -6.87, "lat": 48, "name": "LA BRESSE", "geoid": null}, "notime": null, "date-ut": "1944-09-20 23:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gilbert", "family": "Poirot"}, "birth": {"date": "1944-09-21", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3333", "ENG": "", "MA_": "1", "G_NR": "356", "MA12": "9", "MARS": "26", "NAME": "Poirot", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "5,100", "CSINR": "", "KURTZ": "", "PHAS_": "10,800", "STUND": "", "CFEPNR": "998", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gilbert", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "21.09.1944", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SKII", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1944-09-21 01:30", "place": {"c2": "88", "c3": "", "cy": "FR", "lg": -6.87, "lat": 48, "name": "LA BRESSE"}, "date-ut": "1944-09-20 23:30"}, "occus": ["skier"], "ids-in-sources": {"cfepp-final3": "998"}}, "raw": {"S": "9", "LT": "01 30", "LV": "FI", "TR": "f", "UT": "23 30", "LAT": "+48.00", "SRC": "L", "LONG": "-06.87", "NAME": "POIROT Gilbert", "SPORT": "Skiing", "LOC_DATE": "1944 09 21", "UNIV_DATE": "1944 09 20", "BIRTH_PLACE": "LA BRESSE", "POSTAL_CODE": "88250"}, "date": "2023-08-20T14:46:16+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23766	prince-cecile-1937-05-15	{"3a_sports": "3381", "cfepp-final3": "999"}	{"cfepp": "CF-999", "ertel": "ES-3381"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cécile", "family": "Prince", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1937-05-15 20:40", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": -5.73, "lat": 45.19, "name": "GRENOBLE", "geoid": null}, "notime": null, "date-ut": "1937-05-15 19:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"sex": "F", "name": {"given": "Cécile", "family": "Prince"}, "birth": {"date": "1937-05-15", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "3381", "ENG": "1", "MA_": "2", "G_NR": "359", "MA12": "1", "MARS": "1", "NAME": "Prince", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "9,500", "CSINR": "", "KURTZ": "", "PHAS_": "26,200", "STUND": "", "CFEPNR": "999", "EXTEND": "1", "NATION": "FRA", "TAGMON": "15.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Cécile", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "15.05.1937", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1937-05-15 20:40", "place": {"c2": "38", "c3": "", "cy": "FR", "lg": -5.73, "lat": 45.19, "name": "GRENOBLE"}, "date-ut": "1937-05-15 19:40"}, "occus": ["skier"], "ids-in-sources": {"cfepp-final3": "999"}}, "raw": {"S": "1", "LT": "20 40", "LV": "I", "TR": "f", "UT": "19 40", "LAT": "+45.19", "SRC": "L", "LONG": "-05.73", "NAME": "PRINCE Cecile", "SPORT": "Skiing", "LOC_DATE": "1937 05 15", "UNIV_DATE": "1937 05 15", "BIRTH_PLACE": "GRENOBLE", "POSTAL_CODE": "38021 CEDEX"}, "date": "2023-08-20T14:46:16+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23960	stamos-pierre-1941-02-14	{"3a_sports": "3884", "cfepp-final3": "1004"}	{"cfepp": "CF-1004", "ertel": "ES-3884"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Stamos", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-02-14 10:20", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": -6.62, "lat": 45.86, "name": "MEGEVE", "geoid": null}, "notime": null, "date-ut": "1941-02-14 09:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"sex": "M", "name": {"given": "Pierre", "family": "Stamos"}, "birth": {"date": "1941-02-14", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3884", "ENG": "1", "MA_": "2", "G_NR": "423", "MA12": "4", "MARS": "12", "NAME": "Stamos", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-3,900", "CSINR": "", "KURTZ": "", "PHAS_": "94,800", "STUND": "", "CFEPNR": "1004", "EXTEND": "1", "NATION": "FRA", "TAGMON": "14.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "14.02.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1941-02-14 10:20", "place": {"c2": "74", "c3": "", "cy": "FR", "lg": -6.62, "lat": 45.86, "name": "MEGEVE"}, "date-ut": "1941-02-14 09:20"}, "occus": ["skier"], "ids-in-sources": {"cfepp-final3": "1004"}}, "raw": {"S": "5", "LT": "10 20", "LV": "I", "TR": "f", "UT": "09 20", "LAT": "+45.86", "SRC": "L", "LONG": "-06.62", "NAME": "STAMOS Pierre", "SPORT": "Skiing", "LOC_DATE": "1941 02 14", "UNIV_DATE": "1941 02 14", "BIRTH_PLACE": "MEGEVE", "POSTAL_CODE": "74120"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16171	steurer-florence-1949-11-01	{"d6": "384", "3a_sports": "3904", "cfepp-final3": "1005"}	{"cfepp": "CF-1005", "ertel": "ES-3904", "lerrcp": "D6-384"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Florence", "family": "Steurer", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1949-11-01 23:30", "note": null, "place": {"c1": null, "c2": "69", "c3": "", "cy": "FR", "lg": -4.83, "lat": 45.75, "name": "LYON", "geoid": null}, "notime": null, "date-ut": "1949-11-01 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"name": {"given": "Florence", "family": "Steurer"}, "birth": {"date": "1949-11-01 23:30", "place": {"cy": "FR", "lg": 4.83333, "lat": 45.76667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "384"}}, "raw": {"H": "23", "MN": "30", "DAY": "1", "LAT": "45N46", "LON": "04E50", "MON": "11", "NUM": "384", "SEC": "0", "YEA": "1949", "NAME": "Steurer Florence"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "F", "occus": ["skier"], "partial-ids": {"ertel": "ES-3904"}}, "raw": {"L": "", "MF": "F", "NR": "3904", "ENG": "", "MA_": "0", "G_NR": "384", "MA12": "11", "MARS": "33", "NAME": "Steurer", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "8,100", "CSINR": "", "KURTZ": "", "PHAS_": "80,200", "STUND": "", "CFEPNR": "1005", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.11.", "ZITATE": "DKM", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Florence", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "01.11.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1949-11-01 23:30", "place": {"c2": "69", "c3": "", "cy": "FR", "lg": -4.83, "lat": 45.75, "name": "LYON"}, "date-ut": "1949-11-01 22:30"}, "occus": ["skier"], "ids-in-sources": {"cfepp-final3": "1005"}}, "raw": {"S": "11", "LT": "23 30", "LV": "O", "TR": "f", "UT": "22 30", "LAT": "+45.75", "SRC": "L", "LONG": "-04.83", "NAME": "STEURER Florence", "SPORT": "Skiing", "LOC_DATE": "1949 11 01", "UNIV_DATE": "1949 11 01", "BIRTH_PLACE": "LYON", "POSTAL_CODE": "69205 CEDEX  01"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23318	guyon-jean-jacques-1932-12-21	{"3a_sports": "2032", "cfepp-final3": "1009"}	{"cfepp": "CF-1009", "ertel": "ES-2032"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Jacques", "family": "Guyon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-12-21 17:50", "note": null, "place": {"c1": null, "c2": "75", "c3": "15", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1932-12-21 17:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["equestrian"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean Jacques", "family": "Guyon"}, "birth": {"date": "1932-12-21", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2032", "ENG": "", "MA_": "1", "G_NR": "15", "MA12": "10", "MARS": "29", "NAME": "Guyon", "PUBL": "U", "QUEL": "G_79F", "AUFAB": "-10,80", "CSINR": "", "KURTZ": "", "PHAS_": "48,500", "STUND": "", "CFEPNR": "1009", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean Jacques", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "21.12.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "HORS", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1932-12-21 17:50", "place": {"c2": "75", "c3": "15", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1932-12-21 17:50"}, "occus": ["equestrian"], "ids-in-sources": {"cfepp-final3": "1009"}}, "raw": {"S": "10", "LT": "17 50", "LV": "O", "TR": "f", "UT": "17 50", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "GUYON Jean-Jacques", "SPORT": "Equestrian Sports", "LOC_DATE": "1932 12 21", "UNIV_DATE": "1932 12 21", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75015"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
2029	clave-pierre-1887-07-12	{"a1": "2031", "g55": "03-428", "3a_sports": "1032", "cfepp-final3": "1008"}	{"g55": "03-428", "cfepp": "CF-1008", "ertel": "ES-1032", "lerrcp": "A1-2031"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Clave", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-00:02:14", "date": "1887-07-12 06:00", "note": null, "place": {"c1": null, "c2": "40", "c3": "", "cy": "FR", "lg": -0.55669, "lat": 43.68156, "name": "Sainte-Colombe", "geoid": 2980698}, "notime": null, "date-ut": "1887-07-12 06:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["equestrian"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Clave"}, "birth": {"tzo": "-00:02:14", "date": "1887-07-12 06:00", "place": {"c2": "40", "cy": "FR", "lg": -0.55669, "lat": 43.68156, "name": "Sainte-Colombe", "geoid": 2980698}, "date-ut": "1887-07-12 06:02"}, "occus": ["equestrian"], "trust": 5, "partial_ids": {"lerrcp": "A1-2031"}, "ids-in-sources": {"a1": "2031"}}, "raw": {"H": "6", "MN": "2", "TZ": "0", "COD": "40", "COU": "F", "DAY": "12", "LAT": "43N54", "LON": "0W30", "MON": "7", "NUM": "2031", "PRO": "C", "SEC": "0", "YEA": "1887", "CITY": "STE-COLOMBE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1887-07-12 06:00"}, "partial-ids": {"ertel": "ES-1032"}}, "raw": {"L": "", "MF": "", "NR": "1032", "ENG": "", "MA_": "1", "G_NR": "2031", "MA12": "2", "MARS": "4", "NAME": "Clavé", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,900", "CSINR": "", "KURTZ": "", "PHAS_": "62,300", "STUND": "6,00", "CFEPNR": "1008", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "12.07.1887", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "HORS", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1887-07-12 06:00", "place": {"c3": ""}, "date-ut": "1887-07-12 06:02"}, "occus": ["equestrian"], "ids-in-sources": {"cfepp-final3": "1008"}}, "raw": {"S": "2", "LT": "06 00", "LV": "I", "TR": "f", "UT": "06 02", "LAT": "+43.68", "SRC": "AG", "LONG": "+00.56", "NAME": "CLAVE Pierre", "SPORT": "Equestrian Sports", "LOC_DATE": "1887 07 12", "UNIV_DATE": "1887 07 12", "BIRTH_PLACE": "STE COLOMBE", "POSTAL_CODE": "40700"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-428"}, "ids-in-source": {"g55": "03-428"}}, "raw": {"DAY": "12-7-1887", "HOUR": "6 h.", "NAME": "CLAVE Pierre", "PLACE": "Sainte-Colombe (Landes)."}, "date": "2023-08-20T14:48:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
23435	legoff-jack-1931-04-08	{"3a_sports": "2440", "cfepp-final3": "1013"}	{"cfepp": "CF-1013", "ertel": "ES-2440"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jack", "family": "Legoff", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-04-08 10:30", "note": null, "place": {"c1": null, "c2": "61", "c3": "", "cy": "FR", "lg": -0.09, "lat": 48.43, "name": "ALENCON", "geoid": null}, "notime": null, "date-ut": "1931-04-08 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["equestrian"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jack", "family": "Legoff"}, "birth": {"date": "1931-04-08", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2440", "ENG": "", "MA_": "0", "G_NR": "252", "MA12": "12", "MARS": "34", "NAME": "Legoff", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "68,600", "STUND": "", "CFEPNR": "1013", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.04.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jack", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "08.04.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "HORS", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1931-04-08 10:30", "place": {"c2": "61", "c3": "", "cy": "FR", "lg": -0.09, "lat": 48.43, "name": "ALENCON"}, "date-ut": "1931-04-08 10:30"}, "occus": ["equestrian"], "ids-in-sources": {"cfepp-final3": "1013"}}, "raw": {"S": "12", "LT": "10 30", "LV": "FI", "TR": "f", "UT": "10 30", "LAT": "+48.43", "SRC": "L", "LONG": "-00.09", "NAME": "LEGOFF Jack", "SPORT": "Equestrian Sports", "LOC_DATE": "1931 04 08", "UNIV_DATE": "1931 04 08", "BIRTH_PLACE": "ALENCON", "POSTAL_CODE": "61014 CEDEX"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23437	legoupil-andre-1931-01-07	{"3a_sports": "2442", "cfepp-final3": "1014"}	{"cfepp": "CF-1014", "ertel": "ES-2442"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Legoupil", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-01-07 12:00", "note": null, "place": {"c1": null, "c2": "50", "c3": "", "cy": "FR", "lg": 1.67, "lat": 49.59, "name": "MARTINVAST", "geoid": null}, "notime": null, "date-ut": "1931-01-07 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["equestrian"]	5	null	[{"new": {"sex": "M", "name": {"given": "André", "family": "Legoupil"}, "birth": {"date": "1931-01-07", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2442", "ENG": "", "MA_": "0", "G_NR": "254", "MA12": "8", "MARS": "23", "NAME": "Legoupil", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-5,400", "CSINR": "", "KURTZ": "", "PHAS_": "91,500", "STUND": "", "CFEPNR": "1014", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "07.01.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "HORS", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1931-01-07 12:00", "place": {"c2": "50", "c3": "", "cy": "FR", "lg": 1.67, "lat": 49.59, "name": "MARTINVAST"}, "date-ut": "1931-01-07 12:00"}, "occus": ["equestrian"], "ids-in-sources": {"cfepp-final3": "1014"}}, "raw": {"S": "8", "LT": "12 00", "LV": "FI", "TR": "f", "UT": "12 00", "LAT": "+49.59", "SRC": "L", "LONG": "+01.67", "NAME": "LEGOUPIL Andre", "SPORT": "Equestrian Sports", "LOC_DATE": "1931 01 07", "UNIV_DATE": "1931 01 07", "BIRTH_PLACE": "MARTINVAST", "POSTAL_CODE": "50690"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
16142	rozier-marcel-1936-03-22	{"d6": "355", "3a_sports": "3615", "cfepp-final3": "1016"}	{"cfepp": "CF-1016", "ertel": "ES-3615", "lerrcp": "D6-355"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Rozier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1936-03-22 08:00", "note": null, "place": {"c1": null, "c2": "01", "c3": "", "cy": "FR", "lg": -4.86, "lat": 46.15, "name": "ST ETIENNE SUR CHALARONNE", "geoid": null}, "notime": null, "date-ut": "1936-03-22 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["equestrian"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Rozier"}, "birth": {"date": "1936-03-22 08:00", "place": {"cy": "FR", "lg": 4.8, "lat": 46.16667}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "355"}}, "raw": {"H": "8", "MN": "0", "DAY": "22", "LAT": "46N10", "LON": "04E48", "MON": "3", "NUM": "355", "SEC": "0", "YEA": "1936", "NAME": "Rozier Marcel"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["equestrian"], "partial-ids": {"ertel": "ES-3615"}}, "raw": {"L": "", "MF": "", "NR": "3615", "ENG": "1", "MA_": "2", "G_NR": "355", "MA12": "1", "MARS": "3", "NAME": "Rozier", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-4,900", "CSINR": "", "KURTZ": "", "PHAS_": "2,300", "STUND": "", "CFEPNR": "1016", "EXTEND": "1", "NATION": "FRA", "TAGMON": "22.03.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "22.03.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "HORS", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1936-03-22 08:00", "place": {"c2": "01", "c3": "", "cy": "FR", "lg": -4.86, "lat": 46.15, "name": "ST ETIENNE SUR CHALARONNE"}, "date-ut": "1936-03-22 08:00"}, "occus": ["equestrian"], "ids-in-sources": {"cfepp-final3": "1016"}}, "raw": {"S": "1", "LT": "08 00", "LV": "FI", "TR": "f", "UT": "08 00", "LAT": "+46.15", "SRC": "L", "LONG": "-04.86", "NAME": "ROZIER Marcel", "SPORT": "Equestrian Sports", "LOC_DATE": "1936 03 22", "UNIV_DATE": "1936 03 22", "BIRTH_PLACE": "ST ETIENNE SUR CHALARONNE", "POSTAL_CODE": "01140"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23886	sarrazin-jean-1934-02-05	{"3a_sports": "3686", "cfepp-final3": "1017"}	{"cfepp": "CF-1017", "ertel": "ES-3686"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Sarrazin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-02-05 13:30", "note": null, "place": {"c1": null, "c2": "01", "c3": "", "cy": "FR", "lg": -5.15, "lat": 46.05, "name": "ST NIZIER LE DESERT", "geoid": null}, "notime": null, "date-ut": "1934-02-05 13:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["equestrian"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean", "family": "Sarrazin"}, "birth": {"date": "1934-02-05", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3686", "ENG": "1", "MA_": "2", "G_NR": "407", "MA12": "4", "MARS": "11", "NAME": "Sarrazin", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-8,400", "CSINR": "", "KURTZ": "", "PHAS_": "74,600", "STUND": "", "CFEPNR": "1017", "EXTEND": "1", "NATION": "FRA", "TAGMON": "05.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "05.02.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "HORS", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1934-02-05 13:30", "place": {"c2": "01", "c3": "", "cy": "FR", "lg": -5.15, "lat": 46.05, "name": "ST NIZIER LE DESERT"}, "date-ut": "1934-02-05 13:30"}, "occus": ["equestrian"], "ids-in-sources": {"cfepp-final3": "1017"}}, "raw": {"S": "4", "LT": "13 30", "LV": "I", "TR": "f", "UT": "13 30", "LAT": "+46.05", "SRC": "L", "LONG": "-05.15", "NAME": "SARRAZIN Jean", "SPORT": "Equestrian Sports", "LOC_DATE": "1934 02 05", "UNIV_DATE": "1934 02 05", "BIRTH_PLACE": "ST NIZIER LE DESERT", "POSTAL_CODE": "01320"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24244	barat-florence-1945-01-26	{"cfepp-final3": "1058"}	{"cfepp": "CF-1058"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Florence", "family": "BARAT", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1945-01-26 20:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "17", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1945-01-26 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["volleyball-player"]	5	null	[{"new": {"name": {"given": "Florence", "family": "BARAT"}, "birth": {"date": "1945-01-26 20:30", "place": {"c2": "75", "c3": "17", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1945-01-26 19:30"}, "occus": ["volleyball-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "1058"}}, "raw": {"S": "8", "LT": "20 30", "LV": "I", "TR": "f", "UT": "19 30", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "BARAT Florence", "SPORT": "Volleyball", "LOC_DATE": "1945 01 26", "UNIV_DATE": "1945 01 26", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75017"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22700	barthes-pierre-1941-09-13	{"3a_sports": "264", "cfepp-final3": "1018"}	{"cfepp": "CF-1018", "ertel": "ES-264"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Barthes", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-09-13 14:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": -3.22, "lat": 43.34, "name": "BEZIERS", "geoid": null}, "notime": null, "date-ut": "1941-09-13 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Pierre", "family": "Barthes"}, "birth": {"date": "1941-09-13", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "264", "ENG": "", "MA_": "0", "G_NR": "25", "MA12": "9", "MARS": "25", "NAME": "Barthes", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,200", "CSINR": "", "KURTZ": "", "PHAS_": "57,900", "STUND": "", "CFEPNR": "1018", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "13.09.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1941-09-13 14:00", "place": {"c2": "34", "c3": "", "cy": "FR", "lg": -3.22, "lat": 43.34, "name": "BEZIERS"}, "date-ut": "1941-09-13 12:00"}, "occus": ["tennis-player"], "ids-in-sources": {"cfepp-final3": "1018"}}, "raw": {"S": "9", "LT": "14 00", "LV": "I", "TR": "f", "UT": "12 00", "LAT": "+43.34", "SRC": "L", "LONG": "-03.22", "NAME": "BARTHES Pierre", "SPORT": "Tennis", "LOC_DATE": "1941 09 13", "UNIV_DATE": "1941 09 13", "BIRTH_PLACE": "BEZIERS", "POSTAL_CODE": "34321 CEDEX"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24233	colin-robert-1924-12-06	{"cfepp-final3": "1023"}	{"cfepp": "CF-1023"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "COLIN", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1924-12-06 12:25", "note": null, "place": {"c1": null, "c2": "75", "c3": "15", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1924-12-06 12:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Robert", "family": "COLIN"}, "birth": {"date": "1924-12-06 12:25", "place": {"c2": "75", "c3": "15", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1924-12-06 12:25"}, "occus": ["tennis-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "1023"}}, "raw": {"S": "12", "LT": "12 25", "LV": "I", "TR": "f", "UT": "12 25", "LAT": "+48.86", "SRC": "A", "LONG": "-02.34", "NAME": "COLIN Robert", "SPORT": "Tennis", "LOC_DATE": "1924 12 06", "UNIV_DATE": "1924 12 06", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75015"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24234	de-kermadec-gil-1922-01-01	{"cfepp-final3": "1024"}	{"cfepp": "CF-1024"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gil", "family": "DE KERMADEC", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1922-01-01 16:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "1", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1922-01-01 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Gil", "family": "DE KERMADEC"}, "birth": {"date": "1922-01-01 16:00", "place": {"c2": "75", "c3": "1", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1922-01-01 16:00"}, "occus": ["tennis-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "1024"}}, "raw": {"S": "8", "LT": "16 00", "LV": "I", "TR": "f", "UT": "16 00", "LAT": "+48.86", "SRC": "A", "LONG": "-02.34", "NAME": "DE KERMADEC Gil", "SPORT": "Tennis", "LOC_DATE": "1922 01 01", "UNIV_DATE": "1922 01 01", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75001"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23064	delhomme-guy-1922-07-14	{"3a_sports": "1333", "cfepp-final3": "1026"}	{"cfepp": "CF-1026", "ertel": "ES-1333"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Delhomme", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-07-14 21:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": 0.62, "lat": 44.87, "name": "LE BOUSCAT", "geoid": null}, "notime": null, "date-ut": "1922-07-14 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Guy", "family": "Delhomme"}, "birth": {"date": "1922-07-14", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1333", "ENG": "0", "MA_": "2", "G_NR": "62", "MA12": "3", "MARS": "9", "NAME": "Delhomme", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-7,200", "CSINR": "", "KURTZ": "", "PHAS_": "78,800", "STUND": "", "CFEPNR": "1026", "EXTEND": "1", "NATION": "FRA", "TAGMON": "14.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Guy", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "14.07.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TENN", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1922-07-14 21:00", "place": {"c2": "33", "c3": "", "cy": "FR", "lg": 0.62, "lat": 44.87, "name": "LE BOUSCAT"}, "date-ut": "1922-07-14 20:00"}, "occus": ["tennis-player"], "ids-in-sources": {"cfepp-final3": "1026"}}, "raw": {"S": "3", "LT": "21 00", "LV": "I", "TR": "f", "UT": "20 00", "LAT": "+44.87", "SRC": "A", "LONG": "+00.62", "NAME": "DELHOMME Guy", "SPORT": "Tennis", "LOC_DATE": "1922 07 14", "UNIV_DATE": "1922 07 14", "BIRTH_PLACE": "LE BOUSCAT", "POSTAL_CODE": "33110"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15895	comte-michel-1943-09-27	{"d6": "107", "3a_sports": "1075", "cfepp-final3": "1059"}	{"cfepp": "CF-1059", "ertel": "ES-1075", "lerrcp": "D6-107"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Comte", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-09-27 19:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": -4.66, "lat": 43.8, "name": "TARASCON", "geoid": null}, "notime": null, "date-ut": "1943-09-27 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["volleyball-player"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Comte"}, "birth": {"date": "1943-09-27 19:00", "place": {"cy": "FR", "lg": 4.65, "lat": 43.8}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "107"}}, "raw": {"H": "19", "MN": "0", "DAY": "27", "LAT": "43N48", "LON": "04E39", "MON": "9", "NUM": "107", "SEC": "0", "YEA": "1943", "NAME": "Comte Michel"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["volleyball-player"], "partial-ids": {"ertel": "ES-1075"}}, "raw": {"L": "", "MF": "", "NR": "1075", "ENG": "", "MA_": "1", "G_NR": "107", "MA12": "10", "MARS": "29", "NAME": "Comte", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-5,200", "CSINR": "", "KURTZ": "", "PHAS_": "5,800", "STUND": "", "CFEPNR": "1059", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Michel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "27.09.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "VOLL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1943-09-27 19:00", "place": {"c2": "13", "c3": "", "cy": "FR", "lg": -4.66, "lat": 43.8, "name": "TARASCON"}, "date-ut": "1943-09-27 17:00"}, "occus": ["volleyball-player"], "ids-in-sources": {"cfepp-final3": "1059"}}, "raw": {"S": "10", "LT": "19 00", "LV": "I100", "TR": "f", "UT": "17 00", "LAT": "+43.80", "SRC": "L", "LONG": "-04.66", "NAME": "COMTE Michel", "SPORT": "Volleyball", "LOC_DATE": "1943 09 27", "UNIV_DATE": "1943 09 27", "BIRTH_PLACE": "TARASCON", "POSTAL_CODE": "13150"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23075	destreman-bernard-1917-02-11	{"3a_sports": "1382", "cfepp-final3": "1027"}	{"cfepp": "CF-1027", "ertel": "ES-1382"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Destreman", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1917-02-11 10:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "16", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1917-02-11 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bernard", "family": "Destreman"}, "birth": {"date": "1917-02-11", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1382", "ENG": "", "MA_": "1", "G_NR": "11", "MA12": "7", "MARS": "19", "NAME": "Destreman", "PUBL": "U", "QUEL": "G_79F", "AUFAB": "-5,800", "CSINR": "", "KURTZ": "", "PHAS_": "86,900", "STUND": "", "CFEPNR": "1027", "EXTEND": "", "NATION": "FRA", "TAGMON": "11.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Bernard", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "11.02.1917", "GQBECORR": "c", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1917-02-11 10:30", "place": {"c2": "75", "c3": "16", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1917-02-11 10:30"}, "occus": ["tennis-player"], "ids-in-sources": {"cfepp-final3": "1027"}}, "raw": {"S": "2", "LT": "10 30", "LV": "FI", "TR": "f", "UT": "10 30", "LAT": "+48.86", "SRC": "AL", "LONG": "-02.34", "NAME": "DESTREMEAU Bernard", "SPORT": "Tennis", "LOC_DATE": "1917 02 11", "UNIV_DATE": "1917 02 11", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75016"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24235	feret-paul-1901-02-23	{"cfepp-final3": "1029"}	{"cfepp": "CF-1029"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "FERET", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1901-02-23 08:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "14", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1901-02-23 08:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Paul", "family": "FERET"}, "birth": {"date": "1901-02-23 08:30", "place": {"c2": "75", "c3": "14", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1901-02-23 08:21"}, "occus": ["tennis-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "1029"}}, "raw": {"S": "7", "LT": "08 30", "LV": "I", "TR": "f", "UT": "08 21", "LAT": "+48.86", "SRC": "A", "LONG": "-02.34", "NAME": "FERET Paul", "SPORT": "Tennis", "LOC_DATE": "1901 02 23", "UNIV_DATE": "1901 02 23", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75014"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24236	gentien-antoine-1905-06-13	{"cfepp-final3": "1030"}	{"cfepp": "CF-1030"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "GENTIEN", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1905-06-13 14:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "16", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1905-06-13 13:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "GENTIEN"}, "birth": {"date": "1905-06-13 14:00", "place": {"c2": "75", "c3": "16", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1905-06-13 13:51"}, "occus": ["tennis-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "1030"}}, "raw": {"S": "12", "LT": "14 00", "LV": "I", "TR": "f", "UT": "13 51", "LAT": "+48.86", "SRC": "AL", "LONG": "-02.34", "NAME": "GENTIEN Antoine", "SPORT": "Tennis", "LOC_DATE": "1905 06 13", "UNIV_DATE": "1905 06 13", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75016"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24237	goven-georges-1948-04-27	{"cfepp-final3": "1033"}	{"cfepp": "CF-1033"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "GOVEN", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1948-04-27 11:30", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": -4.83, "lat": 45.75, "name": "LYON", "geoid": null}, "notime": null, "date-ut": "1948-04-27 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Georges", "family": "GOVEN"}, "birth": {"date": "1948-04-27 11:30", "place": {"c2": "69", "cy": "FR", "lg": -4.83, "lat": 45.75, "name": "LYON"}, "date-ut": "1948-04-27 10:30"}, "occus": ["tennis-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "1033"}}, "raw": {"S": "12", "LT": "11 30", "LV": "I", "TR": "f", "UT": "10 30", "LAT": "+45.75", "SRC": "L", "LONG": "-04.83", "NAME": "GOVEN Georges", "SPORT": "Tennis", "LOC_DATE": "1948 04 27", "UNIV_DATE": "1948 04 27", "BIRTH_PLACE": "LYON", "POSTAL_CODE": "69205 CEDEX  01"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24238	jung-sylvia-1904-07-10	{"cfepp-final3": "1035"}	{"cfepp": "CF-1035"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sylvia", "family": "JUNG", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1904-07-10 10:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": -0.12, "lat": 49.49, "name": "LE HAVRE", "geoid": null}, "notime": null, "date-ut": "1904-07-10 09:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Sylvia", "family": "JUNG"}, "birth": {"date": "1904-07-10 10:00", "place": {"c2": "76", "cy": "FR", "lg": -0.12, "lat": 49.49, "name": "LE HAVRE"}, "date-ut": "1904-07-10 09:51"}, "occus": ["tennis-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "1035"}}, "raw": {"S": "3", "LT": "10 00", "LV": "I", "TR": "f", "UT": "09 51", "LAT": "+49.49", "SRC": "A", "LONG": "-00.12", "NAME": "JUNG Sylvia", "SPORT": "Tennis", "LOC_DATE": "1904 07 10", "UNIV_DATE": "1904 07 10", "BIRTH_PLACE": "LE HAVRE", "POSTAL_CODE": "76084 CEDEX"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24072	vissault-henri-1908-09-22	{"3a_sports": "4260", "cfepp-final3": "1045"}	{"cfepp": "CF-1045", "ertel": "ES-4260"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Vissault", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1908-09-22 03:00", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": 1.23, "lat": 47.94, "name": "LA GUERCHE DE BRETAGNE", "geoid": null}, "notime": null, "date-ut": "1908-09-22 02:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Henri", "family": "Vissault"}, "birth": {"date": "1908-09-22", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4260", "ENG": "", "MA_": "0", "G_NR": "203", "MA12": "11", "MARS": "33", "NAME": "Vissault", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-6,600", "CSINR": "", "KURTZ": "", "PHAS_": "11,700", "STUND": "", "CFEPNR": "1045", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "22.09.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1908-09-22 03:00", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": 1.23, "lat": 47.94, "name": "LA GUERCHE DE BRETAGNE"}, "date-ut": "1908-09-22 02:51"}, "occus": ["tennis-player"], "ids-in-sources": {"cfepp-final3": "1045"}}, "raw": {"S": "11", "LT": "03 00", "LV": "F", "TR": "f", "UT": "02 51", "LAT": "+47.94", "SRC": "A", "LONG": "+01.23", "NAME": "VISSAULT Henri", "SPORT": "Tennis", "LOC_DATE": "1908 09 22", "UNIV_DATE": "1908 09 22", "BIRTH_PLACE": "LA GUERCHE DE BRETAGNE", "POSTAL_CODE": "35130"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24242	haguenauer-michel-1916-01-22	{"cfepp-final3": "1046"}	{"cfepp": "CF-1046"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "HAGUENAUER", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1916-01-22 21:15", "note": null, "place": {"c1": null, "c2": "75", "c3": "17", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1916-01-22 21:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["table-tennis-player"]	5	null	[{"new": {"name": {"given": "Michel", "family": "HAGUENAUER"}, "birth": {"date": "1916-01-22 21:15", "place": {"c2": "75", "c3": "17", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1916-01-22 21:15"}, "occus": ["table-tennis-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "1046"}}, "raw": {"S": "2", "LT": "21 15", "LV": "FI", "TR": "f", "UT": "21 15", "LAT": "+48.86", "SRC": "AL", "LONG": "-02.34", "NAME": "HAGUENAUER Michel", "SPORT": "Table Tennis", "LOC_DATE": "1916 01 22", "UNIV_DATE": "1916 01 22", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75017"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24243	colas-paul-1880-05-06	{"cfepp-final3": "1048"}	{"cfepp": "CF-1048"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "COLAS", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1880-05-06 23:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1880-05-06 22:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sport-shooter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "COLAS"}, "birth": {"date": "1880-05-06 23:00", "place": {"c2": "75", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1880-05-06 22:51"}, "occus": ["sport-shooter"], "trust": 5, "ids-in-sources": {"cfepp-final3": "1048"}}, "raw": {"S": "6", "LT": "23 00", "LV": "O", "TR": "f", "UT": "22 51", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "COLAS Paul", "SPORT": "Shooting", "LOC_DATE": "1880 05 06", "UNIV_DATE": "1880 05 06", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75000"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23070	denis-panthou-etiennette-1917-12-23	{"3a_sports": "1358", "cfepp-final3": "1050"}	{"cfepp": "CF-1050", "ertel": "ES-1358"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etiennette", "family": "Denis-Panthou", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1917-12-23 10:00", "note": null, "place": {"c1": null, "c2": "61", "c3": "", "cy": "FR", "lg": 0.02, "lat": 48.74, "name": "ARGENTAN", "geoid": null}, "notime": null, "date-ut": "1917-12-23 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sport-shooter"]	5	null	[{"new": {"sex": "F", "name": {"given": "Etiennette", "family": "Denis-Panthou"}, "birth": {"date": "1917-12-23", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "1358", "ENG": "", "MA_": "0", "G_NR": "65", "MA12": "6", "MARS": "16", "NAME": "Denis-Panthou", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "10,800", "CSINR": "", "KURTZ": "", "PHAS_": "69,400", "STUND": "", "CFEPNR": "1050", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Etiennette", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.12.1917", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SHOO", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1917-12-23 10:00", "place": {"c2": "61", "c3": "", "cy": "FR", "lg": 0.02, "lat": 48.74, "name": "ARGENTAN"}, "date-ut": "1917-12-23 10:00"}, "occus": ["sport-shooter"], "ids-in-sources": {"cfepp-final3": "1050"}}, "raw": {"S": "6", "LT": "10 00", "LV": "F", "TR": "f", "UT": "10 00", "LAT": "+48.74", "SRC": "A", "LONG": "+00.02", "NAME": "DENIS-PANTHOU Etiennette", "SPORT": "Shooting", "LOC_DATE": "1917 12 23", "UNIV_DATE": "1917 12 23", "BIRTH_PLACE": "ARGENTAN", "POSTAL_CODE": "61200"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24245	dujardin-francois-1923-02-01	{"cfepp-final3": "1060"}	{"cfepp": "CF-1060"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francois", "family": "DUJARDIN", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1923-02-01 05:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "11", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1923-02-01 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["volleyball-player"]	5	null	[{"new": {"name": {"given": "Francois", "family": "DUJARDIN"}, "birth": {"date": "1923-02-01 05:30", "place": {"c2": "75", "c3": "11", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1923-02-01 05:30"}, "occus": ["volleyball-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "1060"}}, "raw": {"S": "10", "LT": "05 30", "LV": "I50", "TR": "f", "UT": "05 30", "LAT": "+48.86", "SRC": "AL", "LONG": "-02.34", "NAME": "DUJARDIN Francois", "SPORT": "Volleyball", "LOC_DATE": "1923 02 01", "UNIV_DATE": "1923 02 01", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75011"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
15862	buffet-marcel-1922-05-14	{"d6": "73", "3a_sports": "716", "cfepp-final3": "1062"}	{"cfepp": "CF-1062", "ertel": "ES-716", "lerrcp": "D6-73"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Buffet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1922-05-14 03:30", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": -2.77, "lat": 50.29, "name": "ARRAS", "geoid": null}, "notime": null, "date-ut": "1922-05-14 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sport-sailer"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Buffet"}, "birth": {"date": "1922-05-14 03:30", "place": {"cy": "FR", "lg": 2.76667, "lat": 50.28333}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"d6": "73"}}, "raw": {"H": "3", "MN": "30", "DAY": "14", "LAT": "50N17", "LON": "02E46", "MON": "5", "NUM": "73", "SEC": "0", "YEA": "1922", "NAME": "Buffet Marcel"}, "date": "2023-08-20T14:44:01+02:00", "source": "d6", "command": "gauq D6 tmp2db"}, {"new": {"sex": "M", "occus": ["sport-sailer"], "partial-ids": {"ertel": "ES-716"}}, "raw": {"L": "", "MF": "", "NR": "716", "ENG": "1", "MA_": "2", "G_NR": "73", "MA12": "4", "MARS": "11", "NAME": "Buffet", "PUBL": "P", "QUEL": "G:D06", "AUFAB": "-5,200", "CSINR": "", "KURTZ": "", "PHAS_": "90,800", "STUND": "", "CFEPNR": "1062", "EXTEND": "1", "NATION": "FRA", "TAGMON": "14.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "14.05.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "YACH", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1922-05-14 03:30", "place": {"c2": "62", "c3": "", "cy": "FR", "lg": -2.77, "lat": 50.29, "name": "ARRAS"}, "date-ut": "1922-05-14 02:30"}, "occus": ["sport-sailer"], "ids-in-sources": {"cfepp-final3": "1062"}}, "raw": {"S": "4", "LT": "03 30", "LV": "I", "TR": "f", "UT": "02 30", "LAT": "+50.29", "SRC": "L", "LONG": "-02.77", "NAME": "BUFFET Marcel", "SPORT": "Yachting", "LOC_DATE": "1922 05 14", "UNIV_DATE": "1922 05 14", "BIRTH_PLACE": "ARRAS", "POSTAL_CODE": "62022 CEDEX"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23079	devillard-gerard-1940-02-05	{"3a_sports": "1390", "cfepp-final3": "1063"}	{"cfepp": "CF-1063", "ertel": "ES-1390"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Devillard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-02-05 06:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": -4.39, "lat": 45.43, "name": "ST ETIENNE", "geoid": null}, "notime": null, "date-ut": "1940-02-05 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sport-sailer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gérard", "family": "Devillard"}, "birth": {"date": "1940-02-05", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1390", "ENG": "", "MA_": "1", "G_NR": "135", "MA12": "11", "MARS": "31", "NAME": "Devillard", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-6,900", "CSINR": "", "KURTZ": "", "PHAS_": "10,500", "STUND": "", "CFEPNR": "1063", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gérard", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "05.02.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "YACH", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1940-02-05 06:00", "place": {"c2": "42", "c3": "", "cy": "FR", "lg": -4.39, "lat": 45.43, "name": "ST ETIENNE"}, "date-ut": "1940-02-05 06:00"}, "occus": ["sport-sailer"], "ids-in-sources": {"cfepp-final3": "1063"}}, "raw": {"S": "11", "LT": "06 00", "LV": "FI", "TR": "f", "UT": "06 00", "LAT": "+45.43", "SRC": "L", "LONG": "-04.39", "NAME": "DEVILLARD Gerard", "SPORT": "Yachting", "LOC_DATE": "1940 02 05", "UNIV_DATE": "1940 02 05", "BIRTH_PLACE": "ST ETIENNE", "POSTAL_CODE": "42007 CEDEX"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24246	draeger-alain-1937-02-28	{"cfepp-final3": "1064"}	{"cfepp": "CF-1064"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "DRAEGER", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1937-02-28 11:20", "note": null, "place": {"c1": null, "c2": "75", "c3": "16", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS", "geoid": null}, "notime": null, "date-ut": "1937-02-28 11:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sport-sailer"]	5	null	[{"new": {"name": {"given": "Alain", "family": "DRAEGER"}, "birth": {"date": "1937-02-28 11:20", "place": {"c2": "75", "c3": "16", "cy": "FR", "lg": -2.34, "lat": 48.86, "name": "PARIS"}, "date-ut": "1937-02-28 11:20"}, "occus": ["sport-sailer"], "trust": 5, "ids-in-sources": {"cfepp-final3": "1064"}}, "raw": {"S": "7", "LT": "11 20", "LV": "I", "TR": "f", "UT": "11 20", "LAT": "+48.86", "SRC": "L", "LONG": "-02.34", "NAME": "DRAEGER Alain", "SPORT": "Yachting", "LOC_DATE": "1937 02 28", "UNIV_DATE": "1937 02 28", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75016"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22864	buchheit-gerard-1948-09-30	{"3a_sports": "708", "cfepp-final3": "1069"}	{"cfepp": "CF-1069", "ertel": "ES-708"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gerard", "family": "Buchheit", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1948-09-30 02:25", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": -7.79, "lat": 48.82, "name": "HAGUENAU", "geoid": null}, "notime": null, "date-ut": "1948-09-30 01:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gerard", "family": "Buchheit"}, "birth": {"date": "1948-09-30", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "708", "ENG": "", "MA_": "1", "G_NR": "76", "MA12": "9", "MARS": "27", "NAME": "Buchheit", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-8,700", "CSINR": "", "KURTZ": "", "PHAS_": "11,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "30.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gerard", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "30.09.1948", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1948-09-30 02:25", "place": {"c2": "67", "c3": "", "cy": "FR", "lg": -7.79, "lat": 48.82, "name": "HAGUENAU"}, "date-ut": "1948-09-30 01:25"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "1069"}}, "raw": {"S": "9", "LT": "02 25", "LV": "I", "TR": "f", "UT": "01 25", "LAT": "+48.82", "SRC": "L   F", "LONG": "-07.79", "NAME": "BUCHHEIT Gerard", "SPORT": "Track & Field", "LOC_DATE": "1948 09 30", "UNIV_DATE": "1948 09 30", "BIRTH_PLACE": "HAGUENAU", "POSTAL_CODE": "67500"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
27	curtet-chabot-yvonne-1920-05-28	{"a1": "27", "3a_sports": "1177", "cfepp-final3": "1070"}	{"cfepp": "CF-1070", "ertel": "ES-1177", "lerrcp": "A1-27"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yvonne", "family": "Curtet-Chabot", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1920-05-28 22:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.01275, "lat": 43.55135, "name": "Cannes", "geoid": 3028808}, "notime": null, "date-ut": "1920-05-28 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Yvonne", "family": "Curtet-Chabot"}, "birth": {"tzo": "+01:00", "date": "1920-05-28 22:00", "place": {"c2": "06", "cy": "FR", "lg": 7.01275, "lat": 43.55135, "name": "Cannes", "geoid": 3028808}, "date-ut": "1920-05-28 21:00"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-27"}, "ids-in-sources": {"a1": "27"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "06", "COU": "F", "DAY": "28", "LAT": "43N42", "LON": "7E16", "MON": "5", "NUM": "27", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "CANNES"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "F", "birth": {"date": "1920-05-28 22:00"}, "partial-ids": {"ertel": "ES-1177"}}, "raw": {"L": "", "MF": "F", "NR": "1177", "ENG": "1", "MA_": "2", "G_NR": "27", "MA12": "4", "MARS": "11", "NAME": "Curtet-Chabot", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,600", "CSINR": "", "KURTZ": "", "PHAS_": "80,400", "STUND": "22,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "28.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Yvonne", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.05.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:05+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1920-05-28 22:00", "place": {"c3": ""}, "date-ut": "1920-05-28 21:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "1070"}}, "raw": {"S": "4", "LT": "22 00", "LV": "I", "TR": "f", "UT": "21 00", "LAT": "+43.54", "SRC": "A   F", "LONG": "-07.02", "NAME": "CURTET-CHABOT Yvonne", "SPORT": "Track & Field", "LOC_DATE": "1920 05 28", "UNIV_DATE": "1920 05 28", "BIRTH_PLACE": "CANNES", "POSTAL_CODE": "06150"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23158	feger-rene-1904-04-08	{"3a_sports": "1601", "cfepp-final3": "1073"}	{"cfepp": "CF-1073", "ertel": "ES-1601"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Feger", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1904-04-08 09:00", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": -2.15, "lat": 48.95, "name": "MAISONS LAFITTE", "geoid": null}, "notime": null, "date-ut": "1904-04-08 08:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "René", "family": "Feger"}, "birth": {"date": "1904-04-08", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1601", "ENG": "", "MA_": "1", "G_NR": "167", "MA12": "2", "MARS": "4", "NAME": "Feger", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,700", "CSINR": "", "KURTZ": "", "PHAS_": "47,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.04.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "08.04.1904", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1904-04-08 09:00", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": -2.15, "lat": 48.95, "name": "MAISONS LAFITTE"}, "date-ut": "1904-04-08 08:51"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "1073"}}, "raw": {"S": "2", "LT": "09 00", "LV": "I", "TR": "f", "UT": "08 51", "LAT": "+48.95", "SRC": "AL  F", "LONG": "-02.15", "NAME": "FEGER Rene", "SPORT": "Track & Field", "LOC_DATE": "1904 04 08", "UNIV_DATE": "1904 04 08", "BIRTH_PLACE": "MAISONS LAFITTE", "POSTAL_CODE": "78600"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23813	rigaux-robert-1913-04-20	{"3a_sports": "3504", "cfepp-final3": "1076"}	{"cfepp": "CF-1076", "ertel": "ES-3504"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Rigaux", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1913-04-20 12:00", "note": null, "place": {"c1": null, "c2": "27", "c3": "", "cy": "FR", "lg": -1.18, "lat": 49.05, "name": "EVREUX", "geoid": null}, "notime": null, "date-ut": "1913-04-20 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist", "athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Robert", "family": "Rigaux"}, "birth": {"date": "1912-04-07", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3504", "ENG": "", "MA_": "1", "G_NR": "174", "MA12": "11", "MARS": "31", "NAME": "Rigaux", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "-8,100", "CSINR": "", "KURTZ": "", "PHAS_": "74,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.04.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "rigaux-robert-1913-04-20", "birth": {"date": "1913-04-20 12:00", "place": {"c2": "27", "c3": "", "cy": "FR", "lg": -1.18, "lat": 49.05, "name": "EVREUX"}, "date-ut": "1913-04-20 12:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "1076"}}, "raw": {"S": "5", "LT": "12 00", "LV": "", "TR": "f", "UT": "12 00", "LAT": "+49.05", "SRC": "AL  E", "LONG": "-01.18", "NAME": "ROCHARD Roger", "SPORT": "Track & Field", "LOC_DATE": "1913 04 20", "UNIV_DATE": "1913 04 20", "BIRTH_PLACE": "EVREUX", "POSTAL_CODE": "27930"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23882	santona-bernard-1921-11-10	{"3a_sports": "3680", "cfepp-final3": "1077"}	{"cfepp": "CF-1077", "ertel": "ES-3680"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Santona", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-11-10 12:00", "note": null, "place": {"c1": null, "c2": "21", "c3": "", "cy": "FR", "lg": -5.42, "lat": 47.31, "name": "PONTAILLER SUR SAONE", "geoid": null}, "notime": null, "date-ut": "1921-11-10 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Bernard", "family": "Santona"}, "birth": {"date": "1921-11-10", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3680", "ENG": "", "MA_": "0", "G_NR": "403", "MA12": "5", "MARS": "15", "NAME": "Santona", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "8,900", "CSINR": "", "KURTZ": "", "PHAS_": "71,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.11.", "ZITATE": "DST", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Bernard", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "10.11.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1921-11-10 12:00", "place": {"c2": "21", "c3": "", "cy": "FR", "lg": -5.42, "lat": 47.31, "name": "PONTAILLER SUR SAONE"}, "date-ut": "1921-11-10 12:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "1077"}}, "raw": {"S": "5", "LT": "12 00", "LV": "I", "TR": "f", "UT": "12 00", "LAT": "+47.31", "SRC": "AL  F", "LONG": "-05.42", "NAME": "SANTONA Bernard", "SPORT": "Track & Field", "LOC_DATE": "1921 11 10", "UNIV_DATE": "1921 11 10", "BIRTH_PLACE": "PONTAILLER SUR SAONE", "POSTAL_CODE": "21270"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22729	benoist-robert-1895-03-20	{"3a_sports": "346", "cfepp-final3": "1078"}	{"cfepp": "CF-1078", "ertel": "ES-346"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Benoist", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1895-03-20 06:00", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": -1.88, "lat": 48.7, "name": "AUFFARGIS", "geoid": null}, "notime": null, "date-ut": "1895-03-20 05:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"sex": "M", "name": {"given": "Robert", "family": "Benoist"}, "birth": {"date": "1885-03-20", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "346", "ENG": "", "MA_": "1", "G_NR": "34", "MA12": "10", "MARS": "30", "NAME": "Benoist", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "6,500", "CSINR": "", "KURTZ": "", "PHAS_": "12,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.03.", "ZITATE": "CD", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "20.03.1885", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "benoist-robert-1895-03-20", "birth": {"date": "1895-03-20 06:00", "place": {"c2": "78", "c3": "", "cy": "FR", "lg": -1.88, "lat": 48.7, "name": "AUFFARGIS"}, "date-ut": "1895-03-20 05:51"}, "occus": ["motor-sports-competitor"], "ids-in-sources": {"cfepp-final3": "1078"}}, "raw": {"S": "10", "LT": "06 00", "LV": "", "TR": "f", "UT": "05 51", "LAT": "+48.70", "SRC": "AL  M", "LONG": "-01.88", "NAME": "BENOIST Robert", "SPORT": "Auto Racing", "LOC_DATE": "1895 03 20", "UNIV_DATE": "1895 03 20", "BIRTH_PLACE": "AUFFARGIS", "POSTAL_CODE": "78610"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23462	loreau-armand-1931-07-30	{"3a_sports": "2524", "cfepp-final3": "1081"}	{"cfepp": "CF-1081", "ertel": "ES-2524"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Loreau", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1931-07-30 14:00", "note": null, "place": {"c1": null, "c2": "58", "c3": "", "cy": "FR", "lg": -3.46, "lat": 46.83, "name": "DECIZE", "geoid": null}, "notime": null, "date-ut": "1931-07-30 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["canoeist"]	5	null	[{"new": {"sex": "M", "name": {"given": "Armand", "family": "Loreau"}, "birth": {"date": "1931-07-30", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2524", "ENG": "", "MA_": "0", "G_NR": "129", "MA12": "3", "MARS": "8", "NAME": "Loreau", "PUBL": "U", "QUEL": "G_ADD", "AUFAB": "0,100", "CSINR": "", "KURTZ": "", "PHAS_": "99,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "30.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Armand", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.07.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CANO", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1931-07-30 14:00", "place": {"c2": "58", "c3": "", "cy": "FR", "lg": -3.46, "lat": 46.83, "name": "DECIZE"}, "date-ut": "1931-07-30 13:00"}, "occus": ["canoeist"], "ids-in-sources": {"cfepp-final3": "1081"}}, "raw": {"S": "2", "LT": "14 00", "LV": "", "TR": "f", "UT": "13 00", "LAT": "+46.83", "SRC": "A   I", "LONG": "-03.46", "NAME": "LOREAU Armand", "SPORT": "Canoe-kayak", "LOC_DATE": "1931 07 30", "UNIV_DATE": "1931 07 30", "BIRTH_PLACE": "DECIZE", "POSTAL_CODE": "58300"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24248	friol-emile-1881-03-09	{"cfepp-final3": "1083"}	{"cfepp": "CF-1083"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "FRIOL", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1881-03-09 01:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": -4.83, "lat": 45.75, "name": "LYON", "geoid": null}, "notime": null, "date-ut": "1881-03-09 00:41"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Emile", "family": "FRIOL"}, "birth": {"date": "1881-03-09 01:00", "place": {"c2": "69", "cy": "FR", "lg": -4.83, "lat": 45.75, "name": "LYON"}, "date-ut": "1881-03-09 00:41"}, "occus": ["cyclist"], "trust": 5, "ids-in-sources": {"cfepp-final3": "1083"}}, "raw": {"S": "11", "LT": "01 00", "LV": "", "TR": "f", "UT": "00 41", "LAT": "+45.75", "SRC": "AL  M", "LONG": "-04.83", "NAME": "FRIOL Emile", "SPORT": "Cycling", "LOC_DATE": "1881 03 09", "UNIV_DATE": "1881 03 09", "BIRTH_PLACE": "LYON", "POSTAL_CODE": "69205 CEDEX 01"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24249	mazan-lucien-1882-10-18	{"cfepp-final3": "1086"}	{"cfepp": "CF-1086"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "MAZAN", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1882-10-18 01:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": 1.89, "lat": 47.54, "name": "PLESSE", "geoid": null}, "notime": null, "date-ut": "1882-10-18 01:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "MAZAN"}, "birth": {"date": "1882-10-18 01:00", "place": {"c2": "44", "cy": "FR", "lg": 1.89, "lat": 47.54, "name": "PLESSE"}, "date-ut": "1882-10-18 01:08"}, "occus": ["cyclist"], "trust": 5, "ids-in-sources": {"cfepp-final3": "1086"}}, "raw": {"S": "10", "LT": "01 00", "LV": "", "TR": "f", "UT": "01 08", "LAT": "+47.54", "SRC": "ALG M", "LONG": "+01.89", "NAME": "MAZAN Lucien", "SPORT": "Cycling", "LOC_DATE": "1882 10 18", "UNIV_DATE": "1882 10 18", "BIRTH_PLACE": "PLESSE", "POSTAL_CODE": "44630"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24250	ramez-jean-ernest-1932-05-15	{"cfepp-final3": "1089"}	{"cfepp": "CF-1089"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Ernest", "family": "RAMEZ", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1932-05-15 03:45", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": -3.77, "lat": 50.08, "name": "PRISCHES", "geoid": null}, "notime": null, "date-ut": "1932-05-15 02:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"name": {"given": "Jean-Ernest", "family": "RAMEZ"}, "birth": {"date": "1932-05-15 03:45", "place": {"c2": "59", "cy": "FR", "lg": -3.77, "lat": 50.08, "name": "PRISCHES"}, "date-ut": "1932-05-15 02:45"}, "occus": ["fencer"], "trust": 5, "ids-in-sources": {"cfepp-final3": "1089"}}, "raw": {"S": "12", "LT": "03 45", "LV": "", "TR": "f", "UT": "02 45", "LAT": "+50.08", "SRC": "L   I", "LONG": "-03.77", "NAME": "RAMEZ Jean-Ernest", "SPORT": "Fencing", "LOC_DATE": "1932 05 15", "UNIV_DATE": "1932 05 15", "BIRTH_PLACE": "PRISCHES", "POSTAL_CODE": "59550"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23481	luyce-francis-1947-02-13	{"3a_sports": "2567", "cfepp-final3": "1100"}	{"cfepp": "CF-1100", "ertel": "ES-2567"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Luyce", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-02-13 10:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": -2.39, "lat": 51.02, "name": "COUDEKERQUE-BRANCHE", "geoid": null}, "notime": null, "date-ut": "1947-02-13 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"sex": "M", "name": {"given": "Francis", "family": "Luyce"}, "birth": {"date": "1947-02-13", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2567", "ENG": "", "MA_": "1", "G_NR": "264", "MA12": "2", "MARS": "5", "NAME": "Luyce", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,700", "CSINR": "", "KURTZ": "", "PHAS_": "49,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Francis", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "13.02.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SWIM", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1947-02-13 10:00", "place": {"c2": "59", "c3": "", "cy": "FR", "lg": -2.39, "lat": 51.02, "name": "COUDEKERQUE-BRANCHE"}, "date-ut": "1947-02-13 09:00"}, "occus": ["swimmer"], "ids-in-sources": {"cfepp-final3": "1100"}}, "raw": {"S": "2", "LT": "10 00", "LV": "", "TR": "f", "UT": "09 00", "LAT": "+51.02", "SRC": "L   E", "LONG": "-02.39", "NAME": "LUYCE Francis", "SPORT": "Swimming", "LOC_DATE": "1947 02 13", "UNIV_DATE": "1947 02 13", "BIRTH_PLACE": "COUDEKERQUE-BRANCHE", "POSTAL_CODE": "59411"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24253	rossignol-jean-claude-1945-10-10	{"cfepp-final3": "1110"}	{"cfepp": "CF-1110"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Claude", "family": "ROSSIGNOL", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1945-10-10 12:00", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": -0.54, "lat": 45.08, "name": "GRIGNOLS", "geoid": null}, "notime": null, "date-ut": "1945-10-10 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Jean-Claude", "family": "ROSSIGNOL"}, "birth": {"date": "1945-10-10 12:00", "place": {"c2": "24", "cy": "FR", "lg": -0.54, "lat": 45.08, "name": "GRIGNOLS"}, "date-ut": "1945-10-10 11:00"}, "occus": ["rugby-union-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "1110"}}, "raw": {"S": "5", "LT": "12 00", "LV": "1", "TR": "f", "UT": "11 00", "LAT": "+45.08", "SRC": "L   I", "LONG": "-00.54", "NAME": "ROSSIGNOL Jean-Claude", "SPORT": "Rugby Union", "LOC_DATE": "1945 10 10", "UNIV_DATE": "1945 10 10", "BIRTH_PLACE": "GRIGNOLS", "POSTAL_CODE": "24110"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22883	cabero-jacques-1947-05-13	{"3a_sports": "764", "cfepp-final3": "1102"}	{"cfepp": "CF-1102", "ertel": "ES-764"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Cabero", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-05-13 18:00", "note": null, "place": {"c1": null, "c2": "82", "c3": "", "cy": "FR", "lg": -1.36, "lat": 43.92, "name": "LA BASTIDE ST PIERRE", "geoid": null}, "notime": null, "date-ut": "1947-05-13 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jacques", "family": "Cabero"}, "birth": {"date": "1947-05-13", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "764", "ENG": "", "MA_": "1", "G_NR": "80", "MA12": "7", "MARS": "19", "NAME": "Cabero", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-9,500", "CSINR": "", "KURTZ": "", "PHAS_": "53,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "13.05.1947", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1947-05-13 18:00", "place": {"c2": "82", "c3": "", "cy": "FR", "lg": -1.36, "lat": 43.92, "name": "LA BASTIDE ST PIERRE"}, "date-ut": "1947-05-13 17:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "1102"}}, "raw": {"S": "7", "LT": "18 00", "LV": "4", "TR": "f", "UT": "17 00", "LAT": "+43.92", "SRC": "L   I", "LONG": "-01.36", "NAME": "CABERO Jacques", "SPORT": "Rugby League", "LOC_DATE": "1947 05 13", "UNIV_DATE": "1947 05 13", "BIRTH_PLACE": "LA BASTIDE ST PIERRE", "POSTAL_CODE": "82370"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23536	marty-jean-claude-1943-08-08	{"3a_sports": "2718", "cfepp-final3": "1105"}	{"cfepp": "CF-1105", "ertel": "ES-2718"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Claude", "family": "Marty", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-08-08 11:00", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": -2.35, "lat": 43.21, "name": "CARCASSONNE", "geoid": null}, "notime": null, "date-ut": "1943-08-08 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean Claude", "family": "Marty"}, "birth": {"date": "1943-08-08", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2718", "ENG": "", "MA_": "1", "G_NR": "287", "MA12": "5", "MARS": "13", "NAME": "Marty", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "9,600", "CSINR": "", "KURTZ": "", "PHAS_": "38,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jean Claude", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "08.08.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1943-08-08 11:00", "place": {"c2": "11", "c3": "", "cy": "FR", "lg": -2.35, "lat": 43.21, "name": "CARCASSONNE"}, "date-ut": "1943-08-08 09:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "1105"}}, "raw": {"S": "5", "LT": "11 00", "LV": "9", "TR": "f", "UT": "09 00", "LAT": "+43.21", "SRC": "L   I", "LONG": "-02.35", "NAME": "MARTY Jean-Claude", "SPORT": "Rugby League", "LOC_DATE": "1943 08 08", "UNIV_DATE": "1943 08 08", "BIRTH_PLACE": "CARCASSONNE", "POSTAL_CODE": "11000"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1811	barriere-raoul-1928-03-03	{"a1": "1812", "3a_sports": "255", "cfepp-final3": "1106"}	{"cfepp": "CF-1106", "ertel": "ES-255", "lerrcp": "A1-1812"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raoul", "family": "Barriere", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1928-03-03 06:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "notime": null, "date-ut": "1928-03-03 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Raoul", "family": "Barriere"}, "birth": {"tzo": "+00:00", "date": "1928-03-03 06:00", "place": {"c2": "34", "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "date-ut": "1928-03-03 06:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1812"}, "ids-in-sources": {"a1": "1812"}}, "raw": {"H": "6", "MN": "0", "TZ": "0", "COD": "34", "COU": "F", "DAY": "3", "LAT": "43N37", "LON": "3E53", "MON": "3", "NUM": "1812", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "BEZIERS"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-03-03 06:00"}, "partial-ids": {"ertel": "ES-255"}}, "raw": {"L": "", "MF": "", "NR": "255", "ENG": "1", "MA_": "2", "G_NR": "1812", "MA12": "1", "MARS": "3", "NAME": "Barriere", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,900", "CSINR": "", "KURTZ": "", "PHAS_": "87,500", "STUND": "6,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "03.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Raoul", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "03.03.1928", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1928-03-03 06:00", "place": {"c3": ""}, "date-ut": "1928-03-03 06:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "1106"}}, "raw": {"S": "1", "LT": "06 00", "LV": "2", "TR": "f", "UT": "06 00", "LAT": "+43.34", "SRC": "L   I", "LONG": "-03.22", "NAME": "BARRIERE Raoul", "SPORT": "Rugby Union", "LOC_DATE": "1928 03 03", "UNIV_DATE": "1928 03 03", "BIRTH_PLACE": "BEZIERS", "POSTAL_CODE": "34500"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24251	conilh-de-beyssac-jacques-1888-09-04	{"cfepp-final3": "1108"}	{"cfepp": "CF-1108"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "CONILH DE BEYSSAC", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1888-09-04 23:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": 0.57, "lat": 44.84, "name": "BORDEAUX", "geoid": null}, "notime": null, "date-ut": "1888-09-04 23:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "CONILH DE BEYSSAC"}, "birth": {"date": "1888-09-04 23:00", "place": {"c2": "33", "cy": "FR", "lg": 0.57, "lat": 44.84, "name": "BORDEAUX"}, "date-ut": "1888-09-04 23:02"}, "occus": ["rugby-union-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "1108"}}, "raw": {"S": "7", "LT": "23 00", "LV": "5", "TR": "f", "UT": "23 02", "LAT": "+44.84", "SRC": "AL  I", "LONG": "+00.57", "NAME": "CONILH DE BEYSSAC Jacques", "SPORT": "Rugby Union", "LOC_DATE": "1888 09 04", "UNIV_DATE": "1888 09 04", "BIRTH_PLACE": "BORDEAUX", "POSTAL_CODE": "33000"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24252	pilon-jean-1925-10-14	{"cfepp-final3": "1109"}	{"cfepp": "CF-1109"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "PILON", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1925-10-14 02:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": 1.48, "lat": 43.49, "name": "BAYONNE", "geoid": null}, "notime": null, "date-ut": "1925-10-14 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "PILON"}, "birth": {"date": "1925-10-14 02:00", "place": {"c2": "64", "cy": "FR", "lg": 1.48, "lat": 43.49, "name": "BAYONNE"}, "date-ut": "1925-10-14 02:00"}, "occus": ["rugby-union-player"], "trust": 5, "ids-in-sources": {"cfepp-final3": "1109"}}, "raw": {"S": "11", "LT": "02 00", "LV": "2", "TR": "f", "UT": "02 00", "LAT": "+43.49", "SRC": "A   I", "LONG": "+01.48", "NAME": "PILON Jean", "SPORT": "Rugby Union", "LOC_DATE": "1925 10 14", "UNIV_DATE": "1925 10 14", "BIRTH_PLACE": "BAYONNE", "POSTAL_CODE": "64100"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23708	penz-alain-1947-10-30	{"3a_sports": "3208", "cfepp-final3": "1112"}	{"cfepp": "CF-1112", "ertel": "ES-3208"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Penz", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1947-10-30 18:45", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": -6.63, "lat": 45.93, "name": "SALLANCHES", "geoid": null}, "notime": null, "date-ut": "1947-10-30 17:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"sex": "M", "name": {"given": "Alain", "family": "Penz"}, "birth": {"date": "1947-10-30", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3208", "ENG": "", "MA_": "1", "G_NR": "342", "MA12": "9", "MARS": "26", "NAME": "Penz", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "0,900", "CSINR": "", "KURTZ": "", "PHAS_": "100,00", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "30.10.", "ZITATE": "DM", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alain", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "30.10.1947", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1947-10-30 18:45", "place": {"c2": "74", "c3": "", "cy": "FR", "lg": -6.63, "lat": 45.93, "name": "SALLANCHES"}, "date-ut": "1947-10-30 17:45"}, "occus": ["skier"], "ids-in-sources": {"cfepp-final3": "1112"}}, "raw": {"S": "9", "LT": "18 45", "LV": "I", "TR": "f", "UT": "17 45", "LAT": "+45.93", "SRC": "L   F", "LONG": "-06.63", "NAME": "PENZ Alain", "SPORT": "Skiing", "LOC_DATE": "1947 10 30", "UNIV_DATE": "1947 10 30", "BIRTH_PLACE": "SALLANCHES", "POSTAL_CODE": "74700"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
23769	proisy-patrick-1949-09-10	{"3a_sports": "3385", "cfepp-final3": "1116"}	{"cfepp": "CF-1116", "ertel": "ES-3385"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Patrick", "family": "Proisy", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1949-09-10 07:30", "note": null, "place": {"c1": null, "c2": "27", "c3": "", "cy": "FR", "lg": -1.18, "lat": 49.05, "name": "EVREUX", "geoid": null}, "notime": null, "date-ut": "1949-09-10 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Patrick", "family": "Proisy"}, "birth": {"date": "1949-09-10", "place": {"cy": "FR"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3385", "ENG": "", "MA_": "0", "G_NR": "361", "MA12": "3", "MARS": "7", "NAME": "Proisy", "PUBL": "U", "QUEL": "GMIND", "AUFAB": "-3,600", "CSINR": "", "KURTZ": "", "PHAS_": "94,100", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Patrick", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "10.09.1949", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1949-09-10 07:30", "place": {"c2": "27", "c3": "", "cy": "FR", "lg": -1.18, "lat": 49.05, "name": "EVREUX"}, "date-ut": "1949-09-10 06:30"}, "occus": ["tennis-player"], "ids-in-sources": {"cfepp-final3": "1116"}}, "raw": {"S": "3", "LT": "07 30", "LV": "", "TR": "f", "UT": "06 30", "LAT": "+49.05", "SRC": "L   I", "LONG": "-01.18", "NAME": "PROISY Patrick", "SPORT": "Tennis", "LOC_DATE": "1949 09 10", "UNIV_DATE": "1949 09 10", "BIRTH_PLACE": "EVREUX", "POSTAL_CODE": "27930"}, "date": "2023-08-20T14:46:19+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
53	lenoir-pierre-1936-09-08	{"a1": "53", "3a_sports": "2462"}	{"cpara": "CP-278", "ertel": "ES-2462", "lerrcp": "A1-53"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Lenoir", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1936-09-08 11:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -2.75, "lat": 48.51667, "name": "Belle-Ile-en-T", "geoid": 0}, "notime": null, "date-ut": "1936-09-08 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Lenoir"}, "birth": {"tzo": "+01:00", "date": "1936-09-08 11:00", "place": {"c2": "22", "cy": "FR", "lg": -2.75, "lat": 48.51667, "name": "Belle-Ile-en-T", "geoid": 0}, "date-ut": "1936-09-08 10:00"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-53"}, "ids-in-sources": {"a1": "53"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "22", "COU": "F", "DAY": "8", "LAT": "48N31", "LON": "2W45", "MON": "9", "NUM": "53", "PRO": "C", "SEC": "0", "YEA": "1936", "CITY": "BELLE-ILE-EN-T"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1936-09-08 11:00"}, "partial-ids": {"ertel": "ES-2462"}}, "raw": {"L": "", "MF": "", "NR": "2462", "ENG": "0", "MA_": "2", "G_NR": "53", "MA12": "3", "MARS": "9", "NAME": "Lenoir", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,20", "CSINR": "", "KURTZ": "", "PHAS_": "51,600", "STUND": "11,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "08.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "278", "VORNAME": "Pierre-Yvon", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.09.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2064	mathieu-suzanne-1908-01-31	{"a1": "2066", "3a_sports": "2746", "cfepp-final3": "1115"}	{"cfepp": "CF-1115", "cpara": "CP-303", "ertel": "ES-2746", "lerrcp": "A1-2066"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Suzanne", "family": "Mathieu", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:09:21", "date": "1908-01-31 23:45", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1908-01-31 23:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Suzanne", "family": "Mathieu"}, "birth": {"tzo": "+00:09:21", "date": "1908-01-31 11:45", "place": {"c2": "92", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1908-01-31 11:35:40"}, "occus": ["tennis-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-2066"}, "ids-in-sources": {"a1": "2066"}}, "raw": {"H": "11", "MN": "35", "TZ": "0", "COD": "92", "COU": "F", "DAY": "31", "LAT": "48N50", "LON": "2E11", "MON": "1", "NUM": "2066", "PRO": "C", "SEC": "40", "YEA": "1908", "CITY": "NEUILLY-S-SEINE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "F", "birth": {"date": "1908-01-31 11:45"}, "partial-ids": {"ertel": "ES-2746"}}, "raw": {"L": "", "MF": "F", "NR": "2746", "ENG": "1", "MA_": "2", "G_NR": "2066", "MA12": "1", "MARS": "3", "NAME": "Mathieu", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,800", "CSINR": "", "KURTZ": "", "PHAS_": "8,200", "STUND": "11,75", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "31.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "303", "VORNAME": "Suzanne", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "31.01.1908", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:26+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "mathieu-suzanne-1908-01-31", "birth": {"date": "1908-01-31 23:45", "place": {"c3": ""}, "date-ut": "1908-01-31 23:36"}, "occus": ["tennis-player"], "ids-in-sources": {"cfepp-final3": "1115"}}, "raw": {"S": "7", "LT": "23 45", "LV": "I", "TR": "f", "UT": "23 36", "LAT": "+48.89", "SRC": "AL  F", "LONG": "-02.27", "NAME": "MATHIEU-PASSEMARD Suzanne", "SPORT": "Tennis", "LOC_DATE": "1908 01 31", "UNIV_DATE": "1908 01 31", "BIRTH_PLACE": "NEUILLY SUR SEINE", "POSTAL_CODE": "92200"}, "date": "2023-08-20T14:46:19+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
24268	grandijean-alexandre-1878-11-05	{"g55": "02-245"}	{"g55": "02-245"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Grandijean", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1878-11-05 09:00", "note": null, "place": {"c1": "", "c2": "03", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Moniluson", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Grandijean", "nobility": ""}, "birth": {"date": "1878-11-05 09:00", "place": {"c1": "", "c2": "03", "c3": "", "cy": "FR", "name": "Moniluson"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"g55": "02-245"}}, "raw": {"DAY": "5-11-1878", "HOUR": "9 h.", "NAME": "GRANDIJEAN Alexandre", "PLACE": "Moniluson (Allier)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
70	roudnitska-edmond-1931-06-26	{"a1": "70", "3a_sports": "3599"}	{"cpara": "CP-376", "ertel": "ES-3599", "lerrcp": "A1-70"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Roudnitska", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1931-06-26 23:00", "note": null, "place": {"c1": null, "c2": "95", "c3": null, "cy": "FR", "lg": 2.24744, "lat": 48.94788, "name": "Argenteuil", "geoid": 3037044}, "notime": null, "date-ut": "1931-06-26 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Roudnitska"}, "birth": {"tzo": "+01:00", "date": "1931-06-26 23:00", "place": {"c2": "95", "cy": "FR", "lg": 2.24744, "lat": 48.94788, "name": "Argenteuil", "geoid": 3037044}, "date-ut": "1931-06-26 22:00"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-70"}, "ids-in-sources": {"a1": "70"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "95", "COU": "F", "DAY": "26", "LAT": "49N 0", "LON": "2E 0", "MON": "6", "NUM": "70", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "ARGENTEUIL"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-06-26 23:00"}, "partial-ids": {"ertel": "ES-3599"}}, "raw": {"L": "", "MF": "", "NR": "3599", "ENG": "", "MA_": "0", "G_NR": "70", "MA12": "6", "MARS": "17", "NAME": "Roudnitska", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,500", "CSINR": "", "KURTZ": "", "PHAS_": "81,500", "STUND": "23,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "26.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "376", "VORNAME": "Edmond", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.06.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1265	bonnardel-philippe-1899-07-28	{"a1": "1266", "3a_sports": "546"}	{"cpara": "CP-66", "ertel": "ES-546", "lerrcp": "A1-1266"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Bonnardel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1899-07-28 02:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "19", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1899-07-28 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Bonnardel"}, "birth": {"tzo": "+00:09:21", "date": "1899-07-28 02:00", "place": {"c2": "75", "c3": "19", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1899-07-28 01:50:40"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1266"}, "ids-in-sources": {"a1": "1266"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "28", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "1266", "PRO": "C", "SEC": "40", "YEA": "1899", "CITY": "PARIS 19E"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1899-07-28 02:00"}, "partial-ids": {"ertel": "ES-546"}}, "raw": {"L": "", "MF": "", "NR": "546", "ENG": "", "MA_": "1", "G_NR": "1266", "MA12": "9", "MARS": "26", "NAME": "Bonnardel", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,30", "CSINR": "", "KURTZ": "", "PHAS_": "66,600", "STUND": "2,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.07.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "66", "VORNAME": "Philippe / Pierre", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "28.07.1899", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:56+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1273	carpentier-daniel-1927-02-19	{"a1": "1274", "3a_sports": "855"}	{"cpara": "CP-501", "ertel": "ES-855", "lerrcp": "A1-1274"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "Carpentier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1927-02-19 00:25", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 4.08259, "lat": 49.92262, "name": "Hirson", "geoid": 3013258}, "notime": null, "date-ut": "1927-02-19 00:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Daniel", "family": "Carpentier"}, "birth": {"tzo": "+00:00", "date": "1927-02-19 00:25", "place": {"c2": "02", "cy": "FR", "lg": 4.08259, "lat": 49.92262, "name": "Hirson", "geoid": 3013258}, "date-ut": "1927-02-19 00:25"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1274"}, "ids-in-sources": {"a1": "1274"}}, "raw": {"H": "0", "MN": "25", "TZ": "0", "COD": "02", "COU": "F", "DAY": "19", "LAT": "49N34", "LON": "3E37", "MON": "2", "NUM": "1274", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "HIRSON"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-02-19 00:25"}, "partial-ids": {"ertel": "ES-855"}}, "raw": {"L": "", "MF": "", "NR": "855", "ENG": "", "MA_": "1", "G_NR": "1274", "MA12": "6", "MARS": "18", "NAME": "Carpentier", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,200", "CSINR": "", "KURTZ": "", "PHAS_": "95,000", "STUND": "0,42", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "19.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "501", "VORNAME": "Daniel", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.02.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1285	dakoski-stephane-1921-06-29	{"a1": "1286", "3a_sports": "1191"}	{"cpara": "CP-507", "ertel": "ES-1191", "lerrcp": "A1-1286"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stéphane", "family": "Dakoski", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1921-06-29 16:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 3.29939, "lat": 48.55897, "name": "Provins", "geoid": 2985229}, "notime": null, "date-ut": "1921-06-29 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Stéphane", "family": "Dakoski"}, "birth": {"tzo": "+01:00", "date": "1921-06-29 16:00", "place": {"c2": "77", "cy": "FR", "lg": 3.29939, "lat": 48.55897, "name": "Provins", "geoid": 2985229}, "date-ut": "1921-06-29 15:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1286"}, "ids-in-sources": {"a1": "1286"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "77", "COU": "F", "DAY": "29", "LAT": "48N33", "LON": "2E40", "MON": "6", "NUM": "1286", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "PROVINS"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-06-29 16:00"}, "partial-ids": {"ertel": "ES-1191"}}, "raw": {"L": "", "MF": "", "NR": "1191", "ENG": "", "MA_": "1", "G_NR": "1286", "MA12": "5", "MARS": "13", "NAME": "Dakoski", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,900", "CSINR": "", "KURTZ": "", "PHAS_": "45,700", "STUND": "16,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "29.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "507", "VORNAME": "Stéphane", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.06.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:05+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1298	domingo-rene-1928-12-28	{"a1": "1299", "3a_sports": "1435"}	{"cpara": "CP-509", "ertel": "ES-1435", "lerrcp": "A1-1299"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Domingo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1928-12-28 01:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Sourcieux-les-M", "geoid": 0}, "notime": null, "date-ut": "1928-12-28 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "René", "family": "Domingo"}, "birth": {"tzo": "+00:00", "date": "1928-12-28 01:00", "place": {"c2": "69", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Sourcieux-les-M", "geoid": 0}, "date-ut": "1928-12-28 01:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1299"}, "ids-in-sources": {"a1": "1299"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "69", "COU": "F", "DAY": "28", "LAT": "45N46", "LON": "4E50", "MON": "12", "NUM": "1299", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "SOURCIEUX-LES-M"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-12-28 01:00"}, "partial-ids": {"ertel": "ES-1435"}}, "raw": {"L": "", "MF": "", "NR": "1435", "ENG": "1", "MA_": "2", "G_NR": "1299", "MA12": "4", "MARS": "12", "NAME": "Domingo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,100", "CSINR": "", "KURTZ": "", "PHAS_": "97,800", "STUND": "1,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "28.12.", "ZITATE": "O", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "509", "VORNAME": "René", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "28.12.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1335	leblond-michel-1932-05-10	{"a1": "1336", "3a_sports": "2413"}	{"cpara": "CP-514", "ertel": "ES-2413", "lerrcp": "A1-1336"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Leblond", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1932-05-10 23:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "notime": null, "date-ut": "1932-05-10 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Leblond"}, "birth": {"tzo": "+01:00", "date": "1932-05-10 23:00", "place": {"c2": "51", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "date-ut": "1932-05-10 22:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1336"}, "ids-in-sources": {"a1": "1336"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "51", "COU": "F", "DAY": "10", "LAT": "48N57", "LON": "4E22", "MON": "5", "NUM": "1336", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "REIMS"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-05-10 23:00"}, "partial-ids": {"ertel": "ES-2413"}}, "raw": {"L": "", "MF": "", "NR": "2413", "ENG": "", "MA_": "1", "G_NR": "1336", "MA12": "9", "MARS": "27", "NAME": "Leblond", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,600", "CSINR": "", "KURTZ": "", "PHAS_": "16,300", "STUND": "23,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "514", "VORNAME": "Michel", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "10.05.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1639	dalem-pierre-1912-03-16	{"a1": "1640", "3a_sports": "1198"}	{"cpara": "CP-470", "ertel": "ES-1198", "lerrcp": "A1-1640"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Dalem", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1912-03-16 12:00", "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "COMBLAIN-AU-PON", "geoid": 0}, "notime": null, "date-ut": "1912-03-16 12:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Dalem"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "COMBLAIN-AU-PON", "geoid": 0}, "date-ut": "1912-03-16 12:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1640"}, "ids-in-sources": {"a1": "1640"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "16", "LAT": "50N39", "LON": "5E30", "MON": "3", "NUM": "1640", "PRO": "C", "SEC": "0", "YEA": "1912", "CITY": "COMBLAIN-AU-PON"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1912-03-16 12:00"}, "partial-ids": {"ertel": "ES-1198"}}, "raw": {"L": "", "MF": "", "NR": "1198", "ENG": "", "MA_": "1", "G_NR": "1640", "MA12": "2", "MARS": "4", "NAME": "Dalem", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,100", "CSINR": "", "KURTZ": "", "PHAS_": "8,400", "STUND": "12,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "16.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "470", "VORNAME": "Pierre", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "16.03.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:05+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1913	haget-andre-1931-04-26	{"a1": "1915", "3a_sports": "2042"}	{"cpara": "CP-223", "ertel": "ES-2042", "lerrcp": "A1-1915"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Haget", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1931-04-26 11:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.55684, "lat": 43.48055, "name": "Biarritz", "geoid": 3032797}, "notime": null, "date-ut": "1931-04-26 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "André", "family": "Haget"}, "birth": {"tzo": "+01:00", "date": "1931-04-26 11:00", "place": {"c2": "64", "cy": "FR", "lg": -1.55684, "lat": 43.48055, "name": "Biarritz", "geoid": 3032797}, "date-ut": "1931-04-26 10:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1915"}, "ids-in-sources": {"a1": "1915"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "26", "LAT": "43N18", "LON": "0W22", "MON": "4", "NUM": "1915", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "BIARRITZ"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-04-26 11:00"}, "partial-ids": {"ertel": "ES-2042"}}, "raw": {"L": "", "MF": "", "NR": "2042", "ENG": "", "MA_": "0", "G_NR": "1915", "MA12": "12", "MARS": "34", "NAME": "Haget", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,200", "CSINR": "", "KURTZ": "", "PHAS_": "55,000", "STUND": "11,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "26.04.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "223", "VORNAME": "André", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "26.04.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1621	adams-fernand-1903-05-03	{"a1": "1622", "3a_sports": "18"}	{"cpara": "CP-467", "ertel": "ES-18", "lerrcp": "A1-1622"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Adams", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1903-05-03 17:00", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ANDERLECHT", "geoid": 0}, "notime": null, "date-ut": "1903-05-03 17:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Adams"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ANDERLECHT", "geoid": 0}, "date-ut": "1903-05-03 17:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1622"}, "ids-in-sources": {"a1": "1622"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "3", "LAT": "50N51", "LON": "4E15", "MON": "5", "NUM": "1622", "PRO": "C", "SEC": "0", "YEA": "1903", "CITY": "ANDERLECHT"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1903-05-03 17:00"}, "partial-ids": {"ertel": "ES-18"}}, "raw": {"L": "", "MF": "", "NR": "18", "ENG": "", "MA_": "1", "G_NR": "1622", "MA12": "2", "MARS": "4", "NAME": "Adams", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,600", "CSINR": "", "KURTZ": "", "PHAS_": "35,200", "STUND": "17,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "03.05.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "467", "VORNAME": "Fernand", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "03.05.1903", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1256	ben-tifour-abdelazziz-1927-07-23	{"a1": "1257", "3a_sports": "335"}	{"cpara": "CP-493", "ertel": "ES-335", "lerrcp": "A1-1257"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Abdelazziz", "family": "Ben Tifour", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-07-23 22:00", "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 3.12463, "lat": 36.73654, "name": "Husseïn Dey", "geoid": 2493763}, "notime": null, "date-ut": "1927-07-23 22:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Abdelazziz", "family": "Ben Tifour"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 3.12463, "lat": 36.73654, "name": "Husseïn Dey", "geoid": 2493763}, "date-ut": "1927-07-23 22:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1257"}, "ids-in-sources": {"a1": "1257"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "23", "LAT": "36N47", "LON": "3E 0", "MON": "7", "NUM": "1257", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "HUSSEIN-DEY"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-07-23 22:00"}, "partial-ids": {"ertel": "ES-335"}}, "raw": {"L": "", "MF": "", "NR": "335", "ENG": "", "MA_": "1", "G_NR": "1257", "MA12": "7", "MARS": "21", "NAME": "BenTrifour", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,20", "CSINR": "", "KURTZ": "", "PHAS_": "34,500", "STUND": "22,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "493", "VORNAME": "Abdelazziz", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.07.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
526	bertorelle-louis-1932-08-05	{"a1": "526", "3a_sports": "402"}	{"cpara": "CP-46", "ertel": "ES-402", "lerrcp": "A1-526"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Bertorelle", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1932-08-05 21:00", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 2.20913, "lat": 43.94838, "name": "Saint-Juéry", "geoid": 2979148}, "notime": null, "date-ut": "1932-08-05 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Bertorelle"}, "birth": {"tzo": "+01:00", "date": "1932-08-05 21:00", "place": {"c2": "81", "cy": "FR", "lg": 2.20913, "lat": 43.94838, "name": "Saint-Juéry", "geoid": 2979148}, "date-ut": "1932-08-05 20:00"}, "occus": ["basketball-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-526"}, "ids-in-sources": {"a1": "526"}}, "raw": {"H": "20", "MN": "0", "TZ": "0", "COD": "81", "COU": "F", "DAY": "5", "LAT": "43N55", "LON": "2E 8", "MON": "8", "NUM": "526", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "SAINT-JUERY"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-08-05 21:00"}, "partial-ids": {"ertel": "ES-402"}}, "raw": {"L": "", "MF": "", "NR": "402", "ENG": "", "MA_": "0", "G_NR": "526", "MA12": "9", "MARS": "25", "NAME": "Bertorelle", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,100", "CSINR": "", "KURTZ": "d", "PHAS_": "8,200", "STUND": "21,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.08.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "46", "VORNAME": "Louis", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "05.08.1932", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASK", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
41	guillemont-joseph-1899-10-01	{"a1": "41", "g55": "03-11", "3a_sports": "2017", "cfepp-final3": "67"}	{"g55": "03-11", "cfepp": "CF-67", "cpara": "CP-220", "ertel": "ES-2017", "lerrcp": "A1-41"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Guillemont", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1899-10-01 02:00", "note": null, "place": {"c1": null, "c2": "87", "c3": "", "cy": "FR", "lg": 1.25, "lat": 45.83333, "name": "Le Dorat", "geoid": 0}, "notime": null, "date-ut": "1899-10-01 01:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Guillemont"}, "birth": {"tzo": "+00:09:21", "date": "1899-10-01 02:00", "place": {"c2": "87", "cy": "FR", "lg": 1.25, "lat": 45.83333, "name": "Ledorat", "geoid": 0}, "date-ut": "1899-10-01 01:50:40"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-41"}, "ids-in-sources": {"a1": "41"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "87", "COU": "F", "DAY": "1", "LAT": "45N50", "LON": "1E15", "MON": "10", "NUM": "41", "PRO": "C", "SEC": "40", "YEA": "1899", "CITY": "LEDORAT"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1899-10-01 02:00"}, "partial-ids": {"ertel": "ES-2017"}}, "raw": {"L": "", "MF": "", "NR": "2017", "ENG": "", "MA_": "1", "G_NR": "41", "MA12": "10", "MARS": "28", "NAME": "Guillemot", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,000", "CSINR": "", "KURTZ": "", "PHAS_": "13,100", "STUND": "2,00", "CFEPNR": "67", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.10.", "ZITATE": "DKSTO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "220", "VORNAME": "Joseph", "ZITRANG": "6", "GAUQ1955": "+", "GEBDATUM": "01.10.1899", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1899-10-01 02:00", "place": {"c3": ""}, "date-ut": "1899-10-01 01:51"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "67"}}, "raw": {"S": "10", "LT": "02 00", "LV": "O", "TR": "f", "UT": "01 51", "LAT": "+46.22", "SRC": "ALG", "LONG": "-01.08", "NAME": "GUILLEMOT Joseph", "SPORT": "Track & Field", "LOC_DATE": "1899 10 01", "UNIV_DATE": "1899 10 01", "BIRTH_PLACE": "LE DORAT", "POSTAL_CODE": "87210"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Le Dorat"}}, "partial-ids": {"g55": "03-11"}, "ids-in-source": {"g55": "03-11"}}, "raw": {"DAY": "1-10-1899", "HOUR": "2 h.", "NAME": "GUILLEMOT Joseph", "PLACE": "Le Dorat (Haute-Vienne)."}, "date": "2023-08-20T14:48:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
636	lavoine-gilbert-1921-02-03	{"a1": "636", "g55": "03-523", "3a_sports": "2388", "cfepp-final3": "245"}	{"g55": "03-523", "cfepp": "CF-245", "cpara": "CP-274", "ertel": "ES-2388", "lerrcp": "A1-636"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilbert", "family": "Lavoine", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1921-02-03 07:00", "note": null, "place": {"c1": null, "c2": "02", "c3": "", "cy": "FR", "lg": 3.62714, "lat": 49.5631, "name": "Laon", "geoid": 3007477}, "notime": null, "date-ut": "1921-02-03 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Gilbert", "family": "Lavoine"}, "birth": {"tzo": "+00:00", "date": "1921-02-03 07:00", "place": {"c2": "02", "cy": "FR", "lg": 3.62714, "lat": 49.5631, "name": "Laon", "geoid": 3007477}, "date-ut": "1921-02-03 07:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-636"}, "ids-in-sources": {"a1": "636"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "02", "COU": "F", "DAY": "3", "LAT": "49N34", "LON": "3E37", "MON": "2", "NUM": "636", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "LAON"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-02-03 07:00"}, "partial-ids": {"ertel": "ES-2388"}}, "raw": {"L": "", "MF": "", "NR": "2388", "ENG": "", "MA_": "0", "G_NR": "636", "MA12": "12", "MARS": "34", "NAME": "Lavoine", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,300", "CSINR": "", "KURTZ": "", "PHAS_": "21,200", "STUND": "7,00", "CFEPNR": "245", "EXTEND": "", "NATION": "FRA", "TAGMON": "03.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "274", "VORNAME": "Gilbert", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "03.02.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1921-02-03 07:00", "place": {"c3": ""}, "date-ut": "1921-02-03 07:00"}, "occus": ["boxer"], "ids-in-sources": {"cfepp-final3": "245"}}, "raw": {"S": "12", "LT": "07 00", "LV": "E", "TR": "f", "UT": "07 00", "LAT": "+49.57", "SRC": "ALG", "LONG": "-03.63", "NAME": "LAVOINE Gilbert", "SPORT": "Boxing", "LOC_DATE": "1921 02 03", "UNIV_DATE": "1921 02 03", "BIRTH_PLACE": "LAON", "POSTAL_CODE": "02000"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-523"}, "ids-in-source": {"g55": "03-523"}}, "raw": {"DAY": "3-2-1921", "HOUR": "7 h.", "NAME": "LAVOINE Gilbert", "PLACE": "Laon (Aisne)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1262	bliard-guy-1932-10-18	{"a1": "1263", "3a_sports": "470"}	{"cpara": "CP-494", "ertel": "ES-470", "lerrcp": "A1-1263"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Bliard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1932-10-18 19:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 3.96667, "lat": 49.06667, "name": "Dizy", "geoid": 3021293}, "notime": null, "date-ut": "1932-10-18 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Bliard"}, "birth": {"tzo": "+00:00", "date": "1932-10-18 19:00", "place": {"c2": "51", "cy": "FR", "lg": 3.96667, "lat": 49.06667, "name": "Dizy", "geoid": 3021293}, "date-ut": "1932-10-18 19:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1263"}, "ids-in-sources": {"a1": "1263"}}, "raw": {"H": "19", "MN": "0", "TZ": "0", "COD": "51", "COU": "F", "DAY": "18", "LAT": "48N57", "LON": "4E22", "MON": "10", "NUM": "1263", "PRO": "C", "SEC": "0", "YEA": "1932", "CITY": "DIZY"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1932-10-18 19:00"}, "partial-ids": {"ertel": "ES-470"}}, "raw": {"L": "", "MF": "", "NR": "470", "ENG": "", "MA_": "1", "G_NR": "1263", "MA12": "9", "MARS": "27", "NAME": "Bliard", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,100", "CSINR": "", "KURTZ": "", "PHAS_": "89,500", "STUND": "19,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.10.", "ZITATE": "O", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "494", "VORNAME": "Guy", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "18.10.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:56+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1628	boesman-gustave-1899-01-19	{"a1": "1629", "3a_sports": "498"}	{"cpara": "CP-482", "ertel": "ES-498", "lerrcp": "A1-1629"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Boesman", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1899-01-19 09:00", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "notime": null, "date-ut": "1899-01-19 09:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Boesman"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "GAND", "geoid": 0}, "date-ut": "1899-01-19 09:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1629"}, "ids-in-sources": {"a1": "1629"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "19", "LAT": "51N 5", "LON": "3E45", "MON": "1", "NUM": "1629", "PRO": "C", "SEC": "0", "YEA": "1899", "CITY": "GAND"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1899-01-19 09:00"}, "partial-ids": {"ertel": "ES-498"}}, "raw": {"L": "", "MF": "", "NR": "498", "ENG": "", "MA_": "1", "G_NR": "1629", "MA12": "7", "MARS": "21", "NAME": "Boesman", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,400", "CSINR": "", "KURTZ": "", "PHAS_": "53,300", "STUND": "9,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "19.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "482", "VORNAME": "Gustave", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.01.1899", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:56+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1631	cambier-charles-1884-01-05	{"a1": "1632", "3a_sports": "793"}	{"cpara": "CP-469", "ertel": "ES-793", "lerrcp": "A1-1632"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Cambier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1884-01-05 23:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "notime": null, "date-ut": "1884-01-05 22:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Cambier"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "date-ut": "1884-01-05 22:47:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1632"}, "ids-in-sources": {"a1": "1632"}}, "raw": {"H": "22", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "5", "LAT": "51N13", "LON": "3E15", "MON": "1", "NUM": "1632", "PRO": "C", "SEC": "0", "YEA": "1884", "CITY": "BRUGES"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1884-01-05 23:00"}, "partial-ids": {"ertel": "ES-793"}}, "raw": {"L": "", "MF": "", "NR": "793", "ENG": "", "MA_": "1", "G_NR": "1632", "MA12": "2", "MARS": "5", "NAME": "Cambier", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,500", "CSINR": "", "KURTZ": "", "PHAS_": "40,100", "STUND": "23,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "05.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "469", "VORNAME": "Charles", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "05.01.1884", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22809	boogaerts-ferdinand-1921-02-25	{"3a_sports": "563"}	{"cpara": "CP-*70", "ertel": "ES-563"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Boogaerts", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-02-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Ferdinand", "family": "Boogaerts"}, "birth": {"date": "1921-02-25", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "563", "ENG": "1", "MA_": "2", "G_NR": "70", "MA12": "4", "MARS": "11", "NAME": "Boogaerts", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "-5,400", "CSINR": "", "KURTZ": "", "PHAS_": "90,900", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "25.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 70", "VORNAME": "Ferdinand", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.02.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1272	canelle-fernand-1882-01-02	{"a1": "1273", "3a_sports": "812"}	{"cpara": "CP-96", "ertel": "ES-812", "lerrcp": "A1-1273"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Canelle", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1882-01-02 18:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "17", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1882-01-02 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Canelle"}, "birth": {"tzo": "+00:09:24", "date": "1882-01-02 18:00", "place": {"c2": "75", "c3": "17", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1882-01-02 17:50:40"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1273"}, "ids-in-sources": {"a1": "1273"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "1273", "PRO": "C", "SEC": "40", "YEA": "1882", "CITY": "PARIS 17E"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1882-01-02 18:00"}, "partial-ids": {"ertel": "ES-812"}}, "raw": {"L": "", "MF": "", "NR": "812", "ENG": "1", "MA_": "2", "G_NR": "1273", "MA12": "1", "MARS": "3", "NAME": "Canelle", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,500", "CSINR": "", "KURTZ": "", "PHAS_": "94,200", "STUND": "18,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "02.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "96", "VORNAME": "Fernand", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "02.01.1882", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1633	carre-louis-1925-01-07	{"a1": "1634", "3a_sports": "867"}	{"cpara": "CP-434", "ertel": "ES-867", "lerrcp": "A1-1634"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Carre", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1925-01-07 15:15", "note": null, "place": {"c1": null, "c2": "LIE", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "notime": null, "date-ut": "1925-01-07 15:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Carre"}, "birth": {"place": {"c2": "LIE", "cy": "BE", "lg": 5.5, "lat": 50.65, "name": "LIEGE", "geoid": 0}, "date-ut": "1925-01-07 15:15:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1634"}, "ids-in-sources": {"a1": "1634"}}, "raw": {"H": "15", "MN": "15", "TZ": "0", "COD": "LIE", "COU": "B", "DAY": "7", "LAT": "50N39", "LON": "5E30", "MON": "1", "NUM": "1634", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "LIEGE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-01-07 15:15"}, "partial-ids": {"ertel": "ES-867"}}, "raw": {"L": "", "MF": "", "NR": "867", "ENG": "", "MA_": "0", "G_NR": "1634", "MA12": "3", "MARS": "7", "NAME": "Carré", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,000", "CSINR": "", "KURTZ": "", "PHAS_": "91,500", "STUND": "15,25", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "07.01.", "ZITATE": "WO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "434", "VORNAME": "Louis", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "07.01.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1277	chorda-andre-1938-02-20	{"a1": "1278", "3a_sports": "1006"}	{"cpara": "CP-502", "ertel": "ES-1006", "lerrcp": "A1-1278"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Chorda", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1938-02-20 21:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Charleval-de-Pr", "geoid": 0}, "notime": null, "date-ut": "1938-02-20 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "André", "family": "Chorda"}, "birth": {"tzo": "+00:00", "date": "1938-02-20 21:00", "place": {"c2": "13", "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Charleval-de-Pr", "geoid": 0}, "date-ut": "1938-02-20 21:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1278"}, "ids-in-sources": {"a1": "1278"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "13", "COU": "F", "DAY": "20", "LAT": "43N18", "LON": "5E22", "MON": "2", "NUM": "1278", "PRO": "C", "SEC": "0", "YEA": "1938", "CITY": "CHARLEVAL-DE-PR"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1938-02-20 21:00"}, "partial-ids": {"ertel": "ES-1006"}}, "raw": {"L": "", "MF": "", "NR": "1006", "ENG": "", "MA_": "1", "G_NR": "1278", "MA12": "7", "MARS": "19", "NAME": "Chorda", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,700", "CSINR": "", "KURTZ": "", "PHAS_": "70,600", "STUND": "21,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.02.", "ZITATE": "DFO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "502", "VORNAME": "André", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "20.02.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1636	claessens-jean-1908-06-18	{"a1": "1637", "3a_sports": "1026"}	{"cpara": "CP-480", "ertel": "ES-1026", "lerrcp": "A1-1637"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Claessens", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1908-06-18 03:00", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ANDERLECHT", "geoid": 0}, "notime": null, "date-ut": "1908-06-18 03:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Claessens"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ANDERLECHT", "geoid": 0}, "date-ut": "1908-06-18 03:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1637"}, "ids-in-sources": {"a1": "1637"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "18", "LAT": "50N51", "LON": "4E15", "MON": "6", "NUM": "1637", "PRO": "C", "SEC": "0", "YEA": "1908", "CITY": "ANDERLECHT"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1908-06-18 03:00"}, "partial-ids": {"ertel": "ES-1026"}}, "raw": {"L": "", "MF": "", "NR": "1026", "ENG": "", "MA_": "0", "G_NR": "1637", "MA12": "11", "MARS": "32", "NAME": "Claessens", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,600", "CSINR": "", "KURTZ": "", "PHAS_": "84,300", "STUND": "3,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "18.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "480", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.06.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
26	cros-yves-1923-10-05	{"a1": "26", "3a_sports": "1164"}	{"cpara": "CP-137", "ertel": "ES-1164", "lerrcp": "A1-26"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Cros", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1923-10-05 09:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.88333, "lat": 43.61667, "name": "Aiguesvives", "geoid": 0}, "notime": null, "date-ut": "1923-10-05 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Cros"}, "birth": {"tzo": "+01:00", "date": "1923-10-05 09:00", "place": {"c2": "34", "cy": "FR", "lg": 3.88333, "lat": 43.61667, "name": "Aiguesvives", "geoid": 0}, "date-ut": "1923-10-05 08:00"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-26"}, "ids-in-sources": {"a1": "26"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "34", "COU": "F", "DAY": "5", "LAT": "43N37", "LON": "3E53", "MON": "10", "NUM": "26", "PRO": "C", "SEC": "0", "YEA": "1923", "CITY": "AIGUESVIVES"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1923-10-05 09:00"}, "partial-ids": {"ertel": "ES-1164"}}, "raw": {"L": "", "MF": "", "NR": "1164", "ENG": "", "MA_": "1", "G_NR": "26", "MA12": "2", "MARS": "6", "NAME": "Cros", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,00", "CSINR": "", "KURTZ": "", "PHAS_": "32,400", "STUND": "9,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.10.", "ZITATE": "DST", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "137", "VORNAME": "Yves", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "05.10.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1873	danos-pierre-1929-06-04	{"a1": "1874", "3a_sports": "1211"}	{"cpara": "CP-140", "ertel": "ES-1211", "lerrcp": "A1-1874"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Danos", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1929-06-04 16:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1929-06-04 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Danos"}, "birth": {"tzo": "+01:00", "date": "1929-06-04 16:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1929-06-04 15:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1874"}, "ids-in-sources": {"a1": "1874"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "31", "COU": "F", "DAY": "4", "LAT": "43N37", "LON": "1E26", "MON": "6", "NUM": "1874", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-06-04 16:00"}, "partial-ids": {"ertel": "ES-1211"}}, "raw": {"L": "", "MF": "", "NR": "1211", "ENG": "", "MA_": "0", "G_NR": "1874", "MA12": "3", "MARS": "8", "NAME": "Danos", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,200", "CSINR": "", "KURTZ": "", "PHAS_": "17,400", "STUND": "16,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.06.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "140", "VORNAME": "Pierre", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "04.06.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:05+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22819	bosch-hippolyte-van-den-1926-04-30	{"3a_sports": "582"}	{"cpara": "CP-*60", "ertel": "ES-582"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hippolyte (van den)", "family": "Bosch", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1926-04-30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Hippolyte (van den)", "family": "Bosch"}, "birth": {"date": "1926-04-30", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "582", "ENG": "", "MA_": "0", "G_NR": "60", "MA12": "8", "MARS": "22", "NAME": "Bosch", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "-3,300", "CSINR": "", "KURTZ": "", "PHAS_": "95,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "30.04.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "* 60", "VORNAME": "Hippolyte (van den)", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "30.04.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1643	diricx-henri-1927-07-07	{"a1": "1644", "3a_sports": "1420"}	{"cpara": "CP-458", "ertel": "ES-1420", "lerrcp": "A1-1644"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Diricx", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-07-07 01:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "DUFFEL", "geoid": 0}, "notime": null, "date-ut": "1927-07-07 00:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Diricx"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "DUFFEL", "geoid": 0}, "date-ut": "1927-07-07 00:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1644"}, "ids-in-sources": {"a1": "1644"}}, "raw": {"H": "0", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "7", "LAT": "51N14", "LON": "4E30", "MON": "7", "NUM": "1644", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "DUFFEL"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-07-07 01:00"}, "partial-ids": {"ertel": "ES-1420"}}, "raw": {"L": "", "MF": "", "NR": "1420", "ENG": "", "MA_": "0", "G_NR": "1644", "MA12": "8", "MARS": "23", "NAME": "Diricx", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,500", "CSINR": "", "KURTZ": "", "PHAS_": "49,800", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "07.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "458", "VORNAME": "Henri", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "07.07.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1319	hanot-gabriel-1889-11-06	{"a1": "1320", "3a_sports": "2053"}	{"cpara": "CP-225", "ertel": "ES-2053", "lerrcp": "A1-1320"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Hanot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:11:08", "date": "1889-11-06 02:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "notime": null, "date-ut": "1889-11-06 01:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Hanot"}, "birth": {"tzo": "+00:11:08", "date": "1889-11-06 02:00", "place": {"c2": "62", "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "date-ut": "1889-11-06 01:48:56"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1320"}, "ids-in-sources": {"a1": "1320"}}, "raw": {"H": "1", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "6", "LAT": "50N18", "LON": "2E46", "MON": "11", "NUM": "1320", "PRO": "C", "SEC": "56", "YEA": "1889", "CITY": "ARRAS"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1889-11-06 02:00"}, "partial-ids": {"ertel": "ES-2053"}}, "raw": {"L": "", "MF": "", "NR": "2053", "ENG": "", "MA_": "1", "G_NR": "1320", "MA12": "12", "MARS": "35", "NAME": "Hanot", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,600", "CSINR": "", "KURTZ": "p", "PHAS_": "97,000", "STUND": "2,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.11.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "225", "VORNAME": "Gabriel", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "06.11.1889", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1305	flamion-pierre-1923-03-13	{"a1": "1306", "g55": "03-249", "3a_sports": "1650"}	{"g55": "03-249", "cpara": "CP-187", "ertel": "ES-1650", "lerrcp": "A1-1306"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Flamion", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1923-03-13 21:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.72838, "lat": 49.74978, "name": "Mohon", "geoid": 2993630}, "notime": null, "date-ut": "1923-03-13 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Flamion"}, "birth": {"tzo": "+00:00", "date": "1923-03-13 21:00", "place": {"c2": "08", "cy": "FR", "lg": 4.72838, "lat": 49.74978, "name": "Mohon", "geoid": 2993630}, "date-ut": "1923-03-13 21:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1306"}, "ids-in-sources": {"a1": "1306"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "08", "COU": "F", "DAY": "13", "LAT": "49N46", "LON": "4E44", "MON": "3", "NUM": "1306", "PRO": "C", "SEC": "0", "YEA": "1923", "CITY": "MOHON"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1923-03-13 21:00"}, "partial-ids": {"ertel": "ES-1650"}}, "raw": {"L": "", "MF": "", "NR": "1650", "ENG": "", "MA_": "1", "G_NR": "1306", "MA12": "6", "MARS": "18", "NAME": "Flamion", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,600", "CSINR": "", "KURTZ": "d", "PHAS_": "18,600", "STUND": "21,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.03.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "187", "VORNAME": "Pierre", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "13.03.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-249"}, "ids-in-source": {"g55": "03-249"}}, "raw": {"DAY": "13-3-1923", "HOUR": "21 h.", "NAME": "FLAMION Pierre", "PLACE": "Mohon (Ardennes)."}, "date": "2023-08-20T14:48:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1650	hoydonckx-nicolas-huibrecht-1900-12-29	{"a1": "1651", "3a_sports": "2129"}	{"cpara": "CP-449", "ertel": "ES-2129", "lerrcp": "A1-1651"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicolas Huibrecht", "family": "Hoydonckx", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1900-12-29 15:00", "note": null, "place": {"c1": null, "c2": "LIM", "c3": null, "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "ZOLDER", "geoid": 0}, "notime": null, "date-ut": "1900-12-29 15:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Nicolas Huibrecht", "family": "Hoydonckx"}, "birth": {"place": {"c2": "LIM", "cy": "BE", "lg": 5.5, "lat": 50.78333, "name": "ZOLDER", "geoid": 0}, "date-ut": "1900-12-29 15:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1651"}, "ids-in-sources": {"a1": "1651"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "LIM", "COU": "B", "DAY": "29", "LAT": "50N47", "LON": "5E30", "MON": "12", "NUM": "1651", "PRO": "C", "SEC": "0", "YEA": "1900", "CITY": "ZOLDER"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1900-12-29 15:00"}, "partial-ids": {"ertel": "ES-2129"}}, "raw": {"L": "", "MF": "", "NR": "2129", "ENG": "", "MA_": "1", "G_NR": "1651", "MA12": "9", "MARS": "26", "NAME": "HoYdonckx", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,300", "CSINR": "", "KURTZ": "", "PHAS_": "49,300", "STUND": "15,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "29.12.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "449", "VORNAME": "Nicolaas", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "29.12.1900", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1651	huymans-constant-1928-10-11	{"a1": "1652", "3a_sports": "2169"}	{"cpara": "CP-478", "ertel": "ES-2169", "lerrcp": "A1-1652"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Constant", "family": "Huymans", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-10-11 10:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "BORGERHOUT", "geoid": 0}, "notime": null, "date-ut": "1928-10-11 10:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Constant", "family": "Huymans"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "BORGERHOUT", "geoid": 0}, "date-ut": "1928-10-11 10:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1652"}, "ids-in-sources": {"a1": "1652"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "11", "LAT": "51N14", "LON": "4E30", "MON": "10", "NUM": "1652", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "BORGERHOUT"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-10-11 10:00"}, "partial-ids": {"ertel": "ES-2169"}}, "raw": {"L": "", "MF": "", "NR": "2169", "ENG": "", "MA_": "0", "G_NR": "1652", "MA12": "5", "MARS": "15", "NAME": "Huymans", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,300", "CSINR": "", "KURTZ": "", "PHAS_": "7,200", "STUND": "10,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "11.10.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "478", "VORNAME": "Constant", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "11.10.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2018	le-duc-therese-1934-01-25	{"a1": "2020", "3a_sports": "2404"}	{"cpara": "CP-276", "ertel": "ES-2404", "lerrcp": "A1-2020"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Therese", "family": "Le Duc", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:00", "date": "1934-01-25 01:00", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.87087, "lat": 47.93957, "name": "Ventron", "geoid": 2970030}, "notime": null, "date-ut": "1934-01-25 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"name": {"given": "Therese", "family": "Le Duc"}, "birth": {"tzo": "+00:00", "date": "1934-01-25 01:00", "place": {"c2": "88", "cy": "FR", "lg": 6.87087, "lat": 47.93957, "name": "Ventron", "geoid": 2970030}, "date-ut": "1934-01-25 01:00"}, "occus": ["skier"], "trust": 5, "partial_ids": {"lerrcp": "A1-2020"}, "ids-in-sources": {"a1": "2020"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "88", "COU": "F", "DAY": "25", "LAT": "48N10", "LON": "6E28", "MON": "1", "NUM": "2020", "PRO": "C", "SEC": "0", "YEA": "1934", "CITY": "VENTRON"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "F", "birth": {"date": "1934-01-25 01:00"}, "partial-ids": {"ertel": "ES-2404"}}, "raw": {"L": "", "MF": "F", "NR": "2404", "ENG": "", "MA_": "1", "G_NR": "2020", "MA12": "10", "MARS": "28", "NAME": "LeDuc", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,800", "CSINR": "", "KURTZ": "d", "PHAS_": "73,600", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "25.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "276", "VORNAME": "Thérese", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "25.01.1934", "GQBECORR": "a2", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "SKII", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2062	lenglen-suzanne-1899-05-24	{"a1": "2064", "3a_sports": "2460"}	{"cpara": "CP-277", "ertel": "ES-2460", "lerrcp": "A1-2064"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Suzanne", "family": "Lenglen", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:09:21", "date": "1899-05-24 19:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1899-05-24 18:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Suzanne", "family": "Lenglen"}, "birth": {"tzo": "+00:09:21", "date": "1899-05-24 19:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1899-05-24 18:50:40"}, "occus": ["tennis-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-2064"}, "ids-in-sources": {"a1": "2064"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "24", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "2064", "PRO": "C", "SEC": "40", "YEA": "1899", "CITY": "PARIS"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "F", "birth": {"date": "1899-05-24 19:00"}, "partial-ids": {"ertel": "ES-2460"}}, "raw": {"L": "", "MF": "F", "NR": "2460", "ENG": "1", "MA_": "2", "G_NR": "2064", "MA12": "4", "MARS": "12", "NAME": "Lenglen", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,200", "CSINR": "", "KURTZ": "p", "PHAS_": "97,900", "STUND": "19,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "24.05.", "ZITATE": "DJKSBE", "ZITSUM": "6", "INDGRUP": "I", "PARA_NR": "277", "VORNAME": "Suzanne", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "24.05.1899", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "5"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1655	lippens-martin-1934-10-08	{"a1": "1656", "3a_sports": "2495"}	{"cpara": "CP-454", "ertel": "ES-2495", "lerrcp": "A1-1656"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Martin", "family": "Lippens", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-10-08 14:30", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ANDERLECHT", "geoid": 0}, "notime": null, "date-ut": "1934-10-08 14:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Martin", "family": "Lippens"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "ANDERLECHT", "geoid": 0}, "date-ut": "1934-10-08 14:30:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1656"}, "ids-in-sources": {"a1": "1656"}}, "raw": {"H": "14", "MN": "30", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "8", "LAT": "50N51", "LON": "4E15", "MON": "10", "NUM": "1656", "PRO": "C", "SEC": "0", "YEA": "1934", "CITY": "ANDERLECHT"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1934-10-08 14:30"}, "partial-ids": {"ertel": "ES-2495"}}, "raw": {"L": "", "MF": "", "NR": "2495", "ENG": "", "MA_": "0", "G_NR": "1656", "MA12": "6", "MARS": "17", "NAME": "Lippens", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,200", "CSINR": "", "KURTZ": "", "PHAS_": "0,600", "STUND": "14,50", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "08.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "454", "VORNAME": "Martin", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.10.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
49	ladoumegue-jules-1906-12-10	{"a1": "49", "g55": "03-15", "3a_sports": "2322", "cfepp-final3": "84"}	{"g55": "03-15", "cfepp": "CF-84", "cpara": "CP-260", "ertel": "ES-2322", "lerrcp": "A1-49"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Ladoumegue", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1906-12-10 17:30", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1906-12-10 17:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Ladoumegue"}, "birth": {"tzo": "+00:09:21", "date": "1906-12-10 05:00", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1906-12-10 04:50:40"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-49"}, "ids-in-sources": {"a1": "49"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "33", "COU": "F", "DAY": "10", "LAT": "44N50", "LON": "0W34", "MON": "12", "NUM": "49", "PRO": "C", "SEC": "40", "YEA": "1906", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1906-12-10 05:00"}, "partial-ids": {"ertel": "ES-2322"}}, "raw": {"L": "", "MF": "", "NR": "2322", "ENG": "1", "MA_": "2", "G_NR": "49", "MA12": "1", "MARS": "3", "NAME": "Ladoumegue", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,50", "CSINR": "", "KURTZ": "", "PHAS_": "40,400", "STUND": "5,00", "CFEPNR": "84", "EXTEND": "1", "NATION": "FRA", "TAGMON": "10.12.", "ZITATE": "DKTO", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "260", "VORNAME": "Jules", "ZITRANG": "5", "GAUQ1955": "+", "GEBDATUM": "10.12.1906", "GQBECORR": "c", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "ladoumegue-jules-1906-12-10", "birth": {"date": "1906-12-10 17:30", "place": {"c3": ""}, "date-ut": "1906-12-10 17:21"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "84"}}, "raw": {"S": "8", "LT": "17 30", "LV": "M", "TR": "f", "UT": "17 21", "LAT": "+44.84", "SRC": "ALG", "LONG": "+00.57", "NAME": "LADOUMEGUE Jules", "SPORT": "Track & Field", "LOC_DATE": "1906 12 10", "UNIV_DATE": "1906 12 10", "BIRTH_PLACE": "BORDEAUX", "POSTAL_CODE": "33077 CEDEX"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-15"}, "ids-in-source": {"g55": "03-15"}}, "raw": {"DAY": "10-12-1906", "HOUR": "5 h.", "NAME": "LADOUMEGUE Jules", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:48:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1340	llense-rene-1913-07-14	{"a1": "1341", "g55": "03-267", "3a_sports": "2502", "cfepp-final3": "516"}	{"g55": "03-267", "cfepp": "CF-516", "cpara": "CP-286", "ertel": "ES-2502", "lerrcp": "A1-1341"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Llense", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1913-07-14 13:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 3.08235, "lat": 42.52462, "name": "Collioure", "geoid": 3024314}, "notime": null, "date-ut": "1913-07-14 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "René", "family": "Llense"}, "birth": {"tzo": "+00:00", "date": "1913-07-14 13:00", "place": {"c2": "66", "cy": "FR", "lg": 3.08235, "lat": 42.52462, "name": "Collioure", "geoid": 3024314}, "date-ut": "1913-07-14 13:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1341"}, "ids-in-sources": {"a1": "1341"}}, "raw": {"H": "13", "MN": "0", "TZ": "0", "COD": "66", "COU": "F", "DAY": "14", "LAT": "42N42", "LON": "2E55", "MON": "7", "NUM": "1341", "PRO": "C", "SEC": "0", "YEA": "1913", "CITY": "COLLIOURE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1913-07-14 13:00"}, "partial-ids": {"ertel": "ES-2502"}}, "raw": {"L": "", "MF": "", "NR": "2502", "ENG": "", "MA_": "0", "G_NR": "1341", "MA12": "6", "MARS": "16", "NAME": "Llense", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,000", "CSINR": "", "KURTZ": "", "PHAS_": "81,600", "STUND": "13,00", "CFEPNR": "516", "EXTEND": "", "NATION": "FRA", "TAGMON": "14.07.", "ZITATE": "DWO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "286", "VORNAME": "René", "ZITRANG": "4", "GAUQ1955": "+", "GEBDATUM": "14.07.1913", "GQBECORR": "c", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1913-07-14 13:00", "place": {"c3": ""}, "date-ut": "1913-07-14 13:00"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "516"}}, "raw": {"S": "6", "LT": "13 00", "LV": "I11", "TR": "f", "UT": "13 00", "LAT": "+42.53", "SRC": "ALG", "LONG": "-03.08", "NAME": "LLENSE Rene", "SPORT": "Soccer", "LOC_DATE": "1913 07 14", "UNIV_DATE": "1913 07 14", "BIRTH_PLACE": "COLLIOURE", "POSTAL_CODE": "66190"}, "date": "2023-08-20T14:46:05+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-267"}, "ids-in-source": {"g55": "03-267"}}, "raw": {"DAY": "14-7-1913", "HOUR": "13 h.", "NAME": "LLENSE René", "PLACE": "Collioure (Pyrénées-Orientales)."}, "date": "2023-08-20T14:48:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1660	musch-joseph-1892-10-13	{"a1": "1661", "3a_sports": "2996"}	{"cpara": "CP-465", "ertel": "ES-2996", "lerrcp": "A1-1661"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Musch", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1892-10-13 18:00", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "UCCLE", "geoid": 0}, "notime": null, "date-ut": "1892-10-13 18:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Musch"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "UCCLE", "geoid": 0}, "date-ut": "1892-10-13 18:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1661"}, "ids-in-sources": {"a1": "1661"}}, "raw": {"H": "18", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "13", "LAT": "50N51", "LON": "4E15", "MON": "10", "NUM": "1661", "PRO": "C", "SEC": "0", "YEA": "1892", "CITY": "UCCLE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1892-10-13 18:00"}, "partial-ids": {"ertel": "ES-2996"}}, "raw": {"L": "", "MF": "", "NR": "2996", "ENG": "", "MA_": "0", "G_NR": "1661", "MA12": "3", "MARS": "7", "NAME": "Musch", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,90", "CSINR": "", "KURTZ": "", "PHAS_": "49,100", "STUND": "18,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "13.10.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "465", "VORNAME": "Joseph", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "13.10.1892", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1663	paverick-robert-1912-11-29	{"a1": "1664", "3a_sports": "3173"}	{"cpara": "CP-442", "ertel": "ES-3173", "lerrcp": "A1-1664"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Paverick", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1912-11-29 12:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "BORGERHOUT", "geoid": 0}, "notime": null, "date-ut": "1912-11-29 12:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Paverick"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "BORGERHOUT", "geoid": 0}, "date-ut": "1912-11-29 12:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1664"}, "ids-in-sources": {"a1": "1664"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "29", "LAT": "51N14", "LON": "4E30", "MON": "11", "NUM": "1664", "PRO": "C", "SEC": "0", "YEA": "1912", "CITY": "BORGERHOUT"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1912-11-29 12:00"}, "partial-ids": {"ertel": "ES-3173"}}, "raw": {"L": "", "MF": "", "NR": "3173", "ENG": "1", "MA_": "2", "G_NR": "1664", "MA12": "4", "MARS": "12", "NAME": "Paverick", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,000", "CSINR": "", "KURTZ": "", "PHAS_": "76,900", "STUND": "12,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "29.11.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "442", "VORNAME": "Robert", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "29.11.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22839	bragard-mathieu-1895-03-10	{"3a_sports": "642"}	{"cpara": "CP-*61", "ertel": "ES-642"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mathieu", "family": "Bragard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1895-03-10", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Mathieu", "family": "Bragard"}, "birth": {"date": "1895-03-10", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "642", "ENG": "", "MA_": "1", "G_NR": "61", "MA12": "5", "MARS": "14", "NAME": "Bragard", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "4,800", "CSINR": "", "KURTZ": "", "PHAS_": "98,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "10.03.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "* 61", "VORNAME": "Mathieu", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "10.03.1895", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
862	oubron-robert-1913-04-18	{"a1": "862", "g55": "03-181", "3a_sports": "3109", "cfepp-final3": "351"}	{"g55": "03-181", "cfepp": "CF-351", "cpara": "CP-328", "ertel": "ES-3109", "lerrcp": "A1-862"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Oubron", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1913-04-18 09:30", "note": null, "place": {"c1": null, "c2": "95", "c3": "", "cy": "FR", "lg": 2.46595, "lat": 49.01367, "name": "Goussainville", "geoid": 3015490}, "notime": null, "date-ut": "1913-04-18 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Oubron"}, "birth": {"tzo": "+00:00", "date": "1913-04-18 12:00", "place": {"c2": "95", "cy": "FR", "lg": 2.46595, "lat": 49.01367, "name": "Goussainville", "geoid": 3015490}, "date-ut": "1913-04-18 12:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-862"}, "ids-in-sources": {"a1": "862"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "95", "COU": "F", "DAY": "18", "LAT": "49N 0", "LON": "2E 0", "MON": "4", "NUM": "862", "PRO": "C", "SEC": "0", "YEA": "1913", "CITY": "GOUSSAINVILLE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1913-04-18 12:00"}, "partial-ids": {"ertel": "ES-3109"}}, "raw": {"L": "", "MF": "", "NR": "3109", "ENG": "", "MA_": "1", "G_NR": "862", "MA12": "5", "MARS": "14", "NAME": "Oubron", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,600", "CSINR": "", "KURTZ": "", "PHAS_": "88,500", "STUND": "12,00", "CFEPNR": "351", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.04.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "328", "VORNAME": "Robert", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "18.04.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "oubron-robert-1913-04-18", "birth": {"date": "1913-04-18 09:30", "place": {"c3": ""}, "date-ut": "1913-04-18 09:30"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "351"}}, "raw": {"S": "4", "LT": "09 30", "LV": "F", "TR": "f", "UT": "09 30", "LAT": "+49.02", "SRC": "ALG", "LONG": "-02.47", "NAME": "OUBRON Robert", "SPORT": "Cycling", "LOC_DATE": "1913 04 18", "UNIV_DATE": "1913 04 18", "BIRTH_PLACE": "GOUSSAINVILLE", "POSTAL_CODE": "95190"}, "date": "2023-08-20T14:46:01+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-181"}, "ids-in-source": {"g55": "03-181"}}, "raw": {"DAY": "18-4-1913", "HOUR": "12 h.", "NAME": "OUBRON Robert", "PLACE": "Goussainville (Seine-et-Oise)."}, "date": "2023-08-20T14:48:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
665	pigou-marcel-1934-04-06	{"a1": "665", "3a_sports": "3290"}	{"cpara": "CP-343", "ertel": "ES-3290", "lerrcp": "A1-665"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Pigou", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1934-04-06 23:50", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 1.48925, "lat": 48.44685, "name": "Chartres", "geoid": 3026467}, "notime": null, "date-ut": "1934-04-06 23:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Pigou"}, "birth": {"tzo": "+00:00", "date": "1934-04-06 23:50", "place": {"c2": "28", "cy": "FR", "lg": 1.48925, "lat": 48.44685, "name": "Chartres", "geoid": 3026467}, "date-ut": "1934-04-06 23:50"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-665"}, "ids-in-sources": {"a1": "665"}}, "raw": {"H": "23", "MN": "50", "TZ": "0", "COD": "28", "COU": "F", "DAY": "6", "LAT": "48N27", "LON": "1E30", "MON": "4", "NUM": "665", "PRO": "C", "SEC": "0", "YEA": "1934", "CITY": "CHARTRES"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1934-04-06 23:50"}, "partial-ids": {"ertel": "ES-3290"}}, "raw": {"L": "", "MF": "", "NR": "3290", "ENG": "", "MA_": "1", "G_NR": "665", "MA12": "9", "MARS": "27", "NAME": "Pigou", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,60", "CSINR": "", "KURTZ": "", "PHAS_": "61,900", "STUND": "23,83", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "343", "VORNAME": "Marcel", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.04.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
67	piquemal-claude-1939-03-13	{"a1": "67", "3a_sports": "3304"}	{"cpara": "CP-345", "ertel": "ES-3304", "lerrcp": "A1-67"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Piquemal", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1939-03-13 10:00", "note": null, "place": {"c1": null, "c2": "09", "c3": null, "cy": "FR", "lg": 1.56545, "lat": 42.76481, "name": "Siguer", "geoid": 2974566}, "notime": null, "date-ut": "1939-03-13 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Piquemal"}, "birth": {"tzo": "+00:00", "date": "1939-03-13 10:00", "place": {"c2": "09", "cy": "FR", "lg": 1.56545, "lat": 42.76481, "name": "Siguer", "geoid": 2974566}, "date-ut": "1939-03-13 10:00"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-67"}, "ids-in-sources": {"a1": "67"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "09", "COU": "F", "DAY": "13", "LAT": "42N58", "LON": "1E35", "MON": "3", "NUM": "67", "PRO": "C", "SEC": "0", "YEA": "1939", "CITY": "SIGUER"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1939-03-13 10:00"}, "partial-ids": {"ertel": "ES-3304"}}, "raw": {"L": "", "MF": "", "NR": "3304", "ENG": "", "MA_": "0", "G_NR": "67", "MA12": "6", "MARS": "17", "NAME": "Piquemal", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,800", "CSINR": "", "KURTZ": "", "PHAS_": "49,200", "STUND": "10,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.03.", "ZITATE": "DKST", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "345", "VORNAME": "Claude", "ZITRANG": "5", "GAUQ1955": "", "GEBDATUM": "13.03.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1665	plaskie-jean-1941-08-24	{"a1": "1666", "3a_sports": "3323"}	{"cpara": "CP-488", "ertel": "ES-3323", "lerrcp": "A1-1666"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Plaskie", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-08-24 23:00", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LAEKEN", "geoid": 0}, "notime": null, "date-ut": "1941-08-24 21:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Plaskie"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LAEKEN", "geoid": 0}, "date-ut": "1941-08-24 21:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1666"}, "ids-in-sources": {"a1": "1666"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "24", "LAT": "50N51", "LON": "4E15", "MON": "8", "NUM": "1666", "PRO": "C", "SEC": "0", "YEA": "1941", "CITY": "LAEKEN"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1941-08-24 23:00"}, "partial-ids": {"ertel": "ES-3323"}}, "raw": {"L": "", "MF": "", "NR": "3323", "ENG": "1", "MA_": "2", "G_NR": "1666", "MA12": "1", "MARS": "2", "NAME": "Plaskie", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,800", "CSINR": "", "KURTZ": "", "PHAS_": "1,900", "STUND": "23,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "24.08.", "ZITATE": "S", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "488", "VORNAME": "Jean", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "24.08.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1365	rahis-bernard-1933-02-12	{"a1": "1366", "3a_sports": "3423"}	{"cpara": "CP-520", "ertel": "ES-3423", "lerrcp": "A1-1366"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Rahis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-02-12 01:00", "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 2.8277, "lat": 36.47004, "name": "Blida", "geoid": 2503769}, "notime": null, "date-ut": "1933-02-12 01:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Rahis"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 2.8277, "lat": 36.47004, "name": "Blida", "geoid": 2503769}, "date-ut": "1933-02-12 01:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1366"}, "ids-in-sources": {"a1": "1366"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "12", "LAT": "36N35", "LON": "2E45", "MON": "2", "NUM": "1366", "PRO": "C", "SEC": "0", "YEA": "1933", "CITY": "BLIDA"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1933-02-12 01:00"}, "partial-ids": {"ertel": "ES-3423"}}, "raw": {"L": "", "MF": "", "NR": "3423", "ENG": "0", "MA_": "2", "G_NR": "1366", "MA12": "3", "MARS": "9", "NAME": "Rahis", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,200", "CSINR": "", "KURTZ": "", "PHAS_": "97,600", "STUND": "1,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "12.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "520", "VORNAME": "Bernard", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "12.02.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1366	remetter-francois-1928-08-08	{"a1": "1367", "3a_sports": "3468", "cfepp-final3": "542"}	{"cfepp": "CF-542", "cpara": "CP-364", "ertel": "ES-3468", "lerrcp": "A1-1367"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Remetter", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1928-08-08 23:30", "note": null, "place": {"c1": null, "c2": "67", "c3": "", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1928-08-08 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "François", "family": "Remetter"}, "birth": {"tzo": "+01:00", "date": "1928-08-08 23:30", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1928-08-08 22:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1367"}, "ids-in-sources": {"a1": "1367"}}, "raw": {"H": "22", "MN": "30", "TZ": "0", "COD": "67", "COU": "F", "DAY": "8", "LAT": "48N35", "LON": "7E45", "MON": "8", "NUM": "1367", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-08-08 23:30"}, "partial-ids": {"ertel": "ES-3468"}}, "raw": {"L": "", "MF": "", "NR": "3468", "ENG": "0", "MA_": "2", "G_NR": "1367", "MA12": "12", "MARS": "36", "NAME": "Remetter", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,90", "CSINR": "", "KURTZ": "", "PHAS_": "58,400", "STUND": "23,50", "CFEPNR": "542", "EXTEND": "1", "NATION": "FRA", "TAGMON": "08.08.", "ZITATE": "DWO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "364", "VORNAME": "Francois", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "08.08.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1928-08-08 23:30", "place": {"c3": ""}, "date-ut": "1928-08-08 22:30"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "542"}}, "raw": {"S": "12", "LT": "23 30", "LV": "I26", "TR": "f", "UT": "22 30", "LAT": "+48.58", "SRC": "L", "LONG": "-07.75", "NAME": "REMETTER Francois", "SPORT": "Soccer", "LOC_DATE": "1928 08 08", "UNIV_DATE": "1928 08 08", "BIRTH_PLACE": "STRASBOURG", "POSTAL_CODE": "67070 CEDEX"}, "date": "2023-08-20T14:46:05+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1374	sauvage-paul-1939-03-17	{"a1": "1375", "3a_sports": "3698", "cfepp-final3": "552"}	{"cfepp": "CF-552", "cpara": "CP-527", "ertel": "ES-3698", "lerrcp": "A1-1375"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Sauvage", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1939-03-17 20:30", "note": null, "place": {"c1": null, "c2": "23", "c3": "", "cy": "FR", "lg": 1.48597, "lat": 46.23791, "name": "La Souterraine", "geoid": 3006387}, "notime": null, "date-ut": "1939-03-17 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Sauvage"}, "birth": {"tzo": "+00:00", "date": "1939-03-17 20:30", "place": {"c2": "23", "cy": "FR", "lg": 1.48597, "lat": 46.23791, "name": "La Souterraine", "geoid": 3006387}, "date-ut": "1939-03-17 20:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1375"}, "ids-in-sources": {"a1": "1375"}}, "raw": {"H": "20", "MN": "30", "TZ": "0", "COD": "23", "COU": "F", "DAY": "17", "LAT": "46N17", "LON": "1E52", "MON": "3", "NUM": "1375", "PRO": "C", "SEC": "0", "YEA": "1939", "CITY": "LA SOUTERRAINE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1939-03-17 20:30"}, "partial-ids": {"ertel": "ES-3698"}}, "raw": {"L": "", "MF": "", "NR": "3698", "ENG": "", "MA_": "1", "G_NR": "1375", "MA12": "10", "MARS": "30", "NAME": "Sauvage", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,300", "CSINR": "", "KURTZ": "", "PHAS_": "14,900", "STUND": "20,50", "CFEPNR": "552", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.03.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "527", "VORNAME": "Paul", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "17.03.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1939-03-17 20:30", "place": {"c3": ""}, "date-ut": "1939-03-17 20:30"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "552"}}, "raw": {"S": "10", "LT": "20 30", "LV": "I6", "TR": "f", "UT": "20 30", "LAT": "+46.24", "SRC": "L", "LONG": "-01.49", "NAME": "SAUVAGE Paul", "SPORT": "Soccer", "LOC_DATE": "1939 03 17", "UNIV_DATE": "1939 03 17", "BIRTH_PLACE": "LA SOUTERRAINE", "POSTAL_CODE": "23300"}, "date": "2023-08-20T14:46:05+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
1376	schultz-erny-1931-01-29	{"a1": "1377", "3a_sports": "3757"}	{"cpara": "CP-525", "ertel": "ES-3757", "lerrcp": "A1-1377"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erny", "family": "Schultz", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1931-01-29 07:30", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.99118, "lat": 48.77497, "name": "Dalhunden", "geoid": 3021904}, "notime": null, "date-ut": "1931-01-29 07:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Erny", "family": "Schultz"}, "birth": {"tzo": "+00:00", "date": "1931-01-29 07:30", "place": {"c2": "67", "cy": "FR", "lg": 7.99118, "lat": 48.77497, "name": "Dalhunden", "geoid": 3021904}, "date-ut": "1931-01-29 07:30"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1377"}, "ids-in-sources": {"a1": "1377"}}, "raw": {"H": "7", "MN": "30", "TZ": "0", "COD": "67", "COU": "F", "DAY": "29", "LAT": "48N35", "LON": "7E45", "MON": "1", "NUM": "1377", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "DALHUNDEN"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-01-29 07:30"}, "partial-ids": {"ertel": "ES-3757"}}, "raw": {"L": "", "MF": "", "NR": "3757", "ENG": "", "MA_": "1", "G_NR": "1377", "MA12": "7", "MARS": "19", "NAME": "Schultz", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,900", "CSINR": "", "KURTZ": "", "PHAS_": "69,900", "STUND": "7,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "29.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "525", "VORNAME": "Erny", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.01.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1381	sinibaldi-pierre-1924-02-29	{"a1": "1382", "3a_sports": "3831"}	{"cpara": "CP-388", "ertel": "ES-3831", "lerrcp": "A1-1382"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Sinibaldi", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1924-02-29 22:00", "note": null, "place": {"c1": null, "c2": "20", "c3": null, "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Montemaggiore", "geoid": 0}, "notime": null, "date-ut": "1924-02-29 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Sinibaldi"}, "birth": {"tzo": "+00:00", "date": "1924-02-29 22:00", "place": {"c2": "20", "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Montemaggiore", "geoid": 0}, "date-ut": "1924-02-29 22:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1382"}, "ids-in-sources": {"a1": "1382"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "20", "COU": "F", "DAY": "29", "LAT": "41N55", "LON": "8E45", "MON": "2", "NUM": "1382", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "MONTEMAGGIORE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-02-29 22:00"}, "partial-ids": {"ertel": "ES-3831"}}, "raw": {"L": "", "MF": "", "NR": "3831", "ENG": "", "MA_": "0", "G_NR": "1382", "MA12": "11", "MARS": "32", "NAME": "Sinibaldi", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,10", "CSINR": "", "KURTZ": "", "PHAS_": "33,900", "STUND": "22,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "29.02.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "388", "VORNAME": "Pierre", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "29.02.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1670	stockman-jacques-1938-10-08	{"a1": "1671", "3a_sports": "3911"}	{"cpara": "CP-460", "ertel": "ES-3911", "lerrcp": "A1-1671"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Stockman", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1938-10-08 07:30", "note": null, "place": {"c1": null, "c2": "OVL", "c3": null, "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "RENAIX (RONSE)", "geoid": 0}, "notime": null, "date-ut": "1938-10-08 07:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Stockman"}, "birth": {"place": {"c2": "OVL", "cy": "BE", "lg": 3.75, "lat": 51.08333, "name": "RENAIX (RONSE)", "geoid": 0}, "date-ut": "1938-10-08 07:30:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1671"}, "ids-in-sources": {"a1": "1671"}}, "raw": {"H": "7", "MN": "30", "TZ": "0", "COD": "OVL", "COU": "B", "DAY": "8", "LAT": "51N 5", "LON": "3E45", "MON": "10", "NUM": "1671", "PRO": "C", "SEC": "0", "YEA": "1938", "CITY": "RENAIX (RONSE)"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1938-10-08 07:30"}, "partial-ids": {"ertel": "ES-3911"}}, "raw": {"L": "", "MF": "", "NR": "3911", "ENG": "", "MA_": "1", "G_NR": "1671", "MA12": "2", "MARS": "6", "NAME": "Stockman", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,000", "CSINR": "", "KURTZ": "", "PHAS_": "97,700", "STUND": "7,50", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "08.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "460", "VORNAME": "Jacques", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.10.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1775	taris-jean-1909-07-06	{"a1": "1776", "3a_sports": "3969"}	{"cpara": "CP-397", "ertel": "ES-3969", "lerrcp": "A1-1776"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Taris", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1909-07-06 09:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1909-07-06 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Taris"}, "birth": {"tzo": "+00:09:21", "date": "1909-07-06 09:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1909-07-06 08:50:40"}, "occus": ["swimmer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1776"}, "ids-in-sources": {"a1": "1776"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "78", "COU": "F", "DAY": "6", "LAT": "48N50", "LON": "2E 8", "MON": "7", "NUM": "1776", "PRO": "C", "SEC": "40", "YEA": "1909", "CITY": "VERSAILLES"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1909-07-06 09:00"}, "partial-ids": {"ertel": "ES-3969"}}, "raw": {"L": "", "MF": "", "NR": "3969", "ENG": "", "MA_": "0", "G_NR": "1776", "MA12": "6", "MARS": "16", "NAME": "Taris", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,100", "CSINR": "", "KURTZ": "", "PHAS_": "92,000", "STUND": "9,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.07.", "ZITATE": "DKS", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "397", "VORNAME": "Jean", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "06.07.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SWIM", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1389	tellechea-joseph-1926-11-27	{"a1": "1390", "3a_sports": "3984"}	{"cpara": "CP-530", "ertel": "ES-3984", "lerrcp": "A1-1390"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Tellechea", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1926-11-27 08:00", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.44533, "lat": 48.92578, "name": "Drancy", "geoid": 3020839}, "notime": null, "date-ut": "1926-11-27 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Tellechea"}, "birth": {"tzo": "+00:00", "date": "1926-11-27 08:00", "place": {"c2": "93", "cy": "FR", "lg": 2.44533, "lat": 48.92578, "name": "Drancy", "geoid": 3020839}, "date-ut": "1926-11-27 08:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1390"}, "ids-in-sources": {"a1": "1390"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "93", "COU": "F", "DAY": "27", "LAT": "48N55", "LON": "2E30", "MON": "11", "NUM": "1390", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "DRANCY"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-11-27 08:00"}, "partial-ids": {"ertel": "ES-3984"}}, "raw": {"L": "", "MF": "", "NR": "3984", "ENG": "", "MA_": "0", "G_NR": "1390", "MA12": "8", "MARS": "24", "NAME": "Tellechea", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,400", "CSINR": "", "KURTZ": "", "PHAS_": "53,000", "STUND": "8,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "530", "VORNAME": "Joseph", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "27.11.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1675	van-brandt-alfons-1927-06-24	{"a1": "1676", "3a_sports": "4121"}	{"cpara": "CP-446", "ertel": "ES-4121", "lerrcp": "A1-1676"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfons", "family": "Van Brandt", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-06-24 08:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "KESSEL / LIER", "geoid": 0}, "notime": null, "date-ut": "1927-06-24 07:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Alfons", "family": "Van Brandt"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "KESSEL / LIER", "geoid": 0}, "date-ut": "1927-06-24 07:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1676"}, "ids-in-sources": {"a1": "1676"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "24", "LAT": "51N14", "LON": "4E30", "MON": "6", "NUM": "1676", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "KESSEL / LIER"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-06-24 08:00"}, "partial-ids": {"ertel": "ES-4121"}}, "raw": {"L": "", "MF": "", "NR": "4121", "ENG": "1", "MA_": "2", "G_NR": "1676", "MA12": "1", "MARS": "1", "NAME": "VanBrandt", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,20", "CSINR": "", "KURTZ": "", "PHAS_": "32,400", "STUND": "8,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "24.06.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "446", "VORNAME": "Alfons", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "24.06.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1680	van-himst-paul-1943-10-08	{"a1": "1681", "3a_sports": "4133"}	{"cpara": "CP-444", "ertel": "ES-4133", "lerrcp": "A1-1681"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Van Himst", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-10-08 06:00", "note": null, "place": {"c1": null, "c2": "BRA", "c3": null, "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LEEUW ST-PIERRE", "geoid": 0}, "notime": null, "date-ut": "1943-10-08 05:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Van Himst"}, "birth": {"place": {"c2": "BRA", "cy": "BE", "lg": 4.25, "lat": 50.85, "name": "LEEUW ST-PIERRE", "geoid": 0}, "date-ut": "1943-10-08 05:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1681"}, "ids-in-sources": {"a1": "1681"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "BRA", "COU": "B", "DAY": "8", "LAT": "50N51", "LON": "4E15", "MON": "10", "NUM": "1681", "PRO": "C", "SEC": "0", "YEA": "1943", "CITY": "LEEUW ST-PIERRE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1943-10-08 06:00"}, "partial-ids": {"ertel": "ES-4133"}}, "raw": {"L": "", "MF": "", "NR": "4133", "ENG": "1", "MA_": "2", "G_NR": "1681", "MA12": "4", "MARS": "10", "NAME": "VanHimst", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,300", "CSINR": "", "KURTZ": "", "PHAS_": "63,200", "STUND": "6,00", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "08.10.", "ZITATE": "DWO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "444", "VORNAME": "Paul", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "08.10.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1677	van-der-auwera-jean-1924-01-09	{"a1": "1678", "3a_sports": "4158"}	{"cpara": "CP-468", "ertel": "ES-4158", "lerrcp": "A1-1678"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Van Der Auwera", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-01-09 23:00", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MECHELEN", "geoid": 0}, "notime": null, "date-ut": "1924-01-09 23:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Van Der Auwera"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "MECHELEN", "geoid": 0}, "date-ut": "1924-01-09 23:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1678"}, "ids-in-sources": {"a1": "1678"}}, "raw": {"H": "23", "MN": "0", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "9", "LAT": "51N14", "LON": "4E30", "MON": "1", "NUM": "1678", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "MECHELEN"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-01-09 23:00"}, "partial-ids": {"ertel": "ES-4158"}}, "raw": {"L": "", "MF": "", "NR": "4158", "ENG": "", "MA_": "1", "G_NR": "1678", "MA12": "11", "MARS": "31", "NAME": "VanderAuwera", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,900", "CSINR": "", "KURTZ": "", "PHAS_": "7,800", "STUND": "23,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "09.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "468", "VORNAME": "Jan Baptist", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "09.01.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1681	veen-robert-1886-03-25	{"a1": "1682", "3a_sports": "4183"}	{"cpara": "CP-476", "ertel": "ES-4183", "lerrcp": "A1-1682"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Veen", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1886-03-25 06:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "notime": null, "date-ut": "1886-03-25 05:47:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Veen"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "BRUGES", "geoid": 0}, "date-ut": "1886-03-25 05:47:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1682"}, "ids-in-sources": {"a1": "1682"}}, "raw": {"H": "5", "MN": "47", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "25", "LAT": "51N13", "LON": "3E15", "MON": "3", "NUM": "1682", "PRO": "C", "SEC": "0", "YEA": "1886", "CITY": "BRUGES"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1886-03-25 06:00"}, "partial-ids": {"ertel": "ES-4183"}}, "raw": {"L": "", "MF": "", "NR": "4183", "ENG": "", "MA_": "1", "G_NR": "1682", "MA12": "7", "MARS": "20", "NAME": "Veen", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,700", "CSINR": "", "KURTZ": "", "PHAS_": "73,600", "STUND": "6,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "25.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "476", "VORNAME": "Robert (de)", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.03.1886", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1683	verbiest-laurent-1939-04-16	{"a1": "1684", "3a_sports": "4193"}	{"cpara": "CP-477", "ertel": "ES-4193", "lerrcp": "A1-1684"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Laurent", "family": "Verbiest", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1939-04-16 15:00", "note": null, "place": {"c1": null, "c2": "WVL", "c3": null, "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OSTENDE", "geoid": 0}, "notime": null, "date-ut": "1939-04-16 14:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Laurent", "family": "Verbiest"}, "birth": {"place": {"c2": "WVL", "cy": "BE", "lg": 3.25, "lat": 51.21667, "name": "OSTENDE", "geoid": 0}, "date-ut": "1939-04-16 14:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1684"}, "ids-in-sources": {"a1": "1684"}}, "raw": {"H": "14", "MN": "0", "TZ": "0", "COD": "WVL", "COU": "B", "DAY": "16", "LAT": "51N13", "LON": "3E15", "MON": "4", "NUM": "1684", "PRO": "C", "SEC": "0", "YEA": "1939", "CITY": "OSTENDE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1939-04-16 15:00"}, "partial-ids": {"ertel": "ES-4193"}}, "raw": {"L": "", "MF": "", "NR": "4193", "ENG": "", "MA_": "0", "G_NR": "1684", "MA12": "8", "MARS": "24", "NAME": "Verbiest", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,200", "CSINR": "", "KURTZ": "", "PHAS_": "13,400", "STUND": "15,00", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "16.04.", "ZITATE": "DS", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "477", "VORNAME": "Laurent", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "16.04.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2004	verger-andre-1906-05-28	{"a1": "2006", "3a_sports": "4201"}	{"cpara": "CP-415", "ertel": "ES-4201", "lerrcp": "A1-2006"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Verger", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1906-05-28 04:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1906-05-28 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "André", "family": "Verger"}, "birth": {"tzo": "+00:09:21", "date": "1906-05-28 04:00", "place": {"c2": "87", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1906-05-28 03:50:40"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-2006"}, "ids-in-sources": {"a1": "2006"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "87", "COU": "F", "DAY": "28", "LAT": "45N50", "LON": "1E15", "MON": "5", "NUM": "2006", "PRO": "C", "SEC": "40", "YEA": "1906", "CITY": "LIMOGES"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1906-05-28 04:00"}, "partial-ids": {"ertel": "ES-4201"}}, "raw": {"L": "", "MF": "", "NR": "4201", "ENG": "", "MA_": "0", "G_NR": "2006", "MA12": "12", "MARS": "34", "NAME": "Verger", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,000", "CSINR": "", "KURTZ": "", "PHAS_": "19,000", "STUND": "4,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.05.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "415", "VORNAME": "André", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "28.05.1906", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1685	voorhof-bernard-1910-05-11	{"a1": "1686", "3a_sports": "4279"}	{"cpara": "CP-433", "ertel": "ES-4279", "lerrcp": "A1-1686"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Voorhof", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1910-05-11 04:30", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "LIER", "geoid": 0}, "notime": null, "date-ut": "1910-05-11 04:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Voorhof"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "LIER", "geoid": 0}, "date-ut": "1910-05-11 04:30:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1686"}, "ids-in-sources": {"a1": "1686"}}, "raw": {"H": "4", "MN": "30", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "11", "LAT": "51N14", "LON": "4E30", "MON": "5", "NUM": "1686", "PRO": "C", "SEC": "0", "YEA": "1910", "CITY": "LIER"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1910-05-11 04:30"}, "partial-ids": {"ertel": "ES-4279"}}, "raw": {"L": "", "MF": "", "NR": "4279", "ENG": "", "MA_": "1", "G_NR": "1686", "MA12": "11", "MARS": "31", "NAME": "Voorhof", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,800", "CSINR": "", "KURTZ": "", "PHAS_": "4,700", "STUND": "4,50", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "11.05.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "433", "VORNAME": "Bernard", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "11.05.1910", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
1686	winter-alphonse-1908-09-12	{"a1": "1687", "3a_sports": "4334"}	{"cpara": "CP-490", "ertel": "ES-4334", "lerrcp": "A1-1687"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Winter", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1908-09-12 23:15", "note": null, "place": {"c1": null, "c2": "ANT", "c3": null, "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "notime": null, "date-ut": "1908-09-12 23:15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Winter"}, "birth": {"place": {"c2": "ANT", "cy": "BE", "lg": 4.5, "lat": 51.23333, "name": "ANVERS", "geoid": 0}, "date-ut": "1908-09-12 23:15:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1687"}, "ids-in-sources": {"a1": "1687"}}, "raw": {"H": "23", "MN": "15", "TZ": "0", "COD": "ANT", "COU": "B", "DAY": "12", "LAT": "51N14", "LON": "4E30", "MON": "9", "NUM": "1687", "PRO": "C", "SEC": "0", "YEA": "1908", "CITY": "ANVERS"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1908-09-12 23:15"}, "partial-ids": {"ertel": "ES-4334"}}, "raw": {"L": "", "MF": "", "NR": "4334", "ENG": "", "MA_": "1", "G_NR": "1687", "MA12": "10", "MARS": "28", "NAME": "Winter", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,000", "CSINR": "", "KURTZ": "", "PHAS_": "96,500", "STUND": "23,25", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "12.09.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "490", "VORNAME": "Alphonse (de)", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "12.09.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22713	beeck-joseph-van-1911-02-18	{"3a_sports": "307"}	{"cpara": "CP-*4", "ertel": "ES-307"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph (van)", "family": "Beeck", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1911-02-18", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Joseph (van)", "family": "Beeck"}, "birth": {"date": "1911-02-18", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "307", "ENG": "", "MA_": "1", "G_NR": "4", "MA12": "2", "MARS": "5", "NAME": "Beeck", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "-7,600", "CSINR": "", "KURTZ": "", "PHAS_": "78,500", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "18.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "*  4", "VORNAME": "Joseph (van)", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.02.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22754	bessems-louis-1892-09-25	{"3a_sports": "409"}	{"cpara": "CP-*13", "ertel": "ES-409"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Bessems", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1892-09-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Louis", "family": "Bessems"}, "birth": {"date": "1892-09-25", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "409", "ENG": "1", "MA_": "2", "G_NR": "13", "MA12": "4", "MARS": "11", "NAME": "Bessems", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "5,800", "CSINR": "", "KURTZ": "", "PHAS_": "13,600", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "25.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 13", "VORNAME": "Louis", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.09.1892", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22774	bocxstaele-edgar-august-van-1888-12-02	{"3a_sports": "489"}	{"cpara": "CP-*44", "ertel": "ES-489"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edgar August (van)", "family": "Bocxstaele", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1888-12-02", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Edgar August (van)", "family": "Bocxstaele"}, "birth": {"date": "1888-12-02", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "489", "ENG": "", "MA_": "0", "G_NR": "44", "MA12": "8", "MARS": "22", "NAME": "Bocxstaele", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "-5,600", "CSINR": "", "KURTZ": "", "PHAS_": "3,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "02.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 44", "VORNAME": "Edgar August (van)", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.12.1888", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
46	jazy-michel-1936-06-13	{"a1": "46", "3a_sports": "2208", "cfepp-final3": "77"}	{"cfepp": "CF-77", "cpara": "CP-242", "ertel": "ES-2208", "lerrcp": "A1-46"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Jazy", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1936-06-13 01:15", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Oignes", "geoid": 0}, "notime": null, "date-ut": "1936-06-13 00:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Jazy"}, "birth": {"tzo": "+01:00", "date": "1936-06-13 01:15", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Oignes", "geoid": 0}, "date-ut": "1936-06-13 00:15"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-46"}, "ids-in-sources": {"a1": "46"}}, "raw": {"H": "0", "MN": "15", "TZ": "0", "COD": "59", "COU": "F", "DAY": "13", "LAT": "50N39", "LON": "3E 5", "MON": "6", "NUM": "46", "PRO": "C", "SEC": "0", "YEA": "1936", "CITY": "OIGNES"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1936-06-13 01:15"}, "partial-ids": {"ertel": "ES-2208"}}, "raw": {"L": "", "MF": "", "NR": "2208", "ENG": "", "MA_": "1", "G_NR": "46", "MA12": "10", "MARS": "29", "NAME": "Jazy", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,50", "CSINR": "", "KURTZ": "", "PHAS_": "44,400", "STUND": "1,25", "CFEPNR": "77", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.06.", "ZITATE": "DKSTFO", "ZITSUM": "6", "INDGRUP": "I", "PARA_NR": "242", "VORNAME": "Michel", "ZITRANG": "6", "GAUQ1955": "", "GEBDATUM": "13.06.1936", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "5"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1936-06-13 01:15", "place": {"c3": ""}, "date-ut": "1936-06-13 00:15"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "77"}}, "raw": {"S": "10", "LT": "01 15", "LV": "M", "TR": "f", "UT": "00 15", "LAT": "+50.47", "SRC": "L", "LONG": "-02.99", "NAME": "JAZY Michel", "SPORT": "Track & Field", "LOC_DATE": "1936 06 13", "UNIV_DATE": "1936 06 13", "BIRTH_PLACE": "OIGNIES", "POSTAL_CODE": "62590"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
22887	calenberg-georges-van-1912-02-06	{"3a_sports": "781"}	{"cpara": "CP-*54", "ertel": "ES-781"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges (van)", "family": "Calenberg", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1912-02-06", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Georges (van)", "family": "Calenberg"}, "birth": {"date": "1912-02-06", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "781", "ENG": "", "MA_": "0", "G_NR": "54", "MA12": "5", "MARS": "15", "NAME": "Calenberg", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "-6,500", "CSINR": "", "KURTZ": "", "PHAS_": "87,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "06.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 54", "VORNAME": "Georges (van)", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "06.02.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22974	claessen-roger-1941-09-27	{"3a_sports": "1025"}	{"cpara": "CP-*28", "ertel": "ES-1025"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Claessen", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-09-27", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Roger", "family": "Claessen"}, "birth": {"date": "1941-09-27", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1025", "ENG": "", "MA_": "0", "G_NR": "28", "MA12": "5", "MARS": "15", "NAME": "Claessen", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "11,000", "CSINR": "", "KURTZ": "", "PHAS_": "40,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "27.09.", "ZITATE": "S", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "* 28", "VORNAME": "Roger", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "27.09.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22989	coppee-robert-1895-04-23	{"3a_sports": "1091"}	{"cpara": "CP-*10", "ertel": "ES-1091"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Coppee", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1895-04-23", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Robert", "family": "Coppee"}, "birth": {"date": "1895-04-23", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1091", "ENG": "", "MA_": "0", "G_NR": "10", "MA12": "6", "MARS": "16", "NAME": "Coppee", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "-4,900", "CSINR": "", "KURTZ": "", "PHAS_": "4,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "23.04.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "* 10", "VORNAME": "Robert", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "23.04.1895", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
22996	cornelis-jean-1941-08-02	{"3a_sports": "1109"}	{"cpara": "CP-*6", "ertel": "ES-1109"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Cornelis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1941-08-02", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean", "family": "Cornelis"}, "birth": {"date": "1941-08-02", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1109", "ENG": "1", "MA_": "2", "G_NR": "6", "MA12": "4", "MARS": "10", "NAME": "Cornelis", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "11,200", "CSINR": "", "KURTZ": "", "PHAS_": "68,300", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "02.08.", "ZITATE": "S", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "*  6", "VORNAME": "Jean", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "02.08.1941", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23063	delhasse-guy-1933-02-19	{"3a_sports": "1332"}	{"cpara": "CP-*62", "ertel": "ES-1332"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Delhasse", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1933-02-19", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Guy", "family": "Delhasse"}, "birth": {"date": "1933-02-19", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1332", "ENG": "", "MA_": "1", "G_NR": "62", "MA12": "7", "MARS": "20", "NAME": "Delhasse", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "-11,20", "CSINR": "", "KURTZ": "", "PHAS_": "34,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "19.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 62", "VORNAME": "Guy", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.02.1933", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23169	fievez-jean-1910-01-30	{"3a_sports": "1634"}	{"cpara": "CP-*45", "ertel": "ES-1634"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Fievez", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1910-01-30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jean", "family": "Fievez"}, "birth": {"date": "1910-01-30", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "1634", "ENG": "1", "MA_": "2", "G_NR": "45", "MA12": "4", "MARS": "11", "NAME": "Fievez", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "-7,000", "CSINR": "", "KURTZ": "", "PHAS_": "80,600", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "30.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 45", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "30.01.1910", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:47+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23336	henriet-jules-1918-02-13	{"3a_sports": "2102"}	{"cpara": "CP-*11", "ertel": "ES-2102"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Henriet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-02-13", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Jules", "family": "Henriet"}, "birth": {"date": "1918-02-13", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2102", "ENG": "", "MA_": "0", "G_NR": "11", "MA12": "6", "MARS": "17", "NAME": "Henriet", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "3,200", "CSINR": "", "KURTZ": "", "PHAS_": "3,900", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "13.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 11", "VORNAME": "Jules", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.02.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23367	isemborg-henri-1915-01-30	{"3a_sports": "2185"}	{"cpara": "CP-*7", "ertel": "ES-2185"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Isemborg", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1915-01-30", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Henri", "family": "Isemborg"}, "birth": {"date": "1915-01-30", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2185", "ENG": "", "MA_": "1", "G_NR": "7", "MA12": "7", "MARS": "20", "NAME": "Isemborg", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "3,600", "CSINR": "", "KURTZ": "", "PHAS_": "98,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "30.01.", "ZITATE": "W", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "*  7", "VORNAME": "Henri", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "30.01.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23382	kerkhoven-robert-van-1924-01-01	{"3a_sports": "2257"}	{"cpara": "CP-*48", "ertel": "ES-2257"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert (van)", "family": "Kerkhoven", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1924-01-01", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Robert (van)", "family": "Kerkhoven"}, "birth": {"date": "1924-01-01", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2257", "ENG": "", "MA_": "1", "G_NR": "48", "MA12": "5", "MARS": "13", "NAME": "Kerkhoven", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "-11,20", "CSINR": "", "KURTZ": "", "PHAS_": "37,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "01.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 48", "VORNAME": "Robert (van)", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.01.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23405	lamoot-robert-1911-03-18	{"3a_sports": "2341"}	{"cpara": "CP-*66", "ertel": "ES-2341"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Lamoot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1911-03-18", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Robert", "family": "Lamoot"}, "birth": {"date": "1911-03-18", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2341", "ENG": "", "MA_": "1", "G_NR": "66", "MA12": "6", "MARS": "18", "NAME": "Lamoot", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "-4,800", "CSINR": "", "KURTZ": "", "PHAS_": "91,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "18.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 66", "VORNAME": "Robert", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.03.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23439	lejeune-emil-1938-02-17	{"3a_sports": "2445"}	{"cpara": "CP-*40", "ertel": "ES-2445"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emil", "family": "Lejeune", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1938-02-17", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Emil", "family": "Lejeune"}, "birth": {"date": "1938-02-17", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2445", "ENG": "", "MA_": "1", "G_NR": "40", "MA12": "10", "MARS": "29", "NAME": "Lejeune", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "-4,400", "CSINR": "", "KURTZ": "", "PHAS_": "93,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "17.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 40", "VORNAME": "Emil", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "17.02.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23582	moes-jose-1923-07-19	{"3a_sports": "2889"}	{"cpara": "CP-*72", "ertel": "ES-2889"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "José", "family": "Moes", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1923-07-19", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "José", "family": "Moes"}, "birth": {"date": "1923-07-19", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "2889", "ENG": "", "MA_": "0", "G_NR": "72", "MA12": "6", "MARS": "16", "NAME": "Moes", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "9,400", "CSINR": "", "KURTZ": "", "PHAS_": "27,300", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "19.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 72", "VORNAME": "José", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "19.07.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23693	paternoster-desiree-1887-01-21	{"3a_sports": "3164"}	{"cpara": "CP-*49", "ertel": "ES-3164"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Désirée", "family": "Paternoster", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": null, "date": "1887-01-21", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "F", "name": {"given": "Désirée", "family": "Paternoster"}, "birth": {"date": "1887-01-21", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "F", "NR": "3164", "ENG": "", "MA_": "1", "G_NR": "49", "MA12": "6", "MARS": "18", "NAME": "Paternoster", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "-7,000", "CSINR": "", "KURTZ": "", "PHAS_": "9,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "21.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 49", "VORNAME": "Désirée", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "21.01.1887", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23731	pierard-roger-1887-08-28	{"3a_sports": "3283"}	{"cpara": "CP-*56", "ertel": "ES-3283"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Pierard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1887-08-28", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Roger", "family": "Pierard"}, "birth": {"date": "1887-08-28", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3283", "ENG": "", "MA_": "1", "G_NR": "56", "MA12": "2", "MARS": "4", "NAME": "Pierard", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "10,000", "CSINR": "", "KURTZ": "", "PHAS_": "72,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "28.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 56", "VORNAME": "Roger", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "28.08.1887", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23777	puttart-antoine-1919-10-25	{"3a_sports": "3405"}	{"cpara": "CP-*50", "ertel": "ES-3405"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Puttart", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1919-10-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Antoine", "family": "Puttart"}, "birth": {"date": "1919-10-25", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3405", "ENG": "", "MA_": "1", "G_NR": "50", "MA12": "2", "MARS": "5", "NAME": "Puttart", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "1,100", "CSINR": "", "KURTZ": "", "PHAS_": "1,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "25.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 50", "VORNAME": "Antoine", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.10.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23784	raemaekers-1883-03-13	{"3a_sports": "3420"}	{"cpara": "CP-*24", "ertel": "ES-3420"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Raemaekers", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1883-03-13", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "", "family": "Raemaekers"}, "birth": {"date": "1883-03-13", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3420", "ENG": "", "MA_": "0", "G_NR": "24", "MA12": "9", "MARS": "25", "NAME": "Raemaekers", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "8,700", "CSINR": "", "KURTZ": "", "PHAS_": "20,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "13.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 24", "VORNAME": "", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "13.03.1883", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23863	saeys-andre-1911-02-20	{"3a_sports": "3645"}	{"cpara": "CP-*51", "ertel": "ES-3645"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Saeys", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1911-02-20", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "André", "family": "Saeys"}, "birth": {"date": "1911-02-20", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3645", "ENG": "", "MA_": "0", "G_NR": "51", "MA12": "8", "MARS": "24", "NAME": "Saeys", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "-9,000", "CSINR": "", "KURTZ": "", "PHAS_": "61,000", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "20.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 51", "VORNAME": "André", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "20.02.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:48+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23931	semmeling-leon-1940-01-04	{"3a_sports": "3785"}	{"cpara": "CP-*57", "ertel": "ES-3785"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Semmeling", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1940-01-04", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Léon", "family": "Semmeling"}, "birth": {"date": "1940-01-04", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3785", "ENG": "", "MA_": "1", "G_NR": "57", "MA12": "5", "MARS": "14", "NAME": "Semmeling", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "-10,60", "CSINR": "", "KURTZ": "", "PHAS_": "30,700", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "04.01.", "ZITATE": "DW", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "* 57", "VORNAME": "Léon", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "04.01.1940", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23965	steelant-august-van-1921-04-08	{"3a_sports": "3895"}	{"cpara": "CP-*58", "ertel": "ES-3895"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "August (van)", "family": "Steelant", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-04-08", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "August (van)", "family": "Steelant"}, "birth": {"date": "1921-04-08", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3895", "ENG": "", "MA_": "1", "G_NR": "58", "MA12": "10", "MARS": "28", "NAME": "Steelant", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "-1,900", "CSINR": "", "KURTZ": "", "PHAS_": "0,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "08.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 58", "VORNAME": "August (van)", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.04.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23969	storme-roland-1934-01-25	{"3a_sports": "3918"}	{"cpara": "CP-*43", "ertel": "ES-3918"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roland", "family": "Storme", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1934-01-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Roland", "family": "Storme"}, "birth": {"date": "1934-01-25", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3918", "ENG": "1", "MA_": "2", "G_NR": "43", "MA12": "1", "MARS": "3", "NAME": "Storme", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "8,800", "CSINR": "", "KURTZ": "", "PHAS_": "73,600", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "25.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 43", "VORNAME": "Roland", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.01.1934", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23975	sulon-gerard-1938-04-03	{"3a_sports": "3932"}	{"cpara": "CP-*73", "ertel": "ES-3932"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Sulon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1938-04-03", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Gérard", "family": "Sulon"}, "birth": {"date": "1938-04-03", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "3932", "ENG": "", "MA_": "0", "G_NR": "73", "MA12": "12", "MARS": "34", "NAME": "Sulon", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "4,300", "CSINR": "", "KURTZ": "", "PHAS_": "6,200", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "03.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 73", "VORNAME": "Gérard", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "03.04.1938", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
23998	thirifays-rene-1920-10-08	{"3a_sports": "4009"}	{"cpara": "CP-*17", "ertel": "ES-4009"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Thirifays", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1920-10-08", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "René", "family": "Thirifays"}, "birth": {"date": "1920-10-08", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4009", "ENG": "", "MA_": "0", "G_NR": "17", "MA12": "11", "MARS": "33", "NAME": "Thirifays", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "-9,600", "CSINR": "", "KURTZ": "", "PHAS_": "18,800", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "08.10.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 17", "VORNAME": "René", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "08.10.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24057	vercammen-marcel-1918-01-29	{"3a_sports": "4194"}	{"cpara": "CP-*67", "ertel": "ES-4194"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Vercammen", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1918-01-29", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Marcel", "family": "Vercammen"}, "birth": {"date": "1918-01-29", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4194", "ENG": "1", "MA_": "2", "G_NR": "67", "MA12": "1", "MARS": "2", "NAME": "Vercammen", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "-2,600", "CSINR": "", "KURTZ": "", "PHAS_": "96,600", "STUND": "", "CFEPNR": "", "EXTEND": "1", "NATION": "BEL", "TAGMON": "29.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 67", "VORNAME": "Marcel", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "29.01.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24058	vermeyen-frans-1943-03-25	{"3a_sports": "4207"}	{"cpara": "CP-*74", "ertel": "ES-4207"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frans", "family": "Vermeyen", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1943-03-25", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Frans", "family": "Vermeyen"}, "birth": {"date": "1943-03-25", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4207", "ENG": "", "MA_": "1", "G_NR": "74", "MA12": "7", "MARS": "20", "NAME": "Vermeyen", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "-5,600", "CSINR": "", "KURTZ": "", "PHAS_": "89,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "25.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 74", "VORNAME": "Frans", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "25.03.1943", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24076	vliers-joseph-1932-12-18	{"3a_sports": "4273"}	{"cpara": "CP-*75", "ertel": "ES-4273"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Vliers", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1932-12-18", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Joseph", "family": "Vliers"}, "birth": {"date": "1932-12-18", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4273", "ENG": "", "MA_": "0", "G_NR": "75", "MA12": "8", "MARS": "22", "NAME": "Vliers", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "-7,700", "CSINR": "", "KURTZ": "", "PHAS_": "78,400", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "18.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 75", "VORNAME": "Joseph", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "18.12.1932", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
24078	vos-erne-de-1921-07-26	{"3a_sports": "4283"}	{"cpara": "CP-*76", "ertel": "ES-4283"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Erné (de)", "family": "Vos", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1921-07-26", "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": "BE", "lg": null, "lat": null, "name": null, "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"sex": "M", "name": {"given": "Erné (de)", "family": "Vos"}, "birth": {"date": "1921-07-26", "place": {"cy": "BE"}}, "trust": 5}, "raw": {"L": "", "MF": "", "NR": "4283", "ENG": "", "MA_": "1", "G_NR": "76", "MA12": "5", "MARS": "13", "NAME": "Vos", "PUBL": "U", "QUEL": "GCPAR", "AUFAB": "-8,400", "CSINR": "", "KURTZ": "", "PHAS_": "70,600", "STUND": "", "CFEPNR": "", "EXTEND": "", "NATION": "BEL", "TAGMON": "26.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "* 76", "VORNAME": "Erné (de)", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "26.07.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:49+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}]	[]
2	andre-georges-1889-02-08	{"a1": "2", "3a_sports": "90", "cfepp-final3": "6"}	{"cfepp": "CF-6", "cpara": "CP-10", "ertel": "ES-90", "lerrcp": "A1-2"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Andre", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1889-02-08 03:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "14", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1889-02-08 02:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Andre"}, "birth": {"tzo": "+00:09:24", "date": "1889-08-13 12:30", "place": {"c2": "75", "c3": "8", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1889-08-13 12:20:40"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-2"}, "ids-in-sources": {"a1": "2"}}, "raw": {"H": "12", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "13", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "2", "PRO": "C", "SEC": "40", "YEA": "1889", "CITY": "PARIS 8E"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1889-08-13 12:30"}, "partial-ids": {"ertel": "ES-90"}}, "raw": {"L": "", "MF": "", "NR": "90", "ENG": "1", "MA_": "2", "G_NR": "2", "MA12": "4", "MARS": "11", "NAME": "Andre", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,500", "CSINR": "", "KURTZ": "", "PHAS_": "95,500", "STUND": "12,50", "CFEPNR": "6", "EXTEND": "1", "NATION": "FRA", "TAGMON": "13.08.", "ZITATE": "DKO", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "10", "VORNAME": "Georges \\"Gée\\"", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "13.08.1889", "GQBECORR": "c", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:44:50+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "andre-georges-1889-02-08", "birth": {"date": "1889-02-08 03:00", "place": {"c3": "14"}, "date-ut": "1889-02-08 02:51"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "6"}}, "raw": {"S": "10", "LT": "03 00", "LV": "O", "TR": "f", "UT": "02 51", "LAT": "+48.86", "SRC": "AL", "LONG": "-02.34", "NAME": "ANDRE Georges", "SPORT": "Track & Field", "LOC_DATE": "1889 02 08", "UNIV_DATE": "1889 02 08", "BIRTH_PLACE": "PARIS", "POSTAL_CODE": "75014"}, "date": "2023-08-20T14:45:54+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
13	boccardo-jean-1942-03-16	{"a1": "13", "3a_sports": "484", "cfepp-final3": "19"}	{"cfepp": "CF-19", "cpara": "CP-56", "ertel": "ES-484", "lerrcp": "A1-13"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Boccardo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1942-03-16 18:00", "note": null, "place": {"c1": null, "c2": "11", "c3": "", "cy": "FR", "lg": 2.22082, "lat": 42.93503, "name": "Espéraza", "geoid": 3019695}, "notime": null, "date-ut": "1942-03-16 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Boccardo"}, "birth": {"place": {"c2": "11", "cy": "FR", "lg": 2.22082, "lat": 42.93503, "name": "Espéraza", "geoid": 3019695}, "date-ut": "1942-03-06 17:00:00"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-13"}, "ids-in-sources": {"a1": "13"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "11", "COU": "F", "DAY": "6", "LAT": "43N12", "LON": "2E21", "MON": "3", "NUM": "13", "PRO": "C", "SEC": "0", "YEA": "1942", "CITY": "ESPERAZA"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1942-03-06 18:00"}, "partial-ids": {"ertel": "ES-484"}}, "raw": {"L": "", "MF": "", "NR": "484", "ENG": "1", "MA_": "2", "G_NR": "13", "MA12": "4", "MARS": "10", "NAME": "Boccardo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,900", "CSINR": "", "KURTZ": "", "PHAS_": "89,300", "STUND": "18,00", "CFEPNR": "19", "EXTEND": "1", "NATION": "FRA", "TAGMON": "06.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "56", "VORNAME": "Jean-Pierre", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "06.03.1942", "GQBECORR": "c", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:56+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "boccardo-jean-1942-03-16", "birth": {"date": "1942-03-16 18:00", "place": {"c3": ""}, "date-ut": "1942-03-16 16:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "19"}}, "raw": {"S": "3", "LT": "18 00", "LV": "FI", "TR": "f", "UT": "16 00", "LAT": "+42.94", "SRC": "L", "LONG": "-02.22", "NAME": "BOCCARDO Jean-Pierre", "SPORT": "Track & Field", "LOC_DATE": "1942 03 16", "UNIV_DATE": "1942 03 16", "BIRTH_PLACE": "ESPERAZA", "POSTAL_CODE": "11260"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
25	colnard-pierre-1929-02-18	{"a1": "25", "3a_sports": "1058", "cfepp-final3": "36"}	{"cfepp": "CF-36", "cpara": "CP-125", "ertel": "ES-1058", "lerrcp": "A1-25"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Colnard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1929-02-18 23:30", "note": null, "place": {"c1": null, "c2": "52", "c3": "", "cy": "FR", "lg": 5.13333, "lat": 48.11667, "name": "Liffellepetit", "geoid": 0}, "notime": null, "date-ut": "1929-02-18 23:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Colnard"}, "birth": {"tzo": "+00:00", "date": "1929-02-18 23:30", "place": {"c2": "52", "cy": "FR", "lg": 5.13333, "lat": 48.11667, "name": "Liffellepetit", "geoid": 0}, "date-ut": "1929-02-18 23:30"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-25"}, "ids-in-sources": {"a1": "25"}}, "raw": {"H": "23", "MN": "30", "TZ": "0", "COD": "52", "COU": "F", "DAY": "18", "LAT": "48N 7", "LON": "5E 8", "MON": "2", "NUM": "25", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "LIFFELLEPETIT"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-02-18 23:20"}, "partial-ids": {"ertel": "ES-1058"}}, "raw": {"L": "", "MF": "", "NR": "1058", "ENG": "", "MA_": "1", "G_NR": "25", "MA12": "5", "MARS": "14", "NAME": "Colnard", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,300", "CSINR": "", "KURTZ": "", "PHAS_": "61,200", "STUND": "23,33", "CFEPNR": "36", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.02.", "ZITATE": "DT", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "125", "VORNAME": "Pierre", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "18.02.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "colnard-pierre-1929-02-18", "birth": {"date": "1929-02-18 23:30", "place": {"c3": ""}, "date-ut": "1929-02-18 23:30"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "36"}}, "raw": {"S": "5", "LT": "23 30", "LV": "FI", "TR": "f", "UT": "23 30", "LAT": "+48.30", "SRC": "L", "LONG": "-05.53", "NAME": "COLNARD Pierre", "SPORT": "Track & Field", "LOC_DATE": "1929 02 18", "UNIV_DATE": "1929 02 18", "BIRTH_PLACE": "LIFFOL LE PETIT", "POSTAL_CODE": "52700"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
34	duhour-edouard-1905-03-01	{"a1": "34", "3a_sports": "1488", "cfepp-final3": "54"}	{"cfepp": "CF-54", "cpara": "CP-171", "ertel": "ES-1488", "lerrcp": "A1-34"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Duhour", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1905-03-01 01:00", "note": null, "place": {"c1": null, "c2": "64", "c3": "", "cy": "FR", "lg": -1.51921, "lat": 43.48921, "name": "Anglet", "geoid": 3037612}, "notime": null, "date-ut": "1905-03-01 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Duhour"}, "birth": {"tzo": "+00:09:21", "date": "1905-05-01 01:00", "place": {"c2": "64", "cy": "FR", "lg": -1.51921, "lat": 43.48921, "name": "Anglet", "geoid": 3037612}, "date-ut": "1905-05-01 00:50:40"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-34"}, "ids-in-sources": {"a1": "34"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "64", "COU": "F", "DAY": "1", "LAT": "43N18", "LON": "0W22", "MON": "5", "NUM": "34", "PRO": "C", "SEC": "40", "YEA": "1905", "CITY": "ANGLET"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1905-05-01 01:00"}, "partial-ids": {"ertel": "ES-1488"}}, "raw": {"L": "", "MF": "", "NR": "1488", "ENG": "1", "MA_": "2", "G_NR": "34", "MA12": "4", "MARS": "10", "NAME": "Duhour", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,700", "CSINR": "", "KURTZ": "", "PHAS_": "11,800", "STUND": "1,00", "CFEPNR": "54", "EXTEND": "1", "NATION": "FRA", "TAGMON": "01.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "171", "VORNAME": "Edouard", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "01.05.1905", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:10+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "duhour-edouard-1905-03-01", "birth": {"date": "1905-03-01 01:00", "place": {"c3": ""}, "date-ut": "1905-03-01 00:51"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "54"}}, "raw": {"S": "1", "LT": "01 00", "LV": "FI", "TR": "f", "UT": "00 51", "LAT": "+43.48", "SRC": "AL", "LONG": "+01.52", "NAME": "DUHOUR Edouard", "SPORT": "Track & Field", "LOC_DATE": "1905 03 01", "UNIV_DATE": "1905 03 01", "BIRTH_PLACE": "ANGLET", "POSTAL_CODE": "64600"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
29	degats-jacques-1930-02-20	{"a1": "29", "3a_sports": "1303", "cfepp-final3": "44"}	{"cfepp": "CF-44", "cpara": "CP-147", "ertel": "ES-1303", "lerrcp": "A1-29"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Degats", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1930-02-20 10:30", "note": null, "place": {"c1": null, "c2": "77", "c3": "", "cy": "FR", "lg": 3.09391, "lat": 49.04645, "name": "Vendrest", "geoid": 2970099}, "notime": null, "date-ut": "1930-02-20 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Degats"}, "birth": {"tzo": "+00:00", "date": "1930-02-20 10:30", "place": {"c2": "77", "cy": "FR", "lg": 3.09391, "lat": 49.04645, "name": "Vendrest", "geoid": 2970099}, "date-ut": "1930-02-20 10:30"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-29"}, "ids-in-sources": {"a1": "29"}}, "raw": {"H": "10", "MN": "30", "TZ": "0", "COD": "77", "COU": "F", "DAY": "20", "LAT": "48N33", "LON": "2E40", "MON": "2", "NUM": "29", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "VENDREST"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-02-20 10:30"}, "partial-ids": {"ertel": "ES-1303"}}, "raw": {"L": "", "MF": "", "NR": "1303", "ENG": "0", "MA_": "2", "G_NR": "29", "MA12": "3", "MARS": "9", "NAME": "Degats", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,00", "CSINR": "", "KURTZ": "", "PHAS_": "53,800", "STUND": "10,50", "CFEPNR": "44", "EXTEND": "1", "NATION": "FRA", "TAGMON": "20.02.", "ZITATE": "DST", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "147", "VORNAME": "Jacques", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "20.02.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:07+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1930-02-20 10:30", "place": {"c3": ""}, "date-ut": "1930-02-20 10:30"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "44"}}, "raw": {"S": "3", "LT": "10 30", "LV": "FI", "TR": "f", "UT": "10 30", "LAT": "+49.05", "SRC": "L", "LONG": "-03.09", "NAME": "DEGATS Jacques", "SPORT": "Track & Field", "LOC_DATE": "1930 02 20", "UNIV_DATE": "1930 02 20", "BIRTH_PLACE": "VENDREST", "POSTAL_CODE": "77440"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
39	genevay-paul-1939-01-21	{"a1": "39", "3a_sports": "1820", "cfepp-final3": "64"}	{"cfepp": "CF-64", "cpara": "CP-202", "ertel": "ES-1820", "lerrcp": "A1-39"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Genevay", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1939-01-21 08:00", "note": null, "place": {"c1": null, "c2": "38", "c3": "", "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Lacotestandre", "geoid": 0}, "notime": null, "date-ut": "1939-01-21 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Genevay"}, "birth": {"tzo": "+00:00", "date": "1939-01-21 08:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Lacotestandre", "geoid": 0}, "date-ut": "1939-01-21 08:00"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-39"}, "ids-in-sources": {"a1": "39"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "38", "COU": "F", "DAY": "21", "LAT": "45N11", "LON": "5E43", "MON": "1", "NUM": "39", "PRO": "C", "SEC": "0", "YEA": "1939", "CITY": "LACOTESTANDRE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1939-01-21 08:00"}, "partial-ids": {"ertel": "ES-1820"}}, "raw": {"L": "", "MF": "", "NR": "1820", "ENG": "1", "MA_": "2", "G_NR": "39", "MA12": "4", "MARS": "11", "NAME": "Genevay", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,000", "CSINR": "", "KURTZ": "", "PHAS_": "0,400", "STUND": "8,00", "CFEPNR": "64", "EXTEND": "1", "NATION": "FRA", "TAGMON": "21.01.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "202", "VORNAME": "Paul", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "21.01.1939", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1939-01-21 08:00", "place": {"c3": ""}, "date-ut": "1939-01-21 08:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "64"}}, "raw": {"S": "4", "LT": "08 00", "LV": "FI", "TR": "f", "UT": "08 00", "LAT": "+45.39", "SRC": "L", "LONG": "-05.26", "NAME": "GENEVAY Paul", "SPORT": "Track & Field", "LOC_DATE": "1939 01 21", "UNIV_DATE": "1939 01 21", "BIRTH_PLACE": "LA COTE ST ANDRE", "POSTAL_CODE": "38260"}, "date": "2023-08-20T14:45:55+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
45	husson-guy-1931-03-02	{"a1": "45", "3a_sports": "2166", "cfepp-final3": "73"}	{"cfepp": "CF-73", "cpara": "CP-237", "ertel": "ES-2166", "lerrcp": "A1-45"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Husson", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1931-03-02 14:20", "note": null, "place": {"c1": null, "c2": "94", "c3": "", "cy": "FR", "lg": 2.40332, "lat": 48.78716, "name": "Vitry-sur-Seine", "geoid": 2967849}, "notime": null, "date-ut": "1931-03-02 14:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Husson"}, "birth": {"tzo": "+00:00", "date": "1931-03-02 14:20", "place": {"c2": "94", "cy": "FR", "lg": 2.40332, "lat": 48.78716, "name": "Vitry-sur-Seine", "geoid": 2967849}, "date-ut": "1931-03-02 14:20"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-45"}, "ids-in-sources": {"a1": "45"}}, "raw": {"H": "14", "MN": "20", "TZ": "0", "COD": "94", "COU": "F", "DAY": "2", "LAT": "48N47", "LON": "2E29", "MON": "3", "NUM": "45", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "VITRY-S-SEINE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-03-02 14:20"}, "partial-ids": {"ertel": "ES-2166"}}, "raw": {"L": "", "MF": "", "NR": "2166", "ENG": "1", "MA_": "2", "G_NR": "45", "MA12": "1", "MARS": "2", "NAME": "Husson", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,800", "CSINR": "", "KURTZ": "", "PHAS_": "91,100", "STUND": "14,33", "CFEPNR": "73", "EXTEND": "1", "NATION": "FRA", "TAGMON": "02.03.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "237", "VORNAME": "Guy", "ZITRANG": "2", "GAUQ1955": "", "GEBDATUM": "02.03.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1931-03-02 14:20", "place": {"c3": ""}, "date-ut": "1931-03-02 14:20"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "73"}}, "raw": {"S": "1", "LT": "14 20", "LV": "FI", "TR": "f", "UT": "14 20", "LAT": "+48.79", "SRC": "L", "LONG": "-02.40", "NAME": "HUSSON Guy", "SPORT": "Track & Field", "LOC_DATE": "1931 03 02", "UNIV_DATE": "1931 03 02", "BIRTH_PLACE": "VITRY SUR SEINE", "POSTAL_CODE": "94400"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}]	[]
2841	abram-paul-1883-08-14	{"a2": "754", "g55": "02-2"}	{"g55": "02-2", "lerrcp": "A2-754"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Abram", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:48", "date": "1883-08-14 16:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "notime": null, "date-ut": "1883-08-14 15:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Abram"}, "birth": {"tzo": "+00:21:48", "date": "1883-08-14 16:00", "place": {"c2": "13", "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "date-ut": "1883-08-14 15:38:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-754"}, "ids-in-sources": {"a2": "754"}}, "raw": {"H": "15", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "14", "LAT": "43N18", "LON": "5E22", "MON": "8", "NUM": "754", "PRO": "S", "SEC": "32", "YEA": "1883", "CITY": "AIX-EN-PROVENCE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-2"}, "ids-in-source": {"g55": "02-2"}}, "raw": {"DAY": "14-8-1883", "HOUR": "16 h.", "NAME": "ABRAM Paul", "PLACE": "Aix-en-Provence (Bouches-du-Rhône)."}, "date": "2023-08-20T14:47:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2843	agasse-lafont-jean-1877-07-02	{"a2": "756", "g55": "02-4"}	{"g55": "02-4", "lerrcp": "A2-756"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Agasse-Lafont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:36", "date": "1877-07-02 08:00", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 2.148, "lat": 43.9298, "name": "Albi", "geoid": 3038261}, "notime": null, "date-ut": "1877-07-02 07:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Agasse-Lafont"}, "birth": {"tzo": "+00:08:36", "date": "1877-07-02 08:00", "place": {"c2": "81", "cy": "FR", "lg": 2.148, "lat": 43.9298, "name": "Albi", "geoid": 3038261}, "date-ut": "1877-07-02 07:51:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-756"}, "ids-in-sources": {"a2": "756"}}, "raw": {"H": "7", "MN": "51", "TZ": "0", "COD": "81", "COU": "F", "DAY": "2", "LAT": "43N55", "LON": "2E 8", "MON": "7", "NUM": "756", "PRO": "S", "SEC": "28", "YEA": "1877", "CITY": "ALBI"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-4"}, "ids-in-source": {"g55": "02-4"}}, "raw": {"DAY": "2-7-1877", "HOUR": "8 h.", "NAME": "AGASSE-LAFONT Jean", "PLACE": "Albi (Tarn)."}, "date": "2023-08-20T14:47:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
4568	aimard-jean-1886-01-03	{"a2": "2482", "g55": "02-5"}	{"g55": "02-5", "lerrcp": "A2-2482"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Aimard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "NH", "c3": null, "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "Sétif", "geoid": 0}, "notime": null, "date-ut": "1886-01-03 08:41:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Aimard"}, "birth": {"place": {"c2": "NH", "cy": "NL", "lg": 4.63333, "lat": 52.36667, "name": "A DAM", "geoid": 0}, "date-ut": "1886-01-03 08:41:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-2482"}, "ids-in-sources": {"a2": "2482"}}, "raw": {"H": "8", "MN": "41", "TZ": "0", "COD": "NH", "COU": "N", "DAY": "3", "LAT": "52N22", "LON": "4E38", "MON": "1", "NUM": "2482", "PRO": "S", "SEC": "28", "YEA": "1886", "CITY": "A DAM"}, "date": "2023-08-20T14:43:16+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Sétif"}}, "partial-ids": {"g55": "02-5"}, "ids-in-source": {"g55": "02-5"}}, "raw": {"DAY": "3-1-1886", "HOUR": "3 h. 30", "NAME": "AIMARD Jean", "PLACE": "Sétif (Algérie)."}, "date": "2023-08-20T14:47:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2847	alquier-augustin-1862-10-06	{"a2": "760", "g55": "02-9"}	{"g55": "02-9", "lerrcp": "A2-760"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Augustin", "family": "Alquier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:32", "date": "1862-10-06 08:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.88333, "lat": 43.61667, "name": "Cazouls-les-Béziers", "geoid": 0}, "notime": null, "date-ut": "1862-10-06 07:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Augustin", "family": "Alquier"}, "birth": {"tzo": "+00:15:32", "date": "1862-10-06 08:00", "place": {"c2": "34", "cy": "FR", "lg": 3.88333, "lat": 43.61667, "name": "Cazouls-les-Bez", "geoid": 0}, "date-ut": "1862-10-06 07:44:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-760"}, "ids-in-sources": {"a2": "760"}}, "raw": {"H": "7", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "6", "LAT": "43N37", "LON": "3E53", "MON": "10", "NUM": "760", "PRO": "S", "SEC": "28", "YEA": "1862", "CITY": "CAZOULS-LES-BEZ"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Cazouls-les-Béziers"}}, "partial-ids": {"g55": "02-9"}, "ids-in-source": {"g55": "02-9"}}, "raw": {"DAY": "6-10-1862", "HOUR": "8 h.", "NAME": "ALQUIER Augustin", "PLACE": "Cazouls-les-Béziers (Hérault)."}, "date": "2023-08-20T14:47:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2850	arnould-jean-1889-09-05	{"a2": "763", "g55": "02-11"}	{"g55": "02-11", "lerrcp": "A2-763"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Arnould", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "Poitiers", "geoid": 0}, "notime": null, "date-ut": "1889-09-05 04:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Arnould"}, "birth": {"place": {"c2": "88", "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "Poitiers", "geoid": 0}, "date-ut": "1889-09-05 04:34:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-763"}, "ids-in-sources": {"a2": "763"}}, "raw": {"H": "4", "MN": "34", "TZ": "0", "COD": "88", "COU": "F", "DAY": "5", "LAT": "48N10", "LON": "6E28", "MON": "9", "NUM": "763", "PRO": "S", "SEC": "8", "YEA": "1889", "CITY": "POITIERS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Poitiers"}}, "partial-ids": {"g55": "02-11"}, "ids-in-source": {"g55": "02-11"}}, "raw": {"DAY": "5-9-1889", "HOUR": "5 h.", "NAME": "ARNOULD Jean", "PLACE": "Poitiers (Vienne)."}, "date": "2023-08-20T14:47:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2852	arraud-camille-1893-03-30	{"a2": "765", "g55": "02-13"}	{"g55": "02-13", "lerrcp": "A2-765"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Arraud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1893-03-30 01:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -1.16667, "lat": 46.15, "name": "Chateau d’Oléron", "geoid": 0}, "notime": null, "date-ut": "1893-03-30 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Arraud"}, "birth": {"tzo": "+00:09:21", "date": "1893-03-30 01:00", "place": {"c2": "17", "cy": "FR", "lg": -1.16667, "lat": 46.15, "name": "Chateau-Doleron", "geoid": 0}, "date-ut": "1893-03-30 00:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-765"}, "ids-in-sources": {"a2": "765"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "17", "COU": "F", "DAY": "30", "LAT": "46N 9", "LON": "1W10", "MON": "3", "NUM": "765", "PRO": "S", "SEC": "40", "YEA": "1893", "CITY": "CHATEAU-DOLERON"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Chateau d’Oléron"}}, "partial-ids": {"g55": "02-13"}, "ids-in-source": {"g55": "02-13"}}, "raw": {"DAY": "30-3-1893", "HOUR": "1 h.", "NAME": "ARRAUD Camille", "PLACE": "Chateau d’Oléron (Charente-Marit.)."}, "date": "2023-08-20T14:47:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2855	aubertin-emile-1894-12-07	{"a2": "768", "g55": "02-15"}	{"g55": "02-15", "lerrcp": "A2-768"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Aubertin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1894-12-07 12:30", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.40096, "lat": 47.98288, "name": "Joigny", "geoid": 3012319}, "notime": null, "date-ut": "1894-12-07 12:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Aubertin"}, "birth": {"tzo": "+00:09:21", "date": "1894-12-07 12:30", "place": {"c2": "89", "cy": "FR", "lg": 3.40096, "lat": 47.98288, "name": "Joigny", "geoid": 3012319}, "date-ut": "1894-12-07 12:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-768"}, "ids-in-sources": {"a2": "768"}}, "raw": {"H": "12", "MN": "20", "TZ": "0", "COD": "89", "COU": "F", "DAY": "7", "LAT": "47N48", "LON": "3E35", "MON": "12", "NUM": "768", "PRO": "S", "SEC": "40", "YEA": "1894", "CITY": "JOIGNY"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-15"}, "ids-in-source": {"g55": "02-15"}}, "raw": {"DAY": "7-12-1894", "HOUR": "12 h. 30", "NAME": "AUBERTIN Emile", "PLACE": "Joigny (Yonne)."}, "date": "2023-08-20T14:47:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2857	aublant-louis-1890-03-03	{"a2": "770", "g55": "02-18", "afd5": "30"}	{"g55": "02-18", "lerrcp": "A2-770", "muller": "M5-30"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Louis", "family": "Aublant", "spouse": [], "official": {"given": "Louis Léon Ferdinand", "family": null}}	\N	{"lmt": null, "tzo": "+00:25:51", "date": "1890-03-03 19:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 6.46458, "lat": 43.53692, "name": "Draguignan", "geoid": 3020850}, "notime": null, "date-ut": "1890-03-03 18:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Aublant"}, "birth": {"tzo": "+00:25:51", "date": "1890-03-03 19:00", "place": {"c2": "83", "cy": "FR", "lg": 6.46458, "lat": 43.53692, "name": "Draguignan", "geoid": 3020850}, "date-ut": "1890-03-03 18:34:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-770"}, "ids-in-sources": {"a2": "770"}}, "raw": {"H": "18", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "3", "LAT": "43N32", "LON": "6E28", "MON": "3", "NUM": "770", "PRO": "S", "SEC": "8", "YEA": "1890", "CITY": "DRAGUIGNAN"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Aublant", "official": {"given": "Louis Léon Ferdinand"}}, "birth": {"date": "1890-03-03 19:00", "place": {"name": "Draguignan"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "30"}}, "raw": {"NR": "30", "GNR": "SA2770", "JU_": "0", "MA_": "1", "MO_": "1", "SA_": "1", "SO_": "1", "VE_": "1", "CODE": "4", "JAHR": "1890", "KORR": "", "MARS": "30", "MODE": "LMT", "MOND": "6", "NAME": "AUBLANT (LOUIS LÉON FERDINAND).", "AUFAB": "6.80", "PHAS_": "87.100", "SONNE": "20", "VENUS": "20", "BREITE": "43 N 32", "GEBORT": "Draguignan (Var)", "LAENGE": "006 E 28", "NIENJU": "", "NIENMA": "2", "NIENMO": "", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "GAUQ_NUR", "SATURN": "4", "GEBZEIT": "19.00", "JUPITER": "24", "ELECTAGE": "66,1", "ELECTDAT": "20.03.1956", "GEBDATUM": "03.03.1890", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:16+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "02-18"}, "ids-in-source": {"g55": "02-18"}}, "raw": {"DAY": "3-3-1890", "HOUR": "19 h.", "NAME": "AUBLANT Louis", "PLACE": "Draguignan (Var)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
676	routis-andre-1900-07-16	{"a1": "676", "g55": "03-102", "3a_sports": "3607", "cfepp-final3": "257"}	{"g55": "03-102", "cfepp": "CF-257", "cpara": "CP-378", "ertel": "ES-3607", "lerrcp": "A1-676"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Routis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1900-07-16 12:00", "note": null, "place": {"c1": null, "c2": "33", "c3": "", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1900-07-16 11:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "André", "family": "Routis"}, "birth": {"tzo": "+00:09:21", "date": "1900-07-16 12:00", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1900-07-16 11:50:40"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-676"}, "ids-in-sources": {"a1": "676"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "33", "COU": "F", "DAY": "16", "LAT": "44N50", "LON": "0W34", "MON": "7", "NUM": "676", "PRO": "C", "SEC": "40", "YEA": "1900", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1900-07-16 12:00"}, "partial-ids": {"ertel": "ES-3607"}}, "raw": {"L": "", "MF": "", "NR": "3607", "ENG": "", "MA_": "1", "G_NR": "676", "MA12": "5", "MARS": "13", "NAME": "Routis", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,500", "CSINR": "", "KURTZ": "", "PHAS_": "84,300", "STUND": "12,00", "CFEPNR": "257", "EXTEND": "", "NATION": "FRA", "TAGMON": "16.07.", "ZITATE": "DR", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "378", "VORNAME": "André", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "16.07.1900", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:37+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1900-07-16 12:00", "place": {"c3": ""}, "date-ut": "1900-07-16 11:51"}, "occus": ["boxer"], "ids-in-sources": {"cfepp-final3": "257"}}, "raw": {"S": "5", "LT": "12 00", "LV": "M", "TR": "f", "UT": "11 51", "LAT": "+44.84", "SRC": "ALG", "LONG": "+00.57", "NAME": "ROUTIS Andre", "SPORT": "Boxing", "LOC_DATE": "1900 07 16", "UNIV_DATE": "1900 07 16", "BIRTH_PLACE": "BORDEAUX", "POSTAL_CODE": "33077 CEDEX"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-102"}, "ids-in-source": {"g55": "03-102"}}, "raw": {"DAY": "16-7-1900", "HOUR": "12 h.", "NAME": "ROUTIS André", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:48:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
2858	audibert-victor-1877-12-23	{"a2": "771", "g55": "02-19"}	{"g55": "02-19", "lerrcp": "A2-771"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Audibert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1877-12-23 16:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1877-12-23 15:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Audibert"}, "birth": {"tzo": "+00:21:31", "date": "1877-12-23 16:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1877-12-23 15:38:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-771"}, "ids-in-sources": {"a2": "771"}}, "raw": {"H": "15", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "23", "LAT": "43N18", "LON": "5E22", "MON": "12", "NUM": "771", "PRO": "S", "SEC": "32", "YEA": "1877", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-19"}, "ids-in-source": {"g55": "02-19"}}, "raw": {"DAY": "23-12-1877", "HOUR": "16 h.", "NAME": "AUDIBERT Victor", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2860	averous-joseph-1870-12-25	{"a2": "773", "g55": "02-21"}	{"g55": "02-21", "lerrcp": "A2-773"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Averous", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:17:57", "date": "1870-12-25 09:13:27", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1870-12-25 09:31:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Averous"}, "birth": {"tzo": "-00:17:57", "date": "1870-12-25 09:13:27", "place": {"c2": "29", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1870-12-25 09:31:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-773"}, "ids-in-sources": {"a2": "773"}}, "raw": {"H": "9", "MN": "31", "TZ": "0", "COD": "29", "COU": "F", "DAY": "25", "LAT": "48N 0", "LON": "4W 6", "MON": "12", "NUM": "773", "PRO": "S", "SEC": "24", "YEA": "1870", "CITY": "BREST"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-21"}, "ids-in-source": {"g55": "02-21"}}, "raw": {"DAY": "25-12-1870", "HOUR": "9 h. 15", "NAME": "AVEROUS Joseph", "PLACE": "Brest (Finistère)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2863	badolle-albert-1886-11-13	{"a2": "776", "g55": "02-24"}	{"g55": "02-24", "lerrcp": "A2-776"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Badolle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:20", "date": "1886-11-13 19:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Thizy", "geoid": 0}, "notime": null, "date-ut": "1886-11-13 18:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Badolle"}, "birth": {"tzo": "+00:19:20", "date": "1886-11-13 19:00", "place": {"c2": "69", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Thizy", "geoid": 0}, "date-ut": "1886-11-13 18:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-776"}, "ids-in-sources": {"a2": "776"}}, "raw": {"H": "18", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "13", "LAT": "45N46", "LON": "4E50", "MON": "11", "NUM": "776", "PRO": "S", "SEC": "40", "YEA": "1886", "CITY": "THIZY"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Thizy"}}, "partial-ids": {"g55": "02-24"}, "ids-in-source": {"g55": "02-24"}}, "raw": {"DAY": "13-11-1886", "HOUR": "19 h.", "NAME": "BADOLLE Albert", "PLACE": "Thizy (Rhône)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2865	balland-henri-1900-02-05	{"a2": "778", "g55": "02-26"}	{"g55": "02-26", "lerrcp": "A2-778"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Balland", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-02-05 08:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -0.78414, "lat": 45.82101, "name": "Saint-Porchaire", "geoid": 2977373}, "notime": null, "date-ut": "1900-02-05 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Balland"}, "birth": {"tzo": "+00:09:21", "date": "1900-02-05 08:00", "place": {"c2": "17", "cy": "FR", "lg": -0.78414, "lat": 45.82101, "name": "Saint-Porchaire", "geoid": 2977373}, "date-ut": "1900-02-05 07:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-778"}, "ids-in-sources": {"a2": "778"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "17", "COU": "F", "DAY": "5", "LAT": "46N 9", "LON": "1W10", "MON": "2", "NUM": "778", "PRO": "S", "SEC": "40", "YEA": "1900", "CITY": "SAINT-PORCHAIRE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-26"}, "ids-in-source": {"g55": "02-26"}}, "raw": {"DAY": "5-2-1900", "HOUR": "8 h.", "NAME": "BALLAND Henri", "PLACE": "Saint-Porchaire (Charente-Maritime)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2866	ball-victor-1873-06-08	{"a2": "779", "g55": "02-27"}	{"g55": "02-27", "lerrcp": "A2-779"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Ball", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:54", "date": "1873-06-08 00:55:34", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "notime": null, "date-ut": "1873-06-08 01:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Ball"}, "birth": {"tzo": "-00:05:54", "date": "1873-06-08 00:55:34", "place": {"c2": "64", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "date-ut": "1873-06-08 01:01:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-779"}, "ids-in-sources": {"a2": "779"}}, "raw": {"H": "1", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "8", "LAT": "43N18", "LON": "0W22", "MON": "6", "NUM": "779", "PRO": "S", "SEC": "28", "YEA": "1873", "CITY": "BAYONNE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-27"}, "ids-in-source": {"g55": "02-27"}}, "raw": {"DAY": "8-6-1873", "HOUR": "1 h.", "NAME": "BALL Victor", "PLACE": "Bayonne (Basses-Pyrénées)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2870	barbier-jean-1894-03-13	{"a2": "783", "g55": "02-29"}	{"g55": "02-29", "lerrcp": "A2-783"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Barbier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1894-03-13 05:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 4.87484, "lat": 45.52569, "name": "Vienne", "geoid": 2969284}, "notime": null, "date-ut": "1894-03-13 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Barbier"}, "birth": {"tzo": "+00:09:21", "date": "1894-03-13 05:00", "place": {"c2": "38", "cy": "FR", "lg": 4.87484, "lat": 45.52569, "name": "Vienne", "geoid": 2969284}, "date-ut": "1894-03-13 04:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-783"}, "ids-in-sources": {"a2": "783"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "38", "COU": "F", "DAY": "13", "LAT": "45N11", "LON": "5E43", "MON": "3", "NUM": "783", "PRO": "S", "SEC": "40", "YEA": "1894", "CITY": "VIENNE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-29"}, "ids-in-source": {"g55": "02-29"}}, "raw": {"DAY": "13-3-1894", "HOUR": "5 h.", "NAME": "BARBIER Jean", "PLACE": "Vienne. (Isère)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2869	barbier-henri-1859-12-05	{"a2": "782", "g55": "02-31"}	{"g55": "02-31", "lerrcp": "A2-782"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Barbier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:52", "date": "1859-12-05 02:30", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "Bruyère", "geoid": 0}, "notime": null, "date-ut": "1859-12-05 02:04:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Barbier"}, "birth": {"tzo": "+00:25:52", "date": "1859-12-05 02:30", "place": {"c2": "88", "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "Bruyere", "geoid": 0}, "date-ut": "1859-12-05 02:04:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-782"}, "ids-in-sources": {"a2": "782"}}, "raw": {"H": "2", "MN": "4", "TZ": "0", "COD": "88", "COU": "F", "DAY": "5", "LAT": "48N10", "LON": "6E28", "MON": "12", "NUM": "782", "PRO": "S", "SEC": "8", "YEA": "1859", "CITY": "BRUYERE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Bruyère"}}, "partial-ids": {"g55": "02-31"}, "ids-in-source": {"g55": "02-31"}}, "raw": {"DAY": "5-12-1859", "HOUR": "2 h. 30", "NAME": "BARBIER Henri", "PLACE": "Bruyère (Vosges)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2871	barraud-jean-1895-12-10	{"a2": "784", "g55": "02-32"}	{"g55": "02-32", "lerrcp": "A2-784"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Barraud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-12-10 07:30", "note": null, "place": {"c1": null, "c2": "52", "c3": null, "cy": "FR", "lg": 4.94892, "lat": 48.63773, "name": "Saint-Dizier", "geoid": 2980816}, "notime": null, "date-ut": "1895-12-10 07:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Barraud"}, "birth": {"tzo": "+00:09:21", "date": "1895-12-10 07:30", "place": {"c2": "52", "cy": "FR", "lg": 4.94892, "lat": 48.63773, "name": "Saint-Dizier", "geoid": 2980816}, "date-ut": "1895-12-10 07:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-784"}, "ids-in-sources": {"a2": "784"}}, "raw": {"H": "7", "MN": "20", "TZ": "0", "COD": "52", "COU": "F", "DAY": "10", "LAT": "48N 7", "LON": "5E 8", "MON": "12", "NUM": "784", "PRO": "S", "SEC": "40", "YEA": "1895", "CITY": "ST-DIZIER"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-32"}, "ids-in-source": {"g55": "02-32"}}, "raw": {"DAY": "10-12-1895", "HOUR": "7 h. 30", "NAME": "BARRAUD Jean", "PLACE": "Saint-Dizier (Haute-Marne)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2873	barret-francisque-1892-06-23	{"a2": "786", "g55": "02-34"}	{"g55": "02-34", "lerrcp": "A2-786"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francisque", "family": "Barret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1892-06-23 13:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.18573, "lat": 45.53735, "name": "Sury-le-Comtal", "geoid": 2973639}, "notime": null, "date-ut": "1892-06-23 12:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Francisque", "family": "Barret"}, "birth": {"tzo": "+00:09:21", "date": "1892-06-23 13:00", "place": {"c2": "42", "cy": "FR", "lg": 4.18573, "lat": 45.53735, "name": "Sury-le-Comtal", "geoid": 2973639}, "date-ut": "1892-06-23 12:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-786"}, "ids-in-sources": {"a2": "786"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "42", "COU": "F", "DAY": "23", "LAT": "45N26", "LON": "4E23", "MON": "6", "NUM": "786", "PRO": "S", "SEC": "40", "YEA": "1892", "CITY": "SURY-LE-COMTAL"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-34"}, "ids-in-source": {"g55": "02-34"}}, "raw": {"DAY": "23-6-1892", "HOUR": "13 h.", "NAME": "BARRET Francisque", "PLACE": "Sury-le-Comtal (Loire)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2875	baudoin-georges-1854-09-11	{"a2": "788", "g55": "02-36"}	{"g55": "02-36", "lerrcp": "A2-788"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Baudoin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1854-09-11 01:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1854-09-11 01:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Baudoin"}, "birth": {"tzo": "-00:06:13", "date": "1854-09-11 01:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1854-09-11 01:06:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-788"}, "ids-in-sources": {"a2": "788"}}, "raw": {"H": "1", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "11", "LAT": "47N13", "LON": "1W35", "MON": "9", "NUM": "788", "PRO": "S", "SEC": "20", "YEA": "1854", "CITY": "NANTES"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-36"}, "ids-in-source": {"g55": "02-36"}}, "raw": {"DAY": "11-9-1854", "HOUR": "4 h.", "NAME": "BAUDOIN Georges", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2876	baverel-gustave-1899-06-17	{"a2": "789", "g55": "02-37"}	{"g55": "02-37", "lerrcp": "A2-789"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Baverel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-06-17 06:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.32203, "lat": 46.93923, "name": "Vuillecin", "geoid": 2967546}, "notime": null, "date-ut": "1899-06-17 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Baverel"}, "birth": {"tzo": "+00:09:21", "date": "1899-06-17 06:00", "place": {"c2": "25", "cy": "FR", "lg": 6.32203, "lat": 46.93923, "name": "Vuillecin", "geoid": 2967546}, "date-ut": "1899-06-17 05:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-789"}, "ids-in-sources": {"a2": "789"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "25", "COU": "F", "DAY": "17", "LAT": "47N15", "LON": "6E 2", "MON": "6", "NUM": "789", "PRO": "S", "SEC": "40", "YEA": "1899", "CITY": "VUILLECIN"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-37"}, "ids-in-source": {"g55": "02-37"}}, "raw": {"DAY": "17-6-1899", "HOUR": "6 h.", "NAME": "BAVEREL Gustave", "PLACE": "Vuillecin (Doubs)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2877	bayard-joseph-1878-01-21	{"a2": "790", "g55": "02-38"}	{"g55": "02-38", "lerrcp": "A2-790"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Bayard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:48", "date": "1878-01-21 04:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.70177, "lat": 48.40908, "name": "Fontainebleau", "geoid": 3018074}, "notime": null, "date-ut": "1878-01-21 03:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Bayard"}, "birth": {"tzo": "+00:10:48", "date": "1878-01-21 04:00", "place": {"c2": "77", "cy": "FR", "lg": 2.70177, "lat": 48.40908, "name": "Fontainebleau", "geoid": 3018074}, "date-ut": "1878-01-21 03:49:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-790"}, "ids-in-sources": {"a2": "790"}}, "raw": {"H": "3", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "21", "LAT": "48N33", "LON": "2E40", "MON": "1", "NUM": "790", "PRO": "S", "SEC": "20", "YEA": "1878", "CITY": "FONTAINEBLEAU"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-38"}, "ids-in-source": {"g55": "02-38"}}, "raw": {"DAY": "21-1-1878", "HOUR": "4 h.", "NAME": "BAYARD Joseph", "PLACE": "Fontainebleau (Seine-et-Marne)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2881	bec-fortune-1878-12-03	{"a2": "794", "g55": "02-41"}	{"g55": "02-41", "lerrcp": "A2-794"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fortune", "family": "Bec", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:47", "date": "1878-12-03 11:00", "note": null, "place": {"c1": null, "c2": "04", "c3": null, "cy": "FR", "lg": 6.19615, "lat": 43.9965, "name": "Mézel", "geoid": 2994041}, "notime": null, "date-ut": "1878-12-03 10:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Fortune", "family": "Bec"}, "birth": {"tzo": "+00:24:47", "date": "1878-12-03 11:00", "place": {"c2": "04", "cy": "FR", "lg": 6.19615, "lat": 43.9965, "name": "Mézel", "geoid": 2994041}, "date-ut": "1878-12-03 10:35"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-794"}, "ids-in-sources": {"a2": "794"}}, "raw": {"H": "10", "MN": "35", "TZ": "0", "COD": "04", "COU": "F", "DAY": "3", "LAT": "44N 6", "LON": "6E15", "MON": "12", "NUM": "794", "PRO": "S", "SEC": "0", "YEA": "1878", "CITY": "MEZEL"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-41"}, "ids-in-source": {"g55": "02-41"}}, "raw": {"DAY": "3-12-1878", "HOUR": "11 h.", "NAME": "BEC Fortuné", "PLACE": "Mézel (Basses-Alpes)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
24262	behagne-pierre-1891-02-08	{"g55": "02-43"}	{"g55": "02-43"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Behagne", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1891-02-08 22:25", "note": null, "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Arras", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Behagne", "nobility": ""}, "birth": {"date": "1891-02-08 22:25", "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "name": "Arras"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"g55": "02-43"}}, "raw": {"DAY": "8-2-1891", "HOUR": "22 h. 25", "NAME": "BEHAGNE Pierre", "PLACE": "Arras (Pas-de-Calais)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2884	beliard-marcel-1876-07-23	{"a2": "797", "g55": "02-44"}	{"g55": "02-44", "lerrcp": "A2-797"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Beliard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:37", "date": "1876-07-23 07:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.40304, "lat": 49.04636, "name": "Château-Thierry", "geoid": 3026194}, "notime": null, "date-ut": "1876-07-23 06:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Beliard"}, "birth": {"tzo": "+00:13:37", "date": "1876-07-23 07:00", "place": {"c2": "02", "cy": "FR", "lg": 3.40304, "lat": 49.04636, "name": "Château-Thierry", "geoid": 3026194}, "date-ut": "1876-07-23 06:45:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-797"}, "ids-in-sources": {"a2": "797"}}, "raw": {"H": "6", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "23", "LAT": "49N34", "LON": "3E37", "MON": "7", "NUM": "797", "PRO": "S", "SEC": "32", "YEA": "1876", "CITY": "CHATEAU-THIERRY"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-44"}, "ids-in-source": {"g55": "02-44"}}, "raw": {"DAY": "23-7-1876", "HOUR": "7 h.", "NAME": "BELIARD Marcel", "PLACE": "Chateau-Thierry (Aisne)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2887	benech-jean-1888-05-28	{"a2": "800", "g55": "02-47"}	{"g55": "02-47", "lerrcp": "A2-800"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Benech", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:17", "date": "1888-05-28 14:00", "note": null, "place": {"c1": null, "c2": "65", "c3": null, "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "notime": null, "date-ut": "1888-05-28 13:59:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Benech"}, "birth": {"tzo": "+00:00:17", "date": "1888-05-28 14:00", "place": {"c2": "65", "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "date-ut": "1888-05-28 13:59:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-800"}, "ids-in-sources": {"a2": "800"}}, "raw": {"H": "13", "MN": "59", "TZ": "0", "COD": "65", "COU": "F", "DAY": "28", "LAT": "43N14", "LON": "0E 5", "MON": "5", "NUM": "800", "PRO": "S", "SEC": "40", "YEA": "1888", "CITY": "TARBES"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-47"}, "ids-in-source": {"g55": "02-47"}}, "raw": {"DAY": "28-5-1888", "HOUR": "14 h.", "NAME": "BENECH Jean", "PLACE": "Tarbes (Hautes-Pyrénées)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
1826	berthomieu-gabriel-1924-02-15	{"a1": "1827", "g55": "03-372", "3a_sports": "391", "cfepp-final3": "728"}	{"g55": "03-372", "cfepp": "CF-728", "cpara": "CP-45", "ertel": "ES-391", "lerrcp": "A1-1827"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Berthomieu", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1924-02-15 04:00", "note": null, "place": {"c1": null, "c2": "81", "c3": "", "cy": "FR", "lg": 1.98938, "lat": 43.76688, "name": "Graulhet", "geoid": 3014828}, "notime": null, "date-ut": "1924-02-15 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Berthomieu"}, "birth": {"tzo": "+00:00", "date": "1924-02-15 04:00", "place": {"c2": "81", "cy": "FR", "lg": 1.98938, "lat": 43.76688, "name": "Graulhet", "geoid": 3014828}, "date-ut": "1924-02-15 04:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1827"}, "ids-in-sources": {"a1": "1827"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "81", "COU": "F", "DAY": "15", "LAT": "43N55", "LON": "2E 8", "MON": "2", "NUM": "1827", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "GRAULHET"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-02-15 04:00"}, "partial-ids": {"ertel": "ES-391"}}, "raw": {"L": "", "MF": "", "NR": "391", "ENG": "1", "MA_": "2", "G_NR": "1827", "MA12": "1", "MARS": "3", "NAME": "Berthomieu", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,000", "CSINR": "", "KURTZ": "", "PHAS_": "70,000", "STUND": "4,00", "CFEPNR": "728", "EXTEND": "1", "NATION": "FRA", "TAGMON": "15.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "45", "VORNAME": "Gabiel", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "15.02.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1924-02-15 04:00", "place": {"c3": ""}, "date-ut": "1924-02-15 04:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "728"}}, "raw": {"S": "1", "LT": "04 00", "LV": "I37", "TR": "f", "UT": "04 00", "LAT": "+43.76", "SRC": "ALG", "LONG": "-01.99", "NAME": "BERTHOMIEU Hugues", "SPORT": "Rugby League", "LOC_DATE": "1924 02 15", "UNIV_DATE": "1924 02 15", "BIRTH_PLACE": "GRAULHET", "POSTAL_CODE": "81300"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-372"}, "ids-in-source": {"g55": "03-372"}}, "raw": {"DAY": "15-2-1924", "HOUR": "4 h.", "NAME": "BERTHOMIEU Gabriel", "PLACE": "Graulhet (Tarn)."}, "date": "2023-08-20T14:48:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
2890	berger-jean-1883-11-18	{"a2": "803", "g55": "02-50"}	{"g55": "02-50", "lerrcp": "A2-803"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Berger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "notime": null, "date-ut": "1883-11-18 18:00:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Berger"}, "birth": {"place": {"c2": "68", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "date-ut": "1883-11-18 18:00:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-803"}, "ids-in-sources": {"a2": "803"}}, "raw": {"H": "19", "MN": "0", "TZ": "-1", "COD": "68", "COU": "F", "DAY": "18", "LAT": "48N 5", "LON": "7E21", "MON": "11", "NUM": "803", "PRO": "S", "SEC": "36", "YEA": "1883", "CITY": "MULHOUSE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-50"}, "ids-in-source": {"g55": "02-50"}}, "raw": {"DAY": "18-11-1883", "HOUR": "18 h. 30", "NAME": "BERGER Jean", "PLACE": "Mulhouse (Haut-Rhin)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2891	bergeret-andre-1884-11-10	{"a2": "804", "g55": "02-51"}	{"g55": "02-51", "lerrcp": "A2-804"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Bergeret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:37", "date": "1884-11-10 18:30", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 4.40607, "lat": 47.25214, "name": "Marcilly-Ogny", "geoid": 2995944}, "notime": null, "date-ut": "1884-11-10 18:09:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Bergeret"}, "birth": {"tzo": "+00:17:37", "date": "1884-11-10 18:30", "place": {"c2": "21", "cy": "FR", "lg": 4.40607, "lat": 47.25214, "name": "Marcilly-Ogny", "geoid": 2995944}, "date-ut": "1884-11-10 18:09:52"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-804"}, "ids-in-sources": {"a2": "804"}}, "raw": {"H": "18", "MN": "9", "TZ": "0", "COD": "21", "COU": "F", "DAY": "10", "LAT": "47N19", "LON": "5E 2", "MON": "11", "NUM": "804", "PRO": "S", "SEC": "52", "YEA": "1884", "CITY": "MARCILLY-OGNY"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-51"}, "ids-in-source": {"g55": "02-51"}}, "raw": {"DAY": "10-11-1884", "HOUR": "18 h. 30", "NAME": "BERGERET André", "PLACE": "Marcilly-Ogny (Côte-d’Or)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2893	berret-henri-1877-12-08	{"a2": "806", "g55": "02-53"}	{"g55": "02-53", "lerrcp": "A2-806"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Berret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:13", "date": "1877-12-08 17:00", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 4.80251, "lat": 46.17222, "name": "Thoissey", "geoid": 2972772}, "notime": null, "date-ut": "1877-12-08 16:39:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Berret"}, "birth": {"tzo": "+00:19:13", "date": "1877-12-08 17:00", "place": {"c2": "01", "cy": "FR", "lg": 4.80251, "lat": 46.17222, "name": "Thoissey", "geoid": 2972772}, "date-ut": "1877-12-08 16:39:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-806"}, "ids-in-sources": {"a2": "806"}}, "raw": {"H": "16", "MN": "39", "TZ": "0", "COD": "01", "COU": "F", "DAY": "8", "LAT": "46N12", "LON": "5E13", "MON": "12", "NUM": "806", "PRO": "S", "SEC": "8", "YEA": "1877", "CITY": "THOISSEY"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-53"}, "ids-in-source": {"g55": "02-53"}}, "raw": {"DAY": "8-12-1877", "HOUR": "17 h.", "NAME": "BERRET Henri", "PLACE": "Thoissey (Ain)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2895	bettinger-lucien-1884-01-17	{"a2": "808", "g55": "02-55"}	{"g55": "02-55", "lerrcp": "A2-808"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Bettinger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:07", "date": "1884-01-17 18:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "notime": null, "date-ut": "1884-01-17 17:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Bettinger"}, "birth": {"tzo": "+00:16:07", "date": "1884-01-17 18:00", "place": {"c2": "51", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "date-ut": "1884-01-17 17:42:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-808"}, "ids-in-sources": {"a2": "808"}}, "raw": {"H": "17", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "17", "LAT": "48N57", "LON": "4E22", "MON": "1", "NUM": "808", "PRO": "S", "SEC": "32", "YEA": "1884", "CITY": "REIMS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-55"}, "ids-in-source": {"g55": "02-55"}}, "raw": {"DAY": "17-1-1884", "HOUR": "18 h.", "NAME": "BETTINGER Lucien", "PLACE": "Reims (Marne)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2897	bienvenu-georges-1893-05-27	{"a2": "810", "g55": "02-57"}	{"g55": "02-57", "lerrcp": "A2-810"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Bienvenu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1893-05-27 16:15", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1893-05-27 16:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Bienvenu"}, "birth": {"tzo": "+00:09:21", "date": "1893-05-27 16:15", "place": {"c2": "25", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1893-05-27 16:05:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-810"}, "ids-in-sources": {"a2": "810"}}, "raw": {"H": "16", "MN": "5", "TZ": "0", "COD": "25", "COU": "F", "DAY": "27", "LAT": "47N15", "LON": "6E 2", "MON": "5", "NUM": "810", "PRO": "S", "SEC": "40", "YEA": "1893", "CITY": "BESANCON"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-57"}, "ids-in-source": {"g55": "02-57"}}, "raw": {"DAY": "27-5-1893", "HOUR": "16 h. 15", "NAME": "BIENVENU Georges", "PLACE": "Besançon (Doubs)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2902	bleicher-maurice-1903-09-09	{"a2": "815", "g55": "02-61"}	{"g55": "02-61", "lerrcp": "A2-815"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Bleicher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1903-09-09 09:00", "note": null, "place": {"c1": null, "c2": "73", "c3": null, "cy": "FR", "lg": 5.90863, "lat": 45.69173, "name": "Aix-les-Bains", "geoid": 3038350}, "notime": null, "date-ut": "1903-09-09 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Bleicher"}, "birth": {"tzo": "+00:09:21", "date": "1903-09-09 09:00", "place": {"c2": "73", "cy": "FR", "lg": 5.90863, "lat": 45.69173, "name": "Aix-les-Bains", "geoid": 3038350}, "date-ut": "1903-09-09 08:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-815"}, "ids-in-sources": {"a2": "815"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "73", "COU": "F", "DAY": "9", "LAT": "45N34", "LON": "5E55", "MON": "9", "NUM": "815", "PRO": "S", "SEC": "40", "YEA": "1903", "CITY": "AIX-LES-BAINS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-61"}, "ids-in-source": {"g55": "02-61"}}, "raw": {"DAY": "9-9-1903", "HOUR": "9 h.", "NAME": "BLEICHER Maurice", "PLACE": "Aix-les-Bains (Savoie)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2907	boissiere-lacroix-joseph-1891-05-28	{"a2": "820", "g55": "02-63"}	{"g55": "02-63", "lerrcp": "A2-820"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Boissiere-Lacroix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1891-05-28 08:00", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 0.48171, "lat": 44.85157, "name": "Bergerac", "geoid": 3033391}, "notime": null, "date-ut": "1891-05-28 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Boissiere-Lacroix"}, "birth": {"tzo": "+00:09:21", "date": "1891-05-28 08:00", "place": {"c2": "24", "cy": "FR", "lg": 0.48171, "lat": 44.85157, "name": "Bergerac", "geoid": 3033391}, "date-ut": "1891-05-28 07:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-820"}, "ids-in-sources": {"a2": "820"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "24", "COU": "F", "DAY": "28", "LAT": "45N11", "LON": "0E44", "MON": "5", "NUM": "820", "PRO": "S", "SEC": "40", "YEA": "1891", "CITY": "BERGERAC"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-63"}, "ids-in-source": {"g55": "02-63"}}, "raw": {"DAY": "28-5-1891", "HOUR": "8 h.", "NAME": "BOISSIERE-LACROIX Joseph", "PLACE": "Bergerac (Dordogne)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2908	bondouy-theophile-1872-09-11	{"a2": "821", "g55": "02-64"}	{"g55": "02-64", "lerrcp": "A2-821"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theophile", "family": "Bondouy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1872-09-11 23:00", "note": null, "place": {"c1": null, "c2": "12", "c3": null, "cy": "FR", "lg": 2.25091, "lat": 44.56045, "name": "Decazeville", "geoid": 3021664}, "notime": null, "date-ut": "1872-09-11 22:49:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Theophile", "family": "Bondouy"}, "birth": {"tzo": "+00:09", "date": "1872-09-11 23:00", "place": {"c2": "12", "cy": "FR", "lg": 2.25091, "lat": 44.56045, "name": "Decazeville", "geoid": 3021664}, "date-ut": "1872-09-11 22:49:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-821"}, "ids-in-sources": {"a2": "821"}}, "raw": {"H": "22", "MN": "49", "TZ": "0", "COD": "12", "COU": "F", "DAY": "11", "LAT": "44N21", "LON": "2E34", "MON": "9", "NUM": "821", "PRO": "S", "SEC": "44", "YEA": "1872", "CITY": "DECAZEVILLE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-64"}, "ids-in-source": {"g55": "02-64"}}, "raw": {"DAY": "11-9-1872", "HOUR": "23 h.", "NAME": "BONDOUY Théophile", "PLACE": "Decazeville (Aveyron)."}, "date": "2023-08-20T14:47:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2910	bonnefous-louis-1859-09-07	{"a2": "823", "g55": "02-66"}	{"g55": "02-66", "lerrcp": "A2-823"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Bonnefous", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:13", "date": "1859-09-07 05:30", "note": null, "place": {"c1": null, "c2": "12", "c3": null, "cy": "FR", "lg": 2.80284, "lat": 44.70475, "name": "Auriac", "geoid": 3036035}, "notime": null, "date-ut": "1859-09-07 05:19:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Bonnefous"}, "birth": {"tzo": "+00:11:13", "date": "1859-09-07 05:30", "place": {"c2": "12", "cy": "FR", "lg": 2.80284, "lat": 44.70475, "name": "Auriac", "geoid": 3036035}, "date-ut": "1859-09-07 05:19:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-823"}, "ids-in-sources": {"a2": "823"}}, "raw": {"H": "5", "MN": "19", "TZ": "0", "COD": "12", "COU": "F", "DAY": "7", "LAT": "44N21", "LON": "2E34", "MON": "9", "NUM": "823", "PRO": "S", "SEC": "44", "YEA": "1859", "CITY": "AURIAC"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-66"}, "ids-in-source": {"g55": "02-66"}}, "raw": {"DAY": "7-9-1859", "HOUR": "5 h. 30", "NAME": "BONNEFOUS Louis", "PLACE": "Auriac (Aveyron)."}, "date": "2023-08-20T14:47:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2911	boppe-marcel-1891-07-02	{"a2": "824", "g55": "02-67"}	{"g55": "02-67", "lerrcp": "A2-824"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Boppe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1891-07-02 02:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Boulogne-sur-Seine", "geoid": 0}, "notime": null, "date-ut": "1891-07-02 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Boppe"}, "birth": {"tzo": "+00:09:21", "date": "1891-07-02 02:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Boulogne-sur-Seine", "geoid": 0}, "date-ut": "1891-07-02 01:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-824"}, "ids-in-sources": {"a2": "824"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "92", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E11", "MON": "7", "NUM": "824", "PRO": "S", "SEC": "40", "YEA": "1891", "CITY": "BOULOGNE-S-SEINE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Boulogne-sur-Seine"}}, "partial-ids": {"g55": "02-67"}, "ids-in-source": {"g55": "02-67"}}, "raw": {"DAY": "2-7-1891", "HOUR": "2 h.", "NAME": "BOPPE Marcel", "PLACE": "Boulogne-sur-Seine (Seine)."}, "date": "2023-08-20T14:47:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2913	bosche-charles-1871-11-09	{"a2": "826", "g55": "02-69"}	{"g55": "02-69", "lerrcp": "A2-826"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Bosche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:04", "date": "1871-11-09 14:00", "note": null, "place": {"c1": null, "c2": "19", "c3": null, "cy": "FR", "lg": 1.76667, "lat": 45.26667, "name": "Brive", "geoid": 0}, "notime": null, "date-ut": "1871-11-09 13:52:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Bosche"}, "birth": {"tzo": "+00:07:04", "date": "1871-11-09 14:00", "place": {"c2": "19", "cy": "FR", "lg": 1.76667, "lat": 45.26667, "name": "Brive", "geoid": 0}, "date-ut": "1871-11-09 13:52:56"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-826"}, "ids-in-sources": {"a2": "826"}}, "raw": {"H": "13", "MN": "52", "TZ": "0", "COD": "19", "COU": "F", "DAY": "9", "LAT": "45N16", "LON": "1E46", "MON": "11", "NUM": "826", "PRO": "S", "SEC": "56", "YEA": "1871", "CITY": "BRIVE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Brive"}}, "partial-ids": {"g55": "02-69"}, "ids-in-source": {"g55": "02-69"}}, "raw": {"DAY": "9-11-1871", "HOUR": "14 h.", "NAME": "BOSCHE Charles", "PLACE": "Brive (Corrèze)."}, "date": "2023-08-20T14:47:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2915	bouchet-maurice-1888-10-28	{"a2": "828", "g55": "02-71"}	{"g55": "02-71", "lerrcp": "A2-828"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Bouchet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:36", "date": "1888-10-28 15:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.9, "lat": 47.9, "name": "Beauchamps", "geoid": 0}, "notime": null, "date-ut": "1888-10-28 14:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Bouchet"}, "birth": {"tzo": "+00:07:36", "date": "1888-10-28 15:00", "place": {"c2": "45", "cy": "FR", "lg": 1.9, "lat": 47.9, "name": "Beauchamp", "geoid": 0}, "date-ut": "1888-10-28 14:52:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-828"}, "ids-in-sources": {"a2": "828"}}, "raw": {"H": "14", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "28", "LAT": "47N54", "LON": "1E54", "MON": "10", "NUM": "828", "PRO": "S", "SEC": "24", "YEA": "1888", "CITY": "BEAUCHAMP"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Beauchamps"}}, "partial-ids": {"g55": "02-71"}, "ids-in-source": {"g55": "02-71"}}, "raw": {"DAY": "28-10-1888", "HOUR": "15 h.", "NAME": "BOUCHET Maurice", "PLACE": "Beauchamps (Loiret)."}, "date": "2023-08-20T14:47:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2916	bouchoo-rene-1892-02-07	{"a2": "829", "g55": "02-72"}	{"g55": "02-72", "lerrcp": "A2-829"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Bouchoo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1892-02-07 02:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "notime": null, "date-ut": "1892-02-07 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Bouchoo"}, "birth": {"tzo": "+00:09:21", "date": "1892-02-07 02:00", "place": {"c2": "64", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "date-ut": "1892-02-07 01:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-829"}, "ids-in-sources": {"a2": "829"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "64", "COU": "F", "DAY": "7", "LAT": "43N18", "LON": "0W22", "MON": "2", "NUM": "829", "PRO": "S", "SEC": "40", "YEA": "1892", "CITY": "PAU"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-72"}, "ids-in-source": {"g55": "02-72"}}, "raw": {"DAY": "7-2-1892", "HOUR": "2 h.", "NAME": "BOUCHOO René", "PLACE": "Pau (Basses-Pyrénées)."}, "date": "2023-08-20T14:47:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2917	boucomont-roger-1902-11-19	{"a2": "830", "g55": "02-73"}	{"g55": "02-73", "lerrcp": "A2-830"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Boucomont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1902-11-19 08:45", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.58661, "lat": 49.20724, "name": "Senlis", "geoid": 2975088}, "notime": null, "date-ut": "1902-11-19 08:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Boucomont"}, "birth": {"tzo": "+00:09:21", "date": "1902-11-19 08:45", "place": {"c2": "60", "cy": "FR", "lg": 2.58661, "lat": 49.20724, "name": "Senlis", "geoid": 2975088}, "date-ut": "1902-11-19 08:35:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-830"}, "ids-in-sources": {"a2": "830"}}, "raw": {"H": "8", "MN": "35", "TZ": "0", "COD": "60", "COU": "F", "DAY": "19", "LAT": "49N26", "LON": "2E 5", "MON": "11", "NUM": "830", "PRO": "S", "SEC": "40", "YEA": "1902", "CITY": "SENLIS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-73"}, "ids-in-source": {"g55": "02-73"}}, "raw": {"DAY": "19-10-1902", "HOUR": "8 h. 45", "NAME": "BOUCOMONT Roger", "PLACE": "Senlis (Oise)."}, "date": "2023-08-20T14:47:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2919	boularan-jean-1899-08-01	{"a2": "832", "g55": "02-75"}	{"g55": "02-75", "lerrcp": "A2-832"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Boularan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-08-01 16:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.43333, "lat": 43.61667, "name": "Luchon", "geoid": 0}, "notime": null, "date-ut": "1899-08-01 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Boularan"}, "birth": {"tzo": "+00:09:21", "date": "1899-08-01 16:00", "place": {"c2": "31", "cy": "FR", "lg": 1.43333, "lat": 43.61667, "name": "Luchon", "geoid": 0}, "date-ut": "1899-08-01 15:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-832"}, "ids-in-sources": {"a2": "832"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "31", "COU": "F", "DAY": "1", "LAT": "43N37", "LON": "1E26", "MON": "8", "NUM": "832", "PRO": "S", "SEC": "40", "YEA": "1899", "CITY": "LUCHON"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Luchon"}}, "partial-ids": {"g55": "02-75"}, "ids-in-source": {"g55": "02-75"}}, "raw": {"DAY": "1-8-1899", "HOUR": "16 h.", "NAME": "BOULARAN Jean", "PLACE": "Luchon (Haute-Garonne)."}, "date": "2023-08-20T14:47:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2921	boureau-eugene-1857-10-03	{"a2": "834", "g55": "02-77"}	{"g55": "02-77", "lerrcp": "A2-834"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Boureau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:19", "date": "1857-10-03 05:00", "note": null, "place": {"c1": null, "c2": "41", "c3": null, "cy": "FR", "lg": 1.32912, "lat": 47.59432, "name": "Blois", "geoid": 3032213}, "notime": null, "date-ut": "1857-10-03 04:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Boureau"}, "birth": {"tzo": "+00:05:19", "date": "1857-10-03 05:00", "place": {"c2": "41", "cy": "FR", "lg": 1.32912, "lat": 47.59432, "name": "Blois", "geoid": 3032213}, "date-ut": "1857-10-03 04:54:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-834"}, "ids-in-sources": {"a2": "834"}}, "raw": {"H": "4", "MN": "54", "TZ": "0", "COD": "41", "COU": "F", "DAY": "3", "LAT": "47N35", "LON": "1E20", "MON": "10", "NUM": "834", "PRO": "S", "SEC": "40", "YEA": "1857", "CITY": "BLOIS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-77"}, "ids-in-source": {"g55": "02-77"}}, "raw": {"DAY": "3-10-1857", "HOUR": "5 h.", "NAME": "BOUREAU Eugène", "PLACE": "Blois (Loir-et-Cher)."}, "date": "2023-08-20T14:47:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2923	bourret-marcel-1897-09-23	{"a2": "836", "g55": "02-78"}	{"g55": "02-78", "lerrcp": "A2-836"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Bourret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1897-09-23 04:00", "note": null, "place": {"c1": null, "c2": "07", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 45.06667, "name": "Tournon-sur-Rhône", "geoid": 2972214}, "notime": null, "date-ut": "1897-09-23 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Bourret"}, "birth": {"tzo": "+00:09:21", "date": "1897-09-23 04:00", "place": {"c2": "07", "cy": "FR", "lg": 4.83333, "lat": 45.06667, "name": "Tournon-sur-Rhône", "geoid": 2972214}, "date-ut": "1897-09-23 03:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-836"}, "ids-in-sources": {"a2": "836"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "07", "COU": "F", "DAY": "23", "LAT": "44N44", "LON": "4E36", "MON": "9", "NUM": "836", "PRO": "S", "SEC": "40", "YEA": "1897", "CITY": "TOURNON-S-RHONE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-78"}, "ids-in-source": {"g55": "02-78"}}, "raw": {"DAY": "23-9-1897", "HOUR": "4 h.", "NAME": "BOURRET Marcel", "PLACE": "Tournon-sur-Rhône (Ardèche)."}, "date": "2023-08-20T14:47:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2925	boyer-paul-1895-12-20	{"a2": "838", "g55": "02-80"}	{"g55": "02-80", "lerrcp": "A2-838"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Boyer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-12-20 22:00", "note": null, "place": {"c1": null, "c2": "07", "c3": null, "cy": "FR", "lg": 4.6, "lat": 44.73333, "name": "Agréve", "geoid": 0}, "notime": null, "date-ut": "1895-12-20 21:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Boyer"}, "birth": {"tzo": "+00:09:21", "date": "1895-12-20 22:00", "place": {"c2": "07", "cy": "FR", "lg": 4.6, "lat": 44.73333, "name": "Agreve", "geoid": 0}, "date-ut": "1895-12-20 21:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-838"}, "ids-in-sources": {"a2": "838"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "07", "COU": "F", "DAY": "20", "LAT": "44N44", "LON": "4E36", "MON": "12", "NUM": "838", "PRO": "S", "SEC": "40", "YEA": "1895", "CITY": "AGREVE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Agréve"}}, "partial-ids": {"g55": "02-80"}, "ids-in-source": {"g55": "02-80"}}, "raw": {"DAY": "20-12-1895", "HOUR": "22 h.", "NAME": "BOYER Paul", "PLACE": "Agréve (Ardèche)."}, "date": "2023-08-20T14:47:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2926	braillon-jean-1907-12-11	{"a2": "839", "g55": "02-81"}	{"g55": "02-81", "lerrcp": "A2-839"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Braillon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1907-12-11 13:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1907-12-11 12:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Braillon"}, "birth": {"tzo": "+00:09:21", "date": "1907-12-11 13:00", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1907-12-11 12:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-839"}, "ids-in-sources": {"a2": "839"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "11", "LAT": "49N54", "LON": "2E18", "MON": "12", "NUM": "839", "PRO": "S", "SEC": "40", "YEA": "1907", "CITY": "AMIENS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-81"}, "ids-in-source": {"g55": "02-81"}}, "raw": {"DAY": "11-12-1907", "HOUR": "13 h.", "NAME": "BRAILLON Jean", "PLACE": "Amiens (Somme)."}, "date": "2023-08-20T14:47:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2879	beal-victor-1883-11-18	{"a2": "792", "g55": "02-83"}	{"g55": "02-83", "lerrcp": "A2-792"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Beal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:58", "date": "1883-11-18 16:00", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.74164, "lat": 45.54944, "name": "Ambert", "geoid": 3037937}, "notime": null, "date-ut": "1883-11-18 15:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Beal"}, "birth": {"tzo": "+00:14:58", "date": "1883-11-18 16:00", "place": {"c2": "63", "cy": "FR", "lg": 3.74164, "lat": 45.54944, "name": "Ambert", "geoid": 3037937}, "date-ut": "1883-11-18 15:47:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-792"}, "ids-in-sources": {"a2": "792"}}, "raw": {"H": "15", "MN": "47", "TZ": "0", "COD": "63", "COU": "F", "DAY": "18", "LAT": "45N47", "LON": "3E 5", "MON": "11", "NUM": "792", "PRO": "S", "SEC": "40", "YEA": "1883", "CITY": "AMBERT"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-83"}, "ids-in-source": {"g55": "02-83"}}, "raw": {"DAY": "18-11-1883", "HOUR": "16 h.", "NAME": "BEAL Victor", "PLACE": "Ambert (Puy-de-Dôme)."}, "date": "2023-08-20T14:47:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2928	brechot-adolphe-1879-09-23	{"a2": "841", "g55": "02-84"}	{"g55": "02-84", "lerrcp": "A2-841"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Brechot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:04", "date": "1879-09-23 15:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Hardinghem", "geoid": 0}, "notime": null, "date-ut": "1879-09-23 14:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Brechot"}, "birth": {"tzo": "+00:11:04", "date": "1879-09-23 15:00", "place": {"c2": "62", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Hardinghem", "geoid": 0}, "date-ut": "1879-09-23 14:48:56"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-841"}, "ids-in-sources": {"a2": "841"}}, "raw": {"H": "14", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "23", "LAT": "50N18", "LON": "2E46", "MON": "9", "NUM": "841", "PRO": "S", "SEC": "56", "YEA": "1879", "CITY": "HARDINGHEM"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Hardinghem"}}, "partial-ids": {"g55": "02-84"}, "ids-in-source": {"g55": "02-84"}}, "raw": {"DAY": "23-9-1879", "HOUR": "15 h.", "NAME": "BRECHOT Adolphe", "PLACE": "Hardinghem (Pas-de-Calais)."}, "date": "2023-08-20T14:47:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
24263	bremont-maurice-1881-01-01	{"g55": "02-85"}	{"g55": "02-85"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Bremont", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1881-01-01 19:00", "note": null, "place": {"c1": "", "c2": "26", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Crest", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Bremont", "nobility": ""}, "birth": {"date": "1881-01-01 19:00", "place": {"c1": "", "c2": "26", "c3": "", "cy": "FR", "name": "Crest"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"g55": "02-85"}}, "raw": {"DAY": "1-1-1881", "HOUR": "19 h.", "NAME": "BREMONT Maurice", "PLACE": "Crest (Drôme)."}, "date": "2023-08-20T14:47:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2933	brizard-charles-1872-06-03	{"a2": "846", "g55": "02-86"}	{"g55": "02-86", "lerrcp": "A2-846"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Brizard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:50", "date": "1872-06-03 02:00", "note": null, "place": {"c1": null, "c2": "61", "c3": null, "cy": "FR", "lg": -0.45653, "lat": 48.64705, "name": "La Coulonche", "geoid": 3009853}, "notime": null, "date-ut": "1872-06-03 01:59:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Brizard"}, "birth": {"tzo": "-00:01:50", "date": "1872-06-03 02:00", "place": {"c2": "61", "cy": "FR", "lg": -0.45653, "lat": 48.64705, "name": "La Coulonche", "geoid": 3009853}, "date-ut": "1872-06-03 01:59:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-846"}, "ids-in-sources": {"a2": "846"}}, "raw": {"H": "1", "MN": "59", "TZ": "0", "COD": "61", "COU": "F", "DAY": "3", "LAT": "48N26", "LON": "0E 5", "MON": "6", "NUM": "846", "PRO": "S", "SEC": "40", "YEA": "1872", "CITY": "LA COULONCHE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-86"}, "ids-in-source": {"g55": "02-86"}}, "raw": {"DAY": "3-6-1872", "HOUR": "2 h.", "NAME": "BRISARD Charles", "PLACE": "La Coulonche (Orne)."}, "date": "2023-08-20T14:47:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
24264	brizard-jules-1887-01-25	{"g55": "02-88"}	{"g55": "02-88"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Brizard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1887-01-25 06:00", "note": null, "place": {"c1": "", "c2": "28", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Nogent-le-Rotrou", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Brizard", "nobility": ""}, "birth": {"date": "1887-01-25 06:00", "place": {"c1": "", "c2": "28", "c3": "", "cy": "FR", "name": "Nogent-le-Rotrou"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"g55": "02-88"}}, "raw": {"DAY": "25-1-1887", "HOUR": "6 h.", "NAME": "BRIZARD Jules", "PLACE": "Nogent-le-Rotrou (Eure-et-Loire)."}, "date": "2023-08-20T14:47:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
1836	bornenave-leon-1920-05-11	{"a1": "1837", "g55": "03-374", "3a_sports": "572", "cfepp-final3": "822"}	{"g55": "03-374", "cfepp": "CF-822", "cpara": "CP-68", "ertel": "ES-572", "lerrcp": "A1-1837"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Bornenave", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1920-05-11 18:00", "note": null, "place": {"c1": null, "c2": "65", "c3": "", "cy": "FR", "lg": 0.0574, "lat": 43.19575, "name": "Odos", "geoid": 2989742}, "notime": null, "date-ut": "1920-05-11 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Bornenave"}, "birth": {"tzo": "+01:00", "date": "1922-05-11 18:00", "place": {"c2": "65", "cy": "FR", "lg": 0.0574, "lat": 43.19575, "name": "Odos", "geoid": 2989742}, "date-ut": "1922-05-11 17:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1837"}, "ids-in-sources": {"a1": "1837"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "65", "COU": "F", "DAY": "11", "LAT": "43N14", "LON": "0E 5", "MON": "5", "NUM": "1837", "PRO": "C", "SEC": "0", "YEA": "1922", "CITY": "ODOS"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1922-05-11 18:00"}, "partial-ids": {"ertel": "ES-572"}}, "raw": {"L": "", "MF": "", "NR": "572", "ENG": "", "MA_": "1", "G_NR": "1837", "MA12": "11", "MARS": "31", "NAME": "Bornenave", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,900", "CSINR": "", "KURTZ": "d", "PHAS_": "99,800", "STUND": "18,00", "CFEPNR": "823", "EXTEND": "", "NATION": "FRA", "TAGMON": "11.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "68", "VORNAME": "Léon", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "11.05.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "bornenave-leon-1920-05-11", "birth": {"date": "1920-05-11 18:00", "place": {"c3": ""}, "date-ut": "1920-05-11 17:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "822"}}, "raw": {"S": "1", "LT": "18 00", "LV": "I5", "TR": "f", "UT": "17 00", "LAT": "+43.20", "SRC": "ALG", "LONG": "-00.06", "NAME": "BORDENAVE Leon", "SPORT": "Rugby Union", "LOC_DATE": "1920 05 11", "UNIV_DATE": "1920 05 11", "BIRTH_PLACE": "ODOS", "POSTAL_CODE": "65310"}, "date": "2023-08-20T14:46:13+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-374"}, "ids-in-source": {"g55": "03-374"}}, "raw": {"DAY": "11-5-1922", "HOUR": "18 h.", "NAME": "BORDENAVE Léon", "PLACE": "Odos (Hautes-Pyrénées)."}, "date": "2023-08-20T14:48:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
2935	brule-marcel-1883-01-31	{"a2": "848", "g55": "02-89"}	{"g55": "02-89", "lerrcp": "A2-848"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Brule", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:12", "date": "1883-01-31 16:15", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1883-01-31 16:05:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Brule"}, "birth": {"tzo": "+00:09:12", "date": "1883-01-31 16:15", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1883-01-31 16:05:48"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-848"}, "ids-in-sources": {"a2": "848"}}, "raw": {"H": "16", "MN": "5", "TZ": "0", "COD": "80", "COU": "F", "DAY": "31", "LAT": "49N54", "LON": "2E18", "MON": "1", "NUM": "848", "PRO": "S", "SEC": "48", "YEA": "1883", "CITY": "AMIENS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-89"}, "ids-in-source": {"g55": "02-89"}}, "raw": {"DAY": "31-1-1883", "HOUR": "16 h. 15", "NAME": "BRULE Marcel", "PLACE": "Amiens (Somme)."}, "date": "2023-08-20T14:47:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2936	brunerie-albert-1901-02-11	{"a2": "849", "g55": "02-90"}	{"g55": "02-90", "lerrcp": "A2-849"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Brunerie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1901-02-11 02:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.77036, "lat": 46.84905, "name": "Fontaines", "geoid": 3018011}, "notime": null, "date-ut": "1901-02-11 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Brunerie"}, "birth": {"tzo": "+00:09:21", "date": "1901-02-11 02:00", "place": {"c2": "71", "cy": "FR", "lg": 4.77036, "lat": 46.84905, "name": "Fontaines", "geoid": 3018011}, "date-ut": "1901-02-11 01:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-849"}, "ids-in-sources": {"a2": "849"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "71", "COU": "F", "DAY": "11", "LAT": "46N18", "LON": "4E50", "MON": "2", "NUM": "849", "PRO": "S", "SEC": "40", "YEA": "1901", "CITY": "FONTAINES"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-90"}, "ids-in-source": {"g55": "02-90"}}, "raw": {"DAY": "11-2-1901", "HOUR": "2 h.", "NAME": "BRUNERIE Albert", "PLACE": "Fontaines (Saône-et-Loire)."}, "date": "2023-08-20T14:47:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2938	bue-vincent-1869-01-30	{"a2": "851", "g55": "02-92"}	{"g55": "02-92", "lerrcp": "A2-851"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincent", "family": "Bue", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:24", "date": "1869-01-30 08:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.1, "lat": 50.26667, "name": "Vaulx", "geoid": 2970454}, "notime": null, "date-ut": "1869-01-30 07:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Vincent", "family": "Bue"}, "birth": {"tzo": "+00:08:24", "date": "1869-01-30 08:00", "place": {"c2": "62", "cy": "FR", "lg": 2.1, "lat": 50.26667, "name": "Vaulx", "geoid": 2970454}, "date-ut": "1869-01-30 07:48:56"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-851"}, "ids-in-sources": {"a2": "851"}}, "raw": {"H": "7", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "30", "LAT": "50N18", "LON": "2E46", "MON": "1", "NUM": "851", "PRO": "S", "SEC": "56", "YEA": "1869", "CITY": "VAULX"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-92"}, "ids-in-source": {"g55": "02-92"}}, "raw": {"DAY": "30-1-1869", "HOUR": "8 h.", "NAME": "BUE Vincen?", "PLACE": "Vaulx (Pas-de-Calais)."}, "date": "2023-08-20T14:47:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2940	buot-henri-1908-07-15	{"a2": "853", "g55": "02-94"}	{"g55": "02-94", "lerrcp": "A2-853"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Buot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1908-07-15 12:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.36667, "lat": 49.18333, "name": "Saint-Martin-des-Besaces", "geoid": 0}, "notime": null, "date-ut": "1908-07-15 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Buot"}, "birth": {"tzo": "+00:09:21", "date": "1908-07-15 12:00", "place": {"c2": "14", "cy": "FR", "lg": -0.36667, "lat": 49.18333, "name": "Saint-Martin-des-B", "geoid": 0}, "date-ut": "1908-07-15 11:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-853"}, "ids-in-sources": {"a2": "853"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "14", "COU": "F", "DAY": "15", "LAT": "49N11", "LON": "0W22", "MON": "7", "NUM": "853", "PRO": "S", "SEC": "40", "YEA": "1908", "CITY": "ST-MARTIN-DES-B"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Martin-des-Besaces"}}, "partial-ids": {"g55": "02-94"}, "ids-in-source": {"g55": "02-94"}}, "raw": {"DAY": "15-7-1908", "HOUR": "12 h.", "NAME": "BUOT Henri", "PLACE": "Saint-Martin-des-Besaces (Calvados)."}, "date": "2023-08-20T14:47:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2941	bureau-louis-1886-07-07	{"a2": "854", "g55": "02-95"}	{"g55": "02-95", "lerrcp": "A2-854"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Bureau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:58", "date": "1886-07-07 23:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.74215, "lat": 45.73884, "name": "Eymoutiers", "geoid": 3019209}, "notime": null, "date-ut": "1886-07-07 22:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Bureau"}, "birth": {"tzo": "+00:06:58", "date": "1886-07-07 23:00", "place": {"c2": "87", "cy": "FR", "lg": 1.74215, "lat": 45.73884, "name": "Eymoutiers", "geoid": 3019209}, "date-ut": "1886-07-07 22:55"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-854"}, "ids-in-sources": {"a2": "854"}}, "raw": {"H": "22", "MN": "55", "TZ": "0", "COD": "87", "COU": "F", "DAY": "7", "LAT": "45N50", "LON": "1E15", "MON": "7", "NUM": "854", "PRO": "S", "SEC": "0", "YEA": "1886", "CITY": "EYMOUTIERS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-95"}, "ids-in-source": {"g55": "02-95"}}, "raw": {"DAY": "7-7-1886", "HOUR": "23 h.", "NAME": "BUREAU Louis", "PLACE": "Eymoutiers (Haute-Vienne)."}, "date": "2023-08-20T14:47:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2942	busquet-hector-1879-11-21	{"a2": "855", "g55": "02-96"}	{"g55": "02-96", "lerrcp": "A2-855"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hector", "family": "Busquet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:24", "date": "1879-11-21 05:04:40", "note": null, "place": {"c1": null, "c2": "32", "c3": null, "cy": "FR", "lg": 0.6, "lat": 43.66667, "name": "Castelnau d’Auzan", "geoid": 0}, "notime": null, "date-ut": "1879-11-21 05:02:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hector", "family": "Busquet"}, "birth": {"tzo": "+00:02:24", "date": "1879-11-21 05:04:40", "place": {"c2": "32", "cy": "FR", "lg": 0.6, "lat": 43.66667, "name": "Castelnau-Dauza", "geoid": 0}, "date-ut": "1879-11-21 05:02:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-855"}, "ids-in-sources": {"a2": "855"}}, "raw": {"H": "5", "MN": "2", "TZ": "0", "COD": "32", "COU": "F", "DAY": "21", "LAT": "43N40", "LON": "0E36", "MON": "11", "NUM": "855", "PRO": "S", "SEC": "16", "YEA": "1879", "CITY": "CASTELNAU-DAUZA"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Castelnau d’Auzan"}}, "partial-ids": {"g55": "02-96"}, "ids-in-source": {"g55": "02-96"}}, "raw": {"DAY": "21-11-1879", "HOUR": "5 h.", "NAME": "BUSQUET Hector", "PLACE": "Castelnau d’Auzan (Gers)."}, "date": "2023-08-20T14:47:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2944	caillard-pierre-1901-03-07	{"a2": "857", "g55": "02-98"}	{"g55": "02-98", "lerrcp": "A2-857"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Caillard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1901-03-07 02:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1901-03-07 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Caillard"}, "birth": {"tzo": "+00:09:21", "date": "1901-03-07 02:00", "place": {"c2": "76", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1901-03-07 01:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-857"}, "ids-in-sources": {"a2": "857"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "76", "COU": "F", "DAY": "7", "LAT": "49N26", "LON": "1E 5", "MON": "3", "NUM": "857", "PRO": "S", "SEC": "40", "YEA": "1901", "CITY": "LE HAVRE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-98"}, "ids-in-source": {"g55": "02-98"}}, "raw": {"DAY": "7-3-1901", "HOUR": "2 h.", "NAME": "CAILLARD Pierre", "PLACE": "Le Havre (Seine-Inférieure)."}, "date": "2023-08-20T14:47:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2946	cambon-emile-1888-01-18	{"a2": "859", "g55": "02-100"}	{"g55": "02-100", "lerrcp": "A2-859"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Cambon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1888-01-18 08:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1888-01-18 07:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Cambon"}, "birth": {"tzo": "+00:21:31", "date": "1888-01-18 08:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1888-01-18 07:38:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-859"}, "ids-in-sources": {"a2": "859"}}, "raw": {"H": "7", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "18", "LAT": "43N18", "LON": "5E22", "MON": "1", "NUM": "859", "PRO": "S", "SEC": "32", "YEA": "1888", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-100"}, "ids-in-source": {"g55": "02-100"}}, "raw": {"DAY": "18-1-1888", "HOUR": "8 h.", "NAME": "CAMBON Emile M. L.", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:47:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2948	camus-jean-1896-11-14	{"a2": "861", "g55": "02-102"}	{"g55": "02-102", "lerrcp": "A2-861"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Camus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1896-11-14 05:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -3.70142, "lat": 48.56726, "name": "Plouigneau", "geoid": 2986653}, "notime": null, "date-ut": "1896-11-14 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Camus"}, "birth": {"tzo": "+00:09:21", "date": "1896-11-14 05:00", "place": {"c2": "29", "cy": "FR", "lg": -3.70142, "lat": 48.56726, "name": "Plouigneau", "geoid": 2986653}, "date-ut": "1896-11-14 04:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-861"}, "ids-in-sources": {"a2": "861"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "29", "COU": "F", "DAY": "14", "LAT": "48N 0", "LON": "4W 6", "MON": "11", "NUM": "861", "PRO": "S", "SEC": "40", "YEA": "1896", "CITY": "PLOUIGNEAU"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-102"}, "ids-in-source": {"g55": "02-102"}}, "raw": {"DAY": "14-11-1896", "HOUR": "5 h.", "NAME": "CAMUS Jean", "PLACE": "Plouigneau (Finistère)."}, "date": "2023-08-20T14:47:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2950	capmas-albert-1873-05-21	{"a2": "863", "g55": "02-104"}	{"g55": "02-104", "lerrcp": "A2-863"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Capmas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:12", "date": "1873-05-21 03:00", "note": null, "place": {"c1": null, "c2": "82", "c3": null, "cy": "FR", "lg": 1.05051, "lat": 44.27311, "name": "Touffailles", "geoid": 2972366}, "notime": null, "date-ut": "1873-05-21 02:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Capmas"}, "birth": {"tzo": "+00:04:12", "date": "1873-05-21 03:00", "place": {"c2": "82", "cy": "FR", "lg": 1.05051, "lat": 44.27311, "name": "Touffailles", "geoid": 2972366}, "date-ut": "1873-05-21 02:54:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-863"}, "ids-in-sources": {"a2": "863"}}, "raw": {"H": "2", "MN": "54", "TZ": "0", "COD": "82", "COU": "F", "DAY": "21", "LAT": "44N 1", "LON": "1E20", "MON": "5", "NUM": "863", "PRO": "S", "SEC": "40", "YEA": "1873", "CITY": "TOUFFAILLES"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-104"}, "ids-in-source": {"g55": "02-104"}}, "raw": {"DAY": "21-5-1873", "HOUR": "3 h.", "NAME": "CAPMAS Albert", "PLACE": "Touffailles (Tarn-et-Garonne)."}, "date": "2023-08-20T14:47:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2951	carcassonne-fernand-1901-06-05	{"a2": "864", "g55": "02-105"}	{"g55": "02-105", "lerrcp": "A2-864"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Carcassonne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1901-06-05 11:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "notime": null, "date-ut": "1901-06-05 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Carcassonne"}, "birth": {"tzo": "+00:09:21", "date": "1901-06-05 11:00", "place": {"c2": "13", "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "date-ut": "1901-06-05 10:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-864"}, "ids-in-sources": {"a2": "864"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "13", "COU": "F", "DAY": "5", "LAT": "43N18", "LON": "5E22", "MON": "6", "NUM": "864", "PRO": "S", "SEC": "40", "YEA": "1901", "CITY": "AIX-EN-PROVENCE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-105"}, "ids-in-source": {"g55": "02-105"}}, "raw": {"DAY": "5-6-1901", "HOUR": "11 h.", "NAME": "CARCASSONNE Fernand", "PLACE": "Aix-en-Provence (B.-du-Rh.)."}, "date": "2023-08-20T14:47:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2954	carlier-paul-1894-09-24	{"a2": "867", "g55": "02-107"}	{"g55": "02-107", "lerrcp": "A2-867"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Carlier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1894-09-24 07:30", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.34846, "lat": 43.72834, "name": "Générac", "geoid": 3016371}, "notime": null, "date-ut": "1894-09-24 07:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Carlier"}, "birth": {"tzo": "+00:09:21", "date": "1894-09-24 07:30", "place": {"c2": "30", "cy": "FR", "lg": 4.34846, "lat": 43.72834, "name": "Générac", "geoid": 3016371}, "date-ut": "1894-09-24 07:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-867"}, "ids-in-sources": {"a2": "867"}}, "raw": {"H": "7", "MN": "20", "TZ": "0", "COD": "30", "COU": "F", "DAY": "24", "LAT": "43N51", "LON": "4E21", "MON": "9", "NUM": "867", "PRO": "S", "SEC": "40", "YEA": "1894", "CITY": "GENERAC"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-107"}, "ids-in-source": {"g55": "02-107"}}, "raw": {"DAY": "24-9-1894", "HOUR": "7 h. 30", "NAME": "CARLIER Paul René", "PLACE": "Générac (Gard)."}, "date": "2023-08-20T14:47:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2955	carlotto-charles-1896-04-05	{"a2": "868", "g55": "02-109"}	{"g55": "02-109", "lerrcp": "A2-868"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Carlotto", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1896-04-05 07:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1896-04-05 06:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Carlotto"}, "birth": {"tzo": "+00:09:21", "date": "1896-04-05 07:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1896-04-05 06:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-868"}, "ids-in-sources": {"a2": "868"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "06", "COU": "F", "DAY": "5", "LAT": "43N42", "LON": "7E16", "MON": "4", "NUM": "868", "PRO": "S", "SEC": "40", "YEA": "1896", "CITY": "NICE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-109"}, "ids-in-source": {"g55": "02-109"}}, "raw": {"DAY": "5-4-1896", "HOUR": "7 h.", "NAME": "CARLOTTO Charles", "PLACE": "Nice (Alpes-Maritimes)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2956	carpentier-william-1887-11-01	{"a2": "869", "g55": "02-110"}	{"g55": "02-110", "lerrcp": "A2-869"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Carpentier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:26", "date": "1887-11-01 06:56:06", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1887-11-01 06:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "William", "family": "Carpentier"}, "birth": {"tzo": "+00:00:26", "date": "1887-11-01 06:56:06", "place": {"c2": "76", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1887-11-01 06:55:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-869"}, "ids-in-sources": {"a2": "869"}}, "raw": {"H": "6", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "1", "LAT": "49N26", "LON": "1E 5", "MON": "11", "NUM": "869", "PRO": "S", "SEC": "40", "YEA": "1887", "CITY": "LE HAVRE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-110"}, "ids-in-source": {"g55": "02-110"}}, "raw": {"DAY": "1-1-1887", "HOUR": "7 h.", "NAME": "CARPENTIER William", "PLACE": "Le Havre (Seine-Inférieure)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
24265	casabianca-jereme-1889-10-30	{"g55": "02-112"}	{"g55": "02-112"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jéréme", "family": "Casabianca", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1889-10-30 06:00", "note": null, "place": {"c1": "", "c2": "20", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Ajaccio", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jéréme", "family": "Casabianca", "nobility": ""}, "birth": {"date": "1889-10-30 06:00", "place": {"c1": "", "c2": "20", "c3": "", "cy": "FR", "name": "Ajaccio"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"g55": "02-112"}}, "raw": {"DAY": "30-10-1889", "HOUR": "6 h.", "NAME": "\\fCASABIANCA Jéréme", "PLACE": "Ajaccio (Corse)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2959	cassoute-emile-1868-07-05	{"a2": "872", "g55": "02-113"}	{"g55": "02-113", "lerrcp": "A2-872"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Cassoute", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1868-07-05 07:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1868-07-05 06:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Cassoute"}, "birth": {"tzo": "+00:21:31", "date": "1868-07-05 07:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1868-07-05 06:38:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-872"}, "ids-in-sources": {"a2": "872"}}, "raw": {"H": "6", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "5", "LAT": "43N18", "LON": "5E22", "MON": "7", "NUM": "872", "PRO": "S", "SEC": "32", "YEA": "1868", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-113"}, "ids-in-source": {"g55": "02-113"}}, "raw": {"DAY": "5-7-1868", "HOUR": "7 h.", "NAME": "CASSOUTE Emile", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
1845	brunetaud-maurice-1912-10-12	{"a1": "1846", "g55": "03-375", "3a_sports": "697", "cfepp-final3": "737"}	{"g55": "03-375", "cfepp": "CF-737", "cpara": "CP-86", "ertel": "ES-697", "lerrcp": "A1-1846"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Brunetaud", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1912-10-12 01:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.29025, "lat": 48.82345, "name": "Vanves", "geoid": 2970761}, "notime": null, "date-ut": "1912-10-12 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-league-player"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Brunetaud"}, "birth": {"tzo": "+00:00", "date": "1912-10-12 01:00", "place": {"c2": "92", "cy": "FR", "lg": 2.29025, "lat": 48.82345, "name": "Vanves", "geoid": 2970761}, "date-ut": "1912-10-12 01:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1846"}, "ids-in-sources": {"a1": "1846"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "92", "COU": "F", "DAY": "12", "LAT": "48N50", "LON": "2E11", "MON": "10", "NUM": "1846", "PRO": "C", "SEC": "0", "YEA": "1912", "CITY": "VANVES"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1912-10-12 01:00"}, "partial-ids": {"ertel": "ES-697"}}, "raw": {"L": "", "MF": "", "NR": "697", "ENG": "", "MA_": "1", "G_NR": "1846", "MA12": "10", "MARS": "29", "NAME": "Brunetaud", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,400", "CSINR": "", "KURTZ": "", "PHAS_": "2,700", "STUND": "1,00", "CFEPNR": "737", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "86", "VORNAME": "Maurice", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "12.10.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1912-10-12 01:00", "place": {"c3": ""}, "date-ut": "1912-10-12 01:00"}, "occus": ["rugby-league-player"], "ids-in-sources": {"cfepp-final3": "737"}}, "raw": {"S": "10", "LT": "01 00", "LV": "I9", "TR": "f", "UT": "01 00", "LAT": "+48.83", "SRC": "ALG", "LONG": "-02.29", "NAME": "BRUNETEAU Maurice", "SPORT": "Rugby League", "LOC_DATE": "1912 10 12", "UNIV_DATE": "1912 10 12", "BIRTH_PLACE": "VANVES", "POSTAL_CODE": "92170"}, "date": "2023-08-20T14:46:11+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-375"}, "ids-in-source": {"g55": "03-375"}}, "raw": {"DAY": "12-10-1912", "HOUR": "1 h.", "NAME": "BRUNETAUD Maurice", "PLACE": "Vanves (Seine)."}, "date": "2023-08-20T14:48:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
2961	castera-hector-1885-05-25	{"a2": "874", "g55": "02-115"}	{"g55": "02-115", "lerrcp": "A2-874"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hector", "family": "Castera", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02", "date": "1885-05-25 08:00", "note": null, "place": {"c1": null, "c2": "40", "c3": null, "cy": "FR", "lg": -0.5, "lat": 43.9, "name": "Saint-Sever-sur-Adour", "geoid": 0}, "notime": null, "date-ut": "1885-05-25 08:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Hector", "family": "Castera"}, "birth": {"tzo": "-00:02", "date": "1885-05-25 08:00", "place": {"c2": "40", "cy": "FR", "lg": -0.5, "lat": 43.9, "name": "Saint-Sever-sur-Adou", "geoid": 0}, "date-ut": "1885-05-25 08:02"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-874"}, "ids-in-sources": {"a2": "874"}}, "raw": {"H": "8", "MN": "2", "TZ": "0", "COD": "40", "COU": "F", "DAY": "25", "LAT": "43N54", "LON": "0W30", "MON": "5", "NUM": "874", "PRO": "S", "SEC": "0", "YEA": "1885", "CITY": "ST-SEVER-S/ADOU"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Sever-sur-Adour"}}, "partial-ids": {"g55": "02-115"}, "ids-in-source": {"g55": "02-115"}}, "raw": {"DAY": "25-5-1885", "HOUR": "8 h.", "NAME": "CASTERA Hector", "PLACE": "Saint-Sever-sur-Adour (Landes)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
24266	caujolle-paui-1878-10-11	{"g55": "02-118"}	{"g55": "02-118"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paui", "family": "Caujolle", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1878-10-11 04:00", "note": null, "place": {"c1": "", "c2": "09", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Pamiers", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paui", "family": "Caujolle", "nobility": ""}, "birth": {"date": "1878-10-11 04:00", "place": {"c1": "", "c2": "09", "c3": "", "cy": "FR", "name": "Pamiers"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"g55": "02-118"}}, "raw": {"DAY": "11-10-1878", "HOUR": "4 h.", "NAME": "CAUJOLLE Paui", "PLACE": "Pamiers (Ariège)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2964	caussade-louis-1885-01-23	{"a2": "877", "g55": "02-119"}	{"g55": "02-119", "lerrcp": "A2-877"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Caussade", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:36", "date": "1885-01-23 18:00", "note": null, "place": {"c1": null, "c2": "70", "c3": null, "cy": "FR", "lg": 6.15, "lat": 47.61667, "name": "Bouhaus-lés-Autrey", "geoid": 0}, "notime": null, "date-ut": "1885-01-23 17:35:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Caussade"}, "birth": {"tzo": "+00:24:36", "date": "1885-01-23 18:00", "place": {"c2": "70", "cy": "FR", "lg": 6.15, "lat": 47.61667, "name": "Bouhans-les-Aut", "geoid": 0}, "date-ut": "1885-01-23 17:35:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-877"}, "ids-in-sources": {"a2": "877"}}, "raw": {"H": "17", "MN": "35", "TZ": "0", "COD": "70", "COU": "F", "DAY": "23", "LAT": "47N37", "LON": "6E 9", "MON": "1", "NUM": "877", "PRO": "S", "SEC": "24", "YEA": "1885", "CITY": "BOUHANS-LES-AUT"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Bouhaus-lés-Autrey"}}, "partial-ids": {"g55": "02-119"}, "ids-in-source": {"g55": "02-119"}}, "raw": {"DAY": "23-1-1885", "HOUR": "18 h.", "NAME": "CAUSSADE Louis", "PLACE": "Bouhaus-lés-Autrey (Hte-Saône)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2226	chabrol-etienne-1883-06-13	{"a2": "139", "g55": "02-121", "afd5": "186"}	{"g55": "02-121", "lerrcp": "A2-139", "muller": "M5-186"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Etienne", "family": "Chabrol", "spouse": [], "official": {"given": "Etienne", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:44", "date": "1883-06-13 16:00", "note": null, "place": {"c1": null, "c2": "15", "c3": null, "cy": "FR", "lg": 2.43333, "lat": 44.93333, "name": "Condat-en-Féniers", "geoid": 0}, "notime": null, "date-ut": "1883-06-13 15:50:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Chabrol"}, "birth": {"tzo": "+00:09:44", "date": "1883-06-13 16:00", "place": {"c2": "15", "cy": "FR", "lg": 2.43333, "lat": 44.93333, "name": "Condat-en-Fenie", "geoid": 0}, "date-ut": "1883-06-13 15:50:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-139"}, "ids-in-sources": {"a2": "139"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "15", "COU": "F", "DAY": "13", "LAT": "44N56", "LON": "2E26", "MON": "6", "NUM": "139", "PRO": "S", "SEC": "16", "YEA": "1883", "CITY": "CONDAT-EN-FENIE"}, "date": "2023-08-20T14:43:11+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Chabrol", "official": {"given": "Etienne"}}, "birth": {"date": "1883-06-13 16:00", "place": {"name": "Condaten-Feniers"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "186"}}, "raw": {"NR": "186", "GNR": "SA2139", "JU_": "1", "MA_": "1", "MO_": "1", "SA_": "0", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1883", "KORR": "", "MARS": "18", "MODE": "LMT", "MOND": "5", "NAME": "CHABROL (ETIENNE).", "AUFAB": "9.60", "PHAS_": "53.800", "SONNE": "14", "VENUS": "17", "BREITE": "44 N 56", "GEBORT": "Condaten-Feniers (Cantal)", "LAENGE": "002 E 26", "NIENJU": "", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "16", "GEBZEIT": "16.00", "JUPITER": "13", "ELECTAGE": "62,7", "ELECTDAT": "12.02.1946", "GEBDATUM": "13.06.1883", "STBDATUM": "27.03.1971"}, "date": "2023-08-20T14:44:19+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"birth": {"place": {"name": "Condat-en-Féniers"}}, "partial-ids": {"g55": "02-121"}, "ids-in-source": {"g55": "02-121"}}, "raw": {"DAY": "13-6-1883", "HOUR": "16 h.", "NAME": "CHABROL Etienne", "PLACE": "Condat-en-Féniers (Cantal)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2966	chaix-achille-1875-12-28	{"a2": "879", "g55": "02-122"}	{"g55": "02-122", "lerrcp": "A2-879"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Achille", "family": "Chaix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:40", "date": "1875-12-28 18:00", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.66667, "lat": 46.76667, "name": "Montambert", "geoid": 2993054}, "notime": null, "date-ut": "1875-12-28 17:47:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Achille", "family": "Chaix"}, "birth": {"tzo": "+00:14:40", "date": "1875-12-28 18:00", "place": {"c2": "58", "cy": "FR", "lg": 3.66667, "lat": 46.76667, "name": "Montambert", "geoid": 2993054}, "date-ut": "1875-12-28 17:47:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-879"}, "ids-in-sources": {"a2": "879"}}, "raw": {"H": "17", "MN": "47", "TZ": "0", "COD": "58", "COU": "F", "DAY": "28", "LAT": "46N59", "LON": "3E 9", "MON": "12", "NUM": "879", "PRO": "S", "SEC": "24", "YEA": "1875", "CITY": "MONTAMBERT"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-122"}, "ids-in-source": {"g55": "02-122"}}, "raw": {"DAY": "28-12-1875", "HOUR": "18 h.", "NAME": "CHAIX Achille", "PLACE": "Montambert (Nièvre)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2968	chapoy-rene-1878-11-05	{"a2": "881", "g55": "02-125"}	{"g55": "02-125", "lerrcp": "A2-881"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Chapoy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:04", "date": "1878-11-05 20:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1878-11-05 19:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Chapoy"}, "birth": {"tzo": "+00:24:04", "date": "1878-11-05 20:00", "place": {"c2": "25", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1878-11-05 19:35:52"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-881"}, "ids-in-sources": {"a2": "881"}}, "raw": {"H": "19", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "5", "LAT": "47N15", "LON": "6E 2", "MON": "11", "NUM": "881", "PRO": "S", "SEC": "52", "YEA": "1878", "CITY": "BESANCON"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-125"}, "ids-in-source": {"g55": "02-125"}}, "raw": {"DAY": "5-11-1878", "HOUR": "20 h.", "NAME": "CHAPOY René", "PLACE": "Besançon (Doubs)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2972	charpentier-roger-1903-03-16	{"a2": "885", "g55": "02-127"}	{"g55": "02-127", "lerrcp": "A2-885"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Charpentier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1903-03-16 19:00", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "notime": null, "date-ut": "1903-03-16 18:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Charpentier"}, "birth": {"tzo": "+00:09:21", "date": "1903-03-16 19:00", "place": {"c2": "63", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "date-ut": "1903-03-16 18:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-885"}, "ids-in-sources": {"a2": "885"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "63", "COU": "F", "DAY": "16", "LAT": "45N47", "LON": "3E 5", "MON": "3", "NUM": "885", "PRO": "S", "SEC": "40", "YEA": "1903", "CITY": "CLERMONT FERRAND"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-127"}, "ids-in-source": {"g55": "02-127"}}, "raw": {"DAY": "16-3-1903", "HOUR": "19 h.", "NAME": "CHARPENTIER Roger", "PLACE": "Clermoni-Ferrand (P.-de-D.)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2973	charrier-jean-1888-07-21	{"a2": "886", "g55": "02-128"}	{"g55": "02-128", "lerrcp": "A2-886"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Charrier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:04", "date": "1888-07-21 04:00", "note": null, "place": {"c1": null, "c2": "19", "c3": null, "cy": "FR", "lg": 1.76667, "lat": 45.26667, "name": "Brive", "geoid": 0}, "notime": null, "date-ut": "1888-07-21 03:52:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Charrier"}, "birth": {"tzo": "+00:07:04", "date": "1888-07-21 04:00", "place": {"c2": "19", "cy": "FR", "lg": 1.76667, "lat": 45.26667, "name": "Brive", "geoid": 0}, "date-ut": "1888-07-21 03:52:56"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-886"}, "ids-in-sources": {"a2": "886"}}, "raw": {"H": "3", "MN": "52", "TZ": "0", "COD": "19", "COU": "F", "DAY": "21", "LAT": "45N16", "LON": "1E46", "MON": "7", "NUM": "886", "PRO": "S", "SEC": "56", "YEA": "1888", "CITY": "BRIVE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Brive"}}, "partial-ids": {"g55": "02-128"}, "ids-in-source": {"g55": "02-128"}}, "raw": {"DAY": "21-7-1888", "HOUR": "4 h.", "NAME": "CHARRIER Jean", "PLACE": "Brive (Corrèze)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2975	chaton-marcel-1881-07-18	{"a2": "888", "g55": "02-130"}	{"g55": "02-130", "lerrcp": "A2-888"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Chaton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:32", "date": "1881-07-18 19:30", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.88165, "lat": 46.93073, "name": "Bracon", "geoid": 3030627}, "notime": null, "date-ut": "1881-07-18 19:07:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Chaton"}, "birth": {"tzo": "+00:23:32", "date": "1881-07-18 19:30", "place": {"c2": "39", "cy": "FR", "lg": 5.88165, "lat": 46.93073, "name": "Bracon", "geoid": 3030627}, "date-ut": "1881-07-18 19:07:48"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-888"}, "ids-in-sources": {"a2": "888"}}, "raw": {"H": "19", "MN": "7", "TZ": "0", "COD": "39", "COU": "F", "DAY": "18", "LAT": "46N40", "LON": "5E33", "MON": "7", "NUM": "888", "PRO": "S", "SEC": "48", "YEA": "1881", "CITY": "BRACON"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-130"}, "ids-in-source": {"g55": "02-130"}}, "raw": {"DAY": "18-7-1881", "HOUR": "-19 h. 30", "NAME": "CHATON Marcel", "PLACE": "Bracon (Jura)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2977	chavany-jean-1892-04-03	{"a2": "890", "g55": "02-132"}	{"g55": "02-132", "lerrcp": "A2-890"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Chavany", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1892-04-03 17:00", "note": null, "place": {"c1": null, "c2": "15", "c3": null, "cy": "FR", "lg": 2.75791, "lat": 45.34093, "name": "Condat", "geoid": 3023984}, "notime": null, "date-ut": "1892-04-03 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Chavany"}, "birth": {"tzo": "+00:09:21", "date": "1892-04-03 17:00", "place": {"c2": "15", "cy": "FR", "lg": 2.75791, "lat": 45.34093, "name": "Condat", "geoid": 3023984}, "date-ut": "1892-04-03 16:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-890"}, "ids-in-sources": {"a2": "890"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "15", "COU": "F", "DAY": "3", "LAT": "44N56", "LON": "2E26", "MON": "4", "NUM": "890", "PRO": "S", "SEC": "40", "YEA": "1892", "CITY": "CONDAT"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-132"}, "ids-in-source": {"g55": "02-132"}}, "raw": {"DAY": "3-4-1892", "HOUR": "17 h.", "NAME": "CHAVANY Jean", "PLACE": "Condat (Cantal)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2979	chevrier-louis-1877-01-27	{"a2": "892", "g55": "02-134"}	{"g55": "02-134", "lerrcp": "A2-892"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Chevrier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:40", "date": "1877-01-27 03:30", "note": null, "place": {"c1": null, "c2": "85", "c3": null, "cy": "FR", "lg": -1.41667, "lat": 46.66667, "name": "Fontenay-le-Comte", "geoid": 0}, "notime": null, "date-ut": "1877-01-27 03:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Chevrier"}, "birth": {"tzo": "-00:05:40", "date": "1877-01-27 03:30", "place": {"c2": "85", "cy": "FR", "lg": -1.41667, "lat": 46.66667, "name": "Fontenay-le-Com", "geoid": 0}, "date-ut": "1877-01-27 03:35:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-892"}, "ids-in-sources": {"a2": "892"}}, "raw": {"H": "3", "MN": "35", "TZ": "0", "COD": "85", "COU": "F", "DAY": "27", "LAT": "46N40", "LON": "1W25", "MON": "1", "NUM": "892", "PRO": "S", "SEC": "40", "YEA": "1877", "CITY": "FONTENAY-LE-COM"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Fontenay-le-Comte"}}, "partial-ids": {"g55": "02-134"}, "ids-in-source": {"g55": "02-134"}}, "raw": {"DAY": "27-1-1877", "HOUR": "3 h. 30", "NAME": "CHEVRIER Louis", "PLACE": "Fontenay-le-Comte (Vendée)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2981	chosson-pierre-1902-02-24	{"a2": "894", "g55": "02-135"}	{"g55": "02-135", "lerrcp": "A2-894"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Chosson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1902-02-24 08:30", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.54758, "lat": 45.85654, "name": "Thiers", "geoid": 2972857}, "notime": null, "date-ut": "1902-02-24 08:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Chosson"}, "birth": {"tzo": "+00:09:21", "date": "1902-02-24 08:30", "place": {"c2": "63", "cy": "FR", "lg": 3.54758, "lat": 45.85654, "name": "Thiers", "geoid": 2972857}, "date-ut": "1902-02-24 08:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-894"}, "ids-in-sources": {"a2": "894"}}, "raw": {"H": "8", "MN": "20", "TZ": "0", "COD": "63", "COU": "F", "DAY": "24", "LAT": "45N47", "LON": "3E 5", "MON": "2", "NUM": "894", "PRO": "S", "SEC": "40", "YEA": "1902", "CITY": "THIERS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-135"}, "ids-in-source": {"g55": "02-135"}}, "raw": {"DAY": "24-2-1902", "HOUR": "8 h. 30", "NAME": "CHOSSON Pierre", "PLACE": "Thiers (Puy-de-Dôme)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2983	cisternes-ernest-1874-04-18	{"a2": "896", "g55": "02-137"}	{"g55": "02-137", "lerrcp": "A2-896"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Cisternes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:21", "date": "1874-04-18 11:00", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "notime": null, "date-ut": "1874-04-18 10:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Cisternes"}, "birth": {"tzo": "+00:12:21", "date": "1874-04-18 11:00", "place": {"c2": "63", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "date-ut": "1874-04-18 10:47:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-896"}, "ids-in-sources": {"a2": "896"}}, "raw": {"H": "10", "MN": "47", "TZ": "0", "COD": "63", "COU": "F", "DAY": "18", "LAT": "45N47", "LON": "3E 5", "MON": "4", "NUM": "896", "PRO": "S", "SEC": "40", "YEA": "1874", "CITY": "CLERMONT FERRAND"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-137"}, "ids-in-source": {"g55": "02-137"}}, "raw": {"DAY": "18-4-1874", "HOUR": "14 h.", "NAME": "CISTERNES Ernest (de)", "PLACE": "Clermont-Ferrand (P.-de-D.)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2985	closier-louis-1886-04-02	{"a2": "898", "g55": "02-139"}	{"g55": "02-139", "lerrcp": "A2-898"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Closier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:00:19", "date": "1886-04-02 22:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.07808, "lat": 47.25931, "name": "Saumur", "geoid": 2975758}, "notime": null, "date-ut": "1886-04-02 22:02:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Closier"}, "birth": {"tzo": "-00:00:19", "date": "1886-04-02 22:00", "place": {"c2": "49", "cy": "FR", "lg": -0.07808, "lat": 47.25931, "name": "Saumur", "geoid": 2975758}, "date-ut": "1886-04-02 22:02:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-898"}, "ids-in-sources": {"a2": "898"}}, "raw": {"H": "22", "MN": "2", "TZ": "0", "COD": "49", "COU": "F", "DAY": "2", "LAT": "47N28", "LON": "0W32", "MON": "4", "NUM": "898", "PRO": "S", "SEC": "8", "YEA": "1886", "CITY": "SAUMUR"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-139"}, "ids-in-source": {"g55": "02-139"}}, "raw": {"DAY": "2-4-1886", "HOUR": "22 h.", "NAME": "CLOSIER Louis", "PLACE": "Saumur (Maine-et-Loire)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2986	codet-henri-1890-07-01	{"a2": "899", "g55": "02-140"}	{"g55": "02-140", "lerrcp": "A2-899"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Codet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:00:04", "date": "1890-07-01 02:00", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": -0.01666, "lat": 48.12261, "name": "Conlie", "geoid": 3023891}, "notime": null, "date-ut": "1890-07-01 01:59:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Codet"}, "birth": {"tzo": "-00:00:04", "date": "1890-07-01 02:00", "place": {"c2": "72", "cy": "FR", "lg": -0.01666, "lat": 48.12261, "name": "Conlie", "geoid": 3023891}, "date-ut": "1890-07-01 01:59:12"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-899"}, "ids-in-sources": {"a2": "899"}}, "raw": {"H": "1", "MN": "59", "TZ": "0", "COD": "72", "COU": "F", "DAY": "1", "LAT": "48N 1", "LON": "0E12", "MON": "7", "NUM": "899", "PRO": "S", "SEC": "12", "YEA": "1890", "CITY": "CONLIE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-140"}, "ids-in-source": {"g55": "02-140"}}, "raw": {"DAY": "1-7-1890", "HOUR": "2 h.", "NAME": "CODET Henri", "PLACE": "Conlie (Sarthe)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2988	comte-henri-1899-09-19	{"a2": "901", "g55": "02-142"}	{"g55": "02-142", "lerrcp": "A2-901"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Comte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-09-19 14:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1899-09-19 13:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Comte"}, "birth": {"tzo": "+00:09:21", "date": "1899-09-19 14:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1899-09-19 13:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-901"}, "ids-in-sources": {"a2": "901"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "38", "COU": "F", "DAY": "19", "LAT": "45N11", "LON": "5E43", "MON": "9", "NUM": "901", "PRO": "S", "SEC": "40", "YEA": "1899", "CITY": "GRENOBLE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-142"}, "ids-in-source": {"g55": "02-142"}}, "raw": {"DAY": "19-9-1899", "HOUR": "14 h.", "NAME": "COMTE Henri", "PLACE": "Grenoble (Isère)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2990	cornet-albert-1890-06-30	{"a2": "903", "g55": "02-144"}	{"g55": "02-144", "lerrcp": "A2-903"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Cornet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:49", "date": "1890-06-30 11:00", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "notime": null, "date-ut": "1890-06-30 10:59:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Cornet"}, "birth": {"tzo": "+00:00:49", "date": "1890-06-30 11:00", "place": {"c2": "72", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "date-ut": "1890-06-30 10:59:12"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-903"}, "ids-in-sources": {"a2": "903"}}, "raw": {"H": "10", "MN": "59", "TZ": "0", "COD": "72", "COU": "F", "DAY": "30", "LAT": "48N 1", "LON": "0E12", "MON": "6", "NUM": "903", "PRO": "S", "SEC": "12", "YEA": "1890", "CITY": "LE MANS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-144"}, "ids-in-source": {"g55": "02-144"}}, "raw": {"DAY": "30-6-1890", "HOUR": "11 h.", "NAME": "CORNET Albert", "PLACE": "Le Mans (Sarthe)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2992	corret-pierre-1896-03-19	{"a2": "905", "g55": "02-146"}	{"g55": "02-146", "lerrcp": "A2-905"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Corret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1896-03-19 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Corret"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1896-03-19 03:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-905"}, "ids-in-sources": {"a2": "905"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "54", "COU": "F", "DAY": "19", "LAT": "48N42", "LON": "6E12", "MON": "3", "NUM": "905", "PRO": "S", "SEC": "40", "YEA": "1896", "CITY": "NANCY"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-146"}, "ids-in-source": {"g55": "02-146"}}, "raw": {"DAY": "19-3-1896", "HOUR": "4 h.", "NAME": "CORRET Pierre", "PLACE": "Nancy (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
24267	cosse-francis-1871-11-10	{"g55": "02-147"}	{"g55": "02-147"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Cosse", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1871-11-10 01:00", "note": null, "place": {"c1": "", "c2": "18", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Bourges", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Francis", "family": "Cosse", "nobility": ""}, "birth": {"date": "1871-11-10 01:00", "place": {"c1": "", "c2": "18", "c3": "", "cy": "FR", "name": "Bourges"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"g55": "02-147"}}, "raw": {"DAY": "10-11-1871", "HOUR": "1 h.", "NAME": "COSSE Francis", "PLACE": "Bourges (Cher)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2996	coste-jules-1877-07-12	{"a2": "909", "g55": "02-148"}	{"g55": "02-148", "lerrcp": "A2-909"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Coste", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:36", "date": "1877-07-12 05:00", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 2.148, "lat": 43.9298, "name": "Albi", "geoid": 3038261}, "notime": null, "date-ut": "1877-07-12 04:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Coste"}, "birth": {"tzo": "+00:08:36", "date": "1877-07-12 05:00", "place": {"c2": "81", "cy": "FR", "lg": 2.148, "lat": 43.9298, "name": "Albi", "geoid": 3038261}, "date-ut": "1877-07-12 04:51:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-909"}, "ids-in-sources": {"a2": "909"}}, "raw": {"H": "4", "MN": "51", "TZ": "0", "COD": "81", "COU": "F", "DAY": "12", "LAT": "43N55", "LON": "2E 8", "MON": "7", "NUM": "909", "PRO": "S", "SEC": "28", "YEA": "1877", "CITY": "ALBI"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-148"}, "ids-in-source": {"g55": "02-148"}}, "raw": {"DAY": "12-7-1877", "HOUR": "5 h.", "NAME": "COSTE Jules", "PLACE": "Albi (Tarn)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2997	cottenot-paul-1882-10-19	{"a2": "910", "g55": "02-150"}	{"g55": "02-150", "lerrcp": "A2-910"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Cottenot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:32", "date": "1882-10-19 03:00", "note": null, "place": {"c1": null, "c2": "52", "c3": null, "cy": "FR", "lg": 5.13333, "lat": 48.11667, "name": "Doulaincourt", "geoid": 0}, "notime": null, "date-ut": "1882-10-19 02:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Cottenot"}, "birth": {"tzo": "+00:20:32", "date": "1882-10-19 03:00", "place": {"c2": "52", "cy": "FR", "lg": 5.13333, "lat": 48.11667, "name": "Doulaincourt", "geoid": 0}, "date-ut": "1882-10-19 02:39:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-910"}, "ids-in-sources": {"a2": "910"}}, "raw": {"H": "2", "MN": "39", "TZ": "0", "COD": "52", "COU": "F", "DAY": "19", "LAT": "48N 7", "LON": "5E 8", "MON": "10", "NUM": "910", "PRO": "S", "SEC": "28", "YEA": "1882", "CITY": "DOULAINCOURT"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Doulaincourt"}}, "partial-ids": {"g55": "02-150"}, "ids-in-source": {"g55": "02-150"}}, "raw": {"DAY": "19-10-1882", "HOUR": "3 h.", "NAME": "COTTENOT Paul", "PLACE": "Doulaincourt (Haute-Marne)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
1993	soro-robert-1922-11-28	{"a1": "1995", "g55": "03-414", "3a_sports": "3864", "cfepp-final3": "954"}	{"g55": "03-414", "cfepp": "CF-954", "cpara": "CP-391", "ertel": "ES-3864", "lerrcp": "A1-1995"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Soro", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1922-11-28 16:00", "note": null, "place": {"c1": null, "c2": "65", "c3": "", "cy": "FR", "lg": 0.0574, "lat": 43.19575, "name": "Odos", "geoid": 2989742}, "notime": null, "date-ut": "1922-11-28 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Soro"}, "birth": {"tzo": "+00:00", "date": "1922-11-28 16:00", "place": {"c2": "65", "cy": "FR", "lg": 0.0574, "lat": 43.19575, "name": "Odos", "geoid": 2989742}, "date-ut": "1922-11-28 16:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1995"}, "ids-in-sources": {"a1": "1995"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "65", "COU": "F", "DAY": "28", "LAT": "43N14", "LON": "0E 5", "MON": "11", "NUM": "1995", "PRO": "C", "SEC": "0", "YEA": "1922", "CITY": "ODOS"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1922-11-28 16:00"}, "partial-ids": {"ertel": "ES-3864"}}, "raw": {"L": "", "MF": "", "NR": "3864", "ENG": "", "MA_": "0", "G_NR": "1995", "MA12": "3", "MARS": "8", "NAME": "Soro", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,100", "CSINR": "", "KURTZ": "", "PHAS_": "65,500", "STUND": "16,00", "CFEPNR": "954", "EXTEND": "", "NATION": "FRA", "TAGMON": "28.11.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "391", "VORNAME": "Robert", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "28.11.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1922-11-28 16:00", "place": {"c3": ""}, "date-ut": "1922-11-28 16:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "954"}}, "raw": {"S": "3", "LT": "16 00", "LV": "I21", "TR": "f", "UT": "16 00", "LAT": "+43.20", "SRC": "ALG", "LONG": "-00.06", "NAME": "SORO Robert", "SPORT": "Rugby Union", "LOC_DATE": "1922 11 28", "UNIV_DATE": "1922 11 28", "BIRTH_PLACE": "ODOS", "POSTAL_CODE": "65310"}, "date": "2023-08-20T14:46:15+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-414"}, "ids-in-source": {"g55": "03-414"}}, "raw": {"DAY": "28-11-1922", "HOUR": "16 h.", "NAME": "SORO Robert", "PLACE": "Odos (Hautes-Pyrénées)."}, "date": "2023-08-20T14:48:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
2999	coty-auguste-1887-06-23	{"a2": "912", "g55": "02-152"}	{"g55": "02-152", "lerrcp": "A2-912"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Coty", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:26", "date": "1887-06-23 05:56:06", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1887-06-23 05:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Coty"}, "birth": {"tzo": "+00:00:26", "date": "1887-06-23 05:56:06", "place": {"c2": "76", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1887-06-23 05:55:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-912"}, "ids-in-sources": {"a2": "912"}}, "raw": {"H": "5", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "23", "LAT": "49N26", "LON": "1E 5", "MON": "6", "NUM": "912", "PRO": "S", "SEC": "40", "YEA": "1887", "CITY": "LE HAVRE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-152"}, "ids-in-source": {"g55": "02-152"}}, "raw": {"DAY": "23-6-1887", "HOUR": "6 h.", "NAME": "COTY Auguste", "PLACE": "Le Havre (Seine-Inférieure)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3001	courbin-pierre-1891-10-24	{"a2": "914", "g55": "02-154"}	{"g55": "02-154", "lerrcp": "A2-914"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Courbin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1891-10-24 09:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.65789, "lat": 44.52679, "name": "Saint-Magne", "geoid": 2978652}, "notime": null, "date-ut": "1891-10-24 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Courbin"}, "birth": {"tzo": "+00:09:21", "date": "1891-10-24 09:00", "place": {"c2": "33", "cy": "FR", "lg": -0.65789, "lat": 44.52679, "name": "Saint-Magne", "geoid": 2978652}, "date-ut": "1891-10-24 08:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-914"}, "ids-in-sources": {"a2": "914"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "33", "COU": "F", "DAY": "24", "LAT": "44N50", "LON": "0W34", "MON": "10", "NUM": "914", "PRO": "S", "SEC": "40", "YEA": "1891", "CITY": "ST-MAGNE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-154"}, "ids-in-source": {"g55": "02-154"}}, "raw": {"DAY": "24-10-1891", "HOUR": "9 h.", "NAME": "COURBIN Pierre J.", "PLACE": "Saint-Magne (Gironde)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3003	courtillier-leon-1863-08-07	{"a2": "916", "g55": "02-156"}	{"g55": "02-156", "lerrcp": "A2-916"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Courtillier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:20", "date": "1863-08-07 04:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.58333, "lat": 47.8, "name": "Saint-Julien-de-Sault", "geoid": 0}, "notime": null, "date-ut": "1863-08-07 03:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Courtillier"}, "birth": {"tzo": "+00:14:20", "date": "1863-08-07 04:00", "place": {"c2": "89", "cy": "FR", "lg": 3.58333, "lat": 47.8, "name": "Saint-Julien-de-Sa", "geoid": 0}, "date-ut": "1863-08-07 03:45:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-916"}, "ids-in-sources": {"a2": "916"}}, "raw": {"H": "3", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "7", "LAT": "47N48", "LON": "3E35", "MON": "8", "NUM": "916", "PRO": "S", "SEC": "40", "YEA": "1863", "CITY": "ST-JULIEN-DE-SA"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Julien-de-Sault"}}, "partial-ids": {"g55": "02-156"}, "ids-in-source": {"g55": "02-156"}}, "raw": {"DAY": "7-8-1863", "HOUR": "4 h.", "NAME": "COURTILLIER Léon", "PLACE": "Saint-Julien-de-Sault (Yonne)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3005	crehange-jean-1899-12-12	{"a2": "918", "g55": "02-158"}	{"g55": "02-158", "lerrcp": "A2-918"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Crehange", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 5.76192, "lat": 49.5217, "name": "Longwy", "geoid": 2997638}, "notime": null, "date-ut": "1899-12-12 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Crehange"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 5.76192, "lat": 49.5217, "name": "Longwy", "geoid": 2997638}, "date-ut": "1899-12-12 10:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-918"}, "ids-in-sources": {"a2": "918"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "54", "COU": "F", "DAY": "12", "LAT": "48N42", "LON": "6E12", "MON": "12", "NUM": "918", "PRO": "S", "SEC": "40", "YEA": "1899", "CITY": "LONGWY"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-158"}, "ids-in-source": {"g55": "02-158"}}, "raw": {"DAY": "12-12-1899", "HOUR": "11 h.", "NAME": "CREHANGE Jean-Louis", "PLACE": "Longwy (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:47:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3006	cresson-fortune-1874-07-16	{"a2": "919", "g55": "02-159"}	{"g55": "02-159", "lerrcp": "A2-919"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fortune", "family": "Cresson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:13", "date": "1874-07-16 13:30", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.30237, "lat": 50.73375, "name": "Arques", "geoid": 3036800}, "notime": null, "date-ut": "1874-07-16 13:18:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Fortune", "family": "Cresson"}, "birth": {"tzo": "+00:09:13", "date": "1874-07-16 13:30", "place": {"c2": "62", "cy": "FR", "lg": 2.30237, "lat": 50.73375, "name": "Arques", "geoid": 3036800}, "date-ut": "1874-07-16 13:18:56"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-919"}, "ids-in-sources": {"a2": "919"}}, "raw": {"H": "13", "MN": "18", "TZ": "0", "COD": "62", "COU": "F", "DAY": "16", "LAT": "50N18", "LON": "2E46", "MON": "7", "NUM": "919", "PRO": "S", "SEC": "56", "YEA": "1874", "CITY": "ARQUES"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-159"}, "ids-in-source": {"g55": "02-159"}}, "raw": {"DAY": "16-7-1874", "HOUR": "13 h. 30", "NAME": "CRESSON Fortuné", "PLACE": "Arques (Pas-de-Calais)."}, "date": "2023-08-20T14:47:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3007	crozet-joannes-1871-05-11	{"a2": "920", "g55": "02-160"}	{"g55": "02-160", "lerrcp": "A2-920"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joannes", "family": "Crozet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:32", "date": "1871-05-11 16:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.38333, "lat": 45.43333, "name": "Saint-Germain Laval", "geoid": 0}, "notime": null, "date-ut": "1871-05-11 15:42:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joannes", "family": "Crozet"}, "birth": {"tzo": "+00:17:32", "date": "1871-05-11 16:00", "place": {"c2": "42", "cy": "FR", "lg": 4.38333, "lat": 45.43333, "name": "Saint-Germain-Lava", "geoid": 0}, "date-ut": "1871-05-11 15:42:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-920"}, "ids-in-sources": {"a2": "920"}}, "raw": {"H": "15", "MN": "42", "TZ": "0", "COD": "42", "COU": "F", "DAY": "11", "LAT": "45N26", "LON": "4E23", "MON": "5", "NUM": "920", "PRO": "S", "SEC": "28", "YEA": "1871", "CITY": "ST-GERMAIN-LAVA"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Germain Laval"}}, "partial-ids": {"g55": "02-160"}, "ids-in-source": {"g55": "02-160"}}, "raw": {"DAY": "11-5-1871", "HOUR": "16 h.", "NAME": "CROZET Joannès-M", "PLACE": "Saint-Germain Laval (Loire)."}, "date": "2023-08-20T14:47:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3009	danhiez-pierre-1901-08-25	{"a2": "922", "g55": "02-162"}	{"g55": "02-162", "lerrcp": "A2-922"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Danhiez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1901-08-25 03:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Sars-Poterie", "geoid": 0}, "notime": null, "date-ut": "1901-08-25 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Danhiez"}, "birth": {"tzo": "+00:09:21", "date": "1901-08-25 03:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Sars-Poterie", "geoid": 0}, "date-ut": "1901-08-25 02:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-922"}, "ids-in-sources": {"a2": "922"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "59", "COU": "F", "DAY": "25", "LAT": "50N39", "LON": "3E 5", "MON": "8", "NUM": "922", "PRO": "S", "SEC": "40", "YEA": "1901", "CITY": "SARS-POTERIE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Sars-Poterie"}}, "partial-ids": {"g55": "02-162"}, "ids-in-source": {"g55": "02-162"}}, "raw": {"DAY": "25-8-1901", "HOUR": "3 h.", "NAME": "DANHIEZ Pierre", "PLACE": "Sars-Poterie (Nord)."}, "date": "2023-08-20T14:47:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3012	darbois-paul-1873-11-22	{"a2": "925", "g55": "02-163"}	{"g55": "02-163", "lerrcp": "A2-925"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Darbois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:06", "date": "1873-11-22 02:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.27527, "lat": 46.43451, "name": "Charolles", "geoid": 3026515}, "notime": null, "date-ut": "1873-11-22 01:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Darbois"}, "birth": {"tzo": "+00:17:06", "date": "1873-11-22 02:00", "place": {"c2": "71", "cy": "FR", "lg": 4.27527, "lat": 46.43451, "name": "Charolles", "geoid": 3026515}, "date-ut": "1873-11-22 01:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-925"}, "ids-in-sources": {"a2": "925"}}, "raw": {"H": "1", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "22", "LAT": "46N18", "LON": "4E50", "MON": "11", "NUM": "925", "PRO": "S", "SEC": "40", "YEA": "1873", "CITY": "CHAROLLES"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-163"}, "ids-in-source": {"g55": "02-163"}}, "raw": {"DAY": "22-11-1873", "HOUR": "2 h.", "NAME": "DARBOIS Paul", "PLACE": "Charolles (Saône-et-Loire)."}, "date": "2023-08-20T14:47:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3015	debon-albert-1881-07-23	{"a2": "928", "g55": "02-165"}	{"g55": "02-165", "lerrcp": "A2-928"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Debon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:52", "date": "1881-07-23 03:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1881-07-23 02:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Debon"}, "birth": {"tzo": "+00:22:52", "date": "1881-07-23 03:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1881-07-23 02:37:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-928"}, "ids-in-sources": {"a2": "928"}}, "raw": {"H": "2", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "23", "LAT": "45N11", "LON": "5E43", "MON": "7", "NUM": "928", "PRO": "S", "SEC": "8", "YEA": "1881", "CITY": "GRENOBLE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-165"}, "ids-in-source": {"g55": "02-165"}}, "raw": {"DAY": "23-7-1881", "HOUR": "3 h.", "NAME": "DEBON Albert", "PLACE": "Grenoble (Isère)."}, "date": "2023-08-20T14:47:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3019	dehorter-leon-1884-10-24	{"a2": "932", "g55": "02-166"}	{"g55": "02-166", "lerrcp": "A2-932"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Dehorter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:47", "date": "1884-10-24 21:26:27", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 2.19576, "lat": 50.94783, "name": "Bourbourg", "geoid": 3031085}, "notime": null, "date-ut": "1884-10-24 21:17:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Dehorter"}, "birth": {"tzo": "+00:08:47", "date": "1884-10-24 21:26:27", "place": {"c2": "59", "cy": "FR", "lg": 2.19576, "lat": 50.94783, "name": "Bourbourg", "geoid": 3031085}, "date-ut": "1884-10-24 21:17:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-932"}, "ids-in-sources": {"a2": "932"}}, "raw": {"H": "21", "MN": "17", "TZ": "0", "COD": "59", "COU": "F", "DAY": "24", "LAT": "50N39", "LON": "3E 5", "MON": "10", "NUM": "932", "PRO": "S", "SEC": "40", "YEA": "1884", "CITY": "BOURBOURG"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-166"}, "ids-in-source": {"g55": "02-166"}}, "raw": {"DAY": "24-10-1884", "HOUR": "21 h. 30", "NAME": "DEHORTER Léon Emm.", "PLACE": "Bourbourg (Nord)."}, "date": "2023-08-20T14:47:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3021	delageniere-yves-1896-02-12	{"a2": "934", "g55": "02-168"}	{"g55": "02-168", "lerrcp": "A2-934"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Delageniere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1896-02-12 15:30", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "notime": null, "date-ut": "1896-02-12 15:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Delageniere"}, "birth": {"tzo": "+00:09:21", "date": "1896-02-12 15:30", "place": {"c2": "72", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "date-ut": "1896-02-12 15:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-934"}, "ids-in-sources": {"a2": "934"}}, "raw": {"H": "15", "MN": "20", "TZ": "0", "COD": "72", "COU": "F", "DAY": "12", "LAT": "48N 1", "LON": "0E12", "MON": "2", "NUM": "934", "PRO": "S", "SEC": "40", "YEA": "1896", "CITY": "LE MANS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-168"}, "ids-in-source": {"g55": "02-168"}}, "raw": {"DAY": "12-2-1896", "HOUR": "15 h. 30", "NAME": "DELAGENIERE Yves", "PLACE": "Le Mans (Sarthe)."}, "date": "2023-08-20T14:47:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3023	delattre-raoul-1888-04-12	{"a2": "936", "g55": "02-170"}	{"g55": "02-170", "lerrcp": "A2-936"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raoul", "family": "Delattre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:13", "date": "1888-04-12 00:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.80363, "lat": 49.69012, "name": "Dom-le-Mesnil", "geoid": 3021181}, "notime": null, "date-ut": "1888-04-11 23:41:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Raoul", "family": "Delattre"}, "birth": {"tzo": "+00:19:13", "date": "1888-04-12 00:00", "place": {"c2": "08", "cy": "FR", "lg": 4.80363, "lat": 49.69012, "name": "Dom-le-Mesnil", "geoid": 3021181}, "date-ut": "1888-04-11 23:41:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-936"}, "ids-in-sources": {"a2": "936"}}, "raw": {"H": "23", "MN": "41", "TZ": "0", "COD": "08", "COU": "F", "DAY": "11", "LAT": "49N46", "LON": "4E44", "MON": "4", "NUM": "936", "PRO": "S", "SEC": "4", "YEA": "1888", "CITY": "DOM-LE-MESNIL"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-170"}, "ids-in-source": {"g55": "02-170"}}, "raw": {"DAY": "12-4-1888", "HOUR": "0 h.", "NAME": "DELATTRE Raoul", "PLACE": "Dom-le-Mesnil (Ardennes)."}, "date": "2023-08-20T14:47:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3028	demole-louis-1885-01-03	{"a2": "941", "g55": "02-174"}	{"g55": "02-174", "lerrcp": "A2-941"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Demole", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:20", "date": "1885-01-03 22:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 46.3, "name": "Saint-Julien-de-Sivry", "geoid": 0}, "notime": null, "date-ut": "1885-01-03 21:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Demole"}, "birth": {"tzo": "+00:19:20", "date": "1885-01-03 22:00", "place": {"c2": "71", "cy": "FR", "lg": 4.83333, "lat": 46.3, "name": "Saint-Julien-de-Ci", "geoid": 0}, "date-ut": "1885-01-03 21:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-941"}, "ids-in-sources": {"a2": "941"}}, "raw": {"H": "21", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "3", "LAT": "46N18", "LON": "4E50", "MON": "1", "NUM": "941", "PRO": "S", "SEC": "40", "YEA": "1885", "CITY": "ST-JULIEN-DE-CI"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Julien-de-Sivry"}}, "partial-ids": {"g55": "02-174"}, "ids-in-source": {"g55": "02-174"}}, "raw": {"DAY": "3-1-1885", "HOUR": "22 h.", "NAME": "DEMOLE Louis", "PLACE": "Saint-Julien-de-Sivry (Saône-et-Loire)."}, "date": "2023-08-20T14:47:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3030	deruas-pierre-1900-06-05	{"a2": "943", "g55": "02-176"}	{"g55": "02-176", "lerrcp": "A2-943"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Deruas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-06-05 08:30", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.82606, "lat": 49.41794, "name": "Compiègne", "geoid": 3024066}, "notime": null, "date-ut": "1900-06-05 08:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Deruas"}, "birth": {"tzo": "+00:09:21", "date": "1900-06-05 08:30", "place": {"c2": "60", "cy": "FR", "lg": 2.82606, "lat": 49.41794, "name": "Compiègne", "geoid": 3024066}, "date-ut": "1900-06-05 08:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-943"}, "ids-in-sources": {"a2": "943"}}, "raw": {"H": "8", "MN": "20", "TZ": "0", "COD": "60", "COU": "F", "DAY": "5", "LAT": "49N26", "LON": "2E 5", "MON": "6", "NUM": "943", "PRO": "S", "SEC": "40", "YEA": "1900", "CITY": "COMPIEGNE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-176"}, "ids-in-source": {"g55": "02-176"}}, "raw": {"DAY": "5-6-1900", "HOUR": "8 h. 30", "NAME": "DERUAS Pierre", "PLACE": "Compiegne (Oise)."}, "date": "2023-08-20T14:47:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3031	descomps-paul-1880-07-18	{"a2": "944", "g55": "02-177"}	{"g55": "02-177", "lerrcp": "A2-944"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Descomps", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:32", "date": "1880-07-18 14:00", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.63333, "lat": 44.2, "name": "Arguillon", "geoid": 0}, "notime": null, "date-ut": "1880-07-18 13:57:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Descomps"}, "birth": {"tzo": "+00:02:32", "date": "1880-07-18 14:00", "place": {"c2": "47", "cy": "FR", "lg": 0.63333, "lat": 44.2, "name": "Arguillon", "geoid": 0}, "date-ut": "1880-07-18 13:57:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-944"}, "ids-in-sources": {"a2": "944"}}, "raw": {"H": "13", "MN": "57", "TZ": "0", "COD": "47", "COU": "F", "DAY": "18", "LAT": "44N12", "LON": "0E38", "MON": "7", "NUM": "944", "PRO": "S", "SEC": "28", "YEA": "1880", "CITY": "ARGUILLON"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Arguillon"}}, "partial-ids": {"g55": "02-177"}, "ids-in-source": {"g55": "02-177"}}, "raw": {"DAY": "18-7-1880", "HOUR": "14 h.", "NAME": "DESCOMPS Paul", "PLACE": "Arguillon (Lot-et-Garonne)."}, "date": "2023-08-20T14:47:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3033	desmaroux-louis-1892-08-14	{"a2": "946", "g55": "02-179"}	{"g55": "02-179", "lerrcp": "A2-946"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Desmaroux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1892-08-14 09:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 2.47679, "lat": 46.37299, "name": "Huriel", "geoid": 3012962}, "notime": null, "date-ut": "1892-08-14 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Desmaroux"}, "birth": {"tzo": "+00:09:21", "date": "1892-08-14 09:00", "place": {"c2": "03", "cy": "FR", "lg": 2.47679, "lat": 46.37299, "name": "Huriel", "geoid": 3012962}, "date-ut": "1892-08-14 08:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-946"}, "ids-in-sources": {"a2": "946"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "03", "COU": "F", "DAY": "14", "LAT": "46N34", "LON": "3E20", "MON": "8", "NUM": "946", "PRO": "S", "SEC": "40", "YEA": "1892", "CITY": "HURIEL"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-179"}, "ids-in-source": {"g55": "02-179"}}, "raw": {"DAY": "14-8-1892", "HOUR": "9 h.", "NAME": "DESMAROUX Louis", "PLACE": "Huriel (Allier)."}, "date": "2023-08-20T14:47:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3035	dherissart-jean-1889-03-28	{"a2": "948", "g55": "02-181"}	{"g55": "02-181", "lerrcp": "A2-948"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Dherissart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:12", "date": "1889-03-28 16:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1889-03-28 15:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Dherissart"}, "birth": {"tzo": "+00:09:12", "date": "1889-03-28 16:00", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1889-03-28 15:50:48"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-948"}, "ids-in-sources": {"a2": "948"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "28", "LAT": "49N54", "LON": "2E18", "MON": "3", "NUM": "948", "PRO": "S", "SEC": "48", "YEA": "1889", "CITY": "AMIENS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-181"}, "ids-in-source": {"g55": "02-181"}}, "raw": {"DAY": "28-3-1889", "HOUR": "16 h.", "NAME": "DHERISSART Jean", "PLACE": "Amiens (Somme)."}, "date": "2023-08-20T14:47:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3036	digonnet-louis-1897-08-21	{"a2": "949", "g55": "02-182"}	{"g55": "02-182", "lerrcp": "A2-949"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Digonnet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1897-08-21 10:00", "note": null, "place": {"c1": null, "c2": "43", "c3": null, "cy": "FR", "lg": 3.86557, "lat": 45.0479, "name": "Espaly-Saint-Marcel", "geoid": 3019716}, "notime": null, "date-ut": "1897-08-21 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Digonnet"}, "birth": {"tzo": "+00:09:21", "date": "1897-08-21 10:00", "place": {"c2": "43", "cy": "FR", "lg": 3.86557, "lat": 45.0479, "name": "Espaly-Saint-Marcel", "geoid": 3019716}, "date-ut": "1897-08-21 09:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-949"}, "ids-in-sources": {"a2": "949"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "43", "COU": "F", "DAY": "21", "LAT": "45N 3", "LON": "3E53", "MON": "8", "NUM": "949", "PRO": "S", "SEC": "40", "YEA": "1897", "CITY": "ESPALY-ST-MARCEL"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-182"}, "ids-in-source": {"g55": "02-182"}}, "raw": {"DAY": "21-8-1897", "HOUR": "10 h.", "NAME": "DIGONNET Louis", "PLACE": "Espaly-Saint-Marcel (Haute-Loire)."}, "date": "2023-08-20T14:47:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3038	diocles-louis-1888-04-26	{"a2": "951", "g55": "02-184"}	{"g55": "02-184", "lerrcp": "A2-951"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Diocles", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:49", "date": "1888-04-26 02:00", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "notime": null, "date-ut": "1888-04-26 01:57:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Diocles"}, "birth": {"tzo": "+00:02:49", "date": "1888-04-26 02:00", "place": {"c2": "37", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "date-ut": "1888-04-26 01:57:12"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-951"}, "ids-in-sources": {"a2": "951"}}, "raw": {"H": "1", "MN": "57", "TZ": "0", "COD": "37", "COU": "F", "DAY": "26", "LAT": "47N24", "LON": "0E42", "MON": "4", "NUM": "951", "PRO": "S", "SEC": "12", "YEA": "1888", "CITY": "TOURS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-184"}, "ids-in-source": {"g55": "02-184"}}, "raw": {"DAY": "26-4-1888", "HOUR": "2 h.", "NAME": "DIOCLES Louis", "PLACE": "Tours (Indre-et-Loire)."}, "date": "2023-08-20T14:47:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3040	divet-henri-1906-09-19	{"a2": "953", "g55": "02-186"}	{"g55": "02-186", "lerrcp": "A2-953"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Divet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1906-09-19 08:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.19961, "lat": 48.35157, "name": "Fougères", "geoid": 3017609}, "notime": null, "date-ut": "1906-09-19 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Divet"}, "birth": {"tzo": "+00:09:21", "date": "1906-09-19 08:00", "place": {"c2": "35", "cy": "FR", "lg": -1.19961, "lat": 48.35157, "name": "Fougères", "geoid": 3017609}, "date-ut": "1906-09-19 07:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-953"}, "ids-in-sources": {"a2": "953"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "35", "COU": "F", "DAY": "19", "LAT": "48N 7", "LON": "1W40", "MON": "9", "NUM": "953", "PRO": "S", "SEC": "40", "YEA": "1906", "CITY": "FOUGERES"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-186"}, "ids-in-source": {"g55": "02-186"}}, "raw": {"DAY": "19-9-1906", "HOUR": "8 h.", "NAME": "DIVET Henri", "PLACE": "Fougères (Ille-et-Vilaine)."}, "date": "2023-08-20T14:47:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3041	dollinger-ferdinand-1862-10-05	{"a2": "954", "g55": "02-187"}	{"g55": "02-187", "lerrcp": "A2-954"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Dollinger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:28", "date": "1862-10-05 04:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Wasselonne", "geoid": 0}, "notime": null, "date-ut": "1862-10-05 03:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Dollinger"}, "birth": {"tzo": "+00:21:28", "date": "1862-10-05 04:00", "place": {"c2": "13", "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Wasselonne", "geoid": 0}, "date-ut": "1862-10-05 03:38:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-954"}, "ids-in-sources": {"a2": "954"}}, "raw": {"H": "3", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "5", "LAT": "43N18", "LON": "5E22", "MON": "10", "NUM": "954", "PRO": "S", "SEC": "32", "YEA": "1862", "CITY": "WASSELONNE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Wasselonne"}}, "partial-ids": {"g55": "02-187"}, "ids-in-source": {"g55": "02-187"}}, "raw": {"DAY": "5-10-1862", "HOUR": "4 h.", "NAME": "DOLLINGER Ferdinand", "PLACE": "Wasselonne (Bas-Rhin)."}, "date": "2023-08-20T14:47:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3042	dorbes-maurice-1899-09-22	{"a2": "955", "g55": "02-188"}	{"g55": "02-188", "lerrcp": "A2-955"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Dorbes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-09-22 16:00", "note": null, "place": {"c1": null, "c2": "40", "c3": null, "cy": "FR", "lg": -0.5, "lat": 43.9, "name": "Parlebosq", "geoid": 0}, "notime": null, "date-ut": "1899-09-22 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Dorbes"}, "birth": {"tzo": "+00:09:21", "date": "1899-09-22 16:00", "place": {"c2": "40", "cy": "FR", "lg": -0.5, "lat": 43.9, "name": "Parlebosq", "geoid": 0}, "date-ut": "1899-09-22 15:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-955"}, "ids-in-sources": {"a2": "955"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "40", "COU": "F", "DAY": "22", "LAT": "43N54", "LON": "0W30", "MON": "9", "NUM": "955", "PRO": "S", "SEC": "40", "YEA": "1899", "CITY": "PARLEBOSQ"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Parlebosq"}}, "partial-ids": {"g55": "02-188"}, "ids-in-source": {"g55": "02-188"}}, "raw": {"DAY": "22-9-1899", "HOUR": "16 h.", "NAME": "DORBES Maurice", "PLACE": "Parlebosq (Landes)."}, "date": "2023-08-20T14:47:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3044	resch-pierre-1890-07-02	{"a2": "957", "g55": "02-190"}	{"g55": "02-190", "lerrcp": "A2-957"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Resch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:28", "date": "1890-07-02 23:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Pont-Faverger", "geoid": 0}, "notime": null, "date-ut": "1890-07-02 22:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Resch"}, "birth": {"tzo": "+00:17:28", "date": "1890-07-02 23:00", "place": {"c2": "51", "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Pont-Faverger", "geoid": 0}, "date-ut": "1890-07-02 22:42:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-957"}, "ids-in-sources": {"a2": "957"}}, "raw": {"H": "22", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "2", "LAT": "48N57", "LON": "4E22", "MON": "7", "NUM": "957", "PRO": "S", "SEC": "32", "YEA": "1890", "CITY": "PONT-FAVERGER"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Pont-Faverger"}}, "partial-ids": {"g55": "02-190"}, "ids-in-source": {"g55": "02-190"}}, "raw": {"DAY": "2-7-1890", "HOUR": "23 h.", "NAME": "DRESCH Pierre", "PLACE": "Pont-Faverger (Marne)."}, "date": "2023-08-20T14:47:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3047	ducamp-louis-1869-12-28	{"a2": "960", "g55": "02-191"}	{"g55": "02-191", "lerrcp": "A2-960"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Ducamp", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1869-12-28 08:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Eones", "geoid": 0}, "notime": null, "date-ut": "1869-12-28 07:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Ducamp"}, "birth": {"tzo": "+00:12:20", "date": "1869-12-28 08:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Eones", "geoid": 0}, "date-ut": "1869-12-28 07:47:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-960"}, "ids-in-sources": {"a2": "960"}}, "raw": {"H": "7", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "28", "LAT": "50N39", "LON": "3E 5", "MON": "12", "NUM": "960", "PRO": "S", "SEC": "40", "YEA": "1869", "CITY": "EONES"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Eones"}}, "partial-ids": {"g55": "02-191"}, "ids-in-source": {"g55": "02-191"}}, "raw": {"DAY": "28-12-1869", "HOUR": "8 h.", "NAME": "DUCAMP Louis", "PLACE": "Eones (Nord)."}, "date": "2023-08-20T14:47:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3050	dulac-jean-1899-06-08	{"a2": "963", "g55": "02-193"}	{"g55": "02-193", "lerrcp": "A2-963"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Dulac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-06-08 09:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1899-06-08 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Dulac"}, "birth": {"tzo": "+00:09:21", "date": "1899-06-08 09:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1899-06-08 08:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-963"}, "ids-in-sources": {"a2": "963"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "31", "COU": "F", "DAY": "8", "LAT": "43N37", "LON": "1E26", "MON": "6", "NUM": "963", "PRO": "S", "SEC": "40", "YEA": "1899", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-193"}, "ids-in-source": {"g55": "02-193"}}, "raw": {"DAY": "8-6-1899", "HOUR": "9 h.", "NAME": "DULAC Jean", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:47:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3051	dumas-antoine-1882-02-11	{"a2": "964", "g55": "02-194"}	{"g55": "02-194", "lerrcp": "A2-964"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Dumas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:34", "date": "1882-02-11 01:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1882-02-11 00:42:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Dumas"}, "birth": {"tzo": "+00:17:34", "date": "1882-02-11 01:00", "place": {"c2": "42", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1882-02-11 00:42:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-964"}, "ids-in-sources": {"a2": "964"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "42", "COU": "F", "DAY": "11", "LAT": "45N26", "LON": "4E23", "MON": "2", "NUM": "964", "PRO": "S", "SEC": "28", "YEA": "1882", "CITY": "ST-ETIENNE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-194"}, "ids-in-source": {"g55": "02-194"}}, "raw": {"DAY": "24-2-1882", "HOUR": "1 h.", "NAME": "DUMAS Antoine", "PLACE": "Saint-Etienne (Loire)."}, "date": "2023-08-20T14:47:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3052	dumas-dominique-1880-03-07	{"a2": "965", "g55": "02-195"}	{"g55": "02-195", "lerrcp": "A2-965"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dominique", "family": "Dumas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:41", "date": "1880-03-07 14:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.17245, "lat": 45.75344, "name": "Pont-de-Chéruy", "geoid": 2986257}, "notime": null, "date-ut": "1880-03-07 13:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Dominique", "family": "Dumas"}, "birth": {"tzo": "+00:20:41", "date": "1880-03-07 14:00", "place": {"c2": "38", "cy": "FR", "lg": 5.17245, "lat": 45.75344, "name": "Pont-de-Chéruy", "geoid": 2986257}, "date-ut": "1880-03-07 13:37:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-965"}, "ids-in-sources": {"a2": "965"}}, "raw": {"H": "13", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "7", "LAT": "45N11", "LON": "5E43", "MON": "3", "NUM": "965", "PRO": "S", "SEC": "8", "YEA": "1880", "CITY": "PONT-DE-CHERUY"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-195"}, "ids-in-source": {"g55": "02-195"}}, "raw": {"DAY": "7-3-1880", "HOUR": "14 h.", "NAME": "DUMAS Dominique", "PLACE": "Pont-de-Chéruy (Isère)."}, "date": "2023-08-20T14:47:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3054	duplay-marcel-1888-02-04	{"a2": "967", "g55": "02-197"}	{"g55": "02-197", "lerrcp": "A2-967"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Duplay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:04", "date": "1888-02-04 15:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1888-02-04 14:30:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Duplay"}, "birth": {"tzo": "+00:29:04", "date": "1888-02-04 15:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1888-02-04 14:30:56"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-967"}, "ids-in-sources": {"a2": "967"}}, "raw": {"H": "14", "MN": "30", "TZ": "0", "COD": "06", "COU": "F", "DAY": "4", "LAT": "43N42", "LON": "7E16", "MON": "2", "NUM": "967", "PRO": "S", "SEC": "56", "YEA": "1888", "CITY": "NICE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-197"}, "ids-in-source": {"g55": "02-197"}}, "raw": {"DAY": "4-2-1888", "HOUR": "15 h.", "NAME": "DUPLAY Marcel", "PLACE": "Nice (Alpes-Maritimes)."}, "date": "2023-08-20T14:47:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3056	durupt-auguste-1890-04-25	{"a2": "969", "g55": "02-199"}	{"g55": "02-199", "lerrcp": "A2-969"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Durupt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:22", "date": "1890-04-25 14:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.33968, "lat": 45.44347, "name": "Saint-Genest-Lerpt", "geoid": 2980012}, "notime": null, "date-ut": "1890-04-25 13:42:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Durupt"}, "birth": {"tzo": "+00:17:22", "date": "1890-04-25 14:00", "place": {"c2": "42", "cy": "FR", "lg": 4.33968, "lat": 45.44347, "name": "Saint-Genest-Lerpt", "geoid": 2980012}, "date-ut": "1890-04-25 13:42:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-969"}, "ids-in-sources": {"a2": "969"}}, "raw": {"H": "13", "MN": "42", "TZ": "0", "COD": "42", "COU": "F", "DAY": "25", "LAT": "45N26", "LON": "4E23", "MON": "4", "NUM": "969", "PRO": "S", "SEC": "28", "YEA": "1890", "CITY": "ST-GENEST-LERPT"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-199"}, "ids-in-source": {"g55": "02-199"}}, "raw": {"DAY": "25-4-1890", "HOUR": "14 h.", "NAME": "DURUPT Auguste", "PLACE": "Saint-Genest-Lerpt (Loire)."}, "date": "2023-08-20T14:47:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3058	eber-edgar-1900-06-03	{"a2": "971", "g55": "02-201"}	{"g55": "02-201", "lerrcp": "A2-971"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edgar", "family": "Eber", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "Strasbourg", "geoid": 0}, "notime": null, "date-ut": "1900-06-03 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edgar", "family": "Eber"}, "birth": {"place": {"c2": "68", "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "Strasbourg", "geoid": 0}, "date-ut": "1900-06-03 00:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-971"}, "ids-in-sources": {"a2": "971"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "68", "COU": "F", "DAY": "3", "LAT": "48N 5", "LON": "7E21", "MON": "6", "NUM": "971", "PRO": "S", "SEC": "0", "YEA": "1900", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Strasbourg"}}, "partial-ids": {"g55": "02-201"}, "ids-in-source": {"g55": "02-201"}}, "raw": {"DAY": "3-6-1900", "HOUR": "1 h.", "NAME": "EBER Edgar", "PLACE": "Strasbourg (Bas-Rhin)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3060	ehringer-charles-1881-04-13	{"a2": "973", "g55": "02-203"}	{"g55": "02-203", "lerrcp": "A2-973"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Ehringer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:59", "date": "1881-04-13 06:00", "note": null, "place": {"c1": null, "c2": "70", "c3": null, "cy": "FR", "lg": 6.49658, "lat": 47.68294, "name": "Lure", "geoid": 2997076}, "notime": null, "date-ut": "1881-04-13 05:35:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Ehringer"}, "birth": {"tzo": "+00:25:59", "date": "1881-04-13 06:00", "place": {"c2": "70", "cy": "FR", "lg": 6.49658, "lat": 47.68294, "name": "Lure", "geoid": 2997076}, "date-ut": "1881-04-13 05:35:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-973"}, "ids-in-sources": {"a2": "973"}}, "raw": {"H": "5", "MN": "35", "TZ": "0", "COD": "70", "COU": "F", "DAY": "13", "LAT": "47N37", "LON": "6E 9", "MON": "4", "NUM": "973", "PRO": "S", "SEC": "24", "YEA": "1881", "CITY": "LURE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-203"}, "ids-in-source": {"g55": "02-203"}}, "raw": {"DAY": "13-4-1881", "HOUR": "6 h.", "NAME": "EHRINGER Charles", "PLACE": "Lure (Haute-Saône)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3062	emperaire-roger-1904-03-09	{"a2": "975", "g55": "02-204"}	{"g55": "02-204", "lerrcp": "A2-975"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Emperaire", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1904-03-09 01:00", "note": null, "place": {"c1": null, "c2": "04", "c3": null, "cy": "FR", "lg": 6.65179, "lat": 44.38691, "name": "Barcelonnette", "geoid": 3034991}, "notime": null, "date-ut": "1904-03-09 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Emperaire"}, "birth": {"tzo": "+00:09:21", "date": "1904-03-09 01:00", "place": {"c2": "04", "cy": "FR", "lg": 6.65179, "lat": 44.38691, "name": "Barcelonnette", "geoid": 3034991}, "date-ut": "1904-03-09 00:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-975"}, "ids-in-sources": {"a2": "975"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "04", "COU": "F", "DAY": "9", "LAT": "44N 6", "LON": "6E15", "MON": "3", "NUM": "975", "PRO": "S", "SEC": "40", "YEA": "1904", "CITY": "BARCELONNETTE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-204"}, "ids-in-source": {"g55": "02-204"}}, "raw": {"DAY": "9-3-1904", "HOUR": "1 h.", "NAME": "EMPERAIRE Roger", "PLACE": "Barcelonnette (Basses-Alpes)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3064	estradere-jean-1900-02-19	{"a2": "977", "g55": "02-206"}	{"g55": "02-206", "lerrcp": "A2-977"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Estradere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-02-19 09:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.58915, "lat": 44.80849, "name": "Talence", "geoid": 2973495}, "notime": null, "date-ut": "1900-02-19 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Estradere"}, "birth": {"tzo": "+00:09:21", "date": "1900-02-19 09:00", "place": {"c2": "33", "cy": "FR", "lg": -0.58915, "lat": 44.80849, "name": "Talence", "geoid": 2973495}, "date-ut": "1900-02-19 08:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-977"}, "ids-in-sources": {"a2": "977"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "33", "COU": "F", "DAY": "19", "LAT": "44N50", "LON": "0W34", "MON": "2", "NUM": "977", "PRO": "S", "SEC": "40", "YEA": "1900", "CITY": "TALENCE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-206"}, "ids-in-source": {"g55": "02-206"}}, "raw": {"DAY": "19-2-1900", "HOUR": "9 h.", "NAME": "ESTRADERE Jean Etien.", "PLACE": "Talence (Gironde)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3067	fabre-jean-1894-07-26	{"a2": "980", "g55": "02-208"}	{"g55": "02-208", "lerrcp": "A2-980"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Fabre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1894-07-26 23:30", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.09388, "lat": 44.53051, "name": "Sainte-Bazeille", "geoid": 2980742}, "notime": null, "date-ut": "1894-07-26 23:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Fabre"}, "birth": {"tzo": "+00:09:21", "date": "1894-07-26 23:30", "place": {"c2": "47", "cy": "FR", "lg": 0.09388, "lat": 44.53051, "name": "Sainte-Bazeille", "geoid": 2980742}, "date-ut": "1894-07-26 23:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-980"}, "ids-in-sources": {"a2": "980"}}, "raw": {"H": "23", "MN": "20", "TZ": "0", "COD": "47", "COU": "F", "DAY": "26", "LAT": "44N12", "LON": "0E38", "MON": "7", "NUM": "980", "PRO": "S", "SEC": "40", "YEA": "1894", "CITY": "STE BAZEILLE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-208"}, "ids-in-source": {"g55": "02-208"}}, "raw": {"DAY": "26-7-1894", "HOUR": "23 h. 30", "NAME": "FABRE Jean-Roger", "PLACE": "Sainte-Bazeille (Lot-et-Gar.)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3069	fayolle-henri-1880-03-06	{"a2": "982", "g55": "02-210"}	{"g55": "02-210", "lerrcp": "A2-982"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Fayolle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:21", "date": "1880-03-06 09:00", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 1.33783, "lat": 48.07086, "name": "Châteaudun", "geoid": 3026285}, "notime": null, "date-ut": "1880-03-06 08:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Fayolle"}, "birth": {"tzo": "+00:05:21", "date": "1880-03-06 09:00", "place": {"c2": "28", "cy": "FR", "lg": 1.33783, "lat": 48.07086, "name": "Châteaudun", "geoid": 3026285}, "date-ut": "1880-03-06 08:54"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-982"}, "ids-in-sources": {"a2": "982"}}, "raw": {"H": "8", "MN": "54", "TZ": "0", "COD": "28", "COU": "F", "DAY": "6", "LAT": "48N27", "LON": "1E30", "MON": "3", "NUM": "982", "PRO": "S", "SEC": "0", "YEA": "1880", "CITY": "CHATEAUDUN"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-210"}, "ids-in-source": {"g55": "02-210"}}, "raw": {"DAY": "6-3-1880", "HOUR": "9 h.", "NAME": "FAYOLLE Henri Jos.", "PLACE": "Chateaudun (Eure-et-Loir)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3073	filachet-rene-1898-03-27	{"a2": "986", "g55": "02-213"}	{"g55": "02-213", "lerrcp": "A2-986"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Filachet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1898-03-27 12:30", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Farguiers", "geoid": 0}, "notime": null, "date-ut": "1898-03-27 12:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Filachet"}, "birth": {"tzo": "+00:09:21", "date": "1898-03-27 12:30", "place": {"c2": "02", "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Farguiers", "geoid": 0}, "date-ut": "1898-03-27 12:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-986"}, "ids-in-sources": {"a2": "986"}}, "raw": {"H": "12", "MN": "20", "TZ": "0", "COD": "02", "COU": "F", "DAY": "27", "LAT": "49N34", "LON": "3E37", "MON": "3", "NUM": "986", "PRO": "S", "SEC": "40", "YEA": "1898", "CITY": "FARGUIERS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Farguiers"}}, "partial-ids": {"g55": "02-213"}, "ids-in-source": {"g55": "02-213"}}, "raw": {"DAY": "27-3-1898", "HOUR": "12 h. 30", "NAME": "FILACHET René", "PLACE": "Farguiers (Aisne)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3076	fontanilles-eugene-1877-11-05	{"a2": "989", "g55": "02-216"}	{"g55": "02-216", "lerrcp": "A2-989"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Fontanilles", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:34", "date": "1877-11-05 08:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1877-11-05 07:42:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Fontanilles"}, "birth": {"tzo": "+00:17:34", "date": "1877-11-05 08:00", "place": {"c2": "42", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1877-11-05 07:42:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-989"}, "ids-in-sources": {"a2": "989"}}, "raw": {"H": "7", "MN": "42", "TZ": "0", "COD": "42", "COU": "F", "DAY": "5", "LAT": "45N26", "LON": "4E23", "MON": "11", "NUM": "989", "PRO": "S", "SEC": "28", "YEA": "1877", "CITY": "ST-ETIENNE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-216"}, "ids-in-source": {"g55": "02-216"}}, "raw": {"DAY": "5-11-1877", "HOUR": "8 h.", "NAME": "FONTANILLES Eugène", "PLACE": "Saint-Etienne (Loire)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3079	foucault-paul-1893-07-21	{"a2": "992", "g55": "02-218"}	{"g55": "02-218", "lerrcp": "A2-992"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Foucault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1893-07-21 04:30", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.70177, "lat": 48.40908, "name": "Fontainebleau", "geoid": 3018074}, "notime": null, "date-ut": "1893-07-21 04:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Foucault"}, "birth": {"tzo": "+00:09:21", "date": "1893-07-21 04:30", "place": {"c2": "77", "cy": "FR", "lg": 2.70177, "lat": 48.40908, "name": "Fontainebleau", "geoid": 3018074}, "date-ut": "1893-07-21 04:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-992"}, "ids-in-sources": {"a2": "992"}}, "raw": {"H": "4", "MN": "20", "TZ": "0", "COD": "77", "COU": "F", "DAY": "21", "LAT": "48N33", "LON": "2E40", "MON": "7", "NUM": "992", "PRO": "S", "SEC": "40", "YEA": "1893", "CITY": "FONTAINEBLEAU"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-218"}, "ids-in-source": {"g55": "02-218"}}, "raw": {"DAY": "21-7-1893", "HOUR": "4 h. 30", "NAME": "FOUCAULT Paul", "PLACE": "Fontainebleau (Seine-et-Marne)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3081	fourcade-maurice-1885-02-05	{"a2": "994", "g55": "02-220"}	{"g55": "02-220", "lerrcp": "A2-994"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Fourcade", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:35", "date": "1885-02-05 01:00", "note": null, "place": {"c1": null, "c2": "09", "c3": null, "cy": "FR", "lg": 1.14587, "lat": 42.98491, "name": "Saint-Girons", "geoid": 2979657}, "notime": null, "date-ut": "1885-02-05 00:53:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Fourcade"}, "birth": {"tzo": "+00:04:35", "date": "1885-02-05 01:00", "place": {"c2": "09", "cy": "FR", "lg": 1.14587, "lat": 42.98491, "name": "Saint-Girons", "geoid": 2979657}, "date-ut": "1885-02-05 00:53:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-994"}, "ids-in-sources": {"a2": "994"}}, "raw": {"H": "0", "MN": "53", "TZ": "0", "COD": "09", "COU": "F", "DAY": "5", "LAT": "42N58", "LON": "1E35", "MON": "2", "NUM": "994", "PRO": "S", "SEC": "40", "YEA": "1885", "CITY": "ST-GIRONS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-220"}, "ids-in-source": {"g55": "02-220"}}, "raw": {"DAY": "5-2-1885", "HOUR": "1 h.", "NAME": "FOURCADE Maurice", "PLACE": "Saint-Girons (Ariège)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3083	freysz-maurice-1869-01-08	{"a2": "996", "g55": "02-222"}	{"g55": "02-222", "lerrcp": "A2-996"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Freysz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1869-01-08 04:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1869-01-08 03:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Freysz"}, "birth": {"tzo": "+00:30:59", "date": "1869-01-08 04:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1869-01-08 03:29"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-996"}, "ids-in-sources": {"a2": "996"}}, "raw": {"H": "3", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "8", "LAT": "48N35", "LON": "7E45", "MON": "1", "NUM": "996", "PRO": "S", "SEC": "0", "YEA": "1869", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-222"}, "ids-in-source": {"g55": "02-222"}}, "raw": {"DAY": "8-1-1869", "HOUR": "4 h.", "NAME": "FREYSZ Maurice", "PLACE": "Strasbourg (Bas-Rhin)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3085	galimard-joseph-1878-05-24	{"a2": "998", "g55": "02-224"}	{"g55": "02-224", "lerrcp": "A2-998"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Galimard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:04", "date": "1878-05-24 12:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1878-05-24 11:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Galimard"}, "birth": {"tzo": "+00:20:04", "date": "1878-05-24 12:00", "place": {"c2": "21", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1878-05-24 11:39:52"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-998"}, "ids-in-sources": {"a2": "998"}}, "raw": {"H": "11", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "24", "LAT": "47N19", "LON": "5E 2", "MON": "5", "NUM": "998", "PRO": "S", "SEC": "52", "YEA": "1878", "CITY": "DIJON"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-224"}, "ids-in-source": {"g55": "02-224"}}, "raw": {"DAY": "24-5-1878", "HOUR": "12 h.", "NAME": "GALIMARD Joseph", "PLACE": "Dijon (Côte-d’Or)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3086	gallais-pierre-1900-06-25	{"a2": "999", "g55": "02-225"}	{"g55": "02-225", "lerrcp": "A2-999"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Gallais", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-06-25 15:00", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": -0.06392, "lat": 45.77553, "name": "Rouillac", "geoid": 2982563}, "notime": null, "date-ut": "1900-06-25 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Gallais"}, "birth": {"tzo": "+00:09:21", "date": "1900-06-25 15:00", "place": {"c2": "16", "cy": "FR", "lg": -0.06392, "lat": 45.77553, "name": "Rouillac", "geoid": 2982563}, "date-ut": "1900-06-25 14:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-999"}, "ids-in-sources": {"a2": "999"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "16", "COU": "F", "DAY": "25", "LAT": "45N39", "LON": "0E10", "MON": "6", "NUM": "999", "PRO": "S", "SEC": "40", "YEA": "1900", "CITY": "ROUILLAC"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-225"}, "ids-in-source": {"g55": "02-225"}}, "raw": {"DAY": "25-6-1900", "HOUR": "15 h.", "NAME": "GALLAIS Pierre", "PLACE": "Rouillac (Charente)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3088	gand-charles-1861-11-04	{"a2": "1001", "g55": "02-226"}	{"g55": "02-226", "lerrcp": "A2-1001"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Gand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:54", "date": "1861-11-04 11:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.47586, "lat": 49.95273, "name": "Seboncourt", "geoid": 2975383}, "notime": null, "date-ut": "1861-11-04 10:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Gand"}, "birth": {"tzo": "+00:13:54", "date": "1861-11-04 11:00", "place": {"c2": "02", "cy": "FR", "lg": 3.47586, "lat": 49.95273, "name": "Seboncourt", "geoid": 2975383}, "date-ut": "1861-11-04 10:45:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1001"}, "ids-in-sources": {"a2": "1001"}}, "raw": {"H": "10", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "4", "LAT": "49N34", "LON": "3E37", "MON": "11", "NUM": "1001", "PRO": "S", "SEC": "32", "YEA": "1861", "CITY": "SEBONCOURT"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-226"}, "ids-in-source": {"g55": "02-226"}}, "raw": {"DAY": "4-11-1861", "HOUR": "11 h.", "NAME": "GAND Charles", "PLACE": "Seboncourt (Aisne)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3090	gaucherand-jules-1888-08-03	{"a2": "1003", "g55": "02-228"}	{"g55": "02-228", "lerrcp": "A2-1003"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Gaucherand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:38", "date": "1888-08-03 15:00", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "notime": null, "date-ut": "1888-08-03 14:40:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Gaucherand"}, "birth": {"tzo": "+00:19:38", "date": "1888-08-03 15:00", "place": {"c2": "26", "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "date-ut": "1888-08-03 14:40:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1003"}, "ids-in-sources": {"a2": "1003"}}, "raw": {"H": "14", "MN": "40", "TZ": "0", "COD": "26", "COU": "F", "DAY": "3", "LAT": "44N56", "LON": "4E54", "MON": "8", "NUM": "1003", "PRO": "S", "SEC": "24", "YEA": "1888", "CITY": "VALENCE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-228"}, "ids-in-source": {"g55": "02-228"}}, "raw": {"DAY": "3-8-1888", "HOUR": "15 h.", "NAME": "GAUCHERAND Jules", "PLACE": "Valence (Drôme)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3092	gaultier-rene-1875-10-24	{"a2": "1005", "g55": "02-229"}	{"g55": "02-229", "lerrcp": "A2-1005"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Gaultier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:37", "date": "1875-10-24 01:30", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1875-10-24 01:22:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Gaultier"}, "birth": {"tzo": "+00:07:37", "date": "1875-10-24 01:30", "place": {"c2": "45", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1875-10-24 01:22:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1005"}, "ids-in-sources": {"a2": "1005"}}, "raw": {"H": "1", "MN": "22", "TZ": "0", "COD": "45", "COU": "F", "DAY": "24", "LAT": "47N54", "LON": "1E54", "MON": "10", "NUM": "1005", "PRO": "S", "SEC": "24", "YEA": "1875", "CITY": "ORLEANS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-229"}, "ids-in-source": {"g55": "02-229"}}, "raw": {"DAY": "24-10-1875", "HOUR": "14 h. 30", "NAME": "GAULTIER René", "PLACE": "Orléans (Loiret)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3093	gautier-jean-1893-02-07	{"a2": "1006", "g55": "02-230"}	{"g55": "02-230", "lerrcp": "A2-1006"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Gautier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1893-02-07 15:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.53333, "lat": 47.46667, "name": "Chenille", "geoid": 0}, "notime": null, "date-ut": "1893-02-07 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Gautier"}, "birth": {"tzo": "+00:09:21", "date": "1893-02-07 15:00", "place": {"c2": "49", "cy": "FR", "lg": -0.53333, "lat": 47.46667, "name": "Chenille", "geoid": 0}, "date-ut": "1893-02-07 14:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1006"}, "ids-in-sources": {"a2": "1006"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "49", "COU": "F", "DAY": "7", "LAT": "47N28", "LON": "0W32", "MON": "2", "NUM": "1006", "PRO": "S", "SEC": "40", "YEA": "1893", "CITY": "CHENILLE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Chenille"}}, "partial-ids": {"g55": "02-230"}, "ids-in-source": {"g55": "02-230"}}, "raw": {"DAY": "7-2-1893", "HOUR": "15 h.", "NAME": "GAUTIER Jean", "PLACE": "Chenille (Maine-et-Loire)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3096	gernez-louis-1904-06-07	{"a2": "1010", "g55": "02-234"}	{"g55": "02-234", "lerrcp": "A2-1010"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Gernez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1904-06-07 16:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1904-06-07 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Gernez"}, "birth": {"tzo": "+00:09:21", "date": "1904-06-07 16:00", "place": {"c2": "59", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1904-06-07 15:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1010"}, "ids-in-sources": {"a2": "1010"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "59", "COU": "F", "DAY": "7", "LAT": "50N39", "LON": "3E 5", "MON": "6", "NUM": "1010", "PRO": "S", "SEC": "40", "YEA": "1904", "CITY": "ROUBAIX"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-234"}, "ids-in-source": {"g55": "02-234"}}, "raw": {"DAY": "7-6-1904", "HOUR": "16 h.", "NAME": "GERNEZ Louis", "PLACE": "Roubaix (Nord)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3098	ginesty-albert-1890-10-05	{"a2": "1012", "g55": "02-236"}	{"g55": "02-236", "lerrcp": "A2-1012"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Ginesty", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:01", "date": "1890-10-05 09:00", "note": null, "place": {"c1": null, "c2": "15", "c3": null, "cy": "FR", "lg": 3.00406, "lat": 44.85455, "name": "Chaudes-Aigues", "geoid": 3025983}, "notime": null, "date-ut": "1890-10-05 08:50:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Ginesty"}, "birth": {"tzo": "+00:12:01", "date": "1890-10-05 09:00", "place": {"c2": "15", "cy": "FR", "lg": 3.00406, "lat": 44.85455, "name": "Chaudes-Aigues", "geoid": 3025983}, "date-ut": "1890-10-05 08:50:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1012"}, "ids-in-sources": {"a2": "1012"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "15", "COU": "F", "DAY": "5", "LAT": "44N56", "LON": "2E26", "MON": "10", "NUM": "1012", "PRO": "S", "SEC": "16", "YEA": "1890", "CITY": "CHAUDES-AIGUES"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-236"}, "ids-in-source": {"g55": "02-236"}}, "raw": {"DAY": "5-10-1890", "HOUR": "9 h.", "NAME": "GINESTY Albert", "PLACE": "Chaudes-Aigues (Cantal)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3099	ginsburg-benjamin-1897-02-05	{"a2": "1013", "g55": "02-237"}	{"g55": "02-237", "lerrcp": "A2-1013"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benjamin", "family": "Ginsburg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1897-02-05 12:00", "note": null, "place": {"c1": null, "c2": "04", "c3": null, "cy": "FR", "lg": 5.98392, "lat": 43.83766, "name": "Valensole", "geoid": 2971033}, "notime": null, "date-ut": "1897-02-05 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Benjamin", "family": "Ginsburg"}, "birth": {"tzo": "+00:09:21", "date": "1897-02-05 12:00", "place": {"c2": "04", "cy": "FR", "lg": 5.98392, "lat": 43.83766, "name": "Valensole", "geoid": 2971033}, "date-ut": "1897-02-05 11:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1013"}, "ids-in-sources": {"a2": "1013"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "04", "COU": "F", "DAY": "5", "LAT": "44N 6", "LON": "6E15", "MON": "2", "NUM": "1013", "PRO": "S", "SEC": "40", "YEA": "1897", "CITY": "VALENSOLE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-237"}, "ids-in-source": {"g55": "02-237"}}, "raw": {"DAY": "5-2-1897", "HOUR": "12 h.", "NAME": "GINSBURG Benjamin", "PLACE": "Valensole (Basses-Alpes)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3101	giroux-rene-1888-08-22	{"a2": "1015", "g55": "02-240"}	{"g55": "02-240", "lerrcp": "A2-1015"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Giroux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:44", "date": "1888-08-22 10:00", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.18333, "lat": 49.01667, "name": "Verneuil", "geoid": 0}, "notime": null, "date-ut": "1888-08-22 09:55:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Giroux"}, "birth": {"tzo": "+00:04:44", "date": "1888-08-22 10:00", "place": {"c2": "27", "cy": "FR", "lg": 1.18333, "lat": 49.01667, "name": "Verneuil", "geoid": 0}, "date-ut": "1888-08-22 09:55:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1015"}, "ids-in-sources": {"a2": "1015"}}, "raw": {"H": "9", "MN": "55", "TZ": "0", "COD": "27", "COU": "F", "DAY": "22", "LAT": "49N 1", "LON": "1E11", "MON": "8", "NUM": "1015", "PRO": "S", "SEC": "16", "YEA": "1888", "CITY": "VERNEUIL"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Verneuil"}}, "partial-ids": {"g55": "02-240"}, "ids-in-source": {"g55": "02-240"}}, "raw": {"DAY": "22-8-1888", "HOUR": "10 h.", "NAME": "GIROUX René", "PLACE": "Verneuil (Eure)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3104	gonnet-charles-1875-07-05	{"a2": "1018", "g55": "02-242"}	{"g55": "02-242", "lerrcp": "A2-1018"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Gonnet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:20", "date": "1875-07-05 01:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Saint-Georges-de-Reviens", "geoid": 0}, "notime": null, "date-ut": "1875-07-05 00:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Gonnet"}, "birth": {"tzo": "+00:19:20", "date": "1875-07-05 01:00", "place": {"c2": "69", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Saint-Georges-de-R", "geoid": 0}, "date-ut": "1875-07-05 00:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1018"}, "ids-in-sources": {"a2": "1018"}}, "raw": {"H": "0", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "5", "LAT": "45N46", "LON": "4E50", "MON": "7", "NUM": "1018", "PRO": "S", "SEC": "40", "YEA": "1875", "CITY": "ST-GEORGES-DE-R"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Georges-de-Reviens"}}, "partial-ids": {"g55": "02-242"}, "ids-in-source": {"g55": "02-242"}}, "raw": {"DAY": "5-7-1875", "HOUR": "1 h.", "NAME": "GONNET Charles", "PLACE": "Saint-Georges-de-Reviens (Rhône)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3106	grandgerard-roger-1882-04-08	{"a2": "1020", "g55": "02-244"}	{"g55": "02-244", "lerrcp": "A2-1020"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Grandgerard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1882-04-08 08:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Grandgerard"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1882-04-08 08:35:12"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1020"}, "ids-in-sources": {"a2": "1020"}}, "raw": {"H": "8", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "8", "LAT": "48N42", "LON": "6E12", "MON": "4", "NUM": "1020", "PRO": "S", "SEC": "12", "YEA": "1882", "CITY": "NANCY"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-244"}, "ids-in-source": {"g55": "02-244"}}, "raw": {"DAY": "8-4-1882", "HOUR": "9 h.", "NAME": "GRANDGERARD Roger", "PLACE": "Nancy (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3109	grasset-raymond-1892-01-10	{"a2": "1023", "g55": "02-246"}	{"g55": "02-246", "lerrcp": "A2-1023"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Grasset", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1892-01-10 11:00", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.11264, "lat": 45.89362, "name": "Riom", "geoid": 2983489}, "notime": null, "date-ut": "1892-01-10 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Grasset"}, "birth": {"tzo": "+00:09:21", "date": "1892-01-10 11:00", "place": {"c2": "63", "cy": "FR", "lg": 3.11264, "lat": 45.89362, "name": "Riom", "geoid": 2983489}, "date-ut": "1892-01-10 10:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1023"}, "ids-in-sources": {"a2": "1023"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "63", "COU": "F", "DAY": "10", "LAT": "45N47", "LON": "3E 5", "MON": "1", "NUM": "1023", "PRO": "S", "SEC": "40", "YEA": "1892", "CITY": "RIOM"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-246"}, "ids-in-source": {"g55": "02-246"}}, "raw": {"DAY": "10-1-1892", "HOUR": "11 h.", "NAME": "GRASSET Raymond", "PLACE": "Riom (Puy-de-Dôme)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3111	greffier-paul-1853-08-05	{"a2": "1025", "g55": "02-247"}	{"g55": "02-247", "lerrcp": "A2-1025"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Greffier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:37", "date": "1853-08-05 10:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1853-08-05 09:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Greffier"}, "birth": {"tzo": "+00:07:37", "date": "1853-08-05 10:00", "place": {"c2": "45", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1853-08-05 09:52:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1025"}, "ids-in-sources": {"a2": "1025"}}, "raw": {"H": "9", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "5", "LAT": "47N54", "LON": "1E54", "MON": "8", "NUM": "1025", "PRO": "S", "SEC": "24", "YEA": "1853", "CITY": "ORLEANS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-247"}, "ids-in-source": {"g55": "02-247"}}, "raw": {"DAY": "5-8-1853", "HOUR": "10 h.", "NAME": "GREFFIER Paul", "PLACE": "Orléans (Loiret)."}, "date": "2023-08-20T14:47:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3113	grenier-cardenal-henri-1875-02-10	{"a2": "1027", "g55": "02-249"}	{"g55": "02-249", "lerrcp": "A2-1027"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Grenier Cardenal Henri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:58", "date": "1875-02-10 06:00", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.74306, "lat": 44.63746, "name": "Villeréal", "geoid": 2968463}, "notime": null, "date-ut": "1875-02-10 05:57:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "Grenier Cardenal Henri"}, "birth": {"tzo": "+00:02:58", "date": "1875-02-10 06:00", "place": {"c2": "47", "cy": "FR", "lg": 0.74306, "lat": 44.63746, "name": "Villeréal", "geoid": 2968463}, "date-ut": "1875-02-10 05:57:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1027"}, "ids-in-sources": {"a2": "1027"}}, "raw": {"H": "5", "MN": "57", "TZ": "0", "COD": "47", "COU": "F", "DAY": "10", "LAT": "44N12", "LON": "0E38", "MON": "2", "NUM": "1027", "PRO": "S", "SEC": "28", "YEA": "1875", "CITY": "VILLEREAL"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-249"}, "ids-in-source": {"g55": "02-249"}}, "raw": {"DAY": "10-2-1875", "HOUR": "6 h.", "NAME": "GRENIER DE CARDENAL Henri", "PLACE": "Villeréal (L.-et-G.)."}, "date": "2023-08-20T14:48:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3114	grinda-edouard-1866-12-20	{"a2": "1028", "e3": "736", "g55": "02-250"}	{"g55": "02-250", "lerrcp": "A2-1028"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Grinda", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:04", "date": "1866-12-20 16:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1866-12-20 15:30:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician", "politician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Grinda"}, "birth": {"tzo": "+00:29:04", "date": "1866-12-20 16:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1866-12-20 15:30:56"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1028"}, "ids-in-sources": {"a2": "1028"}}, "raw": {"H": "15", "MN": "30", "TZ": "0", "COD": "06", "COU": "F", "DAY": "20", "LAT": "43N42", "LON": "7E16", "MON": "12", "NUM": "1028", "PRO": "S", "SEC": "56", "YEA": "1866", "CITY": "NICE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["politician"], "ids-in-sources": {"e3": "736"}}, "raw": {"H": "16:00", "COD": "06", "DAY": "20", "MON": "12", "NUM": "0736", "PRO": "PO", "YEA": "1866", "CITY": "Nice", "NAME": "GRINDA Edouard", "NOTE": "*"}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"partial-ids": {"g55": "02-250"}, "ids-in-source": {"g55": "02-250"}}, "raw": {"DAY": "20-12-1866", "HOUR": "16 h.", "NAME": "GRINDA  Edouard", "PLACE": "Nice (Alpes-Maritimes)."}, "date": "2023-08-20T14:48:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3115	grognot-germain-1899-02-06	{"a2": "1029", "g55": "02-251"}	{"g55": "02-251", "lerrcp": "A2-1029"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Germain", "family": "Grognot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-02-06 20:30", "note": null, "place": {"c1": null, "c2": "91", "c3": null, "cy": "FR", "lg": 2.47015, "lat": 48.404, "name": "Milly-la-Forêt", "geoid": 2993843}, "notime": null, "date-ut": "1899-02-06 20:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Germain", "family": "Grognot"}, "birth": {"tzo": "+00:09:21", "date": "1899-02-06 20:30", "place": {"c2": "91", "cy": "FR", "lg": 2.47015, "lat": 48.404, "name": "Milly-la-Forêt", "geoid": 2993843}, "date-ut": "1899-02-06 20:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1029"}, "ids-in-sources": {"a2": "1029"}}, "raw": {"H": "20", "MN": "20", "TZ": "0", "COD": "91", "COU": "F", "DAY": "6", "LAT": "48N36", "LON": "2E20", "MON": "2", "NUM": "1029", "PRO": "S", "SEC": "40", "YEA": "1899", "CITY": "MILLY-LA-FORET"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-251"}, "ids-in-source": {"g55": "02-251"}}, "raw": {"DAY": "6-2-1899", "HOUR": "20 h. 30", "NAME": "GROGNOT Germain", "PLACE": "Milly (Seine-et-Oise)."}, "date": "2023-08-20T14:48:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3117	guerithault-bernard-1883-10-29	{"a2": "1031", "g55": "02-253"}	{"g55": "02-253", "lerrcp": "A2-1031"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Guerithault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:40", "date": "1883-10-29 03:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "La Haye-Descaries", "geoid": 0}, "notime": null, "date-ut": "1883-10-29 03:06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Guerithault"}, "birth": {"tzo": "-00:06:40", "date": "1883-10-29 03:00", "place": {"c2": "35", "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "La Haye-Descart", "geoid": 0}, "date-ut": "1883-10-29 03:06:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1031"}, "ids-in-sources": {"a2": "1031"}}, "raw": {"H": "3", "MN": "6", "TZ": "0", "COD": "35", "COU": "F", "DAY": "29", "LAT": "48N 7", "LON": "1W40", "MON": "10", "NUM": "1031", "PRO": "S", "SEC": "40", "YEA": "1883", "CITY": "LA HAYE-DESCART"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "La Haye-Descaries"}}, "partial-ids": {"g55": "02-253"}, "ids-in-source": {"g55": "02-253"}}, "raw": {"DAY": "29-10-1883", "HOUR": "3 h.", "NAME": "GUERITHAULT Bernard", "PLACE": "La Haye-Descaries (I.-et-V.)."}, "date": "2023-08-20T14:48:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3119	guillemin-andre-1891-07-14	{"a2": "1033", "g55": "02-255", "afd5": "451"}	{"g55": "02-255", "lerrcp": "A2-1033", "muller": "M5-451"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "André", "family": "Guillemin", "spouse": [], "official": {"given": "André Henri François Victor", "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1891-07-14 12:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1891-07-14 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Guillemin"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1891-07-14 11:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1033"}, "ids-in-sources": {"a2": "1033"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "54", "COU": "F", "DAY": "14", "LAT": "48N42", "LON": "6E12", "MON": "7", "NUM": "1033", "PRO": "S", "SEC": "40", "YEA": "1891", "CITY": "NANCY"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Guillemin", "official": {"given": "André Henri François Victor"}}, "birth": {"date": "1891-07-14 12:00", "place": {"name": "Nancy"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "451"}}, "raw": {"NR": "451", "GNR": "SA2103", "JU_": "0", "MA_": "2", "MO_": "2", "SA_": "1", "SO_": "2", "VE_": "2", "CODE": "3", "JAHR": "1891", "KORR": "-0.16", "MARS": "9", "MODE": "", "MOND": "36", "NAME": "GUILLEMIN (ANDRÉ HENRI FRANÇOIS VICTOR).", "AUFAB": "9.40", "PHAS_": "47.900", "SONNE": "10", "VENUS": "11", "BREITE": "48 N 42", "GEBORT": "Nancy (Meurthe-et-Moselle)", "LAENGE": "006 E 12", "NIENJU": "", "NIENMA": "2", "NIENMO": "2", "NIENSA": "0", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "5", "GEBZEIT": "12.00", "JUPITER": "23", "ELECTAGE": "64,7", "ELECTDAT": "06.03.1956", "GEBDATUM": "14.07.1891", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:23+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "02-255"}, "ids-in-source": {"g55": "02-255"}}, "raw": {"DAY": "14-7-1891", "HOUR": "12 h.", "NAME": "GUILLEMIN André", "PLACE": "Nancy (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:48:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3120	guillemin-joseph-1874-04-25	{"a2": "1034", "g55": "02-256"}	{"g55": "02-256", "lerrcp": "A2-1034"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Guillemin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:48", "date": "1874-04-25 23:44:52", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.7012, "lat": 49.39791, "name": "Vouziers", "geoid": 2967603}, "notime": null, "date-ut": "1874-04-25 23:26:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Guillemin"}, "birth": {"tzo": "+00:18:48", "date": "1874-04-25 23:44:52", "place": {"c2": "08", "cy": "FR", "lg": 4.7012, "lat": 49.39791, "name": "Vouziers", "geoid": 2967603}, "date-ut": "1874-04-25 23:26:04"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1034"}, "ids-in-sources": {"a2": "1034"}}, "raw": {"H": "23", "MN": "26", "TZ": "0", "COD": "08", "COU": "F", "DAY": "25", "LAT": "49N46", "LON": "4E44", "MON": "4", "NUM": "1034", "PRO": "S", "SEC": "4", "YEA": "1874", "CITY": "VOUZIERS"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-256"}, "ids-in-source": {"g55": "02-256"}}, "raw": {"DAY": "25-4-1874", "HOUR": "23 h. 45", "NAME": "GUILLEMIN Joseph", "PLACE": "Vouziers (Ardennes)."}, "date": "2023-08-20T14:48:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
1994	struxiano-philippe-1891-03-11	{"a1": "1996", "g55": "03-415", "3a_sports": "3924", "cfepp-final3": "957"}	{"g55": "03-415", "cfepp": "CF-957", "cpara": "CP-395", "ertel": "ES-3924", "lerrcp": "A1-1996"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Struxiano", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:05:46", "date": "1891-03-11 16:00", "note": null, "place": {"c1": null, "c2": "31", "c3": "", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1891-03-11 15:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Struxiano"}, "birth": {"tzo": "+00:05:46", "date": "1891-03-11 04:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1891-03-11 03:54:16"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1996"}, "ids-in-sources": {"a1": "1996"}}, "raw": {"H": "3", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "11", "LAT": "43N37", "LON": "1E26", "MON": "3", "NUM": "1996", "PRO": "C", "SEC": "16", "YEA": "1891", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1891-03-11 04:00"}, "partial-ids": {"ertel": "ES-3924"}}, "raw": {"L": "", "MF": "", "NR": "3924", "ENG": "", "MA_": "1", "G_NR": "1996", "MA12": "10", "MARS": "30", "NAME": "Struxiano", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,000", "CSINR": "", "KURTZ": "", "PHAS_": "0,600", "STUND": "4,00", "CFEPNR": "957", "EXTEND": "", "NATION": "FRA", "TAGMON": "11.03.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "395", "VORNAME": "Philippe", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "11.03.1891", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "struxiano-philippe-1891-03-11", "birth": {"date": "1891-03-11 16:00", "place": {"c3": ""}, "date-ut": "1891-03-11 15:54"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "957"}}, "raw": {"S": "4", "LT": "16 00", "LV": "I7", "TR": "f", "UT": "15 54", "LAT": "+43.60", "SRC": "ALG", "LONG": "-01.44", "NAME": "STRUXIANO Philippe", "SPORT": "Rugby Union", "LOC_DATE": "1891 03 11", "UNIV_DATE": "1891 03 11", "BIRTH_PLACE": "TOULOUSE", "POSTAL_CODE": "31040 CEDEX"}, "date": "2023-08-20T14:46:16+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-415"}, "ids-in-source": {"g55": "03-415"}}, "raw": {"DAY": "11-3-1891", "HOUR": "4 h.", "NAME": "STRUXIANO Philippe", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:48:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
3124	gunsett-auguste-1876-11-19	{"a2": "1038", "g55": "02-258"}	{"g55": "02-258", "lerrcp": "A2-1038"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Gunsett", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1876-11-19 06:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Gunsett"}, "birth": {"place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1876-11-19 06:29"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1038"}, "ids-in-sources": {"a2": "1038"}}, "raw": {"H": "7", "MN": "29", "TZ": "-1", "COD": "67", "COU": "F", "DAY": "19", "LAT": "48N35", "LON": "7E45", "MON": "11", "NUM": "1038", "PRO": "S", "SEC": "0", "YEA": "1876", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-258"}, "ids-in-source": {"g55": "02-258"}}, "raw": {"DAY": "19-11-1876", "HOUR": "7 h.", "NAME": "GUNSETT Auguste", "PLACE": "Strasbourg (Bas-Rhin)."}, "date": "2023-08-20T14:48:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3125	guy-maurice-1882-07-20	{"a2": "1039", "g55": "02-259"}	{"g55": "02-259", "lerrcp": "A2-1039"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Guy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1882-07-20 12:00", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 43.91667, "name": "Labessonnié", "geoid": 0}, "notime": null, "date-ut": "1882-07-20 11:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Guy"}, "birth": {"tzo": "+00:08:32", "date": "1882-07-20 12:00", "place": {"c2": "81", "cy": "FR", "lg": 2.13333, "lat": 43.91667, "name": "Labessonnie", "geoid": 0}, "date-ut": "1882-07-20 11:51:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1039"}, "ids-in-sources": {"a2": "1039"}}, "raw": {"H": "11", "MN": "51", "TZ": "0", "COD": "81", "COU": "F", "DAY": "20", "LAT": "43N55", "LON": "2E 8", "MON": "7", "NUM": "1039", "PRO": "S", "SEC": "28", "YEA": "1882", "CITY": "LABESSONNIE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Labessonnié"}}, "partial-ids": {"g55": "02-259"}, "ids-in-source": {"g55": "02-259"}}, "raw": {"DAY": "20-7-1882", "HOUR": "12 h.", "NAME": "GUY Maurice", "PLACE": "Labessonnié (Tarn)."}, "date": "2023-08-20T14:48:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3127	guyon-emile-1876-12-18	{"a2": "1041", "g55": "02-261"}	{"g55": "02-261", "lerrcp": "A2-1041"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Guyon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:20", "date": "1876-12-18 14:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.33333, "lat": 46.56667, "name": "Esenrolles", "geoid": 0}, "notime": null, "date-ut": "1876-12-18 13:46:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Guyon"}, "birth": {"tzo": "+00:13:20", "date": "1876-12-18 14:00", "place": {"c2": "03", "cy": "FR", "lg": 3.33333, "lat": 46.56667, "name": "Esenrolles", "geoid": 0}, "date-ut": "1876-12-18 13:46:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1041"}, "ids-in-sources": {"a2": "1041"}}, "raw": {"H": "13", "MN": "46", "TZ": "0", "COD": "03", "COU": "F", "DAY": "18", "LAT": "46N34", "LON": "3E20", "MON": "12", "NUM": "1041", "PRO": "S", "SEC": "40", "YEA": "1876", "CITY": "ESENROLLES"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Esenrolles"}}, "partial-ids": {"g55": "02-261"}, "ids-in-source": {"g55": "02-261"}}, "raw": {"DAY": "18-12-1876", "HOUR": "14 h.", "NAME": "GUYON Emile", "PLACE": "Esenrolles (Allier)."}, "date": "2023-08-20T14:48:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3132	heitz-jean-1901-07-04	{"a2": "1046", "g55": "02-265"}	{"g55": "02-265", "lerrcp": "A2-1046"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Heitz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1901-07-04 10:00", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.55575, "lat": 46.67535, "name": "Lons-le-Saunier", "geoid": 2997626}, "notime": null, "date-ut": "1901-07-04 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Heitz"}, "birth": {"tzo": "+00:09:21", "date": "1901-07-04 10:00", "place": {"c2": "39", "cy": "FR", "lg": 5.55575, "lat": 46.67535, "name": "Lons-le-Saunier", "geoid": 2997626}, "date-ut": "1901-07-04 09:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1046"}, "ids-in-sources": {"a2": "1046"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "39", "COU": "F", "DAY": "4", "LAT": "46N40", "LON": "5E33", "MON": "7", "NUM": "1046", "PRO": "S", "SEC": "40", "YEA": "1901", "CITY": "LONS-LE-SAUNIER"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-265"}, "ids-in-source": {"g55": "02-265"}}, "raw": {"DAY": "4-7-1901", "HOUR": "10 h.", "NAME": "HEITZ Jean", "PLACE": "Lons-le-Saunier (Jura)."}, "date": "2023-08-20T14:48:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3134	herbier-paul-1880-01-10	{"a2": "1048", "g55": "02-267"}	{"g55": "02-267", "lerrcp": "A2-1048"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Herbier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1880-01-10 21:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Herbier"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1880-01-10 21:35:12"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1048"}, "ids-in-sources": {"a2": "1048"}}, "raw": {"H": "21", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "10", "LAT": "48N42", "LON": "6E12", "MON": "1", "NUM": "1048", "PRO": "S", "SEC": "12", "YEA": "1880", "CITY": "NANCY"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-267"}, "ids-in-source": {"g55": "02-267"}}, "raw": {"DAY": "10-1-1880", "HOUR": "22 h.", "NAME": "HERBIER Paul", "PLACE": "Nancy (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:48:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3138	heymann-paul-1883-05-28	{"a2": "1052", "g55": "02-270"}	{"g55": "02-270", "lerrcp": "A2-1052"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Heymann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:22", "date": "1883-05-28 14:00", "note": null, "place": {"c1": null, "c2": "48", "c3": null, "cy": "FR", "lg": 3.59276, "lat": 44.32626, "name": "Florac", "geoid": 3018238}, "notime": null, "date-ut": "1883-05-28 13:46"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Heymann"}, "birth": {"tzo": "+00:14:22", "date": "1883-05-28 14:00", "place": {"c2": "48", "cy": "FR", "lg": 3.59276, "lat": 44.32626, "name": "Florac", "geoid": 3018238}, "date-ut": "1883-05-28 13:46"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1052"}, "ids-in-sources": {"a2": "1052"}}, "raw": {"H": "13", "MN": "46", "TZ": "0", "COD": "48", "COU": "F", "DAY": "28", "LAT": "44N31", "LON": "3E30", "MON": "5", "NUM": "1052", "PRO": "S", "SEC": "0", "YEA": "1883", "CITY": "FLORAC"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-270"}, "ids-in-source": {"g55": "02-270"}}, "raw": {"DAY": "28-5-1883", "HOUR": "14 h.", "NAME": "HEYMANN Paul", "PLACE": "Florac (Lozère)."}, "date": "2023-08-20T14:48:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3142	jacob-gustave-1887-12-16	{"a2": "1056", "g55": "02-272"}	{"g55": "02-272", "lerrcp": "A2-1056"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Jacob", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:33", "date": "1887-12-16 19:00", "note": null, "place": {"c1": null, "c2": "12", "c3": null, "cy": "FR", "lg": 2.88915, "lat": 43.95575, "name": "Saint-Affrique", "geoid": 2981925}, "notime": null, "date-ut": "1887-12-16 18:49:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Jacob"}, "birth": {"tzo": "+00:11:33", "date": "1887-12-16 19:00", "place": {"c2": "12", "cy": "FR", "lg": 2.88915, "lat": 43.95575, "name": "Saint-Affrique", "geoid": 2981925}, "date-ut": "1887-12-16 18:49:44"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1056"}, "ids-in-sources": {"a2": "1056"}}, "raw": {"H": "18", "MN": "49", "TZ": "0", "COD": "12", "COU": "F", "DAY": "16", "LAT": "44N21", "LON": "2E34", "MON": "12", "NUM": "1056", "PRO": "S", "SEC": "44", "YEA": "1887", "CITY": "ST-AFFRIQUE"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-272"}, "ids-in-source": {"g55": "02-272"}}, "raw": {"DAY": "16-12-1887", "HOUR": "19 h.", "NAME": "JACOB Gustave", "PLACE": "Saint-Affrique (Aveyron)."}, "date": "2023-08-20T14:48:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3143	jaulin-seutre-auguste-1882-12-29	{"a2": "1057", "g55": "02-273"}	{"g55": "02-273", "lerrcp": "A2-1057"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Jaulin Seutre Auguste", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:32", "date": "1882-12-29 23:20", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -0.63489, "lat": 45.74742, "name": "Saintes", "geoid": 2980340}, "notime": null, "date-ut": "1882-12-29 23:19:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "Jaulin Seutre Auguste"}, "birth": {"tzo": "-00:02:32", "date": "1882-12-29 23:20", "place": {"c2": "17", "cy": "FR", "lg": -0.63489, "lat": 45.74742, "name": "Saintes", "geoid": 2980340}, "date-ut": "1882-12-29 23:19:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1057"}, "ids-in-sources": {"a2": "1057"}}, "raw": {"H": "23", "MN": "19", "TZ": "0", "COD": "17", "COU": "F", "DAY": "29", "LAT": "46N 9", "LON": "1W10", "MON": "12", "NUM": "1057", "PRO": "S", "SEC": "40", "YEA": "1882", "CITY": "SAINTES"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-273"}, "ids-in-source": {"g55": "02-273"}}, "raw": {"DAY": "29-12-1882", "HOUR": "23 h. 15", "NAME": "JAULIN DU SEUTRE M. Auguste", "PLACE": "Saintes (C.-M)."}, "date": "2023-08-20T14:48:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3145	jean-bernard-1900-06-04	{"a2": "1059", "g55": "02-275"}	{"g55": "02-275", "lerrcp": "A2-1059"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Jean", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-06-04 17:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1900-06-04 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Jean"}, "birth": {"tzo": "+00:09:21", "date": "1900-06-04 17:00", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1900-06-04 16:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1059"}, "ids-in-sources": {"a2": "1059"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "76", "COU": "F", "DAY": "4", "LAT": "49N26", "LON": "1E 5", "MON": "6", "NUM": "1059", "PRO": "S", "SEC": "40", "YEA": "1900", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-275"}, "ids-in-source": {"g55": "02-275"}}, "raw": {"DAY": "4-6-1900", "HOUR": "17 h.", "NAME": "JEAN Bernard", "PLACE": "Rouen (Seine-Inférieure)."}, "date": "2023-08-20T14:48:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3146	jeannet-pierre-1891-01-05	{"a2": "1060", "g55": "02-276"}	{"g55": "02-276", "lerrcp": "A2-1060"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Jeannet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:20", "date": "1891-01-05 17:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "notime": null, "date-ut": "1891-01-05 16:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Jeannet"}, "birth": {"tzo": "+00:16:20", "date": "1891-01-05 17:00", "place": {"c2": "10", "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "date-ut": "1891-01-05 16:43:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1060"}, "ids-in-sources": {"a2": "1060"}}, "raw": {"H": "16", "MN": "43", "TZ": "0", "COD": "10", "COU": "F", "DAY": "5", "LAT": "48N18", "LON": "4E 5", "MON": "1", "NUM": "1060", "PRO": "S", "SEC": "40", "YEA": "1891", "CITY": "TROYES"}, "date": "2023-08-20T14:43:13+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-276"}, "ids-in-source": {"g55": "02-276"}}, "raw": {"DAY": "5-1-1891", "HOUR": "17 h.", "NAME": "JEANNET Pierre", "PLACE": "Troyes (Aube)."}, "date": "2023-08-20T14:48:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3148	jouvain-andre-1878-07-17	{"a2": "1062", "g55": "02-278"}	{"g55": "02-278", "lerrcp": "A2-1062"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Jouvain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:13", "date": "1878-07-17 06:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.55214, "lat": 48.84881, "name": "Condé-sur-Noireau", "geoid": 3023953}, "notime": null, "date-ut": "1878-07-17 06:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Jouvain"}, "birth": {"tzo": "-00:02:13", "date": "1878-07-17 06:00", "place": {"c2": "14", "cy": "FR", "lg": -0.55214, "lat": 48.84881, "name": "Condé-sur-Noireau", "geoid": 3023953}, "date-ut": "1878-07-17 06:01:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1062"}, "ids-in-sources": {"a2": "1062"}}, "raw": {"H": "6", "MN": "1", "TZ": "0", "COD": "14", "COU": "F", "DAY": "17", "LAT": "49N11", "LON": "0W22", "MON": "7", "NUM": "1062", "PRO": "S", "SEC": "28", "YEA": "1878", "CITY": "CONDE-S/NOIREAU"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-278"}, "ids-in-source": {"g55": "02-278"}}, "raw": {"DAY": "17-7-1878", "HOUR": "6 h.", "NAME": "JOUVIN André", "PLACE": "Condé-sur-Noireau (Calvados)."}, "date": "2023-08-20T14:48:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3151	jube-louis-1899-08-14	{"a2": "1065", "g55": "02-280"}	{"g55": "02-280", "lerrcp": "A2-1065"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Jube", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-08-14 10:30", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -3.98764, "lat": 48.68494, "name": "Saint-Pol-de-Léon", "geoid": 2977390}, "notime": null, "date-ut": "1899-08-14 10:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Jube"}, "birth": {"tzo": "+00:09:21", "date": "1899-08-14 10:30", "place": {"c2": "29", "cy": "FR", "lg": -3.98764, "lat": 48.68494, "name": "Saint-Pol-de-Léon", "geoid": 2977390}, "date-ut": "1899-08-14 10:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1065"}, "ids-in-sources": {"a2": "1065"}}, "raw": {"H": "10", "MN": "20", "TZ": "0", "COD": "29", "COU": "F", "DAY": "14", "LAT": "48N 0", "LON": "4W 6", "MON": "8", "NUM": "1065", "PRO": "S", "SEC": "40", "YEA": "1899", "CITY": "ST-POL-DE-LEON"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-280"}, "ids-in-source": {"g55": "02-280"}}, "raw": {"DAY": "14-8-1899", "HOUR": "10h. 30", "NAME": "JUBE Louis", "PLACE": ". Saint-Pol-de-Léon (Finistère)."}, "date": "2023-08-20T14:48:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3158	laennec-theophile-1901-09-09	{"a2": "1072", "g55": "02-285"}	{"g55": "02-285", "lerrcp": "A2-1072"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theophile", "family": "Laennec", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1901-09-09 03:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly-sur-Seine", "geoid": 0}, "notime": null, "date-ut": "1901-09-09 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Theophile", "family": "Laennec"}, "birth": {"tzo": "+00:09:21", "date": "1901-09-09 03:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly", "geoid": 0}, "date-ut": "1901-09-09 02:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1072"}, "ids-in-sources": {"a2": "1072"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "92", "COU": "F", "DAY": "9", "LAT": "48N50", "LON": "2E11", "MON": "9", "NUM": "1072", "PRO": "S", "SEC": "40", "YEA": "1901", "CITY": "NEUILLY"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Neuilly-sur-Seine"}}, "partial-ids": {"g55": "02-285"}, "ids-in-source": {"g55": "02-285"}}, "raw": {"DAY": "9-9-1901", "HOUR": "3 h.", "NAME": "LAENNEC Théophile", "PLACE": "Neuilly-sur-Seine (Seine)."}, "date": "2023-08-20T14:48:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3160	lafont-alexandre-1869-09-11	{"a2": "1074", "g55": "02-287"}	{"g55": "02-287", "lerrcp": "A2-1074"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Lafont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:20", "date": "1869-09-11 14:20", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.33333, "lat": 46.56667, "name": "Neris", "geoid": 0}, "notime": null, "date-ut": "1869-09-11 14:06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Lafont"}, "birth": {"tzo": "+00:13:20", "date": "1869-09-11 14:20", "place": {"c2": "03", "cy": "FR", "lg": 3.33333, "lat": 46.56667, "name": "Neris", "geoid": 0}, "date-ut": "1869-09-11 14:06:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1074"}, "ids-in-sources": {"a2": "1074"}}, "raw": {"H": "14", "MN": "6", "TZ": "0", "COD": "03", "COU": "F", "DAY": "11", "LAT": "46N34", "LON": "3E20", "MON": "9", "NUM": "1074", "PRO": "S", "SEC": "40", "YEA": "1869", "CITY": "NERIS"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Neris"}}, "partial-ids": {"g55": "02-287"}, "ids-in-source": {"g55": "02-287"}}, "raw": {"DAY": "11-9-1869", "HOUR": "14 h. 20", "NAME": "LAFONT Alexandre", "PLACE": "Neris (Allier)."}, "date": "2023-08-20T14:48:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3161	lagrange-henri-1890-12-23	{"a2": "1075", "g55": "02-288"}	{"g55": "02-288", "lerrcp": "A2-1075"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Lagrange", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1890-12-23 19:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1890-12-23 19:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Lagrange"}, "birth": {"tzo": "-00:02:19", "date": "1890-12-23 19:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1890-12-23 19:57:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1075"}, "ids-in-sources": {"a2": "1075"}}, "raw": {"H": "19", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "23", "LAT": "44N50", "LON": "0W34", "MON": "12", "NUM": "1075", "PRO": "S", "SEC": "36", "YEA": "1890", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-288"}, "ids-in-source": {"g55": "02-288"}}, "raw": {"DAY": "23-12-1890", "HOUR": "20 h.", "NAME": "LAGRANGE Henri", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:48:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3163	lamelin-pierre-1906-05-14	{"a2": "1077", "g55": "02-290"}	{"g55": "02-290", "lerrcp": "A2-1077"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Lamelin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1906-05-14 02:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.01063, "lat": 50.7615, "name": "Comines", "geoid": 3024102}, "notime": null, "date-ut": "1906-05-14 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Lamelin"}, "birth": {"tzo": "+00:09:21", "date": "1906-05-14 02:00", "place": {"c2": "59", "cy": "FR", "lg": 3.01063, "lat": 50.7615, "name": "Comines", "geoid": 3024102}, "date-ut": "1906-05-14 01:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1077"}, "ids-in-sources": {"a2": "1077"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "59", "COU": "F", "DAY": "14", "LAT": "50N39", "LON": "3E 5", "MON": "5", "NUM": "1077", "PRO": "S", "SEC": "40", "YEA": "1906", "CITY": "COMINES"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-290"}, "ids-in-source": {"g55": "02-290"}}, "raw": {"DAY": "14-5-1906", "HOUR": "2 h.", "NAME": "LAMELIN Pierre", "PLACE": "Comines (Nord)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3165	lance-marcel-1874-08-20	{"a2": "1079", "g55": "02-292"}	{"g55": "02-292", "lerrcp": "A2-1079"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Lance", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:26", "date": "1874-08-20 14:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.35686, "lat": 48.68436, "name": "Avranches", "geoid": 3035639}, "notime": null, "date-ut": "1874-08-20 14:04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Lance"}, "birth": {"tzo": "-00:05:26", "date": "1874-08-20 14:00", "place": {"c2": "50", "cy": "FR", "lg": -1.35686, "lat": 48.68436, "name": "Avranches", "geoid": 3035639}, "date-ut": "1874-08-20 14:04:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1079"}, "ids-in-sources": {"a2": "1079"}}, "raw": {"H": "14", "MN": "4", "TZ": "0", "COD": "50", "COU": "F", "DAY": "20", "LAT": "49N 7", "LON": "1W 5", "MON": "8", "NUM": "1079", "PRO": "S", "SEC": "20", "YEA": "1874", "CITY": "AVRANCHES"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-292"}, "ids-in-source": {"g55": "02-292"}}, "raw": {"DAY": "20-8-1874", "HOUR": "14 h.", "NAME": "\\fLANCE Marcel", "PLACE": "Avranches (Manche)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3167	langlet-jean-1883-12-25	{"a2": "1081", "g55": "02-293"}	{"g55": "02-293", "lerrcp": "A2-1081"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Langlet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:07", "date": "1883-12-25 03:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "notime": null, "date-ut": "1883-12-25 02:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Langlet"}, "birth": {"tzo": "+00:16:07", "date": "1883-12-25 03:00", "place": {"c2": "51", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "date-ut": "1883-12-25 02:42:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1081"}, "ids-in-sources": {"a2": "1081"}}, "raw": {"H": "2", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "25", "LAT": "48N57", "LON": "4E22", "MON": "12", "NUM": "1081", "PRO": "S", "SEC": "32", "YEA": "1883", "CITY": "REIMS"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-293"}, "ids-in-source": {"g55": "02-293"}}, "raw": {"DAY": "25-12-1883", "HOUR": "3 h.", "NAME": "LANGLET Jean-Louis", "PLACE": "Reims (Marne)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3169	la-roche-brisson-rene-1883-11-21	{"a2": "1083", "g55": "02-295"}	{"g55": "02-295", "lerrcp": "A2-1083"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "La Roche Brisson Rene", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:25", "date": "1883-11-21 06:00", "note": null, "place": {"c1": null, "c2": "15", "c3": null, "cy": "FR", "lg": 2.85587, "lat": 44.98386, "name": "Cézens", "geoid": 3027731}, "notime": null, "date-ut": "1883-11-21 05:50:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "La Roche Brisson Rene"}, "birth": {"tzo": "+00:11:25", "date": "1883-11-21 06:00", "place": {"c2": "15", "cy": "FR", "lg": 2.85587, "lat": 44.98386, "name": "Cézens", "geoid": 3027731}, "date-ut": "1883-11-21 05:50:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1083"}, "ids-in-sources": {"a2": "1083"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "15", "COU": "F", "DAY": "21", "LAT": "44N56", "LON": "2E26", "MON": "11", "NUM": "1083", "PRO": "S", "SEC": "16", "YEA": "1883", "CITY": "CEZENS"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-295"}, "ids-in-source": {"g55": "02-295"}}, "raw": {"DAY": "21-11-1883", "HOUR": "6 h.", "NAME": "LA ROCHE DE BRISSON (de) René", "PLACE": "Cezens (Cantal)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3170	lassabliere-pierre-1878-06-24	{"a2": "1084", "g55": "02-296"}	{"g55": "02-296", "lerrcp": "A2-1084"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Lassabliere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:34", "date": "1878-06-24 08:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1878-06-24 07:42:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Lassabliere"}, "birth": {"tzo": "+00:17:34", "date": "1878-06-24 08:00", "place": {"c2": "42", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1878-06-24 07:42:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1084"}, "ids-in-sources": {"a2": "1084"}}, "raw": {"H": "7", "MN": "42", "TZ": "0", "COD": "42", "COU": "F", "DAY": "24", "LAT": "45N26", "LON": "4E23", "MON": "6", "NUM": "1084", "PRO": "S", "SEC": "28", "YEA": "1878", "CITY": "ST-ETIENNE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-296"}, "ids-in-source": {"g55": "02-296"}}, "raw": {"DAY": "24-6-1878", "HOUR": "8 h.", "NAME": "LASSABLIERE Pierre", "PLACE": "Saint-Etienne (Loire)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3172	laurent-roger-1901-06-13	{"a2": "1086", "g55": "02-298"}	{"g55": "02-298", "lerrcp": "A2-1086"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Laurent", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1901-06-13 13:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Chalons-sur-Marne", "geoid": 0}, "notime": null, "date-ut": "1901-06-13 12:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Laurent"}, "birth": {"tzo": "+00:09:21", "date": "1901-06-13 13:00", "place": {"c2": "51", "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Chalons-sur-Marne", "geoid": 0}, "date-ut": "1901-06-13 12:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1086"}, "ids-in-sources": {"a2": "1086"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "51", "COU": "F", "DAY": "13", "LAT": "48N57", "LON": "4E22", "MON": "6", "NUM": "1086", "PRO": "S", "SEC": "40", "YEA": "1901", "CITY": "CHALONS-S/MARNE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Chalons-sur-Marne"}}, "partial-ids": {"g55": "02-298"}, "ids-in-source": {"g55": "02-298"}}, "raw": {"DAY": "13-6-1901", "HOUR": "13 h.", "NAME": "LAURENT Roger", "PLACE": "Chalons-sur-Marne (Marne)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3175	lazennec-isidore-1878-01-02	{"a2": "1089", "g55": "02-300"}	{"g55": "02-300", "lerrcp": "A2-1089"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Isidore", "family": "Lazennec", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:15:57", "date": "1878-01-02 10:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -3.98764, "lat": 48.68494, "name": "Saint-Pol-de-Léon", "geoid": 2977390}, "notime": null, "date-ut": "1878-01-02 10:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Isidore", "family": "Lazennec"}, "birth": {"tzo": "-00:15:57", "date": "1878-01-02 10:00", "place": {"c2": "29", "cy": "FR", "lg": -3.98764, "lat": 48.68494, "name": "Saint-Pol-de-Léon", "geoid": 2977390}, "date-ut": "1878-01-02 10:16:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1089"}, "ids-in-sources": {"a2": "1089"}}, "raw": {"H": "10", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "2", "LAT": "48N 0", "LON": "4W 6", "MON": "1", "NUM": "1089", "PRO": "S", "SEC": "24", "YEA": "1878", "CITY": "ST-POL-DE-LEON"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-300"}, "ids-in-source": {"g55": "02-300"}}, "raw": {"DAY": "2-1-1878", "HOUR": "10 h.", "NAME": "LAZENNEC Isidor", "PLACE": "Saint-Pol-de-Léon (Finistère)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3176	lebailly-charles-1880-09-24	{"a2": "1090", "g55": "02-301"}	{"g55": "02-301", "lerrcp": "A2-1090"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Lebailly", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:20", "date": "1880-09-24 06:00", "note": null, "place": {"c1": null, "c2": "61", "c3": null, "cy": "FR", "lg": 0.08333, "lat": 48.43333, "name": "Flers-de-l’Orne", "geoid": 0}, "notime": null, "date-ut": "1880-09-24 05:59:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Lebailly"}, "birth": {"tzo": "+00:00:20", "date": "1880-09-24 06:00", "place": {"c2": "61", "cy": "FR", "lg": 0.08333, "lat": 48.43333, "name": "Flers-de-Lorne", "geoid": 0}, "date-ut": "1880-09-24 05:59:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1090"}, "ids-in-sources": {"a2": "1090"}}, "raw": {"H": "5", "MN": "59", "TZ": "0", "COD": "61", "COU": "F", "DAY": "24", "LAT": "48N26", "LON": "0E 5", "MON": "9", "NUM": "1090", "PRO": "S", "SEC": "40", "YEA": "1880", "CITY": "FLERS-DE-LORNE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Flers-de-l’Orne"}}, "partial-ids": {"g55": "02-301"}, "ids-in-source": {"g55": "02-301"}}, "raw": {"DAY": "24-9-1880", "HOUR": "6 h.", "NAME": "LEBAILLY Charles", "PLACE": "Flers-de-l’Orne (Orne)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3178	le-branchu-rene-1891-08-20	{"a2": "1092", "g55": "02-303"}	{"g55": "02-303", "lerrcp": "A2-1092"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Le Branchu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1891-08-20 09:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -2.06667, "lat": 48.26769, "name": "Médréac", "geoid": 2994773}, "notime": null, "date-ut": "1891-08-20 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Le Branchu"}, "birth": {"tzo": "+00:09:21", "date": "1891-08-20 09:00", "place": {"c2": "35", "cy": "FR", "lg": -2.06667, "lat": 48.26769, "name": "Médréac", "geoid": 2994773}, "date-ut": "1891-08-20 08:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1092"}, "ids-in-sources": {"a2": "1092"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "35", "COU": "F", "DAY": "20", "LAT": "48N 7", "LON": "1W40", "MON": "8", "NUM": "1092", "PRO": "S", "SEC": "40", "YEA": "1891", "CITY": "MEDREAC"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-303"}, "ids-in-source": {"g55": "02-303"}}, "raw": {"DAY": "20-8-1891", "HOUR": "9 h.", "NAME": "LE BRANCHU René", "PLACE": "Médréac (Ille-et-Vilaine)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3181	lefort-edmond-1900-08-18	{"a2": "1095", "g55": "02-306"}	{"g55": "02-306", "lerrcp": "A2-1095"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Lefort", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-08-18 23:00", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": 0.99522, "lat": 47.12858, "name": "Loches", "geoid": 2997996}, "notime": null, "date-ut": "1900-08-18 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Lefort"}, "birth": {"tzo": "+00:09:21", "date": "1900-08-18 23:00", "place": {"c2": "37", "cy": "FR", "lg": 0.99522, "lat": 47.12858, "name": "Loches", "geoid": 2997996}, "date-ut": "1900-08-18 22:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1095"}, "ids-in-sources": {"a2": "1095"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "37", "COU": "F", "DAY": "18", "LAT": "47N24", "LON": "0E42", "MON": "8", "NUM": "1095", "PRO": "S", "SEC": "40", "YEA": "1900", "CITY": "LOCHES"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-306"}, "ids-in-source": {"g55": "02-306"}}, "raw": {"DAY": "18-8-1900", "HOUR": "23 h.", "NAME": "LEFORT Edmond", "PLACE": "Loches (Indre-et-Loire)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3184	le-gorgeu-victor-1881-05-05	{"a2": "1098", "e3": "927", "g55": "02-308"}	{"g55": "02-308", "lerrcp": "A2-1098"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Le Gorgeu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:16:24", "date": "1881-05-05 10:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.09795, "lat": 47.99597, "name": "Quimper", "geoid": 2984701}, "notime": null, "date-ut": "1881-05-05 10:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician", "politician"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Le Gorgeu"}, "birth": {"tzo": "-00:16:24", "date": "1881-05-05 10:00", "place": {"c2": "29", "cy": "FR", "lg": -4.09795, "lat": 47.99597, "name": "Quimper", "geoid": 2984701}, "date-ut": "1881-05-05 10:16:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1098"}, "ids-in-sources": {"a2": "1098"}}, "raw": {"H": "10", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "5", "LAT": "48N 0", "LON": "4W 6", "MON": "5", "NUM": "1098", "PRO": "S", "SEC": "24", "YEA": "1881", "CITY": "QUIMPER"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["politician"], "ids-in-sources": {"e3": "927"}}, "raw": {"H": "10:00", "COD": "29", "DAY": "05", "MON": "05", "NUM": "0927", "PRO": "PO", "YEA": "1881", "CITY": "Quimper", "NAME": "LE GORGEU Victor", "NOTE": "*"}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"partial-ids": {"g55": "02-308"}, "ids-in-source": {"g55": "02-308"}}, "raw": {"DAY": "5-5-1881", "HOUR": "10 h.", "NAME": "LE GORGEU Victor", "PLACE": "Quimper (Finistère)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3187	lemoine-francisque-1879-10-26	{"a2": "1101", "g55": "02-311"}	{"g55": "02-311", "lerrcp": "A2-1101"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francisque", "family": "Lemoine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:11:04", "date": "1879-10-26 08:30", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -2.76838, "lat": 48.51513, "name": "Saint-Brieuc", "geoid": 2981280}, "notime": null, "date-ut": "1879-10-26 08:41"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Francisque", "family": "Lemoine"}, "birth": {"tzo": "-00:11:04", "date": "1879-10-26 08:30", "place": {"c2": "22", "cy": "FR", "lg": -2.76838, "lat": 48.51513, "name": "Saint-Brieuc", "geoid": 2981280}, "date-ut": "1879-10-26 08:41"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1101"}, "ids-in-sources": {"a2": "1101"}}, "raw": {"H": "8", "MN": "41", "TZ": "0", "COD": "22", "COU": "F", "DAY": "26", "LAT": "48N31", "LON": "2W45", "MON": "10", "NUM": "1101", "PRO": "S", "SEC": "0", "YEA": "1879", "CITY": "ST-BRIEUC"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-311"}, "ids-in-source": {"g55": "02-311"}}, "raw": {"DAY": "26-10-1879", "HOUR": "8 h. 30", "NAME": "LEMOINE Francisque", "PLACE": "Saint-Brieuc (C.-du-Nord)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3189	le-naour-pierre-1863-06-19	{"a2": "1103", "g55": "02-313"}	{"g55": "02-313", "lerrcp": "A2-1103"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Le Naour", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:16:06", "date": "1863-06-19 21:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.02438, "lat": 47.99657, "name": "Ergué-Gabéric", "geoid": 3019920}, "notime": null, "date-ut": "1863-06-19 21:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Le Naour"}, "birth": {"tzo": "-00:16:06", "date": "1863-06-19 21:00", "place": {"c2": "29", "cy": "FR", "lg": -4.02438, "lat": 47.99657, "name": "Ergué-Gabéric", "geoid": 3019920}, "date-ut": "1863-06-19 21:16:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1103"}, "ids-in-sources": {"a2": "1103"}}, "raw": {"H": "21", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "19", "LAT": "48N 0", "LON": "4W 6", "MON": "6", "NUM": "1103", "PRO": "S", "SEC": "24", "YEA": "1863", "CITY": "ERGUE-GABERIC"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-313"}, "ids-in-source": {"g55": "02-313"}}, "raw": {"DAY": "19-6-1863", "HOUR": "21 h.", "NAME": "LE NAOUR Pierre", "PLACE": "Erqué-Gaberic (Finistère)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3190	leon-kindberg-michel-1883-12-13	{"a2": "1104", "g55": "02-314"}	{"g55": "02-314", "lerrcp": "A2-1104"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Leon-Kindberg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:54", "date": "1883-12-13 05:55:34", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "notime": null, "date-ut": "1883-12-13 06:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Leon-Kindberg"}, "birth": {"tzo": "-00:05:54", "date": "1883-12-13 05:55:34", "place": {"c2": "64", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "date-ut": "1883-12-13 06:01:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1104"}, "ids-in-sources": {"a2": "1104"}}, "raw": {"H": "6", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "13", "LAT": "43N18", "LON": "0W22", "MON": "12", "NUM": "1104", "PRO": "S", "SEC": "28", "YEA": "1883", "CITY": "BAYONNE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-314"}, "ids-in-source": {"g55": "02-314"}}, "raw": {"DAY": "13-12-1883", "HOUR": "6 h.", "NAME": "LEON-KINDBERG Michel", "PLACE": "Bayonne (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3193	lepoutre-carlos-1882-08-19	{"a2": "1107", "g55": "02-316", "afd5": "617"}	{"g55": "02-316", "lerrcp": "A2-1107", "muller": "M5-617"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Carlos", "family": "Lepoutre", "spouse": [], "official": {"given": "Carlos", "family": null}}	\N	{"lmt": null, "tzo": "+00:12:42", "date": "1882-08-19 01:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1882-08-19 00:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Carlos", "family": "Lepoutre"}, "birth": {"tzo": "+00:12:42", "date": "1882-08-19 01:00", "place": {"c2": "59", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1882-08-19 00:47:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1107"}, "ids-in-sources": {"a2": "1107"}}, "raw": {"H": "0", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "19", "LAT": "50N39", "LON": "3E 5", "MON": "8", "NUM": "1107", "PRO": "S", "SEC": "40", "YEA": "1882", "CITY": "ROUBAIX"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lepoutre", "official": {"given": "Carlos"}}, "birth": {"date": "1882-08-19 01:00", "place": {"name": "Roubaix"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "617"}}, "raw": {"NR": "617", "GNR": "SA2110", "JU_": "2", "MA_": "1", "MO_": "0", "SA_": "1", "SO_": "1", "VE_": "0", "CODE": "3", "JAHR": "1882", "KORR": "", "MARS": "26", "MODE": "LMT", "MOND": "24", "NAME": "LEPOUTRE (CARLOS).", "AUFAB": "7.30", "PHAS_": "22.100", "SONNE": "29", "VENUS": "25", "BREITE": "50 N 39", "GEBORT": "Roubaix (Nord)", "LAENGE": "003 E 05", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "0", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "4", "GEBZEIT": "01.00", "JUPITER": "2", "ELECTAGE": "61,5", "ELECTDAT": "15.02.1944", "GEBDATUM": "19.08.1882", "STBDATUM": "19.05.1950"}, "date": "2023-08-20T14:44:25+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "02-316"}, "ids-in-source": {"g55": "02-316"}}, "raw": {"DAY": "19-8-1882", "HOUR": "1 h.", "NAME": "LEPOUTRE Carlos", "PLACE": "Roubaix (Nord)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3194	le-rasle-henri-1894-03-22	{"a2": "1108", "g55": "02-317"}	{"g55": "02-317", "lerrcp": "A2-1108"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Le Rasle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1894-03-22 08:00", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.159, "lat": 46.98956, "name": "Nevers", "geoid": 2990474}, "notime": null, "date-ut": "1894-03-22 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Le Rasle"}, "birth": {"tzo": "+00:09:21", "date": "1894-03-22 08:00", "place": {"c2": "58", "cy": "FR", "lg": 3.159, "lat": 46.98956, "name": "Nevers", "geoid": 2990474}, "date-ut": "1894-03-22 07:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1108"}, "ids-in-sources": {"a2": "1108"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "58", "COU": "F", "DAY": "22", "LAT": "46N59", "LON": "3E 9", "MON": "3", "NUM": "1108", "PRO": "S", "SEC": "40", "YEA": "1894", "CITY": "NEVERS"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-317"}, "ids-in-source": {"g55": "02-317"}}, "raw": {"DAY": "22-3-1894", "HOUR": "8 h.", "NAME": "LE RASLE Henri", "PLACE": "Nevers (Nièvre)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3197	lesieur-emile-1883-03-23	{"a2": "1111", "g55": "02-320"}	{"g55": "02-320", "lerrcp": "A2-1111"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Lesieur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:49", "date": "1883-03-23 21:00", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "notime": null, "date-ut": "1883-03-23 20:59:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Lesieur"}, "birth": {"tzo": "+00:00:49", "date": "1883-03-23 21:00", "place": {"c2": "72", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "date-ut": "1883-03-23 20:59:12"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1111"}, "ids-in-sources": {"a2": "1111"}}, "raw": {"H": "20", "MN": "59", "TZ": "0", "COD": "72", "COU": "F", "DAY": "23", "LAT": "48N 1", "LON": "0E12", "MON": "3", "NUM": "1111", "PRO": "S", "SEC": "12", "YEA": "1883", "CITY": "LE MANS"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-320"}, "ids-in-source": {"g55": "02-320"}}, "raw": {"DAY": "23-3-1883", "HOUR": "21 h.", "NAME": "LESIEUR Emile", "PLACE": "Le Mans (Sarthe)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2013	couttet-james-1921-07-06	{"a1": "2015", "g55": "03-422", "3a_sports": "1148", "cfepp-final3": "976"}	{"g55": "03-422", "cfepp": "CF-976", "cpara": "CP-133", "ertel": "ES-1148", "lerrcp": "A1-2015"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "James", "family": "Couttet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1921-07-06 23:00", "note": null, "place": {"c1": null, "c2": "74", "c3": "", "cy": "FR", "lg": 6.11667, "lat": 45.9, "name": "Chamonix", "geoid": 0}, "notime": null, "date-ut": "1921-07-06 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["skier"]	5	null	[{"new": {"name": {"given": "James", "family": "Couttet"}, "birth": {"tzo": "+01:00", "date": "1921-07-06 23:30", "place": {"c2": "74", "cy": "FR", "lg": 6.11667, "lat": 45.9, "name": "Chamonix", "geoid": 0}, "date-ut": "1921-07-06 22:30"}, "occus": ["skier"], "trust": 5, "partial_ids": {"lerrcp": "A1-2015"}, "ids-in-sources": {"a1": "2015"}}, "raw": {"H": "22", "MN": "30", "TZ": "0", "COD": "74", "COU": "F", "DAY": "6", "LAT": "45N54", "LON": "6E 7", "MON": "7", "NUM": "2015", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "CHAMONIX"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-07-06 23:30"}, "partial-ids": {"ertel": "ES-1148"}}, "raw": {"L": "", "MF": "", "NR": "1148", "ENG": "", "MA_": "0", "G_NR": "2015", "MA12": "9", "MARS": "25", "NAME": "Couttet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,200", "CSINR": "", "KURTZ": "d", "PHAS_": "0,500", "STUND": "23,50", "CFEPNR": "976", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.07.", "ZITATE": "DHKS", "ZITSUM": "4", "INDGRUP": "I", "PARA_NR": "133", "VORNAME": "James", "ZITRANG": "5", "GAUQ1955": "+", "GEBDATUM": "06.07.1921", "GQBECORR": "c", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SKII", "CHRISNAME": "0", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "couttet-james-1921-07-06", "birth": {"date": "1921-07-06 23:00", "place": {"c3": ""}, "date-ut": "1921-07-06 22:00"}, "occus": ["skier"], "ids-in-sources": {"cfepp-final3": "976"}}, "raw": {"S": "8", "LT": "23 00", "LV": "M", "TR": "f", "UT": "22 00", "LAT": "+45.92", "SRC": "ALG", "LONG": "-06.87", "NAME": "COUTTET James", "SPORT": "Skiing", "LOC_DATE": "1921 07 06", "UNIV_DATE": "1921 07 06", "BIRTH_PLACE": "CHAMONIX MONT BLANC", "POSTAL_CODE": "74403 CEDEX"}, "date": "2023-08-20T14:46:16+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Chamonix"}}, "partial-ids": {"g55": "03-422"}, "ids-in-source": {"g55": "03-422"}}, "raw": {"DAY": "6-7-1921", "HOUR": "23 h. 30", "NAME": "COUTTET James", "PLACE": "Chamonix (Haute-Savoie)."}, "date": "2023-08-20T14:48:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
3199	levy-maurice-1893-10-31	{"a2": "1113", "g55": "02-322"}	{"g55": "02-322", "lerrcp": "A2-1113"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Levy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": -0.63588, "lat": 35.69906, "name": "Oran", "geoid": 2485926}, "notime": null, "date-ut": "1893-10-31 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Levy"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": -0.63588, "lat": 35.69906, "name": "Oran", "geoid": 2485926}, "date-ut": "1893-10-31 09:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1113"}, "ids-in-sources": {"a2": "1113"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "31", "LAT": "35N40", "LON": "0W30", "MON": "10", "NUM": "1113", "PRO": "S", "SEC": "40", "YEA": "1893", "CITY": "ORAN"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-322"}, "ids-in-source": {"g55": "02-322"}}, "raw": {"DAY": "31-10-1893", "HOUR": "10 h.", "NAME": "LEVY Maurice", "PLACE": "Oran (Algérie)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
24269	lian-camije-1882-01-04	{"g55": "02-323"}	{"g55": "02-323"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camije", "family": "Lian", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1882-01-04 02:00", "note": null, "place": {"c1": "", "c2": "89", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Treigny", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Camije", "family": "Lian", "nobility": ""}, "birth": {"date": "1882-01-04 02:00", "place": {"c1": "", "c2": "89", "c3": "", "cy": "FR", "name": "Treigny"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"g55": "02-323"}}, "raw": {"DAY": "4-1-1882", "HOUR": "2 h.", "NAME": "LIAN Camije", "PLACE": "Treigny (Yonne)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
24270	heritier-georges-1898-07-09	{"g55": "02-324"}	{"g55": "02-324"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Heritier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1898-07-09 13:00", "note": null, "place": {"c1": "", "c2": "34", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-André-de-Sangonis", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Heritier", "nobility": ""}, "birth": {"date": "1898-07-09 13:00", "place": {"c1": "", "c2": "34", "c3": "", "cy": "FR", "name": "Saint-André-de-Sangonis"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"g55": "02-324"}}, "raw": {"DAY": "9-7-1898", "HOUR": "13 h.", "NAME": "L’HERITIER Georges", "PLACE": "Saint-André-de-Sangonis (Hér.)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
2526	lhermitte-jean-1877-01-20	{"a2": "439", "g55": "02-325", "afd5": "633"}	{"g55": "02-325", "lerrcp": "A2-439", "muller": "M5-633"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Jean", "family": "Lhermitte", "spouse": [], "official": {"given": "Jacques Jean", "family": null}}	\N	{"lmt": null, "tzo": "+00:13:57", "date": "1877-01-20 10:30", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.48666, "lat": 49.07452, "name": "Mont-Saint-Père", "geoid": 2991990}, "notime": null, "date-ut": "1877-01-20 10:15:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lhermitte"}, "birth": {"tzo": "+00:13:57", "date": "1877-01-20 10:30", "place": {"c2": "02", "cy": "FR", "lg": 3.48666, "lat": 49.07452, "name": "Mont-Saint-Père", "geoid": 2991990}, "date-ut": "1877-01-20 10:15:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-439"}, "ids-in-sources": {"a2": "439"}}, "raw": {"H": "10", "MN": "15", "TZ": "0", "COD": "02", "COU": "F", "DAY": "20", "LAT": "49N34", "LON": "3E37", "MON": "1", "NUM": "439", "PRO": "S", "SEC": "32", "YEA": "1877", "CITY": "MONT-SAINT-PERE"}, "date": "2023-08-20T14:43:12+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Lhermitte", "official": {"given": "Jacques Jean"}}, "birth": {"date": "1877-01-20 10:30", "place": {"name": "Mont-Saint-Père"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "633"}}, "raw": {"NR": "633", "GNR": "SA2439", "JU_": "2", "MA_": "0", "MO_": "2", "SA_": "2", "SO_": "1", "VE_": "2", "CODE": "3", "JAHR": "1877", "KORR": "", "MARS": "15", "MODE": "LMT", "MOND": "1", "NAME": "LHERMITTE (JACQUES JEAN).", "AUFAB": "7.80", "PHAS_": "24.500", "SONNE": "6", "VENUS": "10", "BREITE": "49 N 34", "GEBORT": "Mont-Saint-Père (Aisne)", "LAENGE": "003 E 37", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "2", "SAMPLE": "MUERGAUQ", "SATURN": "2", "GEBZEIT": "10.30", "JUPITER": "12", "ELECTAGE": "65,4", "ELECTDAT": "19.05.1942", "GEBDATUM": "20.01.1877", "STBDATUM": "24.01.1959"}, "date": "2023-08-20T14:44:26+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "02-325"}, "ids-in-source": {"g55": "02-325"}}, "raw": {"DAY": "20-1-1877", "HOUR": "10 h. 30", "NAME": "LHERMITTE Jean", "PLACE": "Mont-Saint-Peére (Aisne)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3201	locard-edmond-1877-12-13	{"a2": "1115", "g55": "02-326"}	{"g55": "02-326", "lerrcp": "A2-1115"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Locard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:03", "date": "1877-12-13 11:30", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.51294, "lat": 45.4759, "name": "Saint-Chamond", "geoid": 2981206}, "notime": null, "date-ut": "1877-12-13 11:12:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Locard"}, "birth": {"tzo": "+00:18:03", "date": "1877-12-13 11:30", "place": {"c2": "42", "cy": "FR", "lg": 4.51294, "lat": 45.4759, "name": "Saint-Chamond", "geoid": 2981206}, "date-ut": "1877-12-13 11:12:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1115"}, "ids-in-sources": {"a2": "1115"}}, "raw": {"H": "11", "MN": "12", "TZ": "0", "COD": "42", "COU": "F", "DAY": "13", "LAT": "45N26", "LON": "4E23", "MON": "12", "NUM": "1115", "PRO": "S", "SEC": "28", "YEA": "1877", "CITY": "ST-CHAMOND"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-326"}, "ids-in-source": {"g55": "02-326"}}, "raw": {"DAY": "13-12-1877", "HOUR": "11 h. 30", "NAME": "LOCARD Edmond", "PLACE": "Saint-Chamond (Loire)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3203	loppe-etienne-1883-10-12	{"a2": "1117", "g55": "02-327"}	{"g55": "02-327", "lerrcp": "A2-1117"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Loppe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:59", "date": "1883-10-12 11:00", "note": null, "place": {"c1": null, "c2": "05", "c3": null, "cy": "FR", "lg": 6.49526, "lat": 44.56387, "name": "Embrun", "geoid": 3020251}, "notime": null, "date-ut": "1883-10-12 10:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Loppe"}, "birth": {"tzo": "+00:25:59", "date": "1883-10-12 11:00", "place": {"c2": "05", "cy": "FR", "lg": 6.49526, "lat": 44.56387, "name": "Embrun", "geoid": 3020251}, "date-ut": "1883-10-12 10:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1117"}, "ids-in-sources": {"a2": "1117"}}, "raw": {"H": "10", "MN": "36", "TZ": "0", "COD": "05", "COU": "F", "DAY": "12", "LAT": "44N33", "LON": "6E 0", "MON": "10", "NUM": "1117", "PRO": "S", "SEC": "0", "YEA": "1883", "CITY": "EMBRUN"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-327"}, "ids-in-source": {"g55": "02-327"}}, "raw": {"DAY": "12-10-1883", "HOUR": "11 h.", "NAME": "LOPPE Etienne", "PLACE": "Embrun (Hautes-Alpes)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
24271	longjumeau-pierre-1894-04-04	{"g55": "02-328"}	{"g55": "02-328"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Longjumeau", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1894-04-04 21:00", "note": null, "place": {"c1": "", "c2": "58", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Montsauche", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Longjumeau", "nobility": ""}, "birth": {"date": "1894-04-04 21:00", "place": {"c1": "", "c2": "58", "c3": "", "cy": "FR", "name": "Montsauche"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"g55": "02-328"}}, "raw": {"DAY": "4-4-1894", "HOUR": "21 h.", "NAME": "LONGJUMEAU Pierre", "PLACE": "Montsauche (Nièvre)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3206	lucas-arthur-1861-06-03	{"a2": "1120", "g55": "02-330"}	{"g55": "02-330", "lerrcp": "A2-1120"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Lucas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:08", "date": "1861-06-03 03:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Laigues", "geoid": 0}, "notime": null, "date-ut": "1861-06-03 02:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Lucas"}, "birth": {"tzo": "+00:20:08", "date": "1861-06-03 03:00", "place": {"c2": "21", "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Laigues", "geoid": 0}, "date-ut": "1861-06-03 02:39:52"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1120"}, "ids-in-sources": {"a2": "1120"}}, "raw": {"H": "2", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "3", "LAT": "47N19", "LON": "5E 2", "MON": "6", "NUM": "1120", "PRO": "S", "SEC": "52", "YEA": "1861", "CITY": "LAIGUES"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Laigues"}}, "partial-ids": {"g55": "02-330"}, "ids-in-source": {"g55": "02-330"}}, "raw": {"DAY": "3-6-1861", "HOUR": "3 h.", "NAME": "LUCAS Arthur", "PLACE": "Laigues (Côte-d’Or)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3207	lucy-andre-1895-09-10	{"a2": "1121", "g55": "02-331"}	{"g55": "02-331", "lerrcp": "A2-1121"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Lucy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-09-10 23:30", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1895-09-10 23:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Lucy"}, "birth": {"tzo": "+00:09:21", "date": "1895-09-10 23:30", "place": {"c2": "21", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1895-09-10 23:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1121"}, "ids-in-sources": {"a2": "1121"}}, "raw": {"H": "23", "MN": "20", "TZ": "0", "COD": "21", "COU": "F", "DAY": "10", "LAT": "47N19", "LON": "5E 2", "MON": "9", "NUM": "1121", "PRO": "S", "SEC": "40", "YEA": "1895", "CITY": "DIJON"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-331"}, "ids-in-source": {"g55": "02-331"}}, "raw": {"DAY": "10-9-1895", "HOUR": "23 h. 30", "NAME": "LUCY André", "PLACE": "Dijon (Côte-d’Or)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3209	lutembacher-rene-1884-09-21	{"a2": "1123", "g55": "02-333"}	{"g55": "02-333", "lerrcp": "A2-1123"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Lutembacher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:41", "date": "1884-09-21 15:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.16966, "lat": 48.75909, "name": "Jouy-en-Josas", "geoid": 3012165}, "notime": null, "date-ut": "1884-09-21 14:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Lutembacher"}, "birth": {"tzo": "+00:08:41", "date": "1884-09-21 15:00", "place": {"c2": "78", "cy": "FR", "lg": 2.16966, "lat": 48.75909, "name": "Jouy-en-Josas", "geoid": 3012165}, "date-ut": "1884-09-21 14:51:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1123"}, "ids-in-sources": {"a2": "1123"}}, "raw": {"H": "14", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "21", "LAT": "48N50", "LON": "2E 8", "MON": "9", "NUM": "1123", "PRO": "S", "SEC": "28", "YEA": "1884", "CITY": "JOUY-EN-JOSAS"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-333"}, "ids-in-source": {"g55": "02-333"}}, "raw": {"DAY": "21-9-1884", "HOUR": "15 h.", "NAME": "LUTEMBACHER René", "PLACE": "Jouy-en-Josas (Seine-et-Oise)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3211	malien-campsavy-georges-1880-01-18	{"a2": "1125", "g55": "02-335"}	{"g55": "02-335", "lerrcp": "A2-1125"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Malien Campsavy Georges", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:59", "date": "1880-01-18 10:00", "note": null, "place": {"c1": null, "c2": "43", "c3": null, "cy": "FR", "lg": 3.4942, "lat": 45.10028, "name": "Langeac", "geoid": 3007730}, "notime": null, "date-ut": "1880-01-18 09:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "Malien Campsavy Georges"}, "birth": {"tzo": "+00:13:59", "date": "1880-01-18 10:00", "place": {"c2": "43", "cy": "FR", "lg": 3.4942, "lat": 45.10028, "name": "Langeac", "geoid": 3007730}, "date-ut": "1880-01-18 09:44:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1125"}, "ids-in-sources": {"a2": "1125"}}, "raw": {"H": "9", "MN": "44", "TZ": "0", "COD": "43", "COU": "F", "DAY": "18", "LAT": "45N 3", "LON": "3E53", "MON": "1", "NUM": "1125", "PRO": "S", "SEC": "28", "YEA": "1880", "CITY": "LANGEAC"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-335"}, "ids-in-source": {"g55": "02-335"}}, "raw": {"DAY": "18-1-1880", "HOUR": "10 h.", "NAME": "MALIEU de CAMPSAVY Georges", "PLACE": "Langeac (Hte-Loire)."}, "date": "2023-08-20T14:48:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3217	marsal-pierre-1900-03-31	{"a2": "1131", "g55": "02-341"}	{"g55": "02-341", "lerrcp": "A2-1131"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Marsal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1900-03-31 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Marsal"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1900-03-31 01:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1131"}, "ids-in-sources": {"a2": "1131"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "54", "COU": "F", "DAY": "31", "LAT": "48N42", "LON": "6E12", "MON": "3", "NUM": "1131", "PRO": "S", "SEC": "40", "YEA": "1900", "CITY": "NANCY"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-341"}, "ids-in-source": {"g55": "02-341"}}, "raw": {"DAY": "31-3-1900", "HOUR": "2 h.", "NAME": "MARSAL Pierre", "PLACE": "Nancy (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:48:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3219	martin-arthur-1888-05-01	{"a2": "1133", "g55": "02-343"}	{"g55": "02-343", "lerrcp": "A2-1133"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Martin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:24", "date": "1888-05-01 08:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35, "lat": 43.85, "name": "Bességes", "geoid": 0}, "notime": null, "date-ut": "1888-05-01 07:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Martin"}, "birth": {"tzo": "+00:17:24", "date": "1888-05-01 08:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35, "lat": 43.85, "name": "Bessegues", "geoid": 0}, "date-ut": "1888-05-01 07:42:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1133"}, "ids-in-sources": {"a2": "1133"}}, "raw": {"H": "7", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "1", "LAT": "43N51", "LON": "4E21", "MON": "5", "NUM": "1133", "PRO": "S", "SEC": "36", "YEA": "1888", "CITY": "BESSEGUES"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Bességes"}}, "partial-ids": {"g55": "02-343"}, "ids-in-source": {"g55": "02-343"}}, "raw": {"DAY": "1-5-1888", "HOUR": "8 h.", "NAME": "MARTIN Arthur", "PLACE": "Bességes (Gard)."}, "date": "2023-08-20T14:48:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3220	martin-henry-1888-03-07	{"a2": "1134", "g55": "02-344"}	{"g55": "02-344", "lerrcp": "A2-1134"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Martin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:41", "date": "1888-03-07 07:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.4219, "lat": 43.36138, "name": "Bessan", "geoid": 3033099}, "notime": null, "date-ut": "1888-03-07 06:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Martin"}, "birth": {"tzo": "+00:13:41", "date": "1888-03-07 07:00", "place": {"c2": "34", "cy": "FR", "lg": 3.4219, "lat": 43.36138, "name": "Bessan", "geoid": 3033099}, "date-ut": "1888-03-07 06:44:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1134"}, "ids-in-sources": {"a2": "1134"}}, "raw": {"H": "6", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "7", "LAT": "43N37", "LON": "3E53", "MON": "3", "NUM": "1134", "PRO": "S", "SEC": "28", "YEA": "1888", "CITY": "BESSAN"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-344"}, "ids-in-source": {"g55": "02-344"}}, "raw": {"DAY": "7-3-1888", "HOUR": "7 h.", "NAME": "MARTIN Henry", "PLACE": "Bessan (Hérault)."}, "date": "2023-08-20T14:48:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3221	martinaud-georges-1900-09-10	{"a2": "1135", "g55": "02-345"}	{"g55": "02-345", "lerrcp": "A2-1135"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Martinaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-09-10 10:30", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": 0.15345, "lat": 45.64997, "name": "Angoulême", "geoid": 3037598}, "notime": null, "date-ut": "1900-09-10 10:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Martinaud"}, "birth": {"tzo": "+00:09:21", "date": "1900-09-10 10:30", "place": {"c2": "16", "cy": "FR", "lg": 0.15345, "lat": 45.64997, "name": "Angoulême", "geoid": 3037598}, "date-ut": "1900-09-10 10:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1135"}, "ids-in-sources": {"a2": "1135"}}, "raw": {"H": "10", "MN": "20", "TZ": "0", "COD": "16", "COU": "F", "DAY": "10", "LAT": "45N39", "LON": "0E10", "MON": "9", "NUM": "1135", "PRO": "S", "SEC": "40", "YEA": "1900", "CITY": "ANGOULEME"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-345"}, "ids-in-source": {"g55": "02-345"}}, "raw": {"DAY": "10-9-1900", "HOUR": "10 h. 30", "NAME": "MARTINAUD Georges", "PLACE": "Angouieme (Charente)."}, "date": "2023-08-20T14:48:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3223	massart-raphael-1889-06-22	{"a2": "1137", "g55": "02-347"}	{"g55": "02-347", "lerrcp": "A2-1137"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raphaël", "family": "Massart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:56", "date": "1889-06-22 03:30", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": 0.23294, "lat": 49.41985, "name": "Honfleur", "geoid": 3013173}, "notime": null, "date-ut": "1889-06-22 03:31:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Raphaël", "family": "Massart"}, "birth": {"tzo": "+00:00:56", "date": "1889-06-22 03:30", "place": {"c2": "14", "cy": "FR", "lg": 0.23294, "lat": 49.41985, "name": "Honfleur", "geoid": 3013173}, "date-ut": "1889-06-22 03:31:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1137"}, "ids-in-sources": {"a2": "1137"}}, "raw": {"H": "3", "MN": "31", "TZ": "0", "COD": "14", "COU": "F", "DAY": "22", "LAT": "49N11", "LON": "0W22", "MON": "6", "NUM": "1137", "PRO": "S", "SEC": "28", "YEA": "1889", "CITY": "HONFLEUR"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-347"}, "ids-in-source": {"g55": "02-347"}}, "raw": {"DAY": "22-6-1889", "HOUR": "3 h. 30", "NAME": "MASSART Raphaél", "PLACE": "l4onfleur (Calvados)."}, "date": "2023-08-20T14:48:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3225	matter-willy-1900-02-27	{"a2": "1139", "g55": "02-349"}	{"g55": "02-349", "lerrcp": "A2-1139"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Willy", "family": "Matter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.75, "lat": 48.58333, "name": "Schweighausen", "geoid": 0}, "notime": null, "date-ut": "1900-02-27 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Willy", "family": "Matter"}, "birth": {"place": {"c2": "67", "cy": "FR", "lg": 7.75, "lat": 48.58333, "name": "Schweighausen", "geoid": 0}, "date-ut": "1900-02-27 04:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1139"}, "ids-in-sources": {"a2": "1139"}}, "raw": {"H": "5", "MN": "0", "TZ": "-1", "COD": "67", "COU": "F", "DAY": "27", "LAT": "48N35", "LON": "7E45", "MON": "2", "NUM": "1139", "PRO": "S", "SEC": "0", "YEA": "1900", "CITY": "SCHWEIGHAUSEN"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Schweighausen"}}, "partial-ids": {"g55": "02-349"}, "ids-in-source": {"g55": "02-349"}}, "raw": {"DAY": "27-2-1900", "HOUR": "5 h.", "NAME": "MATTER Willy", "PLACE": "Schweighausen (Bas-Rhin)."}, "date": "2023-08-20T14:48:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3226	maurel-gerard-1887-07-26	{"a2": "1140", "g55": "02-350"}	{"g55": "02-350", "lerrcp": "A2-1140"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gérard", "family": "Maurel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:54", "date": "1887-07-26 18:55:34", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "notime": null, "date-ut": "1887-07-26 19:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gérard", "family": "Maurel"}, "birth": {"tzo": "-00:05:54", "date": "1887-07-26 18:55:34", "place": {"c2": "64", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "date-ut": "1887-07-26 19:01:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1140"}, "ids-in-sources": {"a2": "1140"}}, "raw": {"H": "19", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "26", "LAT": "43N18", "LON": "0W22", "MON": "7", "NUM": "1140", "PRO": "S", "SEC": "28", "YEA": "1887", "CITY": "BAYONNE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-350"}, "ids-in-source": {"g55": "02-350"}}, "raw": {"DAY": "26-7-1887", "HOUR": "19 h.", "NAME": "MAUREL Gérard", "PLACE": "Bayonne (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3228	meeus-emile-1894-05-23	{"a2": "1142", "g55": "02-352"}	{"g55": "02-352", "lerrcp": "A2-1142"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Meeus", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1894-05-23 19:30", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1894-05-23 19:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Meeus"}, "birth": {"tzo": "+00:09:21", "date": "1894-05-23 19:30", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1894-05-23 19:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1142"}, "ids-in-sources": {"a2": "1142"}}, "raw": {"H": "19", "MN": "20", "TZ": "0", "COD": "44", "COU": "F", "DAY": "23", "LAT": "47N13", "LON": "1W35", "MON": "5", "NUM": "1142", "PRO": "S", "SEC": "40", "YEA": "1894", "CITY": "NANTES"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-352"}, "ids-in-source": {"g55": "02-352"}}, "raw": {"DAY": "23-5-1894", "HOUR": "19 h. 30", "NAME": "MEEWS Emile", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:48:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3231	mercier-cosse-armand-1892-07-14	{"a2": "1145", "g55": "02-354"}	{"g55": "02-354", "lerrcp": "A2-1145"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Mercier-Cosse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1892-07-14 06:00", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "notime": null, "date-ut": "1892-07-14 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Mercier-Cosse"}, "birth": {"tzo": "+00:09:21", "date": "1892-07-14 06:00", "place": {"c2": "37", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "date-ut": "1892-07-14 05:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1145"}, "ids-in-sources": {"a2": "1145"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "37", "COU": "F", "DAY": "14", "LAT": "47N24", "LON": "0E42", "MON": "7", "NUM": "1145", "PRO": "S", "SEC": "40", "YEA": "1892", "CITY": "TOURS"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-354"}, "ids-in-source": {"g55": "02-354"}}, "raw": {"DAY": "14-7-1892", "HOUR": "6 h.", "NAME": "MERCIER-COSSE Armand", "PLACE": "Tours (Indre-et-Loire)."}, "date": "2023-08-20T14:48:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3230	menciere-louis-1870-09-25	{"a2": "1144", "g55": "02-355"}	{"g55": "02-355", "lerrcp": "A2-1144"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Menciere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:40", "date": "1870-09-25 03:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -1.16667, "lat": 46.15, "name": "Saint-Genis-de-Saintonge", "geoid": 0}, "notime": null, "date-ut": "1870-09-25 03:04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Menciere"}, "birth": {"tzo": "-00:04:40", "date": "1870-09-25 03:00", "place": {"c2": "17", "cy": "FR", "lg": -1.16667, "lat": 46.15, "name": "Saint-Genis-de-Sai", "geoid": 0}, "date-ut": "1870-09-25 03:04:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1144"}, "ids-in-sources": {"a2": "1144"}}, "raw": {"H": "3", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "25", "LAT": "46N 9", "LON": "1W10", "MON": "9", "NUM": "1144", "PRO": "S", "SEC": "40", "YEA": "1870", "CITY": "ST-GENIS-DE-SAI"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Genis-de-Saintonge"}}, "partial-ids": {"g55": "02-355"}, "ids-in-source": {"g55": "02-355"}}, "raw": {"DAY": "25-9-1870", "HOUR": "3 h.", "NAME": "MENCIERE Louis", "PLACE": "Saint-Geeil-de-Saintonge (Ch.-Inf.)."}, "date": "2023-08-20T14:48:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3233	meyer-henri-1886-03-23	{"a2": "1147", "g55": "02-357"}	{"g55": "02-357", "lerrcp": "A2-1147"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Meyer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:08", "date": "1886-03-23 04:30", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.03333, "lat": 47.25, "name": "Desandanes", "geoid": 0}, "notime": null, "date-ut": "1886-03-23 04:05:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Meyer"}, "birth": {"tzo": "+00:24:08", "date": "1886-03-23 04:30", "place": {"c2": "25", "cy": "FR", "lg": 6.03333, "lat": 47.25, "name": "Desandanes", "geoid": 0}, "date-ut": "1886-03-23 04:05:52"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1147"}, "ids-in-sources": {"a2": "1147"}}, "raw": {"H": "4", "MN": "5", "TZ": "0", "COD": "25", "COU": "F", "DAY": "23", "LAT": "47N15", "LON": "6E 2", "MON": "3", "NUM": "1147", "PRO": "S", "SEC": "52", "YEA": "1886", "CITY": "DESANDANES"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Desandanes"}}, "partial-ids": {"g55": "02-357"}, "ids-in-source": {"g55": "02-357"}}, "raw": {"DAY": "23-3-1886", "HOUR": "4 h. 30", "NAME": "MEYER Henri", "PLACE": "Desandanes (Doubs)."}, "date": "2023-08-20T14:48:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3235	mignon-maurice-1873-05-18	{"a2": "1149", "g55": "02-359"}	{"g55": "02-359", "lerrcp": "A2-1149"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Mignon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:00:19", "date": "1873-05-18 10:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.07808, "lat": 47.25931, "name": "Saumur", "geoid": 2975758}, "notime": null, "date-ut": "1873-05-18 10:02:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Mignon"}, "birth": {"tzo": "-00:00:19", "date": "1873-05-18 10:00", "place": {"c2": "49", "cy": "FR", "lg": -0.07808, "lat": 47.25931, "name": "Saumur", "geoid": 2975758}, "date-ut": "1873-05-18 10:02:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1149"}, "ids-in-sources": {"a2": "1149"}}, "raw": {"H": "10", "MN": "2", "TZ": "0", "COD": "49", "COU": "F", "DAY": "18", "LAT": "47N28", "LON": "0W32", "MON": "5", "NUM": "1149", "PRO": "S", "SEC": "8", "YEA": "1873", "CITY": "SAUMUR"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-359"}, "ids-in-source": {"g55": "02-359"}}, "raw": {"DAY": "18-5-1873", "HOUR": "10 h.", "NAME": "MIGNON Maurice", "PLACE": "Saumur (Maine-et-Loire)."}, "date": "2023-08-20T14:48:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
24272	mitzer-1905-09-01	{"g55": "02-360"}	{"g55": "02-360"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "MITZER", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1905-09-01 12:15", "note": null, "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Algrange", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "", "family": "MITZER", "nobility": ""}, "birth": {"date": "1905-09-01 12:15", "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "name": "Algrange"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"g55": "02-360"}}, "raw": {"DAY": "1-9-1905", "HOUR": "12 h. 15", "NAME": "MITZER", "PLACE": "Algrange (Moselle)."}, "date": "2023-08-20T14:48:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3237	monbrun-albert-1885-10-22	{"a2": "1151", "g55": "02-362"}	{"g55": "02-362", "lerrcp": "A2-1151"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Monbrun", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": -0.63588, "lat": 35.69906, "name": "Oran", "geoid": 2485926}, "notime": null, "date-ut": "1885-10-22 02:32:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Monbrun"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": -0.63588, "lat": 35.69906, "name": "Oran", "geoid": 2485926}, "date-ut": "1885-10-22 02:32:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1151"}, "ids-in-sources": {"a2": "1151"}}, "raw": {"H": "2", "MN": "32", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "22", "LAT": "35N40", "LON": "0W30", "MON": "10", "NUM": "1151", "PRO": "S", "SEC": "0", "YEA": "1885", "CITY": "ORAN"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-362"}, "ids-in-source": {"g55": "02-362"}}, "raw": {"DAY": "22-10-1885", "HOUR": "2 h. 30", "NAME": "MONBRUN Albert", "PLACE": "Oran (Algérie)."}, "date": "2023-08-20T14:48:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3239	montagard-georges-1906-07-25	{"a2": "1153", "g55": "02-365"}	{"g55": "02-365", "lerrcp": "A2-1153"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Montagard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1906-07-25 20:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1906-07-25 19:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Montagard"}, "birth": {"tzo": "+00:09:21", "date": "1906-07-25 20:00", "place": {"c2": "84", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1906-07-25 19:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1153"}, "ids-in-sources": {"a2": "1153"}}, "raw": {"H": "19", "MN": "50", "TZ": "0", "COD": "84", "COU": "F", "DAY": "25", "LAT": "43N57", "LON": "4E50", "MON": "7", "NUM": "1153", "PRO": "S", "SEC": "40", "YEA": "1906", "CITY": "AVIGNON"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-365"}, "ids-in-source": {"g55": "02-365"}}, "raw": {"DAY": "25-7-1906", "HOUR": "20 h.", "NAME": "MONTAGARD Georges", "PLACE": "Avignon (Vaucluse)."}, "date": "2023-08-20T14:48:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3240	montagard-leon-1872-12-04	{"a2": "1154", "g55": "02-366"}	{"g55": "02-366", "lerrcp": "A2-1154"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Montagard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:20", "date": "1872-12-04 03:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 43.95, "name": "Caumont", "geoid": 0}, "notime": null, "date-ut": "1872-12-04 02:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Montagard"}, "birth": {"tzo": "+00:19:20", "date": "1872-12-04 03:00", "place": {"c2": "84", "cy": "FR", "lg": 4.83333, "lat": 43.95, "name": "Caumont", "geoid": 0}, "date-ut": "1872-12-04 02:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1154"}, "ids-in-sources": {"a2": "1154"}}, "raw": {"H": "2", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "4", "LAT": "43N57", "LON": "4E50", "MON": "12", "NUM": "1154", "PRO": "S", "SEC": "40", "YEA": "1872", "CITY": "CAUMONT"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Caumont"}}, "partial-ids": {"g55": "02-366"}, "ids-in-source": {"g55": "02-366"}}, "raw": {"DAY": "4-12-1872", "HOUR": "3 h.", "NAME": "MONTAGARD Léon", "PLACE": "Caumont (Vaucluse)."}, "date": "2023-08-20T14:48:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3242	morel-jacques-1897-02-04	{"a2": "1156", "g55": "02-369"}	{"g55": "02-369", "lerrcp": "A2-1156"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Morel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1897-02-04 16:00", "note": null, "place": {"c1": null, "c2": "73", "c3": null, "cy": "FR", "lg": 5.91667, "lat": 45.56667, "name": "Albertville", "geoid": 0}, "notime": null, "date-ut": "1897-02-04 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Morel"}, "birth": {"tzo": "+00:09:21", "date": "1897-02-04 16:00", "place": {"c2": "73", "cy": "FR", "lg": 5.91667, "lat": 45.56667, "name": "Alberville", "geoid": 0}, "date-ut": "1897-02-04 15:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1156"}, "ids-in-sources": {"a2": "1156"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "73", "COU": "F", "DAY": "4", "LAT": "45N34", "LON": "5E55", "MON": "2", "NUM": "1156", "PRO": "S", "SEC": "40", "YEA": "1897", "CITY": "ALBERVILLE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Albertville"}}, "partial-ids": {"g55": "02-369"}, "ids-in-source": {"g55": "02-369"}}, "raw": {"DAY": "4-2-1897", "HOUR": "16 h.", "NAME": "MOREL Jacques", "PLACE": "Albertville (Savoie)."}, "date": "2023-08-20T14:48:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3245	morvan-jules-1877-05-02	{"a2": "1159", "g55": "02-371"}	{"g55": "02-371", "lerrcp": "A2-1159"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Morvan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:11:04", "date": "1877-05-02 03:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -2.76838, "lat": 48.51513, "name": "Saint-Brieuc", "geoid": 2981280}, "notime": null, "date-ut": "1877-05-02 03:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Morvan"}, "birth": {"tzo": "-00:11:04", "date": "1877-05-02 03:00", "place": {"c2": "22", "cy": "FR", "lg": -2.76838, "lat": 48.51513, "name": "Saint-Brieuc", "geoid": 2981280}, "date-ut": "1877-05-02 03:11"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1159"}, "ids-in-sources": {"a2": "1159"}}, "raw": {"H": "3", "MN": "11", "TZ": "0", "COD": "22", "COU": "F", "DAY": "2", "LAT": "48N31", "LON": "2W45", "MON": "5", "NUM": "1159", "PRO": "S", "SEC": "0", "YEA": "1877", "CITY": "ST-BRIEUC"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-371"}, "ids-in-source": {"g55": "02-371"}}, "raw": {"DAY": "2-5-1877", "HOUR": "3 h.", "NAME": "MORVAN Jules", "PLACE": "Saint-Brieuc (Côtes-du-Nord)."}, "date": "2023-08-20T14:48:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3246	mothe-bernard-1895-08-29	{"a2": "1160", "g55": "02-372"}	{"g55": "02-372", "lerrcp": "A2-1160"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Mothe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-08-29 08:00", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": 0.16667, "lat": 45.65, "name": "Nanteuil-en-Vallée", "geoid": 0}, "notime": null, "date-ut": "1895-08-29 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Mothe"}, "birth": {"tzo": "+00:09:21", "date": "1895-08-29 08:00", "place": {"c2": "16", "cy": "FR", "lg": 0.16667, "lat": 45.65, "name": "Nanteuil-en-Val", "geoid": 0}, "date-ut": "1895-08-29 07:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1160"}, "ids-in-sources": {"a2": "1160"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "16", "COU": "F", "DAY": "29", "LAT": "45N39", "LON": "0E10", "MON": "8", "NUM": "1160", "PRO": "S", "SEC": "40", "YEA": "1895", "CITY": "NANTEUIL-EN-VAL"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Nanteuil-en-Vallée"}}, "partial-ids": {"g55": "02-372"}, "ids-in-source": {"g55": "02-372"}}, "raw": {"DAY": "29-8-1895", "HOUR": "8 h.", "NAME": "MOTHE Bernard", "PLACE": "Nanteuil-en-Vallée (Charente)."}, "date": "2023-08-20T14:48:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3249	mouton-chapat-barthelemy-1871-03-30	{"a2": "1163", "g55": "02-374"}	{"g55": "02-374", "lerrcp": "A2-1163"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Barthelemy", "family": "Mouton-Chapat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:59", "date": "1871-03-30 18:30", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.49736, "lat": 45.92889, "name": "Paslières", "geoid": 2988422}, "notime": null, "date-ut": "1871-03-30 18:17:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Barthelemy", "family": "Mouton-Chapat"}, "birth": {"tzo": "+00:13:59", "date": "1871-03-30 18:30", "place": {"c2": "63", "cy": "FR", "lg": 3.49736, "lat": 45.92889, "name": "Paslières", "geoid": 2988422}, "date-ut": "1871-03-30 18:17:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1163"}, "ids-in-sources": {"a2": "1163"}}, "raw": {"H": "18", "MN": "17", "TZ": "0", "COD": "63", "COU": "F", "DAY": "30", "LAT": "45N47", "LON": "3E 5", "MON": "3", "NUM": "1163", "PRO": "S", "SEC": "40", "YEA": "1871", "CITY": "PASLIERES"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-374"}, "ids-in-source": {"g55": "02-374"}}, "raw": {"DAY": "30-3-1871", "HOUR": "18 h. 30", "NAME": "MOUTON-CHAPAT Barthélemy", "PLACE": "Pasliéres (P.-D.)."}, "date": "2023-08-20T14:48:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3251	musin-edmond-1868-10-27	{"a2": "1165", "g55": "02-376"}	{"g55": "02-376", "lerrcp": "A2-1165"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Musin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:42", "date": "1868-10-27 23:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1868-10-27 22:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Musin"}, "birth": {"tzo": "+00:12:42", "date": "1868-10-27 23:00", "place": {"c2": "59", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1868-10-27 22:47:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1165"}, "ids-in-sources": {"a2": "1165"}}, "raw": {"H": "22", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "27", "LAT": "50N39", "LON": "3E 5", "MON": "10", "NUM": "1165", "PRO": "S", "SEC": "40", "YEA": "1868", "CITY": "ROUBAIX"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-376"}, "ids-in-source": {"g55": "02-376"}}, "raw": {"DAY": "27-10-1868", "HOUR": "23 h.", "NAME": "MUSIN Edmond", "PLACE": "Roubaix (Nord)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3253	neau-henry-1886-12-31	{"a2": "1167", "g55": "02-378"}	{"g55": "02-378", "lerrcp": "A2-1167"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Neau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:56", "date": "1886-12-31 18:30", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.7353, "lat": 48.05963, "name": "Vibraye", "geoid": 2969411}, "notime": null, "date-ut": "1886-12-31 18:29:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Neau"}, "birth": {"tzo": "+00:02:56", "date": "1886-12-31 18:30", "place": {"c2": "72", "cy": "FR", "lg": 0.7353, "lat": 48.05963, "name": "Vibraye", "geoid": 2969411}, "date-ut": "1886-12-31 18:29:12"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1167"}, "ids-in-sources": {"a2": "1167"}}, "raw": {"H": "18", "MN": "29", "TZ": "0", "COD": "72", "COU": "F", "DAY": "31", "LAT": "48N 1", "LON": "0E12", "MON": "12", "NUM": "1167", "PRO": "S", "SEC": "12", "YEA": "1886", "CITY": "VIBRAYE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-378"}, "ids-in-source": {"g55": "02-378"}}, "raw": {"DAY": "31-12-1886", "HOUR": "18 h. 30", "NAME": "NEAU Henry", "PLACE": "Vibraye (Sarthe)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3255	nicolas-henri-1908-10-16	{"a2": "1169", "g55": "02-380"}	{"g55": "02-380", "lerrcp": "A2-1169"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Nicolas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1908-10-16 14:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.58333, "lat": 47.21667, "name": "Montoir-de-Bretagne", "geoid": 0}, "notime": null, "date-ut": "1908-10-16 13:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Nicolas"}, "birth": {"tzo": "+00:09:21", "date": "1908-10-16 14:00", "place": {"c2": "44", "cy": "FR", "lg": -1.58333, "lat": 47.21667, "name": "Montoir-de-Bret", "geoid": 0}, "date-ut": "1908-10-16 13:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1169"}, "ids-in-sources": {"a2": "1169"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "44", "COU": "F", "DAY": "16", "LAT": "47N13", "LON": "1W35", "MON": "10", "NUM": "1169", "PRO": "S", "SEC": "40", "YEA": "1908", "CITY": "MONTOIR-DE-BRET"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Montoir-de-Bretagne"}}, "partial-ids": {"g55": "02-380"}, "ids-in-source": {"g55": "02-380"}}, "raw": {"DAY": "16-10-1908", "HOUR": "14 h.", "NAME": "NICOLAS Henri", "PLACE": "Montoir-de-Bretagne (Loire-Inf.)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3257	oppert-edouard-1878-06-30	{"a2": "1171", "g55": "02-382"}	{"g55": "02-382", "lerrcp": "A2-1171"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Oppert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:49", "date": "1878-06-30 18:30", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.20289, "lat": 48.84598, "name": "Saint-Cloud", "geoid": 2981041}, "notime": null, "date-ut": "1878-06-30 18:21:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Oppert"}, "birth": {"tzo": "+00:08:49", "date": "1878-06-30 18:30", "place": {"c2": "92", "cy": "FR", "lg": 2.20289, "lat": 48.84598, "name": "Saint-Cloud", "geoid": 2981041}, "date-ut": "1878-06-30 18:21:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1171"}, "ids-in-sources": {"a2": "1171"}}, "raw": {"H": "18", "MN": "21", "TZ": "0", "COD": "92", "COU": "F", "DAY": "30", "LAT": "48N50", "LON": "2E11", "MON": "6", "NUM": "1171", "PRO": "S", "SEC": "16", "YEA": "1878", "CITY": "ST-CLOUD"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-382"}, "ids-in-source": {"g55": "02-382"}}, "raw": {"DAY": "30-6-1878", "HOUR": "18 h. 30", "NAME": "OPPERT Edouard", "PLACE": "Saint-Cloud (Seine-et-Oise)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
24273	pancot-henri-1877-12-27	{"g55": "02-383"}	{"g55": "02-383"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Pancot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1877-12-27 18:00", "note": null, "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Omer", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Pancot", "nobility": ""}, "birth": {"date": "1877-12-27 18:00", "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "name": "Saint-Omer"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"g55": "02-383"}}, "raw": {"DAY": "27-12-1877", "HOUR": "18 h.", "NAME": "PANCOT Henri", "PLACE": "Saint-Omer (Pas-de-Calais)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3259	papin-edouard-1890-05-30	{"a2": "1173", "g55": "02-385"}	{"g55": "02-385", "lerrcp": "A2-1173"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Papin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:00:53", "date": "1890-05-30 22:00", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": -0.21986, "lat": 45.61807, "name": "Segonzac", "geoid": 2975321}, "notime": null, "date-ut": "1890-05-30 21:59:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Papin"}, "birth": {"tzo": "-00:00:53", "date": "1890-05-30 22:00", "place": {"c2": "16", "cy": "FR", "lg": -0.21986, "lat": 45.61807, "name": "Segonzac", "geoid": 2975321}, "date-ut": "1890-05-30 21:59:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1173"}, "ids-in-sources": {"a2": "1173"}}, "raw": {"H": "21", "MN": "59", "TZ": "0", "COD": "16", "COU": "F", "DAY": "30", "LAT": "45N39", "LON": "0E10", "MON": "5", "NUM": "1173", "PRO": "S", "SEC": "20", "YEA": "1890", "CITY": "SEGONZAC"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-385"}, "ids-in-source": {"g55": "02-385"}}, "raw": {"DAY": "30-5-1890", "HOUR": "22 h.", "NAME": "PAPIN Edouard", "PLACE": "Segonzac (Charente)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3260	papin-marc-1894-07-05	{"a2": "1174", "g55": "02-386"}	{"g55": "02-386", "lerrcp": "A2-1174"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marc", "family": "Papin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1894-07-05 18:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -0.54813, "lat": 45.58015, "name": "Pons", "geoid": 2986335}, "notime": null, "date-ut": "1894-07-05 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marc", "family": "Papin"}, "birth": {"tzo": "+00:09:21", "date": "1894-07-05 18:00", "place": {"c2": "17", "cy": "FR", "lg": -0.54813, "lat": 45.58015, "name": "Pons", "geoid": 2986335}, "date-ut": "1894-07-05 17:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1174"}, "ids-in-sources": {"a2": "1174"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "17", "COU": "F", "DAY": "5", "LAT": "46N 9", "LON": "1W10", "MON": "7", "NUM": "1174", "PRO": "S", "SEC": "40", "YEA": "1894", "CITY": "PONS"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-386"}, "ids-in-source": {"g55": "02-386"}}, "raw": {"DAY": "5-7-1894", "HOUR": "18 h.", "NAME": "PAPIN Marc", "PLACE": "Pons (Charente-Inférieure)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3263	paschetta-charles-1873-10-01	{"a2": "1177", "g55": "02-388"}	{"g55": "02-388", "lerrcp": "A2-1177"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Paschetta", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:04", "date": "1873-10-01 09:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1873-10-01 08:30:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Paschetta"}, "birth": {"tzo": "+00:29:04", "date": "1873-10-01 09:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1873-10-01 08:30:56"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1177"}, "ids-in-sources": {"a2": "1177"}}, "raw": {"H": "8", "MN": "30", "TZ": "0", "COD": "06", "COU": "F", "DAY": "1", "LAT": "43N42", "LON": "7E16", "MON": "10", "NUM": "1177", "PRO": "S", "SEC": "56", "YEA": "1873", "CITY": "NICE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-388"}, "ids-in-source": {"g55": "02-388"}}, "raw": {"DAY": "1-10-1873", "HOUR": "9 h.", "NAME": "PASCHETTA Charles", "PLACE": "Nice (Alpes-Maritimes)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3267	pechin-charles-1871-06-21	{"a2": "1181", "e3": "1191", "g55": "02-391"}	{"g55": "02-391", "lerrcp": "A2-1181"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Pechin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:40", "date": "1871-06-21 18:00", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.16667, "lat": 48.76667, "name": "Dompierre-les-Bois", "geoid": 0}, "notime": null, "date-ut": "1871-06-21 17:39:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician", "politician"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Pechin"}, "birth": {"tzo": "+00:20:40", "date": "1871-06-21 18:00", "place": {"c2": "55", "cy": "FR", "lg": 5.16667, "lat": 48.76667, "name": "Dompierre-les-B", "geoid": 0}, "date-ut": "1871-06-21 17:39:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1181"}, "ids-in-sources": {"a2": "1181"}}, "raw": {"H": "17", "MN": "39", "TZ": "0", "COD": "55", "COU": "F", "DAY": "21", "LAT": "48N46", "LON": "5E10", "MON": "6", "NUM": "1181", "PRO": "S", "SEC": "20", "YEA": "1871", "CITY": "DOMPIERRE-LES-B"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"occus": ["politician"], "ids-in-sources": {"e3": "1191"}}, "raw": {"H": "18:00", "COD": "25", "DAY": "21", "MON": "06", "NUM": "1191", "PRO": "PO", "YEA": "1871", "CITY": "Dampierre les Bois", "NAME": "PECHIN Charles", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"birth": {"place": {"name": "Dompierre-les-Bois"}}, "partial-ids": {"g55": "02-391"}, "ids-in-source": {"g55": "02-391"}}, "raw": {"DAY": "21-6-1871", "HOUR": "18 h.", "NAME": "PECHIN Charles", "PLACE": "Dompierre-les-Bois (Meuse)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3268	pelle-abel-1898-01-19	{"a2": "1182", "g55": "02-392"}	{"g55": "02-392", "lerrcp": "A2-1182"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Abel", "family": "Pelle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1898-01-19 22:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.81272, "lat": 48.41179, "name": "Meillac", "geoid": 2994743}, "notime": null, "date-ut": "1898-01-19 21:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Abel", "family": "Pelle"}, "birth": {"tzo": "+00:09:21", "date": "1898-01-19 22:00", "place": {"c2": "35", "cy": "FR", "lg": -1.81272, "lat": 48.41179, "name": "Meillac", "geoid": 2994743}, "date-ut": "1898-01-19 21:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1182"}, "ids-in-sources": {"a2": "1182"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "35", "COU": "F", "DAY": "19", "LAT": "48N 7", "LON": "1W40", "MON": "1", "NUM": "1182", "PRO": "S", "SEC": "40", "YEA": "1898", "CITY": "MEILLAC"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-392"}, "ids-in-source": {"g55": "02-392"}}, "raw": {"DAY": "19-1-1898", "HOUR": "22 h.", "NAME": "PELLE Abel", "PLACE": "Meillac (Ille-et-Vilaine)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3273	perrin-paul-1895-09-19	{"a2": "1187", "g55": "02-396"}	{"g55": "02-396", "lerrcp": "A2-1187"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Perrin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-09-19 18:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 2.39972, "lat": 51.04517, "name": "Malo-les-Bains", "geoid": 2996359}, "notime": null, "date-ut": "1895-09-19 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Perrin"}, "birth": {"tzo": "+00:09:21", "date": "1895-09-19 18:00", "place": {"c2": "59", "cy": "FR", "lg": 2.39972, "lat": 51.04517, "name": "Malo-les-Bains", "geoid": 2996359}, "date-ut": "1895-09-19 17:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1187"}, "ids-in-sources": {"a2": "1187"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "59", "COU": "F", "DAY": "19", "LAT": "50N39", "LON": "3E 5", "MON": "9", "NUM": "1187", "PRO": "S", "SEC": "40", "YEA": "1895", "CITY": "MALO-LES-BAINS"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-396"}, "ids-in-source": {"g55": "02-396"}}, "raw": {"DAY": "19-9-1895", "HOUR": "18 h.", "NAME": "PERRIN Paul", "PLACE": "Malo-les-Bains (Nord)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3276	petit-max-1906-03-10	{"a2": "1190", "g55": "02-398"}	{"g55": "02-398", "lerrcp": "A2-1190"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Petit", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1906-03-10 07:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 4.01667, "lat": 49.69526, "name": "Montcornet", "geoid": 2992802}, "notime": null, "date-ut": "1906-03-10 06:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Max", "family": "Petit"}, "birth": {"tzo": "+00:09:21", "date": "1906-03-10 07:00", "place": {"c2": "02", "cy": "FR", "lg": 4.01667, "lat": 49.69526, "name": "Montcornet", "geoid": 2992802}, "date-ut": "1906-03-10 06:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1190"}, "ids-in-sources": {"a2": "1190"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "02", "COU": "F", "DAY": "10", "LAT": "49N34", "LON": "3E37", "MON": "3", "NUM": "1190", "PRO": "S", "SEC": "40", "YEA": "1906", "CITY": "MONTCORNET"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-398"}, "ids-in-source": {"g55": "02-398"}}, "raw": {"DAY": "10-3-1906", "HOUR": "7 h.", "NAME": "PETIT Max", "PLACE": "Montcornet (Aisne)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3277	petrignani-roger-1899-01-12	{"a2": "1191", "g55": "02-400"}	{"g55": "02-400", "lerrcp": "A2-1191"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Petrignani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-01-12 18:00", "note": null, "place": {"c1": null, "c2": "20", "c3": null, "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Corte", "geoid": 0}, "notime": null, "date-ut": "1899-01-12 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Petrignani"}, "birth": {"tzo": "+00:09:21", "date": "1899-01-12 18:00", "place": {"c2": "20", "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Corte", "geoid": 0}, "date-ut": "1899-01-12 17:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1191"}, "ids-in-sources": {"a2": "1191"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "20", "COU": "F", "DAY": "12", "LAT": "41N55", "LON": "8E45", "MON": "1", "NUM": "1191", "PRO": "S", "SEC": "40", "YEA": "1899", "CITY": "CORTE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Corte"}}, "partial-ids": {"g55": "02-400"}, "ids-in-source": {"g55": "02-400"}}, "raw": {"DAY": "12-1-1899", "HOUR": "18 h.", "NAME": "PETRIGNANI Roger", "PLACE": "Corte (Corse)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3280	pierre-maurice-1909-08-21	{"a2": "1194", "g55": "02-402"}	{"g55": "02-402", "lerrcp": "A2-1194"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Pierre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1909-08-21 18:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 3.97946, "lat": 46.48124, "name": "Digoin", "geoid": 3021377}, "notime": null, "date-ut": "1909-08-21 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Pierre"}, "birth": {"tzo": "+00:09:21", "date": "1909-08-21 18:00", "place": {"c2": "71", "cy": "FR", "lg": 3.97946, "lat": 46.48124, "name": "Digoin", "geoid": 3021377}, "date-ut": "1909-08-21 17:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1194"}, "ids-in-sources": {"a2": "1194"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "71", "COU": "F", "DAY": "21", "LAT": "46N18", "LON": "4E50", "MON": "8", "NUM": "1194", "PRO": "S", "SEC": "40", "YEA": "1909", "CITY": "DIGOIN"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-402"}, "ids-in-source": {"g55": "02-402"}}, "raw": {"DAY": "21-8-1909", "HOUR": "18 h.", "NAME": "PIERRE Maurice", "PLACE": "Digoin (Saône-et-Loire)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3282	pigache-andre-1898-07-21	{"a2": "1196", "g55": "02-404"}	{"g55": "02-404", "lerrcp": "A2-1196"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Pigache", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1898-07-21 12:30", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.36667, "lat": 49.18333, "name": "Danvou", "geoid": 0}, "notime": null, "date-ut": "1898-07-21 12:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Pigache"}, "birth": {"tzo": "+00:09:21", "date": "1898-07-21 12:30", "place": {"c2": "14", "cy": "FR", "lg": -0.36667, "lat": 49.18333, "name": "Danvou", "geoid": 0}, "date-ut": "1898-07-21 12:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1196"}, "ids-in-sources": {"a2": "1196"}}, "raw": {"H": "12", "MN": "20", "TZ": "0", "COD": "14", "COU": "F", "DAY": "21", "LAT": "49N11", "LON": "0W22", "MON": "7", "NUM": "1196", "PRO": "S", "SEC": "40", "YEA": "1898", "CITY": "DANVOU"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Danvou"}}, "partial-ids": {"g55": "02-404"}, "ids-in-source": {"g55": "02-404"}}, "raw": {"DAY": "21-7-1898", "HOUR": "12 h. 30", "NAME": "PIGACHE André", "PLACE": "Danvou (Calvados)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
24274	piglet-paul-1873-09-22	{"g55": "02-406"}	{"g55": "02-406"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Piglet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1873-09-22 10:00", "note": null, "place": {"c1": "", "c2": "38", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "La Tronche", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Piglet", "nobility": ""}, "birth": {"date": "1873-09-22 10:00", "place": {"c1": "", "c2": "38", "c3": "", "cy": "FR", "name": "La Tronche"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"g55": "02-406"}}, "raw": {"DAY": "22-9-1873", "HOUR": "10 h.", "NAME": "PIGLET Paul", "PLACE": "La Tronche (Isère)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3285	pironneau-pierre-1882-08-01	{"a2": "1199", "g55": "02-407"}	{"g55": "02-407", "lerrcp": "A2-1199"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Pironneau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:26", "date": "1882-08-01 16:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1882-08-01 15:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Pironneau"}, "birth": {"tzo": "+00:17:26", "date": "1882-08-01 16:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1882-08-01 15:42:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1199"}, "ids-in-sources": {"a2": "1199"}}, "raw": {"H": "15", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "1", "LAT": "43N51", "LON": "4E21", "MON": "8", "NUM": "1199", "PRO": "S", "SEC": "36", "YEA": "1882", "CITY": "NIMES"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-407"}, "ids-in-source": {"g55": "02-407"}}, "raw": {"DAY": "1-8-1882", "HOUR": "16 h.", "NAME": "PIRONNEAU Pierre", "PLACE": "Nimes (Gard)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
24275	plaioust-yves-1891-08-07	{"g55": "02-408"}	{"g55": "02-408"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Plaioust", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1891-08-07 09:00", "note": null, "place": {"c1": "", "c2": "80", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Amiens", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Plaioust", "nobility": ""}, "birth": {"date": "1891-08-07 09:00", "place": {"c1": "", "c2": "80", "c3": "", "cy": "FR", "name": "Amiens"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"g55": "02-408"}}, "raw": {"DAY": "7-8-1891", "HOUR": "9 h.", "NAME": "PLAIOUST Yves", "PLACE": "Amiens (Somme)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
24276	polonowsky-michel-1889-05-25	{"g55": "02-410"}	{"g55": "02-410"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Polonowsky", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1889-05-25 16:30", "note": null, "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Mulhouse", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Polonowsky", "nobility": ""}, "birth": {"date": "1889-05-25 16:30", "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "name": "Mulhouse"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"g55": "02-410"}}, "raw": {"DAY": "25-5-1889", "HOUR": "16 h. 30", "NAME": "POLONOWSKY Michel", "PLACE": "Mulhouse (Haut-Rhin)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3289	polu-raymond-1904-07-18	{"a2": "1203", "g55": "02-411"}	{"g55": "02-411", "lerrcp": "A2-1203"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Polu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.29906, "lat": 49.20443, "name": "Vigy", "geoid": 2969074}, "notime": null, "date-ut": "1904-07-18 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Polu"}, "birth": {"place": {"c2": "57", "cy": "FR", "lg": 6.29906, "lat": 49.20443, "name": "Vigy", "geoid": 2969074}, "date-ut": "1904-07-18 22:30"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1203"}, "ids-in-sources": {"a2": "1203"}}, "raw": {"H": "23", "MN": "30", "TZ": "-1", "COD": "57", "COU": "F", "DAY": "18", "LAT": "49N 7", "LON": "6E11", "MON": "7", "NUM": "1203", "PRO": "S", "SEC": "0", "YEA": "1904", "CITY": "VIGY"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-411"}, "ids-in-source": {"g55": "02-411"}}, "raw": {"DAY": "18-7-1904", "HOUR": "23 h. 30", "NAME": "POLU Raymond", "PLACE": "Viay (Moselle)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3290	pons-henri-1877-03-21	{"a2": "1204", "g55": "02-412"}	{"g55": "02-412", "lerrcp": "A2-1204"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Pons", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:25", "date": "1877-03-21 21:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "notime": null, "date-ut": "1877-03-21 21:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Pons"}, "birth": {"tzo": "-00:01:25", "date": "1877-03-21 21:00", "place": {"c2": "64", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "date-ut": "1877-03-21 21:01:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1204"}, "ids-in-sources": {"a2": "1204"}}, "raw": {"H": "21", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "21", "LAT": "43N18", "LON": "0W22", "MON": "3", "NUM": "1204", "PRO": "S", "SEC": "28", "YEA": "1877", "CITY": "PAU"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-412"}, "ids-in-source": {"g55": "02-412"}}, "raw": {"DAY": "21-3-1877", "HOUR": "21 h.", "NAME": "\\fPONS Henri", "PLACE": "Pau (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3291	porcheron-louis-1873-03-14	{"a2": "1205", "g55": "02-413"}	{"g55": "02-413", "lerrcp": "A2-1205"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Porcheron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:28", "date": "1873-03-14 02:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Pennes-Mirabeau", "geoid": 0}, "notime": null, "date-ut": "1873-03-14 01:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Porcheron"}, "birth": {"tzo": "+00:21:28", "date": "1873-03-14 02:00", "place": {"c2": "13", "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Pennes-Mirabeau", "geoid": 0}, "date-ut": "1873-03-14 01:38:32"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1205"}, "ids-in-sources": {"a2": "1205"}}, "raw": {"H": "1", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "14", "LAT": "43N18", "LON": "5E22", "MON": "3", "NUM": "1205", "PRO": "S", "SEC": "32", "YEA": "1873", "CITY": "PENNES-MIRABEAU"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Pennes-Mirabeau"}}, "partial-ids": {"g55": "02-413"}, "ids-in-source": {"g55": "02-413"}}, "raw": {"DAY": "14-3-1873", "HOUR": "2 h.", "NAME": "PORCHERON Louis", "PLACE": "Pennes-Mirabeau (B.-du-Rhône)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3293	poree-prudent-1908-03-04	{"a2": "1207", "g55": "02-415"}	{"g55": "02-415", "lerrcp": "A2-1207"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Prudent", "family": "Poree", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1908-03-04 06:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.4035, "lat": 48.11112, "name": "Châteaubourg", "geoid": 3026306}, "notime": null, "date-ut": "1908-03-04 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Prudent", "family": "Poree"}, "birth": {"tzo": "+00:09:21", "date": "1908-03-04 06:00", "place": {"c2": "35", "cy": "FR", "lg": -1.4035, "lat": 48.11112, "name": "Châteaubourg", "geoid": 3026306}, "date-ut": "1908-03-04 05:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1207"}, "ids-in-sources": {"a2": "1207"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "35", "COU": "F", "DAY": "4", "LAT": "48N 7", "LON": "1W40", "MON": "3", "NUM": "1207", "PRO": "S", "SEC": "40", "YEA": "1908", "CITY": "CHATEAUBOURG"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-415"}, "ids-in-source": {"g55": "02-415"}}, "raw": {"DAY": "4-3-1908", "HOUR": "6 h.", "NAME": "POREE Prudent", "PLACE": "Chateaubourg (Ille-et-Vilaine)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3295	prieur-maurice-1885-08-07	{"a2": "1209", "g55": "02-417"}	{"g55": "02-417", "lerrcp": "A2-1209"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Prieur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:26", "date": "1885-08-07 01:00", "note": null, "place": {"c1": null, "c2": "79", "c3": null, "cy": "FR", "lg": 0.10691, "lat": 46.13383, "name": "Sauzé-Vaussais", "geoid": 2975612}, "notime": null, "date-ut": "1885-08-07 01:01:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Prieur"}, "birth": {"tzo": "+00:00:26", "date": "1885-08-07 01:00", "place": {"c2": "79", "cy": "FR", "lg": 0.10691, "lat": 46.13383, "name": "Sauzé-Vaussais", "geoid": 2975612}, "date-ut": "1885-08-07 01:01:48"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1209"}, "ids-in-sources": {"a2": "1209"}}, "raw": {"H": "1", "MN": "1", "TZ": "0", "COD": "79", "COU": "F", "DAY": "7", "LAT": "46N19", "LON": "0W27", "MON": "8", "NUM": "1209", "PRO": "S", "SEC": "48", "YEA": "1885", "CITY": "SAUZE-VAUSSAIS"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-417"}, "ids-in-source": {"g55": "02-417"}}, "raw": {"DAY": "7-8-1885", "HOUR": "1 h.", "NAME": "PRIEUR Maurice", "PLACE": "Sauze-Vaussais (Deux-Sévres)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3296	queuille-adrien-1877-08-06	{"a2": "1210", "g55": "02-418"}	{"g55": "02-418", "lerrcp": "A2-1210"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrien", "family": "Queuille", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:46", "date": "1877-08-06 15:00", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 1.94088, "lat": 49.66547, "name": "Grandvilliers", "geoid": 3014918}, "notime": null, "date-ut": "1877-08-06 14:51:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Adrien", "family": "Queuille"}, "birth": {"tzo": "+00:07:46", "date": "1877-08-06 15:00", "place": {"c2": "60", "cy": "FR", "lg": 1.94088, "lat": 49.66547, "name": "Grandvilliers", "geoid": 3014918}, "date-ut": "1877-08-06 14:51:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1210"}, "ids-in-sources": {"a2": "1210"}}, "raw": {"H": "14", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "6", "LAT": "49N26", "LON": "2E 5", "MON": "8", "NUM": "1210", "PRO": "S", "SEC": "40", "YEA": "1877", "CITY": "GRANDVILLIERS"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-418"}, "ids-in-source": {"g55": "02-418"}}, "raw": {"DAY": "6-8-1877", "HOUR": "15 h.", "NAME": "QUEUILLE Adrien", "PLACE": "Grandvilliers (Oise)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3298	rabourdin-andre-1883-06-12	{"a2": "1212", "g55": "02-420"}	{"g55": "02-420", "lerrcp": "A2-1212"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Rabourdin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:19", "date": "1883-06-12 08:30", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 1.82992, "lat": 48.64374, "name": "Rambouillet", "geoid": 2984513}, "notime": null, "date-ut": "1883-06-12 08:21:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "André", "family": "Rabourdin"}, "birth": {"tzo": "+00:07:19", "date": "1883-06-12 08:30", "place": {"c2": "78", "cy": "FR", "lg": 1.82992, "lat": 48.64374, "name": "Rambouillet", "geoid": 2984513}, "date-ut": "1883-06-12 08:21:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1212"}, "ids-in-sources": {"a2": "1212"}}, "raw": {"H": "8", "MN": "21", "TZ": "0", "COD": "78", "COU": "F", "DAY": "12", "LAT": "48N50", "LON": "2E 8", "MON": "6", "NUM": "1212", "PRO": "S", "SEC": "28", "YEA": "1883", "CITY": "RAMBOUILLET"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-420"}, "ids-in-source": {"g55": "02-420"}}, "raw": {"DAY": "12-6-1883", "HOUR": "8 h. 30", "NAME": "RABOURDIN André Nic.", "PLACE": "Rambouillet (S.-et-O.)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3303	regard-jean-1901-12-07	{"a2": "1217", "g55": "02-424"}	{"g55": "02-424", "lerrcp": "A2-1217"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Regard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1901-12-07 17:20", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "notime": null, "date-ut": "1901-12-07 17:10:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Regard"}, "birth": {"tzo": "+00:09:21", "date": "1901-12-07 17:20", "place": {"c2": "26", "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "date-ut": "1901-12-07 17:10:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1217"}, "ids-in-sources": {"a2": "1217"}}, "raw": {"H": "17", "MN": "10", "TZ": "0", "COD": "26", "COU": "F", "DAY": "7", "LAT": "44N56", "LON": "4E54", "MON": "12", "NUM": "1217", "PRO": "S", "SEC": "40", "YEA": "1901", "CITY": "VALENCE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-424"}, "ids-in-source": {"g55": "02-424"}}, "raw": {"DAY": "7-12-1901", "HOUR": "17 h. 20", "NAME": "REGAD Jean", "PLACE": "Valence (Drôme)."}, "date": "2023-08-20T14:48:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3305	rehm-pierre-1884-01-02	{"a2": "1219", "g55": "02-426"}	{"g55": "02-426", "lerrcp": "A2-1219"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Rehm", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1884-01-02 05:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1884-01-02 04:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Rehm"}, "birth": {"tzo": "+00:08:32", "date": "1884-01-02 05:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1884-01-02 04:51:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1219"}, "ids-in-sources": {"a2": "1219"}}, "raw": {"H": "4", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E 8", "MON": "1", "NUM": "1219", "PRO": "S", "SEC": "28", "YEA": "1884", "CITY": "VERSAILLES"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-426"}, "ids-in-source": {"g55": "02-426"}}, "raw": {"DAY": "2-1-1884", "HOUR": "5 h.", "NAME": "REHM Pierre-L.", "PLACE": "Versailles (Seine-et-Oise)."}, "date": "2023-08-20T14:48:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3306	renard-leon-1888-06-03	{"a2": "1220", "g55": "02-427"}	{"g55": "02-427", "lerrcp": "A2-1220"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Renard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:38", "date": "1888-06-03 15:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.40959, "lat": 49.30579, "name": "Tailleville", "geoid": 2973541}, "notime": null, "date-ut": "1888-06-03 15:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Renard"}, "birth": {"tzo": "-00:01:38", "date": "1888-06-03 15:00", "place": {"c2": "14", "cy": "FR", "lg": -0.40959, "lat": 49.30579, "name": "Tailleville", "geoid": 2973541}, "date-ut": "1888-06-03 15:01:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1220"}, "ids-in-sources": {"a2": "1220"}}, "raw": {"H": "15", "MN": "1", "TZ": "0", "COD": "14", "COU": "F", "DAY": "3", "LAT": "49N11", "LON": "0W22", "MON": "6", "NUM": "1220", "PRO": "S", "SEC": "28", "YEA": "1888", "CITY": "TAILLEVILLE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-427"}, "ids-in-source": {"g55": "02-427"}}, "raw": {"DAY": "3-6-1888", "HOUR": "15 h.", "NAME": "RENARD Léon", "PLACE": "Tailleville (Calvados)."}, "date": "2023-08-20T14:48:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
24277	reveillac-edouard-1885-08-03	{"g55": "02-428"}	{"g55": "02-428"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Reveillac", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1885-08-03 11:00", "note": null, "place": {"c1": "", "c2": "15", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Velzic", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Reveillac", "nobility": ""}, "birth": {"date": "1885-08-03 11:00", "place": {"c1": "", "c2": "15", "c3": "", "cy": "FR", "name": "Velzic"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"g55": "02-428"}}, "raw": {"DAY": "3-8-1885", "HOUR": "11 h.", "NAME": "REVEILLAC Edouard", "PLACE": "Velzic (Cantal)."}, "date": "2023-08-20T14:48:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3309	rhenter-jean-1882-06-29	{"a2": "1223", "g55": "02-430"}	{"g55": "02-430", "lerrcp": "A2-1223"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Rhenter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:05", "date": "1882-06-29 08:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.27236, "lat": 45.59889, "name": "Bourgoin", "geoid": 3030960}, "notime": null, "date-ut": "1882-06-29 07:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Rhenter"}, "birth": {"tzo": "+00:21:05", "date": "1882-06-29 08:00", "place": {"c2": "38", "cy": "FR", "lg": 5.27236, "lat": 45.59889, "name": "Bourgoin", "geoid": 3030960}, "date-ut": "1882-06-29 07:37:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1223"}, "ids-in-sources": {"a2": "1223"}}, "raw": {"H": "7", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "29", "LAT": "45N11", "LON": "5E43", "MON": "6", "NUM": "1223", "PRO": "S", "SEC": "8", "YEA": "1882", "CITY": "BOURGOIN"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-430"}, "ids-in-source": {"g55": "02-430"}}, "raw": {"DAY": "29-6-1882", "HOUR": "8 h.", "NAME": "RHEUTER Jean", "PLACE": "Bourgoin (Isère)."}, "date": "2023-08-20T14:48:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3311	riche-vincent-1876-09-09	{"a2": "1225", "g55": "02-432"}	{"g55": "02-432", "lerrcp": "A2-1225"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincent", "family": "Riche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:32", "date": "1876-09-09 02:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.88333, "lat": 43.61667, "name": "Cessenon", "geoid": 0}, "notime": null, "date-ut": "1876-09-09 01:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Vincent", "family": "Riche"}, "birth": {"tzo": "+00:15:32", "date": "1876-09-09 02:00", "place": {"c2": "34", "cy": "FR", "lg": 3.88333, "lat": 43.61667, "name": "Cessenon", "geoid": 0}, "date-ut": "1876-09-09 01:44:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1225"}, "ids-in-sources": {"a2": "1225"}}, "raw": {"H": "1", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "9", "LAT": "43N37", "LON": "3E53", "MON": "9", "NUM": "1225", "PRO": "S", "SEC": "28", "YEA": "1876", "CITY": "CESSENON"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Cessenon"}}, "partial-ids": {"g55": "02-432"}, "ids-in-source": {"g55": "02-432"}}, "raw": {"DAY": "9-9-1876", "HOUR": "2 h.", "NAME": "RICHE Vincent", "PLACE": "Cessenon (Hérault)."}, "date": "2023-08-20T14:48:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3314	roccaserra-vincent-1872-09-07	{"a2": "1228", "g55": "02-434"}	{"g55": "02-434", "lerrcp": "A2-1228"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincent", "family": "Roccaserra", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:35", "date": "1872-09-07 06:00", "note": null, "place": {"c1": null, "c2": "20", "c3": null, "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Sarténe", "geoid": 0}, "notime": null, "date-ut": "1872-09-07 05:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Vincent", "family": "Roccaserra"}, "birth": {"tzo": "+00:35", "date": "1872-09-07 06:00", "place": {"c2": "20", "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Sartene", "geoid": 0}, "date-ut": "1872-09-07 05:25"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1228"}, "ids-in-sources": {"a2": "1228"}}, "raw": {"H": "5", "MN": "25", "TZ": "0", "COD": "20", "COU": "F", "DAY": "7", "LAT": "41N55", "LON": "8E45", "MON": "9", "NUM": "1228", "PRO": "S", "SEC": "0", "YEA": "1872", "CITY": "SARTENE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Sarténe"}}, "partial-ids": {"g55": "02-434"}, "ids-in-source": {"g55": "02-434"}}, "raw": {"DAY": "7-9-1872", "HOUR": "6 h.", "NAME": "ROCCASERRA (de)", "PLACE": "Sarténe (Corse)."}, "date": "2023-08-20T14:48:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3316	rolland-joseph-1871-07-10	{"a2": "1230", "g55": "02-436"}	{"g55": "02-436", "lerrcp": "A2-1230"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Rolland", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:46", "date": "1871-07-10 22:00", "note": null, "place": {"c1": null, "c2": "04", "c3": null, "cy": "FR", "lg": 6.44297, "lat": 44.04859, "name": "Lambruisse", "geoid": 3008195}, "notime": null, "date-ut": "1871-07-10 21:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Rolland"}, "birth": {"tzo": "+00:25:46", "date": "1871-07-10 22:00", "place": {"c2": "04", "cy": "FR", "lg": 6.44297, "lat": 44.04859, "name": "Lambruisse", "geoid": 3008195}, "date-ut": "1871-07-10 21:35"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1230"}, "ids-in-sources": {"a2": "1230"}}, "raw": {"H": "21", "MN": "35", "TZ": "0", "COD": "04", "COU": "F", "DAY": "10", "LAT": "44N 6", "LON": "6E15", "MON": "7", "NUM": "1230", "PRO": "S", "SEC": "0", "YEA": "1871", "CITY": "LAMBRUISSE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-436"}, "ids-in-source": {"g55": "02-436"}}, "raw": {"DAY": "10-7-1871", "HOUR": "22 h.", "NAME": "ROLLAND Joseph", "PLACE": "Lambruisse (Basses-Alpes)."}, "date": "2023-08-20T14:48:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
24278	rome-alfred-1869-04-23	{"g55": "02-437"}	{"g55": "02-437"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Rome", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1869-04-23 10:00", "note": null, "place": {"c1": "", "c2": "38", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Voreppe", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Rome", "nobility": ""}, "birth": {"date": "1869-04-23 10:00", "place": {"c1": "", "c2": "38", "c3": "", "cy": "FR", "name": "Voreppe"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"g55": "02-437"}}, "raw": {"DAY": "23-4-1869", "HOUR": "10 h.", "NAME": "ROME Alfred", "PLACE": "Voreppe (Isère)."}, "date": "2023-08-20T14:48:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3319	rouffiac-pierre-1888-04-27	{"a2": "1233", "g55": "02-439"}	{"g55": "02-439", "lerrcp": "A2-1233"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Rouffiac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:16", "date": "1888-04-27 17:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.81713, "lat": 48.37239, "name": "Moret-sur-Loing", "geoid": 2991842}, "notime": null, "date-ut": "1888-04-27 16:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Rouffiac"}, "birth": {"tzo": "+00:11:16", "date": "1888-04-27 17:00", "place": {"c2": "77", "cy": "FR", "lg": 2.81713, "lat": 48.37239, "name": "Moret-sur-Loing", "geoid": 2991842}, "date-ut": "1888-04-27 16:49:20"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1233"}, "ids-in-sources": {"a2": "1233"}}, "raw": {"H": "16", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "27", "LAT": "48N33", "LON": "2E40", "MON": "4", "NUM": "1233", "PRO": "S", "SEC": "20", "YEA": "1888", "CITY": "MORET-S/LOING"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-439"}, "ids-in-source": {"g55": "02-439"}}, "raw": {"DAY": "27-4-1888", "HOUR": "17 h.", "NAME": "ROUFFIAC ‘Pierre", "PLACE": "Moret-sur-Loing (Seine-et-Marne)."}, "date": "2023-08-20T14:48:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3320	rouffiat-paul-1890-08-25	{"a2": "1234", "g55": "02-440"}	{"g55": "02-440", "lerrcp": "A2-1234"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Rouffiat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:04", "date": "1890-08-25 03:00", "note": null, "place": {"c1": null, "c2": "19", "c3": null, "cy": "FR", "lg": 1.76667, "lat": 45.26667, "name": "Rilhac-en-Xaintrie", "geoid": 0}, "notime": null, "date-ut": "1890-08-25 02:52:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Rouffiat"}, "birth": {"tzo": "+00:07:04", "date": "1890-08-25 03:00", "place": {"c2": "19", "cy": "FR", "lg": 1.76667, "lat": 45.26667, "name": "Rilhac-en-Xaint", "geoid": 0}, "date-ut": "1890-08-25 02:52:56"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1234"}, "ids-in-sources": {"a2": "1234"}}, "raw": {"H": "2", "MN": "52", "TZ": "0", "COD": "19", "COU": "F", "DAY": "25", "LAT": "45N16", "LON": "1E46", "MON": "8", "NUM": "1234", "PRO": "S", "SEC": "56", "YEA": "1890", "CITY": "RILHAC-EN-XAINT"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Rilhac-en-Xaintrie"}}, "partial-ids": {"g55": "02-440"}, "ids-in-source": {"g55": "02-440"}}, "raw": {"DAY": "25-8-1890", "HOUR": "3 h.", "NAME": "ROUFFIAT Paul", "PLACE": "Rilhac-en-Xaintrie (Corrèze)."}, "date": "2023-08-20T14:48:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3321	rougy-mathieu-1890-05-24	{"a2": "1235", "g55": "02-441"}	{"g55": "02-441", "lerrcp": "A2-1235"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mathieu", "family": "Rougy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:14", "date": "1890-05-24 21:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.80755, "lat": 45.71404, "name": "Oullins", "geoid": 2988998}, "notime": null, "date-ut": "1890-05-24 20:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Mathieu", "family": "Rougy"}, "birth": {"tzo": "+00:19:14", "date": "1890-05-24 21:00", "place": {"c2": "69", "cy": "FR", "lg": 4.80755, "lat": 45.71404, "name": "Oullins", "geoid": 2988998}, "date-ut": "1890-05-24 20:40:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1235"}, "ids-in-sources": {"a2": "1235"}}, "raw": {"H": "20", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "24", "LAT": "45N46", "LON": "4E50", "MON": "5", "NUM": "1235", "PRO": "S", "SEC": "40", "YEA": "1890", "CITY": "OULLINS"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-441"}, "ids-in-source": {"g55": "02-441"}}, "raw": {"DAY": "24-5-1890", "HOUR": "21 h.", "NAME": "ROUGY Mathieu", "PLACE": "Oullins (Rhône)."}, "date": "2023-08-20T14:48:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3323	roussel-georges-1867-11-03	{"a2": "1237", "g55": "02-443"}	{"g55": "02-443", "lerrcp": "A2-1237"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Roussel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:32", "date": "1867-11-03 08:00", "note": null, "place": {"c1": null, "c2": "52", "c3": null, "cy": "FR", "lg": 5.13333, "lat": 48.11667, "name": "Villars-Saint-Marcellin", "geoid": 0}, "notime": null, "date-ut": "1867-11-03 07:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Roussel"}, "birth": {"tzo": "+00:20:32", "date": "1867-11-03 08:00", "place": {"c2": "52", "cy": "FR", "lg": 5.13333, "lat": 48.11667, "name": "Villars-Saint-Marc", "geoid": 0}, "date-ut": "1867-11-03 07:39:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1237"}, "ids-in-sources": {"a2": "1237"}}, "raw": {"H": "7", "MN": "39", "TZ": "0", "COD": "52", "COU": "F", "DAY": "3", "LAT": "48N 7", "LON": "5E 8", "MON": "11", "NUM": "1237", "PRO": "S", "SEC": "28", "YEA": "1867", "CITY": "VILLARS-ST-MARC"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Villars-Saint-Marcellin"}}, "partial-ids": {"g55": "02-443"}, "ids-in-source": {"g55": "02-443"}}, "raw": {"DAY": "3-11-1867", "HOUR": "8 h.", "NAME": "ROUSSEL Georges", "PLACE": "Villars-Saint-Marcellin (Hte-Marne)."}, "date": "2023-08-20T14:48:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3325	ruaud-ludovic-1884-03-16	{"a2": "1239", "g55": "02-445"}	{"g55": "02-445", "lerrcp": "A2-1239"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ludovic", "family": "Ruaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:03:24", "date": "1884-03-16 13:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 0.84974, "lat": 45.70677, "name": "Cussac", "geoid": 3021999}, "notime": null, "date-ut": "1884-03-16 12:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Ludovic", "family": "Ruaud"}, "birth": {"tzo": "+00:03:24", "date": "1884-03-16 13:00", "place": {"c2": "87", "cy": "FR", "lg": 0.84974, "lat": 45.70677, "name": "Cussac", "geoid": 3021999}, "date-ut": "1884-03-16 12:55"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1239"}, "ids-in-sources": {"a2": "1239"}}, "raw": {"H": "12", "MN": "55", "TZ": "0", "COD": "87", "COU": "F", "DAY": "16", "LAT": "45N50", "LON": "1E15", "MON": "3", "NUM": "1239", "PRO": "S", "SEC": "0", "YEA": "1884", "CITY": "CUSSAC"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-445"}, "ids-in-source": {"g55": "02-445"}}, "raw": {"DAY": "16-3-1884", "HOUR": "13 h.", "NAME": "RUAUD Ludovic", "PLACE": "Cussac (Hte-Vienne)."}, "date": "2023-08-20T14:48:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3326	ruin-georges-1880-04-04	{"a2": "1240", "g55": "02-446"}	{"g55": "02-446", "lerrcp": "A2-1240"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Ruin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:12", "date": "1880-04-04 08:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Varennes-en-Amienois", "geoid": 0}, "notime": null, "date-ut": "1880-04-04 07:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Ruin"}, "birth": {"tzo": "+00:09:12", "date": "1880-04-04 08:00", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Varennes-en-Ami", "geoid": 0}, "date-ut": "1880-04-04 07:50:48"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1240"}, "ids-in-sources": {"a2": "1240"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "4", "LAT": "49N54", "LON": "2E18", "MON": "4", "NUM": "1240", "PRO": "S", "SEC": "48", "YEA": "1880", "CITY": "VARENNES-EN-AMI"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Varennes-en-Amienois"}}, "partial-ids": {"g55": "02-446"}, "ids-in-source": {"g55": "02-446"}}, "raw": {"DAY": "4-4-1880", "HOUR": "8 h.", "NAME": "RUIN Georges", "PLACE": "Varennes-en-Amienois (Somme)."}, "date": "2023-08-20T14:48:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3328	saintin-henri-1887-01-30	{"a2": "1242", "g55": "02-448"}	{"g55": "02-448", "lerrcp": "A2-1242"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Saintin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:04", "date": "1887-01-30 17:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1887-01-30 16:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Saintin"}, "birth": {"tzo": "+00:24:04", "date": "1887-01-30 17:00", "place": {"c2": "25", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1887-01-30 16:35:52"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1242"}, "ids-in-sources": {"a2": "1242"}}, "raw": {"H": "16", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "30", "LAT": "47N15", "LON": "6E 2", "MON": "1", "NUM": "1242", "PRO": "S", "SEC": "52", "YEA": "1887", "CITY": "BESANCON"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-448"}, "ids-in-source": {"g55": "02-448"}}, "raw": {"DAY": "30-1-1887", "HOUR": "17 h.", "NAME": "SAINTIN Henri", "PLACE": "Besançon (Doubs)."}, "date": "2023-08-20T14:48:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3332	sauve-louis-1881-04-26	{"a2": "1246", "g55": "02-450"}	{"g55": "02-450", "lerrcp": "A2-1246"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Sauve", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:27", "date": "1881-04-26 21:00", "note": null, "place": {"c1": null, "c2": "53", "c3": null, "cy": "FR", "lg": -0.61383, "lat": 48.30337, "name": "Mayenne", "geoid": 2994935}, "notime": null, "date-ut": "1881-04-26 21:03"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Sauve"}, "birth": {"tzo": "-00:02:27", "date": "1881-04-26 21:00", "place": {"c2": "53", "cy": "FR", "lg": -0.61383, "lat": 48.30337, "name": "Mayenne", "geoid": 2994935}, "date-ut": "1881-04-26 21:03"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1246"}, "ids-in-sources": {"a2": "1246"}}, "raw": {"H": "21", "MN": "3", "TZ": "0", "COD": "53", "COU": "F", "DAY": "26", "LAT": "48N 4", "LON": "0W45", "MON": "4", "NUM": "1246", "PRO": "S", "SEC": "0", "YEA": "1881", "CITY": "MAYENNE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-450"}, "ids-in-source": {"g55": "02-450"}}, "raw": {"DAY": "26-4-1881", "HOUR": "21 h.", "NAME": "SAUVE Louis de Gonzague", "PLACE": "Mayenne (Mayenne)."}, "date": "2023-08-20T14:48:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3337	schmitt-camille-1873-01-24	{"a2": "1251", "g55": "02-452"}	{"g55": "02-452", "lerrcp": "A2-1251"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Schmitt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 7.06747, "lat": 49.10995, "name": "Sarreguemines", "geoid": 2975964}, "notime": null, "date-ut": "1873-01-24 21:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Schmitt"}, "birth": {"place": {"c2": "57", "cy": "FR", "lg": 7.06747, "lat": 49.10995, "name": "Sarreguemines", "geoid": 2975964}, "date-ut": "1873-01-24 21:35:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1251"}, "ids-in-sources": {"a2": "1251"}}, "raw": {"H": "22", "MN": "35", "TZ": "-1", "COD": "57", "COU": "F", "DAY": "24", "LAT": "49N 7", "LON": "6E11", "MON": "1", "NUM": "1251", "PRO": "S", "SEC": "16", "YEA": "1873", "CITY": "SARREGUEMINES"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-452"}, "ids-in-source": {"g55": "02-452"}}, "raw": {"DAY": "24-1-1873", "HOUR": "22 h.", "NAME": "SCHMITT Camille", "PLACE": "Sarrequemines (Moselle)."}, "date": "2023-08-20T14:48:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3339	schwab-roger-1889-02-21	{"a2": "1253", "g55": "02-454"}	{"g55": "02-454", "lerrcp": "A2-1253"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Schwab", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:27:12", "date": "1889-02-21 19:03:04", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.79823, "lat": 47.50957, "name": "Montbéliard", "geoid": 2992938}, "notime": null, "date-ut": "1889-02-21 18:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Schwab"}, "birth": {"tzo": "+00:27:12", "date": "1889-02-21 19:03:04", "place": {"c2": "25", "cy": "FR", "lg": 6.79823, "lat": 47.50957, "name": "Montbéliard", "geoid": 2992938}, "date-ut": "1889-02-21 18:35:52"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1253"}, "ids-in-sources": {"a2": "1253"}}, "raw": {"H": "18", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "21", "LAT": "47N15", "LON": "6E 2", "MON": "2", "NUM": "1253", "PRO": "S", "SEC": "52", "YEA": "1889", "CITY": "MONTBELIARD"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-454"}, "ids-in-source": {"g55": "02-454"}}, "raw": {"DAY": "21-2-1889", "HOUR": "19 h.", "NAME": "SCHWAB Roger", "PLACE": "Montbéliard (Doubs)."}, "date": "2023-08-20T14:48:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3340	schwartz-wacker-alfred-1886-05-04	{"a2": "1254", "g55": "02-455"}	{"g55": "02-455", "lerrcp": "A2-1254"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Schwartz-Wacker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "notime": null, "date-ut": "1886-05-04 09:45:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Schwartz-Wacker"}, "birth": {"place": {"c2": "68", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "date-ut": "1886-05-04 09:45:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1254"}, "ids-in-sources": {"a2": "1254"}}, "raw": {"H": "10", "MN": "45", "TZ": "-1", "COD": "68", "COU": "F", "DAY": "4", "LAT": "48N 5", "LON": "7E21", "MON": "5", "NUM": "1254", "PRO": "S", "SEC": "36", "YEA": "1886", "CITY": "MULHOUSE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-455"}, "ids-in-source": {"g55": "02-455"}}, "raw": {"DAY": "4-5-1886", "HOUR": "10 h. 15", "NAME": "SCHWARTZ-WACKER Alfred", "PLACE": "Mulhouse (Haut-Rhin)."}, "date": "2023-08-20T14:48:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3344	sesini-marcel-1902-03-15	{"a2": "1258", "g55": "02-457"}	{"g55": "02-457", "lerrcp": "A2-1258"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Sesini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "Alger", "geoid": 0}, "notime": null, "date-ut": "1902-03-15 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Sesini"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "ALGER", "geoid": 0}, "date-ut": "1902-03-15 10:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1258"}, "ids-in-sources": {"a2": "1258"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "15", "LAT": "36N47", "LON": "3E 0", "MON": "3", "NUM": "1258", "PRO": "S", "SEC": "40", "YEA": "1902", "CITY": "ALGER"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Alger"}}, "partial-ids": {"g55": "02-457"}, "ids-in-source": {"g55": "02-457"}}, "raw": {"DAY": "15-3-1902", "HOUR": "11 h.", "NAME": "SESINI Marcel", "PLACE": "Alger (Algérie)."}, "date": "2023-08-20T14:48:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3347	sikora-pierre-1874-08-24	{"a2": "1261", "g55": "02-459"}	{"g55": "02-459", "lerrcp": "A2-1261"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Sikora", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:49", "date": "1874-08-24 00:00", "note": null, "place": {"c1": null, "c2": "19", "c3": null, "cy": "FR", "lg": 1.70441, "lat": 45.43215, "name": "Chamboulive", "geoid": 3027353}, "notime": null, "date-ut": "1874-08-23 23:52:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Sikora"}, "birth": {"tzo": "+00:06:49", "date": "1874-08-24 00:00", "place": {"c2": "19", "cy": "FR", "lg": 1.70441, "lat": 45.43215, "name": "Chamboulive", "geoid": 3027353}, "date-ut": "1874-08-23 23:52:56"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1261"}, "ids-in-sources": {"a2": "1261"}}, "raw": {"H": "23", "MN": "52", "TZ": "0", "COD": "19", "COU": "F", "DAY": "23", "LAT": "45N16", "LON": "1E46", "MON": "8", "NUM": "1261", "PRO": "S", "SEC": "56", "YEA": "1874", "CITY": "CHAMBOULIVE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-459"}, "ids-in-source": {"g55": "02-459"}}, "raw": {"DAY": "24-8-1874", "HOUR": "0 h.", "NAME": "SIKORA Pierre", "PLACE": "Chamboulive (Corrèze)."}, "date": "2023-08-20T14:48:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3350	simonin-louis-1881-08-17	{"a2": "1264", "g55": "02-460"}	{"g55": "02-460", "lerrcp": "A2-1264"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Simonin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:58", "date": "1881-08-17 05:14:46", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.48966, "lat": 47.09225, "name": "Dole", "geoid": 3021263}, "notime": null, "date-ut": "1881-08-17 04:52:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Simonin"}, "birth": {"tzo": "+00:21:58", "date": "1881-08-17 05:14:46", "place": {"c2": "39", "cy": "FR", "lg": 5.48966, "lat": 47.09225, "name": "Dole", "geoid": 3021263}, "date-ut": "1881-08-17 04:52:48"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1264"}, "ids-in-sources": {"a2": "1264"}}, "raw": {"H": "4", "MN": "52", "TZ": "0", "COD": "39", "COU": "F", "DAY": "17", "LAT": "46N40", "LON": "5E33", "MON": "8", "NUM": "1264", "PRO": "S", "SEC": "48", "YEA": "1881", "CITY": "DOLE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-460"}, "ids-in-source": {"g55": "02-460"}}, "raw": {"DAY": "17-8-1881", "HOUR": "5 h. 15", "NAME": "SIMONIN Louis", "PLACE": "Dôle (Jura)."}, "date": "2023-08-20T14:48:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3348	simon-clement-1878-07-09	{"a2": "1262", "g55": "02-462"}	{"g55": "02-462", "lerrcp": "A2-1262"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clément", "family": "Simon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:03", "date": "1878-07-09 08:00", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 2.2627, "lat": 43.53862, "name": "Labruguière", "geoid": 3010720}, "notime": null, "date-ut": "1878-07-09 07:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Clément", "family": "Simon"}, "birth": {"tzo": "+00:09:03", "date": "1878-07-09 08:00", "place": {"c2": "81", "cy": "FR", "lg": 2.2627, "lat": 43.53862, "name": "Labruguière", "geoid": 3010720}, "date-ut": "1878-07-09 07:51:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1262"}, "ids-in-sources": {"a2": "1262"}}, "raw": {"H": "7", "MN": "51", "TZ": "0", "COD": "81", "COU": "F", "DAY": "9", "LAT": "43N55", "LON": "2E 8", "MON": "7", "NUM": "1262", "PRO": "S", "SEC": "28", "YEA": "1878", "CITY": "LABRUGUIERE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-462"}, "ids-in-source": {"g55": "02-462"}}, "raw": {"DAY": "9-7-1878", "HOUR": "8 h.", "NAME": "SIMON Clément", "PLACE": "Labruguiére (Tarn)."}, "date": "2023-08-20T14:48:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3352	sorre-auguste-1871-05-25	{"a2": "1266", "g55": "02-464"}	{"g55": "02-464", "lerrcp": "A2-1266"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Sorre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:08:02", "date": "1871-05-25 07:43:38", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -2.00877, "lat": 48.64738, "name": "Saint-Malo", "geoid": 2978640}, "notime": null, "date-ut": "1871-05-25 07:51:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Sorre"}, "birth": {"tzo": "-00:08:02", "date": "1871-05-25 07:43:38", "place": {"c2": "35", "cy": "FR", "lg": -2.00877, "lat": 48.64738, "name": "Saint-Malo", "geoid": 2978640}, "date-ut": "1871-05-25 07:51:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1266"}, "ids-in-sources": {"a2": "1266"}}, "raw": {"H": "7", "MN": "51", "TZ": "0", "COD": "35", "COU": "F", "DAY": "25", "LAT": "48N 7", "LON": "1W40", "MON": "5", "NUM": "1266", "PRO": "S", "SEC": "40", "YEA": "1871", "CITY": "ST-MALO"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-464"}, "ids-in-source": {"g55": "02-464"}}, "raw": {"DAY": "25-5-1871", "HOUR": "7 h. 45", "NAME": "SORRE Auguste", "PLACE": "Saint-Malo (Ille-et-Vilaine)."}, "date": "2023-08-20T14:48:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3355	specklin-paul-1890-04-29	{"a2": "1269", "g55": "02-466"}	{"g55": "02-466", "lerrcp": "A2-1269"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Specklin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "notime": null, "date-ut": "1890-04-29 20:15:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Specklin"}, "birth": {"place": {"c2": "68", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "date-ut": "1890-04-29 20:15:36"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1269"}, "ids-in-sources": {"a2": "1269"}}, "raw": {"H": "21", "MN": "15", "TZ": "-1", "COD": "68", "COU": "F", "DAY": "29", "LAT": "48N 5", "LON": "7E21", "MON": "4", "NUM": "1269", "PRO": "S", "SEC": "36", "YEA": "1890", "CITY": "MULHOUSE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-466"}, "ids-in-source": {"g55": "02-466"}}, "raw": {"DAY": "29-4-1890", "HOUR": "20 h. 45", "NAME": "SPECKLIN Paul", "PLACE": "Mulhouse (Haut-Rhin)."}, "date": "2023-08-20T14:48:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3357	taillard-fulbert-1896-07-05	{"a2": "1271", "g55": "02-470"}	{"g55": "02-470", "lerrcp": "A2-1271"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fulbert", "family": "Taillard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1896-07-05 02:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.80309, "lat": 47.2516, "name": "Maîche", "geoid": 2996727}, "notime": null, "date-ut": "1896-07-05 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Fulbert", "family": "Taillard"}, "birth": {"tzo": "+00:09:21", "date": "1896-07-05 02:00", "place": {"c2": "25", "cy": "FR", "lg": 6.80309, "lat": 47.2516, "name": "Maîche", "geoid": 2996727}, "date-ut": "1896-07-05 01:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1271"}, "ids-in-sources": {"a2": "1271"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "25", "COU": "F", "DAY": "5", "LAT": "47N15", "LON": "6E 2", "MON": "7", "NUM": "1271", "PRO": "S", "SEC": "40", "YEA": "1896", "CITY": "MAICHE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-470"}, "ids-in-source": {"g55": "02-470"}}, "raw": {"DAY": "5-7-1896", "HOUR": "2 h.", "NAME": "TAILLARD Fulbert", "PLACE": "Maiche (Doubs)."}, "date": "2023-08-20T14:48:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
24279	tessonniere-maurice-1874-01-14	{"g55": "02-471"}	{"g55": "02-471"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Tessonniere", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1874-01-14 09:00", "note": null, "place": {"c1": "", "c2": "30", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "St-Hippolyte-du-Fort", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Tessonniere", "nobility": ""}, "birth": {"date": "1874-01-14 09:00", "place": {"c1": "", "c2": "30", "c3": "", "cy": "FR", "name": "St-Hippolyte-du-Fort"}}, "occus": ["physician"], "trust": 5, "ids-in-sources": {"g55": "02-471"}}, "raw": {"DAY": "14-1-1874", "HOUR": "9 h.", "NAME": "TESSONNIERE Maurice", "PLACE": "St-Hippolyte-du-Fort (Gard)."}, "date": "2023-08-20T14:48:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3362	thiolat-pierre-1897-03-03	{"a2": "1276", "g55": "02-472"}	{"g55": "02-472", "lerrcp": "A2-1276"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Thiolat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1897-03-03 05:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "Villenauxe-la-Grande", "geoid": 0}, "notime": null, "date-ut": "1897-03-03 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Thiolat"}, "birth": {"tzo": "+00:09:21", "date": "1897-03-03 05:00", "place": {"c2": "10", "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "Villenaux-la-Gr", "geoid": 0}, "date-ut": "1897-03-03 04:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1276"}, "ids-in-sources": {"a2": "1276"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "10", "COU": "F", "DAY": "3", "LAT": "48N18", "LON": "4E 5", "MON": "3", "NUM": "1276", "PRO": "S", "SEC": "40", "YEA": "1897", "CITY": "VILLENAUX-LA-GR"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Villenauxe-la-Grande"}}, "partial-ids": {"g55": "02-472"}, "ids-in-source": {"g55": "02-472"}}, "raw": {"DAY": "3-3-1897", "HOUR": "5 h.", "NAME": "\\fTHIOLAT Pierre", "PLACE": "Villenauxe-la-Grande (Aube)."}, "date": "2023-08-20T14:48:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3363	tiollais-rene-1905-03-20	{"a2": "1277", "g55": "02-473"}	{"g55": "02-473", "lerrcp": "A2-1277"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Tiollais", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1905-03-20 19:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.82818, "lat": 48.45787, "name": "Lanhélin", "geoid": 3007655}, "notime": null, "date-ut": "1905-03-20 18:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Tiollais"}, "birth": {"tzo": "+00:09:21", "date": "1905-03-20 19:00", "place": {"c2": "35", "cy": "FR", "lg": -1.82818, "lat": 48.45787, "name": "Lanhélin", "geoid": 3007655}, "date-ut": "1905-03-20 18:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1277"}, "ids-in-sources": {"a2": "1277"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "35", "COU": "F", "DAY": "20", "LAT": "48N 7", "LON": "1W40", "MON": "3", "NUM": "1277", "PRO": "S", "SEC": "40", "YEA": "1905", "CITY": "LANHELIN"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-473"}, "ids-in-source": {"g55": "02-473"}}, "raw": {"DAY": "20-3-1905", "HOUR": "19 h.", "NAME": "TIOLLAIS René", "PLACE": "Lanhélin (Ille-et-Vilaine)."}, "date": "2023-08-20T14:48:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3365	tournay-auguste-1878-12-06	{"a2": "1279", "g55": "02-475"}	{"g55": "02-475", "lerrcp": "A2-1279"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Tournay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:20", "date": "1878-12-06 09:00", "note": null, "place": {"c1": null, "c2": "41", "c3": null, "cy": "FR", "lg": 1.33333, "lat": 47.58333, "name": "Dolluet", "geoid": 0}, "notime": null, "date-ut": "1878-12-06 08:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Tournay"}, "birth": {"tzo": "+00:05:20", "date": "1878-12-06 09:00", "place": {"c2": "41", "cy": "FR", "lg": 1.33333, "lat": 47.58333, "name": "Dolluet", "geoid": 0}, "date-ut": "1878-12-06 08:54:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1279"}, "ids-in-sources": {"a2": "1279"}}, "raw": {"H": "8", "MN": "54", "TZ": "0", "COD": "41", "COU": "F", "DAY": "6", "LAT": "47N35", "LON": "1E20", "MON": "12", "NUM": "1279", "PRO": "S", "SEC": "40", "YEA": "1878", "CITY": "DOLLUET"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Dolluet"}}, "partial-ids": {"g55": "02-475"}, "ids-in-source": {"g55": "02-475"}}, "raw": {"DAY": "6-12-1878", "HOUR": "9 h.", "NAME": "TOURNAY Auguste", "PLACE": "Dolluet (Loir-et-Cher)."}, "date": "2023-08-20T14:48:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3367	tramuset-rene-1892-01-24	{"a2": "1281", "g55": "02-477"}	{"g55": "02-477", "lerrcp": "A2-1281"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Tramuset", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1892-01-24 12:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 3.95922, "lat": 49.04, "name": "Épernay", "geoid": 3020062}, "notime": null, "date-ut": "1892-01-24 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "René", "family": "Tramuset"}, "birth": {"tzo": "+00:09:21", "date": "1892-01-24 12:00", "place": {"c2": "51", "cy": "FR", "lg": 3.95922, "lat": 49.04, "name": "Épernay", "geoid": 3020062}, "date-ut": "1892-01-24 11:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1281"}, "ids-in-sources": {"a2": "1281"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "51", "COU": "F", "DAY": "24", "LAT": "48N57", "LON": "4E22", "MON": "1", "NUM": "1281", "PRO": "S", "SEC": "40", "YEA": "1892", "CITY": "EPERNAY"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-477"}, "ids-in-source": {"g55": "02-477"}}, "raw": {"DAY": "24-1-1892", "HOUR": "12 h.", "NAME": "TRAMUSET René", "PLACE": "Epernay (Marne)."}, "date": "2023-08-20T14:48:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3369	turpin-raymond-1895-11-05	{"a2": "1283", "g55": "02-479", "afd5": "1024"}	{"g55": "02-479", "lerrcp": "A2-1283", "muller": "M5-1024"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Raymond", "family": "Turpin", "spouse": [], "official": {"given": "Raymond Alexandre", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-11-05 08:00", "note": null, "place": {"c1": null, "c2": "95", "c3": null, "cy": "FR", "lg": 2.1, "lat": 49.05, "name": "Pontoise", "geoid": 2986140}, "notime": null, "date-ut": "1895-11-05 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Turpin"}, "birth": {"tzo": "+00:09:21", "date": "1895-11-05 08:00", "place": {"c2": "95", "cy": "FR", "lg": 2.1, "lat": 49.05, "name": "Pontoise", "geoid": 2986140}, "date-ut": "1895-11-05 07:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1283"}, "ids-in-sources": {"a2": "1283"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "95", "COU": "F", "DAY": "5", "LAT": "49N 0", "LON": "2E 0", "MON": "11", "NUM": "1283", "PRO": "S", "SEC": "40", "YEA": "1895", "CITY": "PONTOISE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Turpin", "official": {"given": "Raymond Alexandre"}}, "birth": {"date": "1895-11-05 08:00", "place": {"name": "Pontoise"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1024"}}, "raw": {"NR": "1024", "GNR": "SA2128", "JU_": "2", "MA_": "1", "MO_": "0", "SA_": "2", "SO_": "2", "VE_": "0", "CODE": "3", "JAHR": "1895", "KORR": "-0.16", "MARS": "4", "MODE": "", "MOND": "16", "NAME": "TURPIN (RAYMOND ALEXANDRE).", "AUFAB": "-3.80", "PHAS_": "94.100", "SONNE": "2", "VENUS": "8", "BREITE": "49 N 00", "GEBORT": "Pontoise (Seine-et-Oise)", "LAENGE": "002 E 00", "NIENJU": "2", "NIENMA": "0", "NIENMO": "", "NIENSA": "2", "NIENVE": "", "SAMPLE": "MUERGAUQ", "SATURN": "3", "GEBZEIT": "08.00", "JUPITER": "12", "ELECTAGE": "61,3", "ELECTDAT": "19.02.1957", "GEBDATUM": "05.11.1895", "STBDATUM": ".  ."}, "date": "2023-08-20T14:44:31+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "02-479"}, "ids-in-source": {"g55": "02-479"}}, "raw": {"DAY": "5-11-1895", "HOUR": "8 h.", "NAME": "TURPIN Raymond", "PLACE": "Pontoise (Seine-et-Oise)."}, "date": "2023-08-20T14:48:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
24281	bordas-antoine-emmanuel-1809-10-23	{"g55": "04-265"}	{"g55": "04-265"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine Emmanuel", "family": "Bordas", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1809-10-23 11:00", "note": null, "place": {"c1": "", "c2": "45", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Orléans ", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Antoine Emmanuel", "family": "Bordas", "nobility": ""}, "birth": {"date": "1809-10-23 11:00", "place": {"c1": "", "c2": "45", "c3": "", "cy": "FR", "name": "Orléans "}}, "occus": ["military-personnel"], "trust": 5, "ids-in-sources": {"g55": "04-265"}}, "raw": {"DAY": "23-10-1809", "HOUR": "11 h.", "NAME": "BORDAS Antoine Emmanuel", "PLACE": "Orléans  (Loiret)."}, "date": "2023-08-20T14:48:26+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
3370	vadon-alfred-1880-10-09	{"a2": "1284", "g55": "02-480"}	{"g55": "02-480", "lerrcp": "A2-1284"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Vadon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:52", "date": "1880-10-09 12:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 6.46667, "lat": 43.53333, "name": "Trans-en-Provence", "geoid": 0}, "notime": null, "date-ut": "1880-10-09 11:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Vadon"}, "birth": {"tzo": "+00:25:52", "date": "1880-10-09 12:00", "place": {"c2": "83", "cy": "FR", "lg": 6.46667, "lat": 43.53333, "name": "Trans-en-Proven", "geoid": 0}, "date-ut": "1880-10-09 11:34:08"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1284"}, "ids-in-sources": {"a2": "1284"}}, "raw": {"H": "11", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "9", "LAT": "43N32", "LON": "6E28", "MON": "10", "NUM": "1284", "PRO": "S", "SEC": "8", "YEA": "1880", "CITY": "TRANS-EN-PROVEN"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Trans-en-Provence"}}, "partial-ids": {"g55": "02-480"}, "ids-in-source": {"g55": "02-480"}}, "raw": {"DAY": "9-10-1880", "HOUR": "12 h.", "NAME": "VADON Alfred M.", "PLACE": "Trans-en-Provence (Var)."}, "date": "2023-08-20T14:48:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3371	vaisse-jean-1896-11-18	{"a2": "1285", "g55": "02-481"}	{"g55": "02-481", "lerrcp": "A2-1285"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Vaisse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1896-11-18 11:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 3.00141, "lat": 43.18396, "name": "Narbonne", "geoid": 2990919}, "notime": null, "date-ut": "1896-11-18 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Vaisse"}, "birth": {"tzo": "+00:09:21", "date": "1896-11-18 11:00", "place": {"c2": "11", "cy": "FR", "lg": 3.00141, "lat": 43.18396, "name": "Narbonne", "geoid": 2990919}, "date-ut": "1896-11-18 10:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1285"}, "ids-in-sources": {"a2": "1285"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "18", "LAT": "43N12", "LON": "2E21", "MON": "11", "NUM": "1285", "PRO": "S", "SEC": "40", "YEA": "1896", "CITY": "NARBONNE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-481"}, "ids-in-source": {"g55": "02-481"}}, "raw": {"DAY": "18-11-1896", "HOUR": "11 h.", "NAME": "VAISSE Jean", "PLACE": "Narbonne (Aude)."}, "date": "2023-08-20T14:48:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3373	vallee-cyrille-1872-10-17	{"a2": "1287", "g55": "02-483"}	{"g55": "02-483", "lerrcp": "A2-1287"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cyrille", "family": "Vallee", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:51", "date": "1872-10-17 10:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.21277, "lat": 50.3785, "name": "Pecquencourt", "geoid": 2988236}, "notime": null, "date-ut": "1872-10-17 09:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Cyrille", "family": "Vallee"}, "birth": {"tzo": "+00:12:51", "date": "1872-10-17 10:00", "place": {"c2": "59", "cy": "FR", "lg": 3.21277, "lat": 50.3785, "name": "Pecquencourt", "geoid": 2988236}, "date-ut": "1872-10-17 09:47:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1287"}, "ids-in-sources": {"a2": "1287"}}, "raw": {"H": "9", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "17", "LAT": "50N39", "LON": "3E 5", "MON": "10", "NUM": "1287", "PRO": "S", "SEC": "40", "YEA": "1872", "CITY": "PECQUENCOURT"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-483"}, "ids-in-source": {"g55": "02-483"}}, "raw": {"DAY": "17-10-1872", "HOUR": "10 h.", "NAME": "VALLEE Cyrille", "PLACE": "Pecquencourt (Nord)."}, "date": "2023-08-20T14:48:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3375	vandevelde-gaston-1903-06-28	{"a2": "1289", "g55": "02-485"}	{"g55": "02-485", "lerrcp": "A2-1289"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Vandevelde", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1903-06-28 12:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 2.88214, "lat": 50.68568, "name": "Armentières", "geoid": 3036903}, "notime": null, "date-ut": "1903-06-28 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Vandevelde"}, "birth": {"tzo": "+00:09:21", "date": "1903-06-28 12:00", "place": {"c2": "59", "cy": "FR", "lg": 2.88214, "lat": 50.68568, "name": "Armentières", "geoid": 3036903}, "date-ut": "1903-06-28 11:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1289"}, "ids-in-sources": {"a2": "1289"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "59", "COU": "F", "DAY": "28", "LAT": "50N39", "LON": "3E 5", "MON": "6", "NUM": "1289", "PRO": "S", "SEC": "40", "YEA": "1903", "CITY": "ARMENTIERES"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-485"}, "ids-in-source": {"g55": "02-485"}}, "raw": {"DAY": "28-6-1903", "HOUR": "12 h.", "NAME": "VANDEVELDE Gaston", "PLACE": "Armentiéres (Nord)."}, "date": "2023-08-20T14:48:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3376	vanier-jean-1903-05-22	{"a2": "1290", "g55": "02-486"}	{"g55": "02-486", "lerrcp": "A2-1290"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Vanier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1903-05-22 08:20", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1903-05-22 08:10:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Vanier"}, "birth": {"tzo": "+00:09:21", "date": "1903-05-22 08:20", "place": {"c2": "76", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1903-05-22 08:10:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1290"}, "ids-in-sources": {"a2": "1290"}}, "raw": {"H": "8", "MN": "10", "TZ": "0", "COD": "76", "COU": "F", "DAY": "22", "LAT": "49N26", "LON": "1E 5", "MON": "5", "NUM": "1290", "PRO": "S", "SEC": "40", "YEA": "1903", "CITY": "LE HAVRE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-486"}, "ids-in-source": {"g55": "02-486"}}, "raw": {"DAY": "22-5-1903", "HOUR": "8 h. 20", "NAME": "VANIER Jean", "PLACE": "Le Havre (Seine-Inférieure)."}, "date": "2023-08-20T14:48:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3380	veluet-maurice-1884-03-28	{"a2": "1294", "g55": "02-487"}	{"g55": "02-487", "lerrcp": "A2-1294"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Veluet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:44", "date": "1884-03-28 20:00", "note": null, "place": {"c1": null, "c2": "36", "c3": null, "cy": "FR", "lg": 1.68333, "lat": 46.81667, "name": "Blanc", "geoid": 0}, "notime": null, "date-ut": "1884-03-28 19:53:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Veluet"}, "birth": {"tzo": "+00:06:44", "date": "1884-03-28 20:00", "place": {"c2": "36", "cy": "FR", "lg": 1.68333, "lat": 46.81667, "name": "Blanc", "geoid": 0}, "date-ut": "1884-03-28 19:53:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1294"}, "ids-in-sources": {"a2": "1294"}}, "raw": {"H": "19", "MN": "53", "TZ": "0", "COD": "36", "COU": "F", "DAY": "28", "LAT": "46N49", "LON": "1E41", "MON": "3", "NUM": "1294", "PRO": "S", "SEC": "16", "YEA": "1884", "CITY": "BLANC"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Blanc"}}, "partial-ids": {"g55": "02-487"}, "ids-in-source": {"g55": "02-487"}}, "raw": {"DAY": "28-3-1884", "HOUR": "20 h.", "NAME": "VELUET Maurice", "PLACE": "Blanc (Indre)."}, "date": "2023-08-20T14:48:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3382	vermelin-henri-1891-07-31	{"a2": "1296", "g55": "02-489", "afd5": "1042"}	{"g55": "02-489", "lerrcp": "A2-1296", "muller": "M5-1042"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": "", "alter": [], "given": "Henri", "family": "Vermelin", "spouse": [], "official": {"given": "Henri Eugène Charles Marie", "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1891-07-31 02:30", "note": null, "place": {"c1": null, "c2": "90", "c3": null, "cy": "FR", "lg": 6.92214, "lat": 47.48878, "name": "Beaucourt", "geoid": 3034343}, "notime": null, "date-ut": "1891-07-31 02:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Vermelin"}, "birth": {"tzo": "+00:09:21", "date": "1891-07-31 02:30", "place": {"c2": "90", "cy": "FR", "lg": 6.92214, "lat": 47.48878, "name": "Beaucourt", "geoid": 3034343}, "date-ut": "1891-07-31 02:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1296"}, "ids-in-sources": {"a2": "1296"}}, "raw": {"H": "2", "MN": "20", "TZ": "0", "COD": "90", "COU": "F", "DAY": "31", "LAT": "47N38", "LON": "6E52", "MON": "7", "NUM": "1296", "PRO": "S", "SEC": "40", "YEA": "1891", "CITY": "BEAUCOURT"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"name": {"nobl": "", "family": "Vermelin", "official": {"given": "Henri Eugène Charles Marie"}}, "birth": {"date": "1891-07-31 02:30", "place": {"name": "Beaucourt"}}, "occus": ["physician"], "sources": "afd5", "ids-in-sources": {"afd5": "1042"}}, "raw": {"NR": "1042", "GNR": "SA2129", "JU_": "2", "MA_": "0", "MO_": "2", "SA_": "1", "SO_": "0", "VE_": "1", "CODE": "4", "JAHR": "1891", "KORR": "-0.16", "MARS": "33", "MODE": "", "MOND": "3", "NAME": "VERMELIN (HENRI EUGENE CHARLES MARIE).", "AUFAB": "-9.30", "PHAS_": "21.400", "SONNE": "33", "VENUS": "35", "BREITE": "47 N 38", "GEBORT": "Beaucourt (Territoire de Belfort)", "LAENGE": "006 E 52", "NIENJU": "2", "NIENMA": "0", "NIENMO": "2", "NIENSA": "2", "NIENVE": "", "SAMPLE": "GAUQ_NUR", "SATURN": "28", "GEBZEIT": "02.30", "JUPITER": "10", "ELECTAGE": "69,9", "ELECTDAT": "20.06.1961", "GEBDATUM": "31.07.1891", "STBDATUM": "15.06.1968"}, "date": "2023-08-20T14:44:32+02:00", "source": "afd5", "command": "muller m5medics tmp2db"}, {"new": {"partial-ids": {"g55": "02-489"}, "ids-in-source": {"g55": "02-489"}}, "raw": {"DAY": "31-7-1891", "HOUR": "2 h. 30", "NAME": "VERMELIN Henri", "PLACE": "Beaucourt (Belfort)."}, "date": "2023-08-20T14:48:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3383	vialle-fernand-1873-01-05	{"a2": "1297", "g55": "02-490"}	{"g55": "02-490", "lerrcp": "A2-1297"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Vialle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:04", "date": "1873-01-05 20:00", "note": null, "place": {"c1": null, "c2": "19", "c3": null, "cy": "FR", "lg": 1.76667, "lat": 45.26667, "name": "Brive", "geoid": 0}, "notime": null, "date-ut": "1873-01-05 19:52:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Vialle"}, "birth": {"tzo": "+00:07:04", "date": "1873-01-05 20:00", "place": {"c2": "19", "cy": "FR", "lg": 1.76667, "lat": 45.26667, "name": "Brive", "geoid": 0}, "date-ut": "1873-01-05 19:52:56"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1297"}, "ids-in-sources": {"a2": "1297"}}, "raw": {"H": "19", "MN": "52", "TZ": "0", "COD": "19", "COU": "F", "DAY": "5", "LAT": "45N16", "LON": "1E46", "MON": "1", "NUM": "1297", "PRO": "S", "SEC": "56", "YEA": "1873", "CITY": "BRIVE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"birth": {"place": {"name": "Brive"}}, "partial-ids": {"g55": "02-490"}, "ids-in-source": {"g55": "02-490"}}, "raw": {"DAY": "5-1-1873", "HOUR": "20 h.", "NAME": "VIALLE Fernand", "PLACE": "Brive (Corrèze)."}, "date": "2023-08-20T14:48:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
24289	aiffre-raymond-rene-1806-07-29	{"g55": "06-4"}	{"g55": "06-4"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond René", "family": "Aiffre", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1806-07-29 21:00", "note": null, "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Rodez", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Raymond René", "family": "Aiffre", "nobility": ""}, "birth": {"date": "1806-07-29 21:00", "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "name": "Rodez"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-4"}}, "raw": {"DAY": "29-7-1806", "HOUR": "21 h.", "NAME": "AIFFRE Raymond René", "PLACE": "Rodez (Aveyron)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
3386	viard-marcel-1884-07-09	{"a2": "1300", "g55": "02-492"}	{"g55": "02-492", "lerrcp": "A2-1300"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Viard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:08", "date": "1884-07-09 10:00", "note": null, "place": {"c1": null, "c2": "70", "c3": null, "cy": "FR", "lg": 6.28333, "lat": 47.7, "name": "Saulx", "geoid": 2975791}, "notime": null, "date-ut": "1884-07-09 09:35:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Viard"}, "birth": {"tzo": "+00:25:08", "date": "1884-07-09 10:00", "place": {"c2": "70", "cy": "FR", "lg": 6.28333, "lat": 47.7, "name": "Saulx", "geoid": 2975791}, "date-ut": "1884-07-09 09:35:24"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1300"}, "ids-in-sources": {"a2": "1300"}}, "raw": {"H": "9", "MN": "35", "TZ": "0", "COD": "70", "COU": "F", "DAY": "9", "LAT": "47N37", "LON": "6E 9", "MON": "7", "NUM": "1300", "PRO": "S", "SEC": "24", "YEA": "1884", "CITY": "SAULX"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-492"}, "ids-in-source": {"g55": "02-492"}}, "raw": {"DAY": "9-7-1884", "HOUR": "10 h.", "NAME": "VIARD Marcel", "PLACE": "Saulx (Haute-Saône)."}, "date": "2023-08-20T14:48:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3387	vidalin-gustave-1876-08-06	{"a2": "1301", "g55": "02-494"}	{"g55": "02-494", "lerrcp": "A2-1301"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Vidalin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:04", "date": "1876-08-06 13:00", "note": null, "place": {"c1": null, "c2": "19", "c3": null, "cy": "FR", "lg": 1.76708, "lat": 45.31395, "name": "Naves", "geoid": 2990860}, "notime": null, "date-ut": "1876-08-06 12:52:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Vidalin"}, "birth": {"tzo": "+00:07:04", "date": "1876-08-06 13:00", "place": {"c2": "19", "cy": "FR", "lg": 1.76708, "lat": 45.31395, "name": "Naves", "geoid": 2990860}, "date-ut": "1876-08-06 12:52:56"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1301"}, "ids-in-sources": {"a2": "1301"}}, "raw": {"H": "12", "MN": "52", "TZ": "0", "COD": "19", "COU": "F", "DAY": "6", "LAT": "45N16", "LON": "1E46", "MON": "8", "NUM": "1301", "PRO": "S", "SEC": "56", "YEA": "1876", "CITY": "NAVES"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-494"}, "ids-in-source": {"g55": "02-494"}}, "raw": {"DAY": "6-8-1876", "HOUR": "13 h.", "NAME": "VIDALIN Gustave", "PLACE": "Naves (Corrèze)."}, "date": "2023-08-20T14:48:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3389	viette-roger-1899-03-30	{"a2": "1303", "g55": "02-496"}	{"g55": "02-496", "lerrcp": "A2-1303"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Viette", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-03-30 20:30", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": 0.69988, "lat": 47.28348, "name": "Montbazon", "geoid": 2992943}, "notime": null, "date-ut": "1899-03-30 20:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Viette"}, "birth": {"tzo": "+00:09:21", "date": "1899-03-30 20:30", "place": {"c2": "37", "cy": "FR", "lg": 0.69988, "lat": 47.28348, "name": "Montbazon", "geoid": 2992943}, "date-ut": "1899-03-30 20:20:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1303"}, "ids-in-sources": {"a2": "1303"}}, "raw": {"H": "20", "MN": "20", "TZ": "0", "COD": "37", "COU": "F", "DAY": "30", "LAT": "47N24", "LON": "0E42", "MON": "3", "NUM": "1303", "PRO": "S", "SEC": "40", "YEA": "1899", "CITY": "MONTBAZON"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-496"}, "ids-in-source": {"g55": "02-496"}}, "raw": {"DAY": "30-3-1899", "HOUR": "20 h. 30", "NAME": "VIETTE Roger", "PLACE": "Montbazon (Indre-et-Loire)."}, "date": "2023-08-20T14:48:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3390	vigne-paul-1891-09-27	{"a2": "1304", "g55": "02-497"}	{"g55": "02-497", "lerrcp": "A2-1304"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Vigne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1891-09-27 09:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.08082, "lat": 44.12489, "name": "Alès", "geoid": 3038224}, "notime": null, "date-ut": "1891-09-27 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Vigne"}, "birth": {"tzo": "+00:09:21", "date": "1891-09-27 09:00", "place": {"c2": "30", "cy": "FR", "lg": 4.08082, "lat": 44.12489, "name": "Alès", "geoid": 3038224}, "date-ut": "1891-09-27 08:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1304"}, "ids-in-sources": {"a2": "1304"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "30", "COU": "F", "DAY": "27", "LAT": "43N51", "LON": "4E21", "MON": "9", "NUM": "1304", "PRO": "S", "SEC": "40", "YEA": "1891", "CITY": "ALES"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-497"}, "ids-in-source": {"g55": "02-497"}}, "raw": {"DAY": "27-9-1891", "HOUR": "9 h.", "NAME": "VIGNE Paul", "PLACE": "Ales (Gard)."}, "date": "2023-08-20T14:48:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3392	vigot-marcel-1887-12-28	{"a2": "1306", "g55": "02-499"}	{"g55": "02-499", "lerrcp": "A2-1306"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Vigot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:26", "date": "1887-12-28 03:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.35912, "lat": 49.18585, "name": "Caen", "geoid": 3029241}, "notime": null, "date-ut": "1887-12-28 03:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Vigot"}, "birth": {"tzo": "-00:01:26", "date": "1887-12-28 03:00", "place": {"c2": "14", "cy": "FR", "lg": -0.35912, "lat": 49.18585, "name": "Caen", "geoid": 3029241}, "date-ut": "1887-12-28 03:01:28"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1306"}, "ids-in-sources": {"a2": "1306"}}, "raw": {"H": "3", "MN": "1", "TZ": "0", "COD": "14", "COU": "F", "DAY": "28", "LAT": "49N11", "LON": "0W22", "MON": "12", "NUM": "1306", "PRO": "S", "SEC": "28", "YEA": "1887", "CITY": "CAEN"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-499"}, "ids-in-source": {"g55": "02-499"}}, "raw": {"DAY": "28-12-1887", "HOUR": "5 h.", "NAME": "VIGOT Marcel", "PLACE": "Caen (Calvados)."}, "date": "2023-08-20T14:48:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3395	viollet-pierre-1891-08-16	{"a2": "1309", "g55": "02-502"}	{"g55": "02-502", "lerrcp": "A2-1309"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Viollet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1891-08-16 05:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1891-08-16 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Viollet"}, "birth": {"tzo": "+00:09:21", "date": "1891-08-16 05:00", "place": {"c2": "45", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1891-08-16 04:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1309"}, "ids-in-sources": {"a2": "1309"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "45", "COU": "F", "DAY": "16", "LAT": "47N54", "LON": "1E54", "MON": "8", "NUM": "1309", "PRO": "S", "SEC": "40", "YEA": "1891", "CITY": "ORLEANS"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-502"}, "ids-in-source": {"g55": "02-502"}}, "raw": {"DAY": "16-8-1891", "HOUR": "5 h.", "NAME": "VIOLLET Pierre", "PLACE": "Orléans (Loiret)."}, "date": "2023-08-20T14:48:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3398	vulpian-paul-1905-12-19	{"a2": "1312", "g55": "02-503"}	{"g55": "02-503", "lerrcp": "A2-1312"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Vulpian", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1905-12-19 18:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -2.51781, "lat": 48.46808, "name": "Lamballe", "geoid": 3008225}, "notime": null, "date-ut": "1905-12-19 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Vulpian"}, "birth": {"tzo": "+00:09:21", "date": "1905-12-19 18:00", "place": {"c2": "22", "cy": "FR", "lg": -2.51781, "lat": 48.46808, "name": "Lamballe", "geoid": 3008225}, "date-ut": "1905-12-19 17:50:40"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1312"}, "ids-in-sources": {"a2": "1312"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "22", "COU": "F", "DAY": "19", "LAT": "48N31", "LON": "2W45", "MON": "12", "NUM": "1312", "PRO": "S", "SEC": "40", "YEA": "1905", "CITY": "LAMBALLE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-503"}, "ids-in-source": {"g55": "02-503"}}, "raw": {"DAY": "! 19-12-1905", "HOUR": "18 h.", "NAME": "VULPIAN (de) Paul", "PLACE": "Lamballe (Côtes-du-Nord)."}, "date": "2023-08-20T14:48:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3401	wilhelm-theodore-1888-04-17	{"a2": "1315", "g55": "02-506"}	{"g55": "02-506", "lerrcp": "A2-1315"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodore", "family": "Wilhelm", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.85607, "lat": 49.21177, "name": "Petite-Rosselle", "geoid": 2987706}, "notime": null, "date-ut": "1888-04-17 11:05:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Theodore", "family": "Wilhelm"}, "birth": {"place": {"c2": "57", "cy": "FR", "lg": 6.85607, "lat": 49.21177, "name": "Petite-Rosselle", "geoid": 2987706}, "date-ut": "1888-04-17 11:05:16"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1315"}, "ids-in-sources": {"a2": "1315"}}, "raw": {"H": "12", "MN": "5", "TZ": "-1", "COD": "57", "COU": "F", "DAY": "17", "LAT": "49N 7", "LON": "6E11", "MON": "4", "NUM": "1315", "PRO": "S", "SEC": "16", "YEA": "1888", "CITY": "PETITE-ROSSELLE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-506"}, "ids-in-source": {"g55": "02-506"}}, "raw": {"DAY": "17-4-1888", "HOUR": "11h. 30", "NAME": "WIEHELIN Théodore", "PLACE": "Petite-Rosselle (Moselle)."}, "date": "2023-08-20T14:48:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
3405	wolgensinger-lucien-1903-11-29	{"a2": "1319", "g55": "02-507"}	{"g55": "02-507", "lerrcp": "A2-1319"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Wolgensinger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 7.03074, "lat": 48.99858, "name": "Sarralbe", "geoid": 2975992}, "notime": null, "date-ut": "1903-11-29 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["physician"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Wolgensinger"}, "birth": {"place": {"c2": "57", "cy": "FR", "lg": 7.03074, "lat": 48.99858, "name": "Sarralbe", "geoid": 2975992}, "date-ut": "1903-11-29 07:00"}, "occus": ["physician"], "trust": 5, "partial_ids": {"lerrcp": "A2-1319"}, "ids-in-sources": {"a2": "1319"}}, "raw": {"H": "8", "MN": "0", "TZ": "-1", "COD": "57", "COU": "F", "DAY": "29", "LAT": "49N 7", "LON": "6E11", "MON": "11", "NUM": "1319", "PRO": "S", "SEC": "0", "YEA": "1903", "CITY": "SARRALBE"}, "date": "2023-08-20T14:43:14+02:00", "source": "a2", "command": "gauq A2 tmp2db"}, {"new": {"partial-ids": {"g55": "02-507"}, "ids-in-source": {"g55": "02-507"}}, "raw": {"DAY": "29-11-1903", "HOUR": "8 h.", "NAME": "WOLGENSINGER Lucien", "PLACE": "Sarralbe (Moselle)."}, "date": "2023-08-20T14:48:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 02-508-physicians"}]	[]
17	bouin-jean-1888-12-21	{"a1": "17", "g55": "03-5", "3a_sports": "598"}	{"g55": "03-5", "cpara": "CP-71", "ertel": "ES-598", "lerrcp": "A1-17"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bouin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:21:31", "date": "1888-12-21 01:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1888-12-21 00:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bouin"}, "birth": {"tzo": "+00:21:31", "date": "1888-12-21 01:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1888-12-21 00:38:32"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-17"}, "ids-in-sources": {"a1": "17"}}, "raw": {"H": "0", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "21", "LAT": "43N18", "LON": "5E22", "MON": "12", "NUM": "17", "PRO": "C", "SEC": "32", "YEA": "1888", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1888-12-21 01:00"}, "partial-ids": {"ertel": "ES-598"}}, "raw": {"L": "", "MF": "", "NR": "598", "ENG": "", "MA_": "0", "G_NR": "17", "MA12": "9", "MARS": "25", "NAME": "Bouin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,700", "CSINR": "", "KURTZ": "d", "PHAS_": "94,100", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.12.", "ZITATE": "DKTFO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "71", "VORNAME": "Jean", "ZITRANG": "6", "GAUQ1955": "+", "GEBDATUM": "21.12.1888", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-5"}, "ids-in-source": {"g55": "03-5"}}, "raw": {"DAY": "21-12-1888", "HOUR": "1 h.", "NAME": "BOUIN Jean", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:48:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
18	bour-armand-1916-02-15	{"a1": "18", "g55": "03-6", "3a_sports": "607"}	{"g55": "03-6", "ertel": "ES-607", "lerrcp": "A1-18"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Bour", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1916-02-15 07:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 7.10747, "lat": 48.75177, "name": "Réding", "geoid": 2984193}, "notime": null, "date-ut": "1916-02-15 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Bour"}, "birth": {"place": {"c2": "57", "cy": "FR", "lg": 7.10747, "lat": 48.75177, "name": "Réding", "geoid": 2984193}, "date-ut": "1916-02-15 06:00"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-18"}, "ids-in-sources": {"a1": "18"}}, "raw": {"H": "7", "MN": "0", "TZ": "-1", "COD": "57", "COU": "F", "DAY": "15", "LAT": "49N 7", "LON": "6E11", "MON": "2", "NUM": "18", "PRO": "C", "SEC": "0", "YEA": "1916", "CITY": "REDING"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1916-02-15 07:00"}, "partial-ids": {"ertel": "ES-607"}}, "raw": {"L": "", "MF": "", "NR": "607", "ENG": "", "MA_": "1", "G_NR": "18", "MA12": "7", "MARS": "19", "NAME": "Bour", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,300", "CSINR": "", "KURTZ": "", "PHAS_": "84,900", "STUND": "7,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Armand", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "15.02.1916", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-6"}, "ids-in-source": {"g55": "03-6"}}, "raw": {"DAY": "15-2-1916", "HOUR": "7 h.", "NAME": "BOUR Armand", "PLACE": "Reding (Moselle)."}, "date": "2023-08-20T14:48:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
36	el-mabrouk-mohamed-1928-10-27	{"a1": "36", "g55": "03-9", "3a_sports": "1531"}	{"g55": "03-9", "cpara": "CP-180", "ertel": "ES-1531", "lerrcp": "A1-36"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "El Mabrouk Mohamed", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1928-10-27 09:45", "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "Alger", "geoid": 0}, "notime": null, "date-ut": "1928-10-27 09:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "", "family": "El Mabrouk Mohamed"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "ALGER", "geoid": 0}, "date-ut": "1928-10-27 09:45:00"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-36"}, "ids-in-sources": {"a1": "36"}}, "raw": {"H": "9", "MN": "45", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "27", "LAT": "36N47", "LON": "3E 0", "MON": "10", "NUM": "36", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "ALGER"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-10-27 09:45"}, "partial-ids": {"ertel": "ES-1531"}}, "raw": {"L": "", "MF": "", "NR": "1531", "ENG": "", "MA_": "0", "G_NR": "36", "MA12": "6", "MARS": "16", "NAME": "ElMabrouk", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,300", "CSINR": "", "KURTZ": "d", "PHAS_": "94,500", "STUND": "9,75", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "180", "VORNAME": "Mohamed", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "27.10.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Alger"}}, "partial-ids": {"g55": "03-9"}, "ids-in-source": {"g55": "03-9"}}, "raw": {"DAY": "17-10-1928", "HOUR": "9 h. 45", "NAME": "EL MABROUK Mohamed", "PLACE": "Alger (Algérie)."}, "date": "2023-08-20T14:48:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
54	lewden-pierre-1901-02-21	{"a1": "54", "g55": "03-18", "3a_sports": "2483"}	{"g55": "03-18", "cpara": "CP-284", "ertel": "ES-2483", "lerrcp": "A1-54"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Lewden", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1901-02-21 23:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.24186, "lat": 44.91449, "name": "Libourne", "geoid": 2998517}, "notime": null, "date-ut": "1901-02-21 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Lewden"}, "birth": {"tzo": "+00:09:21", "date": "1901-02-21 23:00", "place": {"c2": "33", "cy": "FR", "lg": -0.24186, "lat": 44.91449, "name": "Libourne", "geoid": 2998517}, "date-ut": "1901-02-21 22:50:40"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-54"}, "ids-in-sources": {"a1": "54"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "33", "COU": "F", "DAY": "21", "LAT": "44N50", "LON": "0W34", "MON": "2", "NUM": "54", "PRO": "C", "SEC": "40", "YEA": "1901", "CITY": "LIBOURNE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1901-02-21 23:00"}, "partial-ids": {"ertel": "ES-2483"}}, "raw": {"L": "", "MF": "", "NR": "2483", "ENG": "", "MA_": "0", "G_NR": "54", "MA12": "3", "MARS": "8", "NAME": "Lewden", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,900", "CSINR": "", "KURTZ": "d", "PHAS_": "5,200", "STUND": "23,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.02.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "284", "VORNAME": "Pierre", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "21.02.1901", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:23+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-18"}, "ids-in-source": {"g55": "03-18"}}, "raw": {"DAY": "21-2-1901", "HOUR": "23 h.", "NAME": "LEWDEN Pierre", "PLACE": "Libourne (Gironde)."}, "date": "2023-08-20T14:48:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
57	manaire-emile-1920-03-31	{"a1": "57", "g55": "03-20", "3a_sports": "2625"}	{"g55": "03-20", "ertel": "ES-2625", "lerrcp": "A1-57"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Manaire", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1920-03-31 02:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26667, "lat": 43.7, "name": "La Brigue", "geoid": 0}, "notime": null, "date-ut": "1920-03-31 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Manaire"}, "birth": {"tzo": "+01:00", "date": "1920-03-31 02:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26667, "lat": 43.7, "name": "Labrigue", "geoid": 0}, "date-ut": "1920-03-31 01:00"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-57"}, "ids-in-sources": {"a1": "57"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "06", "COU": "F", "DAY": "31", "LAT": "43N42", "LON": "7E16", "MON": "3", "NUM": "57", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "LABRIGUE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-03-31 02:00"}, "partial-ids": {"ertel": "ES-2625"}}, "raw": {"L": "", "MF": "", "NR": "2625", "ENG": "0", "MA_": "2", "G_NR": "57", "MA12": "3", "MARS": "9", "NAME": "Manaire", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,200", "CSINR": "", "KURTZ": "", "PHAS_": "87,000", "STUND": "2,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "31.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Emile", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "31.03.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:24+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "La Brigue"}}, "partial-ids": {"g55": "03-20"}, "ids-in-source": {"g55": "03-20"}}, "raw": {"DAY": "31-3-1920", "HOUR": "2 h.", "NAME": "\\fMANAIRE Emile", "PLACE": "La Brigue (Alpes-Maritimes)."}, "date": "2023-08-20T14:48:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
64	noel-jules-1903-01-27	{"a1": "64", "g55": "03-22", "3a_sports": "3042", "cfepp-final3": "108"}	{"g55": "03-22", "cfepp": "CF-108", "cpara": "CP-325", "ertel": "ES-3042", "lerrcp": "A1-64"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Noel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1903-01-27 11:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Norront-Fontés", "geoid": 0}, "notime": null, "date-ut": "1903-01-27 10:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Noel"}, "birth": {"tzo": "+00:09:21", "date": "1903-01-27 11:00", "place": {"c2": "62", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Norrentfontes", "geoid": 0}, "date-ut": "1903-01-27 10:50:40"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-64"}, "ids-in-sources": {"a1": "64"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "62", "COU": "F", "DAY": "27", "LAT": "50N18", "LON": "2E46", "MON": "1", "NUM": "64", "PRO": "C", "SEC": "40", "YEA": "1903", "CITY": "NORRENTFONTES"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1903-01-27 11:00"}, "partial-ids": {"ertel": "ES-3042"}}, "raw": {"L": "", "MF": "", "NR": "3042", "ENG": "", "MA_": "1", "G_NR": "64", "MA12": "7", "MARS": "20", "NAME": "Noel", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,800", "CSINR": "", "KURTZ": "", "PHAS_": "2,800", "STUND": "11,00", "CFEPNR": "108", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.01.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "325", "VORNAME": "Jules", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "27.01.1903", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1903-01-27 11:00", "place": {"c3": ""}, "date-ut": "1903-01-27 10:51"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "108"}}, "raw": {"S": "7", "LT": "11 00", "LV": "FI", "TR": "f", "UT": "10 51", "LAT": "+50.58", "SRC": "ALG", "LONG": "-02.41", "NAME": "NOEL Jules", "SPORT": "Track & Field", "LOC_DATE": "1903 01 27", "UNIV_DATE": "1903 01 27", "BIRTH_PLACE": "NORRENT FONTES", "POSTAL_CODE": "62120"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Norront-Fontés"}}, "partial-ids": {"g55": "03-22"}, "ids-in-source": {"g55": "03-22"}}, "raw": {"DAY": "27-1-1903", "HOUR": "11 h.", "NAME": "NOEL Jules", "PLACE": "Norront-Fontés (Pas-de-Calais)."}, "date": "2023-08-20T14:48:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
69	rochard-roger-1913-04-20	{"a1": "69", "g55": "03-25", "3a_sports": "3534"}	{"g55": "03-25", "cpara": "CP-372", "ertel": "ES-3534", "lerrcp": "A1-69"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Rochard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1913-04-20 12:00", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.15082, "lat": 49.02414, "name": "Évreux", "geoid": 3019265}, "notime": null, "date-ut": "1913-04-20 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Rochard"}, "birth": {"tzo": "+00:00", "date": "1913-04-20 12:00", "place": {"c2": "27", "cy": "FR", "lg": 1.15082, "lat": 49.02414, "name": "Évreux", "geoid": 3019265}, "date-ut": "1913-04-20 12:00"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-69"}, "ids-in-sources": {"a1": "69"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "27", "COU": "F", "DAY": "20", "LAT": "49N 1", "LON": "1E11", "MON": "4", "NUM": "69", "PRO": "C", "SEC": "0", "YEA": "1913", "CITY": "EVREUX"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1913-04-20 12:00"}, "partial-ids": {"ertel": "ES-3534"}}, "raw": {"L": "", "MF": "", "NR": "3534", "ENG": "", "MA_": "1", "G_NR": "69", "MA12": "5", "MARS": "14", "NAME": "Rochard", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,900", "CSINR": "", "KURTZ": "", "PHAS_": "98,900", "STUND": "12,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.04.", "ZITATE": "DST", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "372", "VORNAME": "Roger", "ZITRANG": "4", "GAUQ1955": "+", "GEBDATUM": "20.04.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:36+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-25"}, "ids-in-source": {"g55": "03-25"}}, "raw": {"DAY": "20-4-1913", "HOUR": "12 h.", "NAME": "ROCHARD Roger", "PLACE": "Evreux (Eure)."}, "date": "2023-08-20T14:48:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
76	valmy-rene-1920-12-24	{"a1": "76", "g55": "03-29", "3a_sports": "4117", "cfepp-final3": "135"}	{"g55": "03-29", "cfepp": "CF-135", "cpara": "CP-409", "ertel": "ES-4117", "lerrcp": "A1-76"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Valmy", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1920-12-24 13:00", "note": null, "place": {"c1": null, "c2": "65", "c3": "", "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "notime": null, "date-ut": "1920-12-24 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "René", "family": "Valmy"}, "birth": {"tzo": "+00:00", "date": "1920-12-24 13:00", "place": {"c2": "65", "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "date-ut": "1920-12-24 13:00"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-76"}, "ids-in-sources": {"a1": "76"}}, "raw": {"H": "13", "MN": "0", "TZ": "0", "COD": "65", "COU": "F", "DAY": "24", "LAT": "43N14", "LON": "0E 5", "MON": "12", "NUM": "76", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "TARBES"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-12-24 13:00"}, "partial-ids": {"ertel": "ES-4117"}}, "raw": {"L": "", "MF": "", "NR": "4117", "ENG": "", "MA_": "1", "G_NR": "76", "MA12": "2", "MARS": "5", "NAME": "Valmy", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,700", "CSINR": "", "KURTZ": "", "PHAS_": "96,500", "STUND": "13,00", "CFEPNR": "135", "EXTEND": "", "NATION": "FRA", "TAGMON": "24.12.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "409", "VORNAME": "René", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "24.12.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1920-12-24 13:00", "place": {"c3": ""}, "date-ut": "1920-12-24 13:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "135"}}, "raw": {"S": "2", "LT": "13 00", "LV": "FI", "TR": "f", "UT": "13 00", "LAT": "+43.23", "SRC": "ALG", "LONG": "-00.08", "NAME": "VALMY Rene", "SPORT": "Track & Field", "LOC_DATE": "1920 12 24", "UNIV_DATE": "1920 12 24", "BIRTH_PLACE": "TARBES", "POSTAL_CODE": "65013 CEDEX"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-29"}, "ids-in-source": {"g55": "03-29"}}, "raw": {"DAY": "24-12-1920", "HOUR": "13 h.", "NAME": "VALMY René", "PLACE": "Tarbes (Hautes-Pyrénées)."}, "date": "2023-08-20T14:48:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
79	vernier-jean-1923-07-21	{"a1": "79", "g55": "03-31", "3a_sports": "4212", "cfepp-final3": "137"}	{"g55": "03-31", "cfepp": "CF-137", "ertel": "ES-4212", "lerrcp": "A1-79"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Vernier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1923-07-21 07:00", "note": null, "place": {"c1": null, "c2": "25", "c3": "", "cy": "FR", "lg": 6.03333, "lat": 47.25, "name": "Grand-Chamont", "geoid": 0}, "notime": null, "date-ut": "1923-07-21 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["athletics-competitor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Vernier"}, "birth": {"tzo": "+01:00", "date": "1923-07-21 07:00", "place": {"c2": "25", "cy": "FR", "lg": 6.03333, "lat": 47.25, "name": "Grandchamont", "geoid": 0}, "date-ut": "1923-07-21 06:00"}, "occus": ["athletics-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-79"}, "ids-in-sources": {"a1": "79"}}, "raw": {"H": "6", "MN": "0", "TZ": "0", "COD": "25", "COU": "F", "DAY": "21", "LAT": "47N15", "LON": "6E 2", "MON": "7", "NUM": "79", "PRO": "C", "SEC": "0", "YEA": "1923", "CITY": "GRANDCHAMONT"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1923-07-21 07:00"}, "partial-ids": {"ertel": "ES-4212"}}, "raw": {"L": "", "MF": "", "NR": "4212", "ENG": "1", "MA_": "2", "G_NR": "79", "MA12": "1", "MARS": "2", "NAME": "Vernier", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,400", "CSINR": "", "KURTZ": "", "PHAS_": "49,400", "STUND": "7,00", "CFEPNR": "137", "EXTEND": "1", "NATION": "FRA", "TAGMON": "21.07.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "21.07.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "TRAC", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1923-07-21 07:00", "place": {"c3": ""}, "date-ut": "1923-07-21 06:00"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "137"}}, "raw": {"S": "1", "LT": "07 00", "LV": "FI", "TR": "f", "UT": "06 00", "LAT": "+47.53", "SRC": "ALG", "LONG": "-06.82", "NAME": "VERNIER Jean", "SPORT": "Track & Field", "LOC_DATE": "1923 07 21", "UNIV_DATE": "1923 07 21", "BIRTH_PLACE": "GRAND CHARMONT", "POSTAL_CODE": "25200"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Grand-Chamont"}}, "partial-ids": {"g55": "03-31"}, "ids-in-source": {"g55": "03-31"}}, "raw": {"DAY": "21-7-1923", "HOUR": "7 h.", "NAME": "VERNIER Jean", "PLACE": "Grand-Chamont (Doubs)."}, "date": "2023-08-20T14:48:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
87	behra-jean-1921-02-16	{"a1": "87", "g55": "03-33", "3a_sports": "320", "cfepp-final3": "143"}	{"g55": "03-33", "cfepp": "CF-143", "cpara": "CP-38", "ertel": "ES-320", "lerrcp": "A1-87"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Behra", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1921-02-16 01:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1921-02-16 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Behra"}, "birth": {"tzo": "+00:00", "date": "1921-02-16 01:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1921-02-16 01:00"}, "occus": ["motor-sports-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-87"}, "ids-in-sources": {"a1": "87"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "06", "COU": "F", "DAY": "16", "LAT": "43N42", "LON": "7E16", "MON": "2", "NUM": "87", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "NICE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-02-16 01:00"}, "partial-ids": {"ertel": "ES-320"}}, "raw": {"L": "", "MF": "", "NR": "320", "ENG": "", "MA_": "1", "G_NR": "87", "MA12": "9", "MARS": "26", "NAME": "Behra", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,900", "CSINR": "", "KURTZ": "", "PHAS_": "52,500", "STUND": "1,00", "CFEPNR": "143", "EXTEND": "", "NATION": "FRA", "TAGMON": "16.02.", "ZITATE": "CD", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "38", "VORNAME": "Jean", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "16.02.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1921-02-16 01:00", "place": {"c3": ""}, "date-ut": "1921-02-16 01:00"}, "occus": ["motor-sports-competitor"], "ids-in-sources": {"cfepp-final3": "143"}}, "raw": {"S": "9", "LT": "01 00", "LV": "F", "TR": "f", "UT": "01 00", "LAT": "+43.70", "SRC": "ALG", "LONG": "-07.26", "NAME": "BEHRA Jean", "SPORT": "Auto Racing", "LOC_DATE": "1921 02 16", "UNIV_DATE": "1921 02 16", "BIRTH_PLACE": "NICE", "POSTAL_CODE": "06074 CEDEX"}, "date": "2023-08-20T14:45:57+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-33"}, "ids-in-source": {"g55": "03-33"}}, "raw": {"DAY": "16-2-1921", "HOUR": "1 h.", "NAME": "BEHRA Jean", "PLACE": "Nice (Alpes-Maritimes)."}, "date": "2023-08-20T14:48:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
90	houel-georges-1913-07-05	{"a1": "90", "g55": "03-35", "3a_sports": "2145"}	{"g55": "03-35", "ertel": "ES-2145", "lerrcp": "A1-90"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Houel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1913-07-05 04:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 1.88741, "lat": 48.90635, "name": "Herbeville", "geoid": 3013488}, "notime": null, "date-ut": "1913-07-05 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Houel"}, "birth": {"tzo": "+00:00", "date": "1913-07-05 04:00", "place": {"c2": "78", "cy": "FR", "lg": 1.88741, "lat": 48.90635, "name": "Herbeville", "geoid": 3013488}, "date-ut": "1913-07-05 04:00"}, "occus": ["motor-sports-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-90"}, "ids-in-sources": {"a1": "90"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "78", "COU": "F", "DAY": "5", "LAT": "48N50", "LON": "2E 8", "MON": "7", "NUM": "90", "PRO": "C", "SEC": "0", "YEA": "1913", "CITY": "HERBEVILLE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1913-07-05 04:00"}, "partial-ids": {"ertel": "ES-2145"}}, "raw": {"L": "", "MF": "", "NR": "2145", "ENG": "", "MA_": "1", "G_NR": "90", "MA12": "2", "MARS": "5", "NAME": "Houel", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,800", "CSINR": "", "KURTZ": "", "PHAS_": "1,000", "STUND": "4,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "05.07.1913", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-35"}, "ids-in-source": {"g55": "03-35"}}, "raw": {"DAY": "5-7-1913", "HOUR": "4 h.", "NAME": "HOUEL Georges", "PLACE": "Herbeville (Seine-et-Oise)."}, "date": "2023-08-20T14:48:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
92	monneret-georges-1908-10-04	{"a1": "92", "g55": "03-37", "3a_sports": "2920", "cfepp-final3": "675"}	{"g55": "03-37", "cfepp": "CF-675", "cpara": "CP-318", "ertel": "ES-2920", "lerrcp": "A1-92"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Monneret", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1908-10-04 13:20", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1908-10-04 13:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["motor-sports-competitor"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Monneret"}, "birth": {"tzo": "+00:09:21", "date": "1908-10-04 13:20", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1908-10-04 13:10:40"}, "occus": ["motor-sports-competitor"], "trust": 5, "partial_ids": {"lerrcp": "A1-92"}, "ids-in-sources": {"a1": "92"}}, "raw": {"H": "13", "MN": "10", "TZ": "0", "COD": "59", "COU": "F", "DAY": "4", "LAT": "50N39", "LON": "3E 5", "MON": "10", "NUM": "92", "PRO": "C", "SEC": "40", "YEA": "1908", "CITY": "LILLE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1908-10-04 13:20"}, "partial-ids": {"ertel": "ES-2920"}}, "raw": {"L": "", "MF": "", "NR": "2920", "ENG": "", "MA_": "1", "G_NR": "92", "MA12": "5", "MARS": "13", "NAME": "Monneret", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,100", "CSINR": "", "KURTZ": "", "PHAS_": "58,400", "STUND": "13,33", "CFEPNR": "675", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "318", "VORNAME": "Georges", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "04.10.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AUTO", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1908-10-04 13:20", "place": {"c3": ""}, "date-ut": "1908-10-04 13:11"}, "occus": ["motor-sports-competitor"], "ids-in-sources": {"cfepp-final3": "675"}}, "raw": {"S": "5", "LT": "13 20", "LV": "M", "TR": "f", "UT": "13 11", "LAT": "+50.63", "SRC": "ALG", "LONG": "-03.06", "NAME": "MONNERET Georges", "SPORT": "Motorcycle racing", "LOC_DATE": "1908 10 04", "UNIV_DATE": "1908 10 04", "BIRTH_PLACE": "LILLE", "POSTAL_CODE": "59033 CEDEX"}, "date": "2023-08-20T14:46:10+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-37"}, "ids-in-source": {"g55": "03-37"}}, "raw": {"DAY": "4-10-1908", "HOUR": "13 h. 20", "NAME": "MONNERET Georges", "PLACE": "Lille (Nord)."}, "date": "2023-08-20T14:48:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
150	codos-paul-1896-05-01	{"a1": "150", "g55": "03-42", "3a_sports": "1044"}	{"g55": "03-42", "ertel": "ES-1044", "lerrcp": "A1-150"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Codos", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1896-05-01 18:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 4.14136, "lat": 49.7835, "name": "Iviers", "geoid": 3012632}, "notime": null, "date-ut": "1896-05-01 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Codos"}, "birth": {"tzo": "+00:09:21", "date": "1896-05-01 18:00", "place": {"c2": "02", "cy": "FR", "lg": 4.14136, "lat": 49.7835, "name": "Iviers", "geoid": 3012632}, "date-ut": "1896-05-01 17:50:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-150"}, "ids-in-sources": {"a1": "150"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "02", "COU": "F", "DAY": "1", "LAT": "49N34", "LON": "3E37", "MON": "5", "NUM": "150", "PRO": "C", "SEC": "40", "YEA": "1896", "CITY": "IVIERS"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1896-05-01 18:00"}, "partial-ids": {"ertel": "ES-1044"}}, "raw": {"L": "", "MF": "", "NR": "1044", "ENG": "", "MA_": "0", "G_NR": "150", "MA12": "8", "MARS": "24", "NAME": "Codos", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,200", "CSINR": "", "KURTZ": "", "PHAS_": "84,500", "STUND": "18,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.05.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Paul", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "01.05.1896", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-42"}, "ids-in-source": {"g55": "03-42"}}, "raw": {"DAY": "1-5-1896", "HOUR": "18 h.", "NAME": "CODOS Paul", "PLACE": "Iviers (Aisne)."}, "date": "2023-08-20T14:48:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
174	guillaumet-henri-1902-05-29	{"a1": "174", "g55": "03-43", "3a_sports": "2016"}	{"g55": "03-43", "ertel": "ES-2016", "lerrcp": "A1-174"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Guillaumet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1902-05-29 12:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Bony", "geoid": 0}, "notime": null, "date-ut": "1902-05-29 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Guillaumet"}, "birth": {"tzo": "+00:09:21", "date": "1902-05-29 12:00", "place": {"c2": "51", "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Bony", "geoid": 0}, "date-ut": "1902-05-29 11:50:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-174"}, "ids-in-sources": {"a1": "174"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "51", "COU": "F", "DAY": "29", "LAT": "48N57", "LON": "4E22", "MON": "5", "NUM": "174", "PRO": "C", "SEC": "40", "YEA": "1902", "CITY": "BONY"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1902-05-29 12:00"}, "partial-ids": {"ertel": "ES-2016"}}, "raw": {"L": "", "MF": "", "NR": "2016", "ENG": "1", "MA_": "2", "G_NR": "174", "MA12": "4", "MARS": "11", "NAME": "Guillaumet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,100", "CSINR": "", "KURTZ": "", "PHAS_": "65,200", "STUND": "12,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "29.05.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Henri", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "29.05.1902", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Bony"}}, "partial-ids": {"g55": "03-43"}, "ids-in-source": {"g55": "03-43"}}, "raw": {"DAY": "29-5-1902", "HOUR": "12 h.", "NAME": "GUILLAUMET Henri", "PLACE": "Bony (Marne)."}, "date": "2023-08-20T14:48:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24550	lizal-alex-1878-01-23	{"g55": "06-267"}	{"g55": "06-267"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alex", "family": "Lizal", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1878-01-23 12:00", "note": null, "place": {"c1": "", "c2": "40", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Dax", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alex", "family": "Lizal", "nobility": ""}, "birth": {"date": "1878-01-23 12:00", "place": {"c1": "", "c2": "40", "c3": "", "cy": "FR", "name": "Dax"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-267"}}, "raw": {"DAY": "23-1-1878", "HOUR": "12 h.", "NAME": "LIZAL Alex", "PLACE": "Dax (Landes)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
208	nessler-eric-1898-05-20	{"a1": "208", "g55": "03-45", "3a_sports": "3022"}	{"g55": "03-45", "ertel": "ES-3022", "lerrcp": "A1-208"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eric", "family": "Nessler", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1898-05-20 21:30", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.49383, "lat": 48.59273, "name": "Lunéville", "geoid": 2997110}, "notime": null, "date-ut": "1898-05-20 21:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot"]	5	null	[{"new": {"name": {"given": "Eric", "family": "Nessler"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.49383, "lat": 48.59273, "name": "Lunéville", "geoid": 2997110}, "date-ut": "1898-05-20 21:20:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-208"}, "ids-in-sources": {"a1": "208"}}, "raw": {"H": "21", "MN": "20", "TZ": "0", "COD": "54", "COU": "F", "DAY": "20", "LAT": "48N42", "LON": "6E12", "MON": "5", "NUM": "208", "PRO": "C", "SEC": "40", "YEA": "1898", "CITY": "LUNEVILLE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1898-05-20 21:30"}, "partial-ids": {"ertel": "ES-3022"}}, "raw": {"L": "", "MF": "", "NR": "3022", "ENG": "", "MA_": "1", "G_NR": "208", "MA12": "10", "MARS": "28", "NAME": "Nessler", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,000", "CSINR": "", "KURTZ": "", "PHAS_": "0,400", "STUND": "21,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Eric", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "20.05.1898", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-45"}, "ids-in-source": {"g55": "03-45"}}, "raw": {"DAY": "20-5-1898", "HOUR": "21 h. 30", "NAME": "NESSLER Eric", "PLACE": "Lunéville (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:48:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
515	constant-eugene-1901-01-08	{"a1": "515", "g55": "03-47", "3a_sports": "1080"}	{"g55": "03-47", "ertel": "ES-1080", "lerrcp": "A1-515"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Constant", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1901-01-08 16:30", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "notime": null, "date-ut": "1901-01-08 16:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rower"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Constant"}, "birth": {"tzo": "+00:09:21", "date": "1901-01-08 16:30", "place": {"c2": "62", "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "date-ut": "1901-01-08 16:20:40"}, "occus": ["rower"], "trust": 5, "partial_ids": {"lerrcp": "A1-515"}, "ids-in-sources": {"a1": "515"}}, "raw": {"H": "16", "MN": "20", "TZ": "0", "COD": "62", "COU": "F", "DAY": "8", "LAT": "50N18", "LON": "2E46", "MON": "1", "NUM": "515", "PRO": "C", "SEC": "40", "YEA": "1901", "CITY": "BOULOGNE-S/MER"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1901-01-08 16:30"}, "partial-ids": {"ertel": "ES-1080"}}, "raw": {"L": "", "MF": "", "NR": "1080", "ENG": "", "MA_": "1", "G_NR": "515", "MA12": "10", "MARS": "29", "NAME": "Constant", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,100", "CSINR": "", "KURTZ": "", "PHAS_": "90,300", "STUND": "16,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.01.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Eugene", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "08.01.1901", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "ROWI", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-47"}, "ids-in-source": {"g55": "03-47"}}, "raw": {"DAY": "8-1-1901", "HOUR": "16 h. 30", "NAME": "CONSTANT Eugène", "PLACE": "Boulogne-sur-Mer (P.-de-C.)."}, "date": "2023-08-20T14:48:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
521	vandernotte-fernand-1902-07-12	{"a1": "521", "g55": "03-51", "3a_sports": "4162", "cfepp-final3": "181"}	{"g55": "03-51", "cfepp": "CF-181", "ertel": "ES-4162", "lerrcp": "A1-521"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Vandernotte", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1902-07-12 20:30", "note": null, "place": {"c1": null, "c2": "49", "c3": "", "cy": "FR", "lg": -0.53333, "lat": 47.46667, "name": "Tilliers", "geoid": 0}, "notime": null, "date-ut": "1902-07-12 20:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rower"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Vandernotte"}, "birth": {"tzo": "+00:09:21", "date": "1902-07-12 20:30", "place": {"c2": "49", "cy": "FR", "lg": -0.53333, "lat": 47.46667, "name": "Tilliers", "geoid": 0}, "date-ut": "1902-07-12 20:20:40"}, "occus": ["rower"], "trust": 5, "partial_ids": {"lerrcp": "A1-521"}, "ids-in-sources": {"a1": "521"}}, "raw": {"H": "20", "MN": "20", "TZ": "0", "COD": "49", "COU": "F", "DAY": "12", "LAT": "47N28", "LON": "0W32", "MON": "7", "NUM": "521", "PRO": "C", "SEC": "40", "YEA": "1902", "CITY": "TILLIERS"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1902-07-12 20:30"}, "partial-ids": {"ertel": "ES-4162"}}, "raw": {"L": "", "MF": "", "NR": "4162", "ENG": "", "MA_": "0", "G_NR": "521", "MA12": "8", "MARS": "23", "NAME": "Vandernotte", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,000", "CSINR": "", "KURTZ": "", "PHAS_": "44,800", "STUND": "20,50", "CFEPNR": "181", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.07.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Fernand", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "12.07.1902", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "ROWI", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:44+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1902-07-12 20:30", "place": {"c3": ""}, "date-ut": "1902-07-12 20:21"}, "occus": ["rower"], "ids-in-sources": {"cfepp-final3": "181"}}, "raw": {"S": "8", "LT": "20 30", "LV": "I", "TR": "f", "UT": "20 21", "LAT": "+47.15", "SRC": "AG", "LONG": "+01.16", "NAME": "VANDERNOTTE Fernand", "SPORT": "Rowing", "LOC_DATE": "1902 07 12", "UNIV_DATE": "1902 07 12", "BIRTH_PLACE": "TILLIERES", "POSTAL_CODE": "49230"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Tilliers"}}, "partial-ids": {"g55": "03-51"}, "ids-in-source": {"g55": "03-51"}}, "raw": {"DAY": "12-7-1902", "HOUR": "20 h. 30", "NAME": "VANDERNOTTE Fernand", "PLACE": "Tilliers (Maine-et-Loire)."}, "date": "2023-08-20T14:48:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
199	mermoz-jean-1901-12-09	{"a1": "199", "g55": "03-44", "3a_sports": "2824"}	{"g55": "03-44", "cpara": "CP-309", "ertel": "ES-2824", "lerrcp": "A1-199"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Mermoz", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1901-12-09 02:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Aubenton", "geoid": 0}, "notime": null, "date-ut": "1901-12-09 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot", "military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Mermoz"}, "birth": {"tzo": "+00:09:21", "date": "1901-12-09 02:00", "place": {"c2": "02", "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Aubenten", "geoid": 0}, "date-ut": "1901-12-09 01:50:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-199"}, "ids-in-sources": {"a1": "199"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "02", "COU": "F", "DAY": "9", "LAT": "49N34", "LON": "3E37", "MON": "12", "NUM": "199", "PRO": "C", "SEC": "40", "YEA": "1901", "CITY": "AUBENTEN"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1901-12-09 02:00"}, "partial-ids": {"ertel": "ES-2824"}}, "raw": {"L": "", "MF": "", "NR": "2824", "ENG": "", "MA_": "1", "G_NR": "199", "MA12": "10", "MARS": "28", "NAME": "Mermoz", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,500", "CSINR": "", "KURTZ": "", "PHAS_": "4,000", "STUND": "2,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "09.12.", "ZITATE": "A", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "309", "VORNAME": "Jean", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "09.12.1901", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "AIRP", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Aubenton"}}, "partial-ids": {"g55": "03-44"}, "ids-in-source": {"g55": "03-44"}}, "raw": {"DAY": "9-12-1901", "HOUR": "2 h.", "NAME": "MERMOZ Jean", "PLACE": "Aubenton (Aisne)."}, "date": "2023-08-20T14:48:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}, {"new": {"birth": {"place": {"name": "Aubenton"}}}, "raw": {"DAY": "9-12-1901", "HOUR": "2 h.", "NAME": "MERMOZ Jean", "PLACE": "Aubenton (Aisne)."}, "date": "2023-08-20T14:48:30+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
12138	rigoult-pierre-1898-01-07	{"a5": "670", "g55": "07-474"}	{"g55": "07-474", "lerrcp": "A5-670"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Rigoult", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1898-01-07 17:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1898-01-07 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Rigoult"}, "birth": {"tzo": "+00:09:21", "date": "1898-01-07 17:00", "place": {"c2": "83", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1898-01-07 16:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-670"}, "ids-in-sources": {"a5": "670"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "83", "COU": "F", "DAY": "7", "LAT": "43N32", "LON": "6E28", "MON": "1", "NUM": "670", "PRO": "A", "SEC": "40", "YEA": "1898", "CITY": "TOULON"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-474"}, "ids-in-source": {"g55": "07-474"}}, "raw": {"DAY": "7-1-1898", "HOUR": "17 h.", "NAME": "De RIGOULT Pierre Marie", "PLACE": "Toulon (Var)."}, "date": "2023-08-20T14:49:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
525	barrais-andre-1920-02-22	{"a1": "525", "g55": "03-53", "3a_sports": "252"}	{"g55": "03-53", "ertel": "ES-252", "lerrcp": "A1-525"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Barrais", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1920-02-22 11:30", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.28864, "lat": 48.89389, "name": "Levallois-Perret", "geoid": 2998975}, "notime": null, "date-ut": "1920-02-22 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "André", "family": "Barrais"}, "birth": {"tzo": "+01:00", "date": "1920-02-22 11:30", "place": {"c2": "92", "cy": "FR", "lg": 2.28864, "lat": 48.89389, "name": "Levallois-Perret", "geoid": 2998975}, "date-ut": "1920-02-22 10:30"}, "occus": ["basketball-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-525"}, "ids-in-sources": {"a1": "525"}}, "raw": {"H": "10", "MN": "30", "TZ": "0", "COD": "92", "COU": "F", "DAY": "22", "LAT": "48N50", "LON": "2E11", "MON": "2", "NUM": "525", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "LEVALLOIS-PERRET"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-02-22 11:30"}, "partial-ids": {"ertel": "ES-252"}}, "raw": {"L": "", "MF": "", "NR": "252", "ENG": "", "MA_": "1", "G_NR": "525", "MA12": "7", "MARS": "20", "NAME": "Barrais", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,600", "CSINR": "", "KURTZ": "", "PHAS_": "5,100", "STUND": "11,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.02.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "22.02.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-53"}, "ids-in-source": {"g55": "03-53"}}, "raw": {"DAY": "22-2-1920", "HOUR": "11 h. 30", "NAME": "BARRAIS André", "PLACE": "Levallois-Perret (Seine)."}, "date": "2023-08-20T14:48:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
548	offner-raymond-1927-11-17	{"a1": "548", "g55": "03-67", "3a_sports": "3072", "cfepp-final3": "213"}	{"g55": "03-67", "cfepp": "CF-213", "ertel": "ES-3072", "lerrcp": "A1-548"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Offner", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1927-11-17 13:00", "note": null, "place": {"c1": null, "c2": "95", "c3": "", "cy": "FR", "lg": 2.37821, "lat": 48.99739, "name": "Sarcelles", "geoid": 2976043}, "notime": null, "date-ut": "1927-11-17 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Offner"}, "birth": {"tzo": "+00:00", "date": "1927-11-17 13:00", "place": {"c2": "95", "cy": "FR", "lg": 2.37821, "lat": 48.99739, "name": "Sarcelles", "geoid": 2976043}, "date-ut": "1927-11-17 13:00"}, "occus": ["basketball-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-548"}, "ids-in-sources": {"a1": "548"}}, "raw": {"H": "13", "MN": "0", "TZ": "0", "COD": "95", "COU": "F", "DAY": "17", "LAT": "49N 0", "LON": "2E 0", "MON": "11", "NUM": "548", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "SARCELLES"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-11-17 13:00"}, "partial-ids": {"ertel": "ES-3072"}}, "raw": {"L": "", "MF": "", "NR": "3072", "ENG": "", "MA_": "1", "G_NR": "548", "MA12": "5", "MARS": "13", "NAME": "Offner", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,900", "CSINR": "", "KURTZ": "", "PHAS_": "42,500", "STUND": "13,00", "CFEPNR": "213", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.11.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Raymond", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "17.11.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:30+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1927-11-17 13:00", "place": {"c3": ""}, "date-ut": "1927-11-17 13:00"}, "occus": ["basketball-player"], "ids-in-sources": {"cfepp-final3": "213"}}, "raw": {"S": "5", "LT": "13 00", "LV": "I13", "TR": "f", "UT": "13 00", "LAT": "+49.00", "SRC": "AG", "LONG": "-02.38", "NAME": "OFFNER Raymond", "SPORT": "Basketball", "LOC_DATE": "1927 11 17", "UNIV_DATE": "1927 11 17", "BIRTH_PLACE": "SARCELLES", "POSTAL_CODE": "95203 CEDEX"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-67"}, "ids-in-source": {"g55": "03-67"}}, "raw": {"DAY": "17-11-1927", "HOUR": "13 h.", "NAME": "OFFNER Raymond", "PLACE": "Sarcelles (Seine-et-Oise)."}, "date": "2023-08-20T14:48:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
555	vacheresse-andre-1927-10-12	{"a1": "555", "g55": "03-73", "3a_sports": "4098", "cfepp-final3": "222"}	{"g55": "03-73", "cfepp": "CF-222", "cpara": "CP-406", "ertel": "ES-4098", "lerrcp": "A1-555"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Vacheresse", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1927-10-12 19:00", "note": null, "place": {"c1": null, "c2": "42", "c3": "", "cy": "FR", "lg": 4.06802, "lat": 46.03624, "name": "Roanne", "geoid": 2983362}, "notime": null, "date-ut": "1927-10-12 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basketball-player"]	5	null	[{"new": {"name": {"given": "André", "family": "Vacheresse"}, "birth": {"tzo": "+00:00", "date": "1927-10-12 19:00", "place": {"c2": "42", "cy": "FR", "lg": 4.06802, "lat": 46.03624, "name": "Roanne", "geoid": 2983362}, "date-ut": "1927-10-12 19:00"}, "occus": ["basketball-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-555"}, "ids-in-sources": {"a1": "555"}}, "raw": {"H": "19", "MN": "0", "TZ": "0", "COD": "42", "COU": "F", "DAY": "12", "LAT": "45N26", "LON": "4E23", "MON": "10", "NUM": "555", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "ROANNE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-10-12 19:00"}, "partial-ids": {"ertel": "ES-4098"}}, "raw": {"L": "", "MF": "", "NR": "4098", "ENG": "", "MA_": "1", "G_NR": "555", "MA12": "7", "MARS": "21", "NAME": "Vacheresse", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,800", "CSINR": "", "KURTZ": "", "PHAS_": "98,000", "STUND": "19,00", "CFEPNR": "222", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.10.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "406", "VORNAME": "André", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "12.10.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BASK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:43+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1927-10-12 19:00", "place": {"c3": ""}, "date-ut": "1927-10-12 19:00"}, "occus": ["basketball-player"], "ids-in-sources": {"cfepp-final3": "222"}}, "raw": {"S": "7", "LT": "19 00", "LV": "I70", "TR": "f", "UT": "19 00", "LAT": "+46.04", "SRC": "ALG", "LONG": "-04.07", "NAME": "VACHERESSE Andre", "SPORT": "Basketball", "LOC_DATE": "1927 10 12", "UNIV_DATE": "1927 10 12", "BIRTH_PLACE": "ROANNE", "POSTAL_CODE": "42328 CEDEX"}, "date": "2023-08-20T14:45:58+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-73"}, "ids-in-source": {"g55": "03-73"}}, "raw": {"DAY": "12-10-1927", "HOUR": "19 h.", "NAME": "VACHERESSE André", "PLACE": "Roanne (Loire)."}, "date": "2023-08-20T14:48:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
562	lagache-alfred-1890-08-10	{"a1": "562", "g55": "03-78", "3a_sports": "2329"}	{"g55": "03-78", "ertel": "ES-2329", "lerrcp": "A1-562"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Lagache", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:38", "date": "1890-08-10 17:00", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.40935, "lat": 48.89437, "name": "Pantin", "geoid": 2988621}, "notime": null, "date-ut": "1890-08-10 16:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["billard-player"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Lagache"}, "birth": {"tzo": "+00:09:38", "date": "1890-08-10 17:00", "place": {"c2": "93", "cy": "FR", "lg": 2.40935, "lat": 48.89437, "name": "Pantin", "geoid": 2988621}, "date-ut": "1890-08-10 16:50"}, "occus": ["billard-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-562"}, "ids-in-sources": {"a1": "562"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "93", "COU": "F", "DAY": "10", "LAT": "48N55", "LON": "2E30", "MON": "8", "NUM": "562", "PRO": "C", "SEC": "0", "YEA": "1890", "CITY": "PANTIN"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1890-08-10 17:00"}, "partial-ids": {"ertel": "ES-2329"}}, "raw": {"L": "", "MF": "", "NR": "2329", "ENG": "", "MA_": "1", "G_NR": "562", "MA12": "2", "MARS": "5", "NAME": "Lagache", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,200", "CSINR": "", "KURTZ": "", "PHAS_": "26,700", "STUND": "17,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alfred", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "10.08.1890", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BILL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:21+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-78"}, "ids-in-source": {"g55": "03-78"}}, "raw": {"DAY": "10-8-1890", "HOUR": "17 h.", "NAME": "LAGACHE Alfred", "PLACE": "Pantin (Seine)."}, "date": "2023-08-20T14:48:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
581	carpentier-georges-1894-01-12	{"a1": "581", "g55": "03-84", "3a_sports": "856", "cfepp-final3": "232"}	{"g55": "03-84", "cfepp": "CF-232", "cpara": "CP-99", "ertel": "ES-856", "lerrcp": "A1-581"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Carpentier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1894-01-12 18:00", "note": null, "place": {"c1": null, "c2": "62", "c3": "", "cy": "FR", "lg": 2.78068, "lat": 50.4198, "name": "Liévin", "geoid": 2998431}, "notime": null, "date-ut": "1894-01-12 17:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Carpentier"}, "birth": {"tzo": "+00:09:21", "date": "1894-01-12 18:00", "place": {"c2": "62", "cy": "FR", "lg": 2.78068, "lat": 50.4198, "name": "Liévin", "geoid": 2998431}, "date-ut": "1894-01-12 17:50:40"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-581"}, "ids-in-sources": {"a1": "581"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "62", "COU": "F", "DAY": "12", "LAT": "50N18", "LON": "2E46", "MON": "1", "NUM": "581", "PRO": "C", "SEC": "40", "YEA": "1894", "CITY": "LIEVIN"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1894-01-12 18:00"}, "partial-ids": {"ertel": "ES-856"}}, "raw": {"L": "", "MF": "", "NR": "856", "ENG": "", "MA_": "0", "G_NR": "581", "MA12": "8", "MARS": "24", "NAME": "Carpentier", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,400", "CSINR": "", "KURTZ": "p", "PHAS_": "20,900", "STUND": "18,00", "CFEPNR": "232", "EXTEND": "", "NATION": "FRA", "TAGMON": "12.01.", "ZITATE": "DRF", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "99", "VORNAME": "Georges", "ZITRANG": "4", "GAUQ1955": "+", "GEBDATUM": "12.01.1894", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:00+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1894-01-12 18:00", "place": {"c3": ""}, "date-ut": "1894-01-12 17:51"}, "occus": ["boxer"], "ids-in-sources": {"cfepp-final3": "232"}}, "raw": {"S": "8", "LT": "18 00", "LV": "M", "TR": "f", "UT": "17 51", "LAT": "+50.42", "SRC": "ALG", "LONG": "-02.77", "NAME": "CARPENTIER Georges", "SPORT": "Boxing", "LOC_DATE": "1894 01 12", "UNIV_DATE": "1894 01 12", "BIRTH_PLACE": "LIEVIN", "POSTAL_CODE": "62800"}, "date": "2023-08-20T14:45:59+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-84"}, "ids-in-source": {"g55": "03-84"}}, "raw": {"DAY": "12-1-1894", "HOUR": "18 h.", "NAME": "CARPENTIER Georges", "PLACE": "Liévin (Pas-de-Calais)."}, "date": "2023-08-20T14:48:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24290	almes-pierre-edmond-1880-11-10	{"g55": "06-5"}	{"g55": "06-5"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre Edmond", "family": "Almes", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1880-11-10 22:00", "note": null, "place": {"c1": "", "c2": "34", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Béziers", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre Edmond", "family": "Almes", "nobility": ""}, "birth": {"date": "1880-11-10 22:00", "place": {"c1": "", "c2": "34", "c3": "", "cy": "FR", "name": "Béziers"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-5"}}, "raw": {"DAY": "10-11-1880", "HOUR": "22 h.", "NAME": "ALMES Pierre Edmond", "PLACE": "Béziers (Hérault)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
586	charron-robert-1918-06-23	{"a1": "586", "g55": "03-85", "3a_sports": "968"}	{"g55": "03-85", "cpara": "CP-108", "ertel": "ES-968", "lerrcp": "A1-586"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Charron", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1918-06-23 12:00", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.48333, "lat": 46.61667, "name": "Buxerolles", "geoid": 3029365}, "notime": null, "date-ut": "1918-06-23 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Charron"}, "birth": {"tzo": "+01:00", "date": "1918-06-23 12:00", "place": {"c2": "86", "cy": "FR", "lg": 0.48333, "lat": 46.61667, "name": "Buxerolles", "geoid": 3029365}, "date-ut": "1918-06-23 11:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-586"}, "ids-in-sources": {"a1": "586"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "86", "COU": "F", "DAY": "23", "LAT": "46N35", "LON": "0E20", "MON": "6", "NUM": "586", "PRO": "C", "SEC": "0", "YEA": "1918", "CITY": "BUXEROLLES"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1918-06-23 12:00"}, "partial-ids": {"ertel": "ES-968"}}, "raw": {"L": "", "MF": "", "NR": "968", "ENG": "", "MA_": "1", "G_NR": "586", "MA12": "12", "MARS": "35", "NAME": "Charron", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,100", "CSINR": "", "KURTZ": "", "PHAS_": "97,700", "STUND": "12,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "108", "VORNAME": "Robert", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "23.06.1918", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-85"}, "ids-in-source": {"g55": "03-85"}}, "raw": {"DAY": "23-6-1918", "HOUR": "12 h.", "NAME": "CHARRON Robert", "PLACE": "Buxerolles. (Vienne)."}, "date": "2023-08-20T14:48:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
605	famechon-andre-1922-02-24	{"a1": "605", "g55": "03-89", "3a_sports": "1580"}	{"g55": "03-89", "ertel": "ES-1580", "lerrcp": "A1-605"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Famechon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1922-02-24 02:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.97267, "lat": 50.27875, "name": "Maubeuge", "geoid": 2995150}, "notime": null, "date-ut": "1922-02-24 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "André", "family": "Famechon"}, "birth": {"tzo": "+00:00", "date": "1922-02-24 02:00", "place": {"c2": "59", "cy": "FR", "lg": 3.97267, "lat": 50.27875, "name": "Maubeuge", "geoid": 2995150}, "date-ut": "1922-02-24 02:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-605"}, "ids-in-sources": {"a1": "605"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "59", "COU": "F", "DAY": "24", "LAT": "50N39", "LON": "3E 5", "MON": "2", "NUM": "605", "PRO": "C", "SEC": "0", "YEA": "1922", "CITY": "MAUBEUGE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1922-02-24 02:00"}, "partial-ids": {"ertel": "ES-1580"}}, "raw": {"L": "", "MF": "", "NR": "1580", "ENG": "1", "MA_": "2", "G_NR": "605", "MA12": "1", "MARS": "2", "NAME": "Famechon", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,600", "CSINR": "", "KURTZ": "", "PHAS_": "7,000", "STUND": "2,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "24.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "24.02.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:11+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-89"}, "ids-in-source": {"g55": "03-89"}}, "raw": {"DAY": "24-2-1922", "HOUR": "2 h.", "NAME": "FAMECHON André", "PLACE": "Maubeuge (Nord)."}, "date": "2023-08-20T14:48:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
618	gyde-praxille-1907-09-05	{"a1": "618", "g55": "03-92", "3a_sports": "2036"}	{"g55": "03-92", "ertel": "ES-2036", "lerrcp": "A1-618"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Praxille", "family": "Gyde", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1907-09-05 11:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1907-09-05 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Praxille", "family": "Gyde"}, "birth": {"tzo": "+00:09:21", "date": "1907-09-05 11:00", "place": {"c2": "59", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1907-09-05 10:50:40"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-618"}, "ids-in-sources": {"a1": "618"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "59", "COU": "F", "DAY": "5", "LAT": "50N39", "LON": "3E 5", "MON": "9", "NUM": "618", "PRO": "C", "SEC": "40", "YEA": "1907", "CITY": "ROUBAIX"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1907-09-05 11:00"}, "partial-ids": {"ertel": "ES-2036"}}, "raw": {"L": "", "MF": "", "NR": "2036", "ENG": "", "MA_": "1", "G_NR": "618", "MA12": "11", "MARS": "31", "NAME": "Gydé", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,900", "CSINR": "", "KURTZ": "", "PHAS_": "7,900", "STUND": "11,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Praxille", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "05.09.1907", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-92"}, "ids-in-source": {"g55": "03-92"}}, "raw": {"DAY": "5-9-1907", "HOUR": "11 h.", "NAME": "GYDE Praxille", "PLACE": "Roubaix (Nord)."}, "date": "2023-08-20T14:48:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
623	huat-eugene-1907-02-08	{"a1": "623", "g55": "03-94", "3a_sports": "2150"}	{"g55": "03-94", "cpara": "CP-233", "ertel": "ES-2150", "lerrcp": "A1-623"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Huat", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1907-02-08 21:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "notime": null, "date-ut": "1907-02-08 20:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Huat"}, "birth": {"tzo": "+00:09:21", "date": "1907-02-08 21:00", "place": {"c2": "51", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "date-ut": "1907-02-08 20:50:40"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-623"}, "ids-in-sources": {"a1": "623"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "51", "COU": "F", "DAY": "8", "LAT": "48N57", "LON": "4E22", "MON": "2", "NUM": "623", "PRO": "C", "SEC": "40", "YEA": "1907", "CITY": "REIMS"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1907-02-08 21:00"}, "partial-ids": {"ertel": "ES-2150"}}, "raw": {"L": "", "MF": "", "NR": "2150", "ENG": "", "MA_": "1", "G_NR": "623", "MA12": "10", "MARS": "30", "NAME": "Huat", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,00", "CSINR": "", "KURTZ": "", "PHAS_": "28,300", "STUND": "21,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.02.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "233", "VORNAME": "Eugéne", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "08.02.1907", "GQBECORR": "a2", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-94"}, "ids-in-source": {"g55": "03-94"}}, "raw": {"DAY": "8-2-1907", "HOUR": "21 h.", "NAME": "HUAT Eugène", "PLACE": "Reims (Marne)."}, "date": "2023-08-20T14:48:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
695	yvel-albert-1927-02-27	{"a1": "695", "g55": "03-107", "3a_sports": "4349"}	{"g55": "03-107", "ertel": "ES-4349", "lerrcp": "A1-695"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Yvel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1927-02-27 20:00", "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "Alger", "geoid": 0}, "notime": null, "date-ut": "1927-02-27 20:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Yvel"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "ALGER", "geoid": 0}, "date-ut": "1927-02-27 20:00:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-695"}, "ids-in-sources": {"a1": "695"}}, "raw": {"H": "20", "MN": "0", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "27", "LAT": "36N47", "LON": "3E 0", "MON": "2", "NUM": "695", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "ALGER"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-02-27 20:00"}, "partial-ids": {"ertel": "ES-4349"}}, "raw": {"L": "", "MF": "", "NR": "4349", "ENG": "", "MA_": "1", "G_NR": "695", "MA12": "5", "MARS": "13", "NAME": "Yvel", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,900", "CSINR": "", "KURTZ": "", "PHAS_": "28,700", "STUND": "20,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Albert", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "27.02.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Alger"}}, "partial-ids": {"g55": "03-107"}, "ids-in-source": {"g55": "03-107"}}, "raw": {"DAY": "27-2-1927", "HOUR": "20 h.", "NAME": "YVEL Albert", "PLACE": "Alger (Algérie)."}, "date": "2023-08-20T14:48:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
775	baldassari-jean-1925-12-18	{"a1": "775", "g55": "03-109", "3a_sports": "207"}	{"g55": "03-109", "ertel": "ES-207", "lerrcp": "A1-775"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Baldassari", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1925-12-18 23:30", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Rueil", "geoid": 0}, "notime": null, "date-ut": "1925-12-18 23:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Baldassari"}, "birth": {"tzo": "+00:00", "date": "1925-12-18 23:30", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Rueil", "geoid": 0}, "date-ut": "1925-12-18 23:30"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-775"}, "ids-in-sources": {"a1": "775"}}, "raw": {"H": "23", "MN": "30", "TZ": "0", "COD": "92", "COU": "F", "DAY": "18", "LAT": "48N50", "LON": "2E11", "MON": "12", "NUM": "775", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "RUEIL"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-12-18 23:30"}, "partial-ids": {"ertel": "ES-207"}}, "raw": {"L": "", "MF": "", "NR": "207", "ENG": "", "MA_": "1", "G_NR": "775", "MA12": "10", "MARS": "30", "NAME": "Baldassari", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,800", "CSINR": "", "KURTZ": "", "PHAS_": "6,900", "STUND": "23,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "18.12.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:52+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Rueil"}}, "partial-ids": {"g55": "03-109"}, "ids-in-source": {"g55": "03-109"}}, "raw": {"DAY": "18-12-1925", "HOUR": "23 h. 30", "NAME": "BALDASSARI Jean", "PLACE": "Rueil (Seine-et-Oise)."}, "date": "2023-08-20T14:48:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
779	berthet-marcel-1887-03-04	{"a1": "779", "g55": "03-112", "3a_sports": "390", "cfepp-final3": "1082"}	{"g55": "03-112", "cfepp": "CF-1082", "cpara": "CP-44", "ertel": "ES-390", "lerrcp": "A1-779"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Berthet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:05", "date": "1887-03-04 05:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1887-03-04 04:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Berthet"}, "birth": {"tzo": "+00:09:05", "date": "1887-03-04 05:00", "place": {"c2": "92", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1887-03-04 04:51:16"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-779"}, "ids-in-sources": {"a1": "779"}}, "raw": {"H": "4", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "4", "LAT": "48N50", "LON": "2E11", "MON": "3", "NUM": "779", "PRO": "C", "SEC": "16", "YEA": "1887", "CITY": "NEUILLY-S-SEINE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1887-03-04 05:00"}, "partial-ids": {"ertel": "ES-390"}}, "raw": {"L": "", "MF": "", "NR": "390", "ENG": "", "MA_": "0", "G_NR": "779", "MA12": "11", "MARS": "33", "NAME": "Berthet", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,400", "CSINR": "", "KURTZ": "", "PHAS_": "60,000", "STUND": "5,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.03.", "ZITATE": "DGH", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "44", "VORNAME": "Marcel", "ZITRANG": "4", "GAUQ1955": "+", "GEBDATUM": "04.03.1887", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1887-03-04 05:00", "place": {"c3": ""}, "date-ut": "1887-03-04 04:51"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "1082"}}, "raw": {"S": "11", "LT": "05 00", "LV": "", "TR": "f", "UT": "04 51", "LAT": "+48.89", "SRC": "ALG M", "LONG": "-02.27", "NAME": "BERTHET Marcel", "SPORT": "Cycling", "LOC_DATE": "1887 03 04", "UNIV_DATE": "1887 03 04", "BIRTH_PLACE": "NEUILLY SUR SEINE", "POSTAL_CODE": "92200"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-112"}, "ids-in-source": {"g55": "03-112"}}, "raw": {"DAY": "4-3-1887", "HOUR": "5 h.", "NAME": "BERTHET Marcel", "PLACE": "Neuilly-sur-Seine (Seine)."}, "date": "2023-08-20T14:48:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
17808	bobet-louis-dit-louison-1925-03-12	{"e1": "174", "g55": "03-117"}	{"g55": "03-117", "lerrcp": "E1-174"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis (dit Louison)", "family": "Bobet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1925-03-12 23:00", "note": null, "place": {"c1": null, "c2": "35", "c3": "", "cy": "FR", "lg": -2.1925, "lat": 48.18977, "name": "Saint-Méen-le-Grand", "geoid": 2978067}, "notime": null, "date-ut": "1925-03-12 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["executive", "sportsperson"]	5	null	[{"new": {"name": {"given": "Louis (dit Louison)", "family": "Bobet"}, "birth": {"tzo": "+00:00", "date": "1925-03-12 23:00", "place": {"c2": "35", "c3": "", "cy": "FR", "lg": -2.1925, "lat": 48.18977, "name": "Saint-Méen-le-Grand", "geoid": 2978067}, "date-ut": "1925-03-12 23:00"}, "occus": ["executive"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "174"}}, "raw": {"H": "23:00", "COD": "35", "DAY": "12", "MON": "03", "NUM": "0174", "PRO": "EX", "YEA": "1925", "CITY": "St Méen le Grand", "NAME": "BOBET Louis (dit Louison)", "NOTE": ""}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"partial-ids": {"g55": "03-117"}, "ids-in-source": {"g55": "03-117"}}, "raw": {"DAY": "12-3-1925", "HOUR": "23 h.", "NAME": "BOBET. Louis", "PLACE": "Saint-Meen-le-Grand (Ille-et-Vilaine)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24291	ancelme-narcisse-1862-11-07	{"g55": "06-6"}	{"g55": "06-6"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Narcisse", "family": "Ancelme", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1862-11-07 21:00", "note": null, "place": {"c1": "", "c2": "55", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Pillon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Narcisse", "family": "Ancelme", "nobility": ""}, "birth": {"date": "1862-11-07 21:00", "place": {"c1": "", "c2": "55", "c3": "", "cy": "FR", "name": "Pillon"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-6"}}, "raw": {"DAY": "7-11-1862", "HOUR": "21 h.", "NAME": "ANCELME Narcisse", "PLACE": "Pillon (Meuse)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
789	brocco-maurice-1883-01-19	{"a1": "789", "g55": "03-121", "3a_sports": "678"}	{"g55": "03-121", "ertel": "ES-678", "lerrcp": "A1-789"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Brocco", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:16:07", "date": "1883-01-19 04:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "notime": null, "date-ut": "1883-01-19 03:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Brocco"}, "birth": {"tzo": "+00:16:07", "date": "1883-01-19 04:00", "place": {"c2": "51", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "date-ut": "1883-01-19 03:42:32"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-789"}, "ids-in-sources": {"a1": "789"}}, "raw": {"H": "3", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "19", "LAT": "48N57", "LON": "4E22", "MON": "1", "NUM": "789", "PRO": "C", "SEC": "32", "YEA": "1883", "CITY": "REIMS"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1883-01-19 04:00"}, "partial-ids": {"ertel": "ES-678"}}, "raw": {"L": "", "MF": "", "NR": "678", "ENG": "", "MA_": "0", "G_NR": "789", "MA12": "11", "MARS": "33", "NAME": "Brocco", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,300", "CSINR": "", "KURTZ": "", "PHAS_": "80,700", "STUND": "4,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "19.01.", "ZITATE": "G", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Maurice", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "19.01.1883", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-121"}, "ids-in-source": {"g55": "03-121"}}, "raw": {"DAY": "19-1-1883", "HOUR": "4 h.", "NAME": "BROCCO Maurice", "PLACE": "Reims (Marne)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24280	dupre-victor-1884-03-11	{"g55": "03-136"}	{"g55": "03-136"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Dupre", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1884-03-11 01:00", "note": null, "place": {"c1": "", "c2": "42", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Roanne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sportsperson"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Dupre", "nobility": ""}, "birth": {"date": "1884-03-11 01:00", "place": {"c1": "", "c2": "42", "c3": "", "cy": "FR", "name": "Roanne"}}, "occus": ["sportsperson"], "trust": 5, "ids-in-sources": {"g55": "03-136"}}, "raw": {"DAY": "11-3-1884", "HOUR": "1 h.", "NAME": "DUPRE Victor", "PLACE": "Roanne (Loire)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
815	fontan-victor-1892-06-18	{"a1": "815", "g55": "03-141", "3a_sports": "1671"}	{"g55": "03-141", "ertel": "ES-1671", "lerrcp": "A1-815"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Fontan", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1892-06-18 22:30", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "notime": null, "date-ut": "1892-06-18 22:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Fontan"}, "birth": {"tzo": "+00:09:21", "date": "1892-06-18 22:30", "place": {"c2": "64", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "date-ut": "1892-06-18 22:20:40"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-815"}, "ids-in-sources": {"a1": "815"}}, "raw": {"H": "22", "MN": "20", "TZ": "0", "COD": "64", "COU": "F", "DAY": "18", "LAT": "43N18", "LON": "0W22", "MON": "6", "NUM": "815", "PRO": "C", "SEC": "40", "YEA": "1892", "CITY": "PAU"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1892-06-18 22:30"}, "partial-ids": {"ertel": "ES-1671"}}, "raw": {"L": "", "MF": "", "NR": "1671", "ENG": "0", "MA_": "2", "G_NR": "815", "MA12": "12", "MARS": "36", "NAME": "Fontan", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,30", "CSINR": "", "KURTZ": "", "PHAS_": "48,700", "STUND": "22,50", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "18.06.", "ZITATE": "GFO", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Victor", "ZITRANG": "4", "GAUQ1955": "+", "GEBDATUM": "18.06.1892", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "3"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-141"}, "ids-in-source": {"g55": "03-141"}}, "raw": {"DAY": "18-6-1892", "HOUR": "22 h. 30", "NAME": "FONTAN Victor", "PLACE": "Pau (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
816	fournier-amedee-1912-02-03	{"a1": "816", "g55": "03-142", "3a_sports": "1695"}	{"g55": "03-142", "ertel": "ES-1695", "lerrcp": "A1-816"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amédée", "family": "Fournier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1912-02-03 21:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 2.88214, "lat": 50.68568, "name": "Armentières", "geoid": 3036903}, "notime": null, "date-ut": "1912-02-03 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Amédée", "family": "Fournier"}, "birth": {"tzo": "+00:00", "date": "1912-02-03 21:00", "place": {"c2": "59", "cy": "FR", "lg": 2.88214, "lat": 50.68568, "name": "Armentières", "geoid": 3036903}, "date-ut": "1912-02-03 21:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-816"}, "ids-in-sources": {"a1": "816"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "59", "COU": "F", "DAY": "3", "LAT": "50N39", "LON": "3E 5", "MON": "2", "NUM": "816", "PRO": "C", "SEC": "0", "YEA": "1912", "CITY": "ARMENTIERES"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1912-02-03 21:00"}, "partial-ids": {"ertel": "ES-1695"}}, "raw": {"L": "", "MF": "", "NR": "1695", "ENG": "1", "MA_": "2", "G_NR": "816", "MA12": "4", "MARS": "12", "NAME": "Fournier", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,500", "CSINR": "", "KURTZ": "", "PHAS_": "99,800", "STUND": "21,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "03.02.", "ZITATE": "K", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Amédée", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "03.02.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-142"}, "ids-in-source": {"g55": "03-142"}}, "raw": {"DAY": "3-2-1912", "HOUR": "21 h.", "NAME": "FOURNIER Amédée", "PLACE": "Armentiéres (Nord)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
818	ganay-gustave-1892-03-28	{"a1": "818", "g55": "03-144", "3a_sports": "1774", "cfepp-final3": "303"}	{"g55": "03-144", "cfepp": "CF-303", "ertel": "ES-1774", "lerrcp": "A1-818"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Ganay", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1892-03-28 01:00", "note": null, "place": {"c1": null, "c2": "13", "c3": "", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1892-03-28 00:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Ganay"}, "birth": {"tzo": "+00:09:21", "date": "1892-03-28 01:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1892-03-28 00:50:40"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-818"}, "ids-in-sources": {"a1": "818"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "13", "COU": "F", "DAY": "28", "LAT": "43N18", "LON": "5E22", "MON": "3", "NUM": "818", "PRO": "C", "SEC": "40", "YEA": "1892", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1892-03-28 01:00"}, "partial-ids": {"ertel": "ES-1774"}}, "raw": {"L": "", "MF": "", "NR": "1774", "ENG": "0", "MA_": "2", "G_NR": "818", "MA12": "12", "MARS": "36", "NAME": "Ganay", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,200", "CSINR": "", "KURTZ": "", "PHAS_": "0,600", "STUND": "1,00", "CFEPNR": "303", "EXTEND": "1", "NATION": "FRA", "TAGMON": "28.03.", "ZITATE": "GO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gustave", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "28.03.1892", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1892-03-28 01:00", "place": {"c3": ""}, "date-ut": "1892-03-28 00:51"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "303"}}, "raw": {"S": "12", "LT": "01 00", "LV": "FI", "TR": "f", "UT": "00 51", "LAT": "+43.30", "SRC": "AG", "LONG": "-05.38", "NAME": "GANAY Gustave", "SPORT": "Cycling", "LOC_DATE": "1892 03 28", "UNIV_DATE": "1892 03 28", "BIRTH_PLACE": "MARSEILLE", "POSTAL_CODE": "13233 CEDEX  01"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-144"}, "ids-in-source": {"g55": "03-144"}}, "raw": {"DAY": "28-3-1892", "HOUR": "1 h.", "NAME": "GANAY Gustave", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
825	goussot-raymond-1922-03-31	{"a1": "825", "g55": "03-151", "3a_sports": "1914"}	{"g55": "03-151", "ertel": "ES-1914", "lerrcp": "A1-825"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Goussot", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1922-03-31 06:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.26692, "lat": 48.80299, "name": "Clamart", "geoid": 3024783}, "notime": null, "date-ut": "1922-03-31 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Goussot"}, "birth": {"tzo": "+01:00", "date": "1922-03-31 06:00", "place": {"c2": "92", "cy": "FR", "lg": 2.26692, "lat": 48.80299, "name": "Clamart", "geoid": 3024783}, "date-ut": "1922-03-31 05:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-825"}, "ids-in-sources": {"a1": "825"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "92", "COU": "F", "DAY": "31", "LAT": "48N50", "LON": "2E11", "MON": "3", "NUM": "825", "PRO": "C", "SEC": "0", "YEA": "1922", "CITY": "CLAMART"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1922-03-31 06:00"}, "partial-ids": {"ertel": "ES-1914"}}, "raw": {"L": "", "MF": "", "NR": "1914", "ENG": "1", "MA_": "2", "G_NR": "825", "MA12": "4", "MARS": "11", "NAME": "Goussot", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "3,600", "CSINR": "", "KURTZ": "", "PHAS_": "5,600", "STUND": "6,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "31.03.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Raymond", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "31.03.1922", "GQBECORR": "a2", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:15+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-151"}, "ids-in-source": {"g55": "03-151"}}, "raw": {"DAY": "31-3-1922", "HOUR": "6 h.", "NAME": "GOUSSOT Raymond", "PLACE": "Clamart (Seine)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
833	jacoponelli-pieere-1924-07-08	{"a1": "833", "g55": "03-155", "3a_sports": "2191", "cfepp-final3": "316"}	{"g55": "03-155", "cfepp": "CF-316", "ertel": "ES-2191", "lerrcp": "A1-833"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pieere", "family": "Jacoponelli", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1924-07-08 09:45", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Rueil", "geoid": 0}, "notime": null, "date-ut": "1924-07-08 08:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Pieere", "family": "Jacoponelli"}, "birth": {"tzo": "+01:00", "date": "1924-07-08 09:45", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Rueil", "geoid": 0}, "date-ut": "1924-07-08 08:45"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-833"}, "ids-in-sources": {"a1": "833"}}, "raw": {"H": "8", "MN": "45", "TZ": "0", "COD": "92", "COU": "F", "DAY": "8", "LAT": "48N50", "LON": "2E11", "MON": "7", "NUM": "833", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "RUEIL"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-07-08 09:45"}, "partial-ids": {"ertel": "ES-2191"}}, "raw": {"L": "", "MF": "", "NR": "2191", "ENG": "", "MA_": "1", "G_NR": "833", "MA12": "7", "MARS": "19", "NAME": "Jacoponelli", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,100", "CSINR": "", "KURTZ": "", "PHAS_": "30,000", "STUND": "9,75", "CFEPNR": "316", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "08.07.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1924-07-08 09:45", "place": {"c3": ""}, "date-ut": "1924-07-08 08:45"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "316"}}, "raw": {"S": "7", "LT": "09 45", "LV": "I", "TR": "f", "UT": "08 45", "LAT": "+48.87", "SRC": "AG", "LONG": "-02.17", "NAME": "IACOPONELLI Pierre", "SPORT": "Cycling", "LOC_DATE": "1924 07 08", "UNIV_DATE": "1924 07 08", "BIRTH_PLACE": "RUEIL MALMAISON", "POSTAL_CODE": "92501 CEDEX"}, "date": "2023-08-20T14:46:00+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Rueil"}}, "partial-ids": {"g55": "03-155"}, "ids-in-source": {"g55": "03-155"}}, "raw": {"DAY": "8-7-1924", "HOUR": "9 h. 45", "NAME": "IACOPONELLI Pierre", "PLACE": "Rueil (Seine-et-Oise)."}, "date": "2023-08-20T14:48:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
859	mithouard-fernand-1909-05-23	{"a1": "859", "g55": "03-178", "3a_sports": "2884", "cfepp-final3": "345"}	{"g55": "03-178", "cfepp": "CF-345", "ertel": "ES-2884", "lerrcp": "A1-859"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Mithouard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1909-05-23 22:30", "note": null, "place": {"c1": null, "c2": "78", "c3": "", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "St-Rémy-les-Chevr.", "geoid": 0}, "notime": null, "date-ut": "1909-05-23 22:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Mithouard"}, "birth": {"tzo": "+00:09:21", "date": "1909-05-22 22:30", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Saint-Remy-les-Che", "geoid": 0}, "date-ut": "1909-05-22 22:20:40"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-859"}, "ids-in-sources": {"a1": "859"}}, "raw": {"H": "22", "MN": "20", "TZ": "0", "COD": "78", "COU": "F", "DAY": "22", "LAT": "48N50", "LON": "2E 8", "MON": "5", "NUM": "859", "PRO": "C", "SEC": "40", "YEA": "1909", "CITY": "ST-REMY-LES-CHE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1909-05-22 22:30"}, "partial-ids": {"ertel": "ES-2884"}}, "raw": {"L": "", "MF": "", "NR": "2884", "ENG": "", "MA_": "0", "G_NR": "859", "MA12": "11", "MARS": "33", "NAME": "Mithouard", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,700", "CSINR": "", "KURTZ": "", "PHAS_": "7,300", "STUND": "22,50", "CFEPNR": "345", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.05.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Fernand", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "22.05.1909", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "mithouard-fernand-1909-05-23", "birth": {"date": "1909-05-23 22:30", "place": {"c3": ""}, "date-ut": "1909-05-23 22:21"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "345"}}, "raw": {"S": "11", "LT": "22 30", "LV": "I", "TR": "f", "UT": "22 21", "LAT": "+48.71", "SRC": "ALG", "LONG": "-02.04", "NAME": "MITHOUARD Fernand", "SPORT": "Cycling", "LOC_DATE": "1909 05 23", "UNIV_DATE": "1909 05 23", "BIRTH_PLACE": "CHEVREUSE", "POSTAL_CODE": "78460"}, "date": "2023-08-20T14:46:01+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "St-Rémy-les-Chevr."}}, "partial-ids": {"g55": "03-178"}, "ids-in-source": {"g55": "03-178"}}, "raw": {"DAY": "22-5-1909", "HOUR": "22 h. 30", "NAME": "MITHOUARD Fernand", "PLACE": "St-Rémy-les-Chevr. (S.-O.)."}, "date": "2023-08-20T14:48:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
865	petit-breton-lucien-1882-10-18	{"a1": "865", "g55": "03-183", "3a_sports": "3248"}	{"g55": "03-183", "cpara": "CP-341", "ertel": "ES-3248", "lerrcp": "A1-865"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Petit-Breton", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-00:07:33", "date": "1882-10-18 01:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.88725, "lat": 47.54178, "name": "Plessé", "geoid": 2986785}, "notime": null, "date-ut": "1882-10-18 01:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Petit-Breton"}, "birth": {"tzo": "-00:07:33", "date": "1882-10-18 01:00", "place": {"c2": "44", "cy": "FR", "lg": -1.88725, "lat": 47.54178, "name": "Plessé", "geoid": 2986785}, "date-ut": "1882-10-18 01:06:20"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-865"}, "ids-in-sources": {"a1": "865"}}, "raw": {"H": "1", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "18", "LAT": "47N13", "LON": "1W35", "MON": "10", "NUM": "865", "PRO": "C", "SEC": "20", "YEA": "1882", "CITY": "PLESSE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1882-10-18 01:00"}, "partial-ids": {"ertel": "ES-3248"}}, "raw": {"L": "", "MF": "", "NR": "3248", "ENG": "", "MA_": "1", "G_NR": "865", "MA12": "10", "MARS": "28", "NAME": "Petit-Breton", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,900", "CSINR": "", "KURTZ": "", "PHAS_": "29,300", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "18.10.", "ZITATE": "DGHSFO", "ZITSUM": "6", "INDGRUP": "I", "PARA_NR": "341", "VORNAME": "Lucien", "ZITRANG": "6", "GAUQ1955": "+", "GEBDATUM": "18.10.1882", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "5"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-183"}, "ids-in-source": {"g55": "03-183"}}, "raw": {"DAY": "18-10-1882", "HOUR": "1 h.", "NAME": "PETIT-BRETON Lucien", "PLACE": "Plessé (Loire-Inférieure)."}, "date": "2023-08-20T14:48:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
876	rivierre-gaston-1862-06-03	{"a1": "876", "g55": "03-188", "3a_sports": "3519", "cfepp-final3": "364"}	{"g55": "03-188", "cfepp": "CF-364", "ertel": "ES-3519", "lerrcp": "A1-876"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Rivierre", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:08:44", "date": "1862-06-03 07:00", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Asnières", "geoid": 0}, "notime": null, "date-ut": "1862-06-03 06:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Rivierre"}, "birth": {"tzo": "+00:08:44", "date": "1862-06-03 07:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Asnieres", "geoid": 0}, "date-ut": "1862-06-03 06:51:16"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-876"}, "ids-in-sources": {"a1": "876"}}, "raw": {"H": "6", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "3", "LAT": "48N50", "LON": "2E11", "MON": "6", "NUM": "876", "PRO": "C", "SEC": "16", "YEA": "1862", "CITY": "ASNIERES"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1862-06-03 07:00"}, "partial-ids": {"ertel": "ES-3519"}}, "raw": {"L": "", "MF": "", "NR": "3519", "ENG": "1", "MA_": "2", "G_NR": "876", "MA12": "4", "MARS": "11", "NAME": "Rivierre", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,900", "CSINR": "", "KURTZ": "", "PHAS_": "24,400", "STUND": "7,00", "CFEPNR": "364", "EXTEND": "1", "NATION": "FRA", "TAGMON": "03.06.", "ZITATE": "GOD", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gaston", "ZITRANG": "4", "GAUQ1955": "", "GEBDATUM": "03.06.1862", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:36+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1862-06-03 07:00", "place": {"c3": ""}, "date-ut": "1862-06-03 06:51"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "364"}}, "raw": {"S": "4", "LT": "07 00", "LV": "M", "TR": "f", "UT": "06 51", "LAT": "+48.91", "SRC": "ALG", "LONG": "-02.24", "NAME": "RIVIERE Gaston", "SPORT": "Cycling", "LOC_DATE": "1862 06 03", "UNIV_DATE": "1862 06 03", "BIRTH_PLACE": "ASNIERES", "POSTAL_CODE": "92602 CEDEX"}, "date": "2023-08-20T14:46:01+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Asnières"}}, "partial-ids": {"g55": "03-188"}, "ids-in-source": {"g55": "03-188"}}, "raw": {"DAY": "3-6-1862", "HOUR": "7 h.", "NAME": "RIVIERRE Gaston", "PLACE": "Asnières (Seine)."}, "date": "2023-08-20T14:48:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
871	remy-raoul-1919-10-25	{"a1": "871", "g55": "03-189", "3a_sports": "3471"}	{"g55": "03-189", "ertel": "ES-3471", "lerrcp": "A1-871"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raoul", "family": "Remy", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1919-10-25 19:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1919-10-25 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Raoul", "family": "Remy"}, "birth": {"tzo": "+00:00", "date": "1919-10-25 19:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1919-10-25 19:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-871"}, "ids-in-sources": {"a1": "871"}}, "raw": {"H": "19", "MN": "0", "TZ": "0", "COD": "13", "COU": "F", "DAY": "25", "LAT": "43N18", "LON": "5E22", "MON": "10", "NUM": "871", "PRO": "C", "SEC": "0", "YEA": "1919", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1919-10-25 19:00"}, "partial-ids": {"ertel": "ES-3471"}}, "raw": {"L": "", "MF": "", "NR": "3471", "ENG": "", "MA_": "1", "G_NR": "871", "MA12": "9", "MARS": "26", "NAME": "Remy", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,100", "CSINR": "", "KURTZ": "", "PHAS_": "1,200", "STUND": "19,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "25.10.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Raoul", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "25.10.1919", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-189"}, "ids-in-source": {"g55": "03-189"}}, "raw": {"DAY": "25-10-1919", "HOUR": "19 h.", "NAME": "\\fREMY Raoul", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:48:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
872	rey-jean-1925-05-29	{"a1": "872", "g55": "03-190", "3a_sports": "3484"}	{"g55": "03-190", "ertel": "ES-3484", "lerrcp": "A1-872"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Rey", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1925-05-29 18:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1925-05-29 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Rey"}, "birth": {"tzo": "+01:00", "date": "1925-05-29 18:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1925-05-29 17:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-872"}, "ids-in-sources": {"a1": "872"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "31", "COU": "F", "DAY": "29", "LAT": "43N37", "LON": "1E26", "MON": "5", "NUM": "872", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-05-29 18:00"}, "partial-ids": {"ertel": "ES-3484"}}, "raw": {"L": "", "MF": "", "NR": "3484", "ENG": "", "MA_": "1", "G_NR": "872", "MA12": "5", "MARS": "13", "NAME": "Rey", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,500", "CSINR": "", "KURTZ": "", "PHAS_": "32,700", "STUND": "18,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "29.05.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "29.05.1925", "GQBECORR": "a2", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:35+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-190"}, "ids-in-source": {"g55": "03-190"}}, "raw": {"DAY": "29-5-1925", "HOUR": "18 h.", "NAME": "REY Jeon", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:48:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
881	senfftleben-georges-1922-12-19	{"a1": "881", "g55": "03-194", "3a_sports": "3788", "cfepp-final3": "368"}	{"g55": "03-194", "cfepp": "CF-368", "ertel": "ES-3788", "lerrcp": "A1-881"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Senfftleben", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1922-12-19 22:30", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26692, "lat": 48.80299, "name": "Clamart", "geoid": 3024783}, "notime": null, "date-ut": "1922-12-19 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Senfftleben"}, "birth": {"tzo": "+00:00", "date": "1922-12-19 22:30", "place": {"c2": "92", "cy": "FR", "lg": 2.26692, "lat": 48.80299, "name": "Clamart", "geoid": 3024783}, "date-ut": "1922-12-19 22:30"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-881"}, "ids-in-sources": {"a1": "881"}}, "raw": {"H": "22", "MN": "30", "TZ": "0", "COD": "92", "COU": "F", "DAY": "19", "LAT": "48N50", "LON": "2E11", "MON": "12", "NUM": "881", "PRO": "C", "SEC": "0", "YEA": "1922", "CITY": "CLAMART"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1922-12-19 22:30"}, "partial-ids": {"ertel": "ES-3788"}}, "raw": {"L": "", "MF": "", "NR": "3788", "ENG": "", "MA_": "1", "G_NR": "881", "MA12": "7", "MARS": "19", "NAME": "Senfftleben", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,000", "CSINR": "", "KURTZ": "", "PHAS_": "0,500", "STUND": "22,50", "CFEPNR": "368", "EXTEND": "", "NATION": "FRA", "TAGMON": "19.12.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "19.12.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:39+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1922-12-19 22:30", "place": {"c3": ""}, "date-ut": "1922-12-19 22:30"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "368"}}, "raw": {"S": "7", "LT": "22 30", "LV": "FI", "TR": "f", "UT": "22 30", "LAT": "+48.81", "SRC": "ALG", "LONG": "-02.28", "NAME": "SENFFTLEBEN Georges", "SPORT": "Cycling", "LOC_DATE": "1922 12 19", "UNIV_DATE": "1922 12 19", "BIRTH_PLACE": "CLAMART", "POSTAL_CODE": "92141 CEDEX"}, "date": "2023-08-20T14:46:01+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-194"}, "ids-in-source": {"g55": "03-194"}}, "raw": {"DAY": "19-12-1922", "HOUR": "22 h. 30", "NAME": "SENFFTLEBEN Georges", "PLACE": "Clamart (Seine)."}, "date": "2023-08-20T14:48:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
885	tassin-eloi-1912-06-06	{"a1": "885", "g55": "03-197", "3a_sports": "3974", "cfepp-final3": "1088"}	{"g55": "03-197", "cfepp": "CF-1088", "ertel": "ES-3974", "lerrcp": "A1-885"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eloi", "family": "Tassin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1912-06-06 13:00", "note": null, "place": {"c1": null, "c2": "44", "c3": "", "cy": "FR", "lg": -1.70172, "lat": 47.55459, "name": "Vay", "geoid": 2970293}, "notime": null, "date-ut": "1912-06-06 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Eloi", "family": "Tassin"}, "birth": {"tzo": "+00:00", "date": "1912-06-06 13:00", "place": {"c2": "44", "cy": "FR", "lg": -1.70172, "lat": 47.55459, "name": "Vay", "geoid": 2970293}, "date-ut": "1912-06-06 13:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-885"}, "ids-in-sources": {"a1": "885"}}, "raw": {"H": "13", "MN": "0", "TZ": "0", "COD": "44", "COU": "F", "DAY": "6", "LAT": "47N13", "LON": "1W35", "MON": "6", "NUM": "885", "PRO": "C", "SEC": "0", "YEA": "1912", "CITY": "VAY"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1912-06-06 13:00"}, "partial-ids": {"ertel": "ES-3974"}}, "raw": {"L": "", "MF": "", "NR": "3974", "ENG": "", "MA_": "1", "G_NR": "885", "MA12": "2", "MARS": "6", "NAME": "Tassin", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,300", "CSINR": "", "KURTZ": "", "PHAS_": "69,800", "STUND": "13,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "06.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Eloi", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "06.06.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1912-06-06 13:00", "place": {"c3": ""}, "date-ut": "1912-06-06 13:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "1088"}}, "raw": {"S": "2", "LT": "13 00", "LV": "", "TR": "f", "UT": "13 00", "LAT": "+47.56", "SRC": "ALG F", "LONG": "+01.70", "NAME": "TASSIN Eloi", "SPORT": "Cycling", "LOC_DATE": "1912 06 06", "UNIV_DATE": "1912 06 06", "BIRTH_PLACE": "VAY", "POSTAL_CODE": "44170"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-197"}, "ids-in-source": {"g55": "03-197"}}, "raw": {"DAY": "6-6-1912", "HOUR": "13 h.", "NAME": "TASSIN Eloi", "PLACE": "Vay (Loire-Inférieure)."}, "date": "2023-08-20T14:48:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
888	thietard-louis-1910-05-30	{"a1": "888", "g55": "03-200", "3a_sports": "4005"}	{"g55": "03-200", "cpara": "CP-403", "ertel": "ES-4005", "lerrcp": "A1-888"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Thietard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1910-05-30 10:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.50387, "lat": 50.37201, "name": "Anzin", "geoid": 3037397}, "notime": null, "date-ut": "1910-05-30 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Thietard"}, "birth": {"tzo": "+00:09:21", "date": "1910-05-30 10:00", "place": {"c2": "59", "cy": "FR", "lg": 3.50387, "lat": 50.37201, "name": "Anzin", "geoid": 3037397}, "date-ut": "1910-05-30 09:50:40"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-888"}, "ids-in-sources": {"a1": "888"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "59", "COU": "F", "DAY": "30", "LAT": "50N39", "LON": "3E 5", "MON": "5", "NUM": "888", "PRO": "C", "SEC": "40", "YEA": "1910", "CITY": "ANZIN"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1910-05-30 10:00"}, "partial-ids": {"ertel": "ES-4005"}}, "raw": {"L": "", "MF": "", "NR": "4005", "ENG": "", "MA_": "1", "G_NR": "888", "MA12": "2", "MARS": "4", "NAME": "Thietard", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,000", "CSINR": "", "KURTZ": "", "PHAS_": "70,400", "STUND": "10,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "30.05.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "403", "VORNAME": "Louis", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "30.05.1910", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-200"}, "ids-in-source": {"g55": "03-200"}}, "raw": {"DAY": "30-5-1910", "HOUR": "10 h.", "NAME": "THIETARD Louis", "PLACE": "Anzin (Nord)."}, "date": "2023-08-20T14:48:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
893	vietto-rene-1914-02-17	{"a1": "893", "g55": "03-203", "3a_sports": "4236", "cfepp-final3": "381"}	{"g55": "03-203", "cfepp": "CF-381", "cpara": "CP-418", "ertel": "ES-4236", "lerrcp": "A1-893"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Vietto", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1914-02-17 06:00", "note": null, "place": {"c1": null, "c2": "06", "c3": "", "cy": "FR", "lg": 7.00404, "lat": 43.57293, "name": "Rocheville", "geoid": 7627118}, "notime": null, "date-ut": "1914-02-17 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "René", "family": "Vietto"}, "birth": {"tzo": "+00:00", "date": "1914-02-17 06:00", "place": {"c2": "06", "cy": "FR", "lg": 7.00404, "lat": 43.57293, "name": "Rocheville", "geoid": 7627118}, "date-ut": "1914-02-17 06:00"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-893"}, "ids-in-sources": {"a1": "893"}}, "raw": {"H": "6", "MN": "0", "TZ": "0", "COD": "06", "COU": "F", "DAY": "17", "LAT": "43N42", "LON": "7E16", "MON": "2", "NUM": "893", "PRO": "C", "SEC": "0", "YEA": "1914", "CITY": "ROCHEVILLE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1914-02-17 06:00"}, "partial-ids": {"ertel": "ES-4236"}}, "raw": {"L": "", "MF": "", "NR": "4236", "ENG": "", "MA_": "0", "G_NR": "893", "MA12": "8", "MARS": "23", "NAME": "Vietto", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,10", "CSINR": "", "KURTZ": "", "PHAS_": "54,500", "STUND": "6,00", "CFEPNR": "381", "EXTEND": "", "NATION": "FRA", "TAGMON": "17.02.", "ZITATE": "DFO", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "418", "VORNAME": "René", "ZITRANG": "4", "GAUQ1955": "+", "GEBDATUM": "17.02.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1914-02-17 06:00", "place": {"c3": ""}, "date-ut": "1914-02-17 06:00"}, "occus": ["cyclist"], "ids-in-sources": {"cfepp-final3": "381"}}, "raw": {"S": "8", "LT": "06 00", "LV": "F", "TR": "f", "UT": "06 00", "LAT": "+43.57", "SRC": "ALG", "LONG": "-07.02", "NAME": "VIETTO Rene", "SPORT": "Cycling", "LOC_DATE": "1914 02 17", "UNIV_DATE": "1914 02 17", "BIRTH_PLACE": "LE CANNET", "POSTAL_CODE": "06115 CEDEX"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-203"}, "ids-in-source": {"g55": "03-203"}}, "raw": {"DAY": "17-2-1914", "HOUR": "6 h.", "NAME": "VIETTO René", "PLACE": "Rocheville (Alpes-Maritimes)."}, "date": "2023-08-20T14:48:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24292	andert-nestor-parraz-d-1807-08-12	{"g55": "06-7"}	{"g55": "06-7"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nestor (Parraz d’)", "family": "Andert", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1807-08-12 07:00", "note": null, "place": {"c1": "", "c2": "01", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Andert-Condon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Nestor (Parraz d’)", "family": "Andert", "nobility": ""}, "birth": {"date": "1807-08-12 07:00", "place": {"c1": "", "c2": "01", "c3": "", "cy": "FR", "name": "Andert-Condon"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-7"}}, "raw": {"DAY": "12-8-1807", "HOUR": "7 h.", "NAME": "ANDERT Nestor (Parraz d’)", "PLACE": "Andert-Condon (Ain)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
895	wambst-georges-1902-07-21	{"a1": "895", "g55": "03-204", "3a_sports": "4302"}	{"g55": "03-204", "ertel": "ES-4302", "lerrcp": "A1-895"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Wambst", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1902-07-21 22:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.49383, "lat": 48.59273, "name": "Lunéville", "geoid": 2997110}, "notime": null, "date-ut": "1902-07-21 21:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["cyclist"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Wambst"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.49383, "lat": 48.59273, "name": "Lunéville", "geoid": 2997110}, "date-ut": "1902-07-21 21:50:40"}, "occus": ["cyclist"], "trust": 5, "partial_ids": {"lerrcp": "A1-895"}, "ids-in-sources": {"a1": "895"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "54", "COU": "F", "DAY": "21", "LAT": "48N42", "LON": "6E12", "MON": "7", "NUM": "895", "PRO": "C", "SEC": "40", "YEA": "1902", "CITY": "LUNEVILLE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1902-07-21 22:00"}, "partial-ids": {"ertel": "ES-4302"}}, "raw": {"L": "", "MF": "", "NR": "4302", "ENG": "", "MA_": "1", "G_NR": "895", "MA12": "10", "MARS": "28", "NAME": "Wambst", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,300", "CSINR": "", "KURTZ": "", "PHAS_": "99,700", "STUND": "22,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.07.", "ZITATE": "DGKSO", "ZITSUM": "5", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "George", "ZITRANG": "6", "GAUQ1955": "+", "GEBDATUM": "21.07.1902", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "CYCL", "CHRISNAME": "1", "ZITSUM_OD": "4"}, "date": "2023-08-20T14:45:46+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-204"}, "ids-in-source": {"g55": "03-204"}}, "raw": {"DAY": "21-7-1902", "HOUR": "22 h.", "NAME": "WAMBST Georges", "PLACE": "Lunéville (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:48:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1240	pecheux-michel-1911-05-24	{"a1": "1241", "g55": "03-214", "3a_sports": "3260"}	{"g55": "03-214", "cpara": "CP-335", "ertel": "ES-3260", "lerrcp": "A1-1241"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Pecheux", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1911-05-24 16:30", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -2.76838, "lat": 48.51513, "name": "Saint-Brieuc", "geoid": 2981280}, "notime": null, "date-ut": "1911-05-24 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Pecheux"}, "birth": {"tzo": "+00:00", "date": "1911-05-24 16:30", "place": {"c2": "22", "cy": "FR", "lg": -2.76838, "lat": 48.51513, "name": "Saint-Brieuc", "geoid": 2981280}, "date-ut": "1911-05-24 16:30"}, "occus": ["fencer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1241"}, "ids-in-sources": {"a1": "1241"}}, "raw": {"H": "16", "MN": "30", "TZ": "0", "COD": "22", "COU": "F", "DAY": "24", "LAT": "48N31", "LON": "2W45", "MON": "5", "NUM": "1241", "PRO": "C", "SEC": "0", "YEA": "1911", "CITY": "SAINT-BRIEUC"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1911-05-24 16:30"}, "partial-ids": {"ertel": "ES-3260"}}, "raw": {"L": "", "MF": "", "NR": "3260", "ENG": "", "MA_": "0", "G_NR": "1241", "MA12": "8", "MARS": "23", "NAME": "Pécheux", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,900", "CSINR": "", "KURTZ": "", "PHAS_": "23,700", "STUND": "16,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "24.05.", "ZITATE": "DHK", "ZITSUM": "3", "INDGRUP": "I", "PARA_NR": "335", "VORNAME": "Michel", "ZITRANG": "4", "GAUQ1955": "+", "GEBDATUM": "24.05.1911", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FENC", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-214"}, "ids-in-source": {"g55": "03-214"}}, "raw": {"DAY": "24-5-1911", "HOUR": "16 h. 30", "NAME": "PECHEUX Michel", "PLACE": "Saint-Brieuc (Côtes-du-Nord)."}, "date": "2023-08-20T14:48:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1241	schmetz-bernard-1904-03-21	{"a1": "1242", "g55": "03-215", "3a_sports": "3735", "cfepp-final3": "419"}	{"g55": "03-215", "cfepp": "CF-419", "ertel": "ES-3735", "lerrcp": "A1-1242"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Schmetz", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1904-03-21 22:00", "note": null, "place": {"c1": null, "c2": "45", "c3": "", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1904-03-21 21:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["fencer"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Schmetz"}, "birth": {"tzo": "+00:09:21", "date": "1904-03-21 22:00", "place": {"c2": "45", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1904-03-21 21:50:40"}, "occus": ["fencer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1242"}, "ids-in-sources": {"a1": "1242"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "45", "COU": "F", "DAY": "21", "LAT": "47N54", "LON": "1E54", "MON": "3", "NUM": "1242", "PRO": "C", "SEC": "40", "YEA": "1904", "CITY": "ORLEANS"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1904-03-21 22:00"}, "partial-ids": {"ertel": "ES-3735"}}, "raw": {"L": "", "MF": "", "NR": "3735", "ENG": "", "MA_": "0", "G_NR": "1242", "MA12": "8", "MARS": "22", "NAME": "Schmetz", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,100", "CSINR": "", "KURTZ": "", "PHAS_": "13,300", "STUND": "22,00", "CFEPNR": "419", "EXTEND": "", "NATION": "FRA", "TAGMON": "21.03.", "ZITATE": "HK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Bernard", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "21.03.1904", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FENC", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:45:38+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1904-03-21 22:00", "place": {"c3": ""}, "date-ut": "1904-03-21 21:51"}, "occus": ["fencer"], "ids-in-sources": {"cfepp-final3": "419"}}, "raw": {"S": "8", "LT": "22 00", "LV": "M", "TR": "f", "UT": "21 51", "LAT": "+47.90", "SRC": "AG", "LONG": "-01.90", "NAME": "SCHMETZ Bernard", "SPORT": "Fencing", "LOC_DATE": "1904 03 21", "UNIV_DATE": "1904 03 21", "BIRTH_PLACE": "ORLEANS", "POSTAL_CODE": "45032 CEDEX"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-215"}, "ids-in-source": {"g55": "03-215"}}, "raw": {"DAY": "21-3-1904", "HOUR": "22 h.", "NAME": "SCHMETZ Bernard", "PLACE": "Orléans (Loiret)."}, "date": "2023-08-20T14:48:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1248	aston-alfred-1912-05-16	{"a1": "1249", "g55": "03-220", "3a_sports": "152", "cfepp-final3": "425"}	{"g55": "03-220", "cfepp": "CF-425", "cpara": "CP-18", "ertel": "ES-152", "lerrcp": "A1-1249"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Aston", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1912-05-16 01:10", "note": null, "place": {"c1": null, "c2": "60", "c3": "", "cy": "FR", "lg": 2.47124, "lat": 49.19461, "name": "Chantilly", "geoid": 3026827}, "notime": null, "date-ut": "1912-05-16 01:10"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Aston"}, "birth": {"tzo": "+00:00", "date": "1912-05-16 01:10", "place": {"c2": "60", "cy": "FR", "lg": 2.47124, "lat": 49.19461, "name": "Chantilly", "geoid": 3026827}, "date-ut": "1912-05-16 01:10"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1249"}, "ids-in-sources": {"a1": "1249"}}, "raw": {"H": "1", "MN": "10", "TZ": "0", "COD": "60", "COU": "F", "DAY": "16", "LAT": "49N26", "LON": "2E 5", "MON": "5", "NUM": "1249", "PRO": "C", "SEC": "0", "YEA": "1912", "CITY": "CHANTILLY"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1912-05-16 01:10"}, "partial-ids": {"ertel": "ES-152"}}, "raw": {"L": "", "MF": "", "NR": "152", "ENG": "", "MA_": "1", "G_NR": "1249", "MA12": "7", "MARS": "21", "NAME": "Aston", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,500", "CSINR": "", "KURTZ": "", "PHAS_": "1,200", "STUND": "1,17", "CFEPNR": "425", "EXTEND": "", "NATION": "FRA", "TAGMON": "16.05.", "ZITATE": "DWO", "ZITSUM": "3", "INDGRUP": "G", "PARA_NR": "18", "VORNAME": "Alfred", "ZITRANG": "4", "GAUQ1955": "+", "GEBDATUM": "16.05.1912", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "2"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1912-05-16 01:10", "place": {"c3": ""}, "date-ut": "1912-05-16 01:10"}, "occus": ["football-player"], "ids-in-sources": {"cfepp-final3": "425"}}, "raw": {"S": "7", "LT": "01 10", "LV": "I31", "TR": "f", "UT": "01 10", "LAT": "+49.20", "SRC": "ALG", "LONG": "-02.47", "NAME": "ASTON Alfred", "SPORT": "Soccer", "LOC_DATE": "1912 05 16", "UNIV_DATE": "1912 05 16", "BIRTH_PLACE": "CHANTILLY", "POSTAL_CODE": "60500"}, "date": "2023-08-20T14:46:02+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-220"}, "ids-in-source": {"g55": "03-220"}}, "raw": {"DAY": "16-5-1912", "HOUR": "1 h. 10", "NAME": "ASTON Alfred", "PLACE": "Chantilly (Oise)."}, "date": "2023-08-20T14:48:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1252	bastien-jean-1915-06-21	{"a1": "1253", "g55": "03-225", "3a_sports": "276"}	{"g55": "03-225", "cpara": "CP-29", "ertel": "ES-276", "lerrcp": "A1-1253"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bastien", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1915-06-21 10:00", "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": -0.63588, "lat": 35.69906, "name": "Oran", "geoid": 2485926}, "notime": null, "date-ut": "1915-06-21 10:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bastien"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": -0.63588, "lat": 35.69906, "name": "Oran", "geoid": 2485926}, "date-ut": "1915-06-21 10:00:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1253"}, "ids-in-sources": {"a1": "1253"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "21", "LAT": "35N40", "LON": "0W30", "MON": "6", "NUM": "1253", "PRO": "C", "SEC": "0", "YEA": "1915", "CITY": "ORAN"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1915-06-21 10:00"}, "partial-ids": {"ertel": "ES-276"}}, "raw": {"L": "", "MF": "", "NR": "276", "ENG": "1", "MA_": "2", "G_NR": "1253", "MA12": "4", "MARS": "11", "NAME": "Bastien", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,900", "CSINR": "", "KURTZ": "", "PHAS_": "54,500", "STUND": "10,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "21.06.", "ZITATE": "DW", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "29", "VORNAME": "Jean", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "21.06.1915", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-225"}, "ids-in-source": {"g55": "03-225"}}, "raw": {"DAY": "21-6-1915", "HOUR": "10 h.", "NAME": "BASTIEN Jean", "PLACE": "Oran (Algérie)."}, "date": "2023-08-20T14:48:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1258	bersouille-paul-1918-06-01	{"a1": "1259", "g55": "03-227", "3a_sports": "666"}	{"g55": "03-227", "ertel": "ES-666", "lerrcp": "A1-1259"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Bersouille", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1918-06-01 03:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.33256, "lat": 48.79993, "name": "Arcueil", "geoid": 3037157}, "notime": null, "date-ut": "1918-06-01 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Bersouille"}, "birth": {"tzo": "+01:00", "date": "1918-06-01 03:00", "place": {"c2": "94", "cy": "FR", "lg": 2.33256, "lat": 48.79993, "name": "Arcueil", "geoid": 3037157}, "date-ut": "1918-06-01 02:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1259"}, "ids-in-sources": {"a1": "1259"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "94", "COU": "F", "DAY": "1", "LAT": "48N47", "LON": "2E29", "MON": "6", "NUM": "1259", "PRO": "C", "SEC": "0", "YEA": "1918", "CITY": "ARCUEIL"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1918-06-01 03:00"}, "partial-ids": {"ertel": "ES-666"}}, "raw": {"L": "", "MF": "", "NR": "666", "ENG": "", "MA_": "1", "G_NR": "1259", "MA12": "7", "MARS": "20", "NAME": "Bresouille", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,40", "CSINR": "", "KURTZ": "", "PHAS_": "63,400", "STUND": "3,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Paul", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "01.06.1918", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-227"}, "ids-in-source": {"g55": "03-227"}}, "raw": {"DAY": "1-6-1918", "HOUR": "3 h.", "NAME": "BERSOUILLE Paul", "PLACE": "Arcueil (Seine)."}, "date": "2023-08-20T14:48:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1270	braun-gaby-1921-03-26	{"a1": "1271", "g55": "03-233", "3a_sports": "656"}	{"g55": "03-233", "ertel": "ES-656", "lerrcp": "A1-1271"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaby", "family": "Braun", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1921-03-26 08:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Montigny-les-Metz", "geoid": 0}, "notime": null, "date-ut": "1921-03-26 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Gaby", "family": "Braun"}, "birth": {"tzo": "+01:00", "date": "1921-03-26 08:00", "place": {"c2": "57", "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Montigny-les-Me", "geoid": 0}, "date-ut": "1921-03-26 07:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1271"}, "ids-in-sources": {"a1": "1271"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "57", "COU": "F", "DAY": "26", "LAT": "49N 7", "LON": "6E11", "MON": "3", "NUM": "1271", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "MONTIGNY-LES-ME"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "F", "birth": {"date": "1921-03-26 08:00"}, "partial-ids": {"ertel": "ES-656"}}, "raw": {"L": "", "MF": "F", "NR": "656", "ENG": "1", "MA_": "2", "G_NR": "1271", "MA12": "1", "MARS": "1", "NAME": "Braun", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,000", "CSINR": "", "KURTZ": "", "PHAS_": "94,300", "STUND": "8,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "26.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gaby", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "26.03.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Montigny-les-Metz"}}, "partial-ids": {"g55": "03-233"}, "ids-in-source": {"g55": "03-233"}}, "raw": {"DAY": "26-3-1921", "HOUR": "8 h.", "NAME": "BRAUN Gaby", "PLACE": "Montigny-les-Metz (Moselle)."}, "date": "2023-08-20T14:48:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1288	dedieu-rene-1898-08-27	{"a1": "1289", "g55": "03-241", "3a_sports": "1296"}	{"g55": "03-241", "ertel": "ES-1296", "lerrcp": "A1-1289"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Dedieu", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1898-08-27 21:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "notime": null, "date-ut": "1898-08-27 20:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "René", "family": "Dedieu"}, "birth": {"tzo": "+00:09:21", "date": "1898-08-27 21:00", "place": {"c2": "34", "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "date-ut": "1898-08-27 20:50:40"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1289"}, "ids-in-sources": {"a1": "1289"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "34", "COU": "F", "DAY": "27", "LAT": "43N37", "LON": "3E53", "MON": "8", "NUM": "1289", "PRO": "C", "SEC": "40", "YEA": "1898", "CITY": "SETE"}, "date": "2023-08-20T14:43:08+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1898-08-27 21:00"}, "partial-ids": {"ertel": "ES-1296"}}, "raw": {"L": "", "MF": "", "NR": "1296", "ENG": "", "MA_": "1", "G_NR": "1289", "MA12": "11", "MARS": "31", "NAME": "Dedieu", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,800", "CSINR": "", "KURTZ": "", "PHAS_": "73,800", "STUND": "21,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "27.08.1898", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:07+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-241"}, "ids-in-source": {"g55": "03-241"}}, "raw": {"DAY": "27-8-1898", "HOUR": "21h.", "NAME": "DEDIEU René", "PLACE": "Séte (Hérault)."}, "date": "2023-08-20T14:48:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1325	jacques-michel-1924-01-09	{"a1": "1326", "g55": "03-259", "3a_sports": "2194"}	{"g55": "03-259", "cpara": "CP-513", "ertel": "ES-2194", "lerrcp": "A1-1326"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Jacques", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1924-01-09 09:15", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.82748, "lat": 47.50808, "name": "Sochaux", "geoid": 2974413}, "notime": null, "date-ut": "1924-01-09 09:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Jacques"}, "birth": {"tzo": "+00:00", "date": "1924-01-09 09:15", "place": {"c2": "25", "cy": "FR", "lg": 6.82748, "lat": 47.50808, "name": "Sochaux", "geoid": 2974413}, "date-ut": "1924-01-09 09:15"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1326"}, "ids-in-sources": {"a1": "1326"}}, "raw": {"H": "9", "MN": "15", "TZ": "0", "COD": "25", "COU": "F", "DAY": "9", "LAT": "47N15", "LON": "6E 2", "MON": "1", "NUM": "1326", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "SOCHAUX"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-01-09 09:15"}, "partial-ids": {"ertel": "ES-2194"}}, "raw": {"L": "", "MF": "", "NR": "2194", "ENG": "1", "MA_": "2", "G_NR": "1326", "MA12": "4", "MARS": "12", "NAME": "Jacques", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,900", "CSINR": "", "KURTZ": "", "PHAS_": "7,800", "STUND": "9,25", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "09.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "513", "VORNAME": "Michel", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "09.01.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:19+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-259"}, "ids-in-source": {"g55": "03-259"}}, "raw": {"DAY": "9-1-1924", "HOUR": "9 h. 15", "NAME": "JACQUES Michel", "PLACE": "Sochaux (Doubs)."}, "date": "2023-08-20T14:48:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1329	kenner-rene-1906-04-21	{"a1": "1330", "g55": "03-260", "3a_sports": "2254"}	{"g55": "03-260", "ertel": "ES-2254", "lerrcp": "A1-1330"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Kenner", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1906-04-21 06:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.41874, "lat": 48.76846, "name": "Choisy-le-Roi", "geoid": 3025055}, "notime": null, "date-ut": "1906-04-21 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "René", "family": "Kenner"}, "birth": {"tzo": "+00:09:21", "date": "1906-04-21 06:00", "place": {"c2": "94", "cy": "FR", "lg": 2.41874, "lat": 48.76846, "name": "Choisy-le-Roi", "geoid": 3025055}, "date-ut": "1906-04-21 05:50:40"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1330"}, "ids-in-sources": {"a1": "1330"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "21", "LAT": "48N47", "LON": "2E29", "MON": "4", "NUM": "1330", "PRO": "C", "SEC": "40", "YEA": "1906", "CITY": "CHOISY-LE-ROI"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1906-04-21 06:00"}, "partial-ids": {"ertel": "ES-2254"}}, "raw": {"L": "", "MF": "", "NR": "2254", "ENG": "0", "MA_": "2", "G_NR": "1330", "MA12": "12", "MARS": "36", "NAME": "Kenner", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,700", "CSINR": "", "KURTZ": "", "PHAS_": "6,600", "STUND": "6,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "21.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "René", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "21.04.1906", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-260"}, "ids-in-source": {"g55": "03-260"}}, "raw": {"DAY": "21-4-1906", "HOUR": "6 h.", "NAME": "KENNER René", "PLACE": "Choisy-le-Roi (Seine)."}, "date": "2023-08-20T14:48:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1357	petitfils-andre-1920-02-10	{"a1": "1358", "g55": "03-275", "3a_sports": "3247"}	{"g55": "03-275", "ertel": "ES-3247", "lerrcp": "A1-1358"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Petitfils", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1920-02-10 21:40", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1920-02-10 21:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "André", "family": "Petitfils"}, "birth": {"tzo": "+00:00", "date": "1920-02-10 21:40", "place": {"c2": "45", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1920-02-10 21:40"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1358"}, "ids-in-sources": {"a1": "1358"}}, "raw": {"H": "21", "MN": "40", "TZ": "0", "COD": "45", "COU": "F", "DAY": "10", "LAT": "47N54", "LON": "1E54", "MON": "2", "NUM": "1358", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "ORLEANS"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-02-10 21:40"}, "partial-ids": {"ertel": "ES-3247"}}, "raw": {"L": "", "MF": "", "NR": "3247", "ENG": "", "MA_": "0", "G_NR": "1358", "MA12": "12", "MARS": "34", "NAME": "Petitfils", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,900", "CSINR": "", "KURTZ": "", "PHAS_": "67,700", "STUND": "21,67", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "10.02.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:32+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-275"}, "ids-in-source": {"g55": "03-275"}}, "raw": {"DAY": "10-2-1920", "HOUR": "21 h. 40", "NAME": "PETITFILS André", "PLACE": "Orléans (Loiret)."}, "date": "2023-08-20T14:48:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1361	poblome-marcel-1921-02-01	{"a1": "1362", "g55": "03-277", "3a_sports": "3328"}	{"g55": "03-277", "ertel": "ES-3328", "lerrcp": "A1-1362"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Poblome", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1921-02-01 12:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "notime": null, "date-ut": "1921-02-01 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Poblome"}, "birth": {"tzo": "+00:00", "date": "1921-02-01 12:00", "place": {"c2": "59", "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "date-ut": "1921-02-01 12:00"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1362"}, "ids-in-sources": {"a1": "1362"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "59", "COU": "F", "DAY": "1", "LAT": "50N39", "LON": "3E 5", "MON": "2", "NUM": "1362", "PRO": "C", "SEC": "0", "YEA": "1921", "CITY": "TOURCOING"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1921-02-01 12:00"}, "partial-ids": {"ertel": "ES-3328"}}, "raw": {"L": "", "MF": "", "NR": "3328", "ENG": "", "MA_": "1", "G_NR": "1362", "MA12": "2", "MARS": "6", "NAME": "Poblome", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,900", "CSINR": "", "KURTZ": "", "PHAS_": "38,600", "STUND": "12,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "01.02.1921", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-277"}, "ids-in-source": {"g55": "03-277"}}, "raw": {"DAY": "1-2-1921", "HOUR": "12 h.", "NAME": "POBLOME Marcel", "PLACE": "Tourcoing (Nord)."}, "date": "2023-08-20T14:48:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1372	rose-georges-1910-04-30	{"a1": "1373", "g55": "03-284", "3a_sports": "3570"}	{"g55": "03-284", "ertel": "ES-3570", "lerrcp": "A1-1373"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Rose", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1910-04-30 16:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.43945, "lat": 48.81171, "name": "Maisons-Alfort", "geoid": 2996568}, "notime": null, "date-ut": "1910-04-30 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Rose"}, "birth": {"tzo": "+00:09:21", "date": "1910-04-30 16:00", "place": {"c2": "94", "cy": "FR", "lg": 2.43945, "lat": 48.81171, "name": "Maisons-Alfort", "geoid": 2996568}, "date-ut": "1910-04-30 15:50:40"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1373"}, "ids-in-sources": {"a1": "1373"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "30", "LAT": "48N47", "LON": "2E29", "MON": "4", "NUM": "1373", "PRO": "C", "SEC": "40", "YEA": "1910", "CITY": "MAISONS-ALFORT"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1910-04-30 16:00"}, "partial-ids": {"ertel": "ES-3570"}}, "raw": {"L": "", "MF": "", "NR": "3570", "ENG": "1", "MA_": "2", "G_NR": "1373", "MA12": "4", "MARS": "10", "NAME": "Rose", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,900", "CSINR": "", "KURTZ": "", "PHAS_": "75,200", "STUND": "16,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "30.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Georges", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "30.04.1910", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:36+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-284"}, "ids-in-source": {"g55": "03-284"}}, "raw": {"DAY": "30-4-1910", "HOUR": "16 h.", "NAME": "ROSE Georges", "PLACE": "Maisons-Alfort (Seine)."}, "date": "2023-08-20T14:48:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1382	somerlinck-marceau-1922-01-04	{"a1": "1383", "g55": "03-287", "3a_sports": "3859"}	{"g55": "03-287", "ertel": "ES-3859", "lerrcp": "A1-1383"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marceau", "family": "Somerlinck", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1922-01-04 00:45", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1922-01-04 00:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["football-player"]	5	null	[{"new": {"name": {"given": "Marceau", "family": "Somerlinck"}, "birth": {"tzo": "+00:00", "date": "1922-01-04 00:45", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1922-01-04 00:45"}, "occus": ["football-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1383"}, "ids-in-sources": {"a1": "1383"}}, "raw": {"H": "0", "MN": "45", "TZ": "0", "COD": "59", "COU": "F", "DAY": "4", "LAT": "50N39", "LON": "3E 5", "MON": "1", "NUM": "1383", "PRO": "C", "SEC": "0", "YEA": "1922", "CITY": "LILLE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1922-01-04 00:45"}, "partial-ids": {"ertel": "ES-3859"}}, "raw": {"L": "", "MF": "", "NR": "3859", "ENG": "", "MA_": "1", "G_NR": "1383", "MA12": "12", "MARS": "35", "NAME": "Somerlinck", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,000", "CSINR": "", "KURTZ": "", "PHAS_": "27,800", "STUND": "0,75", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "04.01.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Marceau", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "04.01.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "FOOT", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-287"}, "ids-in-source": {"g55": "03-287"}}, "raw": {"DAY": "4-1-1922", "HOUR": "0 h. 45", "NAME": "SOMERLINCK Marceau", "PLACE": "Lille (Nord)."}, "date": "2023-08-20T14:48:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1701	krauss-alfred-1908-02-02	{"a1": "1702", "g55": "03-306", "3a_sports": "2292"}	{"g55": "03-306", "ertel": "ES-2292", "lerrcp": "A1-1702"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Krauss", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1908-02-02 15:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.36976, "lat": 48.15995, "name": "Ostheim", "geoid": 2989100}, "notime": null, "date-ut": "1908-02-02 14:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["gymnast"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Krauss"}, "birth": {"place": {"c2": "68", "cy": "FR", "lg": 7.36976, "lat": 48.15995, "name": "Ostheim", "geoid": 2989100}, "date-ut": "1908-02-02 14:00"}, "occus": ["gymnast"], "trust": 5, "partial_ids": {"lerrcp": "A1-1702"}, "ids-in-sources": {"a1": "1702"}}, "raw": {"H": "15", "MN": "0", "TZ": "-1", "COD": "68", "COU": "F", "DAY": "2", "LAT": "48N 5", "LON": "7E21", "MON": "2", "NUM": "1702", "PRO": "C", "SEC": "0", "YEA": "1908", "CITY": "OSTHEIM"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1908-02-02 15:00"}, "partial-ids": {"ertel": "ES-2292"}}, "raw": {"L": "", "MF": "", "NR": "2292", "ENG": "", "MA_": "0", "G_NR": "1702", "MA12": "3", "MARS": "7", "NAME": "Krauss", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-2,600", "CSINR": "", "KURTZ": "", "PHAS_": "0,200", "STUND": "15,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alfred", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "02.02.1908", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "GYMN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-306"}, "ids-in-source": {"g55": "03-306"}}, "raw": {"DAY": "2-2-1908", "HOUR": "15 h.", "NAME": "KRAUSS Alfred", "PLACE": "Osthein (Haut-Rhin)."}, "date": "2023-08-20T14:48:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1734	grimonprez-felix-1910-06-30	{"a1": "1735", "g55": "03-316", "3a_sports": "1972", "cfepp-final3": "640"}	{"g55": "03-316", "cfepp": "CF-640", "cpara": "CP-217", "ertel": "ES-1972", "lerrcp": "A1-1735"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Grimonprez", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1910-06-30 03:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1910-06-30 02:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["field-hockey-player"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Grimonprez"}, "birth": {"tzo": "+00:09:21", "date": "1910-06-30 03:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1910-06-30 02:50:40"}, "occus": ["field-hockey-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1735"}, "ids-in-sources": {"a1": "1735"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "59", "COU": "F", "DAY": "30", "LAT": "50N39", "LON": "3E 5", "MON": "6", "NUM": "1735", "PRO": "C", "SEC": "40", "YEA": "1910", "CITY": "LILLE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1910-06-30 03:00"}, "partial-ids": {"ertel": "ES-1972"}}, "raw": {"L": "", "MF": "", "NR": "1972", "ENG": "", "MA_": "1", "G_NR": "1735", "MA12": "10", "MARS": "29", "NAME": "Grimonprez", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,10", "CSINR": "", "KURTZ": "", "PHAS_": "52,300", "STUND": "3,00", "CFEPNR": "640", "EXTEND": "", "NATION": "FRA", "TAGMON": "30.06.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "217", "VORNAME": "Félix", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "30.06.1910", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "HOCK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:16+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1910-06-30 03:00", "place": {"c3": ""}, "date-ut": "1910-06-30 02:51"}, "occus": ["field-hockey-player"], "ids-in-sources": {"cfepp-final3": "640"}}, "raw": {"S": "10", "LT": "03 00", "LV": "I52", "TR": "f", "UT": "02 51", "LAT": "+50.63", "SRC": "ALG", "LONG": "-03.06", "NAME": "GRIMONPREZ Felix", "SPORT": "Field Hockey", "LOC_DATE": "1910 06 30", "UNIV_DATE": "1910 06 30", "BIRTH_PLACE": "LILLE", "POSTAL_CODE": "59033 CEDEX"}, "date": "2023-08-20T14:46:09+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-316"}, "ids-in-source": {"g55": "03-316"}}, "raw": {"DAY": "30-6-1910", "HOUR": "3 h.", "NAME": "GRIMONPREZ Félix", "PLACE": "Lille (Nord)."}, "date": "2023-08-20T14:48:13+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1739	thieffry-jacques-1924-05-10	{"a1": "1740", "g55": "03-320", "3a_sports": "4002", "cfepp-final3": "649"}	{"g55": "03-320", "cfepp": "CF-649", "ertel": "ES-4002", "lerrcp": "A1-1740"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Thieffry", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1924-05-10 20:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1924-05-10 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["field-hockey-player"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Thieffry"}, "birth": {"tzo": "+01:00", "date": "1924-05-10 20:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1924-05-10 19:00"}, "occus": ["field-hockey-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1740"}, "ids-in-sources": {"a1": "1740"}}, "raw": {"H": "19", "MN": "0", "TZ": "0", "COD": "59", "COU": "F", "DAY": "10", "LAT": "50N39", "LON": "3E 5", "MON": "5", "NUM": "1740", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "LILLE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-05-10 20:00"}, "partial-ids": {"ertel": "ES-4002"}}, "raw": {"L": "", "MF": "", "NR": "4002", "ENG": "", "MA_": "1", "G_NR": "1740", "MA12": "10", "MARS": "30", "NAME": "Thieffry", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,400", "CSINR": "", "KURTZ": "", "PHAS_": "29,900", "STUND": "20,00", "CFEPNR": "649", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "10.05.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "HOCK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:42+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1924-05-10 20:00", "place": {"c3": ""}, "date-ut": "1924-05-10 19:00"}, "occus": ["field-hockey-player"], "ids-in-sources": {"cfepp-final3": "649"}}, "raw": {"S": "10", "LT": "20 00", "LV": "I12", "TR": "f", "UT": "19 00", "LAT": "+50.63", "SRC": "AG", "LONG": "-03.06", "NAME": "THIEFFRY Jacques", "SPORT": "Field Hockey", "LOC_DATE": "1924 05 10", "UNIV_DATE": "1924 05 10", "BIRTH_PLACE": "LILLE", "POSTAL_CODE": "59033 CEDEX"}, "date": "2023-08-20T14:46:09+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-320"}, "ids-in-source": {"g55": "03-320"}}, "raw": {"DAY": "10-5-1924", "HOUR": "20 h.", "NAME": "THIEFFRY Jacques", "PLACE": "Lille (Nord)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1750	poilve-emile-1903-09-22	{"a1": "1751", "g55": "03-330", "3a_sports": "3331", "cfepp-final3": "666"}	{"g55": "03-330", "cfepp": "CF-666", "cpara": "CP-350", "ertel": "ES-3331", "lerrcp": "A1-1751"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Poilve", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1903-09-22 22:00", "note": null, "place": {"c1": null, "c2": "29", "c3": "", "cy": "FR", "lg": -4.1, "lat": 48, "name": "Megrit", "geoid": 0}, "notime": null, "date-ut": "1903-09-22 21:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["wrestler"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Poilve"}, "birth": {"tzo": "+00:09:21", "date": "1903-09-22 22:00", "place": {"c2": "29", "cy": "FR", "lg": -4.1, "lat": 48, "name": "Megrit", "geoid": 0}, "date-ut": "1903-09-22 21:50:40"}, "occus": ["wrestler"], "trust": 5, "partial_ids": {"lerrcp": "A1-1751"}, "ids-in-sources": {"a1": "1751"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "29", "COU": "F", "DAY": "22", "LAT": "48N 0", "LON": "4W 6", "MON": "9", "NUM": "1751", "PRO": "C", "SEC": "40", "YEA": "1903", "CITY": "MEGRIT"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1903-09-22 22:00"}, "partial-ids": {"ertel": "ES-3331"}}, "raw": {"L": "", "MF": "", "NR": "3331", "ENG": "", "MA_": "1", "G_NR": "1751", "MA12": "7", "MARS": "20", "NAME": "Poilve", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,800", "CSINR": "", "KURTZ": "", "PHAS_": "0,900", "STUND": "22,00", "CFEPNR": "666", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.09.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "350", "VORNAME": "Emile", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "22.09.1903", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "WRES", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:33+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1903-09-22 22:00", "place": {"c3": ""}, "date-ut": "1903-09-22 21:51"}, "occus": ["wrestler"], "ids-in-sources": {"cfepp-final3": "666"}}, "raw": {"S": "7", "LT": "22 00", "LV": "O", "TR": "f", "UT": "21 51", "LAT": "+48.38", "SRC": "ALG", "LONG": "+02.25", "NAME": "POILVE Emile", "SPORT": "Wrestling", "LOC_DATE": "1903 09 22", "UNIV_DATE": "1903 09 22", "BIRTH_PLACE": "MEGRIT", "POSTAL_CODE": "22270"}, "date": "2023-08-20T14:46:09+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Megrit"}}, "partial-ids": {"g55": "03-330"}, "ids-in-source": {"g55": "03-330"}}, "raw": {"DAY": "22-9-1903", "HOUR": "22 h.", "NAME": "POILVE Emile", "PLACE": "Megrit (Côtes-du-Nord)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1755	hubert-claude-1914-03-16	{"a1": "1756", "g55": "03-333", "3a_sports": "2152", "cfepp-final3": "72"}	{"g55": "03-333", "cfepp": "CF-72", "ertel": "ES-2152", "lerrcp": "A1-1756"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Hubert", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1914-03-16 12:45", "note": null, "place": {"c1": null, "c2": "28", "c3": "", "cy": "FR", "lg": 1.48925, "lat": 48.44685, "name": "Chartres", "geoid": 3026467}, "notime": null, "date-ut": "1914-03-16 12:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["race-walker", "athletics-competitor"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Hubert"}, "birth": {"tzo": "+00:00", "date": "1914-03-16 12:45", "place": {"c2": "28", "cy": "FR", "lg": 1.48925, "lat": 48.44685, "name": "Chartres", "geoid": 3026467}, "date-ut": "1914-03-16 12:45"}, "occus": ["race-walker"], "trust": 5, "partial_ids": {"lerrcp": "A1-1756"}, "ids-in-sources": {"a1": "1756"}}, "raw": {"H": "12", "MN": "45", "TZ": "0", "COD": "28", "COU": "F", "DAY": "16", "LAT": "48N27", "LON": "1E30", "MON": "3", "NUM": "1756", "PRO": "C", "SEC": "0", "YEA": "1914", "CITY": "CHARTRES"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1914-03-16 12:45"}, "partial-ids": {"ertel": "ES-2152"}}, "raw": {"L": "", "MF": "", "NR": "2152", "ENG": "1", "MA_": "2", "G_NR": "1756", "MA12": "1", "MARS": "2", "NAME": "Hubert", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,600", "CSINR": "", "KURTZ": "", "PHAS_": "79,800", "STUND": "12,75", "CFEPNR": "72", "EXTEND": "1", "NATION": "FRA", "TAGMON": "16.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Claude", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "16.03.1914", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "WALK", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1914-03-16 12:45", "place": {"c3": ""}, "date-ut": "1914-03-16 12:45"}, "occus": ["athletics-competitor"], "ids-in-sources": {"cfepp-final3": "72"}}, "raw": {"S": "1", "LT": "12 45", "LV": "FI", "TR": "f", "UT": "12 45", "LAT": "+48.45", "SRC": "AG", "LONG": "-01.49", "NAME": "HUBERT Claude", "SPORT": "Track & Field", "LOC_DATE": "1914 03 16", "UNIV_DATE": "1914 03 16", "BIRTH_PLACE": "CHARTRES", "POSTAL_CODE": "28019 CEDEX"}, "date": "2023-08-20T14:45:56+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-333"}, "ids-in-source": {"g55": "03-333"}}, "raw": {"DAY": "16-3-1914", "HOUR": "12 h. 45", "NAME": "HUBERT Claude", "PLACE": "Chartres (Eure-et-Loire)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1784	arce-emile-1922-03-17	{"a1": "1785", "g55": "03-339", "3a_sports": "126"}	{"g55": "03-339", "ertel": "ES-126", "lerrcp": "A1-1785"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Arce", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1922-03-17 01:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.36667, "lat": 43.3, "name": "Saint-Etienne-de-Baigorry", "geoid": 0}, "notime": null, "date-ut": "1922-03-17 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basque-pelota-player"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Arce"}, "birth": {"tzo": "+00:00", "date": "1922-03-17 01:00", "place": {"c2": "64", "cy": "FR", "lg": -0.36667, "lat": 43.3, "name": "Saint-Etienne-de-B", "geoid": 0}, "date-ut": "1922-03-17 01:00"}, "occus": ["basque-pelota-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1785"}, "ids-in-sources": {"a1": "1785"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "17", "LAT": "43N18", "LON": "0W22", "MON": "3", "NUM": "1785", "PRO": "C", "SEC": "0", "YEA": "1922", "CITY": "ST-ETIENNE-DE-B"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1922-03-17 01:00"}, "partial-ids": {"ertel": "ES-126"}}, "raw": {"L": "", "MF": "", "NR": "126", "ENG": "1", "MA_": "2", "G_NR": "1785", "MA12": "1", "MARS": "1", "NAME": "Arcé", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,800", "CSINR": "", "KURTZ": "", "PHAS_": "83,100", "STUND": "1,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "17.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Emile", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "17.03.1922", "GQBECORR": "a2B", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "PELOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:51+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Etienne-de-Baigorry"}}, "partial-ids": {"g55": "03-339"}, "ids-in-source": {"g55": "03-339"}}, "raw": {"DAY": "17-3-1922", "HOUR": "1 h.", "NAME": "ARCE Emile", "PLACE": "Saint-Etienne-de-Baigorry (B.-Pyrénées)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1785	bichendaritz-pierre-1922-09-27	{"a1": "1786", "g55": "03-340", "3a_sports": "432"}	{"g55": "03-340", "ertel": "ES-432", "lerrcp": "A1-1786"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Bichendaritz", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1922-09-27 14:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.60901, "lat": 43.42419, "name": "Guéthary", "geoid": 3014340}, "notime": null, "date-ut": "1922-09-27 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basque-pelota-player"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Bichendaritz"}, "birth": {"tzo": "+01:00", "date": "1922-09-27 14:00", "place": {"c2": "64", "cy": "FR", "lg": -1.60901, "lat": 43.42419, "name": "Guéthary", "geoid": 3014340}, "date-ut": "1922-09-27 13:00"}, "occus": ["basque-pelota-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1786"}, "ids-in-sources": {"a1": "1786"}}, "raw": {"H": "13", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "27", "LAT": "43N18", "LON": "0W22", "MON": "9", "NUM": "1786", "PRO": "C", "SEC": "0", "YEA": "1922", "CITY": "GUETHARY"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1922-09-27 14:00"}, "partial-ids": {"ertel": "ES-432"}}, "raw": {"L": "", "MF": "", "NR": "432", "ENG": "0", "MA_": "2", "G_NR": "1786", "MA12": "12", "MARS": "36", "NAME": "Bichendaritz", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,400", "CSINR": "", "KURTZ": "", "PHAS_": "40,200", "STUND": "14,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "27.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Pierre", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "27.09.1922", "GQBECORR": "a2B", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "PELOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-340"}, "ids-in-source": {"g55": "03-340"}}, "raw": {"DAY": "27-9-1922", "HOUR": "14 h.", "NAME": "BICHENDARITZ Pierre", "PLACE": "Guéthary (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1786	boudon-felix-1913-09-25	{"a1": "1787", "g55": "03-341", "3a_sports": "596"}	{"g55": "03-341", "ertel": "ES-596", "lerrcp": "A1-1787"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Boudon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1913-09-25 07:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.36667, "lat": 43.3, "name": "Cambo", "geoid": 0}, "notime": null, "date-ut": "1913-09-25 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basque-pelota-player"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Boudon"}, "birth": {"tzo": "+00:00", "date": "1913-09-25 07:00", "place": {"c2": "64", "cy": "FR", "lg": -0.36667, "lat": 43.3, "name": "Cambo", "geoid": 0}, "date-ut": "1913-09-25 07:00"}, "occus": ["basque-pelota-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1787"}, "ids-in-sources": {"a1": "1787"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "25", "LAT": "43N18", "LON": "0W22", "MON": "9", "NUM": "1787", "PRO": "C", "SEC": "0", "YEA": "1913", "CITY": "CAMBO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1913-09-25 07:00"}, "partial-ids": {"ertel": "ES-596"}}, "raw": {"L": "", "MF": "", "NR": "596", "ENG": "1", "MA_": "2", "G_NR": "1787", "MA12": "4", "MARS": "10", "NAME": "Boudon", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-10,70", "CSINR": "", "KURTZ": "", "PHAS_": "34,300", "STUND": "7,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "25.09.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Félix", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "25.09.1913", "GQBECORR": "a2B", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "PELOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:57+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Cambo"}}, "partial-ids": {"g55": "03-341"}, "ids-in-source": {"g55": "03-341"}}, "raw": {"DAY": "25-9-1913", "HOUR": "7 h.", "NAME": "BOUDON Felix", "PLACE": "Cambo (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1788	chiquito-de-cambo-joseph-1881-05-20	{"a1": "1789", "g55": "03-343", "3a_sports": "1000"}	{"g55": "03-343", "cpara": "CP-115", "ertel": "ES-1000", "lerrcp": "A1-1789"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Chiquito de Cambo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-00:01:28", "date": "1881-05-20 06:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.36667, "lat": 43.3, "name": "Cambo", "geoid": 0}, "notime": null, "date-ut": "1881-05-20 06:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basque-pelota-player"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Chiquito de Cambo"}, "birth": {"tzo": "-00:01:28", "date": "1881-05-20 06:00", "place": {"c2": "64", "cy": "FR", "lg": -0.36667, "lat": 43.3, "name": "Cambo", "geoid": 0}, "date-ut": "1881-05-20 06:01:28"}, "occus": ["basque-pelota-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1789"}, "ids-in-sources": {"a1": "1789"}}, "raw": {"H": "6", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "20", "LAT": "43N18", "LON": "0W22", "MON": "5", "NUM": "1789", "PRO": "C", "SEC": "28", "YEA": "1881", "CITY": "CAMBO"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1881-05-20 06:00"}, "partial-ids": {"ertel": "ES-1000"}}, "raw": {"L": "", "MF": "", "NR": "1000", "ENG": "", "MA_": "1", "G_NR": "1789", "MA12": "2", "MARS": "6", "NAME": "Chiquitode Cambo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,20", "CSINR": "", "KURTZ": "d", "PHAS_": "57,300", "STUND": "6,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.05.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "G", "PARA_NR": "115", "VORNAME": "Joseph", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "20.05.1881", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "PELOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:02+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Cambo"}}, "partial-ids": {"g55": "03-343"}, "ids-in-source": {"g55": "03-343"}}, "raw": {"DAY": "20-5-1881", "HOUR": "6 h.", "NAME": "CHIQUITO de CAMBO", "PLACE": "Cambo (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1794	harispe-albert-1898-04-10	{"a1": "1795", "g55": "03-349", "3a_sports": "2062"}	{"g55": "03-349", "ertel": "ES-2062", "lerrcp": "A1-1795"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Harispe", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1898-04-10 13:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.60901, "lat": 43.42419, "name": "Guéthary", "geoid": 3014340}, "notime": null, "date-ut": "1898-04-10 12:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["basque-pelota-player"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Harispe"}, "birth": {"tzo": "+00:09:21", "date": "1898-04-10 13:00", "place": {"c2": "64", "cy": "FR", "lg": -1.60901, "lat": 43.42419, "name": "Guéthary", "geoid": 3014340}, "date-ut": "1898-04-10 12:50:40"}, "occus": ["basque-pelota-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1795"}, "ids-in-sources": {"a1": "1795"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "64", "COU": "F", "DAY": "10", "LAT": "43N18", "LON": "0W22", "MON": "4", "NUM": "1795", "PRO": "C", "SEC": "40", "YEA": "1898", "CITY": "GUETHARY"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1898-04-10 13:00"}, "partial-ids": {"ertel": "ES-2062"}}, "raw": {"L": "", "MF": "", "NR": "2062", "ENG": "", "MA_": "1", "G_NR": "1795", "MA12": "5", "MARS": "14", "NAME": "Harispe", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,800", "CSINR": "", "KURTZ": "", "PHAS_": "87,100", "STUND": "13,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.04.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Albert", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "10.04.1898", "GQBECORR": "a2B", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "PELOT", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-349"}, "ids-in-source": {"g55": "03-349"}}, "raw": {"DAY": "10-4-1898", "HOUR": "13 h.", "NAME": "HARISPE Albert", "PLACE": "Guéthary (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1714	ferrari-henri-1912-09-23	{"a1": "1715", "g55": "03-357", "3a_sports": "1615", "cfepp-final3": "609"}	{"g55": "03-357", "cfepp": "CF-609", "cpara": "CP-185", "ertel": "ES-1615", "lerrcp": "A1-1715"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Ferrari", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1912-09-23 15:00", "note": null, "place": {"c1": null, "c2": "34", "c3": "", "cy": "FR", "lg": 3.75524, "lat": 43.44775, "name": "Frontignan", "geoid": 3016956}, "notime": null, "date-ut": "1912-09-23 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["weightlifter"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Ferrari"}, "birth": {"tzo": "+00:00", "date": "1912-09-23 07:00", "place": {"c2": "34", "cy": "FR", "lg": 3.75524, "lat": 43.44775, "name": "Frontignan", "geoid": 3016956}, "date-ut": "1912-09-23 07:00"}, "occus": ["weightlifter"], "trust": 5, "partial_ids": {"lerrcp": "A1-1715"}, "ids-in-sources": {"a1": "1715"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "34", "COU": "F", "DAY": "23", "LAT": "43N37", "LON": "3E53", "MON": "9", "NUM": "1715", "PRO": "C", "SEC": "0", "YEA": "1912", "CITY": "FRONTIGNAN"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1912-09-23 07:00"}, "partial-ids": {"ertel": "ES-1615"}}, "raw": {"L": "", "MF": "", "NR": "1615", "ENG": "1", "MA_": "2", "G_NR": "1715", "MA12": "1", "MARS": "1", "NAME": "Ferrari", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,600", "CSINR": "", "KURTZ": "", "PHAS_": "88,900", "STUND": "7,00", "CFEPNR": "609", "EXTEND": "1", "NATION": "FRA", "TAGMON": "23.09.", "ZITATE": "D", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "185", "VORNAME": "Henri", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "23.09.1912", "GQBECORR": "c", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "WEIG", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:12+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "ferrari-henri-1912-09-23", "birth": {"date": "1912-09-23 15:00", "place": {"c3": ""}, "date-ut": "1912-09-23 15:00"}, "occus": ["weightlifter"], "ids-in-sources": {"cfepp-final3": "609"}}, "raw": {"S": "5", "LT": "15 00", "LV": "M", "TR": "f", "UT": "15 00", "LAT": "+43.45", "SRC": "ALG", "LONG": "-03.76", "NAME": "FERRARI Henri", "SPORT": "Weightlifting", "LOC_DATE": "1912 09 23", "UNIV_DATE": "1912 09 23", "BIRTH_PLACE": "FRONTIGNAN", "POSTAL_CODE": "34110"}, "date": "2023-08-20T14:46:08+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-357"}, "ids-in-source": {"g55": "03-357"}}, "raw": {"DAY": "23-9-1912", "HOUR": "7 h.", "NAME": "FERRARI Henri", "PLACE": "Frontignan (Hérault)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1716	francois-roger-1900-10-07	{"a1": "1717", "g55": "03-359", "3a_sports": "1704", "cfepp-final3": "611"}	{"g55": "03-359", "cfepp": "CF-611", "cpara": "CP-190", "ertel": "ES-1704", "lerrcp": "A1-1717"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Francois", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1900-10-07 20:30", "note": null, "place": {"c1": null, "c2": "26", "c3": "", "cy": "FR", "lg": 5.06602, "lat": 45.0496, "name": "Romans-sur-Isère", "geoid": 2983011}, "notime": null, "date-ut": "1900-10-07 20:21"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["weightlifter"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Francois"}, "birth": {"tzo": "+00:09:21", "date": "1900-10-07 20:30", "place": {"c2": "26", "cy": "FR", "lg": 5.06602, "lat": 45.0496, "name": "Romans-sur-Isère", "geoid": 2983011}, "date-ut": "1900-10-07 20:20:40"}, "occus": ["weightlifter"], "trust": 5, "partial_ids": {"lerrcp": "A1-1717"}, "ids-in-sources": {"a1": "1717"}}, "raw": {"H": "20", "MN": "20", "TZ": "0", "COD": "26", "COU": "F", "DAY": "7", "LAT": "44N56", "LON": "4E54", "MON": "10", "NUM": "1717", "PRO": "C", "SEC": "40", "YEA": "1900", "CITY": "ROMANS-S/ISERE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1900-10-07 20:30"}, "partial-ids": {"ertel": "ES-1704"}}, "raw": {"L": "", "MF": "", "NR": "1704", "ENG": "", "MA_": "1", "G_NR": "1717", "MA12": "10", "MARS": "30", "NAME": "Francois", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "5,900", "CSINR": "", "KURTZ": "", "PHAS_": "96,100", "STUND": "20,50", "CFEPNR": "611", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.10.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "190", "VORNAME": "Roger", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "07.10.1900", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "WEIG", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:13+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1900-10-07 20:30", "place": {"c3": ""}, "date-ut": "1900-10-07 20:21"}, "occus": ["weightlifter"], "ids-in-sources": {"cfepp-final3": "611"}}, "raw": {"S": "10", "LT": "20 30", "LV": "M", "TR": "f", "UT": "20 21", "LAT": "+45.04", "SRC": "ALG", "LONG": "-05.05", "NAME": "FRANCOIS Roger", "SPORT": "Weightlifting", "LOC_DATE": "1900 10 07", "UNIV_DATE": "1900 10 07", "BIRTH_PLACE": "ROMANS SUR ISERE", "POSTAL_CODE": "26102 CEDEX"}, "date": "2023-08-20T14:46:08+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-359"}, "ids-in-source": {"g55": "03-359"}}, "raw": {"DAY": "7-10-1900", "HOUR": "20 h. 30", "NAME": "FRANÇOIS Roger", "PLACE": "Romans-sur-Isère (Drôme)."}, "date": "2023-08-20T14:48:14+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1825	bergougnan-yves-1924-05-08	{"a1": "1826", "g55": "03-371", "3a_sports": "368"}	{"g55": "03-371", "cpara": "CP-41", "ertel": "ES-368", "lerrcp": "A1-1826"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Bergougnan", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1924-05-08 13:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1924-05-08 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Bergougnan"}, "birth": {"tzo": "+01:00", "date": "1924-05-08 13:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1924-05-08 12:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1826"}, "ids-in-sources": {"a1": "1826"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "31", "COU": "F", "DAY": "8", "LAT": "43N37", "LON": "1E26", "MON": "5", "NUM": "1826", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-05-08 13:00"}, "partial-ids": {"ertel": "ES-368"}}, "raw": {"L": "", "MF": "", "NR": "368", "ENG": "", "MA_": "1", "G_NR": "1826", "MA12": "7", "MARS": "21", "NAME": "Bergougnan", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,000", "CSINR": "", "KURTZ": "", "PHAS_": "14,300", "STUND": "13,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.05.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "41", "VORNAME": "Yves", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "08.05.1924", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:54+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-371"}, "ids-in-source": {"g55": "03-371"}}, "raw": {"DAY": "8-5-1924", "HOUR": "13 h.", "NAME": "BERGOUGNAN Yves", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:48:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1865	combes-gaston-1920-02-29	{"a1": "1866", "g55": "03-382", "3a_sports": "1067"}	{"g55": "03-382", "ertel": "ES-1067", "lerrcp": "A1-1866"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Combes", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1920-02-29 16:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1920-02-29 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Combes"}, "birth": {"tzo": "+01:00", "date": "1920-02-29 16:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1920-02-29 15:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1866"}, "ids-in-sources": {"a1": "1866"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "31", "COU": "F", "DAY": "29", "LAT": "43N37", "LON": "1E26", "MON": "2", "NUM": "1866", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-02-29 16:00"}, "partial-ids": {"ertel": "ES-1067"}}, "raw": {"L": "", "MF": "", "NR": "1067", "ENG": "", "MA_": "1", "G_NR": "1866", "MA12": "9", "MARS": "27", "NAME": "Combes", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,800", "CSINR": "", "KURTZ": "", "PHAS_": "72,300", "STUND": "16,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "29.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Gaston", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "29.02.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-382"}, "ids-in-source": {"g55": "03-382"}}, "raw": {"DAY": "29-2-1920", "HOUR": "16 h.", "NAME": "COMBES Gaston", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:48:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1914	hatchondo-andre-1923-07-08	{"a1": "1916", "g55": "03-396", "3a_sports": "2074"}	{"g55": "03-396", "ertel": "ES-2074", "lerrcp": "A1-1916"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Hatchondo", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1923-07-08 07:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.62118, "lat": 43.34595, "name": "Ascain", "geoid": 3036596}, "notime": null, "date-ut": "1923-07-08 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "André", "family": "Hatchondo"}, "birth": {"tzo": "+01:00", "date": "1923-07-08 07:00", "place": {"c2": "64", "cy": "FR", "lg": -1.62118, "lat": 43.34595, "name": "Ascain", "geoid": 3036596}, "date-ut": "1923-07-08 06:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1916"}, "ids-in-sources": {"a1": "1916"}}, "raw": {"H": "6", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "8", "LAT": "43N18", "LON": "0W22", "MON": "7", "NUM": "1916", "PRO": "C", "SEC": "0", "YEA": "1923", "CITY": "ASCAIN"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1923-07-08 07:00"}, "partial-ids": {"ertel": "ES-2074"}}, "raw": {"L": "", "MF": "", "NR": "2074", "ENG": "1", "MA_": "2", "G_NR": "1916", "MA12": "1", "MARS": "1", "NAME": "Hatchondo", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,100", "CSINR": "", "KURTZ": "", "PHAS_": "32,300", "STUND": "7,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "08.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "André", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "08.07.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:17+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-396"}, "ids-in-source": {"g55": "03-396"}}, "raw": {"DAY": "8-7-1923", "HOUR": "7 h.", "NAME": "HATCHONDO André", "PLACE": "Ascain (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1919	junquas-louis-1920-09-11	{"a1": "1921", "g55": "03-398", "3a_sports": "2239", "cfepp-final3": "892"}	{"g55": "03-398", "cfepp": "CF-892", "cpara": "CP-249", "ertel": "ES-2239", "lerrcp": "A1-1921"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Junquas", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1920-09-11 04:00", "note": null, "place": {"c1": null, "c2": "40", "c3": "", "cy": "FR", "lg": -0.5, "lat": 43.9, "name": "Saint-Vincent-de-Tyrosse", "geoid": 0}, "notime": null, "date-ut": "1920-09-11 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Junquas"}, "birth": {"tzo": "+01:00", "date": "1920-09-11 04:00", "place": {"c2": "40", "cy": "FR", "lg": -0.5, "lat": 43.9, "name": "Saint-Vincent-de-T", "geoid": 0}, "date-ut": "1920-09-11 03:00"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1921"}, "ids-in-sources": {"a1": "1921"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "40", "COU": "F", "DAY": "11", "LAT": "43N54", "LON": "0W30", "MON": "9", "NUM": "1921", "PRO": "C", "SEC": "0", "YEA": "1920", "CITY": "ST-VINCENT-DE-T"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1920-09-11 04:00"}, "partial-ids": {"ertel": "ES-2239"}}, "raw": {"L": "", "MF": "", "NR": "2239", "ENG": "", "MA_": "0", "G_NR": "1921", "MA12": "9", "MARS": "25", "NAME": "Junquas", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,300", "CSINR": "", "KURTZ": "d", "PHAS_": "3,300", "STUND": "4,00", "CFEPNR": "893", "EXTEND": "", "NATION": "FRA", "TAGMON": "11.09.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "249", "VORNAME": "Louis", "ZITRANG": "3", "GAUQ1955": "", "GEBDATUM": "11.09.1920", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "0", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1920-09-11 04:00", "place": {"c3": ""}, "date-ut": "1920-09-11 03:00"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "892"}}, "raw": {"S": "9", "LT": "04 00", "LV": "I13", "TR": "f", "UT": "03 00", "LAT": "+43.66", "SRC": "ALG", "LONG": "+01.30", "NAME": "JUNQUAS Louis", "SPORT": "Rugby Union", "LOC_DATE": "1920 09 11", "UNIV_DATE": "1920 09 11", "BIRTH_PLACE": "ST VINCENT DE TYROSSE", "POSTAL_CODE": "40230"}, "date": "2023-08-20T14:46:14+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Vincent-de-Tyrosse"}}, "partial-ids": {"g55": "03-398"}, "ids-in-source": {"g55": "03-398"}}, "raw": {"DAY": "11-9-1920", "HOUR": "4 h.", "NAME": "JUNCAS Louis", "PLACE": "Saint-Vincent-de-Tyrosse (Landes)."}, "date": "2023-08-20T14:48:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1955	moga-alban-1923-05-01	{"a1": "1957", "g55": "03-409", "3a_sports": "2893"}	{"g55": "03-409", "cpara": "CP-313", "ertel": "ES-2893", "lerrcp": "A1-1957"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alban", "family": "Moga", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1923-05-01 09:30", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1923-05-01 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-player"]	5	null	[{"new": {"name": {"given": "Alban", "family": "Moga"}, "birth": {"tzo": "+00:00", "date": "1923-05-01 09:30", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1923-05-01 09:30"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1957"}, "ids-in-sources": {"a1": "1957"}}, "raw": {"H": "9", "MN": "30", "TZ": "0", "COD": "33", "COU": "F", "DAY": "1", "LAT": "44N50", "LON": "0W34", "MON": "5", "NUM": "1957", "PRO": "C", "SEC": "0", "YEA": "1923", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1923-05-01 09:30"}, "partial-ids": {"ertel": "ES-2893"}}, "raw": {"L": "", "MF": "", "NR": "2893", "ENG": "", "MA_": "1", "G_NR": "1957", "MA12": "2", "MARS": "4", "NAME": "Moga", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "1,200", "CSINR": "", "KURTZ": "", "PHAS_": "99,900", "STUND": "9,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "01.05.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "313", "VORNAME": "Alban", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "01.05.1923", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-409"}, "ids-in-source": {"g55": "03-409"}}, "raw": {"DAY": "1-5-1923", "HOUR": "9 h. 30", "NAME": "MOGA Alban", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:48:15+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1976	ramis-roger-1902-03-29	{"a1": "1978", "g55": "03-413", "3a_sports": "3430", "cfepp-final3": "936"}	{"g55": "03-413", "cfepp": "CF-936", "cpara": "CP-360", "ertel": "ES-3430", "lerrcp": "A1-1978"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Ramis", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1902-03-29 17:00", "note": null, "place": {"c1": null, "c2": "66", "c3": "", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "notime": null, "date-ut": "1902-03-29 16:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["rugby-union-player"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Ramis"}, "birth": {"tzo": "+00:09:21", "date": "1902-03-29 17:00", "place": {"c2": "66", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "date-ut": "1902-03-29 16:50:40"}, "occus": ["rugby-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1978"}, "ids-in-sources": {"a1": "1978"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "66", "COU": "F", "DAY": "29", "LAT": "42N42", "LON": "2E55", "MON": "3", "NUM": "1978", "PRO": "C", "SEC": "40", "YEA": "1902", "CITY": "PERPIGNAN"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1902-03-29 17:00"}, "partial-ids": {"ertel": "ES-3430"}}, "raw": {"L": "", "MF": "", "NR": "3430", "ENG": "", "MA_": "0", "G_NR": "1978", "MA12": "6", "MARS": "17", "NAME": "Ramis", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-7,100", "CSINR": "", "KURTZ": "", "PHAS_": "79,200", "STUND": "17,00", "CFEPNR": "936", "EXTEND": "", "NATION": "FRA", "TAGMON": "29.03.", "ZITATE": "DO", "ZITSUM": "2", "INDGRUP": "G", "PARA_NR": "360", "VORNAME": "Roger", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "29.03.1902", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "RUGB", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1902-03-29 17:00", "place": {"c3": ""}, "date-ut": "1902-03-29 16:51"}, "occus": ["rugby-union-player"], "ids-in-sources": {"cfepp-final3": "936"}}, "raw": {"S": "6", "LT": "17 00", "LV": "I3", "TR": "f", "UT": "16 51", "LAT": "+42.70", "SRC": "ALG", "LONG": "-02.89", "NAME": "RAMIS Roger", "SPORT": "Rugby Union", "LOC_DATE": "1902 03 29", "UNIV_DATE": "1902 03 29", "BIRTH_PLACE": "PERPIGNAN", "POSTAL_CODE": "66020 CEDEX"}, "date": "2023-08-20T14:46:15+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-413"}, "ids-in-source": {"g55": "03-413"}}, "raw": {"DAY": "29-3-1902", "HOUR": "17 h.", "NAME": "RAMIS Roger", "PLACE": "Perpignan (Pyrénées-Orientales)."}, "date": "2023-08-20T14:48:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
2027	busnel-amador-1904-12-19	{"a1": "2029", "g55": "03-427", "3a_sports": "745"}	{"g55": "03-427", "ertel": "ES-745", "lerrcp": "A1-2029"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amador", "family": "Busnel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1904-12-19 16:30", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.07808, "lat": 47.25931, "name": "Saumur", "geoid": 2975758}, "notime": null, "date-ut": "1904-12-19 16:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["equestrian"]	5	null	[{"new": {"name": {"given": "Amador", "family": "Busnel"}, "birth": {"tzo": "+00:09:21", "date": "1904-12-19 16:30", "place": {"c2": "49", "cy": "FR", "lg": -0.07808, "lat": 47.25931, "name": "Saumur", "geoid": 2975758}, "date-ut": "1904-12-19 16:20:40"}, "occus": ["equestrian"], "trust": 5, "partial_ids": {"lerrcp": "A1-2029"}, "ids-in-sources": {"a1": "2029"}}, "raw": {"H": "16", "MN": "20", "TZ": "0", "COD": "49", "COU": "F", "DAY": "19", "LAT": "47N28", "LON": "0W32", "MON": "12", "NUM": "2029", "PRO": "C", "SEC": "40", "YEA": "1904", "CITY": "SAUMUR"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1904-12-19 16:30"}, "partial-ids": {"ertel": "ES-745"}}, "raw": {"L": "", "MF": "", "NR": "745", "ENG": "", "MA_": "0", "G_NR": "2029", "MA12": "8", "MARS": "24", "NAME": "Busnel", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,500", "CSINR": "", "KURTZ": "", "PHAS_": "85,200", "STUND": "16,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "19.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Amador (de)", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "19.12.1904", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "HORS", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-427"}, "ids-in-source": {"g55": "03-427"}}, "raw": {"DAY": "19-12-1904", "HOUR": "16 h. 30", "NAME": "BUSNEL (de) Amador", "PLACE": "Saumur (Maine-et-Loire)."}, "date": "2023-08-20T14:48:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1730	brassart-yvonne-1904-03-01	{"a1": "1731", "g55": "03-434", "3a_sports": "653", "cfepp-final3": "1097"}	{"g55": "03-434", "cfepp": "CF-1097", "ertel": "ES-653", "lerrcp": "A1-1731"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yvonne", "family": "Brassart", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:09:21", "date": "1904-03-01 18:50", "note": null, "place": {"c1": null, "c2": "92", "c3": "", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1904-03-01 18:41"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["field-hockey-player"]	5	null	[{"new": {"name": {"given": "Yvonne", "family": "Brassart"}, "birth": {"tzo": "+00:09:21", "date": "1904-03-01 06:50", "place": {"c2": "92", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1904-03-01 06:40:40"}, "occus": ["field-hockey-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-1731"}, "ids-in-sources": {"a1": "1731"}}, "raw": {"H": "6", "MN": "40", "TZ": "0", "COD": "92", "COU": "F", "DAY": "1", "LAT": "48N50", "LON": "2E11", "MON": "3", "NUM": "1731", "PRO": "C", "SEC": "40", "YEA": "1904", "CITY": "NEUILLY-S-SEINE"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "F", "birth": {"date": "1904-03-01 06:50"}, "partial-ids": {"ertel": "ES-653"}}, "raw": {"L": "", "MF": "F", "NR": "653", "ENG": "0", "MA_": "2", "G_NR": "1731", "MA12": "12", "MARS": "36", "NAME": "Brassart", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "4,800", "CSINR": "", "KURTZ": "", "PHAS_": "98,000", "STUND": "6,83", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "01.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "G", "PARA_NR": "", "VORNAME": "Yvonne", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "01.03.1904", "GQBECORR": "a", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "HOCK", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:58+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"slug": "brassart-yvonne-1904-03-01", "birth": {"date": "1904-03-01 18:50", "place": {"c3": ""}, "date-ut": "1904-03-01 18:41"}, "occus": ["field-hockey-player"], "ids-in-sources": {"cfepp-final3": "1097"}}, "raw": {"S": "6", "LT": "18 50", "LV": "9", "TR": "f", "UT": "18 41", "LAT": "+48.89", "SRC": "AG  I", "LONG": "-02.27", "NAME": "BRASSART-PRINGAULT Yvonne", "SPORT": "Field Hockey", "LOC_DATE": "1904 03 01", "UNIV_DATE": "1904 03 01", "BIRTH_PLACE": "NEUILLY SUR SEINE", "POSTAL_CODE": "92200"}, "date": "2023-08-20T14:46:18+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-434"}, "ids-in-source": {"g55": "03-434"}}, "raw": {"DAY": "1-3-1904", "HOUR": "6 h. 50", "NAME": "BRASSART Yvonne", "PLACE": "Neuilly-sur-Seine (Seine)."}, "date": "2023-08-20T14:48:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1760	casteur-odette-1927-11-11	{"a1": "1761", "g55": "03-435", "3a_sports": "894", "cfepp-final3": "682"}	{"g55": "03-435", "cfepp": "CF-682", "ertel": "ES-894", "lerrcp": "A1-1761"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Odette", "family": "Casteur", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:00", "date": "1927-11-11 22:53", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "notime": null, "date-ut": "1927-11-11 22:53"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["swimmer"]	5	null	[{"new": {"name": {"given": "Odette", "family": "Casteur"}, "birth": {"tzo": "+00:00", "date": "1927-11-11 22:53", "place": {"c2": "59", "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "date-ut": "1927-11-11 22:53"}, "occus": ["swimmer"], "trust": 5, "partial_ids": {"lerrcp": "A1-1761"}, "ids-in-sources": {"a1": "1761"}}, "raw": {"H": "22", "MN": "53", "TZ": "0", "COD": "59", "COU": "F", "DAY": "11", "LAT": "50N39", "LON": "3E 5", "MON": "11", "NUM": "1761", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "TOURCOING"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "F", "birth": {"date": "1927-11-11 22:53"}, "partial-ids": {"ertel": "ES-894"}}, "raw": {"L": "", "MF": "F", "NR": "894", "ENG": "", "MA_": "1", "G_NR": "1761", "MA12": "9", "MARS": "27", "NAME": "Casteur", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-3,600", "CSINR": "", "KURTZ": "", "PHAS_": "95,600", "STUND": "22,88", "CFEPNR": "682", "EXTEND": "", "NATION": "FRA", "TAGMON": "11.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Odette", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "11.11.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SWIM", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1927-11-11 22:53", "place": {"c3": ""}, "date-ut": "1927-11-11 22:53"}, "occus": ["swimmer"], "ids-in-sources": {"cfepp-final3": "682"}}, "raw": {"S": "9", "LT": "22 53", "LV": "FI", "TR": "f", "UT": "22 53", "LAT": "+50.72", "SRC": "AG", "LONG": "-03.16", "NAME": "CASTEUR Odette", "SPORT": "Swimming", "LOC_DATE": "1927 11 11", "UNIV_DATE": "1927 11 11", "BIRTH_PLACE": "TOURCOING", "POSTAL_CODE": "59208 CEDEX"}, "date": "2023-08-20T14:46:10+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-435"}, "ids-in-source": {"g55": "03-435"}}, "raw": {"DAY": "11-11-1927", "HOUR": "23 h. 53", "NAME": "CASTEUR Odette", "PLACE": "Tourcoing (Nord)."}, "date": "2023-08-20T14:48:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
1709	vogelbacher-jeanette-1922-02-02	{"a1": "1710", "g55": "03-441", "3a_sports": "4275", "cfepp-final3": "602"}	{"g55": "03-441", "cfepp": "CF-602", "ertel": "ES-4275", "lerrcp": "A1-1710"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jeanette", "family": "Vogelbacher", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:00", "date": "1922-02-02 03:30", "note": null, "place": {"c1": null, "c2": "90", "c3": "", "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "notime": null, "date-ut": "1922-02-02 03:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["gymnast"]	5	null	[{"new": {"name": {"given": "Jeanette", "family": "Vogelbacher"}, "birth": {"tzo": "+00:00", "date": "1922-02-02 03:30", "place": {"c2": "90", "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "date-ut": "1922-02-02 03:30"}, "occus": ["gymnast"], "trust": 5, "partial_ids": {"lerrcp": "A1-1710"}, "ids-in-sources": {"a1": "1710"}}, "raw": {"H": "3", "MN": "30", "TZ": "0", "COD": "90", "COU": "F", "DAY": "2", "LAT": "47N38", "LON": "6E52", "MON": "2", "NUM": "1710", "PRO": "C", "SEC": "0", "YEA": "1922", "CITY": "BELFORT"}, "date": "2023-08-20T14:43:09+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "F", "birth": {"date": "1922-02-02 03:30"}, "partial-ids": {"ertel": "ES-4275"}}, "raw": {"L": "", "MF": "F", "NR": "4275", "ENG": "", "MA_": "1", "G_NR": "1710", "MA12": "2", "MARS": "4", "NAME": "Vogelbacher", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,100", "CSINR": "", "KURTZ": "", "PHAS_": "20,900", "STUND": "3,50", "CFEPNR": "602", "EXTEND": "", "NATION": "FRA", "TAGMON": "02.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jeanette", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "02.02.1922", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "GYMN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:45+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1922-02-02 03:30", "place": {"c3": ""}, "date-ut": "1922-02-02 03:30"}, "occus": ["gymnast"], "ids-in-sources": {"cfepp-final3": "602"}}, "raw": {"S": "2", "LT": "03 30", "LV": "FI", "TR": "f", "UT": "03 30", "LAT": "+47.64", "SRC": "AG", "LONG": "-06.86", "NAME": "VOGELBACHER Jeannette", "SPORT": "Gymnastics", "LOC_DATE": "1922 02 02", "UNIV_DATE": "1922 02 02", "BIRTH_PLACE": "BELFORT", "POSTAL_CODE": "90020 CEDEX"}, "date": "2023-08-20T14:46:07+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-441"}, "ids-in-source": {"g55": "03-441"}}, "raw": {"DAY": "2-2-1922", "HOUR": "3 h. 30", "NAME": "VOGELBACHER Jeannette", "PLACE": "Belfort (Territoire de B.)."}, "date": "2023-08-20T14:48:16+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
2071	rodel-raymond-1895-05-05	{"a1": "2073", "g55": "03-459", "3a_sports": "3535"}	{"g55": "03-459", "ertel": "ES-3535", "lerrcp": "A1-2073"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Rodel", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1895-05-05 06:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1895-05-05 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["tennis-player"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Rodel"}, "birth": {"tzo": "+00:09:21", "date": "1895-05-05 06:00", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1895-05-05 05:50:40"}, "occus": ["tennis-player"], "trust": 5, "partial_ids": {"lerrcp": "A1-2073"}, "ids-in-sources": {"a1": "2073"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "33", "COU": "F", "DAY": "5", "LAT": "44N50", "LON": "0W34", "MON": "5", "NUM": "2073", "PRO": "C", "SEC": "40", "YEA": "1895", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1895-05-05 06:00"}, "partial-ids": {"ertel": "ES-3535"}}, "raw": {"L": "", "MF": "", "NR": "3535", "ENG": "", "MA_": "0", "G_NR": "2073", "MA12": "11", "MARS": "32", "NAME": "Rodel", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,900", "CSINR": "", "KURTZ": "", "PHAS_": "80,600", "STUND": "6,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Raymond", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "05.05.1895", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "TENN", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:36+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-459"}, "ids-in-source": {"g55": "03-459"}}, "raw": {"DAY": "5-5-1895", "HOUR": "6 h.", "NAME": "RODEL Raymond", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:48:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
2075	coquelin-lisle-pierre-1900-07-19	{"a1": "2077", "g55": "03-462", "3a_sports": "1096", "cfepp-final3": "1049"}	{"g55": "03-462", "cfepp": "CF-1049", "cpara": "CP-129", "ertel": "ES-1096", "lerrcp": "A1-2077"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Coquelin Lisle", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1900-07-19 23:00", "note": null, "place": {"c1": null, "c2": "59", "c3": "", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1900-07-19 22:51"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["sport-shooter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Coquelin Lisle"}, "birth": {"tzo": "+00:09:21", "date": "1900-07-19 23:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1900-07-19 22:50:40"}, "occus": ["sport-shooter"], "trust": 5, "partial_ids": {"lerrcp": "A1-2077"}, "ids-in-sources": {"a1": "2077"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "59", "COU": "F", "DAY": "19", "LAT": "50N39", "LON": "3E 5", "MON": "7", "NUM": "2077", "PRO": "C", "SEC": "40", "YEA": "1900", "CITY": "LILLE"}, "date": "2023-08-20T14:43:10+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1900-07-19 23:00"}, "partial-ids": {"ertel": "ES-1096"}}, "raw": {"L": "", "MF": "", "NR": "1096", "ENG": "", "MA_": "0", "G_NR": "2077", "MA12": "11", "MARS": "32", "NAME": "Coquelin de Lisle", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,30", "CSINR": "", "KURTZ": "", "PHAS_": "52,800", "STUND": "23,00", "CFEPNR": "1049", "EXTEND": "", "NATION": "FRA", "TAGMON": "19.07.", "ZITATE": "DK", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "129", "VORNAME": "Pierre", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "19.07.1900", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "SHOO", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"date": "1900-07-19 23:00", "place": {"c3": ""}, "date-ut": "1900-07-19 22:51"}, "occus": ["sport-shooter"], "ids-in-sources": {"cfepp-final3": "1049"}}, "raw": {"S": "11", "LT": "23 00", "LV": "M", "TR": "f", "UT": "22 51", "LAT": "+50.63", "SRC": "ALG", "LONG": "-03.06", "NAME": "COQUELIN DE LISLE Henri", "SPORT": "Shooting", "LOC_DATE": "1900 07 19", "UNIV_DATE": "1900 07 19", "BIRTH_PLACE": "LILLE", "POSTAL_CODE": "59033 CEDEX"}, "date": "2023-08-20T14:46:17+02:00", "source": "cfepp-final3", "command": "cfepp final3 tmp2db"}, {"new": {"partial-ids": {"g55": "03-462"}, "ids-in-source": {"g55": "03-462"}}, "raw": {"DAY": "19-7-1900", "HOUR": "23 h.", "NAME": "COQUELIN de LISLE Pierre", "PLACE": "Lille (Nord)."}, "date": "2023-08-20T14:48:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
573	beaumais-marcel-1929-01-20	{"a1": "573", "g55": "03-477", "3a_sports": "299"}	{"g55": "03-477", "ertel": "ES-299", "lerrcp": "A1-573"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Beaumais", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1929-01-20 16:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.36667, "lat": 49.18333, "name": "Equemanville", "geoid": 0}, "notime": null, "date-ut": "1929-01-20 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Beaumais"}, "birth": {"tzo": "+00:00", "date": "1929-01-20 08:00", "place": {"c2": "14", "cy": "FR", "lg": -0.36667, "lat": 49.18333, "name": "Equemanville", "geoid": 0}, "date-ut": "1929-01-20 08:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-573"}, "ids-in-sources": {"a1": "573"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "14", "COU": "F", "DAY": "20", "LAT": "49N11", "LON": "0W22", "MON": "1", "NUM": "573", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "EQUEMANVILLE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-01-20 16:00"}, "partial-ids": {"ertel": "ES-299"}}, "raw": {"L": "", "MF": "", "NR": "299", "ENG": "", "MA_": "0", "G_NR": "574", "MA12": "8", "MARS": "24", "NAME": "Beaumais", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "11,000", "CSINR": "", "KURTZ": "", "PHAS_": "65,200", "STUND": "16,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Marcel", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "20.01.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:53+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Equemanville"}}, "partial-ids": {"g55": "03-477"}, "ids-in-source": {"g55": "03-477"}}, "raw": {"DAY": "20-1-1929", "HOUR": "8 h.", "NAME": "BEAUMAIS Marcel", "PLACE": "Equemanville (Calvados)."}, "date": "2023-08-20T14:48:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
575	bini-dante-1927-07-23	{"a1": "575", "g55": "03-479", "3a_sports": "447"}	{"g55": "03-479", "ertel": "ES-447", "lerrcp": "A1-575"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dante", "family": "Bini", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1927-07-23 10:00", "note": null, "place": {"c1": null, "c2": "95", "c3": null, "cy": "FR", "lg": 2.2128, "lat": 48.92426, "name": "Bezons", "geoid": 3032824}, "notime": null, "date-ut": "1927-07-23 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Dante", "family": "Bini"}, "birth": {"tzo": "+01:00", "date": "1927-07-23 10:00", "place": {"c2": "95", "cy": "FR", "lg": 2.2128, "lat": 48.92426, "name": "Bezons", "geoid": 3032824}, "date-ut": "1927-07-23 09:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-575"}, "ids-in-sources": {"a1": "575"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "95", "COU": "F", "DAY": "23", "LAT": "49N 0", "LON": "2E 0", "MON": "7", "NUM": "575", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "BEZONS"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-07-23 10:00"}, "partial-ids": {"ertel": "ES-447"}}, "raw": {"L": "", "MF": "", "NR": "447", "ENG": "1", "MA_": "2", "G_NR": "575", "MA12": "1", "MARS": "3", "NAME": "Bini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,20", "CSINR": "", "KURTZ": "", "PHAS_": "34,500", "STUND": "10,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "23.07.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Dante", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "23.07.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:44:55+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-479"}, "ids-in-source": {"g55": "03-479"}}, "raw": {"DAY": "23-7-1927", "HOUR": "10 h.", "NAME": "BINI Dante", "PLACE": "Bezons (Seine)."}, "date": "2023-08-20T14:48:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
580	busata-roger-1930-11-22	{"a1": "580", "g55": "03-484", "3a_sports": "740"}	{"g55": "03-484", "ertel": "ES-740", "lerrcp": "A1-580"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Busata", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1930-11-22 11:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Cherbourg", "geoid": 0}, "notime": null, "date-ut": "1930-11-22 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Busata"}, "birth": {"tzo": "+00:00", "date": "1930-11-22 11:00", "place": {"c2": "50", "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Cherbourg", "geoid": 0}, "date-ut": "1930-11-22 11:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-580"}, "ids-in-sources": {"a1": "580"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "50", "COU": "F", "DAY": "22", "LAT": "49N 7", "LON": "1W 5", "MON": "11", "NUM": "580", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "CHERBOURG"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-11-22 11:00"}, "partial-ids": {"ertel": "ES-740"}}, "raw": {"L": "", "MF": "", "NR": "740", "ENG": "", "MA_": "0", "G_NR": "580", "MA12": "6", "MARS": "17", "NAME": "Busata", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,500", "CSINR": "", "KURTZ": "", "PHAS_": "3,000", "STUND": "11,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.11.", "ZITATE": "X", "ZITSUM": "1", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Roger", "ZITRANG": "2", "GAUQ1955": "+", "GEBDATUM": "22.11.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:44:59+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Cherbourg"}}, "partial-ids": {"g55": "03-484"}, "ids-in-source": {"g55": "03-484"}}, "raw": {"DAY": "22-11-1930", "HOUR": "11 h.", "NAME": "BUSATA Roger", "PLACE": "Cherbourg (Manche)."}, "date": "2023-08-20T14:48:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
583	celestin-bernard-1925-02-22	{"a1": "583", "g55": "03-486", "3a_sports": "934"}	{"g55": "03-486", "ertel": "ES-934", "lerrcp": "A1-583"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Celestin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1925-02-22 20:00", "note": null, "place": {"c1": null, "c2": "05", "c3": null, "cy": "FR", "lg": 6.07868, "lat": 44.55858, "name": "Gap", "geoid": 3016702}, "notime": null, "date-ut": "1925-02-22 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Celestin"}, "birth": {"tzo": "+00:00", "date": "1925-02-22 20:00", "place": {"c2": "05", "cy": "FR", "lg": 6.07868, "lat": 44.55858, "name": "Gap", "geoid": 3016702}, "date-ut": "1925-02-22 20:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-583"}, "ids-in-sources": {"a1": "583"}}, "raw": {"H": "20", "MN": "0", "TZ": "0", "COD": "05", "COU": "F", "DAY": "22", "LAT": "44N33", "LON": "6E 0", "MON": "2", "NUM": "583", "PRO": "C", "SEC": "0", "YEA": "1925", "CITY": "GAP"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1925-02-22 20:00"}, "partial-ids": {"ertel": "ES-934"}}, "raw": {"L": "", "MF": "", "NR": "934", "ENG": "", "MA_": "0", "G_NR": "583", "MA12": "5", "MARS": "15", "NAME": "Celestini", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-4,400", "CSINR": "", "KURTZ": "", "PHAS_": "1,700", "STUND": "20,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "22.02.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Bernard", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "22.02.1925", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:01+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-486"}, "ids-in-source": {"g55": "03-486"}}, "raw": {"DAY": "22-2-1925", "HOUR": "20 h.", "NAME": "CELESTINI Bernard", "PLACE": "Gap (Hautes-Alpes)."}, "date": "2023-08-20T14:48:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
591	cohen-robert-1930-11-15	{"a1": "591", "g55": "03-492", "3a_sports": "1047"}	{"g55": "03-492", "cpara": "CP-123", "ertel": "ES-1047", "lerrcp": "A1-591"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Cohen", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1930-11-15 21:00", "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 7.75, "lat": 37, "name": "Bône", "geoid": 0}, "notime": null, "date-ut": "1930-11-15 21:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Cohen"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 7.75, "lat": 37, "name": "BONE", "geoid": 0}, "date-ut": "1930-11-15 21:00:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-591"}, "ids-in-sources": {"a1": "591"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "15", "LAT": "37N 0", "LON": "7E45", "MON": "11", "NUM": "591", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "BONE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-11-15 21:00"}, "partial-ids": {"ertel": "ES-1047"}}, "raw": {"L": "", "MF": "", "NR": "1047", "ENG": "", "MA_": "1", "G_NR": "591", "MA12": "12", "MARS": "35", "NAME": "Cohen", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-11,20", "CSINR": "", "KURTZ": "", "PHAS_": "33,400", "STUND": "21,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "15.11.", "ZITATE": "DR", "ZITSUM": "2", "INDGRUP": "I", "PARA_NR": "123", "VORNAME": "Robert", "ZITRANG": "3", "GAUQ1955": "+", "GEBDATUM": "15.11.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "1"}, "date": "2023-08-20T14:45:03+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Bône"}}, "partial-ids": {"g55": "03-492"}, "ids-in-source": {"g55": "03-492"}}, "raw": {"DAY": "15-11-1930", "HOUR": "21 h.", "NAME": "COHEN Robert", "PLACE": "Bône (Algérie)."}, "date": "2023-08-20T14:48:17+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
609	garcia-robert-1929-01-13	{"a1": "609", "g55": "03-501", "3a_sports": "1784"}	{"g55": "03-501", "ertel": "ES-1784", "lerrcp": "A1-609"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Garcia", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": null, "date": "1929-01-13 19:30", "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 1.31699, "lat": 35.37103, "name": "Tiaret", "geoid": 2476897}, "notime": null, "date-ut": "1929-01-13 19:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Garcia"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 1.31699, "lat": 35.37103, "name": "Tiaret", "geoid": 2476897}, "date-ut": "1929-01-13 19:30:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-609"}, "ids-in-sources": {"a1": "609"}}, "raw": {"H": "19", "MN": "30", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "13", "LAT": "35N40", "LON": "0W30", "MON": "1", "NUM": "609", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "TIARET"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-01-13 19:30"}, "partial-ids": {"ertel": "ES-1784"}}, "raw": {"L": "", "MF": "", "NR": "1784", "ENG": "", "MA_": "0", "G_NR": "609", "MA12": "3", "MARS": "7", "NAME": "Garcia", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "2,800", "CSINR": "", "KURTZ": "", "PHAS_": "3,900", "STUND": "19,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "13.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "13.01.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-501"}, "ids-in-source": {"g55": "03-501"}}, "raw": {"DAY": "13-1-1929", "HOUR": "19 h. 30", "NAME": "GARCIA Robert", "PLACE": "Tiaret (Oranie)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
610	gheerardyn-jean-1931-03-05	{"a1": "610", "g55": "03-502", "3a_sports": "1840"}	{"g55": "03-502", "ertel": "ES-1840", "lerrcp": "A1-610"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Gheerardyn", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1931-03-05 02:30", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 2.40486, "lat": 51.04202, "name": "Rosendaël", "geoid": 2982797}, "notime": null, "date-ut": "1931-03-05 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Gheerardyn"}, "birth": {"tzo": "+00:00", "date": "1931-03-05 02:30", "place": {"c2": "59", "cy": "FR", "lg": 2.40486, "lat": 51.04202, "name": "Rosendaël", "geoid": 2982797}, "date-ut": "1931-03-05 02:30"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-610"}, "ids-in-sources": {"a1": "610"}}, "raw": {"H": "2", "MN": "30", "TZ": "0", "COD": "59", "COU": "F", "DAY": "5", "LAT": "50N39", "LON": "3E 5", "MON": "3", "NUM": "610", "PRO": "C", "SEC": "0", "YEA": "1931", "CITY": "ROSENDAEL"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1931-03-05 02:30"}, "partial-ids": {"ertel": "ES-1840"}}, "raw": {"L": "", "MF": "", "NR": "1840", "ENG": "", "MA_": "0", "G_NR": "610", "MA12": "6", "MARS": "16", "NAME": "Gheerardyn", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,100", "CSINR": "", "KURTZ": "", "PHAS_": "99,500", "STUND": "2,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "05.03.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "05.03.1931", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:14+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-502"}, "ids-in-source": {"g55": "03-502"}}, "raw": {"DAY": "5-3-1931", "HOUR": "2 h. 30", "NAME": "GHEERARDYN Jean", "PLACE": "Rosendaël (Nord)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
620	herbillon-jacques-1928-06-18	{"a1": "620", "g55": "03-511", "3a_sports": "2107"}	{"g55": "03-511", "ertel": "ES-2107", "lerrcp": "A1-620"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Herbillon", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1928-06-18 10:30", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 3.77107, "lat": 49.3306, "name": "Romain", "geoid": 2983036}, "notime": null, "date-ut": "1928-06-18 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Herbillon"}, "birth": {"tzo": "+01:00", "date": "1928-06-18 10:30", "place": {"c2": "51", "cy": "FR", "lg": 3.77107, "lat": 49.3306, "name": "Romain", "geoid": 2983036}, "date-ut": "1928-06-18 09:30"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-620"}, "ids-in-sources": {"a1": "620"}}, "raw": {"H": "9", "MN": "30", "TZ": "0", "COD": "51", "COU": "F", "DAY": "18", "LAT": "48N57", "LON": "4E22", "MON": "6", "NUM": "620", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "ROMAIN"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-06-18 10:30"}, "partial-ids": {"ertel": "ES-2107"}}, "raw": {"L": "", "MF": "", "NR": "2107", "ENG": "1", "MA_": "2", "G_NR": "620", "MA12": "4", "MARS": "12", "NAME": "Herbillon", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-1,000", "CSINR": "", "KURTZ": "", "PHAS_": "0,100", "STUND": "10,50", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "18.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "18.06.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:18+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-511"}, "ids-in-source": {"g55": "03-511"}}, "raw": {"DAY": "18-6-1928", "HOUR": "10 h. 30", "NAME": "HERBILLON Jacques", "PLACE": "Romain (Marne)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
628	labalette-jean-1927-05-08	{"a1": "628", "g55": "03-516", "3a_sports": "2302"}	{"g55": "03-516", "ertel": "ES-2302", "lerrcp": "A1-628"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Labalette", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1927-05-08 01:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.65808, "lat": 50.02314, "name": "Aveluy", "geoid": 3035741}, "notime": null, "date-ut": "1927-05-08 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Labalette"}, "birth": {"tzo": "+01:00", "date": "1927-05-08 01:00", "place": {"c2": "80", "cy": "FR", "lg": 2.65808, "lat": 50.02314, "name": "Aveluy", "geoid": 3035741}, "date-ut": "1927-05-08 00:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-628"}, "ids-in-sources": {"a1": "628"}}, "raw": {"H": "0", "MN": "0", "TZ": "0", "COD": "80", "COU": "F", "DAY": "8", "LAT": "49N54", "LON": "2E18", "MON": "5", "NUM": "628", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "AVELUY"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-05-08 01:00"}, "partial-ids": {"ertel": "ES-2302"}}, "raw": {"L": "", "MF": "", "NR": "2302", "ENG": "", "MA_": "1", "G_NR": "628", "MA12": "7", "MARS": "19", "NAME": "Labalette", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "9,800", "CSINR": "", "KURTZ": "", "PHAS_": "43,700", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jean", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "08.05.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:20+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-516"}, "ids-in-source": {"g55": "03-516"}}, "raw": {"DAY": "8-5-1927", "HOUR": "1 h.", "NAME": "LABALETTE Jean", "PLACE": "Aveluy (Somme)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
637	lawniczak-cesar-1928-05-27	{"a1": "637", "g55": "03-524", "3a_sports": "2390"}	{"g55": "03-524", "ertel": "ES-2390", "lerrcp": "A1-637"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "César", "family": "Lawniczak", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1928-05-27 07:30", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.37107, "lat": 46.64107, "name": "Saint-Vallier", "geoid": 2976697}, "notime": null, "date-ut": "1928-05-27 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "César", "family": "Lawniczak"}, "birth": {"tzo": "+01:00", "date": "1928-05-27 07:30", "place": {"c2": "71", "cy": "FR", "lg": 4.37107, "lat": 46.64107, "name": "Saint-Vallier", "geoid": 2976697}, "date-ut": "1928-05-27 06:30"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-637"}, "ids-in-sources": {"a1": "637"}}, "raw": {"H": "6", "MN": "30", "TZ": "0", "COD": "71", "COU": "F", "DAY": "27", "LAT": "46N18", "LON": "4E50", "MON": "5", "NUM": "637", "PRO": "C", "SEC": "0", "YEA": "1928", "CITY": "ST-VALLIER"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1928-05-27 07:30"}, "partial-ids": {"ertel": "ES-2390"}}, "raw": {"L": "", "MF": "", "NR": "2390", "ENG": "", "MA_": "0", "G_NR": "637", "MA12": "3", "MARS": "8", "NAME": "Lawniczak", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,200", "CSINR": "", "KURTZ": "", "PHAS_": "56,400", "STUND": "7,50", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "27.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "César", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "27.05.1928", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-524"}, "ids-in-source": {"g55": "03-524"}}, "raw": {"DAY": "27-5-1928", "HOUR": "7 h. 30", "NAME": "LAWNICZAK César", "PLACE": "Saint-Vallier (Saône-et-Loire)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
638	leborgne-yves-1929-01-08	{"a1": "638", "g55": "03-525", "3a_sports": "2414"}	{"g55": "03-525", "ertel": "ES-2414", "lerrcp": "A1-638"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Leborgne", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1929-01-08 21:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -3.15289, "lat": 48.56259, "name": "Guingamp", "geoid": 3014221}, "notime": null, "date-ut": "1929-01-08 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Leborgne"}, "birth": {"tzo": "+00:00", "date": "1929-01-08 21:00", "place": {"c2": "22", "cy": "FR", "lg": -3.15289, "lat": 48.56259, "name": "Guingamp", "geoid": 3014221}, "date-ut": "1929-01-08 21:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-638"}, "ids-in-sources": {"a1": "638"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "22", "COU": "F", "DAY": "8", "LAT": "48N31", "LON": "2W45", "MON": "1", "NUM": "638", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "GUINGAMP"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-01-08 21:00"}, "partial-ids": {"ertel": "ES-2414"}}, "raw": {"L": "", "MF": "", "NR": "2414", "ENG": "", "MA_": "0", "G_NR": "638", "MA12": "3", "MARS": "8", "NAME": "Leborgne", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,800", "CSINR": "", "KURTZ": "", "PHAS_": "8,100", "STUND": "21,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Yves", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "08.01.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:22+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-525"}, "ids-in-source": {"g55": "03-525"}}, "raw": {"DAY": "8-1-1929", "HOUR": "21 h.", "NAME": "LEBORGNE Yves", "PLACE": "Guingamp (Côtes-du-Nord)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
645	marostegan-bruno-1926-08-03	{"a1": "645", "g55": "03-530", "3a_sports": "2688"}	{"g55": "03-530", "ertel": "ES-2688", "lerrcp": "A1-645"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bruno", "family": "Marostegan", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1926-08-03 17:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1926-08-03 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Bruno", "family": "Marostegan"}, "birth": {"tzo": "+01:00", "date": "1926-08-03 17:00", "place": {"c2": "25", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1926-08-03 16:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-645"}, "ids-in-sources": {"a1": "645"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "25", "COU": "F", "DAY": "3", "LAT": "47N15", "LON": "6E 2", "MON": "8", "NUM": "645", "PRO": "C", "SEC": "0", "YEA": "1926", "CITY": "BESANCON"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1926-08-03 17:00"}, "partial-ids": {"ertel": "ES-2688"}}, "raw": {"L": "", "MF": "", "NR": "2688", "ENG": "", "MA_": "1", "G_NR": "645", "MA12": "9", "MARS": "26", "NAME": "Marostegan", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-9,900", "CSINR": "", "KURTZ": "", "PHAS_": "27,500", "STUND": "17,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "03.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Bruno", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "03.08.1926", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:25+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-530"}, "ids-in-source": {"g55": "03-530"}}, "raw": {"DAY": "3-8-1926", "HOUR": "17 h.", "NAME": "MAROSTEGAN Bruno", "PLACE": "Besançon (Doubs)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
653	meulenbroucq-gaston-1927-11-19	{"a1": "653", "g55": "03-536", "3a_sports": "2837"}	{"g55": "03-536", "ertel": "ES-2837", "lerrcp": "A1-653"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Meulenbroucq", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1927-11-19 01:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.86174, "lat": 50.41749, "name": "Sallaumines", "geoid": 2976404}, "notime": null, "date-ut": "1927-11-19 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Meulenbroucq"}, "birth": {"tzo": "+00:00", "date": "1927-11-19 01:00", "place": {"c2": "62", "cy": "FR", "lg": 2.86174, "lat": 50.41749, "name": "Sallaumines", "geoid": 2976404}, "date-ut": "1927-11-19 01:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-653"}, "ids-in-sources": {"a1": "653"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "62", "COU": "F", "DAY": "19", "LAT": "50N18", "LON": "2E46", "MON": "11", "NUM": "653", "PRO": "C", "SEC": "0", "YEA": "1927", "CITY": "SALLAUMINES"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1927-11-19 01:00"}, "partial-ids": {"ertel": "ES-2837"}}, "raw": {"L": "", "MF": "", "NR": "2837", "ENG": "", "MA_": "1", "G_NR": "653", "MA12": "10", "MARS": "30", "NAME": "Meulenbroucq", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-8,700", "CSINR": "", "KURTZ": "", "PHAS_": "24,400", "STUND": "1,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "19.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Gaston", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "19.11.1927", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:27+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-536"}, "ids-in-source": {"g55": "03-536"}}, "raw": {"DAY": "19-11-1927", "HOUR": "1 h.", "NAME": "MEULENBROUCQ Gaston", "PLACE": "Sallaumines (Pas-de-C.)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
656	milcent-robert-1929-05-27	{"a1": "656", "g55": "03-539", "3a_sports": "2869"}	{"g55": "03-539", "ertel": "ES-2869", "lerrcp": "A1-656"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Milcent", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1929-05-27 18:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.06145, "lat": 49.27836, "name": "Haramont", "geoid": 3013964}, "notime": null, "date-ut": "1929-05-27 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Milcent"}, "birth": {"tzo": "+01:00", "date": "1929-05-27 18:00", "place": {"c2": "02", "cy": "FR", "lg": 3.06145, "lat": 49.27836, "name": "Haramont", "geoid": 3013964}, "date-ut": "1929-05-27 17:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-656"}, "ids-in-sources": {"a1": "656"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "02", "COU": "F", "DAY": "27", "LAT": "49N34", "LON": "3E37", "MON": "5", "NUM": "656", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "HARAMONT"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-05-27 18:00"}, "partial-ids": {"ertel": "ES-2869"}}, "raw": {"L": "", "MF": "", "NR": "2869", "ENG": "1", "MA_": "2", "G_NR": "656", "MA12": "4", "MARS": "11", "NAME": "Milcent", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-5,100", "CSINR": "", "KURTZ": "", "PHAS_": "89,400", "STUND": "18,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "27.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Robert", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "27.05.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:28+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-539"}, "ids-in-source": {"g55": "03-539"}}, "raw": {"DAY": "27-5-1929", "HOUR": "18 h.", "NAME": "MILCENT Robert", "PLACE": "Haramont (Aisne)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
658	navarre-jacques-1930-05-10	{"a1": "658", "g55": "03-540", "3a_sports": "3010"}	{"g55": "03-540", "ertel": "ES-3010", "lerrcp": "A1-658"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Navarre", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1930-05-10 02:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1930-05-10 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Navarre"}, "birth": {"tzo": "+01:00", "date": "1930-05-10 02:00", "place": {"c2": "76", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1930-05-10 01:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-658"}, "ids-in-sources": {"a1": "658"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "76", "COU": "F", "DAY": "10", "LAT": "49N26", "LON": "1E 5", "MON": "5", "NUM": "658", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "LE HAVRE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-05-10 02:00"}, "partial-ids": {"ertel": "ES-3010"}}, "raw": {"L": "", "MF": "", "NR": "3010", "ENG": "", "MA_": "0", "G_NR": "658", "MA12": "11", "MARS": "33", "NAME": "Navarre", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "7,200", "CSINR": "", "KURTZ": "", "PHAS_": "91,500", "STUND": "2,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "10.05.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Jacques", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "10.05.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:29+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-540"}, "ids-in-source": {"g55": "03-540"}}, "raw": {"DAY": "10-5-1930", "HOUR": "2 h.", "NAME": "NAVARRE. Jacques", "PLACE": "Le Havre (Seine-Inférieure)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
660	pasek-stanislas-1924-06-20	{"a1": "660", "g55": "03-542", "3a_sports": "3154"}	{"g55": "03-542", "ertel": "ES-3154", "lerrcp": "A1-660"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stanislas", "family": "Pasek", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1924-06-20 16:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.13016, "lat": 49.75076, "name": "Dury", "geoid": 3020618}, "notime": null, "date-ut": "1924-06-20 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Stanislas", "family": "Pasek"}, "birth": {"tzo": "+01:00", "date": "1924-06-20 16:00", "place": {"c2": "02", "cy": "FR", "lg": 3.13016, "lat": 49.75076, "name": "Dury", "geoid": 3020618}, "date-ut": "1924-06-20 15:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-660"}, "ids-in-sources": {"a1": "660"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "02", "COU": "F", "DAY": "20", "LAT": "49N34", "LON": "3E37", "MON": "6", "NUM": "660", "PRO": "C", "SEC": "0", "YEA": "1924", "CITY": "DURY"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1924-06-20 16:00"}, "partial-ids": {"ertel": "ES-3154"}}, "raw": {"L": "", "MF": "", "NR": "3154", "ENG": "", "MA_": "1", "G_NR": "660", "MA12": "9", "MARS": "26", "NAME": "Pasek", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-6,200", "CSINR": "", "KURTZ": "", "PHAS_": "88,900", "STUND": "16,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "20.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Stanislas", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "20.06.1924", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:31+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-542"}, "ids-in-source": {"g55": "03-542"}}, "raw": {"DAY": "20-6-1924", "HOUR": "16 h.", "NAME": "PASEK Stanislas", "PLACE": "Dury (Aisne)."}, "date": "2023-08-20T14:48:18+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
24367	burkhalter-jean-1895-10-18	{"g55": "06-82"}	{"g55": "06-82"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Burkhalter", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1895-10-18 04:30", "note": null, "place": {"c1": "", "c2": "89", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Auxerre", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Burkhalter", "nobility": ""}, "birth": {"date": "1895-10-18 04:30", "place": {"c1": "", "c2": "89", "c3": "", "cy": "FR", "name": "Auxerre"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-82"}}, "raw": {"DAY": "18-10-1895", "HOUR": "4 h. 30", "NAME": "BURKHALTER Jean", "PLACE": "Auxerre (Yonne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
671	ptak-edouard-1930-11-07	{"a1": "671", "g55": "03-550", "3a_sports": "3395"}	{"g55": "03-550", "ertel": "ES-3395", "lerrcp": "A1-671"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Ptak", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1930-11-07 09:35", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.61955, "lat": 50.45238, "name": "Barlin", "geoid": 3034903}, "notime": null, "date-ut": "1930-11-07 09:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Ptak"}, "birth": {"tzo": "+00:00", "date": "1930-11-07 09:35", "place": {"c2": "62", "cy": "FR", "lg": 2.61955, "lat": 50.45238, "name": "Barlin", "geoid": 3034903}, "date-ut": "1930-11-07 09:35"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-671"}, "ids-in-sources": {"a1": "671"}}, "raw": {"H": "9", "MN": "35", "TZ": "0", "COD": "62", "COU": "F", "DAY": "7", "LAT": "50N18", "LON": "2E46", "MON": "11", "NUM": "671", "PRO": "C", "SEC": "0", "YEA": "1930", "CITY": "BARLIN"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1930-11-07 09:35"}, "partial-ids": {"ertel": "ES-3395"}}, "raw": {"L": "", "MF": "", "NR": "3395", "ENG": "", "MA_": "1", "G_NR": "671", "MA12": "5", "MARS": "14", "NAME": "Ptak", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "-0,200", "CSINR": "", "KURTZ": "", "PHAS_": "99,600", "STUND": "9,58", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "07.11.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Edouard", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "07.11.1930", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:34+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-550"}, "ids-in-source": {"g55": "03-550"}}, "raw": {"DAY": "7-11-1930", "HOUR": "9h. 35", "NAME": "PTAK Edouard", "PLACE": "Barlin (Pas-de-Calais)."}, "date": "2023-08-20T14:48:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
680	sobolack-stanislas-1929-08-08	{"a1": "680", "g55": "03-556", "3a_sports": "3852"}	{"g55": "03-556", "ertel": "ES-3852", "lerrcp": "A1-680"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Stanislas", "family": "Sobolack", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1929-08-08 18:00", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.35387, "lat": 48.93564, "name": "Saint-Denis", "geoid": 2980916}, "notime": null, "date-ut": "1929-08-08 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Stanislas", "family": "Sobolack"}, "birth": {"tzo": "+01:00", "date": "1929-08-08 18:00", "place": {"c2": "93", "cy": "FR", "lg": 2.35387, "lat": 48.93564, "name": "Saint-Denis", "geoid": 2980916}, "date-ut": "1929-08-08 17:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-680"}, "ids-in-sources": {"a1": "680"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "93", "COU": "F", "DAY": "8", "LAT": "48N55", "LON": "2E30", "MON": "8", "NUM": "680", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "ST-DENIS"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-08-08 18:00"}, "partial-ids": {"ertel": "ES-3852"}}, "raw": {"L": "", "MF": "", "NR": "3852", "ENG": "", "MA_": "1", "G_NR": "680", "MA12": "5", "MARS": "13", "NAME": "Sobolack", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "6,100", "CSINR": "", "KURTZ": "", "PHAS_": "11,100", "STUND": "18,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.08.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Stanislas", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "08.08.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:40+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-556"}, "ids-in-source": {"g55": "03-556"}}, "raw": {"DAY": "8-8-1929", "HOUR": "18 h.", "NAME": "SOBOLACK Stanislas", "PLACE": "Saint-Denis (Seine)."}, "date": "2023-08-20T14:48:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
683	strocchio-alfred-1929-06-15	{"a1": "683", "g55": "03-558", "3a_sports": "3922"}	{"g55": "03-558", "ertel": "ES-3922", "lerrcp": "A1-683"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Strocchio", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+01:00", "date": "1929-06-15 16:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1929-06-15 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Strocchio"}, "birth": {"tzo": "+01:00", "date": "1929-06-15 16:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1929-06-15 15:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-683"}, "ids-in-sources": {"a1": "683"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "06", "COU": "F", "DAY": "15", "LAT": "43N42", "LON": "7E16", "MON": "6", "NUM": "683", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "NICE"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-06-15 16:00"}, "partial-ids": {"ertel": "ES-3922"}}, "raw": {"L": "", "MF": "", "NR": "3922", "ENG": "0", "MA_": "2", "G_NR": "683", "MA12": "3", "MARS": "9", "NAME": "Strocchio", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "10,500", "CSINR": "", "KURTZ": "", "PHAS_": "58,300", "STUND": "16,00", "CFEPNR": "", "EXTEND": "1", "NATION": "FRA", "TAGMON": "15.06.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Alfred", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "15.06.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "1", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "03-558"}, "ids-in-source": {"g55": "03-558"}}, "raw": {"DAY": "15-6-1929", "HOUR": "16 h.", "NAME": "STROCCHIO Alfred", "PLACE": "Nice (Alpes-Maritimes)."}, "date": "2023-08-20T14:48:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
684	szyjka-joseph-1929-12-08	{"a1": "684", "g55": "03-559", "3a_sports": "3949"}	{"g55": "03-559", "ertel": "ES-3949", "lerrcp": "A1-684"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Szyjka", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1929-12-08 22:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.38333, "lat": 45.43333, "name": "Chambon-Feugerolles", "geoid": 0}, "notime": null, "date-ut": "1929-12-08 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["boxer"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Szyjka"}, "birth": {"tzo": "+00:00", "date": "1929-12-08 22:00", "place": {"c2": "42", "cy": "FR", "lg": 4.38333, "lat": 45.43333, "name": "Chambon-Feugero", "geoid": 0}, "date-ut": "1929-12-08 22:00"}, "occus": ["boxer"], "trust": 5, "partial_ids": {"lerrcp": "A1-684"}, "ids-in-sources": {"a1": "684"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "42", "COU": "F", "DAY": "8", "LAT": "45N26", "LON": "4E23", "MON": "12", "NUM": "684", "PRO": "C", "SEC": "0", "YEA": "1929", "CITY": "CHAMBON-FEUGERO"}, "date": "2023-08-20T14:43:07+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1929-12-08 22:00"}, "partial-ids": {"ertel": "ES-3949"}}, "raw": {"L": "", "MF": "", "NR": "3949", "ENG": "", "MA_": "1", "G_NR": "684", "MA12": "9", "MARS": "26", "NAME": "Szyjka", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "8,900", "CSINR": "", "KURTZ": "", "PHAS_": "36,700", "STUND": "22,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "08.12.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Joseph", "ZITRANG": "1", "GAUQ1955": "+", "GEBDATUM": "08.12.1929", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "BOXI", "CHRISNAME": "1", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:41+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"birth": {"place": {"name": "Chambon-Feugerolles"}}, "partial-ids": {"g55": "03-559"}, "ids-in-source": {"g55": "03-559"}}, "raw": {"DAY": "8-12-1929", "HOUR": "22 h.", "NAME": "SZYJKA Joseph", "PLACE": "Chambon-Feugerolles (Loire)."}, "date": "2023-08-20T14:48:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 03-570-sportsmen"}]	[]
5729	abaut-michel-1849-10-13	{"a3": "1", "g55": "04-1"}	{"g55": "04-1", "lerrcp": "A3-1"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Abaut", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:36", "date": "1849-10-13 21:56", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.40096, "lat": 44.71097, "name": "Le Tourne", "geoid": 2999135}, "notime": null, "date-ut": "1849-10-13 21:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Abaut"}, "birth": {"tzo": "-00:01:36", "date": "1849-10-13 21:56", "place": {"c2": "33", "cy": "FR", "lg": -0.40096, "lat": 44.71097, "name": "Le Tourne", "geoid": 2999135}, "date-ut": "1849-10-13 21:57:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1"}, "ids-in-sources": {"a3": "1"}}, "raw": {"H": "21", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "13", "LAT": "44N50", "LON": "0W34", "MON": "10", "NUM": "1", "PRO": "M", "SEC": "36", "YEA": "1849", "CITY": "LE TOURNE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-1"}, "ids-in-source": {"g55": "04-1"}}, "raw": {"DAY": "13-10-1849", "HOUR": "22 h.", "NAME": "ABAUT Michel Arthur", "PLACE": "Letourne (Gironde)."}, "date": "2023-08-20T14:48:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5731	abonneau-pierre-1854-01-10	{"a3": "3", "g55": "04-2"}	{"g55": "04-2", "lerrcp": "A3-3"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Abonneau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:52", "date": "1854-01-10 19:00", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "Poitiers", "geoid": 0}, "notime": null, "date-ut": "1854-01-10 18:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Abonneau"}, "birth": {"tzo": "+00:25:52", "date": "1854-01-10 19:00", "place": {"c2": "88", "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "Poitiers", "geoid": 0}, "date-ut": "1854-01-10 18:34:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-3"}, "ids-in-sources": {"a3": "3"}}, "raw": {"H": "18", "MN": "34", "TZ": "0", "COD": "88", "COU": "F", "DAY": "10", "LAT": "48N10", "LON": "6E28", "MON": "1", "NUM": "3", "PRO": "M", "SEC": "8", "YEA": "1854", "CITY": "POITIERS"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Poitiers"}}, "partial-ids": {"g55": "04-2"}, "ids-in-source": {"g55": "04-2"}}, "raw": {"DAY": "10-1-1854", "HOUR": "19 h.", "NAME": "ABONNEAU Pierre Charles", "PLACE": "Poitiers (Vienne)."}, "date": "2023-08-20T14:48:19+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5730	abel-libran-louis-1835-02-07	{"a3": "2", "g55": "04-4"}	{"g55": "04-4", "lerrcp": "A3-2"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Abel Libran Louis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:28", "date": "1835-02-07 22:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Aix", "geoid": 0}, "notime": null, "date-ut": "1835-02-07 21:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Abel Libran Louis"}, "birth": {"tzo": "+00:21:28", "date": "1835-02-07 22:00", "place": {"c2": "13", "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Aix-en-Prov", "geoid": 0}, "date-ut": "1835-02-07 21:38:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-2"}, "ids-in-sources": {"a3": "2"}}, "raw": {"H": "21", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "7", "LAT": "43N18", "LON": "5E22", "MON": "2", "NUM": "2", "PRO": "M", "SEC": "32", "YEA": "1835", "CITY": "AIX-EN-PROV"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Aix"}}, "partial-ids": {"g55": "04-4"}, "ids-in-source": {"g55": "04-4"}}, "raw": {"DAY": "7-2-1835", "HOUR": "22 h.", "NAME": "ABEL de LIBRAN Louis Gustave", "PLACE": "Aix (Bouches-du-Rh.)."}, "date": "2023-08-20T14:48:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5734	abraham-bernard-1824-01-12	{"a3": "6", "g55": "04-6"}	{"g55": "04-6", "lerrcp": "A3-6"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Abraham", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1824-01-12 01:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1824-01-12 00:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Abraham"}, "birth": {"tzo": "+00:24:44", "date": "1824-01-12 01:00", "place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1824-01-12 00:35:12"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-6"}, "ids-in-sources": {"a3": "6"}}, "raw": {"H": "0", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "12", "LAT": "48N42", "LON": "6E12", "MON": "1", "NUM": "6", "PRO": "M", "SEC": "12", "YEA": "1824", "CITY": "NANCY"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-6"}, "ids-in-source": {"g55": "04-6"}}, "raw": {"DAY": "12-1-1824", "HOUR": "1h.", "NAME": "ABRAHAM Bernard", "PLACE": "Nancy (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:48:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5736	adam-charles-1812-11-23	{"a3": "8", "g55": "04-7"}	{"g55": "04-7", "lerrcp": "A3-8"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Adam", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1812-11-23 22:30", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1812-11-23 22:05:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Adam"}, "birth": {"tzo": "+00:24:44", "date": "1812-11-23 22:30", "place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1812-11-23 22:05:12"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-8"}, "ids-in-sources": {"a3": "8"}}, "raw": {"H": "22", "MN": "5", "TZ": "0", "COD": "54", "COU": "F", "DAY": "23", "LAT": "48N42", "LON": "6E12", "MON": "11", "NUM": "8", "PRO": "M", "SEC": "12", "YEA": "1812", "CITY": "NANCY"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-7"}, "ids-in-source": {"g55": "04-7"}}, "raw": {"DAY": "23-11-1812", "HOUR": "22 h. 30", "NAME": "ADAM Charles Joseph", "PLACE": "Nancy (Mthe-et-Moselle)."}, "date": "2023-08-20T14:48:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5738	adhemar-jean-pierre-1868-07-20	{"a3": "10", "g55": "04-9"}	{"g55": "04-9", "lerrcp": "A3-10"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Pierre", "family": "Adhemar", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1868-07-20 12:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1868-07-20 11:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-10"}, "birth": {"tzo": "+00:15:30", "date": "1868-07-20 12:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1868-07-20 11:44:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-10"}, "ids-in-sources": {"a3": "10"}}, "raw": {"H": "11", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "20", "LAT": "43N37", "LON": "3E53", "MON": "7", "NUM": "10", "PRO": "M", "SEC": "28", "YEA": "1868", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Jean-Pierre", "family": "Adhemar", "nobility": ""}, "slug": "adhemar-jean-pierre-1868-07-20", "partial-ids": {"g55": "04-9"}, "ids-in-source": {"g55": "04-9"}}, "raw": {"DAY": "20-7-1868", "HOUR": "12 h.", "NAME": "ADHEMAR Jean-Pierre", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:48:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5739	adorno-de-tscharner-1829-09-23	{"a3": "11", "g55": "04-10"}	{"g55": "04-10", "lerrcp": "A3-11"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Adorno de Tscharner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:25", "date": "1829-09-23 22:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.35584, "lat": 48.08078, "name": "Colmar", "geoid": 3024297}, "notime": null, "date-ut": "1829-09-23 21:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Adorno de Tscharner"}, "birth": {"tzo": "+00:29:25", "date": "1829-09-23 22:00", "place": {"c2": "68", "cy": "FR", "lg": 7.35584, "lat": 48.08078, "name": "Colmar", "geoid": 3024297}, "date-ut": "1829-09-23 21:30:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-11"}, "ids-in-sources": {"a3": "11"}}, "raw": {"H": "21", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "23", "LAT": "48N 5", "LON": "7E21", "MON": "9", "NUM": "11", "PRO": "M", "SEC": "36", "YEA": "1829", "CITY": "COLMAR"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-10"}, "ids-in-source": {"g55": "04-10"}}, "raw": {"DAY": "29-9-1829", "HOUR": "22 h.", "NAME": "ADORNO de TSCHARNER Antoine", "PLACE": "Colmar (Ht-Rhin)."}, "date": "2023-08-20T14:48:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5741	akermann-nicolas-1847-02-17	{"a3": "13", "g55": "04-12"}	{"g55": "04-12", "lerrcp": "A3-13"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicolas", "family": "Akermann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:09", "date": "1847-02-17 15:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.03898, "lat": 49.33895, "name": "Knutange", "geoid": 3011440}, "notime": null, "date-ut": "1847-02-17 14:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Nicolas", "family": "Akermann"}, "birth": {"tzo": "+00:24:09", "date": "1847-02-17 15:00", "place": {"c2": "57", "cy": "FR", "lg": 6.03898, "lat": 49.33895, "name": "Knutange", "geoid": 3011440}, "date-ut": "1847-02-17 14:35:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-13"}, "ids-in-sources": {"a3": "13"}}, "raw": {"H": "14", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "17", "LAT": "49N 7", "LON": "6E11", "MON": "2", "NUM": "13", "PRO": "M", "SEC": "16", "YEA": "1847", "CITY": "KNUTANGE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-12"}, "ids-in-source": {"g55": "04-12"}}, "raw": {"DAY": "17-2-1847", "HOUR": "15 h.", "NAME": "AKERMANN Nicolas", "PLACE": "Knutange (Moselle)."}, "date": "2023-08-20T14:48:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5743	allavene-charles-1816-03-10	{"a3": "15", "g55": "04-14"}	{"g55": "04-14", "lerrcp": "A3-15"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Allavene", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:41", "date": "1816-03-10 19:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1816-03-10 18:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Allavene"}, "birth": {"tzo": "+00:24:41", "date": "1816-03-10 19:00", "place": {"c2": "57", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1816-03-10 18:35:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-15"}, "ids-in-sources": {"a3": "15"}}, "raw": {"H": "18", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "10", "LAT": "49N 7", "LON": "6E11", "MON": "3", "NUM": "15", "PRO": "M", "SEC": "16", "YEA": "1816", "CITY": "METZ"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-14"}, "ids-in-source": {"g55": "04-14"}}, "raw": {"DAY": "10-3-1816", "HOUR": "19 h.", "NAME": "ALLAVENE Charles Francois", "PLACE": "Metz (Moselle)."}, "date": "2023-08-20T14:48:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5744	alleau-joseph-1876-02-13	{"a3": "16", "g55": "04-15"}	{"g55": "04-15", "lerrcp": "A3-16"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Alleau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:08", "date": "1876-02-13 11:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.53333, "lat": 47.46667, "name": "Saint-Mathurin", "geoid": 0}, "notime": null, "date-ut": "1876-02-13 11:02:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Alleau"}, "birth": {"tzo": "-00:02:08", "date": "1876-02-13 11:00", "place": {"c2": "49", "cy": "FR", "lg": -0.53333, "lat": 47.46667, "name": "Saint-Mathurin", "geoid": 0}, "date-ut": "1876-02-13 11:02:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-16"}, "ids-in-sources": {"a3": "16"}}, "raw": {"H": "11", "MN": "2", "TZ": "0", "COD": "49", "COU": "F", "DAY": "13", "LAT": "47N28", "LON": "0W32", "MON": "2", "NUM": "16", "PRO": "M", "SEC": "8", "YEA": "1876", "CITY": "ST-MATHURIN"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Mathurin"}}, "partial-ids": {"g55": "04-15"}, "ids-in-source": {"g55": "04-15"}}, "raw": {"DAY": "13-2-1876", "HOUR": "11 h.", "NAME": "ALLEAU Joseph", "PLACE": "Saint-Mathurin (Maine-et-Loire)."}, "date": "2023-08-20T14:48:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5746	alleyron-eugene-1825-11-10	{"a3": "18", "g55": "04-17"}	{"g55": "04-17", "lerrcp": "A3-18"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Alleyron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:52", "date": "1825-11-10 20:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1825-11-10 19:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Alleyron"}, "birth": {"tzo": "+00:22:52", "date": "1825-11-10 20:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1825-11-10 19:37:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-18"}, "ids-in-sources": {"a3": "18"}}, "raw": {"H": "19", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "10", "LAT": "45N11", "LON": "5E43", "MON": "11", "NUM": "18", "PRO": "M", "SEC": "8", "YEA": "1825", "CITY": "GRENOBLE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-17"}, "ids-in-source": {"g55": "04-17"}}, "raw": {"DAY": "10-11-1825", "HOUR": "20 h.", "NAME": "ALLEYRON Eugène", "PLACE": "Grenoble (Isère)."}, "date": "2023-08-20T14:48:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5748	altmayer-robert-1875-07-30	{"a3": "20", "g55": "04-19"}	{"g55": "04-19", "lerrcp": "A3-20"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Altmayer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1875-07-30 20:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1875-07-30 20:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Altmayer"}, "birth": {"tzo": "-00:02:19", "date": "1875-07-30 20:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1875-07-30 20:57:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-20"}, "ids-in-sources": {"a3": "20"}}, "raw": {"H": "20", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "30", "LAT": "44N50", "LON": "0W34", "MON": "7", "NUM": "20", "PRO": "M", "SEC": "36", "YEA": "1875", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-19"}, "ids-in-source": {"g55": "04-19"}}, "raw": {"DAY": "30-7-1875", "HOUR": "21 h.", "NAME": "ALTMAYER Robert", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:48:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5749	altmayer-victor-joseph-1844-06-14	{"a3": "21", "g55": "04-20"}	{"g55": "04-20", "lerrcp": "A3-21"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor Joseph", "family": "Altmayer", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:26:49", "date": "1844-06-14 21:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.70402, "lat": 49.10465, "name": "Saint-Avold", "geoid": 2981492}, "notime": null, "date-ut": "1844-06-14 20:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-21"}, "birth": {"tzo": "+00:26:49", "date": "1844-06-14 21:00", "place": {"c2": "57", "cy": "FR", "lg": 6.70402, "lat": 49.10465, "name": "Saint-Avold", "geoid": 2981492}, "date-ut": "1844-06-14 20:35:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-21"}, "ids-in-sources": {"a3": "21"}}, "raw": {"H": "20", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "14", "LAT": "49N 7", "LON": "6E11", "MON": "6", "NUM": "21", "PRO": "M", "SEC": "16", "YEA": "1844", "CITY": "SAINT-AVOLD"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Victor Joseph", "family": "Altmayer", "nobility": ""}, "slug": "altmayer-victor-joseph-1844-06-14", "partial-ids": {"g55": "04-20"}, "ids-in-source": {"g55": "04-20"}}, "raw": {"DAY": "14-6-1844", "HOUR": "21 h.", "NAME": "ALTMAYER Victor Joseph", "PLACE": "Saint-Avold (Moselle)."}, "date": "2023-08-20T14:48:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5750	amar-ernest-1850-08-14	{"a3": "22", "g55": "04-21"}	{"g55": "04-21", "lerrcp": "A3-22"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Amar", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:26:36", "date": "1850-08-14 07:00", "note": null, "place": {"c1": null, "c2": "05", "c3": null, "cy": "FR", "lg": 6.64948, "lat": 44.6595, "name": "Guillestre", "geoid": 3014258}, "notime": null, "date-ut": "1850-08-14 06:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Amar"}, "birth": {"tzo": "+00:26:36", "date": "1850-08-14 07:00", "place": {"c2": "05", "cy": "FR", "lg": 6.64948, "lat": 44.6595, "name": "Guillestre", "geoid": 3014258}, "date-ut": "1850-08-14 06:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-22"}, "ids-in-sources": {"a3": "22"}}, "raw": {"H": "6", "MN": "36", "TZ": "0", "COD": "05", "COU": "F", "DAY": "14", "LAT": "44N33", "LON": "6E 0", "MON": "8", "NUM": "22", "PRO": "M", "SEC": "0", "YEA": "1850", "CITY": "GUILLESTRE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-21"}, "ids-in-source": {"g55": "04-21"}}, "raw": {"DAY": "14-8-1850", "HOUR": "7 h.", "NAME": "AMAR Ernest André", "PLACE": "Guillestre (Hautes-Alpes)."}, "date": "2023-08-20T14:48:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5754	amet-charles-1824-11-11	{"a3": "26", "g55": "04-23"}	{"g55": "04-23", "lerrcp": "A3-26"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Amet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:04", "date": "1824-11-11 22:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1824-11-11 21:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Amet"}, "birth": {"tzo": "+00:24:04", "date": "1824-11-11 22:00", "place": {"c2": "25", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1824-11-11 21:35:52"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-26"}, "ids-in-sources": {"a3": "26"}}, "raw": {"H": "21", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "11", "LAT": "47N15", "LON": "6E 2", "MON": "11", "NUM": "26", "PRO": "M", "SEC": "52", "YEA": "1824", "CITY": "BESANCON"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-23"}, "ids-in-source": {"g55": "04-23"}}, "raw": {"DAY": "11-11-1824", "HOUR": "22 h.", "NAME": "AMET Charles-Victor", "PLACE": "Besançon (Doubs)."}, "date": "2023-08-20T14:48:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5763	anselme-philippe-1864-08-30	{"a3": "35", "g55": "04-25"}	{"g55": "04-25", "lerrcp": "A3-35"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Anselme", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:32", "date": "1864-08-30 13:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.63192, "lat": 45.29484, "name": "Voreppe", "geoid": 2967695}, "notime": null, "date-ut": "1864-08-30 12:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Anselme"}, "birth": {"tzo": "+00:22:32", "date": "1864-08-30 13:00", "place": {"c2": "38", "cy": "FR", "lg": 5.63192, "lat": 45.29484, "name": "Voreppe", "geoid": 2967695}, "date-ut": "1864-08-30 12:37:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-35"}, "ids-in-sources": {"a3": "35"}}, "raw": {"H": "12", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "30", "LAT": "45N11", "LON": "5E43", "MON": "8", "NUM": "35", "PRO": "M", "SEC": "8", "YEA": "1864", "CITY": "VOREPPE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-25"}, "ids-in-source": {"g55": "04-25"}}, "raw": {"DAY": "30-8-1864", "HOUR": "13 h.", "NAME": "ANSELME (de) Philippe", "PLACE": "Vorrepe (Isère)."}, "date": "2023-08-20T14:48:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5752	amboix-larbont-denis-1841-03-05	{"a3": "24", "g55": "04-26"}	{"g55": "04-26", "lerrcp": "A3-24"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Amboix Larbont Denis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:20", "date": "1841-03-05 23:00", "note": null, "place": {"c1": null, "c2": "09", "c3": null, "cy": "FR", "lg": 1.58333, "lat": 42.96667, "name": "Mas d’Azil", "geoid": 0}, "notime": null, "date-ut": "1841-03-05 22:53:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Amboix Larbont Denis"}, "birth": {"tzo": "+00:06:20", "date": "1841-03-05 23:00", "place": {"c2": "09", "cy": "FR", "lg": 1.58333, "lat": 42.96667, "name": "Mas D Azil", "geoid": 0}, "date-ut": "1841-03-05 22:53:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-24"}, "ids-in-sources": {"a3": "24"}}, "raw": {"H": "22", "MN": "53", "TZ": "0", "COD": "09", "COU": "F", "DAY": "5", "LAT": "42N58", "LON": "1E35", "MON": "3", "NUM": "24", "PRO": "M", "SEC": "40", "YEA": "1841", "CITY": "MAS D AZIL"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Mas d’Azil"}}, "partial-ids": {"g55": "04-26"}, "ids-in-source": {"g55": "04-26"}}, "raw": {"DAY": "5-3-1841", "HOUR": "23 h.", "NAME": "AMBOIX de LARBONT (de) Denis", "PLACE": "Mas d’Azil (Ariège)."}, "date": "2023-08-20T14:48:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5755	amos-paul-1835-01-01	{"a3": "27", "g55": "04-28"}	{"g55": "04-28", "lerrcp": "A3-27"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Amos", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:47", "date": "1835-01-01 05:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.44506, "lat": 48.63779, "name": "Wasselonne", "geoid": 2967437}, "notime": null, "date-ut": "1835-01-01 04:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Amos"}, "birth": {"tzo": "+00:29:47", "date": "1835-01-01 05:00", "place": {"c2": "67", "cy": "FR", "lg": 7.44506, "lat": 48.63779, "name": "Wasselonne", "geoid": 2967437}, "date-ut": "1835-01-01 04:29"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-27"}, "ids-in-sources": {"a3": "27"}}, "raw": {"H": "4", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "1", "LAT": "48N35", "LON": "7E45", "MON": "1", "NUM": "27", "PRO": "M", "SEC": "0", "YEA": "1835", "CITY": "WASSELONNE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-28"}, "ids-in-source": {"g55": "04-28"}}, "raw": {"DAY": "’ 1-1-1835", "HOUR": "5 h.", "NAME": "AMOS Paul", "PLACE": "Wasselonne (Bas-Rhin)."}, "date": "2023-08-20T14:48:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5759	andre-louis-1838-03-28	{"a3": "31", "g55": "04-29"}	{"g55": "04-29", "lerrcp": "A3-31"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Andre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:08", "date": "1838-03-28 22:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Nuits-Saint-Georges", "geoid": 0}, "notime": null, "date-ut": "1838-03-28 21:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Andre"}, "birth": {"tzo": "+00:20:08", "date": "1838-03-28 22:00", "place": {"c2": "21", "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Nuits-Saint-George", "geoid": 0}, "date-ut": "1838-03-28 21:39:52"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-31"}, "ids-in-sources": {"a3": "31"}}, "raw": {"H": "21", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "28", "LAT": "47N19", "LON": "5E 2", "MON": "3", "NUM": "31", "PRO": "M", "SEC": "52", "YEA": "1838", "CITY": "NUITS-ST-GEORGE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Nuits-Saint-Georges"}}, "partial-ids": {"g55": "04-29"}, "ids-in-source": {"g55": "04-29"}}, "raw": {"DAY": "28-3-1838", "HOUR": "22 h.", "NAME": "ANDRE Louis Joseph", "PLACE": "Nuits-Saint-Georges (Côte-d’Or)."}, "date": "2023-08-20T14:48:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5762	anselin-ernest-1861-01-16	{"a3": "34", "g55": "04-31"}	{"g55": "04-31", "lerrcp": "A3-34"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Anselin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:28", "date": "1861-01-16 14:00", "note": null, "place": {"c1": null, "c2": "23", "c3": null, "cy": "FR", "lg": 1.86667, "lat": 46.28333, "name": "Chambon-sur-Voueize", "geoid": 0}, "notime": null, "date-ut": "1861-01-16 13:52:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Anselin"}, "birth": {"tzo": "+00:07:28", "date": "1861-01-16 14:00", "place": {"c2": "23", "cy": "FR", "lg": 1.86667, "lat": 46.28333, "name": "Chambon-sur-Vouei", "geoid": 0}, "date-ut": "1861-01-16 13:52:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-34"}, "ids-in-sources": {"a3": "34"}}, "raw": {"H": "13", "MN": "52", "TZ": "0", "COD": "23", "COU": "F", "DAY": "16", "LAT": "46N17", "LON": "1E52", "MON": "1", "NUM": "34", "PRO": "M", "SEC": "32", "YEA": "1861", "CITY": "CHAMBON-S/VOUEI"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Chambon-sur-Voueize"}}, "partial-ids": {"g55": "04-31"}, "ids-in-source": {"g55": "04-31"}}, "raw": {"DAY": "16-1-1861", "HOUR": "14 h.", "NAME": "ANSELIN Ernest Francois", "PLACE": "Chambon-sur-Voueize (Cr.)."}, "date": "2023-08-20T14:48:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5764	ansous-felix-1819-06-17	{"a3": "36", "g55": "04-32"}	{"g55": "04-32", "lerrcp": "A3-36"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Ansous", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1819-06-17 22:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1819-06-17 21:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Ansous"}, "birth": {"tzo": "+00:08:32", "date": "1819-06-17 22:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1819-06-17 21:51:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-36"}, "ids-in-sources": {"a3": "36"}}, "raw": {"H": "21", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "17", "LAT": "48N50", "LON": "2E 8", "MON": "6", "NUM": "36", "PRO": "M", "SEC": "28", "YEA": "1819", "CITY": "VERSAILLES"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-32"}, "ids-in-source": {"g55": "04-32"}}, "raw": {"DAY": "17-6-1819", "HOUR": "22 h.", "NAME": "ANSOUS Félix Louis", "PLACE": "Versailles (Seine-et-Oise)."}, "date": "2023-08-20T14:48:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5766	appert-felix-1817-06-12	{"a3": "38", "g55": "04-34"}	{"g55": "04-34", "lerrcp": "A3-38"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Appert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:20", "date": "1817-06-12 03:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.58333, "lat": 49.05, "name": "Saint-Remy-sur-Bussy", "geoid": 2977192}, "notime": null, "date-ut": "1817-06-12 02:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Appert"}, "birth": {"tzo": "+00:18:20", "date": "1817-06-12 03:00", "place": {"c2": "51", "cy": "FR", "lg": 4.58333, "lat": 49.05, "name": "Saint-Remy-sur-Bussy", "geoid": 2977192}, "date-ut": "1817-06-12 02:42:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-38"}, "ids-in-sources": {"a3": "38"}}, "raw": {"H": "2", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "12", "LAT": "48N57", "LON": "4E22", "MON": "6", "NUM": "38", "PRO": "M", "SEC": "32", "YEA": "1817", "CITY": "ST-REMY-S/BUSSY"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-34"}, "ids-in-source": {"g55": "04-34"}}, "raw": {"DAY": "12-6-1817", "HOUR": "3 h.", "NAME": "APPERT Félix Antoine", "PLACE": "Saint-Rémy-sur-Bussy (Marne)."}, "date": "2023-08-20T14:48:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5768	apvril-emile-1845-12-10	{"a3": "40", "g55": "04-36"}	{"g55": "04-36", "lerrcp": "A3-40"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Apvril", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:52", "date": "1845-12-10 07:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1845-12-10 06:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Apvril"}, "birth": {"tzo": "+00:22:52", "date": "1845-12-10 07:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1845-12-10 06:37:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-40"}, "ids-in-sources": {"a3": "40"}}, "raw": {"H": "6", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "10", "LAT": "45N11", "LON": "5E43", "MON": "12", "NUM": "40", "PRO": "M", "SEC": "8", "YEA": "1845", "CITY": "GRENOBLE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-36"}, "ids-in-source": {"g55": "04-36"}}, "raw": {"DAY": "10-12-1845", "HOUR": "7 h.", "NAME": "APVRIL (de) Emile Léon", "PLACE": "Grenoble (Isère)."}, "date": "2023-08-20T14:48:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5769	arbellot-pierre-1804-07-24	{"a3": "41", "g55": "04-37"}	{"g55": "04-37", "lerrcp": "A3-41"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Arbellot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:12", "date": "1804-07-24 19:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.04927, "lat": 46.1221, "name": "Bellac", "geoid": 3033766}, "notime": null, "date-ut": "1804-07-24 18:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Arbellot"}, "birth": {"tzo": "+00:04:12", "date": "1804-07-24 19:00", "place": {"c2": "87", "cy": "FR", "lg": 1.04927, "lat": 46.1221, "name": "Bellac", "geoid": 3033766}, "date-ut": "1804-07-24 18:55"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-41"}, "ids-in-sources": {"a3": "41"}}, "raw": {"H": "18", "MN": "55", "TZ": "0", "COD": "87", "COU": "F", "DAY": "24", "LAT": "45N50", "LON": "1E15", "MON": "7", "NUM": "41", "PRO": "M", "SEC": "0", "YEA": "1804", "CITY": "BELLAC"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-37"}, "ids-in-source": {"g55": "04-37"}}, "raw": {"DAY": "24-7-1804", "HOUR": "19 h.", "NAME": "ARBELLOT Pierre", "PLACE": "Bellac (Haute-Vienne)."}, "date": "2023-08-20T14:48:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5771	arbonneau-charles-1878-04-21	{"a3": "43", "g55": "04-38"}	{"g55": "04-38", "lerrcp": "A3-43"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Arbonneau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:08", "date": "1878-04-21 03:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "notime": null, "date-ut": "1878-04-21 02:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Arbonneau"}, "birth": {"tzo": "+00:11:08", "date": "1878-04-21 03:00", "place": {"c2": "62", "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "date-ut": "1878-04-21 02:48:56"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-43"}, "ids-in-sources": {"a3": "43"}}, "raw": {"H": "2", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "21", "LAT": "50N18", "LON": "2E46", "MON": "4", "NUM": "43", "PRO": "M", "SEC": "56", "YEA": "1878", "CITY": "ARRAS"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-38"}, "ids-in-source": {"g55": "04-38"}}, "raw": {"DAY": "21-4-1878", "HOUR": "3 h.", "NAME": "ARBONNEAU (de) Charles", "PLACE": "Arras (Pas-de-Calais)."}, "date": "2023-08-20T14:48:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5775	arlabosse-emile-olivier-1857-10-30	{"a3": "47", "g55": "04-39"}	{"g55": "04-39", "lerrcp": "A3-47"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile Olivier", "family": "Arlabosse", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:35", "date": "1857-10-30 21:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "notime": null, "date-ut": "1857-10-30 20:48:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-47"}, "birth": {"tzo": "+00:11:35", "date": "1857-10-30 21:00", "place": {"c2": "66", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "date-ut": "1857-10-30 20:48:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-47"}, "ids-in-sources": {"a3": "47"}}, "raw": {"H": "20", "MN": "48", "TZ": "0", "COD": "66", "COU": "F", "DAY": "30", "LAT": "42N42", "LON": "2E55", "MON": "10", "NUM": "47", "PRO": "M", "SEC": "20", "YEA": "1857", "CITY": "PERPIGNAN"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Emile Olivier", "family": "Arlabosse", "nobility": ""}, "slug": "arlabosse-emile-olivier-1857-10-30", "partial-ids": {"g55": "04-39"}, "ids-in-source": {"g55": "04-39"}}, "raw": {"DAY": "30-10-1857", "HOUR": "21 h.", "NAME": "ARLABOSSE Emile Olivier", "PLACE": "Perpignan (Pyrénées-O.)."}, "date": "2023-08-20T14:48:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5777	armengaud-paul-1879-09-28	{"a3": "49", "g55": "04-41"}	{"g55": "04-41", "lerrcp": "A3-49"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Armengaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:20", "date": "1879-09-28 06:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "Comyne", "geoid": 0}, "notime": null, "date-ut": "1879-09-28 05:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Armengaud"}, "birth": {"tzo": "+00:16:20", "date": "1879-09-28 06:00", "place": {"c2": "10", "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "Comyne", "geoid": 0}, "date-ut": "1879-09-28 05:43:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-49"}, "ids-in-sources": {"a3": "49"}}, "raw": {"H": "5", "MN": "43", "TZ": "0", "COD": "10", "COU": "F", "DAY": "28", "LAT": "48N18", "LON": "4E 5", "MON": "9", "NUM": "49", "PRO": "M", "SEC": "40", "YEA": "1879", "CITY": "COMYNE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Comyne"}}, "partial-ids": {"g55": "04-41"}, "ids-in-source": {"g55": "04-41"}}, "raw": {"DAY": "28-9-1879", "HOUR": "6 h.", "NAME": "ARMENGAUD Paul", "PLACE": "Comyne (Aube)."}, "date": "2023-08-20T14:48:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5779	arnoux-georges-1856-12-18	{"a3": "51", "g55": "04-43"}	{"g55": "04-43", "lerrcp": "A3-51"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Arnoux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:37", "date": "1856-12-18 14:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -1.15222, "lat": 46.16308, "name": "La Rochelle", "geoid": 3006787}, "notime": null, "date-ut": "1856-12-18 14:04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Arnoux"}, "birth": {"tzo": "-00:04:37", "date": "1856-12-18 14:00", "place": {"c2": "17", "cy": "FR", "lg": -1.15222, "lat": 46.16308, "name": "La Rochelle", "geoid": 3006787}, "date-ut": "1856-12-18 14:04:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-51"}, "ids-in-sources": {"a3": "51"}}, "raw": {"H": "14", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "18", "LAT": "46N 9", "LON": "1W10", "MON": "12", "NUM": "51", "PRO": "M", "SEC": "40", "YEA": "1856", "CITY": "LA ROCHELLE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-43"}, "ids-in-source": {"g55": "04-43"}}, "raw": {"DAY": "18-12-1856", "HOUR": "14 h.", "NAME": "ARNOUX Georges André", "PLACE": "La Rochelle (Charente-M.)."}, "date": "2023-08-20T14:48:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5780	arnoux-paul-1822-02-19	{"a3": "52", "g55": "04-44"}	{"g55": "04-44", "lerrcp": "A3-52"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Arnoux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:52", "date": "1822-02-19 08:00", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "Poitiers", "geoid": 0}, "notime": null, "date-ut": "1822-02-19 07:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Arnoux"}, "birth": {"tzo": "+00:25:52", "date": "1822-02-19 08:00", "place": {"c2": "88", "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "Poitiers", "geoid": 0}, "date-ut": "1822-02-19 07:34:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-52"}, "ids-in-sources": {"a3": "52"}}, "raw": {"H": "7", "MN": "34", "TZ": "0", "COD": "88", "COU": "F", "DAY": "19", "LAT": "48N10", "LON": "6E28", "MON": "2", "NUM": "52", "PRO": "M", "SEC": "8", "YEA": "1822", "CITY": "POITIERS"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Poitiers"}}, "partial-ids": {"g55": "04-44"}, "ids-in-source": {"g55": "04-44"}}, "raw": {"DAY": "19-2-1822", "HOUR": "8 h.", "NAME": "ARNOUX Paul Edouard", "PLACE": "Poitiers (Vienne)."}, "date": "2023-08-20T14:48:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5782	arroinaux-albert-1849-04-28	{"a3": "54", "g55": "04-46"}	{"g55": "04-46", "lerrcp": "A3-54"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Arroinaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24", "date": "1849-04-28 20:00", "note": null, "place": {"c1": null, "c2": "05", "c3": null, "cy": "FR", "lg": 6, "lat": 44.55, "name": "Metz", "geoid": 0}, "notime": null, "date-ut": "1849-04-28 19:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Arroinaux"}, "birth": {"tzo": "+00:24", "date": "1849-04-28 20:00", "place": {"c2": "05", "cy": "FR", "lg": 6, "lat": 44.55, "name": "Metz", "geoid": 0}, "date-ut": "1849-04-28 19:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-54"}, "ids-in-sources": {"a3": "54"}}, "raw": {"H": "19", "MN": "36", "TZ": "0", "COD": "05", "COU": "F", "DAY": "28", "LAT": "44N33", "LON": "6E 0", "MON": "4", "NUM": "54", "PRO": "M", "SEC": "0", "YEA": "1849", "CITY": "METZ"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Metz"}}, "partial-ids": {"g55": "04-46"}, "ids-in-source": {"g55": "04-46"}}, "raw": {"DAY": "28-4-1849", "HOUR": "20 h.", "NAME": "ARROINAUX Albert Jean", "PLACE": "Metz (Moselle)."}, "date": "2023-08-20T14:48:20+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5786	attel-eugene-1857-06-30	{"a3": "58", "g55": "04-48"}	{"g55": "04-48", "lerrcp": "A3-58"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Attel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:44", "date": "1857-06-30 04:01", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.43483, "lat": 49.26198, "name": "Hestroff", "geoid": 3013354}, "notime": null, "date-ut": "1857-06-30 03:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Attel"}, "birth": {"tzo": "+00:25:44", "date": "1857-06-30 04:01", "place": {"c2": "57", "cy": "FR", "lg": 6.43483, "lat": 49.26198, "name": "Hestroff", "geoid": 3013354}, "date-ut": "1857-06-30 03:35:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-58"}, "ids-in-sources": {"a3": "58"}}, "raw": {"H": "3", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "30", "LAT": "49N 7", "LON": "6E11", "MON": "6", "NUM": "58", "PRO": "M", "SEC": "16", "YEA": "1857", "CITY": "HESTROFF"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-48"}, "ids-in-source": {"g55": "04-48"}}, "raw": {"DAY": "30-6-1857", "HOUR": "4 h.", "NAME": "ATTEL (de) Eugène", "PLACE": "Hestroff (Moselle)."}, "date": "2023-08-20T14:48:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5789	aubert-marie-1848-01-24	{"a3": "61", "g55": "04-49"}	{"g55": "04-49", "lerrcp": "A3-61"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Aubert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:36", "date": "1848-01-24 22:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.9, "lat": 47.9, "name": "Chateauneuf-sur-Loire", "geoid": 0}, "notime": null, "date-ut": "1848-01-24 21:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Aubert"}, "birth": {"tzo": "+00:07:36", "date": "1848-01-24 22:00", "place": {"c2": "45", "cy": "FR", "lg": 1.9, "lat": 47.9, "name": "Chateauneuf-sur-L", "geoid": 0}, "date-ut": "1848-01-24 21:52:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-61"}, "ids-in-sources": {"a3": "61"}}, "raw": {"H": "21", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "24", "LAT": "47N54", "LON": "1E54", "MON": "1", "NUM": "61", "PRO": "M", "SEC": "24", "YEA": "1848", "CITY": "CHATEAUNEUF-S/L"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Chateauneuf-sur-Loire"}}, "partial-ids": {"g55": "04-49"}, "ids-in-source": {"g55": "04-49"}}, "raw": {"DAY": "24-1-1848", "HOUR": "22 h.", "NAME": "AUBERT Marie-Jacques", "PLACE": "Chateauneuf-sur-Loire (Loire)."}, "date": "2023-08-20T14:48:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5790	aubertin-charles-1874-11-20	{"a3": "62", "g55": "04-50"}	{"g55": "04-50", "lerrcp": "A3-62"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Aubertin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:20", "date": "1874-11-20 03:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Cherbourg", "geoid": 0}, "notime": null, "date-ut": "1874-11-20 03:04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Aubertin"}, "birth": {"tzo": "-00:04:20", "date": "1874-11-20 03:00", "place": {"c2": "50", "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Cherbourg", "geoid": 0}, "date-ut": "1874-11-20 03:04:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-62"}, "ids-in-sources": {"a3": "62"}}, "raw": {"H": "3", "MN": "4", "TZ": "0", "COD": "50", "COU": "F", "DAY": "20", "LAT": "49N 7", "LON": "1W 5", "MON": "11", "NUM": "62", "PRO": "M", "SEC": "20", "YEA": "1874", "CITY": "CHERBOURG"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Cherbourg"}}, "partial-ids": {"g55": "04-50"}, "ids-in-source": {"g55": "04-50"}}, "raw": {"DAY": "20-11-1874", "HOUR": "3 h.", "NAME": "AUBERTIN Charles Joseph", "PLACE": "Cherbourg (Manche)."}, "date": "2023-08-20T14:48:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5792	aubier-louis-1852-10-02	{"a3": "64", "g55": "04-52"}	{"g55": "04-52", "lerrcp": "A3-64"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Aubier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:59", "date": "1852-10-02 09:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1852-10-02 08:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Aubier"}, "birth": {"tzo": "+00:04:59", "date": "1852-10-02 09:00", "place": {"c2": "87", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1852-10-02 08:55"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-64"}, "ids-in-sources": {"a3": "64"}}, "raw": {"H": "8", "MN": "55", "TZ": "0", "COD": "87", "COU": "F", "DAY": "2", "LAT": "45N50", "LON": "1E15", "MON": "10", "NUM": "64", "PRO": "M", "SEC": "0", "YEA": "1852", "CITY": "LIMOGES"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-52"}, "ids-in-source": {"g55": "04-52"}}, "raw": {"DAY": "2-10-1852", "HOUR": "9 h.", "NAME": "AUBIER Louis-Dominique", "PLACE": "Limoges (Haute-Vienne)."}, "date": "2023-08-20T14:48:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5794	aubigny-georges-1844-06-03	{"a3": "66", "g55": "04-54"}	{"g55": "04-54", "lerrcp": "A3-66"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Aubigny", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:00:19", "date": "1844-06-03 07:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.07808, "lat": 47.25931, "name": "Saumur", "geoid": 2975758}, "notime": null, "date-ut": "1844-06-03 07:02:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Aubigny"}, "birth": {"tzo": "-00:00:19", "date": "1844-06-03 07:00", "place": {"c2": "49", "cy": "FR", "lg": -0.07808, "lat": 47.25931, "name": "Saumur", "geoid": 2975758}, "date-ut": "1844-06-03 07:02:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-66"}, "ids-in-sources": {"a3": "66"}}, "raw": {"H": "7", "MN": "2", "TZ": "0", "COD": "49", "COU": "F", "DAY": "3", "LAT": "47N28", "LON": "0W32", "MON": "6", "NUM": "66", "PRO": "M", "SEC": "8", "YEA": "1844", "CITY": "SAUMUR"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-54"}, "ids-in-source": {"g55": "04-54"}}, "raw": {"DAY": "3-6-1844", "HOUR": "7 h.", "NAME": "AUBIGNY (de) Georges Marie", "PLACE": "Saumur (Maine-et-Loire)."}, "date": "2023-08-20T14:48:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5787	aubac-alphonse-1811-02-04	{"a3": "59", "g55": "04-56"}	{"g55": "04-56", "lerrcp": "A3-59"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Aubac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:26", "date": "1811-02-04 19:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1811-02-04 18:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Aubac"}, "birth": {"tzo": "+00:17:26", "date": "1811-02-04 19:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1811-02-04 18:42:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-59"}, "ids-in-sources": {"a3": "59"}}, "raw": {"H": "18", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "4", "LAT": "43N51", "LON": "4E21", "MON": "2", "NUM": "59", "PRO": "M", "SEC": "36", "YEA": "1811", "CITY": "NIMES"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-56"}, "ids-in-source": {"g55": "04-56"}}, "raw": {"DAY": "4-2-1811", "HOUR": "19 h.", "NAME": "AUBAC Alphonse Eugène", "PLACE": "Nimes (Gard)."}, "date": "2023-08-20T14:48:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5795	aubry-charles-1832-02-13	{"a3": "67", "g55": "04-57"}	{"g55": "04-57", "lerrcp": "A3-67"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Aubry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:26:25", "date": "1832-02-13 06:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.60316, "lat": 48.53095, "name": "Saint-Clément", "geoid": 2981059}, "notime": null, "date-ut": "1832-02-13 05:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Aubry"}, "birth": {"tzo": "+00:26:25", "date": "1832-02-13 06:00", "place": {"c2": "54", "cy": "FR", "lg": 6.60316, "lat": 48.53095, "name": "Saint-Clément", "geoid": 2981059}, "date-ut": "1832-02-13 05:35:12"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-67"}, "ids-in-sources": {"a3": "67"}}, "raw": {"H": "5", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "13", "LAT": "48N42", "LON": "6E12", "MON": "2", "NUM": "67", "PRO": "M", "SEC": "12", "YEA": "1832", "CITY": "SAINT-CLEMENT"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-57"}, "ids-in-source": {"g55": "04-57"}}, "raw": {"DAY": "13-2-1832", "HOUR": "6 h.", "NAME": "AUBRY Charles", "PLACE": "Saint-Clément (Meurthe)."}, "date": "2023-08-20T14:48:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5799	auge-francois-1873-07-27	{"a3": "71", "g55": "04-59"}	{"g55": "04-59", "lerrcp": "A3-71"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Auge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:24", "date": "1873-07-27 22:56:12", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.34817, "lat": 44.77456, "name": "Créon", "geoid": 3022585}, "notime": null, "date-ut": "1873-07-27 22:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Auge"}, "birth": {"tzo": "-00:01:24", "date": "1873-07-27 22:56:12", "place": {"c2": "33", "cy": "FR", "lg": -0.34817, "lat": 44.77456, "name": "Créon", "geoid": 3022585}, "date-ut": "1873-07-27 22:57:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-71"}, "ids-in-sources": {"a3": "71"}}, "raw": {"H": "22", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "27", "LAT": "44N50", "LON": "0W34", "MON": "7", "NUM": "71", "PRO": "M", "SEC": "36", "YEA": "1873", "CITY": "CREON"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-59"}, "ids-in-source": {"g55": "04-59"}}, "raw": {"DAY": "27-7-1873", "HOUR": "23 h.", "NAME": "AUGE Francois", "PLACE": "Créon (Gironde)."}, "date": "2023-08-20T14:48:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5800	auger-charles-1809-07-29	{"a3": "72", "g55": "04-60"}	{"g55": "04-60", "lerrcp": "A3-72"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Auger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:36", "date": "1809-07-29 19:00", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.15, "lat": 46.98333, "name": "La Charité-sur-Loire", "geoid": 0}, "notime": null, "date-ut": "1809-07-29 18:47:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Auger"}, "birth": {"tzo": "+00:12:36", "date": "1809-07-29 19:00", "place": {"c2": "58", "cy": "FR", "lg": 3.15, "lat": 46.98333, "name": "La Charite-sur-Lo", "geoid": 0}, "date-ut": "1809-07-29 18:47:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-72"}, "ids-in-sources": {"a3": "72"}}, "raw": {"H": "18", "MN": "47", "TZ": "0", "COD": "58", "COU": "F", "DAY": "29", "LAT": "46N59", "LON": "3E 9", "MON": "7", "NUM": "72", "PRO": "M", "SEC": "24", "YEA": "1809", "CITY": "LA CHARITE-S/LO"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "La Charité-sur-Loire"}}, "partial-ids": {"g55": "04-60"}, "ids-in-source": {"g55": "04-60"}}, "raw": {"DAY": "29-7-1809", "HOUR": "19 h.", "NAME": "AUGER Charles", "PLACE": "La Charité-sur-Loire (Nièvre)."}, "date": "2023-08-20T14:48:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5804	auvert-paul-1853-02-14	{"a3": "76", "g55": "04-62"}	{"g55": "04-62", "lerrcp": "A3-76"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Auvert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:28", "date": "1853-02-14 05:30", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Vitry-le-Francois", "geoid": 0}, "notime": null, "date-ut": "1853-02-14 05:12:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Auvert"}, "birth": {"tzo": "+00:17:28", "date": "1853-02-14 05:30", "place": {"c2": "51", "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Vitry-le-Franco", "geoid": 0}, "date-ut": "1853-02-14 05:12:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-76"}, "ids-in-sources": {"a3": "76"}}, "raw": {"H": "5", "MN": "12", "TZ": "0", "COD": "51", "COU": "F", "DAY": "14", "LAT": "48N57", "LON": "4E22", "MON": "2", "NUM": "76", "PRO": "M", "SEC": "32", "YEA": "1853", "CITY": "VITRY-LE-FRANCO"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Vitry-le-Francois"}}, "partial-ids": {"g55": "04-62"}, "ids-in-source": {"g55": "04-62"}}, "raw": {"DAY": "14-2-1853", "HOUR": "5 h. 30", "NAME": "AUVERT Paul", "PLACE": "Vitry-le-Francois (Marne)."}, "date": "2023-08-20T14:48:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5807	avelot-rene-1871-12-01	{"a3": "79", "g55": "04-63"}	{"g55": "04-63", "lerrcp": "A3-79"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Avelot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1871-12-01 11:30", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Saint-Germain-en-Laye", "geoid": 0}, "notime": null, "date-ut": "1871-12-01 11:21:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "René", "family": "Avelot"}, "birth": {"tzo": "+00:08:32", "date": "1871-12-01 11:30", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Saint-Germain-en-la", "geoid": 0}, "date-ut": "1871-12-01 11:21:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-79"}, "ids-in-sources": {"a3": "79"}}, "raw": {"H": "11", "MN": "21", "TZ": "0", "COD": "78", "COU": "F", "DAY": "1", "LAT": "48N50", "LON": "2E 8", "MON": "12", "NUM": "79", "PRO": "M", "SEC": "28", "YEA": "1871", "CITY": "ST-GERMAIN-EN-LA"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Germain-en-Laye"}}, "partial-ids": {"g55": "04-63"}, "ids-in-source": {"g55": "04-63"}}, "raw": {"DAY": "1-12-1871", "HOUR": "14 h. 30", "NAME": "AVELOT René Antoine", "PLACE": "Saint-Germain-en-Laye (Seine-et-Oise)."}, "date": "2023-08-20T14:48:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5808	aviau-de-piolant-albert-charles-1845-10-28	{"a3": "80", "g55": "04-65"}	{"g55": "04-65", "lerrcp": "A3-80"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "de PIOLANT Albert Charles", "family": "Aviau", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:50", "date": "1845-10-28 13:00", "note": null, "place": {"c1": null, "c2": "79", "c3": null, "cy": "FR", "lg": -0.45877, "lat": 46.32313, "name": "Niort", "geoid": 2990355}, "notime": null, "date-ut": "1845-10-28 13:01:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-80"}, "birth": {"tzo": "-00:01:50", "date": "1845-10-28 13:00", "place": {"c2": "79", "cy": "FR", "lg": -0.45877, "lat": 46.32313, "name": "Niort", "geoid": 2990355}, "date-ut": "1845-10-28 13:01:48"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-80"}, "ids-in-sources": {"a3": "80"}}, "raw": {"H": "13", "MN": "1", "TZ": "0", "COD": "79", "COU": "F", "DAY": "28", "LAT": "46N19", "LON": "0W27", "MON": "10", "NUM": "80", "PRO": "M", "SEC": "48", "YEA": "1845", "CITY": "NIORT"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "de PIOLANT Albert Charles", "family": "Aviau", "nobility": ""}, "slug": "aviau-de-piolant-albert-charles-1845-10-28", "partial-ids": {"g55": "04-65"}, "ids-in-source": {"g55": "04-65"}}, "raw": {"DAY": "28-10-1845", "HOUR": "13 h.", "NAME": "AVIAU de PIOLANT Albert Charles", "PLACE": "Niort (D.-Sev.)."}, "date": "2023-08-20T14:48:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5809	aymerich-joseph-1858-02-20	{"a3": "81", "g55": "04-66"}	{"g55": "04-66", "lerrcp": "A3-81"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Aymerich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:48", "date": "1858-02-20 21:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.69819, "lat": 42.77276, "name": "Estagel", "geoid": 3019584}, "notime": null, "date-ut": "1858-02-20 20:48:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Aymerich"}, "birth": {"tzo": "+00:10:48", "date": "1858-02-20 21:00", "place": {"c2": "66", "cy": "FR", "lg": 2.69819, "lat": 42.77276, "name": "Estagel", "geoid": 3019584}, "date-ut": "1858-02-20 20:48:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-81"}, "ids-in-sources": {"a3": "81"}}, "raw": {"H": "20", "MN": "48", "TZ": "0", "COD": "66", "COU": "F", "DAY": "20", "LAT": "42N42", "LON": "2E55", "MON": "2", "NUM": "81", "PRO": "M", "SEC": "20", "YEA": "1858", "CITY": "ESTAGEL"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-66"}, "ids-in-source": {"g55": "04-66"}}, "raw": {"DAY": "20-2-1858", "HOUR": "21 h.", "NAME": "AYMERICH Joseph Gauder.", "PLACE": "Estagel (Pyr.-Orientales)."}, "date": "2023-08-20T14:48:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5810	babin-louis-1844-07-26	{"a3": "82", "g55": "04-67"}	{"g55": "04-67", "lerrcp": "A3-82"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Babin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1844-07-26 06:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1844-07-26 05:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Babin"}, "birth": {"tzo": "+00:24:44", "date": "1844-07-26 06:00", "place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1844-07-26 05:35:12"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-82"}, "ids-in-sources": {"a3": "82"}}, "raw": {"H": "5", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "26", "LAT": "48N42", "LON": "6E12", "MON": "7", "NUM": "82", "PRO": "M", "SEC": "12", "YEA": "1844", "CITY": "NANCY"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-67"}, "ids-in-source": {"g55": "04-67"}}, "raw": {"DAY": "26-7-1844", "HOUR": "6 h.", "NAME": "\\fBABIN Louis-Marie", "PLACE": "Nancy (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:48:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5813	badens-pierre-1847-01-03	{"a3": "85", "g55": "04-69"}	{"g55": "04-69", "lerrcp": "A3-85"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Badens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:20", "date": "1847-01-03 04:00", "note": null, "place": {"c1": null, "c2": "82", "c3": null, "cy": "FR", "lg": 1.33333, "lat": 44.01667, "name": "Castelsarrazin", "geoid": 0}, "notime": null, "date-ut": "1847-01-03 03:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Badens"}, "birth": {"tzo": "+00:05:20", "date": "1847-01-03 04:00", "place": {"c2": "82", "cy": "FR", "lg": 1.33333, "lat": 44.01667, "name": "Castelsarrazin", "geoid": 0}, "date-ut": "1847-01-03 03:54:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-85"}, "ids-in-sources": {"a3": "85"}}, "raw": {"H": "3", "MN": "54", "TZ": "0", "COD": "82", "COU": "F", "DAY": "3", "LAT": "44N 1", "LON": "1E20", "MON": "1", "NUM": "85", "PRO": "M", "SEC": "40", "YEA": "1847", "CITY": "CASTELSARRAZIN"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Castelsarrazin"}}, "partial-ids": {"g55": "04-69"}, "ids-in-source": {"g55": "04-69"}}, "raw": {"DAY": "3-1-1847", "HOUR": "4 h.", "NAME": "BADENS Pierre", "PLACE": "Castelsarrazin (Tarn-et-Garonne)."}, "date": "2023-08-20T14:48:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5815	baille-jean-1825-06-05	{"a3": "87", "g55": "04-70"}	{"g55": "04-70", "lerrcp": "A3-87"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Baille", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:33", "date": "1825-06-05 08:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.38726, "lat": 47.19255, "name": "Auxonne", "geoid": 3035828}, "notime": null, "date-ut": "1825-06-05 07:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Baille"}, "birth": {"tzo": "+00:21:33", "date": "1825-06-05 08:00", "place": {"c2": "21", "cy": "FR", "lg": 5.38726, "lat": 47.19255, "name": "Auxonne", "geoid": 3035828}, "date-ut": "1825-06-05 07:39:52"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-87"}, "ids-in-sources": {"a3": "87"}}, "raw": {"H": "7", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "5", "LAT": "47N19", "LON": "5E 2", "MON": "6", "NUM": "87", "PRO": "M", "SEC": "52", "YEA": "1825", "CITY": "AUXONNE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-70"}, "ids-in-source": {"g55": "04-70"}}, "raw": {"DAY": "5-6-1825", "HOUR": "8 h.", "NAME": "BAILLE Jean-Baptiste", "PLACE": "Auxonne (Côte-d’Or)."}, "date": "2023-08-20T14:48:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5816	bailliencourt-jerome-1808-10-17	{"a3": "88", "g55": "04-71"}	{"g55": "04-71", "lerrcp": "A3-88"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jerome", "family": "Bailliencourt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:34", "date": "1808-10-17 06:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.64003, "lat": 50.52965, "name": "Béthune", "geoid": 3033002}, "notime": null, "date-ut": "1808-10-17 05:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jerome", "family": "Bailliencourt"}, "birth": {"tzo": "+00:10:34", "date": "1808-10-17 06:00", "place": {"c2": "62", "cy": "FR", "lg": 2.64003, "lat": 50.52965, "name": "Béthune", "geoid": 3033002}, "date-ut": "1808-10-17 05:48:56"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-88"}, "ids-in-sources": {"a3": "88"}}, "raw": {"H": "5", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "17", "LAT": "50N18", "LON": "2E46", "MON": "10", "NUM": "88", "PRO": "M", "SEC": "56", "YEA": "1808", "CITY": "BETHUNE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-71"}, "ids-in-source": {"g55": "04-71"}}, "raw": {"DAY": "17-10-1808", "HOUR": "6 h.", "NAME": "BAILLENCOURT (de) Jérôme Benoît", "PLACE": "Béthune (P.-C.)."}, "date": "2023-08-20T14:48:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5818	bailly-henry-1855-07-28	{"a3": "90", "g55": "04-73"}	{"g55": "04-73", "lerrcp": "A3-90"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Bailly", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:36", "date": "1855-07-28 01:00", "note": null, "place": {"c1": null, "c2": "18", "c3": null, "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "notime": null, "date-ut": "1855-07-28 00:50:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Bailly"}, "birth": {"tzo": "+00:09:36", "date": "1855-07-28 01:00", "place": {"c2": "18", "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "date-ut": "1855-07-28 00:50:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-90"}, "ids-in-sources": {"a3": "90"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "18", "COU": "F", "DAY": "28", "LAT": "47N 5", "LON": "2E23", "MON": "7", "NUM": "90", "PRO": "M", "SEC": "28", "YEA": "1855", "CITY": "BOURGES"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-73"}, "ids-in-source": {"g55": "04-73"}}, "raw": {"DAY": "28-7-1855", "HOUR": "1 h.", "NAME": "BAILLY Henri", "PLACE": "Bourges (Cher)."}, "date": "2023-08-20T14:48:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5819	bain-coquerie-henry-1845-03-09	{"a3": "91", "g55": "04-74"}	{"g55": "04-74", "lerrcp": "A3-91"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Bain Coquerie Henry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:11:40", "date": "1845-03-09 23:00", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -2.91801, "lat": 47.65175, "name": "Plougoumelen", "geoid": 2986669}, "notime": null, "date-ut": "1845-03-09 23:10:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Bain Coquerie Henry"}, "birth": {"tzo": "-00:11:40", "date": "1845-03-09 23:00", "place": {"c2": "56", "cy": "FR", "lg": -2.91801, "lat": 47.65175, "name": "Plougoumelen", "geoid": 2986669}, "date-ut": "1845-03-09 23:10:56"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-91"}, "ids-in-sources": {"a3": "91"}}, "raw": {"H": "23", "MN": "10", "TZ": "0", "COD": "56", "COU": "F", "DAY": "9", "LAT": "47N40", "LON": "2W44", "MON": "3", "NUM": "91", "PRO": "M", "SEC": "56", "YEA": "1845", "CITY": "PLOUGOUMELEN"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-74"}, "ids-in-source": {"g55": "04-74"}}, "raw": {"DAY": "9-3-1845", "HOUR": "23 h.", "NAME": "BAIN de La COQUERIE Henri Louis", "PLACE": "Plougoumelen (Morbihan)."}, "date": "2023-08-20T14:48:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5820	bajolle-leon-1856-07-09	{"a3": "92", "g55": "04-75"}	{"g55": "04-75", "lerrcp": "A3-92"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Bajolle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1856-07-09 19:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1856-07-09 18:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Bajolle"}, "birth": {"tzo": "+00:21:31", "date": "1856-07-09 19:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1856-07-09 18:38:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-92"}, "ids-in-sources": {"a3": "92"}}, "raw": {"H": "18", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "9", "LAT": "43N18", "LON": "5E22", "MON": "7", "NUM": "92", "PRO": "M", "SEC": "32", "YEA": "1856", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-75"}, "ids-in-source": {"g55": "04-75"}}, "raw": {"DAY": "9-7-1856", "HOUR": "19 h.", "NAME": "BAJOLLE Léon Céline", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:48:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5822	balan-georges-1847-11-13	{"a3": "94", "g55": "04-77"}	{"g55": "04-77", "lerrcp": "A3-94"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Balan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:37", "date": "1847-11-13 16:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1847-11-13 15:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Balan"}, "birth": {"tzo": "+00:07:37", "date": "1847-11-13 16:00", "place": {"c2": "45", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1847-11-13 15:52:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-94"}, "ids-in-sources": {"a3": "94"}}, "raw": {"H": "15", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "13", "LAT": "47N54", "LON": "1E54", "MON": "11", "NUM": "94", "PRO": "M", "SEC": "24", "YEA": "1847", "CITY": "ORLEANS"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-77"}, "ids-in-source": {"g55": "04-77"}}, "raw": {"DAY": "13-11-1847", "HOUR": "16 h.", "NAME": "BALAN Georges Jean", "PLACE": "Orléans (Loiret)."}, "date": "2023-08-20T14:48:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5826	balny-avricourt-adrien-1849-06-11	{"a3": "98", "g55": "04-79"}	{"g55": "04-79", "lerrcp": "A3-98"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Balny Avricourt Adrien", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12", "date": "1849-06-11 17:03:40", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 3, "lat": 49.58333, "name": "Noyon", "geoid": 2989877}, "notime": null, "date-ut": "1849-06-11 16:51:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Balny Avricourt Adrien"}, "birth": {"tzo": "+00:12", "date": "1849-06-11 17:03:40", "place": {"c2": "60", "cy": "FR", "lg": 3, "lat": 49.58333, "name": "Noyon", "geoid": 2989877}, "date-ut": "1849-06-11 16:51:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-98"}, "ids-in-sources": {"a3": "98"}}, "raw": {"H": "16", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "11", "LAT": "49N26", "LON": "2E 5", "MON": "6", "NUM": "98", "PRO": "M", "SEC": "40", "YEA": "1849", "CITY": "NOYON"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-79"}, "ids-in-source": {"g55": "04-79"}}, "raw": {"DAY": "11-6-1849", "HOUR": "17 h.", "NAME": "BALNY d’AVRICOURT Adrien Paul", "PLACE": "Noyon (Oise)."}, "date": "2023-08-20T14:48:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5828	baquet-louis-1858-06-25	{"a3": "100", "g55": "04-81"}	{"g55": "04-81", "lerrcp": "A3-100"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Baquet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:46", "date": "1858-06-25 10:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.94028, "lat": 49.70187, "name": "Sedan", "geoid": 2975349}, "notime": null, "date-ut": "1858-06-25 09:41:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Baquet"}, "birth": {"tzo": "+00:19:46", "date": "1858-06-25 10:00", "place": {"c2": "08", "cy": "FR", "lg": 4.94028, "lat": 49.70187, "name": "Sedan", "geoid": 2975349}, "date-ut": "1858-06-25 09:41:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-100"}, "ids-in-sources": {"a3": "100"}}, "raw": {"H": "9", "MN": "41", "TZ": "0", "COD": "08", "COU": "F", "DAY": "25", "LAT": "49N46", "LON": "4E44", "MON": "6", "NUM": "100", "PRO": "M", "SEC": "4", "YEA": "1858", "CITY": "SEDAN"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-81"}, "ids-in-source": {"g55": "04-81"}}, "raw": {"DAY": "25-6-1858", "HOUR": "10 h.", "NAME": "BAQUET Louis Henri", "PLACE": "Sedan (Ardennes)."}, "date": "2023-08-20T14:48:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5829	bar-antoine-1814-11-01	{"a3": "101", "g55": "04-82"}	{"g55": "04-82", "lerrcp": "A3-101"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Bar", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:28", "date": "1814-11-01 22:00", "note": null, "place": {"c1": null, "c2": "23", "c3": null, "cy": "FR", "lg": 1.86667, "lat": 46.28333, "name": "Arfeville-Chatain", "geoid": 0}, "notime": null, "date-ut": "1814-11-01 21:52:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Bar"}, "birth": {"tzo": "+00:07:28", "date": "1814-11-01 22:00", "place": {"c2": "23", "cy": "FR", "lg": 1.86667, "lat": 46.28333, "name": "Arfeuille-Chata", "geoid": 0}, "date-ut": "1814-11-01 21:52:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-101"}, "ids-in-sources": {"a3": "101"}}, "raw": {"H": "21", "MN": "52", "TZ": "0", "COD": "23", "COU": "F", "DAY": "1", "LAT": "46N17", "LON": "1E52", "MON": "11", "NUM": "101", "PRO": "M", "SEC": "32", "YEA": "1814", "CITY": "ARFEUILLE-CHATA"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Arfeville-Chatain"}}, "partial-ids": {"g55": "04-82"}, "ids-in-source": {"g55": "04-82"}}, "raw": {"DAY": "1-11-1814", "HOUR": "22 h.", "NAME": "BAR (de) Antoine Louis", "PLACE": "Arfeville-Chatain (Cr.)."}, "date": "2023-08-20T14:48:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5830	barail-francois-1820-05-28	{"a3": "102", "g55": "04-83"}	{"g55": "04-83", "lerrcp": "A3-102"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Barail", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1820-05-28 23:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1820-05-28 22:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Barail"}, "birth": {"tzo": "+00:08:32", "date": "1820-05-28 23:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1820-05-28 22:51:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-102"}, "ids-in-sources": {"a3": "102"}}, "raw": {"H": "22", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "28", "LAT": "48N50", "LON": "2E 8", "MON": "5", "NUM": "102", "PRO": "M", "SEC": "28", "YEA": "1820", "CITY": "VERSAILLES"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-83"}, "ids-in-source": {"g55": "04-83"}}, "raw": {"DAY": "28-5-1820", "HOUR": "23 h.", "NAME": "BARAIL (du) Francois Charles", "PLACE": "Versailles (Seine-et-O.)."}, "date": "2023-08-20T14:48:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5832	baratier-paul-1870-12-11	{"a3": "104", "g55": "04-85"}	{"g55": "04-85", "lerrcp": "A3-104"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Baratier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1870-12-11 21:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1870-12-11 20:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Baratier"}, "birth": {"tzo": "+00:15:30", "date": "1870-12-11 21:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1870-12-11 20:44:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-104"}, "ids-in-sources": {"a3": "104"}}, "raw": {"H": "20", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "11", "LAT": "43N37", "LON": "3E53", "MON": "12", "NUM": "104", "PRO": "M", "SEC": "28", "YEA": "1870", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-85"}, "ids-in-source": {"g55": "04-85"}}, "raw": {"DAY": "11-12-1870", "HOUR": "21 h.", "NAME": "BARATIER Paul Joseph", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:48:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5834	barbary-langlade-pierre-1813-04-25	{"a3": "106", "g55": "04-87"}	{"g55": "04-87", "lerrcp": "A3-106"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Barbary Langlade Pierre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:12", "date": "1813-04-25 09:00", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 1.04938, "lat": 45.33699, "name": "Excideuil", "geoid": 3019253}, "notime": null, "date-ut": "1813-04-25 08:57:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Barbary Langlade Pierre"}, "birth": {"tzo": "+00:04:12", "date": "1813-04-25 09:00", "place": {"c2": "24", "cy": "FR", "lg": 1.04938, "lat": 45.33699, "name": "Excideuil", "geoid": 3019253}, "date-ut": "1813-04-25 08:57:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-106"}, "ids-in-sources": {"a3": "106"}}, "raw": {"H": "8", "MN": "57", "TZ": "0", "COD": "24", "COU": "F", "DAY": "25", "LAT": "45N11", "LON": "0E44", "MON": "4", "NUM": "106", "PRO": "M", "SEC": "4", "YEA": "1813", "CITY": "EXCIDEUIL"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-87"}, "ids-in-source": {"g55": "04-87"}}, "raw": {"DAY": "25-4-1813", "HOUR": "9 h.", "NAME": "BARBARY de LANGLADE Pierre", "PLACE": "Excideuil (Dordogne)."}, "date": "2023-08-20T14:48:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5835	barbassat-albert-1874-08-01	{"a3": "107", "g55": "04-88"}	{"g55": "04-88", "lerrcp": "A3-107"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Barbassat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:52", "date": "1874-08-01 05:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1874-08-01 04:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Barbassat"}, "birth": {"tzo": "+00:22:52", "date": "1874-08-01 05:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1874-08-01 04:37:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-107"}, "ids-in-sources": {"a3": "107"}}, "raw": {"H": "4", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "1", "LAT": "45N11", "LON": "5E43", "MON": "8", "NUM": "107", "PRO": "M", "SEC": "8", "YEA": "1874", "CITY": "GRENOBLE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-88"}, "ids-in-source": {"g55": "04-88"}}, "raw": {"DAY": "1-8-1874", "HOUR": "5 h.", "NAME": "BARBASSAT Alfred Alexandre", "PLACE": "Grenoble (Isère)."}, "date": "2023-08-20T14:48:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5837	barberin-jan-1847-11-09	{"a3": "109", "g55": "04-90"}	{"g55": "04-90", "lerrcp": "A3-109"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jan", "family": "Barberin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:14", "date": "1847-11-09 04:55:22", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.55893, "lat": 45.04062, "name": "Bourg", "geoid": 3030947}, "notime": null, "date-ut": "1847-11-09 04:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jan", "family": "Barberin"}, "birth": {"tzo": "-00:02:14", "date": "1847-11-09 04:55:22", "place": {"c2": "33", "cy": "FR", "lg": -0.55893, "lat": 45.04062, "name": "Bourg", "geoid": 3030947}, "date-ut": "1847-11-09 04:57:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-109"}, "ids-in-sources": {"a3": "109"}}, "raw": {"H": "4", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "9", "LAT": "44N50", "LON": "0W34", "MON": "11", "NUM": "109", "PRO": "M", "SEC": "36", "YEA": "1847", "CITY": "BOURG"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-90"}, "ids-in-source": {"g55": "04-90"}}, "raw": {"DAY": "9-11-1847", "HOUR": "5 h.", "NAME": "BARBERIN Jean Francois", "PLACE": "Bourg (Gironde)."}, "date": "2023-08-20T14:48:21+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5839	barbut-pierre-1816-05-10	{"a3": "111", "g55": "04-92"}	{"g55": "04-92", "lerrcp": "A3-111"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Barbut", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:38", "date": "1816-05-10 17:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.90832, "lat": 47.49002, "name": "Avallon", "geoid": 3035768}, "notime": null, "date-ut": "1816-05-10 16:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Barbut"}, "birth": {"tzo": "+00:15:38", "date": "1816-05-10 17:00", "place": {"c2": "89", "cy": "FR", "lg": 3.90832, "lat": 47.49002, "name": "Avallon", "geoid": 3035768}, "date-ut": "1816-05-10 16:45:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-111"}, "ids-in-sources": {"a3": "111"}}, "raw": {"H": "16", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "10", "LAT": "47N48", "LON": "3E35", "MON": "5", "NUM": "111", "PRO": "M", "SEC": "40", "YEA": "1816", "CITY": "AVALLON"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-92"}, "ids-in-source": {"g55": "04-92"}}, "raw": {"DAY": "10-5-1816", "HOUR": "17 h.", "NAME": "BARBUT Pierre Auguste", "PLACE": "Avallon (Yonne)."}, "date": "2023-08-20T14:48:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5840	bard-francois-1889-12-01	{"a3": "112", "g55": "04-93"}	{"g55": "04-93", "lerrcp": "A3-112"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Bard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:34", "date": "1889-12-01 12:15:02", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1889-12-01 11:57:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Bard"}, "birth": {"tzo": "+00:17:34", "date": "1889-12-01 12:15:02", "place": {"c2": "42", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1889-12-01 11:57:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-112"}, "ids-in-sources": {"a3": "112"}}, "raw": {"H": "11", "MN": "57", "TZ": "0", "COD": "42", "COU": "F", "DAY": "1", "LAT": "45N26", "LON": "4E23", "MON": "12", "NUM": "112", "PRO": "M", "SEC": "28", "YEA": "1889", "CITY": "SAINT-ETIENNE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-93"}, "ids-in-source": {"g55": "04-93"}}, "raw": {"DAY": "1-12-1889", "HOUR": "12 h. 15", "NAME": "BARD Francois-Marie", "PLACE": "Saint-Etienne (Loire)."}, "date": "2023-08-20T14:48:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5842	barescut-maurice-1865-06-24	{"a3": "114", "g55": "04-95"}	{"g55": "04-95", "lerrcp": "A3-114"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Barescut", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:35", "date": "1865-06-24 01:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "notime": null, "date-ut": "1865-06-24 00:48:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Barescut"}, "birth": {"tzo": "+00:11:35", "date": "1865-06-24 01:00", "place": {"c2": "66", "cy": "FR", "lg": 2.89541, "lat": 42.69764, "name": "Perpignan", "geoid": 2987914}, "date-ut": "1865-06-24 00:48:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-114"}, "ids-in-sources": {"a3": "114"}}, "raw": {"H": "0", "MN": "48", "TZ": "0", "COD": "66", "COU": "F", "DAY": "24", "LAT": "42N42", "LON": "2E55", "MON": "6", "NUM": "114", "PRO": "M", "SEC": "20", "YEA": "1865", "CITY": "PERPIGNAN"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-95"}, "ids-in-source": {"g55": "04-95"}}, "raw": {"DAY": "24-6-1865", "HOUR": "1 h.", "NAME": "BARESCUT (de) Maurice", "PLACE": "Perpignan (Pyrénées-Orient.)."}, "date": "2023-08-20T14:48:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5844	baret-rouvray-charles-1800-09-27	{"a3": "116", "g55": "04-97"}	{"g55": "04-97", "lerrcp": "A3-116"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Baret Rouvray Charles", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:48", "date": "1800-09-27 23:00", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": 0.7, "lat": 47.4, "name": "Preuilly", "geoid": 0}, "notime": null, "date-ut": "1800-09-27 22:57:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Baret Rouvray Charles"}, "birth": {"tzo": "+00:02:48", "date": "1800-09-27 23:00", "place": {"c2": "37", "cy": "FR", "lg": 0.7, "lat": 47.4, "name": "Preuilly", "geoid": 0}, "date-ut": "1800-09-27 22:57:12"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-116"}, "ids-in-sources": {"a3": "116"}}, "raw": {"H": "22", "MN": "57", "TZ": "0", "COD": "37", "COU": "F", "DAY": "27", "LAT": "47N24", "LON": "0E42", "MON": "9", "NUM": "116", "PRO": "M", "SEC": "12", "YEA": "1800", "CITY": "PREUILLY"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Preuilly"}}, "partial-ids": {"g55": "04-97"}, "ids-in-source": {"g55": "04-97"}}, "raw": {"DAY": "27-9-1800", "HOUR": "23 h.", "NAME": "BARET de ROUVRAY Charles Eugène", "PLACE": "Preuilly (I.-L.)."}, "date": "2023-08-20T14:48:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5845	baril-eugene-1850-11-07	{"a3": "117", "g55": "04-98"}	{"g55": "04-98", "lerrcp": "A3-117"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Baril", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:26", "date": "1850-11-07 20:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1850-11-07 19:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Baril"}, "birth": {"tzo": "+00:17:26", "date": "1850-11-07 20:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1850-11-07 19:42:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-117"}, "ids-in-sources": {"a3": "117"}}, "raw": {"H": "19", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "7", "LAT": "43N51", "LON": "4E21", "MON": "11", "NUM": "117", "PRO": "M", "SEC": "36", "YEA": "1850", "CITY": "NIMES"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-98"}, "ids-in-source": {"g55": "04-98"}}, "raw": {"DAY": "7-11-1850", "HOUR": "20 h.", "NAME": "BARIL Eugène Guillaume", "PLACE": "Nimes (Gard)."}, "date": "2023-08-20T14:48:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5849	barral-eugene-1808-05-15	{"a3": "121", "g55": "04-100"}	{"g55": "04-100", "lerrcp": "A3-121"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Barral", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:42", "date": "1808-05-15 23:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.67292, "lat": 45.11994, "name": "Claix", "geoid": 3024788}, "notime": null, "date-ut": "1808-05-15 22:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Barral"}, "birth": {"tzo": "+00:22:42", "date": "1808-05-15 23:00", "place": {"c2": "38", "cy": "FR", "lg": 5.67292, "lat": 45.11994, "name": "Claix", "geoid": 3024788}, "date-ut": "1808-05-15 22:37:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-121"}, "ids-in-sources": {"a3": "121"}}, "raw": {"H": "22", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "15", "LAT": "45N11", "LON": "5E43", "MON": "5", "NUM": "121", "PRO": "M", "SEC": "8", "YEA": "1808", "CITY": "CLAIX"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-100"}, "ids-in-source": {"g55": "04-100"}}, "raw": {"DAY": "15-5-1808", "HOUR": "23 h.", "NAME": "BARRAL Eugène", "PLACE": "Claix (Isère)."}, "date": "2023-08-20T14:48:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5850	barrand-francois-1856-12-05	{"a3": "122", "g55": "04-101"}	{"g55": "04-101", "lerrcp": "A3-122"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Barrand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:12", "date": "1856-12-05 08:00", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.55, "lat": 46.66667, "name": "Pontarlier", "geoid": 0}, "notime": null, "date-ut": "1856-12-05 07:37:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Barrand"}, "birth": {"tzo": "+00:22:12", "date": "1856-12-05 08:00", "place": {"c2": "39", "cy": "FR", "lg": 5.55, "lat": 46.66667, "name": "Pontarlier", "geoid": 0}, "date-ut": "1856-12-05 07:37:48"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-122"}, "ids-in-sources": {"a3": "122"}}, "raw": {"H": "7", "MN": "37", "TZ": "0", "COD": "39", "COU": "F", "DAY": "5", "LAT": "46N40", "LON": "5E33", "MON": "12", "NUM": "122", "PRO": "M", "SEC": "48", "YEA": "1856", "CITY": "PONTARLIER"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Pontarlier"}}, "partial-ids": {"g55": "04-101"}, "ids-in-source": {"g55": "04-101"}}, "raw": {"DAY": "5-12-1856", "HOUR": "8 h.", "NAME": "BARRAND Francois Joseph", "PLACE": "Pontarlier (Jura)."}, "date": "2023-08-20T14:48:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5852	barrau-louis-1852-02-20	{"a3": "124", "g55": "04-103"}	{"g55": "04-103", "lerrcp": "A3-124"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Barrau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:44", "date": "1852-02-20 10:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.43333, "lat": 43.61667, "name": "Rieux", "geoid": 0}, "notime": null, "date-ut": "1852-02-20 09:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Barrau"}, "birth": {"tzo": "+00:05:44", "date": "1852-02-20 10:00", "place": {"c2": "31", "cy": "FR", "lg": 1.43333, "lat": 43.61667, "name": "Rieux", "geoid": 0}, "date-ut": "1852-02-20 09:54:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-124"}, "ids-in-sources": {"a3": "124"}}, "raw": {"H": "9", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "20", "LAT": "43N37", "LON": "1E26", "MON": "2", "NUM": "124", "PRO": "M", "SEC": "16", "YEA": "1852", "CITY": "RIEUX"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Rieux"}}, "partial-ids": {"g55": "04-103"}, "ids-in-source": {"g55": "04-103"}}, "raw": {"DAY": "20-2-1852", "HOUR": "10 h.", "NAME": "BARRAU Louis Jacques", "PLACE": "Rieux (Haute-Garonne)."}, "date": "2023-08-20T14:48:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5854	barres-gens-1850-03-13	{"a3": "126", "g55": "04-105"}	{"g55": "04-105", "lerrcp": "A3-126"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gens", "family": "Barres", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:14", "date": "1850-03-13 06:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1850-03-13 05:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gens", "family": "Barres"}, "birth": {"tzo": "+00:19:14", "date": "1850-03-13 06:00", "place": {"c2": "84", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1850-03-13 05:40:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-126"}, "ids-in-sources": {"a3": "126"}}, "raw": {"H": "5", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "13", "LAT": "43N57", "LON": "4E50", "MON": "3", "NUM": "126", "PRO": "M", "SEC": "40", "YEA": "1850", "CITY": "AVIGNON"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-105"}, "ids-in-source": {"g55": "04-105"}}, "raw": {"DAY": "13-3-1850", "HOUR": "6 h.", "NAME": "BARRES Gens Alfrade", "PLACE": "Avignon (Vaucluse)."}, "date": "2023-08-20T14:48:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5856	barret-jules-1849-10-27	{"a3": "128", "g55": "04-106"}	{"g55": "04-106", "lerrcp": "A3-128"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Barret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:22", "date": "1849-10-27 18:00", "note": null, "place": {"c1": null, "c2": "70", "c3": null, "cy": "FR", "lg": 5.59215, "lat": 47.44575, "name": "Gray", "geoid": 3014784}, "notime": null, "date-ut": "1849-10-27 17:35:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Barret"}, "birth": {"tzo": "+00:22:22", "date": "1849-10-27 18:00", "place": {"c2": "70", "cy": "FR", "lg": 5.59215, "lat": 47.44575, "name": "Gray", "geoid": 3014784}, "date-ut": "1849-10-27 17:35:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-128"}, "ids-in-sources": {"a3": "128"}}, "raw": {"H": "17", "MN": "35", "TZ": "0", "COD": "70", "COU": "F", "DAY": "27", "LAT": "47N37", "LON": "6E 9", "MON": "10", "NUM": "128", "PRO": "M", "SEC": "24", "YEA": "1849", "CITY": "GRAY"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-106"}, "ids-in-source": {"g55": "04-106"}}, "raw": {"DAY": "27-10-1849", "HOUR": "18 h.", "NAME": "BARRET Jules Constant", "PLACE": "Gray (Haute-Saône)."}, "date": "2023-08-20T14:48:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5858	baschung-joseph-1852-03-12	{"a3": "130", "g55": "04-108"}	{"g55": "04-108", "lerrcp": "A3-130"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Baschung", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:41", "date": "1852-03-12 09:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1852-03-12 08:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Baschung"}, "birth": {"tzo": "+00:24:41", "date": "1852-03-12 09:00", "place": {"c2": "57", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1852-03-12 08:35:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-130"}, "ids-in-sources": {"a3": "130"}}, "raw": {"H": "8", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "12", "LAT": "49N 7", "LON": "6E11", "MON": "3", "NUM": "130", "PRO": "M", "SEC": "16", "YEA": "1852", "CITY": "METZ"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-108"}, "ids-in-source": {"g55": "04-108"}}, "raw": {"DAY": "12-3-1852", "HOUR": "9 h.", "NAME": "BASCHUNG Joseph", "PLACE": "Metz (Moselle)."}, "date": "2023-08-20T14:48:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5859	basire-marcel-1869-03-01	{"a3": "131", "g55": "04-109"}	{"g55": "04-109", "lerrcp": "A3-131"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Basire", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:58", "date": "1869-03-01 15:00", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.48966, "lat": 47.09225, "name": "Dole", "geoid": 3021263}, "notime": null, "date-ut": "1869-02-29 14:37:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-131"}, "birth": {"tzo": "+00:21:58", "date": "1869-03-01 15:00", "place": {"c2": "39", "cy": "FR", "lg": 5.48966, "lat": 47.09225, "name": "Dole", "geoid": 3021263}, "date-ut": "1869-02-29 14:37:48"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-131"}, "ids-in-sources": {"a3": "131"}}, "raw": {"H": "14", "MN": "37", "TZ": "0", "COD": "39", "COU": "F", "DAY": "29", "LAT": "46N40", "LON": "5E33", "MON": "2", "NUM": "131", "PRO": "M", "SEC": "48", "YEA": "1869", "CITY": "DOLE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Marcel", "family": "Basire", "nobility": ""}, "slug": "basire-marcel-1869-03-01", "partial-ids": {"g55": "04-109"}, "ids-in-source": {"g55": "04-109"}}, "raw": {"DAY": "29-2-1869", "HOUR": "15 h.", "NAME": "BASIRE Marcel", "PLACE": "Dôle (Jura)."}, "date": "2023-08-20T14:48:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5863	bataille-marie-1862-11-26	{"a3": "135", "g55": "04-112"}	{"g55": "04-112", "lerrcp": "A3-135"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Bataille", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:44", "date": "1862-11-26 02:00", "note": null, "place": {"c1": null, "c2": "46", "c3": null, "cy": "FR", "lg": 1.43333, "lat": 44.45, "name": "Floressac", "geoid": 0}, "notime": null, "date-ut": "1862-11-26 01:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Bataille"}, "birth": {"tzo": "+00:05:44", "date": "1862-11-26 02:00", "place": {"c2": "46", "cy": "FR", "lg": 1.43333, "lat": 44.45, "name": "Floressac", "geoid": 0}, "date-ut": "1862-11-26 01:54:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-135"}, "ids-in-sources": {"a3": "135"}}, "raw": {"H": "1", "MN": "54", "TZ": "0", "COD": "46", "COU": "F", "DAY": "26", "LAT": "44N27", "LON": "1E26", "MON": "11", "NUM": "135", "PRO": "M", "SEC": "16", "YEA": "1862", "CITY": "FLORESSAC"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Floressac"}}, "partial-ids": {"g55": "04-112"}, "ids-in-source": {"g55": "04-112"}}, "raw": {"DAY": "26-11-1862", "HOUR": "2 h.", "NAME": "BATAILLE Marie-Désiré", "PLACE": "Floressac (Lot)."}, "date": "2023-08-20T14:48:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5864	battesti-jules-1858-04-06	{"a3": "136", "g55": "04-114"}	{"g55": "04-114", "lerrcp": "A3-136"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Battesti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:31", "date": "1858-04-06 09:56:11", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 2.12807, "lat": 50.98651, "name": "Gravelines", "geoid": 3014816}, "notime": null, "date-ut": "1858-04-06 09:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Battesti"}, "birth": {"tzo": "+00:08:31", "date": "1858-04-06 09:56:11", "place": {"c2": "59", "cy": "FR", "lg": 2.12807, "lat": 50.98651, "name": "Gravelines", "geoid": 3014816}, "date-ut": "1858-04-06 09:47:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-136"}, "ids-in-sources": {"a3": "136"}}, "raw": {"H": "9", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "6", "LAT": "50N39", "LON": "3E 5", "MON": "4", "NUM": "136", "PRO": "M", "SEC": "40", "YEA": "1858", "CITY": "GRAVELINES"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-114"}, "ids-in-source": {"g55": "04-114"}}, "raw": {"DAY": "6-4-1858", "HOUR": "10 h.", "NAME": "BATTESTI Jules Augustin", "PLACE": "Gravelines (Nord)."}, "date": "2023-08-20T14:48:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5865	battet-paul-1855-05-01	{"a3": "137", "g55": "04-115"}	{"g55": "04-115", "lerrcp": "A3-137"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Battet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:53", "date": "1855-05-01 13:03:33", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.97267, "lat": 50.27875, "name": "Maubeuge", "geoid": 2995150}, "notime": null, "date-ut": "1855-05-01 12:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Battet"}, "birth": {"tzo": "+00:15:53", "date": "1855-05-01 13:03:33", "place": {"c2": "59", "cy": "FR", "lg": 3.97267, "lat": 50.27875, "name": "Maubeuge", "geoid": 2995150}, "date-ut": "1855-05-01 12:47:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-137"}, "ids-in-sources": {"a3": "137"}}, "raw": {"H": "12", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "1", "LAT": "50N39", "LON": "3E 5", "MON": "5", "NUM": "137", "PRO": "M", "SEC": "40", "YEA": "1855", "CITY": "MAUBEUGE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-115"}, "ids-in-source": {"g55": "04-115"}}, "raw": {"DAY": "1-5-1855", "HOUR": "13 h.", "NAME": "BATTET Paul Antoine", "PLACE": "Maubeuge (Nord)."}, "date": "2023-08-20T14:48:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5868	bauchet-auguste-1852-01-28	{"a3": "140", "g55": "04-117"}	{"g55": "04-117", "lerrcp": "A3-140"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Bauchet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:12", "date": "1852-01-28 06:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1852-01-28 05:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Bauchet"}, "birth": {"tzo": "+00:09:12", "date": "1852-01-28 06:00", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1852-01-28 05:50:48"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-140"}, "ids-in-sources": {"a3": "140"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "28", "LAT": "49N54", "LON": "2E18", "MON": "1", "NUM": "140", "PRO": "M", "SEC": "48", "YEA": "1852", "CITY": "AMIENS"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-117"}, "ids-in-source": {"g55": "04-117"}}, "raw": {"DAY": "28-1-1852", "HOUR": "6 h.", "NAME": "BAUCHET Auguste-Alexandre", "PLACE": "Amiens (Somme)."}, "date": "2023-08-20T14:48:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5869	baudic-joseph-louis-1845-10-28	{"a3": "141", "g55": "04-118"}	{"g55": "04-118", "lerrcp": "A3-141"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph Louis", "family": "Baudic", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:13:29", "date": "1845-10-28 10:00", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "notime": null, "date-ut": "1845-10-28 10:10:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-141"}, "birth": {"tzo": "-00:13:29", "date": "1845-10-28 10:00", "place": {"c2": "56", "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "date-ut": "1845-10-28 10:10:56"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-141"}, "ids-in-sources": {"a3": "141"}}, "raw": {"H": "10", "MN": "10", "TZ": "0", "COD": "56", "COU": "F", "DAY": "28", "LAT": "47N40", "LON": "2W44", "MON": "10", "NUM": "141", "PRO": "M", "SEC": "56", "YEA": "1845", "CITY": "LORIENT"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Joseph Louis", "family": "Baudic", "nobility": ""}, "slug": "baudic-joseph-louis-1845-10-28", "partial-ids": {"g55": "04-118"}, "ids-in-source": {"g55": "04-118"}}, "raw": {"DAY": "28-10-1845", "HOUR": "10 h.", "NAME": "BAUDIC Joseph Louis", "PLACE": "Lorient (Morbihan)."}, "date": "2023-08-20T14:48:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5871	baudry-lacantinerie-marie-1849-03-26	{"a3": "143", "g55": "04-119"}	{"g55": "04-119", "lerrcp": "A3-143"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Baudry-Lacantinerie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:03:16", "date": "1849-03-26 07:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -0.8175, "lat": 46.2041, "name": "Benon", "geoid": 3033462}, "notime": null, "date-ut": "1849-03-26 07:04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Baudry-Lacantinerie"}, "birth": {"tzo": "-00:03:16", "date": "1849-03-26 07:00", "place": {"c2": "17", "cy": "FR", "lg": -0.8175, "lat": 46.2041, "name": "Benon", "geoid": 3033462}, "date-ut": "1849-03-26 07:04:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-143"}, "ids-in-sources": {"a3": "143"}}, "raw": {"H": "7", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "26", "LAT": "46N 9", "LON": "1W10", "MON": "3", "NUM": "143", "PRO": "M", "SEC": "40", "YEA": "1849", "CITY": "BENON"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-119"}, "ids-in-source": {"g55": "04-119"}}, "raw": {"DAY": "26-3-1849", "HOUR": "7 h.", "NAME": "BAUDRY-LACANTINERIE Marie Jos.", "PLACE": "Benon (Ch.-M.)."}, "date": "2023-08-20T14:48:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5874	baumgarten-maurice-1854-02-26	{"a3": "146", "g55": "04-121"}	{"g55": "04-121", "lerrcp": "A3-146"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Baumgarten", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:04", "date": "1854-02-26 15:30", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1854-02-26 15:09:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Baumgarten"}, "birth": {"tzo": "+00:20:04", "date": "1854-02-26 15:30", "place": {"c2": "21", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1854-02-26 15:09:52"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-146"}, "ids-in-sources": {"a3": "146"}}, "raw": {"H": "15", "MN": "9", "TZ": "0", "COD": "21", "COU": "F", "DAY": "26", "LAT": "47N19", "LON": "5E 2", "MON": "2", "NUM": "146", "PRO": "M", "SEC": "52", "YEA": "1854", "CITY": "DIJON"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-121"}, "ids-in-source": {"g55": "04-121"}}, "raw": {"DAY": "26-2-1854", "HOUR": "15 h. 30", "NAME": "BAUMGARTEN Maurice Eugène", "PLACE": "Dijon (C.-d’Or)."}, "date": "2023-08-20T14:48:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5875	baux-francois-1826-11-18	{"a3": "147", "g55": "04-122"}	{"g55": "04-122", "lerrcp": "A3-147"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Baux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:39", "date": "1826-11-18 06:00", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.16108, "lat": 48.77275, "name": "Bar-le-Duc", "geoid": 3034911}, "notime": null, "date-ut": "1826-11-18 05:39:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Baux"}, "birth": {"tzo": "+00:20:39", "date": "1826-11-18 06:00", "place": {"c2": "55", "cy": "FR", "lg": 5.16108, "lat": 48.77275, "name": "Bar-le-Duc", "geoid": 3034911}, "date-ut": "1826-11-18 05:39:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-147"}, "ids-in-sources": {"a3": "147"}}, "raw": {"H": "5", "MN": "39", "TZ": "0", "COD": "55", "COU": "F", "DAY": "18", "LAT": "48N46", "LON": "5E10", "MON": "11", "NUM": "147", "PRO": "M", "SEC": "20", "YEA": "1826", "CITY": "BAR-LE-DUC"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-122"}, "ids-in-source": {"g55": "04-122"}}, "raw": {"DAY": "18-11-1826", "HOUR": "6 h.", "NAME": "BAUX Francois", "PLACE": "Bar-le-Duc (Meuse)."}, "date": "2023-08-20T14:48:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5877	bayol-jean-1849-12-24	{"a3": "149", "g55": "04-124"}	{"g55": "04-124", "lerrcp": "A3-149"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bayol", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:08", "date": "1849-12-24 05:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.03131, "lat": 43.69481, "name": "Eyguières", "geoid": 3019219}, "notime": null, "date-ut": "1849-12-24 04:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bayol"}, "birth": {"tzo": "+00:20:08", "date": "1849-12-24 05:00", "place": {"c2": "13", "cy": "FR", "lg": 5.03131, "lat": 43.69481, "name": "Eyguières", "geoid": 3019219}, "date-ut": "1849-12-24 04:38:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-149"}, "ids-in-sources": {"a3": "149"}}, "raw": {"H": "4", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "24", "LAT": "43N18", "LON": "5E22", "MON": "12", "NUM": "149", "PRO": "M", "SEC": "32", "YEA": "1849", "CITY": "EYGUIERES"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-124"}, "ids-in-source": {"g55": "04-124"}}, "raw": {"DAY": "24-12-1849", "HOUR": "5 h.", "NAME": "BAYOL Jean", "PLACE": "Eyguiéres (Bouches-du-Rhône)."}, "date": "2023-08-20T14:48:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5879	bazaine-hayter-georges-1843-12-04	{"a3": "151", "g55": "04-126"}	{"g55": "04-126", "lerrcp": "A3-151"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Bazaine-Hayter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:12", "date": "1843-12-04 04:30", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1843-12-04 04:20:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Bazaine-Hayter"}, "birth": {"tzo": "+00:09:12", "date": "1843-12-04 04:30", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1843-12-04 04:20:48"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-151"}, "ids-in-sources": {"a3": "151"}}, "raw": {"H": "4", "MN": "20", "TZ": "0", "COD": "80", "COU": "F", "DAY": "4", "LAT": "49N54", "LON": "2E18", "MON": "12", "NUM": "151", "PRO": "M", "SEC": "48", "YEA": "1843", "CITY": "AMIENS"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-126"}, "ids-in-source": {"g55": "04-126"}}, "raw": {"DAY": "4-12-1843", "HOUR": "4 h. 30", "NAME": "\\fBAZAINE-HAYTER Georges Albert", "PLACE": "Amiens (Somme)."}, "date": "2023-08-20T14:48:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5880	bazin-victor-1849-02-17	{"a3": "152", "g55": "04-127"}	{"g55": "04-127", "lerrcp": "A3-152"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Bazin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:12", "date": "1849-02-17 17:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.29869, "lat": 46.95104, "name": "Autun", "geoid": 3035883}, "notime": null, "date-ut": "1849-02-17 16:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Bazin"}, "birth": {"tzo": "+00:17:12", "date": "1849-02-17 17:00", "place": {"c2": "71", "cy": "FR", "lg": 4.29869, "lat": 46.95104, "name": "Autun", "geoid": 3035883}, "date-ut": "1849-02-17 16:40:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-152"}, "ids-in-sources": {"a3": "152"}}, "raw": {"H": "16", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "17", "LAT": "46N18", "LON": "4E50", "MON": "2", "NUM": "152", "PRO": "M", "SEC": "40", "YEA": "1849", "CITY": "AUTUN"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-127"}, "ids-in-source": {"g55": "04-127"}}, "raw": {"DAY": "17-2-1849", "HOUR": "17 h.", "NAME": "BAZIN Victor Antoine", "PLACE": "Autun (Saône-et-Loire)."}, "date": "2023-08-20T14:48:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5883	beaudouin-louis-1819-06-26	{"a3": "155", "g55": "04-129"}	{"g55": "04-129", "lerrcp": "A3-155"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Beaudouin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:39", "date": "1819-06-26 09:00", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.41168, "lat": 49.24557, "name": "Les Andelys", "geoid": 3002172}, "notime": null, "date-ut": "1819-06-26 08:55:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Beaudouin"}, "birth": {"tzo": "+00:05:39", "date": "1819-06-26 09:00", "place": {"c2": "27", "cy": "FR", "lg": 1.41168, "lat": 49.24557, "name": "Les Andelys", "geoid": 3002172}, "date-ut": "1819-06-26 08:55:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-155"}, "ids-in-sources": {"a3": "155"}}, "raw": {"H": "8", "MN": "55", "TZ": "0", "COD": "27", "COU": "F", "DAY": "26", "LAT": "49N 1", "LON": "1E11", "MON": "6", "NUM": "155", "PRO": "M", "SEC": "16", "YEA": "1819", "CITY": "LES ANDELYS"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-129"}, "ids-in-source": {"g55": "04-129"}}, "raw": {"DAY": "26-6-1819", "HOUR": "9 h.", "NAME": "BEAUDOUIN Louis Jules", "PLACE": "Les Andelys (Eure)."}, "date": "2023-08-20T14:48:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5884	beaufort-pierre-1825-08-01	{"a3": "156", "g55": "04-130"}	{"g55": "04-130", "lerrcp": "A3-156"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Beaufort", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:44", "date": "1825-08-01 16:00", "note": null, "place": {"c1": null, "c2": "36", "c3": null, "cy": "FR", "lg": 1.68333, "lat": 46.81667, "name": "Saint-Benoît-du-Sault", "geoid": 0}, "notime": null, "date-ut": "1825-08-01 15:53:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Beaufort"}, "birth": {"tzo": "+00:06:44", "date": "1825-08-01 16:00", "place": {"c2": "36", "cy": "FR", "lg": 1.68333, "lat": 46.81667, "name": "Saint-Benoit-du-Sa", "geoid": 0}, "date-ut": "1825-08-01 15:53:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-156"}, "ids-in-sources": {"a3": "156"}}, "raw": {"H": "15", "MN": "53", "TZ": "0", "COD": "36", "COU": "F", "DAY": "1", "LAT": "46N49", "LON": "1E41", "MON": "8", "NUM": "156", "PRO": "M", "SEC": "16", "YEA": "1825", "CITY": "ST-BENOIT-DU-SA"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Benoît-du-Sault"}}, "partial-ids": {"g55": "04-130"}, "ids-in-source": {"g55": "04-130"}}, "raw": {"DAY": "1-8-1825", "HOUR": "16 h.", "NAME": "BEAUFORT (de) Pierre Philippe", "PLACE": "Saint-Benoît-du-Sault (Indre)."}, "date": "2023-08-20T14:48:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5885	beaugier-francois-1842-04-18	{"a3": "157", "g55": "04-131"}	{"g55": "04-131", "lerrcp": "A3-157"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Beaugier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:32", "date": "1842-04-18 19:00", "note": null, "place": {"c1": null, "c2": "43", "c3": null, "cy": "FR", "lg": 3.88333, "lat": 45.05, "name": "Le Puy", "geoid": 0}, "notime": null, "date-ut": "1842-04-18 18:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Beaugier"}, "birth": {"tzo": "+00:15:32", "date": "1842-04-18 19:00", "place": {"c2": "43", "cy": "FR", "lg": 3.88333, "lat": 45.05, "name": "Le Puy", "geoid": 0}, "date-ut": "1842-04-18 18:44:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-157"}, "ids-in-sources": {"a3": "157"}}, "raw": {"H": "18", "MN": "44", "TZ": "0", "COD": "43", "COU": "F", "DAY": "18", "LAT": "45N 3", "LON": "3E53", "MON": "4", "NUM": "157", "PRO": "M", "SEC": "28", "YEA": "1842", "CITY": "LE PUY"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Le Puy"}}, "partial-ids": {"g55": "04-131"}, "ids-in-source": {"g55": "04-131"}}, "raw": {"DAY": "18-4-1842", "HOUR": "19 h.", "NAME": "BEAUGIER Francois Alfred", "PLACE": "Le Puy (Haute-Loire)."}, "date": "2023-08-20T14:48:22+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5887	beaussant-auguste-1864-12-27	{"a3": "159", "g55": "04-133"}	{"g55": "04-133", "lerrcp": "A3-159"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Beaussant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:50", "date": "1864-12-27 07:00", "note": null, "place": {"c1": null, "c2": "79", "c3": null, "cy": "FR", "lg": -0.45877, "lat": 46.32313, "name": "Niort", "geoid": 2990355}, "notime": null, "date-ut": "1864-12-27 07:01:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Beaussant"}, "birth": {"tzo": "-00:01:50", "date": "1864-12-27 07:00", "place": {"c2": "79", "cy": "FR", "lg": -0.45877, "lat": 46.32313, "name": "Niort", "geoid": 2990355}, "date-ut": "1864-12-27 07:01:48"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-159"}, "ids-in-sources": {"a3": "159"}}, "raw": {"H": "7", "MN": "1", "TZ": "0", "COD": "79", "COU": "F", "DAY": "27", "LAT": "46N19", "LON": "0W27", "MON": "12", "NUM": "159", "PRO": "M", "SEC": "48", "YEA": "1864", "CITY": "NIORT"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-133"}, "ids-in-source": {"g55": "04-133"}}, "raw": {"DAY": "27-12-1864", "HOUR": "7 h.", "NAME": "BEAUSSANT Auguste René", "PLACE": "Niort (Deux-Sévres)."}, "date": "2023-08-20T14:48:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5889	bendeau-marie-1804-08-01	{"a3": "161", "g55": "04-135"}	{"g55": "04-135", "lerrcp": "A3-161"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Bendeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:53", "date": "1804-08-01 12:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.4729, "lat": 47.16878, "name": "Vertou", "geoid": 2969612}, "notime": null, "date-ut": "1804-08-01 12:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Bendeau"}, "birth": {"tzo": "-00:05:53", "date": "1804-08-01 12:00", "place": {"c2": "44", "cy": "FR", "lg": -1.4729, "lat": 47.16878, "name": "Vertou", "geoid": 2969612}, "date-ut": "1804-08-01 12:06:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-161"}, "ids-in-sources": {"a3": "161"}}, "raw": {"H": "12", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "1", "LAT": "47N13", "LON": "1W35", "MON": "8", "NUM": "161", "PRO": "M", "SEC": "20", "YEA": "1804", "CITY": "VERTOU"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-135"}, "ids-in-source": {"g55": "04-135"}}, "raw": {"DAY": "4-8-1804", "HOUR": "12 h.", "NAME": "BEDEAU Marie Alphonse", "PLACE": "Vertou (Loire-Inférieure)."}, "date": "2023-08-20T14:48:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5891	bedoin-emile-1821-01-03	{"a3": "163", "g55": "04-136"}	{"g55": "04-136", "lerrcp": "A3-163"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Bedoin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:36", "date": "1821-01-03 06:00", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 4.9, "lat": 44.93333, "name": "Romans-sur-Isére", "geoid": 0}, "notime": null, "date-ut": "1821-01-03 05:40:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Bedoin"}, "birth": {"tzo": "+00:19:36", "date": "1821-01-03 06:00", "place": {"c2": "26", "cy": "FR", "lg": 4.9, "lat": 44.93333, "name": "Roman-sur-Isere", "geoid": 0}, "date-ut": "1821-01-03 05:40:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-163"}, "ids-in-sources": {"a3": "163"}}, "raw": {"H": "5", "MN": "40", "TZ": "0", "COD": "26", "COU": "F", "DAY": "3", "LAT": "44N56", "LON": "4E54", "MON": "1", "NUM": "163", "PRO": "M", "SEC": "24", "YEA": "1821", "CITY": "ROMAN-S/ISERE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Romans-sur-Isére"}}, "partial-ids": {"g55": "04-136"}, "ids-in-source": {"g55": "04-136"}}, "raw": {"DAY": "3-1-1821", "HOUR": "6 h.", "NAME": "BEDOIN Emile Joseph", "PLACE": "Romans-sur-Isére (Drôme)."}, "date": "2023-08-20T14:48:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5893	behic-charles-francois-1826-06-22	{"a3": "165", "g55": "04-138"}	{"g55": "04-138", "lerrcp": "A3-165"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles Francois", "family": "Behic", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:15:19", "date": "1826-06-22 01:30", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -3.82792, "lat": 48.57784, "name": "Morlaix", "geoid": 2991772}, "notime": null, "date-ut": "1826-06-22 01:46:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-165"}, "birth": {"tzo": "-00:15:19", "date": "1826-06-22 01:30", "place": {"c2": "29", "cy": "FR", "lg": -3.82792, "lat": 48.57784, "name": "Morlaix", "geoid": 2991772}, "date-ut": "1826-06-22 01:46:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-165"}, "ids-in-sources": {"a3": "165"}}, "raw": {"H": "1", "MN": "46", "TZ": "0", "COD": "29", "COU": "F", "DAY": "22", "LAT": "48N 0", "LON": "4W 6", "MON": "6", "NUM": "165", "PRO": "M", "SEC": "24", "YEA": "1826", "CITY": "MORLAIX"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Charles Francois", "family": "Behic", "nobility": ""}, "slug": "behic-charles-francois-1826-06-22", "partial-ids": {"g55": "04-138"}, "ids-in-source": {"g55": "04-138"}}, "raw": {"DAY": "22-6-1826", "HOUR": "1h. 30", "NAME": "BEHIC Charles Francois", "PLACE": "Morlaix (Finistère)."}, "date": "2023-08-20T14:48:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5895	bellegarde-marie-1837-10-04	{"a3": "167", "g55": "04-139"}	{"g55": "04-139", "lerrcp": "A3-167"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Bellegarde", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:35", "date": "1837-10-04 02:30", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 1.89686, "lat": 43.9016, "name": "Gaillac", "geoid": 3016824}, "notime": null, "date-ut": "1837-10-04 02:21:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Bellegarde"}, "birth": {"tzo": "+00:07:35", "date": "1837-10-04 02:30", "place": {"c2": "81", "cy": "FR", "lg": 1.89686, "lat": 43.9016, "name": "Gaillac", "geoid": 3016824}, "date-ut": "1837-10-04 02:21:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-167"}, "ids-in-sources": {"a3": "167"}}, "raw": {"H": "2", "MN": "21", "TZ": "0", "COD": "81", "COU": "F", "DAY": "4", "LAT": "43N55", "LON": "2E 8", "MON": "10", "NUM": "167", "PRO": "M", "SEC": "28", "YEA": "1837", "CITY": "GAILLAC"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-139"}, "ids-in-source": {"g55": "04-139"}}, "raw": {"DAY": "4-10-1837", "HOUR": "2 h. 30", "NAME": "BELLEGARDE (de) Marie-Louis", "PLACE": "Gaillac (Tarn)."}, "date": "2023-08-20T14:48:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5896	bellue-jean-1848-11-28	{"a3": "168", "g55": "04-140"}	{"g55": "04-140", "lerrcp": "A3-168"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bellue", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1848-11-28 20:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1848-11-28 20:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bellue"}, "birth": {"tzo": "-00:02:19", "date": "1848-11-28 20:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1848-11-28 20:57:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-168"}, "ids-in-sources": {"a3": "168"}}, "raw": {"H": "20", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "28", "LAT": "44N50", "LON": "0W34", "MON": "11", "NUM": "168", "PRO": "M", "SEC": "36", "YEA": "1848", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-140"}, "ids-in-source": {"g55": "04-140"}}, "raw": {"DAY": "28-11-1848", "HOUR": "21 h.", "NAME": "BELLUE Jean", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:48:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5899	benoist-arthur-1844-07-08	{"a3": "171", "g55": "04-142"}	{"g55": "04-142", "lerrcp": "A3-171"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Benoist", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:26", "date": "1844-07-08 16:00", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.10675, "lat": 49.02072, "name": "Waly", "geoid": 2967486}, "notime": null, "date-ut": "1844-07-08 15:39:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Benoist"}, "birth": {"tzo": "+00:20:26", "date": "1844-07-08 16:00", "place": {"c2": "55", "cy": "FR", "lg": 5.10675, "lat": 49.02072, "name": "Waly", "geoid": 2967486}, "date-ut": "1844-07-08 15:39:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-171"}, "ids-in-sources": {"a3": "171"}}, "raw": {"H": "15", "MN": "39", "TZ": "0", "COD": "55", "COU": "F", "DAY": "8", "LAT": "48N46", "LON": "5E10", "MON": "7", "NUM": "171", "PRO": "M", "SEC": "20", "YEA": "1844", "CITY": "WALY"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-142"}, "ids-in-source": {"g55": "04-142"}}, "raw": {"DAY": "8-7-1844", "HOUR": "16 h.", "NAME": "BENOIST (de) Arthur Paul", "PLACE": "Waly (Meuse)."}, "date": "2023-08-20T14:48:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5900	benoist-charles-1842-05-13	{"a3": "172", "g55": "04-143"}	{"g55": "04-143", "lerrcp": "A3-172"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Benoist", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:26", "date": "1842-05-13 05:00", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.10675, "lat": 49.02072, "name": "Waly", "geoid": 2967486}, "notime": null, "date-ut": "1842-05-13 04:39:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Benoist"}, "birth": {"tzo": "+00:20:26", "date": "1842-05-13 05:00", "place": {"c2": "55", "cy": "FR", "lg": 5.10675, "lat": 49.02072, "name": "Waly", "geoid": 2967486}, "date-ut": "1842-05-13 04:39:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-172"}, "ids-in-sources": {"a3": "172"}}, "raw": {"H": "4", "MN": "39", "TZ": "0", "COD": "55", "COU": "F", "DAY": "13", "LAT": "48N46", "LON": "5E10", "MON": "5", "NUM": "172", "PRO": "M", "SEC": "20", "YEA": "1842", "CITY": "WALY"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-143"}, "ids-in-source": {"g55": "04-143"}}, "raw": {"DAY": "13-5-1842", "HOUR": "5 h.", "NAME": "BENOIST (de) Charles-Marie", "PLACE": "Waly (Meuse)."}, "date": "2023-08-20T14:48:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5902	benoist-d-azy-1866-01-01	{"a3": "174", "g55": "04-145"}	{"g55": "04-145", "lerrcp": "A3-174"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "D'Azy", "family": "Benoist", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:26", "date": "1866-01-01 13:30", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1866-01-01 13:12:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "D'Azy", "family": "Benoist"}, "birth": {"tzo": "+00:17:26", "date": "1866-01-01 13:30", "place": {"c2": "30", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1866-01-01 13:12:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-174"}, "ids-in-sources": {"a3": "174"}}, "raw": {"H": "13", "MN": "12", "TZ": "0", "COD": "30", "COU": "F", "DAY": "1", "LAT": "43N51", "LON": "4E21", "MON": "1", "NUM": "174", "PRO": "M", "SEC": "36", "YEA": "1866", "CITY": "NIMES"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-145"}, "ids-in-source": {"g55": "04-145"}}, "raw": {"DAY": "1-1-1866", "HOUR": "13 h. 30", "NAME": "BENOIST d’AZY", "PLACE": "Nimes (Gard)."}, "date": "2023-08-20T14:48:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5904	benoit-georges-1865-06-14	{"a3": "176", "g55": "04-147"}	{"g55": "04-147", "lerrcp": "A3-176"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Benoit", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:59", "date": "1865-06-14 01:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1865-06-14 00:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Benoit"}, "birth": {"tzo": "+00:04:59", "date": "1865-06-14 01:00", "place": {"c2": "87", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1865-06-14 00:55"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-176"}, "ids-in-sources": {"a3": "176"}}, "raw": {"H": "0", "MN": "55", "TZ": "0", "COD": "87", "COU": "F", "DAY": "14", "LAT": "45N50", "LON": "1E15", "MON": "6", "NUM": "176", "PRO": "M", "SEC": "0", "YEA": "1865", "CITY": "LIMOGES"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-147"}, "ids-in-source": {"g55": "04-147"}}, "raw": {"DAY": "14-6-1865", "HOUR": "1 h.", "NAME": "BENOIT Georges", "PLACE": "Limoges (Haute-Vienne)."}, "date": "2023-08-20T14:48:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5905	beranger-elie-1867-01-07	{"a3": "177", "g55": "04-148"}	{"g55": "04-148", "lerrcp": "A3-177"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elie", "family": "Beranger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:38", "date": "1867-01-07 15:30", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "notime": null, "date-ut": "1867-01-07 15:10:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Elie", "family": "Beranger"}, "birth": {"tzo": "+00:19:38", "date": "1867-01-07 15:30", "place": {"c2": "26", "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "date-ut": "1867-01-07 15:10:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-177"}, "ids-in-sources": {"a3": "177"}}, "raw": {"H": "15", "MN": "10", "TZ": "0", "COD": "26", "COU": "F", "DAY": "7", "LAT": "44N56", "LON": "4E54", "MON": "1", "NUM": "177", "PRO": "M", "SEC": "24", "YEA": "1867", "CITY": "VALENCE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-148"}, "ids-in-source": {"g55": "04-148"}}, "raw": {"DAY": "7-1-1867", "HOUR": "15 h. 30", "NAME": "BERANGER Elie-Marie", "PLACE": "Valence (Drôme)."}, "date": "2023-08-20T14:48:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5907	berdoulat-pierre-1861-07-29	{"a3": "179", "g55": "04-150"}	{"g55": "04-150", "lerrcp": "A3-179"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Berdoulat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:33", "date": "1861-07-29 10:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.38831, "lat": 43.5104, "name": "Pinsaguel", "geoid": 2987082}, "notime": null, "date-ut": "1861-07-29 09:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Berdoulat"}, "birth": {"tzo": "+00:05:33", "date": "1861-07-29 10:00", "place": {"c2": "31", "cy": "FR", "lg": 1.38831, "lat": 43.5104, "name": "Pinsaguel", "geoid": 2987082}, "date-ut": "1861-07-29 09:54:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-179"}, "ids-in-sources": {"a3": "179"}}, "raw": {"H": "9", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "29", "LAT": "43N37", "LON": "1E26", "MON": "7", "NUM": "179", "PRO": "M", "SEC": "16", "YEA": "1861", "CITY": "PINSAGUEL"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-150"}, "ids-in-source": {"g55": "04-150"}}, "raw": {"DAY": "29-7-1861", "HOUR": "10 h.", "NAME": "BERDOULAT Pierre Emile", "PLACE": "Pinsagel (Haute-Garonne)."}, "date": "2023-08-20T14:48:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5909	bergasse-du-p-th-abel-1832-03-23	{"a3": "181", "g55": "04-152"}	{"g55": "04-152", "lerrcp": "A3-181"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Bergasse du P.-Th. Abel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:36", "date": "1832-03-23 13:15", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.9, "lat": 47.9, "name": "Bourdeaux-les-Rouchas", "geoid": 0}, "notime": null, "date-ut": "1832-03-23 13:07:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Bergasse du P.-Th. Abel"}, "birth": {"tzo": "+00:07:36", "date": "1832-03-23 13:15", "place": {"c2": "45", "cy": "FR", "lg": 1.9, "lat": 47.9, "name": "Bourdeaux-les-R", "geoid": 0}, "date-ut": "1832-03-23 13:07:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-181"}, "ids-in-sources": {"a3": "181"}}, "raw": {"H": "13", "MN": "7", "TZ": "0", "COD": "45", "COU": "F", "DAY": "23", "LAT": "47N54", "LON": "1E54", "MON": "3", "NUM": "181", "PRO": "M", "SEC": "24", "YEA": "1832", "CITY": "BOURDEAUX-LES-R"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Bourdeaux-les-Rouchas"}}, "partial-ids": {"g55": "04-152"}, "ids-in-source": {"g55": "04-152"}}, "raw": {"DAY": "23-3-1832", "HOUR": "13 h. 15", "NAME": "BERGASSE du PETIT-THOUARS Abel", "PLACE": "Bourdeaux-les-Rouchas (Loire)."}, "date": "2023-08-20T14:48:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5910	berge-paul-1860-02-06	{"a3": "182", "g55": "04-153"}	{"g55": "04-153", "lerrcp": "A3-182"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Berge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:07", "date": "1860-02-06 22:30", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "notime": null, "date-ut": "1860-02-06 22:12:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Berge"}, "birth": {"tzo": "+00:16:07", "date": "1860-02-06 22:30", "place": {"c2": "51", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "date-ut": "1860-02-06 22:12:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-182"}, "ids-in-sources": {"a3": "182"}}, "raw": {"H": "22", "MN": "12", "TZ": "0", "COD": "51", "COU": "F", "DAY": "6", "LAT": "48N57", "LON": "4E22", "MON": "2", "NUM": "182", "PRO": "M", "SEC": "32", "YEA": "1860", "CITY": "REIMS"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-153"}, "ids-in-source": {"g55": "04-153"}}, "raw": {"DAY": "6-2-1860", "HOUR": "22 h. 30", "NAME": "BERGE Paul Louis", "PLACE": "Reims (Marne)."}, "date": "2023-08-20T14:48:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5913	berges-michel-1894-01-04	{"a3": "185", "g55": "04-155"}	{"g55": "04-155", "lerrcp": "A3-185"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Berges", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1894-01-04 17:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "notime": null, "date-ut": "1894-01-04 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Berges"}, "birth": {"tzo": "+00:09:21", "date": "1894-01-04 17:00", "place": {"c2": "64", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "date-ut": "1894-01-04 16:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-185"}, "ids-in-sources": {"a3": "185"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "64", "COU": "F", "DAY": "4", "LAT": "43N18", "LON": "0W22", "MON": "1", "NUM": "185", "PRO": "M", "SEC": "40", "YEA": "1894", "CITY": "PAU"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-155"}, "ids-in-source": {"g55": "04-155"}}, "raw": {"DAY": "4-1-1894", "HOUR": "17 h.", "NAME": "BERGES Michel Albert", "PLACE": "Pau (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5916	bernard-henry-1860-11-01	{"a3": "188", "g55": "04-156"}	{"g55": "04-156", "lerrcp": "A3-188"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Bernard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 6.61472, "lat": 36.365, "name": "Constantine", "geoid": 2501152}, "notime": null, "date-ut": "1860-11-01 08:35:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Bernard"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 6.61472, "lat": 36.365, "name": "Constantine", "geoid": 2501152}, "date-ut": "1860-11-01 08:35:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-188"}, "ids-in-sources": {"a3": "188"}}, "raw": {"H": "8", "MN": "35", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "1", "LAT": "36N30", "LON": "6E15", "MON": "11", "NUM": "188", "PRO": "M", "SEC": "0", "YEA": "1860", "CITY": "CONSTANTINE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-156"}, "ids-in-source": {"g55": "04-156"}}, "raw": {"DAY": "1-11-1860", "HOUR": "9 h.", "NAME": "BERNARD Henri", "PLACE": "Constantine (Algérie)."}, "date": "2023-08-20T14:48:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5915	bernard-frederic-1851-12-21	{"a3": "187", "g55": "04-157"}	{"g55": "04-157", "lerrcp": "A3-187"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Bernard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:08", "date": "1851-12-21 22:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "notime": null, "date-ut": "1851-12-21 21:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Bernard"}, "birth": {"tzo": "+00:11:08", "date": "1851-12-21 22:00", "place": {"c2": "62", "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "date-ut": "1851-12-21 21:48:56"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-187"}, "ids-in-sources": {"a3": "187"}}, "raw": {"H": "21", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "21", "LAT": "50N18", "LON": "2E46", "MON": "12", "NUM": "187", "PRO": "M", "SEC": "56", "YEA": "1851", "CITY": "ARRAS"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-157"}, "ids-in-source": {"g55": "04-157"}}, "raw": {"DAY": "21-12-1851", "HOUR": "22 h.", "NAME": "BERNARD Frédéric Charles", "PLACE": "Arras (Pas-de-Calais)."}, "date": "2023-08-20T14:48:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5920	bernard-louis-1864-04-28	{"a3": "192", "g55": "04-159"}	{"g55": "04-159", "lerrcp": "A3-192"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Bernard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:08:02", "date": "1864-04-28 12:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -2.00877, "lat": 48.64738, "name": "Saint-Malo", "geoid": 2978640}, "notime": null, "date-ut": "1864-04-28 12:06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Bernard"}, "birth": {"tzo": "-00:08:02", "date": "1864-04-28 12:00", "place": {"c2": "35", "cy": "FR", "lg": -2.00877, "lat": 48.64738, "name": "Saint-Malo", "geoid": 2978640}, "date-ut": "1864-04-28 12:06:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-192"}, "ids-in-sources": {"a3": "192"}}, "raw": {"H": "12", "MN": "6", "TZ": "0", "COD": "35", "COU": "F", "DAY": "28", "LAT": "48N 7", "LON": "1W40", "MON": "4", "NUM": "192", "PRO": "M", "SEC": "40", "YEA": "1864", "CITY": "SAINT-MALO"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-159"}, "ids-in-source": {"g55": "04-159"}}, "raw": {"DAY": "28-4-1864", "HOUR": "12 h.", "NAME": "BERNARD Louis Auguste", "PLACE": "Saint-Malo (Ille-et-Vilaine)."}, "date": "2023-08-20T14:48:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5917	bernard-jean-baptiste-1841-06-27	{"a3": "189", "g55": "04-161"}	{"g55": "04-161", "lerrcp": "A3-189"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Baptiste", "family": "Bernard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:08", "date": "1841-06-27 05:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Rouvres", "geoid": 0}, "notime": null, "date-ut": "1841-06-27 04:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-189"}, "birth": {"tzo": "+00:20:08", "date": "1841-06-27 05:00", "place": {"c2": "21", "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Rouvres", "geoid": 0}, "date-ut": "1841-06-27 04:39:52"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-189"}, "ids-in-sources": {"a3": "189"}}, "raw": {"H": "4", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "27", "LAT": "47N19", "LON": "5E 2", "MON": "6", "NUM": "189", "PRO": "M", "SEC": "52", "YEA": "1841", "CITY": "ROUVRES"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Jean-Baptiste", "family": "Bernard", "nobility": ""}, "slug": "bernard-jean-baptiste-1841-06-27", "birth": {"place": {"name": "Rouvres"}}, "partial-ids": {"g55": "04-161"}, "ids-in-source": {"g55": "04-161"}}, "raw": {"DAY": "27-6-1841", "HOUR": "5 h.", "NAME": "BERNARD Jean-Baptiste", "PLACE": "Rouvres (Côtes-d’Or)."}, "date": "2023-08-20T14:48:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5921	bernis-francois-1814-10-07	{"a3": "193", "g55": "04-162"}	{"g55": "04-162", "lerrcp": "A3-193"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Bernis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:26", "date": "1814-10-07 18:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1814-10-07 17:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Bernis"}, "birth": {"tzo": "+00:17:26", "date": "1814-10-07 18:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1814-10-07 17:42:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-193"}, "ids-in-sources": {"a3": "193"}}, "raw": {"H": "17", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "7", "LAT": "43N51", "LON": "4E21", "MON": "10", "NUM": "193", "PRO": "M", "SEC": "36", "YEA": "1814", "CITY": "NIMES"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-162"}, "ids-in-source": {"g55": "04-162"}}, "raw": {"DAY": "7-10-1814", "HOUR": "18 h.", "NAME": "BERNIS (de) Francois Justin", "PLACE": "Nimes (Gard)."}, "date": "2023-08-20T14:48:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5923	berthaut-henry-1848-01-01	{"a3": "195", "g55": "04-164"}	{"g55": "04-164", "lerrcp": "A3-195"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Berthaut", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:49", "date": "1848-01-01 12:00", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.45304, "lat": 48.18324, "name": "Épinal", "geoid": 3020035}, "notime": null, "date-ut": "1848-01-01 11:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Berthaut"}, "birth": {"tzo": "+00:25:49", "date": "1848-01-01 12:00", "place": {"c2": "88", "cy": "FR", "lg": 6.45304, "lat": 48.18324, "name": "Épinal", "geoid": 3020035}, "date-ut": "1848-01-01 11:34:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-195"}, "ids-in-sources": {"a3": "195"}}, "raw": {"H": "11", "MN": "34", "TZ": "0", "COD": "88", "COU": "F", "DAY": "1", "LAT": "48N10", "LON": "6E28", "MON": "1", "NUM": "195", "PRO": "M", "SEC": "8", "YEA": "1848", "CITY": "EPINAL"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-164"}, "ids-in-source": {"g55": "04-164"}}, "raw": {"DAY": "1-1-1848", "HOUR": "12 h.", "NAME": "BERTHAUT Henri Marie", "PLACE": "Epinal (Vosges)."}, "date": "2023-08-20T14:48:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5924	berthaut-jean-1817-03-29	{"a3": "196", "g55": "04-165"}	{"g55": "04-165", "lerrcp": "A3-196"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Berthaut", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:54", "date": "1817-03-29 19:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.22415, "lat": 47.24203, "name": "Genlis", "geoid": 3016332}, "notime": null, "date-ut": "1817-03-29 18:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Berthaut"}, "birth": {"tzo": "+00:20:54", "date": "1817-03-29 19:00", "place": {"c2": "21", "cy": "FR", "lg": 5.22415, "lat": 47.24203, "name": "Genlis", "geoid": 3016332}, "date-ut": "1817-03-29 18:39:52"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-196"}, "ids-in-sources": {"a3": "196"}}, "raw": {"H": "18", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "29", "LAT": "47N19", "LON": "5E 2", "MON": "3", "NUM": "196", "PRO": "M", "SEC": "52", "YEA": "1817", "CITY": "GENLIS"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-165"}, "ids-in-source": {"g55": "04-165"}}, "raw": {"DAY": "29-3-1817", "HOUR": "19 h.", "NAME": "BERTHAUT Jean Auguste", "PLACE": "Genlis (Côte-d’Or)."}, "date": "2023-08-20T14:48:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5925	berthe-auguste-1819-12-26	{"a3": "197", "g55": "04-166"}	{"g55": "04-166", "lerrcp": "A3-197"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Berthe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:34", "date": "1819-12-26 06:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 5.89115, "lat": 48.68075, "name": "Toul", "geoid": 2972350}, "notime": null, "date-ut": "1819-12-26 05:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Berthe"}, "birth": {"tzo": "+00:23:34", "date": "1819-12-26 06:00", "place": {"c2": "54", "cy": "FR", "lg": 5.89115, "lat": 48.68075, "name": "Toul", "geoid": 2972350}, "date-ut": "1819-12-26 05:35:12"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-197"}, "ids-in-sources": {"a3": "197"}}, "raw": {"H": "5", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "26", "LAT": "48N42", "LON": "6E12", "MON": "12", "NUM": "197", "PRO": "M", "SEC": "12", "YEA": "1819", "CITY": "TOUL"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-166"}, "ids-in-source": {"g55": "04-166"}}, "raw": {"DAY": "26-12-1819", "HOUR": "6 h.", "NAME": "BERTHE Auguste Florimond", "PLACE": "Toul (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:48:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5927	berthier-jean-1841-10-01	{"a3": "199", "g55": "04-168"}	{"g55": "04-168", "lerrcp": "A3-199"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Berthier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01:56", "date": "1841-10-01 11:59", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 0.48171, "lat": 44.85157, "name": "Bergerac", "geoid": 3033391}, "notime": null, "date-ut": "1841-10-01 11:57:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Berthier"}, "birth": {"tzo": "+00:01:56", "date": "1841-10-01 11:59", "place": {"c2": "24", "cy": "FR", "lg": 0.48171, "lat": 44.85157, "name": "Bergerac", "geoid": 3033391}, "date-ut": "1841-10-01 11:57:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-199"}, "ids-in-sources": {"a3": "199"}}, "raw": {"H": "11", "MN": "57", "TZ": "0", "COD": "24", "COU": "F", "DAY": "1", "LAT": "45N11", "LON": "0E44", "MON": "10", "NUM": "199", "PRO": "M", "SEC": "4", "YEA": "1841", "CITY": "BERGERAC"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-168"}, "ids-in-source": {"g55": "04-168"}}, "raw": {"DAY": "1-10-1841", "HOUR": "12 h.", "NAME": "BERTHIER Jean Georges", "PLACE": "Bergerac (Dordogne)."}, "date": "2023-08-20T14:48:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5929	bertier-de-sauvigny-alexis-1814-03-23	{"a3": "201", "g55": "04-170"}	{"g55": "04-170", "lerrcp": "A3-201"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Bertier De Sauvigny Alexis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:41", "date": "1814-03-23 14:00", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 1.67001, "lat": 43.78832, "name": "Mézens", "geoid": 2994037}, "notime": null, "date-ut": "1814-03-23 13:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Bertier De Sauvigny Alexis"}, "birth": {"tzo": "+00:06:41", "date": "1814-03-23 14:00", "place": {"c2": "81", "cy": "FR", "lg": 1.67001, "lat": 43.78832, "name": "Mézens", "geoid": 2994037}, "date-ut": "1814-03-23 13:51:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-201"}, "ids-in-sources": {"a3": "201"}}, "raw": {"H": "13", "MN": "51", "TZ": "0", "COD": "81", "COU": "F", "DAY": "23", "LAT": "43N55", "LON": "2E 8", "MON": "3", "NUM": "201", "PRO": "M", "SEC": "28", "YEA": "1814", "CITY": "MEZENS"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-170"}, "ids-in-source": {"g55": "04-170"}}, "raw": {"DAY": "23-3-1814", "HOUR": "14 h.", "NAME": "BERTIER de SAUVIGNY (de) Alexis", "PLACE": "Mézens (Tarn)."}, "date": "2023-08-20T14:48:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5930	bertin-emmanuel-1853-11-18	{"a3": "202", "g55": "04-171"}	{"g55": "04-171", "lerrcp": "A3-202"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emmanuel", "family": "Bertin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:25", "date": "1853-11-18 10:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.85372, "lat": 46.78112, "name": "Chalon-sur-Saône", "geoid": 3027484}, "notime": null, "date-ut": "1853-11-18 09:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emmanuel", "family": "Bertin"}, "birth": {"tzo": "+00:19:25", "date": "1853-11-18 10:00", "place": {"c2": "71", "cy": "FR", "lg": 4.85372, "lat": 46.78112, "name": "Chalon-sur-Saône", "geoid": 3027484}, "date-ut": "1853-11-18 09:40:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-202"}, "ids-in-sources": {"a3": "202"}}, "raw": {"H": "9", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "18", "LAT": "46N18", "LON": "4E50", "MON": "11", "NUM": "202", "PRO": "M", "SEC": "40", "YEA": "1853", "CITY": "CHALON-S-SAONE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-171"}, "ids-in-source": {"g55": "04-171"}}, "raw": {"DAY": "18-11-1853", "HOUR": "10 h.", "NAME": "BERTIN Emmanuel Albert", "PLACE": "Chalon-sur-Saône (S.L.)."}, "date": "2023-08-20T14:48:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5932	bertrand-jules-1866-09-15	{"a3": "204", "g55": "04-173"}	{"g55": "04-173", "lerrcp": "A3-204"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Bertrand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:40", "date": "1866-09-15 20:00", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.16667, "lat": 48.76667, "name": "Ligny", "geoid": 0}, "notime": null, "date-ut": "1866-09-15 19:39:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Bertrand"}, "birth": {"tzo": "+00:20:40", "date": "1866-09-15 20:00", "place": {"c2": "55", "cy": "FR", "lg": 5.16667, "lat": 48.76667, "name": "Ligny", "geoid": 0}, "date-ut": "1866-09-15 19:39:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-204"}, "ids-in-sources": {"a3": "204"}}, "raw": {"H": "19", "MN": "39", "TZ": "0", "COD": "55", "COU": "F", "DAY": "15", "LAT": "48N46", "LON": "5E10", "MON": "9", "NUM": "204", "PRO": "M", "SEC": "20", "YEA": "1866", "CITY": "LIGNY"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Ligny"}}, "partial-ids": {"g55": "04-173"}, "ids-in-source": {"g55": "04-173"}}, "raw": {"DAY": "15-9-1866", "HOUR": "20 h.", "NAME": "BERTRAND Jules Alexandre", "PLACE": "Ligny (Meuse)."}, "date": "2023-08-20T14:48:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5934	bertrand-rene-1813-05-19	{"a3": "206", "g55": "04-175"}	{"g55": "04-175", "lerrcp": "A3-206"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Bertrand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:20", "date": "1813-05-19 19:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "notime": null, "date-ut": "1813-05-19 18:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "René", "family": "Bertrand"}, "birth": {"tzo": "+00:16:20", "date": "1813-05-19 19:00", "place": {"c2": "10", "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "date-ut": "1813-05-19 18:43:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-206"}, "ids-in-sources": {"a3": "206"}}, "raw": {"H": "18", "MN": "43", "TZ": "0", "COD": "10", "COU": "F", "DAY": "19", "LAT": "48N18", "LON": "4E 5", "MON": "5", "NUM": "206", "PRO": "M", "SEC": "40", "YEA": "1813", "CITY": "TROYES"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-175"}, "ids-in-source": {"g55": "04-175"}}, "raw": {"DAY": "19-5-1813", "HOUR": "19 h.", "NAME": "BERTRAND René Ludovic", "PLACE": "Troyes (Aube)."}, "date": "2023-08-20T14:48:23+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5936	besnard-armand-1833-10-11	{"a3": "208", "e3": "117", "g55": "04-177"}	{"g55": "04-177", "lerrcp": "A3-208"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Besnard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:19", "date": "1833-10-11 15:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 1.82992, "lat": 48.64374, "name": "Rambouillet", "geoid": 2984513}, "notime": null, "date-ut": "1833-10-11 14:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Besnard"}, "birth": {"tzo": "+00:07:19", "date": "1833-10-11 15:00", "place": {"c2": "78", "cy": "FR", "lg": 1.82992, "lat": 48.64374, "name": "Rambouillet", "geoid": 2984513}, "date-ut": "1833-10-11 14:51:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-208"}, "ids-in-sources": {"a3": "208"}}, "raw": {"H": "14", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "11", "LAT": "48N50", "LON": "2E 8", "MON": "10", "NUM": "208", "PRO": "M", "SEC": "28", "YEA": "1833", "CITY": "RAMBOUILLET"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "ids-in-sources": {"e3": "117"}}, "raw": {"H": "15:00", "COD": "78", "DAY": "11", "MON": "10", "NUM": "0117", "PRO": "PO", "YEA": "1833", "CITY": "Rambouillet", "NAME": "BESNARD Armand", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-177"}, "ids-in-source": {"g55": "04-177"}}, "raw": {"DAY": "11-10-1833", "HOUR": "15 h.", "NAME": "BESNARD Armand Louis", "PLACE": "Rambouillet (S.-et-Oise)."}, "date": "2023-08-20T14:48:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5937	besse-pierre-1857-05-04	{"a3": "209", "g55": "04-178"}	{"g55": "04-178", "lerrcp": "A3-209"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Besse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1857-05-04 12:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1857-05-04 12:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Besse"}, "birth": {"tzo": "-00:02:19", "date": "1857-05-04 12:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1857-05-04 12:57:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-209"}, "ids-in-sources": {"a3": "209"}}, "raw": {"H": "12", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "4", "LAT": "44N50", "LON": "0W34", "MON": "5", "NUM": "209", "PRO": "M", "SEC": "36", "YEA": "1857", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-178"}, "ids-in-source": {"g55": "04-178"}}, "raw": {"DAY": "4-5-1857", "HOUR": "13 h.", "NAME": "BESSE Pierre Joseph", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:48:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5939	bessiere-jean-1880-08-10	{"a3": "211", "g55": "04-180"}	{"g55": "04-180", "lerrcp": "A3-211"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bessiere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:20", "date": "1880-08-10 06:00", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Beauvais", "geoid": 3034006}, "notime": null, "date-ut": "1880-08-10 05:51:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bessiere"}, "birth": {"tzo": "+00:08:20", "date": "1880-08-10 06:00", "place": {"c2": "60", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Beauvais", "geoid": 3034006}, "date-ut": "1880-08-10 05:51:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-211"}, "ids-in-sources": {"a3": "211"}}, "raw": {"H": "5", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "10", "LAT": "49N26", "LON": "2E 5", "MON": "8", "NUM": "211", "PRO": "M", "SEC": "40", "YEA": "1880", "CITY": "BEAUVAIS"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-180"}, "ids-in-source": {"g55": "04-180"}}, "raw": {"DAY": "10-8-1880", "HOUR": "6 h.", "NAME": "BESSIERE Jean-Pierre", "PLACE": "Beauvais (Oise)."}, "date": "2023-08-20T14:48:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5940	besson-joseph-1843-06-06	{"a3": "212", "g55": "04-181"}	{"g55": "04-181", "lerrcp": "A3-212"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Besson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:16", "date": "1843-06-06 02:55:20", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Bourg-sur-Gironde", "geoid": 0}, "notime": null, "date-ut": "1843-06-06 02:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Besson"}, "birth": {"tzo": "-00:02:16", "date": "1843-06-06 02:55:20", "place": {"c2": "33", "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Bourg-sur-Gironde", "geoid": 0}, "date-ut": "1843-06-06 02:57:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-212"}, "ids-in-sources": {"a3": "212"}}, "raw": {"H": "2", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "6", "LAT": "44N50", "LON": "0W34", "MON": "6", "NUM": "212", "PRO": "M", "SEC": "36", "YEA": "1843", "CITY": "BOURG-S/GIRONDE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Bourg-sur-Gironde"}}, "partial-ids": {"g55": "04-181"}, "ids-in-source": {"g55": "04-181"}}, "raw": {"DAY": "16-6-1843", "HOUR": "3 h.", "NAME": "BESSON Joseph-Pierre", "PLACE": "Bourg-sur-Gironde (Gironde)."}, "date": "2023-08-20T14:48:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5943	betrix-jean-joseph-1867-06-16	{"a3": "215", "g55": "04-183"}	{"g55": "04-183", "lerrcp": "A3-215"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Joseph", "family": "Betrix", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:30", "date": "1867-06-16 20:00", "note": null, "place": {"c1": null, "c2": "74", "c3": null, "cy": "FR", "lg": 6.12565, "lat": 45.90878, "name": "Annecy", "geoid": 3037543}, "notime": null, "date-ut": "1867-06-16 19:35:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-215"}, "birth": {"tzo": "+00:24:30", "date": "1867-06-16 20:00", "place": {"c2": "74", "cy": "FR", "lg": 6.12565, "lat": 45.90878, "name": "Annecy", "geoid": 3037543}, "date-ut": "1867-06-16 19:35:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-215"}, "ids-in-sources": {"a3": "215"}}, "raw": {"H": "19", "MN": "35", "TZ": "0", "COD": "74", "COU": "F", "DAY": "16", "LAT": "45N54", "LON": "6E 7", "MON": "6", "NUM": "215", "PRO": "M", "SEC": "32", "YEA": "1867", "CITY": "ANNECY"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Jean-Joseph", "family": "Betrix", "nobility": ""}, "slug": "betrix-jean-joseph-1867-06-16", "partial-ids": {"g55": "04-183"}, "ids-in-source": {"g55": "04-183"}}, "raw": {"DAY": "16-6-1867", "HOUR": "20 h.", "NAME": "\\fBETRIX Jean-Joseph", "PLACE": "Annecy (Haute-Savoie)."}, "date": "2023-08-20T14:48:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5944	bettembourg-adolphe-1882-03-04	{"a3": "216", "g55": "04-184"}	{"g55": "04-184", "lerrcp": "A3-216"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Bettembourg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:32", "date": "1882-03-04 03:00", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.63333, "lat": 44.2, "name": "St-Bazeille", "geoid": 0}, "notime": null, "date-ut": "1882-03-04 02:57:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Bettembourg"}, "birth": {"tzo": "+00:02:32", "date": "1882-03-04 03:00", "place": {"c2": "47", "cy": "FR", "lg": 0.63333, "lat": 44.2, "name": "Saint-Bazeille", "geoid": 0}, "date-ut": "1882-03-04 02:57:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-216"}, "ids-in-sources": {"a3": "216"}}, "raw": {"H": "2", "MN": "57", "TZ": "0", "COD": "47", "COU": "F", "DAY": "4", "LAT": "44N12", "LON": "0E38", "MON": "3", "NUM": "216", "PRO": "M", "SEC": "28", "YEA": "1882", "CITY": "ST-BAZEILLE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "St-Bazeille"}}, "partial-ids": {"g55": "04-184"}, "ids-in-source": {"g55": "04-184"}}, "raw": {"DAY": "4-3-1882", "HOUR": "3 h.", "NAME": "BETTEMBOURG (de) Adolphe Henri", "PLACE": "St-Bazeille (Lot-G.)."}, "date": "2023-08-20T14:48:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5945	beylie-leon-1849-11-26	{"a3": "217", "g55": "04-185"}	{"g55": "04-185", "lerrcp": "A3-217"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Beylie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1849-11-26 17:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1849-11-26 16:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Beylie"}, "birth": {"tzo": "+00:30:59", "date": "1849-11-26 17:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1849-11-26 16:29"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-217"}, "ids-in-sources": {"a3": "217"}}, "raw": {"H": "16", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "26", "LAT": "48N35", "LON": "7E45", "MON": "11", "NUM": "217", "PRO": "M", "SEC": "0", "YEA": "1849", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-185"}, "ids-in-source": {"g55": "04-185"}}, "raw": {"DAY": "26-11-1849", "HOUR": "17 h.", "NAME": "BEYLIE (de) Léon-Marie", "PLACE": "Strasbourg (Bas-Rhin)."}, "date": "2023-08-20T14:48:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5947	beziat-heloi-1823-01-03	{"a3": "219", "g55": "04-187"}	{"g55": "04-187", "lerrcp": "A3-219"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Heloi", "family": "Beziat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:07", "date": "1823-01-03 05:00", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 2.27816, "lat": 43.98727, "name": "Saussenac", "geoid": 2975731}, "notime": null, "date-ut": "1823-01-03 04:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Heloi", "family": "Beziat"}, "birth": {"tzo": "+00:09:07", "date": "1823-01-03 05:00", "place": {"c2": "81", "cy": "FR", "lg": 2.27816, "lat": 43.98727, "name": "Saussenac", "geoid": 2975731}, "date-ut": "1823-01-03 04:51:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-219"}, "ids-in-sources": {"a3": "219"}}, "raw": {"H": "4", "MN": "51", "TZ": "0", "COD": "81", "COU": "F", "DAY": "3", "LAT": "43N55", "LON": "2E 8", "MON": "1", "NUM": "219", "PRO": "M", "SEC": "28", "YEA": "1823", "CITY": "SAUSSENAC"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-187"}, "ids-in-source": {"g55": "04-187"}}, "raw": {"DAY": "3-1-1823", "HOUR": "5 h.", "NAME": "BEZIAT Helvi Théophile", "PLACE": "Saussenac (Tarn)."}, "date": "2023-08-20T14:48:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5949	bichot-claude-1802-10-14	{"a3": "221", "g55": "04-188"}	{"g55": "04-188", "lerrcp": "A3-221"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Bichot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:04", "date": "1802-10-14 20:30", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1802-10-14 20:09:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Bichot"}, "birth": {"tzo": "+00:20:04", "date": "1802-10-14 20:30", "place": {"c2": "21", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1802-10-14 20:09:52"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-221"}, "ids-in-sources": {"a3": "221"}}, "raw": {"H": "20", "MN": "9", "TZ": "0", "COD": "21", "COU": "F", "DAY": "14", "LAT": "47N19", "LON": "5E 2", "MON": "10", "NUM": "221", "PRO": "M", "SEC": "52", "YEA": "1802", "CITY": "DIJON"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-188"}, "ids-in-source": {"g55": "04-188"}}, "raw": {"DAY": "14-10-1802", "HOUR": "20 h. 30", "NAME": "BICHOT Claude Auguste", "PLACE": "Dijon (Côte-d’Or)."}, "date": "2023-08-20T14:48:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5950	bidon-charles-1855-03-06	{"a3": "222", "g55": "04-190"}	{"g55": "04-190", "lerrcp": "A3-222"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Bidon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:58", "date": "1855-03-06 05:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.48996, "lat": 49.28186, "name": "Freistroff", "geoid": 3017256}, "notime": null, "date-ut": "1855-03-06 04:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Bidon"}, "birth": {"tzo": "+00:25:58", "date": "1855-03-06 05:00", "place": {"c2": "57", "cy": "FR", "lg": 6.48996, "lat": 49.28186, "name": "Freistroff", "geoid": 3017256}, "date-ut": "1855-03-06 04:35:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-222"}, "ids-in-sources": {"a3": "222"}}, "raw": {"H": "4", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "6", "LAT": "49N 7", "LON": "6E11", "MON": "3", "NUM": "222", "PRO": "M", "SEC": "16", "YEA": "1855", "CITY": "FREISTROFF"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-190"}, "ids-in-source": {"g55": "04-190"}}, "raw": {"DAY": "6-3-1855", "HOUR": "5 h.", "NAME": "BIDON Charles", "PLACE": "Freistroff (Moselle)."}, "date": "2023-08-20T14:48:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5953	bignon-adrien-1827-12-01	{"a3": "225", "g55": "04-192"}	{"g55": "04-192", "lerrcp": "A3-225"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrien", "family": "Bignon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:00:58", "date": "1827-12-01 21:56:38", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.24186, "lat": 44.91449, "name": "Libourne", "geoid": 2998517}, "notime": null, "date-ut": "1827-12-01 21:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adrien", "family": "Bignon"}, "birth": {"tzo": "-00:00:58", "date": "1827-12-01 21:56:38", "place": {"c2": "33", "cy": "FR", "lg": -0.24186, "lat": 44.91449, "name": "Libourne", "geoid": 2998517}, "date-ut": "1827-12-01 21:57:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-225"}, "ids-in-sources": {"a3": "225"}}, "raw": {"H": "21", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "1", "LAT": "44N50", "LON": "0W34", "MON": "12", "NUM": "225", "PRO": "M", "SEC": "36", "YEA": "1827", "CITY": "LIBOURNE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-192"}, "ids-in-source": {"g55": "04-192"}}, "raw": {"DAY": "1-12-1827", "HOUR": "22 h.", "NAME": "BIGNON Adrien Charles", "PLACE": "Libourne (Gironde)."}, "date": "2023-08-20T14:48:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5954	bigot-louis-1853-03-23	{"a3": "226", "g55": "04-193"}	{"g55": "04-193", "lerrcp": "A3-226"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Bigot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:39", "date": "1853-03-23 05:00", "note": null, "place": {"c1": null, "c2": "91", "c3": null, "cy": "FR", "lg": 2.16233, "lat": 48.43507, "name": "Étampes", "geoid": 3019459}, "notime": null, "date-ut": "1853-03-23 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Bigot"}, "birth": {"tzo": "+00:08:39", "date": "1853-03-23 05:00", "place": {"c2": "91", "cy": "FR", "lg": 2.16233, "lat": 48.43507, "name": "Étampes", "geoid": 3019459}, "date-ut": "1853-03-23 04:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-226"}, "ids-in-sources": {"a3": "226"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "91", "COU": "F", "DAY": "23", "LAT": "48N36", "LON": "2E20", "MON": "3", "NUM": "226", "PRO": "M", "SEC": "40", "YEA": "1853", "CITY": "ETAMPES"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-193"}, "ids-in-source": {"g55": "04-193"}}, "raw": {"DAY": "23-3-1853", "HOUR": "5 h.", "NAME": "BIGOT Louis Emile", "PLACE": "Etampes (Seine-et-Oise)."}, "date": "2023-08-20T14:48:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5956	bigrel-theophile-1828-04-29	{"a3": "228", "g55": "04-194"}	{"g55": "04-194", "lerrcp": "A3-228"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theophile", "family": "Bigrel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:11:01", "date": "1828-04-29 17:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -2.7558, "lat": 48.1776, "name": "Loudéac", "geoid": 2997465}, "notime": null, "date-ut": "1828-04-29 17:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Theophile", "family": "Bigrel"}, "birth": {"tzo": "-00:11:01", "date": "1828-04-29 17:00", "place": {"c2": "22", "cy": "FR", "lg": -2.7558, "lat": 48.1776, "name": "Loudéac", "geoid": 2997465}, "date-ut": "1828-04-29 17:11"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-228"}, "ids-in-sources": {"a3": "228"}}, "raw": {"H": "17", "MN": "11", "TZ": "0", "COD": "22", "COU": "F", "DAY": "29", "LAT": "48N31", "LON": "2W45", "MON": "4", "NUM": "228", "PRO": "M", "SEC": "0", "YEA": "1828", "CITY": "LOUDEAC"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-194"}, "ids-in-source": {"g55": "04-194"}}, "raw": {"DAY": "29-4-1828", "HOUR": "17 h.", "NAME": "BIGREL Théophile Hyac.", "PLACE": "Loudéac (Côtes-du-Nord)."}, "date": "2023-08-20T14:48:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5958	bilotte-gaston-1875-02-10	{"a3": "230", "g55": "04-196"}	{"g55": "04-196", "lerrcp": "A3-230"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Bilotte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:52", "date": "1875-02-10 05:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 3.96613, "lat": 48.16448, "name": "Sommeval", "geoid": 2974279}, "notime": null, "date-ut": "1875-02-10 04:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Bilotte"}, "birth": {"tzo": "+00:15:52", "date": "1875-02-10 05:00", "place": {"c2": "10", "cy": "FR", "lg": 3.96613, "lat": 48.16448, "name": "Sommeval", "geoid": 2974279}, "date-ut": "1875-02-10 04:43:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-230"}, "ids-in-sources": {"a3": "230"}}, "raw": {"H": "4", "MN": "43", "TZ": "0", "COD": "10", "COU": "F", "DAY": "10", "LAT": "48N18", "LON": "4E 5", "MON": "2", "NUM": "230", "PRO": "M", "SEC": "40", "YEA": "1875", "CITY": "SOMMEVAL"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-196"}, "ids-in-source": {"g55": "04-196"}}, "raw": {"DAY": "10-2-1875", "HOUR": "8 h.", "NAME": "BILLOTTE Gaston Henri", "PLACE": "Sommeval (Aube)."}, "date": "2023-08-20T14:48:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5961	bire-louis-1826-05-03	{"a3": "234", "g55": "04-199"}	{"g55": "04-199", "lerrcp": "A3-234"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Bire", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:40", "date": "1826-05-03 20:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -1.16667, "lat": 46.15, "name": "Bernac", "geoid": 0}, "notime": null, "date-ut": "1826-05-03 20:04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Bire"}, "birth": {"tzo": "-00:04:40", "date": "1826-05-03 20:00", "place": {"c2": "17", "cy": "FR", "lg": -1.16667, "lat": 46.15, "name": "Bernac", "geoid": 0}, "date-ut": "1826-05-03 20:04:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-234"}, "ids-in-sources": {"a3": "234"}}, "raw": {"H": "20", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "3", "LAT": "46N 9", "LON": "1W10", "MON": "5", "NUM": "234", "PRO": "M", "SEC": "40", "YEA": "1826", "CITY": "BERNAC"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Bernac"}}, "partial-ids": {"g55": "04-199"}, "ids-in-source": {"g55": "04-199"}}, "raw": {"DAY": "3-5-1826", "HOUR": "20 h.", "NAME": "BIRE (de) Louis Théodore", "PLACE": "Bernac (Charente)."}, "date": "2023-08-20T14:48:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5962	birot-jean-1868-11-08	{"a3": "235", "g55": "04-200"}	{"g55": "04-200", "lerrcp": "A3-235"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Birot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:33", "date": "1868-11-08 20:00", "note": null, "place": {"c1": null, "c2": "12", "c3": null, "cy": "FR", "lg": 2.88915, "lat": 43.95575, "name": "Saint-Affrique", "geoid": 2981925}, "notime": null, "date-ut": "1868-11-08 19:49:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Birot"}, "birth": {"tzo": "+00:11:33", "date": "1868-11-08 20:00", "place": {"c2": "12", "cy": "FR", "lg": 2.88915, "lat": 43.95575, "name": "Saint-Affrique", "geoid": 2981925}, "date-ut": "1868-11-08 19:49:44"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-235"}, "ids-in-sources": {"a3": "235"}}, "raw": {"H": "19", "MN": "49", "TZ": "0", "COD": "12", "COU": "F", "DAY": "8", "LAT": "44N21", "LON": "2E34", "MON": "11", "NUM": "235", "PRO": "M", "SEC": "44", "YEA": "1868", "CITY": "ST-AFFRIQUE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-200"}, "ids-in-source": {"g55": "04-200"}}, "raw": {"DAY": "8-11-1868", "HOUR": "20 h.", "NAME": "BIROT Jean-Pierre Jos.", "PLACE": "Saint-Affrique (Aveyron)."}, "date": "2023-08-20T14:48:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5965	bizard-charles-1852-08-17	{"a3": "238", "g55": "04-202"}	{"g55": "04-202", "lerrcp": "A3-238"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Bizard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:41", "date": "1852-08-17 09:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1852-08-17 08:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Bizard"}, "birth": {"tzo": "+00:24:41", "date": "1852-08-17 09:00", "place": {"c2": "57", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1852-08-17 08:35:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-238"}, "ids-in-sources": {"a3": "238"}}, "raw": {"H": "8", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "17", "LAT": "49N 7", "LON": "6E11", "MON": "8", "NUM": "238", "PRO": "M", "SEC": "16", "YEA": "1852", "CITY": "METZ"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-202"}, "ids-in-source": {"g55": "04-202"}}, "raw": {"DAY": "17-8-1852", "HOUR": "9 h.", "NAME": "BIZARD Charles Ferdinand", "PLACE": "Metz (Moselle)."}, "date": "2023-08-20T14:48:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5967	bizouard-charles-1866-02-07	{"a3": "240", "g55": "04-204"}	{"g55": "04-204", "lerrcp": "A3-240"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Bizouard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:08", "date": "1866-02-07 21:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Thorey-sous-Charny", "geoid": 0}, "notime": null, "date-ut": "1866-02-07 20:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Bizouard"}, "birth": {"tzo": "+00:20:08", "date": "1866-02-07 21:00", "place": {"c2": "21", "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Thorey-sur-S-Char", "geoid": 0}, "date-ut": "1866-02-07 20:39:52"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-240"}, "ids-in-sources": {"a3": "240"}}, "raw": {"H": "20", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "7", "LAT": "47N19", "LON": "5E 2", "MON": "2", "NUM": "240", "PRO": "M", "SEC": "52", "YEA": "1866", "CITY": "THOREY-S/S-CHAR"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Thorey-sous-Charny"}}, "partial-ids": {"g55": "04-204"}, "ids-in-source": {"g55": "04-204"}}, "raw": {"DAY": "7-2-1866", "HOUR": "21 h.", "NAME": "BIZOUARD Charles", "PLACE": "Thorey-sous-Charny (Côtes-du-N.)."}, "date": "2023-08-20T14:48:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5968	blaise-nicolas-1812-10-17	{"a3": "241", "g55": "04-205"}	{"g55": "04-205", "lerrcp": "A3-241"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicolas", "family": "Blaise", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:12", "date": "1812-10-17 14:00", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.55099, "lat": 48.88746, "name": "Saint-Mihiel", "geoid": 2977948}, "notime": null, "date-ut": "1812-10-17 13:39:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Nicolas", "family": "Blaise"}, "birth": {"tzo": "+00:22:12", "date": "1812-10-17 14:00", "place": {"c2": "55", "cy": "FR", "lg": 5.55099, "lat": 48.88746, "name": "Saint-Mihiel", "geoid": 2977948}, "date-ut": "1812-10-17 13:39:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-241"}, "ids-in-sources": {"a3": "241"}}, "raw": {"H": "13", "MN": "39", "TZ": "0", "COD": "55", "COU": "F", "DAY": "17", "LAT": "48N46", "LON": "5E10", "MON": "10", "NUM": "241", "PRO": "M", "SEC": "20", "YEA": "1812", "CITY": "ST-MIHIEL"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-205"}, "ids-in-source": {"g55": "04-205"}}, "raw": {"DAY": "17-10-1812", "HOUR": "14 h.", "NAME": "BLAISE Nicolas Jean", "PLACE": "Saint-Mihiel (Meuse)."}, "date": "2023-08-20T14:48:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5972	blanchard-georges-1877-12-09	{"a3": "245", "g55": "04-207"}	{"g55": "04-207", "lerrcp": "A3-245"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Blanchard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:37", "date": "1877-12-09 15:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1877-12-09 14:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Blanchard"}, "birth": {"tzo": "+00:07:37", "date": "1877-12-09 15:00", "place": {"c2": "45", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1877-12-09 14:52:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-245"}, "ids-in-sources": {"a3": "245"}}, "raw": {"H": "14", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "9", "LAT": "47N54", "LON": "1E54", "MON": "12", "NUM": "245", "PRO": "M", "SEC": "24", "YEA": "1877", "CITY": "ORLEANS"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-207"}, "ids-in-source": {"g55": "04-207"}}, "raw": {"DAY": "9-12-1877", "HOUR": "15 h.", "NAME": "BLANCHARD Georges Maurice", "PLACE": "Orléans (Loiret)."}, "date": "2023-08-20T14:48:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5974	blanche-ferdinand-1848-09-27	{"a3": "247", "g55": "04-208"}	{"g55": "04-208", "lerrcp": "A3-247"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Blanche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:08:20", "date": "1848-09-27 18:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -2.08421, "lat": 47.65165, "name": "Redon", "geoid": 2984192}, "notime": null, "date-ut": "1848-09-27 18:06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Blanche"}, "birth": {"tzo": "-00:08:20", "date": "1848-09-27 18:00", "place": {"c2": "35", "cy": "FR", "lg": -2.08421, "lat": 47.65165, "name": "Redon", "geoid": 2984192}, "date-ut": "1848-09-27 18:06:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-247"}, "ids-in-sources": {"a3": "247"}}, "raw": {"H": "18", "MN": "6", "TZ": "0", "COD": "35", "COU": "F", "DAY": "27", "LAT": "48N 7", "LON": "1W40", "MON": "9", "NUM": "247", "PRO": "M", "SEC": "40", "YEA": "1848", "CITY": "REDON"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-208"}, "ids-in-source": {"g55": "04-208"}}, "raw": {"DAY": "27-9-1848", "HOUR": "18 h.", "NAME": "BLANCHE Ferdinand-Marie", "PLACE": "Redon (Ille-et-Vilaine)."}, "date": "2023-08-20T14:48:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5977	blancq-marie-1844-05-14	{"a3": "250", "g55": "04-209"}	{"g55": "04-209", "lerrcp": "A3-250"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Blancq", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:03", "date": "1844-05-14 02:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.26229, "lat": 43.17987, "name": "Nay", "geoid": 2990852}, "notime": null, "date-ut": "1844-05-14 02:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Blancq"}, "birth": {"tzo": "-00:01:03", "date": "1844-05-14 02:00", "place": {"c2": "64", "cy": "FR", "lg": -0.26229, "lat": 43.17987, "name": "Nay", "geoid": 2990852}, "date-ut": "1844-05-14 02:01:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-250"}, "ids-in-sources": {"a3": "250"}}, "raw": {"H": "2", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "14", "LAT": "43N18", "LON": "0W22", "MON": "5", "NUM": "250", "PRO": "M", "SEC": "28", "YEA": "1844", "CITY": "NAY"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-209"}, "ids-in-source": {"g55": "04-209"}}, "raw": {"DAY": "14-5-1844", "HOUR": "2 h.", "NAME": "BLANCQ Marie-Antoine", "PLACE": "Nay (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5978	blandin-amedee-1855-06-03	{"a3": "251", "g55": "04-210"}	{"g55": "04-210", "lerrcp": "A3-251"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amédée", "family": "Blandin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:11", "date": "1855-06-03 18:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -2.75, "lat": 48.51667, "name": "Ploubalay", "geoid": 0}, "notime": null, "date-ut": "1855-06-03 18:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Amédée", "family": "Blandin"}, "birth": {"tzo": "-00:11", "date": "1855-06-03 18:00", "place": {"c2": "22", "cy": "FR", "lg": -2.75, "lat": 48.51667, "name": "Ploubabay", "geoid": 0}, "date-ut": "1855-06-03 18:11"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-251"}, "ids-in-sources": {"a3": "251"}}, "raw": {"H": "18", "MN": "11", "TZ": "0", "COD": "22", "COU": "F", "DAY": "3", "LAT": "48N31", "LON": "2W45", "MON": "6", "NUM": "251", "PRO": "M", "SEC": "0", "YEA": "1855", "CITY": "PLOUBABAY"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Ploubalay"}}, "partial-ids": {"g55": "04-210"}, "ids-in-source": {"g55": "04-210"}}, "raw": {"DAY": "3-6-1855", "HOUR": "18 h.", "NAME": "BLANDIN Amédée Francisque", "PLACE": "Ploubalay (Côtes-du-N.)."}, "date": "2023-08-20T14:48:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5980	blazer-ferdinand-1857-09-09	{"a3": "253", "g55": "04-213"}	{"g55": "04-213", "lerrcp": "A3-253"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Blazer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:27:12", "date": "1857-09-09 10:33:04", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.79823, "lat": 47.50957, "name": "Montbéliard", "geoid": 2992938}, "notime": null, "date-ut": "1857-09-09 10:05:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Blazer"}, "birth": {"tzo": "+00:27:12", "date": "1857-09-09 10:33:04", "place": {"c2": "25", "cy": "FR", "lg": 6.79823, "lat": 47.50957, "name": "Montbéliard", "geoid": 2992938}, "date-ut": "1857-09-09 10:05:52"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-253"}, "ids-in-sources": {"a3": "253"}}, "raw": {"H": "10", "MN": "5", "TZ": "0", "COD": "25", "COU": "F", "DAY": "9", "LAT": "47N15", "LON": "6E 2", "MON": "9", "NUM": "253", "PRO": "M", "SEC": "52", "YEA": "1857", "CITY": "MONTBELIARD"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-213"}, "ids-in-source": {"g55": "04-213"}}, "raw": {"DAY": "9-9-1857", "HOUR": "10 h. 30", "NAME": "BLAZER Ferdinand Justin", "PLACE": "Montbéliard (Doubs)."}, "date": "2023-08-20T14:48:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5982	bloch-georges-1853-07-07	{"a3": "255", "g55": "04-215"}	{"g55": "04-215", "lerrcp": "A3-255"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Bloch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:24", "date": "1853-07-07 01:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1853-07-07 00:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Bloch"}, "birth": {"tzo": "+00:04:24", "date": "1853-07-07 01:00", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1853-07-07 00:55:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-255"}, "ids-in-sources": {"a3": "255"}}, "raw": {"H": "0", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "7", "LAT": "49N26", "LON": "1E 5", "MON": "7", "NUM": "255", "PRO": "M", "SEC": "40", "YEA": "1853", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-215"}, "ids-in-source": {"g55": "04-215"}}, "raw": {"DAY": "7-7-1853", "HOUR": "1 h.", "NAME": "BLOCH Georges", "PLACE": "Rouen (Seine-Inférieure)."}, "date": "2023-08-20T14:48:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5983	blois-etienne-1801-10-14	{"a3": "256", "g55": "04-216"}	{"g55": "04-216", "lerrcp": "A3-256"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Blois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:15:20", "date": "1801-10-14 04:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -3.83324, "lat": 48.60562, "name": "Ploujean", "geoid": 2986651}, "notime": null, "date-ut": "1801-10-14 04:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Blois"}, "birth": {"tzo": "-00:15:20", "date": "1801-10-14 04:00", "place": {"c2": "29", "cy": "FR", "lg": -3.83324, "lat": 48.60562, "name": "Ploujean", "geoid": 2986651}, "date-ut": "1801-10-14 04:16:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-256"}, "ids-in-sources": {"a3": "256"}}, "raw": {"H": "4", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "14", "LAT": "48N 0", "LON": "4W 6", "MON": "10", "NUM": "256", "PRO": "M", "SEC": "24", "YEA": "1801", "CITY": "PLOUJEAN"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-216"}, "ids-in-source": {"g55": "04-216"}}, "raw": {"DAY": "14-10-1801", "HOUR": "4 h.", "NAME": "BLOIS (de) Etienne Gabriel", "PLACE": "Ploujean (Finistère)."}, "date": "2023-08-20T14:48:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5985	blondlat-ernest-1862-12-02	{"a3": "258", "g55": "04-218"}	{"g55": "04-218", "lerrcp": "A3-258"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Blondlat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:56", "date": "1862-12-02 17:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Méziéres", "geoid": 0}, "notime": null, "date-ut": "1862-12-02 16:41:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Blondlat"}, "birth": {"tzo": "+00:18:56", "date": "1862-12-02 17:00", "place": {"c2": "08", "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Mezieres", "geoid": 0}, "date-ut": "1862-12-02 16:41:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-258"}, "ids-in-sources": {"a3": "258"}}, "raw": {"H": "16", "MN": "41", "TZ": "0", "COD": "08", "COU": "F", "DAY": "2", "LAT": "49N46", "LON": "4E44", "MON": "12", "NUM": "258", "PRO": "M", "SEC": "4", "YEA": "1862", "CITY": "MEZIERES"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Méziéres"}}, "partial-ids": {"g55": "04-218"}, "ids-in-source": {"g55": "04-218"}}, "raw": {"DAY": "2-12-1862", "HOUR": "17 h.", "NAME": "BLONDLAT Ernest Joseph", "PLACE": "Méziéres (Ardennes)."}, "date": "2023-08-20T14:48:24+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5987	blot-paul-1873-11-26	{"a3": "260", "g55": "04-220"}	{"g55": "04-220", "lerrcp": "A3-260"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Blot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:05", "date": "1873-11-26 17:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "notime": null, "date-ut": "1873-11-26 16:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Blot"}, "birth": {"tzo": "+00:09:05", "date": "1873-11-26 17:00", "place": {"c2": "92", "cy": "FR", "lg": 2.26965, "lat": 48.8846, "name": "Neuilly-sur-Seine", "geoid": 2990611}, "date-ut": "1873-11-26 16:51:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-260"}, "ids-in-sources": {"a3": "260"}}, "raw": {"H": "16", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "26", "LAT": "48N50", "LON": "2E11", "MON": "11", "NUM": "260", "PRO": "M", "SEC": "16", "YEA": "1873", "CITY": "NEUILLY-S/SEINE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-220"}, "ids-in-source": {"g55": "04-220"}}, "raw": {"DAY": "26-11-1873", "HOUR": "17 h.", "NAME": "BLOT Paul Emile", "PLACE": "Neuilly-sur-Seine (Seine)."}, "date": "2023-08-20T14:48:25+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5989	bobet-henry-1826-12-10	{"a3": "262", "g55": "04-221"}	{"g55": "04-221", "lerrcp": "A3-262"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Bobet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1826-12-10 02:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1826-12-10 01:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Bobet"}, "birth": {"tzo": "+00:08:32", "date": "1826-12-10 02:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1826-12-10 01:51:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-262"}, "ids-in-sources": {"a3": "262"}}, "raw": {"H": "1", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "10", "LAT": "48N50", "LON": "2E 8", "MON": "12", "NUM": "262", "PRO": "M", "SEC": "28", "YEA": "1826", "CITY": "VERSAILLES"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-221"}, "ids-in-source": {"g55": "04-221"}}, "raw": {"DAY": "10-12-1826", "HOUR": "2 h.", "NAME": "BOBET Henri Charles", "PLACE": "Versailles (Seine-et-Oise)."}, "date": "2023-08-20T14:48:25+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5992	boell-marie-1849-01-17	{"a3": "265", "g55": "04-223"}	{"g55": "04-223", "lerrcp": "A3-265"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Boell", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:28", "date": "1849-01-17 17:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Villé", "geoid": 0}, "notime": null, "date-ut": "1849-01-17 16:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Boell"}, "birth": {"tzo": "+00:21:28", "date": "1849-01-17 17:00", "place": {"c2": "13", "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Ville", "geoid": 0}, "date-ut": "1849-01-17 16:38:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-265"}, "ids-in-sources": {"a3": "265"}}, "raw": {"H": "16", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "17", "LAT": "43N18", "LON": "5E22", "MON": "1", "NUM": "265", "PRO": "M", "SEC": "32", "YEA": "1849", "CITY": "VILLE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Villé"}}, "partial-ids": {"g55": "04-223"}, "ids-in-source": {"g55": "04-223"}}, "raw": {"DAY": "17-1-1849", "HOUR": "17 h.", "NAME": "BOELL Marie-Joseph", "PLACE": "Villé (Bas-Rhin)."}, "date": "2023-08-20T14:48:25+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5993	boelle-victor-1850-05-10	{"a3": "266", "g55": "04-224"}	{"g55": "04-224", "lerrcp": "A3-266"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Boelle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:17:57", "date": "1850-05-10 12:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1850-05-10 12:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Boelle"}, "birth": {"tzo": "-00:17:57", "date": "1850-05-10 12:00", "place": {"c2": "29", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1850-05-10 12:16:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-266"}, "ids-in-sources": {"a3": "266"}}, "raw": {"H": "12", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "10", "LAT": "48N 0", "LON": "4W 6", "MON": "5", "NUM": "266", "PRO": "M", "SEC": "24", "YEA": "1850", "CITY": "BREST"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-224"}, "ids-in-source": {"g55": "04-224"}}, "raw": {"DAY": "10-5-1850", "HOUR": "12 h.", "NAME": "BOELLE Victor René", "PLACE": "Brest (Finistère)."}, "date": "2023-08-20T14:48:25+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5995	boichut-edmont-1864-08-07	{"a3": "268", "g55": "04-226"}	{"g55": "04-226", "lerrcp": "A3-268"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmont", "family": "Boichut", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:26:19", "date": "1864-08-07 17:00", "note": null, "place": {"c1": null, "c2": "70", "c3": null, "cy": "FR", "lg": 6.58014, "lat": 47.75229, "name": "Mélisey", "geoid": 2994680}, "notime": null, "date-ut": "1864-08-07 16:35:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edmont", "family": "Boichut"}, "birth": {"tzo": "+00:26:19", "date": "1864-08-07 17:00", "place": {"c2": "70", "cy": "FR", "lg": 6.58014, "lat": 47.75229, "name": "Mélisey", "geoid": 2994680}, "date-ut": "1864-08-07 16:35:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-268"}, "ids-in-sources": {"a3": "268"}}, "raw": {"H": "16", "MN": "35", "TZ": "0", "COD": "70", "COU": "F", "DAY": "7", "LAT": "47N37", "LON": "6E 9", "MON": "8", "NUM": "268", "PRO": "M", "SEC": "24", "YEA": "1864", "CITY": "MELISEY"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-226"}, "ids-in-source": {"g55": "04-226"}}, "raw": {"DAY": "7-8-1864", "HOUR": "17 h.", "NAME": "BOICHUT Edmond Just", "PLACE": "Mélisey (Haute-Saône)."}, "date": "2023-08-20T14:48:25+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5997	boileve-charles-1837-12-06	{"a3": "270", "g55": "04-228"}	{"g55": "04-228", "lerrcp": "A3-270"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Boileve", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:40", "date": "1837-12-06 16:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -1.16667, "lat": 46.15, "name": "Le Château-d'Oléron", "geoid": 0}, "notime": null, "date-ut": "1837-12-06 16:04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Boileve"}, "birth": {"tzo": "-00:04:40", "date": "1837-12-06 16:00", "place": {"c2": "17", "cy": "FR", "lg": -1.16667, "lat": 46.15, "name": "Chateau Ile D O", "geoid": 0}, "date-ut": "1837-12-06 16:04:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-270"}, "ids-in-sources": {"a3": "270"}}, "raw": {"H": "16", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "6", "LAT": "46N 9", "LON": "1W10", "MON": "12", "NUM": "270", "PRO": "M", "SEC": "40", "YEA": "1837", "CITY": "CHATEAU ILE D O"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Le Château-d'Oléron"}}, "partial-ids": {"g55": "04-228"}, "ids-in-source": {"g55": "04-228"}}, "raw": {"DAY": "6-12-1837", "HOUR": "16 h.", "NAME": "BOILEVE Charles Emile", "PLACE": "Le Château-d'Oléron (Charente-Maritime)."}, "date": "2023-08-20T14:48:25+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5998	boisdeffre-raoul-1839-02-06	{"a3": "271", "g55": "04-229"}	{"g55": "04-229", "lerrcp": "A3-271"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raoul", "family": "Boisdeffre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:22", "date": "1839-02-06 01:00", "note": null, "place": {"c1": null, "c2": "61", "c3": null, "cy": "FR", "lg": 0.09311, "lat": 48.43476, "name": "Alençon", "geoid": 3038230}, "notime": null, "date-ut": "1839-02-06 00:59:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Raoul", "family": "Boisdeffre"}, "birth": {"tzo": "+00:00:22", "date": "1839-02-06 01:00", "place": {"c2": "61", "cy": "FR", "lg": 0.09311, "lat": 48.43476, "name": "Alençon", "geoid": 3038230}, "date-ut": "1839-02-06 00:59:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-271"}, "ids-in-sources": {"a3": "271"}}, "raw": {"H": "0", "MN": "59", "TZ": "0", "COD": "61", "COU": "F", "DAY": "6", "LAT": "48N26", "LON": "0E 5", "MON": "2", "NUM": "271", "PRO": "M", "SEC": "40", "YEA": "1839", "CITY": "ALENCON"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-229"}, "ids-in-source": {"g55": "04-229"}}, "raw": {"DAY": "6-2-1839", "HOUR": "1 h.", "NAME": "BOISDEFFRE (Le Mouton de) Raoul", "PLACE": "Alençon (Orne)."}, "date": "2023-08-20T14:48:25+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6000	boisfleury-cesar-1834-02-01	{"a3": "273", "g55": "04-231"}	{"g55": "04-231", "lerrcp": "A3-273"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "César", "family": "Boisfleury", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:07:33", "date": "1834-02-01 13:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.88725, "lat": 47.54178, "name": "Plessé", "geoid": 2986785}, "notime": null, "date-ut": "1834-02-01 13:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "César", "family": "Boisfleury"}, "birth": {"tzo": "-00:07:33", "date": "1834-02-01 13:00", "place": {"c2": "44", "cy": "FR", "lg": -1.88725, "lat": 47.54178, "name": "Plessé", "geoid": 2986785}, "date-ut": "1834-02-01 13:06:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-273"}, "ids-in-sources": {"a3": "273"}}, "raw": {"H": "13", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "1", "LAT": "47N13", "LON": "1W35", "MON": "2", "NUM": "273", "PRO": "M", "SEC": "20", "YEA": "1834", "CITY": "PLESSE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-231"}, "ids-in-source": {"g55": "04-231"}}, "raw": {"DAY": "1-2-1834", "HOUR": "13 h.", "NAME": "BOISFLEURY César (Potiron de)", "PLACE": "Plessé (Loire-Infér.)."}, "date": "2023-08-20T14:48:25+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6002	boisonnet-andre-1812-12-19	{"a3": "275", "g55": "04-233"}	{"g55": "04-233", "lerrcp": "A3-275"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Boisonnet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:54", "date": "1812-12-19 02:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 3.72339, "lat": 48.72047, "name": "Sézanne", "geoid": 2974640}, "notime": null, "date-ut": "1812-12-19 01:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Boisonnet"}, "birth": {"tzo": "+00:14:54", "date": "1812-12-19 02:00", "place": {"c2": "51", "cy": "FR", "lg": 3.72339, "lat": 48.72047, "name": "Sézanne", "geoid": 2974640}, "date-ut": "1812-12-19 01:42:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-275"}, "ids-in-sources": {"a3": "275"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "19", "LAT": "48N57", "LON": "4E22", "MON": "12", "NUM": "275", "PRO": "M", "SEC": "32", "YEA": "1812", "CITY": "SEZANNE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-233"}, "ids-in-source": {"g55": "04-233"}}, "raw": {"DAY": "19-12-1812", "HOUR": "2 h.", "NAME": "BOISONNET André Denis", "PLACE": "Sézanne (Marne)."}, "date": "2023-08-20T14:48:25+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6003	boisrouvray-rene-1848-07-23	{"a3": "276", "g55": "04-234"}	{"g55": "04-234", "lerrcp": "A3-276"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Boisrouvray", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:16:24", "date": "1848-07-23 09:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.09795, "lat": 47.99597, "name": "Quimper", "geoid": 2984701}, "notime": null, "date-ut": "1848-07-23 09:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "René", "family": "Boisrouvray"}, "birth": {"tzo": "-00:16:24", "date": "1848-07-23 09:00", "place": {"c2": "29", "cy": "FR", "lg": -4.09795, "lat": 47.99597, "name": "Quimper", "geoid": 2984701}, "date-ut": "1848-07-23 09:16:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-276"}, "ids-in-sources": {"a3": "276"}}, "raw": {"H": "9", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "23", "LAT": "48N 0", "LON": "4W 6", "MON": "7", "NUM": "276", "PRO": "M", "SEC": "24", "YEA": "1848", "CITY": "QUIMPER"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-234"}, "ids-in-source": {"g55": "04-234"}}, "raw": {"DAY": "23-7-1848", "HOUR": "9 h.", "NAME": "BOISROUVRAY (Jacquelet du) René", "PLACE": "Quimper (Finist.)."}, "date": "2023-08-20T14:48:25+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6005	boisse-emile-1848-01-14	{"a3": "278", "g55": "04-236"}	{"g55": "04-236", "lerrcp": "A3-278"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Boisse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1848-01-14 10:30", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 43.91667, "name": "Blaye", "geoid": 0}, "notime": null, "date-ut": "1848-01-14 10:21:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Boisse"}, "birth": {"tzo": "+00:08:32", "date": "1848-01-14 10:30", "place": {"c2": "81", "cy": "FR", "lg": 2.13333, "lat": 43.91667, "name": "Blaye", "geoid": 0}, "date-ut": "1848-01-14 10:21:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-278"}, "ids-in-sources": {"a3": "278"}}, "raw": {"H": "10", "MN": "21", "TZ": "0", "COD": "81", "COU": "F", "DAY": "14", "LAT": "43N55", "LON": "2E 8", "MON": "1", "NUM": "278", "PRO": "M", "SEC": "28", "YEA": "1848", "CITY": "BLAYE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Blaye"}}, "partial-ids": {"g55": "04-236"}, "ids-in-source": {"g55": "04-236"}}, "raw": {"DAY": "14-1-1848", "HOUR": "10 h. 30", "NAME": "BOISSE Emile Jean", "PLACE": "Blaye (Tarn)."}, "date": "2023-08-20T14:48:25+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6008	boissin-mathieu-rene-1872-05-03	{"a3": "281", "g55": "04-238"}	{"g55": "04-238", "lerrcp": "A3-281"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mathieu René", "family": "Boissin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:25", "date": "1872-05-03 13:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 2.60254, "lat": 46.34015, "name": "Montluçon", "geoid": 2992292}, "notime": null, "date-ut": "1872-05-03 12:46:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-281"}, "birth": {"tzo": "+00:10:25", "date": "1872-05-03 13:00", "place": {"c2": "03", "cy": "FR", "lg": 2.60254, "lat": 46.34015, "name": "Montluçon", "geoid": 2992292}, "date-ut": "1872-05-03 12:46:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-281"}, "ids-in-sources": {"a3": "281"}}, "raw": {"H": "12", "MN": "46", "TZ": "0", "COD": "03", "COU": "F", "DAY": "3", "LAT": "46N34", "LON": "3E20", "MON": "5", "NUM": "281", "PRO": "M", "SEC": "40", "YEA": "1872", "CITY": "MONTLUCON"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Mathieu René", "family": "Boissin", "nobility": ""}, "slug": "boissin-mathieu-rene-1872-05-03", "partial-ids": {"g55": "04-238"}, "ids-in-source": {"g55": "04-238"}}, "raw": {"DAY": "3-5-1872", "HOUR": "13 h.", "NAME": "BOISSIN Mathieu René", "PLACE": "Montlucon (Allier)."}, "date": "2023-08-20T14:48:25+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6009	boissoudy-antoine-1864-10-12	{"a3": "282", "g55": "04-239"}	{"g55": "04-239", "lerrcp": "A3-282"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Boissoudy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:20", "date": "1864-10-12 20:30", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Cherbourg", "geoid": 0}, "notime": null, "date-ut": "1864-10-12 20:34:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Boissoudy"}, "birth": {"tzo": "-00:04:20", "date": "1864-10-12 20:30", "place": {"c2": "50", "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Cherbourg", "geoid": 0}, "date-ut": "1864-10-12 20:34:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-282"}, "ids-in-sources": {"a3": "282"}}, "raw": {"H": "20", "MN": "34", "TZ": "0", "COD": "50", "COU": "F", "DAY": "12", "LAT": "49N 7", "LON": "1W 5", "MON": "10", "NUM": "282", "PRO": "M", "SEC": "20", "YEA": "1864", "CITY": "CHERBOURG"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Cherbourg"}}, "partial-ids": {"g55": "04-239"}, "ids-in-source": {"g55": "04-239"}}, "raw": {"DAY": "12-10-1864", "HOUR": "20 h. 30", "NAME": "BOISSOUDY (de) Antoine Philippe", "PLACE": "Cherbourg (Manche)."}, "date": "2023-08-20T14:48:25+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6011	bolgert-edouard-1851-06-03	{"a3": "284", "g55": "04-241"}	{"g55": "04-241", "lerrcp": "A3-284"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Bolgert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:55", "date": "1851-06-03 02:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.48117, "lat": 48.82495, "name": "Bouxwiller", "geoid": 3030708}, "notime": null, "date-ut": "1851-06-03 01:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Bolgert"}, "birth": {"tzo": "+00:29:55", "date": "1851-06-03 02:00", "place": {"c2": "67", "cy": "FR", "lg": 7.48117, "lat": 48.82495, "name": "Bouxwiller", "geoid": 3030708}, "date-ut": "1851-06-03 01:29"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-284"}, "ids-in-sources": {"a3": "284"}}, "raw": {"H": "1", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "3", "LAT": "48N35", "LON": "7E45", "MON": "6", "NUM": "284", "PRO": "M", "SEC": "0", "YEA": "1851", "CITY": "BOUXWILLER"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-241"}, "ids-in-source": {"g55": "04-241"}}, "raw": {"DAY": "3-6-1851", "HOUR": "2 h.", "NAME": "BOLGERT Edouard", "PLACE": "Bovuxwiller (Bas-Rhin)."}, "date": "2023-08-20T14:48:25+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6012	bolle-salomon-1804-04-24	{"a3": "285", "g55": "04-242"}	{"g55": "04-242", "lerrcp": "A3-285"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Salomon", "family": "Bolle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:37", "date": "1804-04-24 03:00", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": 0.15345, "lat": 45.64997, "name": "Angoulême", "geoid": 3037598}, "notime": null, "date-ut": "1804-04-24 02:59:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Salomon", "family": "Bolle"}, "birth": {"tzo": "+00:00:37", "date": "1804-04-24 03:00", "place": {"c2": "16", "cy": "FR", "lg": 0.15345, "lat": 45.64997, "name": "Angoulême", "geoid": 3037598}, "date-ut": "1804-04-24 02:59:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-285"}, "ids-in-sources": {"a3": "285"}}, "raw": {"H": "2", "MN": "59", "TZ": "0", "COD": "16", "COU": "F", "DAY": "24", "LAT": "45N39", "LON": "0E10", "MON": "4", "NUM": "285", "PRO": "M", "SEC": "20", "YEA": "1804", "CITY": "ANGOULEME"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-242"}, "ids-in-source": {"g55": "04-242"}}, "raw": {"DAY": "24-4-1804", "HOUR": "3 h.", "NAME": "BOLLE Salomon Marcell.", "PLACE": "Angoulême (Charente)."}, "date": "2023-08-20T14:48:25+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6014	bon-gabriel-1853-06-14	{"a3": "287", "g55": "04-243"}	{"g55": "04-243", "lerrcp": "A3-287"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Bon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:05", "date": "1853-06-14 07:00", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 4.77143, "lat": 45.94281, "name": "Trévoux", "geoid": 2971722}, "notime": null, "date-ut": "1853-06-14 06:39:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Bon"}, "birth": {"tzo": "+00:19:05", "date": "1853-06-14 07:00", "place": {"c2": "01", "cy": "FR", "lg": 4.77143, "lat": 45.94281, "name": "Trévoux", "geoid": 2971722}, "date-ut": "1853-06-14 06:39:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-287"}, "ids-in-sources": {"a3": "287"}}, "raw": {"H": "6", "MN": "39", "TZ": "0", "COD": "01", "COU": "F", "DAY": "14", "LAT": "46N12", "LON": "5E13", "MON": "6", "NUM": "287", "PRO": "M", "SEC": "8", "YEA": "1853", "CITY": "TREVOUX"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-243"}, "ids-in-source": {"g55": "04-243"}}, "raw": {"DAY": "14-6-1853", "HOUR": "7 h.", "NAME": "BON Gabriel-Sainte", "PLACE": "Trévoux (Ain)."}, "date": "2023-08-20T14:48:25+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6016	bonamy-victor-1852-08-25	{"a3": "289", "g55": "04-245"}	{"g55": "04-245", "lerrcp": "A3-289"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Bonamy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:20", "date": "1852-08-25 00:30", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Cherbourg", "geoid": 0}, "notime": null, "date-ut": "1852-08-25 00:34:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Bonamy"}, "birth": {"tzo": "-00:04:20", "date": "1852-08-25 00:30", "place": {"c2": "50", "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Cherbourg", "geoid": 0}, "date-ut": "1852-08-25 00:34:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-289"}, "ids-in-sources": {"a3": "289"}}, "raw": {"H": "0", "MN": "34", "TZ": "0", "COD": "50", "COU": "F", "DAY": "25", "LAT": "49N 7", "LON": "1W 5", "MON": "8", "NUM": "289", "PRO": "M", "SEC": "20", "YEA": "1852", "CITY": "CHERBOURG"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Cherbourg"}}, "partial-ids": {"g55": "04-245"}, "ids-in-source": {"g55": "04-245"}}, "raw": {"DAY": "25-8-1852", "HOUR": "0 h. 30", "NAME": "BONAMY Victor Alexandre", "PLACE": "Cherbourg (Manche)."}, "date": "2023-08-20T14:48:25+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6018	bonet-paul-1859-11-03	{"a3": "291", "g55": "04-246"}	{"g55": "04-246", "lerrcp": "A3-291"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Bonet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:43", "date": "1859-11-03 14:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1859-11-03 13:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Bonet"}, "birth": {"tzo": "+00:23:43", "date": "1859-11-03 14:00", "place": {"c2": "83", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1859-11-03 13:34:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-291"}, "ids-in-sources": {"a3": "291"}}, "raw": {"H": "13", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "3", "LAT": "43N32", "LON": "6E28", "MON": "11", "NUM": "291", "PRO": "M", "SEC": "8", "YEA": "1859", "CITY": "TOULON"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-246"}, "ids-in-source": {"g55": "04-246"}}, "raw": {"DAY": "3-11-1859", "HOUR": "14 h.", "NAME": "BONET Paul Louis", "PLACE": "Toulon (Var)."}, "date": "2023-08-20T14:48:25+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6019	bonfait-henry-1857-05-19	{"a3": "292", "g55": "04-247"}	{"g55": "04-247", "lerrcp": "A3-292"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Bonfait", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:07", "date": "1857-05-19 17:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "notime": null, "date-ut": "1857-05-19 16:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Bonfait"}, "birth": {"tzo": "+00:16:07", "date": "1857-05-19 17:00", "place": {"c2": "51", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "date-ut": "1857-05-19 16:42:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-292"}, "ids-in-sources": {"a3": "292"}}, "raw": {"H": "16", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "19", "LAT": "48N57", "LON": "4E22", "MON": "5", "NUM": "292", "PRO": "M", "SEC": "32", "YEA": "1857", "CITY": "REIMS"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-247"}, "ids-in-source": {"g55": "04-247"}}, "raw": {"DAY": "19-5-1857", "HOUR": "17 h.", "NAME": "BONFAIT Henri", "PLACE": "Reims (Marne)."}, "date": "2023-08-20T14:48:25+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6021	bonie-charles-1818-10-20	{"a3": "294", "g55": "04-249"}	{"g55": "04-249", "lerrcp": "A3-294"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Bonie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1818-10-20 04:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1818-10-20 03:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Bonie"}, "birth": {"tzo": "+00:21:31", "date": "1818-10-20 04:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1818-10-20 03:38:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-294"}, "ids-in-sources": {"a3": "294"}}, "raw": {"H": "3", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "20", "LAT": "43N18", "LON": "5E22", "MON": "10", "NUM": "294", "PRO": "M", "SEC": "32", "YEA": "1818", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-249"}, "ids-in-source": {"g55": "04-249"}}, "raw": {"DAY": "20-10-1818", "HOUR": "4 h.", "NAME": "BONIE Charles Joseph", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:48:25+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6022	bonie-jean-1828-09-16	{"a3": "295", "g55": "04-250"}	{"g55": "04-250", "lerrcp": "A3-295"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bonie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1828-09-16 04:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1828-09-16 03:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bonie"}, "birth": {"tzo": "+00:21:31", "date": "1828-09-16 04:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1828-09-16 03:38:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-295"}, "ids-in-sources": {"a3": "295"}}, "raw": {"H": "3", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "16", "LAT": "43N18", "LON": "5E22", "MON": "9", "NUM": "295", "PRO": "M", "SEC": "32", "YEA": "1828", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-250"}, "ids-in-source": {"g55": "04-250"}}, "raw": {"DAY": "16-9-1828", "HOUR": "4 h.", "NAME": "BONIE Jean Jacques", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:48:25+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6025	bonneau-louis-1851-07-07	{"a3": "298", "g55": "04-252"}	{"g55": "04-252", "lerrcp": "A3-298"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Bonneau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:31:47", "date": "1851-07-07 09:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.94548, "lat": 49.03708, "name": "Wissembourg", "geoid": 2967325}, "notime": null, "date-ut": "1851-07-07 08:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Bonneau"}, "birth": {"tzo": "+00:31:47", "date": "1851-07-07 09:00", "place": {"c2": "67", "cy": "FR", "lg": 7.94548, "lat": 49.03708, "name": "Wissembourg", "geoid": 2967325}, "date-ut": "1851-07-07 08:29"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-298"}, "ids-in-sources": {"a3": "298"}}, "raw": {"H": "8", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "7", "LAT": "48N35", "LON": "7E45", "MON": "7", "NUM": "298", "PRO": "M", "SEC": "0", "YEA": "1851", "CITY": "WISSEMBOURG"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-252"}, "ids-in-source": {"g55": "04-252"}}, "raw": {"DAY": "7-7-1851", "HOUR": "9 h.", "NAME": "BONNEAU Louis", "PLACE": "Wissembourg (Bas-Rhin)."}, "date": "2023-08-20T14:48:25+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6027	bonnefond-pierre-1832-02-21	{"a3": "300", "g55": "04-254"}	{"g55": "04-254", "lerrcp": "A3-300"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Bonnefond", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:20", "date": "1832-02-21 17:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.33243, "lat": 46.56459, "name": "Moulins", "geoid": 2991481}, "notime": null, "date-ut": "1832-02-21 16:46:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Bonnefond"}, "birth": {"tzo": "+00:13:20", "date": "1832-02-21 17:00", "place": {"c2": "03", "cy": "FR", "lg": 3.33243, "lat": 46.56459, "name": "Moulins", "geoid": 2991481}, "date-ut": "1832-02-21 16:46:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-300"}, "ids-in-sources": {"a3": "300"}}, "raw": {"H": "16", "MN": "46", "TZ": "0", "COD": "03", "COU": "F", "DAY": "21", "LAT": "46N34", "LON": "3E20", "MON": "2", "NUM": "300", "PRO": "M", "SEC": "40", "YEA": "1832", "CITY": "MOULINS"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-254"}, "ids-in-source": {"g55": "04-254"}}, "raw": {"DAY": "21-2-1832", "HOUR": "17 h.", "NAME": "BONNEFOND Pierre", "PLACE": "Moulins (Allier)."}, "date": "2023-08-20T14:48:25+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6028	bonnet-aristide-1839-08-09	{"a3": "301", "g55": "04-255"}	{"g55": "04-255", "lerrcp": "A3-301"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aristide", "family": "Bonnet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:04", "date": "1839-08-09 10:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1839-08-09 09:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Aristide", "family": "Bonnet"}, "birth": {"tzo": "+00:24:04", "date": "1839-08-09 10:00", "place": {"c2": "25", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1839-08-09 09:35:52"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-301"}, "ids-in-sources": {"a3": "301"}}, "raw": {"H": "9", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "9", "LAT": "47N15", "LON": "6E 2", "MON": "8", "NUM": "301", "PRO": "M", "SEC": "52", "YEA": "1839", "CITY": "BESANCON"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-255"}, "ids-in-source": {"g55": "04-255"}}, "raw": {"DAY": "9-8-1839", "HOUR": "10 h.", "NAME": "BONNET Aristide Michel", "PLACE": "Besançon (Doubs)."}, "date": "2023-08-20T14:48:25+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6030	bonnet-constant-1848-03-29	{"a3": "303", "g55": "04-257"}	{"g55": "04-257", "lerrcp": "A3-303"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Constant", "family": "Bonnet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:09", "date": "1848-03-29 09:00", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": 0.03701, "lat": 46.04996, "name": "Theil-Rabier", "geoid": 2972983}, "notime": null, "date-ut": "1848-03-29 08:59:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Constant", "family": "Bonnet"}, "birth": {"tzo": "+00:00:09", "date": "1848-03-29 09:00", "place": {"c2": "16", "cy": "FR", "lg": 0.03701, "lat": 46.04996, "name": "Theil-Rabier", "geoid": 2972983}, "date-ut": "1848-03-29 08:59:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-303"}, "ids-in-sources": {"a3": "303"}}, "raw": {"H": "8", "MN": "59", "TZ": "0", "COD": "16", "COU": "F", "DAY": "29", "LAT": "45N39", "LON": "0E10", "MON": "3", "NUM": "303", "PRO": "M", "SEC": "20", "YEA": "1848", "CITY": "THEIL-RABIER"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-257"}, "ids-in-source": {"g55": "04-257"}}, "raw": {"DAY": "29-3-1848", "HOUR": "9 h.", "NAME": "BONNET Constant", "PLACE": "Theil-Rabier (Charente)."}, "date": "2023-08-20T14:48:25+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6032	bonneval-abriat-guillaume-1829-06-07	{"a3": "305", "g55": "04-259"}	{"g55": "04-259", "lerrcp": "A3-305"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Bonneval Abriat Guillaume", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:59", "date": "1829-06-07 01:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1829-06-07 00:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Bonneval Abriat Guillaume"}, "birth": {"tzo": "+00:04:59", "date": "1829-06-07 01:00", "place": {"c2": "87", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1829-06-07 00:55"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-305"}, "ids-in-sources": {"a3": "305"}}, "raw": {"H": "0", "MN": "55", "TZ": "0", "COD": "87", "COU": "F", "DAY": "7", "LAT": "45N50", "LON": "1E15", "MON": "6", "NUM": "305", "PRO": "M", "SEC": "0", "YEA": "1829", "CITY": "LIMOGES"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-259"}, "ids-in-source": {"g55": "04-259"}}, "raw": {"DAY": "7-6-1829", "HOUR": "1 h.", "NAME": "BONNEVAL ABRIAT de LAFOREST", "PLACE": "Limoges (Haute-Vienne)."}, "date": "2023-08-20T14:48:25+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6033	bonnin-laurent-1865-04-24	{"a3": "306", "g55": "04-260"}	{"g55": "04-260", "lerrcp": "A3-306"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Laurent", "family": "Bonnin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01:03", "date": "1865-04-24 15:00", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.26406, "lat": 46.4299, "name": "Vivonne", "geoid": 2967803}, "notime": null, "date-ut": "1865-04-24 14:58:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Laurent", "family": "Bonnin"}, "birth": {"tzo": "+00:01:03", "date": "1865-04-24 15:00", "place": {"c2": "86", "cy": "FR", "lg": 0.26406, "lat": 46.4299, "name": "Vivonne", "geoid": 2967803}, "date-ut": "1865-04-24 14:58:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-306"}, "ids-in-sources": {"a3": "306"}}, "raw": {"H": "14", "MN": "58", "TZ": "0", "COD": "86", "COU": "F", "DAY": "24", "LAT": "46N35", "LON": "0E20", "MON": "4", "NUM": "306", "PRO": "M", "SEC": "40", "YEA": "1865", "CITY": "VIVONNE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-260"}, "ids-in-source": {"g55": "04-260"}}, "raw": {"DAY": "24-4-1865", "HOUR": "15 h.", "NAME": "BONNIN Laurent Louis", "PLACE": "Vivonne (Vienne)."}, "date": "2023-08-20T14:48:25+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6036	bonviolle-charles-1867-09-06	{"a3": "309", "g55": "04-262"}	{"g55": "04-262", "lerrcp": "A3-309"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Bonviolle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:41", "date": "1867-09-06 16:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1867-09-06 15:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Bonviolle"}, "birth": {"tzo": "+00:24:41", "date": "1867-09-06 16:00", "place": {"c2": "57", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1867-09-06 15:35:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-309"}, "ids-in-sources": {"a3": "309"}}, "raw": {"H": "15", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "6", "LAT": "49N 7", "LON": "6E11", "MON": "9", "NUM": "309", "PRO": "M", "SEC": "16", "YEA": "1867", "CITY": "METZ"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-262"}, "ids-in-source": {"g55": "04-262"}}, "raw": {"DAY": "6-9-1867", "HOUR": "16 h.", "NAME": "BONVIOLLE Charles Henry", "PLACE": "Metz (Moselle)."}, "date": "2023-08-20T14:48:25+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6037	bonvoust-jean-1818-07-08	{"a3": "310", "g55": "04-263"}	{"g55": "04-263", "lerrcp": "A3-310"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bonvoust", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:52", "date": "1818-07-08 13:00", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.2156, "lat": 47.97975, "name": "Pontlieue", "geoid": 2986148}, "notime": null, "date-ut": "1818-07-08 12:59:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bonvoust"}, "birth": {"tzo": "+00:00:52", "date": "1818-07-08 13:00", "place": {"c2": "72", "cy": "FR", "lg": 0.2156, "lat": 47.97975, "name": "Pontlieue", "geoid": 2986148}, "date-ut": "1818-07-08 12:59:12"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-310"}, "ids-in-sources": {"a3": "310"}}, "raw": {"H": "12", "MN": "59", "TZ": "0", "COD": "72", "COU": "F", "DAY": "8", "LAT": "48N 1", "LON": "0E12", "MON": "7", "NUM": "310", "PRO": "M", "SEC": "12", "YEA": "1818", "CITY": "PONTLIEUE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-263"}, "ids-in-source": {"g55": "04-263"}}, "raw": {"DAY": "8-7-1818", "HOUR": "13 h.", "NAME": "BONVOUST Jean Alphrede", "PLACE": "Pontlieve (Sarthe)."}, "date": "2023-08-20T14:48:25+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6038	boquet-ernest-1869-11-11	{"a3": "311", "g55": "04-264"}	{"g55": "04-264", "lerrcp": "A3-311"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Boquet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:28", "date": "1869-11-11 17:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Grand-Verly", "geoid": 0}, "notime": null, "date-ut": "1869-11-11 16:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Boquet"}, "birth": {"tzo": "+00:14:28", "date": "1869-11-11 17:00", "place": {"c2": "02", "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Gd Verly", "geoid": 0}, "date-ut": "1869-11-11 16:45:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-311"}, "ids-in-sources": {"a3": "311"}}, "raw": {"H": "16", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "11", "LAT": "49N34", "LON": "3E37", "MON": "11", "NUM": "311", "PRO": "M", "SEC": "32", "YEA": "1869", "CITY": "GD VERLY"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Grand-Verly"}}, "partial-ids": {"g55": "04-264"}, "ids-in-source": {"g55": "04-264"}}, "raw": {"DAY": "11-11-1869", "HOUR": "17 h.", "NAME": "BOQUET Ernest Maximilien", "PLACE": "Grand-Verly (Aisne)."}, "date": "2023-08-20T14:48:26+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6040	boreau-de-roince-georges-1838-03-01	{"a3": "314", "g55": "04-267"}	{"g55": "04-267", "lerrcp": "A3-314"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Boreau De Roince Georges", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:40", "date": "1838-03-01 13:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Tours", "geoid": 0}, "notime": null, "date-ut": "1838-03-01 13:06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Boreau De Roince Georges"}, "birth": {"tzo": "-00:06:40", "date": "1838-03-01 13:00", "place": {"c2": "35", "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Tours", "geoid": 0}, "date-ut": "1838-03-01 13:06:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-314"}, "ids-in-sources": {"a3": "314"}}, "raw": {"H": "13", "MN": "6", "TZ": "0", "COD": "35", "COU": "F", "DAY": "1", "LAT": "48N 7", "LON": "1W40", "MON": "3", "NUM": "314", "PRO": "M", "SEC": "40", "YEA": "1838", "CITY": "TOURS"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Tours"}}, "partial-ids": {"g55": "04-267"}, "ids-in-source": {"g55": "04-267"}}, "raw": {"DAY": "1-3-1838", "HOUR": "13 h.", "NAME": "BOREAU de ROINCE Georges Raym.", "PLACE": "Tours (I.-et-L.)."}, "date": "2023-08-20T14:48:26+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6042	bore-verrier-edmond-1822-11-22	{"a3": "316", "g55": "04-269"}	{"g55": "04-269", "lerrcp": "A3-316"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Bore-Verrier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:51", "date": "1822-11-22 08:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "notime": null, "date-ut": "1822-11-22 07:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Bore-Verrier"}, "birth": {"tzo": "+00:12:51", "date": "1822-11-22 08:00", "place": {"c2": "34", "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "date-ut": "1822-11-22 07:44:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-316"}, "ids-in-sources": {"a3": "316"}}, "raw": {"H": "7", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "22", "LAT": "43N37", "LON": "3E53", "MON": "11", "NUM": "316", "PRO": "M", "SEC": "28", "YEA": "1822", "CITY": "BEZIERS"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-269"}, "ids-in-source": {"g55": "04-269"}}, "raw": {"DAY": "22-11-1822", "HOUR": "8 h.", "NAME": "BORE-VERRIER Edmond Louis", "PLACE": "Beziers (Hérault)."}, "date": "2023-08-20T14:48:26+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6043	borgnis-desbordes-charles-1843-05-17	{"a3": "317", "g55": "04-270"}	{"g55": "04-270", "lerrcp": "A3-317"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Borgnis-Desbordes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:12", "date": "1843-05-17 23:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 3.29939, "lat": 48.55897, "name": "Provins", "geoid": 2985229}, "notime": null, "date-ut": "1843-05-17 22:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Borgnis-Desbordes"}, "birth": {"tzo": "+00:13:12", "date": "1843-05-17 23:00", "place": {"c2": "77", "cy": "FR", "lg": 3.29939, "lat": 48.55897, "name": "Provins", "geoid": 2985229}, "date-ut": "1843-05-17 22:49:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-317"}, "ids-in-sources": {"a3": "317"}}, "raw": {"H": "22", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "17", "LAT": "48N33", "LON": "2E40", "MON": "5", "NUM": "317", "PRO": "M", "SEC": "20", "YEA": "1843", "CITY": "PROVINS"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-270"}, "ids-in-source": {"g55": "04-270"}}, "raw": {"DAY": "17-5-1843", "HOUR": "23 h.", "NAME": "BORGNIS-DESBORDES Charles Ern.", "PLACE": "Provins (Seine-et-Marne)."}, "date": "2023-08-20T14:48:26+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6045	borius-leon-1835-06-23	{"a3": "319", "g55": "04-272"}	{"g55": "04-272", "lerrcp": "A3-319"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Borius", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:03:52", "date": "1835-06-23 18:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -0.96774, "lat": 45.94304, "name": "Rochefort", "geoid": 2983276}, "notime": null, "date-ut": "1835-06-23 18:04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Borius"}, "birth": {"tzo": "-00:03:52", "date": "1835-06-23 18:00", "place": {"c2": "17", "cy": "FR", "lg": -0.96774, "lat": 45.94304, "name": "Rochefort", "geoid": 2983276}, "date-ut": "1835-06-23 18:04:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-319"}, "ids-in-sources": {"a3": "319"}}, "raw": {"H": "18", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "23", "LAT": "46N 9", "LON": "1W10", "MON": "6", "NUM": "319", "PRO": "M", "SEC": "40", "YEA": "1835", "CITY": "ROCHEFORT"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-272"}, "ids-in-source": {"g55": "04-272"}}, "raw": {"DAY": "23-6-1835", "HOUR": "18 h.", "NAME": "BORIUS Léon Charles", "PLACE": "Rochefort-sur-Mer (Ch.-Mar.)."}, "date": "2023-08-20T14:48:26+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6047	borschneck-charles-1871-03-16	{"a3": "321", "g55": "04-273"}	{"g55": "04-273", "lerrcp": "A3-321"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Borschneck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:31:25", "date": "1871-03-16 01:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.85406, "lat": 48.76826, "name": "Bischwiller", "geoid": 3032544}, "notime": null, "date-ut": "1871-03-16 00:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Borschneck"}, "birth": {"tzo": "+00:31:25", "date": "1871-03-16 01:00", "place": {"c2": "67", "cy": "FR", "lg": 7.85406, "lat": 48.76826, "name": "Bischwiller", "geoid": 3032544}, "date-ut": "1871-03-16 00:29"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-321"}, "ids-in-sources": {"a3": "321"}}, "raw": {"H": "1", "MN": "29", "TZ": "-1", "COD": "67", "COU": "F", "DAY": "16", "LAT": "48N35", "LON": "7E45", "MON": "3", "NUM": "321", "PRO": "M", "SEC": "0", "YEA": "1871", "CITY": "BISCHWILLER"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-273"}, "ids-in-source": {"g55": "04-273"}}, "raw": {"DAY": "16-3-1871", "HOUR": "1 h.", "NAME": "BORSCHNECK Charles Emile", "PLACE": "Bischwiller (Bas-Rhin)."}, "date": "2023-08-20T14:48:26+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6049	bosc-catherine-1841-06-12	{"a3": "323", "g55": "04-274"}	{"g55": "04-274", "lerrcp": "A3-323"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Catherine", "family": "Bosc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1841-06-12 19:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1841-06-12 18:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Catherine", "family": "Bosc"}, "birth": {"tzo": "+00:05:46", "date": "1841-06-12 19:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1841-06-12 18:54:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-323"}, "ids-in-sources": {"a3": "323"}}, "raw": {"H": "18", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "12", "LAT": "43N37", "LON": "1E26", "MON": "6", "NUM": "323", "PRO": "M", "SEC": "16", "YEA": "1841", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-274"}, "ids-in-source": {"g55": "04-274"}}, "raw": {"DAY": "12-6-1841", "HOUR": "19 h.", "NAME": "BOSC Catherine-Gabriel", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:48:26+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6051	boscal-reals-charles-1869-12-14	{"a3": "325", "g55": "04-276"}	{"g55": "04-276", "lerrcp": "A3-325"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Boscal Reals Charles", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1869-12-14 23:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1869-12-14 23:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Boscal Reals Charles"}, "birth": {"tzo": "-00:06:13", "date": "1869-12-14 23:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1869-12-14 23:06:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-325"}, "ids-in-sources": {"a3": "325"}}, "raw": {"H": "23", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "14", "LAT": "47N13", "LON": "1W35", "MON": "12", "NUM": "325", "PRO": "M", "SEC": "20", "YEA": "1869", "CITY": "NANTES"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-276"}, "ids-in-source": {"g55": "04-276"}}, "raw": {"DAY": "14-12-1869", "HOUR": "23 h.", "NAME": "BOSCAL de REALS Charles Francois", "PLACE": "Nantes (L.-Inf.)."}, "date": "2023-08-20T14:48:26+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6052	boscal-reals-raoul-1830-07-16	{"a3": "326", "g55": "04-277"}	{"g55": "04-277", "lerrcp": "A3-326"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Boscal Reals Raoul", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:07", "date": "1830-07-16 08:00", "note": null, "place": {"c1": null, "c2": "85", "c3": null, "cy": "FR", "lg": -1.5301, "lat": 46.8234, "name": "Beaufou", "geoid": 6620195}, "notime": null, "date-ut": "1830-07-16 08:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Boscal Reals Raoul"}, "birth": {"tzo": "-00:06:07", "date": "1830-07-16 08:00", "place": {"c2": "85", "cy": "FR", "lg": -1.5301, "lat": 46.8234, "name": "Beaufou", "geoid": 6620195}, "date-ut": "1830-07-16 08:05:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-326"}, "ids-in-sources": {"a3": "326"}}, "raw": {"H": "8", "MN": "5", "TZ": "0", "COD": "85", "COU": "F", "DAY": "16", "LAT": "46N40", "LON": "1W25", "MON": "7", "NUM": "326", "PRO": "M", "SEC": "40", "YEA": "1830", "CITY": "BEAUFOU"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-277"}, "ids-in-source": {"g55": "04-277"}}, "raw": {"DAY": "16-7-1830", "HOUR": "8 h.", "NAME": "BOSCAL de REALS Raoul Alexand.", "PLACE": "Beaufou (Vendée)."}, "date": "2023-08-20T14:48:26+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6054	bosquillon-joseph-1823-02-23	{"a3": "328", "g55": "04-278"}	{"g55": "04-278", "lerrcp": "A3-328"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Bosquillon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02", "date": "1823-02-23 13:00", "note": null, "place": {"c1": null, "c2": "40", "c3": null, "cy": "FR", "lg": -0.5, "lat": 43.9, "name": "Saint-Esprit", "geoid": 0}, "notime": null, "date-ut": "1823-02-23 13:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Bosquillon"}, "birth": {"tzo": "-00:02", "date": "1823-02-23 13:00", "place": {"c2": "40", "cy": "FR", "lg": -0.5, "lat": 43.9, "name": "Saint-Esprit", "geoid": 0}, "date-ut": "1823-02-23 13:02"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-328"}, "ids-in-sources": {"a3": "328"}}, "raw": {"H": "13", "MN": "2", "TZ": "0", "COD": "40", "COU": "F", "DAY": "23", "LAT": "43N54", "LON": "0W30", "MON": "2", "NUM": "328", "PRO": "M", "SEC": "0", "YEA": "1823", "CITY": "ST-ESPRIT"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Esprit"}}, "partial-ids": {"g55": "04-278"}, "ids-in-source": {"g55": "04-278"}}, "raw": {"DAY": "23-2-1823", "HOUR": "13 h.", "NAME": "BOSQUILLON de FRESCHEVILLE Jos.", "PLACE": "Saint-Esprit (Landes)."}, "date": "2023-08-20T14:48:26+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6057	boucabeille-bernard-1872-02-18	{"a3": "331", "g55": "04-280"}	{"g55": "04-280", "lerrcp": "A3-331"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Boucabeille", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1872-02-18 20:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1872-02-18 19:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Boucabeille"}, "birth": {"tzo": "+00:12:14", "date": "1872-02-18 20:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1872-02-18 19:47:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-331"}, "ids-in-sources": {"a3": "331"}}, "raw": {"H": "19", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "18", "LAT": "50N39", "LON": "3E 5", "MON": "2", "NUM": "331", "PRO": "M", "SEC": "40", "YEA": "1872", "CITY": "LILLE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-280"}, "ids-in-source": {"g55": "04-280"}}, "raw": {"DAY": "18-2-1872", "HOUR": "20 h.", "NAME": "BOUCABEILLE Bernard Paul", "PLACE": "Lille (Nord)."}, "date": "2023-08-20T14:48:26+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6058	bouchacourt-louis-1884-09-19	{"a3": "332", "g55": "04-281"}	{"g55": "04-281", "lerrcp": "A3-332"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Bouchacourt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:12", "date": "1884-09-19 14:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Pierrefitte", "geoid": 0}, "notime": null, "date-ut": "1884-09-19 13:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Bouchacourt"}, "birth": {"tzo": "+00:09:12", "date": "1884-09-19 14:00", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Pierrefitte-sur-S", "geoid": 0}, "date-ut": "1884-09-19 13:50:48"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-332"}, "ids-in-sources": {"a3": "332"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "19", "LAT": "49N54", "LON": "2E18", "MON": "9", "NUM": "332", "PRO": "M", "SEC": "48", "YEA": "1884", "CITY": "PIERREFITTE-S/S"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Pierrefitte"}}, "partial-ids": {"g55": "04-281"}, "ids-in-source": {"g55": "04-281"}}, "raw": {"DAY": "19-9-1884", "HOUR": "14 h.", "NAME": "BOUCHACOURT Louis", "PLACE": "Pierrefitte (Seine)."}, "date": "2023-08-20T14:48:26+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6060	boucheman-louis-1827-06-30	{"a3": "334", "g55": "04-283"}	{"g55": "04-283", "lerrcp": "A3-334"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Boucheman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1827-06-30 17:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1827-06-30 16:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Boucheman"}, "birth": {"tzo": "+00:08:32", "date": "1827-06-30 17:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1827-06-30 16:51:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-334"}, "ids-in-sources": {"a3": "334"}}, "raw": {"H": "16", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "30", "LAT": "48N50", "LON": "2E 8", "MON": "6", "NUM": "334", "PRO": "M", "SEC": "28", "YEA": "1827", "CITY": "VERSAILLES"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-283"}, "ids-in-source": {"g55": "04-283"}}, "raw": {"DAY": "30-6-1827", "HOUR": "17 h.", "NAME": "BOUCHEMAN (de) Louis Henri", "PLACE": "Versailles (S.-et-O.)."}, "date": "2023-08-20T14:48:26+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6062	boucher-henry-1864-05-02	{"a3": "336", "g55": "04-285"}	{"g55": "04-285", "lerrcp": "A3-336"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Boucher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:48", "date": "1864-05-02 20:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.70177, "lat": 48.40908, "name": "Fontainebleau", "geoid": 3018074}, "notime": null, "date-ut": "1864-05-02 19:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Boucher"}, "birth": {"tzo": "+00:10:48", "date": "1864-05-02 20:00", "place": {"c2": "77", "cy": "FR", "lg": 2.70177, "lat": 48.40908, "name": "Fontainebleau", "geoid": 3018074}, "date-ut": "1864-05-02 19:49:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-336"}, "ids-in-sources": {"a3": "336"}}, "raw": {"H": "19", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "2", "LAT": "48N33", "LON": "2E40", "MON": "5", "NUM": "336", "PRO": "M", "SEC": "20", "YEA": "1864", "CITY": "FONTAINEBLEAU"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-285"}, "ids-in-source": {"g55": "04-285"}}, "raw": {"DAY": "2-5-1864", "HOUR": "20 h.", "NAME": "BOUCHER Henri Louis", "PLACE": "Fontainebleau (Seine-et-Marne)."}, "date": "2023-08-20T14:48:26+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6063	boucher-morlaincourt-e-1841-08-28	{"a3": "337", "g55": "04-286"}	{"g55": "04-286", "lerrcp": "A3-337"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Boucher Morlaincourt E", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1841-08-28 03:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1841-08-28 02:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Boucher Morlaincourt E"}, "birth": {"tzo": "+00:15:30", "date": "1841-08-28 03:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1841-08-28 02:44:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-337"}, "ids-in-sources": {"a3": "337"}}, "raw": {"H": "2", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "28", "LAT": "43N37", "LON": "3E53", "MON": "8", "NUM": "337", "PRO": "M", "SEC": "28", "YEA": "1841", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-286"}, "ids-in-source": {"g55": "04-286"}}, "raw": {"DAY": "28-8-1841", "HOUR": "3 h.", "NAME": "BOUCHER de MORLAINCOURT Edouard", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:48:26+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6065	bouchez-achille-1856-06-24	{"a3": "339", "g55": "04-288"}	{"g55": "04-288", "lerrcp": "A3-339"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Achille", "family": "Bouchez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:20", "date": "1856-06-24 01:56:16", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 1.83478, "lat": 50.66884, "name": "Desvres", "geoid": 3021524}, "notime": null, "date-ut": "1856-06-24 01:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Achille", "family": "Bouchez"}, "birth": {"tzo": "+00:07:20", "date": "1856-06-24 01:56:16", "place": {"c2": "62", "cy": "FR", "lg": 1.83478, "lat": 50.66884, "name": "Desvres", "geoid": 3021524}, "date-ut": "1856-06-24 01:48:56"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-339"}, "ids-in-sources": {"a3": "339"}}, "raw": {"H": "1", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "24", "LAT": "50N18", "LON": "2E46", "MON": "6", "NUM": "339", "PRO": "M", "SEC": "56", "YEA": "1856", "CITY": "DESVRES"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-288"}, "ids-in-source": {"g55": "04-288"}}, "raw": {"DAY": "24-6-1856", "HOUR": "2 h.", "NAME": "BOUCHEZ Achille Louis", "PLACE": "Desvres (Pas-de-Calais)."}, "date": "2023-08-20T14:48:26+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6069	boudier-felix-1854-12-30	{"a3": "343", "g55": "04-290"}	{"g55": "04-290", "lerrcp": "A3-343"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Boudier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:49", "date": "1854-12-30 03:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.20289, "lat": 48.84598, "name": "Saint-Cloud", "geoid": 2981041}, "notime": null, "date-ut": "1854-12-30 02:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Boudier"}, "birth": {"tzo": "+00:08:49", "date": "1854-12-30 03:00", "place": {"c2": "92", "cy": "FR", "lg": 2.20289, "lat": 48.84598, "name": "Saint-Cloud", "geoid": 2981041}, "date-ut": "1854-12-30 02:51:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-343"}, "ids-in-sources": {"a3": "343"}}, "raw": {"H": "2", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "30", "LAT": "48N50", "LON": "2E11", "MON": "12", "NUM": "343", "PRO": "M", "SEC": "16", "YEA": "1854", "CITY": "SAINT-CLOUD"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-290"}, "ids-in-source": {"g55": "04-290"}}, "raw": {"DAY": "30-12-1854", "HOUR": "3 h.", "NAME": "BOUDIER Félix Léon", "PLACE": "Saint-Cloud (Seine-et-Oise)."}, "date": "2023-08-20T14:48:26+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6071	bouet-adolphe-1802-10-07	{"a3": "345", "g55": "04-292"}	{"g55": "04-292", "lerrcp": "A3-345"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Bouet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:17:57", "date": "1802-10-07 09:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1802-10-07 09:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Bouet"}, "birth": {"tzo": "-00:17:57", "date": "1802-10-07 09:00", "place": {"c2": "29", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1802-10-07 09:16:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-345"}, "ids-in-sources": {"a3": "345"}}, "raw": {"H": "9", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "7", "LAT": "48N 0", "LON": "4W 6", "MON": "10", "NUM": "345", "PRO": "M", "SEC": "24", "YEA": "1802", "CITY": "BREST"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-292"}, "ids-in-source": {"g55": "04-292"}}, "raw": {"DAY": "7-10-1802", "HOUR": "9 h.", "NAME": "BOUET Adolphe Charles", "PLACE": "Brest (Finistère)."}, "date": "2023-08-20T14:48:26+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6072	bouet-alexandre-1833-12-06	{"a3": "346", "g55": "04-293"}	{"g55": "04-293", "lerrcp": "A3-346"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Bouet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:54", "date": "1833-12-06 14:25:34", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "notime": null, "date-ut": "1833-12-06 14:31:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Bouet"}, "birth": {"tzo": "-00:05:54", "date": "1833-12-06 14:25:34", "place": {"c2": "64", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "date-ut": "1833-12-06 14:31:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-346"}, "ids-in-sources": {"a3": "346"}}, "raw": {"H": "14", "MN": "31", "TZ": "0", "COD": "64", "COU": "F", "DAY": "6", "LAT": "43N18", "LON": "0W22", "MON": "12", "NUM": "346", "PRO": "M", "SEC": "28", "YEA": "1833", "CITY": "BAYONNE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-293"}, "ids-in-source": {"g55": "04-293"}}, "raw": {"DAY": "6-12-1833", "HOUR": "14 h. 30", "NAME": "BOUET Alexandre Eugène", "PLACE": "Bayonne (Basses-Pyr.)."}, "date": "2023-08-20T14:48:26+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6076	boulanger-georges-1837-04-29	{"a3": "350", "e3": "188", "g55": "04-294"}	{"g55": "04-294", "lerrcp": "A3-350"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Boulanger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:42", "date": "1837-04-29 08:14:58", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1837-04-29 08:21:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Boulanger"}, "birth": {"tzo": "-00:06:42", "date": "1837-04-29 08:14:58", "place": {"c2": "35", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1837-04-29 08:21:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-350"}, "ids-in-sources": {"a3": "350"}}, "raw": {"H": "8", "MN": "21", "TZ": "0", "COD": "35", "COU": "F", "DAY": "29", "LAT": "48N 7", "LON": "1W40", "MON": "4", "NUM": "350", "PRO": "M", "SEC": "40", "YEA": "1837", "CITY": "RENNES"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "ids-in-sources": {"e3": "188"}}, "raw": {"H": "08:15", "COD": "35", "DAY": "29", "MON": "04", "NUM": "0188", "PRO": "PO", "YEA": "1837", "CITY": "Rennes", "NAME": "BOULANGER Georges", "NOTE": "*"}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-294"}, "ids-in-source": {"g55": "04-294"}}, "raw": {"DAY": "29-4-1837", "HOUR": "8 h. 15", "NAME": "BOULANGER Georges", "PLACE": "Rennes (Ille-et-Vilaine)."}, "date": "2023-08-20T14:48:26+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6079	bourbaki-charles-1816-04-22	{"a3": "353", "g55": "04-295"}	{"g55": "04-295", "lerrcp": "A3-353"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Bourbaki", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:25", "date": "1816-04-22 05:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "notime": null, "date-ut": "1816-04-22 05:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Bourbaki"}, "birth": {"tzo": "-00:01:25", "date": "1816-04-22 05:00", "place": {"c2": "64", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "date-ut": "1816-04-22 05:01:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-353"}, "ids-in-sources": {"a3": "353"}}, "raw": {"H": "5", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "22", "LAT": "43N18", "LON": "0W22", "MON": "4", "NUM": "353", "PRO": "M", "SEC": "28", "YEA": "1816", "CITY": "PAU"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-295"}, "ids-in-source": {"g55": "04-295"}}, "raw": {"DAY": "22-4-1816", "HOUR": "5 h.", "NAME": "BOURBAKI Charles", "PLACE": "Pau (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:26+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6083	bournazel-henry-1898-02-21	{"a3": "357", "g55": "04-297"}	{"g55": "04-297", "lerrcp": "A3-357"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Bournazel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1898-02-21 16:00", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.33333, "lat": 46.58333, "name": "Limoges", "geoid": 0}, "notime": null, "date-ut": "1898-02-21 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Bournazel"}, "birth": {"tzo": "+00:09:21", "date": "1898-02-21 16:00", "place": {"c2": "86", "cy": "FR", "lg": 0.33333, "lat": 46.58333, "name": "Limoges", "geoid": 0}, "date-ut": "1898-02-21 15:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-357"}, "ids-in-sources": {"a3": "357"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "86", "COU": "F", "DAY": "21", "LAT": "46N35", "LON": "0E20", "MON": "2", "NUM": "357", "PRO": "M", "SEC": "40", "YEA": "1898", "CITY": "LIMOGES"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Limoges"}}, "partial-ids": {"g55": "04-297"}, "ids-in-source": {"g55": "04-297"}}, "raw": {"DAY": "21-2-1898", "HOUR": "16 h.", "NAME": "BOURNAZEL (de Lespinasse de) H.", "PLACE": "Limoges (H.-V.)."}, "date": "2023-08-20T14:48:26+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6088	brecard-charles-1867-10-14	{"a3": "362", "g55": "04-298"}	{"g55": "04-298", "lerrcp": "A3-362"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Brecard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": -0.63085, "lat": 35.18994, "name": "Sidi Bel Abbès", "geoid": 2481007}, "notime": null, "date-ut": "1867-10-14 19:03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Brecard"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": -0.63085, "lat": 35.18994, "name": "Sidi Bel Abbès", "geoid": 2481007}, "date-ut": "1867-10-14 19:03:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-362"}, "ids-in-sources": {"a3": "362"}}, "raw": {"H": "19", "MN": "3", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "14", "LAT": "35N20", "LON": "0W45", "MON": "10", "NUM": "362", "PRO": "M", "SEC": "0", "YEA": "1867", "CITY": "SIDI-BEL-ABBES"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-298"}, "ids-in-source": {"g55": "04-298"}}, "raw": {"DAY": "14-10-1867", "HOUR": "19 h.", "NAME": "BRECARD Charles Théodore", "PLACE": "Sidi-Bel-Abbès (Algér.)."}, "date": "2023-08-20T14:48:26+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6095	brissot-desmaillet-georges-1869-01-16	{"a3": "369", "g55": "04-300"}	{"g55": "04-300", "lerrcp": "A3-369"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Brissot Desmaillet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1869-01-16 17:30", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "notime": null, "date-ut": "1869-01-16 17:20:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-369"}, "birth": {"tzo": "+00:09:24", "date": "1869-01-16 17:30", "place": {"c2": "11", "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "date-ut": "1869-01-16 17:20:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-369"}, "ids-in-sources": {"a3": "369"}}, "raw": {"H": "17", "MN": "20", "TZ": "0", "COD": "11", "COU": "F", "DAY": "16", "LAT": "43N12", "LON": "2E21", "MON": "1", "NUM": "369", "PRO": "M", "SEC": "36", "YEA": "1869", "CITY": "CARCASSONNE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Georges", "family": "Brissot Desmaillet", "nobility": ""}, "slug": "brissot-desmaillet-georges-1869-01-16", "partial-ids": {"g55": "04-300"}, "ids-in-source": {"g55": "04-300"}}, "raw": {"DAY": "16-1-1869", "HOUR": "17 h. 30", "NAME": "BRISSOT DESMAILLET Georges", "PLACE": "Carcassonne (Aude)."}, "date": "2023-08-20T14:48:26+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6096	brocard-antonin-1885-11-14	{"a3": "370", "g55": "04-301"}	{"g55": "04-301", "lerrcp": "A3-370"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antonin", "family": "Brocard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:33", "date": "1885-11-14 02:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.3855, "lat": 45.4914, "name": "Biol", "geoid": 6620100}, "notime": null, "date-ut": "1885-11-14 01:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Antonin", "family": "Brocard"}, "birth": {"tzo": "+00:21:33", "date": "1885-11-14 02:00", "place": {"c2": "38", "cy": "FR", "lg": 5.3855, "lat": 45.4914, "name": "Biol", "geoid": 6620100}, "date-ut": "1885-11-14 01:37:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-370"}, "ids-in-sources": {"a3": "370"}}, "raw": {"H": "1", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "14", "LAT": "45N11", "LON": "5E43", "MON": "11", "NUM": "370", "PRO": "M", "SEC": "8", "YEA": "1885", "CITY": "BIOL"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-301"}, "ids-in-source": {"g55": "04-301"}}, "raw": {"DAY": "14-11-1885", "HOUR": "2 h.", "NAME": "BROCARD Antonin", "PLACE": "Biol (Isère)."}, "date": "2023-08-20T14:48:26+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6098	brown-colstoun-louis-1835-04-08	{"a3": "372", "g55": "04-302"}	{"g55": "04-302", "lerrcp": "A3-372"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Brown Colstoun Louis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1835-04-08 22:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1835-04-08 22:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Brown Colstoun Louis"}, "birth": {"tzo": "-00:02:19", "date": "1835-04-08 22:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1835-04-08 22:57:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-372"}, "ids-in-sources": {"a3": "372"}}, "raw": {"H": "22", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "8", "LAT": "44N50", "LON": "0W34", "MON": "4", "NUM": "372", "PRO": "M", "SEC": "36", "YEA": "1835", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-302"}, "ids-in-source": {"g55": "04-302"}}, "raw": {"DAY": "8-4-1835", "HOUR": "23 h.", "NAME": "BROWN de COLSTOUN Louis Henri", "PLACE": "Bordeaux (Gir.)."}, "date": "2023-08-20T14:48:26+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6100	buat-edmond-1868-09-17	{"a3": "374", "g55": "04-304"}	{"g55": "04-304", "lerrcp": "A3-374"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Buat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:28", "date": "1868-09-17 10:30", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Châlons-s.-Marne", "geoid": 0}, "notime": null, "date-ut": "1868-09-17 10:12:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Buat"}, "birth": {"tzo": "+00:17:28", "date": "1868-09-17 10:30", "place": {"c2": "51", "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Chalons-sur-Marne", "geoid": 0}, "date-ut": "1868-09-17 10:12:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-374"}, "ids-in-sources": {"a3": "374"}}, "raw": {"H": "10", "MN": "12", "TZ": "0", "COD": "51", "COU": "F", "DAY": "17", "LAT": "48N57", "LON": "4E22", "MON": "9", "NUM": "374", "PRO": "M", "SEC": "32", "YEA": "1868", "CITY": "CHALONS-S/MARNE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Châlons-s.-Marne"}}, "partial-ids": {"g55": "04-304"}, "ids-in-source": {"g55": "04-304"}}, "raw": {"DAY": "17-9-1868", "HOUR": "10 h. 30", "NAME": "BUAT Edmond Alphonse", "PLACE": "Châlons-s.-Marne (Mar.)."}, "date": "2023-08-20T14:48:26+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6103	bulot-joseph-1861-01-02	{"a3": "377", "g55": "04-305"}	{"g55": "04-305", "lerrcp": "A3-377"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Bulot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:28", "date": "1861-01-02 02:30", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 1.36566, "lat": 48.73649, "name": "Dreux", "geoid": 3020810}, "notime": null, "date-ut": "1861-01-02 02:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Bulot"}, "birth": {"tzo": "+00:05:28", "date": "1861-01-02 02:30", "place": {"c2": "28", "cy": "FR", "lg": 1.36566, "lat": 48.73649, "name": "Dreux", "geoid": 3020810}, "date-ut": "1861-01-02 02:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-377"}, "ids-in-sources": {"a3": "377"}}, "raw": {"H": "2", "MN": "24", "TZ": "0", "COD": "28", "COU": "F", "DAY": "2", "LAT": "48N27", "LON": "1E30", "MON": "1", "NUM": "377", "PRO": "M", "SEC": "0", "YEA": "1861", "CITY": "DREUX"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-305"}, "ids-in-source": {"g55": "04-305"}}, "raw": {"DAY": "2-1-1861", "HOUR": "2 h. 30", "NAME": "BULOT Joseph Alcide", "PLACE": "Dreux (Eure-et-Loire)."}, "date": "2023-08-20T14:48:26+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6104	burguet-joseph-1848-03-28	{"a3": "378", "g55": "04-306"}	{"g55": "04-306", "lerrcp": "A3-378"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Burguet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:43", "date": "1848-03-28 07:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1848-03-28 06:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Burguet"}, "birth": {"tzo": "+00:23:43", "date": "1848-03-28 07:00", "place": {"c2": "83", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1848-03-28 06:34:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-378"}, "ids-in-sources": {"a3": "378"}}, "raw": {"H": "6", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "28", "LAT": "43N32", "LON": "6E28", "MON": "3", "NUM": "378", "PRO": "M", "SEC": "8", "YEA": "1848", "CITY": "TOULON"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-306"}, "ids-in-source": {"g55": "04-306"}}, "raw": {"DAY": "28-3-1848", "HOUR": "7 h.", "NAME": "BURGUET Joseph Ferdinand", "PLACE": "Toulon (Var)."}, "date": "2023-08-20T14:48:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6109	calmel-jean-bernard-1865-05-10	{"a3": "383", "g55": "04-307"}	{"g55": "04-307", "lerrcp": "A3-383"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Bernard", "family": "Calmel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1865-05-10 15:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1865-05-10 14:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-383"}, "birth": {"tzo": "+00:05:46", "date": "1865-05-10 15:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1865-05-10 14:54:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-383"}, "ids-in-sources": {"a3": "383"}}, "raw": {"H": "14", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "10", "LAT": "43N37", "LON": "1E26", "MON": "5", "NUM": "383", "PRO": "M", "SEC": "16", "YEA": "1865", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Jean Bernard", "family": "Calmel", "nobility": ""}, "slug": "calmel-jean-bernard-1865-05-10", "partial-ids": {"g55": "04-307"}, "ids-in-source": {"g55": "04-307"}}, "raw": {"DAY": "10-5-1865", "HOUR": "15 h.", "NAME": "CALMEL Jean Bernard", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:48:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6112	cambriels-albert-1816-08-20	{"a3": "386", "g55": "04-308"}	{"g55": "04-308", "lerrcp": "A3-386"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Cambriels", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:29", "date": "1816-08-20 02:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 2.61942, "lat": 43.09097, "name": "Lagrasse", "geoid": 3008923}, "notime": null, "date-ut": "1816-08-20 01:50:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Cambriels"}, "birth": {"tzo": "+00:10:29", "date": "1816-08-20 02:00", "place": {"c2": "11", "cy": "FR", "lg": 2.61942, "lat": 43.09097, "name": "Lagrasse", "geoid": 3008923}, "date-ut": "1816-08-20 01:50:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-386"}, "ids-in-sources": {"a3": "386"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "20", "LAT": "43N12", "LON": "2E21", "MON": "8", "NUM": "386", "PRO": "M", "SEC": "36", "YEA": "1816", "CITY": "LAGRASSE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-308"}, "ids-in-source": {"g55": "04-308"}}, "raw": {"DAY": "20-8-1816", "HOUR": "2 h.", "NAME": "CAMBRIELS Albert", "PLACE": "’ Lagrasse (Aude)."}, "date": "2023-08-20T14:48:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6113	campenon-edouard-1819-05-04	{"a3": "387", "g55": "04-309"}	{"g55": "04-309", "lerrcp": "A3-387"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Campenon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:54", "date": "1819-05-04 01:30", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.97369, "lat": 47.85628, "name": "Tonnerre", "geoid": 2972467}, "notime": null, "date-ut": "1819-05-04 01:15:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Campenon"}, "birth": {"tzo": "+00:15:54", "date": "1819-05-04 01:30", "place": {"c2": "89", "cy": "FR", "lg": 3.97369, "lat": 47.85628, "name": "Tonnerre", "geoid": 2972467}, "date-ut": "1819-05-04 01:15:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-387"}, "ids-in-sources": {"a3": "387"}}, "raw": {"H": "1", "MN": "15", "TZ": "0", "COD": "89", "COU": "F", "DAY": "4", "LAT": "47N48", "LON": "3E35", "MON": "5", "NUM": "387", "PRO": "M", "SEC": "40", "YEA": "1819", "CITY": "TONNERRE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-309"}, "ids-in-source": {"g55": "04-309"}}, "raw": {"DAY": "4-5-1819", "HOUR": "1 h. 30", "NAME": "CAMPENON Edouard", "PLACE": "Tonnerre (Yonne)."}, "date": "2023-08-20T14:48:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6118	carence-jean-1871-08-18	{"a3": "392", "g55": "04-311"}	{"g55": "04-311", "lerrcp": "A3-392"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Carence", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:43", "date": "1871-08-18 10:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1871-08-18 09:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Carence"}, "birth": {"tzo": "+00:23:43", "date": "1871-08-18 10:00", "place": {"c2": "83", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1871-08-18 09:34:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-392"}, "ids-in-sources": {"a3": "392"}}, "raw": {"H": "9", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "18", "LAT": "43N32", "LON": "6E28", "MON": "8", "NUM": "392", "PRO": "M", "SEC": "8", "YEA": "1871", "CITY": "TOULON"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-311"}, "ids-in-source": {"g55": "04-311"}}, "raw": {"DAY": "18-8-1871", "HOUR": "10 h.", "NAME": "CARENCE Jean Jacques", "PLACE": "Toulon (Var)."}, "date": "2023-08-20T14:48:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6123	castelnau-edouard-1851-12-24	{"a3": "397", "g55": "04-312"}	{"g55": "04-312", "lerrcp": "A3-397"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Castelnau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:33", "date": "1851-12-24 21:00", "note": null, "place": {"c1": null, "c2": "12", "c3": null, "cy": "FR", "lg": 2.88915, "lat": 43.95575, "name": "Saint-Affrique", "geoid": 2981925}, "notime": null, "date-ut": "1851-12-24 20:49:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Castelnau"}, "birth": {"tzo": "+00:11:33", "date": "1851-12-24 21:00", "place": {"c2": "12", "cy": "FR", "lg": 2.88915, "lat": 43.95575, "name": "Saint-Affrique", "geoid": 2981925}, "date-ut": "1851-12-24 20:49:44"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-397"}, "ids-in-sources": {"a3": "397"}}, "raw": {"H": "20", "MN": "49", "TZ": "0", "COD": "12", "COU": "F", "DAY": "24", "LAT": "44N21", "LON": "2E34", "MON": "12", "NUM": "397", "PRO": "M", "SEC": "44", "YEA": "1851", "CITY": "ST-AFFRIQUE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-312"}, "ids-in-source": {"g55": "04-312"}}, "raw": {"DAY": "24-12-1851", "HOUR": "21 h.", "NAME": "CASTELNAU (de) Noél", "PLACE": "Saint-Affrique (Aveyron)."}, "date": "2023-08-20T14:48:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6127	cazalis-jules-1866-01-22	{"a3": "401", "g55": "04-314"}	{"g55": "04-314", "lerrcp": "A3-401"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Cazalis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1866-01-22 16:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1866-01-22 15:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Cazalis"}, "birth": {"tzo": "+00:15:30", "date": "1866-01-22 16:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1866-01-22 15:44:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-401"}, "ids-in-sources": {"a3": "401"}}, "raw": {"H": "15", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "22", "LAT": "43N37", "LON": "3E53", "MON": "1", "NUM": "401", "PRO": "M", "SEC": "28", "YEA": "1866", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-314"}, "ids-in-source": {"g55": "04-314"}}, "raw": {"DAY": "22-1-1866", "HOUR": "16 h.", "NAME": "CAZALIS Jules René", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:48:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6128	chabaud-latour-francois-1804-01-25	{"a3": "402", "g55": "04-315"}	{"g55": "04-315", "lerrcp": "A3-402"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Chabaud-Latour", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:26", "date": "1804-01-25 01:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1804-01-25 00:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Chabaud-Latour"}, "birth": {"tzo": "+00:17:26", "date": "1804-01-25 01:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1804-01-25 00:42:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-402"}, "ids-in-sources": {"a3": "402"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "25", "LAT": "43N51", "LON": "4E21", "MON": "1", "NUM": "402", "PRO": "M", "SEC": "36", "YEA": "1804", "CITY": "NIMES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-315"}, "ids-in-source": {"g55": "04-315"}}, "raw": {"DAY": "25-1-1804", "HOUR": "1 h.", "NAME": "CHABAUD-LATOUR Francois Henri", "PLACE": "Nimes (Gard)."}, "date": "2023-08-20T14:48:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6132	chanzy-alfred-1823-03-18	{"a3": "406", "g55": "04-317"}	{"g55": "04-317", "lerrcp": "A3-406"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Chanzy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:12", "date": "1823-03-18 10:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 5.0506, "lat": 49.4408, "name": "Nouart", "geoid": 2990003}, "notime": null, "date-ut": "1823-03-18 09:41:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Chanzy"}, "birth": {"tzo": "+00:20:12", "date": "1823-03-18 10:00", "place": {"c2": "08", "cy": "FR", "lg": 5.0506, "lat": 49.4408, "name": "Nouart", "geoid": 2990003}, "date-ut": "1823-03-18 09:41:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-406"}, "ids-in-sources": {"a3": "406"}}, "raw": {"H": "9", "MN": "41", "TZ": "0", "COD": "08", "COU": "F", "DAY": "18", "LAT": "49N46", "LON": "4E44", "MON": "3", "NUM": "406", "PRO": "M", "SEC": "4", "YEA": "1823", "CITY": "NOUART"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-317"}, "ids-in-source": {"g55": "04-317"}}, "raw": {"DAY": "18-3-1823", "HOUR": "10 h.", "NAME": "CHANZY Alfred", "PLACE": "Nouart (Ardennes)."}, "date": "2023-08-20T14:48:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6133	chapel-frederic-1849-07-03	{"a3": "407", "g55": "04-318"}	{"g55": "04-318", "lerrcp": "A3-407"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Chapel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:24", "date": "1849-07-03 01:30", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.59883, "lat": 46.65465, "name": "Conliège", "geoid": 3023890}, "notime": null, "date-ut": "1849-07-03 01:07:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Chapel"}, "birth": {"tzo": "+00:22:24", "date": "1849-07-03 01:30", "place": {"c2": "39", "cy": "FR", "lg": 5.59883, "lat": 46.65465, "name": "Conliège", "geoid": 3023890}, "date-ut": "1849-07-03 01:07:48"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-407"}, "ids-in-sources": {"a3": "407"}}, "raw": {"H": "1", "MN": "7", "TZ": "0", "COD": "39", "COU": "F", "DAY": "3", "LAT": "46N40", "LON": "5E33", "MON": "7", "NUM": "407", "PRO": "M", "SEC": "48", "YEA": "1849", "CITY": "CONLIEGE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-318"}, "ids-in-source": {"g55": "04-318"}}, "raw": {"DAY": "3-7-1849", "HOUR": "1 h. 30", "NAME": "CHAPEL. Frédéric", "PLACE": "Conliège (Jura)."}, "date": "2023-08-20T14:48:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6137	charras-jean-1810-01-07	{"a3": "411", "g55": "04-320"}	{"g55": "04-320", "lerrcp": "A3-411"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Charras", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:02", "date": "1810-01-07 05:04:18", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 7.2582, "lat": 48.76771, "name": "Phalsbourg", "geoid": 2987421}, "notime": null, "date-ut": "1810-01-07 04:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Charras"}, "birth": {"tzo": "+00:29:02", "date": "1810-01-07 05:04:18", "place": {"c2": "57", "cy": "FR", "lg": 7.2582, "lat": 48.76771, "name": "Phalsbourg", "geoid": 2987421}, "date-ut": "1810-01-07 04:35:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-411"}, "ids-in-sources": {"a3": "411"}}, "raw": {"H": "4", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "7", "LAT": "49N 7", "LON": "6E11", "MON": "1", "NUM": "411", "PRO": "M", "SEC": "16", "YEA": "1810", "CITY": "PHALSBOURG"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-320"}, "ids-in-source": {"g55": "04-320"}}, "raw": {"DAY": "7-1-1810", "HOUR": "5 h.", "NAME": "CHARRAS Jean-Baptiste", "PLACE": "Phalsbourg (Moselle)."}, "date": "2023-08-20T14:48:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6140	chazal-pierre-1808-01-01	{"a3": "414", "g55": "04-321"}	{"g55": "04-321", "lerrcp": "A3-414"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Chazal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:17", "date": "1808-01-01 15:00", "note": null, "place": {"c1": null, "c2": "65", "c3": null, "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "notime": null, "date-ut": "1808-01-01 14:59:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Chazal"}, "birth": {"tzo": "+00:00:17", "date": "1808-01-01 15:00", "place": {"c2": "65", "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "date-ut": "1808-01-01 14:59:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-414"}, "ids-in-sources": {"a3": "414"}}, "raw": {"H": "14", "MN": "59", "TZ": "0", "COD": "65", "COU": "F", "DAY": "1", "LAT": "43N14", "LON": "0E 5", "MON": "1", "NUM": "414", "PRO": "M", "SEC": "40", "YEA": "1808", "CITY": "TARBES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-321"}, "ids-in-source": {"g55": "04-321"}}, "raw": {"DAY": "1-1-1808", "HOUR": "15 h.", "NAME": "CHAZAL Pierre Emmanuel", "PLACE": "Tarbes (Hautes-Pyrénées)."}, "date": "2023-08-20T14:48:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6142	chevallier-joseph-1876-03-18	{"a3": "416", "g55": "04-323"}	{"g55": "04-323", "lerrcp": "A3-416"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Chevallier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:48", "date": "1876-03-18 04:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.19961, "lat": 48.35157, "name": "Fougères", "geoid": 3017609}, "notime": null, "date-ut": "1876-03-18 04:06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Chevallier"}, "birth": {"tzo": "-00:04:48", "date": "1876-03-18 04:00", "place": {"c2": "35", "cy": "FR", "lg": -1.19961, "lat": 48.35157, "name": "Fougères", "geoid": 3017609}, "date-ut": "1876-03-18 04:06:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-416"}, "ids-in-sources": {"a3": "416"}}, "raw": {"H": "4", "MN": "6", "TZ": "0", "COD": "35", "COU": "F", "DAY": "18", "LAT": "48N 7", "LON": "1W40", "MON": "3", "NUM": "416", "PRO": "M", "SEC": "40", "YEA": "1876", "CITY": "FOUGERES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-323"}, "ids-in-source": {"g55": "04-323"}}, "raw": {"DAY": "18-3-1876", "HOUR": "4 h.", "NAME": "CHEVALLIER Joseph", "PLACE": "Fougères (Ille-et-Vilaine)."}, "date": "2023-08-20T14:48:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6146	chretien-adrien-1862-09-12	{"a3": "420", "g55": "04-324"}	{"g55": "04-324", "lerrcp": "A3-420"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrien", "family": "Chretien", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:33", "date": "1862-09-12 14:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.38726, "lat": 47.19255, "name": "Auxonne", "geoid": 3035828}, "notime": null, "date-ut": "1862-09-12 13:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adrien", "family": "Chretien"}, "birth": {"tzo": "+00:21:33", "date": "1862-09-12 14:00", "place": {"c2": "21", "cy": "FR", "lg": 5.38726, "lat": 47.19255, "name": "Auxonne", "geoid": 3035828}, "date-ut": "1862-09-12 13:39:52"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-420"}, "ids-in-sources": {"a3": "420"}}, "raw": {"H": "13", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "12", "LAT": "47N19", "LON": "5E 2", "MON": "9", "NUM": "420", "PRO": "M", "SEC": "52", "YEA": "1862", "CITY": "AUXONNE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-324"}, "ids-in-source": {"g55": "04-324"}}, "raw": {"DAY": "12-9-1862", "HOUR": "14 h.", "NAME": "CHRETIEN Adrien Paul", "PLACE": "Auxonne (Côte-d’Or)."}, "date": "2023-08-20T14:48:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6156	conde-charles-1876-02-25	{"a3": "430", "g55": "04-325"}	{"g55": "04-325", "lerrcp": "A3-430"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Conde", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:03", "date": "1876-02-25 02:30", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "notime": null, "date-ut": "1876-02-25 02:18:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Conde"}, "birth": {"tzo": "+00:09:03", "date": "1876-02-25 02:30", "place": {"c2": "62", "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "date-ut": "1876-02-25 02:18:56"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-430"}, "ids-in-sources": {"a3": "430"}}, "raw": {"H": "2", "MN": "18", "TZ": "0", "COD": "62", "COU": "F", "DAY": "25", "LAT": "50N18", "LON": "2E46", "MON": "2", "NUM": "430", "PRO": "M", "SEC": "56", "YEA": "1876", "CITY": "SAINT-OMER"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-325"}, "ids-in-source": {"g55": "04-325"}}, "raw": {"DAY": "25-2-1876", "HOUR": "2 h. 30", "NAME": "CONDE Charles", "PLACE": "Saint-Omer (Pas-de-Calais)."}, "date": "2023-08-20T14:48:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6159	corap-andre-1878-01-15	{"a3": "433", "g55": "04-326"}	{"g55": "04-326", "lerrcp": "A3-433"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Corap", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:04", "date": "1878-01-15 02:00", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 0.51667, "lat": 49.35, "name": "Pont-Audemer", "geoid": 2986294}, "notime": null, "date-ut": "1878-01-15 01:55:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Corap"}, "birth": {"tzo": "+00:02:04", "date": "1878-01-15 02:00", "place": {"c2": "27", "cy": "FR", "lg": 0.51667, "lat": 49.35, "name": "Pont-Audemer", "geoid": 2986294}, "date-ut": "1878-01-15 01:55:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-433"}, "ids-in-sources": {"a3": "433"}}, "raw": {"H": "1", "MN": "55", "TZ": "0", "COD": "27", "COU": "F", "DAY": "15", "LAT": "49N 1", "LON": "1E11", "MON": "1", "NUM": "433", "PRO": "M", "SEC": "16", "YEA": "1878", "CITY": "PONT-AUDEMER"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-326"}, "ids-in-source": {"g55": "04-326"}}, "raw": {"DAY": "15-1-1878", "HOUR": "2 h.", "NAME": "CORAP André", "PLACE": "Poni-Audemer (Eure)."}, "date": "2023-08-20T14:48:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6160	cordonnier-emilien-1858-03-23	{"a3": "434", "g55": "04-327"}	{"g55": "04-327", "lerrcp": "A3-434"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emilien", "family": "Cordonnier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:04", "date": "1858-03-23 17:00", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.51524, "lat": 47.50953, "name": "Surgy", "geoid": 2973670}, "notime": null, "date-ut": "1858-03-23 16:47:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emilien", "family": "Cordonnier"}, "birth": {"tzo": "+00:14:04", "date": "1858-03-23 17:00", "place": {"c2": "58", "cy": "FR", "lg": 3.51524, "lat": 47.50953, "name": "Surgy", "geoid": 2973670}, "date-ut": "1858-03-23 16:47:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-434"}, "ids-in-sources": {"a3": "434"}}, "raw": {"H": "16", "MN": "47", "TZ": "0", "COD": "58", "COU": "F", "DAY": "23", "LAT": "46N59", "LON": "3E 9", "MON": "3", "NUM": "434", "PRO": "M", "SEC": "24", "YEA": "1858", "CITY": "SURGY"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-327"}, "ids-in-source": {"g55": "04-327"}}, "raw": {"DAY": "23-3-1858", "HOUR": "17 h.", "NAME": "CORDONNIER Emilien Louis", "PLACE": "Surey (Nièvre)."}, "date": "2023-08-20T14:48:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6165	cottenent-joseph-1875-12-30	{"a3": "439", "g55": "04-329"}	{"g55": "04-329", "lerrcp": "A3-439"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Cottenent", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:06", "date": "1875-12-30 14:30", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.27609, "lat": 47.40926, "name": "Tanay", "geoid": 2973438}, "notime": null, "date-ut": "1875-12-30 14:09:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Cottenent"}, "birth": {"tzo": "+00:21:06", "date": "1875-12-30 14:30", "place": {"c2": "21", "cy": "FR", "lg": 5.27609, "lat": 47.40926, "name": "Tanay", "geoid": 2973438}, "date-ut": "1875-12-30 14:09:52"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-439"}, "ids-in-sources": {"a3": "439"}}, "raw": {"H": "14", "MN": "9", "TZ": "0", "COD": "21", "COU": "F", "DAY": "30", "LAT": "47N19", "LON": "5E 2", "MON": "12", "NUM": "439", "PRO": "M", "SEC": "52", "YEA": "1875", "CITY": "TANAY"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-329"}, "ids-in-source": {"g55": "04-329"}}, "raw": {"DAY": "30-12-1875", "HOUR": "14 h. 30", "NAME": "COTTENET Joseph", "PLACE": "Tanay (Côte-d’Or)."}, "date": "2023-08-20T14:48:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6167	courbebaisse-pierre-1849-11-27	{"a3": "441", "g55": "04-330"}	{"g55": "04-330", "lerrcp": "A3-441"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Courbebaisse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:45", "date": "1849-11-27 01:15", "note": null, "place": {"c1": null, "c2": "46", "c3": null, "cy": "FR", "lg": 1.43663, "lat": 44.4491, "name": "Cahors", "geoid": 3029213}, "notime": null, "date-ut": "1849-11-27 01:09:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Courbebaisse"}, "birth": {"tzo": "+00:05:45", "date": "1849-11-27 01:15", "place": {"c2": "46", "cy": "FR", "lg": 1.43663, "lat": 44.4491, "name": "Cahors", "geoid": 3029213}, "date-ut": "1849-11-27 01:09:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-441"}, "ids-in-sources": {"a3": "441"}}, "raw": {"H": "1", "MN": "9", "TZ": "0", "COD": "46", "COU": "F", "DAY": "27", "LAT": "44N27", "LON": "1E26", "MON": "11", "NUM": "441", "PRO": "M", "SEC": "16", "YEA": "1849", "CITY": "CAHORS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-330"}, "ids-in-source": {"g55": "04-330"}}, "raw": {"DAY": "27-11-1849", "HOUR": "1 h. 15", "NAME": "COURBEBAISSE Pierre Alphonse", "PLACE": "Cahors (Lot)."}, "date": "2023-08-20T14:48:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6169	courcier-maurice-1879-01-22	{"a3": "443", "g55": "04-332"}	{"g55": "04-332", "lerrcp": "A3-443"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Courcier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:07", "date": "1879-01-22 04:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "notime": null, "date-ut": "1879-01-22 03:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Courcier"}, "birth": {"tzo": "+00:16:07", "date": "1879-01-22 04:00", "place": {"c2": "51", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "date-ut": "1879-01-22 03:42:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-443"}, "ids-in-sources": {"a3": "443"}}, "raw": {"H": "3", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "22", "LAT": "48N57", "LON": "4E22", "MON": "1", "NUM": "443", "PRO": "M", "SEC": "32", "YEA": "1879", "CITY": "REIMS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-332"}, "ids-in-source": {"g55": "04-332"}}, "raw": {"DAY": "22-1-1879", "HOUR": "4 h.", "NAME": "COURCIER Maurice", "PLACE": "Reims (Marne)."}, "date": "2023-08-20T14:48:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6172	crepy-joseph-1866-02-27	{"a3": "446", "g55": "04-334"}	{"g55": "04-334", "lerrcp": "A3-446"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Crepy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:41", "date": "1866-02-27 07:00", "note": null, "place": {"c1": null, "c2": "73", "c3": null, "cy": "FR", "lg": 5.92079, "lat": 45.56628, "name": "Chambéry", "geoid": 3027422}, "notime": null, "date-ut": "1866-02-27 06:36:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Crepy"}, "birth": {"tzo": "+00:23:41", "date": "1866-02-27 07:00", "place": {"c2": "73", "cy": "FR", "lg": 5.92079, "lat": 45.56628, "name": "Chambéry", "geoid": 3027422}, "date-ut": "1866-02-27 06:36:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-446"}, "ids-in-sources": {"a3": "446"}}, "raw": {"H": "6", "MN": "36", "TZ": "0", "COD": "73", "COU": "F", "DAY": "27", "LAT": "45N34", "LON": "5E55", "MON": "2", "NUM": "446", "PRO": "M", "SEC": "20", "YEA": "1866", "CITY": "CHAMBERY"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-334"}, "ids-in-source": {"g55": "04-334"}}, "raw": {"DAY": "27-2-1866", "HOUR": "7 h.", "NAME": "CREPY Joseph Henry", "PLACE": "Chambery (Savoie)."}, "date": "2023-08-20T14:48:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6174	crosson-duplessix-charles-1865-01-01	{"a3": "448", "g55": "04-335"}	{"g55": "04-335", "lerrcp": "A3-448"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Crosson-Duplessix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:58", "date": "1865-01-01 08:00", "note": null, "place": {"c1": null, "c2": "70", "c3": null, "cy": "FR", "lg": 6.48984, "lat": 47.5184, "name": "Mélecey", "geoid": 2994700}, "notime": null, "date-ut": "1865-01-01 07:35:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Crosson-Duplessix"}, "birth": {"tzo": "+00:25:58", "date": "1865-01-01 08:00", "place": {"c2": "70", "cy": "FR", "lg": 6.48984, "lat": 47.5184, "name": "Mélecey", "geoid": 2994700}, "date-ut": "1865-01-01 07:35:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-448"}, "ids-in-sources": {"a3": "448"}}, "raw": {"H": "7", "MN": "35", "TZ": "0", "COD": "70", "COU": "F", "DAY": "1", "LAT": "47N37", "LON": "6E 9", "MON": "1", "NUM": "448", "PRO": "M", "SEC": "24", "YEA": "1865", "CITY": "MELECEY"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-335"}, "ids-in-source": {"g55": "04-335"}}, "raw": {"DAY": "1-1-1865", "HOUR": "8 h.", "NAME": "CROSSON-DUPLESSIX Charles", "PLACE": "Mélecey (Haute-Saône)."}, "date": "2023-08-20T14:48:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6180	darlan-francois-1881-08-07	{"a3": "454", "g55": "04-337"}	{"g55": "04-337", "lerrcp": "A3-454"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Darlan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01:21", "date": "1881-08-07 09:30", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.33844, "lat": 44.13597, "name": "Nérac", "geoid": 2990780}, "notime": null, "date-ut": "1881-08-07 09:27:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Darlan"}, "birth": {"tzo": "+00:01:21", "date": "1881-08-07 09:30", "place": {"c2": "47", "cy": "FR", "lg": 0.33844, "lat": 44.13597, "name": "Nérac", "geoid": 2990780}, "date-ut": "1881-08-07 09:27:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-454"}, "ids-in-sources": {"a3": "454"}}, "raw": {"H": "9", "MN": "27", "TZ": "0", "COD": "47", "COU": "F", "DAY": "7", "LAT": "44N12", "LON": "0E38", "MON": "8", "NUM": "454", "PRO": "M", "SEC": "28", "YEA": "1881", "CITY": "NERAC"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-337"}, "ids-in-source": {"g55": "04-337"}}, "raw": {"DAY": "7-8-1881", "HOUR": "9 h. 30", "NAME": "DARLAN Francois", "PLACE": "Nérac (Lot-et-Garonne)."}, "date": "2023-08-20T14:48:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6183	dauve-pierre-1863-11-09	{"a3": "457", "g55": "04-338"}	{"g55": "04-338", "lerrcp": "A3-457"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Dauve", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 2.8277, "lat": 36.47004, "name": "Blida", "geoid": 2503769}, "notime": null, "date-ut": "1863-11-09 11:49:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Dauve"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 2.8277, "lat": 36.47004, "name": "Blida", "geoid": 2503769}, "date-ut": "1863-11-09 11:49:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-457"}, "ids-in-sources": {"a3": "457"}}, "raw": {"H": "11", "MN": "49", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "9", "LAT": "36N35", "LON": "2E45", "MON": "11", "NUM": "457", "PRO": "M", "SEC": "0", "YEA": "1863", "CITY": "BLIDA"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-338"}, "ids-in-source": {"g55": "04-338"}}, "raw": {"DAY": "9-11-1863", "HOUR": "12 h.", "NAME": "DAUVE Pierre Camille", "PLACE": "Blida (Algérie)."}, "date": "2023-08-20T14:48:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6185	debeney-marie-1864-05-05	{"a3": "459", "g55": "04-339"}	{"g55": "04-339", "lerrcp": "A3-459"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Debeney", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:54", "date": "1864-05-05 05:30", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 5.2258, "lat": 46.20574, "name": "Bourg-en-Bresse", "geoid": 3031009}, "notime": null, "date-ut": "1864-05-05 05:09:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Debeney"}, "birth": {"tzo": "+00:20:54", "date": "1864-05-05 05:30", "place": {"c2": "01", "cy": "FR", "lg": 5.2258, "lat": 46.20574, "name": "Bourg-en-Bresse", "geoid": 3031009}, "date-ut": "1864-05-05 05:09:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-459"}, "ids-in-sources": {"a3": "459"}}, "raw": {"H": "5", "MN": "9", "TZ": "0", "COD": "01", "COU": "F", "DAY": "5", "LAT": "46N12", "LON": "5E13", "MON": "5", "NUM": "459", "PRO": "M", "SEC": "8", "YEA": "1864", "CITY": "BOURG-EN-BRESSE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-339"}, "ids-in-source": {"g55": "04-339"}}, "raw": {"DAY": "9-5-1864", "HOUR": "5 h. 30", "NAME": "DEBENEY Marie-Eugène", "PLACE": "Bourg (Ain)."}, "date": "2023-08-20T14:48:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6190	degoutte-jean-1866-04-18	{"a3": "464", "g55": "04-340"}	{"g55": "04-340", "lerrcp": "A3-464"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Degoutte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:40", "date": "1866-04-18 12:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.66821, "lat": 45.89058, "name": "Charnay", "geoid": 3026538}, "notime": null, "date-ut": "1866-04-18 11:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Degoutte"}, "birth": {"tzo": "+00:18:40", "date": "1866-04-18 12:00", "place": {"c2": "69", "cy": "FR", "lg": 4.66821, "lat": 45.89058, "name": "Charnay", "geoid": 3026538}, "date-ut": "1866-04-18 11:40:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-464"}, "ids-in-sources": {"a3": "464"}}, "raw": {"H": "11", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "18", "LAT": "45N46", "LON": "4E50", "MON": "4", "NUM": "464", "PRO": "M", "SEC": "40", "YEA": "1866", "CITY": "CHARNAY"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-340"}, "ids-in-source": {"g55": "04-340"}}, "raw": {"DAY": "18-4-1866", "HOUR": "12 h.", "NAME": "DEGOUTTE Jean-Marie Joseph", "PLACE": "Charnay (Rhône)."}, "date": "2023-08-20T14:48:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6193	deletoille-gaston-1856-09-18	{"a3": "467", "g55": "04-341"}	{"g55": "04-341", "lerrcp": "A3-467"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Deletoille", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:12", "date": "1856-09-18 11:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1856-09-18 10:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Deletoille"}, "birth": {"tzo": "+00:09:12", "date": "1856-09-18 11:00", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1856-09-18 10:50:48"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-467"}, "ids-in-sources": {"a3": "467"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "18", "LAT": "49N54", "LON": "2E18", "MON": "9", "NUM": "467", "PRO": "M", "SEC": "48", "YEA": "1856", "CITY": "AMIENS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-341"}, "ids-in-source": {"g55": "04-341"}}, "raw": {"DAY": "18-9-1856", "HOUR": "14 h.", "NAME": "DELETOILLE Gaston", "PLACE": "Amiens (Somme)."}, "date": "2023-08-20T14:48:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6194	denain-1880-11-06	{"a3": "468", "g55": "04-342"}	{"g55": "04-342", "lerrcp": "A3-468"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Denain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:13", "date": "1880-11-06 02:00", "note": null, "place": {"c1": null, "c2": "40", "c3": null, "cy": "FR", "lg": -1.05366, "lat": 43.71032, "name": "Dax", "geoid": 3021670}, "notime": null, "date-ut": "1880-11-06 02:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Denain"}, "birth": {"tzo": "-00:04:13", "date": "1880-11-06 02:00", "place": {"c2": "40", "cy": "FR", "lg": -1.05366, "lat": 43.71032, "name": "Dax", "geoid": 3021670}, "date-ut": "1880-11-06 02:02"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-468"}, "ids-in-sources": {"a3": "468"}}, "raw": {"H": "2", "MN": "2", "TZ": "0", "COD": "40", "COU": "F", "DAY": "6", "LAT": "43N54", "LON": "0W30", "MON": "11", "NUM": "468", "PRO": "M", "SEC": "0", "YEA": "1880", "CITY": "DAX"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-342"}, "ids-in-source": {"g55": "04-342"}}, "raw": {"DAY": "6-11-1880", "HOUR": "2 h.", "NAME": "DENAIN", "PLACE": "Dax (Landes)."}, "date": "2023-08-20T14:48:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6197	denvignes-jpseph-1866-04-27	{"a3": "471", "g55": "04-344"}	{"g55": "04-344", "lerrcp": "A3-471"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jpseph", "family": "Denvignes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:24", "date": "1866-04-27 08:04:40", "note": null, "place": {"c1": null, "c2": "32", "c3": null, "cy": "FR", "lg": 0.6, "lat": 43.66667, "name": "Bretagne", "geoid": 0}, "notime": null, "date-ut": "1866-04-27 08:02:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jpseph", "family": "Denvignes"}, "birth": {"tzo": "+00:02:24", "date": "1866-04-27 08:04:40", "place": {"c2": "32", "cy": "FR", "lg": 0.6, "lat": 43.66667, "name": "Bretagne", "geoid": 0}, "date-ut": "1866-04-27 08:02:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-471"}, "ids-in-sources": {"a3": "471"}}, "raw": {"H": "8", "MN": "2", "TZ": "0", "COD": "32", "COU": "F", "DAY": "27", "LAT": "43N40", "LON": "0E36", "MON": "4", "NUM": "471", "PRO": "M", "SEC": "16", "YEA": "1866", "CITY": "BRETAGNE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Bretagne"}}, "partial-ids": {"g55": "04-344"}, "ids-in-source": {"g55": "04-344"}}, "raw": {"DAY": "27-4-1866", "HOUR": "8 h.", "NAME": "DENVIGNES Joseph Cyrille", "PLACE": "Bretagne (Gers)."}, "date": "2023-08-20T14:48:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6204	deville-louis-1862-01-29	{"a3": "478", "g55": "04-346"}	{"g55": "04-346", "lerrcp": "A3-478"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Deville", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:40", "date": "1862-01-29 20:30", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -1.16667, "lat": 46.15, "name": "Saint-Martin-de-Ré", "geoid": 0}, "notime": null, "date-ut": "1862-01-29 20:34:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Deville"}, "birth": {"tzo": "-00:04:40", "date": "1862-01-29 20:30", "place": {"c2": "17", "cy": "FR", "lg": -1.16667, "lat": 46.15, "name": "Saint-Martin Ile D", "geoid": 0}, "date-ut": "1862-01-29 20:34:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-478"}, "ids-in-sources": {"a3": "478"}}, "raw": {"H": "20", "MN": "34", "TZ": "0", "COD": "17", "COU": "F", "DAY": "29", "LAT": "46N 9", "LON": "1W10", "MON": "1", "NUM": "478", "PRO": "M", "SEC": "40", "YEA": "1862", "CITY": "ST-MARTIN ILE D"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Martin-de-Ré"}}, "partial-ids": {"g55": "04-346"}, "ids-in-source": {"g55": "04-346"}}, "raw": {"DAY": "29-1-1862", "HOUR": "20 h. 30", "NAME": "DEVILLE Louis Georges", "PLACE": "Saint-Martin-de-Ré (Charente-Maritime)."}, "date": "2023-08-20T14:48:27+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6207	dompierre-hornoy-charles-1816-02-24	{"a3": "481", "g55": "04-347"}	{"g55": "04-347", "lerrcp": "A3-481"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Dompierre Hornoy Charles", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:12", "date": "1816-02-24 18:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Hornoy", "geoid": 0}, "notime": null, "date-ut": "1816-02-24 17:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Dompierre Hornoy Charles"}, "birth": {"tzo": "+00:09:12", "date": "1816-02-24 18:00", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Hornoy", "geoid": 0}, "date-ut": "1816-02-24 17:50:48"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-481"}, "ids-in-sources": {"a3": "481"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "24", "LAT": "49N54", "LON": "2E18", "MON": "2", "NUM": "481", "PRO": "M", "SEC": "48", "YEA": "1816", "CITY": "HORNOY"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Hornoy"}}, "partial-ids": {"g55": "04-347"}, "ids-in-source": {"g55": "04-347"}}, "raw": {"DAY": "24-2-1816", "HOUR": "18 h.", "NAME": "DOMPIERRE d'HORNOY (de) Charles", "PLACE": "Hornoy (Som.)."}, "date": "2023-08-20T14:48:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6209	douchy-francois-1867-05-19	{"a3": "483", "g55": "04-348"}	{"g55": "04-348", "lerrcp": "A3-483"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Douchy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:47", "date": "1867-05-19 22:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.19759, "lat": 49.14518, "name": "Dammard", "geoid": 3021855}, "notime": null, "date-ut": "1867-05-19 21:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Douchy"}, "birth": {"tzo": "+00:12:47", "date": "1867-05-19 22:00", "place": {"c2": "02", "cy": "FR", "lg": 3.19759, "lat": 49.14518, "name": "Dammard", "geoid": 3021855}, "date-ut": "1867-05-19 21:45:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-483"}, "ids-in-sources": {"a3": "483"}}, "raw": {"H": "21", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "19", "LAT": "49N34", "LON": "3E37", "MON": "5", "NUM": "483", "PRO": "M", "SEC": "32", "YEA": "1867", "CITY": "DAMMARD"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-348"}, "ids-in-source": {"g55": "04-348"}}, "raw": {"DAY": "19-5-1867", "HOUR": "22 h.", "NAME": "DOUCHY Francois Médard", "PLACE": "Dammard (Aisne)."}, "date": "2023-08-20T14:48:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6213	driant-emile-1855-09-11	{"a3": "487", "g55": "04-350"}	{"g55": "04-350", "lerrcp": "A3-487"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Driant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:28", "date": "1855-09-11 08:30", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Neufchatel", "geoid": 0}, "notime": null, "date-ut": "1855-09-11 08:15:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Driant"}, "birth": {"tzo": "+00:14:28", "date": "1855-09-11 08:30", "place": {"c2": "02", "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Neufchatel", "geoid": 0}, "date-ut": "1855-09-11 08:15:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-487"}, "ids-in-sources": {"a3": "487"}}, "raw": {"H": "8", "MN": "15", "TZ": "0", "COD": "02", "COU": "F", "DAY": "11", "LAT": "49N34", "LON": "3E37", "MON": "9", "NUM": "487", "PRO": "M", "SEC": "32", "YEA": "1855", "CITY": "NEUFCHATEL"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Neufchatel"}}, "partial-ids": {"g55": "04-350"}, "ids-in-source": {"g55": "04-350"}}, "raw": {"DAY": "11-9-1855", "HOUR": "8 h. 30", "NAME": "DRIANT Emile Auguste", "PLACE": "Neufchatel (Aisne)."}, "date": "2023-08-20T14:48:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6217	dubail-auguste-1851-04-15	{"a3": "491", "g55": "04-351"}	{"g55": "04-351", "lerrcp": "A3-491"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Dubail", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:27:25", "date": "1851-04-15 05:00", "note": null, "place": {"c1": null, "c2": "90", "c3": null, "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "notime": null, "date-ut": "1851-04-15 04:32:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Dubail"}, "birth": {"tzo": "+00:27:25", "date": "1851-04-15 05:00", "place": {"c2": "90", "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "date-ut": "1851-04-15 04:32:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-491"}, "ids-in-sources": {"a3": "491"}}, "raw": {"H": "4", "MN": "32", "TZ": "0", "COD": "90", "COU": "F", "DAY": "15", "LAT": "47N38", "LON": "6E52", "MON": "4", "NUM": "491", "PRO": "M", "SEC": "32", "YEA": "1851", "CITY": "BELFORT"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-351"}, "ids-in-source": {"g55": "04-351"}}, "raw": {"DAY": "15-4-1851", "HOUR": "5 h.", "NAME": "DUBAIL Auguste Yvon", "PLACE": "Belfort (Territoire de Belfort)."}, "date": "2023-08-20T14:48:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6219	dubois-emile-1842-05-12	{"a3": "493", "g55": "04-352"}	{"g55": "04-352", "lerrcp": "A3-493"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Dubois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:38", "date": "1842-05-12 06:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 3.91011, "lat": 49.33655, "name": "Hermonville", "geoid": 3013410}, "notime": null, "date-ut": "1842-05-12 05:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Dubois"}, "birth": {"tzo": "+00:15:38", "date": "1842-05-12 06:00", "place": {"c2": "51", "cy": "FR", "lg": 3.91011, "lat": 49.33655, "name": "Hermonville", "geoid": 3013410}, "date-ut": "1842-05-12 05:42:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-493"}, "ids-in-sources": {"a3": "493"}}, "raw": {"H": "5", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "12", "LAT": "48N57", "LON": "4E22", "MON": "5", "NUM": "493", "PRO": "M", "SEC": "32", "YEA": "1842", "CITY": "HERMONVILLE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-352"}, "ids-in-source": {"g55": "04-352"}}, "raw": {"DAY": "12-5-1842", "HOUR": "6 h.", "NAME": "DUBOIS Emile Oscar", "PLACE": "Hermonville (Marne)."}, "date": "2023-08-20T14:48:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6222	duchene-denis-auguste-1862-09-23	{"a3": "496", "g55": "04-353"}	{"g55": "04-353", "lerrcp": "A3-496"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Denis Auguste", "family": "Duchene", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:28", "date": "1862-09-23 01:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Juzennecourt", "geoid": 0}, "notime": null, "date-ut": "1862-09-23 00:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-496"}, "birth": {"tzo": "+00:17:28", "date": "1862-09-23 01:00", "place": {"c2": "51", "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Juzennecourt", "geoid": 0}, "date-ut": "1862-09-23 00:42:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-496"}, "ids-in-sources": {"a3": "496"}}, "raw": {"H": "0", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "23", "LAT": "48N57", "LON": "4E22", "MON": "9", "NUM": "496", "PRO": "M", "SEC": "32", "YEA": "1862", "CITY": "JUZENNECOURT"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Denis Auguste", "family": "Duchene", "nobility": ""}, "slug": "duchene-denis-auguste-1862-09-23", "birth": {"place": {"name": "Juzennecourt"}}, "partial-ids": {"g55": "04-353"}, "ids-in-source": {"g55": "04-353"}}, "raw": {"DAY": "23-9-1862", "HOUR": "1 h.", "NAME": "DUCHENE Denis Auguste", "PLACE": "Juzennecourt (Haute-Marne)."}, "date": "2023-08-20T14:48:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6224	ducrot-auguste-1817-02-24	{"a3": "498", "g55": "04-355"}	{"g55": "04-355", "lerrcp": "A3-498"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Ducrot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:38", "date": "1817-02-24 15:00", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.159, "lat": 46.98956, "name": "Nevers", "geoid": 2990474}, "notime": null, "date-ut": "1817-02-24 14:47:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Ducrot"}, "birth": {"tzo": "+00:12:38", "date": "1817-02-24 15:00", "place": {"c2": "58", "cy": "FR", "lg": 3.159, "lat": 46.98956, "name": "Nevers", "geoid": 2990474}, "date-ut": "1817-02-24 14:47:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-498"}, "ids-in-sources": {"a3": "498"}}, "raw": {"H": "14", "MN": "47", "TZ": "0", "COD": "58", "COU": "F", "DAY": "24", "LAT": "46N59", "LON": "3E 9", "MON": "2", "NUM": "498", "PRO": "M", "SEC": "24", "YEA": "1817", "CITY": "NEVERS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-355"}, "ids-in-source": {"g55": "04-355"}}, "raw": {"DAY": "24-2-1817", "HOUR": "15 h.", "NAME": "DUCROT Auguste Alex.", "PLACE": "Nevers (Nièvre)."}, "date": "2023-08-20T14:48:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6226	duhesme-jean-1878-10-14	{"a3": "500", "g55": "04-357"}	{"g55": "04-357", "lerrcp": "A3-500"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Duhesme", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:27:25", "date": "1878-10-14 17:14:57", "note": null, "place": {"c1": null, "c2": "90", "c3": null, "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "notime": null, "date-ut": "1878-10-14 16:47:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Duhesme"}, "birth": {"tzo": "+00:27:25", "date": "1878-10-14 17:14:57", "place": {"c2": "90", "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "date-ut": "1878-10-14 16:47:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-500"}, "ids-in-sources": {"a3": "500"}}, "raw": {"H": "16", "MN": "47", "TZ": "0", "COD": "90", "COU": "F", "DAY": "14", "LAT": "47N38", "LON": "6E52", "MON": "10", "NUM": "500", "PRO": "M", "SEC": "32", "YEA": "1878", "CITY": "BELFORT"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-357"}, "ids-in-source": {"g55": "04-357"}}, "raw": {"DAY": "14-10-1878", "HOUR": "17 h. 15", "NAME": "DUHESME Jean Jules", "PLACE": "Belfort (Terr. de Belfort)."}, "date": "2023-08-20T14:48:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6228	dumesnil-henry-1864-08-28	{"a3": "502", "g55": "04-358"}	{"g55": "04-358", "lerrcp": "A3-502"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Dumesnil", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1864-08-28 04:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1864-08-28 03:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Dumesnil"}, "birth": {"tzo": "+00:08:32", "date": "1864-08-28 04:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1864-08-28 03:51:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-502"}, "ids-in-sources": {"a3": "502"}}, "raw": {"H": "3", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "28", "LAT": "48N50", "LON": "2E 8", "MON": "8", "NUM": "502", "PRO": "M", "SEC": "28", "YEA": "1864", "CITY": "VERSAILLES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-358"}, "ids-in-source": {"g55": "04-358"}}, "raw": {"DAY": "28-8-1864", "HOUR": "4 h.", "NAME": "DUMESNIL Henri Auguste", "PLACE": "Versailles (Seine-et-Oise)."}, "date": "2023-08-20T14:48:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6229	duparge-paul-1849-05-12	{"a3": "503", "g55": "04-359"}	{"g55": "04-359", "lerrcp": "A3-503"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Duparge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:45", "date": "1849-05-12 15:30", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.43769, "lat": 48.8486, "name": "Vincennes", "geoid": 2968054}, "notime": null, "date-ut": "1849-05-12 15:20:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Duparge"}, "birth": {"tzo": "+00:09:45", "date": "1849-05-12 15:30", "place": {"c2": "94", "cy": "FR", "lg": 2.43769, "lat": 48.8486, "name": "Vincennes", "geoid": 2968054}, "date-ut": "1849-05-12 15:20:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-503"}, "ids-in-sources": {"a3": "503"}}, "raw": {"H": "15", "MN": "20", "TZ": "0", "COD": "94", "COU": "F", "DAY": "12", "LAT": "48N47", "LON": "2E29", "MON": "5", "NUM": "503", "PRO": "M", "SEC": "4", "YEA": "1849", "CITY": "VINCENNES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-359"}, "ids-in-source": {"g55": "04-359"}}, "raw": {"DAY": "12-5-1849", "HOUR": "15 h. 30", "NAME": "DUPARGE Paul Louis", "PLACE": "Vincennes (Seine)."}, "date": "2023-08-20T14:48:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6232	dupont-charles-joseph-1863-10-30	{"a3": "506", "g55": "04-360"}	{"g55": "04-360", "lerrcp": "A3-506"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles Joseph", "family": "Dupont", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1863-10-30 12:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1863-10-30 11:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-506"}, "birth": {"tzo": "+00:24:44", "date": "1863-10-30 12:00", "place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1863-10-30 11:35:12"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-506"}, "ids-in-sources": {"a3": "506"}}, "raw": {"H": "11", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "30", "LAT": "48N42", "LON": "6E12", "MON": "10", "NUM": "506", "PRO": "M", "SEC": "12", "YEA": "1863", "CITY": "NANCY"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Charles Joseph", "family": "Dupont", "nobility": ""}, "slug": "dupont-charles-joseph-1863-10-30", "partial-ids": {"g55": "04-360"}, "ids-in-source": {"g55": "04-360"}}, "raw": {"DAY": "30-10-1863", "HOUR": "12 h.", "NAME": "DUPONT Charles Joseph", "PLACE": "Nancy (Meurthe-et-Mos.)."}, "date": "2023-08-20T14:48:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6233	duport-georges-1864-02-04	{"a3": "507", "g55": "04-361"}	{"g55": "04-361", "lerrcp": "A3-507"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Duport", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:31:10", "date": "1864-02-04 08:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.79051, "lat": 48.81557, "name": "Haguenau", "geoid": 3014078}, "notime": null, "date-ut": "1864-02-04 07:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Duport"}, "birth": {"tzo": "+00:31:10", "date": "1864-02-04 08:00", "place": {"c2": "67", "cy": "FR", "lg": 7.79051, "lat": 48.81557, "name": "Haguenau", "geoid": 3014078}, "date-ut": "1864-02-04 07:29"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-507"}, "ids-in-sources": {"a3": "507"}}, "raw": {"H": "7", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "4", "LAT": "48N35", "LON": "7E45", "MON": "2", "NUM": "507", "PRO": "M", "SEC": "0", "YEA": "1864", "CITY": "HAGUENAU"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-361"}, "ids-in-source": {"g55": "04-361"}}, "raw": {"DAY": "4-2-1864", "HOUR": "8 h.", "NAME": "DUPORT Georges Pierre", "PLACE": "Haguenau (Bas-Rhin)."}, "date": "2023-08-20T14:48:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6240	espitalier-georges-1849-05-25	{"a3": "514", "g55": "04-363"}	{"g55": "04-363", "lerrcp": "A3-514"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Espitalier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:40", "date": "1849-05-25 03:00", "note": null, "place": {"c1": null, "c2": "85", "c3": null, "cy": "FR", "lg": -1.41667, "lat": 46.66667, "name": "Sables-d’Olonne", "geoid": 0}, "notime": null, "date-ut": "1849-05-25 03:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Espitalier"}, "birth": {"tzo": "-00:05:40", "date": "1849-05-25 03:00", "place": {"c2": "85", "cy": "FR", "lg": -1.41667, "lat": 46.66667, "name": "Sables-D'Olonne", "geoid": 0}, "date-ut": "1849-05-25 03:05:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-514"}, "ids-in-sources": {"a3": "514"}}, "raw": {"H": "3", "MN": "5", "TZ": "0", "COD": "85", "COU": "F", "DAY": "25", "LAT": "46N40", "LON": "1W25", "MON": "5", "NUM": "514", "PRO": "M", "SEC": "40", "YEA": "1849", "CITY": "SABLES-D'OLONNE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Sables-d’Olonne"}}, "partial-ids": {"g55": "04-363"}, "ids-in-source": {"g55": "04-363"}}, "raw": {"DAY": "25-5-1849", "HOUR": "3 h.", "NAME": "ESPITALIER Georges", "PLACE": "Sables-d’Olonne (Vendée)."}, "date": "2023-08-20T14:48:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6242	estienne-paul-1860-11-07	{"a3": "516", "g55": "04-364"}	{"g55": "04-364", "lerrcp": "A3-516"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Estienne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:40", "date": "1860-11-07 09:00", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.16667, "lat": 48.76667, "name": "Condé-en-Barrois", "geoid": 0}, "notime": null, "date-ut": "1860-11-07 08:39:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Estienne"}, "birth": {"tzo": "+00:20:40", "date": "1860-11-07 09:00", "place": {"c2": "55", "cy": "FR", "lg": 5.16667, "lat": 48.76667, "name": "Conde-en-Barroi", "geoid": 0}, "date-ut": "1860-11-07 08:39:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-516"}, "ids-in-sources": {"a3": "516"}}, "raw": {"H": "8", "MN": "39", "TZ": "0", "COD": "55", "COU": "F", "DAY": "7", "LAT": "48N46", "LON": "5E10", "MON": "11", "NUM": "516", "PRO": "M", "SEC": "20", "YEA": "1860", "CITY": "CONDE-EN-BARROI"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Condé-en-Barrois"}}, "partial-ids": {"g55": "04-364"}, "ids-in-source": {"g55": "04-364"}}, "raw": {"DAY": "7-11-1860", "HOUR": "9 h.", "NAME": "ESTIENNE Jean Eugène", "PLACE": "Condé-en-Barrois (Meuse)."}, "date": "2023-08-20T14:48:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6244	eudes-emile-1843-09-12	{"a3": "518", "g55": "04-365"}	{"g55": "04-365", "lerrcp": "A3-518"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Eudes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:20", "date": "1843-09-12 01:59", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.33381, "lat": 48.9894, "name": "Roncey", "geoid": 2982952}, "notime": null, "date-ut": "1843-09-12 02:04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Eudes"}, "birth": {"tzo": "-00:05:20", "date": "1843-09-12 01:59", "place": {"c2": "50", "cy": "FR", "lg": -1.33381, "lat": 48.9894, "name": "Roncey", "geoid": 2982952}, "date-ut": "1843-09-12 02:04:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-518"}, "ids-in-sources": {"a3": "518"}}, "raw": {"H": "2", "MN": "4", "TZ": "0", "COD": "50", "COU": "F", "DAY": "12", "LAT": "49N 7", "LON": "1W 5", "MON": "9", "NUM": "518", "PRO": "M", "SEC": "20", "YEA": "1843", "CITY": "RONCEY"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-365"}, "ids-in-source": {"g55": "04-365"}}, "raw": {"DAY": "12-9-1843", "HOUR": "2 h.", "NAME": "EUDES Emile", "PLACE": "Roncey (Manche)."}, "date": "2023-08-20T14:48:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6247	faidherbe-louis-1818-06-03	{"a3": "521", "g55": "04-367"}	{"g55": "04-367", "lerrcp": "A3-521"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Faidherbe", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1818-06-03 00:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1818-06-02 23:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-521"}, "birth": {"tzo": "+00:12:14", "date": "1818-06-03 00:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1818-06-02 23:47:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-521"}, "ids-in-sources": {"a3": "521"}}, "raw": {"H": "23", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "2", "LAT": "50N39", "LON": "3E 5", "MON": "6", "NUM": "521", "PRO": "M", "SEC": "40", "YEA": "1818", "CITY": "LILLE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Louis", "family": "Faidherbe", "nobility": ""}, "slug": "faidherbe-louis-1818-06-03", "partial-ids": {"g55": "04-367"}, "ids-in-source": {"g55": "04-367"}}, "raw": {"DAY": "3-6-1818", "HOUR": "0 h.", "NAME": "FAIDHERBE Louis", "PLACE": "Lille (Nord)."}, "date": "2023-08-20T14:48:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6251	faury-louis-1874-07-21	{"a3": "525", "g55": "04-369"}	{"g55": "04-369", "lerrcp": "A3-525"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Faury", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1874-07-21 08:30", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.13292, "lat": 50.51501, "name": "Fruges", "geoid": 3016931}, "notime": null, "date-ut": "1874-07-21 08:18:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Faury"}, "birth": {"tzo": "+00:08:32", "date": "1874-07-21 08:30", "place": {"c2": "62", "cy": "FR", "lg": 2.13292, "lat": 50.51501, "name": "Fruges", "geoid": 3016931}, "date-ut": "1874-07-21 08:18:56"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-525"}, "ids-in-sources": {"a3": "525"}}, "raw": {"H": "8", "MN": "18", "TZ": "0", "COD": "62", "COU": "F", "DAY": "21", "LAT": "50N18", "LON": "2E46", "MON": "7", "NUM": "525", "PRO": "M", "SEC": "56", "YEA": "1874", "CITY": "FRUGES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-369"}, "ids-in-source": {"g55": "04-369"}}, "raw": {"DAY": "21-7-1874", "HOUR": "8 h. 30", "NAME": "FAURY Louis Augustin", "PLACE": "Fruges (Pas-de-Calais)."}, "date": "2023-08-20T14:48:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6252	favardin-charles-1868-09-25	{"a3": "526", "g55": "04-371"}	{"g55": "04-371", "lerrcp": "A3-526"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Favardin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:14", "date": "1868-09-25 18:56:54", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 2.5582, "lat": 46.45782, "name": "Audes", "geoid": 3036254}, "notime": null, "date-ut": "1868-09-25 18:46:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Favardin"}, "birth": {"tzo": "+00:10:14", "date": "1868-09-25 18:56:54", "place": {"c2": "03", "cy": "FR", "lg": 2.5582, "lat": 46.45782, "name": "Audes", "geoid": 3036254}, "date-ut": "1868-09-25 18:46:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-526"}, "ids-in-sources": {"a3": "526"}}, "raw": {"H": "18", "MN": "46", "TZ": "0", "COD": "03", "COU": "F", "DAY": "25", "LAT": "46N34", "LON": "3E20", "MON": "9", "NUM": "526", "PRO": "M", "SEC": "40", "YEA": "1868", "CITY": "AUDES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-371"}, "ids-in-source": {"g55": "04-371"}}, "raw": {"DAY": "25-9-1868", "HOUR": "19 h.", "NAME": "FAVARDIN Charles", "PLACE": "Audes (Allier)."}, "date": "2023-08-20T14:48:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6254	fay-charles-1827-09-23	{"a3": "529", "g55": "04-373"}	{"g55": "04-373", "lerrcp": "A3-529"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Fay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:28", "date": "1827-09-23 02:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.36667, "lat": 43.3, "name": "Saint-Jean-Pied-de-Port", "geoid": 0}, "notime": null, "date-ut": "1827-09-23 02:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Fay"}, "birth": {"tzo": "-00:01:28", "date": "1827-09-23 02:00", "place": {"c2": "64", "cy": "FR", "lg": -0.36667, "lat": 43.3, "name": "Saint-Jean-Pied-de", "geoid": 0}, "date-ut": "1827-09-23 02:01:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-529"}, "ids-in-sources": {"a3": "529"}}, "raw": {"H": "2", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "23", "LAT": "43N18", "LON": "0W22", "MON": "9", "NUM": "529", "PRO": "M", "SEC": "28", "YEA": "1827", "CITY": "ST-JEAN-PIED-DE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Jean-Pied-de-Port"}}, "partial-ids": {"g55": "04-373"}, "ids-in-source": {"g55": "04-373"}}, "raw": {"DAY": "23-9-1827", "HOUR": "2 h.", "NAME": "FAY Charles Alexandre", "PLACE": "Saint-Jean-Pied-de-Port (B.-P.)."}, "date": "2023-08-20T14:48:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6256	fayolle-marie-1852-05-14	{"a3": "531", "g55": "04-374"}	{"g55": "04-374", "lerrcp": "A3-531"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Fayolle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:32", "date": "1852-05-14 15:00", "note": null, "place": {"c1": null, "c2": "43", "c3": null, "cy": "FR", "lg": 3.88333, "lat": 45.05, "name": "Le Puy", "geoid": 0}, "notime": null, "date-ut": "1852-05-14 14:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Fayolle"}, "birth": {"tzo": "+00:15:32", "date": "1852-05-14 15:00", "place": {"c2": "43", "cy": "FR", "lg": 3.88333, "lat": 45.05, "name": "Le Puy", "geoid": 0}, "date-ut": "1852-05-14 14:44:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-531"}, "ids-in-sources": {"a3": "531"}}, "raw": {"H": "14", "MN": "44", "TZ": "0", "COD": "43", "COU": "F", "DAY": "14", "LAT": "45N 3", "LON": "3E53", "MON": "5", "NUM": "531", "PRO": "M", "SEC": "28", "YEA": "1852", "CITY": "LE PUY"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Le Puy"}}, "partial-ids": {"g55": "04-374"}, "ids-in-source": {"g55": "04-374"}}, "raw": {"DAY": "14-5-1852", "HOUR": "15 h.", "NAME": "FAYOLLE Marie-Emile", "PLACE": "Le Puy (Haute-Loire)."}, "date": "2023-08-20T14:48:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6258	feraud-eugene-1862-01-28	{"a3": "533", "g55": "04-376"}	{"g55": "04-376", "lerrcp": "A3-533"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Feraud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 6.61472, "lat": 36.365, "name": "Constantine", "geoid": 2501152}, "notime": null, "date-ut": "1862-01-28 14:35:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Feraud"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 6.61472, "lat": 36.365, "name": "Constantine", "geoid": 2501152}, "date-ut": "1862-01-28 14:35:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-533"}, "ids-in-sources": {"a3": "533"}}, "raw": {"H": "14", "MN": "35", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "28", "LAT": "36N30", "LON": "6E15", "MON": "1", "NUM": "533", "PRO": "M", "SEC": "0", "YEA": "1862", "CITY": "CONSTANTINE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-376"}, "ids-in-source": {"g55": "04-376"}}, "raw": {"DAY": "28-1-1862", "HOUR": "15 h.", "NAME": "FERAUD Eugène J.-B.", "PLACE": "Constantine (Algérie)."}, "date": "2023-08-20T14:48:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6265	forgemol-bostquenard-leonard-1821-09-17	{"a3": "542", "g55": "04-382"}	{"g55": "04-382", "lerrcp": "A3-542"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Forgemol Bostquenard Leonard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:54", "date": "1821-09-17 04:00", "note": null, "place": {"c1": null, "c2": "23", "c3": null, "cy": "FR", "lg": 1.47377, "lat": 46.35392, "name": "Azerables", "geoid": 3035538}, "notime": null, "date-ut": "1821-09-17 03:52:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Forgemol Bostquenard Leonard"}, "birth": {"tzo": "+00:05:54", "date": "1821-09-17 04:00", "place": {"c2": "23", "cy": "FR", "lg": 1.47377, "lat": 46.35392, "name": "Azerables", "geoid": 3035538}, "date-ut": "1821-09-17 03:52:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-542"}, "ids-in-sources": {"a3": "542"}}, "raw": {"H": "3", "MN": "52", "TZ": "0", "COD": "23", "COU": "F", "DAY": "17", "LAT": "46N17", "LON": "1E52", "MON": "9", "NUM": "542", "PRO": "M", "SEC": "32", "YEA": "1821", "CITY": "AZERABLES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-382"}, "ids-in-source": {"g55": "04-382"}}, "raw": {"DAY": "17-9-1821", "HOUR": "4 h.", "NAME": "FORGEMOL de BOSTQUENARD Léon", "PLACE": "Azerables (Creuse)."}, "date": "2023-08-20T14:48:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6267	foureau-fernand-1850-10-17	{"a3": "544", "g55": "04-383"}	{"g55": "04-383", "lerrcp": "A3-544"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Foureau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:03:24", "date": "1850-10-17 08:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 0.84973, "lat": 46.17005, "name": "Saint-Barbant", "geoid": 2981478}, "notime": null, "date-ut": "1850-10-17 07:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Foureau"}, "birth": {"tzo": "+00:03:24", "date": "1850-10-17 08:00", "place": {"c2": "87", "cy": "FR", "lg": 0.84973, "lat": 46.17005, "name": "Saint-Barbant", "geoid": 2981478}, "date-ut": "1850-10-17 07:55"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-544"}, "ids-in-sources": {"a3": "544"}}, "raw": {"H": "7", "MN": "55", "TZ": "0", "COD": "87", "COU": "F", "DAY": "17", "LAT": "45N50", "LON": "1E15", "MON": "10", "NUM": "544", "PRO": "M", "SEC": "0", "YEA": "1850", "CITY": "SAINT-BARBANT"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-383"}, "ids-in-source": {"g55": "04-383"}}, "raw": {"DAY": "17-10-1850", "HOUR": "8 h.", "NAME": "FOUREAU Fernand", "PLACE": "Saint-Barbant (Haute-Vienne)."}, "date": "2023-08-20T14:48:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6269	fournier-francois-1842-05-23	{"a3": "546", "g55": "04-384"}	{"g55": "04-384", "lerrcp": "A3-546"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Fournier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1842-05-23 04:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1842-05-23 03:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Fournier"}, "birth": {"tzo": "+00:05:46", "date": "1842-05-23 04:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1842-05-23 03:54:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-546"}, "ids-in-sources": {"a3": "546"}}, "raw": {"H": "3", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "23", "LAT": "43N37", "LON": "1E26", "MON": "5", "NUM": "546", "PRO": "M", "SEC": "16", "YEA": "1842", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-384"}, "ids-in-source": {"g55": "04-384"}}, "raw": {"DAY": "23-5-1842", "HOUR": "4 h.", "NAME": "FOURNIER Francois Ernest", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:48:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6271	fournier-pierre-1867-01-16	{"a3": "548", "g55": "04-385"}	{"g55": "04-385", "lerrcp": "A3-548"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Fournier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:20", "date": "1867-01-16 15:44", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.08296, "lat": 47.00788, "name": "Loudun", "geoid": 2997457}, "notime": null, "date-ut": "1867-01-16 15:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Fournier"}, "birth": {"tzo": "+00:00:20", "date": "1867-01-16 15:44", "place": {"c2": "86", "cy": "FR", "lg": 0.08296, "lat": 47.00788, "name": "Loudun", "geoid": 2997457}, "date-ut": "1867-01-16 15:43:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-548"}, "ids-in-sources": {"a3": "548"}}, "raw": {"H": "15", "MN": "43", "TZ": "0", "COD": "86", "COU": "F", "DAY": "16", "LAT": "46N35", "LON": "0E20", "MON": "1", "NUM": "548", "PRO": "M", "SEC": "40", "YEA": "1867", "CITY": "LOUDUN"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-385"}, "ids-in-source": {"g55": "04-385"}}, "raw": {"DAY": "16-1-1867", "HOUR": "15 h. 45", "NAME": "FOURNIER Pierre Victor", "PLACE": "Loudun (Vienne)."}, "date": "2023-08-20T14:48:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6273	franchet-d-esperey-louis-1856-05-25	{"a3": "550", "g55": "04-387"}	{"g55": "04-387", "lerrcp": "A3-550"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Franchet D'Esperey Louis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 0.08918, "lat": 35.93115, "name": "Mostaganem", "geoid": 2487134}, "notime": null, "date-ut": "1856-05-25 20:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Franchet D'Esperey Louis"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 0.08918, "lat": 35.93115, "name": "Mostaganem", "geoid": 2487134}, "date-ut": "1856-05-25 20:30:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-550"}, "ids-in-sources": {"a3": "550"}}, "raw": {"H": "20", "MN": "30", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "25", "LAT": "35N50", "LON": "0W 0", "MON": "5", "NUM": "550", "PRO": "M", "SEC": "0", "YEA": "1856", "CITY": "MOSTAGANEM"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-387"}, "ids-in-source": {"g55": "04-387"}}, "raw": {"DAY": "25-5-1856", "HOUR": "20 h. 30", "NAME": "FRANCHET D’ESPEREY Louis", "PLACE": "Mostaganem (Alg.)."}, "date": "2023-08-20T14:48:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6279	frossard-charles-1807-04-26	{"a3": "556", "g55": "04-388"}	{"g55": "04-388", "lerrcp": "A3-556"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Frossard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1807-04-26 12:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1807-04-26 11:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Frossard"}, "birth": {"tzo": "+00:08:32", "date": "1807-04-26 12:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1807-04-26 11:51:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-556"}, "ids-in-sources": {"a3": "556"}}, "raw": {"H": "11", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "26", "LAT": "48N50", "LON": "2E 8", "MON": "4", "NUM": "556", "PRO": "M", "SEC": "28", "YEA": "1807", "CITY": "VERSAILLES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-388"}, "ids-in-source": {"g55": "04-388"}}, "raw": {"DAY": "26-4-1807", "HOUR": "12 h.", "NAME": "FROSSARD Charles Auguste", "PLACE": "Versailles (S.-et-O.)."}, "date": "2023-08-20T14:48:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6280	funereau-marcel-1897-04-24	{"a3": "557", "g55": "04-389"}	{"g55": "04-389", "lerrcp": "A3-557"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Funereau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1897-04-24 04:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1897-04-24 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Funereau"}, "birth": {"tzo": "+00:09:21", "date": "1897-04-24 04:00", "place": {"c2": "83", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1897-04-24 03:50:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-557"}, "ids-in-sources": {"a3": "557"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "83", "COU": "F", "DAY": "24", "LAT": "43N32", "LON": "6E28", "MON": "4", "NUM": "557", "PRO": "M", "SEC": "40", "YEA": "1897", "CITY": "TOULON"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-389"}, "ids-in-source": {"g55": "04-389"}}, "raw": {"DAY": "24-4-1897", "HOUR": "4 h.", "NAME": "FUNEREAU Marcel", "PLACE": "Toulon (Var)."}, "date": "2023-08-20T14:48:28+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6288	garnier-francis-1839-07-25	{"a3": "566", "g55": "04-392"}	{"g55": "04-392", "lerrcp": "A3-566"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Garnier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:34", "date": "1839-07-25 07:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1839-07-25 06:42:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Francis", "family": "Garnier"}, "birth": {"tzo": "+00:17:34", "date": "1839-07-25 07:00", "place": {"c2": "42", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1839-07-25 06:42:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-566"}, "ids-in-sources": {"a3": "566"}}, "raw": {"H": "6", "MN": "42", "TZ": "0", "COD": "42", "COU": "F", "DAY": "25", "LAT": "45N26", "LON": "4E23", "MON": "7", "NUM": "566", "PRO": "M", "SEC": "28", "YEA": "1839", "CITY": "SAINT-ETIENNE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-392"}, "ids-in-source": {"g55": "04-392"}}, "raw": {"DAY": "25-7-1839", "HOUR": "7 h.", "NAME": "GARNIER Francis", "PLACE": "Saint-Etienne (Loire)."}, "date": "2023-08-20T14:48:29+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6290	gaulle-de-charles-1890-11-22	{"a3": "568", "g55": "04-393", "afd2": "218"}	{"g55": "04-393", "lerrcp": "A3-568", "muller": "M2-218"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Gaulle de", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:12:14", "date": "1890-11-22 04:00", "note": "LMT", "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1890-11-22 03:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Gaulle de"}, "birth": {"tzo": "+00:12:14", "date": "1890-11-22 04:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1890-11-22 03:47:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-568"}, "ids-in-sources": {"a3": "568"}}, "raw": {"H": "3", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "22", "LAT": "50N39", "LON": "3E 5", "MON": "11", "NUM": "568", "PRO": "M", "SEC": "40", "YEA": "1890", "CITY": "LILLE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["military-personnel"], "ids-in-sources": {"afd2": "218"}}, "raw": {"CY": "F", "GQ": "G", "LG": "003 E  5", "LAT": "50 N 39", "TZO": "", "DATE": "22.11.1890", "MUID": "218", "NAME": "Gaulle, Charles de", "OCCU": "MA 07", "TIME": "04.00", "BOOKS": "4567", "PLACE": "Lille", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"partial-ids": {"g55": "04-393"}, "ids-in-source": {"g55": "04-393"}}, "raw": {"DAY": "22-11-1890", "HOUR": "4 h.", "NAME": "GAULLE (de) Charles", "PLACE": "Lille (Nord)."}, "date": "2023-08-20T14:48:29+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6292	georges-alphonse-1875-08-19	{"a3": "570", "g55": "04-394"}	{"g55": "04-394", "lerrcp": "A3-570"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Georges", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:25", "date": "1875-08-19 20:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 2.60254, "lat": 46.34015, "name": "Montluçon", "geoid": 2992292}, "notime": null, "date-ut": "1875-08-19 19:46:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Georges"}, "birth": {"tzo": "+00:10:25", "date": "1875-08-19 20:00", "place": {"c2": "03", "cy": "FR", "lg": 2.60254, "lat": 46.34015, "name": "Montluçon", "geoid": 2992292}, "date-ut": "1875-08-19 19:46:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-570"}, "ids-in-sources": {"a3": "570"}}, "raw": {"H": "19", "MN": "46", "TZ": "0", "COD": "03", "COU": "F", "DAY": "19", "LAT": "46N34", "LON": "3E20", "MON": "8", "NUM": "570", "PRO": "M", "SEC": "40", "YEA": "1875", "CITY": "MONTLUCON"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-394"}, "ids-in-source": {"g55": "04-394"}}, "raw": {"DAY": "19-8-1875", "HOUR": "20 h.", "NAME": "GEORGES Alphonse Joseph", "PLACE": "Montluçon (Allier)."}, "date": "2023-08-20T14:48:29+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6294	gervais-alfred-1837-06-19	{"a3": "572", "g55": "04-395"}	{"g55": "04-395", "lerrcp": "A3-572"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Gervais", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:12", "date": "1837-06-19 05:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 3.29939, "lat": 48.55897, "name": "Provins", "geoid": 2985229}, "notime": null, "date-ut": "1837-06-19 04:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Gervais"}, "birth": {"tzo": "+00:13:12", "date": "1837-06-19 05:00", "place": {"c2": "77", "cy": "FR", "lg": 3.29939, "lat": 48.55897, "name": "Provins", "geoid": 2985229}, "date-ut": "1837-06-19 04:49:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-572"}, "ids-in-sources": {"a3": "572"}}, "raw": {"H": "4", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "19", "LAT": "48N33", "LON": "2E40", "MON": "6", "NUM": "572", "PRO": "M", "SEC": "20", "YEA": "1837", "CITY": "PROVINS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-395"}, "ids-in-source": {"g55": "04-395"}}, "raw": {"DAY": "19-6-1837", "HOUR": "15 h.", "NAME": "GERVAIS Alfred Albert", "PLACE": "Provins (Seine-et-Marne)."}, "date": "2023-08-20T14:48:29+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6297	girard-de-la-chaise-1864-10-31	{"a3": "575", "g55": "04-396"}	{"g55": "04-396", "lerrcp": "A3-575"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Girard de La Chaise", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:44", "date": "1864-10-31 12:30", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.18333, "lat": 49.01667, "name": "St-Antonin", "geoid": 0}, "notime": null, "date-ut": "1864-10-31 12:25:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Girard de La Chaise"}, "birth": {"tzo": "+00:04:44", "date": "1864-10-31 12:30", "place": {"c2": "27", "cy": "FR", "lg": 1.18333, "lat": 49.01667, "name": "Saint-Antonin-de-sur", "geoid": 0}, "date-ut": "1864-10-31 12:25:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-575"}, "ids-in-sources": {"a3": "575"}}, "raw": {"H": "12", "MN": "25", "TZ": "0", "COD": "27", "COU": "F", "DAY": "31", "LAT": "49N 1", "LON": "1E11", "MON": "10", "NUM": "575", "PRO": "M", "SEC": "16", "YEA": "1864", "CITY": "ST-ANTONIN-DE-S"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "St-Antonin"}}, "partial-ids": {"g55": "04-396"}, "ids-in-source": {"g55": "04-396"}}, "raw": {"DAY": "31-10-1864", "HOUR": "12 h. 30", "NAME": "GIRARD de La CHAISE (de)", "PLACE": "St-Antonin (Eure)."}, "date": "2023-08-20T14:48:29+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6303	goudot-victor-1876-06-18	{"a3": "581", "g55": "04-397"}	{"g55": "04-397", "lerrcp": "A3-581"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Goudot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.49057, "lat": 48.71573, "name": "Athienville", "geoid": 3036467}, "notime": null, "date-ut": "1876-06-18 06:05:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Goudot"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.49057, "lat": 48.71573, "name": "Athienville", "geoid": 3036467}, "date-ut": "1876-06-18 06:05:12"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-581"}, "ids-in-sources": {"a3": "581"}}, "raw": {"H": "6", "MN": "5", "TZ": "0", "COD": "54", "COU": "F", "DAY": "18", "LAT": "48N42", "LON": "6E12", "MON": "6", "NUM": "581", "PRO": "M", "SEC": "12", "YEA": "1876", "CITY": "ATHIENVILLE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-397"}, "ids-in-source": {"g55": "04-397"}}, "raw": {"DAY": "18-6-1876", "HOUR": "6 h. 30", "NAME": "GOUDOT Victor Nicolas", "PLACE": "Athienville (M.-et-M.)."}, "date": "2023-08-20T14:48:29+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6308	grand-clement-1866-10-08	{"a3": "586", "g55": "04-398"}	{"g55": "04-398", "lerrcp": "A3-586"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clément", "family": "Grand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:17:57", "date": "1866-10-08 09:30", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1866-10-08 09:46:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Clément", "family": "Grand"}, "birth": {"tzo": "-00:17:57", "date": "1866-10-08 09:30", "place": {"c2": "29", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1866-10-08 09:46:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-586"}, "ids-in-sources": {"a3": "586"}}, "raw": {"H": "9", "MN": "46", "TZ": "0", "COD": "29", "COU": "F", "DAY": "8", "LAT": "48N 0", "LON": "4W 6", "MON": "10", "NUM": "586", "PRO": "M", "SEC": "24", "YEA": "1866", "CITY": "BREST"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-398"}, "ids-in-source": {"g55": "04-398"}}, "raw": {"DAY": "8-10-1866", "HOUR": "9 h. 30", "NAME": "GRANDCLEMENT Raoul", "PLACE": "Brest (Finistère)."}, "date": "2023-08-20T14:48:29+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6311	gratier-jules-1863-06-25	{"a3": "589", "g55": "04-400"}	{"g55": "04-400", "lerrcp": "A3-589"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Gratier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:55", "date": "1863-06-25 19:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.97964, "lat": 45.43176, "name": "Barraux", "geoid": 3034851}, "notime": null, "date-ut": "1863-06-25 18:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Gratier"}, "birth": {"tzo": "+00:23:55", "date": "1863-06-25 19:00", "place": {"c2": "38", "cy": "FR", "lg": 5.97964, "lat": 45.43176, "name": "Barraux", "geoid": 3034851}, "date-ut": "1863-06-25 18:37:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-589"}, "ids-in-sources": {"a3": "589"}}, "raw": {"H": "18", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "25", "LAT": "45N11", "LON": "5E43", "MON": "6", "NUM": "589", "PRO": "M", "SEC": "8", "YEA": "1863", "CITY": "BARRAUX"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-400"}, "ids-in-source": {"g55": "04-400"}}, "raw": {"DAY": "25-6-1863", "HOUR": "19 h.", "NAME": "GRATIER Jules Victor", "PLACE": "Barraux (Isère)."}, "date": "2023-08-20T14:48:29+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6312	graziani-jean-1859-11-15	{"a3": "590", "g55": "04-401"}	{"g55": "04-401", "lerrcp": "A3-590"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Graziani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:35", "date": "1859-11-15 21:00", "note": null, "place": {"c1": null, "c2": "20", "c3": null, "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Bastia", "geoid": 0}, "notime": null, "date-ut": "1859-11-15 20:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Graziani"}, "birth": {"tzo": "+00:35", "date": "1859-11-15 21:00", "place": {"c2": "20", "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Bastia", "geoid": 0}, "date-ut": "1859-11-15 20:25"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-590"}, "ids-in-sources": {"a3": "590"}}, "raw": {"H": "20", "MN": "25", "TZ": "0", "COD": "20", "COU": "F", "DAY": "15", "LAT": "41N55", "LON": "8E45", "MON": "11", "NUM": "590", "PRO": "M", "SEC": "0", "YEA": "1859", "CITY": "BASTIA"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Bastia"}}, "partial-ids": {"g55": "04-401"}, "ids-in-source": {"g55": "04-401"}}, "raw": {"DAY": "15-11-1859", "HOUR": "21 h.", "NAME": "GRAZIANI Jean César", "PLACE": "Bastia (Corse)."}, "date": "2023-08-20T14:48:29+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6316	guepratte-paul-1856-08-30	{"a3": "594", "g55": "04-403"}	{"g55": "04-403", "lerrcp": "A3-594"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Guepratte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:23", "date": "1856-08-30 05:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.59714, "lat": 48.83792, "name": "Granville", "geoid": 3014867}, "notime": null, "date-ut": "1856-08-30 05:04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Guepratte"}, "birth": {"tzo": "-00:06:23", "date": "1856-08-30 05:00", "place": {"c2": "50", "cy": "FR", "lg": -1.59714, "lat": 48.83792, "name": "Granville", "geoid": 3014867}, "date-ut": "1856-08-30 05:04:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-594"}, "ids-in-sources": {"a3": "594"}}, "raw": {"H": "5", "MN": "4", "TZ": "0", "COD": "50", "COU": "F", "DAY": "30", "LAT": "49N 7", "LON": "1W 5", "MON": "8", "NUM": "594", "PRO": "M", "SEC": "20", "YEA": "1856", "CITY": "GRANVILLE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-403"}, "ids-in-source": {"g55": "04-403"}}, "raw": {"DAY": "30-8-1856", "HOUR": "5 h.", "NAME": "GUEPRATTE Paul Emile", "PLACE": "Granville (Manche)."}, "date": "2023-08-20T14:48:29+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6322	guillaumat-marie-1863-01-04	{"a3": "600", "g55": "04-404"}	{"g55": "04-404", "lerrcp": "A3-600"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Guillaumat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:06", "date": "1863-01-04 14:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -1.02444, "lat": 46.16676, "name": "Bourgneuf", "geoid": 3030979}, "notime": null, "date-ut": "1863-01-04 14:04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Guillaumat"}, "birth": {"tzo": "-00:04:06", "date": "1863-01-04 14:00", "place": {"c2": "17", "cy": "FR", "lg": -1.02444, "lat": 46.16676, "name": "Bourgneuf", "geoid": 3030979}, "date-ut": "1863-01-04 14:04:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-600"}, "ids-in-sources": {"a3": "600"}}, "raw": {"H": "14", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "4", "LAT": "46N 9", "LON": "1W10", "MON": "1", "NUM": "600", "PRO": "M", "SEC": "40", "YEA": "1863", "CITY": "BOURGNEUF"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-404"}, "ids-in-source": {"g55": "04-404"}}, "raw": {"DAY": "4-1-1863", "HOUR": "14 h.", "NAME": "GUILLAUMAT Marie-Louis", "PLACE": "Bourgneuf (Charente-Inf.)."}, "date": "2023-08-20T14:48:29+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6330	hamelin-jules-1866-07-16	{"a3": "608", "g55": "04-405"}	{"g55": "04-405", "lerrcp": "A3-608"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Hamelin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:44", "date": "1866-07-16 02:30", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Boulogne-sur-Seine", "geoid": 0}, "notime": null, "date-ut": "1866-07-16 02:21:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Hamelin"}, "birth": {"tzo": "+00:08:44", "date": "1866-07-16 02:30", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Boulogne-sur-Sein", "geoid": 0}, "date-ut": "1866-07-16 02:21:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-608"}, "ids-in-sources": {"a3": "608"}}, "raw": {"H": "2", "MN": "21", "TZ": "0", "COD": "92", "COU": "F", "DAY": "16", "LAT": "48N50", "LON": "2E11", "MON": "7", "NUM": "608", "PRO": "M", "SEC": "16", "YEA": "1866", "CITY": "BOULOGNE-S/SEIN"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Boulogne-sur-Seine"}}, "partial-ids": {"g55": "04-405"}, "ids-in-source": {"g55": "04-405"}}, "raw": {"DAY": "16-7-1866", "HOUR": "2 h. 30", "NAME": "HAMELIN Jules Camille", "PLACE": "Boulogne-sur-Seine (Seine)."}, "date": "2023-08-20T14:48:29+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6331	hanoteau-louis-1814-06-12	{"a3": "609", "g55": "04-406"}	{"g55": "04-406", "lerrcp": "A3-609"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Hanoteau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:51", "date": "1814-06-12 01:00", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.46192, "lat": 46.82852, "name": "Decize", "geoid": 3021661}, "notime": null, "date-ut": "1814-06-12 00:47:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Hanoteau"}, "birth": {"tzo": "+00:13:51", "date": "1814-06-12 01:00", "place": {"c2": "58", "cy": "FR", "lg": 3.46192, "lat": 46.82852, "name": "Decize", "geoid": 3021661}, "date-ut": "1814-06-12 00:47:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-609"}, "ids-in-sources": {"a3": "609"}}, "raw": {"H": "0", "MN": "47", "TZ": "0", "COD": "58", "COU": "F", "DAY": "12", "LAT": "46N59", "LON": "3E 9", "MON": "6", "NUM": "609", "PRO": "M", "SEC": "24", "YEA": "1814", "CITY": "DECIZE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-406"}, "ids-in-source": {"g55": "04-406"}}, "raw": {"DAY": "12-6-1814", "HOUR": "1 h.", "NAME": "HANOTEAU Louis Joseph", "PLACE": "Decize (Nièvre)."}, "date": "2023-08-20T14:48:29+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6333	hellot-frederic-1863-12-17	{"a3": "611", "g55": "04-407"}	{"g55": "04-407", "lerrcp": "A3-611"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Hellot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:20", "date": "1863-12-17 20:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.08333, "lat": 49.43333, "name": "Guerbaville", "geoid": 0}, "notime": null, "date-ut": "1863-12-17 19:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Hellot"}, "birth": {"tzo": "+00:04:20", "date": "1863-12-17 20:00", "place": {"c2": "76", "cy": "FR", "lg": 1.08333, "lat": 49.43333, "name": "Guerbaville", "geoid": 0}, "date-ut": "1863-12-17 19:55:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-611"}, "ids-in-sources": {"a3": "611"}}, "raw": {"H": "19", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "17", "LAT": "49N26", "LON": "1E 5", "MON": "12", "NUM": "611", "PRO": "M", "SEC": "40", "YEA": "1863", "CITY": "GUERBAVILLE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Guerbaville"}}, "partial-ids": {"g55": "04-407"}, "ids-in-source": {"g55": "04-407"}}, "raw": {"DAY": "17-12-1863", "HOUR": "20 h.", "NAME": "\\fHELLOT Frédéric Emile", "PLACE": "Guerbaville (Seine-Infér.)."}, "date": "2023-08-20T14:48:29+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6337	henrys-paul-prosper-1862-03-13	{"a3": "615", "g55": "04-408"}	{"g55": "04-408", "lerrcp": "A3-615"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul Prosper", "family": "Henrys", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:47", "date": "1862-03-13 08:26:55", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 5.69602, "lat": 48.35557, "name": "Neufchâteau", "geoid": 2990682}, "notime": null, "date-ut": "1862-03-13 08:04:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-615"}, "birth": {"tzo": "+00:22:47", "date": "1862-03-13 08:26:55", "place": {"c2": "88", "cy": "FR", "lg": 5.69602, "lat": 48.35557, "name": "Neufchâteau", "geoid": 2990682}, "date-ut": "1862-03-13 08:04:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-615"}, "ids-in-sources": {"a3": "615"}}, "raw": {"H": "8", "MN": "4", "TZ": "0", "COD": "88", "COU": "F", "DAY": "13", "LAT": "48N10", "LON": "6E28", "MON": "3", "NUM": "615", "PRO": "M", "SEC": "8", "YEA": "1862", "CITY": "NEUFCHATEAU"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Paul Prosper", "family": "Henrys", "nobility": ""}, "slug": "henrys-paul-prosper-1862-03-13", "partial-ids": {"g55": "04-408"}, "ids-in-source": {"g55": "04-408"}}, "raw": {"DAY": "13-3-1862", "HOUR": "8 h. 30", "NAME": "HENRYS Paul Prosper", "PLACE": "Neufchateau (Vosges)."}, "date": "2023-08-20T14:48:29+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6340	hering-pierre-1874-03-23	{"a3": "618", "g55": "04-410"}	{"g55": "04-410", "lerrcp": "A3-618"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Hering", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1874-03-23 02:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Hering"}, "birth": {"place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1874-03-23 02:29"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-618"}, "ids-in-sources": {"a3": "618"}}, "raw": {"H": "3", "MN": "29", "TZ": "-1", "COD": "67", "COU": "F", "DAY": "23", "LAT": "48N35", "LON": "7E45", "MON": "3", "NUM": "618", "PRO": "M", "SEC": "0", "YEA": "1874", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-410"}, "ids-in-source": {"g55": "04-410"}}, "raw": {"DAY": "23-3-1874", "HOUR": "3 h.", "NAME": "HERING Pierre", "PLACE": "Strasbourg (Bas-Rhin)."}, "date": "2023-08-20T14:48:29+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6341	herr-frederic-georges-1855-05-07	{"a3": "619", "g55": "04-411"}	{"g55": "04-411", "lerrcp": "A3-619"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric Georges", "family": "Herr", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:07", "date": "1855-05-07 20:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.52795, "lat": 48.01783, "name": "Neuf-Brisach", "geoid": 2990683}, "notime": null, "date-ut": "1855-05-07 19:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-619"}, "birth": {"tzo": "+00:30:07", "date": "1855-05-07 20:00", "place": {"c2": "68", "cy": "FR", "lg": 7.52795, "lat": 48.01783, "name": "Neuf-Brisach", "geoid": 2990683}, "date-ut": "1855-05-07 19:30:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-619"}, "ids-in-sources": {"a3": "619"}}, "raw": {"H": "19", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "7", "LAT": "48N 5", "LON": "7E21", "MON": "5", "NUM": "619", "PRO": "M", "SEC": "36", "YEA": "1855", "CITY": "NEUF-BRISACH"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Frédéric Georges", "family": "Herr", "nobility": ""}, "slug": "herr-frederic-georges-1855-05-07", "partial-ids": {"g55": "04-411"}, "ids-in-source": {"g55": "04-411"}}, "raw": {"DAY": "7-5-1855", "HOUR": "20 h.", "NAME": "HERR Frédéric Georges", "PLACE": "Neuf-Brisach (Haut-Rhin)."}, "date": "2023-08-20T14:48:29+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6343	herscher-henry-1878-08-14	{"a3": "621", "g55": "04-412"}	{"g55": "04-412", "lerrcp": "A3-621"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Herscher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:11", "date": "1878-08-14 22:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -2.75, "lat": 48.51667, "name": "Saint-Jouan", "geoid": 0}, "notime": null, "date-ut": "1878-08-14 22:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Herscher"}, "birth": {"tzo": "-00:11", "date": "1878-08-14 22:00", "place": {"c2": "22", "cy": "FR", "lg": -2.75, "lat": 48.51667, "name": "Saint-Jouan-de-L I", "geoid": 0}, "date-ut": "1878-08-14 22:11"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-621"}, "ids-in-sources": {"a3": "621"}}, "raw": {"H": "22", "MN": "11", "TZ": "0", "COD": "22", "COU": "F", "DAY": "14", "LAT": "48N31", "LON": "2W45", "MON": "8", "NUM": "621", "PRO": "M", "SEC": "0", "YEA": "1878", "CITY": "ST-JOUAN-DE-L I"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Jouan"}}, "partial-ids": {"g55": "04-412"}, "ids-in-source": {"g55": "04-412"}}, "raw": {"DAY": "14-8-1878", "HOUR": "22 h.", "NAME": "HERSCHER Henri Joseph", "PLACE": "Saint-Jouan (Côtes-du-Nord)."}, "date": "2023-08-20T14:48:29+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6351	humbert-georges-1862-04-08	{"a3": "629", "g55": "04-414"}	{"g55": "04-414", "lerrcp": "A3-629"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Humbert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:05", "date": "1862-04-08 19:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 1.77149, "lat": 48.63264, "name": "Gazeran", "geoid": 3016456}, "notime": null, "date-ut": "1862-04-08 18:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Humbert"}, "birth": {"tzo": "+00:07:05", "date": "1862-04-08 19:00", "place": {"c2": "78", "cy": "FR", "lg": 1.77149, "lat": 48.63264, "name": "Gazeran", "geoid": 3016456}, "date-ut": "1862-04-08 18:51:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-629"}, "ids-in-sources": {"a3": "629"}}, "raw": {"H": "18", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "8", "LAT": "48N50", "LON": "2E 8", "MON": "4", "NUM": "629", "PRO": "M", "SEC": "28", "YEA": "1862", "CITY": "GAZERAN"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-414"}, "ids-in-source": {"g55": "04-414"}}, "raw": {"DAY": "8-4-1862", "HOUR": "19 h.", "NAME": "HUMBERT Georges Louis", "PLACE": "Gazeran (Seine-et-Oise)."}, "date": "2023-08-20T14:48:29+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6362	jaureguiberry-jean-1815-08-26	{"a3": "640", "g55": "04-415"}	{"g55": "04-415", "lerrcp": "A3-640"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Jaureguiberry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:54", "date": "1815-08-26 08:55:34", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "notime": null, "date-ut": "1815-08-26 09:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Jaureguiberry"}, "birth": {"tzo": "-00:05:54", "date": "1815-08-26 08:55:34", "place": {"c2": "64", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "date-ut": "1815-08-26 09:01:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-640"}, "ids-in-sources": {"a3": "640"}}, "raw": {"H": "9", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "26", "LAT": "43N18", "LON": "0W22", "MON": "8", "NUM": "640", "PRO": "M", "SEC": "28", "YEA": "1815", "CITY": "BAYONNE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-415"}, "ids-in-source": {"g55": "04-415"}}, "raw": {"DAY": "26-8-1815", "HOUR": "9 h.", "NAME": "JAUREGUIBERRY Jean Bernard", "PLACE": "Bayonne (Basses-Pyr.)."}, "date": "2023-08-20T14:48:29+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6364	joba-marie-1864-07-02	{"a3": "642", "g55": "04-416"}	{"g55": "04-416", "lerrcp": "A3-642"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Joba", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:22", "date": "1864-07-02 20:30", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.59067, "lat": 48.76128, "name": "Commercy", "geoid": 3024086}, "notime": null, "date-ut": "1864-07-02 20:09:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Joba"}, "birth": {"tzo": "+00:22:22", "date": "1864-07-02 20:30", "place": {"c2": "55", "cy": "FR", "lg": 5.59067, "lat": 48.76128, "name": "Commercy", "geoid": 3024086}, "date-ut": "1864-07-02 20:09:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-642"}, "ids-in-sources": {"a3": "642"}}, "raw": {"H": "20", "MN": "9", "TZ": "0", "COD": "55", "COU": "F", "DAY": "2", "LAT": "48N46", "LON": "5E10", "MON": "7", "NUM": "642", "PRO": "M", "SEC": "20", "YEA": "1864", "CITY": "COMMERCY"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-416"}, "ids-in-source": {"g55": "04-416"}}, "raw": {"DAY": "2-7-1864", "HOUR": "20 h. 30", "NAME": "JOBA Marie-Joseph H.", "PLACE": "Commercy (Meuse)."}, "date": "2023-08-20T14:48:29+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6371	juin-alphonse-1888-12-16	{"a3": "650", "g55": "04-418"}	{"g55": "04-418", "lerrcp": "A3-650"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Juin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 7.75, "lat": 37, "name": "Bône", "geoid": 0}, "notime": null, "date-ut": "1888-12-16 10:29:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Juin"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 7.75, "lat": 37, "name": "BONE", "geoid": 0}, "date-ut": "1888-12-16 10:29:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-650"}, "ids-in-sources": {"a3": "650"}}, "raw": {"H": "10", "MN": "29", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "16", "LAT": "37N 0", "LON": "7E45", "MON": "12", "NUM": "650", "PRO": "M", "SEC": "0", "YEA": "1888", "CITY": "BONE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Bône"}}, "partial-ids": {"g55": "04-418"}, "ids-in-source": {"g55": "04-418"}}, "raw": {"DAY": "16-12-1888", "HOUR": "11 h.", "NAME": "JUIN Alphonse Pierre", "PLACE": "Bône (Algérie)."}, "date": "2023-08-20T14:48:29+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6374	kerdrel-roger-1841-02-28	{"a3": "653", "g55": "04-419"}	{"g55": "04-419", "lerrcp": "A3-653"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Kerdrel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:11:03", "date": "1841-02-28 11:44:53", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -2.76205, "lat": 47.65688, "name": "Vannes", "geoid": 2970777}, "notime": null, "date-ut": "1841-02-28 11:55:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Kerdrel"}, "birth": {"tzo": "-00:11:03", "date": "1841-02-28 11:44:53", "place": {"c2": "56", "cy": "FR", "lg": -2.76205, "lat": 47.65688, "name": "Vannes", "geoid": 2970777}, "date-ut": "1841-02-28 11:55:56"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-653"}, "ids-in-sources": {"a3": "653"}}, "raw": {"H": "11", "MN": "55", "TZ": "0", "COD": "56", "COU": "F", "DAY": "28", "LAT": "47N40", "LON": "2W44", "MON": "2", "NUM": "653", "PRO": "M", "SEC": "56", "YEA": "1841", "CITY": "VANNES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-419"}, "ids-in-source": {"g55": "04-419"}}, "raw": {"DAY": "28-2-1841", "HOUR": "11 h. 45", "NAME": "KERDREL (de) pee Adrien", "PLACE": "Vannes (Morbihan)."}, "date": "2023-08-20T14:48:29+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6375	koenig-marie-1898-10-10	{"a3": "654", "g55": "04-420"}	{"g55": "04-420", "lerrcp": "A3-654"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Koenig", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1898-10-10 23:50", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.35912, "lat": 49.18585, "name": "Caen", "geoid": 3029241}, "notime": null, "date-ut": "1898-10-10 23:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Koenig"}, "birth": {"tzo": "+00:09:21", "date": "1898-10-10 23:50", "place": {"c2": "14", "cy": "FR", "lg": -0.35912, "lat": 49.18585, "name": "Caen", "geoid": 3029241}, "date-ut": "1898-10-10 23:40:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-654"}, "ids-in-sources": {"a3": "654"}}, "raw": {"H": "23", "MN": "40", "TZ": "0", "COD": "14", "COU": "F", "DAY": "10", "LAT": "49N11", "LON": "0W22", "MON": "10", "NUM": "654", "PRO": "M", "SEC": "40", "YEA": "1898", "CITY": "CAEN"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-420"}, "ids-in-source": {"g55": "04-420"}}, "raw": {"DAY": "10-10-1898", "HOUR": "23 h. 50", "NAME": "KOENIG Marie-Pierre", "PLACE": "Caen (Calvados)."}, "date": "2023-08-20T14:48:29+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6379	lacapelle-gustave-1869-10-09	{"a3": "658", "g55": "04-422"}	{"g55": "04-422", "lerrcp": "A3-658"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Lacapelle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:20", "date": "1869-10-09 14:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "notime": null, "date-ut": "1869-10-09 13:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Lacapelle"}, "birth": {"tzo": "+00:16:20", "date": "1869-10-09 14:00", "place": {"c2": "10", "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "date-ut": "1869-10-09 13:43:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-658"}, "ids-in-sources": {"a3": "658"}}, "raw": {"H": "13", "MN": "43", "TZ": "0", "COD": "10", "COU": "F", "DAY": "9", "LAT": "48N18", "LON": "4E 5", "MON": "10", "NUM": "658", "PRO": "M", "SEC": "40", "YEA": "1869", "CITY": "TROYES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-422"}, "ids-in-source": {"g55": "04-422"}}, "raw": {"DAY": "9-10-1869", "HOUR": "14 h.", "NAME": "LACAPELLE Gustave Paul", "PLACE": "Troyes (Aube)."}, "date": "2023-08-20T14:48:29+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6380	lacaze-marie-1860-06-22	{"a3": "659", "g55": "04-423"}	{"g55": "04-423", "lerrcp": "A3-659"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Lacaze", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:20", "date": "1860-06-22 04:00", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Pierrefond", "geoid": 0}, "notime": null, "date-ut": "1860-06-22 03:51:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Lacaze"}, "birth": {"tzo": "+00:08:20", "date": "1860-06-22 04:00", "place": {"c2": "60", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Pierrefond", "geoid": 0}, "date-ut": "1860-06-22 03:51:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-659"}, "ids-in-sources": {"a3": "659"}}, "raw": {"H": "3", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "22", "LAT": "49N26", "LON": "2E 5", "MON": "6", "NUM": "659", "PRO": "M", "SEC": "40", "YEA": "1860", "CITY": "PIERREFOND"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Pierrefond"}}, "partial-ids": {"g55": "04-423"}, "ids-in-source": {"g55": "04-423"}}, "raw": {"DAY": "22-6-1860", "HOUR": "4 h.", "NAME": "LACAZE Marie-Jean", "PLACE": "Pierrefond (Oise)."}, "date": "2023-08-20T14:48:29+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6384	ladmirault-louise-1808-02-17	{"a3": "663", "g55": "04-424"}	{"g55": "04-424", "lerrcp": "A3-663"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louise", "family": "Ladmirault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:03:29", "date": "1808-02-17 14:00", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.86963, "lat": 46.42645, "name": "Montmorillon", "geoid": 2992225}, "notime": null, "date-ut": "1808-02-17 13:58:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louise", "family": "Ladmirault"}, "birth": {"tzo": "+00:03:29", "date": "1808-02-17 14:00", "place": {"c2": "86", "cy": "FR", "lg": 0.86963, "lat": 46.42645, "name": "Montmorillon", "geoid": 2992225}, "date-ut": "1808-02-17 13:58:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-663"}, "ids-in-sources": {"a3": "663"}}, "raw": {"H": "13", "MN": "58", "TZ": "0", "COD": "86", "COU": "F", "DAY": "17", "LAT": "46N35", "LON": "0E20", "MON": "2", "NUM": "663", "PRO": "M", "SEC": "40", "YEA": "1808", "CITY": "MONTMORILLON"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-424"}, "ids-in-source": {"g55": "04-424"}}, "raw": {"DAY": "17-2-1808", "HOUR": "14 h.", "NAME": "LADMIRAULT (de) Louis", "PLACE": "Montmorillon (Vienne)."}, "date": "2023-08-20T14:48:29+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6388	lagarenne-georges-1856-07-27	{"a3": "667", "g55": "04-425"}	{"g55": "04-425", "lerrcp": "A3-667"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Lagarenne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:22", "date": "1856-07-27 08:45:02", "note": null, "place": {"c1": null, "c2": "61", "c3": null, "cy": "FR", "lg": 0.09311, "lat": 48.43476, "name": "Alençon", "geoid": 3038230}, "notime": null, "date-ut": "1856-07-27 08:44:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Lagarenne"}, "birth": {"tzo": "+00:00:22", "date": "1856-07-27 08:45:02", "place": {"c2": "61", "cy": "FR", "lg": 0.09311, "lat": 48.43476, "name": "Alençon", "geoid": 3038230}, "date-ut": "1856-07-27 08:44:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-667"}, "ids-in-sources": {"a3": "667"}}, "raw": {"H": "8", "MN": "44", "TZ": "0", "COD": "61", "COU": "F", "DAY": "27", "LAT": "48N26", "LON": "0E 5", "MON": "7", "NUM": "667", "PRO": "M", "SEC": "40", "YEA": "1856", "CITY": "ALENCON"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-425"}, "ids-in-source": {"g55": "04-425"}}, "raw": {"DAY": "27-7-1856", "HOUR": "8 h. 45", "NAME": "LAGARENNE (de) Georges Gabriel", "PLACE": "Alençon (Orne)."}, "date": "2023-08-20T14:48:29+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6390	lagrue-eugene-georges-1871-07-22	{"a3": "669", "g55": "04-426"}	{"g55": "04-426", "lerrcp": "A3-669"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène Georges", "family": "Lagrue", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01:30", "date": "1871-07-22 05:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.37457, "lat": 49.75787, "name": "Fécamp", "geoid": 3018794}, "notime": null, "date-ut": "1871-07-22 04:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-669"}, "birth": {"tzo": "+00:01:30", "date": "1871-07-22 05:00", "place": {"c2": "76", "cy": "FR", "lg": 0.37457, "lat": 49.75787, "name": "Fécamp", "geoid": 3018794}, "date-ut": "1871-07-22 04:55:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-669"}, "ids-in-sources": {"a3": "669"}}, "raw": {"H": "4", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "22", "LAT": "49N26", "LON": "1E 5", "MON": "7", "NUM": "669", "PRO": "M", "SEC": "40", "YEA": "1871", "CITY": "FECAMP"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Eugène Georges", "family": "Lagrue", "nobility": ""}, "slug": "lagrue-eugene-georges-1871-07-22", "partial-ids": {"g55": "04-426"}, "ids-in-source": {"g55": "04-426"}}, "raw": {"DAY": "22-7-1871", "HOUR": "5 h.", "NAME": "LAGRUE Eugène Georges", "PLACE": "Fécamp (Seine-Inférieure)."}, "date": "2023-08-20T14:48:29+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6391	laignelot-joseph-1867-04-01	{"a3": "670", "g55": "04-427"}	{"g55": "04-427", "lerrcp": "A3-670"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Laignelot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1867-04-01 03:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1867-04-01 02:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Laignelot"}, "birth": {"tzo": "+00:15:30", "date": "1867-04-01 03:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1867-04-01 02:44:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-670"}, "ids-in-sources": {"a3": "670"}}, "raw": {"H": "2", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "1", "LAT": "43N37", "LON": "3E53", "MON": "4", "NUM": "670", "PRO": "M", "SEC": "28", "YEA": "1867", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-427"}, "ids-in-source": {"g55": "04-427"}}, "raw": {"DAY": "1-4-1867", "HOUR": "3 h.", "NAME": "LAIGNELOT Joseph J.-B.", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:48:29+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6394	lamiable-nicolas-1859-05-25	{"a3": "673", "g55": "04-429"}	{"g55": "04-429", "lerrcp": "A3-673"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicolas", "family": "Lamiable", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:41", "date": "1859-05-25 01:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1859-05-25 00:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Nicolas", "family": "Lamiable"}, "birth": {"tzo": "+00:24:41", "date": "1859-05-25 01:00", "place": {"c2": "57", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1859-05-25 00:35:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-673"}, "ids-in-sources": {"a3": "673"}}, "raw": {"H": "0", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "25", "LAT": "49N 7", "LON": "6E11", "MON": "5", "NUM": "673", "PRO": "M", "SEC": "16", "YEA": "1859", "CITY": "METZ"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-429"}, "ids-in-source": {"g55": "04-429"}}, "raw": {"DAY": "25-5-1859", "HOUR": "1 h.", "NAME": "LAMIABLE Nicolas", "PLACE": "Metz (Moselle)."}, "date": "2023-08-20T14:48:29+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6395	la-motterouge-joseph-1804-02-03	{"a3": "674", "g55": "04-430"}	{"g55": "04-430", "lerrcp": "A3-674"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "La Motterouge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:11", "date": "1804-02-03 07:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -2.75, "lat": 48.51667, "name": "Pléneuf", "geoid": 0}, "notime": null, "date-ut": "1804-02-03 07:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "La Motterouge"}, "birth": {"tzo": "-00:11", "date": "1804-02-03 07:00", "place": {"c2": "22", "cy": "FR", "lg": -2.75, "lat": 48.51667, "name": "Pleneuf", "geoid": 0}, "date-ut": "1804-02-03 07:11"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-674"}, "ids-in-sources": {"a3": "674"}}, "raw": {"H": "7", "MN": "11", "TZ": "0", "COD": "22", "COU": "F", "DAY": "3", "LAT": "48N31", "LON": "2W45", "MON": "2", "NUM": "674", "PRO": "M", "SEC": "0", "YEA": "1804", "CITY": "PLENEUF"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Pléneuf"}}, "partial-ids": {"g55": "04-430"}, "ids-in-source": {"g55": "04-430"}}, "raw": {"DAY": "3-2-1804", "HOUR": "7 h.", "NAME": "LA MOTTEROUGE Joseph Ed. (de)", "PLACE": "Pléneuf (C.-du-N.)."}, "date": "2023-08-20T14:48:29+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6398	langlois-hippolyte-1839-08-03	{"a3": "677", "g55": "04-432"}	{"g55": "04-432", "lerrcp": "A3-677"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hippolyte", "family": "Langlois", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:04", "date": "1839-08-03 15:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1839-08-03 14:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-677"}, "birth": {"tzo": "+00:24:04", "date": "1839-08-03 15:00", "place": {"c2": "25", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1839-08-03 14:35:52"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-677"}, "ids-in-sources": {"a3": "677"}}, "raw": {"H": "14", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "3", "LAT": "47N15", "LON": "6E 2", "MON": "8", "NUM": "677", "PRO": "M", "SEC": "52", "YEA": "1839", "CITY": "BESANCON"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Hippolyte", "family": "Langlois", "nobility": ""}, "slug": "langlois-hippolyte-1839-08-03", "partial-ids": {"g55": "04-432"}, "ids-in-source": {"g55": "04-432"}}, "raw": {"DAY": "3-8-1839", "HOUR": "15 h.", "NAME": "LANGLOIS Hippolyte", "PLACE": "Besançon (Doubs)."}, "date": "2023-08-20T14:48:29+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6406	larras-nestor-1868-07-18	{"a3": "685", "g55": "04-433"}	{"g55": "04-433", "lerrcp": "A3-685"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nestor", "family": "Larras", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "Mustapha", "geoid": 0}, "notime": null, "date-ut": "1868-07-18 00:48:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Nestor", "family": "Larras"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "ALGER", "geoid": 0}, "date-ut": "1868-07-18 00:48:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-685"}, "ids-in-sources": {"a3": "685"}}, "raw": {"H": "0", "MN": "48", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "18", "LAT": "36N47", "LON": "3E 0", "MON": "7", "NUM": "685", "PRO": "M", "SEC": "0", "YEA": "1868", "CITY": "ALGER"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Mustapha"}}, "partial-ids": {"g55": "04-433"}, "ids-in-source": {"g55": "04-433"}}, "raw": {"DAY": "18-7-1868", "HOUR": "1 h.", "NAME": "LARRAS Nestor", "PLACE": "Mustapha (Algérie)."}, "date": "2023-08-20T14:48:29+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6409	lattre-tassigny-jean-1889-02-02	{"a3": "688", "g55": "04-434"}	{"g55": "04-434", "lerrcp": "A3-688"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Lattre Tassigny Jean", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:40", "date": "1889-02-02 12:00", "note": null, "place": {"c1": null, "c2": "85", "c3": null, "cy": "FR", "lg": -1.41667, "lat": 46.66667, "name": "Mouilleron-en-Pareds", "geoid": 0}, "notime": null, "date-ut": "1889-02-02 12:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Lattre Tassigny Jean"}, "birth": {"tzo": "-00:05:40", "date": "1889-02-02 12:00", "place": {"c2": "85", "cy": "FR", "lg": -1.41667, "lat": 46.66667, "name": "Mouilleron-en-", "geoid": 0}, "date-ut": "1889-02-02 12:05:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-688"}, "ids-in-sources": {"a3": "688"}}, "raw": {"H": "12", "MN": "5", "TZ": "0", "COD": "85", "COU": "F", "DAY": "2", "LAT": "46N40", "LON": "1W25", "MON": "2", "NUM": "688", "PRO": "M", "SEC": "40", "YEA": "1889", "CITY": "MOUILLERON-EN-"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Mouilleron-en-Pareds"}}, "partial-ids": {"g55": "04-434"}, "ids-in-source": {"g55": "04-434"}}, "raw": {"DAY": "2-2-1889", "HOUR": "12 h.", "NAME": "LATTRE de TASSIGNY Jean-Marie (de)", "PLACE": "Mouilleron-en-Pareds (Vendée)."}, "date": "2023-08-20T14:48:29+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6419	le-bouc-georges-1865-10-03	{"a3": "700", "g55": "04-437"}	{"g55": "04-437", "lerrcp": "A3-700"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Le Bouc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:58", "date": "1865-10-03 01:00", "note": null, "place": {"c1": null, "c2": "36", "c3": null, "cy": "FR", "lg": 1.99362, "lat": 46.94848, "name": "Issoudun", "geoid": 3012655}, "notime": null, "date-ut": "1865-10-03 00:53:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Le Bouc"}, "birth": {"tzo": "+00:07:58", "date": "1865-10-03 01:00", "place": {"c2": "36", "cy": "FR", "lg": 1.99362, "lat": 46.94848, "name": "Issoudun", "geoid": 3012655}, "date-ut": "1865-10-03 00:53:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-700"}, "ids-in-sources": {"a3": "700"}}, "raw": {"H": "0", "MN": "53", "TZ": "0", "COD": "36", "COU": "F", "DAY": "3", "LAT": "46N49", "LON": "1E41", "MON": "10", "NUM": "700", "PRO": "M", "SEC": "16", "YEA": "1865", "CITY": "ISSOUDUN"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-437"}, "ids-in-source": {"g55": "04-437"}}, "raw": {"DAY": "3-10-1865", "HOUR": "1 h.", "NAME": "LEBOUC Georges Pierre", "PLACE": "Issoudun (Indre)."}, "date": "2023-08-20T14:48:30+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6420	lebrun-leonce-1861-05-11	{"a3": "701", "g55": "04-438"}	{"g55": "04-438", "lerrcp": "A3-701"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leonce", "family": "Lebrun", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:56", "date": "1861-05-11 11:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Méziéres", "geoid": 0}, "notime": null, "date-ut": "1861-05-11 10:41:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Leonce", "family": "Lebrun"}, "birth": {"tzo": "+00:18:56", "date": "1861-05-11 11:00", "place": {"c2": "08", "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Mezieres", "geoid": 0}, "date-ut": "1861-05-11 10:41:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-701"}, "ids-in-sources": {"a3": "701"}}, "raw": {"H": "10", "MN": "41", "TZ": "0", "COD": "08", "COU": "F", "DAY": "11", "LAT": "49N46", "LON": "4E44", "MON": "5", "NUM": "701", "PRO": "M", "SEC": "4", "YEA": "1861", "CITY": "MEZIERES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Méziéres"}}, "partial-ids": {"g55": "04-438"}, "ids-in-source": {"g55": "04-438"}}, "raw": {"DAY": "11-5-1861", "HOUR": "11 h.", "NAME": "LEBRUN Léonce Marie", "PLACE": "Méziéres (Ardennes)."}, "date": "2023-08-20T14:48:30+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6426	lecointe-alphonse-1817-07-12	{"a3": "707", "g55": "04-440"}	{"g55": "04-440", "lerrcp": "A3-707"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Lecointe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:36", "date": "1817-07-12 22:00", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.15082, "lat": 49.02414, "name": "Évreux", "geoid": 3019265}, "notime": null, "date-ut": "1817-07-12 21:55:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Lecointe"}, "birth": {"tzo": "+00:04:36", "date": "1817-07-12 22:00", "place": {"c2": "27", "cy": "FR", "lg": 1.15082, "lat": 49.02414, "name": "Évreux", "geoid": 3019265}, "date-ut": "1817-07-12 21:55:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-707"}, "ids-in-sources": {"a3": "707"}}, "raw": {"H": "21", "MN": "55", "TZ": "0", "COD": "27", "COU": "F", "DAY": "12", "LAT": "49N 1", "LON": "1E11", "MON": "7", "NUM": "707", "PRO": "M", "SEC": "16", "YEA": "1817", "CITY": "EVREUX"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-440"}, "ids-in-source": {"g55": "04-440"}}, "raw": {"DAY": "12-7-1817", "HOUR": "22 h.", "NAME": "LECOINTE Alphonse Théodore", "PLACE": "Evreux (Eure)."}, "date": "2023-08-20T14:48:30+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6428	leconte-marie-1858-11-08	{"a3": "709", "g55": "04-441"}	{"g55": "04-441", "lerrcp": "A3-709"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Leconte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:21", "date": "1858-11-08 05:02", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.58661, "lat": 49.20724, "name": "Senlis", "geoid": 2975088}, "notime": null, "date-ut": "1858-11-08 04:51:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Leconte"}, "birth": {"tzo": "+00:10:21", "date": "1858-11-08 05:02", "place": {"c2": "60", "cy": "FR", "lg": 2.58661, "lat": 49.20724, "name": "Senlis", "geoid": 2975088}, "date-ut": "1858-11-08 04:51:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-709"}, "ids-in-sources": {"a3": "709"}}, "raw": {"H": "4", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "8", "LAT": "49N26", "LON": "2E 5", "MON": "11", "NUM": "709", "PRO": "M", "SEC": "40", "YEA": "1858", "CITY": "SENLIS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-441"}, "ids-in-source": {"g55": "04-441"}}, "raw": {"DAY": "8-11-1858", "HOUR": "5 h.", "NAME": "LECONTE Marie Gaston", "PLACE": "Senlis (Oise)."}, "date": "2023-08-20T14:48:30+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6431	le-flo-adolphe-1804-11-04	{"a3": "712", "g55": "04-442"}	{"g55": "04-442", "lerrcp": "A3-712"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Le Flo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:17:16", "date": "1804-11-04 03:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.31745, "lat": 48.57157, "name": "Lesneven", "geoid": 3000174}, "notime": null, "date-ut": "1804-11-04 03:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Le Flo"}, "birth": {"tzo": "-00:17:16", "date": "1804-11-04 03:00", "place": {"c2": "29", "cy": "FR", "lg": -4.31745, "lat": 48.57157, "name": "Lesneven", "geoid": 3000174}, "date-ut": "1804-11-04 03:16:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-712"}, "ids-in-sources": {"a3": "712"}}, "raw": {"H": "3", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "4", "LAT": "48N 0", "LON": "4W 6", "MON": "11", "NUM": "712", "PRO": "M", "SEC": "24", "YEA": "1804", "CITY": "LESNEVEN"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-442"}, "ids-in-source": {"g55": "04-442"}}, "raw": {"DAY": "4-11-1804", "HOUR": "3 h.", "NAME": "LE FLO Adolphe Emmanuel", "PLACE": "Lesneven (Finistère)."}, "date": "2023-08-20T14:48:30+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6434	legouz-jean-1865-03-29	{"a3": "715", "g55": "04-443"}	{"g55": "04-443", "lerrcp": "A3-715"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Legouz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:04", "date": "1865-03-29 21:30", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1865-03-29 21:09:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Legouz"}, "birth": {"tzo": "+00:20:04", "date": "1865-03-29 21:30", "place": {"c2": "21", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1865-03-29 21:09:52"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-715"}, "ids-in-sources": {"a3": "715"}}, "raw": {"H": "21", "MN": "9", "TZ": "0", "COD": "21", "COU": "F", "DAY": "29", "LAT": "47N19", "LON": "5E 2", "MON": "3", "NUM": "715", "PRO": "M", "SEC": "52", "YEA": "1865", "CITY": "DIJON"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-443"}, "ids-in-source": {"g55": "04-443"}}, "raw": {"DAY": "29-3-1865", "HOUR": "21 h. 30", "NAME": "LEGOUZ de SAINT-SEINE Jean", "PLACE": "Dijon (Côte-d’Or)."}, "date": "2023-08-20T14:48:30+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6435	legrand-girarde-emile-1857-11-16	{"a3": "716", "g55": "04-444"}	{"g55": "04-444", "lerrcp": "A3-716"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Legrand-Girarde", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:09", "date": "1857-11-16 19:30", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "notime": null, "date-ut": "1857-11-16 19:15:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Legrand-Girarde"}, "birth": {"tzo": "+00:13:09", "date": "1857-11-16 19:30", "place": {"c2": "02", "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "date-ut": "1857-11-16 19:15:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-716"}, "ids-in-sources": {"a3": "716"}}, "raw": {"H": "19", "MN": "15", "TZ": "0", "COD": "02", "COU": "F", "DAY": "16", "LAT": "49N34", "LON": "3E37", "MON": "11", "NUM": "716", "PRO": "M", "SEC": "32", "YEA": "1857", "CITY": "ST-QUENTIN"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-444"}, "ids-in-source": {"g55": "04-444"}}, "raw": {"DAY": "16-11-1857", "HOUR": "19 h. 30", "NAME": "LEGRAND-GIRARDE Emile Edmond", "PLACE": "Saint-Quentin (Aisne)."}, "date": "2023-08-20T14:48:30+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6441	lenfant-eugene-1865-04-11	{"a3": "722", "g55": "04-445"}	{"g55": "04-445", "lerrcp": "A3-722"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Lenfant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:37", "date": "1865-04-11 17:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.65356, "lat": 48.5457, "name": "Melun", "geoid": 2994651}, "notime": null, "date-ut": "1865-04-11 16:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Lenfant"}, "birth": {"tzo": "+00:10:37", "date": "1865-04-11 17:00", "place": {"c2": "77", "cy": "FR", "lg": 2.65356, "lat": 48.5457, "name": "Melun", "geoid": 2994651}, "date-ut": "1865-04-11 16:49:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-722"}, "ids-in-sources": {"a3": "722"}}, "raw": {"H": "16", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "11", "LAT": "48N33", "LON": "2E40", "MON": "4", "NUM": "722", "PRO": "M", "SEC": "20", "YEA": "1865", "CITY": "MELUN"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-445"}, "ids-in-source": {"g55": "04-445"}}, "raw": {"DAY": "11-4-1865", "HOUR": "17 h.", "NAME": "LENFANT Eugène Armand", "PLACE": "Melun (Seine-et-Marne)."}, "date": "2023-08-20T14:48:30+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6450	linares-jean-1872-03-11	{"a3": "731", "g55": "04-446"}	{"g55": "04-446", "lerrcp": "A3-731"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Linares", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:57", "date": "1872-03-11 20:30", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 1.48925, "lat": 48.44685, "name": "Chartres", "geoid": 3026467}, "notime": null, "date-ut": "1872-03-11 20:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Linares"}, "birth": {"tzo": "+00:05:57", "date": "1872-03-11 20:30", "place": {"c2": "28", "cy": "FR", "lg": 1.48925, "lat": 48.44685, "name": "Chartres", "geoid": 3026467}, "date-ut": "1872-03-11 20:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-731"}, "ids-in-sources": {"a3": "731"}}, "raw": {"H": "20", "MN": "24", "TZ": "0", "COD": "28", "COU": "F", "DAY": "11", "LAT": "48N27", "LON": "1E30", "MON": "3", "NUM": "731", "PRO": "M", "SEC": "0", "YEA": "1872", "CITY": "CHARTRES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-446"}, "ids-in-source": {"g55": "04-446"}}, "raw": {"DAY": "11-3-1872", "HOUR": "20 h. 30", "NAME": "LINARES Jean Etienne", "PLACE": "Chartres (Eure-et-Loire)."}, "date": "2023-08-20T14:48:30+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6451	lobit-paul-1860-04-10	{"a3": "732", "g55": "04-447"}	{"g55": "04-447", "lerrcp": "A3-732"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Lobit", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:03:09", "date": "1860-04-10 06:00", "note": null, "place": {"c1": null, "c2": "40", "c3": null, "cy": "FR", "lg": -0.78844, "lat": 44.00442, "name": "Arengosse", "geoid": 3037098}, "notime": null, "date-ut": "1860-04-10 06:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Lobit"}, "birth": {"tzo": "-00:03:09", "date": "1860-04-10 06:00", "place": {"c2": "40", "cy": "FR", "lg": -0.78844, "lat": 44.00442, "name": "Arengosse", "geoid": 3037098}, "date-ut": "1860-04-10 06:02"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-732"}, "ids-in-sources": {"a3": "732"}}, "raw": {"H": "6", "MN": "2", "TZ": "0", "COD": "40", "COU": "F", "DAY": "10", "LAT": "43N54", "LON": "0W30", "MON": "4", "NUM": "732", "PRO": "M", "SEC": "0", "YEA": "1860", "CITY": "ARENGOSSE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-447"}, "ids-in-source": {"g55": "04-447"}}, "raw": {"DAY": "10-4-1860", "HOUR": "6 h.", "NAME": "LOBIT (de) Paul Joseph", "PLACE": "Arengosse (Landes)."}, "date": "2023-08-20T14:48:30+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6456	lourmel-frederic-1811-07-12	{"a3": "737", "g55": "04-448"}	{"g55": "04-448", "lerrcp": "A3-737"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Lourmel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:11:52", "date": "1811-07-12 10:00", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -2.96645, "lat": 48.06835, "name": "Pontivy", "geoid": 2986160}, "notime": null, "date-ut": "1811-07-12 10:10:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Lourmel"}, "birth": {"tzo": "-00:11:52", "date": "1811-07-12 10:00", "place": {"c2": "56", "cy": "FR", "lg": -2.96645, "lat": 48.06835, "name": "Pontivy", "geoid": 2986160}, "date-ut": "1811-07-12 10:10:56"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-737"}, "ids-in-sources": {"a3": "737"}}, "raw": {"H": "10", "MN": "10", "TZ": "0", "COD": "56", "COU": "F", "DAY": "12", "LAT": "47N40", "LON": "2W44", "MON": "7", "NUM": "737", "PRO": "M", "SEC": "56", "YEA": "1811", "CITY": "PONTIVY"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-448"}, "ids-in-source": {"g55": "04-448"}}, "raw": {"DAY": "12-7-1811", "HOUR": "10 h.", "NAME": "LOURMEL (Le Normand de) Frédéric", "PLACE": "Pontivy (Morb.)."}, "date": "2023-08-20T14:48:30+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6458	lucas-henry-1874-04-13	{"a3": "739", "g55": "04-449"}	{"g55": "04-449", "lerrcp": "A3-739"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Lucas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1874-04-13 15:30", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Montfort-l’Amaury", "geoid": 0}, "notime": null, "date-ut": "1874-04-13 15:21:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Lucas"}, "birth": {"tzo": "+00:08:32", "date": "1874-04-13 15:30", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Montfort L Amau", "geoid": 0}, "date-ut": "1874-04-13 15:21:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-739"}, "ids-in-sources": {"a3": "739"}}, "raw": {"H": "15", "MN": "21", "TZ": "0", "COD": "78", "COU": "F", "DAY": "13", "LAT": "48N50", "LON": "2E 8", "MON": "4", "NUM": "739", "PRO": "M", "SEC": "28", "YEA": "1874", "CITY": "MONTFORT L AMAU"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Montfort-l’Amaury"}}, "partial-ids": {"g55": "04-449"}, "ids-in-source": {"g55": "04-449"}}, "raw": {"DAY": "13-4-1874", "HOUR": "15 h. 30", "NAME": "LUCAS Henri Pascal", "PLACE": "Montfort-l’Amaury (S.-et-O.)."}, "date": "2023-08-20T14:48:30+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6460	mac-mahon-marie-1808-06-13	{"a3": "741", "g55": "04-451"}	{"g55": "04-451", "lerrcp": "A3-741"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Mac-Mahon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:54", "date": "1808-06-13 12:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.47333, "lat": 47.00738, "name": "Sully", "geoid": 2973710}, "notime": null, "date-ut": "1808-06-13 11:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Mac-Mahon"}, "birth": {"tzo": "+00:17:54", "date": "1808-06-13 12:00", "place": {"c2": "71", "cy": "FR", "lg": 4.47333, "lat": 47.00738, "name": "Sully", "geoid": 2973710}, "date-ut": "1808-06-13 11:40:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-741"}, "ids-in-sources": {"a3": "741"}}, "raw": {"H": "11", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "13", "LAT": "46N18", "LON": "4E50", "MON": "6", "NUM": "741", "PRO": "M", "SEC": "40", "YEA": "1808", "CITY": "SULLY"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-451"}, "ids-in-source": {"g55": "04-451"}}, "raw": {"DAY": "13-6-1805", "HOUR": "12 h.", "NAME": "MAC-MAHON (de) Marie-Edme", "PLACE": "Sully (Saône-et-L.)."}, "date": "2023-08-20T14:48:30+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6461	mac-mahon-patrice-1855-06-10	{"a3": "742", "g55": "04-452"}	{"g55": "04-452", "lerrcp": "A3-742"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Patrice", "family": "Mac-Mahon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:22", "date": "1855-06-10 02:55:18", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 1.5897, "lat": 50.70535, "name": "Outreau", "geoid": 2988936}, "notime": null, "date-ut": "1855-06-10 02:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Patrice", "family": "Mac-Mahon"}, "birth": {"tzo": "+00:06:22", "date": "1855-06-10 02:55:18", "place": {"c2": "62", "cy": "FR", "lg": 1.5897, "lat": 50.70535, "name": "Outreau", "geoid": 2988936}, "date-ut": "1855-06-10 02:48:56"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-742"}, "ids-in-sources": {"a3": "742"}}, "raw": {"H": "2", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "10", "LAT": "50N18", "LON": "2E46", "MON": "6", "NUM": "742", "PRO": "M", "SEC": "56", "YEA": "1855", "CITY": "OUTREAU"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-452"}, "ids-in-source": {"g55": "04-452"}}, "raw": {"DAY": "10-6-1855", "HOUR": "3 h.", "NAME": "MAC-MAHON (de) Patrice", "PLACE": "Outreau (Pas-de-Calais)."}, "date": "2023-08-20T14:48:30+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6465	maistre-paul-1858-06-20	{"a3": "746", "g55": "04-453"}	{"g55": "04-453", "lerrcp": "A3-746"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Maistre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:34", "date": "1858-06-20 13:00", "note": null, "place": {"c1": null, "c2": "52", "c3": null, "cy": "FR", "lg": 5.14144, "lat": 48.44363, "name": "Joinville", "geoid": 3012315}, "notime": null, "date-ut": "1858-06-20 12:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Maistre"}, "birth": {"tzo": "+00:20:34", "date": "1858-06-20 13:00", "place": {"c2": "52", "cy": "FR", "lg": 5.14144, "lat": 48.44363, "name": "Joinville", "geoid": 3012315}, "date-ut": "1858-06-20 12:39:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-746"}, "ids-in-sources": {"a3": "746"}}, "raw": {"H": "12", "MN": "39", "TZ": "0", "COD": "52", "COU": "F", "DAY": "20", "LAT": "48N 7", "LON": "5E 8", "MON": "6", "NUM": "746", "PRO": "M", "SEC": "28", "YEA": "1858", "CITY": "JOINVILLE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-453"}, "ids-in-source": {"g55": "04-453"}}, "raw": {"DAY": "20-6-1858", "HOUR": "13 h.", "NAME": "MAISTRE Paul André", "PLACE": "Joinville (Haute-Marne)."}, "date": "2023-08-20T14:48:30+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6466	malleterre-pierre-1858-06-30	{"a3": "747", "g55": "04-454"}	{"g55": "04-454", "lerrcp": "A3-747"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Malleterre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01:56", "date": "1858-06-30 00:59", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 0.48171, "lat": 44.85157, "name": "Bergerac", "geoid": 3033391}, "notime": null, "date-ut": "1858-06-30 00:57:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Malleterre"}, "birth": {"tzo": "+00:01:56", "date": "1858-06-30 00:59", "place": {"c2": "24", "cy": "FR", "lg": 0.48171, "lat": 44.85157, "name": "Bergerac", "geoid": 3033391}, "date-ut": "1858-06-30 00:57:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-747"}, "ids-in-sources": {"a3": "747"}}, "raw": {"H": "0", "MN": "57", "TZ": "0", "COD": "24", "COU": "F", "DAY": "30", "LAT": "45N11", "LON": "0E44", "MON": "6", "NUM": "747", "PRO": "M", "SEC": "4", "YEA": "1858", "CITY": "BERGERAC"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-454"}, "ids-in-source": {"g55": "04-454"}}, "raw": {"DAY": "30-6-1858", "HOUR": "1 h.", "NAME": "MALLETERRE Pierre-Marie", "PLACE": "Bergerac (Dordogne)."}, "date": "2023-08-20T14:48:30+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6468	mangin-joseph-1867-03-19	{"a3": "749", "g55": "04-456"}	{"g55": "04-456", "lerrcp": "A3-749"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Mangin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1867-03-19 07:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Ars-en-Moselle", "geoid": 0}, "notime": null, "date-ut": "1867-03-19 06:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Mangin"}, "birth": {"tzo": "+00:24:44", "date": "1867-03-19 07:00", "place": {"c2": "57", "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Ars-en-Moselle", "geoid": 0}, "date-ut": "1867-03-19 06:35:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-749"}, "ids-in-sources": {"a3": "749"}}, "raw": {"H": "6", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "19", "LAT": "49N 7", "LON": "6E11", "MON": "3", "NUM": "749", "PRO": "M", "SEC": "16", "YEA": "1867", "CITY": "ARS-EN-MOSELLE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Ars-en-Moselle"}}, "partial-ids": {"g55": "04-456"}, "ids-in-source": {"g55": "04-456"}}, "raw": {"DAY": "19-3-1867", "HOUR": "7 h.", "NAME": "MANGIN Joseph Emile", "PLACE": "Ars-en-Moselle (Moselle)."}, "date": "2023-08-20T14:48:30+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6470	marchand-armand-1837-10-10	{"a3": "751", "g55": "04-457"}	{"g55": "04-457", "lerrcp": "A3-751"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Marchand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:42", "date": "1837-10-10 06:30", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1837-10-10 06:36:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Marchand"}, "birth": {"tzo": "-00:06:42", "date": "1837-10-10 06:30", "place": {"c2": "35", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1837-10-10 06:36:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-751"}, "ids-in-sources": {"a3": "751"}}, "raw": {"H": "6", "MN": "36", "TZ": "0", "COD": "35", "COU": "F", "DAY": "10", "LAT": "48N 7", "LON": "1W40", "MON": "10", "NUM": "751", "PRO": "M", "SEC": "40", "YEA": "1837", "CITY": "RENNES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-457"}, "ids-in-source": {"g55": "04-457"}}, "raw": {"DAY": "10-10-1837", "HOUR": "6 h. 30", "NAME": "MARCHAND Armand Prosper", "PLACE": "Rennes (I.-et-V.)."}, "date": "2023-08-20T14:48:30+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6471	marchand-jean-1863-11-22	{"a3": "752", "g55": "04-458"}	{"g55": "04-458", "lerrcp": "A3-752"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Marchand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:13", "date": "1863-11-22 20:00", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 4.80251, "lat": 46.17222, "name": "Thoissey", "geoid": 2972772}, "notime": null, "date-ut": "1863-11-22 19:39:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Marchand"}, "birth": {"tzo": "+00:19:13", "date": "1863-11-22 20:00", "place": {"c2": "01", "cy": "FR", "lg": 4.80251, "lat": 46.17222, "name": "Thoissey", "geoid": 2972772}, "date-ut": "1863-11-22 19:39:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-752"}, "ids-in-sources": {"a3": "752"}}, "raw": {"H": "19", "MN": "39", "TZ": "0", "COD": "01", "COU": "F", "DAY": "22", "LAT": "46N12", "LON": "5E13", "MON": "11", "NUM": "752", "PRO": "M", "SEC": "8", "YEA": "1863", "CITY": "THOISSEY"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-458"}, "ids-in-source": {"g55": "04-458"}}, "raw": {"DAY": "22-11-1863", "HOUR": "20 h.", "NAME": "MARCHAND Jean-Baptiste", "PLACE": "Thoissey (Ain)."}, "date": "2023-08-20T14:48:30+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6474	margueritte-jean-1823-01-15	{"a3": "755", "g55": "04-460"}	{"g55": "04-460", "lerrcp": "A3-755"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Margueritte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:23", "date": "1823-01-15 21:00", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.59785, "lat": 49.11166, "name": "Manheulles", "geoid": 2996212}, "notime": null, "date-ut": "1823-01-15 20:39:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Margueritte"}, "birth": {"tzo": "+00:22:23", "date": "1823-01-15 21:00", "place": {"c2": "55", "cy": "FR", "lg": 5.59785, "lat": 49.11166, "name": "Manheulles", "geoid": 2996212}, "date-ut": "1823-01-15 20:39:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-755"}, "ids-in-sources": {"a3": "755"}}, "raw": {"H": "20", "MN": "39", "TZ": "0", "COD": "55", "COU": "F", "DAY": "15", "LAT": "48N46", "LON": "5E10", "MON": "1", "NUM": "755", "PRO": "M", "SEC": "20", "YEA": "1823", "CITY": "MANHEULLES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-460"}, "ids-in-source": {"g55": "04-460"}}, "raw": {"DAY": "15-1-1823", "HOUR": "21 h.", "NAME": "MARGUERITTE Jean Auguste", "PLACE": "Manheulles (Meuse)."}, "date": "2023-08-20T14:48:30+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6475	mariaux-audgustin-1864-01-05	{"a3": "756", "g55": "04-461"}	{"g55": "04-461", "lerrcp": "A3-756"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Audgustin", "family": "Mariaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:59", "date": "1864-01-05 15:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1864-01-05 14:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Audgustin", "family": "Mariaux"}, "birth": {"tzo": "+00:04:59", "date": "1864-01-05 15:00", "place": {"c2": "87", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1864-01-05 14:55"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-756"}, "ids-in-sources": {"a3": "756"}}, "raw": {"H": "14", "MN": "55", "TZ": "0", "COD": "87", "COU": "F", "DAY": "5", "LAT": "45N50", "LON": "1E15", "MON": "1", "NUM": "756", "PRO": "M", "SEC": "0", "YEA": "1864", "CITY": "LIMOGES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-461"}, "ids-in-source": {"g55": "04-461"}}, "raw": {"DAY": "5-1-1864", "HOUR": "15 h.", "NAME": "MARIAUX Augustin Eugène", "PLACE": "Limoges (Haute-Vienne)."}, "date": "2023-08-20T14:48:30+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6476	maroix-jean-1867-03-04	{"a3": "757", "g55": "04-462"}	{"g55": "04-462", "lerrcp": "A3-757"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Maroix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:60", "date": "1867-03-04 17:50", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.74804, "lat": 42.48533, "name": "Ceret", "geoid": 3027888}, "notime": null, "date-ut": "1867-03-04 17:48:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Maroix"}, "birth": {"tzo": "+00:10:60", "date": "1867-03-04 17:50", "place": {"c2": "66", "cy": "FR", "lg": 2.74804, "lat": 42.48533, "name": "Ceret", "geoid": 3027888}, "date-ut": "1867-03-04 17:48:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-757"}, "ids-in-sources": {"a3": "757"}}, "raw": {"H": "17", "MN": "48", "TZ": "0", "COD": "66", "COU": "F", "DAY": "4", "LAT": "42N42", "LON": "2E55", "MON": "3", "NUM": "757", "PRO": "M", "SEC": "20", "YEA": "1867", "CITY": "CERET"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-462"}, "ids-in-source": {"g55": "04-462"}}, "raw": {"DAY": "4-3-1867", "HOUR": "18 h.", "NAME": "MAROIX Jean", "PLACE": "Céret (Pyrénées-Orientales)."}, "date": "2023-08-20T14:48:30+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6481	martin-maurice-1864-12-31	{"a3": "762", "g55": "04-463"}	{"g55": "04-463", "lerrcp": "A3-762"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Martin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:39", "date": "1864-12-31 19:54:57", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.66225, "lat": 45.12764, "name": "Blaye", "geoid": 2967108}, "notime": null, "date-ut": "1864-12-31 19:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Martin"}, "birth": {"tzo": "-00:02:39", "date": "1864-12-31 19:54:57", "place": {"c2": "33", "cy": "FR", "lg": -0.66225, "lat": 45.12764, "name": "Blaye", "geoid": 2967108}, "date-ut": "1864-12-31 19:57:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-762"}, "ids-in-sources": {"a3": "762"}}, "raw": {"H": "19", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "31", "LAT": "44N50", "LON": "0W34", "MON": "12", "NUM": "762", "PRO": "M", "SEC": "36", "YEA": "1864", "CITY": "BLAYE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-463"}, "ids-in-source": {"g55": "04-463"}}, "raw": {"DAY": "31-12-1864", "HOUR": "20 h.", "NAME": "MARTIN Maurice", "PLACE": "Blaye (Gironde)."}, "date": "2023-08-20T14:48:30+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6482	martin-decaen-1867-06-12	{"a3": "763", "g55": "04-465"}	{"g55": "04-465", "lerrcp": "A3-763"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Martin-Decaen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:47", "date": "1867-06-12 11:00", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.69772, "lat": 49.12648, "name": "Ermenonville", "geoid": 3019906}, "notime": null, "date-ut": "1867-06-12 10:51:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Martin-Decaen"}, "birth": {"tzo": "+00:10:47", "date": "1867-06-12 11:00", "place": {"c2": "60", "cy": "FR", "lg": 2.69772, "lat": 49.12648, "name": "Ermenonville", "geoid": 3019906}, "date-ut": "1867-06-12 10:51:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-763"}, "ids-in-sources": {"a3": "763"}}, "raw": {"H": "10", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "12", "LAT": "49N26", "LON": "2E 5", "MON": "6", "NUM": "763", "PRO": "M", "SEC": "40", "YEA": "1867", "CITY": "ERMENONVILLE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-465"}, "ids-in-source": {"g55": "04-465"}}, "raw": {"DAY": "12-6-1867", "HOUR": "11 h.", "NAME": "MARTIN-DECAEN", "PLACE": "Ermenonville (Oise)."}, "date": "2023-08-20T14:48:30+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6488	maud-huy-louis-1857-02-17	{"a3": "769", "g55": "04-467"}	{"g55": "04-467", "lerrcp": "A3-769"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Maud'Huy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:41", "date": "1857-02-17 04:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1857-02-17 03:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Maud'Huy"}, "birth": {"tzo": "+00:24:41", "date": "1857-02-17 04:00", "place": {"c2": "57", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1857-02-17 03:35:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-769"}, "ids-in-sources": {"a3": "769"}}, "raw": {"H": "3", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "17", "LAT": "49N 7", "LON": "6E11", "MON": "2", "NUM": "769", "PRO": "M", "SEC": "16", "YEA": "1857", "CITY": "METZ"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-467"}, "ids-in-source": {"g55": "04-467"}}, "raw": {"DAY": "17-2-1857", "HOUR": "4 h.", "NAME": "MAUD’HUY (de) Louis Ernest", "PLACE": "Metz (Moselle)."}, "date": "2023-08-20T14:48:30+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6490	maurin-louis-felix-1869-01-05	{"a3": "771", "g55": "04-469"}	{"g55": "04-469", "lerrcp": "A3-771"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis Félix", "family": "Maurin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:20", "date": "1869-01-05 11:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Cherbourg", "geoid": 0}, "notime": null, "date-ut": "1869-01-05 11:04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-771"}, "birth": {"tzo": "-00:04:20", "date": "1869-01-05 11:00", "place": {"c2": "50", "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Cherbourg", "geoid": 0}, "date-ut": "1869-01-05 11:04:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-771"}, "ids-in-sources": {"a3": "771"}}, "raw": {"H": "11", "MN": "4", "TZ": "0", "COD": "50", "COU": "F", "DAY": "5", "LAT": "49N 7", "LON": "1W 5", "MON": "1", "NUM": "771", "PRO": "M", "SEC": "20", "YEA": "1869", "CITY": "CHERBOURG"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Louis Félix", "family": "Maurin", "nobility": ""}, "slug": "maurin-louis-felix-1869-01-05", "birth": {"place": {"name": "Cherbourg"}}, "partial-ids": {"g55": "04-469"}, "ids-in-source": {"g55": "04-469"}}, "raw": {"DAY": "5-1-1869", "HOUR": "11 h.", "NAME": "MAURIN Louis Félix", "PLACE": "Cherbourg (Manche)."}, "date": "2023-08-20T14:48:30+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6492	mazars-jules-1877-09-08	{"a3": "773", "g55": "04-470"}	{"g55": "04-470", "lerrcp": "A3-773"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Mazars", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:54", "date": "1877-09-08 01:00", "note": null, "place": {"c1": null, "c2": "46", "c3": null, "cy": "FR", "lg": 1.22561, "lat": 44.64354, "name": "Cazals", "geoid": 3028079}, "notime": null, "date-ut": "1877-09-08 00:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Mazars"}, "birth": {"tzo": "+00:04:54", "date": "1877-09-08 01:00", "place": {"c2": "46", "cy": "FR", "lg": 1.22561, "lat": 44.64354, "name": "Cazals", "geoid": 3028079}, "date-ut": "1877-09-08 00:54:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-773"}, "ids-in-sources": {"a3": "773"}}, "raw": {"H": "0", "MN": "54", "TZ": "0", "COD": "46", "COU": "F", "DAY": "8", "LAT": "44N27", "LON": "1E26", "MON": "9", "NUM": "773", "PRO": "M", "SEC": "16", "YEA": "1877", "CITY": "CAZALS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-470"}, "ids-in-source": {"g55": "04-470"}}, "raw": {"DAY": "8-9-1877", "HOUR": "1 h.", "NAME": "MAZARS Jules", "PLACE": "Cazals (Lot)."}, "date": "2023-08-20T14:48:30+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6494	mazillier-emile-1862-10-15	{"a3": "775", "g55": "04-472"}	{"g55": "04-472", "lerrcp": "A3-775"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Mazillier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:08", "date": "1862-10-15 14:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Courcelles-Fremoy", "geoid": 0}, "notime": null, "date-ut": "1862-10-15 13:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Mazillier"}, "birth": {"tzo": "+00:20:08", "date": "1862-10-15 14:00", "place": {"c2": "21", "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Courcelles-Frem", "geoid": 0}, "date-ut": "1862-10-15 13:39:52"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-775"}, "ids-in-sources": {"a3": "775"}}, "raw": {"H": "13", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "15", "LAT": "47N19", "LON": "5E 2", "MON": "10", "NUM": "775", "PRO": "M", "SEC": "52", "YEA": "1862", "CITY": "COURCELLES-FREM"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Courcelles-Fremoy"}}, "partial-ids": {"g55": "04-472"}, "ids-in-source": {"g55": "04-472"}}, "raw": {"DAY": "15-10-1862", "HOUR": "14 h.", "NAME": "MAZILLIER Emile Alexis", "PLACE": "Courcelles-Fremoy (C.-d’Or)."}, "date": "2023-08-20T14:48:30+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6496	menard-jean-1877-03-18	{"a3": "778", "g55": "04-473"}	{"g55": "04-473", "lerrcp": "A3-778"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Menard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1877-03-18 02:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1877-03-18 02:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Menard"}, "birth": {"tzo": "-00:06:13", "date": "1877-03-18 02:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1877-03-18 02:06:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-778"}, "ids-in-sources": {"a3": "778"}}, "raw": {"H": "2", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "18", "LAT": "47N13", "LON": "1W35", "MON": "3", "NUM": "778", "PRO": "M", "SEC": "20", "YEA": "1877", "CITY": "NANTES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-473"}, "ids-in-source": {"g55": "04-473"}}, "raw": {"DAY": "18-3-1877", "HOUR": "2 h.", "NAME": "MENARD Jean", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:48:30+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6501	messimy-adolphe-1869-01-31	{"a3": "783", "e3": "1069", "g55": "04-474"}	{"g55": "04-474", "lerrcp": "A3-783"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Messimy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1869-01-31 19:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1869-01-31 18:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Messimy"}, "birth": {"tzo": "+00:19:23", "date": "1869-01-31 19:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1869-01-31 18:40:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-783"}, "ids-in-sources": {"a3": "783"}}, "raw": {"H": "18", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "31", "LAT": "45N46", "LON": "4E50", "MON": "1", "NUM": "783", "PRO": "M", "SEC": "40", "YEA": "1869", "CITY": "LYON"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"occus": ["politician"], "ids-in-sources": {"e3": "1069"}}, "raw": {"H": "19:00", "COD": "69", "DAY": "31", "MON": "01", "NUM": "1069", "PRO": "PO", "YEA": "1869", "CITY": "Lyon", "NAME": "MESSIMY Adolphe", "NOTE": "*"}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-474"}, "ids-in-source": {"g55": "04-474"}}, "raw": {"DAY": "31-1-1869", "HOUR": "19 h.", "NAME": "MESSIMY Adolphe Marie", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:48:30+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6503	metz-adlbert-1867-04-17	{"a3": "785", "g55": "04-475"}	{"g55": "04-475", "lerrcp": "A3-785"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adlbert", "family": "Metz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:20", "date": "1867-04-17 10:00", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Beauvais", "geoid": 3034006}, "notime": null, "date-ut": "1867-04-17 09:51:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adlbert", "family": "Metz"}, "birth": {"tzo": "+00:08:20", "date": "1867-04-17 10:00", "place": {"c2": "60", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Beauvais", "geoid": 3034006}, "date-ut": "1867-04-17 09:51:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-785"}, "ids-in-sources": {"a3": "785"}}, "raw": {"H": "9", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "17", "LAT": "49N26", "LON": "2E 5", "MON": "4", "NUM": "785", "PRO": "M", "SEC": "40", "YEA": "1867", "CITY": "BEAUVAIS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-475"}, "ids-in-source": {"g55": "04-475"}}, "raw": {"DAY": "17-4-1867", "HOUR": "10 h.", "NAME": "METZ (de) Adalbert Francois", "PLACE": "Beauvais (Oise)."}, "date": "2023-08-20T14:48:30+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6506	meurisse-georges-1873-11-22	{"a3": "788", "g55": "04-477"}	{"g55": "04-477", "lerrcp": "A3-788"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Meurisse", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:17", "date": "1873-11-22 10:00", "note": null, "place": {"c1": null, "c2": "65", "c3": null, "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "notime": null, "date-ut": "1873-11-22 09:59:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-788"}, "birth": {"tzo": "+00:00:17", "date": "1873-11-22 10:00", "place": {"c2": "65", "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "date-ut": "1873-11-22 09:59:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-788"}, "ids-in-sources": {"a3": "788"}}, "raw": {"H": "9", "MN": "59", "TZ": "0", "COD": "65", "COU": "F", "DAY": "22", "LAT": "43N14", "LON": "0E 5", "MON": "11", "NUM": "788", "PRO": "M", "SEC": "40", "YEA": "1873", "CITY": "TARBES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Georges", "family": "Meurisse", "nobility": ""}, "slug": "meurisse-georges-1873-11-22", "partial-ids": {"g55": "04-477"}, "ids-in-source": {"g55": "04-477"}}, "raw": {"DAY": "22-11-1873", "HOUR": "10 h.", "NAME": "MEURISSE Georges", "PLACE": "Tarbes (Hautes-Pyrénées)."}, "date": "2023-08-20T14:48:30+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6498	mercier-auguste-1833-12-08	{"a3": "780", "g55": "04-479"}	{"g55": "04-479", "lerrcp": "A3-780"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Mercier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:08", "date": "1833-12-08 08:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "notime": null, "date-ut": "1833-12-08 07:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Mercier"}, "birth": {"tzo": "+00:11:08", "date": "1833-12-08 08:00", "place": {"c2": "62", "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "date-ut": "1833-12-08 07:48:56"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-780"}, "ids-in-sources": {"a3": "780"}}, "raw": {"H": "7", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "8", "LAT": "50N18", "LON": "2E46", "MON": "12", "NUM": "780", "PRO": "M", "SEC": "56", "YEA": "1833", "CITY": "ARRAS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-479"}, "ids-in-source": {"g55": "04-479"}}, "raw": {"DAY": "8-12-1833", "HOUR": "8 h.", "NAME": "MERCIER Auguste", "PLACE": "Arras (Pas-de-Calais)."}, "date": "2023-08-20T14:48:30+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6507	micheler-joseph-1861-09-23	{"a3": "789", "g55": "04-482"}	{"g55": "04-482", "lerrcp": "A3-789"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Micheler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:02", "date": "1861-09-23 06:34:18", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 7.2582, "lat": 48.76771, "name": "Phalsbourg", "geoid": 2987421}, "notime": null, "date-ut": "1861-09-23 06:05:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Micheler"}, "birth": {"tzo": "+00:29:02", "date": "1861-09-23 06:34:18", "place": {"c2": "57", "cy": "FR", "lg": 7.2582, "lat": 48.76771, "name": "Phalsbourg", "geoid": 2987421}, "date-ut": "1861-09-23 06:05:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-789"}, "ids-in-sources": {"a3": "789"}}, "raw": {"H": "6", "MN": "5", "TZ": "0", "COD": "57", "COU": "F", "DAY": "23", "LAT": "49N 7", "LON": "6E11", "MON": "9", "NUM": "789", "PRO": "M", "SEC": "16", "YEA": "1861", "CITY": "PHALSBOURG"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-482"}, "ids-in-source": {"g55": "04-482"}}, "raw": {"DAY": "23-9-1861", "HOUR": "6 h. 30", "NAME": "MICHELER Joseph Alfred", "PLACE": "Phalsbourg (Moselle)."}, "date": "2023-08-20T14:48:31+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6509	michelin-pierre-1876-11-19	{"a3": "791", "g55": "04-483"}	{"g55": "04-483", "lerrcp": "A3-791"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Michelin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:49", "date": "1876-11-19 01:00", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.45282, "lat": 46.80307, "name": "Commenailles", "geoid": 3024093}, "notime": null, "date-ut": "1876-11-19 00:37:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Michelin"}, "birth": {"tzo": "+00:21:49", "date": "1876-11-19 01:00", "place": {"c2": "39", "cy": "FR", "lg": 5.45282, "lat": 46.80307, "name": "Commenailles", "geoid": 3024093}, "date-ut": "1876-11-19 00:37:48"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-791"}, "ids-in-sources": {"a3": "791"}}, "raw": {"H": "0", "MN": "37", "TZ": "0", "COD": "39", "COU": "F", "DAY": "19", "LAT": "46N40", "LON": "5E33", "MON": "11", "NUM": "791", "PRO": "M", "SEC": "48", "YEA": "1876", "CITY": "COMMENAILLES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-483"}, "ids-in-source": {"g55": "04-483"}}, "raw": {"DAY": "19-11-1876", "HOUR": "1 h.", "NAME": "MICHELIN Pierre", "PLACE": "Commenailles (Jura)."}, "date": "2023-08-20T14:48:31+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6510	mieroslawski-louis-1814-01-17	{"a3": "792", "g55": "04-484"}	{"g55": "04-484", "lerrcp": "A3-792"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Mieroslawski", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:46", "date": "1814-01-17 01:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.69078, "lat": 48.27511, "name": "Nemours", "geoid": 2990793}, "notime": null, "date-ut": "1814-01-17 00:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Mieroslawski"}, "birth": {"tzo": "+00:10:46", "date": "1814-01-17 01:00", "place": {"c2": "77", "cy": "FR", "lg": 2.69078, "lat": 48.27511, "name": "Nemours", "geoid": 2990793}, "date-ut": "1814-01-17 00:49:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-792"}, "ids-in-sources": {"a3": "792"}}, "raw": {"H": "0", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "17", "LAT": "48N33", "LON": "2E40", "MON": "1", "NUM": "792", "PRO": "M", "SEC": "20", "YEA": "1814", "CITY": "NEMOURS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-484"}, "ids-in-source": {"g55": "04-484"}}, "raw": {"DAY": "17-1-1814", "HOUR": "4 h.", "NAME": "MIEROSLAWSKI Louis", "PLACE": "Nemours (Seine-et-Marne)."}, "date": "2023-08-20T14:48:31+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6514	mitry-marie-1857-09-20	{"a3": "796", "g55": "04-486"}	{"g55": "04-486", "lerrcp": "A3-796"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Mitry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:48", "date": "1857-09-20 01:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.2, "lat": 48.7, "name": "Le Ménil-Mitry", "geoid": 0}, "notime": null, "date-ut": "1857-09-20 00:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Mitry"}, "birth": {"tzo": "+00:24:48", "date": "1857-09-20 01:00", "place": {"c2": "54", "cy": "FR", "lg": 6.2, "lat": 48.7, "name": "Le Menil-Mitry", "geoid": 0}, "date-ut": "1857-09-20 00:35:12"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-796"}, "ids-in-sources": {"a3": "796"}}, "raw": {"H": "0", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "20", "LAT": "48N42", "LON": "6E12", "MON": "9", "NUM": "796", "PRO": "M", "SEC": "12", "YEA": "1857", "CITY": "LE MENIL-MITRY"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Le Ménil-Mitry"}}, "partial-ids": {"g55": "04-486"}, "ids-in-source": {"g55": "04-486"}}, "raw": {"DAY": "20-9-1857", "HOUR": "1 h.", "NAME": "MITRY (de) Marie-Antoine", "PLACE": "Le Ménil-Mitry (M.-et-M.)."}, "date": "2023-08-20T14:48:31+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6515	mittelhausser-eugene-1873-08-07	{"a3": "797", "g55": "04-487"}	{"g55": "04-487", "lerrcp": "A3-797"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Mittelhausser", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:39", "date": "1873-08-07 13:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "notime": null, "date-ut": "1873-08-07 12:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Mittelhausser"}, "birth": {"tzo": "+00:12:39", "date": "1873-08-07 13:00", "place": {"c2": "59", "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "date-ut": "1873-08-07 12:47:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-797"}, "ids-in-sources": {"a3": "797"}}, "raw": {"H": "12", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "7", "LAT": "50N39", "LON": "3E 5", "MON": "8", "NUM": "797", "PRO": "M", "SEC": "40", "YEA": "1873", "CITY": "TOURCOING"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-487"}, "ids-in-source": {"g55": "04-487"}}, "raw": {"DAY": "7-8-1873", "HOUR": "13 h.", "NAME": "MITTELHAUSSER Eugène Désiré", "PLACE": "Tourcoing (Nord)."}, "date": "2023-08-20T14:48:31+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6520	monroe-francois-1886-06-03	{"a3": "802", "g55": "04-489"}	{"g55": "04-489", "lerrcp": "A3-802"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Monroe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:14", "date": "1886-06-03 21:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.80755, "lat": 45.71404, "name": "Oullins", "geoid": 2988998}, "notime": null, "date-ut": "1886-06-03 20:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Monroe"}, "birth": {"tzo": "+00:19:14", "date": "1886-06-03 21:00", "place": {"c2": "69", "cy": "FR", "lg": 4.80755, "lat": 45.71404, "name": "Oullins", "geoid": 2988998}, "date-ut": "1886-06-03 20:40:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-802"}, "ids-in-sources": {"a3": "802"}}, "raw": {"H": "20", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "3", "LAT": "45N46", "LON": "4E50", "MON": "6", "NUM": "802", "PRO": "M", "SEC": "40", "YEA": "1886", "CITY": "OULLINS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-489"}, "ids-in-source": {"g55": "04-489"}}, "raw": {"DAY": "3-6-1886", "HOUR": "21 h.", "NAME": "MONROE Francois Marie", "PLACE": "Oullins (Rhône)."}, "date": "2023-08-20T14:48:31+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6521	monroe-larie-1862-10-02	{"a3": "803", "g55": "04-490"}	{"g55": "04-490", "lerrcp": "A3-803"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Larie", "family": "Monroe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:30", "date": "1862-10-02 02:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.12663, "lat": 46.04004, "name": "Perreux", "geoid": 2987893}, "notime": null, "date-ut": "1862-10-02 01:42:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Larie", "family": "Monroe"}, "birth": {"tzo": "+00:16:30", "date": "1862-10-02 02:00", "place": {"c2": "42", "cy": "FR", "lg": 4.12663, "lat": 46.04004, "name": "Perreux", "geoid": 2987893}, "date-ut": "1862-10-02 01:42:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-803"}, "ids-in-sources": {"a3": "803"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "42", "COU": "F", "DAY": "2", "LAT": "45N26", "LON": "4E23", "MON": "10", "NUM": "803", "PRO": "M", "SEC": "28", "YEA": "1862", "CITY": "PERREUX"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-490"}, "ids-in-source": {"g55": "04-490"}}, "raw": {"DAY": "2-10-1862", "HOUR": "2 h.", "NAME": "MONROE Marie-Louis", "PLACE": "Perreux (Loire)."}, "date": "2023-08-20T14:48:31+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6523	mordaco-jean-1868-01-12	{"a3": "805", "g55": "04-491"}	{"g55": "04-491", "lerrcp": "A3-805"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Mordaco", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:21", "date": "1868-01-12 05:00", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "notime": null, "date-ut": "1868-01-12 04:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Mordaco"}, "birth": {"tzo": "+00:12:21", "date": "1868-01-12 05:00", "place": {"c2": "63", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "date-ut": "1868-01-12 04:47:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-805"}, "ids-in-sources": {"a3": "805"}}, "raw": {"H": "4", "MN": "47", "TZ": "0", "COD": "63", "COU": "F", "DAY": "12", "LAT": "45N47", "LON": "3E 5", "MON": "1", "NUM": "805", "PRO": "M", "SEC": "40", "YEA": "1868", "CITY": "CLERMONT-FERRAND"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-491"}, "ids-in-source": {"g55": "04-491"}}, "raw": {"DAY": "12-1-1868", "HOUR": "5 h.", "NAME": "MORDACQ Jean Jules", "PLACE": "Clermont-Ferrand (P.-de-D.)."}, "date": "2023-08-20T14:48:31+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6524	mordrelle-joseph-1863-09-17	{"a3": "806", "g55": "04-492"}	{"g55": "04-492", "lerrcp": "A3-806"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Mordrelle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:40", "date": "1863-09-17 19:40", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Hédé", "geoid": 0}, "notime": null, "date-ut": "1863-09-17 19:46:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Mordrelle"}, "birth": {"tzo": "-00:06:40", "date": "1863-09-17 19:40", "place": {"c2": "35", "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Hede", "geoid": 0}, "date-ut": "1863-09-17 19:46:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-806"}, "ids-in-sources": {"a3": "806"}}, "raw": {"H": "19", "MN": "46", "TZ": "0", "COD": "35", "COU": "F", "DAY": "17", "LAT": "48N 7", "LON": "1W40", "MON": "9", "NUM": "806", "PRO": "M", "SEC": "40", "YEA": "1863", "CITY": "HEDE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Hédé"}}, "partial-ids": {"g55": "04-492"}, "ids-in-source": {"g55": "04-492"}}, "raw": {"DAY": "17-9-1863", "HOUR": "19 h. 40", "NAME": "MORDRELLE Joseph Jean-M.", "PLACE": "Hédé (I.-et-V.)."}, "date": "2023-08-20T14:48:31+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6531	mouchard-francois-1883-10-04	{"a3": "813", "g55": "04-493"}	{"g55": "04-493", "lerrcp": "A3-813"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francois", "family": "Mouchard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1883-10-04 10:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1883-10-04 09:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-813"}, "birth": {"tzo": "+00:05:46", "date": "1883-10-04 10:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1883-10-04 09:54:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-813"}, "ids-in-sources": {"a3": "813"}}, "raw": {"H": "9", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "4", "LAT": "43N37", "LON": "1E26", "MON": "10", "NUM": "813", "PRO": "M", "SEC": "16", "YEA": "1883", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Francois", "family": "Mouchard", "nobility": ""}, "slug": "mouchard-francois-1883-10-04", "partial-ids": {"g55": "04-493"}, "ids-in-source": {"g55": "04-493"}}, "raw": {"DAY": "4-10-1883", "HOUR": "10 h.", "NAME": "MOUCHARD Francois", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:48:31+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6533	mougin-louis-1873-11-10	{"a3": "815", "g55": "04-495"}	{"g55": "04-495", "lerrcp": "A3-815"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Mougin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 0.08918, "lat": 35.93115, "name": "Mostaganem", "geoid": 2487134}, "notime": null, "date-ut": "1873-11-10 05:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Mougin"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 0.08918, "lat": 35.93115, "name": "Mostaganem", "geoid": 2487134}, "date-ut": "1873-11-10 05:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-815"}, "ids-in-sources": {"a3": "815"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "10", "LAT": "35N50", "LON": "0W 0", "MON": "11", "NUM": "815", "PRO": "M", "SEC": "0", "YEA": "1873", "CITY": "MOSTAGANEM"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-495"}, "ids-in-source": {"g55": "04-495"}}, "raw": {"DAY": "10-11-1873", "HOUR": "5 h.", "NAME": "MOUGIN Louis", "PLACE": "Mostaganem (Algérie)."}, "date": "2023-08-20T14:48:31+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6537	muteau-paul-1854-06-30	{"a3": "819", "g55": "04-496"}	{"g55": "04-496", "lerrcp": "A3-819"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Muteau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:25", "date": "1854-06-30 03:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.85372, "lat": 46.78112, "name": "Chalon-sur-Saône", "geoid": 3027484}, "notime": null, "date-ut": "1854-06-30 02:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Muteau"}, "birth": {"tzo": "+00:19:25", "date": "1854-06-30 03:00", "place": {"c2": "71", "cy": "FR", "lg": 4.85372, "lat": 46.78112, "name": "Chalon-sur-Saône", "geoid": 3027484}, "date-ut": "1854-06-30 02:40:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-819"}, "ids-in-sources": {"a3": "819"}}, "raw": {"H": "2", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "30", "LAT": "46N18", "LON": "4E50", "MON": "6", "NUM": "819", "PRO": "M", "SEC": "40", "YEA": "1854", "CITY": "CHALON-S-SAONE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-496"}, "ids-in-source": {"g55": "04-496"}}, "raw": {"DAY": "30-6-1854", "HOUR": "3 h.", "NAME": "MUTEAU Paul Jules", "PLACE": "Chalon-sur-Saône (S.-et-L.)."}, "date": "2023-08-20T14:48:31+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6539	nansouty-charles-1815-02-20	{"a3": "821", "g55": "04-497"}	{"g55": "04-497", "lerrcp": "A3-821"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Nansouty", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:04", "date": "1815-02-20 10:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1815-02-20 09:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Nansouty"}, "birth": {"tzo": "+00:20:04", "date": "1815-02-20 10:00", "place": {"c2": "21", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1815-02-20 09:39:52"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-821"}, "ids-in-sources": {"a3": "821"}}, "raw": {"H": "9", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "20", "LAT": "47N19", "LON": "5E 2", "MON": "2", "NUM": "821", "PRO": "M", "SEC": "52", "YEA": "1815", "CITY": "DIJON"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-497"}, "ids-in-source": {"g55": "04-497"}}, "raw": {"DAY": "20-2-1815", "HOUR": "10 h.", "NAME": "NANSOUTY Charles Marie", "PLACE": "Dijon (Côte-d'Or)."}, "date": "2023-08-20T14:48:31+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6543	negrier-francois-1839-10-02	{"a3": "825", "g55": "04-499"}	{"g55": "04-499", "lerrcp": "A3-825"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Negrier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:27:25", "date": "1839-10-02 09:00", "note": null, "place": {"c1": null, "c2": "90", "c3": null, "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "notime": null, "date-ut": "1839-10-02 08:32:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Negrier"}, "birth": {"tzo": "+00:27:25", "date": "1839-10-02 09:00", "place": {"c2": "90", "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "date-ut": "1839-10-02 08:32:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-825"}, "ids-in-sources": {"a3": "825"}}, "raw": {"H": "8", "MN": "32", "TZ": "0", "COD": "90", "COU": "F", "DAY": "2", "LAT": "47N38", "LON": "6E52", "MON": "10", "NUM": "825", "PRO": "M", "SEC": "32", "YEA": "1839", "CITY": "BELFORT"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-499"}, "ids-in-source": {"g55": "04-499"}}, "raw": {"DAY": "2-10-1839", "HOUR": "9 h.", "NAME": "NEGRIER (de) Francois Oscar", "PLACE": "Belfort (Terr. de Belfort)."}, "date": "2023-08-20T14:48:31+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6545	niox-gustave-1840-08-02	{"a3": "827", "g55": "04-500"}	{"g55": "04-500", "lerrcp": "A3-827"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Niox", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:12", "date": "1840-08-02 15:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 3.29939, "lat": 48.55897, "name": "Provins", "geoid": 2985229}, "notime": null, "date-ut": "1840-08-02 14:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Niox"}, "birth": {"tzo": "+00:13:12", "date": "1840-08-02 15:00", "place": {"c2": "77", "cy": "FR", "lg": 3.29939, "lat": 48.55897, "name": "Provins", "geoid": 2985229}, "date-ut": "1840-08-02 14:49:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-827"}, "ids-in-sources": {"a3": "827"}}, "raw": {"H": "14", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "2", "LAT": "48N33", "LON": "2E40", "MON": "8", "NUM": "827", "PRO": "M", "SEC": "20", "YEA": "1840", "CITY": "PROVINS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-500"}, "ids-in-source": {"g55": "04-500"}}, "raw": {"DAY": "2-8-1840", "HOUR": "15 h.", "NAME": "NIOX Gustave Léon", "PLACE": "Provins (Seine-et-Marne)."}, "date": "2023-08-20T14:48:31+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6550	nollet-charles-1865-01-28	{"a3": "832", "g55": "04-502"}	{"g55": "04-502", "lerrcp": "A3-832"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Nollet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1865-01-28 04:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1865-01-28 03:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Nollet"}, "birth": {"tzo": "+00:21:31", "date": "1865-01-28 04:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1865-01-28 03:38:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-832"}, "ids-in-sources": {"a3": "832"}}, "raw": {"H": "3", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "28", "LAT": "43N18", "LON": "5E22", "MON": "1", "NUM": "832", "PRO": "M", "SEC": "32", "YEA": "1865", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-502"}, "ids-in-source": {"g55": "04-502"}}, "raw": {"DAY": "28-1-1865", "HOUR": "4 h.", "NAME": "NOLLET Charles-Marie", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:48:31+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6557	olry-rene-henri-1880-06-28	{"a3": "839", "g55": "04-503"}	{"g55": "04-503", "lerrcp": "A3-839"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René Henri", "family": "Olry", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1880-06-28 08:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1880-06-28 07:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-839"}, "birth": {"tzo": "+00:12:14", "date": "1880-06-28 08:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1880-06-28 07:47:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-839"}, "ids-in-sources": {"a3": "839"}}, "raw": {"H": "7", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "28", "LAT": "50N39", "LON": "3E 5", "MON": "6", "NUM": "839", "PRO": "M", "SEC": "40", "YEA": "1880", "CITY": "LILLE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "René Henri", "family": "Olry", "nobility": ""}, "slug": "olry-rene-henri-1880-06-28", "partial-ids": {"g55": "04-503"}, "ids-in-source": {"g55": "04-503"}}, "raw": {"DAY": "28-6-1880", "HOUR": "8 h.", "NAME": "OLRY René Henri", "PLACE": "Lille (Nord)."}, "date": "2023-08-20T14:48:31+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6560	pacault-pierre-1871-09-19	{"a3": "842", "g55": "04-504"}	{"g55": "04-504", "lerrcp": "A3-842"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Pacault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:04", "date": "1871-09-19 16:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1871-09-19 15:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Pacault"}, "birth": {"tzo": "+00:20:04", "date": "1871-09-19 16:00", "place": {"c2": "21", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1871-09-19 15:39:52"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-842"}, "ids-in-sources": {"a3": "842"}}, "raw": {"H": "15", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "19", "LAT": "47N19", "LON": "5E 2", "MON": "9", "NUM": "842", "PRO": "M", "SEC": "52", "YEA": "1871", "CITY": "DIJON"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-504"}, "ids-in-source": {"g55": "04-504"}}, "raw": {"DAY": "19-9-1871", "HOUR": "16 h.", "NAME": "PACAULT Pierre", "PLACE": "Dijon (Côte-d’Or)."}, "date": "2023-08-20T14:48:31+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6563	passaga-fenelon-1863-12-03	{"a3": "845", "g55": "04-505"}	{"g55": "04-505", "lerrcp": "A3-845"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fenelon", "family": "Passaga", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:12", "date": "1863-12-03 05:14:56", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "notime": null, "date-ut": "1863-12-03 05:17:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Fenelon", "family": "Passaga"}, "birth": {"tzo": "-00:02:12", "date": "1863-12-03 05:14:56", "place": {"c2": "49", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "date-ut": "1863-12-03 05:17:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-845"}, "ids-in-sources": {"a3": "845"}}, "raw": {"H": "5", "MN": "17", "TZ": "0", "COD": "49", "COU": "F", "DAY": "3", "LAT": "47N28", "LON": "0W32", "MON": "12", "NUM": "845", "PRO": "M", "SEC": "8", "YEA": "1863", "CITY": "ANGERS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-505"}, "ids-in-source": {"g55": "04-505"}}, "raw": {"DAY": "3-12-1863", "HOUR": "5 h. 15", "NAME": "PASSAGA Fénelon Francois", "PLACE": "Angers (Maine-et-L.)."}, "date": "2023-08-20T14:48:31+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
24282	patey-henri-1867-02-11	{"g55": "04-506"}	{"g55": "04-506"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Patey", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1867-02-11 22:00", "note": null, "place": {"c1": "", "c2": "72", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Attricourt", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Patey", "nobility": ""}, "birth": {"date": "1867-02-11 22:00", "place": {"c1": "", "c2": "72", "c3": "", "cy": "FR", "name": "Attricourt"}}, "occus": ["military-personnel"], "trust": 5, "ids-in-sources": {"g55": "04-506"}}, "raw": {"DAY": "11-2-1867", "HOUR": "22 h.", "NAME": "PATEY Henri", "PLACE": "Attricourt (Haute-Saône)."}, "date": "2023-08-20T14:48:31+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6565	pau-paul-1848-11-29	{"a3": "847", "g55": "04-507"}	{"g55": "04-507", "lerrcp": "A3-847"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Pau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:01", "date": "1848-11-29 19:00", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 4.75469, "lat": 44.55468, "name": "Montélimar", "geoid": 2992703}, "notime": null, "date-ut": "1848-11-29 18:40:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Pau"}, "birth": {"tzo": "+00:19:01", "date": "1848-11-29 19:00", "place": {"c2": "26", "cy": "FR", "lg": 4.75469, "lat": 44.55468, "name": "Montélimar", "geoid": 2992703}, "date-ut": "1848-11-29 18:40:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-847"}, "ids-in-sources": {"a3": "847"}}, "raw": {"H": "18", "MN": "40", "TZ": "0", "COD": "26", "COU": "F", "DAY": "29", "LAT": "44N56", "LON": "4E54", "MON": "11", "NUM": "847", "PRO": "M", "SEC": "24", "YEA": "1848", "CITY": "MONTELIMAR"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-507"}, "ids-in-source": {"g55": "04-507"}}, "raw": {"DAY": "29-11-1848", "HOUR": "19 h.", "NAME": "PAU Paul-Marie", "PLACE": "Montélimar (Drôme)."}, "date": "2023-08-20T14:48:31+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6569	payeur-gustave-1863-10-17	{"a3": "851", "g55": "04-509"}	{"g55": "04-509", "lerrcp": "A3-851"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Payeur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:32", "date": "1863-10-17 09:00", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.3829, "lat": 49.15964, "name": "Verdun", "geoid": 2969958}, "notime": null, "date-ut": "1863-10-17 08:39:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Payeur"}, "birth": {"tzo": "+00:21:32", "date": "1863-10-17 09:00", "place": {"c2": "55", "cy": "FR", "lg": 5.3829, "lat": 49.15964, "name": "Verdun", "geoid": 2969958}, "date-ut": "1863-10-17 08:39:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-851"}, "ids-in-sources": {"a3": "851"}}, "raw": {"H": "8", "MN": "39", "TZ": "0", "COD": "55", "COU": "F", "DAY": "17", "LAT": "48N46", "LON": "5E10", "MON": "10", "NUM": "851", "PRO": "M", "SEC": "20", "YEA": "1863", "CITY": "VERDUN"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-509"}, "ids-in-source": {"g55": "04-509"}}, "raw": {"DAY": "17-10-1863", "HOUR": "9 h.", "NAME": "PAYEUR Gustave", "PLACE": "Verdun (Meuse)."}, "date": "2023-08-20T14:48:31+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6570	payot-jaen-1868-02-08	{"a3": "852", "g55": "04-510"}	{"g55": "04-510", "lerrcp": "A3-852"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jaen", "family": "Payot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:59", "date": "1868-02-08 10:00", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.24607, "lat": 45.64296, "name": "Vic-le-Comte", "geoid": 2969388}, "notime": null, "date-ut": "1868-02-08 09:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jaen", "family": "Payot"}, "birth": {"tzo": "+00:12:59", "date": "1868-02-08 10:00", "place": {"c2": "63", "cy": "FR", "lg": 3.24607, "lat": 45.64296, "name": "Vic-le-Comte", "geoid": 2969388}, "date-ut": "1868-02-08 09:47:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-852"}, "ids-in-sources": {"a3": "852"}}, "raw": {"H": "9", "MN": "47", "TZ": "0", "COD": "63", "COU": "F", "DAY": "8", "LAT": "45N47", "LON": "3E 5", "MON": "2", "NUM": "852", "PRO": "M", "SEC": "40", "YEA": "1868", "CITY": "VIC-LE-COMTE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-510"}, "ids-in-source": {"g55": "04-510"}}, "raw": {"DAY": "8-2-1868", "HOUR": "10 h.", "NAME": "PAYOT Jean Charles", "PLACE": "Vic-le-Comte (Puy-de-Dôme)."}, "date": "2023-08-20T14:48:31+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6572	pelacot-charles-1851-05-23	{"a3": "854", "g55": "04-513"}	{"g55": "04-513", "lerrcp": "A3-854"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Pelacot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1851-05-23 08:30", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.05953, "lat": 45.33616, "name": "Besse", "geoid": 3033082}, "notime": null, "date-ut": "1851-05-23 08:17:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Pelacot"}, "birth": {"tzo": "+00:12:14", "date": "1851-05-23 08:30", "place": {"c2": "63", "cy": "FR", "lg": 3.05953, "lat": 45.33616, "name": "Besse", "geoid": 3033082}, "date-ut": "1851-05-23 08:17:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-854"}, "ids-in-sources": {"a3": "854"}}, "raw": {"H": "8", "MN": "17", "TZ": "0", "COD": "63", "COU": "F", "DAY": "23", "LAT": "45N47", "LON": "3E 5", "MON": "5", "NUM": "854", "PRO": "M", "SEC": "40", "YEA": "1851", "CITY": "BESSE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-513"}, "ids-in-source": {"g55": "04-513"}}, "raw": {"DAY": "23-5-1851", "HOUR": "8 h. 30", "NAME": "PELACOT (de) Charles Balthazar", "PLACE": "Besse (P.-de-D.)."}, "date": "2023-08-20T14:48:31+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6573	pelle-maurice-cesar-1863-04-18	{"a3": "855", "g55": "04-514"}	{"g55": "04-514", "lerrcp": "A3-855"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice César", "family": "Pelle", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:19", "date": "1863-04-18 02:30", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "notime": null, "date-ut": "1863-04-18 02:17:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-855"}, "birth": {"tzo": "+00:12:19", "date": "1863-04-18 02:30", "place": {"c2": "59", "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "date-ut": "1863-04-18 02:17:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-855"}, "ids-in-sources": {"a3": "855"}}, "raw": {"H": "2", "MN": "17", "TZ": "0", "COD": "59", "COU": "F", "DAY": "18", "LAT": "50N39", "LON": "3E 5", "MON": "4", "NUM": "855", "PRO": "M", "SEC": "40", "YEA": "1863", "CITY": "DOUAI"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Maurice César", "family": "Pelle", "nobility": ""}, "slug": "pelle-maurice-cesar-1863-04-18", "partial-ids": {"g55": "04-514"}, "ids-in-source": {"g55": "04-514"}}, "raw": {"DAY": "18-4-1863", "HOUR": "2 h. 30", "NAME": "PELLE Maurice César", "PLACE": "Douai (Nord)."}, "date": "2023-08-20T14:48:31+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6578	percin-alexandre-1846-07-04	{"a3": "860", "g55": "04-516"}	{"g55": "04-516", "lerrcp": "A3-860"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Percin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1846-07-04 03:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1846-07-04 02:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Percin"}, "birth": {"tzo": "+00:24:44", "date": "1846-07-04 03:00", "place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1846-07-04 02:35:12"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-860"}, "ids-in-sources": {"a3": "860"}}, "raw": {"H": "2", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "4", "LAT": "48N42", "LON": "6E12", "MON": "7", "NUM": "860", "PRO": "M", "SEC": "12", "YEA": "1846", "CITY": "NANCY"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-516"}, "ids-in-source": {"g55": "04-516"}}, "raw": {"DAY": "4-7-1846", "HOUR": "3 h.", "NAME": "PERCIN Alexandre", "PLACE": "Nancy (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:48:31+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6580	perret-joseph-1864-06-09	{"a3": "862", "g55": "04-517"}	{"g55": "04-517", "lerrcp": "A3-862"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Perret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:52", "date": "1864-06-09 23:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1864-06-09 22:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Perret"}, "birth": {"tzo": "+00:22:52", "date": "1864-06-09 23:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1864-06-09 22:37:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-862"}, "ids-in-sources": {"a3": "862"}}, "raw": {"H": "22", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "9", "LAT": "45N11", "LON": "5E43", "MON": "6", "NUM": "862", "PRO": "M", "SEC": "8", "YEA": "1864", "CITY": "GRENOBLE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-517"}, "ids-in-source": {"g55": "04-517"}}, "raw": {"DAY": "9-6-1864", "HOUR": "23 h.", "NAME": "PERRET Joseph Désiré", "PLACE": "Grenoble (Isère)."}, "date": "2023-08-20T14:48:31+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6581	perrier-georges-1872-10-28	{"a3": "864", "g55": "04-519"}	{"g55": "04-519", "lerrcp": "A3-864"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Perrier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1872-10-28 05:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1872-10-28 04:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Perrier"}, "birth": {"tzo": "+00:15:30", "date": "1872-10-28 05:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1872-10-28 04:44:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-864"}, "ids-in-sources": {"a3": "864"}}, "raw": {"H": "4", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "28", "LAT": "43N37", "LON": "3E53", "MON": "10", "NUM": "864", "PRO": "M", "SEC": "28", "YEA": "1872", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-519"}, "ids-in-source": {"g55": "04-519"}}, "raw": {"DAY": "28-10-1872", "HOUR": "5 h.", "NAME": "PERRIER Georges", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:48:31+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6583	petain-henry-1856-04-24	{"a3": "866", "g55": "04-521", "afd2": "436"}	{"g55": "04-521", "lerrcp": "A3-866", "muller": "M2-436"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Petain", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:11:04", "date": "1856-04-24 22:30", "note": "LMT", "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Cauchy-la-Tour", "geoid": 0}, "notime": null, "date-ut": "1856-04-24 22:18:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Petain"}, "birth": {"tzo": "+00:11:04", "date": "1856-04-24 22:30", "place": {"c2": "62", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Cauchy-la-Tour", "geoid": 0}, "date-ut": "1856-04-24 22:18:56"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-866"}, "ids-in-sources": {"a3": "866"}}, "raw": {"H": "22", "MN": "18", "TZ": "0", "COD": "62", "COU": "F", "DAY": "24", "LAT": "50N18", "LON": "2E46", "MON": "4", "NUM": "866", "PRO": "M", "SEC": "56", "YEA": "1856", "CITY": "CAUCHY-LA-TOUR"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["military-personnel"], "ids-in-sources": {"afd2": "436"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 27", "LAT": "50 N 30", "TZO": "", "DATE": "24.04.1856", "MUID": "436", "NAME": "Petain, Philippe", "OCCU": "MA 07", "TIME": "22.30", "BOOKS": "56", "PLACE": "Cauchy-à-la-Tour", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"birth": {"place": {"name": "Cauchy-la-Tour"}}, "partial-ids": {"g55": "04-521"}, "ids-in-source": {"g55": "04-521"}}, "raw": {"DAY": "24-4-1856", "HOUR": "22 h. 30", "NAME": "PETAIN Henri Philippe", "PLACE": "Cauchy-la-Tour (P.-de-C.)."}, "date": "2023-08-20T14:48:31+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6588	philipot-edme-1865-11-23	{"a3": "871", "g55": "04-522"}	{"g55": "04-522", "lerrcp": "A3-871"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edme", "family": "Philipot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:23", "date": "1865-11-23 17:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 4.09665, "lat": 47.63112, "name": "Châtel-Gérard", "geoid": 3026146}, "notime": null, "date-ut": "1865-11-23 16:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edme", "family": "Philipot"}, "birth": {"tzo": "+00:16:23", "date": "1865-11-23 17:00", "place": {"c2": "89", "cy": "FR", "lg": 4.09665, "lat": 47.63112, "name": "Châtel-Gérard", "geoid": 3026146}, "date-ut": "1865-11-23 16:45:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-871"}, "ids-in-sources": {"a3": "871"}}, "raw": {"H": "16", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "23", "LAT": "47N48", "LON": "3E35", "MON": "11", "NUM": "871", "PRO": "M", "SEC": "40", "YEA": "1865", "CITY": "CHATEL-GERARD"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-522"}, "ids-in-source": {"g55": "04-522"}}, "raw": {"DAY": "23-11-1865", "HOUR": "17 h.", "NAME": "PHILIPOT Edme Felix", "PLACE": "Chatel-Gérard (Yonne)."}, "date": "2023-08-20T14:48:31+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6590	pichon-jules-1877-10-31	{"a3": "873", "g55": "04-524"}	{"g55": "04-524", "lerrcp": "A3-873"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Pichon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:11:03", "date": "1877-10-31 09:44:53", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -2.76205, "lat": 47.65688, "name": "Vannes", "geoid": 2970777}, "notime": null, "date-ut": "1877-10-31 09:55:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Pichon"}, "birth": {"tzo": "-00:11:03", "date": "1877-10-31 09:44:53", "place": {"c2": "56", "cy": "FR", "lg": -2.76205, "lat": 47.65688, "name": "Vannes", "geoid": 2970777}, "date-ut": "1877-10-31 09:55:56"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-873"}, "ids-in-sources": {"a3": "873"}}, "raw": {"H": "9", "MN": "55", "TZ": "0", "COD": "56", "COU": "F", "DAY": "31", "LAT": "47N40", "LON": "2W44", "MON": "10", "NUM": "873", "PRO": "M", "SEC": "56", "YEA": "1877", "CITY": "VANNES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-524"}, "ids-in-source": {"g55": "04-524"}}, "raw": {"DAY": "31-10-1877", "HOUR": "9h. 45", "NAME": "PICHON Jules", "PLACE": "Vannes (Morbihan)."}, "date": "2023-08-20T14:48:32+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6591	pierron-edouard-1835-10-03	{"a3": "874", "g55": "04-525"}	{"g55": "04-525", "lerrcp": "A3-874"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Pierron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:26:15", "date": "1835-10-03 15:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.56416, "lat": 48.77848, "name": "Moyenvic", "geoid": 2991266}, "notime": null, "date-ut": "1835-10-03 14:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Pierron"}, "birth": {"tzo": "+00:26:15", "date": "1835-10-03 15:00", "place": {"c2": "57", "cy": "FR", "lg": 6.56416, "lat": 48.77848, "name": "Moyenvic", "geoid": 2991266}, "date-ut": "1835-10-03 14:35:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-874"}, "ids-in-sources": {"a3": "874"}}, "raw": {"H": "14", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "3", "LAT": "49N 7", "LON": "6E11", "MON": "10", "NUM": "874", "PRO": "M", "SEC": "16", "YEA": "1835", "CITY": "MOYENVIC"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-525"}, "ids-in-source": {"g55": "04-525"}}, "raw": {"DAY": "3-10-1835", "HOUR": "15 h.", "NAME": "PIERRON Edouard", "PLACE": "Moyenvic (Moselle)."}, "date": "2023-08-20T14:48:32+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6597	pont-ferdinand-1865-01-25	{"a3": "880", "g55": "04-526"}	{"g55": "04-526", "lerrcp": "A3-880"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Pont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:52", "date": "1865-01-25 03:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Grenoble", "geoid": 0}, "notime": null, "date-ut": "1865-01-25 02:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Pont"}, "birth": {"tzo": "+00:22:52", "date": "1865-01-25 03:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Grenobel", "geoid": 0}, "date-ut": "1865-01-25 02:37:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-880"}, "ids-in-sources": {"a3": "880"}}, "raw": {"H": "2", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "25", "LAT": "45N11", "LON": "5E43", "MON": "1", "NUM": "880", "PRO": "M", "SEC": "8", "YEA": "1865", "CITY": "GRENOBEL"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Grenoble"}}, "partial-ids": {"g55": "04-526"}, "ids-in-source": {"g55": "04-526"}}, "raw": {"DAY": "25-1-1865", "HOUR": "3 h.", "NAME": "PONT Ferdinand Augus.", "PLACE": "Grenoble (Isere)."}, "date": "2023-08-20T14:48:32+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6600	pouydraguin-louis-1862-02-01	{"a3": "883", "g55": "04-527"}	{"g55": "04-527", "lerrcp": "A3-883"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Pouydraguin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:48", "date": "1862-02-01 08:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.4489, "lat": 48.26195, "name": "Sélestat", "geoid": 2975233}, "notime": null, "date-ut": "1862-02-01 07:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Pouydraguin"}, "birth": {"tzo": "+00:29:48", "date": "1862-02-01 08:00", "place": {"c2": "67", "cy": "FR", "lg": 7.4489, "lat": 48.26195, "name": "Sélestat", "geoid": 2975233}, "date-ut": "1862-02-01 07:29"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-883"}, "ids-in-sources": {"a3": "883"}}, "raw": {"H": "7", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "1", "LAT": "48N35", "LON": "7E45", "MON": "2", "NUM": "883", "PRO": "M", "SEC": "0", "YEA": "1862", "CITY": "SELESTAT"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-527"}, "ids-in-source": {"g55": "04-527"}}, "raw": {"DAY": "1-2-1862", "HOUR": "8 h.", "NAME": "POUYDRAGUIN (d’Armand de) Louis", "PLACE": "Sélestat (B.-Rhin)."}, "date": "2023-08-20T14:48:32+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6602	prax-marie-1864-05-29	{"a3": "885", "g55": "04-528"}	{"g55": "04-528", "lerrcp": "A3-885"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Prax", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:54", "date": "1864-05-29 18:55:34", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "notime": null, "date-ut": "1864-05-29 19:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Prax"}, "birth": {"tzo": "-00:05:54", "date": "1864-05-29 18:55:34", "place": {"c2": "64", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "date-ut": "1864-05-29 19:01:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-885"}, "ids-in-sources": {"a3": "885"}}, "raw": {"H": "19", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "29", "LAT": "43N18", "LON": "0W22", "MON": "5", "NUM": "885", "PRO": "M", "SEC": "28", "YEA": "1864", "CITY": "BAYONNE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-528"}, "ids-in-source": {"g55": "04-528"}}, "raw": {"DAY": "29-5-1864", "HOUR": "19 h.", "NAME": "PRAX Marie-Léon Louis", "PLACE": "Bayonne (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:32+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6605	prioux-rene-1879-04-11	{"a3": "888", "g55": "04-529"}	{"g55": "04-529", "lerrcp": "A3-888"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Prioux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1879-04-11 01:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1879-04-11 01:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "René", "family": "Prioux"}, "birth": {"tzo": "-00:02:19", "date": "1879-04-11 01:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1879-04-11 01:57:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-888"}, "ids-in-sources": {"a3": "888"}}, "raw": {"H": "1", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "11", "LAT": "44N50", "LON": "0W34", "MON": "4", "NUM": "888", "PRO": "M", "SEC": "36", "YEA": "1879", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-529"}, "ids-in-source": {"g55": "04-529"}}, "raw": {"DAY": "11-4-1879", "HOUR": "2 h.", "NAME": "PRIOUX René", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:48:32+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6606	protard-adolphe-1857-10-11	{"a3": "889", "g55": "04-530"}	{"g55": "04-530", "lerrcp": "A3-889"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Protard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:20", "date": "1857-10-11 16:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.33333, "lat": 46.56667, "name": "Paray-sous-Briaille", "geoid": 0}, "notime": null, "date-ut": "1857-10-11 15:46:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Protard"}, "birth": {"tzo": "+00:13:20", "date": "1857-10-11 16:00", "place": {"c2": "03", "cy": "FR", "lg": 3.33333, "lat": 46.56667, "name": "Paray-sur-Briaill", "geoid": 0}, "date-ut": "1857-10-11 15:46:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-889"}, "ids-in-sources": {"a3": "889"}}, "raw": {"H": "15", "MN": "46", "TZ": "0", "COD": "03", "COU": "F", "DAY": "11", "LAT": "46N34", "LON": "3E20", "MON": "10", "NUM": "889", "PRO": "M", "SEC": "40", "YEA": "1857", "CITY": "PARAY-S/BRIAILL"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Paray-sous-Briaille"}}, "partial-ids": {"g55": "04-530"}, "ids-in-source": {"g55": "04-530"}}, "raw": {"DAY": "11-10-1857", "HOUR": "16 h.", "NAME": "PROTARD Adolphe-Marie", "PLACE": "Paray-sous-Briaille (All.)."}, "date": "2023-08-20T14:48:32+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6613	ragueneau-camille-1868-11-04	{"a3": "896", "g55": "04-532"}	{"g55": "04-532", "lerrcp": "A3-896"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Ragueneau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:07:18", "date": "1868-11-04 08:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.82298, "lat": 46.99336, "name": "Machecoul", "geoid": 2996905}, "notime": null, "date-ut": "1868-11-04 08:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Ragueneau"}, "birth": {"tzo": "-00:07:18", "date": "1868-11-04 08:00", "place": {"c2": "44", "cy": "FR", "lg": -1.82298, "lat": 46.99336, "name": "Machecoul", "geoid": 2996905}, "date-ut": "1868-11-04 08:06:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-896"}, "ids-in-sources": {"a3": "896"}}, "raw": {"H": "8", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "4", "LAT": "47N13", "LON": "1W35", "MON": "11", "NUM": "896", "PRO": "M", "SEC": "20", "YEA": "1868", "CITY": "MACHECOUL"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-532"}, "ids-in-source": {"g55": "04-532"}}, "raw": {"DAY": "4-11-1868", "HOUR": "8 h.", "NAME": "RAGUENEAU Camilie~-Marie", "PLACE": "Machecoul (Loire-Inf.)."}, "date": "2023-08-20T14:48:32+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6621	renard-joseph-1847-11-23	{"a3": "904", "g55": "04-533"}	{"g55": "04-533", "lerrcp": "A3-904"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Renard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:52", "date": "1847-11-23 02:00", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "Damblin", "geoid": 0}, "notime": null, "date-ut": "1847-11-23 01:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Renard"}, "birth": {"tzo": "+00:25:52", "date": "1847-11-23 02:00", "place": {"c2": "88", "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "Damblin", "geoid": 0}, "date-ut": "1847-11-23 01:34:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-904"}, "ids-in-sources": {"a3": "904"}}, "raw": {"H": "1", "MN": "34", "TZ": "0", "COD": "88", "COU": "F", "DAY": "23", "LAT": "48N10", "LON": "6E28", "MON": "11", "NUM": "904", "PRO": "M", "SEC": "8", "YEA": "1847", "CITY": "DAMBLIN"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Damblin"}}, "partial-ids": {"g55": "04-533"}, "ids-in-source": {"g55": "04-533"}}, "raw": {"DAY": "23-11-1847", "HOUR": "2 h.", "NAME": "RENARD Joseph Charles", "PLACE": "Damblin (Vosges)."}, "date": "2023-08-20T14:48:32+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6623	renault-de-metan-1861-12-23	{"a3": "906", "g55": "04-534"}	{"g55": "04-534", "lerrcp": "A3-906"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Renault de Metan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:40", "date": "1861-12-23 14:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.41579, "lat": 48.83864, "name": "Saint-Mandé", "geoid": 2978621}, "notime": null, "date-ut": "1861-12-23 13:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Renault de Metan"}, "birth": {"tzo": "+00:09:40", "date": "1861-12-23 14:00", "place": {"c2": "94", "cy": "FR", "lg": 2.41579, "lat": 48.83864, "name": "Saint-Mandé", "geoid": 2978621}, "date-ut": "1861-12-23 13:50:04"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-906"}, "ids-in-sources": {"a3": "906"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "23", "LAT": "48N47", "LON": "2E29", "MON": "12", "NUM": "906", "PRO": "M", "SEC": "4", "YEA": "1861", "CITY": "ST-MANDE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-534"}, "ids-in-source": {"g55": "04-534"}}, "raw": {"DAY": "23-12-1861", "HOUR": "14 h.", "NAME": "RENAULT de METAN", "PLACE": "Saint-Mandé (Seine)."}, "date": "2023-08-20T14:48:32+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6631	rigaud-genouilly-charles-1807-04-12	{"a3": "914", "g55": "04-535"}	{"g55": "04-535", "lerrcp": "A3-914"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Rigaud Genouilly Charles", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:03:52", "date": "1807-04-12 10:30", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -0.96774, "lat": 45.94304, "name": "Rochefort", "geoid": 2983276}, "notime": null, "date-ut": "1807-04-12 10:34:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Rigaud Genouilly Charles"}, "birth": {"tzo": "-00:03:52", "date": "1807-04-12 10:30", "place": {"c2": "17", "cy": "FR", "lg": -0.96774, "lat": 45.94304, "name": "Rochefort", "geoid": 2983276}, "date-ut": "1807-04-12 10:34:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-914"}, "ids-in-sources": {"a3": "914"}}, "raw": {"H": "10", "MN": "34", "TZ": "0", "COD": "17", "COU": "F", "DAY": "12", "LAT": "46N 9", "LON": "1W10", "MON": "4", "NUM": "914", "PRO": "M", "SEC": "40", "YEA": "1807", "CITY": "ROCHEFORT"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-535"}, "ids-in-source": {"g55": "04-535"}}, "raw": {"DAY": "12-4-1807", "HOUR": "10 h. 30", "NAME": "RIGAUD de GENOUILLY Charles", "PLACE": "Rochefort-sur-Mer (Charente-Maritime)."}, "date": "2023-08-20T14:48:32+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6640	robillot-felix-1865-02-13	{"a3": "923", "g55": "04-536"}	{"g55": "04-536", "lerrcp": "A3-923"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Robillot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01:22", "date": "1865-02-13 06:00", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "notime": null, "date-ut": "1865-02-13 05:58:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Robillot"}, "birth": {"tzo": "+00:01:22", "date": "1865-02-13 06:00", "place": {"c2": "86", "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "date-ut": "1865-02-13 05:58:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-923"}, "ids-in-sources": {"a3": "923"}}, "raw": {"H": "5", "MN": "58", "TZ": "0", "COD": "86", "COU": "F", "DAY": "13", "LAT": "46N35", "LON": "0E20", "MON": "2", "NUM": "923", "PRO": "M", "SEC": "40", "YEA": "1865", "CITY": "POITIERS"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-536"}, "ids-in-source": {"g55": "04-536"}}, "raw": {"DAY": "13-2-1865", "HOUR": "6 h.", "NAME": "ROBILLOT Félix Adolphe", "PLACE": "Poitiers (Vienne)."}, "date": "2023-08-20T14:48:32+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6642	ronarc-h-pierre-1865-02-22	{"a3": "925", "g55": "04-537"}	{"g55": "04-537", "lerrcp": "A3-925"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Ronarc'H", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:16:24", "date": "1865-02-22 15:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.09795, "lat": 47.99597, "name": "Quimper", "geoid": 2984701}, "notime": null, "date-ut": "1865-02-22 15:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Ronarc'H"}, "birth": {"tzo": "-00:16:24", "date": "1865-02-22 15:00", "place": {"c2": "29", "cy": "FR", "lg": -4.09795, "lat": 47.99597, "name": "Quimper", "geoid": 2984701}, "date-ut": "1865-02-22 15:16:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-925"}, "ids-in-sources": {"a3": "925"}}, "raw": {"H": "15", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "22", "LAT": "48N 0", "LON": "4W 6", "MON": "2", "NUM": "925", "PRO": "M", "SEC": "24", "YEA": "1865", "CITY": "QUIMPER"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-537"}, "ids-in-source": {"g55": "04-537"}}, "raw": {"DAY": "22-2-1865", "HOUR": "15 h.", "NAME": "RONARC'H Pierre Alexis", "PLACE": "Quimper (Finistère)."}, "date": "2023-08-20T14:48:32+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6644	roques-pierre-1856-12-28	{"a3": "927", "g55": "04-538"}	{"g55": "04-538", "lerrcp": "A3-927"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Roques", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:07", "date": "1856-12-28 18:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.52804, "lat": 43.35674, "name": "Marseillan", "geoid": 2995471}, "notime": null, "date-ut": "1856-12-28 17:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Roques"}, "birth": {"tzo": "+00:14:07", "date": "1856-12-28 18:00", "place": {"c2": "34", "cy": "FR", "lg": 3.52804, "lat": 43.35674, "name": "Marseillan", "geoid": 2995471}, "date-ut": "1856-12-28 17:44:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-927"}, "ids-in-sources": {"a3": "927"}}, "raw": {"H": "17", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "28", "LAT": "43N37", "LON": "3E53", "MON": "12", "NUM": "927", "PRO": "M", "SEC": "28", "YEA": "1856", "CITY": "MARSEILLAN"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-538"}, "ids-in-source": {"g55": "04-538"}}, "raw": {"DAY": "28-12-1856", "HOUR": "18 h.", "NAME": "ROQUES Pierre Auguste", "PLACE": "Marseillan (Hérault)."}, "date": "2023-08-20T14:48:32+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6647	roulet-edouard-1863-03-16	{"a3": "930", "g55": "04-540"}	{"g55": "04-540", "lerrcp": "A3-930"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Roulet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1863-03-16 18:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1863-03-16 17:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Roulet"}, "birth": {"tzo": "+00:21:31", "date": "1863-03-16 18:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1863-03-16 17:38:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-930"}, "ids-in-sources": {"a3": "930"}}, "raw": {"H": "17", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "16", "LAT": "43N18", "LON": "5E22", "MON": "3", "NUM": "930", "PRO": "M", "SEC": "32", "YEA": "1863", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-540"}, "ids-in-source": {"g55": "04-540"}}, "raw": {"DAY": "16-3-1863", "HOUR": "18 h.", "NAME": "ROULET Edouard", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:48:32+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6649	rouvray-georges-1845-10-13	{"a3": "932", "g55": "04-541"}	{"g55": "04-541", "lerrcp": "A3-932"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Rouvray", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:49", "date": "1845-10-13 10:00", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "notime": null, "date-ut": "1845-10-13 09:59:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Rouvray"}, "birth": {"tzo": "+00:00:49", "date": "1845-10-13 10:00", "place": {"c2": "72", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "date-ut": "1845-10-13 09:59:12"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-932"}, "ids-in-sources": {"a3": "932"}}, "raw": {"H": "9", "MN": "59", "TZ": "0", "COD": "72", "COU": "F", "DAY": "13", "LAT": "48N 1", "LON": "0E12", "MON": "10", "NUM": "932", "PRO": "M", "SEC": "12", "YEA": "1845", "CITY": "LE MANS"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-541"}, "ids-in-source": {"g55": "04-541"}}, "raw": {"DAY": "13-10-1845", "HOUR": "10 h.", "NAME": "ROUVRAY Georges Charles", "PLACE": "Le Mans (Sarthe)."}, "date": "2023-08-20T14:48:32+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6651	royer-donat-1873-04-02	{"a3": "934", "g55": "04-542"}	{"g55": "04-542", "lerrcp": "A3-934"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Royer-Donat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:29", "date": "1873-04-02 17:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 4.12201, "lat": 47.90357, "name": "Thorey", "geoid": 2972725}, "notime": null, "date-ut": "1873-04-02 16:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Royer-Donat"}, "birth": {"tzo": "+00:16:29", "date": "1873-04-02 17:00", "place": {"c2": "89", "cy": "FR", "lg": 4.12201, "lat": 47.90357, "name": "Thorey", "geoid": 2972725}, "date-ut": "1873-04-02 16:45:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-934"}, "ids-in-sources": {"a3": "934"}}, "raw": {"H": "16", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "2", "LAT": "47N48", "LON": "3E35", "MON": "4", "NUM": "934", "PRO": "M", "SEC": "40", "YEA": "1873", "CITY": "THOREY"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-542"}, "ids-in-source": {"g55": "04-542"}}, "raw": {"DAY": "2-4-1873", "HOUR": "17 h.", "NAME": "ROYER DONAT", "PLACE": "Thorey (Yonne)."}, "date": "2023-08-20T14:48:32+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6661	sarrail-maurice-1856-04-06	{"a3": "944", "g55": "04-544"}	{"g55": "04-544", "lerrcp": "A3-944"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Sarrail", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1856-04-06 09:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "notime": null, "date-ut": "1856-04-06 08:50:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Sarrail"}, "birth": {"tzo": "+00:09:24", "date": "1856-04-06 09:00", "place": {"c2": "11", "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "date-ut": "1856-04-06 08:50:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-944"}, "ids-in-sources": {"a3": "944"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "6", "LAT": "43N12", "LON": "2E21", "MON": "4", "NUM": "944", "PRO": "M", "SEC": "36", "YEA": "1856", "CITY": "CARCASSONNE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-544"}, "ids-in-source": {"g55": "04-544"}}, "raw": {"DAY": "6-4-1856", "HOUR": "9 h.", "NAME": "SARRAIL Maurice Paul", "PLACE": "Carcassonne (Aude)."}, "date": "2023-08-20T14:48:32+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6662	saussier-felix-1828-01-16	{"a3": "945", "g55": "04-545"}	{"g55": "04-545", "lerrcp": "A3-945"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Saussier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:20", "date": "1828-01-16 17:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "notime": null, "date-ut": "1828-01-16 16:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Saussier"}, "birth": {"tzo": "+00:16:20", "date": "1828-01-16 17:00", "place": {"c2": "10", "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "date-ut": "1828-01-16 16:43:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-945"}, "ids-in-sources": {"a3": "945"}}, "raw": {"H": "16", "MN": "43", "TZ": "0", "COD": "10", "COU": "F", "DAY": "16", "LAT": "48N18", "LON": "4E 5", "MON": "1", "NUM": "945", "PRO": "M", "SEC": "40", "YEA": "1828", "CITY": "TROYES"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-545"}, "ids-in-source": {"g55": "04-545"}}, "raw": {"DAY": "16-1-1828", "HOUR": "17 h.", "NAME": "SAUSSIER Félix Gustave", "PLACE": "Troyes (Aube)."}, "date": "2023-08-20T14:48:32+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6665	schlumberger-charles-robert-1859-05-28	{"a3": "948", "g55": "04-547"}	{"g55": "04-547", "lerrcp": "A3-948"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles Robert", "family": "Schlumberger", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1859-05-28 22:30", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1859-05-28 22:05:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-948"}, "birth": {"tzo": "+00:24:44", "date": "1859-05-28 22:30", "place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1859-05-28 22:05:12"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-948"}, "ids-in-sources": {"a3": "948"}}, "raw": {"H": "22", "MN": "5", "TZ": "0", "COD": "54", "COU": "F", "DAY": "28", "LAT": "48N42", "LON": "6E12", "MON": "5", "NUM": "948", "PRO": "M", "SEC": "12", "YEA": "1859", "CITY": "NANCY"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Charles Robert", "family": "Schlumberger", "nobility": ""}, "slug": "schlumberger-charles-robert-1859-05-28", "partial-ids": {"g55": "04-547"}, "ids-in-source": {"g55": "04-547"}}, "raw": {"DAY": "28-5-1859", "HOUR": "22 h. 30", "NAME": "SCHLUMBERGER Charles Robert", "PLACE": "Nancy (M.-M.)."}, "date": "2023-08-20T14:48:32+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6669	sere-rivieres-raymond-1815-05-20	{"a3": "953", "g55": "04-549"}	{"g55": "04-549", "lerrcp": "A3-953"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Sere Rivieres Raymond", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:36", "date": "1815-05-20 05:00", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 2.148, "lat": 43.9298, "name": "Albi", "geoid": 3038261}, "notime": null, "date-ut": "1815-05-20 04:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Sere Rivieres Raymond"}, "birth": {"tzo": "+00:08:36", "date": "1815-05-20 05:00", "place": {"c2": "81", "cy": "FR", "lg": 2.148, "lat": 43.9298, "name": "Albi", "geoid": 3038261}, "date-ut": "1815-05-20 04:51:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-953"}, "ids-in-sources": {"a3": "953"}}, "raw": {"H": "4", "MN": "51", "TZ": "0", "COD": "81", "COU": "F", "DAY": "20", "LAT": "43N55", "LON": "2E 8", "MON": "5", "NUM": "953", "PRO": "M", "SEC": "28", "YEA": "1815", "CITY": "ALBI"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-549"}, "ids-in-source": {"g55": "04-549"}}, "raw": {"DAY": "20-5-1815", "HOUR": "5 h.", "NAME": "SERE de RIVIERES Raymond Adol.", "PLACE": "Albi (Tarn)."}, "date": "2023-08-20T14:48:32+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6671	serrigny-bernard-1870-08-16	{"a3": "955", "g55": "04-551"}	{"g55": "04-551", "lerrcp": "A3-955"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Serrigny", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:08", "date": "1870-08-16 14:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Labergement-lés-Seurre", "geoid": 0}, "notime": null, "date-ut": "1870-08-16 13:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Serrigny"}, "birth": {"tzo": "+00:20:08", "date": "1870-08-16 14:00", "place": {"c2": "21", "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Labergement-les", "geoid": 0}, "date-ut": "1870-08-16 13:39:52"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-955"}, "ids-in-sources": {"a3": "955"}}, "raw": {"H": "13", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "16", "LAT": "47N19", "LON": "5E 2", "MON": "8", "NUM": "955", "PRO": "M", "SEC": "52", "YEA": "1870", "CITY": "LABERGEMENT-LES"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Labergement-lés-Seurre"}}, "partial-ids": {"g55": "04-551"}, "ids-in-source": {"g55": "04-551"}}, "raw": {"DAY": "16-8-1870", "HOUR": "14 h.", "NAME": "SERRIGNY Bernard Marie-J.", "PLACE": "Labergement-lés-Seurre (Côte-d’Or)."}, "date": "2023-08-20T14:48:32+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6675	soleillet-paul-1842-03-29	{"a3": "959", "g55": "04-553"}	{"g55": "04-553", "lerrcp": "A3-959"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Soleillet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:26", "date": "1842-03-29 05:30", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1842-03-29 05:12:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Soleillet"}, "birth": {"tzo": "+00:17:26", "date": "1842-03-29 05:30", "place": {"c2": "30", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1842-03-29 05:12:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-959"}, "ids-in-sources": {"a3": "959"}}, "raw": {"H": "5", "MN": "12", "TZ": "0", "COD": "30", "COU": "F", "DAY": "29", "LAT": "43N51", "LON": "4E21", "MON": "3", "NUM": "959", "PRO": "M", "SEC": "36", "YEA": "1842", "CITY": "NIMES"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-553"}, "ids-in-source": {"g55": "04-553"}}, "raw": {"DAY": "29-3-1842", "HOUR": "5 h. 30", "NAME": "SOLEILLET Paul", "PLACE": "Nimes (Gard)."}, "date": "2023-08-20T14:48:32+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6676	sordet-jean-1852-05-17	{"a3": "960", "g55": "04-554"}	{"g55": "04-554", "lerrcp": "A3-960"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Sordet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:20", "date": "1852-05-17 01:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 46.3, "name": "St-Germain-du-Plain", "geoid": 0}, "notime": null, "date-ut": "1852-05-17 00:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Sordet"}, "birth": {"tzo": "+00:19:20", "date": "1852-05-17 01:00", "place": {"c2": "71", "cy": "FR", "lg": 4.83333, "lat": 46.3, "name": "Saint-Germain-D", "geoid": 0}, "date-ut": "1852-05-17 00:40:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-960"}, "ids-in-sources": {"a3": "960"}}, "raw": {"H": "0", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "17", "LAT": "46N18", "LON": "4E50", "MON": "5", "NUM": "960", "PRO": "M", "SEC": "40", "YEA": "1852", "CITY": "SAINT-GERMAIN-D"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "St-Germain-du-Plain"}}, "partial-ids": {"g55": "04-554"}, "ids-in-source": {"g55": "04-554"}}, "raw": {"DAY": "17-5-1852", "HOUR": "1 h.", "NAME": "SORDET Jean Francois", "PLACE": "St-Germain-du-Plain (S.-et-L.)."}, "date": "2023-08-20T14:48:32+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6680	tanant-albert-1869-02-09	{"a3": "964", "g55": "04-556"}	{"g55": "04-556", "lerrcp": "A3-964"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Tanant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:10", "date": "1869-02-09 15:00", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.29117, "lat": 48.3722, "name": "Charmes", "geoid": 3026588}, "notime": null, "date-ut": "1869-02-09 14:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Tanant"}, "birth": {"tzo": "+00:25:10", "date": "1869-02-09 15:00", "place": {"c2": "88", "cy": "FR", "lg": 6.29117, "lat": 48.3722, "name": "Charmes", "geoid": 3026588}, "date-ut": "1869-02-09 14:34:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-964"}, "ids-in-sources": {"a3": "964"}}, "raw": {"H": "14", "MN": "34", "TZ": "0", "COD": "88", "COU": "F", "DAY": "9", "LAT": "48N10", "LON": "6E28", "MON": "2", "NUM": "964", "PRO": "M", "SEC": "8", "YEA": "1869", "CITY": "CHARMES"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-556"}, "ids-in-source": {"g55": "04-556"}}, "raw": {"DAY": "9-2-1869", "HOUR": "15 h.", "NAME": "TANANT Albert Joseph", "PLACE": "Charmes (Vosges)."}, "date": "2023-08-20T14:48:32+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6681	targe-antoine-1865-08-02	{"a3": "965", "g55": "04-557"}	{"g55": "04-557", "lerrcp": "A3-965"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Targe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:03", "date": "1865-08-02 02:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.51294, "lat": 45.4759, "name": "Saint-Chamond", "geoid": 2981206}, "notime": null, "date-ut": "1865-08-02 01:42:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Targe"}, "birth": {"tzo": "+00:18:03", "date": "1865-08-02 02:00", "place": {"c2": "42", "cy": "FR", "lg": 4.51294, "lat": 45.4759, "name": "Saint-Chamond", "geoid": 2981206}, "date-ut": "1865-08-02 01:42:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-965"}, "ids-in-sources": {"a3": "965"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "42", "COU": "F", "DAY": "2", "LAT": "45N26", "LON": "4E23", "MON": "8", "NUM": "965", "PRO": "M", "SEC": "28", "YEA": "1865", "CITY": "SAINT-CHAMOND"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-557"}, "ids-in-source": {"g55": "04-557"}}, "raw": {"DAY": "2-8-1865", "HOUR": "2 h.", "NAME": "TARGE Antoine Louis", "PLACE": "Saint-Chamond (Loire)."}, "date": "2023-08-20T14:48:32+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6684	tavernost-abel-1860-08-13	{"a3": "968", "g55": "04-559"}	{"g55": "04-559", "lerrcp": "A3-968"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Abel", "family": "Tavernost", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:19", "date": "1860-08-13 19:00", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 4.83004, "lat": 46.07347, "name": "Cesseins", "geoid": 3027785}, "notime": null, "date-ut": "1860-08-13 18:39:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Abel", "family": "Tavernost"}, "birth": {"tzo": "+00:19:19", "date": "1860-08-13 19:00", "place": {"c2": "01", "cy": "FR", "lg": 4.83004, "lat": 46.07347, "name": "Cesseins", "geoid": 3027785}, "date-ut": "1860-08-13 18:39:08"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-968"}, "ids-in-sources": {"a3": "968"}}, "raw": {"H": "18", "MN": "39", "TZ": "0", "COD": "01", "COU": "F", "DAY": "13", "LAT": "46N12", "LON": "5E13", "MON": "8", "NUM": "968", "PRO": "M", "SEC": "8", "YEA": "1860", "CITY": "CESSEINS"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-559"}, "ids-in-source": {"g55": "04-559"}}, "raw": {"DAY": "13-8-1860", "HOUR": "19 h.", "NAME": "TAVERNOST (de) Abel", "PLACE": "Cesseins (Ain)."}, "date": "2023-08-20T14:48:32+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6689	thomas-francois-1869-08-30	{"a3": "973", "g55": "04-560"}	{"g55": "04-560", "lerrcp": "A3-973"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Thomas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:40", "date": "1869-08-30 10:00", "note": null, "place": {"c1": null, "c2": "16", "c3": null, "cy": "FR", "lg": 0.16667, "lat": 45.65, "name": "Barbezieux", "geoid": 0}, "notime": null, "date-ut": "1869-08-30 09:59:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Thomas"}, "birth": {"tzo": "+00:00:40", "date": "1869-08-30 10:00", "place": {"c2": "16", "cy": "FR", "lg": 0.16667, "lat": 45.65, "name": "Barbezieux", "geoid": 0}, "date-ut": "1869-08-30 09:59:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-973"}, "ids-in-sources": {"a3": "973"}}, "raw": {"H": "9", "MN": "59", "TZ": "0", "COD": "16", "COU": "F", "DAY": "30", "LAT": "45N39", "LON": "0E10", "MON": "8", "NUM": "973", "PRO": "M", "SEC": "20", "YEA": "1869", "CITY": "BARBEZIEUX"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Barbezieux"}}, "partial-ids": {"g55": "04-560"}, "ids-in-source": {"g55": "04-560"}}, "raw": {"DAY": "30-8-1869", "HOUR": "10 h.", "NAME": "THOMAS Francois Emile", "PLACE": "Barbezieux (Charente)."}, "date": "2023-08-20T14:48:32+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6690	thomas-louis-1860-06-10	{"a3": "974", "g55": "04-561"}	{"g55": "04-561", "lerrcp": "A3-974"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Thomas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:30", "date": "1860-06-10 04:00", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.12548, "lat": 47.37066, "name": "Donzy", "geoid": 3021058}, "notime": null, "date-ut": "1860-06-10 03:47:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Thomas"}, "birth": {"tzo": "+00:12:30", "date": "1860-06-10 04:00", "place": {"c2": "58", "cy": "FR", "lg": 3.12548, "lat": 47.37066, "name": "Donzy", "geoid": 3021058}, "date-ut": "1860-06-10 03:47:24"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-974"}, "ids-in-sources": {"a3": "974"}}, "raw": {"H": "3", "MN": "47", "TZ": "0", "COD": "58", "COU": "F", "DAY": "10", "LAT": "46N59", "LON": "3E 9", "MON": "6", "NUM": "974", "PRO": "M", "SEC": "24", "YEA": "1860", "CITY": "DONZY"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-561"}, "ids-in-source": {"g55": "04-561"}}, "raw": {"DAY": "10-6-1860", "HOUR": "4 h.", "NAME": "THOMAS Louis", "PLACE": "Donzy (Nièvre)."}, "date": "2023-08-20T14:48:32+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6693	thouma-charles-1820-07-19	{"a3": "977", "g55": "04-563"}	{"g55": "04-563", "lerrcp": "A3-977"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Thouma", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:54", "date": "1820-07-19 17:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.47543, "lat": 46.07634, "name": "Laurière", "geoid": 3005968}, "notime": null, "date-ut": "1820-07-19 16:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Thouma"}, "birth": {"tzo": "+00:05:54", "date": "1820-07-19 17:00", "place": {"c2": "87", "cy": "FR", "lg": 1.47543, "lat": 46.07634, "name": "Laurière", "geoid": 3005968}, "date-ut": "1820-07-19 16:55"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-977"}, "ids-in-sources": {"a3": "977"}}, "raw": {"H": "16", "MN": "55", "TZ": "0", "COD": "87", "COU": "F", "DAY": "19", "LAT": "45N50", "LON": "1E15", "MON": "7", "NUM": "977", "PRO": "M", "SEC": "0", "YEA": "1820", "CITY": "LAURIERE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-563"}, "ids-in-source": {"g55": "04-563"}}, "raw": {"DAY": "19-7-1820", "HOUR": "17 h.", "NAME": "THOUMA Charles Antoine", "PLACE": "Lauriére (Haute-Vienne)."}, "date": "2023-08-20T14:48:33+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6696	tissier-louis-1863-05-31	{"a3": "981", "g55": "04-566"}	{"g55": "04-566", "lerrcp": "A3-981"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Tissier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:40", "date": "1863-05-31 19:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Saint-Fargeau", "geoid": 0}, "notime": null, "date-ut": "1863-05-31 18:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Tissier"}, "birth": {"tzo": "+00:10:40", "date": "1863-05-31 19:00", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Saint-Fargeau", "geoid": 0}, "date-ut": "1863-05-31 18:49:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-981"}, "ids-in-sources": {"a3": "981"}}, "raw": {"H": "18", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "31", "LAT": "48N33", "LON": "2E40", "MON": "5", "NUM": "981", "PRO": "M", "SEC": "20", "YEA": "1863", "CITY": "ST-FARGEAU"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Fargeau"}}, "partial-ids": {"g55": "04-566"}, "ids-in-source": {"g55": "04-566"}}, "raw": {"DAY": "31-5-1863", "HOUR": "19 h.", "NAME": "TISSIER Louis Simon", "PLACE": "Saint-Fargeau (Seine-et-Marne)."}, "date": "2023-08-20T14:48:33+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6700	toulorge-paul-1862-01-12	{"a3": "985", "g55": "04-567"}	{"g55": "04-567", "lerrcp": "A3-985"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Toulorge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "Alger", "geoid": 0}, "notime": null, "date-ut": "1862-01-12 15:48:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Toulorge"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "ALGER", "geoid": 0}, "date-ut": "1862-01-12 15:48:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-985"}, "ids-in-sources": {"a3": "985"}}, "raw": {"H": "15", "MN": "48", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "12", "LAT": "36N47", "LON": "3E 0", "MON": "1", "NUM": "985", "PRO": "M", "SEC": "0", "YEA": "1862", "CITY": "ALGER"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Alger"}}, "partial-ids": {"g55": "04-567"}, "ids-in-source": {"g55": "04-567"}}, "raw": {"DAY": "12-1-1862", "HOUR": "16 h.", "NAME": "TOULORGE Paul Louis-Anne", "PLACE": "Alger (Algérie)."}, "date": "2023-08-20T14:48:33+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6701	toutee-georges-1855-02-26	{"a3": "986", "g55": "04-568"}	{"g55": "04-568", "lerrcp": "A3-986"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Toutee", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:17", "date": "1855-02-26 11:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.07066, "lat": 47.64133, "name": "Saint-Fargeau", "geoid": 2980170}, "notime": null, "date-ut": "1855-02-26 10:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Toutee"}, "birth": {"tzo": "+00:12:17", "date": "1855-02-26 11:00", "place": {"c2": "89", "cy": "FR", "lg": 3.07066, "lat": 47.64133, "name": "Saint-Fargeau", "geoid": 2980170}, "date-ut": "1855-02-26 10:45:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-986"}, "ids-in-sources": {"a3": "986"}}, "raw": {"H": "10", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "26", "LAT": "47N48", "LON": "3E35", "MON": "2", "NUM": "986", "PRO": "M", "SEC": "40", "YEA": "1855", "CITY": "ST-FARGEAU"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-568"}, "ids-in-source": {"g55": "04-568"}}, "raw": {"DAY": "20-2-1855", "HOUR": "11 h.", "NAME": "TOUTEE Georges Joseph", "PLACE": "Saint-Fargeau (Yonne)."}, "date": "2023-08-20T14:48:33+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6703	trochu-louis-1815-03-12	{"a3": "988", "g55": "04-569"}	{"g55": "04-569", "lerrcp": "A3-988"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Trochu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:12:37", "date": "1815-03-12 04:00", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -3.15583, "lat": 47.3463, "name": "Le Palais", "geoid": 3003045}, "notime": null, "date-ut": "1815-03-12 04:10:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Trochu"}, "birth": {"tzo": "-00:12:37", "date": "1815-03-12 04:00", "place": {"c2": "56", "cy": "FR", "lg": -3.15583, "lat": 47.3463, "name": "Le Palais", "geoid": 3003045}, "date-ut": "1815-03-12 04:10:56"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-988"}, "ids-in-sources": {"a3": "988"}}, "raw": {"H": "4", "MN": "10", "TZ": "0", "COD": "56", "COU": "F", "DAY": "12", "LAT": "47N40", "LON": "2W44", "MON": "3", "NUM": "988", "PRO": "M", "SEC": "56", "YEA": "1815", "CITY": "LE PALAIS"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-569"}, "ids-in-source": {"g55": "04-569"}}, "raw": {"DAY": "12-3-1815", "HOUR": "4 h.", "NAME": "TROCHU Louis Jules", "PLACE": "Le Palais (Morbihan)."}, "date": "2023-08-20T14:48:33+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6704	trouchaud-pierre-1861-09-30	{"a3": "989", "g55": "04-570"}	{"g55": "04-570", "lerrcp": "A3-989"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Trouchaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:26", "date": "1861-09-30 09:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1861-09-30 08:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Trouchaud"}, "birth": {"tzo": "+00:17:26", "date": "1861-09-30 09:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1861-09-30 08:42:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-989"}, "ids-in-sources": {"a3": "989"}}, "raw": {"H": "8", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "30", "LAT": "43N51", "LON": "4E21", "MON": "9", "NUM": "989", "PRO": "M", "SEC": "36", "YEA": "1861", "CITY": "NIMES"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-570"}, "ids-in-source": {"g55": "04-570"}}, "raw": {"DAY": "30-9-1861", "HOUR": "9 h.", "NAME": "TROUCHAUD Pierre Louis", "PLACE": "Nimes (Gard)."}, "date": "2023-08-20T14:48:33+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6709	uhrich-j-j-alexis-1802-02-15	{"a3": "994", "g55": "04-571"}	{"g55": "04-571", "lerrcp": "A3-994"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Uhrich J J Alexis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:02", "date": "1802-02-15 06:04:18", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 7.2582, "lat": 48.76771, "name": "Phalsbourg", "geoid": 2987421}, "notime": null, "date-ut": "1802-02-15 05:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Uhrich J J Alexis"}, "birth": {"tzo": "+00:29:02", "date": "1802-02-15 06:04:18", "place": {"c2": "57", "cy": "FR", "lg": 7.2582, "lat": 48.76771, "name": "Phalsbourg", "geoid": 2987421}, "date-ut": "1802-02-15 05:35:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-994"}, "ids-in-sources": {"a3": "994"}}, "raw": {"H": "5", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "15", "LAT": "49N 7", "LON": "6E11", "MON": "2", "NUM": "994", "PRO": "M", "SEC": "16", "YEA": "1802", "CITY": "PHALSBOURG"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-571"}, "ids-in-source": {"g55": "04-571"}}, "raw": {"DAY": "15-2-1802", "HOUR": "6 h.", "NAME": "UHRICH J.J. Alexis", "PLACE": "Phalsbourg (Moselle)."}, "date": "2023-08-20T14:48:33+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6712	valagregue-georges-1852-09-20	{"a3": "997", "g55": "04-573"}	{"g55": "04-573", "lerrcp": "A3-997"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Valagregue", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:12", "date": "1852-09-20 16:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 5.04813, "lat": 44.05507, "name": "Carpentras", "geoid": 3028542}, "notime": null, "date-ut": "1852-09-20 15:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-997"}, "birth": {"tzo": "+00:20:12", "date": "1852-09-20 16:00", "place": {"c2": "84", "cy": "FR", "lg": 5.04813, "lat": 44.05507, "name": "Carpentras", "geoid": 3028542}, "date-ut": "1852-09-20 15:40:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-997"}, "ids-in-sources": {"a3": "997"}}, "raw": {"H": "15", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "20", "LAT": "43N57", "LON": "4E50", "MON": "9", "NUM": "997", "PRO": "M", "SEC": "40", "YEA": "1852", "CITY": "CARPENTRAS"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Georges", "family": "Valagregue", "nobility": ""}, "slug": "valagregue-georges-1852-09-20", "partial-ids": {"g55": "04-573"}, "ids-in-source": {"g55": "04-573"}}, "raw": {"DAY": "20-9-1852", "HOUR": "16 h.", "NAME": "VALAGREGUE Georges", "PLACE": "Carpentras (Vaucluse)."}, "date": "2023-08-20T14:48:33+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6715	vasselot-de-regne-1888-09-15	{"a3": "1000", "g55": "04-575"}	{"g55": "04-575", "lerrcp": "A3-1000"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "de REGNE", "family": "Vasselot", "spouse": [], "nobility": "de", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:48", "date": "1888-09-15 14:00", "note": null, "place": {"c1": null, "c2": "79", "c3": null, "cy": "FR", "lg": -0.45, "lat": 46.31667, "name": "La Guillotiére", "geoid": 0}, "notime": null, "date-ut": "1888-09-15 14:01:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1000"}, "birth": {"tzo": "-00:01:48", "date": "1888-09-15 14:00", "place": {"c2": "79", "cy": "FR", "lg": -0.45, "lat": 46.31667, "name": "La Guillotiere", "geoid": 0}, "date-ut": "1888-09-15 14:01:48"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1000"}, "ids-in-sources": {"a3": "1000"}}, "raw": {"H": "14", "MN": "1", "TZ": "0", "COD": "79", "COU": "F", "DAY": "15", "LAT": "46N19", "LON": "0W27", "MON": "9", "NUM": "1000", "PRO": "M", "SEC": "48", "YEA": "1888", "CITY": "LA GUILLOTIERE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "de REGNE", "family": "Vasselot", "nobility": "de"}, "slug": "vasselot-de-regne-1888-09-15", "birth": {"place": {"name": "La Guillotiére"}}, "partial-ids": {"g55": "04-575"}, "ids-in-source": {"g55": "04-575"}}, "raw": {"DAY": "15-9-1888", "HOUR": "14 h.", "NAME": "VASSELOT de REGNE (de) Maurice", "PLACE": "La Guillotiére (Deux-Sévres)."}, "date": "2023-08-20T14:48:33+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6718	vedel-adolphe-1870-09-06	{"a3": "1003", "g55": "04-577"}	{"g55": "04-577", "lerrcp": "A3-1003"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Vedel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:33", "date": "1870-09-06 11:01", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 4.13611, "lat": 43.67778, "name": "Lunel", "geoid": 2997116}, "notime": null, "date-ut": "1870-09-06 10:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1003"}, "birth": {"tzo": "+00:16:33", "date": "1870-09-06 11:01", "place": {"c2": "34", "cy": "FR", "lg": 4.13611, "lat": 43.67778, "name": "Lunel", "geoid": 2997116}, "date-ut": "1870-09-06 10:44:28"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1003"}, "ids-in-sources": {"a3": "1003"}}, "raw": {"H": "10", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "6", "LAT": "43N37", "LON": "3E53", "MON": "9", "NUM": "1003", "PRO": "M", "SEC": "28", "YEA": "1870", "CITY": "LUNEL"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Adolphe", "family": "Vedel", "nobility": ""}, "slug": "vedel-adolphe-1870-09-06", "partial-ids": {"g55": "04-577"}, "ids-in-source": {"g55": "04-577"}}, "raw": {"DAY": "6-9-1870", "HOUR": "11 h.", "NAME": "VEDEL Adolphe", "PLACE": "Lunel (Hérault)."}, "date": "2023-08-20T14:48:33+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6720	verdier-pierre-bernard-1875-11-20	{"a3": "1005", "g55": "04-579"}	{"g55": "04-579", "lerrcp": "A3-1005"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre Bernard", "family": "Verdier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:20", "date": "1875-11-20 17:00", "note": null, "place": {"c1": null, "c2": "65", "c3": null, "cy": "FR", "lg": 0.08333, "lat": 43.23333, "name": "Loures", "geoid": 0}, "notime": null, "date-ut": "1875-11-20 16:59:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1005"}, "birth": {"tzo": "+00:00:20", "date": "1875-11-20 17:00", "place": {"c2": "65", "cy": "FR", "lg": 0.08333, "lat": 43.23333, "name": "Loures", "geoid": 0}, "date-ut": "1875-11-20 16:59:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1005"}, "ids-in-sources": {"a3": "1005"}}, "raw": {"H": "16", "MN": "59", "TZ": "0", "COD": "65", "COU": "F", "DAY": "20", "LAT": "43N14", "LON": "0E 5", "MON": "11", "NUM": "1005", "PRO": "M", "SEC": "40", "YEA": "1875", "CITY": "LOURES"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Pierre Bernard", "family": "Verdier", "nobility": ""}, "slug": "verdier-pierre-bernard-1875-11-20", "birth": {"place": {"name": "Loures"}}, "partial-ids": {"g55": "04-579"}, "ids-in-source": {"g55": "04-579"}}, "raw": {"DAY": "20-11-1875", "HOUR": "17 h.", "NAME": "\\fVERDIER Pierre Bernard", "PLACE": "Loures (Hautes-Pyrénées)."}, "date": "2023-08-20T14:48:33+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6724	vidal-paul-1855-02-06	{"a3": "1009", "g55": "04-581"}	{"g55": "04-581", "lerrcp": "A3-1009"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Vidal", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1855-02-06 04:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1855-02-06 03:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1009"}, "birth": {"tzo": "+00:05:46", "date": "1855-02-06 04:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1855-02-06 03:54:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1009"}, "ids-in-sources": {"a3": "1009"}}, "raw": {"H": "3", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "6", "LAT": "43N37", "LON": "1E26", "MON": "2", "NUM": "1009", "PRO": "M", "SEC": "16", "YEA": "1855", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Paul", "family": "Vidal", "nobility": ""}, "slug": "vidal-paul-1855-02-06", "partial-ids": {"g55": "04-581"}, "ids-in-source": {"g55": "04-581"}}, "raw": {"DAY": "6-2-1855", "HOUR": "4 h.", "NAME": "VIDAL Paul", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:48:33+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6728	villaret-etienne-godefroy-1854-02-17	{"a3": "1013", "g55": "04-582"}	{"g55": "04-582", "lerrcp": "A3-1013"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne Godefroy", "family": "Villaret", "spouse": [], "nobility": "de", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:44", "date": "1854-02-17 20:00", "note": null, "place": {"c1": null, "c2": "46", "c3": null, "cy": "FR", "lg": 1.43333, "lat": 44.45, "name": "Saint-Laurent", "geoid": 0}, "notime": null, "date-ut": "1854-02-17 19:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1013"}, "birth": {"tzo": "+00:05:44", "date": "1854-02-17 20:00", "place": {"c2": "46", "cy": "FR", "lg": 1.43333, "lat": 44.45, "name": "Saint-Laurent", "geoid": 0}, "date-ut": "1854-02-17 19:54:16"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1013"}, "ids-in-sources": {"a3": "1013"}}, "raw": {"H": "19", "MN": "54", "TZ": "0", "COD": "46", "COU": "F", "DAY": "17", "LAT": "44N27", "LON": "1E26", "MON": "2", "NUM": "1013", "PRO": "M", "SEC": "16", "YEA": "1854", "CITY": "ST-LAURENT"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Etienne Godefroy", "family": "Villaret", "nobility": "de"}, "slug": "villaret-etienne-godefroy-1854-02-17", "birth": {"place": {"name": "Saint-Laurent"}}, "partial-ids": {"g55": "04-582"}, "ids-in-source": {"g55": "04-582"}}, "raw": {"DAY": "17-2-1854", "HOUR": "20 h.", "NAME": "VILLARET (de) Etienne Godefroy", "PLACE": "Saint-Laurent (Lot)."}, "date": "2023-08-20T14:48:33+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6732	vindry-jacques-1870-10-04	{"a3": "1017", "g55": "04-584"}	{"g55": "04-584", "lerrcp": "A3-1017"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Vindry", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:24", "date": "1870-10-04 16:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "Lyon", "geoid": 0}, "notime": null, "date-ut": "1870-10-04 15:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1017"}, "birth": {"tzo": "+00:29:24", "date": "1870-10-04 16:00", "place": {"c2": "68", "cy": "FR", "lg": 7.35, "lat": 48.08333, "name": "Lyon", "geoid": 0}, "date-ut": "1870-10-04 15:30:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1017"}, "ids-in-sources": {"a3": "1017"}}, "raw": {"H": "15", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "4", "LAT": "48N 5", "LON": "7E21", "MON": "10", "NUM": "1017", "PRO": "M", "SEC": "36", "YEA": "1870", "CITY": "LYON"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Jacques", "family": "Vindry", "nobility": ""}, "slug": "vindry-jacques-1870-10-04", "birth": {"place": {"name": "Lyon"}}, "partial-ids": {"g55": "04-584"}, "ids-in-source": {"g55": "04-584"}}, "raw": {"DAY": "4-10-1870", "HOUR": "16 h.", "NAME": "VINDRY Jacques", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:48:33+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6735	viry-pierre-1872-08-04	{"a3": "1020", "g55": "04-586"}	{"g55": "04-586", "lerrcp": "A3-1020"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Viry", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:38", "date": "1872-08-04 14:30", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.65845, "lat": 46.43318, "name": "Cluny", "geoid": 3024534}, "notime": null, "date-ut": "1872-08-04 14:10:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1020"}, "birth": {"tzo": "+00:18:38", "date": "1872-08-04 14:30", "place": {"c2": "71", "cy": "FR", "lg": 4.65845, "lat": 46.43318, "name": "Cluny", "geoid": 3024534}, "date-ut": "1872-08-04 14:10:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1020"}, "ids-in-sources": {"a3": "1020"}}, "raw": {"H": "14", "MN": "10", "TZ": "0", "COD": "71", "COU": "F", "DAY": "4", "LAT": "46N18", "LON": "4E50", "MON": "8", "NUM": "1020", "PRO": "M", "SEC": "40", "YEA": "1872", "CITY": "CLUNY"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Pierre", "family": "Viry", "nobility": ""}, "slug": "viry-pierre-1872-08-04", "partial-ids": {"g55": "04-586"}, "ids-in-source": {"g55": "04-586"}}, "raw": {"DAY": "4-8-1872", "HOUR": "14 h. 30", "NAME": "VIRY Pierre", "PLACE": "Cluny (Saône-et-Loire)."}, "date": "2023-08-20T14:48:33+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6738	voisin-andre	{"a3": "1023", "g55": "04-588"}	{"g55": "04-588", "lerrcp": "A3-1023"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Voisin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1877-03-02 00:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1023"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1877-03-02 00:35:12"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1023"}, "ids-in-sources": {"a3": "1023"}}, "raw": {"H": "0", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "2", "LAT": "48N42", "LON": "6E12", "MON": "3", "NUM": "1023", "PRO": "M", "SEC": "12", "YEA": "1877", "CITY": "NANCY"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "André", "family": "Voisin", "nobility": ""}, "slug": "voisin-andre", "partial-ids": {"g55": "04-588"}, "ids-in-source": {"g55": "04-588"}}, "raw": {"DAY": "2-3-1877", "HOUR": "1 h.", "NAME": "VOISIN André", "PLACE": "Nancy (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:48:33+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6740	vuillemin-joseph-1883-03-14	{"a3": "1025", "g55": "04-590"}	{"g55": "04-590", "lerrcp": "A3-1025"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Vuillemin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1883-03-14 20:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1883-03-14 20:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1025"}, "birth": {"tzo": "-00:02:19", "date": "1883-03-14 20:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1883-03-14 20:57:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1025"}, "ids-in-sources": {"a3": "1025"}}, "raw": {"H": "20", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "14", "LAT": "44N50", "LON": "0W34", "MON": "3", "NUM": "1025", "PRO": "M", "SEC": "36", "YEA": "1883", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Joseph", "family": "Vuillemin", "nobility": ""}, "slug": "vuillemin-joseph-1883-03-14", "partial-ids": {"g55": "04-590"}, "ids-in-source": {"g55": "04-590"}}, "raw": {"DAY": "14-3-1883", "HOUR": "21 h.", "NAME": "VUILLEMIN Joseph", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:48:33+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6744	wimpfen-emmanuel-felix-1811-09-13	{"a3": "1029", "g55": "04-592"}	{"g55": "04-592", "lerrcp": "A3-1029"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emmanuel Félix", "family": "Wimpfen", "spouse": [], "nobility": "de", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:31", "date": "1811-09-13 22:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.62714, "lat": 49.5631, "name": "Laon", "geoid": 3007477}, "notime": null, "date-ut": "1811-09-13 21:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1029"}, "birth": {"tzo": "+00:14:31", "date": "1811-09-13 22:00", "place": {"c2": "02", "cy": "FR", "lg": 3.62714, "lat": 49.5631, "name": "Laon", "geoid": 3007477}, "date-ut": "1811-09-13 21:45:32"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1029"}, "ids-in-sources": {"a3": "1029"}}, "raw": {"H": "21", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "13", "LAT": "49N34", "LON": "3E37", "MON": "9", "NUM": "1029", "PRO": "M", "SEC": "32", "YEA": "1811", "CITY": "LAON"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Emmanuel Félix", "family": "Wimpfen", "nobility": "de"}, "slug": "wimpfen-emmanuel-felix-1811-09-13", "partial-ids": {"g55": "04-592"}, "ids-in-source": {"g55": "04-592"}}, "raw": {"DAY": "13-9-1811", "HOUR": "22 h.", "NAME": "WIMPFEN (de) Emmanuel Félix", "PLACE": "Laon (Aisne)."}, "date": "2023-08-20T14:48:33+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6747	zaigue-gabriel-1872-02-12	{"a3": "1032", "g55": "04-594"}	{"g55": "04-594", "lerrcp": "A3-1032"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Zaigue", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:33", "date": "1872-02-12 01:30", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.13738, "lat": 48.05915, "name": "Chaource", "geoid": 3026804}, "notime": null, "date-ut": "1872-02-12 01:13:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1032"}, "birth": {"tzo": "+00:16:33", "date": "1872-02-12 01:30", "place": {"c2": "10", "cy": "FR", "lg": 4.13738, "lat": 48.05915, "name": "Chaource", "geoid": 3026804}, "date-ut": "1872-02-12 01:13:40"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1032"}, "ids-in-sources": {"a3": "1032"}}, "raw": {"H": "1", "MN": "13", "TZ": "0", "COD": "10", "COU": "F", "DAY": "12", "LAT": "48N18", "LON": "4E 5", "MON": "2", "NUM": "1032", "PRO": "M", "SEC": "40", "YEA": "1872", "CITY": "CHAOURCE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Gabriel", "family": "Zaigue", "nobility": ""}, "slug": "zaigue-gabriel-1872-02-12", "partial-ids": {"g55": "04-594"}, "ids-in-source": {"g55": "04-594"}}, "raw": {"DAY": "12-2-1872", "HOUR": "1 h. 30", "NAME": "ZAIGUE Gabriel", "PLACE": "Chaource (Aube)."}, "date": "2023-08-20T14:48:33+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6750	zurlinden-emile-auguste-1837-11-03	{"a3": "1035", "g55": "04-596"}	{"g55": "04-596", "lerrcp": "A3-1035"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile Auguste", "family": "Zurlinden", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:25", "date": "1837-11-03 18:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.35584, "lat": 48.08078, "name": "Colmar", "geoid": 3024297}, "notime": null, "date-ut": "1837-11-03 17:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1035"}, "birth": {"tzo": "+00:29:25", "date": "1837-11-03 18:00", "place": {"c2": "68", "cy": "FR", "lg": 7.35584, "lat": 48.08078, "name": "Colmar", "geoid": 3024297}, "date-ut": "1837-11-03 17:30:36"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1035"}, "ids-in-sources": {"a3": "1035"}}, "raw": {"H": "17", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "3", "LAT": "48N 5", "LON": "7E21", "MON": "11", "NUM": "1035", "PRO": "M", "SEC": "36", "YEA": "1837", "CITY": "COLMAR"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Emile Auguste", "family": "Zurlinden", "nobility": ""}, "slug": "zurlinden-emile-auguste-1837-11-03", "partial-ids": {"g55": "04-596"}, "ids-in-source": {"g55": "04-596"}}, "raw": {"DAY": "3-11-1837", "HOUR": "18 h.", "NAME": "ZURLINDEN Emile Auguste", "PLACE": "Colmar (Haut-Rhin)."}, "date": "2023-08-20T14:48:33+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5770	arbellot-repaire-jacqes-1918-05-11	{"a3": "42", "g55": "04-598"}	{"g55": "04-598", "lerrcp": "A3-42"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Arbellot Repaire Jacqes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-05-11 16:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1918-05-11 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Arbellot Repaire Jacqes"}, "birth": {"tzo": "+01:00", "date": "1918-05-11 16:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1918-05-11 15:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-42"}, "ids-in-sources": {"a3": "42"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "31", "COU": "F", "DAY": "11", "LAT": "43N37", "LON": "1E26", "MON": "5", "NUM": "42", "PRO": "M", "SEC": "0", "YEA": "1918", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-598"}, "ids-in-source": {"g55": "04-598"}}, "raw": {"DAY": "11-5-1918", "HOUR": "16 h.", "NAME": "ARBELLOT du REPAIRE Jacques", "PLACE": "Toulouse (Hte-G.)."}, "date": "2023-08-20T14:48:33+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5870	baudon-jean-1916-04-22	{"a3": "142", "g55": "04-600"}	{"g55": "04-600", "lerrcp": "A3-142"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Baudon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-04-22 07:00", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.55, "lat": 46.66667, "name": "Croisia", "geoid": 0}, "notime": null, "date-ut": "1916-04-22 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Baudon"}, "birth": {"tzo": "+00:00", "date": "1916-04-22 07:00", "place": {"c2": "39", "cy": "FR", "lg": 5.55, "lat": 46.66667, "name": "Croisia", "geoid": 0}, "date-ut": "1916-04-22 07:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-142"}, "ids-in-sources": {"a3": "142"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "39", "COU": "F", "DAY": "22", "LAT": "46N40", "LON": "5E33", "MON": "4", "NUM": "142", "PRO": "M", "SEC": "0", "YEA": "1916", "CITY": "CROISIA"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Croisia"}}, "partial-ids": {"g55": "04-600"}, "ids-in-source": {"g55": "04-600"}}, "raw": {"DAY": "22-4-1916", "HOUR": "7 h.", "NAME": "BAUDON Jean", "PLACE": "Croisia (Jura)."}, "date": "2023-08-20T14:48:33+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5897	benard-paul-1916-05-15	{"a3": "169", "g55": "04-602"}	{"g55": "04-602", "lerrcp": "A3-169"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Benard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-05-15 01:30", "note": null, "place": {"c1": null, "c2": "61", "c3": null, "cy": "FR", "lg": 0.29624, "lat": 48.79344, "name": "Gacé", "geoid": 3016853}, "notime": null, "date-ut": "1916-05-15 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Benard"}, "birth": {"tzo": "+00:00", "date": "1916-05-15 01:30", "place": {"c2": "61", "cy": "FR", "lg": 0.29624, "lat": 48.79344, "name": "Gacé", "geoid": 3016853}, "date-ut": "1916-05-15 01:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-169"}, "ids-in-sources": {"a3": "169"}}, "raw": {"H": "1", "MN": "30", "TZ": "0", "COD": "61", "COU": "F", "DAY": "15", "LAT": "48N26", "LON": "0E 5", "MON": "5", "NUM": "169", "PRO": "M", "SEC": "0", "YEA": "1916", "CITY": "GACE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-602"}, "ids-in-source": {"g55": "04-602"}}, "raw": {"DAY": "15-5-1916", "HOUR": "1 h. 30", "NAME": "BENARD Paul", "PLACE": "Gacé (Orne)."}, "date": "2023-08-20T14:48:33+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
24283	bigourdan-joseph-1916-07-14	{"g55": "04-603"}	{"g55": "04-603"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Bigourdan", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1916-07-14 05:00", "note": null, "place": {"c1": "", "c2": "33", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Bordeaux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Bigourdan", "nobility": ""}, "birth": {"date": "1916-07-14 05:00", "place": {"c1": "", "c2": "33", "c3": "", "cy": "FR", "name": "Bordeaux"}}, "occus": ["military-personnel"], "trust": 5, "ids-in-sources": {"g55": "04-603"}}, "raw": {"DAY": "14-7-1916", "HOUR": "5 h.", "NAME": "BIGOURDAN Joseph", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:48:33+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
5988	bloy-jean-jacques-1917-09-11	{"a3": "261", "g55": "04-604"}	{"g55": "04-604", "lerrcp": "A3-261"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Jacques", "family": "Bloy", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-09-11 21:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.31959, "lat": 43.73178, "name": "Lodève", "geoid": 2997936}, "notime": null, "date-ut": "1917-09-11 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-261"}, "birth": {"tzo": "+01:00", "date": "1917-09-11 21:00", "place": {"c2": "34", "cy": "FR", "lg": 3.31959, "lat": 43.73178, "name": "Lodève", "geoid": 2997936}, "date-ut": "1917-09-11 20:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-261"}, "ids-in-sources": {"a3": "261"}}, "raw": {"H": "20", "MN": "0", "TZ": "0", "COD": "34", "COU": "F", "DAY": "11", "LAT": "43N37", "LON": "3E53", "MON": "9", "NUM": "261", "PRO": "M", "SEC": "0", "YEA": "1917", "CITY": "LODEVE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Jean-Jacques", "family": "Bloy", "nobility": ""}, "slug": "bloy-jean-jacques-1917-09-11", "partial-ids": {"g55": "04-604"}, "ids-in-source": {"g55": "04-604"}}, "raw": {"DAY": "11-9-1917", "HOUR": "21 h.", "NAME": "BLOY Jean-Jacques", "PLACE": "Lodève (Hérault)."}, "date": "2023-08-20T14:48:33+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6077	boulet-andre-1919-03-26	{"a3": "351", "g55": "04-605"}	{"g55": "04-605", "lerrcp": "A3-351"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Boulet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-03-26 08:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1919-03-26 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Boulet"}, "birth": {"tzo": "+01:00", "date": "1919-03-26 08:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1919-03-26 07:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-351"}, "ids-in-sources": {"a3": "351"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "38", "COU": "F", "DAY": "26", "LAT": "45N11", "LON": "5E43", "MON": "3", "NUM": "351", "PRO": "M", "SEC": "0", "YEA": "1919", "CITY": "GRENOBLE"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-605"}, "ids-in-source": {"g55": "04-605"}}, "raw": {"DAY": "26-3-1919", "HOUR": "8 h.", "NAME": "BOULET André", "PLACE": "Grenoble (Isère)."}, "date": "2023-08-20T14:48:33+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6089	brelivet-yves-1917-01-08	{"a3": "363", "g55": "04-606"}	{"g55": "04-606", "lerrcp": "A3-363"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Brelivet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1917-01-08 16:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.23238, "lat": 48.18119, "name": "Plomodiern", "geoid": 2986710}, "notime": null, "date-ut": "1917-01-08 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Brelivet"}, "birth": {"tzo": "+00:00", "date": "1917-01-08 16:00", "place": {"c2": "29", "cy": "FR", "lg": -4.23238, "lat": 48.18119, "name": "Plomodiern", "geoid": 2986710}, "date-ut": "1917-01-08 16:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-363"}, "ids-in-sources": {"a3": "363"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "29", "COU": "F", "DAY": "8", "LAT": "48N 0", "LON": "4W 6", "MON": "1", "NUM": "363", "PRO": "M", "SEC": "0", "YEA": "1917", "CITY": "PLOMODIERN"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-606"}, "ids-in-source": {"g55": "04-606"}}, "raw": {"DAY": "8-1-1917", "HOUR": "16 h.", "NAME": "BRELIVET Yves Pierre M.", "PLACE": "Plomodiern (Finistère)."}, "date": "2023-08-20T14:48:34+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6110	calmelet-paul-1917-03-11	{"a3": "384", "g55": "04-610"}	{"g55": "04-610", "lerrcp": "A3-384"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Calmelet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1917-03-11 09:00", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.43873, "lat": 46.57356, "name": "Beaufort", "geoid": 3034315}, "notime": null, "date-ut": "1917-03-11 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Calmelet"}, "birth": {"tzo": "+00:00", "date": "1917-03-11 09:00", "place": {"c2": "39", "cy": "FR", "lg": 5.43873, "lat": 46.57356, "name": "Beaufort", "geoid": 3034315}, "date-ut": "1917-03-11 09:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-384"}, "ids-in-sources": {"a3": "384"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "39", "COU": "F", "DAY": "11", "LAT": "46N40", "LON": "5E33", "MON": "3", "NUM": "384", "PRO": "M", "SEC": "0", "YEA": "1917", "CITY": "BEAUFORT"}, "date": "2023-08-20T14:43:21+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-610"}, "ids-in-source": {"g55": "04-610"}}, "raw": {"DAY": "11-3-1917", "HOUR": "9 h.", "NAME": "CALMELET Paul", "PLACE": "Beaufort (Jura)."}, "date": "2023-08-20T14:48:34+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6120	carrelet-loisy-jean-1916-02-14	{"a3": "394", "g55": "04-611"}	{"g55": "04-611", "lerrcp": "A3-394"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Carrelet Loisy Jean", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-02-14 01:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -3.90036, "lat": 48.60367, "name": "Taulé", "geoid": 2973303}, "notime": null, "date-ut": "1916-02-14 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Carrelet Loisy Jean"}, "birth": {"tzo": "+00:00", "date": "1916-02-14 01:00", "place": {"c2": "29", "cy": "FR", "lg": -3.90036, "lat": 48.60367, "name": "Taulé", "geoid": 2973303}, "date-ut": "1916-02-14 01:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-394"}, "ids-in-sources": {"a3": "394"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "29", "COU": "F", "DAY": "14", "LAT": "48N 0", "LON": "4W 6", "MON": "2", "NUM": "394", "PRO": "M", "SEC": "0", "YEA": "1916", "CITY": "TAULE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-611"}, "ids-in-source": {"g55": "04-611"}}, "raw": {"DAY": "14-2-1916", "HOUR": "1 h.", "NAME": "CARRELET de LOISY Jean", "PLACE": "Taulé (Finistère)."}, "date": "2023-08-20T14:48:34+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6122	casanova-joseph-1915-12-21	{"a3": "396", "g55": "04-612"}	{"g55": "04-612", "lerrcp": "A3-396"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Casanova", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-12-21 22:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.53333, "lat": 47.46667, "name": "Ambillon-Chateau", "geoid": 0}, "notime": null, "date-ut": "1915-12-21 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Casanova"}, "birth": {"tzo": "+00:00", "date": "1915-12-21 22:00", "place": {"c2": "49", "cy": "FR", "lg": -0.53333, "lat": 47.46667, "name": "Ambillon-Chatea", "geoid": 0}, "date-ut": "1915-12-21 22:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-396"}, "ids-in-sources": {"a3": "396"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "49", "COU": "F", "DAY": "21", "LAT": "47N28", "LON": "0W32", "MON": "12", "NUM": "396", "PRO": "M", "SEC": "0", "YEA": "1915", "CITY": "AMBILLON-CHATEA"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Ambillon-Chateau"}}, "partial-ids": {"g55": "04-612"}, "ids-in-source": {"g55": "04-612"}}, "raw": {"DAY": "21-12-1915", "HOUR": "22 h.", "NAME": "CASANOVA Joseph", "PLACE": "Ambillon-Chateau (M.-et-L.)."}, "date": "2023-08-20T14:48:34+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6135	charoy-paul-1917-04-04	{"a3": "409", "g55": "04-613"}	{"g55": "04-613", "lerrcp": "A3-409"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Charoy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-04-04 22:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1917-04-04 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Charoy"}, "birth": {"tzo": "+01:00", "date": "1917-04-04 22:00", "place": {"c2": "45", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1917-04-04 21:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-409"}, "ids-in-sources": {"a3": "409"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "45", "COU": "F", "DAY": "4", "LAT": "47N54", "LON": "1E54", "MON": "4", "NUM": "409", "PRO": "M", "SEC": "0", "YEA": "1917", "CITY": "ORLEANS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-613"}, "ids-in-source": {"g55": "04-613"}}, "raw": {"DAY": "4-4-1917", "HOUR": "22 h.", "NAME": "CHAROY Paul-Marie-Jean", "PLACE": "Orléans (Loiret)."}, "date": "2023-08-20T14:48:34+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6166	coumont-jean-1917-06-27	{"a3": "440", "g55": "04-614"}	{"g55": "04-614", "lerrcp": "A3-440"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Coumont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-06-27 12:30", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.54518, "lat": 46.81705, "name": "Châtellerault", "geoid": 3026141}, "notime": null, "date-ut": "1917-06-27 11:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Coumont"}, "birth": {"tzo": "+01:00", "date": "1917-06-27 12:30", "place": {"c2": "86", "cy": "FR", "lg": 0.54518, "lat": 46.81705, "name": "Châtellerault", "geoid": 3026141}, "date-ut": "1917-06-27 11:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-440"}, "ids-in-sources": {"a3": "440"}}, "raw": {"H": "11", "MN": "30", "TZ": "0", "COD": "86", "COU": "F", "DAY": "27", "LAT": "46N35", "LON": "0E20", "MON": "6", "NUM": "440", "PRO": "M", "SEC": "0", "YEA": "1917", "CITY": "CHATELLERAULT"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-614"}, "ids-in-source": {"g55": "04-614"}}, "raw": {"DAY": "27-6-1917", "HOUR": "12 h. 30", "NAME": "COUMONT Jean", "PLACE": "Châtellerault (Vienne)."}, "date": "2023-08-20T14:48:34+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6173	croizette-desnoyers-louis-1916-08-27	{"a3": "447", "g55": "04-615"}	{"g55": "04-615", "lerrcp": "A3-447"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Croizette Desnoyers Louis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1916-08-27 07:30", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 2.75152, "lat": 47.7461, "name": "La Bussière", "geoid": 3010672}, "notime": null, "date-ut": "1916-08-27 06:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Croizette Desnoyers Louis"}, "birth": {"tzo": "+01:00", "date": "1916-08-27 07:30", "place": {"c2": "45", "cy": "FR", "lg": 2.75152, "lat": 47.7461, "name": "La Bussière", "geoid": 3010672}, "date-ut": "1916-08-27 06:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-447"}, "ids-in-sources": {"a3": "447"}}, "raw": {"H": "6", "MN": "30", "TZ": "0", "COD": "45", "COU": "F", "DAY": "27", "LAT": "47N54", "LON": "1E54", "MON": "8", "NUM": "447", "PRO": "M", "SEC": "0", "YEA": "1916", "CITY": "LA BUSSIERE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-615"}, "ids-in-source": {"g55": "04-615"}}, "raw": {"DAY": "27-8-1916", "HOUR": "7 h. 30", "NAME": "CROISETTE DESNOYERS Louis Phil.", "PLACE": "La Bussière (Loiret)."}, "date": "2023-08-20T14:48:34+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6201	dessertaux-henry-1917-09-26	{"a3": "475", "g55": "04-616"}	{"g55": "04-616", "lerrcp": "A3-475"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Dessertaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-09-26 02:30", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1917-09-26 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Dessertaux"}, "birth": {"tzo": "+01:00", "date": "1917-09-26 02:30", "place": {"c2": "21", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1917-09-26 01:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-475"}, "ids-in-sources": {"a3": "475"}}, "raw": {"H": "1", "MN": "30", "TZ": "0", "COD": "21", "COU": "F", "DAY": "26", "LAT": "47N19", "LON": "5E 2", "MON": "9", "NUM": "475", "PRO": "M", "SEC": "0", "YEA": "1917", "CITY": "DIJON"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-616"}, "ids-in-source": {"g55": "04-616"}}, "raw": {"DAY": "26-9-1917", "HOUR": "2 h. 30", "NAME": "DESSERTAUX Henry", "PLACE": "Dijon (Côte-d’Or)."}, "date": "2023-08-20T14:48:34+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6261	finance-louis-1918-08-26	{"a3": "537", "g55": "04-619"}	{"g55": "04-619", "lerrcp": "A3-537"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Finance", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-08-26 20:30", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.88242, "lat": 47.44284, "name": "Hérimoncourt", "geoid": 3013448}, "notime": null, "date-ut": "1918-08-26 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Finance"}, "birth": {"tzo": "+01:00", "date": "1918-08-26 20:30", "place": {"c2": "25", "cy": "FR", "lg": 6.88242, "lat": 47.44284, "name": "Hérimoncourt", "geoid": 3013448}, "date-ut": "1918-08-26 19:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-537"}, "ids-in-sources": {"a3": "537"}}, "raw": {"H": "19", "MN": "30", "TZ": "0", "COD": "25", "COU": "F", "DAY": "26", "LAT": "47N15", "LON": "6E 2", "MON": "8", "NUM": "537", "PRO": "M", "SEC": "0", "YEA": "1918", "CITY": "HERIMONCOURT"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-619"}, "ids-in-source": {"g55": "04-619"}}, "raw": {"DAY": "26-8-1918", "HOUR": "20 h. 30", "NAME": "FINANCE Louis Marcel", "PLACE": "Hérimoncourt (Doubs)."}, "date": "2023-08-20T14:48:34+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6275	franqueville-raoul-1915-03-25	{"a3": "552", "g55": "04-621"}	{"g55": "04-621", "lerrcp": "A3-552"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raoul", "family": "Franqueville", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-03-25 08:45", "note": null, "place": {"c1": null, "c2": "46", "c3": null, "cy": "FR", "lg": 1.43663, "lat": 44.4491, "name": "Cahors", "geoid": 3029213}, "notime": null, "date-ut": "1915-03-25 08:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Raoul", "family": "Franqueville"}, "birth": {"tzo": "+00:00", "date": "1915-03-25 08:45", "place": {"c2": "46", "cy": "FR", "lg": 1.43663, "lat": 44.4491, "name": "Cahors", "geoid": 3029213}, "date-ut": "1915-03-25 08:45"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-552"}, "ids-in-sources": {"a3": "552"}}, "raw": {"H": "8", "MN": "45", "TZ": "0", "COD": "46", "COU": "F", "DAY": "25", "LAT": "44N27", "LON": "1E26", "MON": "3", "NUM": "552", "PRO": "M", "SEC": "0", "YEA": "1915", "CITY": "CAHORS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-621"}, "ids-in-source": {"g55": "04-621"}}, "raw": {"DAY": "25-3-1915", "HOUR": "8 h. 45", "NAME": "FRANQUEVILLE Raoul Abel", "PLACE": "Cahors (Lot)."}, "date": "2023-08-20T14:48:34+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6318	guerin-marcel-1919-12-04	{"a3": "596", "g55": "04-623"}	{"g55": "04-623", "lerrcp": "A3-596"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Guerin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1919-12-04 04:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1919-12-04 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Guerin"}, "birth": {"tzo": "+00:00", "date": "1919-12-04 04:00", "place": {"c2": "21", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1919-12-04 04:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-596"}, "ids-in-sources": {"a3": "596"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "21", "COU": "F", "DAY": "4", "LAT": "47N19", "LON": "5E 2", "MON": "12", "NUM": "596", "PRO": "M", "SEC": "0", "YEA": "1919", "CITY": "DIJON"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-623"}, "ids-in-source": {"g55": "04-623"}}, "raw": {"DAY": "4-12-1919", "HOUR": "4 h.", "NAME": "GUERIN Marcel", "PLACE": "Dijon (Côte-d’Or)."}, "date": "2023-08-20T14:48:34+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6324	guillaume-pierre-1915-02-04	{"a3": "602", "g55": "04-624"}	{"g55": "04-624", "lerrcp": "A3-602"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Guillaume", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-02-04 01:00", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "notime": null, "date-ut": "1915-02-04 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Guillaume"}, "birth": {"tzo": "+00:00", "date": "1915-02-04 01:00", "place": {"c2": "56", "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "date-ut": "1915-02-04 01:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-602"}, "ids-in-sources": {"a3": "602"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "56", "COU": "F", "DAY": "4", "LAT": "47N40", "LON": "2W44", "MON": "2", "NUM": "602", "PRO": "M", "SEC": "0", "YEA": "1915", "CITY": "LORIENT"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-624"}, "ids-in-source": {"g55": "04-624"}}, "raw": {"DAY": "4-2-1915", "HOUR": "1 h.", "NAME": "GUILLAUME Pierre", "PLACE": "Lorient (Morbihan)."}, "date": "2023-08-20T14:48:34+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6327	guipet-rene-1918-06-24	{"a3": "605", "g55": "04-625"}	{"g55": "04-625", "lerrcp": "A3-605"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Guipet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-06-24 01:00", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.80026, "lat": 46.89913, "name": "Mesnay", "geoid": 2994248}, "notime": null, "date-ut": "1918-06-24 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "René", "family": "Guipet"}, "birth": {"tzo": "+01:00", "date": "1918-06-24 01:00", "place": {"c2": "39", "cy": "FR", "lg": 5.80026, "lat": 46.89913, "name": "Mesnay", "geoid": 2994248}, "date-ut": "1918-06-24 00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-605"}, "ids-in-sources": {"a3": "605"}}, "raw": {"H": "0", "MN": "0", "TZ": "0", "COD": "39", "COU": "F", "DAY": "24", "LAT": "46N40", "LON": "5E33", "MON": "6", "NUM": "605", "PRO": "M", "SEC": "0", "YEA": "1918", "CITY": "MESNAY"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-625"}, "ids-in-source": {"g55": "04-625"}}, "raw": {"DAY": "24-6-1918", "HOUR": "1 h.", "NAME": "GUIPET René Paul Jean-B.", "PLACE": "Mesnay (Jura)."}, "date": "2023-08-20T14:48:34+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6348	huber-paul	{"a3": "626", "g55": "04-626"}	{"g55": "04-626", "lerrcp": "A3-626"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Huber", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1916-12-11 14:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-626"}, "birth": {"place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1916-12-11 14:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-626"}, "ids-in-sources": {"a3": "626"}}, "raw": {"H": "15", "MN": "30", "TZ": "-1", "COD": "67", "COU": "F", "DAY": "11", "LAT": "48N35", "LON": "7E45", "MON": "12", "NUM": "626", "PRO": "M", "SEC": "0", "YEA": "1916", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Paul", "family": "Huber", "nobility": ""}, "slug": "huber-paul", "partial-ids": {"g55": "04-626"}, "ids-in-source": {"g55": "04-626"}}, "raw": {"DAY": "11-12-1916", "HOUR": "15 h. 30", "NAME": "HUBER Paul", "PLACE": "Strasbourg (Bas-Rhin)."}, "date": "2023-08-20T14:48:34+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6356	jacquet-norbert-1915-07-17	{"a3": "634", "g55": "04-628"}	{"g55": "04-628", "lerrcp": "A3-634"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Norbert", "family": "Jacquet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-07-17 09:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.82823, "lat": 46.31407, "name": "Mâcon", "geoid": 2996882}, "notime": null, "date-ut": "1915-07-17 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Norbert", "family": "Jacquet"}, "birth": {"tzo": "+00:00", "date": "1915-07-17 09:00", "place": {"c2": "71", "cy": "FR", "lg": 4.82823, "lat": 46.31407, "name": "Mâcon", "geoid": 2996882}, "date-ut": "1915-07-17 09:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-634"}, "ids-in-sources": {"a3": "634"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "71", "COU": "F", "DAY": "17", "LAT": "46N18", "LON": "4E50", "MON": "7", "NUM": "634", "PRO": "M", "SEC": "0", "YEA": "1915", "CITY": "MACON"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-628"}, "ids-in-source": {"g55": "04-628"}}, "raw": {"DAY": "17-7-1915", "HOUR": "9 h.", "NAME": "JACQUET Norbert Paul", "PLACE": "Macon (Saône-et-Loire)."}, "date": "2023-08-20T14:48:34+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6357	jalard-jean-1917-04-30	{"a3": "635", "g55": "04-629"}	{"g55": "04-629", "lerrcp": "A3-635"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Jalard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-04-30 12:25", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1917-04-30 11:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Jalard"}, "birth": {"tzo": "+01:00", "date": "1917-04-30 12:25", "place": {"c2": "29", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1917-04-30 11:25"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-635"}, "ids-in-sources": {"a3": "635"}}, "raw": {"H": "11", "MN": "25", "TZ": "0", "COD": "29", "COU": "F", "DAY": "30", "LAT": "48N 0", "LON": "4W 6", "MON": "4", "NUM": "635", "PRO": "M", "SEC": "0", "YEA": "1917", "CITY": "BREST"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-629"}, "ids-in-source": {"g55": "04-629"}}, "raw": {"DAY": "30-4-1917", "HOUR": "12 h. 25", "NAME": "JALARD Jean", "PLACE": "Brest (Finistère)."}, "date": "2023-08-20T14:48:34+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6399	langlois-pierre-1918-05-05	{"a3": "678", "g55": "04-633"}	{"g55": "04-633", "lerrcp": "A3-678"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Langlois", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-05-05 00:30", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1918-05-04 23:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-678"}, "birth": {"tzo": "+01:00", "date": "1918-05-05 00:30", "place": {"c2": "29", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1918-05-04 23:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-678"}, "ids-in-sources": {"a3": "678"}}, "raw": {"H": "23", "MN": "30", "TZ": "0", "COD": "29", "COU": "F", "DAY": "4", "LAT": "48N 0", "LON": "4W 6", "MON": "5", "NUM": "678", "PRO": "M", "SEC": "0", "YEA": "1918", "CITY": "BREST"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Pierre", "family": "Langlois", "nobility": ""}, "slug": "langlois-pierre-1918-05-05", "partial-ids": {"g55": "04-633"}, "ids-in-source": {"g55": "04-633"}}, "raw": {"DAY": "5-5-1918", "HOUR": "0 h. 30", "NAME": "LANGLOIS Pierre", "PLACE": "Brest (Finistère)."}, "date": "2023-08-20T14:48:34+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6400	lansac-emile-1917-11-08	{"a3": "679", "g55": "04-634"}	{"g55": "04-634", "lerrcp": "A3-679"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Lansac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1917-11-08 12:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1917-11-08 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Lansac"}, "birth": {"tzo": "+00:00", "date": "1917-11-08 12:00", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1917-11-08 12:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-679"}, "ids-in-sources": {"a3": "679"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "33", "COU": "F", "DAY": "8", "LAT": "44N50", "LON": "0W34", "MON": "11", "NUM": "679", "PRO": "M", "SEC": "0", "YEA": "1917", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-634"}, "ids-in-source": {"g55": "04-634"}}, "raw": {"DAY": "8-11-1917", "HOUR": "12 h.", "NAME": "LANSAC Emile", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:48:34+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6407	lascombes-larousilhe-serge-1915-11-25	{"a3": "686", "g55": "04-635"}	{"g55": "04-635", "lerrcp": "A3-686"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Lascombes Larousilhe Serge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-11-25 16:30", "note": null, "place": {"c1": null, "c2": "15", "c3": null, "cy": "FR", "lg": 2.3867, "lat": 45.1665, "name": "Drugeac", "geoid": 3020746}, "notime": null, "date-ut": "1915-11-25 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Lascombes Larousilhe Serge"}, "birth": {"tzo": "+00:00", "date": "1915-11-25 16:30", "place": {"c2": "15", "cy": "FR", "lg": 2.3867, "lat": 45.1665, "name": "Drugeac", "geoid": 3020746}, "date-ut": "1915-11-25 16:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-686"}, "ids-in-sources": {"a3": "686"}}, "raw": {"H": "16", "MN": "30", "TZ": "0", "COD": "15", "COU": "F", "DAY": "25", "LAT": "44N56", "LON": "2E26", "MON": "11", "NUM": "686", "PRO": "M", "SEC": "0", "YEA": "1915", "CITY": "DRUGEAC"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-635"}, "ids-in-source": {"g55": "04-635"}}, "raw": {"DAY": "25-11-1915", "HOUR": "16 h. 30", "NAME": "\\fLACOMBE de LAROUSILHE Serge", "PLACE": "Drugeac (Cantal)."}, "date": "2023-08-20T14:48:34+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6416	le-berre-yves-1915-04-28	{"a3": "697", "g55": "04-637"}	{"g55": "04-637", "lerrcp": "A3-697"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Le Berre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-04-28 23:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.09795, "lat": 47.99597, "name": "Quimper", "geoid": 2984701}, "notime": null, "date-ut": "1915-04-28 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Le Berre"}, "birth": {"tzo": "+00:00", "date": "1915-04-28 23:00", "place": {"c2": "29", "cy": "FR", "lg": -4.09795, "lat": 47.99597, "name": "Quimper", "geoid": 2984701}, "date-ut": "1915-04-28 23:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-697"}, "ids-in-sources": {"a3": "697"}}, "raw": {"H": "23", "MN": "0", "TZ": "0", "COD": "29", "COU": "F", "DAY": "28", "LAT": "48N 0", "LON": "4W 6", "MON": "4", "NUM": "697", "PRO": "M", "SEC": "0", "YEA": "1915", "CITY": "QUIMPER"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-637"}, "ids-in-source": {"g55": "04-637"}}, "raw": {"DAY": "28-4-1915", "HOUR": "23 h.", "NAME": "LE BERRE Yves Louis", "PLACE": "Quimper (Finistère)."}, "date": "2023-08-20T14:48:34+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6421	le-cabellec-yves-1917-11-17	{"a3": "702", "g55": "04-638"}	{"g55": "04-638", "lerrcp": "A3-702"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Le Cabellec", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1917-11-17 06:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1917-11-17 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Le Cabellec"}, "birth": {"tzo": "+00:00", "date": "1917-11-17 06:00", "place": {"c2": "83", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1917-11-17 06:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-702"}, "ids-in-sources": {"a3": "702"}}, "raw": {"H": "6", "MN": "0", "TZ": "0", "COD": "83", "COU": "F", "DAY": "17", "LAT": "43N32", "LON": "6E28", "MON": "11", "NUM": "702", "PRO": "M", "SEC": "0", "YEA": "1917", "CITY": "TOULON"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-638"}, "ids-in-source": {"g55": "04-638"}}, "raw": {"DAY": "17-11-1917", "HOUR": "6 h.", "NAME": "LE CABELLEC Yves", "PLACE": "Toulon (Var)."}, "date": "2023-08-20T14:48:34+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6436	lehouco-emile-1916-06-13	{"a3": "717", "g55": "04-640"}	{"g55": "04-640", "lerrcp": "A3-717"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Lehouco", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-06-13 05:20", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "notime": null, "date-ut": "1916-06-13 05:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Lehouco"}, "birth": {"tzo": "+00:00", "date": "1916-06-13 05:20", "place": {"c2": "59", "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "date-ut": "1916-06-13 05:20"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-717"}, "ids-in-sources": {"a3": "717"}}, "raw": {"H": "5", "MN": "20", "TZ": "0", "COD": "59", "COU": "F", "DAY": "13", "LAT": "50N39", "LON": "3E 5", "MON": "6", "NUM": "717", "PRO": "M", "SEC": "0", "YEA": "1916", "CITY": "TOURCOING"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-640"}, "ids-in-source": {"g55": "04-640"}}, "raw": {"DAY": "13-6-1916", "HOUR": "5 h. 20", "NAME": "LEHOUCQ Emile Antoine", "PLACE": "Tourcoing (Nord)."}, "date": "2023-08-20T14:48:34+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6442	leoutre-marcel-1917-06-15	{"a3": "723", "g55": "04-642"}	{"g55": "04-642", "lerrcp": "A3-723"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Leoutre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-06-15 08:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.78852, "lat": 48.40723, "name": "Thomery", "geoid": 2972754}, "notime": null, "date-ut": "1917-06-15 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Leoutre"}, "birth": {"tzo": "+01:00", "date": "1917-06-15 08:00", "place": {"c2": "77", "cy": "FR", "lg": 2.78852, "lat": 48.40723, "name": "Thomery", "geoid": 2972754}, "date-ut": "1917-06-15 07:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-723"}, "ids-in-sources": {"a3": "723"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "77", "COU": "F", "DAY": "15", "LAT": "48N33", "LON": "2E40", "MON": "6", "NUM": "723", "PRO": "M", "SEC": "0", "YEA": "1917", "CITY": "THOMERY"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-642"}, "ids-in-source": {"g55": "04-642"}}, "raw": {"DAY": "15-6-1917", "HOUR": "8 h.", "NAME": "LEOUTRE Marcel Louis", "PLACE": "Thomery (Seine-et-Marne)."}, "date": "2023-08-20T14:48:34+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6487	matter-emile-1916-06-26	{"a3": "768", "g55": "04-645"}	{"g55": "04-645", "lerrcp": "A3-768"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Matter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.36221, "lat": 48.74164, "name": "Saverne", "geoid": 2975588}, "notime": null, "date-ut": "1916-06-26 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Matter"}, "birth": {"place": {"c2": "67", "cy": "FR", "lg": 7.36221, "lat": 48.74164, "name": "Saverne", "geoid": 2975588}, "date-ut": "1916-06-26 00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-768"}, "ids-in-sources": {"a3": "768"}}, "raw": {"H": "1", "MN": "0", "TZ": "-1", "COD": "67", "COU": "F", "DAY": "26", "LAT": "48N35", "LON": "7E45", "MON": "6", "NUM": "768", "PRO": "M", "SEC": "0", "YEA": "1916", "CITY": "SAVERNE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-645"}, "ids-in-source": {"g55": "04-645"}}, "raw": {"DAY": "26-6-1916", "HOUR": "2 h.", "NAME": "MATTER Emile", "PLACE": "Saverne (Bas-Rhin)."}, "date": "2023-08-20T14:48:34+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6527	moreau-louis-1919-01-02	{"a3": "809", "g55": "04-649"}	{"g55": "04-649", "lerrcp": "A3-809"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Moreau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1919-01-02 22:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 1.85635, "lat": 50.95194, "name": "Calais", "geoid": 3029162}, "notime": null, "date-ut": "1919-01-02 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Moreau"}, "birth": {"tzo": "+00:00", "date": "1919-01-02 22:00", "place": {"c2": "62", "cy": "FR", "lg": 1.85635, "lat": 50.95194, "name": "Calais", "geoid": 3029162}, "date-ut": "1919-01-02 22:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-809"}, "ids-in-sources": {"a3": "809"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "62", "COU": "F", "DAY": "2", "LAT": "50N18", "LON": "2E46", "MON": "1", "NUM": "809", "PRO": "M", "SEC": "0", "YEA": "1919", "CITY": "CALAIS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-649"}, "ids-in-source": {"g55": "04-649"}}, "raw": {"DAY": "2-1-1919", "HOUR": "22 h.", "NAME": "MOREAU Louis Edward", "PLACE": "Calais (Pas-de-Calais)."}, "date": "2023-08-20T14:48:35+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6559	oudet-paul-1917-08-09	{"a3": "841", "g55": "04-651"}	{"g55": "04-651", "lerrcp": "A3-841"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Oudet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-08-09 01:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -0.63489, "lat": 45.74742, "name": "Saintes", "geoid": 2980340}, "notime": null, "date-ut": "1917-08-09 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-841"}, "birth": {"tzo": "+01:00", "date": "1917-08-09 01:00", "place": {"c2": "17", "cy": "FR", "lg": -0.63489, "lat": 45.74742, "name": "Saintes", "geoid": 2980340}, "date-ut": "1917-08-09 00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-841"}, "ids-in-sources": {"a3": "841"}}, "raw": {"H": "0", "MN": "0", "TZ": "0", "COD": "17", "COU": "F", "DAY": "9", "LAT": "46N 9", "LON": "1W10", "MON": "8", "NUM": "841", "PRO": "M", "SEC": "0", "YEA": "1917", "CITY": "SAINTES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Paul", "family": "Oudet", "nobility": ""}, "slug": "oudet-paul-1917-08-09", "partial-ids": {"g55": "04-651"}, "ids-in-source": {"g55": "04-651"}}, "raw": {"DAY": "9-8-1917", "HOUR": "1 h.", "NAME": "OUDET Paul", "PLACE": "Saintes (Charente-Maritime)."}, "date": "2023-08-20T14:48:35+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6566	pauliat-maurice-1915-12-03	{"a3": "848", "g55": "04-652"}	{"g55": "04-652", "lerrcp": "A3-848"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Pauliat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-12-03 02:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1915-12-03 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Pauliat"}, "birth": {"tzo": "+00:00", "date": "1915-12-03 02:00", "place": {"c2": "87", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1915-12-03 02:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-848"}, "ids-in-sources": {"a3": "848"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "87", "COU": "F", "DAY": "3", "LAT": "45N50", "LON": "1E15", "MON": "12", "NUM": "848", "PRO": "M", "SEC": "0", "YEA": "1915", "CITY": "LIMOGES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-652"}, "ids-in-source": {"g55": "04-652"}}, "raw": {"DAY": "3-12-1915", "HOUR": "2 h.", "NAME": "PAULIAT Maurice", "PLACE": "Limoges (Haute-Vienne)."}, "date": "2023-08-20T14:48:35+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6576	penfentenyo-francois-1915-05-08	{"a3": "858", "g55": "04-654"}	{"g55": "04-654", "lerrcp": "A3-858"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Penfentenyo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-05-08 21:35", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1915-05-08 21:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "François", "family": "Penfentenyo"}, "birth": {"tzo": "+00:00", "date": "1915-05-08 21:35", "place": {"c2": "29", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1915-05-08 21:35"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-858"}, "ids-in-sources": {"a3": "858"}}, "raw": {"H": "21", "MN": "35", "TZ": "0", "COD": "29", "COU": "F", "DAY": "8", "LAT": "48N 0", "LON": "4W 6", "MON": "5", "NUM": "858", "PRO": "M", "SEC": "0", "YEA": "1915", "CITY": "BREST"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-654"}, "ids-in-source": {"g55": "04-654"}}, "raw": {"DAY": "8-5-1915", "HOUR": "21 h. 35", "NAME": "PENFENTENYO de KERVEREGUEN Fran.", "PLACE": "Brest (Finistère)."}, "date": "2023-08-20T14:48:35+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6579	pere-jacques-1917-09-19	{"a3": "861", "g55": "04-655"}	{"g55": "04-655", "lerrcp": "A3-861"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Pere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-09-19 23:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -1.09336, "lat": 45.98839, "name": "Fouras", "geoid": 3017546}, "notime": null, "date-ut": "1917-09-19 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Pere"}, "birth": {"tzo": "+01:00", "date": "1917-09-19 23:00", "place": {"c2": "17", "cy": "FR", "lg": -1.09336, "lat": 45.98839, "name": "Fouras", "geoid": 3017546}, "date-ut": "1917-09-19 22:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-861"}, "ids-in-sources": {"a3": "861"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "17", "COU": "F", "DAY": "19", "LAT": "46N 9", "LON": "1W10", "MON": "9", "NUM": "861", "PRO": "M", "SEC": "0", "YEA": "1917", "CITY": "FOURAS"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-655"}, "ids-in-source": {"g55": "04-655"}}, "raw": {"DAY": "19-9-1917", "HOUR": "23 h.", "NAME": "PERE Jacques", "PLACE": "Fouras (Charente-Maritime)."}, "date": "2023-08-20T14:48:35+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6585	petit-cuenot-georges-1918-12-14	{"a3": "868", "g55": "04-656"}	{"g55": "04-656", "lerrcp": "A3-868"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Petit-Cuenot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1918-12-14 13:00", "note": null, "place": {"c1": null, "c2": "04", "c3": null, "cy": "FR", "lg": 6.65179, "lat": 44.38691, "name": "Barcelonnette", "geoid": 3034991}, "notime": null, "date-ut": "1918-12-14 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Petit-Cuenot"}, "birth": {"tzo": "+00:00", "date": "1918-12-14 13:00", "place": {"c2": "04", "cy": "FR", "lg": 6.65179, "lat": 44.38691, "name": "Barcelonnette", "geoid": 3034991}, "date-ut": "1918-12-14 13:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-868"}, "ids-in-sources": {"a3": "868"}}, "raw": {"H": "13", "MN": "0", "TZ": "0", "COD": "04", "COU": "F", "DAY": "14", "LAT": "44N 6", "LON": "6E15", "MON": "12", "NUM": "868", "PRO": "M", "SEC": "0", "YEA": "1918", "CITY": "BARCELONNETTE"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-656"}, "ids-in-source": {"g55": "04-656"}}, "raw": {"DAY": "14-12-1918", "HOUR": "13 h.", "NAME": "PETIT-CUENOT Georges", "PLACE": "Barcelonnette (B.-Alpes)."}, "date": "2023-08-20T14:48:35+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6595	pincon-fernand-1915-04-29	{"a3": "878", "g55": "04-658"}	{"g55": "04-658", "lerrcp": "A3-878"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Pincon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-04-29 22:00", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -2.76205, "lat": 47.65688, "name": "Vannes", "geoid": 2970777}, "notime": null, "date-ut": "1915-04-29 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Pincon"}, "birth": {"tzo": "+00:00", "date": "1915-04-29 22:00", "place": {"c2": "56", "cy": "FR", "lg": -2.76205, "lat": 47.65688, "name": "Vannes", "geoid": 2970777}, "date-ut": "1915-04-29 22:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-878"}, "ids-in-sources": {"a3": "878"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "56", "COU": "F", "DAY": "29", "LAT": "47N40", "LON": "2W44", "MON": "4", "NUM": "878", "PRO": "M", "SEC": "0", "YEA": "1915", "CITY": "VANNES"}, "date": "2023-08-20T14:43:22+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-658"}, "ids-in-source": {"g55": "04-658"}}, "raw": {"DAY": "29-4-1915", "HOUR": "22 h.", "NAME": "PINCON Fernand", "PLACE": "Vannes (Morbihan)."}, "date": "2023-08-20T14:48:35+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6608	kpruneta-noel-1919-06-30	{"a3": "891", "g55": "04-660"}	{"g55": "04-660", "lerrcp": "A3-891"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Noël", "family": "Kpruneta", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-06-30 10:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.91667, "lat": 42.7, "name": "Montlouis", "geoid": 0}, "notime": null, "date-ut": "1919-06-30 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Noël", "family": "Kpruneta"}, "birth": {"tzo": "+01:00", "date": "1919-06-30 10:00", "place": {"c2": "66", "cy": "FR", "lg": 2.91667, "lat": 42.7, "name": "Montlouis", "geoid": 0}, "date-ut": "1919-06-30 09:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-891"}, "ids-in-sources": {"a3": "891"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "66", "COU": "F", "DAY": "30", "LAT": "42N42", "LON": "2E55", "MON": "6", "NUM": "891", "PRO": "M", "SEC": "0", "YEA": "1919", "CITY": "MONTLOUIS"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Montlouis"}}, "partial-ids": {"g55": "04-660"}, "ids-in-source": {"g55": "04-660"}}, "raw": {"DAY": "30-6-1919", "HOUR": "10 h.", "NAME": "PRUNETA Noél Ignace", "PLACE": "Montlouis (Pyrénées-Orient.)."}, "date": "2023-08-20T14:48:35+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6624	renaux-albert-1917-08-01	{"a3": "907", "g55": "04-664"}	{"g55": "04-664", "lerrcp": "A3-907"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Renaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-08-01 22:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "notime": null, "date-ut": "1917-08-01 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Renaux"}, "birth": {"tzo": "+01:00", "date": "1917-08-01 22:00", "place": {"c2": "62", "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "date-ut": "1917-08-01 21:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-907"}, "ids-in-sources": {"a3": "907"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "62", "COU": "F", "DAY": "1", "LAT": "50N18", "LON": "2E46", "MON": "8", "NUM": "907", "PRO": "M", "SEC": "0", "YEA": "1917", "CITY": "BOULOGNE-S-MER"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-664"}, "ids-in-source": {"g55": "04-664"}}, "raw": {"DAY": "1-8-1917", "HOUR": "22 h.", "NAME": "RENAUX Albert", "PLACE": "Boulogne-sur-Mer (Pas-de-Calais)."}, "date": "2023-08-20T14:48:35+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6654	ruhier-pierre-1916-01-26	{"a3": "937", "g55": "04-666"}	{"g55": "04-666", "lerrcp": "A3-937"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Ruhier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-01-26 20:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1916-01-26 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Ruhier"}, "birth": {"tzo": "+00:00", "date": "1916-01-26 20:00", "place": {"c2": "25", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1916-01-26 20:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-937"}, "ids-in-sources": {"a3": "937"}}, "raw": {"H": "20", "MN": "0", "TZ": "0", "COD": "25", "COU": "F", "DAY": "26", "LAT": "47N15", "LON": "6E 2", "MON": "1", "NUM": "937", "PRO": "M", "SEC": "0", "YEA": "1916", "CITY": "BESANCON"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-666"}, "ids-in-source": {"g55": "04-666"}}, "raw": {"DAY": "26-1-1916", "HOUR": "20 h.", "NAME": "RUHIER Pierre Auguste", "PLACE": "Besançon (Doubs)."}, "date": "2023-08-20T14:48:35+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6656	sacre-jean-1918-06-05	{"a3": "939", "g55": "04-667"}	{"g55": "04-667", "lerrcp": "A3-939"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Sacre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-06-05 01:30", "note": null, "place": {"c1": null, "c2": "79", "c3": null, "cy": "FR", "lg": -0.45877, "lat": 46.32313, "name": "Niort", "geoid": 2990355}, "notime": null, "date-ut": "1918-06-05 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Sacre"}, "birth": {"tzo": "+01:00", "date": "1918-06-05 01:30", "place": {"c2": "79", "cy": "FR", "lg": -0.45877, "lat": 46.32313, "name": "Niort", "geoid": 2990355}, "date-ut": "1918-06-05 00:30"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-939"}, "ids-in-sources": {"a3": "939"}}, "raw": {"H": "0", "MN": "30", "TZ": "0", "COD": "79", "COU": "F", "DAY": "5", "LAT": "46N19", "LON": "0W27", "MON": "6", "NUM": "939", "PRO": "M", "SEC": "0", "YEA": "1918", "CITY": "NIORT"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-667"}, "ids-in-source": {"g55": "04-667"}}, "raw": {"DAY": "5-6-1918", "HOUR": "1 h. 30", "NAME": "SACRE Jean", "PLACE": "Niort (Deux-Sévres)."}, "date": "2023-08-20T14:48:35+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6660	sanson-sansal-henry-1917-08-30	{"a3": "943", "g55": "04-669"}	{"g55": "04-669", "lerrcp": "A3-943"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Sanson Sansal Henry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-08-30 23:50", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Saint-Germain-en-Laye", "geoid": 0}, "notime": null, "date-ut": "1917-08-30 22:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Sanson Sansal Henry"}, "birth": {"tzo": "+01:00", "date": "1917-08-30 23:50", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Saint-Germain-en-la", "geoid": 0}, "date-ut": "1917-08-30 22:50"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-943"}, "ids-in-sources": {"a3": "943"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "78", "COU": "F", "DAY": "30", "LAT": "48N50", "LON": "2E 8", "MON": "8", "NUM": "943", "PRO": "M", "SEC": "0", "YEA": "1917", "CITY": "ST-GERMAIN-EN-LA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Germain-en-Laye"}}, "partial-ids": {"g55": "04-669"}, "ids-in-source": {"g55": "04-669"}}, "raw": {"DAY": "30-8-1917", "HOUR": "23 h. 50", "NAME": "SANSON de SANSAL Henri", "PLACE": "Saint-Germain-en-Laye (Seine-et-Oise)."}, "date": "2023-08-20T14:48:35+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
24284	sicard-andre-1916-07-28	{"g55": "04-670"}	{"g55": "04-670"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Sicard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1916-07-28 04:00", "note": null, "place": {"c1": "", "c2": "13", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Marseille", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "André", "family": "Sicard", "nobility": ""}, "birth": {"date": "1916-07-28 04:00", "place": {"c1": "", "c2": "13", "c3": "", "cy": "FR", "name": "Marseille"}}, "occus": ["military-personnel"], "trust": 5, "ids-in-sources": {"g55": "04-670"}}, "raw": {"DAY": "28-7-1916", "HOUR": "4 h.", "NAME": "SICARD André", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:48:35+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6674	soignet-pierre-1917-11-26	{"a3": "958", "g55": "04-671"}	{"g55": "04-671", "lerrcp": "A3-958"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Soignet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1917-11-26 03:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 2.63094, "lat": 47.69332, "name": "Gien", "geoid": 3016097}, "notime": null, "date-ut": "1917-11-26 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Soignet"}, "birth": {"tzo": "+00:00", "date": "1917-11-26 03:00", "place": {"c2": "45", "cy": "FR", "lg": 2.63094, "lat": 47.69332, "name": "Gien", "geoid": 3016097}, "date-ut": "1917-11-26 03:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-958"}, "ids-in-sources": {"a3": "958"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "45", "COU": "F", "DAY": "26", "LAT": "47N54", "LON": "1E54", "MON": "11", "NUM": "958", "PRO": "M", "SEC": "0", "YEA": "1917", "CITY": "GIEN"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-671"}, "ids-in-source": {"g55": "04-671"}}, "raw": {"DAY": "26-11-1917", "HOUR": "3 h.", "NAME": "SOIGNET Pierre", "PLACE": "Gien (Loiret)."}, "date": "2023-08-20T14:48:35+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6687	testu-claude-1916-10-18	{"a3": "971", "g55": "04-672"}	{"g55": "04-672", "lerrcp": "A3-971"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Testu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-10-18 16:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.37583, "lat": 50.05979, "name": "Le Tréport", "geoid": 2999093}, "notime": null, "date-ut": "1916-10-18 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Testu"}, "birth": {"tzo": "+00:00", "date": "1916-10-18 16:00", "place": {"c2": "76", "cy": "FR", "lg": 1.37583, "lat": 50.05979, "name": "Le Tréport", "geoid": 2999093}, "date-ut": "1916-10-18 16:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-971"}, "ids-in-sources": {"a3": "971"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "76", "COU": "F", "DAY": "18", "LAT": "49N26", "LON": "1E 5", "MON": "10", "NUM": "971", "PRO": "M", "SEC": "0", "YEA": "1916", "CITY": "LE TREPORT"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"partial-ids": {"g55": "04-672"}, "ids-in-source": {"g55": "04-672"}}, "raw": {"DAY": "18-10-1916", "HOUR": "16 h.", "NAME": "TESTU Claude", "PLACE": "Le Tréport (Seine-Inférieure)."}, "date": "2023-08-20T14:48:35+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6707	turgy-estrees-ivan-1915-03-08	{"a3": "992", "g55": "04-674"}	{"g55": "04-674", "lerrcp": "A3-992"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Turgy Estrees Ivan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-03-08 01:00", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -2.73333, "lat": 47.66667, "name": "Callac-en-Monteneuf", "geoid": 0}, "notime": null, "date-ut": "1915-03-08 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Turgy Estrees Ivan"}, "birth": {"tzo": "+00:00", "date": "1915-03-08 01:00", "place": {"c2": "56", "cy": "FR", "lg": -2.73333, "lat": 47.66667, "name": "Callac-en-Monte", "geoid": 0}, "date-ut": "1915-03-08 01:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-992"}, "ids-in-sources": {"a3": "992"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "56", "COU": "F", "DAY": "8", "LAT": "47N40", "LON": "2W44", "MON": "3", "NUM": "992", "PRO": "M", "SEC": "0", "YEA": "1915", "CITY": "CALLAC-EN-MONTE"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"birth": {"place": {"name": "Callac-en-Monteneuf"}}, "partial-ids": {"g55": "04-674"}, "ids-in-source": {"g55": "04-674"}}, "raw": {"DAY": "8-3-1915", "HOUR": "1 h.", "NAME": "TURGY d’ESTREES (de) Ivan", "PLACE": "Callac-en-Monteneuf (Morbihan)."}, "date": "2023-08-20T14:48:35+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6725	vidalin-maurice	{"a3": "1010", "g55": "04-675"}	{"g55": "04-675", "lerrcp": "A3-1010"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Vidalin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": -0.63588, "lat": 35.69906, "name": "Oran", "geoid": 2485926}, "notime": null, "date-ut": "1918-10-20 18:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1010"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": -0.63588, "lat": 35.69906, "name": "Oran", "geoid": 2485926}, "date-ut": "1918-10-20 18:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1010"}, "ids-in-sources": {"a3": "1010"}}, "raw": {"H": "18", "MN": "0", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "20", "LAT": "35N40", "LON": "0W30", "MON": "10", "NUM": "1010", "PRO": "M", "SEC": "0", "YEA": "1918", "CITY": "ORAN"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Maurice", "family": "Vidalin", "nobility": ""}, "slug": "vidalin-maurice", "partial-ids": {"g55": "04-675"}, "ids-in-source": {"g55": "04-675"}}, "raw": {"DAY": "20-10-1918", "HOUR": "18 h.", "NAME": "VIDALIN Maurice", "PLACE": "Oran (Algérie)."}, "date": "2023-08-20T14:48:35+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
6742	watrin-louis-henri	{"a3": "1027", "g55": "04-676"}	{"g55": "04-676", "lerrcp": "A3-1027"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis Henri", "family": "Watrin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 2.8277, "lat": 36.47004, "name": "Blida", "geoid": 2503769}, "notime": null, "date-ut": "1916-08-26 04:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A3-1027"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 2.8277, "lat": 36.47004, "name": "Blida", "geoid": 2503769}, "date-ut": "1916-08-26 04:00:00"}, "occus": ["military-personnel"], "trust": 5, "partial_ids": {"lerrcp": "A3-1027"}, "ids-in-sources": {"a3": "1027"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "26", "LAT": "36N35", "LON": "2E45", "MON": "8", "NUM": "1027", "PRO": "M", "SEC": "0", "YEA": "1916", "CITY": "BLIDA"}, "date": "2023-08-20T14:43:23+02:00", "source": "a3", "command": "gauq A3 tmp2db"}, {"new": {"name": {"given": "Louis Henri", "family": "Watrin", "nobility": ""}, "slug": "watrin-louis-henri", "partial-ids": {"g55": "04-676"}, "ids-in-source": {"g55": "04-676"}}, "raw": {"DAY": "26-8-1916", "HOUR": "4 h.", "NAME": "WATRIN Louis Henri", "PLACE": "Médéa (Algérie)."}, "date": "2023-08-20T14:48:35+02:00", "source": "g55", "command": "gauq g55 tmp2db 04-676-military"}]	[]
8754	abbema-louise-1853-10-30	{"a4": "1", "g55": "05-1"}	{"g55": "05-1", "lerrcp": "A4-1"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louise", "family": "Abbema", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:39", "date": "1853-10-30 16:00", "note": null, "place": {"c1": null, "c2": "91", "c3": null, "cy": "FR", "lg": 2.16233, "lat": 48.43507, "name": "Étampes", "geoid": 3019459}, "notime": null, "date-ut": "1853-10-30 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louise", "family": "Abbema"}, "birth": {"tzo": "+00:08:39", "date": "1853-10-30 16:00", "place": {"c2": "91", "cy": "FR", "lg": 2.16233, "lat": 48.43507, "name": "Étampes", "geoid": 3019459}, "date-ut": "1853-10-30 15:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1"}, "ids-in-sources": {"a4": "1"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "91", "COU": "F", "DAY": "30", "LAT": "48N36", "LON": "2E20", "MON": "10", "NUM": "1", "PRO": "P", "SEC": "40", "YEA": "1853", "CITY": "ETAMPES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-1"}, "ids-in-source": {"g55": "05-1"}}, "raw": {"DAY": "30-10-1853", "HOUR": "16 h.", "NAME": "ABBEMA Louise", "PLACE": "Etampes (Seine-et-Oise)."}, "date": "2023-08-20T14:48:36+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8759	adler-jules-1865-07-08	{"a4": "6", "g55": "05-2"}	{"g55": "05-2", "lerrcp": "A4-6"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Adler", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:36", "date": "1865-07-08 05:30", "note": null, "place": {"c1": null, "c2": "70", "c3": null, "cy": "FR", "lg": 6.15, "lat": 47.61667, "name": "Luxeuil", "geoid": 0}, "notime": null, "date-ut": "1865-07-08 05:05:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Adler"}, "birth": {"tzo": "+00:24:36", "date": "1865-07-08 05:30", "place": {"c2": "70", "cy": "FR", "lg": 6.15, "lat": 47.61667, "name": "Luxeuil", "geoid": 0}, "date-ut": "1865-07-08 05:05:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-6"}, "ids-in-sources": {"a4": "6"}}, "raw": {"H": "5", "MN": "5", "TZ": "0", "COD": "70", "COU": "F", "DAY": "8", "LAT": "47N37", "LON": "6E 9", "MON": "7", "NUM": "6", "PRO": "P", "SEC": "24", "YEA": "1865", "CITY": "LUXEUIL"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Luxeuil"}}, "partial-ids": {"g55": "05-2"}, "ids-in-source": {"g55": "05-2"}}, "raw": {"DAY": "8-7-1865", "HOUR": "5 h. 30", "NAME": "ADLER Jules", "PLACE": "Luxeuil (Haute-Saône)."}, "date": "2023-08-20T14:48:36+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8765	alix-yves-1890-08-19	{"a4": "12", "g55": "05-4"}	{"g55": "05-4", "lerrcp": "A4-12"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Alix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:48", "date": "1890-08-19 21:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.70177, "lat": 48.40908, "name": "Fontainebleau", "geoid": 3018074}, "notime": null, "date-ut": "1890-08-19 20:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Alix"}, "birth": {"tzo": "+00:10:48", "date": "1890-08-19 21:00", "place": {"c2": "77", "cy": "FR", "lg": 2.70177, "lat": 48.40908, "name": "Fontainebleau", "geoid": 3018074}, "date-ut": "1890-08-19 20:49:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-12"}, "ids-in-sources": {"a4": "12"}}, "raw": {"H": "20", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "19", "LAT": "48N33", "LON": "2E40", "MON": "8", "NUM": "12", "PRO": "P", "SEC": "20", "YEA": "1890", "CITY": "FONTAINEBLEAU"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-4"}, "ids-in-source": {"g55": "05-4"}}, "raw": {"DAY": "19-8-1890", "HOUR": "21 h.", "NAME": "ALIX Yves", "PLACE": "Fontainebleau (Seine-et-Marne)."}, "date": "2023-08-20T14:48:36+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8774	anquetin-louis-1861-01-26	{"a4": "21", "g55": "05-6"}	{"g55": "05-6", "lerrcp": "A4-21"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Anquetin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:27", "date": "1861-01-26 09:30", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.61139, "lat": 49.30623, "name": "Étrépagny", "geoid": 3019363}, "notime": null, "date-ut": "1861-01-26 09:25:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Anquetin"}, "birth": {"tzo": "+00:06:27", "date": "1861-01-26 09:30", "place": {"c2": "27", "cy": "FR", "lg": 1.61139, "lat": 49.30623, "name": "Étrépagny", "geoid": 3019363}, "date-ut": "1861-01-26 09:25:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-21"}, "ids-in-sources": {"a4": "21"}}, "raw": {"H": "9", "MN": "25", "TZ": "0", "COD": "27", "COU": "F", "DAY": "26", "LAT": "49N 1", "LON": "1E11", "MON": "1", "NUM": "21", "PRO": "P", "SEC": "16", "YEA": "1861", "CITY": "ETREPAGNY"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-6"}, "ids-in-source": {"g55": "05-6"}}, "raw": {"DAY": "26-1-1861", "HOUR": "9 h. 30", "NAME": "ANQUETIN Louis", "PLACE": "Etrépagny (Eure)."}, "date": "2023-08-20T14:48:36+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8776	antral-louis-1895-07-13	{"a4": "23", "g55": "05-8"}	{"g55": "05-8", "lerrcp": "A4-23"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Antral", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-07-13 01:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Chalons-sur-Marne", "geoid": 0}, "notime": null, "date-ut": "1895-07-13 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Antral"}, "birth": {"tzo": "+00:09:21", "date": "1895-07-13 01:00", "place": {"c2": "51", "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Chalons-sur-Marne", "geoid": 0}, "date-ut": "1895-07-13 00:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-23"}, "ids-in-sources": {"a4": "23"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "51", "COU": "F", "DAY": "13", "LAT": "48N57", "LON": "4E22", "MON": "7", "NUM": "23", "PRO": "P", "SEC": "40", "YEA": "1895", "CITY": "CHALONS-S-MARNE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Chalons-sur-Marne"}}, "partial-ids": {"g55": "05-8"}, "ids-in-source": {"g55": "05-8"}}, "raw": {"DAY": "13-7-1895", "HOUR": "1 h.", "NAME": "ANTRAL Louis Robert", "PLACE": "Chalons-sur-Marne (Marne)."}, "date": "2023-08-20T14:48:36+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8780	asselin-maurice-1882-06-24	{"a4": "27", "g55": "05-9"}	{"g55": "05-9", "lerrcp": "A4-27"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Asselin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:37", "date": "1882-06-24 03:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1882-06-24 02:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Asselin"}, "birth": {"tzo": "+00:07:37", "date": "1882-06-24 03:00", "place": {"c2": "45", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1882-06-24 02:52:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-27"}, "ids-in-sources": {"a4": "27"}}, "raw": {"H": "2", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "24", "LAT": "47N54", "LON": "1E54", "MON": "6", "NUM": "27", "PRO": "P", "SEC": "24", "YEA": "1882", "CITY": "ORLEANS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-9"}, "ids-in-source": {"g55": "05-9"}}, "raw": {"DAY": "24-6-1882", "HOUR": "3 h.", "NAME": "\\fASSELIN Maurice", "PLACE": "Orléans (Loiret)."}, "date": "2023-08-20T14:48:36+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8792	bail-joseph-1862-01-22	{"a4": "39", "g55": "05-10"}	{"g55": "05-10", "lerrcp": "A4-39"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Bail", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:05", "date": "1862-01-22 12:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.77188, "lat": 45.83702, "name": "Limonest", "geoid": 2998277}, "notime": null, "date-ut": "1862-01-22 11:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Bail"}, "birth": {"tzo": "+00:19:05", "date": "1862-01-22 12:00", "place": {"c2": "69", "cy": "FR", "lg": 4.77188, "lat": 45.83702, "name": "Limonest", "geoid": 2998277}, "date-ut": "1862-01-22 11:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-39"}, "ids-in-sources": {"a4": "39"}}, "raw": {"H": "11", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "22", "LAT": "45N46", "LON": "4E50", "MON": "1", "NUM": "39", "PRO": "P", "SEC": "40", "YEA": "1862", "CITY": "LIMONEST"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-10"}, "ids-in-source": {"g55": "05-10"}}, "raw": {"DAY": "22-1-1862", "HOUR": "12 h.", "NAME": "BAIL Joseph", "PLACE": "Limonest (Rhône)."}, "date": "2023-08-20T14:48:36+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8807	barillot-leon-1844-10-11	{"a4": "54", "g55": "05-11"}	{"g55": "05-11", "lerrcp": "A4-54"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Barillot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1844-10-11 13:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Montigny-les-Metz", "geoid": 0}, "notime": null, "date-ut": "1844-10-11 12:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Barillot"}, "birth": {"tzo": "+00:24:44", "date": "1844-10-11 13:00", "place": {"c2": "57", "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Montignylesmetz", "geoid": 0}, "date-ut": "1844-10-11 12:35:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-54"}, "ids-in-sources": {"a4": "54"}}, "raw": {"H": "12", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "11", "LAT": "49N 7", "LON": "6E11", "MON": "10", "NUM": "54", "PRO": "P", "SEC": "16", "YEA": "1844", "CITY": "MONTIGNYLESMETZ"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Montigny-les-Metz"}}, "partial-ids": {"g55": "05-11"}, "ids-in-source": {"g55": "05-11"}}, "raw": {"DAY": "11-10-1844", "HOUR": "13 h.", "NAME": "BARILLOT Léon", "PLACE": "Montigny-les-Metz (Moselle)."}, "date": "2023-08-20T14:48:36+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8814	bastien-lepage-jules-1848-11-01	{"a4": "61", "g55": "05-13"}	{"g55": "05-13", "lerrcp": "A4-61"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Bastien-Lepage", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:36", "date": "1848-11-01 01:00", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.40111, "lat": 49.34366, "name": "Damvillers", "geoid": 3021794}, "notime": null, "date-ut": "1848-11-01 00:39:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Bastien-Lepage"}, "birth": {"tzo": "+00:21:36", "date": "1848-11-01 01:00", "place": {"c2": "55", "cy": "FR", "lg": 5.40111, "lat": 49.34366, "name": "Damvillers", "geoid": 3021794}, "date-ut": "1848-11-01 00:39:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-61"}, "ids-in-sources": {"a4": "61"}}, "raw": {"H": "0", "MN": "39", "TZ": "0", "COD": "55", "COU": "F", "DAY": "1", "LAT": "48N46", "LON": "5E10", "MON": "11", "NUM": "61", "PRO": "P", "SEC": "20", "YEA": "1848", "CITY": "DAMVILLERS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-13"}, "ids-in-source": {"g55": "05-13"}}, "raw": {"DAY": "1-11-1848", "HOUR": "1 h.", "NAME": "BASTIEN-LEPAGE Jules", "PLACE": "Damvillers (Meuse)."}, "date": "2023-08-20T14:48:36+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8821	baudry-paul-1828-11-07	{"a4": "68", "g55": "05-14"}	{"g55": "05-14", "lerrcp": "A4-68"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Baudry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:40", "date": "1828-11-07 16:00", "note": null, "place": {"c1": null, "c2": "85", "c3": null, "cy": "FR", "lg": -1.41667, "lat": 46.66667, "name": "La Roche-sur-Yon", "geoid": 0}, "notime": null, "date-ut": "1828-11-07 16:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Baudry"}, "birth": {"tzo": "-00:05:40", "date": "1828-11-07 16:00", "place": {"c2": "85", "cy": "FR", "lg": -1.41667, "lat": 46.66667, "name": "Larochesyon", "geoid": 0}, "date-ut": "1828-11-07 16:05:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-68"}, "ids-in-sources": {"a4": "68"}}, "raw": {"H": "16", "MN": "5", "TZ": "0", "COD": "85", "COU": "F", "DAY": "7", "LAT": "46N40", "LON": "1W25", "MON": "11", "NUM": "68", "PRO": "P", "SEC": "40", "YEA": "1828", "CITY": "LAROCHESYON"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "La Roche-sur-Yon"}}, "partial-ids": {"g55": "05-14"}, "ids-in-source": {"g55": "05-14"}}, "raw": {"DAY": "7-11-1828", "HOUR": "16 h.", "NAME": "BAUDRY Paul", "PLACE": "La Roche-sur-Yon (Vendée)."}, "date": "2023-08-20T14:48:36+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8822	bayard-emile-1837-11-02	{"a4": "69", "g55": "05-15"}	{"g55": "05-15", "lerrcp": "A4-69"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Bayard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:40", "date": "1837-11-02 20:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "La Ferté-sous-Jouarre", "geoid": 0}, "notime": null, "date-ut": "1837-11-02 19:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Bayard"}, "birth": {"tzo": "+00:10:40", "date": "1837-11-02 20:00", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Fertessjouarre", "geoid": 0}, "date-ut": "1837-11-02 19:49:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-69"}, "ids-in-sources": {"a4": "69"}}, "raw": {"H": "19", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "2", "LAT": "48N33", "LON": "2E40", "MON": "11", "NUM": "69", "PRO": "P", "SEC": "20", "YEA": "1837", "CITY": "FERTESSJOUARRE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "La Ferté-sous-Jouarre"}}, "partial-ids": {"g55": "05-15"}, "ids-in-source": {"g55": "05-15"}}, "raw": {"DAY": "2-11-1837", "HOUR": "20 h.", "NAME": "BAYARD Emile Antoine", "PLACE": "La Ferté-sous-Jouarre (Seine-et-Marne)."}, "date": "2023-08-20T14:48:36+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8830	beauverie-charles-1839-09-17	{"a4": "77", "g55": "05-17"}	{"g55": "05-17", "lerrcp": "A4-77"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Beauverie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1839-09-17 09:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1839-09-17 08:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Beauverie"}, "birth": {"tzo": "+00:19:23", "date": "1839-09-17 09:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1839-09-17 08:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-77"}, "ids-in-sources": {"a4": "77"}}, "raw": {"H": "8", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "17", "LAT": "45N46", "LON": "4E50", "MON": "9", "NUM": "77", "PRO": "P", "SEC": "40", "YEA": "1839", "CITY": "LYON"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-17"}, "ids-in-source": {"g55": "05-17"}}, "raw": {"DAY": "17-9-1839", "HOUR": "9 h.", "NAME": "BEAUVERIE Charles Joseph", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:48:36+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8844	bergeret-denis-1844-01-19	{"a4": "91", "g55": "05-18"}	{"g55": "05-18", "lerrcp": "A4-91"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Denis", "family": "Bergeret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:28", "date": "1844-01-19 10:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.61463, "lat": 48.94208, "name": "Villeparisis", "geoid": 2968496}, "notime": null, "date-ut": "1844-01-19 09:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Denis", "family": "Bergeret"}, "birth": {"tzo": "+00:10:28", "date": "1844-01-19 10:00", "place": {"c2": "77", "cy": "FR", "lg": 2.61463, "lat": 48.94208, "name": "Villeparisis", "geoid": 2968496}, "date-ut": "1844-01-19 09:49:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-91"}, "ids-in-sources": {"a4": "91"}}, "raw": {"H": "9", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "19", "LAT": "48N33", "LON": "2E40", "MON": "1", "NUM": "91", "PRO": "P", "SEC": "20", "YEA": "1844", "CITY": "VILLEPARISIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-18"}, "ids-in-source": {"g55": "05-18"}}, "raw": {"DAY": "19-1-1844", "HOUR": "10 h.", "NAME": "BERGERET Denis Pierre", "PLACE": "Villeparisis (Seine-et-Marne)."}, "date": "2023-08-20T14:48:36+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8843	berchere-narcisse-1819-09-11	{"a4": "90", "g55": "05-19"}	{"g55": "05-19", "lerrcp": "A4-90"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Narcisse", "family": "Berchere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:39", "date": "1819-09-11 02:00", "note": null, "place": {"c1": null, "c2": "91", "c3": null, "cy": "FR", "lg": 2.16233, "lat": 48.43507, "name": "Étampes", "geoid": 3019459}, "notime": null, "date-ut": "1819-09-11 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Narcisse", "family": "Berchere"}, "birth": {"tzo": "+00:08:39", "date": "1819-09-11 02:00", "place": {"c2": "91", "cy": "FR", "lg": 2.16233, "lat": 48.43507, "name": "Étampes", "geoid": 3019459}, "date-ut": "1819-09-11 01:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-90"}, "ids-in-sources": {"a4": "90"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "91", "COU": "F", "DAY": "11", "LAT": "48N36", "LON": "2E20", "MON": "9", "NUM": "90", "PRO": "P", "SEC": "40", "YEA": "1819", "CITY": "ETAMPES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-19"}, "ids-in-source": {"g55": "05-19"}}, "raw": {"DAY": "11-9-1819", "HOUR": "2 h.", "NAME": "BERCHERE Narcisse", "PLACE": "Etampes (Seine-et-Oise)."}, "date": "2023-08-20T14:48:36+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8850	berne-bellecour-etienne-pr-1838-07-29	{"a4": "97", "g55": "05-20"}	{"g55": "05-20", "lerrcp": "A4-97"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne Pr.", "family": "Berne-bellecour", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:27", "date": "1838-07-29 16:55:23", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "notime": null, "date-ut": "1838-07-29 16:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-97"}, "birth": {"tzo": "+00:06:27", "date": "1838-07-29 16:55:23", "place": {"c2": "62", "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "date-ut": "1838-07-29 16:48:56"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-97"}, "ids-in-sources": {"a4": "97"}}, "raw": {"H": "16", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "29", "LAT": "50N18", "LON": "2E46", "MON": "7", "NUM": "97", "PRO": "P", "SEC": "56", "YEA": "1838", "CITY": "BOULOGNE-S-MER"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Etienne Pr.", "family": "Berne-bellecour", "nobility": ""}, "slug": "berne-bellecour-etienne-pr-1838-07-29", "partial-ids": {"g55": "05-20"}, "ids-in-source": {"g55": "05-20"}}, "raw": {"DAY": "29-7-1838", "HOUR": "17 h.", "NAME": "BERNE-BELLECOUR Etienne Pr.", "PLACE": "Boulogne-sur-Mer (Pas-de-Calais)."}, "date": "2023-08-20T14:48:36+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8859	bertram-abel-1871-09-09	{"a4": "106", "g55": "05-21"}	{"g55": "05-21", "lerrcp": "A4-106"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Abel", "family": "Bertram", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:03", "date": "1871-09-09 05:30", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "notime": null, "date-ut": "1871-09-09 05:18:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Abel", "family": "Bertram"}, "birth": {"tzo": "+00:09:03", "date": "1871-09-09 05:30", "place": {"c2": "62", "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "date-ut": "1871-09-09 05:18:56"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-106"}, "ids-in-sources": {"a4": "106"}}, "raw": {"H": "5", "MN": "18", "TZ": "0", "COD": "62", "COU": "F", "DAY": "9", "LAT": "50N18", "LON": "2E46", "MON": "9", "NUM": "106", "PRO": "P", "SEC": "56", "YEA": "1871", "CITY": "ST-OMER"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-21"}, "ids-in-source": {"g55": "05-21"}}, "raw": {"DAY": "9-9-1871", "HOUR": "5 h. 30", "NAME": "BERTRAM Abel", "PLACE": "Saint-Omer (Pas-de-Calais)."}, "date": "2023-08-20T14:48:36+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8865	besson-faustin-1821-03-15	{"a4": "112", "g55": "05-23"}	{"g55": "05-23", "lerrcp": "A4-112"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Faustin", "family": "Besson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:58", "date": "1821-03-15 08:00", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.48966, "lat": 47.09225, "name": "Dole", "geoid": 3021263}, "notime": null, "date-ut": "1821-03-15 07:37:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Faustin", "family": "Besson"}, "birth": {"tzo": "+00:21:58", "date": "1821-03-15 08:00", "place": {"c2": "39", "cy": "FR", "lg": 5.48966, "lat": 47.09225, "name": "Dole", "geoid": 3021263}, "date-ut": "1821-03-15 07:37:48"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-112"}, "ids-in-sources": {"a4": "112"}}, "raw": {"H": "7", "MN": "37", "TZ": "0", "COD": "39", "COU": "F", "DAY": "15", "LAT": "46N40", "LON": "5E33", "MON": "3", "NUM": "112", "PRO": "P", "SEC": "48", "YEA": "1821", "CITY": "DOLE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-23"}, "ids-in-source": {"g55": "05-23"}}, "raw": {"DAY": "15-3-1821", "HOUR": "8 h.", "NAME": "BESSON Faustin", "PLACE": "Dôle (Jura)."}, "date": "2023-08-20T14:48:36+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8875	billotte-rene-1846-06-25	{"a4": "122", "g55": "05-24"}	{"g55": "05-24", "lerrcp": "A4-122"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Billotte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:17", "date": "1846-06-25 13:00", "note": null, "place": {"c1": null, "c2": "65", "c3": null, "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "notime": null, "date-ut": "1846-06-25 12:59:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "René", "family": "Billotte"}, "birth": {"tzo": "+00:00:17", "date": "1846-06-25 13:00", "place": {"c2": "65", "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "date-ut": "1846-06-25 12:59:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-122"}, "ids-in-sources": {"a4": "122"}}, "raw": {"H": "12", "MN": "59", "TZ": "0", "COD": "65", "COU": "F", "DAY": "25", "LAT": "43N14", "LON": "0E 5", "MON": "6", "NUM": "122", "PRO": "P", "SEC": "40", "YEA": "1846", "CITY": "TARBES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-24"}, "ids-in-source": {"g55": "05-24"}}, "raw": {"DAY": "25-6-1846", "HOUR": "13 h.", "NAME": "BILLOTTE René", "PLACE": "Tarbes (Hautes-Pyrénées)."}, "date": "2023-08-20T14:48:36+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8879	bissiere-jean-1886-09-22	{"a4": "126", "g55": "05-25"}	{"g55": "05-25", "lerrcp": "A4-126"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bissiere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:58", "date": "1886-09-22 17:30", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.74306, "lat": 44.63746, "name": "Villeréal", "geoid": 2968463}, "notime": null, "date-ut": "1886-09-22 17:27:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bissiere"}, "birth": {"tzo": "+00:02:58", "date": "1886-09-22 17:30", "place": {"c2": "47", "cy": "FR", "lg": 0.74306, "lat": 44.63746, "name": "Villeréal", "geoid": 2968463}, "date-ut": "1886-09-22 17:27:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-126"}, "ids-in-sources": {"a4": "126"}}, "raw": {"H": "17", "MN": "27", "TZ": "0", "COD": "47", "COU": "F", "DAY": "22", "LAT": "44N12", "LON": "0E38", "MON": "9", "NUM": "126", "PRO": "P", "SEC": "28", "YEA": "1886", "CITY": "VILLEREAL"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-25"}, "ids-in-source": {"g55": "05-25"}}, "raw": {"DAY": "22-9-1886", "HOUR": "17 h. 30", "NAME": "BISSIERE Jean Roger", "PLACE": "Villeréal (Lot-et-Garonne)."}, "date": "2023-08-20T14:48:36+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8888	bombois-camille-1883-02-03	{"a4": "135", "g55": "05-26"}	{"g55": "05-26", "lerrcp": "A4-135"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Bombois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:08", "date": "1883-02-03 14:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Vénarey-les-Laumes", "geoid": 0}, "notime": null, "date-ut": "1883-02-03 13:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Bombois"}, "birth": {"tzo": "+00:20:08", "date": "1883-02-03 14:00", "place": {"c2": "21", "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Venareyleslaume", "geoid": 0}, "date-ut": "1883-02-03 13:39:52"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-135"}, "ids-in-sources": {"a4": "135"}}, "raw": {"H": "13", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "3", "LAT": "47N19", "LON": "5E 2", "MON": "2", "NUM": "135", "PRO": "P", "SEC": "52", "YEA": "1883", "CITY": "VENAREYLESLAUME"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Vénarey-les-Laumes"}}, "partial-ids": {"g55": "05-26"}, "ids-in-source": {"g55": "05-26"}}, "raw": {"DAY": "3-2-1883", "HOUR": "14 h.", "NAME": "BOMBOIS Camille", "PLACE": "Vénarey-les-Laumes (Côte-d’Or)."}, "date": "2023-08-20T14:48:36+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8889	bompard-maurice-1857-02-11	{"a4": "136", "g55": "05-27"}	{"g55": "05-27", "lerrcp": "A4-136"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Bompard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:18", "date": "1857-02-11 19:00", "note": null, "place": {"c1": null, "c2": "12", "c3": null, "cy": "FR", "lg": 2.57338, "lat": 44.35258, "name": "Rodez", "geoid": 2983154}, "notime": null, "date-ut": "1857-02-11 18:49:44"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Bompard"}, "birth": {"tzo": "+00:10:18", "date": "1857-02-11 19:00", "place": {"c2": "12", "cy": "FR", "lg": 2.57338, "lat": 44.35258, "name": "Rodez", "geoid": 2983154}, "date-ut": "1857-02-11 18:49:44"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-136"}, "ids-in-sources": {"a4": "136"}}, "raw": {"H": "18", "MN": "49", "TZ": "0", "COD": "12", "COU": "F", "DAY": "11", "LAT": "44N21", "LON": "2E34", "MON": "2", "NUM": "136", "PRO": "P", "SEC": "44", "YEA": "1857", "CITY": "RODEZ"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-27"}, "ids-in-source": {"g55": "05-27"}}, "raw": {"DAY": "11-2-1857", "HOUR": "19 h.", "NAME": "BOMPARD Maurice", "PLACE": "Rodez (Aveyron)."}, "date": "2023-08-20T14:48:36+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8892	bonnard-pierre-1867-10-03	{"a4": "139", "g55": "05-30", "afd2": "63"}	{"g55": "05-30", "lerrcp": "A4-139", "muller": "M2-63"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Bonnard", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:08:44", "date": "1867-10-03 10:00", "note": "LMT", "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Fontenay-aux-Roses", "geoid": 0}, "notime": null, "date-ut": "1867-10-03 09:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Bonnard"}, "birth": {"tzo": "+00:08:44", "date": "1867-10-03 10:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Fontenayauxrose", "geoid": 0}, "date-ut": "1867-10-03 09:51:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-139"}, "ids-in-sources": {"a4": "139"}}, "raw": {"H": "9", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "3", "LAT": "48N50", "LON": "2E11", "MON": "10", "NUM": "139", "PRO": "P", "SEC": "16", "YEA": "1867", "CITY": "FONTENAYAUXROSE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["artist"], "ids-in-sources": {"afd2": "63"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 17", "LAT": "48 N 47", "TZO": "", "DATE": "03.10.1867", "MUID": "63", "NAME": "Bonnard, Pierre", "OCCU": "AR 08", "TIME": "10.00", "BOOKS": "56", "PLACE": "Fontenay-aux-Roses", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"birth": {"place": {"name": "Fontenay-aux-Roses"}}, "partial-ids": {"g55": "05-30"}, "ids-in-source": {"g55": "05-30"}}, "raw": {"DAY": "3-10-1867", "HOUR": "10 h.", "NAME": "BONNARD Pierre", "PLACE": "Fontenay-aux-Roses (Seine)."}, "date": "2023-08-20T14:48:36+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8894	bonnat-joseph-1833-06-20	{"a4": "141", "g55": "05-31"}	{"g55": "05-31", "lerrcp": "A4-141"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Bonnat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:54", "date": "1833-06-20 14:25:34", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "notime": null, "date-ut": "1833-06-20 14:31:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Bonnat"}, "birth": {"tzo": "-00:05:54", "date": "1833-06-20 14:25:34", "place": {"c2": "64", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "date-ut": "1833-06-20 14:31:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-141"}, "ids-in-sources": {"a4": "141"}}, "raw": {"H": "14", "MN": "31", "TZ": "0", "COD": "64", "COU": "F", "DAY": "20", "LAT": "43N18", "LON": "0W22", "MON": "6", "NUM": "141", "PRO": "P", "SEC": "28", "YEA": "1833", "CITY": "BAYONNE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-31"}, "ids-in-source": {"g55": "05-31"}}, "raw": {"DAY": "20-6-1833", "HOUR": "14 h. 30", "NAME": "BONNAT Joseph", "PLACE": "Bayonne (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:36+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
24293	andreau-rene-alexandre-1870-03-12	{"g55": "06-8"}	{"g55": "06-8"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René Alexandre", "family": "Andreau", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1870-03-12 01:30", "note": null, "place": {"c1": "", "c2": "03", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Moulins", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "René Alexandre", "family": "Andreau", "nobility": ""}, "birth": {"date": "1870-03-12 01:30", "place": {"c1": "", "c2": "03", "c3": "", "cy": "FR", "name": "Moulins"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-8"}}, "raw": {"DAY": "12-3-1870", "HOUR": "1 h. 30", "NAME": "ANDREAU René Alexandre", "PLACE": "Moulins (Allier)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
8900	borel-paul-1828-02-12	{"a4": "147", "g55": "05-32"}	{"g55": "05-32", "lerrcp": "A4-147"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Borel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1828-02-12 16:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1828-02-12 15:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Borel"}, "birth": {"tzo": "+00:19:23", "date": "1828-02-12 16:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1828-02-12 15:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-147"}, "ids-in-sources": {"a4": "147"}}, "raw": {"H": "15", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "12", "LAT": "45N46", "LON": "4E50", "MON": "2", "NUM": "147", "PRO": "P", "SEC": "40", "YEA": "1828", "CITY": "LYON"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-32"}, "ids-in-source": {"g55": "05-32"}}, "raw": {"DAY": "12-2-1828", "HOUR": "16 h.", "NAME": "BOREL Paul", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:48:36+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8904	boudin-eugene-1824-07-12	{"a4": "151", "g55": "05-33"}	{"g55": "05-33", "lerrcp": "A4-151"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Boudin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:56", "date": "1824-07-12 05:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": 0.23294, "lat": 49.41985, "name": "Honfleur", "geoid": 3013173}, "notime": null, "date-ut": "1824-07-12 05:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Boudin"}, "birth": {"tzo": "+00:00:56", "date": "1824-07-12 05:00", "place": {"c2": "14", "cy": "FR", "lg": 0.23294, "lat": 49.41985, "name": "Honfleur", "geoid": 3013173}, "date-ut": "1824-07-12 05:01:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-151"}, "ids-in-sources": {"a4": "151"}}, "raw": {"H": "5", "MN": "1", "TZ": "0", "COD": "14", "COU": "F", "DAY": "12", "LAT": "49N11", "LON": "0W22", "MON": "7", "NUM": "151", "PRO": "P", "SEC": "28", "YEA": "1824", "CITY": "HONFLEUR"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-33"}, "ids-in-source": {"g55": "05-33"}}, "raw": {"DAY": "12-7-1824", "HOUR": "5 h.", "NAME": "BOUDIN Eugène", "PLACE": "Honfleur (Calvados)."}, "date": "2023-08-20T14:48:36+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8905	bouguereau-william-1825-11-30	{"a4": "152", "g55": "05-34"}	{"g55": "05-34", "lerrcp": "A4-152"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Bouguereau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:37", "date": "1825-11-30 16:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -1.15222, "lat": 46.16308, "name": "La Rochelle", "geoid": 3006787}, "notime": null, "date-ut": "1825-11-30 16:04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "William", "family": "Bouguereau"}, "birth": {"tzo": "-00:04:37", "date": "1825-11-30 16:00", "place": {"c2": "17", "cy": "FR", "lg": -1.15222, "lat": 46.16308, "name": "La Rochelle", "geoid": 3006787}, "date-ut": "1825-11-30 16:04:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-152"}, "ids-in-sources": {"a4": "152"}}, "raw": {"H": "16", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "30", "LAT": "46N 9", "LON": "1W10", "MON": "11", "NUM": "152", "PRO": "P", "SEC": "40", "YEA": "1825", "CITY": "LA ROCHELLE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-34"}, "ids-in-source": {"g55": "05-34"}}, "raw": {"DAY": "30-11-1825", "HOUR": "16 h.", "NAME": "BOUGUEREAU William Adolphe", "PLACE": "La Rochelle (Charente-Maritime)."}, "date": "2023-08-20T14:48:36+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8912	braque-georges-1882-05-13	{"a4": "159", "g55": "05-36", "afd2": "75"}	{"g55": "05-36", "lerrcp": "A4-159", "muller": "M2-75"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Braque", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:08:59", "date": "1882-05-13 21:00", "note": "LMT", "place": {"c1": null, "c2": "95", "c3": null, "cy": "FR", "lg": 2.24744, "lat": 48.94788, "name": "Argenteuil", "geoid": 3037044}, "notime": null, "date-ut": "1882-05-13 20:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Braque"}, "birth": {"tzo": "+00:08:59", "date": "1882-05-13 21:00", "place": {"c2": "95", "cy": "FR", "lg": 2.24744, "lat": 48.94788, "name": "Argenteuil", "geoid": 3037044}, "date-ut": "1882-05-13 20:52"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-159"}, "ids-in-sources": {"a4": "159"}}, "raw": {"H": "20", "MN": "52", "TZ": "0", "COD": "95", "COU": "F", "DAY": "13", "LAT": "49N 0", "LON": "2E 0", "MON": "5", "NUM": "159", "PRO": "P", "SEC": "0", "YEA": "1882", "CITY": "ARGENTEUIL"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["artist"], "ids-in-sources": {"afd2": "75"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 15", "LAT": "48 N 57", "TZO": "", "DATE": "13.05.1882", "MUID": "75", "NAME": "Braque, Georges", "OCCU": "AR 08", "TIME": "21.00", "BOOKS": "567", "PLACE": "Argenteuil", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"partial-ids": {"g55": "05-36"}, "ids-in-source": {"g55": "05-36"}}, "raw": {"DAY": "9-5-1882", "HOUR": "2 h. 30", "NAME": "BRAQUE Georges", "PLACE": "Argenteuil (Seine-et-Oise)."}, "date": "2023-08-20T14:48:36+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8914	brayer-yves-1907-11-18	{"a4": "161", "g55": "05-37"}	{"g55": "05-37", "lerrcp": "A4-161"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Brayer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1907-11-18 08:30", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1907-11-18 08:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Brayer"}, "birth": {"tzo": "+00:09:21", "date": "1907-11-18 08:30", "place": {"c2": "78", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1907-11-18 08:20:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-161"}, "ids-in-sources": {"a4": "161"}}, "raw": {"H": "8", "MN": "20", "TZ": "0", "COD": "78", "COU": "F", "DAY": "18", "LAT": "48N50", "LON": "2E 8", "MON": "11", "NUM": "161", "PRO": "P", "SEC": "40", "YEA": "1907", "CITY": "VERSAILLES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-37"}, "ids-in-source": {"g55": "05-37"}}, "raw": {"DAY": "18-11-1907", "HOUR": "8 h. 30", "NAME": "BRAYER Yves", "PLACE": "Versailles (Seine-et-Oise)."}, "date": "2023-08-20T14:48:36+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8916	brianchon-maurice-1899-01-11	{"a4": "163", "g55": "05-38"}	{"g55": "05-38", "lerrcp": "A4-163"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Brianchon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-01-11 17:00", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.2, "lat": 48.01667, "name": "Fresnay-sur-Sarthe", "geoid": 0}, "notime": null, "date-ut": "1899-01-11 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Brianchon"}, "birth": {"tzo": "+00:09:21", "date": "1899-01-11 17:00", "place": {"c2": "72", "cy": "FR", "lg": 0.2, "lat": 48.01667, "name": "Fresnayssarthe", "geoid": 0}, "date-ut": "1899-01-11 16:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-163"}, "ids-in-sources": {"a4": "163"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "72", "COU": "F", "DAY": "11", "LAT": "48N 1", "LON": "0E12", "MON": "1", "NUM": "163", "PRO": "P", "SEC": "40", "YEA": "1899", "CITY": "FRESNAYSSARTHE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Fresnay-sur-Sarthe"}}, "partial-ids": {"g55": "05-38"}, "ids-in-source": {"g55": "05-38"}}, "raw": {"DAY": "11-1-1899", "HOUR": "17 h.", "NAME": "BRIANCHON Maurice", "PLACE": "Fresnay-sur-Sarthe (Sarthe)."}, "date": "2023-08-20T14:48:36+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8918	brion-gustave-1824-11-04	{"a4": "165", "g55": "05-40"}	{"g55": "05-40", "lerrcp": "A4-165"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Brion", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:52", "date": "1824-11-04 21:00", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "Rothau", "geoid": 0}, "notime": null, "date-ut": "1824-11-04 20:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Brion"}, "birth": {"tzo": "+00:25:52", "date": "1824-11-04 21:00", "place": {"c2": "88", "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "Rothau", "geoid": 0}, "date-ut": "1824-11-04 20:34:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-165"}, "ids-in-sources": {"a4": "165"}}, "raw": {"H": "20", "MN": "34", "TZ": "0", "COD": "88", "COU": "F", "DAY": "4", "LAT": "48N10", "LON": "6E28", "MON": "11", "NUM": "165", "PRO": "P", "SEC": "8", "YEA": "1824", "CITY": "ROTHAU"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Rothau"}}, "partial-ids": {"g55": "05-40"}, "ids-in-source": {"g55": "05-40"}}, "raw": {"DAY": "4-11-1824", "HOUR": "21 h.", "NAME": "BRION Gustave Adolphe", "PLACE": "Rothau (Vosges)."}, "date": "2023-08-20T14:48:37+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8921	brouillet-pierre-1857-09-01	{"a4": "168", "g55": "05-41"}	{"g55": "05-41", "lerrcp": "A4-168"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Brouillet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01:37", "date": "1857-09-01 20:00", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.40333, "lat": 46.1444, "name": "Charroux", "geoid": 3026478}, "notime": null, "date-ut": "1857-09-01 19:58:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Brouillet"}, "birth": {"tzo": "+00:01:37", "date": "1857-09-01 20:00", "place": {"c2": "86", "cy": "FR", "lg": 0.40333, "lat": 46.1444, "name": "Charroux", "geoid": 3026478}, "date-ut": "1857-09-01 19:58:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-168"}, "ids-in-sources": {"a4": "168"}}, "raw": {"H": "19", "MN": "58", "TZ": "0", "COD": "86", "COU": "F", "DAY": "1", "LAT": "46N35", "LON": "0E20", "MON": "9", "NUM": "168", "PRO": "P", "SEC": "40", "YEA": "1857", "CITY": "CHARROUX"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-41"}, "ids-in-source": {"g55": "05-41"}}, "raw": {"DAY": "1-9-1857", "HOUR": "20 h.", "NAME": "BROUILLET Pierre André", "PLACE": "Charroux (Vienne)."}, "date": "2023-08-20T14:48:37+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8925	buhot-felix-1847-07-09	{"a4": "172", "g55": "05-43"}	{"g55": "05-43", "lerrcp": "A4-172"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Buhot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:53", "date": "1847-07-09 05:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.47047, "lat": 49.50881, "name": "Valognes", "geoid": 2970860}, "notime": null, "date-ut": "1847-07-09 05:04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Buhot"}, "birth": {"tzo": "-00:05:53", "date": "1847-07-09 05:00", "place": {"c2": "50", "cy": "FR", "lg": -1.47047, "lat": 49.50881, "name": "Valognes", "geoid": 2970860}, "date-ut": "1847-07-09 05:04:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-172"}, "ids-in-sources": {"a4": "172"}}, "raw": {"H": "5", "MN": "4", "TZ": "0", "COD": "50", "COU": "F", "DAY": "9", "LAT": "49N 7", "LON": "1W 5", "MON": "7", "NUM": "172", "PRO": "P", "SEC": "20", "YEA": "1847", "CITY": "VALOGNES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-43"}, "ids-in-source": {"g55": "05-43"}}, "raw": {"DAY": "9-7-1847", "HOUR": "5 h.", "NAME": "BUHOT Felix Hilaire", "PLACE": "Valognes (Manche)."}, "date": "2023-08-20T14:48:37+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8927	busson-charles-1822-07-15	{"a4": "174", "g55": "05-44"}	{"g55": "05-44", "lerrcp": "A4-174"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Busson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:20", "date": "1822-07-15 15:00", "note": null, "place": {"c1": null, "c2": "41", "c3": null, "cy": "FR", "lg": 1.33333, "lat": 47.58333, "name": "Montoire", "geoid": 0}, "notime": null, "date-ut": "1822-07-15 14:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Busson"}, "birth": {"tzo": "+00:05:20", "date": "1822-07-15 15:00", "place": {"c2": "41", "cy": "FR", "lg": 1.33333, "lat": 47.58333, "name": "Montoire", "geoid": 0}, "date-ut": "1822-07-15 14:54:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-174"}, "ids-in-sources": {"a4": "174"}}, "raw": {"H": "14", "MN": "54", "TZ": "0", "COD": "41", "COU": "F", "DAY": "15", "LAT": "47N35", "LON": "1E20", "MON": "7", "NUM": "174", "PRO": "P", "SEC": "40", "YEA": "1822", "CITY": "MONTOIRE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Montoire"}}, "partial-ids": {"g55": "05-44"}, "ids-in-source": {"g55": "05-44"}}, "raw": {"DAY": "15-7-1822", "HOUR": "15 h.", "NAME": "BUSSON Charles", "PLACE": "Montoire (Loir-et-Cher)."}, "date": "2023-08-20T14:48:37+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8929	cabanel-alexandre-1824-09-28	{"a4": "176", "g55": "05-46"}	{"g55": "05-46", "lerrcp": "A4-176"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Cabanel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1824-09-28 00:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1824-09-27 23:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-176"}, "birth": {"tzo": "+00:15:30", "date": "1824-09-28 00:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1824-09-27 23:44:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-176"}, "ids-in-sources": {"a4": "176"}}, "raw": {"H": "23", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "27", "LAT": "43N37", "LON": "3E53", "MON": "9", "NUM": "176", "PRO": "P", "SEC": "28", "YEA": "1824", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Alexandre", "family": "Cabanel", "nobility": ""}, "slug": "cabanel-alexandre-1824-09-28", "partial-ids": {"g55": "05-46"}, "ids-in-source": {"g55": "05-46"}}, "raw": {"DAY": "28-9-1824", "HOUR": "0 h.", "NAME": "CABANEL Alexandre", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:48:37+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8931	cachoud-francois-1866-10-27	{"a4": "178", "g55": "05-48"}	{"g55": "05-48", "lerrcp": "A4-178"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Cachoud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:41", "date": "1866-10-27 17:00", "note": null, "place": {"c1": null, "c2": "73", "c3": null, "cy": "FR", "lg": 5.92079, "lat": 45.56628, "name": "Chambéry", "geoid": 3027422}, "notime": null, "date-ut": "1866-10-27 16:36:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "François", "family": "Cachoud"}, "birth": {"tzo": "+00:23:41", "date": "1866-10-27 17:00", "place": {"c2": "73", "cy": "FR", "lg": 5.92079, "lat": 45.56628, "name": "Chambéry", "geoid": 3027422}, "date-ut": "1866-10-27 16:36:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-178"}, "ids-in-sources": {"a4": "178"}}, "raw": {"H": "16", "MN": "36", "TZ": "0", "COD": "73", "COU": "F", "DAY": "27", "LAT": "45N34", "LON": "5E55", "MON": "10", "NUM": "178", "PRO": "P", "SEC": "20", "YEA": "1866", "CITY": "CHAMBERY"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-48"}, "ids-in-source": {"g55": "05-48"}}, "raw": {"DAY": "27-10-1866", "HOUR": "17 h.", "NAME": "CACHOUD Francois Charl.", "PLACE": "Chambéry (Savoie)."}, "date": "2023-08-20T14:48:37+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8941	carolus-duran-emile-1837-07-04	{"a4": "188", "g55": "05-50"}	{"g55": "05-50", "lerrcp": "A4-188"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Carolus-Duran", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1837-07-04 05:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1837-07-04 04:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Carolus-Duran"}, "birth": {"tzo": "+00:12:14", "date": "1837-07-04 05:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1837-07-04 04:47:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-188"}, "ids-in-sources": {"a4": "188"}}, "raw": {"H": "4", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "4", "LAT": "50N39", "LON": "3E 5", "MON": "7", "NUM": "188", "PRO": "P", "SEC": "40", "YEA": "1837", "CITY": "LILLE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-50"}, "ids-in-source": {"g55": "05-50"}}, "raw": {"DAY": "4-7-1837", "HOUR": "5 h.", "NAME": "CAROLUS-DURAN Charles Durand)", "PLACE": "Lille (Nord)."}, "date": "2023-08-20T14:48:37+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8951	cazin-jean-1841-05-25	{"a4": "198", "g55": "05-51"}	{"g55": "05-51", "lerrcp": "A4-198"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Cazin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:59", "date": "1841-05-25 17:55:55", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 1.74628, "lat": 50.6384, "name": "Samer", "geoid": 2976291}, "notime": null, "date-ut": "1841-05-25 17:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Cazin"}, "birth": {"tzo": "+00:06:59", "date": "1841-05-25 17:55:55", "place": {"c2": "62", "cy": "FR", "lg": 1.74628, "lat": 50.6384, "name": "Samer", "geoid": 2976291}, "date-ut": "1841-05-25 17:48:56"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-198"}, "ids-in-sources": {"a4": "198"}}, "raw": {"H": "17", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "25", "LAT": "50N18", "LON": "2E46", "MON": "5", "NUM": "198", "PRO": "P", "SEC": "56", "YEA": "1841", "CITY": "SAMER"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-51"}, "ids-in-source": {"g55": "05-51"}}, "raw": {"DAY": "25-5-1841", "HOUR": "18 h.", "NAME": "CAZIN Jean Charles", "PLACE": "Samer (Pas-de-Calais)."}, "date": "2023-08-20T14:48:37+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8955	cezanne-paul-1839-01-19	{"a4": "202", "g55": "05-53", "afd2": "110"}	{"g55": "05-53", "lerrcp": "A4-202", "muller": "M2-110"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Cezanne", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:21:48", "date": "1839-01-19 01:00", "note": "LMT", "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "notime": null, "date-ut": "1839-01-19 00:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Cezanne"}, "birth": {"tzo": "+00:21:48", "date": "1839-01-19 01:00", "place": {"c2": "13", "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "date-ut": "1839-01-19 00:38:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-202"}, "ids-in-sources": {"a4": "202"}}, "raw": {"H": "0", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "19", "LAT": "43N18", "LON": "5E22", "MON": "1", "NUM": "202", "PRO": "P", "SEC": "32", "YEA": "1839", "CITY": "AIX-EN-PROVENCE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["artist"], "ids-in-sources": {"afd2": "110"}}, "raw": {"CY": "F", "GQ": "G", "LG": "005 E 22", "LAT": "43 N 18", "TZO": "", "DATE": "19.01.1839", "MUID": "110", "NAME": "Cezanne, Paul", "OCCU": "AR 08", "TIME": "01.00", "BOOKS": "456", "PLACE": "Aix en Provence", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"partial-ids": {"g55": "05-53"}, "ids-in-source": {"g55": "05-53"}}, "raw": {"DAY": "19-1-1839", "HOUR": "1 h.", "NAME": "CEZANNE Paul", "PLACE": "Aix-en-Provence (Bouches-du-Rhône)."}, "date": "2023-08-20T14:48:37+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8962	chaplin-charles-1825-06-08	{"a4": "209", "g55": "05-54"}	{"g55": "05-54", "lerrcp": "A4-209"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Chaplin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:44", "date": "1825-06-08 03:00", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.18333, "lat": 49.01667, "name": "Andelys", "geoid": 0}, "notime": null, "date-ut": "1825-06-08 02:55:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Chaplin"}, "birth": {"tzo": "+00:04:44", "date": "1825-06-08 03:00", "place": {"c2": "27", "cy": "FR", "lg": 1.18333, "lat": 49.01667, "name": "Andelys", "geoid": 0}, "date-ut": "1825-06-08 02:55:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-209"}, "ids-in-sources": {"a4": "209"}}, "raw": {"H": "2", "MN": "55", "TZ": "0", "COD": "27", "COU": "F", "DAY": "8", "LAT": "49N 1", "LON": "1E11", "MON": "6", "NUM": "209", "PRO": "P", "SEC": "16", "YEA": "1825", "CITY": "ANDELYS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Andelys"}}, "partial-ids": {"g55": "05-54"}, "ids-in-source": {"g55": "05-54"}}, "raw": {"DAY": "8-6-1825", "HOUR": "3 h.", "NAME": "CHAPLIN Charles", "PLACE": "Andelys (Eure)."}, "date": "2023-08-20T14:48:37+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8966	charlot-louis-1878-04-26	{"a4": "213", "g55": "05-55"}	{"g55": "05-55", "lerrcp": "A4-213"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Charlot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:20", "date": "1878-04-26 06:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 46.3, "name": "Cussy-en-Morvan", "geoid": 0}, "notime": null, "date-ut": "1878-04-26 05:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Charlot"}, "birth": {"tzo": "+00:19:20", "date": "1878-04-26 06:00", "place": {"c2": "71", "cy": "FR", "lg": 4.83333, "lat": 46.3, "name": "Cussyenmorvan", "geoid": 0}, "date-ut": "1878-04-26 05:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-213"}, "ids-in-sources": {"a4": "213"}}, "raw": {"H": "5", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "26", "LAT": "46N18", "LON": "4E50", "MON": "4", "NUM": "213", "PRO": "P", "SEC": "40", "YEA": "1878", "CITY": "CUSSYENMORVAN"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Cussy-en-Morvan"}}, "partial-ids": {"g55": "05-55"}, "ids-in-source": {"g55": "05-55"}}, "raw": {"DAY": "26-4-1878", "HOUR": "6 h.", "NAME": "CHARLOT Louis", "PLACE": "Cussy-en-Morvan (Saône-et-Loire)."}, "date": "2023-08-20T14:48:37+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8969	charpin-albert-1842-01-30	{"a4": "216", "g55": "05-56"}	{"g55": "05-56", "lerrcp": "A4-216"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Charpin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:27:42", "date": "1842-01-30 09:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 6.92537, "lat": 43.65783, "name": "Grasse", "geoid": 3014856}, "notime": null, "date-ut": "1842-01-30 08:30:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Charpin"}, "birth": {"tzo": "+00:27:42", "date": "1842-01-30 09:00", "place": {"c2": "06", "cy": "FR", "lg": 6.92537, "lat": 43.65783, "name": "Grasse", "geoid": 3014856}, "date-ut": "1842-01-30 08:30:56"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-216"}, "ids-in-sources": {"a4": "216"}}, "raw": {"H": "8", "MN": "30", "TZ": "0", "COD": "06", "COU": "F", "DAY": "30", "LAT": "43N42", "LON": "7E16", "MON": "1", "NUM": "216", "PRO": "P", "SEC": "56", "YEA": "1842", "CITY": "GRASSE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-56"}, "ids-in-source": {"g55": "05-56"}}, "raw": {"DAY": "30-1-1842", "HOUR": "9 h.", "NAME": "CHARPIN Albert", "PLACE": "Grasse (Alpes-Maritimes)."}, "date": "2023-08-20T14:48:37+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8972	chartran-theobald-1849-07-20	{"a4": "219", "g55": "05-58"}	{"g55": "05-58", "lerrcp": "A4-219"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theobald", "family": "Chartran", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:04", "date": "1849-07-20 08:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1849-07-20 07:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Theobald", "family": "Chartran"}, "birth": {"tzo": "+00:24:04", "date": "1849-07-20 08:00", "place": {"c2": "25", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1849-07-20 07:35:52"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-219"}, "ids-in-sources": {"a4": "219"}}, "raw": {"H": "7", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "20", "LAT": "47N15", "LON": "6E 2", "MON": "7", "NUM": "219", "PRO": "P", "SEC": "52", "YEA": "1849", "CITY": "BESANCON"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-58"}, "ids-in-source": {"g55": "05-58"}}, "raw": {"DAY": "20-7-1849", "HOUR": "8 h.", "NAME": "CHARTRAN Théobald", "PLACE": "Besançon (Doubs)."}, "date": "2023-08-20T14:48:37+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8974	chavet-victor-1822-07-21	{"a4": "221", "g55": "05-59"}	{"g55": "05-59", "lerrcp": "A4-221"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Chavet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:08", "date": "1822-07-21 04:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.78526, "lat": 43.47082, "name": "Pourcieux", "geoid": 2985765}, "notime": null, "date-ut": "1822-07-21 03:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Chavet"}, "birth": {"tzo": "+00:23:08", "date": "1822-07-21 04:00", "place": {"c2": "83", "cy": "FR", "lg": 5.78526, "lat": 43.47082, "name": "Pourcieux", "geoid": 2985765}, "date-ut": "1822-07-21 03:34:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-221"}, "ids-in-sources": {"a4": "221"}}, "raw": {"H": "3", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "21", "LAT": "43N32", "LON": "6E28", "MON": "7", "NUM": "221", "PRO": "P", "SEC": "8", "YEA": "1822", "CITY": "POURCIEUX"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-59"}, "ids-in-source": {"g55": "05-59"}}, "raw": {"DAY": "21-7-1822", "HOUR": "4 h.", "NAME": "CHAVET Victor Joseph", "PLACE": "Pourcieux (Var)."}, "date": "2023-08-20T14:48:37+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8978	chifflart-nicolas-1825-03-21	{"a4": "225", "g55": "05-60"}	{"g55": "05-60", "lerrcp": "A4-225"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicolas", "family": "Chifflart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:04", "date": "1825-03-21 07:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Saint-Omer", "geoid": 0}, "notime": null, "date-ut": "1825-03-21 06:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Nicolas", "family": "Chifflart"}, "birth": {"tzo": "+00:11:04", "date": "1825-03-21 07:00", "place": {"c2": "62", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Saintomer", "geoid": 0}, "date-ut": "1825-03-21 06:48:56"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-225"}, "ids-in-sources": {"a4": "225"}}, "raw": {"H": "6", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "21", "LAT": "50N18", "LON": "2E46", "MON": "3", "NUM": "225", "PRO": "P", "SEC": "56", "YEA": "1825", "CITY": "SAINTOMER"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Omer"}}, "partial-ids": {"g55": "05-60"}, "ids-in-source": {"g55": "05-60"}}, "raw": {"DAY": "21-3-1825", "HOUR": "7 h.", "NAME": "CHIFFLART Nicolas Frang.", "PLACE": "Saint-Omer (Pas-de-Calais)."}, "date": "2023-08-20T14:48:37+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8979	chigot-eugene-1860-11-22	{"a4": "226", "g55": "05-61"}	{"g55": "05-61", "lerrcp": "A4-226"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Chigot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:06", "date": "1860-11-22 18:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.52506, "lat": 50.35909, "name": "Valenciennes", "geoid": 2971041}, "notime": null, "date-ut": "1860-11-22 17:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Chigot"}, "birth": {"tzo": "+00:14:06", "date": "1860-11-22 18:00", "place": {"c2": "59", "cy": "FR", "lg": 3.52506, "lat": 50.35909, "name": "Valenciennes", "geoid": 2971041}, "date-ut": "1860-11-22 17:47:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-226"}, "ids-in-sources": {"a4": "226"}}, "raw": {"H": "17", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "22", "LAT": "50N39", "LON": "3E 5", "MON": "11", "NUM": "226", "PRO": "P", "SEC": "40", "YEA": "1860", "CITY": "VALENCIENNES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-61"}, "ids-in-source": {"g55": "05-61"}}, "raw": {"DAY": "22-11-1860", "HOUR": "18 h.", "NAME": "CHIGOT Eugène Henri", "PLACE": "Valenciennes (Nord)."}, "date": "2023-08-20T14:48:37+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8982	chretien-rene-1867-10-02	{"a4": "229", "g55": "05-63"}	{"g55": "05-63", "lerrcp": "A4-229"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Chretien", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:56", "date": "1867-10-02 23:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Choisy-le-Roi", "geoid": 0}, "notime": null, "date-ut": "1867-10-02 22:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "René", "family": "Chretien"}, "birth": {"tzo": "+00:09:56", "date": "1867-10-02 23:00", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Choisyleroi", "geoid": 0}, "date-ut": "1867-10-02 22:50:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-229"}, "ids-in-sources": {"a4": "229"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "2", "LAT": "48N47", "LON": "2E29", "MON": "10", "NUM": "229", "PRO": "P", "SEC": "4", "YEA": "1867", "CITY": "CHOISYLEROI"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Choisy-le-Roi"}}, "partial-ids": {"g55": "05-63"}, "ids-in-source": {"g55": "05-63"}}, "raw": {"DAY": "2-10-1867", "HOUR": "23 h.", "NAME": "CHRETIEN René Louis", "PLACE": "Choisy-le-Roi (Seine)."}, "date": "2023-08-20T14:48:37+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8992	coignard-louis-1812-09-04	{"a4": "239", "g55": "05-64"}	{"g55": "05-64", "lerrcp": "A4-239"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Coignard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:27", "date": "1812-09-04 14:00", "note": null, "place": {"c1": null, "c2": "53", "c3": null, "cy": "FR", "lg": -0.61383, "lat": 48.30337, "name": "Mayenne", "geoid": 2994935}, "notime": null, "date-ut": "1812-09-04 14:03"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Coignard"}, "birth": {"tzo": "-00:02:27", "date": "1812-09-04 14:00", "place": {"c2": "53", "cy": "FR", "lg": -0.61383, "lat": 48.30337, "name": "Mayenne", "geoid": 2994935}, "date-ut": "1812-09-04 14:03"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-239"}, "ids-in-sources": {"a4": "239"}}, "raw": {"H": "14", "MN": "3", "TZ": "0", "COD": "53", "COU": "F", "DAY": "4", "LAT": "48N 4", "LON": "0W45", "MON": "9", "NUM": "239", "PRO": "P", "SEC": "0", "YEA": "1812", "CITY": "MAYENNE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-64"}, "ids-in-source": {"g55": "05-64"}}, "raw": {"DAY": "4-9-1812", "HOUR": "14 h.", "NAME": "COIGNARD Louis", "PLACE": "Mayenne (Mayenne)."}, "date": "2023-08-20T14:48:37+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8995	colin-gustave-1828-07-11	{"a4": "242", "g55": "05-65"}	{"g55": "05-65", "lerrcp": "A4-242"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Colin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:08", "date": "1828-07-11 11:10", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "notime": null, "date-ut": "1828-07-11 10:58:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Colin"}, "birth": {"tzo": "+00:11:08", "date": "1828-07-11 11:10", "place": {"c2": "62", "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "date-ut": "1828-07-11 10:58:56"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-242"}, "ids-in-sources": {"a4": "242"}}, "raw": {"H": "10", "MN": "58", "TZ": "0", "COD": "62", "COU": "F", "DAY": "11", "LAT": "50N18", "LON": "2E46", "MON": "7", "NUM": "242", "PRO": "P", "SEC": "56", "YEA": "1828", "CITY": "ARRAS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-65"}, "ids-in-source": {"g55": "05-65"}}, "raw": {"DAY": "11-7-1828", "HOUR": "11 h. 10", "NAME": "\\fCOLIN Gustave Henri", "PLACE": "Arras (Pas-de-Calais)."}, "date": "2023-08-20T14:48:37+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9005	courbet-gustave-1819-06-10	{"a4": "253", "g55": "05-69", "afd2": "126"}	{"g55": "05-69", "lerrcp": "A4-253", "muller": "M2-126"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Courbet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:24:34", "date": "1819-06-10 03:00", "note": "LMT", "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.14306, "lat": 47.10749, "name": "Ornans", "geoid": 2989252}, "notime": null, "date-ut": "1819-06-10 02:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Courbet"}, "birth": {"tzo": "+00:24:34", "date": "1819-06-10 03:00", "place": {"c2": "25", "cy": "FR", "lg": 6.14306, "lat": 47.10749, "name": "Ornans", "geoid": 2989252}, "date-ut": "1819-06-10 02:35:52"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-253"}, "ids-in-sources": {"a4": "253"}}, "raw": {"H": "2", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "10", "LAT": "47N15", "LON": "6E 2", "MON": "6", "NUM": "253", "PRO": "P", "SEC": "52", "YEA": "1819", "CITY": "ORNANS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["artist"], "ids-in-sources": {"afd2": "126"}}, "raw": {"CY": "F", "GQ": "G", "LG": "006 E 09", "LAT": "47 N 07", "TZO": "", "DATE": "10.06.1819", "MUID": "126", "NAME": "Courbet, Gustave", "OCCU": "AR 08", "TIME": "03.00", "BOOKS": "567", "PLACE": "Ornans (Doubs)", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"partial-ids": {"g55": "05-69"}, "ids-in-source": {"g55": "05-69"}}, "raw": {"DAY": "10-6-1819", "HOUR": "3 h.", "NAME": "COURBET Gustave", "PLACE": "Ornans (Doubs)."}, "date": "2023-08-20T14:48:37+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9008	couture-thomas-1815-12-21	{"a4": "256", "g55": "05-70"}	{"g55": "05-70", "lerrcp": "A4-256"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Thomas", "family": "Couture", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:21", "date": "1815-12-21 23:02", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.58661, "lat": 49.20724, "name": "Senlis", "geoid": 2975088}, "notime": null, "date-ut": "1815-12-21 22:51:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Thomas", "family": "Couture"}, "birth": {"tzo": "+00:10:21", "date": "1815-12-21 23:02", "place": {"c2": "60", "cy": "FR", "lg": 2.58661, "lat": 49.20724, "name": "Senlis", "geoid": 2975088}, "date-ut": "1815-12-21 22:51:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-256"}, "ids-in-sources": {"a4": "256"}}, "raw": {"H": "22", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "21", "LAT": "49N26", "LON": "2E 5", "MON": "12", "NUM": "256", "PRO": "P", "SEC": "40", "YEA": "1815", "CITY": "SENLIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-70"}, "ids-in-source": {"g55": "05-70"}}, "raw": {"DAY": "21-12-1815", "HOUR": "23 h.", "NAME": "COUTURE Thomas", "PLACE": "Senlis (Oise)."}, "date": "2023-08-20T14:48:37+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9009	couturier-philibert-leon-1823-05-26	{"a4": "257", "g55": "05-71"}	{"g55": "05-71", "lerrcp": "A4-257"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philibert Léon", "family": "Couturier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:25", "date": "1823-05-26 23:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.85372, "lat": 46.78112, "name": "Chalon-sur-Saône", "geoid": 3027484}, "notime": null, "date-ut": "1823-05-26 22:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-257"}, "birth": {"tzo": "+00:19:25", "date": "1823-05-26 23:00", "place": {"c2": "71", "cy": "FR", "lg": 4.85372, "lat": 46.78112, "name": "Chalon-sur-Saône", "geoid": 3027484}, "date-ut": "1823-05-26 22:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-257"}, "ids-in-sources": {"a4": "257"}}, "raw": {"H": "22", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "26", "LAT": "46N18", "LON": "4E50", "MON": "5", "NUM": "257", "PRO": "P", "SEC": "40", "YEA": "1823", "CITY": "CHALON-S-SAONE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Philibert Léon", "family": "Couturier", "nobility": ""}, "slug": "couturier-philibert-leon-1823-05-26", "partial-ids": {"g55": "05-71"}, "ids-in-source": {"g55": "05-71"}}, "raw": {"DAY": "26-5-1823", "HOUR": "23 h.", "NAME": "COUTURIER Philibert Léon", "PLACE": "Chalon-sur-Saône (S.-L.)."}, "date": "2023-08-20T14:48:37+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9014	cross-henry-1856-05-20	{"a4": "262", "g55": "05-72"}	{"g55": "05-72", "lerrcp": "A4-262"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Cross", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:19", "date": "1856-05-20 05:30", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "notime": null, "date-ut": "1856-05-20 05:17:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Cross"}, "birth": {"tzo": "+00:12:19", "date": "1856-05-20 05:30", "place": {"c2": "59", "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "date-ut": "1856-05-20 05:17:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-262"}, "ids-in-sources": {"a4": "262"}}, "raw": {"H": "5", "MN": "17", "TZ": "0", "COD": "59", "COU": "F", "DAY": "20", "LAT": "50N39", "LON": "3E 5", "MON": "5", "NUM": "262", "PRO": "P", "SEC": "40", "YEA": "1856", "CITY": "DOUAI"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-72"}, "ids-in-source": {"g55": "05-72"}}, "raw": {"DAY": "20-5-1856", "HOUR": "5 h. 30", "NAME": "CROSS (Henry Edmond Delacroix)", "PLACE": "Douai (Nord)."}, "date": "2023-08-20T14:48:37+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9021	daumier-honore-1808-02-26	{"a4": "269", "g55": "05-73", "afd2": "136"}	{"g55": "05-73", "lerrcp": "A4-269", "muller": "M2-136"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Honoré", "family": "Daumier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:21:31", "date": "1808-02-26 15:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1808-02-26 14:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Honoré", "family": "Daumier"}, "birth": {"tzo": "+00:21:31", "date": "1808-02-26 15:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1808-02-26 14:38:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-269"}, "ids-in-sources": {"a4": "269"}}, "raw": {"H": "14", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "26", "LAT": "43N18", "LON": "5E22", "MON": "2", "NUM": "269", "PRO": "P", "SEC": "32", "YEA": "1808", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"sex": "M", "occus": ["artist"], "ids-in-sources": {"afd2": "136"}}, "raw": {"CY": "F", "GQ": "G", "LG": "005 E 22", "LAT": "43 N 18", "TZO": "-0.15", "DATE": "26.02.1808", "MUID": "136", "NAME": "Daumier, Honoré", "OCCU": "AR 08", "TIME": "15.00", "BOOKS": "4567", "PLACE": "Marseille", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"partial-ids": {"g55": "05-73"}, "ids-in-source": {"g55": "05-73"}}, "raw": {"DAY": "26-2-1808", "HOUR": "15 h.", "NAME": "DAUMIER Honoré", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:48:37+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9024	dauzats-adrien-1804-07-16	{"a4": "272", "g55": "05-74"}	{"g55": "05-74", "lerrcp": "A4-272"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrien", "family": "Dauzats", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1804-07-16 03:25:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1804-07-16 03:27:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Adrien", "family": "Dauzats"}, "birth": {"tzo": "-00:02:19", "date": "1804-07-16 03:25:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1804-07-16 03:27:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-272"}, "ids-in-sources": {"a4": "272"}}, "raw": {"H": "3", "MN": "27", "TZ": "0", "COD": "33", "COU": "F", "DAY": "16", "LAT": "44N50", "LON": "0W34", "MON": "7", "NUM": "272", "PRO": "P", "SEC": "36", "YEA": "1804", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-74"}, "ids-in-source": {"g55": "05-74"}}, "raw": {"DAY": "16-7-1804", "HOUR": "3 h. 30", "NAME": "DAUZATS | Adrien", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:48:37+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9033	degas-edgar-1834-07-19	{"a4": "281", "g55": "05-76", "afd2": "140"}	{"g55": "05-76", "lerrcp": "A4-281", "muller": "M2-140"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edgar", "family": "Degas", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:24", "date": "1834-07-19 20:30", "note": "LMT", "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1834-07-19 20:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edgar", "family": "Degas"}, "birth": {"tzo": "+00:09:24", "date": "1834-07-19 20:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1834-07-19 20:20:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-281"}, "ids-in-sources": {"a4": "281"}}, "raw": {"H": "20", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "19", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "281", "PRO": "P", "SEC": "40", "YEA": "1834", "CITY": "PARIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["artist"], "ids-in-sources": {"afd2": "140"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 20", "LAT": "48 N 50", "TZO": "", "DATE": "19.07.1834", "MUID": "140", "NAME": "Degas, Edgar", "OCCU": "AR 08", "TIME": "20.30", "BOOKS": "567", "PLACE": "Paris", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"partial-ids": {"g55": "05-76"}, "ids-in-source": {"g55": "05-76"}}, "raw": {"DAY": "19-7-1834", "HOUR": "20 h. 30", "NAME": "DEGAS Edgar", "PLACE": "Paris (Seine)."}, "date": "2023-08-20T14:48:37+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9036	delacroix-auguste-1809-01-26	{"a4": "284", "g55": "05-77"}	{"g55": "05-77", "lerrcp": "A4-284"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Delacroix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:27", "date": "1809-01-26 20:25:23", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "notime": null, "date-ut": "1809-01-26 20:18:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Delacroix"}, "birth": {"tzo": "+00:06:27", "date": "1809-01-26 20:25:23", "place": {"c2": "62", "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "date-ut": "1809-01-26 20:18:56"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-284"}, "ids-in-sources": {"a4": "284"}}, "raw": {"H": "20", "MN": "18", "TZ": "0", "COD": "62", "COU": "F", "DAY": "26", "LAT": "50N18", "LON": "2E46", "MON": "1", "NUM": "284", "PRO": "P", "SEC": "56", "YEA": "1809", "CITY": "BOULOGNE-S-MER"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-77"}, "ids-in-source": {"g55": "05-77"}}, "raw": {"DAY": "26-1-1809", "HOUR": "20 h. 30", "NAME": "DELACROIX Auguste", "PLACE": "Boulogne-sur-Mer (P.-de-C.)."}, "date": "2023-08-20T14:48:37+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9041	delaunay-jules-1828-06-13	{"a4": "289", "g55": "05-78"}	{"g55": "05-78", "lerrcp": "A4-289"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Delaunay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1828-06-13 08:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1828-06-13 08:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Delaunay"}, "birth": {"tzo": "-00:06:13", "date": "1828-06-13 08:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1828-06-13 08:06:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-289"}, "ids-in-sources": {"a4": "289"}}, "raw": {"H": "8", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "13", "LAT": "47N13", "LON": "1W35", "MON": "6", "NUM": "289", "PRO": "P", "SEC": "20", "YEA": "1828", "CITY": "NANTES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-78"}, "ids-in-source": {"g55": "05-78"}}, "raw": {"DAY": "13-6-1828", "HOUR": "8 h.", "NAME": "DELAUNAY Jules Elie", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:48:37+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9044	delort-charles-1841-02-04	{"a4": "292", "g55": "05-79"}	{"g55": "05-79", "lerrcp": "A4-292"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Delort", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:26", "date": "1841-02-04 17:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1841-02-04 16:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Delort"}, "birth": {"tzo": "+00:17:26", "date": "1841-02-04 17:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1841-02-04 16:42:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-292"}, "ids-in-sources": {"a4": "292"}}, "raw": {"H": "16", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "4", "LAT": "43N51", "LON": "4E21", "MON": "2", "NUM": "292", "PRO": "P", "SEC": "36", "YEA": "1841", "CITY": "NIMES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-79"}, "ids-in-source": {"g55": "05-79"}}, "raw": {"DAY": "4-2-1841", "HOUR": "17 h.", "NAME": "DELORT Charles Edouard", "PLACE": "Nimes (Gard)."}, "date": "2023-08-20T14:48:37+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9052	derain-andre-1880-06-17	{"a4": "300", "g55": "05-82", "afd2": "145"}	{"g55": "05-82", "lerrcp": "A4-300", "muller": "M2-145"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Derain", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:08:38", "date": "1880-06-17 14:00", "note": "LMT", "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.15863, "lat": 48.8898, "name": "Chatou", "geoid": 3026033}, "notime": null, "date-ut": "1880-06-17 13:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "André", "family": "Derain"}, "birth": {"tzo": "+00:08:38", "date": "1880-06-17 14:00", "place": {"c2": "78", "cy": "FR", "lg": 2.15863, "lat": 48.8898, "name": "Chatou", "geoid": 3026033}, "date-ut": "1880-06-17 13:51:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-300"}, "ids-in-sources": {"a4": "300"}}, "raw": {"H": "13", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "17", "LAT": "48N50", "LON": "2E 8", "MON": "6", "NUM": "300", "PRO": "P", "SEC": "28", "YEA": "1880", "CITY": "CHATOU"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["artist"], "ids-in-sources": {"afd2": "145"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 20", "LAT": "48 N 50", "TZO": "", "DATE": "17.06.1880", "MUID": "145", "NAME": "Derain, André", "OCCU": "AR 08", "TIME": "14.00", "BOOKS": "56", "PLACE": "Paris", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"partial-ids": {"g55": "05-82"}, "ids-in-source": {"g55": "05-82"}}, "raw": {"DAY": "17-6-1880", "HOUR": "14 h.", "NAME": "DERAIN André", "PLACE": "Chatou (Seine-et-Oise)."}, "date": "2023-08-20T14:48:38+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9072	diaz-de-la-pena-narcisse-1807-08-21	{"a4": "320", "g55": "05-83"}	{"g55": "05-83", "lerrcp": "A4-320"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Diaz de la Pena Narcisse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1807-08-21 07:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1807-08-21 07:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Diaz de la Pena Narcisse"}, "birth": {"tzo": "-00:02:19", "date": "1807-08-21 07:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1807-08-21 07:57:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-320"}, "ids-in-sources": {"a4": "320"}}, "raw": {"H": "7", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "21", "LAT": "44N50", "LON": "0W34", "MON": "8", "NUM": "320", "PRO": "P", "SEC": "36", "YEA": "1807", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-83"}, "ids-in-source": {"g55": "05-83"}}, "raw": {"DAY": "20-8-1807", "HOUR": "8 h.", "NAME": "DIAZ de La PENA Narcisse Virg.", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:48:38+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9074	didier-pouget-william-1864-11-14	{"a4": "322", "g55": "05-84"}	{"g55": "05-84", "lerrcp": "A4-322"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "William", "family": "Didier-Pouget", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1864-11-14 03:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1864-11-14 02:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "William", "family": "Didier-Pouget"}, "birth": {"tzo": "+00:05:46", "date": "1864-11-14 03:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1864-11-14 02:54:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-322"}, "ids-in-sources": {"a4": "322"}}, "raw": {"H": "2", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "14", "LAT": "43N37", "LON": "1E26", "MON": "11", "NUM": "322", "PRO": "P", "SEC": "16", "YEA": "1864", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-84"}, "ids-in-source": {"g55": "05-84"}}, "raw": {"DAY": "14-11-1864", "HOUR": "3 h.", "NAME": "DIDIER-POUGET William", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:48:38+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9078	dore-gustave-1832-01-06	{"a4": "326", "g55": "05-86"}	{"g55": "05-86", "lerrcp": "A4-326"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Dore", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1832-01-06 06:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1832-01-06 05:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Dore"}, "birth": {"tzo": "+00:30:59", "date": "1832-01-06 06:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1832-01-06 05:29"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-326"}, "ids-in-sources": {"a4": "326"}}, "raw": {"H": "5", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "6", "LAT": "48N35", "LON": "7E45", "MON": "1", "NUM": "326", "PRO": "P", "SEC": "0", "YEA": "1832", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-86"}, "ids-in-source": {"g55": "05-86"}}, "raw": {"DAY": "6-1-1832", "HOUR": "6 h.", "NAME": "DORE Gustave Paul", "PLACE": "Strasbourg (Bas-Rhin)."}, "date": "2023-08-20T14:48:38+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9079	dorignac-georges-1879-11-08	{"a4": "327", "g55": "05-87"}	{"g55": "05-87", "lerrcp": "A4-327"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Dorignac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1879-11-08 09:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1879-11-08 09:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Dorignac"}, "birth": {"tzo": "-00:02:19", "date": "1879-11-08 09:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1879-11-08 09:57:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-327"}, "ids-in-sources": {"a4": "327"}}, "raw": {"H": "9", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "8", "LAT": "44N50", "LON": "0W34", "MON": "11", "NUM": "327", "PRO": "P", "SEC": "36", "YEA": "1879", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-87"}, "ids-in-source": {"g55": "05-87"}}, "raw": {"DAY": "8-11-1879", "HOUR": "10 h.", "NAME": "DORIGNAC Georges", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:48:38+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9100	dufeu-edouard-1836-03-27	{"a4": "348", "g55": "05-89"}	{"g55": "05-89", "lerrcp": "A4-348"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Dufeu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1836-03-27 01:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1836-03-27 00:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Dufeu"}, "birth": {"tzo": "+00:21:31", "date": "1836-03-27 01:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1836-03-27 00:38:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-348"}, "ids-in-sources": {"a4": "348"}}, "raw": {"H": "0", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "27", "LAT": "43N18", "LON": "5E22", "MON": "3", "NUM": "348", "PRO": "P", "SEC": "32", "YEA": "1836", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-89"}, "ids-in-source": {"g55": "05-89"}}, "raw": {"DAY": "27-3-1836", "HOUR": "1 h.", "NAME": "DUFEU Edouard Jacques", "PLACE": "Marseille (Bouches-du-Rh.)."}, "date": "2023-08-20T14:48:38+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9102	dufresne-georges-1876-11-23	{"a4": "350", "g55": "05-91"}	{"g55": "05-91", "lerrcp": "A4-350"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Dufresne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:59", "date": "1876-11-23 21:30", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 1.74456, "lat": 48.80935, "name": "Millemont", "geoid": 2993869}, "notime": null, "date-ut": "1876-11-23 21:21:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Dufresne"}, "birth": {"tzo": "+00:06:59", "date": "1876-11-23 21:30", "place": {"c2": "78", "cy": "FR", "lg": 1.74456, "lat": 48.80935, "name": "Millemont", "geoid": 2993869}, "date-ut": "1876-11-23 21:21:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-350"}, "ids-in-sources": {"a4": "350"}}, "raw": {"H": "21", "MN": "21", "TZ": "0", "COD": "78", "COU": "F", "DAY": "23", "LAT": "48N50", "LON": "2E 8", "MON": "11", "NUM": "350", "PRO": "P", "SEC": "28", "YEA": "1876", "CITY": "MILLEMONT"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-91"}, "ids-in-source": {"g55": "05-91"}}, "raw": {"DAY": "23-11-1876", "HOUR": "21 h. 30", "NAME": "DUFRESNE Georges Charles", "PLACE": "Millemont (S.-O.)."}, "date": "2023-08-20T14:48:38+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9104	dufy-raoul-1877-06-03	{"a4": "352", "g55": "05-93"}	{"g55": "05-93", "lerrcp": "A4-352"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raoul", "family": "Dufy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:26", "date": "1877-06-03 06:56:06", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1877-06-03 06:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Raoul", "family": "Dufy"}, "birth": {"tzo": "+00:00:26", "date": "1877-06-03 06:56:06", "place": {"c2": "76", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1877-06-03 06:55:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-352"}, "ids-in-sources": {"a4": "352"}}, "raw": {"H": "6", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "3", "LAT": "49N26", "LON": "1E 5", "MON": "6", "NUM": "352", "PRO": "P", "SEC": "40", "YEA": "1877", "CITY": "LE HAVRE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-93"}, "ids-in-source": {"g55": "05-93"}}, "raw": {"DAY": "3-6-1877", "HOUR": "7 h.", "NAME": "DUFY Raoul", "PLACE": "Le Havre (Seine-Inférieure)."}, "date": "2023-08-20T14:48:38+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9107	dupray-henry-1841-11-03	{"a4": "355", "g55": "05-95"}	{"g55": "05-95", "lerrcp": "A4-355"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Dupray", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:46", "date": "1841-11-03 22:30", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.94028, "lat": 49.70187, "name": "Sedan", "geoid": 2975349}, "notime": null, "date-ut": "1841-11-03 22:11:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Dupray"}, "birth": {"tzo": "+00:19:46", "date": "1841-11-03 22:30", "place": {"c2": "08", "cy": "FR", "lg": 4.94028, "lat": 49.70187, "name": "Sedan", "geoid": 2975349}, "date-ut": "1841-11-03 22:11:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-355"}, "ids-in-sources": {"a4": "355"}}, "raw": {"H": "22", "MN": "11", "TZ": "0", "COD": "08", "COU": "F", "DAY": "3", "LAT": "49N46", "LON": "4E44", "MON": "11", "NUM": "355", "PRO": "P", "SEC": "4", "YEA": "1841", "CITY": "SEDAN"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-95"}, "ids-in-source": {"g55": "05-95"}}, "raw": {"DAY": "3-11-1841", "HOUR": "22 h. 30", "NAME": "DUPRAY Henry Louis", "PLACE": "Sedan (Ardennes)."}, "date": "2023-08-20T14:48:38+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9109	dupre-leon-1816-06-18	{"a4": "357", "g55": "05-97"}	{"g55": "05-97", "lerrcp": "A4-357"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Dupre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:59", "date": "1816-06-18 12:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1816-06-18 11:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Dupre"}, "birth": {"tzo": "+00:04:59", "date": "1816-06-18 12:00", "place": {"c2": "87", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1816-06-18 11:55"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-357"}, "ids-in-sources": {"a4": "357"}}, "raw": {"H": "11", "MN": "55", "TZ": "0", "COD": "87", "COU": "F", "DAY": "18", "LAT": "45N50", "LON": "1E15", "MON": "6", "NUM": "357", "PRO": "P", "SEC": "0", "YEA": "1816", "CITY": "LIMOGES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-97"}, "ids-in-source": {"g55": "05-97"}}, "raw": {"DAY": "18-6-1816", "HOUR": "12 h.", "NAME": "DUPRE Léon Victor", "PLACE": "Limoges (Haute-Vienne)."}, "date": "2023-08-20T14:48:38+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9116	dutilleux-henri-1807-10-05	{"a4": "364", "g55": "05-99"}	{"g55": "05-99", "lerrcp": "A4-364"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Dutilleux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:19", "date": "1807-10-05 05:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "notime": null, "date-ut": "1807-10-05 04:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Dutilleux"}, "birth": {"tzo": "+00:12:19", "date": "1807-10-05 05:00", "place": {"c2": "59", "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "date-ut": "1807-10-05 04:47:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-364"}, "ids-in-sources": {"a4": "364"}}, "raw": {"H": "4", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "5", "LAT": "50N39", "LON": "3E 5", "MON": "10", "NUM": "364", "PRO": "P", "SEC": "40", "YEA": "1807", "CITY": "DOUAI"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-99"}, "ids-in-source": {"g55": "05-99"}}, "raw": {"DAY": "5-10-1807", "HOUR": "5 h.", "NAME": "DUTILLEUX Henri Joseph", "PLACE": "Douai (Nord)."}, "date": "2023-08-20T14:48:38+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9126	espagnat-georges-1870-08-14	{"a4": "374", "g55": "05-100"}	{"g55": "05-100", "lerrcp": "A4-374"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Espagnat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:37", "date": "1870-08-14 23:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.65356, "lat": 48.5457, "name": "Melun", "geoid": 2994651}, "notime": null, "date-ut": "1870-08-14 22:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Espagnat"}, "birth": {"tzo": "+00:10:37", "date": "1870-08-14 23:00", "place": {"c2": "77", "cy": "FR", "lg": 2.65356, "lat": 48.5457, "name": "Melun", "geoid": 2994651}, "date-ut": "1870-08-14 22:49:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-374"}, "ids-in-sources": {"a4": "374"}}, "raw": {"H": "22", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "14", "LAT": "48N33", "LON": "2E40", "MON": "8", "NUM": "374", "PRO": "P", "SEC": "20", "YEA": "1870", "CITY": "MELUN"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-100"}, "ids-in-source": {"g55": "05-100"}}, "raw": {"DAY": "14-8-1870", "HOUR": "23 h.", "NAME": "D'ESPAGNAT Georges", "PLACE": "Melun (Seine-et-Marne)."}, "date": "2023-08-20T14:48:38+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9133	faivre-jules-1867-03-30	{"a4": "381", "g55": "05-101"}	{"g55": "05-101", "lerrcp": "A4-381"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Faivre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1867-03-30 16:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1867-03-30 15:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Faivre"}, "birth": {"tzo": "+00:19:23", "date": "1867-03-30 16:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1867-03-30 15:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-381"}, "ids-in-sources": {"a4": "381"}}, "raw": {"H": "15", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "30", "LAT": "45N46", "LON": "4E50", "MON": "3", "NUM": "381", "PRO": "P", "SEC": "40", "YEA": "1867", "CITY": "LYON"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-101"}, "ids-in-source": {"g55": "05-101"}}, "raw": {"DAY": "30-3-1867", "HOUR": "16 h.", "NAME": "FAIVRE Jules Abel", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:48:38+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9136	faller-louis-1819-06-01	{"a4": "384", "g55": "05-102"}	{"g55": "05-102", "lerrcp": "A4-384"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Faller", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:40", "date": "1819-06-01 20:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.41801, "lat": 47.72975, "name": "Habsheim", "geoid": 3014103}, "notime": null, "date-ut": "1819-06-01 19:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Faller"}, "birth": {"tzo": "+00:29:40", "date": "1819-06-01 20:00", "place": {"c2": "68", "cy": "FR", "lg": 7.41801, "lat": 47.72975, "name": "Habsheim", "geoid": 3014103}, "date-ut": "1819-06-01 19:30:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-384"}, "ids-in-sources": {"a4": "384"}}, "raw": {"H": "19", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "1", "LAT": "48N 5", "LON": "7E21", "MON": "6", "NUM": "384", "PRO": "P", "SEC": "36", "YEA": "1819", "CITY": "HABSHEIM"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-102"}, "ids-in-source": {"g55": "05-102"}}, "raw": {"DAY": "1-6-1819", "HOUR": "20 h.", "NAME": "FALLER Louis Clément", "PLACE": "Habsheim (Haut-Rhin)."}, "date": "2023-08-20T14:48:38+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9145	ferrier-gabriel-1847-09-29	{"a4": "393", "g55": "05-104"}	{"g55": "05-104", "lerrcp": "A4-393"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Ferrier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:26", "date": "1847-09-29 03:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1847-09-29 02:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Ferrier"}, "birth": {"tzo": "+00:17:26", "date": "1847-09-29 03:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1847-09-29 02:42:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-393"}, "ids-in-sources": {"a4": "393"}}, "raw": {"H": "2", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "29", "LAT": "43N51", "LON": "4E21", "MON": "9", "NUM": "393", "PRO": "P", "SEC": "36", "YEA": "1847", "CITY": "NIMES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-104"}, "ids-in-source": {"g55": "05-104"}}, "raw": {"DAY": "29-9-1847", "HOUR": "3 h.", "NAME": "FERRIER Gabriel", "PLACE": "Nimes (Gard). "}, "date": "2023-08-20T14:48:38+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9147	feyen-perrin-francois-1826-04-12	{"a4": "395", "g55": "05-105"}	{"g55": "05-105", "lerrcp": "A4-395"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Feyen-Perrin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:48", "date": "1826-04-12 11:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.2, "lat": 48.7, "name": "Bey-sur-Seille", "geoid": 0}, "notime": null, "date-ut": "1826-04-12 10:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "François", "family": "Feyen-Perrin"}, "birth": {"tzo": "+00:24:48", "date": "1826-04-12 11:00", "place": {"c2": "54", "cy": "FR", "lg": 6.2, "lat": 48.7, "name": "Beysseille", "geoid": 0}, "date-ut": "1826-04-12 10:35:12"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-395"}, "ids-in-sources": {"a4": "395"}}, "raw": {"H": "10", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "12", "LAT": "48N42", "LON": "6E12", "MON": "4", "NUM": "395", "PRO": "P", "SEC": "12", "YEA": "1826", "CITY": "BEYSSEILLE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Bey-sur-Seille"}}, "partial-ids": {"g55": "05-105"}, "ids-in-source": {"g55": "05-105"}}, "raw": {"DAY": "12-4-1826", "HOUR": "11 h.", "NAME": "FEYEN-PERRIN Francois Nic.", "PLACE": "Bey-sur-Seille (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:48:38+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9152	flandrin-hippolyte-1809-03-23	{"a4": "400", "g55": "05-107"}	{"g55": "05-107", "lerrcp": "A4-400"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hippolyte", "family": "Flandrin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1809-03-23 15:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1809-03-23 14:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-400"}, "birth": {"tzo": "+00:19:23", "date": "1809-03-23 15:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1809-03-23 14:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-400"}, "ids-in-sources": {"a4": "400"}}, "raw": {"H": "14", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "23", "LAT": "45N46", "LON": "4E50", "MON": "3", "NUM": "400", "PRO": "P", "SEC": "40", "YEA": "1809", "CITY": "LYON"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Hippolyte", "family": "Flandrin", "nobility": ""}, "slug": "flandrin-hippolyte-1809-03-23", "partial-ids": {"g55": "05-107"}, "ids-in-source": {"g55": "05-107"}}, "raw": {"DAY": "23-3-1809", "HOUR": "15 h.", "NAME": "FLANDRIN Hippolyte", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:48:38+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9154	flandrin-paul-1811-05-28	{"a4": "402", "g55": "05-109"}	{"g55": "05-109", "lerrcp": "A4-402"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Flandrin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1811-05-28 07:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1811-05-28 06:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Flandrin"}, "birth": {"tzo": "+00:19:23", "date": "1811-05-28 07:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1811-05-28 06:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-402"}, "ids-in-sources": {"a4": "402"}}, "raw": {"H": "6", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "28", "LAT": "45N46", "LON": "4E50", "MON": "5", "NUM": "402", "PRO": "P", "SEC": "40", "YEA": "1811", "CITY": "LYON"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-109"}, "ids-in-source": {"g55": "05-109"}}, "raw": {"DAY": "28-5-1811", "HOUR": "7 h.", "NAME": "FLANDRIN Paul Jean", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:48:38+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9162	fouace-guillaume-1827-05-22	{"a4": "410", "g55": "05-110"}	{"g55": "05-110", "lerrcp": "A4-410"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guillaume", "family": "Fouace", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:02", "date": "1827-05-22 07:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.25868, "lat": 49.61906, "name": "Réville", "geoid": 2983810}, "notime": null, "date-ut": "1827-05-22 07:04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Guillaume", "family": "Fouace"}, "birth": {"tzo": "-00:05:02", "date": "1827-05-22 07:00", "place": {"c2": "50", "cy": "FR", "lg": -1.25868, "lat": 49.61906, "name": "Réville", "geoid": 2983810}, "date-ut": "1827-05-22 07:04:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-410"}, "ids-in-sources": {"a4": "410"}}, "raw": {"H": "7", "MN": "4", "TZ": "0", "COD": "50", "COU": "F", "DAY": "22", "LAT": "49N 7", "LON": "1W 5", "MON": "5", "NUM": "410", "PRO": "P", "SEC": "20", "YEA": "1827", "CITY": "REVILLE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-110"}, "ids-in-source": {"g55": "05-110"}}, "raw": {"DAY": "22-5-1827", "HOUR": "7 h.", "NAME": "FOUACE Guillaume Rom.", "PLACE": "Réville (Manche)."}, "date": "2023-08-20T14:48:38+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9169	francais-francois-1814-11-17	{"a4": "417", "g55": "05-111"}	{"g55": "05-111", "lerrcp": "A4-417"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Francais", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:52", "date": "1814-11-17 02:00", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "Plombiares", "geoid": 0}, "notime": null, "date-ut": "1814-11-17 01:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "François", "family": "Francais"}, "birth": {"tzo": "+00:25:52", "date": "1814-11-17 02:00", "place": {"c2": "88", "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "Plombieres", "geoid": 0}, "date-ut": "1814-11-17 01:34:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-417"}, "ids-in-sources": {"a4": "417"}}, "raw": {"H": "1", "MN": "34", "TZ": "0", "COD": "88", "COU": "F", "DAY": "17", "LAT": "48N10", "LON": "6E28", "MON": "11", "NUM": "417", "PRO": "P", "SEC": "8", "YEA": "1814", "CITY": "PLOMBIERES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Plombiares"}}, "partial-ids": {"g55": "05-111"}, "ids-in-source": {"g55": "05-111"}}, "raw": {"DAY": "17-11-1814", "HOUR": "2 h.", "NAME": "FRANCAIS Francois Louis", "PLACE": "Plombiares (Vosges)."}, "date": "2023-08-20T14:48:38+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9335	la-fresnaye-roger-1885-07-11	{"a4": "583", "g55": "05-113"}	{"g55": "05-113", "lerrcp": "A4-583"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "La Fresnaye", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:49", "date": "1885-07-11 15:45", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "notime": null, "date-ut": "1885-07-11 15:44:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Roger", "family": "La Fresnaye"}, "birth": {"tzo": "+00:00:49", "date": "1885-07-11 15:45", "place": {"c2": "72", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "date-ut": "1885-07-11 15:44:12"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-583"}, "ids-in-sources": {"a4": "583"}}, "raw": {"H": "15", "MN": "44", "TZ": "0", "COD": "72", "COU": "F", "DAY": "11", "LAT": "48N 1", "LON": "0E12", "MON": "7", "NUM": "583", "PRO": "P", "SEC": "12", "YEA": "1885", "CITY": "LE MANS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-113"}, "ids-in-source": {"g55": "05-113"}}, "raw": {"DAY": "11-7-1885", "HOUR": "15 h. 45", "NAME": "FRESNAYE (de La)/Roger", "PLACE": "Le Mans (Sarthe)."}, "date": "2023-08-20T14:48:38+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9174	friant-emile-1863-04-16	{"a4": "422", "g55": "05-114"}	{"g55": "05-114", "lerrcp": "A4-422"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Friant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:26:52", "date": "1863-04-16 06:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.7178, "lat": 48.81263, "name": "Dieuze", "geoid": 3021392}, "notime": null, "date-ut": "1863-04-16 05:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Friant"}, "birth": {"tzo": "+00:26:52", "date": "1863-04-16 06:00", "place": {"c2": "57", "cy": "FR", "lg": 6.7178, "lat": 48.81263, "name": "Dieuze", "geoid": 3021392}, "date-ut": "1863-04-16 05:35:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-422"}, "ids-in-sources": {"a4": "422"}}, "raw": {"H": "5", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "16", "LAT": "49N 7", "LON": "6E11", "MON": "4", "NUM": "422", "PRO": "P", "SEC": "16", "YEA": "1863", "CITY": "DIEUZE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-114"}, "ids-in-source": {"g55": "05-114"}}, "raw": {"DAY": "16-4-1863", "HOUR": "6 h.", "NAME": "FRIANT Emile", "PLACE": "Dieuze (Moselle)."}, "date": "2023-08-20T14:48:38+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9180	gagliardini-julien-gustave-1846-03-01	{"a4": "428", "g55": "05-117"}	{"g55": "05-117", "lerrcp": "A4-428"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "GAGLIARDINI. Julien Gustave", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:19", "date": "1846-03-01 02:30", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "notime": null, "date-ut": "1846-03-01 02:00:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-428"}, "birth": {"tzo": "+00:29:19", "date": "1846-03-01 02:30", "place": {"c2": "68", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "date-ut": "1846-03-01 02:00:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-428"}, "ids-in-sources": {"a4": "428"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "68", "COU": "F", "DAY": "1", "LAT": "48N 5", "LON": "7E21", "MON": "3", "NUM": "428", "PRO": "P", "SEC": "36", "YEA": "1846", "CITY": "MULHOUSE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "", "family": "GAGLIARDINI. Julien Gustave", "nobility": ""}, "slug": "gagliardini-julien-gustave-1846-03-01", "partial-ids": {"g55": "05-117"}, "ids-in-source": {"g55": "05-117"}}, "raw": {"DAY": "1-3-1846", "HOUR": "2 h. 30", "NAME": "GAGLIARDINI. Julien Gustave", "PLACE": "Mulhouse (Ht-Rhin)."}, "date": "2023-08-20T14:48:39+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9198	genin-lucien-1894-11-09	{"a4": "446", "g55": "05-118"}	{"g55": "05-118", "lerrcp": "A4-446"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Genin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1894-11-09 01:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1894-11-09 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-446"}, "birth": {"tzo": "+00:09:21", "date": "1894-11-09 01:00", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1894-11-09 00:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-446"}, "ids-in-sources": {"a4": "446"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "76", "COU": "F", "DAY": "9", "LAT": "49N26", "LON": "1E 5", "MON": "11", "NUM": "446", "PRO": "P", "SEC": "40", "YEA": "1894", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Lucien", "family": "Genin", "nobility": ""}, "slug": "genin-lucien-1894-11-09", "partial-ids": {"g55": "05-118"}, "ids-in-source": {"g55": "05-118"}}, "raw": {"DAY": "9-11-1894", "HOUR": "1 h.", "NAME": "GENIN Lucien", "PLACE": "Rouen (Seine-Inférieure)."}, "date": "2023-08-20T14:48:39+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9203	gerome-jean-1824-05-11	{"a4": "451", "g55": "05-119"}	{"g55": "05-119", "lerrcp": "A4-451"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Gerome", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:34", "date": "1824-05-11 03:00", "note": null, "place": {"c1": null, "c2": "70", "c3": null, "cy": "FR", "lg": 6.14251, "lat": 47.62604, "name": "Vesoul", "geoid": 2969562}, "notime": null, "date-ut": "1824-05-11 02:35:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Gerome"}, "birth": {"tzo": "+00:24:34", "date": "1824-05-11 03:00", "place": {"c2": "70", "cy": "FR", "lg": 6.14251, "lat": 47.62604, "name": "Vesoul", "geoid": 2969562}, "date-ut": "1824-05-11 02:35:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-451"}, "ids-in-sources": {"a4": "451"}}, "raw": {"H": "2", "MN": "35", "TZ": "0", "COD": "70", "COU": "F", "DAY": "11", "LAT": "47N37", "LON": "6E 9", "MON": "5", "NUM": "451", "PRO": "P", "SEC": "24", "YEA": "1824", "CITY": "VESOUL"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-119"}, "ids-in-source": {"g55": "05-119"}}, "raw": {"DAY": "11-5-1824", "HOUR": "3 h.", "NAME": "GEROME Jean Léon", "PLACE": "Vesoul (Haute-Saône)."}, "date": "2023-08-20T14:48:39+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9212	girard-marie-1838-05-30	{"a4": "460", "g55": "05-120"}	{"g55": "05-120", "lerrcp": "A4-460"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Girard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:39", "date": "1838-05-30 22:00", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 5.4112, "lat": 46.08531, "name": "Poncin", "geoid": 2986354}, "notime": null, "date-ut": "1838-05-30 21:39:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Girard"}, "birth": {"tzo": "+00:21:39", "date": "1838-05-30 22:00", "place": {"c2": "01", "cy": "FR", "lg": 5.4112, "lat": 46.08531, "name": "Poncin", "geoid": 2986354}, "date-ut": "1838-05-30 21:39:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-460"}, "ids-in-sources": {"a4": "460"}}, "raw": {"H": "21", "MN": "39", "TZ": "0", "COD": "01", "COU": "F", "DAY": "30", "LAT": "46N12", "LON": "5E13", "MON": "5", "NUM": "460", "PRO": "P", "SEC": "8", "YEA": "1838", "CITY": "PONCIN"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-120"}, "ids-in-source": {"g55": "05-120"}}, "raw": {"DAY": "30-5-1838", "HOUR": "22 h.", "NAME": "GIRARD Francois", "PLACE": "Poncin (Ain)."}, "date": "2023-08-20T14:48:39+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9220	gischia-leon-1903-06-08	{"a4": "468", "g55": "05-121"}	{"g55": "05-121", "lerrcp": "A4-468"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Gischia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1903-06-08 15:30", "note": null, "place": {"c1": null, "c2": "40", "c3": null, "cy": "FR", "lg": -1.05366, "lat": 43.71032, "name": "Dax", "geoid": 3021670}, "notime": null, "date-ut": "1903-06-08 15:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Gischia"}, "birth": {"tzo": "+00:09:21", "date": "1903-06-08 15:30", "place": {"c2": "40", "cy": "FR", "lg": -1.05366, "lat": 43.71032, "name": "Dax", "geoid": 3021670}, "date-ut": "1903-06-08 15:20:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-468"}, "ids-in-sources": {"a4": "468"}}, "raw": {"H": "15", "MN": "20", "TZ": "0", "COD": "40", "COU": "F", "DAY": "8", "LAT": "43N54", "LON": "0W30", "MON": "6", "NUM": "468", "PRO": "P", "SEC": "40", "YEA": "1903", "CITY": "DAX"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-121"}, "ids-in-source": {"g55": "05-121"}}, "raw": {"DAY": "8-6-1903", "HOUR": "15 h. 30", "NAME": "GISCHIA Léon", "PLACE": "Dax (Landes)."}, "date": "2023-08-20T14:48:39+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9225	goethals-raymond-1804-09-12	{"a4": "473", "g55": "05-122"}	{"g55": "05-122", "lerrcp": "A4-473"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Goethals", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1804-09-12 02:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1804-09-12 02:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Goethals"}, "birth": {"tzo": "-00:02:19", "date": "1804-09-12 02:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1804-09-12 02:57:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-473"}, "ids-in-sources": {"a4": "473"}}, "raw": {"H": "2", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "12", "LAT": "44N50", "LON": "0W34", "MON": "9", "NUM": "473", "PRO": "P", "SEC": "36", "YEA": "1804", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-122"}, "ids-in-source": {"g55": "05-122"}}, "raw": {"DAY": "12-9-1804", "HOUR": "3 h.", "NAME": "GOETHALS Raymond Eugène", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:48:39+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9234	grandville-jean-1803-09-15	{"a4": "482", "g55": "05-123"}	{"g55": "05-123", "lerrcp": "A4-482"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Grandville", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1803-09-15 23:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1803-09-15 22:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Grandville"}, "birth": {"tzo": "+00:24:44", "date": "1803-09-15 23:00", "place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1803-09-15 22:35:12"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-482"}, "ids-in-sources": {"a4": "482"}}, "raw": {"H": "22", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "15", "LAT": "48N42", "LON": "6E12", "MON": "9", "NUM": "482", "PRO": "P", "SEC": "12", "YEA": "1803", "CITY": "NANCY"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-123"}, "ids-in-source": {"g55": "05-123"}}, "raw": {"DAY": ".15-9-1803", "HOUR": "23 h.", "NAME": "GRANDVILLE (de) Jean Gérard", "PLACE": "Nancy (Mthe-et-M.)."}, "date": "2023-08-20T14:48:39+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9241	grison-francois-1845-06-17	{"a4": "489", "g55": "05-124"}	{"g55": "05-124", "lerrcp": "A4-489"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Grison", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1845-06-17 08:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1845-06-17 08:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "François", "family": "Grison"}, "birth": {"tzo": "-00:02:19", "date": "1845-06-17 08:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1845-06-17 08:57:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-489"}, "ids-in-sources": {"a4": "489"}}, "raw": {"H": "8", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "17", "LAT": "44N50", "LON": "0W34", "MON": "6", "NUM": "489", "PRO": "P", "SEC": "36", "YEA": "1845", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-124"}, "ids-in-source": {"g55": "05-124"}}, "raw": {"DAY": "17-6-1845", "HOUR": "9 h.", "NAME": "GRISON Francois Ad.", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:48:39+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9244	grolleron-paul-1848-06-14	{"a4": "492", "g55": "05-126"}	{"g55": "05-126", "lerrcp": "A4-492"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Grolleron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:24", "date": "1848-06-14 22:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.60136, "lat": 47.90542, "name": "Seignelay", "geoid": 2975278}, "notime": null, "date-ut": "1848-06-14 21:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Grolleron"}, "birth": {"tzo": "+00:14:24", "date": "1848-06-14 22:00", "place": {"c2": "89", "cy": "FR", "lg": 3.60136, "lat": 47.90542, "name": "Seignelay", "geoid": 2975278}, "date-ut": "1848-06-14 21:45:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-492"}, "ids-in-sources": {"a4": "492"}}, "raw": {"H": "21", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "14", "LAT": "47N48", "LON": "3E35", "MON": "6", "NUM": "492", "PRO": "P", "SEC": "40", "YEA": "1848", "CITY": "SEIGNELAY"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-126"}, "ids-in-source": {"g55": "05-126"}}, "raw": {"DAY": "14-6-1848", "HOUR": "22 h.", "NAME": "GROLLERON Pau! Louis", "PLACE": "Seignelay (Yonne)."}, "date": "2023-08-20T14:48:39+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9248	gruber-francis-1912-03-15	{"a4": "496", "g55": "05-128"}	{"g55": "05-128", "lerrcp": "A4-496"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francis", "family": "Gruber", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1912-03-15 16:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Francis", "family": "Gruber"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1912-03-15 16:00:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-496"}, "ids-in-sources": {"a4": "496"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "54", "COU": "F", "DAY": "15", "LAT": "48N42", "LON": "6E12", "MON": "3", "NUM": "496", "PRO": "P", "SEC": "0", "YEA": "1912", "CITY": "NANCY"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-128"}, "ids-in-source": {"g55": "05-128"}}, "raw": {"DAY": "15-3-1912", "HOUR": "16 h.", "NAME": "GRUBER Francis", "PLACE": "Nancy (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:48:39+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9250	guerin-charles-1875-02-21	{"a4": "498", "g55": "05-129"}	{"g55": "05-129", "lerrcp": "A4-498"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Guerin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:08", "date": "1875-02-21 11:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.28328, "lat": 48.19738, "name": "Sens", "geoid": 2975050}, "notime": null, "date-ut": "1875-02-21 10:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Guerin"}, "birth": {"tzo": "+00:13:08", "date": "1875-02-21 11:00", "place": {"c2": "89", "cy": "FR", "lg": 3.28328, "lat": 48.19738, "name": "Sens", "geoid": 2975050}, "date-ut": "1875-02-21 10:45:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-498"}, "ids-in-sources": {"a4": "498"}}, "raw": {"H": "10", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "21", "LAT": "47N48", "LON": "3E35", "MON": "2", "NUM": "498", "PRO": "P", "SEC": "40", "YEA": "1875", "CITY": "SENS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-129"}, "ids-in-source": {"g55": "05-129"}}, "raw": {"DAY": "21-2-1875", "HOUR": "11 h.", "NAME": "GUERIN Charles", "PLACE": "Sens (Yonne)."}, "date": "2023-08-20T14:48:39+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9253	guignard-alexandre-gast-1848-03-08	{"a4": "501", "g55": "05-131"}	{"g55": "05-131", "lerrcp": "A4-501"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre Gast.", "family": "Guignard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1848-03-08 13:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1848-03-08 13:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-501"}, "birth": {"tzo": "-00:02:19", "date": "1848-03-08 13:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1848-03-08 13:57:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-501"}, "ids-in-sources": {"a4": "501"}}, "raw": {"H": "13", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "8", "LAT": "44N50", "LON": "0W34", "MON": "3", "NUM": "501", "PRO": "P", "SEC": "36", "YEA": "1848", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Alexandre Gast.", "family": "Guignard", "nobility": ""}, "slug": "guignard-alexandre-gast-1848-03-08", "partial-ids": {"g55": "05-131"}, "ids-in-source": {"g55": "05-131"}}, "raw": {"DAY": "8-3-1848", "HOUR": "14 h.", "NAME": "GUIGNARD Alexandre Gast.", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:48:39+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9256	guigou-paul-1834-02-15	{"a4": "504", "g55": "05-132"}	{"g55": "05-132", "lerrcp": "A4-504"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Guigou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:37", "date": "1834-02-15 01:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 5.40619, "lat": 43.92326, "name": "Villars", "geoid": 2968937}, "notime": null, "date-ut": "1834-02-15 00:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Guigou"}, "birth": {"tzo": "+00:21:37", "date": "1834-02-15 01:00", "place": {"c2": "84", "cy": "FR", "lg": 5.40619, "lat": 43.92326, "name": "Villars", "geoid": 2968937}, "date-ut": "1834-02-15 00:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-504"}, "ids-in-sources": {"a4": "504"}}, "raw": {"H": "0", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "15", "LAT": "43N57", "LON": "4E50", "MON": "2", "NUM": "504", "PRO": "P", "SEC": "40", "YEA": "1834", "CITY": "VILLARS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-132"}, "ids-in-source": {"g55": "05-132"}}, "raw": {"DAY": "15-2-1834", "HOUR": "1 h.", "NAME": "GUIGOU Paul Gamille", "PLACE": "Villars pres Apt (Vaucluse)."}, "date": "2023-08-20T14:48:39+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9259	guirand-de-scevola-victor-1871-11-14	{"a4": "507", "g55": "05-133"}	{"g55": "05-133", "lerrcp": "A4-507"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "de SCEVOLA Victor", "family": "Guirand", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:46", "date": "1871-11-14 15:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "notime": null, "date-ut": "1871-11-14 14:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-507"}, "birth": {"tzo": "+00:14:46", "date": "1871-11-14 15:00", "place": {"c2": "34", "cy": "FR", "lg": 3.69278, "lat": 43.4028, "name": "Sète", "geoid": 2974733}, "date-ut": "1871-11-14 14:44:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-507"}, "ids-in-sources": {"a4": "507"}}, "raw": {"H": "14", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "14", "LAT": "43N37", "LON": "3E53", "MON": "11", "NUM": "507", "PRO": "P", "SEC": "28", "YEA": "1871", "CITY": "SETE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "de SCEVOLA Victor", "family": "Guirand", "nobility": ""}, "slug": "guirand-de-scevola-victor-1871-11-14", "partial-ids": {"g55": "05-133"}, "ids-in-source": {"g55": "05-133"}}, "raw": {"DAY": "14-11-1871", "HOUR": "15 h.", "NAME": "GUIRAND de SCEVOLA Victor", "PLACE": "Sete (Hérault)."}, "date": "2023-08-20T14:48:39+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9266	hebert-antoine-1817-11-03	{"a4": "514", "g55": "05-135"}	{"g55": "05-135", "lerrcp": "A4-514"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Hebert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:52", "date": "1817-11-03 19:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1817-11-03 18:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Hebert"}, "birth": {"tzo": "+00:22:52", "date": "1817-11-03 19:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1817-11-03 18:37:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-514"}, "ids-in-sources": {"a4": "514"}}, "raw": {"H": "18", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "3", "LAT": "45N11", "LON": "5E43", "MON": "11", "NUM": "514", "PRO": "P", "SEC": "8", "YEA": "1817", "CITY": "GRENOBLE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-135"}, "ids-in-source": {"g55": "05-135"}}, "raw": {"DAY": "3-11-1817", "HOUR": "19 h.", "NAME": "HEBERT Antoine Aug.", "PLACE": "Grenoble (Isère)."}, "date": "2023-08-20T14:48:39+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9269	helleu-paul-cesar-1859-12-17	{"a4": "517", "g55": "05-137"}	{"g55": "05-137", "lerrcp": "A4-517"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul César", "family": "Helleu", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:11:03", "date": "1859-12-17 13:00", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -2.76205, "lat": 47.65688, "name": "Vannes", "geoid": 2970777}, "notime": null, "date-ut": "1859-12-17 13:10:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-517"}, "birth": {"tzo": "-00:11:03", "date": "1859-12-17 13:00", "place": {"c2": "56", "cy": "FR", "lg": -2.76205, "lat": 47.65688, "name": "Vannes", "geoid": 2970777}, "date-ut": "1859-12-17 13:10:56"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-517"}, "ids-in-sources": {"a4": "517"}}, "raw": {"H": "13", "MN": "10", "TZ": "0", "COD": "56", "COU": "F", "DAY": "17", "LAT": "47N40", "LON": "2W44", "MON": "12", "NUM": "517", "PRO": "P", "SEC": "56", "YEA": "1859", "CITY": "VANNES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Paul César", "family": "Helleu", "nobility": ""}, "slug": "helleu-paul-cesar-1859-12-17", "partial-ids": {"g55": "05-137"}, "ids-in-source": {"g55": "05-137"}}, "raw": {"DAY": "17-12-1859", "HOUR": "13 h.", "NAME": "HELLEU Paul César", "PLACE": "Vannes (Morbihan)."}, "date": "2023-08-20T14:48:39+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9273	herbin-auguste-1882-04-29	{"a4": "521", "g55": "05-139"}	{"g55": "05-139", "lerrcp": "A4-521"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Herbin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1882-04-29 23:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Quévy", "geoid": 0}, "notime": null, "date-ut": "1882-04-29 22:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-521"}, "birth": {"tzo": "+00:12:20", "date": "1882-04-29 23:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Quevy", "geoid": 0}, "date-ut": "1882-04-29 22:47:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-521"}, "ids-in-sources": {"a4": "521"}}, "raw": {"H": "22", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "29", "LAT": "50N39", "LON": "3E 5", "MON": "4", "NUM": "521", "PRO": "P", "SEC": "40", "YEA": "1882", "CITY": "QUEVY"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Auguste", "family": "Herbin", "nobility": ""}, "slug": "herbin-auguste-1882-04-29", "birth": {"place": {"name": "Quévy"}}, "partial-ids": {"g55": "05-139"}, "ids-in-source": {"g55": "05-139"}}, "raw": {"DAY": "29-4-1882", "HOUR": "23 h.", "NAME": "HERBIN Auguste", "PLACE": "Quévy (Nord)."}, "date": "2023-08-20T14:48:39+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9289	huguet-victor-1835-05-01	{"a4": "537", "g55": "05-140"}	{"g55": "05-140", "lerrcp": "A4-537"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Huguet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:48", "date": "1835-05-01 02:00", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.2, "lat": 48.01667, "name": "Lude", "geoid": 0}, "notime": null, "date-ut": "1835-05-01 01:59:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Huguet"}, "birth": {"tzo": "+00:00:48", "date": "1835-05-01 02:00", "place": {"c2": "72", "cy": "FR", "lg": 0.2, "lat": 48.01667, "name": "Lude", "geoid": 0}, "date-ut": "1835-05-01 01:59:12"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-537"}, "ids-in-sources": {"a4": "537"}}, "raw": {"H": "1", "MN": "59", "TZ": "0", "COD": "72", "COU": "F", "DAY": "1", "LAT": "48N 1", "LON": "0E12", "MON": "5", "NUM": "537", "PRO": "P", "SEC": "12", "YEA": "1835", "CITY": "LUDE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Lude"}}, "partial-ids": {"g55": "05-140"}, "ids-in-source": {"g55": "05-140"}}, "raw": {"DAY": "1-5-1835", "HOUR": "2 h.", "NAME": "MUGUET Victor=Pierre", "PLACE": "Lude (Sarthe)."}, "date": "2023-08-20T14:48:39+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9295	jacob-max-1876-07-12	{"a4": "543", "a6": "430", "g55": "05-141"}	{"g55": "05-141", "lerrcp": "A4-543"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Jacob", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:16:24", "date": "1876-07-12 13:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.09795, "lat": 47.99597, "name": "Quimper", "geoid": 2984701}, "notime": null, "date-ut": "1876-07-12 13:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter", "poet"]	5	null	[{"new": {"name": {"given": "Max", "family": "Jacob"}, "birth": {"tzo": "-00:16:24", "date": "1876-07-12 13:00", "place": {"c2": "29", "cy": "FR", "lg": -4.09795, "lat": 47.99597, "name": "Quimper", "geoid": 2984701}, "date-ut": "1876-07-12 13:16:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-543"}, "ids-in-sources": {"a4": "543"}}, "raw": {"H": "13", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "12", "LAT": "48N 0", "LON": "4W 6", "MON": "7", "NUM": "543", "PRO": "P", "SEC": "24", "YEA": "1876", "CITY": "QUIMPER"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "430"}}, "raw": {"H": "13", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "12", "LAT": "48N 0", "LON": "4W 6", "MON": "7", "NUM": "430", "PRO": "W", "SEC": "24", "YEA": "1876", "CITY": "QUIMPER"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"partial-ids": {"g55": "05-141"}, "ids-in-source": {"g55": "05-141"}}, "raw": {"DAY": "12-7-1876", "HOUR": "18 h.", "NAME": "JACOB Max", "PLACE": ". Quimper (Finistère)."}, "date": "2023-08-20T14:48:39+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9303	janmot-anne-1814-05-21	{"a4": "551", "g55": "05-142"}	{"g55": "05-142", "lerrcp": "A4-551"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anne", "family": "Janmot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1814-05-21 08:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1814-05-21 07:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Anne", "family": "Janmot"}, "birth": {"tzo": "+00:19:23", "date": "1814-05-21 08:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1814-05-21 07:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-551"}, "ids-in-sources": {"a4": "551"}}, "raw": {"H": "7", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "21", "LAT": "45N46", "LON": "4E50", "MON": "5", "NUM": "551", "PRO": "P", "SEC": "40", "YEA": "1814", "CITY": "LYON"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-142"}, "ids-in-source": {"g55": "05-142"}}, "raw": {"DAY": "21-5-1814", "HOUR": "8 h.", "NAME": "JANMOT Anne Francois", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:48:39+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9330	laboureur-jean-1877-08-16	{"a4": "578", "g55": "05-143"}	{"g55": "05-143", "lerrcp": "A4-578"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Laboureur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1877-08-16 15:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1877-08-16 15:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Laboureur"}, "birth": {"tzo": "-00:06:13", "date": "1877-08-16 15:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1877-08-16 15:06:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-578"}, "ids-in-sources": {"a4": "578"}}, "raw": {"H": "15", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "16", "LAT": "47N13", "LON": "1W35", "MON": "8", "NUM": "578", "PRO": "P", "SEC": "20", "YEA": "1877", "CITY": "NANTES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-143"}, "ids-in-source": {"g55": "05-143"}}, "raw": {"DAY": "16-8-1877", "HOUR": "15 h.", "NAME": "LABOUREUR Jean Emile", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:48:39+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9341	lambinet-emile-1815-01-04	{"a4": "589", "g55": "05-145"}	{"g55": "05-145", "lerrcp": "A4-589"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Lambinet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1815-01-04 04:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1815-01-04 03:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Lambinet"}, "birth": {"tzo": "+00:08:32", "date": "1815-01-04 04:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1815-01-04 03:51:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-589"}, "ids-in-sources": {"a4": "589"}}, "raw": {"H": "3", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "4", "LAT": "48N50", "LON": "2E 8", "MON": "1", "NUM": "589", "PRO": "P", "SEC": "28", "YEA": "1815", "CITY": "VERSAILLES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-145"}, "ids-in-source": {"g55": "05-145"}}, "raw": {"DAY": "4-1-1815", "HOUR": "4 h.", "NAME": "LAMBINET Emile Charles", "PLACE": "Versailles (Seine-et-Oise)."}, "date": "2023-08-20T14:48:39+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9343	lamy-pierre-1855-05-12	{"a4": "591", "g55": "05-146"}	{"g55": "05-146", "lerrcp": "A4-591"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Lamy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:21", "date": "1855-05-12 10:30", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "notime": null, "date-ut": "1855-05-12 10:17:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Lamy"}, "birth": {"tzo": "+00:12:21", "date": "1855-05-12 10:30", "place": {"c2": "63", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "date-ut": "1855-05-12 10:17:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-591"}, "ids-in-sources": {"a4": "591"}}, "raw": {"H": "10", "MN": "17", "TZ": "0", "COD": "63", "COU": "F", "DAY": "12", "LAT": "45N47", "LON": "3E 5", "MON": "5", "NUM": "591", "PRO": "P", "SEC": "40", "YEA": "1855", "CITY": "CLERMONT-FERRAND"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-146"}, "ids-in-source": {"g55": "05-146"}}, "raw": {"DAY": "12-5-1855", "HOUR": "10 h. 30", "NAME": "LAMY Pierre Désiré", "PLACE": "Clermont-Ferrand (Puy-de-D.)."}, "date": "2023-08-20T14:48:39+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9344	landelle-charles-1821-06-02	{"a4": "592", "g55": "05-147"}	{"g55": "05-147", "lerrcp": "A4-592"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Landelle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:03:05", "date": "1821-06-02 09:00", "note": null, "place": {"c1": null, "c2": "53", "c3": null, "cy": "FR", "lg": -0.77019, "lat": 48.07247, "name": "Laval", "geoid": 3005866}, "notime": null, "date-ut": "1821-06-02 09:03"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Landelle"}, "birth": {"tzo": "-00:03:05", "date": "1821-06-02 09:00", "place": {"c2": "53", "cy": "FR", "lg": -0.77019, "lat": 48.07247, "name": "Laval", "geoid": 3005866}, "date-ut": "1821-06-02 09:03"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-592"}, "ids-in-sources": {"a4": "592"}}, "raw": {"H": "9", "MN": "3", "TZ": "0", "COD": "53", "COU": "F", "DAY": "2", "LAT": "48N 4", "LON": "0W45", "MON": "6", "NUM": "592", "PRO": "P", "SEC": "0", "YEA": "1821", "CITY": "LAVAL"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-147"}, "ids-in-source": {"g55": "05-147"}}, "raw": {"DAY": "2-6-1821", "HOUR": "9 h.", "NAME": "LANDELLE Charles Zarchar.", "PLACE": "Laval (Mayenne)."}, "date": "2023-08-20T14:48:39+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9353	lapostelet-charles-1824-09-26	{"a4": "601", "g55": "05-148"}	{"g55": "05-148", "lerrcp": "A4-601"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Lapostelet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:08", "date": "1824-09-26 02:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Velars", "geoid": 0}, "notime": null, "date-ut": "1824-09-26 01:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Lapostelet"}, "birth": {"tzo": "+00:20:08", "date": "1824-09-26 02:00", "place": {"c2": "21", "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Velars", "geoid": 0}, "date-ut": "1824-09-26 01:39:52"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-601"}, "ids-in-sources": {"a4": "601"}}, "raw": {"H": "1", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "26", "LAT": "47N19", "LON": "5E 2", "MON": "9", "NUM": "601", "PRO": "P", "SEC": "52", "YEA": "1824", "CITY": "VELARS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Velars"}}, "partial-ids": {"g55": "05-148"}, "ids-in-source": {"g55": "05-148"}}, "raw": {"DAY": "26-9-1824", "HOUR": "2 h.", "NAME": "LAPOSTELET Charles", "PLACE": "Velars (Côte-d’Or)."}, "date": "2023-08-20T14:48:39+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9358	latouche-gaston-1854-10-22	{"a4": "606", "g55": "05-149"}	{"g55": "05-149", "lerrcp": "A4-606"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Latouche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:44", "date": "1854-10-22 14:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Saint-Cloud", "geoid": 0}, "notime": null, "date-ut": "1854-10-22 13:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Latouche"}, "birth": {"tzo": "+00:08:44", "date": "1854-10-22 14:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Stcloud", "geoid": 0}, "date-ut": "1854-10-22 13:51:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-606"}, "ids-in-sources": {"a4": "606"}}, "raw": {"H": "13", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "22", "LAT": "48N50", "LON": "2E11", "MON": "10", "NUM": "606", "PRO": "P", "SEC": "16", "YEA": "1854", "CITY": "STCLOUD"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Cloud"}}, "partial-ids": {"g55": "05-149"}, "ids-in-source": {"g55": "05-149"}}, "raw": {"DAY": "22-10-1854", "HOUR": "14 h.", "NAME": "LATOUCHE (de) Gaston", "PLACE": "Saint-Cloud (Seine-et-O.)."}, "date": "2023-08-20T14:48:39+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9363	laurens-jean-1801-07-14	{"a4": "611", "g55": "05-150"}	{"g55": "05-150", "lerrcp": "A4-611"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Laurens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:12", "date": "1801-07-14 02:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 5.04813, "lat": 44.05507, "name": "Carpentras", "geoid": 3028542}, "notime": null, "date-ut": "1801-07-14 01:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Laurens"}, "birth": {"tzo": "+00:20:12", "date": "1801-07-14 02:00", "place": {"c2": "84", "cy": "FR", "lg": 5.04813, "lat": 44.05507, "name": "Carpentras", "geoid": 3028542}, "date-ut": "1801-07-14 01:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-611"}, "ids-in-sources": {"a4": "611"}}, "raw": {"H": "1", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "14", "LAT": "43N57", "LON": "4E50", "MON": "7", "NUM": "611", "PRO": "P", "SEC": "40", "YEA": "1801", "CITY": "CARPENTRAS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-150"}, "ids-in-source": {"g55": "05-150"}}, "raw": {"DAY": "14-7-1801", "HOUR": "2 h.", "NAME": "LAURENS Jean Joseph", "PLACE": "Carpentras (Vaucluse)."}, "date": "2023-08-20T14:48:39+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9364	laurens-jean-1838-03-28	{"a4": "612", "g55": "05-151"}	{"g55": "05-151", "lerrcp": "A4-612"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Laurens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:44", "date": "1838-03-28 22:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.43333, "lat": 43.61667, "name": "Fourgnevaux", "geoid": 0}, "notime": null, "date-ut": "1838-03-28 21:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Laurens"}, "birth": {"tzo": "+00:05:44", "date": "1838-03-28 22:00", "place": {"c2": "31", "cy": "FR", "lg": 1.43333, "lat": 43.61667, "name": "Fourgnevaux", "geoid": 0}, "date-ut": "1838-03-28 21:54:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-612"}, "ids-in-sources": {"a4": "612"}}, "raw": {"H": "21", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "28", "LAT": "43N37", "LON": "1E26", "MON": "3", "NUM": "612", "PRO": "P", "SEC": "16", "YEA": "1838", "CITY": "FOURGNEVAUX"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Fourgnevaux"}}, "partial-ids": {"g55": "05-151"}, "ids-in-source": {"g55": "05-151"}}, "raw": {"DAY": "28-3-1838", "HOUR": "22 h.", "NAME": "LAURENS Jean-Pierre", "PLACE": "Fourgnevaux (Haute-Garonne)."}, "date": "2023-08-20T14:48:39+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9365	laurens-jules-1825-07-26	{"a4": "613", "g55": "05-152"}	{"g55": "05-152", "lerrcp": "A4-613"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Laurens", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:12", "date": "1825-07-26 14:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 5.04813, "lat": 44.05507, "name": "Carpentras", "geoid": 3028542}, "notime": null, "date-ut": "1825-07-26 13:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Laurens"}, "birth": {"tzo": "+00:20:12", "date": "1825-07-26 14:00", "place": {"c2": "84", "cy": "FR", "lg": 5.04813, "lat": 44.05507, "name": "Carpentras", "geoid": 3028542}, "date-ut": "1825-07-26 13:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-613"}, "ids-in-sources": {"a4": "613"}}, "raw": {"H": "13", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "26", "LAT": "43N57", "LON": "4E50", "MON": "7", "NUM": "613", "PRO": "P", "SEC": "40", "YEA": "1825", "CITY": "CARPENTRAS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-152"}, "ids-in-source": {"g55": "05-152"}}, "raw": {"DAY": "26-7-1825", "HOUR": "14 h.", "NAME": "LAURENS Jules Joseph", "PLACE": "Carpentras (Vaucluse)."}, "date": "2023-08-20T14:48:39+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9374	lazerges-jean-1817-07-05	{"a4": "622", "g55": "05-153"}	{"g55": "05-153", "lerrcp": "A4-622"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lazerges", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12", "date": "1817-07-05 09:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 3.00141, "lat": 43.18396, "name": "Narbonne", "geoid": 2990919}, "notime": null, "date-ut": "1817-07-05 08:50:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lazerges"}, "birth": {"tzo": "+00:12", "date": "1817-07-05 09:00", "place": {"c2": "11", "cy": "FR", "lg": 3.00141, "lat": 43.18396, "name": "Narbonne", "geoid": 2990919}, "date-ut": "1817-07-05 08:50:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-622"}, "ids-in-sources": {"a4": "622"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "5", "LAT": "43N12", "LON": "2E21", "MON": "7", "NUM": "622", "PRO": "P", "SEC": "36", "YEA": "1817", "CITY": "NARBONNE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-153"}, "ids-in-source": {"g55": "05-153"}}, "raw": {"DAY": "5-7-1817", "HOUR": "9 h.", "NAME": "LAZERGES. Jean Raymond", "PLACE": "Narbonne (Aude)."}, "date": "2023-08-20T14:48:39+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9377	lebasque-henri-1865-09-25	{"a4": "625", "g55": "05-155"}	{"g55": "05-155", "lerrcp": "A4-625"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Lebasque", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:17", "date": "1865-09-25 17:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.57175, "lat": 47.66415, "name": "Champigné", "geoid": 3027130}, "notime": null, "date-ut": "1865-09-25 17:02:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Lebasque"}, "birth": {"tzo": "-00:02:17", "date": "1865-09-25 17:00", "place": {"c2": "49", "cy": "FR", "lg": -0.57175, "lat": 47.66415, "name": "Champigné", "geoid": 3027130}, "date-ut": "1865-09-25 17:02:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-625"}, "ids-in-sources": {"a4": "625"}}, "raw": {"H": "17", "MN": "2", "TZ": "0", "COD": "49", "COU": "F", "DAY": "25", "LAT": "47N28", "LON": "0W32", "MON": "9", "NUM": "625", "PRO": "P", "SEC": "8", "YEA": "1865", "CITY": "CHAMPIGNE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-155"}, "ids-in-source": {"g55": "05-155"}}, "raw": {"DAY": "25-9-1865", "HOUR": "17 h.", "NAME": "LEBASQUE Henri", "PLACE": "Champigné (Maine-et-Loire)."}, "date": "2023-08-20T14:48:39+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9381	lebourg-albert-1849-02-01	{"a4": "629", "g55": "05-156"}	{"g55": "05-156", "lerrcp": "A4-629"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Lebourg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:44", "date": "1849-02-01 18:00", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.18333, "lat": 49.01667, "name": "Montfort-sur-Risle", "geoid": 0}, "notime": null, "date-ut": "1849-02-01 17:55:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Lebourg"}, "birth": {"tzo": "+00:04:44", "date": "1849-02-01 18:00", "place": {"c2": "27", "cy": "FR", "lg": 1.18333, "lat": 49.01667, "name": "Montfortsrisle", "geoid": 0}, "date-ut": "1849-02-01 17:55:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-629"}, "ids-in-sources": {"a4": "629"}}, "raw": {"H": "17", "MN": "55", "TZ": "0", "COD": "27", "COU": "F", "DAY": "1", "LAT": "49N 1", "LON": "1E11", "MON": "2", "NUM": "629", "PRO": "P", "SEC": "16", "YEA": "1849", "CITY": "MONTFORTSRISLE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Montfort-sur-Risle"}}, "partial-ids": {"g55": "05-156"}, "ids-in-source": {"g55": "05-156"}}, "raw": {"DAY": "1-2-1849", "HOUR": "18 h.", "NAME": "LEBOURG Albert", "PLACE": "Montfort-sur-Risle (Eure)."}, "date": "2023-08-20T14:48:39+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9382	lebreton-constant-1895-03-11	{"a4": "630", "g55": "05-157"}	{"g55": "05-157", "lerrcp": "A4-630"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Constant", "family": "Lebreton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-03-11 08:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.53333, "lat": 47.46667, "name": "Saint-Germain", "geoid": 0}, "notime": null, "date-ut": "1895-03-11 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Constant", "family": "Lebreton"}, "birth": {"tzo": "+00:09:21", "date": "1895-03-11 08:00", "place": {"c2": "49", "cy": "FR", "lg": -0.53333, "lat": 47.46667, "name": "Stgermaindespre", "geoid": 0}, "date-ut": "1895-03-11 07:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-630"}, "ids-in-sources": {"a4": "630"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "49", "COU": "F", "DAY": "11", "LAT": "47N28", "LON": "0W32", "MON": "3", "NUM": "630", "PRO": "P", "SEC": "40", "YEA": "1895", "CITY": "STGERMAINDESPRE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Germain"}}, "partial-ids": {"g55": "05-157"}, "ids-in-source": {"g55": "05-157"}}, "raw": {"DAY": "11-3-1895", "HOUR": "8 h.", "NAME": "LEBRETON Constant", "PLACE": "Saint-Germain (Maine-et-Loire)."}, "date": "2023-08-20T14:48:39+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9386	lefauconnier-henri-1881-07-05	{"a4": "634", "g55": "05-158"}	{"g55": "05-158", "lerrcp": "A4-634"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Lefauconnier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:09", "date": "1881-07-05 17:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.0382, "lat": 50.37349, "name": "Hesdin", "geoid": 3013365}, "notime": null, "date-ut": "1881-07-05 16:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Lefauconnier"}, "birth": {"tzo": "+00:08:09", "date": "1881-07-05 17:00", "place": {"c2": "62", "cy": "FR", "lg": 2.0382, "lat": 50.37349, "name": "Hesdin", "geoid": 3013365}, "date-ut": "1881-07-05 16:48:56"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-634"}, "ids-in-sources": {"a4": "634"}}, "raw": {"H": "16", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "5", "LAT": "50N18", "LON": "2E46", "MON": "7", "NUM": "634", "PRO": "P", "SEC": "56", "YEA": "1881", "CITY": "HESDIN"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-158"}, "ids-in-source": {"g55": "05-158"}}, "raw": {"DAY": "5-7-1881", "HOUR": "17 h.", "NAME": "LEFAUCONNIER Henri-Victor", "PLACE": "Hesdin (P.-de-Calais)."}, "date": "2023-08-20T14:48:39+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9389	leger-fernand-1881-02-04	{"a4": "637", "g55": "05-159", "afd2": "330"}	{"g55": "05-159", "lerrcp": "A4-637", "muller": "M2-330"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Leger", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-00:00:05", "date": "1881-02-04 13:00", "note": "LMT", "place": {"c1": null, "c2": "61", "c3": null, "cy": "FR", "lg": -0.02023, "lat": 48.74441, "name": "Argentan", "geoid": 3037051}, "notime": null, "date-ut": "1881-02-04 12:59:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Leger"}, "birth": {"tzo": "-00:00:05", "date": "1881-02-04 13:00", "place": {"c2": "61", "cy": "FR", "lg": -0.02023, "lat": 48.74441, "name": "Argentan", "geoid": 3037051}, "date-ut": "1881-02-04 12:59:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-637"}, "ids-in-sources": {"a4": "637"}}, "raw": {"H": "12", "MN": "59", "TZ": "0", "COD": "61", "COU": "F", "DAY": "4", "LAT": "48N26", "LON": "0E 5", "MON": "2", "NUM": "637", "PRO": "P", "SEC": "40", "YEA": "1881", "CITY": "ARGENTAN"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["artist"], "ids-in-sources": {"afd2": "330"}}, "raw": {"CY": "F", "GQ": "G", "LG": "000 E 05", "LAT": "48 N 26", "TZO": "", "DATE": "04.02.1881", "MUID": "330", "NAME": "Léger, Fernand", "OCCU": "AR 08", "TIME": "13.00", "BOOKS": "567", "PLACE": "Argentan", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"partial-ids": {"g55": "05-159"}, "ids-in-source": {"g55": "05-159"}}, "raw": {"DAY": "4-2-1881", "HOUR": "13 h.", "NAME": "LEGER Fernand", "PLACE": "Argentan (Orne)."}, "date": "2023-08-20T14:48:39+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9391	legros-alphonse-1837-05-08	{"a4": "639", "g55": "05-161"}	{"g55": "05-161", "lerrcp": "A4-639"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Legros", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:04", "date": "1837-05-08 11:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1837-05-08 10:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Legros"}, "birth": {"tzo": "+00:20:04", "date": "1837-05-08 11:00", "place": {"c2": "21", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1837-05-08 10:39:52"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-639"}, "ids-in-sources": {"a4": "639"}}, "raw": {"H": "10", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "8", "LAT": "47N19", "LON": "5E 2", "MON": "5", "NUM": "639", "PRO": "P", "SEC": "52", "YEA": "1837", "CITY": "DIJON"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-161"}, "ids-in-source": {"g55": "05-161"}}, "raw": {"DAY": "8-5-1837", "HOUR": "11 h.", "NAME": "LEGROS Alphonse", "PLACE": "Dijon (Côte-d’Or)."}, "date": "2023-08-20T14:48:40+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9397	lemaire-madeleine-1845-05-24	{"a4": "645", "g55": "05-162"}	{"g55": "05-162", "lerrcp": "A4-645"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Madeleine", "family": "Lemaire", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:52", "date": "1845-05-24 18:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 6.46667, "lat": 43.53333, "name": "Les Arcs", "geoid": 0}, "notime": null, "date-ut": "1845-05-24 17:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Madeleine", "family": "Lemaire"}, "birth": {"tzo": "+00:25:52", "date": "1845-05-24 18:00", "place": {"c2": "83", "cy": "FR", "lg": 6.46667, "lat": 43.53333, "name": "Lesarcs", "geoid": 0}, "date-ut": "1845-05-24 17:34:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-645"}, "ids-in-sources": {"a4": "645"}}, "raw": {"H": "17", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "24", "LAT": "43N32", "LON": "6E28", "MON": "5", "NUM": "645", "PRO": "P", "SEC": "8", "YEA": "1845", "CITY": "LESARCS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Les Arcs"}}, "partial-ids": {"g55": "05-162"}, "ids-in-source": {"g55": "05-162"}}, "raw": {"DAY": "24-5-1845", "HOUR": "18 h.", "NAME": "LEMAIRE Madeleine", "PLACE": "Les Arcs (Var)."}, "date": "2023-08-20T14:48:40+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9402	le-moal-jean-1909-10-30	{"a4": "650", "g55": "05-163"}	{"g55": "05-163", "lerrcp": "A4-650"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Le Moal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1909-10-30 19:00", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 1.5, "lat": 48.45, "name": "Authon-du-Perché", "geoid": 0}, "notime": null, "date-ut": "1909-10-30 18:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Le Moal"}, "birth": {"tzo": "+00:09:21", "date": "1909-10-30 19:00", "place": {"c2": "28", "cy": "FR", "lg": 1.5, "lat": 48.45, "name": "Authonduperche", "geoid": 0}, "date-ut": "1909-10-30 18:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-650"}, "ids-in-sources": {"a4": "650"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "28", "COU": "F", "DAY": "30", "LAT": "48N27", "LON": "1E30", "MON": "10", "NUM": "650", "PRO": "P", "SEC": "40", "YEA": "1909", "CITY": "AUTHONDUPERCHE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Authon-du-Perché"}}, "partial-ids": {"g55": "05-163"}, "ids-in-source": {"g55": "05-163"}}, "raw": {"DAY": "30-10-1909", "HOUR": "19 h.", "NAME": "LE MOAL Jean", "PLACE": "Authon-du-Perché (Eure-et-Loire)."}, "date": "2023-08-20T14:48:40+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9412	leprin-marcel-1891-02-12	{"a4": "660", "g55": "05-164"}	{"g55": "05-164", "lerrcp": "A4-660"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Leprin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:28:03", "date": "1891-02-12 09:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.01275, "lat": 43.55135, "name": "Cannes", "geoid": 3028808}, "notime": null, "date-ut": "1891-02-12 08:30:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-660"}, "birth": {"tzo": "+00:28:03", "date": "1891-02-12 09:00", "place": {"c2": "06", "cy": "FR", "lg": 7.01275, "lat": 43.55135, "name": "Cannes", "geoid": 3028808}, "date-ut": "1891-02-12 08:30:56"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-660"}, "ids-in-sources": {"a4": "660"}}, "raw": {"H": "8", "MN": "30", "TZ": "0", "COD": "06", "COU": "F", "DAY": "12", "LAT": "43N42", "LON": "7E16", "MON": "2", "NUM": "660", "PRO": "P", "SEC": "56", "YEA": "1891", "CITY": "CANNES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Marcel", "family": "Leprin", "nobility": ""}, "slug": "leprin-marcel-1891-02-12", "partial-ids": {"g55": "05-164"}, "ids-in-source": {"g55": "05-164"}}, "raw": {"DAY": "12-2-1891", "HOUR": "9 h.", "NAME": "LEPRIN Marcel", "PLACE": "Cannes (Alpes-Maritimes)."}, "date": "2023-08-20T14:48:40+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9426	levy-henri-1840-09-23	{"a4": "674", "g55": "05-165"}	{"g55": "05-165", "lerrcp": "A4-674"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Levy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1840-09-23 02:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1840-09-23 01:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Levy"}, "birth": {"tzo": "+00:24:44", "date": "1840-09-23 02:00", "place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1840-09-23 01:35:12"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-674"}, "ids-in-sources": {"a4": "674"}}, "raw": {"H": "1", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "23", "LAT": "48N42", "LON": "6E12", "MON": "9", "NUM": "674", "PRO": "P", "SEC": "12", "YEA": "1840", "CITY": "NANCY"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-165"}, "ids-in-source": {"g55": "05-165"}}, "raw": {"DAY": "23-9-1840", "HOUR": "2 h.", "NAME": "LEVY Henri Léopold", "PLACE": "Nancy (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:48:40+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9429	lhermitte-leon-1844-07-31	{"a4": "677", "g55": "05-166"}	{"g55": "05-166", "lerrcp": "A4-677"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Lhermitte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:28", "date": "1844-07-31 07:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Mont-Saint-Peére", "geoid": 0}, "notime": null, "date-ut": "1844-07-31 06:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Lhermitte"}, "birth": {"tzo": "+00:14:28", "date": "1844-07-31 07:00", "place": {"c2": "02", "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Montstpere", "geoid": 0}, "date-ut": "1844-07-31 06:45:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-677"}, "ids-in-sources": {"a4": "677"}}, "raw": {"H": "6", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "31", "LAT": "49N34", "LON": "3E37", "MON": "7", "NUM": "677", "PRO": "P", "SEC": "32", "YEA": "1844", "CITY": "MONTSTPERE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Mont-Saint-Peére"}}, "partial-ids": {"g55": "05-166"}, "ids-in-source": {"g55": "05-166"}}, "raw": {"DAY": "31-7-1844", "HOUR": "7 h.", "NAME": "LHERMITTE Léon Auguste", "PLACE": "Mont-Saint-Peére (Aisne)."}, "date": "2023-08-20T14:48:40+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9436	lorjou-bernard-1908-09-09	{"a4": "684", "e1": "1322", "g55": "05-168"}	{"g55": "05-168", "lerrcp": "A4-684"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Lorjou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1908-09-09 05:00", "note": null, "place": {"c1": null, "c2": "41", "c3": null, "cy": "FR", "lg": 1.32912, "lat": 47.59432, "name": "Blois", "geoid": 3032213}, "notime": null, "date-ut": "1908-09-09 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter", "executive"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Lorjou"}, "birth": {"tzo": "+00:09:21", "date": "1908-09-09 05:00", "place": {"c2": "41", "cy": "FR", "lg": 1.32912, "lat": 47.59432, "name": "Blois", "geoid": 3032213}, "date-ut": "1908-09-09 04:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-684"}, "ids-in-sources": {"a4": "684"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "41", "COU": "F", "DAY": "9", "LAT": "47N35", "LON": "1E20", "MON": "9", "NUM": "684", "PRO": "P", "SEC": "40", "YEA": "1908", "CITY": "BLOIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"occus": ["executive"], "ids-in-sources": {"e1": "1322"}}, "raw": {"H": "05:00", "COD": "41", "DAY": "09", "MON": "09", "NUM": "1322", "PRO": "EX", "YEA": "1908", "CITY": "Blois", "NAME": "LORJOU Bernard", "NOTE": ""}, "date": "2023-08-20T14:44:09+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"partial-ids": {"g55": "05-168"}, "ids-in-source": {"g55": "05-168"}}, "raw": {"DAY": "9-9-1908", "HOUR": "5 h.", "NAME": "LORJOU Bernard", "PLACE": "Blois (Eure-et-Loire)."}, "date": "2023-08-20T14:48:40+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9439	loutreuil-maurice-1885-03-16	{"a4": "687", "g55": "05-169"}	{"g55": "05-169", "lerrcp": "A4-687"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Loutreuil", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:03:10", "date": "1885-03-16 23:50", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.79117, "lat": 48.1032, "name": "Montmirail", "geoid": 2992241}, "notime": null, "date-ut": "1885-03-16 23:44:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Loutreuil"}, "birth": {"tzo": "+00:03:10", "date": "1885-03-16 23:50", "place": {"c2": "72", "cy": "FR", "lg": 0.79117, "lat": 48.1032, "name": "Montmirail", "geoid": 2992241}, "date-ut": "1885-03-16 23:44:12"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-687"}, "ids-in-sources": {"a4": "687"}}, "raw": {"H": "23", "MN": "44", "TZ": "0", "COD": "72", "COU": "F", "DAY": "16", "LAT": "48N 1", "LON": "0E12", "MON": "3", "NUM": "687", "PRO": "P", "SEC": "12", "YEA": "1885", "CITY": "MONTMIRAIL"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-169"}, "ids-in-source": {"g55": "05-169"}}, "raw": {"DAY": "16-3-1885", "HOUR": "23 h. 45", "NAME": "LOUTREUIL Maurice Albert", "PLACE": "Montmirail (Sarthe)."}, "date": "2023-08-20T14:48:40+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9441	lurcat-jean-1892-07-01	{"a4": "689", "g55": "05-171"}	{"g55": "05-171", "lerrcp": "A4-689"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Lurcat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.71845, "lat": 48.20709, "name": "Bruyères", "geoid": 3029725}, "notime": null, "date-ut": "1892-07-01 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Lurcat"}, "birth": {"place": {"c2": "88", "cy": "FR", "lg": 6.71845, "lat": 48.20709, "name": "Bruyères", "geoid": 3029725}, "date-ut": "1892-07-01 10:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-689"}, "ids-in-sources": {"a4": "689"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "88", "COU": "F", "DAY": "1", "LAT": "48N10", "LON": "6E28", "MON": "7", "NUM": "689", "PRO": "P", "SEC": "40", "YEA": "1892", "CITY": "BRUYERES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-171"}, "ids-in-source": {"g55": "05-171"}}, "raw": {"DAY": "1-7-1892", "HOUR": "11 h.", "NAME": "LURCAT Jean", "PLACE": "Bruyères (Vosges)."}, "date": "2023-08-20T14:48:40+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9448	maignan-albert-pierre-1845-10-14	{"a4": "696", "g55": "05-172"}	{"g55": "05-172", "lerrcp": "A4-696"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert Pierre", "family": "Maignan", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:48", "date": "1845-10-14 18:00", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.2, "lat": 48.01667, "name": "Beaumont-sur-Sarthe", "geoid": 0}, "notime": null, "date-ut": "1845-10-14 17:59:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-696"}, "birth": {"tzo": "+00:00:48", "date": "1845-10-14 18:00", "place": {"c2": "72", "cy": "FR", "lg": 0.2, "lat": 48.01667, "name": "Beaumontssarthe", "geoid": 0}, "date-ut": "1845-10-14 17:59:12"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-696"}, "ids-in-sources": {"a4": "696"}}, "raw": {"H": "17", "MN": "59", "TZ": "0", "COD": "72", "COU": "F", "DAY": "14", "LAT": "48N 1", "LON": "0E12", "MON": "10", "NUM": "696", "PRO": "P", "SEC": "12", "YEA": "1845", "CITY": "BEAUMONTSSARTHE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Albert Pierre", "family": "Maignan", "nobility": ""}, "slug": "maignan-albert-pierre-1845-10-14", "birth": {"place": {"name": "Beaumont-sur-Sarthe"}}, "partial-ids": {"g55": "05-172"}, "ids-in-source": {"g55": "05-172"}}, "raw": {"DAY": "14-10-1845", "HOUR": "18 h.", "NAME": "MAIGNAN Albert Pierre", "PLACE": "Beaumont-sur-Sarthe (Sthe)."}, "date": "2023-08-20T14:48:40+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9450	maillaud-fernand-1862-12-12	{"a4": "698", "g55": "05-173"}	{"g55": "05-173", "lerrcp": "A4-698"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Maillaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:44", "date": "1862-12-12 10:59", "note": null, "place": {"c1": null, "c2": "36", "c3": null, "cy": "FR", "lg": 1.43347, "lat": 46.38312, "name": "Mouhet", "geoid": 2991544}, "notime": null, "date-ut": "1862-12-12 10:53:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Maillaud"}, "birth": {"tzo": "+00:05:44", "date": "1862-12-12 10:59", "place": {"c2": "36", "cy": "FR", "lg": 1.43347, "lat": 46.38312, "name": "Mouhet", "geoid": 2991544}, "date-ut": "1862-12-12 10:53:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-698"}, "ids-in-sources": {"a4": "698"}}, "raw": {"H": "10", "MN": "53", "TZ": "0", "COD": "36", "COU": "F", "DAY": "12", "LAT": "46N49", "LON": "1E41", "MON": "12", "NUM": "698", "PRO": "P", "SEC": "16", "YEA": "1862", "CITY": "MOUHET"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-173"}, "ids-in-source": {"g55": "05-173"}}, "raw": {"DAY": "12-12-1862", "HOUR": "11 h.", "NAME": "MAILLAUD Fernand", "PLACE": "Mouhet (Indre)."}, "date": "2023-08-20T14:48:40+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9463	marchand-andre-1907-02-10	{"a4": "711", "g55": "05-176"}	{"g55": "05-176", "lerrcp": "A4-711"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Marchand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1907-02-10 06:45", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "notime": null, "date-ut": "1907-02-10 06:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "André", "family": "Marchand"}, "birth": {"tzo": "+00:09:21", "date": "1907-02-10 06:45", "place": {"c2": "13", "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "date-ut": "1907-02-10 06:35:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-711"}, "ids-in-sources": {"a4": "711"}}, "raw": {"H": "6", "MN": "35", "TZ": "0", "COD": "13", "COU": "F", "DAY": "10", "LAT": "43N18", "LON": "5E22", "MON": "2", "NUM": "711", "PRO": "P", "SEC": "40", "YEA": "1907", "CITY": "AIX-EN-PROVENCE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-176"}, "ids-in-source": {"g55": "05-176"}}, "raw": {"DAY": "10-2-1907", "HOUR": "6h. 45", "NAME": "MARCHAND André", "PLACE": "Aix-en-Provence (B.-du-Rh.)."}, "date": "2023-08-20T14:48:40+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9466	marcke-de-lummen-emile-van-1827-08-20	{"a4": "714", "g55": "05-177"}	{"g55": "05-177", "lerrcp": "A4-714"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "de LUMMEN Emile (van)", "family": "Marcke", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:52", "date": "1827-08-20 09:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.21757, "lat": 48.82292, "name": "Sèvres", "geoid": 2974678}, "notime": null, "date-ut": "1827-08-20 08:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-714"}, "birth": {"tzo": "+00:08:52", "date": "1827-08-20 09:00", "place": {"c2": "92", "cy": "FR", "lg": 2.21757, "lat": 48.82292, "name": "Sèvres", "geoid": 2974678}, "date-ut": "1827-08-20 08:51:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-714"}, "ids-in-sources": {"a4": "714"}}, "raw": {"H": "8", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "20", "LAT": "48N50", "LON": "2E11", "MON": "8", "NUM": "714", "PRO": "P", "SEC": "16", "YEA": "1827", "CITY": "SEVRES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "de LUMMEN Emile (van)", "family": "Marcke", "nobility": ""}, "slug": "marcke-de-lummen-emile-van-1827-08-20", "partial-ids": {"g55": "05-177"}, "ids-in-source": {"g55": "05-177"}}, "raw": {"DAY": "20-8-1827", "HOUR": "9 h.", "NAME": "MARCKE de LUMMEN Emile (van)", "PLACE": "Sèvres (S.-et-O.)."}, "date": "2023-08-20T14:48:40+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9474	marilhat-prosper-1811-03-22	{"a4": "722", "g55": "05-178"}	{"g55": "05-178", "lerrcp": "A4-722"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Prosper", "family": "Marilhat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:09", "date": "1811-03-22 06:00", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.2865, "lat": 45.76983, "name": "Vertaizon", "geoid": 2969646}, "notime": null, "date-ut": "1811-03-22 05:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Prosper", "family": "Marilhat"}, "birth": {"tzo": "+00:13:09", "date": "1811-03-22 06:00", "place": {"c2": "63", "cy": "FR", "lg": 3.2865, "lat": 45.76983, "name": "Vertaizon", "geoid": 2969646}, "date-ut": "1811-03-22 05:47:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-722"}, "ids-in-sources": {"a4": "722"}}, "raw": {"H": "5", "MN": "47", "TZ": "0", "COD": "63", "COU": "F", "DAY": "22", "LAT": "45N47", "LON": "3E 5", "MON": "3", "NUM": "722", "PRO": "P", "SEC": "40", "YEA": "1811", "CITY": "VERTAIZON"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-178"}, "ids-in-source": {"g55": "05-178"}}, "raw": {"DAY": "22-2-1811", "HOUR": "6 h.", "NAME": "MARILHAT Prosper Georg.", "PLACE": "Vertaizon (Puy-de-Dôme)."}, "date": "2023-08-20T14:48:40+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9481	martin-henri-1860-08-05	{"a4": "729", "g55": "05-180"}	{"g55": "05-180", "lerrcp": "A4-729"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Martin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1860-08-05 09:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1860-08-05 08:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Martin"}, "birth": {"tzo": "+00:05:46", "date": "1860-08-05 09:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1860-08-05 08:54:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-729"}, "ids-in-sources": {"a4": "729"}}, "raw": {"H": "8", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "5", "LAT": "43N37", "LON": "1E26", "MON": "8", "NUM": "729", "PRO": "P", "SEC": "16", "YEA": "1860", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-180"}, "ids-in-source": {"g55": "05-180"}}, "raw": {"DAY": "5-8-1860", "HOUR": "9 h.", "NAME": "MARTIN. Henri", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:48:40+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9489	masson-andre-1896-01-04	{"a4": "737", "g55": "05-181"}	{"g55": "05-181", "lerrcp": "A4-737"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Masson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1896-01-04 02:00", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Baligny", "geoid": 0}, "notime": null, "date-ut": "1896-01-04 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "André", "family": "Masson"}, "birth": {"tzo": "+00:09:21", "date": "1896-01-04 02:00", "place": {"c2": "60", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Baligny", "geoid": 0}, "date-ut": "1896-01-04 01:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-737"}, "ids-in-sources": {"a4": "737"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "60", "COU": "F", "DAY": "4", "LAT": "49N26", "LON": "2E 5", "MON": "1", "NUM": "737", "PRO": "P", "SEC": "40", "YEA": "1896", "CITY": "BALIGNY"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Baligny"}}, "partial-ids": {"g55": "05-181"}, "ids-in-source": {"g55": "05-181"}}, "raw": {"DAY": "4-1-1896", "HOUR": "2 h.", "NAME": "MASSON André", "PLACE": "Baligny (Oise)."}, "date": "2023-08-20T14:48:40+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9494	matisse-henri-1869-12-31	{"a4": "742", "g55": "05-182", "afd2": "374"}	{"g55": "05-182", "lerrcp": "A4-742", "muller": "M2-374"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Matisse", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:12:20", "date": "1869-12-31 20:00", "note": "LMT", "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Cateau-Cambresis", "geoid": 0}, "notime": null, "date-ut": "1869-12-31 19:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Matisse"}, "birth": {"tzo": "+00:12:20", "date": "1869-12-31 20:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Cateaucambresis", "geoid": 0}, "date-ut": "1869-12-31 19:47:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-742"}, "ids-in-sources": {"a4": "742"}}, "raw": {"H": "19", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "31", "LAT": "50N39", "LON": "3E 5", "MON": "12", "NUM": "742", "PRO": "P", "SEC": "40", "YEA": "1869", "CITY": "CATEAUCAMBRESIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["artist"], "ids-in-sources": {"afd2": "374"}}, "raw": {"CY": "F", "GQ": "G", "LG": "003 E 32", "LAT": "50 N 05", "TZO": "", "DATE": "31.12.1869", "MUID": "374", "NAME": "Matisse, Henri", "OCCU": "AR 08", "TIME": "20.00", "BOOKS": "4567", "PLACE": "Le Cateau", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"birth": {"place": {"name": "Cateau-Cambresis"}}, "partial-ids": {"g55": "05-182"}, "ids-in-source": {"g55": "05-182"}}, "raw": {"DAY": "31-12-1869", "HOUR": "20 h.", "NAME": "\\fMATISSE Henri", "PLACE": "Cateau-Cambresis (Nord)."}, "date": "2023-08-20T14:48:40+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9500	mayer-auguste-1805-07-08	{"a4": "748", "g55": "05-184"}	{"g55": "05-184", "lerrcp": "A4-748"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Mayer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:17:57", "date": "1805-07-08 19:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1805-07-08 19:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Mayer"}, "birth": {"tzo": "-00:17:57", "date": "1805-07-08 19:00", "place": {"c2": "29", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1805-07-08 19:16:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-748"}, "ids-in-sources": {"a4": "748"}}, "raw": {"H": "19", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "8", "LAT": "48N 0", "LON": "4W 6", "MON": "7", "NUM": "748", "PRO": "P", "SEC": "24", "YEA": "1805", "CITY": "BREST"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-184"}, "ids-in-source": {"g55": "05-184"}}, "raw": {"DAY": "8-7-1805", "HOUR": "19 h.", "NAME": "MAYER Auguste Etienne", "PLACE": "Brest (Finistère)."}, "date": "2023-08-20T14:48:40+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9504	meissonier-jean-louis-e-1815-02-21	{"a4": "752", "g55": "05-185"}	{"g55": "05-185", "lerrcp": "A4-752"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Louis E.", "family": "Meissonier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1815-02-21 05:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1815-02-21 04:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-752"}, "birth": {"tzo": "+00:19:23", "date": "1815-02-21 05:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1815-02-21 04:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-752"}, "ids-in-sources": {"a4": "752"}}, "raw": {"H": "4", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "21", "LAT": "45N46", "LON": "4E50", "MON": "2", "NUM": "752", "PRO": "P", "SEC": "40", "YEA": "1815", "CITY": "LYON"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Jean Louis E.", "family": "Meissonier", "nobility": ""}, "slug": "meissonier-jean-louis-e-1815-02-21", "partial-ids": {"g55": "05-185"}, "ids-in-source": {"g55": "05-185"}}, "raw": {"DAY": "21-2-1815", "HOUR": "5 h.", "NAME": "MEISSONIER Jean Louis E.", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:48:40+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9514	metzinger-jean-1883-06-24	{"a4": "762", "g55": "05-186"}	{"g55": "05-186", "lerrcp": "A4-762"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Metzinger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1883-06-24 00:30", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1883-06-24 00:36:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Metzinger"}, "birth": {"tzo": "-00:06:13", "date": "1883-06-24 00:30", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1883-06-24 00:36:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-762"}, "ids-in-sources": {"a4": "762"}}, "raw": {"H": "0", "MN": "36", "TZ": "0", "COD": "44", "COU": "F", "DAY": "24", "LAT": "47N13", "LON": "1W35", "MON": "6", "NUM": "762", "PRO": "P", "SEC": "20", "YEA": "1883", "CITY": "NANTES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-186"}, "ids-in-source": {"g55": "05-186"}}, "raw": {"DAY": "24-6-1883", "HOUR": "0 h. 30", "NAME": "METZINGER Jean", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:48:40+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9523	milcendeau-edmond-1872-07-18	{"a4": "771", "g55": "05-187"}	{"g55": "05-187", "lerrcp": "A4-771"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Milcendeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:07:36", "date": "1872-07-18 15:00", "note": null, "place": {"c1": null, "c2": "85", "c3": null, "cy": "FR", "lg": -1.90106, "lat": 46.79624, "name": "Soullans", "geoid": 2974007}, "notime": null, "date-ut": "1872-07-18 15:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Milcendeau"}, "birth": {"tzo": "-00:07:36", "date": "1872-07-18 15:00", "place": {"c2": "85", "cy": "FR", "lg": -1.90106, "lat": 46.79624, "name": "Soullans", "geoid": 2974007}, "date-ut": "1872-07-18 15:05:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-771"}, "ids-in-sources": {"a4": "771"}}, "raw": {"H": "15", "MN": "5", "TZ": "0", "COD": "85", "COU": "F", "DAY": "18", "LAT": "46N40", "LON": "1W25", "MON": "7", "NUM": "771", "PRO": "P", "SEC": "40", "YEA": "1872", "CITY": "SOULLANS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-187"}, "ids-in-source": {"g55": "05-187"}}, "raw": {"DAY": "18-7-1872", "HOUR": "15 h.", "NAME": "MILCENDEAU Edmond Charles", "PLACE": "Soullans (Vendée)."}, "date": "2023-08-20T14:48:40+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9524	millet-jean-1814-10-04	{"a4": "772", "g55": "05-188", "afd2": "391"}	{"g55": "05-188", "lerrcp": "A4-772", "muller": "M2-391"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Millet", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-00:04:20", "date": "1814-10-04 20:00", "note": "LMT", "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Gruchy", "geoid": 0}, "notime": null, "date-ut": "1814-10-04 20:04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Millet"}, "birth": {"tzo": "-00:04:20", "date": "1814-10-04 20:00", "place": {"c2": "50", "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Greville", "geoid": 0}, "date-ut": "1814-10-04 20:04:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-772"}, "ids-in-sources": {"a4": "772"}}, "raw": {"H": "20", "MN": "4", "TZ": "0", "COD": "50", "COU": "F", "DAY": "4", "LAT": "49N 7", "LON": "1W 5", "MON": "10", "NUM": "772", "PRO": "P", "SEC": "20", "YEA": "1814", "CITY": "GREVILLE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["artist"], "ids-in-sources": {"afd2": "391"}}, "raw": {"CY": "F", "GQ": "G", "LG": "001 W 48", "LAT": "49 N 41", "TZO": "", "DATE": "04.10.1814", "MUID": "391", "NAME": "Millet, Jean-Francois", "OCCU": "AR 08", "TIME": "20.00", "BOOKS": "56", "PLACE": "Gréville-Hague", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"birth": {"place": {"name": "Gruchy"}}, "partial-ids": {"g55": "05-188"}, "ids-in-source": {"g55": "05-188"}}, "raw": {"DAY": "4-10-1814", "HOUR": "20 h.", "NAME": "MILLET Jean Francois", "PLACE": "Gruchy (Manche)."}, "date": "2023-08-20T14:48:40+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9535	monticelli-adolphe-1824-10-14	{"a4": "783", "g55": "05-189"}	{"g55": "05-189", "lerrcp": "A4-783"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Monticelli", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1824-10-14 14:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1824-10-14 13:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Monticelli"}, "birth": {"tzo": "+00:21:31", "date": "1824-10-14 14:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1824-10-14 13:38:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-783"}, "ids-in-sources": {"a4": "783"}}, "raw": {"H": "13", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "14", "LAT": "43N18", "LON": "5E22", "MON": "10", "NUM": "783", "PRO": "P", "SEC": "32", "YEA": "1824", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-189"}, "ids-in-source": {"g55": "05-189"}}, "raw": {"DAY": "14-10-1824", "HOUR": "14 h.", "NAME": "MONTICELLI Adolphe Joseph", "PLACE": "Marseille (B.-du-Rh.)."}, "date": "2023-08-20T14:48:40+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9543	morel-fatio-antoine-1810-01-17	{"a4": "791", "g55": "05-191"}	{"g55": "05-191", "lerrcp": "A4-791"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Morel-Fatio", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:24", "date": "1810-01-17 03:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1810-01-17 02:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Morel-Fatio"}, "birth": {"tzo": "+00:04:24", "date": "1810-01-17 03:00", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1810-01-17 02:55:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-791"}, "ids-in-sources": {"a4": "791"}}, "raw": {"H": "2", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "17", "LAT": "49N26", "LON": "1E 5", "MON": "1", "NUM": "791", "PRO": "P", "SEC": "40", "YEA": "1810", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-191"}, "ids-in-source": {"g55": "05-191"}}, "raw": {"DAY": "17-1-1810", "HOUR": "3 h.", "NAME": "MOREL-FATIO Antoine Léon", "PLACE": "Rouen (Seine-Inférieure)."}, "date": "2023-08-20T14:48:40+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9545	morisot-berthe-1841-01-14	{"a4": "793", "wd": "Q105320", "g55": "05-192", "afd3": "162"}	{"wd": "Q105320", "g55": "05-192", "lerrcp": "A4-793", "muller": "M3-162"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Berthe", "family": "Morisot", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": true, "tzo": "+00:09:36", "date": "1841-01-14 15:00", "note": null, "place": {"c1": null, "c2": "18", "c3": null, "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "notime": null, "date-ut": "1841-01-14 14:50:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Berthe", "family": "Morisot"}, "birth": {"tzo": "+00:09:36", "date": "1841-01-14 15:00", "place": {"c2": "18", "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "date-ut": "1841-01-14 14:50:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-793"}, "ids-in-sources": {"a4": "793"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "18", "COU": "F", "DAY": "14", "LAT": "47N 5", "LON": "2E23", "MON": "1", "NUM": "793", "PRO": "P", "SEC": "28", "YEA": "1841", "CITY": "BOURGES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"sex": "F", "birth": {"lmt": true}, "sources": "afd3", "ids-in-sources": {"afd3": "162"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 25", "LAT": "47 N 05", "TZO": "", "DATE": "14.01.1841", "MUID": "162", "NAME": "MORISOT, Berthe", "OCCU": "AR 08", "TIME": "15.00", "BOOKS": "123468", "PLACE": "Bourges", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}, {"new": {"occus": ["painter"], "partial-ids": {"wd": "Q105320"}, "ids-in-sources": {"wd": "Q105320", "afd3": "162"}}, "raw": {"occus.0": "painter", "partial-ids.wd": "Q105320", "ids-in-sources.wd": "Q105320", "ids-in-sources.afd3": "162"}, "date": "2023-08-20T14:44:44+02:00", "source": "muller-234-women.yml", "command": "db init tweaks muller-234-women.yml"}, {"new": {"partial-ids": {"g55": "05-192"}, "ids-in-source": {"g55": "05-192"}}, "raw": {"DAY": "14-1-1841", "HOUR": "15 h.", "NAME": "MORISOT Berthe", "PLACE": "Bourges (Cher)."}, "date": "2023-08-20T14:48:40+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9560	nakache-armand-1894-01-11	{"a4": "808", "g55": "05-194"}	{"g55": "05-194", "lerrcp": "A4-808"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Nakache", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 7.75, "lat": 37, "name": "Bône", "geoid": 0}, "notime": null, "date-ut": "1894-01-11 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Nakache"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 7.75, "lat": 37, "name": "BONE", "geoid": 0}, "date-ut": "1894-01-11 04:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-808"}, "ids-in-sources": {"a4": "808"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "11", "LAT": "37N 0", "LON": "7E45", "MON": "1", "NUM": "808", "PRO": "P", "SEC": "40", "YEA": "1894", "CITY": "BONE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Bône"}}, "partial-ids": {"g55": "05-194"}, "ids-in-source": {"g55": "05-194"}}, "raw": {"DAY": "11-1-1894", "HOUR": "5 h.", "NAME": "NAKACHE Armand Henri", "PLACE": "Bône (Algérie)."}, "date": "2023-08-20T14:48:40+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9564	naudin-bernard-1876-11-11	{"a4": "812", "g55": "05-195"}	{"g55": "05-195", "lerrcp": "A4-812"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Naudin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:46", "date": "1876-11-11 01:00", "note": null, "place": {"c1": null, "c2": "36", "c3": null, "cy": "FR", "lg": 1.69362, "lat": 46.81248, "name": "Châteauroux", "geoid": 3026204}, "notime": null, "date-ut": "1876-11-11 00:53:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Naudin"}, "birth": {"tzo": "+00:06:46", "date": "1876-11-11 01:00", "place": {"c2": "36", "cy": "FR", "lg": 1.69362, "lat": 46.81248, "name": "Châteauroux", "geoid": 3026204}, "date-ut": "1876-11-11 00:53:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-812"}, "ids-in-sources": {"a4": "812"}}, "raw": {"H": "0", "MN": "53", "TZ": "0", "COD": "36", "COU": "F", "DAY": "11", "LAT": "46N49", "LON": "1E41", "MON": "11", "NUM": "812", "PRO": "P", "SEC": "16", "YEA": "1876", "CITY": "CHATEAUROUX"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-195"}, "ids-in-source": {"g55": "05-195"}}, "raw": {"DAY": "11-11-1876", "HOUR": "14 h.", "NAME": "NAUDIN Bernard", "PLACE": "Châteauroux (Indre)."}, "date": "2023-08-20T14:48:40+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9571	neuville-alphonse-1835-05-31	{"a4": "819", "g55": "05-196"}	{"g55": "05-196", "lerrcp": "A4-819"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Neuville", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:03", "date": "1835-05-31 04:30", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "notime": null, "date-ut": "1835-05-31 04:18:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Neuville"}, "birth": {"tzo": "+00:09:03", "date": "1835-05-31 04:30", "place": {"c2": "62", "cy": "FR", "lg": 2.26091, "lat": 50.74834, "name": "Saint-Omer", "geoid": 2977845}, "date-ut": "1835-05-31 04:18:56"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-819"}, "ids-in-sources": {"a4": "819"}}, "raw": {"H": "4", "MN": "18", "TZ": "0", "COD": "62", "COU": "F", "DAY": "31", "LAT": "50N18", "LON": "2E46", "MON": "5", "NUM": "819", "PRO": "P", "SEC": "56", "YEA": "1835", "CITY": "ST-OMER"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-196"}, "ids-in-source": {"g55": "05-196"}}, "raw": {"DAY": "31-5-1835", "HOUR": "4 h. 30", "NAME": "NEUVILLE (de) Alphonse", "PLACE": "Saint-Omer (P.-de-C.)."}, "date": "2023-08-20T14:48:40+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9574	noel-jules-1815-09-29	{"a4": "822", "g55": "05-197"}	{"g55": "05-197", "lerrcp": "A4-822"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Noel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:16:24", "date": "1815-09-29 22:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.09795, "lat": 47.99597, "name": "Quimper", "geoid": 2984701}, "notime": null, "date-ut": "1815-09-29 22:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Noel"}, "birth": {"tzo": "-00:16:24", "date": "1815-09-29 22:00", "place": {"c2": "29", "cy": "FR", "lg": -4.09795, "lat": 47.99597, "name": "Quimper", "geoid": 2984701}, "date-ut": "1815-09-29 22:16:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-822"}, "ids-in-sources": {"a4": "822"}}, "raw": {"H": "22", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "29", "LAT": "48N 0", "LON": "4W 6", "MON": "9", "NUM": "822", "PRO": "P", "SEC": "24", "YEA": "1815", "CITY": "QUIMPER"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-197"}, "ids-in-source": {"g55": "05-197"}}, "raw": {"DAY": "29-9-1815", "HOUR": "22 h.", "NAME": "NOEL Jules Achille", "PLACE": "Quimper (Finistère)."}, "date": "2023-08-20T14:48:40+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9578	olive-jean-baptiste-1848-07-30	{"a4": "826", "g55": "05-199"}	{"g55": "05-199", "lerrcp": "A4-826"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Baptiste", "family": "Olive", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1848-07-30 03:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1848-07-30 02:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-826"}, "birth": {"tzo": "+00:21:31", "date": "1848-07-30 03:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1848-07-30 02:38:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-826"}, "ids-in-sources": {"a4": "826"}}, "raw": {"H": "2", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "30", "LAT": "43N18", "LON": "5E22", "MON": "7", "NUM": "826", "PRO": "P", "SEC": "32", "YEA": "1848", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Jean-Baptiste", "family": "Olive", "nobility": ""}, "slug": "olive-jean-baptiste-1848-07-30", "partial-ids": {"g55": "05-199"}, "ids-in-source": {"g55": "05-199"}}, "raw": {"DAY": "30-7-1848", "HOUR": "3 h.", "NAME": "OLIVE Jean-Baptiste", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:48:40+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9584	ottmann-henry-1877-04-10	{"a4": "832", "g55": "05-200"}	{"g55": "05-200", "lerrcp": "A4-832"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Ottmann", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:40", "date": "1877-04-10 13:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.16667, "lat": 47.36667, "name": "Ancenis", "geoid": 3037797}, "notime": null, "date-ut": "1877-04-10 13:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-832"}, "birth": {"tzo": "-00:04:40", "date": "1877-04-10 13:00", "place": {"c2": "44", "cy": "FR", "lg": -1.16667, "lat": 47.36667, "name": "Ancenis", "geoid": 3037797}, "date-ut": "1877-04-10 13:06:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-832"}, "ids-in-sources": {"a4": "832"}}, "raw": {"H": "13", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "10", "LAT": "47N13", "LON": "1W35", "MON": "4", "NUM": "832", "PRO": "P", "SEC": "20", "YEA": "1877", "CITY": "ANCENIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Henry", "family": "Ottmann", "nobility": ""}, "slug": "ottmann-henry-1877-04-10", "partial-ids": {"g55": "05-200"}, "ids-in-source": {"g55": "05-200"}}, "raw": {"DAY": "10-4-1877", "HOUR": "13 h.", "NAME": "OTTMANN Henry", "PLACE": "Ancenis (Loire-Inférieure)."}, "date": "2023-08-20T14:48:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9588	ozenfant-amedee-1886-04-15	{"a4": "836", "g55": "05-201"}	{"g55": "05-201", "lerrcp": "A4-836"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amédée", "family": "Ozenfant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:09", "date": "1886-04-15 17:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "notime": null, "date-ut": "1886-04-15 16:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Amédée", "family": "Ozenfant"}, "birth": {"tzo": "+00:13:09", "date": "1886-04-15 17:00", "place": {"c2": "02", "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "date-ut": "1886-04-15 16:45:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-836"}, "ids-in-sources": {"a4": "836"}}, "raw": {"H": "16", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "15", "LAT": "49N34", "LON": "3E37", "MON": "4", "NUM": "836", "PRO": "P", "SEC": "32", "YEA": "1886", "CITY": "SAINT-QUENTIN"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-201"}, "ids-in-source": {"g55": "05-201"}}, "raw": {"DAY": "15-4-1886", "HOUR": "17 h.", "NAME": "OZENFANT Amédée", "PLACE": "Saint-Quentin (Aisne)."}, "date": "2023-08-20T14:48:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9591	pallut-pierre-1918-06-30	{"a4": "839", "g55": "05-202"}	{"g55": "05-202", "lerrcp": "A4-839"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Pallut", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-06-30 10:00", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 1.94492, "lat": 48.34583, "name": "Gommerville", "geoid": 3015719}, "notime": null, "date-ut": "1918-06-30 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Pallut"}, "birth": {"tzo": "+01:00", "date": "1918-06-30 10:00", "place": {"c2": "28", "cy": "FR", "lg": 1.94492, "lat": 48.34583, "name": "Gommerville", "geoid": 3015719}, "date-ut": "1918-06-30 09:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-839"}, "ids-in-sources": {"a4": "839"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "28", "COU": "F", "DAY": "30", "LAT": "48N27", "LON": "1E30", "MON": "6", "NUM": "839", "PRO": "P", "SEC": "0", "YEA": "1918", "CITY": "GOMMERVILLE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-202"}, "ids-in-source": {"g55": "05-202"}}, "raw": {"DAY": "30-6-1918", "HOUR": "10 h.", "NAME": "PALLUT Pierre", "PLACE": "Gommerville (Eure-et-Loire)."}, "date": "2023-08-20T14:48:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9597	parturier-marcel-1901-04-07	{"a4": "845", "g55": "05-203"}	{"g55": "05-203", "lerrcp": "A4-845"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Parturier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1901-04-07 15:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1901-04-07 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Parturier"}, "birth": {"tzo": "+00:09:21", "date": "1901-04-07 15:00", "place": {"c2": "76", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1901-04-07 14:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-845"}, "ids-in-sources": {"a4": "845"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "76", "COU": "F", "DAY": "7", "LAT": "49N26", "LON": "1E 5", "MON": "4", "NUM": "845", "PRO": "P", "SEC": "40", "YEA": "1901", "CITY": "LE HAVRE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-203"}, "ids-in-source": {"g55": "05-203"}}, "raw": {"DAY": "7-4-1901", "HOUR": "15 h.", "NAME": "PARTURIER Marcel", "PLACE": "Le Havre (Seine-Inférieure)."}, "date": "2023-08-20T14:48:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9602	patrix-michel-1917-05-25	{"a4": "850", "g55": "05-204"}	{"g55": "05-204", "lerrcp": "A4-850"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Patrix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-05-25 20:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.1133, "lat": 49.2911, "name": "Cabourg", "geoid": 3029297}, "notime": null, "date-ut": "1917-05-25 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Patrix"}, "birth": {"tzo": "+01:00", "date": "1917-05-25 20:00", "place": {"c2": "14", "cy": "FR", "lg": -0.1133, "lat": 49.2911, "name": "Cabourg", "geoid": 3029297}, "date-ut": "1917-05-25 19:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-850"}, "ids-in-sources": {"a4": "850"}}, "raw": {"H": "19", "MN": "0", "TZ": "0", "COD": "14", "COU": "F", "DAY": "25", "LAT": "49N11", "LON": "0W22", "MON": "5", "NUM": "850", "PRO": "P", "SEC": "0", "YEA": "1917", "CITY": "CABOURG"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-204"}, "ids-in-source": {"g55": "05-204"}}, "raw": {"DAY": "25-5-1917", "HOUR": "20 h.", "NAME": "PATRIX Michel", "PLACE": "Cabourg (Calvados)."}, "date": "2023-08-20T14:48:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9608	pecru-charles-1826-02-09	{"a4": "856", "g55": "05-205"}	{"g55": "05-205", "lerrcp": "A4-856"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Pecru", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:59", "date": "1826-02-09 11:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1826-02-09 10:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Pecru"}, "birth": {"tzo": "+00:04:59", "date": "1826-02-09 11:00", "place": {"c2": "87", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1826-02-09 10:55"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-856"}, "ids-in-sources": {"a4": "856"}}, "raw": {"H": "10", "MN": "55", "TZ": "0", "COD": "87", "COU": "F", "DAY": "9", "LAT": "45N50", "LON": "1E15", "MON": "2", "NUM": "856", "PRO": "P", "SEC": "0", "YEA": "1826", "CITY": "LIMOGES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-205"}, "ids-in-source": {"g55": "05-205"}}, "raw": {"DAY": "9-2-1826", "HOUR": "11 h.", "NAME": "PECRUS Charles Francois", "PLACE": "Limoges (Haute-Vienne)."}, "date": "2023-08-20T14:48:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9612	pelouse-leon-1838-10-01	{"a4": "860", "g55": "05-206"}	{"g55": "05-206", "lerrcp": "A4-860"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Pelouse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:37", "date": "1838-10-01 19:00", "note": null, "place": {"c1": null, "c2": "95", "c3": null, "cy": "FR", "lg": 2.15481, "lat": 49.0211, "name": "Pierrelaye", "geoid": 2987256}, "notime": null, "date-ut": "1838-10-01 18:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Pelouse"}, "birth": {"tzo": "+00:08:37", "date": "1838-10-01 19:00", "place": {"c2": "95", "cy": "FR", "lg": 2.15481, "lat": 49.0211, "name": "Pierrelaye", "geoid": 2987256}, "date-ut": "1838-10-01 18:52"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-860"}, "ids-in-sources": {"a4": "860"}}, "raw": {"H": "18", "MN": "52", "TZ": "0", "COD": "95", "COU": "F", "DAY": "1", "LAT": "49N 0", "LON": "2E 0", "MON": "10", "NUM": "860", "PRO": "P", "SEC": "0", "YEA": "1838", "CITY": "PIERRELAYE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-206"}, "ids-in-source": {"g55": "05-206"}}, "raw": {"DAY": "1-10-1838", "HOUR": "19 h.", "NAME": "PELOUSE Léon Germain", "PLACE": "Pierrelaye (Seine-et-Oise)."}, "date": "2023-08-20T14:48:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9636	pignon-edouard-1905-02-12	{"a4": "884", "g55": "05-207"}	{"g55": "05-207", "lerrcp": "A4-884"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Pignon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1905-02-12 07:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Marles-les-Mines", "geoid": 0}, "notime": null, "date-ut": "1905-02-12 06:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Pignon"}, "birth": {"tzo": "+00:09:21", "date": "1905-02-12 07:00", "place": {"c2": "62", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Bullygrenay", "geoid": 0}, "date-ut": "1905-02-12 06:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-884"}, "ids-in-sources": {"a4": "884"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "62", "COU": "F", "DAY": "12", "LAT": "50N18", "LON": "2E46", "MON": "2", "NUM": "884", "PRO": "P", "SEC": "40", "YEA": "1905", "CITY": "BULLYGRENAY"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Marles-les-Mines"}}, "partial-ids": {"g55": "05-207"}, "ids-in-source": {"g55": "05-207"}}, "raw": {"DAY": "12-2-1905", "HOUR": "7 h.", "NAME": "PIGNON Edouard", "PLACE": "Marles-les-Mines (Pas-de-Calais)."}, "date": "2023-08-20T14:48:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9645	planson-andre-1898-04-10	{"a4": "893", "g55": "05-208"}	{"g55": "05-208", "lerrcp": "A4-893"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Planson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1898-04-10 22:30", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "La Ferté-sous-Jouarre", "geoid": 0}, "notime": null, "date-ut": "1898-04-10 22:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "André", "family": "Planson"}, "birth": {"tzo": "+00:09:21", "date": "1898-04-10 22:30", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Laferte-Sjouarre", "geoid": 0}, "date-ut": "1898-04-10 22:20:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-893"}, "ids-in-sources": {"a4": "893"}}, "raw": {"H": "22", "MN": "20", "TZ": "0", "COD": "77", "COU": "F", "DAY": "10", "LAT": "48N33", "LON": "2E40", "MON": "4", "NUM": "893", "PRO": "P", "SEC": "40", "YEA": "1898", "CITY": "LAFERTE-SJOUARRE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "La Ferté-sous-Jouarre"}}, "partial-ids": {"g55": "05-208"}, "ids-in-source": {"g55": "05-208"}}, "raw": {"DAY": "10-4-1898", "HOUR": "22 h. 30", "NAME": "PLANSON André", "PLACE": "La Ferté-sous-Jouarre (S.-et-M.)."}, "date": "2023-08-20T14:48:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9650	pointelin-auguste-1839-06-23	{"a4": "898", "g55": "05-210"}	{"g55": "05-210", "lerrcp": "A4-898"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Pointelin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:06", "date": "1839-06-23 06:00", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.77454, "lat": 46.90311, "name": "Arbois", "geoid": 3037287}, "notime": null, "date-ut": "1839-06-23 05:37:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Pointelin"}, "birth": {"tzo": "+00:23:06", "date": "1839-06-23 06:00", "place": {"c2": "39", "cy": "FR", "lg": 5.77454, "lat": 46.90311, "name": "Arbois", "geoid": 3037287}, "date-ut": "1839-06-23 05:37:48"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-898"}, "ids-in-sources": {"a4": "898"}}, "raw": {"H": "5", "MN": "37", "TZ": "0", "COD": "39", "COU": "F", "DAY": "23", "LAT": "46N40", "LON": "5E33", "MON": "6", "NUM": "898", "PRO": "P", "SEC": "48", "YEA": "1839", "CITY": "ARBOIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-210"}, "ids-in-source": {"g55": "05-210"}}, "raw": {"DAY": "23-6-1839", "HOUR": "6 h.", "NAME": "POINTELIN Auguste Emman.", "PLACE": "Arbois (Jura)."}, "date": "2023-08-20T14:48:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9659	poulbot-francisque-1879-02-06	{"a4": "907", "g55": "05-211"}	{"g55": "05-211", "lerrcp": "A4-907"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francisque", "family": "Poulbot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08", "date": "1879-02-06 09:00", "note": null, "place": {"c1": null, "c2": "95", "c3": null, "cy": "FR", "lg": 2, "lat": 49, "name": "Saint-Denis", "geoid": 0}, "notime": null, "date-ut": "1879-02-06 08:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-907"}, "birth": {"tzo": "+00:08", "date": "1879-02-06 09:00", "place": {"c2": "95", "cy": "FR", "lg": 2, "lat": 49, "name": "Saintdenis", "geoid": 0}, "date-ut": "1879-02-06 08:52"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-907"}, "ids-in-sources": {"a4": "907"}}, "raw": {"H": "8", "MN": "52", "TZ": "0", "COD": "95", "COU": "F", "DAY": "6", "LAT": "49N 0", "LON": "2E 0", "MON": "2", "NUM": "907", "PRO": "P", "SEC": "0", "YEA": "1879", "CITY": "SAINTDENIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Francisque", "family": "Poulbot", "nobility": ""}, "slug": "poulbot-francisque-1879-02-06", "birth": {"place": {"name": "Saint-Denis"}}, "partial-ids": {"g55": "05-211"}, "ids-in-source": {"g55": "05-211"}}, "raw": {"DAY": "6-2-1879", "HOUR": "9 h.", "NAME": "POULBOT Francisque", "PLACE": "Saint-Denis (Seine)."}, "date": "2023-08-20T14:48:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9664	prinet-rene-1861-12-31	{"a4": "912", "g55": "05-212"}	{"g55": "05-212", "lerrcp": "A4-912"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Prinet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:28", "date": "1861-12-31 13:30", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Vitry-le-Francois", "geoid": 0}, "notime": null, "date-ut": "1861-12-31 13:12:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "René", "family": "Prinet"}, "birth": {"tzo": "+00:17:28", "date": "1861-12-31 13:30", "place": {"c2": "51", "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Vitrylefrancois", "geoid": 0}, "date-ut": "1861-12-31 13:12:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-912"}, "ids-in-sources": {"a4": "912"}}, "raw": {"H": "13", "MN": "12", "TZ": "0", "COD": "51", "COU": "F", "DAY": "31", "LAT": "48N57", "LON": "4E22", "MON": "12", "NUM": "912", "PRO": "P", "SEC": "32", "YEA": "1861", "CITY": "VITRYLEFRANCOIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Vitry-le-Francois"}}, "partial-ids": {"g55": "05-212"}, "ids-in-source": {"g55": "05-212"}}, "raw": {"DAY": "31-12-1861", "HOUR": "13 h. 30", "NAME": "PRINET René Francois", "PLACE": "Vitry-le-Francois (Marne)."}, "date": "2023-08-20T14:48:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9669	puvis-de-chavannes-pierre-1824-12-14	{"a4": "917", "g55": "05-213"}	{"g55": "05-213", "lerrcp": "A4-917"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Puvis De Chavannes Pierre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1824-12-14 10:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1824-12-14 09:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Puvis De Chavannes Pierre"}, "birth": {"tzo": "+00:19:23", "date": "1824-12-14 10:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1824-12-14 09:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-917"}, "ids-in-sources": {"a4": "917"}}, "raw": {"H": "9", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "14", "LAT": "45N46", "LON": "4E50", "MON": "12", "NUM": "917", "PRO": "P", "SEC": "40", "YEA": "1824", "CITY": "LYON"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-213"}, "ids-in-source": {"g55": "05-213"}}, "raw": {"DAY": "14-12-1824", "HOUR": "10 h.", "NAME": "PUVIS de CHAVANNES Pierre", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:48:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9671	quelvee-francois-1884-10-13	{"a4": "919", "g55": "05-215"}	{"g55": "05-215", "lerrcp": "A4-919"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Quelvee", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:36", "date": "1884-10-13 16:00", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.15082, "lat": 49.02414, "name": "Évreux", "geoid": 3019265}, "notime": null, "date-ut": "1884-10-13 15:55:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "François", "family": "Quelvee"}, "birth": {"tzo": "+00:04:36", "date": "1884-10-13 16:00", "place": {"c2": "27", "cy": "FR", "lg": 1.15082, "lat": 49.02414, "name": "Évreux", "geoid": 3019265}, "date-ut": "1884-10-13 15:55:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-919"}, "ids-in-sources": {"a4": "919"}}, "raw": {"H": "15", "MN": "55", "TZ": "0", "COD": "27", "COU": "F", "DAY": "13", "LAT": "49N 1", "LON": "1E11", "MON": "10", "NUM": "919", "PRO": "P", "SEC": "16", "YEA": "1884", "CITY": "EVREUX"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-215"}, "ids-in-source": {"g55": "05-215"}}, "raw": {"DAY": "13-10-1884", "HOUR": "16 h.", "NAME": "QUELVEE Francois", "PLACE": "Evreux (Eure)."}, "date": "2023-08-20T14:48:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9686	ravel-daniel-1915-03-03	{"a4": "934", "g55": "05-216"}	{"g55": "05-216", "lerrcp": "A4-934"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "Ravel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-03-03 01:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "notime": null, "date-ut": "1915-03-03 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Daniel", "family": "Ravel"}, "birth": {"tzo": "+00:00", "date": "1915-03-03 01:00", "place": {"c2": "13", "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "date-ut": "1915-03-03 01:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-934"}, "ids-in-sources": {"a4": "934"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "13", "COU": "F", "DAY": "3", "LAT": "43N18", "LON": "5E22", "MON": "3", "NUM": "934", "PRO": "P", "SEC": "0", "YEA": "1915", "CITY": "AIX-EN-PROVENCE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-216"}, "ids-in-source": {"g55": "05-216"}}, "raw": {"DAY": "3-3-1915", "HOUR": "14 h.", "NAME": "RAVEL Daniel", "PLACE": "Aix-en-Provence (Bouches-du-Rhône)."}, "date": "2023-08-20T14:48:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9692	redon-odilon-1840-04-20	{"a4": "940", "g55": "05-218"}	{"g55": "05-218", "lerrcp": "A4-940"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Odilon", "family": "Redon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1840-04-20 09:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1840-04-20 09:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Odilon", "family": "Redon"}, "birth": {"tzo": "-00:02:19", "date": "1840-04-20 09:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1840-04-20 09:57:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-940"}, "ids-in-sources": {"a4": "940"}}, "raw": {"H": "9", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "20", "LAT": "44N50", "LON": "0W34", "MON": "4", "NUM": "940", "PRO": "P", "SEC": "36", "YEA": "1840", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-218"}, "ids-in-source": {"g55": "05-218"}}, "raw": {"DAY": "20-4-1840", "HOUR": "10 h.", "NAME": "REDON Odilon Bertrand", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:48:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9698	renoir-auguste-1841-02-25	{"a4": "946", "g55": "05-219", "afd2": "473"}	{"g55": "05-219", "lerrcp": "A4-946", "muller": "M2-473"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Renoir", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:04:59", "date": "1841-02-25 06:00", "note": "LMT", "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1841-02-25 05:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Renoir"}, "birth": {"tzo": "+00:04:59", "date": "1841-02-25 06:00", "place": {"c2": "87", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1841-02-25 05:55"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-946"}, "ids-in-sources": {"a4": "946"}}, "raw": {"H": "5", "MN": "55", "TZ": "0", "COD": "87", "COU": "F", "DAY": "25", "LAT": "45N50", "LON": "1E15", "MON": "2", "NUM": "946", "PRO": "P", "SEC": "0", "YEA": "1841", "CITY": "LIMOGES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["artist"], "ids-in-sources": {"afd2": "473"}}, "raw": {"CY": "F", "GQ": "G", "LG": "001 E 15", "LAT": "45 N 50", "TZO": "", "DATE": "25.02.1841", "MUID": "473", "NAME": "Renoir, Auguste", "OCCU": "AR 08", "TIME": "06.00", "BOOKS": "46", "PLACE": "Limoges", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"partial-ids": {"g55": "05-219"}, "ids-in-source": {"g55": "05-219"}}, "raw": {"DAY": "25-2-1841", "HOUR": "6 h.", "NAME": "RENOIR Pierre Auguste", "PLACE": "Limoges (Haute-Vienne)."}, "date": "2023-08-20T14:48:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9699	renouart-charles-paul-1845-11-05	{"a4": "947", "g55": "05-220"}	{"g55": "05-220", "lerrcp": "A4-947"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles Paul", "family": "Renouart", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:20", "date": "1845-11-05 02:00", "note": null, "place": {"c1": null, "c2": "41", "c3": null, "cy": "FR", "lg": 1.33333, "lat": 47.58333, "name": "Cour-Cheverny", "geoid": 0}, "notime": null, "date-ut": "1845-11-05 01:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-947"}, "birth": {"tzo": "+00:05:20", "date": "1845-11-05 02:00", "place": {"c2": "41", "cy": "FR", "lg": 1.33333, "lat": 47.58333, "name": "Courcheverny", "geoid": 0}, "date-ut": "1845-11-05 01:54:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-947"}, "ids-in-sources": {"a4": "947"}}, "raw": {"H": "1", "MN": "54", "TZ": "0", "COD": "41", "COU": "F", "DAY": "5", "LAT": "47N35", "LON": "1E20", "MON": "11", "NUM": "947", "PRO": "P", "SEC": "40", "YEA": "1845", "CITY": "COURCHEVERNY"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Charles Paul", "family": "Renouart", "nobility": ""}, "slug": "renouart-charles-paul-1845-11-05", "birth": {"place": {"name": "Cour-Cheverny"}}, "partial-ids": {"g55": "05-220"}, "ids-in-source": {"g55": "05-220"}}, "raw": {"DAY": "5-11-1845", "HOUR": "2 h.", "NAME": "RENOUART Charles Paul", "PLACE": "Cour-Cheverny (Loir-et-Cher)."}, "date": "2023-08-20T14:48:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9702	ribot-theodule-1823-08-05	{"a4": "950", "g55": "05-221"}	{"g55": "05-221", "lerrcp": "A4-950"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theodule", "family": "Ribot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:44", "date": "1823-08-05 16:00", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.18333, "lat": 49.01667, "name": "SaintNicolas d’Attez", "geoid": 0}, "notime": null, "date-ut": "1823-08-05 15:55:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Theodule", "family": "Ribot"}, "birth": {"tzo": "+00:04:44", "date": "1823-08-05 16:00", "place": {"c2": "27", "cy": "FR", "lg": 1.18333, "lat": 49.01667, "name": "Stnicolasdattez", "geoid": 0}, "date-ut": "1823-08-05 15:55:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-950"}, "ids-in-sources": {"a4": "950"}}, "raw": {"H": "15", "MN": "55", "TZ": "0", "COD": "27", "COU": "F", "DAY": "5", "LAT": "49N 1", "LON": "1E11", "MON": "8", "NUM": "950", "PRO": "P", "SEC": "16", "YEA": "1823", "CITY": "STNICOLASDATTEZ"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "SaintNicolas d’Attez"}}, "partial-ids": {"g55": "05-221"}, "ids-in-source": {"g55": "05-221"}}, "raw": {"DAY": "5-8-1823", "HOUR": "16 h.", "NAME": "RIBOT Théodule Auguste", "PLACE": "SaintNicolas d’Attez (Eure)."}, "date": "2023-08-20T14:48:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9716	rochegrosse-georges-1859-08-02	{"a4": "964", "g55": "05-223"}	{"g55": "05-223", "lerrcp": "A4-964"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Rochegrosse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1859-08-02 04:30", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1859-08-02 04:21:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Rochegrosse"}, "birth": {"tzo": "+00:08:32", "date": "1859-08-02 04:30", "place": {"c2": "78", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1859-08-02 04:21:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-964"}, "ids-in-sources": {"a4": "964"}}, "raw": {"H": "4", "MN": "21", "TZ": "0", "COD": "78", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E 8", "MON": "8", "NUM": "964", "PRO": "P", "SEC": "28", "YEA": "1859", "CITY": "VERSAILLES"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-223"}, "ids-in-source": {"g55": "05-223"}}, "raw": {"DAY": "2-8-1859", "HOUR": "4 h. 30", "NAME": "ROCHEGROSSE Georges Antoine", "PLACE": "Versailles (S.-O.)."}, "date": "2023-08-20T14:48:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9723	roqueplan-camille-1800-02-18	{"a4": "971", "g55": "05-224"}	{"g55": "05-224", "lerrcp": "A4-971"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Roqueplan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:43", "date": "1800-02-18 04:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.17945, "lat": 43.73172, "name": "Mallemort", "geoid": 2996397}, "notime": null, "date-ut": "1800-02-18 03:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Roqueplan"}, "birth": {"tzo": "+00:20:43", "date": "1800-02-18 04:00", "place": {"c2": "13", "cy": "FR", "lg": 5.17945, "lat": 43.73172, "name": "Mallemort", "geoid": 2996397}, "date-ut": "1800-02-18 03:38:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-971"}, "ids-in-sources": {"a4": "971"}}, "raw": {"H": "3", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "18", "LAT": "43N18", "LON": "5E22", "MON": "2", "NUM": "971", "PRO": "P", "SEC": "32", "YEA": "1800", "CITY": "MALLEMORT"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-224"}, "ids-in-source": {"g55": "05-224"}}, "raw": {"DAY": "18-2-1800", "HOUR": "4 h.", "NAME": "ROQUEPLAN Camille Joseph", "PLACE": "Mallemort (B.-du-Rh.)."}, "date": "2023-08-20T14:48:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9728	rotig-georges-1873-10-01	{"a4": "976", "g55": "05-225"}	{"g55": "05-225", "lerrcp": "A4-976"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Rotig", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:26", "date": "1873-10-01 07:56:06", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1873-10-01 07:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Rotig"}, "birth": {"tzo": "+00:00:26", "date": "1873-10-01 07:56:06", "place": {"c2": "76", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1873-10-01 07:55:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-976"}, "ids-in-sources": {"a4": "976"}}, "raw": {"H": "7", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "1", "LAT": "49N26", "LON": "1E 5", "MON": "10", "NUM": "976", "PRO": "P", "SEC": "40", "YEA": "1873", "CITY": "LE HAVRE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-225"}, "ids-in-source": {"g55": "05-225"}}, "raw": {"DAY": "1-10-1873", "HOUR": "8 h.", "NAME": "ROTIG Georges Frédérie", "PLACE": "Le Havre (Seine-Inférieure)."}, "date": "2023-08-20T14:48:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9730	roullet-gaston-1847-11-15	{"a4": "978", "g55": "05-226"}	{"g55": "05-226", "lerrcp": "A4-978"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Roullet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:40", "date": "1847-11-15 02:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -1.16667, "lat": 46.15, "name": "Ars", "geoid": 0}, "notime": null, "date-ut": "1847-11-15 02:04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Roullet"}, "birth": {"tzo": "-00:04:40", "date": "1847-11-15 02:00", "place": {"c2": "17", "cy": "FR", "lg": -1.16667, "lat": 46.15, "name": "Ars", "geoid": 0}, "date-ut": "1847-11-15 02:04:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-978"}, "ids-in-sources": {"a4": "978"}}, "raw": {"H": "2", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "15", "LAT": "46N 9", "LON": "1W10", "MON": "11", "NUM": "978", "PRO": "P", "SEC": "40", "YEA": "1847", "CITY": "ARS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Ars"}}, "partial-ids": {"g55": "05-226"}, "ids-in-source": {"g55": "05-226"}}, "raw": {"DAY": "15-11-1847", "HOUR": "2 h.", "NAME": "ROULLET Gaston Marie-A.", "PLACE": "Ars (Charente-Maritime)."}, "date": "2023-08-20T14:48:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9731	rousseau-henri-1844-05-21	{"a4": "979", "g55": "05-227", "afd2": "494"}	{"g55": "05-227", "lerrcp": "A4-979", "muller": "M2-494"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Rousseau", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "-00:03:05", "date": "1844-05-21 01:00", "note": "LMT", "place": {"c1": null, "c2": "53", "c3": null, "cy": "FR", "lg": -0.77019, "lat": 48.07247, "name": "Laval", "geoid": 3005866}, "notime": null, "date-ut": "1844-05-21 01:03"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-979"}, "birth": {"tzo": "-00:03:05", "date": "1844-05-21 01:00", "place": {"c2": "53", "cy": "FR", "lg": -0.77019, "lat": 48.07247, "name": "Laval", "geoid": 3005866}, "date-ut": "1844-05-21 01:03"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-979"}, "ids-in-sources": {"a4": "979"}}, "raw": {"H": "1", "MN": "3", "TZ": "0", "COD": "53", "COU": "F", "DAY": "21", "LAT": "48N 4", "LON": "0W45", "MON": "5", "NUM": "979", "PRO": "P", "SEC": "0", "YEA": "1844", "CITY": "LAVAL"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"sex": "M", "name": {"given": "Henri", "family": "Rousseau"}, "birth": {"note": "LMT"}, "occus": ["artist"], "ids-in-sources": {"afd2": "494"}}, "raw": {"CY": "F", "GQ": "G", "LG": "000 E 45", "LAT": "48 N 04", "TZO": "", "DATE": "21.05.1844", "MUID": "494", "NAME": "Rousseau, Henri", "OCCU": "AR 08", "TIME": "01.00", "BOOKS": "567", "PLACE": "Laval", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"partial-ids": {"g55": "05-227"}, "ids-in-source": {"g55": "05-227"}}, "raw": {"DAY": "21-5-1844", "HOUR": "1 h.", "NAME": "ROUSSEAU Henri (le Douanier)", "PLACE": "Laval (Mayenne)."}, "date": "2023-08-20T14:48:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9736	roussel-ker-1867-12-10	{"a4": "984", "g55": "05-228"}	{"g55": "05-228", "lerrcp": "A4-984"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ker", "family": "Roussel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1867-12-10 20:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Lorry-les-Metz", "geoid": 0}, "notime": null, "date-ut": "1867-12-10 19:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Ker", "family": "Roussel"}, "birth": {"tzo": "+00:24:44", "date": "1867-12-10 20:00", "place": {"c2": "57", "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Lorrylesmetz", "geoid": 0}, "date-ut": "1867-12-10 19:35:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-984"}, "ids-in-sources": {"a4": "984"}}, "raw": {"H": "19", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "10", "LAT": "49N 7", "LON": "6E11", "MON": "12", "NUM": "984", "PRO": "P", "SEC": "16", "YEA": "1867", "CITY": "LORRYLESMETZ"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Lorry-les-Metz"}}, "partial-ids": {"g55": "05-228"}, "ids-in-source": {"g55": "05-228"}}, "raw": {"DAY": "10-12-1867", "HOUR": "20 h.", "NAME": "ROUSSEL Ker Xavier", "PLACE": "Lorry-les-Metz (Moselle)."}, "date": "2023-08-20T14:48:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9741	roy-pierre-1880-08-10	{"a4": "989", "g55": "05-229"}	{"g55": "05-229", "lerrcp": "A4-989"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Roy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1880-08-10 19:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1880-08-10 19:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Roy"}, "birth": {"tzo": "-00:06:13", "date": "1880-08-10 19:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1880-08-10 19:06:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-989"}, "ids-in-sources": {"a4": "989"}}, "raw": {"H": "19", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "10", "LAT": "47N13", "LON": "1W35", "MON": "8", "NUM": "989", "PRO": "P", "SEC": "20", "YEA": "1880", "CITY": "NANTES"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-229"}, "ids-in-source": {"g55": "05-229"}}, "raw": {"DAY": "10-8-1880", "HOUR": "19 h.", "NAME": "ROY Pierre", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:48:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9750	sain-edouard-1830-05-13	{"a4": "998", "g55": "05-231"}	{"g55": "05-231", "lerrcp": "A4-998"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Sain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:38", "date": "1830-05-13 19:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.65845, "lat": 46.43318, "name": "Cluny", "geoid": 3024534}, "notime": null, "date-ut": "1830-05-13 18:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Sain"}, "birth": {"tzo": "+00:18:38", "date": "1830-05-13 19:00", "place": {"c2": "71", "cy": "FR", "lg": 4.65845, "lat": 46.43318, "name": "Cluny", "geoid": 3024534}, "date-ut": "1830-05-13 18:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-998"}, "ids-in-sources": {"a4": "998"}}, "raw": {"H": "18", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "13", "LAT": "46N18", "LON": "4E50", "MON": "5", "NUM": "998", "PRO": "P", "SEC": "40", "YEA": "1830", "CITY": "CLUNY"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-231"}, "ids-in-source": {"g55": "05-231"}}, "raw": {"DAY": "13-5-1830", "HOUR": "19 h.", "NAME": "SAIN. Edouard Alexandre", "PLACE": "Cluny (Saône-et-Loire)."}, "date": "2023-08-20T14:48:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9753	saint-jean-simon-1808-10-14	{"a4": "1001", "g55": "05-233"}	{"g55": "05-233", "lerrcp": "A4-1001"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Simon", "family": "Saint-Jean", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1808-10-14 22:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1808-10-14 21:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Simon", "family": "Saint-Jean"}, "birth": {"tzo": "+00:19:23", "date": "1808-10-14 22:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1808-10-14 21:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1001"}, "ids-in-sources": {"a4": "1001"}}, "raw": {"H": "21", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "14", "LAT": "45N46", "LON": "4E50", "MON": "10", "NUM": "1001", "PRO": "P", "SEC": "40", "YEA": "1808", "CITY": "LYON"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-233"}, "ids-in-source": {"g55": "05-233"}}, "raw": {"DAY": "14-10-1808", "HOUR": "22 h.", "NAME": "SAINT-JEAN Simon", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:48:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9761	saunier-noel-1847-09-28	{"a4": "1009", "g55": "05-234"}	{"g55": "05-234", "lerrcp": "A4-1009"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Noël", "family": "Saunier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:30", "date": "1847-09-28 11:26:38", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 4.87484, "lat": 45.52569, "name": "Vienne", "geoid": 2969284}, "notime": null, "date-ut": "1847-09-28 11:07:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Noël", "family": "Saunier"}, "birth": {"tzo": "+00:19:30", "date": "1847-09-28 11:26:38", "place": {"c2": "38", "cy": "FR", "lg": 4.87484, "lat": 45.52569, "name": "Vienne", "geoid": 2969284}, "date-ut": "1847-09-28 11:07:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1009"}, "ids-in-sources": {"a4": "1009"}}, "raw": {"H": "11", "MN": "7", "TZ": "0", "COD": "38", "COU": "F", "DAY": "28", "LAT": "45N11", "LON": "5E43", "MON": "9", "NUM": "1009", "PRO": "P", "SEC": "8", "YEA": "1847", "CITY": "VIENNE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-234"}, "ids-in-source": {"g55": "05-234"}}, "raw": {"DAY": "28-9-1847", "HOUR": "11 h. 30", "NAME": "SAUNIER Noél", "PLACE": "Vienne (Isère)."}, "date": "2023-08-20T14:48:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9765	savin-maurice-1894-10-17	{"a4": "1013", "g55": "05-235"}	{"g55": "05-235", "lerrcp": "A4-1013"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Savin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1894-10-17 11:00", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 4.9, "lat": 44.93333, "name": "Moras", "geoid": 0}, "notime": null, "date-ut": "1894-10-17 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Savin"}, "birth": {"tzo": "+00:09:21", "date": "1894-10-17 11:00", "place": {"c2": "26", "cy": "FR", "lg": 4.9, "lat": 44.93333, "name": "Moras", "geoid": 0}, "date-ut": "1894-10-17 10:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1013"}, "ids-in-sources": {"a4": "1013"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "26", "COU": "F", "DAY": "17", "LAT": "44N56", "LON": "4E54", "MON": "10", "NUM": "1013", "PRO": "P", "SEC": "40", "YEA": "1894", "CITY": "MORAS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Moras"}}, "partial-ids": {"g55": "05-235"}, "ids-in-source": {"g55": "05-235"}}, "raw": {"DAY": "17-10-1894", "HOUR": "11 h.", "NAME": "SAVIN Maurice Louis", "PLACE": "Moras (Drôme)."}, "date": "2023-08-20T14:48:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9783	seyssaud-rene-1867-06-15	{"a4": "1031", "g55": "05-237"}	{"g55": "05-237", "lerrcp": "A4-1031"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Seyssaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1867-06-15 21:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1867-06-15 20:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "René", "family": "Seyssaud"}, "birth": {"tzo": "+00:21:31", "date": "1867-06-15 21:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1867-06-15 20:38:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1031"}, "ids-in-sources": {"a4": "1031"}}, "raw": {"H": "20", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "15", "LAT": "43N18", "LON": "5E22", "MON": "6", "NUM": "1031", "PRO": "P", "SEC": "32", "YEA": "1867", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-237"}, "ids-in-source": {"g55": "05-237"}}, "raw": {"DAY": "15-6-1867", "HOUR": "21 h.", "NAME": "SEYSSAUD René", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:48:41+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8755	abeille-jack-1873-05-28	{"a4": "2", "g55": "05-238"}	{"g55": "05-238", "lerrcp": "A4-2"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jack", "family": "Abeille", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:56", "date": "1873-05-28 10:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "La Varenne-Saint-Hilaire", "geoid": 0}, "notime": null, "date-ut": "1873-05-28 09:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jack", "family": "Abeille"}, "birth": {"tzo": "+00:09:56", "date": "1873-05-28 10:00", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Lavarennesthila", "geoid": 0}, "date-ut": "1873-05-28 09:50:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-2"}, "ids-in-sources": {"a4": "2"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "28", "LAT": "48N47", "LON": "2E29", "MON": "5", "NUM": "2", "PRO": "P", "SEC": "4", "YEA": "1873", "CITY": "LAVARENNESTHILA"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "La Varenne-Saint-Hilaire"}}, "partial-ids": {"g55": "05-238"}, "ids-in-source": {"g55": "05-238"}}, "raw": {"DAY": "28-5-1873", "HOUR": "10 h.", "NAME": "ABEILLE Jack", "PLACE": "La Varenne-Saint-Hilaire (Seine)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8757	achard-jean-1807-04-17	{"a4": "4", "g55": "05-240"}	{"g55": "05-240", "lerrcp": "A4-4"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Achard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:32", "date": "1807-04-17 11:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.63192, "lat": 45.29484, "name": "Voreppe", "geoid": 2967695}, "notime": null, "date-ut": "1807-04-17 10:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Achard"}, "birth": {"tzo": "+00:22:32", "date": "1807-04-17 11:00", "place": {"c2": "38", "cy": "FR", "lg": 5.63192, "lat": 45.29484, "name": "Voreppe", "geoid": 2967695}, "date-ut": "1807-04-17 10:37:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-4"}, "ids-in-sources": {"a4": "4"}}, "raw": {"H": "10", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "17", "LAT": "45N11", "LON": "5E43", "MON": "4", "NUM": "4", "PRO": "P", "SEC": "8", "YEA": "1807", "CITY": "VOREPPE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-240"}, "ids-in-source": {"g55": "05-240"}}, "raw": {"DAY": "17-4-1807", "HOUR": "11 h.", "NAME": "\\fACHARD Jean Alexis", "PLACE": "Voreppe (Isère)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8762	aillet-edgard-1883-03-05	{"a4": "9", "g55": "05-242"}	{"g55": "05-242", "lerrcp": "A4-9"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edgard", "family": "Aillet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:24", "date": "1883-03-05 05:00", "note": null, "place": {"c1": null, "c2": "32", "c3": null, "cy": "FR", "lg": 0.10061, "lat": 43.86071, "name": "Eauze", "geoid": 3020584}, "notime": null, "date-ut": "1883-03-05 05:02:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edgard", "family": "Aillet"}, "birth": {"tzo": "+00:00:24", "date": "1883-03-05 05:00", "place": {"c2": "32", "cy": "FR", "lg": 0.10061, "lat": 43.86071, "name": "Eauze", "geoid": 3020584}, "date-ut": "1883-03-05 05:02:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-9"}, "ids-in-sources": {"a4": "9"}}, "raw": {"H": "5", "MN": "2", "TZ": "0", "COD": "32", "COU": "F", "DAY": "5", "LAT": "43N40", "LON": "0E36", "MON": "3", "NUM": "9", "PRO": "P", "SEC": "16", "YEA": "1883", "CITY": "EAUZE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-242"}, "ids-in-source": {"g55": "05-242"}}, "raw": {"DAY": "5-3-1883", "HOUR": "5 h.", "NAME": "AILLET Edgar Adrien", "PLACE": "Eauze (Gers)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8764	alaux-marie-francois-1878-10-11	{"a4": "11", "g55": "05-243"}	{"g55": "05-243", "lerrcp": "A4-11"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie-Francois", "family": "Alaux", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1878-10-11 02:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1878-10-11 02:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-11"}, "birth": {"tzo": "-00:02:19", "date": "1878-10-11 02:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1878-10-11 02:57:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-11"}, "ids-in-sources": {"a4": "11"}}, "raw": {"H": "2", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "11", "LAT": "44N50", "LON": "0W34", "MON": "10", "NUM": "11", "PRO": "P", "SEC": "36", "YEA": "1878", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Marie-Francois", "family": "Alaux", "nobility": ""}, "slug": "alaux-marie-francois-1878-10-11", "partial-ids": {"g55": "05-243"}, "ids-in-source": {"g55": "05-243"}}, "raw": {"DAY": "11-10-1878", "HOUR": "3 h.", "NAME": "ALAUX Marie-Francois", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8767	allard-rene-1878-06-17	{"a4": "14", "g55": "05-246"}	{"g55": "05-246", "lerrcp": "A4-14"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Allard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:08", "date": "1878-06-17 00:30", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.53333, "lat": 47.46667, "name": "Châteauneuf-sur-Sarthe", "geoid": 0}, "notime": null, "date-ut": "1878-06-17 00:32:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "René", "family": "Allard"}, "birth": {"tzo": "-00:02:08", "date": "1878-06-17 00:30", "place": {"c2": "49", "cy": "FR", "lg": -0.53333, "lat": 47.46667, "name": "Chateauneufssar", "geoid": 0}, "date-ut": "1878-06-17 00:32:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-14"}, "ids-in-sources": {"a4": "14"}}, "raw": {"H": "0", "MN": "32", "TZ": "0", "COD": "49", "COU": "F", "DAY": "17", "LAT": "47N28", "LON": "0W32", "MON": "6", "NUM": "14", "PRO": "P", "SEC": "8", "YEA": "1878", "CITY": "CHATEAUNEUFSSAR"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Châteauneuf-sur-Sarthe"}}, "partial-ids": {"g55": "05-246"}, "ids-in-source": {"g55": "05-246"}}, "raw": {"DAY": "17-6-1878", "HOUR": "0 h. 30", "NAME": "ALLARD René", "PLACE": "Châteauneuf-sur-Sarthe (Sarthe)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8770	ambrogiani-pierre-1907-01-16	{"a4": "17", "g55": "05-247"}	{"g55": "05-247", "lerrcp": "A4-17"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Ambrogiani", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1907-01-16 20:00", "note": null, "place": {"c1": null, "c2": "20", "c3": null, "cy": "FR", "lg": 8.73333, "lat": 41.91667, "name": "Ajaccio", "geoid": 0}, "notime": null, "date-ut": "1907-01-16 19:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Ambrogiani"}, "birth": {"tzo": "+00:09:21", "date": "1907-01-16 20:00", "place": {"c2": "20", "cy": "FR", "lg": 8.73333, "lat": 41.91667, "name": "Ajaccio", "geoid": 0}, "date-ut": "1907-01-16 19:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-17"}, "ids-in-sources": {"a4": "17"}}, "raw": {"H": "19", "MN": "50", "TZ": "0", "COD": "20", "COU": "F", "DAY": "16", "LAT": "41N55", "LON": "8E44", "MON": "1", "NUM": "17", "PRO": "P", "SEC": "40", "YEA": "1907", "CITY": "AJACCIO"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Ajaccio"}}, "partial-ids": {"g55": "05-247"}, "ids-in-source": {"g55": "05-247"}}, "raw": {"DAY": "16-1-1907", "HOUR": "20 h.", "NAME": "AMBROGIANI Pierre", "PLACE": "Ajaccio (Corse)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8772	amoretti-gabriel-1861-01-27	{"a4": "19", "g55": "05-249"}	{"g55": "05-249", "lerrcp": "A4-19"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Amoretti", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:43", "date": "1861-01-27 13:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1861-01-27 12:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Amoretti"}, "birth": {"tzo": "+00:23:43", "date": "1861-01-27 13:00", "place": {"c2": "83", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1861-01-27 12:34:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-19"}, "ids-in-sources": {"a4": "19"}}, "raw": {"H": "12", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "27", "LAT": "43N32", "LON": "6E28", "MON": "1", "NUM": "19", "PRO": "P", "SEC": "8", "YEA": "1861", "CITY": "TOULON"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-249"}, "ids-in-source": {"g55": "05-249"}}, "raw": {"DAY": "27-1-1861", "HOUR": "13 h.", "NAME": "AMORETTI Gabriel", "PLACE": "Toulon (Var)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8778	armbrustier-jean-1835-11-21	{"a4": "25", "g55": "05-252"}	{"g55": "05-252", "lerrcp": "A4-25"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Armbrustier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:12", "date": "1835-11-21 17:00", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.55, "lat": 46.66667, "name": "Lons-le-Saunier", "geoid": 0}, "notime": null, "date-ut": "1835-11-21 16:37:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Armbrustier"}, "birth": {"tzo": "+00:22:12", "date": "1835-11-21 17:00", "place": {"c2": "39", "cy": "FR", "lg": 5.55, "lat": 46.66667, "name": "Lonslesaunier", "geoid": 0}, "date-ut": "1835-11-21 16:37:48"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-25"}, "ids-in-sources": {"a4": "25"}}, "raw": {"H": "16", "MN": "37", "TZ": "0", "COD": "39", "COU": "F", "DAY": "21", "LAT": "46N40", "LON": "5E33", "MON": "11", "NUM": "25", "PRO": "P", "SEC": "48", "YEA": "1835", "CITY": "LONSLESAUNIER"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Lons-le-Saunier"}}, "partial-ids": {"g55": "05-252"}, "ids-in-source": {"g55": "05-252"}}, "raw": {"DAY": "21-11-1835", "HOUR": "17 h.", "NAME": "ARMBRUSTIER Jean Francois", "PLACE": "Lons-le-Saunier (J.)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8781	aste-jean-1864-08-30	{"a4": "28", "g55": "05-254"}	{"g55": "05-254", "lerrcp": "A4-28"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Aste", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:24", "date": "1864-08-30 18:04:40", "note": null, "place": {"c1": null, "c2": "32", "c3": null, "cy": "FR", "lg": 0.6, "lat": 43.66667, "name": "L'Isle-Jourdain", "geoid": 0}, "notime": null, "date-ut": "1864-08-30 18:02:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Aste"}, "birth": {"tzo": "+00:02:24", "date": "1864-08-30 18:04:40", "place": {"c2": "32", "cy": "FR", "lg": 0.6, "lat": 43.66667, "name": "Lislejourdain", "geoid": 0}, "date-ut": "1864-08-30 18:02:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-28"}, "ids-in-sources": {"a4": "28"}}, "raw": {"H": "18", "MN": "2", "TZ": "0", "COD": "32", "COU": "F", "DAY": "30", "LAT": "43N40", "LON": "0E36", "MON": "8", "NUM": "28", "PRO": "P", "SEC": "16", "YEA": "1864", "CITY": "LISLEJOURDAIN"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "L'Isle-Jourdain"}}, "partial-ids": {"g55": "05-254"}, "ids-in-source": {"g55": "05-254"}}, "raw": {"DAY": "30-8-1864", "HOUR": "18 h.", "NAME": "ASTE Jean-Louis", "PLACE": "L'Isle-Jourdain (Gers)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8784	aubry-emile-1880-04-18	{"a4": "31", "g55": "05-256"}	{"g55": "05-256", "lerrcp": "A4-31"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Aubry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 5.41373, "lat": 36.19112, "name": "Sétif", "geoid": 2481700}, "notime": null, "date-ut": "1880-04-18 12:45:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Aubry"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 5.41373, "lat": 36.19112, "name": "Sétif", "geoid": 2481700}, "date-ut": "1880-04-18 12:45:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-31"}, "ids-in-sources": {"a4": "31"}}, "raw": {"H": "12", "MN": "45", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "18", "LAT": "36N10", "LON": "3E45", "MON": "4", "NUM": "31", "PRO": "P", "SEC": "0", "YEA": "1880", "CITY": "SETIF"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-256"}, "ids-in-source": {"g55": "05-256"}}, "raw": {"DAY": "18-4-1880", "HOUR": "13 h.", "NAME": "AUBRY Emile", "PLACE": "Sétif (Algérie)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8786	aujame-jean-1905-05-12	{"a4": "33", "g55": "05-258"}	{"g55": "05-258", "lerrcp": "A4-33"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Aujame", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1905-05-12 07:30", "note": null, "place": {"c1": null, "c2": "23", "c3": null, "cy": "FR", "lg": 2.16724, "lat": 45.95486, "name": "Aubusson", "geoid": 3036295}, "notime": null, "date-ut": "1905-05-12 07:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Aujame"}, "birth": {"tzo": "+00:09:21", "date": "1905-05-12 07:30", "place": {"c2": "23", "cy": "FR", "lg": 2.16724, "lat": 45.95486, "name": "Aubusson", "geoid": 3036295}, "date-ut": "1905-05-12 07:20:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-33"}, "ids-in-sources": {"a4": "33"}}, "raw": {"H": "7", "MN": "20", "TZ": "0", "COD": "23", "COU": "F", "DAY": "12", "LAT": "46N17", "LON": "1E52", "MON": "5", "NUM": "33", "PRO": "P", "SEC": "40", "YEA": "1905", "CITY": "AUBUSSON"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-258"}, "ids-in-source": {"g55": "05-258"}}, "raw": {"DAY": "12-5-1905", "HOUR": "7 h. 30", "NAME": "AUJAME Jean-Claude", "PLACE": "Aubusson (Creuse)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8790	bagge-eric-1890-09-10	{"a4": "37", "g55": "05-261"}	{"g55": "05-261", "lerrcp": "A4-37"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eric", "family": "Bagge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:44", "date": "1890-09-10 21:45", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Anthony", "geoid": 0}, "notime": null, "date-ut": "1890-09-10 21:36:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Eric", "family": "Bagge"}, "birth": {"tzo": "+00:08:44", "date": "1890-09-10 21:45", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Anthony", "geoid": 0}, "date-ut": "1890-09-10 21:36:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-37"}, "ids-in-sources": {"a4": "37"}}, "raw": {"H": "21", "MN": "36", "TZ": "0", "COD": "92", "COU": "F", "DAY": "10", "LAT": "48N50", "LON": "2E11", "MON": "9", "NUM": "37", "PRO": "P", "SEC": "16", "YEA": "1890", "CITY": "ANTHONY"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Anthony"}}, "partial-ids": {"g55": "05-261"}, "ids-in-source": {"g55": "05-261"}}, "raw": {"DAY": "10-9-1890", "HOUR": "21 h. 45", "NAME": "BAGGE Eric", "PLACE": "Anthony (Seine)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8791	bail-antoine-1830-05-08	{"a4": "38", "g55": "05-263"}	{"g55": "05-263", "lerrcp": "A4-38"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Bail", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:05", "date": "1830-05-08 14:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.77237, "lat": 45.8744, "name": "Chasselay", "geoid": 3026400}, "notime": null, "date-ut": "1830-05-08 13:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Bail"}, "birth": {"tzo": "+00:19:05", "date": "1830-05-08 14:00", "place": {"c2": "69", "cy": "FR", "lg": 4.77237, "lat": 45.8744, "name": "Chasselay", "geoid": 3026400}, "date-ut": "1830-05-08 13:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-38"}, "ids-in-sources": {"a4": "38"}}, "raw": {"H": "13", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "8", "LAT": "45N46", "LON": "4E50", "MON": "5", "NUM": "38", "PRO": "P", "SEC": "40", "YEA": "1830", "CITY": "CHASSELAY"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-263"}, "ids-in-source": {"g55": "05-263"}}, "raw": {"DAY": "8-5-1830", "HOUR": "14 h.", "NAME": "BAIL Antoine", "PLACE": "Chasselay (Rhône)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8796	balay-charles-1861-09-27	{"a4": "43", "g55": "05-264"}	{"g55": "05-264", "lerrcp": "A4-43"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Balay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:34", "date": "1861-09-27 08:30", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "notime": null, "date-ut": "1861-09-27 08:12:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Balay"}, "birth": {"tzo": "+00:17:34", "date": "1861-09-27 08:30", "place": {"c2": "42", "cy": "FR", "lg": 4.39, "lat": 45.43389, "name": "Saint-Étienne", "geoid": 2980291}, "date-ut": "1861-09-27 08:12:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-43"}, "ids-in-sources": {"a4": "43"}}, "raw": {"H": "8", "MN": "12", "TZ": "0", "COD": "42", "COU": "F", "DAY": "27", "LAT": "45N26", "LON": "4E23", "MON": "9", "NUM": "43", "PRO": "P", "SEC": "28", "YEA": "1861", "CITY": "ST-ETIENNE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-264"}, "ids-in-source": {"g55": "05-264"}}, "raw": {"DAY": "27-9-1861", "HOUR": "8 h. 30", "NAME": "BALAY Charles", "PLACE": "Saint-Etienne (Loire)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8797	balfourier-adolphe-1816-08-12	{"a4": "44", "g55": "05-265"}	{"g55": "05-265", "lerrcp": "A4-44"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Balfourier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:22", "date": "1816-08-12 10:00", "note": null, "place": {"c1": null, "c2": "95", "c3": null, "cy": "FR", "lg": 2.3434, "lat": 48.98826, "name": "Montmorency", "geoid": 2992229}, "notime": null, "date-ut": "1816-08-12 09:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Balfourier"}, "birth": {"tzo": "+00:09:22", "date": "1816-08-12 10:00", "place": {"c2": "95", "cy": "FR", "lg": 2.3434, "lat": 48.98826, "name": "Montmorency", "geoid": 2992229}, "date-ut": "1816-08-12 09:52"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-44"}, "ids-in-sources": {"a4": "44"}}, "raw": {"H": "9", "MN": "52", "TZ": "0", "COD": "95", "COU": "F", "DAY": "12", "LAT": "49N 0", "LON": "2E 0", "MON": "8", "NUM": "44", "PRO": "P", "SEC": "0", "YEA": "1816", "CITY": "MONTMORENCY"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-265"}, "ids-in-source": {"g55": "05-265"}}, "raw": {"DAY": "12-8-1816", "HOUR": "10 h.", "NAME": "BALFOURIER Adolphe Paul", "PLACE": "Montmorency (S.-et-O.)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8800	balouzet-armand-1858-02-18	{"a4": "47", "g55": "05-267"}	{"g55": "05-267", "lerrcp": "A4-47"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Balouzet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:20", "date": "1858-02-18 15:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Saint-Genis-Laval", "geoid": 0}, "notime": null, "date-ut": "1858-02-18 14:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Balouzet"}, "birth": {"tzo": "+00:19:20", "date": "1858-02-18 15:00", "place": {"c2": "69", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Stgenislaval", "geoid": 0}, "date-ut": "1858-02-18 14:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-47"}, "ids-in-sources": {"a4": "47"}}, "raw": {"H": "14", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "18", "LAT": "45N46", "LON": "4E50", "MON": "2", "NUM": "47", "PRO": "P", "SEC": "40", "YEA": "1858", "CITY": "STGENISLAVAL"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Genis-Laval"}}, "partial-ids": {"g55": "05-267"}, "ids-in-source": {"g55": "05-267"}}, "raw": {"DAY": "18-2-1858", "HOUR": "15 h.", "NAME": "BALOUZET Armand Auguste", "PLACE": "Saint-Genis-Laval (Rh.)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8802	barbarroux-edmond-1882-07-05	{"a4": "49", "g55": "05-269"}	{"g55": "05-269", "lerrcp": "A4-49"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Barbarroux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:43", "date": "1882-07-05 10:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1882-07-05 09:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Barbarroux"}, "birth": {"tzo": "+00:23:43", "date": "1882-07-05 10:00", "place": {"c2": "83", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1882-07-05 09:34:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-49"}, "ids-in-sources": {"a4": "49"}}, "raw": {"H": "9", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "5", "LAT": "43N32", "LON": "6E28", "MON": "7", "NUM": "49", "PRO": "P", "SEC": "8", "YEA": "1882", "CITY": "TOULON"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-269"}, "ids-in-source": {"g55": "05-269"}}, "raw": {"DAY": "5-7-1882", "HOUR": "10 h.", "NAME": "BARBARROUX Edmond Paul", "PLACE": "Toulon (Var)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8804	barbier-ernest-1857-04-05	{"a4": "51", "g55": "05-270"}	{"g55": "05-270", "lerrcp": "A4-51"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Barbier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:02", "date": "1857-04-05 17:00", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 1.50682, "lat": 48.11316, "name": "Nottonville", "geoid": 2990018}, "notime": null, "date-ut": "1857-04-05 16:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Barbier"}, "birth": {"tzo": "+00:06:02", "date": "1857-04-05 17:00", "place": {"c2": "28", "cy": "FR", "lg": 1.50682, "lat": 48.11316, "name": "Nottonville", "geoid": 2990018}, "date-ut": "1857-04-05 16:54"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-51"}, "ids-in-sources": {"a4": "51"}}, "raw": {"H": "16", "MN": "54", "TZ": "0", "COD": "28", "COU": "F", "DAY": "5", "LAT": "48N27", "LON": "1E30", "MON": "4", "NUM": "51", "PRO": "P", "SEC": "0", "YEA": "1857", "CITY": "NOTTONVILLE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-270"}, "ids-in-source": {"g55": "05-270"}}, "raw": {"DAY": "5-4-1857", "HOUR": "17 h.", "NAME": "BARBIER Ernest Jules", "PLACE": "Nottonville (Eure-et-Loire)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8806	baric-jules-1825-04-14	{"a4": "53", "g55": "05-272"}	{"g55": "05-272", "lerrcp": "A4-53"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Baric", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:48", "date": "1825-04-14 02:00", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": 0.7, "lat": 47.4, "name": "Sainte-Catherine", "geoid": 0}, "notime": null, "date-ut": "1825-04-14 01:57:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Baric"}, "birth": {"tzo": "+00:02:48", "date": "1825-04-14 02:00", "place": {"c2": "37", "cy": "FR", "lg": 0.7, "lat": 47.4, "name": "Sainte-Catherinedef", "geoid": 0}, "date-ut": "1825-04-14 01:57:12"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-53"}, "ids-in-sources": {"a4": "53"}}, "raw": {"H": "1", "MN": "57", "TZ": "0", "COD": "37", "COU": "F", "DAY": "14", "LAT": "47N24", "LON": "0E42", "MON": "4", "NUM": "53", "PRO": "P", "SEC": "12", "YEA": "1825", "CITY": "STE-CATHERINEDEF"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Sainte-Catherine"}}, "partial-ids": {"g55": "05-272"}, "ids-in-source": {"g55": "05-272"}}, "raw": {"DAY": "14-4-1825", "HOUR": "2 h.", "NAME": "BARIC Jules Jean A.", "PLACE": "Sainte-Catherine (Indre-et-Loire)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8795	balande-gaston-1880-05-31	{"a4": "42", "g55": "05-273"}	{"g55": "05-273", "lerrcp": "A4-42"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Balande", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:40", "date": "1880-05-31 02:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -1.16667, "lat": 46.15, "name": "Madrid", "geoid": 0}, "notime": null, "date-ut": "1880-05-31 02:04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Balande"}, "birth": {"tzo": "-00:04:40", "date": "1880-05-31 02:00", "place": {"c2": "17", "cy": "FR", "lg": -1.16667, "lat": 46.15, "name": "Madridobtenupar", "geoid": 0}, "date-ut": "1880-05-31 02:04:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-42"}, "ids-in-sources": {"a4": "42"}}, "raw": {"H": "2", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "31", "LAT": "46N 9", "LON": "1W10", "MON": "5", "NUM": "42", "PRO": "P", "SEC": "40", "YEA": "1880", "CITY": "MADRIDOBTENUPAR"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Madrid"}}, "partial-ids": {"g55": "05-273"}, "ids-in-source": {"g55": "05-273"}}, "raw": {"DAY": "31-5-1880", "HOUR": "2 h.", "NAME": "BALANDE Gaston", "PLACE": "Madrid (par Saujon)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8803	barbier-antoine-1859-05-08	{"a4": "50", "g55": "05-275"}	{"g55": "05-275", "lerrcp": "A4-50"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Barbier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:32", "date": "1859-05-08 02:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.38333, "lat": 45.43333, "name": "Saint-Symphorien-de-Lay", "geoid": 0}, "notime": null, "date-ut": "1859-05-08 01:42:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Barbier"}, "birth": {"tzo": "+00:17:32", "date": "1859-05-08 02:00", "place": {"c2": "42", "cy": "FR", "lg": 4.38333, "lat": 45.43333, "name": "Stsymphoriendel", "geoid": 0}, "date-ut": "1859-05-08 01:42:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-50"}, "ids-in-sources": {"a4": "50"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "42", "COU": "F", "DAY": "8", "LAT": "45N26", "LON": "4E23", "MON": "5", "NUM": "50", "PRO": "P", "SEC": "28", "YEA": "1859", "CITY": "STSYMPHORIENDEL"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Symphorien-de-Lay"}}, "partial-ids": {"g55": "05-275"}, "ids-in-source": {"g55": "05-275"}}, "raw": {"DAY": "8-5-1859", "HOUR": "2 h.", "NAME": "BARBIER Antoine", "PLACE": "Saint-Symphorien-de-Lay (Loire)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8809	baschet-marcel-1862-08-05	{"a4": "56", "g55": "05-276"}	{"g55": "05-276", "lerrcp": "A4-56"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Baschet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:08", "date": "1862-08-05 19:30", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.53333, "lat": 48.88333, "name": "Gagny", "geoid": 3016830}, "notime": null, "date-ut": "1862-08-05 19:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Baschet"}, "birth": {"tzo": "+00:10:08", "date": "1862-08-05 19:30", "place": {"c2": "93", "cy": "FR", "lg": 2.53333, "lat": 48.88333, "name": "Gagny", "geoid": 3016830}, "date-ut": "1862-08-05 19:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-56"}, "ids-in-sources": {"a4": "56"}}, "raw": {"H": "19", "MN": "20", "TZ": "0", "COD": "93", "COU": "F", "DAY": "5", "LAT": "48N55", "LON": "2E30", "MON": "8", "NUM": "56", "PRO": "P", "SEC": "0", "YEA": "1862", "CITY": "GAGNY"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-276"}, "ids-in-source": {"g55": "05-276"}}, "raw": {"DAY": "5-8-1862", "HOUR": "19 h. 30", "NAME": "BASCHET Marcel André", "PLACE": "Gagny (Seine-et-Oise)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8811	bastet-tancrede-jean-1858-04-16	{"a4": "58", "g55": "05-278"}	{"g55": "05-278", "lerrcp": "A4-58"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tancrède Jean", "family": "Bastet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:20", "date": "1858-04-16 13:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.83335, "lat": 45.20289, "name": "Domène", "geoid": 3021210}, "notime": null, "date-ut": "1858-04-16 12:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-58"}, "birth": {"tzo": "+00:23:20", "date": "1858-04-16 13:00", "place": {"c2": "38", "cy": "FR", "lg": 5.83335, "lat": 45.20289, "name": "Domène", "geoid": 3021210}, "date-ut": "1858-04-16 12:37:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-58"}, "ids-in-sources": {"a4": "58"}}, "raw": {"H": "12", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "16", "LAT": "45N11", "LON": "5E43", "MON": "4", "NUM": "58", "PRO": "P", "SEC": "8", "YEA": "1858", "CITY": "DOMENE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Tancrède Jean", "family": "Bastet", "nobility": ""}, "slug": "bastet-tancrede-jean-1858-04-16", "partial-ids": {"g55": "05-278"}, "ids-in-source": {"g55": "05-278"}}, "raw": {"DAY": "16-4-1858", "HOUR": "13 h.", "NAME": "BASTET Tancrède Jean", "PLACE": "Domène (Isère)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8813	bastien-lepage-emile-1854-01-20	{"a4": "60", "g55": "05-280"}	{"g55": "05-280", "lerrcp": "A4-60"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Bastien-Lepage", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:36", "date": "1854-01-20 18:00", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.40111, "lat": 49.34366, "name": "Damvillers", "geoid": 3021794}, "notime": null, "date-ut": "1854-01-20 17:39:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Bastien-Lepage"}, "birth": {"tzo": "+00:21:36", "date": "1854-01-20 18:00", "place": {"c2": "55", "cy": "FR", "lg": 5.40111, "lat": 49.34366, "name": "Damvillers", "geoid": 3021794}, "date-ut": "1854-01-20 17:39:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-60"}, "ids-in-sources": {"a4": "60"}}, "raw": {"H": "17", "MN": "39", "TZ": "0", "COD": "55", "COU": "F", "DAY": "20", "LAT": "48N46", "LON": "5E10", "MON": "1", "NUM": "60", "PRO": "P", "SEC": "20", "YEA": "1854", "CITY": "DAMVILLERS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-280"}, "ids-in-source": {"g55": "05-280"}}, "raw": {"DAY": "20-1-1854", "HOUR": "18 h.", "NAME": "BASTIEN-LEPAGE Emile", "PLACE": "Damvillers (Meuse)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8817	bauchant-andre-1873-04-24	{"a4": "64", "g55": "05-282"}	{"g55": "05-282", "lerrcp": "A4-64"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Bauchant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:48", "date": "1873-04-24 23:30", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": 0.7, "lat": 47.4, "name": "Châtellerault", "geoid": 0}, "notime": null, "date-ut": "1873-04-24 23:27:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "André", "family": "Bauchant"}, "birth": {"tzo": "+00:02:48", "date": "1873-04-24 23:30", "place": {"c2": "37", "cy": "FR", "lg": 0.7, "lat": 47.4, "name": "Chateaurenault", "geoid": 0}, "date-ut": "1873-04-24 23:27:12"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-64"}, "ids-in-sources": {"a4": "64"}}, "raw": {"H": "23", "MN": "27", "TZ": "0", "COD": "37", "COU": "F", "DAY": "24", "LAT": "47N24", "LON": "0E42", "MON": "4", "NUM": "64", "PRO": "P", "SEC": "12", "YEA": "1873", "CITY": "CHATEAURENAULT"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Châtellerault"}}, "partial-ids": {"g55": "05-282"}, "ids-in-source": {"g55": "05-282"}}, "raw": {"DAY": "24-4-1873", "HOUR": "23 h. 30", "NAME": "BAUCHANT André", "PLACE": "Châtellerault (Indre-et-Loire)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8819	bauderon-alexandre-1822-11-13	{"a4": "66", "g55": "05-284"}	{"g55": "05-284", "lerrcp": "A4-66"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Bauderon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:40", "date": "1822-11-13 06:00", "note": null, "place": {"c1": null, "c2": "23", "c3": null, "cy": "FR", "lg": 2.16724, "lat": 45.95486, "name": "Aubusson", "geoid": 3036295}, "notime": null, "date-ut": "1822-11-13 05:52:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Bauderon"}, "birth": {"tzo": "+00:08:40", "date": "1822-11-13 06:00", "place": {"c2": "23", "cy": "FR", "lg": 2.16724, "lat": 45.95486, "name": "Aubusson", "geoid": 3036295}, "date-ut": "1822-11-13 05:52:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-66"}, "ids-in-sources": {"a4": "66"}}, "raw": {"H": "5", "MN": "52", "TZ": "0", "COD": "23", "COU": "F", "DAY": "13", "LAT": "46N17", "LON": "1E52", "MON": "11", "NUM": "66", "PRO": "P", "SEC": "32", "YEA": "1822", "CITY": "AUBUSSON"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-284"}, "ids-in-source": {"g55": "05-284"}}, "raw": {"DAY": "13-11-1822", "HOUR": "6 h.", "NAME": "BAUDERON Alexandre Adol.", "PLACE": "Aubusson (Creuse)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8824	beaufrere-adolphe-1876-03-24	{"a4": "71", "g55": "05-286"}	{"g55": "05-286", "lerrcp": "A4-71"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Beaufrere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:14:12", "date": "1876-03-24 20:50", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -3.54994, "lat": 47.87215, "name": "Quimperlé", "geoid": 2984699}, "notime": null, "date-ut": "1876-03-24 21:01:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Beaufrere"}, "birth": {"tzo": "-00:14:12", "date": "1876-03-24 20:50", "place": {"c2": "29", "cy": "FR", "lg": -3.54994, "lat": 47.87215, "name": "Quimperlé", "geoid": 2984699}, "date-ut": "1876-03-24 21:01:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-71"}, "ids-in-sources": {"a4": "71"}}, "raw": {"H": "21", "MN": "1", "TZ": "0", "COD": "29", "COU": "F", "DAY": "24", "LAT": "48N 0", "LON": "4W 6", "MON": "3", "NUM": "71", "PRO": "P", "SEC": "24", "YEA": "1876", "CITY": "QUIMPERLE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-286"}, "ids-in-source": {"g55": "05-286"}}, "raw": {"DAY": "24-3-1876", "HOUR": "20 h. 45", "NAME": "BEAUFRERE Adolphe-Marie", "PLACE": "Quimperlé (Finistère)."}, "date": "2023-08-20T14:48:42+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8826	beaumont-hugues-1874-10-26	{"a4": "73", "g55": "05-288"}	{"g55": "05-288", "lerrcp": "A4-73"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hugues", "family": "Beaumont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:20", "date": "1874-10-26 03:00", "note": null, "place": {"c1": null, "c2": "41", "c3": null, "cy": "FR", "lg": 1.33333, "lat": 47.58333, "name": "Chouzy", "geoid": 0}, "notime": null, "date-ut": "1874-10-26 02:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Hugues", "family": "Beaumont"}, "birth": {"tzo": "+00:05:20", "date": "1874-10-26 03:00", "place": {"c2": "41", "cy": "FR", "lg": 1.33333, "lat": 47.58333, "name": "Chouzy", "geoid": 0}, "date-ut": "1874-10-26 02:54:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-73"}, "ids-in-sources": {"a4": "73"}}, "raw": {"H": "2", "MN": "54", "TZ": "0", "COD": "41", "COU": "F", "DAY": "26", "LAT": "47N35", "LON": "1E20", "MON": "10", "NUM": "73", "PRO": "P", "SEC": "40", "YEA": "1874", "CITY": "CHOUZY"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Chouzy"}}, "partial-ids": {"g55": "05-288"}, "ids-in-source": {"g55": "05-288"}}, "raw": {"DAY": "26-10-1874", "HOUR": "3 h.", "NAME": "BEAUMONT (de) Hugues", "PLACE": "Chouzy (Loir-et-Cher)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8828	beaussier-emile-1874-12-30	{"a4": "75", "g55": "05-290"}	{"g55": "05-290", "lerrcp": "A4-75"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Beaussier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:14", "date": "1874-12-30 06:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1874-12-30 05:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-75"}, "birth": {"tzo": "+00:19:14", "date": "1874-12-30 06:00", "place": {"c2": "84", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1874-12-30 05:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-75"}, "ids-in-sources": {"a4": "75"}}, "raw": {"H": "5", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "30", "LAT": "43N57", "LON": "4E50", "MON": "12", "NUM": "75", "PRO": "P", "SEC": "40", "YEA": "1874", "CITY": "AVIGNON"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Emile", "family": "Beaussier", "nobility": ""}, "slug": "beaussier-emile-1874-12-30", "partial-ids": {"g55": "05-290"}, "ids-in-source": {"g55": "05-290"}}, "raw": {"DAY": "30-12-1874", "HOUR": "6 h.", "NAME": "BEAUSSIER Emile", "PLACE": "Avignon (Vaucluse)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8829	beauvais-armand-1840-11-30	{"a4": "76", "g55": "05-291"}	{"g55": "05-291", "lerrcp": "A4-76"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Beauvais", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:20", "date": "1840-11-30 08:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "Bar-sur-Aube", "geoid": 0}, "notime": null, "date-ut": "1840-11-30 07:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Beauvais"}, "birth": {"tzo": "+00:16:20", "date": "1840-11-30 08:00", "place": {"c2": "10", "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "Barsaube", "geoid": 0}, "date-ut": "1840-11-30 07:43:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-76"}, "ids-in-sources": {"a4": "76"}}, "raw": {"H": "7", "MN": "43", "TZ": "0", "COD": "10", "COU": "F", "DAY": "30", "LAT": "48N18", "LON": "4E 5", "MON": "11", "NUM": "76", "PRO": "P", "SEC": "40", "YEA": "1840", "CITY": "BARSAUBE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Bar-sur-Aube"}}, "partial-ids": {"g55": "05-291"}, "ids-in-source": {"g55": "05-291"}}, "raw": {"DAY": "30-11-1840", "HOUR": "8 h.", "NAME": "BEAUVAIS Armand", "PLACE": "Bar-sur-Aube (Aube)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8832	begue-lucien-1848-05-10	{"a4": "79", "g55": "05-293"}	{"g55": "05-293", "lerrcp": "A4-79"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Begue", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:20", "date": "1848-05-10 09:30", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Saint-Genis-Laval", "geoid": 0}, "notime": null, "date-ut": "1848-05-10 09:10:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Begue"}, "birth": {"tzo": "+00:19:20", "date": "1848-05-10 09:30", "place": {"c2": "69", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Stgenislaval", "geoid": 0}, "date-ut": "1848-05-10 09:10:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-79"}, "ids-in-sources": {"a4": "79"}}, "raw": {"H": "9", "MN": "10", "TZ": "0", "COD": "69", "COU": "F", "DAY": "10", "LAT": "45N46", "LON": "4E50", "MON": "5", "NUM": "79", "PRO": "P", "SEC": "40", "YEA": "1848", "CITY": "STGENISLAVAL"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Genis-Laval"}}, "partial-ids": {"g55": "05-293"}, "ids-in-source": {"g55": "05-293"}}, "raw": {"DAY": "10-5-1848", "HOUR": "9 h. 30", "NAME": "BEGULE Lucien-Marie", "PLACE": "Saint-Genis-Laval (Rhône)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8834	bellee-le-goasbe-de-leon-1844-07-07	{"a4": "81", "g55": "05-295"}	{"g55": "05-295", "lerrcp": "A4-81"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Le Goasbe de) Léon", "family": "Bellee", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:09:35", "date": "1844-07-07 05:00", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -2.39746, "lat": 47.93167, "name": "Ploërmel", "geoid": 2986729}, "notime": null, "date-ut": "1844-07-07 05:10:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-81"}, "birth": {"tzo": "-00:09:35", "date": "1844-07-07 05:00", "place": {"c2": "56", "cy": "FR", "lg": -2.39746, "lat": 47.93167, "name": "Ploërmel", "geoid": 2986729}, "date-ut": "1844-07-07 05:10:56"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-81"}, "ids-in-sources": {"a4": "81"}}, "raw": {"H": "5", "MN": "10", "TZ": "0", "COD": "56", "COU": "F", "DAY": "7", "LAT": "47N40", "LON": "2W44", "MON": "7", "NUM": "81", "PRO": "P", "SEC": "56", "YEA": "1844", "CITY": "PLOERMEL"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "(Le Goasbe de) Léon", "family": "Bellee", "nobility": ""}, "slug": "bellee-le-goasbe-de-leon-1844-07-07", "partial-ids": {"g55": "05-295"}, "ids-in-source": {"g55": "05-295"}}, "raw": {"DAY": "7-7-1844", "HOUR": "5 h.", "NAME": "BELLEE (Le Goasbe de) Léon", "PLACE": "Ploërmel (Morbihan)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8836	benard-henry-1844-06-23	{"a4": "83", "g55": "05-297"}	{"g55": "05-297", "lerrcp": "A4-83"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Benard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01:28", "date": "1844-06-23 03:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.36593, "lat": 49.64566, "name": "Goderville", "geoid": 3015765}, "notime": null, "date-ut": "1844-06-23 02:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Benard"}, "birth": {"tzo": "+00:01:28", "date": "1844-06-23 03:00", "place": {"c2": "76", "cy": "FR", "lg": 0.36593, "lat": 49.64566, "name": "Goderville", "geoid": 3015765}, "date-ut": "1844-06-23 02:55:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-83"}, "ids-in-sources": {"a4": "83"}}, "raw": {"H": "2", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "23", "LAT": "49N26", "LON": "1E 5", "MON": "6", "NUM": "83", "PRO": "P", "SEC": "40", "YEA": "1844", "CITY": "GODERVILLE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-297"}, "ids-in-source": {"g55": "05-297"}}, "raw": {"DAY": "23-6-1844", "HOUR": "3 h.", "NAME": "BENARD Henry Jean E.", "PLACE": "Goderville (Seine-Inférieure)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8838	benner-jean-1836-03-28	{"a4": "85", "g55": "05-299"}	{"g55": "05-299", "lerrcp": "A4-85"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Benner", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:19", "date": "1836-03-28 19:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "notime": null, "date-ut": "1836-03-28 18:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-85"}, "birth": {"tzo": "+00:29:19", "date": "1836-03-28 19:00", "place": {"c2": "68", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "date-ut": "1836-03-28 18:30:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-85"}, "ids-in-sources": {"a4": "85"}}, "raw": {"H": "18", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "28", "LAT": "48N 5", "LON": "7E21", "MON": "3", "NUM": "85", "PRO": "P", "SEC": "36", "YEA": "1836", "CITY": "MULHOUSE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Jean", "family": "Benner", "nobility": ""}, "slug": "benner-jean-1836-03-28", "partial-ids": {"g55": "05-299"}, "ids-in-source": {"g55": "05-299"}}, "raw": {"DAY": "28-3-1836", "HOUR": "19 h.", "NAME": "\\fBENNER Jean", "PLACE": "Mulhouse (Haut-Rhin)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8841	beranger-charles-1816-11-21	{"a4": "88", "g55": "05-301"}	{"g55": "05-301", "lerrcp": "A4-88"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Beranger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:52", "date": "1816-11-21 10:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.21757, "lat": 48.82292, "name": "Sèvres", "geoid": 2974678}, "notime": null, "date-ut": "1816-11-21 09:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Beranger"}, "birth": {"tzo": "+00:08:52", "date": "1816-11-21 10:00", "place": {"c2": "92", "cy": "FR", "lg": 2.21757, "lat": 48.82292, "name": "Sèvres", "geoid": 2974678}, "date-ut": "1816-11-21 09:51:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-88"}, "ids-in-sources": {"a4": "88"}}, "raw": {"H": "9", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "21", "LAT": "48N50", "LON": "2E11", "MON": "11", "NUM": "88", "PRO": "P", "SEC": "16", "YEA": "1816", "CITY": "SEVRES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-301"}, "ids-in-source": {"g55": "05-301"}}, "raw": {"DAY": "21-11-1816", "HOUR": "10 h.", "NAME": "BERANGER Charles", "PLACE": "Sèvres (Seine-et-Oise)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8846	bernard-emile-1868-04-28	{"a4": "93", "g55": "05-304"}	{"g55": "05-304", "lerrcp": "A4-93"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Bernard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1868-04-28 03:30", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1868-04-28 03:17:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Bernard"}, "birth": {"tzo": "+00:12:14", "date": "1868-04-28 03:30", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1868-04-28 03:17:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-93"}, "ids-in-sources": {"a4": "93"}}, "raw": {"H": "3", "MN": "17", "TZ": "0", "COD": "59", "COU": "F", "DAY": "28", "LAT": "50N39", "LON": "3E 5", "MON": "4", "NUM": "93", "PRO": "P", "SEC": "40", "YEA": "1868", "CITY": "LILLE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-304"}, "ids-in-source": {"g55": "05-304"}}, "raw": {"DAY": "28-4-1868", "HOUR": "3 h. 30", "NAME": "BERNARD Emile", "PLACE": "Lille (Nord)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8848	bernard-jean2-1829-02-20	{"a4": "95", "g55": "05-306"}	{"g55": "05-306", "lerrcp": "A4-95"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean2", "family": "Bernard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:45", "date": "1829-02-20 23:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.68607, "lat": 46.54619, "name": "Cormatin", "geoid": 3023653}, "notime": null, "date-ut": "1829-02-20 22:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean2", "family": "Bernard"}, "birth": {"tzo": "+00:18:45", "date": "1829-02-20 23:00", "place": {"c2": "71", "cy": "FR", "lg": 4.68607, "lat": 46.54619, "name": "Cormatin", "geoid": 3023653}, "date-ut": "1829-02-20 22:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-95"}, "ids-in-sources": {"a4": "95"}}, "raw": {"H": "22", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "20", "LAT": "46N18", "LON": "4E50", "MON": "2", "NUM": "95", "PRO": "P", "SEC": "40", "YEA": "1829", "CITY": "CORMATIN"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-306"}, "ids-in-source": {"g55": "05-306"}}, "raw": {"DAY": "20-2-1829", "HOUR": "23 h.", "NAME": "BERNARD Jean Francois", "PLACE": "Cormatin (Saône-et-Loire)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8849	bernardeau-henri-1867-01-06	{"a4": "96", "g55": "05-307"}	{"g55": "05-307", "lerrcp": "A4-96"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Bernardeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:37", "date": "1867-01-06 10:30", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1867-01-06 10:22:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Bernardeau"}, "birth": {"tzo": "+00:07:37", "date": "1867-01-06 10:30", "place": {"c2": "45", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1867-01-06 10:22:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-96"}, "ids-in-sources": {"a4": "96"}}, "raw": {"H": "10", "MN": "22", "TZ": "0", "COD": "45", "COU": "F", "DAY": "6", "LAT": "47N54", "LON": "1E54", "MON": "1", "NUM": "96", "PRO": "P", "SEC": "24", "YEA": "1867", "CITY": "ORLEANS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-307"}, "ids-in-source": {"g55": "05-307"}}, "raw": {"DAY": "6-1-1867", "HOUR": "10 h. 30", "NAME": "BERNARDEAU Henri-Marie", "PLACE": "Orléans (Loiret)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8852	berteaux-hippolyte-1843-03-28	{"a4": "99", "g55": "05-309"}	{"g55": "05-309", "lerrcp": "A4-99"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hippolyte", "family": "Berteaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:09", "date": "1843-03-28 10:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "notime": null, "date-ut": "1843-03-28 09:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Hippolyte", "family": "Berteaux"}, "birth": {"tzo": "+00:13:09", "date": "1843-03-28 10:00", "place": {"c2": "02", "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "date-ut": "1843-03-28 09:45:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-99"}, "ids-in-sources": {"a4": "99"}}, "raw": {"H": "9", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "28", "LAT": "49N34", "LON": "3E37", "MON": "3", "NUM": "99", "PRO": "P", "SEC": "32", "YEA": "1843", "CITY": "SAINT-QUENTIN"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-309"}, "ids-in-source": {"g55": "05-309"}}, "raw": {"DAY": "28-3-1843", "HOUR": "10 h.", "NAME": "BERTEAUX Hippolyte Dom.", "PLACE": "Saint-Quentin (Aisne)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8854	berthelemy-pierre-1818-04-03	{"a4": "101", "g55": "05-311"}	{"g55": "05-311", "lerrcp": "A4-101"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Berthelemy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:24", "date": "1818-04-03 16:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1818-04-03 15:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Berthelemy"}, "birth": {"tzo": "+00:04:24", "date": "1818-04-03 16:00", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1818-04-03 15:55:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-101"}, "ids-in-sources": {"a4": "101"}}, "raw": {"H": "15", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "3", "LAT": "49N26", "LON": "1E 5", "MON": "4", "NUM": "101", "PRO": "P", "SEC": "40", "YEA": "1818", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-311"}, "ids-in-source": {"g55": "05-311"}}, "raw": {"DAY": "3-4-1818", "HOUR": "16 h.", "NAME": "BERTHELEMY Pierre Emile", "PLACE": "Rouen (Seine-Inférieure)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8856	berthomme-st-andre-louis-1905-02-04	{"a4": "103", "g55": "05-313"}	{"g55": "05-313", "lerrcp": "A4-103"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Berthomme-St-Andre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1905-02-04 09:00", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.66763, "lat": 49.2223, "name": "Barbery", "geoid": 3035024}, "notime": null, "date-ut": "1905-02-04 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Berthomme-St-Andre"}, "birth": {"tzo": "+00:09:21", "date": "1905-02-04 09:00", "place": {"c2": "60", "cy": "FR", "lg": 2.66763, "lat": 49.2223, "name": "Barbery", "geoid": 3035024}, "date-ut": "1905-02-04 08:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-103"}, "ids-in-sources": {"a4": "103"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "60", "COU": "F", "DAY": "4", "LAT": "49N26", "LON": "2E 5", "MON": "2", "NUM": "103", "PRO": "P", "SEC": "40", "YEA": "1905", "CITY": "BARBERY"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-313"}, "ids-in-source": {"g55": "05-313"}}, "raw": {"DAY": "4-2-1905", "HOUR": "9 h.", "NAME": "BERTHOMME-SAINT-ANDRE Louis A.", "PLACE": "Barbery (Oise)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8858	bertin-emile-1878-01-29	{"a4": "105", "g55": "05-315"}	{"g55": "05-315", "lerrcp": "A4-105"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Bertin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:55", "date": "1878-01-29 11:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.22929, "lat": 48.87143, "name": "Suresnes", "geoid": 2973675}, "notime": null, "date-ut": "1878-01-29 10:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Bertin"}, "birth": {"tzo": "+00:08:55", "date": "1878-01-29 11:00", "place": {"c2": "92", "cy": "FR", "lg": 2.22929, "lat": 48.87143, "name": "Suresnes", "geoid": 2973675}, "date-ut": "1878-01-29 10:51:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-105"}, "ids-in-sources": {"a4": "105"}}, "raw": {"H": "10", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "29", "LAT": "48N50", "LON": "2E11", "MON": "1", "NUM": "105", "PRO": "P", "SEC": "16", "YEA": "1878", "CITY": "SURESNES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-315"}, "ids-in-source": {"g55": "05-315"}}, "raw": {"DAY": "29-1-1878", "HOUR": "11 h.", "NAME": "BERTIN Emile", "PLACE": "Suresnes (Seine)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8861	bertrand-paulin-1852-02-04	{"a4": "108", "g55": "05-316"}	{"g55": "05-316", "lerrcp": "A4-108"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paulin", "family": "Bertrand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:43", "date": "1852-02-04 15:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1852-02-04 14:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paulin", "family": "Bertrand"}, "birth": {"tzo": "+00:23:43", "date": "1852-02-04 15:00", "place": {"c2": "83", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1852-02-04 14:34:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-108"}, "ids-in-sources": {"a4": "108"}}, "raw": {"H": "14", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "4", "LAT": "43N32", "LON": "6E28", "MON": "2", "NUM": "108", "PRO": "P", "SEC": "8", "YEA": "1852", "CITY": "TOULON"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-316"}, "ids-in-source": {"g55": "05-316"}}, "raw": {"DAY": "4-2-1852", "HOUR": "15 h.", "NAME": "BERTRAND Paulin André", "PLACE": "Toulon (Var)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8866	bidault-henri-1839-02-20	{"a4": "113", "g55": "05-319"}	{"g55": "05-319", "lerrcp": "A4-113"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Bidault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:36", "date": "1839-02-20 23:00", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.15, "lat": 46.98333, "name": "Sainte-Colombe-les-Bois", "geoid": 0}, "notime": null, "date-ut": "1839-02-20 22:47:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Bidault"}, "birth": {"tzo": "+00:12:36", "date": "1839-02-20 23:00", "place": {"c2": "58", "cy": "FR", "lg": 3.15, "lat": 46.98333, "name": "Stecolombelesbo", "geoid": 0}, "date-ut": "1839-02-20 22:47:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-113"}, "ids-in-sources": {"a4": "113"}}, "raw": {"H": "22", "MN": "47", "TZ": "0", "COD": "58", "COU": "F", "DAY": "20", "LAT": "46N59", "LON": "3E 9", "MON": "2", "NUM": "113", "PRO": "P", "SEC": "24", "YEA": "1839", "CITY": "STECOLOMBELESBO"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Sainte-Colombe-les-Bois"}}, "partial-ids": {"g55": "05-319"}, "ids-in-source": {"g55": "05-319"}}, "raw": {"DAY": "20-2-1839", "HOUR": "23 h.", "NAME": "BIDAULT Henri", "PLACE": "Sainte-Colombe-les-Bois (Nièvre)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8868	biessy-marie-gabriel-1854-03-23	{"a4": "115", "g55": "05-321"}	{"g55": "05-321", "lerrcp": "A4-115"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie-Gabriel", "family": "Biessy", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02", "date": "1854-03-23 07:00", "note": null, "place": {"c1": null, "c2": "40", "c3": null, "cy": "FR", "lg": -0.5, "lat": 43.9, "name": "Saint-Pierre-du-Mont", "geoid": 0}, "notime": null, "date-ut": "1854-03-23 07:02"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-115"}, "birth": {"tzo": "-00:02", "date": "1854-03-23 07:00", "place": {"c2": "40", "cy": "FR", "lg": -0.5, "lat": 43.9, "name": "Stpierredumont", "geoid": 0}, "date-ut": "1854-03-23 07:02"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-115"}, "ids-in-sources": {"a4": "115"}}, "raw": {"H": "7", "MN": "2", "TZ": "0", "COD": "40", "COU": "F", "DAY": "23", "LAT": "43N54", "LON": "0W30", "MON": "3", "NUM": "115", "PRO": "P", "SEC": "0", "YEA": "1854", "CITY": "STPIERREDUMONT"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Marie-Gabriel", "family": "Biessy", "nobility": ""}, "slug": "biessy-marie-gabriel-1854-03-23", "birth": {"place": {"name": "Saint-Pierre-du-Mont"}}, "partial-ids": {"g55": "05-321"}, "ids-in-source": {"g55": "05-321"}}, "raw": {"DAY": "25-3-1854", "HOUR": "7 h.", "NAME": "BIESSY Marie-Gabriel", "PLACE": "Saint-Pierre-du-Mont (Landes)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8869	bigand-auguste-1803-06-13	{"a4": "116", "g55": "05-322"}	{"g55": "05-322", "lerrcp": "A4-116"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Bigand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:07", "date": "1803-06-13 01:00", "note": null, "place": {"c1": null, "c2": "91", "c3": null, "cy": "FR", "lg": 2.27975, "lat": 48.70823, "name": "Champlan", "geoid": 3027098}, "notime": null, "date-ut": "1803-06-13 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Bigand"}, "birth": {"tzo": "+00:09:07", "date": "1803-06-13 01:00", "place": {"c2": "91", "cy": "FR", "lg": 2.27975, "lat": 48.70823, "name": "Champlan", "geoid": 3027098}, "date-ut": "1803-06-13 00:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-116"}, "ids-in-sources": {"a4": "116"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "91", "COU": "F", "DAY": "13", "LAT": "48N36", "LON": "2E20", "MON": "6", "NUM": "116", "PRO": "P", "SEC": "40", "YEA": "1803", "CITY": "CHAMPLAN"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-322"}, "ids-in-source": {"g55": "05-322"}}, "raw": {"DAY": "13-6-1803", "HOUR": "1 h.", "NAME": "BIGAND Auguste", "PLACE": "Champlon (Seine-et-Oise)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8873	billiard-victor-1864-05-12	{"a4": "120", "g55": "05-324"}	{"g55": "05-324", "lerrcp": "A4-120"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Billiard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:26", "date": "1864-05-12 14:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.35912, "lat": 49.18585, "name": "Caen", "geoid": 3029241}, "notime": null, "date-ut": "1864-05-12 14:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Billiard"}, "birth": {"tzo": "-00:01:26", "date": "1864-05-12 14:00", "place": {"c2": "14", "cy": "FR", "lg": -0.35912, "lat": 49.18585, "name": "Caen", "geoid": 3029241}, "date-ut": "1864-05-12 14:01:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-120"}, "ids-in-sources": {"a4": "120"}}, "raw": {"H": "14", "MN": "1", "TZ": "0", "COD": "14", "COU": "F", "DAY": "12", "LAT": "49N11", "LON": "0W22", "MON": "5", "NUM": "120", "PRO": "P", "SEC": "28", "YEA": "1864", "CITY": "CAEN"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-324"}, "ids-in-source": {"g55": "05-324"}}, "raw": {"DAY": "12-5-1864", "HOUR": "14 h.", "NAME": "BILLIARD Victor-Marie", "PLACE": "Caen (Calvados)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8872	billet-pierre-1836-11-02	{"a4": "119", "g55": "05-326"}	{"g55": "05-326", "lerrcp": "A4-119"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Billet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:31", "date": "1836-11-02 16:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.12765, "lat": 50.30885, "name": "Cantin", "geoid": 3028767}, "notime": null, "date-ut": "1836-11-02 15:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Billet"}, "birth": {"tzo": "+00:12:31", "date": "1836-11-02 16:00", "place": {"c2": "59", "cy": "FR", "lg": 3.12765, "lat": 50.30885, "name": "Cantin", "geoid": 3028767}, "date-ut": "1836-11-02 15:47:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-119"}, "ids-in-sources": {"a4": "119"}}, "raw": {"H": "15", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "2", "LAT": "50N39", "LON": "3E 5", "MON": "11", "NUM": "119", "PRO": "P", "SEC": "40", "YEA": "1836", "CITY": "CANTIN"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-326"}, "ids-in-source": {"g55": "05-326"}}, "raw": {"DAY": "2-11-1836", "HOUR": "16 h.", "NAME": "BILLET Pierre", "PLACE": "Cantin (Nord)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8876	binet-adolphe-1854-02-02	{"a4": "123", "g55": "05-328"}	{"g55": "05-328", "lerrcp": "A4-123"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Binet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:28", "date": "1854-02-02 10:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.36667, "lat": 49.18333, "name": "La Riviére-Saint-Sauveur", "geoid": 0}, "notime": null, "date-ut": "1854-02-02 10:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Binet"}, "birth": {"tzo": "-00:01:28", "date": "1854-02-02 10:00", "place": {"c2": "14", "cy": "FR", "lg": -0.36667, "lat": 49.18333, "name": "Larivierestsauv", "geoid": 0}, "date-ut": "1854-02-02 10:01:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-123"}, "ids-in-sources": {"a4": "123"}}, "raw": {"H": "10", "MN": "1", "TZ": "0", "COD": "14", "COU": "F", "DAY": "2", "LAT": "49N11", "LON": "0W22", "MON": "2", "NUM": "123", "PRO": "P", "SEC": "28", "YEA": "1854", "CITY": "LARIVIERESTSAUV"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "La Riviére-Saint-Sauveur"}}, "partial-ids": {"g55": "05-328"}, "ids-in-source": {"g55": "05-328"}}, "raw": {"DAY": "2-2-1854", "HOUR": "10 h.", "NAME": "BINET Adolphe Gustave", "PLACE": "La Riviére-Saint-Sauveur (Cal.)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8878	binet-victor-1849-03-17	{"a4": "125", "g55": "05-330"}	{"g55": "05-330", "lerrcp": "A4-125"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Binet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:24", "date": "1849-03-17 11:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1849-03-17 10:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Binet"}, "birth": {"tzo": "+00:04:24", "date": "1849-03-17 11:00", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1849-03-17 10:55:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-125"}, "ids-in-sources": {"a4": "125"}}, "raw": {"H": "10", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "17", "LAT": "49N26", "LON": "1E 5", "MON": "3", "NUM": "125", "PRO": "P", "SEC": "40", "YEA": "1849", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-330"}, "ids-in-source": {"g55": "05-330"}}, "raw": {"DAY": "17-3-1849", "HOUR": "11 h.", "NAME": "BINET Victor Jean-B.", "PLACE": "Rouen (Seine-Inférieure)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8881	blanc-benoit-1812-03-21	{"a4": "128", "g55": "05-332"}	{"g55": "05-332", "lerrcp": "A4-128"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benoît", "family": "Blanc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:31", "date": "1812-03-21 18:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.62843, "lat": 43.29751, "name": "Gémenos", "geoid": 3016398}, "notime": null, "date-ut": "1812-03-21 17:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Benoît", "family": "Blanc"}, "birth": {"tzo": "+00:22:31", "date": "1812-03-21 18:00", "place": {"c2": "13", "cy": "FR", "lg": 5.62843, "lat": 43.29751, "name": "Gémenos", "geoid": 3016398}, "date-ut": "1812-03-21 17:38:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-128"}, "ids-in-sources": {"a4": "128"}}, "raw": {"H": "17", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "21", "LAT": "43N18", "LON": "5E22", "MON": "3", "NUM": "128", "PRO": "P", "SEC": "32", "YEA": "1812", "CITY": "GEMENOS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-332"}, "ids-in-source": {"g55": "05-332"}}, "raw": {"DAY": "21-3-1812", "HOUR": "18 h.", "NAME": "BLANC Benoit", "PLACE": "Gémenos (Bouches-du-Rhône)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8883	blanc-charles-1895-12-21	{"a4": "130", "g55": "05-334"}	{"g55": "05-334", "lerrcp": "A4-130"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Blanc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-12-21 11:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1895-12-21 10:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Blanc"}, "birth": {"tzo": "+00:09:21", "date": "1895-12-21 11:00", "place": {"c2": "87", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1895-12-21 10:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-130"}, "ids-in-sources": {"a4": "130"}}, "raw": {"H": "10", "MN": "50", "TZ": "0", "COD": "87", "COU": "F", "DAY": "21", "LAT": "45N50", "LON": "1E15", "MON": "12", "NUM": "130", "PRO": "P", "SEC": "40", "YEA": "1895", "CITY": "LIMOGES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-334"}, "ids-in-source": {"g55": "05-334"}}, "raw": {"DAY": "21-12-1895", "HOUR": "11 h.", "NAME": "BLANC Charles", "PLACE": "Limoges (Haute-Vienne)."}, "date": "2023-08-20T14:48:43+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8885	blery-eugene-1805-03-04	{"a4": "132", "g55": "05-336"}	{"g55": "05-336", "lerrcp": "A4-132"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Blery", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:48", "date": "1805-03-04 14:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.70177, "lat": 48.40908, "name": "Fontainebleau", "geoid": 3018074}, "notime": null, "date-ut": "1805-03-04 13:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Blery"}, "birth": {"tzo": "+00:10:48", "date": "1805-03-04 14:00", "place": {"c2": "77", "cy": "FR", "lg": 2.70177, "lat": 48.40908, "name": "Fontainebleau", "geoid": 3018074}, "date-ut": "1805-03-04 13:49:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-132"}, "ids-in-sources": {"a4": "132"}}, "raw": {"H": "13", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "4", "LAT": "48N33", "LON": "2E40", "MON": "3", "NUM": "132", "PRO": "P", "SEC": "20", "YEA": "1805", "CITY": "FONTAINEBLEAU"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-336"}, "ids-in-source": {"g55": "05-336"}}, "raw": {"DAY": "4-3-1805", "HOUR": "14 h.", "NAME": "BLERY Eugène Stanisl.", "PLACE": "Fontainebleau (Seine-et-Marne)."}, "date": "2023-08-20T14:48:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8887	boilvin-emile-1845-05-07	{"a4": "134", "g55": "05-338"}	{"g55": "05-338", "lerrcp": "A4-134"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Boilvin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:41", "date": "1845-05-07 06:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1845-05-07 05:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Boilvin"}, "birth": {"tzo": "+00:24:41", "date": "1845-05-07 06:00", "place": {"c2": "57", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1845-05-07 05:35:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-134"}, "ids-in-sources": {"a4": "134"}}, "raw": {"H": "5", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "7", "LAT": "49N 7", "LON": "6E11", "MON": "5", "NUM": "134", "PRO": "P", "SEC": "16", "YEA": "1845", "CITY": "METZ"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-338"}, "ids-in-source": {"g55": "05-338"}}, "raw": {"DAY": "7-5-1845", "HOUR": "6 h.", "NAME": "BOILVIN Emile", "PLACE": "Metz (Moselle)."}, "date": "2023-08-20T14:48:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8895	bonnefoy-henri-1839-04-04	{"a4": "142", "g55": "05-340"}	{"g55": "05-340", "lerrcp": "A4-142"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Bonnefoy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:27", "date": "1839-04-04 03:55:23", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "notime": null, "date-ut": "1839-04-04 03:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Bonnefoy"}, "birth": {"tzo": "+00:06:27", "date": "1839-04-04 03:55:23", "place": {"c2": "62", "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "date-ut": "1839-04-04 03:48:56"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-142"}, "ids-in-sources": {"a4": "142"}}, "raw": {"H": "3", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "4", "LAT": "50N18", "LON": "2E46", "MON": "4", "NUM": "142", "PRO": "P", "SEC": "56", "YEA": "1839", "CITY": "BOULOGNE-S-MER"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-340"}, "ids-in-source": {"g55": "05-340"}}, "raw": {"DAY": "4-4-1839", "HOUR": "4 h.", "NAME": "BONNEFOY Henri Arthur", "PLACE": "Boulogne-sur-Mer (Pas-de-C.)."}, "date": "2023-08-20T14:48:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8897	bonnet-felix-1847-05-08	{"a4": "144", "g55": "05-342"}	{"g55": "05-342", "lerrcp": "A4-144"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Bonnet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:52", "date": "1847-05-08 16:30", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1847-05-08 16:07:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Bonnet"}, "birth": {"tzo": "+00:22:52", "date": "1847-05-08 16:30", "place": {"c2": "38", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1847-05-08 16:07:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-144"}, "ids-in-sources": {"a4": "144"}}, "raw": {"H": "16", "MN": "7", "TZ": "0", "COD": "38", "COU": "F", "DAY": "8", "LAT": "45N11", "LON": "5E43", "MON": "5", "NUM": "144", "PRO": "P", "SEC": "8", "YEA": "1847", "CITY": "GRENOBLE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-342"}, "ids-in-source": {"g55": "05-342"}}, "raw": {"DAY": "8-5-1847", "HOUR": "16 h. 30", "NAME": "BONNET Felix Alfred", "PLACE": "Grenoble (Isère)."}, "date": "2023-08-20T14:48:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8902	bouche-louis-1838-01-10	{"a4": "149", "g55": "05-345"}	{"g55": "05-345", "lerrcp": "A4-149"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Bouche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:44", "date": "1838-01-10 07:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 3.18206, "lat": 48.9725, "name": "Luzancy", "geoid": 2996983}, "notime": null, "date-ut": "1838-01-10 06:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Bouche"}, "birth": {"tzo": "+00:12:44", "date": "1838-01-10 07:00", "place": {"c2": "77", "cy": "FR", "lg": 3.18206, "lat": 48.9725, "name": "Luzancy", "geoid": 2996983}, "date-ut": "1838-01-10 06:49:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-149"}, "ids-in-sources": {"a4": "149"}}, "raw": {"H": "6", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "10", "LAT": "48N33", "LON": "2E40", "MON": "1", "NUM": "149", "PRO": "P", "SEC": "20", "YEA": "1838", "CITY": "LUZANCY"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-345"}, "ids-in-source": {"g55": "05-345"}}, "raw": {"DAY": "10-1-1838", "HOUR": "7 h.", "NAME": "BOUCHE Louis Alexandre", "PLACE": "Luzancy (Seine-et-Marne)."}, "date": "2023-08-20T14:48:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8908	bourgeois-louis-1873-06-05	{"a4": "155", "g55": "05-348"}	{"g55": "05-348", "lerrcp": "A4-155"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Bourgeois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:20", "date": "1873-06-05 13:30", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Fontaines-Saint-Martin", "geoid": 0}, "notime": null, "date-ut": "1873-06-05 13:10:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Bourgeois"}, "birth": {"tzo": "+00:19:20", "date": "1873-06-05 13:30", "place": {"c2": "69", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Fontainesstmart", "geoid": 0}, "date-ut": "1873-06-05 13:10:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-155"}, "ids-in-sources": {"a4": "155"}}, "raw": {"H": "13", "MN": "10", "TZ": "0", "COD": "69", "COU": "F", "DAY": "5", "LAT": "45N46", "LON": "4E50", "MON": "6", "NUM": "155", "PRO": "P", "SEC": "40", "YEA": "1873", "CITY": "FONTAINESSTMART"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Fontaines-Saint-Martin"}}, "partial-ids": {"g55": "05-348"}, "ids-in-source": {"g55": "05-348"}}, "raw": {"DAY": "5-6-1873", "HOUR": "13 h. 30", "NAME": "BOURGEOIS Louis", "PLACE": "Fontaines-Saint-Martin (Rhône)."}, "date": "2023-08-20T14:48:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8909	bournet-josette-1905-08-19	{"a4": "156", "g55": "05-349"}	{"g55": "05-349", "lerrcp": "A4-156"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Josette", "family": "Bournet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1905-08-19 08:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Vichy", "geoid": 0}, "notime": null, "date-ut": "1905-08-19 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Josette", "family": "Bournet"}, "birth": {"tzo": "+00:09:21", "date": "1905-08-19 08:00", "place": {"c2": "13", "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Vichy", "geoid": 0}, "date-ut": "1905-08-19 07:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-156"}, "ids-in-sources": {"a4": "156"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "13", "COU": "F", "DAY": "19", "LAT": "43N18", "LON": "5E22", "MON": "8", "NUM": "156", "PRO": "P", "SEC": "40", "YEA": "1905", "CITY": "VICHY"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Vichy"}}, "partial-ids": {"g55": "05-349"}, "ids-in-source": {"g55": "05-349"}}, "raw": {"DAY": "19-8-1905", "HOUR": "8 h.", "NAME": "BOURNET Josette (Téreille)", "PLACE": "Vichy (Allier)."}, "date": "2023-08-20T14:48:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8911	bovis-marcel-1904-09-03	{"a4": "158", "g55": "05-351"}	{"g55": "05-351", "lerrcp": "A4-158"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Bovis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1904-09-03 15:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1904-09-03 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Bovis"}, "birth": {"tzo": "+00:09:21", "date": "1904-09-03 15:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1904-09-03 14:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-158"}, "ids-in-sources": {"a4": "158"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "06", "COU": "F", "DAY": "3", "LAT": "43N42", "LON": "7E16", "MON": "9", "NUM": "158", "PRO": "P", "SEC": "40", "YEA": "1904", "CITY": "NICE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-351"}, "ids-in-source": {"g55": "05-351"}}, "raw": {"DAY": "3-9-1904", "HOUR": "15 h.", "NAME": "BOVIS Marcel", "PLACE": "Nice (Alpes-Maritimes)."}, "date": "2023-08-20T14:48:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8919	brispot-henri-1846-07-05	{"a4": "166", "g55": "05-353"}	{"g55": "05-353", "lerrcp": "A4-166"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Brispot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:20", "date": "1846-07-05 09:00", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Beauvais", "geoid": 3034006}, "notime": null, "date-ut": "1846-07-05 08:51:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Brispot"}, "birth": {"tzo": "+00:08:20", "date": "1846-07-05 09:00", "place": {"c2": "60", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Beauvais", "geoid": 3034006}, "date-ut": "1846-07-05 08:51:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-166"}, "ids-in-sources": {"a4": "166"}}, "raw": {"H": "8", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "5", "LAT": "49N26", "LON": "2E 5", "MON": "7", "NUM": "166", "PRO": "P", "SEC": "40", "YEA": "1846", "CITY": "BEAUVAIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-353"}, "ids-in-source": {"g55": "05-353"}}, "raw": {"DAY": "5-7-1846", "HOUR": "9 h.", "NAME": "BRISPOT Henri", "PLACE": "Beauvais (Oise)."}, "date": "2023-08-20T14:48:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8923	brunet-debaines-louis-alfred-1845-11-05	{"a4": "170", "g55": "05-355"}	{"g55": "05-355", "lerrcp": "A4-170"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis Alfred", "family": "Brunet-debaines", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:26", "date": "1845-11-05 20:56:06", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1845-11-05 20:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-170"}, "birth": {"tzo": "+00:00:26", "date": "1845-11-05 20:56:06", "place": {"c2": "76", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1845-11-05 20:55:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-170"}, "ids-in-sources": {"a4": "170"}}, "raw": {"H": "20", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "5", "LAT": "49N26", "LON": "1E 5", "MON": "11", "NUM": "170", "PRO": "P", "SEC": "40", "YEA": "1845", "CITY": "LE HAVRE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Louis Alfred", "family": "Brunet-debaines", "nobility": ""}, "slug": "brunet-debaines-louis-alfred-1845-11-05", "partial-ids": {"g55": "05-355"}, "ids-in-source": {"g55": "05-355"}}, "raw": {"DAY": "5-11-1845", "HOUR": "21 h.", "NAME": "BRUNET-DEBAINES Louis Alfred", "PLACE": "Le Havre (S.-Inf.)."}, "date": "2023-08-20T14:48:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8924	brunier-joseph-1860-09-02	{"a4": "171", "g55": "05-356"}	{"g55": "05-356", "lerrcp": "A4-171"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Brunier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:41", "date": "1860-09-02 11:00", "note": null, "place": {"c1": null, "c2": "73", "c3": null, "cy": "FR", "lg": 5.92079, "lat": 45.56628, "name": "Chambéry", "geoid": 3027422}, "notime": null, "date-ut": "1860-09-02 10:36:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Brunier"}, "birth": {"tzo": "+00:23:41", "date": "1860-09-02 11:00", "place": {"c2": "73", "cy": "FR", "lg": 5.92079, "lat": 45.56628, "name": "Chambéry", "geoid": 3027422}, "date-ut": "1860-09-02 10:36:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-171"}, "ids-in-sources": {"a4": "171"}}, "raw": {"H": "10", "MN": "36", "TZ": "0", "COD": "73", "COU": "F", "DAY": "2", "LAT": "45N34", "LON": "5E55", "MON": "9", "NUM": "171", "PRO": "P", "SEC": "20", "YEA": "1860", "CITY": "CHAMBERY"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-356"}, "ids-in-source": {"g55": "05-356"}}, "raw": {"DAY": "2-9-1860", "HOUR": "11 h.", "NAME": "BRUNIER Joseph Auguste", "PLACE": "Chambéry (Savoie)."}, "date": "2023-08-20T14:48:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8933	calmettes-jean-1918-04-14	{"a4": "180", "g55": "05-358"}	{"g55": "05-358", "lerrcp": "A4-180"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Calmettes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-04-14 22:00", "note": null, "place": {"c1": null, "c2": "91", "c3": null, "cy": "FR", "lg": 2.32338, "lat": 48.73352, "name": "Wissous", "geoid": 2967322}, "notime": null, "date-ut": "1918-04-14 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Calmettes"}, "birth": {"tzo": "+01:00", "date": "1918-04-14 22:00", "place": {"c2": "91", "cy": "FR", "lg": 2.32338, "lat": 48.73352, "name": "Wissous", "geoid": 2967322}, "date-ut": "1918-04-14 21:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-180"}, "ids-in-sources": {"a4": "180"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "91", "COU": "F", "DAY": "14", "LAT": "48N36", "LON": "2E20", "MON": "4", "NUM": "180", "PRO": "P", "SEC": "0", "YEA": "1918", "CITY": "WISSOUS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-358"}, "ids-in-source": {"g55": "05-358"}}, "raw": {"DAY": "14-4-1918", "HOUR": "22 h.", "NAME": "CALMETTES Jean-Marie", "PLACE": "Wissous (Seine-et-Oise)."}, "date": "2023-08-20T14:48:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8934	cami-robert-1900-01-01	{"a4": "181", "g55": "05-359"}	{"g55": "05-359", "lerrcp": "A4-181"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Cami", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-01-01 13:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1900-01-01 12:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Cami"}, "birth": {"tzo": "+00:09:21", "date": "1900-01-01 13:00", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1900-01-01 12:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-181"}, "ids-in-sources": {"a4": "181"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "33", "COU": "F", "DAY": "1", "LAT": "44N50", "LON": "0W34", "MON": "1", "NUM": "181", "PRO": "P", "SEC": "40", "YEA": "1900", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-359"}, "ids-in-source": {"g55": "05-359"}}, "raw": {"DAY": "1-1-1900", "HOUR": "13 h.", "NAME": "CAMI Robert", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:48:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8935	capgras-georges-1866-05-16	{"a4": "182", "g55": "05-360"}	{"g55": "05-360", "lerrcp": "A4-182"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Capgras", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:56", "date": "1866-05-16 05:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Joinville-le-Pont", "geoid": 0}, "notime": null, "date-ut": "1866-05-16 04:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Capgras"}, "birth": {"tzo": "+00:09:56", "date": "1866-05-16 05:00", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Joinvillelepont", "geoid": 0}, "date-ut": "1866-05-16 04:50:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-182"}, "ids-in-sources": {"a4": "182"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "16", "LAT": "48N47", "LON": "2E29", "MON": "5", "NUM": "182", "PRO": "P", "SEC": "4", "YEA": "1866", "CITY": "JOINVILLELEPONT"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Joinville-le-Pont"}}, "partial-ids": {"g55": "05-360"}, "ids-in-source": {"g55": "05-360"}}, "raw": {"DAY": "16-5-1866", "HOUR": "5 h.", "NAME": "CAPGRAS Georges", "PLACE": "Joinville-le-Pont (Seine)."}, "date": "2023-08-20T14:48:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8946	carrier-alain-1924-10-14	{"a4": "193", "g55": "05-361"}	{"g55": "05-361", "lerrcp": "A4-193"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Carrier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1924-10-14 05:00", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 0.73333, "lat": 45.18333, "name": "Sarlat", "geoid": 0}, "notime": null, "date-ut": "1924-10-14 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alain", "family": "Carrier"}, "birth": {"tzo": "+00:00", "date": "1924-10-14 05:00", "place": {"c2": "24", "cy": "FR", "lg": 0.73333, "lat": 45.18333, "name": "Sarlat", "geoid": 0}, "date-ut": "1924-10-14 05:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-193"}, "ids-in-sources": {"a4": "193"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "24", "COU": "F", "DAY": "14", "LAT": "45N11", "LON": "0E44", "MON": "10", "NUM": "193", "PRO": "P", "SEC": "0", "YEA": "1924", "CITY": "SARLAT"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Sarlat"}}, "partial-ids": {"g55": "05-361"}, "ids-in-source": {"g55": "05-361"}}, "raw": {"DAY": "14-10-1924", "HOUR": "5 h.", "NAME": "CARRIER Alain", "PLACE": "Sarlat (Dordogne)."}, "date": "2023-08-20T14:48:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8944	carre-georges-1878-05-31	{"a4": "191", "g55": "05-362"}	{"g55": "05-362", "lerrcp": "A4-191"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Carre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:20", "date": "1878-05-31 23:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.58333, "lat": 47.8, "name": "Marchais-Beton", "geoid": 0}, "notime": null, "date-ut": "1878-05-31 22:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Carre"}, "birth": {"tzo": "+00:14:20", "date": "1878-05-31 23:00", "place": {"c2": "89", "cy": "FR", "lg": 3.58333, "lat": 47.8, "name": "Marchaisbeton", "geoid": 0}, "date-ut": "1878-05-31 22:45:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-191"}, "ids-in-sources": {"a4": "191"}}, "raw": {"H": "22", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "31", "LAT": "47N48", "LON": "3E35", "MON": "5", "NUM": "191", "PRO": "P", "SEC": "40", "YEA": "1878", "CITY": "MARCHAISBETON"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Marchais-Beton"}}, "partial-ids": {"g55": "05-362"}, "ids-in-source": {"g55": "05-362"}}, "raw": {"DAY": "31-5-1878", "HOUR": "23 h.", "NAME": "CARRE Georges Henri", "PLACE": "Marchais-Beton (Yonne)."}, "date": "2023-08-20T14:48:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8940	caro-delvaille-henry-1876-07-09	{"a4": "187", "g55": "05-365"}	{"g55": "05-365", "lerrcp": "A4-187"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Caro-Delvaille", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:54", "date": "1876-07-09 03:55:34", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "notime": null, "date-ut": "1876-07-09 04:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Caro-Delvaille"}, "birth": {"tzo": "-00:05:54", "date": "1876-07-09 03:55:34", "place": {"c2": "64", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "date-ut": "1876-07-09 04:01:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-187"}, "ids-in-sources": {"a4": "187"}}, "raw": {"H": "4", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "9", "LAT": "43N18", "LON": "0W22", "MON": "7", "NUM": "187", "PRO": "P", "SEC": "28", "YEA": "1876", "CITY": "BAYONNE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-365"}, "ids-in-source": {"g55": "05-365"}}, "raw": {"DAY": "9-7-1876", "HOUR": "4 h.", "NAME": "CARO-DELVAILLE Henry", "PLACE": "Bayonne (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8937	carbillet-jean-1804-04-06	{"a4": "184", "g55": "05-368"}	{"g55": "05-368", "lerrcp": "A4-184"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Carbillet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:08", "date": "1804-04-06 09:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.53497, "lat": 48.05714, "name": "Essoyes", "geoid": 3019595}, "notime": null, "date-ut": "1804-04-06 08:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Carbillet"}, "birth": {"tzo": "+00:18:08", "date": "1804-04-06 09:00", "place": {"c2": "10", "cy": "FR", "lg": 4.53497, "lat": 48.05714, "name": "Essoyes", "geoid": 3019595}, "date-ut": "1804-04-06 08:43:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-184"}, "ids-in-sources": {"a4": "184"}}, "raw": {"H": "8", "MN": "43", "TZ": "0", "COD": "10", "COU": "F", "DAY": "6", "LAT": "48N18", "LON": "4E 5", "MON": "4", "NUM": "184", "PRO": "P", "SEC": "40", "YEA": "1804", "CITY": "ESSOYES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-368"}, "ids-in-source": {"g55": "05-368"}}, "raw": {"DAY": "6-4-1804", "HOUR": "9 h.", "NAME": "CARBILLET Jean-Baptiste", "PLACE": "Essoyes (Aube)."}, "date": "2023-08-20T14:48:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8943	carrand-louis-1821-08-23	{"a4": "190", "g55": "05-370"}	{"g55": "05-370", "lerrcp": "A4-190"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Carrand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1821-08-23 22:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1821-08-23 21:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Carrand"}, "birth": {"tzo": "+00:19:23", "date": "1821-08-23 22:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1821-08-23 21:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-190"}, "ids-in-sources": {"a4": "190"}}, "raw": {"H": "21", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "23", "LAT": "45N46", "LON": "4E50", "MON": "8", "NUM": "190", "PRO": "P", "SEC": "40", "YEA": "1821", "CITY": "LYON"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-370"}, "ids-in-source": {"g55": "05-370"}}, "raw": {"DAY": "23-8-1821", "HOUR": "22 h.", "NAME": "CARRAND Louis Hilaire", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:48:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8948	cattiaux-louis-1904-08-17	{"a4": "195", "g55": "05-371"}	{"g55": "05-371", "lerrcp": "A4-195"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Cattiaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1904-08-17 06:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.52506, "lat": 50.35909, "name": "Valenciennes", "geoid": 2971041}, "notime": null, "date-ut": "1904-08-17 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Cattiaux"}, "birth": {"tzo": "+00:09:21", "date": "1904-08-17 06:00", "place": {"c2": "59", "cy": "FR", "lg": 3.52506, "lat": 50.35909, "name": "Valenciennes", "geoid": 2971041}, "date-ut": "1904-08-17 05:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-195"}, "ids-in-sources": {"a4": "195"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "59", "COU": "F", "DAY": "17", "LAT": "50N39", "LON": "3E 5", "MON": "8", "NUM": "195", "PRO": "P", "SEC": "40", "YEA": "1904", "CITY": "VALENCIENNES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-371"}, "ids-in-source": {"g55": "05-371"}}, "raw": {"DAY": "17-8-1904", "HOUR": "6 h.", "NAME": "CATTIAUX Louis", "PLACE": "Valenciennes (Nord)."}, "date": "2023-08-20T14:48:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8949	cauchois-eugene-1850-02-14	{"a4": "196", "g55": "05-372"}	{"g55": "05-372", "lerrcp": "A4-196"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Cauchois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:24", "date": "1850-02-14 04:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1850-02-14 03:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Cauchois"}, "birth": {"tzo": "+00:04:24", "date": "1850-02-14 04:00", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1850-02-14 03:55:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-196"}, "ids-in-sources": {"a4": "196"}}, "raw": {"H": "3", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "14", "LAT": "49N26", "LON": "1E 5", "MON": "2", "NUM": "196", "PRO": "P", "SEC": "40", "YEA": "1850", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-372"}, "ids-in-source": {"g55": "05-372"}}, "raw": {"DAY": "14-2-1850", "HOUR": "4 h.", "NAME": "CAUCHOIS Eugène Henri", "PLACE": "Rouen (Seine-Inférieure)."}, "date": "2023-08-20T14:48:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8952	cazin-marie-1844-09-19	{"a4": "199", "g55": "05-374"}	{"g55": "05-374", "lerrcp": "A4-199"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Cazin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:08:07", "date": "1844-09-19 09:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -2.03048, "lat": 47.28654, "name": "Paimboeuf", "geoid": 2988797}, "notime": null, "date-ut": "1844-09-19 09:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Cazin"}, "birth": {"tzo": "-00:08:07", "date": "1844-09-19 09:00", "place": {"c2": "44", "cy": "FR", "lg": -2.03048, "lat": 47.28654, "name": "Paimboeuf", "geoid": 2988797}, "date-ut": "1844-09-19 09:06:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-199"}, "ids-in-sources": {"a4": "199"}}, "raw": {"H": "9", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "19", "LAT": "47N13", "LON": "1W35", "MON": "9", "NUM": "199", "PRO": "P", "SEC": "20", "YEA": "1844", "CITY": "PAIMBOEUF"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-374"}, "ids-in-source": {"g55": "05-374"}}, "raw": {"DAY": "19-9-1844", "HOUR": "9 h.", "NAME": "CAZIN Marie", "PLACE": "Paimbeuf (Loire-Inférieure)."}, "date": "2023-08-20T14:48:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8954	cerisier-simone-1903-04-29	{"a4": "201", "g55": "05-375"}	{"g55": "05-375", "lerrcp": "A4-201"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Simone", "family": "Cerisier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1903-04-29 22:15", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.16667, "lat": 47.36667, "name": "Ancenis", "geoid": 3037797}, "notime": null, "date-ut": "1903-04-29 22:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Simone", "family": "Cerisier"}, "birth": {"tzo": "+00:09:21", "date": "1903-04-29 22:15", "place": {"c2": "44", "cy": "FR", "lg": -1.16667, "lat": 47.36667, "name": "Ancenis", "geoid": 3037797}, "date-ut": "1903-04-29 22:05:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-201"}, "ids-in-sources": {"a4": "201"}}, "raw": {"H": "22", "MN": "5", "TZ": "0", "COD": "44", "COU": "F", "DAY": "29", "LAT": "47N13", "LON": "1W35", "MON": "4", "NUM": "201", "PRO": "P", "SEC": "40", "YEA": "1903", "CITY": "ANCENIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-375"}, "ids-in-source": {"g55": "05-375"}}, "raw": {"DAY": "29-4-1903", "HOUR": "22 h. 15", "NAME": "CERISIER Simone-Marie", "PLACE": "Ancenis (Loire-Inférieure)."}, "date": "2023-08-20T14:48:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8958	chadel-jules-1870-06-10	{"a4": "205", "g55": "05-377"}	{"g55": "05-377", "lerrcp": "A4-205"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Chadel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:21", "date": "1870-06-10 21:30", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "notime": null, "date-ut": "1870-06-10 21:17:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Chadel"}, "birth": {"tzo": "+00:12:21", "date": "1870-06-10 21:30", "place": {"c2": "63", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "date-ut": "1870-06-10 21:17:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-205"}, "ids-in-sources": {"a4": "205"}}, "raw": {"H": "21", "MN": "17", "TZ": "0", "COD": "63", "COU": "F", "DAY": "10", "LAT": "45N47", "LON": "3E 5", "MON": "6", "NUM": "205", "PRO": "P", "SEC": "40", "YEA": "1870", "CITY": "CLERMONT-FERRAND"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-377"}, "ids-in-source": {"g55": "05-377"}}, "raw": {"DAY": "10-6-1870", "HOUR": "21 h. 30", "NAME": "CHADEL Jules", "PLACE": "Clermont-Ferrand (Puy-de-Dôme)."}, "date": "2023-08-20T14:48:44+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8960	chandelier-jules-1813-10-30	{"a4": "207", "g55": "05-379"}	{"g55": "05-379", "lerrcp": "A4-207"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Chandelier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:37", "date": "1813-10-30 01:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -1.15222, "lat": 46.16308, "name": "La Rochelle", "geoid": 3006787}, "notime": null, "date-ut": "1813-10-30 01:04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Chandelier"}, "birth": {"tzo": "-00:04:37", "date": "1813-10-30 01:00", "place": {"c2": "17", "cy": "FR", "lg": -1.15222, "lat": 46.16308, "name": "La Rochelle", "geoid": 3006787}, "date-ut": "1813-10-30 01:04:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-207"}, "ids-in-sources": {"a4": "207"}}, "raw": {"H": "1", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "30", "LAT": "46N 9", "LON": "1W10", "MON": "10", "NUM": "207", "PRO": "P", "SEC": "40", "YEA": "1813", "CITY": "LA ROCHELLE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-379"}, "ids-in-source": {"g55": "05-379"}}, "raw": {"DAY": "30-10-1813", "HOUR": "1 h.", "NAME": "CHANDELIER Jules Michel", "PLACE": "La Rochelle (Charente-M.)."}, "date": "2023-08-20T14:48:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8963	chapoton-gregoire-1845-12-20	{"a4": "210", "g55": "05-381"}	{"g55": "05-381", "lerrcp": "A4-210"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Grégoire", "family": "Chapoton", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:32", "date": "1845-12-20 23:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.38333, "lat": 45.43333, "name": "Saint-Rambert-sur-Loire", "geoid": 0}, "notime": null, "date-ut": "1845-12-20 22:42:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-210"}, "birth": {"tzo": "+00:17:32", "date": "1845-12-20 23:00", "place": {"c2": "42", "cy": "FR", "lg": 4.38333, "lat": 45.43333, "name": "Strambertsloire", "geoid": 0}, "date-ut": "1845-12-20 22:42:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-210"}, "ids-in-sources": {"a4": "210"}}, "raw": {"H": "22", "MN": "42", "TZ": "0", "COD": "42", "COU": "F", "DAY": "20", "LAT": "45N26", "LON": "4E23", "MON": "12", "NUM": "210", "PRO": "P", "SEC": "28", "YEA": "1845", "CITY": "STRAMBERTSLOIRE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Grégoire", "family": "Chapoton", "nobility": ""}, "slug": "chapoton-gregoire-1845-12-20", "birth": {"place": {"name": "Saint-Rambert-sur-Loire"}}, "partial-ids": {"g55": "05-381"}, "ids-in-source": {"g55": "05-381"}}, "raw": {"DAY": "20-12-1845", "HOUR": "23 h.", "NAME": "CHAPOTON Grégoire", "PLACE": "Saint-Rambert-sur-Loire (Lre)."}, "date": "2023-08-20T14:48:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8965	charbonnier-pierre-1897-08-24	{"a4": "212", "e3": "309", "g55": "05-383"}	{"g55": "05-383", "lerrcp": "A4-212"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Charbonnier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1897-08-24 13:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 4.87484, "lat": 45.52569, "name": "Vienne", "geoid": 2969284}, "notime": null, "date-ut": "1897-08-24 12:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Charbonnier"}, "birth": {"tzo": "+00:09:21", "date": "1897-08-24 13:00", "place": {"c2": "38", "cy": "FR", "lg": 4.87484, "lat": 45.52569, "name": "Vienne", "geoid": 2969284}, "date-ut": "1897-08-24 12:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-212"}, "ids-in-sources": {"a4": "212"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "38", "COU": "F", "DAY": "24", "LAT": "45N11", "LON": "5E43", "MON": "8", "NUM": "212", "PRO": "P", "SEC": "40", "YEA": "1897", "CITY": "VIENNE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"occus": ["painter"], "ids-in-sources": {"e3": "309"}}, "raw": {"H": "13:00", "COD": "38", "DAY": "24", "MON": "08", "NUM": "0309", "PRO": "PAI", "YEA": "1897", "CITY": "Vienne", "NAME": "CHARB0NNIER Pierre", "NOTE": ""}, "date": "2023-08-20T14:44:12+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"partial-ids": {"g55": "05-383"}, "ids-in-source": {"g55": "05-383"}}, "raw": {"DAY": "24-8-1897", "HOUR": "13 h.", "NAME": "CHARBONNIER Pierre", "PLACE": "Vienne (Isère)."}, "date": "2023-08-20T14:48:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8967	charnay-armand-1844-01-07	{"a4": "214", "g55": "05-384"}	{"g55": "05-384", "lerrcp": "A4-214"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Charnay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:41", "date": "1844-01-07 09:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.17228, "lat": 46.16202, "name": "Charlieu", "geoid": 3026610}, "notime": null, "date-ut": "1844-01-07 08:42:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Charnay"}, "birth": {"tzo": "+00:16:41", "date": "1844-01-07 09:00", "place": {"c2": "42", "cy": "FR", "lg": 4.17228, "lat": 46.16202, "name": "Charlieu", "geoid": 3026610}, "date-ut": "1844-01-07 08:42:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-214"}, "ids-in-sources": {"a4": "214"}}, "raw": {"H": "8", "MN": "42", "TZ": "0", "COD": "42", "COU": "F", "DAY": "7", "LAT": "45N26", "LON": "4E23", "MON": "1", "NUM": "214", "PRO": "P", "SEC": "28", "YEA": "1844", "CITY": "CHARLIEU"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-384"}, "ids-in-source": {"g55": "05-384"}}, "raw": {"DAY": "7-1-1844", "HOUR": "9 h.", "NAME": "CHARNAY Armand", "PLACE": "Charlieu (Loire)."}, "date": "2023-08-20T14:48:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8973	chautard-joseph-1821-08-05	{"a4": "220", "g55": "05-387"}	{"g55": "05-387", "lerrcp": "A4-220"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Chautard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:14", "date": "1821-08-05 04:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1821-08-05 03:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Chautard"}, "birth": {"tzo": "+00:19:14", "date": "1821-08-05 04:00", "place": {"c2": "84", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1821-08-05 03:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-220"}, "ids-in-sources": {"a4": "220"}}, "raw": {"H": "3", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "5", "LAT": "43N57", "LON": "4E50", "MON": "8", "NUM": "220", "PRO": "P", "SEC": "40", "YEA": "1821", "CITY": "AVIGNON"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-387"}, "ids-in-source": {"g55": "05-387"}}, "raw": {"DAY": "5-8-1821", "HOUR": "4 h.", "NAME": "CHAUTARD Joseph Thomas", "PLACE": "Avignon (Vaucluse)."}, "date": "2023-08-20T14:48:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8977	chevrier-jules-1816-02-04	{"a4": "224", "g55": "05-389"}	{"g55": "05-389", "lerrcp": "A4-224"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Chevrier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:25", "date": "1816-02-04 02:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.85372, "lat": 46.78112, "name": "Chalon-sur-Saône", "geoid": 3027484}, "notime": null, "date-ut": "1816-02-04 01:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Chevrier"}, "birth": {"tzo": "+00:19:25", "date": "1816-02-04 02:00", "place": {"c2": "71", "cy": "FR", "lg": 4.85372, "lat": 46.78112, "name": "Chalon-sur-Saône", "geoid": 3027484}, "date-ut": "1816-02-04 01:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-224"}, "ids-in-sources": {"a4": "224"}}, "raw": {"H": "1", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "4", "LAT": "46N18", "LON": "4E50", "MON": "2", "NUM": "224", "PRO": "P", "SEC": "40", "YEA": "1816", "CITY": "CHALON-S-SAONE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-389"}, "ids-in-source": {"g55": "05-389"}}, "raw": {"DAY": "4-2-1816", "HOUR": "2 h.", "NAME": "CHEVRIER Jules", "PLACE": "Chalon-sur-Saône (Saône-et-Loire)."}, "date": "2023-08-20T14:48:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8983	chudant-jean-adolphe-1860-01-05	{"a4": "230", "g55": "05-391"}	{"g55": "05-391", "lerrcp": "A4-230"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Adolphe", "family": "Chudant", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:04", "date": "1860-01-05 01:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1860-01-05 00:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-230"}, "birth": {"tzo": "+00:24:04", "date": "1860-01-05 01:00", "place": {"c2": "25", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1860-01-05 00:35:52"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-230"}, "ids-in-sources": {"a4": "230"}}, "raw": {"H": "0", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "5", "LAT": "47N15", "LON": "6E 2", "MON": "1", "NUM": "230", "PRO": "P", "SEC": "52", "YEA": "1860", "CITY": "BESANCON"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Jean Adolphe", "family": "Chudant", "nobility": ""}, "slug": "chudant-jean-adolphe-1860-01-05", "partial-ids": {"g55": "05-391"}, "ids-in-source": {"g55": "05-391"}}, "raw": {"DAY": "5-1-1860", "HOUR": "1 h.", "NAME": "CHUDANT Jean Adolphe", "PLACE": "Besançon (Doubs)."}, "date": "2023-08-20T14:48:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8984	ciry-michel-1919-08-31	{"a4": "231", "g55": "05-392"}	{"g55": "05-392", "lerrcp": "A4-231"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Ciry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-08-31 12:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.58333, "lat": 47.21667, "name": "La Baule", "geoid": 0}, "notime": null, "date-ut": "1919-08-31 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Ciry"}, "birth": {"tzo": "+01:00", "date": "1919-08-31 12:00", "place": {"c2": "44", "cy": "FR", "lg": -1.58333, "lat": 47.21667, "name": "Labaule", "geoid": 0}, "date-ut": "1919-08-31 11:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-231"}, "ids-in-sources": {"a4": "231"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "44", "COU": "F", "DAY": "31", "LAT": "47N13", "LON": "1W35", "MON": "8", "NUM": "231", "PRO": "P", "SEC": "0", "YEA": "1919", "CITY": "LABAULE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "La Baule"}}, "partial-ids": {"g55": "05-392"}, "ids-in-source": {"g55": "05-392"}}, "raw": {"DAY": "31-8-1919", "HOUR": "12 h.", "NAME": "CIRY Michel", "PLACE": "La Baule (Loire-Inférieure)."}, "date": "2023-08-20T14:48:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8987	clerge-auguste-1891-01-20	{"a4": "234", "g55": "05-394"}	{"g55": "05-394", "lerrcp": "A4-234"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Clerge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:20", "date": "1891-01-20 03:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "notime": null, "date-ut": "1891-01-20 02:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Clerge"}, "birth": {"tzo": "+00:16:20", "date": "1891-01-20 03:00", "place": {"c2": "10", "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "date-ut": "1891-01-20 02:43:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-234"}, "ids-in-sources": {"a4": "234"}}, "raw": {"H": "2", "MN": "43", "TZ": "0", "COD": "10", "COU": "F", "DAY": "20", "LAT": "48N18", "LON": "4E 5", "MON": "1", "NUM": "234", "PRO": "P", "SEC": "40", "YEA": "1891", "CITY": "TROYES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-394"}, "ids-in-source": {"g55": "05-394"}}, "raw": {"DAY": "20-1-1891", "HOUR": "3 h.", "NAME": "CLERGE Auguste Joseph", "PLACE": "Troyes (Aube)."}, "date": "2023-08-20T14:48:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8990	cocteau-jean-1889-07-05	{"a4": "237", "a6": "208", "g55": "05-397", "afd2": "121"}	{"g55": "05-397", "lerrcp": "A4-237", "muller": "M2-121"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Cocteau", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:08:32", "date": "1889-07-05 01:00", "note": "LMT", "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Maisons-Laffite", "geoid": 0}, "notime": null, "date-ut": "1889-07-05 00:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter", "poet", "actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Cocteau"}, "birth": {"tzo": "+00:08:32", "date": "1889-07-05 01:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Maisonslaffite", "geoid": 0}, "date-ut": "1889-07-05 00:51:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-237"}, "ids-in-sources": {"a4": "237"}}, "raw": {"H": "0", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "5", "LAT": "48N50", "LON": "2E 8", "MON": "7", "NUM": "237", "PRO": "P", "SEC": "28", "YEA": "1889", "CITY": "MAISONSLAFFITE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "208"}}, "raw": {"H": "0", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "5", "LAT": "48N50", "LON": "2E 8", "MON": "7", "NUM": "208", "PRO": "W", "SEC": "28", "YEA": "1889", "CITY": "MAISONS-LAFFITT"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["actor"], "ids-in-sources": {"afd2": "121"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 09", "LAT": "48 N 51", "TZO": "", "DATE": "05.07.1889", "MUID": "121", "NAME": "Cocteau, Jean", "OCCU": "AR 03", "TIME": "01.00", "BOOKS": "56", "PLACE": "Maisons-Laffitte", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:45+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"birth": {"place": {"name": "Maisons-Laffite"}}, "partial-ids": {"g55": "05-397"}, "ids-in-source": {"g55": "05-397"}}, "raw": {"DAY": "5-7-1889", "HOUR": "1 h.", "NAME": "COCTEAU Jean", "PLACE": "Maisons-Laffite (Seine-et-Oise)."}, "date": "2023-08-20T14:48:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8991	coessin-de-la-fosse-charles-1829-09-07	{"a4": "238", "g55": "05-398"}	{"g55": "05-398", "lerrcp": "A4-238"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Coessin De La Fosse Charles", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:55", "date": "1829-09-07 20:30", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": 0.22925, "lat": 49.1466, "name": "Lisieux", "geoid": 2998150}, "notime": null, "date-ut": "1829-09-07 20:31:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Coessin De La Fosse Charles"}, "birth": {"tzo": "+00:00:55", "date": "1829-09-07 20:30", "place": {"c2": "14", "cy": "FR", "lg": 0.22925, "lat": 49.1466, "name": "Lisieux", "geoid": 2998150}, "date-ut": "1829-09-07 20:31:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-238"}, "ids-in-sources": {"a4": "238"}}, "raw": {"H": "20", "MN": "31", "TZ": "0", "COD": "14", "COU": "F", "DAY": "7", "LAT": "49N11", "LON": "0W22", "MON": "9", "NUM": "238", "PRO": "P", "SEC": "28", "YEA": "1829", "CITY": "LISIEUX"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-398"}, "ids-in-source": {"g55": "05-398"}}, "raw": {"DAY": "7-9-1829", "HOUR": "20 h. 30", "NAME": "COESSIN de La FOSSE Charles", "PLACE": "Lisieux (Calvados)."}, "date": "2023-08-20T14:48:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
8996	colin-paul-1892-06-27	{"a4": "243", "g55": "05-400"}	{"g55": "05-400", "lerrcp": "A4-243"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Colin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1892-06-27 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Colin"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1892-06-27 04:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-243"}, "ids-in-sources": {"a4": "243"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "54", "COU": "F", "DAY": "27", "LAT": "48N42", "LON": "6E12", "MON": "6", "NUM": "243", "PRO": "P", "SEC": "40", "YEA": "1892", "CITY": "NANCY"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-400"}, "ids-in-source": {"g55": "05-400"}}, "raw": {"DAY": "27-6-1892", "HOUR": "5 h.", "NAME": "COLIN Paul", "PLACE": "Nancy (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:48:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9000	coraboeuf-jean-1870-11-06	{"a4": "248", "g55": "05-402"}	{"g55": "05-402", "lerrcp": "A4-248"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Coraboeuf", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:20", "date": "1870-11-06 16:30", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.58333, "lat": 47.21667, "name": "Pouillé", "geoid": 0}, "notime": null, "date-ut": "1870-11-06 16:36:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Coraboeuf"}, "birth": {"tzo": "-00:06:20", "date": "1870-11-06 16:30", "place": {"c2": "44", "cy": "FR", "lg": -1.58333, "lat": 47.21667, "name": "Pouille", "geoid": 0}, "date-ut": "1870-11-06 16:36:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-248"}, "ids-in-sources": {"a4": "248"}}, "raw": {"H": "16", "MN": "36", "TZ": "0", "COD": "44", "COU": "F", "DAY": "6", "LAT": "47N13", "LON": "1W35", "MON": "11", "NUM": "248", "PRO": "P", "SEC": "20", "YEA": "1870", "CITY": "POUILLE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Pouillé"}}, "partial-ids": {"g55": "05-402"}, "ids-in-source": {"g55": "05-402"}}, "raw": {"DAY": "6-11-1870", "HOUR": "16 h. 30", "NAME": "CORABCEUF Jean Alexandre", "PLACE": "Pouillé (Loire-Inf.)."}, "date": "2023-08-20T14:48:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9003	cot-pierre-auguste-1837-02-17	{"a4": "251", "g55": "05-404"}	{"g55": "05-404", "lerrcp": "A4-251"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre Auguste", "family": "Cot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:38", "date": "1837-02-17 12:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.15892, "lat": 43.61602, "name": "Bédarieux", "geoid": 3033913}, "notime": null, "date-ut": "1837-02-17 11:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-251"}, "birth": {"tzo": "+00:12:38", "date": "1837-02-17 12:00", "place": {"c2": "34", "cy": "FR", "lg": 3.15892, "lat": 43.61602, "name": "Bédarieux", "geoid": 3033913}, "date-ut": "1837-02-17 11:44:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-251"}, "ids-in-sources": {"a4": "251"}}, "raw": {"H": "11", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "17", "LAT": "43N37", "LON": "3E53", "MON": "2", "NUM": "251", "PRO": "P", "SEC": "28", "YEA": "1837", "CITY": "BEDARIEUX"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Pierre Auguste", "family": "Cot", "nobility": ""}, "slug": "cot-pierre-auguste-1837-02-17", "partial-ids": {"g55": "05-404"}, "ids-in-source": {"g55": "05-404"}}, "raw": {"DAY": "17-2-1837", "HOUR": "12 h.", "NAME": "COT Pierre Auguste", "PLACE": "Bédarieux (Hérault)."}, "date": "2023-08-20T14:48:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9010	couverchel-alfred-1834-01-27	{"a4": "258", "g55": "05-406"}	{"g55": "05-406", "lerrcp": "A4-258"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Couverchel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:20", "date": "1834-01-27 14:00", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Marseille-en-Beauvaisis", "geoid": 0}, "notime": null, "date-ut": "1834-01-27 13:51:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Couverchel"}, "birth": {"tzo": "+00:08:20", "date": "1834-01-27 14:00", "place": {"c2": "60", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Marseilleenbeau", "geoid": 0}, "date-ut": "1834-01-27 13:51:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-258"}, "ids-in-sources": {"a4": "258"}}, "raw": {"H": "13", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "27", "LAT": "49N26", "LON": "2E 5", "MON": "1", "NUM": "258", "PRO": "P", "SEC": "40", "YEA": "1834", "CITY": "MARSEILLEENBEAU"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Marseille-en-Beauvaisis"}}, "partial-ids": {"g55": "05-406"}, "ids-in-source": {"g55": "05-406"}}, "raw": {"DAY": "27-1-1834", "HOUR": "14 h.", "NAME": "COUVERCHEL Alfred", "PLACE": "Marseille-en-Beauvaisis (Oise)."}, "date": "2023-08-20T14:48:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9012	crauk-charles-1819-01-27	{"a4": "260", "g55": "05-408"}	{"g55": "05-408", "lerrcp": "A4-260"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Crauk", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1819-01-27 14:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Douchy-les-Mines", "geoid": 0}, "notime": null, "date-ut": "1819-01-27 13:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Crauk"}, "birth": {"tzo": "+00:12:20", "date": "1819-01-27 14:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Douchylesmines", "geoid": 0}, "date-ut": "1819-01-27 13:47:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-260"}, "ids-in-sources": {"a4": "260"}}, "raw": {"H": "13", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "27", "LAT": "50N39", "LON": "3E 5", "MON": "1", "NUM": "260", "PRO": "P", "SEC": "40", "YEA": "1819", "CITY": "DOUCHYLESMINES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Douchy-les-Mines"}}, "partial-ids": {"g55": "05-408"}, "ids-in-source": {"g55": "05-408"}}, "raw": {"DAY": "27-1-1819", "HOUR": "14 h.", "NAME": "CRAUK Charles Alexandre", "PLACE": "Douchy-les-Mines (Nord)."}, "date": "2023-08-20T14:48:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9016	dabadie-henri-1867-12-01	{"a4": "264", "g55": "05-411"}	{"g55": "05-411", "lerrcp": "A4-264"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Dabadie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:25", "date": "1867-12-01 10:30", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "notime": null, "date-ut": "1867-12-01 10:31:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Dabadie"}, "birth": {"tzo": "-00:01:25", "date": "1867-12-01 10:30", "place": {"c2": "64", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "date-ut": "1867-12-01 10:31:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-264"}, "ids-in-sources": {"a4": "264"}}, "raw": {"H": "10", "MN": "31", "TZ": "0", "COD": "64", "COU": "F", "DAY": "1", "LAT": "43N18", "LON": "0W22", "MON": "12", "NUM": "264", "PRO": "P", "SEC": "28", "YEA": "1867", "CITY": "PAU"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-411"}, "ids-in-source": {"g55": "05-411"}}, "raw": {"DAY": "1-12-1867", "HOUR": "10 h. 30", "NAME": "DABADIE Henri", "PLACE": "Pau (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9020	dargent-edouard-1824-10-15	{"a4": "268", "g55": "05-414"}	{"g55": "05-414", "lerrcp": "A4-268"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Dargent", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:16:24", "date": "1824-10-15 06:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.1, "lat": 48, "name": "Saint-Servais", "geoid": 0}, "notime": null, "date-ut": "1824-10-15 06:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Dargent"}, "birth": {"tzo": "-00:16:24", "date": "1824-10-15 06:00", "place": {"c2": "29", "cy": "FR", "lg": -4.1, "lat": 48, "name": "Stservais", "geoid": 0}, "date-ut": "1824-10-15 06:16:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-268"}, "ids-in-sources": {"a4": "268"}}, "raw": {"H": "6", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "15", "LAT": "48N 0", "LON": "4W 6", "MON": "10", "NUM": "268", "PRO": "P", "SEC": "24", "YEA": "1824", "CITY": "STSERVAIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Servais"}}, "partial-ids": {"g55": "05-414"}, "ids-in-source": {"g55": "05-414"}}, "raw": {"DAY": "15-10-1824", "HOUR": "6 h.", "NAME": "DARGENT Edouard Jan", "PLACE": "Saint-Servais (Finistère)."}, "date": "2023-08-20T14:48:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9023	dauvergne-anatole-1812-09-28	{"a4": "271", "g55": "05-416"}	{"g55": "05-416", "lerrcp": "A4-271"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anatole", "family": "Dauvergne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1812-09-28 21:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 3.08498, "lat": 48.81451, "name": "Coulommiers", "geoid": 3023240}, "notime": null, "date-ut": "1812-09-28 20:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Anatole", "family": "Dauvergne"}, "birth": {"tzo": "+00:12:20", "date": "1812-09-28 21:00", "place": {"c2": "77", "cy": "FR", "lg": 3.08498, "lat": 48.81451, "name": "Coulommiers", "geoid": 3023240}, "date-ut": "1812-09-28 20:49:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-271"}, "ids-in-sources": {"a4": "271"}}, "raw": {"H": "20", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "28", "LAT": "48N33", "LON": "2E40", "MON": "9", "NUM": "271", "PRO": "P", "SEC": "20", "YEA": "1812", "CITY": "COULOMMIERS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-416"}, "ids-in-source": {"g55": "05-416"}}, "raw": {"DAY": "28-9-1812", "HOUR": "21 h.", "NAME": "\\fDAUVERGNE Anatole", "PLACE": "Coulommiers (Seine-et-Marne)."}, "date": "2023-08-20T14:48:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9025	debar-alexandre-1821-07-14	{"a4": "273", "g55": "05-417"}	{"g55": "05-417", "lerrcp": "A4-273"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Debar", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:04", "date": "1821-07-14 02:15", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Montreuil-sur-Mer", "geoid": 0}, "notime": null, "date-ut": "1821-07-14 02:03:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Debar"}, "birth": {"tzo": "+00:11:04", "date": "1821-07-14 02:15", "place": {"c2": "62", "cy": "FR", "lg": 2.76667, "lat": 50.3, "name": "Montreuilsmer", "geoid": 0}, "date-ut": "1821-07-14 02:03:56"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-273"}, "ids-in-sources": {"a4": "273"}}, "raw": {"H": "2", "MN": "3", "TZ": "0", "COD": "62", "COU": "F", "DAY": "14", "LAT": "50N18", "LON": "2E46", "MON": "7", "NUM": "273", "PRO": "P", "SEC": "56", "YEA": "1821", "CITY": "MONTREUILSMER"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Montreuil-sur-Mer"}}, "partial-ids": {"g55": "05-417"}, "ids-in-source": {"g55": "05-417"}}, "raw": {"DAY": "14-7-1821", "HOUR": "2 h. 15", "NAME": "DEBAR Alexandre Pierre", "PLACE": "Montreuil-sur-Mer (P.C.)."}, "date": "2023-08-20T14:48:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9028	decamps-albert-1861-09-10	{"a4": "276", "g55": "05-419"}	{"g55": "05-419", "lerrcp": "A4-276"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Decamps", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:36", "date": "1861-09-10 14:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 1.89829, "lat": 49.96398, "name": "Allery", "geoid": 3038135}, "notime": null, "date-ut": "1861-09-10 13:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Decamps"}, "birth": {"tzo": "+00:07:36", "date": "1861-09-10 14:00", "place": {"c2": "80", "cy": "FR", "lg": 1.89829, "lat": 49.96398, "name": "Allery", "geoid": 3038135}, "date-ut": "1861-09-10 13:50:48"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-276"}, "ids-in-sources": {"a4": "276"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "10", "LAT": "49N54", "LON": "2E18", "MON": "9", "NUM": "276", "PRO": "P", "SEC": "48", "YEA": "1861", "CITY": "ALLERY"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-419"}, "ids-in-source": {"g55": "05-419"}}, "raw": {"DAY": "10-9-1861", "HOUR": "14 h.", "NAME": "DECAMPS Albert", "PLACE": "Allery (Somme)."}, "date": "2023-08-20T14:48:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9029	dechenaud-adolphe-1868-06-21	{"a4": "277", "g55": "05-420"}	{"g55": "05-420", "lerrcp": "A4-277"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Dechenaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:20", "date": "1868-06-21 15:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 46.3, "name": "Saint-Ambreuil", "geoid": 0}, "notime": null, "date-ut": "1868-06-21 14:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Dechenaud"}, "birth": {"tzo": "+00:19:20", "date": "1868-06-21 15:00", "place": {"c2": "71", "cy": "FR", "lg": 4.83333, "lat": 46.3, "name": "Stambreuil", "geoid": 0}, "date-ut": "1868-06-21 14:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-277"}, "ids-in-sources": {"a4": "277"}}, "raw": {"H": "14", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "21", "LAT": "46N18", "LON": "4E50", "MON": "6", "NUM": "277", "PRO": "P", "SEC": "40", "YEA": "1868", "CITY": "STAMBREUIL"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Ambreuil"}}, "partial-ids": {"g55": "05-420"}, "ids-in-source": {"g55": "05-420"}}, "raw": {"DAY": "21-6-1868", "HOUR": "15 h.", "NAME": "DECHENAUD Adolphe", "PLACE": "Saint-Ambreuil (Saône-et-L.)."}, "date": "2023-08-20T14:48:45+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9031	decorchemont-francois-1880-05-26	{"a4": "279", "g55": "05-422"}	{"g55": "05-422", "lerrcp": "A4-279"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Decorchemont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:44", "date": "1880-05-26 06:30", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.18333, "lat": 49.01667, "name": "Conches", "geoid": 0}, "notime": null, "date-ut": "1880-05-26 06:25:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "François", "family": "Decorchemont"}, "birth": {"tzo": "+00:04:44", "date": "1880-05-26 06:30", "place": {"c2": "27", "cy": "FR", "lg": 1.18333, "lat": 49.01667, "name": "Conches", "geoid": 0}, "date-ut": "1880-05-26 06:25:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-279"}, "ids-in-sources": {"a4": "279"}}, "raw": {"H": "6", "MN": "25", "TZ": "0", "COD": "27", "COU": "F", "DAY": "26", "LAT": "49N 1", "LON": "1E11", "MON": "5", "NUM": "279", "PRO": "P", "SEC": "16", "YEA": "1880", "CITY": "CONCHES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Conches"}}, "partial-ids": {"g55": "05-422"}, "ids-in-source": {"g55": "05-422"}}, "raw": {"DAY": "26-5-1880", "HOUR": "6 h. 30", "NAME": "DECORCHEMONT Francois Emile", "PLACE": "Conches (Eure)."}, "date": "2023-08-20T14:48:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9037	delacroix-henry-1845-01-16	{"a4": "285", "g55": "05-425"}	{"g55": "05-425", "lerrcp": "A4-285"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Delacroix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:60", "date": "1845-01-16 02:50", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.49799, "lat": 50.18468, "name": "Solesmes", "geoid": 2974360}, "notime": null, "date-ut": "1845-01-16 02:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Delacroix"}, "birth": {"tzo": "+00:13:60", "date": "1845-01-16 02:50", "place": {"c2": "59", "cy": "FR", "lg": 3.49799, "lat": 50.18468, "name": "Solesmes", "geoid": 2974360}, "date-ut": "1845-01-16 02:47:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-285"}, "ids-in-sources": {"a4": "285"}}, "raw": {"H": "2", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "16", "LAT": "50N39", "LON": "3E 5", "MON": "1", "NUM": "285", "PRO": "P", "SEC": "40", "YEA": "1845", "CITY": "SOLESMES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-425"}, "ids-in-source": {"g55": "05-425"}}, "raw": {"DAY": "16-1-1845", "HOUR": "3 h.", "NAME": "DELACROIX Henry Eugène", "PLACE": "Solesmes (Nord)."}, "date": "2023-08-20T14:48:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9039	delatousche-germain-1898-08-27	{"a4": "287", "g55": "05-427"}	{"g55": "05-427", "lerrcp": "A4-287"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Germain", "family": "Delatousche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1898-08-27 05:00", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 1.5, "lat": 48.45, "name": "Chatillon-en-Dunois", "geoid": 0}, "notime": null, "date-ut": "1898-08-27 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Germain", "family": "Delatousche"}, "birth": {"tzo": "+00:09:21", "date": "1898-08-27 05:00", "place": {"c2": "28", "cy": "FR", "lg": 1.5, "lat": 48.45, "name": "Chatillonenduno", "geoid": 0}, "date-ut": "1898-08-27 04:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-287"}, "ids-in-sources": {"a4": "287"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "28", "COU": "F", "DAY": "27", "LAT": "48N27", "LON": "1E30", "MON": "8", "NUM": "287", "PRO": "P", "SEC": "40", "YEA": "1898", "CITY": "CHATILLONENDUNO"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Chatillon-en-Dunois"}}, "partial-ids": {"g55": "05-427"}, "ids-in-source": {"g55": "05-427"}}, "raw": {"DAY": "27-8-1898", "HOUR": "5 h.", "NAME": "DELATOUSCHE Germain", "PLACE": "Chatillon-en-Dunois (E.-L.)."}, "date": "2023-08-20T14:48:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9042	deletang-robert-1874-02-24	{"a4": "290", "g55": "05-429"}	{"g55": "05-429", "lerrcp": "A4-290"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Deletang", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:48", "date": "1874-02-24 09:00", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": 0.7, "lat": 47.4, "name": "Preuilly", "geoid": 0}, "notime": null, "date-ut": "1874-02-24 08:57:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Deletang"}, "birth": {"tzo": "+00:02:48", "date": "1874-02-24 09:00", "place": {"c2": "37", "cy": "FR", "lg": 0.7, "lat": 47.4, "name": "Preuilly", "geoid": 0}, "date-ut": "1874-02-24 08:57:12"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-290"}, "ids-in-sources": {"a4": "290"}}, "raw": {"H": "8", "MN": "57", "TZ": "0", "COD": "37", "COU": "F", "DAY": "24", "LAT": "47N24", "LON": "0E42", "MON": "2", "NUM": "290", "PRO": "P", "SEC": "12", "YEA": "1874", "CITY": "PREUILLY"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Preuilly"}}, "partial-ids": {"g55": "05-429"}, "ids-in-source": {"g55": "05-429"}}, "raw": {"DAY": "24-2-1874", "HOUR": "9 h.", "NAME": "DELETANG Robert Adrien", "PLACE": "Preuilly (Indre-et-Loire)."}, "date": "2023-08-20T14:48:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9046	delpy-jacques-1877-06-28	{"a4": "294", "g55": "05-431"}	{"g55": "05-431", "lerrcp": "A4-294"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Delpy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:40", "date": "1877-06-28 04:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": ": Bois-le-Roi", "geoid": 0}, "notime": null, "date-ut": "1877-06-28 03:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Delpy"}, "birth": {"tzo": "+00:10:40", "date": "1877-06-28 04:00", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Boisleroi", "geoid": 0}, "date-ut": "1877-06-28 03:49:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-294"}, "ids-in-sources": {"a4": "294"}}, "raw": {"H": "3", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "28", "LAT": "48N33", "LON": "2E40", "MON": "6", "NUM": "294", "PRO": "P", "SEC": "20", "YEA": "1877", "CITY": "BOISLEROI"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": ": Bois-le-Roi"}}, "partial-ids": {"g55": "05-431"}, "ids-in-source": {"g55": "05-431"}}, "raw": {"DAY": "28-6-1877", "HOUR": "4 h.", "NAME": "DELPY Jacques Henry", "PLACE": ": Bois-le-Roi (Seine-et-Marne)."}, "date": "2023-08-20T14:48:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9048	demont-adrien-1851-10-25	{"a4": "296", "g55": "05-433"}	{"g55": "05-433", "lerrcp": "A4-296"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrien", "family": "Demont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:19", "date": "1851-10-25 05:30", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "notime": null, "date-ut": "1851-10-25 05:17:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Adrien", "family": "Demont"}, "birth": {"tzo": "+00:12:19", "date": "1851-10-25 05:30", "place": {"c2": "59", "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "date-ut": "1851-10-25 05:17:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-296"}, "ids-in-sources": {"a4": "296"}}, "raw": {"H": "5", "MN": "17", "TZ": "0", "COD": "59", "COU": "F", "DAY": "25", "LAT": "50N39", "LON": "3E 5", "MON": "10", "NUM": "296", "PRO": "P", "SEC": "40", "YEA": "1851", "CITY": "DOUAI"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-433"}, "ids-in-source": {"g55": "05-433"}}, "raw": {"DAY": "25-10-1851", "HOUR": "5h. 30", "NAME": "DEMONT Adrien Louis", "PLACE": "Douai (Nord)."}, "date": "2023-08-20T14:48:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9051	depaquit-jules-1872-11-14	{"a4": "299", "g55": "05-434"}	{"g55": "05-434", "lerrcp": "A4-299"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Depaquit", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:46", "date": "1872-11-14 22:30", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.94028, "lat": 49.70187, "name": "Sedan", "geoid": 2975349}, "notime": null, "date-ut": "1872-11-14 22:11:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Depaquit"}, "birth": {"tzo": "+00:19:46", "date": "1872-11-14 22:30", "place": {"c2": "08", "cy": "FR", "lg": 4.94028, "lat": 49.70187, "name": "Sedan", "geoid": 2975349}, "date-ut": "1872-11-14 22:11:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-299"}, "ids-in-sources": {"a4": "299"}}, "raw": {"H": "22", "MN": "11", "TZ": "0", "COD": "08", "COU": "F", "DAY": "14", "LAT": "49N46", "LON": "4E44", "MON": "11", "NUM": "299", "PRO": "P", "SEC": "4", "YEA": "1872", "CITY": "SEDAN"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-434"}, "ids-in-source": {"g55": "05-434"}}, "raw": {"DAY": "14-11-1872", "HOUR": "22 h. 30", "NAME": "DEPAQUIT Jules", "PLACE": "Sedan (Ardennes)."}, "date": "2023-08-20T14:48:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9054	desbrosses-leopold-1821-07-22	{"a4": "302", "g55": "05-436"}	{"g55": "05-436", "lerrcp": "A4-302"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leopold", "family": "Desbrosses", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:16", "date": "1821-07-22 04:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.31491, "lat": 50.28519, "name": "Bouchain", "geoid": 3031380}, "notime": null, "date-ut": "1821-07-22 03:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Leopold", "family": "Desbrosses"}, "birth": {"tzo": "+00:13:16", "date": "1821-07-22 04:00", "place": {"c2": "59", "cy": "FR", "lg": 3.31491, "lat": 50.28519, "name": "Bouchain", "geoid": 3031380}, "date-ut": "1821-07-22 03:47:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-302"}, "ids-in-sources": {"a4": "302"}}, "raw": {"H": "3", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "22", "LAT": "50N39", "LON": "3E 5", "MON": "7", "NUM": "302", "PRO": "P", "SEC": "40", "YEA": "1821", "CITY": "BOUCHAIN"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-436"}, "ids-in-source": {"g55": "05-436"}}, "raw": {"DAY": "22-7-1821", "HOUR": "4 h.", "NAME": "DESBROSSES Léopold", "PLACE": "Bouchain (Nord)."}, "date": "2023-08-20T14:48:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9055	descelles-paul-1851-03-22	{"a4": "303", "g55": "05-437"}	{"g55": "05-437", "lerrcp": "A4-303"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Descelles", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:52", "date": "1851-03-22 03:00", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "Raon-l’Etape", "geoid": 0}, "notime": null, "date-ut": "1851-03-22 02:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Descelles"}, "birth": {"tzo": "+00:25:52", "date": "1851-03-22 03:00", "place": {"c2": "88", "cy": "FR", "lg": 6.46667, "lat": 48.16667, "name": "Raonletape", "geoid": 0}, "date-ut": "1851-03-22 02:34:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-303"}, "ids-in-sources": {"a4": "303"}}, "raw": {"H": "2", "MN": "34", "TZ": "0", "COD": "88", "COU": "F", "DAY": "22", "LAT": "48N10", "LON": "6E28", "MON": "3", "NUM": "303", "PRO": "P", "SEC": "8", "YEA": "1851", "CITY": "RAONLETAPE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Raon-l’Etape"}}, "partial-ids": {"g55": "05-437"}, "ids-in-source": {"g55": "05-437"}}, "raw": {"DAY": "22-3-1851", "HOUR": "3 h.", "NAME": "DESCELLES Paul", "PLACE": "Raon-l’Etape (Vosges)."}, "date": "2023-08-20T14:48:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9058	desjobert-louis-remy-1817-04-16	{"a4": "306", "g55": "05-439"}	{"g55": "05-439", "lerrcp": "A4-306"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis Remy", "family": "Desjobert", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:46", "date": "1817-04-16 04:00", "note": null, "place": {"c1": null, "c2": "36", "c3": null, "cy": "FR", "lg": 1.69362, "lat": 46.81248, "name": "Châteauroux", "geoid": 3026204}, "notime": null, "date-ut": "1817-04-16 03:53:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-306"}, "birth": {"tzo": "+00:06:46", "date": "1817-04-16 04:00", "place": {"c2": "36", "cy": "FR", "lg": 1.69362, "lat": 46.81248, "name": "Châteauroux", "geoid": 3026204}, "date-ut": "1817-04-16 03:53:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-306"}, "ids-in-sources": {"a4": "306"}}, "raw": {"H": "3", "MN": "53", "TZ": "0", "COD": "36", "COU": "F", "DAY": "16", "LAT": "46N49", "LON": "1E41", "MON": "4", "NUM": "306", "PRO": "P", "SEC": "16", "YEA": "1817", "CITY": "CHATEAUROUX"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Louis Remy", "family": "Desjobert", "nobility": ""}, "slug": "desjobert-louis-remy-1817-04-16", "partial-ids": {"g55": "05-439"}, "ids-in-source": {"g55": "05-439"}}, "raw": {"DAY": "16-4-1817", "HOUR": "4 h.", "NAME": "DESJOBERT Louis Remy", "PLACE": "Chateauroux (Indre)."}, "date": "2023-08-20T14:48:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9059	desligneres-andre-1880-09-25	{"a4": "307", "g55": "05-440"}	{"g55": "05-440", "lerrcp": "A4-307"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Desligneres", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:38", "date": "1880-09-25 22:30", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.159, "lat": 46.98956, "name": "Nevers", "geoid": 2990474}, "notime": null, "date-ut": "1880-09-25 22:17:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "André", "family": "Desligneres"}, "birth": {"tzo": "+00:12:38", "date": "1880-09-25 22:30", "place": {"c2": "58", "cy": "FR", "lg": 3.159, "lat": 46.98956, "name": "Nevers", "geoid": 2990474}, "date-ut": "1880-09-25 22:17:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-307"}, "ids-in-sources": {"a4": "307"}}, "raw": {"H": "22", "MN": "17", "TZ": "0", "COD": "58", "COU": "F", "DAY": "25", "LAT": "46N59", "LON": "3E 9", "MON": "9", "NUM": "307", "PRO": "P", "SEC": "24", "YEA": "1880", "CITY": "NEVERS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-440"}, "ids-in-source": {"g55": "05-440"}}, "raw": {"DAY": "25-9-1880", "HOUR": "22 h. 30", "NAME": "DESLIGNERES André", "PLACE": "Nevers (Nièvre)."}, "date": "2023-08-20T14:48:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9049	demory-charles-1833-10-06	{"a4": "297", "g55": "05-441"}	{"g55": "05-441", "lerrcp": "A4-297"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Demory", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:08", "date": "1833-10-06 01:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "notime": null, "date-ut": "1833-10-06 00:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Demory"}, "birth": {"tzo": "+00:11:08", "date": "1833-10-06 01:00", "place": {"c2": "62", "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "date-ut": "1833-10-06 00:48:56"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-297"}, "ids-in-sources": {"a4": "297"}}, "raw": {"H": "0", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "6", "LAT": "50N18", "LON": "2E46", "MON": "10", "NUM": "297", "PRO": "P", "SEC": "56", "YEA": "1833", "CITY": "ARRAS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-441"}, "ids-in-source": {"g55": "05-441"}}, "raw": {"DAY": "6-10-1833", "HOUR": "1 h.", "NAME": "DEMORY Charles Théoph.", "PLACE": "Arras (Pas-de-Calais)."}, "date": "2023-08-20T14:48:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9060	desnoyer-francois-1894-09-30	{"a4": "308", "g55": "05-442"}	{"g55": "05-442", "lerrcp": "A4-308"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Desnoyer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1894-09-30 02:00", "note": null, "place": {"c1": null, "c2": "82", "c3": null, "cy": "FR", "lg": 1.3542, "lat": 44.01759, "name": "Montauban", "geoid": 2993002}, "notime": null, "date-ut": "1894-09-30 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "François", "family": "Desnoyer"}, "birth": {"tzo": "+00:09:21", "date": "1894-09-30 02:00", "place": {"c2": "82", "cy": "FR", "lg": 1.3542, "lat": 44.01759, "name": "Montauban", "geoid": 2993002}, "date-ut": "1894-09-30 01:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-308"}, "ids-in-sources": {"a4": "308"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "82", "COU": "F", "DAY": "30", "LAT": "44N 1", "LON": "1E20", "MON": "9", "NUM": "308", "PRO": "P", "SEC": "40", "YEA": "1894", "CITY": "MONTAUBAN"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-442"}, "ids-in-source": {"g55": "05-442"}}, "raw": {"DAY": "30-9-1894", "HOUR": "2 h.", "NAME": "DESNOYER Francois", "PLACE": "Montauban (Tarn-et-Garonne)."}, "date": "2023-08-20T14:48:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9062	despujols-jean-1886-03-19	{"a4": "310", "g55": "05-444"}	{"g55": "05-444", "lerrcp": "A4-310"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Despujols", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:03:29", "date": "1886-03-19 17:54:07", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.87001, "lat": 44.55174, "name": "Salles", "geoid": 2976384}, "notime": null, "date-ut": "1886-03-19 17:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Despujols"}, "birth": {"tzo": "-00:03:29", "date": "1886-03-19 17:54:07", "place": {"c2": "33", "cy": "FR", "lg": -0.87001, "lat": 44.55174, "name": "Salles", "geoid": 2976384}, "date-ut": "1886-03-19 17:57:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-310"}, "ids-in-sources": {"a4": "310"}}, "raw": {"H": "17", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "19", "LAT": "44N50", "LON": "0W34", "MON": "3", "NUM": "310", "PRO": "P", "SEC": "36", "YEA": "1886", "CITY": "SALLES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-444"}, "ids-in-source": {"g55": "05-444"}}, "raw": {"DAY": "19-3-1886", "HOUR": "18 h.", "NAME": "DESPUJOLS Jean", "PLACE": "Salles (Gironde)."}, "date": "2023-08-20T14:48:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9065	deturck-julien-1862-02-23	{"a4": "313", "g55": "05-445"}	{"g55": "05-445", "lerrcp": "A4-313"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julien", "family": "Deturck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:57", "date": "1862-02-23 02:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 2.73594, "lat": 50.73592, "name": "Bailleul", "geoid": 3035359}, "notime": null, "date-ut": "1862-02-23 01:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Julien", "family": "Deturck"}, "birth": {"tzo": "+00:10:57", "date": "1862-02-23 02:00", "place": {"c2": "59", "cy": "FR", "lg": 2.73594, "lat": 50.73592, "name": "Bailleul", "geoid": 3035359}, "date-ut": "1862-02-23 01:47:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-313"}, "ids-in-sources": {"a4": "313"}}, "raw": {"H": "1", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "23", "LAT": "50N39", "LON": "3E 5", "MON": "2", "NUM": "313", "PRO": "P", "SEC": "40", "YEA": "1862", "CITY": "BAILLEUL"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-445"}, "ids-in-source": {"g55": "05-445"}}, "raw": {"DAY": "23-2-1862", "HOUR": "2 h.", "NAME": "DETURCK Julien Jules", "PLACE": "Bailleul (Nord)."}, "date": "2023-08-20T14:48:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9064	dethomas-maxime-1867-10-13	{"a4": "312", "g55": "05-446"}	{"g55": "05-446", "lerrcp": "A4-312"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maxime", "family": "Dethomas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08", "date": "1867-10-13 22:45", "note": null, "place": {"c1": null, "c2": "95", "c3": null, "cy": "FR", "lg": 2, "lat": 49, "name": "Garges-les-Gonesse", "geoid": 0}, "notime": null, "date-ut": "1867-10-13 22:37"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Maxime", "family": "Dethomas"}, "birth": {"tzo": "+00:08", "date": "1867-10-13 22:45", "place": {"c2": "95", "cy": "FR", "lg": 2, "lat": 49, "name": "Gargeslesgoness", "geoid": 0}, "date-ut": "1867-10-13 22:37"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-312"}, "ids-in-sources": {"a4": "312"}}, "raw": {"H": "22", "MN": "37", "TZ": "0", "COD": "95", "COU": "F", "DAY": "13", "LAT": "49N 0", "LON": "2E 0", "MON": "10", "NUM": "312", "PRO": "P", "SEC": "0", "YEA": "1867", "CITY": "GARGESLESGONESS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Garges-les-Gonesse"}}, "partial-ids": {"g55": "05-446"}, "ids-in-source": {"g55": "05-446"}}, "raw": {"DAY": "13-10-1867", "HOUR": "22 h. 45", "NAME": "DETHOMAS Maxime", "PLACE": "Garges-les-Gonesse (S.-O.)."}, "date": "2023-08-20T14:48:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9067	devedeux-louis-1820-07-08	{"a4": "315", "g55": "05-448"}	{"g55": "05-448", "lerrcp": "A4-315"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Devedeux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:21", "date": "1820-07-08 17:00", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "notime": null, "date-ut": "1820-07-08 16:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Devedeux"}, "birth": {"tzo": "+00:12:21", "date": "1820-07-08 17:00", "place": {"c2": "63", "cy": "FR", "lg": 3.08682, "lat": 45.77969, "name": "Clermont-Ferrand", "geoid": 3024635}, "date-ut": "1820-07-08 16:47:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-315"}, "ids-in-sources": {"a4": "315"}}, "raw": {"H": "16", "MN": "47", "TZ": "0", "COD": "63", "COU": "F", "DAY": "8", "LAT": "45N47", "LON": "3E 5", "MON": "7", "NUM": "315", "PRO": "P", "SEC": "40", "YEA": "1820", "CITY": "CLERMONT-FERRAND"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-448"}, "ids-in-source": {"g55": "05-448"}}, "raw": {"DAY": "8-7-1820", "HOUR": "17 h.", "NAME": "DEVEDEUX Louis", "PLACE": "Clermont-Ferrand (Puy-de-Dôme)."}, "date": "2023-08-20T14:48:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9070	deyrieux-georges-1820-12-27	{"a4": "318", "g55": "05-450"}	{"g55": "05-450", "lerrcp": "A4-318"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Deyrieux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:08", "date": "1820-12-27 04:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.78207, "lat": 45.63232, "name": "Millery", "geoid": 2993864}, "notime": null, "date-ut": "1820-12-27 03:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Deyrieux"}, "birth": {"tzo": "+00:19:08", "date": "1820-12-27 04:00", "place": {"c2": "69", "cy": "FR", "lg": 4.78207, "lat": 45.63232, "name": "Millery", "geoid": 2993864}, "date-ut": "1820-12-27 03:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-318"}, "ids-in-sources": {"a4": "318"}}, "raw": {"H": "3", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "27", "LAT": "45N46", "LON": "4E50", "MON": "12", "NUM": "318", "PRO": "P", "SEC": "40", "YEA": "1820", "CITY": "MILLERY"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-450"}, "ids-in-source": {"g55": "05-450"}}, "raw": {"DAY": "27-12-1820", "HOUR": "4 h.", "NAME": "DEYRIEUX Georges", "PLACE": "Millery (Rhône)."}, "date": "2023-08-20T14:48:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9077	donzel-charles-1824-01-28	{"a4": "325", "g55": "05-453"}	{"g55": "05-453", "lerrcp": "A4-325"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Donzel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:04", "date": "1824-01-28 01:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1824-01-28 00:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Donzel"}, "birth": {"tzo": "+00:24:04", "date": "1824-01-28 01:00", "place": {"c2": "25", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1824-01-28 00:35:52"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-325"}, "ids-in-sources": {"a4": "325"}}, "raw": {"H": "0", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "28", "LAT": "47N15", "LON": "6E 2", "MON": "1", "NUM": "325", "PRO": "P", "SEC": "52", "YEA": "1824", "CITY": "BESANCON"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-453"}, "ids-in-source": {"g55": "05-453"}}, "raw": {"DAY": "28-1-1824", "HOUR": "1 h.", "NAME": "DONZEL Charles-Marie", "PLACE": "Besançon (Doubs)."}, "date": "2023-08-20T14:48:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9080	doucet-henri-1883-12-16	{"a4": "328", "g55": "05-454"}	{"g55": "05-454", "lerrcp": "A4-328"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Doucet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:03:04", "date": "1883-12-16 16:00", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.76592, "lat": 46.73754, "name": "Pleumartin", "geoid": 2986765}, "notime": null, "date-ut": "1883-12-16 15:58:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Doucet"}, "birth": {"tzo": "+00:03:04", "date": "1883-12-16 16:00", "place": {"c2": "86", "cy": "FR", "lg": 0.76592, "lat": 46.73754, "name": "Pleumartin", "geoid": 2986765}, "date-ut": "1883-12-16 15:58:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-328"}, "ids-in-sources": {"a4": "328"}}, "raw": {"H": "15", "MN": "58", "TZ": "0", "COD": "86", "COU": "F", "DAY": "16", "LAT": "46N35", "LON": "0E20", "MON": "12", "NUM": "328", "PRO": "P", "SEC": "40", "YEA": "1883", "CITY": "PLEUMARTIN"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-454"}, "ids-in-source": {"g55": "05-454"}}, "raw": {"DAY": "16-12-1883", "HOUR": "16 h.", "NAME": "DOUCET Henri Augustin", "PLACE": "Pleumartin (Vienne)."}, "date": "2023-08-20T14:48:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9084	dramard-georges-1838-06-23	{"a4": "332", "g55": "05-456"}	{"g55": "05-456", "lerrcp": "A4-332"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Dramard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:28", "date": "1838-06-23 13:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.36667, "lat": 49.18333, "name": "Bretteville-sur-Dives", "geoid": 0}, "notime": null, "date-ut": "1838-06-23 13:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Dramard"}, "birth": {"tzo": "-00:01:28", "date": "1838-06-23 13:00", "place": {"c2": "14", "cy": "FR", "lg": -0.36667, "lat": 49.18333, "name": "Brettevillesdiv", "geoid": 0}, "date-ut": "1838-06-23 13:01:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-332"}, "ids-in-sources": {"a4": "332"}}, "raw": {"H": "13", "MN": "1", "TZ": "0", "COD": "14", "COU": "F", "DAY": "23", "LAT": "49N11", "LON": "0W22", "MON": "6", "NUM": "332", "PRO": "P", "SEC": "28", "YEA": "1838", "CITY": "BRETTEVILLESDIV"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Bretteville-sur-Dives"}}, "partial-ids": {"g55": "05-456"}, "ids-in-source": {"g55": "05-456"}}, "raw": {"DAY": "23-6-1838", "HOUR": "13 h.", "NAME": "DRAMARD Georges (de)", "PLACE": "Bretteville-sur-Dives (Calv.)."}, "date": "2023-08-20T14:48:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9085	drouard-maurice-1884-12-25	{"a4": "333", "g55": "05-457"}	{"g55": "05-457", "lerrcp": "A4-333"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Drouard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:56", "date": "1884-12-25 19:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Choisy-le-Roi", "geoid": 0}, "notime": null, "date-ut": "1884-12-25 18:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Drouard"}, "birth": {"tzo": "+00:09:56", "date": "1884-12-25 19:00", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Choisyleroi", "geoid": 0}, "date-ut": "1884-12-25 18:50:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-333"}, "ids-in-sources": {"a4": "333"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "25", "LAT": "48N47", "LON": "2E29", "MON": "12", "NUM": "333", "PRO": "P", "SEC": "4", "YEA": "1884", "CITY": "CHOISYLEROI"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Choisy-le-Roi"}}, "partial-ids": {"g55": "05-457"}, "ids-in-source": {"g55": "05-457"}}, "raw": {"DAY": "25-12-1884", "HOUR": "19 h.", "NAME": "DROUARD Maurice Rapha.", "PLACE": "Choisy-le-Roi (Seine)."}, "date": "2023-08-20T14:48:46+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9087	druet-antoine-1857-08-12	{"a4": "335", "g55": "05-459"}	{"g55": "05-459", "lerrcp": "A4-335"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Druet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:36", "date": "1857-08-12 07:00", "note": null, "place": {"c1": null, "c2": "70", "c3": null, "cy": "FR", "lg": 6.15, "lat": 47.61667, "name": "Essertenne", "geoid": 0}, "notime": null, "date-ut": "1857-08-12 06:35:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Druet"}, "birth": {"tzo": "+00:24:36", "date": "1857-08-12 07:00", "place": {"c2": "70", "cy": "FR", "lg": 6.15, "lat": 47.61667, "name": "Essertenne", "geoid": 0}, "date-ut": "1857-08-12 06:35:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-335"}, "ids-in-sources": {"a4": "335"}}, "raw": {"H": "6", "MN": "35", "TZ": "0", "COD": "70", "COU": "F", "DAY": "12", "LAT": "47N37", "LON": "6E 9", "MON": "8", "NUM": "335", "PRO": "P", "SEC": "24", "YEA": "1857", "CITY": "ESSERTENNE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Essertenne"}}, "partial-ids": {"g55": "05-459"}, "ids-in-source": {"g55": "05-459"}}, "raw": {"DAY": "12-8-1857", "HOUR": "7 h.", "NAME": "DRUET Antoine", "PLACE": "Essertenne (Haute-Saône)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9089	dubois-henri-1837-02-27	{"a4": "337", "g55": "05-460"}	{"g55": "05-460", "lerrcp": "A4-337"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Dubois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:17", "date": "1837-02-27 12:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.56885, "lat": 47.19058, "name": "Rezé", "geoid": 2983770}, "notime": null, "date-ut": "1837-02-27 12:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Dubois"}, "birth": {"tzo": "-00:06:17", "date": "1837-02-27 12:00", "place": {"c2": "44", "cy": "FR", "lg": -1.56885, "lat": 47.19058, "name": "Rezé", "geoid": 2983770}, "date-ut": "1837-02-27 12:06:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-337"}, "ids-in-sources": {"a4": "337"}}, "raw": {"H": "12", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "27", "LAT": "47N13", "LON": "1W35", "MON": "2", "NUM": "337", "PRO": "P", "SEC": "20", "YEA": "1837", "CITY": "REZE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-460"}, "ids-in-source": {"g55": "05-460"}}, "raw": {"DAY": "27-2-1837", "HOUR": "12 h.", "NAME": "DUBOIS Henri Pierre", "PLACE": "Rezé (Loire-Inférieure)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9090	dubois-paul-1886-10-29	{"a4": "338", "g55": "05-461"}	{"g55": "05-461", "lerrcp": "A4-338"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Dubois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:08", "date": "1886-10-29 23:30", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.03333, "lat": 47.25, "name": "Colombier-Chatelot", "geoid": 0}, "notime": null, "date-ut": "1886-10-29 23:05:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Dubois"}, "birth": {"tzo": "+00:24:08", "date": "1886-10-29 23:30", "place": {"c2": "25", "cy": "FR", "lg": 6.03333, "lat": 47.25, "name": "Colombierchatel", "geoid": 0}, "date-ut": "1886-10-29 23:05:52"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-338"}, "ids-in-sources": {"a4": "338"}}, "raw": {"H": "23", "MN": "5", "TZ": "0", "COD": "25", "COU": "F", "DAY": "29", "LAT": "47N15", "LON": "6E 2", "MON": "10", "NUM": "338", "PRO": "P", "SEC": "52", "YEA": "1886", "CITY": "COLOMBIERCHATEL"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Colombier-Chatelot"}}, "partial-ids": {"g55": "05-461"}, "ids-in-source": {"g55": "05-461"}}, "raw": {"DAY": "29-10-1886", "HOUR": "23 h. 30", "NAME": "DUBOIS Paul Elie", "PLACE": "Colombier-Chatelot (Doubs)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9092	dubourg-louis-1821-02-26	{"a4": "340", "g55": "05-463"}	{"g55": "05-463", "lerrcp": "A4-340"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Dubourg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:56", "date": "1821-02-26 22:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": 0.23294, "lat": 49.41985, "name": "Honfleur", "geoid": 3013173}, "notime": null, "date-ut": "1821-02-26 22:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Dubourg"}, "birth": {"tzo": "+00:00:56", "date": "1821-02-26 22:00", "place": {"c2": "14", "cy": "FR", "lg": 0.23294, "lat": 49.41985, "name": "Honfleur", "geoid": 3013173}, "date-ut": "1821-02-26 22:01:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-340"}, "ids-in-sources": {"a4": "340"}}, "raw": {"H": "22", "MN": "1", "TZ": "0", "COD": "14", "COU": "F", "DAY": "26", "LAT": "49N11", "LON": "0W22", "MON": "2", "NUM": "340", "PRO": "P", "SEC": "28", "YEA": "1821", "CITY": "HONFLEUR"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-463"}, "ids-in-source": {"g55": "05-463"}}, "raw": {"DAY": "26-2-1821", "HOUR": "22 h.", "NAME": "DUBOURG Louis Alexand.", "PLACE": "Honfleur (Calvados)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9096	ducaruge-leon-1843-02-14	{"a4": "344", "g55": "05-465"}	{"g55": "05-465", "lerrcp": "A4-344"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Ducaruge", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:32", "date": "1843-02-14 10:00", "note": null, "place": {"c1": null, "c2": "43", "c3": null, "cy": "FR", "lg": 3.88333, "lat": 45.05, "name": "Lavoûte-Chilhac", "geoid": 0}, "notime": null, "date-ut": "1843-02-14 09:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Ducaruge"}, "birth": {"tzo": "+00:15:32", "date": "1843-02-14 10:00", "place": {"c2": "43", "cy": "FR", "lg": 3.88333, "lat": 45.05, "name": "Lavoutechilhac", "geoid": 0}, "date-ut": "1843-02-14 09:44:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-344"}, "ids-in-sources": {"a4": "344"}}, "raw": {"H": "9", "MN": "44", "TZ": "0", "COD": "43", "COU": "F", "DAY": "14", "LAT": "45N 3", "LON": "3E53", "MON": "2", "NUM": "344", "PRO": "P", "SEC": "28", "YEA": "1843", "CITY": "LAVOUTECHILHAC"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Lavoûte-Chilhac"}}, "partial-ids": {"g55": "05-465"}, "ids-in-source": {"g55": "05-465"}}, "raw": {"DAY": "14-2-1843", "HOUR": "10 h.", "NAME": "DUCARUGE Léon Pierre", "PLACE": "Lavoûte-Chilhac (Hte-Loire)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9097	duchene-etienne-1813-04-12	{"a4": "345", "g55": "05-466"}	{"g55": "05-466", "lerrcp": "A4-345"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Duchene", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:20", "date": "1813-04-12 15:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "St-Georges-de-Reneins", "geoid": 0}, "notime": null, "date-ut": "1813-04-12 14:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Duchene"}, "birth": {"tzo": "+00:19:20", "date": "1813-04-12 15:00", "place": {"c2": "69", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Stgeorgesderene", "geoid": 0}, "date-ut": "1813-04-12 14:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-345"}, "ids-in-sources": {"a4": "345"}}, "raw": {"H": "14", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "12", "LAT": "45N46", "LON": "4E50", "MON": "4", "NUM": "345", "PRO": "P", "SEC": "40", "YEA": "1813", "CITY": "STGEORGESDERENE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "St-Georges-de-Reneins"}}, "partial-ids": {"g55": "05-466"}, "ids-in-source": {"g55": "05-466"}}, "raw": {"DAY": "12-4-1813", "HOUR": "15 h.", "NAME": "DUCHENE Etienne", "PLACE": "St-Georges-de-Reneins (Rhône)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
24285	ducornet-louis-joseph-1806-01-11	{"g55": "05-467"}	{"g55": "05-467"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis Joseph", "family": "Ducornet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1806-01-11 24:00", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lille", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis Joseph", "family": "Ducornet", "nobility": ""}, "birth": {"date": "1806-01-11 24:00", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Lille"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "05-467"}}, "raw": {"DAY": "11-1-1806", "HOUR": "24 h.", "NAME": "DUCORNET Louis Joseph", "PLACE": "Lille (Nord)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9105	duhem-henri-1860-04-07	{"a4": "353", "g55": "05-468"}	{"g55": "05-468", "lerrcp": "A4-353"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Duhem", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:19", "date": "1860-04-07 03:20", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "notime": null, "date-ut": "1860-04-07 03:07:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Duhem"}, "birth": {"tzo": "+00:12:19", "date": "1860-04-07 03:20", "place": {"c2": "59", "cy": "FR", "lg": 3.07922, "lat": 50.37069, "name": "Douai", "geoid": 3021000}, "date-ut": "1860-04-07 03:07:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-353"}, "ids-in-sources": {"a4": "353"}}, "raw": {"H": "3", "MN": "7", "TZ": "0", "COD": "59", "COU": "F", "DAY": "7", "LAT": "50N39", "LON": "3E 5", "MON": "4", "NUM": "353", "PRO": "P", "SEC": "40", "YEA": "1860", "CITY": "DOUAI"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-468"}, "ids-in-source": {"g55": "05-468"}}, "raw": {"DAY": "7-4-1860", "HOUR": "3 h. 20", "NAME": "DUHEM Henri Aime", "PLACE": "Douai (Nord)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9110	dupuis-daniel-1849-02-15	{"a4": "358", "g55": "05-469"}	{"g55": "05-469", "lerrcp": "A4-358"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "Dupuis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:19", "date": "1849-02-15 12:00", "note": null, "place": {"c1": null, "c2": "41", "c3": null, "cy": "FR", "lg": 1.32912, "lat": 47.59432, "name": "Blois", "geoid": 3032213}, "notime": null, "date-ut": "1849-02-15 11:54:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Daniel", "family": "Dupuis"}, "birth": {"tzo": "+00:05:19", "date": "1849-02-15 12:00", "place": {"c2": "41", "cy": "FR", "lg": 1.32912, "lat": 47.59432, "name": "Blois", "geoid": 3032213}, "date-ut": "1849-02-15 11:54:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-358"}, "ids-in-sources": {"a4": "358"}}, "raw": {"H": "11", "MN": "54", "TZ": "0", "COD": "41", "COU": "F", "DAY": "15", "LAT": "47N35", "LON": "1E20", "MON": "2", "NUM": "358", "PRO": "P", "SEC": "40", "YEA": "1849", "CITY": "BLOIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-469"}, "ids-in-source": {"g55": "05-469"}}, "raw": {"DAY": "15-2-1849", "HOUR": "12 h.", "NAME": "DUPUIS Daniel Jean", "PLACE": "Blois (Loir-et-Cher)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9112	dupuy-paul-1869-03-24	{"a4": "360", "g55": "05-471"}	{"g55": "05-471", "lerrcp": "A4-360"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Dupuy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:25", "date": "1869-03-24 03:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "notime": null, "date-ut": "1869-03-24 03:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Dupuy"}, "birth": {"tzo": "-00:01:25", "date": "1869-03-24 03:00", "place": {"c2": "64", "cy": "FR", "lg": -0.35583, "lat": 43.31117, "name": "Pau", "geoid": 2988358}, "date-ut": "1869-03-24 03:01:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-360"}, "ids-in-sources": {"a4": "360"}}, "raw": {"H": "3", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "24", "LAT": "43N18", "LON": "0W22", "MON": "3", "NUM": "360", "PRO": "P", "SEC": "28", "YEA": "1869", "CITY": "PAU"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-471"}, "ids-in-source": {"g55": "05-471"}}, "raw": {"DAY": "24-3-1869", "HOUR": "3 h.", "NAME": "DUPUY Paul Michel", "PLACE": "Pau (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9115	dusouchet-pierre-1876-04-25	{"a4": "363", "g55": "05-473"}	{"g55": "05-473", "lerrcp": "A4-363"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Dusouchet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1876-04-25 17:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1876-04-25 16:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Dusouchet"}, "birth": {"tzo": "+00:08:32", "date": "1876-04-25 17:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1876-04-25 16:51:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-363"}, "ids-in-sources": {"a4": "363"}}, "raw": {"H": "16", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "25", "LAT": "48N50", "LON": "2E 8", "MON": "4", "NUM": "363", "PRO": "P", "SEC": "28", "YEA": "1876", "CITY": "VERSAILLES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-473"}, "ids-in-source": {"g55": "05-473"}}, "raw": {"DAY": "25-4-1876", "HOUR": "17 h.", "NAME": "DUSOUCHET Pierre Léon", "PLACE": "Versailles (Seine-et-Oise)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9120	duvent-charles-1867-06-26	{"a4": "368", "g55": "05-474"}	{"g55": "05-474", "lerrcp": "A4-368"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Duvent", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:20", "date": "1867-06-26 01:00", "note": null, "place": {"c1": null, "c2": "52", "c3": null, "cy": "FR", "lg": 5.33308, "lat": 47.86263, "name": "Langres", "geoid": 3007680}, "notime": null, "date-ut": "1867-06-26 00:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Duvent"}, "birth": {"tzo": "+00:21:20", "date": "1867-06-26 01:00", "place": {"c2": "52", "cy": "FR", "lg": 5.33308, "lat": 47.86263, "name": "Langres", "geoid": 3007680}, "date-ut": "1867-06-26 00:39:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-368"}, "ids-in-sources": {"a4": "368"}}, "raw": {"H": "0", "MN": "39", "TZ": "0", "COD": "52", "COU": "F", "DAY": "26", "LAT": "48N 7", "LON": "5E 8", "MON": "6", "NUM": "368", "PRO": "P", "SEC": "28", "YEA": "1867", "CITY": "LANGRES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-474"}, "ids-in-source": {"g55": "05-474"}}, "raw": {"DAY": "26-6-1867", "HOUR": "1 h.", "NAME": "DUVENT Charles Jules", "PLACE": "Langres (Haute-Marne)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9122	enjolras-delphin-1865-05-13	{"a4": "370", "g55": "05-476"}	{"g55": "05-476", "lerrcp": "A4-370"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Delphin", "family": "Enjolras", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:53", "date": "1865-05-13 23:00", "note": null, "place": {"c1": null, "c2": "07", "c3": null, "cy": "FR", "lg": 3.97125, "lat": 44.80349, "name": "Coucouron", "geoid": 3023367}, "notime": null, "date-ut": "1865-05-13 22:41:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Delphin", "family": "Enjolras"}, "birth": {"tzo": "+00:15:53", "date": "1865-05-13 23:00", "place": {"c2": "07", "cy": "FR", "lg": 3.97125, "lat": 44.80349, "name": "Coucouron", "geoid": 3023367}, "date-ut": "1865-05-13 22:41:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-370"}, "ids-in-sources": {"a4": "370"}}, "raw": {"H": "22", "MN": "41", "TZ": "0", "COD": "07", "COU": "F", "DAY": "13", "LAT": "44N44", "LON": "4E36", "MON": "5", "NUM": "370", "PRO": "P", "SEC": "36", "YEA": "1865", "CITY": "COUCOURON"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-476"}, "ids-in-source": {"g55": "05-476"}}, "raw": {"DAY": "13-5-1865", "HOUR": "23 h.", "NAME": "\\fENJOLRAS Delphin", "PLACE": "Coucouron (Ardèche)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9124	erlanger-rodolphe-1872-06-07	{"a4": "372", "g55": "05-478"}	{"g55": "05-478", "lerrcp": "A4-372"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rodolphe", "family": "Erlanger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:44", "date": "1872-06-07 03:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Boulogne-sur-Seine", "geoid": 0}, "notime": null, "date-ut": "1872-06-07 02:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Rodolphe", "family": "Erlanger"}, "birth": {"tzo": "+00:08:44", "date": "1872-06-07 03:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Boulogne-Billanc", "geoid": 0}, "date-ut": "1872-06-07 02:51:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-372"}, "ids-in-sources": {"a4": "372"}}, "raw": {"H": "2", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "7", "LAT": "48N50", "LON": "2E11", "MON": "6", "NUM": "372", "PRO": "P", "SEC": "16", "YEA": "1872", "CITY": "BOULOGNE-BILLANC"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Boulogne-sur-Seine"}}, "partial-ids": {"g55": "05-478"}, "ids-in-source": {"g55": "05-478"}}, "raw": {"DAY": "7-6-1872", "HOUR": "3 h.", "NAME": "ERLANGER Rodolphe", "PLACE": "Boulogne-sur-Seine (Seine)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9127	esteve-maurice-1904-05-02	{"a4": "375", "g55": "05-480"}	{"g55": "05-480", "lerrcp": "A4-375"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Esteve", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1904-05-02 21:00", "note": null, "place": {"c1": null, "c2": "18", "c3": null, "cy": "FR", "lg": 2.34962, "lat": 46.54857, "name": "Culan", "geoid": 3022107}, "notime": null, "date-ut": "1904-05-02 20:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Esteve"}, "birth": {"tzo": "+00:09:21", "date": "1904-05-02 21:00", "place": {"c2": "18", "cy": "FR", "lg": 2.34962, "lat": 46.54857, "name": "Culan", "geoid": 3022107}, "date-ut": "1904-05-02 20:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-375"}, "ids-in-sources": {"a4": "375"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "18", "COU": "F", "DAY": "2", "LAT": "47N 5", "LON": "2E23", "MON": "5", "NUM": "375", "PRO": "P", "SEC": "40", "YEA": "1904", "CITY": "CULAN"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-480"}, "ids-in-source": {"g55": "05-480"}}, "raw": {"DAY": "2-5-1904", "HOUR": "21 h.", "NAME": "ESTEVE Maurice", "PLACE": "Culan (Cher)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9130	eve-jean-1900-10-06	{"a4": "378", "g55": "05-482"}	{"g55": "05-482", "lerrcp": "A4-378"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Eve", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-10-06 00:03", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.28108, "lat": 50.35961, "name": "Somain", "geoid": 2974324}, "notime": null, "date-ut": "1900-10-05 23:53:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-378"}, "birth": {"tzo": "+00:09:21", "date": "1900-10-06 00:03", "place": {"c2": "59", "cy": "FR", "lg": 3.28108, "lat": 50.35961, "name": "Somain", "geoid": 2974324}, "date-ut": "1900-10-05 23:53:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-378"}, "ids-in-sources": {"a4": "378"}}, "raw": {"H": "23", "MN": "53", "TZ": "0", "COD": "59", "COU": "F", "DAY": "5", "LAT": "50N39", "LON": "3E 5", "MON": "10", "NUM": "378", "PRO": "P", "SEC": "40", "YEA": "1900", "CITY": "SOMAIN"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Jean", "family": "Eve", "nobility": ""}, "slug": "eve-jean-1900-10-06", "partial-ids": {"g55": "05-482"}, "ids-in-source": {"g55": "05-482"}}, "raw": {"DAY": "6-10-1900", "HOUR": "0 h. 03", "NAME": "EVE Jean", "PLACE": "Somain (Nord)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9135	falize-andre-1872-05-21	{"a4": "383", "g55": "05-484"}	{"g55": "05-484", "lerrcp": "A4-383"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Falize", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:40", "date": "1872-05-21 18:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Montereau", "geoid": 0}, "notime": null, "date-ut": "1872-05-21 17:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "André", "family": "Falize"}, "birth": {"tzo": "+00:10:40", "date": "1872-05-21 18:00", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Montereau", "geoid": 0}, "date-ut": "1872-05-21 17:49:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-383"}, "ids-in-sources": {"a4": "383"}}, "raw": {"H": "17", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "21", "LAT": "48N33", "LON": "2E40", "MON": "5", "NUM": "383", "PRO": "P", "SEC": "20", "YEA": "1872", "CITY": "MONTEREAU"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Montereau"}}, "partial-ids": {"g55": "05-484"}, "ids-in-source": {"g55": "05-484"}}, "raw": {"DAY": "21-5-1872", "HOUR": "18 h.", "NAME": "FALIZE André", "PLACE": "Montereau (Seine-et-Marne)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9132	faivre-antoine-1830-05-24	{"a4": "380", "g55": "05-485"}	{"g55": "05-485", "lerrcp": "A4-380"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Faivre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:04", "date": "1830-05-24 23:30", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1830-05-24 23:05:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Faivre"}, "birth": {"tzo": "+00:24:04", "date": "1830-05-24 23:30", "place": {"c2": "25", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1830-05-24 23:05:52"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-380"}, "ids-in-sources": {"a4": "380"}}, "raw": {"H": "23", "MN": "5", "TZ": "0", "COD": "25", "COU": "F", "DAY": "24", "LAT": "47N15", "LON": "6E 2", "MON": "5", "NUM": "380", "PRO": "P", "SEC": "52", "YEA": "1830", "CITY": "BESANCON"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-485"}, "ids-in-source": {"g55": "05-485"}}, "raw": {"DAY": "24-5-1830", "HOUR": "23 h. 30", "NAME": "FAIVRE Antoine Jean", "PLACE": "Besançon (Doubs)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9137	fanart-clement-1831-01-17	{"a4": "385", "g55": "05-487"}	{"g55": "05-487", "lerrcp": "A4-385"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Clément", "family": "Fanart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:04", "date": "1831-01-17 20:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1831-01-17 19:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Clément", "family": "Fanart"}, "birth": {"tzo": "+00:24:04", "date": "1831-01-17 20:00", "place": {"c2": "25", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1831-01-17 19:35:52"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-385"}, "ids-in-sources": {"a4": "385"}}, "raw": {"H": "19", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "17", "LAT": "47N15", "LON": "6E 2", "MON": "1", "NUM": "385", "PRO": "P", "SEC": "52", "YEA": "1831", "CITY": "BESANCON"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-487"}, "ids-in-source": {"g55": "05-487"}}, "raw": {"DAY": "17-1-1831", "HOUR": "20 h.", "NAME": "FANART Clément Alphon.", "PLACE": "Besançon (Doubs)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9140	faure-eugene-1822-08-23	{"a4": "388", "g55": "05-488"}	{"g55": "05-488", "lerrcp": "A4-388"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Faure", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:44", "date": "1822-08-23 01:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.6821, "lat": 45.16809, "name": "Seyssinet", "geoid": 2974646}, "notime": null, "date-ut": "1822-08-23 00:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Faure"}, "birth": {"tzo": "+00:22:44", "date": "1822-08-23 01:00", "place": {"c2": "38", "cy": "FR", "lg": 5.6821, "lat": 45.16809, "name": "Seyssinet", "geoid": 2974646}, "date-ut": "1822-08-23 00:37:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-388"}, "ids-in-sources": {"a4": "388"}}, "raw": {"H": "0", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "23", "LAT": "45N11", "LON": "5E43", "MON": "8", "NUM": "388", "PRO": "P", "SEC": "8", "YEA": "1822", "CITY": "SEYSSINET"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-488"}, "ids-in-source": {"g55": "05-488"}}, "raw": {"DAY": "23-8-1822", "HOUR": "1 h.", "NAME": "FAURE Eugène", "PLACE": "Seyssinet (Isère)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9143	fernaud-trochain-jean-1879-02-21	{"a4": "391", "g55": "05-489"}	{"g55": "05-489", "lerrcp": "A4-391"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Fernaud-Trochain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:44", "date": "1879-02-21 18:30", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Rueil", "geoid": 0}, "notime": null, "date-ut": "1879-02-21 18:21:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Fernaud-Trochain"}, "birth": {"tzo": "+00:08:44", "date": "1879-02-21 18:30", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Rueil", "geoid": 0}, "date-ut": "1879-02-21 18:21:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-391"}, "ids-in-sources": {"a4": "391"}}, "raw": {"H": "18", "MN": "21", "TZ": "0", "COD": "92", "COU": "F", "DAY": "21", "LAT": "48N50", "LON": "2E11", "MON": "2", "NUM": "391", "PRO": "P", "SEC": "16", "YEA": "1879", "CITY": "RUEIL"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Rueil"}}, "partial-ids": {"g55": "05-489"}, "ids-in-source": {"g55": "05-489"}}, "raw": {"DAY": "21-2-1879", "HOUR": "18 h. 30", "NAME": "FERNAUD-TROCHAIN Jean", "PLACE": "Rueil (Seine-et-Oise)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9144	feron-julien-hippol-1864-09-14	{"a4": "392", "g55": "05-491"}	{"g55": "05-491", "lerrcp": "A4-392"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julien Hippol.", "family": "Feron", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:20", "date": "1864-09-14 01:30", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.08333, "lat": 49.43333, "name": "Saint-Jean-du-Cardonnay", "geoid": 0}, "notime": null, "date-ut": "1864-09-14 01:25:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-392"}, "birth": {"tzo": "+00:04:20", "date": "1864-09-14 01:30", "place": {"c2": "76", "cy": "FR", "lg": 1.08333, "lat": 49.43333, "name": "Stjeanducardonn", "geoid": 0}, "date-ut": "1864-09-14 01:25:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-392"}, "ids-in-sources": {"a4": "392"}}, "raw": {"H": "1", "MN": "25", "TZ": "0", "COD": "76", "COU": "F", "DAY": "14", "LAT": "49N26", "LON": "1E 5", "MON": "9", "NUM": "392", "PRO": "P", "SEC": "40", "YEA": "1864", "CITY": "STJEANDUCARDONN"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Julien Hippol.", "family": "Feron", "nobility": ""}, "slug": "feron-julien-hippol-1864-09-14", "birth": {"place": {"name": "Saint-Jean-du-Cardonnay"}}, "partial-ids": {"g55": "05-491"}, "ids-in-source": {"g55": "05-491"}}, "raw": {"DAY": "14-9-1864", "HOUR": "1 h. 30", "NAME": "FERON Julien Hippol.", "PLACE": "Saint-Jean-du-Cardonnay (Seine-Inférieure)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9149	fillon-arthur-1900-10-27	{"a4": "397", "g55": "05-493"}	{"g55": "05-493", "lerrcp": "A4-397"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Fillon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-10-27 13:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 2.51478, "lat": 47.8895, "name": "Lorris", "geoid": 2997547}, "notime": null, "date-ut": "1900-10-27 12:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Fillon"}, "birth": {"tzo": "+00:09:21", "date": "1900-10-27 13:00", "place": {"c2": "45", "cy": "FR", "lg": 2.51478, "lat": 47.8895, "name": "Lorris", "geoid": 2997547}, "date-ut": "1900-10-27 12:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-397"}, "ids-in-sources": {"a4": "397"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "45", "COU": "F", "DAY": "27", "LAT": "47N54", "LON": "1E54", "MON": "10", "NUM": "397", "PRO": "P", "SEC": "40", "YEA": "1900", "CITY": "LORRIS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-493"}, "ids-in-source": {"g55": "05-493"}}, "raw": {"DAY": "27-10-1900", "HOUR": "13 h.", "NAME": "FILLON Arthur", "PLACE": "Lorris (Loiret)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9151	flameng-marie-1843-07-17	{"a4": "399", "g55": "05-495"}	{"g55": "05-495", "lerrcp": "A4-399"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Flameng", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1843-07-17 18:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Jouy-aux-Arches", "geoid": 0}, "notime": null, "date-ut": "1843-07-17 17:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Flameng"}, "birth": {"tzo": "+00:24:44", "date": "1843-07-17 18:00", "place": {"c2": "57", "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Jouyauxarches", "geoid": 0}, "date-ut": "1843-07-17 17:35:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-399"}, "ids-in-sources": {"a4": "399"}}, "raw": {"H": "17", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "17", "LAT": "49N 7", "LON": "6E11", "MON": "7", "NUM": "399", "PRO": "P", "SEC": "16", "YEA": "1843", "CITY": "JOUYAUXARCHES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Jouy-aux-Arches"}}, "partial-ids": {"g55": "05-495"}, "ids-in-source": {"g55": "05-495"}}, "raw": {"DAY": "17-7-1843", "HOUR": "18 h.", "NAME": "FLAMENG Marie-Auguste", "PLACE": "Jouy-aux-Arches (Moselle)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9156	fleury-pierre-1900-07-06	{"a4": "404", "g55": "05-496"}	{"g55": "05-496", "lerrcp": "A4-404"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Fleury", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-07-06 18:30", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Boulogne-sur-Seine", "geoid": 0}, "notime": null, "date-ut": "1900-07-06 18:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Fleury"}, "birth": {"tzo": "+00:09:21", "date": "1900-07-06 18:30", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Boulogne-Billanc", "geoid": 0}, "date-ut": "1900-07-06 18:20:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-404"}, "ids-in-sources": {"a4": "404"}}, "raw": {"H": "18", "MN": "20", "TZ": "0", "COD": "92", "COU": "F", "DAY": "6", "LAT": "48N50", "LON": "2E11", "MON": "7", "NUM": "404", "PRO": "P", "SEC": "40", "YEA": "1900", "CITY": "BOULOGNE-BILLANC"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Boulogne-sur-Seine"}}, "partial-ids": {"g55": "05-496"}, "ids-in-source": {"g55": "05-496"}}, "raw": {"DAY": "6-7-1900", "HOUR": "18 h. 30", "NAME": "FLEURY Pierre", "PLACE": "Boulogne-sur-Seine (Seine)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9158	fontaine-edme-1814-05-08	{"a4": "406", "g55": "05-498"}	{"g55": "05-498", "lerrcp": "A4-406"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edme", "family": "Fontaine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10", "date": "1814-05-08 04:00", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.5, "lat": 48.91667, "name": "Noisy-le-Grand", "geoid": 0}, "notime": null, "date-ut": "1814-05-08 03:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edme", "family": "Fontaine"}, "birth": {"tzo": "+00:10", "date": "1814-05-08 04:00", "place": {"c2": "93", "cy": "FR", "lg": 2.5, "lat": 48.91667, "name": "Noisylegrand", "geoid": 0}, "date-ut": "1814-05-08 03:50"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-406"}, "ids-in-sources": {"a4": "406"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "93", "COU": "F", "DAY": "8", "LAT": "48N55", "LON": "2E30", "MON": "5", "NUM": "406", "PRO": "P", "SEC": "0", "YEA": "1814", "CITY": "NOISYLEGRAND"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Noisy-le-Grand"}}, "partial-ids": {"g55": "05-498"}, "ids-in-source": {"g55": "05-498"}}, "raw": {"DAY": "8-5-1814", "HOUR": "4 h.", "NAME": "FONTAINE Edme Adolphe", "PLACE": "Noisy-le-Grand (Seine-et-O.)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9160	fonville-nicolas-1805-11-30	{"a4": "408", "g55": "05-500"}	{"g55": "05-500", "lerrcp": "A4-408"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nicolas", "family": "Fonville", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:13", "date": "1805-11-30 10:00", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 4.80251, "lat": 46.17222, "name": "Thoissey", "geoid": 2972772}, "notime": null, "date-ut": "1805-11-30 09:39:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Nicolas", "family": "Fonville"}, "birth": {"tzo": "+00:19:13", "date": "1805-11-30 10:00", "place": {"c2": "01", "cy": "FR", "lg": 4.80251, "lat": 46.17222, "name": "Thoissey", "geoid": 2972772}, "date-ut": "1805-11-30 09:39:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-408"}, "ids-in-sources": {"a4": "408"}}, "raw": {"H": "9", "MN": "39", "TZ": "0", "COD": "01", "COU": "F", "DAY": "30", "LAT": "46N12", "LON": "5E13", "MON": "11", "NUM": "408", "PRO": "P", "SEC": "8", "YEA": "1805", "CITY": "THOISSEY"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-500"}, "ids-in-source": {"g55": "05-500"}}, "raw": {"DAY": "30-11-1805", "HOUR": "10 h.", "NAME": "FONVILLE Nicolas Victor", "PLACE": "Thoissey (Ain)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9164	foullongne-alfred-1821-03-26	{"a4": "412", "g55": "05-502"}	{"g55": "05-502", "lerrcp": "A4-412"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Foullongne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:24", "date": "1821-03-26 06:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1821-03-26 05:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Foullongne"}, "birth": {"tzo": "+00:04:24", "date": "1821-03-26 06:00", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1821-03-26 05:55:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-412"}, "ids-in-sources": {"a4": "412"}}, "raw": {"H": "5", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "26", "LAT": "49N26", "LON": "1E 5", "MON": "3", "NUM": "412", "PRO": "P", "SEC": "40", "YEA": "1821", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-502"}, "ids-in-source": {"g55": "05-502"}}, "raw": {"DAY": "26-3-1821", "HOUR": "6 h.", "NAME": "FOULLONGNE Alfred Charles", "PLACE": "Rouen (Seine-Inférieure)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9168	fragnay-francois-1824-07-05	{"a4": "416", "g55": "05-504"}	{"g55": "05-504", "lerrcp": "A4-416"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francois", "family": "Fragnay", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:42", "date": "1824-07-05 21:00", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 5.17695, "lat": 45.9044, "name": "Pérouges", "geoid": 2987922}, "notime": null, "date-ut": "1824-07-05 20:39:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-416"}, "birth": {"tzo": "+00:20:42", "date": "1824-07-05 21:00", "place": {"c2": "01", "cy": "FR", "lg": 5.17695, "lat": 45.9044, "name": "Pérouges", "geoid": 2987922}, "date-ut": "1824-07-05 20:39:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-416"}, "ids-in-sources": {"a4": "416"}}, "raw": {"H": "20", "MN": "39", "TZ": "0", "COD": "01", "COU": "F", "DAY": "5", "LAT": "46N12", "LON": "5E13", "MON": "7", "NUM": "416", "PRO": "P", "SEC": "8", "YEA": "1824", "CITY": "PEROUGES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Francois", "family": "Fragnay", "nobility": ""}, "slug": "fragnay-francois-1824-07-05", "partial-ids": {"g55": "05-504"}, "ids-in-source": {"g55": "05-504"}}, "raw": {"DAY": "5-7-1824", "HOUR": "21 h.", "NAME": "FRAGNAY Francois", "PLACE": "Pérouges (Ain)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9171	freida-raphael-1877-05-26	{"a4": "419", "g55": "05-505"}	{"g55": "05-505", "lerrcp": "A4-419"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raphaël", "family": "Freida", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25", "date": "1877-05-26 23:00", "note": null, "place": {"c1": null, "c2": "04", "c3": null, "cy": "FR", "lg": 6.25, "lat": 44.1, "name": "Digne", "geoid": 0}, "notime": null, "date-ut": "1877-05-26 22:35"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Raphaël", "family": "Freida"}, "birth": {"tzo": "+00:25", "date": "1877-05-26 23:00", "place": {"c2": "04", "cy": "FR", "lg": 6.25, "lat": 44.1, "name": "Digne", "geoid": 0}, "date-ut": "1877-05-26 22:35"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-419"}, "ids-in-sources": {"a4": "419"}}, "raw": {"H": "22", "MN": "35", "TZ": "0", "COD": "04", "COU": "F", "DAY": "26", "LAT": "44N 6", "LON": "6E15", "MON": "5", "NUM": "419", "PRO": "P", "SEC": "0", "YEA": "1877", "CITY": "DIGNE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Digne"}}, "partial-ids": {"g55": "05-505"}, "ids-in-source": {"g55": "05-505"}}, "raw": {"DAY": "26-5-1877", "HOUR": "23 h.", "NAME": "FREIDA Raphaél", "PLACE": "Digne (Basses-Alpes)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9178	gabriel-justin-1838-10-28	{"a4": "426", "g55": "05-506"}	{"g55": "05-506", "lerrcp": "A4-426"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Justin", "family": "Gabriel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:15", "date": "1838-10-28 02:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 6.06172, "lat": 43.4058, "name": "Brignoles", "geoid": 3030057}, "notime": null, "date-ut": "1838-10-28 01:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Justin", "family": "Gabriel"}, "birth": {"tzo": "+00:24:15", "date": "1838-10-28 02:00", "place": {"c2": "83", "cy": "FR", "lg": 6.06172, "lat": 43.4058, "name": "Brignoles", "geoid": 3030057}, "date-ut": "1838-10-28 01:34:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-426"}, "ids-in-sources": {"a4": "426"}}, "raw": {"H": "1", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "28", "LAT": "43N32", "LON": "6E28", "MON": "10", "NUM": "426", "PRO": "P", "SEC": "8", "YEA": "1838", "CITY": "BRIGNOLES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-506"}, "ids-in-source": {"g55": "05-506"}}, "raw": {"DAY": "28-10-1838", "HOUR": "2 h.", "NAME": "GABRIEL Justin Joseph", "PLACE": "Brignoles (Var)."}, "date": "2023-08-20T14:48:47+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9179	gabriel-fournier-gabriel-1893-05-26	{"a4": "427", "g55": "05-507"}	{"g55": "05-507", "lerrcp": "A4-427"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Gabriel-Fournier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1893-05-26 17:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1893-05-26 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Gabriel-Fournier"}, "birth": {"tzo": "+00:09:21", "date": "1893-05-26 17:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1893-05-26 16:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-427"}, "ids-in-sources": {"a4": "427"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "38", "COU": "F", "DAY": "26", "LAT": "45N11", "LON": "5E43", "MON": "5", "NUM": "427", "PRO": "P", "SEC": "40", "YEA": "1893", "CITY": "GRENOBLE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-507"}, "ids-in-source": {"g55": "05-507"}}, "raw": {"DAY": "26-5-1893", "HOUR": "17 h.", "NAME": "GABRIEL-FOURNIER Francisque", "PLACE": "Grenoble (Isere)."}, "date": "2023-08-20T14:48:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9184	gallard-lepinay-paul-1842-05-23	{"a4": "432", "g55": "05-509"}	{"g55": "05-509", "lerrcp": "A4-432"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Gallard-Lepinay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:40", "date": "1842-05-23 18:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -1.16667, "lat": 46.15, "name": "Aulnay-de-Saintonge", "geoid": 0}, "notime": null, "date-ut": "1842-05-23 18:04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Gallard-Lepinay"}, "birth": {"tzo": "-00:04:40", "date": "1842-05-23 18:00", "place": {"c2": "17", "cy": "FR", "lg": -1.16667, "lat": 46.15, "name": "Aulnay-Saintong", "geoid": 0}, "date-ut": "1842-05-23 18:04:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-432"}, "ids-in-sources": {"a4": "432"}}, "raw": {"H": "18", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "23", "LAT": "46N 9", "LON": "1W10", "MON": "5", "NUM": "432", "PRO": "P", "SEC": "40", "YEA": "1842", "CITY": "AULNAY-SAINTONG"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Aulnay-de-Saintonge"}}, "partial-ids": {"g55": "05-509"}, "ids-in-source": {"g55": "05-509"}}, "raw": {"DAY": "23-5-1842", "HOUR": "18 h.", "NAME": "GALLARD-LEPINAY Paul Charles", "PLACE": "Aulnay-de-Saintonge (Charente-Maritime)."}, "date": "2023-08-20T14:48:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9186	gandon-adolphe-1828-07-28	{"a4": "434", "g55": "05-511"}	{"g55": "05-511", "lerrcp": "A4-434"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Gandon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:26", "date": "1828-07-28 07:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1828-07-28 06:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Gandon"}, "birth": {"tzo": "+00:17:26", "date": "1828-07-28 07:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1828-07-28 06:42:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-434"}, "ids-in-sources": {"a4": "434"}}, "raw": {"H": "6", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "28", "LAT": "43N51", "LON": "4E21", "MON": "7", "NUM": "434", "PRO": "P", "SEC": "36", "YEA": "1828", "CITY": "NIMES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-511"}, "ids-in-source": {"g55": "05-511"}}, "raw": {"DAY": "28-7-1828", "HOUR": "7 h.", "NAME": "GANDON Adolphe", "PLACE": "Nimes (Gard)."}, "date": "2023-08-20T14:48:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9188	garcin-louis-1821-08-25	{"a4": "436", "g55": "05-513"}	{"g55": "05-513", "lerrcp": "A4-436"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Garcin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:31", "date": "1821-08-25 22:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 6.12857, "lat": 43.12038, "name": "Hyères", "geoid": 3012937}, "notime": null, "date-ut": "1821-08-25 21:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Garcin"}, "birth": {"tzo": "+00:24:31", "date": "1821-08-25 22:00", "place": {"c2": "83", "cy": "FR", "lg": 6.12857, "lat": 43.12038, "name": "Hyères", "geoid": 3012937}, "date-ut": "1821-08-25 21:34:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-436"}, "ids-in-sources": {"a4": "436"}}, "raw": {"H": "21", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "25", "LAT": "43N32", "LON": "6E28", "MON": "8", "NUM": "436", "PRO": "P", "SEC": "8", "YEA": "1821", "CITY": "HYERES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-513"}, "ids-in-source": {"g55": "05-513"}}, "raw": {"DAY": "25-8-1821", "HOUR": "22 h.", "NAME": "GARCIN Louis Marius", "PLACE": "Hyéres (Var)."}, "date": "2023-08-20T14:48:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9190	gaudin-auguste-1914-07-29	{"a4": "438", "g55": "05-514"}	{"g55": "05-514", "lerrcp": "A4-438"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Gaudin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-07-29 12:15", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Argentré-du-Plessis", "geoid": 0}, "notime": null, "date-ut": "1914-07-29 12:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Gaudin"}, "birth": {"tzo": "+00:00", "date": "1914-07-29 12:15", "place": {"c2": "35", "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Argentredupless", "geoid": 0}, "date-ut": "1914-07-29 12:15"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-438"}, "ids-in-sources": {"a4": "438"}}, "raw": {"H": "12", "MN": "15", "TZ": "0", "COD": "35", "COU": "F", "DAY": "29", "LAT": "48N 7", "LON": "1W40", "MON": "7", "NUM": "438", "PRO": "P", "SEC": "0", "YEA": "1914", "CITY": "ARGENTREDUPLESS"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Argentré-du-Plessis"}}, "partial-ids": {"g55": "05-514"}, "ids-in-source": {"g55": "05-514"}}, "raw": {"DAY": "29-7-1914", "HOUR": "12 h. 15", "NAME": "GAUDIN Auguste Jean", "PLACE": "Argentré-du-Plessis (I.-V.)."}, "date": "2023-08-20T14:48:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9193	gautier-armand-1825-06-19	{"a4": "441", "g55": "05-516"}	{"g55": "05-516", "lerrcp": "A4-441"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Gautier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1825-06-19 01:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1825-06-19 00:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Gautier"}, "birth": {"tzo": "+00:12:14", "date": "1825-06-19 01:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1825-06-19 00:47:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-441"}, "ids-in-sources": {"a4": "441"}}, "raw": {"H": "0", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "19", "LAT": "50N39", "LON": "3E 5", "MON": "6", "NUM": "441", "PRO": "P", "SEC": "40", "YEA": "1825", "CITY": "LILLE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-516"}, "ids-in-source": {"g55": "05-516"}}, "raw": {"DAY": "19-6-1825", "HOUR": "1 h.", "NAME": "GAUTIER Armand Désiré", "PLACE": "Lille (Nord)."}, "date": "2023-08-20T14:48:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9196	gelibert-jules-1834-11-28	{"a4": "444", "g55": "05-518"}	{"g55": "05-518", "lerrcp": "A4-444"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Gelibert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:28", "date": "1834-11-28 14:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.36667, "lat": 43.3, "name": "Bagnères-de-Bigorre", "geoid": 0}, "notime": null, "date-ut": "1834-11-28 14:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Gelibert"}, "birth": {"tzo": "-00:01:28", "date": "1834-11-28 14:00", "place": {"c2": "64", "cy": "FR", "lg": -0.36667, "lat": 43.3, "name": "Bagneresdebigor", "geoid": 0}, "date-ut": "1834-11-28 14:01:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-444"}, "ids-in-sources": {"a4": "444"}}, "raw": {"H": "14", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "28", "LAT": "43N18", "LON": "0W22", "MON": "11", "NUM": "444", "PRO": "P", "SEC": "28", "YEA": "1834", "CITY": "BAGNERESDEBIGOR"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Bagnères-de-Bigorre"}}, "partial-ids": {"g55": "05-518"}, "ids-in-source": {"g55": "05-518"}}, "raw": {"DAY": "28-11-1834", "HOUR": "14 h.", "NAME": "GELIBERT Jules Bertrand", "PLACE": "Bagnères-de-Bigorre (Hautes-Pyrénées)."}, "date": "2023-08-20T14:48:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9200	geoffroy-henry-1853-03-01	{"a4": "448", "g55": "05-520"}	{"g55": "05-520", "lerrcp": "A4-448"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Geoffroy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:25", "date": "1853-03-01 02:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -1.10514, "lat": 45.82268, "name": "Marennes", "geoid": 2995854}, "notime": null, "date-ut": "1853-03-01 02:04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Geoffroy"}, "birth": {"tzo": "-00:04:25", "date": "1853-03-01 02:00", "place": {"c2": "17", "cy": "FR", "lg": -1.10514, "lat": 45.82268, "name": "Marennes", "geoid": 2995854}, "date-ut": "1853-03-01 02:04:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-448"}, "ids-in-sources": {"a4": "448"}}, "raw": {"H": "2", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "1", "LAT": "46N 9", "LON": "1W10", "MON": "3", "NUM": "448", "PRO": "P", "SEC": "40", "YEA": "1853", "CITY": "MARENNES"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-520"}, "ids-in-source": {"g55": "05-520"}}, "raw": {"DAY": "1-3-1853", "HOUR": "2 h.", "NAME": "GEOFFROY Henry Jules J.", "PLACE": "Marennes (Charente-Marit.)."}, "date": "2023-08-20T14:48:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9202	gerbault-henry-1863-06-24	{"a4": "450", "g55": "05-522"}	{"g55": "05-522", "lerrcp": "A4-450"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Gerbault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:44", "date": "1863-06-24 21:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Chatenay", "geoid": 0}, "notime": null, "date-ut": "1863-06-24 20:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Gerbault"}, "birth": {"tzo": "+00:08:44", "date": "1863-06-24 21:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Chatenay", "geoid": 0}, "date-ut": "1863-06-24 20:51:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-450"}, "ids-in-sources": {"a4": "450"}}, "raw": {"H": "20", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "24", "LAT": "48N50", "LON": "2E11", "MON": "6", "NUM": "450", "PRO": "P", "SEC": "16", "YEA": "1863", "CITY": "CHATENAY"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Chatenay"}}, "partial-ids": {"g55": "05-522"}, "ids-in-source": {"g55": "05-522"}}, "raw": {"DAY": "24-6-1863", "HOUR": "21 h.", "NAME": "GERBAULT Henry", "PLACE": "Chatenay (Seine)."}, "date": "2023-08-20T14:48:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9204	gervais-paul-1859-09-07	{"a4": "452", "g55": "05-523"}	{"g55": "05-523", "lerrcp": "A4-452"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Gervais", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1859-09-07 20:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1859-09-07 19:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Gervais"}, "birth": {"tzo": "+00:05:46", "date": "1859-09-07 20:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1859-09-07 19:54:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-452"}, "ids-in-sources": {"a4": "452"}}, "raw": {"H": "19", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "7", "LAT": "43N37", "LON": "1E26", "MON": "9", "NUM": "452", "PRO": "P", "SEC": "16", "YEA": "1859", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-523"}, "ids-in-source": {"g55": "05-523"}}, "raw": {"DAY": "7-9-1859", "HOUR": "20 h.", "NAME": "GERVAIS Paul Jean", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:48:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9208	gigoux-jean-1806-01-06	{"a4": "456", "g55": "05-525"}	{"g55": "05-525", "lerrcp": "A4-456"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Gigoux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:04", "date": "1806-01-06 07:14:56", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1806-01-06 06:50:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Gigoux"}, "birth": {"tzo": "+00:24:04", "date": "1806-01-06 07:14:56", "place": {"c2": "25", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1806-01-06 06:50:52"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-456"}, "ids-in-sources": {"a4": "456"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "25", "COU": "F", "DAY": "6", "LAT": "47N15", "LON": "6E 2", "MON": "1", "NUM": "456", "PRO": "P", "SEC": "52", "YEA": "1806", "CITY": "BESANCON"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-525"}, "ids-in-source": {"g55": "05-525"}}, "raw": {"DAY": "6-1-1806", "HOUR": "7 h. 15", "NAME": "GIGOUX Jean Francois", "PLACE": "Besançon (Doubs)."}, "date": "2023-08-20T14:48:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9211	gir-charles-1883-11-01	{"a4": "459", "g55": "05-527"}	{"g55": "05-527", "lerrcp": "A4-459"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Gir", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:49", "date": "1883-11-01 22:15", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "notime": null, "date-ut": "1883-11-01 22:12:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Gir"}, "birth": {"tzo": "+00:02:49", "date": "1883-11-01 22:15", "place": {"c2": "37", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "date-ut": "1883-11-01 22:12:12"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-459"}, "ids-in-sources": {"a4": "459"}}, "raw": {"H": "22", "MN": "12", "TZ": "0", "COD": "37", "COU": "F", "DAY": "1", "LAT": "47N24", "LON": "0E42", "MON": "11", "NUM": "459", "PRO": "P", "SEC": "12", "YEA": "1883", "CITY": "TOURS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-527"}, "ids-in-source": {"g55": "05-527"}}, "raw": {"DAY": "1-11-1883", "HOUR": "22 h. 15", "NAME": "GIR Charles Félix", "PLACE": "Tours (Indre-et-Loire)."}, "date": "2023-08-20T14:48:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9214	girardot-louis-1856-11-27	{"a4": "462", "g55": "05-528"}	{"g55": "05-528", "lerrcp": "A4-462"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Girardot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:36", "date": "1856-11-27 22:00", "note": null, "place": {"c1": null, "c2": "70", "c3": null, "cy": "FR", "lg": 6.15, "lat": 47.61667, "name": "Loulans-les-Forges", "geoid": 0}, "notime": null, "date-ut": "1856-11-27 21:35:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Girardot"}, "birth": {"tzo": "+00:24:36", "date": "1856-11-27 22:00", "place": {"c2": "70", "cy": "FR", "lg": 6.15, "lat": 47.61667, "name": "Loulanslesforge", "geoid": 0}, "date-ut": "1856-11-27 21:35:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-462"}, "ids-in-sources": {"a4": "462"}}, "raw": {"H": "21", "MN": "35", "TZ": "0", "COD": "70", "COU": "F", "DAY": "27", "LAT": "47N37", "LON": "6E 9", "MON": "11", "NUM": "462", "PRO": "P", "SEC": "24", "YEA": "1856", "CITY": "LOULANSLESFORGE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Loulans-les-Forges"}}, "partial-ids": {"g55": "05-528"}, "ids-in-source": {"g55": "05-528"}}, "raw": {"DAY": "27-11-1856", "HOUR": "22 h.", "NAME": "GIRARDOT Louis Auguste", "PLACE": "Loulans-les-Forges (H.-S.)."}, "date": "2023-08-20T14:48:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9215	giraud-henri-1825-11-07	{"a4": "463", "g55": "05-529"}	{"g55": "05-529", "lerrcp": "A4-463"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Giraud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:32", "date": "1825-11-07 22:00", "note": null, "place": {"c1": null, "c2": "43", "c3": null, "cy": "FR", "lg": 3.88333, "lat": 45.05, "name": "Le Puy-en-Velay", "geoid": 0}, "notime": null, "date-ut": "1825-11-07 21:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Giraud"}, "birth": {"tzo": "+00:15:32", "date": "1825-11-07 22:00", "place": {"c2": "43", "cy": "FR", "lg": 3.88333, "lat": 45.05, "name": "Puyenvelay", "geoid": 0}, "date-ut": "1825-11-07 21:44:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-463"}, "ids-in-sources": {"a4": "463"}}, "raw": {"H": "21", "MN": "44", "TZ": "0", "COD": "43", "COU": "F", "DAY": "7", "LAT": "45N 3", "LON": "3E53", "MON": "11", "NUM": "463", "PRO": "P", "SEC": "28", "YEA": "1825", "CITY": "PUYENVELAY"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Le Puy-en-Velay"}}, "partial-ids": {"g55": "05-529"}, "ids-in-source": {"g55": "05-529"}}, "raw": {"DAY": "7-11-1825", "HOUR": "22 h.", "NAME": "GIRAUD Henri Emile", "PLACE": "Le Puy-en-Velay (Hte-Loire)."}, "date": "2023-08-20T14:48:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9223	gluck-louis-1820-04-03	{"a4": "471", "g55": "05-532"}	{"g55": "05-532", "lerrcp": "A4-471"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Gluck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:28:57", "date": "1820-04-03 09:30", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.23954, "lat": 47.62417, "name": "Altkirch", "geoid": 3038012}, "notime": null, "date-ut": "1820-04-03 09:00:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Gluck"}, "birth": {"tzo": "+00:28:57", "date": "1820-04-03 09:30", "place": {"c2": "68", "cy": "FR", "lg": 7.23954, "lat": 47.62417, "name": "Altkirch", "geoid": 3038012}, "date-ut": "1820-04-03 09:00:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-471"}, "ids-in-sources": {"a4": "471"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "68", "COU": "F", "DAY": "3", "LAT": "48N 5", "LON": "7E21", "MON": "4", "NUM": "471", "PRO": "P", "SEC": "36", "YEA": "1820", "CITY": "ALTKIRCH"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-532"}, "ids-in-source": {"g55": "05-532"}}, "raw": {"DAY": "3-4-1820", "HOUR": "9 h. 30", "NAME": "GLUCK Louis Théodore", "PLACE": "Altkirch (Haut-Rhin)."}, "date": "2023-08-20T14:48:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9226	gondouin-g-1883-01-29	{"a4": "474", "g55": "05-534"}	{"g55": "05-534", "lerrcp": "A4-474"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "G", "family": "Gondouin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1883-01-29 09:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1883-01-29 08:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "G", "family": "Gondouin"}, "birth": {"tzo": "+00:08:32", "date": "1883-01-29 09:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1883-01-29 08:51:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-474"}, "ids-in-sources": {"a4": "474"}}, "raw": {"H": "8", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "29", "LAT": "48N50", "LON": "2E 8", "MON": "1", "NUM": "474", "PRO": "P", "SEC": "28", "YEA": "1883", "CITY": "VERSAILLES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-534"}, "ids-in-source": {"g55": "05-534"}}, "raw": {"DAY": "29-1-1883", "HOUR": "9 h.", "NAME": "GONDOUIN G. Emmanuel", "PLACE": "Versailles (Seine-et-Oise)."}, "date": "2023-08-20T14:48:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9229	goulinat-jean-1883-02-09	{"a4": "477", "g55": "05-535"}	{"g55": "05-535", "lerrcp": "A4-477"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Goulinat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:49", "date": "1883-02-09 00:30", "note": null, "place": {"c1": null, "c2": "37", "c3": null, "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "notime": null, "date-ut": "1883-02-09 00:27:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Goulinat"}, "birth": {"tzo": "+00:02:49", "date": "1883-02-09 00:30", "place": {"c2": "37", "cy": "FR", "lg": 0.70398, "lat": 47.39484, "name": "Tours", "geoid": 2972191}, "date-ut": "1883-02-09 00:27:12"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-477"}, "ids-in-sources": {"a4": "477"}}, "raw": {"H": "0", "MN": "27", "TZ": "0", "COD": "37", "COU": "F", "DAY": "9", "LAT": "47N24", "LON": "0E42", "MON": "2", "NUM": "477", "PRO": "P", "SEC": "12", "YEA": "1883", "CITY": "TOURS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-535"}, "ids-in-source": {"g55": "05-535"}}, "raw": {"DAY": "9-2-1883", "HOUR": "0 h. 30", "NAME": "GOULINAT Jean Gabriel", "PLACE": "Tours (Indre-et-Loire)."}, "date": "2023-08-20T14:48:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9235	grellet-alexandre-1835-10-03	{"a4": "483", "g55": "05-537"}	{"g55": "05-537", "lerrcp": "A4-483"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Grellet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:30", "date": "1835-10-03 17:56:38", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 4.87484, "lat": 45.52569, "name": "Vienne", "geoid": 2969284}, "notime": null, "date-ut": "1835-10-03 17:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Grellet"}, "birth": {"tzo": "+00:19:30", "date": "1835-10-03 17:56:38", "place": {"c2": "38", "cy": "FR", "lg": 4.87484, "lat": 45.52569, "name": "Vienne", "geoid": 2969284}, "date-ut": "1835-10-03 17:37:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-483"}, "ids-in-sources": {"a4": "483"}}, "raw": {"H": "17", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "3", "LAT": "45N11", "LON": "5E43", "MON": "10", "NUM": "483", "PRO": "P", "SEC": "8", "YEA": "1835", "CITY": "VIENNE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-537"}, "ids-in-source": {"g55": "05-537"}}, "raw": {"DAY": "3-10-1835", "HOUR": "18 h.", "NAME": "GRELLET Alexandre", "PLACE": "Vienne (Isère)."}, "date": "2023-08-20T14:48:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9237	grenet-de-joigny-dominique-1821-11-24	{"a4": "485", "g55": "05-539"}	{"g55": "05-539", "lerrcp": "A4-485"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Grenet De Joigny Dominique", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:36", "date": "1821-11-24 08:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.40096, "lat": 47.98288, "name": "Joigny", "geoid": 3012319}, "notime": null, "date-ut": "1821-11-24 07:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Grenet De Joigny Dominique"}, "birth": {"tzo": "+00:13:36", "date": "1821-11-24 08:00", "place": {"c2": "89", "cy": "FR", "lg": 3.40096, "lat": 47.98288, "name": "Joigny", "geoid": 3012319}, "date-ut": "1821-11-24 07:45:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-485"}, "ids-in-sources": {"a4": "485"}}, "raw": {"H": "7", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "24", "LAT": "47N48", "LON": "3E35", "MON": "11", "NUM": "485", "PRO": "P", "SEC": "40", "YEA": "1821", "CITY": "JOIGNY"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-539"}, "ids-in-source": {"g55": "05-539"}}, "raw": {"DAY": "24-11-1821", "HOUR": "8 h.", "NAME": "GRENET de JOIGNY Dominique Ad.", "PLACE": "Joigny (Yonne)."}, "date": "2023-08-20T14:48:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9239	grevin-alfred-1827-01-28	{"a4": "487", "g55": "05-541"}	{"g55": "05-541", "lerrcp": "A4-487"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Grevin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:55", "date": "1827-01-28 14:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.97894, "lat": 47.87197, "name": "Épineuil", "geoid": 3020009}, "notime": null, "date-ut": "1827-01-28 13:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Grevin"}, "birth": {"tzo": "+00:15:55", "date": "1827-01-28 14:00", "place": {"c2": "89", "cy": "FR", "lg": 3.97894, "lat": 47.87197, "name": "Épineuil", "geoid": 3020009}, "date-ut": "1827-01-28 13:45:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-487"}, "ids-in-sources": {"a4": "487"}}, "raw": {"H": "13", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "28", "LAT": "47N48", "LON": "3E35", "MON": "1", "NUM": "487", "PRO": "P", "SEC": "40", "YEA": "1827", "CITY": "EPINEUIL"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-541"}, "ids-in-source": {"g55": "05-541"}}, "raw": {"DAY": "28-1-1827", "HOUR": "14 h.", "NAME": "GREVIN Alfred", "PLACE": "Epineuil (Yonne)."}, "date": "2023-08-20T14:48:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9242	grivolas-pierre-1823-09-02	{"a4": "490", "g55": "05-543"}	{"g55": "05-543", "lerrcp": "A4-490"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Grivolas", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:14", "date": "1823-09-02 00:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1823-09-01 23:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-490"}, "birth": {"tzo": "+00:19:14", "date": "1823-09-02 00:00", "place": {"c2": "84", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1823-09-01 23:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-490"}, "ids-in-sources": {"a4": "490"}}, "raw": {"H": "23", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "1", "LAT": "43N57", "LON": "4E50", "MON": "9", "NUM": "490", "PRO": "P", "SEC": "40", "YEA": "1823", "CITY": "AVIGNON"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Pierre", "family": "Grivolas", "nobility": ""}, "slug": "grivolas-pierre-1823-09-02", "partial-ids": {"g55": "05-543"}, "ids-in-source": {"g55": "05-543"}}, "raw": {"DAY": "2-9-1823", "HOUR": "0 h.", "NAME": "GRIVOLAS Pierre", "PLACE": "Avignon (Vaucluse)."}, "date": "2023-08-20T14:48:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9247	grosjean-henry-1864-07-02	{"a4": "495", "g55": "05-545"}	{"g55": "05-545", "lerrcp": "A4-495"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Grosjean", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:40", "date": "1864-07-02 03:00", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.16667, "lat": 48.76667, "name": "Gondrecourt", "geoid": 0}, "notime": null, "date-ut": "1864-07-02 02:39:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Grosjean"}, "birth": {"tzo": "+00:20:40", "date": "1864-07-02 03:00", "place": {"c2": "55", "cy": "FR", "lg": 5.16667, "lat": 48.76667, "name": "Gondrecourt", "geoid": 0}, "date-ut": "1864-07-02 02:39:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-495"}, "ids-in-sources": {"a4": "495"}}, "raw": {"H": "2", "MN": "39", "TZ": "0", "COD": "55", "COU": "F", "DAY": "2", "LAT": "48N46", "LON": "5E10", "MON": "7", "NUM": "495", "PRO": "P", "SEC": "20", "YEA": "1864", "CITY": "GONDRECOURT"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Gondrecourt"}}, "partial-ids": {"g55": "05-545"}, "ids-in-source": {"g55": "05-545"}}, "raw": {"DAY": "2-7-1864", "HOUR": "3 h.", "NAME": "GROSJEAN Henry", "PLACE": "Gondrecourt (Meuse)."}, "date": "2023-08-20T14:48:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9251	guet-charlemagne-1801-02-05	{"a4": "499", "g55": "05-547"}	{"g55": "05-547", "lerrcp": "A4-499"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charlemagne", "family": "Guet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:31", "date": "1801-02-05 20:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.87885, "lat": 48.96014, "name": "Meaux", "geoid": 2994798}, "notime": null, "date-ut": "1801-02-05 19:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charlemagne", "family": "Guet"}, "birth": {"tzo": "+00:11:31", "date": "1801-02-05 20:00", "place": {"c2": "77", "cy": "FR", "lg": 2.87885, "lat": 48.96014, "name": "Meaux", "geoid": 2994798}, "date-ut": "1801-02-05 19:49:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-499"}, "ids-in-sources": {"a4": "499"}}, "raw": {"H": "19", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "5", "LAT": "48N33", "LON": "2E40", "MON": "2", "NUM": "499", "PRO": "P", "SEC": "20", "YEA": "1801", "CITY": "MEAUX"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-547"}, "ids-in-source": {"g55": "05-547"}}, "raw": {"DAY": "5-2-1801", "HOUR": "20 h.", "NAME": "GUET Chariemagne Osc.", "PLACE": "Meaux (Seine-et-Marne)."}, "date": "2023-08-20T14:48:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9255	guignet-jean-1810-04-23	{"a4": "503", "g55": "05-549"}	{"g55": "05-549", "lerrcp": "A4-503"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Guignet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:12", "date": "1810-04-23 10:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.29869, "lat": 46.95104, "name": "Autun", "geoid": 3035883}, "notime": null, "date-ut": "1810-04-23 09:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Guignet"}, "birth": {"tzo": "+00:17:12", "date": "1810-04-23 10:00", "place": {"c2": "71", "cy": "FR", "lg": 4.29869, "lat": 46.95104, "name": "Autun", "geoid": 3035883}, "date-ut": "1810-04-23 09:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-503"}, "ids-in-sources": {"a4": "503"}}, "raw": {"H": "9", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "23", "LAT": "46N18", "LON": "4E50", "MON": "4", "NUM": "503", "PRO": "P", "SEC": "40", "YEA": "1810", "CITY": "AUTUN"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-549"}, "ids-in-source": {"g55": "05-549"}}, "raw": {"DAY": "23-4-1810", "HOUR": "10 h.", "NAME": "GUIGNET Jean Baptiste", "PLACE": "Autun (Saône-et-Loire)."}, "date": "2023-08-20T14:48:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9258	guillemer-ernest-1839-04-05	{"a4": "506", "g55": "05-551"}	{"g55": "05-551", "lerrcp": "A4-506"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Guillemer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:21", "date": "1839-04-05 14:02", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.58661, "lat": 49.20724, "name": "Senlis", "geoid": 2975088}, "notime": null, "date-ut": "1839-04-05 13:51:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Guillemer"}, "birth": {"tzo": "+00:10:21", "date": "1839-04-05 14:02", "place": {"c2": "60", "cy": "FR", "lg": 2.58661, "lat": 49.20724, "name": "Senlis", "geoid": 2975088}, "date-ut": "1839-04-05 13:51:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-506"}, "ids-in-sources": {"a4": "506"}}, "raw": {"H": "13", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "5", "LAT": "49N26", "LON": "2E 5", "MON": "4", "NUM": "506", "PRO": "P", "SEC": "40", "YEA": "1839", "CITY": "SENLIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-551"}, "ids-in-source": {"g55": "05-551"}}, "raw": {"DAY": "5-4-1839", "HOUR": "14 h.", "NAME": "GUILLEMER Ernest", "PLACE": "Senlis (Oise)."}, "date": "2023-08-20T14:48:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9261	haffner-felix-1818-05-30	{"a4": "509", "g55": "05-552"}	{"g55": "05-552", "lerrcp": "A4-509"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Haffner", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1818-05-30 17:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1818-05-30 16:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Haffner"}, "birth": {"tzo": "+00:30:59", "date": "1818-05-30 17:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1818-05-30 16:29"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-509"}, "ids-in-sources": {"a4": "509"}}, "raw": {"H": "16", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "30", "LAT": "48N35", "LON": "7E45", "MON": "5", "NUM": "509", "PRO": "P", "SEC": "0", "YEA": "1818", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-552"}, "ids-in-source": {"g55": "05-552"}}, "raw": {"DAY": "30-5-1818", "HOUR": "17 h.", "NAME": "HAFFNER Félix", "PLACE": "Strasbourg. (Bas-Rhin)."}, "date": "2023-08-20T14:48:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9263	hanoteau-hector-charles-1823-05-26	{"a4": "511", "g55": "05-554"}	{"g55": "05-554", "lerrcp": "A4-511"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hector Charles", "family": "Hanoteau", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:51", "date": "1823-05-26 21:00", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.46192, "lat": 46.82852, "name": "Decize", "geoid": 3021661}, "notime": null, "date-ut": "1823-05-26 20:47:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-511"}, "birth": {"tzo": "+00:13:51", "date": "1823-05-26 21:00", "place": {"c2": "58", "cy": "FR", "lg": 3.46192, "lat": 46.82852, "name": "Decize", "geoid": 3021661}, "date-ut": "1823-05-26 20:47:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-511"}, "ids-in-sources": {"a4": "511"}}, "raw": {"H": "20", "MN": "47", "TZ": "0", "COD": "58", "COU": "F", "DAY": "26", "LAT": "46N59", "LON": "3E 9", "MON": "5", "NUM": "511", "PRO": "P", "SEC": "24", "YEA": "1823", "CITY": "DECIZE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Hector Charles", "family": "Hanoteau", "nobility": ""}, "slug": "hanoteau-hector-charles-1823-05-26", "partial-ids": {"g55": "05-554"}, "ids-in-source": {"g55": "05-554"}}, "raw": {"DAY": "26-5-1823", "HOUR": "21 h.", "NAME": "HANOTEAU Hector Charles", "PLACE": "Decize (Nièvre)."}, "date": "2023-08-20T14:48:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9264	hanicotte-augustin-1870-07-22	{"a4": "512", "g55": "05-555"}	{"g55": "05-555", "lerrcp": "A4-512"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Augustin", "family": "Hanicotte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:34", "date": "1870-07-22 16:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.64003, "lat": 50.52965, "name": "Béthune", "geoid": 3033002}, "notime": null, "date-ut": "1870-07-22 15:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Augustin", "family": "Hanicotte"}, "birth": {"tzo": "+00:10:34", "date": "1870-07-22 16:00", "place": {"c2": "62", "cy": "FR", "lg": 2.64003, "lat": 50.52965, "name": "Béthune", "geoid": 3033002}, "date-ut": "1870-07-22 15:48:56"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-512"}, "ids-in-sources": {"a4": "512"}}, "raw": {"H": "15", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "22", "LAT": "50N18", "LON": "2E46", "MON": "7", "NUM": "512", "PRO": "P", "SEC": "56", "YEA": "1870", "CITY": "BETHUNE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-555"}, "ids-in-source": {"g55": "05-555"}}, "raw": {"DAY": "22-7-1870", "HOUR": "16 h.", "NAME": "HANICOTTE Augustin", "PLACE": "Béthune (Pas-de-Calais)."}, "date": "2023-08-20T14:48:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9268	helion-jean-1904-04-21	{"a4": "516", "g55": "05-557"}	{"g55": "05-557", "lerrcp": "A4-516"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Helion", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1904-04-21 08:00", "note": null, "place": {"c1": null, "c2": "61", "c3": null, "cy": "FR", "lg": -0.41538, "lat": 48.51318, "name": "Couterne", "geoid": 3022812}, "notime": null, "date-ut": "1904-04-21 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Helion"}, "birth": {"tzo": "+00:09:21", "date": "1904-04-21 08:00", "place": {"c2": "61", "cy": "FR", "lg": -0.41538, "lat": 48.51318, "name": "Couterne", "geoid": 3022812}, "date-ut": "1904-04-21 07:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-516"}, "ids-in-sources": {"a4": "516"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "61", "COU": "F", "DAY": "21", "LAT": "48N26", "LON": "0E 5", "MON": "4", "NUM": "516", "PRO": "P", "SEC": "40", "YEA": "1904", "CITY": "COUTERNE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-557"}, "ids-in-source": {"g55": "05-557"}}, "raw": {"DAY": "21-4-1904", "HOUR": "8 h.", "NAME": "HELION Jean", "PLACE": "Couternes (Orne)."}, "date": "2023-08-20T14:48:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9272	herbelin-jeanne-1818-08-24	{"a4": "520", "g55": "05-559"}	{"g55": "05-559", "lerrcp": "A4-520"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jeanne", "family": "Herbelin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:58", "date": "1818-08-24 23:30", "note": null, "place": {"c1": null, "c2": "91", "c3": null, "cy": "FR", "lg": 2.49223, "lat": 48.6942, "name": "Brunoy", "geoid": 3029748}, "notime": null, "date-ut": "1818-08-24 23:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jeanne", "family": "Herbelin"}, "birth": {"tzo": "+00:09:58", "date": "1818-08-24 23:30", "place": {"c2": "91", "cy": "FR", "lg": 2.49223, "lat": 48.6942, "name": "Brunoy", "geoid": 3029748}, "date-ut": "1818-08-24 23:20:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-520"}, "ids-in-sources": {"a4": "520"}}, "raw": {"H": "23", "MN": "20", "TZ": "0", "COD": "91", "COU": "F", "DAY": "24", "LAT": "48N36", "LON": "2E20", "MON": "8", "NUM": "520", "PRO": "P", "SEC": "40", "YEA": "1818", "CITY": "BRUNOY"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-559"}, "ids-in-source": {"g55": "05-559"}}, "raw": {"DAY": "24-8-1818", "HOUR": "23 h. 30", "NAME": "HERBELIN Jeanne Mathilde", "PLACE": "Brunoy (S.-et-O.)."}, "date": "2023-08-20T14:48:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9274	herpin-leon-1841-10-12	{"a4": "522", "g55": "05-560"}	{"g55": "05-560", "lerrcp": "A4-522"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Herpin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:23", "date": "1841-10-12 02:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.59714, "lat": 48.83792, "name": "Granville", "geoid": 3014867}, "notime": null, "date-ut": "1841-10-12 02:04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Herpin"}, "birth": {"tzo": "-00:06:23", "date": "1841-10-12 02:00", "place": {"c2": "50", "cy": "FR", "lg": -1.59714, "lat": 48.83792, "name": "Granville", "geoid": 3014867}, "date-ut": "1841-10-12 02:04:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-522"}, "ids-in-sources": {"a4": "522"}}, "raw": {"H": "2", "MN": "4", "TZ": "0", "COD": "50", "COU": "F", "DAY": "12", "LAT": "49N 7", "LON": "1W 5", "MON": "10", "NUM": "522", "PRO": "P", "SEC": "20", "YEA": "1841", "CITY": "GRANVILLE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-560"}, "ids-in-source": {"g55": "05-560"}}, "raw": {"DAY": "12-10-1841", "HOUR": "2 h.", "NAME": "HERPIN Léon Pierre", "PLACE": "Granville (Manche)."}, "date": "2023-08-20T14:48:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9276	hervier-aubin-1851-01-11	{"a4": "524", "g55": "05-562"}	{"g55": "05-562", "lerrcp": "A4-524"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aubin", "family": "Hervier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:03", "date": "1851-01-11 10:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.51294, "lat": 45.4759, "name": "Saint-Chamond", "geoid": 2981206}, "notime": null, "date-ut": "1851-01-11 09:42:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Aubin", "family": "Hervier"}, "birth": {"tzo": "+00:18:03", "date": "1851-01-11 10:00", "place": {"c2": "42", "cy": "FR", "lg": 4.51294, "lat": 45.4759, "name": "Saint-Chamond", "geoid": 2981206}, "date-ut": "1851-01-11 09:42:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-524"}, "ids-in-sources": {"a4": "524"}}, "raw": {"H": "9", "MN": "42", "TZ": "0", "COD": "42", "COU": "F", "DAY": "11", "LAT": "45N26", "LON": "4E23", "MON": "1", "NUM": "524", "PRO": "P", "SEC": "28", "YEA": "1851", "CITY": "ST-CHAMOND"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-562"}, "ids-in-source": {"g55": "05-562"}}, "raw": {"DAY": "11-1-1851", "HOUR": "10 h.", "NAME": "HERVIER Aubin", "PLACE": "SeinteChamond (Loire)."}, "date": "2023-08-20T14:48:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9279	his-rene-1877-02-15	{"a4": "527", "g55": "05-563"}	{"g55": "05-563", "lerrcp": "A4-527"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "His", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:01", "date": "1877-02-15 22:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.25404, "lat": 48.91882, "name": "Colombes", "geoid": 3024266}, "notime": null, "date-ut": "1877-02-15 21:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "René", "family": "His"}, "birth": {"tzo": "+00:09:01", "date": "1877-02-15 22:00", "place": {"c2": "92", "cy": "FR", "lg": 2.25404, "lat": 48.91882, "name": "Colombes", "geoid": 3024266}, "date-ut": "1877-02-15 21:51:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-527"}, "ids-in-sources": {"a4": "527"}}, "raw": {"H": "21", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "15", "LAT": "48N50", "LON": "2E11", "MON": "2", "NUM": "527", "PRO": "P", "SEC": "16", "YEA": "1877", "CITY": "COLOMBES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-563"}, "ids-in-source": {"g55": "05-563"}}, "raw": {"DAY": "15-2-1877", "HOUR": "22 h.", "NAME": "HIS René Charles", "PLACE": "Colombes (Seine)."}, "date": "2023-08-20T14:48:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9281	hostein-edouard-1804-09-30	{"a4": "529", "g55": "05-565"}	{"g55": "05-565", "lerrcp": "A4-529"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Hostein", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:12:02", "date": "1804-09-30 08:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -3.00859, "lat": 48.69645, "name": "Pléhédel", "geoid": 2986816}, "notime": null, "date-ut": "1804-09-30 08:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Hostein"}, "birth": {"tzo": "-00:12:02", "date": "1804-09-30 08:00", "place": {"c2": "22", "cy": "FR", "lg": -3.00859, "lat": 48.69645, "name": "Pléhédel", "geoid": 2986816}, "date-ut": "1804-09-30 08:11"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-529"}, "ids-in-sources": {"a4": "529"}}, "raw": {"H": "8", "MN": "11", "TZ": "0", "COD": "22", "COU": "F", "DAY": "30", "LAT": "48N31", "LON": "2W45", "MON": "9", "NUM": "529", "PRO": "P", "SEC": "0", "YEA": "1804", "CITY": "PLEHEDEL"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-565"}, "ids-in-source": {"g55": "05-565"}}, "raw": {"DAY": "30-9-1804", "HOUR": "8 h.", "NAME": "HOSTEIN Edouard Jean", "PLACE": "Pléhedel (Côtes-du-Nord)."}, "date": "2023-08-20T14:48:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9284	hublin-emile-1830-07-02	{"a4": "532", "g55": "05-567"}	{"g55": "05-567", "lerrcp": "A4-532"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Hublin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:12", "date": "1830-07-02 02:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "notime": null, "date-ut": "1830-07-02 02:02:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Hublin"}, "birth": {"tzo": "-00:02:12", "date": "1830-07-02 02:00", "place": {"c2": "49", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "date-ut": "1830-07-02 02:02:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-532"}, "ids-in-sources": {"a4": "532"}}, "raw": {"H": "2", "MN": "2", "TZ": "0", "COD": "49", "COU": "F", "DAY": "2", "LAT": "47N28", "LON": "0W32", "MON": "7", "NUM": "532", "PRO": "P", "SEC": "8", "YEA": "1830", "CITY": "ANGERS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-567"}, "ids-in-source": {"g55": "05-567"}}, "raw": {"DAY": "2-7-1830", "HOUR": "2 h.", "NAME": "HUBLIN Emile Auguste", "PLACE": "Angers (Maine-et-Loire)."}, "date": "2023-08-20T14:48:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9286	huen-victor	{"a4": "534", "g55": "05-569"}	{"g55": "05-569", "lerrcp": "A4-534"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Huen", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.35584, "lat": 48.08078, "name": "Colmar", "geoid": 3024297}, "notime": null, "date-ut": "1874-03-21 14:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-534"}, "birth": {"place": {"c2": "68", "cy": "FR", "lg": 7.35584, "lat": 48.08078, "name": "Colmar", "geoid": 3024297}, "date-ut": "1874-03-21 14:30:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-534"}, "ids-in-sources": {"a4": "534"}}, "raw": {"H": "15", "MN": "30", "TZ": "-1", "COD": "68", "COU": "F", "DAY": "21", "LAT": "48N 5", "LON": "7E21", "MON": "3", "NUM": "534", "PRO": "P", "SEC": "36", "YEA": "1874", "CITY": "COLMAR"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Victor", "family": "Huen", "nobility": ""}, "slug": "huen-victor", "partial-ids": {"g55": "05-569"}, "ids-in-source": {"g55": "05-569"}}, "raw": {"DAY": "21-3-1874", "HOUR": "15 h.", "NAME": "HUEN Victor", "PLACE": "Colmar (Haut-Rhin)."}, "date": "2023-08-20T14:48:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9291	humblot-robert-1907-05-13	{"a4": "539", "g55": "05-570"}	{"g55": "05-570", "lerrcp": "A4-539"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Humblot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1907-05-13 17:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Fontenay-sous-Bois", "geoid": 0}, "notime": null, "date-ut": "1907-05-13 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Humblot"}, "birth": {"tzo": "+00:09:21", "date": "1907-05-13 17:00", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Fontenayssbois", "geoid": 0}, "date-ut": "1907-05-13 16:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-539"}, "ids-in-sources": {"a4": "539"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "13", "LAT": "48N47", "LON": "2E29", "MON": "5", "NUM": "539", "PRO": "P", "SEC": "40", "YEA": "1907", "CITY": "FONTENAYSSBOIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Fontenay-sous-Bois"}}, "partial-ids": {"g55": "05-570"}, "ids-in-source": {"g55": "05-570"}}, "raw": {"DAY": "13-5-1907", "HOUR": "17 h.", "NAME": "HUMBLOT Robert", "PLACE": "Fontenay-sous-Bois (Seine)."}, "date": "2023-08-20T14:48:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9293	imer-edouard-1820-12-23	{"a4": "541", "g55": "05-572"}	{"g55": "05-572", "lerrcp": "A4-541"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Imer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:14", "date": "1820-12-23 05:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1820-12-23 04:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Imer"}, "birth": {"tzo": "+00:19:14", "date": "1820-12-23 05:00", "place": {"c2": "84", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1820-12-23 04:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-541"}, "ids-in-sources": {"a4": "541"}}, "raw": {"H": "4", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "23", "LAT": "43N57", "LON": "4E50", "MON": "12", "NUM": "541", "PRO": "P", "SEC": "40", "YEA": "1820", "CITY": "AVIGNON"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-572"}, "ids-in-source": {"g55": "05-572"}}, "raw": {"DAY": "23-12-1820", "HOUR": "5 h.", "NAME": "IMER Edouard Auguste", "PLACE": "Avignon (Vaucluse)."}, "date": "2023-08-20T14:48:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9294	isenbart-marie-1846-03-03	{"a4": "542", "g55": "05-573"}	{"g55": "05-573", "lerrcp": "A4-542"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Isenbart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:04", "date": "1846-03-03 06:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1846-03-03 05:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Isenbart"}, "birth": {"tzo": "+00:24:04", "date": "1846-03-03 06:00", "place": {"c2": "25", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1846-03-03 05:35:52"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-542"}, "ids-in-sources": {"a4": "542"}}, "raw": {"H": "5", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "3", "LAT": "47N15", "LON": "6E 2", "MON": "3", "NUM": "542", "PRO": "P", "SEC": "52", "YEA": "1846", "CITY": "BESANCON"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-573"}, "ids-in-source": {"g55": "05-573"}}, "raw": {"DAY": "3-3-1846", "HOUR": "6 h.", "NAME": "ISENBART Marle-Victor", "PLACE": "Besançon (Doubs)."}, "date": "2023-08-20T14:48:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9297	jacque-emile-1848-03-22	{"a4": "545", "g55": "05-574"}	{"g55": "05-574", "lerrcp": "A4-545"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Jacque", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:52", "date": "1848-03-22 09:00", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 5.21667, "lat": 46.2, "name": "Epernans", "geoid": 0}, "notime": null, "date-ut": "1848-03-22 08:39:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Jacque"}, "birth": {"tzo": "+00:20:52", "date": "1848-03-22 09:00", "place": {"c2": "01", "cy": "FR", "lg": 5.21667, "lat": 46.2, "name": "Epervans", "geoid": 0}, "date-ut": "1848-03-22 08:39:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-545"}, "ids-in-sources": {"a4": "545"}}, "raw": {"H": "8", "MN": "39", "TZ": "0", "COD": "01", "COU": "F", "DAY": "22", "LAT": "46N12", "LON": "5E13", "MON": "3", "NUM": "545", "PRO": "P", "SEC": "8", "YEA": "1848", "CITY": "EPERVANS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Epernans"}}, "partial-ids": {"g55": "05-574"}, "ids-in-source": {"g55": "05-574"}}, "raw": {"DAY": "22-3-1848", "HOUR": "9 h.", "NAME": "JACQUE Emile", "PLACE": "Epernans (Saône-et-Loire)."}, "date": "2023-08-20T14:48:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9301	jalabert-jean-1815-07-11	{"a4": "549", "g55": "05-577"}	{"g55": "05-577", "lerrcp": "A4-549"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Jalabert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1815-07-11 17:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "notime": null, "date-ut": "1815-07-11 16:50:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Jalabert"}, "birth": {"tzo": "+00:09:24", "date": "1815-07-11 17:00", "place": {"c2": "11", "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "date-ut": "1815-07-11 16:50:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-549"}, "ids-in-sources": {"a4": "549"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "11", "LAT": "43N12", "LON": "2E21", "MON": "7", "NUM": "549", "PRO": "P", "SEC": "36", "YEA": "1815", "CITY": "CARCASSONNE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-577"}, "ids-in-source": {"g55": "05-577"}}, "raw": {"DAY": "11-7-1815", "HOUR": "17 h.", "NAME": "JALABERT Jean", "PLACE": "Carcassonne (Aude)."}, "date": "2023-08-20T14:48:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9304	jeanniot-pierre-1826-05-28	{"a4": "552", "g55": "05-578"}	{"g55": "05-578", "lerrcp": "A4-552"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Jeanniot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:04", "date": "1826-05-28 13:00", "note": null, "place": {"c1": null, "c2": "70", "c3": null, "cy": "FR", "lg": 5.51539, "lat": 47.61525, "name": "Champlitte", "geoid": 3027082}, "notime": null, "date-ut": "1826-05-28 12:35:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Jeanniot"}, "birth": {"tzo": "+00:22:04", "date": "1826-05-28 13:00", "place": {"c2": "70", "cy": "FR", "lg": 5.51539, "lat": 47.61525, "name": "Champlitte", "geoid": 3027082}, "date-ut": "1826-05-28 12:35:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-552"}, "ids-in-sources": {"a4": "552"}}, "raw": {"H": "12", "MN": "35", "TZ": "0", "COD": "70", "COU": "F", "DAY": "28", "LAT": "47N37", "LON": "6E 9", "MON": "5", "NUM": "552", "PRO": "P", "SEC": "24", "YEA": "1826", "CITY": "CHAMPLITTE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-578"}, "ids-in-source": {"g55": "05-578"}}, "raw": {"DAY": "28-5-1826", "HOUR": "13 h.", "NAME": "JEANNIOT Pierre Alexand.", "PLACE": "Champlitie (Haute-Saône)."}, "date": "2023-08-20T14:48:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9306	job-jacques-1858-11-25	{"a4": "554", "g55": "05-580"}	{"g55": "05-580", "lerrcp": "A4-554"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Job", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:40", "date": "1858-11-25 00:25", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.16667, "lat": 48.76667, "name": "Bar-le-Duc", "geoid": 0}, "notime": null, "date-ut": "1858-11-25 00:04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Job"}, "birth": {"tzo": "+00:20:40", "date": "1858-11-25 00:25", "place": {"c2": "55", "cy": "FR", "lg": 5.16667, "lat": 48.76667, "name": "Barleduc", "geoid": 0}, "date-ut": "1858-11-25 00:04:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-554"}, "ids-in-sources": {"a4": "554"}}, "raw": {"H": "0", "MN": "4", "TZ": "0", "COD": "55", "COU": "F", "DAY": "25", "LAT": "48N46", "LON": "5E10", "MON": "11", "NUM": "554", "PRO": "P", "SEC": "20", "YEA": "1858", "CITY": "BARLEDUC"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Bar-le-Duc"}}, "partial-ids": {"g55": "05-580"}, "ids-in-source": {"g55": "05-580"}}, "raw": {"DAY": "25-11-1858", "HOUR": "0 h. 25", "NAME": "JOB Jacques-Marie", "PLACE": "Bar-le-Duc (Meuse)."}, "date": "2023-08-20T14:48:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9308	jobert-paul-1863-08-19	{"a4": "556", "g55": "05-582"}	{"g55": "05-582", "lerrcp": "A4-556"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Jobert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": -1.315, "lat": 34.87833, "name": "Tlemcen", "geoid": 2475687}, "notime": null, "date-ut": "1863-08-19 13:34:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Jobert"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": -1.315, "lat": 34.87833, "name": "Tlemcen", "geoid": 2475687}, "date-ut": "1863-08-19 13:34:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-556"}, "ids-in-sources": {"a4": "556"}}, "raw": {"H": "13", "MN": "34", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "19", "LAT": "35N 0", "LON": "1W 0", "MON": "8", "NUM": "556", "PRO": "P", "SEC": "0", "YEA": "1863", "CITY": "TLEMCEN"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-582"}, "ids-in-source": {"g55": "05-582"}}, "raw": {"DAY": "19-8-1863", "HOUR": "13 h. 30", "NAME": "JOBERT Paul C. F.", "PLACE": "Tlemcen (Algérie)."}, "date": "2023-08-20T14:48:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9309	jodelet-emmanuel-1883-12-24	{"a4": "557", "g55": "05-583"}	{"g55": "05-583", "lerrcp": "A4-557"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emmanuel", "family": "Jodelet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:19", "date": "1883-12-24 07:00", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.57726, "lat": 47.02043, "name": "Augerans", "geoid": 3036207}, "notime": null, "date-ut": "1883-12-24 06:37:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emmanuel", "family": "Jodelet"}, "birth": {"tzo": "+00:22:19", "date": "1883-12-24 07:00", "place": {"c2": "39", "cy": "FR", "lg": 5.57726, "lat": 47.02043, "name": "Augerans", "geoid": 3036207}, "date-ut": "1883-12-24 06:37:48"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-557"}, "ids-in-sources": {"a4": "557"}}, "raw": {"H": "6", "MN": "37", "TZ": "0", "COD": "39", "COU": "F", "DAY": "24", "LAT": "46N40", "LON": "5E33", "MON": "12", "NUM": "557", "PRO": "P", "SEC": "48", "YEA": "1883", "CITY": "AUGERANS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-583"}, "ids-in-source": {"g55": "05-583"}}, "raw": {"DAY": "24-12-1883", "HOUR": "7 h.", "NAME": "JODELET Emmanuel", "PLACE": "Augerans (Jura)."}, "date": "2023-08-20T14:48:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9311	jolyet-philippe-1832-11-11	{"a4": "559", "g55": "05-585"}	{"g55": "05-585", "lerrcp": "A4-559"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Jolyet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:20", "date": "1832-11-11 08:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 46.3, "name": "Pierre-en-Bresse", "geoid": 0}, "notime": null, "date-ut": "1832-11-11 07:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Jolyet"}, "birth": {"tzo": "+00:19:20", "date": "1832-11-11 08:00", "place": {"c2": "71", "cy": "FR", "lg": 4.83333, "lat": 46.3, "name": "Pierreenbresse", "geoid": 0}, "date-ut": "1832-11-11 07:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-559"}, "ids-in-sources": {"a4": "559"}}, "raw": {"H": "7", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "11", "LAT": "46N18", "LON": "4E50", "MON": "11", "NUM": "559", "PRO": "P", "SEC": "40", "YEA": "1832", "CITY": "PIERREENBRESSE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Pierre-en-Bresse"}}, "partial-ids": {"g55": "05-585"}, "ids-in-source": {"g55": "05-585"}}, "raw": {"DAY": "11-11-1832", "HOUR": "8 h.", "NAME": "JOLYET Philippe", "PLACE": "Pierre-en-Bresse (Saône-et-Loire)."}, "date": "2023-08-20T14:48:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9313	jourdain-roger-joseph-1845-12-11	{"a4": "561", "g55": "05-587"}	{"g55": "05-587", "lerrcp": "A4-561"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger Joseph", "family": "Jourdain", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:40", "date": "1845-12-11 06:00", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.16667, "lat": 49.21667, "name": "Louviers", "geoid": 2997336}, "notime": null, "date-ut": "1845-12-11 05:55:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-561"}, "birth": {"tzo": "+00:04:40", "date": "1845-12-11 06:00", "place": {"c2": "27", "cy": "FR", "lg": 1.16667, "lat": 49.21667, "name": "Louviers", "geoid": 2997336}, "date-ut": "1845-12-11 05:55:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-561"}, "ids-in-sources": {"a4": "561"}}, "raw": {"H": "5", "MN": "55", "TZ": "0", "COD": "27", "COU": "F", "DAY": "11", "LAT": "49N 1", "LON": "1E11", "MON": "12", "NUM": "561", "PRO": "P", "SEC": "16", "YEA": "1845", "CITY": "LOUVIERS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Roger Joseph", "family": "Jourdain", "nobility": ""}, "slug": "jourdain-roger-joseph-1845-12-11", "partial-ids": {"g55": "05-587"}, "ids-in-source": {"g55": "05-587"}}, "raw": {"DAY": "11-12-1845", "HOUR": "6 h.", "NAME": "JOURDAIN Roger Joseph", "PLACE": "Louviers (Eure)."}, "date": "2023-08-20T14:48:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9314	jourdan-louis-jean-1872-03-07	{"a4": "562", "g55": "05-588"}	{"g55": "05-588", "lerrcp": "A4-562"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis Jean", "family": "Jourdan", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:52", "date": "1872-03-07 19:00", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 5.21667, "lat": 46.2, "name": "Bourg", "geoid": 0}, "notime": null, "date-ut": "1872-03-07 18:39:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-562"}, "birth": {"tzo": "+00:20:52", "date": "1872-03-07 19:00", "place": {"c2": "01", "cy": "FR", "lg": 5.21667, "lat": 46.2, "name": "Bourg", "geoid": 0}, "date-ut": "1872-03-07 18:39:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-562"}, "ids-in-sources": {"a4": "562"}}, "raw": {"H": "18", "MN": "39", "TZ": "0", "COD": "01", "COU": "F", "DAY": "7", "LAT": "46N12", "LON": "5E13", "MON": "3", "NUM": "562", "PRO": "P", "SEC": "8", "YEA": "1872", "CITY": "BOURG"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Louis Jean", "family": "Jourdan", "nobility": ""}, "slug": "jourdan-louis-jean-1872-03-07", "birth": {"place": {"name": "Bourg"}}, "partial-ids": {"g55": "05-588"}, "ids-in-source": {"g55": "05-588"}}, "raw": {"DAY": "7-3-1872", "HOUR": "19 h.", "NAME": "JOURDAN Louis Jean", "PLACE": "Bourg (Ain)."}, "date": "2023-08-20T14:48:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9316	jourdy-paul-1805-12-17	{"a4": "564", "g55": "05-590"}	{"g55": "05-590", "lerrcp": "A4-564"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Jourdy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:04", "date": "1805-12-17 23:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "notime": null, "date-ut": "1805-12-17 22:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Jourdy"}, "birth": {"tzo": "+00:20:04", "date": "1805-12-17 23:00", "place": {"c2": "21", "cy": "FR", "lg": 5.01667, "lat": 47.31667, "name": "Dijon", "geoid": 3021372}, "date-ut": "1805-12-17 22:39:52"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-564"}, "ids-in-sources": {"a4": "564"}}, "raw": {"H": "22", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "17", "LAT": "47N19", "LON": "5E 2", "MON": "12", "NUM": "564", "PRO": "P", "SEC": "52", "YEA": "1805", "CITY": "DIJON"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-590"}, "ids-in-source": {"g55": "05-590"}}, "raw": {"DAY": "17-12-1805", "HOUR": "23 h.", "NAME": "JOURDY Paul", "PLACE": "Dijon (Côte-d’Or)."}, "date": "2023-08-20T14:48:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9318	jugelet-jean-1805-08-25	{"a4": "566", "g55": "05-592"}	{"g55": "05-592", "lerrcp": "A4-566"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Jugelet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:17:57", "date": "1805-08-25 05:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "notime": null, "date-ut": "1805-08-25 05:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Jugelet"}, "birth": {"tzo": "-00:17:57", "date": "1805-08-25 05:00", "place": {"c2": "29", "cy": "FR", "lg": -4.48628, "lat": 48.39029, "name": "Brest", "geoid": 3030300}, "date-ut": "1805-08-25 05:16:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-566"}, "ids-in-sources": {"a4": "566"}}, "raw": {"H": "5", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "25", "LAT": "48N 0", "LON": "4W 6", "MON": "8", "NUM": "566", "PRO": "P", "SEC": "24", "YEA": "1805", "CITY": "BREST"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-592"}, "ids-in-source": {"g55": "05-592"}}, "raw": {"DAY": "25-8-1805", "HOUR": "5 h.", "NAME": "JUGELET Jean-Marie", "PLACE": "Brest (Finistère)."}, "date": "2023-08-20T14:48:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9319	julien-bernard-1802-11-16	{"a4": "567", "g55": "05-593"}	{"g55": "05-593", "lerrcp": "A4-567"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Julien", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:54", "date": "1802-11-16 09:55:34", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "notime": null, "date-ut": "1802-11-16 10:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Julien"}, "birth": {"tzo": "-00:05:54", "date": "1802-11-16 09:55:34", "place": {"c2": "64", "cy": "FR", "lg": -1.473, "lat": 43.49316, "name": "Bayonne", "geoid": 3034475}, "date-ut": "1802-11-16 10:01:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-567"}, "ids-in-sources": {"a4": "567"}}, "raw": {"H": "10", "MN": "1", "TZ": "0", "COD": "64", "COU": "F", "DAY": "16", "LAT": "43N18", "LON": "0W22", "MON": "11", "NUM": "567", "PRO": "P", "SEC": "28", "YEA": "1802", "CITY": "BAYONNE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-593"}, "ids-in-source": {"g55": "05-593"}}, "raw": {"DAY": "16-11-1802", "HOUR": "10 h.", "NAME": "\\fJULIEN Bernard", "PLACE": "Bayonne (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:49+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9321	kauffmann-paul-1849-07-08	{"a4": "569", "g55": "05-595"}	{"g55": "05-595", "lerrcp": "A4-569"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Kauffmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:27:25", "date": "1849-07-08 22:00", "note": null, "place": {"c1": null, "c2": "90", "c3": null, "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "notime": null, "date-ut": "1849-07-08 21:32:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Kauffmann"}, "birth": {"tzo": "+00:27:25", "date": "1849-07-08 22:00", "place": {"c2": "90", "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "date-ut": "1849-07-08 21:32:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-569"}, "ids-in-sources": {"a4": "569"}}, "raw": {"H": "21", "MN": "32", "TZ": "0", "COD": "90", "COU": "F", "DAY": "8", "LAT": "47N38", "LON": "6E52", "MON": "7", "NUM": "569", "PRO": "P", "SEC": "32", "YEA": "1849", "CITY": "BELFORT"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-595"}, "ids-in-source": {"g55": "05-595"}}, "raw": {"DAY": "8-7-1849", "HOUR": "22 h.", "NAME": "KAUFFMANN Raoul Adolphe", "PLACE": "Belfort (Terr. de Belf.)."}, "date": "2023-08-20T14:48:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9322	klingsor-tristan-1874-08-08	{"a4": "570", "a6": "443", "g55": "05-596"}	{"g55": "05-596", "lerrcp": "A4-570"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Tristan", "family": "Klingsor", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:20", "date": "1874-08-08 17:00", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "La Chapelle-aux-Pots", "geoid": 0}, "notime": null, "date-ut": "1874-08-08 16:51:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter", "poet"]	5	null	[{"new": {"name": {"given": "Tristan", "family": "Klingsor"}, "birth": {"tzo": "+00:08:20", "date": "1874-08-08 17:00", "place": {"c2": "60", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Lachapelleauxpo", "geoid": 0}, "date-ut": "1874-08-08 16:51:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-570"}, "ids-in-sources": {"a4": "570"}}, "raw": {"H": "16", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "8", "LAT": "49N26", "LON": "2E 5", "MON": "8", "NUM": "570", "PRO": "P", "SEC": "40", "YEA": "1874", "CITY": "LACHAPELLEAUXPO"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "443"}}, "raw": {"H": "16", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "8", "LAT": "49N26", "LON": "2E 5", "MON": "8", "NUM": "443", "PRO": "W", "SEC": "40", "YEA": "1874", "CITY": "LA CHAPELLE AUX"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"birth": {"place": {"name": "La Chapelle-aux-Pots"}}, "partial-ids": {"g55": "05-596"}, "ids-in-source": {"g55": "05-596"}}, "raw": {"DAY": "8-8-1874", "HOUR": "17 h.", "NAME": "KLINGSOR Léon (Leclére)", "PLACE": "La Chapelle-aux-Pots (Oise)."}, "date": "2023-08-20T14:48:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9324	kreyder-alexis-1839-10-21	{"a4": "572", "g55": "05-598"}	{"g55": "05-598", "lerrcp": "A4-572"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexis", "family": "Kreyder", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:40", "date": "1839-10-21 11:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.41697, "lat": 48.38607, "name": "Andlau", "geoid": 3037708}, "notime": null, "date-ut": "1839-10-21 10:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alexis", "family": "Kreyder"}, "birth": {"tzo": "+00:29:40", "date": "1839-10-21 11:00", "place": {"c2": "67", "cy": "FR", "lg": 7.41697, "lat": 48.38607, "name": "Andlau", "geoid": 3037708}, "date-ut": "1839-10-21 10:29"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-572"}, "ids-in-sources": {"a4": "572"}}, "raw": {"H": "10", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "21", "LAT": "48N35", "LON": "7E45", "MON": "10", "NUM": "572", "PRO": "P", "SEC": "0", "YEA": "1839", "CITY": "ANDLAU"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-598"}, "ids-in-source": {"g55": "05-598"}}, "raw": {"DAY": "21-10-1839", "HOUR": "11 h.", "NAME": "KREYDER Alexis", "PLACE": "Andlau (Bas-Rhin)."}, "date": "2023-08-20T14:48:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9326	kuwasseg-charles-1833-09-23	{"a4": "574", "g55": "05-600"}	{"g55": "05-600", "lerrcp": "A4-574"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Kuwasseg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:39", "date": "1833-09-23 08:00", "note": null, "place": {"c1": null, "c2": "91", "c3": null, "cy": "FR", "lg": 2.41418, "lat": 48.68466, "name": "Draveil", "geoid": 3020832}, "notime": null, "date-ut": "1833-09-23 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Kuwasseg"}, "birth": {"tzo": "+00:09:39", "date": "1833-09-23 08:00", "place": {"c2": "91", "cy": "FR", "lg": 2.41418, "lat": 48.68466, "name": "Draveil", "geoid": 3020832}, "date-ut": "1833-09-23 07:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-574"}, "ids-in-sources": {"a4": "574"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "91", "COU": "F", "DAY": "23", "LAT": "48N36", "LON": "2E20", "MON": "9", "NUM": "574", "PRO": "P", "SEC": "40", "YEA": "1833", "CITY": "DRAVEIL"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-600"}, "ids-in-source": {"g55": "05-600"}}, "raw": {"DAY": "23-9-1833", "HOUR": "8 h.", "NAME": "KUWASSEG Charles Euphr.", "PLACE": "Draveil (Seine-et-Oise)."}, "date": "2023-08-20T14:48:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9332	ladureau-pierre-1882-08-28	{"a4": "580", "g55": "05-603"}	{"g55": "05-603", "lerrcp": "A4-580"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Ladureau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:30", "date": "1882-08-28 21:30", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 2.37681, "lat": 51.0344, "name": "Dunkerque", "geoid": 3020686}, "notime": null, "date-ut": "1882-08-28 21:17:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Ladureau"}, "birth": {"tzo": "+00:09:30", "date": "1882-08-28 21:30", "place": {"c2": "59", "cy": "FR", "lg": 2.37681, "lat": 51.0344, "name": "Dunkerque", "geoid": 3020686}, "date-ut": "1882-08-28 21:17:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-580"}, "ids-in-sources": {"a4": "580"}}, "raw": {"H": "21", "MN": "17", "TZ": "0", "COD": "59", "COU": "F", "DAY": "28", "LAT": "50N39", "LON": "3E 5", "MON": "8", "NUM": "580", "PRO": "P", "SEC": "40", "YEA": "1882", "CITY": "DUNKERQUE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-603"}, "ids-in-source": {"g55": "05-603"}}, "raw": {"DAY": "28-8-1882", "HOUR": "21 h. 30", "NAME": "LADUREAU Pierre", "PLACE": "Dunkerque (Nord)."}, "date": "2023-08-20T14:48:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9337	la-lyre-adolphe-1848-10-01	{"a4": "585", "g55": "05-605"}	{"g55": "05-605", "lerrcp": "A4-585"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "La Lyre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:40", "date": "1848-10-01 12:30", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.16667, "lat": 48.76667, "name": "Rouvres", "geoid": 0}, "notime": null, "date-ut": "1848-10-01 12:09:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "La Lyre"}, "birth": {"tzo": "+00:20:40", "date": "1848-10-01 12:30", "place": {"c2": "55", "cy": "FR", "lg": 5.16667, "lat": 48.76667, "name": "Rouvres", "geoid": 0}, "date-ut": "1848-10-01 12:09:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-585"}, "ids-in-sources": {"a4": "585"}}, "raw": {"H": "12", "MN": "9", "TZ": "0", "COD": "55", "COU": "F", "DAY": "1", "LAT": "48N46", "LON": "5E10", "MON": "10", "NUM": "585", "PRO": "P", "SEC": "20", "YEA": "1848", "CITY": "ROUVRES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Rouvres"}}, "partial-ids": {"g55": "05-605"}, "ids-in-source": {"g55": "05-605"}}, "raw": {"DAY": "1-10-1848", "HOUR": "12 h. 30", "NAME": "LA LYRE Adolphe (Lalire)", "PLACE": "Rouvres (Meuse)."}, "date": "2023-08-20T14:48:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9340	lambert-jacques-1877-03-02	{"a4": "588", "g55": "05-607"}	{"g55": "05-607", "lerrcp": "A4-588"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Lambert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:52", "date": "1877-03-02 21:30", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.21757, "lat": 48.82292, "name": "Sèvres", "geoid": 2974678}, "notime": null, "date-ut": "1877-03-02 21:21:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Lambert"}, "birth": {"tzo": "+00:08:52", "date": "1877-03-02 21:30", "place": {"c2": "92", "cy": "FR", "lg": 2.21757, "lat": 48.82292, "name": "Sèvres", "geoid": 2974678}, "date-ut": "1877-03-02 21:21:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-588"}, "ids-in-sources": {"a4": "588"}}, "raw": {"H": "21", "MN": "21", "TZ": "0", "COD": "92", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E11", "MON": "3", "NUM": "588", "PRO": "P", "SEC": "16", "YEA": "1877", "CITY": "SEVRES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-607"}, "ids-in-source": {"g55": "05-607"}}, "raw": {"DAY": "2-3-1877", "HOUR": "21 h. 30", "NAME": "LAMBERT Jacques Henri", "PLACE": "Sèvres (Seine-et-Oise)."}, "date": "2023-08-20T14:48:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9345	lanfant-francois-1814-08-23	{"a4": "593", "g55": "05-608"}	{"g55": "05-608", "lerrcp": "A4-593"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Lanfant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1814-08-23 13:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Sierck", "geoid": 0}, "notime": null, "date-ut": "1814-08-23 12:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "François", "family": "Lanfant"}, "birth": {"tzo": "+00:24:44", "date": "1814-08-23 13:00", "place": {"c2": "57", "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Sierck", "geoid": 0}, "date-ut": "1814-08-23 12:35:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-593"}, "ids-in-sources": {"a4": "593"}}, "raw": {"H": "12", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "23", "LAT": "49N 7", "LON": "6E11", "MON": "8", "NUM": "593", "PRO": "P", "SEC": "16", "YEA": "1814", "CITY": "SIERCK"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Sierck"}}, "partial-ids": {"g55": "05-608"}, "ids-in-source": {"g55": "05-608"}}, "raw": {"DAY": "23-8-1814", "HOUR": "13 h.", "NAME": "LANFANT Francois Louis", "PLACE": "Sierck (Moselle)."}, "date": "2023-08-20T14:48:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9347	lansac-francois-1803-10-02	{"a4": "595", "g55": "05-610"}	{"g55": "05-610", "lerrcp": "A4-595"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Lansac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:05", "date": "1803-10-02 14:00", "note": null, "place": {"c1": null, "c2": "19", "c3": null, "cy": "FR", "lg": 1.77233, "lat": 45.26582, "name": "Tulle", "geoid": 2971482}, "notime": null, "date-ut": "1803-10-02 13:52:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "François", "family": "Lansac"}, "birth": {"tzo": "+00:07:05", "date": "1803-10-02 14:00", "place": {"c2": "19", "cy": "FR", "lg": 1.77233, "lat": 45.26582, "name": "Tulle", "geoid": 2971482}, "date-ut": "1803-10-02 13:52:56"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-595"}, "ids-in-sources": {"a4": "595"}}, "raw": {"H": "13", "MN": "52", "TZ": "0", "COD": "19", "COU": "F", "DAY": "2", "LAT": "45N16", "LON": "1E46", "MON": "10", "NUM": "595", "PRO": "P", "SEC": "56", "YEA": "1803", "CITY": "TULLE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-610"}, "ids-in-source": {"g55": "05-610"}}, "raw": {"DAY": "2-10-1803", "HOUR": "14 h.", "NAME": "LANSAC Francois E. (de)", "PLACE": "Tulle (Corrèze)."}, "date": "2023-08-20T14:48:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9351	lapitot-louis-1803-08-18	{"a4": "599", "g55": "05-613"}	{"g55": "05-613", "lerrcp": "A4-599"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Lapitot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:56", "date": "1803-08-18 04:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Joinville-le-Pont", "geoid": 0}, "notime": null, "date-ut": "1803-08-18 03:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Lapitot"}, "birth": {"tzo": "+00:09:56", "date": "1803-08-18 04:00", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Joinvillelepont", "geoid": 0}, "date-ut": "1803-08-18 03:50:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-599"}, "ids-in-sources": {"a4": "599"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "18", "LAT": "48N47", "LON": "2E29", "MON": "8", "NUM": "599", "PRO": "P", "SEC": "4", "YEA": "1803", "CITY": "JOINVILLELEPONT"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Joinville-le-Pont"}}, "partial-ids": {"g55": "05-613"}, "ids-in-source": {"g55": "05-613"}}, "raw": {"DAY": "18-8-1803", "HOUR": "4 h.", "NAME": "LAPITOT Louis Auguste", "PLACE": "Joinville-le-Pont (Seine)."}, "date": "2023-08-20T14:48:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9354	la-roche-armand-1826-10-24	{"a4": "602", "g55": "05-615"}	{"g55": "05-615", "lerrcp": "A4-602"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "La Roche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1826-10-24 18:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Saint-Cyr-l’Ecole", "geoid": 0}, "notime": null, "date-ut": "1826-10-24 17:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Armand", "family": "La Roche"}, "birth": {"tzo": "+00:08:32", "date": "1826-10-24 18:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Stcyrlecole", "geoid": 0}, "date-ut": "1826-10-24 17:51:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-602"}, "ids-in-sources": {"a4": "602"}}, "raw": {"H": "17", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "24", "LAT": "48N50", "LON": "2E 8", "MON": "10", "NUM": "602", "PRO": "P", "SEC": "28", "YEA": "1826", "CITY": "STCYRLECOLE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Cyr-l’Ecole"}}, "partial-ids": {"g55": "05-615"}, "ids-in-source": {"g55": "05-615"}}, "raw": {"DAY": "24-10-1826", "HOUR": "18 h.", "NAME": "LA ROCHE Armand", "PLACE": "Saint-Cyr-l’Ecole (S.-et-O.)."}, "date": "2023-08-20T14:48:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9356	lascaux-elie-1888-04-05	{"a4": "604", "g55": "05-617"}	{"g55": "05-617", "lerrcp": "A4-604"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elie", "family": "Lascaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:59", "date": "1888-04-05 05:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1888-04-05 04:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Elie", "family": "Lascaux"}, "birth": {"tzo": "+00:04:59", "date": "1888-04-05 05:00", "place": {"c2": "87", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1888-04-05 04:55"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-604"}, "ids-in-sources": {"a4": "604"}}, "raw": {"H": "4", "MN": "55", "TZ": "0", "COD": "87", "COU": "F", "DAY": "5", "LAT": "45N50", "LON": "1E15", "MON": "4", "NUM": "604", "PRO": "P", "SEC": "0", "YEA": "1888", "CITY": "LIMOGES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-617"}, "ids-in-source": {"g55": "05-617"}}, "raw": {"DAY": "5-4-1888", "HOUR": "5 h.", "NAME": "LASCAUX Elie", "PLACE": "Limoges (Haute-Vienne)."}, "date": "2023-08-20T14:48:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9360	laugee-georges-1853-12-19	{"a4": "608", "g55": "05-620"}	{"g55": "05-620", "lerrcp": "A4-608"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Laugee", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:45", "date": "1853-12-19 00:56:25", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.18769, "lat": 49.54518, "name": "Montivilliers", "geoid": 2992367}, "notime": null, "date-ut": "1853-12-19 00:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Laugee"}, "birth": {"tzo": "+00:00:45", "date": "1853-12-19 00:56:25", "place": {"c2": "76", "cy": "FR", "lg": 0.18769, "lat": 49.54518, "name": "Montivilliers", "geoid": 2992367}, "date-ut": "1853-12-19 00:55:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-608"}, "ids-in-sources": {"a4": "608"}}, "raw": {"H": "0", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "19", "LAT": "49N26", "LON": "1E 5", "MON": "12", "NUM": "608", "PRO": "P", "SEC": "40", "YEA": "1853", "CITY": "MONTIVILLIERS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-620"}, "ids-in-source": {"g55": "05-620"}}, "raw": {"DAY": "19-12-1853", "HOUR": "1 h.", "NAME": "LAUGEE Georges", "PLACE": "Montivilliers (Seine-Inférieure)."}, "date": "2023-08-20T14:48:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9362	laure-jean-1806-05-14	{"a4": "610", "g55": "05-622"}	{"g55": "05-622", "lerrcp": "A4-610"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Laure", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:52", "date": "1806-05-14 01:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1806-05-14 00:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Laure"}, "birth": {"tzo": "+00:22:52", "date": "1806-05-14 01:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1806-05-14 00:37:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-610"}, "ids-in-sources": {"a4": "610"}}, "raw": {"H": "0", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "14", "LAT": "45N11", "LON": "5E43", "MON": "5", "NUM": "610", "PRO": "P", "SEC": "8", "YEA": "1806", "CITY": "GRENOBLE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-622"}, "ids-in-source": {"g55": "05-622"}}, "raw": {"DAY": "14-5-1806", "HOUR": "1 h.", "NAME": "LAURE Jean Francois", "PLACE": "Grenoble (Isère)."}, "date": "2023-08-20T14:48:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9367	laurent-desrousseaux-henri-a-1862-07-15	{"a4": "615", "g55": "05-624"}	{"g55": "05-624", "lerrcp": "A4-615"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri A.", "family": "Laurent-desrousseaux", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:56", "date": "1862-07-15 15:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Joinville-le-Pont", "geoid": 0}, "notime": null, "date-ut": "1862-07-15 14:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-615"}, "birth": {"tzo": "+00:09:56", "date": "1862-07-15 15:00", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Joinvillelepont", "geoid": 0}, "date-ut": "1862-07-15 14:50:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-615"}, "ids-in-sources": {"a4": "615"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "15", "LAT": "48N47", "LON": "2E29", "MON": "7", "NUM": "615", "PRO": "P", "SEC": "4", "YEA": "1862", "CITY": "JOINVILLELEPONT"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Henri A.", "family": "Laurent-desrousseaux", "nobility": ""}, "slug": "laurent-desrousseaux-henri-a-1862-07-15", "birth": {"place": {"name": "Joinville-le-Pont"}}, "partial-ids": {"g55": "05-624"}, "ids-in-source": {"g55": "05-624"}}, "raw": {"DAY": "15-7-1862", "HOUR": "15 h.", "NAME": "LAURENT-DESROUSSEAUX Henri A.", "PLACE": "Joinville-le-Pont (Seine)."}, "date": "2023-08-20T14:48:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9369	lautrec-lucien-1909-07-19	{"a4": "617", "g55": "05-626"}	{"g55": "05-626", "lerrcp": "A4-617"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Lautrec", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1909-07-19 15:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1909-07-19 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Lautrec"}, "birth": {"tzo": "+00:09:21", "date": "1909-07-19 15:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1909-07-19 14:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-617"}, "ids-in-sources": {"a4": "617"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "30", "COU": "F", "DAY": "19", "LAT": "43N51", "LON": "4E21", "MON": "7", "NUM": "617", "PRO": "P", "SEC": "40", "YEA": "1909", "CITY": "NIMES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-626"}, "ids-in-source": {"g55": "05-626"}}, "raw": {"DAY": "19-7-1909", "HOUR": "15 h.", "NAME": "LAUTREC Lucien", "PLACE": "Nimes (Gard)."}, "date": "2023-08-20T14:48:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9371	la-villeon-emmanuel-1858-05-29	{"a4": "619", "g55": "05-627"}	{"g55": "05-627", "lerrcp": "A4-619"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emmanuel", "family": "La Villeon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:48", "date": "1858-05-29 08:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.19961, "lat": 48.35157, "name": "Fougères", "geoid": 3017609}, "notime": null, "date-ut": "1858-05-29 08:06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emmanuel", "family": "La Villeon"}, "birth": {"tzo": "-00:04:48", "date": "1858-05-29 08:00", "place": {"c2": "35", "cy": "FR", "lg": -1.19961, "lat": 48.35157, "name": "Fougères", "geoid": 3017609}, "date-ut": "1858-05-29 08:06:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-619"}, "ids-in-sources": {"a4": "619"}}, "raw": {"H": "8", "MN": "6", "TZ": "0", "COD": "35", "COU": "F", "DAY": "29", "LAT": "48N 7", "LON": "1W40", "MON": "5", "NUM": "619", "PRO": "P", "SEC": "40", "YEA": "1858", "CITY": "FOUGERES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-627"}, "ids-in-source": {"g55": "05-627"}}, "raw": {"DAY": "29-5-1858", "HOUR": "8 h.", "NAME": "LA VILLEON Emmanuel V. (de)", "PLACE": "Fougères (I.-et-V.)."}, "date": "2023-08-20T14:48:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9373	layraud-joseph-1833-10-12	{"a4": "621", "g55": "05-629"}	{"g55": "05-629", "lerrcp": "A4-621"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Layraud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:36", "date": "1833-10-12 22:00", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 4.9, "lat": 44.93333, "name": "La Roche/Le Buis", "geoid": 0}, "notime": null, "date-ut": "1833-10-12 21:40:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Layraud"}, "birth": {"tzo": "+00:19:36", "date": "1833-10-12 22:00", "place": {"c2": "26", "cy": "FR", "lg": 4.9, "lat": 44.93333, "name": "Larocheslebuis", "geoid": 0}, "date-ut": "1833-10-12 21:40:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-621"}, "ids-in-sources": {"a4": "621"}}, "raw": {"H": "21", "MN": "40", "TZ": "0", "COD": "26", "COU": "F", "DAY": "12", "LAT": "44N56", "LON": "4E54", "MON": "10", "NUM": "621", "PRO": "P", "SEC": "24", "YEA": "1833", "CITY": "LAROCHESLEBUIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "La Roche/Le Buis"}}, "partial-ids": {"g55": "05-629"}, "ids-in-source": {"g55": "05-629"}}, "raw": {"DAY": "12-10-1833", "HOUR": "22 h.", "NAME": "LAYRAUD Joseph Fortuné", "PLACE": "La Roche/Le Buis (Drôme)."}, "date": "2023-08-20T14:48:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9378	lebel-edmond-1834-02-05	{"a4": "626", "g55": "05-631"}	{"g55": "05-631", "lerrcp": "A4-626"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Lebel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:12", "date": "1834-02-05 10:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1834-02-05 09:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Lebel"}, "birth": {"tzo": "+00:09:12", "date": "1834-02-05 10:00", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1834-02-05 09:50:48"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-626"}, "ids-in-sources": {"a4": "626"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "5", "LAT": "49N54", "LON": "2E18", "MON": "2", "NUM": "626", "PRO": "P", "SEC": "48", "YEA": "1834", "CITY": "AMIENS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-631"}, "ids-in-source": {"g55": "05-631"}}, "raw": {"DAY": "5-2-1834", "HOUR": "10 h.", "NAME": "LEBEL Edmond", "PLACE": "Amiens (Somme)."}, "date": "2023-08-20T14:48:50+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9385	leenhardt-michel-1853-04-02	{"a4": "633", "g55": "05-634"}	{"g55": "05-634", "lerrcp": "A4-633"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Leenhardt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1853-04-02 23:30", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1853-04-02 23:14:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Leenhardt"}, "birth": {"tzo": "+00:15:30", "date": "1853-04-02 23:30", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1853-04-02 23:14:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-633"}, "ids-in-sources": {"a4": "633"}}, "raw": {"H": "23", "MN": "14", "TZ": "0", "COD": "34", "COU": "F", "DAY": "2", "LAT": "43N37", "LON": "3E53", "MON": "4", "NUM": "633", "PRO": "P", "SEC": "28", "YEA": "1853", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-634"}, "ids-in-source": {"g55": "05-634"}}, "raw": {"DAY": "2-4-1853", "HOUR": "23 h. 30", "NAME": "LEENHARDT Michel Maximilien", "PLACE": "Montpellier (Her.)."}, "date": "2023-08-20T14:48:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9393	lehmann-leon-1873-01-05	{"a4": "641", "g55": "05-637"}	{"g55": "05-637", "lerrcp": "A4-641"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Lehmann", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.23954, "lat": 47.62417, "name": "Altkirch", "geoid": 3038012}, "notime": null, "date-ut": "1873-01-05 22:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Lehmann"}, "birth": {"place": {"c2": "68", "cy": "FR", "lg": 7.23954, "lat": 47.62417, "name": "Altkirch", "geoid": 3038012}, "date-ut": "1873-01-05 22:30:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-641"}, "ids-in-sources": {"a4": "641"}}, "raw": {"H": "23", "MN": "30", "TZ": "-1", "COD": "68", "COU": "F", "DAY": "5", "LAT": "48N 5", "LON": "7E21", "MON": "1", "NUM": "641", "PRO": "P", "SEC": "36", "YEA": "1873", "CITY": "ALTKIRCH"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-637"}, "ids-in-source": {"g55": "05-637"}}, "raw": {"DAY": "5-1-1873", "HOUR": "23 h.", "NAME": "LEHMANN Léon", "PLACE": "Altkirch (Haut-Rhin)."}, "date": "2023-08-20T14:48:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9398	leman-jacques-1829-09-15	{"a4": "646", "g55": "05-639"}	{"g55": "05-639", "lerrcp": "A4-646"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Leman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:20", "date": "1829-09-15 13:00", "note": null, "place": {"c1": null, "c2": "61", "c3": null, "cy": "FR", "lg": 0.08333, "lat": 48.43333, "name": "Laigle", "geoid": 0}, "notime": null, "date-ut": "1829-09-15 12:59:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Leman"}, "birth": {"tzo": "+00:00:20", "date": "1829-09-15 13:00", "place": {"c2": "61", "cy": "FR", "lg": 0.08333, "lat": 48.43333, "name": "Laigle", "geoid": 0}, "date-ut": "1829-09-15 12:59:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-646"}, "ids-in-sources": {"a4": "646"}}, "raw": {"H": "12", "MN": "59", "TZ": "0", "COD": "61", "COU": "F", "DAY": "15", "LAT": "48N26", "LON": "0E 5", "MON": "9", "NUM": "646", "PRO": "P", "SEC": "40", "YEA": "1829", "CITY": "LAIGLE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Laigle"}}, "partial-ids": {"g55": "05-639"}, "ids-in-source": {"g55": "05-639"}}, "raw": {"DAY": "15-9-1829", "HOUR": "13 h.", "NAME": "LEMAN Jacques Edmond", "PLACE": "Laigle (Orne)."}, "date": "2023-08-20T14:48:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9400	lematte-jacques-franc-1850-07-26	{"a4": "648", "g55": "05-641"}	{"g55": "05-641", "lerrcp": "A4-648"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques Franc.", "family": "Lematte", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:09", "date": "1850-07-26 00:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "notime": null, "date-ut": "1850-07-25 23:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-648"}, "birth": {"tzo": "+00:13:09", "date": "1850-07-26 00:00", "place": {"c2": "02", "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "date-ut": "1850-07-25 23:45:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-648"}, "ids-in-sources": {"a4": "648"}}, "raw": {"H": "23", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "25", "LAT": "49N34", "LON": "3E37", "MON": "7", "NUM": "648", "PRO": "P", "SEC": "32", "YEA": "1850", "CITY": "SAINT-QUENTIN"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Jacques Franc.", "family": "Lematte", "nobility": ""}, "slug": "lematte-jacques-franc-1850-07-26", "partial-ids": {"g55": "05-641"}, "ids-in-source": {"g55": "05-641"}}, "raw": {"DAY": "26-7-1850", "HOUR": "0 h.", "NAME": "LEMATTE Jacques Franc.", "PLACE": "Saint-Quentin (Aisne)."}, "date": "2023-08-20T14:48:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9404	lenepveu-jules-1819-12-12	{"a4": "652", "g55": "05-643"}	{"g55": "05-643", "lerrcp": "A4-652"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Lenepveu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:12", "date": "1819-12-12 23:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "notime": null, "date-ut": "1819-12-12 23:02:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Lenepveu"}, "birth": {"tzo": "-00:02:12", "date": "1819-12-12 23:00", "place": {"c2": "49", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "date-ut": "1819-12-12 23:02:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-652"}, "ids-in-sources": {"a4": "652"}}, "raw": {"H": "23", "MN": "2", "TZ": "0", "COD": "49", "COU": "F", "DAY": "12", "LAT": "47N28", "LON": "0W32", "MON": "12", "NUM": "652", "PRO": "P", "SEC": "8", "YEA": "1819", "CITY": "ANGERS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-643"}, "ids-in-source": {"g55": "05-643"}}, "raw": {"DAY": "12-12-1819", "HOUR": "23 h.", "NAME": "LENEPVEU Jules Eugène", "PLACE": "Angers (Maine-et-Loire)."}, "date": "2023-08-20T14:48:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9405	lenoir-charles-1860-10-22	{"a4": "653", "g55": "05-645"}	{"g55": "05-645", "lerrcp": "A4-653"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Lenoir", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:40", "date": "1860-10-22 17:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -1.16667, "lat": 46.15, "name": "Chatelaillon", "geoid": 0}, "notime": null, "date-ut": "1860-10-22 17:04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Lenoir"}, "birth": {"tzo": "-00:04:40", "date": "1860-10-22 17:00", "place": {"c2": "17", "cy": "FR", "lg": -1.16667, "lat": 46.15, "name": "Chatelaillon", "geoid": 0}, "date-ut": "1860-10-22 17:04:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-653"}, "ids-in-sources": {"a4": "653"}}, "raw": {"H": "17", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "22", "LAT": "46N 9", "LON": "1W10", "MON": "10", "NUM": "653", "PRO": "P", "SEC": "40", "YEA": "1860", "CITY": "CHATELAILLON"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Chatelaillon"}}, "partial-ids": {"g55": "05-645"}, "ids-in-source": {"g55": "05-645"}}, "raw": {"DAY": "22-10-1860", "HOUR": "17 h.", "NAME": "LENOIR Charles Amable", "PLACE": "Chatelaillon (Char.-Mar.)."}, "date": "2023-08-20T14:48:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9410	le-petit-alfred-1876-12-12	{"a4": "658", "g55": "05-648"}	{"g55": "05-648", "lerrcp": "A4-658"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Le Petit", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:16", "date": "1876-12-12 10:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.56752, "lat": 49.86789, "name": "Fallencourt", "geoid": 3019090}, "notime": null, "date-ut": "1876-12-12 09:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Le Petit"}, "birth": {"tzo": "+00:06:16", "date": "1876-12-12 10:00", "place": {"c2": "76", "cy": "FR", "lg": 1.56752, "lat": 49.86789, "name": "Fallencourt", "geoid": 3019090}, "date-ut": "1876-12-12 09:55:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-658"}, "ids-in-sources": {"a4": "658"}}, "raw": {"H": "9", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "12", "LAT": "49N26", "LON": "1E 5", "MON": "12", "NUM": "658", "PRO": "P", "SEC": "40", "YEA": "1876", "CITY": "FALLENCOURT"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-648"}, "ids-in-source": {"g55": "05-648"}}, "raw": {"DAY": "12-12-1876", "HOUR": "10 h.", "NAME": "LE PETIT Alfred Marie", "PLACE": "Fallencourt (Seine-Infér.)."}, "date": "2023-08-20T14:48:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9413	leray-prudent-1820-04-29	{"a4": "661", "g55": "05-650"}	{"g55": "05-650", "lerrcp": "A4-661"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Prudent", "family": "Leray", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:54", "date": "1820-04-29 06:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.72452, "lat": 47.21473, "name": "Couëron", "geoid": 3023324}, "notime": null, "date-ut": "1820-04-29 06:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Prudent", "family": "Leray"}, "birth": {"tzo": "-00:06:54", "date": "1820-04-29 06:00", "place": {"c2": "44", "cy": "FR", "lg": -1.72452, "lat": 47.21473, "name": "Couëron", "geoid": 3023324}, "date-ut": "1820-04-29 06:06:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-661"}, "ids-in-sources": {"a4": "661"}}, "raw": {"H": "6", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "29", "LAT": "47N13", "LON": "1W35", "MON": "4", "NUM": "661", "PRO": "P", "SEC": "20", "YEA": "1820", "CITY": "COUERON"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-650"}, "ids-in-source": {"g55": "05-650"}}, "raw": {"DAY": "29-4-1820", "HOUR": "6 h.", "NAME": "LERAY Prudent Louis", "PLACE": "Couéron (Loire-Inférieure)."}, "date": "2023-08-20T14:48:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9414	le-riche-henri-1867-04-12	{"a4": "662", "g55": "05-651"}	{"g55": "05-651", "lerrcp": "A4-662"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Le Riche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:52", "date": "1867-04-12 15:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1867-04-12 14:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Le Riche"}, "birth": {"tzo": "+00:22:52", "date": "1867-04-12 15:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1867-04-12 14:37:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-662"}, "ids-in-sources": {"a4": "662"}}, "raw": {"H": "14", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "12", "LAT": "45N11", "LON": "5E43", "MON": "4", "NUM": "662", "PRO": "P", "SEC": "8", "YEA": "1867", "CITY": "GRENOBLE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-651"}, "ids-in-source": {"g55": "05-651"}}, "raw": {"DAY": "12-4-1867", "HOUR": "15 h.", "NAME": "\\fLE RICHE Henri", "PLACE": "Grenoble (Isère)."}, "date": "2023-08-20T14:48:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9420	le-senechal-gustave-1840-10-09	{"a4": "668", "g55": "05-653"}	{"g55": "05-653", "lerrcp": "A4-668"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Le Senechal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:13:07", "date": "1840-10-09 07:40", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -3.27812, "lat": 47.80479, "name": "Hennebont", "geoid": 3013521}, "notime": null, "date-ut": "1840-10-09 07:55:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Le Senechal"}, "birth": {"tzo": "-00:13:07", "date": "1840-10-09 07:40", "place": {"c2": "56", "cy": "FR", "lg": -3.27812, "lat": 47.80479, "name": "Hennebont", "geoid": 3013521}, "date-ut": "1840-10-09 07:55:56"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-668"}, "ids-in-sources": {"a4": "668"}}, "raw": {"H": "7", "MN": "55", "TZ": "0", "COD": "56", "COU": "F", "DAY": "9", "LAT": "47N40", "LON": "2W44", "MON": "10", "NUM": "668", "PRO": "P", "SEC": "56", "YEA": "1840", "CITY": "HENNEBONT"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-653"}, "ids-in-source": {"g55": "05-653"}}, "raw": {"DAY": "9-10-1840", "HOUR": "7h. 45", "NAME": "LE SENECHAL de KERDREORET G. E.", "PLACE": "Hennebont (Morbihan)."}, "date": "2023-08-20T14:48:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9421	lesrel-adolphe-alexan-1839-05-19	{"a4": "669", "g55": "05-655"}	{"g55": "05-655", "lerrcp": "A4-669"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe Alexan.", "family": "Lesrel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:54", "date": "1839-05-19 23:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.47676, "lat": 48.68415, "name": "Genêts", "geoid": 3016358}, "notime": null, "date-ut": "1839-05-19 23:04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-669"}, "birth": {"tzo": "-00:05:54", "date": "1839-05-19 23:00", "place": {"c2": "50", "cy": "FR", "lg": -1.47676, "lat": 48.68415, "name": "Genêts", "geoid": 3016358}, "date-ut": "1839-05-19 23:04:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-669"}, "ids-in-sources": {"a4": "669"}}, "raw": {"H": "23", "MN": "4", "TZ": "0", "COD": "50", "COU": "F", "DAY": "19", "LAT": "49N 7", "LON": "1W 5", "MON": "5", "NUM": "669", "PRO": "P", "SEC": "20", "YEA": "1839", "CITY": "GENETS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Adolphe Alexan.", "family": "Lesrel", "nobility": ""}, "slug": "lesrel-adolphe-alexan-1839-05-19", "partial-ids": {"g55": "05-655"}, "ids-in-source": {"g55": "05-655"}}, "raw": {"DAY": "19-5-1839", "HOUR": "23 h.", "NAME": "LESREL Adolphe Alexan.", "PLACE": "Genêts (Manche)."}, "date": "2023-08-20T14:48:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9427	levy-dhurmer-lucien-1865-09-30	{"a4": "675", "g55": "05-657"}	{"g55": "05-657", "lerrcp": "A4-675"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Levy-Dhurmer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "Alger", "geoid": 0}, "notime": null, "date-ut": "1865-09-30 18:48:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Levy-Dhurmer"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "ALGER", "geoid": 0}, "date-ut": "1865-09-30 18:48:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-675"}, "ids-in-sources": {"a4": "675"}}, "raw": {"H": "18", "MN": "48", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "30", "LAT": "36N47", "LON": "3E 0", "MON": "9", "NUM": "675", "PRO": "P", "SEC": "0", "YEA": "1865", "CITY": "ALGER"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Alger"}}, "partial-ids": {"g55": "05-657"}, "ids-in-source": {"g55": "05-657"}}, "raw": {"DAY": "30-9-1865", "HOUR": "19 h.", "NAME": "LEVY-DHURMER Lucien", "PLACE": "Alger (Algérie)."}, "date": "2023-08-20T14:48:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9431	lhuillier-charles-1824-04-28	{"a4": "679", "g55": "05-659"}	{"g55": "05-659", "lerrcp": "A4-679"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Lhuillier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:23", "date": "1824-04-28 13:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.59714, "lat": 48.83792, "name": "Granville", "geoid": 3014867}, "notime": null, "date-ut": "1824-04-28 13:04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Lhuillier"}, "birth": {"tzo": "-00:06:23", "date": "1824-04-28 13:00", "place": {"c2": "50", "cy": "FR", "lg": -1.59714, "lat": 48.83792, "name": "Granville", "geoid": 3014867}, "date-ut": "1824-04-28 13:04:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-679"}, "ids-in-sources": {"a4": "679"}}, "raw": {"H": "13", "MN": "4", "TZ": "0", "COD": "50", "COU": "F", "DAY": "28", "LAT": "49N 7", "LON": "1W 5", "MON": "4", "NUM": "679", "PRO": "P", "SEC": "20", "YEA": "1824", "CITY": "GRANVILLE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-659"}, "ids-in-source": {"g55": "05-659"}}, "raw": {"DAY": "'28-4-1824", "HOUR": "13 h.", "NAME": "LHUILLIER Charles-Marie", "PLACE": "Granville (Manche)."}, "date": "2023-08-20T14:48:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9433	lobrichon-timoleon-1831-04-26	{"a4": "681", "g55": "05-661"}	{"g55": "05-661", "lerrcp": "A4-681"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Timoleon", "family": "Lobrichon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:12", "date": "1831-04-26 21:00", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.54955, "lat": 46.31309, "name": "Cornod", "geoid": 3023572}, "notime": null, "date-ut": "1831-04-26 20:37:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Timoleon", "family": "Lobrichon"}, "birth": {"tzo": "+00:22:12", "date": "1831-04-26 21:00", "place": {"c2": "39", "cy": "FR", "lg": 5.54955, "lat": 46.31309, "name": "Cornod", "geoid": 3023572}, "date-ut": "1831-04-26 20:37:48"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-681"}, "ids-in-sources": {"a4": "681"}}, "raw": {"H": "20", "MN": "37", "TZ": "0", "COD": "39", "COU": "F", "DAY": "26", "LAT": "46N40", "LON": "5E33", "MON": "4", "NUM": "681", "PRO": "P", "SEC": "48", "YEA": "1831", "CITY": "CORNOD"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-661"}, "ids-in-source": {"g55": "05-661"}}, "raw": {"DAY": "26-4-1831", "HOUR": "21 h.", "NAME": "LOBRICHON Timoléon-Marie", "PLACE": "Cornod (Jura)."}, "date": "2023-08-20T14:48:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9435	lopisgich-antoine-1854-03-29	{"a4": "683", "g55": "05-663"}	{"g55": "05-663", "lerrcp": "A4-683"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Lopisgich", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:42", "date": "1854-03-29 18:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.42577, "lat": 46.12709, "name": "Vichy", "geoid": 2969392}, "notime": null, "date-ut": "1854-03-29 17:46:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Lopisgich"}, "birth": {"tzo": "+00:13:42", "date": "1854-03-29 18:00", "place": {"c2": "03", "cy": "FR", "lg": 3.42577, "lat": 46.12709, "name": "Vichy", "geoid": 2969392}, "date-ut": "1854-03-29 17:46:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-683"}, "ids-in-sources": {"a4": "683"}}, "raw": {"H": "17", "MN": "46", "TZ": "0", "COD": "03", "COU": "F", "DAY": "29", "LAT": "46N34", "LON": "3E20", "MON": "3", "NUM": "683", "PRO": "P", "SEC": "40", "YEA": "1854", "CITY": "VICHY"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-663"}, "ids-in-source": {"g55": "05-663"}}, "raw": {"DAY": "29-3-1854", "HOUR": "18 h.", "NAME": "LOPISGICH Antonio Georges", "PLACE": "Vichy (Allier)."}, "date": "2023-08-20T14:48:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9438	loubon-emile-1809-01-12	{"a4": "686", "g55": "05-665"}	{"g55": "05-665", "lerrcp": "A4-686"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Loubon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:48", "date": "1809-01-12 02:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "notime": null, "date-ut": "1809-01-12 01:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Loubon"}, "birth": {"tzo": "+00:21:48", "date": "1809-01-12 02:00", "place": {"c2": "13", "cy": "FR", "lg": 5.44973, "lat": 43.5283, "name": "Aix-en-Provence", "geoid": 3038354}, "date-ut": "1809-01-12 01:38:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-686"}, "ids-in-sources": {"a4": "686"}}, "raw": {"H": "1", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "12", "LAT": "43N18", "LON": "5E22", "MON": "1", "NUM": "686", "PRO": "P", "SEC": "32", "YEA": "1809", "CITY": "AIX-EN-PROVENCE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-665"}, "ids-in-source": {"g55": "05-665"}}, "raw": {"DAY": "12-1-1809", "HOUR": "2 h.", "NAME": "LOUBON Emile Charles", "PLACE": "Aix (Bouches-du-Rhône)."}, "date": "2023-08-20T14:48:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9447	mahe-edouard-1905-05-01	{"a4": "695", "g55": "05-667"}	{"g55": "05-667", "lerrcp": "A4-695"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Mahe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1905-05-01 03:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1905-05-01 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Mahe"}, "birth": {"tzo": "+00:09:21", "date": "1905-05-01 03:00", "place": {"c2": "35", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1905-05-01 02:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-695"}, "ids-in-sources": {"a4": "695"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "35", "COU": "F", "DAY": "1", "LAT": "48N 7", "LON": "1W40", "MON": "5", "NUM": "695", "PRO": "P", "SEC": "40", "YEA": "1905", "CITY": "RENNES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-667"}, "ids-in-source": {"g55": "05-667"}}, "raw": {"DAY": "1-5-1905", "HOUR": "3 h.", "NAME": "MAHE Edmond Francois", "PLACE": "Rennes (Ille-et-Vilaine)."}, "date": "2023-08-20T14:48:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9449	maillart-diogene-1840-10-28	{"a4": "697", "g55": "05-668"}	{"g55": "05-668", "lerrcp": "A4-697"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Diogene", "family": "Maillart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:44", "date": "1840-10-28 08:00", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.18333, "lat": 49.01667, "name": "La Chaussée-du-Bois", "geoid": 0}, "notime": null, "date-ut": "1840-10-28 07:55:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Diogene", "family": "Maillart"}, "birth": {"tzo": "+00:04:44", "date": "1840-10-28 08:00", "place": {"c2": "27", "cy": "FR", "lg": 1.18333, "lat": 49.01667, "name": "Lachausseeduboi", "geoid": 0}, "date-ut": "1840-10-28 07:55:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-697"}, "ids-in-sources": {"a4": "697"}}, "raw": {"H": "7", "MN": "55", "TZ": "0", "COD": "27", "COU": "F", "DAY": "28", "LAT": "49N 1", "LON": "1E11", "MON": "10", "NUM": "697", "PRO": "P", "SEC": "16", "YEA": "1840", "CITY": "LACHAUSSEEDUBOI"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "La Chaussée-du-Bois"}}, "partial-ids": {"g55": "05-668"}, "ids-in-source": {"g55": "05-668"}}, "raw": {"DAY": "28-10-1840", "HOUR": "8 h.", "NAME": "MAILLART Diogéne", "PLACE": "La Chaussée-du-Bois (Eure-et-L.)."}, "date": "2023-08-20T14:48:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9454	malespina-louis-1874-06-21	{"a4": "702", "g55": "05-670"}	{"g55": "05-670", "lerrcp": "A4-702"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Malespina", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.2, "lat": 48.7, "name": "Saint-Nicolas-du-Port", "geoid": 0}, "notime": null, "date-ut": "1874-06-21 20:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Malespina"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.2, "lat": 48.7, "name": "Stnicolasduport", "geoid": 0}, "date-ut": "1874-06-21 20:35:12"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-702"}, "ids-in-sources": {"a4": "702"}}, "raw": {"H": "20", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "21", "LAT": "48N42", "LON": "6E12", "MON": "6", "NUM": "702", "PRO": "P", "SEC": "12", "YEA": "1874", "CITY": "STNICOLASDUPORT"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Nicolas-du-Port"}}, "partial-ids": {"g55": "05-670"}, "ids-in-source": {"g55": "05-670"}}, "raw": {"DAY": "21-6-1874", "HOUR": "21 h.", "NAME": "MALESPINA Louis Ferdin.", "PLACE": "Saint-Nicolas-du-Port (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:48:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9456	manceaux-louis-1862-10-27	{"a4": "704", "g55": "05-672"}	{"g55": "05-672", "lerrcp": "A4-704"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Manceaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:35", "date": "1862-10-27 01:00", "note": null, "place": {"c1": null, "c2": "20", "c3": null, "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Calvi", "geoid": 0}, "notime": null, "date-ut": "1862-10-27 00:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Manceaux"}, "birth": {"tzo": "+00:35", "date": "1862-10-27 01:00", "place": {"c2": "20", "cy": "FR", "lg": 8.75, "lat": 41.91667, "name": "Calvi", "geoid": 0}, "date-ut": "1862-10-27 00:25"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-704"}, "ids-in-sources": {"a4": "704"}}, "raw": {"H": "0", "MN": "25", "TZ": "0", "COD": "20", "COU": "F", "DAY": "27", "LAT": "41N55", "LON": "8E45", "MON": "10", "NUM": "704", "PRO": "P", "SEC": "0", "YEA": "1862", "CITY": "CALVI"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Calvi"}}, "partial-ids": {"g55": "05-672"}, "ids-in-source": {"g55": "05-672"}}, "raw": {"DAY": "27-10-1862", "HOUR": "1 h.", "NAME": "MANCEAUX Louis Antoine", "PLACE": "Calvi (Corse)."}, "date": "2023-08-20T14:48:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9461	marais-adolphe-1856-04-25	{"a4": "709", "g55": "05-674"}	{"g55": "05-674", "lerrcp": "A4-709"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Marais", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:56", "date": "1856-04-25 19:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": 0.23294, "lat": 49.41985, "name": "Honfleur", "geoid": 3013173}, "notime": null, "date-ut": "1856-04-25 19:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Marais"}, "birth": {"tzo": "+00:00:56", "date": "1856-04-25 19:00", "place": {"c2": "14", "cy": "FR", "lg": 0.23294, "lat": 49.41985, "name": "Honfleur", "geoid": 3013173}, "date-ut": "1856-04-25 19:01:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-709"}, "ids-in-sources": {"a4": "709"}}, "raw": {"H": "19", "MN": "1", "TZ": "0", "COD": "14", "COU": "F", "DAY": "25", "LAT": "49N11", "LON": "0W22", "MON": "4", "NUM": "709", "PRO": "P", "SEC": "28", "YEA": "1856", "CITY": "HONFLEUR"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-674"}, "ids-in-source": {"g55": "05-674"}}, "raw": {"DAY": "25-4-1856", "HOUR": "19 h.", "NAME": "MARAIS Adolphe Charles", "PLACE": "Honfleur (Calvados)."}, "date": "2023-08-20T14:48:51+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9465	marche-ernest-gaston-1864-09-14	{"a4": "713", "g55": "05-676"}	{"g55": "05-676", "lerrcp": "A4-713"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest Gaston", "family": "Marche", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:46", "date": "1864-09-14 03:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.69078, "lat": 48.27511, "name": "Nemours", "geoid": 2990793}, "notime": null, "date-ut": "1864-09-14 02:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-713"}, "birth": {"tzo": "+00:10:46", "date": "1864-09-14 03:00", "place": {"c2": "77", "cy": "FR", "lg": 2.69078, "lat": 48.27511, "name": "Nemours", "geoid": 2990793}, "date-ut": "1864-09-14 02:49:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-713"}, "ids-in-sources": {"a4": "713"}}, "raw": {"H": "2", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "14", "LAT": "48N33", "LON": "2E40", "MON": "9", "NUM": "713", "PRO": "P", "SEC": "20", "YEA": "1864", "CITY": "NEMOURS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Ernest Gaston", "family": "Marche", "nobility": ""}, "slug": "marche-ernest-gaston-1864-09-14", "partial-ids": {"g55": "05-676"}, "ids-in-source": {"g55": "05-676"}}, "raw": {"DAY": "14-9-1864", "HOUR": "3 h.", "NAME": "MARCHE Ernest Gaston", "PLACE": "Nemours (Seine-et-Marne)."}, "date": "2023-08-20T14:48:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9442	machard-jules-1839-09-22	{"a4": "690", "g55": "05-678"}	{"g55": "05-678", "lerrcp": "A4-690"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Machard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:50", "date": "1839-09-22 05:00", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.45663, "lat": 47.1262, "name": "Sampans", "geoid": 2976274}, "notime": null, "date-ut": "1839-09-22 04:37:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Machard"}, "birth": {"tzo": "+00:21:50", "date": "1839-09-22 05:00", "place": {"c2": "39", "cy": "FR", "lg": 5.45663, "lat": 47.1262, "name": "Sampans", "geoid": 2976274}, "date-ut": "1839-09-22 04:37:48"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-690"}, "ids-in-sources": {"a4": "690"}}, "raw": {"H": "4", "MN": "37", "TZ": "0", "COD": "39", "COU": "F", "DAY": "22", "LAT": "46N40", "LON": "5E33", "MON": "9", "NUM": "690", "PRO": "P", "SEC": "48", "YEA": "1839", "CITY": "SAMPANS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-678"}, "ids-in-source": {"g55": "05-678"}}, "raw": {"DAY": "22-9-1839", "HOUR": "5 h.", "NAME": "MACHARD Jules Louis", "PLACE": "Sampans (Jura)."}, "date": "2023-08-20T14:48:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9444	magne-desire-alfred-1855-02-27	{"a4": "692", "g55": "05-680"}	{"g55": "05-680", "lerrcp": "A4-692"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Désiré Alfred", "family": "Magne", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:29", "date": "1855-02-27 09:30", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.12204, "lat": 46.43531, "name": "Lusignan", "geoid": 2997058}, "notime": null, "date-ut": "1855-02-27 09:28:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-692"}, "birth": {"tzo": "+00:00:29", "date": "1855-02-27 09:30", "place": {"c2": "86", "cy": "FR", "lg": 0.12204, "lat": 46.43531, "name": "Lusignan", "geoid": 2997058}, "date-ut": "1855-02-27 09:28:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-692"}, "ids-in-sources": {"a4": "692"}}, "raw": {"H": "9", "MN": "28", "TZ": "0", "COD": "86", "COU": "F", "DAY": "27", "LAT": "46N35", "LON": "0E20", "MON": "2", "NUM": "692", "PRO": "P", "SEC": "40", "YEA": "1855", "CITY": "LUSIGNAN"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Désiré Alfred", "family": "Magne", "nobility": ""}, "slug": "magne-desire-alfred-1855-02-27", "partial-ids": {"g55": "05-680"}, "ids-in-source": {"g55": "05-680"}}, "raw": {"DAY": "27-2-1855", "HOUR": "9 h. 30", "NAME": "MAGNE Désiré Alfred", "PLACE": "Lusignan (Vienne)."}, "date": "2023-08-20T14:48:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9468	mare-andre-1885-01-31	{"a4": "716", "g55": "05-682"}	{"g55": "05-682", "lerrcp": "A4-716"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Mare", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:00:05", "date": "1885-01-31 14:00", "note": null, "place": {"c1": null, "c2": "61", "c3": null, "cy": "FR", "lg": -0.02023, "lat": 48.74441, "name": "Argentan", "geoid": 3037051}, "notime": null, "date-ut": "1885-01-31 13:59:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "André", "family": "Mare"}, "birth": {"tzo": "-00:00:05", "date": "1885-01-31 14:00", "place": {"c2": "61", "cy": "FR", "lg": -0.02023, "lat": 48.74441, "name": "Argentan", "geoid": 3037051}, "date-ut": "1885-01-31 13:59:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-716"}, "ids-in-sources": {"a4": "716"}}, "raw": {"H": "13", "MN": "59", "TZ": "0", "COD": "61", "COU": "F", "DAY": "31", "LAT": "48N26", "LON": "0E 5", "MON": "1", "NUM": "716", "PRO": "P", "SEC": "40", "YEA": "1885", "CITY": "ARGENTAN"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-682"}, "ids-in-source": {"g55": "05-682"}}, "raw": {"DAY": "31-1-1885", "HOUR": "14 h.", "NAME": "MARE André", "PLACE": "Argentan (Orne)."}, "date": "2023-08-20T14:48:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9469	marechal-charles-1801-01-27	{"a4": "717", "g55": "05-683"}	{"g55": "05-683", "lerrcp": "A4-717"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Marechal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:41", "date": "1801-01-27 02:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1801-01-27 01:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Marechal"}, "birth": {"tzo": "+00:24:41", "date": "1801-01-27 02:00", "place": {"c2": "57", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1801-01-27 01:35:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-717"}, "ids-in-sources": {"a4": "717"}}, "raw": {"H": "1", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "27", "LAT": "49N 7", "LON": "6E11", "MON": "1", "NUM": "717", "PRO": "P", "SEC": "16", "YEA": "1801", "CITY": "METZ"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-683"}, "ids-in-source": {"g55": "05-683"}}, "raw": {"DAY": "27-1-1801", "HOUR": "2 h.", "NAME": "MARECHAL Charles Laurent", "PLACE": "Metz (Moselle)."}, "date": "2023-08-20T14:48:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9470	marembert-jean-1900-07-11	{"a4": "718", "g55": "05-684"}	{"g55": "05-684", "lerrcp": "A4-718"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Marembert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-07-11 08:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.33333, "lat": 46.56667, "name": "Bourbon-l’Archambault", "geoid": 0}, "notime": null, "date-ut": "1900-07-11 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Marembert"}, "birth": {"tzo": "+00:09:21", "date": "1900-07-11 08:00", "place": {"c2": "03", "cy": "FR", "lg": 3.33333, "lat": 46.56667, "name": "Bourbon-Larchamb", "geoid": 0}, "date-ut": "1900-07-11 07:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-718"}, "ids-in-sources": {"a4": "718"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "03", "COU": "F", "DAY": "11", "LAT": "46N34", "LON": "3E20", "MON": "7", "NUM": "718", "PRO": "P", "SEC": "40", "YEA": "1900", "CITY": "BOURBON-LARCHAMB"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Bourbon-l’Archambault"}}, "partial-ids": {"g55": "05-684"}, "ids-in-source": {"g55": "05-684"}}, "raw": {"DAY": "11-7-1900", "HOUR": "8 h.", "NAME": "MAREMBERT Jean Auguste", "PLACE": "Bourbon-l’Archambault (Al.)."}, "date": "2023-08-20T14:48:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9472	margottet-edouard-1848-05-24	{"a4": "720", "g55": "05-686"}	{"g55": "05-686", "lerrcp": "A4-720"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Margottet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:09", "date": "1848-05-24 03:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "notime": null, "date-ut": "1848-05-24 02:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Margottet"}, "birth": {"tzo": "+00:13:09", "date": "1848-05-24 03:00", "place": {"c2": "02", "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "date-ut": "1848-05-24 02:45:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-720"}, "ids-in-sources": {"a4": "720"}}, "raw": {"H": "2", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "24", "LAT": "49N34", "LON": "3E37", "MON": "5", "NUM": "720", "PRO": "P", "SEC": "32", "YEA": "1848", "CITY": "SAINT-QUENTIN"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-686"}, "ids-in-source": {"g55": "05-686"}}, "raw": {"DAY": "24-5-1848", "HOUR": "3 h.", "NAME": "MARGOTTET Edouard Hippol.", "PLACE": "Saint-Quentin (Aisne)."}, "date": "2023-08-20T14:48:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9497	maurin-charles-1856-04-01	{"a4": "745", "g55": "05-688"}	{"g55": "05-688", "lerrcp": "A4-745"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Maurin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:32", "date": "1856-04-01 09:00", "note": null, "place": {"c1": null, "c2": "43", "c3": null, "cy": "FR", "lg": 3.88333, "lat": 45.05, "name": "Le Puy", "geoid": 0}, "notime": null, "date-ut": "1856-04-01 08:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-745"}, "birth": {"tzo": "+00:15:32", "date": "1856-04-01 09:00", "place": {"c2": "43", "cy": "FR", "lg": 3.88333, "lat": 45.05, "name": "Lepuy", "geoid": 0}, "date-ut": "1856-04-01 08:44:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-745"}, "ids-in-sources": {"a4": "745"}}, "raw": {"H": "8", "MN": "44", "TZ": "0", "COD": "43", "COU": "F", "DAY": "1", "LAT": "45N 3", "LON": "3E53", "MON": "4", "NUM": "745", "PRO": "P", "SEC": "28", "YEA": "1856", "CITY": "LEPUY"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Charles", "family": "Maurin", "nobility": ""}, "slug": "maurin-charles-1856-04-01", "birth": {"place": {"name": "Le Puy"}}, "partial-ids": {"g55": "05-688"}, "ids-in-source": {"g55": "05-688"}}, "raw": {"DAY": "1-4-1856", "HOUR": "9 h.", "NAME": "MAURIN Charles", "PLACE": "Le Puy (Haute-Loire)."}, "date": "2023-08-20T14:48:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9475	marliave-francois-1874-10-10	{"a4": "723", "g55": "05-689"}	{"g55": "05-689", "lerrcp": "A4-723"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Marliave", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:43", "date": "1874-10-10 10:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1874-10-10 09:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "François", "family": "Marliave"}, "birth": {"tzo": "+00:23:43", "date": "1874-10-10 10:00", "place": {"c2": "83", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1874-10-10 09:34:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-723"}, "ids-in-sources": {"a4": "723"}}, "raw": {"H": "9", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "10", "LAT": "43N32", "LON": "6E28", "MON": "10", "NUM": "723", "PRO": "P", "SEC": "8", "YEA": "1874", "CITY": "TOULON"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-689"}, "ids-in-source": {"g55": "05-689"}}, "raw": {"DAY": "10-10-1874", "HOUR": "10 h.", "NAME": "MARLIAVE Francois M. (de)", "PLACE": "Toulon (Var)."}, "date": "2023-08-20T14:48:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9479	marsal-edouard-1845-07-04	{"a4": "727", "g55": "05-691"}	{"g55": "05-691", "lerrcp": "A4-727"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Marsal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:30", "date": "1845-07-04 08:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1845-07-04 07:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Marsal"}, "birth": {"tzo": "+00:15:30", "date": "1845-07-04 08:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1845-07-04 07:44:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-727"}, "ids-in-sources": {"a4": "727"}}, "raw": {"H": "7", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "4", "LAT": "43N37", "LON": "3E53", "MON": "7", "NUM": "727", "PRO": "P", "SEC": "28", "YEA": "1845", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-691"}, "ids-in-source": {"g55": "05-691"}}, "raw": {"DAY": "4-7-1845", "HOUR": "8 h.", "NAME": "MARSAL Edouard Antoine", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:48:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9482	martin-jacques-1844-11-11	{"a4": "730", "g55": "05-693"}	{"g55": "05-693", "lerrcp": "A4-730"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Martin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:31", "date": "1844-11-11 01:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.8795, "lat": 45.76601, "name": "Villeurbanne", "geoid": 2968254}, "notime": null, "date-ut": "1844-11-11 00:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Martin"}, "birth": {"tzo": "+00:19:31", "date": "1844-11-11 01:00", "place": {"c2": "69", "cy": "FR", "lg": 4.8795, "lat": 45.76601, "name": "Villeurbanne", "geoid": 2968254}, "date-ut": "1844-11-11 00:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-730"}, "ids-in-sources": {"a4": "730"}}, "raw": {"H": "0", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "11", "LAT": "45N46", "LON": "4E50", "MON": "11", "NUM": "730", "PRO": "P", "SEC": "40", "YEA": "1844", "CITY": "VILLEURBANNE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-693"}, "ids-in-source": {"g55": "05-693"}}, "raw": {"DAY": "11-11-1844", "HOUR": "1 h.", "NAME": "MARTIN Jacques", "PLACE": "Villeurbanne (Rhône)."}, "date": "2023-08-20T14:48:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9484	martin-sauvaigo-charles-1881-02-07	{"a4": "732", "g55": "05-695"}	{"g55": "05-695", "lerrcp": "A4-732"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Martin-Sauvaigo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:04", "date": "1881-02-07 04:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1881-02-07 03:30:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Martin-Sauvaigo"}, "birth": {"tzo": "+00:29:04", "date": "1881-02-07 04:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1881-02-07 03:30:56"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-732"}, "ids-in-sources": {"a4": "732"}}, "raw": {"H": "3", "MN": "30", "TZ": "0", "COD": "06", "COU": "F", "DAY": "7", "LAT": "43N42", "LON": "7E16", "MON": "2", "NUM": "732", "PRO": "P", "SEC": "56", "YEA": "1881", "CITY": "NICE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-695"}, "ids-in-source": {"g55": "05-695"}}, "raw": {"DAY": "7-2-1881", "HOUR": "4 h.", "NAME": "MARTIN-SAUVAIGO. Charles", "PLACE": "Nice (Alpes-Maritimes)."}, "date": "2023-08-20T14:48:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9486	mascaret-roland-1909-03-22	{"a4": "734", "g55": "05-697"}	{"g55": "05-697", "lerrcp": "A4-734"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roland", "family": "Mascaret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1909-03-22 05:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.87617, "lat": 49.48385, "name": "Duclair", "geoid": 3020720}, "notime": null, "date-ut": "1909-03-22 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Roland", "family": "Mascaret"}, "birth": {"tzo": "+00:09:21", "date": "1909-03-22 05:00", "place": {"c2": "76", "cy": "FR", "lg": 0.87617, "lat": 49.48385, "name": "Duclair", "geoid": 3020720}, "date-ut": "1909-03-22 04:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-734"}, "ids-in-sources": {"a4": "734"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "76", "COU": "F", "DAY": "22", "LAT": "49N26", "LON": "1E 5", "MON": "3", "NUM": "734", "PRO": "P", "SEC": "40", "YEA": "1909", "CITY": "DUCLAIR"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-697"}, "ids-in-source": {"g55": "05-697"}}, "raw": {"DAY": "22-3-1909", "HOUR": "5 h.", "NAME": "MASCARET Roland-Marie", "PLACE": "Duclair (Seine-Inférieure)."}, "date": "2023-08-20T14:48:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9488	masse-jean-1856-11-07	{"a4": "736", "g55": "05-699"}	{"g55": "05-699", "lerrcp": "A4-736"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Masse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:31", "date": "1856-11-07 14:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.87885, "lat": 48.96014, "name": "Meaux", "geoid": 2994798}, "notime": null, "date-ut": "1856-11-07 13:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Masse"}, "birth": {"tzo": "+00:11:31", "date": "1856-11-07 14:00", "place": {"c2": "77", "cy": "FR", "lg": 2.87885, "lat": 48.96014, "name": "Meaux", "geoid": 2994798}, "date-ut": "1856-11-07 13:49:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-736"}, "ids-in-sources": {"a4": "736"}}, "raw": {"H": "13", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "7", "LAT": "48N33", "LON": "2E40", "MON": "11", "NUM": "736", "PRO": "P", "SEC": "20", "YEA": "1856", "CITY": "MEAUX"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-699"}, "ids-in-source": {"g55": "05-699"}}, "raw": {"DAY": "7-11-1856", "HOUR": "14 h.", "NAME": "MASSE Jean Eugène", "PLACE": "Meaux (Seine-et-Marne)."}, "date": "2023-08-20T14:48:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9492	matifas-louis-1846-10-01	{"a4": "740", "g55": "05-701"}	{"g55": "05-701", "lerrcp": "A4-740"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Matifas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:12", "date": "1846-10-01 03:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1846-10-01 02:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Matifas"}, "birth": {"tzo": "+00:09:12", "date": "1846-10-01 03:00", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1846-10-01 02:50:48"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-740"}, "ids-in-sources": {"a4": "740"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "1", "LAT": "49N54", "LON": "2E18", "MON": "10", "NUM": "740", "PRO": "P", "SEC": "48", "YEA": "1846", "CITY": "AMIENS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-701"}, "ids-in-source": {"g55": "05-701"}}, "raw": {"DAY": "1-10-1846", "HOUR": "3 h.", "NAME": "MATIFAS Louis Rémy", "PLACE": "Amiens (Somme)."}, "date": "2023-08-20T14:48:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9498	maury-georges-sauv-1872-10-06	{"a4": "746", "g55": "05-704"}	{"g55": "05-704", "lerrcp": "A4-746"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges Sauv.", "family": "Maury", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:25", "date": "1872-10-06 01:00", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.35387, "lat": 48.93564, "name": "Saint-Denis", "geoid": 2980916}, "notime": null, "date-ut": "1872-10-06 00:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-746"}, "birth": {"tzo": "+00:09:25", "date": "1872-10-06 01:00", "place": {"c2": "93", "cy": "FR", "lg": 2.35387, "lat": 48.93564, "name": "Saint-Denis", "geoid": 2980916}, "date-ut": "1872-10-06 00:50"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-746"}, "ids-in-sources": {"a4": "746"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "93", "COU": "F", "DAY": "6", "LAT": "48N55", "LON": "2E30", "MON": "10", "NUM": "746", "PRO": "P", "SEC": "0", "YEA": "1872", "CITY": "ST-DENIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Georges Sauv.", "family": "Maury", "nobility": ""}, "slug": "maury-georges-sauv-1872-10-06", "partial-ids": {"g55": "05-704"}, "ids-in-source": {"g55": "05-704"}}, "raw": {"DAY": "6-10-1872", "HOUR": "1 h.", "NAME": "MAURY Georges Sauv.", "PLACE": "Saint-Denis (Seine)."}, "date": "2023-08-20T14:48:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9502	mazurier-albert-1879-06-10	{"a4": "750", "g55": "05-706"}	{"g55": "05-706", "lerrcp": "A4-750"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Mazurier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:51", "date": "1879-06-10 08:00", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "notime": null, "date-ut": "1879-06-10 07:57:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Mazurier"}, "birth": {"tzo": "+00:02:51", "date": "1879-06-10 08:00", "place": {"c2": "24", "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "date-ut": "1879-06-10 07:57:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-750"}, "ids-in-sources": {"a4": "750"}}, "raw": {"H": "7", "MN": "57", "TZ": "0", "COD": "24", "COU": "F", "DAY": "10", "LAT": "45N11", "LON": "0E44", "MON": "6", "NUM": "750", "PRO": "P", "SEC": "4", "YEA": "1879", "CITY": "PERIGUEUX"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-706"}, "ids-in-source": {"g55": "05-706"}}, "raw": {"DAY": "10-6-1879", "HOUR": "8 h.", "NAME": "MAZURIER Albert", "PLACE": "Périgueux (Dordogne)."}, "date": "2023-08-20T14:48:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9508	mergier-paul-1891-08-23	{"a4": "756", "g55": "05-710"}	{"g55": "05-710", "lerrcp": "A4-756"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Mergier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1891-08-23 10:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -0.77266, "lat": 43.48834, "name": "Orthez", "geoid": 2989187}, "notime": null, "date-ut": "1891-08-23 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Mergier"}, "birth": {"tzo": "+00:09:21", "date": "1891-08-23 10:00", "place": {"c2": "64", "cy": "FR", "lg": -0.77266, "lat": 43.48834, "name": "Orthez", "geoid": 2989187}, "date-ut": "1891-08-23 09:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-756"}, "ids-in-sources": {"a4": "756"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "64", "COU": "F", "DAY": "23", "LAT": "43N18", "LON": "0W22", "MON": "8", "NUM": "756", "PRO": "P", "SEC": "40", "YEA": "1891", "CITY": "ORTHEZ"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-710"}, "ids-in-source": {"g55": "05-710"}}, "raw": {"DAY": "23-8-1891", "HOUR": "10 h.", "NAME": "MERGIER Paul Louis", "PLACE": "Orthez (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9509	merite-edouard-1867-03-07	{"a4": "757", "g55": "05-711"}	{"g55": "05-711", "lerrcp": "A4-757"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Merite", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:44", "date": "1867-03-07 09:00", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.18333, "lat": 49.01667, "name": "Le Neubourg", "geoid": 0}, "notime": null, "date-ut": "1867-03-07 08:55:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Merite"}, "birth": {"tzo": "+00:04:44", "date": "1867-03-07 09:00", "place": {"c2": "27", "cy": "FR", "lg": 1.18333, "lat": 49.01667, "name": "Leneubourg", "geoid": 0}, "date-ut": "1867-03-07 08:55:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-757"}, "ids-in-sources": {"a4": "757"}}, "raw": {"H": "8", "MN": "55", "TZ": "0", "COD": "27", "COU": "F", "DAY": "7", "LAT": "49N 1", "LON": "1E11", "MON": "3", "NUM": "757", "PRO": "P", "SEC": "16", "YEA": "1867", "CITY": "LENEUBOURG"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Le Neubourg"}}, "partial-ids": {"g55": "05-711"}, "ids-in-source": {"g55": "05-711"}}, "raw": {"DAY": "7-3-1867", "HOUR": "9 h.", "NAME": "MERITE Edouard Paul", "PLACE": "Le Neubourg (Eure)."}, "date": "2023-08-20T14:48:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9510	merlot-emile-1839-12-20	{"a4": "758", "g55": "05-712"}	{"g55": "05-712", "lerrcp": "A4-758"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Merlot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:20", "date": "1839-12-20 05:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.58333, "lat": 47.8, "name": "Saint-en-Puisaye", "geoid": 0}, "notime": null, "date-ut": "1839-12-20 04:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Merlot"}, "birth": {"tzo": "+00:14:20", "date": "1839-12-20 05:00", "place": {"c2": "89", "cy": "FR", "lg": 3.58333, "lat": 47.8, "name": "Saintenpuysage", "geoid": 0}, "date-ut": "1839-12-20 04:45:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-758"}, "ids-in-sources": {"a4": "758"}}, "raw": {"H": "4", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "20", "LAT": "47N48", "LON": "3E35", "MON": "12", "NUM": "758", "PRO": "P", "SEC": "40", "YEA": "1839", "CITY": "SAINTENPUYSAGE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-en-Puisaye"}}, "partial-ids": {"g55": "05-712"}, "ids-in-source": {"g55": "05-712"}}, "raw": {"DAY": "20-12-1839", "HOUR": "5 h.", "NAME": "MERLOT Emile Justin", "PLACE": "Saint-en-Puisaye (Yonne)."}, "date": "2023-08-20T14:48:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9518	michel-charles-1817-01-13	{"a4": "766", "g55": "05-715"}	{"g55": "05-715", "lerrcp": "A4-766"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Michel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:11", "date": "1817-01-13 23:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 3.04521, "lat": 50.0354, "name": "Fins", "geoid": 3018465}, "notime": null, "date-ut": "1817-01-13 22:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Michel"}, "birth": {"tzo": "+00:12:11", "date": "1817-01-13 23:00", "place": {"c2": "80", "cy": "FR", "lg": 3.04521, "lat": 50.0354, "name": "Fins", "geoid": 3018465}, "date-ut": "1817-01-13 22:50:48"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-766"}, "ids-in-sources": {"a4": "766"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "13", "LAT": "49N54", "LON": "2E18", "MON": "1", "NUM": "766", "PRO": "P", "SEC": "48", "YEA": "1817", "CITY": "FINS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-715"}, "ids-in-source": {"g55": "05-715"}}, "raw": {"DAY": "13-1-1817", "HOUR": "23 h.", "NAME": "MICHEL Charles Henri", "PLACE": "Fins (Somme)."}, "date": "2023-08-20T14:48:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9520	midy-arthur-1887-03-06	{"a4": "768", "g55": "05-717"}	{"g55": "05-717", "lerrcp": "A4-768"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Midy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:09", "date": "1887-03-06 13:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "notime": null, "date-ut": "1887-03-06 12:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Midy"}, "birth": {"tzo": "+00:13:09", "date": "1887-03-06 13:00", "place": {"c2": "02", "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "date-ut": "1887-03-06 12:45:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-768"}, "ids-in-sources": {"a4": "768"}}, "raw": {"H": "12", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "6", "LAT": "49N34", "LON": "3E37", "MON": "3", "NUM": "768", "PRO": "P", "SEC": "32", "YEA": "1887", "CITY": "SAINT-QUENTIN"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-717"}, "ids-in-source": {"g55": "05-717"}}, "raw": {"DAY": "6-3-1887", "HOUR": "13 h.", "NAME": "MIDY Arthur", "PLACE": "Saint-Quentin (Aisne)."}, "date": "2023-08-20T14:48:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9522	mignon-lucien-1865-09-13	{"a4": "770", "g55": "05-719"}	{"g55": "05-719", "lerrcp": "A4-770"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Mignon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:03", "date": "1865-09-13 20:00", "note": null, "place": {"c1": null, "c2": "53", "c3": null, "cy": "FR", "lg": -0.75, "lat": 48.06667, "name": "Chateau-Gontier", "geoid": 0}, "notime": null, "date-ut": "1865-09-13 20:03"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Mignon"}, "birth": {"tzo": "-00:03", "date": "1865-09-13 20:00", "place": {"c2": "53", "cy": "FR", "lg": -0.75, "lat": 48.06667, "name": "Chateaugontier", "geoid": 0}, "date-ut": "1865-09-13 20:03"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-770"}, "ids-in-sources": {"a4": "770"}}, "raw": {"H": "20", "MN": "3", "TZ": "0", "COD": "53", "COU": "F", "DAY": "13", "LAT": "48N 4", "LON": "0W45", "MON": "9", "NUM": "770", "PRO": "P", "SEC": "0", "YEA": "1865", "CITY": "CHATEAUGONTIER"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Chateau-Gontier"}}, "partial-ids": {"g55": "05-719"}, "ids-in-source": {"g55": "05-719"}}, "raw": {"DAY": "13-9-1865", "HOUR": "20 h.", "NAME": "MIGNON Lucien", "PLACE": "Chateau-Gontier (Mayenne)."}, "date": "2023-08-20T14:48:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9526	milliet-j-1844-03-06	{"a4": "774", "g55": "05-721"}	{"g55": "05-721", "lerrcp": "A4-774"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "J", "family": "Milliet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:49", "date": "1844-03-06 07:30", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "notime": null, "date-ut": "1844-03-06 07:29:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "J", "family": "Milliet"}, "birth": {"tzo": "+00:00:49", "date": "1844-03-06 07:30", "place": {"c2": "72", "cy": "FR", "lg": 0.20251, "lat": 48.0021, "name": "Le Mans", "geoid": 3003603}, "date-ut": "1844-03-06 07:29:12"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-774"}, "ids-in-sources": {"a4": "774"}}, "raw": {"H": "7", "MN": "29", "TZ": "0", "COD": "72", "COU": "F", "DAY": "6", "LAT": "48N 1", "LON": "0E12", "MON": "3", "NUM": "774", "PRO": "P", "SEC": "12", "YEA": "1844", "CITY": "LE MANS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-721"}, "ids-in-source": {"g55": "05-721"}}, "raw": {"DAY": "6-3-1844", "HOUR": "7 h. 30", "NAME": "MILLIET Jean-Paul", "PLACE": "Le Mans (Sarthe)."}, "date": "2023-08-20T14:48:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9531	monseret-jean-1813-05-10	{"a4": "779", "g55": "05-723"}	{"g55": "05-723", "lerrcp": "A4-779"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Monseret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1813-05-10 10:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 2.35, "lat": 43.2, "name": "Luc-sur-Orbieu", "geoid": 0}, "notime": null, "date-ut": "1813-05-10 09:50:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Monseret"}, "birth": {"tzo": "+00:09:24", "date": "1813-05-10 10:00", "place": {"c2": "11", "cy": "FR", "lg": 2.35, "lat": 43.2, "name": "Lucsorbieu", "geoid": 0}, "date-ut": "1813-05-10 09:50:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-779"}, "ids-in-sources": {"a4": "779"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "10", "LAT": "43N12", "LON": "2E21", "MON": "5", "NUM": "779", "PRO": "P", "SEC": "36", "YEA": "1813", "CITY": "LUCSORBIEU"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Luc-sur-Orbieu"}}, "partial-ids": {"g55": "05-723"}, "ids-in-source": {"g55": "05-723"}}, "raw": {"DAY": "10-5-1813", "HOUR": "10 h.", "NAME": "MONSERET Jean-Pierre", "PLACE": "Luc-sur-Orbieu (Aude)."}, "date": "2023-08-20T14:48:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9528	monchablon-xavier-alph-1835-06-12	{"a4": "776", "g55": "05-724"}	{"g55": "05-724", "lerrcp": "A4-776"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Xavier Alph.", "family": "Monchablon", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:50", "date": "1835-06-12 14:00", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.20958, "lat": 48.31193, "name": "Avillers", "geoid": 3035673}, "notime": null, "date-ut": "1835-06-12 13:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-776"}, "birth": {"tzo": "+00:24:50", "date": "1835-06-12 14:00", "place": {"c2": "88", "cy": "FR", "lg": 6.20958, "lat": 48.31193, "name": "Avillers", "geoid": 3035673}, "date-ut": "1835-06-12 13:34:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-776"}, "ids-in-sources": {"a4": "776"}}, "raw": {"H": "13", "MN": "34", "TZ": "0", "COD": "88", "COU": "F", "DAY": "12", "LAT": "48N10", "LON": "6E28", "MON": "6", "NUM": "776", "PRO": "P", "SEC": "8", "YEA": "1835", "CITY": "AVILLERS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Xavier Alph.", "family": "Monchablon", "nobility": ""}, "slug": "monchablon-xavier-alph-1835-06-12", "partial-ids": {"g55": "05-724"}, "ids-in-source": {"g55": "05-724"}}, "raw": {"DAY": "12-6-1835", "HOUR": "14 h.", "NAME": "MONCHABLON Xavier Alph.", "PLACE": "Avillers (Vosges)."}, "date": "2023-08-20T14:48:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9529	mondineu-jean-1872-01-27	{"a4": "777", "g55": "05-725"}	{"g55": "05-725", "lerrcp": "A4-777"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Mondineu", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:08", "date": "1872-01-27 05:00", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.03368, "lat": 44.19622, "name": "Houeillès", "geoid": 3013107}, "notime": null, "date-ut": "1872-01-27 04:57:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Mondineu"}, "birth": {"tzo": "+00:00:08", "date": "1872-01-27 05:00", "place": {"c2": "47", "cy": "FR", "lg": 0.03368, "lat": 44.19622, "name": "Houeillès", "geoid": 3013107}, "date-ut": "1872-01-27 04:57:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-777"}, "ids-in-sources": {"a4": "777"}}, "raw": {"H": "4", "MN": "57", "TZ": "0", "COD": "47", "COU": "F", "DAY": "27", "LAT": "44N12", "LON": "0E38", "MON": "1", "NUM": "777", "PRO": "P", "SEC": "28", "YEA": "1872", "CITY": "HOUEILLES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-725"}, "ids-in-source": {"g55": "05-725"}}, "raw": {"DAY": "27-1-1872", "HOUR": "5 h.", "NAME": "MONDINEU Jean Gaspard", "PLACE": "Hoveilles (Lot-et-Garonne)."}, "date": "2023-08-20T14:48:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9532	montagnac-pierre-1883-05-09	{"a4": "780", "g55": "05-727"}	{"g55": "05-727", "lerrcp": "A4-780"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Montagnac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:25", "date": "1883-05-09 04:00", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.35387, "lat": 48.93564, "name": "Saint-Denis", "geoid": 2980916}, "notime": null, "date-ut": "1883-05-09 03:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Montagnac"}, "birth": {"tzo": "+00:09:25", "date": "1883-05-09 04:00", "place": {"c2": "93", "cy": "FR", "lg": 2.35387, "lat": 48.93564, "name": "Saint-Denis", "geoid": 2980916}, "date-ut": "1883-05-09 03:50"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-780"}, "ids-in-sources": {"a4": "780"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "93", "COU": "F", "DAY": "9", "LAT": "48N55", "LON": "2E30", "MON": "5", "NUM": "780", "PRO": "P", "SEC": "0", "YEA": "1883", "CITY": "ST-DENIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-727"}, "ids-in-source": {"g55": "05-727"}}, "raw": {"DAY": "9-5-1883", "HOUR": "4 h.", "NAME": "MONTAGNAC Pierre Paul", "PLACE": "Saint-Denis (Seine)."}, "date": "2023-08-20T14:48:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9536	morain-pierre-1821-01-20	{"a4": "784", "g55": "05-729"}	{"g55": "05-729", "lerrcp": "A4-784"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Morain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:40", "date": "1821-01-20 04:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.41702, "lat": 47.74464, "name": "Morannes", "geoid": 2991888}, "notime": null, "date-ut": "1821-01-20 04:02:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Morain"}, "birth": {"tzo": "-00:01:40", "date": "1821-01-20 04:00", "place": {"c2": "49", "cy": "FR", "lg": -0.41702, "lat": 47.74464, "name": "Morannes", "geoid": 2991888}, "date-ut": "1821-01-20 04:02:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-784"}, "ids-in-sources": {"a4": "784"}}, "raw": {"H": "4", "MN": "2", "TZ": "0", "COD": "49", "COU": "F", "DAY": "20", "LAT": "47N28", "LON": "0W32", "MON": "1", "NUM": "784", "PRO": "P", "SEC": "8", "YEA": "1821", "CITY": "MORANNES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-729"}, "ids-in-source": {"g55": "05-729"}}, "raw": {"DAY": "20-1-1821", "HOUR": "4 h.", "NAME": "MORAIN Pierre", "PLACE": "Morannes (Maine-et-Loire)."}, "date": "2023-08-20T14:48:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9540	moreau-serge-1892-07-17	{"a4": "788", "g55": "05-731"}	{"g55": "05-731", "lerrcp": "A4-788"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Serge", "family": "Moreau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1892-07-17 04:00", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.16667, "lat": 48.76667, "name": "Saint-Mihiel", "geoid": 0}, "notime": null, "date-ut": "1892-07-17 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Serge", "family": "Moreau"}, "birth": {"tzo": "+00:09:21", "date": "1892-07-17 04:00", "place": {"c2": "55", "cy": "FR", "lg": 5.16667, "lat": 48.76667, "name": "Saintmihiel", "geoid": 0}, "date-ut": "1892-07-17 03:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-788"}, "ids-in-sources": {"a4": "788"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "55", "COU": "F", "DAY": "17", "LAT": "48N46", "LON": "5E10", "MON": "7", "NUM": "788", "PRO": "P", "SEC": "40", "YEA": "1892", "CITY": "SAINTMIHIEL"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Mihiel"}}, "partial-ids": {"g55": "05-731"}, "ids-in-source": {"g55": "05-731"}}, "raw": {"DAY": "17-7-1892", "HOUR": "4 h.", "NAME": "MOREAU Serge Henri", "PLACE": "Saint-Mihiel (Meuse)."}, "date": "2023-08-20T14:48:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9542	moreaux-charles-flor-1815-03-07	{"a4": "790", "g55": "05-733"}	{"g55": "05-733", "lerrcp": "A4-790"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles Flor.", "family": "Moreaux", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:18:56", "date": "1815-03-07 02:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Rocroy", "geoid": 0}, "notime": null, "date-ut": "1815-03-07 01:41:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-790"}, "birth": {"tzo": "+00:18:56", "date": "1815-03-07 02:00", "place": {"c2": "08", "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Rocroy", "geoid": 0}, "date-ut": "1815-03-07 01:41:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-790"}, "ids-in-sources": {"a4": "790"}}, "raw": {"H": "1", "MN": "41", "TZ": "0", "COD": "08", "COU": "F", "DAY": "7", "LAT": "49N46", "LON": "4E44", "MON": "3", "NUM": "790", "PRO": "P", "SEC": "4", "YEA": "1815", "CITY": "ROCROY"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Charles Flor.", "family": "Moreaux", "nobility": ""}, "slug": "moreaux-charles-flor-1815-03-07", "birth": {"place": {"name": "Rocroy"}}, "partial-ids": {"g55": "05-733"}, "ids-in-source": {"g55": "05-733"}}, "raw": {"DAY": "7-3-1815", "HOUR": "2 h.", "NAME": "MOREAUX Charles Flor.", "PLACE": "Rocroy (Ardennes)."}, "date": "2023-08-20T14:48:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9546	morlot-alphonse-1838-09-21	{"a4": "794", "g55": "05-734"}	{"g55": "05-734", "lerrcp": "A4-794"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Morlot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:13", "date": "1838-09-21 10:00", "note": null, "place": {"c1": null, "c2": "52", "c3": null, "cy": "FR", "lg": 5.30581, "lat": 47.64653, "name": "Isômes", "geoid": 3012693}, "notime": null, "date-ut": "1838-09-21 09:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Morlot"}, "birth": {"tzo": "+00:21:13", "date": "1838-09-21 10:00", "place": {"c2": "52", "cy": "FR", "lg": 5.30581, "lat": 47.64653, "name": "Isômes", "geoid": 3012693}, "date-ut": "1838-09-21 09:39:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-794"}, "ids-in-sources": {"a4": "794"}}, "raw": {"H": "9", "MN": "39", "TZ": "0", "COD": "52", "COU": "F", "DAY": "21", "LAT": "48N 7", "LON": "5E 8", "MON": "9", "NUM": "794", "PRO": "P", "SEC": "28", "YEA": "1838", "CITY": "ISOMES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-734"}, "ids-in-source": {"g55": "05-734"}}, "raw": {"DAY": "21-9-1838", "HOUR": "10 h.", "NAME": "MORLOT Alphonse Ale.", "PLACE": "Isémes (Haute-Marne)."}, "date": "2023-08-20T14:48:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9549	moteley-jules-1865-07-14	{"a4": "797", "g55": "05-736"}	{"g55": "05-736", "lerrcp": "A4-797"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Moteley", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:26", "date": "1865-07-14 19:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.35912, "lat": 49.18585, "name": "Caen", "geoid": 3029241}, "notime": null, "date-ut": "1865-07-14 19:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Moteley"}, "birth": {"tzo": "-00:01:26", "date": "1865-07-14 19:00", "place": {"c2": "14", "cy": "FR", "lg": -0.35912, "lat": 49.18585, "name": "Caen", "geoid": 3029241}, "date-ut": "1865-07-14 19:01:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-797"}, "ids-in-sources": {"a4": "797"}}, "raw": {"H": "19", "MN": "1", "TZ": "0", "COD": "14", "COU": "F", "DAY": "14", "LAT": "49N11", "LON": "0W22", "MON": "7", "NUM": "797", "PRO": "P", "SEC": "28", "YEA": "1865", "CITY": "CAEN"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-736"}, "ids-in-source": {"g55": "05-736"}}, "raw": {"DAY": "14-7-1865", "HOUR": "19 h.", "NAME": "MOTELEY Jules Georges", "PLACE": "Caen (Calvados)."}, "date": "2023-08-20T14:48:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9551	mouchot-louis-1847-04-08	{"a4": "799", "g55": "05-738"}	{"g55": "05-738", "lerrcp": "A4-799"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Mouchot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:49", "date": "1847-04-08 19:00", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.70505, "lat": 46.83712, "name": "Poligny", "geoid": 2986467}, "notime": null, "date-ut": "1847-04-08 18:37:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Mouchot"}, "birth": {"tzo": "+00:22:49", "date": "1847-04-08 19:00", "place": {"c2": "39", "cy": "FR", "lg": 5.70505, "lat": 46.83712, "name": "Poligny", "geoid": 2986467}, "date-ut": "1847-04-08 18:37:48"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-799"}, "ids-in-sources": {"a4": "799"}}, "raw": {"H": "18", "MN": "37", "TZ": "0", "COD": "39", "COU": "F", "DAY": "8", "LAT": "46N40", "LON": "5E33", "MON": "4", "NUM": "799", "PRO": "P", "SEC": "48", "YEA": "1847", "CITY": "POLIGNY"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-738"}, "ids-in-source": {"g55": "05-738"}}, "raw": {"DAY": "8-4-1847", "HOUR": "19 h.", "NAME": "MOUCHOT Louis Hippol.", "PLACE": "Poligny (Jura)."}, "date": "2023-08-20T14:48:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9553	moullin-louis-1817-08-23	{"a4": "801", "g55": "05-740"}	{"g55": "05-740", "lerrcp": "A4-801"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Moullin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:03:17", "date": "1817-08-23 13:00", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 0.82177, "lat": 48.32157, "name": "Nogent-le-Rotrou", "geoid": 2990272}, "notime": null, "date-ut": "1817-08-23 12:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Moullin"}, "birth": {"tzo": "+00:03:17", "date": "1817-08-23 13:00", "place": {"c2": "28", "cy": "FR", "lg": 0.82177, "lat": 48.32157, "name": "Nogent-le-Rotrou", "geoid": 2990272}, "date-ut": "1817-08-23 12:54"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-801"}, "ids-in-sources": {"a4": "801"}}, "raw": {"H": "12", "MN": "54", "TZ": "0", "COD": "28", "COU": "F", "DAY": "23", "LAT": "48N27", "LON": "1E30", "MON": "8", "NUM": "801", "PRO": "P", "SEC": "0", "YEA": "1817", "CITY": "NOGENT LE ROTROU"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-740"}, "ids-in-source": {"g55": "05-740"}}, "raw": {"DAY": "23-8-1817", "HOUR": "13 h.", "NAME": "MOULLIN Louis", "PLACE": "Nogent-le-Rotrou (Eure-et-Loire)."}, "date": "2023-08-20T14:48:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9554	moyse-salluste-1827-11-10	{"a4": "802", "g55": "05-741"}	{"g55": "05-741", "lerrcp": "A4-802"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Salluste", "family": "Moyse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1827-11-10 02:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1827-11-10 01:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Salluste", "family": "Moyse"}, "birth": {"tzo": "+00:24:44", "date": "1827-11-10 02:00", "place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1827-11-10 01:35:12"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-802"}, "ids-in-sources": {"a4": "802"}}, "raw": {"H": "1", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "10", "LAT": "48N42", "LON": "6E12", "MON": "11", "NUM": "802", "PRO": "P", "SEC": "12", "YEA": "1827", "CITY": "NANCY"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-741"}, "ids-in-source": {"g55": "05-741"}}, "raw": {"DAY": "10-11-1827", "HOUR": "2 h.", "NAME": "MOYSE Salluste", "PLACE": "Nancy (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:48:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9557	muraton-euphemie-1836-04-11	{"a4": "805", "g55": "05-743"}	{"g55": "05-743", "lerrcp": "A4-805"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Euphemie", "family": "Muraton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:30", "date": "1836-04-11 12:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.62705, "lat": 47.78019, "name": "Beaugency", "geoid": 3034297}, "notime": null, "date-ut": "1836-04-11 11:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Euphemie", "family": "Muraton"}, "birth": {"tzo": "+00:06:30", "date": "1836-04-11 12:00", "place": {"c2": "45", "cy": "FR", "lg": 1.62705, "lat": 47.78019, "name": "Beaugency", "geoid": 3034297}, "date-ut": "1836-04-11 11:52:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-805"}, "ids-in-sources": {"a4": "805"}}, "raw": {"H": "11", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "11", "LAT": "47N54", "LON": "1E54", "MON": "4", "NUM": "805", "PRO": "P", "SEC": "24", "YEA": "1836", "CITY": "BEAUGENCY"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-743"}, "ids-in-source": {"g55": "05-743"}}, "raw": {"DAY": "11-4-1836", "HOUR": "12 h.", "NAME": "MURATON Euphémie", "PLACE": "Beaugency (Loiret)."}, "date": "2023-08-20T14:48:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9561	namur-paul-1877-01-12	{"a4": "809", "g55": "05-746"}	{"g55": "05-746", "lerrcp": "A4-809"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Namur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:06", "date": "1877-01-12 14:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.52506, "lat": 50.35909, "name": "Valenciennes", "geoid": 2971041}, "notime": null, "date-ut": "1877-01-12 13:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Namur"}, "birth": {"tzo": "+00:14:06", "date": "1877-01-12 14:00", "place": {"c2": "59", "cy": "FR", "lg": 3.52506, "lat": 50.35909, "name": "Valenciennes", "geoid": 2971041}, "date-ut": "1877-01-12 13:47:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-809"}, "ids-in-sources": {"a4": "809"}}, "raw": {"H": "13", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "12", "LAT": "50N39", "LON": "3E 5", "MON": "1", "NUM": "809", "PRO": "P", "SEC": "40", "YEA": "1877", "CITY": "VALENCIENNES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-746"}, "ids-in-source": {"g55": "05-746"}}, "raw": {"DAY": "12-1-1877", "HOUR": "14 h.", "NAME": "NAMUR Paul Franz", "PLACE": "Valenciennes (Nord)."}, "date": "2023-08-20T14:48:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9563	nardi-francois-1861-12-07	{"a4": "811", "g55": "05-748"}	{"g55": "05-748", "lerrcp": "A4-811"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Nardi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:04", "date": "1861-12-07 17:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1861-12-07 16:30:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "François", "family": "Nardi"}, "birth": {"tzo": "+00:29:04", "date": "1861-12-07 17:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1861-12-07 16:30:56"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-811"}, "ids-in-sources": {"a4": "811"}}, "raw": {"H": "16", "MN": "30", "TZ": "0", "COD": "06", "COU": "F", "DAY": "7", "LAT": "43N42", "LON": "7E16", "MON": "12", "NUM": "811", "PRO": "P", "SEC": "56", "YEA": "1861", "CITY": "NICE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-748"}, "ids-in-source": {"g55": "05-748"}}, "raw": {"DAY": "7-12-1861", "HOUR": "17 h.", "NAME": "NARDI Francois", "PLACE": "Nice (Alpes-Maritimes)."}, "date": "2023-08-20T14:48:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9565	navlet-joseph-1821-02-11	{"a4": "813", "g55": "05-749"}	{"g55": "05-749", "lerrcp": "A4-813"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Navlet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:28", "date": "1821-02-11 15:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Châlons-sur-Marne", "geoid": 0}, "notime": null, "date-ut": "1821-02-11 14:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Navlet"}, "birth": {"tzo": "+00:17:28", "date": "1821-02-11 15:00", "place": {"c2": "51", "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Chalons-sur-Marne", "geoid": 0}, "date-ut": "1821-02-11 14:42:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-813"}, "ids-in-sources": {"a4": "813"}}, "raw": {"H": "14", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "11", "LAT": "48N57", "LON": "4E22", "MON": "2", "NUM": "813", "PRO": "P", "SEC": "32", "YEA": "1821", "CITY": "CHALONS-S-MARNE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Châlons-sur-Marne"}}, "partial-ids": {"g55": "05-749"}, "ids-in-source": {"g55": "05-749"}}, "raw": {"DAY": "11-2-1821", "HOUR": "15 h.", "NAME": "NAVLET Joseph", "PLACE": "Châlons-sur-Marne (Marne)."}, "date": "2023-08-20T14:48:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9567	negre-charles-1820-05-09	{"a4": "815", "g55": "05-751"}	{"g55": "05-751", "lerrcp": "A4-815"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Negre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:27:42", "date": "1820-05-09 21:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 6.92537, "lat": 43.65783, "name": "Grasse", "geoid": 3014856}, "notime": null, "date-ut": "1820-05-09 20:30:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Negre"}, "birth": {"tzo": "+00:27:42", "date": "1820-05-09 21:00", "place": {"c2": "06", "cy": "FR", "lg": 6.92537, "lat": 43.65783, "name": "Grasse", "geoid": 3014856}, "date-ut": "1820-05-09 20:30:56"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-815"}, "ids-in-sources": {"a4": "815"}}, "raw": {"H": "20", "MN": "30", "TZ": "0", "COD": "06", "COU": "F", "DAY": "9", "LAT": "43N42", "LON": "7E16", "MON": "5", "NUM": "815", "PRO": "P", "SEC": "56", "YEA": "1820", "CITY": "GRASSE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-751"}, "ids-in-source": {"g55": "05-751"}}, "raw": {"DAY": "9-5-1820", "HOUR": "21 h.", "NAME": "NEGRE Charles", "PLACE": "Grasse (Alpes-Maritimes)."}, "date": "2023-08-20T14:48:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9570	nesle-eugene-1822-02-12	{"a4": "818", "g55": "05-754"}	{"g55": "05-754", "lerrcp": "A4-818"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Nesle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:08", "date": "1822-02-12 16:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Verrey-sous-Salmaise", "geoid": 0}, "notime": null, "date-ut": "1822-02-12 15:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Nesle"}, "birth": {"tzo": "+00:20:08", "date": "1822-02-12 16:00", "place": {"c2": "21", "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Verreysssalmais", "geoid": 0}, "date-ut": "1822-02-12 15:39:52"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-818"}, "ids-in-sources": {"a4": "818"}}, "raw": {"H": "15", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "12", "LAT": "47N19", "LON": "5E 2", "MON": "2", "NUM": "818", "PRO": "P", "SEC": "52", "YEA": "1822", "CITY": "VERREYSSSALMAIS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Verrey-sous-Salmaise"}}, "partial-ids": {"g55": "05-754"}, "ids-in-source": {"g55": "05-754"}}, "raw": {"DAY": "12-2-1822", "HOUR": "16 h.", "NAME": "NESLE Eugène Claude", "PLACE": "Verrey-sous-Salmaise (C.-d’Or)."}, "date": "2023-08-20T14:48:53+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9577	noury-pierre-1894-07-25	{"a4": "825", "g55": "05-757"}	{"g55": "05-757", "lerrcp": "A4-825"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Noury", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1894-07-25 17:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1894-07-25 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Noury"}, "birth": {"tzo": "+00:09:21", "date": "1894-07-25 17:00", "place": {"c2": "25", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1894-07-25 16:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-825"}, "ids-in-sources": {"a4": "825"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "25", "COU": "F", "DAY": "25", "LAT": "47N15", "LON": "6E 2", "MON": "7", "NUM": "825", "PRO": "P", "SEC": "40", "YEA": "1894", "CITY": "BESANCON"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-757"}, "ids-in-source": {"g55": "05-757"}}, "raw": {"DAY": "25-7-1894", "HOUR": "17 h.", "NAME": "NOURY Pierre", "PLACE": "Besançon (Doubs)."}, "date": "2023-08-20T14:48:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9579	olive-tamari-henri-1898-08-11	{"a4": "827", "g55": "05-758"}	{"g55": "05-758", "lerrcp": "A4-827"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Olive-Tamari", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1898-08-11 21:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 6.46667, "lat": 43.53333, "name": "La Seyne-sur-Mer", "geoid": 0}, "notime": null, "date-ut": "1898-08-11 20:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Olive-Tamari"}, "birth": {"tzo": "+00:09:21", "date": "1898-08-11 21:00", "place": {"c2": "83", "cy": "FR", "lg": 6.46667, "lat": 43.53333, "name": "Laseynesmer", "geoid": 0}, "date-ut": "1898-08-11 20:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-827"}, "ids-in-sources": {"a4": "827"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "83", "COU": "F", "DAY": "11", "LAT": "43N32", "LON": "6E28", "MON": "8", "NUM": "827", "PRO": "P", "SEC": "40", "YEA": "1898", "CITY": "LASEYNESMER"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "La Seyne-sur-Mer"}}, "partial-ids": {"g55": "05-758"}, "ids-in-source": {"g55": "05-758"}}, "raw": {"DAY": "11-8-1898", "HOUR": "21 h.", "NAME": "OLIVE-TAMARI Henri", "PLACE": "La Seyne-sur-Mer (Var)."}, "date": "2023-08-20T14:48:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9581	orange-maurice-1867-03-09	{"a4": "829", "g55": "05-760"}	{"g55": "05-760", "lerrcp": "A4-829"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Orange", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:23", "date": "1867-03-09 21:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.59714, "lat": 48.83792, "name": "Granville", "geoid": 3014867}, "notime": null, "date-ut": "1867-03-09 21:04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Orange"}, "birth": {"tzo": "-00:06:23", "date": "1867-03-09 21:00", "place": {"c2": "50", "cy": "FR", "lg": -1.59714, "lat": 48.83792, "name": "Granville", "geoid": 3014867}, "date-ut": "1867-03-09 21:04:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-829"}, "ids-in-sources": {"a4": "829"}}, "raw": {"H": "21", "MN": "4", "TZ": "0", "COD": "50", "COU": "F", "DAY": "9", "LAT": "49N 7", "LON": "1W 5", "MON": "3", "NUM": "829", "PRO": "P", "SEC": "20", "YEA": "1867", "CITY": "GRANVILLE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-760"}, "ids-in-source": {"g55": "05-760"}}, "raw": {"DAY": "9-3-1867", "HOUR": "21 h.", "NAME": "ORANGE Maurice Henri", "PLACE": "Granville (Manche)."}, "date": "2023-08-20T14:48:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9583	osterlind-anders-1887-06-19	{"a4": "831", "g55": "05-762"}	{"g55": "05-762", "lerrcp": "A4-831"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anders", "family": "Osterlind", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:33", "date": "1887-06-19 04:00", "note": null, "place": {"c1": null, "c2": "23", "c3": null, "cy": "FR", "lg": 2.38692, "lat": 46.24039, "name": "Lépaud", "geoid": 3003006}, "notime": null, "date-ut": "1887-06-19 03:52:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Anders", "family": "Osterlind"}, "birth": {"tzo": "+00:09:33", "date": "1887-06-19 04:00", "place": {"c2": "23", "cy": "FR", "lg": 2.38692, "lat": 46.24039, "name": "Lépaud", "geoid": 3003006}, "date-ut": "1887-06-19 03:52:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-831"}, "ids-in-sources": {"a4": "831"}}, "raw": {"H": "3", "MN": "52", "TZ": "0", "COD": "23", "COU": "F", "DAY": "19", "LAT": "46N17", "LON": "1E52", "MON": "6", "NUM": "831", "PRO": "P", "SEC": "32", "YEA": "1887", "CITY": "LEPAUD"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-762"}, "ids-in-source": {"g55": "05-762"}}, "raw": {"DAY": "19-6-1887", "HOUR": "4 h.", "NAME": "OSTERLIND Anders", "PLACE": "Lépaud (Creuse)."}, "date": "2023-08-20T14:48:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9586	oudinot-eugene-1827-04-03	{"a4": "834", "g55": "05-764"}	{"g55": "05-764", "lerrcp": "A4-834"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Oudinot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:22", "date": "1827-04-03 01:00", "note": null, "place": {"c1": null, "c2": "61", "c3": null, "cy": "FR", "lg": 0.09311, "lat": 48.43476, "name": "Alençon", "geoid": 3038230}, "notime": null, "date-ut": "1827-04-03 00:59:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Oudinot"}, "birth": {"tzo": "+00:00:22", "date": "1827-04-03 01:00", "place": {"c2": "61", "cy": "FR", "lg": 0.09311, "lat": 48.43476, "name": "Alençon", "geoid": 3038230}, "date-ut": "1827-04-03 00:59:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-834"}, "ids-in-sources": {"a4": "834"}}, "raw": {"H": "0", "MN": "59", "TZ": "0", "COD": "61", "COU": "F", "DAY": "3", "LAT": "48N26", "LON": "0E 5", "MON": "4", "NUM": "834", "PRO": "P", "SEC": "40", "YEA": "1827", "CITY": "ALENCON"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-764"}, "ids-in-source": {"g55": "05-764"}}, "raw": {"DAY": "3-4-1827", "HOUR": "1 h.", "NAME": "OUDINOT Eugène Stanis!.", "PLACE": "Alençon (Orne)."}, "date": "2023-08-20T14:48:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9590	pail-edouard-1851-10-17	{"a4": "838", "g55": "05-767"}	{"g55": "05-767", "lerrcp": "A4-838"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Pail", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:44", "date": "1851-10-17 10:00", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.68285, "lat": 47.25678, "name": "Corbigny", "geoid": 3023735}, "notime": null, "date-ut": "1851-10-17 09:47:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Pail"}, "birth": {"tzo": "+00:14:44", "date": "1851-10-17 10:00", "place": {"c2": "58", "cy": "FR", "lg": 3.68285, "lat": 47.25678, "name": "Corbigny", "geoid": 3023735}, "date-ut": "1851-10-17 09:47:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-838"}, "ids-in-sources": {"a4": "838"}}, "raw": {"H": "9", "MN": "47", "TZ": "0", "COD": "58", "COU": "F", "DAY": "17", "LAT": "46N59", "LON": "3E 9", "MON": "10", "NUM": "838", "PRO": "P", "SEC": "24", "YEA": "1851", "CITY": "CORBIGNY"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-767"}, "ids-in-source": {"g55": "05-767"}}, "raw": {"DAY": "17-10-1851", "HOUR": "10 h.", "NAME": "PAIL Edouard (Peil)", "PLACE": "Corbiany (Nièvre)."}, "date": "2023-08-20T14:48:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9593	panchet-louis-1812-10-05	{"a4": "841", "g55": "05-769"}	{"g55": "05-769", "lerrcp": "A4-841"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Panchet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:49", "date": "1812-10-05 11:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.7039, "lat": 49.27732, "name": "Bayeux", "geoid": 3034483}, "notime": null, "date-ut": "1812-10-05 11:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Panchet"}, "birth": {"tzo": "-00:02:49", "date": "1812-10-05 11:00", "place": {"c2": "14", "cy": "FR", "lg": -0.7039, "lat": 49.27732, "name": "Bayeux", "geoid": 3034483}, "date-ut": "1812-10-05 11:01:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-841"}, "ids-in-sources": {"a4": "841"}}, "raw": {"H": "11", "MN": "1", "TZ": "0", "COD": "14", "COU": "F", "DAY": "5", "LAT": "49N11", "LON": "0W22", "MON": "10", "NUM": "841", "PRO": "P", "SEC": "28", "YEA": "1812", "CITY": "BAYEUX"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-769"}, "ids-in-source": {"g55": "05-769"}}, "raw": {"DAY": "5-10-1812", "HOUR": "11 h.", "NAME": "PANCHET Louis Frédéric", "PLACE": "Bayeux (Calvados)."}, "date": "2023-08-20T14:48:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9596	parrot-philippe-1831-03-13	{"a4": "844", "g55": "05-771"}	{"g55": "05-771", "lerrcp": "A4-844"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Parrot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:56", "date": "1831-03-13 02:00", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 0.73333, "lat": 45.18333, "name": "Saint-Martin-d’Excideuil", "geoid": 0}, "notime": null, "date-ut": "1831-03-13 01:57:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Parrot"}, "birth": {"tzo": "+00:02:56", "date": "1831-03-13 02:00", "place": {"c2": "24", "cy": "FR", "lg": 0.73333, "lat": 45.18333, "name": "Stmartindexcide", "geoid": 0}, "date-ut": "1831-03-13 01:57:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-844"}, "ids-in-sources": {"a4": "844"}}, "raw": {"H": "1", "MN": "57", "TZ": "0", "COD": "24", "COU": "F", "DAY": "13", "LAT": "45N11", "LON": "0E44", "MON": "3", "NUM": "844", "PRO": "P", "SEC": "4", "YEA": "1831", "CITY": "STMARTINDEXCIDE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Martin-d’Excideuil"}}, "partial-ids": {"g55": "05-771"}, "ids-in-source": {"g55": "05-771"}}, "raw": {"DAY": "13-3-1831", "HOUR": "2 h.", "NAME": "PARROT Philippe", "PLACE": "Saint-Martin-d’Excideuil (Dordogne)."}, "date": "2023-08-20T14:48:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9600	pastelot-jean-1818-11-02	{"a4": "848", "g55": "05-774"}	{"g55": "05-774", "lerrcp": "A4-848"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Pastelot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:20", "date": "1818-11-02 10:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.33243, "lat": 46.56459, "name": "Moulins", "geoid": 2991481}, "notime": null, "date-ut": "1818-11-02 09:46:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Pastelot"}, "birth": {"tzo": "+00:13:20", "date": "1818-11-02 10:00", "place": {"c2": "03", "cy": "FR", "lg": 3.33243, "lat": 46.56459, "name": "Moulins", "geoid": 2991481}, "date-ut": "1818-11-02 09:46:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-848"}, "ids-in-sources": {"a4": "848"}}, "raw": {"H": "9", "MN": "46", "TZ": "0", "COD": "03", "COU": "F", "DAY": "2", "LAT": "46N34", "LON": "3E20", "MON": "11", "NUM": "848", "PRO": "P", "SEC": "40", "YEA": "1818", "CITY": "MOULINS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-774"}, "ids-in-source": {"g55": "05-774"}}, "raw": {"DAY": "2-11-1818", "HOUR": "10 h.", "NAME": "PASTELOT Jean Amable A.", "PLACE": "Moulins (Allier)."}, "date": "2023-08-20T14:48:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9603	patrois-isidore-1815-02-02	{"a4": "851", "g55": "05-776"}	{"g55": "05-776", "lerrcp": "A4-851"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Isidore", "family": "Patrois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:59", "date": "1815-02-02 16:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.99499, "lat": 47.69542, "name": "Noyers", "geoid": 2989887}, "notime": null, "date-ut": "1815-02-02 15:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Isidore", "family": "Patrois"}, "birth": {"tzo": "+00:15:59", "date": "1815-02-02 16:00", "place": {"c2": "89", "cy": "FR", "lg": 3.99499, "lat": 47.69542, "name": "Noyers", "geoid": 2989887}, "date-ut": "1815-02-02 15:45:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-851"}, "ids-in-sources": {"a4": "851"}}, "raw": {"H": "15", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "2", "LAT": "47N48", "LON": "3E35", "MON": "2", "NUM": "851", "PRO": "P", "SEC": "40", "YEA": "1815", "CITY": "NOYERS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-776"}, "ids-in-source": {"g55": "05-776"}}, "raw": {"DAY": "2-2-1815", "HOUR": "16 h.", "NAME": "PATROIS Isidore", "PLACE": "Noyers (Yonne)."}, "date": "2023-08-20T14:48:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9605	pavot-pierre-1822-06-30	{"a4": "853", "g55": "05-778"}	{"g55": "05-778", "lerrcp": "A4-853"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Pavot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:06", "date": "1822-06-30 05:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.52471, "lat": 50.21224, "name": "Vertain", "geoid": 2969647}, "notime": null, "date-ut": "1822-06-30 04:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Pavot"}, "birth": {"tzo": "+00:14:06", "date": "1822-06-30 05:00", "place": {"c2": "59", "cy": "FR", "lg": 3.52471, "lat": 50.21224, "name": "Vertain", "geoid": 2969647}, "date-ut": "1822-06-30 04:47:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-853"}, "ids-in-sources": {"a4": "853"}}, "raw": {"H": "4", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "30", "LAT": "50N39", "LON": "3E 5", "MON": "6", "NUM": "853", "PRO": "P", "SEC": "40", "YEA": "1822", "CITY": "VERTAIN"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-778"}, "ids-in-source": {"g55": "05-778"}}, "raw": {"DAY": "30-6-1822", "HOUR": "5 h.", "NAME": "PAVOT Pierre", "PLACE": "Vertain (Nord)."}, "date": "2023-08-20T14:48:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9607	pechaubes-eugene-1890-06-24	{"a4": "855", "g55": "05-780"}	{"g55": "05-780", "lerrcp": "A4-855"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Pechaubes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:38", "date": "1890-06-24 15:30", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.40935, "lat": 48.89437, "name": "Pantin", "geoid": 2988621}, "notime": null, "date-ut": "1890-06-24 15:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Pechaubes"}, "birth": {"tzo": "+00:09:38", "date": "1890-06-24 15:30", "place": {"c2": "93", "cy": "FR", "lg": 2.40935, "lat": 48.89437, "name": "Pantin", "geoid": 2988621}, "date-ut": "1890-06-24 15:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-855"}, "ids-in-sources": {"a4": "855"}}, "raw": {"H": "15", "MN": "20", "TZ": "0", "COD": "93", "COU": "F", "DAY": "24", "LAT": "48N55", "LON": "2E30", "MON": "6", "NUM": "855", "PRO": "P", "SEC": "0", "YEA": "1890", "CITY": "PANTIN"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-780"}, "ids-in-source": {"g55": "05-780"}}, "raw": {"DAY": "24-6-1890", "HOUR": "15 h. 30", "NAME": "PECHAUBES Eugène", "PLACE": "Pantin (Seine)."}, "date": "2023-08-20T14:48:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9610	pelletier-joseph-1813-12-30	{"a4": "858", "g55": "05-782"}	{"g55": "05-782", "lerrcp": "A4-858"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Pelletier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:32", "date": "1813-12-30 16:00", "note": null, "place": {"c1": null, "c2": "52", "c3": null, "cy": "FR", "lg": 5.13333, "lat": 48.11667, "name": "Eclaron", "geoid": 0}, "notime": null, "date-ut": "1813-12-30 15:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Pelletier"}, "birth": {"tzo": "+00:20:32", "date": "1813-12-30 16:00", "place": {"c2": "52", "cy": "FR", "lg": 5.13333, "lat": 48.11667, "name": "Eclaron", "geoid": 0}, "date-ut": "1813-12-30 15:39:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-858"}, "ids-in-sources": {"a4": "858"}}, "raw": {"H": "15", "MN": "39", "TZ": "0", "COD": "52", "COU": "F", "DAY": "30", "LAT": "48N 7", "LON": "5E 8", "MON": "12", "NUM": "858", "PRO": "P", "SEC": "28", "YEA": "1813", "CITY": "ECLARON"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Eclaron"}}, "partial-ids": {"g55": "05-782"}, "ids-in-source": {"g55": "05-782"}}, "raw": {"DAY": "30-12-1813", "HOUR": "16 h.", "NAME": "PELLETIER Joseph Laurent", "PLACE": "Eclaron (Haute-Marne)."}, "date": "2023-08-20T14:48:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9613	penchaud-gaston-1856-10-06	{"a4": "861", "g55": "05-784"}	{"g55": "05-784", "lerrcp": "A4-861"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Penchaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01:22", "date": "1856-10-06 23:45:02", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "notime": null, "date-ut": "1856-10-06 23:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Penchaud"}, "birth": {"tzo": "+00:01:22", "date": "1856-10-06 23:45:02", "place": {"c2": "86", "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "date-ut": "1856-10-06 23:43:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-861"}, "ids-in-sources": {"a4": "861"}}, "raw": {"H": "23", "MN": "43", "TZ": "0", "COD": "86", "COU": "F", "DAY": "6", "LAT": "46N35", "LON": "0E20", "MON": "10", "NUM": "861", "PRO": "P", "SEC": "40", "YEA": "1856", "CITY": "POITIERS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-784"}, "ids-in-source": {"g55": "05-784"}}, "raw": {"DAY": "6-10-1856", "HOUR": "23 h. 45", "NAME": "PENCHAUD Gaston Charles", "PLACE": "Poitiers (Vienne)."}, "date": "2023-08-20T14:48:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9615	pequegnot-auguste-1819-10-05	{"a4": "863", "g55": "05-785"}	{"g55": "05-785", "lerrcp": "A4-863"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Pequegnot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1819-10-05 21:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1819-10-05 20:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Pequegnot"}, "birth": {"tzo": "+00:08:32", "date": "1819-10-05 21:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1819-10-05 20:51:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-863"}, "ids-in-sources": {"a4": "863"}}, "raw": {"H": "20", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "5", "LAT": "48N50", "LON": "2E 8", "MON": "10", "NUM": "863", "PRO": "P", "SEC": "28", "YEA": "1819", "CITY": "VERSAILLES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-785"}, "ids-in-source": {"g55": "05-785"}}, "raw": {"DAY": "5-10-1819", "HOUR": "21 h.", "NAME": "PEQUEGNOT Auguste", "PLACE": "Versailles (Seine-et-Oise)."}, "date": "2023-08-20T14:48:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9617	perrault-henri-1867-04-13	{"a4": "865", "g55": "05-787"}	{"g55": "05-787", "lerrcp": "A4-865"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Perrault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1867-04-13 08:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1867-04-13 07:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Perrault"}, "birth": {"tzo": "+00:08:32", "date": "1867-04-13 08:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1867-04-13 07:51:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-865"}, "ids-in-sources": {"a4": "865"}}, "raw": {"H": "7", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "13", "LAT": "48N50", "LON": "2E 8", "MON": "4", "NUM": "865", "PRO": "P", "SEC": "28", "YEA": "1867", "CITY": "VERSAILLES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-787"}, "ids-in-source": {"g55": "05-787"}}, "raw": {"DAY": "13-4-1867", "HOUR": "8 h.", "NAME": "PERRAULT Henri Paul", "PLACE": "Versailles (Seine-et-Oise)."}, "date": "2023-08-20T14:48:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9619	perron-charles-1893-08-22	{"a4": "867", "g55": "05-788"}	{"g55": "05-788", "lerrcp": "A4-867"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Perron", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1893-08-22 01:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.88725, "lat": 47.54178, "name": "Plessé", "geoid": 2986785}, "notime": null, "date-ut": "1893-08-22 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Perron"}, "birth": {"tzo": "+00:09:21", "date": "1893-08-22 01:00", "place": {"c2": "44", "cy": "FR", "lg": -1.88725, "lat": 47.54178, "name": "Plessé", "geoid": 2986785}, "date-ut": "1893-08-22 00:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-867"}, "ids-in-sources": {"a4": "867"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "44", "COU": "F", "DAY": "22", "LAT": "47N13", "LON": "1W35", "MON": "8", "NUM": "867", "PRO": "P", "SEC": "40", "YEA": "1893", "CITY": "PLESSE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-788"}, "ids-in-source": {"g55": "05-788"}}, "raw": {"DAY": "22-8-1893", "HOUR": "1 h.", "NAME": "PERRON Charles Clément", "PLACE": "Plessé (Loire-Inférieure)."}, "date": "2023-08-20T14:48:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9621	perrot-rene-1912-07-12	{"a4": "869", "g55": "05-790"}	{"g55": "05-790", "lerrcp": "A4-869"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Perrot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-07-12 04:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.03333, "lat": 47.25, "name": "Cuse", "geoid": 0}, "notime": null, "date-ut": "1912-07-12 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "René", "family": "Perrot"}, "birth": {"tzo": "+00:00", "date": "1912-07-12 04:00", "place": {"c2": "25", "cy": "FR", "lg": 6.03333, "lat": 47.25, "name": "Cuse", "geoid": 0}, "date-ut": "1912-07-12 04:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-869"}, "ids-in-sources": {"a4": "869"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "25", "COU": "F", "DAY": "12", "LAT": "47N15", "LON": "6E 2", "MON": "7", "NUM": "869", "PRO": "P", "SEC": "0", "YEA": "1912", "CITY": "CUSE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Cuse"}}, "partial-ids": {"g55": "05-790"}, "ids-in-source": {"g55": "05-790"}}, "raw": {"DAY": "12-7-1912", "HOUR": "4 h.", "NAME": "PERROT René", "PLACE": "Cuse (Doubs)."}, "date": "2023-08-20T14:48:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9623	petit-leonce-1839-05-14	{"a4": "871", "g55": "05-792"}	{"g55": "05-792", "lerrcp": "A4-871"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leonce", "family": "Petit", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:08:05", "date": "1839-05-14 17:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -2.01976, "lat": 48.47511, "name": "Taden", "geoid": 2973579}, "notime": null, "date-ut": "1839-05-14 17:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Leonce", "family": "Petit"}, "birth": {"tzo": "-00:08:05", "date": "1839-05-14 17:00", "place": {"c2": "22", "cy": "FR", "lg": -2.01976, "lat": 48.47511, "name": "Taden", "geoid": 2973579}, "date-ut": "1839-05-14 17:11"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-871"}, "ids-in-sources": {"a4": "871"}}, "raw": {"H": "17", "MN": "11", "TZ": "0", "COD": "22", "COU": "F", "DAY": "14", "LAT": "48N31", "LON": "2W45", "MON": "5", "NUM": "871", "PRO": "P", "SEC": "0", "YEA": "1839", "CITY": "TADEN"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-792"}, "ids-in-source": {"g55": "05-792"}}, "raw": {"DAY": "14-5-1839", "HOUR": "17 h.", "NAME": "PETIT Léonce Justin", "PLACE": "Taden (Côtes-du-Nord)."}, "date": "2023-08-20T14:48:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9624	petit-gerard-pierre-1852-11-18	{"a4": "872", "g55": "05-793"}	{"g55": "05-793", "lerrcp": "A4-872"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Petit-Gerard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1852-11-18 01:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1852-11-18 00:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Petit-Gerard"}, "birth": {"tzo": "+00:30:59", "date": "1852-11-18 01:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1852-11-18 00:29"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-872"}, "ids-in-sources": {"a4": "872"}}, "raw": {"H": "0", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "18", "LAT": "48N35", "LON": "7E45", "MON": "11", "NUM": "872", "PRO": "P", "SEC": "0", "YEA": "1852", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-793"}, "ids-in-source": {"g55": "05-793"}}, "raw": {"DAY": "18-11-1852", "HOUR": "1 h.", "NAME": "PETIT-GERARD Pierre", "PLACE": "Strasbourg (Bas-Rhin)."}, "date": "2023-08-20T14:48:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9626	peugniez-pauline-1890-04-28	{"a4": "874", "g55": "05-795"}	{"g55": "05-795", "lerrcp": "A4-874"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pauline", "family": "Peugniez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:12", "date": "1890-04-28 07:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1890-04-28 06:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pauline", "family": "Peugniez"}, "birth": {"tzo": "+00:09:12", "date": "1890-04-28 07:00", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1890-04-28 06:50:48"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-874"}, "ids-in-sources": {"a4": "874"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "28", "LAT": "49N54", "LON": "2E18", "MON": "4", "NUM": "874", "PRO": "P", "SEC": "48", "YEA": "1890", "CITY": "AMIENS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-795"}, "ids-in-source": {"g55": "05-795"}}, "raw": {"DAY": "28-4-1890", "HOUR": "7 h.", "NAME": "PEUGNIEZ Pauline", "PLACE": "Amiens (Somme)."}, "date": "2023-08-20T14:48:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9628	pezant-aime-1846-08-07	{"a4": "876", "g55": "05-797"}	{"g55": "05-797", "lerrcp": "A4-876"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aimé", "family": "Pezant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:49", "date": "1846-08-07 02:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.7039, "lat": 49.27732, "name": "Bayeux", "geoid": 3034483}, "notime": null, "date-ut": "1846-08-07 02:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Aimé", "family": "Pezant"}, "birth": {"tzo": "-00:02:49", "date": "1846-08-07 02:00", "place": {"c2": "14", "cy": "FR", "lg": -0.7039, "lat": 49.27732, "name": "Bayeux", "geoid": 3034483}, "date-ut": "1846-08-07 02:01:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-876"}, "ids-in-sources": {"a4": "876"}}, "raw": {"H": "2", "MN": "1", "TZ": "0", "COD": "14", "COU": "F", "DAY": "7", "LAT": "49N11", "LON": "0W22", "MON": "8", "NUM": "876", "PRO": "P", "SEC": "28", "YEA": "1846", "CITY": "BAYEUX"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-797"}, "ids-in-source": {"g55": "05-797"}}, "raw": {"DAY": "7-8-1846", "HOUR": "2 h.", "NAME": "PEZANT Aimer Alexandre", "PLACE": "Bayeux (Calvados)."}, "date": "2023-08-20T14:48:54+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9630	picard-edmond-1861-12-19	{"a4": "878", "g55": "05-798"}	{"g55": "05-798", "lerrcp": "A4-878"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Picard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:04", "date": "1861-12-19 02:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1861-12-19 01:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Picard"}, "birth": {"tzo": "+00:24:04", "date": "1861-12-19 02:00", "place": {"c2": "25", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1861-12-19 01:35:52"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-878"}, "ids-in-sources": {"a4": "878"}}, "raw": {"H": "1", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "19", "LAT": "47N15", "LON": "6E 2", "MON": "12", "NUM": "878", "PRO": "P", "SEC": "52", "YEA": "1861", "CITY": "BESANCON"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-798"}, "ids-in-source": {"g55": "05-798"}}, "raw": {"DAY": "19-12-1861", "HOUR": "2 h.", "NAME": "PICARD Edmond", "PLACE": "Besançon (Doubs)."}, "date": "2023-08-20T14:48:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9632	pichon-auguste-1805-12-06	{"a4": "880", "g55": "05-800"}	{"g55": "05-800", "lerrcp": "A4-880"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Pichon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:16", "date": "1805-12-06 12:00", "note": null, "place": {"c1": null, "c2": "81", "c3": null, "cy": "FR", "lg": 2.06683, "lat": 43.45292, "name": "Sorèze", "geoid": 2974195}, "notime": null, "date-ut": "1805-12-06 11:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Pichon"}, "birth": {"tzo": "+00:08:16", "date": "1805-12-06 12:00", "place": {"c2": "81", "cy": "FR", "lg": 2.06683, "lat": 43.45292, "name": "Sorèze", "geoid": 2974195}, "date-ut": "1805-12-06 11:51:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-880"}, "ids-in-sources": {"a4": "880"}}, "raw": {"H": "11", "MN": "51", "TZ": "0", "COD": "81", "COU": "F", "DAY": "6", "LAT": "43N55", "LON": "2E 8", "MON": "12", "NUM": "880", "PRO": "P", "SEC": "28", "YEA": "1805", "CITY": "SOREZE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-800"}, "ids-in-source": {"g55": "05-800"}}, "raw": {"DAY": "6-12-1805", "HOUR": "12 h.", "NAME": "PICHON Auguste", "PLACE": "Soréze (Tarn)."}, "date": "2023-08-20T14:48:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9634	pierre-gustave-1875-03-07	{"a4": "882", "g55": "05-802"}	{"g55": "05-802", "lerrcp": "A4-882"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Pierre", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:32", "date": "1875-03-07 23:00", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.3829, "lat": 49.15964, "name": "Verdun", "geoid": 2969958}, "notime": null, "date-ut": "1875-03-07 22:39:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-882"}, "birth": {"tzo": "+00:21:32", "date": "1875-03-07 23:00", "place": {"c2": "55", "cy": "FR", "lg": 5.3829, "lat": 49.15964, "name": "Verdun", "geoid": 2969958}, "date-ut": "1875-03-07 22:39:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-882"}, "ids-in-sources": {"a4": "882"}}, "raw": {"H": "22", "MN": "39", "TZ": "0", "COD": "55", "COU": "F", "DAY": "7", "LAT": "48N46", "LON": "5E10", "MON": "3", "NUM": "882", "PRO": "P", "SEC": "20", "YEA": "1875", "CITY": "VERDUN"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Gustave", "family": "Pierre", "nobility": ""}, "slug": "pierre-gustave-1875-03-07", "partial-ids": {"g55": "05-802"}, "ids-in-source": {"g55": "05-802"}}, "raw": {"DAY": "7-3-1875", "HOUR": "23 h.", "NAME": "PIERRE Gustave", "PLACE": "Verdun (Meuse)."}, "date": "2023-08-20T14:48:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9638	pinchart-auguste-1842-08-10	{"a4": "886", "g55": "05-804"}	{"g55": "05-804", "lerrcp": "A4-886"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Pinchart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:56", "date": "1842-08-10 06:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.23472, "lat": 50.17596, "name": "Cambrai", "geoid": 3029030}, "notime": null, "date-ut": "1842-08-10 05:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Pinchart"}, "birth": {"tzo": "+00:12:56", "date": "1842-08-10 06:00", "place": {"c2": "59", "cy": "FR", "lg": 3.23472, "lat": 50.17596, "name": "Cambrai", "geoid": 3029030}, "date-ut": "1842-08-10 05:47:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-886"}, "ids-in-sources": {"a4": "886"}}, "raw": {"H": "5", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "10", "LAT": "50N39", "LON": "3E 5", "MON": "8", "NUM": "886", "PRO": "P", "SEC": "40", "YEA": "1842", "CITY": "CAMBRAI"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-804"}, "ids-in-source": {"g55": "05-804"}}, "raw": {"DAY": "10-8-1842", "HOUR": "6 h.", "NAME": "PINCHART Auguste", "PLACE": "Cambrai (Nord)."}, "date": "2023-08-20T14:48:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9639	pinel-edouard-1806-06-13	{"a4": "887", "g55": "05-805"}	{"g55": "05-805", "lerrcp": "A4-887"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Pinel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:37", "date": "1806-06-13 03:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -1.15222, "lat": 46.16308, "name": "La Rochelle", "geoid": 3006787}, "notime": null, "date-ut": "1806-06-13 03:04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Pinel"}, "birth": {"tzo": "-00:04:37", "date": "1806-06-13 03:00", "place": {"c2": "17", "cy": "FR", "lg": -1.15222, "lat": 46.16308, "name": "La Rochelle", "geoid": 3006787}, "date-ut": "1806-06-13 03:04:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-887"}, "ids-in-sources": {"a4": "887"}}, "raw": {"H": "3", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "13", "LAT": "46N 9", "LON": "1W10", "MON": "6", "NUM": "887", "PRO": "P", "SEC": "40", "YEA": "1806", "CITY": "LA ROCHELLE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-805"}, "ids-in-source": {"g55": "05-805"}}, "raw": {"DAY": "13-6-1806", "HOUR": "3 h.", "NAME": "PINEL Edouard", "PLACE": "La Rochelle (Charente-Maritime)."}, "date": "2023-08-20T14:48:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9641	pinta-amable-1820-06-26	{"a4": "889", "g55": "05-807"}	{"g55": "05-807", "lerrcp": "A4-889"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Amable", "family": "Pinta", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:20", "date": "1820-06-26 09:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "Ervy", "geoid": 0}, "notime": null, "date-ut": "1820-06-26 08:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Amable", "family": "Pinta"}, "birth": {"tzo": "+00:16:20", "date": "1820-06-26 09:00", "place": {"c2": "10", "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "Ervy", "geoid": 0}, "date-ut": "1820-06-26 08:43:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-889"}, "ids-in-sources": {"a4": "889"}}, "raw": {"H": "8", "MN": "43", "TZ": "0", "COD": "10", "COU": "F", "DAY": "26", "LAT": "48N18", "LON": "4E 5", "MON": "6", "NUM": "889", "PRO": "P", "SEC": "40", "YEA": "1820", "CITY": "ERVY"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Ervy"}}, "partial-ids": {"g55": "05-807"}, "ids-in-source": {"g55": "05-807"}}, "raw": {"DAY": "26-6-1820", "HOUR": "9 h.", "NAME": "PINTA Amable", "PLACE": "Ervy (Aube)."}, "date": "2023-08-20T14:48:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9644	planquette-felix-1873-04-23	{"a4": "892", "g55": "05-809"}	{"g55": "05-809", "lerrcp": "A4-892"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Planquette", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:08", "date": "1873-04-23 14:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "notime": null, "date-ut": "1873-04-23 13:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Planquette"}, "birth": {"tzo": "+00:11:08", "date": "1873-04-23 14:00", "place": {"c2": "62", "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "date-ut": "1873-04-23 13:48:56"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-892"}, "ids-in-sources": {"a4": "892"}}, "raw": {"H": "13", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "23", "LAT": "50N18", "LON": "2E46", "MON": "4", "NUM": "892", "PRO": "P", "SEC": "56", "YEA": "1873", "CITY": "ARRAS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-809"}, "ids-in-source": {"g55": "05-809"}}, "raw": {"DAY": "23-4-1873", "HOUR": "14 h.", "NAME": "PLANQUETTE Felix", "PLACE": "Arras (Pas-de-Calais)."}, "date": "2023-08-20T14:48:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9651	poncelet-maurice-1897-06-04	{"a4": "899", "g55": "05-812"}	{"g55": "05-812", "lerrcp": "A4-899"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Poncelet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "notime": null, "date-ut": "1897-06-04 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Poncelet"}, "birth": {"place": {"c2": "68", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "date-ut": "1897-06-04 10:30"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-899"}, "ids-in-sources": {"a4": "899"}}, "raw": {"H": "11", "MN": "30", "TZ": "-1", "COD": "68", "COU": "F", "DAY": "4", "LAT": "48N 5", "LON": "7E21", "MON": "6", "NUM": "899", "PRO": "P", "SEC": "0", "YEA": "1897", "CITY": "MULHOUSE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-812"}, "ids-in-source": {"g55": "05-812"}}, "raw": {"DAY": "4-6-1897", "HOUR": "11 h. 30", "NAME": "PONCELET Maurice", "PLACE": "Mulhouse (Haut-Rhin)."}, "date": "2023-08-20T14:48:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9653	ponson-luc-1835-05-12	{"a4": "901", "g55": "05-814"}	{"g55": "05-814", "lerrcp": "A4-901"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Luc", "family": "Ponson", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:25:52", "date": "1835-05-12 20:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 6.46667, "lat": 43.53333, "name": "Sollies-Pont", "geoid": 0}, "notime": null, "date-ut": "1835-05-12 19:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Luc", "family": "Ponson"}, "birth": {"tzo": "+00:25:52", "date": "1835-05-12 20:00", "place": {"c2": "83", "cy": "FR", "lg": 6.46667, "lat": 43.53333, "name": "Solliespont", "geoid": 0}, "date-ut": "1835-05-12 19:34:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-901"}, "ids-in-sources": {"a4": "901"}}, "raw": {"H": "19", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "12", "LAT": "43N32", "LON": "6E28", "MON": "5", "NUM": "901", "PRO": "P", "SEC": "8", "YEA": "1835", "CITY": "SOLLIESPONT"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Sollies-Pont"}}, "partial-ids": {"g55": "05-814"}, "ids-in-source": {"g55": "05-814"}}, "raw": {"DAY": "12-5-1835", "HOUR": "20 h.", "NAME": "PONSON Luc", "PLACE": "Sollies-Pont (Var)."}, "date": "2023-08-20T14:48:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9655	porion-charles-1814-05-01	{"a4": "903", "g55": "05-815"}	{"g55": "05-815", "lerrcp": "A4-903"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Porion", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:12", "date": "1814-05-01 17:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1814-05-01 16:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Porion"}, "birth": {"tzo": "+00:09:12", "date": "1814-05-01 17:00", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1814-05-01 16:50:48"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-903"}, "ids-in-sources": {"a4": "903"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "1", "LAT": "49N54", "LON": "2E18", "MON": "5", "NUM": "903", "PRO": "P", "SEC": "48", "YEA": "1814", "CITY": "AMIENS"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-815"}, "ids-in-source": {"g55": "05-815"}}, "raw": {"DAY": "1-5-1814", "HOUR": "17 h.", "NAME": "PORION Charles", "PLACE": "Amiens (Somme)."}, "date": "2023-08-20T14:48:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9657	pouget-marcel-1923-08-15	{"a4": "905", "g55": "05-817"}	{"g55": "05-817", "lerrcp": "A4-905"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Pouget", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": -0.63588, "lat": 35.69906, "name": "Oran", "geoid": 2485926}, "notime": null, "date-ut": "1923-08-15 06:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Pouget"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": -0.63588, "lat": 35.69906, "name": "Oran", "geoid": 2485926}, "date-ut": "1923-08-15 06:00:00"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-905"}, "ids-in-sources": {"a4": "905"}}, "raw": {"H": "6", "MN": "0", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "15", "LAT": "35N40", "LON": "0W30", "MON": "8", "NUM": "905", "PRO": "P", "SEC": "0", "YEA": "1923", "CITY": "ORAN"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-817"}, "ids-in-source": {"g55": "05-817"}}, "raw": {"DAY": "15-8-1923", "HOUR": "6 h.", "NAME": "POUGET Marcel", "PLACE": "Oran (Algérie)."}, "date": "2023-08-20T14:48:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9661	prax-valentine-1897-07-23	{"a4": "909", "g55": "05-820"}	{"g55": "05-820", "lerrcp": "A4-909"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Valentine", "family": "Prax", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 7.75, "lat": 37, "name": "Bône", "geoid": 0}, "notime": null, "date-ut": "1897-07-23 13:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Valentine", "family": "Prax"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 7.75, "lat": 37, "name": "BONE", "geoid": 0}, "date-ut": "1897-07-23 13:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-909"}, "ids-in-sources": {"a4": "909"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "23", "LAT": "37N 0", "LON": "7E45", "MON": "7", "NUM": "909", "PRO": "P", "SEC": "40", "YEA": "1897", "CITY": "BONE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Bône"}}, "partial-ids": {"g55": "05-820"}, "ids-in-source": {"g55": "05-820"}}, "raw": {"DAY": "23-7-1897", "HOUR": "14 h.", "NAME": "PRAX Valentine", "PLACE": "Bône (Algérie)."}, "date": "2023-08-20T14:48:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9663	prieur-romain-1806-08-21	{"a4": "911", "g55": "05-822"}	{"g55": "05-822", "lerrcp": "A4-911"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Romain", "family": "Prieur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:40", "date": "1806-08-21 23:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "La Ferté-Gaucher", "geoid": 0}, "notime": null, "date-ut": "1806-08-21 22:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Romain", "family": "Prieur"}, "birth": {"tzo": "+00:10:40", "date": "1806-08-21 23:00", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Laferte-Gaucher", "geoid": 0}, "date-ut": "1806-08-21 22:49:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-911"}, "ids-in-sources": {"a4": "911"}}, "raw": {"H": "22", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "21", "LAT": "48N33", "LON": "2E40", "MON": "8", "NUM": "911", "PRO": "P", "SEC": "20", "YEA": "1806", "CITY": "LAFERTE-GAUCHER"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "La Ferté-Gaucher"}}, "partial-ids": {"g55": "05-822"}, "ids-in-source": {"g55": "05-822"}}, "raw": {"DAY": "21-8-1806", "HOUR": "23 h.", "NAME": "PRIEUR Romain", "PLACE": "La Ferté-Gaucher (Seine-et-Marne)."}, "date": "2023-08-20T14:48:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9668	prouve-victor-1858-08-13	{"a4": "916", "g55": "05-824"}	{"g55": "05-824", "lerrcp": "A4-916"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Prouve", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1858-08-13 19:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1858-08-13 18:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-916"}, "birth": {"tzo": "+00:24:44", "date": "1858-08-13 19:00", "place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1858-08-13 18:35:12"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-916"}, "ids-in-sources": {"a4": "916"}}, "raw": {"H": "18", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "13", "LAT": "48N42", "LON": "6E12", "MON": "8", "NUM": "916", "PRO": "P", "SEC": "12", "YEA": "1858", "CITY": "NANCY"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Victor", "family": "Prouve", "nobility": ""}, "slug": "prouve-victor-1858-08-13", "partial-ids": {"g55": "05-824"}, "ids-in-source": {"g55": "05-824"}}, "raw": {"DAY": "13-8-1858", "HOUR": "19 h.", "NAME": "PROUVE Victor", "PLACE": "Nancy (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:48:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9673	quesnay-alfred-1830-04-02	{"a4": "921", "g55": "05-826"}	{"g55": "05-826", "lerrcp": "A4-921"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Quesnay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:00:19", "date": "1830-04-02 04:16:49", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.07808, "lat": 47.25931, "name": "Saumur", "geoid": 2975758}, "notime": null, "date-ut": "1830-04-02 04:17:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Quesnay"}, "birth": {"tzo": "-00:00:19", "date": "1830-04-02 04:16:49", "place": {"c2": "49", "cy": "FR", "lg": -0.07808, "lat": 47.25931, "name": "Saumur", "geoid": 2975758}, "date-ut": "1830-04-02 04:17:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-921"}, "ids-in-sources": {"a4": "921"}}, "raw": {"H": "4", "MN": "17", "TZ": "0", "COD": "49", "COU": "F", "DAY": "2", "LAT": "47N28", "LON": "0W32", "MON": "4", "NUM": "921", "PRO": "P", "SEC": "8", "YEA": "1830", "CITY": "SAUMUR"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-826"}, "ids-in-source": {"g55": "05-826"}}, "raw": {"DAY": "2-4-1830", "HOUR": "4 h. 15", "NAME": "QUESNAY de BEAUREPAIRE Alfr.", "PLACE": "Saumur (M.-L.)."}, "date": "2023-08-20T14:48:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9674	quesnel-basile-1813-01-02	{"a4": "922", "g55": "05-827"}	{"g55": "05-827", "lerrcp": "A4-922"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Basile", "family": "Quesnel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:47", "date": "1813-01-02 03:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.44518, "lat": 49.04541, "name": "Coutances", "geoid": 3022826}, "notime": null, "date-ut": "1813-01-02 03:04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Basile", "family": "Quesnel"}, "birth": {"tzo": "-00:05:47", "date": "1813-01-02 03:00", "place": {"c2": "50", "cy": "FR", "lg": -1.44518, "lat": 49.04541, "name": "Coutances", "geoid": 3022826}, "date-ut": "1813-01-02 03:04:20"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-922"}, "ids-in-sources": {"a4": "922"}}, "raw": {"H": "3", "MN": "4", "TZ": "0", "COD": "50", "COU": "F", "DAY": "2", "LAT": "49N 7", "LON": "1W 5", "MON": "1", "NUM": "922", "PRO": "P", "SEC": "20", "YEA": "1813", "CITY": "COUTANCES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-827"}, "ids-in-source": {"g55": "05-827"}}, "raw": {"DAY": "2-1-1813", "HOUR": "3 h.", "NAME": "\\fQUESNEL Basile", "PLACE": "Coutances (Manche)."}, "date": "2023-08-20T14:48:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9676	quost-ernest-1842-02-24	{"a4": "924", "g55": "05-829"}	{"g55": "05-829", "lerrcp": "A4-924"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Quost", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:38", "date": "1842-02-24 14:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.90832, "lat": 47.49002, "name": "Avallon", "geoid": 3035768}, "notime": null, "date-ut": "1842-02-24 13:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Quost"}, "birth": {"tzo": "+00:15:38", "date": "1842-02-24 14:00", "place": {"c2": "89", "cy": "FR", "lg": 3.90832, "lat": 47.49002, "name": "Avallon", "geoid": 3035768}, "date-ut": "1842-02-24 13:45:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-924"}, "ids-in-sources": {"a4": "924"}}, "raw": {"H": "13", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "24", "LAT": "47N48", "LON": "3E35", "MON": "2", "NUM": "924", "PRO": "P", "SEC": "40", "YEA": "1842", "CITY": "AVALLON"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-829"}, "ids-in-source": {"g55": "05-829"}}, "raw": {"DAY": "24-2-1842", "HOUR": "14 h.", "NAME": "QUOST Ernest", "PLACE": "Avallon (Yonne)."}, "date": "2023-08-20T14:48:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9681	rahoult-charles-1819-12-02	{"a4": "929", "g55": "05-831"}	{"g55": "05-831", "lerrcp": "A4-929"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Rahoult", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:52", "date": "1819-12-02 14:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1819-12-02 13:37:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Rahoult"}, "birth": {"tzo": "+00:22:52", "date": "1819-12-02 14:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1819-12-02 13:37:08"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-929"}, "ids-in-sources": {"a4": "929"}}, "raw": {"H": "13", "MN": "37", "TZ": "0", "COD": "38", "COU": "F", "DAY": "2", "LAT": "45N11", "LON": "5E43", "MON": "12", "NUM": "929", "PRO": "P", "SEC": "8", "YEA": "1819", "CITY": "GRENOBLE"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-831"}, "ids-in-source": {"g55": "05-831"}}, "raw": {"DAY": "2-12-1819", "HOUR": "14 h.", "NAME": "RAHOULT Charles", "PLACE": "Grenoble (Isère)."}, "date": "2023-08-20T14:48:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9683	rameau-claude-1876-03-11	{"a4": "931", "g55": "05-833"}	{"g55": "05-833", "lerrcp": "A4-931"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Rameau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:20", "date": "1876-03-11 20:30", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 46.3, "name": "Bourbon-Lancy", "geoid": 0}, "notime": null, "date-ut": "1876-03-11 20:10:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Rameau"}, "birth": {"tzo": "+00:19:20", "date": "1876-03-11 20:30", "place": {"c2": "71", "cy": "FR", "lg": 4.83333, "lat": 46.3, "name": "Bourbonlancy", "geoid": 0}, "date-ut": "1876-03-11 20:10:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-931"}, "ids-in-sources": {"a4": "931"}}, "raw": {"H": "20", "MN": "10", "TZ": "0", "COD": "71", "COU": "F", "DAY": "11", "LAT": "46N18", "LON": "4E50", "MON": "3", "NUM": "931", "PRO": "P", "SEC": "40", "YEA": "1876", "CITY": "BOURBONLANCY"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Bourbon-Lancy"}}, "partial-ids": {"g55": "05-833"}, "ids-in-source": {"g55": "05-833"}}, "raw": {"DAY": "11-3-1876", "HOUR": "20 h. 30", "NAME": "RAMEAU Claude", "PLACE": "Bourbon-Lancy (Saône-et-Loire)."}, "date": "2023-08-20T14:48:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9684	rapin-alexandre-1839-06-21	{"a4": "932", "g55": "05-834"}	{"g55": "05-834", "lerrcp": "A4-932"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Rapin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:36", "date": "1839-06-21 04:00", "note": null, "place": {"c1": null, "c2": "70", "c3": null, "cy": "FR", "lg": 6.15, "lat": 47.61667, "name": "Noroy-le-Bourg", "geoid": 0}, "notime": null, "date-ut": "1839-06-21 03:35:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Rapin"}, "birth": {"tzo": "+00:24:36", "date": "1839-06-21 04:00", "place": {"c2": "70", "cy": "FR", "lg": 6.15, "lat": 47.61667, "name": "Noroylebourg", "geoid": 0}, "date-ut": "1839-06-21 03:35:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-932"}, "ids-in-sources": {"a4": "932"}}, "raw": {"H": "3", "MN": "35", "TZ": "0", "COD": "70", "COU": "F", "DAY": "21", "LAT": "47N37", "LON": "6E 9", "MON": "6", "NUM": "932", "PRO": "P", "SEC": "24", "YEA": "1839", "CITY": "NOROYLEBOURG"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Noroy-le-Bourg"}}, "partial-ids": {"g55": "05-834"}, "ids-in-source": {"g55": "05-834"}}, "raw": {"DAY": "21-6-1839", "HOUR": "4 h.", "NAME": "RAPIN Alexandre", "PLACE": "Noroy-le-Bourg (Haute-Saône)."}, "date": "2023-08-20T14:48:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9687	raverat-vincent-1801-01-22	{"a4": "935", "g55": "05-836"}	{"g55": "05-836", "lerrcp": "A4-935"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincent", "family": "Raverat", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:08", "date": "1801-01-22 10:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Moutier-Saint-Jean", "geoid": 0}, "notime": null, "date-ut": "1801-01-22 09:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-935"}, "birth": {"tzo": "+00:20:08", "date": "1801-01-22 10:00", "place": {"c2": "21", "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Moutierstjean", "geoid": 0}, "date-ut": "1801-01-22 09:39:52"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-935"}, "ids-in-sources": {"a4": "935"}}, "raw": {"H": "9", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "22", "LAT": "47N19", "LON": "5E 2", "MON": "1", "NUM": "935", "PRO": "P", "SEC": "52", "YEA": "1801", "CITY": "MOUTIERSTJEAN"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Vincent", "family": "Raverat", "nobility": ""}, "slug": "raverat-vincent-1801-01-22", "birth": {"place": {"name": "Moutier-Saint-Jean"}}, "partial-ids": {"g55": "05-836"}, "ids-in-source": {"g55": "05-836"}}, "raw": {"DAY": "22-1-1801", "HOUR": "10 h.", "NAME": "RAVERAT Vincent", "PLACE": "Moutier-Saint-Jean (Côte-d’Or)."}, "date": "2023-08-20T14:48:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9690	reboul-jean-1810-04-04	{"a4": "938", "g55": "05-838"}	{"g55": "05-838", "lerrcp": "A4-938"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Reboul", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:20", "date": "1810-04-04 20:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 43.95, "name": "Chateauneuf-du-Pape", "geoid": 0}, "notime": null, "date-ut": "1810-04-04 19:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Reboul"}, "birth": {"tzo": "+00:19:20", "date": "1810-04-04 20:00", "place": {"c2": "84", "cy": "FR", "lg": 4.83333, "lat": 43.95, "name": "Chateauneufdupa", "geoid": 0}, "date-ut": "1810-04-04 19:40:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-938"}, "ids-in-sources": {"a4": "938"}}, "raw": {"H": "19", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "4", "LAT": "43N57", "LON": "4E50", "MON": "4", "NUM": "938", "PRO": "P", "SEC": "40", "YEA": "1810", "CITY": "CHATEAUNEUFDUPA"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Chateauneuf-du-Pape"}}, "partial-ids": {"g55": "05-838"}, "ids-in-source": {"g55": "05-838"}}, "raw": {"DAY": "4-4-1810", "HOUR": "20 h.", "NAME": "REBOUL Jean-Baptiste", "PLACE": "Chateauneuf-du-Pape (Vaucl.)."}, "date": "2023-08-20T14:48:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9695	renard-emile-1850-10-05	{"a4": "943", "g55": "05-841"}	{"g55": "05-841", "lerrcp": "A4-943"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Renard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:52", "date": "1850-10-05 04:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.21757, "lat": 48.82292, "name": "Sèvres", "geoid": 2974678}, "notime": null, "date-ut": "1850-10-05 03:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Renard"}, "birth": {"tzo": "+00:08:52", "date": "1850-10-05 04:00", "place": {"c2": "92", "cy": "FR", "lg": 2.21757, "lat": 48.82292, "name": "Sèvres", "geoid": 2974678}, "date-ut": "1850-10-05 03:51:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-943"}, "ids-in-sources": {"a4": "943"}}, "raw": {"H": "3", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "5", "LAT": "48N50", "LON": "2E11", "MON": "10", "NUM": "943", "PRO": "P", "SEC": "16", "YEA": "1850", "CITY": "SEVRES"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-841"}, "ids-in-source": {"g55": "05-841"}}, "raw": {"DAY": "5-10-1850", "HOUR": "4 h.", "NAME": "RENARD Emile", "PLACE": "Sèvres (Seine-et-Oise)."}, "date": "2023-08-20T14:48:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9697	renefer-jean-1879-06-02	{"a4": "945", "g55": "05-843"}	{"g55": "05-843", "lerrcp": "A4-945"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Renefer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:44", "date": "1879-06-02 12:30", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.43333, "lat": 43.61667, "name": "Bétheny", "geoid": 0}, "notime": null, "date-ut": "1879-06-02 12:24:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Renefer"}, "birth": {"tzo": "+00:05:44", "date": "1879-06-02 12:30", "place": {"c2": "31", "cy": "FR", "lg": 1.43333, "lat": 43.61667, "name": "Betheny", "geoid": 0}, "date-ut": "1879-06-02 12:24:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-945"}, "ids-in-sources": {"a4": "945"}}, "raw": {"H": "12", "MN": "24", "TZ": "0", "COD": "31", "COU": "F", "DAY": "2", "LAT": "43N37", "LON": "1E26", "MON": "6", "NUM": "945", "PRO": "P", "SEC": "16", "YEA": "1879", "CITY": "BETHENY"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Bétheny"}}, "partial-ids": {"g55": "05-843"}, "ids-in-source": {"g55": "05-843"}}, "raw": {"DAY": "2-6-1879", "HOUR": "12 h. 30", "NAME": "RENEFER Jean", "PLACE": "Bétheny (Marne)."}, "date": "2023-08-20T14:48:55+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9700	reol-marie-1880-01-15	{"a4": "948", "g55": "05-844"}	{"g55": "05-844", "lerrcp": "A4-948"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Reol", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:47", "date": "1880-01-15 23:33:03", "note": null, "place": {"c1": null, "c2": "15", "c3": null, "cy": "FR", "lg": 3.19735, "lat": 45.25146, "name": "Massiac", "geoid": 2995229}, "notime": null, "date-ut": "1880-01-15 23:20:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Reol"}, "birth": {"tzo": "+00:12:47", "date": "1880-01-15 23:33:03", "place": {"c2": "15", "cy": "FR", "lg": 3.19735, "lat": 45.25146, "name": "Massiac", "geoid": 2995229}, "date-ut": "1880-01-15 23:20:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-948"}, "ids-in-sources": {"a4": "948"}}, "raw": {"H": "23", "MN": "20", "TZ": "0", "COD": "15", "COU": "F", "DAY": "15", "LAT": "44N56", "LON": "2E26", "MON": "1", "NUM": "948", "PRO": "P", "SEC": "16", "YEA": "1880", "CITY": "MASSIAC"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-844"}, "ids-in-source": {"g55": "05-844"}}, "raw": {"DAY": "15-1-1880", "HOUR": "23 h. 30", "NAME": "REOL Marie Marg.", "PLACE": "Massiac (Cantal)."}, "date": "2023-08-20T14:48:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9704	richaud-joseph-1810-06-03	{"a4": "952", "g55": "05-846"}	{"g55": "05-846", "lerrcp": "A4-952"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Richaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:28", "date": "1810-06-03 04:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Aix", "geoid": 0}, "notime": null, "date-ut": "1810-06-03 03:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Richaud"}, "birth": {"tzo": "+00:21:28", "date": "1810-06-03 04:00", "place": {"c2": "13", "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Aix", "geoid": 0}, "date-ut": "1810-06-03 03:38:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-952"}, "ids-in-sources": {"a4": "952"}}, "raw": {"H": "3", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "3", "LAT": "43N18", "LON": "5E22", "MON": "6", "NUM": "952", "PRO": "P", "SEC": "32", "YEA": "1810", "CITY": "AIX"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Aix"}}, "partial-ids": {"g55": "05-846"}, "ids-in-source": {"g55": "05-846"}}, "raw": {"DAY": "3-6-1810", "HOUR": "4 h.", "NAME": "RICHAUD Joseph", "PLACE": "Aix (Bouches-du-Rhône)."}, "date": "2023-08-20T14:48:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9707	ridel-louis-1866-02-12	{"a4": "955", "g55": "05-848"}	{"g55": "05-848", "lerrcp": "A4-955"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Ridel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:11:03", "date": "1866-02-12 09:30", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -2.76205, "lat": 47.65688, "name": "Vannes", "geoid": 2970777}, "notime": null, "date-ut": "1866-02-12 09:40:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Ridel"}, "birth": {"tzo": "-00:11:03", "date": "1866-02-12 09:30", "place": {"c2": "56", "cy": "FR", "lg": -2.76205, "lat": 47.65688, "name": "Vannes", "geoid": 2970777}, "date-ut": "1866-02-12 09:40:56"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-955"}, "ids-in-sources": {"a4": "955"}}, "raw": {"H": "9", "MN": "40", "TZ": "0", "COD": "56", "COU": "F", "DAY": "12", "LAT": "47N40", "LON": "2W44", "MON": "2", "NUM": "955", "PRO": "P", "SEC": "56", "YEA": "1866", "CITY": "VANNES"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-848"}, "ids-in-source": {"g55": "05-848"}}, "raw": {"DAY": "12-2-1866", "HOUR": "9 h. 30", "NAME": "RIDEL Louis", "PLACE": "Vannes (Morbihan)."}, "date": "2023-08-20T14:48:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9710	riou-edouard-1833-12-02	{"a4": "958", "g55": "05-849"}	{"g55": "05-849", "lerrcp": "A4-958"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Riou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:40", "date": "1833-12-02 02:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Saint-Servan", "geoid": 0}, "notime": null, "date-ut": "1833-12-02 02:06:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Riou"}, "birth": {"tzo": "-00:06:40", "date": "1833-12-02 02:00", "place": {"c2": "35", "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Saint-Servan", "geoid": 0}, "date-ut": "1833-12-02 02:06:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-958"}, "ids-in-sources": {"a4": "958"}}, "raw": {"H": "2", "MN": "6", "TZ": "0", "COD": "35", "COU": "F", "DAY": "2", "LAT": "48N 7", "LON": "1W40", "MON": "12", "NUM": "958", "PRO": "P", "SEC": "40", "YEA": "1833", "CITY": "ST-SERVAN"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Servan"}}, "partial-ids": {"g55": "05-849"}, "ids-in-source": {"g55": "05-849"}}, "raw": {"DAY": "2-12-1833", "HOUR": "2 h.", "NAME": "RIOU Edouard", "PLACE": "Saint-Servan (Ille-et-Vilaine)."}, "date": "2023-08-20T14:48:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9712	robida-albert-1848-05-14	{"a4": "960", "g55": "05-851"}	{"g55": "05-851", "lerrcp": "A4-960"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Robida", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:18", "date": "1848-05-14 15:00", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.82606, "lat": 49.41794, "name": "Compiègne", "geoid": 3024066}, "notime": null, "date-ut": "1848-05-14 14:51:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Robida"}, "birth": {"tzo": "+00:11:18", "date": "1848-05-14 15:00", "place": {"c2": "60", "cy": "FR", "lg": 2.82606, "lat": 49.41794, "name": "Compiègne", "geoid": 3024066}, "date-ut": "1848-05-14 14:51:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-960"}, "ids-in-sources": {"a4": "960"}}, "raw": {"H": "14", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "14", "LAT": "49N26", "LON": "2E 5", "MON": "5", "NUM": "960", "PRO": "P", "SEC": "40", "YEA": "1848", "CITY": "COMPIEGNE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-851"}, "ids-in-source": {"g55": "05-851"}}, "raw": {"DAY": "14-5-1848", "HOUR": "15 h.", "NAME": "ROBIDA Albert", "PLACE": "Compiègne (Oise)."}, "date": "2023-08-20T14:48:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9715	rochebrune-octave-1824-04-01	{"a4": "963", "g55": "05-854"}	{"g55": "05-854", "lerrcp": "A4-963"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Octave", "family": "Rochebrune", "spouse": [], "nobility": "de", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:40", "date": "1824-04-01 02:00", "note": null, "place": {"c1": null, "c2": "85", "c3": null, "cy": "FR", "lg": -1.41667, "lat": 46.66667, "name": "Fontenay-le-Comte", "geoid": 0}, "notime": null, "date-ut": "1824-04-01 02:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-963"}, "birth": {"tzo": "-00:05:40", "date": "1824-04-01 02:00", "place": {"c2": "85", "cy": "FR", "lg": -1.41667, "lat": 46.66667, "name": "Fontenaylecomte", "geoid": 0}, "date-ut": "1824-04-01 02:05:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-963"}, "ids-in-sources": {"a4": "963"}}, "raw": {"H": "2", "MN": "5", "TZ": "0", "COD": "85", "COU": "F", "DAY": "1", "LAT": "46N40", "LON": "1W25", "MON": "4", "NUM": "963", "PRO": "P", "SEC": "40", "YEA": "1824", "CITY": "FONTENAYLECOMTE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Octave", "family": "Rochebrune", "nobility": "de"}, "slug": "rochebrune-octave-1824-04-01", "birth": {"place": {"name": "Fontenay-le-Comte"}}, "partial-ids": {"g55": "05-854"}, "ids-in-source": {"g55": "05-854"}}, "raw": {"DAY": "1-4-1824", "HOUR": "2 h.", "NAME": "ROCHEBRUNE (de) Octave", "PLACE": "Fontenay-le-Comte (Vend.)."}, "date": "2023-08-20T14:48:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9718	roger-eugene-1807-05-26	{"a4": "966", "g55": "05-856"}	{"g55": "05-856", "lerrcp": "A4-966"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Roger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:08", "date": "1807-05-26 21:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.28328, "lat": 48.19738, "name": "Sens", "geoid": 2975050}, "notime": null, "date-ut": "1807-05-26 20:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Roger"}, "birth": {"tzo": "+00:13:08", "date": "1807-05-26 21:00", "place": {"c2": "89", "cy": "FR", "lg": 3.28328, "lat": 48.19738, "name": "Sens", "geoid": 2975050}, "date-ut": "1807-05-26 20:45:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-966"}, "ids-in-sources": {"a4": "966"}}, "raw": {"H": "20", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "26", "LAT": "47N48", "LON": "3E35", "MON": "5", "NUM": "966", "PRO": "P", "SEC": "40", "YEA": "1807", "CITY": "SENS"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-856"}, "ids-in-source": {"g55": "05-856"}}, "raw": {"DAY": "26-5-1807", "HOUR": "21 h.", "NAME": "ROGER Eugène", "PLACE": "Sens (Yonne)."}, "date": "2023-08-20T14:48:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9721	ronot-charles-1820-05-28	{"a4": "969", "g55": "05-858"}	{"g55": "05-858", "lerrcp": "A4-969"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Ronot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:08", "date": "1820-05-28 01:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Belan-sur-Ource", "geoid": 0}, "notime": null, "date-ut": "1820-05-28 00:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-969"}, "birth": {"tzo": "+00:20:08", "date": "1820-05-28 01:00", "place": {"c2": "21", "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Belansource", "geoid": 0}, "date-ut": "1820-05-28 00:39:52"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-969"}, "ids-in-sources": {"a4": "969"}}, "raw": {"H": "0", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "28", "LAT": "47N19", "LON": "5E 2", "MON": "5", "NUM": "969", "PRO": "P", "SEC": "52", "YEA": "1820", "CITY": "BELANSOURCE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Charles", "family": "Ronot", "nobility": ""}, "slug": "ronot-charles-1820-05-28", "birth": {"place": {"name": "Belan-sur-Ource"}}, "partial-ids": {"g55": "05-858"}, "ids-in-source": {"g55": "05-858"}}, "raw": {"DAY": "28-5-1820", "HOUR": "1 h.", "NAME": "RONOT Charles", "PLACE": "Belan-sur-Ource (Côte-d’Or)."}, "date": "2023-08-20T14:48:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9725	rosenstock-isidore-1880-05-01	{"a4": "973", "g55": "05-861"}	{"g55": "05-861", "lerrcp": "A4-973"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Isidore", "family": "Rosenstock", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1880-05-01 22:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Isidore", "family": "Rosenstock"}, "birth": {"place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1880-05-01 22:29"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-973"}, "ids-in-sources": {"a4": "973"}}, "raw": {"H": "23", "MN": "29", "TZ": "-1", "COD": "67", "COU": "F", "DAY": "1", "LAT": "48N35", "LON": "7E45", "MON": "5", "NUM": "973", "PRO": "P", "SEC": "0", "YEA": "1880", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-861"}, "ids-in-source": {"g55": "05-861"}}, "raw": {"DAY": "1-5-1880", "HOUR": "23 h.", "NAME": "ROSENSTOCK Isidore", "PLACE": "Strasbourg (Bas-Rhin)."}, "date": "2023-08-20T14:48:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9727	rosset-granger-paul-1853-07-09	{"a4": "975", "g55": "05-863"}	{"g55": "05-863", "lerrcp": "A4-975"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Rosset-Granger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:45", "date": "1853-07-09 10:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.43769, "lat": 48.8486, "name": "Vincennes", "geoid": 2968054}, "notime": null, "date-ut": "1853-07-09 09:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Rosset-Granger"}, "birth": {"tzo": "+00:09:45", "date": "1853-07-09 10:00", "place": {"c2": "94", "cy": "FR", "lg": 2.43769, "lat": 48.8486, "name": "Vincennes", "geoid": 2968054}, "date-ut": "1853-07-09 09:50:04"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-975"}, "ids-in-sources": {"a4": "975"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "9", "LAT": "48N47", "LON": "2E29", "MON": "7", "NUM": "975", "PRO": "P", "SEC": "4", "YEA": "1853", "CITY": "VINCENNES"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-863"}, "ids-in-source": {"g55": "05-863"}}, "raw": {"DAY": "9-7-1853", "HOUR": "10 h.", "NAME": "ROSSET-GRANGER Paul", "PLACE": "Vincennes (Seine)."}, "date": "2023-08-20T14:48:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9734	rousseau-decelle-rene-1881-06-14	{"a4": "982", "g55": "05-865"}	{"g55": "05-865", "lerrcp": "A4-982"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Rousseau-Decelle", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:05:40", "date": "1881-06-14 12:00", "note": null, "place": {"c1": null, "c2": "85", "c3": null, "cy": "FR", "lg": -1.41667, "lat": 46.66667, "name": "La Roche-sur-Yon", "geoid": 0}, "notime": null, "date-ut": "1881-06-14 12:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "René", "family": "Rousseau-Decelle"}, "birth": {"tzo": "-00:05:40", "date": "1881-06-14 12:00", "place": {"c2": "85", "cy": "FR", "lg": -1.41667, "lat": 46.66667, "name": "Larochesyon", "geoid": 0}, "date-ut": "1881-06-14 12:05:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-982"}, "ids-in-sources": {"a4": "982"}}, "raw": {"H": "12", "MN": "5", "TZ": "0", "COD": "85", "COU": "F", "DAY": "14", "LAT": "46N40", "LON": "1W25", "MON": "6", "NUM": "982", "PRO": "P", "SEC": "40", "YEA": "1881", "CITY": "LAROCHESYON"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "La Roche-sur-Yon"}}, "partial-ids": {"g55": "05-865"}, "ids-in-source": {"g55": "05-865"}}, "raw": {"DAY": "14-6-1881", "HOUR": "12 h.", "NAME": "ROUSSEAU-DECELLE René", "PLACE": "La Roche-sur-Yon (Ven.)."}, "date": "2023-08-20T14:48:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9737	roussin-victor-1812-03-03	{"a4": "985", "g55": "05-867"}	{"g55": "05-867", "lerrcp": "A4-985"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Roussin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:16:24", "date": "1812-03-03 03:30", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.09795, "lat": 47.99597, "name": "Quimper", "geoid": 2984701}, "notime": null, "date-ut": "1812-03-03 03:46:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Roussin"}, "birth": {"tzo": "-00:16:24", "date": "1812-03-03 03:30", "place": {"c2": "29", "cy": "FR", "lg": -4.09795, "lat": 47.99597, "name": "Quimper", "geoid": 2984701}, "date-ut": "1812-03-03 03:46:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-985"}, "ids-in-sources": {"a4": "985"}}, "raw": {"H": "3", "MN": "46", "TZ": "0", "COD": "29", "COU": "F", "DAY": "3", "LAT": "48N 0", "LON": "4W 6", "MON": "3", "NUM": "985", "PRO": "P", "SEC": "24", "YEA": "1812", "CITY": "QUIMPER"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-867"}, "ids-in-source": {"g55": "05-867"}}, "raw": {"DAY": "3-3-1812", "HOUR": "3 h. 30", "NAME": "ROUSSIN Victor", "PLACE": "Quimper (Finistère)."}, "date": "2023-08-20T14:48:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9739	roux-champion-joseph-1871-09-30	{"a4": "987", "g55": "05-869"}	{"g55": "05-869", "lerrcp": "A4-987"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Roux-Champion", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:34", "date": "1871-09-30 23:30", "note": null, "place": {"c1": null, "c2": "52", "c3": null, "cy": "FR", "lg": 5.14134, "lat": 48.11121, "name": "Chaumont", "geoid": 3025892}, "notime": null, "date-ut": "1871-09-30 23:09:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Roux-Champion"}, "birth": {"tzo": "+00:20:34", "date": "1871-09-30 23:30", "place": {"c2": "52", "cy": "FR", "lg": 5.14134, "lat": 48.11121, "name": "Chaumont", "geoid": 3025892}, "date-ut": "1871-09-30 23:09:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-987"}, "ids-in-sources": {"a4": "987"}}, "raw": {"H": "23", "MN": "9", "TZ": "0", "COD": "52", "COU": "F", "DAY": "30", "LAT": "48N 7", "LON": "5E 8", "MON": "9", "NUM": "987", "PRO": "P", "SEC": "28", "YEA": "1871", "CITY": "CHAUMONT"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-869"}, "ids-in-source": {"g55": "05-869"}}, "raw": {"DAY": "30-9-1871", "HOUR": "23 h. 30", "NAME": "ROUX-CHAMPION Joseph", "PLACE": "Chaumont (H.-Marne)."}, "date": "2023-08-20T14:48:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9743	royer-henri-1869-01-22	{"a4": "991", "g55": "05-871"}	{"g55": "05-871", "lerrcp": "A4-991"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Royer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1869-01-22 23:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1869-01-22 22:35:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Royer"}, "birth": {"tzo": "+00:24:44", "date": "1869-01-22 23:00", "place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1869-01-22 22:35:12"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-991"}, "ids-in-sources": {"a4": "991"}}, "raw": {"H": "22", "MN": "35", "TZ": "0", "COD": "54", "COU": "F", "DAY": "22", "LAT": "48N42", "LON": "6E12", "MON": "1", "NUM": "991", "PRO": "P", "SEC": "12", "YEA": "1869", "CITY": "NANCY"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-871"}, "ids-in-source": {"g55": "05-871"}}, "raw": {"DAY": "22-1-1869", "HOUR": "23 h.", "NAME": "ROYER Henri", "PLACE": "Nancy (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:48:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9744	royer-lionel-1852-12-25	{"a4": "992", "g55": "05-872"}	{"g55": "05-872", "lerrcp": "A4-992"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lionel", "family": "Royer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:48", "date": "1852-12-25 02:00", "note": null, "place": {"c1": null, "c2": "72", "c3": null, "cy": "FR", "lg": 0.2, "lat": 48.01667, "name": "Chateau-du-Loir", "geoid": 0}, "notime": null, "date-ut": "1852-12-25 01:59:12"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Lionel", "family": "Royer"}, "birth": {"tzo": "+00:00:48", "date": "1852-12-25 02:00", "place": {"c2": "72", "cy": "FR", "lg": 0.2, "lat": 48.01667, "name": "Chateauduloir", "geoid": 0}, "date-ut": "1852-12-25 01:59:12"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-992"}, "ids-in-sources": {"a4": "992"}}, "raw": {"H": "1", "MN": "59", "TZ": "0", "COD": "72", "COU": "F", "DAY": "25", "LAT": "48N 1", "LON": "0E12", "MON": "12", "NUM": "992", "PRO": "P", "SEC": "12", "YEA": "1852", "CITY": "CHATEAUDULOIR"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Chateau-du-Loir"}}, "partial-ids": {"g55": "05-872"}, "ids-in-source": {"g55": "05-872"}}, "raw": {"DAY": "25-12-1852", "HOUR": "2 h.", "NAME": "ROYER Lionel", "PLACE": "Chateau-du-Loir (Sarthe)."}, "date": "2023-08-20T14:48:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9746	rumeau-jean-1909-12-01	{"a4": "994", "g55": "05-874"}	{"g55": "05-874", "lerrcp": "A4-994"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Rumeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1909-12-01 03:00", "note": null, "place": {"c1": null, "c2": "91", "c3": null, "cy": "FR", "lg": 1.99182, "lat": 48.34908, "name": "Pussay", "geoid": 2985041}, "notime": null, "date-ut": "1909-12-01 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Rumeau"}, "birth": {"tzo": "+00:09:21", "date": "1909-12-01 03:00", "place": {"c2": "91", "cy": "FR", "lg": 1.99182, "lat": 48.34908, "name": "Pussay", "geoid": 2985041}, "date-ut": "1909-12-01 02:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-994"}, "ids-in-sources": {"a4": "994"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "91", "COU": "F", "DAY": "1", "LAT": "48N36", "LON": "2E20", "MON": "12", "NUM": "994", "PRO": "P", "SEC": "40", "YEA": "1909", "CITY": "PUSSAY"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-874"}, "ids-in-source": {"g55": "05-874"}}, "raw": {"DAY": "1-12-1909", "HOUR": "3 h.", "NAME": "RUMEAU Jean", "PLACE": "Pussay (Seine-et-Oise)."}, "date": "2023-08-20T14:48:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9748	sabatier-leon-1891-04-23	{"a4": "996", "g55": "05-876"}	{"g55": "05-876", "lerrcp": "A4-996"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Sabatier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1891-04-23 17:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1891-04-23 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Sabatier"}, "birth": {"tzo": "+00:09:21", "date": "1891-04-23 17:00", "place": {"c2": "83", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1891-04-23 16:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-996"}, "ids-in-sources": {"a4": "996"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "83", "COU": "F", "DAY": "23", "LAT": "43N32", "LON": "6E28", "MON": "4", "NUM": "996", "PRO": "P", "SEC": "40", "YEA": "1891", "CITY": "TOULON"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-876"}, "ids-in-source": {"g55": "05-876"}}, "raw": {"DAY": "23-4-1891", "HOUR": "17 h.", "NAME": "SABATIER Léon", "PLACE": "Toulon (Var)."}, "date": "2023-08-20T14:48:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9788	sintin-jules-1829-08-14	{"a4": "1036", "g55": "05-878"}	{"g55": "05-878", "lerrcp": "A4-1036"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Sintin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:04", "date": "1829-08-14 18:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.765, "lat": 49.84083, "name": "Lemé", "geoid": 3003488}, "notime": null, "date-ut": "1829-08-14 17:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Sintin"}, "birth": {"tzo": "+00:15:04", "date": "1829-08-14 18:00", "place": {"c2": "02", "cy": "FR", "lg": 3.765, "lat": 49.84083, "name": "Lemé", "geoid": 3003488}, "date-ut": "1829-08-14 17:45:32"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1036"}, "ids-in-sources": {"a4": "1036"}}, "raw": {"H": "17", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "14", "LAT": "49N34", "LON": "3E37", "MON": "8", "NUM": "1036", "PRO": "P", "SEC": "32", "YEA": "1829", "CITY": "LEME"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-878"}, "ids-in-source": {"g55": "05-878"}}, "raw": {"DAY": "14-8-1829", "HOUR": "18 h.", "NAME": "SAINTIN Jules", "PLACE": "Lemé (Aisne)."}, "date": "2023-08-20T14:48:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9754	saint-martin-paul-1817-09-24	{"a4": "1002", "g55": "05-879"}	{"g55": "05-879", "lerrcp": "A4-1002"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Saint-Martin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01:54", "date": "1817-09-24 08:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.47339, "lat": 49.57321, "name": "Bolbec", "geoid": 3031871}, "notime": null, "date-ut": "1817-09-24 07:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Saint-Martin"}, "birth": {"tzo": "+00:01:54", "date": "1817-09-24 08:00", "place": {"c2": "76", "cy": "FR", "lg": 0.47339, "lat": 49.57321, "name": "Bolbec", "geoid": 3031871}, "date-ut": "1817-09-24 07:55:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1002"}, "ids-in-sources": {"a4": "1002"}}, "raw": {"H": "7", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "24", "LAT": "49N26", "LON": "1E 5", "MON": "9", "NUM": "1002", "PRO": "P", "SEC": "40", "YEA": "1817", "CITY": "BOLBEC"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-879"}, "ids-in-source": {"g55": "05-879"}}, "raw": {"DAY": "24-9-1817", "HOUR": "8 h.", "NAME": "SAINT-MARTIN Paul (de)", "PLACE": "Bolbec (Seine-Inférieure)."}, "date": "2023-08-20T14:48:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9755	saint-pierre-gaston-1833-05-12	{"a4": "1003", "g55": "05-880"}	{"g55": "05-880", "lerrcp": "A4-1003"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Saint-Pierre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:26", "date": "1833-05-12 05:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "notime": null, "date-ut": "1833-05-12 04:42:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Saint-Pierre"}, "birth": {"tzo": "+00:17:26", "date": "1833-05-12 05:00", "place": {"c2": "30", "cy": "FR", "lg": 4.35788, "lat": 43.83665, "name": "Nîmes", "geoid": 2990363}, "date-ut": "1833-05-12 04:42:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1003"}, "ids-in-sources": {"a4": "1003"}}, "raw": {"H": "4", "MN": "42", "TZ": "0", "COD": "30", "COU": "F", "DAY": "12", "LAT": "43N51", "LON": "4E21", "MON": "5", "NUM": "1003", "PRO": "P", "SEC": "36", "YEA": "1833", "CITY": "NIMES"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-880"}, "ids-in-source": {"g55": "05-880"}}, "raw": {"DAY": "12-5-1833", "HOUR": "5 h.", "NAME": "SAINT-PIERRE Gaston", "PLACE": "Nimes (Gard)."}, "date": "2023-08-20T14:48:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9757	salome-louis-1833-12-17	{"a4": "1005", "g55": "05-882"}	{"g55": "05-882", "lerrcp": "A4-1005"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Salome", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1833-12-17 12:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1833-12-17 11:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A4-1005"}, "birth": {"tzo": "+00:12:14", "date": "1833-12-17 12:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1833-12-17 11:47:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1005"}, "ids-in-sources": {"a4": "1005"}}, "raw": {"H": "11", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "17", "LAT": "50N39", "LON": "3E 5", "MON": "12", "NUM": "1005", "PRO": "P", "SEC": "40", "YEA": "1833", "CITY": "LILLE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"name": {"given": "Louis", "family": "Salome", "nobility": ""}, "slug": "salome-louis-1833-12-17", "partial-ids": {"g55": "05-882"}, "ids-in-source": {"g55": "05-882"}}, "raw": {"DAY": "17-12-1833", "HOUR": "12 h.", "NAME": "SALOME Louis", "PLACE": "Lille (Nord)."}, "date": "2023-08-20T14:48:56+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9760	saunier-charles-1815-09-17	{"a4": "1008", "g55": "05-885"}	{"g55": "05-885", "lerrcp": "A4-1008"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Saunier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:06", "date": "1815-09-17 22:00", "note": null, "place": {"c1": null, "c2": "91", "c3": null, "cy": "FR", "lg": 2.27465, "lat": 48.64004, "name": "Montlhéry", "geoid": 2992309}, "notime": null, "date-ut": "1815-09-17 21:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Saunier"}, "birth": {"tzo": "+00:09:06", "date": "1815-09-17 22:00", "place": {"c2": "91", "cy": "FR", "lg": 2.27465, "lat": 48.64004, "name": "Montlhéry", "geoid": 2992309}, "date-ut": "1815-09-17 21:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1008"}, "ids-in-sources": {"a4": "1008"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "91", "COU": "F", "DAY": "17", "LAT": "48N36", "LON": "2E20", "MON": "9", "NUM": "1008", "PRO": "P", "SEC": "40", "YEA": "1815", "CITY": "MONTLHERY"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-885"}, "ids-in-source": {"g55": "05-885"}}, "raw": {"DAY": "17-9-1815", "HOUR": "22 h.", "NAME": "SAUNIER Charles", "PLACE": "Montlhéry (Seine-et-Oise)."}, "date": "2023-08-20T14:48:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9763	sauvage-sylvain-1888-05-08	{"a4": "1011", "g55": "05-887"}	{"g55": "05-887", "lerrcp": "A4-1011"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sylvain", "family": "Sauvage", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:22:12", "date": "1888-05-08 14:00", "note": null, "place": {"c1": null, "c2": "39", "c3": null, "cy": "FR", "lg": 5.55, "lat": 46.66667, "name": "Baume-les-Messieurs", "geoid": 0}, "notime": null, "date-ut": "1888-05-08 13:37:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Sylvain", "family": "Sauvage"}, "birth": {"tzo": "+00:22:12", "date": "1888-05-08 14:00", "place": {"c2": "39", "cy": "FR", "lg": 5.55, "lat": 46.66667, "name": "Baumelesmessieu", "geoid": 0}, "date-ut": "1888-05-08 13:37:48"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1011"}, "ids-in-sources": {"a4": "1011"}}, "raw": {"H": "13", "MN": "37", "TZ": "0", "COD": "39", "COU": "F", "DAY": "8", "LAT": "46N40", "LON": "5E33", "MON": "5", "NUM": "1011", "PRO": "P", "SEC": "48", "YEA": "1888", "CITY": "BAUMELESMESSIEU"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Baume-les-Messieurs"}}, "partial-ids": {"g55": "05-887"}, "ids-in-source": {"g55": "05-887"}}, "raw": {"DAY": "8-5-1888", "HOUR": "14 h.", "NAME": "\\fSAUVAGE Sylvain", "PLACE": "Baume-les-Messieurs (Jura)."}, "date": "2023-08-20T14:48:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9764	sauvaige-louis-1827-04-05	{"a4": "1012", "g55": "05-888"}	{"g55": "05-888", "lerrcp": "A4-1012"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Sauvaige", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:14", "date": "1827-04-05 12:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1827-04-05 11:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Sauvaige"}, "birth": {"tzo": "+00:12:14", "date": "1827-04-05 12:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1827-04-05 11:47:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1012"}, "ids-in-sources": {"a4": "1012"}}, "raw": {"H": "11", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "5", "LAT": "50N39", "LON": "3E 5", "MON": "4", "NUM": "1012", "PRO": "P", "SEC": "40", "YEA": "1827", "CITY": "LILLE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-888"}, "ids-in-source": {"g55": "05-888"}}, "raw": {"DAY": "5-4-1827", "HOUR": "12 h.", "NAME": "SAUVAIGE Louis", "PLACE": "Lille (Nord)."}, "date": "2023-08-20T14:48:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9768	schaal-solange-1899-07-29	{"a4": "1016", "g55": "05-890"}	{"g55": "05-890", "lerrcp": "A4-1016"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Solange", "family": "Schaal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-07-29 10:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Saint-Germain-en-Laye", "geoid": 0}, "notime": null, "date-ut": "1899-07-29 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Solange", "family": "Schaal"}, "birth": {"tzo": "+00:09:21", "date": "1899-07-29 10:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Stgermainenlaye", "geoid": 0}, "date-ut": "1899-07-29 09:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1016"}, "ids-in-sources": {"a4": "1016"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "78", "COU": "F", "DAY": "29", "LAT": "48N50", "LON": "2E 8", "MON": "7", "NUM": "1016", "PRO": "P", "SEC": "40", "YEA": "1899", "CITY": "STGERMAINENLAYE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Germain-en-Laye"}}, "partial-ids": {"g55": "05-890"}, "ids-in-source": {"g55": "05-890"}}, "raw": {"DAY": "29-7-1899", "HOUR": "10 h.", "NAME": "SCHAAL Solange", "PLACE": "Saint-Germain-en-Laye (S.-et-O.)."}, "date": "2023-08-20T14:48:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9769	schiff-mathias-1862-01-15	{"a4": "1017", "g55": "05-891"}	{"g55": "05-891", "lerrcp": "A4-1017"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mathias", "family": "Schiff", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:44", "date": "1862-01-15 19:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Rethel-lés-Sierck", "geoid": 0}, "notime": null, "date-ut": "1862-01-15 18:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Mathias", "family": "Schiff"}, "birth": {"tzo": "+00:24:44", "date": "1862-01-15 19:00", "place": {"c2": "57", "cy": "FR", "lg": 6.18333, "lat": 49.11667, "name": "Rethellessierck", "geoid": 0}, "date-ut": "1862-01-15 18:35:16"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1017"}, "ids-in-sources": {"a4": "1017"}}, "raw": {"H": "18", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "15", "LAT": "49N 7", "LON": "6E11", "MON": "1", "NUM": "1017", "PRO": "P", "SEC": "16", "YEA": "1862", "CITY": "RETHELLESSIERCK"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Rethel-lés-Sierck"}}, "partial-ids": {"g55": "05-891"}, "ids-in-source": {"g55": "05-891"}}, "raw": {"DAY": "15-1-1862", "HOUR": "19 h.", "NAME": "SCHIFF Mathias", "PLACE": "Rethel-lés-Sierck (Moselle)."}, "date": "2023-08-20T14:48:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9771	schuffenecker-claude-1851-12-08	{"a4": "1019", "g55": "05-893"}	{"g55": "05-893", "lerrcp": "A4-1019"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Schuffenecker", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:36", "date": "1851-12-08 20:00", "note": null, "place": {"c1": null, "c2": "70", "c3": null, "cy": "FR", "lg": 6.15, "lat": 47.61667, "name": "Fresne-Saint-Mamés", "geoid": 0}, "notime": null, "date-ut": "1851-12-08 19:35:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Schuffenecker"}, "birth": {"tzo": "+00:24:36", "date": "1851-12-08 20:00", "place": {"c2": "70", "cy": "FR", "lg": 6.15, "lat": 47.61667, "name": "Fresnestmames", "geoid": 0}, "date-ut": "1851-12-08 19:35:24"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1019"}, "ids-in-sources": {"a4": "1019"}}, "raw": {"H": "19", "MN": "35", "TZ": "0", "COD": "70", "COU": "F", "DAY": "8", "LAT": "47N37", "LON": "6E 9", "MON": "12", "NUM": "1019", "PRO": "P", "SEC": "24", "YEA": "1851", "CITY": "FRESNESTMAMES"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Fresne-Saint-Mamés"}}, "partial-ids": {"g55": "05-893"}, "ids-in-source": {"g55": "05-893"}}, "raw": {"DAY": "8-12-1851", "HOUR": "20 h.", "NAME": "SCHUFFENECKER Claude", "PLACE": "Fresne-Saint-Mamés (H.-S.)."}, "date": "2023-08-20T14:48:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9773	schutzenberger-louis-1825-09-08	{"a4": "1021", "g55": "05-895"}	{"g55": "05-895", "lerrcp": "A4-1021"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Schutzenberger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:30:59", "date": "1825-09-08 09:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1825-09-08 08:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Schutzenberger"}, "birth": {"tzo": "+00:30:59", "date": "1825-09-08 09:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1825-09-08 08:29"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1021"}, "ids-in-sources": {"a4": "1021"}}, "raw": {"H": "8", "MN": "29", "TZ": "0", "COD": "67", "COU": "F", "DAY": "8", "LAT": "48N35", "LON": "7E45", "MON": "9", "NUM": "1021", "PRO": "P", "SEC": "0", "YEA": "1825", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-895"}, "ids-in-source": {"g55": "05-895"}}, "raw": {"DAY": "8-9-1825-", "HOUR": "9 h.", "NAME": "SCHUTZENBERGER Louis", "PLACE": "Strasbourg (Bas-Rhin)."}, "date": "2023-08-20T14:48:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9774	schutzenberger-paul-1860-07-29	{"a4": "1022", "g55": "05-896"}	{"g55": "05-896", "lerrcp": "A4-1022"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Schutzenberger", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:19", "date": "1860-07-29 02:00", "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "notime": null, "date-ut": "1860-07-29 01:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Schutzenberger"}, "birth": {"tzo": "+00:29:19", "date": "1860-07-29 02:00", "place": {"c2": "68", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "date-ut": "1860-07-29 01:30:36"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1022"}, "ids-in-sources": {"a4": "1022"}}, "raw": {"H": "1", "MN": "30", "TZ": "0", "COD": "68", "COU": "F", "DAY": "29", "LAT": "48N 5", "LON": "7E21", "MON": "7", "NUM": "1022", "PRO": "P", "SEC": "36", "YEA": "1860", "CITY": "MULHOUSE"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-896"}, "ids-in-source": {"g55": "05-896"}}, "raw": {"DAY": "29-7-1860", "HOUR": "2 h.", "NAME": "SCHUTZENBERGER Paul", "PLACE": "Mulhouse (Haut-Rhin)."}, "date": "2023-08-20T14:48:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9776	seevagen-lucien-1887-01-29	{"a4": "1024", "g55": "05-897"}	{"g55": "05-897", "lerrcp": "A4-1024"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Seevagen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:34", "date": "1887-01-29 12:00", "note": null, "place": {"c1": null, "c2": "52", "c3": null, "cy": "FR", "lg": 5.14134, "lat": 48.11121, "name": "Chaumont", "geoid": 3025892}, "notime": null, "date-ut": "1887-01-29 11:39:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Seevagen"}, "birth": {"tzo": "+00:20:34", "date": "1887-01-29 12:00", "place": {"c2": "52", "cy": "FR", "lg": 5.14134, "lat": 48.11121, "name": "Chaumont", "geoid": 3025892}, "date-ut": "1887-01-29 11:39:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1024"}, "ids-in-sources": {"a4": "1024"}}, "raw": {"H": "11", "MN": "39", "TZ": "0", "COD": "52", "COU": "F", "DAY": "29", "LAT": "48N 7", "LON": "5E 8", "MON": "1", "NUM": "1024", "PRO": "P", "SEC": "28", "YEA": "1887", "CITY": "CHAUMONT"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-897"}, "ids-in-source": {"g55": "05-897"}}, "raw": {"DAY": "29-1-1887", "HOUR": "12 h.", "NAME": "SEEVAGEN Lucien", "PLACE": "Chaumont (Haute-Marne)."}, "date": "2023-08-20T14:48:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9778	selmy-eugene-1874-05-07	{"a4": "1026", "g55": "05-899"}	{"g55": "05-899", "lerrcp": "A4-1026"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Selmy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:15:32", "date": "1874-05-07 07:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.88333, "lat": 43.61667, "name": "Clermont-|’Hérault", "geoid": 0}, "notime": null, "date-ut": "1874-05-07 06:44:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Selmy"}, "birth": {"tzo": "+00:15:32", "date": "1874-05-07 07:00", "place": {"c2": "34", "cy": "FR", "lg": 3.88333, "lat": 43.61667, "name": "Clermontlheraul", "geoid": 0}, "date-ut": "1874-05-07 06:44:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1026"}, "ids-in-sources": {"a4": "1026"}}, "raw": {"H": "6", "MN": "44", "TZ": "0", "COD": "34", "COU": "F", "DAY": "7", "LAT": "43N37", "LON": "3E53", "MON": "5", "NUM": "1026", "PRO": "P", "SEC": "28", "YEA": "1874", "CITY": "CLERMONTLHERAUL"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"birth": {"place": {"name": "Clermont-|’Hérault"}}, "partial-ids": {"g55": "05-899"}, "ids-in-source": {"g55": "05-899"}}, "raw": {"DAY": "7-5-1874", "HOUR": "7 h.", "NAME": "SELMY Eugène", "PLACE": "Clermont-|’Hérault (Hérault)."}, "date": "2023-08-20T14:48:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9780	sergent-lucien-1849-06-08	{"a4": "1028", "g55": "05-901"}	{"g55": "05-901", "lerrcp": "A4-1028"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Sergent", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:08", "date": "1849-06-08 06:00", "note": null, "place": {"c1": null, "c2": "91", "c3": null, "cy": "FR", "lg": 2.28301, "lat": 48.72692, "name": "Massy", "geoid": 2995206}, "notime": null, "date-ut": "1849-06-08 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Sergent"}, "birth": {"tzo": "+00:09:08", "date": "1849-06-08 06:00", "place": {"c2": "91", "cy": "FR", "lg": 2.28301, "lat": 48.72692, "name": "Massy", "geoid": 2995206}, "date-ut": "1849-06-08 05:50:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1028"}, "ids-in-sources": {"a4": "1028"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "91", "COU": "F", "DAY": "8", "LAT": "48N36", "LON": "2E20", "MON": "6", "NUM": "1028", "PRO": "P", "SEC": "40", "YEA": "1849", "CITY": "MASSY"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-901"}, "ids-in-source": {"g55": "05-901"}}, "raw": {"DAY": "8-6-1849", "HOUR": "6 h.", "NAME": "SERGENT Lucien", "PLACE": "Massy (Seine-et-Oise)."}, "date": "2023-08-20T14:48:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
9785	simon-levy-1886-05-29	{"a4": "1033", "g55": "05-904"}	{"g55": "05-904", "lerrcp": "A4-1033"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Simon-Levy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1886-05-29 10:29"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "", "family": "Simon-Levy"}, "birth": {"place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1886-05-29 10:29"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-1033"}, "ids-in-sources": {"a4": "1033"}}, "raw": {"H": "11", "MN": "29", "TZ": "-1", "COD": "67", "COU": "F", "DAY": "29", "LAT": "48N35", "LON": "7E45", "MON": "5", "NUM": "1033", "PRO": "P", "SEC": "0", "YEA": "1886", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:31+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"partial-ids": {"g55": "05-904"}, "ids-in-source": {"g55": "05-904"}}, "raw": {"DAY": "29-5-1886", "HOUR": "11 h.", "NAME": "LEVY Simon", "PLACE": "Strasbourg (Bas-Rhin)."}, "date": "2023-08-20T14:48:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}]	[]
24286	aclocque-paul-leon-1834-01-19	{"g55": "06-1"}	{"g55": "06-1"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul Léon", "family": "Aclocque", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1834-01-19 05:00", "note": null, "place": {"c1": "", "c2": "80", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Montdidier", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul Léon", "family": "Aclocque", "nobility": ""}, "birth": {"date": "1834-01-19 05:00", "place": {"c1": "", "c2": "80", "c3": "", "cy": "FR", "name": "Montdidier"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-1"}}, "raw": {"DAY": "19-1-1834", "HOUR": "5 h.", "NAME": "ACLOCQUE Paul Léon", "PLACE": "Montdidier (Somme)."}, "date": "2023-08-20T14:48:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24287	adenot-laurent-1848-01-29	{"g55": "06-2"}	{"g55": "06-2"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Laurent", "family": "Adenot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1848-01-29 05:00", "note": null, "place": {"c1": "", "c2": "21", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Nuits-Saint-Georges", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Laurent", "family": "Adenot", "nobility": ""}, "birth": {"date": "1848-01-29 05:00", "place": {"c1": "", "c2": "21", "c3": "", "cy": "FR", "name": "Nuits-Saint-Georges"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-2"}}, "raw": {"DAY": "29-1-1848", "HOUR": "5 h.", "NAME": "ADENOT Laurent", "PLACE": "Nuits-Saint-Georges (Côte-d’Or)."}, "date": "2023-08-20T14:48:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24288	agard-charles-paul-1866-01-03	{"g55": "06-3"}	{"g55": "06-3"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles Paul", "family": "Agard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1866-01-03 15:00", "note": null, "place": {"c1": "", "c2": "24", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Savignac-de-Nontron", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles Paul", "family": "Agard", "nobility": ""}, "birth": {"date": "1866-01-03 15:00", "place": {"c1": "", "c2": "24", "c3": "", "cy": "FR", "name": "Savignac-de-Nontron"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-3"}}, "raw": {"DAY": "3-1-1866", "HOUR": "15 h.", "NAME": "AGARD Charles Paul", "PLACE": "Savignac-de-Nontron (Dordogne)."}, "date": "2023-08-20T14:48:57+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24299	assus-armand-jacques-1892-04-04	{"g55": "06-14"}	{"g55": "06-14"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand Jacques", "family": "Assus", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1892-04-04 01:00", "note": null, "place": {"c1": "01", "c2": "", "c3": "", "cy": "DZ", "lg": null, "lat": null, "name": "Alger", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Armand Jacques", "family": "Assus", "nobility": ""}, "birth": {"date": "1892-04-04 01:00", "place": {"c1": "01", "c2": "", "c3": "", "cy": "DZ", "name": "Alger"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-14"}}, "raw": {"DAY": "4-4-1892", "HOUR": "1 h.", "NAME": "ASSUS Armand Jacques", "PLACE": "Alger (Algérie)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24300	aubert-rene-raymond-1894-10-06	{"g55": "06-15"}	{"g55": "06-15"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René Raymond", "family": "Aubert", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1894-10-06 16:30", "note": null, "place": {"c1": "", "c2": "28", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "La Loupe", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "René Raymond", "family": "Aubert", "nobility": ""}, "birth": {"date": "1894-10-06 16:30", "place": {"c1": "", "c2": "28", "c3": "", "cy": "FR", "name": "La Loupe"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-15"}}, "raw": {"DAY": "6-10-1894", "HOUR": "16 h. 30", "NAME": "AUBERT René Raymond", "PLACE": "La Loupe (E.-et-L.)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24301	audra-paul-celestin-1869-07-25	{"g55": "06-16"}	{"g55": "06-16"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul Célestin", "family": "Audra", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1869-07-25 09:00", "note": null, "place": {"c1": "", "c2": "26", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Valence", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul Célestin", "family": "Audra", "nobility": ""}, "birth": {"date": "1869-07-25 09:00", "place": {"c1": "", "c2": "26", "c3": "", "cy": "FR", "name": "Valence"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-16"}}, "raw": {"DAY": "25-7-1869", "HOUR": "9 h.", "NAME": "AUDRA Paul Célestin", "PLACE": "Valence (Drôme)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24302	avon-emile-1847-09-26	{"g55": "06-17"}	{"g55": "06-17"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Avon", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1847-09-26 01:00", "note": null, "place": {"c1": "", "c2": "84", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Avignon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Avon", "nobility": ""}, "birth": {"date": "1847-09-26 01:00", "place": {"c1": "", "c2": "84", "c3": "", "cy": "FR", "name": "Avignon"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-17"}}, "raw": {"DAY": "26-9-1847", "HOUR": "1 h.", "NAME": "AVON Emile", "PLACE": "Avignon (Vaucluse)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24303	azema-louis-1876-05-24	{"g55": "06-18"}	{"g55": "06-18"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Azema", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1876-05-24 16:00", "note": null, "place": {"c1": "", "c2": "34", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Agde", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Azema", "nobility": ""}, "birth": {"date": "1876-05-24 16:00", "place": {"c1": "", "c2": "34", "c3": "", "cy": "FR", "name": "Agde"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-18"}}, "raw": {"DAY": "24-5-1876", "HOUR": "16 h.", "NAME": "AZEMA Louis", "PLACE": "Agde (Hérault)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24304	baader-louis-marie-1828-06-20	{"g55": "06-19"}	{"g55": "06-19"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis-Marie", "family": "Baader", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1828-06-20 07:00", "note": null, "place": {"c1": "", "c2": "22", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lannion", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis-Marie", "family": "Baader", "nobility": ""}, "birth": {"date": "1828-06-20 07:00", "place": {"c1": "", "c2": "22", "c3": "", "cy": "FR", "name": "Lannion"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-19"}}, "raw": {"DAY": "20-6-1828", "HOUR": "7 h.", "NAME": "BAADER Louis-Marie", "PLACE": "Lannion (Côtes-du-Nord)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24306	balke-theodore-charl-1875-04-29	{"g55": "06-21"}	{"g55": "06-21"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Théodore Charl.", "family": "Balke", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1875-04-29 20:00", "note": null, "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Faulquemont", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Théodore Charl.", "family": "Balke", "nobility": ""}, "birth": {"date": "1875-04-29 20:00", "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "name": "Faulquemont"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-21"}}, "raw": {"DAY": "29-4-1875", "HOUR": "20 h.", "NAME": "BALKE Théodore Charl.", "PLACE": "Faulquemont (Moselle)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24307	bangillon-emile-lucien-1826-08-10	{"g55": "06-22"}	{"g55": "06-22"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile Lucien", "family": "Bangillon", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1826-08-10 06:00", "note": null, "place": {"c1": "", "c2": "60", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Méru", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emile Lucien", "family": "Bangillon", "nobility": ""}, "birth": {"date": "1826-08-10 06:00", "place": {"c1": "", "c2": "60", "c3": "", "cy": "FR", "name": "Méru"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-22"}}, "raw": {"DAY": "10-8-1826", "HOUR": "6 h.", "NAME": "BANGILLON Emile Lucien", "PLACE": "Méru (Oise)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24308	barjon-victor-1845-12-12	{"g55": "06-23"}	{"g55": "06-23"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Barjon", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1845-12-12 12:00", "note": null, "place": {"c1": "", "c2": "38", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Moirans", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Barjon", "nobility": ""}, "birth": {"date": "1845-12-12 12:00", "place": {"c1": "", "c2": "38", "c3": "", "cy": "FR", "name": "Moirans"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-23"}}, "raw": {"DAY": "12-12-1845", "HOUR": "12 h.", "NAME": "BARJON Victor", "PLACE": "Moirans (Isère)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24309	barjou-henri-jules-1875-04-29	{"g55": "06-24"}	{"g55": "06-24"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri Jules", "family": "Barjou", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1875-04-29 05:00", "note": null, "place": {"c1": "", "c2": "29", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lesneven", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri Jules", "family": "Barjou", "nobility": ""}, "birth": {"date": "1875-04-29 05:00", "place": {"c1": "", "c2": "29", "c3": "", "cy": "FR", "name": "Lesneven"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-24"}}, "raw": {"DAY": "29-4-1875", "HOUR": "5 h.", "NAME": "BARJOU Henri Jules", "PLACE": "Lesneven (Finistère)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24310	baron-paul-1827-11-11	{"g55": "06-25"}	{"g55": "06-25"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Baron", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1827-11-11 13:00", "note": null, "place": {"c1": "", "c2": "71", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Givry", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Baron", "nobility": ""}, "birth": {"date": "1827-11-11 13:00", "place": {"c1": "", "c2": "71", "c3": "", "cy": "FR", "name": "Givry"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-25"}}, "raw": {"DAY": "11-11-1827", "HOUR": "13 h.", "NAME": "BARON Paul", "PLACE": "Givry (Saône-et-Loire)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24311	baseilhac-jacques-oscar-1873-02-09	{"g55": "06-26"}	{"g55": "06-26"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques Oscar", "family": "Baseilhac", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1873-02-09 16:00", "note": null, "place": {"c1": "", "c2": "65", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Trebours", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jacques Oscar", "family": "Baseilhac", "nobility": ""}, "birth": {"date": "1873-02-09 16:00", "place": {"c1": "", "c2": "65", "c3": "", "cy": "FR", "name": "Trebours"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-26"}}, "raw": {"DAY": "9-2-1873", "HOUR": "16 h.", "NAME": "BASEILHAC Jacques Oscar", "PLACE": "Trebours (Hautes-Pyrénées)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24312	bavoux-charles-jules-1824-01-27	{"g55": "06-27"}	{"g55": "06-27"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles Jules", "family": "Bavoux", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1824-01-27 23:00", "note": null, "place": {"c1": "", "c2": "25", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lac-au-Villers", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles Jules", "family": "Bavoux", "nobility": ""}, "birth": {"date": "1824-01-27 23:00", "place": {"c1": "", "c2": "25", "c3": "", "cy": "FR", "name": "Lac-au-Villers"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-27"}}, "raw": {"DAY": "27-1-1824", "HOUR": "23 h.", "NAME": "BAVOUX Charles Jules", "PLACE": "Lac-au-Villers (Doubs)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24313	bellanger-adhemar-paul-1868-05-29	{"g55": "06-28"}	{"g55": "06-28"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Bellanger-adhemar", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1868-05-29 05:00", "note": null, "place": {"c1": "", "c2": "77", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Fontainebleau", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Bellanger-adhemar", "nobility": ""}, "birth": {"date": "1868-05-29 05:00", "place": {"c1": "", "c2": "77", "c3": "", "cy": "FR", "name": "Fontainebleau"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-28"}}, "raw": {"DAY": "29-5-1868", "HOUR": "5 h.", "NAME": "BELLANGER-ADHEMAR Paul", "PLACE": "Fontainebleau (S.-et-M.)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24314	bellay-de-canneville-paul-1848-03-20	{"g55": "06-29"}	{"g55": "06-29"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "de CANNEVILLE Paul", "family": "Bellay", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1848-03-20 02:00", "note": null, "place": {"c1": "", "c2": "80", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Abbeville", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "de CANNEVILLE Paul", "family": "Bellay", "nobility": ""}, "birth": {"date": "1848-03-20 02:00", "place": {"c1": "", "c2": "80", "c3": "", "cy": "FR", "name": "Abbeville"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-29"}}, "raw": {"DAY": "20-3-1848", "HOUR": "2 h.", "NAME": "BELLAY de CANNEVILLE Paul", "PLACE": "Abbeville (Somme)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24315	bellemont-leon-achille-1866-08-20	{"g55": "06-30"}	{"g55": "06-30"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon Achille", "family": "Bellemont", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1866-08-20 13:00", "note": null, "place": {"c1": "", "c2": "52", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Langres", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Léon Achille", "family": "Bellemont", "nobility": ""}, "birth": {"date": "1866-08-20 13:00", "place": {"c1": "", "c2": "52", "c3": "", "cy": "FR", "name": "Langres"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-30"}}, "raw": {"DAY": "20-8-1866", "HOUR": "13 h.", "NAME": "BELLEMONT Léon Achille", "PLACE": "Langres (Haute-Marne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24316	bellet-henri-1848-12-09	{"g55": "06-31"}	{"g55": "06-31"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Bellet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1848-12-09 21:00", "note": null, "place": {"c1": "", "c2": "38", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Jean-de-Bournoy", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Bellet", "nobility": ""}, "birth": {"date": "1848-12-09 21:00", "place": {"c1": "", "c2": "38", "c3": "", "cy": "FR", "name": "Saint-Jean-de-Bournoy"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-31"}}, "raw": {"DAY": "9-12-1848", "HOUR": "21 h.", "NAME": "BELLET Henri", "PLACE": "Saint-Jean-de-Bournoy (Isère)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24317	berard-desire-honore-1845-09-22	{"g55": "06-32"}	{"g55": "06-32"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Désiré Honoré", "family": "Berard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1845-09-22 20:00", "note": null, "place": {"c1": "", "c2": "38", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Pierre-de-Bressieux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Désiré Honoré", "family": "Berard", "nobility": ""}, "birth": {"date": "1845-09-22 20:00", "place": {"c1": "", "c2": "38", "c3": "", "cy": "FR", "name": "Saint-Pierre-de-Bressieux"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-32"}}, "raw": {"DAY": "22-9-1845", "HOUR": "20 h.", "NAME": "BERARD Désiré Honoré", "PLACE": "Saint-Pierre-de-Bressieux (Isère)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24318	berard-pauline-1900-08-03	{"g55": "06-33"}	{"g55": "06-33"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pauline", "family": "Berard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1900-08-03 21:30", "note": null, "place": {"c1": "", "c2": "76", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Valéry-en-Caux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pauline", "family": "Berard", "nobility": ""}, "birth": {"date": "1900-08-03 21:30", "place": {"c1": "", "c2": "76", "c3": "", "cy": "FR", "name": "Saint-Valéry-en-Caux"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-33"}}, "raw": {"DAY": "3-8-1900", "HOUR": "21 h. 30", "NAME": "BERARD Pauline", "PLACE": "Saint-Valéry-en-Caux (S.-Infér.)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24319	berges-joseph-paul-1878-05-31	{"g55": "06-34"}	{"g55": "06-34"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph Paul", "family": "Berges", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1878-05-31 08:00", "note": null, "place": {"c1": "", "c2": "09", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Girons", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Joseph Paul", "family": "Berges", "nobility": ""}, "birth": {"date": "1878-05-31 08:00", "place": {"c1": "", "c2": "09", "c3": "", "cy": "FR", "name": "Saint-Girons"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-34"}}, "raw": {"DAY": "31-5-1878", "HOUR": "8 h.", "NAME": "BERGES Joseph Paul", "PLACE": "Saint-Girons (Ariège)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24320	bergevin-albert-julien-1887-06-11	{"g55": "06-35"}	{"g55": "06-35"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert Julien", "family": "Bergevin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1887-06-11 01:30", "note": null, "place": {"c1": "", "c2": "50", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Avranches", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Albert Julien", "family": "Bergevin", "nobility": ""}, "birth": {"date": "1887-06-11 01:30", "place": {"c1": "", "c2": "50", "c3": "", "cy": "FR", "name": "Avranches"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-35"}}, "raw": {"DAY": "11-6-1887", "HOUR": "1 h. 30", "NAME": "BERGEVIN Albert Julien", "PLACE": "Avranches (Manche)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24321	bernard-joseph-1864-10-17	{"g55": "06-36"}	{"g55": "06-36"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Bernard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1864-10-17 03:00", "note": null, "place": {"c1": "", "c2": "43", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Le Puy-en-Velay", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Bernard", "nobility": ""}, "birth": {"date": "1864-10-17 03:00", "place": {"c1": "", "c2": "43", "c3": "", "cy": "FR", "name": "Le Puy-en-Velay"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-36"}}, "raw": {"DAY": "17-10-1864", "HOUR": "3 h.", "NAME": "BERNARD Joseph", "PLACE": "Le Puy-en-Velay (Haute-Loire)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24322	bernet-theophile-pier-1865-02-24	{"g55": "06-37"}	{"g55": "06-37"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Théophile Pier.", "family": "Bernet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1865-02-24 03:00", "note": null, "place": {"c1": "", "c2": "18", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Bauay", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Théophile Pier.", "family": "Bernet", "nobility": ""}, "birth": {"date": "1865-02-24 03:00", "place": {"c1": "", "c2": "18", "c3": "", "cy": "FR", "name": "Bauay"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-37"}}, "raw": {"DAY": "24-2-1865", "HOUR": "3 h.", "NAME": "BERNET Théophile Pier.", "PLACE": "Bauay (Cher)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24323	berthon-maurice-alex-1888-12-28	{"g55": "06-38"}	{"g55": "06-38"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice Alex.", "family": "Berthon", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1888-12-28 15:30", "note": null, "place": {"c1": "04", "c2": "", "c3": "", "cy": "DZ", "lg": null, "lat": null, "name": "Constantine", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Maurice Alex.", "family": "Berthon", "nobility": ""}, "birth": {"date": "1888-12-28 15:30", "place": {"c1": "04", "c2": "", "c3": "", "cy": "DZ", "name": "Constantine"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-38"}}, "raw": {"DAY": "28-12-1888", "HOUR": "15 h. 30", "NAME": "\\fBERTHON Maurice Alex.", "PLACE": "Constantine (Algérie)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24324	bertoletti-bernard-pierre-1876-01-19	{"g55": "06-39"}	{"g55": "06-39"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard Pierre", "family": "Bertoletti", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1876-01-19 06:00", "note": null, "place": {"c1": "", "c2": "46", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Salviac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Bernard Pierre", "family": "Bertoletti", "nobility": ""}, "birth": {"date": "1876-01-19 06:00", "place": {"c1": "", "c2": "46", "c3": "", "cy": "FR", "name": "Salviac"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-39"}}, "raw": {"DAY": "19-1-1876", "HOUR": "6 h.", "NAME": "BERTOLETTI Bernard Pierre", "PLACE": "Salviac (Lot)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24325	bertrand-pierre-philippe-1884-05-05	{"g55": "06-40"}	{"g55": "06-40"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre Philippe", "family": "Bertrand", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1884-05-05 03:00", "note": null, "place": {"c1": "", "c2": "56", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lorient", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre Philippe", "family": "Bertrand", "nobility": ""}, "birth": {"date": "1884-05-05 03:00", "place": {"c1": "", "c2": "56", "c3": "", "cy": "FR", "name": "Lorient"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-40"}}, "raw": {"DAY": "5-5-1884", "HOUR": "3 h.", "NAME": "BERTRAND Pierre Philippe", "PLACE": "Lorient (Morbihan)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24326	besset-cyrille-1861-03-04	{"g55": "06-41"}	{"g55": "06-41"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Cyrille", "family": "Besset", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1861-03-04 18:00", "note": null, "place": {"c1": "", "c2": "71", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Sernin-du-Plain", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Cyrille", "family": "Besset", "nobility": ""}, "birth": {"date": "1861-03-04 18:00", "place": {"c1": "", "c2": "71", "c3": "", "cy": "FR", "name": "Saint-Sernin-du-Plain"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-41"}}, "raw": {"DAY": "4-3-1861", "HOUR": "18 h.", "NAME": "BESSET Cyrille", "PLACE": "Saint-Sernin-du-Plain (Saône-et-Loire)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24327	bizard-ferdinand-alex-1820-09-29	{"g55": "06-42"}	{"g55": "06-42"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand Alex.", "family": "Bizard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1820-09-29 08:00", "note": null, "place": {"c1": "", "c2": "21", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Semur", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Ferdinand Alex.", "family": "Bizard", "nobility": ""}, "birth": {"date": "1820-09-29 08:00", "place": {"c1": "", "c2": "21", "c3": "", "cy": "FR", "name": "Semur"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-42"}}, "raw": {"DAY": "29-9-1820", "HOUR": "8 h.", "NAME": "BIZARD Ferdinand Alex.", "PLACE": "Semur (Côte-d’Or)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24328	blanc-fontaine-henri-1819-01-16	{"g55": "06-43"}	{"g55": "06-43"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Blanc-fontaine", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1819-01-16 19:00", "note": null, "place": {"c1": "", "c2": "38", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Grenoble", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Blanc-fontaine", "nobility": ""}, "birth": {"date": "1819-01-16 19:00", "place": {"c1": "", "c2": "38", "c3": "", "cy": "FR", "name": "Grenoble"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-43"}}, "raw": {"DAY": "16-1-1819", "HOUR": "19 h.", "NAME": "BLANC-FONTAINE Henri", "PLACE": "Grenoble (Isère)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24329	blondeau-claude-lucien-1823-04-15	{"g55": "06-44"}	{"g55": "06-44"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude Lucien", "family": "Blondeau", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1823-04-15 08:00", "note": null, "place": {"c1": "", "c2": "39", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Salins-les-Bains", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Claude Lucien", "family": "Blondeau", "nobility": ""}, "birth": {"date": "1823-04-15 08:00", "place": {"c1": "", "c2": "39", "c3": "", "cy": "FR", "name": "Salins-les-Bains"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-44"}}, "raw": {"DAY": "15-4-1823", "HOUR": "8 h.", "NAME": "BLONDEAU Claude Lucien", "PLACE": "Salins-les-Bains (Jura)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24330	blot-leon-auguste-1905-07-11	{"g55": "06-45"}	{"g55": "06-45"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon Auguste", "family": "Blot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1905-07-11 15:00", "note": null, "place": {"c1": "", "c2": "51", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Chalons-sur-Marne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Léon Auguste", "family": "Blot", "nobility": ""}, "birth": {"date": "1905-07-11 15:00", "place": {"c1": "", "c2": "51", "c3": "", "cy": "FR", "name": "Chalons-sur-Marne"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-45"}}, "raw": {"DAY": "11-7-1905", "HOUR": "15 h.", "NAME": "BLOT Léon Auguste", "PLACE": "Chalons-sur-Marne (Marne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24331	bocquet-paul-1868-10-17	{"g55": "06-46"}	{"g55": "06-46"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Bocquet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1868-10-17 16:00", "note": null, "place": {"c1": "", "c2": "51", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Reims", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Bocquet", "nobility": ""}, "birth": {"date": "1868-10-17 16:00", "place": {"c1": "", "c2": "51", "c3": "", "cy": "FR", "name": "Reims"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-46"}}, "raw": {"DAY": "17-10-1868", "HOUR": "16 h.", "NAME": "BOCQUET Paul", "PLACE": "Reims (Marne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24332	bodin-francois-arch-1838-11-18	{"g55": "06-47"}	{"g55": "06-47"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francois Arch.", "family": "Bodin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1838-11-18 22:00", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Tourcoing", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Francois Arch.", "family": "Bodin", "nobility": ""}, "birth": {"date": "1838-11-18 22:00", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Tourcoing"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-47"}}, "raw": {"DAY": "18-11-1838", "HOUR": "22 h.", "NAME": "BODIN Francois Arch.", "PLACE": "Tourcoing (Nord)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24333	boichard-jean-alcide-1817-08-23	{"g55": "06-48"}	{"g55": "06-48"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Alcide", "family": "Boichard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1817-08-23 22:00", "note": null, "place": {"c1": "", "c2": "18", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Bourges", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean Alcide", "family": "Boichard", "nobility": ""}, "birth": {"date": "1817-08-23 22:00", "place": {"c1": "", "c2": "18", "c3": "", "cy": "FR", "name": "Bourges"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-48"}}, "raw": {"DAY": "23-8-1817", "HOUR": "22 h.", "NAME": "BOICHARD Jean Alcide", "PLACE": "Bourges (Cher)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24334	boillot-hippolyte-1821-02-15	{"g55": "06-49"}	{"g55": "06-49"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hippolyte", "family": "Boillot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1821-02-15 04:00", "note": null, "place": {"c1": "", "c2": "71", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Louhans", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Hippolyte", "family": "Boillot", "nobility": ""}, "birth": {"date": "1821-02-15 04:00", "place": {"c1": "", "c2": "71", "c3": "", "cy": "FR", "name": "Louhans"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-49"}}, "raw": {"DAY": "15-2-1821", "HOUR": "4 h.", "NAME": "BOILLOT Hippolyte", "PLACE": "Louhans (Saône-et-Loire)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24335	boiry-camille-1871-01-06	{"g55": "06-50"}	{"g55": "06-50"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Boiry", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1871-01-06 10:30", "note": null, "place": {"c1": "", "c2": "35", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Rennes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Boiry", "nobility": ""}, "birth": {"date": "1871-01-06 10:30", "place": {"c1": "", "c2": "35", "c3": "", "cy": "FR", "name": "Rennes"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-50"}}, "raw": {"DAY": "6-1-1871", "HOUR": "10 h. 30", "NAME": "BOIRY Camille", "PLACE": "Rennes (Ille-et-Vilaine)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24336	boissard-de-boisdenier-jose-1813-03-11	{"g55": "06-51"}	{"g55": "06-51"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "de BOISDENIER Jose.", "family": "Boissard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1813-03-11 05:00", "note": null, "place": {"c1": "", "c2": "36", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Chateauroux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "de BOISDENIER Jose.", "family": "Boissard", "nobility": ""}, "birth": {"date": "1813-03-11 05:00", "place": {"c1": "", "c2": "36", "c3": "", "cy": "FR", "name": "Chateauroux"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-51"}}, "raw": {"DAY": "11-3-1813", "HOUR": "5 h.", "NAME": "BOISSARD de BOISDENIER Jose.", "PLACE": "Chateauroux (Indre)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24337	boivin-emile-1845-10-20	{"g55": "06-52"}	{"g55": "06-52"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Boivin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1845-10-20 13:00", "note": null, "place": {"c1": "", "c2": "50", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Sainte-Marie-du-Mont", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Boivin", "nobility": ""}, "birth": {"date": "1845-10-20 13:00", "place": {"c1": "", "c2": "50", "c3": "", "cy": "FR", "name": "Sainte-Marie-du-Mont"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-52"}}, "raw": {"DAY": "20-10-1845", "HOUR": "13 h.", "NAME": "BOIVIN Emile", "PLACE": "Sainte-Marie-du-Mont (Manche)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24338	bordes-ernest-1852-10-14	{"g55": "06-53"}	{"g55": "06-53"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Bordes", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1852-10-14 04:00", "note": null, "place": {"c1": "", "c2": "64", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Pau", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Bordes", "nobility": ""}, "birth": {"date": "1852-10-14 04:00", "place": {"c1": "", "c2": "64", "c3": "", "cy": "FR", "name": "Pau"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-53"}}, "raw": {"DAY": "14-10-1852", "HOUR": "4 h.", "NAME": "BORDES Ernest", "PLACE": "Pau (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24339	borget-auguste-andre-1808-08-28	{"g55": "06-54"}	{"g55": "06-54"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste André", "family": "Borget", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1808-08-28 11:00", "note": null, "place": {"c1": "", "c2": "36", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Issoudun", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Auguste André", "family": "Borget", "nobility": ""}, "birth": {"date": "1808-08-28 11:00", "place": {"c1": "", "c2": "36", "c3": "", "cy": "FR", "name": "Issoudun"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-54"}}, "raw": {"DAY": "28-8-1808", "HOUR": "11 h.", "NAME": "BORGET Auguste André", "PLACE": "Issoudun (Indre)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24340	bouchet-auguste-1831-08-05	{"g55": "06-55"}	{"g55": "06-55"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Bouchet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1831-08-05 12:00", "note": null, "place": {"c1": "", "c2": "07", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Aubenas", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Bouchet", "nobility": ""}, "birth": {"date": "1831-08-05 12:00", "place": {"c1": "", "c2": "07", "c3": "", "cy": "FR", "name": "Aubenas"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-55"}}, "raw": {"DAY": "5-8-1831", "HOUR": "12 h.", "NAME": "BOUCHET Auguste", "PLACE": "Aubenas (Ardèche)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24341	bouchet-louis-etienne-1855-04-18	{"g55": "06-56"}	{"g55": "06-56"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis Etienne", "family": "Bouchet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1855-04-18 23:00", "note": null, "place": {"c1": "", "c2": "43", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Le Puy-en-Velay", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis Etienne", "family": "Bouchet", "nobility": ""}, "birth": {"date": "1855-04-18 23:00", "place": {"c1": "", "c2": "43", "c3": "", "cy": "FR", "name": "Le Puy-en-Velay"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-56"}}, "raw": {"DAY": "18-4-1855", "HOUR": "23 h.", "NAME": "BOUCHET Louis Etienne", "PLACE": "Le Puy-en-Velay (Hte-L.)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24342	boulange-louis-jean-b-1812-04-07	{"g55": "06-57"}	{"g55": "06-57"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis Jean B.", "family": "Boulange", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1812-04-07 05:00", "note": null, "place": {"c1": "", "c2": "51", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Verzy", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis Jean B.", "family": "Boulange", "nobility": ""}, "birth": {"date": "1812-04-07 05:00", "place": {"c1": "", "c2": "51", "c3": "", "cy": "FR", "name": "Verzy"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-57"}}, "raw": {"DAY": "7-4-1812", "HOUR": "5 h.", "NAME": "BOULANGE Louis Jean B.", "PLACE": "Verzy (Marne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24343	bouny-pierre-paul-1820-07-18	{"g55": "06-58"}	{"g55": "06-58"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre Paul", "family": "Bouny", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1820-07-18 15:00", "note": null, "place": {"c1": "", "c2": "33", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Sainte-Foy", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre Paul", "family": "Bouny", "nobility": ""}, "birth": {"date": "1820-07-18 15:00", "place": {"c1": "", "c2": "33", "c3": "", "cy": "FR", "name": "Sainte-Foy"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-58"}}, "raw": {"DAY": "18-7-1820", "HOUR": "15 h.", "NAME": "BOUNY Pierre Paul", "PLACE": "Sainte-Foy (Gironde)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24344	bourbon-leblanc-louis-gabr-1813-10-21	{"g55": "06-59"}	{"g55": "06-59"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis Gabr.", "family": "Bourbon-leblanc", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1813-10-21 02:00", "note": null, "place": {"c1": "", "c2": "37", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Amboise", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis Gabr.", "family": "Bourbon-leblanc", "nobility": ""}, "birth": {"date": "1813-10-21 02:00", "place": {"c1": "", "c2": "37", "c3": "", "cy": "FR", "name": "Amboise"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-59"}}, "raw": {"DAY": "21-10-1813", "HOUR": "2 h.", "NAME": "BOURBON-LEBLANC Louis Gabr.", "PLACE": "Amboise (I.-et-L.)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24345	bourcart-emile-1827-10-20	{"g55": "06-60"}	{"g55": "06-60"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Bourcart", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1827-10-20 22:30", "note": null, "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Guebwiller", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Bourcart", "nobility": ""}, "birth": {"date": "1827-10-20 22:30", "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "name": "Guebwiller"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-60"}}, "raw": {"DAY": "20-10-1827", "HOUR": "22 h. 30", "NAME": "BOURCART Emile", "PLACE": "Guebwiller (Haut-Rhin)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24346	bourde-adolphe-elisee-1859-02-10	{"g55": "06-61"}	{"g55": "06-61"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe Elisée", "family": "Bourde", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1859-02-10 21:00", "note": null, "place": {"c1": "", "c2": "38", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Jean-d’Avelane", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Adolphe Elisée", "family": "Bourde", "nobility": ""}, "birth": {"date": "1859-02-10 21:00", "place": {"c1": "", "c2": "38", "c3": "", "cy": "FR", "name": "Saint-Jean-d’Avelane"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-61"}}, "raw": {"DAY": "10-2-1859", "HOUR": "21 h.", "NAME": "BOURDE Adolphe Elisée", "PLACE": "Saint-Jean-d’Avelane (Isère)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24347	bourieres-jean-baptiste-1812-04-05	{"g55": "06-62"}	{"g55": "06-62"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Baptiste", "family": "Bourieres", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1812-04-05 02:00", "note": null, "place": {"c1": "", "c2": "47", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Agen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean Baptiste", "family": "Bourieres", "nobility": ""}, "birth": {"date": "1812-04-05 02:00", "place": {"c1": "", "c2": "47", "c3": "", "cy": "FR", "name": "Agen"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-62"}}, "raw": {"DAY": "5-4-1812", "HOUR": "2 h.", "NAME": "BOURIERES Jean Baptiste", "PLACE": "Agen (Lot-et-Garonne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24348	bouisset-etienne-maur-1859-09-02	{"g55": "06-63"}	{"g55": "06-63"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne Maur.", "family": "Bouisset", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1859-09-02 18:00", "note": null, "place": {"c1": "", "c2": "82", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Moissac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Etienne Maur.", "family": "Bouisset", "nobility": ""}, "birth": {"date": "1859-09-02 18:00", "place": {"c1": "", "c2": "82", "c3": "", "cy": "FR", "name": "Moissac"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-63"}}, "raw": {"DAY": "2-9-1859", "HOUR": "18 h.", "NAME": "BOUISSET Etienne Maur.", "PLACE": "Moissac (Tarn-et-Garonne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24349	boutet-gabriel-1848-11-09	{"g55": "06-64"}	{"g55": "06-64"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Boutet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1848-11-09 13:00", "note": null, "place": {"c1": "", "c2": "17", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "La Rochelle", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Boutet", "nobility": ""}, "birth": {"date": "1848-11-09 13:00", "place": {"c1": "", "c2": "17", "c3": "", "cy": "FR", "name": "La Rochelle"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-64"}}, "raw": {"DAY": "9-11-1848", "HOUR": "13 h.", "NAME": "BOUTET Gabriel", "PLACE": "La Rochelle (Charente-Maritime)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24350	bouvier-joseph-laurent-1840-09-20	{"g55": "06-65"}	{"g55": "06-65"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph Laurent", "family": "Bouvier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1840-09-20 01:00", "note": null, "place": {"c1": "", "c2": "38", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Vinay", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Joseph Laurent", "family": "Bouvier", "nobility": ""}, "birth": {"date": "1840-09-20 01:00", "place": {"c1": "", "c2": "38", "c3": "", "cy": "FR", "name": "Vinay"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-65"}}, "raw": {"DAY": "20-9-1840", "HOUR": "1 h.", "NAME": "BOUVIER Joseph Laurent", "PLACE": "Vinay (Isère)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24351	boye-abel-dominique-1864-05-06	{"g55": "06-66"}	{"g55": "06-66"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Abel Dominique", "family": "Boye", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1864-05-06 10:30", "note": null, "place": {"c1": "", "c2": "47", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Marmande", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Abel Dominique", "family": "Boye", "nobility": ""}, "birth": {"date": "1864-05-06 10:30", "place": {"c1": "", "c2": "47", "c3": "", "cy": "FR", "name": "Marmande"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-66"}}, "raw": {"DAY": "6-5-1864", "HOUR": "10 h. 30", "NAME": "BOYE Abel Dominique", "PLACE": "Marmande (Lot-et-Garonne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24352	bremond-henry-1875-05-08	{"g55": "06-67"}	{"g55": "06-67"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Bremond", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1875-05-08 11:00", "note": null, "place": {"c1": "", "c2": "83", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Pourcieux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Bremond", "nobility": ""}, "birth": {"date": "1875-05-08 11:00", "place": {"c1": "", "c2": "83", "c3": "", "cy": "FR", "name": "Pourcieux"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-67"}}, "raw": {"DAY": "8-5-1875", "HOUR": "11 h.", "NAME": "BREMOND Henry", "PLACE": "Pourcieux (Var)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24353	boyenval-victor-alphonse-1832-09-01	{"g55": "06-68"}	{"g55": "06-68"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor Alphonse", "family": "Boyenval", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1832-09-01 09:00", "note": null, "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Arras", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Victor Alphonse", "family": "Boyenval", "nobility": ""}, "birth": {"date": "1832-09-01 09:00", "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "name": "Arras"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-68"}}, "raw": {"DAY": "1-9-1832", "HOUR": "9 h.", "NAME": "BOYENVAL Victor Alphonse", "PLACE": "Arras (Pas-de-Calais)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24355	bretegnier-georges-adolphe-1860-04-14	{"g55": "06-70"}	{"g55": "06-70"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges Adolphe", "family": "Bretegnier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1860-04-14 06:00", "note": null, "place": {"c1": "", "c2": "70", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Héricourt", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Georges Adolphe", "family": "Bretegnier", "nobility": ""}, "birth": {"date": "1860-04-14 06:00", "place": {"c1": "", "c2": "70", "c3": "", "cy": "FR", "name": "Héricourt"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-70"}}, "raw": {"DAY": "14-4-1860", "HOUR": "6 h.", "NAME": "BRETEGNIER Georges Adolphe", "PLACE": "Héricourt (Hte-Saône)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24356	briaudeau-paul-charles-1869-06-14	{"g55": "06-71"}	{"g55": "06-71"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul Charles", "family": "Briaudeau", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1869-06-14 01:00", "note": null, "place": {"c1": "", "c2": "44", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Nantes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul Charles", "family": "Briaudeau", "nobility": ""}, "birth": {"date": "1869-06-14 01:00", "place": {"c1": "", "c2": "44", "c3": "", "cy": "FR", "name": "Nantes"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-71"}}, "raw": {"DAY": "14-6-1869", "HOUR": "1 h.", "NAME": "BRIAUDEAU Paul Charles", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24357	briguiboul-jean-pierre-1837-11-02	{"g55": "06-72"}	{"g55": "06-72"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Pierre", "family": "Briguiboul", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1837-11-02 03:00", "note": null, "place": {"c1": "", "c2": "11", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Sainte-Colombe", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean Pierre", "family": "Briguiboul", "nobility": ""}, "birth": {"date": "1837-11-02 03:00", "place": {"c1": "", "c2": "11", "c3": "", "cy": "FR", "name": "Sainte-Colombe"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-72"}}, "raw": {"DAY": "2-11-1837", "HOUR": "3 h.", "NAME": "BRIGUIBOUL Jean Pierre", "PLACE": "Sainte-Colombe (Aude)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24358	brisard-fernand-1870-04-21	{"g55": "06-73"}	{"g55": "06-73"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Brisard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1870-04-21 02:00", "note": null, "place": {"c1": "", "c2": "61", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Hauterive", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Brisard", "nobility": ""}, "birth": {"date": "1870-04-21 02:00", "place": {"c1": "", "c2": "61", "c3": "", "cy": "FR", "name": "Hauterive"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-73"}}, "raw": {"DAY": "21-4-1870", "HOUR": "2 h.", "NAME": "BRISARD Fernand", "PLACE": "Hauterive (Orne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24359	brissot-de-warville-felix-1818-05-07	{"g55": "06-74"}	{"g55": "06-74"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "de WARVILLE Félix", "family": "Brissot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1818-05-07 17:00", "note": null, "place": {"c1": "", "c2": "89", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Véron", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "de WARVILLE Félix", "family": "Brissot", "nobility": ""}, "birth": {"date": "1818-05-07 17:00", "place": {"c1": "", "c2": "89", "c3": "", "cy": "FR", "name": "Véron"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-74"}}, "raw": {"DAY": "7-5-1818", "HOUR": "17 h.", "NAME": "BRISSOT de WARVILLE Félix", "PLACE": "Véron (Yonne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24360	brugairolles-victor-1869-05-27	{"g55": "06-75"}	{"g55": "06-75"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Brugairolles", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1869-05-27 08:00", "note": null, "place": {"c1": "", "c2": "34", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Ganges", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Brugairolles", "nobility": ""}, "birth": {"date": "1869-05-27 08:00", "place": {"c1": "", "c2": "34", "c3": "", "cy": "FR", "name": "Ganges"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-75"}}, "raw": {"DAY": "27-5-1869", "HOUR": "8 h.", "NAME": "BRUGAIROLLES Victor", "PLACE": "Ganges (Hérault)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24361	brunard-joseph-brice-1812-01-13	{"g55": "06-76"}	{"g55": "06-76"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph Brice", "family": "Brunard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1812-01-13 14:00", "note": null, "place": {"c1": "", "c2": "95", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Brice-sous-Forêt", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Joseph Brice", "family": "Brunard", "nobility": ""}, "birth": {"date": "1812-01-13 14:00", "place": {"c1": "", "c2": "95", "c3": "", "cy": "FR", "name": "Saint-Brice-sous-Forêt"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-76"}}, "raw": {"DAY": "13-1-1812", "HOUR": "14 h.", "NAME": "BRUNARD Joseph Brice", "PLACE": "Saint-Brice (Seine-et-Oise)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24362	bruneau-adrien-louis-1831-02-08	{"g55": "06-77"}	{"g55": "06-77"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrien Louis", "family": "Bruneau", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1831-02-08 22:30", "note": null, "place": {"c1": "", "c2": "17", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Marennes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Adrien Louis", "family": "Bruneau", "nobility": ""}, "birth": {"date": "1831-02-08 22:30", "place": {"c1": "", "c2": "17", "c3": "", "cy": "FR", "name": "Marennes"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-77"}}, "raw": {"DAY": "8-2-1831", "HOUR": "22 h. 30", "NAME": "BRUNEAU Adrien Louis", "PLACE": "Marennes (Charente-Mar.)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24363	bruzard-armand-1800-08-16	{"g55": "06-78"}	{"g55": "06-78"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Bruzard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1800-08-16 07:00", "note": null, "place": {"c1": "", "c2": "21", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Semur", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Bruzard", "nobility": ""}, "birth": {"date": "1800-08-16 07:00", "place": {"c1": "", "c2": "21", "c3": "", "cy": "FR", "name": "Semur"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-78"}}, "raw": {"DAY": "16-8-1800", "HOUR": "7 h.", "NAME": "BRUZARD Armand", "PLACE": "Semur (Côte-d’Or)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24364	burette-alphonse-1806-02-25	{"g55": "06-79"}	{"g55": "06-79"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Burette", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1806-02-25 00:00", "note": null, "place": {"c1": "", "c2": "53", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Laval", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Burette", "nobility": ""}, "birth": {"date": "1806-02-25 00:00", "place": {"c1": "", "c2": "53", "c3": "", "cy": "FR", "name": "Laval"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-79"}}, "raw": {"DAY": "25-2-1806", "HOUR": "0 h.", "NAME": "BURETTE Alphonse", "PLACE": "Laval (Mayenne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24365	bussiere-gaston-1862-04-24	{"g55": "06-80"}	{"g55": "06-80"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Bussiere", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1862-04-24 08:00", "note": null, "place": {"c1": "", "c2": "71", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Cuisery", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Bussiere", "nobility": ""}, "birth": {"date": "1862-04-24 08:00", "place": {"c1": "", "c2": "71", "c3": "", "cy": "FR", "name": "Cuisery"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-80"}}, "raw": {"DAY": "24-4-1862", "HOUR": "8 h.", "NAME": "BUSSIERE Gaston", "PLACE": "Cuisery (Saône-et-Loire)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24366	burel-henry-armand-1883-06-08	{"g55": "06-81"}	{"g55": "06-81"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry Armand", "family": "Burel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1883-06-08 05:00", "note": null, "place": {"c1": "", "c2": "76", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Fécamp", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henry Armand", "family": "Burel", "nobility": ""}, "birth": {"date": "1883-06-08 05:00", "place": {"c1": "", "c2": "76", "c3": "", "cy": "FR", "name": "Fécamp"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-81"}}, "raw": {"DAY": "8-6-1883", "HOUR": "5 h.", "NAME": "BUREL Henry Armand", "PLACE": "Fécamp (Seine-Inférieure)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24368	cabane-florian-nemorin-1831-10-25	{"g55": "06-83"}	{"g55": "06-83"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Florian Nemorin", "family": "Cabane", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1831-10-25 05:30", "note": null, "place": {"c1": "", "c2": "30", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Logriand", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Florian Nemorin", "family": "Cabane", "nobility": ""}, "birth": {"date": "1831-10-25 05:30", "place": {"c1": "", "c2": "30", "c3": "", "cy": "FR", "name": "Logriand"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-83"}}, "raw": {"DAY": "25-10-1831", "HOUR": "5 h. 30", "NAME": "CABANE Florian Nemorin", "PLACE": "Logriand (Gard)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24369	cabuzel-auguste-hector-1836-04-24	{"g55": "06-84"}	{"g55": "06-84"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste Hector", "family": "Cabuzel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1836-04-24 07:00", "note": null, "place": {"c1": "", "c2": "80", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Bray-sur-Somme", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Auguste Hector", "family": "Cabuzel", "nobility": ""}, "birth": {"date": "1836-04-24 07:00", "place": {"c1": "", "c2": "80", "c3": "", "cy": "FR", "name": "Bray-sur-Somme"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-84"}}, "raw": {"DAY": "24-4-1836", "HOUR": "7 h.", "NAME": "CABUZEL Auguste Hector", "PLACE": "Bray-sur-Somme (Somme)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24370	cambon-henri-joseph-1819-02-22	{"g55": "06-85"}	{"g55": "06-85"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri Joseph", "family": "Cambon", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1819-02-22 05:00", "note": null, "place": {"c1": "", "c2": "82", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Montauban", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri Joseph", "family": "Cambon", "nobility": ""}, "birth": {"date": "1819-02-22 05:00", "place": {"c1": "", "c2": "82", "c3": "", "cy": "FR", "name": "Montauban"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-85"}}, "raw": {"DAY": "22-2-1819", "HOUR": "5 h.", "NAME": "CAMBON Henri Joseph", "PLACE": "Montauban (Tarn-et-Garonne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24371	camino-charles-1824-03-04	{"g55": "06-86"}	{"g55": "06-86"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Camino", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1824-03-04 12:00", "note": null, "place": {"c1": "", "c2": "42", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Etienne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Camino", "nobility": ""}, "birth": {"date": "1824-03-04 12:00", "place": {"c1": "", "c2": "42", "c3": "", "cy": "FR", "name": "Saint-Etienne"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-86"}}, "raw": {"DAY": "4-3-1824", "HOUR": "12 h.", "NAME": "CAMINO Charles", "PLACE": "Saint-Etienne (Loire)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24372	cartier-victor-emile-1811-07-21	{"g55": "06-87"}	{"g55": "06-87"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor Emile", "family": "Cartier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1811-07-21 07:00", "note": null, "place": {"c1": "", "c2": "78", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Versailles", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Victor Emile", "family": "Cartier", "nobility": ""}, "birth": {"date": "1811-07-21 07:00", "place": {"c1": "", "c2": "78", "c3": "", "cy": "FR", "name": "Versailles"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-87"}}, "raw": {"DAY": "21-7-1811", "HOUR": "7 h.", "NAME": "CARTIER Victor Emile", "PLACE": "Versailles (Seine-et-Oise)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24373	cario-louis-1889-06-22	{"g55": "06-88"}	{"g55": "06-88"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Cario", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1889-06-22 02:00", "note": null, "place": {"c1": "", "c2": "76", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Le Havre", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Cario", "nobility": ""}, "birth": {"date": "1889-06-22 02:00", "place": {"c1": "", "c2": "76", "c3": "", "cy": "FR", "name": "Le Havre"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-88"}}, "raw": {"DAY": "22-6-1889", "HOUR": "2 h.", "NAME": "CARIO Louis", "PLACE": "Le Havre (Seine-Inférieure)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24374	carpentier-modeste-1866-07-16	{"g55": "06-89"}	{"g55": "06-89"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Modeste", "family": "Carpentier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1866-07-16 17:00", "note": null, "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Courriéres", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Modeste", "family": "Carpentier", "nobility": ""}, "birth": {"date": "1866-07-16 17:00", "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "name": "Courriéres"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-89"}}, "raw": {"DAY": "16-7-1866", "HOUR": "17 h.", "NAME": "CARPENTIER Modeste", "PLACE": "Courriéres (Pas-de-Calais)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24375	cartier-bresson-louis-jules-1882-10-05	{"g55": "06-90"}	{"g55": "06-90"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis Jules", "family": "Cartier-bresson", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1882-10-05 10:30", "note": null, "place": {"c1": "", "c2": "93", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Pantin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis Jules", "family": "Cartier-bresson", "nobility": ""}, "birth": {"date": "1882-10-05 10:30", "place": {"c1": "", "c2": "93", "c3": "", "cy": "FR", "name": "Pantin"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-90"}}, "raw": {"DAY": "5-10-1882", "HOUR": "10 h. 30", "NAME": "CARTIER-BRESSON Louis Jules", "PLACE": "Pantin (Seine)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24376	cavaille-pierre-paul-1825-03-24	{"g55": "06-91"}	{"g55": "06-91"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre Paul", "family": "Cavaille", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1825-03-24 19:00", "note": null, "place": {"c1": "", "c2": "82", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lauzerte", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre Paul", "family": "Cavaille", "nobility": ""}, "birth": {"date": "1825-03-24 19:00", "place": {"c1": "", "c2": "82", "c3": "", "cy": "FR", "name": "Lauzerte"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-91"}}, "raw": {"DAY": "24-3-1825", "HOUR": "19 h.", "NAME": "CAVAILLE Pierre Paul", "PLACE": "Lauzerte (Tarn-et-Garonne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24377	cellier-alphonse-marius-1875-09-17	{"g55": "06-92"}	{"g55": "06-92"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse Marius", "family": "Cellier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1875-09-17 10:00", "note": null, "place": {"c1": "", "c2": "13", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Gardanne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alphonse Marius", "family": "Cellier", "nobility": ""}, "birth": {"date": "1875-09-17 10:00", "place": {"c1": "", "c2": "13", "c3": "", "cy": "FR", "name": "Gardanne"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-92"}}, "raw": {"DAY": "17-9-1875", "HOUR": "10 h.", "NAME": "CELLIER Alphonse Marius", "PLACE": "Gardanne (Bouches-du-Rh.)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24378	chacaton-jean-nicolas-1813-07-30	{"g55": "06-93"}	{"g55": "06-93"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Nicolas", "family": "Chacaton", "spouse": [], "nobility": "de", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1813-07-30 17:00", "note": null, "place": {"c1": "", "c2": "03", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Chezy", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean Nicolas", "family": "Chacaton", "nobility": "de"}, "birth": {"date": "1813-07-30 17:00", "place": {"c1": "", "c2": "03", "c3": "", "cy": "FR", "name": "Chezy"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-93"}}, "raw": {"DAY": "30-7-1813", "HOUR": "17 h.", "NAME": "CHACATON Jean Nicolas (de)", "PLACE": "Chezy (Allier)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24379	chamerlat-jules-marc-1828-11-09	{"g55": "06-94"}	{"g55": "06-94"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules Marc", "family": "Chamerlat", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1828-11-09 04:00", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Avesnes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules Marc", "family": "Chamerlat", "nobility": ""}, "birth": {"date": "1828-11-09 04:00", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Avesnes"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-94"}}, "raw": {"DAY": "9-11-1828", "HOUR": "4 h.", "NAME": "CHAMERLAT Jules Marc", "PLACE": "Avesnes (Nord)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24380	chapuis-honore-1817-04-23	{"g55": "06-95"}	{"g55": "06-95"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Honoré", "family": "Chapuis", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1817-04-23 10:00", "note": null, "place": {"c1": "", "c2": "39", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Arlay", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Honoré", "family": "Chapuis", "nobility": ""}, "birth": {"date": "1817-04-23 10:00", "place": {"c1": "", "c2": "39", "c3": "", "cy": "FR", "name": "Arlay"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-95"}}, "raw": {"DAY": "23-4-1817", "HOUR": "10 h.", "NAME": "CHAPUIS Honoré", "PLACE": "Arlay (Jura)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24381	charmot-jacqueline-mar-1907-11-18	{"g55": "06-96"}	{"g55": "06-96"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacqueline Mar.", "family": "Charmot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1907-11-18 06:00", "note": null, "place": {"c1": "", "c2": "95", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Argenteuil", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jacqueline Mar.", "family": "Charmot", "nobility": ""}, "birth": {"date": "1907-11-18 06:00", "place": {"c1": "", "c2": "95", "c3": "", "cy": "FR", "name": "Argenteuil"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-96"}}, "raw": {"DAY": "18-11-1907", "HOUR": "6 h.", "NAME": "CHARMOT Jacqueline Mar.", "PLACE": "Argenteuil (S.-et-O.)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24382	charpentier-marcel-1888-09-29	{"g55": "06-97"}	{"g55": "06-97"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Charpentier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1888-09-29 04:00", "note": null, "place": {"c1": "", "c2": "94", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Mandé", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Charpentier", "nobility": ""}, "birth": {"date": "1888-09-29 04:00", "place": {"c1": "", "c2": "94", "c3": "", "cy": "FR", "name": "Saint-Mandé"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-97"}}, "raw": {"DAY": "29-9-1888", "HOUR": "4 h.", "NAME": "CHARPENTIER Marcel", "PLACE": "Saint-Mandé (Seine)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24383	charodeau-francois-aug-1840-06-30	{"g55": "06-98"}	{"g55": "06-98"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francois Aug.", "family": "Charodeau", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1840-06-30 17:00", "note": null, "place": {"c1": "", "c2": "36", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Issoudun", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Francois Aug.", "family": "Charodeau", "nobility": ""}, "birth": {"date": "1840-06-30 17:00", "place": {"c1": "", "c2": "36", "c3": "", "cy": "FR", "name": "Issoudun"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-98"}}, "raw": {"DAY": "30-6-1840", "HOUR": "17 h.", "NAME": "\\fCHARODEAU Francois Aug.", "PLACE": "Issoudun (Indre)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24384	charvot-eugene-louis-1847-02-11	{"g55": "06-99"}	{"g55": "06-99"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène Louis", "family": "Charvot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1847-02-11 16:00", "note": null, "place": {"c1": "", "c2": "03", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Moulins", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Eugène Louis", "family": "Charvot", "nobility": ""}, "birth": {"date": "1847-02-11 16:00", "place": {"c1": "", "c2": "03", "c3": "", "cy": "FR", "name": "Moulins"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-99"}}, "raw": {"DAY": "11-2-1847", "HOUR": "16 h.", "NAME": "CHARVOT Eugène Louis", "PLACE": "Moulins (Allier)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24385	chauvet-florentin-louis-1878-03-04	{"g55": "06-100"}	{"g55": "06-100"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Florentin Louis", "family": "Chauvet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1878-03-04 06:00", "note": null, "place": {"c1": "", "c2": "34", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Béziers", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Florentin Louis", "family": "Chauvet", "nobility": ""}, "birth": {"date": "1878-03-04 06:00", "place": {"c1": "", "c2": "34", "c3": "", "cy": "FR", "name": "Béziers"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-100"}}, "raw": {"DAY": "4-3-1878", "HOUR": "6 h.", "NAME": "CHAUVET Florentin Louis", "PLACE": "Béziers (Hérault)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24386	chauvet-jules-adolphe-1828-09-28	{"g55": "06-101"}	{"g55": "06-101"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules Adolphe", "family": "Chauvet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1828-09-28 23:00", "note": null, "place": {"c1": "", "c2": "80", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Péronne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules Adolphe", "family": "Chauvet", "nobility": ""}, "birth": {"date": "1828-09-28 23:00", "place": {"c1": "", "c2": "80", "c3": "", "cy": "FR", "name": "Péronne"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-101"}}, "raw": {"DAY": "28-9-1828", "HOUR": "23 h.", "NAME": "CHAUVET Jules Adolphe", "PLACE": "Péronne (Somme)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24387	chevandier-de-valdrome-paul-1817-03-16	{"g55": "06-102"}	{"g55": "06-102"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "de VALDROME Paul", "family": "Chevandier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1817-03-16 12:00", "note": null, "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Quirin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "de VALDROME Paul", "family": "Chevandier", "nobility": ""}, "birth": {"date": "1817-03-16 12:00", "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "name": "Saint-Quirin"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-102"}}, "raw": {"DAY": "16-3-1817", "HOUR": "12 h.", "NAME": "CHEVANDIER de VALDROME Paul", "PLACE": "Saint-Quirin (Meurthe)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24388	choisnard-jean-felix-cl-1846-03-11	{"g55": "06-103"}	{"g55": "06-103"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Félix Cl.", "family": "Choisnard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1846-03-11 18:00", "note": null, "place": {"c1": "", "c2": "26", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Valence", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean Félix Cl.", "family": "Choisnard", "nobility": ""}, "birth": {"date": "1846-03-11 18:00", "place": {"c1": "", "c2": "26", "c3": "", "cy": "FR", "name": "Valence"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-103"}}, "raw": {"DAY": "11-3-1846", "HOUR": "18 h.", "NAME": "CHOISNARD Jean Félix Cl.", "PLACE": "Valence (Drôme)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24389	cholet-jean-antoine-1833-01-01	{"g55": "06-104"}	{"g55": "06-104"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Antoine", "family": "Cholet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1833-01-01 05:00", "note": null, "place": {"c1": "", "c2": "54", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Rosiéres-aux-Salines", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean Antoine", "family": "Cholet", "nobility": ""}, "birth": {"date": "1833-01-01 05:00", "place": {"c1": "", "c2": "54", "c3": "", "cy": "FR", "name": "Rosiéres-aux-Salines"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-104"}}, "raw": {"DAY": "1-1-1833", "HOUR": "5 h.", "NAME": "CHOLET Jean Antoine", "PLACE": "Rosiéres-aux-Salines (M.-et-M.)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24390	civet-andre-1911-10-11	{"g55": "06-105"}	{"g55": "06-105"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Civet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1911-10-11 07:00", "note": null, "place": {"c1": "", "c2": "03", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Pierrefitte-sur-Loire", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "André", "family": "Civet", "nobility": ""}, "birth": {"date": "1911-10-11 07:00", "place": {"c1": "", "c2": "03", "c3": "", "cy": "FR", "name": "Pierrefitte-sur-Loire"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-105"}}, "raw": {"DAY": "11-10-1911", "HOUR": "7 h.", "NAME": "CIVET André", "PLACE": "Pierrefitte-sur-Loire (Allier)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24391	clement-anna-delauiel-1822-06-30	{"g55": "06-106"}	{"g55": "06-106"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anna (Delauiel)", "family": "Clement", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1822-06-30 09:00", "note": null, "place": {"c1": "", "c2": "21", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Montbard", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Anna (Delauiel)", "family": "Clement", "nobility": ""}, "birth": {"date": "1822-06-30 09:00", "place": {"c1": "", "c2": "21", "c3": "", "cy": "FR", "name": "Montbard"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-106"}}, "raw": {"DAY": "30-6-1822", "HOUR": "9 h.", "NAME": "CLEMENT Anna (Delauiel)", "PLACE": "Montbard (Côte-d’Or)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24392	clere-jacques-franc-1825-07-17	{"g55": "06-107"}	{"g55": "06-107"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques Franc.", "family": "Clere", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1825-07-17 08:15", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Anzin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jacques Franc.", "family": "Clere", "nobility": ""}, "birth": {"date": "1825-07-17 08:15", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Anzin"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-107"}}, "raw": {"DAY": "17-7-1825", "HOUR": "8 h. 15", "NAME": "CLERE Jacques Franc.", "PLACE": "Anzin (Nord)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24393	clerget-hubert-1818-07-29	{"g55": "06-108"}	{"g55": "06-108"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hubert", "family": "Clerget", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1818-07-29 13:00", "note": null, "place": {"c1": "", "c2": "21", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Dijon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Hubert", "family": "Clerget", "nobility": ""}, "birth": {"date": "1818-07-29 13:00", "place": {"c1": "", "c2": "21", "c3": "", "cy": "FR", "name": "Dijon"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-108"}}, "raw": {"DAY": "29-7-1818", "HOUR": "13 h.", "NAME": "CLERGET Hubert", "PLACE": "Dijon (Côte-d’Or)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24394	clouzct-marianne-1908-08-06	{"g55": "06-109"}	{"g55": "06-109"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marianne", "family": "Clouzct", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1908-08-06 06:00", "note": null, "place": {"c1": "", "c2": "78", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Le Vésinet", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Marianne", "family": "Clouzct", "nobility": ""}, "birth": {"date": "1908-08-06 06:00", "place": {"c1": "", "c2": "78", "c3": "", "cy": "FR", "name": "Le Vésinet"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-109"}}, "raw": {"DAY": "6-8-1908", "HOUR": "6 h.", "NAME": "CLOUZCT Marianne", "PLACE": "Le Vésinet (Seine-et-Oise)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24395	cocquerel-jules-jacques-1838-10-02	{"g55": "06-110"}	{"g55": "06-110"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules Jacques", "family": "Cocquerel", "spouse": [], "nobility": "de", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1838-10-02 04:00", "note": null, "place": {"c1": "", "c2": "69", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Didier-au-Mont-d'Or", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules Jacques", "family": "Cocquerel", "nobility": "de"}, "birth": {"date": "1838-10-02 04:00", "place": {"c1": "", "c2": "69", "c3": "", "cy": "FR", "name": "Saint-Didier-au-Mont-d'Or"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-110"}}, "raw": {"DAY": "2-10-1838", "HOUR": "4 h.", "NAME": "COCQUEREL Jules Jacques (de)", "PLACE": "Saint-Didier-au-Mont-d'Or (Rhône)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24396	colas-jean-louis-a-1816-05-07	{"g55": "06-111"}	{"g55": "06-111"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Louis A.", "family": "Colas", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1816-05-07 04:00", "note": null, "place": {"c1": "", "c2": "50", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Gouville", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean Louis A.", "family": "Colas", "nobility": ""}, "birth": {"date": "1816-05-07 04:00", "place": {"c1": "", "c2": "50", "c3": "", "cy": "FR", "name": "Gouville"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-111"}}, "raw": {"DAY": "7-5-1816", "HOUR": "4 h.", "NAME": "COLAS Jean Louis A.", "PLACE": "Gouville (Manche)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24397	collette-alexandre-des-1814-10-10	{"g55": "06-112"}	{"g55": "06-112"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre Dés.", "family": "Collette", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1814-10-10 02:00", "note": null, "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Arras", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alexandre Dés.", "family": "Collette", "nobility": ""}, "birth": {"date": "1814-10-10 02:00", "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "name": "Arras"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-112"}}, "raw": {"DAY": "10-10-1814", "HOUR": "2 h.", "NAME": "COLLETTE Alexandre Dés.", "PLACE": "Arras (Pas-de-Calais)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24398	cornil-gaston-1883-05-15	{"g55": "06-113"}	{"g55": "06-113"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Cornil", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1883-05-15 08:00", "note": null, "place": {"c1": "", "c2": "94", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Mandé", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Cornil", "nobility": ""}, "birth": {"date": "1883-05-15 08:00", "place": {"c1": "", "c2": "94", "c3": "", "cy": "FR", "name": "Saint-Mandé"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-113"}}, "raw": {"DAY": "15-5-1883", "HOUR": "8 h.", "NAME": "CORNIL Gaston", "PLACE": "Saint-Mandé (Seine)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24399	coroenne-henri-1822-02-11	{"g55": "06-114"}	{"g55": "06-114"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Coroenne", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1822-02-11 09:30", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Valenciennes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Coroenne", "nobility": ""}, "birth": {"date": "1822-02-11 09:30", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Valenciennes"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-114"}}, "raw": {"DAY": "11-2-1822", "HOUR": "9 h. 30", "NAME": "COROENNE Henri", "PLACE": "Valenciennes (Nord)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24400	coront-joseph-1859-04-20	{"g55": "06-115"}	{"g55": "06-115"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Coront", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1859-04-20 05:00", "note": null, "place": {"c1": "", "c2": "07", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Vanosc", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Coront", "nobility": ""}, "birth": {"date": "1859-04-20 05:00", "place": {"c1": "", "c2": "07", "c3": "", "cy": "FR", "name": "Vanosc"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-115"}}, "raw": {"DAY": "20-4-1859", "HOUR": "5 h.", "NAME": "CORONT Joseph", "PLACE": "Vanosc (Ardèche)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24401	couderc-gabriel-emile-1905-12-26	{"g55": "06-116"}	{"g55": "06-116"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel Emile", "family": "Couderc", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1905-12-26 06:00", "note": null, "place": {"c1": "", "c2": "34", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Séte", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Gabriel Emile", "family": "Couderc", "nobility": ""}, "birth": {"date": "1905-12-26 06:00", "place": {"c1": "", "c2": "34", "c3": "", "cy": "FR", "name": "Séte"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-116"}}, "raw": {"DAY": "26-12-1905", "HOUR": "6 h.", "NAME": "COUDERC Gabriel Emile", "PLACE": "Séte (Hérault)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24402	cournault-etienne-1891-03-15	{"g55": "06-117"}	{"g55": "06-117"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Cournault", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1891-03-15 04:00", "note": null, "place": {"c1": "", "c2": "54", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Malzeville", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Cournault", "nobility": ""}, "birth": {"date": "1891-03-15 04:00", "place": {"c1": "", "c2": "54", "c3": "", "cy": "FR", "name": "Malzeville"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-117"}}, "raw": {"DAY": "15-3-1891", "HOUR": "4 h.", "NAME": "COURNAULT Etienne", "PLACE": "Malzeville (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24403	couveley-adolphe-1802-11-16	{"g55": "06-118"}	{"g55": "06-118"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Couveley", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1802-11-16 07:00", "note": null, "place": {"c1": "", "c2": "08", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Charleville", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Couveley", "nobility": ""}, "birth": {"date": "1802-11-16 07:00", "place": {"c1": "", "c2": "08", "c3": "", "cy": "FR", "name": "Charleville"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-118"}}, "raw": {"DAY": "16-11-1802", "HOUR": "7 h.", "NAME": "COUVELEY Adolphe", "PLACE": "Charleville (Ardennes)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24404	cuny-francois-eug-1839-04-01	{"g55": "06-119"}	{"g55": "06-119"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francois Eug.", "family": "Cuny", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1839-04-01 04:00", "note": null, "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Metz", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Francois Eug.", "family": "Cuny", "nobility": ""}, "birth": {"date": "1839-04-01 04:00", "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "name": "Metz"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-119"}}, "raw": {"DAY": "1-4-1839", "HOUR": "4 h.", "NAME": "CUNY Francois Eug.", "PLACE": "Metz (Moselle)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24405	cuny-henry-pierre-1880-06-05	{"g55": "06-120"}	{"g55": "06-120"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry Pierre", "family": "Cuny", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1880-06-05 06:00", "note": null, "place": {"c1": "", "c2": "29", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Concarneau", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henry Pierre", "family": "Cuny", "nobility": ""}, "birth": {"date": "1880-06-05 06:00", "place": {"c1": "", "c2": "29", "c3": "", "cy": "FR", "name": "Concarneau"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-120"}}, "raw": {"DAY": "5-6-1880", "HOUR": "6 h.", "NAME": "CUNY Henry Pierre", "PLACE": "Concarneau (Finistère)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24406	cuvelier-hippolyte-jos-1803-03-09	{"g55": "06-121"}	{"g55": "06-121"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hippolyte Jos.", "family": "Cuvelier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1803-03-09 12:00", "note": null, "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Omer", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Hippolyte Jos.", "family": "Cuvelier", "nobility": ""}, "birth": {"date": "1803-03-09 12:00", "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "name": "Saint-Omer"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-121"}}, "raw": {"DAY": "9-3-1803", "HOUR": "12 h.", "NAME": "CUVELIER Hippolyte Jos.", "PLACE": "Saint-Omer (Pas-de-Calais)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24407	dabat-alfred-1869-01-02	{"g55": "06-122"}	{"g55": "06-122"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Dabat", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1869-01-02 04:45", "note": null, "place": {"c1": "20", "c2": "", "c3": "", "cy": "DZ", "lg": null, "lat": null, "name": "Blidah", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Dabat", "nobility": ""}, "birth": {"date": "1869-01-02 04:45", "place": {"c1": "20", "c2": "", "c3": "", "cy": "DZ", "name": "Blidah"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-122"}}, "raw": {"DAY": "2-1-1869", "HOUR": "4 h. 45", "NAME": "DABAT Alfred", "PLACE": "Blidah (Algérie)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24408	dallemagne-adolphe-jean-1811-07-01	{"g55": "06-123"}	{"g55": "06-123"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe Jean", "family": "Dallemagne", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1811-07-01 17:00", "note": null, "place": {"c1": "", "c2": "95", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Pontoise", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Adolphe Jean", "family": "Dallemagne", "nobility": ""}, "birth": {"date": "1811-07-01 17:00", "place": {"c1": "", "c2": "95", "c3": "", "cy": "FR", "name": "Pontoise"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-123"}}, "raw": {"DAY": "1-7-1811", "HOUR": "17 h.", "NAME": "DALLEMAGNE Adolphe Jean", "PLACE": "Pontoise (Seine-et-Oise)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24409	dambourgez-edouard-jean-1844-11-15	{"g55": "06-124"}	{"g55": "06-124"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard Jean", "family": "Dambourgez", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1844-11-15 16:00", "note": null, "place": {"c1": "", "c2": "64", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Pau", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edouard Jean", "family": "Dambourgez", "nobility": ""}, "birth": {"date": "1844-11-15 16:00", "place": {"c1": "", "c2": "64", "c3": "", "cy": "FR", "name": "Pau"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-124"}}, "raw": {"DAY": "15-11-1844", "HOUR": "16 h.", "NAME": "DAMBOURGEZ Edouard Jean", "PLACE": "Pau (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24410	dammann-paul-marcel-1885-06-13	{"g55": "06-125"}	{"g55": "06-125"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul Marcel", "family": "Dammann", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1885-06-13 12:30", "note": null, "place": {"c1": "", "c2": "91", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Montgeron", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul Marcel", "family": "Dammann", "nobility": ""}, "birth": {"date": "1885-06-13 12:30", "place": {"c1": "", "c2": "91", "c3": "", "cy": "FR", "name": "Montgeron"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-125"}}, "raw": {"DAY": "13-6-1885", "HOUR": "12 h. 30", "NAME": "DAMMANN Paul Marcel", "PLACE": "Montgeron (Seine-et-O.)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24411	dapoigny-albert-louis-1885-04-02	{"g55": "06-126"}	{"g55": "06-126"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert Louis", "family": "Dapoigny", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1885-04-02 08:00", "note": null, "place": {"c1": "", "c2": "78", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Montesson", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Albert Louis", "family": "Dapoigny", "nobility": ""}, "birth": {"date": "1885-04-02 08:00", "place": {"c1": "", "c2": "78", "c3": "", "cy": "FR", "name": "Montesson"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-126"}}, "raw": {"DAY": "2-4-1885", "HOUR": "8 h.", "NAME": "DAPOIGNY Albert Louis", "PLACE": "Montesson (Seine-et-Oise)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24412	dartiguenave-prosper-guil-1815-07-09	{"g55": "06-127"}	{"g55": "06-127"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Prosper Guil.", "family": "Dartiguenave", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1815-07-09 13:00", "note": null, "place": {"c1": "", "c2": "64", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Pau", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Prosper Guil.", "family": "Dartiguenave", "nobility": ""}, "birth": {"date": "1815-07-09 13:00", "place": {"c1": "", "c2": "64", "c3": "", "cy": "FR", "name": "Pau"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-127"}}, "raw": {"DAY": "9-7-1815", "HOUR": "13 h.", "NAME": "DARTIGUENAVE Prosper Guil.", "PLACE": "Pau (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24413	darviot-edouard-1859-04-19	{"g55": "06-128"}	{"g55": "06-128"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Darviot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1859-04-19 01:00", "note": null, "place": {"c1": "", "c2": "21", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Beaune", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Darviot", "nobility": ""}, "birth": {"date": "1859-04-19 01:00", "place": {"c1": "", "c2": "21", "c3": "", "cy": "FR", "name": "Beaune"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-128"}}, "raw": {"DAY": "19-4-1859", "HOUR": "1 h.", "NAME": "DARVIOT Edouard", "PLACE": "Beaune (Côte-d’Or)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24414	dauphin-francois-gust-1804-06-07	{"g55": "06-129"}	{"g55": "06-129"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francois Gust.", "family": "Dauphin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1804-06-07 08:00", "note": null, "place": {"c1": "", "c2": "90", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Belfort", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Francois Gust.", "family": "Dauphin", "nobility": ""}, "birth": {"date": "1804-06-07 08:00", "place": {"c1": "", "c2": "90", "c3": "", "cy": "FR", "name": "Belfort"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-129"}}, "raw": {"DAY": "7-6-1804", "HOUR": "8 h.", "NAME": "DAUPHIN Francois Gust.", "PLACE": "Belfort (Territoire de Belfort)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24415	david-etienne-1819-11-20	{"g55": "06-130"}	{"g55": "06-130"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "David", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1819-11-20 10:00", "note": null, "place": {"c1": "", "c2": "91", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Coudray-Montceau", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "David", "nobility": ""}, "birth": {"date": "1819-11-20 10:00", "place": {"c1": "", "c2": "91", "c3": "", "cy": "FR", "name": "Coudray-Montceau"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-130"}}, "raw": {"DAY": "20-11-1819", "HOUR": "10 h.", "NAME": "DAVID Etienne", "PLACE": "Coudray-Montceau (Seine-et-Oise)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24416	dechelette-louis-auguste-1894-01-11	{"g55": "06-131"}	{"g55": "06-131"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis Auguste", "family": "Dechelette", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1894-01-11 02:00", "note": null, "place": {"c1": "", "c2": "69", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Cours", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis Auguste", "family": "Dechelette", "nobility": ""}, "birth": {"date": "1894-01-11 02:00", "place": {"c1": "", "c2": "69", "c3": "", "cy": "FR", "name": "Cours"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-131"}}, "raw": {"DAY": "11-1-1894", "HOUR": "2 h.", "NAME": "DECHELETTE Louis Auguste", "PLACE": "Cours (Rhône)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24417	delalleau-charles-joseph-1826-08-16	{"g55": "06-132"}	{"g55": "06-132"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles Joseph", "family": "Delalleau", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1826-08-16 03:00", "note": null, "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Hesdin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles Joseph", "family": "Delalleau", "nobility": ""}, "birth": {"date": "1826-08-16 03:00", "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "name": "Hesdin"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-132"}}, "raw": {"DAY": "16-8-1826", "HOUR": "3 h.", "NAME": "DELALLEAU Charles Joseph", "PLACE": "Hesdin (Pas-de-Calais)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24418	delattre-joseph-marie-1858-08-12	{"g55": "06-133"}	{"g55": "06-133"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph Marie", "family": "Delattre", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1858-08-12 20:30", "note": null, "place": {"c1": "", "c2": "76", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Deville-lés-Rouen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Joseph Marie", "family": "Delattre", "nobility": ""}, "birth": {"date": "1858-08-12 20:30", "place": {"c1": "", "c2": "76", "c3": "", "cy": "FR", "name": "Deville-lés-Rouen"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-133"}}, "raw": {"DAY": "12-8-1858", "HOUR": "20 h. 30", "NAME": "DELATTRE Joseph Marie", "PLACE": "Deville-lés-Rouen (S.-I.)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24419	demailly-louis-hector-1879-09-10	{"g55": "06-134"}	{"g55": "06-134"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis Hector", "family": "Demailly", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1879-09-10 09:00", "note": null, "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Marceuil", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis Hector", "family": "Demailly", "nobility": ""}, "birth": {"date": "1879-09-10 09:00", "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "name": "Marceuil"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-134"}}, "raw": {"DAY": "10-9-1879", "HOUR": "9 h.", "NAME": "DEMAILLY Louis Hector", "PLACE": "Marceuil (Pas-de-Calais)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24420	demange-adolphe-1857-09-10	{"g55": "06-135"}	{"g55": "06-135"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Demange", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1857-09-10 08:00", "note": null, "place": {"c1": "", "c2": "54", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Mignéville", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Demange", "nobility": ""}, "birth": {"date": "1857-09-10 08:00", "place": {"c1": "", "c2": "54", "c3": "", "cy": "FR", "name": "Mignéville"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-135"}}, "raw": {"DAY": "10-9-1857", "HOUR": "8 h.", "NAME": "DEMANGE Adolphe", "PLACE": "Mignéville (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24421	denet-clement-charles-1853-02-10	{"g55": "06-136"}	{"g55": "06-136"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Denet-clement", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1853-02-10 09:00", "note": null, "place": {"c1": "", "c2": "27", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Evreux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Denet-clement", "nobility": ""}, "birth": {"date": "1853-02-10 09:00", "place": {"c1": "", "c2": "27", "c3": "", "cy": "FR", "name": "Evreux"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-136"}}, "raw": {"DAY": "10-2-1853", "HOUR": "9 h.", "NAME": "DENET-CLEMENT Charles", "PLACE": "Evreux (Eure)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24422	denis-valverane-louis-1870-09-20	{"g55": "06-137"}	{"g55": "06-137"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Denis-valverane", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1870-09-20 16:00", "note": null, "place": {"c1": "", "c2": "04", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Manosque", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Denis-valverane", "nobility": ""}, "birth": {"date": "1870-09-20 16:00", "place": {"c1": "", "c2": "04", "c3": "", "cy": "FR", "name": "Manosque"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-137"}}, "raw": {"DAY": "20-9-1870", "HOUR": "16 h.", "NAME": "DENIS-VALVERANE Louis", "PLACE": "Manosque (Basses-Alpes)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24423	dervaux-georges-victor-1888-07-25	{"g55": "06-138"}	{"g55": "06-138"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges Victor", "family": "Dervaux", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1888-07-25 08:20", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Tourcoing", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Georges Victor", "family": "Dervaux", "nobility": ""}, "birth": {"date": "1888-07-25 08:20", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Tourcoing"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-138"}}, "raw": {"DAY": "25-7-1888", "HOUR": "8 h. 20", "NAME": "DERVAUX Georges Victor", "PLACE": "Tourcoing (Nord)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24424	desevre-maurice-1887-04-26	{"g55": "06-139"}	{"g55": "06-139"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Desevre", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1887-04-26 11:00", "note": null, "place": {"c1": "", "c2": "02", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Boucconville", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Desevre", "nobility": ""}, "birth": {"date": "1887-04-26 11:00", "place": {"c1": "", "c2": "02", "c3": "", "cy": "FR", "name": "Boucconville"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-139"}}, "raw": {"DAY": "26-4-1887", "HOUR": "11 h.", "NAME": "DESEVRE Maurice", "PLACE": "Boucconville (Aisne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24425	desmoulin-fernand-1853-06-05	{"g55": "06-140"}	{"g55": "06-140"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Desmoulin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1853-06-05 15:00", "note": null, "place": {"c1": "", "c2": "24", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Javerlhac", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Desmoulin", "nobility": ""}, "birth": {"date": "1853-06-05 15:00", "place": {"c1": "", "c2": "24", "c3": "", "cy": "FR", "name": "Javerlhac"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-140"}}, "raw": {"DAY": "5-6-1853", "HOUR": "15 h.", "NAME": "DESMOULIN Fernand", "PLACE": "Javerlhac (Dordogne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24426	devillario-rene-marie-l-1874-04-02	{"g55": "06-141"}	{"g55": "06-141"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René Marie-L.", "family": "Devillario", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1874-04-02 14:00", "note": null, "place": {"c1": "", "c2": "84", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Didier-les-Bains", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "René Marie-L.", "family": "Devillario", "nobility": ""}, "birth": {"date": "1874-04-02 14:00", "place": {"c1": "", "c2": "84", "c3": "", "cy": "FR", "name": "Saint-Didier-les-Bains"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-141"}}, "raw": {"DAY": "2-4-1874", "HOUR": "14 h.", "NAME": "DEVILLARIO René Marie-L.", "PLACE": "Saint-Didier-les-Bains (V.)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24427	deyrolle-jean-jacques-1911-08-20	{"g55": "06-142"}	{"g55": "06-142"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Jacques", "family": "Deyrolle", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1911-08-20 07:00", "note": null, "place": {"c1": "", "c2": "94", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Nogent-sur-Marne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean Jacques", "family": "Deyrolle", "nobility": ""}, "birth": {"date": "1911-08-20 07:00", "place": {"c1": "", "c2": "94", "c3": "", "cy": "FR", "name": "Nogent-sur-Marne"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-142"}}, "raw": {"DAY": "20-8-1911", "HOUR": "7 h.", "NAME": "DEYROLLE Jean Jacques", "PLACE": "Nogent-sur-Marne (Seine)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24428	didier-tourne-jean-1882-05-01	{"g55": "06-143"}	{"g55": "06-143"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Didier-tourne", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1882-05-01 01:00", "note": null, "place": {"c1": "", "c2": "47", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Agen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Didier-tourne", "nobility": ""}, "birth": {"date": "1882-05-01 01:00", "place": {"c1": "", "c2": "47", "c3": "", "cy": "FR", "name": "Agen"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-143"}}, "raw": {"DAY": "1-5-1882", "HOUR": "1 h.", "NAME": "DIDIER-TOURNE Jean", "PLACE": "Agen (Lot-et-Garonne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24429	doigneau-edouard-edmond-1865-09-27	{"g55": "06-144"}	{"g55": "06-144"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard Edmond", "family": "Doigneau", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1865-09-27 06:00", "note": null, "place": {"c1": "", "c2": "77", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Nemours", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edouard Edmond", "family": "Doigneau", "nobility": ""}, "birth": {"date": "1865-09-27 06:00", "place": {"c1": "", "c2": "77", "c3": "", "cy": "FR", "name": "Nemours"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-144"}}, "raw": {"DAY": "27-9-1865", "HOUR": "6 h.", "NAME": "DOIGNEAU Edouard Edmond", "PLACE": "Nemours (Seine-et-M.)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24430	dore-armand-1824-02-19	{"g55": "06-145"}	{"g55": "06-145"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Armand", "family": "Dore", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1824-02-19 17:00", "note": null, "place": {"c1": "", "c2": "25", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Banaus", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Armand", "family": "Dore", "nobility": ""}, "birth": {"date": "1824-02-19 17:00", "place": {"c1": "", "c2": "25", "c3": "", "cy": "FR", "name": "Banaus"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-145"}}, "raw": {"DAY": "19-2-1824", "HOUR": "17 h.", "NAME": "DORE Armand", "PLACE": "Banaus (Doubs)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24431	dourlens-xavier-jules-1826-08-10	{"g55": "06-146"}	{"g55": "06-146"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Xavier Jules", "family": "Dourlens", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1826-08-10 12:00", "note": null, "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Arras", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Xavier Jules", "family": "Dourlens", "nobility": ""}, "birth": {"date": "1826-08-10 12:00", "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "name": "Arras"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-146"}}, "raw": {"DAY": "10-8-1826", "HOUR": "12 h.", "NAME": "DOURLENS Xavier Jules", "PLACE": "Arras (Pas-de-Calais)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24432	doyen-gustave-leon-1836-12-29	{"g55": "06-147"}	{"g55": "06-147"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave Léon", "family": "Doyen", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1836-12-29 07:00", "note": null, "place": {"c1": "", "c2": "02", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Festieux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Gustave Léon", "family": "Doyen", "nobility": ""}, "birth": {"date": "1836-12-29 07:00", "place": {"c1": "", "c2": "02", "c3": "", "cy": "FR", "name": "Festieux"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-147"}}, "raw": {"DAY": "29-12-1836", "HOUR": "7 h.", "NAME": "DOYEN Gustave Léon", "PLACE": "Festieux (Aisne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24433	dubus-henry-barthel-1851-10-02	{"g55": "06-148"}	{"g55": "06-148"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry Barthél.", "family": "Dubus", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1851-10-02 12:00", "note": null, "place": {"c1": "", "c2": "27", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Evreux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henry Barthél.", "family": "Dubus", "nobility": ""}, "birth": {"date": "1851-10-02 12:00", "place": {"c1": "", "c2": "27", "c3": "", "cy": "FR", "name": "Evreux"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-148"}}, "raw": {"DAY": "2-10-1851", "HOUR": "12 h.", "NAME": "DUBUS Henry Barthél.", "PLACE": "Evreux (Eure)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24434	duchemin-daniel-marie-1866-01-05	{"g55": "06-149"}	{"g55": "06-149"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel-Marie", "family": "Duchemin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1866-01-05 23:00", "note": null, "place": {"c1": "", "c2": "49", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Segré", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Daniel-Marie", "family": "Duchemin", "nobility": ""}, "birth": {"date": "1866-01-05 23:00", "place": {"c1": "", "c2": "49", "c3": "", "cy": "FR", "name": "Segré"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-149"}}, "raw": {"DAY": "5-1-1866", "HOUR": "23 h.", "NAME": "DUCHEMIN Daniel-Marie", "PLACE": "Segré (Maine-et-Loire)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24435	ducos-de-la-haille-pierre-h-1889-07-26	{"g55": "06-150"}	{"g55": "06-150"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "de La HAILLE Pierre H.", "family": "Ducos", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1889-07-26 10:00", "note": null, "place": {"c1": "", "c2": "86", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Poitiers", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "de La HAILLE Pierre H.", "family": "Ducos", "nobility": ""}, "birth": {"date": "1889-07-26 10:00", "place": {"c1": "", "c2": "86", "c3": "", "cy": "FR", "name": "Poitiers"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-150"}}, "raw": {"DAY": "26-7-1889", "HOUR": "10 h.", "NAME": "DUCOS de La HAILLE Pierre H.", "PLACE": "Poitiers (Vienne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24436	dupont-robert-1874-07-28	{"g55": "06-151"}	{"g55": "06-151"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Dupont", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1874-07-28 13:00", "note": null, "place": {"c1": "", "c2": "14", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Caen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Dupont", "nobility": ""}, "birth": {"date": "1874-07-28 13:00", "place": {"c1": "", "c2": "14", "c3": "", "cy": "FR", "name": "Caen"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-151"}}, "raw": {"DAY": "28-7-1874", "HOUR": "13 h.", "NAME": "DUPONT Robert", "PLACE": "Caen (Calvados)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24437	durand-andre-1806-05-05	{"g55": "06-152"}	{"g55": "06-152"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Durand", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1806-05-05 19:00", "note": null, "place": {"c1": "", "c2": "76", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Amfreville-la-Mivoie", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "André", "family": "Durand", "nobility": ""}, "birth": {"date": "1806-05-05 19:00", "place": {"c1": "", "c2": "76", "c3": "", "cy": "FR", "name": "Amfreville-la-Mivoie"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-152"}}, "raw": {"DAY": "5-5-1806", "HOUR": "19 h.", "NAME": "DURAND André", "PLACE": "Amfreville-la-Mivoie (Seine-Inférieure)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24438	dusautoy-jacques-leon-1817-10-18	{"g55": "06-153"}	{"g55": "06-153"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques Léon", "family": "Dusautoy", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1817-10-18 08:00", "note": null, "place": {"c1": "", "c2": "77", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Meaux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jacques Léon", "family": "Dusautoy", "nobility": ""}, "birth": {"date": "1817-10-18 08:00", "place": {"c1": "", "c2": "77", "c3": "", "cy": "FR", "name": "Meaux"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-153"}}, "raw": {"DAY": "18-10-1817", "HOUR": "8 h.", "NAME": "DUSAUTOY Jacques Léon", "PLACE": "Meaux (Seine-et-Marne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24439	duval-roger-georges-1901-05-04	{"g55": "06-154"}	{"g55": "06-154"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger Georges", "family": "Duval", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1901-05-04 21:45", "note": null, "place": {"c1": "", "c2": "92", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Meudon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Roger Georges", "family": "Duval", "nobility": ""}, "birth": {"date": "1901-05-04 21:45", "place": {"c1": "", "c2": "92", "c3": "", "cy": "FR", "name": "Meudon"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-154"}}, "raw": {"DAY": "4-5-1901", "HOUR": "21 h. 45", "NAME": "DUVAL Roger Georges", "PLACE": "Meudon (Seine-et-Oise)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24440	duvivier-albert-ludovic-1842-01-28	{"g55": "06-155"}	{"g55": "06-155"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert Ludovic", "family": "Duvivier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1842-01-28 07:00", "note": null, "place": {"c1": "", "c2": "58", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Nevers", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Albert Ludovic", "family": "Duvivier", "nobility": ""}, "birth": {"date": "1842-01-28 07:00", "place": {"c1": "", "c2": "58", "c3": "", "cy": "FR", "name": "Nevers"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-155"}}, "raw": {"DAY": "28-1-1842", "HOUR": "7 h.", "NAME": "DUVIVIER Albert Ludovic", "PLACE": "Nevers (Nièvre)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24441	espinouze-henri-1915-03-21	{"g55": "06-156"}	{"g55": "06-156"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Espinouze", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1915-03-21 02:00", "note": null, "place": {"c1": "", "c2": "66", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Perpignan", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Espinouze", "nobility": ""}, "birth": {"date": "1915-03-21 02:00", "place": {"c1": "", "c2": "66", "c3": "", "cy": "FR", "name": "Perpignan"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-156"}}, "raw": {"DAY": "21-3-1915", "HOUR": "2 h.", "NAME": "\\fESPINOUZE Henri", "PLACE": "Perpignan (Pyrénées-Orientales)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24442	estienne-henry-1872-08-01	{"g55": "06-157"}	{"g55": "06-157"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Estienne", "spouse": [], "nobility": "d’", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1872-08-01 04:00", "note": null, "place": {"c1": "", "c2": "11", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Conques", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Estienne", "nobility": "d’"}, "birth": {"date": "1872-08-01 04:00", "place": {"c1": "", "c2": "11", "c3": "", "cy": "FR", "name": "Conques"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-157"}}, "raw": {"DAY": "1-8-1872", "HOUR": "4 h.", "NAME": "ESTIENNE (d’) Henry", "PLACE": "Conques (Aude)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24443	eteve-aline-marie-a-1898-11-11	{"g55": "06-158"}	{"g55": "06-158"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aline Marie-A.", "family": "Eteve", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1898-11-11 08:00", "note": null, "place": {"c1": "", "c2": "61", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Moulins-la-Marche", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Aline Marie-A.", "family": "Eteve", "nobility": ""}, "birth": {"date": "1898-11-11 08:00", "place": {"c1": "", "c2": "61", "c3": "", "cy": "FR", "name": "Moulins-la-Marche"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-158"}}, "raw": {"DAY": "11-11-1898", "HOUR": "8 h.", "NAME": "ETEVE Aline Marie-A.", "PLACE": "Moulins-la-Marche (Orne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24444	eymonnet-jean-1815-10-11	{"g55": "06-159"}	{"g55": "06-159"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Eymonnet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1815-10-11 10:00", "note": null, "place": {"c1": "", "c2": "38", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Commette", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Eymonnet", "nobility": ""}, "birth": {"date": "1815-10-11 10:00", "place": {"c1": "", "c2": "38", "c3": "", "cy": "FR", "name": "Commette"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-159"}}, "raw": {"DAY": "11-10-1815", "HOUR": "10 h.", "NAME": "EYMONNET Jean", "PLACE": "Commette (Isère)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24445	fachet-paul-rene-1885-01-14	{"g55": "06-160"}	{"g55": "06-160"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul René", "family": "Fachet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1885-01-14 02:00", "note": null, "place": {"c1": "", "c2": "37", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Tours", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul René", "family": "Fachet", "nobility": ""}, "birth": {"date": "1885-01-14 02:00", "place": {"c1": "", "c2": "37", "c3": "", "cy": "FR", "name": "Tours"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-160"}}, "raw": {"DAY": "14-1-1885", "HOUR": "2 h.", "NAME": "FACHET Paul René", "PLACE": "Tours (Indre-et-Loire)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24446	falvard-maurice-gabriel-1899-12-30	{"g55": "06-161"}	{"g55": "06-161"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice Gabriel", "family": "Falvard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1899-12-30 18:00", "note": null, "place": {"c1": "", "c2": "61", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "La Ferté-Macé", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Maurice Gabriel", "family": "Falvard", "nobility": ""}, "birth": {"date": "1899-12-30 18:00", "place": {"c1": "", "c2": "61", "c3": "", "cy": "FR", "name": "La Ferté-Macé"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-161"}}, "raw": {"DAY": "30-12-1899", "HOUR": "18 h.", "NAME": "FALVARD Maurice Gabriel", "PLACE": "La Ferté-Macé (Orne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24447	farre-henry-1871-07-13	{"g55": "06-162"}	{"g55": "06-162"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Farre", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1871-07-13 15:00", "note": null, "place": {"c1": "", "c2": "09", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Foix", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Farre", "nobility": ""}, "birth": {"date": "1871-07-13 15:00", "place": {"c1": "", "c2": "09", "c3": "", "cy": "FR", "name": "Foix"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-162"}}, "raw": {"DAY": "13-7-1871", "HOUR": "15 h.", "NAME": "FARRE Henry", "PLACE": "Foix (Ariège)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24448	fauret-jean-joseph-l-1863-12-25	{"g55": "06-163"}	{"g55": "06-163"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Joseph L.", "family": "Fauret", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1863-12-25 11:00", "note": null, "place": {"c1": "", "c2": "40", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Mugron", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean Joseph L.", "family": "Fauret", "nobility": ""}, "birth": {"date": "1863-12-25 11:00", "place": {"c1": "", "c2": "40", "c3": "", "cy": "FR", "name": "Mugron"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-163"}}, "raw": {"DAY": "25-12-1863", "HOUR": "11 h.", "NAME": "FAURET Jean Joseph L.", "PLACE": "Mugron (Landes)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24449	ferat-jules-descartes-1829-11-27	{"g55": "06-164"}	{"g55": "06-164"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "jules Descartes", "family": "Ferat", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1829-11-27 19:00", "note": null, "place": {"c1": "", "c2": "80", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Ham", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "jules Descartes", "family": "Ferat", "nobility": ""}, "birth": {"date": "1829-11-27 19:00", "place": {"c1": "", "c2": "80", "c3": "", "cy": "FR", "name": "Ham"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-164"}}, "raw": {"DAY": "27-11-1829", "HOUR": "19 h.", "NAME": "FERAT jules Descartes", "PLACE": "Ham (Somme)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24450	ferret-pierre-cesar-1800-10-08	{"g55": "06-165"}	{"g55": "06-165"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre César", "family": "Ferret", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1800-10-08 24:15", "note": null, "place": {"c1": "", "c2": "92", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Germain-en-Laye", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre César", "family": "Ferret", "nobility": ""}, "birth": {"date": "1800-10-08 24:15", "place": {"c1": "", "c2": "92", "c3": "", "cy": "FR", "name": "Saint-Germain-en-Laye"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-165"}}, "raw": {"DAY": "8-10-1800", "HOUR": "24 h. 15", "NAME": "FERRET Pierre César", "PLACE": "Saint-Germain (Seine-et-O.)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24451	fillatreau-benoist-1843-05-16	{"g55": "06-166"}	{"g55": "06-166"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Benoist", "family": "Fillatreau", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1843-05-16 16:00", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Cambrai", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Benoist", "family": "Fillatreau", "nobility": ""}, "birth": {"date": "1843-05-16 16:00", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Cambrai"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-166"}}, "raw": {"DAY": "16-5-1843", "HOUR": "16 h.", "NAME": "FILLATREAU Benoist", "PLACE": "Cambrai (Nord)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24452	fleury-jules-amedee-1845-11-04	{"g55": "06-167"}	{"g55": "06-167"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules Amédée", "family": "Fleury", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1845-11-04 08:00", "note": null, "place": {"c1": "", "c2": "50", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Cherbourg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules Amédée", "family": "Fleury", "nobility": ""}, "birth": {"date": "1845-11-04 08:00", "place": {"c1": "", "c2": "50", "c3": "", "cy": "FR", "name": "Cherbourg"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-167"}}, "raw": {"DAY": "4-11-1845", "HOUR": "8 h.", "NAME": "FLEURY Jules Amédée", "PLACE": "Cherbourg (Manche)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24453	fontaine-jenny-maria-1862-05-09	{"g55": "06-168"}	{"g55": "06-168"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jenny Maria", "family": "Fontaine", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1862-05-09 18:00", "note": null, "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Arras", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jenny Maria", "family": "Fontaine", "nobility": ""}, "birth": {"date": "1862-05-09 18:00", "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "name": "Arras"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-168"}}, "raw": {"DAY": "9-5-1862", "HOUR": "18 h.", "NAME": "FONTAINE Jenny Maria", "PLACE": "Arras (Pas-de-Calais)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24454	fournereau-jean-francois-1829-12-29	{"g55": "06-169"}	{"g55": "06-169"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Francois", "family": "Fournereau", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1829-12-29 18:00", "note": null, "place": {"c1": "", "c2": "69", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Mornant", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean-Francois", "family": "Fournereau", "nobility": ""}, "birth": {"date": "1829-12-29 18:00", "place": {"c1": "", "c2": "69", "c3": "", "cy": "FR", "name": "Mornant"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-169"}}, "raw": {"DAY": "29-12-1829", "HOUR": "18 h.", "NAME": "FOURNEREAU Jean-Francois", "PLACE": "Mornant (Rhône)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24455	fraysseix-bonnin-etienne-1838-09-02	{"g55": "06-170"}	{"g55": "06-170"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Fraysseix-bonnin", "spouse": [], "nobility": "de", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1838-09-02 10:30", "note": null, "place": {"c1": "", "c2": "85", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Fontenay-le-Comte", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Fraysseix-bonnin", "nobility": "de"}, "birth": {"date": "1838-09-02 10:30", "place": {"c1": "", "c2": "85", "c3": "", "cy": "FR", "name": "Fontenay-le-Comte"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-170"}}, "raw": {"DAY": "2-9-1838", "HOUR": "10 h. 30", "NAME": "FRAYSSEIX-BONNIN (de) Etienne", "PLACE": "Fontenay-le-Comte (Vendée)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24456	frelaut-jean-1879-07-17	{"g55": "06-171"}	{"g55": "06-171"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Frelaut", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1879-07-17 07:00", "note": null, "place": {"c1": "", "c2": "38", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Grenoble", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Frelaut", "nobility": ""}, "birth": {"date": "1879-07-17 07:00", "place": {"c1": "", "c2": "38", "c3": "", "cy": "FR", "name": "Grenoble"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-171"}}, "raw": {"DAY": "17-7-1879", "HOUR": "7 h.", "NAME": "FRELAUT Jean", "PLACE": "Grenoble (Isere)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24457	fremont-camille-desiree-1876-04-10	{"g55": "06-172"}	{"g55": "06-172"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille Désirée", "family": "Fremont", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1876-04-10 01:00", "note": null, "place": {"c1": "", "c2": "92", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Chatillon-sous-Bagneux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Camille Désirée", "family": "Fremont", "nobility": ""}, "birth": {"date": "1876-04-10 01:00", "place": {"c1": "", "c2": "92", "c3": "", "cy": "FR", "name": "Chatillon-sous-Bagneux"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-172"}}, "raw": {"DAY": "10-4-1876", "HOUR": "1 h.", "NAME": "FREMONT Camille Désirée", "PLACE": "Chatillon-sous-Bagneux (S.)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24458	gaillard-marcel-1886-06-17	{"g55": "06-173"}	{"g55": "06-173"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Gaillard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1886-06-17 22:00", "note": null, "place": {"c1": "", "c2": "80", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Abbeville", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Gaillard", "nobility": ""}, "birth": {"date": "1886-06-17 22:00", "place": {"c1": "", "c2": "80", "c3": "", "cy": "FR", "name": "Abbeville"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-173"}}, "raw": {"DAY": "17-6-1886", "HOUR": "22 h.", "NAME": "GAILLARD Marcel", "PLACE": "Abbeville (Somme)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24459	gaitet-louis-1836-03-26	{"g55": "06-174"}	{"g55": "06-174"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Gaitet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1836-03-26 23:30", "note": null, "place": {"c1": "", "c2": "21", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Marsannay-la-Céte", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Gaitet", "nobility": ""}, "birth": {"date": "1836-03-26 23:30", "place": {"c1": "", "c2": "21", "c3": "", "cy": "FR", "name": "Marsannay-la-Céte"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-174"}}, "raw": {"DAY": "26-3-1836", "HOUR": "23 h. 30", "NAME": "GAITET Louis", "PLACE": "Marsannay-la-Céte (Cote-d’Or)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24460	galerne-prosper-1836-04-28	{"g55": "06-175"}	{"g55": "06-175"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Prosper", "family": "Galerne", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1836-04-28 01:00", "note": null, "place": {"c1": "", "c2": "45", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Patay", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Prosper", "family": "Galerne", "nobility": ""}, "birth": {"date": "1836-04-28 01:00", "place": {"c1": "", "c2": "45", "c3": "", "cy": "FR", "name": "Patay"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-175"}}, "raw": {"DAY": "28-4-1836", "HOUR": "1 h.", "NAME": "GALERNE Prosper", "PLACE": "Patay (Loiret)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24461	gamain-louis-honore-f-1802-04-02	{"g55": "06-176"}	{"g55": "06-176"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis Honoré F.", "family": "Gamain", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1802-04-02 01:00", "note": null, "place": {"c1": "", "c2": "80", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Crotoy", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis Honoré F.", "family": "Gamain", "nobility": ""}, "birth": {"date": "1802-04-02 01:00", "place": {"c1": "", "c2": "80", "c3": "", "cy": "FR", "name": "Crotoy"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-176"}}, "raw": {"DAY": "2-4-1802", "HOUR": "1 h.", "NAME": "GAMAIN Louis Honoré F.", "PLACE": "Crotoy (Somme)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24462	gardel-jean-baptiste-1818-05-25	{"g55": "06-177"}	{"g55": "06-177"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Baptiste", "family": "Gardel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1818-05-25 07:00", "note": null, "place": {"c1": "", "c2": "89", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Limoges", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean-Baptiste", "family": "Gardel", "nobility": ""}, "birth": {"date": "1818-05-25 07:00", "place": {"c1": "", "c2": "89", "c3": "", "cy": "FR", "name": "Limoges"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-177"}}, "raw": {"DAY": "25-5-1818", "HOUR": "7 h.", "NAME": "GARDEL Jean-Baptiste", "PLACE": "Limoges (Haute-Vienne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24463	garraud-leon-1877-01-19	{"g55": "06-178"}	{"g55": "06-178"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Garraud", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1877-01-19 09:00", "note": null, "place": {"c1": "", "c2": "23", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Moreil", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Garraud", "nobility": ""}, "birth": {"date": "1877-01-19 09:00", "place": {"c1": "", "c2": "23", "c3": "", "cy": "FR", "name": "Saint-Moreil"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-178"}}, "raw": {"DAY": "19-1-1877", "HOUR": "9 h.", "NAME": "GARRAUD Léon", "PLACE": "Saint-Moreil (Creuse)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24464	gassowski-alexandre-1838-02-10	{"g55": "06-179"}	{"g55": "06-179"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Gassowski", "spouse": [], "nobility": "de", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1838-02-10 01:30", "note": null, "place": {"c1": "", "c2": "39", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Dôle", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Gassowski", "nobility": "de"}, "birth": {"date": "1838-02-10 01:30", "place": {"c1": "", "c2": "39", "c3": "", "cy": "FR", "name": "Dôle"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-179"}}, "raw": {"DAY": "10-2-1838", "HOUR": "1 h. 30", "NAME": "GASSOWSKI (de) Alexandre", "PLACE": "Dôle (Jura)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24465	gauthier-frederic-1860-01-17	{"g55": "06-180"}	{"g55": "06-180"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Gauthier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1860-01-17 10:00", "note": null, "place": {"c1": "", "c2": "50", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Cherbourg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Gauthier", "nobility": ""}, "birth": {"date": "1860-01-17 10:00", "place": {"c1": "", "c2": "50", "c3": "", "cy": "FR", "name": "Cherbourg"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-180"}}, "raw": {"DAY": "17-1-1860", "HOUR": "10 h.", "NAME": "GAUTHIER Frédéric", "PLACE": "Cherbourg (Manche)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
14151	gautier-theophile-1811-08-30	{"a6": "355", "g55": "06-181"}	{"g55": "06-181", "lerrcp": "A6-355"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Theophile", "family": "Gautier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:17", "date": "1811-08-30 02:00", "note": null, "place": {"c1": null, "c2": "65", "c3": null, "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "notime": null, "date-ut": "1811-08-30 01:59:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["novelist", "poet", "painter"]	5	null	[{"new": {"name": {"given": "Theophile", "family": "Gautier"}, "birth": {"tzo": "+00:00:17", "date": "1811-08-30 02:00", "place": {"c2": "65", "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "date-ut": "1811-08-30 01:59:40"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-355"}, "ids-in-sources": {"a6": "355"}}, "raw": {"H": "1", "MN": "59", "TZ": "0", "COD": "65", "COU": "F", "DAY": "30", "LAT": "43N14", "LON": "0E 5", "MON": "8", "NUM": "355", "PRO": "W", "SEC": "40", "YEA": "1811", "CITY": "TARBES"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "novelist"}, "raw": {"occus": "novelist"}, "date": "2023-08-20T14:43:49+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"partial-ids": {"g55": "06-181"}, "ids-in-source": {"g55": "06-181"}}, "raw": {"DAY": "30-8-1811", "HOUR": "2 h.", "NAME": "GAUTIER Pierre Jules", "PLACE": "Tarbes (Hautes-Pyrénées)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24466	gaye-joseph-1803-05-14	{"g55": "06-182"}	{"g55": "06-182"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Gaye", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1803-05-14 05:00", "note": null, "place": {"c1": "", "c2": "65", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Tarbes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Gaye", "nobility": ""}, "birth": {"date": "1803-05-14 05:00", "place": {"c1": "", "c2": "65", "c3": "", "cy": "FR", "name": "Tarbes"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-182"}}, "raw": {"DAY": "14-5-1803", "HOUR": "5 h.", "NAME": "GAYE Joseph", "PLACE": "Tarbes (Hautes-Pyrénées)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24467	geille-de-saint-leger-leon-1863-12-06	{"g55": "06-183"}	{"g55": "06-183"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "de SAINT-LEGER Léon", "family": "Geille", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1863-12-06 09:00", "note": null, "place": {"c1": "01", "c2": "", "c3": "", "cy": "DZ", "lg": null, "lat": null, "name": "Alger", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "de SAINT-LEGER Léon", "family": "Geille", "nobility": ""}, "birth": {"date": "1863-12-06 09:00", "place": {"c1": "01", "c2": "", "c3": "", "cy": "DZ", "name": "Alger"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-183"}}, "raw": {"DAY": "6-12-1863", "HOUR": "9 h.", "NAME": "GEILLE de SAINT-LEGER Léon", "PLACE": "Alger (Algérie)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24468	genaille-felix-francois-1826-08-23	{"g55": "06-184"}	{"g55": "06-184"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix Francois", "family": "Genaille", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1826-08-23 16:00", "note": null, "place": {"c1": "", "c2": "02", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Monceau-lés-Loups", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Félix Francois", "family": "Genaille", "nobility": ""}, "birth": {"date": "1826-08-23 16:00", "place": {"c1": "", "c2": "02", "c3": "", "cy": "FR", "name": "Monceau-lés-Loups"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-184"}}, "raw": {"DAY": "23-8-1826", "HOUR": "16 h.", "NAME": "GENAILLE Félix Francois", "PLACE": "Monceau-lés-Loups (Aisne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24469	genty-emmanuel-1830-03-09	{"g55": "06-185"}	{"g55": "06-185"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emmanuel", "family": "Genty", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1830-03-09 01:00", "note": null, "place": {"c1": "", "c2": "17", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Dampierre-sur-Boutonne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emmanuel", "family": "Genty", "nobility": ""}, "birth": {"date": "1830-03-09 01:00", "place": {"c1": "", "c2": "17", "c3": "", "cy": "FR", "name": "Dampierre-sur-Boutonne"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-185"}}, "raw": {"DAY": "9-3-1830", "HOUR": "1 h.", "NAME": "GENTY Emmanuel", "PLACE": "Dampierre-sur-Boutonne (Ch.-Marit.)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24470	gigaux-de-granpre-pierre-em-1826-12-08	{"g55": "06-186"}	{"g55": "06-186"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "de GRANPRE Pierre Em.", "family": "Gigaux", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1826-12-08 20:00", "note": null, "place": {"c1": "", "c2": "17", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Martin-en-Ré", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "de GRANPRE Pierre Em.", "family": "Gigaux", "nobility": ""}, "birth": {"date": "1826-12-08 20:00", "place": {"c1": "", "c2": "17", "c3": "", "cy": "FR", "name": "Saint-Martin-en-Ré"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-186"}}, "raw": {"DAY": "8-12-1826", "HOUR": "20 h.", "NAME": "GIGAUX de GRANPRE Pierre Em.", "PLACE": "Saint-Martin-en-Ré (Charente-Maritime)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24471	gilbert-pierre-vincent-1801-06-03	{"g55": "06-187"}	{"g55": "06-187"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre Vincent", "family": "Gilbert", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1801-06-03 10:00", "note": null, "place": {"c1": "", "c2": "78", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Thiverval-Grignon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre Vincent", "family": "Gilbert", "nobility": ""}, "birth": {"date": "1801-06-03 10:00", "place": {"c1": "", "c2": "78", "c3": "", "cy": "FR", "name": "Thiverval-Grignon"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-187"}}, "raw": {"DAY": "3-6-1801", "HOUR": "10 h.", "NAME": "GILBERT Pierre Vincent", "PLACE": "Thiverval-Grignon (S.-et-O.)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24472	gilbert-martin-charles-1839-08-26	{"g55": "06-188"}	{"g55": "06-188"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Gilbert-martin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1839-08-26 07:30", "note": null, "place": {"c1": "", "c2": "33", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Pleine-Seive", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Gilbert-martin", "nobility": ""}, "birth": {"date": "1839-08-26 07:30", "place": {"c1": "", "c2": "33", "c3": "", "cy": "FR", "name": "Pleine-Seive"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-188"}}, "raw": {"DAY": "26-8-1839", "HOUR": "7h. 30", "NAME": "GILBERT-MARTIN Charles", "PLACE": "Pleine-Seive (Gironde)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24497	herland-emma-1855-02-15	{"g55": "06-213"}	{"g55": "06-213"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emma", "family": "Herland", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1855-02-15 21:00", "note": null, "place": {"c1": "", "c2": "50", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Cherbourg", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emma", "family": "Herland", "nobility": ""}, "birth": {"date": "1855-02-15 21:00", "place": {"c1": "", "c2": "50", "c3": "", "cy": "FR", "name": "Cherbourg"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-213"}}, "raw": {"DAY": "15-2-1855", "HOUR": "21 h.", "NAME": "\\fHERLAND Emma", "PLACE": "Cherbourg (Manche)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24473	gillet-guillaume-1912-11-20	{"g55": "06-189"}	{"g55": "06-189"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guillaume", "family": "Gillet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1912-11-20 23:00", "note": null, "place": {"c1": "", "c2": "60", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Fontaine-Chaalis", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Guillaume", "family": "Gillet", "nobility": ""}, "birth": {"date": "1912-11-20 23:00", "place": {"c1": "", "c2": "60", "c3": "", "cy": "FR", "name": "Fontaine-Chaalis"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-189"}}, "raw": {"DAY": "20-11-1912", "HOUR": "23 h.", "NAME": "GILLET Guillaume", "PLACE": "Fontaine-Chaalis (Oise)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24474	girardot-henry-gustave-1878-10-09	{"g55": "06-190"}	{"g55": "06-190"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry Gustave", "family": "Girardot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1878-10-09 19:00", "note": null, "place": {"c1": "", "c2": "38", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Grenoble", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henry Gustave", "family": "Girardot", "nobility": ""}, "birth": {"date": "1878-10-09 19:00", "place": {"c1": "", "c2": "38", "c3": "", "cy": "FR", "name": "Grenoble"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-190"}}, "raw": {"DAY": "9-10-1878", "HOUR": "19 h.", "NAME": "GIRARDOT Henry Gustave", "PLACE": "Grenoble (Isère)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24475	girault-de-prangey-philibert-1804-10-20	{"g55": "06-191"}	{"g55": "06-191"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "de PRANGEY Philibert", "family": "Girault", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1804-10-20 01:00", "note": null, "place": {"c1": "", "c2": "52", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Langres", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "de PRANGEY Philibert", "family": "Girault", "nobility": ""}, "birth": {"date": "1804-10-20 01:00", "place": {"c1": "", "c2": "52", "c3": "", "cy": "FR", "name": "Langres"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-191"}}, "raw": {"DAY": "20-10-1804", "HOUR": "1 h.", "NAME": "GIRAULT de PRANGEY Philibert", "PLACE": "Langres (Hte-M.)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24476	gironde-bernard-1843-09-05	{"g55": "06-192"}	{"g55": "06-192"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Gironde", "spouse": [], "nobility": "de", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1843-09-05 08:00", "note": null, "place": {"c1": "", "c2": "82", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": ". Montauban", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Gironde", "nobility": "de"}, "birth": {"date": "1843-09-05 08:00", "place": {"c1": "", "c2": "82", "c3": "", "cy": "FR", "name": ". Montauban"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-192"}}, "raw": {"DAY": "5-9-1843", "HOUR": "8 h.", "NAME": "GIRONDE (de) Bernard", "PLACE": ". Montauban (Tarn-et-Garonne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24477	gomien-charles-1808-04-15	{"g55": "06-193"}	{"g55": "06-193"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Gomien", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1808-04-15 01:00", "note": null, "place": {"c1": "", "c2": "54", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Villers-les-Nancy", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Gomien", "nobility": ""}, "birth": {"date": "1808-04-15 01:00", "place": {"c1": "", "c2": "54", "c3": "", "cy": "FR", "name": "Villers-les-Nancy"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-193"}}, "raw": {"DAY": "15-4-1808", "HOUR": "1 h.", "NAME": "GOMIEN Charles", "PLACE": "Villers-les-Nancy (Meurthe-et-Mos.)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24478	goury-emile-1818-05-26	{"g55": "06-194"}	{"g55": "06-194"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Goury", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1818-05-26 .20:00", "note": null, "place": {"c1": "", "c2": "29", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Landerneau", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Goury", "nobility": ""}, "birth": {"date": "1818-05-26 .20:00", "place": {"c1": "", "c2": "29", "c3": "", "cy": "FR", "name": "Landerneau"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-194"}}, "raw": {"DAY": "26-5-1818", "HOUR": ".20 h.", "NAME": "GOURY Emile", "PLACE": "Landerneau (Finistère)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24479	grasset-auguste-1829-05-06	{"g55": "06-195"}	{"g55": "06-195"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Grasset", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1829-05-06 20:30", "note": null, "place": {"c1": "", "c2": "51", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Vitry-le-Francois", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Grasset", "nobility": ""}, "birth": {"date": "1829-05-06 20:30", "place": {"c1": "", "c2": "51", "c3": "", "cy": "FR", "name": "Vitry-le-Francois"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-195"}}, "raw": {"DAY": "6-5-1829", "HOUR": "20 h. 30", "NAME": "GRASSET Auguste", "PLACE": "Vitry-le-Francois (Marne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24480	grateyrolle-silvain-paul-1845-01-15	{"g55": "06-196"}	{"g55": "06-196"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Silvain Paul", "family": "Grateyrolle", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1845-01-15 04:00", "note": null, "place": {"c1": "", "c2": "23", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Guéret", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Silvain Paul", "family": "Grateyrolle", "nobility": ""}, "birth": {"date": "1845-01-15 04:00", "place": {"c1": "", "c2": "23", "c3": "", "cy": "FR", "name": "Guéret"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-196"}}, "raw": {"DAY": "15-1-1845", "HOUR": "4 h.", "NAME": "GRATEYROLLE Silvain Paul", "PLACE": "Guéret (Creuse)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24481	grau-gustave-adolphe-1873-02-27	{"g55": "06-197"}	{"g55": "06-197"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave Adolphe", "family": "Grau", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1873-02-27 04:00", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Haubourdin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Gustave Adolphe", "family": "Grau", "nobility": ""}, "birth": {"date": "1873-02-27 04:00", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Haubourdin"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-197"}}, "raw": {"DAY": "27-2-1873", "HOUR": "4 h.", "NAME": "GRAU Gustave Adolphe", "PLACE": "Haubourdin (Nord)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24482	grisee-louis-joseph-1822-02-23	{"g55": "06-198"}	{"g55": "06-198"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis Joseph", "family": "Grisee", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1822-02-23 16:00", "note": null, "place": {"c1": "", "c2": "78", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Cyr-l’Ecole", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis Joseph", "family": "Grisee", "nobility": ""}, "birth": {"date": "1822-02-23 16:00", "place": {"c1": "", "c2": "78", "c3": "", "cy": "FR", "name": "Saint-Cyr-l’Ecole"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-198"}}, "raw": {"DAY": "23-2-1822", "HOUR": "16 h.", "NAME": "GRISEE Louis Joseph", "PLACE": "Saint-Cyr-l’Ecole (Seine-et-O.)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24483	grout-de-beaufort-etienne-1800-04-22	{"g55": "06-199"}	{"g55": "06-199"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "de BEAUFORT Etienne", "family": "Grout", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1800-04-22 04:00", "note": null, "place": {"c1": "", "c2": "27", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Les Andelys", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "de BEAUFORT Etienne", "family": "Grout", "nobility": ""}, "birth": {"date": "1800-04-22 04:00", "place": {"c1": "", "c2": "27", "c3": "", "cy": "FR", "name": "Les Andelys"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-199"}}, "raw": {"DAY": "22-4-1800", "HOUR": "4 h.", "NAME": "GROUT de BEAUFORT Etienne", "PLACE": "Les Andelys (Eure)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24484	guedy-gaston-edouard-1874-03-04	{"g55": "06-200"}	{"g55": "06-200"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston. Edouard", "family": "Guedy", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1874-03-04 16:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Albi", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Gaston. Edouard", "family": "Guedy", "nobility": ""}, "birth": {"date": "1874-03-04 16:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Albi"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-200"}}, "raw": {"DAY": "4-3-1874", "HOUR": "16 h.", "NAME": "GUEDY Gaston. Edouard", "PLACE": "Albi (Tarn)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24485	guerithault-pierre-eugene-1829-10-17	{"g55": "06-201"}	{"g55": "06-201"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre Eugène", "family": "Guerithault", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1829-10-17 14:00", "note": null, "place": {"c1": "", "c2": "37", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "La Haye-Descartes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre Eugène", "family": "Guerithault", "nobility": ""}, "birth": {"date": "1829-10-17 14:00", "place": {"c1": "", "c2": "37", "c3": "", "cy": "FR", "name": "La Haye-Descartes"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-201"}}, "raw": {"DAY": "17-10-1829", "HOUR": "14 h.", "NAME": "GUERITHAULT Pierre Eugène", "PLACE": "La Haye-Descartes (Indre-et-Loire)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24486	guet-edmond-georges-1829-04-23	{"g55": "06-202"}	{"g55": "06-202"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond Georges", "family": "Guet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1829-04-23 06:00", "note": null, "place": {"c1": "", "c2": "77", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Mesme", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edmond Georges", "family": "Guet", "nobility": ""}, "birth": {"date": "1829-04-23 06:00", "place": {"c1": "", "c2": "77", "c3": "", "cy": "FR", "name": "Saint-Mesme"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-202"}}, "raw": {"DAY": "23-4-1829", "HOUR": "6 h.", "NAME": "GUET Edmond Georges", "PLACE": "Saint-Mesme (Seine-et-Marne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24487	guetal-laurent-1841-12-12	{"g55": "06-203"}	{"g55": "06-203"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Laurent", "family": "Guetal", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1841-12-12 08:00", "note": null, "place": {"c1": "", "c2": "38", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Vienne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Laurent", "family": "Guetal", "nobility": ""}, "birth": {"date": "1841-12-12 08:00", "place": {"c1": "", "c2": "38", "c3": "", "cy": "FR", "name": "Vienne"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-203"}}, "raw": {"DAY": "12-12-1841", "HOUR": "8 h.", "NAME": "GUETAL Laurent", "PLACE": "Vienne (Isère)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24488	haakman-leon-andre-1859-12-24	{"g55": "06-204"}	{"g55": "06-204"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon André", "family": "Haakman", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1859-12-24 17:45", "note": null, "place": {"c1": "", "c2": "92", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Germain-en-Laye", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Léon André", "family": "Haakman", "nobility": ""}, "birth": {"date": "1859-12-24 17:45", "place": {"c1": "", "c2": "92", "c3": "", "cy": "FR", "name": "Saint-Germain-en-Laye"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-204"}}, "raw": {"DAY": "24-12-1859", "HOUR": "17 h. 45", "NAME": "HAAKMAN Léon André", "PLACE": "Saint-Germain (S.-et-O.)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24489	habert-dys-jules-auguste-1850-09-23	{"g55": "06-205"}	{"g55": "06-205"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules Auguste", "family": "Habert-dys", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1850-09-23 05:00", "note": null, "place": {"c1": "", "c2": "41", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Fresnes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules Auguste", "family": "Habert-dys", "nobility": ""}, "birth": {"date": "1850-09-23 05:00", "place": {"c1": "", "c2": "41", "c3": "", "cy": "FR", "name": "Fresnes"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-205"}}, "raw": {"DAY": "23-9-1850", "HOUR": "5 h.", "NAME": "HABERT-DYS Jules Auguste", "PLACE": "Fresnes (Loir-et-Cher)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24490	hamon-pierre-paul-1817-03-12	{"g55": "06-206"}	{"g55": "06-206"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre Paul", "family": "Hamon", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1817-03-12 01:00", "note": null, "place": {"c1": "", "c2": "14", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Livarot", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre Paul", "family": "Hamon", "nobility": ""}, "birth": {"date": "1817-03-12 01:00", "place": {"c1": "", "c2": "14", "c3": "", "cy": "FR", "name": "Livarot"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-206"}}, "raw": {"DAY": "12-3-1817", "HOUR": "1 h.", "NAME": "HAMON Pierre Paul", "PLACE": "Livarot (Calvados)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24491	hancquier-henri-charles-1821-12-08	{"g55": "06-207"}	{"g55": "06-207"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri Charles", "family": "Hancquier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1821-12-08 14:00", "note": null, "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Omer", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri Charles", "family": "Hancquier", "nobility": ""}, "birth": {"date": "1821-12-08 14:00", "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "name": "Saint-Omer"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-207"}}, "raw": {"DAY": "8-12-1821", "HOUR": "14 h.", "NAME": "HANCQUIER Henri Charles", "PLACE": "Saint-Omer (Pas-de-C.)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24492	hannoun-isidore-zabulon-1884-12-01	{"g55": "06-208"}	{"g55": "06-208"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Isidore Zabulon", "family": "Hannoun", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1884-12-01 16:00", "note": null, "place": {"c1": "04", "c2": "", "c3": "", "cy": "DZ", "lg": null, "lat": null, "name": "Constantine", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Isidore Zabulon", "family": "Hannoun", "nobility": ""}, "birth": {"date": "1884-12-01 16:00", "place": {"c1": "04", "c2": "", "c3": "", "cy": "DZ", "name": "Constantine"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-208"}}, "raw": {"DAY": "1-12-1884", "HOUR": "16 h.", "NAME": "HANNOUN Isidore Zabulon", "PLACE": "Constantine (Algérie)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24493	hebert-stevens-jean-1888-07-27	{"g55": "06-209"}	{"g55": "06-209"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Hebert-stevens", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1888-07-27 12:15", "note": null, "place": {"c1": "", "c2": "78", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Maisons-Laffitte", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Hebert-stevens", "nobility": ""}, "birth": {"date": "1888-07-27 12:15", "place": {"c1": "", "c2": "78", "c3": "", "cy": "FR", "name": "Maisons-Laffitte"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-209"}}, "raw": {"DAY": "27-7-1888", "HOUR": "12 h. 15", "NAME": "HEBERT-STEVENS Jean", "PLACE": "Maisons-Laffitte (S.-et-O.)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24494	hedin-louis-jean-1818-07-22	{"g55": "06-210"}	{"g55": "06-210"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis Jean", "family": "Hedin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1818-07-22 18:00", "note": null, "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Arras", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis Jean", "family": "Hedin", "nobility": ""}, "birth": {"date": "1818-07-22 18:00", "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "name": "Arras"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-210"}}, "raw": {"DAY": "22-7-1818", "HOUR": "18 h.", "NAME": "HEDIN Louis Jean", "PLACE": "Arras (Pas-de-Calais)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24495	heilbronner-yvonne-1892-07-03	{"g55": "06-211"}	{"g55": "06-211"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yvonne", "family": "Heilbronner", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1892-07-03 05:15", "note": null, "place": {"c1": "", "c2": "92", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Meudon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Yvonne", "family": "Heilbronner", "nobility": ""}, "birth": {"date": "1892-07-03 05:15", "place": {"c1": "", "c2": "92", "c3": "", "cy": "FR", "name": "Meudon"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-211"}}, "raw": {"DAY": "3-7-1892", "HOUR": "5 h. 15", "NAME": "HEILBRONNER Yvonne", "PLACE": "Meudon (Seine-et-Oise)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24496	hemard-joseph-1880-08-02	{"g55": "06-212"}	{"g55": "06-212"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Hemard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1880-08-02 12:00", "note": null, "place": {"c1": "", "c2": "78", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Mureaux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Hemard", "nobility": ""}, "birth": {"date": "1880-08-02 12:00", "place": {"c1": "", "c2": "78", "c3": "", "cy": "FR", "name": "Mureaux"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-212"}}, "raw": {"DAY": "2-8-1880", "HOUR": "12 h.", "NAME": "HEMARD Joseph", "PLACE": "Mureaux (Seine-et-Oise)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24498	hourdeaux-maurice-1902-10-30	{"g55": "06-214"}	{"g55": "06-214"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Hourdeaux", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1902-10-30 02:00", "note": null, "place": {"c1": "", "c2": "02", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "La Flamengrie", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Hourdeaux", "nobility": ""}, "birth": {"date": "1902-10-30 02:00", "place": {"c1": "", "c2": "02", "c3": "", "cy": "FR", "name": "La Flamengrie"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-214"}}, "raw": {"DAY": "30-10-1902", "HOUR": "2 h.", "NAME": "HOURDEAUX Maurice", "PLACE": "La Flamengrie (Aisne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24499	holin-louis-1813-07-14	{"g55": "06-215"}	{"g55": "06-215"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Holin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1813-07-14 06:00", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Iwuy", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Holin", "nobility": ""}, "birth": {"date": "1813-07-14 06:00", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Iwuy"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-215"}}, "raw": {"DAY": "14-7-1813", "HOUR": "6 h.", "NAME": "HOLIN Louis", "PLACE": "Iwuy (Nord)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24500	hubert-gautier-jean-1572-06-30	{"g55": "06-216"}	{"g55": "06-216"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Hubert-gautier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1572-06-30 09:00", "note": null, "place": {"c1": "", "c2": "47", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Nomdiey", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Hubert-gautier", "nobility": ""}, "birth": {"date": "1572-06-30 09:00", "place": {"c1": "", "c2": "47", "c3": "", "cy": "FR", "name": "Nomdiey"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-216"}}, "raw": {"DAY": "30-6-1572", "HOUR": "9 h.", "NAME": "HUBERT-GAUTIER Jean", "PLACE": "Nomdiey (Lot-et-Garonne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24501	hubrecht-martin-1892-03-29	{"g55": "06-217"}	{"g55": "06-217"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Martin", "family": "Hubrecht", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1892-03-29 08:30", "note": null, "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Sélestat", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Martin", "family": "Hubrecht", "nobility": ""}, "birth": {"date": "1892-03-29 08:30", "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "name": "Sélestat"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-217"}}, "raw": {"DAY": "29-3-1892", "HOUR": "8 h. 30", "NAME": "HUBRECHT Martin", "PLACE": "Sélestat (Bas-Rhin)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24502	humblot-emile-joseph-1862-06-06	{"g55": "06-218"}	{"g55": "06-218"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile Joseph", "family": "Humblot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1862-06-06 06:00", "note": null, "place": {"c1": "", "c2": "52", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Joinville", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emile Joseph", "family": "Humblot", "nobility": ""}, "birth": {"date": "1862-06-06 06:00", "place": {"c1": "", "c2": "52", "c3": "", "cy": "FR", "name": "Joinville"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-218"}}, "raw": {"DAY": "6-6-1862", "HOUR": "6 h.", "NAME": "HUMBLOT Emile Joseph", "PLACE": "Joinville (Haute-Marne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24503	isnard-jean-roch-1845-08-16	{"g55": "06-219"}	{"g55": "06-219"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Roch", "family": "Isnard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1845-08-16 05:00", "note": null, "place": {"c1": "", "c2": "13", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Arles", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean Roch", "family": "Isnard", "nobility": ""}, "birth": {"date": "1845-08-16 05:00", "place": {"c1": "", "c2": "13", "c3": "", "cy": "FR", "name": "Arles"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-219"}}, "raw": {"DAY": "16-8-1845", "HOUR": "5 h.", "NAME": "ISNARD Jean Roch", "PLACE": "Arles (Bouches-du-Rhône)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24504	jacquet-henry-leon-1856-08-28	{"g55": "06-220"}	{"g55": "06-220"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry Léon", "family": "Jacquet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1856-08-28 21:00", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Anzin", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henry Léon", "family": "Jacquet", "nobility": ""}, "birth": {"date": "1856-08-28 21:00", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Anzin"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-220"}}, "raw": {"DAY": "28-8-1856", "HOUR": "21 h.", "NAME": "JACQUET Henry Léon", "PLACE": "Anzin (Nord)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24505	jobard-hippolyte-henri-1856-03-02	{"g55": "06-221"}	{"g55": "06-221"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Hippolyte Henri", "family": "Jobard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1856-03-02 16:00", "note": null, "place": {"c1": "", "c2": "18", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Vierzon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Hippolyte Henri", "family": "Jobard", "nobility": ""}, "birth": {"date": "1856-03-02 16:00", "place": {"c1": "", "c2": "18", "c3": "", "cy": "FR", "name": "Vierzon"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-221"}}, "raw": {"DAY": "2-3-1856", "HOUR": "16 h.", "NAME": "JOBARD Hippolyte Henri", "PLACE": "Vierzon (Cher)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24506	joseph-marguerite-elis-1856-04-02	{"g55": "06-222"}	{"g55": "06-222"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marguerite Elis", "family": "Joseph", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1856-04-02 14:00", "note": null, "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Rixheim", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Marguerite Elis", "family": "Joseph", "nobility": ""}, "birth": {"date": "1856-04-02 14:00", "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "name": "Rixheim"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-222"}}, "raw": {"DAY": "2-4-1856", "HOUR": "14 h.", "NAME": "JOSEPH Marguerite Elis", "PLACE": "Rixheim (Haut-Rhin)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24507	jouhan-rene-1836-09-24	{"g55": "06-223"}	{"g55": "06-223"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Jouhan", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1836-09-24 14:00", "note": null, "place": {"c1": "", "c2": "49", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Angers", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "René", "family": "Jouhan", "nobility": ""}, "birth": {"date": "1836-09-24 14:00", "place": {"c1": "", "c2": "49", "c3": "", "cy": "FR", "name": "Angers"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-223"}}, "raw": {"DAY": "24-9-1836", "HOUR": "14 h.", "NAME": "JOUHAN René", "PLACE": "Angers (Maine-et-Loire)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24508	jubien-antoine-franc-1833-08-30	{"g55": "06-224"}	{"g55": "06-224"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine Franc.", "family": "Jubien", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1833-08-30 11:00", "note": null, "place": {"c1": "", "c2": "01", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Trévoux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Antoine Franc.", "family": "Jubien", "nobility": ""}, "birth": {"date": "1833-08-30 11:00", "place": {"c1": "", "c2": "01", "c3": "", "cy": "FR", "name": "Trévoux"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-224"}}, "raw": {"DAY": "30-8-1833", "HOUR": "11 h.", "NAME": "JUBIEN Antoine Franc.", "PLACE": "Trévoux (Ain)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24509	jubier-frederic-1870-03-02	{"g55": "06-225"}	{"g55": "06-225"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Jubier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1870-03-02 21:15", "note": null, "place": {"c1": "", "c2": "56", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Vannes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Jubier", "nobility": ""}, "birth": {"date": "1870-03-02 21:15", "place": {"c1": "", "c2": "56", "c3": "", "cy": "FR", "name": "Vannes"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-225"}}, "raw": {"DAY": "2-3-1870", "HOUR": "21 h. 15", "NAME": "JUBIER Frédéric", "PLACE": "Vannes (Morbihan)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24510	juglar-victor-henri-1826-07-25	{"g55": "06-226"}	{"g55": "06-226"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor Henri", "family": "Juglar", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1826-07-25 17:00", "note": null, "place": {"c1": "", "c2": "51", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Chalon-sur-Marne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Victor Henri", "family": "Juglar", "nobility": ""}, "birth": {"date": "1826-07-25 17:00", "place": {"c1": "", "c2": "51", "c3": "", "cy": "FR", "name": "Chalon-sur-Marne"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-226"}}, "raw": {"DAY": "25-7-1826", "HOUR": "17 h.", "NAME": "JUGLAR Victor Henri", "PLACE": "Chalon-sur-Marne (Marne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24511	kalas-ernest-1861-02-10	{"g55": "06-227"}	{"g55": "06-227"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Kalas", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1861-02-10 16:00", "note": null, "place": {"c1": "", "c2": "51", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Reims", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Kalas", "nobility": ""}, "birth": {"date": "1861-02-10 16:00", "place": {"c1": "", "c2": "51", "c3": "", "cy": "FR", "name": "Reims"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-227"}}, "raw": {"DAY": "10-2-1861", "HOUR": "16 h.", "NAME": "KALAS Ernest", "PLACE": "Reims (Marne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24512	koenig-jules-raymond-1872-08-02	{"g55": "06-228"}	{"g55": "06-228"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules Raymond", "family": "Koenig", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1872-08-02 11:00", "note": null, "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Ste-Marie-aux-Mines", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules Raymond", "family": "Koenig", "nobility": ""}, "birth": {"date": "1872-08-02 11:00", "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "name": "Ste-Marie-aux-Mines"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-228"}}, "raw": {"DAY": "2-8-1872", "HOUR": "11 h.", "NAME": "KOENIG Jules Raymond", "PLACE": "Ste-Marie-aux-Mines (Ht-Rh.)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24513	kuder-a-rene-1882-09-23	{"g55": "06-229"}	{"g55": "06-229"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "A. René", "family": "Kuder", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1882-09-23 18:00", "note": null, "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Villé", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "A. René", "family": "Kuder", "nobility": ""}, "birth": {"date": "1882-09-23 18:00", "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "name": "Villé"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-229"}}, "raw": {"DAY": "23-9-1882", "HOUR": "18 h.", "NAME": "KUDER A. René", "PLACE": "Villé (Bas-Rhin)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24514	labitte-eugene-leon-1858-10-07	{"g55": "06-230"}	{"g55": "06-230"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène Léon", "family": "Labitte", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1858-10-07 21:30", "note": null, "place": {"c1": "", "c2": "60", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Clermont", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Eugène Léon", "family": "Labitte", "nobility": ""}, "birth": {"date": "1858-10-07 21:30", "place": {"c1": "", "c2": "60", "c3": "", "cy": "FR", "name": "Clermont"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-230"}}, "raw": {"DAY": "7-10-1858", "HOUR": "21 h. 30", "NAME": "LABITTE Eugène Léon", "PLACE": "Clermont (Oise)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24515	la-brely-auguste-1838-02-27	{"g55": "06-231"}	{"g55": "06-231"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "La Brely", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1838-02-27 20:00", "note": null, "place": {"c1": "", "c2": "71", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Fuissé", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "La Brely", "nobility": ""}, "birth": {"date": "1838-02-27 20:00", "place": {"c1": "", "c2": "71", "c3": "", "cy": "FR", "name": "Fuissé"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-231"}}, "raw": {"DAY": "27-2-1838", "HOUR": "20 h.", "NAME": "LA BRELY Auguste", "PLACE": "Fuissé (Saône-et-Loire)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24516	la-hire-marie-1878-03-20	{"g55": "06-232"}	{"g55": "06-232"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "La Hire", "spouse": [], "nobility": "de", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1878-03-20 03:00", "note": null, "place": {"c1": "", "c2": "86", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Rouillé", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Marie", "family": "La Hire", "nobility": "de"}, "birth": {"date": "1878-03-20 03:00", "place": {"c1": "", "c2": "86", "c3": "", "cy": "FR", "name": "Rouillé"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-232"}}, "raw": {"DAY": "20-3-1878", "HOUR": "3 h.", "NAME": "LA HIRE (de) Marie", "PLACE": "Rouillé (Vienne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24517	lalande-louise-1834-02-08	{"g55": "06-233"}	{"g55": "06-233"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louise", "family": "Lalande", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1834-02-08 03:00", "note": null, "place": {"c1": "", "c2": "72", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Le Mans", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louise", "family": "Lalande", "nobility": ""}, "birth": {"date": "1834-02-08 03:00", "place": {"c1": "", "c2": "72", "c3": "", "cy": "FR", "name": "Le Mans"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-233"}}, "raw": {"DAY": "8-2-1834", "HOUR": "3 h.", "NAME": "LALANDE Louise", "PLACE": "Le Mans (Sarthe)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24518	lalaurie-marcel-1885-07-02	{"g55": "06-234"}	{"g55": "06-234"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Lalaurie", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1885-07-02 04:00", "note": null, "place": {"c1": "", "c2": "33", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Arcachon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Lalaurie", "nobility": ""}, "birth": {"date": "1885-07-02 04:00", "place": {"c1": "", "c2": "33", "c3": "", "cy": "FR", "name": "Arcachon"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-234"}}, "raw": {"DAY": "2-7-1885", "HOUR": "4 h.", "NAME": "LALAURIE Marcel", "PLACE": "Arcachon (Gironde)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24519	langlois-polycles-1814-09-29	{"g55": "06-235"}	{"g55": "06-235"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Polycles", "family": "Langlois", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1814-09-29 08:00", "note": null, "place": {"c1": "", "c2": "27", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Pont-de-l’Arche", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Polycles", "family": "Langlois", "nobility": ""}, "birth": {"date": "1814-09-29 08:00", "place": {"c1": "", "c2": "27", "c3": "", "cy": "FR", "name": "Pont-de-l’Arche"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-235"}}, "raw": {"DAY": "29-9-1814", "HOUR": "8 h.", "NAME": "LANGLOIS Polycles", "PLACE": "Pont-de-l’Arche (Eure)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24520	lapoter-l-antoine-1814-06-30	{"g55": "06-236"}	{"g55": "06-236"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "L. Antoine", "family": "Lapoter", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1814-06-30 10:00", "note": null, "place": {"c1": "", "c2": "10", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Les Riceys", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "L. Antoine", "family": "Lapoter", "nobility": ""}, "birth": {"date": "1814-06-30 10:00", "place": {"c1": "", "c2": "10", "c3": "", "cy": "FR", "name": "Les Riceys"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-236"}}, "raw": {"DAY": "30-6-1814", "HOUR": "10 h.", "NAME": "LAPOTER L. Antoine", "PLACE": "Les Riceys (Aube)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24521	lardeur-raphael-1890-12-19	{"g55": "06-237"}	{"g55": "06-237"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raphael", "family": "Lardeur", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1890-12-19 14:00", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Neuville-sur-Escaut", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Raphael", "family": "Lardeur", "nobility": ""}, "birth": {"date": "1890-12-19 14:00", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Neuville-sur-Escaut"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-237"}}, "raw": {"DAY": "19-12-1890", "HOUR": "14 h.", "NAME": "LARDEUR Raphael", "PLACE": "Neuville-sur-Escaut (Nord)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24522	lariviere-jenny-1801-07-23	{"g55": "06-238"}	{"g55": "06-238"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jenny", "family": "Lariviere", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1801-07-23 10:00", "note": null, "place": {"c1": "", "c2": "49", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Angers", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jenny", "family": "Lariviere", "nobility": ""}, "birth": {"date": "1801-07-23 10:00", "place": {"c1": "", "c2": "49", "c3": "", "cy": "FR", "name": "Angers"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-238"}}, "raw": {"DAY": "23-7-1801", "HOUR": "10 h.", "NAME": "LARIVIERE Jenny", "PLACE": "Angers (Maine-et-Loire)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24523	latouche-louis-1829-09-29	{"g55": "06-239"}	{"g55": "06-239"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Latouche", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1829-09-29 10:30", "note": null, "place": {"c1": "", "c2": "77", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "La Ferté-sous-Jouarre", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Latouche", "nobility": ""}, "birth": {"date": "1829-09-29 10:30", "place": {"c1": "", "c2": "77", "c3": "", "cy": "FR", "name": "La Ferté-sous-Jouarre"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-239"}}, "raw": {"DAY": "29-9-1829", "HOUR": "10 h. 30", "NAME": "LATOUCHE Louis", "PLACE": "La Ferté-sous-Jouarre (S.-et-M.)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24524	latour-joseph-pierre-1806-04-17	{"g55": "06-240"}	{"g55": "06-240"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph Pierre", "family": "Latour", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1806-04-17 02:00", "note": null, "place": {"c1": "", "c2": "31", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Noé", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Joseph Pierre", "family": "Latour", "nobility": ""}, "birth": {"date": "1806-04-17 02:00", "place": {"c1": "", "c2": "31", "c3": "", "cy": "FR", "name": "Noé"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-240"}}, "raw": {"DAY": "17-4-1806", "HOUR": "2 h.", "NAME": "LATOUR Joseph Pierre", "PLACE": "Noé (Haute-Garonne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24525	lauret-francois-1820-03-09	{"g55": "06-241"}	{"g55": "06-241"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francois", "family": "Lauret", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1820-03-09 14:00", "note": null, "place": {"c1": "", "c2": "83", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Pignans", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Francois", "family": "Lauret", "nobility": ""}, "birth": {"date": "1820-03-09 14:00", "place": {"c1": "", "c2": "83", "c3": "", "cy": "FR", "name": "Pignans"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-241"}}, "raw": {"DAY": "9-3-1820", "HOUR": "14 h.", "NAME": "LAURET Francois", "PLACE": "Pignans (Var)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24526	lays-jean-pierre-1825-11-12	{"g55": "06-242"}	{"g55": "06-242"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Pierre", "family": "Lays", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1825-11-12 08:00", "note": null, "place": {"c1": "", "c2": "42", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Barthélemy-Lestras", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean-Pierre", "family": "Lays", "nobility": ""}, "birth": {"date": "1825-11-12 08:00", "place": {"c1": "", "c2": "42", "c3": "", "cy": "FR", "name": "Saint-Barthélemy-Lestras"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-242"}}, "raw": {"DAY": "12-11-1825", "HOUR": "8 h.", "NAME": "LAYS Jean-Pierre", "PLACE": "Saint-Barthélemy-Lestras (Loire)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24527	lebouys-auguste-1812-06-21	{"g55": "06-243"}	{"g55": "06-243"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Lebouys", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1812-06-21 23:00", "note": null, "place": {"c1": "", "c2": "14", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Honfleur", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Lebouys", "nobility": ""}, "birth": {"date": "1812-06-21 23:00", "place": {"c1": "", "c2": "14", "c3": "", "cy": "FR", "name": "Honfleur"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-243"}}, "raw": {"DAY": "21-6-1812", "HOUR": "23 h.", "NAME": "LEBOUYS Auguste", "PLACE": "Honfleur (Calvados)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24528	le-carpentier-alexandre-1858-07-05	{"g55": "06-244"}	{"g55": "06-244"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alexandre", "family": "Le Carpentier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1858-07-05 22:00", "note": null, "place": {"c1": "", "c2": "14", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Sainte-Croix-Grand-Tonne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alexandre", "family": "Le Carpentier", "nobility": ""}, "birth": {"date": "1858-07-05 22:00", "place": {"c1": "", "c2": "14", "c3": "", "cy": "FR", "name": "Sainte-Croix-Grand-Tonne"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-244"}}, "raw": {"DAY": "5-7-1858", "HOUR": "22 h.", "NAME": "LE CARPENTIER Alexandre", "PLACE": "Sainte-Croix-Grand-Tonne (Calvados)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24529	le-carpentier-auguste-1824-02-18	{"g55": "06-245"}	{"g55": "06-245"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Le Carpentier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1824-02-18 03:00", "note": null, "place": {"c1": "", "c2": "14", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Bayeux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Le Carpentier", "nobility": ""}, "birth": {"date": "1824-02-18 03:00", "place": {"c1": "", "c2": "14", "c3": "", "cy": "FR", "name": "Bayeux"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-245"}}, "raw": {"DAY": "18-2-1824", "HOUR": "3 h.", "NAME": "LE CARPENTIER Auguste", "PLACE": "Bayeux (Calvados)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24530	leclerc-edmond-1817-11-04	{"g55": "06-246"}	{"g55": "06-246"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Leclerc", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1817-11-04 01:00", "note": null, "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Arras", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Leclerc", "nobility": ""}, "birth": {"date": "1817-11-04 01:00", "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "name": "Arras"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-246"}}, "raw": {"DAY": "4-11-1817", "HOUR": "1 h.", "NAME": "LECLERC Edmond", "PLACE": "Arras (Pas-de-Calais)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24531	leclercq-lucien-louis-1856-09-18	{"g55": "06-247"}	{"g55": "06-247"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien Louis", "family": "Leclercq", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1856-09-18 17:00", "note": null, "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Guines", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Lucien Louis", "family": "Leclercq", "nobility": ""}, "birth": {"date": "1856-09-18 17:00", "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "name": "Guines"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-247"}}, "raw": {"DAY": "18-9-1856", "HOUR": "17 h.", "NAME": "LECLERCQ Lucien Louis", "PLACE": "Guines (Pas-de-Calais)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24532	leclercq-theodore-1850-09-11	{"g55": "06-248"}	{"g55": "06-248"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Théodore", "family": "Leclercq", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1850-09-11 09:00", "note": null, "place": {"c1": "", "c2": "80", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Oresmaux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Théodore", "family": "Leclercq", "nobility": ""}, "birth": {"date": "1850-09-11 09:00", "place": {"c1": "", "c2": "80", "c3": "", "cy": "FR", "name": "Oresmaux"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-248"}}, "raw": {"DAY": "11-9-1850", "HOUR": "9 h.", "NAME": "LECLERCQ Théodore", "PLACE": "Oresmaux (Somme)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24533	lefevre-adolphe-rene-1834-11-22	{"g55": "06-249"}	{"g55": "06-249"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe René", "family": "Lefevre", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1834-11-22 18:30", "note": null, "place": {"c1": "", "c2": "77", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "La Ferté-sous-Jouarre", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Adolphe René", "family": "Lefevre", "nobility": ""}, "birth": {"date": "1834-11-22 18:30", "place": {"c1": "", "c2": "77", "c3": "", "cy": "FR", "name": "La Ferté-sous-Jouarre"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-249"}}, "raw": {"DAY": "22-11-1834", "HOUR": "18 h. 30", "NAME": "LEFEVRE Adolphe René", "PLACE": "La Ferté-sous-Jouarre (Seine-et-Marne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24534	lefort-magniez-edouard-1868-05-23	{"g55": "06-250"}	{"g55": "06-250"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Lefort-magniez", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1868-05-23 08:30", "note": null, "place": {"c1": "", "c2": "50", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Sauveur-le-Vicomte", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Lefort-magniez", "nobility": ""}, "birth": {"date": "1868-05-23 08:30", "place": {"c1": "", "c2": "50", "c3": "", "cy": "FR", "name": "Saint-Sauveur-le-Vicomte"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-250"}}, "raw": {"DAY": "23-5-1868", "HOUR": "8 h. 30", "NAME": "LEFORT-MAGNIEZ Edouard", "PLACE": "Saint-Sauveur-le-Vicomte (Manche)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24535	lefranc-jules-louis-1887-05-12	{"g55": "06-251"}	{"g55": "06-251"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules Louis", "family": "Lefranc", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1887-05-12 06:00", "note": null, "place": {"c1": "", "c2": "53", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Laval", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules Louis", "family": "Lefranc", "nobility": ""}, "birth": {"date": "1887-05-12 06:00", "place": {"c1": "", "c2": "53", "c3": "", "cy": "FR", "name": "Laval"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-251"}}, "raw": {"DAY": "12-5-1887", "HOUR": "6 h.", "NAME": "LEFRANC Jules Louis", "PLACE": "Laval (Mayenne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24536	legrand-jacques-theod-1853-05-20	{"g55": "06-252"}	{"g55": "06-252"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques Théod.", "family": "Legrand", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1853-05-20 06:00", "note": null, "place": {"c1": "", "c2": "14", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Pierre", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jacques Théod.", "family": "Legrand", "nobility": ""}, "birth": {"date": "1853-05-20 06:00", "place": {"c1": "", "c2": "14", "c3": "", "cy": "FR", "name": "Saint-Pierre"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-252"}}, "raw": {"DAY": "20-5-1853", "HOUR": "6 h.", "NAME": "LEGRAND Jacques Théod.", "PLACE": "Saint-Pierre (Calvados)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24537	legrand-paul-emmanuel-1860-08-16	{"g55": "06-253"}	{"g55": "06-253"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul Emmanuel", "family": "Legrand", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1860-08-16 14:00", "note": null, "place": {"c1": "", "c2": "94", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Vitry-sur-Seine", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul Emmanuel", "family": "Legrand", "nobility": ""}, "birth": {"date": "1860-08-16 14:00", "place": {"c1": "", "c2": "94", "c3": "", "cy": "FR", "name": "Vitry-sur-Seine"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-253"}}, "raw": {"DAY": "16-8-1860", "HOUR": "14 h.", "NAME": "LEGRAND Paul Emmanuel", "PLACE": "Vitry-sur-Seine (Seine)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24538	lejeune-henri-pierre-1881-06-27	{"g55": "06-254"}	{"g55": "06-254"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri Pierre", "family": "Lejeune", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1881-06-27 21:30", "note": null, "place": {"c1": "", "c2": "93", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Ouen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri Pierre", "family": "Lejeune", "nobility": ""}, "birth": {"date": "1881-06-27 21:30", "place": {"c1": "", "c2": "93", "c3": "", "cy": "FR", "name": "Saint-Ouen"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-254"}}, "raw": {"DAY": "27-6-1881", "HOUR": "21 h. 30", "NAME": "LEJEUNE Henri Pierre", "PLACE": "Saint-Ouen (Seine)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24539	lemaitre-nathanael-1831-05-18	{"g55": "06-255"}	{"g55": "06-255"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nathanaél", "family": "Lemaitre", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1831-05-18 03:00", "note": null, "place": {"c1": "", "c2": "76", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Luneray", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Nathanaél", "family": "Lemaitre", "nobility": ""}, "birth": {"date": "1831-05-18 03:00", "place": {"c1": "", "c2": "76", "c3": "", "cy": "FR", "name": "Luneray"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-255"}}, "raw": {"DAY": "18-5-1831", "HOUR": "3 h.", "NAME": "LEMAITRE Nathanaél", "PLACE": "Luneray (Seine-Inférieure)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24540	lemeunier-carolus-albert-1881-03-31	{"g55": "06-256"}	{"g55": "06-256"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Carolus Albert", "family": "Lemeunier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1881-03-31 20:00", "note": null, "place": {"c1": "", "c2": "61", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Georges", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Carolus Albert", "family": "Lemeunier", "nobility": ""}, "birth": {"date": "1881-03-31 20:00", "place": {"c1": "", "c2": "61", "c3": "", "cy": "FR", "name": "Saint-Georges"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-256"}}, "raw": {"DAY": "31-3-1881", "HOUR": "20 h.", "NAME": "LEMEUNIER Carolus Albert", "PLACE": "Saint-Georges (Orne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24541	lemoine-francisque-m-a-1844-08-07	{"g55": "06-257"}	{"g55": "06-257"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francisque M. A.", "family": "Lemoine", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1844-08-07 06:00", "note": null, "place": {"c1": "", "c2": "22", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Brieuc", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Francisque M. A.", "family": "Lemoine", "nobility": ""}, "birth": {"date": "1844-08-07 06:00", "place": {"c1": "", "c2": "22", "c3": "", "cy": "FR", "name": "Saint-Brieuc"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-257"}}, "raw": {"DAY": "7-8-1844", "HOUR": "6 h.", "NAME": "LEMOINE Francisque M. A.", "PLACE": "Saint-Brieuc (Côtes-du-N.)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
20669	le-molt-philippe-1895-03-26	{"e3": "936", "g55": "06-258"}	{"g55": "06-258", "lerrcp": "E3-936"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Le Molt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1895-03-26 13:10", "note": null, "place": {"c1": null, "c2": "60", "c3": "", "cy": "FR", "lg": 2.58661, "lat": 49.20724, "name": "Senlis", "geoid": 2975088}, "notime": null, "date-ut": "1895-03-26 13:01"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Le Molt"}, "birth": {"tzo": "+00:09", "date": "1895-03-26 13:10", "place": {"c2": "60", "c3": "", "cy": "FR", "lg": 2.58661, "lat": 49.20724, "name": "Senlis", "geoid": 2975088}, "date-ut": "1895-03-26 13:01"}, "occus": ["painter"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "936"}}, "raw": {"H": "13:10", "COD": "60", "DAY": "26", "MON": "03", "NUM": "0936", "PRO": "PAI", "YEA": "1895", "CITY": "Senlis", "NAME": "LE MOLT Philippe", "NOTE": ""}, "date": "2023-08-20T14:44:14+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"partial-ids": {"g55": "06-258"}, "ids-in-source": {"g55": "06-258"}}, "raw": {"DAY": "26-3-1895", "HOUR": "13 h.", "NAME": "LE MOLT Philippe", "PLACE": "Senlis (Oise)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24542	le-mouel-eugene-louis-1859-03-24	{"g55": "06-259"}	{"g55": "06-259"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène Louis", "family": "Le Mouel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1859-03-24 09:00", "note": null, "place": {"c1": "", "c2": "50", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Villedieu", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Eugène Louis", "family": "Le Mouel", "nobility": ""}, "birth": {"date": "1859-03-24 09:00", "place": {"c1": "", "c2": "50", "c3": "", "cy": "FR", "name": "Villedieu"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-259"}}, "raw": {"DAY": "24-3-1859", "HOUR": "9 h.", "NAME": "LE MOUEL Eugène Louis", "PLACE": "Villedieu (Manche)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24543	le-natur-jules-maurice-1851-02-09	{"g55": "06-260"}	{"g55": "06-260"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules Maurice", "family": "Le Natur", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1851-02-09 14:00", "note": null, "place": {"c1": "", "c2": "86", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Poitiers", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules Maurice", "family": "Le Natur", "nobility": ""}, "birth": {"date": "1851-02-09 14:00", "place": {"c1": "", "c2": "86", "c3": "", "cy": "FR", "name": "Poitiers"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-260"}}, "raw": {"DAY": "9-2-1851", "HOUR": "14 h.", "NAME": "LE NATUR Jules Maurice", "PLACE": "Poitiers (Vienne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24544	lepippre-emeric-marie-s-1833-02-13	{"g55": "06-261"}	{"g55": "06-261"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emeric Marie-S.", "family": "Lepippre", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1833-02-13 12:00", "note": null, "place": {"c1": "", "c2": "78", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Montfort-l’Amaury", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emeric Marie-S.", "family": "Lepippre", "nobility": ""}, "birth": {"date": "1833-02-13 12:00", "place": {"c1": "", "c2": "78", "c3": "", "cy": "FR", "name": "Montfort-l’Amaury"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-261"}}, "raw": {"DAY": "13-2-1833", "HOUR": "12 h.", "NAME": "LEPIPPRE Emeric Marie-S.", "PLACE": "Montfort-l’Amaury (S.-O.)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24545	leroy-adolphe-1810-02-25	{"g55": "06-262"}	{"g55": "06-262"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Leroy", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1810-02-25 18:00", "note": null, "place": {"c1": "", "c2": "80", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Abbeville", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Leroy", "nobility": ""}, "birth": {"date": "1810-02-25 18:00", "place": {"c1": "", "c2": "80", "c3": "", "cy": "FR", "name": "Abbeville"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-262"}}, "raw": {"DAY": "25-2-1810", "HOUR": "18 h.", "NAME": "LEROY Adolphe", "PLACE": "Abbeville (Somme)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24546	leroy-jules-1833-03-20	{"g55": "06-263"}	{"g55": "06-263"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Leroy", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1833-03-20 04:00", "note": null, "place": {"c1": "", "c2": "72", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Le Mans", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Leroy", "nobility": ""}, "birth": {"date": "1833-03-20 04:00", "place": {"c1": "", "c2": "72", "c3": "", "cy": "FR", "name": "Le Mans"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-263"}}, "raw": {"DAY": "20-3-1833", "HOUR": "4 h.", "NAME": "LEROY Jules", "PLACE": "Le Mans (Sarthe)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24547	lestrille-jacques-luc-h-1904-08-26	{"g55": "06-264"}	{"g55": "06-264"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques Luc H.", "family": "Lestrille", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1904-08-26 05:00", "note": null, "place": {"c1": "", "c2": "80", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Ault", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jacques Luc H.", "family": "Lestrille", "nobility": ""}, "birth": {"date": "1904-08-26 05:00", "place": {"c1": "", "c2": "80", "c3": "", "cy": "FR", "name": "Ault"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-264"}}, "raw": {"DAY": "26-8-1904", "HOUR": "5 h.", "NAME": "LESTRILLE Jacques Luc H.", "PLACE": "Ault (Somme)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24548	lievre-edouard-1828-09-22	{"g55": "06-265"}	{"g55": "06-265"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Lievre", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1828-09-22 03:00", "note": null, "place": {"c1": "", "c2": "54", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Blamont", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Lievre", "nobility": ""}, "birth": {"date": "1828-09-22 03:00", "place": {"c1": "", "c2": "54", "c3": "", "cy": "FR", "name": "Blamont"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-265"}}, "raw": {"DAY": "22-9-1828", "HOUR": "3 h.", "NAME": "LIEVRE Edouard", "PLACE": "Blamont (Meurthe)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24549	lionnet-felix-1832-12-15	{"g55": "06-266"}	{"g55": "06-266"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Lionnet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1832-12-15 21:00", "note": null, "place": {"c1": "", "c2": "85", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "La Chataigneraie", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Lionnet", "nobility": ""}, "birth": {"date": "1832-12-15 21:00", "place": {"c1": "", "c2": "85", "c3": "", "cy": "FR", "name": "La Chataigneraie"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-266"}}, "raw": {"DAY": "15-12-1832", "HOUR": "21 h.", "NAME": "LIONNET Félix", "PLACE": "La Chataigneraie (Vendée)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24551	lombard-emile-felicien-1883-03-11	{"g55": "06-268"}	{"g55": "06-268"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile Félicien", "family": "Lombard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1883-03-11 08:00", "note": null, "place": {"c1": "", "c2": "04", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Aubignosc", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emile Félicien", "family": "Lombard", "nobility": ""}, "birth": {"date": "1883-03-11 08:00", "place": {"c1": "", "c2": "04", "c3": "", "cy": "FR", "name": "Aubignosc"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-268"}}, "raw": {"DAY": "11-3-1883", "HOUR": "8 h.", "NAME": "LOMBARD Emile Félicien", "PLACE": "Aubignosc (Basses-Alpes)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24552	loudet-alfred-1836-02-21	{"g55": "06-269"}	{"g55": "06-269"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Loudet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1836-02-21 02:00", "note": null, "place": {"c1": "", "c2": "26", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Montélimar", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Loudet", "nobility": ""}, "birth": {"date": "1836-02-21 02:00", "place": {"c1": "", "c2": "26", "c3": "", "cy": "FR", "name": "Montélimar"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-269"}}, "raw": {"DAY": "21-2-1836", "HOUR": "2 h.", "NAME": "LOUDET Alfred", "PLACE": "Montélimar (Drôme)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24553	loup-eugene-1867-02-01	{"g55": "06-270"}	{"g55": "06-270"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Loup", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1867-02-01 03:00", "note": null, "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Rodez", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Loup", "nobility": ""}, "birth": {"date": "1867-02-01 03:00", "place": {"c1": "", "c2": "12", "c3": "", "cy": "FR", "name": "Rodez"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-270"}}, "raw": {"DAY": "1-2-1867", "HOUR": "3 h.", "NAME": "\\fLOUP Eugène", "PLACE": "Rodez (Aveyron)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24554	louppe-leo-1869-09-18	{"g55": "06-271"}	{"g55": "06-271"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léo", "family": "Louppe", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1869-09-18 16:00", "note": null, "place": {"c1": "", "c2": "51", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Reims", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Léo", "family": "Louppe", "nobility": ""}, "birth": {"date": "1869-09-18 16:00", "place": {"c1": "", "c2": "51", "c3": "", "cy": "FR", "name": "Reims"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-271"}}, "raw": {"DAY": "18-9-1869", "HOUR": "16 h.", "NAME": "LOUPPE Léo", "PLACE": "Reims (Marne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24555	loustau-jacques-joseph-1815-05-27	{"g55": "06-272"}	{"g55": "06-272"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques Joseph", "family": "Loustau", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1815-05-27 20:00", "note": null, "place": {"c1": "09", "c2": "", "c3": "", "cy": "DE", "lg": null, "lat": null, "name": "Saarlouis", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jacques Joseph", "family": "Loustau", "nobility": ""}, "birth": {"date": "1815-05-27 20:00", "place": {"c1": "09", "c2": "", "c3": "", "cy": "DE", "name": "Saarlouis"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-272"}}, "raw": {"DAY": "27-5-1815", "HOUR": "20 h.", "NAME": "LOUSTAU Jacques Joseph", "PLACE": "Saarelouis (Sarre)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24556	maillol-lucien-1896-10-30	{"g55": "06-273"}	{"g55": "06-273"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Maillol", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1896-10-30 14:00", "note": null, "place": {"c1": "", "c2": "66", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Banyuls-sur-Mer", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Maillol", "nobility": ""}, "birth": {"date": "1896-10-30 14:00", "place": {"c1": "", "c2": "66", "c3": "", "cy": "FR", "name": "Banyuls-sur-Mer"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-273"}}, "raw": {"DAY": "30-10-1896", "HOUR": "14 h.", "NAME": "MAILLOL Lucien", "PLACE": "Banyuls-sur-Mer (Pyrénées-Or.)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24557	marais-milton-victor-1872-07-30	{"g55": "06-274"}	{"g55": "06-274"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor", "family": "Marais-milton", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1872-07-30 21:00", "note": null, "place": {"c1": "", "c2": "92", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Puteaux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Victor", "family": "Marais-milton", "nobility": ""}, "birth": {"date": "1872-07-30 21:00", "place": {"c1": "", "c2": "92", "c3": "", "cy": "FR", "name": "Puteaux"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-274"}}, "raw": {"DAY": "30-7-1872", "HOUR": "21 h.", "NAME": "MARAIS-MILTON Victor", "PLACE": "Puteaux (Seine)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24558	marbeau-philippe-1807-11-02	{"g55": "06-275"}	{"g55": "06-275"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Marbeau", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1807-11-02 08:00", "note": null, "place": {"c1": "", "c2": "19", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Brive-la-Gaillarde", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Marbeau", "nobility": ""}, "birth": {"date": "1807-11-02 08:00", "place": {"c1": "", "c2": "19", "c3": "", "cy": "FR", "name": "Brive-la-Gaillarde"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-275"}}, "raw": {"DAY": "2-11-1807", "HOUR": "8 h.", "NAME": "MARBEAU Philippe", "PLACE": "Brive-la-Gaillarde (Corrèze)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24559	marc-jean-auguste-1818-07-12	{"g55": "06-276"}	{"g55": "06-276"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean Auguste", "family": "Marc", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1818-07-12 05:00", "note": null, "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Metz", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean Auguste", "family": "Marc", "nobility": ""}, "birth": {"date": "1818-07-12 05:00", "place": {"c1": "", "c2": "57", "c3": "", "cy": "FR", "name": "Metz"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-276"}}, "raw": {"DAY": "12-7-1818", "HOUR": "5 h.", "NAME": "MARC Jean Auguste", "PLACE": "Metz (Moselle)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24560	marceron-maille-jeanne-1871-02-12	{"g55": "06-277"}	{"g55": "06-277"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jeanne", "family": "Marceron-maille", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1871-02-12 03:00", "note": null, "place": {"c1": "", "c2": "19", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Brive", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jeanne", "family": "Marceron-maille", "nobility": ""}, "birth": {"date": "1871-02-12 03:00", "place": {"c1": "", "c2": "19", "c3": "", "cy": "FR", "name": "Brive"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-277"}}, "raw": {"DAY": "12-2-1871", "HOUR": "3 h.", "NAME": "MARCERON-MAILLE Jeanne", "PLACE": "Brive (Corrèze)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24561	marchal-charles-arthur-1828-02-02	{"g55": "06-278"}	{"g55": "06-278"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles Arthur", "family": "Marchal", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1828-02-02 21:00", "note": null, "place": {"c1": "", "c2": "02", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Soissons", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles Arthur", "family": "Marchal", "nobility": ""}, "birth": {"date": "1828-02-02 21:00", "place": {"c1": "", "c2": "02", "c3": "", "cy": "FR", "name": "Soissons"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-278"}}, "raw": {"DAY": "2-2-1828", "HOUR": "21 h.", "NAME": "MARCHAL Charles Arthur", "PLACE": "Soissons (Aisne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24562	marcille-camille-const-1816-05-01	{"g55": "06-279"}	{"g55": "06-279"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille Const.", "family": "Marcille", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1816-05-01 03:00", "note": null, "place": {"c1": "", "c2": "28", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Chartres", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Camille Const.", "family": "Marcille", "nobility": ""}, "birth": {"date": "1816-05-01 03:00", "place": {"c1": "", "c2": "28", "c3": "", "cy": "FR", "name": "Chartres"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-279"}}, "raw": {"DAY": "1-5-1816", "HOUR": "3 h.", "NAME": "MARCILLE Camille Const.", "PLACE": "Chartres (Eure-et-Loire)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24563	margottet-lucien-leon-1884-06-04	{"g55": "06-280"}	{"g55": "06-280"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien Léon", "family": "Margottet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1884-06-04 21:00", "note": null, "place": {"c1": "", "c2": "03", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Gérand-le-Puy", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Lucien Léon", "family": "Margottet", "nobility": ""}, "birth": {"date": "1884-06-04 21:00", "place": {"c1": "", "c2": "03", "c3": "", "cy": "FR", "name": "Saint-Gérand-le-Puy"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-280"}}, "raw": {"DAY": "4-6-1884", "HOUR": "21 h.", "NAME": "MARGOTTET Lucien Léon", "PLACE": "Saint-Gérand-le-Puy (Allier)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24564	marrot-henri-auguste-1887-09-02	{"g55": "06-281"}	{"g55": "06-281"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri Auguste", "family": "Marrot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1887-09-02 09:30", "note": null, "place": {"c1": "", "c2": "23", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "La Souterraine", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri Auguste", "family": "Marrot", "nobility": ""}, "birth": {"date": "1887-09-02 09:30", "place": {"c1": "", "c2": "23", "c3": "", "cy": "FR", "name": "La Souterraine"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-281"}}, "raw": {"DAY": "2-9-1887", "HOUR": "9h. 30", "NAME": "MARROT Henri Auguste", "PLACE": "La Souterraine (Creuse)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24565	martineau-louis-joseph-1800-07-23	{"g55": "06-282"}	{"g55": "06-282"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis Joseph", "family": "Martineau", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1800-07-23 12:00", "note": null, "place": {"c1": "", "c2": "27", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Conches", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis Joseph", "family": "Martineau", "nobility": ""}, "birth": {"date": "1800-07-23 12:00", "place": {"c1": "", "c2": "27", "c3": "", "cy": "FR", "name": "Conches"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-282"}}, "raw": {"DAY": "23-7-1800", "HOUR": "12 h.", "NAME": "MARTINEAU Louis Joseph", "PLACE": "Conches (Eure)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24566	marzelle-jean-1916-01-24	{"g55": "06-283"}	{"g55": "06-283"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Marzelle", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1916-01-24 07:00", "note": null, "place": {"c1": "", "c2": "47", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lauzun", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Marzelle", "nobility": ""}, "birth": {"date": "1916-01-24 07:00", "place": {"c1": "", "c2": "47", "c3": "", "cy": "FR", "name": "Lauzun"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-283"}}, "raw": {"DAY": "24-1-1916", "HOUR": "7 h.", "NAME": "MARZELLE Jean", "PLACE": "Lauzun (Lot-et-Garonne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24567	masse-emmanuel-aug-1818-08-29	{"g55": "06-284"}	{"g55": "06-284"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emmanuel Aug.", "family": "Masse", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1818-08-29 13:00", "note": null, "place": {"c1": "", "c2": "76", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Elbeuf", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emmanuel Aug.", "family": "Masse", "nobility": ""}, "birth": {"date": "1818-08-29 13:00", "place": {"c1": "", "c2": "76", "c3": "", "cy": "FR", "name": "Elbeuf"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-284"}}, "raw": {"DAY": "29-8-1818", "HOUR": "13 h.", "NAME": "MASSE Emmanuel Aug.", "PLACE": "Elbeuf (Seine-Inférieure)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24568	maugey-claude-1824-06-01	{"g55": "06-285"}	{"g55": "06-285"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Maugey", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1824-06-01 02:00", "note": null, "place": {"c1": "", "c2": "21", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Vitteaux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Maugey", "nobility": ""}, "birth": {"date": "1824-06-01 02:00", "place": {"c1": "", "c2": "21", "c3": "", "cy": "FR", "name": "Vitteaux"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-285"}}, "raw": {"DAY": "1-6-1824", "HOUR": "2 h.", "NAME": "MAUGEY Claude", "PLACE": "Vitteaux (Côte-d’Or)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24569	meixmoron-de-dombasle-charl-1839-11-10	{"g55": "06-286"}	{"g55": "06-286"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "de DOMBASLE Charl.", "family": "Meixmoron", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1839-11-10 19:00", "note": null, "place": {"c1": "", "c2": "54", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Roville", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "de DOMBASLE Charl.", "family": "Meixmoron", "nobility": ""}, "birth": {"date": "1839-11-10 19:00", "place": {"c1": "", "c2": "54", "c3": "", "cy": "FR", "name": "Roville"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-286"}}, "raw": {"DAY": "10-11-1839", "HOUR": "19 h.", "NAME": "MEIXMORON de DOMBASLE Charl.", "PLACE": "Roville (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24570	menardeau-maurice-1897-02-06	{"g55": "06-287"}	{"g55": "06-287"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Menardeau", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1897-02-06 06:00", "note": null, "place": {"c1": "", "c2": "89", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Limoges", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Menardeau", "nobility": ""}, "birth": {"date": "1897-02-06 06:00", "place": {"c1": "", "c2": "89", "c3": "", "cy": "FR", "name": "Limoges"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-287"}}, "raw": {"DAY": "6-2-1897", "HOUR": "6 h.", "NAME": "MENARDEAU Maurice", "PLACE": "Limoges (Haute-Vienne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24571	merlin-darniel-1861-04-14	{"g55": "06-288"}	{"g55": "06-288"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Darniel", "family": "Merlin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1861-04-14 23:00", "note": null, "place": {"c1": "", "c2": "02", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Audigny", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Darniel", "family": "Merlin", "nobility": ""}, "birth": {"date": "1861-04-14 23:00", "place": {"c1": "", "c2": "02", "c3": "", "cy": "FR", "name": "Audigny"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-288"}}, "raw": {"DAY": "14-4-1861", "HOUR": "23 h.", "NAME": "MERLIN Darniel", "PLACE": "Audigny (Aisne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24572	mittey-joseph-1853-04-01	{"g55": "06-289"}	{"g55": "06-289"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Mittey", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1853-04-01 05:00", "note": null, "place": {"c1": "", "c2": "21", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Vix", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Mittey", "nobility": ""}, "birth": {"date": "1853-04-01 05:00", "place": {"c1": "", "c2": "21", "c3": "", "cy": "FR", "name": "Vix"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-289"}}, "raw": {"DAY": "1-4-1853", "HOUR": "5 h.", "NAME": "MITTEY Joseph", "PLACE": "Vix (Côte-d’Or)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24573	monceret-pascal-1817-05-22	{"g55": "06-290"}	{"g55": "06-290"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pascal", "family": "Monceret", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1817-05-22 14:00", "note": null, "place": {"c1": "", "c2": "11", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Luc-sur-Orbieu", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pascal", "family": "Monceret", "nobility": ""}, "birth": {"date": "1817-05-22 14:00", "place": {"c1": "", "c2": "11", "c3": "", "cy": "FR", "name": "Luc-sur-Orbieu"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-290"}}, "raw": {"DAY": "22-5-1817", "HOUR": "14 h.", "NAME": "MONCERET Pascal", "PLACE": "Luc-sur-Orbieu (Aude)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24574	monnet-francois-1822-05-19	{"g55": "06-291"}	{"g55": "06-291"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francois", "family": "Monnet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1822-05-19 13:00", "note": null, "place": {"c1": "", "c2": "71", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Tournus", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Francois", "family": "Monnet", "nobility": ""}, "birth": {"date": "1822-05-19 13:00", "place": {"c1": "", "c2": "71", "c3": "", "cy": "FR", "name": "Tournus"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-291"}}, "raw": {"DAY": "19-5-1822", "HOUR": "13 h.", "NAME": "MONNET Francois", "PLACE": "Tournus (Saône-et-Loire)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24575	moreau-charles-andre-1830-02-12	{"g55": "06-292"}	{"g55": "06-292"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles André", "family": "Moreau", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1830-02-12 07:00", "note": null, "place": {"c1": "", "c2": "45", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Chateau-Renard", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles André", "family": "Moreau", "nobility": ""}, "birth": {"date": "1830-02-12 07:00", "place": {"c1": "", "c2": "45", "c3": "", "cy": "FR", "name": "Chateau-Renard"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-292"}}, "raw": {"DAY": "12-2-1830", "HOUR": "7 h.", "NAME": "MOREAU Charles André", "PLACE": "Chateau-Renard (Loiret)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24576	moreau-louis-1883-04-15	{"g55": "06-293"}	{"g55": "06-293"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Moreau", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1883-04-15 22:30", "note": null, "place": {"c1": "", "c2": "36", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Chateauroux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Moreau", "nobility": ""}, "birth": {"date": "1883-04-15 22:30", "place": {"c1": "", "c2": "36", "c3": "", "cy": "FR", "name": "Chateauroux"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-293"}}, "raw": {"DAY": "15-4-1883", "HOUR": "22 h. 30", "NAME": "MOREAU Louis", "PLACE": "Chateauroux (Indre)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24577	moulin-joseph-benoit-1867-02-23	{"g55": "06-294"}	{"g55": "06-294"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph Benoit", "family": "Moulin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1867-02-23 20:00", "note": null, "place": {"c1": "", "c2": "34", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Sete", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Joseph Benoit", "family": "Moulin", "nobility": ""}, "birth": {"date": "1867-02-23 20:00", "place": {"c1": "", "c2": "34", "c3": "", "cy": "FR", "name": "Sete"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-294"}}, "raw": {"DAY": "23-2-1867", "HOUR": "20 h.", "NAME": "MOULIN Joseph Benoit", "PLACE": "Sete (Hérault)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24578	nicolas-marie-josephine-1845-07-25	{"g55": "06-295"}	{"g55": "06-295"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie-Joséphine", "family": "Nicolas", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1845-07-25 01:00", "note": null, "place": {"c1": "", "c2": "02", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Villers-Cotteréts", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Marie-Joséphine", "family": "Nicolas", "nobility": ""}, "birth": {"date": "1845-07-25 01:00", "place": {"c1": "", "c2": "02", "c3": "", "cy": "FR", "name": "Villers-Cotteréts"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-295"}}, "raw": {"DAY": "25-7-1845", "HOUR": "1 h.", "NAME": "NICOLAS Marie-Joséphine", "PLACE": "Villers-Cotteréts (Aisne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24579	noble-julien-laurent-1834-08-10	{"g55": "06-296"}	{"g55": "06-296"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julien Laurent", "family": "Noble", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1834-08-10 14:00", "note": null, "place": {"c1": "", "c2": "83", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Le Pradet", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Julien Laurent", "family": "Noble", "nobility": ""}, "birth": {"date": "1834-08-10 14:00", "place": {"c1": "", "c2": "83", "c3": "", "cy": "FR", "name": "Le Pradet"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-296"}}, "raw": {"DAY": "10-8-1834", "HOUR": "14 h.", "NAME": "NOBLE Julien Laurent", "PLACE": "Le Pradet (Var)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24580	noel-paul-jean-jos-1850-08-04	{"g55": "06-297"}	{"g55": "06-297"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul Jean Jos.", "family": "Noel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1850-08-04 07:00", "note": null, "place": {"c1": "", "c2": "08", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Charleville", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul Jean Jos.", "family": "Noel", "nobility": ""}, "birth": {"date": "1850-08-04 07:00", "place": {"c1": "", "c2": "08", "c3": "", "cy": "FR", "name": "Charleville"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-297"}}, "raw": {"DAY": "4-8-1850", "HOUR": "7 h.", "NAME": "NOEL Paul Jean Jos.", "PLACE": "Charleville (Ardennes)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24581	olivier-ferdinand-1873-05-24	{"g55": "06-298"}	{"g55": "06-298"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Olivier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1873-05-24 10:00", "note": null, "place": {"c1": "", "c2": "13", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Les Martigues", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Olivier", "nobility": ""}, "birth": {"date": "1873-05-24 10:00", "place": {"c1": "", "c2": "13", "c3": "", "cy": "FR", "name": "Les Martigues"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-298"}}, "raw": {"DAY": "24-5-1873", "HOUR": "10 h.", "NAME": "OLIVIER Ferdinand", "PLACE": "Les Martigues (Bouches-du-Rh.)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24582	olivier-louis-camille-1827-09-15	{"g55": "06-299"}	{"g55": "06-299"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis Camille", "family": "Olivier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1827-09-15 02:45", "note": null, "place": {"c1": "", "c2": "51", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Chalons-sur-Marne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis Camille", "family": "Olivier", "nobility": ""}, "birth": {"date": "1827-09-15 02:45", "place": {"c1": "", "c2": "51", "c3": "", "cy": "FR", "name": "Chalons-sur-Marne"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-299"}}, "raw": {"DAY": "15-9-1827", "HOUR": "2 h. 45", "NAME": "OLIVIER Louis Camille", "PLACE": "Chalons-sur-Marne (Marne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24583	ordinaire-marcel-1848-06-17	{"g55": "06-300"}	{"g55": "06-300"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Ordinaire", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1848-06-17 21:00", "note": null, "place": {"c1": "", "c2": "25", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Maisiéres.", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Ordinaire", "nobility": ""}, "birth": {"date": "1848-06-17 21:00", "place": {"c1": "", "c2": "25", "c3": "", "cy": "FR", "name": "Maisiéres."}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-300"}}, "raw": {"DAY": "17-6-1848", "HOUR": "21 h.", "NAME": "ORDINAIRE Marcel", "PLACE": "Maisiéres. (Doubs)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24584	ottaviano-jack-rene-pierre-1924-06-20	{"g55": "06-301"}	{"g55": "06-301"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jack René Pierre", "family": "Ottaviano", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1924-06-20 19:00", "note": null, "place": {"c1": "", "c2": "03", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Vichy", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jack René Pierre", "family": "Ottaviano", "nobility": ""}, "birth": {"date": "1924-06-20 19:00", "place": {"c1": "", "c2": "03", "c3": "", "cy": "FR", "name": "Vichy"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-301"}}, "raw": {"DAY": "20-6-1924", "HOUR": "19 h.", "NAME": "OTTAVIANO Jack René Pierre", "PLACE": "Vichy (Allier)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24585	paget-germain-1817-05-16	{"g55": "06-302"}	{"g55": "06-302"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Germain", "family": "Paget", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1817-05-16 17:00", "note": null, "place": {"c1": "", "c2": "39", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Morbier", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Germain", "family": "Paget", "nobility": ""}, "birth": {"date": "1817-05-16 17:00", "place": {"c1": "", "c2": "39", "c3": "", "cy": "FR", "name": "Morbier"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-302"}}, "raw": {"DAY": "16-5-1817", "HOUR": "17 h.", "NAME": "PAGET Germain", "PLACE": "Morbier (Jura)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24586	paguenaud-jean-louis-1876-06-30	{"g55": "06-303"}	{"g55": "06-303"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Louis", "family": "Paguenaud", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1876-06-30 12:00", "note": null, "place": {"c1": "", "c2": "87", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Coussac-Bonneval", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean-Louis", "family": "Paguenaud", "nobility": ""}, "birth": {"date": "1876-06-30 12:00", "place": {"c1": "", "c2": "87", "c3": "", "cy": "FR", "name": "Coussac-Bonneval"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-303"}}, "raw": {"DAY": "30-6-1876", "HOUR": "12 h.", "NAME": "PAGUENAUD Jean-Louis", "PLACE": "Coussac-Bonneval (Hte-V.)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24587	paillet-fernand-1850-02-06	{"g55": "06-304"}	{"g55": "06-304"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Paillet", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1850-02-06 16:00", "note": null, "place": {"c1": "", "c2": "79", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Niort", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Paillet", "nobility": ""}, "birth": {"date": "1850-02-06 16:00", "place": {"c1": "", "c2": "79", "c3": "", "cy": "FR", "name": "Niort"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-304"}}, "raw": {"DAY": "6-2-1850", "HOUR": "16 h.", "NAME": "PAILLET Fernand", "PLACE": "Niort (Deux-Sévres)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24588	palvadeau-florimond-1815-01-09	{"g55": "06-305"}	{"g55": "06-305"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Florimond", "family": "Palvadeau", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1815-01-09 10:00", "note": null, "place": {"c1": "", "c2": "85", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Noirmoutiers", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Florimond", "family": "Palvadeau", "nobility": ""}, "birth": {"date": "1815-01-09 10:00", "place": {"c1": "", "c2": "85", "c3": "", "cy": "FR", "name": "Noirmoutiers"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-305"}}, "raw": {"DAY": "9-1-1815", "HOUR": "10 h.", "NAME": "PALVADEAU Florimond", "PLACE": "Noirmoutiers (Vendée)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24589	paris-alfred-jean-1848-05-10	{"g55": "06-306"}	{"g55": "06-306"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred Jean", "family": "Paris", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1848-05-10 09:00", "note": null, "place": {"c1": "", "c2": "65", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Tarbes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alfred Jean", "family": "Paris", "nobility": ""}, "birth": {"date": "1848-05-10 09:00", "place": {"c1": "", "c2": "65", "c3": "", "cy": "FR", "name": "Tarbes"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-306"}}, "raw": {"DAY": "10-5-1848", "HOUR": "9 h.", "NAME": "PARIS Alfred Jean", "PLACE": "Tarbes (Hautes-Pyrénées)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24590	pascal-paul-1867-11-25	{"g55": "06-307"}	{"g55": "06-307"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Pascal", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1867-11-25 04:00", "note": null, "place": {"c1": "", "c2": "77", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Melun", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Pascal", "nobility": ""}, "birth": {"date": "1867-11-25 04:00", "place": {"c1": "", "c2": "77", "c3": "", "cy": "FR", "name": "Melun"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-307"}}, "raw": {"DAY": "25-11-1867", "HOUR": "4 h.", "NAME": "PASCAL Paul", "PLACE": "Melun (Seine-et-Marne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24591	passage-arthur-marie-1838-05-24	{"g55": "06-308"}	{"g55": "06-308"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur-Marie", "family": "Passage", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1838-05-24 15:00", "note": null, "place": {"c1": "", "c2": "80", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Frohen-le-Grand", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Arthur-Marie", "family": "Passage", "nobility": ""}, "birth": {"date": "1838-05-24 15:00", "place": {"c1": "", "c2": "80", "c3": "", "cy": "FR", "name": "Frohen-le-Grand"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-308"}}, "raw": {"DAY": "24-5-1838", "HOUR": "15 h.", "NAME": "PASSAGE Arthur-Marie", "PLACE": "Frohen-le-Grand (Somme)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24592	passebosc-adrien-eugene-1845-05-15	{"g55": "06-309"}	{"g55": "06-309"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrien Eugène", "family": "Passebosc", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1845-05-15 15:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Castres", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Adrien Eugène", "family": "Passebosc", "nobility": ""}, "birth": {"date": "1845-05-15 15:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Castres"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-309"}}, "raw": {"DAY": "15-5-1845", "HOUR": "15 h.", "NAME": "PASSEBOSC Adrien Eugène", "PLACE": "Castres (Tarn)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24593	pauthe-jacques-freder-1809-06-20	{"g55": "06-310"}	{"g55": "06-310"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques Frédér.", "family": "Pauthe", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1809-06-20 01:00", "note": null, "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Castres", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jacques Frédér.", "family": "Pauthe", "nobility": ""}, "birth": {"date": "1809-06-20 01:00", "place": {"c1": "", "c2": "81", "c3": "", "cy": "FR", "name": "Castres"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-310"}}, "raw": {"DAY": "20-6-1809", "HOUR": "1 h.", "NAME": "PAUTHE Jacques Frédér.", "PLACE": "Castres (Tarn)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24594	pauvert-henri-martin-1864-04-18	{"g55": "06-311"}	{"g55": "06-311"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri Martin", "family": "Pauvert", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1864-04-18 20:00", "note": null, "place": {"c1": "", "c2": "31", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Noé", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri Martin", "family": "Pauvert", "nobility": ""}, "birth": {"date": "1864-04-18 20:00", "place": {"c1": "", "c2": "31", "c3": "", "cy": "FR", "name": "Noé"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-311"}}, "raw": {"DAY": "18-4-1864", "HOUR": "20 h.", "NAME": "PAUVERT Henri Martin", "PLACE": "Noé (Haute-Garonne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24595	peraux-lionel-1871-11-24	{"g55": "06-312"}	{"g55": "06-312"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lionel", "family": "Peraux", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1871-11-24 22:00", "note": null, "place": {"c1": "", "c2": "44", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Nantes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Lionel", "family": "Peraux", "nobility": ""}, "birth": {"date": "1871-11-24 22:00", "place": {"c1": "", "c2": "44", "c3": "", "cy": "FR", "name": "Nantes"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-312"}}, "raw": {"DAY": "24-11-1871", "HOUR": "22 h.", "NAME": "PERAUX Lionel", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24596	peri-lucy-lily-1880-05-03	{"g55": "06-313"}	{"g55": "06-313"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucy Lily", "family": "Peri", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1880-05-03 19:00", "note": null, "place": {"c1": "", "c2": "20", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Ajaccio", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Lucy Lily", "family": "Peri", "nobility": ""}, "birth": {"date": "1880-05-03 19:00", "place": {"c1": "", "c2": "20", "c3": "", "cy": "FR", "name": "Ajaccio"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-313"}}, "raw": {"DAY": "3-5-1880", "HOUR": "19 h.", "NAME": "PERI Lucy Lily", "PLACE": "Ajaccio (Corse)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24597	perrodin-auguste-franc-1834-10-15	{"g55": "06-314"}	{"g55": "06-314"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste Franc.", "family": "Perrodin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1834-10-15 23:00", "note": null, "place": {"c1": "", "c2": "01", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "’ Bourg-en-Bresse", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Auguste Franc.", "family": "Perrodin", "nobility": ""}, "birth": {"date": "1834-10-15 23:00", "place": {"c1": "", "c2": "01", "c3": "", "cy": "FR", "name": "’ Bourg-en-Bresse"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-314"}}, "raw": {"DAY": "15-10-1834", "HOUR": "23 h.", "NAME": "PERRODIN Auguste Franc.", "PLACE": "’ Bourg-en-Bresse (Ain)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24598	perrot-maurice-fr-1892-01-02	{"g55": "06-315"}	{"g55": "06-315"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice Fr.", "family": "Perrot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1892-01-02 13:00", "note": null, "place": {"c1": "", "c2": "78", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Verneuil", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Maurice Fr.", "family": "Perrot", "nobility": ""}, "birth": {"date": "1892-01-02 13:00", "place": {"c1": "", "c2": "78", "c3": "", "cy": "FR", "name": "Verneuil"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-315"}}, "raw": {"DAY": "2-1-1892", "HOUR": "13 h.", "NAME": "PERROT Maurice Fr.", "PLACE": "Verneuil (Seine-et-Oise)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24599	petit-francois-const-1819-01-03	{"g55": "06-316"}	{"g55": "06-316"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francois Const.", "family": "Petit", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1819-01-03 07:00", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Douai", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Francois Const.", "family": "Petit", "nobility": ""}, "birth": {"date": "1819-01-03 07:00", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Douai"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-316"}}, "raw": {"DAY": "3-1-1819", "HOUR": "7 h.", "NAME": "PETIT Francois Const.", "PLACE": "Douai (Nord)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24600	petit-louis-1864-03-10	{"g55": "06-317"}	{"g55": "06-317"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Petit", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1864-03-10 12:00", "note": null, "place": {"c1": "", "c2": "52", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Arnancourt", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Petit", "nobility": ""}, "birth": {"date": "1864-03-10 12:00", "place": {"c1": "", "c2": "52", "c3": "", "cy": "FR", "name": "Arnancourt"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-317"}}, "raw": {"DAY": "10-3-1864", "HOUR": "12 h.", "NAME": "PETIT Louis", "PLACE": "Arnancourt (Haute-Marne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24601	pierre-polbert-pierre-bertrand-1901-01-24	{"g55": "06-318"}	{"g55": "06-318"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Pierre BERTRAND)", "family": "Pierre-polbert", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1901-01-24 08:30", "note": null, "place": {"c1": "", "c2": "77", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Meaux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "(Pierre BERTRAND)", "family": "Pierre-polbert", "nobility": ""}, "birth": {"date": "1901-01-24 08:30", "place": {"c1": "", "c2": "77", "c3": "", "cy": "FR", "name": "Meaux"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-318"}}, "raw": {"DAY": "24-1-1901", "HOUR": "8 h. 30", "NAME": "PIERRE-POLBERT (Pierre BERTRAND)", "PLACE": "Meaux (Seine-et-Marne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24602	piebourg-edmond-1851-02-15	{"g55": "06-319"}	{"g55": "06-319"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Piebourg", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1851-02-15 15:30", "note": null, "place": {"c1": "", "c2": "28", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Chartres", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Piebourg", "nobility": ""}, "birth": {"date": "1851-02-15 15:30", "place": {"c1": "", "c2": "28", "c3": "", "cy": "FR", "name": "Chartres"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-319"}}, "raw": {"DAY": "15-2-1851", "HOUR": "15 h. 30", "NAME": "PIEBOURG Edmond", "PLACE": "Chartres (Eure-et-Loire)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24603	philippe-desire-1822-04-02	{"g55": "06-320"}	{"g55": "06-320"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Désiré", "family": "Philippe", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1822-04-02 18:00", "note": null, "place": {"c1": "", "c2": "77", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Solers", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Désiré", "family": "Philippe", "nobility": ""}, "birth": {"date": "1822-04-02 18:00", "place": {"c1": "", "c2": "77", "c3": "", "cy": "FR", "name": "Solers"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-320"}}, "raw": {"DAY": "2-4-1822", "HOUR": "18 h.", "NAME": "PHILIPPE Désiré", "PLACE": "Solers (Seine-et-Marne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24604	pinot-francols-1817-01-09	{"g55": "06-321"}	{"g55": "06-321"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francols", "family": "Pinot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1817-01-09 03:00", "note": null, "place": {"c1": "", "c2": "88", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Epinal", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Francols", "family": "Pinot", "nobility": ""}, "birth": {"date": "1817-01-09 03:00", "place": {"c1": "", "c2": "88", "c3": "", "cy": "FR", "name": "Epinal"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-321"}}, "raw": {"DAY": "9-1-1817", "HOUR": "3 h.", "NAME": "PINOT Francols", "PLACE": "Epinal (Vosges)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24605	pilliard-jacques-1811-10-23	{"g55": "06-322"}	{"g55": "06-322"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Pilliard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1811-10-23 16:00", "note": null, "place": {"c1": "", "c2": "38", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Vienne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Pilliard", "nobility": ""}, "birth": {"date": "1811-10-23 16:00", "place": {"c1": "", "c2": "38", "c3": "", "cy": "FR", "name": "Vienne"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-322"}}, "raw": {"DAY": "23-10-1811", "HOUR": "16 h.", "NAME": "PILLIARD Jacques", "PLACE": "Vienne (Isère)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24606	pitard-ferdinand-1850-01-02	{"g55": "06-323"}	{"g55": "06-323"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Pitard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1850-01-02 23:00", "note": null, "place": {"c1": "", "c2": "41", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Mondoubleay", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Pitard", "nobility": ""}, "birth": {"date": "1850-01-02 23:00", "place": {"c1": "", "c2": "41", "c3": "", "cy": "FR", "name": "Mondoubleay"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-323"}}, "raw": {"DAY": "2-1-1850", "HOUR": "23 h.", "NAME": "PITARD Ferdinand", "PLACE": "Mondoubleay (Loir-et-Cher)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24607	plauzeau-louis-alfred-1875-03-13	{"g55": "06-324"}	{"g55": "06-324"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis Alfred", "family": "Plauzeau", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1875-03-13 02:00", "note": null, "place": {"c1": "", "c2": "86", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Avanton-Paché", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis Alfred", "family": "Plauzeau", "nobility": ""}, "birth": {"date": "1875-03-13 02:00", "place": {"c1": "", "c2": "86", "c3": "", "cy": "FR", "name": "Avanton-Paché"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-324"}}, "raw": {"DAY": "13-3-1875", "HOUR": "2 h.", "NAME": "PLAUZEAU Louis Alfred", "PLACE": "Avanton-Paché (Vienne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24608	poitevin-pierre-jean-1889-07-02	{"g55": "06-325"}	{"g55": "06-325"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre Jean", "family": "Poitevin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1889-07-02 02:00", "note": null, "place": {"c1": "", "c2": "86", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "ChAtellerault", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre Jean", "family": "Poitevin", "nobility": ""}, "birth": {"date": "1889-07-02 02:00", "place": {"c1": "", "c2": "86", "c3": "", "cy": "FR", "name": "ChAtellerault"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-325"}}, "raw": {"DAY": "2-7-1889", "HOUR": "2 h.", "NAME": "POITEVIN Pierre Jean", "PLACE": "ChAtellerault (Vienne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24609	pontoy-henri-jean-1888-02-05	{"g55": "06-326"}	{"g55": "06-326"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri Jean", "family": "Pontoy", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1888-02-05 14:00", "note": null, "place": {"c1": "", "c2": "51", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Reims", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Henri Jean", "family": "Pontoy", "nobility": ""}, "birth": {"date": "1888-02-05 14:00", "place": {"c1": "", "c2": "51", "c3": "", "cy": "FR", "name": "Reims"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-326"}}, "raw": {"DAY": "5-2-1888", "HOUR": "14 h.", "NAME": "PONTOY Henri Jean", "PLACE": "Reims (Marne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24610	rambert-jean-1819-02-22	{"g55": "06-327"}	{"g55": "06-327"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Rambert", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1819-02-22 05:00", "note": null, "place": {"c1": "", "c2": "42", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Roanne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Rambert", "nobility": ""}, "birth": {"date": "1819-02-22 05:00", "place": {"c1": "", "c2": "42", "c3": "", "cy": "FR", "name": "Roanne"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-327"}}, "raw": {"DAY": "22-2-1819", "HOUR": "5 h.", "NAME": "RAMBERT Jean", "PLACE": "Roanne (Loire)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24611	raymond-marie-1908-05-04	{"g55": "06-328"}	{"g55": "06-328"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Raymond", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1908-05-04 21:00", "note": null, "place": {"c1": "", "c2": "06", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "La Colle-sur-Loup", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Raymond", "nobility": ""}, "birth": {"date": "1908-05-04 21:00", "place": {"c1": "", "c2": "06", "c3": "", "cy": "FR", "name": "La Colle-sur-Loup"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-328"}}, "raw": {"DAY": "4-5-1908", "HOUR": "21 h.", "NAME": "\\fRAYMOND Marie", "PLACE": "La Colle-sur-Loup (Alpes-Marit.)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24612	regnault-de-maulmain-emile-1836-01-02	{"g55": "06-329"}	{"g55": "06-329"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "de MAULMAIN Emile", "family": "Regnault", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1836-01-02 23:00", "note": null, "place": {"c1": "", "c2": "39", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lons-le-Saunier", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "de MAULMAIN Emile", "family": "Regnault", "nobility": ""}, "birth": {"date": "1836-01-02 23:00", "place": {"c1": "", "c2": "39", "c3": "", "cy": "FR", "name": "Lons-le-Saunier"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-329"}}, "raw": {"DAY": "2-1-1836", "HOUR": "23 h.", "NAME": "REGNAULT de MAULMAIN Emile", "PLACE": "Lons-le-Saunier (J.)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24613	remillieux-pierre-etienne-1811-04-15	{"g55": "06-330"}	{"g55": "06-330"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre Etienne", "family": "Remillieux", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1811-04-15 16:00", "note": null, "place": {"c1": "", "c2": "38", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Vienne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre Etienne", "family": "Remillieux", "nobility": ""}, "birth": {"date": "1811-04-15 16:00", "place": {"c1": "", "c2": "38", "c3": "", "cy": "FR", "name": "Vienne"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-330"}}, "raw": {"DAY": "15-4-1811", "HOUR": "16 h.", "NAME": "REMILLIEUX Pierre Etienne", "PLACE": "Vienne (Isère)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24614	renard-pierre-1870-12-20	{"g55": "06-331"}	{"g55": "06-331"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Renard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1870-12-20 21:00", "note": null, "place": {"c1": "", "c2": "51", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Reims", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Renard", "nobility": ""}, "birth": {"date": "1870-12-20 21:00", "place": {"c1": "", "c2": "51", "c3": "", "cy": "FR", "name": "Reims"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-331"}}, "raw": {"DAY": "20-12-1870", "HOUR": "21 h.", "NAME": "RENARD Pierre", "PLACE": "Reims (Marne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24615	renouard-antony-eugene-1835-03-20	{"g55": "06-332"}	{"g55": "06-332"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antony Eugène", "family": "Renouard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1835-03-20 09:00", "note": null, "place": {"c1": "", "c2": "41", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Cour-Cheverny", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Antony Eugène", "family": "Renouard", "nobility": ""}, "birth": {"date": "1835-03-20 09:00", "place": {"c1": "", "c2": "41", "c3": "", "cy": "FR", "name": "Cour-Cheverny"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-332"}}, "raw": {"DAY": "20-3-1835", "HOUR": "9 h.", "NAME": "RENOUARD Antony Eugène", "PLACE": "Cour-Cheverny (L.-et-C.)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24616	renoux-jules-ernest-1863-05-05	{"g55": "06-333"}	{"g55": "06-333"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules Ernest", "family": "Renoux", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1863-05-05 17:00", "note": null, "place": {"c1": "", "c2": "02", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Romény", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules Ernest", "family": "Renoux", "nobility": ""}, "birth": {"date": "1863-05-05 17:00", "place": {"c1": "", "c2": "02", "c3": "", "cy": "FR", "name": "Romény"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-333"}}, "raw": {"DAY": "5-5-1863", "HOUR": "17 h.", "NAME": "RENOUX Jules Ernest", "PLACE": "Romény (Aisne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24617	revel-paul-jean-1922-05-02	{"g55": "06-334"}	{"g55": "06-334"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul Jean", "family": "Revel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1922-05-02 03:00", "note": null, "place": {"c1": "", "c2": "06", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Cannes", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul Jean", "family": "Revel", "nobility": ""}, "birth": {"date": "1922-05-02 03:00", "place": {"c1": "", "c2": "06", "c3": "", "cy": "FR", "name": "Cannes"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-334"}}, "raw": {"DAY": "2-5-1922", "HOUR": "3 h.", "NAME": "REVEL Paul Jean", "PLACE": "Cannes (Alpes-Maritimes)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24618	reymond-suffren-nanette-1895-02-10	{"g55": "06-335"}	{"g55": "06-335"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Nanette", "family": "Reymond-suffren", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1895-02-10 07:30", "note": null, "place": {"c1": "", "c2": "", "c3": "", "cy": "MC", "lg": null, "lat": null, "name": "Monaco", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Nanette", "family": "Reymond-suffren", "nobility": ""}, "birth": {"date": "1895-02-10 07:30", "place": {"c1": "", "c2": "", "c3": "", "cy": "MC", "name": "Monaco"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-335"}}, "raw": {"DAY": "10-2-1895", "HOUR": "7 h. 30", "NAME": "REYMOND-SUFFREN Nanette", "PLACE": "Monaco (Pr. Mon.)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24619	ribeaucourt-jules-1866-04-02	{"g55": "06-336"}	{"g55": "06-336"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Ribeaucourt", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1866-04-02 16:00", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Maubeuge", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Ribeaucourt", "nobility": ""}, "birth": {"date": "1866-04-02 16:00", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Maubeuge"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-336"}}, "raw": {"DAY": "2-4-1866", "HOUR": "16 h.", "NAME": "RIBEAUCOURT Jules", "PLACE": "Maubeuge (Nord)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24620	richard-antoine-desire-1822-03-20	{"g55": "06-337"}	{"g55": "06-337"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine Désiré", "family": "Richard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1822-03-20 06:30", "note": null, "place": {"c1": "", "c2": "71", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Chalon-sur-Saône", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Antoine Désiré", "family": "Richard", "nobility": ""}, "birth": {"date": "1822-03-20 06:30", "place": {"c1": "", "c2": "71", "c3": "", "cy": "FR", "name": "Chalon-sur-Saône"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-337"}}, "raw": {"DAY": "20-3-1822", "HOUR": "6 h. 30", "NAME": "RICHARD Antoine Désiré", "PLACE": "Chalon-sur-Saône (S.-L.)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24621	richard-victor-lucien-1848-01-22	{"g55": "06-338"}	{"g55": "06-338"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor Lucien", "family": "Richard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1848-01-22 03:00", "note": null, "place": {"c1": "", "c2": "85", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Les Sables d’Olonne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Victor Lucien", "family": "Richard", "nobility": ""}, "birth": {"date": "1848-01-22 03:00", "place": {"c1": "", "c2": "85", "c3": "", "cy": "FR", "name": "Les Sables d’Olonne"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-338"}}, "raw": {"DAY": "22-1-1848", "HOUR": "3 h.", "NAME": "RICHARD Victor Lucien", "PLACE": "Les Sables d’Olonne (Vendée)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24622	richard-cavaro-charles-adolphe-1819-04-20	{"g55": "06-339"}	{"g55": "06-339"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles Adolphe", "family": "Richard-cavaro", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1819-04-20 09:00", "note": null, "place": {"c1": "", "c2": "27", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Vernon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles Adolphe", "family": "Richard-cavaro", "nobility": ""}, "birth": {"date": "1819-04-20 09:00", "place": {"c1": "", "c2": "27", "c3": "", "cy": "FR", "name": "Vernon"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-339"}}, "raw": {"DAY": "20-4-1819", "HOUR": "9 h.", "NAME": "RICHARD-CAVARO Charles Adolphe", "PLACE": "Vernon (Eure)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
14476	raimbaud-arthur-1854-10-20	{"a6": "689", "g55": "06-340", "afd2": "479"}	{"g55": "06-340", "lerrcp": "A6-689", "muller": "M2-479"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Arthur", "family": "Raimbaud", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:18:56", "date": "1854-10-20 06:00", "note": "LMT", "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Charleville", "geoid": 0}, "notime": null, "date-ut": "1854-10-20 05:41:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["poet", "fictional-writer", "painter"]	5	null	[{"new": {"name": {"given": "Arthur", "family": "Raimbaud"}, "birth": {"tzo": "+00:18:56", "date": "1854-10-20 06:00", "place": {"c2": "08", "cy": "FR", "lg": 4.73333, "lat": 49.76667, "name": "Charleville", "geoid": 0}, "date-ut": "1854-10-20 05:41:04"}, "occus": ["writer"], "trust": 5, "partial_ids": {"lerrcp": "A6-689"}, "ids-in-sources": {"a6": "689"}}, "raw": {"H": "5", "MN": "41", "TZ": "0", "COD": "08", "COU": "F", "DAY": "20", "LAT": "49N46", "LON": "4E44", "MON": "10", "NUM": "689", "PRO": "W", "SEC": "4", "YEA": "1854", "CITY": "CHARLEVILLE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"sex": "M", "birth": {"note": "LMT"}, "occus": ["fictional-writer"], "ids-in-sources": {"afd2": "479"}}, "raw": {"CY": "F", "GQ": "G", "LG": "004 E 42", "LAT": "49 N 50", "TZO": "", "DATE": "20.10.1854", "MUID": "479", "NAME": "Rimbaud, Arthur", "OCCU": "AR 01", "TIME": "06.00", "BOOKS": "4567", "PLACE": "Charleville", "TIMOD": "LMT", "SOURCE": "SG"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"birth": {"place": {"name": "Charleville"}}, "partial-ids": {"g55": "06-340"}, "ids-in-source": {"g55": "06-340"}}, "raw": {"DAY": "20-10-1854", "HOUR": "6 h.", "NAME": "RIMBAUD Arthur", "PLACE": "Charleville (Ardennes)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24623	risler-auguste-charles-1819-08-29	{"g55": "06-341"}	{"g55": "06-341"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste Charles", "family": "Risler", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1819-08-29 00:00", "note": null, "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Cernay", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Auguste Charles", "family": "Risler", "nobility": ""}, "birth": {"date": "1819-08-29 00:00", "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "name": "Cernay"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-341"}}, "raw": {"DAY": "29-8-1819", "HOUR": "0 h.", "NAME": "RISLER Auguste Charles", "PLACE": "Cernay (Haut-Rhin)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24624	rivoulon-antoine-1810-02-16	{"g55": "06-342"}	{"g55": "06-342"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Antoine", "family": "Rivoulon", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1810-02-16 09:00", "note": null, "place": {"c1": "", "c2": "03", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Cusset", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Antoine", "family": "Rivoulon", "nobility": ""}, "birth": {"date": "1810-02-16 09:00", "place": {"c1": "", "c2": "03", "c3": "", "cy": "FR", "name": "Cusset"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-342"}}, "raw": {"DAY": "16-2-1810", "HOUR": "9 h.", "NAME": "RIVOULON Antoine", "PLACE": "Cusset (Allier)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24625	robert-alphonse-1807-03-19	{"g55": "06-343"}	{"g55": "06-343"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alphonse", "family": "Robert", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1807-03-19 12:00", "note": null, "place": {"c1": "", "c2": "92", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Sèvres", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Alphonse", "family": "Robert", "nobility": ""}, "birth": {"date": "1807-03-19 12:00", "place": {"c1": "", "c2": "92", "c3": "", "cy": "FR", "name": "Sèvres"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-343"}}, "raw": {"DAY": "19-3-1807", "HOUR": "12 h.", "NAME": "ROBERT Alphonse", "PLACE": "Sèvres (Seine-et-Oise)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24626	robert-therese-1895-06-08	{"g55": "06-344"}	{"g55": "06-344"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Thérése", "family": "Robert", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1895-06-08 20:00", "note": null, "place": {"c1": "", "c2": "56", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Belle-Isle", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Thérése", "family": "Robert", "nobility": ""}, "birth": {"date": "1895-06-08 20:00", "place": {"c1": "", "c2": "56", "c3": "", "cy": "FR", "name": "Belle-Isle"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-344"}}, "raw": {"DAY": "8-6-1895", "HOUR": "20 h.", "NAME": "ROBERT Thérése", "PLACE": "Belle-Isle (Morbihan)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24627	robin-louis-1845-10-18	{"g55": "06-345"}	{"g55": "06-345"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Robin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1845-10-18 01:00", "note": null, "place": {"c1": "", "c2": "69", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Villefranche", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Robin", "nobility": ""}, "birth": {"date": "1845-10-18 01:00", "place": {"c1": "", "c2": "69", "c3": "", "cy": "FR", "name": "Villefranche"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-345"}}, "raw": {"DAY": "18-10-1845", "HOUR": "1 h.", "NAME": "ROBIN Louis", "PLACE": "Villefranche (Rhône)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24628	ronijat-etienne-antoine-1822-04-19	{"g55": "06-346"}	{"g55": "06-346"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne Antoine", "family": "Ronijat", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1822-04-19 09:00", "note": null, "place": {"c1": "", "c2": "38", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Vienne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Etienne Antoine", "family": "Ronijat", "nobility": ""}, "birth": {"date": "1822-04-19 09:00", "place": {"c1": "", "c2": "38", "c3": "", "cy": "FR", "name": "Vienne"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-346"}}, "raw": {"DAY": "19-4-1822", "HOUR": "9 h.", "NAME": "RONIJAT Etienne Antoine", "PLACE": "Vienne (Isère)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24629	rothmuller-jacques-1804-12-29	{"g55": "06-347"}	{"g55": "06-347"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Rothmuller", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1804-12-29 05:00", "note": null, "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Colmar", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Rothmuller", "nobility": ""}, "birth": {"date": "1804-12-29 05:00", "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "name": "Colmar"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-347"}}, "raw": {"DAY": "29-12-1804", "HOUR": "5 h.", "NAME": "ROTHMULLER Jacques", "PLACE": "Colmar (Haut-Rhin)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24630	rousse-adolphe-marie-1844-09-19	{"g55": "06-348"}	{"g55": "06-348"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe-Marie", "family": "Rousse", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1844-09-19 00:30", "note": null, "place": {"c1": "", "c2": "44", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "La Plaine", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Adolphe-Marie", "family": "Rousse", "nobility": ""}, "birth": {"date": "1844-09-19 00:30", "place": {"c1": "", "c2": "44", "c3": "", "cy": "FR", "name": "La Plaine"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-348"}}, "raw": {"DAY": "19-9-1844", "HOUR": "0 h. 30", "NAME": "ROUSSE Adolphe-Marie", "PLACE": "La Plaine (Loire-Infér.)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24631	roussel-charles-emile-1861-02-16	{"g55": "06-349"}	{"g55": "06-349"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles Emile", "family": "Roussel", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1861-02-16 19:00", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Tourcoing", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Charles Emile", "family": "Roussel", "nobility": ""}, "birth": {"date": "1861-02-16 19:00", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Tourcoing"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-349"}}, "raw": {"DAY": "16-2-1861", "HOUR": "19 h.", "NAME": "ROUSSEL Charles Emile", "PLACE": "Tourcoing (Nord)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24632	roussy-toussaint-1847-11-01	{"g55": "06-350"}	{"g55": "06-350"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Toussaint", "family": "Roussy", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1847-11-01 03:00", "note": null, "place": {"c1": "", "c2": "34", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Séte", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Toussaint", "family": "Roussy", "nobility": ""}, "birth": {"date": "1847-11-01 03:00", "place": {"c1": "", "c2": "34", "c3": "", "cy": "FR", "name": "Séte"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-350"}}, "raw": {"DAY": "1-11-1847", "HOUR": "3 h.", "NAME": "ROUSSY Toussaint", "PLACE": "Séte (Hérault)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24633	sebelon-claude-marius-1819-07-18	{"g55": "06-351"}	{"g55": "06-351"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude Marius", "family": "Sebelon", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1819-07-18 01:00", "note": null, "place": {"c1": "", "c2": "01", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Meximieux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Claude Marius", "family": "Sebelon", "nobility": ""}, "birth": {"date": "1819-07-18 01:00", "place": {"c1": "", "c2": "01", "c3": "", "cy": "FR", "name": "Meximieux"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-351"}}, "raw": {"DAY": "18-7-1819", "HOUR": "1 h.", "NAME": "SEBELON Claude Marius", "PLACE": "Meximieux (Ain)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24634	sebillot-paul-marie-1843-02-06	{"g55": "06-352"}	{"g55": "06-352"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul-Marie", "family": "Sebillot", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1843-02-06 16:00", "note": null, "place": {"c1": "", "c2": "22", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Matignon", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Paul-Marie", "family": "Sebillot", "nobility": ""}, "birth": {"date": "1843-02-06 16:00", "place": {"c1": "", "c2": "22", "c3": "", "cy": "FR", "name": "Matignon"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-352"}}, "raw": {"DAY": "6-2-1843", "HOUR": "16 h.", "NAME": "SEBILLOT Paul-Marie", "PLACE": "Matignon (Côtes-du-Nord)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24635	senechal-adrien-1895-07-05	{"g55": "06-353"}	{"g55": "06-353"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adrien", "family": "Senechal", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1895-07-05 19:00", "note": null, "place": {"c1": "", "c2": "51", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Reims", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Adrien", "family": "Senechal", "nobility": ""}, "birth": {"date": "1895-07-05 19:00", "place": {"c1": "", "c2": "51", "c3": "", "cy": "FR", "name": "Reims"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-353"}}, "raw": {"DAY": "5-7-1895", "HOUR": "19 h.", "NAME": "SENECHAL Adrien", "PLACE": "Reims (Marne)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24636	senezcourt-jules-1818-04-19	{"g55": "06-354"}	{"g55": "06-354"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Senezcourt", "spouse": [], "nobility": "de", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1818-04-19 10:00", "note": null, "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Saint-Omer", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Senezcourt", "nobility": "de"}, "birth": {"date": "1818-04-19 10:00", "place": {"c1": "", "c2": "62", "c3": "", "cy": "FR", "name": "Saint-Omer"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-354"}}, "raw": {"DAY": "19-4-1818", "HOUR": "10 h.", "NAME": "SENEZCOURT (de) Jules", "PLACE": "Saint-Omer (Pas-de-Calais)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24637	salkin-fernand-1862-06-27	{"g55": "06-355"}	{"g55": "06-355"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Salkin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1862-06-27 02:00", "note": null, "place": {"c1": "", "c2": "26", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Montélimar", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Salkin", "nobility": ""}, "birth": {"date": "1862-06-27 02:00", "place": {"c1": "", "c2": "26", "c3": "", "cy": "FR", "name": "Montélimar"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-355"}}, "raw": {"DAY": "27-6-1862", "HOUR": "2 h.", "NAME": "SALKIN Fernand", "PLACE": "Montélimar (Drôme)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24638	salles-robert-leon-1871-05-17	{"g55": "06-356"}	{"g55": "06-356"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert Léon", "family": "Salles", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1871-05-17 23:00", "note": null, "place": {"c1": "", "c2": "14", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Lisieux", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Robert Léon", "family": "Salles", "nobility": ""}, "birth": {"date": "1871-05-17 23:00", "place": {"c1": "", "c2": "14", "c3": "", "cy": "FR", "name": "Lisieux"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-356"}}, "raw": {"DAY": "17-5-1871", "HOUR": "23 h.", "NAME": "SALLES Robert Léon", "PLACE": "Lisieux (Calvados)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24639	saltzmann-auguste-1824-04-14	{"g55": "06-357"}	{"g55": "06-357"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Auguste", "family": "Saltzmann", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1824-04-14 15:00", "note": null, "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Ribeauvillé", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Auguste", "family": "Saltzmann", "nobility": ""}, "birth": {"date": "1824-04-14 15:00", "place": {"c1": "", "c2": "68", "c3": "", "cy": "FR", "name": "Ribeauvillé"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-357"}}, "raw": {"DAY": "14-4-1824", "HOUR": "15 h.", "NAME": "SALTZMANN Auguste", "PLACE": "Ribeauvillé (Haut-Rhin)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24640	salvaire-edouard-jules-1831-12-05	{"g55": "06-358"}	{"g55": "06-358"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard Jules", "family": "Salvaire", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1831-12-05 03:00", "note": null, "place": {"c1": "01", "c2": "", "c3": "", "cy": "DZ", "lg": null, "lat": null, "name": "Alger", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Edouard Jules", "family": "Salvaire", "nobility": ""}, "birth": {"date": "1831-12-05 03:00", "place": {"c1": "01", "c2": "", "c3": "", "cy": "DZ", "name": "Alger"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-358"}}, "raw": {"DAY": "5-12-1831", "HOUR": "3 h.", "NAME": "SALVAIRE Edouard Jules", "PLACE": "Alger (Algérie)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24641	sarthou-maurice-elie-1911-01-15	{"g55": "06-359"}	{"g55": "06-359"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice Elie", "family": "Sarthou", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1911-01-15 10:00", "note": null, "place": {"c1": "", "c2": "64", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Bayonne", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Maurice Elie", "family": "Sarthou", "nobility": ""}, "birth": {"date": "1911-01-15 10:00", "place": {"c1": "", "c2": "64", "c3": "", "cy": "FR", "name": "Bayonne"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-359"}}, "raw": {"DAY": "15-1-1911", "HOUR": "10 h.", "NAME": "SARTHOU Maurice Elie", "PLACE": "Bayonne (Basses-Pyrénées)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24642	saudemont-emile-1898-10-14	{"g55": "06-360"}	{"g55": "06-360"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Saudemont", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1898-10-14 10:00", "note": null, "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Denain", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Saudemont", "nobility": ""}, "birth": {"date": "1898-10-14 10:00", "place": {"c1": "", "c2": "59", "c3": "", "cy": "FR", "name": "Denain"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-360"}}, "raw": {"DAY": "14-10-1898", "HOUR": "10 h.", "NAME": "SAUDEMONT Emile", "PLACE": "Denain (Nord)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24643	sautin-rene-1881-10-12	{"g55": "06-361"}	{"g55": "06-361"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Sautin", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1881-10-12 01:00", "note": null, "place": {"c1": "", "c2": "27", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Montfort-sur-Risle", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "René", "family": "Sautin", "nobility": ""}, "birth": {"date": "1881-10-12 01:00", "place": {"c1": "", "c2": "27", "c3": "", "cy": "FR", "name": "Montfort-sur-Risle"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-361"}}, "raw": {"DAY": "12-10-1881", "HOUR": "1 h.", "NAME": "SAUTIN René", "PLACE": "Montfort-sur-Risle (Eure)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
24644	schmidt-frederic-albert-1846-12-09	{"g55": "06-362"}	{"g55": "06-362"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric Albert", "family": "Schmidt", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1846-12-09 06:00", "note": null, "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Sundhausen", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter"]	5	null	[{"new": {"name": {"given": "Frédéric Albert", "family": "Schmidt", "nobility": ""}, "birth": {"date": "1846-12-09 06:00", "place": {"c1": "", "c2": "67", "c3": "", "cy": "FR", "name": "Sundhausen"}}, "occus": ["painter"], "trust": 5, "ids-in-sources": {"g55": "06-362"}}, "raw": {"DAY": "9-12-1846", "HOUR": "6 h.", "NAME": "SCHMIDT Frédéric Albert", "PLACE": "Sundhausen (Bas-Rhin)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 06-361-minor-painters"}]	[]
11475	achard-leon-1831-02-16	{"a5": "2", "g55": "07-1"}	{"g55": "07-1", "lerrcp": "A5-2"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Léon", "family": "Achard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1831-02-16 12:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1831-02-16 11:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Léon", "family": "Achard"}, "birth": {"tzo": "+00:19:23", "date": "1831-02-16 12:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1831-02-16 11:40:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-2"}, "ids-in-sources": {"a5": "2"}}, "raw": {"H": "11", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "16", "LAT": "45N46", "LON": "4E50", "MON": "2", "NUM": "2", "PRO": "A", "SEC": "40", "YEA": "1831", "CITY": "LYON"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-1"}, "ids-in-source": {"g55": "07-1"}}, "raw": {"DAY": "16-2-1831", "HOUR": "12 h.", "NAME": "ACHARD Léon", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:48:58+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11480	agar-madame-1832-09-18	{"a5": "7", "g55": "07-3"}	{"g55": "07-3", "lerrcp": "A5-7"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Madame", "family": "Agar", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:46", "date": "1832-09-18 13:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.94028, "lat": 49.70187, "name": "Sedan", "geoid": 2975349}, "notime": null, "date-ut": "1832-09-18 12:41:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Madame", "family": "Agar"}, "birth": {"tzo": "+00:19:46", "date": "1832-09-18 13:00", "place": {"c2": "08", "cy": "FR", "lg": 4.94028, "lat": 49.70187, "name": "Sedan", "geoid": 2975349}, "date-ut": "1832-09-18 12:41:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-7"}, "ids-in-sources": {"a5": "7"}}, "raw": {"H": "12", "MN": "41", "TZ": "0", "COD": "08", "COU": "F", "DAY": "18", "LAT": "49N46", "LON": "4E44", "MON": "9", "NUM": "7", "PRO": "A", "SEC": "4", "YEA": "1832", "CITY": "SEDAN"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-3"}, "ids-in-source": {"g55": "07-3"}}, "raw": {"DAY": "18-9-1832", "HOUR": "13 h.", "NAME": "AGAR (Mme)", "PLACE": "Sedan (Ardennes)."}, "date": "2023-08-20T14:48:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11940	laurent-marie-1825-06-22	{"a5": "471", "g55": "07-5"}	{"g55": "07-5", "lerrcp": "A5-471"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Laurent", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:05", "date": "1825-06-22 12:00", "note": null, "place": {"c1": null, "c2": "19", "c3": null, "cy": "FR", "lg": 1.77233, "lat": 45.26582, "name": "Tulle", "geoid": 2971482}, "notime": null, "date-ut": "1825-06-22 11:52:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Laurent"}, "birth": {"tzo": "+00:07:05", "date": "1825-06-22 12:00", "place": {"c2": "19", "cy": "FR", "lg": 1.77233, "lat": 45.26582, "name": "Tulle", "geoid": 2971482}, "date-ut": "1825-06-22 11:52:56"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-471"}, "ids-in-sources": {"a5": "471"}}, "raw": {"H": "11", "MN": "52", "TZ": "0", "COD": "19", "COU": "F", "DAY": "22", "LAT": "45N16", "LON": "1E46", "MON": "6", "NUM": "471", "PRO": "A", "SEC": "56", "YEA": "1825", "CITY": "TULLE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-5"}, "ids-in-source": {"g55": "07-5"}}, "raw": {"DAY": "22-6-1825", "HOUR": "12 h.", "NAME": "ALLIOUZE-LUGUET Marie-Thérése", "PLACE": "Tulle (Corrèze)."}, "date": "2023-08-20T14:48:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11491	anais-mlle-1802-06-22	{"a5": "18", "g55": "07-6"}	{"g55": "07-6", "lerrcp": "A5-18"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mlle", "family": "Anais", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1802-06-22 23:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "8", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1802-06-22 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Mlle", "family": "Anais"}, "birth": {"tzo": "+00:09:24", "date": "1802-06-22 23:00", "place": {"c2": "75", "c3": "8", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1802-06-22 22:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-18"}, "ids-in-sources": {"a5": "18"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "22", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "18", "PRO": "A", "SEC": "40", "YEA": "1802", "CITY": "PARIS 8E"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-6"}, "ids-in-source": {"g55": "07-6"}}, "raw": {"DAY": "22-6-1802", "HOUR": "23 h.", "NAME": "ANAIS (Mlle)", "PLACE": "Paris (Seine)."}, "date": "2023-08-20T14:48:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11497	aniel-pierre-1797-11-25	{"a5": "24", "g55": "07-7"}	{"g55": "07-7", "lerrcp": "A5-24"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Aniel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1797-11-25 01:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1797-11-25 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Aniel"}, "birth": {"tzo": "+00:09:24", "date": "1797-11-25 01:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1797-11-25 00:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-24"}, "ids-in-sources": {"a5": "24"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "25", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "24", "PRO": "A", "SEC": "40", "YEA": "1797", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-7"}, "ids-in-source": {"g55": "07-7"}}, "raw": {"DAY": "25-11-1797", "HOUR": "1 h.", "NAME": "ANIEL Pierre Jean", "PLACE": "Paris (Seine)."}, "date": "2023-08-20T14:48:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11507	arnault-francois-1819-07-14	{"a5": "34", "g55": "07-9"}	{"g55": "07-9", "lerrcp": "A5-34"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Arnault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:08", "date": "1819-07-14 20:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.53333, "lat": 47.46667, "name": "Montreuil-Bellay", "geoid": 0}, "notime": null, "date-ut": "1819-07-14 20:02:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "François", "family": "Arnault"}, "birth": {"tzo": "-00:02:08", "date": "1819-07-14 20:00", "place": {"c2": "49", "cy": "FR", "lg": -0.53333, "lat": 47.46667, "name": "Montreuil-Bella", "geoid": 0}, "date-ut": "1819-07-14 20:02:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-34"}, "ids-in-sources": {"a5": "34"}}, "raw": {"H": "20", "MN": "2", "TZ": "0", "COD": "49", "COU": "F", "DAY": "14", "LAT": "47N28", "LON": "0W32", "MON": "7", "NUM": "34", "PRO": "A", "SEC": "8", "YEA": "1819", "CITY": "MONTREUIL-BELLA"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Montreuil-Bellay"}}, "partial-ids": {"g55": "07-9"}, "ids-in-source": {"g55": "07-9"}}, "raw": {"DAY": "14-7-1819", "HOUR": "20 h.", "NAME": "ARNAULT Francois Alph.", "PLACE": "Montreuil-Bellay (M.-et-L.)."}, "date": "2023-08-20T14:48:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11511	arnould-plessy-1819-09-07	{"a5": "38", "g55": "07-10"}	{"g55": "07-10", "lerrcp": "A5-38"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Arnould-Plessy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:41", "date": "1819-09-07 20:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1819-09-07 19:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Arnould-Plessy"}, "birth": {"tzo": "+00:24:41", "date": "1819-09-07 20:00", "place": {"c2": "57", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1819-09-07 19:35:16"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-38"}, "ids-in-sources": {"a5": "38"}}, "raw": {"H": "19", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "7", "LAT": "49N 7", "LON": "6E11", "MON": "9", "NUM": "38", "PRO": "A", "SEC": "16", "YEA": "1819", "CITY": "METZ"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-10"}, "ids-in-source": {"g55": "07-10"}}, "raw": {"DAY": "7-9-1819", "HOUR": "20 h.", "NAME": "ARNOULD-PLESSY (Mlle)", "PLACE": "Metz (Moselle)."}, "date": "2023-08-20T14:48:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11522	avenel-marie-1821-08-15	{"a5": "49", "g55": "07-11"}	{"g55": "07-11", "lerrcp": "A5-49"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Avenel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:01", "date": "1821-08-15 10:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.00288, "lat": 49.28669, "name": "Elbeuf", "geoid": 3020307}, "notime": null, "date-ut": "1821-08-15 09:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Avenel"}, "birth": {"tzo": "+00:04:01", "date": "1821-08-15 10:00", "place": {"c2": "76", "cy": "FR", "lg": 1.00288, "lat": 49.28669, "name": "Elbeuf", "geoid": 3020307}, "date-ut": "1821-08-15 09:55:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-49"}, "ids-in-sources": {"a5": "49"}}, "raw": {"H": "9", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "15", "LAT": "49N26", "LON": "1E 5", "MON": "8", "NUM": "49", "PRO": "A", "SEC": "40", "YEA": "1821", "CITY": "ELBEUF"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-11"}, "ids-in-source": {"g55": "07-11"}}, "raw": {"DAY": "15-8-1821", "HOUR": "10 h.", "NAME": "AVENEL Marie Aline", "PLACE": "Elbeuf (Seine-Inférieure)."}, "date": "2023-08-20T14:48:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11535	baretta-blanche-1855-04-22	{"a5": "62", "g55": "07-12"}	{"g55": "07-12", "lerrcp": "A5-62"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Blanche", "family": "Baretta", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:14", "date": "1855-04-22 15:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1855-04-22 14:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Blanche", "family": "Baretta"}, "birth": {"tzo": "+00:19:14", "date": "1855-04-22 15:00", "place": {"c2": "84", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1855-04-22 14:40:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-62"}, "ids-in-sources": {"a5": "62"}}, "raw": {"H": "14", "MN": "40", "TZ": "0", "COD": "84", "COU": "F", "DAY": "22", "LAT": "43N57", "LON": "4E50", "MON": "4", "NUM": "62", "PRO": "A", "SEC": "40", "YEA": "1855", "CITY": "AVIGNON"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-12"}, "ids-in-source": {"g55": "07-12"}}, "raw": {"DAY": "22-4-1855", "HOUR": "15 h.", "NAME": "BARETTA Blanche", "PLACE": "Avignon (Vaucluse)."}, "date": "2023-08-20T14:48:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11551	beauvallet-pierre-1801-10-13	{"a5": "78", "g55": "07-15"}	{"g55": "07-15", "lerrcp": "A5-78"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Beauvallet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09", "date": "1801-10-13 18:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 2.25185, "lat": 48.17185, "name": "Pithiviers", "geoid": 2987003}, "notime": null, "date-ut": "1801-10-13 17:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Beauvallet"}, "birth": {"tzo": "+00:09", "date": "1801-10-13 18:00", "place": {"c2": "45", "cy": "FR", "lg": 2.25185, "lat": 48.17185, "name": "Pithiviers", "geoid": 2987003}, "date-ut": "1801-10-13 17:52:24"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-78"}, "ids-in-sources": {"a5": "78"}}, "raw": {"H": "17", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "13", "LAT": "47N54", "LON": "1E54", "MON": "10", "NUM": "78", "PRO": "A", "SEC": "24", "YEA": "1801", "CITY": "PITHIVIERS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-15"}, "ids-in-source": {"g55": "07-15"}}, "raw": {"DAY": "13-10-1801", "HOUR": "18 h.", "NAME": "BEAUVALLET Pierre Francois", "PLACE": "Pithiviers (Loiret)."}, "date": "2023-08-20T14:48:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11558	berengere-bunau-1833-05-17	{"a5": "85", "g55": "07-16"}	{"g55": "07-16", "lerrcp": "A5-85"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Bunau)", "family": "Berengere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1833-05-17 12:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1833-05-17 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Bunau)", "family": "Berengere"}, "birth": {"tzo": "+00:09:24", "date": "1833-05-17 12:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1833-05-17 11:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-85"}, "ids-in-sources": {"a5": "85"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "17", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "85", "PRO": "A", "SEC": "40", "YEA": "1833", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-16"}, "ids-in-source": {"g55": "07-16"}}, "raw": {"DAY": "17-5-1833", "HOUR": "12 h.", "NAME": "BERENGERE", "PLACE": "Paris (Seine)."}, "date": "2023-08-20T14:48:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11567	berthelier-jean-1828-12-14	{"a5": "94", "g55": "07-17"}	{"g55": "07-17", "lerrcp": "A5-94"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Berthelier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:22", "date": "1828-12-14 10:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.34163, "lat": 45.79185, "name": "Panissières", "geoid": 2988637}, "notime": null, "date-ut": "1828-12-14 09:42:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Berthelier"}, "birth": {"tzo": "+00:17:22", "date": "1828-12-14 10:00", "place": {"c2": "42", "cy": "FR", "lg": 4.34163, "lat": 45.79185, "name": "Panissières", "geoid": 2988637}, "date-ut": "1828-12-14 09:42:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-94"}, "ids-in-sources": {"a5": "94"}}, "raw": {"H": "9", "MN": "42", "TZ": "0", "COD": "42", "COU": "F", "DAY": "14", "LAT": "45N26", "LON": "4E23", "MON": "12", "NUM": "94", "PRO": "A", "SEC": "28", "YEA": "1828", "CITY": "PANISSIERES"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-17"}, "ids-in-source": {"g55": "07-17"}}, "raw": {"DAY": "14-12-1828", "HOUR": "10 h.", "NAME": "BERTHELIER Jean-Francois", "PLACE": "Panissiéres (Loire)."}, "date": "2023-08-20T14:48:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11578	blanc-anna-1848-09-14	{"a5": "105", "g55": "07-18"}	{"g55": "07-18", "lerrcp": "A5-105"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anna", "family": "Blanc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:38", "date": "1848-09-14 23:30", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "notime": null, "date-ut": "1848-09-14 23:10:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Anna", "family": "Blanc"}, "birth": {"tzo": "+00:19:38", "date": "1848-09-14 23:30", "place": {"c2": "26", "cy": "FR", "lg": 4.90956, "lat": 44.9256, "name": "Valence", "geoid": 2971053}, "date-ut": "1848-09-14 23:10:24"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-105"}, "ids-in-sources": {"a5": "105"}}, "raw": {"H": "23", "MN": "10", "TZ": "0", "COD": "26", "COU": "F", "DAY": "14", "LAT": "44N56", "LON": "4E54", "MON": "9", "NUM": "105", "PRO": "A", "SEC": "24", "YEA": "1848", "CITY": "VALENCE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-18"}, "ids-in-source": {"g55": "07-18"}}, "raw": {"DAY": "14-9-1848", "HOUR": "23 h. 30", "NAME": "BLANC Anna Aglaé", "PLACE": "Valence (Drôme)."}, "date": "2023-08-20T14:48:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11583	bocage-touze-1799-11-07	{"a5": "110", "g55": "07-19"}	{"g55": "07-19", "lerrcp": "A5-110"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Touze)", "family": "Bocage", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:24", "date": "1799-11-07 19:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1799-11-07 18:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Touze)", "family": "Bocage"}, "birth": {"tzo": "+00:04:24", "date": "1799-11-07 19:00", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1799-11-07 18:55:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-110"}, "ids-in-sources": {"a5": "110"}}, "raw": {"H": "18", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "7", "LAT": "49N26", "LON": "1E 5", "MON": "11", "NUM": "110", "PRO": "A", "SEC": "40", "YEA": "1799", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-19"}, "ids-in-source": {"g55": "07-19"}}, "raw": {"DAY": "7-11-1799", "HOUR": "19 h.", "NAME": "BOCAGE", "PLACE": "Rouen (Seine-Inférieure)."}, "date": "2023-08-20T14:48:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11589	boucher-jules-1847-09-15	{"a5": "116", "g55": "07-20"}	{"g55": "07-20", "lerrcp": "A5-116"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Boucher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:20", "date": "1847-09-15 08:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "notime": null, "date-ut": "1847-09-15 07:43:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Boucher"}, "birth": {"tzo": "+00:16:20", "date": "1847-09-15 08:00", "place": {"c2": "10", "cy": "FR", "lg": 4.08524, "lat": 48.30073, "name": "Troyes", "geoid": 2971549}, "date-ut": "1847-09-15 07:43:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-116"}, "ids-in-sources": {"a5": "116"}}, "raw": {"H": "7", "MN": "43", "TZ": "0", "COD": "10", "COU": "F", "DAY": "15", "LAT": "48N18", "LON": "4E 5", "MON": "9", "NUM": "116", "PRO": "A", "SEC": "40", "YEA": "1847", "CITY": "TROYES"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-20"}, "ids-in-source": {"g55": "07-20"}}, "raw": {"DAY": "15-9-1847", "HOUR": "8 h.", "NAME": "\\fBOUCHER Jules", "PLACE": "Troyes (Aube)."}, "date": "2023-08-20T14:48:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11591	bouffar-zulma-1843-05-23	{"a5": "118", "g55": "07-21"}	{"g55": "07-21", "lerrcp": "A5-118"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Zulma", "family": "Bouffar", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01:21", "date": "1843-05-23 02:00", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.33844, "lat": 44.13597, "name": "Nérac", "geoid": 2990780}, "notime": null, "date-ut": "1843-05-23 01:57:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Zulma", "family": "Bouffar"}, "birth": {"tzo": "+00:01:21", "date": "1843-05-23 02:00", "place": {"c2": "47", "cy": "FR", "lg": 0.33844, "lat": 44.13597, "name": "Nérac", "geoid": 2990780}, "date-ut": "1843-05-23 01:57:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-118"}, "ids-in-sources": {"a5": "118"}}, "raw": {"H": "1", "MN": "57", "TZ": "0", "COD": "47", "COU": "F", "DAY": "23", "LAT": "44N12", "LON": "0E38", "MON": "5", "NUM": "118", "PRO": "A", "SEC": "28", "YEA": "1843", "CITY": "NERAC"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-21"}, "ids-in-source": {"g55": "07-21"}}, "raw": {"DAY": "23-5-1843", "HOUR": "2 h.", "NAME": "BOUFFAR Zulma", "PLACE": "Nérac (Lot-et-Garonne)."}, "date": "2023-08-20T14:48:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11608	bressant-jean-1815-10-23	{"a5": "135", "g55": "07-23"}	{"g55": "07-23", "lerrcp": "A5-135"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Bressant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:25", "date": "1815-10-23 07:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.85372, "lat": 46.78112, "name": "Chalon-sur-Saône", "geoid": 3027484}, "notime": null, "date-ut": "1815-10-23 06:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Bressant"}, "birth": {"tzo": "+00:19:25", "date": "1815-10-23 07:00", "place": {"c2": "71", "cy": "FR", "lg": 4.85372, "lat": 46.78112, "name": "Chalon-sur-Saône", "geoid": 3027484}, "date-ut": "1815-10-23 06:40:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-135"}, "ids-in-sources": {"a5": "135"}}, "raw": {"H": "6", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "23", "LAT": "46N18", "LON": "4E50", "MON": "10", "NUM": "135", "PRO": "A", "SEC": "40", "YEA": "1815", "CITY": "CHALON-S/SAONE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-23"}, "ids-in-source": {"g55": "07-23"}}, "raw": {"DAY": ". 23-10-1815", "HOUR": "7 h.", "NAME": "BRESSANT Jean-Baptiste P.", "PLACE": "Chalon-sur-Saône (S.-L.)."}, "date": "2023-08-20T14:48:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11613	brocard-suzanne-1798-03-05	{"a5": "140", "g55": "07-24"}	{"g55": "07-24", "lerrcp": "A5-140"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Suzanne", "family": "Brocard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:28", "date": "1798-03-05 12:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Chaumont-sur-Marne", "geoid": 0}, "notime": null, "date-ut": "1798-03-05 11:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Suzanne", "family": "Brocard"}, "birth": {"tzo": "+00:17:28", "date": "1798-03-05 12:00", "place": {"c2": "51", "cy": "FR", "lg": 4.36667, "lat": 48.95, "name": "Chaumont-sur-Marn", "geoid": 0}, "date-ut": "1798-03-05 11:42:32"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-140"}, "ids-in-sources": {"a5": "140"}}, "raw": {"H": "11", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "5", "LAT": "48N57", "LON": "4E22", "MON": "3", "NUM": "140", "PRO": "A", "SEC": "32", "YEA": "1798", "CITY": "CHAUMONT-S/MARN"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Chaumont-sur-Marne"}}, "partial-ids": {"g55": "07-24"}, "ids-in-source": {"g55": "07-24"}}, "raw": {"DAY": "5-3-1798", "HOUR": "12 h.", "NAME": "BROCARD Suzanne", "PLACE": "Chaumont-sur-Marne (Marne)."}, "date": "2023-08-20T14:48:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11615	brohan-augustine-1824-12-02	{"a5": "142", "g55": "07-25"}	{"g55": "07-25", "lerrcp": "A5-142"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Augustine", "family": "Brohan", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1824-12-02 23:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1824-12-02 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Augustine", "family": "Brohan"}, "birth": {"tzo": "+00:09:24", "date": "1824-12-02 23:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1824-12-02 22:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-142"}, "ids-in-sources": {"a5": "142"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "142", "PRO": "A", "SEC": "40", "YEA": "1824", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-25"}, "ids-in-source": {"g55": "07-25"}}, "raw": {"DAY": "2-12-1824", "HOUR": "23 h.", "NAME": "BROHAN Joséphine August.", "PLACE": "Paris (Seine)."}, "date": "2023-08-20T14:48:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11643	cheri-rose-1824-10-27	{"a5": "170", "g55": "07-28"}	{"g55": "07-28", "lerrcp": "A5-170"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rose", "family": "Cheri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:39", "date": "1824-10-27 08:00", "note": null, "place": {"c1": null, "c2": "91", "c3": null, "cy": "FR", "lg": 2.16233, "lat": 48.43507, "name": "Étampes", "geoid": 3019459}, "notime": null, "date-ut": "1824-10-27 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Rose", "family": "Cheri"}, "birth": {"tzo": "+00:08:39", "date": "1824-10-27 08:00", "place": {"c2": "91", "cy": "FR", "lg": 2.16233, "lat": 48.43507, "name": "Étampes", "geoid": 3019459}, "date-ut": "1824-10-27 07:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-170"}, "ids-in-sources": {"a5": "170"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "91", "COU": "F", "DAY": "27", "LAT": "48N36", "LON": "2E20", "MON": "10", "NUM": "170", "PRO": "A", "SEC": "40", "YEA": "1824", "CITY": "ETAMPES"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-28"}, "ids-in-source": {"g55": "07-28"}}, "raw": {"DAY": "27-10-1824", "HOUR": "8 h.", "NAME": "CHERI Rose", "PLACE": "Etampes (Seine-et-Oise)."}, "date": "2023-08-20T14:48:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11658	colon-jenny-1808-11-05	{"a5": "185", "g55": "07-29"}	{"g55": "07-29", "lerrcp": "A5-185"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jenny", "family": "Colon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:27", "date": "1808-11-05 20:55:23", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "notime": null, "date-ut": "1808-11-05 20:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jenny", "family": "Colon"}, "birth": {"tzo": "+00:06:27", "date": "1808-11-05 20:55:23", "place": {"c2": "62", "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "date-ut": "1808-11-05 20:48:56"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-185"}, "ids-in-sources": {"a5": "185"}}, "raw": {"H": "20", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "5", "LAT": "50N18", "LON": "2E46", "MON": "11", "NUM": "185", "PRO": "A", "SEC": "56", "YEA": "1808", "CITY": "BOULOGNE-S-MER"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-29"}, "ids-in-source": {"g55": "07-29"}}, "raw": {"DAY": "5-11-1808", "HOUR": "21 h.", "NAME": "COLON Jenny", "PLACE": "Boulogne-sur-Mer (Pas-de-Calais)."}, "date": "2023-08-20T14:48:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11679	damain-elise-1839-01-10	{"a5": "206", "g55": "07-30"}	{"g55": "07-30", "lerrcp": "A5-206"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Elise", "family": "Damain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:39", "date": "1839-01-10 08:00", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.16108, "lat": 48.77275, "name": "Bar-le-Duc", "geoid": 3034911}, "notime": null, "date-ut": "1839-01-10 07:39:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Elise", "family": "Damain"}, "birth": {"tzo": "+00:20:39", "date": "1839-01-10 08:00", "place": {"c2": "55", "cy": "FR", "lg": 5.16108, "lat": 48.77275, "name": "Bar-le-Duc", "geoid": 3034911}, "date-ut": "1839-01-10 07:39:20"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-206"}, "ids-in-sources": {"a5": "206"}}, "raw": {"H": "7", "MN": "39", "TZ": "0", "COD": "55", "COU": "F", "DAY": "10", "LAT": "48N46", "LON": "5E10", "MON": "1", "NUM": "206", "PRO": "A", "SEC": "20", "YEA": "1839", "CITY": "BAR-LE-DUC"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-30"}, "ids-in-source": {"g55": "07-30"}}, "raw": {"DAY": "10-1-1839", "HOUR": "8 h.", "NAME": "DAMAIN Elise", "PLACE": "Bar-ie-Duc (Meuse)."}, "date": "2023-08-20T14:48:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11680	danceray-charles-1801-01-07	{"a5": "207", "g55": "07-31"}	{"g55": "07-31", "lerrcp": "A5-207"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Danceray", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:40", "date": "1801-01-07 02:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Brie-Comte-Robert", "geoid": 0}, "notime": null, "date-ut": "1801-01-07 01:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Danceray"}, "birth": {"tzo": "+00:10:40", "date": "1801-01-07 02:00", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Brie-Comte-Robe", "geoid": 0}, "date-ut": "1801-01-07 01:49:20"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-207"}, "ids-in-sources": {"a5": "207"}}, "raw": {"H": "1", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "7", "LAT": "48N33", "LON": "2E40", "MON": "1", "NUM": "207", "PRO": "A", "SEC": "20", "YEA": "1801", "CITY": "BRIE-COMTE-ROBE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Brie-Comte-Robert"}}, "partial-ids": {"g55": "07-31"}, "ids-in-source": {"g55": "07-31"}}, "raw": {"DAY": "7-1-1801", "HOUR": "2 h.", "NAME": "DANCERAY Charles Antoine", "PLACE": "Brie-Comte-Robert (S.-M.)."}, "date": "2023-08-20T14:48:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11691	daubray-michel-1837-05-07	{"a5": "218", "g55": "07-33"}	{"g55": "07-33", "lerrcp": "A5-218"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Daubray", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1837-05-07 07:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1837-05-07 07:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Daubray"}, "birth": {"tzo": "-00:06:13", "date": "1837-05-07 07:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1837-05-07 07:06:20"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-218"}, "ids-in-sources": {"a5": "218"}}, "raw": {"H": "7", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "7", "LAT": "47N13", "LON": "1W35", "MON": "5", "NUM": "218", "PRO": "A", "SEC": "20", "YEA": "1837", "CITY": "NANTES"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-33"}, "ids-in-source": {"g55": "07-33"}}, "raw": {"DAY": "7-5-1837", "HOUR": "7 h.", "NAME": "DAUBRAY Michel", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:48:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11646	chilly-charles-1804-12-02	{"a5": "173", "g55": "07-34"}	{"g55": "07-34", "lerrcp": "A5-173"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Chilly", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:45", "date": "1804-12-02 15:00", "note": null, "place": {"c1": null, "c2": "55", "c3": null, "cy": "FR", "lg": 5.18606, "lat": 49.49489, "name": "Stenay", "geoid": 2973809}, "notime": null, "date-ut": "1804-12-02 14:39:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Chilly"}, "birth": {"tzo": "+00:20:45", "date": "1804-12-02 15:00", "place": {"c2": "55", "cy": "FR", "lg": 5.18606, "lat": 49.49489, "name": "Stenay", "geoid": 2973809}, "date-ut": "1804-12-02 14:39:20"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-173"}, "ids-in-sources": {"a5": "173"}}, "raw": {"H": "14", "MN": "39", "TZ": "0", "COD": "55", "COU": "F", "DAY": "2", "LAT": "48N46", "LON": "5E10", "MON": "12", "NUM": "173", "PRO": "A", "SEC": "20", "YEA": "1804", "CITY": "STENAY"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-34"}, "ids-in-source": {"g55": "07-34"}}, "raw": {"DAY": "2-12-1804", "HOUR": "15 h.", "NAME": "DECHILLY Charles-Marie", "PLACE": "Stenay (Meuse)."}, "date": "2023-08-20T14:48:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11923	laferriere-1806-04-12	{"a5": "454", "g55": "07-35"}	{"g55": "07-35", "lerrcp": "A5-454"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Laferriere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:22", "date": "1806-04-12 03:00", "note": null, "place": {"c1": null, "c2": "61", "c3": null, "cy": "FR", "lg": 0.09311, "lat": 48.43476, "name": "Alençon", "geoid": 3038230}, "notime": null, "date-ut": "1806-04-12 02:59:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Laferriere"}, "birth": {"tzo": "+00:00:22", "date": "1806-04-12 03:00", "place": {"c2": "61", "cy": "FR", "lg": 0.09311, "lat": 48.43476, "name": "Alençon", "geoid": 3038230}, "date-ut": "1806-04-12 02:59:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-454"}, "ids-in-sources": {"a5": "454"}}, "raw": {"H": "2", "MN": "59", "TZ": "0", "COD": "61", "COU": "F", "DAY": "12", "LAT": "48N26", "LON": "0E 5", "MON": "4", "NUM": "454", "PRO": "A", "SEC": "40", "YEA": "1806", "CITY": "ALENCON"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-35"}, "ids-in-source": {"g55": "07-35"}}, "raw": {"DAY": "12-4-1806", "HOUR": "3 h.", "NAME": "DELAFERRIERE Louis Fortuné", "PLACE": "Alençon (Orne)."}, "date": "2023-08-20T14:48:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11703	dejazet-virginie-1798-08-30	{"a5": "231", "g55": "07-36"}	{"g55": "07-36", "lerrcp": "A5-231"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Virginie", "family": "Dejazet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1798-08-30 04:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1798-08-30 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Virginie", "family": "Dejazet"}, "birth": {"tzo": "+00:09:24", "date": "1798-08-30 04:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1798-08-30 03:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-231"}, "ids-in-sources": {"a5": "231"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "30", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "231", "PRO": "A", "SEC": "40", "YEA": "1798", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-36"}, "ids-in-source": {"g55": "07-36"}}, "raw": {"DAY": "30-8-1798", "HOUR": "4 h.", "NAME": "DEJAZET Virginie", "PLACE": "Paris (Seine)."}, "date": "2023-08-20T14:48:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11707	delaistre-jean-1801-01-06	{"a5": "235", "g55": "07-37"}	{"g55": "07-37", "lerrcp": "A5-235"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Delaistre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1801-01-06 04:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1801-01-06 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Delaistre"}, "birth": {"tzo": "+00:09:24", "date": "1801-01-06 04:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1801-01-06 03:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-235"}, "ids-in-sources": {"a5": "235"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "6", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "235", "PRO": "A", "SEC": "40", "YEA": "1801", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-37"}, "ids-in-source": {"g55": "07-37"}}, "raw": {"DAY": "6-1-1801", "HOUR": "4 h.", "NAME": "DELAISTRE Jean Alexandre", "PLACE": "Paris (Seine)."}, "date": "2023-08-20T14:48:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11711	delannoy-leopold-1817-02-06	{"a5": "239", "g55": "07-38"}	{"g55": "07-38", "lerrcp": "A5-239"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leopold", "family": "Delannoy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:11:08", "date": "1817-02-06 20:00", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "notime": null, "date-ut": "1817-02-06 19:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Leopold", "family": "Delannoy"}, "birth": {"tzo": "+00:11:08", "date": "1817-02-06 20:00", "place": {"c2": "62", "cy": "FR", "lg": 2.78186, "lat": 50.29301, "name": "Arras", "geoid": 3036784}, "date-ut": "1817-02-06 19:48:56"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-239"}, "ids-in-sources": {"a5": "239"}}, "raw": {"H": "19", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "6", "LAT": "50N18", "LON": "2E46", "MON": "2", "NUM": "239", "PRO": "A", "SEC": "56", "YEA": "1817", "CITY": "ARRAS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-38"}, "ids-in-source": {"g55": "07-38"}}, "raw": {"DAY": "6-2-1817", "HOUR": "20 h.", "NAME": "DELANNOY Léopold", "PLACE": "Arras (Pas-de-Calais)."}, "date": "2023-08-20T14:48:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11712	delaporte-marie-1838-09-27	{"a5": "240", "g55": "07-39"}	{"g55": "07-39", "lerrcp": "A5-240"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Delaporte", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1838-09-27 22:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1838-09-27 21:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-240"}, "birth": {"tzo": "+00:09:24", "date": "1838-09-27 22:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1838-09-27 21:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-240"}, "ids-in-sources": {"a5": "240"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "27", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "240", "PRO": "A", "SEC": "40", "YEA": "1838", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"name": {"given": "Marie", "family": "Delaporte", "nobility": ""}, "slug": "delaporte-marie-1838-09-27", "partial-ids": {"g55": "07-39"}, "ids-in-source": {"g55": "07-39"}}, "raw": {"DAY": "27-9-1838", "HOUR": "22 h.", "NAME": "DELAPORTE Marie", "PLACE": "Paris (Seine)."}, "date": "2023-08-20T14:48:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11718	denain-pauline-1823-12-06	{"a5": "246", "g55": "07-41"}	{"g55": "07-41", "lerrcp": "A5-246"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pauline", "family": "Denain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1823-12-06 19:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1823-12-06 18:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Pauline", "family": "Denain"}, "birth": {"tzo": "+00:09:24", "date": "1823-12-06 19:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1823-12-06 18:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-246"}, "ids-in-sources": {"a5": "246"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "6", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "246", "PRO": "A", "SEC": "40", "YEA": "1823", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-41"}, "ids-in-source": {"g55": "07-41"}}, "raw": {"DAY": "6-12-1823", "HOUR": "19 h.", "NAME": "DENAIN Pauline", "PLACE": "Paris (Seine)."}, "date": "2023-08-20T14:48:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11723	desclee-aimee-1836-11-16	{"a5": "251", "g55": "07-42"}	{"g55": "07-42", "lerrcp": "A5-251"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aimée", "family": "Desclee", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1836-11-16 02:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1836-11-16 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-251"}, "birth": {"tzo": "+00:09:24", "date": "1836-11-16 02:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1836-11-16 01:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-251"}, "ids-in-sources": {"a5": "251"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "16", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "251", "PRO": "A", "SEC": "40", "YEA": "1836", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"name": {"given": "Aimée", "family": "Desclee", "nobility": ""}, "slug": "desclee-aimee-1836-11-16", "partial-ids": {"g55": "07-42"}, "ids-in-source": {"g55": "07-42"}}, "raw": {"DAY": "16-11-1836", "HOUR": "2 h.", "NAME": "DESCLEE Aimée", "PLACE": "Paris (Seine)."}, "date": "2023-08-20T14:48:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11725	devoyod-paulette-louise-1838-07-10	{"a5": "253", "g55": "07-43"}	{"g55": "07-43", "lerrcp": "A5-253"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paulette Louise", "family": "Devoyod", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1838-07-10 18:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1838-07-10 17:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-253"}, "birth": {"tzo": "+00:19:23", "date": "1838-07-10 18:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1838-07-10 17:40:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-253"}, "ids-in-sources": {"a5": "253"}}, "raw": {"H": "17", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "10", "LAT": "45N46", "LON": "4E50", "MON": "7", "NUM": "253", "PRO": "A", "SEC": "40", "YEA": "1838", "CITY": "LYON"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"name": {"given": "Paulette Louise", "family": "Devoyod", "nobility": ""}, "slug": "devoyod-paulette-louise-1838-07-10", "partial-ids": {"g55": "07-43"}, "ids-in-source": {"g55": "07-43"}}, "raw": {"DAY": "10-7-1838", "HOUR": "18 h.", "NAME": "DEVOYOD Paulette Louise", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:48:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11731	donval-guilloreau-1852-02-19	{"a5": "259", "g55": "07-44"}	{"g55": "07-44", "lerrcp": "A5-259"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Guilloreau)", "family": "Donval", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:48", "date": "1852-02-19 10:00", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.20024, "lat": 49.32866, "name": "Noailles", "geoid": 2990307}, "notime": null, "date-ut": "1852-02-19 09:51:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Guilloreau)", "family": "Donval"}, "birth": {"tzo": "+00:08:48", "date": "1852-02-19 10:00", "place": {"c2": "60", "cy": "FR", "lg": 2.20024, "lat": 49.32866, "name": "Noailles", "geoid": 2990307}, "date-ut": "1852-02-19 09:51:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-259"}, "ids-in-sources": {"a5": "259"}}, "raw": {"H": "9", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "19", "LAT": "49N26", "LON": "2E 5", "MON": "2", "NUM": "259", "PRO": "A", "SEC": "40", "YEA": "1852", "CITY": "NOAILLES"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-44"}, "ids-in-source": {"g55": "07-44"}}, "raw": {"DAY": "19-2-1852", "HOUR": "10 h.", "NAME": "DONVAL", "PLACE": "Noailles (Oise)."}, "date": "2023-08-20T14:48:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11737	dorval-marie-1798-01-06	{"a5": "265", "g55": "07-45"}	{"g55": "07-45", "lerrcp": "A5-265"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Dorval", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:13:29", "date": "1798-01-06 20:00", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "notime": null, "date-ut": "1798-01-06 20:10:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Dorval"}, "birth": {"tzo": "-00:13:29", "date": "1798-01-06 20:00", "place": {"c2": "56", "cy": "FR", "lg": -3.37177, "lat": 47.74817, "name": "Lorient", "geoid": 2997577}, "date-ut": "1798-01-06 20:10:56"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-265"}, "ids-in-sources": {"a5": "265"}}, "raw": {"H": "20", "MN": "10", "TZ": "0", "COD": "56", "COU": "F", "DAY": "6", "LAT": "47N40", "LON": "2W44", "MON": "1", "NUM": "265", "PRO": "A", "SEC": "56", "YEA": "1798", "CITY": "LORIENT"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-45"}, "ids-in-source": {"g55": "07-45"}}, "raw": {"DAY": "6-1-1798", "HOUR": "20 h.", "NAME": "DORVAL Marie Thomase", "PLACE": "Lorient (Morbihan)."}, "date": "2023-08-20T14:48:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11740	doze-leocadie-1822-10-20	{"a5": "268", "g55": "07-46"}	{"g55": "07-46", "lerrcp": "A5-268"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leocadie", "family": "Doze", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:13:07", "date": "1822-10-20 19:00", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -3.27812, "lat": 47.80479, "name": "Hennebont", "geoid": 3013521}, "notime": null, "date-ut": "1822-10-20 19:10:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Leocadie", "family": "Doze"}, "birth": {"tzo": "-00:13:07", "date": "1822-10-20 19:00", "place": {"c2": "56", "cy": "FR", "lg": -3.27812, "lat": 47.80479, "name": "Hennebont", "geoid": 3013521}, "date-ut": "1822-10-20 19:10:56"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-268"}, "ids-in-sources": {"a5": "268"}}, "raw": {"H": "19", "MN": "10", "TZ": "0", "COD": "56", "COU": "F", "DAY": "20", "LAT": "47N40", "LON": "2W44", "MON": "10", "NUM": "268", "PRO": "A", "SEC": "56", "YEA": "1822", "CITY": "HENNEBONT"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-46"}, "ids-in-source": {"g55": "07-46"}}, "raw": {"DAY": "20-10-1822", "HOUR": "19 h.", "NAME": "DOZE Léocadie Aimée", "PLACE": "Hennebont (Morbihan)."}, "date": "2023-08-20T14:48:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11761	dupont-vernon-henri-1844-04-08	{"a5": "290", "g55": "07-47"}	{"g55": "07-47", "lerrcp": "A5-290"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Dupont-Vernon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:14", "date": "1844-04-08 04:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 2.05967, "lat": 48.09234, "name": "Puiseaux", "geoid": 2985118}, "notime": null, "date-ut": "1844-04-08 03:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Dupont-Vernon"}, "birth": {"tzo": "+00:08:14", "date": "1844-04-08 04:00", "place": {"c2": "45", "cy": "FR", "lg": 2.05967, "lat": 48.09234, "name": "Puiseaux", "geoid": 2985118}, "date-ut": "1844-04-08 03:52:24"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-290"}, "ids-in-sources": {"a5": "290"}}, "raw": {"H": "3", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "8", "LAT": "47N54", "LON": "1E54", "MON": "4", "NUM": "290", "PRO": "A", "SEC": "24", "YEA": "1844", "CITY": "PUISEAUX"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-47"}, "ids-in-source": {"g55": "07-47"}}, "raw": {"DAY": "8-4-1844", "HOUR": "4 h.", "NAME": "DUPONT-VERNON Henri", "PLACE": "Puiseaux (Loiret)."}, "date": "2023-08-20T14:48:59+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11750	duchesnois-mlle-1777-06-05	{"a5": "278", "g55": "07-49"}	{"g55": "07-49", "lerrcp": "A5-278"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mlle", "family": "Duchesnois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:20", "date": "1777-06-05 11:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Saint-Saulves", "geoid": 0}, "notime": null, "date-ut": "1777-06-05 10:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Mlle", "family": "Duchesnois"}, "birth": {"tzo": "+00:12:20", "date": "1777-06-05 11:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Saint-Saulves", "geoid": 0}, "date-ut": "1777-06-05 10:47:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-278"}, "ids-in-sources": {"a5": "278"}}, "raw": {"H": "10", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "5", "LAT": "50N39", "LON": "3E 5", "MON": "6", "NUM": "278", "PRO": "A", "SEC": "40", "YEA": "1777", "CITY": "SAINT-SAULVES"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Saulves"}}, "partial-ids": {"g55": "07-49"}, "ids-in-source": {"g55": "07-49"}}, "raw": {"DAY": "5-6-1777", "HOUR": "23 h.", "NAME": "DUCHESNOY (Mlle)", "PLACE": "Saint-Saulves (Nord)."}, "date": "2023-08-20T14:49:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11757	dumas-marie-1846-03-01	{"a5": "286", "g55": "07-51"}	{"g55": "07-51", "lerrcp": "A5-286"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Dumas", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:23", "date": "1846-03-01 05:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "notime": null, "date-ut": "1846-03-01 04:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Dumas"}, "birth": {"tzo": "+00:19:23", "date": "1846-03-01 05:00", "place": {"c2": "69", "cy": "FR", "lg": 4.84671, "lat": 45.74846, "name": "Lyon", "geoid": 2996944}, "date-ut": "1846-03-01 04:40:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-286"}, "ids-in-sources": {"a5": "286"}}, "raw": {"H": "4", "MN": "40", "TZ": "0", "COD": "69", "COU": "F", "DAY": "1", "LAT": "45N46", "LON": "4E50", "MON": "3", "NUM": "286", "PRO": "A", "SEC": "40", "YEA": "1846", "CITY": "LYON"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-51"}, "ids-in-source": {"g55": "07-51"}}, "raw": {"DAY": "1-3-1846", "HOUR": "5 h.", "NAME": "DUMAS Marie", "PLACE": "Lyon (Rhône)."}, "date": "2023-08-20T14:49:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11762	dupuis-adolphe-1824-08-16	{"a5": "291", "g55": "07-53"}	{"g55": "07-53", "lerrcp": "A5-291"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Dupuis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1824-08-16 08:30", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1824-08-16 08:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Dupuis"}, "birth": {"tzo": "+00:09:24", "date": "1824-08-16 08:30", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1824-08-16 08:20:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-291"}, "ids-in-sources": {"a5": "291"}}, "raw": {"H": "8", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "16", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "291", "PRO": "A", "SEC": "40", "YEA": "1824", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-53"}, "ids-in-source": {"g55": "07-53"}}, "raw": {"DAY": "16-8-1824", "HOUR": "8 h. 30", "NAME": "DUPUIS Adolphe Charles", "PLACE": "Paris (Seine)."}, "date": "2023-08-20T14:49:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11780	farguiel-anais-1819-03-21	{"a5": "309", "g55": "07-54"}	{"g55": "07-54", "lerrcp": "A5-309"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anais", "family": "Farguiel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1819-03-21 09:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1819-03-21 08:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Anais", "family": "Farguiel"}, "birth": {"tzo": "+00:05:46", "date": "1819-03-21 09:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1819-03-21 08:54:16"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-309"}, "ids-in-sources": {"a5": "309"}}, "raw": {"H": "8", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "21", "LAT": "43N37", "LON": "1E26", "MON": "3", "NUM": "309", "PRO": "A", "SEC": "16", "YEA": "1819", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-54"}, "ids-in-source": {"g55": "07-54"}}, "raw": {"DAY": "21-3-1819", "HOUR": "9 h.", "NAME": "FARGUIEL Anais", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:49:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11785	fechter-charles-1824-10-23	{"a5": "314", "g55": "07-56"}	{"g55": "07-56", "lerrcp": "A5-314"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Fechter", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1824-10-23 02:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1824-10-23 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Fechter"}, "birth": {"tzo": "+00:09:24", "date": "1824-10-23 02:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1824-10-23 01:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-314"}, "ids-in-sources": {"a5": "314"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "23", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "314", "PRO": "A", "SEC": "40", "YEA": "1824", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-56"}, "ids-in-source": {"g55": "07-56"}}, "raw": {"DAY": "23-10-1824", "HOUR": "2 h.", "NAME": "FECHTER Charles Albert", "PLACE": "Paris (Seine)."}, "date": "2023-08-20T14:49:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11787	felix-dinah-1836-03-11	{"a5": "316", "g55": "07-58"}	{"g55": "07-58", "lerrcp": "A5-316"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dinah", "family": "Felix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1836-03-11 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1836-03-11 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Dinah", "family": "Felix"}, "birth": {"tzo": "+00:09:24", "date": "1836-03-11 05:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1836-03-11 04:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-316"}, "ids-in-sources": {"a5": "316"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "11", "LAT": "48N50", "LON": "2E20", "MON": "3", "NUM": "316", "PRO": "A", "SEC": "40", "YEA": "1836", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-58"}, "ids-in-source": {"g55": "07-58"}}, "raw": {"DAY": "11-3-1836", "HOUR": "5 h.", "NAME": "FELIX Dinah", "PLACE": "Paris (Seine)."}, "date": "2023-08-20T14:49:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11803	fleury-emma-1836-05-10	{"a5": "332", "g55": "07-60"}	{"g55": "07-60", "lerrcp": "A5-332"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emma", "family": "Fleury", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1836-05-10 03:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1836-05-10 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Emma", "family": "Fleury"}, "birth": {"tzo": "+00:09:24", "date": "1836-05-10 03:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1836-05-10 02:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-332"}, "ids-in-sources": {"a5": "332"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "10", "LAT": "48N50", "LON": "2E20", "MON": "5", "NUM": "332", "PRO": "A", "SEC": "40", "YEA": "1836", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-60"}, "ids-in-source": {"g55": "07-60"}}, "raw": {"DAY": "10-5-1836", "HOUR": "3 h.", "NAME": "FLEURY Emma Marguerite", "PLACE": "Paris (Seine)."}, "date": "2023-08-20T14:49:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11811	frances-emile-1835-04-28	{"a5": "340", "g55": "07-61"}	{"g55": "07-61", "lerrcp": "A5-340"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Frances", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:45", "date": "1835-04-28 22:00", "note": null, "place": {"c1": null, "c2": "46", "c3": null, "cy": "FR", "lg": 1.43663, "lat": 44.4491, "name": "Cahors", "geoid": 3029213}, "notime": null, "date-ut": "1835-04-28 21:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Frances"}, "birth": {"tzo": "+00:05:45", "date": "1835-04-28 22:00", "place": {"c2": "46", "cy": "FR", "lg": 1.43663, "lat": 44.4491, "name": "Cahors", "geoid": 3029213}, "date-ut": "1835-04-28 21:54:16"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-340"}, "ids-in-sources": {"a5": "340"}}, "raw": {"H": "21", "MN": "54", "TZ": "0", "COD": "46", "COU": "F", "DAY": "28", "LAT": "44N27", "LON": "1E26", "MON": "4", "NUM": "340", "PRO": "A", "SEC": "16", "YEA": "1835", "CITY": "CAHORS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-61"}, "ids-in-source": {"g55": "07-61"}}, "raw": {"DAY": "28-4-1835", "HOUR": "22 h.", "NAME": "FRANCES Emile Palémon F.", "PLACE": "Cahors (Lot)."}, "date": "2023-08-20T14:49:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11814	francisque-jeune-1808-07-20	{"a5": "343", "g55": "07-63"}	{"g55": "07-63", "lerrcp": "A5-343"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jeune", "family": "Francisque", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1808-07-20 18:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "3", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1808-07-20 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jeune", "family": "Francisque"}, "birth": {"tzo": "+00:09:24", "date": "1808-07-20 18:00", "place": {"c2": "75", "c3": "3", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1808-07-20 17:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-343"}, "ids-in-sources": {"a5": "343"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "20", "LAT": "48N50", "LON": "2E20", "MON": "7", "NUM": "343", "PRO": "A", "SEC": "40", "YEA": "1808", "CITY": "PARIS 3E"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-63"}, "ids-in-source": {"g55": "07-63"}}, "raw": {"DAY": "20-7-1808", "HOUR": "18 h.", "NAME": "FRANCISQUE Jeune", "PLACE": "Paris (Seine)."}, "date": "2023-08-20T14:49:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11826	garraud-louis-1829-01-06	{"a5": "355", "g55": "07-64"}	{"g55": "07-64", "lerrcp": "A5-355"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Garraud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:04", "date": "1829-01-06 21:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1829-01-06 20:35:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Garraud"}, "birth": {"tzo": "+00:24:04", "date": "1829-01-06 21:00", "place": {"c2": "25", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1829-01-06 20:35:52"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-355"}, "ids-in-sources": {"a5": "355"}}, "raw": {"H": "20", "MN": "35", "TZ": "0", "COD": "25", "COU": "F", "DAY": "6", "LAT": "47N15", "LON": "6E 2", "MON": "1", "NUM": "355", "PRO": "A", "SEC": "52", "YEA": "1829", "CITY": "BESANCON"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-64"}, "ids-in-source": {"g55": "07-64"}}, "raw": {"DAY": "6-1-1829", "HOUR": "21 h.", "NAME": "GARRAUD Louis Eugène", "PLACE": "Besançon (Doubs)."}, "date": "2023-08-20T14:49:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
9195	geffroy-edmond-1804-07-30	{"a4": "443", "a5": "359", "g55": "05-517"}	{"g55": "05-517", "lerrcp": "A4-443"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Geffroy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:20", "date": "1804-07-30 04:00", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Maignelay", "geoid": 0}, "notime": null, "date-ut": "1804-07-30 03:51:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter", "actor"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Geffroy"}, "birth": {"tzo": "+00:08:20", "date": "1804-07-30 04:00", "place": {"c2": "60", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Maignelay", "geoid": 0}, "date-ut": "1804-07-30 03:51:40"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-443"}, "ids-in-sources": {"a4": "443"}}, "raw": {"H": "3", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "30", "LAT": "49N26", "LON": "2E 5", "MON": "7", "NUM": "443", "PRO": "P", "SEC": "40", "YEA": "1804", "CITY": "MAIGNELAY"}, "date": "2023-08-20T14:43:29+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"occus": ["actor"], "sources": "a5", "ids-in-sources": {"a5": "359"}}, "raw": {"H": "3", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "30", "LAT": "49N26", "LON": "2E 5", "MON": "7", "NUM": "359", "PRO": "A", "SEC": "40", "YEA": "1804", "CITY": "MAIGNELAY"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Maignelay"}}, "partial-ids": {"g55": "05-517"}, "ids-in-source": {"g55": "05-517"}}, "raw": {"DAY": "30-7-1804", "HOUR": "4 h.", "NAME": "GEFFROY Edmond Aimé Fl.", "PLACE": "Maignelay (Oise)."}, "date": "2023-08-20T14:48:48+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}, {"new": {"birth": {"place": {"name": "Maignelay"}}}, "raw": {"DAY": "30-7-1804", "HOUR": "4 h.", "NAME": "GEFFROY Edmond", "PLACE": "Maignelay (Oise)."}, "date": "2023-08-20T14:49:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11836	geniez-jacques-1800-02-20	{"a5": "366", "g55": "07-67"}	{"g55": "07-67", "lerrcp": "A5-366"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Geniez", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1800-02-20 08:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1800-02-20 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Geniez"}, "birth": {"tzo": "+00:09:24", "date": "1800-02-20 08:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1800-02-20 07:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-366"}, "ids-in-sources": {"a5": "366"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "20", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "366", "PRO": "A", "SEC": "40", "YEA": "1800", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-67"}, "ids-in-source": {"g55": "07-67"}}, "raw": {"DAY": "20-2-1800", "HOUR": "8 h.", "NAME": "GENIEZ Jacques Alphonse", "PLACE": "Paris (Seine)."}, "date": "2023-08-20T14:49:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11848	glatigny-joseph-1839-05-21	{"a5": "378", "a6": "373", "g55": "07-68"}	{"g55": "07-68", "lerrcp": "A5-378"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Glatigny", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:02:09", "date": "1839-05-21 14:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.53617, "lat": 49.5203, "name": "Lillebonne", "geoid": 2998322}, "notime": null, "date-ut": "1839-05-21 13:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor", "poet"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Glatigny"}, "birth": {"tzo": "+00:02:09", "date": "1839-05-21 14:00", "place": {"c2": "76", "cy": "FR", "lg": 0.53617, "lat": 49.5203, "name": "Lillebonne", "geoid": 2998322}, "date-ut": "1839-05-21 13:55:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-378"}, "ids-in-sources": {"a5": "378"}}, "raw": {"H": "13", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "21", "LAT": "49N26", "LON": "1E 5", "MON": "5", "NUM": "378", "PRO": "A", "SEC": "40", "YEA": "1839", "CITY": "LILLEBONNE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "373"}}, "raw": {"H": "13", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "21", "LAT": "49N26", "LON": "1E 5", "MON": "5", "NUM": "373", "PRO": "W", "SEC": "40", "YEA": "1839", "CITY": "LILLEBONNE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"partial-ids": {"g55": "07-68"}, "ids-in-source": {"g55": "07-68"}}, "raw": {"DAY": "21-5-1839", "HOUR": "14 h.", "NAME": "GLATIGNY Joseph Albert", "PLACE": "Lillebonne (Seine-Infér.)."}, "date": "2023-08-20T14:49:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11854	got-edmond-1822-10-01	{"a5": "384", "g55": "07-69"}	{"g55": "07-69", "lerrcp": "A5-384"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Got", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1822-10-01 09:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1822-10-01 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Got"}, "birth": {"tzo": "+00:09:24", "date": "1822-10-01 09:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1822-10-01 08:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-384"}, "ids-in-sources": {"a5": "384"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "1", "LAT": "48N50", "LON": "2E20", "MON": "10", "NUM": "384", "PRO": "A", "SEC": "40", "YEA": "1822", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-69"}, "ids-in-source": {"g55": "07-69"}}, "raw": {"DAY": "1-10-1822", "HOUR": "9 h.", "NAME": "GOT Edmond", "PLACE": "Paris (Seine)."}, "date": "2023-08-20T14:49:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11864	grivot-laurence-1842-06-16	{"a5": "394", "g55": "07-71"}	{"g55": "07-71", "lerrcp": "A5-394"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Laurence", "family": "Grivot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1842-06-16 10:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1842-06-16 09:51:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Laurence", "family": "Grivot"}, "birth": {"tzo": "+00:08:32", "date": "1842-06-16 10:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1842-06-16 09:51:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-394"}, "ids-in-sources": {"a5": "394"}}, "raw": {"H": "9", "MN": "51", "TZ": "0", "COD": "78", "COU": "F", "DAY": "16", "LAT": "48N50", "LON": "2E 8", "MON": "6", "NUM": "394", "PRO": "A", "SEC": "28", "YEA": "1842", "CITY": "VERSAILLES"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-71"}, "ids-in-source": {"g55": "07-71"}}, "raw": {"DAY": "16-6-1842", "HOUR": "10 h.", "NAME": "GRIVOT Laurence", "PLACE": "Versailles (Seine-et-Oise)."}, "date": "2023-08-20T14:49:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11871	gouillot-gorju-1600-08-30	{"a5": "401", "g55": "07-72"}	{"g55": "07-72", "lerrcp": "A5-401"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Gouillot-Gorju", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1600-08-30 06:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1600-08-30 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gouillot-Gorju"}, "birth": {"tzo": "+00:09:24", "date": "1600-08-30 06:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1600-08-30 05:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-401"}, "ids-in-sources": {"a5": "401"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "30", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "401", "PRO": "A", "SEC": "40", "YEA": "1600", "CITY": "PARIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-72"}, "ids-in-source": {"g55": "07-72"}}, "raw": {"DAY": "30-8-1600", "HOUR": "6 h.", "NAME": "GUILLOT-GORJN", "PLACE": "Paris (Seine)."}, "date": "2023-08-20T14:49:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11876	guyon-emilie-1821-10-02	{"a5": "406", "g55": "07-73"}	{"g55": "07-73", "lerrcp": "A5-406"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emilie", "family": "Guyon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:08", "date": "1821-10-02 02:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Brazey-en-Plaine", "geoid": 0}, "notime": null, "date-ut": "1821-10-02 01:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Emilie", "family": "Guyon"}, "birth": {"tzo": "+00:20:08", "date": "1821-10-02 02:00", "place": {"c2": "21", "cy": "FR", "lg": 5.03333, "lat": 47.31667, "name": "Brazey-en-Plain", "geoid": 0}, "date-ut": "1821-10-02 01:39:52"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-406"}, "ids-in-sources": {"a5": "406"}}, "raw": {"H": "1", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "2", "LAT": "47N19", "LON": "5E 2", "MON": "10", "NUM": "406", "PRO": "A", "SEC": "52", "YEA": "1821", "CITY": "BRAZEY-EN-PLAIN"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Brazey-en-Plaine"}}, "partial-ids": {"g55": "07-73"}, "ids-in-source": {"g55": "07-73"}}, "raw": {"DAY": "2-10-1821", "HOUR": "2 h.", "NAME": "GUYON Emilie Honorine", "PLACE": "Brazey-en-Plaine (Côte-d’Or)."}, "date": "2023-08-20T14:49:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12016	milher-hermil-1833-09-25	{"a5": "548", "g55": "07-75"}	{"g55": "07-75", "lerrcp": "A5-548"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Hermil)", "family": "Milher", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1833-09-25 02:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1833-09-25 01:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Hermil)", "family": "Milher"}, "birth": {"tzo": "+00:21:31", "date": "1833-09-25 02:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1833-09-25 01:38:32"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-548"}, "ids-in-sources": {"a5": "548"}}, "raw": {"H": "1", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "25", "LAT": "43N18", "LON": "5E22", "MON": "9", "NUM": "548", "PRO": "A", "SEC": "32", "YEA": "1833", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-75"}, "ids-in-source": {"g55": "07-75"}}, "raw": {"DAY": "25-9-1833", "HOUR": "2 h.", "NAME": "HERNIL Ange", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:49:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
10709	herve-florimond-1825-06-30	{"a4": "1957", "a5": "422", "g55": "07-76"}	{"g55": "07-76", "lerrcp": "A4-1957"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Florimond", "family": "Herve", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:09", "date": "1825-06-30 02:30", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 2.53777, "lat": 50.4504, "name": "Houdain", "geoid": 3013122}, "notime": null, "date-ut": "1825-06-30 02:18:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["musician", "actor"]	5	null	[{"new": {"name": {"given": "Florimond", "family": "Herve"}, "birth": {"tzo": "+00:10:09", "date": "1825-06-30 02:30", "place": {"c2": "62", "cy": "FR", "lg": 2.53777, "lat": 50.4504, "name": "Houdain", "geoid": 3013122}, "date-ut": "1825-06-30 02:18:56"}, "occus": ["musician"], "trust": 5, "partial_ids": {"lerrcp": "A4-1957"}, "ids-in-sources": {"a4": "1957"}}, "raw": {"H": "2", "MN": "18", "TZ": "0", "COD": "62", "COU": "F", "DAY": "30", "LAT": "50N18", "LON": "2E46", "MON": "6", "NUM": "1957", "PRO": "M", "SEC": "56", "YEA": "1825", "CITY": "HOUDAIN"}, "date": "2023-08-20T14:43:33+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"occus": ["actor"], "sources": "a5", "ids-in-sources": {"a5": "422"}}, "raw": {"H": "2", "MN": "18", "TZ": "0", "COD": "62", "COU": "F", "DAY": "30", "LAT": "50N18", "LON": "2E46", "MON": "6", "NUM": "422", "PRO": "A", "SEC": "56", "YEA": "1825", "CITY": "HOUDAIN"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-76"}, "ids-in-source": {"g55": "07-76"}}, "raw": {"DAY": "30-6-1825", "HOUR": "2 h. 30", "NAME": "HERVE", "PLACE": "Houdain (Pas-de-Calais)."}, "date": "2023-08-20T14:49:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11894	hoffman-andre-1810-05-21	{"a5": "425", "g55": "07-77"}	{"g55": "07-77", "lerrcp": "A5-425"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Hoffman", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:39", "date": "1810-05-21 17:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.16044, "lat": 49.35994, "name": "Thionville", "geoid": 2972811}, "notime": null, "date-ut": "1810-05-21 16:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "André", "family": "Hoffman"}, "birth": {"tzo": "+00:24:39", "date": "1810-05-21 17:00", "place": {"c2": "57", "cy": "FR", "lg": 6.16044, "lat": 49.35994, "name": "Thionville", "geoid": 2972811}, "date-ut": "1810-05-21 16:35:16"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-425"}, "ids-in-sources": {"a5": "425"}}, "raw": {"H": "16", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "21", "LAT": "49N 7", "LON": "6E11", "MON": "5", "NUM": "425", "PRO": "A", "SEC": "16", "YEA": "1810", "CITY": "THIONVILLE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-77"}, "ids-in-source": {"g55": "07-77"}}, "raw": {"DAY": "21-5-1810", "HOUR": "17 h.", "NAME": "HOFFMAN André", "PLACE": "Thionville (Moselle)."}, "date": "2023-08-20T14:49:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11900	hyacinthe-duflost-1814-04-15	{"a5": "431", "g55": "07-78"}	{"g55": "07-78", "lerrcp": "A5-431"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Duflost)", "family": "Hyacinthe", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:12", "date": "1814-04-15 05:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1814-04-15 04:50:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Duflost)", "family": "Hyacinthe"}, "birth": {"tzo": "+00:09:12", "date": "1814-04-15 05:00", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1814-04-15 04:50:48"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-431"}, "ids-in-sources": {"a5": "431"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "15", "LAT": "49N54", "LON": "2E18", "MON": "4", "NUM": "431", "PRO": "A", "SEC": "48", "YEA": "1814", "CITY": "AMIENS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-78"}, "ids-in-source": {"g55": "07-78"}}, "raw": {"DAY": "15-4-1814", "HOUR": "5 h.", "NAME": "HYACINTHE", "PLACE": "Amiens (Somme)."}, "date": "2023-08-20T14:49:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11910	jean-paul-1830-07-07	{"a5": "441", "g55": "07-79"}	{"g55": "07-79", "lerrcp": "A5-441"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Jean", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1830-07-07 12:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1830-07-07 11:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Jean"}, "birth": {"tzo": "+00:05:46", "date": "1830-07-07 12:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1830-07-07 11:54:16"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-441"}, "ids-in-sources": {"a5": "441"}}, "raw": {"H": "11", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "7", "LAT": "43N37", "LON": "1E26", "MON": "7", "NUM": "441", "PRO": "A", "SEC": "16", "YEA": "1830", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-79"}, "ids-in-source": {"g55": "07-79"}}, "raw": {"DAY": "7-7-1830", "HOUR": "12 h.", "NAME": "JEAN PAUL", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:49:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11913	jouassin-catherine-1829-12-03	{"a5": "444", "g55": "07-81"}	{"g55": "07-81", "lerrcp": "A5-444"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Catherine", "family": "Jouassin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05", "date": "1829-12-03 15:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.25, "lat": 45.83333, "name": "Saint-Léonard", "geoid": 0}, "notime": null, "date-ut": "1829-12-03 14:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Catherine", "family": "Jouassin"}, "birth": {"tzo": "+00:05", "date": "1829-12-03 15:00", "place": {"c2": "87", "cy": "FR", "lg": 1.25, "lat": 45.83333, "name": "Saint-Leonard", "geoid": 0}, "date-ut": "1829-12-03 14:55"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-444"}, "ids-in-sources": {"a5": "444"}}, "raw": {"H": "14", "MN": "55", "TZ": "0", "COD": "87", "COU": "F", "DAY": "3", "LAT": "45N50", "LON": "1E15", "MON": "12", "NUM": "444", "PRO": "A", "SEC": "0", "YEA": "1829", "CITY": "ST-LEONARD"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Léonard"}}, "partial-ids": {"g55": "07-81"}, "ids-in-source": {"g55": "07-81"}}, "raw": {"DAY": "3-12-1829", "HOUR": "15 h.", "NAME": "JOUASSIN Catherine Julie", "PLACE": "Saint-Léonard (Haute-V.)."}, "date": "2023-08-20T14:49:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11924	lafont-leger-1799-05-18	{"a5": "455", "g55": "07-83"}	{"g55": "07-83", "lerrcp": "A5-455"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leger", "family": "Lafont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1799-05-18 13:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1799-05-18 13:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Leger", "family": "Lafont"}, "birth": {"tzo": "-00:02:19", "date": "1799-05-18 13:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1799-05-18 13:57:36"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-455"}, "ids-in-sources": {"a5": "455"}}, "raw": {"H": "13", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "18", "LAT": "44N50", "LON": "0W34", "MON": "5", "NUM": "455", "PRO": "A", "SEC": "36", "YEA": "1799", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-83"}, "ids-in-source": {"g55": "07-83"}}, "raw": {"DAY": "18-5-1799", "HOUR": "14 h.", "NAME": "LAFONT Léger", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:49:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11934	laroche-jules-1841-01-29	{"a5": "465", "g55": "07-85"}	{"g55": "07-85", "lerrcp": "A5-465"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Laroche", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1841-01-29 22:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1841-01-29 21:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Laroche"}, "birth": {"tzo": "+00:09:24", "date": "1841-01-29 22:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1841-01-29 21:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-465"}, "ids-in-sources": {"a5": "465"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "29", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "465", "PRO": "A", "SEC": "40", "YEA": "1841", "CITY": "PARIS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-85"}, "ids-in-source": {"g55": "07-85"}}, "raw": {"DAY": "29-1-1841", "HOUR": "22 h.", "NAME": "LAROCHE Félix Armand", "PLACE": "Paris (Seine)."}, "date": "2023-08-20T14:49:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11944	leblanc-leonide-1842-12-08	{"a5": "475", "g55": "07-86"}	{"g55": "07-86", "lerrcp": "A5-475"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leonide", "family": "Leblanc", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:36", "date": "1842-12-08 23:00", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.9, "lat": 47.9, "name": "Burly", "geoid": 0}, "notime": null, "date-ut": "1842-12-08 22:52:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Leonide", "family": "Leblanc"}, "birth": {"tzo": "+00:07:36", "date": "1842-12-08 23:00", "place": {"c2": "45", "cy": "FR", "lg": 1.9, "lat": 47.9, "name": "Burly", "geoid": 0}, "date-ut": "1842-12-08 22:52:24"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-475"}, "ids-in-sources": {"a5": "475"}}, "raw": {"H": "22", "MN": "52", "TZ": "0", "COD": "45", "COU": "F", "DAY": "8", "LAT": "47N54", "LON": "1E54", "MON": "12", "NUM": "475", "PRO": "A", "SEC": "24", "YEA": "1842", "CITY": "BURLY"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Burly"}}, "partial-ids": {"g55": "07-86"}, "ids-in-source": {"g55": "07-86"}}, "raw": {"DAY": "8-12-1842", "HOUR": "23 h.", "NAME": "LEBLANC Léonide Alexandr.", "PLACE": "Burly (Loiret)."}, "date": "2023-08-20T14:49:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11951	legault-maria-1858-01-01	{"a5": "482", "g55": "07-87"}	{"g55": "07-87", "lerrcp": "A5-482"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maria", "family": "Legault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1858-01-01 23:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1858-01-01 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Maria", "family": "Legault"}, "birth": {"tzo": "+00:09:24", "date": "1858-01-01 23:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1858-01-01 22:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-482"}, "ids-in-sources": {"a5": "482"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "1", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "482", "PRO": "A", "SEC": "40", "YEA": "1858", "CITY": "PARIS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-87"}, "ids-in-source": {"g55": "07-87"}}, "raw": {"DAY": "1-1-1858", "HOUR": "23 h.", "NAME": "LEGAULT Maria Marie Fr.", "PLACE": "Paris (Seine)."}, "date": "2023-08-20T14:49:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11957	lemaitre-frederic-1800-07-28	{"a5": "488", "g55": "07-89"}	{"g55": "07-89", "lerrcp": "A5-488"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Lemaitre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00:26", "date": "1800-07-28 11:56:06", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1800-07-28 11:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Lemaitre"}, "birth": {"tzo": "+00:00:26", "date": "1800-07-28 11:56:06", "place": {"c2": "76", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1800-07-28 11:55:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-488"}, "ids-in-sources": {"a5": "488"}}, "raw": {"H": "11", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "28", "LAT": "49N26", "LON": "1E 5", "MON": "7", "NUM": "488", "PRO": "A", "SEC": "40", "YEA": "1800", "CITY": "LE HAVRE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-89"}, "ids-in-source": {"g55": "07-89"}}, "raw": {"DAY": "28-7-1800", "HOUR": "12 h.", "NAME": "LEMAITRE Frédéric", "PLACE": "Le Havre (Seine-Inférieure)."}, "date": "2023-08-20T14:49:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
24645	leroux-adele-louise-p-1809-08-19	{"g55": "07-90"}	{"g55": "07-90"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adele Louise P.", "family": "Leroux", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1809-08-19 02:00", "note": null, "place": {"c1": "", "c2": "75", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Paris", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Adele Louise P.", "family": "Leroux", "nobility": ""}, "birth": {"date": "1809-08-19 02:00", "place": {"c1": "", "c2": "75", "c3": "", "cy": "FR", "name": "Paris"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"g55": "07-90"}}, "raw": {"DAY": "19-8-1809", "HOUR": "2 h.", "NAME": "LEROUX Adele Louise P.", "PLACE": "Paris (Seine)."}, "date": "2023-08-20T14:49:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11965	leroux-paul-1819-06-29	{"a5": "496", "g55": "07-91"}	{"g55": "07-91", "lerrcp": "A5-496"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Leroux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:09", "date": "1819-06-29 07:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "notime": null, "date-ut": "1819-06-29 06:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Leroux"}, "birth": {"tzo": "+00:13:09", "date": "1819-06-29 07:00", "place": {"c2": "02", "cy": "FR", "lg": 3.28757, "lat": 49.84889, "name": "Saint-Quentin", "geoid": 2977295}, "date-ut": "1819-06-29 06:45:32"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-496"}, "ids-in-sources": {"a5": "496"}}, "raw": {"H": "6", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "29", "LAT": "49N34", "LON": "3E37", "MON": "6", "NUM": "496", "PRO": "A", "SEC": "32", "YEA": "1819", "CITY": "ST-QUENTIN"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-91"}, "ids-in-source": {"g55": "07-91"}}, "raw": {"DAY": "29-6-1819", "HOUR": "7 h.", "NAME": "LEROUX Paul Louis", "PLACE": "Saint-Quentin (Aisne)."}, "date": "2023-08-20T14:49:00+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11971	ligier-pierre-1796-11-10	{"a5": "502", "g55": "07-93"}	{"g55": "07-93", "lerrcp": "A5-502"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Ligier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:02:19", "date": "1796-11-10 18:55:17", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1796-11-10 18:57:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Ligier"}, "birth": {"tzo": "-00:02:19", "date": "1796-11-10 18:55:17", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1796-11-10 18:57:36"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-502"}, "ids-in-sources": {"a5": "502"}}, "raw": {"H": "18", "MN": "57", "TZ": "0", "COD": "33", "COU": "F", "DAY": "10", "LAT": "44N50", "LON": "0W34", "MON": "11", "NUM": "502", "PRO": "A", "SEC": "36", "YEA": "1796", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-93"}, "ids-in-source": {"g55": "07-93"}}, "raw": {"DAY": "10-11-1796", "HOUR": "19 h.", "NAME": "LIGIER Pierre", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:49:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11978	luiggini-pauline-1854-01-27	{"a5": "509", "g55": "07-95"}	{"g55": "07-95", "lerrcp": "A5-509"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pauline", "family": "Luiggini", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:05:46", "date": "1854-01-27 20:00", "note": null, "place": {"c1": null, "c2": "31", "c3": null, "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "notime": null, "date-ut": "1854-01-27 19:54:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Pauline", "family": "Luiggini"}, "birth": {"tzo": "+00:05:46", "date": "1854-01-27 20:00", "place": {"c2": "31", "cy": "FR", "lg": 1.44367, "lat": 43.60426, "name": "Toulouse", "geoid": 2972315}, "date-ut": "1854-01-27 19:54:16"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-509"}, "ids-in-sources": {"a5": "509"}}, "raw": {"H": "19", "MN": "54", "TZ": "0", "COD": "31", "COU": "F", "DAY": "27", "LAT": "43N37", "LON": "1E26", "MON": "1", "NUM": "509", "PRO": "A", "SEC": "16", "YEA": "1854", "CITY": "TOULOUSE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-95"}, "ids-in-source": {"g55": "07-95"}}, "raw": {"DAY": "27-1-1854", "HOUR": "20 h.", "NAME": "LUIGGINI. Pauline", "PLACE": "Toulouse (Haute-Garonne)."}, "date": "2023-08-20T14:49:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11980	maillart-adolphe-1810-12-09	{"a5": "511", "g55": "07-96"}	{"g55": "07-96", "lerrcp": "A5-511"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Maillart", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:24:41", "date": "1810-12-09 06:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "notime": null, "date-ut": "1810-12-09 05:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Maillart"}, "birth": {"tzo": "+00:24:41", "date": "1810-12-09 06:00", "place": {"c2": "57", "cy": "FR", "lg": 6.17269, "lat": 49.11911, "name": "Metz", "geoid": 2994160}, "date-ut": "1810-12-09 05:35:16"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-511"}, "ids-in-sources": {"a5": "511"}}, "raw": {"H": "5", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "9", "LAT": "49N 7", "LON": "6E11", "MON": "12", "NUM": "511", "PRO": "A", "SEC": "16", "YEA": "1810", "CITY": "METZ"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-96"}, "ids-in-source": {"g55": "07-96"}}, "raw": {"DAY": "9-12-1810", "HOUR": "6 h.", "NAME": "MAILLART Adolphe", "PLACE": "Metz (Moselle)."}, "date": "2023-08-20T14:49:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11987	mante-louise-1799-06-02	{"a5": "518", "g55": "07-97"}	{"g55": "07-97", "lerrcp": "A5-518"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louise", "family": "Mante", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1799-06-02 14:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1799-06-02 13:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Louise", "family": "Mante"}, "birth": {"tzo": "+00:09:24", "date": "1799-06-02 14:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1799-06-02 13:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-518"}, "ids-in-sources": {"a5": "518"}}, "raw": {"H": "13", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E20", "MON": "6", "NUM": "518", "PRO": "A", "SEC": "40", "YEA": "1799", "CITY": "PARIS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-97"}, "ids-in-source": {"g55": "07-97"}}, "raw": {"DAY": "2-6-1799", "HOUR": "14 h.", "NAME": "MANTE Louise", "PLACE": "Paris (Seine)."}, "date": "2023-08-20T14:49:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12004	maubant-henry-1821-08-23	{"a5": "535", "g55": "07-99"}	{"g55": "07-99", "lerrcp": "A5-535"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henry", "family": "Maubant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:53", "date": "1821-08-23 03:00", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.47124, "lat": 49.19461, "name": "Chantilly", "geoid": 3026827}, "notime": null, "date-ut": "1821-08-23 02:51:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Henry", "family": "Maubant"}, "birth": {"tzo": "+00:09:53", "date": "1821-08-23 03:00", "place": {"c2": "60", "cy": "FR", "lg": 2.47124, "lat": 49.19461, "name": "Chantilly", "geoid": 3026827}, "date-ut": "1821-08-23 02:51:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-535"}, "ids-in-sources": {"a5": "535"}}, "raw": {"H": "2", "MN": "51", "TZ": "0", "COD": "60", "COU": "F", "DAY": "23", "LAT": "49N26", "LON": "2E 5", "MON": "8", "NUM": "535", "PRO": "A", "SEC": "40", "YEA": "1821", "CITY": "CHANTILLY"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-99"}, "ids-in-source": {"g55": "07-99"}}, "raw": {"DAY": "23-8-1821", "HOUR": "3 h.", "NAME": "MAUBANT Henry Polidore", "PLACE": "Chantilly (Oise)."}, "date": "2023-08-20T14:49:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
9505	melingue-etienne-1807-04-16	{"a4": "753", "a5": "541", "g55": "05-708"}	{"g55": "05-708", "lerrcp": "A4-753"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Melingue", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:26", "date": "1807-04-16 03:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.35912, "lat": 49.18585, "name": "Caen", "geoid": 3029241}, "notime": null, "date-ut": "1807-04-16 03:01:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["painter", "actor"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Melingue"}, "birth": {"tzo": "-00:01:26", "date": "1807-04-16 03:00", "place": {"c2": "14", "cy": "FR", "lg": -0.35912, "lat": 49.18585, "name": "Caen", "geoid": 3029241}, "date-ut": "1807-04-16 03:01:28"}, "occus": ["painter"], "trust": 5, "partial_ids": {"lerrcp": "A4-753"}, "ids-in-sources": {"a4": "753"}}, "raw": {"H": "3", "MN": "1", "TZ": "0", "COD": "14", "COU": "F", "DAY": "16", "LAT": "49N11", "LON": "0W22", "MON": "4", "NUM": "753", "PRO": "P", "SEC": "28", "YEA": "1807", "CITY": "CAEN"}, "date": "2023-08-20T14:43:30+02:00", "source": "a4", "command": "gauq A4 tmp2db"}, {"new": {"occus": ["actor"], "sources": "a5", "ids-in-sources": {"a5": "541"}}, "raw": {"H": "3", "MN": "1", "TZ": "0", "COD": "14", "COU": "F", "DAY": "16", "LAT": "49N11", "LON": "0W22", "MON": "4", "NUM": "541", "PRO": "A", "SEC": "28", "YEA": "1807", "CITY": "CAEN"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "05-708"}, "ids-in-source": {"g55": "05-708"}}, "raw": {"DAY": "16-4-1808", "HOUR": "3 h.", "NAME": "MELINGUE Etienne Mari.", "PLACE": "Caen (Calvados)."}, "date": "2023-08-20T14:48:52+02:00", "source": "g55", "command": "gauq g55 tmp2db 05-906-painters"}, {"new": [], "raw": {"DAY": "16-4-1807", "HOUR": "3 h.", "NAME": "MELINGUE Etienne Marin", "PLACE": "Caen (Calvados)."}, "date": "2023-08-20T14:49:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12028	monreal-rieunier-1839-07-16	{"a5": "560", "g55": "07-102"}	{"g55": "07-102", "lerrcp": "A5-560"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Rieunier)", "family": "Monreal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1839-07-16 06:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "notime": null, "date-ut": "1839-07-16 05:50:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Rieunier)", "family": "Monreal"}, "birth": {"tzo": "+00:09:24", "date": "1839-07-16 06:00", "place": {"c2": "11", "cy": "FR", "lg": 2.34863, "lat": 43.21649, "name": "Carcassonne", "geoid": 3028641}, "date-ut": "1839-07-16 05:50:36"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-560"}, "ids-in-sources": {"a5": "560"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "16", "LAT": "43N12", "LON": "2E21", "MON": "7", "NUM": "560", "PRO": "A", "SEC": "36", "YEA": "1839", "CITY": "CARCASSONNE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-102"}, "ids-in-source": {"g55": "07-102"}}, "raw": {"DAY": "16-7-1839", "HOUR": "6 h.", "NAME": "MONREAL Hector", "PLACE": "Carcassonne (Aude)."}, "date": "2023-08-20T14:49:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12054	nathalie-mlle-1816-09-03	{"a5": "586", "g55": "07-103"}	{"g55": "07-103", "lerrcp": "A5-586"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mlle", "family": "Nathalie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:10:40", "date": "1816-09-03 19:00", "note": null, "place": {"c1": null, "c2": "77", "c3": null, "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Tournan", "geoid": 0}, "notime": null, "date-ut": "1816-09-03 18:49:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Mlle", "family": "Nathalie"}, "birth": {"tzo": "+00:10:40", "date": "1816-09-03 19:00", "place": {"c2": "77", "cy": "FR", "lg": 2.66667, "lat": 48.55, "name": "Tournan", "geoid": 0}, "date-ut": "1816-09-03 18:49:20"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-586"}, "ids-in-sources": {"a5": "586"}}, "raw": {"H": "18", "MN": "49", "TZ": "0", "COD": "77", "COU": "F", "DAY": "3", "LAT": "48N33", "LON": "2E40", "MON": "9", "NUM": "586", "PRO": "A", "SEC": "20", "YEA": "1816", "CITY": "TOURNAN"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Tournan"}}, "partial-ids": {"g55": "07-103"}, "ids-in-source": {"g55": "07-103"}}, "raw": {"DAY": "3-9-1816", "HOUR": "19 h.", "NAME": "NATHALIE (Mlle)", "PLACE": "Tournan (Seine-et-Marne)."}, "date": "2023-08-20T14:49:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12062	numa-haering-1800-04-25	{"a5": "594", "g55": "07-105"}	{"g55": "07-105", "lerrcp": "A5-594"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Haering)", "family": "Numa", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:45", "date": "1800-04-25 02:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.43769, "lat": 48.8486, "name": "Vincennes", "geoid": 2968054}, "notime": null, "date-ut": "1800-04-25 01:50:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Haering)", "family": "Numa"}, "birth": {"tzo": "+00:09:45", "date": "1800-04-25 02:00", "place": {"c2": "94", "cy": "FR", "lg": 2.43769, "lat": 48.8486, "name": "Vincennes", "geoid": 2968054}, "date-ut": "1800-04-25 01:50:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-594"}, "ids-in-sources": {"a5": "594"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "94", "COU": "F", "DAY": "25", "LAT": "48N47", "LON": "2E29", "MON": "4", "NUM": "594", "PRO": "A", "SEC": "4", "YEA": "1800", "CITY": "VINCENNES"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-105"}, "ids-in-source": {"g55": "07-105"}}, "raw": {"DAY": "25-4-1800", "HOUR": "2 h.", "NAME": "NUMA", "PLACE": "Vincennes (Seine)."}, "date": "2023-08-20T14:49:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12089	pericaud-louis-1835-06-10	{"a5": "621", "g55": "07-106"}	{"g55": "07-106", "lerrcp": "A5-621"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Pericaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:37", "date": "1835-06-10 22:00", "note": null, "place": {"c1": null, "c2": "17", "c3": null, "cy": "FR", "lg": -1.15222, "lat": 46.16308, "name": "La Rochelle", "geoid": 3006787}, "notime": null, "date-ut": "1835-06-10 22:04:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Pericaud"}, "birth": {"tzo": "-00:04:37", "date": "1835-06-10 22:00", "place": {"c2": "17", "cy": "FR", "lg": -1.15222, "lat": 46.16308, "name": "La Rochelle", "geoid": 3006787}, "date-ut": "1835-06-10 22:04:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-621"}, "ids-in-sources": {"a5": "621"}}, "raw": {"H": "22", "MN": "4", "TZ": "0", "COD": "17", "COU": "F", "DAY": "10", "LAT": "46N 9", "LON": "1W10", "MON": "6", "NUM": "621", "PRO": "A", "SEC": "40", "YEA": "1835", "CITY": "LA ROCHELLE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-106"}, "ids-in-source": {"g55": "07-106"}}, "raw": {"DAY": "10-6-1835", "HOUR": "22 h.", "NAME": "PERICAUD Louis Jean", "PLACE": "La Rochelle (Ch.-Maritime)."}, "date": "2023-08-20T14:49:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12115	provost-jean-1798-01-29	{"a5": "647", "g55": "07-108"}	{"g55": "07-108", "lerrcp": "A5-647"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Provost", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1798-01-29 09:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1798-01-29 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Provost"}, "birth": {"tzo": "+00:09:24", "date": "1798-01-29 09:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1798-01-29 08:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-647"}, "ids-in-sources": {"a5": "647"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "29", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "647", "PRO": "A", "SEC": "40", "YEA": "1798", "CITY": "PARIS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-108"}, "ids-in-source": {"g55": "07-108"}}, "raw": {"DAY": "29-1-1798", "HOUR": "9 h.", "NAME": "PROVOST Jean-Baptiste", "PLACE": "Paris (Seine)."}, "date": "2023-08-20T14:49:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12123	regnier-francois-1807-04-01	{"a5": "655", "g55": "07-109"}	{"g55": "07-109", "lerrcp": "A5-655"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Regnier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1807-04-01 18:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1807-04-01 17:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "François", "family": "Regnier"}, "birth": {"tzo": "+00:09:24", "date": "1807-04-01 18:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1807-04-01 17:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-655"}, "ids-in-sources": {"a5": "655"}}, "raw": {"H": "17", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "1", "LAT": "48N50", "LON": "2E20", "MON": "4", "NUM": "655", "PRO": "A", "SEC": "40", "YEA": "1807", "CITY": "PARIS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-109"}, "ids-in-source": {"g55": "07-109"}}, "raw": {"DAY": "1-4-1807", "HOUR": "18 h.", "NAME": "REGNIER Francois", "PLACE": "Paris (Seine)."}, "date": "2023-08-20T14:49:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12142	robert-lassey-1818-08-15	{"a5": "674", "g55": "07-110"}	{"g55": "07-110", "lerrcp": "A5-674"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Lassey)", "family": "Robert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:37", "date": "1818-08-15 08:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.40304, "lat": 49.04636, "name": "Château-Thierry", "geoid": 3026194}, "notime": null, "date-ut": "1818-08-15 07:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Lassey)", "family": "Robert"}, "birth": {"tzo": "+00:13:37", "date": "1818-08-15 08:00", "place": {"c2": "02", "cy": "FR", "lg": 3.40304, "lat": 49.04636, "name": "Château-Thierry", "geoid": 3026194}, "date-ut": "1818-08-15 07:45:32"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-674"}, "ids-in-sources": {"a5": "674"}}, "raw": {"H": "7", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "15", "LAT": "49N34", "LON": "3E37", "MON": "8", "NUM": "674", "PRO": "A", "SEC": "32", "YEA": "1818", "CITY": "CHATEAU-THIERRY"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-110"}, "ids-in-source": {"g55": "07-110"}}, "raw": {"DAY": "15-8-1818", "HOUR": "8 h.", "NAME": "ROBERT", "PLACE": "Chateau-Thierry (Aisne)."}, "date": "2023-08-20T14:49:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12161	rousseil-mari-1840-07-19	{"a5": "693", "g55": "07-111"}	{"g55": "07-111", "lerrcp": "A5-693"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mari", "family": "Rousseil", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:50", "date": "1840-07-19 23:00", "note": null, "place": {"c1": null, "c2": "79", "c3": null, "cy": "FR", "lg": -0.45877, "lat": 46.32313, "name": "Niort", "geoid": 2990355}, "notime": null, "date-ut": "1840-07-19 23:01:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Mari", "family": "Rousseil"}, "birth": {"tzo": "-00:01:50", "date": "1840-07-19 23:00", "place": {"c2": "79", "cy": "FR", "lg": -0.45877, "lat": 46.32313, "name": "Niort", "geoid": 2990355}, "date-ut": "1840-07-19 23:01:48"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-693"}, "ids-in-sources": {"a5": "693"}}, "raw": {"H": "23", "MN": "1", "TZ": "0", "COD": "79", "COU": "F", "DAY": "19", "LAT": "46N19", "LON": "0W27", "MON": "7", "NUM": "693", "PRO": "A", "SEC": "48", "YEA": "1840", "CITY": "NIORT"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-111"}, "ids-in-source": {"g55": "07-111"}}, "raw": {"DAY": "19-7-1840", "HOUR": "23 h.", "NAME": "ROUSSEIL Marie Suzanne R.", "PLACE": "Niort (Deux-Sévres)."}, "date": "2023-08-20T14:49:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12165	royer-marie-1841-03-25	{"a5": "697", "g55": "07-112"}	{"g55": "07-112", "lerrcp": "A5-697"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Royer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:21", "date": "1841-03-25 14:00", "note": null, "place": {"c1": null, "c2": "21", "c3": null, "cy": "FR", "lg": 4.83887, "lat": 47.02413, "name": "Beaune", "geoid": 3034126}, "notime": null, "date-ut": "1841-03-25 13:39:52"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Royer"}, "birth": {"tzo": "+00:19:21", "date": "1841-03-25 14:00", "place": {"c2": "21", "cy": "FR", "lg": 4.83887, "lat": 47.02413, "name": "Beaune", "geoid": 3034126}, "date-ut": "1841-03-25 13:39:52"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-697"}, "ids-in-sources": {"a5": "697"}}, "raw": {"H": "13", "MN": "39", "TZ": "0", "COD": "21", "COU": "F", "DAY": "25", "LAT": "47N19", "LON": "5E 2", "MON": "3", "NUM": "697", "PRO": "A", "SEC": "52", "YEA": "1841", "CITY": "BEAUNE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-112"}, "ids-in-source": {"g55": "07-112"}}, "raw": {"DAY": "25-3-1841", "HOUR": "14 h.", "NAME": "ROYER Marie Catherine", "PLACE": "Beaune (Côte-d’Or)."}, "date": "2023-08-20T14:49:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12170	saint-germain-victor-arthur-1832-01-12	{"a5": "702", "g55": "07-113"}	{"g55": "07-113", "lerrcp": "A5-702"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Victor Arthur", "family": "Saint-germain", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1832-01-12 15:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1832-01-12 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-702"}, "birth": {"tzo": "+00:09:24", "date": "1832-01-12 15:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1832-01-12 14:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-702"}, "ids-in-sources": {"a5": "702"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "12", "LAT": "48N50", "LON": "2E20", "MON": "1", "NUM": "702", "PRO": "A", "SEC": "40", "YEA": "1832", "CITY": "PARIS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"name": {"given": "Victor Arthur", "family": "Saint-germain", "nobility": ""}, "slug": "saint-germain-victor-arthur-1832-01-12", "partial-ids": {"g55": "07-113"}, "ids-in-source": {"g55": "07-113"}}, "raw": {"DAY": "12-1-1832", "HOUR": "15 h.", "NAME": "SAINT-GERMAIN Victor Arthur", "PLACE": "Paris (Seine)."}, "date": "2023-08-20T14:49:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12176	schrivaneck-augustine-1823-05-31	{"a5": "708", "g55": "07-114"}	{"g55": "07-114", "lerrcp": "A5-708"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Augustine", "family": "Schrivaneck", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:24", "date": "1823-05-31 21:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1823-05-31 20:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Augustine", "family": "Schrivaneck"}, "birth": {"tzo": "+00:04:24", "date": "1823-05-31 21:00", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1823-05-31 20:55:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-708"}, "ids-in-sources": {"a5": "708"}}, "raw": {"H": "20", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "31", "LAT": "49N26", "LON": "1E 5", "MON": "5", "NUM": "708", "PRO": "A", "SEC": "40", "YEA": "1823", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-114"}, "ids-in-source": {"g55": "07-114"}}, "raw": {"DAY": "31-5-1823", "HOUR": "21 h.", "NAME": "SCHRIVANECK Augustine Célest:", "PLACE": "Rouen (Seine-Inf.)."}, "date": "2023-08-20T14:49:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12180	seveste-jules-didier-1846-08-04	{"a5": "712", "g55": "07-115"}	{"g55": "07-115", "lerrcp": "A5-712"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules Didier", "family": "Seveste", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1846-08-04 00:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1846-08-03 23:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-712"}, "birth": {"tzo": "+00:09:24", "date": "1846-08-04 00:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1846-08-03 23:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-712"}, "ids-in-sources": {"a5": "712"}}, "raw": {"H": "23", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "3", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "712", "PRO": "A", "SEC": "40", "YEA": "1846", "CITY": "PARIS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"name": {"given": "Jules Didier", "family": "Seveste", "nobility": ""}, "slug": "seveste-jules-didier-1846-08-04", "partial-ids": {"g55": "07-115"}, "ids-in-source": {"g55": "07-115"}}, "raw": {"DAY": "4-8-1846", "HOUR": "0 h.", "NAME": "SEVESTE Jules Didier", "PLACE": "Paris (Seine)."}, "date": "2023-08-20T14:49:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12193	talma-mme-1771-09-10	{"a5": "725", "g55": "07-116"}	{"g55": "07-116", "lerrcp": "A5-725"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mme", "family": "Talma", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "NL", "lg": 4.3, "lat": 52.1, "name": "La Haye", "geoid": 0}, "notime": null, "date-ut": "1771-09-10 01:42:48"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Mme", "family": "Talma"}, "birth": {"place": {"c2": "", "cy": "NL", "lg": 4.3, "lat": 52.1, "name": "LA HAYE", "geoid": 0}, "date-ut": "1771-09-10 01:42:48"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-725"}, "ids-in-sources": {"a5": "725"}}, "raw": {"H": "1", "MN": "42", "TZ": "0", "COD": "N", "COU": "F", "DAY": "10", "LAT": "52N 6", "LON": "4E18", "MON": "9", "NUM": "725", "PRO": "A", "SEC": "48", "YEA": "1771", "CITY": "LA HAYE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "La Haye"}}, "partial-ids": {"g55": "07-116"}, "ids-in-source": {"g55": "07-116"}}, "raw": {"DAY": "10-9-1771", "HOUR": "2 h.", "NAME": "TALMA (Mme)", "PLACE": "La Haye (Hollande)."}, "date": "2023-08-20T14:49:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
24646	thenard-ferdinand-1823-04-18	{"g55": "07-117"}	{"g55": "07-117"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ferdinand", "family": "Thenard", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": "1823-04-18 24:00", "note": null, "place": {"c1": "", "c2": "75", "c3": "", "cy": "FR", "lg": null, "lat": null, "name": "Paris", "geoid": null}, "notime": null, "date-ut": null}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Ferdinand", "family": "Thenard", "nobility": ""}, "birth": {"date": "1823-04-18 24:00", "place": {"c1": "", "c2": "75", "c3": "", "cy": "FR", "name": "Paris"}}, "occus": ["actor"], "trust": 5, "ids-in-sources": {"g55": "07-117"}}, "raw": {"DAY": "18-4-1823", "HOUR": "24 h.", "NAME": "THENARD Ferdinand", "PLACE": "Paris (Seine)."}, "date": "2023-08-20T14:49:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12199	theresa-mme-1837-04-25	{"a5": "731", "g55": "07-118"}	{"g55": "07-118", "lerrcp": "A5-731"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mme", "family": "Theresa", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06", "date": "1837-04-25 09:00", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 1.5, "lat": 48.45, "name": "La Bazoche-Gouét", "geoid": 0}, "notime": null, "date-ut": "1837-04-25 08:54"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Mme", "family": "Theresa"}, "birth": {"tzo": "+00:06", "date": "1837-04-25 09:00", "place": {"c2": "28", "cy": "FR", "lg": 1.5, "lat": 48.45, "name": "La Bazoche-Goue", "geoid": 0}, "date-ut": "1837-04-25 08:54"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-731"}, "ids-in-sources": {"a5": "731"}}, "raw": {"H": "8", "MN": "54", "TZ": "0", "COD": "28", "COU": "F", "DAY": "25", "LAT": "48N27", "LON": "1E30", "MON": "4", "NUM": "731", "PRO": "A", "SEC": "0", "YEA": "1837", "CITY": "LA BAZOCHE-GOUE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "La Bazoche-Gouét"}}, "partial-ids": {"g55": "07-118"}, "ids-in-source": {"g55": "07-118"}}, "raw": {"DAY": "25-4-1837", "HOUR": "9 h.", "NAME": "THERESA (Mme)", "PLACE": "La Bazoche-Gouét (Eure-et-Loire)."}, "date": "2023-08-20T14:49:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12203	tholer-gabrielle-1850-09-06	{"a5": "735", "g55": "07-120"}	{"g55": "07-120", "lerrcp": "A5-735"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabrielle", "family": "Tholer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:26:23", "date": "1850-09-06 09:00", "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 6.59732, "lat": 49.0491, "name": "Faulquemont", "geoid": 3018946}, "notime": null, "date-ut": "1850-09-06 08:35:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gabrielle", "family": "Tholer"}, "birth": {"tzo": "+00:26:23", "date": "1850-09-06 09:00", "place": {"c2": "57", "cy": "FR", "lg": 6.59732, "lat": 49.0491, "name": "Faulquemont", "geoid": 3018946}, "date-ut": "1850-09-06 08:35:16"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-735"}, "ids-in-sources": {"a5": "735"}}, "raw": {"H": "8", "MN": "35", "TZ": "0", "COD": "57", "COU": "F", "DAY": "6", "LAT": "49N 7", "LON": "6E11", "MON": "9", "NUM": "735", "PRO": "A", "SEC": "16", "YEA": "1850", "CITY": "FAULQUEMONT"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-120"}, "ids-in-source": {"g55": "07-120"}}, "raw": {"DAY": "6-9-1850", "HOUR": "9 h.", "NAME": "THOLER Gabrielle Marie", "PLACE": "Faulquemont (Moselle)."}, "date": "2023-08-20T14:49:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12215	valnay-jacques-1817-02-05	{"a5": "747", "g55": "07-121"}	{"g55": "07-121", "lerrcp": "A5-747"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Valnay", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1817-02-05 07:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1817-02-05 06:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Valnay"}, "birth": {"tzo": "+00:09:24", "date": "1817-02-05 07:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1817-02-05 06:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-747"}, "ids-in-sources": {"a5": "747"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "5", "LAT": "48N50", "LON": "2E20", "MON": "2", "NUM": "747", "PRO": "A", "SEC": "40", "YEA": "1817", "CITY": "PARIS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-121"}, "ids-in-source": {"g55": "07-121"}}, "raw": {"DAY": "5-2-1817", "HOUR": "7 h.", "NAME": "VALNAY Jacques Francois", "PLACE": "Paris (Seine)."}, "date": "2023-08-20T14:49:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12247	worms-gustave-1836-11-26	{"a5": "779", "g55": "07-122"}	{"g55": "07-122", "lerrcp": "A5-779"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gustave", "family": "Worms", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1836-11-26 02:00", "note": null, "place": {"c1": null, "c2": "75", "c3": null, "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1836-11-26 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gustave", "family": "Worms"}, "birth": {"tzo": "+00:09:24", "date": "1836-11-26 02:00", "place": {"c2": "75", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1836-11-26 01:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-779"}, "ids-in-sources": {"a5": "779"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "26", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "779", "PRO": "A", "SEC": "40", "YEA": "1836", "CITY": "PARIS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-122"}, "ids-in-source": {"g55": "07-122"}}, "raw": {"DAY": "26-11-1836", "HOUR": "2 h.", "NAME": "WORMS Gustave", "PLACE": "Paris (Seine)."}, "date": "2023-08-20T14:49:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11477	adam-alfred-1908-04-04	{"a5": "4", "a6": "5", "g55": "07-123"}	{"g55": "07-123", "lerrcp": "A5-4"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alfred", "family": "Adam", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1908-04-04 16:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Asnières", "geoid": 0}, "notime": null, "date-ut": "1908-04-04 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor", "writer"]	5	null	[{"new": {"name": {"given": "Alfred", "family": "Adam"}, "birth": {"tzo": "+00:09:21", "date": "1908-04-04 16:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Asnieres", "geoid": 0}, "date-ut": "1908-04-04 15:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-4"}, "ids-in-sources": {"a5": "4"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "92", "COU": "F", "DAY": "4", "LAT": "48N50", "LON": "2E11", "MON": "4", "NUM": "4", "PRO": "A", "SEC": "40", "YEA": "1908", "CITY": "ASNIERES"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "5"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "92", "COU": "F", "DAY": "4", "LAT": "48N50", "LON": "2E11", "MON": "4", "NUM": "5", "PRO": "W", "SEC": "40", "YEA": "1908", "CITY": "ASNIERES"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"birth": {"place": {"name": "Asnières"}}, "partial-ids": {"g55": "07-123"}, "ids-in-source": {"g55": "07-123"}}, "raw": {"DAY": "4-4-1908", "HOUR": "16 h.", "NAME": "ADAM Alfred", "PLACE": "Asnières (Seine)."}, "date": "2023-08-20T14:49:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11485	albert-lambert-raphael-1865-12-31	{"a5": "12", "g55": "07-124"}	{"g55": "07-124", "lerrcp": "A5-12"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raphaël", "family": "Albert-Lambert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:24", "date": "1865-12-31 07:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1865-12-31 06:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Raphaël", "family": "Albert-Lambert"}, "birth": {"tzo": "+00:04:24", "date": "1865-12-31 07:00", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1865-12-31 06:55:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-12"}, "ids-in-sources": {"a5": "12"}}, "raw": {"H": "6", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "31", "LAT": "49N26", "LON": "1E 5", "MON": "12", "NUM": "12", "PRO": "A", "SEC": "40", "YEA": "1865", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-124"}, "ids-in-source": {"g55": "07-124"}}, "raw": {"DAY": "31-12-1865", "HOUR": "7 h.", "NAME": "ALBERT-LAMBERT Raphaél", "PLACE": "Rouen (Seine-Inférieure)."}, "date": "2023-08-20T14:49:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11487	alexandre-rene-1885-12-22	{"a5": "14", "g55": "07-126"}	{"g55": "07-126", "lerrcp": "A5-14"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Alexandre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:16:07", "date": "1885-12-22 08:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "notime": null, "date-ut": "1885-12-22 07:42:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "René", "family": "Alexandre"}, "birth": {"tzo": "+00:16:07", "date": "1885-12-22 08:00", "place": {"c2": "51", "cy": "FR", "lg": 4.02853, "lat": 49.26526, "name": "Reims", "geoid": 2984114}, "date-ut": "1885-12-22 07:42:32"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-14"}, "ids-in-sources": {"a5": "14"}}, "raw": {"H": "7", "MN": "42", "TZ": "0", "COD": "51", "COU": "F", "DAY": "22", "LAT": "48N57", "LON": "4E22", "MON": "12", "NUM": "14", "PRO": "A", "SEC": "32", "YEA": "1885", "CITY": "REIMS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-126"}, "ids-in-source": {"g55": "07-126"}}, "raw": {"DAY": "22-12-1885", "HOUR": "8 h.", "NAME": "ALEXANDRE René", "PLACE": "Reims (Marne)."}, "date": "2023-08-20T14:49:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11493	andrex-1907-01-23	{"a5": "20", "g55": "07-127"}	{"g55": "07-127", "lerrcp": "A5-20"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "ANDREX", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1907-01-23 21:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1907-01-23 20:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-20"}, "birth": {"tzo": "+00:09:21", "date": "1907-01-23 21:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1907-01-23 20:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-20"}, "ids-in-sources": {"a5": "20"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "13", "COU": "F", "DAY": "23", "LAT": "43N18", "LON": "5E22", "MON": "1", "NUM": "20", "PRO": "A", "SEC": "40", "YEA": "1907", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"name": {"given": "", "family": "ANDREX", "nobility": ""}, "slug": "andrex-1907-01-23", "partial-ids": {"g55": "07-127"}, "ids-in-source": {"g55": "07-127"}}, "raw": {"DAY": "23-1-1907", "HOUR": "21 h.", "NAME": "ANDREX", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:49:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11496	angelvin-jacques-1914-08-05	{"a5": "23", "g55": "07-128"}	{"g55": "07-128", "lerrcp": "A5-23"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Angelvin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-08-05 06:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1914-08-05 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Angelvin"}, "birth": {"tzo": "+00:00", "date": "1914-08-05 06:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1914-08-05 06:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-23"}, "ids-in-sources": {"a5": "23"}}, "raw": {"H": "6", "MN": "0", "TZ": "0", "COD": "13", "COU": "F", "DAY": "5", "LAT": "43N18", "LON": "5E22", "MON": "8", "NUM": "23", "PRO": "A", "SEC": "0", "YEA": "1914", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-128"}, "ids-in-source": {"g55": "07-128"}}, "raw": {"DAY": "5-8-1914", "HOUR": "6 h.", "NAME": "ANGELVIN Jacques", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:49:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11500	aquistapace-jean-1882-08-22	{"a5": "27", "g55": "07-130"}	{"g55": "07-130", "lerrcp": "A5-27"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Aquistapace", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:29:04", "date": "1882-08-22 10:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1882-08-22 09:30:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Aquistapace"}, "birth": {"tzo": "+00:29:04", "date": "1882-08-22 10:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1882-08-22 09:30:56"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-27"}, "ids-in-sources": {"a5": "27"}}, "raw": {"H": "9", "MN": "30", "TZ": "0", "COD": "06", "COU": "F", "DAY": "22", "LAT": "43N42", "LON": "7E16", "MON": "8", "NUM": "27", "PRO": "A", "SEC": "56", "YEA": "1882", "CITY": "NICE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-130"}, "ids-in-source": {"g55": "07-130"}}, "raw": {"DAY": "22-8-1882", "HOUR": "10 h.", "NAME": "AQUISTAPACE Jean", "PLACE": "Nice (Alpes-Maritimes)."}, "date": "2023-08-20T14:49:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11513	arnoux-robert-1899-10-23	{"a5": "40", "g55": "07-133"}	{"g55": "07-133", "lerrcp": "A5-40"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Arnoux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-10-23 07:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1899-10-23 06:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Arnoux"}, "birth": {"tzo": "+00:09:21", "date": "1899-10-23 07:00", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1899-10-23 06:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-40"}, "ids-in-sources": {"a5": "40"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "59", "COU": "F", "DAY": "23", "LAT": "50N39", "LON": "3E 5", "MON": "10", "NUM": "40", "PRO": "A", "SEC": "40", "YEA": "1899", "CITY": "LILLE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-133"}, "ids-in-source": {"g55": "07-133"}}, "raw": {"DAY": "23-10-1899", "HOUR": "7 h.", "NAME": "ARNOUX Robert Raymond", "PLACE": "Lille (Nord)."}, "date": "2023-08-20T14:49:01+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11518	astor-junie-1911-12-21	{"a5": "45", "g55": "07-134"}	{"g55": "07-134", "lerrcp": "A5-45"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Junie", "family": "Astor", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-12-21 03:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1911-12-21 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Junie", "family": "Astor"}, "birth": {"tzo": "+00:00", "date": "1911-12-21 03:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1911-12-21 03:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-45"}, "ids-in-sources": {"a5": "45"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "13", "COU": "F", "DAY": "21", "LAT": "43N18", "LON": "5E22", "MON": "12", "NUM": "45", "PRO": "A", "SEC": "0", "YEA": "1911", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-134"}, "ids-in-source": {"g55": "07-134"}}, "raw": {"DAY": "21-12-1911", "HOUR": "3 h.", "NAME": "ASTOR Junie", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:49:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11527	balin-mireille-1911-07-20	{"a5": "54", "g55": "07-136"}	{"g55": "07-136", "lerrcp": "A5-54"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mireille", "family": "Balin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "MC", "lg": 7.42732, "lat": 43.73976, "name": "Monte-Carlo", "geoid": 2992741}, "notime": null, "date-ut": "1911-07-20 13:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Mireille", "family": "Balin"}, "birth": {"place": {"c2": "", "cy": "MC", "lg": 7.42732, "lat": 43.73976, "name": "Monte-Carlo", "geoid": 2992741}, "date-ut": "1911-07-20 13:00:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-54"}, "ids-in-sources": {"a5": "54"}}, "raw": {"H": "13", "MN": "0", "TZ": "0", "COD": "MON", "COU": "F", "DAY": "20", "LAT": "43N45", "LON": "7E25", "MON": "7", "NUM": "54", "PRO": "A", "SEC": "0", "YEA": "1911", "CITY": "MONTE-CARLO"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-136"}, "ids-in-source": {"g55": "07-136"}}, "raw": {"DAY": "20-7-1911", "HOUR": "13 h.", "NAME": "BALIN Mireille", "PLACE": "Monte-Carlo (Monaco)."}, "date": "2023-08-20T14:49:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11529	baquet-maurice-1911-05-26	{"a5": "56", "g55": "07-137"}	{"g55": "07-137", "lerrcp": "A5-56"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Baquet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-05-26 05:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Villefranche-sur-Saône", "geoid": 0}, "notime": null, "date-ut": "1911-05-26 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Baquet"}, "birth": {"tzo": "+00:00", "date": "1911-05-26 05:00", "place": {"c2": "69", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Villefranche-sur", "geoid": 0}, "date-ut": "1911-05-26 05:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-56"}, "ids-in-sources": {"a5": "56"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "69", "COU": "F", "DAY": "26", "LAT": "45N46", "LON": "4E50", "MON": "5", "NUM": "56", "PRO": "A", "SEC": "0", "YEA": "1911", "CITY": "VILLEFRANCHE-S/"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Villefranche-sur-Saône"}}, "partial-ids": {"g55": "07-137"}, "ids-in-source": {"g55": "07-137"}}, "raw": {"DAY": "26-5-1911", "HOUR": "5 h.", "NAME": "BAQUET Maurice Louis", "PLACE": "Villefranche-sur-Saône (Rhône)."}, "date": "2023-08-20T14:49:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11532	barbulee-madeleine-1910-09-02	{"a5": "59", "g55": "07-139"}	{"g55": "07-139", "lerrcp": "A5-59"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Madeleine", "family": "Barbulee", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1910-09-02 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Madeleine", "family": "Barbulee"}, "birth": {"place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1910-09-02 05:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-59"}, "ids-in-sources": {"a5": "59"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "54", "COU": "F", "DAY": "2", "LAT": "48N42", "LON": "6E12", "MON": "9", "NUM": "59", "PRO": "A", "SEC": "40", "YEA": "1910", "CITY": "NANCY"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-139"}, "ids-in-source": {"g55": "07-139"}}, "raw": {"DAY": "2-9-1910", "HOUR": "6 h.", "NAME": "BARBULEE Madeleine", "PLACE": "Nancy (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:49:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11536	barjac-beauberon-1883-04-20	{"a5": "63", "g55": "07-141"}	{"g55": "07-141", "lerrcp": "A5-63"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Beauberon)", "family": "Barjac", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:01:28", "date": "1883-04-20 23:30", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": -0.36667, "lat": 49.18333, "name": "Villers-sur-Mer", "geoid": 0}, "notime": null, "date-ut": "1883-04-20 23:31:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Beauberon)", "family": "Barjac"}, "birth": {"tzo": "-00:01:28", "date": "1883-04-20 23:30", "place": {"c2": "14", "cy": "FR", "lg": -0.36667, "lat": 49.18333, "name": "Villers-sur-M", "geoid": 0}, "date-ut": "1883-04-20 23:31:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-63"}, "ids-in-sources": {"a5": "63"}}, "raw": {"H": "23", "MN": "31", "TZ": "0", "COD": "14", "COU": "F", "DAY": "20", "LAT": "49N11", "LON": "0W22", "MON": "4", "NUM": "63", "PRO": "A", "SEC": "28", "YEA": "1883", "CITY": "VILLERS-S/M"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Villers-sur-Mer"}}, "partial-ids": {"g55": "07-141"}, "ids-in-source": {"g55": "07-141"}}, "raw": {"DAY": "20-4-1883", "HOUR": "23 h. 30", "NAME": "BARJAC Madeleine", "PLACE": "Villers-sur-Mer (Calvados)."}, "date": "2023-08-20T14:49:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11540	barrault-jean-1910-09-08	{"a5": "67", "g55": "07-142", "afd2": "28"}	{"g55": "07-142", "lerrcp": "A5-67", "muller": "M2-28"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Barrault", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1910-09-08 06:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13308, "lat": 48.89281, "name": "Le Vésinet", "geoid": 2998854}, "notime": null, "date-ut": "1910-09-08 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Barrault"}, "birth": {"tzo": "+00:09:21", "date": "1910-09-08 06:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13308, "lat": 48.89281, "name": "Le Vésinet", "geoid": 2998854}, "date-ut": "1910-09-08 05:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-67"}, "ids-in-sources": {"a5": "67"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "78", "COU": "F", "DAY": "8", "LAT": "48N50", "LON": "2E 8", "MON": "9", "NUM": "67", "PRO": "A", "SEC": "40", "YEA": "1910", "CITY": "LE VESINET"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "M", "occus": ["actor"], "ids-in-sources": {"afd2": "28"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 08", "LAT": "48 N 50", "TZO": "-0.16", "DATE": "08.09.1910", "MUID": "28", "NAME": "Barrault, Jean-Louis", "OCCU": "AR 03", "TIME": "06.00", "BOOKS": "57", "PLACE": "Le Vésinet", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:44+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"partial-ids": {"g55": "07-142"}, "ids-in-source": {"g55": "07-142"}}, "raw": {"DAY": "8-9-1910", "HOUR": "6 h.", "NAME": "BARRAULT Jean-Louis", "PLACE": "Le Vésinet (Seine-et-Oise)."}, "date": "2023-08-20T14:49:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11542	barre-paul-1911-08-25	{"a5": "69", "g55": "07-143"}	{"g55": "07-143", "lerrcp": "A5-69"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Barre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-08-25 19:30", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 0.82177, "lat": 48.32157, "name": "Nogent-le-Rotrou", "geoid": 2990272}, "notime": null, "date-ut": "1911-08-25 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Barre"}, "birth": {"tzo": "+00:00", "date": "1911-08-25 19:30", "place": {"c2": "28", "cy": "FR", "lg": 0.82177, "lat": 48.32157, "name": "Nogent-le-Rotrou", "geoid": 2990272}, "date-ut": "1911-08-25 19:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-69"}, "ids-in-sources": {"a5": "69"}}, "raw": {"H": "19", "MN": "30", "TZ": "0", "COD": "28", "COU": "F", "DAY": "25", "LAT": "48N27", "LON": "1E30", "MON": "8", "NUM": "69", "PRO": "A", "SEC": "0", "YEA": "1911", "CITY": "NOGENT-LE-ROTROU"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-143"}, "ids-in-source": {"g55": "07-143"}}, "raw": {"DAY": "25-8-1911", "HOUR": "19 h. 30", "NAME": "BARRE Paul", "PLACE": "Nogent-le-Rotrou (Eure-et-Loire)."}, "date": "2023-08-20T14:49:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11561	bernard-paul-1898-09-21	{"a5": "88", "g55": "07-145"}	{"g55": "07-145", "lerrcp": "A5-88"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Bernard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1898-09-21 06:00", "note": null, "place": {"c1": null, "c2": "46", "c3": null, "cy": "FR", "lg": 1.43333, "lat": 44.45, "name": "Villeneuve-sur-Lot", "geoid": 0}, "notime": null, "date-ut": "1898-09-21 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Bernard"}, "birth": {"tzo": "+00:09:21", "date": "1898-09-21 06:00", "place": {"c2": "46", "cy": "FR", "lg": 1.43333, "lat": 44.45, "name": "Villeneuve-sur-Lo", "geoid": 0}, "date-ut": "1898-09-21 05:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-88"}, "ids-in-sources": {"a5": "88"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "46", "COU": "F", "DAY": "21", "LAT": "44N27", "LON": "1E26", "MON": "9", "NUM": "88", "PRO": "A", "SEC": "40", "YEA": "1898", "CITY": "VILLENEUVE-S/LO"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Villeneuve-sur-Lot"}}, "partial-ids": {"g55": "07-145"}, "ids-in-source": {"g55": "07-145"}}, "raw": {"DAY": "21-9-1898", "HOUR": "6 h.", "NAME": "BERNARD Paul", "PLACE": "Villeneuve-sur-Lot (Lot)."}, "date": "2023-08-20T14:49:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11549	beauchamp-edmond-1900-03-03	{"a5": "76", "g55": "07-146"}	{"g55": "07-146", "lerrcp": "A5-76"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edmond", "family": "Beauchamp", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-03-03 20:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1900-03-03 19:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Edmond", "family": "Beauchamp"}, "birth": {"tzo": "+00:09:21", "date": "1900-03-03 20:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1900-03-03 19:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-76"}, "ids-in-sources": {"a5": "76"}}, "raw": {"H": "19", "MN": "50", "TZ": "0", "COD": "34", "COU": "F", "DAY": "3", "LAT": "43N37", "LON": "3E53", "MON": "3", "NUM": "76", "PRO": "A", "SEC": "40", "YEA": "1900", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-146"}, "ids-in-source": {"g55": "07-146"}}, "raw": {"DAY": "3-3-1900", "HOUR": "20 h.", "NAME": "BEAUCHAMP Edmond", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:49:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11562	berriau-simonne-1896-07-21	{"a5": "89", "g55": "07-148"}	{"g55": "07-148", "lerrcp": "A5-89"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Simonne", "family": "Berriau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1896-07-21 23:00", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": 0.10218, "lat": 49.34443, "name": "Touques", "geoid": 2972307}, "notime": null, "date-ut": "1896-07-21 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Simonne", "family": "Berriau"}, "birth": {"tzo": "+00:09:21", "date": "1896-07-21 23:00", "place": {"c2": "14", "cy": "FR", "lg": 0.10218, "lat": 49.34443, "name": "Touques", "geoid": 2972307}, "date-ut": "1896-07-21 22:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-89"}, "ids-in-sources": {"a5": "89"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "14", "COU": "F", "DAY": "21", "LAT": "49N11", "LON": "0W22", "MON": "7", "NUM": "89", "PRO": "A", "SEC": "40", "YEA": "1896", "CITY": "TOUQUES"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-148"}, "ids-in-source": {"g55": "07-148"}}, "raw": {"DAY": "21-7-1896", "HOUR": "23 h.", "NAME": "BERRIAU Simonne", "PLACE": "Touques (Calvados)."}, "date": "2023-08-20T14:49:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11563	berry-jules-1883-02-09	{"a5": "90", "g55": "07-150"}	{"g55": "07-150", "lerrcp": "A5-90"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Berry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01:22", "date": "1883-02-09 21:00", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "notime": null, "date-ut": "1883-02-09 20:58:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jules", "family": "Berry"}, "birth": {"tzo": "+00:01:22", "date": "1883-02-09 21:00", "place": {"c2": "86", "cy": "FR", "lg": 0.34348, "lat": 46.58261, "name": "Poitiers", "geoid": 2986495}, "date-ut": "1883-02-09 20:58:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-90"}, "ids-in-sources": {"a5": "90"}}, "raw": {"H": "20", "MN": "58", "TZ": "0", "COD": "86", "COU": "F", "DAY": "9", "LAT": "46N35", "LON": "0E20", "MON": "2", "NUM": "90", "PRO": "A", "SEC": "40", "YEA": "1883", "CITY": "POITIERS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-150"}, "ids-in-source": {"g55": "07-150"}}, "raw": {"DAY": "9-2-1883", "HOUR": "21 h.", "NAME": "BERRY Jules", "PLACE": "Poitiers (Vienne)."}, "date": "2023-08-20T14:49:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11570	bertin-pierre-1891-10-24	{"a5": "97", "g55": "07-152"}	{"g55": "07-152", "lerrcp": "A5-97"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Bertin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1891-10-24 23:50", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1891-10-24 23:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Bertin"}, "birth": {"tzo": "+00:09:21", "date": "1891-10-24 23:50", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1891-10-24 23:40:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-97"}, "ids-in-sources": {"a5": "97"}}, "raw": {"H": "23", "MN": "40", "TZ": "0", "COD": "59", "COU": "F", "DAY": "24", "LAT": "50N39", "LON": "3E 5", "MON": "10", "NUM": "97", "PRO": "A", "SEC": "40", "YEA": "1891", "CITY": "LILLE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-152"}, "ids-in-source": {"g55": "07-152"}}, "raw": {"DAY": "24-10-1891", "HOUR": "23 h. 50", "NAME": "BERTIN Pierre", "PLACE": "Lille (Nord)."}, "date": "2023-08-20T14:49:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11573	bilboquet-bontemps-1892-03-16	{"a5": "100", "g55": "07-154"}	{"g55": "07-154", "lerrcp": "A5-100"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Bontemps)", "family": "Bilboquet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1892-03-16 10:15", "note": null, "place": {"c1": null, "c2": "61", "c3": null, "cy": "FR", "lg": -0.73333, "lat": 48.76437, "name": "Tinchebray", "geoid": 2972555}, "notime": null, "date-ut": "1892-03-16 10:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Bontemps)", "family": "Bilboquet"}, "birth": {"tzo": "+00:09:21", "date": "1892-03-16 10:15", "place": {"c2": "61", "cy": "FR", "lg": -0.73333, "lat": 48.76437, "name": "Tinchebray", "geoid": 2972555}, "date-ut": "1892-03-16 10:05:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-100"}, "ids-in-sources": {"a5": "100"}}, "raw": {"H": "10", "MN": "5", "TZ": "0", "COD": "61", "COU": "F", "DAY": "16", "LAT": "48N26", "LON": "0E 5", "MON": "3", "NUM": "100", "PRO": "A", "SEC": "40", "YEA": "1892", "CITY": "TINCHEBRAY"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-154"}, "ids-in-source": {"g55": "07-154"}}, "raw": {"DAY": "16-3-1892", "HOUR": "10 h. 15", "NAME": "BILBOQUET Francois", "PLACE": "Tinchebray (Orne)."}, "date": "2023-08-20T14:49:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11582	blin-roger-1907-03-22	{"a5": "109", "g55": "07-155"}	{"g55": "07-155", "lerrcp": "A5-109"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Blin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1907-03-22 20:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly-sur-Seine", "geoid": 0}, "notime": null, "date-ut": "1907-03-22 19:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Blin"}, "birth": {"tzo": "+00:09:21", "date": "1907-03-22 20:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly", "geoid": 0}, "date-ut": "1907-03-22 19:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-109"}, "ids-in-sources": {"a5": "109"}}, "raw": {"H": "19", "MN": "50", "TZ": "0", "COD": "92", "COU": "F", "DAY": "22", "LAT": "48N50", "LON": "2E11", "MON": "3", "NUM": "109", "PRO": "A", "SEC": "40", "YEA": "1907", "CITY": "NEUILLY"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Neuilly-sur-Seine"}}, "partial-ids": {"g55": "07-155"}, "ids-in-source": {"g55": "07-155"}}, "raw": {"DAY": "22-3-1907", "HOUR": "20 h.", "NAME": "BLIN Roger", "PLACE": "Neuilly-sur-Seine (Seine)."}, "date": "2023-08-20T14:49:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11598	bourvil-rainbourg-1917-07-27	{"a5": "125", "g55": "07-157"}	{"g55": "07-157", "lerrcp": "A5-125"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Rainbourg)", "family": "Bourvil", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1917-07-27 11:30", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.08333, "lat": 49.43333, "name": "Prétot-Vicquemare", "geoid": 0}, "notime": null, "date-ut": "1917-07-27 10:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Rainbourg)", "family": "Bourvil"}, "birth": {"tzo": "+01:00", "date": "1917-07-27 11:30", "place": {"c2": "76", "cy": "FR", "lg": 1.08333, "lat": 49.43333, "name": "Pretot-Vicquema", "geoid": 0}, "date-ut": "1917-07-27 10:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-125"}, "ids-in-sources": {"a5": "125"}}, "raw": {"H": "10", "MN": "30", "TZ": "0", "COD": "76", "COU": "F", "DAY": "27", "LAT": "49N26", "LON": "1E 5", "MON": "7", "NUM": "125", "PRO": "A", "SEC": "0", "YEA": "1917", "CITY": "PRETOT-VICQUEMA"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Prétot-Vicquemare"}}, "partial-ids": {"g55": "07-157"}, "ids-in-source": {"g55": "07-157"}}, "raw": {"DAY": "27-7-1917", "HOUR": "11 h. 30", "NAME": "BOURVIL André", "PLACE": "Prétot-Vicquemare (Seine-Infér.)."}, "date": "2023-08-20T14:49:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11600	boyer-charles-1899-08-28	{"a5": "127", "g55": "07-158"}	{"g55": "07-158", "lerrcp": "A5-127"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Boyer", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-08-28 17:15", "note": null, "place": {"c1": null, "c2": "46", "c3": null, "cy": "FR", "lg": 2.03155, "lat": 44.60894, "name": "Figeac", "geoid": 3018506}, "notime": null, "date-ut": "1899-08-28 17:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Boyer"}, "birth": {"tzo": "+00:09:21", "date": "1899-08-28 17:15", "place": {"c2": "46", "cy": "FR", "lg": 2.03155, "lat": 44.60894, "name": "Figeac", "geoid": 3018506}, "date-ut": "1899-08-28 17:05:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-127"}, "ids-in-sources": {"a5": "127"}}, "raw": {"H": "17", "MN": "5", "TZ": "0", "COD": "46", "COU": "F", "DAY": "28", "LAT": "44N27", "LON": "1E26", "MON": "8", "NUM": "127", "PRO": "A", "SEC": "40", "YEA": "1899", "CITY": "FIGEAC"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-158"}, "ids-in-source": {"g55": "07-158"}}, "raw": {"DAY": "28-8-1899", "HOUR": "17 h. 15", "NAME": "BOYER Charles", "PLACE": "Figeac (Lot)."}, "date": "2023-08-20T14:49:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11605	brasseur-pierre-1905-12-22	{"a5": "132", "a6": "144", "g55": "07-159"}	{"g55": "07-159", "lerrcp": "A5-132"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Brasseur", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1905-12-22 21:30", "note": null, "place": {"c1": null, "c2": "75", "c3": "17", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1905-12-22 21:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor", "poet"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Brasseur"}, "birth": {"tzo": "+00:09:21", "date": "1905-12-22 21:30", "place": {"c2": "75", "c3": "17", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1905-12-22 21:20:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-132"}, "ids-in-sources": {"a5": "132"}}, "raw": {"H": "21", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "22", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "132", "PRO": "A", "SEC": "40", "YEA": "1905", "CITY": "PARIS 17E"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "144"}}, "raw": {"H": "21", "MN": "20", "TZ": "0", "COD": "75", "COU": "F", "DAY": "22", "LAT": "48N50", "LON": "2E20", "MON": "12", "NUM": "144", "PRO": "W", "SEC": "40", "YEA": "1905", "CITY": "PARIS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:55+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"partial-ids": {"g55": "07-159"}, "ids-in-source": {"g55": "07-159"}}, "raw": {"DAY": "22-12-1905", "HOUR": "9 h. 30", "NAME": "BRASSEUR Pierre", "PLACE": "Paris (17°) (Seine)."}, "date": "2023-08-20T14:49:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11614	brochard-jean-1893-03-12	{"a5": "141", "g55": "07-161"}	{"g55": "07-161", "lerrcp": "A5-141"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Brochard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1893-03-12 10:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1893-03-12 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Brochard"}, "birth": {"tzo": "+00:09:21", "date": "1893-03-12 10:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1893-03-12 09:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-141"}, "ids-in-sources": {"a5": "141"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "44", "COU": "F", "DAY": "12", "LAT": "47N13", "LON": "1W35", "MON": "3", "NUM": "141", "PRO": "A", "SEC": "40", "YEA": "1893", "CITY": "NANTES"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-161"}, "ids-in-source": {"g55": "07-161"}}, "raw": {"DAY": "12-3-1893", "HOUR": "10 h.", "NAME": "BROCHARD Jean-Louis", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:49:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11619	brunot-andre-1879-10-03	{"a5": "146", "g55": "07-162"}	{"g55": "07-162", "lerrcp": "A5-146"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Brunot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:13:19", "date": "1879-10-03 18:00", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.32743, "lat": 47.16952, "name": "Prémery", "geoid": 2985462}, "notime": null, "date-ut": "1879-10-03 17:47:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "André", "family": "Brunot"}, "birth": {"tzo": "+00:13:19", "date": "1879-10-03 18:00", "place": {"c2": "58", "cy": "FR", "lg": 3.32743, "lat": 47.16952, "name": "Prémery", "geoid": 2985462}, "date-ut": "1879-10-03 17:47:24"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-146"}, "ids-in-sources": {"a5": "146"}}, "raw": {"H": "17", "MN": "47", "TZ": "0", "COD": "58", "COU": "F", "DAY": "3", "LAT": "46N59", "LON": "3E 9", "MON": "10", "NUM": "146", "PRO": "A", "SEC": "24", "YEA": "1879", "CITY": "PREMERY"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-162"}, "ids-in-source": {"g55": "07-162"}}, "raw": {"DAY": "3-10-1879", "HOUR": "18 h.", "NAME": "BRUNOT André Gilbert", "PLACE": "Préméry (Nièvre)."}, "date": "2023-08-20T14:49:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11620	bussieres-raymond-1907-11-03	{"a5": "147", "g55": "07-163"}	{"g55": "07-163", "lerrcp": "A5-147"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Bussieres", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1907-11-03 21:00", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.18333, "lat": 49.01667, "name": "Ivry-la-Bataille", "geoid": 0}, "notime": null, "date-ut": "1907-11-03 20:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Bussieres"}, "birth": {"tzo": "+00:09:21", "date": "1907-11-03 21:00", "place": {"c2": "27", "cy": "FR", "lg": 1.18333, "lat": 49.01667, "name": "Ivry-la-Bataill", "geoid": 0}, "date-ut": "1907-11-03 20:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-147"}, "ids-in-sources": {"a5": "147"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "27", "COU": "F", "DAY": "3", "LAT": "49N 1", "LON": "1E11", "MON": "11", "NUM": "147", "PRO": "A", "SEC": "40", "YEA": "1907", "CITY": "IVRY-LA-BATAILL"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Ivry-la-Bataille"}}, "partial-ids": {"g55": "07-163"}, "ids-in-source": {"g55": "07-163"}}, "raw": {"DAY": "3-11-1907", "HOUR": "21 h.", "NAME": "BUSSIERES Raymond", "PLACE": "Ivry-la-Bataille (Eure)."}, "date": "2023-08-20T14:49:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11629	carrier-suzy-1922-11-13	{"a5": "156", "g55": "07-165"}	{"g55": "07-165", "lerrcp": "A5-156"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Suzy", "family": "Carrier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-11-13 01:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.33243, "lat": 46.56459, "name": "Moulins", "geoid": 2991481}, "notime": null, "date-ut": "1922-11-13 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Suzy", "family": "Carrier"}, "birth": {"tzo": "+00:00", "date": "1922-11-13 01:00", "place": {"c2": "03", "cy": "FR", "lg": 3.33243, "lat": 46.56459, "name": "Moulins", "geoid": 2991481}, "date-ut": "1922-11-13 01:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-156"}, "ids-in-sources": {"a5": "156"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "03", "COU": "F", "DAY": "13", "LAT": "46N34", "LON": "3E20", "MON": "11", "NUM": "156", "PRO": "A", "SEC": "0", "YEA": "1922", "CITY": "MOULINS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-165"}, "ids-in-source": {"g55": "07-165"}}, "raw": {"DAY": "13-11-1922", "HOUR": "1 h.", "NAME": "CARRIER Suzy", "PLACE": "Moulins (Allier)."}, "date": "2023-08-20T14:49:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11632	catelain-jacques-1897-02-09	{"a5": "159", "g55": "07-167"}	{"g55": "07-167", "lerrcp": "A5-159"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Catelain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1897-02-09 16:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Saint-Germain-en-Laye", "geoid": 0}, "notime": null, "date-ut": "1897-02-09 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Catelain"}, "birth": {"tzo": "+00:09:21", "date": "1897-02-09 16:00", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Saint-Germain-en-la", "geoid": 0}, "date-ut": "1897-02-09 15:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-159"}, "ids-in-sources": {"a5": "159"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "78", "COU": "F", "DAY": "9", "LAT": "48N50", "LON": "2E 8", "MON": "2", "NUM": "159", "PRO": "A", "SEC": "40", "YEA": "1897", "CITY": "ST-GERMAIN-EN-LA"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Germain-en-Laye"}}, "partial-ids": {"g55": "07-167"}, "ids-in-source": {"g55": "07-167"}}, "raw": {"DAY": "9-2-1897", "HOUR": "16 h.", "NAME": "CATELAIN Jacques", "PLACE": "Saint-Germain-en-Laye (S.-et-O.)."}, "date": "2023-08-20T14:49:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11634	cattand-gabriel-1923-11-29	{"a5": "161", "g55": "07-168"}	{"g55": "07-168", "lerrcp": "A5-161"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Cattand", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-11-29 06:00", "note": null, "place": {"c1": null, "c2": "74", "c3": null, "cy": "FR", "lg": 6.40726, "lat": 46.0802, "name": "Bonneville", "geoid": 3031679}, "notime": null, "date-ut": "1923-11-29 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-161"}, "birth": {"tzo": "+00:00", "date": "1923-11-29 06:00", "place": {"c2": "74", "cy": "FR", "lg": 6.40726, "lat": 46.0802, "name": "Bonneville", "geoid": 3031679}, "date-ut": "1923-11-29 06:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-161"}, "ids-in-sources": {"a5": "161"}}, "raw": {"H": "6", "MN": "0", "TZ": "0", "COD": "74", "COU": "F", "DAY": "29", "LAT": "45N54", "LON": "6E 7", "MON": "11", "NUM": "161", "PRO": "A", "SEC": "0", "YEA": "1923", "CITY": "BONNEVILLE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"name": {"given": "Gabriel", "family": "Cattand", "nobility": ""}, "slug": "cattand-gabriel-1923-11-29", "partial-ids": {"g55": "07-168"}, "ids-in-source": {"g55": "07-168"}}, "raw": {"DAY": "29-11-1923", "HOUR": "6 h.", "NAME": "CATTAND Gabriel", "PLACE": "Bonneville (Haute-Savoie)."}, "date": "2023-08-20T14:49:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11638	charrat-janine-1924-07-24	{"a5": "165", "g55": "07-170", "afd3": "43"}	{"g55": "07-170", "lerrcp": "A5-165", "muller": "M3-43"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Janine", "family": "Charrat", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1924-07-24 14:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1924-07-24 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Janine", "family": "Charrat"}, "birth": {"tzo": "+01:00", "date": "1924-07-24 14:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1924-07-24 13:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-165"}, "ids-in-sources": {"a5": "165"}}, "raw": {"H": "13", "MN": "0", "TZ": "0", "COD": "38", "COU": "F", "DAY": "24", "LAT": "45N11", "LON": "5E43", "MON": "7", "NUM": "165", "PRO": "A", "SEC": "0", "YEA": "1924", "CITY": "GRENOBLE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "F", "occus": ["actor"], "sources": "afd3", "ids-in-sources": {"afd3": "43"}}, "raw": {"CY": "F", "GQ": "G", "LG": "005 E 42", "LAT": "45 N 11", "TZO": "-1.00", "DATE": "24.07.1924", "MUID": "043", "NAME": "CHARRAT, Janine", "OCCU": "AR 03", "TIME": "14.00", "BOOKS": "23", "PLACE": "Grenoble", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:42+02:00", "source": "afd3", "command": "muller m3women tmp2db"}, {"new": {"partial-ids": {"g55": "07-170"}, "ids-in-source": {"g55": "07-170"}}, "raw": {"DAY": "24-7-1924", "HOUR": "14 h.", "NAME": "CHARRAT Janine", "PLACE": "Grenoble (Isère)."}, "date": "2023-08-20T14:49:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11639	charrett-chariot-1901-08-22	{"a5": "166", "g55": "07-171"}	{"g55": "07-171", "lerrcp": "A5-166"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Chariot)", "family": "Charrett", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1901-08-22 10:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.18491, "lat": 45.67988, "name": "Nexon", "geoid": 2990463}, "notime": null, "date-ut": "1901-08-22 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Chariot)", "family": "Charrett"}, "birth": {"tzo": "+00:09:21", "date": "1901-08-22 10:00", "place": {"c2": "87", "cy": "FR", "lg": 1.18491, "lat": 45.67988, "name": "Nexon", "geoid": 2990463}, "date-ut": "1901-08-22 09:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-166"}, "ids-in-sources": {"a5": "166"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "87", "COU": "F", "DAY": "22", "LAT": "45N50", "LON": "1E15", "MON": "8", "NUM": "166", "PRO": "A", "SEC": "40", "YEA": "1901", "CITY": "NEXON"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-171"}, "ids-in-source": {"g55": "07-171"}}, "raw": {"DAY": "22-8-1901", "HOUR": "10 h.", "NAME": "CHARRETT Henry", "PLACE": "Nexon (Haute-Vienne)."}, "date": "2023-08-20T14:49:02+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11644	chevalier-maurice-1888-09-12	{"a5": "171", "g55": "07-172"}	{"g55": "07-172", "lerrcp": "A5-171"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Chevalier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:24", "date": "1888-09-12 02:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "20", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1888-09-12 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Chevalier"}, "birth": {"tzo": "+00:09:24", "date": "1888-09-12 02:00", "place": {"c2": "75", "c3": "20", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1888-09-12 01:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-171"}, "ids-in-sources": {"a5": "171"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "75", "COU": "F", "DAY": "12", "LAT": "48N50", "LON": "2E20", "MON": "9", "NUM": "171", "PRO": "A", "SEC": "40", "YEA": "1888", "CITY": "PARIS 20E"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-172"}, "ids-in-source": {"g55": "07-172"}}, "raw": {"DAY": "12-9-1888", "HOUR": "2 h.", "NAME": "CHEVALIER Maurice Auguste", "PLACE": "Paris (20°) (Seine)."}, "date": "2023-08-20T14:49:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11650	clariond-aime-1894-05-10	{"a5": "177", "g55": "07-173"}	{"g55": "07-173", "lerrcp": "A5-177"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Aimé", "family": "Clariond", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1894-05-10 16:00", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "notime": null, "date-ut": "1894-05-10 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Aimé", "family": "Clariond"}, "birth": {"tzo": "+00:09:21", "date": "1894-05-10 16:00", "place": {"c2": "24", "cy": "FR", "lg": 0.71439, "lat": 45.18691, "name": "Périgueux", "geoid": 2987967}, "date-ut": "1894-05-10 15:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-177"}, "ids-in-sources": {"a5": "177"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "24", "COU": "F", "DAY": "10", "LAT": "45N11", "LON": "0E44", "MON": "5", "NUM": "177", "PRO": "A", "SEC": "40", "YEA": "1894", "CITY": "PERIGUEUX"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-173"}, "ids-in-source": {"g55": "07-173"}}, "raw": {"DAY": "10-5-1894", "HOUR": "16 h.", "NAME": "CLARIOND Aime", "PLACE": "Périgueux (Dordogne)."}, "date": "2023-08-20T14:49:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11652	clement-andree-1918-08-07	{"a5": "179", "g55": "07-176"}	{"g55": "07-176", "lerrcp": "A5-179"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Andree", "family": "Clement", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-08-07 08:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1918-08-07 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Andree", "family": "Clement"}, "birth": {"tzo": "+01:00", "date": "1918-08-07 08:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1918-08-07 07:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-179"}, "ids-in-sources": {"a5": "179"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "13", "COU": "F", "DAY": "7", "LAT": "43N18", "LON": "5E22", "MON": "8", "NUM": "179", "PRO": "A", "SEC": "0", "YEA": "1918", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-176"}, "ids-in-source": {"g55": "07-176"}}, "raw": {"DAY": "7-8-1918", "HOUR": "8 h.", "NAME": "CLEMENT Andrée", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:49:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11661	coquelin-constant-1841-01-23	{"a5": "188", "g55": "07-178"}	{"g55": "07-178", "lerrcp": "A5-188"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Constant", "family": "Coquelin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:27", "date": "1841-01-23 12:25:23", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "notime": null, "date-ut": "1841-01-23 12:18:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Constant", "family": "Coquelin"}, "birth": {"tzo": "+00:06:27", "date": "1841-01-23 12:25:23", "place": {"c2": "62", "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "date-ut": "1841-01-23 12:18:56"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-188"}, "ids-in-sources": {"a5": "188"}}, "raw": {"H": "12", "MN": "18", "TZ": "0", "COD": "62", "COU": "F", "DAY": "23", "LAT": "50N18", "LON": "2E46", "MON": "1", "NUM": "188", "PRO": "A", "SEC": "56", "YEA": "1841", "CITY": "BOULOGNE-S-MER"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-178"}, "ids-in-source": {"g55": "07-178"}}, "raw": {"DAY": "23-1-1841", "HOUR": "12 h. 30", "NAME": "COQUELIN Benott Constant", "PLACE": "Boulogne-sur-Mer (Pas-de-Calais)."}, "date": "2023-08-20T14:49:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11662	coquelin-ernest-1848-05-16	{"a5": "189", "g55": "07-179"}	{"g55": "07-179", "lerrcp": "A5-189"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Ernest", "family": "Coquelin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:27", "date": "1848-05-16 20:55:23", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "notime": null, "date-ut": "1848-05-16 20:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Ernest", "family": "Coquelin"}, "birth": {"tzo": "+00:06:27", "date": "1848-05-16 20:55:23", "place": {"c2": "62", "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "date-ut": "1848-05-16 20:48:56"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-189"}, "ids-in-sources": {"a5": "189"}}, "raw": {"H": "20", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "16", "LAT": "50N18", "LON": "2E46", "MON": "5", "NUM": "189", "PRO": "A", "SEC": "56", "YEA": "1848", "CITY": "BOULOGNE-S-MER"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-179"}, "ids-in-source": {"g55": "07-179"}}, "raw": {"DAY": "16-5-1848", "HOUR": "21 h.", "NAME": "COQUELIN Alexandre Honoré", "PLACE": "Boulogne-sur-Mer (Pas-de-Calais)."}, "date": "2023-08-20T14:49:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11666	cour-pierre-1916-04-05	{"a5": "193", "g55": "07-181"}	{"g55": "07-181", "lerrcp": "A5-193"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Cour", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-04-05 01:00", "note": null, "place": {"c1": null, "c2": "91", "c3": null, "cy": "FR", "lg": 2.49223, "lat": 48.6942, "name": "Brunoy", "geoid": 3029748}, "notime": null, "date-ut": "1916-04-05 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Cour"}, "birth": {"tzo": "+00:00", "date": "1916-04-05 01:00", "place": {"c2": "91", "cy": "FR", "lg": 2.49223, "lat": 48.6942, "name": "Brunoy", "geoid": 3029748}, "date-ut": "1916-04-05 01:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-193"}, "ids-in-sources": {"a5": "193"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "91", "COU": "F", "DAY": "5", "LAT": "48N36", "LON": "2E20", "MON": "4", "NUM": "193", "PRO": "A", "SEC": "0", "YEA": "1916", "CITY": "BRUNOY"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-181"}, "ids-in-source": {"g55": "07-181"}}, "raw": {"DAY": "5-4-1916", "HOUR": "1 h.", "NAME": "COUR Pierre", "PLACE": "Brunoy (Seine-et-Oise)."}, "date": "2023-08-20T14:49:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11671	cuny-alain-1908-07-12	{"a5": "198", "g55": "07-183"}	{"g55": "07-183", "lerrcp": "A5-198"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alain", "family": "Cuny", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1908-07-12 12:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -2.00877, "lat": 48.64738, "name": "Saint-Malo", "geoid": 2978640}, "notime": null, "date-ut": "1908-07-12 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Alain", "family": "Cuny"}, "birth": {"tzo": "+00:09:21", "date": "1908-07-12 12:00", "place": {"c2": "35", "cy": "FR", "lg": -2.00877, "lat": 48.64738, "name": "Saint-Malo", "geoid": 2978640}, "date-ut": "1908-07-12 11:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-198"}, "ids-in-sources": {"a5": "198"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "35", "COU": "F", "DAY": "12", "LAT": "48N 7", "LON": "1W40", "MON": "7", "NUM": "198", "PRO": "A", "SEC": "40", "YEA": "1908", "CITY": "SAINT-MALO"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-183"}, "ids-in-source": {"g55": "07-183"}}, "raw": {"DAY": "12-7-1908", "HOUR": "12 h.", "NAME": "CUNY Alain", "PLACE": "Saint-Malo (Ille-et-Vilaine)."}, "date": "2023-08-20T14:49:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11674	dacqmine-jacques-1924-11-30	{"a5": "201", "g55": "07-185"}	{"g55": "07-185", "lerrcp": "A5-201"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Dacqmine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1924-11-30 11:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "La Madeleine-lez-Lille", "geoid": 0}, "notime": null, "date-ut": "1924-11-30 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Dacqmine"}, "birth": {"tzo": "+00:00", "date": "1924-11-30 11:00", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "La Madeleine-le", "geoid": 0}, "date-ut": "1924-11-30 11:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-201"}, "ids-in-sources": {"a5": "201"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "59", "COU": "F", "DAY": "30", "LAT": "50N39", "LON": "3E 5", "MON": "11", "NUM": "201", "PRO": "A", "SEC": "0", "YEA": "1924", "CITY": "LA MADELEINE-LE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "La Madeleine-lez-Lille"}}, "partial-ids": {"g55": "07-185"}, "ids-in-source": {"g55": "07-185"}}, "raw": {"DAY": "30-11-1924", "HOUR": "11 h.", "NAME": "DACQMINE Jacques", "PLACE": "La Madeleine-lez-Lille (Nord)."}, "date": "2023-08-20T14:49:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11678	dalsace-lucien-1893-01-14	{"a5": "205", "g55": "07-187"}	{"g55": "07-187", "lerrcp": "A5-205"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucien", "family": "Dalsace", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1893-01-14 05:30", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.15863, "lat": 48.8898, "name": "Chatou", "geoid": 3026033}, "notime": null, "date-ut": "1893-01-14 05:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Lucien", "family": "Dalsace"}, "birth": {"tzo": "+00:09:21", "date": "1893-01-14 05:30", "place": {"c2": "78", "cy": "FR", "lg": 2.15863, "lat": 48.8898, "name": "Chatou", "geoid": 3026033}, "date-ut": "1893-01-14 05:20:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-205"}, "ids-in-sources": {"a5": "205"}}, "raw": {"H": "5", "MN": "20", "TZ": "0", "COD": "78", "COU": "F", "DAY": "14", "LAT": "48N50", "LON": "2E 8", "MON": "1", "NUM": "205", "PRO": "A", "SEC": "40", "YEA": "1893", "CITY": "CHATOU"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-187"}, "ids-in-source": {"g55": "07-187"}}, "raw": {"DAY": "14-1-1893", "HOUR": "5 h. 30", "NAME": "DALSACE Lucien", "PLACE": "Chatou (Seine-et-Oise)."}, "date": "2023-08-20T14:49:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11688	darrieux-daniele-1917-05-01	{"a5": "215", "g55": "07-189", "afd3": "50"}	{"g55": "07-189", "lerrcp": "A5-215", "muller": "M3-50"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Danièle", "family": "Darrieux", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1917-05-01 21:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1917-05-01 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-215"}, "birth": {"tzo": "+01:00", "date": "1917-05-01 21:00", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1917-05-01 20:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-215"}, "ids-in-sources": {"a5": "215"}}, "raw": {"H": "20", "MN": "0", "TZ": "0", "COD": "33", "COU": "F", "DAY": "1", "LAT": "44N50", "LON": "0W34", "MON": "5", "NUM": "215", "PRO": "A", "SEC": "0", "YEA": "1917", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "F", "name": {"given": "Danièle", "family": "Darrieux"}, "occus": ["actor"], "sources": "afd3", "ids-in-sources": {"afd3": "50"}}, "raw": {"CY": "F", "GQ": "G", "LG": "000 E 35", "LAT": "44 N 51", "TZO": "-1.00", "DATE": "01.05.1917", "MUID": "050", "NAME": "DARRIEUX, Danièle", "OCCU": "AR 03", "TIME": "21.00", "BOOKS": "237", "PLACE": "Bordeaux", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}, {"new": {"partial-ids": {"g55": "07-189"}, "ids-in-source": {"g55": "07-189"}}, "raw": {"DAY": "1-5-1917", "HOUR": "21 h.", "NAME": "DARRIEUX Daniéle", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:49:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11689	dassary-andre-1912-09-10	{"a5": "216", "g55": "07-190"}	{"g55": "07-190", "lerrcp": "A5-216"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Dassary", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-09-10 05:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.55684, "lat": 43.48055, "name": "Biarritz", "geoid": 3032797}, "notime": null, "date-ut": "1912-09-10 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "André", "family": "Dassary"}, "birth": {"tzo": "+00:00", "date": "1912-09-10 05:00", "place": {"c2": "64", "cy": "FR", "lg": -1.55684, "lat": 43.48055, "name": "Biarritz", "geoid": 3032797}, "date-ut": "1912-09-10 05:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-216"}, "ids-in-sources": {"a5": "216"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "10", "LAT": "43N18", "LON": "0W22", "MON": "9", "NUM": "216", "PRO": "A", "SEC": "0", "YEA": "1912", "CITY": "BIARRITZ"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-190"}, "ids-in-source": {"g55": "07-190"}}, "raw": {"DAY": "10-9-1912", "HOUR": "5 h.", "NAME": "DASSARY André", "PLACE": "Biarritz (Basses-Pyrénées)."}, "date": "2023-08-20T14:49:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11692	dauphin-claude-1903-08-19	{"a5": "220", "g55": "07-192"}	{"g55": "07-192", "lerrcp": "A5-220"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Dauphin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1903-08-19 14:10", "note": null, "place": {"c1": null, "c2": "91", "c3": null, "cy": "FR", "lg": 2.33333, "lat": 48.6, "name": "Corbeil", "geoid": 0}, "notime": null, "date-ut": "1903-08-19 14:00:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Dauphin"}, "birth": {"tzo": "+00:09:21", "date": "1903-08-19 14:10", "place": {"c2": "91", "cy": "FR", "lg": 2.33333, "lat": 48.6, "name": "Corbeil", "geoid": 0}, "date-ut": "1903-08-19 14:00:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-220"}, "ids-in-sources": {"a5": "220"}}, "raw": {"H": "14", "MN": "0", "TZ": "0", "COD": "91", "COU": "F", "DAY": "19", "LAT": "48N36", "LON": "2E20", "MON": "8", "NUM": "220", "PRO": "A", "SEC": "40", "YEA": "1903", "CITY": "CORBEIL"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Corbeil"}}, "partial-ids": {"g55": "07-192"}, "ids-in-source": {"g55": "07-192"}}, "raw": {"DAY": "19-8-1903", "HOUR": "14 h. 10", "NAME": "DAUPHIN Claude", "PLACE": "Corbeil (Seine-et-Oise)."}, "date": "2023-08-20T14:49:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11695	davy-jean-1911-10-15	{"a5": "223", "g55": "07-193"}	{"g55": "07-193", "lerrcp": "A5-223"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Davy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-10-15 02:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.23894, "lat": 48.88341, "name": "Puteaux", "geoid": 2985034}, "notime": null, "date-ut": "1911-10-15 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Davy"}, "birth": {"tzo": "+00:00", "date": "1911-10-15 02:00", "place": {"c2": "92", "cy": "FR", "lg": 2.23894, "lat": 48.88341, "name": "Puteaux", "geoid": 2985034}, "date-ut": "1911-10-15 02:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-223"}, "ids-in-sources": {"a5": "223"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "92", "COU": "F", "DAY": "15", "LAT": "48N50", "LON": "2E11", "MON": "10", "NUM": "223", "PRO": "A", "SEC": "0", "YEA": "1911", "CITY": "PUTEAUX"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-193"}, "ids-in-source": {"g55": "07-193"}}, "raw": {"DAY": "15-10-1911", "HOUR": "2 h.", "NAME": "DAVY Jean", "PLACE": "Puteaux (Seine)."}, "date": "2023-08-20T14:49:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11699	decomble-guy-1910-11-12	{"a5": "227", "g55": "07-195"}	{"g55": "07-195", "lerrcp": "A5-227"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Decomble", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1910-11-12 02:00", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.5, "lat": 48.91667, "name": "Aulnay-sous-Bois", "geoid": 0}, "notime": null, "date-ut": "1910-11-12 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Decomble"}, "birth": {"tzo": "+00:09:21", "date": "1910-11-12 02:00", "place": {"c2": "93", "cy": "FR", "lg": 2.5, "lat": 48.91667, "name": "Aulhay-sur-S-Bois", "geoid": 0}, "date-ut": "1910-11-12 01:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-227"}, "ids-in-sources": {"a5": "227"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "93", "COU": "F", "DAY": "12", "LAT": "48N55", "LON": "2E30", "MON": "11", "NUM": "227", "PRO": "A", "SEC": "40", "YEA": "1910", "CITY": "AULHAY-S/S-BOIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Aulnay-sous-Bois"}}, "partial-ids": {"g55": "07-195"}, "ids-in-source": {"g55": "07-195"}}, "raw": {"DAY": "12-11-1910", "HOUR": "2 h.", "NAME": "DECOMBLE Guy", "PLACE": "Aulnay-sous-Bois (Seine-et-Oise)."}, "date": "2023-08-20T14:49:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11702	dehelly-emile-1871-08-07	{"a5": "230", "g55": "07-196"}	{"g55": "07-196", "lerrcp": "A5-230"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Emile", "family": "Dehelly", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:28", "date": "1871-08-07 15:00", "note": null, "place": {"c1": null, "c2": "02", "c3": null, "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Fresnoy-le-Grand", "geoid": 0}, "notime": null, "date-ut": "1871-08-07 14:45:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Emile", "family": "Dehelly"}, "birth": {"tzo": "+00:14:28", "date": "1871-08-07 15:00", "place": {"c2": "02", "cy": "FR", "lg": 3.61667, "lat": 49.56667, "name": "Fresnoy-le-Gran", "geoid": 0}, "date-ut": "1871-08-07 14:45:32"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-230"}, "ids-in-sources": {"a5": "230"}}, "raw": {"H": "14", "MN": "45", "TZ": "0", "COD": "02", "COU": "F", "DAY": "7", "LAT": "49N34", "LON": "3E37", "MON": "8", "NUM": "230", "PRO": "A", "SEC": "32", "YEA": "1871", "CITY": "FRESNOY-LE-GRAN"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Fresnoy-le-Grand"}}, "partial-ids": {"g55": "07-196"}, "ids-in-source": {"g55": "07-196"}}, "raw": {"DAY": "7-8-1871", "HOUR": "15 h.", "NAME": "\\fDEHELLY Emile", "PLACE": "Fresnoy-le-Grand (Aisne)."}, "date": "2023-08-20T14:49:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11710	delamare-lise-1913-04-09	{"a5": "238", "g55": "07-199"}	{"g55": "07-199", "lerrcp": "A5-238"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lise", "family": "Delamare", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-04-09 20:30", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.25404, "lat": 48.91882, "name": "Colombes", "geoid": 3024266}, "notime": null, "date-ut": "1913-04-09 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Lise", "family": "Delamare"}, "birth": {"tzo": "+00:00", "date": "1913-04-09 20:30", "place": {"c2": "92", "cy": "FR", "lg": 2.25404, "lat": 48.91882, "name": "Colombes", "geoid": 3024266}, "date-ut": "1913-04-09 20:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-238"}, "ids-in-sources": {"a5": "238"}}, "raw": {"H": "20", "MN": "30", "TZ": "0", "COD": "92", "COU": "F", "DAY": "9", "LAT": "48N50", "LON": "2E11", "MON": "4", "NUM": "238", "PRO": "A", "SEC": "0", "YEA": "1913", "CITY": "COLOMBES"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-199"}, "ids-in-source": {"g55": "07-199"}}, "raw": {"DAY": "9-4-1913", "HOUR": "20 h. 30", "NAME": "DELAMARE Lise", "PLACE": "Colombes (Seine)."}, "date": "2023-08-20T14:49:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11724	desjardins-maxime-1863-09-17	{"a5": "252", "g55": "07-201"}	{"g55": "07-201", "lerrcp": "A5-252"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maxime", "family": "Desjardins", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:14:17", "date": "1863-09-17 17:00", "note": null, "place": {"c1": null, "c2": "89", "c3": null, "cy": "FR", "lg": 3.57033, "lat": 47.7996, "name": "Auxerre", "geoid": 3035843}, "notime": null, "date-ut": "1863-09-17 16:45:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Maxime", "family": "Desjardins"}, "birth": {"tzo": "+00:14:17", "date": "1863-09-17 17:00", "place": {"c2": "89", "cy": "FR", "lg": 3.57033, "lat": 47.7996, "name": "Auxerre", "geoid": 3035843}, "date-ut": "1863-09-17 16:45:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-252"}, "ids-in-sources": {"a5": "252"}}, "raw": {"H": "16", "MN": "45", "TZ": "0", "COD": "89", "COU": "F", "DAY": "17", "LAT": "47N48", "LON": "3E35", "MON": "9", "NUM": "252", "PRO": "A", "SEC": "40", "YEA": "1863", "CITY": "AUXERRE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-201"}, "ids-in-source": {"g55": "07-201"}}, "raw": {"DAY": "17-9-1863", "HOUR": "17 h.", "NAME": "DESJARDINS Maxime Julien", "PLACE": "Auxerre (Yonne)."}, "date": "2023-08-20T14:49:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11747	ducaux-annie-1908-09-10	{"a5": "275", "g55": "07-204"}	{"g55": "07-204", "lerrcp": "A5-275"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Annie", "family": "Ducaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1908-09-10 23:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1908-09-10 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Annie", "family": "Ducaux"}, "birth": {"tzo": "+00:09:21", "date": "1908-09-10 23:00", "place": {"c2": "25", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1908-09-10 22:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-275"}, "ids-in-sources": {"a5": "275"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "25", "COU": "F", "DAY": "10", "LAT": "47N15", "LON": "6E 2", "MON": "9", "NUM": "275", "PRO": "A", "SEC": "40", "YEA": "1908", "CITY": "BESANCON"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-204"}, "ids-in-source": {"g55": "07-204"}}, "raw": {"DAY": "10-9-1908", "HOUR": "23 h.", "NAME": "DUCAUX Annie", "PLACE": "Besançon (Doubs)."}, "date": "2023-08-20T14:49:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11752	duflos-huguette-1887-08-24	{"a5": "280", "g55": "07-207"}	{"g55": "07-207", "lerrcp": "A5-280"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Huguette", "family": "Duflos", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:59", "date": "1887-08-24 10:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "notime": null, "date-ut": "1887-08-24 09:55"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Huguette", "family": "Duflos"}, "birth": {"tzo": "+00:04:59", "date": "1887-08-24 10:00", "place": {"c2": "87", "cy": "FR", "lg": 1.24759, "lat": 45.83362, "name": "Limoges", "geoid": 2998286}, "date-ut": "1887-08-24 09:55"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-280"}, "ids-in-sources": {"a5": "280"}}, "raw": {"H": "9", "MN": "55", "TZ": "0", "COD": "87", "COU": "F", "DAY": "24", "LAT": "45N50", "LON": "1E15", "MON": "8", "NUM": "280", "PRO": "A", "SEC": "0", "YEA": "1887", "CITY": "LIMOGES"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-207"}, "ids-in-source": {"g55": "07-207"}}, "raw": {"DAY": "24-8-1887", "HOUR": "10 h.", "NAME": "DUFLOS Huguette", "PLACE": "Limoges (Haute-Vienne)."}, "date": "2023-08-20T14:49:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11758	dunot-jean-1906-11-14	{"a5": "287", "g55": "07-210"}	{"g55": "07-210", "lerrcp": "A5-287"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Dunot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1906-11-14 16:00", "note": null, "place": {"c1": null, "c2": "91", "c3": null, "cy": "FR", "lg": 2.27465, "lat": 48.64004, "name": "Montlhéry", "geoid": 2992309}, "notime": null, "date-ut": "1906-11-14 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Dunot"}, "birth": {"tzo": "+00:09:21", "date": "1906-11-14 16:00", "place": {"c2": "91", "cy": "FR", "lg": 2.27465, "lat": 48.64004, "name": "Montlhéry", "geoid": 2992309}, "date-ut": "1906-11-14 15:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-287"}, "ids-in-sources": {"a5": "287"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "91", "COU": "F", "DAY": "14", "LAT": "48N36", "LON": "2E20", "MON": "11", "NUM": "287", "PRO": "A", "SEC": "40", "YEA": "1906", "CITY": "MONTLHERY"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-210"}, "ids-in-source": {"g55": "07-210"}}, "raw": {"DAY": "14-11-1906", "HOUR": "16 h.", "NAME": "DUNOT Jean", "PLACE": "Montlhéry (Seine-et-Oise)."}, "date": "2023-08-20T14:49:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11764	dux-fanny-1874-11-28	{"a5": "293", "g55": "07-212"}	{"g55": "07-212", "lerrcp": "A5-293"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fanny", "family": "Dux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:17:29", "date": "1874-11-28 10:00", "note": null, "place": {"c1": null, "c2": "42", "c3": null, "cy": "FR", "lg": 4.36944, "lat": 45.40536, "name": "La Ricamarie", "geoid": 3006930}, "notime": null, "date-ut": "1874-11-28 09:42:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Fanny", "family": "Dux"}, "birth": {"tzo": "+00:17:29", "date": "1874-11-28 10:00", "place": {"c2": "42", "cy": "FR", "lg": 4.36944, "lat": 45.40536, "name": "La Ricamarie", "geoid": 3006930}, "date-ut": "1874-11-28 09:42:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-293"}, "ids-in-sources": {"a5": "293"}}, "raw": {"H": "9", "MN": "42", "TZ": "0", "COD": "42", "COU": "F", "DAY": "28", "LAT": "45N26", "LON": "4E23", "MON": "11", "NUM": "293", "PRO": "A", "SEC": "28", "YEA": "1874", "CITY": "LA RICAMARIE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-212"}, "ids-in-source": {"g55": "07-212"}}, "raw": {"DAY": "28-11-1874", "HOUR": "10 h.", "NAME": "DUX Emilienne", "PLACE": "La Ricamarie (Loire)."}, "date": "2023-08-20T14:49:03+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11772	etcheverry-michel-1919-12-16	{"a5": "301", "g55": "07-214"}	{"g55": "07-214", "lerrcp": "A5-301"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Etcheverry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1919-12-16 21:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.66267, "lat": 43.38871, "name": "Saint-Jean-de-Luz", "geoid": 2979309}, "notime": null, "date-ut": "1919-12-16 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Etcheverry"}, "birth": {"tzo": "+00:00", "date": "1919-12-16 21:00", "place": {"c2": "64", "cy": "FR", "lg": -1.66267, "lat": 43.38871, "name": "Saint-Jean-de-Luz", "geoid": 2979309}, "date-ut": "1919-12-16 21:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-301"}, "ids-in-sources": {"a5": "301"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "16", "LAT": "43N18", "LON": "0W22", "MON": "12", "NUM": "301", "PRO": "A", "SEC": "0", "YEA": "1919", "CITY": "ST-JEAN-DE-LUZ"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-214"}, "ids-in-source": {"g55": "07-214"}}, "raw": {"DAY": "16-12-1919", "HOUR": "21 h.", "NAME": "ETCHEVERRY Michel", "PLACE": "Saint-Jean-de-Luz (B.-Pyr.)."}, "date": "2023-08-20T14:49:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11773	fabre-fernand-1899-11-07	{"a5": "302", "g55": "07-215"}	{"g55": "07-215", "lerrcp": "A5-302"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Fabre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-11-07 01:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Salon-de-Provence", "geoid": 0}, "notime": null, "date-ut": "1899-11-07 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Fabre"}, "birth": {"tzo": "+00:09:21", "date": "1899-11-07 01:00", "place": {"c2": "13", "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Salon-de-Provenc", "geoid": 0}, "date-ut": "1899-11-07 00:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-302"}, "ids-in-sources": {"a5": "302"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "13", "COU": "F", "DAY": "7", "LAT": "43N18", "LON": "5E22", "MON": "11", "NUM": "302", "PRO": "A", "SEC": "40", "YEA": "1899", "CITY": "SALON-DE-PROVENC"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Salon-de-Provence"}}, "partial-ids": {"g55": "07-215"}, "ids-in-source": {"g55": "07-215"}}, "raw": {"DAY": "7-11-1899", "HOUR": "1 h.", "NAME": "FABRE Fernand", "PLACE": "Salon-de-Provence (Bouches-du-Rhône)."}, "date": "2023-08-20T14:49:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11791	fernandel-1903-05-08	{"a5": "320", "g55": "07-217", "afd2": "186"}	{"wd": "Q129092", "g55": "07-217", "lerrcp": "A5-320", "muller": "M2-186"}	{"fame": {"full": "Fernandel", "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Contandin", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1903-05-08 07:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1903-05-08 06:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Contandin)", "family": "Fernandel"}, "birth": {"tzo": "+00:09:21", "date": "1903-05-08 07:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1903-05-08 06:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-320"}, "ids-in-sources": {"a5": "320"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "13", "COU": "F", "DAY": "8", "LAT": "43N18", "LON": "5E22", "MON": "5", "NUM": "320", "PRO": "A", "SEC": "40", "YEA": "1903", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "M", "occus": ["actor"], "ids-in-sources": {"afd2": "186"}}, "raw": {"CY": "F", "GQ": "G", "LG": "005 E 22", "LAT": "43 N 18", "TZO": "-0.16", "DATE": "08.05.1903", "MUID": "186", "NAME": "Fernandel", "OCCU": "AR 03", "TIME": "07.00", "BOOKS": "57", "PLACE": "Marseille", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:46+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"name": {"fame": {"full": "Fernandel"}, "given": "Fernand", "family": "Contandin"}, "partial-ids": {"wd": "Q129092"}, "ids-in-sources": {"afd2": "186"}}, "raw": {"name.given": "Fernand", "name.family": "Contandin", "name.fame.full": "Fernandel", "partial-ids.wd": "Q129092", "ids-in-sources.afd2": "186"}, "date": "2023-08-20T14:44:49+02:00", "source": "muller-612-men.yml", "command": "db init tweaks muller-612-men.yml"}, {"new": {"partial-ids": {"g55": "07-217"}, "ids-in-source": {"g55": "07-217"}}, "raw": {"DAY": "8-5-1903", "HOUR": "7 h.", "NAME": "FERNANDEL", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:49:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11798	feuillere-edwige-1907-10-29	{"a5": "327", "g55": "07-218", "afd3": "71"}	{"g55": "07-218", "lerrcp": "A5-327", "muller": "M3-71"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edwige", "family": "Feuillere", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:09:21", "date": "1907-10-29 17:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.03333, "lat": 47.25, "name": "Vesoul", "geoid": 0}, "notime": null, "date-ut": "1907-10-29 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Edwige", "family": "Feuillere"}, "birth": {"tzo": "+00:09:21", "date": "1907-10-29 17:00", "place": {"c2": "25", "cy": "FR", "lg": 6.03333, "lat": 47.25, "name": "Vesoul", "geoid": 0}, "date-ut": "1907-10-29 16:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-327"}, "ids-in-sources": {"a5": "327"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "25", "COU": "F", "DAY": "29", "LAT": "47N15", "LON": "6E 2", "MON": "10", "NUM": "327", "PRO": "A", "SEC": "40", "YEA": "1907", "CITY": "VESOUL"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "F", "occus": ["actor"], "sources": "afd3", "ids-in-sources": {"afd3": "71"}}, "raw": {"CY": "F", "GQ": "G", "LG": "006 E 09", "LAT": "47 N 37", "TZO": "-0.16", "DATE": "29.10.1907", "MUID": "071", "NAME": "FEUILLERE, Edwige *CUNATI, E. Caroline", "OCCU": "AR 03", "TIME": "17.00", "BOOKS": "12", "PLACE": "Vesoul", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}, {"new": {"birth": {"place": {"name": "Vesoul"}}, "partial-ids": {"g55": "07-218"}, "ids-in-source": {"g55": "07-218"}}, "raw": {"DAY": "29-10-1907", "HOUR": "17 h.", "NAME": "FEUILLERE Edwige", "PLACE": "Vesoul (Doubs)."}, "date": "2023-08-20T14:49:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11799	field-alice-1903-09-06	{"a5": "328", "g55": "07-220"}	{"g55": "07-220", "lerrcp": "A5-328"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Alice", "family": "Field", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "Alger", "geoid": 0}, "notime": null, "date-ut": "1903-09-06 02:10:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Alice", "family": "Field"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "ALGER", "geoid": 0}, "date-ut": "1903-09-06 02:10:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-328"}, "ids-in-sources": {"a5": "328"}}, "raw": {"H": "2", "MN": "10", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "6", "LAT": "36N47", "LON": "3E 0", "MON": "9", "NUM": "328", "PRO": "A", "SEC": "40", "YEA": "1903", "CITY": "ALGER"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Alger"}}, "partial-ids": {"g55": "07-220"}, "ids-in-source": {"g55": "07-220"}}, "raw": {"DAY": "6-9-1908", "HOUR": "2 h. 20", "NAME": "FIELD Alice", "PLACE": "Alger (Algérie)."}, "date": "2023-08-20T14:49:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11806	fontanes-henri-1861-08-23	{"a5": "335", "g55": "07-222"}	{"g55": "07-222", "lerrcp": "A5-335"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Fontanes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:04:20", "date": "1861-08-23 11:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Cherbourg", "geoid": 0}, "notime": null, "date-ut": "1861-08-23 11:04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Fontanes"}, "birth": {"tzo": "-00:04:20", "date": "1861-08-23 11:00", "place": {"c2": "50", "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Cherbourg", "geoid": 0}, "date-ut": "1861-08-23 11:04:20"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-335"}, "ids-in-sources": {"a5": "335"}}, "raw": {"H": "11", "MN": "4", "TZ": "0", "COD": "50", "COU": "F", "DAY": "23", "LAT": "49N 7", "LON": "1W 5", "MON": "8", "NUM": "335", "PRO": "A", "SEC": "20", "YEA": "1861", "CITY": "CHERBOURG"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Cherbourg"}}, "partial-ids": {"g55": "07-222"}, "ids-in-source": {"g55": "07-222"}}, "raw": {"DAY": "23-8-1861", "HOUR": "11 h.", "NAME": "FONTANES Henri", "PLACE": "Cherbourg (Manche)."}, "date": "2023-08-20T14:49:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11815	francois-jacqueline-1922-01-30	{"a5": "344", "g55": "07-223"}	{"g55": "07-223", "lerrcp": "A5-344"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacqueline", "family": "Francois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-01-30 19:30", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly-sur-Seine", "geoid": 0}, "notime": null, "date-ut": "1922-01-30 19:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jacqueline", "family": "Francois"}, "birth": {"tzo": "+00:00", "date": "1922-01-30 19:30", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly", "geoid": 0}, "date-ut": "1922-01-30 19:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-344"}, "ids-in-sources": {"a5": "344"}}, "raw": {"H": "19", "MN": "30", "TZ": "0", "COD": "92", "COU": "F", "DAY": "30", "LAT": "48N50", "LON": "2E11", "MON": "1", "NUM": "344", "PRO": "A", "SEC": "0", "YEA": "1922", "CITY": "NEUILLY"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Neuilly-sur-Seine"}}, "partial-ids": {"g55": "07-223"}, "ids-in-source": {"g55": "07-223"}}, "raw": {"DAY": "30-1-1922", "HOUR": "19 h. 30", "NAME": "FRANCOIS Jacqueline", "PLACE": "Neuilly-sur-Seine (Seine)."}, "date": "2023-08-20T14:49:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11820	funes-louis-1914-07-31	{"a5": "349", "g55": "07-225"}	{"g55": "07-225", "lerrcp": "A5-349"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Funes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-07-31 01:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.25666, "lat": 48.89672, "name": "Courbevoie", "geoid": 3023141}, "notime": null, "date-ut": "1914-07-31 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Funes"}, "birth": {"tzo": "+00:00", "date": "1914-07-31 01:00", "place": {"c2": "92", "cy": "FR", "lg": 2.25666, "lat": 48.89672, "name": "Courbevoie", "geoid": 3023141}, "date-ut": "1914-07-31 01:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-349"}, "ids-in-sources": {"a5": "349"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "92", "COU": "F", "DAY": "31", "LAT": "48N50", "LON": "2E11", "MON": "7", "NUM": "349", "PRO": "A", "SEC": "0", "YEA": "1914", "CITY": "COURBEVOIE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-225"}, "ids-in-source": {"g55": "07-225"}}, "raw": {"DAY": "31-7-1914", "HOUR": "1 h.", "NAME": "FUNES (de) Louis", "PLACE": "Courbevoie (Seine)."}, "date": "2023-08-20T14:49:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11824	gaillard-roger-1893-04-17	{"a5": "353", "g55": "07-226"}	{"g55": "07-226", "lerrcp": "A5-353"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Gaillard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1893-04-17 23:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Salon", "geoid": 0}, "notime": null, "date-ut": "1893-04-17 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Gaillard"}, "birth": {"tzo": "+00:09:21", "date": "1893-04-17 23:00", "place": {"c2": "13", "cy": "FR", "lg": 5.36667, "lat": 43.3, "name": "Salon-de-Provenc", "geoid": 0}, "date-ut": "1893-04-17 22:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-353"}, "ids-in-sources": {"a5": "353"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "13", "COU": "F", "DAY": "17", "LAT": "43N18", "LON": "5E22", "MON": "4", "NUM": "353", "PRO": "A", "SEC": "40", "YEA": "1893", "CITY": "SALON-DE-PROVENC"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Salon"}}, "partial-ids": {"g55": "07-226"}, "ids-in-source": {"g55": "07-226"}}, "raw": {"DAY": "17-4-1893", "HOUR": "23 h.", "NAME": "GAILLARD Roger", "PLACE": "Salon (Bouches-du-Rhône)."}, "date": "2023-08-20T14:49:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11830	gelin-daniel-1921-05-19	{"a5": "360", "a6": "359", "g55": "07-227"}	{"g55": "07-227", "lerrcp": "A5-360"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Daniel", "family": "Gelin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-05-19 13:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "notime": null, "date-ut": "1921-05-19 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor", "poet"]	5	null	[{"new": {"name": {"given": "Daniel", "family": "Gelin"}, "birth": {"tzo": "+01:00", "date": "1921-05-19 13:00", "place": {"c2": "49", "cy": "FR", "lg": -0.55202, "lat": 47.47156, "name": "Angers", "geoid": 3037656}, "date-ut": "1921-05-19 12:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-360"}, "ids-in-sources": {"a5": "360"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "49", "COU": "F", "DAY": "19", "LAT": "47N28", "LON": "0W32", "MON": "5", "NUM": "360", "PRO": "A", "SEC": "0", "YEA": "1921", "CITY": "ANGERS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "359"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "49", "COU": "F", "DAY": "19", "LAT": "47N28", "LON": "0W32", "MON": "5", "NUM": "359", "PRO": "W", "SEC": "0", "YEA": "1921", "CITY": "ANGERS"}, "date": "2023-08-20T14:43:42+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:56+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"partial-ids": {"g55": "07-227"}, "ids-in-source": {"g55": "07-227"}}, "raw": {"DAY": "19-5-1921", "HOUR": "13 h.", "NAME": "GELIN Daniel", "PLACE": "Angers (Maine-et-Loire)."}, "date": "2023-08-20T14:49:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11840	georgius-guibourg-1891-06-03	{"a5": "370", "g55": "07-229"}	{"g55": "07-229", "lerrcp": "A5-370"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Guibourg)", "family": "Georgius", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1891-06-03 07:30", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 1.70253, "lat": 48.97374, "name": "Mantes-la-Ville", "geoid": 2996146}, "notime": null, "date-ut": "1891-06-03 07:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Guibourg)", "family": "Georgius"}, "birth": {"tzo": "+00:09:21", "date": "1891-06-03 07:30", "place": {"c2": "78", "cy": "FR", "lg": 1.70253, "lat": 48.97374, "name": "Mantes-la-Ville", "geoid": 2996146}, "date-ut": "1891-06-03 07:20:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-370"}, "ids-in-sources": {"a5": "370"}}, "raw": {"H": "7", "MN": "20", "TZ": "0", "COD": "78", "COU": "F", "DAY": "3", "LAT": "48N50", "LON": "2E 8", "MON": "6", "NUM": "370", "PRO": "A", "SEC": "40", "YEA": "1891", "CITY": "MANTES-LA-VILLE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-229"}, "ids-in-source": {"g55": "07-229"}}, "raw": {"DAY": "3-6-1891", "HOUR": "7 h. 30", "NAME": "GEORGIUS", "PLACE": "Mantes-la-Ville (Seine-et-Oise)."}, "date": "2023-08-20T14:49:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11844	gil-gilbert-1913-09-07	{"a5": "374", "g55": "07-230"}	{"g55": "07-230", "lerrcp": "A5-374"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gilbert", "family": "Gil", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-09-07 17:00", "note": null, "place": {"c1": null, "c2": "95", "c3": null, "cy": "FR", "lg": 2.46595, "lat": 49.01367, "name": "Goussainville", "geoid": 3015490}, "notime": null, "date-ut": "1913-09-07 17:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gilbert", "family": "Gil"}, "birth": {"tzo": "+00:00", "date": "1913-09-07 17:00", "place": {"c2": "95", "cy": "FR", "lg": 2.46595, "lat": 49.01367, "name": "Goussainville", "geoid": 3015490}, "date-ut": "1913-09-07 17:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-374"}, "ids-in-sources": {"a5": "374"}}, "raw": {"H": "17", "MN": "0", "TZ": "0", "COD": "95", "COU": "F", "DAY": "7", "LAT": "49N 0", "LON": "2E 0", "MON": "9", "NUM": "374", "PRO": "A", "SEC": "0", "YEA": "1913", "CITY": "GOUSSAINVILLE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-230"}, "ids-in-source": {"g55": "07-230"}}, "raw": {"DAY": "7-9-1913", "HOUR": "17 h.", "NAME": "GIL Gilbert", "PLACE": "Goussainville (Seine-et-Oise)."}, "date": "2023-08-20T14:49:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11849	glory-mary-1905-03-03	{"a5": "379", "g55": "07-231"}	{"g55": "07-231", "lerrcp": "A5-379"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mary", "family": "Glory", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1905-03-03 07:30", "note": null, "place": {"c1": null, "c2": "61", "c3": null, "cy": "FR", "lg": 0.08333, "lat": 48.43333, "name": "Mortagne", "geoid": 0}, "notime": null, "date-ut": "1905-03-03 07:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Mary", "family": "Glory"}, "birth": {"tzo": "+00:09:21", "date": "1905-03-03 07:30", "place": {"c2": "61", "cy": "FR", "lg": 0.08333, "lat": 48.43333, "name": "Mortagne", "geoid": 0}, "date-ut": "1905-03-03 07:20:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-379"}, "ids-in-sources": {"a5": "379"}}, "raw": {"H": "7", "MN": "20", "TZ": "0", "COD": "61", "COU": "F", "DAY": "3", "LAT": "48N26", "LON": "0E 5", "MON": "3", "NUM": "379", "PRO": "A", "SEC": "40", "YEA": "1905", "CITY": "MORTAGNE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Mortagne"}}, "partial-ids": {"g55": "07-231"}, "ids-in-source": {"g55": "07-231"}}, "raw": {"DAY": "3-3-1905", "HOUR": "7 h. 30", "NAME": "GLORI Mary", "PLACE": "Mortagne (Orne)."}, "date": "2023-08-20T14:49:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11858	granier-lucienne-1923-11-29	{"a5": "388", "g55": "07-232"}	{"g55": "07-232", "lerrcp": "A5-388"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lucienne", "family": "Granier", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1923-11-29 01:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "notime": null, "date-ut": "1923-11-29 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-388"}, "birth": {"tzo": "+00:00", "date": "1923-11-29 01:00", "place": {"c2": "34", "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "date-ut": "1923-11-29 01:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-388"}, "ids-in-sources": {"a5": "388"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "34", "COU": "F", "DAY": "29", "LAT": "43N37", "LON": "3E53", "MON": "11", "NUM": "388", "PRO": "A", "SEC": "0", "YEA": "1923", "CITY": "BEZIERS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"name": {"given": "Lucienne", "family": "Granier", "nobility": ""}, "slug": "granier-lucienne-1923-11-29", "partial-ids": {"g55": "07-232"}, "ids-in-source": {"g55": "07-232"}}, "raw": {"DAY": "29-11-1923", "HOUR": "1 h.", "NAME": "GRANIER Lucienne", "PLACE": "Béziers (Hérault)."}, "date": "2023-08-20T14:49:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11860	greco-juliette-1927-02-07	{"a5": "390", "g55": "07-234", "afd3": "88"}	{"g55": "07-234", "lerrcp": "A5-390", "muller": "M3-88"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Juliette", "family": "Greco", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+00:00", "date": "1927-02-07 21:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1927-02-07 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor", "singer"]	5	null	[{"new": {"name": {"given": "Juliette", "family": "Greco"}, "birth": {"tzo": "+00:00", "date": "1927-02-07 21:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1927-02-07 21:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-390"}, "ids-in-sources": {"a5": "390"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "34", "COU": "F", "DAY": "7", "LAT": "43N37", "LON": "3E53", "MON": "2", "NUM": "390", "PRO": "A", "SEC": "0", "YEA": "1927", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "F", "occus": ["singer"], "sources": "afd3", "ids-in-sources": {"afd3": "88"}}, "raw": {"CY": "F", "GQ": "G", "LG": "003 E 52", "LAT": "43 N 37", "TZO": "0.00", "DATE": "07.02.1927", "MUID": "088", "NAME": "GRECO, Juliette", "OCCU": "AR 06", "TIME": "21.00", "BOOKS": "235", "PLACE": "Montpellier", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}, {"new": {"partial-ids": {"g55": "07-234"}, "ids-in-source": {"g55": "07-234"}}, "raw": {"DAY": "7-2-1927", "HOUR": "21 h.", "NAME": "GRECO Juliette", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:49:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11861	grenier-jean-1914-11-20	{"a5": "391", "g55": "07-235"}	{"g55": "07-235", "lerrcp": "A5-391"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Grenier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-11-20 22:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "11", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1914-11-20 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Grenier"}, "birth": {"tzo": "+00:00", "date": "1914-11-20 22:00", "place": {"c2": "75", "c3": "11", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1914-11-20 22:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-391"}, "ids-in-sources": {"a5": "391"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "75", "COU": "F", "DAY": "20", "LAT": "48N50", "LON": "2E20", "MON": "11", "NUM": "391", "PRO": "A", "SEC": "0", "YEA": "1914", "CITY": "PARIS 11E"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-235"}, "ids-in-source": {"g55": "07-235"}}, "raw": {"DAY": "20-11-1914", "HOUR": "22 h.", "NAME": "GRENIER Jean-Pierre", "PLACE": "Paris (11°) (Seine)."}, "date": "2023-08-20T14:49:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11873	guitry-genevieve-1914-05-03	{"a5": "403", "g55": "07-238"}	{"g55": "07-238", "lerrcp": "A5-403"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Genevieve", "family": "Guitry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-05-03 03:00", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Saint-Just-en-Chaussée", "geoid": 0}, "notime": null, "date-ut": "1914-05-03 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Genevieve", "family": "Guitry"}, "birth": {"tzo": "+00:00", "date": "1914-05-03 03:00", "place": {"c2": "60", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Saint-Just-en-Chau", "geoid": 0}, "date-ut": "1914-05-03 03:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-403"}, "ids-in-sources": {"a5": "403"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "60", "COU": "F", "DAY": "3", "LAT": "49N26", "LON": "2E 5", "MON": "5", "NUM": "403", "PRO": "A", "SEC": "0", "YEA": "1914", "CITY": "ST-JUST-EN-CHAU"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Just-en-Chaussée"}}, "partial-ids": {"g55": "07-238"}, "ids-in-source": {"g55": "07-238"}}, "raw": {"DAY": "3-5-1914", "HOUR": "3 h.", "NAME": "GUITRY Geneviéve", "PLACE": "Saint-Just-en-Chaussée (Oise)."}, "date": "2023-08-20T14:49:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11887	henry-laverne-allum-1888-09-29	{"a5": "417", "g55": "07-239"}	{"g55": "07-239", "lerrcp": "A5-417"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Allum)", "family": "Henry-Laverne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:06:27", "date": "1888-09-29 17:55:23", "note": null, "place": {"c1": null, "c2": "62", "c3": null, "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "notime": null, "date-ut": "1888-09-29 17:48:56"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Allum)", "family": "Henry-Laverne"}, "birth": {"tzo": "+00:06:27", "date": "1888-09-29 17:55:23", "place": {"c2": "62", "cy": "FR", "lg": 1.61392, "lat": 50.72571, "name": "Boulogne-sur-Mer", "geoid": 3031133}, "date-ut": "1888-09-29 17:48:56"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-417"}, "ids-in-sources": {"a5": "417"}}, "raw": {"H": "17", "MN": "48", "TZ": "0", "COD": "62", "COU": "F", "DAY": "29", "LAT": "50N18", "LON": "2E46", "MON": "9", "NUM": "417", "PRO": "A", "SEC": "56", "YEA": "1888", "CITY": "BOULOGNE-S-MER"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-239"}, "ids-in-source": {"g55": "07-239"}}, "raw": {"DAY": "29-9-1888", "HOUR": "18 h.", "NAME": "HENRY-LAVERNE", "PLACE": "Boulogne-sur-Mer (Pas-de-Calais)."}, "date": "2023-08-20T14:49:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11893	hirigoyen-rudy-1919-08-29	{"a5": "424", "g55": "07-242"}	{"g55": "07-242", "lerrcp": "A5-424"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Rudy", "family": "Hirigoyen", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-08-29 01:00", "note": null, "place": {"c1": null, "c2": "64", "c3": null, "cy": "FR", "lg": -1.29847, "lat": 43.3403, "name": "Mendionde", "geoid": 2994612}, "notime": null, "date-ut": "1919-08-29 00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Rudy", "family": "Hirigoyen"}, "birth": {"tzo": "+01:00", "date": "1919-08-29 01:00", "place": {"c2": "64", "cy": "FR", "lg": -1.29847, "lat": 43.3403, "name": "Mendionde", "geoid": 2994612}, "date-ut": "1919-08-29 00:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-424"}, "ids-in-sources": {"a5": "424"}}, "raw": {"H": "0", "MN": "0", "TZ": "0", "COD": "64", "COU": "F", "DAY": "29", "LAT": "43N18", "LON": "0W22", "MON": "8", "NUM": "424", "PRO": "A", "SEC": "0", "YEA": "1919", "CITY": "MENDIONDE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-242"}, "ids-in-source": {"g55": "07-242"}}, "raw": {"DAY": "29-8-1919", "HOUR": "1 h.", "NAME": "HIRIGOYEN Rudy", "PLACE": "Mendionde (Basses-Pyrénées)."}, "date": "2023-08-20T14:49:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11899	hussenot-olivier-1913-08-10	{"a5": "430", "g55": "07-243"}	{"g55": "07-243", "lerrcp": "A5-430"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Olivier", "family": "Hussenot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-08-10 05:00", "note": null, "place": {"c1": null, "c2": "75", "c3": "19", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "notime": null, "date-ut": "1913-08-10 05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Olivier", "family": "Hussenot"}, "birth": {"tzo": "+00:00", "date": "1913-08-10 05:00", "place": {"c2": "75", "c3": "19", "cy": "FR", "lg": 2.3488, "lat": 48.85341, "name": "Paris", "geoid": 2988507}, "date-ut": "1913-08-10 05:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-430"}, "ids-in-sources": {"a5": "430"}}, "raw": {"H": "5", "MN": "0", "TZ": "0", "COD": "75", "COU": "F", "DAY": "10", "LAT": "48N50", "LON": "2E20", "MON": "8", "NUM": "430", "PRO": "A", "SEC": "0", "YEA": "1913", "CITY": "PARIS 19E"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-243"}, "ids-in-source": {"g55": "07-243"}}, "raw": {"DAY": "10-8-1913", "HOUR": "5 h.", "NAME": "HUSSENOT Olivier", "PLACE": "Paris (19°) (Seine)."}, "date": "2023-08-20T14:49:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11904	jacques-frere-soubeyran-1919-08-22	{"a5": "435", "g55": "07-244"}	{"g55": "07-244", "lerrcp": "A5-435"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Jacques Frere (Soubeyran)", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-08-22 10:30", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 5.0618, "lat": 44.52563, "name": "Dieulefit", "geoid": 3021397}, "notime": null, "date-ut": "1919-08-22 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Jacques Frere (Soubeyran)"}, "birth": {"tzo": "+01:00", "date": "1919-08-22 10:30", "place": {"c2": "26", "cy": "FR", "lg": 5.0618, "lat": 44.52563, "name": "Dieulefit", "geoid": 3021397}, "date-ut": "1919-08-22 09:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-435"}, "ids-in-sources": {"a5": "435"}}, "raw": {"H": "9", "MN": "30", "TZ": "0", "COD": "26", "COU": "F", "DAY": "22", "LAT": "44N56", "LON": "4E54", "MON": "8", "NUM": "435", "PRO": "A", "SEC": "0", "YEA": "1919", "CITY": "DIEULEFIT"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-244"}, "ids-in-source": {"g55": "07-244"}}, "raw": {"DAY": "22-8-1919", "HOUR": "10 h. 30", "NAME": "JACQUES (frére)", "PLACE": "Dieulefit (Drôme)."}, "date": "2023-08-20T14:49:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11903	jacques-frere-g-bellec-1918-03-18	{"a5": "434", "g55": "07-246"}	{"g55": "07-246", "lerrcp": "A5-434"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Jacques Frere (G. Bellec)", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-03-18 08:15", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -2.2179, "lat": 47.27506, "name": "Saint-Nazaire", "geoid": 2977921}, "notime": null, "date-ut": "1918-03-18 07:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Jacques Frere (G. Bellec)"}, "birth": {"tzo": "+01:00", "date": "1918-03-18 08:15", "place": {"c2": "44", "cy": "FR", "lg": -2.2179, "lat": 47.27506, "name": "Saint-Nazaire", "geoid": 2977921}, "date-ut": "1918-03-18 07:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-434"}, "ids-in-sources": {"a5": "434"}}, "raw": {"H": "7", "MN": "15", "TZ": "0", "COD": "44", "COU": "F", "DAY": "18", "LAT": "47N13", "LON": "1W35", "MON": "3", "NUM": "434", "PRO": "A", "SEC": "0", "YEA": "1918", "CITY": "ST-NAZAIRE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-246"}, "ids-in-source": {"g55": "07-246"}}, "raw": {"DAY": "18-3-1918", "HOUR": "8 h. 15", "NAME": "JACQUES (frére)", "PLACE": "Saint-Nazaire (Loire-Inférieure)."}, "date": "2023-08-20T14:49:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11916	jouvet-louis-1887-12-24	{"a5": "447", "g55": "07-248"}	{"g55": "07-248", "lerrcp": "A5-447"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Jouvet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:17:58", "date": "1887-12-24 05:00", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.48993, "lat": 48.24643, "name": "Crozon", "geoid": 3022242}, "notime": null, "date-ut": "1887-12-24 05:16:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Jouvet"}, "birth": {"tzo": "-00:17:58", "date": "1887-12-24 05:00", "place": {"c2": "29", "cy": "FR", "lg": -4.48993, "lat": 48.24643, "name": "Crozon", "geoid": 3022242}, "date-ut": "1887-12-24 05:16:24"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-447"}, "ids-in-sources": {"a5": "447"}}, "raw": {"H": "5", "MN": "16", "TZ": "0", "COD": "29", "COU": "F", "DAY": "24", "LAT": "48N 0", "LON": "4W 6", "MON": "12", "NUM": "447", "PRO": "A", "SEC": "24", "YEA": "1887", "CITY": "CROZON"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-248"}, "ids-in-source": {"g55": "07-248"}}, "raw": {"DAY": "24-12-1887", "HOUR": "5 h.", "NAME": "JOUVET Louis", "PLACE": "Crozon (Finistère)."}, "date": "2023-08-20T14:49:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11921	laage-barbara-1920-07-30	{"a5": "452", "g55": "07-249"}	{"g55": "07-249", "lerrcp": "A5-452"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Barbara", "family": "Laage", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-07-30 13:00", "note": null, "place": {"c1": null, "c2": "74", "c3": null, "cy": "FR", "lg": 6.11667, "lat": 45.9, "name": "Menton-Saint-Bernard", "geoid": 0}, "notime": null, "date-ut": "1920-07-30 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Barbara", "family": "Laage"}, "birth": {"tzo": "+01:00", "date": "1920-07-30 13:00", "place": {"c2": "74", "cy": "FR", "lg": 6.11667, "lat": 45.9, "name": "Menton-Saint-Berna", "geoid": 0}, "date-ut": "1920-07-30 12:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-452"}, "ids-in-sources": {"a5": "452"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "74", "COU": "F", "DAY": "30", "LAT": "45N54", "LON": "6E 7", "MON": "7", "NUM": "452", "PRO": "A", "SEC": "0", "YEA": "1920", "CITY": "MENTON-ST-BERNA"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Menton-Saint-Bernard"}}, "partial-ids": {"g55": "07-249"}, "ids-in-source": {"g55": "07-249"}}, "raw": {"DAY": "30-7-1920", "HOUR": "13 h.", "NAME": "LAAGE Barbara", "PLACE": "Menton-Saint-Bernard (Hte-Savoie)."}, "date": "2023-08-20T14:49:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11927	lajarrige-bernard-1912-02-25	{"a5": "458", "g55": "07-250"}	{"g55": "07-250", "lerrcp": "A5-458"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Lajarrige", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-02-25 22:00", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.41579, "lat": 48.83864, "name": "Saint-Mandé", "geoid": 2978621}, "notime": null, "date-ut": "1912-02-25 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Lajarrige"}, "birth": {"tzo": "+00:00", "date": "1912-02-25 22:00", "place": {"c2": "94", "cy": "FR", "lg": 2.41579, "lat": 48.83864, "name": "Saint-Mandé", "geoid": 2978621}, "date-ut": "1912-02-25 22:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-458"}, "ids-in-sources": {"a5": "458"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "94", "COU": "F", "DAY": "25", "LAT": "48N47", "LON": "2E29", "MON": "2", "NUM": "458", "PRO": "A", "SEC": "0", "YEA": "1912", "CITY": "ST-MANDE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-250"}, "ids-in-source": {"g55": "07-250"}}, "raw": {"DAY": "25-2-1912", "HOUR": "22 h.", "NAME": "LAJARRIGE Bernard", "PLACE": "Saint-Mandé (Seine)."}, "date": "2023-08-20T14:49:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11931	lancret-bernard-1912-09-04	{"a5": "462", "g55": "07-251"}	{"g55": "07-251", "lerrcp": "A5-462"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Bernard", "family": "Lancret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-09-04 09:00", "note": null, "place": {"c1": null, "c2": "95", "c3": null, "cy": "FR", "lg": 2.44892, "lat": 48.98693, "name": "Gonesse", "geoid": 3015689}, "notime": null, "date-ut": "1912-09-04 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Bernard", "family": "Lancret"}, "birth": {"tzo": "+00:00", "date": "1912-09-04 09:00", "place": {"c2": "95", "cy": "FR", "lg": 2.44892, "lat": 48.98693, "name": "Gonesse", "geoid": 3015689}, "date-ut": "1912-09-04 09:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-462"}, "ids-in-sources": {"a5": "462"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "95", "COU": "F", "DAY": "4", "LAT": "49N 0", "LON": "2E 0", "MON": "9", "NUM": "462", "PRO": "A", "SEC": "0", "YEA": "1912", "CITY": "GONESSE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-251"}, "ids-in-source": {"g55": "07-251"}}, "raw": {"DAY": "4-9-1912", "HOUR": "9 h.", "NAME": "LANCRET Bernard", "PLACE": "Gonesse (Seine-et-Oise)."}, "date": "2023-08-20T14:49:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11936	larue-claude-1925-11-19	{"a5": "467", "g55": "07-255"}	{"g55": "07-255", "lerrcp": "A5-467"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Larue", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1925-11-19 23:50", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "notime": null, "date-ut": "1925-11-19 23:50"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Larue"}, "birth": {"tzo": "+00:00", "date": "1925-11-19 23:50", "place": {"c2": "33", "cy": "FR", "lg": -0.5805, "lat": 44.84044, "name": "Bordeaux", "geoid": 3031582}, "date-ut": "1925-11-19 23:50"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-467"}, "ids-in-sources": {"a5": "467"}}, "raw": {"H": "23", "MN": "50", "TZ": "0", "COD": "33", "COU": "F", "DAY": "19", "LAT": "44N50", "LON": "0W34", "MON": "11", "NUM": "467", "PRO": "A", "SEC": "0", "YEA": "1925", "CITY": "BORDEAUX"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-255"}, "ids-in-source": {"g55": "07-255"}}, "raw": {"DAY": "19-11-1925", "HOUR": "23 h. 50", "NAME": "LARUE Claude", "PLACE": "Bordeaux (Gironde)."}, "date": "2023-08-20T14:49:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11939	laurent-jacqueline-1918-08-06	{"a5": "470", "g55": "07-257"}	{"g55": "07-257", "lerrcp": "A5-470"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacqueline", "family": "Laurent", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-08-06 07:00", "note": null, "place": {"c1": null, "c2": "10", "c3": null, "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "Brienne-le-Chateau", "geoid": 0}, "notime": null, "date-ut": "1918-08-06 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jacqueline", "family": "Laurent"}, "birth": {"tzo": "+01:00", "date": "1918-08-06 07:00", "place": {"c2": "10", "cy": "FR", "lg": 4.08333, "lat": 48.3, "name": "Brienne-le-Chat", "geoid": 0}, "date-ut": "1918-08-06 06:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-470"}, "ids-in-sources": {"a5": "470"}}, "raw": {"H": "6", "MN": "0", "TZ": "0", "COD": "10", "COU": "F", "DAY": "6", "LAT": "48N18", "LON": "4E 5", "MON": "8", "NUM": "470", "PRO": "A", "SEC": "0", "YEA": "1918", "CITY": "BRIENNE-LE-CHAT"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Brienne-le-Chateau"}}, "partial-ids": {"g55": "07-257"}, "ids-in-source": {"g55": "07-257"}}, "raw": {"DAY": "6-8-1918", "HOUR": "7 h.", "NAME": "LAURENT Jacqueline", "PLACE": "Brienne-le-Chateau (Aube)."}, "date": "2023-08-20T14:49:04+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11943	lebeau-madeleine-1921-02-02	{"a5": "474", "g55": "07-259"}	{"g55": "07-259", "lerrcp": "A5-474"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Madeleine", "family": "Lebeau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1921-02-02 09:30", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.31781, "lat": 48.77888, "name": "Bourg-la-Reine", "geoid": 3030990}, "notime": null, "date-ut": "1921-02-02 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Madeleine", "family": "Lebeau"}, "birth": {"tzo": "+00:00", "date": "1921-02-02 09:30", "place": {"c2": "92", "cy": "FR", "lg": 2.31781, "lat": 48.77888, "name": "Bourg-la-Reine", "geoid": 3030990}, "date-ut": "1921-02-02 09:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-474"}, "ids-in-sources": {"a5": "474"}}, "raw": {"H": "9", "MN": "30", "TZ": "0", "COD": "92", "COU": "F", "DAY": "2", "LAT": "48N50", "LON": "2E11", "MON": "2", "NUM": "474", "PRO": "A", "SEC": "0", "YEA": "1921", "CITY": "BOURG-LA-REINE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-259"}, "ids-in-source": {"g55": "07-259"}}, "raw": {"DAY": "2-2-1921", "HOUR": "9 h. 30", "NAME": "LEBEAU Madeleine", "PLACE": "Bourg-la-Reine (Seine)."}, "date": "2023-08-20T14:49:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11949	lefevre-rene-1898-03-06	{"a5": "480", "g55": "07-260"}	{"g55": "07-260", "lerrcp": "A5-480"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Lefevre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1898-03-06 21:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1898-03-06 20:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "René", "family": "Lefevre"}, "birth": {"tzo": "+00:09:21", "date": "1898-03-06 21:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1898-03-06 20:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-480"}, "ids-in-sources": {"a5": "480"}}, "raw": {"H": "20", "MN": "50", "TZ": "0", "COD": "06", "COU": "F", "DAY": "6", "LAT": "43N42", "LON": "7E16", "MON": "3", "NUM": "480", "PRO": "A", "SEC": "40", "YEA": "1898", "CITY": "NICE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-260"}, "ids-in-source": {"g55": "07-260"}}, "raw": {"DAY": "6-3-1898", "HOUR": "21 h.", "NAME": "LEFEVRE René", "PLACE": "Nice (Alpes-Maritimes)."}, "date": "2023-08-20T14:49:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11967	lesaffre-roland-1927-06-26	{"a5": "498", "g55": "07-262"}	{"g55": "07-262", "lerrcp": "A5-498"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roland", "family": "Lesaffre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1927-06-26 05:20", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 45.78333, "name": "Clermont-Ferrand", "geoid": 0}, "notime": null, "date-ut": "1927-06-26 04:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Roland", "family": "Lesaffre"}, "birth": {"tzo": "+01:00", "date": "1927-06-26 05:20", "place": {"c2": "63", "cy": "FR", "lg": 3.08333, "lat": 45.78333, "name": "Clermond-Ferrand", "geoid": 0}, "date-ut": "1927-06-26 04:20"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-498"}, "ids-in-sources": {"a5": "498"}}, "raw": {"H": "4", "MN": "20", "TZ": "0", "COD": "63", "COU": "F", "DAY": "26", "LAT": "45N47", "LON": "3E 5", "MON": "6", "NUM": "498", "PRO": "A", "SEC": "0", "YEA": "1927", "CITY": "CLERMOND-FERRAND"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Clermont-Ferrand"}}, "partial-ids": {"g55": "07-262"}, "ids-in-source": {"g55": "07-262"}}, "raw": {"DAY": "26-6-1927", "HOUR": "5h. 20", "NAME": "LESAFFRE Roland", "PLACE": "Clermont-Ferrand (Puy-de-Dôme)."}, "date": "2023-08-20T14:49:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11977	luguet-andre-1892-05-15	{"a5": "508", "g55": "07-264"}	{"g55": "07-264", "lerrcp": "A5-508"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Luguet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1892-05-15 10:50", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Fontenay-sous-Bois", "geoid": 0}, "notime": null, "date-ut": "1892-05-15 10:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "André", "family": "Luguet"}, "birth": {"tzo": "+00:09:21", "date": "1892-05-15 10:50", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Fontenay-sur-Bois", "geoid": 0}, "date-ut": "1892-05-15 10:40:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-508"}, "ids-in-sources": {"a5": "508"}}, "raw": {"H": "10", "MN": "40", "TZ": "0", "COD": "94", "COU": "F", "DAY": "15", "LAT": "48N47", "LON": "2E29", "MON": "5", "NUM": "508", "PRO": "A", "SEC": "40", "YEA": "1892", "CITY": "FONTENAY-S/BOIS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Fontenay-sous-Bois"}}, "partial-ids": {"g55": "07-264"}, "ids-in-source": {"g55": "07-264"}}, "raw": {"DAY": "15-5-1892", "HOUR": "10 h. 50", "NAME": "LUGUET André", "PLACE": "Fontenay-sous-Bois (Seine)."}, "date": "2023-08-20T14:49:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11990	marais-jean-1913-12-11	{"a5": "521", "g55": "07-265", "afd2": "365"}	{"g55": "07-265", "lerrcp": "A5-521", "muller": "M2-365"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Marais", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:00", "date": "1913-12-11 12:30", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Cherbourg", "geoid": 0}, "notime": null, "date-ut": "1913-12-11 12:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Marais"}, "birth": {"tzo": "+00:00", "date": "1913-12-11 12:30", "place": {"c2": "50", "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Cherbourg", "geoid": 0}, "date-ut": "1913-12-11 12:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-521"}, "ids-in-sources": {"a5": "521"}}, "raw": {"H": "12", "MN": "30", "TZ": "0", "COD": "50", "COU": "F", "DAY": "11", "LAT": "49N 7", "LON": "1W 5", "MON": "12", "NUM": "521", "PRO": "A", "SEC": "0", "YEA": "1913", "CITY": "CHERBOURG"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "M", "occus": ["actor"], "ids-in-sources": {"afd2": "365"}}, "raw": {"CY": "F", "GQ": "G", "LG": "001 W 38", "LAT": "49 N 39", "TZO": "0.00", "DATE": "11.12.1913", "MUID": "365", "NAME": "Marais, Jean", "OCCU": "AR 03", "TIME": "12.30", "BOOKS": "57", "PLACE": "Cherbourg", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:47+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"birth": {"place": {"name": "Cherbourg"}}, "partial-ids": {"g55": "07-265"}, "ids-in-source": {"g55": "07-265"}}, "raw": {"DAY": "11-12-1913", "HOUR": "12 h. 30", "NAME": "MARAIS Jean", "PLACE": "Cherbourg (Manche)."}, "date": "2023-08-20T14:49:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11993	marchal-georges-1920-01-10	{"a5": "524", "g55": "07-266"}	{"g55": "07-266", "lerrcp": "A5-524"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Marchal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1920-01-10 12:00", "note": null, "place": {"c1": null, "c2": "54", "c3": null, "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "notime": null, "date-ut": "1920-01-10 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Marchal"}, "birth": {"tzo": "+00:00", "date": "1920-01-10 12:00", "place": {"c2": "54", "cy": "FR", "lg": 6.18496, "lat": 48.68439, "name": "Nancy", "geoid": 2990999}, "date-ut": "1920-01-10 12:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-524"}, "ids-in-sources": {"a5": "524"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "54", "COU": "F", "DAY": "10", "LAT": "48N42", "LON": "6E12", "MON": "1", "NUM": "524", "PRO": "A", "SEC": "0", "YEA": "1920", "CITY": "NANCY"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-266"}, "ids-in-source": {"g55": "07-266"}}, "raw": {"DAY": "10-1-1920", "HOUR": "12 h.", "NAME": "MARCHAL Georges", "PLACE": "Nang (Meurthe-et-Moselle)."}, "date": "2023-08-20T14:49:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11995	marchat-jean-1902-06-08	{"a5": "526", "g55": "07-267"}	{"g55": "07-267", "lerrcp": "A5-526"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Marchat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1902-06-08 20:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.78976, "lat": 45.60843, "name": "Grigny", "geoid": 3014647}, "notime": null, "date-ut": "1902-06-08 19:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Marchat"}, "birth": {"tzo": "+00:09:21", "date": "1902-06-08 20:00", "place": {"c2": "69", "cy": "FR", "lg": 4.78976, "lat": 45.60843, "name": "Grigny", "geoid": 3014647}, "date-ut": "1902-06-08 19:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-526"}, "ids-in-sources": {"a5": "526"}}, "raw": {"H": "19", "MN": "50", "TZ": "0", "COD": "69", "COU": "F", "DAY": "8", "LAT": "45N46", "LON": "4E50", "MON": "6", "NUM": "526", "PRO": "A", "SEC": "40", "YEA": "1902", "CITY": "GRIGNY"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-267"}, "ids-in-source": {"g55": "07-267"}}, "raw": {"DAY": "8-6-1903", "HOUR": "20 h.", "NAME": "MARCHAT Jean", "PLACE": "Grigny (Rhône)."}, "date": "2023-08-20T14:49:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11994	marchand-henri-1898-08-28	{"a5": "525", "g55": "07-269"}	{"g55": "07-269", "lerrcp": "A5-525"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Marchand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1898-08-28 04:30", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 1.45607, "lat": 48.45003, "name": "Mainvilliers", "geoid": 2996645}, "notime": null, "date-ut": "1898-08-28 04:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Marchand"}, "birth": {"tzo": "+00:09:21", "date": "1898-08-28 04:30", "place": {"c2": "28", "cy": "FR", "lg": 1.45607, "lat": 48.45003, "name": "Mainvilliers", "geoid": 2996645}, "date-ut": "1898-08-28 04:20:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-525"}, "ids-in-sources": {"a5": "525"}}, "raw": {"H": "4", "MN": "20", "TZ": "0", "COD": "28", "COU": "F", "DAY": "28", "LAT": "48N27", "LON": "1E30", "MON": "8", "NUM": "525", "PRO": "A", "SEC": "40", "YEA": "1898", "CITY": "MAINVILLIERS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-269"}, "ids-in-source": {"g55": "07-269"}}, "raw": {"DAY": "28-8-1898", "HOUR": "4 h. 30", "NAME": "MARCHAND Henri", "PLACE": "Mainvilliers (Eure-et-Loire)."}, "date": "2023-08-20T14:49:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11999	mareuil-philippe-1926-10-19	{"a5": "530", "g55": "07-270"}	{"g55": "07-270", "lerrcp": "A5-530"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Mareuil", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1926-10-19 15:20", "note": null, "place": {"c1": null, "c2": "28", "c3": null, "cy": "FR", "lg": 1.36566, "lat": 48.73649, "name": "Dreux", "geoid": 3020810}, "notime": null, "date-ut": "1926-10-19 15:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Mareuil"}, "birth": {"tzo": "+00:00", "date": "1926-10-19 15:20", "place": {"c2": "28", "cy": "FR", "lg": 1.36566, "lat": 48.73649, "name": "Dreux", "geoid": 3020810}, "date-ut": "1926-10-19 15:20"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-530"}, "ids-in-sources": {"a5": "530"}}, "raw": {"H": "15", "MN": "20", "TZ": "0", "COD": "28", "COU": "F", "DAY": "19", "LAT": "48N27", "LON": "1E30", "MON": "10", "NUM": "530", "PRO": "A", "SEC": "0", "YEA": "1926", "CITY": "DREUX"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-270"}, "ids-in-source": {"g55": "07-270"}}, "raw": {"DAY": "19-10-1926", "HOUR": "15h. 20", "NAME": "MAREUIL Philippe", "PLACE": "Dreux (Eure-et-Loire)."}, "date": "2023-08-20T14:49:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12017	milton-georges-1886-09-20	{"a5": "549", "g55": "07-272"}	{"g55": "07-272", "lerrcp": "A5-549"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Milton", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:57", "date": "1886-09-20 15:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.23894, "lat": 48.88341, "name": "Puteaux", "geoid": 2985034}, "notime": null, "date-ut": "1886-09-20 14:51:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Milton"}, "birth": {"tzo": "+00:08:57", "date": "1886-09-20 15:00", "place": {"c2": "92", "cy": "FR", "lg": 2.23894, "lat": 48.88341, "name": "Puteaux", "geoid": 2985034}, "date-ut": "1886-09-20 14:51:16"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-549"}, "ids-in-sources": {"a5": "549"}}, "raw": {"H": "14", "MN": "51", "TZ": "0", "COD": "92", "COU": "F", "DAY": "20", "LAT": "48N50", "LON": "2E11", "MON": "9", "NUM": "549", "PRO": "A", "SEC": "16", "YEA": "1886", "CITY": "PUTEAUX"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-272"}, "ids-in-source": {"g55": "07-272"}}, "raw": {"DAY": "20-9-1886", "HOUR": "15 h.", "NAME": "MILTON Georges", "PLACE": "Puteaux (Seine)."}, "date": "2023-08-20T14:49:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12018	mingand-pierre-1900-06-02	{"a5": "550", "g55": "07-273"}	{"g55": "07-273", "lerrcp": "A5-550"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Mingand", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-06-02 04:00", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1900-06-02 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Mingand"}, "birth": {"tzo": "+00:09:21", "date": "1900-06-02 04:00", "place": {"c2": "25", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1900-06-02 03:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-550"}, "ids-in-sources": {"a5": "550"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "25", "COU": "F", "DAY": "2", "LAT": "47N15", "LON": "6E 2", "MON": "6", "NUM": "550", "PRO": "A", "SEC": "40", "YEA": "1900", "CITY": "BESANCON"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-273"}, "ids-in-source": {"g55": "07-273"}}, "raw": {"DAY": "2-6-1900", "HOUR": "4 h.", "NAME": "MINGAND Pierre", "PLACE": "Besançon (Doubs)."}, "date": "2023-08-20T14:49:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12031	monteaux-roger-1879-07-18	{"a5": "563", "g55": "07-275"}	{"g55": "07-275", "lerrcp": "A5-563"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Monteaux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:44", "date": "1879-07-18 15:30", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Boulogne-sur-Seine", "geoid": 0}, "notime": null, "date-ut": "1879-07-18 15:21:16"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Monteaux"}, "birth": {"tzo": "+00:08:44", "date": "1879-07-18 15:30", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Boulogne-Bill", "geoid": 0}, "date-ut": "1879-07-18 15:21:16"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-563"}, "ids-in-sources": {"a5": "563"}}, "raw": {"H": "15", "MN": "21", "TZ": "0", "COD": "92", "COU": "F", "DAY": "18", "LAT": "48N50", "LON": "2E11", "MON": "7", "NUM": "563", "PRO": "A", "SEC": "16", "YEA": "1879", "CITY": "BOULOGNE-BILL"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Boulogne-sur-Seine"}}, "partial-ids": {"g55": "07-275"}, "ids-in-source": {"g55": "07-275"}}, "raw": {"DAY": "18-7-1879", "HOUR": "15h. 30", "NAME": "MONTEAUX Roger", "PLACE": "Boulogne-sur-Seine (Seine)."}, "date": "2023-08-20T14:49:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12036	morgan-michele-1920-02-29	{"a5": "568", "g55": "07-276", "afd3": "161"}	{"g55": "07-276", "lerrcp": "A5-568", "muller": "M3-161"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michele", "family": "Morgan", "spouse": [], "official": {"given": null, "family": null}}	F	{"lmt": null, "tzo": "+01:00", "date": "1920-02-29 09:20", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly-sur-Seine", "geoid": 0}, "notime": null, "date-ut": "1920-02-29 08:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Michele", "family": "Morgan"}, "birth": {"tzo": "+01:00", "date": "1920-02-29 09:20", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Neuilly", "geoid": 0}, "date-ut": "1920-02-29 08:20"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-568"}, "ids-in-sources": {"a5": "568"}}, "raw": {"H": "8", "MN": "20", "TZ": "0", "COD": "92", "COU": "F", "DAY": "29", "LAT": "48N50", "LON": "2E11", "MON": "2", "NUM": "568", "PRO": "A", "SEC": "0", "YEA": "1920", "CITY": "NEUILLY"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "F", "occus": ["actor"], "sources": "afd3", "ids-in-sources": {"afd3": "161"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 17", "LAT": "48 N 53", "TZO": "-1.00", "DATE": "29.02.1920", "MUID": "161", "NAME": "MORGAN, Michele (ROUSSEL, Simone)", "OCCU": "AR 03", "TIME": "09.20", "BOOKS": "1237", "PLACE": "Neuilly-sur-Seine", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:43+02:00", "source": "afd3", "command": "muller m3women tmp2db"}, {"new": {"birth": {"place": {"name": "Neuilly-sur-Seine"}}, "partial-ids": {"g55": "07-276"}, "ids-in-source": {"g55": "07-276"}}, "raw": {"DAY": "29-2-1920", "HOUR": "9 h. 20", "NAME": "MORGAN Michèle", "PLACE": "Neuilly-sur-Seine (Seine)."}, "date": "2023-08-20T14:49:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12042	mounet-jean-1847-10-05	{"a5": "574", "g55": "07-277"}	{"g55": "07-277", "lerrcp": "A5-574"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Mounet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01:56", "date": "1847-10-05 17:59", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 0.48171, "lat": 44.85157, "name": "Bergerac", "geoid": 3033391}, "notime": null, "date-ut": "1847-10-05 17:57:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Mounet"}, "birth": {"tzo": "+00:01:56", "date": "1847-10-05 17:59", "place": {"c2": "24", "cy": "FR", "lg": 0.48171, "lat": 44.85157, "name": "Bergerac", "geoid": 3033391}, "date-ut": "1847-10-05 17:57:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-574"}, "ids-in-sources": {"a5": "574"}}, "raw": {"H": "17", "MN": "57", "TZ": "0", "COD": "24", "COU": "F", "DAY": "5", "LAT": "45N11", "LON": "0E44", "MON": "10", "NUM": "574", "PRO": "A", "SEC": "4", "YEA": "1847", "CITY": "BERGERAC"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-277"}, "ids-in-source": {"g55": "07-277"}}, "raw": {"DAY": "5-10-1847", "HOUR": "18 h.", "NAME": "MOUNET Jean-Paul", "PLACE": "Bergerac (Dordogne)."}, "date": "2023-08-20T14:49:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12043	mounet-sully-1841-02-27	{"a5": "575", "g55": "07-278"}	{"g55": "07-278", "lerrcp": "A5-575"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "", "family": "Mounet-Sully", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:01:56", "date": "1841-02-27 00:59", "note": null, "place": {"c1": null, "c2": "24", "c3": null, "cy": "FR", "lg": 0.48171, "lat": 44.85157, "name": "Bergerac", "geoid": 3033391}, "notime": null, "date-ut": "1841-02-27 00:57:04"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Mounet-Sully"}, "birth": {"tzo": "+00:01:56", "date": "1841-02-27 00:59", "place": {"c2": "24", "cy": "FR", "lg": 0.48171, "lat": 44.85157, "name": "Bergerac", "geoid": 3033391}, "date-ut": "1841-02-27 00:57:04"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-575"}, "ids-in-sources": {"a5": "575"}}, "raw": {"H": "0", "MN": "57", "TZ": "0", "COD": "24", "COU": "F", "DAY": "27", "LAT": "45N11", "LON": "0E44", "MON": "2", "NUM": "575", "PRO": "A", "SEC": "4", "YEA": "1841", "CITY": "BERGERAC"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-278"}, "ids-in-source": {"g55": "07-278"}}, "raw": {"DAY": "27-2-1841", "HOUR": "1 h.", "NAME": "MOUNET-SULLY", "PLACE": "Bergerac (Dordogne)."}, "date": "2023-08-20T14:49:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12051	nasil-maurice-1913-07-07	{"a5": "583", "g55": "07-280"}	{"g55": "07-280", "lerrcp": "A5-583"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Nasil", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "Alger", "geoid": 0}, "notime": null, "date-ut": "1913-07-07 18:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Nasil"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "ALGER", "geoid": 0}, "date-ut": "1913-07-07 18:00:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-583"}, "ids-in-sources": {"a5": "583"}}, "raw": {"H": "18", "MN": "0", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "7", "LAT": "36N47", "LON": "3E 0", "MON": "7", "NUM": "583", "PRO": "A", "SEC": "0", "YEA": "1913", "CITY": "ALGER"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Alger"}}, "partial-ids": {"g55": "07-280"}, "ids-in-source": {"g55": "07-280"}}, "raw": {"DAY": "7-7-1913", "HOUR": "18 h.", "NAME": "NASIL Maurice", "PLACE": "Alger (Algérie)."}, "date": "2023-08-20T14:49:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12057	noel-denise-1922-05-05	{"a5": "589", "g55": "07-282"}	{"g55": "07-282", "lerrcp": "A5-589"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Denise", "family": "Noel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-05-05 13:00", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.35387, "lat": 48.93564, "name": "Saint-Denis", "geoid": 2980916}, "notime": null, "date-ut": "1922-05-05 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Denise", "family": "Noel"}, "birth": {"tzo": "+01:00", "date": "1922-05-05 13:00", "place": {"c2": "93", "cy": "FR", "lg": 2.35387, "lat": 48.93564, "name": "Saint-Denis", "geoid": 2980916}, "date-ut": "1922-05-05 12:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-589"}, "ids-in-sources": {"a5": "589"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "93", "COU": "F", "DAY": "5", "LAT": "48N55", "LON": "2E30", "MON": "5", "NUM": "589", "PRO": "A", "SEC": "0", "YEA": "1922", "CITY": "ST-DENIS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-282"}, "ids-in-source": {"g55": "07-282"}}, "raw": {"DAY": "5-5-1922", "HOUR": "13 h.", "NAME": "NOEL Denise", "PLACE": "Saint-Denis (Seine)."}, "date": "2023-08-20T14:49:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12064	oettly-paul-1890-06-25	{"a5": "596", "g55": "07-284"}	{"g55": "07-284", "lerrcp": "A5-596"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Oettly", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 6.61472, "lat": 36.365, "name": "Constantine", "geoid": 2501152}, "notime": null, "date-ut": "1890-06-25 23:05:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Oettly"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 6.61472, "lat": 36.365, "name": "Constantine", "geoid": 2501152}, "date-ut": "1890-06-25 23:05:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-596"}, "ids-in-sources": {"a5": "596"}}, "raw": {"H": "23", "MN": "5", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "25", "LAT": "36N30", "LON": "6E15", "MON": "6", "NUM": "596", "PRO": "A", "SEC": "0", "YEA": "1890", "CITY": "CONSTANTINE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-284"}, "ids-in-source": {"g55": "07-284"}}, "raw": {"DAY": "25-6-1890", "HOUR": "23 h. 30", "NAME": "OETTLY Paul", "PLACE": "Constantine (Algérie)."}, "date": "2023-08-20T14:49:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12066	olive-philippe-1908-01-10	{"a5": "598", "g55": "07-286"}	{"g55": "07-286", "lerrcp": "A5-598"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Philippe", "family": "Olive", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1908-01-10 02:00", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.40935, "lat": 48.89437, "name": "Pantin", "geoid": 2988621}, "notime": null, "date-ut": "1908-01-10 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Philippe", "family": "Olive"}, "birth": {"tzo": "+00:09:21", "date": "1908-01-10 02:00", "place": {"c2": "93", "cy": "FR", "lg": 2.40935, "lat": 48.89437, "name": "Pantin", "geoid": 2988621}, "date-ut": "1908-01-10 01:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-598"}, "ids-in-sources": {"a5": "598"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "93", "COU": "F", "DAY": "10", "LAT": "48N55", "LON": "2E30", "MON": "1", "NUM": "598", "PRO": "A", "SEC": "40", "YEA": "1908", "CITY": "PANTIN"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-286"}, "ids-in-source": {"g55": "07-286"}}, "raw": {"DAY": "10-1-1908", "HOUR": "2 h.", "NAME": "OLIVE Philippe", "PLACE": "Pantin (Seine)."}, "date": "2023-08-20T14:49:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12069	oswald-marianne-1901-01-09	{"a5": "601", "g55": "07-288"}	{"g55": "07-288", "lerrcp": "A5-601"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marianne", "family": "Oswald", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "57", "c3": null, "cy": "FR", "lg": 7.06747, "lat": 49.10995, "name": "Sarreguemines", "geoid": 2975964}, "notime": null, "date-ut": "1901-01-09 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marianne", "family": "Oswald"}, "birth": {"place": {"c2": "57", "cy": "FR", "lg": 7.06747, "lat": 49.10995, "name": "Sarreguemines", "geoid": 2975964}, "date-ut": "1901-01-09 21:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-601"}, "ids-in-sources": {"a5": "601"}}, "raw": {"H": "22", "MN": "0", "TZ": "-1", "COD": "57", "COU": "F", "DAY": "9", "LAT": "49N 7", "LON": "6E11", "MON": "1", "NUM": "601", "PRO": "A", "SEC": "0", "YEA": "1901", "CITY": "SARREGUEMINES"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-288"}, "ids-in-source": {"g55": "07-288"}}, "raw": {"DAY": "9-1-1901", "HOUR": "22 h.", "NAME": "OSWALD Marianne", "PLACE": "Sarreguemines (Moselle)."}, "date": "2023-08-20T14:49:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11734	dorival-georges-1871-12-26	{"a5": "262", "g55": "07-289"}	{"g55": "07-289", "lerrcp": "A5-262"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Dorival", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:03:59", "date": "1871-12-26 11:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.9975, "lat": 49.3128, "name": "Orival", "geoid": 2989326}, "notime": null, "date-ut": "1871-12-26 10:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Dorival"}, "birth": {"tzo": "+00:03:59", "date": "1871-12-26 11:00", "place": {"c2": "76", "cy": "FR", "lg": 0.9975, "lat": 49.3128, "name": "Orival", "geoid": 2989326}, "date-ut": "1871-12-26 10:55:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-262"}, "ids-in-sources": {"a5": "262"}}, "raw": {"H": "10", "MN": "55", "TZ": "0", "COD": "76", "COU": "F", "DAY": "26", "LAT": "49N26", "LON": "1E 5", "MON": "12", "NUM": "262", "PRO": "A", "SEC": "40", "YEA": "1871", "CITY": "ORIVAL"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-289"}, "ids-in-source": {"g55": "07-289"}}, "raw": {"DAY": "26-12-1871", "HOUR": "11 h.", "NAME": "ORIVAL (d) Georges", "PLACE": "Orival (Seine-Inférieure)."}, "date": "2023-08-20T14:49:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12073	paquet-felix-1906-04-23	{"a5": "605", "g55": "07-291"}	{"g55": "07-291", "lerrcp": "A5-605"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Félix", "family": "Paquet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1906-04-23 03:30", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1906-04-23 03:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Félix", "family": "Paquet"}, "birth": {"tzo": "+00:09:21", "date": "1906-04-23 03:30", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1906-04-23 03:20:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-605"}, "ids-in-sources": {"a5": "605"}}, "raw": {"H": "3", "MN": "20", "TZ": "0", "COD": "59", "COU": "F", "DAY": "23", "LAT": "50N39", "LON": "3E 5", "MON": "4", "NUM": "605", "PRO": "A", "SEC": "40", "YEA": "1906", "CITY": "LILLE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-291"}, "ids-in-source": {"g55": "07-291"}}, "raw": {"DAY": "23-4-1906", "HOUR": "3 h. 30", "NAME": "PAQUET Felix", "PLACE": "Lille (Nord)."}, "date": "2023-08-20T14:49:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12074	paqui-jean-1921-04-15	{"a5": "606", "g55": "07-292"}	{"g55": "07-292", "lerrcp": "A5-606"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Paqui", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-04-15 23:15", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.40556, "lat": 43.72126, "name": "Cap-d'Ail", "geoid": 3028742}, "notime": null, "date-ut": "1921-04-15 22:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Paqui"}, "birth": {"tzo": "+01:00", "date": "1921-04-15 23:15", "place": {"c2": "06", "cy": "FR", "lg": 7.40556, "lat": 43.72126, "name": "Cap-d'Ail", "geoid": 3028742}, "date-ut": "1921-04-15 22:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-606"}, "ids-in-sources": {"a5": "606"}}, "raw": {"H": "22", "MN": "15", "TZ": "0", "COD": "06", "COU": "F", "DAY": "15", "LAT": "43N42", "LON": "7E16", "MON": "4", "NUM": "606", "PRO": "A", "SEC": "0", "YEA": "1921", "CITY": "CAP D AIL"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-292"}, "ids-in-source": {"g55": "07-292"}}, "raw": {"DAY": "15-4-1921", "HOUR": "23 h. 15", "NAME": "PAQUI Jean", "PLACE": "Cap d’Ail (Alpes-Maritimes)."}, "date": "2023-08-20T14:49:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12075	paredes-jean-1914-10-17	{"a5": "607", "g55": "07-294"}	{"g55": "07-294", "lerrcp": "A5-607"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Paredes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-10-17 02:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Pusignan", "geoid": 0}, "notime": null, "date-ut": "1914-10-17 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Paredes"}, "birth": {"tzo": "+00:00", "date": "1914-10-17 02:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71667, "lat": 45.18333, "name": "Pusignan", "geoid": 0}, "date-ut": "1914-10-17 02:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-607"}, "ids-in-sources": {"a5": "607"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "38", "COU": "F", "DAY": "17", "LAT": "45N11", "LON": "5E43", "MON": "10", "NUM": "607", "PRO": "A", "SEC": "0", "YEA": "1914", "CITY": "PUSIGNAN"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Pusignan"}}, "partial-ids": {"g55": "07-294"}, "ids-in-source": {"g55": "07-294"}}, "raw": {"DAY": "7-10-1914", "HOUR": "2 h.", "NAME": "PAREDES Jean", "PLACE": "Pusignan (Isère)."}, "date": "2023-08-20T14:49:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12085	paumier-raoul-1866-01-24	{"a5": "617", "g55": "07-295"}	{"g55": "07-295", "lerrcp": "A5-617"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raoul", "family": "Paumier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:04:59", "date": "1866-01-24 12:30", "note": null, "place": {"c1": null, "c2": "41", "c3": null, "cy": "FR", "lg": 1.24661, "lat": 47.52576, "name": "Chouzy-sur-Cisse", "geoid": 3025006}, "notime": null, "date-ut": "1866-01-24 12:24:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Raoul", "family": "Paumier"}, "birth": {"tzo": "+00:04:59", "date": "1866-01-24 12:30", "place": {"c2": "41", "cy": "FR", "lg": 1.24661, "lat": 47.52576, "name": "Chouzy-sur-Cisse", "geoid": 3025006}, "date-ut": "1866-01-24 12:24:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-617"}, "ids-in-sources": {"a5": "617"}}, "raw": {"H": "12", "MN": "24", "TZ": "0", "COD": "41", "COU": "F", "DAY": "24", "LAT": "47N35", "LON": "1E20", "MON": "1", "NUM": "617", "PRO": "A", "SEC": "40", "YEA": "1866", "CITY": "CHOUZY-S/CISSE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-295"}, "ids-in-source": {"g55": "07-295"}}, "raw": {"DAY": "24-1-1866", "HOUR": "12 h. 30", "NAME": "PAUMIER Raoul", "PLACE": "Chouzy-sur-Cise (Lot-et-Garonne)."}, "date": "2023-08-20T14:49:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12088	perdriere-helene-1910-04-17	{"a5": "620", "g55": "07-297"}	{"g55": "07-297", "lerrcp": "A5-620"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Helene", "family": "Perdriere", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1910-04-17 03:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Asnières", "geoid": 0}, "notime": null, "date-ut": "1910-04-17 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Helene", "family": "Perdriere"}, "birth": {"tzo": "+00:09:21", "date": "1910-04-17 03:00", "place": {"c2": "92", "cy": "FR", "lg": 2.18333, "lat": 48.83333, "name": "Asnieres", "geoid": 0}, "date-ut": "1910-04-17 02:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-620"}, "ids-in-sources": {"a5": "620"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "92", "COU": "F", "DAY": "17", "LAT": "48N50", "LON": "2E11", "MON": "4", "NUM": "620", "PRO": "A", "SEC": "40", "YEA": "1910", "CITY": "ASNIERES"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Asnières"}}, "partial-ids": {"g55": "07-297"}, "ids-in-source": {"g55": "07-297"}}, "raw": {"DAY": "17-4-1910", "HOUR": "3 h.", "NAME": "PERDRIERE Hélène", "PLACE": "Asnières (Seine)."}, "date": "2023-08-20T14:49:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12094	petit-roland-1924-01-13	{"a5": "626", "g55": "07-298"}	{"g55": "07-298", "lerrcp": "A5-626"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roland", "family": "Petit", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1924-01-13 11:00", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.5, "lat": 48.88333, "name": "Villemomble", "geoid": 2968653}, "notime": null, "date-ut": "1924-01-13 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Roland", "family": "Petit"}, "birth": {"tzo": "+00:00", "date": "1924-01-13 11:00", "place": {"c2": "93", "cy": "FR", "lg": 2.5, "lat": 48.88333, "name": "Villemomble", "geoid": 2968653}, "date-ut": "1924-01-13 11:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-626"}, "ids-in-sources": {"a5": "626"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "93", "COU": "F", "DAY": "13", "LAT": "48N55", "LON": "2E30", "MON": "1", "NUM": "626", "PRO": "A", "SEC": "0", "YEA": "1924", "CITY": "VILLEMOMBLE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-298"}, "ids-in-source": {"g55": "07-298"}}, "raw": {"DAY": "13-1-1924", "HOUR": "11 h.", "NAME": "PETIT Roland", "PLACE": "Villemomble (Seine)."}, "date": "2023-08-20T14:49:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12097	piat-jean-1924-09-23	{"a5": "629", "g55": "07-301"}	{"g55": "07-301", "lerrcp": "A5-629"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Piat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1924-09-23 05:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.21012, "lat": 50.66674, "name": "Lannoy", "geoid": 3007601}, "notime": null, "date-ut": "1924-09-23 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Piat"}, "birth": {"tzo": "+01:00", "date": "1924-09-23 05:00", "place": {"c2": "59", "cy": "FR", "lg": 3.21012, "lat": 50.66674, "name": "Lannoy", "geoid": 3007601}, "date-ut": "1924-09-23 04:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-629"}, "ids-in-sources": {"a5": "629"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "59", "COU": "F", "DAY": "23", "LAT": "50N39", "LON": "3E 5", "MON": "9", "NUM": "629", "PRO": "A", "SEC": "0", "YEA": "1924", "CITY": "LANNOY"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-301"}, "ids-in-source": {"g55": "07-301"}}, "raw": {"DAY": "23-9-1924", "HOUR": "5 h.", "NAME": "PIAT Jean", "PLACE": "Lannoy (Nord)."}, "date": "2023-08-20T14:49:05+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12104	porel-jacqueline-1918-10-14	{"a5": "636", "g55": "07-303"}	{"g55": "07-303", "lerrcp": "A5-636"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacqueline", "family": "Porel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1918-10-14 01:00", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 5.21667, "lat": 46.2, "name": "Divonne-les-Bains", "geoid": 0}, "notime": null, "date-ut": "1918-10-14 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jacqueline", "family": "Porel"}, "birth": {"tzo": "+00:00", "date": "1918-10-14 01:00", "place": {"c2": "01", "cy": "FR", "lg": 5.21667, "lat": 46.2, "name": "Divonne-les-Bain", "geoid": 0}, "date-ut": "1918-10-14 01:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-636"}, "ids-in-sources": {"a5": "636"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "01", "COU": "F", "DAY": "14", "LAT": "46N12", "LON": "5E13", "MON": "10", "NUM": "636", "PRO": "A", "SEC": "0", "YEA": "1918", "CITY": "DIVONNE-LES-BAIN"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Divonne-les-Bains"}}, "partial-ids": {"g55": "07-303"}, "ids-in-source": {"g55": "07-303"}}, "raw": {"DAY": "14-10-1918", "HOUR": "1 h.", "NAME": "POREL Jacqueline", "PLACE": "Divonne-les-Bains (Ain)."}, "date": "2023-08-20T14:49:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12111	printemps-yvonne-1894-07-25	{"a5": "643", "g55": "07-305"}	{"g55": "07-305", "lerrcp": "A5-643"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yvonne", "family": "Printemps", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1894-07-25 10:30", "note": null, "place": {"c1": null, "c2": "95", "c3": null, "cy": "FR", "lg": 2.25804, "lat": 48.99004, "name": "Ermont", "geoid": 3019897}, "notime": null, "date-ut": "1894-07-25 10:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Yvonne", "family": "Printemps"}, "birth": {"tzo": "+00:09:21", "date": "1894-07-25 10:30", "place": {"c2": "95", "cy": "FR", "lg": 2.25804, "lat": 48.99004, "name": "Ermont", "geoid": 3019897}, "date-ut": "1894-07-25 10:20:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-643"}, "ids-in-sources": {"a5": "643"}}, "raw": {"H": "10", "MN": "20", "TZ": "0", "COD": "95", "COU": "F", "DAY": "25", "LAT": "49N 0", "LON": "2E 0", "MON": "7", "NUM": "643", "PRO": "A", "SEC": "40", "YEA": "1894", "CITY": "ERMONT"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-305"}, "ids-in-source": {"g55": "07-305"}}, "raw": {"DAY": "25-7-1894", "HOUR": "10h. 30", "NAME": "PRINTEMPS Yvonne", "PLACE": "Ermont (Seine-et-Oise)."}, "date": "2023-08-20T14:49:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12117	raimu-jules-1883-12-18	{"a5": "649", "g55": "07-306"}	{"g55": "07-306", "lerrcp": "A5-649"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jules", "family": "Raimu", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:23:43", "date": "1883-12-18 03:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1883-12-18 02:34:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-649"}, "birth": {"tzo": "+00:23:43", "date": "1883-12-18 03:00", "place": {"c2": "83", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1883-12-18 02:34:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-649"}, "ids-in-sources": {"a5": "649"}}, "raw": {"H": "2", "MN": "34", "TZ": "0", "COD": "83", "COU": "F", "DAY": "18", "LAT": "43N32", "LON": "6E28", "MON": "12", "NUM": "649", "PRO": "A", "SEC": "8", "YEA": "1883", "CITY": "TOULON"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"name": {"given": "Jules", "family": "Raimu", "nobility": ""}, "slug": "raimu-jules-1883-12-18", "partial-ids": {"g55": "07-306"}, "ids-in-source": {"g55": "07-306"}}, "raw": {"DAY": "18-12-1883", "HOUR": "3 h.", "NAME": "RAIMU Jules", "PLACE": "Toulon (Var)."}, "date": "2023-08-20T14:49:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12124	regnier-max-1905-12-04	{"a5": "656", "g55": "07-307"}	{"g55": "07-307", "lerrcp": "A5-656"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Max", "family": "Regnier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1905-12-04 05:00", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 6.0168, "lat": 43.59375, "name": "Tavernes", "geoid": 2973259}, "notime": null, "date-ut": "1905-12-04 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Max", "family": "Regnier"}, "birth": {"tzo": "+00:09:21", "date": "1905-12-04 05:00", "place": {"c2": "83", "cy": "FR", "lg": 6.0168, "lat": 43.59375, "name": "Tavernes", "geoid": 2973259}, "date-ut": "1905-12-04 04:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-656"}, "ids-in-sources": {"a5": "656"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "83", "COU": "F", "DAY": "4", "LAT": "43N32", "LON": "6E28", "MON": "12", "NUM": "656", "PRO": "A", "SEC": "40", "YEA": "1905", "CITY": "TAVERNES"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-307"}, "ids-in-source": {"g55": "07-307"}}, "raw": {"DAY": "4-12-1905", "HOUR": "5 h.", "NAME": "REGNIER Max", "PLACE": "Tavernes (Var)."}, "date": "2023-08-20T14:49:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12127	renant-simone-1911-03-19	{"a5": "659", "g55": "07-309"}	{"g55": "07-309", "lerrcp": "A5-659"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Simone", "family": "Renant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-03-19 19:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "notime": null, "date-ut": "1911-03-19 19:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Simone", "family": "Renant"}, "birth": {"tzo": "+00:00", "date": "1911-03-19 19:00", "place": {"c2": "80", "cy": "FR", "lg": 2.3, "lat": 49.9, "name": "Amiens", "geoid": 3037854}, "date-ut": "1911-03-19 19:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-659"}, "ids-in-sources": {"a5": "659"}}, "raw": {"H": "19", "MN": "0", "TZ": "0", "COD": "80", "COU": "F", "DAY": "19", "LAT": "49N54", "LON": "2E18", "MON": "3", "NUM": "659", "PRO": "A", "SEC": "0", "YEA": "1911", "CITY": "AMIENS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-309"}, "ids-in-source": {"g55": "07-309"}}, "raw": {"DAY": "19-3-1911", "HOUR": "19 h.", "NAME": "RENANT Simone", "PLACE": "Amiens (Somme)."}, "date": "2023-08-20T14:49:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12129	renaud-line-1928-07-02	{"a5": "661", "g55": "07-310"}	{"g55": "07-310", "lerrcp": "A5-661"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Line", "family": "Renaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1928-07-02 01:30", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Pont-de-Nieppe", "geoid": 0}, "notime": null, "date-ut": "1928-07-02 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Line", "family": "Renaud"}, "birth": {"tzo": "+01:00", "date": "1928-07-02 01:30", "place": {"c2": "59", "cy": "FR", "lg": 3.08333, "lat": 50.65, "name": "Pt de Nieppe", "geoid": 0}, "date-ut": "1928-07-02 00:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-661"}, "ids-in-sources": {"a5": "661"}}, "raw": {"H": "0", "MN": "30", "TZ": "0", "COD": "59", "COU": "F", "DAY": "2", "LAT": "50N39", "LON": "3E 5", "MON": "7", "NUM": "661", "PRO": "A", "SEC": "0", "YEA": "1928", "CITY": "PT DE NIEPPE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Pont-de-Nieppe"}}, "partial-ids": {"g55": "07-310"}, "ids-in-source": {"g55": "07-310"}}, "raw": {"DAY": "2-7-1928", "HOUR": "1 h. 30", "NAME": "RENAUD Line", "PLACE": "Pont-de-Nieppe (Nord)."}, "date": "2023-08-20T14:49:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12135	richard-jean-1921-04-18	{"a5": "667", "e1": "1772", "g55": "07-312"}	{"g55": "07-312", "lerrcp": "A5-667"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Richard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-04-18 23:00", "note": null, "place": {"c1": null, "c2": "79", "c3": null, "cy": "FR", "lg": -0.51628, "lat": 46.30207, "name": "Bessines", "geoid": 3033053}, "notime": null, "date-ut": "1921-04-18 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor", "executive"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Richard"}, "birth": {"tzo": "+01:00", "date": "1921-04-18 23:00", "place": {"c2": "79", "cy": "FR", "lg": -0.51628, "lat": 46.30207, "name": "Bessines", "geoid": 3033053}, "date-ut": "1921-04-18 22:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-667"}, "ids-in-sources": {"a5": "667"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "79", "COU": "F", "DAY": "18", "LAT": "46N19", "LON": "0W27", "MON": "4", "NUM": "667", "PRO": "A", "SEC": "0", "YEA": "1921", "CITY": "BESSINES"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"occus": ["executive"], "ids-in-sources": {"e1": "1772"}}, "raw": {"H": "23:00", "COD": "79", "DAY": "18", "MON": "04", "NUM": "1772", "PRO": "EX", "YEA": "1921", "CITY": "Bessines", "NAME": "RICHARD Jean", "NOTE": ""}, "date": "2023-08-20T14:44:10+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"partial-ids": {"g55": "07-312"}, "ids-in-source": {"g55": "07-312"}}, "raw": {"DAY": "18-4-1921", "HOUR": "23 h.", "NAME": "RICHARD Jean", "PLACE": "Bessines (Deux-Sévres)."}, "date": "2023-08-20T14:49:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12143	robert-yves-1920-06-19	{"a5": "675", "g55": "07-315"}	{"g55": "07-315", "lerrcp": "A5-675"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Robert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-06-19 07:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.07808, "lat": 47.25931, "name": "Saumur", "geoid": 2975758}, "notime": null, "date-ut": "1920-06-19 06:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Robert"}, "birth": {"tzo": "+01:00", "date": "1920-06-19 07:00", "place": {"c2": "49", "cy": "FR", "lg": -0.07808, "lat": 47.25931, "name": "Saumur", "geoid": 2975758}, "date-ut": "1920-06-19 06:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-675"}, "ids-in-sources": {"a5": "675"}}, "raw": {"H": "6", "MN": "0", "TZ": "0", "COD": "49", "COU": "F", "DAY": "19", "LAT": "47N28", "LON": "0W32", "MON": "6", "NUM": "675", "PRO": "A", "SEC": "0", "YEA": "1920", "CITY": "SAUMUR"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-315"}, "ids-in-source": {"g55": "07-315"}}, "raw": {"DAY": "19-6-1920", "HOUR": "7 h.", "NAME": "ROBERT Yves", "PLACE": "Saumur (Maine-et-Loire)."}, "date": "2023-08-20T14:49:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12144	robin-dany-1927-04-14	{"a5": "676", "g55": "07-316"}	{"g55": "07-316", "lerrcp": "A5-676"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Dany", "family": "Robin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1927-04-14 04:20", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.26692, "lat": 48.80299, "name": "Clamart", "geoid": 3024783}, "notime": null, "date-ut": "1927-04-14 03:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Dany", "family": "Robin"}, "birth": {"tzo": "+01:00", "date": "1927-04-14 04:20", "place": {"c2": "92", "cy": "FR", "lg": 2.26692, "lat": 48.80299, "name": "Clamart", "geoid": 3024783}, "date-ut": "1927-04-14 03:20"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-676"}, "ids-in-sources": {"a5": "676"}}, "raw": {"H": "3", "MN": "20", "TZ": "0", "COD": "92", "COU": "F", "DAY": "14", "LAT": "48N50", "LON": "2E11", "MON": "4", "NUM": "676", "PRO": "A", "SEC": "0", "YEA": "1927", "CITY": "CLAMART"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-316"}, "ids-in-source": {"g55": "07-316"}}, "raw": {"DAY": "14-4-1927", "HOUR": "4 h. 20", "NAME": "\\fROBIN Dany", "PLACE": "Clamart (Seine)."}, "date": "2023-08-20T14:49:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12146	roch-julienne-1883-08-10	{"a5": "678", "g55": "07-318"}	{"g55": "07-318", "lerrcp": "A5-678"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Julienne", "family": "Roch", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:38", "date": "1883-08-10 21:30", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 1.90972, "lat": 48.99173, "name": "Les Mureaux", "geoid": 3000192}, "notime": null, "date-ut": "1883-08-10 21:21:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Julienne", "family": "Roch"}, "birth": {"tzo": "+00:07:38", "date": "1883-08-10 21:30", "place": {"c2": "78", "cy": "FR", "lg": 1.90972, "lat": 48.99173, "name": "Les Mureaux", "geoid": 3000192}, "date-ut": "1883-08-10 21:21:28"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-678"}, "ids-in-sources": {"a5": "678"}}, "raw": {"H": "21", "MN": "21", "TZ": "0", "COD": "78", "COU": "F", "DAY": "10", "LAT": "48N50", "LON": "2E 8", "MON": "8", "NUM": "678", "PRO": "A", "SEC": "28", "YEA": "1883", "CITY": "LES MUREAUX"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-318"}, "ids-in-source": {"g55": "07-318"}}, "raw": {"DAY": "10-8-1883", "HOUR": "21 h. 30", "NAME": "ROCH Julienne Madel.", "PLACE": "Les Mureaux (Seine-et-O.)."}, "date": "2023-08-20T14:49:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12162	roussin-andre-1911-01-22	{"a5": "694", "a6": "709", "g55": "07-322"}	{"g55": "07-322", "lerrcp": "A5-694"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Roussin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1911-01-22 09:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1911-01-22 08:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor", "writer"]	5	null	[{"new": {"name": {"given": "André", "family": "Roussin"}, "birth": {"tzo": "+00:09:21", "date": "1911-01-22 09:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1911-01-22 08:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-694"}, "ids-in-sources": {"a5": "694"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "13", "COU": "F", "DAY": "22", "LAT": "43N18", "LON": "5E22", "MON": "1", "NUM": "694", "PRO": "A", "SEC": "40", "YEA": "1911", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "709"}}, "raw": {"H": "8", "MN": "50", "TZ": "0", "COD": "13", "COU": "F", "DAY": "22", "LAT": "43N18", "LON": "5E22", "MON": "1", "NUM": "709", "PRO": "W", "SEC": "40", "YEA": "1911", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"partial-ids": {"g55": "07-322"}, "ids-in-source": {"g55": "07-322"}}, "raw": {"DAY": "22-1-1911", "HOUR": "9 h.", "NAME": "ROUSSIN André", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:49:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12182	signoret-gabriel-1878-11-15	{"a5": "714", "g55": "07-326"}	{"g55": "07-326", "lerrcp": "A5-714"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gabriel", "family": "Signoret", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:21:31", "date": "1878-11-15 13:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1878-11-15 12:38:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Gabriel", "family": "Signoret"}, "birth": {"tzo": "+00:21:31", "date": "1878-11-15 13:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1878-11-15 12:38:32"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-714"}, "ids-in-sources": {"a5": "714"}}, "raw": {"H": "12", "MN": "38", "TZ": "0", "COD": "13", "COU": "F", "DAY": "15", "LAT": "43N18", "LON": "5E22", "MON": "11", "NUM": "714", "PRO": "A", "SEC": "32", "YEA": "1878", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-326"}, "ids-in-source": {"g55": "07-326"}}, "raw": {"DAY": "15-11-1878", "HOUR": "13 h.", "NAME": "SIGNORET Gabriel", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:49:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12184	silvain-eugene-1851-01-17	{"a5": "716", "g55": "07-328"}	{"g55": "07-328", "lerrcp": "A5-716"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Silvain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20:52", "date": "1851-01-17 13:00", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 5.21667, "lat": 46.2, "name": "Bourg’", "geoid": 0}, "notime": null, "date-ut": "1851-01-17 12:39:08"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Silvain"}, "birth": {"tzo": "+00:20:52", "date": "1851-01-17 13:00", "place": {"c2": "01", "cy": "FR", "lg": 5.21667, "lat": 46.2, "name": "Bourg", "geoid": 0}, "date-ut": "1851-01-17 12:39:08"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-716"}, "ids-in-sources": {"a5": "716"}}, "raw": {"H": "12", "MN": "39", "TZ": "0", "COD": "01", "COU": "F", "DAY": "17", "LAT": "46N12", "LON": "5E13", "MON": "1", "NUM": "716", "PRO": "A", "SEC": "8", "YEA": "1851", "CITY": "BOURG"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Bourg’"}}, "partial-ids": {"g55": "07-328"}, "ids-in-source": {"g55": "07-328"}}, "raw": {"DAY": "17-1-1851", "HOUR": "13 h.", "NAME": "SILVAIN. Eugène Charles", "PLACE": "Bourg’ (Ain)."}, "date": "2023-08-20T14:49:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12186	sologne-madeleine-1912-10-27	{"a5": "718", "g55": "07-329"}	{"g55": "07-329", "lerrcp": "A5-718"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Madeleine", "family": "Sologne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-10-27 07:00", "note": null, "place": {"c1": null, "c2": "41", "c3": null, "cy": "FR", "lg": 1.33333, "lat": 47.58333, "name": "La Ferté-Imbault", "geoid": 0}, "notime": null, "date-ut": "1912-10-27 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Madeleine", "family": "Sologne"}, "birth": {"tzo": "+00:00", "date": "1912-10-27 07:00", "place": {"c2": "41", "cy": "FR", "lg": 1.33333, "lat": 47.58333, "name": "La Ferte-Imbaul", "geoid": 0}, "date-ut": "1912-10-27 07:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-718"}, "ids-in-sources": {"a5": "718"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "41", "COU": "F", "DAY": "27", "LAT": "47N35", "LON": "1E20", "MON": "10", "NUM": "718", "PRO": "A", "SEC": "0", "YEA": "1912", "CITY": "LA FERTE-IMBAUL"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "La Ferté-Imbault"}}, "partial-ids": {"g55": "07-329"}, "ids-in-source": {"g55": "07-329"}}, "raw": {"DAY": "27-10-1912", "HOUR": "7 h.", "NAME": "SOLOGNE Madeleine", "PLACE": "La Ferté-Imbault (Loir-et-Cher)."}, "date": "2023-08-20T14:49:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12195	tati-jacques-1907-10-09	{"a5": "727", "g55": "07-333", "afd2": "552"}	{"g55": "07-333", "lerrcp": "A5-727", "muller": "M2-552"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Tati", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1907-10-09 03:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.10371, "lat": 48.89317, "name": "Le Pecq", "geoid": 3002984}, "notime": null, "date-ut": "1907-10-09 02:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Tati"}, "birth": {"tzo": "+00:09:21", "date": "1907-10-09 03:00", "place": {"c2": "78", "cy": "FR", "lg": 2.10371, "lat": 48.89317, "name": "Le Pecq", "geoid": 3002984}, "date-ut": "1907-10-09 02:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-727"}, "ids-in-sources": {"a5": "727"}}, "raw": {"H": "2", "MN": "50", "TZ": "0", "COD": "78", "COU": "F", "DAY": "9", "LAT": "48N50", "LON": "2E 8", "MON": "10", "NUM": "727", "PRO": "A", "SEC": "40", "YEA": "1907", "CITY": "LE PECQ"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "M", "occus": ["actor"], "ids-in-sources": {"afd2": "552"}}, "raw": {"CY": "F", "GQ": "G", "LG": "002 E 20", "LAT": "48 N 51", "TZO": "-0.16", "DATE": "09.10.1907", "MUID": "552", "NAME": "Tati, Jacques", "OCCU": "AR 03", "TIME": "03.00", "BOOKS": "57", "PLACE": "Le Pecq", "TIMOD": "", "SOURCE": "SG"}, "date": "2023-08-20T14:44:48+02:00", "source": "afd2", "command": "muller m2men tmp2db"}, {"new": {"partial-ids": {"g55": "07-333"}, "ids-in-source": {"g55": "07-333"}}, "raw": {"DAY": "9-10-1907", "HOUR": "3 h.", "NAME": "TATI Jacques", "PLACE": "Le Pecq (Seine-et-Oise)."}, "date": "2023-08-20T14:49:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12196	tennberg-jean-1924-05-12	{"a5": "728", "g55": "07-334"}	{"g55": "07-334", "lerrcp": "A5-728"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Tennberg", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1924-05-12 02:00", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.40935, "lat": 48.89437, "name": "Pantin", "geoid": 2988621}, "notime": null, "date-ut": "1924-05-12 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Tennberg"}, "birth": {"tzo": "+01:00", "date": "1924-05-12 02:00", "place": {"c2": "93", "cy": "FR", "lg": 2.40935, "lat": 48.89437, "name": "Pantin", "geoid": 2988621}, "date-ut": "1924-05-12 01:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-728"}, "ids-in-sources": {"a5": "728"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "93", "COU": "F", "DAY": "12", "LAT": "48N55", "LON": "2E30", "MON": "5", "NUM": "728", "PRO": "A", "SEC": "0", "YEA": "1924", "CITY": "PANTIN"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-334"}, "ids-in-source": {"g55": "07-334"}}, "raw": {"DAY": "12-5-1924", "HOUR": "2 h.", "NAME": "TENNBERG Jean-Marc", "PLACE": "Pantin (Seine)."}, "date": "2023-08-20T14:49:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12208	trenet-charles-1913-05-18	{"a5": "740", "a6": "778", "g55": "07-336"}	{"g55": "07-336", "lerrcp": "A5-740"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Trenet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-05-18 16:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 3.00141, "lat": 43.18396, "name": "Narbonne", "geoid": 2990919}, "notime": null, "date-ut": "1913-05-18 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor", "poet"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Trenet"}, "birth": {"tzo": "+00:00", "date": "1913-05-18 16:00", "place": {"c2": "11", "cy": "FR", "lg": 3.00141, "lat": 43.18396, "name": "Narbonne", "geoid": 2990919}, "date-ut": "1913-05-18 16:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-740"}, "ids-in-sources": {"a5": "740"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "11", "COU": "F", "DAY": "18", "LAT": "43N12", "LON": "2E21", "MON": "5", "NUM": "740", "PRO": "A", "SEC": "0", "YEA": "1913", "CITY": "NARBONNE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"occus": ["writer"], "sources": "a6", "ids-in-sources": {"a6": "778"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "11", "COU": "F", "DAY": "18", "LAT": "43N12", "LON": "2E21", "MON": "5", "NUM": "778", "PRO": "W", "SEC": "0", "YEA": "1913", "CITY": "NARBONNE"}, "date": "2023-08-20T14:43:43+02:00", "source": "a6", "command": "gauq A6 tmp2db"}, {"new": {"occus": "poet"}, "raw": {"occus": "poet"}, "date": "2023-08-20T14:43:58+02:00", "source": "newalch", "command": "gauq A6 occupn"}, {"new": {"partial-ids": {"g55": "07-336"}, "ids-in-source": {"g55": "07-336"}}, "raw": {"DAY": "18-5-1913", "HOUR": "16 h.", "NAME": "TRENET Charles", "PLACE": "Narbonne (Aude)."}, "date": "2023-08-20T14:49:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12219	vattier-robert-1906-10-02	{"a5": "751", "g55": "07-338"}	{"g55": "07-338", "lerrcp": "A5-751"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Vattier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1906-10-02 07:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "notime": null, "date-ut": "1906-10-02 06:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Vattier"}, "birth": {"tzo": "+00:09:21", "date": "1906-10-02 07:00", "place": {"c2": "35", "cy": "FR", "lg": -1.67429, "lat": 48.11198, "name": "Rennes", "geoid": 2983990}, "date-ut": "1906-10-02 06:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-751"}, "ids-in-sources": {"a5": "751"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "35", "COU": "F", "DAY": "2", "LAT": "48N 7", "LON": "1W40", "MON": "10", "NUM": "751", "PRO": "A", "SEC": "40", "YEA": "1906", "CITY": "RENNES"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-338"}, "ids-in-source": {"g55": "07-338"}}, "raw": {"DAY": "2-10-1906", "HOUR": "7 h.", "NAME": "VATTIER Robert", "PLACE": "Rennes (Ille-et-Vilaine)."}, "date": "2023-08-20T14:49:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12226	vernon-anne-1924-01-09	{"a5": "758", "g55": "07-339"}	{"g55": "07-339", "lerrcp": "A5-758"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Anne", "family": "Vernon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1924-01-09 04:00", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.35387, "lat": 48.93564, "name": "Saint-Denis", "geoid": 2980916}, "notime": null, "date-ut": "1924-01-09 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Anne", "family": "Vernon"}, "birth": {"tzo": "+00:00", "date": "1924-01-09 04:00", "place": {"c2": "93", "cy": "FR", "lg": 2.35387, "lat": 48.93564, "name": "Saint-Denis", "geoid": 2980916}, "date-ut": "1924-01-09 04:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-758"}, "ids-in-sources": {"a5": "758"}}, "raw": {"H": "4", "MN": "0", "TZ": "0", "COD": "93", "COU": "F", "DAY": "9", "LAT": "48N55", "LON": "2E30", "MON": "1", "NUM": "758", "PRO": "A", "SEC": "0", "YEA": "1924", "CITY": "ST-DENIS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-339"}, "ids-in-source": {"g55": "07-339"}}, "raw": {"DAY": "9-1-1924", "HOUR": "4 h.", "NAME": "VERNON Anne", "PLACE": "Saint-Denis (Seine)."}, "date": "2023-08-20T14:49:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12230	vidal-henri-1919-11-26	{"a5": "762", "g55": "07-341"}	{"g55": "07-341", "lerrcp": "A5-762"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Vidal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1919-11-26 08:00", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 45.78333, "name": "Clermont-Ferrand", "geoid": 0}, "notime": null, "date-ut": "1919-11-26 08:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Vidal"}, "birth": {"tzo": "+00:00", "date": "1919-11-26 08:00", "place": {"c2": "63", "cy": "FR", "lg": 3.08333, "lat": 45.78333, "name": "Clermond-Ferrand", "geoid": 0}, "date-ut": "1919-11-26 08:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-762"}, "ids-in-sources": {"a5": "762"}}, "raw": {"H": "8", "MN": "0", "TZ": "0", "COD": "63", "COU": "F", "DAY": "26", "LAT": "45N47", "LON": "3E 5", "MON": "11", "NUM": "762", "PRO": "A", "SEC": "0", "YEA": "1919", "CITY": "CLERMOND-FERRAND"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Clermont-Ferrand"}}, "partial-ids": {"g55": "07-341"}, "ids-in-source": {"g55": "07-341"}}, "raw": {"DAY": "26-11-1919", "HOUR": "8 h.", "NAME": "VIDAL Henri", "PLACE": "Clermont-Ferrand (Puy-de-Dôme)."}, "date": "2023-08-20T14:49:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12234	vilbert-henri-1904-04-06	{"a5": "766", "g55": "07-343"}	{"g55": "07-343", "lerrcp": "A5-766"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Vilbert", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1904-04-06 01:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1904-04-06 00:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-766"}, "birth": {"tzo": "+00:09:21", "date": "1904-04-06 01:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1904-04-06 00:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-766"}, "ids-in-sources": {"a5": "766"}}, "raw": {"H": "0", "MN": "50", "TZ": "0", "COD": "13", "COU": "F", "DAY": "6", "LAT": "43N18", "LON": "5E22", "MON": "4", "NUM": "766", "PRO": "A", "SEC": "40", "YEA": "1904", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"name": {"given": "Henri", "family": "Vilbert", "nobility": ""}, "slug": "vilbert-henri-1904-04-06", "partial-ids": {"g55": "07-343"}, "ids-in-source": {"g55": "07-343"}}, "raw": {"DAY": "6-4-1904", "HOUR": "1 h.", "NAME": "VILBERT Henri", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:49:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12238	vincent-yves-1921-08-05	{"a5": "770", "g55": "07-345"}	{"g55": "07-345", "lerrcp": "A5-770"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Yves", "family": "Vincent", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1921-08-05 03:00", "note": null, "place": {"c1": null, "c2": "74", "c3": null, "cy": "FR", "lg": 6.32572, "lat": 45.88123, "name": "Thônes", "geoid": 2972749}, "notime": null, "date-ut": "1921-08-05 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Yves", "family": "Vincent"}, "birth": {"tzo": "+01:00", "date": "1921-08-05 03:00", "place": {"c2": "74", "cy": "FR", "lg": 6.32572, "lat": 45.88123, "name": "Thônes", "geoid": 2972749}, "date-ut": "1921-08-05 02:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-770"}, "ids-in-sources": {"a5": "770"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "74", "COU": "F", "DAY": "5", "LAT": "45N54", "LON": "6E 7", "MON": "8", "NUM": "770", "PRO": "A", "SEC": "0", "YEA": "1921", "CITY": "THONES"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-345"}, "ids-in-source": {"g55": "07-345"}}, "raw": {"DAY": "5-8-1921", "HOUR": "3 h.", "NAME": "VINCENT Yves", "PLACE": "Thônes (Haute-Savoie)."}, "date": "2023-08-20T14:49:06+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12250	yvernes-eugene-1906-09-23	{"a5": "782", "g55": "07-347"}	{"g55": "07-347", "lerrcp": "A5-782"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eugène", "family": "Yvernes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1906-09-23 16:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "notime": null, "date-ut": "1906-09-23 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Eugène", "family": "Yvernes"}, "birth": {"tzo": "+00:09:21", "date": "1906-09-23 16:00", "place": {"c2": "34", "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "date-ut": "1906-09-23 15:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-782"}, "ids-in-sources": {"a5": "782"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "34", "COU": "F", "DAY": "23", "LAT": "43N37", "LON": "3E53", "MON": "9", "NUM": "782", "PRO": "A", "SEC": "40", "YEA": "1906", "CITY": "BEZIERS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-347"}, "ids-in-source": {"g55": "07-347"}}, "raw": {"DAY": "23-9-1906", "HOUR": "16 h.", "NAME": "YVERNES Eugène", "PLACE": "Béziers. (Hérault)."}, "date": "2023-08-20T14:49:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11482	aladin-sylviane-1925-05-15	{"a5": "9", "g55": "07-348"}	{"g55": "07-348", "lerrcp": "A5-9"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sylviane", "family": "Aladin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1925-05-15 23:15", "note": null, "place": {"c1": null, "c2": "90", "c3": null, "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "notime": null, "date-ut": "1925-05-15 22:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Sylviane", "family": "Aladin"}, "birth": {"tzo": "+01:00", "date": "1925-05-15 23:15", "place": {"c2": "90", "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "date-ut": "1925-05-15 22:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-9"}, "ids-in-sources": {"a5": "9"}}, "raw": {"H": "22", "MN": "15", "TZ": "0", "COD": "90", "COU": "F", "DAY": "15", "LAT": "47N38", "LON": "6E52", "MON": "5", "NUM": "9", "PRO": "A", "SEC": "0", "YEA": "1925", "CITY": "BELFORT"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-348"}, "ids-in-source": {"g55": "07-348"}}, "raw": {"DAY": "15-5-1925", "HOUR": "23 h. 15", "NAME": "ALADIN Sylviane", "PLACE": "Belfort (Territoire de Belfort)."}, "date": "2023-08-20T14:49:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11504	argentin-christian-1893-10-11	{"a5": "31", "g55": "07-352"}	{"g55": "07-352", "lerrcp": "A5-31"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Argentin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1893-10-11 07:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.08333, "lat": 49.43333, "name": "Elbeuf", "geoid": 0}, "notime": null, "date-ut": "1893-10-11 06:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Christian", "family": "Argentin"}, "birth": {"tzo": "+00:09:21", "date": "1893-10-11 07:00", "place": {"c2": "76", "cy": "FR", "lg": 1.08333, "lat": 49.43333, "name": "Elboeuf", "geoid": 0}, "date-ut": "1893-10-11 06:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-31"}, "ids-in-sources": {"a5": "31"}}, "raw": {"H": "6", "MN": "50", "TZ": "0", "COD": "76", "COU": "F", "DAY": "11", "LAT": "49N26", "LON": "1E 5", "MON": "10", "NUM": "31", "PRO": "A", "SEC": "40", "YEA": "1893", "CITY": "ELBOEUF"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Elbeuf"}}, "partial-ids": {"g55": "07-352"}, "ids-in-source": {"g55": "07-352"}}, "raw": {"DAY": "11-10-1893", "HOUR": "7 h.", "NAME": "ARGENTIN Christian", "PLACE": "Elbeuf (Seine-Inférieure)."}, "date": "2023-08-20T14:49:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11508	arno-josette-1933-03-10	{"a5": "35", "g55": "07-353"}	{"g55": "07-353", "lerrcp": "A5-35"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Josette", "family": "Arno", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1933-03-10 05:30", "note": null, "place": {"c1": null, "c2": "25", "c3": null, "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "notime": null, "date-ut": "1933-03-10 05:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Josette", "family": "Arno"}, "birth": {"tzo": "+00:00", "date": "1933-03-10 05:30", "place": {"c2": "25", "cy": "FR", "lg": 6.01815, "lat": 47.24878, "name": "Besançon", "geoid": 3033123}, "date-ut": "1933-03-10 05:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-35"}, "ids-in-sources": {"a5": "35"}}, "raw": {"H": "5", "MN": "30", "TZ": "0", "COD": "25", "COU": "F", "DAY": "10", "LAT": "47N15", "LON": "6E 2", "MON": "3", "NUM": "35", "PRO": "A", "SEC": "0", "YEA": "1933", "CITY": "BESANCON"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-353"}, "ids-in-source": {"g55": "07-353"}}, "raw": {"DAY": "10-3-1933", "HOUR": "5 h. 30", "NAME": "ARNO Josette", "PLACE": "Besançon (Doubs)."}, "date": "2023-08-20T14:49:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11516	ary-jacques-1919-11-23	{"a5": "43", "g55": "07-357"}	{"g55": "07-357", "lerrcp": "A5-43"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Ary", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1919-11-23 21:00", "note": null, "place": {"c1": null, "c2": "87", "c3": null, "cy": "FR", "lg": 1.25, "lat": 45.83333, "name": "Saint-Sulpice-Lauriére", "geoid": 0}, "notime": null, "date-ut": "1919-11-23 21:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Ary"}, "birth": {"tzo": "+00:00", "date": "1919-11-23 21:00", "place": {"c2": "87", "cy": "FR", "lg": 1.25, "lat": 45.83333, "name": "Saint-Sulpice-Laur", "geoid": 0}, "date-ut": "1919-11-23 21:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-43"}, "ids-in-sources": {"a5": "43"}}, "raw": {"H": "21", "MN": "0", "TZ": "0", "COD": "87", "COU": "F", "DAY": "23", "LAT": "45N50", "LON": "1E15", "MON": "11", "NUM": "43", "PRO": "A", "SEC": "0", "YEA": "1919", "CITY": "ST-SULPICE-LAUR"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Sulpice-Lauriére"}}, "partial-ids": {"g55": "07-357"}, "ids-in-source": {"g55": "07-357"}}, "raw": {"DAY": "23-11-1919", "HOUR": "21 h.", "NAME": "ARY Jacques", "PLACE": "Saint-Sulpice-Lauriére (Haute-Vienne)."}, "date": "2023-08-20T14:49:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11520	auboyneau-robert-1927-11-19	{"a5": "47", "g55": "07-359"}	{"g55": "07-359", "lerrcp": "A5-47"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Auboyneau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1927-11-19 04:45", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "notime": null, "date-ut": "1927-11-19 04:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Auboyneau"}, "birth": {"tzo": "+00:00", "date": "1927-11-19 04:45", "place": {"c2": "34", "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "date-ut": "1927-11-19 04:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-47"}, "ids-in-sources": {"a5": "47"}}, "raw": {"H": "4", "MN": "45", "TZ": "0", "COD": "34", "COU": "F", "DAY": "19", "LAT": "43N37", "LON": "3E53", "MON": "11", "NUM": "47", "PRO": "A", "SEC": "0", "YEA": "1927", "CITY": "BEZIERS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-359"}, "ids-in-source": {"g55": "07-359"}}, "raw": {"DAY": "19-11-1927", "HOUR": "4 h. 45", "NAME": "AUBOYNEAU Robert", "PLACE": "Béziers (Hérault)."}, "date": "2023-08-20T14:49:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11565	bert-camille-1880-12-27	{"a5": "92", "g55": "07-362"}	{"g55": "07-362", "lerrcp": "A5-92"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Camille", "family": "Bert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:07:37", "date": "1880-12-27 05:15", "note": null, "place": {"c1": null, "c2": "45", "c3": null, "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "notime": null, "date-ut": "1880-12-27 05:07:24"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Camille", "family": "Bert"}, "birth": {"tzo": "+00:07:37", "date": "1880-12-27 05:15", "place": {"c2": "45", "cy": "FR", "lg": 1.90389, "lat": 47.90289, "name": "Orléans", "geoid": 2989317}, "date-ut": "1880-12-27 05:07:24"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-92"}, "ids-in-sources": {"a5": "92"}}, "raw": {"H": "5", "MN": "7", "TZ": "0", "COD": "45", "COU": "F", "DAY": "27", "LAT": "47N54", "LON": "1E54", "MON": "12", "NUM": "92", "PRO": "A", "SEC": "24", "YEA": "1880", "CITY": "ORLEANS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-362"}, "ids-in-source": {"g55": "07-362"}}, "raw": {"DAY": "27-12-1880", "HOUR": "5 h. 15", "NAME": "BERT Camille", "PLACE": "Orléans (Loiret)."}, "date": "2023-08-20T14:49:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11576	bisciglia-paul-1928-07-30	{"a5": "103", "g55": "07-366"}	{"g55": "07-366", "lerrcp": "A5-103"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Bisciglia", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "Alger", "geoid": 0}, "notime": null, "date-ut": "1928-07-30 07:00:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Bisciglia"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "ALGER", "geoid": 0}, "date-ut": "1928-07-30 07:00:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-103"}, "ids-in-sources": {"a5": "103"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "30", "LAT": "36N47", "LON": "3E 0", "MON": "7", "NUM": "103", "PRO": "A", "SEC": "0", "YEA": "1928", "CITY": "ALGER"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Alger"}}, "partial-ids": {"g55": "07-366"}, "ids-in-source": {"g55": "07-366"}}, "raw": {"DAY": "30-7-1928", "HOUR": ".7 h.", "NAME": "BISCIGLIA Paul", "PLACE": "Alger (Algérie)."}, "date": "2023-08-20T14:49:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11585	bontemps-roger-1914-09-15	{"a5": "112", "g55": "07-367"}	{"g55": "07-367", "lerrcp": "A5-112"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Bontemps", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-09-15 20:30", "note": null, "place": {"c1": null, "c2": "85", "c3": null, "cy": "FR", "lg": -1.41667, "lat": 46.66667, "name": "Sables d’Olonne", "geoid": 0}, "notime": null, "date-ut": "1914-09-15 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-112"}, "birth": {"tzo": "+00:00", "date": "1914-09-15 20:30", "place": {"c2": "85", "cy": "FR", "lg": -1.41667, "lat": 46.66667, "name": "Sables-D'Olonne", "geoid": 0}, "date-ut": "1914-09-15 20:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-112"}, "ids-in-sources": {"a5": "112"}}, "raw": {"H": "20", "MN": "30", "TZ": "0", "COD": "85", "COU": "F", "DAY": "15", "LAT": "46N40", "LON": "1W25", "MON": "9", "NUM": "112", "PRO": "A", "SEC": "0", "YEA": "1914", "CITY": "SABLES-D'OLONNE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"name": {"given": "Roger", "family": "Bontemps", "nobility": ""}, "slug": "bontemps-roger-1914-09-15", "birth": {"place": {"name": "Sables d’Olonne"}}, "partial-ids": {"g55": "07-367"}, "ids-in-source": {"g55": "07-367"}}, "raw": {"DAY": "15-9-1914", "HOUR": "20 h. 30", "NAME": "BONTEMPS Roger", "PLACE": "Sables d’Olonne (Vendée)."}, "date": "2023-08-20T14:49:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11593	bouillaud-charles-1904-05-11	{"a5": "120", "g55": "07-368"}	{"g55": "07-368", "lerrcp": "A5-120"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Charles", "family": "Bouillaud", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1904-05-11 21:30", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.47674, "lat": 49.59822, "name": "Nointot", "geoid": 2990240}, "notime": null, "date-ut": "1904-05-11 21:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Charles", "family": "Bouillaud"}, "birth": {"tzo": "+00:09:21", "date": "1904-05-11 21:30", "place": {"c2": "76", "cy": "FR", "lg": 0.47674, "lat": 49.59822, "name": "Nointot", "geoid": 2990240}, "date-ut": "1904-05-11 21:20:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-120"}, "ids-in-sources": {"a5": "120"}}, "raw": {"H": "21", "MN": "20", "TZ": "0", "COD": "76", "COU": "F", "DAY": "11", "LAT": "49N26", "LON": "1E 5", "MON": "5", "NUM": "120", "PRO": "A", "SEC": "40", "YEA": "1904", "CITY": "NOINTOT"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-368"}, "ids-in-source": {"g55": "07-368"}}, "raw": {"DAY": "11-5-1904", "HOUR": "21 h. 30", "NAME": "BOUILLAUD Charles", "PLACE": "Nointot (Seine-Inférieure)."}, "date": "2023-08-20T14:49:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11597	bourgcis-jean-jacques-1922-06-09	{"a5": "124", "g55": "07-370"}	{"g55": "07-370", "lerrcp": "A5-124"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean-Jacques", "family": "Bourgcis", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-06-09 00:40", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.41168, "lat": 49.24557, "name": "Les Andelys", "geoid": 3002172}, "notime": null, "date-ut": "1922-06-08 23:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-124"}, "birth": {"tzo": "+01:00", "date": "1922-06-09 00:40", "place": {"c2": "27", "cy": "FR", "lg": 1.41168, "lat": 49.24557, "name": "Les Andelys", "geoid": 3002172}, "date-ut": "1922-06-08 23:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-124"}, "ids-in-sources": {"a5": "124"}}, "raw": {"H": "23", "MN": "40", "TZ": "0", "COD": "27", "COU": "F", "DAY": "8", "LAT": "49N 1", "LON": "1E11", "MON": "6", "NUM": "124", "PRO": "A", "SEC": "0", "YEA": "1922", "CITY": "LES ANDELYS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"name": {"given": "Jean-Jacques", "family": "Bourgcis", "nobility": ""}, "slug": "bourgcis-jean-jacques-1922-06-09", "partial-ids": {"g55": "07-370"}, "ids-in-source": {"g55": "07-370"}}, "raw": {"DAY": "9-6-1922", "HOUR": "0 h. 40", "NAME": "BOURGCIS Jean-Jacques", "PLACE": "Les Andelys (Eure)."}, "date": "2023-08-20T14:49:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11622	calve-jean-1925-09-23	{"a5": "149", "g55": "07-372"}	{"g55": "07-372", "lerrcp": "A5-149"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Calve", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1925-09-23 22:25", "note": null, "place": {"c1": null, "c2": "91", "c3": null, "cy": "FR", "lg": 2.39147, "lat": 48.70522, "name": "Athis-Mons", "geoid": 3036460}, "notime": null, "date-ut": "1925-09-23 21:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Calve"}, "birth": {"tzo": "+01:00", "date": "1925-09-23 22:25", "place": {"c2": "91", "cy": "FR", "lg": 2.39147, "lat": 48.70522, "name": "Athis-Mons", "geoid": 3036460}, "date-ut": "1925-09-23 21:25"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-149"}, "ids-in-sources": {"a5": "149"}}, "raw": {"H": "21", "MN": "25", "TZ": "0", "COD": "91", "COU": "F", "DAY": "23", "LAT": "48N36", "LON": "2E20", "MON": "9", "NUM": "149", "PRO": "A", "SEC": "0", "YEA": "1925", "CITY": "ATHIS-MONS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-372"}, "ids-in-source": {"g55": "07-372"}}, "raw": {"DAY": "23-9-1925", "HOUR": "22 h. 15.", "NAME": "CALVE Jean-Francois", "PLACE": "Athis-Mons (Seine-et-Oise)."}, "date": "2023-08-20T14:49:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11631	castaing-claude-1922-01-20	{"a5": "158", "g55": "07-375"}	{"g55": "07-375", "lerrcp": "A5-158"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Claude", "family": "Castaing", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-01-20 01:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -1.06815, "lat": 44.636, "name": "Gujan-Mestras", "geoid": 3014175}, "notime": null, "date-ut": "1922-01-20 01:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Claude", "family": "Castaing"}, "birth": {"tzo": "+00:00", "date": "1922-01-20 01:00", "place": {"c2": "33", "cy": "FR", "lg": -1.06815, "lat": 44.636, "name": "Gujan-Mestras", "geoid": 3014175}, "date-ut": "1922-01-20 01:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-158"}, "ids-in-sources": {"a5": "158"}}, "raw": {"H": "1", "MN": "0", "TZ": "0", "COD": "33", "COU": "F", "DAY": "20", "LAT": "44N50", "LON": "0W34", "MON": "1", "NUM": "158", "PRO": "A", "SEC": "0", "YEA": "1922", "CITY": "GUJAN-MESTRAS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-375"}, "ids-in-source": {"g55": "07-375"}}, "raw": {"DAY": "20-1-1922", "HOUR": "1 h.", "NAME": "CASTAING Claude", "PLACE": "Gujan-Mestras (Gironde)."}, "date": "2023-08-20T14:49:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11637	charco-louis-1893-04-26	{"a5": "164", "g55": "07-377"}	{"g55": "07-377", "lerrcp": "A5-164"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Louis", "family": "Charco", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1893-04-26 20:00", "note": null, "place": {"c1": null, "c2": "47", "c3": null, "cy": "FR", "lg": 0.62055, "lat": 44.20199, "name": "Agen", "geoid": 3038634}, "notime": null, "date-ut": "1893-04-26 19:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Louis", "family": "Charco"}, "birth": {"tzo": "+00:09:21", "date": "1893-04-26 20:00", "place": {"c2": "47", "cy": "FR", "lg": 0.62055, "lat": 44.20199, "name": "Agen", "geoid": 3038634}, "date-ut": "1893-04-26 19:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-164"}, "ids-in-sources": {"a5": "164"}}, "raw": {"H": "19", "MN": "50", "TZ": "0", "COD": "47", "COU": "F", "DAY": "26", "LAT": "44N12", "LON": "0E38", "MON": "4", "NUM": "164", "PRO": "A", "SEC": "40", "YEA": "1893", "CITY": "AGEN"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-377"}, "ids-in-source": {"g55": "07-377"}}, "raw": {"DAY": "26-4-1893", "HOUR": "20 h.", "NAME": "CHARCO Louis", "PLACE": "Agen (Lot-et-Garonne)."}, "date": "2023-08-20T14:49:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11647	chochillon-henri-1913-03-18	{"a5": "174", "g55": "07-378"}	{"g55": "07-378", "lerrcp": "A5-174"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Chochillon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-03-18 02:30", "note": null, "place": {"c1": null, "c2": "26", "c3": null, "cy": "FR", "lg": 5.06602, "lat": 45.0496, "name": "Romans-sur-Isère", "geoid": 2983011}, "notime": null, "date-ut": "1913-03-18 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Chochillon"}, "birth": {"tzo": "+00:00", "date": "1913-03-18 02:30", "place": {"c2": "26", "cy": "FR", "lg": 5.06602, "lat": 45.0496, "name": "Romans-sur-Isère", "geoid": 2983011}, "date-ut": "1913-03-18 02:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-174"}, "ids-in-sources": {"a5": "174"}}, "raw": {"H": "2", "MN": "30", "TZ": "0", "COD": "26", "COU": "F", "DAY": "18", "LAT": "44N56", "LON": "4E54", "MON": "3", "NUM": "174", "PRO": "A", "SEC": "0", "YEA": "1913", "CITY": "ROMANS-S/ISERE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-378"}, "ids-in-source": {"g55": "07-378"}}, "raw": {"DAY": "18-3-1913", "HOUR": "2 h. 30", "NAME": "CHOCHILLON Henri", "PLACE": "Romans-sur-Isére (Drôme)."}, "date": "2023-08-20T14:49:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11665	corne-leonce-1894-03-19	{"a5": "192", "g55": "07-379"}	{"g55": "07-379", "lerrcp": "A5-192"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Leonce", "family": "Corne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1894-03-19 21:15", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Beauvais", "geoid": 3034006}, "notime": null, "date-ut": "1894-03-19 21:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Leonce", "family": "Corne"}, "birth": {"tzo": "+00:09:21", "date": "1894-03-19 21:15", "place": {"c2": "60", "cy": "FR", "lg": 2.08333, "lat": 49.43333, "name": "Beauvais", "geoid": 3034006}, "date-ut": "1894-03-19 21:05:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-192"}, "ids-in-sources": {"a5": "192"}}, "raw": {"H": "21", "MN": "5", "TZ": "0", "COD": "60", "COU": "F", "DAY": "19", "LAT": "49N26", "LON": "2E 5", "MON": "3", "NUM": "192", "PRO": "A", "SEC": "40", "YEA": "1894", "CITY": "BEAUVAIS"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-379"}, "ids-in-source": {"g55": "07-379"}}, "raw": {"DAY": "19-3-1894", "HOUR": "21 h. 15", "NAME": "CORNE Léonce", "PLACE": "Beauvais (Oise)."}, "date": "2023-08-20T14:49:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11676	dalibert-andre-1908-03-11	{"a5": "203", "g55": "07-382"}	{"g55": "07-382", "lerrcp": "A5-203"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Dalibert", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1908-03-11 10:30", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Sourdeval-la-Barre", "geoid": 0}, "notime": null, "date-ut": "1908-03-11 10:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "André", "family": "Dalibert"}, "birth": {"tzo": "+00:09:21", "date": "1908-03-11 10:30", "place": {"c2": "50", "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Sourdeval-la-Ba", "geoid": 0}, "date-ut": "1908-03-11 10:20:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-203"}, "ids-in-sources": {"a5": "203"}}, "raw": {"H": "10", "MN": "20", "TZ": "0", "COD": "50", "COU": "F", "DAY": "11", "LAT": "49N 7", "LON": "1W 5", "MON": "3", "NUM": "203", "PRO": "A", "SEC": "40", "YEA": "1908", "CITY": "SOURDEVAL-LA-BA"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Sourdeval-la-Barre"}}, "partial-ids": {"g55": "07-382"}, "ids-in-source": {"g55": "07-382"}}, "raw": {"DAY": "11-3-1908", "HOUR": "10 h. 30", "NAME": "DALIBERT André", "PLACE": "Sourdeval-la-Barre (Manche)."}, "date": "2023-08-20T14:49:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11681	danet-jean-1924-01-14	{"a5": "208", "g55": "07-383"}	{"g55": "07-383", "lerrcp": "A5-208"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Danet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1924-01-14 16:00", "note": null, "place": {"c1": null, "c2": "56", "c3": null, "cy": "FR", "lg": -2.98421, "lat": 47.66692, "name": "Auray", "geoid": 3036059}, "notime": null, "date-ut": "1924-01-14 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Danet"}, "birth": {"tzo": "+00:00", "date": "1924-01-14 16:00", "place": {"c2": "56", "cy": "FR", "lg": -2.98421, "lat": 47.66692, "name": "Auray", "geoid": 3036059}, "date-ut": "1924-01-14 16:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-208"}, "ids-in-sources": {"a5": "208"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "56", "COU": "F", "DAY": "14", "LAT": "47N40", "LON": "2W44", "MON": "1", "NUM": "208", "PRO": "A", "SEC": "0", "YEA": "1924", "CITY": "AURAY"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-383"}, "ids-in-source": {"g55": "07-383"}}, "raw": {"DAY": "14-1-1924", "HOUR": "16 h.", "NAME": "DANET Jean", "PLACE": "Aurey (Morbihan)."}, "date": "2023-08-20T14:49:07+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11722	dervo-georges-1904-03-15	{"a5": "250", "g55": "07-390"}	{"g55": "07-390", "lerrcp": "A5-250"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Dervo", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1904-03-15 22:10", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "notime": null, "date-ut": "1904-03-15 22:00:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Dervo"}, "birth": {"tzo": "+00:09:21", "date": "1904-03-15 22:10", "place": {"c2": "59", "cy": "FR", "lg": 3.05858, "lat": 50.63297, "name": "Lille", "geoid": 2998324}, "date-ut": "1904-03-15 22:00:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-250"}, "ids-in-sources": {"a5": "250"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "59", "COU": "F", "DAY": "15", "LAT": "50N39", "LON": "3E 5", "MON": "3", "NUM": "250", "PRO": "A", "SEC": "40", "YEA": "1904", "CITY": "LILLE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-390"}, "ids-in-source": {"g55": "07-390"}}, "raw": {"DAY": "15-3-1904", "HOUR": "22 h. 10", "NAME": "DERVO Georges", "PLACE": "Lille (Nord)."}, "date": "2023-08-20T14:49:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11739	doublier-henri-1926-02-07	{"a5": "267", "g55": "07-393"}	{"g55": "07-393", "lerrcp": "A5-267"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Doublier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1926-02-07 16:30", "note": null, "place": {"c1": null, "c2": "74", "c3": null, "cy": "FR", "lg": 6.11667, "lat": 45.9, "name": "Chambéry", "geoid": 0}, "notime": null, "date-ut": "1926-02-07 16:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Doublier"}, "birth": {"tzo": "+00:00", "date": "1926-02-07 16:30", "place": {"c2": "74", "cy": "FR", "lg": 6.11667, "lat": 45.9, "name": "Chambery", "geoid": 0}, "date-ut": "1926-02-07 16:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-267"}, "ids-in-sources": {"a5": "267"}}, "raw": {"H": "16", "MN": "30", "TZ": "0", "COD": "74", "COU": "F", "DAY": "7", "LAT": "45N54", "LON": "6E 7", "MON": "2", "NUM": "267", "PRO": "A", "SEC": "0", "YEA": "1926", "CITY": "CHAMBERY"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Chambéry"}}, "partial-ids": {"g55": "07-393"}, "ids-in-source": {"g55": "07-393"}}, "raw": {"DAY": "7-2-1926", "HOUR": "16 h. 30", "NAME": "DOUBLIER Henri", "PLACE": "Chambéry (Savoie)."}, "date": "2023-08-20T14:49:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11745	dubois-jacques-1926-08-03	{"a5": "273", "g55": "07-394"}	{"g55": "07-394", "lerrcp": "A5-273"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Dubois", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1926-08-03 03:00", "note": null, "place": {"c1": null, "c2": "51", "c3": null, "cy": "FR", "lg": 3.95922, "lat": 49.04, "name": "Épernay", "geoid": 3020062}, "notime": null, "date-ut": "1926-08-03 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Dubois"}, "birth": {"tzo": "+01:00", "date": "1926-08-03 03:00", "place": {"c2": "51", "cy": "FR", "lg": 3.95922, "lat": 49.04, "name": "Épernay", "geoid": 3020062}, "date-ut": "1926-08-03 02:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-273"}, "ids-in-sources": {"a5": "273"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "51", "COU": "F", "DAY": "3", "LAT": "48N57", "LON": "4E22", "MON": "8", "NUM": "273", "PRO": "A", "SEC": "0", "YEA": "1926", "CITY": "EPERNAY"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-394"}, "ids-in-source": {"g55": "07-394"}}, "raw": {"DAY": "3-8-1926", "HOUR": "3 h.", "NAME": "DUBOIS Jacques", "PLACE": "Epernay (Marne)."}, "date": "2023-08-20T14:49:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11766	erly-francoise-1904-08-03	{"a5": "295", "g55": "07-396"}	{"g55": "07-396", "lerrcp": "A5-295"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francoise", "family": "Erly", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1904-08-03 22:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 1.45, "lat": 50.10404, "name": "Ault", "geoid": 3036122}, "notime": null, "date-ut": "1904-08-03 21:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Francoise", "family": "Erly"}, "birth": {"tzo": "+00:09:21", "date": "1904-08-03 22:00", "place": {"c2": "80", "cy": "FR", "lg": 1.45, "lat": 50.10404, "name": "Ault", "geoid": 3036122}, "date-ut": "1904-08-03 21:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-295"}, "ids-in-sources": {"a5": "295"}}, "raw": {"H": "21", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "3", "LAT": "49N54", "LON": "2E18", "MON": "8", "NUM": "295", "PRO": "A", "SEC": "40", "YEA": "1904", "CITY": "AULT"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-396"}, "ids-in-source": {"g55": "07-396"}}, "raw": {"DAY": "3-8-1904", "HOUR": "22 h.", "NAME": "ERLY Francoise", "PLACE": "Ault (Somme)."}, "date": "2023-08-20T14:49:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11775	faivre-paul-1886-03-03	{"a5": "304", "g55": "07-397"}	{"g55": "07-397", "lerrcp": "A5-304"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Faivre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:27:25", "date": "1886-03-03 11:00", "note": null, "place": {"c1": null, "c2": "90", "c3": null, "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "notime": null, "date-ut": "1886-03-03 10:32:32"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Faivre"}, "birth": {"tzo": "+00:27:25", "date": "1886-03-03 11:00", "place": {"c2": "90", "cy": "FR", "lg": 6.85385, "lat": 47.64218, "name": "Belfort", "geoid": 3033791}, "date-ut": "1886-03-03 10:32:32"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-304"}, "ids-in-sources": {"a5": "304"}}, "raw": {"H": "10", "MN": "32", "TZ": "0", "COD": "90", "COU": "F", "DAY": "3", "LAT": "47N38", "LON": "6E52", "MON": "3", "NUM": "304", "PRO": "A", "SEC": "32", "YEA": "1886", "CITY": "BELFORT"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-397"}, "ids-in-source": {"g55": "07-397"}}, "raw": {"DAY": "3-3-1886", "HOUR": "11 h.", "NAME": "FAIVRE Paul", "PLACE": "Belfort (Territoire de Belfort)."}, "date": "2023-08-20T14:49:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11783	favieres-maurice-1922-10-14	{"a5": "312", "g55": "07-399"}	{"g55": "07-399", "lerrcp": "A5-312"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Favieres", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-10-14 10:00", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Fontaines-sur-Sadne", "geoid": 0}, "notime": null, "date-ut": "1922-10-14 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Favieres"}, "birth": {"tzo": "+00:00", "date": "1922-10-14 10:00", "place": {"c2": "69", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Fontaines-sur-Sao", "geoid": 0}, "date-ut": "1922-10-14 10:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-312"}, "ids-in-sources": {"a5": "312"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "69", "COU": "F", "DAY": "14", "LAT": "45N46", "LON": "4E50", "MON": "10", "NUM": "312", "PRO": "A", "SEC": "0", "YEA": "1922", "CITY": "FONTAINES-S/SAO"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Fontaines-sur-Sadne"}}, "partial-ids": {"g55": "07-399"}, "ids-in-source": {"g55": "07-399"}}, "raw": {"DAY": "14-10-1922", "HOUR": "10 h.", "NAME": "FAVIERES Maurice", "PLACE": "Fontaines-sur-Sadne (Rhône)."}, "date": "2023-08-20T14:49:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11801	flagey-richard-1927-12-20	{"a5": "330", "g55": "07-401"}	{"g55": "07-401", "lerrcp": "A5-330"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Richard", "family": "Flagey", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1927-12-20 07:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1927-12-20 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Richard", "family": "Flagey"}, "birth": {"tzo": "+00:00", "date": "1927-12-20 07:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1927-12-20 07:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-330"}, "ids-in-sources": {"a5": "330"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "06", "COU": "F", "DAY": "20", "LAT": "43N42", "LON": "7E16", "MON": "12", "NUM": "330", "PRO": "A", "SEC": "0", "YEA": "1927", "CITY": "NICE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-401"}, "ids-in-source": {"g55": "07-401"}}, "raw": {"DAY": "20-12-1927", "HOUR": "7 h.", "NAME": "FLAGEY Richard", "PLACE": "Nice (Alpes-Maritimes)."}, "date": "2023-08-20T14:49:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11816	franel-pierre-1927-04-16	{"a5": "345", "g55": "07-405"}	{"g55": "07-405", "lerrcp": "A5-345"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Franel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1927-04-16 14:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1927-04-16 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Franel"}, "birth": {"tzo": "+01:00", "date": "1927-04-16 14:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1927-04-16 13:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-345"}, "ids-in-sources": {"a5": "345"}}, "raw": {"H": "13", "MN": "0", "TZ": "0", "COD": "06", "COU": "F", "DAY": "16", "LAT": "43N42", "LON": "7E16", "MON": "4", "NUM": "345", "PRO": "A", "SEC": "0", "YEA": "1927", "CITY": "NICE"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-405"}, "ids-in-source": {"g55": "07-405"}}, "raw": {"DAY": "16-4-1927", "HOUR": "14 h.", "NAME": "FRANEL Pierre", "PLACE": "Nice (Alpes-Maritimes)."}, "date": "2023-08-20T14:49:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11819	fromont-pierre-1925-06-30	{"a5": "348", "g55": "07-407"}	{"g55": "07-407", "lerrcp": "A5-348"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Fromont", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1925-06-30 23:30", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "notime": null, "date-ut": "1925-06-30 22:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Fromont"}, "birth": {"tzo": "+01:00", "date": "1925-06-30 23:30", "place": {"c2": "59", "cy": "FR", "lg": 3.17456, "lat": 50.69421, "name": "Roubaix", "geoid": 2982681}, "date-ut": "1925-06-30 22:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-348"}, "ids-in-sources": {"a5": "348"}}, "raw": {"H": "22", "MN": "30", "TZ": "0", "COD": "59", "COU": "F", "DAY": "30", "LAT": "50N39", "LON": "3E 5", "MON": "6", "NUM": "348", "PRO": "A", "SEC": "0", "YEA": "1925", "CITY": "ROUBAIX"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-407"}, "ids-in-source": {"g55": "07-407"}}, "raw": {"DAY": "30-6-1925", "HOUR": "23 h. 30", "NAME": "FROMONT Pierre", "PLACE": "Roubaix (Nord)."}, "date": "2023-08-20T14:49:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11834	genes-henri-1919-07-03	{"a5": "364", "g55": "07-409"}	{"g55": "07-409", "lerrcp": "A5-364"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Genes", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-07-03 21:00", "note": null, "place": {"c1": null, "c2": "65", "c3": null, "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "notime": null, "date-ut": "1919-07-03 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Genes"}, "birth": {"tzo": "+01:00", "date": "1919-07-03 21:00", "place": {"c2": "65", "cy": "FR", "lg": 0.07139, "lat": 43.23407, "name": "Tarbes", "geoid": 2973385}, "date-ut": "1919-07-03 20:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-364"}, "ids-in-sources": {"a5": "364"}}, "raw": {"H": "20", "MN": "0", "TZ": "0", "COD": "65", "COU": "F", "DAY": "3", "LAT": "43N14", "LON": "0E 5", "MON": "7", "NUM": "364", "PRO": "A", "SEC": "0", "YEA": "1919", "CITY": "TARBES"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-409"}, "ids-in-source": {"g55": "07-409"}}, "raw": {"DAY": "3-7-1919", "HOUR": "21 h.", "NAME": "GENES Henri", "PLACE": "Tarbes (Hautes-Pyrénées)."}, "date": "2023-08-20T14:49:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11842	gerbault-paul-1886-07-12	{"a5": "372", "g55": "07-412"}	{"g55": "07-412", "lerrcp": "A5-372"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Gerbault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:06:13", "date": "1886-07-12 19:00", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "notime": null, "date-ut": "1886-07-12 19:06:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Gerbault"}, "birth": {"tzo": "-00:06:13", "date": "1886-07-12 19:00", "place": {"c2": "44", "cy": "FR", "lg": -1.55336, "lat": 47.21725, "name": "Nantes", "geoid": 2990969}, "date-ut": "1886-07-12 19:06:20"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-372"}, "ids-in-sources": {"a5": "372"}}, "raw": {"H": "19", "MN": "6", "TZ": "0", "COD": "44", "COU": "F", "DAY": "12", "LAT": "47N13", "LON": "1W35", "MON": "7", "NUM": "372", "PRO": "A", "SEC": "20", "YEA": "1886", "CITY": "NANTES"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-412"}, "ids-in-source": {"g55": "07-412"}}, "raw": {"DAY": "12-7-1886", "HOUR": "19 h.", "NAME": "GERBAULT Paul Ferdinand", "PLACE": "Nantes (Loire-Inférieure)."}, "date": "2023-08-20T14:49:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11875	guy-henry-jaunet-1922-01-06	{"a5": "405", "g55": "07-419"}	{"g55": "07-419", "lerrcp": "A5-405"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Jaunet)", "family": "Guy-Henry", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1922-01-06 20:30", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.28333, "lat": 49.55, "name": "Saint-Aubin", "geoid": 2981601}, "notime": null, "date-ut": "1922-01-06 20:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Jaunet)", "family": "Guy-Henry"}, "birth": {"tzo": "+00:00", "date": "1922-01-06 20:30", "place": {"c2": "76", "cy": "FR", "lg": 1.28333, "lat": 49.55, "name": "Saint-Aubin", "geoid": 2981601}, "date-ut": "1922-01-06 20:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-405"}, "ids-in-sources": {"a5": "405"}}, "raw": {"H": "20", "MN": "30", "TZ": "0", "COD": "76", "COU": "F", "DAY": "6", "LAT": "49N26", "LON": "1E 5", "MON": "1", "NUM": "405", "PRO": "A", "SEC": "0", "YEA": "1922", "CITY": "ST-AUBIN"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-419"}, "ids-in-source": {"g55": "07-419"}}, "raw": {"DAY": "6-1-1922", "HOUR": "20 h. 30", "NAME": "GUY-HENRY", "PLACE": "Saint-Aubin (Seine-Inférieure)."}, "date": "2023-08-20T14:49:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11884	hautin-marie-1901-03-28	{"a5": "414", "g55": "07-420"}	{"g55": "07-420", "lerrcp": "A5-414"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marie", "family": "Hautin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1901-03-28 04:30", "note": null, "place": {"c1": null, "c2": "18", "c3": null, "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "notime": null, "date-ut": "1901-03-28 04:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marie", "family": "Hautin"}, "birth": {"tzo": "+00:09:21", "date": "1901-03-28 04:30", "place": {"c2": "18", "cy": "FR", "lg": 2.4, "lat": 47.08333, "name": "Bourges", "geoid": 3031005}, "date-ut": "1901-03-28 04:20:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-414"}, "ids-in-sources": {"a5": "414"}}, "raw": {"H": "4", "MN": "20", "TZ": "0", "COD": "18", "COU": "F", "DAY": "28", "LAT": "47N 5", "LON": "2E23", "MON": "3", "NUM": "414", "PRO": "A", "SEC": "40", "YEA": "1901", "CITY": "BOURGES"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-420"}, "ids-in-source": {"g55": "07-420"}}, "raw": {"DAY": "28-3-1901", "HOUR": "4 h. 30", "NAME": "HAUTIN Marie", "PLACE": "Bourges (Cher)."}, "date": "2023-08-20T14:49:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11886	hell-rene-1891-05-01	{"a5": "416", "g55": "07-422"}	{"g55": "07-422", "lerrcp": "A5-416"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Hell", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1891-05-01 23:30", "note": null, "place": {"c1": null, "c2": "14", "c3": null, "cy": "FR", "lg": 0.41667, "lat": 49.01667, "name": "Orbec", "geoid": 2989445}, "notime": null, "date-ut": "1891-05-01 23:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "René", "family": "Hell"}, "birth": {"tzo": "+00:09:21", "date": "1891-05-01 23:30", "place": {"c2": "14", "cy": "FR", "lg": 0.41667, "lat": 49.01667, "name": "Orbec", "geoid": 2989445}, "date-ut": "1891-05-01 23:20:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-416"}, "ids-in-sources": {"a5": "416"}}, "raw": {"H": "23", "MN": "20", "TZ": "0", "COD": "14", "COU": "F", "DAY": "1", "LAT": "49N11", "LON": "0W22", "MON": "5", "NUM": "416", "PRO": "A", "SEC": "40", "YEA": "1891", "CITY": "ORBEC"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-422"}, "ids-in-source": {"g55": "07-422"}}, "raw": {"DAY": "1-5-1891", "HOUR": "23 h. 30", "NAME": "HELL René", "PLACE": "Orbec (Calvados)."}, "date": "2023-08-20T14:49:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11895	hommet-robert-1909-04-22	{"a5": "426", "g55": "07-425"}	{"g55": "07-425", "lerrcp": "A5-426"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Hommet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1909-04-22 16:15", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Saint-Germain-en-Laye", "geoid": 0}, "notime": null, "date-ut": "1909-04-22 16:05:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Hommet"}, "birth": {"tzo": "+00:09:21", "date": "1909-04-22 16:15", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Saint-Germain-en-la", "geoid": 0}, "date-ut": "1909-04-22 16:05:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-426"}, "ids-in-sources": {"a5": "426"}}, "raw": {"H": "16", "MN": "5", "TZ": "0", "COD": "78", "COU": "F", "DAY": "22", "LAT": "48N50", "LON": "2E 8", "MON": "4", "NUM": "426", "PRO": "A", "SEC": "40", "YEA": "1909", "CITY": "ST-GERMAIN-EN-LA"}, "date": "2023-08-20T14:43:36+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Germain-en-Laye"}}, "partial-ids": {"g55": "07-425"}, "ids-in-source": {"g55": "07-425"}}, "raw": {"DAY": "22-4-1909", "HOUR": "16 h. 15", "NAME": "HOMMET Robert", "PLACE": "Saint-Germain-en-Laye (S.-O.)."}, "date": "2023-08-20T14:49:08+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11948	leclair-sophie-1925-08-20	{"a5": "479", "g55": "07-433"}	{"g55": "07-433", "lerrcp": "A5-479"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Sophie", "family": "Leclair", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1925-08-20 21:00", "note": null, "place": {"c1": null, "c2": "58", "c3": null, "cy": "FR", "lg": 3.59108, "lat": 47.36811, "name": "Tannay", "geoid": 2973420}, "notime": null, "date-ut": "1925-08-20 20:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Sophie", "family": "Leclair"}, "birth": {"tzo": "+01:00", "date": "1925-08-20 21:00", "place": {"c2": "58", "cy": "FR", "lg": 3.59108, "lat": 47.36811, "name": "Tannay", "geoid": 2973420}, "date-ut": "1925-08-20 20:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-479"}, "ids-in-sources": {"a5": "479"}}, "raw": {"H": "20", "MN": "0", "TZ": "0", "COD": "58", "COU": "F", "DAY": "20", "LAT": "46N59", "LON": "3E 9", "MON": "8", "NUM": "479", "PRO": "A", "SEC": "0", "YEA": "1925", "CITY": "TANNAY"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-433"}, "ids-in-source": {"g55": "07-433"}}, "raw": {"DAY": "20-8-1925", "HOUR": "21 h.", "NAME": "LECLAIR Sophie", "PLACE": "Tannay (Nièvre)."}, "date": "2023-08-20T14:49:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11960	lemoine-michel-1922-09-30	{"a5": "491", "g55": "07-435"}	{"g55": "07-435", "lerrcp": "A5-491"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Lemoine", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1922-09-30 17:00", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.40935, "lat": 48.89437, "name": "Pantin", "geoid": 2988621}, "notime": null, "date-ut": "1922-09-30 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Lemoine"}, "birth": {"tzo": "+01:00", "date": "1922-09-30 17:00", "place": {"c2": "93", "cy": "FR", "lg": 2.40935, "lat": 48.89437, "name": "Pantin", "geoid": 2988621}, "date-ut": "1922-09-30 16:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-491"}, "ids-in-sources": {"a5": "491"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "93", "COU": "F", "DAY": "30", "LAT": "48N55", "LON": "2E30", "MON": "9", "NUM": "491", "PRO": "A", "SEC": "0", "YEA": "1922", "CITY": "PANTIN"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-435"}, "ids-in-source": {"g55": "07-435"}}, "raw": {"DAY": "30-9-1922", "HOUR": "17 h.", "NAME": "LEMOINE Michel", "PLACE": "Pantin (Seine)."}, "date": "2023-08-20T14:49:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11979	mag-avril-marguerite-1899-03-09	{"a5": "510", "g55": "07-436"}	{"g55": "07-436", "lerrcp": "A5-510"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marguerite", "family": "Mag-Avril", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-03-09 10:00", "note": null, "place": {"c1": null, "c2": "13", "c3": null, "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "notime": null, "date-ut": "1899-03-09 09:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Marguerite", "family": "Mag-Avril"}, "birth": {"tzo": "+00:09:21", "date": "1899-03-09 10:00", "place": {"c2": "13", "cy": "FR", "lg": 5.38107, "lat": 43.29695, "name": "Marseille", "geoid": 2995469}, "date-ut": "1899-03-09 09:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-510"}, "ids-in-sources": {"a5": "510"}}, "raw": {"H": "9", "MN": "50", "TZ": "0", "COD": "13", "COU": "F", "DAY": "9", "LAT": "43N18", "LON": "5E22", "MON": "3", "NUM": "510", "PRO": "A", "SEC": "40", "YEA": "1899", "CITY": "MARSEILLE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-436"}, "ids-in-source": {"g55": "07-436"}}, "raw": {"DAY": "9-3-1899", "HOUR": "10 h.", "NAME": "MAG-AVRIL", "PLACE": "Marseille (Bouches-du-Rhône)."}, "date": "2023-08-20T14:49:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11983	mairesse-guy-1924-06-14	{"a5": "514", "g55": "07-438"}	{"g55": "07-438", "lerrcp": "A5-514"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Guy", "family": "Mairesse", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1924-06-14 02:30", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Saint-Maur-des-Fossés", "geoid": 0}, "notime": null, "date-ut": "1924-06-14 01:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Guy", "family": "Mairesse"}, "birth": {"tzo": "+01:00", "date": "1924-06-14 02:30", "place": {"c2": "94", "cy": "FR", "lg": 2.48333, "lat": 48.78333, "name": "Saint-Maur-les-Foss", "geoid": 0}, "date-ut": "1924-06-14 01:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-514"}, "ids-in-sources": {"a5": "514"}}, "raw": {"H": "1", "MN": "30", "TZ": "0", "COD": "94", "COU": "F", "DAY": "14", "LAT": "48N47", "LON": "2E29", "MON": "6", "NUM": "514", "PRO": "A", "SEC": "0", "YEA": "1924", "CITY": "ST-MAUR-LES-FOSS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Maur-des-Fossés"}}, "partial-ids": {"g55": "07-438"}, "ids-in-source": {"g55": "07-438"}}, "raw": {"DAY": "14-6-1924", "HOUR": "2 h. 30", "NAME": "MAIRESSE Guy Philippe", "PLACE": "Saint-Maur-des-Fossés (S.)."}, "date": "2023-08-20T14:49:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
11988	manuel-monique-1923-07-02	{"a5": "519", "g55": "07-440"}	{"g55": "07-440", "lerrcp": "A5-519"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Monique", "family": "Manuel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1923-07-02 16:00", "note": null, "place": {"c1": null, "c2": "95", "c3": null, "cy": "FR", "lg": 2.4223, "lat": 49.11319, "name": "Luzarches", "geoid": 2996982}, "notime": null, "date-ut": "1923-07-02 15:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Monique", "family": "Manuel"}, "birth": {"tzo": "+01:00", "date": "1923-07-02 16:00", "place": {"c2": "95", "cy": "FR", "lg": 2.4223, "lat": 49.11319, "name": "Luzarches", "geoid": 2996982}, "date-ut": "1923-07-02 15:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-519"}, "ids-in-sources": {"a5": "519"}}, "raw": {"H": "15", "MN": "0", "TZ": "0", "COD": "95", "COU": "F", "DAY": "2", "LAT": "49N 0", "LON": "2E 0", "MON": "7", "NUM": "519", "PRO": "A", "SEC": "0", "YEA": "1923", "CITY": "LUZARCHES"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-440"}, "ids-in-source": {"g55": "07-440"}}, "raw": {"DAY": "2-7-1923", "HOUR": "16 h.", "NAME": "MANUEL Monique", "PLACE": "Luzarches (Seine-et-Oise)."}, "date": "2023-08-20T14:49:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12012	mercier-jacques-1930-11-26	{"a5": "544", "g55": "07-446"}	{"g55": "07-446", "lerrcp": "A5-544"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Mercier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1930-11-26 00:30", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1930-11-26 00:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Mercier"}, "birth": {"tzo": "+00:00", "date": "1930-11-26 00:30", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1930-11-26 00:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-544"}, "ids-in-sources": {"a5": "544"}}, "raw": {"H": "0", "MN": "30", "TZ": "0", "COD": "76", "COU": "F", "DAY": "26", "LAT": "49N26", "LON": "1E 5", "MON": "11", "NUM": "544", "PRO": "A", "SEC": "0", "YEA": "1930", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-446"}, "ids-in-source": {"g55": "07-446"}}, "raw": {"DAY": "26-11-1930", "HOUR": "0 h. 30", "NAME": "MERCIER Jacques", "PLACE": "Rouen (Seine-Inférieure)."}, "date": "2023-08-20T14:49:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12024	monceau-eliane-1926-01-26	{"a5": "556", "g55": "07-448"}	{"g55": "07-448", "lerrcp": "A5-556"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Eliane", "family": "Monceau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1926-01-26 15:30", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 46.3, "name": "Montceau-les-Mines", "geoid": 0}, "notime": null, "date-ut": "1926-01-26 15:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Eliane", "family": "Monceau"}, "birth": {"tzo": "+00:00", "date": "1926-01-26 15:30", "place": {"c2": "71", "cy": "FR", "lg": 4.83333, "lat": 46.3, "name": "Montceau-les-Mi", "geoid": 0}, "date-ut": "1926-01-26 15:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-556"}, "ids-in-sources": {"a5": "556"}}, "raw": {"H": "15", "MN": "30", "TZ": "0", "COD": "71", "COU": "F", "DAY": "26", "LAT": "46N18", "LON": "4E50", "MON": "1", "NUM": "556", "PRO": "A", "SEC": "0", "YEA": "1926", "CITY": "MONTCEAU-LES-MI"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Montceau-les-Mines"}}, "partial-ids": {"g55": "07-448"}, "ids-in-source": {"g55": "07-448"}}, "raw": {"DAY": "26-1-1926", "HOUR": "15 h. 30", "NAME": "MONCEAU Eliane", "PLACE": "Montceau-les-Mines (S.-et-L.)."}, "date": "2023-08-20T14:49:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12035	morel-genevieve-1916-03-19	{"a5": "567", "g55": "07-450"}	{"g55": "07-450", "lerrcp": "A5-567"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Genevieve", "family": "Morel", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1916-03-19 02:30", "note": null, "place": {"c1": null, "c2": "27", "c3": null, "cy": "FR", "lg": 1.41168, "lat": 49.24557, "name": "Les Andelys", "geoid": 3002172}, "notime": null, "date-ut": "1916-03-19 02:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Genevieve", "family": "Morel"}, "birth": {"tzo": "+00:00", "date": "1916-03-19 02:30", "place": {"c2": "27", "cy": "FR", "lg": 1.41168, "lat": 49.24557, "name": "Les Andelys", "geoid": 3002172}, "date-ut": "1916-03-19 02:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-567"}, "ids-in-sources": {"a5": "567"}}, "raw": {"H": "2", "MN": "30", "TZ": "0", "COD": "27", "COU": "F", "DAY": "19", "LAT": "49N 1", "LON": "1E11", "MON": "3", "NUM": "567", "PRO": "A", "SEC": "0", "YEA": "1916", "CITY": "LES ANDELYS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-450"}, "ids-in-source": {"g55": "07-450"}}, "raw": {"DAY": "19-3-1916", "HOUR": "2 h. 30", "NAME": "MOREL Genevieve", "PLACE": "Les Andelys (Eure)."}, "date": "2023-08-20T14:49:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12046	murray-henri-1907-01-30	{"a5": "578", "g55": "07-455"}	{"g55": "07-455", "lerrcp": "A5-578"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Henri", "family": "Murray", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1907-01-30 22:30", "note": null, "place": {"c1": null, "c2": "60", "c3": null, "cy": "FR", "lg": 2.82606, "lat": 49.41794, "name": "Compiègne", "geoid": 3024066}, "notime": null, "date-ut": "1907-01-30 22:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Henri", "family": "Murray"}, "birth": {"tzo": "+00:09:21", "date": "1907-01-30 22:30", "place": {"c2": "60", "cy": "FR", "lg": 2.82606, "lat": 49.41794, "name": "Compiègne", "geoid": 3024066}, "date-ut": "1907-01-30 22:20:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-578"}, "ids-in-sources": {"a5": "578"}}, "raw": {"H": "22", "MN": "20", "TZ": "0", "COD": "60", "COU": "F", "DAY": "30", "LAT": "49N26", "LON": "2E 5", "MON": "1", "NUM": "578", "PRO": "A", "SEC": "40", "YEA": "1907", "CITY": "COMPIEGNE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-455"}, "ids-in-source": {"g55": "07-455"}}, "raw": {"DAY": "30-1-1907", "HOUR": "22 h. 30", "NAME": "MURRAY Henri", "PLACE": "Compiègne (Oise)."}, "date": "2023-08-20T14:49:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12049	nancey-michele-1934-07-10	{"a5": "581", "g55": "07-456"}	{"g55": "07-456", "lerrcp": "A5-581"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michele", "family": "Nancey", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1934-07-10 00:15", "note": null, "place": {"c1": null, "c2": "94", "c3": null, "cy": "FR", "lg": 2.38487, "lat": 48.81568, "name": "Ivry-sur-Seine", "geoid": 3012621}, "notime": null, "date-ut": "1934-07-09 23:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-581"}, "birth": {"tzo": "+01:00", "date": "1934-07-10 00:15", "place": {"c2": "94", "cy": "FR", "lg": 2.38487, "lat": 48.81568, "name": "Ivry-sur-Seine", "geoid": 3012621}, "date-ut": "1934-07-09 23:15"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-581"}, "ids-in-sources": {"a5": "581"}}, "raw": {"H": "23", "MN": "15", "TZ": "0", "COD": "94", "COU": "F", "DAY": "9", "LAT": "48N47", "LON": "2E29", "MON": "7", "NUM": "581", "PRO": "A", "SEC": "0", "YEA": "1934", "CITY": "IVRY-S/SEINE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"name": {"given": "Michele", "family": "Nancey", "nobility": ""}, "slug": "nancey-michele-1934-07-10", "partial-ids": {"g55": "07-456"}, "ids-in-source": {"g55": "07-456"}}, "raw": {"DAY": "10-7-1934", "HOUR": "0 h. 15", "NAME": "NANCEY Michele", "PLACE": "Ivry-sur-Seine (Seine)."}, "date": "2023-08-20T14:49:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12063	nussbaum-christiane-1930-04-16	{"a5": "595", "g55": "07-458"}	{"g55": "07-458", "lerrcp": "A5-595"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christiane", "family": "Nussbaum", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1930-04-16 00:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.01275, "lat": 43.55135, "name": "Cannes", "geoid": 3028808}, "notime": null, "date-ut": "1930-04-15 23:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-595"}, "birth": {"tzo": "+01:00", "date": "1930-04-16 00:00", "place": {"c2": "06", "cy": "FR", "lg": 7.01275, "lat": 43.55135, "name": "Cannes", "geoid": 3028808}, "date-ut": "1930-04-15 23:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-595"}, "ids-in-sources": {"a5": "595"}}, "raw": {"H": "23", "MN": "0", "TZ": "0", "COD": "06", "COU": "F", "DAY": "15", "LAT": "43N42", "LON": "7E16", "MON": "4", "NUM": "595", "PRO": "A", "SEC": "0", "YEA": "1930", "CITY": "CANNES"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"name": {"given": "Christiane", "family": "Nussbaum", "nobility": ""}, "slug": "nussbaum-christiane-1930-04-16", "partial-ids": {"g55": "07-458"}, "ids-in-source": {"g55": "07-458"}}, "raw": {"DAY": "16-4-1930", "HOUR": "0 h.", "NAME": "NUSSBAUM Christiane", "PLACE": "Cannes (Alpes-Maritimes)."}, "date": "2023-08-20T14:49:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12068	orbal-labro-1898-11-22	{"a5": "600", "g55": "07-459"}	{"g55": "07-459", "lerrcp": "A5-600"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Labro)", "family": "Orbal", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1898-11-22 15:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "notime": null, "date-ut": "1898-11-22 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Labro)", "family": "Orbal"}, "birth": {"tzo": "+00:09:21", "date": "1898-11-22 15:00", "place": {"c2": "34", "cy": "FR", "lg": 3.87635, "lat": 43.61093, "name": "Montpellier", "geoid": 2992166}, "date-ut": "1898-11-22 14:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-600"}, "ids-in-sources": {"a5": "600"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "34", "COU": "F", "DAY": "22", "LAT": "43N37", "LON": "3E53", "MON": "11", "NUM": "600", "PRO": "A", "SEC": "40", "YEA": "1898", "CITY": "MONTPELLIER"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-459"}, "ids-in-source": {"g55": "07-459"}}, "raw": {"DAY": "22-11-1898", "HOUR": "15 h.", "NAME": "ORBAL Gaston", "PLACE": "Montpellier (Hérault)."}, "date": "2023-08-20T14:49:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12079	patrix-georges-1920-05-25	{"a5": "611", "g55": "07-460"}	{"g55": "07-460", "lerrcp": "A5-611"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Patrix", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1920-05-25 04:00", "note": null, "place": {"c1": null, "c2": "50", "c3": null, "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Cherbourg", "geoid": 0}, "notime": null, "date-ut": "1920-05-25 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Patrix"}, "birth": {"tzo": "+01:00", "date": "1920-05-25 04:00", "place": {"c2": "50", "cy": "FR", "lg": -1.08333, "lat": 49.11667, "name": "Cherbourg", "geoid": 0}, "date-ut": "1920-05-25 03:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-611"}, "ids-in-sources": {"a5": "611"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "50", "COU": "F", "DAY": "25", "LAT": "49N 7", "LON": "1W 5", "MON": "5", "NUM": "611", "PRO": "A", "SEC": "0", "YEA": "1920", "CITY": "CHERBOURG"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Cherbourg"}}, "partial-ids": {"g55": "07-460"}, "ids-in-source": {"g55": "07-460"}}, "raw": {"DAY": "25-5-1920", "HOUR": "4 h.", "NAME": "PATRIX Georges", "PLACE": "Cherbourg (Manche)."}, "date": "2023-08-20T14:49:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12083	paulet-pierre-1921-02-14	{"a5": "615", "g55": "07-462"}	{"g55": "07-462", "lerrcp": "A5-615"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Paulet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1921-02-14 12:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -1.06815, "lat": 44.636, "name": "Gujan-Mestras", "geoid": 3014175}, "notime": null, "date-ut": "1921-02-14 12:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Paulet"}, "birth": {"tzo": "+00:00", "date": "1921-02-14 12:00", "place": {"c2": "33", "cy": "FR", "lg": -1.06815, "lat": 44.636, "name": "Gujan-Mestras", "geoid": 3014175}, "date-ut": "1921-02-14 12:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-615"}, "ids-in-sources": {"a5": "615"}}, "raw": {"H": "12", "MN": "0", "TZ": "0", "COD": "33", "COU": "F", "DAY": "14", "LAT": "44N50", "LON": "0W34", "MON": "2", "NUM": "615", "PRO": "A", "SEC": "0", "YEA": "1921", "CITY": "GUJAN-MESTRAS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-462"}, "ids-in-source": {"g55": "07-462"}}, "raw": {"DAY": "14-2-1921", "HOUR": "12 h.", "NAME": "PAULET Pierre", "PLACE": "Gujan-Mesiras (Gironde)."}, "date": "2023-08-20T14:49:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12092	petavin-jean-1904-02-26	{"a5": "624", "g55": "07-463"}	{"g55": "07-463", "lerrcp": "A5-624"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Petavin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1904-02-26 05:00", "note": null, "place": {"c1": null, "c2": "30", "c3": null, "cy": "FR", "lg": 4.64417, "lat": 43.80806, "name": "Beaucaire", "geoid": 3034382}, "notime": null, "date-ut": "1904-02-26 04:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Petavin"}, "birth": {"tzo": "+00:09:21", "date": "1904-02-26 05:00", "place": {"c2": "30", "cy": "FR", "lg": 4.64417, "lat": 43.80806, "name": "Beaucaire", "geoid": 3034382}, "date-ut": "1904-02-26 04:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-624"}, "ids-in-sources": {"a5": "624"}}, "raw": {"H": "4", "MN": "50", "TZ": "0", "COD": "30", "COU": "F", "DAY": "26", "LAT": "43N51", "LON": "4E21", "MON": "2", "NUM": "624", "PRO": "A", "SEC": "40", "YEA": "1904", "CITY": "BEAUCAIRE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-463"}, "ids-in-source": {"g55": "07-463"}}, "raw": {"DAY": "26-2-1904", "HOUR": "5 h.", "NAME": "PETAVIN Jean", "PLACE": "Beaucaire (Gard)."}, "date": "2023-08-20T14:49:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12101	plessis-jacqueline-1918-11-09	{"a5": "633", "g55": "07-464"}	{"g55": "07-464", "lerrcp": "A5-633"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacqueline", "family": "Plessis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1918-11-09 00:45", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1918-11-09 00:45"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jacqueline", "family": "Plessis"}, "birth": {"tzo": "+00:00", "date": "1918-11-09 00:45", "place": {"c2": "76", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1918-11-09 00:45"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-633"}, "ids-in-sources": {"a5": "633"}}, "raw": {"H": "0", "MN": "45", "TZ": "0", "COD": "76", "COU": "F", "DAY": "9", "LAT": "49N26", "LON": "1E 5", "MON": "11", "NUM": "633", "PRO": "A", "SEC": "0", "YEA": "1918", "CITY": "LE HAVRE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-464"}, "ids-in-source": {"g55": "07-464"}}, "raw": {"DAY": "9-11-1918", "HOUR": "0 h. 45", "NAME": "PLESSIS Jacqueline", "PLACE": "Le Havre (Seine-Inférieure)."}, "date": "2023-08-20T14:49:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12109	precheur-denise-1917-02-12	{"a5": "641", "g55": "07-466"}	{"g55": "07-466", "lerrcp": "A5-641"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Denise", "family": "Precheur", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1917-02-12 11:00", "note": null, "place": {"c1": null, "c2": "93", "c3": null, "cy": "FR", "lg": 2.40935, "lat": 48.89437, "name": "Pantin", "geoid": 2988621}, "notime": null, "date-ut": "1917-02-12 11:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-641"}, "birth": {"tzo": "+00:00", "date": "1917-02-12 11:00", "place": {"c2": "93", "cy": "FR", "lg": 2.40935, "lat": 48.89437, "name": "Pantin", "geoid": 2988621}, "date-ut": "1917-02-12 11:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-641"}, "ids-in-sources": {"a5": "641"}}, "raw": {"H": "11", "MN": "0", "TZ": "0", "COD": "93", "COU": "F", "DAY": "12", "LAT": "48N55", "LON": "2E30", "MON": "2", "NUM": "641", "PRO": "A", "SEC": "0", "YEA": "1917", "CITY": "PANTIN"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"name": {"given": "Denise", "family": "Precheur", "nobility": ""}, "slug": "precheur-denise-1917-02-12", "partial-ids": {"g55": "07-466"}, "ids-in-source": {"g55": "07-466"}}, "raw": {"DAY": "12-2-1917", "HOUR": "11 h.", "NAME": "PRECHEUR Denise", "PLACE": "Pantin (Seine)."}, "date": "2023-08-20T14:49:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12120	raymondys-gaultier-1911-08-13	{"a5": "652", "g55": "07-470"}	{"g55": "07-470", "lerrcp": "A5-652"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Gaultier)", "family": "Raymondys", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-08-13 09:00", "note": null, "place": {"c1": null, "c2": "35", "c3": null, "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Tours", "geoid": 0}, "notime": null, "date-ut": "1911-08-13 09:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Gaultier)", "family": "Raymondys"}, "birth": {"tzo": "+00:00", "date": "1911-08-13 09:00", "place": {"c2": "35", "cy": "FR", "lg": -1.66667, "lat": 48.11667, "name": "Tours", "geoid": 0}, "date-ut": "1911-08-13 09:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-652"}, "ids-in-sources": {"a5": "652"}}, "raw": {"H": "9", "MN": "0", "TZ": "0", "COD": "35", "COU": "F", "DAY": "13", "LAT": "48N 7", "LON": "1W40", "MON": "8", "NUM": "652", "PRO": "A", "SEC": "0", "YEA": "1911", "CITY": "TOURS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Tours"}}, "partial-ids": {"g55": "07-470"}, "ids-in-source": {"g55": "07-470"}}, "raw": {"DAY": "13-8-1911", "HOUR": "9 h.", "NAME": "RAYMONDYS", "PLACE": "Tours (Indre-et-Loire)."}, "date": "2023-08-20T14:49:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12126	remy-albert-1915-04-09	{"a5": "658", "g55": "07-471"}	{"g55": "07-471", "lerrcp": "A5-658"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Remy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-04-09 16:00", "note": null, "place": {"c1": null, "c2": "92", "c3": null, "cy": "FR", "lg": 2.21757, "lat": 48.82292, "name": "Sèvres", "geoid": 2974678}, "notime": null, "date-ut": "1915-04-09 16:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Remy"}, "birth": {"tzo": "+00:00", "date": "1915-04-09 16:00", "place": {"c2": "92", "cy": "FR", "lg": 2.21757, "lat": 48.82292, "name": "Sèvres", "geoid": 2974678}, "date-ut": "1915-04-09 16:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-658"}, "ids-in-sources": {"a5": "658"}}, "raw": {"H": "16", "MN": "0", "TZ": "0", "COD": "92", "COU": "F", "DAY": "9", "LAT": "48N50", "LON": "2E11", "MON": "4", "NUM": "658", "PRO": "A", "SEC": "0", "YEA": "1915", "CITY": "SEVRES"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-471"}, "ids-in-source": {"g55": "07-471"}}, "raw": {"DAY": "9-4-1915", "HOUR": "16 h.", "NAME": "REMY Albert", "PLACE": "Sèvres (Seine-et-Oise)."}, "date": "2023-08-20T14:49:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12134	richard-francois-1910-05-27	{"a5": "666", "g55": "07-472"}	{"g55": "07-472", "lerrcp": "A5-666"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "François", "family": "Richard", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1910-05-27 08:00", "note": null, "place": {"c1": null, "c2": "33", "c3": null, "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Villenave-d’Ornon", "geoid": 0}, "notime": null, "date-ut": "1910-05-27 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "François", "family": "Richard"}, "birth": {"tzo": "+00:09:21", "date": "1910-05-27 08:00", "place": {"c2": "33", "cy": "FR", "lg": -0.56667, "lat": 44.83333, "name": "Villenave-D Orn", "geoid": 0}, "date-ut": "1910-05-27 07:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-666"}, "ids-in-sources": {"a5": "666"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "33", "COU": "F", "DAY": "27", "LAT": "44N50", "LON": "0W34", "MON": "5", "NUM": "666", "PRO": "A", "SEC": "40", "YEA": "1910", "CITY": "VILLENAVE-D ORN"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Villenave-d’Ornon"}}, "partial-ids": {"g55": "07-472"}, "ids-in-source": {"g55": "07-472"}}, "raw": {"DAY": "27-5-1910", "HOUR": "8 h.", "NAME": "RICHARD Francois", "PLACE": "Villenave-d’Ornon (Gironde)."}, "date": "2023-08-20T14:49:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12141	robain-jean-1913-12-08	{"a5": "673", "g55": "07-476"}	{"g55": "07-476", "lerrcp": "A5-673"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Robain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1913-12-08 10:00", "note": null, "place": {"c1": null, "c2": "86", "c3": null, "cy": "FR", "lg": 0.30554, "lat": 46.57726, "name": "Biard", "geoid": 3032802}, "notime": null, "date-ut": "1913-12-08 10:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Robain"}, "birth": {"tzo": "+00:00", "date": "1913-12-08 10:00", "place": {"c2": "86", "cy": "FR", "lg": 0.30554, "lat": 46.57726, "name": "Biard", "geoid": 3032802}, "date-ut": "1913-12-08 10:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-673"}, "ids-in-sources": {"a5": "673"}}, "raw": {"H": "10", "MN": "0", "TZ": "0", "COD": "86", "COU": "F", "DAY": "8", "LAT": "46N35", "LON": "0E20", "MON": "12", "NUM": "673", "PRO": "A", "SEC": "0", "YEA": "1913", "CITY": "BIARD"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-476"}, "ids-in-source": {"g55": "07-476"}}, "raw": {"DAY": "8-12-1913", "HOUR": "10 h.", "NAME": "ROBAIN Jean-Marie", "PLACE": "Biard (Vienne)."}, "date": "2023-08-20T14:49:09+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12149	rogers-saturnin-1908-06-03	{"a5": "681", "g55": "07-477"}	{"g55": "07-477", "lerrcp": "A5-681"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Saturnin)", "family": "Rogers", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1908-06-03 13:00", "note": null, "place": {"c1": null, "c2": "49", "c3": null, "cy": "FR", "lg": -0.53333, "lat": 47.46667, "name": "Tours", "geoid": 0}, "notime": null, "date-ut": "1908-06-03 12:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Saturnin)", "family": "Rogers"}, "birth": {"tzo": "+00:09:21", "date": "1908-06-03 13:00", "place": {"c2": "49", "cy": "FR", "lg": -0.53333, "lat": 47.46667, "name": "Tours", "geoid": 0}, "date-ut": "1908-06-03 12:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-681"}, "ids-in-sources": {"a5": "681"}}, "raw": {"H": "12", "MN": "50", "TZ": "0", "COD": "49", "COU": "F", "DAY": "3", "LAT": "47N28", "LON": "0W32", "MON": "6", "NUM": "681", "PRO": "A", "SEC": "40", "YEA": "1908", "CITY": "TOURS"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Tours"}}, "partial-ids": {"g55": "07-477"}, "ids-in-source": {"g55": "07-477"}}, "raw": {"DAY": "3-6-1908", "HOUR": "13 h.", "NAME": "ROGERS", "PLACE": "Tours (Indre-et-Loire)."}, "date": "2023-08-20T14:49:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12154	rollis-vasseux-1921-03-14	{"a5": "686", "g55": "07-479"}	{"g55": "07-479", "lerrcp": "A5-686"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "(Vasseux)", "family": "Rollis", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1921-03-14 09:30", "note": null, "place": {"c1": null, "c2": "88", "c3": null, "cy": "FR", "lg": 6.45304, "lat": 48.18324, "name": "Épinal", "geoid": 3020035}, "notime": null, "date-ut": "1921-03-14 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "(Vasseux)", "family": "Rollis"}, "birth": {"tzo": "+00:00", "date": "1921-03-14 09:30", "place": {"c2": "88", "cy": "FR", "lg": 6.45304, "lat": 48.18324, "name": "Épinal", "geoid": 3020035}, "date-ut": "1921-03-14 09:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-686"}, "ids-in-sources": {"a5": "686"}}, "raw": {"H": "9", "MN": "30", "TZ": "0", "COD": "88", "COU": "F", "DAY": "14", "LAT": "48N10", "LON": "6E28", "MON": "3", "NUM": "686", "PRO": "A", "SEC": "0", "YEA": "1921", "CITY": "EPINAL"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-479"}, "ids-in-source": {"g55": "07-479"}}, "raw": {"DAY": "14-3-1921", "HOUR": "9 h. 30", "NAME": "ROLLIS Robert", "PLACE": "Epinal (Vosges)."}, "date": "2023-08-20T14:49:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12160	rousseau-edouard-1900-01-07	{"a5": "692", "g55": "07-480"}	{"g55": "07-480", "lerrcp": "A5-692"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Rousseau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1900-01-07 23:00", "note": null, "place": {"c1": null, "c2": "08", "c3": null, "cy": "FR", "lg": 4.82939, "lat": 49.73326, "name": "Vivier-au-Court", "geoid": 2967823}, "notime": null, "date-ut": "1900-01-07 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Rousseau"}, "birth": {"tzo": "+00:09:21", "date": "1900-01-07 23:00", "place": {"c2": "08", "cy": "FR", "lg": 4.82939, "lat": 49.73326, "name": "Vivier-au-Court", "geoid": 2967823}, "date-ut": "1900-01-07 22:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-692"}, "ids-in-sources": {"a5": "692"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "08", "COU": "F", "DAY": "7", "LAT": "49N46", "LON": "4E44", "MON": "1", "NUM": "692", "PRO": "A", "SEC": "40", "YEA": "1900", "CITY": "VIVIER-AU-COURT"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-480"}, "ids-in-source": {"g55": "07-480"}}, "raw": {"DAY": "7-1-1900", "HOUR": "23 h.", "NAME": "ROUSSEAU Edouard", "PLACE": "Vivier-au-Court (Ardennes)."}, "date": "2023-08-20T14:49:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12164	roxa-lina-1902-09-24	{"a5": "696", "g55": "07-482"}	{"g55": "07-482", "lerrcp": "A5-696"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Lina", "family": "Roxa", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1902-09-24 19:00", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.14521, "lat": 48.95264, "name": "Maisons-Laffitte", "geoid": 2996564}, "notime": null, "date-ut": "1902-09-24 18:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Lina", "family": "Roxa"}, "birth": {"tzo": "+00:09:21", "date": "1902-09-24 19:00", "place": {"c2": "78", "cy": "FR", "lg": 2.14521, "lat": 48.95264, "name": "Maisons-Laffitte", "geoid": 2996564}, "date-ut": "1902-09-24 18:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-696"}, "ids-in-sources": {"a5": "696"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "78", "COU": "F", "DAY": "24", "LAT": "48N50", "LON": "2E 8", "MON": "9", "NUM": "696", "PRO": "A", "SEC": "40", "YEA": "1902", "CITY": "MAISONS-LAFFITTE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-482"}, "ids-in-source": {"g55": "07-482"}}, "raw": {"DAY": "24-9-1902", "HOUR": "19 h.", "NAME": "ROXA Lina", "PLACE": "Maisons-Laffitte (Seine-et-Oise)."}, "date": "2023-08-20T14:49:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12172	sardou-fernand-1910-09-18	{"a5": "704", "g55": "07-485"}	{"g55": "07-485", "lerrcp": "A5-704"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Fernand", "family": "Sardou", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1910-09-18 23:00", "note": null, "place": {"c1": null, "c2": "84", "c3": null, "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "notime": null, "date-ut": "1910-09-18 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Fernand", "family": "Sardou"}, "birth": {"tzo": "+00:09:21", "date": "1910-09-18 23:00", "place": {"c2": "84", "cy": "FR", "lg": 4.80892, "lat": 43.94834, "name": "Avignon", "geoid": 3035681}, "date-ut": "1910-09-18 22:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-704"}, "ids-in-sources": {"a5": "704"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "84", "COU": "F", "DAY": "18", "LAT": "43N57", "LON": "4E50", "MON": "9", "NUM": "704", "PRO": "A", "SEC": "40", "YEA": "1910", "CITY": "AVIGNON"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-485"}, "ids-in-source": {"g55": "07-485"}}, "raw": {"DAY": "18-9-1910", "HOUR": "23 h.", "NAME": "SARDOU Fernand", "PLACE": "Avignon (Vaucluse)."}, "date": "2023-08-20T14:49:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12192	talchi-vera-1934-08-17	{"a5": "724", "g55": "07-486"}	{"g55": "07-486", "lerrcp": "A5-724"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vera", "family": "Talchi", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1934-08-17 14:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1934-08-17 13:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Vera", "family": "Talchi"}, "birth": {"tzo": "+01:00", "date": "1934-08-17 14:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1934-08-17 13:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-724"}, "ids-in-sources": {"a5": "724"}}, "raw": {"H": "13", "MN": "0", "TZ": "0", "COD": "06", "COU": "F", "DAY": "17", "LAT": "43N42", "LON": "7E16", "MON": "8", "NUM": "724", "PRO": "A", "SEC": "0", "YEA": "1934", "CITY": "NICE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-486"}, "ids-in-source": {"g55": "07-486"}}, "raw": {"DAY": "17-8-1934", "HOUR": "14 h.", "NAME": "TALCHI Véra", "PLACE": "Nice (Alpes-Maritimes)."}, "date": "2023-08-20T14:49:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12206	torrens-jacques-1923-07-25	{"a5": "738", "g55": "07-488"}	{"g55": "07-488", "lerrcp": "A5-738"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Torrens", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1923-07-25 20:25", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.19169, "lat": 48.9482, "name": "Sartrouville", "geoid": 2975921}, "notime": null, "date-ut": "1923-07-25 19:25"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-738"}, "birth": {"tzo": "+01:00", "date": "1923-07-25 20:25", "place": {"c2": "78", "cy": "FR", "lg": 2.19169, "lat": 48.9482, "name": "Sartrouville", "geoid": 2975921}, "date-ut": "1923-07-25 19:25"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-738"}, "ids-in-sources": {"a5": "738"}}, "raw": {"H": "19", "MN": "25", "TZ": "0", "COD": "78", "COU": "F", "DAY": "25", "LAT": "48N50", "LON": "2E 8", "MON": "7", "NUM": "738", "PRO": "A", "SEC": "0", "YEA": "1923", "CITY": "SARTROUVILLE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"name": {"given": "Jacques", "family": "Torrens", "nobility": ""}, "slug": "torrens-jacques-1923-07-25", "partial-ids": {"g55": "07-488"}, "ids-in-source": {"g55": "07-488"}}, "raw": {"DAY": "25-7-1923", "HOUR": "20 h. 25", "NAME": "TORRENS Jacques", "PLACE": "Sartrouville (Seine-et-Oise)."}, "date": "2023-08-20T14:49:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12211	vadet-michel-1918-07-01	{"a5": "743", "g55": "07-489"}	{"g55": "07-489", "lerrcp": "A5-743"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Michel", "family": "Vadet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1918-07-01 05:30", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "notime": null, "date-ut": "1918-07-01 04:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Michel", "family": "Vadet"}, "birth": {"tzo": "+01:00", "date": "1918-07-01 05:30", "place": {"c2": "76", "cy": "FR", "lg": 1.09932, "lat": 49.44313, "name": "Rouen", "geoid": 2982652}, "date-ut": "1918-07-01 04:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-743"}, "ids-in-sources": {"a5": "743"}}, "raw": {"H": "4", "MN": "30", "TZ": "0", "COD": "76", "COU": "F", "DAY": "1", "LAT": "49N26", "LON": "1E 5", "MON": "7", "NUM": "743", "PRO": "A", "SEC": "0", "YEA": "1918", "CITY": "ROUEN"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-489"}, "ids-in-source": {"g55": "07-489"}}, "raw": {"DAY": "1-7-1918", "HOUR": "5 h. 30", "NAME": "VADET Michel", "PLACE": "Rouen (Seine-Inférieure)."}, "date": "2023-08-20T14:49:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12214	valmain-frederic-1931-01-30	{"a5": "746", "g55": "07-490"}	{"g55": "07-490", "lerrcp": "A5-746"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Frédéric", "family": "Valmain", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "Alger", "geoid": 0}, "notime": null, "date-ut": "1931-01-30 23:30:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Frédéric", "family": "Valmain"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 3, "lat": 36.78333, "name": "ALGER", "geoid": 0}, "date-ut": "1931-01-30 23:30:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-746"}, "ids-in-sources": {"a5": "746"}}, "raw": {"H": "23", "MN": "30", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "30", "LAT": "36N47", "LON": "3E 0", "MON": "1", "NUM": "746", "PRO": "A", "SEC": "0", "YEA": "1931", "CITY": "ALGER"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Alger"}}, "partial-ids": {"g55": "07-490"}, "ids-in-source": {"g55": "07-490"}}, "raw": {"DAY": "30-1-1931", "HOUR": "23 h. 30", "NAME": "VALMAIN Frédéric", "PLACE": "Alger (Algérie)."}, "date": "2023-08-20T14:49:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12223	verdy-violette-1933-12-01	{"a5": "755", "g55": "07-492"}	{"g55": "07-492", "lerrcp": "A5-755"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Violette", "family": "Verdy", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1933-12-01 09:30", "note": null, "place": {"c1": null, "c2": "29", "c3": null, "cy": "FR", "lg": -4.22416, "lat": 47.8669, "name": "Pont-l'Abbé", "geoid": 2986158}, "notime": null, "date-ut": "1933-12-01 09:30"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Violette", "family": "Verdy"}, "birth": {"tzo": "+00:00", "date": "1933-12-01 09:30", "place": {"c2": "29", "cy": "FR", "lg": -4.22416, "lat": 47.8669, "name": "Pont-l'Abbé", "geoid": 2986158}, "date-ut": "1933-12-01 09:30"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-755"}, "ids-in-sources": {"a5": "755"}}, "raw": {"H": "9", "MN": "30", "TZ": "0", "COD": "29", "COU": "F", "DAY": "1", "LAT": "48N 0", "LON": "4W 6", "MON": "12", "NUM": "755", "PRO": "A", "SEC": "0", "YEA": "1933", "CITY": "PONT-L ABBE"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-492"}, "ids-in-source": {"g55": "07-492"}}, "raw": {"DAY": "1-12-1933", "HOUR": "9 h. 30", "NAME": "VERDY Violette", "PLACE": "Pont-l’Abbé (Finistère)."}, "date": "2023-08-20T14:49:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12225	vernillat-francette-1937-04-16	{"a5": "757", "g55": "07-493"}	{"g55": "07-493", "lerrcp": "A5-757"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Francette", "family": "Vernillat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1937-04-16 23:00", "note": null, "place": {"c1": null, "c2": "67", "c3": null, "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "notime": null, "date-ut": "1937-04-16 22:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Francette", "family": "Vernillat"}, "birth": {"tzo": "+01:00", "date": "1937-04-16 23:00", "place": {"c2": "67", "cy": "FR", "lg": 7.74553, "lat": 48.58392, "name": "Strasbourg", "geoid": 2973783}, "date-ut": "1937-04-16 22:00"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-757"}, "ids-in-sources": {"a5": "757"}}, "raw": {"H": "22", "MN": "0", "TZ": "0", "COD": "67", "COU": "F", "DAY": "16", "LAT": "48N35", "LON": "7E45", "MON": "4", "NUM": "757", "PRO": "A", "SEC": "0", "YEA": "1937", "CITY": "STRASBOURG"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "07-493"}, "ids-in-source": {"g55": "07-493"}}, "raw": {"DAY": "16-4-1937", "HOUR": "23 h.", "NAME": "VERNILLAT Francette", "PLACE": "Strasbourg (Bas-Rhin)."}, "date": "2023-08-20T14:49:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12231	viddalin-robert-1903-03-05	{"a5": "763", "g55": "07-495"}	{"g55": "07-495", "lerrcp": "A5-763"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Robert", "family": "Viddalin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1903-03-05 09:30", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 45.78333, "name": "Saint-Amant-Tallende", "geoid": 0}, "notime": null, "date-ut": "1903-03-05 09:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "Robert", "family": "Viddalin"}, "birth": {"tzo": "+00:09:21", "date": "1903-03-05 09:30", "place": {"c2": "63", "cy": "FR", "lg": 3.08333, "lat": 45.78333, "name": "Saint-Amant-Tallen", "geoid": 0}, "date-ut": "1903-03-05 09:20:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-763"}, "ids-in-sources": {"a5": "763"}}, "raw": {"H": "9", "MN": "20", "TZ": "0", "COD": "63", "COU": "F", "DAY": "5", "LAT": "45N47", "LON": "3E 5", "MON": "3", "NUM": "763", "PRO": "A", "SEC": "40", "YEA": "1903", "CITY": "ST-AMANT-TALLEN"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Amant-Tallende"}}, "partial-ids": {"g55": "07-495"}, "ids-in-source": {"g55": "07-495"}}, "raw": {"DAY": "5-3-1903", "HOUR": "9 h. 30", "NAME": "VIDDALIN Jean-Marie", "PLACE": "Saint-Amant-Tallende (P.-D.)."}, "date": "2023-08-20T14:49:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12241	vital-geymond-1897-01-24	{"a5": "773", "g55": "07-498"}	{"g55": "07-498", "lerrcp": "A5-773"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Geymond", "family": "Vital", "spouse": [], "nobility": "", "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1897-01-24 20:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.67292, "lat": 45.11994, "name": "Claix", "geoid": 3024788}, "notime": null, "date-ut": "1897-01-24 19:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["actor"]	5	null	[{"new": {"name": {"given": "", "family": "Gauquelin-A5-773"}, "birth": {"tzo": "+00:09:21", "date": "1897-01-24 20:00", "place": {"c2": "38", "cy": "FR", "lg": 5.67292, "lat": 45.11994, "name": "Claix", "geoid": 3024788}, "date-ut": "1897-01-24 19:50:40"}, "occus": ["actor"], "trust": 5, "partial_ids": {"lerrcp": "A5-773"}, "ids-in-sources": {"a5": "773"}}, "raw": {"H": "19", "MN": "50", "TZ": "0", "COD": "38", "COU": "F", "DAY": "24", "LAT": "45N11", "LON": "5E43", "MON": "1", "NUM": "773", "PRO": "A", "SEC": "40", "YEA": "1897", "CITY": "CLAIX"}, "date": "2023-08-20T14:43:37+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"name": {"given": "Geymond", "family": "Vital", "nobility": ""}, "slug": "vital-geymond-1897-01-24", "partial-ids": {"g55": "07-498"}, "ids-in-source": {"g55": "07-498"}}, "raw": {"DAY": "24-1-1897", "HOUR": "20 h.", "NAME": "VITAL Geymond", "PLACE": "Claix (Isère)."}, "date": "2023-08-20T14:49:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 07-500-actors"}]	[]
12878	antier-paul-1905-05-20	{"a5": "1410", "g55": "08-1"}	{"g55": "08-1", "lerrcp": "A5-1410"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Antier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1905-05-20 12:00", "note": null, "place": {"c1": null, "c2": "43", "c3": null, "cy": "FR", "lg": 3.88333, "lat": 45.05, "name": "Le Puy", "geoid": 0}, "notime": null, "date-ut": "1905-05-20 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Antier"}, "birth": {"tzo": "+00:09:21", "date": "1905-05-20 12:00", "place": {"c2": "43", "cy": "FR", "lg": 3.88333, "lat": 45.05, "name": "Le Puy", "geoid": 0}, "date-ut": "1905-05-20 11:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1410"}, "ids-in-sources": {"a5": "1410"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "43", "COU": "F", "DAY": "20", "LAT": "45N 3", "LON": "3E53", "MON": "5", "NUM": "1410", "PRO": "PT", "SEC": "40", "YEA": "1905", "CITY": "LE PUY"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Le Puy"}}, "partial-ids": {"g55": "08-1"}, "ids-in-source": {"g55": "08-1"}}, "raw": {"DAY": "20-5-1905", "HOUR": "12 h.", "NAME": "ANTIER Paul", "PLACE": "Le Puy (Haute-Loire)."}, "date": "2023-08-20T14:49:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12880	aumeran-adolphe-1887-11-01	{"a5": "1412", "g55": "08-3"}	{"g55": "08-3", "lerrcp": "A5-1412"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Adolphe", "family": "Aumeran", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 7.75, "lat": 37, "name": "Philippeville", "geoid": 0}, "notime": null, "date-ut": "1887-11-01 05:29:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Adolphe", "family": "Aumeran"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 7.75, "lat": 37, "name": "BONE", "geoid": 0}, "date-ut": "1887-11-01 05:29:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1412"}, "ids-in-sources": {"a5": "1412"}}, "raw": {"H": "5", "MN": "29", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "1", "LAT": "37N 0", "LON": "7E45", "MON": "11", "NUM": "1412", "PRO": "PT", "SEC": "0", "YEA": "1887", "CITY": "BONE"}, "date": "2023-08-20T14:43:38+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Philippeville"}}, "partial-ids": {"g55": "08-3"}, "ids-in-source": {"g55": "08-3"}}, "raw": {"DAY": "1-11-1887", "HOUR": "6 h.", "NAME": "AUMERAN Adolphe", "PLACE": "Philippeville (Constantine)."}, "date": "2023-08-20T14:49:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12881	badie-vincent-1902-07-16	{"a5": "1413", "g55": "08-4"}	{"g55": "08-4", "lerrcp": "A5-1413"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Vincent", "family": "Badie", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1902-07-16 08:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "notime": null, "date-ut": "1902-07-16 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Vincent", "family": "Badie"}, "birth": {"tzo": "+00:09:21", "date": "1902-07-16 08:00", "place": {"c2": "34", "cy": "FR", "lg": 3.21402, "lat": 43.34122, "name": "Béziers", "geoid": 3032833}, "date-ut": "1902-07-16 07:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1413"}, "ids-in-sources": {"a5": "1413"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "34", "COU": "F", "DAY": "16", "LAT": "43N37", "LON": "3E53", "MON": "7", "NUM": "1413", "PRO": "PT", "SEC": "40", "YEA": "1902", "CITY": "BEZIERS"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-4"}, "ids-in-source": {"g55": "08-4"}}, "raw": {"DAY": "16-7-1902", "HOUR": "8 h.", "NAME": "BADIE Vincent", "PLACE": "Beziers (Hérault)."}, "date": "2023-08-20T14:49:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12883	bardoux-jacques-1874-05-27	{"a5": "1415", "g55": "08-6"}	{"g55": "08-6", "lerrcp": "A5-1415"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Bardoux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:08:32", "date": "1874-05-27 14:30", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "notime": null, "date-ut": "1874-05-27 14:21:28"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Bardoux"}, "birth": {"tzo": "+00:08:32", "date": "1874-05-27 14:30", "place": {"c2": "78", "cy": "FR", "lg": 2.13424, "lat": 48.80359, "name": "Versailles", "geoid": 2969679}, "date-ut": "1874-05-27 14:21:28"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1415"}, "ids-in-sources": {"a5": "1415"}}, "raw": {"H": "14", "MN": "21", "TZ": "0", "COD": "78", "COU": "F", "DAY": "27", "LAT": "48N50", "LON": "2E 8", "MON": "5", "NUM": "1415", "PRO": "PT", "SEC": "28", "YEA": "1874", "CITY": "VERSAILLES"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-6"}, "ids-in-source": {"g55": "08-6"}}, "raw": {"DAY": "27-5-1874", "HOUR": "14 h. 30", "NAME": "BARDOUX Jacques", "PLACE": "Versailles (Seine-et-Oise)."}, "date": "2023-08-20T14:49:10+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12885	bettencourt-andre-1919-04-21	{"a5": "1417", "g55": "08-8"}	{"g55": "08-8", "lerrcp": "A5-1417"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Bettencourt", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+01:00", "date": "1919-04-21 03:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 1.08333, "lat": 49.43333, "name": "Saint-Maurice d’Etelan", "geoid": 0}, "notime": null, "date-ut": "1919-04-21 02:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Bettencourt"}, "birth": {"tzo": "+01:00", "date": "1919-04-21 03:00", "place": {"c2": "76", "cy": "FR", "lg": 1.08333, "lat": 49.43333, "name": "Saint-Maurice-D Et", "geoid": 0}, "date-ut": "1919-04-21 02:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1417"}, "ids-in-sources": {"a5": "1417"}}, "raw": {"H": "2", "MN": "0", "TZ": "0", "COD": "76", "COU": "F", "DAY": "21", "LAT": "49N26", "LON": "1E 5", "MON": "4", "NUM": "1417", "PRO": "PT", "SEC": "0", "YEA": "1919", "CITY": "ST-MAURICE-D ET"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Saint-Maurice d’Etelan"}}, "partial-ids": {"g55": "08-8"}, "ids-in-source": {"g55": "08-8"}}, "raw": {"DAY": "21-4-1919", "HOUR": "3 h.", "NAME": "BETTENCOURT André", "PLACE": "Saint-Maurice d’Etelan (S.-Inf.)."}, "date": "2023-08-20T14:49:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12886	bidault-georges-1899-10-05	{"a5": "1418", "e1": "147", "g55": "08-9"}	{"g55": "08-9", "lerrcp": "A5-1418"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Bidault", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-10-05 15:00", "note": null, "place": {"c1": null, "c2": "03", "c3": null, "cy": "FR", "lg": 3.33243, "lat": 46.56459, "name": "Moulins", "geoid": 2991481}, "notime": null, "date-ut": "1899-10-05 14:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician", "military-personnel"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Bidault"}, "birth": {"tzo": "+00:09:21", "date": "1899-10-05 15:00", "place": {"c2": "03", "cy": "FR", "lg": 3.33243, "lat": 46.56459, "name": "Moulins", "geoid": 2991481}, "date-ut": "1899-10-05 14:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1418"}, "ids-in-sources": {"a5": "1418"}}, "raw": {"H": "14", "MN": "50", "TZ": "0", "COD": "03", "COU": "F", "DAY": "5", "LAT": "46N34", "LON": "3E20", "MON": "10", "NUM": "1418", "PRO": "PT", "SEC": "40", "YEA": "1899", "CITY": "MOULINS"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"occus": ["military-personnel"], "ids-in-sources": {"e1": "147"}}, "raw": {"H": "15:00", "COD": "03", "DAY": "05", "MON": "10", "NUM": "0147", "PRO": "MI", "YEA": "1899", "CITY": "Moulins", "NAME": "BIDAULT Georges", "NOTE": "L"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"partial-ids": {"g55": "08-9"}, "ids-in-source": {"g55": "08-9"}}, "raw": {"DAY": "5-10-1899", "HOUR": "15 h.", "NAME": "BIDAULT Georges", "PLACE": "Moulins (Allier)."}, "date": "2023-08-20T14:49:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12889	boisde-raymond-1899-08-15	{"a5": "1421", "g55": "08-11"}	{"g55": "08-11", "lerrcp": "A5-1421"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Raymond", "family": "Boisde", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1899-08-15 21:30", "note": null, "place": {"c1": null, "c2": "85", "c3": null, "cy": "FR", "lg": -1.05109, "lat": 46.68716, "name": "Chantonnay", "geoid": 3026823}, "notime": null, "date-ut": "1899-08-15 21:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Raymond", "family": "Boisde"}, "birth": {"tzo": "+00:09:21", "date": "1899-08-15 21:30", "place": {"c2": "85", "cy": "FR", "lg": -1.05109, "lat": 46.68716, "name": "Chantonnay", "geoid": 3026823}, "date-ut": "1899-08-15 21:20:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1421"}, "ids-in-sources": {"a5": "1421"}}, "raw": {"H": "21", "MN": "20", "TZ": "0", "COD": "85", "COU": "F", "DAY": "15", "LAT": "46N40", "LON": "1W25", "MON": "8", "NUM": "1421", "PRO": "PT", "SEC": "40", "YEA": "1899", "CITY": "CHANTONNAY"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-11"}, "ids-in-source": {"g55": "08-11"}}, "raw": {"DAY": "15-8-1899", "HOUR": "21 h. 30", "NAME": "BOISDE Raymond", "PLACE": "Chantonnay (Vendée)."}, "date": "2023-08-20T14:49:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12890	bonte-florimond-1890-01-22	{"a5": "1422", "g55": "08-13"}	{"g55": "08-13", "lerrcp": "A5-1422"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Florimond", "family": "Bonte", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:12:39", "date": "1890-01-22 15:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "notime": null, "date-ut": "1890-01-22 14:47:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Florimond", "family": "Bonte"}, "birth": {"tzo": "+00:12:39", "date": "1890-01-22 15:00", "place": {"c2": "59", "cy": "FR", "lg": 3.16117, "lat": 50.72391, "name": "Tourcoing", "geoid": 2972284}, "date-ut": "1890-01-22 14:47:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1422"}, "ids-in-sources": {"a5": "1422"}}, "raw": {"H": "14", "MN": "47", "TZ": "0", "COD": "59", "COU": "F", "DAY": "22", "LAT": "50N39", "LON": "3E 5", "MON": "1", "NUM": "1422", "PRO": "PT", "SEC": "40", "YEA": "1890", "CITY": "TOURCOING"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-13"}, "ids-in-source": {"g55": "08-13"}}, "raw": {"DAY": "22-1-1890", "HOUR": "15 h.", "NAME": "BONTE Florimond", "PLACE": "Tourcoing (Nord)."}, "date": "2023-08-20T14:49:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
17849	bouges-maunoury-maurice-1914-08-19	{"e1": "216", "g55": "08-14"}	{"g55": "08-14", "lerrcp": "E1-216"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Maurice", "family": "Bouges-Maunoury", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1914-08-19 04:00", "note": null, "place": {"c1": null, "c2": "28", "c3": "", "cy": "FR", "lg": 1.47383, "lat": 48.4295, "name": "Luisant", "geoid": 2997148}, "notime": null, "date-ut": "1914-08-19 04:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["military-personnel", "politician"]	5	null	[{"new": {"name": {"given": "Maurice", "family": "Bouges-Maunoury"}, "birth": {"tzo": "+00:00", "date": "1914-08-19 04:00", "place": {"c2": "28", "c3": "", "cy": "FR", "lg": 1.47383, "lat": 48.4295, "name": "Luisant", "geoid": 2997148}, "date-ut": "1914-08-19 04:00"}, "notes": [null], "occus": ["military-personnel"], "trust": 5, "sources": "e1", "ids-in-sources": {"e1": "216"}}, "raw": {"H": "04:00", "COD": "28", "DAY": "19", "MON": "08", "NUM": "0216", "PRO": "MI", "YEA": "1914", "CITY": "Luisant", "NAME": "BOUGES-MAUNOURY Maurice", "NOTE": "L"}, "date": "2023-08-20T14:44:06+02:00", "source": "e1", "command": "gauq E1 tmp2db"}, {"new": {"partial-ids": {"g55": "08-14"}, "ids-in-source": {"g55": "08-14"}}, "raw": {"DAY": "19-8-1914", "HOUR": "4 h.", "NAME": "BOURGES-MAUNOURY Maurice", "PLACE": "Luisant (Eure-et-L.)."}, "date": "2023-08-20T14:49:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[null]
12893	cachin-marcel-1869-09-20	{"a5": "1425", "g55": "08-16"}	{"g55": "08-16", "lerrcp": "A5-1425"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Marcel", "family": "Cachin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:12:11", "date": "1869-09-20 04:00", "note": null, "place": {"c1": null, "c2": "22", "c3": null, "cy": "FR", "lg": -3.0466, "lat": 48.77831, "name": "Paimpol", "geoid": 2988796}, "notime": null, "date-ut": "1869-09-20 04:11"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Marcel", "family": "Cachin"}, "birth": {"tzo": "-00:12:11", "date": "1869-09-20 04:00", "place": {"c2": "22", "cy": "FR", "lg": -3.0466, "lat": 48.77831, "name": "Paimpol", "geoid": 2988796}, "date-ut": "1869-09-20 04:11"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1425"}, "ids-in-sources": {"a5": "1425"}}, "raw": {"H": "4", "MN": "11", "TZ": "0", "COD": "22", "COU": "F", "DAY": "20", "LAT": "48N31", "LON": "2W45", "MON": "9", "NUM": "1425", "PRO": "PT", "SEC": "0", "YEA": "1869", "CITY": "PAIMPOL"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-16"}, "ids-in-source": {"g55": "08-16"}}, "raw": {"DAY": "20-9-1869", "HOUR": "4 h.", "NAME": "CACHIN Marcel", "PLACE": "Paimpol (Côtes-du-Nord)."}, "date": "2023-08-20T14:49:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12895	casanova-laurent-1906-10-09	{"a5": "1427", "g55": "08-18"}	{"g55": "08-18", "lerrcp": "A5-1427"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Laurent", "family": "Casanova", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "", "c3": null, "cy": "DZ", "lg": 7.75, "lat": 37, "name": "Souk-Ahras", "geoid": 0}, "notime": null, "date-ut": "1906-10-09 22:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Laurent", "family": "Casanova"}, "birth": {"place": {"c2": "", "cy": "DZ", "lg": 7.75, "lat": 37, "name": "BONE", "geoid": 0}, "date-ut": "1906-10-09 22:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1427"}, "ids-in-sources": {"a5": "1427"}}, "raw": {"H": "22", "MN": "50", "TZ": "0", "COD": "ALG", "COU": "F", "DAY": "9", "LAT": "37N 0", "LON": "7E45", "MON": "10", "NUM": "1427", "PRO": "PT", "SEC": "40", "YEA": "1906", "CITY": "BONE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Souk-Ahras"}}, "partial-ids": {"g55": "08-18"}, "ids-in-source": {"g55": "08-18"}}, "raw": {"DAY": "9-10-1906", "HOUR": "23 h.", "NAME": "CASANOVA Laurent", "PLACE": "Souk-Ahras (Algérie)."}, "date": "2023-08-20T14:49:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12897	chevigne-pierre-1909-06-16	{"a5": "1429", "g55": "08-19"}	{"g55": "08-19", "lerrcp": "A5-1429"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Chevigne", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1909-06-16 13:30", "note": null, "place": {"c1": null, "c2": "83", "c3": null, "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "notime": null, "date-ut": "1909-06-16 13:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Chevigne"}, "birth": {"tzo": "+00:09:21", "date": "1909-06-16 13:30", "place": {"c2": "83", "cy": "FR", "lg": 5.92836, "lat": 43.12442, "name": "Toulon", "geoid": 2972328}, "date-ut": "1909-06-16 13:20:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1429"}, "ids-in-sources": {"a5": "1429"}}, "raw": {"H": "13", "MN": "20", "TZ": "0", "COD": "83", "COU": "F", "DAY": "16", "LAT": "43N32", "LON": "6E28", "MON": "6", "NUM": "1429", "PRO": "PT", "SEC": "40", "YEA": "1909", "CITY": "TOULON"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-19"}, "ids-in-source": {"g55": "08-19"}}, "raw": {"DAY": "16-6-1909", "HOUR": "13 h. 30", "NAME": "CHEVIGNE (de) Pierre", "PLACE": "Toulon (Var)."}, "date": "2023-08-20T14:49:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12899	cogniot-georges-1901-12-15	{"a5": "1431", "g55": "08-21"}	{"g55": "08-21", "lerrcp": "A5-1431"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Georges", "family": "Cogniot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1901-12-15 16:00", "note": null, "place": {"c1": null, "c2": "70", "c3": null, "cy": "FR", "lg": 6.15, "lat": 47.61667, "name": "Montigny", "geoid": 0}, "notime": null, "date-ut": "1901-12-15 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Georges", "family": "Cogniot"}, "birth": {"tzo": "+00:09:21", "date": "1901-12-15 16:00", "place": {"c2": "70", "cy": "FR", "lg": 6.15, "lat": 47.61667, "name": "Montigny-les-Ch", "geoid": 0}, "date-ut": "1901-12-15 15:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1431"}, "ids-in-sources": {"a5": "1431"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "70", "COU": "F", "DAY": "15", "LAT": "47N37", "LON": "6E 9", "MON": "12", "NUM": "1431", "PRO": "PT", "SEC": "40", "YEA": "1901", "CITY": "MONTIGNY-LES-CH"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Montigny"}}, "partial-ids": {"g55": "08-21"}, "ids-in-source": {"g55": "08-21"}}, "raw": {"DAY": "15-12-1901", "HOUR": "16 h.", "NAME": "COGNIOT Georges", "PLACE": "Montigny (Haute-Saône)."}, "date": "2023-08-20T14:49:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
153	corniglion-molinier-edward-1898-01-23	{"a1": "153", "a5": "1432", "g55": "08-22", "3a_sports": "1113"}	{"g55": "08-22", "ertel": "ES-1113", "lerrcp": "A1-153"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edward", "family": "Corniglion-Molinier", "spouse": [], "official": {"given": null, "family": null}}	M	{"lmt": null, "tzo": "+00:09:21", "date": "1898-01-23 04:00", "note": null, "place": {"c1": null, "c2": "06", "c3": null, "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "notime": null, "date-ut": "1898-01-23 03:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["aircraft-pilot", "politician"]	5	null	[{"new": {"name": {"given": "Edward", "family": "Corniglion-Molinier"}, "birth": {"tzo": "+00:09:21", "date": "1898-01-23 04:00", "place": {"c2": "06", "cy": "FR", "lg": 7.26608, "lat": 43.70313, "name": "Nice", "geoid": 2990440}, "date-ut": "1898-01-23 03:50:40"}, "occus": ["aircraft-pilot"], "trust": 5, "partial_ids": {"lerrcp": "A1-153"}, "ids-in-sources": {"a1": "153"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "06", "COU": "F", "DAY": "23", "LAT": "43N42", "LON": "7E16", "MON": "1", "NUM": "153", "PRO": "C", "SEC": "40", "YEA": "1898", "CITY": "NICE"}, "date": "2023-08-20T14:43:06+02:00", "source": "a1", "command": "gauq A1 tmp2db"}, {"new": {"occus": ["politician"], "sources": "a5", "ids-in-sources": {"a5": "1432"}}, "raw": {"H": "3", "MN": "50", "TZ": "0", "COD": "06", "COU": "F", "DAY": "23", "LAT": "43N42", "LON": "7E16", "MON": "1", "NUM": "1432", "PRO": "PT", "SEC": "40", "YEA": "1898", "CITY": "NICE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"sex": "M", "birth": {"date": "1898-01-23 04:00"}, "partial-ids": {"ertel": "ES-1113"}}, "raw": {"L": "", "MF": "", "NR": "1113", "ENG": "", "MA_": "0", "G_NR": "153", "MA12": "12", "MARS": "34", "NAME": "Corniglion-Molinie", "PUBL": "P", "QUEL": "G:A01", "AUFAB": "0,600", "CSINR": "", "KURTZ": "", "PHAS_": "0,700", "STUND": "4,00", "CFEPNR": "", "EXTEND": "", "NATION": "FRA", "TAGMON": "23.01.", "ZITATE": "", "ZITSUM": "0", "INDGRUP": "I", "PARA_NR": "", "VORNAME": "Edward", "ZITRANG": "1", "GAUQ1955": "", "GEBDATUM": "23.01.1898", "GQBECORR": "", "NIENCORR": "", "NIENHUYS": "", "SPORTART": "AIRP", "CHRISNAME": "0", "ZITSUM_OD": "0"}, "date": "2023-08-20T14:45:04+02:00", "source": "3a_sports", "command": "ertel sport tmp2db"}, {"new": {"partial-ids": {"g55": "08-22"}, "ids-in-source": {"g55": "08-22"}}, "raw": {"DAY": "23-1-1898", "HOUR": "4 h.", "NAME": "CORNIGLION-MOLINIER Edward", "PLACE": "Nice (Alpes-Mar.)."}, "date": "2023-08-20T14:49:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12902	cot-pierre-1895-11-20	{"a5": "1435", "g55": "08-25"}	{"g55": "08-25", "lerrcp": "A5-1435"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Cot", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1895-11-20 19:00", "note": null, "place": {"c1": null, "c2": "38", "c3": null, "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "notime": null, "date-ut": "1895-11-20 18:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Cot"}, "birth": {"tzo": "+00:09:21", "date": "1895-11-20 19:00", "place": {"c2": "38", "cy": "FR", "lg": 5.71479, "lat": 45.17869, "name": "Grenoble", "geoid": 3014728}, "date-ut": "1895-11-20 18:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1435"}, "ids-in-sources": {"a5": "1435"}}, "raw": {"H": "18", "MN": "50", "TZ": "0", "COD": "38", "COU": "F", "DAY": "20", "LAT": "45N11", "LON": "5E43", "MON": "11", "NUM": "1435", "PRO": "PT", "SEC": "40", "YEA": "1895", "CITY": "GRENOBLE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-25"}, "ids-in-source": {"g55": "08-25"}}, "raw": {"DAY": "20-12-1895", "HOUR": "19 h.", "NAME": "COT Pierre", "PLACE": "Grenoble (Isere)."}, "date": "2023-08-20T14:49:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12903	courant-pierre-1897-09-12	{"a5": "1436", "g55": "08-26"}	{"g55": "08-26", "lerrcp": "A5-1436"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Courant", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1897-09-12 17:00", "note": null, "place": {"c1": null, "c2": "76", "c3": null, "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "notime": null, "date-ut": "1897-09-12 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Courant"}, "birth": {"tzo": "+00:09:21", "date": "1897-09-12 17:00", "place": {"c2": "76", "cy": "FR", "lg": 0.10767, "lat": 49.4938, "name": "Le Havre", "geoid": 3003796}, "date-ut": "1897-09-12 16:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1436"}, "ids-in-sources": {"a5": "1436"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "76", "COU": "F", "DAY": "12", "LAT": "49N26", "LON": "1E 5", "MON": "9", "NUM": "1436", "PRO": "PT", "SEC": "40", "YEA": "1897", "CITY": "LE HAVRE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-26"}, "ids-in-source": {"g55": "08-26"}}, "raw": {"DAY": "12-9-1897", "HOUR": "17 h.", "NAME": "COURANT Pierre", "PLACE": "Le Havre (Seine-Inférieure)."}, "date": "2023-08-20T14:49:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
20167	daladier-edouard-1884-06-18	{"e3": "416", "g55": "08-27"}	{"g55": "08-27", "lerrcp": "E3-416"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Daladier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:20", "date": "1884-06-18 11:00", "note": null, "place": {"c1": null, "c2": "84", "c3": "", "cy": "FR", "lg": 5.04813, "lat": 44.05507, "name": "Carpentras", "geoid": 3028542}, "notime": null, "date-ut": "1884-06-18 10:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Daladier"}, "birth": {"tzo": "+00:20", "date": "1884-06-18 11:00", "place": {"c2": "84", "c3": "", "cy": "FR", "lg": 5.04813, "lat": 44.05507, "name": "Carpentras", "geoid": 3028542}, "date-ut": "1884-06-18 10:40"}, "occus": ["politician"], "trust": 5, "sources": "e3", "ids-in-sources": {"e3": "416"}}, "raw": {"H": "11:00", "COD": "84", "DAY": "18", "MON": "06", "NUM": "0416", "PRO": "PO", "YEA": "1884", "CITY": "Carpentras", "NAME": "DALADIER Edouard", "NOTE": ""}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"partial-ids": {"g55": "08-27"}, "ids-in-source": {"g55": "08-27"}}, "raw": {"DAY": "18-6-1884", "HOUR": "5 h.", "NAME": "DALADIER Edouard", "PLACE": "Carpentras (Vaucluse)."}, "date": "2023-08-20T14:49:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12906	david-jean-1912-12-14	{"a5": "1439", "g55": "08-29"}	{"g55": "08-29", "lerrcp": "A5-1439"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "David", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1912-12-14 03:00", "note": null, "place": {"c1": null, "c2": "32", "c3": null, "cy": "FR", "lg": 0.30785, "lat": 43.42942, "name": "Miélan", "geoid": 2993947}, "notime": null, "date-ut": "1912-12-14 03:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "David"}, "birth": {"tzo": "+00:00", "date": "1912-12-14 03:00", "place": {"c2": "32", "cy": "FR", "lg": 0.30785, "lat": 43.42942, "name": "Miélan", "geoid": 2993947}, "date-ut": "1912-12-14 03:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1439"}, "ids-in-sources": {"a5": "1439"}}, "raw": {"H": "3", "MN": "0", "TZ": "0", "COD": "32", "COU": "F", "DAY": "14", "LAT": "43N40", "LON": "0E36", "MON": "12", "NUM": "1439", "PRO": "PT", "SEC": "0", "YEA": "1912", "CITY": "MIELAN"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-29"}, "ids-in-source": {"g55": "08-29"}}, "raw": {"DAY": "14-12-1912", "HOUR": "3 h.", "NAME": "DAVID Jean-Paul", "PLACE": "Miélan (Gers)."}, "date": "2023-08-20T14:49:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12907	defferre-gaston-1910-09-14	{"a5": "1440", "e3": "454", "g55": "08-30"}	{"g55": "08-30", "lerrcp": "A5-1440"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Gaston", "family": "Defferre", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1910-09-14 08:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 4.1767, "lat": 43.66478, "name": "Marsillargues", "geoid": 2995456}, "notime": null, "date-ut": "1910-09-14 07:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician", "journalist"]	5	null	[{"new": {"name": {"given": "Gaston", "family": "Defferre"}, "birth": {"tzo": "+00:09:21", "date": "1910-09-14 08:00", "place": {"c2": "34", "cy": "FR", "lg": 4.1767, "lat": 43.66478, "name": "Marsillargues", "geoid": 2995456}, "date-ut": "1910-09-14 07:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1440"}, "ids-in-sources": {"a5": "1440"}}, "raw": {"H": "7", "MN": "50", "TZ": "0", "COD": "34", "COU": "F", "DAY": "14", "LAT": "43N37", "LON": "3E53", "MON": "9", "NUM": "1440", "PRO": "PT", "SEC": "40", "YEA": "1910", "CITY": "MARSILLARGUES"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"occus": ["journalist"], "ids-in-sources": {"e3": "454"}}, "raw": {"H": "08:00", "COD": "34", "DAY": "14", "MON": "09", "NUM": "0454", "PRO": "JO", "YEA": "1910", "CITY": "Marsillargues", "NAME": "DEFFERRE Gaston", "NOTE": "*"}, "date": "2023-08-20T14:44:13+02:00", "source": "e3", "command": "gauq E3 tmp2db"}, {"new": {"partial-ids": {"g55": "08-30"}, "ids-in-source": {"g55": "08-30"}}, "raw": {"DAY": "14-9-1910", "HOUR": "8 h.", "NAME": "DEFFERRE Gaston", "PLACE": "Marsillarques (Hérault)."}, "date": "2023-08-20T14:49:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12908	dejean-rene-1915-02-04	{"a5": "1441", "g55": "08-31"}	{"g55": "08-31", "lerrcp": "A5-1441"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "René", "family": "Dejean", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1915-02-04 07:00", "note": null, "place": {"c1": null, "c2": "09", "c3": null, "cy": "FR", "lg": 1.14587, "lat": 42.98491, "name": "Saint-Girons", "geoid": 2979657}, "notime": null, "date-ut": "1915-02-04 07:00"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "René", "family": "Dejean"}, "birth": {"tzo": "+00:00", "date": "1915-02-04 07:00", "place": {"c2": "09", "cy": "FR", "lg": 1.14587, "lat": 42.98491, "name": "Saint-Girons", "geoid": 2979657}, "date-ut": "1915-02-04 07:00"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1441"}, "ids-in-sources": {"a5": "1441"}}, "raw": {"H": "7", "MN": "0", "TZ": "0", "COD": "09", "COU": "F", "DAY": "4", "LAT": "42N58", "LON": "1E35", "MON": "2", "NUM": "1441", "PRO": "PT", "SEC": "0", "YEA": "1915", "CITY": "ST GIRONS"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-31"}, "ids-in-source": {"g55": "08-31"}}, "raw": {"DAY": "4-2-1915", "HOUR": "7 h.", "NAME": "DEJEAN René", "PLACE": "Saint-Girons (Ariège)."}, "date": "2023-08-20T14:49:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12910	denais-joseph-1877-08-10	{"a5": "1443", "g55": "08-33"}	{"g55": "08-33", "lerrcp": "A5-1443"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Joseph", "family": "Denais", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "-00:07:46", "date": "1877-08-10 00:13:34", "note": null, "place": {"c1": null, "c2": "44", "c3": null, "cy": "FR", "lg": -1.94206, "lat": 47.36106, "name": "Savenay", "geoid": 2975597}, "notime": null, "date-ut": "1877-08-10 00:21:20"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Joseph", "family": "Denais"}, "birth": {"tzo": "-00:07:46", "date": "1877-08-10 00:13:34", "place": {"c2": "44", "cy": "FR", "lg": -1.94206, "lat": 47.36106, "name": "Savenay", "geoid": 2975597}, "date-ut": "1877-08-10 00:21:20"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1443"}, "ids-in-sources": {"a5": "1443"}}, "raw": {"H": "0", "MN": "21", "TZ": "0", "COD": "44", "COU": "F", "DAY": "10", "LAT": "47N13", "LON": "1W35", "MON": "8", "NUM": "1443", "PRO": "PT", "SEC": "20", "YEA": "1877", "CITY": "SAVENAY"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-33"}, "ids-in-source": {"g55": "08-33"}}, "raw": {"DAY": "10-8-1877", "HOUR": "0 h. 15", "NAME": "DENAIS Joseph", "PLACE": "Savenay (Loire-Inférieure)."}, "date": "2023-08-20T14:49:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12912	depreux-edouard-1898-10-31	{"a5": "1445", "g55": "08-35"}	{"g55": "08-35", "lerrcp": "A5-1445"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Edouard", "family": "Depreux", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1898-10-31 17:00", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.46236, "lat": 50.15345, "name": "Viesly", "geoid": 2969250}, "notime": null, "date-ut": "1898-10-31 16:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Edouard", "family": "Depreux"}, "birth": {"tzo": "+00:09:21", "date": "1898-10-31 17:00", "place": {"c2": "59", "cy": "FR", "lg": 3.46236, "lat": 50.15345, "name": "Viesly", "geoid": 2969250}, "date-ut": "1898-10-31 16:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1445"}, "ids-in-sources": {"a5": "1445"}}, "raw": {"H": "16", "MN": "50", "TZ": "0", "COD": "59", "COU": "F", "DAY": "31", "LAT": "50N39", "LON": "3E 5", "MON": "10", "NUM": "1445", "PRO": "PT", "SEC": "40", "YEA": "1898", "CITY": "VIESLY"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-35"}, "ids-in-source": {"g55": "08-35"}}, "raw": {"DAY": "31-10-1898", "HOUR": "17 h.", "NAME": "DEPREUX Edouard", "PLACE": "Viesly (Nord)."}, "date": "2023-08-20T14:49:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12913	devinat-paul-1890-01-02	{"a5": "1446", "g55": "08-36"}	{"g55": "08-36", "lerrcp": "A5-1446"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Paul", "family": "Devinat", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:19:19", "date": "1890-01-02 04:00", "note": null, "place": {"c1": null, "c2": "71", "c3": null, "cy": "FR", "lg": 4.82823, "lat": 46.31407, "name": "Mâcon", "geoid": 2996882}, "notime": null, "date-ut": "1890-01-02 03:40:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Paul", "family": "Devinat"}, "birth": {"tzo": "+00:19:19", "date": "1890-01-02 04:00", "place": {"c2": "71", "cy": "FR", "lg": 4.82823, "lat": 46.31407, "name": "Mâcon", "geoid": 2996882}, "date-ut": "1890-01-02 03:40:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1446"}, "ids-in-sources": {"a5": "1446"}}, "raw": {"H": "3", "MN": "40", "TZ": "0", "COD": "71", "COU": "F", "DAY": "2", "LAT": "46N18", "LON": "4E50", "MON": "1", "NUM": "1446", "PRO": "PT", "SEC": "40", "YEA": "1890", "CITY": "MACON"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-36"}, "ids-in-source": {"g55": "08-36"}}, "raw": {"DAY": "2-1-1890", "HOUR": "4 h.", "NAME": "DEVINAT Paul", "PLACE": "Macon (Saône-et-Loire)."}, "date": "2023-08-20T14:49:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12914	diethelm-andre-1896-07-03	{"a5": "1447", "g55": "08-37"}	{"g55": "08-37", "lerrcp": "A5-1447"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "André", "family": "Diethelm", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1896-07-03 12:30", "note": null, "place": {"c1": null, "c2": "01", "c3": null, "cy": "FR", "lg": 5.21667, "lat": 46.2, "name": "Bourg", "geoid": 0}, "notime": null, "date-ut": "1896-07-03 12:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "André", "family": "Diethelm"}, "birth": {"tzo": "+00:09:21", "date": "1896-07-03 12:30", "place": {"c2": "01", "cy": "FR", "lg": 5.21667, "lat": 46.2, "name": "Bourg", "geoid": 0}, "date-ut": "1896-07-03 12:20:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1447"}, "ids-in-sources": {"a5": "1447"}}, "raw": {"H": "12", "MN": "20", "TZ": "0", "COD": "01", "COU": "F", "DAY": "3", "LAT": "46N12", "LON": "5E13", "MON": "7", "NUM": "1447", "PRO": "PT", "SEC": "40", "YEA": "1896", "CITY": "BOURG"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Bourg"}}, "partial-ids": {"g55": "08-37"}, "ids-in-source": {"g55": "08-37"}}, "raw": {"DAY": "3-7-1896", "HOUR": "12 h. 30", "NAME": "DIETHELM André", "PLACE": "Bourg (Ain)."}, "date": "2023-08-20T14:49:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12917	dupraz-johannes-1907-07-03	{"a5": "1450", "g55": "08-39"}	{"g55": "08-39", "lerrcp": "A5-1450"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Johannes", "family": "Dupraz", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1907-07-03 22:30", "note": null, "place": {"c1": null, "c2": "69", "c3": null, "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Bois-d’Oingt", "geoid": 0}, "notime": null, "date-ut": "1907-07-03 22:20:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Johannes", "family": "Dupraz"}, "birth": {"tzo": "+00:09:21", "date": "1907-07-03 22:30", "place": {"c2": "69", "cy": "FR", "lg": 4.83333, "lat": 45.76667, "name": "Bois D Oingt", "geoid": 0}, "date-ut": "1907-07-03 22:20:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1450"}, "ids-in-sources": {"a5": "1450"}}, "raw": {"H": "22", "MN": "20", "TZ": "0", "COD": "69", "COU": "F", "DAY": "3", "LAT": "45N46", "LON": "4E50", "MON": "7", "NUM": "1450", "PRO": "PT", "SEC": "40", "YEA": "1907", "CITY": "BOIS D OINGT"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Bois-d’Oingt"}}, "partial-ids": {"g55": "08-39"}, "ids-in-source": {"g55": "08-39"}}, "raw": {"DAY": "3-7-1907", "HOUR": "22 h. 30", "NAME": "DUPRAZ Joannés", "PLACE": "Bois-d’Oingt (Rhône)."}, "date": "2023-08-20T14:49:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12918	duveau-roger-1907-08-05	{"a5": "1451", "g55": "08-40"}	{"g55": "08-40", "lerrcp": "A5-1451"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Roger", "family": "Duveau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1907-08-05 02:00", "note": null, "place": {"c1": null, "c2": "52", "c3": null, "cy": "FR", "lg": 5.13333, "lat": 48.11667, "name": "Hortes", "geoid": 0}, "notime": null, "date-ut": "1907-08-05 01:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Roger", "family": "Duveau"}, "birth": {"tzo": "+00:09:21", "date": "1907-08-05 02:00", "place": {"c2": "52", "cy": "FR", "lg": 5.13333, "lat": 48.11667, "name": "Hortes", "geoid": 0}, "date-ut": "1907-08-05 01:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1451"}, "ids-in-sources": {"a5": "1451"}}, "raw": {"H": "1", "MN": "50", "TZ": "0", "COD": "52", "COU": "F", "DAY": "5", "LAT": "48N 7", "LON": "5E 8", "MON": "8", "NUM": "1451", "PRO": "PT", "SEC": "40", "YEA": "1907", "CITY": "HORTES"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Hortes"}}, "partial-ids": {"g55": "08-40"}, "ids-in-source": {"g55": "08-40"}}, "raw": {"DAY": "5-8-1907", "HOUR": "2 h.", "NAME": "DUVEAU Roger", "PLACE": "Hortes (Haute-Marne)."}, "date": "2023-08-20T14:49:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12919	fajon-etienne-1906-09-11	{"a5": "1452", "g55": "08-41"}	{"g55": "08-41", "lerrcp": "A5-1452"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Etienne", "family": "Fajon", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1906-09-11 16:00", "note": null, "place": {"c1": null, "c2": "34", "c3": null, "cy": "FR", "lg": 3.47631, "lat": 43.67554, "name": "Jonquières", "geoid": 3012278}, "notime": null, "date-ut": "1906-09-11 15:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Etienne", "family": "Fajon"}, "birth": {"tzo": "+00:09:21", "date": "1906-09-11 16:00", "place": {"c2": "34", "cy": "FR", "lg": 3.47631, "lat": 43.67554, "name": "Jonquières", "geoid": 3012278}, "date-ut": "1906-09-11 15:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1452"}, "ids-in-sources": {"a5": "1452"}}, "raw": {"H": "15", "MN": "50", "TZ": "0", "COD": "34", "COU": "F", "DAY": "11", "LAT": "43N37", "LON": "3E53", "MON": "9", "NUM": "1452", "PRO": "PT", "SEC": "40", "YEA": "1906", "CITY": "JONQUIERES"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-41"}, "ids-in-source": {"g55": "08-41"}}, "raw": {"DAY": "11-9-1906", "HOUR": "16 h.", "NAME": "FAJON Etienne", "PLACE": "Jonquires (Hérault)."}, "date": "2023-08-20T14:49:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12922	flandin-jean-1909-08-31	{"a5": "1455", "g55": "08-43"}	{"g55": "08-43", "lerrcp": "A5-1455"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jean", "family": "Flandin", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1909-08-31 18:45", "note": null, "place": {"c1": null, "c2": "63", "c3": null, "cy": "FR", "lg": 3.08333, "lat": 45.78333, "name": "Clermont-Ferrand", "geoid": 0}, "notime": null, "date-ut": "1909-08-31 18:35:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jean", "family": "Flandin"}, "birth": {"tzo": "+00:09:21", "date": "1909-08-31 18:45", "place": {"c2": "63", "cy": "FR", "lg": 3.08333, "lat": 45.78333, "name": "Clermond-Ferrand", "geoid": 0}, "date-ut": "1909-08-31 18:35:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1455"}, "ids-in-sources": {"a5": "1455"}}, "raw": {"H": "18", "MN": "35", "TZ": "0", "COD": "63", "COU": "F", "DAY": "31", "LAT": "45N47", "LON": "3E 5", "MON": "8", "NUM": "1455", "PRO": "PT", "SEC": "40", "YEA": "1909", "CITY": "CLERMOND-FERRAND"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Clermont-Ferrand"}}, "partial-ids": {"g55": "08-43"}, "ids-in-source": {"g55": "08-43"}}, "raw": {"DAY": "31-8-1909", "HOUR": "18 h. 45", "NAME": "FLANDIN Jean Michel", "PLACE": "Clermont-Ferrand (P.-D.)."}, "date": "2023-08-20T14:49:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12923	fonlupt-esperaber-jacques-1886-04-30	{"a5": "1456", "g55": "08-44"}	{"g55": "08-44", "lerrcp": "A5-1456"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Jacques", "family": "Fonlupt-Esperaber", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": null, "date": null, "note": null, "place": {"c1": null, "c2": "68", "c3": null, "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "notime": null, "date-ut": "1886-04-30 16:30:36"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Jacques", "family": "Fonlupt-Esperaber"}, "birth": {"place": {"c2": "68", "cy": "FR", "lg": 7.32866, "lat": 47.75205, "name": "Mulhouse", "geoid": 2991214}, "date-ut": "1886-04-30 16:30:36"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1456"}, "ids-in-sources": {"a5": "1456"}}, "raw": {"H": "17", "MN": "30", "TZ": "-1", "COD": "68", "COU": "F", "DAY": "30", "LAT": "48N 5", "LON": "7E21", "MON": "4", "NUM": "1456", "PRO": "PT", "SEC": "36", "YEA": "1886", "CITY": "MULHOUSE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-44"}, "ids-in-source": {"g55": "08-44"}}, "raw": {"DAY": "30-4-1886", "HOUR": "17 h.", "NAME": "FONLUPT-ESPERABER Jacques", "PLACE": "Mulhouse (Ht-Rhin)."}, "date": "2023-08-20T14:49:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12924	fouchet-christian-1911-11-17	{"a5": "1457", "g55": "08-45"}	{"g55": "08-45", "lerrcp": "A5-1457"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Christian", "family": "Fouchet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:00", "date": "1911-11-17 01:15", "note": null, "place": {"c1": null, "c2": "78", "c3": null, "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "St-Germain-en-Laye", "geoid": 0}, "notime": null, "date-ut": "1911-11-17 01:15"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Christian", "family": "Fouchet"}, "birth": {"tzo": "+00:00", "date": "1911-11-17 01:15", "place": {"c2": "78", "cy": "FR", "lg": 2.13333, "lat": 48.83333, "name": "Saint-Germain-en-la", "geoid": 0}, "date-ut": "1911-11-17 01:15"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1457"}, "ids-in-sources": {"a5": "1457"}}, "raw": {"H": "1", "MN": "15", "TZ": "0", "COD": "78", "COU": "F", "DAY": "17", "LAT": "48N50", "LON": "2E 8", "MON": "11", "NUM": "1457", "PRO": "PT", "SEC": "0", "YEA": "1911", "CITY": "ST-GERMAIN-EN-LA"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "St-Germain-en-Laye"}}, "partial-ids": {"g55": "08-45"}, "ids-in-source": {"g55": "08-45"}}, "raw": {"DAY": "17-11-1911", "HOUR": "1 h. 15", "NAME": "FOUCHET Christian", "PLACE": "St-Germain-en-Laye (S.-O.)."}, "date": "2023-08-20T14:49:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12926	gabriel-peri-mathilde-1902-06-07	{"a5": "1459", "g55": "08-47"}	{"g55": "08-47", "lerrcp": "A5-1459"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Mathilde", "family": "Gabriel-Peri", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1902-06-07 06:00", "note": null, "place": {"c1": null, "c2": "66", "c3": null, "cy": "FR", "lg": 2.91667, "lat": 42.7, "name": "Canet", "geoid": 0}, "notime": null, "date-ut": "1902-06-07 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Mathilde", "family": "Gabriel-Peri"}, "birth": {"tzo": "+00:09:21", "date": "1902-06-07 06:00", "place": {"c2": "66", "cy": "FR", "lg": 2.91667, "lat": 42.7, "name": "Ganet", "geoid": 0}, "date-ut": "1902-06-07 05:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1459"}, "ids-in-sources": {"a5": "1459"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "66", "COU": "F", "DAY": "7", "LAT": "42N42", "LON": "2E55", "MON": "6", "NUM": "1459", "PRO": "PT", "SEC": "40", "YEA": "1902", "CITY": "GANET"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Canet"}}, "partial-ids": {"g55": "08-47"}, "ids-in-source": {"g55": "08-47"}}, "raw": {"DAY": "7-6-1902", "HOUR": "6 h.", "NAME": "GABRIEL-PERI Mathilde", "PLACE": "Canet (Pyrénées-Orientales)."}, "date": "2023-08-20T14:49:11+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12929	garet-pierre-1905-09-07	{"a5": "1462", "g55": "08-49"}	{"g55": "08-49", "lerrcp": "A5-1462"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Pierre", "family": "Garet", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1905-09-07 06:00", "note": null, "place": {"c1": null, "c2": "80", "c3": null, "cy": "FR", "lg": 2.56991, "lat": 49.648, "name": "Montdidier", "geoid": 2992760}, "notime": null, "date-ut": "1905-09-07 05:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Pierre", "family": "Garet"}, "birth": {"tzo": "+00:09:21", "date": "1905-09-07 06:00", "place": {"c2": "80", "cy": "FR", "lg": 2.56991, "lat": 49.648, "name": "Montdidier", "geoid": 2992760}, "date-ut": "1905-09-07 05:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1462"}, "ids-in-sources": {"a5": "1462"}}, "raw": {"H": "5", "MN": "50", "TZ": "0", "COD": "80", "COU": "F", "DAY": "7", "LAT": "49N54", "LON": "2E18", "MON": "9", "NUM": "1462", "PRO": "PT", "SEC": "40", "YEA": "1905", "CITY": "MONTDIDIER"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-49"}, "ids-in-source": {"g55": "08-49"}}, "raw": {"DAY": "7-9-1905", "HOUR": "6 h.", "NAME": "GARET Pierre", "PLACE": "Montdidier (Somme)."}, "date": "2023-08-20T14:49:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12930	gau-albert-1910-07-10	{"a5": "1463", "g55": "08-50"}	{"g55": "08-50", "lerrcp": "A5-1463"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Gau", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1910-07-10 12:00", "note": null, "place": {"c1": null, "c2": "11", "c3": null, "cy": "FR", "lg": 2.35, "lat": 43.2, "name": "Conques-sur-Orbiel", "geoid": 0}, "notime": null, "date-ut": "1910-07-10 11:50:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Gau"}, "birth": {"tzo": "+00:09:21", "date": "1910-07-10 12:00", "place": {"c2": "11", "cy": "FR", "lg": 2.35, "lat": 43.2, "name": "Conques-sur-Orbie", "geoid": 0}, "date-ut": "1910-07-10 11:50:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1463"}, "ids-in-sources": {"a5": "1463"}}, "raw": {"H": "11", "MN": "50", "TZ": "0", "COD": "11", "COU": "F", "DAY": "10", "LAT": "43N12", "LON": "2E21", "MON": "7", "NUM": "1463", "PRO": "PT", "SEC": "40", "YEA": "1910", "CITY": "CONQUES-S/ORBIE"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"birth": {"place": {"name": "Conques-sur-Orbiel"}}, "partial-ids": {"g55": "08-50"}, "ids-in-source": {"g55": "08-50"}}, "raw": {"DAY": "10-7-1910", "HOUR": "24 h.", "NAME": "GAU Albert", "PLACE": "Conques-sur-Orbiel (Aude)."}, "date": "2023-08-20T14:49:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
12932	gazier-albert-1908-05-16	{"a5": "1465", "g55": "08-52"}	{"g55": "08-52", "lerrcp": "A5-1465"}	{"fame": {"full": null, "given": null, "family": null}, "nobl": null, "alter": [], "given": "Albert", "family": "Gazier", "spouse": [], "official": {"given": null, "family": null}}	\N	{"lmt": null, "tzo": "+00:09:21", "date": "1908-05-16 14:05", "note": null, "place": {"c1": null, "c2": "59", "c3": null, "cy": "FR", "lg": 3.52506, "lat": 50.35909, "name": "Valenciennes", "geoid": 2971041}, "notime": null, "date-ut": "1908-05-16 13:55:40"}	{"tz": null, "lmt": null, "date": null, "note": null, "place": {"c1": null, "c2": null, "c3": null, "cy": null, "lg": null, "lat": null, "name": null, "geoid": null}, "date-ut": null}	["politician"]	5	null	[{"new": {"name": {"given": "Albert", "family": "Gazier"}, "birth": {"tzo": "+00:09:21", "date": "1908-05-16 14:05", "place": {"c2": "59", "cy": "FR", "lg": 3.52506, "lat": 50.35909, "name": "Valenciennes", "geoid": 2971041}, "date-ut": "1908-05-16 13:55:40"}, "occus": ["politician"], "trust": 5, "partial_ids": {"lerrcp": "A5-1465"}, "ids-in-sources": {"a5": "1465"}}, "raw": {"H": "13", "MN": "55", "TZ": "0", "COD": "59", "COU": "F", "DAY": "16", "LAT": "50N39", "LON": "3E 5", "MON": "5", "NUM": "1465", "PRO": "PT", "SEC": "40", "YEA": "1908", "CITY": "VALENCIENNES"}, "date": "2023-08-20T14:43:39+02:00", "source": "a5", "command": "gauq A5 tmp2db"}, {"new": {"partial-ids": {"g55": "08-52"}, "ids-in-source": {"g55": "08-52"}}, "raw": {"DAY": "16-5-1906", "HOUR": "14 h. 05", "NAME": "GAZIER Albert", "PLACE": "Valenciennes (Nord)."}, "date": "2023-08-20T14:49:12+02:00", "source": "g55", "command": "gauq g55 tmp2db 08-494-deputies"}]	[]
\.


--
-- Data for Name: person_groop; Type: TABLE DATA; Schema: public; Owner: g5
--

COPY public.person_groop (id_person, id_groop) FROM stdin;
1	121
2	121
3	121
4	121
5	121
6	121
7	121
8	121
9	121
10	121
11	121
12	121
13	121
14	121
15	121
16	121
17	121
18	121
19	121
20	121
21	121
22	121
23	121
24	121
25	121
26	121
27	121
28	121
29	121
30	121
31	121
32	121
33	121
34	121
35	121
36	121
37	121
38	121
39	121
40	121
41	121
42	121
43	121
44	121
45	121
46	121
47	121
48	121
49	121
50	121
51	121
52	121
53	121
54	121
55	121
56	121
57	121
58	121
59	121
60	121
61	121
62	121
63	121
64	121
65	121
66	121
67	121
68	121
69	121
70	121
71	121
72	121
73	121
74	121
75	121
76	121
77	121
78	121
79	121
80	121
81	121
82	121
83	121
84	121
85	121
86	121
87	121
88	121
89	121
90	121
91	121
92	121
93	121
94	121
95	121
96	121
97	121
98	121
99	121
100	121
101	121
102	121
103	121
104	121
105	121
106	121
107	121
108	121
109	121
110	121
111	121
112	121
113	121
114	121
115	121
116	121
117	121
118	121
119	121
120	121
121	121
122	121
123	121
124	121
125	121
126	121
127	121
128	121
129	121
130	121
131	121
132	121
133	121
134	121
135	121
136	121
137	121
138	121
139	121
140	121
141	121
142	121
143	121
144	121
145	121
146	121
147	121
148	121
149	121
150	121
151	121
152	121
153	121
154	121
155	121
156	121
157	121
158	121
159	121
160	121
161	121
162	121
163	121
164	121
165	121
166	121
167	121
168	121
169	121
170	121
171	121
172	121
173	121
174	121
175	121
176	121
177	121
178	121
179	121
180	121
181	121
182	121
183	121
184	121
185	121
186	121
187	121
188	121
189	121
190	121
191	121
192	121
193	121
194	121
195	121
196	121
197	121
198	121
199	121
200	121
201	121
202	121
203	121
204	121
205	121
206	121
207	121
208	121
209	121
210	121
211	121
212	121
213	121
214	121
215	121
216	121
217	121
218	121
219	121
220	121
221	121
222	121
223	121
224	121
225	121
226	121
227	121
228	121
229	121
230	121
231	121
232	121
233	121
234	121
235	121
236	121
237	121
238	121
239	121
240	121
241	121
242	121
243	121
244	121
245	121
246	121
247	121
248	121
249	121
250	121
251	121
252	121
253	121
254	121
255	121
256	121
257	121
258	121
259	121
260	121
261	121
262	121
263	121
264	121
265	121
266	121
267	121
268	121
269	121
270	121
271	121
272	121
273	121
274	121
275	121
276	121
277	121
278	121
279	121
280	121
281	121
282	121
283	121
284	121
285	121
286	121
287	121
288	121
289	121
290	121
291	121
292	121
293	121
294	121
295	121
296	121
297	121
298	121
299	121
300	121
301	121
302	121
303	121
304	121
305	121
306	121
307	121
308	121
309	121
310	121
311	121
312	121
313	121
314	121
315	121
316	121
317	121
318	121
319	121
320	121
321	121
322	121
323	121
324	121
325	121
326	121
327	121
328	121
329	121
330	121
331	121
332	121
333	121
334	121
335	121
336	121
337	121
338	121
339	121
340	121
341	121
342	121
343	121
344	121
345	121
346	121
347	121
348	121
349	121
350	121
351	121
352	121
353	121
354	121
355	121
356	121
357	121
358	121
359	121
360	121
361	121
362	121
363	121
364	121
365	121
366	121
367	121
368	121
369	121
370	121
371	121
372	121
373	121
374	121
375	121
376	121
377	121
378	121
379	121
380	121
381	121
382	121
383	121
384	121
385	121
386	121
387	121
388	121
389	121
390	121
391	121
392	121
393	121
394	121
395	121
396	121
397	121
398	121
399	121
400	121
401	121
402	121
403	121
404	121
405	121
406	121
407	121
408	121
409	121
410	121
411	121
412	121
413	121
414	121
415	121
416	121
417	121
418	121
419	121
420	121
421	121
422	121
423	121
424	121
425	121
426	121
427	121
428	121
429	121
430	121
431	121
432	121
433	121
434	121
435	121
436	121
437	121
438	121
439	121
440	121
441	121
442	121
443	121
444	121
445	121
446	121
447	121
448	121
449	121
450	121
451	121
452	121
453	121
454	121
455	121
456	121
457	121
458	121
459	121
460	121
461	121
462	121
463	121
464	121
465	121
466	121
467	121
468	121
469	121
470	121
471	121
472	121
473	121
474	121
475	121
476	121
477	121
478	121
479	121
480	121
481	121
482	121
483	121
484	121
485	121
486	121
487	121
488	121
489	121
490	121
491	121
492	121
493	121
494	121
495	121
496	121
497	121
498	121
499	121
500	121
501	121
502	121
503	121
504	121
505	121
506	121
507	121
508	121
509	121
510	121
511	121
512	121
513	121
514	121
515	121
516	121
517	121
518	121
519	121
520	121
521	121
522	121
523	121
524	121
525	121
526	121
527	121
528	121
529	121
530	121
531	121
532	121
533	121
534	121
535	121
536	121
537	121
538	121
539	121
540	121
541	121
542	121
543	121
544	121
545	121
546	121
547	121
548	121
549	121
550	121
551	121
552	121
553	121
554	121
555	121
556	121
557	121
558	121
559	121
560	121
561	121
562	121
563	121
564	121
565	121
566	121
567	121
568	121
569	121
570	121
571	121
572	121
573	121
574	121
575	121
576	121
577	121
578	121
579	121
580	121
581	121
582	121
583	121
584	121
585	121
586	121
587	121
588	121
589	121
590	121
591	121
592	121
593	121
594	121
595	121
596	121
597	121
598	121
599	121
600	121
601	121
602	121
603	121
604	121
605	121
606	121
607	121
608	121
609	121
610	121
611	121
612	121
613	121
614	121
615	121
616	121
617	121
618	121
619	121
620	121
621	121
622	121
623	121
624	121
625	121
626	121
627	121
628	121
629	121
630	121
631	121
632	121
633	121
634	121
635	121
636	121
637	121
638	121
639	121
640	121
641	121
642	121
643	121
644	121
645	121
646	121
647	121
648	121
649	121
650	121
651	121
652	121
653	121
654	121
655	121
656	121
657	121
658	121
659	121
660	121
661	121
662	121
663	121
664	121
665	121
666	121
667	121
668	121
669	121
670	121
671	121
672	121
673	121
674	121
675	121
676	121
677	121
678	121
679	121
680	121
681	121
682	121
683	121
684	121
685	121
686	121
687	121
688	121
689	121
690	121
691	121
692	121
693	121
694	121
695	121
696	121
697	121
698	121
699	121
700	121
701	121
702	121
703	121
704	121
705	121
706	121
707	121
708	121
709	121
710	121
711	121
712	121
713	121
714	121
715	121
716	121
717	121
718	121
719	121
720	121
721	121
722	121
723	121
724	121
725	121
726	121
727	121
728	121
729	121
730	121
731	121
732	121
733	121
734	121
735	121
736	121
737	121
738	121
739	121
740	121
741	121
742	121
743	121
744	121
745	121
746	121
747	121
748	121
749	121
750	121
751	121
752	121
753	121
754	121
755	121
756	121
757	121
758	121
759	121
760	121
761	121
762	121
763	121
764	121
765	121
766	121
767	121
768	121
769	121
770	121
771	121
772	121
773	121
774	121
775	121
776	121
777	121
778	121
779	121
780	121
781	121
782	121
783	121
784	121
785	121
786	121
787	121
788	121
789	121
790	121
791	121
792	121
793	121
794	121
795	121
796	121
797	121
798	121
799	121
800	121
801	121
802	121
803	121
804	121
805	121
806	121
807	121
808	121
809	121
810	121
811	121
812	121
813	121
814	121
815	121
816	121
817	121
818	121
819	121
820	121
821	121
822	121
823	121
824	121
825	121
826	121
827	121
828	121
829	121
830	121
831	121
832	121
833	121
834	121
835	121
836	121
837	121
838	121
839	121
840	121
841	121
842	121
843	121
844	121
845	121
846	121
847	121
848	121
849	121
850	121
851	121
852	121
853	121
854	121
855	121
856	121
857	121
858	121
859	121
860	121
861	121
862	121
863	121
864	121
865	121
866	121
867	121
868	121
869	121
870	121
871	121
872	121
873	121
874	121
875	121
876	121
877	121
878	121
879	121
880	121
881	121
882	121
883	121
884	121
885	121
886	121
887	121
888	121
889	121
890	121
891	121
892	121
893	121
894	121
895	121
896	121
897	121
898	121
899	121
900	121
901	121
902	121
903	121
904	121
905	121
906	121
907	121
908	121
909	121
910	121
911	121
912	121
913	121
914	121
915	121
916	121
917	121
918	121
919	121
920	121
921	121
922	121
923	121
924	121
925	121
926	121
927	121
928	121
929	121
930	121
931	121
932	121
933	121
934	121
935	121
936	121
937	121
938	121
939	121
940	121
941	121
942	121
943	121
944	121
945	121
946	121
947	121
948	121
949	121
950	121
951	121
952	121
953	121
954	121
955	121
956	121
957	121
958	121
959	121
960	121
961	121
962	121
963	121
964	121
965	121
966	121
967	121
968	121
969	121
970	121
971	121
972	121
973	121
974	121
975	121
976	121
977	121
978	121
979	121
980	121
981	121
982	121
983	121
984	121
985	121
986	121
987	121
988	121
989	121
990	121
991	121
992	121
993	121
994	121
995	121
996	121
997	121
998	121
999	121
1000	121
1001	121
1002	121
1003	121
1004	121
1005	121
1006	121
1007	121
1008	121
1009	121
1010	121
1011	121
1012	121
1013	121
1014	121
1015	121
1016	121
1017	121
1018	121
1019	121
1020	121
1021	121
1022	121
1023	121
1024	121
1025	121
1026	121
1027	121
1028	121
1029	121
1030	121
1031	121
1032	121
1033	121
1034	121
1035	121
1036	121
1037	121
1038	121
1039	121
1040	121
1041	121
1042	121
1043	121
1044	121
1045	121
1046	121
1047	121
1048	121
1049	121
1050	121
1051	121
1052	121
1053	121
1054	121
1055	121
1056	121
1057	121
1058	121
1059	121
1060	121
1061	121
1062	121
1063	121
1064	121
1065	121
1066	121
1067	121
1068	121
1069	121
1070	121
1071	121
1072	121
1073	121
1074	121
1075	121
1076	121
1077	121
1078	121
1079	121
1080	121
1081	121
1082	121
1083	121
1084	121
1085	121
1086	121
1087	121
1088	121
1089	121
1090	121
1091	121
1092	121
1093	121
1094	121
1095	121
1096	121
1097	121
1098	121
1099	121
1100	121
1101	121
1102	121
1103	121
1104	121
1105	121
1106	121
1107	121
1108	121
1109	121
1110	121
1111	121
1112	121
1113	121
1114	121
1115	121
1116	121
1117	121
1118	121
1119	121
1120	121
1121	121
1122	121
1123	121
1124	121
1125	121
1126	121
1127	121
1128	121
1129	121
1130	121
1131	121
1132	121
1133	121
1134	121
1135	121
1136	121
1137	121
1138	121
1139	121
1140	121
1141	121
1142	121
1143	121
1144	121
1145	121
1146	121
1147	121
1148	121
1149	121
1150	121
1151	121
1152	121
1153	121
1154	121
1155	121
1156	121
1157	121
1158	121
1159	121
1160	121
1161	121
1162	121
1163	121
1164	121
1165	121
1166	121
1167	121
1168	121
1169	121
1170	121
1171	121
1172	121
1173	121
1174	121
1175	121
1176	121
1177	121
1178	121
1179	121
1180	121
1181	121
1182	121
1183	121
1184	121
1185	121
1186	121
1187	121
1188	121
1189	121
1190	121
1191	121
1192	121
1193	121
1194	121
1195	121
1196	121
1197	121
1198	121
1199	121
1200	121
1201	121
1202	121
1203	121
1204	121
1205	121
1206	121
1207	121
1208	121
1209	121
1210	121
1211	121
1212	121
1213	121
1214	121
1215	121
1216	121
1217	121
1218	121
1219	121
1220	121
1221	121
1222	121
1223	121
1224	121
1225	121
1226	121
1227	121
1228	121
1229	121
1230	121
1231	121
1232	121
1233	121
1234	121
1235	121
1236	121
1237	121
1238	121
1239	121
1240	121
1241	121
1242	121
1243	121
1244	121
1245	121
1246	121
1247	121
1248	121
1249	121
1250	121
1251	121
1252	121
1253	121
1254	121
1255	121
1256	121
1257	121
1258	121
1259	121
1260	121
1261	121
1262	121
1263	121
1264	121
1265	121
1266	121
1267	121
1268	121
1269	121
1270	121
1271	121
1272	121
1273	121
1274	121
1275	121
1276	121
1277	121
1278	121
1279	121
1280	121
1281	121
1282	121
1283	121
1284	121
1285	121
1286	121
1287	121
1288	121
1289	121
1290	121
1291	121
1292	121
1293	121
1294	121
1295	121
1296	121
1297	121
1298	121
1299	121
1300	121
1301	121
1302	121
1303	121
1304	121
1305	121
1306	121
1307	121
1308	121
1309	121
1310	121
1311	121
1312	121
1313	121
1314	121
1315	121
1316	121
1317	121
1318	121
1319	121
1320	121
1321	121
1322	121
1323	121
1324	121
1325	121
1326	121
1327	121
1328	121
1329	121
1330	121
1331	121
1332	121
1333	121
1334	121
1335	121
1336	121
1337	121
1338	121
1339	121
1340	121
1341	121
1342	121
1343	121
1344	121
1345	121
1346	121
1347	121
1348	121
1349	121
1350	121
1351	121
1352	121
1353	121
1354	121
1355	121
1356	121
1357	121
1358	121
1359	121
1360	121
1361	121
1362	121
1363	121
1364	121
1365	121
1366	121
1367	121
1368	121
1369	121
1370	121
1371	121
1372	121
1373	121
1374	121
1375	121
1376	121
1377	121
1378	121
1379	121
1380	121
1381	121
1382	121
1383	121
1384	121
1385	121
1386	121
1387	121
1388	121
1389	121
1390	121
1391	121
1392	121
1393	121
1394	121
1395	121
1396	121
1397	121
1398	121
1399	121
1400	121
1401	121
1402	121
1403	121
1404	121
1405	121
1406	121
1407	121
1408	121
1409	121
1410	121
1411	121
1412	121
1413	121
1414	121
1415	121
1416	121
1417	121
1418	121
1419	121
1420	121
1421	121
1422	121
1423	121
1424	121
1425	121
1426	121
1427	121
1428	121
1429	121
1430	121
1431	121
1432	121
1433	121
1434	121
1435	121
1436	121
1437	121
1438	121
1439	121
1440	121
1441	121
1442	121
1443	121
1444	121
1445	121
1446	121
1447	121
1448	121
1449	121
1450	121
1451	121
1452	121
1453	121
1454	121
1455	121
1456	121
1457	121
1458	121
1459	121
1460	121
1461	121
1462	121
1463	121
1464	121
1465	121
1466	121
1467	121
1468	121
1469	121
1470	121
1471	121
1472	121
1473	121
1474	121
1475	121
1476	121
1477	121
1478	121
1479	121
1480	121
1481	121
1482	121
1483	121
1484	121
1485	121
1486	121
1487	121
1488	121
1489	121
1490	121
1491	121
1492	121
1493	121
1494	121
1495	121
1496	121
1497	121
1498	121
1499	121
1500	121
1501	121
1502	121
1503	121
1504	121
1505	121
1506	121
1507	121
1508	121
1509	121
1510	121
1511	121
1512	121
1513	121
1514	121
1515	121
1516	121
1517	121
1518	121
1519	121
1520	121
1521	121
1522	121
1523	121
1524	121
1525	121
1526	121
1527	121
1528	121
1529	121
1530	121
1531	121
1532	121
1533	121
1534	121
1535	121
1536	121
1537	121
1538	121
1539	121
1540	121
1541	121
1542	121
1543	121
1544	121
1545	121
1546	121
1547	121
1548	121
1549	121
1550	121
1551	121
1552	121
1553	121
1554	121
1555	121
1556	121
1557	121
1558	121
1559	121
1560	121
1561	121
1562	121
1563	121
1564	121
1565	121
1566	121
1567	121
1568	121
1569	121
1570	121
1571	121
1572	121
1573	121
1574	121
1575	121
1576	121
1577	121
1578	121
1579	121
1580	121
1581	121
1582	121
1583	121
1584	121
1585	121
1586	121
1587	121
1588	121
1589	121
1590	121
1591	121
1592	121
1593	121
1594	121
1595	121
1596	121
1597	121
1598	121
1599	121
1600	121
1601	121
1602	121
1603	121
1604	121
1605	121
1606	121
1607	121
1608	121
1609	121
1610	121
1611	121
1612	121
1613	121
1614	121
1615	121
1616	121
1617	121
1618	121
1619	121
1620	121
1621	121
1622	121
1623	121
1624	121
1625	121
1626	121
1627	121
1628	121
1629	121
1630	121
1631	121
1632	121
1633	121
1634	121
1635	121
1636	121
1637	121
1638	121
1639	121
1640	121
1641	121
1642	121
1643	121
1644	121
1645	121
1646	121
1647	121
1648	121
1649	121
1650	121
1651	121
1652	121
1653	121
1654	121
1655	121
1656	121
1657	121
1658	121
1659	121
1660	121
1661	121
1662	121
1663	121
1664	121
1665	121
1666	121
1667	121
1668	121
1669	121
1670	121
1671	121
1672	121
1673	121
1674	121
1675	121
1676	121
1677	121
1678	121
1679	121
1680	121
1681	121
1682	121
1683	121
1684	121
1685	121
1686	121
1687	121
1688	121
1689	121
1690	121
1691	121
1692	121
1693	121
1694	121
1695	121
1696	121
1697	121
1698	121
1699	121
1700	121
1701	121
1702	121
1703	121
1704	121
1705	121
1706	121
1707	121
1708	121
1709	121
1710	121
1711	121
1712	121
1713	121
1714	121
1715	121
1716	121
1717	121
1718	121
1719	121
1720	121
1721	121
1722	121
1723	121
1724	121
1725	121
1726	121
1727	121
1728	121
1729	121
1730	121
1731	121
1732	121
1733	121
1734	121
1735	121
1736	121
1737	121
1738	121
1739	121
1740	121
1741	121
1742	121
1743	121
1744	121
1745	121
1746	121
1747	121
1748	121
1749	121
1750	121
1751	121
1752	121
1753	121
1754	121
1755	121
1756	121
1757	121
1758	121
1759	121
1760	121
1761	121
1762	121
1763	121
1764	121
1765	121
1766	121
1767	121
1768	121
1769	121
1770	121
1771	121
1772	121
1773	121
1774	121
1775	121
1776	121
1777	121
1778	121
1779	121
1780	121
1781	121
1782	121
1783	121
1784	121
1785	121
1786	121
1787	121
1788	121
1789	121
1790	121
1791	121
1792	121
1793	121
1794	121
1795	121
1796	121
1797	121
1798	121
1799	121
1800	121
1801	121
1802	121
1803	121
1804	121
1805	121
1806	121
1807	121
1808	121
1809	121
1810	121
1811	121
1812	121
1813	121
1814	121
1815	121
1816	121
1817	121
1818	121
1819	121
1820	121
1821	121
1822	121
1823	121
1824	121
1825	121
1826	121
1827	121
1828	121
1829	121
1830	121
1831	121
1832	121
1833	121
1834	121
1835	121
1836	121
1837	121
1838	121
1839	121
1840	121
1841	121
1842	121
1843	121
1844	121
1845	121
1846	121
1847	121
1848	121
1849	121
1850	121
1851	121
1852	121
1853	121
1854	121
1855	121
1856	121
1857	121
1858	121
1859	121
1860	121
1861	121
1862	121
1863	121
1864	121
1865	121
1866	121
1867	121
1868	121
1869	121
1870	121
1871	121
1872	121
1873	121
1874	121
1875	121
1876	121
1877	121
1878	121
1879	121
1880	121
1881	121
1882	121
1883	121
1884	121
1885	121
1886	121
1887	121
1888	121
1889	121
1890	121
1891	121
1892	121
1893	121
1894	121
1895	121
1896	121
1897	121
1898	121
1899	121
1900	121
1901	121
1902	121
1903	121
1904	121
1905	121
1906	121
1907	121
1908	121
1909	121
1910	121
1911	121
1912	121
1913	121
1914	121
1915	121
1916	121
1917	121
1918	121
1919	121
1920	121
1921	121
1922	121
1923	121
1924	121
1925	121
1926	121
1927	121
1928	121
1929	121
1930	121
1931	121
1932	121
1933	121
1934	121
1935	121
1936	121
1937	121
1938	121
1939	121
1940	121
1941	121
1942	121
1943	121
1944	121
1945	121
1946	121
1947	121
1948	121
1949	121
1950	121
1951	121
1952	121
1953	121
1954	121
1955	121
1956	121
1957	121
1958	121
1959	121
1960	121
1961	121
1962	121
1963	121
1964	121
1965	121
1966	121
1967	121
1968	121
1969	121
1970	121
1971	121
1972	121
1973	121
1974	121
1975	121
1976	121
1977	121
1978	121
1979	121
1980	121
1981	121
1982	121
1983	121
1984	121
1985	121
1986	121
1987	121
1988	121
1989	121
1990	121
1991	121
1992	121
1993	121
1994	121
1995	121
1996	121
1997	121
1998	121
1999	121
2000	121
2001	121
2002	121
2003	121
2004	121
2005	121
2006	121
2007	121
2008	121
2009	121
2010	121
2011	121
2012	121
2013	121
2014	121
2015	121
2016	121
2017	121
2018	121
2019	121
2020	121
2021	121
2022	121
2023	121
2024	121
2025	121
2026	121
2027	121
2028	121
2029	121
2030	121
2031	121
2032	121
2033	121
2034	121
2035	121
2036	121
2037	121
2038	121
2039	121
2040	121
2041	121
2042	121
2043	121
2044	121
2045	121
2046	121
2047	121
2048	121
2049	121
2050	121
2051	121
2052	121
2053	121
2054	121
2055	121
2056	121
2057	121
2058	121
2059	121
2060	121
2061	121
2062	121
2063	121
2064	121
2065	121
2066	121
2067	121
2068	121
2069	121
2070	121
2071	121
2072	121
2073	121
2074	121
2075	121
2076	121
2077	121
2078	121
2079	121
2080	121
2081	121
2082	121
2083	121
2084	121
2085	121
2086	121
2087	121
2088	122
2089	122
2090	122
2091	122
2092	122
2093	122
2094	122
2095	122
2096	122
2097	122
2098	122
2099	122
2100	122
2101	122
2102	122
2103	122
2104	122
2105	122
2106	122
2107	122
2108	122
2109	122
2110	122
2111	122
2112	122
2113	122
2114	122
2115	122
2116	122
2117	122
2118	122
2119	122
2120	122
2121	122
2122	122
2123	122
2124	122
2125	122
2126	122
2127	122
2128	122
2129	122
2130	122
2131	122
2132	122
2133	122
2134	122
2135	122
2136	122
2137	122
2138	122
2139	122
2140	122
2141	122
2142	122
2143	122
2144	122
2145	122
2146	122
2147	122
2148	122
2149	122
2150	122
2151	122
2152	122
2153	122
2154	122
2155	122
2156	122
2157	122
2158	122
2159	122
2160	122
2161	122
2162	122
2163	122
2164	122
2165	122
2166	122
2167	122
2168	122
2169	122
2170	122
2171	122
2172	122
2173	122
2174	122
2175	122
2176	122
2177	122
2178	122
2179	122
2180	122
2181	122
2182	122
2183	122
2184	122
2185	122
2186	122
2187	122
2188	122
2189	122
2190	122
2191	122
2192	122
2193	122
2194	122
2195	122
2196	122
2197	122
2198	122
2199	122
2200	122
2201	122
2202	122
2203	122
2204	122
2205	122
2206	122
2207	122
2208	122
2209	122
2210	122
2211	122
2212	122
2213	122
2214	122
2215	122
2216	122
2217	122
2218	122
2219	122
2220	122
2221	122
2222	122
2223	122
2224	122
2225	122
2226	122
2227	122
2228	122
2229	122
2230	122
2231	122
2232	122
2233	122
2234	122
2235	122
2236	122
2237	122
2238	122
2239	122
2240	122
2241	122
2242	122
2243	122
2244	122
2245	122
2246	122
2247	122
2248	122
2249	122
2250	122
2251	122
2252	122
2253	122
2254	122
2255	122
2256	122
2257	122
2258	122
2259	122
2260	122
2261	122
2262	122
2263	122
2264	122
2265	122
2266	122
2267	122
2268	122
2269	122
2270	122
2271	122
2272	122
2273	122
2274	122
2275	122
2276	122
2277	122
2278	122
2279	122
2280	122
2281	122
2282	122
2283	122
2284	122
2285	122
2286	122
2287	122
2288	122
2289	122
2290	122
2291	122
2292	122
2293	122
2294	122
2295	122
2296	122
2297	122
2298	122
2299	122
2300	122
2301	122
2302	122
2303	122
2304	122
2305	122
2306	122
2307	122
2308	122
2309	122
2310	122
2311	122
2312	122
2313	122
2314	122
2315	122
2316	122
2317	122
2318	122
2319	122
2320	122
2321	122
2322	122
2323	122
2324	122
2325	122
2326	122
2327	122
2328	122
2329	122
2330	122
2331	122
2332	122
2333	122
2334	122
2335	122
2336	122
2337	122
2338	122
2339	122
2340	122
2341	122
2342	122
2343	122
2344	122
2345	122
2346	122
2347	122
2348	122
2349	122
2350	122
2351	122
2352	122
2353	122
2354	122
2355	122
2356	122
2357	122
2358	122
2359	122
2360	122
2361	122
2362	122
2363	122
2364	122
2365	122
2366	122
2367	122
2368	122
2369	122
2370	122
2371	122
2372	122
2373	122
2374	122
2375	122
2376	122
2377	122
2378	122
2379	122
2380	122
2381	122
2382	122
2383	122
2384	122
2385	122
2386	122
2387	122
2388	122
2389	122
2390	122
2391	122
2392	122
2393	122
2394	122
2395	122
2396	122
2397	122
2398	122
2399	122
2400	122
2401	122
2402	122
2403	122
2404	122
2405	122
2406	122
2407	122
2408	122
2409	122
2410	122
2411	122
2412	122
2413	122
2414	122
2415	122
2416	122
2417	122
2418	122
2419	122
2420	122
2421	122
2422	122
2423	122
2424	122
2425	122
2426	122
2427	122
2428	122
2429	122
2430	122
2431	122
2432	122
2433	122
2434	122
2435	122
2436	122
2437	122
2438	122
2439	122
2440	122
2441	122
2442	122
2443	122
2444	122
2445	122
2446	122
2447	122
2448	122
2449	122
2450	122
2451	122
2452	122
2453	122
2454	122
2455	122
2456	122
2457	122
2458	122
2459	122
2460	122
2461	122
2462	122
2463	122
2464	122
2465	122
2466	122
2467	122
2468	122
2469	122
2470	122
2471	122
2472	122
2473	122
2474	122
2475	122
2476	122
2477	122
2478	122
2479	122
2480	122
2481	122
2482	122
2483	122
2484	122
2485	122
2486	122
2487	122
2488	122
2489	122
2490	122
2491	122
2492	122
2493	122
2494	122
2495	122
2496	122
2497	122
2498	122
2499	122
2500	122
2501	122
2502	122
2503	122
2504	122
2505	122
2506	122
2507	122
2508	122
2509	122
2510	122
2511	122
2512	122
2513	122
2514	122
2515	122
2516	122
2517	122
2518	122
2519	122
2520	122
2521	122
2522	122
2523	122
2524	122
2525	122
2526	122
2527	122
2528	122
2529	122
2530	122
2531	122
2532	122
2533	122
2534	122
2535	122
2536	122
2537	122
2538	122
2539	122
2540	122
2541	122
2542	122
2543	122
2544	122
2545	122
2546	122
2547	122
2548	122
2549	122
2550	122
2551	122
2552	122
2553	122
2554	122
2555	122
2556	122
2557	122
2558	122
2559	122
2560	122
2561	122
2562	122
2563	122
2564	122
2565	122
2566	122
2567	122
2568	122
2569	122
2570	122
2571	122
2572	122
2573	122
2574	122
2575	122
2576	122
2577	122
2578	122
2579	122
2580	122
2581	122
2582	122
2583	122
2584	122
2585	122
2586	122
2587	122
2588	122
2589	122
2590	122
2591	122
2592	122
2593	122
2594	122
2595	122
2596	122
2597	122
2598	122
2599	122
2600	122
2601	122
2602	122
2603	122
2604	122
2605	122
2606	122
2607	122
2608	122
2609	122
2610	122
2611	122
2612	122
2613	122
2614	122
2615	122
2616	122
2617	122
2618	122
2619	122
2620	122
2621	122
2622	122
2623	122
2624	122
2625	122
2626	122
2627	122
2628	122
2629	122
2630	122
2631	122
2632	122
2633	122
2634	122
2635	122
2636	122
2637	122
2638	122
2639	122
2640	122
2641	122
2642	122
2643	122
2644	122
2645	122
2646	122
2647	122
2648	122
2649	122
2650	122
2651	122
2652	122
2653	122
2654	122
2655	122
2656	122
2657	122
2658	122
2659	122
2660	122
2661	122
2662	122
2663	122
2664	122
2665	122
2666	122
2667	122
2668	122
2669	122
2670	122
2671	122
2672	122
2673	122
2674	122
2675	122
2676	122
2677	122
2678	122
2679	122
2680	122
2681	122
2682	122
2683	122
2684	122
2685	122
2686	122
2687	122
2688	122
2689	122
2690	122
2691	122
2692	122
2693	122
2694	122
2695	122
2696	122
2697	122
2698	122
2699	122
2700	122
2701	122
2702	122
2703	122
2704	122
2705	122
2706	122
2707	122
2708	122
2709	122
2710	122
2711	122
2712	122
2713	122
2714	122
2715	122
2716	122
2717	122
2718	122
2719	122
2720	122
2721	122
2722	122
2723	122
2724	122
2725	122
2726	122
2727	122
2728	122
2729	122
2730	122
2731	122
2732	122
2733	122
2734	122
2735	122
2736	122
2737	122
2738	122
2739	122
2740	122
2741	122
2742	122
2743	122
2744	122
2745	122
2746	122
2747	122
2748	122
2749	122
2750	122
2751	122
2752	122
2753	122
2754	122
2755	122
2756	122
2757	122
2758	122
2759	122
2760	122
2761	122
2762	122
2763	122
2764	122
2765	122
2766	122
2767	122
2768	122
2769	122
2770	122
2771	122
2772	122
2773	122
2774	122
2775	122
2776	122
2777	122
2778	122
2779	122
2780	122
2781	122
2782	122
2783	122
2784	122
2785	122
2786	122
2787	122
2788	122
2789	122
2790	122
2791	122
2792	122
2793	122
2794	122
2795	122
2796	122
2797	122
2798	122
2799	122
2800	122
2801	122
2802	122
2803	122
2804	122
2805	122
2806	122
2807	122
2808	122
2809	122
2810	122
2811	122
2812	122
2813	122
2814	122
2815	122
2816	122
2817	122
2818	122
2819	122
2820	122
2821	122
2822	122
2823	122
2824	122
2825	122
2826	122
2827	122
2828	122
2829	122
2830	122
2831	122
2832	122
2833	122
2834	122
2835	122
2836	122
2837	122
2838	122
2839	122
2840	122
2841	122
2842	122
2843	122
2844	122
2845	122
2846	122
2847	122
2848	122
2849	122
2850	122
2851	122
2852	122
2853	122
2854	122
2855	122
2856	122
2857	122
2858	122
2859	122
2860	122
2861	122
2862	122
2863	122
2864	122
2865	122
2866	122
2867	122
2868	122
2869	122
2870	122
2871	122
2872	122
2873	122
2874	122
2875	122
2876	122
2877	122
2878	122
2879	122
2880	122
2881	122
2882	122
2883	122
2884	122
2885	122
2886	122
2887	122
2888	122
2889	122
2890	122
2891	122
2892	122
2893	122
2894	122
2895	122
2896	122
2897	122
2898	122
2899	122
2900	122
2901	122
2902	122
2903	122
2904	122
2905	122
2906	122
2907	122
2908	122
2909	122
2910	122
2911	122
2912	122
2913	122
2914	122
2915	122
2916	122
2917	122
2918	122
2919	122
2920	122
2921	122
2922	122
2923	122
2924	122
2925	122
2926	122
2927	122
2928	122
2929	122
2930	122
2931	122
2932	122
2933	122
2934	122
2935	122
2936	122
2937	122
2938	122
2939	122
2940	122
2941	122
2942	122
2943	122
2944	122
2945	122
2946	122
2947	122
2948	122
2949	122
2950	122
2951	122
2952	122
2953	122
2954	122
2955	122
2956	122
2957	122
2958	122
2959	122
2960	122
2961	122
2962	122
2963	122
2964	122
2965	122
2966	122
2967	122
2968	122
2969	122
2970	122
2971	122
2972	122
2973	122
2974	122
2975	122
2976	122
2977	122
2978	122
2979	122
2980	122
2981	122
2982	122
2983	122
2984	122
2985	122
2986	122
2987	122
2988	122
2989	122
2990	122
2991	122
2992	122
2993	122
2994	122
2995	122
2996	122
2997	122
2998	122
2999	122
3000	122
3001	122
3002	122
3003	122
3004	122
3005	122
3006	122
3007	122
3008	122
3009	122
3010	122
3011	122
3012	122
3013	122
3014	122
3015	122
3016	122
3017	122
3018	122
3019	122
3020	122
3021	122
3022	122
3023	122
3024	122
3025	122
3026	122
3027	122
3028	122
3029	122
3030	122
3031	122
3032	122
3033	122
3034	122
3035	122
3036	122
3037	122
3038	122
3039	122
3040	122
3041	122
3042	122
3043	122
3044	122
3045	122
3046	122
3047	122
3048	122
3049	122
3050	122
3051	122
3052	122
3053	122
3054	122
3055	122
3056	122
3057	122
3058	122
3059	122
3060	122
3061	122
3062	122
3063	122
3064	122
3065	122
3066	122
3067	122
3068	122
3069	122
3070	122
3071	122
3072	122
3073	122
3074	122
3075	122
3076	122
3077	122
3078	122
3079	122
3080	122
3081	122
3082	122
3083	122
3084	122
3085	122
3086	122
3087	122
3088	122
3089	122
3090	122
3091	122
3092	122
3093	122
3094	122
2052	122
3095	122
3096	122
3097	122
3098	122
3099	122
3100	122
3101	122
3102	122
3103	122
3104	122
3105	122
3106	122
3107	122
3108	122
3109	122
3110	122
3111	122
3112	122
3113	122
3114	122
3115	122
3116	122
3117	122
3118	122
3119	122
3120	122
3121	122
3122	122
3123	122
3124	122
3125	122
3126	122
3127	122
3128	122
3129	122
3130	122
3131	122
3132	122
3133	122
3134	122
3135	122
3136	122
3137	122
3138	122
3139	122
3140	122
3141	122
3142	122
3143	122
3144	122
3145	122
3146	122
3147	122
3148	122
3149	122
3150	122
3151	122
3152	122
3153	122
3154	122
3155	122
3156	122
3157	122
3158	122
3159	122
3160	122
3161	122
3162	122
3163	122
3164	122
3165	122
3166	122
3167	122
3168	122
3169	122
3170	122
3171	122
3172	122
3173	122
3174	122
3175	122
3176	122
3177	122
3178	122
3179	122
3180	122
3181	122
3182	122
3183	122
3184	122
3185	122
3186	122
3187	122
3188	122
3189	122
3190	122
3191	122
3192	122
3193	122
3194	122
3195	122
3196	122
3197	122
3198	122
3199	122
3200	122
3201	122
3202	122
3203	122
3204	122
3205	122
3206	122
3207	122
3208	122
3209	122
3210	122
3211	122
3212	122
3213	122
3214	122
3215	122
3216	122
3217	122
3218	122
3219	122
3220	122
3221	122
3222	122
3223	122
3224	122
3225	122
3226	122
3227	122
3228	122
3229	122
3230	122
3231	122
3232	122
3233	122
3234	122
3235	122
3236	122
3237	122
3238	122
3239	122
3240	122
3241	122
3242	122
3243	122
3244	122
3245	122
3246	122
3247	122
3248	122
3249	122
3250	122
3251	122
3252	122
3253	122
3254	122
3255	122
3256	122
3257	122
3258	122
3259	122
3260	122
3261	122
3262	122
3263	122
3264	122
3265	122
3266	122
3267	122
3268	122
3269	122
3270	122
3271	122
3272	122
3273	122
3274	122
3275	122
3276	122
3277	122
3278	122
3279	122
3280	122
3281	122
3282	122
3283	122
3284	122
3285	122
3286	122
3287	122
3288	122
3289	122
3290	122
3291	122
3292	122
3293	122
3294	122
3295	122
3296	122
3297	122
3298	122
3299	122
3300	122
3301	122
3302	122
3303	122
3304	122
3305	122
3306	122
3307	122
3308	122
3309	122
3310	122
3311	122
3312	122
3313	122
3314	122
3315	122
3316	122
3317	122
3318	122
3319	122
3320	122
3321	122
3322	122
3323	122
3324	122
3325	122
3326	122
3327	122
3328	122
3329	122
3330	122
3331	122
3332	122
3333	122
3334	122
3335	122
3336	122
3337	122
3338	122
3339	122
3340	122
3341	122
3342	122
3343	122
3344	122
3345	122
3346	122
3347	122
3348	122
3349	122
3350	122
3351	122
3352	122
3353	122
3354	122
3355	122
3356	122
3357	122
3358	122
3359	122
3360	122
3361	122
3362	122
3363	122
3364	122
3365	122
3366	122
3367	122
3368	122
3369	122
3370	122
3371	122
3372	122
3373	122
3374	122
3375	122
3376	122
3377	122
3378	122
3379	122
3380	122
3381	122
3382	122
3383	122
3384	122
3385	122
3386	122
3387	122
3388	122
3389	122
3390	122
3391	122
3392	122
3393	122
3394	122
3395	122
3396	122
3397	122
3398	122
3399	122
3400	122
3401	122
3402	122
3403	122
3404	122
3405	122
3406	122
3407	122
3408	122
3409	122
3410	122
3411	122
3412	122
3413	122
3414	122
3415	122
3416	122
3417	122
3418	122
3419	122
3420	122
3421	122
3422	122
3423	122
3424	122
3425	122
3426	122
3427	122
3428	122
3429	122
3430	122
3431	122
3432	122
3433	122
3434	122
3435	122
3436	122
3437	122
3438	122
3439	122
3440	122
3441	122
3442	122
3443	122
3444	122
3445	122
3446	122
3447	122
3448	122
3449	122
3450	122
3451	122
3452	122
3453	122
3454	122
3455	122
3456	122
3457	122
3458	122
3459	122
3460	122
3461	122
3462	122
3463	122
3464	122
3465	122
3466	122
3467	122
3468	122
3469	122
3470	122
3471	122
3472	122
3473	122
3474	122
3475	122
3476	122
3477	122
3478	122
3479	122
3480	122
3481	122
3482	122
3483	122
3484	122
3485	122
3486	122
3487	122
3488	122
3489	122
3490	122
3491	122
3492	122
3493	122
3494	122
3495	122
3496	122
3497	122
3498	122
3499	122
3500	122
3501	122
3502	122
3503	122
3504	122
3505	122
3506	122
3507	122
3508	122
3509	122
3510	122
3511	122
3512	122
3513	122
3514	122
3515	122
3516	122
3517	122
3518	122
3519	122
3520	122
3521	122
3522	122
3523	122
3524	122
3525	122
3526	122
3527	122
3528	122
3529	122
3530	122
3531	122
3532	122
3533	122
3534	122
3535	122
3536	122
3537	122
3538	122
3539	122
3540	122
3541	122
3542	122
3543	122
3544	122
3545	122
3546	122
3547	122
3548	122
3549	122
3550	122
3551	122
3552	122
3553	122
3554	122
3555	122
3556	122
3557	122
3558	122
3559	122
3560	122
3561	122
3562	122
3563	122
3564	122
3565	122
3566	122
3567	122
3568	122
3569	122
3570	122
3571	122
3572	122
3573	122
3574	122
3575	122
3576	122
3577	122
3578	122
3579	122
3580	122
3581	122
3582	122
3583	122
3584	122
3585	122
3586	122
3587	122
3588	122
3589	122
3590	122
3591	122
3592	122
3593	122
3594	122
3595	122
3596	122
3597	122
3598	122
3599	122
3600	122
3601	122
3602	122
3603	122
3604	122
3605	122
3606	122
3607	122
3608	122
3609	122
3610	122
3611	122
3612	122
3613	122
3614	122
3615	122
3616	122
3617	122
3618	122
3619	122
3620	122
3621	122
3622	122
3623	122
3624	122
3625	122
3626	122
3627	122
3628	122
3629	122
3630	122
3631	122
3632	122
3633	122
3634	122
3635	122
3636	122
3637	122
3638	122
3639	122
3640	122
3641	122
3642	122
3643	122
3644	122
3645	122
3646	122
3647	122
3648	122
3649	122
3650	122
3651	122
3652	122
3653	122
3654	122
3655	122
3656	122
3657	122
3658	122
3659	122
3660	122
3661	122
3662	122
3663	122
3664	122
3665	122
3666	122
3667	122
3668	122
3669	122
3670	122
3671	122
3672	122
3673	122
3674	122
3675	122
3676	122
3677	122
3678	122
3679	122
3680	122
3681	122
3682	122
3683	122
3684	122
3685	122
3686	122
3687	122
3688	122
3689	122
3690	122
3691	122
3692	122
3693	122
3694	122
3695	122
3696	122
3697	122
3698	122
3699	122
3700	122
3701	122
3702	122
3703	122
3704	122
3705	122
3706	122
3707	122
3708	122
3709	122
3710	122
3711	122
3712	122
3713	122
3714	122
3715	122
3716	122
3717	122
3718	122
3719	122
3720	122
3721	122
3722	122
3723	122
3724	122
3725	122
3726	122
3727	122
3728	122
3729	122
3730	122
3731	122
3732	122
3733	122
3734	122
3735	122
3736	122
3737	122
3738	122
3739	122
3740	122
3741	122
3742	122
3743	122
3744	122
3745	122
3746	122
3747	122
3748	122
3749	122
3750	122
3751	122
3752	122
3753	122
3754	122
3755	122
3756	122
3757	122
3758	122
3759	122
3760	122
3761	122
3762	122
3763	122
3764	122
3765	122
3766	122
3767	122
3768	122
3769	122
3770	122
3771	122
3772	122
3773	122
3774	122
3775	122
3776	122
3777	122
3778	122
3779	122
3780	122
3781	122
3782	122
3783	122
3784	122
3785	122
3786	122
3787	122
3788	122
3789	122
3790	122
3791	122
3792	122
3793	122
3794	122
3795	122
3796	122
3797	122
3798	122
3799	122
3800	122
3801	122
3802	122
3803	122
3804	122
3805	122
3806	122
3807	122
3808	122
3809	122
3810	122
3811	122
3812	122
3813	122
3814	122
3815	122
3816	122
3817	122
3818	122
3819	122
3820	122
3821	122
3822	122
3823	122
3824	122
3825	122
3826	122
3827	122
3828	122
3829	122
3830	122
3831	122
3832	122
3833	122
3834	122
3835	122
3836	122
3837	122
3838	122
3839	122
3840	122
3841	122
3842	122
3843	122
3844	122
3845	122
3846	122
3847	122
3848	122
3849	122
3850	122
3851	122
3852	122
3853	122
3854	122
3855	122
3856	122
3857	122
3858	122
3859	122
3860	122
3861	122
3862	122
3863	122
3864	122
3865	122
3866	122
3867	122
3868	122
3869	122
3870	122
3871	122
3872	122
3873	122
3874	122
3875	122
3876	122
3877	122
3878	122
3879	122
3880	122
3881	122
3882	122
3883	122
3884	122
3885	122
3886	122
3887	122
3888	122
3889	122
3890	122
3891	122
3892	122
3893	122
3894	122
3895	122
3896	122
3897	122
3898	122
3899	122
3900	122
3901	122
3902	122
3903	122
3904	122
3905	122
3906	122
3907	122
3908	122
3909	122
3910	122
3911	122
3912	122
3913	122
3914	122
3915	122
3916	122
3917	122
3918	122
3919	122
3920	122
3921	122
3922	122
3923	122
3924	122
3925	122
3926	122
3927	122
3928	122
3929	122
3930	122
3931	122
3932	122
3933	122
3934	122
3935	122
3936	122
3937	122
3938	122
3939	122
3940	122
3941	122
3942	122
3943	122
3944	122
3945	122
3946	122
3947	122
3948	122
3949	122
3950	122
3951	122
3952	122
3953	122
3954	122
3955	122
3956	122
3957	122
3958	122
3959	122
3960	122
3961	122
3962	122
3963	122
3964	122
3965	122
3966	122
3967	122
3968	122
3969	122
3970	122
3971	122
3972	122
3973	122
3974	122
3975	122
3976	122
3977	122
3978	122
3979	122
3980	122
3981	122
3982	122
3983	122
3984	122
3985	122
3986	122
3987	122
3988	122
3989	122
3990	122
3991	122
3992	122
3993	122
3994	122
3995	122
3996	122
3997	122
3998	122
3999	122
4000	122
4001	122
4002	122
4003	122
4004	122
4005	122
4006	122
4007	122
4008	122
4009	122
4010	122
4011	122
4012	122
4013	122
4014	122
4015	122
4016	122
4017	122
4018	122
4019	122
4020	122
4021	122
4022	122
4023	122
4024	122
4025	122
4026	122
4027	122
4028	122
4029	122
4030	122
4031	122
4032	122
4033	122
4034	122
4035	122
4036	122
4037	122
4038	122
4039	122
4040	122
4041	122
4042	122
4043	122
4044	122
4045	122
4046	122
4047	122
4048	122
4049	122
4050	122
4051	122
4052	122
4053	122
4054	122
4055	122
4056	122
4057	122
4058	122
4059	122
4060	122
4061	122
4062	122
4063	122
4064	122
4065	122
4066	122
4067	122
4068	122
4069	122
4070	122
4071	122
4072	122
4073	122
4074	122
4075	122
4076	122
4077	122
4078	122
4079	122
4080	122
4081	122
4082	122
4083	122
4084	122
4085	122
4086	122
4087	122
4088	122
4089	122
4090	122
4091	122
4092	122
4093	122
4094	122
4095	122
4096	122
4097	122
4098	122
4099	122
4100	122
4101	122
4102	122
4103	122
4104	122
4105	122
4106	122
4107	122
4108	122
4109	122
4110	122
4111	122
4112	122
4113	122
4114	122
4115	122
4116	122
4117	122
4118	122
4119	122
4120	122
4121	122
4122	122
4123	122
4124	122
4125	122
4126	122
4127	122
4128	122
4129	122
4130	122
4131	122
4132	122
4133	122
4134	122
4135	122
4136	122
4137	122
4138	122
4139	122
4140	122
4141	122
4142	122
4143	122
4144	122
4145	122
4146	122
4147	122
4148	122
4149	122
4150	122
4151	122
4152	122
4153	122
4154	122
4155	122
4156	122
4157	122
4158	122
4159	122
4160	122
4161	122
4162	122
4163	122
4164	122
4165	122
4166	122
4167	122
4168	122
4169	122
4170	122
4171	122
4172	122
4173	122
4174	122
4175	122
4176	122
4177	122
4178	122
4179	122
4180	122
4181	122
4182	122
4183	122
4184	122
4185	122
4186	122
4187	122
4188	122
4189	122
4190	122
4191	122
4192	122
4193	122
4194	122
4195	122
4196	122
4197	122
4198	122
4199	122
4200	122
4201	122
4202	122
4203	122
4204	122
4205	122
4206	122
4207	122
4208	122
4209	122
4210	122
4211	122
4212	122
4213	122
4214	122
4215	122
4216	122
4217	122
4218	122
4219	122
4220	122
4221	122
4222	122
4223	122
4224	122
4225	122
4226	122
4227	122
4228	122
4229	122
4230	122
4231	122
4232	122
4233	122
4234	122
4235	122
4236	122
4237	122
4238	122
4239	122
4240	122
4241	122
4242	122
4243	122
4244	122
4245	122
4246	122
4247	122
4248	122
4249	122
4250	122
4251	122
4252	122
4253	122
4254	122
4255	122
4256	122
4257	122
4258	122
4259	122
4260	122
4261	122
4262	122
4263	122
4264	122
4265	122
4266	122
4267	122
4268	122
4269	122
4270	122
4271	122
4272	122
4273	122
4274	122
4275	122
4276	122
4277	122
4278	122
4279	122
4280	122
4281	122
4282	122
4283	122
4284	122
4285	122
4286	122
4287	122
4288	122
4289	122
4290	122
4291	122
4292	122
4293	122
4294	122
4295	122
4296	122
4297	122
4298	122
4299	122
4300	122
4301	122
4302	122
4303	122
4304	122
4305	122
4306	122
4307	122
4308	122
4309	122
4310	122
4311	122
4312	122
4313	122
4314	122
4315	122
4316	122
4317	122
4318	122
4319	122
4320	122
4321	122
4322	122
4323	122
4324	122
4325	122
4326	122
4327	122
4328	122
4329	122
4330	122
4331	122
4332	122
4333	122
4334	122
4335	122
4336	122
4337	122
4338	122
4339	122
4340	122
4341	122
4342	122
4343	122
4344	122
4345	122
4346	122
4347	122
4348	122
4349	122
4350	122
4351	122
4352	122
4353	122
4354	122
4355	122
4356	122
4357	122
4358	122
4359	122
4360	122
4361	122
4362	122
4363	122
4364	122
4365	122
4366	122
4367	122
4368	122
4369	122
4370	122
4371	122
4372	122
4373	122
4374	122
4375	122
4376	122
4377	122
4378	122
4379	122
4380	122
4381	122
4382	122
4383	122
4384	122
4385	122
4386	122
4387	122
4388	122
4389	122
4390	122
4391	122
4392	122
4393	122
4394	122
4395	122
4396	122
4397	122
4398	122
4399	122
4400	122
4401	122
4402	122
4403	122
4404	122
4405	122
4406	122
4407	122
4408	122
4409	122
4410	122
4411	122
4412	122
4413	122
4414	122
4415	122
4416	122
4417	122
4418	122
4419	122
4420	122
4421	122
4422	122
4423	122
4424	122
4425	122
4426	122
4427	122
4428	122
4429	122
4430	122
4431	122
4432	122
4433	122
4434	122
4435	122
4436	122
4437	122
4438	122
4439	122
4440	122
4441	122
4442	122
4443	122
4444	122
4445	122
4446	122
4447	122
4448	122
4449	122
4450	122
4451	122
4452	122
4453	122
4454	122
4455	122
4456	122
4457	122
4458	122
4459	122
4460	122
4461	122
4462	122
4463	122
4464	122
4465	122
4466	122
4467	122
4468	122
4469	122
4470	122
4471	122
4472	122
4473	122
4474	122
4475	122
4476	122
4477	122
4478	122
4479	122
4480	122
4481	122
4482	122
4483	122
4484	122
4485	122
4486	122
4487	122
4488	122
4489	122
4490	122
4491	122
4492	122
4493	122
4494	122
4495	122
4496	122
4497	122
4498	122
4499	122
4500	122
4501	122
4502	122
4503	122
4504	122
4505	122
4506	122
4507	122
4508	122
4509	122
4510	122
4511	122
4512	122
4513	122
4514	122
4515	122
4516	122
4517	122
4518	122
4519	122
4520	122
4521	122
4522	122
4523	122
4524	122
4525	122
4526	122
4527	122
4528	122
4529	122
4530	122
4531	122
4532	122
4533	122
4534	122
4535	122
4536	122
4537	122
4538	122
4539	122
4540	122
4541	122
4542	122
4543	122
4544	122
4545	122
4546	122
4547	122
4548	122
4549	122
4550	122
4551	122
4552	122
4553	122
4554	122
4555	122
4556	122
4557	122
4558	122
4559	122
4560	122
4561	122
4562	122
4563	122
4564	122
4565	122
4566	122
4567	122
4568	122
4569	122
4570	122
4571	122
4572	122
4573	122
4574	122
4575	122
4576	122
4577	122
4578	122
4579	122
4580	122
4581	122
4582	122
4583	122
4584	122
4585	122
4586	122
4587	122
4588	122
4589	122
4590	122
4591	122
4592	122
4593	122
4594	122
4595	122
4596	122
4597	122
4598	122
4599	122
4600	122
4601	122
4602	122
4603	122
4604	122
4605	122
4606	122
4607	122
4608	122
4609	122
4610	122
4611	122
4612	122
4613	122
4614	122
4615	122
4616	122
4617	122
4618	122
4619	122
4620	122
4621	122
4622	122
4623	122
4624	122
4625	122
4626	122
4627	122
4628	122
4629	122
4630	122
4631	122
4632	122
4633	122
4634	122
4635	122
4636	122
4637	122
4638	122
4639	122
4640	122
4641	122
4642	122
4643	122
4644	122
4645	122
4646	122
4647	122
4648	122
4649	122
4650	122
4651	122
4652	122
4653	122
4654	122
4655	122
4656	122
4657	122
4658	122
4659	122
4660	122
4661	122
4662	122
4663	122
4664	122
4665	122
4666	122
4667	122
4668	122
4669	122
4670	122
4671	122
4672	122
4673	122
4674	122
4675	122
4676	122
4677	122
4678	122
4679	122
4680	122
4681	122
4682	122
4683	122
4684	122
4685	122
4686	122
4687	122
4688	122
4689	122
4690	122
4691	122
4692	122
4693	122
4694	122
4695	122
4696	122
4697	122
4698	122
4699	122
4700	122
4701	122
4702	122
4703	122
4704	122
4705	122
4706	122
4707	122
4708	122
4709	122
4710	122
4711	122
4712	122
4713	122
4714	122
4715	122
4716	122
4717	122
4718	122
4719	122
4720	122
4721	122
4722	122
4723	122
4724	122
4725	122
4726	122
4727	122
4728	122
4729	122
4730	122
4731	122
4732	122
4733	122
4734	122
4735	122
4736	122
4737	122
4738	122
4739	122
4740	122
4741	122
4742	122
4743	122
4744	122
4745	122
4746	122
4747	122
4748	122
4749	122
4750	122
4751	122
4752	122
4753	122
4754	122
4755	122
4756	122
4757	122
4758	122
4759	122
4760	122
4761	122
4762	122
4763	122
4764	122
4765	122
4766	122
4767	122
4768	122
4769	122
4770	122
4771	122
4772	122
4773	122
4774	122
4775	122
4776	122
4777	122
4778	122
4779	122
4780	122
4781	122
4782	122
4783	122
4784	122
4785	122
4786	122
4787	122
4788	122
4789	122
4790	122
4791	122
4792	122
4793	122
4794	122
4795	122
4796	122
4797	122
4798	122
4799	122
4800	122
4801	122
4802	122
4803	122
4804	122
4805	122
4806	122
4807	122
4808	122
4809	122
4810	122
4811	122
4812	122
4813	122
4814	122
4815	122
4816	122
4817	122
4818	122
4819	122
4820	122
4821	122
4822	122
4823	122
4824	122
4825	122
4826	122
4827	122
4828	122
4829	122
4830	122
4831	122
4832	122
4833	122
4834	122
4835	122
4836	122
4837	122
4838	122
4839	122
4840	122
4841	122
4842	122
4843	122
4844	122
4845	122
4846	122
4847	122
4848	122
4849	122
4850	122
4851	122
4852	122
4853	122
4854	122
4855	122
4856	122
4857	122
4858	122
4859	122
4860	122
4861	122
4862	122
4863	122
4864	122
4865	122
4866	122
4867	122
4868	122
4869	122
4870	122
4871	122
4872	122
4873	122
4874	122
4875	122
4876	122
4877	122
4878	122
4879	122
4880	122
4881	122
4882	122
4883	122
4884	122
4885	122
4886	122
4887	122
4888	122
4889	122
4890	122
4891	122
4892	122
4893	122
4894	122
4895	122
4896	122
4897	122
4898	122
4899	122
4900	122
4901	122
4902	122
4903	122
4904	122
4905	122
4906	122
4907	122
4908	122
4909	122
4910	122
4911	122
4912	122
4913	122
4914	122
4915	122
4916	122
4917	122
4918	122
4919	122
4920	122
4921	122
4922	122
4923	122
4924	122
4925	122
4926	122
4927	122
4928	122
4929	122
4930	122
4931	122
4932	122
4933	122
4934	122
4935	122
4936	122
4937	122
4938	122
4939	122
4940	122
4941	122
4942	122
4943	122
4944	122
4945	122
4946	122
4947	122
4948	122
4949	122
4950	122
4951	122
4952	122
4953	122
4954	122
4955	122
4956	122
4957	122
4958	122
4959	122
4960	122
4961	122
4962	122
4963	122
4964	122
4965	122
4966	122
4967	122
4968	122
4969	122
4970	122
4971	122
4972	122
4973	122
4974	122
4975	122
4976	122
4977	122
4978	122
4979	122
4980	122
4981	122
4982	122
4983	122
4984	122
4985	122
4986	122
4987	122
4988	122
4989	122
4990	122
4991	122
4992	122
4993	122
4994	122
4995	122
4996	122
4997	122
4998	122
4999	122
5000	122
5001	122
5002	122
5003	122
5004	122
5005	122
5006	122
5007	122
5008	122
5009	122
5010	122
5011	122
5012	122
5013	122
5014	122
5015	122
5016	122
5017	122
5018	122
5019	122
5020	122
5021	122
5022	122
5023	122
5024	122
5025	122
5026	122
5027	122
5028	122
5029	122
5030	122
5031	122
5032	122
5033	122
5034	122
5035	122
5036	122
5037	122
5038	122
5039	122
5040	122
5041	122
5042	122
5043	122
5044	122
5045	122
5046	122
5047	122
5048	122
5049	122
5050	122
5051	122
5052	122
5053	122
5054	122
5055	122
5056	122
5057	122
5058	122
5059	122
5060	122
5061	122
5062	122
5063	122
5064	122
5065	122
294	122
5066	122
5067	122
5068	122
5069	122
5070	122
5071	122
5072	122
5073	122
5074	122
5075	122
5076	122
5077	122
5078	122
5079	122
5080	122
5081	122
5082	122
5083	122
5084	122
5085	122
5086	122
5087	122
5088	122
5089	122
5090	122
5091	122
5092	122
5093	122
5094	122
5095	122
5096	122
5097	122
5098	122
5099	122
5100	122
5101	122
5102	122
5103	122
5104	122
5105	122
5106	122
5107	122
5108	122
5109	122
5110	122
5111	122
5112	122
5113	122
5114	122
5115	122
5116	122
5117	122
5118	122
5119	122
5120	122
5121	122
5122	122
5123	122
5124	122
5125	122
5126	122
5127	122
5128	122
5129	122
5130	122
5131	122
5132	122
5133	122
5134	122
5135	122
5136	122
5137	122
5138	122
5139	122
5140	122
5141	122
5142	122
5143	122
5144	122
5145	122
5146	122
5147	122
5148	122
5149	122
5150	122
5151	122
5152	122
5153	122
5154	122
5155	122
5156	122
5157	122
5158	122
5159	122
5160	122
5161	122
5162	122
5163	122
5164	122
5165	122
5166	122
5167	122
5168	122
5169	122
5170	122
5171	122
5172	122
5173	122
5174	122
5175	122
5176	122
5177	122
5178	122
5179	122
5180	122
5181	122
5182	122
5183	122
5184	122
5185	122
5186	122
5187	122
5188	122
5189	122
5190	122
5191	122
5192	122
5193	122
5194	122
5195	122
5196	122
5197	122
5198	122
5199	122
5200	122
5201	122
5202	122
5203	122
5204	122
5205	122
5206	122
5207	122
5208	122
5209	122
5210	122
5211	122
5212	122
5213	122
5214	122
5215	122
5216	122
5217	122
5218	122
5219	122
5220	122
5221	122
5222	122
5223	122
5224	122
5225	122
5226	122
5227	122
5228	122
5229	122
5230	122
5231	122
5232	122
5233	122
5234	122
5235	122
5236	122
5237	122
5238	122
5239	122
5240	122
5241	122
5242	122
5243	122
5244	122
5245	122
5246	122
5247	122
5248	122
5249	122
5250	122
5251	122
5252	122
5253	122
5254	122
5255	122
5256	122
5257	122
5258	122
5259	122
5260	122
5261	122
5262	122
5263	122
5264	122
5265	122
5266	122
5267	122
5268	122
5269	122
5270	122
5271	122
5272	122
5273	122
5274	122
5275	122
5276	122
5277	122
5278	122
5279	122
5280	122
5281	122
5282	122
5283	122
5284	122
5285	122
5286	122
5287	122
5288	122
5289	122
5290	122
5291	122
5292	122
5293	122
5294	122
5295	122
5296	122
5297	122
5298	122
5299	122
5300	122
5301	122
5302	122
5303	122
5304	122
5305	122
5306	122
5307	122
5308	122
5309	122
5310	122
5311	122
5312	122
5313	122
5314	122
5315	122
5316	122
5317	122
5318	122
5319	122
5320	122
5321	122
5322	122
5323	122
5324	122
5325	122
5326	122
5327	122
5328	122
5329	122
5330	122
5331	122
5332	122
5333	122
5334	122
5335	122
5336	122
5337	122
5338	122
5339	122
5340	122
5341	122
5342	122
5343	122
5344	122
5345	122
5346	122
5347	122
5348	122
5349	122
5350	122
5351	122
5352	122
5353	122
5354	122
5355	122
5356	122
5357	122
5358	122
5359	122
5360	122
5361	122
5362	122
5363	122
5364	122
5365	122
5366	122
5367	122
5368	122
5369	122
5370	122
5371	122
5372	122
5373	122
5374	122
5375	122
5376	122
5377	122
5378	122
5379	122
5380	122
5381	122
5382	122
5383	122
5384	122
5385	122
5386	122
5387	122
5388	122
5389	122
5390	122
5391	122
5392	122
5393	122
5394	122
5395	122
5396	122
5397	122
5398	122
5399	122
5400	122
5401	122
5402	122
5403	122
5404	122
5405	122
5406	122
5407	122
5408	122
5409	122
5410	122
5411	122
5412	122
5413	122
5414	122
5415	122
5416	122
5417	122
5418	122
5419	122
5420	122
5421	122
5422	122
5423	122
5424	122
5425	122
5426	122
5427	122
5428	122
5429	122
5430	122
5431	122
5432	122
5433	122
5434	122
5435	122
5436	122
5437	122
5438	122
5439	122
5440	122
5441	122
5442	122
5443	122
5444	122
5445	122
5446	122
5447	122
5448	122
5449	122
5450	122
5451	122
5452	122
5453	122
5454	122
5455	122
5456	122
5457	122
5458	122
5459	122
5460	122
5461	122
5462	122
5463	122
5464	122
5465	122
5466	122
5467	122
5468	122
5469	122
5470	122
5471	122
5472	122
5473	122
5474	122
5475	122
5476	122
5477	122
5478	122
5479	122
5480	122
5481	122
5482	122
5483	122
5484	122
5485	122
5486	122
5487	122
5488	122
5489	122
5490	122
5491	122
5492	122
5493	122
5494	122
5495	122
5496	122
5497	122
5498	122
5499	122
5500	122
5501	122
5502	122
5503	122
5504	122
5505	122
5506	122
5507	122
5508	122
5509	122
5510	122
5511	122
5512	122
5513	122
5514	122
5515	122
5516	122
5517	122
5518	122
5519	122
5520	122
5521	122
5522	122
5523	122
5524	122
5525	122
5526	122
5527	122
5528	122
5529	122
5530	122
5531	122
5532	122
5533	122
5534	122
5535	122
5536	122
5537	122
5538	122
5539	122
5540	122
5541	122
5542	122
5543	122
5544	122
5545	122
5546	122
5547	122
5548	122
5549	122
5550	122
5551	122
5552	122
5553	122
5554	122
5555	122
5556	122
5557	122
5558	122
5559	122
5560	122
5561	122
5562	122
5563	122
5564	122
5565	122
5566	122
5567	122
5568	122
5569	122
5570	122
5571	122
5572	122
5573	122
5574	122
5575	122
5576	122
5577	122
5578	122
5579	122
5580	122
5581	122
5582	122
5583	122
5584	122
5585	122
5586	122
5587	122
5588	122
5589	122
5590	122
5591	122
5592	122
5593	122
5594	122
5595	122
5596	122
5597	122
5598	122
5599	122
5600	122
5601	122
5602	122
5603	122
5604	122
5605	122
5606	122
5607	122
5608	122
5609	122
5610	122
5611	122
5612	122
5613	122
5614	122
5615	122
5616	122
5617	122
5618	122
5619	122
5620	122
5621	122
5622	122
5623	122
5624	122
5625	122
5626	122
5627	122
5628	122
5629	122
5630	122
5631	122
5632	122
5633	122
5634	122
5635	122
5636	122
5637	122
5638	122
5639	122
5640	122
5641	122
5642	122
5643	122
5644	122
5645	122
5646	122
5647	122
5648	122
5649	122
5650	122
5651	122
5652	122
5653	122
5654	122
5655	122
5656	122
5657	122
5658	122
5659	122
5660	122
5661	122
5662	122
5663	122
5664	122
5665	122
5666	122
5667	122
5668	122
5669	122
5670	122
5671	122
5672	122
5673	122
5674	122
5675	122
5676	122
5677	122
5678	122
5679	122
5680	122
5681	122
5682	122
5683	122
5684	122
5685	122
5686	122
5687	122
5688	122
5689	122
5690	122
5691	122
5692	122
5693	122
5694	122
5695	122
5696	122
5697	122
5698	122
5699	122
5700	122
5701	122
5702	122
5703	122
5704	122
5705	122
5706	122
5707	122
5708	122
5709	122
5710	122
5711	122
5712	122
5713	122
5714	122
5715	122
5716	122
5717	122
5718	122
5719	122
5720	122
5721	122
5722	122
5723	122
5724	122
5725	122
5726	122
5727	122
5728	122
5729	123
5730	123
5731	123
5732	123
5733	123
5734	123
5735	123
5736	123
5737	123
5738	123
5739	123
5740	123
5741	123
5742	123
5743	123
5744	123
5745	123
5746	123
5747	123
5748	123
5749	123
5750	123
5751	123
5752	123
5753	123
5754	123
5755	123
5756	123
5757	123
5758	123
5759	123
5760	123
5761	123
5762	123
5763	123
5764	123
5765	123
5766	123
5767	123
5768	123
5769	123
5770	123
5771	123
5772	123
5773	123
5774	123
5775	123
5776	123
5777	123
5778	123
5779	123
5780	123
5781	123
5782	123
5783	123
5784	123
5785	123
5786	123
5787	123
5788	123
5789	123
5790	123
5791	123
5792	123
5793	123
5794	123
5795	123
5796	123
5797	123
5798	123
5799	123
5800	123
5801	123
5802	123
5803	123
5804	123
5805	123
5806	123
5807	123
5808	123
5809	123
5810	123
5811	123
5812	123
5813	123
5814	123
5815	123
5816	123
5817	123
5818	123
5819	123
5820	123
5821	123
5822	123
5823	123
5824	123
5825	123
5826	123
5827	123
5828	123
5829	123
5830	123
5831	123
5832	123
5833	123
5834	123
5835	123
5836	123
5837	123
5838	123
5839	123
5840	123
5841	123
5842	123
5843	123
5844	123
5845	123
5846	123
5847	123
5848	123
5849	123
5850	123
5851	123
5852	123
5853	123
5854	123
5855	123
5856	123
5857	123
5858	123
5859	123
5860	123
5861	123
5862	123
5863	123
5864	123
5865	123
5866	123
5867	123
5868	123
5869	123
5870	123
5871	123
5872	123
5873	123
5874	123
5875	123
5876	123
5877	123
5878	123
5879	123
5880	123
5881	123
5882	123
5883	123
5884	123
5885	123
5886	123
5887	123
5888	123
5889	123
5890	123
5891	123
5892	123
5893	123
5894	123
5895	123
5896	123
5897	123
5898	123
5899	123
5900	123
5901	123
5902	123
5903	123
5904	123
5905	123
5906	123
5907	123
5908	123
5909	123
5910	123
5911	123
5912	123
5913	123
5914	123
5915	123
5916	123
5917	123
5918	123
5919	123
5920	123
5921	123
5922	123
5923	123
5924	123
5925	123
5926	123
5927	123
5928	123
5929	123
5930	123
5931	123
5932	123
5933	123
5934	123
5935	123
5936	123
5937	123
5938	123
5939	123
5940	123
5941	123
5942	123
5943	123
5944	123
5945	123
5946	123
5947	123
5948	123
5949	123
5950	123
5951	123
5952	123
5953	123
5954	123
5955	123
5956	123
5957	123
5958	123
4666	123
5959	123
5960	123
5961	123
5962	123
5963	123
5964	123
5965	123
5966	123
5967	123
5968	123
5969	123
5970	123
5971	123
5972	123
5973	123
5974	123
5975	123
5976	123
5977	123
5978	123
5979	123
5980	123
5981	123
5982	123
5983	123
5984	123
5985	123
5986	123
5987	123
5988	123
5989	123
5990	123
5991	123
5992	123
5993	123
5994	123
5995	123
5996	123
5997	123
5998	123
5999	123
6000	123
6001	123
6002	123
6003	123
6004	123
6005	123
6006	123
6007	123
6008	123
6009	123
6010	123
6011	123
6012	123
6013	123
6014	123
6015	123
6016	123
6017	123
6018	123
6019	123
6020	123
6021	123
6022	123
6023	123
6024	123
6025	123
6026	123
6027	123
6028	123
6029	123
6030	123
6031	123
6032	123
6033	123
6034	123
6035	123
6036	123
6037	123
6038	123
6039	123
6040	123
6041	123
6042	123
6043	123
6044	123
6045	123
6046	123
6047	123
6048	123
6049	123
6050	123
6051	123
6052	123
6053	123
6054	123
6055	123
6056	123
6057	123
6058	123
6059	123
6060	123
6061	123
6062	123
6063	123
6064	123
6065	123
6066	123
6067	123
6068	123
6069	123
6070	123
6071	123
6072	123
6073	123
6074	123
6075	123
6076	123
6077	123
6078	123
6079	123
6080	123
6081	123
6082	123
6083	123
6084	123
6085	123
6086	123
6087	123
6088	123
6089	123
6090	123
6091	123
6092	123
6093	123
6094	123
6095	123
6096	123
6097	123
6098	123
6099	123
6100	123
6101	123
6102	123
6103	123
6104	123
6105	123
6106	123
6107	123
6108	123
6109	123
6110	123
6111	123
6112	123
6113	123
6114	123
6115	123
6116	123
6117	123
6118	123
6119	123
6120	123
6121	123
6122	123
6123	123
6124	123
6125	123
6126	123
6127	123
6128	123
6129	123
6130	123
6131	123
6132	123
6133	123
6134	123
6135	123
6136	123
6137	123
6138	123
6139	123
6140	123
6141	123
6142	123
6143	123
6144	123
6145	123
6146	123
6147	123
6148	123
6149	123
6150	123
6151	123
6152	123
6153	123
6154	123
6155	123
6156	123
6157	123
6158	123
6159	123
6160	123
6161	123
6162	123
6163	123
6164	123
6165	123
6166	123
6167	123
6168	123
6169	123
6170	123
6171	123
6172	123
6173	123
6174	123
6175	123
6176	123
6177	123
6178	123
6179	123
6180	123
6181	123
6182	123
6183	123
6184	123
6185	123
6186	123
6187	123
6188	123
6189	123
6190	123
6191	123
6192	123
6193	123
6194	123
6195	123
6196	123
6197	123
6198	123
6199	123
6200	123
6201	123
6202	123
6203	123
6204	123
6205	123
6206	123
6207	123
6208	123
6209	123
6210	123
6211	123
6212	123
6213	123
6214	123
6215	123
6216	123
6217	123
6218	123
6219	123
6220	123
6221	123
6222	123
6223	123
6224	123
6225	123
6226	123
6227	123
6228	123
6229	123
6230	123
6231	123
6232	123
6233	123
6234	123
6235	123
6236	123
6237	123
6238	123
6239	123
6240	123
6241	123
6242	123
6243	123
6244	123
6245	123
6246	123
6247	123
6248	123
6249	123
6250	123
6251	123
6252	123
4766	123
6253	123
6254	123
6255	123
6256	123
6257	123
6258	123
4769	123
6259	123
6260	123
6261	123
6262	123
4773	123
6263	123
6264	123
6265	123
6266	123
6267	123
6268	123
6269	123
6270	123
6271	123
6272	123
6273	123
6274	123
6275	123
6276	123
6277	123
6278	123
6279	123
6280	123
6281	123
6282	123
4781	123
6283	123
6284	123
6285	123
6286	123
6287	123
6288	123
6289	123
6290	123
6291	123
6292	123
6293	123
6294	123
6295	123
6296	123
6297	123
6298	123
6299	123
6300	123
6301	123
6302	123
6303	123
6304	123
6305	123
6306	123
6307	123
6308	123
6309	123
6310	123
6311	123
6312	123
6313	123
6314	123
6315	123
6316	123
6317	123
6318	123
6319	123
6320	123
6321	123
6322	123
6323	123
6324	123
6325	123
6326	123
6327	123
6328	123
6329	123
6330	123
6331	123
6332	123
6333	123
6334	123
6335	123
6336	123
6337	123
6338	123
6339	123
6340	123
6341	123
6342	123
6343	123
6344	123
6345	123
6346	123
6347	123
6348	123
6349	123
6350	123
6351	123
6352	123
6353	123
6354	123
6355	123
6356	123
6357	123
6358	123
6359	123
6360	123
6361	123
6362	123
6363	123
6364	123
6365	123
6366	123
4831	123
6367	123
6368	123
6369	123
6370	123
6371	123
6372	123
6373	123
6374	123
6375	123
6376	123
6377	123
6378	123
6379	123
6380	123
6381	123
6382	123
6383	123
6384	123
6385	123
6386	123
6387	123
6388	123
6389	123
6390	123
6391	123
6392	123
6393	123
6394	123
6395	123
6396	123
6397	123
6398	123
6399	123
6400	123
6401	123
6402	123
6403	123
6404	123
6405	123
6406	123
6407	123
6408	123
6409	123
4849	123
6410	123
6411	123
6412	123
4850	123
6413	123
6414	123
6415	123
6416	123
6417	123
6418	123
6419	123
6420	123
6421	123
6422	123
6423	123
6424	123
6425	123
6426	123
6427	123
6428	123
6429	123
6430	123
6431	123
6432	123
6433	123
6434	123
6435	123
6436	123
6437	123
6438	123
6439	123
6440	123
6441	123
6442	123
6443	123
6444	123
6445	123
6446	123
6447	123
6448	123
6449	123
6450	123
6451	123
6452	123
6453	123
6454	123
6455	123
6456	123
6457	123
6458	123
6459	123
6460	123
6461	123
6462	123
6463	123
6464	123
6465	123
6466	123
6467	123
6468	123
6469	123
6470	123
6471	123
6472	123
6473	123
6474	123
6475	123
6476	123
6477	123
6478	123
6479	123
6480	123
6481	123
6482	123
6483	123
6484	123
6485	123
6486	123
6487	123
6488	123
6489	123
6490	123
6491	123
6492	123
6493	123
6494	123
6495	123
4901	123
6496	123
6497	123
6498	123
6499	123
6500	123
6501	123
6502	123
6503	123
6504	123
6505	123
6506	123
6507	123
6508	123
6509	123
6510	123
6511	123
6512	123
6513	123
6514	123
6515	123
6516	123
6517	123
6518	123
6519	123
6520	123
6521	123
6522	123
6523	123
6524	123
6525	123
6526	123
6527	123
6528	123
6529	123
6530	123
6531	123
6532	123
6533	123
6534	123
6535	123
6536	123
6537	123
6538	123
6539	123
6540	123
6541	123
6542	123
6543	123
6544	123
6545	123
6546	123
6547	123
6548	123
6549	123
6550	123
6551	123
6552	123
6553	123
6554	123
6555	123
6556	123
6557	123
6558	123
6559	123
6560	123
6561	123
6562	123
6563	123
6564	123
6565	123
6566	123
6567	123
6568	123
6569	123
6570	123
6571	123
6572	123
6573	123
6574	123
6575	123
6576	123
6577	123
6578	123
6579	123
6580	123
4925	123
6581	123
6582	123
6583	123
6584	123
6585	123
6586	123
6587	123
6588	123
6589	123
6590	123
6591	123
6592	123
6593	123
6594	123
6595	123
6596	123
6597	123
6598	123
6599	123
6600	123
6601	123
6602	123
6603	123
6604	123
6605	123
6606	123
6607	123
6608	123
6609	123
6610	123
6611	123
6612	123
6613	123
6614	123
6615	123
6616	123
6617	123
6618	123
6619	123
6620	123
6621	123
6622	123
6623	123
6624	123
6625	123
6626	123
6627	123
6628	123
6629	123
6630	123
6631	123
6632	123
6633	123
6634	123
6635	123
6636	123
6637	123
6638	123
6639	123
6640	123
6641	123
6642	123
6643	123
6644	123
6645	123
6646	123
6647	123
6648	123
6649	123
6650	123
6651	123
6652	123
6653	123
6654	123
6655	123
6656	123
6657	123
6658	123
6659	123
6660	123
6661	123
6662	123
6663	123
6664	123
6665	123
6666	123
4970	123
6667	123
6668	123
6669	123
6670	123
6671	123
6672	123
6673	123
6674	123
6675	123
6676	123
6677	123
6678	123
6679	123
6680	123
6681	123
6682	123
6683	123
6684	123
6685	123
6686	123
6687	123
6688	123
6689	123
6690	123
6691	123
6692	123
6693	123
6694	123
4988	123
6695	123
6696	123
6697	123
6698	123
6699	123
6700	123
6701	123
6702	123
6703	123
6704	123
6705	123
6706	123
6707	123
6708	123
6709	123
6710	123
6711	123
6712	123
6713	123
6714	123
6715	123
6716	123
6717	123
6718	123
6719	123
6720	123
6721	123
6722	123
6723	123
6724	123
6725	123
6726	123
6727	123
6728	123
6729	123
6730	123
6731	123
6732	123
6733	123
6734	123
6735	123
6736	123
6737	123
6738	123
6739	123
6740	123
6741	123
6742	123
6743	123
6744	123
6745	123
6746	123
6747	123
6748	123
6749	123
6750	123
6751	123
6752	123
6753	123
6754	123
6755	123
6756	123
6757	123
6758	123
6759	123
6760	123
6761	123
6762	123
6763	123
6764	123
6765	123
6766	123
6767	123
6768	123
6769	123
6770	123
6771	123
6772	123
6773	123
6774	123
6775	123
6776	123
6777	123
6778	123
6779	123
6780	123
6781	123
6782	123
6783	123
6784	123
6785	123
6786	123
6787	123
6788	123
6789	123
6790	123
6791	123
6792	123
6793	123
6794	123
6795	123
6796	123
6797	123
6798	123
6799	123
6800	123
6801	123
6802	123
6803	123
6804	123
6805	123
6806	123
6807	123
6808	123
6809	123
6810	123
6811	123
6812	123
6813	123
6814	123
6815	123
6816	123
6817	123
6818	123
6819	123
6820	123
6821	123
6822	123
6823	123
6824	123
6825	123
6826	123
6827	123
6828	123
6829	123
6830	123
6831	123
6832	123
6833	123
6834	123
6835	123
6836	123
6837	123
6838	123
6839	123
6840	123
6841	123
6842	123
6843	123
6844	123
6845	123
6846	123
6847	123
6848	123
6849	123
6850	123
6851	123
6852	123
6853	123
6854	123
6855	123
6856	123
6857	123
6858	123
6859	123
6860	123
6861	123
6862	123
6863	123
6864	123
6865	123
6866	123
6867	123
6868	123
6869	123
6870	123
6871	123
6872	123
6873	123
6874	123
6875	123
6876	123
6877	123
6878	123
6879	123
6880	123
6881	123
6882	123
6883	123
6884	123
6885	123
6886	123
6887	123
6888	123
6889	123
6890	123
6891	123
6892	123
6893	123
6894	123
6895	123
6896	123
6897	123
6898	123
6899	123
6900	123
6901	123
6902	123
6903	123
6904	123
6905	123
6906	123
6907	123
6908	123
6909	123
6910	123
6911	123
6912	123
6913	123
6914	123
6915	123
6916	123
6917	123
6918	123
6919	123
6920	123
6921	123
6922	123
6923	123
6924	123
6925	123
6926	123
6927	123
6928	123
6929	123
6930	123
6931	123
6932	123
6933	123
6934	123
6935	123
6936	123
6937	123
6938	123
6939	123
6940	123
6941	123
6942	123
6943	123
6944	123
6945	123
6946	123
6947	123
6948	123
6949	123
6950	123
6951	123
6952	123
6953	123
6954	123
6955	123
6956	123
6957	123
6958	123
6959	123
6960	123
6961	123
6962	123
6963	123
6964	123
6965	123
6966	123
6967	123
6968	123
6969	123
6970	123
6971	123
6972	123
6973	123
6974	123
6975	123
6976	123
6977	123
6978	123
6979	123
6980	123
6981	123
6982	123
6983	123
6984	123
6985	123
6986	123
6987	123
6988	123
6989	123
6990	123
6991	123
6992	123
6993	123
6994	123
6995	123
6996	123
6997	123
6998	123
6999	123
7000	123
7001	123
7002	123
7003	123
7004	123
7005	123
7006	123
7007	123
7008	123
7009	123
7010	123
7011	123
7012	123
7013	123
7014	123
7015	123
7016	123
7017	123
7018	123
7019	123
7020	123
7021	123
7022	123
7023	123
7024	123
7025	123
7026	123
7027	123
7028	123
7029	123
7030	123
7031	123
7032	123
7033	123
7034	123
7035	123
7036	123
7037	123
7038	123
7039	123
7040	123
7041	123
7042	123
7043	123
7044	123
7045	123
7046	123
7047	123
7048	123
7049	123
7050	123
7051	123
7052	123
7053	123
7054	123
7055	123
7056	123
7057	123
7058	123
7059	123
7060	123
7061	123
7062	123
7063	123
7064	123
7065	123
7066	123
7067	123
7068	123
7069	123
7070	123
7071	123
7072	123
7073	123
7074	123
7075	123
7076	123
7077	123
7078	123
7079	123
7080	123
7081	123
7082	123
7083	123
7084	123
7085	123
7086	123
7087	123
7088	123
7089	123
7090	123
7091	123
7092	123
7093	123
7094	123
7095	123
7096	123
7097	123
7098	123
7099	123
7100	123
7101	123
7102	123
7103	123
7104	123
7105	123
7106	123
7107	123
7108	123
7109	123
7110	123
7111	123
7112	123
7113	123
7114	123
7115	123
7116	123
7117	123
7118	123
7119	123
7120	123
7121	123
7122	123
7123	123
7124	123
7125	123
7126	123
7127	123
7128	123
7129	123
7130	123
7131	123
7132	123
7133	123
7134	123
7135	123
7136	123
7137	123
7138	123
7139	123
7140	123
7141	123
7142	123
7143	123
7144	123
7145	123
7146	123
7147	123
7148	123
7149	123
7150	123
7151	123
7152	123
7153	123
7154	123
7155	123
7156	123
7157	123
7158	123
7159	123
7160	123
7161	123
7162	123
7163	123
7164	123
7165	123
7166	123
7167	123
7168	123
7169	123
7170	123
7171	123
7172	123
7173	123
7174	123
7175	123
7176	123
7177	123
7178	123
7179	123
7180	123
7181	123
7182	123
7183	123
7184	123
7185	123
7186	123
7187	123
7188	123
7189	123
7190	123
7191	123
7192	123
7193	123
7194	123
7195	123
7196	123
7197	123
7198	123
7199	123
7200	123
7201	123
7202	123
7203	123
7204	123
7205	123
7206	123
7207	123
7208	123
7209	123
7210	123
7211	123
7212	123
7213	123
7214	123
7215	123
7216	123
7217	123
7218	123
7219	123
7220	123
7221	123
7222	123
7223	123
7224	123
7225	123
7226	123
7227	123
7228	123
7229	123
7230	123
7231	123
7232	123
7233	123
7234	123
7235	123
7236	123
7237	123
7238	123
7239	123
7240	123
7241	123
7242	123
7243	123
7244	123
7245	123
7246	123
7247	123
7248	123
7249	123
7250	123
7251	123
7252	123
7253	123
7254	123
7255	123
7256	123
7257	123
7258	123
7259	123
7260	123
7261	123
7262	123
7263	123
7264	123
7265	123
7266	123
7267	123
7268	123
7269	123
7270	123
7271	123
7272	123
7273	123
7274	123
7275	123
7276	123
7277	123
7278	123
7279	123
7280	123
7281	123
7282	123
7283	123
7284	123
7285	123
7286	123
7287	123
7288	123
7289	123
7290	123
7291	123
7292	123
7293	123
7294	123
7295	123
7296	123
7297	123
7298	123
7299	123
7300	123
7301	123
7302	123
7303	123
7304	123
7305	123
7306	123
7307	123
7308	123
7309	123
7310	123
7311	123
7312	123
7313	123
7314	123
5217	123
7315	123
7316	123
7317	123
7318	123
7319	123
7320	123
7321	123
7322	123
7323	123
7324	123
7325	123
7326	123
7327	123
7328	123
7329	123
7330	123
7331	123
7332	123
7333	123
7334	123
7335	123
7336	123
7337	123
7338	123
7339	123
7340	123
7341	123
7342	123
7343	123
7344	123
7345	123
7346	123
7347	123
7348	123
7349	123
7350	123
7351	123
7352	123
7353	123
7354	123
7355	123
7356	123
7357	123
7358	123
7359	123
7360	123
7361	123
7362	123
7363	123
7364	123
7365	123
7366	123
7367	123
7368	123
7369	123
7370	123
7371	123
7372	123
7373	123
7374	123
7375	123
7376	123
7377	123
7378	123
7379	123
7380	123
7381	123
7382	123
7383	123
7384	123
7385	123
7386	123
7387	123
7388	123
7389	123
7390	123
7391	123
7392	123
7393	123
7394	123
7395	123
7396	123
5251	123
7397	123
7398	123
7399	123
7400	123
7401	123
7402	123
7403	123
7404	123
7405	123
7406	123
7407	123
7408	123
7409	123
7410	123
7411	123
7412	123
7413	123
7414	123
7415	123
7416	123
7417	123
7418	123
7419	123
7420	123
7421	123
7422	123
7423	123
7424	123
7425	123
7426	123
7427	123
7428	123
7429	123
7430	123
7431	123
7432	123
7433	123
7434	123
7435	123
7436	123
7437	123
7438	123
7439	123
7440	123
7441	123
7442	123
7443	123
7444	123
7445	123
7446	123
7447	123
7448	123
7449	123
7450	123
7451	123
7452	123
7453	123
7454	123
7455	123
7456	123
7457	123
7458	123
7459	123
7460	123
7461	123
7462	123
7463	123
7464	123
7465	123
7466	123
7467	123
7468	123
7469	123
7470	123
7471	123
7472	123
7473	123
7474	123
7475	123
7476	123
7477	123
7478	123
7479	123
7480	123
7481	123
7482	123
7483	123
7484	123
7485	123
7486	123
7487	123
7488	123
7489	123
7490	123
7491	123
7492	123
7493	123
7494	123
7495	123
7496	123
7497	123
7498	123
7499	123
7500	123
7501	123
7502	123
7503	123
7504	123
7505	123
7506	123
7507	123
7508	123
7509	123
7510	123
7511	123
7512	123
7513	123
7514	123
7515	123
7516	123
7517	123
7518	123
7519	123
7520	123
7521	123
7522	123
7523	123
7524	123
7525	123
7526	123
7527	123
7528	123
7529	123
7530	123
7531	123
7532	123
7533	123
7534	123
7535	123
7536	123
7537	123
7538	123
7539	123
7540	123
7541	123
7542	123
7543	123
7544	123
7545	123
7546	123
7547	123
7548	123
7549	123
7550	123
7551	123
7552	123
7553	123
7554	123
7555	123
7556	123
7557	123
7558	123
7559	123
7560	123
7561	123
7562	123
7563	123
7564	123
7565	123
7566	123
7567	123
7568	123
7569	123
7570	123
7571	123
7572	123
7573	123
7574	123
7575	123
7576	123
7577	123
7578	123
7579	123
7580	123
7581	123
7582	123
7583	123
7584	123
7585	123
7586	123
7587	123
7588	123
7589	123
7590	123
7591	123
7592	123
7593	123
7594	123
7595	123
7596	123
7597	123
7598	123
7599	123
7600	123
7601	123
7602	123
7603	123
7604	123
7605	123
7606	123
7607	123
7608	123
7609	123
7610	123
7611	123
7612	123
7613	123
7614	123
7615	123
7616	123
7617	123
7618	123
7619	123
7620	123
7621	123
7622	123
7623	123
7624	123
7625	123
7626	123
7627	123
7628	123
7629	123
7630	123
7631	123
7632	123
7633	123
7634	123
7635	123
7636	123
7637	123
7638	123
7639	123
7640	123
7641	123
7642	123
7643	123
7644	123
7645	123
7646	123
7647	123
7648	123
7649	123
7650	123
7651	123
7652	123
7653	123
7654	123
7655	123
7656	123
7657	123
7658	123
7659	123
7660	123
7661	123
7662	123
7663	123
7664	123
7665	123
7666	123
7667	123
7668	123
7669	123
7670	123
7671	123
7672	123
7673	123
7674	123
7675	123
7676	123
7677	123
7678	123
7679	123
7680	123
7681	123
7682	123
7683	123
7684	123
7685	123
7686	123
7687	123
7688	123
7689	123
7690	123
7691	123
7692	123
7693	123
7694	123
7695	123
7696	123
7697	123
7698	123
7699	123
7700	123
7701	123
7702	123
7703	123
7704	123
7705	123
7706	123
7707	123
7708	123
7709	123
7710	123
7711	123
7712	123
7713	123
7714	123
7715	123
7716	123
7717	123
7718	123
7719	123
7720	123
7721	123
7722	123
7723	123
7724	123
7725	123
7726	123
7727	123
7728	123
7729	123
7730	123
7731	123
7732	123
7733	123
7734	123
7735	123
7736	123
7737	123
7738	123
7739	123
7740	123
7741	123
7742	123
7743	123
7744	123
7745	123
7746	123
7747	123
7748	123
7749	123
7750	123
7751	123
7752	123
7753	123
7754	123
7755	123
7756	123
7757	123
7758	123
7759	123
7760	123
7761	123
7762	123
7763	123
7764	123
7765	123
7766	123
7767	123
7768	123
7769	123
7770	123
7771	123
7772	123
7773	123
7774	123
7775	123
7776	123
7777	123
7778	123
7779	123
7780	123
7781	123
7782	123
7783	123
7784	123
7785	123
7786	123
7787	123
7788	123
7789	123
7790	123
7791	123
7792	123
7793	123
7794	123
7795	123
7796	123
7797	123
7798	123
7799	123
7800	123
7801	123
7802	123
7803	123
7804	123
7805	123
7806	123
7807	123
7808	123
7809	123
7810	123
7811	123
7812	123
7813	123
7814	123
7815	123
7816	123
7817	123
7818	123
7819	123
7820	123
7821	123
7822	123
7823	123
7824	123
7825	123
7826	123
7827	123
7828	123
7829	123
7830	123
7831	123
7832	123
7833	123
7834	123
7835	123
7836	123
7837	123
7838	123
7839	123
7840	123
7841	123
7842	123
7843	123
7844	123
7845	123
7846	123
7847	123
7848	123
7849	123
7850	123
7851	123
7852	123
7853	123
7854	123
7855	123
7856	123
7857	123
7858	123
7859	123
7860	123
7861	123
7862	123
7863	123
7864	123
7865	123
7866	123
7867	123
7868	123
7869	123
7870	123
7871	123
7872	123
7873	123
7874	123
7875	123
7876	123
7877	123
7878	123
7879	123
7880	123
7881	123
7882	123
7883	123
7884	123
7885	123
7886	123
7887	123
7888	123
7889	123
4299	123
7890	123
7891	123
7892	123
7893	123
7894	123
7895	123
7896	123
7897	123
4314	123
7898	123
7899	123
7900	123
7901	123
7902	123
7903	123
7904	123
7905	123
7906	123
7907	123
7908	123
7909	123
7910	123
7911	123
7912	123
7913	123
7914	123
7915	123
7916	123
7917	123
7918	123
7919	123
7920	123
7921	123
7922	123
7923	123
7924	123
7925	123
7926	123
7927	123
7928	123
7929	123
7930	123
7931	123
7932	123
7933	123
7934	123
7935	123
7936	123
7937	123
7938	123
7939	123
7940	123
7941	123
7942	123
7943	123
7944	123
7945	123
7946	123
7947	123
7948	123
7949	123
7950	123
7951	123
7952	123
7953	123
7954	123
7955	123
7956	123
7957	123
7958	123
7959	123
7960	123
7961	123
7962	123
7963	123
7964	123
7965	123
7966	123
7967	123
7968	123
7969	123
7970	123
7971	123
7972	123
7973	123
7974	123
7975	123
7976	123
7977	123
7978	123
7979	123
7980	123
7981	123
7982	123
7983	123
7984	123
7985	123
7986	123
7987	123
7988	123
7989	123
7990	123
7991	123
7992	123
7993	123
7994	123
7995	123
7996	123
7997	123
7998	123
7999	123
8000	123
8001	123
8002	123
8003	123
8004	123
8005	123
8006	123
8007	123
8008	123
8009	123
8010	123
8011	123
8012	123
8013	123
8014	123
8015	123
8016	123
8017	123
8018	123
8019	123
8020	123
8021	123
8022	123
8023	123
8024	123
8025	123
5513	123
8026	123
8027	123
8028	123
8029	123
8030	123
8031	123
8032	123
8033	123
8034	123
8035	123
8036	123
8037	123
8038	123
8039	123
8040	123
8041	123
8042	123
8043	123
8044	123
8045	123
8046	123
8047	123
8048	123
8049	123
8050	123
8051	123
8052	123
8053	123
8054	123
8055	123
8056	123
8057	123
8058	123
8059	123
8060	123
8061	123
8062	123
8063	123
8064	123
8065	123
8066	123
8067	123
8068	123
8069	123
8070	123
8071	123
8072	123
5523	123
8073	123
8074	123
8075	123
8076	123
8077	123
8078	123
8079	123
8080	123
8081	123
8082	123
8083	123
8084	123
8085	123
8086	123
8087	123
8088	123
8089	123
8090	123
8091	123
8092	123
8093	123
8094	123
8095	123
8096	123
8097	123
8098	123
8099	123
8100	123
8101	123
8102	123
8103	123
8104	123
8105	123
8106	123
8107	123
8108	123
8109	123
8110	123
8111	123
8112	123
8113	123
8114	123
8115	123
8116	123
8117	123
8118	123
4432	123
8119	123
8120	123
8121	123
8122	123
8123	123
8124	123
8125	123
8126	123
8127	123
8128	123
8129	123
8130	123
8131	123
8132	123
8133	123
8134	123
8135	123
8136	123
8137	123
8138	123
8139	123
8140	123
8141	123
8142	123
8143	123
8144	123
8145	123
8146	123
8147	123
8148	123
8149	123
8150	123
8151	123
8152	123
8153	123
8154	123
8155	123
8156	123
8157	123
8158	123
8159	123
8160	123
8161	123
8162	123
8163	123
8164	123
8165	123
8166	123
8167	123
8168	123
8169	123
8170	123
8171	123
8172	123
8173	123
8174	123
8175	123
8176	123
8177	123
8178	123
8179	123
8180	123
8181	123
8182	123
8183	123
8184	123
8185	123
8186	123
8187	123
8188	123
8189	123
8190	123
8191	123
8192	123
8193	123
8194	123
8195	123
8196	123
8197	123
8198	123
8199	123
8200	123
8201	123
8202	123
8203	123
8204	123
8205	123
8206	123
8207	123
8208	123
8209	123
8210	123
8211	123
8212	123
8213	123
8214	123
8215	123
8216	123
8217	123
8218	123
8219	123
8220	123
8221	123
8222	123
8223	123
8224	123
8225	123
8226	123
8227	123
8228	123
8229	123
8230	123
8231	123
8232	123
8233	123
8234	123
8235	123
8236	123
8237	123
8238	123
8239	123
8240	123
8241	123
8242	123
8243	123
8244	123
8245	123
8246	123
8247	123
8248	123
8249	123
8250	123
8251	123
8252	123
8253	123
8254	123
8255	123
8256	123
8257	123
8258	123
8259	123
8260	123
8261	123
8262	123
8263	123
8264	123
8265	123
8266	123
8267	123
8268	123
8269	123
8270	123
8271	123
8272	123
8273	123
8274	123
8275	123
8276	123
8277	123
8278	123
8279	123
8280	123
8281	123
8282	123
8283	123
8284	123
8285	123
8286	123
8287	123
8288	123
8289	123
8290	123
8291	123
8292	123
8293	123
8294	123
8295	123
8296	123
8297	123
8298	123
8299	123
8300	123
8301	123
8302	123
8303	123
8304	123
8305	123
8306	123
8307	123
8308	123
8309	123
8310	123
8311	123
8312	123
8313	123
8314	123
8315	123
8316	123
8317	123
8318	123
8319	123
8320	123
8321	123
8322	123
8323	123
8324	123
8325	123
8326	123
8327	123
8328	123
8329	123
8330	123
8331	123
8332	123
8333	123
8334	123
8335	123
8336	123
8337	123
8338	123
8339	123
8340	123
8341	123
8342	123
8343	123
8344	123
8345	123
8346	123
8347	123
8348	123
8349	123
8350	123
8351	123
8352	123
8353	123
8354	123
8355	123
8356	123
8357	123
8358	123
8359	123
8360	123
8361	123
8362	123
8363	123
8364	123
8365	123
8366	123
8367	123
8368	123
8369	123
8370	123
8371	123
8372	123
8373	123
8374	123
8375	123
8376	123
8377	123
8378	123
8379	123
8380	123
8381	123
8382	123
8383	123
8384	123
8385	123
8386	123
8387	123
8388	123
8389	123
8390	123
8391	123
8392	123
8393	123
8394	123
8395	123
8396	123
8397	123
8398	123
8399	123
8400	123
8401	123
8402	123
8403	123
8404	123
8405	123
8406	123
8407	123
8408	123
8409	123
8410	123
8411	123
8412	123
8413	123
8414	123
8415	123
8416	123
8417	123
8418	123
8419	123
8420	123
8421	123
8422	123
8423	123
8424	123
8425	123
8426	123
8427	123
8428	123
8429	123
8430	123
8431	123
8432	123
8433	123
8434	123
8435	123
8436	123
8437	123
8438	123
8439	123
8440	123
8441	123
8442	123
8443	123
8444	123
8445	123
8446	123
8447	123
8448	123
8449	123
8450	123
8451	123
8452	123
8453	123
8454	123
8455	123
8456	123
8457	123
8458	123
8459	123
8460	123
8461	123
8462	123
8463	123
8464	123
8465	123
8466	123
8467	123
8468	123
8469	123
8470	123
8471	123
8472	123
8473	123
8474	123
8475	123
8476	123
8477	123
8478	123
8479	123
8480	123
8481	123
8482	123
8483	123
8484	123
8485	123
8486	123
8487	123
8488	123
8489	123
8490	123
8491	123
8492	123
8493	123
8494	123
8495	123
8496	123
8497	123
8498	123
8499	123
8500	123
8501	123
8502	123
8503	123
8504	123
8505	123
8506	123
8507	123
8508	123
8509	123
8510	123
8511	123
8512	123
8513	123
8514	123
8515	123
8516	123
8517	123
8518	123
8519	123
8520	123
8521	123
8522	123
8523	123
8524	123
8525	123
8526	123
8527	123
8528	123
8529	123
8530	123
8531	123
8532	123
8533	123
8534	123
8535	123
8536	123
8537	123
8538	123
8539	123
8540	123
8541	123
8542	123
8543	123
8544	123
8545	123
8546	123
8547	123
8548	123
8549	123
8550	123
8551	123
8552	123
8553	123
8554	123
8555	123
8556	123
8557	123
8558	123
8559	123
8560	123
5580	123
8561	123
8562	123
8563	123
8564	123
8565	123
8566	123
8567	123
8568	123
8569	123
8570	123
8571	123
8572	123
8573	123
8574	123
8575	123
8576	123
8577	123
8578	123
8579	123
8580	123
8581	123
8582	123
8583	123
8584	123
8585	123
8586	123
8587	123
8588	123
8589	123
8590	123
8591	123
8592	123
8593	123
8594	123
8595	123
8596	123
8597	123
8598	123
8599	123
8600	123
8601	123
8602	123
8603	123
8604	123
8605	123
8606	123
8607	123
8608	123
8609	123
8610	123
8611	123
8612	123
8613	123
8614	123
8615	123
8616	123
8617	123
8618	123
8619	123
8620	123
8621	123
8622	123
8623	123
8624	123
8625	123
8626	123
8627	123
8628	123
8629	123
8630	123
8631	123
8632	123
8633	123
8634	123
8635	123
8636	123
8637	123
8638	123
8639	123
8640	123
8641	123
8642	123
8643	123
8644	123
8645	123
8646	123
8647	123
5632	123
8648	123
8649	123
8650	123
8651	123
8652	123
8653	123
8654	123
8655	123
8656	123
8657	123
8658	123
8659	123
8660	123
8661	123
8662	123
8663	123
8664	123
8665	123
8666	123
8667	123
8668	123
8669	123
8670	123
8671	123
8672	123
8673	123
8674	123
8675	123
8676	123
8677	123
8678	123
8679	123
8680	123
8681	123
8682	123
8683	123
8684	123
8685	123
8686	123
8687	123
8688	123
8689	123
8690	123
8691	123
8692	123
8693	123
8694	123
8695	123
8696	123
8697	123
8698	123
8699	123
8700	123
8701	123
8702	123
8703	123
8704	123
8705	123
8706	123
8707	123
8708	123
8709	123
8710	123
8711	123
8712	123
8713	123
8714	123
8715	123
8716	123
8717	123
8718	123
8719	123
8720	123
8721	123
8722	123
8723	123
8724	123
8725	123
8726	123
8727	123
8728	123
8729	123
8730	123
8731	123
8732	123
8733	123
8734	123
8735	123
8736	123
8737	123
8738	123
8739	123
8740	123
8741	123
8742	123
8743	123
8744	123
8745	123
8746	123
8747	123
8748	123
8749	123
8750	123
8751	123
8752	123
8753	123
8754	124
8755	124
8756	124
8757	124
8758	124
8759	124
8760	124
8761	124
8762	124
8763	124
8764	124
8765	124
8766	124
8767	124
8768	124
8769	124
8770	124
8771	124
8772	124
8773	124
8774	124
8775	124
8776	124
8777	124
8778	124
8779	124
8780	124
8781	124
8782	124
8783	124
8784	124
8785	124
8786	124
8787	124
8788	124
8789	124
8790	124
8791	124
8792	124
8793	124
8794	124
8795	124
8796	124
8797	124
8798	124
8799	124
8800	124
8801	124
8802	124
8803	124
8804	124
8805	124
8806	124
8807	124
8808	124
8809	124
8810	124
8811	124
8812	124
8813	124
8814	124
8815	124
8816	124
8817	124
8818	124
8819	124
8820	124
8821	124
8822	124
8823	124
8824	124
8825	124
8826	124
8827	124
8828	124
8829	124
8830	124
8831	124
8832	124
8833	124
8834	124
8835	124
8836	124
8837	124
8838	124
8839	124
8840	124
8841	124
8842	124
8843	124
8844	124
8845	124
8846	124
8847	124
8848	124
8849	124
8850	124
8851	124
8852	124
8853	124
8854	124
8855	124
8856	124
8857	124
8858	124
8859	124
8860	124
8861	124
8862	124
8863	124
8864	124
8865	124
8866	124
8867	124
8868	124
8869	124
8870	124
8871	124
8872	124
8873	124
8874	124
8875	124
8876	124
8877	124
8878	124
8879	124
8880	124
8881	124
8882	124
8883	124
8884	124
8885	124
8886	124
8887	124
8888	124
8889	124
8890	124
8891	124
8892	124
8893	124
8894	124
8895	124
8896	124
8897	124
8898	124
8899	124
8900	124
8901	124
8902	124
8903	124
8904	124
8905	124
8906	124
8907	124
8908	124
8909	124
8910	124
8911	124
8912	124
8913	124
8914	124
8915	124
8916	124
8917	124
8918	124
8919	124
8920	124
8921	124
8922	124
8923	124
8924	124
8925	124
8926	124
8927	124
8928	124
8929	124
8930	124
8931	124
8932	124
8933	124
8934	124
8935	124
8936	124
8937	124
8938	124
8939	124
8940	124
8941	124
8942	124
8943	124
8944	124
8945	124
8946	124
8947	124
8948	124
8949	124
8950	124
8951	124
8952	124
8953	124
8954	124
8955	124
8956	124
8957	124
8958	124
8959	124
8960	124
8961	124
8962	124
8963	124
8964	124
8965	124
8966	124
8967	124
8968	124
8969	124
8970	124
8971	124
8972	124
8973	124
8974	124
8975	124
8976	124
8977	124
8978	124
8979	124
8980	124
8981	124
8982	124
8983	124
8984	124
8985	124
8986	124
8987	124
8988	124
8989	124
8990	124
8991	124
8992	124
8993	124
8994	124
8995	124
8996	124
8997	124
8998	124
8999	124
9000	124
9001	124
9002	124
9003	124
9004	124
9005	124
9006	124
9007	124
9008	124
9009	124
9010	124
9011	124
9012	124
9013	124
9014	124
9015	124
9016	124
9017	124
9018	124
9019	124
9020	124
9021	124
9022	124
9023	124
9024	124
9025	124
9026	124
9027	124
9028	124
9029	124
9030	124
9031	124
9032	124
9033	124
9034	124
9035	124
9036	124
9037	124
9038	124
9039	124
9040	124
9041	124
9042	124
9043	124
9044	124
9045	124
9046	124
9047	124
9048	124
9049	124
9050	124
9051	124
9052	124
9053	124
9054	124
9055	124
9056	124
9057	124
9058	124
9059	124
9060	124
9061	124
9062	124
9063	124
9064	124
9065	124
9066	124
9067	124
9068	124
9069	124
9070	124
9071	124
9072	124
9073	124
9074	124
9075	124
9076	124
9077	124
9078	124
9079	124
9080	124
9081	124
9082	124
9083	124
9084	124
9085	124
9086	124
9087	124
9088	124
9089	124
9090	124
9091	124
9092	124
9093	124
9094	124
9095	124
9096	124
9097	124
9098	124
9099	124
9100	124
9101	124
9102	124
9103	124
9104	124
9105	124
9106	124
9107	124
9108	124
9109	124
9110	124
9111	124
9112	124
9113	124
9114	124
9115	124
9116	124
9117	124
9118	124
9119	124
9120	124
9121	124
9122	124
9123	124
9124	124
9125	124
9126	124
9127	124
9128	124
9129	124
9130	124
9131	124
9132	124
9133	124
9134	124
9135	124
9136	124
9137	124
9138	124
9139	124
9140	124
9141	124
9142	124
9143	124
9144	124
9145	124
9146	124
9147	124
9148	124
9149	124
9150	124
9151	124
9152	124
9153	124
9154	124
9155	124
9156	124
9157	124
9158	124
9159	124
9160	124
9161	124
9162	124
9163	124
9164	124
9165	124
9166	124
9167	124
9168	124
9169	124
9170	124
9171	124
9172	124
9173	124
9174	124
9175	124
9176	124
9177	124
9178	124
9179	124
9180	124
9181	124
9182	124
9183	124
9184	124
9185	124
9186	124
9187	124
9188	124
9189	124
9190	124
9191	124
9192	124
9193	124
9194	124
9195	124
9196	124
9197	124
9198	124
9199	124
9200	124
9201	124
9202	124
9203	124
9204	124
9205	124
9206	124
9207	124
9208	124
9209	124
9210	124
9211	124
9212	124
9213	124
9214	124
9215	124
9216	124
9217	124
9218	124
9219	124
9220	124
9221	124
9222	124
9223	124
9224	124
9225	124
9226	124
9227	124
9228	124
9229	124
9230	124
9231	124
9232	124
9233	124
9234	124
9235	124
9236	124
9237	124
9238	124
9239	124
9240	124
9241	124
9242	124
9243	124
9244	124
9245	124
9246	124
9247	124
9248	124
9249	124
9250	124
9251	124
9252	124
9253	124
9254	124
9255	124
9256	124
9257	124
9258	124
9259	124
9260	124
9261	124
9262	124
9263	124
9264	124
9265	124
9266	124
9267	124
9268	124
9269	124
9270	124
9271	124
9272	124
9273	124
9274	124
9275	124
9276	124
9277	124
9278	124
9279	124
9280	124
9281	124
9282	124
9283	124
9284	124
9285	124
9286	124
9287	124
9288	124
9289	124
9290	124
9291	124
9292	124
9293	124
9294	124
9295	124
9296	124
9297	124
9298	124
9299	124
9300	124
9301	124
9302	124
9303	124
9304	124
9305	124
9306	124
9307	124
9308	124
9309	124
9310	124
9311	124
9312	124
9313	124
9314	124
9315	124
9316	124
9317	124
9318	124
9319	124
9320	124
9321	124
9322	124
9323	124
9324	124
9325	124
9326	124
9327	124
9328	124
9329	124
9330	124
9331	124
9332	124
9333	124
9334	124
9335	124
9336	124
9337	124
9338	124
9339	124
9340	124
9341	124
9342	124
9343	124
9344	124
9345	124
9346	124
9347	124
9348	124
9349	124
9350	124
9351	124
9352	124
9353	124
9354	124
9355	124
9356	124
9357	124
9358	124
9359	124
9360	124
9361	124
9362	124
9363	124
9364	124
9365	124
9366	124
9367	124
9368	124
9369	124
9370	124
9371	124
9372	124
9373	124
9374	124
9375	124
9376	124
9377	124
9378	124
9379	124
9380	124
9381	124
9382	124
9383	124
9384	124
9385	124
9386	124
9387	124
9388	124
9389	124
9390	124
9391	124
9392	124
9393	124
9394	124
9395	124
9396	124
9397	124
9398	124
9399	124
9400	124
9401	124
9402	124
9403	124
9404	124
9405	124
9406	124
9407	124
9408	124
9409	124
9410	124
9411	124
9412	124
9413	124
9414	124
9415	124
9416	124
9417	124
9418	124
9419	124
9420	124
9421	124
9422	124
9423	124
9424	124
9425	124
9426	124
9427	124
9428	124
9429	124
9430	124
9431	124
9432	124
9433	124
9434	124
9435	124
9436	124
9437	124
9438	124
9439	124
9440	124
9441	124
9442	124
9443	124
9444	124
9445	124
9446	124
9447	124
9448	124
9449	124
9450	124
9451	124
9452	124
9453	124
9454	124
9455	124
9456	124
9457	124
9458	124
9459	124
9460	124
9461	124
9462	124
9463	124
9464	124
9465	124
9466	124
9467	124
9468	124
9469	124
9470	124
9471	124
9472	124
9473	124
9474	124
9475	124
9476	124
9477	124
9478	124
9479	124
9480	124
9481	124
9482	124
9483	124
9484	124
9485	124
9486	124
9487	124
9488	124
9489	124
9490	124
9491	124
9492	124
9493	124
9494	124
9495	124
9496	124
9497	124
9498	124
9499	124
9500	124
9501	124
9502	124
9503	124
9504	124
9505	124
9506	124
9507	124
9508	124
9509	124
9510	124
9511	124
9512	124
9513	124
9514	124
9515	124
9516	124
9517	124
9518	124
9519	124
9520	124
9521	124
9522	124
9523	124
9524	124
9525	124
9526	124
9527	124
9528	124
9529	124
9530	124
9531	124
9532	124
9533	124
9534	124
9535	124
9536	124
9537	124
9538	124
9539	124
9540	124
9541	124
9542	124
9543	124
9544	124
9545	124
9546	124
9547	124
9548	124
9549	124
9550	124
9551	124
9552	124
9553	124
9554	124
9555	124
9556	124
9557	124
9558	124
9559	124
9560	124
9561	124
9562	124
9563	124
9564	124
9565	124
9566	124
9567	124
9568	124
9569	124
9570	124
9571	124
9572	124
9573	124
9574	124
9575	124
9576	124
9577	124
9578	124
9579	124
9580	124
9581	124
9582	124
9583	124
9584	124
9585	124
9586	124
9587	124
9588	124
9589	124
9590	124
9591	124
9592	124
9593	124
9594	124
9595	124
9596	124
9597	124
9598	124
9599	124
9600	124
9601	124
9602	124
9603	124
9604	124
9605	124
9606	124
9607	124
9608	124
9609	124
9610	124
9611	124
9612	124
9613	124
9614	124
9615	124
9616	124
9617	124
9618	124
9619	124
9620	124
9621	124
9622	124
9623	124
9624	124
9625	124
9626	124
9627	124
9628	124
9629	124
9630	124
9631	124
9632	124
9633	124
9634	124
9635	124
9636	124
9637	124
9638	124
9639	124
9640	124
9641	124
9642	124
9643	124
9644	124
9645	124
9646	124
9647	124
9648	124
9649	124
9650	124
9651	124
9652	124
9653	124
9654	124
9655	124
9656	124
9657	124
9658	124
9659	124
9660	124
9661	124
9662	124
9663	124
9664	124
9665	124
9666	124
9667	124
9668	124
9669	124
9670	124
9671	124
9672	124
9673	124
9674	124
9675	124
9676	124
9677	124
9678	124
9679	124
9680	124
9681	124
9682	124
9683	124
9684	124
9685	124
9686	124
9687	124
9688	124
9689	124
9690	124
9691	124
9692	124
9693	124
9694	124
9695	124
9696	124
9697	124
9698	124
9699	124
9700	124
9701	124
9702	124
9703	124
9704	124
9705	124
9706	124
9707	124
9708	124
9709	124
9710	124
9711	124
9712	124
9713	124
9714	124
9715	124
9716	124
9717	124
9718	124
9719	124
9720	124
9721	124
9722	124
9723	124
9724	124
9725	124
9726	124
9727	124
9728	124
9729	124
9730	124
9731	124
9732	124
9733	124
9734	124
9735	124
9736	124
9737	124
9738	124
9739	124
9740	124
9741	124
9742	124
9743	124
9744	124
9745	124
9746	124
9747	124
9748	124
9749	124
9750	124
9751	124
9752	124
9753	124
9754	124
9755	124
9756	124
9757	124
9758	124
9759	124
9760	124
9761	124
9762	124
9763	124
9764	124
9765	124
9766	124
9767	124
9768	124
9769	124
9770	124
9771	124
9772	124
9773	124
9774	124
9775	124
9776	124
9777	124
9778	124
9779	124
9780	124
9781	124
9782	124
9783	124
9784	124
9785	124
9786	124
9787	124
9788	124
9789	124
9790	124
9791	124
9792	124
9793	124
9794	124
9795	124
9796	124
9797	124
9798	124
9799	124
9800	124
9801	124
9802	124
9803	124
9804	124
9805	124
9806	124
9807	124
9808	124
9809	124
9810	124
9811	124
9812	124
9813	124
9814	124
9815	124
9816	124
9817	124
9818	124
9819	124
9820	124
9821	124
9822	124
9823	124
9824	124
9825	124
9826	124
9827	124
9828	124
9829	124
9830	124
9831	124
9832	124
9833	124
9834	124
9835	124
9836	124
9837	124
9838	124
9839	124
9840	124
9841	124
9842	124
9843	124
9844	124
9845	124
9846	124
9847	124
9848	124
9849	124
9850	124
9851	124
9852	124
9853	124
9854	124
9855	124
9856	124
9857	124
9858	124
9859	124
9860	124
9861	124
9862	124
9863	124
9864	124
9865	124
9866	124
9867	124
9868	124
9869	124
9870	124
9871	124
9872	124
9873	124
9874	124
9875	124
9876	124
9877	124
9878	124
9879	124
9880	124
9881	124
9882	124
9883	124
9884	124
9885	124
9886	124
9887	124
9888	124
9889	124
9890	124
9891	124
9892	124
9893	124
9894	124
9895	124
9896	124
9897	124
9898	124
9899	124
9900	124
9901	124
9902	124
9903	124
9904	124
9905	124
9906	124
9907	124
9908	124
9909	124
9910	124
9911	124
9912	124
9913	124
9914	124
9915	124
9916	124
9917	124
9918	124
9919	124
9920	124
9921	124
9922	124
9923	124
9924	124
9925	124
9926	124
9927	124
9928	124
9929	124
9930	124
9931	124
9932	124
9933	124
9934	124
9935	124
9936	124
9937	124
9938	124
9939	124
9940	124
9941	124
9942	124
9943	124
9944	124
9945	124
9946	124
9947	124
9948	124
9949	124
9950	124
9951	124
9952	124
9953	124
9954	124
9955	124
9956	124
9957	124
9958	124
9959	124
9960	124
9961	124
9962	124
9963	124
9964	124
9965	124
9966	124
9967	124
9968	124
9969	124
9970	124
9971	124
9972	124
9973	124
9974	124
9975	124
9976	124
9977	124
9978	124
9979	124
9980	124
9981	124
9982	124
9983	124
9984	124
9985	124
9986	124
9987	124
9988	124
9989	124
9990	124
9991	124
9992	124
9993	124
9994	124
9995	124
9996	124
9997	124
9998	124
9999	124
10000	124
10001	124
10002	124
10003	124
10004	124
10005	124
10006	124
10007	124
10008	124
10009	124
10010	124
10011	124
10012	124
10013	124
10014	124
10015	124
10016	124
10017	124
10018	124
10019	124
10020	124
10021	124
10022	124
10023	124
10024	124
10025	124
10026	124
10027	124
10028	124
10029	124
10030	124
10031	124
10032	124
10033	124
10034	124
10035	124
10036	124
10037	124
10038	124
10039	124
10040	124
10041	124
10042	124
10043	124
10044	124
10045	124
10046	124
10047	124
10048	124
10049	124
10050	124
10051	124
10052	124
10053	124
10054	124
10055	124
10056	124
10057	124
10058	124
10059	124
10060	124
10061	124
10062	124
10063	124
10064	124
10065	124
10066	124
10067	124
10068	124
10069	124
10070	124
10071	124
10072	124
10073	124
10074	124
10075	124
10076	124
10077	124
10078	124
10079	124
10080	124
10081	124
10082	124
10083	124
10084	124
10085	124
10086	124
10087	124
10088	124
10089	124
10090	124
10091	124
10092	124
10093	124
10094	124
10095	124
10096	124
10097	124
10098	124
10099	124
10100	124
10101	124
10102	124
10103	124
10104	124
10105	124
10106	124
10107	124
10108	124
10109	124
10110	124
10111	124
10112	124
10113	124
10114	124
10115	124
10116	124
10117	124
10118	124
10119	124
10120	124
10121	124
10122	124
10123	124
10124	124
10125	124
10126	124
10127	124
10128	124
10129	124
10130	124
10131	124
10132	124
10133	124
10134	124
10135	124
10136	124
10137	124
10138	124
10139	124
10140	124
10141	124
10142	124
10143	124
10144	124
10145	124
10146	124
10147	124
10148	124
10149	124
10150	124
10151	124
10152	124
10153	124
10154	124
10155	124
10156	124
10157	124
10158	124
10159	124
10160	124
10161	124
10162	124
10163	124
10164	124
10165	124
10166	124
10167	124
10168	124
10169	124
10170	124
10171	124
10172	124
10173	124
10174	124
10175	124
10176	124
10177	124
10178	124
10179	124
10180	124
10181	124
10182	124
10183	124
10184	124
10185	124
10186	124
10187	124
10188	124
10189	124
10190	124
10191	124
10192	124
10193	124
10194	124
10195	124
10196	124
10197	124
10198	124
10199	124
10200	124
10201	124
10202	124
10203	124
10204	124
10205	124
10206	124
10207	124
10208	124
10209	124
10210	124
10211	124
10212	124
10213	124
10214	124
10215	124
10216	124
10217	124
10218	124
10219	124
10220	124
10221	124
10222	124
10223	124
10224	124
10225	124
10226	124
10227	124
10228	124
10229	124
10230	124
10231	124
10232	124
10233	124
10234	124
10235	124
10236	124
10237	124
10238	124
10239	124
10240	124
10241	124
10242	124
10243	124
10244	124
10245	124
10246	124
10247	124
10248	124
10249	124
10250	124
10251	124
10252	124
10253	124
10254	124
10255	124
10256	124
10257	124
10258	124
10259	124
10260	124
10261	124
10262	124
10263	124
10264	124
10265	124
10266	124
10267	124
10268	124
10269	124
10270	124
10271	124
10272	124
10273	124
10274	124
10275	124
10276	124
10277	124
10278	124
10279	124
10280	124
10281	124
10282	124
10283	124
10284	124
10285	124
10286	124
10287	124
10288	124
10289	124
10290	124
10291	124
10292	124
10293	124
10294	124
10295	124
10296	124
10297	124
10298	124
10299	124
10300	124
10301	124
10302	124
10303	124
10304	124
10305	124
10306	124
10307	124
10308	124
10309	124
10310	124
10311	124
10312	124
10313	124
10314	124
10315	124
10316	124
10317	124
10318	124
10319	124
10320	124
10321	124
10322	124
10323	124
10324	124
10325	124
10326	124
10327	124
10328	124
10329	124
10330	124
10331	124
10332	124
10333	124
10334	124
10335	124
10336	124
10337	124
10338	124
10339	124
10340	124
10341	124
10342	124
10343	124
10344	124
10345	124
10346	124
10347	124
10348	124
10349	124
10350	124
10351	124
10352	124
10353	124
10354	124
10355	124
10356	124
10357	124
10358	124
10359	124
10360	124
10361	124
10362	124
10363	124
10364	124
10365	124
10366	124
10367	124
10368	124
10369	124
10370	124
10371	124
10372	124
10373	124
10374	124
10375	124
10376	124
10377	124
10378	124
10379	124
10380	124
10381	124
10382	124
10383	124
10384	124
10385	124
10386	124
10387	124
10388	124
10389	124
10390	124
10391	124
10392	124
10393	124
10394	124
10395	124
10396	124
10397	124
10398	124
10399	124
10400	124
10401	124
10402	124
10403	124
10404	124
10405	124
10406	124
10407	124
10408	124
10409	124
10410	124
10411	124
10412	124
10413	124
10414	124
10415	124
10416	124
10417	124
10418	124
10419	124
10420	124
10421	124
10422	124
10423	124
10424	124
10425	124
10426	124
10427	124
10428	124
10429	124
10430	124
10431	124
10432	124
10433	124
10434	124
10435	124
10436	124
10437	124
10438	124
10439	124
10440	124
10441	124
10442	124
10443	124
10444	124
10445	124
10446	124
10447	124
10448	124
10449	124
10450	124
10451	124
10452	124
10453	124
10454	124
10455	124
10456	124
10457	124
10458	124
10459	124
10460	124
10461	124
10462	124
10463	124
10464	124
10465	124
10466	124
10467	124
10468	124
10469	124
10470	124
10471	124
10472	124
10473	124
10474	124
10475	124
10476	124
10477	124
10478	124
10479	124
10480	124
10481	124
10482	124
10483	124
10484	124
10485	124
10486	124
10487	124
10488	124
10489	124
10490	124
10491	124
10492	124
10493	124
10494	124
10495	124
10496	124
10497	124
10498	124
10499	124
10500	124
10501	124
10502	124
10503	124
10504	124
10505	124
10506	124
10507	124
10508	124
10509	124
10510	124
10511	124
10512	124
10513	124
10514	124
10515	124
10516	124
10517	124
10518	124
10519	124
10520	124
10521	124
10522	124
10523	124
10524	124
10525	124
10526	124
10527	124
10528	124
10529	124
10530	124
10531	124
10532	124
10533	124
10534	124
10535	124
10536	124
10537	124
10538	124
10539	124
10540	124
10541	124
10542	124
10543	124
10544	124
10545	124
10546	124
10547	124
10548	124
10549	124
10550	124
10551	124
10552	124
10553	124
10554	124
10555	124
10556	124
10557	124
10558	124
10559	124
10560	124
10561	124
10562	124
10563	124
10564	124
10565	124
10566	124
10567	124
10568	124
10569	124
10570	124
10571	124
10572	124
10573	124
10574	124
10575	124
10576	124
10577	124
10578	124
10579	124
10580	124
10581	124
10582	124
10583	124
10584	124
10585	124
10586	124
10587	124
10588	124
10589	124
10590	124
10591	124
10592	124
10593	124
10594	124
10595	124
10596	124
10597	124
10598	124
10599	124
10600	124
10601	124
10602	124
10603	124
10604	124
10605	124
10606	124
10607	124
10608	124
10609	124
10610	124
10611	124
10612	124
10613	124
10614	124
10615	124
10616	124
10617	124
10618	124
10619	124
10620	124
10621	124
10622	124
10623	124
10624	124
10625	124
10626	124
10627	124
10628	124
10629	124
10630	124
10631	124
10632	124
10633	124
10634	124
10635	124
10636	124
10637	124
10638	124
10639	124
10640	124
10641	124
10642	124
10643	124
10644	124
10645	124
10646	124
10647	124
10648	124
10649	124
10650	124
10651	124
10652	124
10653	124
10654	124
10655	124
10656	124
10657	124
10658	124
10659	124
10660	124
10661	124
10662	124
10663	124
10664	124
10665	124
10666	124
10667	124
10668	124
10669	124
10670	124
10671	124
10672	124
10673	124
10674	124
10675	124
10676	124
10677	124
10678	124
10679	124
10680	124
10681	124
10682	124
10683	124
10684	124
10685	124
10686	124
10687	124
10688	124
10689	124
10690	124
10691	124
10692	124
10693	124
10694	124
10695	124
10696	124
10697	124
10698	124
10699	124
10700	124
10701	124
10702	124
10703	124
10704	124
10705	124
10706	124
10707	124
10708	124
10709	124
10710	124
10711	124
10712	124
10713	124
10714	124
10715	124
10716	124
10717	124
10718	124
10719	124
10720	124
10721	124
10722	124
10723	124
10724	124
10725	124
10726	124
10727	124
10728	124
10729	124
10730	124
10731	124
10732	124
10733	124
10734	124
10735	124
10736	124
10737	124
10738	124
10739	124
10740	124
10741	124
10742	124
10743	124
10744	124
10745	124
10746	124
10747	124
10748	124
10749	124
10750	124
10751	124
10752	124
10753	124
10754	124
10755	124
10756	124
10757	124
10758	124
10759	124
10760	124
10761	124
10762	124
10763	124
10764	124
10765	124
10766	124
10767	124
10768	124
10769	124
10770	124
10771	124
10772	124
10773	124
10774	124
10775	124
10776	124
10777	124
10778	124
10779	124
10780	124
10781	124
10782	124
10783	124
10784	124
10785	124
10786	124
10787	124
10788	124
10789	124
10790	124
10791	124
10792	124
10793	124
10794	124
10795	124
10796	124
10797	124
10798	124
10799	124
10800	124
10801	124
10802	124
10803	124
10804	124
10805	124
10806	124
10807	124
10808	124
10809	124
10810	124
10811	124
10812	124
10813	124
10814	124
10815	124
10816	124
10817	124
10818	124
10819	124
10820	124
10821	124
10822	124
10823	124
10824	124
10825	124
10826	124
10827	124
10828	124
10829	124
10830	124
10831	124
10832	124
10833	124
10834	124
10835	124
10836	124
10837	124
10838	124
10839	124
10840	124
10841	124
10842	124
10843	124
10844	124
10845	124
10846	124
10847	124
10848	124
10849	124
10850	124
10851	124
10852	124
10853	124
10854	124
10855	124
10856	124
10857	124
10858	124
10859	124
10860	124
10861	124
10862	124
10863	124
10864	124
10865	124
10866	124
10867	124
10868	124
10869	124
10870	124
10871	124
10872	124
10873	124
10874	124
10875	124
10876	124
10877	124
10878	124
10879	124
10880	124
10881	124
10882	124
10883	124
10884	124
10885	124
10886	124
10887	124
10888	124
10889	124
10890	124
10891	124
10892	124
10893	124
10894	124
10895	124
10896	124
10897	124
10898	124
10899	124
10900	124
10901	124
10902	124
10903	124
10904	124
10905	124
10906	124
10907	124
10908	124
10909	124
10910	124
10911	124
10912	124
10913	124
10914	124
10915	124
10916	124
10917	124
10918	124
10919	124
10920	124
10921	124
10922	124
10923	124
10924	124
10925	124
10926	124
10927	124
10928	124
10929	124
10930	124
10931	124
10932	124
10933	124
10934	124
10935	124
10936	124
10937	124
10938	124
10939	124
10940	124
10941	124
10942	124
10943	124
10944	124
10945	124
10946	124
10947	124
10948	124
10949	124
10950	124
10951	124
10952	124
10953	124
10954	124
10955	124
10956	124
10957	124
10958	124
10959	124
10960	124
10961	124
10962	124
10963	124
10964	124
10965	124
10966	124
10967	124
10968	124
10969	124
10970	124
10971	124
10972	124
10973	124
10974	124
10975	124
10976	124
10977	124
10978	124
10979	124
10980	124
10981	124
10982	124
10983	124
10984	124
10985	124
10986	124
10987	124
10988	124
10989	124
10990	124
10991	124
10992	124
10993	124
10994	124
10995	124
10996	124
10997	124
10998	124
10999	124
11000	124
11001	124
11002	124
11003	124
11004	124
11005	124
11006	124
11007	124
11008	124
11009	124
11010	124
11011	124
11012	124
11013	124
11014	124
11015	124
11016	124
11017	124
11018	124
11019	124
11020	124
11021	124
11022	124
11023	124
11024	124
11025	124
11026	124
11027	124
11028	124
11029	124
11030	124
11031	124
11032	124
11033	124
11034	124
11035	124
11036	124
11037	124
11038	124
11039	124
11040	124
11041	124
11042	124
11043	124
11044	124
11045	124
11046	124
11047	124
11048	124
11049	124
11050	124
11051	124
11052	124
11053	124
11054	124
11055	124
11056	124
11057	124
11058	124
11059	124
11060	124
11061	124
11062	124
11063	124
11064	124
11065	124
11066	124
11067	124
11068	124
11069	124
11070	124
11071	124
11072	124
11073	124
11074	124
11075	124
11076	124
11077	124
11078	124
11079	124
11080	124
11081	124
11082	124
11083	124
11084	124
11085	124
11086	124
11087	124
11088	124
11089	124
11090	124
11091	124
11092	124
11093	124
11094	124
11095	124
11096	124
11097	124
11098	124
11099	124
11100	124
11101	124
11102	124
11103	124
11104	124
11105	124
11106	124
11107	124
11108	124
11109	124
11110	124
11111	124
11112	124
11113	124
11114	124
11115	124
11116	124
11117	124
11118	124
11119	124
11120	124
11121	124
11122	124
11123	124
11124	124
11125	124
11126	124
11127	124
11128	124
11129	124
11130	124
11131	124
11132	124
11133	124
11134	124
11135	124
11136	124
11137	124
11138	124
11139	124
11140	124
11141	124
11142	124
11143	124
11144	124
11145	124
11146	124
11147	124
11148	124
11149	124
11150	124
11151	124
11152	124
11153	124
11154	124
11155	124
11156	124
11157	124
11158	124
11159	124
11160	124
11161	124
11162	124
11163	124
11164	124
11165	124
11166	124
11167	124
11168	124
11169	124
11170	124
11171	124
11172	124
11173	124
11174	124
11175	124
11176	124
11177	124
11178	124
11179	124
11180	124
11181	124
11182	124
11183	124
11184	124
11185	124
11186	124
11187	124
11188	124
11189	124
11190	124
11191	124
11192	124
11193	124
11194	124
11195	124
11196	124
11197	124
11198	124
11199	124
11200	124
11201	124
11202	124
11203	124
11204	124
11205	124
11206	124
11207	124
11208	124
11209	124
11210	124
11211	124
11212	124
11213	124
11214	124
11215	124
11216	124
11217	124
11218	124
11219	124
11220	124
11221	124
11222	124
11223	124
11224	124
11225	124
11226	124
11227	124
11228	124
11229	124
11230	124
11231	124
11232	124
11233	124
11234	124
11235	124
11236	124
11237	124
11238	124
11239	124
11240	124
11241	124
11242	124
11243	124
11244	124
11245	124
11246	124
11247	124
11248	124
11249	124
11250	124
11251	124
11252	124
11253	124
11254	124
11255	124
11256	124
11257	124
11258	124
11259	124
11260	124
11261	124
11262	124
11263	124
11264	124
11265	124
11266	124
11267	124
11268	124
11269	124
11270	124
11271	124
11272	124
11273	124
11274	124
11275	124
11276	124
11277	124
11278	124
11279	124
11280	124
11281	124
11282	124
11283	124
11284	124
11285	124
11286	124
11287	124
11288	124
11289	124
11290	124
11291	124
11292	124
11293	124
11294	124
11295	124
11296	124
11297	124
11298	124
11299	124
11300	124
11301	124
11302	124
11303	124
11304	124
11305	124
11306	124
11307	124
11308	124
11309	124
11310	124
11311	124
11312	124
11313	124
11314	124
11315	124
11316	124
11317	124
11318	124
11319	124
11320	124
11321	124
11322	124
11323	124
11324	124
11325	124
11326	124
11327	124
11328	124
11329	124
11330	124
11331	124
11332	124
11333	124
11334	124
11335	124
11336	124
11337	124
11338	124
11339	124
11340	124
11341	124
11342	124
11343	124
11344	124
11345	124
11346	124
11347	124
11348	124
11349	124
11350	124
11351	124
11352	124
11353	124
11354	124
11355	124
11356	124
11357	124
11358	124
11359	124
11360	124
11361	124
11362	124
11363	124
11364	124
11365	124
11366	124
11367	124
11368	124
11369	124
11370	124
11371	124
11372	124
11373	124
11374	124
11375	124
11376	124
11377	124
11378	124
11379	124
11380	124
11381	124
11382	124
11383	124
11384	124
11385	124
11386	124
11387	124
11388	124
11389	124
11390	124
11391	124
11392	124
11393	124
11394	124
11395	124
11396	124
11397	124
11398	124
11399	124
11400	124
11401	124
11402	124
11403	124
11404	124
11405	124
11406	124
11407	124
11408	124
11409	124
11410	124
11411	124
11412	124
11413	124
11414	124
11415	124
11416	124
11417	124
11418	124
11419	124
11420	124
11421	124
11422	124
11423	124
11424	124
11425	124
11426	124
11427	124
11428	124
11429	124
11430	124
11431	124
11432	124
11433	124
11434	124
11435	124
11436	124
11437	124
11438	124
11439	124
11440	124
11441	124
11442	124
11443	124
11444	124
11445	124
11446	124
11447	124
11448	124
11449	124
11450	124
11451	124
11452	124
11453	124
11454	124
11455	124
11456	124
11457	124
11458	124
11459	124
11460	124
11461	124
11462	124
11463	124
11464	124
11465	124
11466	124
11467	124
11468	124
11469	124
11470	124
11471	124
11472	124
11473	124
11474	125
11475	125
11476	125
11477	125
11478	125
11479	125
11480	125
11481	125
11482	125
11483	125
11484	125
11485	125
11486	125
11487	125
11488	125
11489	125
11490	125
11491	125
11492	125
11493	125
11494	125
11495	125
11496	125
11497	125
11498	125
11499	125
11500	125
11501	125
11502	125
11503	125
11504	125
11505	125
11506	125
11507	125
11508	125
11509	125
11510	125
11511	125
11512	125
11513	125
11514	125
11515	125
11516	125
11517	125
11518	125
11519	125
11520	125
11521	125
11522	125
11523	125
11524	125
11525	125
11526	125
11527	125
11528	125
11529	125
11530	125
11531	125
11532	125
11533	125
11534	125
11535	125
11536	125
11537	125
11538	125
11539	125
11540	125
11541	125
11542	125
11543	125
11544	125
11545	125
11546	125
11547	125
11548	125
11549	125
11550	125
11551	125
11552	125
11553	125
11554	125
11555	125
11556	125
11557	125
11558	125
11559	125
11560	125
11561	125
11562	125
11563	125
11564	125
11565	125
11566	125
11567	125
11568	125
11569	125
11570	125
11571	125
11572	125
11573	125
11574	125
11575	125
11576	125
11577	125
11578	125
11579	125
11580	125
11581	125
11582	125
11583	125
11584	125
11585	125
11586	125
11587	125
11588	125
11589	125
11590	125
11591	125
11592	125
11593	125
11594	125
11595	125
11596	125
11597	125
11598	125
11599	125
11600	125
11601	125
11602	125
11603	125
11604	125
11605	125
11606	125
11607	125
11608	125
11609	125
11610	125
11611	125
11612	125
11613	125
11614	125
11615	125
11616	125
11617	125
11618	125
11619	125
11620	125
11621	125
11622	125
11623	125
11624	125
11625	125
11626	125
11627	125
11628	125
11629	125
11630	125
11631	125
11632	125
11633	125
11634	125
11635	125
11636	125
11637	125
11638	125
11639	125
11640	125
11641	125
11642	125
11643	125
11644	125
11645	125
11646	125
11647	125
11648	125
11649	125
11650	125
11651	125
11652	125
11653	125
11654	125
11655	125
11656	125
11657	125
11658	125
11659	125
11660	125
11661	125
11662	125
11663	125
11664	125
11665	125
11666	125
11667	125
11668	125
11669	125
11670	125
11671	125
11672	125
11673	125
11674	125
11675	125
11676	125
11677	125
11678	125
11679	125
11680	125
11681	125
11682	125
11683	125
11684	125
11685	125
11686	125
11687	125
11688	125
11689	125
11690	125
11691	125
11692	125
11693	125
11694	125
11695	125
11696	125
11697	125
11698	125
11699	125
11700	125
11701	125
11702	125
11703	125
11704	125
11705	125
11706	125
11707	125
11708	125
11709	125
11710	125
11711	125
11712	125
11713	125
11714	125
11715	125
11716	125
11717	125
11718	125
11719	125
11720	125
11721	125
11722	125
11723	125
11724	125
11725	125
11726	125
11727	125
11728	125
11729	125
11730	125
11731	125
11732	125
11733	125
11734	125
11735	125
11736	125
11737	125
11738	125
11739	125
11740	125
11741	125
11742	125
11743	125
11744	125
11745	125
11746	125
11747	125
11748	125
11749	125
11750	125
11751	125
11752	125
11753	125
11754	125
33	125
11755	125
11756	125
11757	125
11758	125
11759	125
11760	125
11761	125
11762	125
11763	125
11764	125
11765	125
11766	125
11767	125
11768	125
11769	125
11770	125
11771	125
11772	125
11773	125
11774	125
11775	125
11776	125
11777	125
11778	125
11779	125
11780	125
11781	125
11782	125
11783	125
11784	125
11785	125
11786	125
11787	125
11788	125
11789	125
11790	125
11791	125
11792	125
11793	125
11794	125
11795	125
11796	125
11797	125
11798	125
11799	125
11800	125
11801	125
11802	125
11803	125
11804	125
11805	125
11806	125
11807	125
11808	125
11809	125
11810	125
11811	125
11812	125
11813	125
11814	125
11815	125
11816	125
11817	125
11818	125
11819	125
11820	125
11821	125
11822	125
11823	125
11824	125
11825	125
11826	125
11827	125
11828	125
11829	125
9195	125
11830	125
11831	125
11832	125
11833	125
11834	125
11835	125
11836	125
11837	125
11838	125
11839	125
11840	125
11841	125
11842	125
11843	125
11844	125
11845	125
11846	125
11847	125
11848	125
11849	125
11850	125
11851	125
11852	125
11853	125
11854	125
11855	125
11856	125
11857	125
11858	125
11859	125
11860	125
11861	125
11862	125
11863	125
11864	125
11865	125
11866	125
11867	125
11868	125
11869	125
11870	125
11871	125
11872	125
11873	125
11874	125
11875	125
11876	125
11877	125
11878	125
11879	125
11880	125
11881	125
11882	125
11883	125
11884	125
11885	125
11886	125
11887	125
11888	125
11889	125
11890	125
11891	125
10709	125
11892	125
11893	125
11894	125
11895	125
11896	125
11897	125
11898	125
11899	125
11900	125
11901	125
11902	125
11903	125
11904	125
11905	125
11906	125
11907	125
11908	125
11909	125
11910	125
11911	125
11912	125
11913	125
11914	125
11915	125
11916	125
11917	125
11918	125
11919	125
11920	125
11921	125
11922	125
11923	125
11924	125
11925	125
11926	125
11927	125
11928	125
11929	125
11930	125
11931	125
11932	125
11933	125
11934	125
11935	125
11936	125
11937	125
11938	125
11939	125
11940	125
11941	125
11942	125
11943	125
11944	125
11945	125
11946	125
11947	125
11948	125
11949	125
11950	125
11951	125
11952	125
11953	125
11954	125
11955	125
11956	125
11957	125
11958	125
11959	125
11960	125
11961	125
11962	125
11963	125
11964	125
11965	125
11966	125
11967	125
11968	125
11969	125
11970	125
11971	125
11972	125
11973	125
11974	125
11975	125
11976	125
11977	125
11978	125
11979	125
11980	125
11981	125
11982	125
11983	125
11984	125
11985	125
11986	125
11987	125
11988	125
11989	125
11990	125
11991	125
11992	125
11993	125
11994	125
11995	125
11996	125
11997	125
11998	125
11999	125
12000	125
12001	125
12002	125
12003	125
12004	125
12005	125
12006	125
12007	125
12008	125
12009	125
9505	125
12010	125
12011	125
12012	125
12013	125
12014	125
12015	125
12016	125
12017	125
12018	125
12019	125
12020	125
12021	125
12022	125
12023	125
12024	125
12025	125
12026	125
12027	125
12028	125
12029	125
12030	125
12031	125
12032	125
12033	125
12034	125
12035	125
12036	125
12037	125
12038	125
12039	125
12040	125
12041	125
12042	125
12043	125
12044	125
12045	125
12046	125
12047	125
12048	125
12049	125
12050	125
12051	125
12052	125
12053	125
12054	125
12055	125
12056	125
12057	125
12058	125
12059	125
12060	125
12061	125
12062	125
12063	125
12064	125
12065	125
12066	125
12067	125
12068	125
12069	125
12070	125
12071	125
12072	125
12073	125
12074	125
12075	125
12076	125
12077	125
12078	125
12079	125
12080	125
12081	125
12082	125
12083	125
12084	125
12085	125
12086	125
12087	125
12088	125
12089	125
12090	125
12091	125
12092	125
12093	125
12094	125
12095	125
12096	125
12097	125
12098	125
12099	125
12100	125
12101	125
12102	125
12103	125
12104	125
12105	125
12106	125
12107	125
12108	125
12109	125
12110	125
12111	125
12112	125
12113	125
12114	125
12115	125
12116	125
12117	125
12118	125
12119	125
12120	125
12121	125
12122	125
12123	125
12124	125
12125	125
12126	125
12127	125
12128	125
12129	125
12130	125
12131	125
12132	125
12133	125
12134	125
12135	125
12136	125
12137	125
12138	125
12139	125
12140	125
12141	125
12142	125
12143	125
12144	125
12145	125
12146	125
12147	125
12148	125
12149	125
12150	125
12151	125
12152	125
12153	125
12154	125
12155	125
12156	125
12157	125
12158	125
12159	125
12160	125
12161	125
12162	125
12163	125
12164	125
12165	125
12166	125
12167	125
12168	125
12169	125
12170	125
12171	125
12172	125
12173	125
12174	125
12175	125
12176	125
12177	125
12178	125
12179	125
12180	125
12181	125
12182	125
12183	125
12184	125
12185	125
12186	125
12187	125
12188	125
12189	125
12190	125
12191	125
12192	125
12193	125
12194	125
12195	125
12196	125
12197	125
12198	125
12199	125
12200	125
12201	125
12202	125
12203	125
12204	125
12205	125
12206	125
12207	125
12208	125
12209	125
12210	125
12211	125
12212	125
12213	125
12214	125
12215	125
12216	125
12217	125
12218	125
12219	125
12220	125
12221	125
12222	125
12223	125
12224	125
12225	125
12226	125
12227	125
12228	125
12229	125
12230	125
12231	125
12232	125
12233	125
12234	125
12235	125
12236	125
12237	125
12238	125
12239	125
12240	125
12241	125
12242	125
12243	125
12244	125
12245	125
12246	125
12247	125
12248	125
12249	125
12250	125
12251	125
12252	125
12253	125
12254	125
12255	125
12256	125
12257	125
12258	125
12259	125
12260	125
12261	125
12262	125
12263	125
12264	125
12265	125
12266	125
12267	125
12268	125
12269	125
12270	125
12271	125
12272	125
12273	125
12274	125
12275	125
12276	125
12277	125
12278	125
12279	125
12280	125
12281	125
12282	125
12283	125
12284	125
12285	125
12286	125
12287	125
12288	125
12289	125
12290	125
12291	125
12292	125
12293	125
12294	125
12295	125
12296	125
12297	125
12298	125
12299	125
12300	125
12301	125
12302	125
12303	125
12304	125
12305	125
12306	125
12307	125
12308	125
12309	125
12310	125
12311	125
12312	125
12313	125
12314	125
12315	125
12316	125
12317	125
12318	125
12319	125
12320	125
12321	125
12322	125
12323	125
12324	125
12325	125
12326	125
12327	125
12328	125
12329	125
12330	125
12331	125
12332	125
12333	125
12334	125
12335	125
12336	125
12337	125
12338	125
12339	125
12340	125
12341	125
12342	125
12343	125
12344	125
12345	125
12346	125
12347	125
12348	125
12349	125
12350	125
12351	125
12352	125
12353	125
12354	125
12355	125
12356	125
12357	125
12358	125
12359	125
12360	125
12361	125
12362	125
12363	125
12364	125
12365	125
12366	125
12367	125
12368	125
12369	125
12370	125
12371	125
12372	125
12373	125
12374	125
12375	125
12376	125
12377	125
12378	125
12379	125
12380	125
12381	125
12382	125
12383	125
12384	125
12385	125
12386	125
12387	125
12388	125
12389	125
12390	125
12391	125
12392	125
12393	125
12394	125
12395	125
12396	125
12397	125
12398	125
12399	125
12400	125
12401	125
12402	125
12403	125
12404	125
12405	125
12406	125
12407	125
12408	125
12409	125
12410	125
12411	125
12412	125
12413	125
12414	125
12415	125
12416	125
12417	125
12418	125
12419	125
12420	125
12421	125
12422	125
12423	125
12424	125
12425	125
12426	125
12427	125
12428	125
12429	125
12430	125
12431	125
12432	125
12433	125
12434	125
12435	125
12436	125
12437	125
12438	125
12439	125
12440	125
12441	125
12442	125
12443	125
12444	125
12445	125
12446	125
12447	125
12448	125
12449	125
12450	125
12451	125
12452	125
12453	125
12454	125
12455	125
12456	125
12457	125
12458	125
12459	125
12460	125
12461	125
12462	125
12463	125
12464	125
12465	125
12466	125
12467	125
12468	125
12469	125
12470	125
12471	125
12472	125
12473	125
12474	125
12475	125
12476	125
12477	125
12478	125
12479	125
12480	125
12481	125
12482	125
12483	125
12484	125
12485	125
12486	125
12487	125
12488	125
12489	125
12490	125
12491	125
12492	125
12493	125
12494	125
12495	125
12496	125
12497	125
12498	125
12499	125
12500	125
12501	125
12502	125
12503	125
12504	125
12505	125
12506	125
12507	125
12508	125
12509	125
12510	125
12511	125
12512	125
12513	125
12514	125
12515	125
12516	125
12517	125
12518	125
12519	125
12520	125
12521	125
12522	125
12523	125
12524	125
12525	125
12526	125
12527	125
12528	125
12529	125
12530	125
12531	125
12532	125
12533	125
12534	125
12535	125
12536	125
12537	125
12538	125
12539	125
12540	125
12541	125
12542	125
12543	125
12544	125
12545	125
12546	125
12547	125
12548	125
12549	125
12550	125
12551	125
12552	125
12553	125
12554	125
12555	125
12556	125
12557	125
12558	125
12559	125
12560	125
12561	125
12562	125
12563	125
12564	125
12565	125
12566	125
12567	125
12568	125
12569	125
12570	125
12571	125
12572	125
12573	125
12574	125
12575	125
12576	125
12577	125
12578	125
12579	125
12580	125
12581	125
12582	125
12583	125
12584	125
12585	125
12586	125
12587	125
12588	125
12589	125
12590	125
12591	125
12592	125
12593	125
12594	125
12595	125
12596	125
12597	125
12598	125
12599	125
12600	125
12601	125
12602	125
12603	125
12604	125
12605	125
12606	125
12607	125
12608	125
12609	125
12610	125
12611	125
12612	125
12613	125
12614	125
12615	125
12616	125
12617	125
12618	125
12619	125
12620	125
12621	125
12622	125
12623	125
12624	125
12625	125
12626	125
12627	125
12628	125
12629	125
12630	125
12631	125
12632	125
12633	125
12634	125
12635	125
12636	125
12637	125
12638	125
12639	125
12640	125
12641	125
12642	125
12643	125
12644	125
12645	125
12646	125
12647	125
12648	125
12649	125
12650	125
12651	125
12652	125
12653	125
12654	125
12655	125
12656	125
12657	125
12658	125
12659	125
12660	125
12661	125
12662	125
12663	125
12664	125
12665	125
12666	125
12667	125
12668	125
12669	125
12670	125
12671	125
12672	125
12673	125
12674	125
12675	125
12676	125
12677	125
12678	125
12679	125
12680	125
12681	125
12682	125
12683	125
12684	125
12685	125
12686	125
12687	125
12688	125
12689	125
12690	125
12691	125
12692	125
12693	125
12694	125
12695	125
12696	125
12697	125
12698	125
12699	125
12700	125
12701	125
12702	125
12703	125
12704	125
12705	125
12706	125
12707	125
12708	125
12709	125
12710	125
12711	125
12712	125
12713	125
12714	125
12715	125
12716	125
12717	125
12718	125
12719	125
12720	125
12721	125
12722	125
12723	125
12724	125
12725	125
12726	125
12727	125
12728	125
12729	125
12730	125
12731	125
12732	125
12733	125
12734	125
12735	125
12736	125
12737	125
12738	125
12739	125
12740	125
12741	125
12742	125
12743	125
12744	125
12745	125
12746	125
12747	125
12748	125
12749	125
12750	125
12751	125
12752	125
12753	125
12754	125
12755	125
12756	125
12757	125
12758	125
12759	125
12760	125
12761	125
12762	125
12763	125
12764	125
12765	125
12766	125
12767	125
12768	125
12769	125
12770	125
12771	125
12772	125
12773	125
12774	125
12775	125
12776	125
12777	125
12778	125
12779	125
12780	125
12781	125
12782	125
12783	125
12784	125
12785	125
12786	125
12787	125
12788	125
12789	125
12790	125
12791	125
12792	125
12793	125
12794	125
12795	125
12796	125
12797	125
12798	125
12799	125
12800	125
12801	125
12802	125
12803	125
12804	125
12805	125
12806	125
12807	125
12808	125
12809	125
12810	125
12811	125
12812	125
12813	125
12814	125
12815	125
12816	125
12817	125
12818	125
12819	125
12820	125
12821	125
12822	125
12823	125
12824	125
12825	125
12826	125
12827	125
12828	125
12829	125
12830	125
12831	125
12832	125
12833	125
12834	125
12835	125
12836	125
12837	125
12838	125
12839	125
12840	125
12841	125
12842	125
12843	125
12844	125
12845	125
12846	125
12847	125
12848	125
12849	125
12850	125
12851	125
12852	125
12853	125
12854	125
12855	125
12856	125
12857	125
12858	125
12859	125
12860	125
12861	125
12862	125
12863	125
12864	125
12865	125
12866	125
12867	125
12868	125
12869	125
12870	125
12871	125
12872	125
12873	125
12874	125
12875	125
12876	125
12877	125
12878	125
12879	125
12880	125
12881	125
12882	125
12883	125
12884	125
12885	125
12886	125
12887	125
12888	125
12889	125
12890	125
12891	125
12892	125
12893	125
12894	125
12895	125
12896	125
12897	125
12898	125
12899	125
153	125
12900	125
12901	125
12902	125
12903	125
12904	125
12905	125
12906	125
12907	125
12908	125
12909	125
12910	125
12911	125
12912	125
12913	125
12914	125
12915	125
12916	125
12917	125
12918	125
12919	125
12920	125
12921	125
12922	125
12923	125
12924	125
12925	125
12926	125
12927	125
12928	125
12929	125
12930	125
12931	125
12932	125
12933	125
12934	125
12935	125
12936	125
12937	125
12938	125
12939	125
12940	125
12941	125
12942	125
12943	125
12944	125
12945	125
12946	125
12947	125
12948	125
12949	125
12950	125
12951	125
12952	125
12953	125
12954	125
12955	125
12956	125
12957	125
12958	125
12959	125
12960	125
12961	125
12962	125
12963	125
12964	125
12965	125
12966	125
12967	125
12968	125
12969	125
12970	125
12971	125
12972	125
12973	125
12974	125
12975	125
12976	125
12977	125
12978	125
12979	125
12980	125
12981	125
12982	125
12983	125
12984	125
12985	125
12986	125
12987	125
12988	125
12989	125
12990	125
12991	125
12992	125
12993	125
12994	125
12995	125
12996	125
12997	125
12998	125
12999	125
13000	125
13001	125
13002	125
13003	125
13004	125
13005	125
13006	125
13007	125
13008	125
13009	125
13010	125
13011	125
13012	125
13013	125
13014	125
13015	125
13016	125
13017	125
13018	125
13019	125
13020	125
13021	125
13022	125
13023	125
13024	125
13025	125
13026	125
13027	125
13028	125
13029	125
13030	125
13031	125
13032	125
13033	125
258	125
260	125
13034	125
13035	125
13036	125
6802	125
13037	125
13038	125
13039	125
13040	125
13041	125
13042	125
13043	125
13044	125
13045	125
13046	125
13047	125
13048	125
13049	125
13050	125
13051	125
282	125
13052	125
13053	125
13054	125
13055	125
13056	125
13057	125
13058	125
13059	125
13060	125
13061	125
13062	125
13063	125
13064	125
13065	125
13066	125
13067	125
13068	125
13069	125
13070	125
13071	125
13072	125
13073	125
13074	125
13075	125
13076	125
13077	125
13078	125
13079	125
6883	125
13080	125
13081	125
13082	125
13083	125
13084	125
13085	125
6906	125
13086	125
13087	125
13088	125
13089	125
13090	125
13091	125
13092	125
5085	125
13093	125
13094	125
13095	125
13096	125
13097	125
13098	125
13099	125
13100	125
6939	125
13101	125
13102	125
13103	125
13104	125
13105	125
13106	125
13107	125
13108	125
13109	125
13110	125
13111	125
13112	125
13113	125
13114	125
13115	125
13116	125
13117	125
13118	125
13119	125
13120	125
13121	125
13122	125
13123	125
13124	125
13125	125
13126	125
13127	125
13128	125
13129	125
13130	125
13131	125
7003	125
13132	125
13133	125
13134	125
13135	125
13136	125
13137	125
7021	125
13138	125
13139	125
13140	125
7038	125
13141	125
13142	125
13143	125
7057	125
7059	125
13144	125
13145	125
13146	125
13147	125
13148	125
13149	125
13150	125
13151	125
13152	125
13153	125
13154	125
13155	125
13156	125
13157	125
13158	125
13159	125
13160	125
13161	125
13162	125
13163	125
13164	125
13165	125
13166	125
13167	125
13168	125
13169	125
13170	125
13171	125
13172	125
13173	125
13174	125
13175	125
13176	125
3577	125
13177	125
13178	125
13179	125
13180	125
13181	125
13182	125
13183	125
13184	125
13185	125
13186	125
13187	125
13188	125
13189	125
13190	125
13191	125
13192	125
13193	125
13194	125
13195	125
13196	125
13197	125
13198	125
13199	125
13200	125
13201	125
13202	125
13203	125
13204	125
13205	125
5172	125
13206	125
13207	125
13208	125
13209	125
13210	125
13211	125
13212	125
13213	125
13214	125
13215	125
13216	125
13217	125
13218	125
7220	125
13219	125
13220	125
13221	125
13222	125
13223	125
459	125
13224	125
13225	125
13226	125
13227	125
13228	125
13229	125
13230	125
7276	125
13231	125
13232	125
13233	125
13234	125
13235	125
13236	125
13237	125
13238	125
13239	125
13240	125
13241	125
13242	125
13243	125
13244	125
13245	125
13246	125
13247	125
13248	125
13249	125
13250	125
13251	125
13252	125
13253	125
13254	125
13255	125
13256	125
7344	125
13257	125
13258	125
13259	125
13260	125
13261	125
13262	125
13263	125
13264	125
13265	125
13266	125
13267	125
13268	125
13269	125
13270	125
13271	125
13272	125
13273	125
13274	125
13275	125
13276	125
13277	125
13278	125
13279	125
13280	125
13281	125
13282	125
13283	125
13284	125
13285	125
13286	125
13287	125
13288	125
13289	125
13290	125
13291	125
13292	125
13293	125
13294	125
13295	125
13296	125
13297	125
13298	125
13299	125
13300	125
13301	125
13302	125
13303	125
13304	125
13305	125
13306	125
13307	125
13308	125
13309	125
13310	125
13311	125
13312	125
13313	125
13314	125
13315	125
13316	125
13317	125
13318	125
13319	125
13320	125
13321	125
13322	125
13323	125
13324	125
13325	125
13326	125
13327	125
13328	125
13329	125
13330	125
13331	125
13332	125
13333	125
13334	125
13335	125
13336	125
13337	125
13338	125
13339	125
13340	125
13341	125
13342	125
13343	125
13344	125
13345	125
13346	125
13347	125
13348	125
13349	125
13350	125
13351	125
13352	125
13353	125
7594	125
13354	125
13355	125
13356	125
13357	125
13358	125
13359	125
13360	125
13361	125
13362	125
13363	125
13364	125
13365	125
13366	125
13367	125
13368	125
13369	125
13370	125
13371	125
13372	125
13373	125
13374	125
13375	125
13376	125
13377	125
13378	125
13379	125
13380	125
13381	125
13382	125
13383	125
13384	125
13385	125
13386	125
13387	125
13388	125
13389	125
13390	125
13391	125
13392	125
13393	125
13394	125
13395	125
13396	125
13397	125
13398	125
13399	125
13400	125
13401	125
13402	125
13403	125
13404	125
13405	125
13406	125
13407	125
13408	125
13409	125
13410	125
13411	125
13412	125
13413	125
13414	125
13415	125
13416	125
13417	125
13418	125
13419	125
13420	125
13421	125
13422	125
13423	125
13424	125
13425	125
13426	125
13427	125
13428	125
13429	125
13430	125
13431	125
13432	125
13433	125
13434	125
13435	125
13436	125
13437	125
13438	125
13439	125
13440	125
13441	125
13442	125
13443	125
13444	125
13445	125
13446	125
13447	125
13448	125
13449	125
13450	125
13451	125
13452	125
13453	125
13454	125
13455	125
13456	125
13457	125
13458	125
13459	125
13460	125
13461	125
13462	125
13463	125
13464	125
13465	125
13466	125
13467	125
13468	125
13469	125
13470	125
13471	125
13472	125
13473	125
13474	125
13475	125
13476	125
13477	125
13478	125
13479	125
13480	125
13481	125
13482	125
13483	125
13484	125
13485	125
13486	125
13487	125
13488	125
13489	125
13490	125
13491	125
13492	125
7833	125
13493	125
13494	125
13495	125
13496	125
13497	125
13498	125
13499	125
13500	125
13501	125
13502	125
13503	125
13504	125
13505	125
13506	125
13507	125
13508	125
13509	125
13510	125
13511	125
13512	125
13513	125
13514	125
13515	125
13516	125
13517	125
13518	125
13519	125
13520	125
13521	125
13522	125
13523	125
13524	125
13525	125
13526	125
13527	125
13528	125
13529	125
13530	125
13531	125
13532	125
13533	125
13534	125
13535	125
13536	125
13537	125
13538	125
13539	125
13540	125
13541	125
13542	125
13543	125
13544	125
13545	125
13546	125
13547	125
13548	125
13549	125
13550	125
13551	125
13552	125
13553	125
13554	125
13555	125
13556	125
13557	125
13558	125
13559	125
13560	125
13561	125
13562	125
13563	125
13564	125
13565	125
13566	125
13567	125
13568	125
13569	125
13570	125
13571	125
7951	125
7952	125
13572	125
13573	125
7960	125
13574	125
13575	125
7985	125
13576	125
13577	125
13578	125
13579	125
13580	125
7997	125
13581	125
13582	125
13583	125
8002	125
13584	125
13585	125
13586	125
13587	125
8022	125
13588	125
8463	125
13589	125
8047	125
13590	125
13591	125
13592	125
13593	125
13594	125
8060	125
13595	125
13596	125
13597	125
13598	125
13599	125
8485	125
13600	125
8076	125
13601	125
8080	125
13602	125
8084	125
13603	125
13604	125
13605	125
8098	125
13606	125
13607	125
13608	125
13609	125
13610	125
13611	125
13612	125
8126	125
13613	125
13614	125
13615	125
13616	125
8143	125
13617	125
13618	125
13619	125
8148	125
13620	125
13621	125
13622	125
8532	125
13623	125
13624	125
8171	125
13625	125
13626	125
13627	125
13628	125
13629	125
13630	125
13631	125
13632	125
13633	125
13634	125
13635	125
13636	125
13637	125
13638	125
13639	125
13640	125
8550	125
13641	125
8201	125
5580	125
8223	125
13642	125
13643	125
13644	125
8242	125
13645	125
8245	125
13646	125
8250	125
13647	125
13648	125
13649	125
13650	125
13651	125
13652	125
8273	125
13653	125
8274	125
4508	125
13654	125
13655	125
13656	125
13657	125
13658	125
13659	125
13660	125
13661	125
8296	125
13662	125
13663	125
13664	125
13665	125
8616	125
8309	125
13666	125
13667	125
13668	125
8317	125
8324	125
13669	125
8337	125
13670	125
13671	125
13672	125
8344	125
13673	125
13674	125
13675	125
13676	125
13677	125
13678	125
13679	125
13680	125
8358	125
13681	125
8361	125
13682	125
13683	125
13684	125
13685	125
13686	125
13687	125
13688	125
8374	125
8375	125
13689	125
13690	125
13691	125
13692	125
13693	125
13694	125
13695	125
13696	125
8414	125
13697	125
13698	125
13699	125
13700	125
13701	125
13702	125
13703	125
13704	125
13705	125
13706	125
13707	125
13708	125
13709	125
13710	125
13711	125
13712	125
8671	125
13713	125
13714	125
13715	125
13716	125
8680	125
13717	125
13718	125
13719	125
13720	125
13721	125
13722	125
13723	125
13724	125
13725	125
13726	125
13727	125
13728	125
13729	125
13730	125
13731	125
13732	125
13733	125
13734	125
13735	125
13736	125
13737	125
13738	125
13739	125
13740	125
13741	125
13742	125
13743	125
13744	125
13745	125
13746	125
8705	125
13747	125
13748	125
13749	125
13750	125
13751	125
13752	125
13753	125
13754	125
13755	125
13756	125
13757	125
13758	125
13759	125
13760	125
13761	125
13762	125
13763	125
13764	125
13765	125
13766	125
13767	125
13768	125
13769	125
13770	125
13771	125
13772	125
13773	125
13774	125
13775	125
13776	125
13777	125
13778	125
13779	125
13780	125
13781	125
13782	125
13783	125
13784	125
13785	125
13786	125
13787	125
13788	125
13789	125
13790	125
13791	125
13792	125
13793	125
13794	125
13795	125
13796	125
13797	125
13798	125
13799	125
13800	125
13801	125
13802	125
13803	125
13804	125
13805	125
13806	125
13807	125
13808	125
13809	125
13810	125
13811	125
13812	125
13813	126
13814	126
13815	126
13816	126
11477	126
13817	126
13818	126
13819	126
13820	126
13821	126
13822	126
13823	126
13824	126
13825	126
13826	126
13827	126
13828	126
13829	126
13830	126
13831	126
13832	126
13833	126
13834	126
13835	126
13836	126
13837	126
13838	126
13839	126
13840	126
13841	126
13842	126
13843	126
13844	126
13845	126
13846	126
13847	126
13848	126
13849	126
13850	126
13851	126
13852	126
13853	126
13854	126
13855	126
13856	126
13857	126
13858	126
13859	126
13860	126
13861	126
13862	126
13863	126
13864	126
13865	126
13866	126
13867	126
13868	126
13869	126
13870	126
13871	126
13872	126
8815	126
13873	126
13874	126
13875	126
13876	126
13877	126
13878	126
13879	126
13880	126
13881	126
13882	126
13883	126
13884	126
13885	126
13886	126
13887	126
13888	126
13889	126
13890	126
13891	126
13892	126
13893	126
13894	126
11557	126
13895	126
13896	126
13897	126
13898	126
13899	126
13900	126
13901	126
13902	126
13903	126
13904	126
13905	126
13906	126
13907	126
13908	126
13909	126
13910	126
13911	126
13912	126
13913	126
13914	126
13915	126
13916	126
13917	126
13918	126
13919	126
13920	126
13921	126
13922	126
13923	126
13924	126
13925	126
13926	126
13927	126
13928	126
13929	126
13930	126
13931	126
13932	126
13933	126
11588	126
13934	126
13935	126
13936	126
13937	126
13938	126
13939	126
13940	126
13941	126
13942	126
13943	126
13944	126
13945	126
13946	126
13947	126
13948	126
13949	126
13950	126
11604	126
11605	126
13951	126
13952	126
13953	126
13954	126
13955	126
13956	126
13957	126
13958	126
13959	126
13960	126
13961	126
11617	126
13962	126
13963	126
13964	126
13965	126
13966	126
13967	126
13968	126
13969	126
13970	126
13971	126
13972	126
13973	126
13974	126
13975	126
13976	126
2217	126
13977	126
13978	126
13979	126
13980	126
13981	126
13982	126
13983	126
13984	126
13985	126
13986	126
13987	126
13988	126
13989	126
13990	126
13991	126
13992	126
13993	126
13994	126
13995	126
13996	126
13997	126
13998	126
13999	126
14000	126
14001	126
14002	126
14003	126
14004	126
14005	126
14006	126
14007	126
14008	126
14009	126
14010	126
14011	126
8990	126
14012	126
14013	126
14014	126
14015	126
14016	126
14017	126
14018	126
14019	126
14020	126
14021	126
14022	126
14023	126
14024	126
14025	126
14026	126
14027	126
14028	126
14029	126
14030	126
14031	126
14032	126
14033	126
14034	126
14035	126
14036	126
14037	126
14038	126
14039	126
14040	126
14041	126
14042	126
2285	126
14043	126
14044	126
14045	126
14046	126
14047	126
14048	126
14049	126
14050	126
14051	126
14052	126
14053	126
14054	126
14055	126
14056	126
14057	126
14058	126
14059	126
14060	126
14061	126
14062	126
14063	126
11733	126
14064	126
14065	126
14066	126
14067	126
14068	126
14069	126
14070	126
14071	126
14072	126
14073	126
14074	126
14075	126
14076	126
14077	126
14078	126
2326	126
4752	126
14079	126
14080	126
2328	126
14081	126
14082	126
14083	126
14084	126
14085	126
14086	126
14087	126
14088	126
14089	126
14090	126
14091	126
14092	126
14093	126
14094	126
14095	126
14096	126
14097	126
14098	126
14099	126
14100	126
14101	126
14102	126
14103	126
6250	126
14104	126
14105	126
14106	126
14107	126
14108	126
14109	126
14110	126
14111	126
14112	126
14113	126
14114	126
14115	126
14116	126
14117	126
14118	126
14119	126
14120	126
14121	126
14122	126
14123	126
14124	126
14125	126
14126	126
14127	126
14128	126
14129	126
14130	126
14131	126
14132	126
14133	126
14134	126
14135	126
14136	126
14137	126
9177	126
14138	126
14139	126
14140	126
14141	126
14142	126
14143	126
14144	126
14145	126
14146	126
14147	126
14148	126
14149	126
14150	126
14151	126
14152	126
14153	126
14154	126
11830	126
14155	126
14156	126
14157	126
14158	126
14159	126
14160	126
14161	126
14162	126
14163	126
14164	126
14165	126
14166	126
14167	126
11848	126
14168	126
14169	126
14170	126
14171	126
14172	126
14173	126
14174	126
14175	126
14176	126
14177	126
14178	126
14179	126
14180	126
14181	126
14182	126
14183	126
14184	126
14185	126
14186	126
14187	126
14188	126
14189	126
14190	126
14191	126
14192	126
14193	126
14194	126
14195	126
14196	126
14197	126
14198	126
14199	126
14200	126
14201	126
14202	126
14203	126
14204	126
14205	126
14206	126
14207	126
14208	126
14209	126
14210	126
14211	126
14212	126
14213	126
14214	126
14215	126
14216	126
9288	126
14217	126
14218	126
14219	126
14220	126
14221	126
14222	126
9295	126
14223	126
14224	126
14225	126
14226	126
14227	126
14228	126
14229	126
14230	126
14231	126
14232	126
14233	126
14234	126
9322	126
14235	126
14236	126
14237	126
14238	126
14239	126
14240	126
14241	126
14242	126
14243	126
14244	126
14245	126
14246	126
14247	126
14248	126
14249	126
14250	126
14251	126
14252	126
14253	126
14254	126
14255	126
14256	126
14257	126
14258	126
14259	126
14260	126
14261	126
14262	126
14263	126
14264	126
14265	126
14266	126
14267	126
14268	126
14269	126
14270	126
14271	126
14272	126
14273	126
14274	126
14275	126
14276	126
14277	126
14278	126
14279	126
14280	126
14281	126
14282	126
14283	126
14284	126
14285	126
14286	126
14287	126
14288	126
14289	126
14290	126
14291	126
14292	126
14293	126
14294	126
14295	126
14296	126
14297	126
14298	126
14299	126
14300	126
14301	126
14302	126
14303	126
14304	126
14305	126
14306	126
14307	126
6455	126
14308	126
14309	126
14310	126
14311	126
14312	126
14313	126
14314	126
14315	126
14316	126
14317	126
14318	126
14319	126
14320	126
14321	126
14322	126
14323	126
14324	126
14325	126
14326	126
14327	126
14328	126
14329	126
14330	126
14331	126
14332	126
14333	126
14334	126
14335	126
14336	126
14337	126
14338	126
14339	126
14340	126
14341	126
14342	126
14343	126
14344	126
14345	126
14346	126
14347	126
14348	126
14349	126
14350	126
14351	126
14352	126
14353	126
14354	126
14355	126
14356	126
14357	126
14358	126
14359	126
14360	126
14361	126
14362	126
14363	126
14364	126
14365	126
14366	126
14367	126
14368	126
14369	126
14370	126
14371	126
14372	126
14373	126
14374	126
14375	126
14376	126
14377	126
14378	126
14379	126
14380	126
14381	126
14382	126
14383	126
12048	126
14384	126
14385	126
14386	126
14387	126
14388	126
14389	126
14390	126
14391	126
14392	126
14393	126
14394	126
14395	126
14396	126
14397	126
14398	126
14399	126
14400	126
14401	126
14402	126
14403	126
14404	126
14405	126
14406	126
14407	126
14408	126
14409	126
14410	126
14411	126
14412	126
14413	126
14414	126
14415	126
14416	126
14417	126
14418	126
14419	126
14420	126
14421	126
14422	126
14423	126
14424	126
14425	126
14426	126
14427	126
14428	126
14429	126
14430	126
4937	126
14431	126
14432	126
14433	126
14434	126
14435	126
14436	126
14437	126
14438	126
14439	126
14440	126
14441	126
14442	126
14443	126
14444	126
14445	126
14446	126
14447	126
14448	126
14449	126
14450	126
2691	126
14451	126
14452	126
14453	126
14454	126
14455	126
14456	126
14457	126
14458	126
14459	126
14460	126
14461	126
14462	126
14463	126
14464	126
14465	126
14466	126
14467	126
14468	126
14469	126
14470	126
14471	126
14472	126
14473	126
14474	126
14475	126
14476	126
14477	126
14478	126
14479	126
14480	126
14481	126
14482	126
14483	126
14484	126
14485	126
12153	126
14486	126
14487	126
14488	126
14489	126
14490	126
14491	126
14492	126
14493	126
14494	126
12162	126
14495	126
14496	126
224	126
14497	126
14498	126
14499	126
14500	126
14501	126
14502	126
14503	126
14504	126
14505	126
14506	126
14507	126
14508	126
14509	126
14510	126
14511	126
14512	126
14513	126
14514	126
14515	126
14516	126
14517	126
14518	126
14519	126
14520	126
14521	126
14522	126
14523	126
14524	126
14525	126
14526	126
14527	126
14528	126
14529	126
14530	126
14531	126
14532	126
14533	126
14534	126
14535	126
14536	126
14537	126
14538	126
14539	126
14540	126
14541	126
14542	126
14543	126
14544	126
14545	126
14546	126
4982	126
14547	126
14548	126
14549	126
14550	126
14551	126
14552	126
14553	126
14554	126
14555	126
14556	126
14557	126
14558	126
14559	126
14560	126
12208	126
14561	126
14562	126
14563	126
14564	126
14565	126
9846	126
14566	126
14567	126
14568	126
14569	126
14570	126
14571	126
14572	126
14573	126
14574	126
14575	126
14576	126
14577	126
14578	126
12229	126
14579	126
14580	126
14581	126
14582	126
14583	126
14584	126
14585	126
14586	126
14587	126
14588	126
14589	126
14590	126
14591	126
14592	126
14593	126
14594	126
14595	126
14596	126
14597	126
14598	126
14599	126
14600	126
14601	126
14602	126
14603	126
14604	126
14605	126
14606	126
14607	126
14608	126
14609	126
14610	126
14611	126
14612	126
14613	126
14614	126
14615	126
14616	126
14617	126
14618	126
14619	126
14620	126
14621	126
14622	126
14623	126
14624	126
14625	126
14626	126
14627	126
14628	126
14629	126
14630	126
14631	126
14632	126
14633	126
14634	126
14635	126
14636	126
14637	126
14638	126
14639	126
14640	126
14641	126
13096	126
14642	126
14643	126
14644	126
6954	126
14645	126
14646	126
14647	126
14648	126
14649	126
14650	126
14651	126
14652	126
14653	126
14654	126
14655	126
14656	126
14657	126
14658	126
14659	126
14660	126
14661	126
14662	126
14663	126
14664	126
14665	126
14666	126
14667	126
14668	126
14669	126
14670	126
14671	126
13141	126
14672	126
14673	126
14674	126
14675	126
14676	126
14677	126
14678	126
14679	126
14680	126
14681	126
14682	126
14683	126
14684	126
14685	126
14686	126
14687	126
14688	126
14689	126
14690	126
14691	126
14692	126
14693	126
14694	126
14695	126
13192	126
14696	126
14697	126
14698	126
14699	126
14700	126
14701	126
14702	126
14703	126
14704	126
14705	126
14706	126
14707	126
14708	126
14709	126
14710	126
14711	126
14712	126
14713	126
14714	126
14715	126
14716	126
14717	126
14718	126
14719	126
14720	126
14721	126
14722	126
14723	126
14724	126
14725	126
14726	126
14727	126
14728	126
14729	126
14730	126
14731	126
14732	126
14733	126
14734	126
14735	126
14736	126
14737	126
14738	126
14739	126
14740	126
14741	126
14742	126
14743	126
14744	126
14745	126
14746	126
14747	126
10018	126
14748	126
14749	126
14750	126
14751	126
14752	126
14753	126
14754	126
14755	126
14756	126
13276	126
14757	126
14758	126
14759	126
14760	126
14761	126
13280	126
14762	126
14763	126
14764	126
14765	126
14766	126
14767	126
14768	126
14769	126
14770	126
14771	126
14772	126
14773	126
14774	126
14775	126
14776	126
14777	126
14778	126
14779	126
14780	126
14781	126
14782	126
14783	126
14784	126
14785	126
14786	126
14787	126
14788	126
14789	126
14790	126
14791	126
14792	126
14793	126
14794	126
14795	126
14796	126
14797	126
14798	126
14799	126
14800	126
14801	126
14802	126
14803	126
14804	126
14805	126
14806	126
14807	126
14808	126
14809	126
14810	126
4396	126
14811	126
14812	126
14813	126
14814	126
14815	126
12778	126
8009	126
14816	126
14817	126
14818	126
14819	126
14820	126
14821	126
8020	126
14822	126
14823	126
14824	126
14825	126
14826	126
12779	126
14827	126
14828	126
14829	126
14830	126
14831	126
14832	126
14833	126
14834	126
14835	126
14836	126
12780	126
14837	126
14838	126
14839	126
14840	126
14841	126
14842	126
14843	126
14844	126
14845	126
14846	126
14847	126
14848	126
14849	126
14850	126
14851	126
14852	126
14853	126
14854	126
14855	126
14856	126
14857	126
14858	126
14859	126
14860	126
14861	126
14862	126
14863	126
14864	126
14865	126
14866	126
14867	126
14868	126
14869	126
14870	126
14871	126
14872	126
14873	126
14874	126
14875	126
14876	126
14877	126
14878	126
14879	126
14880	126
14881	126
14882	126
14883	126
14884	126
14885	126
14886	126
14887	126
14888	126
14889	126
14890	126
14891	126
14892	126
14893	126
14894	126
14895	126
14896	126
14897	126
14898	126
14899	126
14900	126
14901	126
14902	126
14903	126
14904	126
14905	126
14906	126
14907	126
14908	126
14909	126
14910	126
14911	126
14912	126
14913	126
14914	126
14915	126
14916	126
14917	126
14918	126
14919	126
14920	126
14921	126
14922	126
14923	126
14924	126
14925	126
14926	126
14927	126
14928	126
8275	126
14929	126
14930	126
14931	126
14932	126
14933	126
14934	126
14935	126
14936	126
14937	126
14938	126
14939	126
14940	126
14941	126
14942	126
14943	126
14944	126
14945	126
14946	126
14947	126
14948	126
14949	126
14950	126
14951	126
14952	126
14953	126
14954	126
14955	126
14956	126
14957	126
14958	126
14959	126
14960	126
12784	126
14961	126
14962	126
14963	126
14964	126
14965	126
14966	126
14967	126
14968	126
14969	126
14970	126
14971	126
14972	126
14973	126
14974	126
14975	126
14976	126
14977	126
14978	126
14979	126
14980	126
14981	126
14982	126
14983	126
12785	126
14984	126
14985	126
14986	126
14987	126
14988	126
14989	126
14990	126
14991	126
14992	126
14993	126
14994	126
14995	126
14996	126
14997	126
14998	126
14999	126
15000	126
15001	126
15002	126
15003	126
15004	126
15005	126
15006	126
15007	126
15008	126
15009	126
15010	126
15011	126
15012	126
15013	126
15014	126
15015	126
15016	126
15017	126
15018	126
15019	126
15020	126
15021	126
15022	126
15023	126
15024	126
15025	126
15026	126
15027	126
15028	126
15029	126
15030	126
15031	126
15032	126
15033	126
15034	126
15035	126
15036	126
15037	126
15038	126
15039	126
15040	126
15041	126
15042	126
12834	126
15043	126
15044	126
15045	126
15046	126
15047	126
15048	126
15049	126
15050	126
15051	126
15052	126
15053	126
15054	126
15055	126
15056	126
15057	126
15058	126
15059	126
15060	126
15061	126
15062	126
15063	126
15064	126
15065	126
15066	126
15067	126
15068	126
15069	126
15070	126
15071	126
15072	126
15073	126
15074	126
15075	126
15076	126
15077	126
15078	126
15079	126
15080	126
15081	126
15082	126
15083	126
15084	126
15085	126
15086	126
15087	126
15088	126
15089	126
15090	126
15091	126
15092	126
15093	126
15094	126
15095	126
15096	126
15097	126
15098	126
15099	126
15100	126
15101	126
15102	126
15103	126
13798	126
15104	126
15105	126
15106	126
15107	126
15108	126
15109	126
15110	126
15111	126
15112	126
15113	126
15114	126
15115	126
15116	126
15117	126
15118	126
15119	126
15120	126
15121	126
15122	126
15123	126
15124	126
15125	126
15126	126
15127	126
15128	126
15129	126
15130	126
15131	126
15132	126
15133	126
15134	126
15135	126
15136	126
15137	126
15138	126
15139	126
15140	126
15141	126
15142	126
15143	126
15144	126
15145	126
15146	126
15147	126
15148	126
15149	126
15150	126
15151	126
15152	126
15153	126
15154	126
15155	126
15156	126
15157	126
15158	126
15159	126
15160	126
15161	126
15162	126
15163	126
15164	126
15165	126
15166	126
15167	126
15168	126
15169	126
15170	126
15171	126
15172	126
15173	126
15174	126
15175	126
15176	126
15177	126
15178	126
15179	126
15180	126
15181	126
15182	126
15183	126
15184	126
15185	126
15186	126
15187	126
15188	126
15189	126
15190	126
15191	126
15192	126
15193	126
15194	126
15195	126
15196	126
15197	126
15198	126
15199	126
15200	126
15201	126
15202	126
15203	126
15204	126
15205	126
15206	126
15207	126
15208	126
15209	126
15210	126
15211	126
15212	126
15213	126
15214	126
15215	126
15216	126
15217	126
15218	126
15219	126
15220	126
15221	126
15222	126
15223	126
15224	126
15225	126
15226	126
15227	126
15228	126
15229	126
15230	126
15231	126
15232	126
15233	126
15234	126
15235	126
15236	126
15237	126
15238	126
15239	126
15240	126
15241	126
15242	126
15243	126
15244	126
15245	126
15246	126
15247	126
15248	126
15249	126
15250	126
15251	126
15252	126
15253	126
15254	126
15255	126
15256	126
15257	126
15258	126
15259	126
15260	126
15261	126
15262	126
15263	126
15264	126
15265	126
15266	126
15267	126
15268	126
15269	126
15270	126
15271	126
15272	126
15273	126
15274	126
15275	126
15276	126
15277	126
15278	126
15279	126
15280	126
15281	126
15282	126
15283	126
15284	126
15285	126
15286	126
15287	126
15288	126
15289	126
15290	126
15291	126
15292	126
15293	126
15294	126
15295	126
15296	126
15297	126
15298	126
15299	126
15300	126
15301	126
15302	126
15303	126
15304	126
15305	126
15306	126
15307	126
15308	126
15309	126
15310	126
15311	126
15312	126
15313	126
15314	126
15315	126
15316	126
15317	126
15318	126
15319	126
15320	126
15321	126
15322	126
15323	126
15324	126
15325	126
15326	126
15327	126
15328	126
15329	126
15330	126
15331	126
15332	126
15333	126
15334	126
15335	126
15336	126
15337	126
15338	126
15339	126
15340	126
15341	126
15342	126
15343	126
15344	126
15345	126
15346	126
15347	126
15348	126
15349	126
15350	126
15351	126
15352	126
15353	126
15354	126
15355	126
15356	126
15357	126
15358	126
15359	126
15360	126
15361	126
15362	126
15363	126
15364	126
15365	126
15366	126
15367	126
15368	126
15369	126
15370	126
15371	126
15372	126
15373	126
15374	126
15375	126
15376	126
15377	126
15378	126
15379	126
15380	126
15381	126
15382	126
15383	126
15384	126
15385	126
15386	126
15387	126
15388	126
15389	126
15390	126
15391	126
15392	126
15393	126
15394	126
15395	126
15396	126
15397	126
15398	126
15399	126
15400	126
15401	126
15402	126
15403	126
15404	126
15405	126
15406	126
15407	126
15408	126
15409	126
15410	126
15411	126
15412	126
15413	126
15414	126
15415	126
15416	126
15417	126
15418	126
15419	126
15420	126
15421	126
15422	126
15423	126
15424	126
15425	126
15426	126
15427	126
15428	126
15429	126
15430	126
15431	126
15432	126
15433	126
15434	126
15435	126
15436	126
15437	126
15438	126
15439	126
15440	126
15441	126
15442	126
15443	126
15444	126
15445	126
15446	126
15447	126
15448	126
15449	126
15450	126
15451	126
15452	126
15453	126
15454	126
15455	126
15456	126
15457	126
15458	126
15459	126
15460	126
15461	126
15462	126
15463	126
15464	126
15465	126
15466	126
15467	126
15468	126
15469	126
15470	126
15471	126
15472	126
15473	126
15474	126
15475	126
15476	126
15477	126
15478	126
15479	126
15480	126
15481	126
15482	126
15483	126
15484	126
15485	126
15486	126
15487	126
15488	126
15489	126
15490	126
15491	126
15492	126
15493	126
15494	126
15495	126
15496	126
15497	126
15498	126
15499	126
15500	126
15501	126
15502	126
15503	126
15504	126
15505	126
15506	126
15507	126
15508	126
15509	126
15510	126
15511	126
15512	126
15513	126
15514	126
15515	126
15516	126
15517	126
15518	126
15519	126
15520	126
15521	126
15522	126
15523	126
15524	126
15525	126
15526	126
15527	126
15528	126
15529	126
15530	126
15531	126
15532	126
15533	126
15534	126
15535	126
15536	126
15537	126
15538	126
15539	126
15540	126
15541	126
15542	126
15543	126
15544	126
15545	126
15546	126
15547	126
15548	126
15549	126
15550	126
15551	126
15552	126
15553	126
15554	126
15555	126
15556	126
15557	126
15558	126
15559	126
15560	126
15561	126
15562	126
15563	126
15564	126
15565	126
15566	126
15567	126
15568	126
15569	126
15570	126
15571	126
15572	126
15573	126
15574	126
15575	126
15576	126
15577	126
15578	126
15579	126
15580	126
15581	126
15582	126
15583	126
15584	126
15585	126
15586	126
15587	126
15588	126
15589	126
15590	126
15591	126
15592	126
15593	126
15594	126
15595	126
15596	126
15597	126
15598	126
15599	126
15600	126
15601	126
15602	126
15603	126
15604	126
15605	126
15606	126
15607	126
15608	126
15609	126
15610	126
15611	126
15612	126
15613	126
15614	126
15615	126
15616	126
15617	126
15618	126
15619	126
15620	126
15621	126
15622	126
15623	126
15624	126
15625	126
15626	126
15627	126
15628	126
15629	126
15630	126
15631	126
15632	126
15633	126
15634	126
15635	126
15636	126
15637	126
15638	126
15639	126
15640	126
15641	126
15642	126
15643	126
15644	126
15645	126
15646	126
15647	126
15648	126
15649	126
15650	126
15651	126
15652	126
15653	126
15654	126
15655	126
15656	126
15657	126
15658	126
15659	126
15660	126
15661	126
15662	126
15663	126
15664	126
15665	126
15666	126
15667	126
15668	126
15669	126
15670	126
15671	126
15672	126
15673	126
15674	126
15675	126
15676	126
15677	126
15678	126
15679	126
15680	126
15681	126
15682	126
15683	126
15684	126
15685	126
15686	126
15687	126
15688	126
15689	126
15690	126
15691	126
15692	126
15693	126
15694	126
15695	126
15696	126
15697	126
15698	126
15699	126
15700	126
15701	126
15702	126
15703	126
15704	126
15705	126
15706	126
15707	126
15708	126
15709	126
15710	126
15711	126
15712	126
15713	126
15714	126
15715	126
15716	126
15717	126
15718	126
15719	126
15720	126
15721	126
15722	126
15723	126
15724	126
15725	126
15726	126
15727	126
15728	126
15729	126
15730	126
15731	126
15732	126
15733	126
15734	126
15735	126
15736	126
15737	126
15738	126
15739	126
15740	126
15741	126
15742	126
15743	126
15744	126
15745	126
15746	126
15747	126
15748	126
15749	126
15750	126
15751	126
15752	126
15753	126
15754	126
15755	126
15756	126
15757	126
15758	126
15759	126
15760	126
15761	126
15762	126
15763	126
15764	126
15765	126
15766	126
15767	126
15768	126
15769	126
15770	126
15771	126
15772	126
15773	126
15774	126
15775	126
15776	126
15777	126
15778	126
15779	126
15780	126
15781	126
15782	126
15783	126
15784	126
15785	126
15786	126
15787	126
15788	126
15789	121
15790	127
15791	127
15792	127
15793	127
15794	127
15795	127
15796	127
15797	127
15798	127
15799	127
15800	127
15801	127
15802	127
15803	127
15804	127
15805	127
15806	127
15807	127
15808	127
15809	127
15810	127
15811	127
15812	127
15813	127
15814	127
15815	127
15816	127
15817	127
15818	127
15819	127
15820	127
15821	127
15822	127
15823	127
15824	127
15825	127
15826	127
15827	127
15828	127
15829	127
15830	127
15831	127
15832	127
15833	127
15834	127
15835	127
15836	127
15837	127
15838	127
15839	127
15840	127
15841	127
15842	127
15843	127
15844	127
15845	127
15846	127
15847	127
15848	127
15849	127
15850	127
15851	127
15852	127
15853	127
15854	127
15855	127
15856	127
15857	127
15858	127
15859	127
15860	127
15861	127
15862	127
15863	127
15864	127
15865	127
15866	127
15867	127
15868	127
15869	127
15870	127
15871	127
15872	127
15873	127
15874	127
15875	127
15876	127
15877	127
15878	127
15879	127
12303	127
15880	127
15881	127
15882	127
15883	127
15884	127
15885	127
15886	127
15887	127
15888	127
15889	127
15890	127
15891	127
15892	127
15893	127
15894	127
15895	127
15896	127
15897	127
15898	127
15899	127
15900	127
15901	127
15902	127
15903	127
15904	127
15905	127
15906	127
15907	127
15908	127
15909	127
15910	127
15911	127
15912	127
15913	127
15914	127
15915	127
15916	127
15917	127
15918	127
15919	127
15920	127
15921	127
15922	127
15923	127
15924	127
15925	127
15926	127
15927	127
15928	127
15929	127
15930	127
15931	127
15932	127
15933	127
15934	127
15935	127
15936	127
15937	127
15938	127
15939	127
15940	127
15941	127
15942	127
15943	127
15944	127
15945	127
15946	127
15947	127
15948	127
15949	127
15950	127
15951	127
15952	127
15953	127
15954	127
15955	127
15956	127
15957	127
15958	127
15959	127
15960	127
15961	127
15962	127
15963	127
15964	127
15965	127
15966	127
15967	127
15968	127
15969	127
15970	127
15971	127
15972	127
15973	127
15974	127
15975	127
15976	127
15977	127
15978	127
15979	127
15980	127
15981	127
15982	127
15983	127
15984	127
15985	127
15986	127
15987	127
15988	127
15989	127
15990	127
15991	127
15992	127
15993	127
15994	127
15995	127
15996	127
15997	127
15998	127
15999	127
16000	127
16001	127
16002	127
16003	127
16004	127
16005	127
16006	127
16007	127
16008	127
16009	127
16010	127
16011	127
16012	127
16013	127
16014	127
16015	127
16016	127
16017	127
16018	127
16019	127
16020	127
16021	127
16022	127
16023	127
16024	127
16025	127
16026	127
16027	127
16028	127
16029	127
16030	127
16031	127
16032	127
16033	127
16034	127
16035	127
16036	127
16037	127
16038	127
16039	127
16040	127
16041	127
16042	127
16043	127
16044	127
16045	127
16046	127
16047	127
16048	127
16049	127
16050	127
16051	127
16052	127
16053	127
16054	127
16055	127
16056	127
16057	127
16058	127
16059	127
16060	127
16061	127
16062	127
16063	127
16064	127
16065	127
16066	127
16067	127
16068	127
16069	127
16070	127
16071	127
16072	127
16073	127
16074	127
16075	127
16076	127
16077	127
16078	127
16079	127
16080	127
16081	127
16082	127
16083	127
16084	127
16085	127
16086	127
16087	127
16088	127
16089	127
16090	127
16091	127
16092	127
16093	127
16094	127
16095	127
16096	127
16097	127
16098	127
16099	127
16100	127
16101	127
16102	127
16103	127
16104	127
16105	127
16106	127
16107	127
16108	127
16109	127
16110	127
16111	127
16112	127
16113	127
16114	127
16115	127
16116	127
16117	127
16118	127
16119	127
16120	127
16121	127
16122	127
16123	127
16124	127
16125	127
16126	127
16127	127
16128	127
16129	127
16130	127
16131	127
16132	127
16133	127
16134	127
16135	127
16136	127
16137	127
16138	127
16139	127
16140	127
16141	127
16142	127
16143	127
16144	127
16145	127
16146	127
16147	127
16148	127
16149	127
16150	127
16151	127
16152	127
16153	127
16154	127
16155	127
16156	127
16157	127
16158	127
16159	127
16160	127
16161	127
16162	127
16163	127
16164	127
16165	127
16166	127
16167	127
16168	127
16169	127
16170	127
16171	127
16172	127
16173	127
16174	127
16175	127
16176	127
16177	127
16178	127
16179	127
16180	127
16181	127
16182	127
16183	127
16184	127
16185	127
16186	127
16187	127
16188	127
16189	127
16190	127
16191	127
16192	127
16193	127
16194	127
16195	127
16196	127
16197	127
16198	127
16199	127
16200	127
16201	127
16202	127
16203	127
16204	127
16205	127
16206	127
16207	127
16208	127
16209	127
16210	127
16211	127
16212	127
16213	127
16214	127
16215	127
16216	127
16217	127
16218	127
16219	127
16220	127
16221	127
16222	127
16223	127
16224	127
16225	127
16226	127
16227	127
16228	127
16229	127
16230	127
16231	127
16232	127
16233	127
16234	127
16235	127
16236	127
16237	127
16238	127
16239	128
16240	128
16241	128
16242	128
16243	128
16244	128
16245	128
16246	128
16247	128
16248	128
16249	128
16250	128
16251	128
16252	128
16253	128
16254	128
16255	128
16256	128
16257	128
16258	128
16259	128
16260	128
16261	128
16262	128
16263	128
16264	128
16265	128
16266	128
16267	128
16268	128
16269	128
16270	128
16271	128
16272	128
16273	128
16274	128
16275	128
16276	128
16277	128
16278	128
16279	128
16280	128
16281	128
16282	128
16283	128
16284	128
16285	128
16286	128
16287	128
16288	128
16289	128
16290	128
16291	128
16292	128
16293	128
16294	128
16295	128
16296	128
16297	128
16298	128
16299	128
16300	128
16301	128
16302	128
16303	128
16304	128
16305	128
16306	128
16307	128
16308	128
16309	128
16310	128
16311	128
16312	128
16313	128
16314	128
16315	128
16316	128
16317	128
16318	128
16319	128
16320	128
16321	128
16322	128
16323	128
16324	128
16325	128
16326	128
16327	128
16328	128
16329	128
16330	128
16331	128
16332	128
16333	128
16334	128
16335	128
16336	128
16337	128
16338	128
16339	128
16340	128
16341	128
16342	128
16343	128
16344	128
16345	128
16346	128
16347	128
16348	128
16349	128
16350	128
16351	128
16352	128
16353	128
16354	128
16355	128
16356	128
16357	128
16358	128
16359	128
16360	128
16361	128
16362	128
16363	128
16364	128
16365	128
16366	128
16367	128
16368	128
16369	128
16370	128
16371	128
16372	128
16373	128
16374	128
16375	128
16376	128
16377	128
16378	128
16379	128
16380	128
16381	128
16382	128
16383	128
16384	128
16385	128
16386	128
16387	128
16388	128
16389	128
16390	128
16391	128
16392	128
16393	128
16394	128
16395	128
16396	128
16397	128
16398	128
16399	128
16400	128
16401	128
16402	128
16403	128
16404	128
16405	128
16406	128
16407	128
16408	128
16409	128
16410	128
16411	128
16412	128
16413	128
16414	128
16415	128
16416	128
16417	128
16418	128
16419	128
16420	128
16421	128
16422	128
16423	128
16424	128
16425	128
16426	128
16427	128
16428	128
16429	128
16430	128
16431	128
16432	128
16433	128
16434	128
16435	128
16436	128
16437	128
16438	128
16439	128
16440	128
16441	128
16442	128
16443	128
16444	128
16445	128
16446	128
16447	128
16448	128
16449	128
16450	128
16451	128
16452	128
16453	128
16454	128
16455	128
16456	128
16457	128
16458	128
16459	128
16460	128
16461	128
16462	128
16463	128
16464	128
16465	128
16466	128
16467	128
16468	128
16469	128
16470	128
16471	128
16472	128
16473	128
16474	128
16475	128
16476	128
16477	128
16478	128
16479	128
16480	128
16481	128
16482	128
16483	128
16484	128
16485	128
16486	128
16487	128
16488	128
16489	128
16490	128
16491	128
16492	128
16493	128
16494	128
16495	128
16496	128
16497	128
16498	128
16499	128
16500	128
16501	128
16502	128
16503	128
16504	128
16505	128
16506	128
16507	128
16508	128
16509	128
16510	128
16511	128
16512	128
16513	128
16514	128
16515	128
16516	128
16517	128
16518	128
16519	128
16520	128
16521	128
16522	128
16523	128
16524	128
16525	128
16526	128
16527	128
16528	128
16529	128
16530	128
16531	128
16532	128
16533	128
16534	128
16535	128
16536	128
16537	128
16538	128
16539	128
16540	128
16541	128
16542	128
16543	128
16544	128
16545	128
16546	128
16547	128
16548	128
16549	128
16550	128
16551	128
16552	128
16553	128
16554	128
16555	128
16556	128
16557	128
16558	128
16559	128
16560	128
16561	128
16562	128
16563	128
16564	128
16565	128
16566	128
16567	128
16568	128
16569	128
16570	128
16571	128
16572	128
16573	128
16574	128
16575	128
16576	128
16577	128
16578	128
16579	128
16580	128
16581	128
16582	128
16583	128
16584	128
16585	128
16586	128
16587	128
16588	128
16589	128
16590	128
16591	128
16592	128
16593	128
16594	128
16595	128
16596	128
16597	128
16598	128
16599	128
16600	128
16601	128
16602	128
16603	128
16604	128
16605	128
16606	128
16607	128
16608	128
16609	128
16610	128
16611	128
16612	128
16613	128
16614	128
16615	128
16616	128
16617	128
16618	128
16619	128
16620	128
16621	128
16622	128
16623	128
16624	128
16625	128
16626	128
16627	128
16628	128
16629	128
16630	128
16631	128
16632	128
16633	128
16634	128
16635	128
16636	128
16637	128
16638	128
16639	128
16640	128
16641	128
16642	128
16643	128
16644	128
16645	128
16646	128
16647	128
16648	128
16649	128
16650	128
16651	128
16652	128
16653	128
16654	128
16655	128
16656	128
16657	128
16658	128
16659	128
16660	128
16661	128
16662	128
16663	128
16664	128
16665	128
16666	128
16667	128
16668	128
16669	128
16670	128
16671	128
16672	128
16673	128
16674	128
16675	128
16676	128
16677	128
16678	128
16679	128
16680	128
16681	128
16682	128
16683	128
16684	128
16685	128
16686	128
16687	128
16688	128
16689	128
16690	128
16691	128
16692	128
16693	128
16694	128
16695	128
16696	128
16697	128
16698	128
16699	128
16700	128
16701	128
16702	128
16703	128
16704	128
16705	128
16706	128
16707	128
16708	128
16709	128
16710	128
16711	128
16712	128
16713	128
16714	128
16715	128
16716	128
16717	128
16718	128
16719	128
16720	128
16721	128
16722	128
16723	128
16724	128
16725	128
16726	128
16727	128
16728	128
16729	128
16730	128
16731	128
16732	128
16733	128
16734	128
16735	128
16736	128
16737	128
16738	128
16739	128
16740	128
16741	128
16742	128
16743	128
16744	128
16745	128
16746	128
16747	128
16748	128
16749	128
16750	128
16751	128
16752	128
16753	128
16754	128
16755	128
16756	128
16757	128
16758	128
16759	128
16760	128
16761	128
16762	128
16763	128
16764	128
16765	128
16766	128
16767	128
16768	128
16769	128
16770	128
16771	128
16772	128
16773	128
16774	128
16775	128
16776	128
16777	128
16778	128
16779	128
16780	128
16781	128
16782	128
16783	128
16784	128
16785	128
16786	128
16787	128
16788	128
16789	128
16790	128
16791	128
16792	128
16793	128
16794	128
16795	128
16796	128
16797	128
16798	128
16799	128
16800	128
16801	128
16802	128
16803	128
16804	128
16805	128
16806	128
16807	128
16808	128
16809	128
16810	128
16811	128
16812	128
16813	128
16814	128
16815	128
16816	128
16817	128
16818	128
16819	128
16820	128
16821	128
16822	128
16823	128
16824	128
16825	128
16826	128
16827	128
16828	128
16829	128
16830	128
16831	128
16832	128
16833	128
16834	128
16835	128
16836	128
16837	128
16838	128
16839	128
16840	128
16841	128
16842	128
16843	128
16844	128
16845	128
16846	128
16847	128
16848	128
16849	128
16850	128
16851	128
16852	128
16853	128
16854	128
16855	128
16856	128
16857	128
16858	128
16859	128
16860	128
16861	128
16862	128
16863	128
16864	128
16865	128
16866	128
16867	128
16868	128
16869	128
16870	128
16871	128
16872	128
16873	128
16874	128
16875	128
16876	128
16877	128
16878	128
16879	128
16880	128
16881	128
16882	128
16883	128
16884	128
16885	128
16886	128
16887	128
16888	128
16889	128
16890	128
16891	128
16892	128
16893	128
16894	128
16895	128
16896	128
16897	128
16898	128
16899	128
16900	128
16901	128
16902	128
16903	128
16904	128
16905	128
16906	128
16907	128
16908	128
16909	128
16910	128
16911	128
16912	128
16913	128
16914	128
16915	128
16916	128
16917	128
16918	128
16919	128
16920	128
16921	128
16922	128
16923	128
16924	128
16925	128
16926	128
16927	128
16928	128
16929	128
16930	128
16931	128
16932	128
16933	128
16934	128
16935	128
16936	128
16937	128
16938	128
16939	128
16940	128
16941	128
16942	128
16943	128
16944	128
16945	128
16946	128
16947	128
16948	128
16949	128
16950	128
16951	128
16952	128
16953	128
16954	128
16955	128
16956	128
16957	128
16958	128
16959	128
16960	128
16961	128
16962	128
16963	128
16964	128
16965	128
16966	128
16967	128
16968	128
16969	128
16970	128
16971	128
16972	128
16973	128
16974	128
16975	128
16976	128
16977	128
16978	128
16979	128
16980	128
16981	128
16982	128
16983	128
16984	128
16985	128
16986	128
16987	128
16988	128
16989	128
16990	128
16991	128
16992	128
16993	128
16994	128
16995	128
16996	128
16997	128
16998	128
16999	128
17000	128
17001	128
17002	128
17003	128
17004	128
17005	128
17006	128
17007	128
17008	128
17009	128
17010	128
17011	128
17012	128
17013	128
17014	128
17015	128
17016	128
17017	128
17018	128
17019	128
17020	128
17021	128
17022	128
17023	128
17024	128
17025	128
17026	128
17027	128
17028	128
17029	128
17030	128
17031	128
17032	128
17033	128
17034	128
17035	128
17036	128
17037	128
17038	128
17039	128
17040	128
17041	128
17042	128
17043	128
17044	128
17045	128
17046	128
17047	128
17048	128
17049	128
17050	128
17051	128
17052	128
17053	128
17054	128
17055	128
17056	128
17057	128
17058	128
17059	128
17060	128
17061	128
17062	128
17063	128
17064	128
17065	128
17066	128
17067	128
17068	128
17069	128
17070	128
17071	128
17072	128
17073	128
17074	128
17075	128
17076	128
17077	128
17078	128
17079	128
17080	128
17081	128
17082	128
17083	128
17084	128
17085	128
17086	128
17087	128
17088	128
17089	128
17090	128
17091	128
17092	128
17093	128
17094	128
17095	128
17096	128
17097	128
17098	128
17099	128
17100	128
17101	128
17102	128
17103	128
17104	128
17105	128
17106	128
17107	128
17108	128
17109	128
17110	128
17111	128
17112	128
17113	128
17114	128
17115	128
17116	128
17117	128
17118	128
17119	128
17120	128
17121	128
17122	128
17123	128
17124	128
17125	128
17126	128
17127	128
17128	128
17129	128
17130	128
17131	128
17132	128
17133	128
17134	128
17135	128
17136	128
17137	128
17138	128
17139	128
17140	128
17141	128
17142	128
17143	128
17144	128
17145	128
17146	128
17147	128
17148	128
17149	128
17150	128
17151	128
17152	128
17153	128
17154	128
17155	128
17156	128
17157	128
17158	128
17159	128
17160	128
17161	128
17162	128
17163	128
17164	128
17165	128
17166	128
17167	128
17168	128
17169	128
17170	128
17171	128
17172	128
17173	128
17174	128
17175	128
17176	128
17177	128
17178	128
17179	128
17180	128
17181	128
17182	128
17183	128
17184	128
17185	128
17186	128
17187	128
17188	128
17189	128
17190	128
17191	128
17192	128
17193	128
17194	128
17195	128
17196	128
17197	128
17198	128
17199	128
17200	128
17201	128
17202	128
17203	128
17204	128
17205	128
17206	128
17207	128
17208	128
17209	128
17210	128
17211	128
17212	128
17213	128
17214	128
17215	128
17216	128
17217	128
17218	128
17219	128
17220	128
17221	128
17222	128
17223	128
17224	128
17225	128
17226	128
17227	128
17228	128
17229	128
17230	128
17231	128
17232	128
17233	128
17234	128
17235	128
17236	128
17237	128
17238	128
17239	128
17240	128
17241	128
17242	128
17243	128
17244	128
17245	128
17246	128
17247	128
17248	128
17249	128
17250	128
17251	128
17252	128
17253	128
17254	128
17255	128
17256	128
17257	128
17258	128
17259	128
17260	128
17261	128
17262	128
17263	128
17264	128
17265	128
17266	128
17267	128
17268	128
17269	128
17270	128
17271	128
17272	128
17273	128
17274	128
17275	128
17276	128
17277	128
17278	128
17279	128
17280	128
17281	128
17282	128
17283	128
17284	128
17285	128
17286	128
17287	128
17288	128
17289	128
17290	128
17291	128
17292	128
17293	128
17294	128
17295	128
17296	128
17297	128
17298	128
17299	128
17300	128
17301	128
17302	128
17303	128
17304	128
17305	128
17306	128
17307	128
17308	128
17309	128
17310	128
17311	128
17312	128
17313	128
17314	128
17315	128
17316	128
17317	128
17318	128
17319	128
17320	128
17321	128
17322	128
17323	128
17324	128
17325	128
17326	128
17327	128
17328	128
17329	128
17330	128
17331	128
17332	128
17333	128
17334	128
17335	128
17336	128
17337	128
17338	128
17339	128
17340	128
17341	128
17342	128
17343	128
17344	128
17345	128
17346	128
17347	128
17348	128
17349	128
17350	128
17351	128
17352	128
17353	128
17354	128
17355	128
17356	128
17357	128
17358	128
17359	128
17360	128
17361	128
17362	128
17363	128
17364	128
17365	128
17366	128
17367	128
17368	128
17369	128
17370	128
17371	128
17372	128
17373	128
17374	128
17375	128
17376	128
17377	128
17378	128
17379	128
17380	128
17381	128
17382	128
17383	128
17384	128
17385	128
17386	128
17387	128
17388	128
17389	128
17390	128
17391	128
17392	128
17393	128
17394	128
17395	128
17396	128
17397	128
17398	128
17399	128
17400	128
17401	128
17402	128
17403	128
17404	128
17405	128
17406	128
17407	128
17408	128
17409	128
17410	128
17411	128
17412	128
17413	128
17414	128
17415	128
17416	128
17417	128
17418	128
17419	128
17420	128
17421	128
17422	128
17423	128
17424	128
17425	128
17426	128
17427	128
17428	128
17429	128
17430	128
17431	128
17432	128
17433	128
17434	128
17435	128
17436	128
17437	128
17438	128
17439	128
17440	128
17441	128
17442	128
17443	128
17444	128
17445	128
17446	128
17447	128
17448	128
17449	128
17450	128
17451	128
17452	128
17453	128
17454	128
17455	128
17456	128
17457	128
17458	128
17459	128
17460	128
17461	128
17462	128
17463	128
17464	128
17465	128
17466	128
17467	128
17468	128
17469	128
17470	128
17471	128
17472	128
17473	128
17474	128
17475	128
17476	128
17477	128
17478	128
17479	128
17480	128
17481	128
17482	128
17483	128
17484	128
17485	128
17486	128
17487	128
17488	128
17489	128
17490	128
17491	128
17492	128
17493	128
17494	128
17495	128
17496	128
17497	128
17498	128
17499	128
17500	128
17501	128
17502	128
17503	128
17504	128
17505	128
17506	128
17507	128
17508	128
17509	128
17510	128
17511	128
17512	128
17513	128
17514	128
17515	128
17516	128
17517	128
17518	128
17519	128
17520	128
17521	128
17522	128
17523	128
17524	128
17525	128
17526	128
17527	128
17528	128
17529	128
17530	128
17531	128
17532	128
17533	128
17534	128
17535	128
17536	128
17537	128
17538	128
17539	128
17540	128
17541	128
17542	128
17543	128
17544	128
17545	128
17546	128
17547	128
17548	128
17549	128
17550	128
17551	128
17552	128
17553	128
17554	128
17555	128
17556	128
17557	128
17558	128
17559	128
17560	128
17561	128
17562	128
17563	128
17564	128
17565	128
17566	128
17567	128
17568	128
17569	128
17570	128
17571	128
17572	128
17573	128
17574	128
17575	128
17576	128
17577	128
17578	128
17579	128
17580	128
17581	128
17582	128
17583	128
17584	128
17585	128
17586	128
17587	128
17588	128
17589	128
17590	128
17591	128
17592	128
17593	128
17594	128
17595	128
17596	128
17597	128
17598	128
17599	128
17600	128
17601	128
17602	128
17603	128
17604	128
17605	128
17606	128
17607	128
17608	128
17609	128
17610	128
17611	128
17612	128
17613	128
17614	128
17615	128
17616	128
17617	128
17618	128
17619	128
17620	128
17621	128
17622	128
17623	128
17624	128
17625	128
17626	128
17627	128
17628	128
17629	128
17630	128
17631	128
17632	128
17633	128
17634	128
17635	129
17636	129
17637	129
17638	129
17639	129
17640	129
17641	129
17642	129
17643	129
17644	129
17645	129
17646	129
17647	129
17648	129
17649	129
17650	129
17651	129
17652	129
17653	129
17654	129
17655	129
17656	129
17657	129
17658	129
17659	129
17660	129
17661	129
17662	129
17663	129
17664	129
17665	129
17666	129
17667	129
17668	129
17669	129
17670	129
17671	129
17672	129
17673	129
17674	129
17675	129
17676	129
17677	129
17678	129
17679	129
17680	129
17681	129
17682	129
17683	129
17684	129
17685	129
17686	129
17687	129
17688	129
17689	129
17690	129
17691	129
17692	129
17693	129
17694	129
17695	129
17696	129
17697	129
17698	129
17699	129
17700	129
17701	129
17702	129
17703	129
17704	129
17705	129
17706	129
17707	129
17708	129
17709	129
17710	129
17711	129
17712	129
17713	129
17714	129
17715	129
17716	129
17717	129
17718	129
17719	129
17720	129
17721	129
17722	129
17723	129
17724	129
17725	129
17726	129
17727	129
17728	129
17729	129
17730	129
17731	129
17732	129
17733	129
17734	129
17735	129
17736	129
17737	129
17738	129
17739	129
17740	129
17741	129
17742	129
17743	129
17744	129
17745	129
17746	129
17747	129
17748	129
17749	129
17750	129
17751	129
17752	129
17753	129
17754	129
17755	129
17756	129
17757	129
17758	129
17759	129
17760	129
17761	129
17762	129
17763	129
17764	129
17765	129
17766	129
17767	129
17768	129
17769	129
17770	129
17771	129
17772	129
17773	129
17774	129
17775	129
17776	129
17777	129
17778	129
17779	129
17780	129
17781	129
12886	129
17782	129
17783	129
17784	129
17785	129
17786	129
17787	129
17788	129
17789	129
17790	129
17791	129
17792	129
17793	129
17794	129
17795	129
17796	129
17797	129
17798	129
17799	129
17800	129
17801	129
17802	129
17803	129
17804	129
17805	129
17806	129
17807	129
17808	129
17809	129
17810	129
17811	129
17812	129
17813	129
17814	129
17815	129
17816	129
17817	129
17818	129
17819	129
17820	129
17821	129
17822	129
10349	129
17823	129
17824	129
17825	129
17826	129
17827	129
17828	129
17829	129
17830	129
17831	129
17832	129
17833	129
17834	129
17835	129
17836	129
17837	129
17838	129
17839	129
17840	129
17841	129
17842	129
17843	129
17844	129
17845	129
17846	129
17847	129
17848	129
17849	129
17850	129
17851	129
17852	129
17853	129
17854	129
17855	129
10367	129
17856	129
17857	129
17858	129
17859	129
17860	129
17861	129
17862	129
17863	129
17864	129
17865	129
17866	129
17867	129
17868	129
17869	129
17870	129
17871	129
17872	129
17873	129
17874	129
17875	129
17876	129
17877	129
17878	129
17879	129
17880	129
17881	129
17882	129
17883	129
17884	129
17885	129
17886	129
17887	129
17888	129
17889	129
17890	129
17891	129
17892	129
17893	129
17894	129
17895	129
17896	129
17897	129
17898	129
17899	129
17900	129
17901	129
17902	129
17903	129
17904	129
17905	129
17906	129
17907	129
17908	129
17909	129
17910	129
17911	129
17912	129
17913	129
17914	129
17915	129
17916	129
17917	129
17918	129
17919	129
17920	129
17921	129
17922	129
17923	129
17924	129
17925	129
17926	129
17927	129
17928	129
17929	129
17930	129
17931	129
17932	129
17933	129
17934	129
17935	129
17936	129
17937	129
17938	129
17939	129
17940	129
17941	129
17942	129
17943	129
17944	129
17945	129
17946	129
17947	129
17948	129
17949	129
17950	129
17951	129
17952	129
17953	129
17954	129
17955	129
17956	129
17957	129
17958	129
17959	129
17960	129
17961	129
17962	129
17963	129
17964	129
17965	129
17966	129
17967	129
17968	129
17969	129
17970	129
17971	129
17972	129
17973	129
17974	129
17975	129
17976	129
17977	129
17978	129
17979	129
17980	129
17981	129
17982	129
17983	129
17984	129
17985	129
17986	129
17987	129
17988	129
17989	129
17990	129
17991	129
17992	129
17993	129
17994	129
17995	129
17996	129
17997	129
17998	129
17999	129
18000	129
18001	129
18002	129
18003	129
18004	129
18005	129
18006	129
18007	129
18008	129
18009	129
18010	129
18011	129
18012	129
18013	129
18014	129
18015	129
18016	129
18017	129
18018	129
18019	129
18020	129
18021	129
18022	129
18023	129
18024	129
18025	129
18026	129
18027	129
18028	129
18029	129
18030	129
18031	129
18032	129
18033	129
18034	129
18035	129
18036	129
18037	129
18038	129
18039	129
18040	129
18041	129
18042	129
18043	129
18044	129
18045	129
18046	129
18047	129
18048	129
18049	129
18050	129
18051	129
18052	129
18053	129
18054	129
18055	129
18056	129
18057	129
18058	129
18059	129
18060	129
18061	129
18062	129
18063	129
18064	129
18065	129
18066	129
18067	129
18068	129
18069	129
18070	129
18071	129
18072	129
18073	129
18074	129
18075	129
18076	129
18077	129
18078	129
18079	129
18080	129
18081	129
18082	129
18083	129
18084	129
18085	129
18086	129
18087	129
18088	129
18089	129
18090	129
18091	129
18092	129
18093	129
18094	129
18095	129
18096	129
18097	129
18098	129
18099	129
18100	129
18101	129
18102	129
18103	129
18104	129
18105	129
18106	129
18107	129
18108	129
18109	129
18110	129
18111	129
18112	129
18113	129
18114	129
18115	129
18116	129
18117	129
18118	129
18119	129
18120	129
18121	129
18122	129
18123	129
18124	129
6170	129
18125	129
18126	129
18127	129
18128	129
18129	129
18130	129
18131	129
18132	129
18133	129
18134	129
18135	129
18136	129
18137	129
18138	129
18139	129
18140	129
18141	129
18142	129
18143	129
18144	129
18145	129
18146	129
18147	129
18148	129
18149	129
18150	129
18151	129
18152	129
18153	129
18154	129
18155	129
18156	129
18157	129
18158	129
18159	129
18160	129
18161	129
18162	129
18163	129
18164	129
18165	129
18166	129
18167	129
18168	129
18169	129
18170	129
18171	129
18172	129
18173	129
18174	129
18175	129
18176	129
18177	129
18178	129
18179	129
18180	129
2280	129
18181	129
18182	129
18183	129
18184	129
18185	129
18186	129
18187	129
18188	129
18189	129
18190	129
18191	129
18192	129
18193	129
18194	129
18195	129
18196	129
18197	129
18198	129
18199	129
18200	129
18201	129
18202	129
18203	129
18204	129
18205	129
18206	129
18207	129
18208	129
18209	129
18210	129
18211	129
18212	129
18213	129
18214	129
18215	129
18216	129
18217	129
18218	129
18219	129
18220	129
18221	129
18222	129
18223	129
18224	129
18225	129
18226	129
18227	129
18228	129
18229	129
18230	129
18231	129
18232	129
18233	129
18234	129
18235	129
18236	129
18237	129
18238	129
18239	129
18240	129
18241	129
18242	129
18243	129
18244	129
18245	129
18246	129
18247	129
18248	129
18249	129
18250	129
18251	129
18252	129
18253	129
18254	129
18255	129
18256	129
18257	129
18258	129
18259	129
18260	129
18261	129
18262	129
18263	129
18264	129
18265	129
18266	129
18267	129
18268	129
18269	129
18270	129
18271	129
18272	129
18273	129
18274	129
18275	129
18276	129
18277	129
18278	129
18279	129
18280	129
18281	129
18282	129
18283	129
18284	129
18285	129
18286	129
18287	129
18288	129
18289	129
33	129
18290	129
18291	129
18292	129
18293	129
18294	129
18295	129
18296	129
18297	129
18298	129
18299	129
18300	129
18301	129
18302	129
18303	129
18304	129
18305	129
18306	129
18307	129
18308	129
18309	129
18310	129
18311	129
18312	129
18313	129
18314	129
18315	129
18316	129
18317	129
18318	129
18319	129
18320	129
18321	129
18322	129
18323	129
18324	129
18325	129
18326	129
18327	129
18328	129
18329	129
18330	129
18331	129
18332	129
18333	129
18334	129
18335	129
18336	129
18337	129
18338	129
18339	129
18340	129
18341	129
18342	129
18343	129
18344	129
18345	129
18346	129
18347	129
18348	129
18349	129
18350	129
18351	129
18352	129
18353	129
18354	129
18355	129
18356	129
18357	129
18358	129
18359	129
18360	129
18361	129
18362	129
18363	129
18364	129
18365	129
18366	129
18367	129
18368	129
18369	129
18370	129
18371	129
18372	129
18373	129
18374	129
18375	129
18376	129
18377	129
18378	129
18379	129
18380	129
18381	129
18382	129
18383	129
18384	129
18385	129
18386	129
18387	129
18388	129
18389	129
18390	129
18391	129
18392	129
18393	129
18394	129
18395	129
18396	129
18397	129
18398	129
18399	129
18400	129
18401	129
18402	129
18403	129
18404	129
18405	129
18406	129
18407	129
18408	129
18409	129
18410	129
18411	129
170	129
18412	129
18413	129
18414	129
18415	129
18416	129
18417	129
18418	129
18419	129
18420	129
18421	129
18422	129
18423	129
18424	129
18425	129
18426	129
18427	129
18428	129
18429	129
18430	129
18431	129
18432	129
18433	129
18434	129
18435	129
18436	129
18437	129
18438	129
18439	129
18440	129
18441	129
18442	129
18443	129
18444	129
18445	129
18446	129
18447	129
18448	129
18449	129
18450	129
18451	129
18452	129
18453	129
18454	129
18455	129
18456	129
18457	129
18458	129
18459	129
18460	129
18461	129
18462	129
18463	129
18464	129
18465	129
18466	129
18467	129
18468	129
18469	129
18470	129
18471	129
18472	129
18473	129
18474	129
18475	129
18476	129
18477	129
18478	129
18479	129
18480	129
18481	129
18482	129
18483	129
18484	129
18485	129
18486	129
18487	129
18488	129
18489	129
18490	129
18491	129
18492	129
18493	129
18494	129
18495	129
18496	129
18497	129
18498	129
18499	129
18500	129
18501	129
18502	129
18503	129
18504	129
18505	129
18506	129
18507	129
18508	129
18509	129
18510	129
18511	129
18512	129
18513	129
18514	129
18515	129
18516	129
18517	129
18518	129
18519	129
18520	129
18521	129
18522	129
18523	129
18524	129
18525	129
18526	129
18527	129
18528	129
18529	129
18530	129
18531	129
18532	129
18533	129
18534	129
18535	129
18536	129
18537	129
3108	129
18538	129
18539	129
18540	129
18541	129
18542	129
18543	129
18544	129
18545	129
18546	129
18547	129
18548	129
18549	129
18550	129
18551	129
18552	129
18553	129
18554	129
18555	129
18556	129
18557	129
18558	129
18559	129
18560	129
18561	129
18562	129
18563	129
18564	129
18565	129
18566	129
18567	129
18568	129
18569	129
18570	129
18571	129
18572	129
18573	129
18574	129
18575	129
18576	129
18577	129
18578	129
18579	129
18580	129
18581	129
18582	129
18583	129
18584	129
18585	129
18586	129
18587	129
18588	129
18589	129
18590	129
18591	129
18592	129
18593	129
18594	129
18595	129
18596	129
18597	129
18598	129
18599	129
18600	129
18601	129
18602	129
18603	129
18604	129
18605	129
18606	129
18607	129
18608	129
18609	129
18610	129
18611	129
18612	129
18613	129
18614	129
18615	129
18616	129
18617	129
18618	129
18619	129
18620	129
18621	129
18622	129
18623	129
18624	129
18625	129
18626	129
18627	129
18628	129
18629	129
18630	129
18631	129
18632	129
18633	129
18634	129
18635	129
18636	129
18637	129
18638	129
18639	129
18640	129
18641	129
18642	129
18643	129
18644	129
18645	129
18646	129
18647	129
18648	129
18649	129
18650	129
18651	129
18652	129
18653	129
18654	129
18655	129
18656	129
18657	129
18658	129
18659	129
18660	129
18661	129
18662	129
18663	129
18664	129
18665	129
18666	129
18667	129
18668	129
18669	129
18670	129
18671	129
18672	129
18673	129
18674	129
18675	129
18676	129
18677	129
18678	129
18679	129
18680	129
18681	129
18682	129
18683	129
18684	129
18685	129
18686	129
18687	129
18688	129
18689	129
18690	129
18691	129
18692	129
18693	129
18694	129
18695	129
18696	129
18697	129
18698	129
18699	129
18700	129
18701	129
18702	129
18703	129
18704	129
18705	129
18706	129
18707	129
18708	129
18709	129
18710	129
18711	129
18712	129
18713	129
18714	129
18715	129
18716	129
18717	129
18718	129
18719	129
18720	129
18721	129
18722	129
18723	129
18724	129
18725	129
18726	129
18727	129
18728	129
12942	129
18729	129
18730	129
18731	129
18732	129
18733	129
18734	129
18735	129
18736	129
18737	129
18738	129
18739	129
18740	129
18741	129
18742	129
18743	129
18744	129
18745	129
18746	129
18747	129
18748	129
18749	129
18750	129
18751	129
18752	129
18753	129
18754	129
18755	129
2060	129
18756	129
18757	129
18758	129
18759	129
18760	129
18761	129
18762	129
18763	129
18764	129
18765	129
18766	129
18767	129
18768	129
18769	129
18770	129
18771	129
18772	129
18773	129
18774	129
18775	129
18776	129
18777	129
18778	129
18779	129
18780	129
18781	129
18782	129
18783	129
18784	129
18785	129
18786	129
18787	129
18788	129
18789	129
18790	129
18791	129
18792	129
18793	129
18794	129
18795	129
18796	129
18797	129
18798	129
18799	129
18800	129
18801	129
18802	129
18803	129
18804	129
18805	129
18806	129
18807	129
18808	129
18809	129
18810	129
18811	129
18812	129
18813	129
18814	129
18815	129
18816	129
18817	129
18818	129
18819	129
18820	129
18821	129
18822	129
18823	129
18824	129
18825	129
18826	129
18827	129
18828	129
18829	129
18830	129
18831	129
18832	129
18833	129
18834	129
18835	129
18836	129
18837	129
18838	129
18839	129
18840	129
18841	129
18842	129
18843	129
18844	129
18845	129
18846	129
18847	129
18848	129
18849	129
18850	129
18851	129
18852	129
18853	129
18854	129
18855	129
18856	129
18857	129
18858	129
18859	129
18860	129
18861	129
18862	129
18863	129
18864	129
18865	129
18866	129
18867	129
18868	129
18869	129
18870	129
18871	129
18872	129
18873	129
18874	129
18875	129
18876	129
18877	129
18878	129
18879	129
18880	129
3183	129
18881	129
18882	129
18883	129
18884	129
18885	129
18886	129
18887	129
18888	129
18889	129
18890	129
18891	129
18892	129
18893	129
18894	129
18895	129
18896	129
18897	129
18898	129
18899	129
18900	129
18901	129
18902	129
18903	129
18904	129
18905	129
18906	129
18907	129
18908	129
18909	129
18910	129
18911	129
18912	129
18913	129
18914	129
18915	129
18916	129
18917	129
18918	129
18919	129
18920	129
18921	129
18922	129
18923	129
18924	129
18925	129
18926	129
18927	129
18928	129
18929	129
18930	129
18931	129
18932	129
18933	129
18934	129
18935	129
18936	129
18937	129
18938	129
18939	129
18940	129
18941	129
18942	129
18943	129
18944	129
18945	129
18946	129
18947	129
18948	129
18949	129
18950	129
9436	129
18951	129
18952	129
18953	129
18954	129
18955	129
18956	129
18957	129
18958	129
18959	129
18960	129
18961	129
18962	129
18963	129
18964	129
18965	129
18966	129
18967	129
18968	129
18969	129
18970	129
18971	129
18972	129
18973	129
18974	129
18975	129
18976	129
18977	129
18978	129
18979	129
18980	129
18981	129
18982	129
18983	129
18984	129
18985	129
18986	129
18987	129
18988	129
18989	129
18990	129
18991	129
18992	129
18993	129
18994	129
18995	129
14324	129
18996	129
18997	129
18998	129
18999	129
19000	129
19001	129
19002	129
19003	129
19004	129
19005	129
19006	129
19007	129
19008	129
19009	129
19010	129
19011	129
19012	129
19013	129
19014	129
19015	129
19016	129
19017	129
19018	129
19019	129
19020	129
19021	129
19022	129
19023	129
19024	129
19025	129
19026	129
19027	129
19028	129
19029	129
19030	129
19031	129
19032	129
19033	129
19034	129
19035	129
19036	129
19037	129
19038	129
19039	129
19040	129
19041	129
19042	129
19043	129
19044	129
19045	129
19046	129
19047	129
19048	129
19049	129
19050	129
19051	129
19052	129
19053	129
19054	129
19055	129
19056	129
19057	129
19058	129
19059	129
19060	129
19061	129
19062	129
19063	129
19064	129
19065	129
19066	129
19067	129
19068	129
19069	129
19070	129
19071	129
19072	129
19073	129
19074	129
19075	129
19076	129
19077	129
19078	129
19079	129
19080	129
19081	129
19082	129
19083	129
19084	129
19085	129
1953	129
19086	129
19087	129
19088	129
19089	129
19090	129
19091	129
19092	129
19093	129
19094	129
19095	129
19096	129
19097	129
19098	129
19099	129
19100	129
19101	129
19102	129
19103	129
14370	129
19104	129
19105	129
19106	129
19107	129
19108	129
19109	129
19110	129
19111	129
19112	129
19113	129
19114	129
19115	129
19116	129
19117	129
19118	129
19119	129
19120	129
19121	129
19122	129
19123	129
19124	129
19125	129
19126	129
19127	129
19128	129
19129	129
19130	129
19131	129
19132	129
19133	129
19134	129
19135	129
19136	129
19137	129
19138	129
19139	129
19140	129
19141	129
19142	129
19143	129
19144	129
19145	129
19146	129
19147	129
19148	129
19149	129
19150	129
19151	129
19152	129
19153	129
19154	129
19155	129
19156	129
19157	129
19158	129
19159	129
12980	129
19160	129
19161	129
19162	129
19163	129
19164	129
19165	129
19166	129
19167	129
19168	129
19169	129
19170	129
19171	129
19172	129
19173	129
19174	129
19175	129
19176	129
19177	129
19178	129
19179	129
19180	129
19181	129
19182	129
19183	129
19184	129
19185	129
19186	129
19187	129
19188	129
19189	129
19190	129
19191	129
19192	129
19193	129
19194	129
19195	129
19196	129
19197	129
19198	129
19199	129
19200	129
19201	129
19202	129
19203	129
19204	129
19205	129
19206	129
19207	129
19208	129
19209	129
19210	129
19211	129
19212	129
19213	129
19214	129
19215	129
19216	129
19217	129
19218	129
19219	129
19220	129
19221	129
19222	129
19223	129
19224	129
19225	129
19226	129
19227	129
19228	129
19229	129
19230	129
19231	129
19232	129
19233	129
19234	129
19235	129
19236	129
19237	129
19238	129
19239	129
19240	129
19241	129
19242	129
19243	129
19244	129
19245	129
19246	129
19247	129
19248	129
19249	129
19250	129
19251	129
19252	129
19253	129
19254	129
19255	129
19256	129
19257	129
19258	129
19259	129
19260	129
19261	129
19262	129
19263	129
19264	129
19265	129
19266	129
19267	129
19268	129
19269	129
19270	129
19271	129
19272	129
19273	129
19274	129
19275	129
19276	129
19277	129
19278	129
19279	129
19280	129
19281	129
19282	129
19283	129
19284	129
19285	129
19286	129
19287	129
19288	129
19289	129
19290	129
19291	129
19292	129
19293	129
19294	129
19295	129
19296	129
19297	129
19298	129
19299	129
19300	129
19301	129
19302	129
19303	129
19304	129
19305	129
19306	129
1968	129
19307	129
19308	129
19309	129
19310	129
19311	129
19312	129
19313	129
19314	129
19315	129
19316	129
19317	129
19318	129
19319	129
19320	129
19321	129
19322	129
19323	129
19324	129
19325	129
19326	129
19327	129
19328	129
19329	129
19330	129
19331	129
19332	129
19333	129
19334	129
19335	129
19336	129
19337	129
19338	129
19339	129
19340	129
19341	129
19342	129
19343	129
19344	129
19345	129
19346	129
19347	129
19348	129
19349	129
19350	129
19351	129
19352	129
19353	129
19354	129
19355	129
19356	129
19357	129
19358	129
19359	129
19360	129
19361	129
19362	129
19363	129
19364	129
19365	129
19366	129
19367	129
6619	129
19368	129
19369	129
19370	129
19371	129
19372	129
19373	129
19374	129
19375	129
19376	129
19377	129
19378	129
19379	129
19380	129
19381	129
19382	129
19383	129
19384	129
19385	129
19386	129
19387	129
19388	129
19389	129
19390	129
19391	129
19392	129
19393	129
19394	129
12135	129
19395	129
19396	129
19397	129
19398	129
19399	129
19400	129
19401	129
19402	129
19403	129
19404	129
19405	129
19406	129
19407	129
19408	129
19409	129
19410	129
19411	129
19412	129
19413	129
19414	129
19415	129
19416	129
19417	129
19418	129
19419	129
19420	129
19421	129
19422	129
19423	129
19424	129
19425	129
19426	129
19427	129
19428	129
19429	129
19430	129
19431	129
19432	129
19433	129
19434	129
19435	129
19436	129
19437	129
19438	129
19439	129
19440	129
19441	129
19442	129
19443	129
19444	129
19445	129
19446	129
19447	129
19448	129
19449	129
19450	129
19451	129
19452	129
19453	129
19454	129
19455	129
19456	129
19457	129
19458	129
19459	129
19460	129
19461	129
19462	129
19463	129
19464	129
19465	129
19466	129
19467	129
19468	129
14494	129
19469	129
19470	129
19471	129
19472	129
19473	129
19474	129
19475	129
19476	129
19477	129
19478	129
19479	129
19480	129
19481	129
19482	129
19483	129
19484	129
19485	129
19486	129
19487	129
19488	129
19489	129
19490	129
19491	129
19492	129
19493	129
19494	129
19495	129
14506	129
19496	129
19497	129
19498	129
19499	129
19500	129
19501	129
19502	129
19503	129
19504	129
19505	129
19506	129
19507	129
19508	129
19509	129
19510	129
19511	129
19512	129
19513	129
14514	129
19514	129
19515	129
19516	129
19517	129
19518	129
19519	129
19520	129
19521	129
19522	129
19523	129
19524	129
19525	129
19526	129
13005	129
19527	129
19528	129
19529	129
19530	129
19531	129
19532	129
19533	129
19534	129
19535	129
19536	129
19537	129
19538	129
19539	129
19540	129
19541	129
19542	129
19543	129
19544	129
19545	129
19546	129
19547	129
19548	129
19549	129
19550	129
19551	129
19552	129
19553	129
72	129
19554	129
19555	129
19556	129
19557	129
19558	129
19559	129
19560	129
19561	129
19562	129
19563	129
19564	129
19565	129
19566	129
19567	129
19568	129
19569	129
19570	129
19571	129
19572	129
19573	129
19574	129
19575	129
19576	129
19577	129
19578	129
19579	129
19580	129
19581	129
19582	129
19583	129
19584	129
19585	129
19586	129
19587	129
19588	129
19589	129
19590	129
19591	129
19592	129
19593	129
19594	129
19595	129
19596	129
19597	129
19598	129
19599	129
19600	129
19601	129
19602	129
19603	129
19604	129
19605	129
19606	129
19607	129
19608	129
19609	129
19610	129
19611	129
19612	129
19613	129
19614	129
19615	129
19616	129
19617	129
19618	129
19619	129
19620	129
19621	129
19622	129
19623	129
19624	129
19625	129
19626	129
19627	129
19628	129
19629	129
19630	129
19631	129
19632	129
19633	129
19634	129
19635	129
19636	129
19637	129
19638	129
19639	129
19640	129
19641	129
19642	129
19643	129
19644	129
19645	129
19646	129
19647	129
19648	129
19649	129
19650	129
19651	129
19652	129
19653	129
19654	129
19655	129
19656	129
19657	129
19658	129
19659	129
19660	129
19661	129
19662	129
19663	129
19664	129
19665	129
19666	129
19667	129
19668	129
19669	129
19670	129
19671	129
19672	129
19673	129
19674	129
19675	129
19676	129
19677	129
19678	129
19679	129
19680	129
19681	129
19682	129
19683	129
19684	129
19685	129
19686	129
19687	129
19688	129
19689	129
19690	129
19691	129
19692	129
19693	129
19694	129
19695	129
19696	129
19697	129
19698	129
19699	129
19700	129
19701	129
19702	129
19703	129
19704	129
19705	129
19706	129
19707	129
19708	129
19709	129
19710	129
19711	129
19712	129
19713	129
19714	129
19715	129
19716	129
19717	129
19718	129
19719	129
19720	129
19721	129
19722	129
19723	129
19724	129
19725	129
19726	129
19727	129
19728	129
19729	129
19730	129
19731	129
19732	129
19733	129
19734	129
19735	129
19736	129
19737	129
19738	129
19739	129
19740	129
19741	129
19742	129
19743	129
19744	129
19745	129
19746	129
19747	129
19748	129
19749	129
19750	129
19751	129
19752	129
19753	129
19754	129
19755	129
19756	129
19757	129
19758	129
19759	129
19760	129
19761	129
19762	129
19763	129
19764	130
19765	130
19766	130
19767	130
19768	130
19769	130
19770	130
19771	130
19772	130
19773	130
19774	130
19775	130
19776	130
19777	130
19778	130
19779	130
19780	130
19781	130
19782	130
19783	130
19784	130
19785	130
19786	130
19787	130
19788	130
19789	130
19790	130
19791	130
19792	130
19793	130
19794	130
19795	130
19796	130
19797	130
19798	130
19799	130
19800	130
19801	130
19802	130
19803	130
19804	130
19805	130
19806	130
19807	130
19808	130
19809	130
19810	130
19811	130
19812	130
19813	130
19814	130
19815	130
19816	130
19817	130
19818	130
19819	130
19820	130
19821	130
19822	130
19823	130
19824	130
19825	130
19826	130
19827	130
13870	130
19828	130
19829	130
19830	130
19831	130
19832	130
19833	130
19834	130
19835	130
17732	130
19836	130
19837	130
19838	130
19839	130
19840	130
19841	130
19842	130
19843	130
19844	130
19845	130
19846	130
19847	130
19848	130
19849	130
19850	130
19851	130
19852	130
19853	130
19854	130
19855	130
19856	130
19857	130
19858	130
19859	130
19860	130
19861	130
19862	130
19863	130
19864	130
19865	130
19866	130
19867	130
19868	130
19869	130
19870	130
19871	130
19872	130
19873	130
19874	130
19875	130
19876	130
19877	130
5936	130
19878	130
19879	130
19880	130
19881	130
19882	130
19883	130
19884	130
19885	130
19886	130
19887	130
19888	130
19889	130
19890	130
19891	130
19892	130
19893	130
19894	130
19895	130
19896	130
19897	130
19898	130
19899	130
19900	130
2904	130
19901	130
19902	130
19903	130
19904	130
19905	130
19906	130
19907	130
19908	130
19909	130
19910	130
19911	130
19912	130
19913	130
19914	130
19915	130
19916	130
19917	130
19918	130
19919	130
19920	130
19921	130
19922	130
4673	130
19923	130
19924	130
19925	130
19926	130
19927	130
19928	130
19929	130
19930	130
19931	130
19932	130
19933	130
19934	130
19935	130
19936	130
19937	130
19938	130
19939	130
19940	130
19941	130
19942	130
19943	130
19944	130
19945	130
6076	130
19946	130
19947	130
19948	130
19949	130
19950	130
19951	130
19952	130
19953	130
19954	130
19955	130
19956	130
19957	130
19958	130
19959	130
19960	130
19961	130
19962	130
19963	130
19964	130
19965	130
19966	130
19967	130
4687	130
19968	130
19969	130
19970	130
19971	130
19972	130
19973	130
19974	130
19975	130
19976	130
19977	130
19978	130
19979	130
19980	130
19981	130
19982	130
19983	130
19984	130
19985	130
19986	130
17903	130
19987	130
19988	130
19989	130
19990	130
19991	130
19992	130
19993	130
19994	130
19995	130
19996	130
19997	130
19998	130
19999	130
20000	130
20001	130
20002	130
20003	130
20004	130
20005	130
20006	130
20007	130
20008	130
20009	130
20010	130
20011	130
20012	130
20013	130
20014	130
20015	130
20016	130
20017	130
20018	130
20019	130
20020	130
20021	130
20022	130
20023	130
20024	130
20025	130
20026	130
20027	130
20028	130
20029	130
20030	130
20031	130
20032	130
20033	130
20034	130
20035	130
20036	130
20037	130
20038	130
20039	130
20040	130
20041	130
20042	130
20043	130
20044	130
20045	130
17989	130
20046	130
20047	130
20048	130
20049	130
20050	130
20051	130
20052	130
20053	130
20054	130
20055	130
20056	130
20057	130
20058	130
20059	130
20060	130
20061	130
20062	130
8965	130
20063	130
20064	130
20065	130
20066	130
20067	130
20068	130
20069	130
20070	130
20071	130
20072	130
20073	130
20074	130
20075	130
20076	130
20077	130
20078	130
20079	130
20080	130
20081	130
20082	130
20083	130
20084	130
20085	130
20086	130
20087	130
20088	130
20089	130
20090	130
20091	130
20092	130
20093	130
20094	130
20095	130
20096	130
20097	130
20098	130
20099	130
20100	130
20101	130
20102	130
20103	130
2249	130
20104	130
20105	130
20106	130
20107	130
20108	130
20109	130
20110	130
20111	130
20112	130
20113	130
15892	130
20114	130
20115	130
20116	130
20117	130
20118	130
20119	130
20120	130
20121	130
20122	130
20123	130
20124	130
20125	130
20126	130
20127	130
20128	130
20129	130
20130	130
20131	130
20132	130
20133	130
20134	130
20135	130
20136	130
20137	130
20138	130
20139	130
20140	130
20141	130
20142	130
20143	130
20144	130
20145	130
20146	130
20147	130
20148	130
20149	130
20150	130
20151	130
20152	130
20153	130
20154	130
20155	130
20156	130
20157	130
20158	130
20159	130
20160	130
20161	130
20162	130
20163	130
20164	130
20165	130
20166	130
20167	130
20168	130
20169	130
20170	130
20171	130
20172	130
20173	130
20174	130
20175	130
20176	130
20177	130
20178	130
20179	130
20180	130
20181	130
20182	130
20183	130
20184	130
20185	130
20186	130
20187	130
20188	130
20189	130
20190	130
20191	130
14035	130
20192	130
20193	130
20194	130
20195	130
20196	130
20197	130
20198	130
20199	130
20200	130
20201	130
20202	130
20203	130
12907	130
20204	130
20205	130
20206	130
20207	130
20208	130
20209	130
20210	130
20211	130
20212	130
20213	130
20214	130
20215	130
20216	130
20217	130
20218	130
20219	130
20220	130
20221	130
20222	130
20223	130
20224	130
20225	130
20226	130
20227	130
20228	130
20229	130
20230	130
14050	130
20231	130
20232	130
20233	130
20234	130
20235	130
20236	130
20237	130
20238	130
20239	130
20240	130
20241	130
20242	130
20243	130
20244	130
20245	130
18237	130
20246	130
20247	130
20248	130
20249	130
20250	130
20251	130
20252	130
20253	130
20254	130
20255	130
20256	130
20257	130
20258	130
20259	130
20260	130
20261	130
20262	130
20263	130
20264	130
20265	130
20266	130
20267	130
20268	130
20269	130
20270	130
20271	130
20272	130
20273	130
20274	130
20275	130
20276	130
20277	130
20278	130
20279	130
20280	130
20281	130
20282	130
20283	130
20284	130
14073	130
20285	130
20286	130
20287	130
20288	130
20289	130
20290	130
20291	130
20292	130
20293	130
20294	130
20295	130
20296	130
20297	130
20298	130
20299	130
20300	130
20301	130
20302	130
20303	130
20304	130
20305	130
20306	130
20307	130
20308	130
20309	130
20310	130
20311	130
20312	130
20313	130
20314	130
20315	130
20316	130
20317	130
20318	130
20319	130
20320	130
20321	130
20322	130
20323	130
20324	130
20325	130
20326	130
20327	130
20328	130
20329	130
20330	130
20331	130
20332	130
20333	130
20334	130
20335	130
20336	130
20337	130
20338	130
20339	130
20340	130
20341	130
20342	130
20343	130
20344	130
20345	130
20346	130
20347	130
20348	130
20349	130
20350	130
20351	130
20352	130
20353	130
20354	130
20355	130
20356	130
20357	130
20358	130
20359	130
20360	130
20361	130
20362	130
20363	130
20364	130
20365	130
20366	130
20367	130
20368	130
20369	130
20370	130
20371	130
20372	130
20373	130
20374	130
20375	130
20376	130
20377	130
20378	130
20379	130
20380	130
20381	130
20382	130
20383	130
20384	130
20385	130
20386	130
20387	130
20388	130
20389	130
20390	130
20391	130
20392	130
20393	130
20394	130
20395	130
20396	130
20397	130
20398	130
20399	130
20400	130
20401	130
20402	130
20403	130
20404	130
20405	130
20406	130
20407	130
20408	130
20409	130
20410	130
20411	130
20412	130
20413	130
20414	130
20415	130
20416	130
20417	130
20418	130
20419	130
20420	130
20421	130
20422	130
20423	130
18433	130
20424	130
20425	130
20426	130
20427	130
20428	130
20429	130
14143	130
20430	130
20431	130
20432	130
20433	130
20434	130
20435	130
20436	130
20437	130
20438	130
20439	130
20440	130
20441	130
20442	130
20443	130
20444	130
20445	130
20446	130
20447	130
20448	130
20449	130
20450	130
20451	130
20452	130
20453	130
20454	130
20455	130
20456	130
20457	130
20458	130
20459	130
14167	130
20460	130
20461	130
20462	130
20463	130
2396	130
20464	130
20465	130
20466	130
20467	130
20468	130
20469	130
20470	130
20471	130
20472	130
20473	130
20474	130
20475	130
20476	130
20477	130
3114	130
20478	130
20479	130
20480	130
20481	130
20482	130
20483	130
20484	130
20485	130
20486	130
20487	130
20488	130
20489	130
20490	130
20491	130
20492	130
20493	130
20494	130
20495	130
20496	130
20497	130
20498	130
20499	130
20500	130
20501	130
20502	130
20503	130
20504	130
20505	130
20506	130
20507	130
20508	130
20509	130
20510	130
20511	130
20512	130
20513	130
20514	130
20515	130
20516	130
20517	130
20518	130
20519	130
20520	130
20521	130
20522	130
20523	130
20524	130
20525	130
20526	130
20527	130
15995	130
20528	130
20529	130
20530	130
20531	130
20532	130
20533	130
20534	130
20535	130
20536	130
20537	130
20538	130
20539	130
20540	130
20541	130
18662	130
20542	130
182	130
20543	130
20544	130
20545	130
20546	130
20547	130
20548	130
20549	130
10733	130
20550	130
20551	130
20552	130
20553	130
20554	130
20555	130
20556	130
20557	130
20558	130
18690	130
20559	130
14228	130
20560	130
20561	130
20562	130
20563	130
20564	130
20565	130
20566	130
20567	130
20568	130
20569	130
20570	130
20571	130
20572	130
20573	130
20574	130
20575	130
20576	130
20577	130
20578	130
20579	130
20580	130
20581	130
20582	130
20583	130
20584	130
20585	130
20586	130
20587	130
20588	130
20589	130
20590	130
20591	130
20592	130
20593	130
20594	130
20595	130
20596	130
20597	130
20598	130
20599	130
20600	130
20601	130
20602	130
20603	130
20604	130
20605	130
20606	130
20607	130
20608	130
20609	130
20610	130
20611	130
20612	130
20613	130
20614	130
20615	130
20616	130
20617	130
20618	130
20619	130
20620	130
20621	130
20622	130
20623	130
20624	130
20625	130
20626	130
20627	130
20628	130
20629	130
20630	130
20631	130
20632	130
20633	130
20634	130
20635	130
20636	130
20637	130
20638	130
20639	130
20640	130
20641	130
20642	130
20643	130
20644	130
20645	130
20646	130
20647	130
20648	130
20649	130
20650	130
20651	130
20652	130
20653	130
20654	130
20655	130
20656	130
20657	130
20658	130
20659	130
20660	130
3184	130
20661	130
20662	130
20663	130
20664	130
20665	130
20666	130
20667	130
20668	130
20669	130
20670	130
20671	130
20672	130
20673	130
20674	130
20675	130
20676	130
20677	130
20678	130
20679	130
20680	130
20681	130
20682	130
20683	130
20684	130
20685	130
20686	130
20687	130
20688	130
20689	130
20690	130
20691	130
20692	130
20693	130
20694	130
20695	130
20696	130
20697	130
20698	130
20699	130
20700	130
20701	130
20702	130
20703	130
18957	130
20704	130
20705	130
20706	130
20707	130
20708	130
20709	130
20710	130
20711	130
20712	130
20713	130
20714	130
20715	130
20716	130
20717	130
20718	130
20719	130
14324	130
20720	130
20721	130
20722	130
20723	130
20724	130
20725	130
20726	130
20727	130
20728	130
20729	130
59	130
20730	130
20731	130
20732	130
20733	130
20734	130
20735	130
20736	130
20737	130
20738	130
20739	130
20740	130
20741	130
20742	130
20743	130
20744	130
20745	130
20746	130
20747	130
20748	130
20749	130
20750	130
20751	130
20752	130
20753	130
20754	130
20755	130
20756	130
20757	130
20758	130
20759	130
20760	130
20761	130
20762	130
20763	130
20764	130
20765	130
20766	130
20767	130
14352	130
20768	130
20769	130
20770	130
20771	130
20772	130
20773	130
20774	130
20775	130
20776	130
20777	130
20778	130
20779	130
20780	130
20781	130
20782	130
20783	130
20784	130
20785	130
20786	130
20787	130
20788	130
20789	130
20790	130
20791	130
20792	130
20793	130
20794	130
20795	130
20796	130
20797	130
6501	130
2590	130
20798	130
20799	130
20800	130
20801	130
20802	130
20803	130
20804	130
20805	130
20806	130
20807	130
20808	130
20809	130
20810	130
20811	130
20812	130
20813	130
20814	130
20815	130
20816	130
14368	130
20817	130
14370	130
20818	130
20819	130
20820	130
20821	130
20822	130
20823	130
20824	130
20825	130
20826	130
20827	130
20828	130
20829	130
20830	130
20831	130
20832	130
20833	130
20834	130
20835	130
20836	130
20837	130
20838	130
20839	130
20840	130
20841	130
20842	130
20843	130
20844	130
2613	130
20845	130
20846	130
20847	130
20848	130
20849	130
20850	130
20851	130
20852	130
20853	130
20854	130
20855	130
20856	130
20857	130
20858	130
20859	130
20860	130
20861	130
20862	130
20863	130
20864	130
20865	130
20866	130
20867	130
20868	130
20869	130
20870	130
20871	130
20872	130
20873	130
20874	130
20875	130
20876	130
20877	130
20878	130
20879	130
20880	130
20881	130
20882	130
20883	130
20884	130
20885	130
4914	130
20886	130
20887	130
20888	130
20889	130
20890	130
20891	130
20892	130
20893	130
20894	130
20895	130
20896	130
20897	130
19227	130
20898	130
20899	130
20900	130
20901	130
20902	130
20903	130
10928	130
20904	130
20905	130
20906	130
20907	130
20908	130
20909	130
20910	130
20911	130
3267	130
20912	130
20913	130
20914	130
20915	130
20916	130
20917	130
20918	130
20919	130
20920	130
20921	130
20922	130
20923	130
20924	130
20925	130
20926	130
20927	130
20928	130
20929	130
4928	130
20930	130
20931	130
20932	130
20933	130
20934	130
6586	130
20935	130
20936	130
20937	130
20938	130
20939	130
20940	130
20941	130
20942	130
4933	130
20943	130
20944	130
20945	130
20946	130
20947	130
20948	130
20949	130
20950	130
20951	130
20952	130
20953	130
20954	130
20955	130
20956	130
20957	130
20958	130
20959	130
20960	130
20961	130
20962	130
20963	130
20964	130
20965	130
20966	130
20967	130
20968	130
20969	130
20970	130
20971	130
20972	130
20973	130
20974	130
20975	130
20976	130
19320	130
20977	130
20978	130
20979	130
20980	130
20981	130
20982	130
20983	130
20984	130
20985	130
20986	130
20987	130
20988	130
14447	130
19327	130
20989	130
20990	130
20991	130
20992	130
20993	130
19333	130
20994	130
20995	130
20996	130
20997	130
20998	130
20999	130
21000	130
21001	130
21002	130
21003	130
21004	130
21005	130
21006	130
21007	130
21008	130
21009	130
21010	130
21011	130
21012	130
21013	130
21014	130
21015	130
21016	130
21017	130
21018	130
21019	130
21020	130
21021	130
21022	130
21023	130
21024	130
21025	130
21026	130
21027	130
21028	130
21029	130
21030	130
21031	130
21032	130
21033	130
21034	130
21035	130
21036	130
21037	130
21038	130
21039	130
21040	130
21041	130
21042	130
21043	130
21044	130
21045	130
21046	130
21047	130
21048	130
21049	130
21050	130
21051	130
21052	130
21053	130
21054	130
21055	130
21056	130
21057	130
21058	130
19469	130
21059	130
21060	130
21061	130
21062	130
21063	130
21064	130
21065	130
21066	130
21067	130
21068	130
21069	130
21070	130
21071	130
21072	130
21073	130
21074	130
21075	130
21076	130
21077	130
21078	130
21079	130
21080	130
21081	130
21082	130
21083	130
21084	130
21085	130
21086	130
21087	130
21088	130
21089	130
21090	130
21091	130
21092	130
21093	130
21094	130
21095	130
21096	130
21097	130
21098	130
21099	130
21100	130
21101	130
21102	130
21103	130
21104	130
21105	130
21106	130
21107	130
21108	130
21109	130
21110	130
21111	130
21112	130
21113	130
21114	130
21115	130
21116	130
21117	130
21118	130
21119	130
21120	130
21121	130
21122	130
21123	130
21124	130
21125	130
21126	130
21127	130
21128	130
21129	130
21130	130
21131	130
21132	130
21133	130
21134	130
21135	130
21136	130
21137	130
21138	130
21139	130
21140	130
21141	130
21142	130
21143	130
21144	130
21145	130
21146	130
2774	130
21147	130
21148	130
21149	130
21150	130
21151	130
21152	130
21153	130
21154	130
21155	130
21156	130
21157	130
21158	130
21159	130
21160	130
21161	130
21162	130
19606	130
21163	130
21164	130
21165	130
21166	130
21167	130
21168	130
21169	130
21170	130
21171	130
21172	130
21173	130
21174	130
21175	130
21176	130
21177	130
21178	130
21179	130
21180	130
21181	130
21182	130
21183	130
21184	130
21185	130
21186	130
21187	130
21188	130
21189	130
21190	130
21191	130
21192	130
21193	130
21194	130
21195	130
21196	130
21197	130
21198	130
21199	130
21200	130
21201	130
21202	130
21203	130
21204	130
21205	130
21206	130
21207	130
21208	130
21209	130
21210	130
21211	130
21212	130
21213	130
21214	130
21215	130
21216	130
21217	130
21218	130
21219	130
21220	130
21221	130
21222	130
21223	130
21224	130
21225	130
21226	130
21227	130
21228	130
21229	130
21230	130
21231	130
21232	130
21233	130
21234	130
21235	130
21236	130
21237	130
21238	130
21239	130
21240	130
21241	130
21242	130
21243	130
21244	130
21245	130
21246	130
21247	130
21248	130
21249	130
14593	130
21250	131
2089	131
2088	131
2090	131
2091	131
2092	131
2093	131
2094	131
2095	131
2096	131
2848	131
2097	131
2098	131
17664	131
2099	131
2100	131
2101	131
2102	131
2103	131
2104	131
2105	131
17672	131
2851	131
21251	131
2106	131
2107	131
21252	131
2108	131
21253	131
2857	131
17680	131
2109	131
21254	131
2110	131
2111	131
2112	131
2862	131
2113	131
2115	131
2114	131
2116	131
4644	131
2117	131
2118	131
21255	131
21256	131
2119	131
2120	131
2122	131
2123	131
2124	131
2125	131
21257	131
2126	131
21258	131
21259	131
21260	131
2127	131
2128	131
2129	131
2130	131
17718	131
21261	131
2132	131
2133	131
2134	131
2135	131
2136	131
2137	131
2138	131
2139	131
2140	131
2141	131
2142	131
21262	131
2143	131
2888	131
2145	131
2144	131
2146	131
2147	131
2148	131
2149	131
2150	131
21263	131
2151	131
2152	131
2153	131
2155	131
2154	131
2156	131
21264	131
21265	131
2157	131
2158	131
2159	131
2899	131
2160	131
2161	131
21266	131
21267	131
2162	131
2163	131
2164	131
2165	131
2166	131
2167	131
2168	131
2169	131
21268	131
2170	131
21269	131
2171	131
21270	131
21271	131
2172	131
21272	131
21273	131
21274	131
2173	131
2174	131
2175	131
2176	131
2177	131
2179	131
2180	131
2181	131
2182	131
17852	131
21275	131
2183	131
21276	131
2184	131
2185	131
2186	131
2187	131
2188	131
2190	131
2191	131
17887	131
2192	131
17888	131
2194	131
2195	131
2196	131
2197	131
21277	131
2198	131
2199	131
2200	131
2201	131
21278	131
2202	131
2203	131
21279	131
17917	131
2204	131
2205	131
2206	131
2207	131
21280	131
2208	131
2209	131
2210	131
2211	131
2212	131
17945	131
2213	131
21281	131
2214	131
2215	131
2216	131
2217	131
21282	131
2218	131
21283	131
2220	131
17981	131
21284	131
2221	131
2222	131
2223	131
21285	131
2224	131
2225	131
2226	131
2227	131
17998	131
2228	131
21286	131
2229	131
2230	131
2231	131
2233	131
2232	131
21287	131
2234	131
2236	131
2237	131
2238	131
2240	131
2239	131
2241	131
2242	131
2243	131
2244	131
2245	131
21288	131
18030	131
2246	131
21289	131
2247	131
21290	131
2980	131
21291	131
18052	131
21292	131
2248	131
21293	131
2249	131
18061	131
2250	131
2251	131
2252	131
2253	131
2254	131
2255	131
2256	131
2258	131
2259	131
2260	131
21294	131
18102	131
2994	131
2262	131
21295	131
21296	131
2263	131
2264	131
2265	131
2266	131
21297	131
18127	131
21298	131
2267	131
2268	131
2270	131
2271	131
18134	131
2272	131
2273	131
2274	131
21299	131
18149	131
2275	131
21300	131
2276	131
2277	131
3016	131
2278	131
2279	131
21301	131
21302	131
18172	131
3017	131
2280	131
2281	131
2282	131
2283	131
2284	131
21303	131
2285	131
2286	131
2287	131
2288	131
21304	131
3027	131
2289	131
2290	131
2291	131
21305	131
2292	131
2293	131
2294	131
2295	131
2296	131
2297	131
21306	131
18218	131
21307	131
2299	131
21308	131
2300	131
2301	131
21309	131
2302	131
2303	131
2306	131
2307	131
2308	131
2309	131
21310	131
2310	131
2311	131
18251	131
2312	131
18255	131
21311	131
2313	131
2314	131
2315	131
2316	131
2320	131
2317	131
21312	131
2318	131
2319	131
2322	131
2323	131
2324	131
2325	131
2326	131
21313	131
2327	131
2328	131
21314	131
21315	131
2329	131
2330	131
2331	131
21316	131
2332	131
21317	131
2333	131
2334	131
2335	131
2336	131
2338	131
2339	131
2340	131
2341	131
2342	131
2343	131
18342	131
2344	131
2345	131
2346	131
2347	131
2348	131
21318	131
2349	131
2350	131
21319	131
2351	131
2352	131
3071	131
2353	131
21320	131
2355	131
2354	131
18381	131
2356	131
2357	131
21321	131
18389	131
2358	131
2359	131
2360	131
2361	131
2362	131
2363	131
18396	131
2364	131
2365	131
18397	131
21322	131
2366	131
2367	131
21323	131
2368	131
2369	131
2370	131
21324	131
2371	131
2372	131
2373	131
2374	131
21325	131
2375	131
21326	131
2376	131
21327	131
2377	131
21328	131
21329	131
2378	131
2379	131
21330	131
21331	131
2380	131
18464	131
21332	131
2381	131
2382	131
2383	131
2384	131
21333	131
21334	131
2385	131
2386	131
2387	131
2388	131
21335	131
2389	131
2390	131
2391	131
18503	131
18505	131
18506	131
2392	131
2393	131
3103	131
2394	131
2395	131
2396	131
18519	131
2397	131
21336	131
2398	131
18524	131
18529	131
21337	131
2399	131
2400	131
21338	131
2401	131
2402	131
2403	131
2404	131
2405	131
2406	131
2407	131
21339	131
2408	131
2409	131
2410	131
2411	131
2412	131
2413	131
2414	131
3119	131
21340	131
2415	131
21341	131
2416	131
21342	131
2417	131
2418	131
2419	131
2420	131
21343	131
21344	131
2421	131
3129	131
2422	131
21345	131
2423	131
21346	131
21347	131
21348	131
2424	131
3131	131
2425	131
2426	131
21349	131
2428	131
2429	131
3135	131
2430	131
2431	131
21350	131
2432	131
2433	131
3137	131
2434	131
2435	131
21351	131
18643	131
21352	131
2436	131
2437	131
2438	131
18658	131
2439	131
2440	131
2441	131
18675	131
2442	131
2443	131
2444	131
2445	131
21353	131
18689	131
18691	131
2446	131
4828	131
2447	131
2448	131
2449	131
2450	131
2451	131
2452	131
2453	131
2454	131
3150	131
21354	131
2456	131
2457	131
21355	131
3153	131
2458	131
2459	131
18743	131
3155	131
18746	131
2460	131
2461	131
2462	131
2463	131
2464	131
2465	131
2466	131
21356	131
3156	131
2467	131
2468	131
18760	131
21357	131
21358	131
2469	131
2470	131
2471	131
2472	131
2473	131
2474	131
21359	131
21360	131
18787	131
2475	131
2476	131
18792	131
2477	131
2478	131
2479	131
18801	131
21361	131
2480	131
2481	131
2482	131
21362	131
21363	131
2483	131
2484	131
2485	131
2486	131
2487	131
2488	131
2489	131
2490	131
2491	131
2492	131
21364	131
21365	131
2493	131
21366	131
21367	131
21368	131
18843	131
18858	131
2496	131
2499	131
2500	131
2501	131
2507	131
2514	131
2519	131
2520	131
2494	131
21369	131
2495	131
21370	131
18859	131
21371	131
21372	131
2497	131
2498	131
2502	131
2503	131
2504	131
2505	131
2506	131
21373	131
3186	131
2508	131
18888	131
2509	131
2510	131
2511	131
2512	131
18895	131
2513	131
21374	131
21375	131
2515	131
2516	131
18906	131
3193	131
21376	131
2517	131
2518	131
21377	131
3195	131
21378	131
21379	131
2521	131
2522	131
18916	131
2523	131
2524	131
21380	131
2525	131
21381	131
2526	131
2527	131
2528	131
2529	131
2530	131
2531	131
21382	131
2532	131
2533	131
2534	131
2535	131
2536	131
2537	131
2538	131
2539	131
18954	131
21383	131
2540	131
2541	131
21384	131
2542	131
2543	131
2544	131
21385	131
2545	131
2546	131
2547	131
2548	131
2549	131
2550	131
21386	131
2551	131
2552	131
2553	131
2554	131
18994	131
18995	131
2555	131
2556	131
21387	131
19008	131
2557	131
2558	131
2559	131
2560	131
3213	131
3214	131
2561	131
2562	131
2563	131
2564	131
21388	131
3216	131
2565	131
2566	131
2567	131
2568	131
2569	131
2570	131
19034	131
2571	131
2572	131
21389	131
2573	131
2574	131
2575	131
2576	131
2577	131
2578	131
2579	131
21390	131
2580	131
2581	131
2582	131
21391	131
2583	131
21392	131
2584	131
19064	131
2585	131
21393	131
2586	131
21394	131
19069	131
2587	131
2588	131
2589	131
2590	131
2591	131
19085	131
2592	131
21395	131
21396	131
2593	131
2594	131
21397	131
21398	131
2595	131
2596	131
19116	131
2597	131
2598	131
21399	131
2599	131
2600	131
2601	131
2602	131
2603	131
3241	131
2604	131
19146	131
21400	131
2605	131
21401	131
2606	131
2607	131
2608	131
2609	131
2610	131
19152	131
19153	131
2611	131
2612	131
2613	131
2614	131
2615	131
21402	131
2616	131
3254	131
2617	131
2618	131
21403	131
2619	131
2620	131
19180	131
2622	131
2621	131
2623	131
2624	131
2625	131
2626	131
2627	131
21404	131
19193	131
2628	131
21405	131
2629	131
2630	131
2631	131
21406	131
21407	131
2632	131
2633	131
2634	131
21408	131
2635	131
2636	131
21409	131
2637	131
19223	131
2639	131
2640	131
2641	131
2642	131
2643	131
21410	131
2644	131
19237	131
2645	131
2646	131
2647	131
2648	131
21411	131
2649	131
2650	131
21412	131
21413	131
2651	131
2652	131
2653	131
2654	131
2655	131
3272	131
2656	131
2657	131
2658	131
2659	131
21414	131
2660	131
2661	131
2662	131
2663	131
2665	131
2666	131
2667	131
2668	131
19287	131
21415	131
21416	131
2669	131
21417	131
2670	131
2671	131
2672	131
2673	131
21418	131
2674	131
2675	131
2676	131
2677	131
2679	131
2680	131
2681	131
2682	131
21419	131
2683	131
19311	131
21420	131
2684	131
19312	131
2685	131
21421	131
2686	131
2687	131
2688	131
19325	131
21422	131
2689	131
2690	131
2691	131
2692	131
2693	131
2694	131
2695	131
2696	131
2697	131
21423	131
2698	131
21424	131
2699	131
2700	131
21425	131
2701	131
2702	131
2703	131
2704	131
2706	131
3301	131
21426	131
21427	131
2707	131
2708	131
2709	131
21428	131
2710	131
19370	131
2711	131
2712	131
2713	131
2714	131
2715	131
2716	131
2717	131
2718	131
21429	131
2719	131
2720	131
2721	131
2722	131
2724	131
2723	131
2725	131
3313	131
21430	131
2726	131
2727	131
2728	131
2729	131
2731	131
2732	131
19426	131
19428	131
21431	131
2733	131
19432	131
3315	131
2734	131
2735	131
21432	131
2736	131
21433	131
2737	131
2738	131
2739	131
2740	131
21434	131
21435	131
2741	131
19486	131
2742	131
2743	131
21436	131
21437	131
2744	131
2745	131
2746	131
21438	131
21439	131
2747	131
2748	131
2750	131
21440	131
2751	131
2752	131
2753	131
2754	131
2755	131
2756	131
19532	131
21441	131
21442	131
2757	131
2758	131
2759	131
2760	131
2762	131
2763	131
2764	131
21443	131
19551	131
2765	131
2766	131
21444	131
3353	131
19562	131
2767	131
2768	131
21445	131
2769	131
2770	131
2771	131
2772	131
2773	131
2774	131
2775	131
2776	131
2778	131
19588	131
2779	131
2780	131
21446	131
19596	131
2781	131
2793	131
2782	131
21447	131
2783	131
2784	131
2794	131
21448	131
2785	131
2786	131
19616	131
2787	131
19620	131
2788	131
2789	131
21449	131
2790	131
2791	131
2792	131
21450	131
21451	131
21452	131
2795	131
2796	131
21453	131
2797	131
2798	131
2799	131
2800	131
2801	131
2802	131
2803	131
21454	131
21455	131
2804	131
19653	131
2805	131
19655	131
21456	131
3369	131
19660	131
2806	131
21457	131
19667	131
2807	131
2809	131
2810	131
2811	131
2812	131
2813	131
21458	131
2814	131
19688	131
2815	131
21459	131
19694	131
21460	131
3382	131
2816	131
19698	131
2817	131
19707	131
2818	131
21461	131
2819	131
21462	131
21463	131
2820	131
2821	131
2822	131
2823	131
2824	131
21464	131
21465	131
21466	131
2825	131
21467	131
2826	131
2827	131
2828	131
21468	131
2829	131
21469	131
2830	131
21470	131
21471	131
21472	131
2831	131
2832	131
2833	131
2834	131
19746	131
2835	131
2836	131
19753	131
21473	131
2837	131
2838	131
2839	131
15116	132
14594	132
14595	132
21474	132
14596	132
14597	132
21475	132
21476	132
21477	132
21478	132
21479	132
14598	132
21480	132
14599	132
21481	132
21482	132
14600	132
9894	132
14601	132
14602	132
14603	132
14604	132
14605	132
21483	132
21484	132
21485	132
21486	132
21487	132
14606	132
268	132
21488	132
21489	132
21490	132
21491	132
14607	132
21492	132
14608	132
14609	132
14610	132
14611	132
21493	132
21494	132
21495	132
21496	132
21497	132
14612	132
14613	132
14614	132
14615	132
14616	132
14617	132
21498	132
21499	132
14618	132
21500	132
21501	132
21502	132
14619	132
14620	132
14621	132
21503	132
21504	132
14622	132
14623	132
21505	132
21506	132
21507	132
21508	132
21509	132
14624	132
14625	132
21510	132
14626	132
14627	132
21511	132
14628	132
14629	132
14630	132
14631	132
21512	132
14632	132
21513	132
21514	132
21515	132
14633	132
14634	132
21516	132
21517	132
14635	132
21518	132
14636	132
21519	132
21520	132
14637	132
14638	132
14639	132
21521	132
14640	132
21522	132
14641	132
21523	132
21524	132
21525	132
13096	132
21526	132
21527	132
14642	132
14643	132
14644	132
14651	132
15251	132
21528	132
21529	132
21530	132
21531	132
21532	132
6954	132
14645	132
14646	132
14647	132
21533	132
21534	132
14648	132
21535	132
21536	132
21537	132
21538	132
21539	132
14649	132
21540	132
21541	132
14650	132
21542	132
14652	132
14653	132
21543	132
14654	132
14655	132
14656	132
14657	132
14658	132
21544	132
21545	132
14659	132
14660	132
14661	132
14662	132
14663	132
14664	132
21546	132
21547	132
14665	132
21548	132
21549	132
21550	132
21551	132
14666	132
21552	132
14667	132
21553	132
21554	132
21555	132
14668	132
21556	132
21557	132
21558	132
21559	132
21560	132
14669	132
14670	132
21561	132
14671	132
13141	132
21562	132
21563	132
14672	132
21564	132
14673	132
15330	132
14674	132
21565	132
14675	132
21566	132
14676	132
15340	132
21567	132
21568	132
21569	132
21570	132
14677	132
14678	132
14679	132
21571	132
21572	132
14680	132
14681	132
14682	132
21573	132
21574	132
14683	132
14684	132
14685	132
21575	132
21576	132
21577	132
14686	132
14687	132
21578	132
14688	132
14689	132
21579	132
14690	132
21580	132
21581	132
21582	132
21583	132
21584	132
21585	132
21586	132
14691	132
21587	132
14692	132
21588	132
14693	132
14694	132
21589	132
21590	132
14695	132
21591	132
13192	132
14696	132
21592	132
21593	132
21594	132
14697	132
14698	132
21595	132
14699	132
21596	132
21597	132
14700	132
14701	132
14702	132
14703	132
14704	132
21598	132
21599	132
21600	132
14705	132
21601	132
14706	132
14707	132
14708	132
21602	132
14709	132
21603	132
14710	132
14711	132
14712	132
21604	132
21605	132
21606	132
14713	132
14714	132
21607	132
21608	132
21609	132
14715	132
21610	132
21611	132
14716	132
21612	132
21613	132
21614	132
21615	132
21616	132
21617	132
21618	132
21619	132
14717	132
14718	132
14719	132
14720	132
21620	132
21621	132
21622	132
14721	132
14722	132
14723	132
21623	132
21624	132
14724	132
14725	132
14726	132
21625	132
21626	132
14727	132
21627	132
21628	132
21629	132
21630	132
14728	132
14729	132
21631	132
21632	132
14730	132
21633	132
21634	132
14731	132
14732	132
21635	132
14733	132
21636	132
21637	132
14734	132
14735	132
21638	132
14736	132
14737	132
14738	132
21639	132
21640	132
21641	132
21642	132
14739	132
14740	132
21643	132
21644	132
21645	132
21646	132
21647	132
21648	132
21649	132
14741	132
14742	132
14743	132
14744	132
21650	132
14745	132
14746	132
14747	132
10018	132
14748	132
14749	132
21651	132
14750	132
14751	132
14752	132
14753	132
21652	132
14754	132
14755	132
21653	132
3681	132
21654	132
14756	132
13276	132
21655	132
14757	132
14758	132
14759	132
21656	132
21657	132
14760	132
14761	132
13280	132
21658	132
21659	132
14762	132
21660	132
21661	132
21662	132
14763	132
21663	132
21664	132
21665	132
21666	132
14764	132
14765	132
14766	132
14767	132
14768	132
21667	132
14769	132
21668	132
14770	132
21669	132
21670	132
14771	132
21671	132
14772	132
21672	132
14773	132
14774	132
14775	132
21673	132
14776	132
21674	132
14777	132
14778	132
21675	132
14779	132
21676	133
21677	133
21678	133
21679	133
21680	133
21681	133
21682	133
21683	133
21684	133
21685	133
21686	133
21687	133
21688	133
21689	133
21690	133
21691	133
21692	133
21693	133
21694	133
21695	133
21696	133
3455	133
21697	133
21698	133
21699	133
21700	133
21701	133
21702	133
21703	133
21704	133
21705	133
21706	133
21707	133
21708	133
21709	133
21710	133
21711	133
21712	133
21713	133
21714	133
21715	133
21716	133
21717	133
21718	133
21719	133
21720	133
21721	133
21722	133
21723	133
21724	133
21725	133
21726	133
21727	133
21728	133
21729	133
21730	133
21731	133
21732	133
21733	133
21734	133
21735	133
21736	133
21737	133
21738	133
21739	133
21740	133
21741	133
21742	133
21743	133
21744	133
21745	133
21746	133
21747	133
21748	133
21749	133
21750	133
21751	133
21752	133
21753	133
21754	133
21755	133
21756	133
21757	133
21758	133
21759	133
21760	133
21761	133
21762	133
21763	133
21764	133
21765	133
21766	133
21767	133
21768	133
21769	133
21770	133
21771	133
21772	133
21773	133
21774	133
16240	134
21775	134
16241	134
21776	134
21777	134
21778	134
16250	134
16256	134
21779	134
21780	134
21781	134
16276	134
16281	134
16293	134
21782	134
16300	134
16301	134
21783	134
16307	134
16308	134
21784	134
16312	134
16314	134
21785	134
16317	134
21786	134
16325	134
21787	134
16329	134
16339	134
21788	134
16341	134
21789	134
16348	134
16355	134
21790	134
21791	134
21792	134
16371	134
21793	134
16384	134
21794	134
21795	134
16405	134
16406	134
21796	134
16414	134
16415	134
21797	134
16422	134
16433	134
16437	134
21798	134
16442	134
16445	134
16446	134
16452	134
21799	134
21800	134
21801	134
21802	134
16474	134
16482	134
16485	134
21803	134
21804	134
21805	134
21806	134
16505	134
21807	134
16506	134
16508	134
21808	134
21809	134
16515	134
16518	134
16521	134
16523	134
16527	134
21810	134
16530	134
21811	134
16534	134
16537	134
16538	134
21812	134
16541	134
16543	134
16559	134
16561	134
16569	134
21813	134
21814	134
21815	134
21816	134
21817	134
21818	134
21819	134
16604	134
21820	134
21821	134
16616	134
16618	134
16621	134
21822	134
21823	134
21824	134
21825	134
16639	134
21826	134
21827	134
21828	134
21829	134
21830	134
21831	134
16666	134
16671	134
16672	134
21832	134
16678	134
16687	134
16688	134
16689	134
16692	134
16693	134
21833	134
21834	134
21835	134
16709	134
21836	134
16713	134
16715	134
21837	134
21838	134
21839	134
21840	134
21841	134
21842	134
16747	134
16751	134
21843	134
16756	134
16757	134
21844	134
16766	134
21845	134
21846	134
16777	134
16773	134
21847	134
21848	134
21849	134
16789	134
21850	134
21851	134
16800	134
21852	134
16808	134
21853	134
21854	134
21855	134
21856	134
16835	134
21857	134
21858	134
21859	134
16856	134
21860	134
21861	134
16858	134
21862	134
16865	134
21863	134
21864	134
21865	134
21866	134
21867	134
16893	134
21868	134
16896	134
21869	134
16900	134
21870	134
21871	134
16906	134
16907	134
16912	134
16913	134
21872	134
21873	134
21874	134
21875	134
21876	134
21877	134
21878	134
21879	134
21880	134
21881	134
16940	134
21882	134
21883	134
21884	134
21885	134
16949	134
21886	134
21887	134
21888	134
16960	134
21889	134
16965	134
16966	134
21890	134
21891	134
16973	134
21892	134
16979	134
21893	134
21894	134
16988	134
16989	134
21895	134
16994	134
17000	134
21896	134
17018	134
17021	134
21897	134
17034	134
21898	134
17037	134
21899	134
17046	134
21900	134
17049	134
21901	134
21902	134
17054	134
17055	134
17057	134
21903	134
21904	134
17081	134
17082	134
21905	134
21906	134
17093	134
21907	134
21908	134
21909	134
21910	134
21911	134
21912	134
21913	134
17128	134
17139	134
17157	134
21914	134
17165	134
17172	134
21915	134
21916	134
17188	134
21917	134
21918	134
17191	134
21919	134
17206	134
21920	134
21921	134
17212	134
17215	134
17220	134
21922	134
21923	134
17237	134
17238	134
21924	134
17245	134
21925	134
17259	134
17260	134
21926	134
17273	134
17277	134
21927	134
21928	134
21929	134
21930	134
21931	134
21932	134
21933	134
17314	134
21934	134
17323	134
21935	134
21936	134
21937	134
21938	134
17332	134
17347	134
17349	134
21939	134
21940	134
17357	134
17361	134
17369	134
17372	134
21941	134
17376	134
21942	134
17379	134
21943	134
17385	134
21944	134
21945	134
21946	134
21947	134
21948	134
17398	134
21949	134
17407	134
17409	134
21950	134
21951	134
21952	134
17424	134
21953	134
21954	134
17426	134
17433	134
17435	134
21955	134
21956	134
21957	134
17445	134
17458	134
17459	134
17461	134
17465	134
21958	134
21959	134
21960	134
21961	134
17477	134
21962	134
21963	134
17484	134
17485	134
21964	134
21965	134
17493	134
17496	134
21966	134
17499	134
21967	134
21968	134
21969	134
17505	134
21970	134
17512	134
17513	134
21971	134
21972	134
21973	134
21974	134
17527	134
17529	134
21975	134
21976	134
17537	134
21977	134
17541	134
17543	134
21978	134
17545	134
17557	134
21979	134
17559	134
17560	134
17561	134
21980	134
21981	134
17568	134
21982	134
17575	134
21983	134
17582	134
21984	134
21985	134
21986	134
17590	134
17591	134
17593	134
17594	134
17599	134
17603	134
21987	134
21988	134
17605	134
21989	134
17617	134
17618	134
17623	134
17624	134
17626	134
21990	134
21991	134
17633	134
16240	135
16241	135
16250	135
16256	135
16276	135
16281	135
16301	135
16308	135
16312	135
16314	135
16325	135
16339	135
16348	135
16405	135
16406	135
16415	135
16422	135
16445	135
16446	135
16452	135
16474	135
16485	135
16505	135
16508	135
16515	135
16518	135
16521	135
16523	135
16527	135
16530	135
16534	135
16537	135
16543	135
16559	135
16561	135
16616	135
16621	135
16671	135
16672	135
16678	135
16692	135
16693	135
16709	135
16713	135
16715	135
21839	135
16751	135
16766	135
16773	135
16800	135
16808	135
16835	135
16856	135
16858	135
16865	135
16893	135
16906	135
16912	135
16940	135
16960	135
16965	135
16966	135
16979	135
16988	135
16989	135
16994	135
17000	135
17021	135
17034	135
17046	135
17049	135
17055	135
17057	135
17081	135
17093	135
17139	135
17157	135
17188	135
17206	135
17212	135
17215	135
17220	135
17237	135
17245	135
17259	135
17260	135
17273	135
17314	135
17323	135
17332	135
17347	135
17349	135
17361	135
17372	135
17379	135
17424	135
17445	135
17458	135
17459	135
17465	135
17484	135
17493	135
17499	135
17512	135
17527	135
17529	135
17537	135
17541	135
17543	135
17545	135
17557	135
17559	135
17560	135
17561	135
17568	135
17575	135
17582	135
17590	135
17591	135
17593	135
17594	135
17603	135
17605	135
17618	135
17623	135
17624	135
17626	135
17633	135
21775	136
21776	136
21778	136
21780	136
16300	136
16307	136
21784	136
21785	136
16317	136
21786	136
21787	136
16329	136
21788	136
21789	136
16355	136
21790	136
21791	136
21792	136
16371	136
21793	136
16384	136
21794	136
21795	136
21796	136
16414	136
21797	136
16433	136
16437	136
21798	136
16442	136
21800	136
16482	136
21804	136
21805	136
21806	136
21807	136
16506	136
21808	136
21809	136
21810	136
21811	136
16538	136
21812	136
16541	136
16569	136
21814	136
21815	136
21816	136
21817	136
21818	136
21819	136
16604	136
21820	136
21821	136
16618	136
21822	136
21825	136
16639	136
21826	136
21827	136
21828	136
21829	136
21830	136
21831	136
16666	136
21832	136
21833	136
21834	136
21835	136
21837	136
21838	136
21840	136
21841	136
21842	136
16747	136
21843	136
16756	136
16757	136
21844	136
21845	136
21846	136
16777	136
21847	136
21848	136
21849	136
16789	136
21852	136
21853	136
21854	136
21855	136
21856	136
21857	136
21858	136
21859	136
21860	136
21861	136
21862	136
21863	136
21864	136
21865	136
21866	136
21868	136
16896	136
21869	136
16900	136
21870	136
21871	136
16907	136
16913	136
21872	136
21873	136
21874	136
21875	136
21876	136
21877	136
21878	136
21879	136
21880	136
21881	136
21883	136
21884	136
21885	136
16949	136
21887	136
21889	136
21890	136
21891	136
16973	136
21892	136
21894	136
21896	136
17018	136
21898	136
17037	136
21899	136
21902	136
17054	136
21903	136
21904	136
21909	136
21910	136
21912	136
21913	136
17128	136
17165	136
17172	136
21916	136
21917	136
17191	136
21920	136
21921	136
17238	136
21924	136
21925	136
21926	136
17277	136
21928	136
21929	136
21930	136
21931	136
21935	136
21937	136
21940	136
17357	136
17369	136
17376	136
21943	136
17385	136
17398	136
17407	136
17409	136
17426	136
17433	136
17435	136
21955	136
17461	136
21959	136
21961	136
17477	136
17485	136
21964	136
21965	136
17496	136
21966	136
21967	136
21969	136
17513	136
21971	136
21973	136
21976	136
21977	136
21979	136
21981	136
21984	136
17599	136
21987	136
17617	136
21990	136
21777	137
21779	137
21781	137
16293	137
21782	137
21783	137
16341	137
21799	137
21801	137
21802	137
21803	137
21813	137
21823	137
21824	137
16687	137
16688	137
16689	137
21836	137
21850	137
21851	137
21867	137
21882	137
21886	137
21888	137
21893	137
21895	137
21897	137
21900	137
21901	137
17082	137
21905	137
21906	137
21907	137
21908	137
21911	137
21914	137
21915	137
21918	137
21919	137
21922	137
21923	137
21927	137
21932	137
21933	137
21934	137
21936	137
21938	137
21939	137
21941	137
21942	137
21944	137
21945	137
21946	137
21947	137
21948	137
21949	137
21950	137
21951	137
21952	137
21953	137
21954	137
21956	137
21957	137
21958	137
21960	137
21962	137
21963	137
21968	137
17505	137
21970	137
21972	137
21974	137
21975	137
21978	137
21980	137
21982	137
21983	137
21985	137
21986	137
21988	137
21989	137
21991	137
13817	138
21992	138
21993	138
21994	138
21995	138
21996	138
13857	138
21997	138
21998	138
21999	138
129	138
22000	138
22001	138
22002	138
11533	138
22003	138
22004	138
13882	138
22005	138
22006	138
22007	138
22008	138
22009	138
22010	138
22011	138
22012	138
22013	138
22014	138
22015	138
8890	138
19946	138
22016	138
22017	138
22018	138
19984	138
22019	138
22020	138
22021	138
11625	138
22022	138
22023	138
22024	138
11638	138
22025	138
22026	138
14013	138
22027	138
22028	138
20159	138
11688	138
22029	138
16544	138
14042	138
22030	138
22031	138
22032	138
22033	138
12552	138
22034	138
22035	138
22036	138
12347	138
22037	138
22038	138
22039	138
22040	138
22041	138
22042	138
22043	138
22044	138
11798	138
22045	138
22046	138
22047	138
22048	138
22049	138
22050	138
22051	138
22052	138
22053	138
22054	138
14865	138
22055	138
22056	138
22057	138
22058	138
22059	138
11860	138
22060	138
22061	138
22062	138
22063	138
22064	138
12582	138
22065	138
22066	138
22067	138
22068	138
22069	138
22070	138
22071	138
22072	138
22073	138
22074	138
22075	138
22076	138
22077	138
22078	138
20569	138
22079	138
22080	138
22081	138
22082	138
22083	138
22084	138
22085	138
12625	138
22086	138
22087	138
22088	138
22089	138
22090	138
22091	138
22092	138
22093	138
22094	138
22095	138
14283	138
22096	138
22097	138
12650	138
22098	138
22099	138
22100	138
4060	138
22101	138
22102	138
22103	138
22104	138
22105	138
22106	138
22107	138
22108	138
22109	138
22110	138
22111	138
22112	138
22113	138
22114	138
22115	138
17088	138
22116	138
22117	138
22118	138
12020	138
22119	138
22120	138
22121	138
22122	138
20832	138
12036	138
9545	138
22123	138
22124	138
22125	138
22126	138
22127	138
22128	138
22129	138
14389	138
14390	138
22130	138
22131	138
12096	138
22132	138
22133	138
14455	138
22134	138
22135	138
22136	138
22137	138
22138	138
12158	138
22139	138
22140	138
22141	138
14500	138
22142	138
14503	138
22143	138
22144	138
22145	138
22146	138
22147	138
22148	138
22149	138
22150	138
22151	138
22152	138
22153	138
22154	138
22155	138
22156	138
22157	138
22158	138
22159	138
22160	138
22161	138
22162	138
21150	138
22163	138
22164	138
22165	138
22166	138
22167	138
22168	138
9844	138
17534	138
22169	138
22170	138
12757	138
22171	138
22172	138
22173	138
22174	138
22175	138
22176	138
22177	138
22178	138
22179	138
22180	138
14590	138
22181	138
22182	138
22183	139
22184	139
13294	139
22185	139
22186	139
22187	139
22188	139
22189	139
22190	139
14643	139
13839	139
773	139
22191	139
22192	139
13840	139
22193	139
22194	139
22195	139
13861	139
22196	139
22197	139
22198	139
22199	139
12525	139
13864	139
22200	139
22201	139
11540	139
22202	139
22203	139
22204	139
22205	139
12527	139
3732	139
13873	139
22206	139
22207	139
22208	139
22209	139
22210	139
7471	139
4655	139
22211	139
19854	139
22212	139
22213	139
22214	139
10308	139
13898	139
22215	139
22216	139
3750	139
22217	139
12532	139
22218	139
13919	139
19900	139
22219	139
22220	139
22221	139
22222	139
22223	139
8892	139
22224	139
22225	139
2044	139
22226	139
22227	139
22228	139
10367	139
22229	139
22230	139
16387	139
13309	139
8912	139
22231	139
22232	139
22233	139
22234	139
13954	139
19968	139
4690	139
5664	139
16408	139
22235	139
13312	139
22236	139
22237	139
22238	139
22239	139
22240	139
22241	139
22242	139
22243	139
22244	139
22245	139
22246	139
22247	139
22248	139
16422	139
22249	139
16427	139
13973	139
7513	139
15877	139
5323	139
22250	139
22251	139
22252	139
8955	139
22253	139
22254	139
22255	139
15891	139
14006	139
22256	139
22257	139
2249	139
22258	139
22259	139
8990	139
22260	139
924	139
9002	139
22261	139
9005	139
22262	139
15901	139
13096	139
22263	139
22264	139
22265	139
22266	139
22267	139
14033	139
9021	139
16540	139
10512	139
22268	139
9033	139
22269	139
22270	139
20218	139
22271	139
9052	139
22272	139
22273	139
22274	139
22275	139
22276	139
22277	139
22278	139
7541	139
22279	139
22280	139
22281	139
14077	139
2326	139
22282	139
14080	139
22283	139
22284	139
22285	139
22286	139
22287	139
22288	139
22289	139
22290	139
5342	139
22291	139
14091	139
22292	139
10137	139
13333	139
22293	139
22294	139
22295	139
22296	139
22297	139
22298	139
22299	139
10612	139
22300	139
22301	139
5110	139
11791	139
22302	139
22303	139
22304	139
22305	139
22306	139
14115	139
22307	139
4773	139
22308	139
22309	139
22310	139
14131	139
10635	139
20406	139
22311	139
22312	139
22313	139
22314	139
22315	139
22316	139
22317	139
22318	139
22319	139
22320	139
20415	139
22321	139
20427	139
22322	139
22323	139
13105	139
9191	139
6290	139
22324	139
22325	139
22326	139
22327	139
15965	139
22328	139
14159	139
22329	139
14167	139
22330	139
13351	139
10056	139
7594	139
22331	139
10196	139
10681	139
22332	139
22333	139
22334	139
22335	139
12580	139
22336	139
22337	139
22338	139
22339	139
5387	139
22340	139
22341	139
22342	139
15987	139
22343	139
22344	139
22345	139
22346	139
22347	139
22348	139
22349	139
22350	139
16817	139
22351	139
22352	139
22353	139
22354	139
22355	139
22356	139
13378	139
22357	139
22358	139
22359	139
22360	139
22361	139
22362	139
22363	139
10718	139
22364	139
22365	139
22366	139
22367	139
9288	139
22368	139
22369	139
22370	139
22371	139
22372	139
22373	139
22374	139
22375	139
14228	139
22376	139
22377	139
7669	139
12617	139
22378	139
22379	139
22380	139
22381	139
22382	139
22383	139
22384	139
22385	139
22386	139
22387	139
22388	139
22389	139
22390	139
22391	139
22392	139
22393	139
10076	139
22394	139
22395	139
22396	139
22397	139
22398	139
22399	139
22400	139
22401	139
22402	139
22403	139
22404	139
22405	139
22406	139
22407	139
12638	139
22408	139
22409	139
22410	139
22411	139
5410	139
16029	139
22412	139
9389	139
22413	139
22414	139
22415	139
22416	139
22417	139
4871	139
22418	139
22419	139
22420	139
22421	139
22422	139
22423	139
22424	139
22425	139
22426	139
22427	139
5687	139
22428	139
22429	139
13424	139
22430	139
22431	139
14914	139
22432	139
14960	139
22433	139
22434	139
14686	139
14322	139
9458	139
22435	139
22436	139
22437	139
22438	139
11990	139
14327	139
5154	139
22439	139
22440	139
14338	139
22441	139
22442	139
22443	139
9494	139
14348	139
14349	139
22444	139
22445	139
22446	139
22447	139
22448	139
22449	139
22450	139
22451	139
10882	139
22452	139
22453	139
10889	139
22454	139
22455	139
9524	139
12672	139
22456	139
9964	139
22457	139
10208	139
14375	139
22458	139
13195	139
22459	139
22460	139
22461	139
22462	139
22463	139
14383	139
13198	139
22464	139
22465	139
22466	139
13204	139
22467	139
22468	139
22469	139
22470	139
22471	139
22472	139
22473	139
22474	139
22475	139
22476	139
22477	139
22478	139
22479	139
22480	139
22481	139
13453	139
22482	139
2642	139
22483	139
7770	139
22484	139
22485	139
17240	139
22486	139
22487	139
6583	139
22488	139
12095	139
22489	139
22490	139
5424	139
22491	139
22492	139
22493	139
22494	139
4937	139
20958	139
22495	139
12689	139
5427	139
22496	139
14445	139
14446	139
22497	139
22498	139
12693	139
13280	139
14452	139
22499	139
22500	139
22501	139
22502	139
22503	139
22504	139
22505	139
22506	139
10970	139
22507	139
22508	139
22509	139
14466	139
22510	139
9698	139
22511	139
22512	139
22513	139
22514	139
22515	139
14476	139
22516	139
22517	139
22518	139
22519	139
22520	139
22521	139
22522	139
14484	139
14486	139
7811	139
22523	139
22524	139
22525	139
22526	139
9731	139
22527	139
12706	139
22528	139
223	139
11012	139
14511	139
4196	139
22529	139
22530	139
22531	139
22532	139
22533	139
22534	139
22535	139
22536	139
22537	139
22538	139
22539	139
22540	139
22541	139
22542	139
22543	139
22544	139
21096	139
22545	139
22546	139
22547	139
16160	139
22548	139
9782	139
22549	139
12336	139
22550	139
22551	139
22552	139
22553	139
22554	139
22555	139
22556	139
22557	139
22558	139
22559	139
22560	139
22561	139
22562	139
22563	139
22564	139
22565	139
22566	139
22567	139
22568	139
22569	139
22570	139
22571	139
22572	139
14542	139
14544	139
12195	139
22573	139
4982	139
22574	139
22575	139
22576	139
22577	139
10111	139
22578	139
22579	139
22580	139
13277	139
22581	139
9830	139
22582	139
22583	139
22584	139
22585	139
22586	139
21198	139
22587	139
9846	139
22588	139
22589	139
14574	139
14575	139
22590	139
22591	139
22592	139
22593	139
22594	139
22595	139
22596	139
16207	139
22597	139
22598	139
22599	139
22600	139
22601	139
22602	139
22603	139
22604	139
17573	139
5472	139
22605	139
5473	139
22606	139
4354	139
16211	139
22607	139
22608	139
16213	139
22609	139
22610	139
22611	139
5477	139
22612	139
22613	139
22614	139
14593	139
22615	139
16240	140
1242	140
1243	140
16241	140
1244	140
123	140
1406	140
15790	140
239	140
1621	140
15791	140
15792	140
992	140
993	140
240	140
2008	140
241	140
15793	140
242	140
15794	140
243	140
1802	140
770	140
1803	140
244	140
16244	140
1	140
771	140
1804	140
896	140
1221	140
15795	140
15796	140
15797	140
245	140
1189	140
2009	140
1407	140
1710	140
246	140
124	140
16250	140
1245	140
1805	140
16255	140
1408	140
1806	140
1807	140
248	140
16256	140
247	140
249	140
250	140
251	140
16261	140
1246	140
2	140
252	140
1409	140
253	140
1622	140
565	140
1698	140
772	140
738	140
566	140
1410	140
1623	140
773	140
1751	140
16270	140
15798	140
1411	140
1412	140
15799	140
15800	140
1808	140
1413	140
15801	140
1784	140
774	140
567	140
16273	140
15802	140
3	140
254	140
1414	140
16276	140
1247	140
125	140
126	140
15803	140
98	140
99	140
16281	140
568	140
127	140
1248	140
15804	140
897	140
16286	140
15805	140
128	140
569	140
15806	140
898	140
1741	140
129	140
16287	140
570	140
4	140
255	140
15807	140
1249	140
1415	140
16288	140
256	140
1416	140
1417	140
1418	140
257	140
1624	140
258	140
994	140
16293	140
15808	140
15809	140
899	140
1690	140
130	140
15810	140
1809	140
523	140
259	140
16300	140
16301	140
1810	140
5	140
260	140
775	140
900	140
1419	140
261	140
1420	140
16304	140
1421	140
1422	140
1423	140
6	140
15811	140
1424	140
524	140
15812	140
16306	140
571	140
262	140
263	140
15813	140
16220	140
776	140
7	140
1250	140
697	140
2039	140
15814	140
1251	140
1625	140
1711	140
131	140
264	140
16307	140
901	140
525	140
15815	140
1811	140
16308	140
902	140
1812	140
15816	140
15817	140
1813	140
1814	140
1425	140
15818	140
15819	140
132	140
1252	140
1626	140
572	140
1253	140
8	140
1426	140
16312	140
15820	140
1815	140
16314	140
1816	140
15821	140
1254	140
9	140
16317	140
1427	140
1255	140
573	140
133	140
16320	140
1428	140
15822	140
265	140
15823	140
15824	140
1817	140
15825	140
1818	140
1819	140
15826	140
87	140
1820	140
16325	140
266	140
777	140
903	140
134	140
15828	140
1256	140
1821	140
1822	140
904	140
574	140
15827	140
267	140
995	140
268	140
269	140
16329	140
1823	140
1430	140
15829	140
15830	140
1429	140
905	140
1824	140
270	140
1825	140
15831	140
271	140
2040	140
10	140
2041	140
11	140
1257	140
1431	140
1432	140
272	140
15832	140
16334	140
15833	140
16337	140
16339	140
779	140
1826	140
15834	140
273	140
780	140
1433	140
526	140
15835	140
1434	140
1827	140
15836	140
15837	140
16221	140
1435	140
16340	140
996	140
906	140
274	140
781	140
778	140
1436	140
907	140
15838	140
908	140
275	140
1437	140
1785	140
1828	140
1627	140
1259	140
15839	140
16341	140
135	140
1438	140
1260	140
1261	140
1829	140
997	140
909	140
575	140
100	140
276	140
1830	140
15840	140
15841	140
1439	140
782	140
15842	140
2025	140
1440	140
1831	140
15843	140
998	140
16348	140
783	140
15844	140
784	140
2042	140
15845	140
1262	140
999	140
1832	140
16355	140
16357	140
1441	140
785	140
12	140
13	140
277	140
1000	140
14	140
527	140
1628	140
1190	140
15846	140
1442	140
15	140
1757	140
2043	140
15847	140
278	140
15848	140
15849	140
279	140
1001	140
101	140
280	140
1263	140
910	140
1833	140
1834	140
1264	140
2074	140
281	140
16	140
15850	140
1443	140
1444	140
2010	140
576	140
1265	140
786	140
15851	140
136	140
1445	140
1446	140
1226	140
282	140
283	140
16365	140
15852	140
1835	140
103	140
102	140
1836	140
2044	140
1447	140
104	140
1448	140
284	140
285	140
15853	140
137	140
15854	140
911	140
1266	140
787	140
1002	140
1786	140
1227	140
17	140
1691	140
138	140
1837	140
577	140
18	140
1267	140
1838	140
788	140
1692	140
139	140
16371	140
1268	140
1839	140
1840	140
2045	140
769	140
528	140
15855	140
16374	140
16377	140
1269	140
2011	140
1758	140
286	140
1003	140
16382	140
1004	140
16384	140
1629	140
1630	140
1005	140
912	140
1730	140
1270	140
16390	140
140	140
141	140
1841	140
15856	140
1258	140
1842	140
578	140
1449	140
105	140
142	140
19	140
106	140
579	140
1450	140
789	140
15857	140
1843	140
16399	140
15858	140
16405	140
16406	140
2046	140
1844	140
1742	140
1451	140
143	140
1845	140
913	140
1006	140
1271	140
15859	140
15860	140
1228	140
16413	140
16414	140
16415	140
15861	140
15862	140
529	140
1452	140
1453	140
1229	140
1454	140
698	140
914	140
2026	140
15863	140
1455	140
16417	140
15864	140
15865	140
15866	140
15867	140
1456	140
580	140
15868	140
1457	140
1458	140
2027	140
530	140
1731	140
16421	140
16422	140
1007	140
1008	140
1009	140
1010	140
287	140
1846	140
15869	140
739	140
288	140
15870	140
1847	140
1459	140
1712	140
289	140
290	140
15871	140
1848	140
1460	140
291	140
292	140
1849	140
1011	140
1850	140
699	140
293	140
15872	140
1851	140
1631	140
1852	140
15873	140
144	140
1853	140
15874	140
915	140
1461	140
16433	140
1272	140
15875	140
1854	140
20	140
15876	140
1632	140
1462	140
700	140
294	140
790	140
15877	140
295	140
1463	140
916	140
712	140
1464	140
15878	140
701	140
15879	140
296	140
12303	140
15880	140
16437	140
1273	140
581	140
15881	140
791	140
702	140
15882	140
1855	140
15883	140
1856	140
1633	140
1274	140
297	140
16442	140
298	140
145	140
1465	140
299	140
1857	140
1858	140
300	140
301	140
917	140
15884	140
16445	140
16446	140
1859	140
1466	140
918	140
302	140
303	140
1467	140
107	140
1760	140
1468	140
304	140
305	140
306	140
1230	140
792	140
146	140
1634	140
147	140
1860	140
582	140
307	140
308	140
703	140
1469	140
361	140
1861	140
309	140
1470	140
310	140
1862	140
583	140
1471	140
311	140
704	140
584	140
15885	140
1472	140
21	140
16451	140
312	140
1473	140
1474	140
313	140
15886	140
507	140
585	140
16452	140
793	140
148	140
16462	140
740	140
15887	140
2012	140
1012	140
794	140
586	140
556	140
149	140
1726	140
1787	140
2047	140
15888	140
1635	140
531	140
1275	140
587	140
16465	140
741	140
1743	140
1276	140
1732	140
1863	140
2028	140
1475	140
15889	140
919	140
15890	140
1788	140
88	140
1476	140
532	140
795	140
1277	140
533	140
796	140
1761	140
314	140
1477	140
588	140
1278	140
920	140
921	140
315	140
1013	140
1636	140
15891	140
22	140
589	140
797	140
2029	140
16474	140
1279	140
316	140
1231	140
798	140
1014	140
317	140
2048	140
150	140
590	140
1864	140
591	140
151	140
15892	140
1478	140
23	140
922	140
592	140
24	140
16482	140
25	140
15893	140
1280	140
742	140
705	140
1479	140
1865	140
1480	140
16485	140
15894	140
152	140
1866	140
15895	140
318	140
16487	140
16493	140
15896	140
515	140
923	140
1867	140
1481	140
557	140
319	140
320	140
1868	140
1638	140
1637	140
924	140
2075	140
321	140
15897	140
1482	140
1191	140
15899	140
108	140
322	140
743	140
1752	140
323	140
153	140
1483	140
706	140
925	140
1484	140
109	140
1759	140
744	140
799	140
1281	140
1485	140
800	140
154	140
1282	140
15898	140
593	140
16505	140
155	140
1753	140
15900	140
16506	140
2013	140
1015	140
16508	140
1869	140
15901	140
1870	140
1871	140
1872	140
594	140
16515	140
15902	140
156	140
26	140
324	140
15903	140
15904	140
15905	140
16518	140
157	140
595	140
1283	140
596	140
16521	140
325	140
27	140
16522	140
16523	140
1284	140
158	140
326	140
15907	140
159	140
160	140
1285	140
327	140
328	140
1486	140
16527	140
1639	140
1693	140
1192	140
28	140
15906	140
16530	140
801	140
1873	140
1286	140
1287	140
1789	140
802	140
1874	140
15908	140
1875	140
161	140
1876	140
597	140
16534	140
15909	140
16535	140
16537	140
16538	140
16539	140
16541	140
16543	140
329	140
1017	140
1018	140
1019	140
330	140
16548	140
331	140
332	140
1640	140
1028	140
1031	140
15912	140
1016	140
1687	140
1193	140
1032	140
335	140
15916	140
804	140
1038	140
1039	140
15917	140
337	140
927	140
1489	140
15920	140
15921	140
1490	140
1050	140
15910	140
1020	140
1021	140
1713	140
1022	140
1023	140
1024	140
1025	140
1781	140
1026	140
1027	140
2049	140
1877	140
15911	140
1288	140
926	140
1029	140
1289	140
745	140
29	140
333	140
1744	140
1030	140
30	140
534	140
598	140
1641	140
334	140
746	140
1290	140
162	140
15913	140
1033	140
31	140
15914	140
1754	140
1487	140
1291	140
1878	140
803	140
1292	140
747	140
163	140
15915	140
1034	140
1035	140
1036	140
748	140
1879	140
1037	140
16559	140
16560	140
16561	140
15918	140
15919	140
1040	140
1041	140
336	140
1043	140
1488	140
1044	140
805	140
535	140
1293	140
1045	140
1194	140
1046	140
1880	140
1881	140
806	140
1047	140
16222	140
2050	140
1048	140
599	140
536	140
164	140
1049	140
1294	140
15922	140
1232	140
749	140
15923	140
1051	140
1042	140
1491	140
1295	140
15926	140
928	140
15924	140
1642	140
15925	140
16569	140
15927	140
807	140
1643	140
1052	140
1882	140
15928	140
15929	140
15930	140
600	140
15931	140
32	140
1296	140
1883	140
1884	140
1297	140
1298	140
15932	140
338	140
1790	140
1885	140
808	140
1053	140
1699	140
809	140
1299	140
15933	140
15934	140
1644	140
1762	140
601	140
15935	140
16586	140
1300	140
1886	140
165	140
1301	140
15936	140
2051	140
1887	140
1888	140
1889	140
810	140
1492	140
516	140
1890	140
33	140
34	140
1763	140
537	140
751	140
1054	140
1891	140
811	140
1892	140
15937	140
602	140
1302	140
15938	140
1893	140
15939	140
2076	140
15940	140
35	140
15941	140
1791	140
752	140
812	140
1894	140
2014	140
15942	140
707	140
750	140
708	140
16604	140
1895	140
1195	140
15943	140
1896	140
36	140
753	140
16615	140
16616	140
16618	140
16621	140
603	140
15944	140
1897	140
15789	140
604	140
15945	140
16223	140
1898	140
89	140
1899	140
1792	140
538	140
16631	140
86	140
1493	140
929	140
1900	140
15946	140
1901	140
930	140
16639	140
1055	140
339	140
931	140
605	140
606	140
607	140
15947	140
932	140
1494	140
558	140
539	140
813	140
1745	140
1733	140
2077	140
16648	140
166	140
15948	140
1727	140
709	140
814	140
340	140
1495	140
1714	140
1496	140
341	140
342	140
1497	140
343	140
1498	140
15949	140
344	140
1303	140
710	140
16651	140
1645	140
933	140
16654	140
1304	140
345	140
1499	140
1715	140
1305	140
16661	140
167	140
1728	140
15950	140
16664	140
540	140
1306	140
346	140
347	140
168	140
1500	140
15951	140
815	140
711	140
169	140
16666	140
15952	140
1056	140
16669	140
1902	140
1501	140
15953	140
16671	140
16672	140
348	140
559	140
816	140
2078	140
37	140
15954	140
16675	140
1716	140
1903	140
170	140
1057	140
1502	140
349	140
16677	140
16678	140
16679	140
541	140
350	140
15955	140
542	140
351	140
1503	140
16224	140
16685	140
16686	140
352	140
16687	140
15956	140
16688	140
16689	140
1504	140
1505	140
16691	140
16692	140
1307	140
1904	140
608	140
16693	140
38	140
1506	140
817	140
1308	140
1905	140
1507	140
1508	140
1509	140
15957	140
354	140
355	140
356	140
357	140
560	140
1309	140
15958	140
1310	140
818	140
1717	140
358	140
353	140
609	140
1311	140
1058	140
1233	140
1234	140
15959	140
359	140
15960	140
15961	140
15962	140
360	140
1235	140
15963	140
819	140
820	140
713	140
15964	140
1510	140
16705	140
1196	140
1059	140
362	140
821	140
39	140
1511	140
16225	140
822	140
1906	140
823	140
2052	140
2084	140
934	140
15965	140
2053	140
2079	140
610	140
935	140
1512	140
1060	140
936	140
1513	140
1312	140
714	140
937	140
16709	140
1061	140
16710	140
171	140
363	140
2036	140
15966	140
16713	140
16715	140
1646	140
15967	140
364	140
1514	140
365	140
938	140
939	140
940	140
366	140
1515	140
1313	140
824	140
2055	140
1764	140
1062	140
611	140
15968	140
2015	140
16726	140
15969	140
15970	140
1907	140
15971	140
16727	140
1063	140
367	140
754	140
368	140
1908	140
16226	140
15972	140
1700	140
1909	140
825	140
826	140
612	140
15973	140
827	140
16733	140
16736	140
941	140
942	140
561	140
543	140
613	140
369	140
943	140
614	140
370	140
371	140
1516	140
1910	140
1517	140
1314	140
372	140
15974	140
373	140
16744	140
1315	140
374	140
1911	140
15975	140
16747	140
2054	140
15976	140
615	140
16750	140
1518	140
16751	140
1316	140
15977	140
1734	140
1064	140
15978	140
1519	140
16756	140
16757	140
1317	140
1912	140
1065	140
2030	140
828	140
40	140
15979	140
616	140
944	140
15980	140
375	140
15981	140
15982	140
376	140
172	140
829	140
173	140
1318	140
174	140
41	140
544	140
830	140
16227	140
617	140
16763	140
15983	140
175	140
618	140
1066	140
42	140
16766	140
1067	140
176	140
1913	140
2056	140
619	140
15984	140
1068	140
16774	140
16777	140
16773	140
1647	140
1319	140
177	140
16783	140
178	140
1793	140
16785	140
1069	140
1794	140
15985	140
16788	140
16789	140
16791	140
16794	140
15986	140
15987	140
2037	140
15988	140
1914	140
15989	140
1070	140
16800	140
16802	140
16803	140
1320	140
15990	140
1765	140
43	140
16808	140
1321	140
16810	140
16811	140
545	140
1648	140
16814	140
1071	140
15991	140
2057	140
1718	140
15992	140
620	140
15993	140
44	140
2085	140
1746	140
621	140
15994	140
15995	140
179	140
1322	140
1649	140
16830	140
180	140
16835	140
1650	140
766	140
15996	140
16843	140
15997	140
622	140
15998	140
16856	140
1719	140
90	140
1795	140
831	140
16858	140
16859	140
623	140
1755	140
15999	140
16865	140
1323	140
1324	140
16000	140
624	140
625	140
16001	140
181	140
45	140
16002	140
1651	140
16003	140
182	140
16004	140
832	140
1072	140
1520	140
16005	140
945	140
16006	140
377	140
833	140
834	140
1325	140
626	140
16007	140
2058	140
16008	140
1073	140
1766	140
1767	140
16009	140
16010	140
1915	140
46	140
1916	140
1768	140
16889	140
16893	140
1917	140
16011	140
47	140
1074	140
16228	140
16896	140
16897	140
16900	140
1918	140
1075	140
16902	140
1326	140
2031	140
1327	140
16906	140
16907	140
16012	140
835	140
1747	140
2059	140
2032	140
16229	140
48	140
1919	140
16912	140
1652	140
16913	140
1328	140
1076	140
16013	140
16014	140
378	140
16015	140
16016	140
1329	140
379	140
1197	140
1077	140
627	140
16936	140
16939	140
2016	140
16940	140
16941	140
16943	140
16944	140
1078	140
764	140
16949	140
16952	140
1198	140
16017	140
16960	140
16961	140
1330	140
1331	140
16018	140
16965	140
16966	140
1701	140
16019	140
16020	140
1521	140
382	140
1522	140
1920	140
628	140
1236	140
1921	140
1922	140
1923	140
1924	140
1925	140
16021	140
2060	140
836	140
2017	140
16238	140
1735	140
1926	140
49	140
183	140
16022	140
16023	140
16024	140
562	140
380	140
50	140
1199	140
16973	140
51	140
629	140
1702	140
1694	140
16976	140
837	140
16025	140
630	140
631	140
110	140
1332	140
111	140
946	140
381	140
1927	140
16026	140
632	140
16979	140
838	140
839	140
633	140
634	140
184	140
1653	140
16027	140
1928	140
16982	140
1929	140
16028	140
1930	140
1237	140
16029	140
383	140
1333	140
1334	140
840	140
1769	140
635	140
16030	140
636	140
16031	140
637	140
16985	140
841	140
842	140
16034	140
843	140
2018	140
1720	140
191	140
192	140
1695	140
846	140
16988	140
16989	140
1335	140
638	140
517	140
185	140
186	140
1770	140
16032	140
16033	140
1748	140
187	140
16035	140
639	140
1336	140
844	140
16994	140
1337	140
188	140
1931	140
640	140
189	140
1782	140
52	140
16999	140
1079	140
16036	140
16037	140
1654	140
190	140
16038	140
845	140
1796	140
17000	140
2061	140
2062	140
53	140
384	140
1338	140
1932	140
2033	140
1933	140
2063	140
847	140
91	140
848	140
849	140
850	140
1934	140
54	140
1797	140
1339	140
17013	140
755	140
947	140
1080	140
17015	140
385	140
1655	140
17018	140
16039	140
386	140
17019	140
1935	140
1340	140
387	140
17020	140
1222	140
715	140
641	140
17021	140
388	140
1081	140
16040	140
16041	140
389	140
390	140
17024	140
16042	140
391	140
1523	140
16043	140
193	140
1341	140
1524	140
16044	140
17026	140
642	140
16045	140
643	140
1525	140
1082	140
1083	140
1936	140
17034	140
1526	140
1937	140
16046	140
1342	140
194	140
17037	140
55	140
112	140
16047	140
1084	140
16048	140
17041	140
16049	140
16051	140
392	140
1085	140
17046	140
17066	140
16050	140
56	140
393	140
644	140
16057	140
1086	140
1343	140
1087	140
1088	140
1527	140
394	140
16058	140
1798	140
395	140
1528	140
113	140
16059	140
851	140
948	140
1529	140
17049	140
1344	140
518	140
1938	140
396	140
1530	140
1531	140
716	140
397	140
1532	140
852	140
57	140
398	140
16060	140
1533	140
399	140
17054	140
17055	140
400	140
1939	140
1940	140
1941	140
114	140
16061	140
949	140
401	140
402	140
853	140
1345	140
58	140
1346	140
403	140
404	140
1534	140
59	140
717	140
195	140
854	140
405	140
1535	140
1536	140
196	140
60	140
1089	140
197	140
17057	140
1537	140
645	140
1942	140
1943	140
16062	140
950	140
1538	140
406	140
1780	140
718	140
1090	140
1944	140
61	140
1945	140
16063	140
2080	140
951	140
952	140
1946	140
563	140
198	140
646	140
1539	140
1540	140
407	140
16064	140
16065	140
16066	140
1238	140
1091	140
1092	140
647	140
1696	140
1947	140
17099	140
17100	140
648	140
2064	140
1093	140
17101	140
17102	140
408	140
409	140
1347	140
1094	140
16067	140
649	140
953	140
2034	140
1948	140
650	140
16068	140
855	140
17081	140
16069	140
1949	140
1541	140
410	140
16070	140
1542	140
411	140
412	140
17082	140
16052	140
16053	140
17093	140
16054	140
17096	140
17060	140
17063	140
16055	140
16056	140
17070	140
1543	140
1095	140
413	140
651	140
1950	140
1656	140
1657	140
1200	140
719	140
414	140
1544	140
16071	140
415	140
1545	140
652	140
416	140
1096	140
62	140
1951	140
546	140
1658	140
199	140
1952	140
1097	140
856	140
1098	140
16072	140
954	140
1736	140
1099	140
508	140
1100	140
653	140
654	140
1223	140
200	140
16073	140
1546	140
1547	140
1953	140
857	140
655	140
16074	140
16075	140
1548	140
955	140
417	140
1201	140
17124	140
1549	140
201	140
17126	140
720	140
721	140
956	140
1550	140
656	140
16076	140
17127	140
17128	140
17129	140
957	140
858	140
16077	140
115	140
16079	140
17139	140
859	140
16078	140
722	140
418	140
1101	140
1659	140
1202	140
1955	140
860	140
419	140
420	140
2065	140
421	140
16081	140
16080	140
1551	140
958	140
1954	140
547	140
16082	140
723	140
1956	140
202	140
519	140
92	140
16083	140
657	140
1552	140
16084	140
959	140
1553	140
1554	140
422	140
16085	140
203	140
1348	140
93	140
16086	140
423	140
960	140
961	140
17153	140
17157	140
204	140
17161	140
1555	140
1102	140
424	140
16087	140
962	140
16088	140
16089	140
1103	140
205	140
1957	140
63	140
1721	140
1958	140
1959	140
1960	140
1697	140
16090	140
17165	140
1556	140
1349	140
16091	140
17166	140
17172	140
206	140
1660	140
16230	140
963	140
17174	140
16231	140
1771	140
16092	140
425	140
426	140
658	140
207	140
1557	140
427	140
724	140
964	140
1558	140
1559	140
428	140
1560	140
208	140
1561	140
767	140
17185	140
17188	140
429	140
1350	140
1351	140
16093	140
16094	140
17189	140
430	140
64	140
209	140
1104	140
861	140
16095	140
431	140
520	140
1661	140
17191	140
432	140
16096	140
1105	140
116	140
16097	140
1106	140
756	140
509	140
548	140
16098	140
510	140
1352	140
433	140
1562	140
1563	140
1564	140
965	140
17206	140
659	140
1565	140
434	140
210	140
435	140
1239	140
1662	140
1566	140
16099	140
16100	140
17212	140
16101	140
16102	140
862	140
1353	140
16103	140
17215	140
17196	140
17201	140
725	140
1749	140
1772	140
436	140
17220	140
1567	140
863	140
437	140
438	140
16104	140
1568	140
2019	140
1961	140
211	140
2081	140
1569	140
1962	140
660	140
966	140
1570	140
439	140
440	140
16234	140
16105	140
17237	140
17238	140
65	140
212	140
1963	140
1663	140
1354	140
1571	140
2020	140
17239	140
1572	140
967	140
16106	140
1107	140
213	140
66	140
16232	140
864	140
2066	140
441	140
16107	140
1203	140
214	140
2067	140
17243	140
442	140
445	140
1355	140
2021	140
17245	140
17246	140
215	140
16108	140
1573	140
443	140
1964	140
16109	140
16233	140
2022	140
661	140
1574	140
1722	140
549	140
662	140
94	140
444	140
17253	140
1108	140
1575	140
1576	140
968	140
1204	140
1356	140
1357	140
865	140
663	140
969	140
446	140
970	140
17258	140
17259	140
726	140
16110	140
971	140
1240	140
1737	140
16111	140
17260	140
1577	140
447	140
972	140
1358	140
448	140
973	140
1578	140
449	140
450	140
451	140
866	140
974	140
664	140
1109	140
16112	140
665	140
1205	140
2068	140
975	140
867	140
452	140
453	140
976	140
1579	140
67	140
1965	140
1110	140
1773	140
1359	140
1664	140
1966	140
16113	140
1580	140
2069	140
666	140
1111	140
1112	140
16114	140
1113	140
1665	140
1360	140
17270	140
1361	140
1750	140
1967	140
727	140
17273	140
454	140
1968	140
977	140
455	140
456	140
17274	140
1581	140
216	140
868	140
869	140
217	140
218	140
728	140
1582	140
457	140
458	140
1969	140
1970	140
667	140
668	140
16115	140
1583	140
17277	140
1362	140
459	140
669	140
670	140
219	140
1971	140
1206	140
16116	140
1114	140
1363	140
16117	140
671	140
1584	140
1972	140
1973	140
460	140
1974	140
1666	140
16118	140
461	140
1975	140
16119	140
550	140
1364	140
16120	140
672	140
1774	140
1365	140
17289	140
68	140
1585	140
2070	140
1976	140
1978	140
673	140
462	140
463	140
464	140
1667	140
16121	140
1586	140
870	140
465	140
16122	140
1115	140
16123	140
551	140
466	140
16124	140
17299	140
1587	140
83	140
220	140
1366	140
1588	140
1116	140
871	140
221	140
1589	140
467	140
468	140
16125	140
16126	140
2038	140
16127	140
872	140
1979	140
1117	140
1980	140
1590	140
1591	140
17309	140
873	140
16128	140
16129	140
17310	140
17311	140
674	140
469	140
1367	140
17314	140
17315	140
1723	140
1688	140
1368	140
1369	140
874	140
470	140
16130	140
875	140
876	140
471	140
16131	140
1783	140
17318	140
17321	140
16132	140
877	140
16133	140
1370	140
17322	140
17323	140
16134	140
729	140
69	140
2071	140
17325	140
16135	140
1371	140
16136	140
84	140
1118	140
1981	140
1756	140
878	140
1977	140
730	140
222	140
879	140
1119	140
1592	140
765	140
16137	140
1982	140
1593	140
16138	140
17331	140
1372	140
17332	140
1594	140
1595	140
16139	140
95	140
16140	140
1120	140
1121	140
1122	140
978	140
1983	140
1123	140
16141	140
1596	140
1984	140
70	140
2082	140
1985	140
1986	140
1703	140
675	140
676	140
472	140
224	140
1373	140
2035	140
16142	140
552	140
1224	140
473	140
16143	140
16144	140
16145	140
16146	140
1124	140
1125	140
17347	140
16147	140
474	140
17348	140
979	140
85	140
1668	140
17349	140
223	140
16149	140
475	140
1738	140
1799	140
553	140
476	140
1987	140
1988	140
1704	140
677	140
17357	140
16148	140
225	140
1597	140
226	140
227	140
16150	140
1374	140
1598	140
17359	140
477	140
1989	140
17361	140
478	140
1599	140
479	140
480	140
1126	140
1375	140
1127	140
1128	140
16151	140
16152	140
880	140
1207	140
1129	140
16153	140
1705	140
1241	140
17369	140
17370	140
16154	140
16155	140
16156	140
17372	140
1130	140
1132	140
1131	140
17375	140
1133	140
16157	140
17376	140
1208	140
1376	140
16158	140
1134	140
731	140
17379	140
1377	140
481	140
16159	140
17382	140
17384	140
1990	140
16160	140
17385	140
1600	140
1135	140
1136	140
71	140
1378	140
881	140
16161	140
1601	140
1602	140
1603	140
1137	140
1138	140
980	140
882	140
883	140
1139	140
1991	140
1992	140
1379	140
1140	140
17396	140
17398	140
16162	140
482	140
483	140
484	140
17407	140
1604	140
16163	140
17409	140
16164	140
17414	140
1380	140
1381	140
757	140
485	140
486	140
16165	140
72	140
678	140
16166	140
1209	140
1669	140
17424	140
16167	140
17426	140
17430	140
17432	140
17433	140
17434	140
17435	140
679	140
680	140
1706	140
981	140
16168	140
1382	140
1141	140
96	140
228	140
1142	140
1993	140
16169	140
16170	140
1729	140
1605	140
1143	140
732	140
17445	140
117	140
884	140
1383	140
118	140
511	140
487	140
768	140
17458	140
17459	140
17460	140
17461	140
229	140
1225	140
17465	140
1606	140
17466	140
1144	140
16171	140
758	140
1384	140
681	140
682	140
1145	140
1670	140
17473	140
16172	140
17477	140
16173	140
119	140
17480	140
1385	140
1386	140
683	140
1994	140
1671	140
16174	140
488	140
489	140
490	140
1672	140
17484	140
564	140
17485	140
16175	140
759	140
1387	140
760	140
554	140
684	140
16176	140
230	140
491	140
492	140
1388	140
1995	140
17490	140
16177	140
493	140
1775	140
17493	140
685	140
17496	140
120	140
885	140
17499	140
17501	140
16178	140
686	140
16180	140
1996	140
886	140
1389	140
16181	140
16182	140
887	140
1997	140
982	140
1390	140
231	140
73	140
16179	140
16183	140
1391	140
16184	140
1724	140
1739	140
1998	140
888	140
687	140
1146	140
688	140
1147	140
689	140
2072	140
17505	140
17509	140
232	140
74	140
17512	140
1673	140
1674	140
17513	140
2073	140
512	140
2086	140
75	140
17517	140
1607	140
1608	140
1609	140
1999	140
983	140
1610	140
1707	140
1708	140
2083	140
17521	140
16185	140
2000	140
16235	140
494	140
16186	140
97	140
1148	140
233	140
1611	140
1612	140
495	140
1392	140
17527	140
17528	140
984	140
16187	140
17529	140
1800	140
16188	140
733	140
496	140
889	140
555	140
234	140
497	140
498	140
121	140
985	140
235	140
986	140
1776	140
1777	140
76	140
1149	140
1675	140
1150	140
1151	140
763	140
1157	140
1212	140
1213	140
1158	140
1678	140
1679	140
1159	140
1160	140
1680	140
16190	140
1214	140
1161	140
514	140
16191	140
1162	140
1215	140
1163	140
1164	140
1165	140
1689	140
1166	140
1167	140
1169	140
16192	140
1216	140
16189	140
1740	140
1156	140
1676	140
1152	140
513	140
1153	140
1154	140
1677	140
1210	140
1211	140
1155	140
521	140
522	140
17533	140
1393	140
1394	140
690	140
236	140
2001	140
1168	140
16193	140
16194	140
987	140
890	140
122	140
1778	140
499	140
1681	140
1395	140
2002	140
1613	140
1170	140
1682	140
1171	140
1683	140
691	140
891	140
2003	140
17537	140
761	140
16195	140
2004	140
16236	140
2005	140
1172	140
77	140
892	140
734	140
16196	140
78	140
79	140
500	140
501	140
16197	140
1173	140
1396	140
1174	140
1175	140
1176	140
1177	140
1684	140
1178	140
1179	140
735	140
80	140
16198	140
502	140
1614	140
16199	140
2006	140
893	140
2007	140
1397	140
2023	140
503	140
16200	140
16201	140
1725	140
1398	140
17540	140
1615	140
2024	140
504	140
1616	140
505	140
736	140
1180	140
1617	140
506	140
1801	140
1618	140
1181	140
16202	140
1182	140
1183	140
17541	140
1709	140
237	140
17543	140
1685	140
1217	140
1218	140
16203	140
1219	140
16204	140
17545	140
16205	140
16206	140
1220	140
894	140
1399	140
1184	140
16207	140
1400	140
17557	140
692	140
895	140
17559	140
17560	140
17561	140
1185	140
693	140
16208	140
1186	140
17568	140
238	140
694	140
1401	140
17575	140
17582	140
17584	140
17586	140
1187	140
17590	140
762	140
17591	140
17593	140
17594	140
17599	140
17603	140
17605	140
16209	140
17606	140
16210	140
16211	140
1686	140
81	140
82	140
1402	140
16212	140
16213	140
17615	140
16214	140
17617	140
17618	140
17620	140
17623	140
16215	140
17624	140
17626	140
695	140
1619	140
1188	140
696	140
16216	140
988	140
989	140
990	140
1403	140
16217	140
16218	140
1404	140
1779	140
1620	140
1405	140
16219	140
16237	140
17633	140
991	140
737	140
22616	140
22617	140
22618	140
22619	140
22620	140
22621	140
22622	140
22623	140
22624	140
22625	140
22626	140
22627	140
22628	140
22629	140
22630	140
22631	140
22632	140
22633	140
22634	140
22635	140
22636	140
22637	140
22638	140
22639	140
22640	140
22641	140
22642	140
22643	140
22644	140
22645	140
22646	140
22647	140
22648	140
22649	140
22650	140
22651	140
22652	140
22653	140
22654	140
22655	140
22656	140
22657	140
22658	140
22659	140
22660	140
22661	140
22662	140
22663	140
22664	140
22665	140
22666	140
22667	140
22668	140
22669	140
22670	140
22671	140
22672	140
22673	140
22674	140
22675	140
22676	140
22677	140
22678	140
22679	140
22680	140
22681	140
22682	140
22683	140
22684	140
22685	140
22686	140
22687	140
22688	140
22689	140
22690	140
22691	140
22692	140
22693	140
22694	140
22695	140
22696	140
22697	140
22698	140
22699	140
22700	140
22701	140
22702	140
22703	140
22704	140
22705	140
22706	140
22707	140
22708	140
22709	140
22710	140
22711	140
22712	140
22713	140
22714	140
22715	140
22716	140
22717	140
22718	140
22719	140
22720	140
22721	140
22722	140
22723	140
19856	140
22724	140
22725	140
22726	140
22727	140
22728	140
22729	140
22730	140
22731	140
22732	140
22733	140
22734	140
22735	140
22736	140
22737	140
22738	140
22739	140
22740	140
22741	140
22742	140
22743	140
22744	140
22745	140
22746	140
22747	140
22748	140
22749	140
22750	140
22751	140
22752	140
22753	140
22754	140
22755	140
22756	140
22757	140
22758	140
22759	140
22760	140
22761	140
22762	140
22763	140
22764	140
22765	140
22766	140
22767	140
22768	140
22769	140
22770	140
22771	140
22772	140
22773	140
22774	140
22775	140
22776	140
22777	140
22778	140
22779	140
22780	140
22781	140
22782	140
22783	140
22784	140
22785	140
22786	140
22787	140
22788	140
22789	140
22790	140
22791	140
22792	140
22793	140
22794	140
22795	140
22796	140
22797	140
22798	140
22799	140
22800	140
22801	140
22802	140
22803	140
22804	140
22805	140
22806	140
22807	140
22808	140
22809	140
22810	140
22811	140
22812	140
22813	140
22814	140
22815	140
22816	140
22817	140
22818	140
22819	140
22820	140
22821	140
22822	140
22823	140
22824	140
22825	140
22826	140
22827	140
22828	140
22829	140
22830	140
22831	140
22832	140
22833	140
22834	140
22835	140
22836	140
22837	140
22838	140
22839	140
22840	140
22841	140
22842	140
22843	140
22844	140
22845	140
22846	140
22847	140
22848	140
22849	140
22850	140
22851	140
22852	140
22853	140
22854	140
22855	140
22856	140
22857	140
22858	140
22859	140
22860	140
22861	140
22862	140
22863	140
22864	140
22865	140
22866	140
22867	140
22868	140
22869	140
22870	140
22871	140
22872	140
22873	140
22874	140
22875	140
22876	140
22877	140
22878	140
22879	140
22880	140
22881	140
22882	140
22883	140
22884	140
22885	140
22886	140
22887	140
22888	140
22889	140
22890	140
22891	140
22892	140
22893	140
22894	140
22895	140
22896	140
22897	140
22898	140
22899	140
22900	140
22901	140
22902	140
22903	140
22904	140
22905	140
22906	140
22907	140
22908	140
22909	140
22910	140
22911	140
22912	140
22913	140
22914	140
22915	140
22916	140
22917	140
22918	140
22919	140
22920	140
22921	140
22922	140
22923	140
22924	140
22925	140
22926	140
22927	140
22928	140
22929	140
22930	140
22931	140
22932	140
22933	140
22934	140
22935	140
22936	140
22937	140
22938	140
22939	140
22940	140
22941	140
22942	140
22943	140
22944	140
22945	140
22946	140
22947	140
22948	140
22949	140
22950	140
22951	140
22952	140
22953	140
22954	140
22955	140
22956	140
22957	140
22958	140
22959	140
22960	140
22961	140
22962	140
22963	140
22964	140
22965	140
22966	140
22967	140
22968	140
22969	140
22970	140
22971	140
22972	140
22973	140
22974	140
22975	140
22976	140
22977	140
22978	140
22979	140
22980	140
22981	140
22982	140
22983	140
22984	140
22985	140
22986	140
22987	140
22988	140
22989	140
22990	140
22991	140
22992	140
22993	140
22994	140
22995	140
22996	140
22997	140
22998	140
22999	140
23000	140
23001	140
23002	140
23003	140
23004	140
23005	140
23006	140
23007	140
23008	140
23009	140
23010	140
23011	140
23012	140
23013	140
23014	140
23015	140
23016	140
23017	140
23018	140
23019	140
23020	140
23021	140
23022	140
23023	140
23024	140
23025	140
23026	140
23027	140
23028	140
23029	140
23030	140
23031	140
23032	140
23033	140
23034	140
23035	140
23036	140
23037	140
23038	140
23039	140
23040	140
23041	140
23042	140
23043	140
23044	140
23045	140
23046	140
23047	140
23048	140
23049	140
23050	140
23051	140
23052	140
23053	140
23054	140
23055	140
23056	140
23057	140
23058	140
23059	140
23060	140
23061	140
23062	140
23063	140
23064	140
23065	140
23066	140
23067	140
23068	140
23069	140
23070	140
23071	140
23072	140
23073	140
23074	140
23075	140
23076	140
23077	140
23078	140
23079	140
23080	140
23081	140
23082	140
23083	140
23084	140
23085	140
23086	140
23087	140
23088	140
23089	140
23090	140
23091	140
23092	140
23093	140
23094	140
23095	140
23096	140
23097	140
23098	140
23099	140
23100	140
23101	140
23102	140
23103	140
23104	140
23105	140
23106	140
23107	140
23108	140
23109	140
23110	140
23111	140
23112	140
23113	140
23114	140
23115	140
23116	140
23117	140
23118	140
23119	140
23120	140
23121	140
23122	140
23123	140
23124	140
23125	140
23126	140
23127	140
23128	140
23129	140
23130	140
23131	140
23132	140
23133	140
23134	140
23135	140
23136	140
23137	140
23138	140
23139	140
23140	140
23141	140
23142	140
23143	140
23144	140
23145	140
23146	140
23147	140
23148	140
23149	140
23150	140
23151	140
23152	140
23153	140
23154	140
23155	140
23156	140
23157	140
23158	140
23159	140
23160	140
23161	140
23162	140
23163	140
23164	140
23165	140
23166	140
23167	140
23168	140
23169	140
23170	140
23171	140
23172	140
23173	140
23174	140
23175	140
23176	140
23177	140
23178	140
23179	140
23180	140
23181	140
23182	140
23183	140
23184	140
23185	140
23186	140
23187	140
23188	140
23189	140
23190	140
23191	140
23192	140
23193	140
23194	140
23195	140
23196	140
23197	140
23198	140
23199	140
23200	140
23201	140
23202	140
23203	140
23204	140
23205	140
23206	140
23207	140
23208	140
23209	140
23210	140
23211	140
23212	140
23213	140
23214	140
23215	140
23216	140
23217	140
23218	140
23219	140
23220	140
23221	140
23222	140
23223	140
23224	140
23225	140
23226	140
23227	140
23228	140
23229	140
23230	140
23231	140
23232	140
23233	140
23234	140
23235	140
23236	140
23237	140
23238	140
23239	140
23240	140
23241	140
23242	140
23243	140
23244	140
23245	140
23246	140
23247	140
23248	140
23249	140
23250	140
23251	140
23252	140
23253	140
23254	140
23255	140
23256	140
23257	140
23258	140
23259	140
23260	140
23261	140
23262	140
23263	140
23264	140
23265	140
23266	140
23267	140
23268	140
23269	140
23270	140
23271	140
23272	140
23273	140
23274	140
23275	140
23276	140
23277	140
23278	140
23279	140
23280	140
23281	140
23282	140
23283	140
23284	140
23285	140
23286	140
23287	140
23288	140
23289	140
23290	140
23291	140
23292	140
23293	140
23294	140
23295	140
23296	140
23297	140
23298	140
23299	140
23300	140
23301	140
23302	140
23303	140
23304	140
23305	140
23306	140
23307	140
23308	140
23309	140
23310	140
23311	140
23312	140
23313	140
23314	140
23315	140
23316	140
23317	140
23318	140
23319	140
23320	140
23321	140
23322	140
23323	140
23324	140
23325	140
23326	140
23327	140
23328	140
23329	140
23330	140
23331	140
23332	140
23333	140
23334	140
23335	140
23336	140
23337	140
23338	140
23339	140
23340	140
23341	140
23342	140
23343	140
23344	140
23345	140
23346	140
23347	140
23348	140
23349	140
23350	140
23351	140
23352	140
23353	140
23354	140
23355	140
23356	140
23357	140
23358	140
23359	140
23360	140
23361	140
23362	140
23363	140
23364	140
23365	140
23366	140
23367	140
23368	140
23369	140
23370	140
23371	140
23372	140
23373	140
23374	140
23375	140
23376	140
23377	140
23378	140
23379	140
23380	140
23381	140
23382	140
23383	140
23384	140
23385	140
23386	140
23387	140
23388	140
23389	140
23390	140
23391	140
23392	140
23393	140
23394	140
23395	140
23396	140
23397	140
23398	140
23399	140
23400	140
23401	140
23402	140
23403	140
23404	140
23405	140
23406	140
23407	140
23408	140
23409	140
23410	140
23411	140
23412	140
23413	140
23414	140
23415	140
23416	140
23417	140
23418	140
23419	140
23420	140
23421	140
23422	140
23423	140
23424	140
23425	140
23426	140
23427	140
23428	140
23429	140
23430	140
23431	140
23432	140
23433	140
23434	140
23435	140
23436	140
23437	140
23438	140
23439	140
23440	140
23441	140
23442	140
23443	140
23444	140
23445	140
23446	140
23447	140
23448	140
23449	140
23450	140
23451	140
23452	140
23453	140
23454	140
23455	140
23456	140
23457	140
23458	140
23459	140
23460	140
23461	140
23462	140
23463	140
23464	140
23465	140
23466	140
23467	140
23468	140
23469	140
23470	140
23471	140
23472	140
23473	140
23474	140
23475	140
23476	140
23477	140
23478	140
23479	140
23480	140
23481	140
23482	140
23483	140
23484	140
23485	140
23486	140
23487	140
23488	140
23489	140
23490	140
23491	140
23492	140
23493	140
23494	140
23495	140
23496	140
23497	140
23498	140
23499	140
23500	140
23501	140
23502	140
23503	140
23504	140
23505	140
23506	140
23507	140
23508	140
23509	140
23510	140
23511	140
23512	140
23513	140
23514	140
23515	140
23516	140
23517	140
23518	140
23519	140
23520	140
23521	140
23522	140
23523	140
23524	140
23525	140
23526	140
23527	140
23528	140
23529	140
23530	140
23531	140
23532	140
23533	140
23534	140
23535	140
23536	140
23537	140
23538	140
23539	140
23540	140
23541	140
23542	140
23543	140
23544	140
23545	140
23546	140
23547	140
23548	140
23549	140
23550	140
23551	140
23552	140
23553	140
23554	140
23555	140
23556	140
23557	140
23558	140
23559	140
23560	140
23561	140
23562	140
23563	140
23564	140
23565	140
23566	140
23567	140
23568	140
23569	140
23570	140
23571	140
23572	140
23573	140
23574	140
23575	140
23576	140
23577	140
23578	140
23579	140
23580	140
23581	140
23582	140
23583	140
23584	140
23585	140
23586	140
23587	140
23588	140
23589	140
23590	140
23591	140
23592	140
23593	140
23594	140
23595	140
23596	140
23597	140
23598	140
23599	140
23600	140
23601	140
23602	140
23603	140
23604	140
23605	140
23606	140
23607	140
23608	140
23609	140
23610	140
23611	140
23612	140
23613	140
23614	140
23615	140
23616	140
23617	140
23618	140
23619	140
23620	140
23621	140
23622	140
23623	140
23624	140
23625	140
23626	140
23627	140
23628	140
23629	140
23630	140
23631	140
23632	140
23633	140
23634	140
23635	140
23636	140
23637	140
23638	140
23639	140
23640	140
23641	140
23642	140
23643	140
23644	140
23645	140
23646	140
23647	140
23648	140
23649	140
23650	140
23651	140
23652	140
23653	140
23654	140
23655	140
23656	140
23657	140
23658	140
23659	140
23660	140
23661	140
23662	140
23663	140
23664	140
23665	140
23666	140
23667	140
23668	140
23669	140
23670	140
23671	140
23672	140
23673	140
23674	140
23675	140
23676	140
23677	140
23678	140
23679	140
23680	140
23681	140
23682	140
23683	140
23684	140
23685	140
23686	140
23687	140
23688	140
23689	140
23690	140
23691	140
23692	140
23693	140
23694	140
23695	140
23696	140
23697	140
23698	140
23699	140
23700	140
23701	140
23702	140
23703	140
23704	140
23705	140
23706	140
23707	140
23708	140
23709	140
23710	140
23711	140
23712	140
23713	140
23714	140
23715	140
23716	140
23717	140
23718	140
23719	140
23720	140
23721	140
23722	140
23723	140
23724	140
23725	140
23726	140
23727	140
23728	140
23729	140
23730	140
23731	140
23732	140
23733	140
23734	140
23735	140
23736	140
23737	140
23738	140
23739	140
23740	140
23741	140
23742	140
23743	140
23744	140
23745	140
23746	140
23747	140
23748	140
23749	140
23750	140
23751	140
23752	140
23753	140
23754	140
23755	140
23756	140
23757	140
23758	140
23759	140
23760	140
23761	140
23762	140
23763	140
23764	140
23765	140
23766	140
23767	140
23768	140
23769	140
23770	140
23771	140
23772	140
23773	140
23774	140
23775	140
23776	140
23777	140
23778	140
23779	140
23780	140
23781	140
23782	140
23783	140
23784	140
23785	140
23786	140
23787	140
23788	140
23789	140
23790	140
23791	140
23792	140
23793	140
23794	140
23795	140
23796	140
23797	140
23798	140
23799	140
23800	140
23801	140
23802	140
23803	140
23804	140
23805	140
23806	140
23807	140
23808	140
23809	140
23810	140
23811	140
23812	140
23813	140
23814	140
23815	140
23816	140
23817	140
23818	140
23819	140
23820	140
23821	140
23822	140
23823	140
23824	140
23825	140
23826	140
23827	140
23828	140
23829	140
23830	140
23831	140
23832	140
23833	140
23834	140
23835	140
23836	140
23837	140
23838	140
23839	140
23840	140
23841	140
23842	140
23843	140
23844	140
23845	140
23846	140
23847	140
23848	140
23849	140
23850	140
23851	140
23852	140
23853	140
23854	140
23855	140
23856	140
23857	140
23858	140
23859	140
23860	140
23861	140
23862	140
23863	140
23864	140
23865	140
23866	140
23867	140
23868	140
23869	140
23870	140
23871	140
23872	140
23873	140
23874	140
23875	140
23876	140
23877	140
23878	140
23879	140
23880	140
23881	140
23882	140
23883	140
23884	140
23885	140
23886	140
23887	140
23888	140
23889	140
23890	140
23891	140
23892	140
23893	140
23894	140
23895	140
23896	140
23897	140
23898	140
23899	140
23900	140
23901	140
23902	140
23903	140
23904	140
23905	140
23906	140
23907	140
23908	140
23909	140
23910	140
23911	140
23912	140
23913	140
23914	140
23915	140
23916	140
23917	140
23918	140
23919	140
23920	140
23921	140
23922	140
23923	140
23924	140
23925	140
23926	140
23927	140
23928	140
23929	140
23930	140
23931	140
23932	140
23933	140
23934	140
23935	140
23936	140
23937	140
23938	140
23939	140
23940	140
23941	140
23942	140
23943	140
23944	140
23945	140
23946	140
23947	140
23948	140
23949	140
23950	140
23951	140
23952	140
23953	140
23954	140
23955	140
23956	140
23957	140
23958	140
23959	140
23960	140
23961	140
23962	140
23963	140
23964	140
23965	140
23966	140
23967	140
23968	140
23969	140
23970	140
23971	140
23972	140
23973	140
23974	140
23975	140
23976	140
23977	140
23978	140
23979	140
23980	140
23981	140
23982	140
23983	140
23984	140
23985	140
23986	140
23987	140
23988	140
23989	140
23990	140
23991	140
23992	140
23993	140
23994	140
23995	140
23996	140
23997	140
23998	140
22577	140
23999	140
24000	140
24001	140
24002	140
24003	140
24004	140
24005	140
24006	140
24007	140
24008	140
24009	140
24010	140
24011	140
24012	140
24013	140
24014	140
24015	140
24016	140
24017	140
24018	140
24019	140
24020	140
24021	140
24022	140
24023	140
24024	140
24025	140
24026	140
24027	140
24028	140
24029	140
24030	140
24031	140
24032	140
24033	140
24034	140
24035	140
24036	140
24037	140
24038	140
24039	140
24040	140
24041	140
24042	140
24043	140
24044	140
24045	140
24046	140
24047	140
24048	140
24049	140
24050	140
24051	140
24052	140
24053	140
24054	140
24055	140
24056	140
24057	140
24058	140
24059	140
24060	140
24061	140
24062	140
24063	140
24064	140
24065	140
24066	140
24067	140
24068	140
24069	140
24070	140
24071	140
24072	140
24073	140
24074	140
24075	140
24076	140
24077	140
24078	140
24079	140
24080	140
24081	140
24082	140
24083	140
24084	140
24085	140
24086	140
24087	140
24088	140
24089	140
24090	140
24091	140
24092	140
24093	140
24094	140
24095	140
24096	140
24097	140
24098	140
24099	140
24100	140
24101	140
24102	140
24103	140
24104	140
24105	140
24106	140
24107	140
24108	140
24109	140
1243	141
1244	141
1803	141
1245	141
565	141
1784	141
567	141
1247	141
125	141
568	141
127	141
1248	141
569	141
1741	141
570	141
1249	141
1809	141
1810	141
775	141
6	141
571	141
776	141
1250	141
1251	141
1711	141
525	141
1252	141
572	141
1253	141
9	141
1255	141
573	141
1817	141
87	141
777	141
134	141
574	141
1823	141
1824	141
1825	141
2040	141
10	141
2041	141
779	141
1826	141
780	141
781	141
1785	141
1260	141
1261	141
575	141
1830	141
2025	141
783	141
784	141
2042	141
785	141
14	141
527	141
2043	141
1263	141
2074	141
576	141
786	141
1836	141
2044	141
787	141
1786	141
1227	141
17	141
1691	141
577	141
18	141
1267	141
788	141
1692	141
2045	141
769	141
528	141
1269	141
1270	141
1258	141
578	141
19	141
579	141
789	141
1742	141
1845	141
1271	141
1228	141
1229	141
2026	141
580	141
2027	141
1731	141
1847	141
1712	141
1848	141
1849	141
1852	141
1854	141
790	141
581	141
791	141
1274	141
1230	141
582	141
583	141
584	141
585	141
793	141
148	141
2012	141
794	141
586	141
556	141
1787	141
2047	141
587	141
1743	141
1276	141
1732	141
1788	141
88	141
532	141
795	141
588	141
589	141
797	141
2029	141
1279	141
798	141
2048	141
150	141
590	141
591	141
592	141
1865	141
1866	141
515	141
557	141
2075	141
1752	141
799	141
800	141
593	141
1753	141
2013	141
1869	141
1872	141
595	141
1283	141
596	141
1693	141
28	141
801	141
1286	141
1287	141
1789	141
597	141
804	141
1288	141
1289	141
598	141
1291	141
1292	141
805	141
535	141
1880	141
536	141
1295	141
807	141
1882	141
600	141
1297	141
1790	141
1885	141
808	141
1699	141
1762	141
1300	141
2051	141
1888	141
537	141
1891	141
811	141
602	141
1302	141
2076	141
1791	141
812	141
1894	141
36	141
603	141
604	141
1792	141
538	141
605	141
606	141
607	141
539	141
813	141
1745	141
2077	141
814	141
1714	141
1304	141
1715	141
1305	141
1728	141
540	141
815	141
1902	141
559	141
816	141
2078	141
1716	141
1903	141
541	141
542	141
1307	141
608	141
38	141
817	141
1308	141
1905	141
1310	141
818	141
609	141
1233	141
1234	141
819	141
820	141
821	141
822	141
823	141
2052	141
2084	141
2079	141
610	141
824	141
611	141
1908	141
1700	141
825	141
612	141
561	141
613	141
614	141
1910	141
1314	141
1315	141
2054	141
615	141
1734	141
1317	141
2030	141
828	141
616	141
174	141
41	141
544	141
830	141
617	141
618	141
619	141
1793	141
1794	141
1914	141
1321	141
545	141
1718	141
620	141
44	141
2085	141
1746	141
621	141
622	141
1719	141
90	141
1795	141
831	141
623	141
1755	141
1324	141
624	141
625	141
832	141
833	141
834	141
1325	141
626	141
2058	141
1915	141
47	141
1747	141
2059	141
2032	141
48	141
1329	141
627	141
1331	141
1701	141
628	141
1236	141
1735	141
49	141
562	141
51	141
629	141
1702	141
1694	141
837	141
630	141
1332	141
632	141
838	141
839	141
634	141
1928	141
1929	141
1930	141
1237	141
1333	141
1334	141
840	141
1769	141
635	141
636	141
637	141
841	141
842	141
843	141
1695	141
846	141
638	141
517	141
1748	141
1337	141
640	141
1782	141
52	141
845	141
1796	141
1932	141
2033	141
1933	141
2063	141
847	141
91	141
849	141
850	141
54	141
1797	141
1339	141
1340	141
641	141
1341	141
642	141
643	141
55	141
644	141
851	141
518	141
852	141
57	141
1939	141
853	141
1346	141
854	141
60	141
645	141
1944	141
2080	141
563	141
646	141
647	141
1696	141
1947	141
648	141
1347	141
649	141
2034	141
1948	141
650	141
855	141
1949	141
651	141
652	141
199	141
856	141
653	141
654	141
857	141
655	141
656	141
858	141
859	141
1955	141
860	141
92	141
657	141
1348	141
1721	141
1697	141
1771	141
658	141
208	141
64	141
861	141
520	141
548	141
659	141
1239	141
862	141
1353	141
1749	141
863	141
2081	141
660	141
65	141
1354	141
2020	141
213	141
2067	141
2021	141
661	141
549	141
662	141
1356	141
1357	141
865	141
663	141
1240	141
1737	141
664	141
1359	141
2069	141
666	141
1361	141
1750	141
868	141
1969	141
667	141
1362	141
669	141
670	141
1363	141
671	141
1972	141
1974	141
550	141
68	141
2070	141
1976	141
673	141
870	141
871	141
872	141
674	141
1367	141
1723	141
1369	141
874	141
875	141
1783	141
877	141
1370	141
69	141
2071	141
1371	141
878	141
879	141
1372	141
2082	141
1703	141
675	141
676	141
2035	141
552	141
1738	141
1799	141
553	141
1704	141
677	141
1375	141
1705	141
1241	141
881	141
882	141
883	141
1379	141
72	141
678	141
679	141
680	141
1706	141
1382	141
1993	141
1729	141
681	141
682	141
1386	141
683	141
1994	141
554	141
684	141
1995	141
885	141
686	141
886	141
887	141
1997	141
1390	141
1391	141
1724	141
1739	141
1998	141
888	141
687	141
688	141
689	141
2072	141
74	141
75	141
2083	141
2000	141
1800	141
889	141
555	141
76	141
1740	141
521	141
522	141
1393	141
690	141
890	141
1395	141
2002	141
691	141
78	141
79	141
1396	141
893	141
1397	141
692	141
895	141
693	141
694	141
81	141
695	141
696	141
1403	141
123	142
1406	142
239	142
992	142
993	142
240	142
2008	142
241	142
242	142
243	142
1802	142
770	142
244	142
771	142
896	142
1221	142
245	142
1189	142
1407	142
1710	142
246	142
124	142
1408	142
1807	142
248	142
247	142
249	142
250	142
251	142
252	142
1409	142
253	142
1698	142
738	142
1410	142
1411	142
1412	142
1808	142
1413	142
254	142
1414	142
126	142
98	142
99	142
897	142
128	142
898	142
129	142
4	142
255	142
1415	142
256	142
1416	142
1417	142
1418	142
257	142
258	142
994	142
899	142
1690	142
130	142
259	142
260	142
900	142
1419	142
261	142
1420	142
1421	142
1422	142
1423	142
1424	142
262	142
263	142
7	142
697	142
2039	142
131	142
264	142
901	142
1811	142
902	142
1813	142
1425	142
132	142
1426	142
1427	142
133	142
1428	142
265	142
1820	142
266	142
903	142
1822	142
904	142
267	142
995	142
268	142
269	142
1430	142
1429	142
905	142
270	142
271	142
1431	142
1432	142
272	142
273	142
1433	142
1434	142
1827	142
1435	142
996	142
906	142
274	142
778	142
1436	142
907	142
908	142
275	142
1437	142
1828	142
135	142
1438	142
997	142
909	142
100	142
276	142
1439	142
782	142
1440	142
998	142
999	142
1832	142
1441	142
277	142
1000	142
1190	142
1442	142
278	142
279	142
1001	142
101	142
280	142
910	142
281	142
1443	142
1444	142
136	142
1445	142
1446	142
1226	142
282	142
283	142
103	142
102	142
1447	142
104	142
1448	142
284	142
285	142
137	142
911	142
1002	142
138	142
139	142
286	142
1003	142
1004	142
1005	142
912	142
1730	142
140	142
141	142
1842	142
1449	142
105	142
142	142
106	142
1450	142
1451	142
143	142
913	142
1006	142
1452	142
1453	142
1454	142
698	142
914	142
1455	142
1456	142
1457	142
1458	142
530	142
1007	142
1008	142
1009	142
1010	142
287	142
739	142
288	142
1459	142
289	142
290	142
1460	142
291	142
292	142
1011	142
1850	142
699	142
293	142
1851	142
144	142
915	142
1461	142
1462	142
700	142
294	142
295	142
1463	142
916	142
712	142
1464	142
701	142
296	142
702	142
1855	142
297	142
298	142
145	142
1465	142
299	142
1857	142
1858	142
300	142
301	142
917	142
1859	142
1466	142
918	142
302	142
303	142
1467	142
107	142
1760	142
1468	142
304	142
305	142
306	142
792	142
146	142
147	142
307	142
308	142
703	142
1469	142
361	142
1861	142
309	142
1470	142
310	142
1471	142
311	142
704	142
1472	142
21	142
312	142
1473	142
1474	142
313	142
507	142
740	142
1012	142
149	142
741	142
1475	142
919	142
1476	142
314	142
1477	142
920	142
921	142
315	142
1013	142
316	142
1231	142
1014	142
317	142
151	142
1478	142
23	142
922	142
742	142
705	142
1479	142
1480	142
152	142
318	142
923	142
1867	142
1481	142
319	142
320	142
924	142
321	142
1482	142
1191	142
108	142
322	142
743	142
323	142
153	142
1483	142
706	142
925	142
1484	142
109	142
744	142
1485	142
154	142
155	142
1015	142
1870	142
594	142
156	142
324	142
157	142
325	142
27	142
158	142
326	142
159	142
160	142
327	142
328	142
1486	142
1192	142
1874	142
161	142
1876	142
329	142
1017	142
1018	142
1019	142
330	142
331	142
332	142
1640	142
1028	142
1031	142
1016	142
1687	142
1193	142
1032	142
335	142
1038	142
1039	142
337	142
927	142
1489	142
1490	142
1050	142
1020	142
1021	142
1022	142
1023	142
1024	142
1025	142
1781	142
1026	142
1027	142
926	142
1029	142
745	142
333	142
1744	142
1030	142
30	142
1641	142
334	142
746	142
162	142
1033	142
1487	142
1878	142
803	142
747	142
163	142
1034	142
1035	142
1036	142
748	142
1879	142
1037	142
1040	142
1041	142
336	142
1043	142
1488	142
1044	142
1045	142
1194	142
1046	142
806	142
1047	142
2050	142
1048	142
599	142
164	142
1049	142
1294	142
1232	142
749	142
1051	142
1042	142
1491	142
928	142
1052	142
32	142
338	142
1053	142
1886	142
165	142
1887	142
810	142
1492	142
751	142
1054	142
1892	142
752	142
707	142
750	142
708	142
1895	142
1195	142
1896	142
753	142
15789	142
1898	142
89	142
1899	142
86	142
1493	142
929	142
1900	142
1901	142
930	142
1055	142
339	142
931	142
932	142
1494	142
558	142
1733	142
166	142
709	142
340	142
1495	142
1496	142
341	142
342	142
1497	142
343	142
1498	142
344	142
710	142
933	142
345	142
1499	142
167	142
346	142
347	142
168	142
1500	142
711	142
169	142
1056	142
1501	142
348	142
170	142
1057	142
1502	142
349	142
350	142
351	142
1503	142
352	142
1504	142
1505	142
1904	142
1506	142
1507	142
1508	142
1509	142
354	142
355	142
356	142
357	142
560	142
1309	142
358	142
353	142
1058	142
359	142
360	142
713	142
1510	142
1196	142
1059	142
362	142
1511	142
934	142
2053	142
935	142
1512	142
1060	142
936	142
1513	142
714	142
937	142
1061	142
171	142
363	142
364	142
1514	142
365	142
938	142
939	142
940	142
366	142
1515	142
1764	142
1062	142
1063	142
367	142
754	142
368	142
1909	142
826	142
941	142
942	142
543	142
369	142
943	142
370	142
371	142
1516	142
1517	142
372	142
373	142
374	142
1518	142
1064	142
1519	142
1912	142
1065	142
944	142
375	142
376	142
172	142
829	142
173	142
175	142
1066	142
1067	142
176	142
1068	142
177	142
178	142
1069	142
2037	142
1070	142
1071	142
2057	142
179	142
180	142
766	142
181	142
182	142
1072	142
1520	142
945	142
377	142
1073	142
1767	142
1916	142
1768	142
1074	142
1075	142
1326	142
1327	142
1076	142
378	142
379	142
1197	142
1077	142
2016	142
1078	142
764	142
1198	142
1521	142
382	142
1522	142
1922	142
1923	142
2060	142
2017	142
183	142
380	142
1199	142
631	142
110	142
111	142
946	142
381	142
633	142
184	142
383	142
1720	142
191	142
192	142
185	142
186	142
1770	142
1336	142
844	142
188	142
1931	142
189	142
1079	142
190	142
2061	142
384	142
848	142
1934	142
755	142
947	142
1080	142
385	142
386	142
1935	142
387	142
1222	142
715	142
388	142
1081	142
389	142
390	142
391	142
1523	142
193	142
1524	142
1525	142
1082	142
1083	142
1526	142
1937	142
194	142
112	142
1084	142
392	142
1085	142
393	142
1086	142
1343	142
1087	142
1088	142
1527	142
394	142
1798	142
395	142
1528	142
113	142
948	142
1529	142
1938	142
396	142
1530	142
1531	142
716	142
397	142
1532	142
398	142
1533	142
399	142
400	142
1940	142
114	142
949	142
401	142
402	142
58	142
403	142
404	142
1534	142
717	142
195	142
405	142
1535	142
1536	142
196	142
1089	142
197	142
1537	142
1943	142
950	142
1538	142
406	142
1780	142
718	142
1090	142
951	142
952	142
1946	142
198	142
1539	142
1540	142
407	142
1091	142
1092	142
1093	142
408	142
409	142
1094	142
953	142
1541	142
410	142
1542	142
411	142
412	142
1543	142
1095	142
413	142
1950	142
1200	142
719	142
414	142
1544	142
415	142
1545	142
416	142
1096	142
62	142
1951	142
546	142
1097	142
1098	142
954	142
1736	142
1099	142
508	142
1100	142
1223	142
200	142
1546	142
1547	142
1548	142
955	142
417	142
1201	142
1549	142
201	142
720	142
721	142
956	142
1550	142
957	142
115	142
722	142
418	142
1101	142
1202	142
419	142
420	142
421	142
1551	142
958	142
723	142
1956	142
202	142
1552	142
959	142
1553	142
1554	142
422	142
203	142
423	142
960	142
961	142
204	142
1555	142
1102	142
424	142
962	142
1103	142
205	142
1957	142
63	142
1958	142
1556	142
206	142
963	142
425	142
426	142
207	142
1557	142
427	142
724	142
964	142
1558	142
1559	142
428	142
1560	142
1561	142
767	142
429	142
1350	142
430	142
209	142
1104	142
431	142
432	142
1105	142
116	142
1106	142
756	142
509	142
510	142
433	142
1562	142
1563	142
1564	142
965	142
1565	142
434	142
210	142
435	142
1566	142
725	142
436	142
1567	142
437	142
438	142
1568	142
2019	142
1961	142
211	142
1569	142
966	142
1570	142
439	142
440	142
212	142
1963	142
1571	142
1572	142
967	142
1107	142
66	142
441	142
1203	142
214	142
442	142
445	142
215	142
1573	142
443	142
1964	142
1574	142
1722	142
94	142
444	142
1108	142
1575	142
1576	142
968	142
1204	142
969	142
446	142
970	142
726	142
971	142
1577	142
447	142
972	142
448	142
973	142
1578	142
449	142
450	142
451	142
866	142
974	142
1109	142
1205	142
975	142
867	142
452	142
453	142
976	142
1579	142
1110	142
1580	142
1111	142
1112	142
1113	142
1967	142
727	142
454	142
977	142
455	142
456	142
1581	142
216	142
217	142
218	142
728	142
1582	142
457	142
458	142
1583	142
459	142
219	142
1971	142
1206	142
1114	142
1584	142
1973	142
460	142
461	142
1585	142
462	142
463	142
464	142
1586	142
465	142
1115	142
551	142
466	142
1587	142
83	142
220	142
1588	142
1116	142
221	142
1589	142
467	142
468	142
2038	142
1117	142
1590	142
1591	142
873	142
469	142
1688	142
1368	142
470	142
876	142
471	142
729	142
84	142
1118	142
1756	142
1977	142
730	142
222	142
1119	142
1592	142
765	142
1593	142
1594	142
1595	142
95	142
1120	142
1121	142
1122	142
978	142
1983	142
1123	142
1596	142
1984	142
1985	142
472	142
224	142
1224	142
473	142
1124	142
1125	142
474	142
979	142
85	142
223	142
475	142
476	142
1988	142
225	142
1597	142
226	142
227	142
1598	142
477	142
1989	142
478	142
1599	142
479	142
480	142
1126	142
1127	142
1128	142
880	142
1207	142
1129	142
1130	142
1132	142
1131	142
1133	142
1208	142
1134	142
731	142
481	142
1600	142
1135	142
1136	142
1601	142
1602	142
1603	142
1137	142
1138	142
980	142
1139	142
1991	142
1140	142
482	142
483	142
484	142
1604	142
757	142
485	142
486	142
1209	142
981	142
1141	142
228	142
1142	142
1605	142
1143	142
732	142
117	142
118	142
511	142
487	142
768	142
229	142
1225	142
1606	142
1144	142
758	142
1145	142
119	142
488	142
489	142
490	142
564	142
759	142
760	142
230	142
491	142
492	142
493	142
685	142
120	142
1996	142
982	142
231	142
1146	142
1147	142
232	142
1673	142
2073	142
512	142
2086	142
1607	142
1608	142
1609	142
1999	142
983	142
1610	142
1707	142
1708	142
494	142
97	142
1148	142
233	142
1611	142
1612	142
495	142
984	142
733	142
496	142
234	142
497	142
498	142
121	142
985	142
235	142
986	142
1149	142
1150	142
1151	142
763	142
1157	142
1212	142
1213	142
1158	142
1678	142
1159	142
1160	142
1214	142
1161	142
514	142
1162	142
1215	142
1163	142
1164	142
1165	142
1689	142
1166	142
1167	142
1169	142
1216	142
1156	142
1152	142
513	142
1153	142
1154	142
1210	142
1211	142
1155	142
236	142
1168	142
987	142
122	142
499	142
1613	142
1170	142
1171	142
2003	142
761	142
2005	142
1172	142
77	142
734	142
500	142
501	142
1173	142
1174	142
1175	142
1176	142
1177	142
1178	142
1179	142
735	142
80	142
502	142
1614	142
2006	142
2023	142
503	142
1615	142
504	142
1616	142
505	142
736	142
1180	142
1617	142
506	142
1801	142
1618	142
1181	142
1182	142
1183	142
1709	142
237	142
1217	142
1218	142
1219	142
1220	142
1399	142
1184	142
1185	142
1186	142
238	142
1187	142
762	142
82	142
1619	142
1188	142
988	142
989	142
990	142
1620	142
991	142
737	142
22619	143
22621	143
22623	143
22624	143
22625	143
22626	143
22630	143
22631	143
22632	143
22635	143
22636	143
22642	143
22649	143
22653	143
22655	143
22658	143
22662	143
22667	143
22668	143
22669	143
22674	143
22675	143
22676	143
22677	143
22679	143
22680	143
22681	143
22682	143
22683	143
22685	143
22686	143
22688	143
22690	143
22693	143
22697	143
22702	143
22703	143
22704	143
22712	143
22716	143
22717	143
22719	143
22721	143
22724	143
22726	143
22727	143
22728	143
22731	143
22734	143
22741	143
22742	143
22743	143
22744	143
22745	143
22746	143
22747	143
22748	143
22749	143
22750	143
22758	143
22759	143
22760	143
22762	143
22764	143
22768	143
22769	143
22771	143
22775	143
22776	143
22783	143
22784	143
22785	143
22787	143
22790	143
22791	143
22793	143
22794	143
22795	143
22796	143
22797	143
22798	143
22799	143
22800	143
22811	143
22812	143
22813	143
22814	143
22815	143
22816	143
22817	143
22837	143
22840	143
22841	143
22842	143
22843	143
22844	143
22855	143
22858	143
22868	143
22871	143
22876	143
22877	143
22882	143
22884	143
22885	143
22886	143
22889	143
22891	143
22893	143
22894	143
22895	143
22897	143
22899	143
22901	143
22902	143
22903	143
22904	143
22905	143
22906	143
22907	143
22908	143
22909	143
22910	143
22911	143
22912	143
22913	143
22914	143
22916	143
22917	143
22918	143
22922	143
22923	143
22924	143
22925	143
22926	143
22928	143
22930	143
22932	143
22936	143
22937	143
22938	143
22940	143
22945	143
22947	143
22948	143
22950	143
22951	143
22952	143
22961	143
22964	143
22966	143
22967	143
22969	143
22971	143
22972	143
22975	143
22979	143
22980	143
22981	143
22982	143
22983	143
22984	143
22985	143
22986	143
22987	143
22988	143
22991	143
22993	143
22997	143
22998	143
23000	143
23001	143
23002	143
23003	143
23004	143
23005	143
23014	143
23015	143
23017	143
23019	143
23020	143
23021	143
23024	143
23025	143
23028	143
23029	143
23037	143
23038	143
23039	143
23040	143
23041	143
23045	143
23048	143
23051	143
23053	143
23057	143
23058	143
23059	143
23065	143
23066	143
23078	143
23082	143
23083	143
23084	143
23085	143
23086	143
23087	143
23088	143
23089	143
23090	143
23093	143
23096	143
23097	143
23099	143
23112	143
23117	143
23127	143
23131	143
23133	143
23134	143
23135	143
23143	143
23144	143
23146	143
23148	143
23155	143
23159	143
23160	143
23161	143
23162	143
23163	143
23164	143
23165	143
23166	143
23171	143
23172	143
23173	143
23175	143
23177	143
23180	143
23181	143
23184	143
23185	143
23186	143
23187	143
23190	143
23194	143
23196	143
23197	143
23198	143
23199	143
23201	143
23202	143
23203	143
23204	143
23207	143
23208	143
23209	143
23212	143
23214	143
23216	143
23217	143
23218	143
23221	143
23222	143
23224	143
23225	143
23230	143
23232	143
23238	143
23239	143
23242	143
23245	143
23249	143
23251	143
23252	143
23253	143
23254	143
23255	143
23257	143
23258	143
23259	143
23260	143
23263	143
23268	143
23274	143
23275	143
23277	143
23280	143
23281	143
23282	143
23284	143
23285	143
23288	143
23291	143
23293	143
23295	143
23298	143
23302	143
23303	143
23305	143
23308	143
23309	143
23364	143
23365	143
23371	143
23396	143
23407	143
23420	143
23442	143
23453	143
23456	143
23457	143
23458	143
23459	143
23460	143
23463	143
23464	143
23465	143
23466	143
23469	143
23470	143
23474	143
23475	143
23476	143
23478	143
23479	143
23485	143
23486	143
23488	143
23490	143
23491	143
23492	143
23493	143
23499	143
23500	143
23502	143
23503	143
23504	143
23505	143
23507	143
23512	143
23513	143
23514	143
23518	143
23519	143
23520	143
23523	143
23533	143
23534	143
23535	143
23537	143
23538	143
23540	143
23541	143
23542	143
23545	143
23550	143
23551	143
23555	143
23556	143
23561	143
23562	143
23566	143
23567	143
23568	143
23569	143
23579	143
23588	143
23591	143
23595	143
23596	143
23597	143
23599	143
23601	143
23603	143
23608	143
23609	143
23610	143
23611	143
23612	143
23613	143
23614	143
23616	143
23617	143
23618	143
23625	143
23626	143
23628	143
23629	143
23636	143
23642	143
23644	143
23647	143
23653	143
23654	143
23656	143
23658	143
23663	143
23665	143
23666	143
23667	143
23669	143
23671	143
23672	143
23673	143
23674	143
23675	143
23678	143
23679	143
23681	143
23686	143
23688	143
23689	143
23690	143
23692	143
23695	143
23696	143
23704	143
23705	143
23706	143
23707	143
23709	143
23716	143
23717	143
23719	143
23720	143
23723	143
23724	143
23725	143
23726	143
23728	143
23729	143
23733	143
23735	143
23737	143
23741	143
23753	143
23754	143
23755	143
23758	143
23759	143
23762	143
23763	143
23765	143
23767	143
23770	143
23771	143
23772	143
23773	143
23776	143
23778	143
23779	143
23782	143
23783	143
23787	143
23788	143
23789	143
23799	143
23805	143
23806	143
23808	143
23809	143
23812	143
23816	143
23817	143
23818	143
23822	143
23823	143
23825	143
23826	143
23827	143
23831	143
23832	143
23834	143
23835	143
23836	143
23837	143
23838	143
23840	143
23848	143
23849	143
23851	143
23858	143
23860	143
23867	143
23876	143
23877	143
23878	143
23879	143
23880	143
23888	143
23889	143
23890	143
23891	143
23898	143
23899	143
23900	143
23901	143
23902	143
23922	143
23923	143
23924	143
23927	143
23932	143
23933	143
23934	143
23937	143
23938	143
23939	143
23940	143
23942	143
23944	143
23946	143
23948	143
23950	143
23952	143
23953	143
23956	143
23957	143
23958	143
23959	143
23961	143
23966	143
23967	143
23971	143
23972	143
23973	143
23977	143
23978	143
23980	143
23983	143
23985	143
23986	143
23989	143
23991	143
23996	143
24001	143
24005	143
24006	143
24007	143
24008	143
24009	143
24010	143
24011	143
24012	143
24013	143
24014	143
24015	143
24020	143
24021	143
24022	143
24023	143
24024	143
24026	143
24027	143
24028	143
24029	143
24031	143
24036	143
24040	143
24041	143
24042	143
24045	143
24046	143
24047	143
24048	143
24049	143
24050	143
24053	143
24055	143
24056	143
24059	143
24060	143
24062	143
24063	143
24065	143
24066	143
24067	143
24068	143
24070	143
24071	143
24074	143
24077	143
24087	143
24090	143
24091	143
24092	143
24093	143
24094	143
24095	143
24097	143
24100	143
24101	143
24102	143
24103	143
24104	143
24105	143
24106	143
22622	144
22634	144
22645	144
22687	144
22701	144
22706	144
22714	144
22718	144
22752	144
22756	144
22757	144
22777	144
22778	144
22779	144
22786	144
22789	144
22848	144
22860	144
22863	144
22865	144
22866	144
22873	144
22875	144
22880	144
22968	144
23113	144
23114	144
23128	144
23129	144
23147	144
23151	144
23210	144
23211	144
23237	144
23256	144
23267	144
23276	144
23286	144
23322	144
23326	144
23327	144
23333	144
23343	144
23346	144
23348	144
23349	144
23350	144
23351	144
23352	144
23353	144
23380	144
23384	144
23385	144
23386	144
23387	144
23388	144
23389	144
23393	144
23394	144
23409	144
23410	144
23411	144
23452	144
23454	144
23467	144
23477	144
23480	144
23501	144
23557	144
23558	144
23584	144
23621	144
23622	144
23623	144
23630	144
23632	144
23633	144
23641	144
23650	144
23651	144
23652	144
23746	144
23751	144
23790	144
23801	144
23802	144
23803	144
23807	144
23852	144
23853	144
23857	144
23904	144
23905	144
23906	144
23907	144
23909	144
23910	144
23912	144
23913	144
23915	144
23916	144
23917	144
23918	144
23930	144
23949	144
23964	144
23968	144
23970	144
22577	144
24000	144
24032	144
24037	144
24081	144
24085	144
24086	144
22628	145
22629	145
22633	145
22638	145
22639	145
22648	145
22652	145
22654	145
22659	145
22670	145
22672	145
22673	145
22678	145
22689	145
22691	145
22695	145
22698	145
22699	145
22705	145
22715	145
22739	145
22740	145
22753	145
22761	145
22763	145
22765	145
22766	145
22804	145
22805	145
22807	145
22810	145
22818	145
22821	145
22826	145
22833	145
22836	145
22845	145
22846	145
22847	145
22872	145
22878	145
22879	145
22920	145
22935	145
22939	145
22942	145
22949	145
22954	145
22960	145
22963	145
22970	145
22994	145
22995	145
23006	145
23008	145
23032	145
23036	145
23049	145
23052	145
23054	145
23062	145
23064	145
23068	145
23069	145
23070	145
23073	145
23080	145
23081	145
23102	145
23104	145
23109	145
23110	145
23118	145
23122	145
23130	145
23138	145
23141	145
23178	145
23182	145
23193	145
23200	145
23219	145
23220	145
23228	145
23235	145
23243	145
23246	145
23261	145
23262	145
23265	145
23270	145
23278	145
23287	145
23292	145
23297	145
23311	145
23312	145
23313	145
23320	145
23325	145
23332	145
23334	145
23337	145
23354	145
23355	145
23366	145
23368	145
23374	145
23379	145
23390	145
23395	145
23400	145
23404	145
23408	145
23413	145
23414	145
23415	145
23416	145
23417	145
23421	145
23423	145
23424	145
23432	145
23434	145
23440	145
23443	145
23445	145
23451	145
23462	145
23468	145
23472	145
23473	145
23498	145
23508	145
23509	145
23516	145
23517	145
23521	145
23547	145
23549	145
23552	145
23565	145
23570	145
23585	145
23590	145
23592	145
23594	145
23619	145
23645	145
23646	145
23648	145
23655	145
23662	145
23664	145
23682	145
23694	145
23699	145
23700	145
23710	145
23711	145
23712	145
23714	145
23736	145
23739	145
23742	145
23756	145
23757	145
23760	145
23793	145
23795	145
23804	145
23813	145
23815	145
23819	145
23845	145
23854	145
23861	145
23862	145
23872	145
23873	145
23894	145
23897	145
23903	145
23908	145
23914	145
23920	145
23926	145
23963	145
23974	145
23984	145
23987	145
23988	145
23990	145
23993	145
23999	145
24018	145
24025	145
24035	145
24064	145
24069	145
24072	145
24098	145
1242	146
1621	146
1	146
1804	146
2009	146
1805	146
1806	146
1246	146
2	146
1622	146
772	146
566	146
1623	146
773	146
1751	146
774	146
3	146
1624	146
523	146
5	146
524	146
1625	146
1812	146
1814	146
1626	146
8	146
1815	146
1816	146
1254	146
1818	146
1819	146
1256	146
1821	146
11	146
1257	146
526	146
1627	146
1259	146
1829	146
1831	146
1262	146
12	146
13	146
1628	146
15	146
1757	146
1833	146
1834	146
1264	146
16	146
2010	146
1265	146
1835	146
1266	146
1837	146
1838	146
1268	146
1839	146
1840	146
2011	146
1758	146
1629	146
1630	146
1841	146
1843	146
2046	146
1844	146
529	146
1846	146
1631	146
1853	146
1272	146
20	146
1632	146
1273	146
1856	146
1633	146
1634	146
1860	146
1862	146
1726	146
1635	146
531	146
1275	146
1863	146
2028	146
1277	146
533	146
796	146
1761	146
1278	146
1636	146
22	146
1864	146
24	146
25	146
1280	146
1868	146
1638	146
1637	146
1759	146
1281	146
1282	146
1871	146
26	146
1284	146
1285	146
1639	146
1873	146
802	146
1875	146
1713	146
2049	146
1877	146
29	146
534	146
1290	146
31	146
1754	146
1293	146
1881	146
1642	146
1643	146
1296	146
1883	146
1884	146
1298	146
809	146
1299	146
1644	146
601	146
1301	146
1889	146
516	146
1890	146
33	146
34	146
1763	146
1893	146
35	146
2014	146
1897	146
1727	146
1303	146
1645	146
1306	146
37	146
1717	146
1311	146
1235	146
39	146
1906	146
1312	146
2036	146
1646	146
1313	146
2055	146
2015	146
1907	146
827	146
1911	146
1316	146
40	146
1318	146
42	146
1913	146
2056	146
1647	146
1319	146
1320	146
1765	146
43	146
1648	146
1322	146
1649	146
1650	146
1323	146
45	146
1651	146
1766	146
46	146
1917	146
1918	146
2031	146
835	146
1919	146
1652	146
1328	146
1330	146
1920	146
1921	146
1924	146
1925	146
836	146
1926	146
50	146
1927	146
1653	146
2018	146
1335	146
187	146
639	146
1654	146
2062	146
53	146
1338	146
1655	146
1936	146
1342	146
56	146
1344	146
1941	146
1345	146
59	146
1942	146
61	146
1945	146
1238	146
2064	146
1656	146
1657	146
1658	146
1952	146
1953	146
1659	146
2065	146
1954	146
547	146
519	146
93	146
1959	146
1960	146
1349	146
1660	146
1351	146
1661	146
1352	146
1662	146
1772	146
1962	146
1663	146
864	146
2066	146
1355	146
2022	146
1358	146
665	146
2068	146
67	146
1965	146
1773	146
1664	146
1966	146
1665	146
1360	146
1968	146
869	146
1970	146
668	146
1666	146
1975	146
1364	146
672	146
1774	146
1365	146
1978	146
1667	146
1366	146
1979	146
1980	146
1981	146
1982	146
70	146
1986	146
1373	146
1668	146
1987	146
1374	146
1376	146
1377	146
1990	146
71	146
1378	146
1992	146
1380	146
1381	146
1669	146
96	146
884	146
1383	146
1384	146
1670	146
1385	146
1671	146
1672	146
1387	146
1388	146
1775	146
1389	146
73	146
1674	146
1392	146
1776	146
1777	146
1675	146
1679	146
1680	146
1676	146
1677	146
1394	146
2001	146
1778	146
1681	146
1682	146
1683	146
891	146
2004	146
892	146
1684	146
2007	146
1725	146
1398	146
2024	146
1685	146
894	146
1400	146
1401	146
1686	146
1402	146
1404	146
1779	146
1405	146
22641	147
22708	147
22709	147
22713	147
22738	147
22754	147
22774	147
22780	147
22809	147
22819	147
22820	147
22838	147
22839	147
22851	147
22867	147
22881	147
22887	147
22974	147
22976	147
22977	147
22989	147
22996	147
23018	147
23056	147
23063	147
23074	147
23169	147
23247	147
23266	147
23272	147
23273	147
23290	147
23324	147
23330	147
23331	147
23335	147
23336	147
23339	147
23340	147
23342	147
23358	147
23363	147
23367	147
23372	147
23375	147
23377	147
23382	147
23405	147
23439	147
23441	147
23483	147
23548	147
23582	147
23637	147
23668	147
23677	147
23693	147
23731	147
23777	147
23784	147
23863	147
23928	147
23931	147
23936	147
23945	147
23962	147
23965	147
23969	147
23975	147
23998	147
24039	147
24057	147
24058	147
24076	147
24078	147
24080	147
16240	148
16241	148
16250	148
16256	148
16276	148
16281	148
16293	148
16300	148
16301	148
16307	148
16308	148
16312	148
16314	148
16317	148
16325	148
16329	148
16339	148
16341	148
16348	148
16355	148
16371	148
16384	148
16405	148
16406	148
16414	148
16415	148
16422	148
16433	148
16437	148
16442	148
16445	148
16446	148
16452	148
16474	148
16482	148
16485	148
16505	148
16506	148
16508	148
16515	148
16518	148
16521	148
16523	148
16527	148
16530	148
16534	148
16537	148
16538	148
16541	148
16543	148
16559	148
16561	148
16569	148
16604	148
16616	148
16618	148
16621	148
16639	148
16666	148
16671	148
16672	148
16678	148
16687	148
16688	148
16689	148
16692	148
16693	148
16709	148
16713	148
16715	148
16747	148
16751	148
16756	148
16757	148
16766	148
16777	148
16773	148
16789	148
16800	148
16808	148
16835	148
16856	148
16858	148
16865	148
16893	148
16896	148
16900	148
16906	148
16907	148
16912	148
16913	148
16940	148
16949	148
16960	148
16961	148
16965	148
16966	148
16973	148
16979	148
16988	148
16989	148
16994	148
17000	148
17018	148
17021	148
17034	148
17037	148
17046	148
17049	148
17054	148
17055	148
17057	148
17081	148
17082	148
17093	148
17129	148
17139	148
17157	148
17165	148
17172	148
17188	148
17191	148
17206	148
17212	148
17215	148
17220	148
17237	148
17238	148
17245	148
17259	148
17260	148
17273	148
17277	148
17314	148
17323	148
17332	148
17347	148
17349	148
17357	148
17361	148
17369	148
17372	148
17376	148
17379	148
17385	148
17398	148
17407	148
17409	148
17424	148
17426	148
17433	148
17435	148
17445	148
17458	148
17459	148
17461	148
17465	148
17477	148
17484	148
17485	148
17493	148
17496	148
17499	148
17505	148
17512	148
17513	148
17527	148
17529	148
17537	148
17541	148
17543	148
17545	148
17557	148
17559	148
17560	148
17561	148
17568	148
17575	148
17582	148
17590	148
17591	148
17593	148
17594	148
17599	148
17603	148
17605	148
17617	148
17618	148
17623	148
17624	148
17626	148
17633	148
15790	149
15791	149
15792	149
15793	149
15794	149
15795	149
15796	149
15797	149
15798	149
15799	149
15800	149
15801	149
15802	149
15803	149
15804	149
15805	149
15806	149
15807	149
15808	149
15809	149
15810	149
15811	149
15812	149
15813	149
16220	149
15814	149
15815	149
15816	149
15817	149
15818	149
15819	149
15820	149
15821	149
15822	149
15823	149
15824	149
15825	149
15826	149
15828	149
15827	149
15829	149
15830	149
15831	149
15832	149
15833	149
15834	149
15835	149
15836	149
15837	149
16221	149
15838	149
15839	149
15840	149
15841	149
15842	149
15843	149
15844	149
15845	149
15846	149
15847	149
15848	149
15849	149
15850	149
15851	149
15852	149
15853	149
15854	149
15855	149
15856	149
15857	149
15858	149
15859	149
15860	149
15861	149
15862	149
15863	149
15864	149
15865	149
15866	149
15867	149
15868	149
15869	149
15870	149
15871	149
15872	149
15873	149
15874	149
15875	149
15876	149
15877	149
15878	149
15879	149
12303	149
15880	149
15881	149
15882	149
15883	149
15884	149
15885	149
15886	149
15887	149
15888	149
15889	149
15890	149
15891	149
15892	149
15893	149
15894	149
15895	149
15896	149
15897	149
15899	149
15898	149
15900	149
15901	149
15902	149
15903	149
15904	149
15905	149
15907	149
15906	149
15908	149
15909	149
15912	149
15916	149
15917	149
15920	149
15921	149
15910	149
15911	149
15913	149
15914	149
15915	149
15918	149
15919	149
16222	149
15922	149
15923	149
15926	149
15924	149
15925	149
15927	149
15928	149
15929	149
15930	149
15931	149
15932	149
15933	149
15934	149
15935	149
15936	149
15937	149
15938	149
15939	149
15940	149
15941	149
15942	149
15943	149
15944	149
15945	149
16223	149
15946	149
15947	149
15948	149
15949	149
15950	149
15951	149
15952	149
15953	149
15954	149
15955	149
16224	149
15956	149
15957	149
15958	149
15959	149
15960	149
15961	149
15962	149
15963	149
15964	149
16225	149
15965	149
15966	149
15967	149
15968	149
15969	149
15970	149
15971	149
16226	149
15972	149
15973	149
15974	149
15975	149
15976	149
15977	149
15978	149
15979	149
15980	149
15981	149
15982	149
16227	149
15983	149
15984	149
15985	149
15986	149
15987	149
15988	149
15989	149
15990	149
15991	149
15992	149
15993	149
15994	149
15995	149
15996	149
15997	149
15998	149
15999	149
16000	149
16001	149
16002	149
16003	149
16004	149
16005	149
16006	149
16007	149
16008	149
16009	149
16010	149
16011	149
16228	149
16012	149
16229	149
16013	149
16014	149
16015	149
16016	149
16017	149
16018	149
16019	149
16020	149
16021	149
16238	149
16022	149
16023	149
16024	149
16025	149
16026	149
16027	149
16028	149
16029	149
16030	149
16031	149
16034	149
16032	149
16033	149
16035	149
16036	149
16037	149
16038	149
16039	149
16040	149
16041	149
16042	149
16043	149
16044	149
16045	149
16046	149
16047	149
16048	149
16049	149
16051	149
16050	149
16057	149
16058	149
16059	149
16060	149
16061	149
16062	149
16063	149
16064	149
16065	149
16066	149
16067	149
16068	149
16069	149
16070	149
16052	149
16053	149
16054	149
16055	149
16056	149
16071	149
16072	149
16073	149
16074	149
16075	149
16076	149
16077	149
16079	149
16078	149
16081	149
16080	149
16082	149
16083	149
16084	149
16085	149
16086	149
16087	149
16088	149
16089	149
16090	149
16091	149
16230	149
16231	149
16092	149
16093	149
16094	149
16095	149
16096	149
16097	149
16098	149
16099	149
16100	149
16101	149
16102	149
16103	149
16104	149
16234	149
16105	149
16106	149
16232	149
16107	149
16108	149
16109	149
16233	149
16110	149
16111	149
16112	149
16113	149
16114	149
16115	149
16116	149
16117	149
16118	149
16119	149
16120	149
16121	149
16122	149
16123	149
16124	149
16125	149
16126	149
16127	149
16128	149
16129	149
16130	149
16131	149
16132	149
16133	149
16134	149
16135	149
16136	149
16137	149
16138	149
16139	149
16140	149
16141	149
16142	149
16143	149
16144	149
16145	149
16146	149
16147	149
16149	149
16148	149
16150	149
16151	149
16152	149
16153	149
16154	149
16155	149
16156	149
16157	149
16158	149
16159	149
16160	149
16161	149
16162	149
16163	149
16164	149
16165	149
16166	149
16167	149
16168	149
16169	149
16170	149
16171	149
16172	149
16173	149
16174	149
16175	149
16176	149
16177	149
16178	149
16180	149
16181	149
16182	149
16179	149
16183	149
16184	149
16185	149
16235	149
16186	149
16187	149
16188	149
16190	149
16191	149
16192	149
16189	149
16193	149
16194	149
16195	149
16236	149
16196	149
16197	149
16198	149
16199	149
16200	149
16201	149
16202	149
16203	149
16204	149
16205	149
16206	149
16207	149
16208	149
16209	149
16210	149
16211	149
16212	149
16213	149
16214	149
16215	149
16216	149
16217	149
16218	149
16219	149
16237	149
22663	150
22781	150
22965	150
23022	150
23046	150
23047	150
23152	150
23191	150
23215	150
23227	150
23304	150
23624	150
23691	150
23698	150
23734	150
23747	150
23750	150
23761	150
23800	150
23843	150
23982	150
24073	150
24088	150
24089	150
22616	151
22617	151
22618	151
22620	151
22627	151
22637	151
22640	151
22643	151
22644	151
22646	151
22647	151
22650	151
22651	151
22656	151
22657	151
22660	151
22661	151
22664	151
22665	151
22666	151
22671	151
22684	151
22692	151
22696	151
22700	151
22707	151
22710	151
22711	151
22720	151
22722	151
22723	151
19856	151
22725	151
22729	151
22730	151
22732	151
22733	151
22735	151
22736	151
22737	151
22751	151
22755	151
22767	151
22770	151
22772	151
22773	151
22782	151
22792	151
22801	151
22802	151
22803	151
22806	151
22808	151
22822	151
22823	151
22824	151
22825	151
22827	151
22828	151
22829	151
22830	151
22831	151
22832	151
22834	151
22835	151
22849	151
22850	151
22852	151
22853	151
22854	151
22856	151
22857	151
22859	151
22861	151
22862	151
22864	151
22869	151
22870	151
22874	151
22883	151
22888	151
22890	151
22892	151
22896	151
22898	151
22900	151
22915	151
22921	151
22927	151
22929	151
22931	151
22933	151
22934	151
22941	151
22943	151
22944	151
22946	151
22953	151
22955	151
22956	151
22957	151
22958	151
22959	151
22962	151
22973	151
22978	151
22990	151
22992	151
22999	151
23007	151
23009	151
23011	151
23012	151
23013	151
23016	151
23023	151
23026	151
23027	151
23030	151
23033	151
23034	151
23035	151
23042	151
23043	151
23044	151
23050	151
23055	151
23060	151
23061	151
23067	151
23071	151
23072	151
23076	151
23077	151
23079	151
23091	151
23092	151
23094	151
23095	151
23098	151
23101	151
23103	151
23105	151
23106	151
23107	151
23111	151
23115	151
23116	151
23119	151
23120	151
23121	151
23123	151
23125	151
23132	151
23136	151
23137	151
23139	151
23140	151
23142	151
23145	151
23149	151
23150	151
23153	151
23154	151
23156	151
23157	151
23158	151
23167	151
23168	151
23170	151
23174	151
23176	151
23179	151
23183	151
23188	151
23189	151
23192	151
23195	151
23206	151
23213	151
23223	151
23226	151
23229	151
23231	151
23233	151
23234	151
23236	151
23240	151
23241	151
23244	151
23248	151
23250	151
23264	151
23269	151
23271	151
23279	151
23283	151
23289	151
23294	151
23296	151
23299	151
23300	151
23301	151
23306	151
23307	151
23310	151
23314	151
23315	151
23316	151
23317	151
23319	151
23321	151
23323	151
23328	151
23329	151
23338	151
23341	151
23344	151
23345	151
23347	151
23356	151
23357	151
23359	151
23360	151
23361	151
23362	151
23369	151
23370	151
23373	151
23376	151
23378	151
23381	151
23383	151
23392	151
23397	151
23398	151
23399	151
23403	151
23406	151
23412	151
23418	151
23419	151
23422	151
23425	151
23426	151
23427	151
23428	151
23429	151
23430	151
23433	151
23435	151
23436	151
23437	151
23438	151
23444	151
23446	151
23447	151
23448	151
23449	151
23450	151
23461	151
23471	151
23481	151
23482	151
23484	151
23487	151
23489	151
23494	151
23495	151
23496	151
23497	151
23506	151
23510	151
23511	151
23515	151
23522	151
23524	151
23525	151
23526	151
23527	151
23528	151
23529	151
23530	151
23531	151
23532	151
23536	151
23539	151
23543	151
23544	151
23546	151
23554	151
23559	151
23560	151
23563	151
23564	151
23571	151
23572	151
23573	151
23574	151
23575	151
23576	151
23577	151
23578	151
23580	151
23581	151
23583	151
23586	151
23587	151
23589	151
23593	151
23598	151
23600	151
23602	151
23605	151
23606	151
23607	151
23615	151
23620	151
23627	151
23631	151
23634	151
23635	151
23638	151
23639	151
23640	151
23643	151
23649	151
23657	151
23659	151
23660	151
23670	151
23676	151
23680	151
23683	151
23684	151
23685	151
23687	151
23697	151
23701	151
23703	151
23708	151
23713	151
23715	151
23718	151
23721	151
23727	151
23730	151
23732	151
23738	151
23740	151
23743	151
23744	151
23745	151
23748	151
23749	151
23752	151
23764	151
23766	151
23768	151
23769	151
23774	151
23775	151
23780	151
23781	151
23785	151
23786	151
23791	151
23792	151
23794	151
23796	151
23797	151
23798	151
23810	151
23814	151
23820	151
23821	151
23824	151
23828	151
23829	151
23830	151
23833	151
23839	151
23841	151
23842	151
23846	151
23847	151
23850	151
23855	151
23856	151
23859	151
23864	151
23865	151
23866	151
23868	151
23869	151
23870	151
23871	151
23874	151
23875	151
23881	151
23882	151
23883	151
23884	151
23885	151
23886	151
23887	151
23892	151
23893	151
23895	151
23911	151
23919	151
23921	151
23925	151
23929	151
23941	151
23943	151
23947	151
23951	151
23954	151
23955	151
23960	151
23976	151
23979	151
23981	151
23992	151
23994	151
23997	151
24002	151
24003	151
24004	151
24016	151
24017	151
24019	151
24030	151
24033	151
24034	151
24038	151
24043	151
24044	151
24051	151
24052	151
24054	151
24061	151
24075	151
24079	151
24082	151
24083	151
24084	151
24096	151
24099	151
24107	151
24108	151
24109	151
16244	152
16255	152
16261	152
16270	152
16273	152
16286	152
16287	152
16288	152
16304	152
16306	152
16320	152
16334	152
16337	152
16340	152
16357	152
16365	152
16374	152
16377	152
16382	152
16390	152
16399	152
16413	152
16417	152
16421	152
16451	152
16462	152
16465	152
16487	152
16493	152
16522	152
16535	152
16539	152
16548	152
16560	152
16586	152
16615	152
16631	152
16648	152
16651	152
16654	152
16661	152
16664	152
16669	152
16675	152
16677	152
16679	152
16685	152
16686	152
16691	152
16705	152
16710	152
16726	152
16727	152
16733	152
16736	152
16744	152
16750	152
16763	152
16774	152
16783	152
16785	152
16788	152
16791	152
16794	152
16802	152
16803	152
16810	152
16811	152
16814	152
16830	152
16843	152
16859	152
16889	152
16897	152
16902	152
16936	152
16939	152
16941	152
16943	152
16944	152
16952	152
16976	152
16982	152
16985	152
16999	152
17013	152
17015	152
17019	152
17020	152
17024	152
17026	152
17041	152
17066	152
17099	152
17100	152
17101	152
17102	152
17096	152
17060	152
17063	152
17070	152
17124	152
17126	152
17127	152
17128	152
17153	152
17161	152
17166	152
17174	152
17185	152
17189	152
17196	152
17201	152
17239	152
17243	152
17246	152
17253	152
17258	152
17270	152
17274	152
17289	152
17299	152
17309	152
17310	152
17311	152
17315	152
17318	152
17321	152
17322	152
17325	152
17331	152
17348	152
17359	152
17370	152
17375	152
17382	152
17384	152
17396	152
17414	152
17430	152
17432	152
17434	152
17460	152
17466	152
17473	152
17480	152
17490	152
17501	152
17509	152
17517	152
17521	152
17528	152
17533	152
17540	152
17584	152
17586	152
17606	152
17615	152
17620	152
22694	153
22788	153
22919	153
23010	153
23031	153
23075	153
23100	153
23108	153
23124	153
23126	153
23205	153
23318	153
23391	153
23401	153
23402	153
23431	153
23455	153
23553	153
23604	153
23661	153
23702	153
23722	153
23811	153
23844	153
23896	153
23935	153
23995	153
24110	155
15995	155
16123	155
22628	155
1	155
2	155
1751	155
3	155
5	155
6	155
8	155
15828	155
22737	155
24111	155
11	155
22751	155
15836	155
12	155
13	155
14	155
15	155
16	155
22827	155
22836	155
22846	155
19	155
22856	155
22915	155
22920	155
22939	155
22953	155
24112	155
22958	155
22	155
24	155
25	155
1752	155
22999	155
1753	155
23016	155
28	155
23034	155
23925	155
29	155
31	155
1754	155
23067	155
24113	155
24114	155
24115	155
15936	155
23115	155
24116	155
34	155
35	155
23132	155
23154	155
23167	155
23174	155
37	155
23213	155
23219	155
23234	155
39	155
23246	155
24117	155
41	155
23311	155
23312	155
23317	155
44	155
1755	155
45	155
23359	155
23370	155
24118	155
46	155
47	155
24119	155
23376	155
48	155
23392	155
40	155
49	155
24120	155
51	155
24121	155
52	155
55	155
56	155
16057	155
23496	155
59	155
60	155
23528	155
23529	155
24122	155
61	155
23531	155
23571	155
23574	155
23589	155
23598	155
23600	155
24123	155
16092	155
23634	155
64	155
23664	155
23736	155
16099	155
23676	155
65	155
23710	155
24124	155
23748	155
24125	155
24126	155
68	155
23815	155
1756	155
23871	155
15938	155
23874	155
23887	155
24127	155
71	155
24128	155
72	155
73	155
74	155
75	155
24019	155
24034	155
76	155
78	155
79	155
80	155
16205	155
81	155
82	155
24096	155
87	155
19856	155
22821	155
24129	155
23104	155
89	155
24130	155
23287	155
23332	155
23430	155
23508	155
93	155
95	155
23868	155
96	155
97	155
22657	155
24131	155
22896	155
22957	155
23013	155
23106	155
516	155
23120	155
23168	155
23289	155
518	155
24132	155
24133	155
23573	155
23605	155
23606	155
23615	155
520	155
24134	155
23947	155
24135	155
24043	155
521	155
522	155
523	155
524	155
24136	155
527	155
22807	155
529	155
530	155
531	155
532	155
533	155
534	155
535	155
24137	155
536	155
15923	155
23100	155
537	155
538	155
24138	155
539	155
24139	155
541	155
15966	155
543	155
545	155
24140	155
24141	155
23553	155
546	155
547	155
548	155
24142	155
549	155
16121	155
16127	155
552	155
23897	155
554	155
24143	155
555	155
16197	155
23189	155
565	155
566	155
571	155
24144	155
576	155
15855	155
24145	155
581	155
22933	155
597	155
600	155
601	155
607	155
15971	155
622	155
624	155
625	155
16012	155
23378	155
632	155
636	155
639	155
642	155
24146	155
646	155
651	155
16071	155
24147	155
23714	155
666	155
668	155
16137	155
676	155
24148	155
678	155
682	155
16181	155
688	155
24149	155
769	155
24150	155
23578	155
24151	155
770	155
772	155
773	155
774	155
22673	155
777	155
15831	155
781	155
783	155
24152	155
785	155
22801	155
15854	155
788	155
790	155
791	155
22941	155
793	155
22955	155
794	155
796	155
797	155
800	155
24153	155
801	155
802	155
15913	155
803	155
806	155
808	155
811	155
813	155
23188	155
24154	155
24155	155
818	155
23223	155
819	155
821	155
823	155
827	155
24156	155
23300	155
23301	155
829	155
23314	155
23319	155
831	155
833	155
832	155
834	155
835	155
836	155
837	155
838	155
839	155
24157	155
840	155
841	155
843	155
24158	155
23424	155
846	155
23428	155
845	155
847	155
848	155
849	155
24159	155
851	155
23522	155
23549	155
855	155
23559	155
856	155
857	155
858	155
859	155
23585	155
860	155
16086	155
23620	155
23631	155
862	155
863	155
23684	155
23702	155
864	155
866	155
868	155
869	155
24160	155
870	155
16122	155
873	155
874	155
876	155
875	155
23844	155
23921	155
881	155
882	155
23935	155
24161	155
23941	155
24162	155
884	155
886	155
887	155
16179	155
24163	155
890	155
891	155
893	155
894	155
22640	155
15800	155
22705	155
22782	155
1227	155
22830	155
22854	155
1228	155
1229	155
1230	155
23009	155
1239	155
1232	155
23091	155
23105	155
24164	155
1233	155
1234	155
1235	155
23338	155
24165	155
24166	155
1236	155
23402	155
1237	155
24167	155
16059	155
1238	155
23639	155
24168	155
23682	155
23683	155
24169	155
23797	155
16126	155
24170	155
1241	155
24018	155
24044	155
1244	155
1245	155
15803	155
1248	155
24171	155
15813	155
16220	155
1250	155
15814	155
24172	155
1253	155
1254	155
15830	155
1257	155
15837	155
1259	155
1260	155
1261	155
15844	155
1263	155
1264	155
15851	155
15853	155
1267	155
1269	155
24173	155
15857	155
15861	155
15865	155
15871	155
15873	155
15878	155
15882	155
1274	155
15884	155
1275	155
1276	155
1283	155
1287	155
15916	155
1290	155
1291	155
1292	155
1293	155
1295	155
15926	155
15928	155
15930	155
1297	155
1299	155
1300	155
1302	155
15944	155
1303	155
1304	155
15950	155
1306	155
15955	155
1307	155
1308	155
1310	155
1311	155
1312	155
1313	155
15970	155
15972	155
1314	155
1315	155
15976	155
24174	155
1317	155
1318	155
1321	155
15992	155
15993	155
23345	155
15998	155
15999	155
1323	155
1324	155
16228	155
1326	155
24175	155
1331	155
16019	155
1332	155
16027	155
1333	155
1334	155
16030	155
16034	155
1931	155
16038	155
1338	155
1340	155
16040	155
1341	155
16044	155
16046	155
1343	155
1345	155
1346	155
16064	155
1347	155
16073	155
24176	155
1348	155
1349	155
1351	155
1354	155
1355	155
16233	155
1356	155
1358	155
16113	155
1360	155
1363	155
16117	155
1364	155
16120	155
1366	155
16125	155
1367	155
1369	155
16133	155
1370	155
16134	155
16135	155
16136	155
16141	155
1374	155
1377	155
1379	155
16164	155
1383	155
1385	155
16174	155
1387	155
24177	155
1388	155
1391	155
1392	155
1393	155
1394	155
1395	155
16236	155
1396	155
1397	155
1398	155
1400	155
16208	155
1401	155
1402	155
1691	155
15904	155
1693	155
1694	155
23354	155
1696	155
1697	155
24178	155
24179	155
24180	155
16194	155
1698	155
22822	155
22852	155
23007	155
23081	155
1699	155
23150	155
23178	155
1700	155
23310	155
23448	155
23547	155
23594	155
1705	155
1707	155
1708	155
1709	155
24181	155
1710	155
1711	155
1712	155
1713	155
23124	155
1714	155
1715	155
1716	155
1717	155
23271	155
1718	155
23337	155
1719	155
23450	155
1723	155
16182	155
1725	155
15879	155
1726	155
1727	155
1728	155
16094	155
16128	155
16129	155
16163	155
24182	155
24030	155
22638	155
22639	155
24183	155
15867	155
1731	155
1732	155
15897	155
24184	155
23118	155
1734	155
24185	155
24186	155
1735	155
23473	155
24187	155
24188	155
1738	155
16150	155
1739	155
1740	155
16210	155
24189	155
24190	155
24191	155
24192	155
24193	155
1741	155
24194	155
1745	155
23233	155
23279	155
1747	155
24195	155
1748	155
23511	155
1750	155
24196	155
16152	155
23981	155
24197	155
24099	155
24198	155
22845	155
24199	155
92	155
94	155
24200	155
1757	155
1758	155
22900	155
22919	155
1760	155
1761	155
23101	155
24201	155
24202	155
24203	155
1766	155
1767	155
1768	155
1769	155
23447	155
24204	155
16087	155
24205	155
1774	155
23794	155
24206	155
24207	155
24208	155
1776	155
1777	155
1778	155
1779	155
24209	155
23108	155
24210	155
2036	155
15988	155
23703	155
16108	155
2037	155
24211	155
23264	155
23307	155
24212	155
1765	155
24213	155
15795	155
24214	155
22651	155
24215	155
1812	155
15817	155
15824	155
1821	155
1824	155
1826	155
1827	155
1831	155
22792	155
15848	155
24216	155
22802	155
22803	155
22824	155
1845	155
22861	155
1849	155
15876	155
1855	155
1868	155
15902	155
1875	155
15917	155
1881	155
1885	155
1890	155
1897	155
1900	155
1901	155
24217	155
1905	155
15960	155
23231	155
24218	155
1909	155
15973	155
23299	155
23316	155
1917	155
1923	155
1925	155
24219	155
16035	155
1933	155
1941	155
16062	155
23539	155
24220	155
16069	155
1949	155
16080	155
24221	155
1975	155
23798	155
1979	155
1986	155
16147	155
23895	155
1989	155
16165	155
1995	155
24016	155
2000	155
16187	155
24038	155
16195	155
16203	155
22616	155
22618	155
1804	155
1805	155
1806	155
22643	155
1808	155
24222	155
22664	155
15804	155
15807	155
1809	155
1814	155
15819	155
1815	155
1816	155
22710	155
1817	155
1818	155
1819	155
15827	155
1823	155
15829	155
15832	155
15839	155
24223	155
1829	155
1833	155
1834	155
24224	155
22808	155
1835	155
1836	155
22823	155
1837	155
1838	155
22828	155
1841	155
1844	155
22870	155
24225	155
1846	155
15869	155
15872	155
1851	155
1853	155
15874	155
15875	155
22921	155
15883	155
1856	155
1860	155
22943	155
22944	155
1862	155
24226	155
1866	155
1869	155
23011	155
1870	155
1871	155
1874	155
15908	155
1911	155
23043	155
1877	155
23055	155
1880	155
1882	155
1883	155
1884	155
15933	155
1888	155
1889	155
1891	155
1892	155
15937	155
1893	155
23123	155
24227	155
15945	155
23140	155
24228	155
23176	155
15954	155
1903	155
1904	155
23241	155
1906	155
23248	155
1907	155
1908	155
1910	155
23283	155
23323	155
23328	155
15994	155
23341	155
23361	155
16005	155
1915	155
1918	155
1919	155
1920	155
1921	155
23397	155
1924	155
1926	155
24229	155
1929	155
24230	155
23418	155
24231	155
23422	155
16039	155
1936	155
23471	155
16047	155
23487	155
24232	155
23497	155
23525	155
1942	155
23530	155
1945	155
16065	155
1947	155
1948	155
1951	155
1952	155
1954	155
23602	155
1959	155
1960	155
23638	155
23660	155
23685	155
1962	155
1966	155
1968	155
1969	155
1970	155
1971	155
1972	155
1973	155
23781	155
1976	155
1978	155
23796	155
1980	155
1981	155
1977	155
23828	155
1982	155
23829	155
23830	155
16149	155
23869	155
1987	155
23883	155
1990	155
1992	155
23943	155
16166	155
1993	155
16169	155
16170	155
1994	155
23979	155
1997	155
1998	155
16186	155
24033	155
2001	155
2007	155
16201	155
16215	155
2009	155
22661	155
15806	155
22671	155
22772	155
2011	155
22849	155
22942	155
2012	155
2013	155
2014	155
15942	155
15968	155
2015	155
23296	155
2016	155
2017	155
16238	155
16023	155
16024	155
23546	155
16067	155
23560	155
16079	155
23659	155
23661	155
2019	155
2020	155
2021	155
23738	155
23740	155
23749	155
23766	155
23824	155
23833	155
16146	155
23872	155
23960	155
16171	155
2025	155
2028	155
2029	155
23318	155
2031	155
2032	155
23426	155
23435	155
23437	155
2033	155
16142	155
23886	155
22700	155
2041	155
2042	155
2043	155
2045	155
24233	155
24234	155
2049	155
23064	155
23075	155
2051	155
24235	155
24236	155
2084	155
2053	155
24237	155
2056	155
24238	155
2060	155
2063	155
24239	155
2066	155
2067	155
2069	155
24240	155
24241	155
2072	155
24072	155
24242	155
23498	155
24243	155
2075	155
23070	155
2076	155
2078	155
2079	155
23445	155
2080	155
2082	155
2077	155
24244	155
15895	155
24245	155
1763	155
15862	155
23079	155
24246	155
23438	155
2086	155
24110	154
15995	154
16123	154
22628	154
1	154
2	154
1751	154
3	154
5	154
6	154
8	154
15828	154
22737	154
24111	154
11	154
22751	154
15836	154
12	154
13	154
14	154
15	154
16	154
22827	154
22836	154
22846	154
19	154
22856	154
22915	154
22920	154
22939	154
22953	154
24112	154
22958	154
22	154
24	154
25	154
1752	154
22999	154
1753	154
23016	154
28	154
23034	154
23925	154
29	154
31	154
1754	154
23067	154
24113	154
24114	154
24115	154
15936	154
23115	154
24116	154
34	154
35	154
23132	154
23154	154
23167	154
23174	154
37	154
23213	154
23219	154
23234	154
39	154
23246	154
24117	154
41	154
23311	154
23312	154
23317	154
44	154
1755	154
45	154
23359	154
23370	154
24118	154
46	154
47	154
24119	154
23376	154
48	154
23392	154
40	154
49	154
24120	154
51	154
24121	154
52	154
55	154
56	154
16057	154
23496	154
59	154
60	154
23528	154
23529	154
24122	154
61	154
23531	154
23571	154
23574	154
23589	154
23598	154
23600	154
24123	154
16092	154
23634	154
64	154
23664	154
23736	154
16099	154
23676	154
65	154
23710	154
24124	154
23748	154
24125	154
24126	154
68	154
23815	154
1756	154
23871	154
15938	154
23874	154
23887	154
24127	154
71	154
24128	154
72	154
73	154
74	154
75	154
24019	154
24034	154
76	154
78	154
79	154
80	154
16205	154
81	154
82	154
24096	154
87	154
19856	154
22821	154
24129	154
23104	154
89	154
24130	154
23287	154
23332	154
23430	154
23508	154
93	154
95	154
23868	154
96	154
97	154
22657	154
24131	154
22896	154
22957	154
23013	154
23106	154
516	154
23120	154
23168	154
23289	154
518	154
24132	154
24133	154
23573	154
23605	154
23606	154
23615	154
520	154
24134	154
23947	154
24135	154
24043	154
521	154
522	154
523	154
524	154
24136	154
527	154
22807	154
529	154
530	154
531	154
532	154
533	154
534	154
535	154
24137	154
536	154
15923	154
23100	154
537	154
538	154
24138	154
539	154
24139	154
541	154
15966	154
543	154
545	154
24140	154
24141	154
23553	154
546	154
547	154
548	154
24142	154
549	154
16121	154
16127	154
552	154
23897	154
554	154
24143	154
555	154
16197	154
23189	154
565	154
566	154
571	154
24144	154
576	154
15855	154
24145	154
581	154
22933	154
597	154
600	154
601	154
607	154
15971	154
622	154
624	154
625	154
16012	154
23378	154
632	154
636	154
639	154
642	154
24146	154
646	154
651	154
16071	154
24147	154
23714	154
666	154
668	154
16137	154
676	154
24148	154
678	154
682	154
16181	154
688	154
24149	154
769	154
24150	154
23578	154
24151	154
770	154
772	154
773	154
774	154
22673	154
777	154
15831	154
781	154
783	154
24152	154
785	154
22801	154
15854	154
788	154
790	154
791	154
22941	154
793	154
22955	154
794	154
796	154
797	154
800	154
24153	154
801	154
802	154
15913	154
803	154
806	154
808	154
811	154
813	154
23188	154
24154	154
24155	154
818	154
23223	154
819	154
821	154
823	154
827	154
24156	154
23300	154
23301	154
829	154
23314	154
23319	154
831	154
833	154
832	154
834	154
835	154
836	154
837	154
838	154
839	154
24157	154
840	154
841	154
843	154
24158	154
23424	154
846	154
23428	154
845	154
847	154
848	154
849	154
24159	154
851	154
23522	154
23549	154
855	154
23559	154
856	154
857	154
858	154
859	154
23585	154
860	154
16086	154
23620	154
23631	154
862	154
863	154
23684	154
23702	154
864	154
866	154
868	154
869	154
24160	154
870	154
16122	154
873	154
874	154
876	154
875	154
23844	154
23921	154
881	154
882	154
23935	154
24161	154
23941	154
24162	154
884	154
886	154
887	154
16179	154
24163	154
890	154
891	154
893	154
894	154
22640	154
15800	154
22705	154
22782	154
1227	154
22830	154
22854	154
1228	154
1229	154
1230	154
23009	154
1239	154
1232	154
23091	154
23105	154
24164	154
1233	154
1234	154
1235	154
23338	154
24165	154
24166	154
1236	154
23402	154
1237	154
24167	154
16059	154
1238	154
23639	154
24168	154
23682	154
23683	154
24169	154
23797	154
16126	154
24170	154
1241	154
24018	154
24044	154
1244	154
1245	154
15803	154
1248	154
24171	154
15813	154
16220	154
1250	154
15814	154
24172	154
1253	154
1254	154
15830	154
1257	154
15837	154
1259	154
1260	154
1261	154
15844	154
1263	154
1264	154
15851	154
15853	154
1267	154
1269	154
24173	154
15857	154
15861	154
15865	154
15871	154
15873	154
15878	154
15882	154
1274	154
15884	154
1275	154
1276	154
1283	154
1287	154
15916	154
1290	154
1291	154
1292	154
1293	154
1295	154
15926	154
15928	154
15930	154
1297	154
1299	154
1300	154
1302	154
15944	154
1303	154
1304	154
15950	154
1306	154
15955	154
1307	154
1308	154
1310	154
1311	154
1312	154
1313	154
15970	154
15972	154
1314	154
1315	154
15976	154
24174	154
1317	154
1318	154
1321	154
15992	154
15993	154
23345	154
15998	154
15999	154
1323	154
1324	154
16228	154
1326	154
24175	154
1331	154
16019	154
1332	154
16027	154
1333	154
1334	154
16030	154
16034	154
1931	154
16038	154
1338	154
1340	154
16040	154
1341	154
16044	154
16046	154
1343	154
1345	154
1346	154
16064	154
1347	154
16073	154
24176	154
1348	154
1349	154
1351	154
1354	154
1355	154
16233	154
1356	154
1358	154
16113	154
1360	154
1363	154
16117	154
1364	154
16120	154
1366	154
16125	154
1367	154
1369	154
16133	154
1370	154
16134	154
16135	154
16136	154
16141	154
1374	154
1377	154
1379	154
16164	154
1383	154
1385	154
16174	154
1387	154
24177	154
1388	154
1391	154
1392	154
1393	154
1394	154
1395	154
16236	154
1396	154
1397	154
1398	154
1400	154
16208	154
1401	154
1402	154
1691	154
15904	154
1693	154
1694	154
23354	154
1696	154
1697	154
24178	154
24179	154
24180	154
16194	154
1698	154
22822	154
22852	154
23007	154
23081	154
1699	154
23150	154
23178	154
1700	154
23310	154
23448	154
23547	154
23594	154
1705	154
1707	154
1708	154
1709	154
24181	154
1710	154
1711	154
1712	154
1713	154
23124	154
1714	154
1715	154
1716	154
1717	154
23271	154
1718	154
23337	154
1719	154
23450	154
1723	154
16182	154
1725	154
15879	154
1726	154
1727	154
1728	154
16094	154
16128	154
16129	154
16163	154
24182	154
24030	154
22638	154
22639	154
24183	154
15867	154
1731	154
1732	154
15897	154
24184	154
23118	154
1734	154
24185	154
24186	154
1735	154
23473	154
24187	154
24188	154
1738	154
16150	154
1739	154
1740	154
16210	154
24189	154
24190	154
24191	154
24192	154
24193	154
1741	154
24194	154
1745	154
23233	154
23279	154
1747	154
24195	154
1748	154
23511	154
1750	154
24196	154
16152	154
23981	154
24197	154
24099	154
24198	154
22845	154
24199	154
92	154
94	154
24200	154
1757	154
1758	154
22900	154
22919	154
1760	154
1761	154
23101	154
24201	154
24202	154
24203	154
1766	154
1767	154
1768	154
1769	154
23447	154
24204	154
16087	154
24205	154
1774	154
23794	154
24206	154
24207	154
24208	154
1776	154
1777	154
1778	154
1779	154
24209	154
23108	154
24210	154
2036	154
15988	154
23703	154
16108	154
2037	154
24211	154
23264	154
23307	154
24212	154
1765	154
24213	154
15795	154
24214	154
22651	154
24215	154
1812	154
15817	154
15824	154
1821	154
1824	154
1826	154
1827	154
1831	154
22792	154
15848	154
24216	154
22802	154
22803	154
22824	154
1845	154
22861	154
1849	154
15876	154
1855	154
1868	154
15902	154
1875	154
15917	154
1881	154
1885	154
1890	154
1897	154
1900	154
1901	154
24217	154
1905	154
15960	154
23231	154
24218	154
1909	154
15973	154
23299	154
23316	154
1917	154
1923	154
1925	154
24219	154
16035	154
1933	154
1941	154
16062	154
23539	154
24220	154
16069	154
1949	154
16080	154
24221	154
1975	154
23798	154
1979	154
1986	154
16147	154
23895	154
1989	154
16165	154
1995	154
24016	154
2000	154
16187	154
24038	154
16195	154
16203	154
22616	154
22618	154
1804	154
1805	154
1806	154
22643	154
1808	154
24222	154
22664	154
15804	154
15807	154
1809	154
1814	154
15819	154
1815	154
1816	154
22710	154
1817	154
1818	154
1819	154
15827	154
1823	154
15829	154
15832	154
15839	154
24223	154
1829	154
1833	154
1834	154
24224	154
22808	154
1835	154
1836	154
22823	154
1837	154
1838	154
22828	154
1841	154
1844	154
22870	154
24225	154
1846	154
15869	154
15872	154
1851	154
1853	154
15874	154
15875	154
22921	154
15883	154
1856	154
1860	154
22943	154
22944	154
1862	154
24226	154
1866	154
1869	154
23011	154
1870	154
1871	154
1874	154
15908	154
1911	154
23043	154
1877	154
23055	154
1880	154
1882	154
1883	154
1884	154
15933	154
1888	154
1889	154
1891	154
1892	154
15937	154
1893	154
23123	154
24227	154
15945	154
23140	154
24228	154
23176	154
15954	154
1903	154
1904	154
23241	154
1906	154
23248	154
1907	154
1908	154
1910	154
23283	154
23323	154
23328	154
15994	154
23341	154
23361	154
16005	154
1915	154
1918	154
1919	154
1920	154
1921	154
23397	154
1924	154
1926	154
24229	154
1929	154
24230	154
23418	154
24231	154
23422	154
16039	154
1936	154
23471	154
16047	154
23487	154
24232	154
23497	154
23525	154
1942	154
23530	154
1945	154
16065	154
1947	154
1948	154
1951	154
1952	154
1954	154
23602	154
1959	154
1960	154
23638	154
23660	154
23685	154
1962	154
1966	154
1968	154
1969	154
1970	154
1971	154
1972	154
1973	154
23781	154
1976	154
1978	154
23796	154
1980	154
1981	154
1977	154
23828	154
1982	154
23829	154
23830	154
16149	154
23869	154
1987	154
23883	154
1990	154
1992	154
23943	154
16166	154
1993	154
16169	154
16170	154
1994	154
23979	154
1997	154
1998	154
16186	154
24033	154
2001	154
2007	154
16201	154
16215	154
2009	154
22661	154
15806	154
22671	154
22772	154
2011	154
22849	154
22942	154
2012	154
2013	154
2014	154
15942	154
15968	154
2015	154
23296	154
2016	154
2017	154
16238	154
16023	154
16024	154
23546	154
16067	154
23560	154
16079	154
23659	154
23661	154
2019	154
2020	154
2021	154
23738	154
23740	154
23749	154
23766	154
23824	154
23833	154
16146	154
23872	154
23960	154
16171	154
2025	154
2028	154
2029	154
23318	154
2031	154
2032	154
23426	154
23435	154
23437	154
2033	154
16142	154
23886	154
22700	154
2041	154
2042	154
2043	154
2045	154
24233	154
24234	154
2049	154
23064	154
23075	154
2051	154
24235	154
24236	154
2084	154
2053	154
24237	154
2056	154
24238	154
2060	154
2063	154
24239	154
2066	154
2067	154
2069	154
24240	154
24241	154
2072	154
24072	154
24242	154
23498	154
24243	154
2075	154
23070	154
2076	154
2078	154
2079	154
23445	154
2080	154
2082	154
2077	154
24244	154
15895	154
24245	154
1763	154
15862	154
23079	154
24246	154
23438	154
2086	154
16021	154
24247	154
22864	154
27	154
23	154
33	154
23158	154
42	154
43	154
23813	154
23882	154
22729	154
517	154
542	154
23462	154
779	154
24248	154
822	154
16001	154
24249	154
879	154
885	154
24250	154
1316	154
1384	154
1706	154
1720	154
1721	154
1724	154
1733	154
1730	154
1742	154
1743	154
23481	154
1843	154
22883	154
1854	154
15894	154
23536	154
1811	154
1847	154
24251	154
24252	154
24253	154
2010	154
23708	154
2022	154
2050	154
2064	154
23769	154
15820	154
2083	154
2087	154
2085	154
3	156
5	156
8	156
12	156
17	156
22	156
24	156
28	156
35	156
40	156
42	156
50	156
48	156
53	156
55	156
56	156
65	156
70	156
68	156
71	156
81	156
93	156
96	156
519	156
527	156
529	156
535	156
533	156
538	156
544	156
542	156
547	156
584	156
597	156
607	156
622	156
632	156
639	156
672	156
682	156
692	156
774	156
784	156
788	156
793	156
809	156
819	156
832	156
834	156
837	156
839	156
847	156
865	156
863	156
869	156
874	156
877	156
879	156
882	156
884	156
892	156
894	156
1227	156
1229	156
1234	156
1239	156
1237	156
1245	156
1249	156
1252	156
1254	156
1259	156
1265	156
1263	156
1268	156
1273	156
1275	156
1278	156
1280	156
1285	156
1283	156
1295	156
1298	156
1300	156
1310	156
1313	156
1320	156
1318	156
1325	156
1323	156
1328	156
1330	156
1335	156
1339	156
1342	156
1344	156
1355	156
1358	156
1360	156
1364	156
1373	156
1378	156
1380	156
1383	156
1385	156
1388	156
1393	156
1395	156
1398	156
1400	156
1404	156
1402	156
1622	156
1624	156
1627	156
1629	156
1632	156
1634	156
1638	156
1639	156
1642	156
1644	156
1647	156
1649	156
1652	156
1654	156
1657	156
1659	156
1662	156
1664	156
1667	156
1669	156
1672	156
1674	156
1679	156
1676	156
1682	156
1684	156
1694	156
1696	156
1699	156
1704	156
1713	156
1723	156
1725	156
1727	156
1749	156
1752	156
1754	156
1759	156
1758	156
1772	156
1774	156
1776	156
1778	156
1788	156
1800	156
1804	156
1812	156
1814	156
1818	156
1830	156
1833	156
1835	156
1839	156
1837	156
1844	156
1849	156
1847	156
1852	156
1854	156
1864	156
1862	156
1869	156
1872	156
1882	156
1884	156
1889	156
1893	156
1902	156
1908	156
1910	156
1913	156
1915	156
1917	156
1919	156
1924	156
1927	156
1929	156
1932	156
1939	156
1942	156
1949	156
1947	156
1955	156
1959	156
1965	156
1966	156
1969	156
1978	156
1980	156
1982	156
1990	156
1992	156
1994	156
1998	156
2009	156
2014	156
2028	156
2033	156
2036	156
2045	156
2048	156
2056	156
2065	156
2067	156
2075	156
33	156
1242	156
1621	156
1	156
523	156
524	156
1246	156
772	156
1623	156
1809	156
1251	156
1625	156
1626	156
2044	156
1815	156
1817	156
1819	156
1256	156
1821	156
1823	156
1825	156
2041	156
1257	156
779	156
526	156
636	156
1261	156
1829	156
668	156
1262	156
1628	156
785	156
1757	156
676	156
1834	156
2010	156
1266	156
1838	156
1840	156
2011	156
1630	156
1843	156
2046	156
800	156
1631	156
1272	156
20	156
821	156
823	156
1633	156
1856	156
586	156
1635	156
1863	156
1277	156
1761	156
1636	156
591	156
1637	156
1281	156
1282	156
1871	156
26	156
1284	156
1873	156
2049	156
1290	156
1291	156
1292	156
893	156
1881	156
1228	156
1643	156
1296	156
1230	156
1297	156
1885	156
1883	156
1299	156
1301	156
1888	156
537	156
1890	156
1763	156
1891	156
36	156
1253	156
1645	156
1305	156
1717	156
1311	156
1906	156
1646	156
2055	156
1303	156
827	156
1306	156
1316	156
1319	156
1765	156
43	156
1648	156
2085	156
1322	156
1650	156
1719	156
623	156
625	156
1324	156
1651	156
1312	156
1918	156
2031	156
2032	156
1920	156
1925	156
1921	156
836	156
1926	156
1653	156
1928	156
1930	156
2018	156
187	156
2062	156
1338	156
1933	156
54	156
1655	156
1334	156
1936	156
851	156
1346	156
1340	156
1948	156
1656	156
1658	156
199	156
1952	156
1953	156
1960	156
1660	156
1771	156
1661	156
1352	156
862	156
1363	156
1663	156
2066	156
2022	156
1240	156
665	156
2068	156
67	156
1773	156
1665	156
1970	156
1666	156
1365	156
1366	156
1369	156
1367	156
69	156
1981	156
1668	156
1374	156
1376	156
883	156
1381	156
1384	156
1670	156
1671	156
1775	156
1389	156
1997	156
73	156
1391	156
888	156
1392	156
1675	156
1777	156
1680	156
1677	156
1394	156
2001	156
1681	156
1683	156
2004	156
1397	156
2007	156
2024	156
1685	156
1377	156
1686	156
1403	156
1405	156
1379	156
2	156
1751	156
6	156
11	156
13	156
15	156
16	156
25	156
34	156
29	156
31	156
37	156
39	156
41	156
45	156
61	156
46	156
49	156
51	156
59	156
60	156
64	156
72	156
1387	156
76	156
87	156
516	156
520	156
531	156
532	156
534	156
536	156
541	156
555	156
565	156
566	156
581	156
601	156
651	156
666	156
688	156
773	156
781	156
794	156
796	156
802	156
811	156
1712	156
1726	156
835	156
838	156
855	156
857	156
864	156
870	156
886	156
891	156
1233	156
1235	156
1236	156
1238	156
1244	156
1248	156
1250	156
1260	156
1264	156
1267	156
1269	156
1276	156
1293	156
1314	156
1317	156
1321	156
1331	156
1345	156
1347	156
1349	156
1351	156
1354	156
1396	156
1401	156
1714	156
1716	156
1826	156
1734	156
1831	156
1750	156
1805	156
92	156
1806	156
1766	156
1836	156
1779	156
1841	156
1860	156
1962	156
1845	156
1868	156
1875	156
1897	156
1905	156
1941	156
1975	156
1979	156
1986	156
1816	156
1846	156
1853	156
1866	156
1911	156
1877	156
1968	156
1907	156
1945	156
1954	156
1976	156
1987	156
1993	156
2013	156
2015	156
2064	156
2088	157
2089	157
2090	157
2093	157
2095	157
2096	157
2097	157
2098	157
2099	157
2100	157
2101	157
2102	157
2104	157
2105	157
2106	157
2107	157
2108	157
2109	157
2110	157
2111	157
2113	157
2114	157
2115	157
2117	157
2118	157
2120	157
2121	157
2122	157
2123	157
2124	157
2125	157
2127	157
2128	157
2129	157
2130	157
2126	157
2131	157
2132	157
2133	157
2135	157
2137	157
24254	157
2140	157
2141	157
2143	157
2144	157
2145	157
2146	157
2147	157
2148	157
2149	157
2152	157
2153	157
2155	157
2156	157
2157	157
2158	157
2159	157
2162	157
2163	157
2165	157
2166	157
2169	157
2171	157
2172	157
2173	157
2174	157
2175	157
2176	157
2178	157
2179	157
2180	157
2181	157
2182	157
2183	157
2184	157
2185	157
2186	157
2187	157
2188	157
2190	157
2191	157
2193	157
2194	157
2195	157
2200	157
2197	157
24255	157
2202	157
2203	157
2204	157
2205	157
2206	157
2207	157
2208	157
2209	157
2210	157
2211	157
2212	157
2214	157
2215	157
2216	157
2217	157
2218	157
2222	157
2223	157
2224	157
2225	157
2228	157
2229	157
2230	157
2231	157
2232	157
2235	157
2236	157
2237	157
2240	157
2239	157
2241	157
2242	157
2243	157
24256	157
2245	157
2246	157
2247	157
2249	157
2252	157
2253	157
2254	157
2255	157
2256	157
2257	157
2258	157
2259	157
2260	157
2261	157
2262	157
2267	157
2268	157
2269	157
2270	157
2271	157
2273	157
2275	157
2276	157
2278	157
2279	157
2281	157
2283	157
2286	157
2287	157
2288	157
2289	157
2290	157
2292	157
2293	157
2294	157
2296	157
2297	157
2298	157
2299	157
2300	157
2301	157
2302	157
2303	157
2306	157
2308	157
2309	157
2310	157
2311	157
2313	157
2314	157
2315	157
2316	157
2317	157
2318	157
2319	157
2321	157
2320	157
2322	157
2323	157
2324	157
2325	157
2327	157
2328	157
2329	157
2331	157
2332	157
2334	157
2335	157
2338	157
2339	157
2340	157
2341	157
2343	157
2345	157
2346	157
2347	157
2349	157
2350	157
2352	157
2353	157
2354	157
2355	157
2356	157
2357	157
2358	157
2359	157
2360	157
2361	157
2362	157
2363	157
2365	157
2366	157
2368	157
2369	157
2370	157
2371	157
2372	157
11026	157
2376	157
2377	157
2378	157
2379	157
2380	157
2381	157
2382	157
2383	157
2384	157
2385	157
2386	157
2387	157
2388	157
2391	157
2392	157
2393	157
2394	157
2397	157
2398	157
2399	157
2400	157
2401	157
2402	157
2403	157
2404	157
2405	157
2406	157
2407	157
2408	157
2409	157
2410	157
2411	157
2412	157
2413	157
2414	157
2415	157
2417	157
2418	157
2419	157
2421	157
2424	157
2426	157
2428	157
2429	157
2430	157
2431	157
2432	157
2433	157
2435	157
2436	157
2437	157
2438	157
2439	157
2440	157
2441	157
2442	157
2444	157
2443	157
2445	157
24257	157
2448	157
2449	157
2451	157
2452	157
2453	157
2454	157
2455	157
2457	157
2458	157
2459	157
2460	157
2462	157
2463	157
2464	157
2466	157
2467	157
2468	157
2470	157
2471	157
2472	157
2474	157
2475	157
2476	157
2479	157
2481	157
2482	157
2483	157
2487	157
2490	157
2491	157
2477	157
2478	157
2484	157
2489	157
2492	157
2495	157
2496	157
2497	157
2498	157
2499	157
2500	157
2502	157
2503	157
2505	157
2506	157
2512	157
2509	157
2510	157
2513	157
2515	157
2517	157
2518	157
2521	157
2522	157
2523	157
2524	157
2525	157
2528	157
2529	157
2530	157
2533	157
2534	157
2538	157
2539	157
2541	157
2542	157
2543	157
2546	157
2547	157
2548	157
2549	157
2550	157
2552	157
2553	157
2554	157
2555	157
2556	157
2557	157
2558	157
2559	157
2560	157
2562	157
2563	157
2564	157
2565	157
2566	157
2567	157
2568	157
2570	157
2571	157
2572	157
2573	157
2575	157
2576	157
2577	157
2578	157
2581	157
2582	157
24258	157
2583	157
2584	157
24259	157
2586	157
2587	157
2588	157
2589	157
2590	157
2591	157
2592	157
2593	157
2594	157
2596	157
24260	157
2600	157
2601	157
2602	157
2603	157
2605	157
2606	157
2607	157
2608	157
2609	157
2611	157
2612	157
2613	157
2614	157
2616	157
2617	157
2619	157
2621	157
2623	157
2624	157
2626	157
2627	157
2628	157
2629	157
2630	157
2631	157
2633	157
2634	157
2635	157
2636	157
2637	157
2638	157
2639	157
2640	157
2641	157
2642	157
2643	157
2646	157
2647	157
2649	157
2653	157
2654	157
2655	157
2656	157
2657	157
2658	157
2660	157
2662	157
2663	157
2664	157
2665	157
2666	157
2669	157
2670	157
2672	157
2673	157
2674	157
2675	157
2676	157
2677	157
2679	157
2682	157
2684	157
2686	157
2687	157
2688	157
2689	157
2690	157
2692	157
2693	157
2695	157
2696	157
2697	157
2698	157
2699	157
2700	157
2702	157
2703	157
2704	157
2706	157
2707	157
2708	157
2710	157
2711	157
2712	157
2713	157
2716	157
2717	157
2718	157
2720	157
2722	157
2723	157
2724	157
2725	157
2726	157
2727	157
2728	157
2729	157
2731	157
2732	157
2735	157
2736	157
2737	157
2738	157
2739	157
2740	157
2741	157
2520	157
2519	157
2742	157
2743	157
2744	157
2745	157
2746	157
2747	157
2748	157
2749	157
2750	157
2752	157
2753	157
2755	157
2756	157
2758	157
2759	157
2760	157
2762	157
2763	157
2764	157
2765	157
2766	157
2769	157
2770	157
2771	157
2772	157
2773	157
2774	157
2775	157
2767	157
2768	157
2776	157
2780	157
2781	157
2793	157
2782	157
2783	157
2794	157
2786	157
2787	157
2788	157
2789	157
2790	157
2791	157
2792	157
2795	157
2796	157
2797	157
2798	157
2799	157
2802	157
2803	157
2805	157
2806	157
2807	157
2809	157
2812	157
2814	157
2815	157
2817	157
2818	157
2821	157
2823	157
2824	157
2825	157
2826	157
2829	157
2830	157
2831	157
2833	157
2834	157
2835	157
2836	157
2837	157
2838	157
2840	158
2841	158
2842	158
2843	158
4568	158
2092	158
2845	158
2846	158
2847	158
2849	158
2850	158
2851	158
2852	158
2853	158
2855	158
2854	158
2856	158
2857	158
2858	158
2859	158
2860	158
2861	158
2862	158
2863	158
2864	158
2865	158
2866	158
2867	158
2870	158
2868	158
2869	158
2871	158
2872	158
2873	158
2874	158
2875	158
2876	158
2877	158
2878	158
24261	158
2881	158
2882	158
24262	158
2884	158
2885	158
2886	158
2887	158
2888	158
2889	158
2890	158
2891	158
2892	158
2893	158
2894	158
2895	158
2896	158
2897	158
2898	158
2899	158
2901	158
2902	158
2903	158
2907	158
2908	158
2909	158
2910	158
2911	158
2912	158
2913	158
2914	158
2915	158
2916	158
2917	158
2918	158
2919	158
2920	158
2921	158
2923	158
2924	158
2925	158
2926	158
2927	158
2879	158
2928	158
24263	158
2933	158
2932	158
24264	158
2935	158
2936	158
2937	158
2938	158
2939	158
2940	158
2941	158
2942	158
2943	158
2944	158
2945	158
2946	158
2947	158
2948	158
2949	158
2950	158
2951	158
2952	158
2954	158
2953	158
2955	158
2956	158
2957	158
24265	158
2959	158
2960	158
2961	158
2962	158
2219	158
24266	158
2964	158
2965	158
2226	158
2966	158
2227	158
2967	158
2968	158
2970	158
2972	158
2973	158
2974	158
2975	158
2976	158
2977	158
2978	158
2979	158
2981	158
2982	158
2983	158
2984	158
2985	158
2986	158
2987	158
2988	158
2989	158
2990	158
2991	158
2992	158
24267	158
2996	158
2995	158
2997	158
2998	158
2999	158
3000	158
3001	158
3002	158
3003	158
3004	158
3005	158
3006	158
3007	158
3008	158
3009	158
3012	158
3014	158
3015	158
3019	158
3020	158
3021	158
3022	158
3023	158
3025	158
3026	158
3027	158
3028	158
3029	158
3030	158
3031	158
3032	158
3033	158
3034	158
3035	158
3036	158
3037	158
3038	158
3039	158
3040	158
3041	158
3042	158
3043	158
3044	158
3047	158
3048	158
3050	158
3051	158
3052	158
3053	158
3054	158
3055	158
3056	158
3057	158
3058	158
3059	158
3060	158
3062	158
3063	158
3064	158
3065	158
3067	158
3068	158
3069	158
3070	158
3071	158
3073	158
3075	158
2364	158
3076	158
3078	158
3079	158
3080	158
3081	158
3082	158
3083	158
3084	158
3085	158
3086	158
3088	158
3089	158
3090	158
3092	158
3093	158
3094	158
2052	158
3095	158
3096	158
3097	158
3098	158
3099	158
3100	158
2390	158
3101	158
3103	158
3104	158
3105	158
3106	158
24268	158
3109	158
3111	158
3112	158
3113	158
3114	158
3115	158
3116	158
3117	158
3118	158
3119	158
3120	158
3121	158
3124	158
3125	158
3126	158
3127	158
3128	158
3129	158
3130	158
3132	158
3133	158
3134	158
3135	158
3136	158
3138	158
3139	158
3142	158
3143	158
3144	158
3145	158
3146	158
3147	158
3148	158
3150	158
3151	158
3153	158
3154	158
3156	158
3157	158
3158	158
3159	158
3160	158
3161	158
3162	158
3163	158
3164	158
3165	158
3167	158
3168	158
3169	158
3170	158
3171	158
3172	158
3174	158
3175	158
3176	158
3177	158
3178	158
3179	158
3180	158
3181	158
3182	158
3184	158
3186	158
2507	158
3187	158
3188	158
3189	158
3190	158
3191	158
3193	158
3194	158
3195	158
3196	158
3197	158
3198	158
3199	158
24269	158
24270	158
2526	158
3201	158
3203	158
24271	158
3204	158
3206	158
3207	158
3208	158
3209	158
3210	158
3211	158
3212	158
3213	158
3214	158
3215	158
3216	158
3217	158
3218	158
3219	158
3220	158
3221	158
3222	158
3223	158
3224	158
3225	158
3226	158
3227	158
3228	158
3229	158
3231	158
3230	158
3232	158
3233	158
3234	158
3235	158
24272	158
3236	158
3237	158
3238	158
2595	158
3239	158
3240	158
3241	158
3243	158
3242	158
3244	158
3245	158
3246	158
3248	158
3249	158
3250	158
3251	158
3252	158
3253	158
3254	158
3255	158
3256	158
3257	158
24273	158
3258	158
3259	158
3260	158
3262	158
3263	158
3264	158
3265	158
3267	158
3268	158
3269	158
3271	158
3272	158
3273	158
3274	158
3276	158
3275	158
3277	158
3278	158
3280	158
3281	158
3282	158
3283	158
24274	158
3285	158
24275	158
3288	158
24276	158
3289	158
3290	158
3291	158
3292	158
3293	158
3294	158
3295	158
3296	158
3297	158
3298	158
3299	158
3300	158
3301	158
3303	158
3304	158
3305	158
3306	158
24277	158
3308	158
3309	158
3310	158
3311	158
3312	158
3314	158
3315	158
3316	158
24278	158
3318	158
3319	158
3320	158
3321	158
3322	158
3323	158
3324	158
3325	158
3326	158
3327	158
3328	158
3329	158
3332	158
3333	158
3337	158
3338	158
3339	158
3340	158
3343	158
3344	158
2761	158
3347	158
3350	158
3349	158
3348	158
3351	158
3352	158
3353	158
3355	158
3354	158
3356	158
2777	158
3357	158
24279	158
3362	158
3363	158
3364	158
3365	158
3366	158
3367	158
3368	158
3369	158
3370	158
3371	158
3372	158
3373	158
3374	158
3375	158
3376	158
3380	158
3381	158
3382	158
3383	158
3384	158
3386	158
3385	158
3387	158
3388	158
3389	158
3390	158
3391	158
3392	158
2822	158
3393	158
3395	158
3398	158
3399	158
2832	158
3401	158
3405	158
3406	158
6	159
9	159
10	159
14	159
17	159
18	159
19	159
28	159
36	159
38	159
41	159
44	159
47	159
48	159
49	159
51	159
52	159
54	159
55	159
57	159
60	159
64	159
65	159
68	159
69	159
72	159
74	159
75	159
76	159
78	159
79	159
81	159
87	159
88	159
90	159
91	159
92	159
125	159
127	159
134	159
148	159
150	159
174	159
199	159
208	159
213	159
515	159
517	159
518	159
520	159
521	159
522	159
525	159
527	159
528	159
532	159
535	159
536	159
537	159
538	159
539	159
540	159
541	159
542	159
544	159
545	159
548	159
549	159
550	159
553	159
554	159
552	159
555	159
556	159
557	159
559	159
561	159
562	159
563	159
565	159
571	159
572	159
584	159
581	159
586	159
597	159
600	159
604	159
605	159
606	159
607	159
618	159
622	159
623	159
624	159
639	159
642	159
646	159
651	159
657	159
666	159
676	159
678	159
682	159
688	159
692	159
695	159
769	159
775	159
776	159
777	159
779	159
780	159
781	159
783	159
784	159
17808	159
786	159
787	159
788	159
789	159
790	159
791	159
793	159
794	159
795	159
797	159
798	159
799	159
800	159
801	159
804	159
805	159
807	159
808	159
24280	159
811	159
812	159
813	159
814	159
815	159
816	159
817	159
818	159
819	159
820	159
821	159
822	159
823	159
824	159
825	159
828	159
830	159
831	159
833	159
832	159
834	159
837	159
838	159
839	159
840	159
841	159
842	159
843	159
845	159
846	159
847	159
849	159
850	159
852	159
851	159
853	159
854	159
855	159
856	159
857	159
858	159
859	159
860	159
861	159
862	159
863	159
865	159
866	159
868	159
870	159
874	159
876	159
871	159
872	159
877	159
878	159
879	159
881	159
882	159
883	159
885	159
886	159
887	159
888	159
889	159
890	159
893	159
895	159
1227	159
1228	159
1229	159
1230	159
1233	159
1234	159
1236	159
1237	159
1239	159
1240	159
1241	159
1243	159
1244	159
1245	159
1247	159
1248	159
1249	159
1250	159
1251	159
1253	159
1252	159
1255	159
1258	159
1260	159
1261	159
1263	159
1267	159
1269	159
1270	159
1271	159
1274	159
1276	159
1279	159
1283	159
1286	159
1287	159
1288	159
1289	159
1291	159
1292	159
1295	159
1297	159
1300	159
1302	159
1305	159
1304	159
1307	159
1308	159
1310	159
1314	159
1315	159
1317	159
1321	159
1324	159
1325	159
1329	159
1331	159
1332	159
1333	159
1334	159
1337	159
1339	159
1340	159
1341	159
1346	159
1348	159
1347	159
1353	159
1354	159
1356	159
1357	159
1359	159
1361	159
1362	159
1363	159
1367	159
1369	159
1370	159
1371	159
1372	159
1375	159
1379	159
1382	159
1386	159
1390	159
1391	159
1393	159
1395	159
1396	159
1397	159
1403	159
1691	159
1692	159
1693	159
1690	159
1694	159
1695	159
1696	159
1697	159
1699	159
1700	159
1701	159
1702	159
1703	159
1704	159
1705	159
1706	159
1728	159
1729	159
1731	159
1732	159
1734	159
1735	159
1737	159
1738	159
1739	159
19561	159
1741	159
1742	159
1743	159
1745	159
1746	159
1747	159
1748	159
1749	159
1750	159
1752	159
1753	159
1755	159
1762	159
1769	159
1771	159
1782	159
1783	159
1784	159
1785	159
1786	159
1787	159
1788	159
1789	159
1790	159
1791	159
1792	159
1793	159
1794	159
1795	159
1796	159
1797	159
1799	159
1800	159
1711	159
1712	159
1714	159
1715	159
1716	159
1718	159
1719	159
1721	159
1723	159
1724	159
1803	159
1810	159
1809	159
1817	159
1823	159
1824	159
1825	159
1826	159
1830	159
1836	159
1845	159
1847	159
1848	159
1849	159
1852	159
1854	159
1869	159
1865	159
1866	159
1872	159
1880	159
1882	159
1885	159
1888	159
1891	159
1894	159
1902	159
1903	159
1905	159
1908	159
1910	159
1914	159
1915	159
1919	159
1928	159
1929	159
1930	159
1932	159
1933	159
1939	159
1944	159
1947	159
1948	159
1949	159
1955	159
1969	159
1972	159
1974	159
1976	159
1993	159
1994	159
1995	159
1997	159
1998	159
2000	159
2002	159
2012	159
2013	159
2020	159
2021	159
2025	159
2026	159
2027	159
2029	159
2030	159
2032	159
2033	159
2034	159
2035	159
1730	159
1760	159
1733	159
1768	159
546	159
1777	159
80	159
1709	159
2040	159
2041	159
2042	159
2043	159
2044	159
2045	159
2047	159
2048	159
2051	159
2052	159
2054	159
2058	159
2059	159
2063	159
2067	159
2069	159
2070	159
2071	159
2072	159
2074	159
2075	159
2076	159
2077	159
2078	159
2079	159
2080	159
2081	159
2082	159
2083	159
2084	159
2086	159
567	159
568	159
569	159
570	159
573	159
574	159
575	159
576	159
577	159
578	159
579	159
580	159
582	159
583	159
585	159
587	159
588	159
589	159
590	159
591	159
592	159
593	159
595	159
596	159
598	159
602	159
603	159
608	159
609	159
610	159
611	159
612	159
613	159
614	159
615	159
616	159
617	159
619	159
620	159
621	159
625	159
626	159
627	159
628	159
629	159
630	159
632	159
633	159
634	159
635	159
636	159
637	159
638	159
640	159
641	159
643	159
644	159
645	159
647	159
648	159
649	159
650	159
652	159
653	159
654	159
655	159
656	159
658	159
659	159
660	159
661	159
662	159
663	159
664	159
667	159
669	159
670	159
671	159
673	159
674	159
675	159
677	159
679	159
680	159
681	159
683	159
684	159
685	159
686	159
687	159
689	159
690	159
691	159
693	159
694	159
696	159
5729	160
5731	160
5732	160
5730	160
5733	160
5734	160
5736	160
5737	160
5738	160
5739	160
5740	160
5741	160
5742	160
5743	160
5744	160
5745	160
5746	160
5747	160
5748	160
5749	160
5750	160
5751	160
5754	160
5758	160
5763	160
5752	160
5753	160
5755	160
5759	160
5760	160
5762	160
5764	160
5765	160
5766	160
5767	160
5768	160
5769	160
5771	160
5775	160
5776	160
5777	160
5778	160
5779	160
5780	160
5781	160
5782	160
5783	160
5786	160
5789	160
5790	160
5791	160
5792	160
5793	160
5794	160
5773	160
5787	160
5795	160
5797	160
5799	160
5800	160
5802	160
5804	160
5807	160
5806	160
5808	160
5809	160
5810	160
5811	160
5813	160
5815	160
5816	160
5817	160
5818	160
5819	160
5820	160
5821	160
5822	160
5823	160
5826	160
5827	160
5828	160
5829	160
5830	160
5831	160
5832	160
5833	160
5834	160
5835	160
5836	160
5837	160
5838	160
5839	160
5840	160
5841	160
5842	160
5843	160
5844	160
5845	160
5848	160
5849	160
5850	160
5851	160
5852	160
5853	160
5854	160
5856	160
5857	160
5858	160
5859	160
4649	160
5861	160
5863	160
5862	160
5864	160
5865	160
5867	160
5868	160
5869	160
5871	160
5873	160
5874	160
5875	160
5876	160
5877	160
5878	160
5879	160
5880	160
5882	160
5883	160
5884	160
5885	160
5886	160
5887	160
5888	160
5889	160
5891	160
5892	160
5893	160
5895	160
5896	160
5898	160
5899	160
5900	160
5901	160
5902	160
5903	160
5904	160
5905	160
5906	160
5907	160
5908	160
5909	160
5910	160
5911	160
5913	160
5916	160
5915	160
5918	160
5920	160
5919	160
5917	160
5921	160
5922	160
5923	160
5924	160
5925	160
5926	160
5927	160
5928	160
5929	160
5930	160
5931	160
5932	160
5933	160
5934	160
5935	160
5936	160
5937	160
5938	160
5939	160
5940	160
5941	160
5943	160
5944	160
5945	160
5946	160
5947	160
5949	160
5948	160
5950	160
5952	160
5953	160
5954	160
5956	160
5957	160
5958	160
4666	160
5960	160
5961	160
5962	160
5964	160
5965	160
5966	160
5967	160
5968	160
5970	160
5972	160
5974	160
5977	160
5978	160
5979	160
5976	160
5980	160
5981	160
5982	160
5983	160
5984	160
5985	160
5986	160
5987	160
5989	160
5991	160
5992	160
5993	160
5994	160
5995	160
5996	160
5997	160
5998	160
5999	160
6000	160
6001	160
6002	160
6003	160
6004	160
6005	160
6006	160
6008	160
6009	160
6010	160
6011	160
6012	160
6014	160
6015	160
6016	160
6018	160
6019	160
6020	160
6021	160
6022	160
6024	160
6025	160
6026	160
6027	160
6028	160
6029	160
6030	160
6031	160
6032	160
6033	160
6035	160
6036	160
6037	160
6038	160
24281	160
6039	160
6040	160
6041	160
6042	160
6043	160
6044	160
6045	160
6047	160
6049	160
6050	160
6051	160
6052	160
6054	160
6055	160
6057	160
6058	160
6059	160
6060	160
6061	160
6062	160
6063	160
6064	160
6065	160
6066	160
6069	160
6070	160
6071	160
6072	160
6076	160
6079	160
6080	160
6083	160
6088	160
6091	160
6095	160
6096	160
6098	160
6099	160
6100	160
6103	160
6104	160
6109	160
6112	160
6113	160
6114	160
6118	160
6123	160
6125	160
6127	160
6128	160
6131	160
6132	160
6133	160
6136	160
6137	160
6140	160
6141	160
6142	160
6146	160
6156	160
6159	160
6160	160
6161	160
6165	160
6167	160
6168	160
6169	160
6171	160
6172	160
6174	160
6175	160
6180	160
6183	160
6185	160
6190	160
6193	160
6194	160
6195	160
6197	160
6198	160
6204	160
6207	160
6209	160
6210	160
6213	160
6217	160
6219	160
6222	160
6223	160
6224	160
6225	160
6226	160
6228	160
6229	160
6232	160
6233	160
6234	160
6240	160
6242	160
6244	160
6245	160
6247	160
6249	160
6251	160
4831	160
6252	160
4766	160
6254	160
6256	160
6257	160
6258	160
4769	160
6259	160
6260	160
4773	160
168	160
6265	160
6267	160
6269	160
6271	160
6272	160
6273	160
6279	160
6280	160
4781	160
6285	160
6288	160
6290	160
6292	160
6294	160
6297	160
6303	160
6308	160
6310	160
6311	160
6312	160
6314	160
6316	160
6322	160
6330	160
6331	160
6333	160
6337	160
6339	160
6340	160
6341	160
6343	160
6345	160
6351	160
6362	160
6364	160
6365	160
6371	160
6374	160
6375	160
6376	160
6379	160
6380	160
6384	160
6388	160
6390	160
6391	160
6392	160
6394	160
6395	160
6397	160
6398	160
6406	160
6409	160
4850	160
6412	160
6419	160
6420	160
6424	160
6426	160
6428	160
6431	160
6434	160
6435	160
6441	160
6450	160
6451	160
6456	160
6458	160
6459	160
6460	160
6461	160
6465	160
6466	160
6467	160
6468	160
6470	160
6471	160
6473	160
6474	160
6475	160
6476	160
6481	160
6479	160
6482	160
6484	160
6488	160
6489	160
6490	160
6492	160
6493	160
6494	160
6496	160
6501	160
6503	160
6504	160
6506	160
4901	160
6498	160
199	160
6505	160
6507	160
6509	160
6510	160
6512	160
6514	160
6515	160
6516	160
6520	160
6521	160
6523	160
6524	160
6531	160
6532	160
6533	160
6537	160
6539	160
6540	160
6543	160
6545	160
6546	160
6550	160
6557	160
6560	160
6563	160
24282	160
6565	160
6567	160
6569	160
6570	160
6571	160
213	160
6572	160
6573	160
6574	160
6578	160
6580	160
4925	160
6581	160
6582	160
6583	160
6588	160
6589	160
6590	160
6591	160
6597	160
6600	160
6602	160
6605	160
6606	160
6610	160
6613	160
6621	160
6623	160
6631	160
6640	160
6642	160
6644	160
6645	160
6647	160
6649	160
6651	160
187	160
6661	160
6662	160
6663	160
6665	160
4970	160
6669	160
6670	160
6671	160
6673	160
6675	160
6676	160
6677	160
6680	160
6681	160
6683	160
6684	160
6689	160
6690	160
6692	160
6693	160
4988	160
6695	160
6696	160
6700	160
6701	160
6703	160
6704	160
6709	160
6710	160
6712	160
6713	160
6715	160
6716	160
6718	160
6719	160
6720	160
6721	160
6724	160
6728	160
6731	160
6732	160
6733	160
6735	160
6736	160
6738	160
6739	160
6740	160
6741	160
6744	160
6745	160
6747	160
6749	160
6750	160
5756	160
5770	160
5814	160
5870	160
5881	160
5897	160
24283	160
5988	160
6077	160
6089	160
6090	160
6092	160
6106	160
6110	160
6120	160
6122	160
6135	160
6166	160
6173	160
6201	160
6227	160
6239	160
6261	160
6262	160
6275	160
6305	160
6318	160
6324	160
6327	160
6348	160
6355	160
6356	160
6357	160
6368	160
6382	160
6385	160
6399	160
6400	160
6407	160
6415	160
6416	160
6421	160
6423	160
6436	160
6437	160
6442	160
6443	160
6463	160
6487	160
6497	160
6519	160
6526	160
6527	160
6552	160
6559	160
6566	160
6568	160
6576	160
6579	160
6585	160
6592	160
6595	160
6604	160
6608	160
6609	160
6618	160
6622	160
6624	160
6646	160
6654	160
6656	160
6657	160
6660	160
24284	160
6674	160
6687	160
6697	160
6707	160
6725	160
6742	160
6746	160
8754	161
8759	161
8760	161
8765	161
8768	161
8774	161
8775	161
8776	161
8780	161
8792	161
8807	161
8808	161
8814	161
8821	161
8822	161
8823	161
8830	161
8844	161
8843	161
8850	161
8859	161
8860	161
8865	161
8875	161
8879	161
8888	161
8889	161
8890	161
8891	161
8892	161
8894	161
8900	161
8904	161
8905	161
8913	161
8912	161
8914	161
8916	161
8917	161
8918	161
8921	161
8922	161
8925	161
8927	161
8928	161
8929	161
8930	161
8931	161
8932	161
8941	161
8951	161
8953	161
8955	161
8962	161
8966	161
8969	161
8970	161
8972	161
8974	161
8978	161
8979	161
8980	161
8982	161
8992	161
8995	161
8998	161
8999	161
9004	161
9005	161
9008	161
9009	161
9014	161
9021	161
9024	161
9026	161
9033	161
9036	161
9041	161
9044	161
9045	161
9050	161
9052	161
9072	161
9074	161
9076	161
9078	161
9079	161
9082	161
9100	161
9101	161
9102	161
9103	161
9104	161
9106	161
9107	161
9108	161
9109	161
9113	161
9116	161
9126	161
9133	161
9136	161
9138	161
9145	161
9147	161
9148	161
9152	161
9153	161
9154	161
9162	161
9169	161
9170	161
9335	161
9174	161
9175	161
9177	161
9180	161
9198	161
9203	161
9212	161
9220	161
9225	161
9234	161
9241	161
9243	161
9244	161
9245	161
9248	161
9250	161
9252	161
9253	161
9256	161
9259	161
9260	161
9266	161
9267	161
9269	161
9271	161
9273	161
9289	161
9295	161
9303	161
9330	161
9336	161
9341	161
9343	161
9344	161
9353	161
9358	161
9363	161
9364	161
9365	161
9374	161
9375	161
9377	161
9381	161
9382	161
9386	161
9389	161
9390	161
9391	161
9397	161
9402	161
9412	161
9426	161
9429	161
9430	161
9436	161
9439	161
9440	161
9441	161
9448	161
9450	161
9452	161
9457	161
9463	161
9466	161
9474	161
9477	161
9481	161
9489	161
9494	161
9496	161
9500	161
9504	161
9514	161
9523	161
9524	161
9535	161
9538	161
9543	161
9545	161
9547	161
9560	161
9564	161
9571	161
9574	161
9575	161
9578	161
9584	161
9588	161
9591	161
9597	161
9602	161
9608	161
9612	161
9636	161
9645	161
9646	161
9650	161
9659	161
9664	161
9669	161
9670	161
9671	161
9686	161
9688	161
9692	161
9698	161
9699	161
9702	161
9703	161
9716	161
9723	161
9728	161
9730	161
9731	161
9736	161
9741	161
9742	161
9750	161
9751	161
9753	161
9761	161
9765	161
9766	161
9783	161
8755	161
8756	161
8757	161
8758	161
8762	161
8764	161
8763	161
8766	161
8767	161
8770	161
8771	161
8772	161
8773	161
8777	161
8778	161
8779	161
8781	161
8782	161
8784	161
8785	161
8786	161
8788	161
8789	161
8790	161
8793	161
8791	161
8796	161
8797	161
8798	161
8800	161
8801	161
8802	161
8804	161
8805	161
8806	161
8795	161
8799	161
8803	161
8809	161
8810	161
8811	161
8812	161
8813	161
8816	161
8817	161
8818	161
8819	161
8820	161
8824	161
8825	161
8826	161
8827	161
8828	161
8829	161
8831	161
8832	161
8833	161
8834	161
8835	161
8836	161
8837	161
8838	161
8840	161
8841	161
8842	161
8845	161
8846	161
8847	161
8848	161
8849	161
8851	161
8852	161
8853	161
8854	161
8855	161
8856	161
8857	161
8858	161
8861	161
8863	161
8864	161
8866	161
8867	161
8868	161
8869	161
8870	161
8873	161
8871	161
8872	161
8874	161
8876	161
8877	161
8878	161
8880	161
8881	161
8882	161
8883	161
8884	161
8885	161
8886	161
8887	161
8893	161
8895	161
8896	161
8897	161
8898	161
8901	161
8902	161
8903	161
8907	161
8908	161
8909	161
8910	161
8911	161
8915	161
8919	161
8920	161
8923	161
8924	161
8926	161
8933	161
8934	161
8935	161
8946	161
8944	161
8945	161
8942	161
8940	161
8939	161
8938	161
8937	161
8936	161
8943	161
8948	161
8949	161
8950	161
8952	161
8954	161
8957	161
8958	161
8959	161
8960	161
8961	161
8963	161
8964	161
8965	161
8967	161
8968	161
8971	161
8973	161
8976	161
8977	161
8981	161
8983	161
8984	161
8986	161
8987	161
8988	161
8989	161
8990	161
8991	161
8993	161
8996	161
8997	161
9000	161
9001	161
9003	161
9007	161
9010	161
9011	161
9012	161
9013	161
9015	161
9016	161
9017	161
9019	161
9020	161
9022	161
9023	161
9025	161
9027	161
9028	161
9029	161
9030	161
9031	161
9032	161
9035	161
9037	161
9038	161
9039	161
9040	161
9042	161
9043	161
9046	161
9047	161
9048	161
9051	161
9053	161
9054	161
9055	161
9056	161
9058	161
9059	161
9049	161
9060	161
9061	161
9062	161
9065	161
9064	161
9066	161
9067	161
9069	161
9070	161
9071	161
9075	161
9077	161
9080	161
9083	161
9084	161
9085	161
9086	161
9087	161
9089	161
9090	161
9091	161
9092	161
9093	161
9096	161
9097	161
24285	161
9105	161
9110	161
9111	161
9112	161
9114	161
9115	161
9120	161
9121	161
9122	161
9123	161
9124	161
9125	161
9127	161
9128	161
9130	161
9131	161
9135	161
9132	161
9134	161
9137	161
9140	161
9143	161
9142	161
9144	161
9146	161
9149	161
9150	161
9151	161
9156	161
9157	161
9158	161
9159	161
9160	161
9163	161
9164	161
9165	161
9168	161
9171	161
9178	161
9179	161
9182	161
9184	161
9185	161
9186	161
9187	161
9188	161
9190	161
9192	161
9193	161
9195	161
9196	161
9199	161
9200	161
9201	161
9202	161
9204	161
9206	161
9208	161
9210	161
9211	161
9214	161
9215	161
9218	161
9221	161
9223	161
9224	161
9226	161
9229	161
9233	161
9235	161
9236	161
9237	161
9238	161
9239	161
9240	161
9242	161
9246	161
9247	161
9249	161
9251	161
9254	161
9255	161
9257	161
9258	161
9261	161
9262	161
9263	161
9264	161
9265	161
9268	161
9270	161
9272	161
9274	161
9275	161
9276	161
9279	161
9280	161
9281	161
9282	161
9284	161
9285	161
9286	161
9291	161
9292	161
9293	161
9294	161
9297	161
9298	161
9300	161
9301	161
9304	161
9305	161
9306	161
9307	161
9308	161
9309	161
9310	161
9311	161
9312	161
9313	161
9314	161
9315	161
9316	161
9317	161
9318	161
9319	161
9320	161
9321	161
9322	161
9323	161
9324	161
9325	161
9326	161
9327	161
9331	161
9332	161
9333	161
9337	161
9339	161
9340	161
9345	161
9346	161
9347	161
9348	161
9350	161
9351	161
9352	161
9354	161
9355	161
9356	161
9357	161
9359	161
9360	161
9361	161
9362	161
9366	161
9367	161
9368	161
9369	161
9371	161
9372	161
9373	161
9376	161
9378	161
9379	161
9384	161
9385	161
9387	161
9392	161
9393	161
9394	161
9398	161
9399	161
9400	161
9403	161
9404	161
9406	161
9405	161
9407	161
9409	161
9410	161
9411	161
9413	161
9414	161
9417	161
9420	161
9422	161
9421	161
9424	161
9427	161
9428	161
9431	161
9432	161
9433	161
9434	161
9435	161
9437	161
9438	161
9446	161
9447	161
9449	161
9453	161
9454	161
9455	161
9456	161
9459	161
9461	161
9464	161
9465	161
9443	161
9442	161
9445	161
9444	161
9467	161
9468	161
9469	161
9470	161
9471	161
9472	161
9473	161
9497	161
9475	161
9476	161
9479	161
9480	161
9482	161
9483	161
9484	161
9485	161
9486	161
9487	161
9488	161
9490	161
9492	161
9493	161
9495	161
9498	161
9501	161
9502	161
9503	161
9505	161
9507	161
9508	161
9509	161
9510	161
9512	161
9517	161
9518	161
9519	161
9520	161
9521	161
9522	161
9525	161
9526	161
9527	161
9531	161
9528	161
9529	161
9530	161
9532	161
9533	161
9536	161
9537	161
9540	161
9541	161
9542	161
9546	161
9548	161
9549	161
9550	161
9551	161
9552	161
9553	161
9554	161
9556	161
9557	161
9558	161
9559	161
9561	161
9562	161
9563	161
9565	161
9566	161
9567	161
9568	161
9569	161
9570	161
9573	161
9576	161
9577	161
9579	161
9580	161
9581	161
9582	161
9583	161
9585	161
9586	161
9587	161
9589	161
9590	161
9592	161
9593	161
9594	161
9596	161
9598	161
9599	161
9600	161
9601	161
9603	161
9604	161
9605	161
9606	161
9607	161
9609	161
9610	161
9611	161
9613	161
9615	161
9616	161
9617	161
9619	161
9620	161
9621	161
9622	161
9623	161
9624	161
9625	161
9626	161
9627	161
9628	161
9630	161
9631	161
9632	161
9633	161
9634	161
9635	161
9638	161
9639	161
9640	161
9641	161
9642	161
9644	161
9648	161
9649	161
9651	161
9652	161
9653	161
9655	161
9656	161
9657	161
9658	161
9660	161
9661	161
9662	161
9663	161
9666	161
9668	161
9672	161
9673	161
9674	161
9675	161
9676	161
9677	161
9681	161
9682	161
9683	161
9684	161
9685	161
9687	161
9689	161
9690	161
9691	161
9694	161
9695	161
9696	161
9697	161
9700	161
9701	161
9704	161
9705	161
9707	161
9710	161
9711	161
9712	161
9713	161
9714	161
9715	161
9717	161
9718	161
9720	161
9721	161
9722	161
9724	161
9725	161
9726	161
9727	161
9729	161
9734	161
9735	161
9737	161
9738	161
9739	161
9740	161
9743	161
9744	161
9745	161
9746	161
9747	161
9748	161
9749	161
9788	161
9754	161
9755	161
9756	161
9757	161
9758	161
9759	161
9760	161
9762	161
9763	161
9764	161
9767	161
9768	161
9769	161
9770	161
9771	161
9772	161
9773	161
9774	161
9776	161
9777	161
9778	161
9779	161
9780	161
9781	161
9784	161
9785	161
9786	161
24286	162
24287	162
24288	162
24289	162
24290	162
24291	162
24292	162
24293	162
24294	162
24295	162
24296	162
24297	162
24298	162
24299	162
24300	162
24301	162
24302	162
24303	162
24304	162
24305	162
24306	162
24307	162
24308	162
24309	162
24310	162
24311	162
24312	162
24313	162
24314	162
24315	162
24316	162
24317	162
24318	162
24319	162
24320	162
24321	162
24322	162
24323	162
24324	162
24325	162
24326	162
24327	162
24328	162
24329	162
24330	162
24331	162
24332	162
24333	162
24334	162
24335	162
24336	162
24337	162
24338	162
24339	162
24340	162
24341	162
24342	162
24343	162
24344	162
24345	162
24346	162
24347	162
24348	162
24349	162
24350	162
24351	162
24352	162
24353	162
24354	162
24355	162
24356	162
24357	162
24358	162
24359	162
24360	162
24361	162
24362	162
24363	162
24364	162
24365	162
24366	162
24367	162
24368	162
24369	162
24370	162
24371	162
24372	162
24373	162
24374	162
24375	162
24376	162
24377	162
24378	162
24379	162
24380	162
24381	162
24382	162
24383	162
24384	162
24385	162
24386	162
24387	162
24388	162
24389	162
24390	162
24391	162
24392	162
24393	162
24394	162
24395	162
24396	162
24397	162
24398	162
24399	162
24400	162
24401	162
24402	162
24403	162
24404	162
24405	162
24406	162
24407	162
24408	162
24409	162
24410	162
24411	162
24412	162
24413	162
24414	162
24415	162
24416	162
24417	162
24418	162
24419	162
24420	162
24421	162
24422	162
24423	162
24424	162
24425	162
24426	162
24427	162
24428	162
24429	162
24430	162
24431	162
24432	162
24433	162
24434	162
24435	162
24436	162
24437	162
24438	162
24439	162
24440	162
24441	162
24442	162
24443	162
24444	162
24445	162
24446	162
24447	162
24448	162
24449	162
24450	162
24451	162
24452	162
24453	162
24454	162
24455	162
24456	162
24457	162
24458	162
24459	162
24460	162
24461	162
24462	162
24463	162
24464	162
24465	162
14151	162
24466	162
24467	162
24468	162
24469	162
24470	162
24471	162
24472	162
24473	162
24474	162
24475	162
24476	162
24477	162
24478	162
24479	162
24480	162
24481	162
24482	162
24483	162
24484	162
24485	162
24486	162
24487	162
24488	162
24489	162
24490	162
24491	162
24492	162
24493	162
24494	162
24495	162
24496	162
24497	162
24498	162
24499	162
24500	162
24501	162
24502	162
24503	162
24504	162
24505	162
24506	162
24507	162
24508	162
24509	162
24510	162
24511	162
24512	162
24513	162
24514	162
24515	162
24516	162
24517	162
24518	162
24519	162
24520	162
24521	162
24522	162
24523	162
24524	162
24525	162
24526	162
24527	162
24528	162
24529	162
24530	162
24531	162
24532	162
24533	162
24534	162
24535	162
24536	162
24537	162
24538	162
24539	162
24540	162
24541	162
20669	162
24542	162
24543	162
24544	162
24545	162
24546	162
24547	162
24548	162
24549	162
24550	162
24551	162
24552	162
24553	162
24554	162
24555	162
24556	162
24557	162
24558	162
24559	162
24560	162
24561	162
24562	162
24563	162
24564	162
24565	162
24566	162
24567	162
24568	162
24569	162
24570	162
24571	162
24572	162
24573	162
24574	162
24575	162
24576	162
24577	162
24578	162
24579	162
24580	162
24581	162
24582	162
24583	162
24584	162
24585	162
24586	162
24587	162
24588	162
24589	162
24590	162
24591	162
24592	162
24593	162
24594	162
24595	162
24596	162
24597	162
24598	162
24599	162
24600	162
24601	162
24602	162
24603	162
24604	162
24605	162
24606	162
24607	162
24608	162
24609	162
24610	162
24611	162
24612	162
24613	162
24614	162
24615	162
24616	162
24617	162
24618	162
24619	162
24620	162
24621	162
24622	162
14476	162
24623	162
24624	162
24625	162
24626	162
24627	162
24628	162
24629	162
24630	162
24631	162
24632	162
24633	162
24634	162
24635	162
24636	162
24637	162
24638	162
24639	162
24640	162
24641	162
24642	162
24643	162
24644	162
11475	163
11476	163
11480	163
11483	163
11940	163
11491	163
11497	163
11498	163
11507	163
11511	163
11522	163
11535	163
11538	163
11541	163
11551	163
11558	163
11567	163
11578	163
11583	163
11589	163
11591	163
11592	163
11608	163
11613	163
11615	163
11616	163
11627	163
11643	163
11658	163
11679	163
11680	163
11683	163
11691	163
11646	163
11923	163
11703	163
11707	163
11711	163
11712	163
11713	163
11718	163
11723	163
11725	163
11731	163
11737	163
11740	163
11761	163
11743	163
11750	163
11756	163
11757	163
11760	163
11762	163
11780	163
11782	163
11785	163
11786	163
11787	163
11796	163
11803	163
11811	163
11813	163
11814	163
11826	163
9195	163
11833	163
11836	163
11848	163
11854	163
11857	163
11864	163
11871	163
11876	163
11877	163
12016	163
10709	163
11894	163
11900	163
11910	163
11911	163
11913	163
11919	163
11924	163
11925	163
11934	163
11944	163
11951	163
11953	163
11957	163
24645	163
11965	163
11968	163
11971	163
11973	163
11978	163
11980	163
11987	163
11991	163
12004	163
9505	163
12019	163
12028	163
12054	163
12056	163
12062	163
12089	163
12091	163
12115	163
12123	163
12142	163
12161	163
12165	163
12170	163
12176	163
12180	163
12193	163
24646	163
12199	163
12202	163
12203	163
12215	163
12247	163
11477	163
11485	163
11486	163
11487	163
11493	163
11496	163
11499	163
11500	163
11505	163
11510	163
11513	163
11518	163
11524	163
11527	163
11529	163
11531	163
11532	163
11534	163
11536	163
11540	163
11542	163
11539	163
11561	163
11549	163
11560	163
11562	163
11564	163
11563	163
11566	163
11570	163
11572	163
11573	163
11582	163
11587	163
11598	163
11600	163
11605	163
11611	163
11614	163
11619	163
11620	163
11623	163
11629	163
11626	163
11632	163
11634	163
11636	163
11638	163
11639	163
11644	163
11650	163
11651	163
11649	163
11652	163
11659	163
11661	163
11662	163
11664	163
11666	163
11667	163
11671	163
11672	163
11674	163
11677	163
11678	163
11685	163
11688	163
11689	163
11690	163
11692	163
11695	163
11696	163
11699	163
11702	163
11715	163
11706	163
11710	163
11721	163
11724	163
11727	163
11730	163
11747	163
11749	163
11751	163
11752	163
11753	163
11755	163
11758	163
11763	163
11764	163
11765	163
11772	163
11773	163
11774	163
11791	163
11798	163
11790	163
11799	163
11804	163
11806	163
11815	163
11817	163
11820	163
11824	163
11830	163
11837	163
11840	163
11844	163
11849	163
11858	163
11859	163
11860	163
11861	163
11863	163
11872	163
11873	163
11887	163
11890	163
11891	163
11893	163
11899	163
11904	163
11902	163
11903	163
11905	163
11916	163
11921	163
11927	163
11931	163
11932	163
11926	163
11935	163
11936	163
11937	163
11939	163
11942	163
11943	163
11949	163
11955	163
11967	163
11975	163
11977	163
11990	163
11993	163
11995	163
11997	163
11994	163
11999	163
12014	163
12017	163
12018	163
12021	163
12031	163
12036	163
12042	163
12043	163
12045	163
12051	163
12052	163
12057	163
12059	163
12064	163
12065	163
12066	163
12067	163
12069	163
11734	163
12070	163
12073	163
12074	163
12077	163
12075	163
12085	163
12087	163
12088	163
12094	163
12095	163
12096	163
12097	163
12098	163
12104	163
12107	163
12111	163
12117	163
12124	163
12125	163
12127	163
12129	163
12131	163
12135	163
12137	163
12140	163
12143	163
12144	163
12145	163
12146	163
12152	163
12155	163
12159	163
12162	163
12168	163
12178	163
12181	163
12182	163
12183	163
12184	163
12186	163
12185	163
12191	163
12194	163
12195	163
12196	163
12201	163
12208	163
12216	163
12219	163
12226	163
12227	163
12230	163
12233	163
12234	163
12236	163
12238	163
12245	163
12250	163
11482	163
11492	163
11495	163
11503	163
11504	163
11508	163
11509	163
11512	163
11515	163
11516	163
11517	163
11520	163
11526	163
11547	163
11565	163
11568	163
11571	163
11575	163
11576	163
11585	163
11593	163
11595	163
11597	163
11610	163
11622	163
11630	163
11628	163
11631	163
11635	163
11637	163
11647	163
11665	163
11670	163
11675	163
11676	163
11681	163
11684	163
11687	163
11693	163
11697	163
11704	163
11720	163
11722	163
11732	163
11735	163
11739	163
11745	163
33	163
11766	163
11775	163
11778	163
11783	163
11797	163
11801	163
11802	163
11805	163
11812	163
11816	163
11818	163
11819	163
11829	163
11834	163
11835	163
11841	163
11842	163
11847	163
11850	163
11866	163
11867	163
11869	163
11870	163
11875	163
11884	163
11885	163
11886	163
11888	163
11892	163
11895	163
11908	163
11909	163
11917	163
11929	163
11930	163
11938	163
11946	163
11948	163
11950	163
11960	163
11979	163
11982	163
11983	163
11985	163
11988	163
11992	163
11998	163
17851	163
12007	163
12011	163
12012	163
12013	163
12024	163
12034	163
12035	163
12037	163
12039	163
12040	163
12041	163
12046	163
12049	163
12058	163
12063	163
12068	163
12079	163
12082	163
12083	163
12092	163
12101	163
12102	163
12109	163
12112	163
12116	163
12119	163
12120	163
12126	163
12134	163
12136	163
12138	163
12139	163
12141	163
12149	163
12151	163
12154	163
12160	163
12163	163
12164	163
12166	163
12169	163
12172	163
12192	163
12197	163
12206	163
12211	163
12214	163
12222	163
12223	163
12225	163
12228	163
12231	163
12232	163
12237	163
12241	163
12243	163
12251	163
12878	164
12879	164
12880	164
12881	164
12882	164
12883	164
12884	164
12885	164
12886	164
12887	164
12889	164
12888	164
12890	164
17849	164
12892	164
12893	164
12894	164
12895	164
12897	164
12898	164
12899	164
153	164
12900	164
12901	164
12902	164
12903	164
20167	164
12905	164
12906	164
12907	164
12908	164
12909	164
12910	164
12911	164
12912	164
12913	164
12914	164
12915	164
12917	164
12918	164
12919	164
12920	164
12922	164
12923	164
12924	164
12925	164
12926	164
12927	164
12929	164
12930	164
12931	164
12932	164
12933	164
12934	164
12935	164
12936	164
18629	164
12938	164
12939	164
12940	164
12941	164
12942	164
12943	164
12944	164
12945	164
12946	164
12947	164
12948	164
12949	164
12950	164
12951	164
12952	164
12953	164
12954	164
12955	164
12956	164
12957	164
12958	164
12959	164
12960	164
12961	164
12963	164
12964	164
12965	164
12966	164
12967	164
12968	164
12969	164
12970	164
12971	164
12972	164
12973	164
12975	164
12976	164
12977	164
12978	164
12979	164
12980	164
12981	164
12982	164
12983	164
12984	164
12985	164
12987	164
12986	164
12988	164
19290	164
12990	164
12991	164
12992	164
12993	164
12994	164
12995	164
12996	164
12997	164
12998	164
12999	164
13000	164
13002	164
13003	164
13004	164
13005	164
13006	164
13007	164
13008	164
13009	164
13010	164
13011	164
13012	164
13013	164
13014	164
19714	164
13016	164
13017	164
13018	164
19765	164
24647	164
24648	164
19788	164
24649	164
19792	164
24650	164
24651	164
24652	164
24653	164
24654	164
24655	164
24656	164
19821	164
19828	164
24657	164
24658	164
24659	164
24660	164
24661	164
24662	164
17732	164
24663	164
19841	164
24664	164
24665	164
19846	164
24666	164
24667	164
24668	164
24669	164
24670	164
24671	164
24672	164
24673	164
24674	164
19884	164
24675	164
19886	164
24676	164
24677	164
19929	164
24678	164
24679	164
24680	164
24681	164
24682	164
24683	164
24684	164
24685	164
24686	164
24687	164
24688	164
19989	164
24689	164
24690	164
24691	164
24692	164
24693	164
24694	164
24695	164
24696	164
24697	164
24698	164
24699	164
20031	164
24700	164
24701	164
24702	164
24703	164
24704	164
12896	164
24705	164
24706	164
24707	164
24708	164
24709	164
24710	164
24711	164
24712	164
24713	164
24714	164
20115	164
24715	164
24716	164
18518	164
20130	164
24717	164
24718	164
24719	164
24720	164
24721	164
24722	164
24723	164
24724	164
24725	164
24726	164
24727	164
24728	164
24729	164
24730	164
24731	164
24732	164
24733	164
24734	164
20211	164
24735	164
24736	164
24737	164
24738	164
24739	164
24740	164
20243	164
24741	164
24742	164
24743	164
24744	164
24745	164
24746	164
24747	164
18265	164
24748	164
12916	164
24749	164
24750	164
24751	164
24752	164
24753	164
24754	164
24755	164
24756	164
24757	164
24758	164
20353	164
24759	164
12921	164
24760	164
24761	164
20371	164
24762	164
24763	164
24764	164
24765	164
24766	164
18412	164
18421	164
24767	164
24768	164
24769	164
24770	164
24771	164
24772	164
12928	164
24773	164
24774	164
24775	164
24776	164
24777	164
20445	164
18494	164
24778	164
24779	164
20468	164
24780	164
24781	164
24782	164
24783	164
24784	164
24785	164
24786	164
24787	164
24788	164
24789	164
24790	164
24791	164
24792	164
20497	164
24793	164
24794	164
24795	164
24796	164
24797	164
24798	164
24799	164
24800	164
24801	164
24802	164
24803	164
24804	164
24805	164
24806	164
20557	164
24807	164
24808	164
24809	164
20575	164
24810	164
24811	164
24812	164
24813	164
24814	164
24815	164
24816	164
24817	164
24818	164
24819	164
24820	164
24821	164
24822	164
24823	164
24824	164
24825	164
24826	164
24827	164
18876	164
24828	164
24829	164
24830	164
24831	164
18903	164
24832	164
24833	164
24834	164
24835	164
20689	164
24836	164
24837	164
20705	164
24838	164
24839	164
24840	164
24841	164
24842	164
24843	164
24844	164
24845	164
20726	164
24846	164
24847	164
24848	164
24849	164
24850	164
24851	164
24852	164
24853	164
24854	164
24855	164
24856	164
24857	164
24858	164
24859	164
19079	164
24860	164
24861	164
24862	164
24863	164
24864	164
24865	164
24866	164
24867	164
24868	164
24869	164
24870	164
24871	164
24872	164
24873	164
24874	164
24875	164
24876	164
24877	164
24878	164
24879	164
24880	164
24881	164
24882	164
24883	164
24884	164
24885	164
24886	164
24887	164
24888	164
24889	164
24890	164
24891	164
24892	164
24893	164
24894	164
24895	164
20995	164
24896	164
24897	164
20997	164
24898	164
24899	164
24900	164
24901	164
24902	164
24903	164
24904	164
24905	164
24906	164
24907	164
24908	164
24909	164
24910	164
13001	164
24911	164
19457	164
24912	164
24913	164
24914	164
24915	164
24916	164
24917	164
24918	164
24919	164
21088	164
24920	164
24921	164
24922	164
21093	164
24923	164
24924	164
24925	164
24926	164
24927	164
24928	164
24929	164
24930	164
24931	164
24932	164
24933	164
24934	164
24935	164
24936	164
24937	164
21168	164
24938	164
24939	164
24940	164
24941	164
24942	164
24943	164
24944	164
24945	164
24946	164
24947	164
24948	164
24949	164
24950	164
24951	164
24952	164
24953	164
24954	164
24955	164
24956	164
24957	164
24958	164
24959	164
4642	165
4641	165
24960	165
4644	165
4645	165
4646	165
4647	165
4649	165
4650	165
4651	165
4653	165
4657	165
4658	165
4660	165
4662	165
4664	165
4665	165
4666	165
4667	165
4668	165
4669	165
4670	165
4671	165
4673	165
4674	165
4675	165
24961	165
4678	165
4679	165
4681	165
4682	165
4683	165
4684	165
4686	165
4687	165
4688	165
4690	165
4692	165
4693	165
4694	165
4695	165
4696	165
4697	165
4698	165
4702	165
4703	165
4704	165
4705	165
4706	165
4707	165
4708	165
4709	165
4712	165
4713	165
4714	165
4715	165
4716	165
4717	165
4718	165
4720	165
4721	165
4722	165
4725	165
4727	165
4732	165
4733	165
4734	165
4735	165
4737	165
24962	165
4738	165
4740	165
4741	165
4744	165
4745	165
4746	165
4747	165
4748	165
4749	165
4750	165
4753	165
4756	165
4757	165
4758	165
4759	165
4761	165
4763	165
4764	165
4762	165
4766	165
2349	165
4768	165
4769	165
4771	165
4772	165
4773	165
4774	165
4775	165
4776	165
4777	165
4778	165
4779	165
4780	165
4781	165
4782	165
4784	165
4786	165
4787	165
4788	165
4791	165
4792	165
4793	165
4794	165
4795	165
4796	165
4797	165
24963	165
4801	165
4802	165
4803	165
4804	165
4805	165
4806	165
4807	165
4808	165
4809	165
4810	165
4811	165
4812	165
4813	165
4814	165
4815	165
4816	165
4817	165
4819	165
4821	165
4822	165
4823	165
4825	165
4826	165
4828	165
4830	165
4831	165
4832	165
4833	165
4834	165
4835	165
4838	165
4839	165
4840	165
4841	165
4842	165
4843	165
4844	165
4845	165
4847	165
4849	165
4850	165
4852	165
4853	165
4854	165
4855	165
4859	165
4860	165
4861	165
4862	165
4863	165
4864	165
4865	165
4866	165
4867	165
4870	165
4871	165
4872	165
4874	165
4875	165
4876	165
4878	165
4879	165
4882	165
4883	165
4884	165
4885	165
4890	165
4891	165
4892	165
4895	165
4896	165
4897	165
4898	165
4899	165
4900	165
4901	165
4902	165
4904	165
4906	165
4907	165
4908	165
4909	165
4910	165
4911	165
4912	165
4913	165
4915	165
4916	165
4918	165
4919	165
4923	165
4922	165
4924	165
4925	165
4927	165
4926	165
4928	165
4929	165
4931	165
4933	165
4934	165
4936	165
4937	165
4938	165
4940	165
4942	165
4944	165
4947	165
4949	165
4950	165
4951	165
4952	165
4953	165
4954	165
4955	165
4956	165
4957	165
4958	165
4959	165
4960	165
4961	165
4962	165
4963	165
4964	165
4965	165
4966	165
4969	165
4970	165
4971	165
4972	165
4973	165
4974	165
4977	165
4978	165
4979	165
4980	165
4981	165
4983	165
4984	165
4986	165
4988	165
4989	165
4990	165
4991	165
4992	165
4994	165
4996	165
4999	165
5000	165
5002	165
5003	165
5005	165
5006	165
5009	165
5010	165
5011	165
5012	165
5013	165
5014	165
5015	165
5016	165
5017	165
2101	165
2106	165
2117	165
2135	165
2141	165
2148	165
2149	165
2171	165
2174	165
2179	165
2181	165
2186	165
2200	165
24255	165
2210	165
2217	165
2232	165
2237	165
2242	165
2262	165
2287	165
2294	165
2301	165
2323	165
2347	165
2355	165
2369	165
2380	165
2398	165
2412	165
2418	165
2430	165
2470	165
2481	165
2483	165
2477	165
2515	165
2521	165
2524	165
2538	165
2539	165
2542	165
2559	165
2568	165
2589	165
2600	165
2602	165
2612	165
2623	165
2629	165
2642	165
2654	165
2675	165
2684	165
2693	165
2700	165
2712	165
2713	165
2723	165
2724	165
2729	165
2735	165
2741	165
2742	165
2744	165
2807	165
2823	165
2837	165
24964	166
24965	166
24966	166
24967	166
24968	166
24969	166
24970	166
24971	166
24972	166
24973	166
24974	166
24975	166
24976	166
24977	166
24978	166
24979	166
24980	166
24981	166
24982	166
24983	166
24984	166
24985	166
24986	166
24987	166
24988	166
24989	166
24990	166
24991	166
24992	166
24993	166
24994	166
24995	166
24996	166
24997	166
24998	166
24999	166
25000	166
25001	166
25002	166
25003	166
25004	166
25005	166
25006	166
25007	166
25008	166
25009	166
25010	166
25011	166
25012	166
25013	166
25014	166
25015	166
25016	166
25017	166
25018	166
25019	166
25020	166
25021	166
25022	166
25023	166
25024	166
25025	166
25026	166
25027	166
25028	166
25029	166
25030	166
25031	166
25032	166
25033	166
25034	166
25035	166
25036	166
25037	166
25038	166
25039	166
25040	166
25041	166
25042	166
25043	166
25044	166
25045	166
25046	166
25047	166
25048	166
25049	166
25050	166
25051	166
25052	166
25053	166
25054	166
25055	166
25056	166
25057	166
25058	166
25059	166
25060	166
25061	166
25062	166
25063	166
25064	166
25065	166
25066	166
25067	166
25068	166
25069	166
25070	166
25071	166
25072	166
25073	166
25074	166
25075	166
25076	166
25077	166
25078	166
25079	166
25080	166
25081	166
25082	166
25083	166
25084	166
25085	166
25086	166
25087	166
25088	166
25089	166
25090	166
25091	166
25092	166
25093	166
25094	166
25095	166
25096	166
25097	166
25098	166
25099	166
25100	166
25101	166
25102	166
25103	166
25104	166
25105	166
25106	166
25107	166
25108	166
25109	166
25110	166
25111	166
25112	166
25113	166
25114	166
25115	166
25116	166
25117	166
25118	166
25119	166
25120	166
25121	166
25122	166
25123	166
25124	166
25125	166
25126	166
25127	166
25128	166
25129	166
25130	166
25131	166
25132	166
25133	166
25134	166
25135	166
25136	166
25137	166
25138	166
25139	166
25140	166
25141	166
25142	166
25143	166
25144	166
25145	166
25146	166
25147	166
25148	166
25149	166
25150	166
25151	166
25152	166
25153	166
25154	166
25155	166
25156	166
25157	166
25158	166
25159	166
25160	166
25161	166
25162	166
25163	166
25164	166
25165	166
25166	166
25167	166
25168	166
25169	166
25170	166
25171	166
25172	166
25173	166
25174	166
25175	166
25176	166
25177	166
25178	166
25179	166
25180	166
25181	166
25182	166
25183	166
25184	166
25185	166
25186	166
25187	166
25188	166
25189	166
25190	166
25191	166
25192	166
25193	166
25194	166
25195	166
25196	166
25197	166
25198	166
25199	166
25200	166
25201	166
25202	166
25203	166
25204	166
25205	166
25206	166
25207	166
25208	166
25209	166
25210	166
25211	166
25212	166
25213	166
25214	166
25215	166
25216	166
25217	166
25218	166
25219	166
25220	166
25221	166
25222	166
25223	166
25224	166
25225	166
25226	166
25227	166
25228	166
25229	166
25230	166
25231	166
25232	166
25233	166
25234	166
25235	166
25236	166
25237	166
25238	166
25239	166
25240	166
25241	166
25242	166
25243	166
25244	166
25245	166
25246	166
25247	166
25248	166
25249	166
25250	166
25251	166
25252	166
25253	166
25254	166
25255	166
25256	166
25257	166
25258	166
25259	166
25260	166
25261	166
25262	166
25263	166
25264	166
25265	166
25266	166
25267	166
25268	166
25269	166
25270	166
25271	166
25272	166
25273	166
25274	166
25275	166
25276	166
25277	166
25278	166
25279	166
25280	166
25281	166
25282	166
25283	166
25284	166
25285	166
25286	166
25287	166
25288	166
25289	166
25290	166
25291	166
25292	166
25293	166
25294	166
25295	166
25296	166
25297	166
25298	166
25299	166
25300	166
25301	166
25302	166
25303	166
25304	166
25305	166
25306	166
25307	166
25308	166
25309	166
25310	166
25311	166
25312	166
25313	166
25314	166
25315	166
25316	166
25317	166
25318	166
25319	166
25320	166
25321	166
25322	166
25323	166
25324	166
25325	166
25326	166
25327	166
25328	166
25329	166
25330	166
25331	166
25332	166
25333	166
25334	166
25335	166
25336	166
25337	166
25338	166
25339	166
25340	166
25341	166
25342	166
25343	166
25344	166
25345	166
25346	166
25347	166
25348	166
25349	166
25350	166
25351	166
25352	166
25353	166
25354	166
25355	166
25356	166
25357	166
25358	166
25359	166
25360	166
25361	166
25362	166
25363	166
25364	166
25365	166
25366	166
25367	166
25368	166
25369	166
25370	166
25371	166
25372	166
25373	166
25374	166
25375	166
25376	166
25377	166
25378	166
25379	166
25380	166
25381	166
25382	166
25383	166
25384	166
25385	166
25386	166
25387	166
25388	166
25389	166
25390	166
25391	166
25392	166
25393	166
25394	166
25395	166
25396	166
25397	166
25398	166
25399	166
25400	166
25401	166
25402	166
25403	166
25404	166
25405	166
25406	166
25407	166
25408	166
25409	166
25410	166
25411	166
25412	166
25413	166
25414	166
25415	166
25416	166
25417	166
25418	166
25419	166
25420	166
25421	166
25422	166
25423	166
25424	166
25425	166
25426	166
25427	166
25428	166
25429	166
25430	166
25431	166
25432	166
25433	166
25434	166
25435	166
25436	166
25437	166
25438	166
25439	166
25440	166
25441	166
25442	166
25443	166
25444	166
25445	166
25446	166
25447	166
25448	166
25449	166
25450	166
25451	166
25452	166
25453	166
25454	166
25455	166
4714	166
25456	166
25457	166
25458	166
25459	166
25460	166
25461	166
25462	166
25463	166
25464	166
25465	166
25466	166
25467	166
25468	166
25469	166
25470	166
25471	166
25472	166
25473	166
25474	166
25475	166
25476	166
25477	166
25478	166
25479	166
25480	166
25481	166
25482	166
25483	166
25484	166
25485	166
25486	166
25487	166
25488	166
25489	166
25490	166
25491	166
25492	166
25493	166
25494	166
25495	166
25496	166
25497	166
25498	166
25499	166
25500	166
25501	166
25502	166
25503	166
25504	166
25505	166
25506	166
25507	166
25508	166
25509	166
25510	166
25511	166
25512	166
25513	166
25514	166
25515	166
25516	166
25517	166
25518	166
25519	166
25520	166
25521	166
25522	166
25523	166
25524	166
25525	166
25526	166
25527	166
25528	166
25529	166
25530	166
25531	166
25532	166
25533	166
25534	166
25535	166
25536	166
25537	166
25538	166
25539	166
25540	166
25541	166
25542	166
25543	166
25544	166
25545	166
25546	166
25547	166
25548	166
25549	166
25550	166
25551	166
25552	166
25553	166
25554	166
25555	166
25556	166
25557	166
25558	166
25559	166
25560	166
25561	166
25562	166
25563	166
25564	166
25565	166
25566	166
25567	166
25568	166
25569	166
25570	166
25571	166
25572	166
25573	166
25574	166
25575	166
25576	166
25577	166
25578	166
25579	166
25580	166
25581	166
25582	166
25583	166
25584	166
25585	166
25586	166
25587	166
25588	166
25589	166
25590	166
25591	166
25592	166
25593	166
25594	166
25595	166
25596	166
25597	166
25598	166
25599	166
25600	166
25601	166
25602	166
25603	166
25604	166
25605	166
25606	166
25607	166
25608	166
25609	166
25610	166
25611	166
25612	166
25613	166
25614	166
25615	166
25616	166
25617	166
25618	166
25619	166
25620	166
25621	166
25622	166
25623	166
25624	166
25625	166
25626	166
25627	166
25628	166
25629	166
25630	166
25631	166
25632	166
25633	166
25634	166
25635	166
25636	166
25637	166
25638	166
25639	166
25640	166
25641	166
25642	166
25643	166
25644	166
25645	166
25646	166
25647	166
25648	166
25649	166
25650	166
25651	166
25652	166
25653	166
25654	166
25655	166
25656	166
25657	166
25658	166
25659	166
25660	166
25661	166
25662	166
25663	166
25664	166
25665	166
25666	166
25667	166
25668	166
25669	166
25670	166
25671	166
25672	166
25673	166
25674	166
25675	166
25676	166
25677	166
25678	166
25679	166
25680	166
25681	166
25682	166
25683	166
25684	166
25685	166
25686	166
25687	166
25688	166
25689	166
25690	166
25691	166
25692	166
25693	166
25694	166
25695	166
25696	166
25697	166
25698	166
25699	166
25700	166
25701	166
25702	166
25703	166
25704	166
25705	166
25706	166
25707	166
25708	166
25709	166
25710	166
25711	166
25712	166
25713	166
25714	166
25715	166
25716	166
25717	166
25718	166
25719	166
25720	166
25721	166
25722	166
25723	166
25724	166
25725	166
25726	166
25727	166
25728	166
25729	166
25730	166
25731	166
25732	166
25733	166
25734	166
25735	166
25736	166
25737	166
25738	166
25739	166
25740	166
25741	166
25742	166
25743	166
25744	166
25745	166
25746	166
25747	166
25748	166
25749	166
25750	166
25751	166
25752	166
25753	166
25754	166
25755	166
25756	166
25757	166
25758	166
25759	166
25760	166
25761	166
25762	166
25763	166
25764	166
25765	166
25766	166
25767	166
25768	166
25769	166
25770	166
25771	166
25772	166
25773	166
25774	166
25775	166
25776	166
25777	166
25778	166
25779	166
25780	166
25781	166
25782	166
25783	166
25784	166
25785	166
25786	166
25787	166
25788	166
25789	166
25790	166
25791	166
25792	166
25793	166
25794	166
25795	166
25796	166
25797	166
25798	166
25799	166
25800	166
25801	166
25802	166
25803	166
25804	166
25805	166
25806	166
25807	166
25808	166
25809	166
25810	166
25811	166
25812	166
25813	166
25814	166
25815	166
25816	166
25817	166
25818	166
25819	166
25820	166
25821	166
25822	166
25823	166
25824	166
25825	166
25826	166
25827	166
25828	166
25829	166
25830	166
25831	166
25832	166
25833	166
25834	166
25835	166
25836	166
25837	166
25838	166
25839	166
25840	166
25841	166
25842	166
25843	166
25844	166
11879	1
11885	1
12264	1
11769	1
11474	1
11478	1
11479	1
11476	1
11481	1
11484	1
11483	1
11488	1
11489	1
11486	1
11490	1
11494	1
11492	1
11498	1
11499	1
11495	1
11501	1
11502	1
11503	1
11506	1
11505	1
11509	1
11514	1
11510	1
11512	1
11519	1
11515	1
11517	1
11521	1
11523	1
11524	1
11525	1
11528	1
11526	1
11530	1
11531	1
11534	1
11537	1
11538	1
11539	1
11543	1
11544	1
11541	1
11545	1
11546	1
11548	1
11547	1
11550	1
11552	1
11553	1
11554	1
11555	1
11556	1
11559	1
11560	1
11564	1
11569	1
11566	1
11568	1
11574	1
11572	1
11571	1
11577	1
11579	1
11575	1
11580	1
11581	1
11584	1
11586	1
11587	1
11590	1
11594	1
11592	1
11596	1
11599	1
11595	1
11601	1
11602	1
11603	1
11606	1
11607	1
11609	1
11612	1
11611	1
11610	1
11618	1
11616	1
11621	1
11624	1
11623	1
11627	1
11626	1
11628	1
11633	1
11630	1
11636	1
11635	1
11640	1
11641	1
11642	1
11645	1
11648	1
11649	1
11653	1
11654	1
11651	1
11655	1
11656	1
11657	1
11659	1
11660	1
11663	1
11664	1
11668	1
11669	1
11667	1
11673	1
11672	1
11670	1
11677	1
11675	1
11682	1
11683	1
11684	1
11686	1
11685	1
11687	1
11694	1
11690	1
11693	1
11698	1
11696	1
11697	1
11700	1
11701	1
11704	1
11705	1
11708	1
11709	1
11706	1
11714	1
11713	1
11716	1
11717	1
11719	1
11715	1
11721	1
11720	1
11726	1
11728	1
11729	1
11727	1
11730	1
11732	1
11736	1
11738	1
11735	1
11741	1
11742	1
11744	1
11743	1
11746	1
11748	1
11749	1
11754	1
11751	1
11753	1
11756	1
11755	1
11759	1
11760	1
11763	1
11767	1
11768	1
11765	1
11770	1
11771	1
11774	1
11776	1
11777	1
11779	1
11778	1
11781	1
11784	1
11782	1
11788	1
11789	1
11786	1
11792	1
11793	1
11794	1
11790	1
11795	1
11796	1
11797	1
11800	1
11804	1
11802	1
11807	1
11808	1
11809	1
11805	1
11810	1
11813	1
11812	1
11817	1
11818	1
11821	1
11822	1
11823	1
11825	1
11827	1
11828	1
11829	1
11831	1
11832	1
11833	1
11838	1
11837	1
11835	1
11839	1
11843	1
11841	1
11845	1
11846	1
11847	1
11851	1
11852	1
11853	1
11850	1
11855	1
11856	1
11857	1
11862	1
11859	1
11863	1
11865	1
11868	1
11866	1
11872	1
11869	1
11874	1
11878	1
11877	1
11880	1
11881	1
11882	1
11883	1
11889	1
11890	1
11888	1
12053	1
11891	1
11892	1
11896	1
11897	1
11898	1
11901	1
11902	1
11906	1
11907	1
11905	1
11912	1
11911	1
11909	1
11914	1
11915	1
11918	1
11917	1
11920	1
11922	1
11919	1
11928	1
11925	1
11926	1
11933	1
11932	1
11930	1
11935	1
11937	1
11938	1
11941	1
11942	1
11945	1
11947	1
11946	1
11952	1
11953	1
11950	1
11954	1
11956	1
11958	1
11955	1
11959	1
11961	1
11962	1
11963	1
11964	1
11966	1
11968	1
11969	1
11970	1
11972	1
11973	1
11974	1
11976	1
11975	1
11981	1
11982	1
11984	1
11986	1
11985	1
11989	1
11991	1
11992	1
11996	1
11997	1
11998	1
12000	1
12001	1
12002	1
12003	1
12005	1
12006	1
12008	1
12007	1
12009	1
12010	1
12011	1
12015	1
12014	1
12013	1
12022	1
12019	1
12021	1
12023	1
12025	1
12026	1
12027	1
12029	1
12030	1
12032	1
12033	1
12034	1
12037	1
12038	1
12039	1
12041	1
12044	1
12047	1
12045	1
12050	1
12052	1
12055	1
12056	1
12058	1
12060	1
12061	1
12059	1
12065	1
12067	1
12071	1
12072	1
12070	1
12076	1
12078	1
12077	1
12080	1
12081	1
12082	1
12084	1
12086	1
12087	1
12090	1
12093	1
12091	1
12098	1
12095	1
12099	1
12100	1
12103	1
12102	1
12105	1
12106	1
12108	1
12107	1
12110	1
12113	1
12112	1
12114	1
12118	1
12116	1
12121	1
12122	1
12119	1
12128	1
12125	1
12130	1
12132	1
12133	1
12131	1
12137	1
12136	1
12140	1
12139	1
12147	1
12148	1
12145	1
12150	1
12152	1
12151	1
12156	1
12157	1
12155	1
12159	1
12163	1
12167	1
12168	1
12166	1
12171	1
12173	1
12169	1
12174	1
12175	1
12177	1
12178	1
12179	1
12181	1
12183	1
12187	1
12188	1
12185	1
12189	1
12190	1
12191	1
12198	1
12194	1
12197	1
12200	1
12202	1
12201	1
12204	1
12205	1
12207	1
12209	1
12210	1
12212	1
12213	1
12217	1
12218	1
12216	1
12220	1
12221	1
12222	1
12224	1
12227	1
12228	1
12233	1
12232	1
12235	1
12236	1
12237	1
12239	1
12240	1
12242	1
12243	1
12244	1
12246	1
12248	1
12245	1
12249	1
12252	1
12253	1
12251	1
12254	1
12255	1
12256	1
12257	1
12258	1
12259	1
12260	1
12261	1
12262	1
12263	1
12265	1
12266	1
12267	1
12268	1
12269	1
12270	1
12271	1
12272	1
12273	1
12274	1
12275	1
12276	1
12277	1
12278	1
12279	1
12280	1
12281	1
12282	1
12283	1
12284	1
12285	1
12286	1
12287	1
12288	1
12289	1
12290	1
12291	1
12292	1
12293	1
12294	1
12295	1
12296	1
12297	1
12298	1
12299	1
12300	1
12301	1
12302	1
12304	1
12305	1
12306	1
12307	1
12308	1
12309	1
12310	1
12311	1
12312	1
12313	1
12314	1
12315	1
12316	1
12317	1
12318	1
12319	1
12320	1
12321	1
12322	1
12323	1
12324	1
12325	1
12326	1
12327	1
12328	1
12329	1
12330	1
12331	1
12332	1
12333	1
12334	1
12335	1
12337	1
12338	1
12339	1
12340	1
12341	1
12342	1
12343	1
12344	1
12345	1
12346	1
12348	1
12349	1
12350	1
12351	1
12352	1
12353	1
12354	1
12355	1
12356	1
12357	1
12358	1
12359	1
12360	1
12361	1
12362	1
12363	1
12364	1
12365	1
12366	1
12367	1
12368	1
12369	1
12370	1
12371	1
12372	1
12373	1
12374	1
12375	1
12376	1
12377	1
12378	1
12379	1
12380	1
12381	1
12382	1
12383	1
12384	1
12385	1
12386	1
12387	1
12388	1
12389	1
12390	1
12391	1
12392	1
12393	1
12394	1
12395	1
12396	1
12397	1
12398	1
12399	1
12400	1
12401	1
12402	1
12403	1
12404	1
12405	1
12406	1
12407	1
12408	1
12409	1
12410	1
12411	1
12412	1
12413	1
12414	1
12415	1
12416	1
12417	1
12418	1
12419	1
12420	1
12421	1
12422	1
12423	1
12424	1
12425	1
12426	1
12427	1
12428	1
12429	1
12430	1
12431	1
12432	1
12433	1
12434	1
12435	1
12436	1
12437	1
12438	1
12439	1
12440	1
12441	1
12442	1
12443	1
12444	1
12445	1
12446	1
12447	1
12448	1
12449	1
12450	1
12451	1
12452	1
12453	1
12454	1
12455	1
12456	1
12457	1
12458	1
12459	1
12460	1
12461	1
12462	1
12463	1
12464	1
12465	1
12466	1
12467	1
12468	1
12469	1
12470	1
12471	1
12472	1
12473	1
12474	1
12475	1
12476	1
12477	1
12478	1
12479	1
12480	1
12481	1
12482	1
12483	1
12484	1
12485	1
12486	1
12487	1
12488	1
12489	1
12490	1
12491	1
12492	1
12493	1
12494	1
12495	1
12496	1
12497	1
12498	1
12499	1
12500	1
12501	1
12502	1
12503	1
12504	1
12505	1
12506	1
12507	1
12508	1
12509	1
12510	1
12511	1
12512	1
12513	1
12514	1
12515	1
12516	1
12517	1
12518	1
12519	1
12520	1
12521	1
12522	1
12523	1
12524	1
12526	1
12528	1
12529	1
12527	1
12530	1
12531	1
12533	1
12534	1
12535	1
12536	1
12537	1
12538	1
12539	1
12540	1
12541	1
12542	1
12543	1
12544	1
12545	1
12546	1
12547	1
12548	1
12549	1
12550	1
12551	1
12553	1
12554	1
12555	1
12556	1
12557	1
12558	1
12559	1
12560	1
12561	1
12562	1
12563	1
12564	1
12565	1
12566	1
12567	1
12568	1
12569	1
12570	1
12571	1
12572	1
12573	1
12574	1
12575	1
12576	1
12577	1
12578	1
12579	1
12581	1
12583	1
12584	1
12580	1
12585	1
12586	1
12587	1
12588	1
12589	1
12590	1
12591	1
12592	1
12593	1
12594	1
12595	1
12596	1
12597	1
12598	1
12599	1
12600	1
12601	1
12602	1
12603	1
12604	1
12605	1
12606	1
12607	1
12608	1
12609	1
12610	1
12611	1
12612	1
12613	1
12614	1
12615	1
12616	1
12618	1
12619	1
12620	1
12621	1
12622	1
12623	1
12624	1
12626	1
12627	1
12628	1
12629	1
12630	1
12631	1
12632	1
12633	1
12634	1
12635	1
12636	1
12637	1
12639	1
12640	1
12641	1
12642	1
12643	1
12644	1
12645	1
12646	1
12647	1
12648	1
12649	1
12651	1
12652	1
12653	1
12654	1
12655	1
12656	1
12657	1
12658	1
12659	1
12660	1
12661	1
12662	1
12663	1
12664	1
12665	1
12666	1
12667	1
12668	1
12669	1
12670	1
12671	1
12673	1
12674	1
12675	1
12676	1
12677	1
12678	1
12679	1
12680	1
12681	1
12682	1
12683	1
12684	1
12685	1
12686	1
12687	1
12688	1
12690	1
12691	1
12692	1
12694	1
12695	1
12696	1
12697	1
12698	1
12699	1
12700	1
12701	1
12702	1
12703	1
12704	1
12705	1
12707	1
12708	1
12709	1
12710	1
12711	1
12712	1
12713	1
12714	1
12715	1
12716	1
12717	1
12718	1
12719	1
12720	1
12721	1
12722	1
12723	1
12724	1
12725	1
12726	1
12727	1
12728	1
12729	1
12730	1
12731	1
12732	1
12733	1
12734	1
12735	1
12736	1
12737	1
12738	1
12739	1
12740	1
12741	1
12742	1
12743	1
12744	1
12745	1
12746	1
12747	1
12748	1
12749	1
12750	1
12751	1
12752	1
12753	1
12754	1
12755	1
12756	1
12758	1
12759	1
12760	1
12761	1
12762	1
12763	1
12764	1
12765	1
12766	1
12767	1
12768	1
12769	1
12770	1
12771	1
12772	1
12773	1
12774	1
12775	1
12776	1
12777	1
12779	1
12781	1
12782	1
12783	1
12784	1
12786	1
12787	1
12788	1
12789	1
12790	1
12791	1
12792	1
12793	1
12794	1
12795	1
12796	1
12797	1
12798	1
12799	1
12800	1
12801	1
12802	1
12803	1
12804	1
12805	1
12806	1
12807	1
12808	1
12809	1
12810	1
12811	1
12812	1
12813	1
12814	1
12815	1
12816	1
12817	1
12818	1
12819	1
12820	1
12821	1
12822	1
12823	1
12824	1
12825	1
12826	1
12827	1
12828	1
12829	1
12830	1
12831	1
12832	1
12833	1
12835	1
12836	1
12837	1
12838	1
12839	1
12840	1
12841	1
12842	1
12843	1
12844	1
12845	1
12846	1
12847	1
12848	1
12849	1
12850	1
12851	1
12852	1
12853	1
12854	1
12855	1
12856	1
12857	1
12858	1
12859	1
12860	1
12861	1
12862	1
12863	1
12864	1
12865	1
12866	1
12867	1
12868	1
12869	1
12870	1
12871	1
12872	1
12873	1
12874	1
12875	1
12876	1
12877	1
11588	1
11604	1
11733	1
12153	1
33	1
12778	1
12780	1
12785	1
12834	1
12229	1
11557	1
11617	1
12048	1
16247	1
16257	1
16271	1
16272	1
16277	1
16283	1
16284	1
16291	1
16292	1
16298	1
16309	1
16311	1
16316	1
16330	1
16344	1
16345	1
16346	1
16353	1
16354	1
16364	1
16367	1
16368	1
16369	1
16372	1
16373	1
16376	1
16397	1
16398	1
16400	1
16423	1
16436	1
16440	1
16444	1
16448	1
16455	1
16457	1
16458	1
16459	1
16469	1
16476	1
16477	1
16484	1
16486	1
16490	1
16494	1
16495	1
16501	1
16503	1
16510	1
16512	1
16519	1
16520	1
16524	1
16525	1
16526	1
16528	1
16529	1
16545	1
16544	1
16550	1
16554	1
16555	1
16570	1
16571	1
16578	1
16582	1
16583	1
16590	1
16593	1
16599	1
16600	1
16605	1
16610	1
16620	1
16633	1
16636	1
16637	1
16638	1
16643	1
16652	1
16663	1
16674	1
16698	1
16700	1
16708	1
16728	1
16739	1
16741	1
16743	1
16748	1
16753	1
16754	1
16761	1
16822	1
16823	1
16825	1
16840	1
16842	1
16853	1
16857	1
16860	1
16871	1
16873	1
16886	1
16888	1
16891	1
16904	1
16915	1
16921	1
16923	1
16924	1
16926	1
16933	1
16948	1
16959	1
16967	1
16983	1
16984	1
16992	1
16996	1
17001	1
17007	1
17022	1
17025	1
17033	1
17038	1
17045	1
17048	1
17052	1
17061	1
17064	1
17085	1
17087	1
17090	1
17095	1
17105	1
17114	1
17118	1
17119	1
17125	1
17133	1
17134	1
17138	1
17140	1
17144	1
17145	1
17146	1
17151	1
17156	1
17170	1
17175	1
17179	1
17182	1
17186	1
17197	1
17198	1
17199	1
17218	1
17221	1
17222	1
17224	1
17227	1
17241	1
17240	1
17242	1
17250	1
17251	1
17254	1
17261	1
17264	1
17275	1
17278	1
17283	1
17285	1
17286	1
17288	1
17293	1
17298	1
17300	1
17327	1
17335	1
17340	1
17342	1
17343	1
17345	1
17350	1
17352	1
17355	1
17383	1
17397	1
17403	1
17425	1
17428	1
17431	1
17450	1
17468	1
17474	1
17479	1
17487	1
17488	1
17497	1
17502	1
17507	1
17510	1
17519	1
17522	1
17532	1
17535	1
17536	1
17538	1
17548	1
17554	1
17564	1
17565	1
17572	1
17573	1
17581	1
17585	1
17588	1
17595	1
17607	1
17612	1
17613	1
17622	1
17628	1
17851	1
19769	1
19785	1
19793	1
19804	1
19806	1
19812	1
19814	1
19817	1
19826	1
19843	1
19848	1
19852	1
19890	1
19937	1
19949	1
19963	1
20016	1
20020	1
20021	1
20022	1
20024	1
20042	1
20068	1
20086	1
20103	1
20110	1
20112	1
20119	1
20121	1
20136	1
20140	1
20141	1
20155	1
20171	1
20172	1
20179	1
20190	1
20192	1
20205	1
20223	1
20224	1
20227	1
20236	1
20240	1
20248	1
20250	1
20251	1
20252	1
20259	1
20260	1
20271	1
20272	1
20276	1
20287	1
20296	1
20311	1
20323	1
20346	1
20356	1
20382	1
20389	1
20394	1
20458	1
20487	1
20506	1
20509	1
20532	1
20533	1
20567	1
20598	1
20606	1
20612	1
20668	1
20713	1
20717	1
20724	1
20735	1
20746	1
20760	1
20789	1
20819	1
20820	1
20821	1
20843	1
20860	1
20866	1
20867	1
20882	1
20901	1
20905	1
20907	1
20921	1
20936	1
20960	1
20963	1
20981	1
21010	1
21015	1
21022	1
21029	1
21034	1
21041	1
21050	1
21057	1
21073	1
21080	1
21110	1
21119	1
21146	1
21153	1
21159	1
21162	1
21181	1
21190	1
21201	1
21206	1
21213	1
21214	1
21237	1
21242	1
21246	1
11867	1
22012	1
22108	1
11870	1
11929	1
11533	1
11625	1
14042	1
12552	1
22036	1
12347	1
22041	1
22042	1
22051	1
22052	1
22053	1
12582	1
22069	1
22070	1
22075	1
22076	1
22078	1
22082	1
22083	1
12625	1
12650	1
22103	1
22105	1
22111	1
22115	1
22120	1
12020	1
22122	1
20832	1
22133	1
12158	1
22148	1
22155	1
17534	1
12757	1
22179	1
22182	1
22186	1
12525	1
19854	1
12532	1
16387	1
22252	1
22255	1
22259	1
22510	1
20218	1
22273	1
22279	1
22284	1
22300	1
22301	1
22306	1
22318	1
20415	1
22330	1
22356	1
22359	1
22362	1
22370	1
22374	1
12617	1
22381	1
12638	1
22426	1
22450	1
12672	1
22462	1
22476	1
22482	1
22493	1
22495	1
12689	1
12693	1
22511	1
22526	1
12706	1
22548	1
12336	1
22571	1
22585	1
22587	1
22591	1
22594	1
22335	1
11908	1
12040	1
12138	1
8990	1
11475	1
11480	1
11940	1
11491	1
11497	1
11507	1
11511	1
11522	1
11535	1
11551	1
11558	1
11567	1
11578	1
11583	1
11589	1
11591	1
11608	1
11613	1
11615	1
11643	1
11658	1
11679	1
11680	1
11691	1
11646	1
11923	1
11703	1
11707	1
11711	1
11712	1
11718	1
11723	1
11725	1
11731	1
11737	1
11740	1
11761	1
11750	1
11757	1
11762	1
11780	1
11785	1
11787	1
11803	1
11811	1
11814	1
11826	1
9195	1
11836	1
11848	1
11854	1
11864	1
11871	1
11876	1
12016	1
10709	1
11894	1
11900	1
11910	1
11913	1
11924	1
11934	1
11944	1
11951	1
11957	1
24645	1
11965	1
11971	1
11978	1
11980	1
11987	1
12004	1
9505	1
12028	1
12054	1
12062	1
12089	1
12115	1
12123	1
12142	1
12161	1
12165	1
12170	1
12176	1
12180	1
12193	1
24646	1
12199	1
12203	1
12215	1
12247	1
11477	1
11485	1
11487	1
11493	1
11496	1
11500	1
11513	1
11518	1
11527	1
11529	1
11532	1
11536	1
11540	1
11542	1
11561	1
11549	1
11562	1
11563	1
11570	1
11573	1
11582	1
11598	1
11600	1
11605	1
11614	1
11619	1
11620	1
11629	1
11632	1
11634	1
11638	1
11639	1
11644	1
11650	1
11652	1
11661	1
11662	1
11666	1
11671	1
11674	1
11678	1
11688	1
11689	1
11692	1
11695	1
11699	1
11702	1
11710	1
11724	1
11747	1
11752	1
11758	1
11764	1
11772	1
11773	1
11791	1
11798	1
11799	1
11806	1
11815	1
11820	1
11824	1
11830	1
11840	1
11844	1
11849	1
11858	1
11860	1
11861	1
11873	1
11887	1
11893	1
11899	1
11904	1
11903	1
11916	1
11921	1
11927	1
11931	1
11936	1
11939	1
11943	1
11949	1
11967	1
11977	1
11990	1
11993	1
11995	1
11994	1
11999	1
12017	1
12018	1
12031	1
12036	1
12042	1
12043	1
12051	1
12057	1
12064	1
12066	1
12069	1
11734	1
12073	1
12074	1
12075	1
12085	1
12088	1
12094	1
12096	1
12097	1
12104	1
12111	1
12117	1
12124	1
12127	1
12129	1
12135	1
12143	1
12144	1
12146	1
12162	1
12182	1
12184	1
12186	1
12195	1
12196	1
12208	1
12219	1
12226	1
12230	1
12234	1
12238	1
12250	1
11482	1
11504	1
11508	1
11516	1
11520	1
11565	1
11576	1
11585	1
11593	1
11597	1
11622	1
11631	1
11637	1
11647	1
11665	1
11676	1
11681	1
11722	1
11739	1
11745	1
11766	1
11775	1
11783	1
11801	1
11816	1
11819	1
11834	1
11842	1
11875	1
11884	1
11886	1
11895	1
11948	1
11960	1
11979	1
11983	1
11988	1
12012	1
12024	1
12035	1
12046	1
12049	1
12063	1
12068	1
12079	1
12083	1
12092	1
12101	1
12109	1
12120	1
12126	1
12134	1
12141	1
12149	1
12154	1
12160	1
12164	1
12172	1
12192	1
12206	1
12211	1
12214	1
12223	1
12225	1
12231	1
12241	1
124	2
130	2
127	2
132	2
134	2
137	2
139	2
143	2
145	2
147	2
149	2
152	2
155	2
157	2
159	2
165	2
166	2
168	2
173	2
175	2
178	2
180	2
181	2
184	2
188	2
190	2
193	2
195	2
198	2
200	2
203	2
205	2
207	2
209	2
213	2
215	2
218	2
220	2
221	2
225	2
227	2
229	2
232	2
234	2
240	2
237	2
242	2
244	2
248	2
249	2
252	2
254	2
259	2
262	2
264	2
266	2
269	2
272	2
274	2
277	2
279	2
283	2
285	2
287	2
289	2
292	2
295	2
297	2
299	2
302	2
304	2
307	2
309	2
312	2
314	2
317	2
319	2
322	2
324	2
327	2
329	2
338	2
340	2
342	2
344	2
347	2
349	2
352	2
355	2
357	2
359	2
362	2
364	2
367	2
369	2
372	2
374	2
377	2
379	2
381	2
384	2
387	2
389	2
392	2
394	2
397	2
399	2
402	2
404	2
407	2
409	2
412	2
413	2
415	2
417	2
419	2
422	2
424	2
427	2
429	2
432	2
434	2
437	2
439	2
442	2
443	2
447	2
449	2
452	2
454	2
457	2
460	2
462	2
464	2
467	2
469	2
472	2
474	2
477	2
479	2
482	2
484	2
487	2
489	2
492	2
494	2
497	2
499	2
502	2
504	2
508	2
510	2
511	2
514	2
513	2
22006	2
129	2
223	2
123	2
239	2
241	2
243	2
245	2
246	2
247	2
250	2
251	2
253	2
126	2
125	2
128	2
255	2
256	2
257	2
258	2
260	2
261	2
263	2
131	2
133	2
265	2
267	2
268	2
270	2
271	2
273	2
275	2
135	2
276	2
278	2
280	2
281	2
136	2
282	2
284	2
138	2
286	2
140	2
141	2
142	2
288	2
290	2
291	2
293	2
144	2
294	2
296	2
298	2
300	2
301	2
303	2
305	2
306	2
146	2
308	2
361	2
310	2
311	2
313	2
507	2
148	2
315	2
316	2
151	2
318	2
320	2
321	2
323	2
154	2
156	2
325	2
158	2
326	2
160	2
328	2
161	2
330	2
331	2
332	2
335	2
337	2
333	2
334	2
162	2
163	2
336	2
164	2
339	2
341	2
343	2
345	2
167	2
346	2
169	2
348	2
170	2
350	2
351	2
354	2
356	2
358	2
353	2
360	2
171	2
363	2
365	2
366	2
368	2
370	2
371	2
373	2
375	2
376	2
172	2
176	2
177	2
179	2
182	2
378	2
382	2
183	2
380	2
383	2
191	2
192	2
185	2
186	2
187	2
189	2
385	2
386	2
388	2
390	2
391	2
194	2
393	2
395	2
396	2
398	2
400	2
401	2
403	2
405	2
196	2
197	2
406	2
408	2
410	2
411	2
414	2
416	2
201	2
418	2
420	2
421	2
202	2
423	2
204	2
206	2
425	2
426	2
428	2
430	2
431	2
509	2
433	2
210	2
435	2
436	2
438	2
211	2
440	2
212	2
441	2
214	2
445	2
444	2
446	2
448	2
450	2
451	2
453	2
455	2
456	2
216	2
217	2
458	2
459	2
219	2
461	2
463	2
465	2
466	2
468	2
470	2
471	2
222	2
224	2
473	2
475	2
476	2
226	2
478	2
480	2
481	2
483	2
485	2
486	2
228	2
488	2
490	2
230	2
491	2
493	2
231	2
512	2
233	2
495	2
496	2
498	2
235	2
236	2
500	2
501	2
503	2
505	2
506	2
238	2
22622	2
22691	2
22788	2
22994	2
23415	2
150	2
174	2
208	2
199	2
153	2
16241	3
16255	3
16301	3
16314	3
16320	3
16337	3
16421	3
16446	3
16521	3
16710	3
16715	3
16736	3
16750	3
16751	3
16913	3
16976	3
16985	3
16989	3
17063	3
17260	3
17349	3
17361	3
17459	3
17485	3
17541	3
17560	3
17618	3
17626	3
21775	3
21776	3
21778	3
16256	3
21780	3
21782	3
21784	3
21785	3
16312	3
21789	3
21791	3
16348	3
21792	3
21794	3
21795	3
21796	3
21800	3
21802	3
21803	3
21804	3
21806	3
16518	3
16523	3
16543	3
21815	3
21817	3
21818	3
21825	3
21826	3
21828	3
21833	3
16692	3
21836	3
21837	3
16713	3
21838	3
21839	3
21840	3
21841	3
21843	3
16757	3
21844	3
21848	3
16773	3
21852	3
21854	3
21856	3
21857	3
16858	3
21863	3
21866	3
21867	3
21868	3
21869	3
21870	3
21873	3
21872	3
16906	3
16912	3
21875	3
21877	3
21879	3
21880	3
21881	3
16965	3
21890	3
21893	3
16979	3
16988	3
21896	3
21899	3
21900	3
17046	3
21902	3
21903	3
21904	3
21909	3
21910	3
21912	3
21913	3
17139	3
17157	3
21916	3
21917	3
21920	3
21921	3
17212	3
17220	3
21924	3
21925	3
17245	3
21926	3
21928	3
21929	3
21930	3
21931	3
21932	3
21937	3
21940	3
21941	3
21943	3
21944	3
21947	3
21950	3
21953	3
21966	3
21955	3
21958	3
21959	3
21960	3
21961	3
21962	3
21964	3
21965	3
17484	3
17493	3
21969	3
21972	3
21971	3
17512	3
21973	3
21976	3
21977	3
21978	3
17543	3
21979	3
21981	3
21984	3
21985	3
21986	3
17590	3
17593	3
21987	3
21988	3
21990	3
21991	3
17633	3
16276	3
16405	3
16329	3
16339	3
16399	3
16406	3
16451	3
16487	3
16537	3
16559	3
16561	3
16616	3
16671	3
16893	3
16766	3
16791	3
16835	3
16856	3
16940	3
17206	3
17379	3
17013	3
17189	3
17270	3
17458	3
17527	3
17568	3
2077	4
22163	5
22204	5
22211	5
22453	5
22487	5
22494	5
22529	5
22588	5
22412	5
11879	6
11885	6
12264	6
10114	6
11769	6
8756	6
8758	6
8761	6
8760	6
8763	6
8768	6
8766	6
8769	6
8771	6
8773	6
8775	6
8777	6
8783	6
8779	6
8782	6
8787	6
8785	6
8788	6
8789	6
8793	6
8794	6
8798	6
8801	6
8799	6
8808	6
8805	6
8810	6
8812	6
8816	6
8818	6
8823	6
8820	6
8825	6
8827	6
8831	6
8833	6
8835	6
8837	6
8839	6
8840	6
8842	6
8845	6
8847	6
8851	6
8853	6
8855	6
8857	6
8862	6
8860	6
8863	6
8864	6
8867	6
8870	6
8871	6
8874	6
8877	6
8880	6
8882	6
8884	6
8886	6
8893	6
8891	6
8896	6
8898	6
8899	6
8901	6
8903	6
8906	6
8907	6
8913	6
8910	6
8917	6
8915	6
8922	6
8920	6
8928	6
8926	6
8930	6
8932	6
8938	6
8936	6
8942	6
8939	6
8947	6
8945	6
8953	6
8950	6
8956	6
8957	6
8959	6
8961	6
8964	6
8968	6
8970	6
8971	6
8975	6
8976	6
8980	6
8981	6
8985	6
8986	6
8988	6
8989	6
8993	6
8994	6
8998	6
8997	6
8999	6
9001	6
9006	6
9004	6
9007	6
9011	6
9013	6
9018	6
9015	6
9017	6
9019	6
9022	6
9026	6
9027	6
9030	6
9032	6
9034	6
9035	6
9038	6
9040	6
9043	6
9045	6
9047	6
9050	6
9053	6
9057	6
9056	6
9063	6
9061	6
9068	6
9066	6
9073	6
9069	6
9071	6
9076	6
9075	6
9081	6
9082	6
9083	6
9088	6
9086	6
9091	6
9093	6
9094	6
9095	6
9098	6
9099	6
9101	6
9103	6
9106	6
9108	6
9113	6
9111	6
9117	6
9118	6
9114	6
9119	6
9121	6
9123	6
9125	6
9128	6
9129	6
9131	6
9138	6
9134	6
9139	6
9141	6
9142	6
9148	6
9146	6
9153	6
9150	6
9155	6
9157	6
9161	6
9159	6
9163	6
9166	6
9167	6
9165	6
9172	6
9173	6
9170	6
9176	6
9175	6
9181	6
9183	6
9182	6
9185	6
9187	6
9189	6
9192	6
9194	6
9197	6
9199	6
9201	6
9205	6
9207	6
9206	6
9209	6
9213	6
9210	6
9216	6
9217	6
9218	6
9219	6
9222	6
9221	6
9227	6
9228	6
9224	6
9230	6
9231	6
9232	6
9233	6
9236	6
9238	6
9243	6
9240	6
9245	6
9246	6
9252	6
9249	6
9254	6
9257	6
9260	6
9262	6
9267	6
9265	6
9271	6
9270	6
9277	6
9278	6
9275	6
9283	6
9280	6
9282	6
9287	6
9285	6
9290	6
9292	6
9296	6
9298	6
9299	6
9302	6
9300	6
9305	6
9307	6
9310	6
9312	6
9315	6
9317	6
9320	6
9323	6
9328	6
9325	6
9327	6
9329	6
9331	6
9333	6
9334	6
9338	6
9336	6
9342	6
9339	6
9346	6
9348	6
9349	6
9350	6
9352	6
9355	6
9357	6
9359	6
9361	6
9366	6
9368	6
9370	6
9372	6
9375	6
9376	6
9380	6
9383	6
9379	6
9388	6
9384	6
9387	6
9390	6
9392	6
9395	6
9396	6
9394	6
9401	6
9399	6
9403	6
9408	6
9406	6
9407	6
9409	6
9411	6
9415	6
9416	6
9418	6
9417	6
9419	6
9423	6
9422	6
9425	6
9424	6
9428	6
9430	6
9432	6
9434	6
9437	6
9440	6
9443	6
9446	6
9445	6
9451	6
9452	6
9453	6
9457	6
9455	6
9460	6
9462	6
9459	6
9464	6
9467	6
9471	6
9473	6
9478	6
9477	6
9476	6
9480	6
9483	6
9485	6
9487	6
9491	6
9490	6
9493	6
9496	6
9495	6
9499	6
9501	6
9503	6
9506	6
9507	6
9511	6
9513	6
9512	6
9515	6
9516	6
9517	6
9519	6
9521	6
9525	6
9527	6
9530	6
9533	6
9534	6
9538	6
9537	6
9539	6
9541	6
9544	6
9547	6
9548	6
9550	6
9552	6
9555	6
9556	6
9558	6
9559	6
9562	6
9566	6
9568	6
9572	6
9569	6
9573	6
9575	6
9576	6
9580	6
9582	6
9585	6
9587	6
9589	6
9592	6
9595	6
9594	6
9598	6
9599	6
9601	6
9604	6
9606	6
9609	6
9611	6
9614	6
9618	6
9616	6
9620	6
9622	6
9625	6
9627	6
9629	6
9631	6
9633	6
9637	6
9635	6
9643	6
9640	6
9642	6
9647	6
9646	6
9648	6
9649	6
9652	6
9654	6
9656	6
9658	6
9660	6
9662	6
9665	6
9667	6
9666	6
9670	6
9672	6
9678	6
9675	6
9677	6
9679	6
9680	6
9682	6
9688	6
9685	6
9693	6
9689	6
9691	6
9694	6
9696	6
9703	6
9701	6
9706	6
9708	6
9705	6
9709	6
9711	6
9713	6
9714	6
9717	6
9719	6
9720	6
9722	6
9724	6
9726	6
9732	6
9733	6
9729	6
9735	6
9738	6
9742	6
9740	6
9745	6
9747	6
9752	6
9751	6
9749	6
9756	6
9758	6
9759	6
9762	6
9766	6
9767	6
9770	6
9772	6
9775	6
9777	6
9779	6
9781	6
9787	6
9784	6
9786	6
9789	6
9790	6
9791	6
9792	6
9793	6
9794	6
9795	6
9796	6
9797	6
9798	6
9799	6
9800	6
9801	6
9802	6
9803	6
9804	6
9805	6
9806	6
9807	6
9808	6
9809	6
9810	6
9811	6
9812	6
9813	6
9814	6
9815	6
9816	6
9817	6
9818	6
9819	6
9820	6
9821	6
9822	6
9823	6
9824	6
9825	6
9826	6
9827	6
9828	6
9829	6
9831	6
9832	6
9833	6
9834	6
9835	6
9836	6
9837	6
9838	6
9839	6
9840	6
9841	6
9842	6
9843	6
9845	6
9847	6
9848	6
9849	6
9850	6
9851	6
9852	6
9853	6
9854	6
9855	6
9856	6
9857	6
9858	6
9859	6
9860	6
9861	6
9862	6
9863	6
9864	6
9865	6
9866	6
9867	6
9868	6
9869	6
9870	6
9871	6
9872	6
9873	6
9874	6
9875	6
9876	6
9877	6
9878	6
9879	6
9880	6
9881	6
9882	6
9883	6
9884	6
9885	6
9886	6
9887	6
9888	6
9889	6
9890	6
9891	6
9892	6
9893	6
9895	6
9896	6
9897	6
9898	6
9899	6
9900	6
9901	6
9902	6
9903	6
9904	6
9905	6
9906	6
9907	6
9908	6
9909	6
9910	6
9911	6
9912	6
9913	6
9914	6
9915	6
9916	6
9917	6
9918	6
9919	6
9920	6
9921	6
9922	6
9923	6
9924	6
9925	6
9926	6
9927	6
9928	6
9929	6
9930	6
9931	6
9932	6
9933	6
9934	6
9935	6
9936	6
9937	6
9938	6
9939	6
9940	6
9941	6
9942	6
9943	6
9944	6
9945	6
9946	6
9947	6
9948	6
9949	6
9950	6
9951	6
9952	6
9953	6
9954	6
9955	6
9956	6
9957	6
9958	6
9959	6
9960	6
9961	6
9962	6
9963	6
9965	6
9966	6
9967	6
9968	6
9969	6
9970	6
9971	6
9972	6
9973	6
9974	6
9975	6
9976	6
9977	6
9978	6
9979	6
9980	6
9981	6
9982	6
9983	6
9984	6
9985	6
9986	6
9987	6
9988	6
9989	6
9990	6
9991	6
9992	6
9993	6
9994	6
9995	6
9996	6
9997	6
9998	6
9999	6
10000	6
10001	6
10002	6
10003	6
10004	6
10005	6
10006	6
10007	6
10008	6
10009	6
10010	6
10011	6
10012	6
10013	6
10014	6
10015	6
10016	6
10017	6
10019	6
10020	6
10021	6
10022	6
10023	6
10024	6
10025	6
10026	6
10027	6
10028	6
10029	6
10030	6
10031	6
10032	6
10033	6
10034	6
10035	6
10036	6
10037	6
10038	6
10039	6
10040	6
10041	6
10042	6
10043	6
10044	6
10045	6
10046	6
10047	6
10048	6
10049	6
10050	6
10051	6
10052	6
10053	6
10054	6
10055	6
10057	6
10058	6
10059	6
10060	6
10061	6
10062	6
10063	6
10064	6
10065	6
10066	6
10067	6
10068	6
10069	6
10070	6
10071	6
10072	6
10073	6
10074	6
10075	6
10077	6
10078	6
10079	6
10080	6
10081	6
10082	6
10083	6
10084	6
10085	6
10086	6
10087	6
10088	6
10089	6
10090	6
10091	6
10092	6
10093	6
10094	6
10095	6
10096	6
10097	6
10098	6
10099	6
10100	6
10101	6
10102	6
10103	6
10104	6
10105	6
10106	6
10107	6
10108	6
10109	6
10110	6
10112	6
10113	6
10115	6
10116	6
10117	6
10118	6
10119	6
10120	6
10121	6
10122	6
10123	6
10124	6
10125	6
10126	6
10127	6
10128	6
10129	6
10130	6
10131	6
10132	6
10133	6
10134	6
10135	6
10136	6
10138	6
10139	6
10140	6
10141	6
10142	6
10143	6
10144	6
10145	6
10146	6
10147	6
10148	6
10149	6
10150	6
10151	6
10152	6
10153	6
10154	6
10155	6
10156	6
10157	6
10158	6
10159	6
10160	6
10161	6
10162	6
10163	6
10164	6
10165	6
10166	6
10167	6
10168	6
10169	6
10170	6
10171	6
10172	6
10173	6
10174	6
10175	6
10176	6
10177	6
10178	6
10179	6
10180	6
10181	6
10182	6
10183	6
10184	6
10185	6
10186	6
10187	6
10188	6
10189	6
10190	6
10191	6
10192	6
10193	6
10194	6
10195	6
10197	6
10198	6
10199	6
10200	6
10201	6
10202	6
10203	6
10204	6
10205	6
10206	6
10207	6
10209	6
10210	6
10211	6
10212	6
10213	6
10214	6
10215	6
10216	6
10217	6
10218	6
10219	6
10220	6
10221	6
10222	6
10223	6
10224	6
10225	6
10226	6
10227	6
10228	6
10229	6
10230	6
10231	6
10232	6
10233	6
10234	6
10235	6
10236	6
10237	6
10238	6
10239	6
10240	6
10241	6
10242	6
10243	6
10244	6
10245	6
10246	6
10247	6
10248	6
10249	6
10250	6
10251	6
10252	6
10253	6
10254	6
10255	6
10256	6
10257	6
10258	6
10259	6
10260	6
10261	6
10262	6
10263	6
10264	6
10265	6
10266	6
10267	6
10268	6
10269	6
10270	6
10271	6
10272	6
10273	6
10274	6
10275	6
10276	6
10277	6
10278	6
10279	6
10280	6
10281	6
10282	6
10283	6
10284	6
10285	6
10286	6
10287	6
10288	6
10289	6
10290	6
10291	6
10292	6
10293	6
10294	6
10295	6
10296	6
10297	6
10298	6
10299	6
10300	6
10301	6
10302	6
10303	6
10304	6
10305	6
10306	6
10307	6
10309	6
10310	6
10311	6
10312	6
10313	6
10314	6
10315	6
10316	6
10317	6
10318	6
10319	6
10320	6
10321	6
10322	6
10323	6
10324	6
10325	6
10326	6
10327	6
10328	6
10329	6
10330	6
10331	6
10332	6
10333	6
10334	6
10335	6
10336	6
10337	6
10338	6
10339	6
10340	6
10341	6
10342	6
10343	6
10344	6
10345	6
10346	6
10347	6
10348	6
10350	6
10351	6
10352	6
10353	6
10354	6
10355	6
10356	6
10357	6
10358	6
10359	6
10360	6
10361	6
10362	6
10363	6
10364	6
10365	6
10366	6
10368	6
10369	6
10370	6
10371	6
10372	6
10373	6
10374	6
10375	6
10376	6
10377	6
10378	6
10379	6
10380	6
10381	6
10382	6
10383	6
10384	6
10385	6
10386	6
10387	6
10388	6
10389	6
10390	6
10391	6
10392	6
10393	6
10394	6
10395	6
10396	6
10397	6
10398	6
10399	6
10400	6
10401	6
10402	6
10403	6
10404	6
10405	6
10406	6
10407	6
10408	6
10409	6
10410	6
10411	6
10412	6
10413	6
10414	6
10415	6
10416	6
10417	6
10418	6
10419	6
10420	6
10421	6
10422	6
10423	6
10424	6
10425	6
10426	6
10427	6
10428	6
10429	6
10430	6
10431	6
10432	6
10433	6
10434	6
10435	6
10436	6
10437	6
10438	6
10439	6
10440	6
10441	6
10442	6
10443	6
10444	6
10445	6
10446	6
10447	6
10448	6
10449	6
10450	6
10451	6
10452	6
10453	6
10454	6
10455	6
10456	6
10457	6
10458	6
10459	6
10460	6
10461	6
10462	6
10463	6
10464	6
10465	6
10466	6
10467	6
10468	6
10469	6
10470	6
10471	6
10472	6
10473	6
10474	6
10475	6
10476	6
10477	6
10478	6
10479	6
10480	6
10481	6
10482	6
10483	6
10484	6
10485	6
10486	6
10487	6
10488	6
10489	6
10490	6
10491	6
10492	6
10493	6
10494	6
10495	6
10496	6
10497	6
10498	6
10499	6
10500	6
10501	6
10502	6
10503	6
10504	6
10505	6
10506	6
10507	6
10508	6
10509	6
10510	6
10511	6
10513	6
10514	6
10515	6
10516	6
10517	6
10518	6
10519	6
10520	6
10521	6
10522	6
10523	6
10524	6
10525	6
10526	6
10527	6
10528	6
10529	6
10530	6
10531	6
10532	6
10533	6
10534	6
10535	6
10536	6
10537	6
10538	6
10539	6
10540	6
10541	6
10542	6
10543	6
10544	6
10545	6
10546	6
10547	6
10548	6
10549	6
10550	6
10551	6
10552	6
10553	6
10554	6
10555	6
10556	6
10557	6
10558	6
10559	6
10560	6
10561	6
10562	6
10563	6
10564	6
10565	6
10566	6
10567	6
10568	6
10569	6
10570	6
10571	6
10572	6
10573	6
10574	6
10575	6
10576	6
10577	6
10578	6
10579	6
10580	6
10581	6
10582	6
10583	6
10584	6
10585	6
10586	6
10587	6
10588	6
10589	6
10590	6
10591	6
10592	6
10593	6
10594	6
10595	6
10596	6
10597	6
10598	6
10599	6
10600	6
10601	6
10602	6
10603	6
10604	6
10605	6
10606	6
10607	6
10608	6
10609	6
10610	6
10611	6
10613	6
10614	6
10615	6
10616	6
10617	6
10618	6
10619	6
10620	6
10621	6
10622	6
10623	6
10624	6
10625	6
10626	6
10627	6
10628	6
10629	6
10630	6
10631	6
10632	6
10633	6
10634	6
10636	6
10637	6
10638	6
10639	6
10640	6
10641	6
10642	6
10643	6
10644	6
10645	6
10646	6
10647	6
10648	6
10649	6
10650	6
10651	6
10652	6
10653	6
10654	6
10655	6
10656	6
10657	6
10658	6
10659	6
10660	6
10661	6
10662	6
10663	6
10664	6
10665	6
10666	6
10667	6
10668	6
10669	6
10670	6
10671	6
10672	6
10673	6
10674	6
10675	6
10676	6
10677	6
10678	6
10679	6
10680	6
10682	6
10683	6
10684	6
10685	6
10686	6
10687	6
10688	6
10689	6
10690	6
10691	6
10692	6
10693	6
10694	6
10695	6
10696	6
10697	6
10698	6
10699	6
10700	6
10701	6
10702	6
10703	6
10704	6
10705	6
10706	6
10707	6
10708	6
10710	6
10711	6
10712	6
10713	6
10714	6
10715	6
10716	6
10717	6
10719	6
10720	6
10721	6
10722	6
10723	6
10724	6
10725	6
10726	6
10727	6
10728	6
10729	6
10730	6
10731	6
10732	6
10734	6
10735	6
10736	6
10737	6
10738	6
10739	6
10740	6
10741	6
10742	6
10743	6
10744	6
10745	6
10746	6
10747	6
10748	6
10749	6
10750	6
10751	6
10752	6
10753	6
10754	6
10755	6
10756	6
10757	6
10758	6
10759	6
10760	6
10761	6
10762	6
10763	6
10764	6
10765	6
10766	6
10767	6
10768	6
10769	6
10770	6
10771	6
10772	6
10773	6
10774	6
10775	6
10776	6
10777	6
10778	6
10779	6
10780	6
10781	6
10782	6
10783	6
10784	6
10785	6
10786	6
10787	6
10788	6
10789	6
10790	6
10791	6
10792	6
10793	6
10794	6
10795	6
10796	6
10797	6
10798	6
10799	6
10800	6
10801	6
10802	6
10803	6
10804	6
10805	6
10806	6
10807	6
10808	6
10809	6
10810	6
10811	6
10812	6
10813	6
10814	6
10815	6
10816	6
10817	6
10818	6
10819	6
10820	6
10821	6
10822	6
10823	6
10824	6
10825	6
10826	6
10827	6
10828	6
10829	6
10830	6
10831	6
10832	6
10833	6
10834	6
10835	6
10836	6
10837	6
10838	6
10839	6
10840	6
10841	6
10842	6
10843	6
10844	6
10845	6
10846	6
10847	6
10848	6
10849	6
10850	6
10851	6
10852	6
10853	6
10854	6
10855	6
10856	6
10857	6
10858	6
10859	6
10860	6
10861	6
10862	6
10863	6
10864	6
10865	6
10866	6
10867	6
10868	6
10869	6
10870	6
10871	6
10872	6
10873	6
10874	6
10875	6
10876	6
10877	6
10878	6
10879	6
10880	6
10881	6
10883	6
10884	6
10885	6
10886	6
10887	6
10888	6
10890	6
10891	6
10892	6
10893	6
10894	6
10895	6
10896	6
10897	6
10898	6
10899	6
10900	6
10901	6
10902	6
10903	6
10904	6
10905	6
10906	6
10907	6
10908	6
10909	6
10910	6
10911	6
10912	6
10913	6
10914	6
10915	6
10916	6
10917	6
10918	6
10919	6
10920	6
10921	6
10922	6
10923	6
10924	6
10925	6
10926	6
10927	6
10929	6
10930	6
10931	6
10932	6
10933	6
10934	6
10935	6
10936	6
10937	6
10938	6
10939	6
10940	6
10941	6
10942	6
10943	6
10944	6
10945	6
10946	6
10947	6
10948	6
10949	6
10950	6
10951	6
10952	6
10953	6
10954	6
10955	6
10956	6
10957	6
10958	6
10959	6
10960	6
10961	6
10962	6
10963	6
10964	6
10965	6
10966	6
10967	6
10968	6
10969	6
10971	6
10972	6
10973	6
10974	6
10975	6
10976	6
10977	6
10978	6
10979	6
10980	6
10981	6
10982	6
10983	6
10984	6
10985	6
10986	6
10987	6
10988	6
10989	6
10990	6
10991	6
10992	6
10993	6
10994	6
10995	6
10996	6
10997	6
10998	6
10999	6
11000	6
11001	6
11002	6
11003	6
11004	6
11005	6
11006	6
11007	6
11008	6
11009	6
11010	6
11011	6
11013	6
11014	6
11015	6
11016	6
11017	6
11018	6
11019	6
11020	6
11021	6
11022	6
11023	6
11024	6
11025	6
11027	6
11028	6
11029	6
11030	6
11031	6
11032	6
11033	6
11034	6
11035	6
11036	6
11037	6
11038	6
11039	6
11040	6
11041	6
11042	6
11043	6
11044	6
11045	6
11046	6
11047	6
11048	6
11049	6
11050	6
11051	6
11052	6
11053	6
11054	6
11055	6
11056	6
11057	6
11058	6
11059	6
11060	6
11061	6
11062	6
11063	6
11064	6
11065	6
11066	6
11067	6
11068	6
11069	6
11070	6
11071	6
11072	6
11073	6
11074	6
11075	6
11076	6
11077	6
11078	6
11079	6
11080	6
11081	6
11082	6
11083	6
11084	6
11085	6
11086	6
11087	6
11088	6
11089	6
11090	6
11091	6
11092	6
11093	6
11094	6
11095	6
11096	6
11097	6
11098	6
11099	6
11100	6
11101	6
11102	6
11103	6
11104	6
11105	6
11106	6
11107	6
11108	6
11109	6
11110	6
11111	6
11112	6
11113	6
11114	6
11115	6
11116	6
11117	6
11118	6
11119	6
11120	6
11121	6
11122	6
11123	6
11124	6
11125	6
11126	6
11127	6
11128	6
11129	6
11130	6
11131	6
11132	6
11133	6
11134	6
11135	6
11136	6
11137	6
11138	6
11139	6
11140	6
11141	6
11142	6
11143	6
11144	6
11145	6
11146	6
11147	6
11148	6
11149	6
11150	6
11151	6
11152	6
11153	6
11154	6
11155	6
11156	6
11157	6
11158	6
11159	6
11160	6
11161	6
11162	6
11163	6
11164	6
11165	6
11166	6
11167	6
11168	6
11169	6
11170	6
11171	6
11172	6
11173	6
11174	6
11175	6
11176	6
11177	6
11178	6
11179	6
11180	6
11181	6
11182	6
11183	6
11184	6
11185	6
11186	6
11187	6
11188	6
11189	6
11190	6
11191	6
11192	6
11193	6
11194	6
11195	6
11196	6
11197	6
11198	6
11199	6
11200	6
11201	6
11202	6
11203	6
11204	6
11205	6
11206	6
11207	6
11208	6
11209	6
11210	6
11211	6
11212	6
11213	6
11214	6
11215	6
11216	6
11217	6
11218	6
11219	6
11220	6
11221	6
11222	6
11223	6
11224	6
11225	6
11226	6
11227	6
11228	6
11229	6
11230	6
11231	6
11232	6
11233	6
11234	6
11235	6
11236	6
11237	6
11238	6
11239	6
11240	6
11241	6
11242	6
11243	6
11244	6
11245	6
11246	6
11247	6
11248	6
11249	6
11250	6
11251	6
11252	6
11253	6
11254	6
11255	6
11256	6
11257	6
11258	6
11259	6
11260	6
11261	6
11262	6
11263	6
11264	6
11265	6
11266	6
11267	6
11268	6
11269	6
11270	6
11271	6
11272	6
11273	6
11274	6
11275	6
11276	6
11277	6
11278	6
11279	6
11280	6
11281	6
11282	6
11283	6
11284	6
11285	6
11286	6
11287	6
11288	6
11289	6
11290	6
11291	6
11292	6
11293	6
11294	6
11295	6
11296	6
11297	6
11298	6
11299	6
11300	6
11301	6
11302	6
11303	6
11304	6
11305	6
11306	6
11307	6
11308	6
11309	6
11310	6
11311	6
11312	6
11313	6
11314	6
11315	6
11316	6
11317	6
11318	6
11319	6
11320	6
11321	6
11322	6
11323	6
11324	6
11325	6
11326	6
11327	6
11328	6
11329	6
11330	6
11331	6
11332	6
11333	6
11334	6
11335	6
11336	6
11337	6
11338	6
11339	6
11340	6
11341	6
11342	6
11343	6
11344	6
11345	6
11346	6
11347	6
11348	6
11349	6
11350	6
11351	6
11352	6
11353	6
11354	6
11355	6
11356	6
11357	6
11358	6
11359	6
11360	6
11361	6
11362	6
11363	6
11364	6
11365	6
11366	6
11367	6
11368	6
11369	6
11370	6
11371	6
11372	6
11373	6
11374	6
11375	6
11376	6
11377	6
11378	6
11379	6
11380	6
11381	6
11382	6
11383	6
11384	6
11385	6
11386	6
11387	6
11388	6
11389	6
11390	6
11391	6
11392	6
11393	6
11394	6
11395	6
11396	6
11397	6
11398	6
11399	6
11400	6
11401	6
11402	6
11403	6
11404	6
11405	6
11406	6
11407	6
11408	6
11409	6
11410	6
11411	6
11412	6
11413	6
11414	6
11415	6
11416	6
11417	6
11418	6
11419	6
11420	6
11421	6
11422	6
11423	6
11424	6
11425	6
11426	6
11427	6
11428	6
11429	6
11430	6
11431	6
11432	6
11433	6
11434	6
11435	6
11436	6
11437	6
11438	6
11439	6
11440	6
11441	6
11442	6
11443	6
11444	6
11445	6
11446	6
11447	6
11448	6
11449	6
11450	6
11451	6
11452	6
11453	6
11454	6
11455	6
11456	6
11457	6
11458	6
11459	6
11460	6
11461	6
11462	6
11463	6
11464	6
11465	6
11466	6
11467	6
11468	6
11469	6
11470	6
11471	6
11472	6
11473	6
11474	6
11478	6
11479	6
11476	6
11481	6
11484	6
11483	6
11488	6
11489	6
11486	6
11490	6
11494	6
11492	6
11498	6
11499	6
11495	6
11501	6
11502	6
11503	6
11506	6
11505	6
11509	6
11514	6
11510	6
11512	6
11519	6
11515	6
11517	6
11521	6
11523	6
11524	6
11525	6
11528	6
11526	6
11530	6
11531	6
11534	6
11537	6
11538	6
11539	6
11543	6
11544	6
11541	6
11545	6
11546	6
11548	6
11547	6
11550	6
11552	6
11553	6
11554	6
11555	6
11556	6
11559	6
11560	6
11564	6
11569	6
11566	6
11568	6
11574	6
11572	6
11571	6
11577	6
11579	6
11575	6
11580	6
11581	6
11584	6
11586	6
11587	6
11590	6
11594	6
11592	6
11596	6
11599	6
11595	6
11601	6
11602	6
11603	6
11606	6
11607	6
11609	6
11612	6
11611	6
11610	6
11618	6
11616	6
11621	6
11624	6
11623	6
11627	6
11626	6
11628	6
11633	6
11630	6
11636	6
11635	6
11640	6
11641	6
11642	6
11645	6
11648	6
11649	6
11653	6
11654	6
11651	6
11655	6
11656	6
11657	6
11659	6
11660	6
11663	6
11664	6
11668	6
11669	6
11667	6
11673	6
11672	6
11670	6
11677	6
11675	6
11682	6
11683	6
11684	6
11686	6
11685	6
11687	6
11694	6
11690	6
11693	6
11698	6
11696	6
11697	6
11700	6
11701	6
11704	6
11705	6
11708	6
11709	6
11706	6
11714	6
11713	6
11716	6
11717	6
11719	6
11715	6
11721	6
11720	6
11726	6
11728	6
11729	6
11727	6
11730	6
11732	6
11736	6
11738	6
11735	6
11741	6
11742	6
11744	6
11743	6
11746	6
11748	6
11749	6
11754	6
11751	6
11753	6
11756	6
11755	6
11759	6
11760	6
11763	6
11767	6
11768	6
11765	6
11770	6
11771	6
11774	6
11776	6
11777	6
11779	6
11778	6
11781	6
11784	6
11782	6
11788	6
11789	6
11786	6
11792	6
11793	6
11794	6
11790	6
11795	6
11796	6
11797	6
11800	6
11804	6
11802	6
11807	6
11808	6
11809	6
11805	6
11810	6
11813	6
11812	6
11817	6
11818	6
11821	6
11822	6
11823	6
11825	6
11827	6
11828	6
11829	6
11831	6
11832	6
11833	6
11838	6
11837	6
11835	6
11839	6
11843	6
11841	6
11845	6
11846	6
11847	6
11851	6
11852	6
11853	6
11850	6
11855	6
11856	6
11857	6
11862	6
11859	6
11863	6
11865	6
11868	6
11866	6
11872	6
11869	6
11874	6
11878	6
11877	6
11880	6
11881	6
11882	6
11883	6
11889	6
11890	6
11888	6
12053	6
11891	6
11892	6
11896	6
11897	6
11898	6
11901	6
11902	6
11906	6
11907	6
11905	6
11912	6
11911	6
11909	6
11914	6
11915	6
11918	6
11917	6
11920	6
11922	6
11919	6
11928	6
11925	6
11926	6
11933	6
11932	6
11930	6
11935	6
11937	6
11938	6
11941	6
11942	6
11945	6
11947	6
11946	6
11952	6
11953	6
11950	6
11954	6
11956	6
11958	6
11955	6
11959	6
11961	6
11962	6
11963	6
11964	6
11966	6
11968	6
11969	6
11970	6
11972	6
11973	6
11974	6
11976	6
11975	6
11981	6
11982	6
11984	6
11986	6
11985	6
11989	6
11991	6
11992	6
11996	6
11997	6
11998	6
12000	6
12001	6
12002	6
12003	6
12005	6
12006	6
12008	6
12007	6
12009	6
12010	6
12011	6
12015	6
12014	6
12013	6
12022	6
12019	6
12021	6
12023	6
12025	6
12026	6
12027	6
12029	6
12030	6
12032	6
12033	6
12034	6
12037	6
12038	6
12039	6
12041	6
12044	6
12047	6
12045	6
12050	6
12052	6
12055	6
12056	6
12058	6
12060	6
12061	6
12059	6
12065	6
12067	6
12071	6
12072	6
12070	6
12076	6
12078	6
12077	6
12080	6
12081	6
12082	6
12084	6
12086	6
12087	6
12090	6
12093	6
12091	6
12098	6
12095	6
12099	6
12100	6
12103	6
12102	6
12105	6
12106	6
12108	6
12107	6
12110	6
12113	6
12112	6
12114	6
12118	6
12116	6
12121	6
12122	6
12119	6
12128	6
12125	6
12130	6
12132	6
12133	6
12131	6
12137	6
12136	6
12140	6
12139	6
12147	6
12148	6
12145	6
12150	6
12152	6
12151	6
12156	6
12157	6
12155	6
12159	6
12163	6
12167	6
12168	6
12166	6
12171	6
12173	6
12169	6
12174	6
12175	6
12177	6
12178	6
12179	6
12181	6
12183	6
12187	6
12188	6
12185	6
12189	6
12190	6
12191	6
12198	6
12194	6
12197	6
12200	6
12202	6
12201	6
12204	6
12205	6
12207	6
12209	6
12210	6
12212	6
12213	6
12217	6
12218	6
12216	6
12220	6
12221	6
12222	6
12224	6
12227	6
12228	6
12233	6
12232	6
12235	6
12236	6
12237	6
12239	6
12240	6
12242	6
12243	6
12244	6
12246	6
12248	6
12245	6
12249	6
12252	6
12253	6
12251	6
12254	6
12255	6
12256	6
12257	6
12258	6
12259	6
12260	6
12261	6
12262	6
12263	6
12265	6
12266	6
12267	6
12268	6
12269	6
12270	6
12271	6
12272	6
12273	6
12274	6
12275	6
12276	6
12277	6
12278	6
12279	6
12280	6
12281	6
12282	6
12283	6
12284	6
12285	6
12286	6
12287	6
12288	6
12289	6
12290	6
12291	6
12292	6
12293	6
12294	6
12295	6
12296	6
12297	6
12298	6
12299	6
12300	6
12301	6
12302	6
12304	6
12305	6
12306	6
12307	6
12308	6
12309	6
12310	6
12311	6
12312	6
12313	6
12314	6
12315	6
12316	6
12317	6
12318	6
12319	6
12320	6
12321	6
12322	6
12323	6
12324	6
12325	6
12326	6
12327	6
12328	6
12329	6
12330	6
12331	6
12332	6
12333	6
12334	6
12335	6
12337	6
12338	6
12339	6
12340	6
12341	6
12342	6
12343	6
12344	6
12345	6
12346	6
12348	6
12349	6
12350	6
12351	6
12352	6
12353	6
12354	6
12355	6
12356	6
12357	6
12358	6
12359	6
12360	6
12361	6
12362	6
12363	6
12364	6
12365	6
12366	6
12367	6
12368	6
12369	6
12370	6
12371	6
12372	6
12373	6
12374	6
12375	6
12376	6
12377	6
12378	6
12379	6
12380	6
12381	6
12382	6
12383	6
12384	6
12385	6
12386	6
12387	6
12388	6
12389	6
12390	6
12391	6
12392	6
12393	6
12394	6
12395	6
12396	6
12397	6
12398	6
12399	6
12400	6
12401	6
12402	6
12403	6
12404	6
12405	6
12406	6
12407	6
12408	6
12409	6
12410	6
12411	6
12412	6
12413	6
12414	6
12415	6
12416	6
12417	6
12418	6
12419	6
12420	6
12421	6
12422	6
12423	6
12424	6
12425	6
12426	6
12427	6
12428	6
12429	6
12430	6
12431	6
12432	6
12433	6
12434	6
12435	6
12436	6
12437	6
12438	6
12439	6
12440	6
12441	6
12442	6
12443	6
12444	6
12445	6
12446	6
12447	6
12448	6
12449	6
12450	6
12451	6
12452	6
12453	6
12454	6
12455	6
12456	6
12457	6
12458	6
12459	6
12460	6
12461	6
12462	6
12463	6
12464	6
12465	6
12466	6
12467	6
12468	6
12469	6
12470	6
12471	6
12472	6
12473	6
12474	6
12475	6
12476	6
12477	6
12478	6
12479	6
12480	6
12481	6
12482	6
12483	6
12484	6
12485	6
12486	6
12487	6
12488	6
12489	6
12490	6
12491	6
12492	6
12493	6
12494	6
12495	6
12496	6
12497	6
12498	6
12499	6
12500	6
12501	6
12502	6
12503	6
12504	6
12505	6
12506	6
12507	6
12508	6
12509	6
12510	6
12511	6
12512	6
12513	6
12514	6
12515	6
12516	6
12517	6
12518	6
12519	6
12520	6
12521	6
12522	6
12523	6
12524	6
12526	6
12528	6
12529	6
12527	6
12530	6
12531	6
12533	6
12534	6
12535	6
12536	6
12537	6
12538	6
12539	6
12540	6
12541	6
12542	6
12543	6
12544	6
12545	6
12546	6
12547	6
12548	6
12549	6
12550	6
12551	6
12553	6
12554	6
12555	6
12556	6
12557	6
12558	6
12559	6
12560	6
12561	6
12562	6
12563	6
12564	6
12565	6
12566	6
12567	6
12568	6
12569	6
12570	6
12571	6
12572	6
12573	6
12574	6
12575	6
12576	6
12577	6
12578	6
12579	6
12581	6
12583	6
12584	6
12580	6
12585	6
12586	6
12587	6
12588	6
12589	6
12590	6
12591	6
12592	6
12593	6
12594	6
12595	6
12596	6
12597	6
12598	6
12599	6
12600	6
12601	6
12602	6
12603	6
12604	6
12605	6
12606	6
12607	6
12608	6
12609	6
12610	6
12611	6
12612	6
12613	6
12614	6
12615	6
12616	6
12618	6
12619	6
12620	6
12621	6
12622	6
12623	6
12624	6
12626	6
12627	6
12628	6
12629	6
12630	6
12631	6
12632	6
12633	6
12634	6
12635	6
12636	6
12637	6
12639	6
12640	6
12641	6
12642	6
12643	6
12644	6
12645	6
12646	6
12647	6
12648	6
12649	6
12651	6
12652	6
12653	6
12654	6
12655	6
12656	6
12657	6
12658	6
12659	6
12660	6
12661	6
12662	6
12663	6
12664	6
12665	6
12666	6
12667	6
12668	6
12669	6
12670	6
12671	6
12673	6
12674	6
12675	6
12676	6
12677	6
12678	6
12679	6
12680	6
12681	6
12682	6
12683	6
12684	6
12685	6
12686	6
12687	6
12688	6
12690	6
12691	6
12692	6
12694	6
12695	6
12696	6
12697	6
12698	6
12699	6
12700	6
12701	6
12702	6
12703	6
12704	6
12705	6
12707	6
12708	6
12709	6
12710	6
12711	6
12712	6
12713	6
12714	6
12715	6
12716	6
12717	6
12718	6
12719	6
12720	6
12721	6
12722	6
12723	6
12724	6
12725	6
12726	6
12727	6
12728	6
12729	6
12730	6
12731	6
12732	6
12733	6
12734	6
12735	6
12736	6
12737	6
12738	6
12739	6
12740	6
12741	6
12742	6
12743	6
12744	6
12745	6
12746	6
12747	6
12748	6
12749	6
12750	6
12751	6
12752	6
12753	6
12754	6
12755	6
12756	6
12758	6
12759	6
12760	6
12761	6
12762	6
12763	6
12764	6
12765	6
12766	6
12767	6
12768	6
12769	6
12770	6
12771	6
12772	6
12773	6
12774	6
12775	6
12776	6
12777	6
12779	6
12781	6
12782	6
12783	6
12784	6
12786	6
12787	6
12788	6
12789	6
12790	6
12791	6
12792	6
12793	6
12794	6
12795	6
12796	6
12797	6
12798	6
12799	6
12800	6
12801	6
12802	6
12803	6
12804	6
12805	6
12806	6
12807	6
12808	6
12809	6
12810	6
12811	6
12812	6
12813	6
12814	6
12815	6
12816	6
12817	6
12818	6
12819	6
12820	6
12821	6
12822	6
12823	6
12824	6
12825	6
12826	6
12827	6
12828	6
12829	6
12830	6
12831	6
12832	6
12833	6
12835	6
12836	6
12837	6
12838	6
12839	6
12840	6
12841	6
12842	6
12843	6
12844	6
12845	6
12846	6
12847	6
12848	6
12849	6
12850	6
12851	6
12852	6
12853	6
12854	6
12855	6
12856	6
12857	6
12858	6
12859	6
12860	6
12861	6
12862	6
12863	6
12864	6
12865	6
12866	6
12867	6
12868	6
12869	6
12870	6
12871	6
12872	6
12873	6
12874	6
12875	6
12876	6
12877	6
24297	6
13818	6
13824	6
13825	6
13828	6
13834	6
13841	6
13840	6
13845	6
13847	6
13848	6
13850	6
13852	6
13856	6
13860	6
13865	6
13867	6
13879	6
13881	6
13883	6
13886	6
13888	6
13892	6
13901	6
13904	6
13921	6
13924	6
13925	6
13930	6
11588	6
13936	6
13937	6
13938	6
13941	6
11604	6
13955	6
13956	6
13960	6
13962	6
14215	6
13966	6
13968	6
13970	6
13985	6
13991	6
24294	6
13993	6
13996	6
14009	6
14017	6
14018	6
14022	6
14024	6
14037	6
14054	6
14047	6
14049	6
14052	6
14055	6
14057	6
14061	6
11733	6
14067	6
14070	6
14075	6
14087	6
14088	6
14090	6
14093	6
14101	6
14108	6
14118	6
14120	6
14122	6
14123	6
14124	6
14128	6
14129	6
14137	6
14146	6
14142	6
14145	6
14148	6
14156	6
14161	6
14164	6
14166	6
14168	6
14172	6
14180	6
14183	6
14186	6
14207	6
14218	6
14223	6
14225	6
14232	6
14238	6
14241	6
14243	6
14249	6
14256	6
14254	6
14259	6
14262	6
14271	6
14272	6
14293	6
14297	6
14298	6
14304	6
14308	6
14311	6
14314	6
14318	6
14325	6
14328	6
14333	6
14340	6
14341	6
14342	6
14358	6
14363	6
14369	6
14372	6
14377	6
14385	6
14393	6
14396	6
14399	6
14400	6
14403	6
14407	6
14408	6
14409	6
14412	6
14413	6
14414	6
14426	6
14431	6
14432	6
14437	6
14449	6
14463	6
14465	6
14474	6
14475	6
14480	6
14481	6
12153	6
14488	6
14489	6
14490	6
14493	6
14505	6
14512	6
14522	6
14524	6
14532	6
14534	6
14538	6
14539	6
14545	6
14550	6
24295	6
24296	6
14563	6
14565	6
14567	6
14569	6
14573	6
14581	6
14584	6
14591	6
14601	6
14633	6
14636	6
14653	6
14659	6
14663	6
14680	6
14688	6
14703	6
14722	6
14742	6
10018	6
33	6
14769	6
14783	6
14788	6
14804	6
12778	6
14818	6
14819	6
14824	6
14826	6
14832	6
14834	6
12780	6
14844	6
14852	6
14854	6
14855	6
14864	6
14867	6
14869	6
14876	6
14883	6
14885	6
14890	6
14895	6
14899	6
14905	6
14908	6
14913	6
14919	6
14924	6
14949	6
14950	6
14951	6
14952	6
14954	6
14957	6
14974	6
14976	6
12785	6
14984	6
14988	6
14989	6
14993	6
15000	6
15002	6
15008	6
12834	6
13932	6
24298	6
9177	6
12229	6
9846	6
14868	6
14878	6
13819	6
13829	6
13831	6
13833	6
13838	6
13851	6
13855	6
13872	6
8815	6
13878	6
13890	6
13891	6
11557	6
13896	6
13907	6
13914	6
13923	6
13927	6
13929	6
13931	6
13935	6
13942	6
13950	6
13951	6
13957	6
11617	6
13967	6
13982	6
13986	6
13988	6
13994	6
14004	6
14019	6
14028	6
14046	6
14048	6
14064	6
14065	6
14072	6
14074	6
14084	6
14092	6
14091	6
14094	6
14103	6
14109	6
14121	6
14125	6
14130	6
14136	6
14140	6
14141	6
14147	6
14154	6
14157	6
14158	6
14175	6
14178	6
14190	6
14208	6
14227	6
14234	6
14237	6
14251	6
14253	6
14255	6
14260	6
14267	6
14275	6
14277	6
14287	6
14299	6
14310	6
14331	6
14339	6
14345	6
14357	6
14362	6
14366	6
14379	6
14381	6
12048	6
14391	6
14398	6
14415	6
14423	6
14429	6
14430	6
14441	6
14442	6
14448	6
14450	6
14462	6
14469	6
14473	6
14478	6
14485	6
14487	6
14492	6
14496	6
14498	6
14507	6
14517	6
14518	6
14527	6
14536	6
14543	6
14546	6
14558	6
14570	6
14571	6
14580	6
14583	6
14587	6
14592	6
14689	6
14643	6
14708	6
14715	6
14762	6
14770	6
14776	6
14787	6
14798	6
14805	6
14829	6
14837	6
14857	6
14862	6
14873	6
14882	6
14897	6
14907	6
14922	6
14929	6
14934	6
14937	6
14942	6
14983	6
14986	6
14996	6
15015	6
15054	6
16247	6
16253	6
16257	6
16271	6
16272	6
16274	6
16277	6
16282	6
16283	6
16284	6
16291	6
16292	6
16298	6
16302	6
16309	6
16311	6
16316	6
16318	6
16321	6
16330	6
16344	6
16345	6
16346	6
16351	6
16353	6
16354	6
16364	6
16367	6
16368	6
16369	6
16372	6
16373	6
16376	6
16394	6
16397	6
16398	6
16400	6
16407	6
16423	6
16436	6
16440	6
16444	6
16448	6
16455	6
16457	6
16458	6
16459	6
16467	6
16469	6
16472	6
16475	6
16476	6
16477	6
16484	6
16486	6
16490	6
16491	6
16494	6
16495	6
16501	6
16503	6
16510	6
16512	6
16519	6
16520	6
16524	6
16525	6
16526	6
16528	6
16529	6
16542	6
16545	6
16546	6
16544	6
16549	6
16550	6
16551	6
16554	6
16555	6
16556	6
16564	6
16570	6
16571	6
16573	6
16578	6
16582	6
16583	6
16590	6
16593	6
16599	6
16600	6
16605	6
16608	6
16610	6
16620	6
16633	6
16636	6
16637	6
16638	6
16642	6
16643	6
16649	6
16652	6
16653	6
16656	6
16659	6
16663	6
16665	6
16674	6
16676	6
16681	6
16695	6
16698	6
16700	6
16708	6
16711	6
16723	6
16728	6
16730	6
16734	6
16738	6
16739	6
16741	6
16743	6
16746	6
16748	6
16753	6
16754	6
16761	6
16772	6
16779	6
16784	6
16822	6
16823	6
16825	6
16840	6
16842	6
16847	6
16853	6
16857	6
16860	6
16871	6
16873	6
16879	6
16886	6
16888	6
16890	6
16891	6
16904	6
16915	6
16916	6
16917	6
16919	6
16921	6
16923	6
16924	6
16926	6
16933	6
16948	6
16958	6
16959	6
16963	6
16967	6
16983	6
16984	6
16992	6
16996	6
17001	6
17003	6
17005	6
17007	6
17016	6
17022	6
17025	6
17033	6
17038	6
17044	6
17045	6
17048	6
17051	6
17052	6
17056	6
17061	6
17064	6
17084	6
17085	6
17087	6
17090	6
17094	6
17095	6
17105	6
17114	6
17115	6
17118	6
17119	6
17125	6
17133	6
17134	6
17138	6
17140	6
17144	6
17145	6
17146	6
17151	6
17156	6
17159	6
17163	6
17170	6
17175	6
17179	6
17182	6
17183	6
17184	6
17186	6
17190	6
17197	6
17198	6
17199	6
17218	6
17221	6
17222	6
17224	6
17227	6
17232	6
17241	6
17240	6
17242	6
17250	6
17251	6
17254	6
17257	6
17261	6
17264	6
17265	6
17275	6
17278	6
17283	6
17285	6
17286	6
17288	6
17291	6
17293	6
17296	6
17298	6
17300	6
17327	6
17328	6
17335	6
17340	6
17342	6
17343	6
17345	6
17350	6
17352	6
17355	6
17358	6
17383	6
17397	6
17399	6
17403	6
17413	6
17425	6
17428	6
17431	6
17436	6
17440	6
17444	6
17447	6
17450	6
17468	6
17470	6
17474	6
17479	6
17482	6
17487	6
17488	6
17497	6
17500	6
17502	6
17503	6
17506	6
17507	6
17510	6
17519	6
17522	6
17532	6
17535	6
17536	6
17538	6
17546	6
17548	6
17554	6
17564	6
17565	6
17569	6
17572	6
17573	6
17577	6
17581	6
17585	6
17588	6
17595	6
17607	6
17608	6
17612	6
17613	6
17621	6
17622	6
17628	6
10349	6
17851	6
14506	6
19769	6
19770	6
19778	6
19780	6
19784	6
19785	6
19793	6
19795	6
19797	6
19804	6
19806	6
19812	6
19814	6
19817	6
19826	6
19838	6
19843	6
19847	6
19848	6
19852	6
19855	6
19857	6
19876	6
19881	6
19890	6
19893	6
19899	6
19902	6
19905	6
19909	6
19911	6
19913	6
19915	6
19916	6
19934	6
19937	6
19940	6
19942	6
19949	6
19953	6
19962	6
19963	6
19965	6
19991	6
19996	6
20003	6
20008	6
20012	6
20015	6
20016	6
20019	6
20020	6
20021	6
20022	6
20024	6
20042	6
20043	6
20044	6
20059	6
20066	6
20068	6
20075	6
20078	6
20080	6
20086	6
20089	6
20091	6
20094	6
20098	6
20103	6
20109	6
20110	6
20112	6
20119	6
20121	6
20131	6
20136	6
20138	6
20140	6
20141	6
20143	6
20155	6
20156	6
20171	6
20172	6
20179	6
20188	6
20190	6
20191	6
20192	6
20205	6
20213	6
20215	6
20223	6
20224	6
20226	6
20227	6
20228	6
14050	6
20231	6
20232	6
20236	6
20240	6
20242	6
20248	6
20249	6
20250	6
20251	6
20252	6
20259	6
20260	6
20261	6
20271	6
20272	6
20276	6
20281	6
20287	6
20289	6
20291	6
20293	6
20294	6
20296	6
20304	6
20311	6
20319	6
20320	6
20323	6
20324	6
20325	6
20334	6
20341	6
20342	6
20346	6
20347	6
20349	6
20351	6
20355	6
20356	6
20357	6
20368	6
20373	6
20376	6
20378	6
20381	6
20382	6
20389	6
20394	6
20401	6
20405	6
20410	6
20419	6
20428	6
20435	6
20446	6
20453	6
20456	6
20458	6
20459	6
20487	6
20488	6
20499	6
20506	6
20509	6
20512	6
20514	6
20515	6
20517	6
20518	6
20530	6
20532	6
20533	6
20536	6
20538	6
20539	6
20547	6
10733	6
20550	6
20552	6
20561	6
20563	6
20566	6
20567	6
20582	6
20589	6
20598	6
20601	6
20606	6
20610	6
20612	6
20614	6
20623	6
20624	6
20634	6
20636	6
20655	6
20668	6
20670	6
20671	6
20675	6
20681	6
20695	6
20697	6
20700	6
20707	6
20710	6
20712	6
20713	6
20714	6
20717	6
20724	6
20728	6
20734	6
20735	6
20744	6
20746	6
20747	6
20749	6
20752	6
20756	6
20758	6
20760	6
20765	6
14352	6
20771	6
20788	6
20789	6
20790	6
20792	6
20794	6
20796	6
20798	6
20800	6
20815	6
20819	6
20820	6
20821	6
20824	6
20827	6
20830	6
20837	6
20838	6
20843	6
20850	6
20852	6
20853	6
20860	6
20866	6
20867	6
20868	6
20873	6
20882	6
20884	6
20891	6
20895	6
20901	6
20903	6
10928	6
20905	6
20907	6
20917	6
20921	6
20922	6
20931	6
20936	6
20941	6
20946	6
20955	6
20960	6
20961	6
20963	6
20970	6
20971	6
20978	6
20981	6
20982	6
20986	6
14447	6
20989	6
20992	6
21002	6
21004	6
21005	6
21008	6
21010	6
21015	6
21017	6
21022	6
21028	6
21029	6
21034	6
21035	6
21041	6
21050	6
21057	6
21062	6
21073	6
21079	6
21080	6
21083	6
21085	6
21109	6
21110	6
21115	6
21119	6
21124	6
21127	6
21130	6
21131	6
21136	6
21141	6
21146	6
21153	6
21159	6
21162	6
21163	6
21166	6
21178	6
21181	6
21183	6
21190	6
21197	6
21201	6
21204	6
21205	6
21206	6
21213	6
21214	6
21215	6
21221	6
21226	6
21237	6
21240	6
21242	6
21246	6
9894	6
14603	6
14606	6
14608	6
14622	6
14623	6
14625	6
14628	6
14642	6
14646	6
14667	6
14674	6
14683	6
14704	6
14711	6
14712	6
14732	6
14739	6
14757	6
14768	6
14773	6
21696	6
21716	6
21724	6
21753	6
21763	6
21766	6
21772	6
22021	6
11867	6
11026	6
22012	6
22108	6
11870	6
11929	6
21992	6
22000	6
11533	6
19946	6
19984	6
11625	6
22027	6
20159	6
24305	6
14042	6
12552	6
22036	6
12347	6
22041	6
22042	6
22050	6
22051	6
22052	6
22053	6
14865	6
22062	6
12582	6
22069	6
22070	6
22074	6
22075	6
22076	6
22078	6
22082	6
22083	6
12625	6
22087	6
12650	6
22103	6
22105	6
22111	6
22115	6
22120	6
12020	6
22122	6
20832	6
22124	6
22128	6
14389	6
14390	6
22132	6
22133	6
22134	6
22135	6
12158	6
22148	6
22153	6
22155	6
22156	6
22157	6
22161	6
21150	6
22164	6
22167	6
17534	6
12757	6
22179	6
22182	6
22001	6
22009	6
22022	6
22092	6
22119	6
22127	6
22160	6
22163	6
9844	6
22186	6
22191	6
22192	6
22193	6
22194	6
22199	6
12525	6
13873	6
19854	6
22212	6
10308	6
22219	6
12532	6
22222	6
10367	6
22229	6
16387	6
13954	6
16408	6
22235	6
22247	6
16427	6
22251	6
22252	6
22253	6
22255	6
14006	6
22259	6
22260	6
22510	6
9002	6
22267	6
16540	6
10512	6
22270	6
20218	6
22271	6
22273	6
22276	6
22279	6
14077	6
22284	6
22286	6
22288	6
10137	6
22293	6
22298	6
10612	6
22300	6
22301	6
22302	6
22304	6
22305	6
22306	6
22310	6
10635	6
22318	6
20415	6
9191	6
22328	6
22329	6
22330	6
10056	6
10196	6
10681	6
22333	6
22342	6
22344	6
22349	6
16817	6
22356	6
22357	6
22359	6
22361	6
22362	6
10718	6
9288	6
22369	6
22370	6
22374	6
22377	6
12617	6
22381	6
22386	6
22387	6
22390	6
22391	6
10076	6
22394	6
22395	6
22399	6
22401	6
22405	6
12638	6
22411	6
22413	6
22414	6
22415	6
22416	6
22420	6
22424	6
22426	6
22428	6
22430	6
14914	6
22432	6
14960	6
22433	6
22434	6
14322	6
9458	6
22438	6
22439	6
22440	6
22442	6
22443	6
22448	6
22450	6
10882	6
10889	6
12672	6
22456	6
9964	6
10208	6
22459	6
22462	6
14383	6
22471	6
22473	6
22476	6
22477	6
22482	6
22485	6
22490	6
22491	6
22493	6
22495	6
12689	6
22496	6
22497	6
12693	6
14452	6
22502	6
22506	6
10970	6
22507	6
22511	6
22512	6
22513	6
22514	6
22520	6
22524	6
22526	6
12706	6
22528	6
11012	6
22533	6
22537	6
22539	6
22543	6
22545	6
22548	6
9782	6
12336	6
22550	6
22552	6
22556	6
22561	6
22562	6
22567	6
22570	6
22571	6
22572	6
22573	6
10111	6
22581	6
9830	6
22585	6
21198	6
22587	6
22589	6
14574	6
22591	6
22592	6
22594	6
22600	6
22603	6
22607	6
22609	6
22612	6
22613	6
22258	6
22335	6
14542	6
11908	6
24354	6
12040	6
24289	6
24550	6
12138	6
24290	6
24291	6
24292	6
24367	6
8754	6
8759	6
8765	6
8774	6
8776	6
8780	6
8792	6
8807	6
8814	6
8821	6
8822	6
8830	6
8844	6
8843	6
8850	6
8859	6
8865	6
8875	6
8879	6
8888	6
8889	6
8890	6
8892	6
8894	6
24293	6
8900	6
8904	6
8905	6
8912	6
8914	6
8916	6
8918	6
8921	6
8925	6
8927	6
8929	6
8931	6
8941	6
8951	6
8955	6
8962	6
8966	6
8969	6
8972	6
8974	6
8978	6
8979	6
8982	6
8992	6
8995	6
9005	6
9008	6
9009	6
9014	6
9021	6
9024	6
9033	6
9036	6
9041	6
9044	6
9052	6
9072	6
9074	6
9078	6
9079	6
9100	6
9102	6
9104	6
9107	6
9109	6
9116	6
9126	6
9133	6
9136	6
9145	6
9147	6
9152	6
9154	6
9162	6
9169	6
9335	6
9174	6
9180	6
9198	6
9203	6
9212	6
9220	6
9225	6
9234	6
9241	6
9244	6
9248	6
9250	6
9253	6
9256	6
9259	6
9266	6
9269	6
9273	6
9289	6
9295	6
9303	6
9330	6
9341	6
9343	6
9344	6
9353	6
9358	6
9363	6
9364	6
9365	6
9374	6
9377	6
9381	6
9382	6
9386	6
9389	6
9391	6
9397	6
9402	6
9412	6
9426	6
9429	6
9436	6
9439	6
9441	6
9448	6
9450	6
9463	6
9466	6
9474	6
9481	6
9489	6
9494	6
9500	6
9504	6
9514	6
9523	6
9524	6
9535	6
9543	6
9545	6
9560	6
9564	6
9571	6
9574	6
9578	6
9584	6
9588	6
9591	6
9597	6
9602	6
9608	6
9612	6
9636	6
9645	6
9650	6
9659	6
9664	6
9669	6
9671	6
9686	6
9692	6
9698	6
9699	6
9702	6
9716	6
9723	6
9728	6
9730	6
9731	6
9736	6
9741	6
9750	6
9753	6
9761	6
9765	6
9783	6
8755	6
8757	6
8762	6
8764	6
8767	6
8770	6
8772	6
8778	6
8781	6
8784	6
8786	6
8790	6
8791	6
8796	6
8797	6
8800	6
8802	6
8804	6
8806	6
8795	6
8803	6
8809	6
8811	6
8813	6
8817	6
8819	6
8824	6
8826	6
8828	6
8829	6
8832	6
8834	6
8836	6
8838	6
8841	6
8846	6
8848	6
8849	6
8852	6
8854	6
8856	6
8858	6
8861	6
8866	6
8868	6
8869	6
8873	6
8872	6
8876	6
8878	6
8881	6
8883	6
8885	6
8887	6
8895	6
8897	6
8902	6
8908	6
8909	6
8911	6
8919	6
8923	6
8924	6
8933	6
8934	6
8935	6
8946	6
8944	6
8940	6
8937	6
8943	6
8948	6
8949	6
8952	6
8954	6
8958	6
8960	6
8963	6
8965	6
8967	6
8973	6
8977	6
8983	6
8984	6
8987	6
8990	6
8991	6
8996	6
9000	6
9003	6
9010	6
9012	6
9016	6
9020	6
9023	6
9025	6
9028	6
9029	6
9031	6
9037	6
9039	6
9042	6
9046	6
9048	6
9051	6
9054	6
9055	6
9058	6
9059	6
9049	6
9060	6
9062	6
9065	6
9064	6
9067	6
9070	6
9077	6
9080	6
9084	6
9085	6
9087	6
9089	6
9090	6
9092	6
9096	6
9097	6
24285	6
9105	6
9110	6
9112	6
9115	6
9120	6
9122	6
9124	6
9127	6
9130	6
9135	6
9132	6
9137	6
9140	6
9143	6
9144	6
9149	6
9151	6
9156	6
9158	6
9160	6
9164	6
9168	6
9171	6
9178	6
9179	6
9184	6
9186	6
9188	6
9190	6
9193	6
9196	6
9200	6
9202	6
9204	6
9208	6
9211	6
9214	6
9215	6
9223	6
9226	6
9229	6
9235	6
9237	6
9239	6
9242	6
9247	6
9251	6
9255	6
9258	6
9261	6
9263	6
9264	6
9268	6
9272	6
9274	6
9276	6
9279	6
9281	6
9284	6
9286	6
9291	6
9293	6
9294	6
9297	6
9301	6
9304	6
9306	6
9308	6
9309	6
9311	6
9313	6
9314	6
9316	6
9318	6
9319	6
9321	6
9322	6
9324	6
9326	6
9332	6
9337	6
9340	6
9345	6
9347	6
9351	6
9354	6
9356	6
9360	6
9362	6
9367	6
9369	6
9371	6
9373	6
9378	6
9385	6
9393	6
9398	6
9400	6
9404	6
9405	6
9410	6
9413	6
9414	6
9420	6
9421	6
9427	6
9431	6
9433	6
9435	6
9438	6
9447	6
9449	6
9454	6
9456	6
9461	6
9465	6
9442	6
9444	6
9468	6
9469	6
9470	6
9472	6
9497	6
9475	6
9479	6
9482	6
9484	6
9486	6
9488	6
9492	6
9498	6
9502	6
9508	6
9509	6
9510	6
9518	6
9520	6
9522	6
9526	6
9531	6
9528	6
9529	6
9532	6
9536	6
9540	6
9542	6
9546	6
9549	6
9551	6
9553	6
9554	6
9557	6
9561	6
9563	6
9565	6
9567	6
9570	6
9577	6
9579	6
9581	6
9583	6
9586	6
9590	6
9593	6
9596	6
9600	6
9603	6
9605	6
9607	6
9610	6
9613	6
9615	6
9617	6
9619	6
9621	6
9623	6
9624	6
9626	6
9628	6
9630	6
9632	6
9634	6
9638	6
9639	6
9641	6
9644	6
9651	6
9653	6
9655	6
9657	6
9661	6
9663	6
9668	6
9673	6
9674	6
9676	6
9681	6
9683	6
9684	6
9687	6
9690	6
9695	6
9697	6
9700	6
9704	6
9707	6
9710	6
9712	6
9715	6
9718	6
9721	6
9725	6
9727	6
9734	6
9737	6
9739	6
9743	6
9744	6
9746	6
9748	6
9788	6
9754	6
9755	6
9757	6
9760	6
9763	6
9764	6
9768	6
9769	6
9771	6
9773	6
9774	6
9776	6
9778	6
9780	6
9785	6
24286	6
24287	6
24288	6
24299	6
24300	6
24301	6
24302	6
24303	6
24304	6
24306	6
24307	6
24308	6
24309	6
24310	6
24311	6
24312	6
24313	6
24314	6
24315	6
24316	6
24317	6
24318	6
24319	6
24320	6
24321	6
24322	6
24323	6
24324	6
24325	6
24326	6
24327	6
24328	6
24329	6
24330	6
24331	6
24332	6
24333	6
24334	6
24335	6
24336	6
24337	6
24338	6
24339	6
24340	6
24341	6
24342	6
24343	6
24344	6
24345	6
24346	6
24347	6
24348	6
24349	6
24350	6
24351	6
24352	6
24353	6
24355	6
24356	6
24357	6
24358	6
24359	6
24360	6
24361	6
24362	6
24363	6
24364	6
24365	6
24366	6
24368	6
24369	6
24370	6
24371	6
24372	6
24373	6
24374	6
24375	6
24376	6
24377	6
24378	6
24379	6
24380	6
24381	6
24382	6
24383	6
24384	6
24385	6
24386	6
24387	6
24388	6
24389	6
24390	6
24391	6
24392	6
24393	6
24394	6
24395	6
24396	6
24397	6
24398	6
24399	6
24400	6
24401	6
24402	6
24403	6
24404	6
24405	6
24406	6
24407	6
24408	6
24409	6
24410	6
24411	6
24412	6
24413	6
24414	6
24415	6
24416	6
24417	6
24418	6
24419	6
24420	6
24421	6
24422	6
24423	6
24424	6
24425	6
24426	6
24427	6
24428	6
24429	6
24430	6
24431	6
24432	6
24433	6
24434	6
24435	6
24436	6
24437	6
24438	6
24439	6
24440	6
24441	6
24442	6
24443	6
24444	6
24445	6
24446	6
24447	6
24448	6
24449	6
24450	6
24451	6
24452	6
24453	6
24454	6
24455	6
24456	6
24457	6
24458	6
24459	6
24460	6
24461	6
24462	6
24463	6
24464	6
24465	6
14151	6
24466	6
24467	6
24468	6
24469	6
24470	6
24471	6
24472	6
24497	6
24473	6
24474	6
24475	6
24476	6
24477	6
24478	6
24479	6
24480	6
24481	6
24482	6
24483	6
24484	6
24485	6
24486	6
24487	6
24488	6
24489	6
24490	6
24491	6
24492	6
24493	6
24494	6
24495	6
24496	6
24498	6
24499	6
24500	6
24501	6
24502	6
24503	6
24504	6
24505	6
24506	6
24507	6
24508	6
24509	6
24510	6
24511	6
24512	6
24513	6
24514	6
24515	6
24516	6
24517	6
24518	6
24519	6
24520	6
24521	6
24522	6
24523	6
24524	6
24525	6
24526	6
24527	6
24528	6
24529	6
24530	6
24531	6
24532	6
24533	6
24534	6
24535	6
24536	6
24537	6
24538	6
24539	6
24540	6
24541	6
20669	6
24542	6
24543	6
24544	6
24545	6
24546	6
24547	6
24548	6
24549	6
24551	6
24552	6
24553	6
24554	6
24555	6
24556	6
24557	6
24558	6
24559	6
24560	6
24561	6
24562	6
24563	6
24564	6
24565	6
24566	6
24567	6
24568	6
24569	6
24570	6
24571	6
24572	6
24573	6
24574	6
24575	6
24576	6
24577	6
24578	6
24579	6
24580	6
24581	6
24582	6
24583	6
24584	6
24585	6
24586	6
24587	6
24588	6
24589	6
24590	6
24591	6
24592	6
24593	6
24594	6
24595	6
24596	6
24597	6
24598	6
24599	6
24600	6
24601	6
24602	6
24603	6
24604	6
24605	6
24606	6
24607	6
24608	6
24609	6
24610	6
24611	6
24612	6
24613	6
24614	6
24615	6
24616	6
24617	6
24618	6
24619	6
24620	6
24621	6
24622	6
14476	6
24623	6
24624	6
24625	6
24626	6
24627	6
24628	6
24629	6
24630	6
24631	6
24632	6
24633	6
24634	6
24635	6
24636	6
24637	6
24638	6
24639	6
24640	6
24641	6
24642	6
24643	6
24644	6
11475	6
11480	6
11940	6
11491	6
11497	6
11507	6
11511	6
11522	6
11535	6
11551	6
11558	6
11567	6
11578	6
11583	6
11589	6
11591	6
11608	6
11613	6
11615	6
11643	6
11658	6
11679	6
11680	6
11691	6
11646	6
11923	6
11703	6
11707	6
11711	6
11712	6
11718	6
11723	6
11725	6
11731	6
11737	6
11740	6
11761	6
11750	6
11757	6
11762	6
11780	6
11785	6
11787	6
11803	6
11811	6
11814	6
11826	6
9195	6
11836	6
11848	6
11854	6
11864	6
11871	6
11876	6
12016	6
10709	6
11894	6
11900	6
11910	6
11913	6
11924	6
11934	6
11944	6
11951	6
11957	6
24645	6
11965	6
11971	6
11978	6
11980	6
11987	6
12004	6
9505	6
12028	6
12054	6
12062	6
12089	6
12115	6
12123	6
12142	6
12161	6
12165	6
12170	6
12176	6
12180	6
12193	6
24646	6
12199	6
12203	6
12215	6
12247	6
11477	6
11485	6
11487	6
11493	6
11496	6
11500	6
11513	6
11518	6
11527	6
11529	6
11532	6
11536	6
11540	6
11542	6
11561	6
11549	6
11562	6
11563	6
11570	6
11573	6
11582	6
11598	6
11600	6
11605	6
11614	6
11619	6
11620	6
11629	6
11632	6
11634	6
11638	6
11639	6
11644	6
11650	6
11652	6
11661	6
11662	6
11666	6
11671	6
11674	6
11678	6
11688	6
11689	6
11692	6
11695	6
11699	6
11702	6
11710	6
11724	6
11747	6
11752	6
11758	6
11764	6
11772	6
11773	6
11791	6
11798	6
11799	6
11806	6
11815	6
11820	6
11824	6
11830	6
11840	6
11844	6
11849	6
11858	6
11860	6
11861	6
11873	6
11887	6
11893	6
11899	6
11904	6
11903	6
11916	6
11921	6
11927	6
11931	6
11936	6
11939	6
11943	6
11949	6
11967	6
11977	6
11990	6
11993	6
11995	6
11994	6
11999	6
12017	6
12018	6
12031	6
12036	6
12042	6
12043	6
12051	6
12057	6
12064	6
12066	6
12069	6
11734	6
12073	6
12074	6
12075	6
12085	6
12088	6
12094	6
12096	6
12097	6
12104	6
12111	6
12117	6
12124	6
12127	6
12129	6
12135	6
12143	6
12144	6
12146	6
12162	6
12182	6
12184	6
12186	6
12195	6
12196	6
12208	6
12219	6
12226	6
12230	6
12234	6
12238	6
12250	6
11482	6
11504	6
11508	6
11516	6
11520	6
11565	6
11576	6
11585	6
11593	6
11597	6
11622	6
11631	6
11637	6
11647	6
11665	6
11676	6
11681	6
11722	6
11739	6
11745	6
11766	6
11775	6
11783	6
11801	6
11816	6
11819	6
11834	6
11842	6
11875	6
11884	6
11886	6
11895	6
11948	6
11960	6
11979	6
11983	6
11988	6
12012	6
12024	6
12035	6
12046	6
12049	6
12063	6
12068	6
12079	6
12083	6
12092	6
12101	6
12109	6
12120	6
12126	6
12134	6
12141	6
12149	6
12154	6
12160	6
12164	6
12172	6
12192	6
12206	6
12211	6
12214	6
12223	6
12225	6
12231	6
12241	6
5	7
3	7
8	7
10	7
12	7
14	7
19	7
22	7
24	7
28	7
32	7
35	7
40	7
38	7
42	7
44	7
48	7
50	7
55	7
58	7
56	7
63	7
65	7
68	7
71	7
74	7
80	7
78	7
84	7
81	7
86	7
1754	7
1752	7
33	7
15845	7
15852	7
15858	7
15821	7
15791	7
15896	7
15935	7
15938	7
15996	7
16025	7
16085	7
16092	7
16095	7
16101	7
16148	7
16151	7
16167	7
16200	7
16205	7
16212	7
16224	7
16341	7
16539	7
16686	7
16763	7
16810	7
16896	7
16897	7
16902	7
16944	7
17015	7
17096	7
17100	7
17161	7
17238	7
17243	7
17274	7
17310	7
17322	7
17376	7
17382	7
17426	7
17434	7
17461	7
17466	7
17501	7
17528	7
17533	7
17594	7
17606	7
59	7
72	7
16300	7
16355	7
16371	7
16384	7
16414	7
16433	7
16437	7
16482	7
16527	7
16534	7
16569	7
16672	7
16777	7
16907	7
21883	7
17054	7
17172	7
17277	7
17323	7
17347	7
17357	7
17369	7
17385	7
17433	7
21967	7
17505	7
17561	7
17575	7
17599	7
1	7
15802	7
16286	7
4	7
15812	7
7	7
16307	7
15816	7
9	7
15822	7
16666	7
15833	7
15836	7
15840	7
16374	7
16417	7
20	7
15881	7
21	7
23	7
16506	7
16541	7
30	7
15927	7
16604	7
15943	7
16631	7
16639	7
16225	7
15965	7
15969	7
16744	7
16747	7
16783	7
16789	7
15987	7
16802	7
15990	7
43	7
15991	7
16830	7
16900	7
47	7
16015	7
16016	7
16943	7
16949	7
16973	7
16029	7
17018	7
17398	7
17424	7
16058	7
17477	7
17101	7
17102	7
17499	7
62	7
16102	7
16099	7
17196	7
17201	7
66	7
16118	7
83	7
16132	7
85	7
16153	7
17407	7
17409	7
17414	7
17430	7
22620	7
17496	7
73	7
77	7
17582	7
17615	7
17617	7
22644	7
22645	7
22650	7
22656	7
22689	7
22694	7
22698	7
22706	7
22722	7
22752	7
22756	7
22757	7
22767	7
22777	7
22834	7
22848	7
22863	7
22865	7
22875	7
22880	7
22898	7
22927	7
22949	7
22959	7
22962	7
22963	7
22968	7
22978	7
23035	7
23050	7
23062	7
23069	7
23071	7
23077	7
23111	7
23113	7
23114	7
23122	7
23125	7
23126	7
23128	7
23129	7
23147	7
23179	7
23235	7
23265	7
23267	7
23269	7
23276	7
23286	7
23292	7
23306	7
23320	7
23326	7
23348	7
23352	7
23353	7
23380	7
23381	7
23384	7
23388	7
23394	7
23406	7
23421	7
23427	7
23433	7
23434	7
23436	7
23451	7
23452	7
23455	7
23501	7
23524	7
23572	7
23593	7
23623	7
23630	7
23632	7
23635	7
23640	7
23649	7
23650	7
23651	7
23715	7
23746	7
23751	7
23791	7
23803	7
23807	7
23842	7
23847	7
23852	7
23853	7
23857	7
23865	7
23870	7
23904	7
23905	7
23906	7
23907	7
23908	7
23909	7
23910	7
23913	7
23915	7
23917	7
23918	7
23930	7
23949	7
23964	7
23968	7
23970	7
24002	7
24032	7
24061	7
24081	7
24084	7
24086	7
24111	7
22628	7
15828	7
22737	7
1751	7
11	7
6	7
22751	7
22827	7
22836	7
15	7
16	7
22846	7
22856	7
22915	7
22920	7
22939	7
22953	7
24112	7
22958	7
22999	7
23016	7
23034	7
1753	7
23925	7
23067	7
24113	7
31	7
37	7
24114	7
24115	7
15936	7
23115	7
24116	7
23132	7
23154	7
23167	7
23174	7
23213	7
23219	7
23234	7
16057	7
23246	7
24117	7
23311	7
24122	7
23312	7
23317	7
23359	7
61	7
23370	7
24118	7
24119	7
23376	7
23392	7
24120	7
24121	7
52	7
51	7
23496	7
23528	7
23529	7
60	7
23531	7
23571	7
23574	7
23589	7
23598	7
23600	7
24123	7
23634	7
23664	7
23736	7
23676	7
23710	7
24124	7
23748	7
24125	7
24126	7
23815	7
1756	7
23871	7
23874	7
23887	7
24127	7
24128	7
75	7
24019	7
24034	7
82	7
24096	7
23868	7
22864	7
27	7
23158	7
23813	7
23882	7
53	7
70	7
41	7
26	7
49	7
67	7
46	7
2	7
13	7
25	7
34	7
29	7
39	7
45	7
17	7
18	7
36	7
54	7
57	7
64	7
69	7
76	7
79	7
1755	7
4060	9
16679	10
16306	11
16651	11
16788	11
16859	11
17021	11
17166	11
17321	11
17370	11
17591	11
16515	11
17081	11
17093	11
17332	11
17603	11
17623	11
16240	11
16334	11
16586	11
16654	11
17057	11
17099	11
17153	11
17253	11
17309	11
17384	11
529	12
527	12
533	12
535	12
540	12
538	12
542	12
544	12
547	12
549	12
554	12
552	12
15870	12
15923	12
16121	12
16127	12
16197	12
16382	12
16530	12
16621	12
16664	12
16803	12
17126	12
17258	12
17529	12
17584	12
531	12
536	12
541	12
21777	12
21779	12
21781	12
21783	12
21799	12
21786	12
21787	12
16325	12
21788	12
21801	12
21790	12
21793	12
21797	12
21805	12
21807	12
21808	12
21809	12
21810	12
21811	12
21812	12
21813	12
21814	12
21816	12
21819	12
21820	12
21821	12
21822	12
21823	12
21824	12
21827	12
21829	12
21830	12
21831	12
21834	12
21832	12
21835	12
21842	12
16756	12
21845	12
21846	12
21847	12
21849	12
21850	12
21851	12
16800	12
21853	12
21855	12
21858	12
21859	12
21860	12
21861	12
21862	12
21864	12
21865	12
21871	12
21874	12
21876	12
21878	12
21882	12
21884	12
21885	12
21886	12
21887	12
21888	12
21889	12
21891	12
21892	12
21894	12
21895	12
17000	12
21897	12
21898	12
21907	12
17034	12
21901	12
21905	12
21906	12
17082	12
21908	12
21911	12
21914	12
21915	12
21918	12
21919	12
21922	12
21923	12
21927	12
21933	12
21934	12
21935	12
21936	12
21938	12
21942	12
21939	12
21945	12
21946	12
21948	12
21949	12
21951	12
21952	12
21954	12
21956	12
21957	12
21963	12
21968	12
21970	12
21974	12
21975	12
17537	12
21980	12
21982	12
21983	12
21989	12
524	12
523	12
16308	12
16317	12
528	12
16485	12
16508	12
16548	12
537	12
15939	12
16808	12
16865	12
17037	12
16960	12
17020	12
17273	12
550	12
551	12
17299	12
17311	12
553	12
16156	12
17509	12
17557	12
22954	12
23130	12
23325	12
24064	12
24136	12
22807	12
530	12
534	12
532	12
24137	12
23100	12
24138	12
539	12
24139	12
15966	12
543	12
24140	12
24141	12
545	12
23553	12
24142	12
23897	12
546	12
24143	12
526	12
525	12
548	12
555	12
1790	13
1793	13
1795	13
1798	13
1800	13
1801	13
1787	13
1789	13
1791	13
1792	13
1796	13
1797	13
1799	13
1784	13
1785	13
1786	13
1788	13
1794	13
557	14
559	14
561	14
563	14
556	14
558	14
560	14
564	14
22818	14
562	14
16218	15
16084	15
16270	16
16357	16
23189	16
567	17
569	17
572	17
574	17
577	17
579	17
582	17
584	17
587	17
589	17
594	17
592	17
597	17
600	17
604	17
602	17
607	17
612	17
614	17
617	17
619	17
622	17
624	17
627	17
629	17
632	17
634	17
639	17
642	17
644	17
647	17
649	17
652	17
654	17
657	17
659	17
662	17
664	17
667	17
669	17
672	17
674	17
677	17
679	17
682	17
687	17
689	17
694	17
692	17
698	17
700	17
702	17
703	17
705	17
707	17
708	17
710	17
711	17
713	17
715	17
717	17
718	17
720	17
722	17
723	17
725	17
727	17
728	17
730	17
732	17
733	17
735	17
739	17
740	17
737	17
742	17
743	17
745	17
749	17
750	17
752	17
753	17
755	17
757	17
758	17
760	17
765	17
763	17
762	17
766	17
768	17
15860	17
15801	17
12303	17
15971	17
15977	17
16056	17
16071	17
16139	17
16137	17
16188	17
16669	17
16688	17
17191	17
651	17
688	17
16293	17
21798	17
16442	17
16689	17
17237	17
16244	17
738	17
568	17
570	17
571	17
697	17
576	17
15855	17
16221	17
668	17
16377	17
578	17
15866	17
699	17
712	17
701	17
704	17
15885	17
16462	17
585	17
741	17
588	17
16474	17
590	17
706	17
744	17
593	17
595	17
596	17
598	17
746	17
747	17
748	17
599	17
751	17
16618	17
603	17
606	17
16648	17
709	17
16678	17
16687	17
608	17
714	17
611	17
16726	17
754	17
613	17
615	17
616	17
15984	17
621	17
625	17
626	17
764	17
631	17
630	17
633	17
635	17
640	17
641	17
16042	17
643	17
16048	17
716	17
648	17
650	17
16070	17
719	17
655	17
721	17
16076	17
17128	17
17165	17
724	17
767	17
756	17
661	17
663	17
726	17
670	17
673	17
729	17
675	17
731	17
678	17
17435	17
681	17
759	17
685	17
686	17
17513	17
690	17
691	17
761	17
734	17
736	17
693	17
696	17
22684	17
22826	17
23170	17
23757	17
24144	17
566	17
565	17
24145	17
22933	17
16012	17
23378	17
601	17
24146	17
24147	17
23714	17
646	17
666	17
24148	17
16181	17
24149	17
636	17
665	17
676	17
581	17
586	17
605	17
618	17
623	17
695	17
573	17
575	17
580	17
583	17
591	17
609	17
610	17
620	17
628	17
637	17
638	17
645	17
653	17
656	17
658	17
660	17
671	17
680	17
683	17
684	17
769	18
15864	18
24150	18
23578	18
23462	18
19857	19
20293	19
20355	19
20514	19
20837	19
20946	19
20989	19
21008	19
21109	19
21127	19
21163	19
21197	19
24964	20
24965	20
24966	20
24967	20
24968	20
24969	20
24970	20
24971	20
24972	20
24973	20
24974	20
24975	20
24976	20
24977	20
24978	20
24979	20
24980	20
24981	20
24982	20
24983	20
24984	20
24985	20
24986	20
24987	20
24988	20
24989	20
24990	20
24991	20
24992	20
24993	20
24994	20
24995	20
24996	20
24997	20
24998	20
24999	20
25000	20
25001	20
25002	20
25003	20
25004	20
25005	20
25006	20
25007	20
25008	20
25009	20
25010	20
25011	20
25012	20
25013	20
25014	20
25015	20
25016	20
25017	20
25018	20
25019	20
25020	20
25021	20
25022	20
25023	20
25024	20
25025	20
25026	20
25027	20
25028	20
25029	20
25030	20
25031	20
25032	20
25033	20
25034	20
25035	20
25036	20
25037	20
25038	20
25039	20
25040	20
25041	20
25042	20
25043	20
25044	20
25045	20
25046	20
25047	20
25048	20
25049	20
25050	20
25051	20
25052	20
25053	20
25054	20
25055	20
25056	20
25057	20
25058	20
25059	20
25060	20
25061	20
25062	20
25063	20
25064	20
25065	20
25066	20
25067	20
25068	20
25069	20
25070	20
25071	20
25072	20
25073	20
25074	20
25075	20
25076	20
25077	20
25078	20
25079	20
25080	20
25081	20
25082	20
25083	20
25084	20
25085	20
25086	20
25087	20
25088	20
25089	20
25090	20
25091	20
25092	20
25093	20
25094	20
25095	20
25096	20
25097	20
25098	20
25099	20
25100	20
25101	20
25102	20
25103	20
25104	20
25105	20
25106	20
25107	20
25108	20
25109	20
25110	20
25111	20
25112	20
25113	20
25114	20
25115	20
25116	20
25117	20
25118	20
25119	20
25120	20
25121	20
25122	20
25123	20
25124	20
25125	20
25126	20
25127	20
25128	20
25129	20
25130	20
25131	20
25132	20
25133	20
25134	20
25135	20
25136	20
25137	20
25138	20
25139	20
25140	20
25141	20
25142	20
25143	20
25144	20
25145	20
25146	20
25147	20
25148	20
25149	20
25150	20
25151	20
25152	20
25153	20
25154	20
25155	20
25156	20
25157	20
25158	20
25159	20
25160	20
25161	20
25162	20
25163	20
25164	20
25165	20
25166	20
25167	20
25168	20
25169	20
25170	20
25171	20
25172	20
25173	20
25174	20
25175	20
25176	20
25177	20
25178	20
25179	20
25180	20
25181	20
25182	20
25183	20
25184	20
25185	20
25186	20
25187	20
25188	20
25189	20
25190	20
25191	20
25192	20
25193	20
25194	20
25195	20
25196	20
25197	20
25198	20
25199	20
25200	20
25201	20
25202	20
25203	20
25204	20
25205	20
25206	20
25207	20
25208	20
25209	20
25210	20
25211	20
25212	20
25213	20
25214	20
25215	20
25216	20
25217	20
25218	20
25219	20
25220	20
25221	20
25222	20
25223	20
25224	20
25225	20
25226	20
25227	20
25228	20
25229	20
25230	20
25231	20
25232	20
25233	20
25234	20
25235	20
25236	20
25237	20
25238	20
25239	20
25240	20
25241	20
25242	20
25243	20
25244	20
25245	20
25246	20
25247	20
25248	20
25249	20
25250	20
25251	20
25252	20
25253	20
25254	20
25255	20
25256	20
25257	20
25258	20
25259	20
25260	20
25261	20
25262	20
25263	20
25264	20
25265	20
25266	20
25267	20
25268	20
25269	20
25270	20
25271	20
25272	20
25273	20
25274	20
25275	20
25276	20
25277	20
25278	20
25279	20
25280	20
25281	20
25282	20
25283	20
25284	20
25285	20
25286	20
25287	20
25288	20
25289	20
25290	20
25291	20
25292	20
25293	20
25294	20
25295	20
25296	20
25297	20
25298	20
25299	20
25300	20
25301	20
25302	20
25303	20
25304	20
25305	20
25306	20
25307	20
25308	20
25309	20
25310	20
25311	20
25312	20
25313	20
25314	20
25315	20
25316	20
25317	20
25318	20
25319	20
25320	20
25321	20
25322	20
25323	20
25324	20
25325	20
25326	20
25327	20
25328	20
25329	20
25330	20
25331	20
25332	20
25333	20
25334	20
25335	20
25336	20
25337	20
25338	20
25339	20
25340	20
25341	20
25342	20
25343	20
25344	20
25345	20
25346	20
25347	20
25348	20
25349	20
25350	20
25351	20
25352	20
25353	20
25354	20
25355	20
25356	20
25357	20
25358	20
25359	20
25360	20
25361	20
25362	20
25363	20
25364	20
25365	20
25366	20
25367	20
25368	20
25369	20
25370	20
25371	20
25372	20
25373	20
25374	20
25375	20
25376	20
25377	20
25378	20
25379	20
25380	20
25381	20
25382	20
25383	20
25384	20
25385	20
25386	20
25387	20
25388	20
25389	20
25390	20
25391	20
25392	20
25393	20
25394	20
25395	20
25396	20
25397	20
25398	20
25399	20
25400	20
25401	20
25402	20
25403	20
25404	20
25405	20
25406	20
25407	20
25408	20
25409	20
25410	20
25411	20
25412	20
25413	20
25414	20
25415	20
25416	20
25417	20
25418	20
25419	20
25420	20
25421	20
25422	20
25423	20
25424	20
25425	20
25426	20
25427	20
25428	20
25429	20
25430	20
25431	20
25432	20
25433	20
25434	20
25435	20
25436	20
25437	20
25438	20
25439	20
25440	20
25441	20
25442	20
25443	20
25444	20
25445	20
25446	20
25447	20
25448	20
25449	20
25450	20
25451	20
25452	20
25453	20
25454	20
25455	20
4714	20
25456	20
25457	20
25458	20
25459	20
25460	20
25461	20
25462	20
25463	20
25464	20
25465	20
25466	20
25467	20
25468	20
25469	20
25470	20
25471	20
25472	20
25473	20
25474	20
25475	20
25476	20
25477	20
25478	20
25479	20
25480	20
25481	20
25482	20
25483	20
25484	20
25485	20
25486	20
25487	20
25488	20
25489	20
25490	20
25491	20
25492	20
25493	20
25494	20
25495	20
25496	20
25497	20
25498	20
25499	20
25500	20
25501	20
25502	20
25503	20
25504	20
25505	20
25506	20
25507	20
25508	20
25509	20
25510	20
25511	20
25512	20
25513	20
25514	20
25515	20
25516	20
25517	20
25518	20
25519	20
25520	20
25521	20
25522	20
25523	20
25524	20
25525	20
25526	20
25527	20
25528	20
25529	20
25530	20
25531	20
25532	20
25533	20
25534	20
25535	20
25536	20
25537	20
25538	20
25539	20
25540	20
25541	20
25542	20
25543	20
25544	20
25545	20
25546	20
25547	20
25548	20
25549	20
25550	20
25551	20
25552	20
25553	20
25554	20
25555	20
25556	20
25557	20
25558	20
25559	20
25560	20
25561	20
25562	20
25563	20
25564	20
25565	20
25566	20
25567	20
25568	20
25569	20
25570	20
25571	20
25572	20
25573	20
25574	20
25575	20
25576	20
25577	20
25578	20
25579	20
25580	20
25581	20
25582	20
25583	20
25584	20
25585	20
25586	20
25587	20
25588	20
25589	20
25590	20
25591	20
25592	20
25593	20
25594	20
25595	20
25596	20
25597	20
25598	20
25599	20
25600	20
25601	20
25602	20
25603	20
25604	20
25605	20
25606	20
25607	20
25608	20
25609	20
25610	20
25611	20
25612	20
25613	20
25614	20
25615	20
25616	20
25617	20
25618	20
25619	20
25620	20
25621	20
25622	20
25623	20
25624	20
25625	20
25626	20
25627	20
25628	20
25629	20
25630	20
25631	20
25632	20
25633	20
25634	20
25635	20
25636	20
25637	20
25638	20
25639	20
25640	20
25641	20
25642	20
25643	20
25644	20
25645	20
25646	20
25647	20
25648	20
25649	20
25650	20
25651	20
25652	20
25653	20
25654	20
25655	20
25656	20
25657	20
25658	20
25659	20
25660	20
25661	20
25662	20
25663	20
25664	20
25665	20
25666	20
25667	20
25668	20
25669	20
25670	20
25671	20
25672	20
25673	20
25674	20
25675	20
25676	20
25677	20
25678	20
25679	20
25680	20
25681	20
25682	20
25683	20
25684	20
25685	20
25686	20
25687	20
25688	20
25689	20
25690	20
25691	20
25692	20
25693	20
25694	20
25695	20
25696	20
25697	20
25698	20
25699	20
25700	20
25701	20
25702	20
25703	20
25704	20
25705	20
25706	20
25707	20
25708	20
25709	20
25710	20
25711	20
25712	20
25713	20
25714	20
25715	20
25716	20
25717	20
25718	20
25719	20
25720	20
25721	20
25722	20
25723	20
25724	20
25725	20
25726	20
25727	20
25728	20
25729	20
25730	20
25731	20
25732	20
25733	20
25734	20
25735	20
25736	20
25737	20
25738	20
25739	20
25740	20
25741	20
25742	20
25743	20
25744	20
25745	20
25746	20
25747	20
25748	20
25749	20
25750	20
25751	20
25752	20
25753	20
25754	20
25755	20
25756	20
25757	20
25758	20
25759	20
25760	20
25761	20
25762	20
25763	20
25764	20
25765	20
25766	20
25767	20
25768	20
25769	20
25770	20
25771	20
25772	20
25773	20
25774	20
25775	20
25776	20
25777	20
25778	20
25779	20
25780	20
25781	20
25782	20
25783	20
25784	20
25785	20
25786	20
25787	20
25788	20
25789	20
25790	20
25791	20
25792	20
25793	20
25794	20
25795	20
25796	20
25797	20
25798	20
25799	20
25800	20
25801	20
25802	20
25803	20
25804	20
25805	20
25806	20
25807	20
25808	20
25809	20
25810	20
25811	20
25812	20
25813	20
25814	20
25815	20
25816	20
25817	20
25818	20
25819	20
25820	20
25821	20
25822	20
25823	20
25824	20
25825	20
25826	20
25827	20
25828	20
25829	20
25830	20
25831	20
25832	20
25833	20
25834	20
25835	20
25836	20
25837	20
25838	20
25839	20
25840	20
25841	20
25842	20
25843	20
25844	20
20569	21
21679	22
21687	22
21720	22
21737	22
21150	23
10308	23
10367	23
22229	23
22235	23
22247	23
16427	23
22253	23
10512	23
22288	23
22298	23
10612	23
22310	23
10635	23
10681	23
22349	23
22357	23
10718	23
22369	23
22394	23
22411	23
22416	23
22424	23
22428	23
22443	23
22448	23
10882	23
10889	23
22459	23
22471	23
22473	23
22477	23
22497	23
22502	23
10970	23
22507	23
22512	23
11012	23
22543	23
22545	23
22567	23
22570	23
22589	23
22600	23
22603	23
22607	23
22613	23
11092	25
11093	25
11094	25
11095	25
11096	25
11097	25
11098	25
11099	25
11100	25
11101	25
11102	25
11103	25
11104	25
11105	25
11106	25
11107	25
11108	25
11109	25
11110	25
11111	25
11112	25
11113	25
11114	25
11115	25
11116	25
11117	25
11118	25
11119	25
11120	25
11121	25
11122	25
11123	25
11124	25
11125	25
11126	25
11127	25
11128	25
11129	25
11130	25
11131	25
11132	25
11133	25
11134	25
11135	25
11136	25
11137	25
11138	25
11139	25
11140	25
11141	25
11142	25
11143	25
11144	25
11145	25
11146	25
11147	25
11148	25
11149	25
11150	25
11151	25
11152	25
11153	25
11154	25
11155	25
11156	25
11157	25
11158	25
11159	25
11160	25
11161	25
11162	25
11163	25
11164	25
11165	25
11166	25
11167	25
11168	25
11169	25
11170	25
11171	25
11172	25
11173	25
11174	25
11175	25
11176	25
11177	25
11178	25
11179	25
11180	25
11181	25
11182	25
11183	25
11184	25
11185	25
11186	25
11187	25
11188	25
11189	25
11190	25
11191	25
11192	25
11193	25
11194	25
11195	25
11196	25
11197	25
11198	25
11199	25
11200	25
11201	25
11202	25
11203	25
11204	25
11205	25
11206	25
11207	25
11208	25
11209	25
11210	25
11211	25
11212	25
11213	25
11214	25
11215	25
11216	25
11217	25
11218	25
11219	25
11220	25
11221	25
11222	25
11223	25
11224	25
11225	25
11226	25
11227	25
11228	25
11229	25
11230	25
11231	25
11232	25
11233	25
11234	25
11235	25
11236	25
11237	25
11238	25
11239	25
11240	25
11241	25
11242	25
11243	25
11244	25
11245	25
11246	25
11247	25
11248	25
11249	25
11250	25
11251	25
11252	25
11253	25
11254	25
11255	25
11256	25
11257	25
11258	25
11259	25
11260	25
11261	25
11262	25
11263	25
11264	25
11265	25
11266	25
11267	25
11268	25
11269	25
11270	25
11271	25
11272	25
11273	25
11274	25
11275	25
11276	25
11277	25
11278	25
11279	25
11280	25
11281	25
11282	25
11283	25
11284	25
11285	25
11286	25
11287	25
11288	25
11289	25
11290	25
11291	25
11292	25
11293	25
11294	25
11295	25
11296	25
11297	25
11298	25
11299	25
11300	25
11301	25
11302	25
11303	25
11304	25
11305	25
11306	25
11307	25
11308	25
11309	25
11310	25
11311	25
11312	25
11313	25
11314	25
11315	25
11316	25
11317	25
11318	25
11319	25
11320	25
11321	25
11322	25
11323	25
11324	25
11325	25
11326	25
11327	25
11328	25
11329	25
11330	25
11331	25
11332	25
11333	25
11334	25
11335	25
11336	25
11337	25
11338	25
11339	25
11340	25
11341	25
11342	25
11343	25
11344	25
11345	25
11346	25
11347	25
11348	25
11349	25
11350	25
11351	25
11352	25
11353	25
11354	25
11355	25
11356	25
11357	25
11358	25
11359	25
11360	25
11361	25
11362	25
11363	25
11364	25
11365	25
11366	25
11367	25
11368	25
11369	25
11370	25
11371	25
11372	25
11373	25
11374	25
11375	25
11376	25
11377	25
11378	25
11379	25
11380	25
11381	25
11382	25
11383	25
11384	25
11385	25
11386	25
11387	25
11388	25
11389	25
11390	25
11391	25
11392	25
11393	25
11394	25
11395	25
11396	25
11397	25
11398	25
11399	25
11400	25
11401	25
11402	25
11403	25
11404	25
11405	25
11406	25
11407	25
11408	25
11409	25
11410	25
11411	25
11412	25
11413	25
11414	25
11415	25
11416	25
11417	25
11418	25
11419	25
11420	25
11421	25
11422	25
11423	25
11424	25
11425	25
11426	25
11427	25
11428	25
11429	25
11430	25
11431	25
11432	25
11433	25
11434	25
11435	25
11436	25
11437	25
11438	25
11439	25
11440	25
11441	25
11442	25
11443	25
11444	25
11445	25
11446	25
11447	25
11448	25
11449	25
11450	25
11451	25
11452	25
11453	25
11454	25
11455	25
11456	25
11457	25
11458	25
11459	25
11460	25
11461	25
11462	25
11463	25
11464	25
11465	25
11466	25
11467	25
11468	25
11469	25
11470	25
11471	25
11472	25
11473	25
11092	26
11093	26
11094	26
11095	26
11096	26
11097	26
11098	26
11099	26
11100	26
11101	26
11102	26
11103	26
11104	26
11105	26
11106	26
11107	26
11108	26
11109	26
11110	26
11111	26
11112	26
11113	26
11114	26
11115	26
11116	26
11117	26
11118	26
11119	26
11120	26
11121	26
11122	26
11123	26
11124	26
11125	26
11126	26
11127	26
11128	26
11129	26
11130	26
11131	26
11132	26
11133	26
11134	26
11135	26
11136	26
11137	26
11138	26
11139	26
11140	26
11141	26
11142	26
11143	26
11144	26
11145	26
11146	26
11147	26
11148	26
11149	26
11150	26
11151	26
11152	26
11153	26
11154	26
11155	26
11156	26
11157	26
11158	26
11159	26
11160	26
11161	26
11162	26
11163	26
11164	26
11165	26
11166	26
11167	26
11168	26
11169	26
11170	26
11171	26
11172	26
11173	26
11174	26
11175	26
11176	26
11177	26
11178	26
11179	26
11180	26
11181	26
11182	26
11183	26
11184	26
11185	26
11186	26
11187	26
11188	26
11189	26
11190	26
11191	26
11192	26
11193	26
11194	26
11195	26
11196	26
11197	26
11198	26
11199	26
11200	26
11201	26
11202	26
11203	26
11204	26
11205	26
11206	26
11207	26
11208	26
11209	26
11210	26
11211	26
11212	26
11213	26
11214	26
11215	26
11216	26
11217	26
11218	26
11219	26
11220	26
11221	26
11222	26
11223	26
11224	26
11225	26
11226	26
11227	26
11228	26
11229	26
11230	26
11231	26
11232	26
11233	26
11234	26
11235	26
11236	26
11237	26
11238	26
11239	26
11240	26
11241	26
11242	26
11243	26
11244	26
11245	26
11246	26
11247	26
11248	26
11249	26
11250	26
11251	26
11252	26
11253	26
11254	26
11255	26
11256	26
11257	26
11258	26
11259	26
11260	26
11261	26
11262	26
11263	26
11264	26
11265	26
11266	26
11267	26
11268	26
11269	26
11270	26
11271	26
11272	26
11273	26
11274	26
11275	26
11276	26
11277	26
11278	26
11279	26
11280	26
11281	26
11282	26
11283	26
11284	26
11285	26
11286	26
11287	26
11288	26
11289	26
11290	26
11291	26
11292	26
11293	26
11294	26
11295	26
11296	26
11297	26
11298	26
11299	26
11300	26
11301	26
11302	26
11303	26
11304	26
11305	26
11306	26
11307	26
11308	26
11309	26
11310	26
11311	26
11312	26
11313	26
11314	26
11315	26
11316	26
11317	26
11318	26
11319	26
11320	26
11321	26
11322	26
11323	26
11324	26
11325	26
11326	26
11327	26
11328	26
11329	26
11330	26
11331	26
11332	26
11333	26
11334	26
11335	26
11336	26
11337	26
11338	26
11339	26
11340	26
11341	26
11342	26
11343	26
11344	26
11345	26
11346	26
11347	26
11348	26
11349	26
11350	26
11351	26
11352	26
11353	26
11354	26
11355	26
11356	26
11357	26
11358	26
11359	26
11360	26
11361	26
11362	26
11363	26
11364	26
11365	26
11366	26
11367	26
11368	26
11369	26
11370	26
11371	26
11372	26
11373	26
11374	26
11375	26
11376	26
11377	26
11378	26
11379	26
11380	26
11381	26
11382	26
11383	26
11384	26
11385	26
11386	26
11387	26
11388	26
11389	26
11390	26
11391	26
11392	26
11393	26
11394	26
11395	26
11396	26
11397	26
11398	26
11399	26
11400	26
11401	26
11402	26
11403	26
11404	26
11405	26
11406	26
11407	26
11408	26
11409	26
11410	26
11411	26
11412	26
11413	26
11414	26
11415	26
11416	26
11417	26
11418	26
11419	26
11420	26
11421	26
11422	26
11423	26
11424	26
11425	26
11426	26
11427	26
11428	26
11429	26
11430	26
11431	26
11432	26
11433	26
11434	26
11435	26
11436	26
11437	26
11438	26
11439	26
11440	26
11441	26
11442	26
11443	26
11444	26
11445	26
11446	26
11447	26
11448	26
11449	26
11450	26
11451	26
11452	26
11453	26
11454	26
11455	26
11456	26
11457	26
11458	26
11459	26
11460	26
11461	26
11462	26
11463	26
11464	26
11465	26
11466	26
11467	26
11468	26
11469	26
11470	26
11471	26
11472	26
11473	26
22191	26
22192	26
22222	26
22286	26
22377	26
22387	26
22390	26
22401	26
22524	26
22562	26
22581	26
19847	28
19916	28
20080	28
20191	28
20561	28
20582	28
20838	28
20971	28
21130	28
22163	28
1765	29
24212	29
24213	29
2028	31
2030	31
2035	31
2033	31
17465	31
2025	31
2026	31
2031	31
2032	31
2034	31
16211	31
22715	31
23426	31
23431	31
23866	31
23318	31
2029	31
23435	31
23437	31
16142	31
23886	31
2027	31
13005	32
19714	32
17861	32
17863	32
18876	32
19079	32
17868	32
17869	32
17871	32
17879	32
17881	32
17885	32
17891	32
17896	32
17900	32
17902	32
17918	32
17930	32
17932	32
17940	32
17944	32
17954	32
17962	32
17966	32
17967	32
17969	32
17971	32
17978	32
17980	32
17988	32
17992	32
17995	32
18001	32
18003	32
18004	32
18005	32
18007	32
18761	32
18370	32
18027	32
18862	32
18039	32
18040	32
18045	32
18049	32
18057	32
18063	32
18068	32
18072	32
18074	32
18081	32
18089	32
18097	32
18099	32
18105	32
18112	32
18114	32
18115	32
18119	32
6170	32
18125	32
18139	32
19043	32
18146	32
18151	32
18156	32
18163	32
18167	32
18170	32
18171	32
18173	32
18178	32
18187	32
18192	32
18545	32
18194	32
18215	32
18582	32
18220	32
18224	32
18225	32
18235	32
18244	32
18248	32
18256	32
18258	32
18259	32
18266	32
18274	32
18276	32
18277	32
18283	32
18286	32
33	32
18291	32
18302	32
18304	32
18305	32
18306	32
18308	32
18312	32
18320	32
18323	32
18332	32
18334	32
18337	32
18339	32
18344	32
18346	32
18347	32
18348	32
18362	32
18365	32
18366	32
18391	32
16263	32
16264	32
16269	32
16280	32
16289	32
16297	32
16310	32
16326	32
16342	32
16363	32
16366	32
16410	32
16416	32
16419	32
16426	32
16429	32
16456	32
16473	32
16531	32
16558	32
16568	32
16575	32
16579	32
16581	32
16592	32
16627	32
16635	32
16640	32
16647	32
16650	32
16657	32
16658	32
16667	32
16697	32
16707	32
16712	32
16729	32
16745	32
16752	32
16768	32
16770	32
16778	32
16780	32
16782	32
16795	32
16798	32
16807	32
16813	32
16815	32
16821	32
16832	32
16851	32
16852	32
16854	32
16862	32
16874	32
16883	32
16887	32
16905	32
16909	32
16910	32
16922	32
16929	32
16932	32
16957	32
16972	32
16980	32
16981	32
16986	32
16987	32
17004	32
17009	32
17035	32
17059	32
17112	32
17113	32
17117	32
17121	32
17135	32
17154	32
17158	32
17169	32
17187	32
17203	32
17207	32
17208	32
17211	32
17219	32
17228	32
17249	32
17262	32
17269	32
17290	32
17303	32
17305	32
17308	32
17324	32
17364	32
17386	32
17390	32
17392	32
17393	32
17394	32
17416	32
17422	32
17427	32
17443	32
17452	32
17453	32
17463	32
17476	32
17483	32
17498	32
17508	32
17523	32
17525	32
17551	32
17562	32
17563	32
17574	32
17580	32
17600	32
17636	32
17650	32
17652	32
17653	32
17656	32
17659	32
17662	32
17676	32
17678	32
17679	32
17684	32
17688	32
17689	32
17692	32
17698	32
17699	32
17705	32
17706	32
17709	32
17711	32
17712	32
17713	32
17717	32
17721	32
17722	32
17726	32
17727	32
17730	32
17731	32
17735	32
17738	32
17740	32
17741	32
17743	32
17745	32
17751	32
17760	32
17765	32
17767	32
17768	32
17769	32
17770	32
17774	32
17777	32
17778	32
17785	32
17803	32
17804	32
17805	32
17809	32
17811	32
17812	32
10349	32
17823	32
17826	32
17828	32
17838	32
17839	32
17844	32
17846	32
17853	32
17855	32
17858	32
18377	32
18378	32
18385	32
18386	32
18387	32
18390	32
18393	32
18395	32
18401	32
18406	32
18409	32
18413	32
18416	32
18418	32
18430	32
18434	32
18441	32
18445	32
18446	32
18450	32
18453	32
18458	32
18459	32
18462	32
18470	32
18491	32
18499	32
18500	32
18504	32
18507	32
18515	32
18517	32
18523	32
18526	32
18530	32
18531	32
18532	32
18533	32
18538	32
18550	32
18556	32
18579	32
18583	32
18584	32
18588	32
18590	32
18592	32
18603	32
18609	32
18610	32
18612	32
18617	32
18618	32
18622	32
18625	32
18636	32
18639	32
18641	32
18647	32
18648	32
18652	32
18654	32
18656	32
18660	32
18663	32
18665	32
18666	32
18668	32
18673	32
18676	32
18687	32
18695	32
18700	32
18702	32
18704	32
18707	32
18709	32
18710	32
18713	32
18724	32
18725	32
18726	32
18731	32
18733	32
18748	32
18750	32
18756	32
18762	32
18763	32
18764	32
18774	32
18776	32
18778	32
18780	32
18784	32
18793	32
18794	32
18798	32
18799	32
18807	32
18808	32
18809	32
18811	32
18821	32
18822	32
18824	32
18826	32
18832	32
18833	32
18840	32
18844	32
18845	32
18846	32
18856	32
18860	32
18861	32
18875	32
18877	32
18880	32
18882	32
18885	32
18896	32
18902	32
18903	32
18910	32
18911	32
18924	32
18926	32
18927	32
18928	32
18931	32
18935	32
18936	32
18940	32
18943	32
18948	32
18953	32
18956	32
18960	32
18966	32
18970	32
18971	32
18976	32
18980	32
18988	32
18991	32
18993	32
18996	32
18999	32
19006	32
19007	32
19012	32
19015	32
19024	32
19025	32
19026	32
19031	32
19035	32
19038	32
19039	32
19040	32
19042	32
19047	32
19053	32
19062	32
19065	32
19070	32
19074	32
19077	32
19081	32
19087	32
19089	32
19095	32
19101	32
19103	32
19112	32
19113	32
19117	32
19118	32
19124	32
19128	32
19129	32
19132	32
19134	32
19140	32
19142	32
19143	32
19149	32
19156	32
19159	32
19160	32
19162	32
19166	32
19167	32
19168	32
19170	32
19174	32
19176	32
19181	32
19189	32
19198	32
19199	32
19201	32
19203	32
19207	32
19208	32
19209	32
19213	32
19216	32
19221	32
19224	32
19231	32
19242	32
19248	32
19249	32
19255	32
19261	32
19264	32
19268	32
19269	32
19272	32
19283	32
19285	32
19289	32
19291	32
19298	32
19300	32
19305	32
19314	32
19315	32
19318	32
19319	32
19323	32
19328	32
19334	32
19335	32
19339	32
19343	32
19345	32
19349	32
19351	32
19355	32
19357	32
19365	32
19369	32
19371	32
19373	32
19381	32
19387	32
19389	32
19390	32
19395	32
19396	32
19397	32
19398	32
19401	32
19404	32
19410	32
19412	32
19429	32
19430	32
19438	32
19441	32
19444	32
19449	32
19451	32
19452	32
19454	32
19459	32
19462	32
19463	32
19465	32
19467	32
14494	32
19470	32
19475	32
19477	32
19480	32
19481	32
19485	32
19487	32
19489	32
19491	32
14506	32
19501	32
19505	32
19507	32
19508	32
19510	32
19513	32
14514	32
19514	32
19515	32
19518	32
19519	32
19520	32
19522	32
19526	32
19527	32
19528	32
19536	32
19539	32
19543	32
19544	32
19548	32
19556	32
19558	32
19559	32
19566	32
19572	32
19576	32
19579	32
19580	32
19585	32
19589	32
19590	32
19593	32
19594	32
19598	32
19599	32
19603	32
19611	32
19612	32
19613	32
19623	32
19630	32
19631	32
19638	32
19647	32
19649	32
19650	32
19656	32
19666	32
19669	32
19674	32
19677	32
19680	32
19681	32
19682	32
19690	32
19692	32
19693	32
19699	32
19700	32
19702	32
19709	32
19710	32
19712	32
19713	32
19720	32
19727	32
19728	32
19729	32
19735	32
19736	32
19738	32
19740	32
19757	32
19758	32
19759	32
19763	32
18237	32
18662	32
72	32
12942	32
18957	32
14370	32
19227	32
19320	32
19327	32
19606	32
22225	32
22227	32
10367	32
22282	32
22341	32
22367	32
22408	32
22409	32
22579	32
22610	32
170	32
2060	32
1968	32
17808	32
9436	32
12135	32
21996	33
22018	33
22020	33
22029	33
22033	33
22047	33
22102	33
22158	33
22162	33
22174	33
22180	33
13817	33
22200	33
22419	33
22478	33
14445	33
22498	33
22003	34
21997	34
22023	34
22056	34
22131	34
22173	34
22181	34
13817	34
1229	35
1227	35
1232	35
1234	35
1239	35
1237	35
16059	35
16227	35
1236	35
1238	35
15800	35
1226	35
1231	35
1228	35
1230	35
16090	35
16231	35
16126	35
22853	35
22854	35
23105	35
23226	35
23683	35
23711	35
23785	35
22640	35
22705	35
22782	35
22830	35
23009	35
23091	35
24164	35
1235	35
1233	35
23338	35
24165	35
24166	35
23402	35
24167	35
23639	35
24168	35
23682	35
24169	35
23797	35
24170	35
24018	35
24044	35
24250	35
1240	35
1241	35
13840	36
13864	36
9846	36
14091	36
14643	36
22011	36
22013	36
21993	36
13857	36
22002	36
13882	36
22005	36
22007	36
22008	36
22014	36
22015	36
22016	36
22017	36
22019	36
22024	36
22025	36
22026	36
14013	36
22028	36
22030	36
22032	36
22039	36
22045	36
22046	36
22048	36
22049	36
22054	36
14865	36
22055	36
22060	36
22061	36
22063	36
22065	36
22066	36
22067	36
22068	36
22071	36
22073	36
22077	36
22079	36
22095	36
22081	36
22084	36
22086	36
22088	36
22089	36
22090	36
22091	36
22093	36
14283	36
22099	36
22104	36
22106	36
22112	36
22114	36
17088	36
22116	36
22123	36
22125	36
22129	36
14389	36
14390	36
14455	36
22136	36
22137	36
22138	36
22139	36
22140	36
22141	36
14500	36
22142	36
14503	36
22144	36
22146	36
22147	36
22159	36
22168	36
22169	36
22170	36
22171	36
22175	36
22176	36
22177	36
22178	36
14590	36
22189	36
22190	36
13839	36
13861	36
13873	36
22213	36
13898	36
22223	36
22224	36
22232	36
13954	36
22239	36
22241	36
22246	36
22249	36
13973	36
22250	36
14006	36
22256	36
22261	36
22262	36
22263	36
22266	36
14033	36
22277	36
2326	36
22287	36
22289	36
22291	36
22299	36
14115	36
22309	36
14131	36
22327	36
22322	36
22324	36
22326	36
14159	36
14167	36
22331	36
22332	36
22334	36
22337	36
22338	36
22343	36
22352	36
22363	36
9288	36
22376	36
7669	36
22380	36
22382	36
22397	36
22400	36
22404	36
22407	36
14914	36
22436	36
14686	36
14322	36
22435	36
22437	36
14327	36
14338	36
14348	36
14349	36
22444	36
22454	36
22457	36
14375	36
22458	36
22463	36
14383	36
22484	36
22492	36
14446	36
14452	36
22499	36
22509	36
22515	36
22516	36
14484	36
14486	36
22525	36
22527	36
223	36
22530	36
22542	36
22549	36
22565	36
22568	36
22578	36
22580	36
22582	36
22586	36
14574	36
14575	36
22596	36
22602	36
22604	36
22605	36
14593	36
22615	36
14080	36
22472	36
14542	36
14476	36
1733	37
1735	37
1740	37
1738	37
16210	37
1731	37
1732	37
1736	37
1737	37
22761	37
22810	37
24187	37
22638	37
22639	37
24183	37
15867	37
15897	37
24184	37
23118	37
24185	37
24186	37
23473	37
24188	37
16150	37
1734	37
1739	37
1730	37
2036	38
15988	38
24209	38
23108	38
24210	38
23703	38
16108	38
1243	39
1245	39
1249	39
1247	39
1254	39
1259	39
1263	39
1268	39
1275	39
1280	39
1278	39
1283	39
1294	39
1295	39
1300	39
1302	39
1304	39
1308	39
1310	39
1315	39
1313	39
1318	39
1320	39
1323	39
1330	39
1328	39
1333	39
1339	39
1337	39
1342	39
1344	39
1350	39
1348	39
1355	39
1353	39
1360	39
1358	39
1364	39
1362	39
1368	39
1370	39
1375	39
1373	39
1380	39
1378	39
1385	39
1383	39
1388	39
1390	39
1393	39
1395	39
1400	39
1398	39
1404	39
1402	39
1407	39
1409	39
1412	39
1414	39
1417	39
1419	39
1422	39
1424	39
1427	39
1430	39
1432	39
1434	39
1437	39
1439	39
1442	39
1444	39
1447	39
1449	39
1452	39
1454	39
1457	39
1459	39
1462	39
1464	39
1467	39
1469	39
1472	39
1474	39
1477	39
1479	39
1482	39
1484	39
1489	39
1492	39
1494	39
1497	39
1499	39
1502	39
1504	39
1507	39
1508	39
1510	39
1512	39
1514	39
1517	39
1519	39
1522	39
1524	39
1527	39
1529	39
1532	39
1534	39
1537	39
1539	39
1542	39
1544	39
1547	39
1549	39
1552	39
1554	39
1557	39
1558	39
1560	39
1562	39
1564	39
1567	39
1569	39
1572	39
1574	39
1577	39
1579	39
1582	39
1583	39
1585	39
1587	39
1589	39
1592	39
1594	39
1597	39
1599	39
1602	39
1604	39
1607	39
1609	39
1612	39
1614	39
1617	39
1619	39
1622	39
1624	39
1627	39
1629	39
1632	39
1634	39
1638	39
1642	39
1644	39
1647	39
1649	39
1652	39
1654	39
1657	39
1659	39
1662	39
1664	39
1667	39
1669	39
1672	39
1674	39
1679	39
1676	39
1682	39
1684	39
1687	39
1689	39
15838	39
15853	39
15856	39
15859	39
15861	39
15796	39
15798	39
15809	39
15868	39
15871	39
15873	39
15880	39
15887	39
15884	39
15888	39
15890	39
15899	39
15898	39
15905	39
15922	39
15929	39
15928	39
15934	39
15946	39
15944	39
15952	39
15950	39
15956	39
15961	39
15970	39
15974	39
15976	39
15983	39
15985	39
15989	39
15992	39
16002	39
15999	39
16007	39
16014	39
16017	39
16019	39
16031	39
16032	39
16038	39
16043	39
16044	39
16050	39
16053	39
16055	39
16074	39
16073	39
16077	39
16078	39
16110	39
16115	39
16113	39
16119	39
16125	39
16133	39
16134	39
16155	39
16164	39
16173	39
16208	39
16222	39
16229	39
16235	39
16236	39
16237	39
1244	39
1260	39
1276	39
1314	39
1331	39
1345	39
1396	39
1242	39
1406	39
15790	39
15797	39
1408	39
1246	39
1410	39
1623	39
1411	39
1413	39
15805	39
1415	39
1416	39
1418	39
1420	39
1421	39
1423	39
15813	39
16220	39
15814	39
1625	39
1251	39
1425	39
1626	39
1426	39
1255	39
1428	39
1429	39
1431	39
1257	39
15834	39
1433	39
1435	39
1436	39
1438	39
1261	39
1440	39
15843	39
15844	39
1441	39
15847	39
15850	39
1443	39
15851	39
1445	39
1446	39
1448	39
1266	39
1630	39
1450	39
1451	39
1271	39
1453	39
15863	39
1455	39
1456	39
1458	39
1460	39
1461	39
1463	39
15878	39
1465	39
1466	39
1468	39
1470	39
1471	39
1473	39
1635	39
1475	39
15889	39
1476	39
1279	39
1478	39
1480	39
1481	39
22624	39
1637	39
1483	39
1485	39
1281	39
1282	39
15900	39
15903	39
1284	39
15907	39
1486	39
1286	39
1287	39
1640	39
1490	39
1289	39
1641	39
1290	39
1487	39
1291	39
1292	39
15915	39
1488	39
1491	39
15924	39
1296	39
1297	39
1299	39
1301	39
16223	39
1253	39
1493	39
22625	39
15948	39
1495	39
15830	39
1496	39
1498	39
15949	39
1645	39
1500	39
15951	39
1501	39
15955	39
1503	39
1505	39
1506	39
1509	39
15957	39
1309	39
1311	39
1511	39
1513	39
22626	39
1646	39
1515	39
1303	39
1307	39
1306	39
1516	39
15975	39
1518	39
1316	39
15979	39
15986	39
1648	39
1322	39
15997	39
1324	39
1520	39
16006	39
16009	39
16228	39
1312	39
1327	39
16018	39
1521	39
16022	39
16027	39
1653	39
16030	39
16034	39
16033	39
1336	39
16036	39
1338	39
1334	39
1523	39
16045	39
1525	39
1526	39
16051	39
1343	39
1528	39
1530	39
1531	39
1533	39
1346	39
1535	39
1931	39
1536	39
1538	39
1540	39
16064	39
1541	39
16052	39
16054	39
1543	39
16040	39
1656	39
1545	39
1658	39
1546	39
16075	39
1548	39
1550	39
16081	39
1551	39
16082	39
1553	39
1555	39
1556	39
1559	39
1561	39
1341	39
16096	39
1661	39
1563	39
1352	39
1565	39
1566	39
16233	39
1356	39
1363	39
1568	39
1570	39
16105	39
16117	39
1571	39
1573	39
1575	39
1576	39
16111	39
1578	39
16112	39
1580	39
1359	39
1581	39
1584	39
1666	39
16120	39
1586	39
1369	39
1588	39
1590	39
1591	39
1367	39
1688	39
16130	39
1371	39
16136	39
1593	39
16138	39
1595	39
1596	39
16144	39
16135	39
16141	39
1668	39
1598	39
16154	39
16159	39
16160	39
1600	39
1601	39
1603	39
16162	39
22619	39
1605	39
1606	39
1384	39
1671	39
1386	39
16178	39
16183	39
1391	39
1673	39
1608	39
1610	39
1611	39
22621	39
1392	39
1678	39
1394	39
1613	39
1397	39
1615	39
1616	39
1618	39
1377	39
1399	39
16207	39
22623	39
16209	39
16216	39
1403	39
1620	39
1405	39
1379	39
22630	39
22632	39
22633	39
22635	39
22636	39
22642	39
22641	39
22649	39
22653	39
22654	39
22655	39
22658	39
22659	39
22662	39
22665	39
22667	39
22668	39
22669	39
22674	39
22675	39
22676	39
22677	39
22679	39
22680	39
22681	39
22682	39
22683	39
22685	39
22686	39
22688	39
22690	39
22693	39
22695	39
22697	39
22702	39
22703	39
22704	39
22712	39
22708	39
22709	39
22716	39
22717	39
22719	39
22721	39
22724	39
22726	39
22727	39
22728	39
22731	39
22734	39
22738	39
22741	39
22742	39
22743	39
22744	39
22745	39
22746	39
22747	39
22748	39
22749	39
22750	39
22753	39
22758	39
22759	39
22760	39
22762	39
22763	39
22764	39
22766	39
22768	39
22769	39
22771	39
22775	39
22776	39
22783	39
22780	39
22784	39
22785	39
22787	39
22790	39
22791	39
22793	39
22794	39
22795	39
22796	39
22797	39
22798	39
22799	39
22800	39
22811	39
22812	39
22813	39
22814	39
22815	39
22816	39
22817	39
22820	39
22832	39
22837	39
22838	39
22840	39
22841	39
22842	39
22843	39
22844	39
22850	39
22851	39
22855	39
22857	39
22858	39
22868	39
22867	39
22871	39
22874	39
22876	39
22877	39
22882	39
22881	39
22884	39
22885	39
22886	39
22889	39
22890	39
22891	39
22893	39
22894	39
22895	39
22897	39
22899	39
22901	39
22902	39
22903	39
22904	39
22905	39
22906	39
22907	39
22908	39
22909	39
22910	39
22911	39
22912	39
22913	39
22914	39
22916	39
22917	39
22918	39
22922	39
22923	39
22924	39
22925	39
22926	39
22928	39
22930	39
22932	39
22936	39
22937	39
22938	39
22940	39
22945	39
22946	39
22947	39
22948	39
22950	39
22951	39
22952	39
22961	39
22964	39
22966	39
22967	39
22969	39
22971	39
22972	39
22975	39
22976	39
22977	39
22979	39
22980	39
22981	39
22982	39
22983	39
22984	39
22985	39
22986	39
22987	39
22988	39
22991	39
22993	39
22997	39
22998	39
23000	39
23001	39
23002	39
23003	39
23004	39
23005	39
23006	39
23008	39
23014	39
23015	39
23017	39
23018	39
23019	39
23020	39
23021	39
23023	39
23024	39
23025	39
23028	39
23029	39
23037	39
23038	39
23039	39
23040	39
23041	39
23045	39
23048	39
23051	39
23053	39
23057	39
23058	39
23056	39
23059	39
23065	39
23066	39
23076	39
23078	39
23074	39
23080	39
23082	39
23083	39
23084	39
23085	39
23086	39
23087	39
23088	39
23089	39
23090	39
23093	39
23094	39
23095	39
23096	39
23097	39
23099	39
23102	39
23107	39
23112	39
23116	39
23117	39
23127	39
23131	39
23133	39
23134	39
23135	39
23137	39
23138	39
23143	39
23144	39
23146	39
23148	39
23149	39
23153	39
23155	39
23157	39
23159	39
23160	39
23161	39
23162	39
23163	39
23164	39
23165	39
23166	39
23171	39
23172	39
23173	39
23175	39
23177	39
23180	39
23181	39
23182	39
23184	39
23185	39
23186	39
23187	39
23190	39
23194	39
23196	39
23197	39
23198	39
23199	39
23201	39
23202	39
23203	39
23204	39
23206	39
23207	39
23208	39
23209	39
23212	39
23214	39
23216	39
23217	39
23218	39
23221	39
23222	39
23224	39
23225	39
23229	39
23230	39
23232	39
23238	39
23239	39
23242	39
23244	39
23245	39
23247	39
23249	39
23250	39
23251	39
23252	39
23253	39
23254	39
23255	39
23257	39
23258	39
23259	39
23260	39
23262	39
23263	39
23268	39
23266	39
23272	39
23273	39
23274	39
23275	39
23277	39
23278	39
23280	39
23281	39
23282	39
23284	39
23285	39
23288	39
23291	39
23293	39
23290	39
23294	39
23295	39
23297	39
23298	39
23302	39
23303	39
23305	39
23308	39
23309	39
23313	39
23324	39
23329	39
23330	39
23331	39
23335	39
23339	39
23340	39
23342	39
23347	39
23355	39
23356	39
23358	39
23363	39
23364	39
23365	39
23371	39
23372	39
23375	39
23377	39
23379	39
23383	39
23390	39
23395	39
23396	39
23400	39
23407	39
23416	39
23420	39
23429	39
23432	39
23440	39
23442	39
23441	39
23444	39
23449	39
23453	39
23456	39
23457	39
23458	39
23459	39
23460	39
23461	39
23463	39
23464	39
23465	39
23466	39
23469	39
23470	39
23474	39
23475	39
23476	39
23478	39
23479	39
23482	39
23483	39
23485	39
23486	39
23488	39
23490	39
23491	39
23492	39
23493	39
23499	39
23500	39
23502	39
23503	39
23504	39
23505	39
23507	39
23509	39
23510	39
23512	39
23513	39
23514	39
23515	39
23518	39
23519	39
23520	39
23523	39
23532	39
23533	39
23534	39
23535	39
23537	39
23538	39
23540	39
23541	39
23542	39
23545	39
23548	39
23550	39
23551	39
23555	39
23556	39
23561	39
23562	39
23563	39
23564	39
23566	39
23567	39
23568	39
23569	39
23575	39
23577	39
23579	39
23581	39
23588	39
23591	39
23595	39
23596	39
23597	39
23599	39
23601	39
23603	39
23608	39
23609	39
23610	39
23611	39
23612	39
23613	39
23614	39
23616	39
23617	39
23618	39
23619	39
23625	39
23626	39
23627	39
23628	39
23629	39
23636	39
23637	39
23642	39
23644	39
23645	39
23646	39
23647	39
23653	39
23654	39
23655	39
23656	39
23658	39
23662	39
23663	39
23665	39
23666	39
23667	39
23668	39
23669	39
23671	39
23672	39
23673	39
23674	39
23675	39
23678	39
23677	39
23679	39
23681	39
23686	39
23687	39
23688	39
23689	39
23690	39
23692	39
23695	39
23696	39
23700	39
23704	39
23705	39
23706	39
23707	39
23709	39
23712	39
23716	39
23717	39
23719	39
23720	39
23723	39
23724	39
23725	39
23726	39
23727	39
23728	39
23729	39
23733	39
23735	39
23737	39
23741	39
23742	39
23743	39
23745	39
23752	39
23753	39
23754	39
23755	39
23758	39
23759	39
23762	39
23763	39
23764	39
23765	39
23767	39
23770	39
23771	39
23772	39
23773	39
23776	39
23778	39
23779	39
23782	39
23783	39
23787	39
23788	39
23789	39
23792	39
23799	39
23805	39
23806	39
23808	39
23809	39
23811	39
23812	39
23816	39
23817	39
23818	39
23819	39
23822	39
23823	39
23825	39
23826	39
23827	39
23831	39
23832	39
23834	39
23835	39
23836	39
23837	39
23838	39
23839	39
23840	39
23845	39
23848	39
23849	39
23851	39
23856	39
23858	39
23859	39
23860	39
23867	39
23875	39
23876	39
23877	39
23878	39
23879	39
23880	39
23881	39
23885	39
23888	39
23889	39
23890	39
23891	39
23894	39
23898	39
23899	39
23900	39
23901	39
23902	39
23903	39
23919	39
23920	39
23922	39
23923	39
23924	39
23927	39
23928	39
23932	39
23933	39
23934	39
23937	39
23938	39
23936	39
23939	39
23940	39
23942	39
23944	39
23946	39
23948	39
23945	39
23950	39
23952	39
23953	39
23956	39
23957	39
23958	39
23959	39
23961	39
23963	39
23962	39
23966	39
23967	39
23971	39
23972	39
23973	39
23974	39
23977	39
23978	39
23980	39
23983	39
23985	39
23986	39
23989	39
23991	39
23993	39
23996	39
23999	39
24001	39
24005	39
24006	39
24007	39
24008	39
24009	39
24010	39
24011	39
24012	39
24013	39
24014	39
24015	39
24020	39
24021	39
24022	39
24023	39
24024	39
24025	39
24026	39
24027	39
24028	39
24029	39
24031	39
24036	39
24040	39
24041	39
24042	39
24039	39
24045	39
24046	39
24047	39
24048	39
24049	39
24050	39
24053	39
24055	39
24056	39
24059	39
24060	39
24062	39
24063	39
24065	39
24066	39
24067	39
24068	39
24070	39
24071	39
24074	39
24077	39
24080	39
24087	39
24090	39
24091	39
24092	39
24093	39
24094	39
24095	39
24097	39
24098	39
24100	39
24101	39
24102	39
24103	39
24104	39
24105	39
24106	39
24107	39
24108	39
24109	39
22631	39
16174	39
1387	39
15803	39
24171	39
24172	39
1250	39
15837	39
24173	39
15857	39
1264	39
1269	39
1267	39
15865	39
15882	39
15916	39
15926	39
15930	39
1293	39
1274	39
15972	39
24174	39
15993	39
1321	39
1317	39
23345	39
15998	39
1326	39
24175	39
1332	39
16046	39
24176	39
1354	39
1349	39
1351	39
1347	39
24177	39
1401	39
1265	39
1273	39
1285	39
1298	39
1335	39
1639	39
1621	39
1256	39
1262	39
1628	39
1631	39
22809	39
1272	39
1633	39
1277	39
1636	39
22819	39
1643	39
1319	39
1305	39
1650	39
1651	39
1655	39
1340	39
1660	39
1663	39
22839	39
1665	39
1365	39
1366	39
1374	39
1376	39
1381	39
1670	39
1389	39
1675	39
1680	39
1677	39
1681	39
1683	39
1685	39
1686	39
22713	39
22754	39
22774	39
22887	39
22974	39
22989	39
22996	39
23063	39
23169	39
23336	39
23367	39
23382	39
23405	39
23439	39
23582	39
23693	39
23731	39
23777	39
23784	39
23863	39
23931	39
23965	39
23969	39
23975	39
23998	39
24057	39
24058	39
24076	39
24078	39
1248	39
1252	39
1258	39
1270	39
1288	39
1325	39
1329	39
1357	39
1361	39
1372	39
1382	39
22163	40
1694	42
1692	42
1696	42
15904	42
16194	42
16273	42
16535	42
16615	42
16999	42
17019	42
17127	42
1690	42
16365	42
16445	42
16705	42
1695	42
17024	42
17124	42
17129	42
17188	42
17325	42
17331	42
17473	42
17586	42
17620	42
23068	42
23401	42
23670	42
23354	42
1691	42
1693	42
1697	42
24178	42
24179	42
24180	42
10114	43
8756	43
8758	43
8761	43
8760	43
8763	43
8768	43
8766	43
8769	43
8771	43
8773	43
8775	43
8777	43
8783	43
8779	43
8782	43
8787	43
8785	43
8788	43
8789	43
8793	43
8794	43
8798	43
8801	43
8799	43
8808	43
8805	43
8810	43
8812	43
8816	43
8818	43
8823	43
8820	43
8825	43
8827	43
8831	43
8833	43
8835	43
8837	43
8839	43
8840	43
8842	43
8845	43
8847	43
8851	43
8853	43
8855	43
8857	43
8862	43
8860	43
8863	43
8864	43
8867	43
8870	43
8871	43
8874	43
8877	43
8880	43
8882	43
8884	43
8886	43
8893	43
8891	43
8896	43
8898	43
8899	43
8901	43
8903	43
8906	43
8907	43
8913	43
8910	43
8917	43
8915	43
8922	43
8920	43
8928	43
8926	43
8930	43
8932	43
8938	43
8936	43
8942	43
8939	43
8947	43
8945	43
8953	43
8950	43
8956	43
8957	43
8959	43
8961	43
8964	43
8968	43
8970	43
8971	43
8975	43
8976	43
8980	43
8981	43
8985	43
8986	43
8988	43
8989	43
8993	43
8994	43
8998	43
8997	43
8999	43
9001	43
9006	43
9004	43
9007	43
9011	43
9013	43
9018	43
9015	43
9017	43
9019	43
9022	43
9026	43
9027	43
9030	43
9032	43
9034	43
9035	43
9038	43
9040	43
9043	43
9045	43
9047	43
9050	43
9053	43
9057	43
9056	43
9063	43
9061	43
9068	43
9066	43
9073	43
9069	43
9071	43
9076	43
9075	43
9081	43
9082	43
9083	43
9088	43
9086	43
9091	43
9093	43
9094	43
9095	43
9098	43
9099	43
9101	43
9103	43
9106	43
9108	43
9113	43
9111	43
9117	43
9118	43
9114	43
9119	43
9121	43
9123	43
9125	43
9128	43
9129	43
9131	43
9138	43
9134	43
9139	43
9141	43
9142	43
9148	43
9146	43
9153	43
9150	43
9155	43
9157	43
9161	43
9159	43
9163	43
9166	43
9167	43
9165	43
9172	43
9173	43
9170	43
9176	43
9175	43
9181	43
9183	43
9182	43
9185	43
9187	43
9189	43
9192	43
9194	43
9197	43
9199	43
9201	43
9205	43
9207	43
9206	43
9209	43
9213	43
9210	43
9216	43
9217	43
9218	43
9219	43
9222	43
9221	43
9227	43
9228	43
9224	43
9230	43
9231	43
9232	43
9233	43
9236	43
9238	43
9243	43
9240	43
9245	43
9246	43
9252	43
9249	43
9254	43
9257	43
9260	43
9262	43
9267	43
9265	43
9271	43
9270	43
9277	43
9278	43
9275	43
9283	43
9280	43
9282	43
9287	43
9285	43
9290	43
9292	43
9296	43
9298	43
9299	43
9302	43
9300	43
9305	43
9307	43
9310	43
9312	43
9315	43
9317	43
9320	43
9323	43
9328	43
9325	43
9327	43
9329	43
9331	43
9333	43
9334	43
9338	43
9336	43
9342	43
9339	43
9346	43
9348	43
9349	43
9350	43
9352	43
9355	43
9357	43
9359	43
9361	43
9366	43
9368	43
9370	43
9372	43
9375	43
9376	43
9380	43
9383	43
9379	43
9388	43
9384	43
9387	43
9390	43
9392	43
9395	43
9396	43
9394	43
9401	43
9399	43
9403	43
9408	43
9406	43
9407	43
9409	43
9411	43
9415	43
9416	43
9418	43
9417	43
9419	43
9423	43
9422	43
9425	43
9424	43
9428	43
9430	43
9432	43
9434	43
9437	43
9440	43
9443	43
9446	43
9445	43
9451	43
9452	43
9453	43
9457	43
9455	43
9460	43
9462	43
9459	43
9464	43
9467	43
9471	43
9473	43
9478	43
9477	43
9476	43
9480	43
9483	43
9485	43
9487	43
9491	43
9490	43
9493	43
9496	43
9495	43
9499	43
9501	43
9503	43
9506	43
9507	43
9511	43
9513	43
9512	43
9515	43
9516	43
9517	43
9519	43
9521	43
9525	43
9527	43
9530	43
9533	43
9534	43
9538	43
9537	43
9539	43
9541	43
9544	43
9547	43
9548	43
9550	43
9552	43
9555	43
9556	43
9558	43
9559	43
9562	43
9566	43
9568	43
9572	43
9569	43
9573	43
9575	43
9576	43
9580	43
9582	43
9585	43
9587	43
9589	43
9592	43
9595	43
9594	43
9598	43
9599	43
9601	43
9604	43
9606	43
9609	43
9611	43
9614	43
9618	43
9616	43
9620	43
9622	43
9625	43
9627	43
9629	43
9631	43
9633	43
9637	43
9635	43
9643	43
9640	43
9642	43
9647	43
9646	43
9648	43
9649	43
9652	43
9654	43
9656	43
9658	43
9660	43
9662	43
9665	43
9667	43
9666	43
9670	43
9672	43
9678	43
9675	43
9677	43
9679	43
9680	43
9682	43
9688	43
9685	43
9693	43
9689	43
9691	43
9694	43
9696	43
9703	43
9701	43
9706	43
9708	43
9705	43
9709	43
9711	43
9713	43
9714	43
9717	43
9719	43
9720	43
9722	43
9724	43
9726	43
9732	43
9733	43
9729	43
9735	43
9738	43
9742	43
9740	43
9745	43
9747	43
9752	43
9751	43
9749	43
9756	43
9758	43
9759	43
9762	43
9766	43
9767	43
9770	43
9772	43
9775	43
9777	43
9779	43
9781	43
9787	43
9784	43
9786	43
9789	43
9790	43
9791	43
9792	43
9793	43
9794	43
9795	43
9796	43
9797	43
9798	43
9799	43
9800	43
9801	43
9802	43
9803	43
9804	43
9805	43
9806	43
9807	43
9808	43
9809	43
9810	43
9811	43
9812	43
9813	43
9814	43
9815	43
9816	43
9817	43
9818	43
9819	43
9820	43
9821	43
9822	43
9823	43
9824	43
9825	43
9826	43
9827	43
9828	43
9829	43
9831	43
9832	43
9833	43
9834	43
9835	43
9836	43
9837	43
9838	43
9839	43
9840	43
9841	43
9842	43
9843	43
9845	43
9847	43
9848	43
9849	43
9850	43
9851	43
9852	43
9853	43
9854	43
9855	43
9856	43
9857	43
9858	43
9859	43
9860	43
9861	43
9862	43
9863	43
9864	43
9865	43
9866	43
9867	43
9868	43
9869	43
9870	43
9871	43
9872	43
9873	43
9874	43
9875	43
9876	43
9877	43
9878	43
9879	43
9880	43
9881	43
9882	43
9883	43
9884	43
9885	43
9886	43
9887	43
9888	43
9889	43
9890	43
9891	43
9892	43
9893	43
9895	43
9896	43
9897	43
9898	43
9899	43
9900	43
9901	43
9902	43
9903	43
9904	43
9905	43
9906	43
9907	43
9908	43
9909	43
9910	43
9911	43
9912	43
9913	43
9914	43
9915	43
9916	43
9917	43
9918	43
9919	43
9920	43
9921	43
9922	43
9923	43
9924	43
9925	43
9926	43
9927	43
9928	43
9929	43
9930	43
9931	43
9932	43
9933	43
9934	43
9935	43
9936	43
9937	43
9938	43
9939	43
9940	43
9941	43
9942	43
9943	43
9944	43
9945	43
9946	43
9947	43
9948	43
9949	43
9950	43
9951	43
9952	43
9953	43
9954	43
9955	43
9956	43
9957	43
9958	43
9959	43
9960	43
9961	43
9962	43
9963	43
9965	43
9966	43
9967	43
9968	43
9969	43
9970	43
9971	43
9972	43
9973	43
9974	43
9975	43
9976	43
9977	43
9978	43
9979	43
9980	43
9981	43
9982	43
9983	43
9984	43
9985	43
9986	43
9987	43
9988	43
9989	43
9990	43
9991	43
9992	43
9993	43
9994	43
9995	43
9996	43
9997	43
9998	43
9999	43
10000	43
10001	43
10002	43
10003	43
10004	43
10005	43
10006	43
10007	43
10008	43
10009	43
10010	43
10011	43
10012	43
10013	43
10014	43
10015	43
10016	43
10017	43
10019	43
10020	43
10021	43
10022	43
10023	43
10024	43
10025	43
10026	43
10027	43
10028	43
10029	43
10030	43
10031	43
10032	43
10033	43
10034	43
10035	43
10036	43
10037	43
10038	43
10039	43
10040	43
10041	43
10042	43
10043	43
10044	43
10045	43
10046	43
10047	43
10048	43
10049	43
10050	43
10051	43
10052	43
10053	43
10054	43
10055	43
10057	43
10058	43
10059	43
10060	43
10061	43
10062	43
10063	43
10064	43
10065	43
10066	43
10067	43
10068	43
10069	43
10070	43
10071	43
10072	43
10073	43
10074	43
10075	43
10077	43
10078	43
10079	43
10080	43
10081	43
10082	43
10083	43
10084	43
10085	43
10086	43
10087	43
10088	43
10089	43
10090	43
10091	43
10092	43
10093	43
10094	43
10095	43
10096	43
10097	43
10098	43
10099	43
10100	43
10101	43
10102	43
10103	43
10104	43
10105	43
10106	43
10107	43
10108	43
10109	43
10110	43
10112	43
10113	43
10115	43
10116	43
10117	43
10118	43
10119	43
10120	43
10121	43
10122	43
10123	43
10124	43
10125	43
10126	43
10127	43
10128	43
10129	43
10130	43
10131	43
10132	43
10133	43
10134	43
10135	43
10136	43
10138	43
10139	43
10140	43
10141	43
10142	43
10143	43
10144	43
10145	43
10146	43
10147	43
10148	43
10149	43
10150	43
10151	43
10152	43
10153	43
10154	43
10155	43
10156	43
10157	43
10158	43
10159	43
10160	43
10161	43
10162	43
10163	43
10164	43
10165	43
10166	43
10167	43
10168	43
10169	43
10170	43
10171	43
10172	43
10173	43
10174	43
10175	43
10176	43
10177	43
10178	43
10179	43
10180	43
10181	43
10182	43
10183	43
10184	43
10185	43
10186	43
10187	43
10188	43
10189	43
10190	43
10191	43
10192	43
10193	43
10194	43
10195	43
10197	43
10198	43
10199	43
10200	43
10201	43
10202	43
10203	43
10204	43
10205	43
10206	43
10207	43
10209	43
10210	43
10211	43
10212	43
10213	43
10214	43
10215	43
10216	43
10217	43
10218	43
10219	43
10220	43
10221	43
10222	43
10223	43
10224	43
10225	43
24297	43
24294	43
24295	43
24296	43
10018	43
24298	43
9177	43
9846	43
8815	43
19795	43
19797	43
19838	43
19855	43
19876	43
19881	43
19913	43
19934	43
19962	43
19991	43
19996	43
20008	43
20012	43
20043	43
20044	43
20059	43
20066	43
20091	43
20094	43
20098	43
20138	43
20143	43
20156	43
20215	43
20231	43
20242	43
20289	43
20294	43
20320	43
20341	43
20342	43
20347	43
20349	43
20351	43
20357	43
20373	43
20378	43
20428	43
20446	43
20453	43
20456	43
20488	43
20499	43
20518	43
20530	43
20538	43
20539	43
20547	43
20550	43
20552	43
20563	43
20566	43
20610	43
20623	43
20634	43
20636	43
20671	43
20695	43
20710	43
20712	43
20734	43
20747	43
20752	43
20756	43
20758	43
20771	43
20788	43
20790	43
20824	43
20827	43
20850	43
20873	43
20891	43
20917	43
20955	43
20961	43
21017	43
21028	43
21035	43
21062	43
21079	43
21124	43
21131	43
21141	43
21166	43
21178	43
21183	43
21226	43
9894	43
24305	43
22124	43
22001	43
22022	43
22092	43
22119	43
22163	43
9844	43
9002	43
10137	43
9191	43
10056	43
10196	43
9288	43
10076	43
9458	43
9964	43
10208	43
9782	43
10111	43
9830	43
21198	43
24354	43
24289	43
24550	43
24290	43
24291	43
24292	43
24367	43
8754	43
8759	43
8765	43
8774	43
8776	43
8780	43
8792	43
8807	43
8814	43
8821	43
8822	43
8830	43
8844	43
8843	43
8850	43
8859	43
8865	43
8875	43
8879	43
8888	43
8889	43
8890	43
8892	43
8894	43
24293	43
8900	43
8904	43
8905	43
8912	43
8914	43
8916	43
8918	43
8921	43
8925	43
8927	43
8929	43
8931	43
8941	43
8951	43
8955	43
8962	43
8966	43
8969	43
8972	43
8974	43
8978	43
8979	43
8982	43
8992	43
8995	43
9005	43
9008	43
9009	43
9014	43
9021	43
9024	43
9033	43
9036	43
9041	43
9044	43
9052	43
9072	43
9074	43
9078	43
9079	43
9100	43
9102	43
9104	43
9107	43
9109	43
9116	43
9126	43
9133	43
9136	43
9145	43
9147	43
9152	43
9154	43
9162	43
9169	43
9335	43
9174	43
9180	43
9198	43
9203	43
9212	43
9220	43
9225	43
9234	43
9241	43
9244	43
9248	43
9250	43
9253	43
9256	43
9259	43
9266	43
9269	43
9273	43
9289	43
9295	43
9303	43
9330	43
9341	43
9343	43
9344	43
9353	43
9358	43
9363	43
9364	43
9365	43
9374	43
9377	43
9381	43
9382	43
9386	43
9389	43
9391	43
9397	43
9402	43
9412	43
9426	43
9429	43
9436	43
9439	43
9441	43
9448	43
9450	43
9463	43
9466	43
9474	43
9481	43
9489	43
9494	43
9500	43
9504	43
9514	43
9523	43
9524	43
9535	43
9543	43
9545	43
9560	43
9564	43
9571	43
9574	43
9578	43
9584	43
9588	43
9591	43
9597	43
9602	43
9608	43
9612	43
9636	43
9645	43
9650	43
9659	43
9664	43
9669	43
9671	43
9686	43
9692	43
9698	43
9699	43
9702	43
9716	43
9723	43
9728	43
9730	43
9731	43
9736	43
9741	43
9750	43
9753	43
9761	43
9765	43
9783	43
8755	43
8757	43
8762	43
8764	43
8767	43
8770	43
8772	43
8778	43
8781	43
8784	43
8786	43
8790	43
8791	43
8796	43
8797	43
8800	43
8802	43
8804	43
8806	43
8795	43
8803	43
8809	43
8811	43
8813	43
8817	43
8819	43
8824	43
8826	43
8828	43
8829	43
8832	43
8834	43
8836	43
8838	43
8841	43
8846	43
8848	43
8849	43
8852	43
8854	43
8856	43
8858	43
8861	43
8866	43
8868	43
8869	43
8873	43
8872	43
8876	43
8878	43
8881	43
8883	43
8885	43
8887	43
8895	43
8897	43
8902	43
8908	43
8909	43
8911	43
8919	43
8923	43
8924	43
8933	43
8934	43
8935	43
8946	43
8944	43
8940	43
8937	43
8943	43
8948	43
8949	43
8952	43
8954	43
8958	43
8960	43
8963	43
8965	43
8967	43
8973	43
8977	43
8983	43
8984	43
8987	43
8990	43
8991	43
8996	43
9000	43
9003	43
9010	43
9012	43
9016	43
9020	43
9023	43
9025	43
9028	43
9029	43
9031	43
9037	43
9039	43
9042	43
9046	43
9048	43
9051	43
9054	43
9055	43
9058	43
9059	43
9049	43
9060	43
9062	43
9065	43
9064	43
9067	43
9070	43
9077	43
9080	43
9084	43
9085	43
9087	43
9089	43
9090	43
9092	43
9096	43
9097	43
24285	43
9105	43
9110	43
9112	43
9115	43
9120	43
9122	43
9124	43
9127	43
9130	43
9135	43
9132	43
9137	43
9140	43
9143	43
9144	43
9149	43
9151	43
9156	43
9158	43
9160	43
9164	43
9168	43
9171	43
9178	43
9179	43
9184	43
9186	43
9188	43
9190	43
9193	43
9196	43
9200	43
9202	43
9204	43
9208	43
9211	43
9214	43
9215	43
9223	43
9226	43
9229	43
9235	43
9237	43
9239	43
9242	43
9247	43
9251	43
9255	43
9258	43
9261	43
9263	43
9264	43
9268	43
9272	43
9274	43
9276	43
9279	43
9281	43
9284	43
9286	43
9291	43
9293	43
9294	43
9297	43
9301	43
9304	43
9306	43
9308	43
9309	43
9311	43
9313	43
9314	43
9316	43
9318	43
9319	43
9321	43
9322	43
9324	43
9326	43
9332	43
9337	43
9340	43
9345	43
9347	43
9351	43
9354	43
9356	43
9360	43
9362	43
9367	43
9369	43
9371	43
9373	43
9378	43
9385	43
9393	43
9398	43
9400	43
9404	43
9405	43
9410	43
9413	43
9414	43
9420	43
9421	43
9427	43
9431	43
9433	43
9435	43
9438	43
9447	43
9449	43
9454	43
9456	43
9461	43
9465	43
9442	43
9444	43
9468	43
9469	43
9470	43
9472	43
9497	43
9475	43
9479	43
9482	43
9484	43
9486	43
9488	43
9492	43
9498	43
9502	43
9508	43
9509	43
9510	43
9518	43
9520	43
9522	43
9526	43
9531	43
9528	43
9529	43
9532	43
9536	43
9540	43
9542	43
9546	43
9549	43
9551	43
9553	43
9554	43
9557	43
9561	43
9563	43
9565	43
9567	43
9570	43
9577	43
9579	43
9581	43
9583	43
9586	43
9590	43
9593	43
9596	43
9600	43
9603	43
9605	43
9607	43
9610	43
9613	43
9615	43
9617	43
9619	43
9621	43
9623	43
9624	43
9626	43
9628	43
9630	43
9632	43
9634	43
9638	43
9639	43
9641	43
9644	43
9651	43
9653	43
9655	43
9657	43
9661	43
9663	43
9668	43
9673	43
9674	43
9676	43
9681	43
9683	43
9684	43
9687	43
9690	43
9695	43
9697	43
9700	43
9704	43
9707	43
9710	43
9712	43
9715	43
9718	43
9721	43
9725	43
9727	43
9734	43
9737	43
9739	43
9743	43
9744	43
9746	43
9748	43
9788	43
9754	43
9755	43
9757	43
9760	43
9763	43
9764	43
9768	43
9769	43
9771	43
9773	43
9774	43
9776	43
9778	43
9780	43
9785	43
24286	43
24287	43
24288	43
24299	43
24300	43
24301	43
24302	43
24303	43
24304	43
24306	43
24307	43
24308	43
24309	43
24310	43
24311	43
24312	43
24313	43
24314	43
24315	43
24316	43
24317	43
24318	43
24319	43
24320	43
24321	43
24322	43
24323	43
24324	43
24325	43
24326	43
24327	43
24328	43
24329	43
24330	43
24331	43
24332	43
24333	43
24334	43
24335	43
24336	43
24337	43
24338	43
24339	43
24340	43
24341	43
24342	43
24343	43
24344	43
24345	43
24346	43
24347	43
24348	43
24349	43
24350	43
24351	43
24352	43
24353	43
24355	43
24356	43
24357	43
24358	43
24359	43
24360	43
24361	43
24362	43
24363	43
24364	43
24365	43
24366	43
24368	43
24369	43
24370	43
24371	43
24372	43
24373	43
24374	43
24375	43
24376	43
24377	43
24378	43
24379	43
24380	43
24381	43
24382	43
24383	43
24384	43
24385	43
24386	43
24387	43
24388	43
24389	43
24390	43
24391	43
24392	43
24393	43
24394	43
24395	43
24396	43
24397	43
24398	43
24399	43
24400	43
24401	43
24402	43
24403	43
24404	43
24405	43
24406	43
24407	43
24408	43
24409	43
24410	43
24411	43
24412	43
24413	43
24414	43
24415	43
24416	43
24417	43
24418	43
24419	43
24420	43
24421	43
24422	43
24423	43
24424	43
24425	43
24426	43
24427	43
24428	43
24429	43
24430	43
24431	43
24432	43
24433	43
24434	43
24435	43
24436	43
24437	43
24438	43
24439	43
24440	43
24441	43
24442	43
24443	43
24444	43
24445	43
24446	43
24447	43
24448	43
24449	43
24450	43
24451	43
24452	43
24453	43
24454	43
24455	43
24456	43
24457	43
24458	43
24459	43
24460	43
24461	43
24462	43
24463	43
24464	43
24465	43
14151	43
24466	43
24467	43
24468	43
24469	43
24470	43
24471	43
24472	43
24497	43
24473	43
24474	43
24475	43
24476	43
24477	43
24478	43
24479	43
24480	43
24481	43
24482	43
24483	43
24484	43
24485	43
24486	43
24487	43
24488	43
24489	43
24490	43
24491	43
24492	43
24493	43
24494	43
24495	43
24496	43
24498	43
24499	43
24500	43
24501	43
24502	43
24503	43
24504	43
24505	43
24506	43
24507	43
24508	43
24509	43
24510	43
24511	43
24512	43
24513	43
24514	43
24515	43
24516	43
24517	43
24518	43
24519	43
24520	43
24521	43
24522	43
24523	43
24524	43
24525	43
24526	43
24527	43
24528	43
24529	43
24530	43
24531	43
24532	43
24533	43
24534	43
24535	43
24536	43
24537	43
24538	43
24539	43
24540	43
24541	43
20669	43
24542	43
24543	43
24544	43
24545	43
24546	43
24547	43
24548	43
24549	43
24551	43
24552	43
24553	43
24554	43
24555	43
24556	43
24557	43
24558	43
24559	43
24560	43
24561	43
24562	43
24563	43
24564	43
24565	43
24566	43
24567	43
24568	43
24569	43
24570	43
24571	43
24572	43
24573	43
24574	43
24575	43
24576	43
24577	43
24578	43
24579	43
24580	43
24581	43
24582	43
24583	43
24584	43
24585	43
24586	43
24587	43
24588	43
24589	43
24590	43
24591	43
24592	43
24593	43
24594	43
24595	43
24596	43
24597	43
24598	43
24599	43
24600	43
24601	43
24602	43
24603	43
24604	43
24605	43
24606	43
24607	43
24608	43
24609	43
24610	43
24611	43
24612	43
24613	43
24614	43
24615	43
24616	43
24617	43
24618	43
24619	43
24620	43
24621	43
24622	43
14476	43
24623	43
24624	43
24625	43
24626	43
24627	43
24628	43
24629	43
24630	43
24631	43
24632	43
24633	43
24634	43
24635	43
24636	43
24637	43
24638	43
24639	43
24640	43
24641	43
24642	43
24643	43
24644	43
9195	43
9505	43
1699	44
1704	44
1702	44
1708	44
1706	44
1698	44
17314	44
1703	44
1705	44
1707	44
23178	44
23310	44
23414	44
1700	44
22822	44
22852	44
23007	44
23081	44
23150	44
23448	44
23547	44
23594	44
24181	44
1701	44
1709	44
1727	45
1729	45
15879	45
16128	45
16163	45
1726	45
1728	45
16129	45
23098	45
23810	45
16094	45
24182	45
24030	45
22109	46
13096	47
22185	47
22196	47
22203	47
13919	47
22234	47
22238	47
22242	47
22244	47
22245	47
5323	47
22264	47
22275	47
22278	47
22295	47
22303	47
22336	47
22346	47
22365	47
22368	47
22375	47
22383	47
22385	47
22410	47
22417	47
22441	47
22447	47
22460	47
22465	47
22469	47
22481	47
22501	47
14466	47
22517	47
14511	47
22532	47
22555	47
22557	47
22566	47
22569	47
14544	47
4982	47
22575	47
22576	47
22583	47
22584	47
22590	47
22599	47
24189	48
2037	48
2036	49
15988	49
24209	49
23108	49
24210	49
23703	49
16108	49
2037	49
24211	49
2036	50
15988	50
24189	50
24209	50
23108	50
24210	50
23703	50
16108	50
2037	50
24211	50
22163	51
19828	52
20243	52
20445	52
20995	52
15115	52
15117	52
15118	52
15119	52
15120	52
15121	52
15122	52
15123	52
15124	52
15125	52
15126	52
15127	52
15128	52
15129	52
15130	52
15131	52
15132	52
15133	52
15134	52
15135	52
15136	52
15137	52
15138	52
15139	52
15140	52
15141	52
15142	52
15143	52
15144	52
15145	52
15146	52
15147	52
15148	52
15149	52
15150	52
15151	52
15152	52
15153	52
15154	52
15155	52
15156	52
15157	52
15158	52
15159	52
15160	52
15161	52
15162	52
15163	52
15164	52
15165	52
15166	52
15167	52
15168	52
15169	52
15170	52
15171	52
15172	52
15173	52
15174	52
15175	52
15176	52
15177	52
15178	52
15179	52
15180	52
15181	52
15182	52
15183	52
15184	52
15185	52
15186	52
15187	52
15188	52
15189	52
15190	52
15191	52
15192	52
15193	52
15194	52
15195	52
15196	52
15197	52
15198	52
15199	52
15200	52
15201	52
15202	52
15203	52
15204	52
15205	52
15206	52
15207	52
15208	52
15209	52
15210	52
15211	52
15212	52
15213	52
15214	52
15215	52
15216	52
15217	52
15218	52
15219	52
15220	52
15221	52
15222	52
15223	52
15224	52
15225	52
15226	52
15227	52
15228	52
15229	52
15230	52
15231	52
15232	52
15233	52
15234	52
15235	52
15236	52
15237	52
15238	52
15239	52
15240	52
15241	52
15242	52
15243	52
15244	52
15245	52
15246	52
15247	52
15248	52
15249	52
15250	52
15252	52
15253	52
15254	52
15255	52
15256	52
15257	52
15258	52
15259	52
15260	52
15261	52
15262	52
15263	52
15264	52
15265	52
15266	52
15267	52
15268	52
15269	52
15270	52
15271	52
15272	52
15273	52
15274	52
15275	52
15276	52
15277	52
15278	52
15279	52
15280	52
15281	52
15282	52
15283	52
15284	52
15285	52
15286	52
15287	52
15288	52
15289	52
15290	52
15291	52
15292	52
15293	52
15294	52
15295	52
15296	52
15297	52
15298	52
15299	52
15300	52
15301	52
15302	52
15303	52
15304	52
15305	52
15306	52
15307	52
15308	52
15309	52
15310	52
15311	52
15312	52
15313	52
15314	52
15315	52
15316	52
15317	52
15318	52
15319	52
15320	52
15321	52
15322	52
15323	52
15324	52
15325	52
15326	52
15327	52
15328	52
15329	52
15331	52
15332	52
15333	52
15334	52
15335	52
15336	52
15337	52
15338	52
15339	52
15341	52
15342	52
15343	52
15344	52
15345	52
15346	52
15347	52
15348	52
15349	52
15350	52
15351	52
15352	52
15353	52
15354	52
15355	52
15356	52
15357	52
15358	52
15359	52
15360	52
15361	52
15362	52
15363	52
15364	52
15365	52
15366	52
15367	52
15368	52
15369	52
15370	52
15371	52
15372	52
15373	52
15374	52
15375	52
15376	52
15377	52
15378	52
15379	52
15380	52
15381	52
15382	52
15383	52
15384	52
15385	52
15386	52
15387	52
15388	52
15389	52
15390	52
15391	52
15392	52
15393	52
15394	52
15395	52
15396	52
15397	52
15398	52
15399	52
15400	52
15401	52
15402	52
15403	52
15404	52
15405	52
15406	52
15407	52
15408	52
15409	52
15410	52
15411	52
15412	52
15413	52
15414	52
15415	52
15416	52
15417	52
15418	52
15419	52
15420	52
15421	52
15422	52
15423	52
15424	52
15425	52
15426	52
15427	52
15428	52
15429	52
15430	52
15431	52
15432	52
15433	52
15434	52
15435	52
15436	52
15437	52
15438	52
15439	52
15440	52
15441	52
15442	52
15443	52
15444	52
15445	52
15446	52
15447	52
15448	52
15449	52
15450	52
15451	52
15452	52
15453	52
15454	52
15455	52
15456	52
15457	52
15458	52
15459	52
15460	52
15461	52
15462	52
15463	52
15464	52
15465	52
15466	52
15467	52
15468	52
15469	52
15470	52
15471	52
15472	52
15473	52
15474	52
15475	52
15476	52
15477	52
15478	52
15479	52
15480	52
15481	52
15482	52
15483	52
15484	52
15485	52
15486	52
15487	52
15488	52
15489	52
15490	52
15491	52
15492	52
15493	52
15494	52
15495	52
15496	52
15497	52
15498	52
15499	52
15500	52
15501	52
15502	52
15503	52
15504	52
15505	52
15506	52
15507	52
15508	52
15509	52
15510	52
15511	52
15512	52
15513	52
15514	52
15515	52
15516	52
15517	52
15518	52
15519	52
15520	52
15521	52
15522	52
15523	52
15524	52
15525	52
15526	52
15527	52
15528	52
15529	52
15530	52
15531	52
15532	52
15533	52
15534	52
15535	52
15536	52
15537	52
15538	52
15539	52
15540	52
15541	52
15542	52
15543	52
15544	52
15545	52
15546	52
15547	52
15548	52
15549	52
15550	52
15551	52
15552	52
15553	52
15554	52
15555	52
15556	52
15557	52
15558	52
15559	52
15560	52
15561	52
15562	52
15563	52
15564	52
15565	52
15566	52
15567	52
15568	52
15569	52
15570	52
15571	52
15572	52
15573	52
15574	52
15575	52
15576	52
15577	52
15578	52
15579	52
15580	52
15581	52
15582	52
15583	52
15584	52
15585	52
15586	52
15587	52
15588	52
15589	52
15590	52
15591	52
15592	52
15593	52
15594	52
15595	52
15596	52
15597	52
15598	52
15599	52
15600	52
15601	52
15602	52
15603	52
15604	52
15605	52
15606	52
15607	52
15608	52
15609	52
15610	52
15611	52
15612	52
15613	52
15614	52
15615	52
15616	52
15617	52
15618	52
15619	52
15620	52
15621	52
15622	52
15623	52
15624	52
15625	52
15626	52
15627	52
15628	52
15629	52
15630	52
15631	52
15632	52
15633	52
15634	52
15635	52
15636	52
15637	52
15638	52
15639	52
15640	52
15641	52
15642	52
15643	52
15644	52
15645	52
15646	52
15647	52
15648	52
15649	52
15650	52
15651	52
15652	52
15653	52
15654	52
15655	52
15656	52
15657	52
15658	52
15659	52
15660	52
15661	52
15662	52
15663	52
15664	52
15665	52
15666	52
15667	52
15668	52
15669	52
15670	52
15671	52
15672	52
15673	52
15674	52
15675	52
15676	52
15677	52
15678	52
15679	52
15680	52
15681	52
15682	52
15683	52
15684	52
15685	52
15686	52
15687	52
15688	52
15689	52
15690	52
15691	52
15692	52
15693	52
15694	52
15695	52
15696	52
15697	52
15698	52
15699	52
15700	52
15701	52
15702	52
15703	52
15704	52
15705	52
15706	52
15707	52
15708	52
15709	52
15710	52
15711	52
15712	52
15713	52
15714	52
15715	52
15716	52
15717	52
15718	52
15719	52
15720	52
15721	52
15722	52
15723	52
15724	52
15725	52
15726	52
15727	52
15728	52
15729	52
15730	52
15731	52
15732	52
15733	52
15734	52
15735	52
15736	52
15737	52
15738	52
15739	52
15740	52
15741	52
15742	52
15743	52
15744	52
15745	52
15746	52
15747	52
15748	52
15749	52
15750	52
15751	52
15752	52
15753	52
15754	52
15755	52
15756	52
15757	52
15758	52
15759	52
15760	52
15761	52
15762	52
15763	52
15764	52
15765	52
15766	52
15767	52
15768	52
15769	52
15770	52
15771	52
15772	52
15773	52
15774	52
15775	52
15776	52
15777	52
15778	52
15779	52
15780	52
15781	52
15782	52
15783	52
15784	52
15785	52
15786	52
15787	52
15788	52
19771	52
19775	52
19776	52
19777	52
19781	52
19782	52
19783	52
19790	52
19796	52
19799	52
19802	52
19808	52
19809	52
19815	52
19819	52
19825	52
19830	52
19833	52
19837	52
19842	52
19849	52
19851	52
19858	52
19859	52
19863	52
19865	52
19869	52
19870	52
19880	52
19894	52
19901	52
19903	52
19904	52
19907	52
19908	52
19912	52
19914	52
19917	52
19925	52
19930	52
19938	52
19947	52
19951	52
19954	52
19957	52
19958	52
19961	52
19969	52
19970	52
19972	52
19973	52
19976	52
19977	52
19978	52
19979	52
19985	52
19994	52
19997	52
19998	52
19999	52
20010	52
20011	52
20014	52
20026	52
20032	52
20034	52
20047	52
20049	52
20056	52
20057	52
20058	52
20063	52
20064	52
20065	52
20069	52
20070	52
20071	52
20074	52
20076	52
20079	52
20082	52
20088	52
20097	52
20101	52
20102	52
20105	52
20107	52
20108	52
20114	52
20116	52
20117	52
20118	52
20127	52
20133	52
20134	52
20135	52
20142	52
20144	52
20149	52
20151	52
20158	52
20164	52
20166	52
20169	52
20173	52
20177	52
20186	52
20199	52
20202	52
20206	52
20208	52
20212	52
20219	52
20229	52
20230	52
20237	52
20238	52
20239	52
18237	52
20253	52
20262	52
20263	52
20264	52
20265	52
20267	52
20277	52
20282	52
20283	52
20284	52
20292	52
20306	52
20308	52
20309	52
20331	52
20332	52
20335	52
20343	52
20348	52
20354	52
20362	52
20363	52
20366	52
20367	52
20374	52
20380	52
20386	52
20391	52
20411	52
20420	52
20421	52
20422	52
20425	52
20426	52
20431	52
20432	52
20434	52
20439	52
20441	52
20442	52
20443	52
20448	52
20450	52
20452	52
20462	52
20464	52
20466	52
20473	52
20474	52
20475	52
20479	52
20480	52
20482	52
20484	52
20489	52
20491	52
20493	52
20494	52
20496	52
20507	52
20511	52
20527	52
20528	52
20529	52
20534	52
20537	52
20542	52
59	52
20544	52
20545	52
20553	52
20555	52
20576	52
20578	52
20579	52
20583	52
20584	52
20587	52
20588	52
20595	52
20603	52
20605	52
20609	52
20613	52
20617	52
20618	52
20619	52
20620	52
20626	52
20632	52
20637	52
20638	52
20641	52
20648	52
20649	52
20653	52
20659	52
20662	52
20674	52
20676	52
20677	52
20678	52
20679	52
20693	52
20698	52
20701	52
18957	52
20708	52
20711	52
20715	52
20721	52
20730	52
20736	52
20739	52
20750	52
20755	52
20759	52
20761	52
20762	52
20766	52
20768	52
20772	52
20777	52
20779	52
20781	52
20784	52
20786	52
20787	52
20791	52
20797	52
20802	52
20809	52
20818	52
20823	52
20835	52
20840	52
20841	52
20845	52
20846	52
20847	52
20855	52
20856	52
20862	52
20863	52
20865	52
20872	52
20874	52
20875	52
20877	52
20880	52
20885	52
20887	52
20892	52
20899	52
20904	52
20915	52
20920	52
20934	52
20948	52
20952	52
20953	52
20954	52
20962	52
20966	52
20974	52
20975	52
20979	52
20984	52
21016	52
21024	52
21026	52
21032	52
21033	52
21037	52
21040	52
21043	52
21054	52
21055	52
21061	52
21065	52
21069	52
21072	52
21076	52
21098	52
21111	52
21116	52
21117	52
21118	52
21129	52
21134	52
21143	52
21148	52
21156	52
21161	52
19606	52
21165	52
21167	52
21171	52
21180	52
21182	52
21184	52
21186	52
21189	52
21194	52
21208	52
21210	52
21216	52
21217	52
21219	52
21220	52
21228	52
21230	52
21231	52
21236	52
21239	52
21243	52
21244	52
21245	52
15116	52
15251	52
15330	52
15340	52
15892	52
12907	52
15964	53
22637	53
23010	53
23951	53
24003	53
24190	53
24191	53
24192	53
24193	53
22371	54
22035	56
22035	57
22371	57
4937	59
22130	59
5664	59
22268	59
22355	59
22396	59
5472	59
17859	60
17732	60
168	60
18518	60
213	60
17862	60
17864	60
18494	60
17865	60
4649	60
4666	60
4769	60
4773	60
4781	60
4831	60
4850	60
4901	60
4970	60
4988	60
17867	60
17872	60
17873	60
17874	60
17880	60
17882	60
17883	60
17886	60
17890	60
17892	60
17894	60
17895	60
17898	60
17899	60
5732	60
5733	60
5735	60
5737	60
5740	60
5742	60
5745	60
5747	60
5751	60
5753	60
5757	60
5758	60
5756	60
5761	60
5760	60
5765	60
5767	60
5772	60
5773	60
5774	60
5776	60
5778	60
5781	60
5783	60
5784	60
5785	60
5788	60
5791	60
5793	60
5796	60
5798	60
5797	60
5801	60
5803	60
5802	60
5805	60
5806	60
5812	60
5811	60
5817	60
5814	60
5821	60
5823	60
5824	60
5825	60
5827	60
5831	60
5833	60
5836	60
5838	60
5841	60
5843	60
5846	60
5847	60
5848	60
5851	60
5853	60
5855	60
5857	60
5860	60
5861	60
5862	60
5866	60
5867	60
5872	60
5873	60
5876	60
5878	60
5882	60
5881	60
5886	60
5888	60
5890	60
5892	60
5894	60
5898	60
5901	60
5903	60
5906	60
5908	60
5912	60
5911	60
5914	60
5918	60
5919	60
5922	60
5926	60
5928	60
5931	60
5933	60
5935	60
5938	60
5942	60
5941	60
5946	60
5948	60
5951	60
5952	60
5955	60
5957	60
5959	60
5960	60
5963	60
5964	60
5966	60
5969	60
5971	60
5970	60
5973	60
5975	60
5976	60
5979	60
5981	60
5984	60
5986	60
5990	60
5991	60
5994	60
5996	60
5999	60
6001	60
6004	60
6006	60
6007	60
6010	60
6013	60
6015	60
6017	60
6020	60
6023	60
6024	60
6026	60
6029	60
6031	60
6034	60
6035	60
6039	60
6041	60
6046	60
6044	60
6048	60
6050	60
6053	60
6056	60
6055	60
6059	60
6061	60
6064	60
6066	60
6067	60
6068	60
6070	60
6073	60
6074	60
6075	60
6078	60
6081	60
6080	60
6082	60
6084	60
6085	60
6086	60
6087	60
6091	60
6090	60
6093	60
6094	60
6092	60
6097	60
6101	60
6099	60
6102	60
6105	60
6106	60
6107	60
6108	60
6111	60
6115	60
6116	60
6114	60
6117	60
6119	60
6121	60
6124	60
6126	60
6125	60
6129	60
6130	60
6131	60
6134	60
6136	60
6138	60
6139	60
6141	60
6143	60
6144	60
6145	60
6147	60
6148	60
6149	60
6150	60
6151	60
6152	60
6153	60
6154	60
6155	60
6157	60
6158	60
6161	60
6162	60
6163	60
6164	60
6168	60
6171	60
6176	60
6175	60
6177	60
6178	60
6179	60
6181	60
6182	60
6184	60
6186	60
6187	60
6188	60
6189	60
6191	60
6192	60
6196	60
6195	60
6199	60
6200	60
6198	60
6202	60
6203	60
6205	60
6206	60
6208	60
6211	60
6210	60
6212	60
6214	60
6215	60
6216	60
6218	60
6220	60
6221	60
6223	60
6225	60
6230	60
6231	60
6227	60
6235	60
6236	60
6234	60
6237	60
6238	60
6241	60
6239	60
6243	60
6246	60
6245	60
6248	60
17901	60
6249	60
4766	60
6253	60
6255	60
6257	60
6259	60
6260	60
6262	60
6263	60
6264	60
6266	60
6268	60
6270	60
6272	60
6274	60
6276	60
6277	60
6278	60
6281	60
6282	60
6283	60
6284	60
6285	60
6286	60
6287	60
6289	60
6291	60
6293	60
6295	60
6296	60
6298	60
6299	60
6300	60
6301	60
6302	60
6304	60
6305	60
6306	60
6307	60
6309	60
6310	60
6313	60
6315	60
6314	60
6317	60
6319	60
6320	60
6321	60
6323	60
6325	60
6326	60
6328	60
6329	60
6332	60
6334	60
6335	60
6336	60
6338	60
6339	60
6342	60
6344	60
6345	60
6346	60
6347	60
6349	60
6350	60
6352	60
6353	60
6354	60
6355	60
6358	60
6359	60
6360	60
6361	60
6363	60
6365	60
6366	60
6367	60
6368	60
6369	60
6370	60
6372	60
6373	60
6377	60
6378	60
6376	60
6381	60
6383	60
6382	60
6386	60
6387	60
6385	60
6389	60
6393	60
6392	60
6396	60
6397	60
6401	60
6402	60
6403	60
6404	60
6405	60
6408	60
4849	60
6410	60
6411	60
6413	60
6414	60
6412	60
6417	60
6418	60
6415	60
6422	60
6424	60
6423	60
6425	60
6427	60
6429	60
6430	60
6432	60
6433	60
6438	60
6439	60
6437	60
6440	60
6444	60
6443	60
6445	60
6446	60
6447	60
6448	60
6449	60
6452	60
6453	60
6454	60
6457	60
6459	60
6462	60
6464	60
6463	60
6469	60
6467	60
6472	60
6473	60
6477	60
6478	60
6479	60
6480	60
6483	60
6484	60
6485	60
6486	60
6489	60
6491	60
6493	60
6495	60
6792	60
6497	60
6499	60
6500	60
6502	60
6504	60
6505	60
6508	60
6511	60
6512	60
6513	60
6517	60
6516	60
6518	60
6522	60
6519	60
6525	60
6526	60
6528	60
6529	60
6530	60
6532	60
6534	60
6535	60
6536	60
6538	60
6541	60
6542	60
6540	60
6544	60
6547	60
6546	60
6548	60
6549	60
6551	60
6552	60
6553	60
6554	60
6555	60
6556	60
6558	60
6561	60
6562	60
6564	60
6567	60
6571	60
6568	60
6575	60
6577	60
6574	60
4925	60
6584	60
6582	60
6587	60
6589	60
6593	60
6594	60
6592	60
6596	60
6598	60
6599	60
6601	60
6603	60
6604	60
6607	60
6610	60
6609	60
6611	60
6612	60
6614	60
6615	60
6616	60
6617	60
6620	60
6618	60
6625	60
6622	60
6626	60
6627	60
6628	60
6629	60
6630	60
6632	60
6633	60
6634	60
6635	60
6636	60
6637	60
6638	60
6639	60
6641	60
6643	60
6645	60
6648	60
6650	60
6646	60
6652	60
6653	60
6655	60
6658	60
6659	60
6657	60
6664	60
6663	60
6666	60
6667	60
6668	60
6672	60
6670	60
6673	60
6678	60
6677	60
6679	60
6682	60
6683	60
6685	60
6686	60
6688	60
6691	60
6692	60
6694	60
6695	60
6698	60
6699	60
6697	60
6702	60
6705	60
6706	60
6708	60
6711	60
6710	60
6714	60
6713	60
6716	60
6717	60
6719	60
6721	60
6722	60
6723	60
6726	60
6727	60
6729	60
6730	60
6731	60
6734	60
6733	60
6736	60
6737	60
6739	60
6741	60
6743	60
6745	60
6746	60
6748	60
6751	60
6749	60
6752	60
6753	60
6754	60
6755	60
6756	60
6757	60
6758	60
6759	60
6760	60
6761	60
6762	60
6763	60
6764	60
6765	60
6766	60
6767	60
6768	60
6769	60
6770	60
6771	60
6772	60
6773	60
6774	60
6775	60
6776	60
6777	60
6778	60
6779	60
6780	60
6781	60
6782	60
6783	60
6784	60
6785	60
6786	60
6787	60
6788	60
6789	60
6790	60
6791	60
6793	60
6794	60
6795	60
6796	60
6797	60
6798	60
6799	60
6800	60
6801	60
6803	60
6804	60
6805	60
6806	60
6807	60
6808	60
6809	60
6810	60
6811	60
6812	60
6813	60
6814	60
6815	60
6816	60
6817	60
6818	60
6819	60
6820	60
6821	60
6822	60
6823	60
6824	60
6825	60
6826	60
6827	60
6828	60
6829	60
6830	60
6831	60
6832	60
6833	60
6834	60
6835	60
6836	60
6837	60
6838	60
6839	60
6840	60
6841	60
6842	60
6843	60
6844	60
6845	60
6846	60
6847	60
6848	60
6849	60
6850	60
6851	60
6852	60
6853	60
6854	60
6855	60
6856	60
6857	60
6858	60
6859	60
6860	60
6861	60
6862	60
6863	60
6864	60
6865	60
6866	60
6867	60
6868	60
6869	60
6870	60
6871	60
6872	60
6873	60
6874	60
6875	60
6876	60
6877	60
6878	60
6879	60
6880	60
6881	60
6882	60
6884	60
6885	60
6886	60
6887	60
6888	60
6889	60
6890	60
6891	60
6892	60
6893	60
6894	60
6895	60
6896	60
6897	60
6898	60
6899	60
6900	60
6901	60
6902	60
6903	60
6904	60
6905	60
17905	60
6907	60
6908	60
6909	60
6910	60
6911	60
6912	60
6913	60
6914	60
6915	60
6916	60
6917	60
6918	60
6919	60
6920	60
6921	60
6922	60
6923	60
6924	60
6925	60
6926	60
6927	60
6928	60
6929	60
6930	60
6931	60
6932	60
6933	60
6934	60
6935	60
6936	60
6937	60
6938	60
6940	60
6941	60
6942	60
6943	60
6944	60
6945	60
6946	60
6947	60
6948	60
6949	60
6950	60
6951	60
6952	60
6953	60
17907	60
6955	60
6956	60
6957	60
6958	60
6959	60
6960	60
6961	60
6962	60
6963	60
6964	60
6965	60
6966	60
6967	60
6968	60
6969	60
6970	60
6971	60
6972	60
6973	60
6974	60
6975	60
6976	60
6977	60
6978	60
6979	60
6980	60
6981	60
6982	60
6983	60
6984	60
6985	60
6986	60
6987	60
6988	60
6989	60
6990	60
6991	60
6992	60
6993	60
6994	60
6995	60
6996	60
6997	60
6998	60
6999	60
7000	60
7001	60
7002	60
7004	60
7005	60
7006	60
7007	60
7008	60
7009	60
7010	60
7011	60
7012	60
7013	60
7014	60
7015	60
7016	60
7017	60
7018	60
7019	60
7020	60
7022	60
7023	60
7024	60
7025	60
7026	60
7027	60
7028	60
7029	60
7030	60
7031	60
7032	60
7033	60
7034	60
7035	60
7036	60
7037	60
17910	60
7039	60
7040	60
7041	60
7042	60
7043	60
7044	60
7045	60
7046	60
7047	60
7048	60
7049	60
7050	60
7051	60
7052	60
7053	60
7054	60
7055	60
7056	60
7058	60
17912	60
7060	60
7061	60
7062	60
7063	60
7064	60
7065	60
7066	60
7067	60
7068	60
7069	60
7070	60
7071	60
7072	60
7073	60
7074	60
7075	60
7076	60
7077	60
7078	60
7079	60
7080	60
7081	60
7082	60
7083	60
7084	60
7085	60
7086	60
7087	60
7088	60
7089	60
7090	60
7091	60
7092	60
7093	60
7094	60
7095	60
7096	60
7097	60
7098	60
7099	60
7100	60
7101	60
7102	60
7103	60
7104	60
7105	60
7106	60
7107	60
7108	60
7109	60
7110	60
7111	60
7112	60
7113	60
7114	60
7115	60
7116	60
7117	60
7118	60
7119	60
7120	60
7121	60
7122	60
7123	60
7124	60
7125	60
7126	60
7127	60
7128	60
7129	60
7130	60
7131	60
7132	60
7133	60
7134	60
7135	60
7136	60
7137	60
7138	60
7139	60
7140	60
7141	60
7142	60
7143	60
7144	60
7145	60
7146	60
7147	60
7148	60
7149	60
7150	60
7151	60
7152	60
7153	60
7154	60
7155	60
7156	60
7157	60
7158	60
7159	60
7160	60
7161	60
7162	60
7163	60
7164	60
7165	60
7166	60
7167	60
7168	60
7169	60
7170	60
7171	60
7172	60
7173	60
7174	60
7175	60
7176	60
7177	60
7178	60
7179	60
7180	60
7181	60
7182	60
7183	60
7184	60
7185	60
7186	60
7187	60
7188	60
7189	60
7190	60
7191	60
7192	60
7193	60
7194	60
7195	60
7196	60
7197	60
7198	60
7199	60
7200	60
7201	60
7202	60
7203	60
7204	60
7205	60
7206	60
7207	60
7208	60
7209	60
7210	60
7211	60
7212	60
7213	60
7214	60
7215	60
7216	60
7217	60
7218	60
7219	60
7221	60
7222	60
7223	60
7224	60
7225	60
7226	60
7227	60
7228	60
7229	60
7230	60
7231	60
7232	60
7233	60
7234	60
7235	60
7236	60
7237	60
7238	60
7239	60
7240	60
7241	60
7242	60
7243	60
7244	60
7245	60
7246	60
7247	60
7248	60
7249	60
7250	60
7251	60
7252	60
7253	60
7254	60
7255	60
7256	60
7257	60
7258	60
7259	60
7260	60
7261	60
7262	60
7263	60
7264	60
7265	60
7266	60
7267	60
7268	60
7269	60
7270	60
7271	60
7272	60
7273	60
7274	60
7275	60
7277	60
7278	60
7279	60
7280	60
7281	60
7282	60
7283	60
7284	60
7285	60
7286	60
7287	60
7288	60
7289	60
7290	60
7291	60
7292	60
7293	60
7294	60
7295	60
7296	60
7297	60
7298	60
7299	60
7300	60
7301	60
7302	60
7303	60
7304	60
7305	60
7306	60
7307	60
7308	60
7309	60
7310	60
7311	60
7312	60
7313	60
7314	60
5217	60
7315	60
7316	60
7317	60
7318	60
7319	60
7320	60
7321	60
7322	60
7323	60
7324	60
7325	60
7326	60
7327	60
7328	60
7329	60
7330	60
7331	60
7332	60
7333	60
7334	60
7335	60
7336	60
7337	60
7338	60
7339	60
7340	60
7341	60
7342	60
7343	60
17915	60
7345	60
7346	60
7347	60
7348	60
7349	60
7350	60
7351	60
7352	60
7353	60
7354	60
7355	60
7356	60
7357	60
7358	60
7359	60
7360	60
7361	60
7362	60
7363	60
7364	60
7365	60
7366	60
7367	60
7368	60
7369	60
7370	60
7371	60
7372	60
7373	60
7374	60
7375	60
7376	60
7377	60
7378	60
7379	60
7380	60
7381	60
7382	60
7383	60
7384	60
7385	60
7386	60
7387	60
7388	60
7389	60
7390	60
7391	60
7392	60
7393	60
7394	60
7395	60
7396	60
5251	60
7397	60
7398	60
7399	60
7400	60
7401	60
7402	60
7403	60
7404	60
7405	60
7406	60
7407	60
7408	60
7409	60
7410	60
7411	60
7412	60
7413	60
7414	60
7415	60
7416	60
7417	60
7418	60
7419	60
7420	60
7421	60
7422	60
7423	60
7424	60
7425	60
7426	60
7427	60
7428	60
7429	60
7430	60
7431	60
7432	60
7433	60
7434	60
7435	60
7436	60
7437	60
7438	60
7439	60
7440	60
7441	60
7442	60
7443	60
7444	60
7445	60
7446	60
7447	60
7448	60
7449	60
7450	60
7451	60
7452	60
7453	60
7454	60
7455	60
7456	60
7457	60
7458	60
7459	60
7460	60
7461	60
7462	60
7463	60
7464	60
7465	60
7466	60
7467	60
7468	60
7469	60
7470	60
7472	60
7473	60
7474	60
7475	60
7476	60
7477	60
7478	60
7479	60
7480	60
7481	60
7482	60
7483	60
7484	60
7485	60
7486	60
7487	60
7488	60
7489	60
7490	60
7491	60
7492	60
7493	60
7494	60
7495	60
7496	60
7497	60
7498	60
7499	60
7500	60
7501	60
7502	60
7503	60
7504	60
7505	60
7506	60
7507	60
7508	60
7509	60
7510	60
7511	60
7512	60
7514	60
7515	60
7516	60
7517	60
7518	60
7519	60
7520	60
7521	60
7522	60
7523	60
7524	60
7525	60
7526	60
7527	60
7528	60
7529	60
7530	60
7531	60
7532	60
7533	60
7534	60
7535	60
7536	60
7537	60
7538	60
7539	60
7540	60
7542	60
7543	60
7544	60
7545	60
7546	60
7547	60
7548	60
7549	60
7550	60
7551	60
7552	60
7553	60
7554	60
7555	60
7556	60
7557	60
7558	60
7559	60
7560	60
7561	60
7562	60
7563	60
7564	60
7565	60
7566	60
7567	60
7568	60
7569	60
7570	60
7571	60
7572	60
7573	60
7574	60
7575	60
7576	60
7577	60
7578	60
7579	60
7580	60
7581	60
7582	60
7583	60
7584	60
7585	60
7586	60
7587	60
7588	60
7589	60
7590	60
7591	60
7592	60
7593	60
7595	60
7596	60
7597	60
7598	60
7599	60
7600	60
7601	60
7602	60
7603	60
7604	60
7605	60
7606	60
7607	60
7608	60
7609	60
7610	60
7611	60
7612	60
7613	60
7614	60
7615	60
7616	60
7617	60
7618	60
7619	60
7620	60
7621	60
7622	60
7623	60
7624	60
7625	60
7626	60
7627	60
7628	60
7629	60
7630	60
7631	60
7632	60
7633	60
7634	60
7635	60
7636	60
7637	60
7638	60
7639	60
7640	60
7641	60
7642	60
7643	60
7644	60
7645	60
7646	60
7647	60
7648	60
7649	60
7650	60
7651	60
7652	60
7653	60
7654	60
7655	60
7656	60
7657	60
7658	60
7659	60
7660	60
7661	60
7662	60
7663	60
7664	60
7665	60
7666	60
7667	60
7668	60
7670	60
7671	60
7672	60
7673	60
7674	60
7675	60
7676	60
7677	60
7678	60
7679	60
7680	60
7681	60
7682	60
7683	60
7684	60
7685	60
7686	60
7687	60
7688	60
7689	60
7690	60
7691	60
7692	60
7693	60
7694	60
7695	60
7696	60
7697	60
7698	60
7699	60
7700	60
7701	60
7702	60
7703	60
7704	60
7705	60
7706	60
7707	60
7708	60
7709	60
7710	60
7711	60
7712	60
7713	60
7714	60
7715	60
7716	60
7717	60
7718	60
7719	60
7720	60
7721	60
7722	60
7723	60
7724	60
7725	60
7726	60
7727	60
7728	60
7729	60
7730	60
7731	60
7732	60
7733	60
7734	60
7735	60
7736	60
7737	60
7738	60
7739	60
7740	60
7741	60
7742	60
7743	60
7744	60
7745	60
7746	60
7747	60
7748	60
7749	60
7750	60
7751	60
7752	60
7753	60
7754	60
7755	60
7756	60
7757	60
7758	60
7759	60
7760	60
7761	60
7762	60
7763	60
7764	60
7765	60
7766	60
7767	60
7768	60
7769	60
7771	60
7772	60
7773	60
7774	60
7775	60
7776	60
7777	60
7778	60
7779	60
7780	60
7781	60
7782	60
7783	60
7784	60
7785	60
7786	60
7787	60
7788	60
7789	60
7790	60
7791	60
7792	60
7793	60
7794	60
7795	60
7796	60
7797	60
7798	60
7799	60
7800	60
7801	60
7802	60
7803	60
7804	60
7805	60
7806	60
7807	60
7808	60
7809	60
7810	60
7812	60
7813	60
7814	60
7815	60
7816	60
7817	60
7818	60
7819	60
7820	60
7821	60
7822	60
7823	60
7824	60
7825	60
7826	60
7827	60
7828	60
7829	60
7830	60
7831	60
7832	60
7834	60
7835	60
7836	60
7837	60
7838	60
7839	60
7840	60
7841	60
7842	60
7843	60
7844	60
7845	60
7846	60
7847	60
7848	60
7849	60
7850	60
7851	60
7852	60
7853	60
7854	60
7855	60
7856	60
7857	60
7858	60
7859	60
7860	60
7861	60
7862	60
7863	60
7864	60
7865	60
7866	60
7867	60
7868	60
7869	60
7870	60
7871	60
7872	60
7873	60
7874	60
7875	60
7876	60
7877	60
7878	60
7879	60
7880	60
7881	60
7882	60
7883	60
7884	60
7885	60
7886	60
7887	60
7888	60
7889	60
4299	60
7890	60
7891	60
7892	60
7893	60
7894	60
7895	60
7896	60
7897	60
4314	60
7898	60
7899	60
7900	60
7901	60
7902	60
7903	60
7904	60
7905	60
7906	60
7907	60
7908	60
7909	60
7910	60
7911	60
7912	60
7913	60
7914	60
7915	60
7916	60
7917	60
7918	60
7919	60
7920	60
7921	60
7922	60
7923	60
7924	60
7925	60
7926	60
7927	60
7928	60
7929	60
7930	60
7931	60
7932	60
7933	60
7934	60
7935	60
7936	60
7937	60
7938	60
7939	60
7940	60
7941	60
7942	60
7943	60
7944	60
7945	60
7946	60
7947	60
7948	60
7949	60
7950	60
7953	60
7952	60
7954	60
7955	60
7956	60
7957	60
7958	60
7959	60
17919	60
7961	60
7962	60
7963	60
7964	60
7965	60
7966	60
7967	60
7968	60
7969	60
7970	60
7971	60
7972	60
7973	60
7974	60
7975	60
7976	60
7977	60
7978	60
7979	60
7980	60
7981	60
7982	60
7983	60
7984	60
7986	60
7987	60
7988	60
7989	60
7990	60
7991	60
7992	60
7993	60
7994	60
7995	60
7996	60
7998	60
7999	60
8000	60
8001	60
8003	60
8004	60
8005	60
8006	60
8007	60
8008	60
8010	60
8011	60
8012	60
8013	60
8014	60
8015	60
8016	60
8017	60
8018	60
8019	60
8021	60
8023	60
8020	60
8024	60
8025	60
5513	60
8026	60
8027	60
8028	60
8029	60
8030	60
8031	60
8032	60
8033	60
8034	60
8035	60
8036	60
8037	60
8038	60
8039	60
8040	60
8041	60
8042	60
8043	60
8044	60
8045	60
8046	60
8048	60
8049	60
8050	60
8051	60
8052	60
8053	60
8054	60
8055	60
8056	60
8057	60
8058	60
8059	60
8061	60
8062	60
8063	60
8064	60
8065	60
8066	60
8067	60
8068	60
8069	60
8070	60
8071	60
8072	60
5523	60
8073	60
8074	60
8075	60
8077	60
8078	60
8079	60
8081	60
8082	60
8083	60
17929	60
8085	60
8086	60
8087	60
8088	60
8089	60
8090	60
8091	60
8092	60
8093	60
8094	60
8095	60
8096	60
8097	60
8099	60
8100	60
8101	60
8102	60
8103	60
8104	60
8105	60
8106	60
8107	60
8108	60
8109	60
8110	60
8111	60
8112	60
8113	60
8114	60
8115	60
8116	60
8117	60
8118	60
4432	60
8119	60
8120	60
8121	60
8122	60
8123	60
8124	60
8125	60
8127	60
8128	60
8129	60
8130	60
8131	60
8132	60
8133	60
8134	60
8135	60
8136	60
8137	60
8138	60
8139	60
8140	60
8141	60
8142	60
8144	60
8145	60
8146	60
8147	60
8149	60
8150	60
8151	60
8152	60
8153	60
8154	60
8155	60
8156	60
8157	60
8158	60
8159	60
8160	60
8161	60
8162	60
8163	60
8164	60
8165	60
8166	60
8167	60
8168	60
8169	60
8170	60
17934	60
8172	60
8173	60
8174	60
8175	60
8176	60
8177	60
8178	60
8179	60
8180	60
8181	60
8182	60
8183	60
8184	60
8185	60
8186	60
8187	60
8188	60
8189	60
8190	60
8191	60
8192	60
8193	60
8194	60
8195	60
8196	60
8197	60
8198	60
8199	60
8200	60
8202	60
8203	60
8204	60
8205	60
8206	60
8207	60
8208	60
8209	60
8210	60
8211	60
8212	60
8213	60
8214	60
8215	60
8216	60
8217	60
8218	60
8219	60
8220	60
8221	60
8222	60
8224	60
8225	60
8226	60
8227	60
8228	60
8229	60
8230	60
8231	60
8232	60
8233	60
8234	60
8235	60
8236	60
8237	60
8238	60
8239	60
8240	60
8241	60
17937	60
8243	60
8244	60
8245	60
8246	60
8247	60
8248	60
8249	60
17938	60
8251	60
8252	60
8253	60
8254	60
8255	60
8256	60
8257	60
8258	60
8259	60
8260	60
8261	60
8262	60
8263	60
8264	60
8265	60
8266	60
8267	60
8268	60
8269	60
8270	60
8271	60
8272	60
17939	60
8274	60
8276	60
8277	60
8278	60
8279	60
8280	60
8281	60
8282	60
8283	60
8284	60
8285	60
8286	60
8287	60
8288	60
8289	60
8290	60
8291	60
8292	60
8293	60
8294	60
8295	60
8297	60
8298	60
8299	60
8300	60
8301	60
8302	60
8303	60
8304	60
8305	60
8306	60
8307	60
8308	60
8310	60
8311	60
8312	60
8313	60
8314	60
8315	60
8316	60
8318	60
8319	60
8320	60
8321	60
8322	60
8323	60
8325	60
8326	60
8327	60
8328	60
8329	60
8330	60
8331	60
8332	60
8333	60
8334	60
8335	60
8336	60
8338	60
8339	60
8340	60
8341	60
8342	60
8343	60
8345	60
8346	60
8347	60
8348	60
8349	60
8350	60
8351	60
8352	60
8353	60
8354	60
8355	60
8356	60
8357	60
17947	60
8359	60
8360	60
8362	60
8363	60
8364	60
8365	60
8366	60
8367	60
8368	60
8369	60
8370	60
8371	60
8372	60
8373	60
8375	60
8376	60
8377	60
8378	60
8379	60
8380	60
8381	60
8382	60
8383	60
8384	60
8385	60
8386	60
8387	60
8388	60
8389	60
8390	60
8391	60
8392	60
8393	60
8394	60
8395	60
8396	60
8397	60
8398	60
8399	60
8400	60
8401	60
8402	60
8403	60
8404	60
8405	60
8406	60
8407	60
8408	60
8409	60
8410	60
8411	60
8412	60
8413	60
17950	60
8415	60
8416	60
8417	60
8418	60
8419	60
8420	60
8421	60
8422	60
8423	60
8424	60
8425	60
8426	60
8427	60
8428	60
8429	60
8430	60
8431	60
8432	60
8433	60
8434	60
8435	60
8436	60
8437	60
8438	60
8439	60
8440	60
8441	60
8442	60
8443	60
8444	60
8445	60
8446	60
8447	60
8448	60
8449	60
8450	60
8451	60
8452	60
8453	60
8454	60
8455	60
8456	60
8457	60
8458	60
8459	60
8460	60
8461	60
8462	60
8464	60
8465	60
8466	60
8467	60
8468	60
8469	60
8470	60
8471	60
8472	60
8473	60
8474	60
8475	60
8476	60
8477	60
8478	60
8479	60
8480	60
8481	60
8482	60
8483	60
8484	60
17952	60
8486	60
8487	60
8488	60
8489	60
8490	60
8491	60
8492	60
8493	60
8494	60
8495	60
8496	60
8497	60
8498	60
8499	60
8500	60
8501	60
8502	60
8503	60
8504	60
8505	60
8506	60
8507	60
8508	60
8509	60
8510	60
8511	60
8512	60
8513	60
8514	60
8515	60
8516	60
8517	60
8518	60
8519	60
8520	60
8521	60
8522	60
8523	60
8524	60
8525	60
8526	60
8527	60
8528	60
8529	60
8530	60
8531	60
17953	60
8533	60
8534	60
8535	60
8536	60
8537	60
8538	60
8539	60
8540	60
8541	60
8542	60
8543	60
8544	60
8545	60
8546	60
8547	60
8548	60
8549	60
8551	60
8552	60
8553	60
8554	60
8555	60
8556	60
8557	60
8558	60
8559	60
8560	60
17955	60
8561	60
8562	60
8563	60
8564	60
8565	60
8566	60
8567	60
8568	60
8569	60
8570	60
8571	60
8572	60
8573	60
8574	60
8575	60
8576	60
8577	60
8578	60
8579	60
8580	60
8581	60
8582	60
8583	60
8584	60
8585	60
8586	60
8587	60
8588	60
8589	60
8590	60
8591	60
8592	60
8593	60
8594	60
8595	60
8596	60
8597	60
8598	60
8599	60
8600	60
8601	60
8602	60
8603	60
8604	60
8605	60
8606	60
8607	60
8608	60
8609	60
8610	60
8611	60
8612	60
8613	60
8614	60
8615	60
8617	60
8618	60
8619	60
8620	60
8621	60
8622	60
8623	60
8624	60
8625	60
8626	60
8627	60
8628	60
8629	60
8630	60
8631	60
8632	60
8633	60
8634	60
8635	60
8636	60
8637	60
8638	60
8639	60
8640	60
8641	60
8642	60
8643	60
8644	60
8645	60
8646	60
8647	60
5632	60
8648	60
8649	60
8650	60
8651	60
8652	60
8653	60
8654	60
8655	60
8656	60
8657	60
8658	60
8659	60
8660	60
8661	60
8662	60
8663	60
8664	60
8665	60
8666	60
8667	60
8668	60
8669	60
8670	60
8672	60
8673	60
8674	60
8675	60
8676	60
8677	60
8678	60
8679	60
17958	60
8681	60
8682	60
8683	60
8684	60
8685	60
8686	60
8687	60
8688	60
8689	60
8690	60
8691	60
8692	60
8693	60
8694	60
8695	60
8696	60
8697	60
8698	60
8699	60
8700	60
8701	60
8702	60
8703	60
8704	60
17959	60
8706	60
8707	60
8708	60
8709	60
8710	60
8711	60
8712	60
8713	60
8714	60
8715	60
8716	60
8717	60
8718	60
8719	60
8720	60
8721	60
8722	60
8723	60
8724	60
8725	60
8726	60
8727	60
8728	60
8729	60
8730	60
8731	60
8732	60
8733	60
8734	60
8735	60
8736	60
8737	60
8738	60
8739	60
8740	60
8741	60
8742	60
8743	60
8744	60
8745	60
8746	60
8747	60
8748	60
8749	60
8750	60
8751	60
8752	60
8753	60
17961	60
17964	60
17965	60
11092	60
11093	60
11094	60
11095	60
11096	60
11097	60
11098	60
11099	60
11100	60
11101	60
11102	60
11103	60
11104	60
11105	60
11106	60
11107	60
11108	60
11109	60
11110	60
11111	60
11112	60
11113	60
11114	60
11115	60
11116	60
11117	60
11118	60
11119	60
11120	60
11121	60
11122	60
11123	60
11124	60
11125	60
11126	60
11127	60
11128	60
11129	60
11130	60
11131	60
11132	60
11133	60
11134	60
11135	60
11136	60
11137	60
11138	60
11139	60
11140	60
11141	60
11142	60
11143	60
11144	60
11145	60
11146	60
11147	60
11148	60
11149	60
11150	60
11151	60
11152	60
11153	60
11154	60
11155	60
11156	60
11157	60
11158	60
11159	60
11160	60
11161	60
11162	60
11163	60
11164	60
11165	60
11166	60
11167	60
11168	60
11169	60
11170	60
11171	60
11172	60
11173	60
11174	60
11175	60
11176	60
11177	60
11178	60
11179	60
11180	60
11181	60
11182	60
11183	60
11184	60
11185	60
11186	60
11187	60
11188	60
11189	60
11190	60
11191	60
11192	60
11193	60
11194	60
11195	60
11196	60
11197	60
11198	60
11199	60
11200	60
11201	60
11202	60
11203	60
11204	60
11205	60
11206	60
11207	60
11208	60
11209	60
11210	60
11211	60
11212	60
11213	60
11214	60
11215	60
11216	60
11217	60
11218	60
11219	60
11220	60
11221	60
11222	60
11223	60
11224	60
11225	60
11226	60
11227	60
11228	60
11229	60
11230	60
11231	60
11232	60
11233	60
11234	60
11235	60
11236	60
11237	60
11238	60
11239	60
11240	60
11241	60
11242	60
11243	60
11244	60
11245	60
11246	60
11247	60
11248	60
11249	60
11250	60
11251	60
11252	60
11253	60
11254	60
11255	60
11256	60
11257	60
11258	60
11259	60
11260	60
11261	60
11262	60
11263	60
11264	60
11265	60
11266	60
11267	60
11268	60
11269	60
11270	60
11271	60
11272	60
11273	60
11274	60
11275	60
11276	60
11277	60
11278	60
11279	60
11280	60
11281	60
11282	60
11283	60
11284	60
11285	60
11286	60
11287	60
11288	60
11289	60
11290	60
11291	60
11292	60
11293	60
11294	60
11295	60
11296	60
11297	60
11298	60
11299	60
11300	60
11301	60
11302	60
11303	60
11304	60
11305	60
11306	60
11307	60
11308	60
11309	60
11310	60
11311	60
11312	60
11313	60
11314	60
11315	60
11316	60
11317	60
11318	60
11319	60
11320	60
11321	60
11322	60
11323	60
11324	60
11325	60
11326	60
11327	60
11328	60
11329	60
11330	60
11331	60
11332	60
11333	60
11334	60
11335	60
11336	60
11337	60
11338	60
11339	60
11340	60
11341	60
11342	60
11343	60
11344	60
11345	60
11346	60
11347	60
11348	60
11349	60
11350	60
11351	60
11352	60
11353	60
11354	60
11355	60
11356	60
11357	60
11358	60
11359	60
11360	60
11361	60
11362	60
11363	60
11364	60
11365	60
11366	60
11367	60
11368	60
11369	60
11370	60
11371	60
11372	60
11373	60
11374	60
11375	60
11376	60
11377	60
11378	60
11379	60
11380	60
11381	60
11382	60
11383	60
11384	60
11385	60
11386	60
11387	60
11388	60
11389	60
11390	60
11391	60
11392	60
11393	60
11394	60
11395	60
11396	60
11397	60
11398	60
11399	60
11400	60
11401	60
11402	60
11403	60
11404	60
11405	60
11406	60
11407	60
11408	60
11409	60
11410	60
11411	60
11412	60
11413	60
11414	60
11415	60
11416	60
11417	60
11418	60
11419	60
11420	60
11421	60
11422	60
11423	60
11424	60
11425	60
11426	60
11427	60
11428	60
11429	60
11430	60
11431	60
11432	60
11433	60
11434	60
11435	60
11436	60
11437	60
11438	60
11439	60
11440	60
11441	60
11442	60
11443	60
11444	60
11445	60
11446	60
11447	60
11448	60
11449	60
11450	60
11451	60
11452	60
11453	60
11454	60
11455	60
11456	60
11457	60
11458	60
11459	60
11460	60
11461	60
11462	60
11463	60
11464	60
11465	60
11466	60
11467	60
11468	60
11469	60
11470	60
11471	60
11472	60
11473	60
17972	60
17973	60
17977	60
17986	60
6802	60
6883	60
6906	60
17990	60
6939	60
7003	60
7021	60
7038	60
7057	60
7059	60
7220	60
7276	60
7344	60
17994	60
7833	60
7951	60
7960	60
7985	60
7997	60
8002	60
8022	60
8463	60
8047	60
8060	60
8485	60
8076	60
8080	60
8084	60
8098	60
8126	60
8143	60
8148	60
8532	60
8171	60
8550	60
8201	60
5580	60
8223	60
8242	60
8250	60
8273	60
8296	60
8616	60
8309	60
8317	60
8324	60
8337	60
8344	60
8358	60
8361	60
8374	60
8414	60
8671	60
8680	60
8705	60
17997	60
18002	60
18009	60
18020	60
18022	60
18025	60
18031	60
18032	60
18034	60
18036	60
18037	60
18043	60
18044	60
18046	60
18048	60
18051	60
18053	60
18058	60
18059	60
18062	60
18064	60
18067	60
18070	60
18076	60
18078	60
18473	60
18080	60
18083	60
18085	60
18086	60
18088	60
18090	60
18096	60
18103	60
18104	60
18106	60
18109	60
18111	60
18113	60
18121	60
18122	60
18123	60
18371	60
6170	60
18130	60
18131	60
18138	60
18140	60
18142	60
18143	60
18145	60
18152	60
18153	60
18155	60
6455	60
18160	60
18169	60
18180	60
18184	60
18189	60
18193	60
18195	60
18196	60
18198	60
18200	60
18206	60
18208	60
18209	60
18581	60
18211	60
18216	60
18219	60
18226	60
18238	60
18240	60
18241	60
18242	60
18247	60
18249	60
18253	60
18257	60
18262	60
18265	60
18279	60
18281	60
18284	60
18285	60
18288	60
18373	60
18290	60
18294	60
18296	60
8009	60
18301	60
18316	60
18318	60
18321	60
8275	60
18324	60
18329	60
18333	60
18335	60
18340	60
18345	60
18350	60
18351	60
18353	60
18355	60
18357	60
18358	60
6250	60
18363	60
18369	60
16239	60
16246	60
16248	60
16251	60
16260	60
16262	60
16266	60
16279	60
16294	60
16296	60
16313	60
16315	60
16319	60
16322	60
16324	60
16333	60
16347	60
16360	60
16366	60
16379	60
16385	60
16391	60
16395	60
16420	60
16428	60
16430	60
16431	60
16434	60
16438	60
16439	60
16447	60
16450	60
16460	60
16461	60
16468	60
16470	60
16478	60
16479	60
16483	60
16498	60
16500	60
16502	60
16513	60
16516	60
16536	60
16552	60
16553	60
16562	60
16572	60
16584	60
16588	60
16589	60
16591	60
16594	60
16596	60
16597	60
16598	60
16601	60
16609	60
16613	60
16617	60
16619	60
16622	60
16624	60
16625	60
16628	60
16632	60
16644	60
16645	60
16655	60
16660	60
16662	60
16670	60
16673	60
16683	60
16690	60
16696	60
16702	60
16706	60
16717	60
16720	60
16722	60
16731	60
16735	60
16749	60
16758	60
16759	60
16762	60
16769	60
16775	60
16776	60
16786	60
16799	60
16801	60
16804	60
16806	60
16809	60
16824	60
16826	60
16827	60
16828	60
16829	60
16836	60
16838	60
16839	60
16846	60
16848	60
16849	60
16864	60
16877	60
16884	60
16894	60
16895	60
16898	60
16920	60
16925	60
16927	60
16934	60
16937	60
16938	60
16942	60
16946	60
16968	60
16971	60
16990	60
16995	60
16998	60
17002	60
17006	60
17008	60
17010	60
17014	60
17023	60
17027	60
17029	60
17039	60
17053	60
17072	60
17075	60
17079	60
17083	60
17092	60
17097	60
17103	60
17104	60
17108	60
17109	60
17110	60
17111	60
17116	60
17122	60
17123	60
17132	60
17136	60
17137	60
17141	60
17148	60
17149	60
17150	60
17152	60
17168	60
17171	60
17181	60
17192	60
17202	60
17210	60
17213	60
17217	60
17225	60
17233	60
17234	60
17235	60
17252	60
17267	60
17271	60
17272	60
17281	60
17292	60
17302	60
17306	60
17312	60
17316	60
17317	60
17326	60
17329	60
17333	60
17336	60
17344	60
17346	60
17351	60
17366	60
17371	60
17373	60
17377	60
17378	60
17380	60
17387	60
17389	60
17391	60
17400	60
17404	60
17405	60
17406	60
17408	60
17410	60
17415	60
17417	60
17420	60
17421	60
17437	60
17441	60
17455	60
17457	60
17462	60
17469	60
17478	60
17481	60
17486	60
17491	60
17494	60
17511	60
17514	60
17516	60
17518	60
17524	60
17550	60
17556	60
17571	60
17579	60
17583	60
17589	60
17592	60
17604	60
17610	60
17614	60
17616	60
17627	60
17632	60
17634	60
17639	60
17641	60
17647	60
17648	60
17649	60
17654	60
17655	60
17658	60
17661	60
17667	60
17669	60
17671	60
17675	60
17681	60
17685	60
17686	60
17687	60
17691	60
17693	60
17696	60
17701	60
17702	60
17703	60
17714	60
17715	60
17716	60
17720	60
17723	60
17729	60
17733	60
17734	60
17736	60
17739	60
17742	60
17750	60
17757	60
17758	60
17759	60
17762	60
17764	60
17773	60
17780	60
17783	60
17784	60
17788	60
17790	60
17799	60
17800	60
17810	60
17813	60
17814	60
17816	60
17819	60
17820	60
17822	60
17825	60
17827	60
17829	60
17832	60
17833	60
17835	60
17837	60
17841	60
17845	60
17851	60
17856	60
18376	60
18388	60
18399	60
18415	60
18427	60
18429	60
18432	60
18435	60
18437	60
18438	60
18439	60
18443	60
18444	60
18448	60
18452	60
18455	60
18457	60
18461	60
18469	60
18471	60
18472	60
18476	60
18479	60
18485	60
18486	60
18487	60
18490	60
18495	60
18498	60
18501	60
18502	60
18509	60
18513	60
18516	60
18527	60
18536	60
18537	60
18541	60
18543	60
18544	60
18546	60
18549	60
18557	60
18561	60
18562	60
18563	60
18564	60
18568	60
18572	60
18573	60
18576	60
18578	60
18585	60
18586	60
18587	60
18594	60
18595	60
18596	60
18597	60
18602	60
18604	60
18606	60
18607	60
18613	60
18619	60
18623	60
18624	60
18627	60
18635	60
18638	60
18640	60
18644	60
18645	60
18646	60
18655	60
18669	60
18674	60
18681	60
18683	60
18684	60
18685	60
18694	60
18697	60
18698	60
18706	60
18711	60
18714	60
18715	60
18716	60
18719	60
18720	60
18722	60
18723	60
18727	60
18732	60
18737	60
18739	60
18745	60
18749	60
18751	60
18754	60
18755	60
18757	60
18759	60
18767	60
18772	60
18773	60
18777	60
18779	60
18781	60
18782	60
18785	60
18789	60
18790	60
18796	60
18797	60
18803	60
18804	60
18805	60
18810	60
18812	60
18814	60
18823	60
18825	60
18831	60
18836	60
18841	60
18842	60
18847	60
18849	60
18850	60
18851	60
18852	60
18853	60
18855	60
18865	60
18867	60
18868	60
18870	60
18871	60
18878	60
18889	60
18891	60
18897	60
18898	60
18900	60
18907	60
18909	60
18912	60
18914	60
18917	60
18918	60
18919	60
18920	60
18923	60
18925	60
18929	60
18931	60
18932	60
18945	60
18949	60
18950	60
18951	60
18952	60
18955	60
18958	60
18959	60
18965	60
18969	60
18975	60
18984	60
18986	60
18987	60
18989	60
18997	60
19002	60
19003	60
19004	60
19005	60
19009	60
19013	60
19014	60
19019	60
19022	60
19023	60
19027	60
19028	60
19029	60
19030	60
19036	60
19037	60
19041	60
19045	60
19049	60
19050	60
19052	60
19055	60
19057	60
19058	60
19060	60
19061	60
19066	60
19071	60
19073	60
19075	60
19084	60
19092	60
19098	60
19100	60
19102	60
19106	60
19109	60
19127	60
19130	60
19131	60
19135	60
19138	60
19139	60
19141	60
19144	60
19147	60
19148	60
19151	60
19165	60
19169	60
19178	60
19183	60
19185	60
19186	60
19192	60
19194	60
19196	60
19200	60
19204	60
19205	60
19206	60
19218	60
19222	60
19225	60
19228	60
19230	60
19232	60
19233	60
19236	60
19240	60
19244	60
19251	60
19253	60
19256	60
19257	60
19258	60
19259	60
19260	60
19263	60
19270	60
19271	60
19273	60
19274	60
19275	60
19276	60
19279	60
19280	60
19282	60
19290	60
19293	60
19294	60
19296	60
19297	60
19301	60
19302	60
19304	60
19306	60
19307	60
19308	60
19310	60
19317	60
19322	60
19326	60
19329	60
19336	60
19340	60
19342	60
19345	60
19346	60
19350	60
19356	60
19360	60
19362	60
19363	60
19366	60
6619	60
19372	60
19377	60
19380	60
19382	60
19386	60
19392	60
19393	60
19394	60
19403	60
19406	60
19411	60
19414	60
19415	60
19417	60
19422	60
19435	60
19438	60
19439	60
19442	60
19448	60
19455	60
19458	60
19461	60
19466	60
19468	60
19474	60
19478	60
19483	60
19492	60
19493	60
19494	60
19495	60
19497	60
19498	60
19499	60
19500	60
19503	60
19511	60
19517	60
19523	60
19529	60
19531	60
19538	60
19545	60
19546	60
19547	60
19553	60
19554	60
19555	60
19560	60
19569	60
19571	60
19574	60
19578	60
19581	60
19586	60
19592	60
19595	60
19597	60
19601	60
19605	60
19608	60
19609	60
19610	60
19618	60
19619	60
19624	60
19625	60
19627	60
19628	60
19629	60
19633	60
19639	60
19640	60
19642	60
19654	60
19659	60
19661	60
19670	60
19671	60
19678	60
19683	60
19691	60
19697	60
19701	60
19704	60
19705	60
19711	60
19721	60
19722	60
19723	60
19726	60
19730	60
19732	60
19733	60
19737	60
19748	60
19749	60
19751	60
19752	60
19754	60
19756	60
19760	60
19761	60
19762	60
17903	60
17989	60
18433	60
18629	60
18690	60
14324	60
6586	60
19333	60
19469	60
12980	60
6954	60
7471	60
7513	60
22257	60
7541	60
22281	60
7594	60
22358	60
7669	60
22388	60
22418	60
7770	60
7811	60
187	60
24281	60
199	60
5729	60
5731	60
5730	60
5734	60
5736	60
5738	60
5739	60
5741	60
5743	60
5744	60
5746	60
5748	60
5749	60
5750	60
5754	60
5763	60
5752	60
5755	60
5759	60
5762	60
5764	60
5766	60
5768	60
5769	60
5771	60
5775	60
5777	60
5779	60
5780	60
5782	60
5786	60
5789	60
5790	60
5792	60
5794	60
5787	60
5795	60
5799	60
5800	60
5804	60
5807	60
5808	60
5809	60
5810	60
5813	60
5815	60
5816	60
5818	60
5819	60
5820	60
5822	60
5826	60
5828	60
5829	60
5830	60
5832	60
5834	60
5835	60
5837	60
5839	60
5840	60
5842	60
5844	60
5845	60
5849	60
5850	60
5852	60
5854	60
5856	60
5858	60
5859	60
5863	60
5864	60
5865	60
5868	60
5869	60
5871	60
5874	60
5875	60
5877	60
5879	60
5880	60
5883	60
5884	60
5885	60
5887	60
5889	60
5891	60
5893	60
5895	60
5896	60
5899	60
5900	60
5902	60
5904	60
5905	60
5907	60
5909	60
5910	60
5913	60
5916	60
5915	60
5920	60
5917	60
5921	60
5923	60
5924	60
5925	60
5927	60
5929	60
5930	60
5932	60
5934	60
5936	60
5937	60
5939	60
5940	60
5943	60
5944	60
5945	60
5947	60
5949	60
5950	60
5953	60
5954	60
5956	60
5958	60
5961	60
5962	60
5965	60
5967	60
5968	60
5972	60
5974	60
5977	60
5978	60
5980	60
5982	60
5983	60
5985	60
5987	60
5989	60
5992	60
5993	60
5995	60
5997	60
5998	60
6000	60
6002	60
6003	60
6005	60
6008	60
6009	60
6011	60
6012	60
6014	60
6016	60
6018	60
6019	60
6021	60
6022	60
6025	60
6027	60
6028	60
6030	60
6032	60
6033	60
6036	60
6037	60
6038	60
6040	60
6042	60
6043	60
6045	60
6047	60
6049	60
6051	60
6052	60
6054	60
6057	60
6058	60
6060	60
6062	60
6063	60
6065	60
6069	60
6071	60
6072	60
6076	60
6079	60
6083	60
6088	60
6095	60
6096	60
6098	60
6100	60
6103	60
6104	60
6109	60
6112	60
6113	60
6118	60
6123	60
6127	60
6128	60
6132	60
6133	60
6137	60
6140	60
6142	60
6146	60
6156	60
6159	60
6160	60
6165	60
6167	60
6169	60
6172	60
6174	60
6180	60
6183	60
6185	60
6190	60
6193	60
6194	60
6197	60
6204	60
6207	60
6209	60
6213	60
6217	60
6219	60
6222	60
6224	60
6226	60
6228	60
6229	60
6232	60
6233	60
6240	60
6242	60
6244	60
6247	60
6251	60
6252	60
6254	60
6256	60
6258	60
6265	60
6267	60
6269	60
6271	60
6273	60
6279	60
6280	60
6288	60
6290	60
6292	60
6294	60
6297	60
6303	60
6308	60
6311	60
6312	60
6316	60
6322	60
6330	60
6331	60
6333	60
6337	60
6340	60
6341	60
6343	60
6351	60
6362	60
6364	60
6371	60
6374	60
6375	60
6379	60
6380	60
6384	60
6388	60
6390	60
6391	60
6394	60
6395	60
6398	60
6406	60
6409	60
6419	60
6420	60
6426	60
6428	60
6431	60
6434	60
6435	60
6441	60
6450	60
6451	60
6456	60
6458	60
6460	60
6461	60
6465	60
6466	60
6468	60
6470	60
6471	60
6474	60
6475	60
6476	60
6481	60
6482	60
6488	60
6490	60
6492	60
6494	60
6496	60
6501	60
6503	60
6506	60
6498	60
6507	60
6509	60
6510	60
6514	60
6515	60
6520	60
6521	60
6523	60
6524	60
6531	60
6533	60
6537	60
6539	60
6543	60
6545	60
6550	60
6557	60
6560	60
6563	60
24282	60
6565	60
6569	60
6570	60
6572	60
6573	60
6578	60
6580	60
6581	60
6583	60
6588	60
6590	60
6591	60
6597	60
6600	60
6602	60
6605	60
6606	60
6613	60
6621	60
6623	60
6631	60
6640	60
6642	60
6644	60
6647	60
6649	60
6651	60
6661	60
6662	60
6665	60
6669	60
6671	60
6675	60
6676	60
6680	60
6681	60
6684	60
6689	60
6690	60
6693	60
6696	60
6700	60
6701	60
6703	60
6704	60
6709	60
6712	60
6715	60
6718	60
6720	60
6724	60
6728	60
6732	60
6735	60
6738	60
6740	60
6744	60
6747	60
6750	60
5770	60
5870	60
5897	60
24283	60
5988	60
6077	60
6089	60
6110	60
6120	60
6122	60
6135	60
6166	60
6173	60
6201	60
6261	60
6275	60
6318	60
6324	60
6327	60
6348	60
6356	60
6357	60
6399	60
6400	60
6407	60
6416	60
6421	60
6436	60
6442	60
6487	60
6527	60
6559	60
6566	60
6576	60
6579	60
6585	60
6595	60
6608	60
6624	60
6654	60
6656	60
6660	60
24284	60
6674	60
6687	60
6707	60
6725	60
6742	60
12886	60
17849	60
4871	61
16258	61
16389	61
16403	61
16411	61
16464	61
16532	61
16565	61
16614	61
16737	61
16841	61
16885	61
16914	61
16969	61
17031	61
17076	61
17173	61
17230	61
17231	61
17279	61
17294	61
17360	61
17363	61
17411	61
17467	61
17472	61
22202	61
22206	61
22210	61
22214	61
22230	61
7541	61
22280	61
22283	61
22290	61
22297	61
22308	61
22320	61
10056	61
22348	61
22364	61
22379	61
22402	61
22403	61
22406	61
22423	61
22425	61
22431	61
22452	61
22445	61
22449	61
22451	61
22455	61
22464	61
22480	61
22488	61
22508	61
22521	61
22544	61
22551	61
22563	61
22611	61
23264	62
23307	62
21994	63
21998	63
22004	63
22037	63
22038	63
22040	63
22080	63
22107	63
22113	63
21999	63
22313	63
22311	63
22312	63
22315	63
22316	63
22317	63
22384	63
22429	63
22606	63
22187	63
15849	65
15982	65
15962	65
15981	65
16021	65
16123	65
16196	65
23995	65
24110	65
15995	65
24247	65
10226	66
10227	66
10228	66
10229	66
10230	66
10231	66
10232	66
10233	66
10234	66
10235	66
10236	66
10237	66
10238	66
10239	66
10240	66
10241	66
10242	66
10243	66
10244	66
10245	66
10246	66
10247	66
10248	66
10249	66
10250	66
10251	66
10252	66
10253	66
10254	66
10255	66
10256	66
10257	66
10258	66
10259	66
10260	66
10261	66
10262	66
10263	66
10264	66
10265	66
10266	66
10267	66
10268	66
10269	66
10270	66
10271	66
10272	66
10273	66
10274	66
10275	66
10276	66
10277	66
10278	66
10279	66
10280	66
10281	66
10282	66
10283	66
10284	66
10285	66
10286	66
10287	66
10288	66
10289	66
10290	66
10291	66
10292	66
10293	66
10294	66
10295	66
10296	66
10297	66
10298	66
10299	66
10300	66
10301	66
10302	66
10303	66
10304	66
10305	66
10306	66
10307	66
10309	66
10310	66
10311	66
10312	66
10313	66
10314	66
10315	66
10316	66
10317	66
10318	66
10319	66
10320	66
10321	66
10322	66
10323	66
10324	66
10325	66
10326	66
10327	66
10328	66
10329	66
10330	66
10331	66
10332	66
10333	66
10334	66
10335	66
10336	66
10337	66
10338	66
10339	66
10340	66
10341	66
10342	66
10343	66
10344	66
10345	66
10346	66
10347	66
10348	66
10350	66
10351	66
10352	66
10353	66
10354	66
10355	66
10356	66
10357	66
10358	66
10359	66
10360	66
10361	66
10362	66
10363	66
10364	66
10365	66
10366	66
10368	66
10369	66
10370	66
10371	66
10372	66
10373	66
10374	66
10375	66
10376	66
10377	66
10378	66
10379	66
10380	66
10381	66
10382	66
10383	66
10384	66
10385	66
10386	66
10387	66
10388	66
10389	66
10390	66
10391	66
10392	66
10393	66
10394	66
10395	66
10396	66
10397	66
10398	66
10399	66
10400	66
10401	66
10402	66
10403	66
10404	66
10405	66
10406	66
10407	66
10408	66
10409	66
10410	66
10411	66
10412	66
10413	66
10414	66
10415	66
10416	66
10417	66
10418	66
10419	66
10420	66
10421	66
10422	66
10423	66
10424	66
10425	66
10426	66
10427	66
10428	66
10429	66
10430	66
10431	66
10432	66
10433	66
10434	66
10435	66
10436	66
10437	66
10438	66
10439	66
10440	66
10441	66
10442	66
10443	66
10444	66
10445	66
10446	66
10447	66
10448	66
10449	66
10450	66
10451	66
10452	66
10453	66
10454	66
10455	66
10456	66
10457	66
10458	66
10459	66
10460	66
10461	66
10462	66
10463	66
10464	66
10465	66
10466	66
10467	66
10468	66
10469	66
10470	66
10471	66
10472	66
10473	66
10474	66
10475	66
10476	66
10477	66
10478	66
10479	66
10480	66
10481	66
10482	66
10483	66
10484	66
10485	66
10486	66
10487	66
10488	66
10489	66
10490	66
10491	66
10492	66
10493	66
10494	66
10495	66
10496	66
10497	66
10498	66
10499	66
10500	66
10501	66
10502	66
10503	66
10504	66
10505	66
10506	66
10507	66
10508	66
10509	66
10510	66
10511	66
10513	66
10514	66
10515	66
10516	66
10517	66
10518	66
10519	66
10520	66
10521	66
10522	66
10523	66
10524	66
10525	66
10526	66
10527	66
10528	66
10529	66
10530	66
10531	66
10532	66
10533	66
10534	66
10535	66
10536	66
10537	66
10538	66
10539	66
10540	66
10541	66
10542	66
10543	66
10544	66
10545	66
10546	66
10547	66
10548	66
10549	66
10550	66
10551	66
10552	66
10553	66
10554	66
10555	66
10556	66
10557	66
10558	66
10559	66
10560	66
10561	66
10562	66
10563	66
10564	66
10565	66
10566	66
10567	66
10568	66
10569	66
10570	66
10571	66
10572	66
10573	66
10574	66
10575	66
10576	66
10577	66
10578	66
10579	66
10580	66
10581	66
10582	66
10583	66
10584	66
10585	66
10586	66
10587	66
10588	66
10589	66
10590	66
10591	66
10592	66
10593	66
10594	66
10595	66
10596	66
10597	66
10598	66
10599	66
10600	66
10601	66
10602	66
10603	66
10604	66
10605	66
10606	66
10607	66
10608	66
10609	66
10610	66
10611	66
10613	66
10614	66
10615	66
10616	66
10617	66
10618	66
10619	66
10620	66
10621	66
10622	66
10623	66
10624	66
10625	66
10626	66
10627	66
10628	66
10629	66
10630	66
10631	66
10632	66
10633	66
10634	66
10636	66
10637	66
10638	66
10639	66
10640	66
10641	66
10642	66
10643	66
10644	66
10645	66
10646	66
10647	66
10648	66
10649	66
10650	66
10651	66
10652	66
10653	66
10654	66
10655	66
10656	66
10657	66
10658	66
10659	66
10660	66
10661	66
10662	66
10663	66
10664	66
10665	66
10666	66
10667	66
10668	66
10669	66
10670	66
10671	66
10672	66
10673	66
10674	66
10675	66
10676	66
10677	66
10678	66
10679	66
10680	66
10682	66
10683	66
10684	66
10685	66
10686	66
10687	66
10688	66
10689	66
10690	66
10691	66
10692	66
10693	66
10694	66
10695	66
10696	66
10697	66
10698	66
10699	66
10700	66
10701	66
10702	66
10703	66
10704	66
10705	66
10706	66
10707	66
10708	66
10710	66
10711	66
10712	66
10713	66
10714	66
10715	66
10716	66
10717	66
10719	66
10720	66
10721	66
10722	66
10723	66
10724	66
10725	66
10726	66
10727	66
10728	66
10729	66
10730	66
10731	66
10732	66
10734	66
10735	66
10736	66
10737	66
10738	66
10739	66
10740	66
10741	66
10742	66
10743	66
10744	66
10745	66
10746	66
10747	66
10748	66
10749	66
10750	66
10751	66
10752	66
10753	66
10754	66
10755	66
10756	66
10757	66
10758	66
10759	66
10760	66
10761	66
10762	66
10763	66
10764	66
10765	66
10766	66
10767	66
10768	66
10769	66
10770	66
10771	66
10772	66
10773	66
10774	66
10775	66
10776	66
10777	66
10778	66
10779	66
10780	66
10781	66
10782	66
10783	66
10784	66
10785	66
10786	66
10787	66
10788	66
10789	66
10790	66
10791	66
10792	66
10793	66
10794	66
10795	66
10796	66
10797	66
10798	66
10799	66
10800	66
10801	66
10802	66
10803	66
10804	66
10805	66
10806	66
10807	66
10808	66
10809	66
10810	66
10811	66
10812	66
10813	66
10814	66
10815	66
10816	66
10817	66
10818	66
10819	66
10820	66
10821	66
10822	66
10823	66
10824	66
10825	66
10826	66
10827	66
10828	66
10829	66
10830	66
10831	66
10832	66
10833	66
10834	66
10835	66
10836	66
10837	66
10838	66
10839	66
10840	66
10841	66
10842	66
10843	66
10844	66
10845	66
10846	66
10847	66
10848	66
10849	66
10850	66
10851	66
10852	66
10853	66
10854	66
10855	66
10856	66
10857	66
10858	66
10859	66
10860	66
10861	66
10862	66
10863	66
10864	66
10865	66
10866	66
10867	66
10868	66
10869	66
10870	66
10871	66
10872	66
10873	66
10874	66
10875	66
10876	66
10877	66
10878	66
10879	66
10880	66
10881	66
10883	66
10884	66
10885	66
10886	66
10887	66
10888	66
10890	66
10891	66
10892	66
10893	66
10894	66
10895	66
10896	66
10897	66
10898	66
10899	66
10900	66
10901	66
10902	66
10903	66
10904	66
10905	66
10906	66
10907	66
10908	66
10909	66
10910	66
10911	66
10912	66
10913	66
10914	66
10915	66
10916	66
10917	66
10918	66
10919	66
10920	66
10921	66
10922	66
10923	66
10924	66
10925	66
10926	66
10927	66
10929	66
10930	66
10931	66
10932	66
10933	66
10934	66
10935	66
10936	66
10937	66
10938	66
10939	66
10940	66
10941	66
10942	66
10943	66
10944	66
10945	66
10946	66
10947	66
10948	66
10949	66
10950	66
10951	66
10952	66
10953	66
10954	66
10955	66
10956	66
10957	66
10958	66
10959	66
10960	66
10961	66
10962	66
10963	66
10964	66
10965	66
10966	66
10967	66
10968	66
10969	66
10971	66
10972	66
10973	66
10974	66
10975	66
10976	66
10977	66
10978	66
10979	66
10980	66
10981	66
10982	66
10983	66
10984	66
10985	66
10986	66
10987	66
10988	66
10989	66
10990	66
10991	66
10992	66
10993	66
10994	66
10995	66
10996	66
10997	66
10998	66
10999	66
11000	66
11001	66
11002	66
11003	66
11004	66
11005	66
11006	66
11007	66
11008	66
11009	66
11010	66
11011	66
11013	66
11014	66
11015	66
11016	66
11017	66
11018	66
11019	66
11020	66
11021	66
11022	66
11023	66
11024	66
11025	66
11027	66
11028	66
11029	66
11030	66
11031	66
11032	66
11033	66
11034	66
11035	66
11036	66
11037	66
11038	66
11039	66
11040	66
11041	66
11042	66
11043	66
11044	66
11045	66
11046	66
11047	66
11048	66
11049	66
11050	66
11051	66
11052	66
11053	66
11054	66
11055	66
11056	66
11057	66
11058	66
11059	66
11060	66
11061	66
11062	66
11063	66
11064	66
11065	66
11066	66
11067	66
11068	66
11069	66
11070	66
11071	66
11072	66
11073	66
11074	66
11075	66
11076	66
11077	66
11078	66
11079	66
11080	66
11081	66
11082	66
11083	66
11084	66
11085	66
11086	66
11087	66
11088	66
11089	66
11090	66
11091	66
11092	66
11093	66
11094	66
11095	66
11096	66
11097	66
11098	66
11099	66
11100	66
11101	66
11102	66
11103	66
11104	66
11105	66
11106	66
11107	66
11108	66
11109	66
11110	66
11111	66
11112	66
11113	66
11114	66
11115	66
11116	66
11117	66
11118	66
11119	66
11120	66
11121	66
11122	66
11123	66
11124	66
11125	66
11126	66
11127	66
11128	66
11129	66
11130	66
11131	66
11132	66
11133	66
11134	66
11135	66
11136	66
11137	66
11138	66
11139	66
11140	66
11141	66
11142	66
11143	66
11144	66
11145	66
11146	66
11147	66
11148	66
11149	66
11150	66
11151	66
11152	66
11153	66
11154	66
11155	66
11156	66
11157	66
11158	66
11159	66
11160	66
11161	66
11162	66
11163	66
11164	66
11165	66
11166	66
11167	66
11168	66
11169	66
11170	66
11171	66
11172	66
11173	66
11174	66
11175	66
11176	66
11177	66
11178	66
11179	66
11180	66
11181	66
11182	66
11183	66
11184	66
11185	66
11186	66
11187	66
11188	66
11189	66
11190	66
11191	66
11192	66
11193	66
11194	66
11195	66
11196	66
11197	66
11198	66
11199	66
11200	66
11201	66
11202	66
11203	66
11204	66
11205	66
11206	66
11207	66
11208	66
11209	66
11210	66
11211	66
11212	66
11213	66
11214	66
11215	66
11216	66
11217	66
11218	66
11219	66
11220	66
11221	66
11222	66
11223	66
11224	66
11225	66
11226	66
11227	66
11228	66
11229	66
11230	66
11231	66
11232	66
11233	66
11234	66
11235	66
11236	66
11237	66
11238	66
11239	66
11240	66
11241	66
11242	66
11243	66
11244	66
11245	66
11246	66
11247	66
11248	66
11249	66
11250	66
11251	66
11252	66
11253	66
11254	66
11255	66
11256	66
11257	66
11258	66
11259	66
11260	66
11261	66
11262	66
11263	66
11264	66
11265	66
11266	66
11267	66
11268	66
11269	66
11270	66
11271	66
11272	66
11273	66
11274	66
11275	66
11276	66
11277	66
11278	66
11279	66
11280	66
11281	66
11282	66
11283	66
11284	66
11285	66
11286	66
11287	66
11288	66
11289	66
11290	66
11291	66
11292	66
11293	66
11294	66
11295	66
11296	66
11297	66
11298	66
11299	66
11300	66
11301	66
11302	66
11303	66
11304	66
11305	66
11306	66
11307	66
11308	66
11309	66
11310	66
11311	66
11312	66
11313	66
11314	66
11315	66
11316	66
11317	66
11318	66
11319	66
11320	66
11321	66
11322	66
11323	66
11324	66
11325	66
11326	66
11327	66
11328	66
11329	66
11330	66
11331	66
11332	66
11333	66
11334	66
11335	66
11336	66
11337	66
11338	66
11339	66
11340	66
11341	66
11342	66
11343	66
11344	66
11345	66
11346	66
11347	66
11348	66
11349	66
11350	66
11351	66
11352	66
11353	66
11354	66
11355	66
11356	66
11357	66
11358	66
11359	66
11360	66
11361	66
11362	66
11363	66
11364	66
11365	66
11366	66
11367	66
11368	66
11369	66
11370	66
11371	66
11372	66
11373	66
11374	66
11375	66
11376	66
11377	66
11378	66
11379	66
11380	66
11381	66
11382	66
11383	66
11384	66
11385	66
11386	66
11387	66
11388	66
11389	66
11390	66
11391	66
11392	66
11393	66
11394	66
11395	66
11396	66
11397	66
11398	66
11399	66
11400	66
11401	66
11402	66
11403	66
11404	66
11405	66
11406	66
11407	66
11408	66
11409	66
11410	66
11411	66
11412	66
11413	66
11414	66
11415	66
11416	66
11417	66
11418	66
11419	66
11420	66
11421	66
11422	66
11423	66
11424	66
11425	66
11426	66
11427	66
11428	66
11429	66
11430	66
11431	66
11432	66
11433	66
11434	66
11435	66
11436	66
11437	66
11438	66
11439	66
11440	66
11441	66
11442	66
11443	66
11444	66
11445	66
11446	66
11447	66
11448	66
11449	66
11450	66
11451	66
11452	66
11453	66
11454	66
11455	66
11456	66
11457	66
11458	66
11459	66
11460	66
11461	66
11462	66
11463	66
11464	66
11465	66
11466	66
11467	66
11468	66
11469	66
11470	66
11471	66
11472	66
11473	66
10349	66
19770	66
19778	66
19780	66
19784	66
19893	66
19899	66
19902	66
19905	66
19909	66
19911	66
19915	66
19940	66
19942	66
19953	66
19965	66
20003	66
20015	66
20075	66
20078	66
20089	66
20109	66
20131	66
20188	66
20213	66
20226	66
20228	66
20232	66
20249	66
20281	66
20291	66
20304	66
20319	66
20324	66
20325	66
20334	66
20368	66
20376	66
20381	66
20401	66
20405	66
20410	66
20419	66
20435	66
20459	66
20512	66
20515	66
20517	66
20536	66
10733	66
20589	66
20601	66
20614	66
20624	66
20655	66
20670	66
20675	66
20681	66
20697	66
20700	66
20707	66
20714	66
20728	66
20744	66
20749	66
20765	66
20792	66
20794	66
20796	66
20798	66
20800	66
20815	66
20830	66
20852	66
20853	66
20868	66
20884	66
20895	66
20903	66
10928	66
20922	66
20931	66
20941	66
20970	66
20978	66
20982	66
20986	66
20992	66
21002	66
21004	66
21005	66
21083	66
21085	66
21115	66
21136	66
21204	66
21205	66
21215	66
21221	66
21240	66
22021	66
11026	66
21992	66
22000	66
19946	66
19984	66
22027	66
20159	66
22050	66
22062	66
22074	66
22087	66
12020	66
22128	66
22132	66
22134	66
22135	66
22153	66
22156	66
22157	66
22161	66
21150	66
22164	66
22167	66
17534	66
22009	66
22191	66
22192	66
22194	66
22212	66
10308	66
22222	66
10367	66
22229	66
16408	66
22235	66
22247	66
16427	66
22251	66
22253	66
22260	66
16540	66
10512	66
22271	66
22286	66
22288	66
22298	66
10612	66
22304	66
22305	66
22310	66
10635	66
22329	66
10681	66
22349	66
16817	66
22357	66
10718	66
22369	66
22377	66
22387	66
22390	66
22391	66
22394	66
22401	66
22411	66
22416	66
22424	66
22428	66
22433	66
22443	66
22448	66
10882	66
10889	66
22459	66
22471	66
22473	66
22477	66
22496	66
22497	66
22502	66
22506	66
10970	66
22507	66
22512	66
22524	66
11012	66
22539	66
22543	66
22545	66
22561	66
22562	66
22567	66
22570	66
22573	66
22581	66
22589	66
22600	66
22603	66
22607	66
22609	66
22613	66
22258	66
10709	66
11860	66
12096	66
22126	67
22031	68
19893	70
19940	70
20075	70
20226	70
20228	70
20324	70
20459	70
20707	70
20765	70
20792	70
20794	70
20796	70
20868	70
20931	70
20970	70
21083	70
21204	70
21215	70
21221	70
20159	70
10114	71
8756	71
8758	71
8761	71
8760	71
8763	71
8768	71
8766	71
8769	71
8771	71
8773	71
8775	71
8777	71
8783	71
8779	71
8782	71
8787	71
8785	71
8788	71
8789	71
8793	71
8794	71
8798	71
8801	71
8799	71
8808	71
8805	71
8810	71
8812	71
8816	71
8818	71
8823	71
8820	71
8825	71
8827	71
8831	71
8833	71
8835	71
8837	71
8839	71
8840	71
8842	71
8845	71
8847	71
8851	71
8853	71
8855	71
8857	71
8862	71
8860	71
8863	71
8864	71
8867	71
8870	71
8871	71
8874	71
8877	71
8880	71
8882	71
8884	71
8886	71
8893	71
8891	71
8896	71
8898	71
8899	71
8901	71
8903	71
8906	71
8907	71
8913	71
8910	71
8917	71
8915	71
8922	71
8920	71
8928	71
8926	71
8930	71
8932	71
8938	71
8936	71
8942	71
8939	71
8947	71
8945	71
8953	71
8950	71
8956	71
8957	71
8959	71
8961	71
8964	71
8968	71
8970	71
8971	71
8975	71
8976	71
8980	71
8981	71
8985	71
8986	71
8988	71
8989	71
8993	71
8994	71
8998	71
8997	71
8999	71
9001	71
9006	71
9004	71
9007	71
9011	71
9013	71
9018	71
9015	71
9017	71
9019	71
9022	71
9026	71
9027	71
9030	71
9032	71
9034	71
9035	71
9038	71
9040	71
9043	71
9045	71
9047	71
9050	71
9053	71
9057	71
9056	71
9063	71
9061	71
9068	71
9066	71
9073	71
9069	71
9071	71
9076	71
9075	71
9081	71
9082	71
9083	71
9088	71
9086	71
9091	71
9093	71
9094	71
9095	71
9098	71
9099	71
9101	71
9103	71
9106	71
9108	71
9113	71
9111	71
9117	71
9118	71
9114	71
9119	71
9121	71
9123	71
9125	71
9128	71
9129	71
9131	71
9138	71
9134	71
9139	71
9141	71
9142	71
9148	71
9146	71
9153	71
9150	71
9155	71
9157	71
9161	71
9159	71
9163	71
9166	71
9167	71
9165	71
9172	71
9173	71
9170	71
9176	71
9175	71
9181	71
9183	71
9182	71
9185	71
9187	71
9189	71
9192	71
9194	71
9197	71
9199	71
9201	71
9205	71
9207	71
9206	71
9209	71
9213	71
9210	71
9216	71
9217	71
9218	71
9219	71
9222	71
9221	71
9227	71
9228	71
9224	71
9230	71
9231	71
9232	71
9233	71
9236	71
9238	71
9243	71
9240	71
9245	71
9246	71
9252	71
9249	71
9254	71
9257	71
9260	71
9262	71
9267	71
9265	71
9271	71
9270	71
9277	71
9278	71
9275	71
9283	71
9280	71
9282	71
9287	71
9285	71
9290	71
9292	71
9296	71
9298	71
9299	71
9302	71
9300	71
9305	71
9307	71
9310	71
9312	71
9315	71
9317	71
9320	71
9323	71
9328	71
9325	71
9327	71
9329	71
9331	71
9333	71
9334	71
9338	71
9336	71
9342	71
9339	71
9346	71
9348	71
9349	71
9350	71
9352	71
9355	71
9357	71
9359	71
9361	71
9366	71
9368	71
9370	71
9372	71
9375	71
9376	71
9380	71
9383	71
9379	71
9388	71
9384	71
9387	71
9390	71
9392	71
9395	71
9396	71
9394	71
9401	71
9399	71
9403	71
9408	71
9406	71
9407	71
9409	71
9411	71
9415	71
9416	71
9418	71
9417	71
9419	71
9423	71
9422	71
9425	71
9424	71
9428	71
9430	71
9432	71
9434	71
9437	71
9440	71
9443	71
9446	71
9445	71
9451	71
9452	71
9453	71
9457	71
9455	71
9460	71
9462	71
9459	71
9464	71
9467	71
9471	71
9473	71
9478	71
9477	71
9476	71
9480	71
9483	71
9485	71
9487	71
9491	71
9490	71
9493	71
9496	71
9495	71
9499	71
9501	71
9503	71
9506	71
9507	71
9511	71
9513	71
9512	71
9515	71
9516	71
9517	71
9519	71
9521	71
9525	71
9527	71
9530	71
9533	71
9534	71
9538	71
9537	71
9539	71
9541	71
9544	71
9547	71
9548	71
9550	71
9552	71
9555	71
9556	71
9558	71
9559	71
9562	71
9566	71
9568	71
9572	71
9569	71
9573	71
9575	71
9576	71
9580	71
9582	71
9585	71
9587	71
9589	71
9592	71
9595	71
9594	71
9598	71
9599	71
9601	71
9604	71
9606	71
9609	71
9611	71
9614	71
9618	71
9616	71
9620	71
9622	71
9625	71
9627	71
9629	71
9631	71
9633	71
9637	71
9635	71
9643	71
9640	71
9642	71
9647	71
9646	71
9648	71
9649	71
9652	71
9654	71
9656	71
9658	71
9660	71
9662	71
9665	71
9667	71
9666	71
9670	71
9672	71
9678	71
9675	71
9677	71
9679	71
9680	71
9682	71
9688	71
9685	71
9693	71
9689	71
9691	71
9694	71
9696	71
9703	71
9701	71
9706	71
9708	71
9705	71
9709	71
9711	71
9713	71
9714	71
9717	71
9719	71
9720	71
9722	71
9724	71
9726	71
9732	71
9733	71
9729	71
9735	71
9738	71
9742	71
9740	71
9745	71
9747	71
9752	71
9751	71
9749	71
9756	71
9758	71
9759	71
9762	71
9766	71
9767	71
9770	71
9772	71
9775	71
9777	71
9779	71
9781	71
9787	71
9784	71
9786	71
9789	71
9790	71
9791	71
9792	71
9793	71
9794	71
9795	71
9796	71
9797	71
9798	71
9799	71
9800	71
9801	71
9802	71
9803	71
9804	71
9805	71
9806	71
9807	71
9808	71
9809	71
9810	71
9811	71
9812	71
9813	71
9814	71
9815	71
9816	71
9817	71
9818	71
9819	71
9820	71
9821	71
9822	71
9823	71
9824	71
9825	71
9826	71
9827	71
9828	71
9829	71
9831	71
9832	71
9833	71
9834	71
9835	71
9836	71
9837	71
9838	71
9839	71
9840	71
9841	71
9842	71
9843	71
9845	71
9847	71
9848	71
9849	71
9850	71
9851	71
9852	71
9853	71
9854	71
9855	71
9856	71
9857	71
9858	71
9859	71
9860	71
9861	71
9862	71
9863	71
9864	71
9865	71
9866	71
9867	71
9868	71
9869	71
9870	71
9871	71
9872	71
9873	71
9874	71
9875	71
9876	71
9877	71
9878	71
9879	71
9880	71
9881	71
9882	71
9883	71
9884	71
9885	71
9886	71
9887	71
9888	71
9889	71
9890	71
9891	71
9892	71
9893	71
9895	71
9896	71
9897	71
9898	71
9899	71
9900	71
9901	71
9902	71
9903	71
9904	71
9905	71
9906	71
9907	71
9908	71
9909	71
9910	71
9911	71
9912	71
9913	71
9914	71
9915	71
9916	71
9917	71
9918	71
9919	71
9920	71
9921	71
9922	71
9923	71
9924	71
9925	71
9926	71
9927	71
9928	71
9929	71
9930	71
9931	71
9932	71
9933	71
9934	71
9935	71
9936	71
9937	71
9938	71
9939	71
9940	71
9941	71
9942	71
9943	71
9944	71
9945	71
9946	71
9947	71
9948	71
9949	71
9950	71
9951	71
9952	71
9953	71
9954	71
9955	71
9956	71
9957	71
9958	71
9959	71
9960	71
9961	71
9962	71
9963	71
9965	71
9966	71
9967	71
9968	71
9969	71
9970	71
9971	71
9972	71
9973	71
9974	71
9975	71
9976	71
9977	71
9978	71
9979	71
9980	71
9981	71
9982	71
9983	71
9984	71
9985	71
9986	71
9987	71
9988	71
9989	71
9990	71
9991	71
9992	71
9993	71
9994	71
9995	71
9996	71
9997	71
9998	71
9999	71
10000	71
10001	71
10002	71
10003	71
10004	71
10005	71
10006	71
10007	71
10008	71
10009	71
10010	71
10011	71
10012	71
10013	71
10014	71
10015	71
10016	71
10017	71
10019	71
10020	71
10021	71
10022	71
10023	71
10024	71
10025	71
10026	71
10027	71
10028	71
10029	71
10030	71
10031	71
10032	71
10033	71
10034	71
10035	71
10036	71
10037	71
10038	71
10039	71
10040	71
10041	71
10042	71
10043	71
10044	71
10045	71
10046	71
10047	71
10048	71
10049	71
10050	71
10051	71
10052	71
10053	71
10054	71
10055	71
10057	71
10058	71
10059	71
10060	71
10061	71
10062	71
10063	71
10064	71
10065	71
10066	71
10067	71
10068	71
10069	71
10070	71
10071	71
10072	71
10073	71
10074	71
10075	71
10077	71
10078	71
10079	71
10080	71
10081	71
10082	71
10083	71
10084	71
10085	71
10086	71
10087	71
10088	71
10089	71
10090	71
10091	71
10092	71
10093	71
10094	71
10095	71
10096	71
10097	71
10098	71
10099	71
10100	71
10101	71
10102	71
10103	71
10104	71
10105	71
10106	71
10107	71
10108	71
10109	71
10110	71
10112	71
10113	71
10115	71
10116	71
10117	71
10118	71
10119	71
10120	71
10121	71
10122	71
10123	71
10124	71
10125	71
10126	71
10127	71
10128	71
10129	71
10130	71
10131	71
10132	71
10133	71
10134	71
10135	71
10136	71
10138	71
10139	71
10140	71
10141	71
10142	71
10143	71
10144	71
10145	71
10146	71
10147	71
10148	71
10149	71
10150	71
10151	71
10152	71
10153	71
10154	71
10155	71
10156	71
10157	71
10158	71
10159	71
10160	71
10161	71
10162	71
10163	71
10164	71
10165	71
10166	71
10167	71
10168	71
10169	71
10170	71
10171	71
10172	71
10173	71
10174	71
10175	71
10176	71
10177	71
10178	71
10179	71
10180	71
10181	71
10182	71
10183	71
10184	71
10185	71
10186	71
10187	71
10188	71
10189	71
10190	71
10191	71
10192	71
10193	71
10194	71
10195	71
10197	71
10198	71
10199	71
10200	71
10201	71
10202	71
10203	71
10204	71
10205	71
10206	71
10207	71
10209	71
10210	71
10211	71
10212	71
10213	71
10214	71
10215	71
10216	71
10217	71
10218	71
10219	71
10220	71
10221	71
10222	71
10223	71
10224	71
10225	71
24297	71
24294	71
24295	71
24296	71
10018	71
24298	71
9177	71
9846	71
8815	71
19795	71
19797	71
19838	71
19855	71
19876	71
19881	71
19913	71
19934	71
19962	71
19991	71
19996	71
20008	71
20012	71
20043	71
20044	71
20059	71
20066	71
20091	71
20094	71
20098	71
20138	71
20143	71
20156	71
20215	71
20231	71
20242	71
20289	71
20294	71
20320	71
20341	71
20342	71
20347	71
20349	71
20351	71
20357	71
20373	71
20378	71
20428	71
20446	71
20453	71
20456	71
20488	71
20499	71
20518	71
20530	71
20538	71
20539	71
20547	71
20550	71
20552	71
20563	71
20566	71
20610	71
20623	71
20634	71
20636	71
20671	71
20695	71
20710	71
20712	71
20734	71
20747	71
20752	71
20756	71
20758	71
20771	71
20788	71
20790	71
20824	71
20827	71
20850	71
20873	71
20891	71
20917	71
20955	71
20961	71
21017	71
21028	71
21035	71
21062	71
21079	71
21124	71
21131	71
21141	71
21166	71
21178	71
21183	71
21226	71
9894	71
24305	71
22001	71
22022	71
22092	71
22119	71
22163	71
9844	71
9002	71
10137	71
9191	71
10056	71
10196	71
9288	71
10076	71
9458	71
9964	71
10208	71
9782	71
10111	71
9830	71
21198	71
24354	71
24289	71
24550	71
24290	71
24291	71
24292	71
24367	71
8754	71
8759	71
8765	71
8774	71
8776	71
8780	71
8792	71
8807	71
8814	71
8821	71
8822	71
8830	71
8844	71
8843	71
8850	71
8859	71
8865	71
8875	71
8879	71
8888	71
8889	71
8890	71
8892	71
8894	71
24293	71
8900	71
8904	71
8905	71
8912	71
8914	71
8916	71
8918	71
8921	71
8925	71
8927	71
8929	71
8931	71
8941	71
8951	71
8955	71
8962	71
8966	71
8969	71
8972	71
8974	71
8978	71
8979	71
8982	71
8992	71
8995	71
9005	71
9008	71
9009	71
9014	71
9021	71
9024	71
9033	71
9036	71
9041	71
9044	71
9052	71
9072	71
9074	71
9078	71
9079	71
9100	71
9102	71
9104	71
9107	71
9109	71
9116	71
9126	71
9133	71
9136	71
9145	71
9147	71
9152	71
9154	71
9162	71
9169	71
9335	71
9174	71
9180	71
9198	71
9203	71
9212	71
9220	71
9225	71
9234	71
9241	71
9244	71
9248	71
9250	71
9253	71
9256	71
9259	71
9266	71
9269	71
9273	71
9289	71
9295	71
9303	71
9330	71
9341	71
9343	71
9344	71
9353	71
9358	71
9363	71
9364	71
9365	71
9374	71
9377	71
9381	71
9382	71
9386	71
9389	71
9391	71
9397	71
9402	71
9412	71
9426	71
9429	71
9436	71
9439	71
9441	71
9448	71
9450	71
9463	71
9466	71
9474	71
9481	71
9489	71
9494	71
9500	71
9504	71
9514	71
9523	71
9524	71
9535	71
9543	71
9545	71
9560	71
9564	71
9571	71
9574	71
9578	71
9584	71
9588	71
9591	71
9597	71
9602	71
9608	71
9612	71
9636	71
9645	71
9650	71
9659	71
9664	71
9669	71
9671	71
9686	71
9692	71
9698	71
9699	71
9702	71
9716	71
9723	71
9728	71
9730	71
9731	71
9736	71
9741	71
9750	71
9753	71
9761	71
9765	71
9783	71
8755	71
8757	71
8762	71
8764	71
8767	71
8770	71
8772	71
8778	71
8781	71
8784	71
8786	71
8790	71
8791	71
8796	71
8797	71
8800	71
8802	71
8804	71
8806	71
8795	71
8803	71
8809	71
8811	71
8813	71
8817	71
8819	71
8824	71
8826	71
8828	71
8829	71
8832	71
8834	71
8836	71
8838	71
8841	71
8846	71
8848	71
8849	71
8852	71
8854	71
8856	71
8858	71
8861	71
8866	71
8868	71
8869	71
8873	71
8872	71
8876	71
8878	71
8881	71
8883	71
8885	71
8887	71
8895	71
8897	71
8902	71
8908	71
8909	71
8911	71
8919	71
8923	71
8924	71
8933	71
8934	71
8935	71
8946	71
8944	71
8940	71
8937	71
8943	71
8948	71
8949	71
8952	71
8954	71
8958	71
8960	71
8963	71
8965	71
8967	71
8973	71
8977	71
8983	71
8984	71
8987	71
8990	71
8991	71
8996	71
9000	71
9003	71
9010	71
9012	71
9016	71
9020	71
9023	71
9025	71
9028	71
9029	71
9031	71
9037	71
9039	71
9042	71
9046	71
9048	71
9051	71
9054	71
9055	71
9058	71
9059	71
9049	71
9060	71
9062	71
9065	71
9064	71
9067	71
9070	71
9077	71
9080	71
9084	71
9085	71
9087	71
9089	71
9090	71
9092	71
9096	71
9097	71
24285	71
9105	71
9110	71
9112	71
9115	71
9120	71
9122	71
9124	71
9127	71
9130	71
9135	71
9132	71
9137	71
9140	71
9143	71
9144	71
9149	71
9151	71
9156	71
9158	71
9160	71
9164	71
9168	71
9171	71
9178	71
9179	71
9184	71
9186	71
9188	71
9190	71
9193	71
9196	71
9200	71
9202	71
9204	71
9208	71
9211	71
9214	71
9215	71
9223	71
9226	71
9229	71
9235	71
9237	71
9239	71
9242	71
9247	71
9251	71
9255	71
9258	71
9261	71
9263	71
9264	71
9268	71
9272	71
9274	71
9276	71
9279	71
9281	71
9284	71
9286	71
9291	71
9293	71
9294	71
9297	71
9301	71
9304	71
9306	71
9308	71
9309	71
9311	71
9313	71
9314	71
9316	71
9318	71
9319	71
9321	71
9322	71
9324	71
9326	71
9332	71
9337	71
9340	71
9345	71
9347	71
9351	71
9354	71
9356	71
9360	71
9362	71
9367	71
9369	71
9371	71
9373	71
9378	71
9385	71
9393	71
9398	71
9400	71
9404	71
9405	71
9410	71
9413	71
9414	71
9420	71
9421	71
9427	71
9431	71
9433	71
9435	71
9438	71
9447	71
9449	71
9454	71
9456	71
9461	71
9465	71
9442	71
9444	71
9468	71
9469	71
9470	71
9472	71
9497	71
9475	71
9479	71
9482	71
9484	71
9486	71
9488	71
9492	71
9498	71
9502	71
9508	71
9509	71
9510	71
9518	71
9520	71
9522	71
9526	71
9531	71
9528	71
9529	71
9532	71
9536	71
9540	71
9542	71
9546	71
9549	71
9551	71
9553	71
9554	71
9557	71
9561	71
9563	71
9565	71
9567	71
9570	71
9577	71
9579	71
9581	71
9583	71
9586	71
9590	71
9593	71
9596	71
9600	71
9603	71
9605	71
9607	71
9610	71
9613	71
9615	71
9617	71
9619	71
9621	71
9623	71
9624	71
9626	71
9628	71
9630	71
9632	71
9634	71
9638	71
9639	71
9641	71
9644	71
9651	71
9653	71
9655	71
9657	71
9661	71
9663	71
9668	71
9673	71
9674	71
9676	71
9681	71
9683	71
9684	71
9687	71
9690	71
9695	71
9697	71
9700	71
9704	71
9707	71
9710	71
9712	71
9715	71
9718	71
9721	71
9725	71
9727	71
9734	71
9737	71
9739	71
9743	71
9744	71
9746	71
9748	71
9788	71
9754	71
9755	71
9757	71
9760	71
9763	71
9764	71
9768	71
9769	71
9771	71
9773	71
9774	71
9776	71
9778	71
9780	71
9785	71
24286	71
24287	71
24288	71
24299	71
24300	71
24301	71
24302	71
24303	71
24304	71
24306	71
24307	71
24308	71
24309	71
24310	71
24311	71
24312	71
24313	71
24314	71
24315	71
24316	71
24317	71
24318	71
24319	71
24320	71
24321	71
24322	71
24323	71
24324	71
24325	71
24326	71
24327	71
24328	71
24329	71
24330	71
24331	71
24332	71
24333	71
24334	71
24335	71
24336	71
24337	71
24338	71
24339	71
24340	71
24341	71
24342	71
24343	71
24344	71
24345	71
24346	71
24347	71
24348	71
24349	71
24350	71
24351	71
24352	71
24353	71
24355	71
24356	71
24357	71
24358	71
24359	71
24360	71
24361	71
24362	71
24363	71
24364	71
24365	71
24366	71
24368	71
24369	71
24370	71
24371	71
24372	71
24373	71
24374	71
24375	71
24376	71
24377	71
24378	71
24379	71
24380	71
24381	71
24382	71
24383	71
24384	71
24385	71
24386	71
24387	71
24388	71
24389	71
24390	71
24391	71
24392	71
24393	71
24394	71
24395	71
24396	71
24397	71
24398	71
24399	71
24400	71
24401	71
24402	71
24403	71
24404	71
24405	71
24406	71
24407	71
24408	71
24409	71
24410	71
24411	71
24412	71
24413	71
24414	71
24415	71
24416	71
24417	71
24418	71
24419	71
24420	71
24421	71
24422	71
24423	71
24424	71
24425	71
24426	71
24427	71
24428	71
24429	71
24430	71
24431	71
24432	71
24433	71
24434	71
24435	71
24436	71
24437	71
24438	71
24439	71
24440	71
24441	71
24442	71
24443	71
24444	71
24445	71
24446	71
24447	71
24448	71
24449	71
24450	71
24451	71
24452	71
24453	71
24454	71
24455	71
24456	71
24457	71
24458	71
24459	71
24460	71
24461	71
24462	71
24463	71
24464	71
24465	71
14151	71
24466	71
24467	71
24468	71
24469	71
24470	71
24471	71
24472	71
24497	71
24473	71
24474	71
24475	71
24476	71
24477	71
24478	71
24479	71
24480	71
24481	71
24482	71
24483	71
24484	71
24485	71
24486	71
24487	71
24488	71
24489	71
24490	71
24491	71
24492	71
24493	71
24494	71
24495	71
24496	71
24498	71
24499	71
24500	71
24501	71
24502	71
24503	71
24504	71
24505	71
24506	71
24507	71
24508	71
24509	71
24510	71
24511	71
24512	71
24513	71
24514	71
24515	71
24516	71
24517	71
24518	71
24519	71
24520	71
24521	71
24522	71
24523	71
24524	71
24525	71
24526	71
24527	71
24528	71
24529	71
24530	71
24531	71
24532	71
24533	71
24534	71
24535	71
24536	71
24537	71
24538	71
24539	71
24540	71
24541	71
20669	71
24542	71
24543	71
24544	71
24545	71
24546	71
24547	71
24548	71
24549	71
24551	71
24552	71
24553	71
24554	71
24555	71
24556	71
24557	71
24558	71
24559	71
24560	71
24561	71
24562	71
24563	71
24564	71
24565	71
24566	71
24567	71
24568	71
24569	71
24570	71
24571	71
24572	71
24573	71
24574	71
24575	71
24576	71
24577	71
24578	71
24579	71
24580	71
24581	71
24582	71
24583	71
24584	71
24585	71
24586	71
24587	71
24588	71
24589	71
24590	71
24591	71
24592	71
24593	71
24594	71
24595	71
24596	71
24597	71
24598	71
24599	71
24600	71
24601	71
24602	71
24603	71
24604	71
24605	71
24606	71
24607	71
24608	71
24609	71
24610	71
24611	71
24612	71
24613	71
24614	71
24615	71
24616	71
24617	71
24618	71
24619	71
24620	71
24621	71
24622	71
14476	71
24623	71
24624	71
24625	71
24626	71
24627	71
24628	71
24629	71
24630	71
24631	71
24632	71
24633	71
24634	71
24635	71
24636	71
24637	71
24638	71
24639	71
24640	71
24641	71
24642	71
24643	71
24644	71
9195	71
9505	71
22044	72
22057	72
22058	72
22085	72
22096	72
22097	72
22098	72
22100	72
20019	76
20261	76
17860	77
18412	77
18421	77
17866	77
19457	77
4644	77
4828	77
2090	77
2094	77
2092	77
2095	77
2097	77
2099	77
2102	77
2104	77
2105	77
2110	77
2108	77
2109	77
2115	77
2113	77
2114	77
2118	77
2120	77
2121	77
2124	77
2127	77
2129	77
2130	77
2131	77
2133	77
2135	77
2138	77
2139	77
2140	77
2143	77
2144	77
2150	77
2148	77
2154	77
2153	77
2155	77
2160	77
2158	77
2164	77
2163	77
2165	77
2168	77
2170	77
2173	77
2175	77
2177	77
2180	77
2182	77
2184	77
2185	77
2189	77
2187	77
2190	77
2193	77
2194	77
2195	77
2198	77
2200	77
2203	77
2205	77
2209	77
2207	77
2210	77
2213	77
2215	77
2218	77
2219	77
2223	77
2225	77
2230	77
2228	77
2229	77
2234	77
2232	77
2238	77
2240	77
2243	77
2245	77
2250	77
2247	77
2253	77
2255	77
2257	77
2259	77
2263	77
2265	77
2261	77
2268	77
2270	77
2267	77
2269	77
2273	77
2275	77
2277	77
2279	77
2283	77
2288	77
2290	77
2295	77
2293	77
2299	77
2297	77
2300	77
2304	77
2305	77
2303	77
2310	77
2308	77
2309	77
2313	77
2315	77
2317	77
2319	77
2321	77
2324	77
17870	77
2329	77
2333	77
2334	77
2335	77
2337	77
2339	77
2340	77
2343	77
2345	77
2348	77
2350	77
2353	77
2354	77
2358	77
2360	77
2362	77
2364	77
2368	77
2370	77
2373	77
2375	77
2378	77
2380	77
2383	77
2385	77
2389	77
2387	77
2390	77
2395	77
2393	77
2400	77
2398	77
2399	77
2403	77
2405	77
2408	77
2410	77
2412	77
2414	77
2415	77
2420	77
2418	77
2422	77
2425	77
2424	77
2427	77
2429	77
2433	77
2435	77
2437	77
2439	77
2440	77
2444	77
2443	77
2445	77
2450	77
2448	77
2449	77
2453	77
2454	77
2455	77
2458	77
2460	77
2465	77
2463	77
2464	77
2469	77
2468	77
2470	77
2473	77
2472	77
2474	77
2477	77
2480	77
2479	77
2485	77
2483	77
2488	77
2490	77
2493	77
2495	77
2498	77
2500	77
2504	77
2503	77
2505	77
2508	77
2510	77
2512	77
2515	77
2516	77
2518	77
2523	77
2524	77
2525	77
2530	77
2528	77
2529	77
2535	77
2533	77
2540	77
2538	77
2544	77
2545	77
2542	77
2547	77
2549	77
2553	77
2555	77
2558	77
2560	77
2562	77
2564	77
2568	77
2570	77
2573	77
2575	77
2580	77
2578	77
2585	77
2582	77
2584	77
2587	77
2589	77
2595	77
2593	77
2594	77
2598	77
2599	77
2600	77
2603	77
2605	77
2610	77
2607	77
2609	77
2615	77
2612	77
2614	77
2618	77
2620	77
2619	77
2625	77
2623	77
2628	77
2629	77
2633	77
2635	77
2638	77
2639	77
2645	77
2643	77
2648	77
2650	77
2653	77
2655	77
2658	77
2660	77
2664	77
2662	77
2665	77
2667	77
2670	77
2669	77
2673	77
2675	77
2678	77
2680	77
2679	77
2683	77
2685	77
2688	77
2690	77
2695	77
2694	77
2693	77
2698	77
2700	77
2705	77
2703	77
2704	77
2708	77
2710	77
2715	77
2713	77
2718	77
2720	77
2722	77
2723	77
2725	77
2730	77
2728	77
2733	77
2735	77
2739	77
2737	77
2740	77
2745	77
2743	77
2744	77
2750	77
2747	77
2749	77
2754	77
2752	77
2760	77
2758	77
2759	77
2764	77
2765	77
2761	77
2769	77
2767	77
2772	77
2775	77
2779	77
2780	77
2777	77
2784	77
2785	77
2782	77
2788	77
2790	77
2791	77
2795	77
2799	77
2800	77
2797	77
2803	77
2805	77
2808	77
2810	77
2807	77
2813	77
2815	77
2820	77
2818	77
2823	77
2825	77
2828	77
2830	77
2835	77
2833	77
2834	77
2838	77
2840	77
2844	77
2842	77
2845	77
2846	77
2849	77
2853	77
2854	77
2856	77
2859	77
2861	77
2864	77
2867	77
2868	77
2872	77
2874	77
2880	77
2878	77
2883	77
2882	77
2885	77
2886	77
2889	77
2892	77
2894	77
2900	77
2896	77
2898	77
2905	77
2901	77
2903	77
2906	77
2909	77
2912	77
2914	77
2918	77
2920	77
2922	77
2924	77
2929	77
2930	77
2927	77
2931	77
2934	77
2932	77
2937	77
2939	77
2943	77
2945	77
2947	77
2949	77
2952	77
2953	77
2958	77
2957	77
2960	77
2963	77
2962	77
2965	77
2969	77
2967	77
2970	77
2971	77
2974	77
2976	77
2978	77
2982	77
2984	77
2987	77
2989	77
2993	77
2991	77
2995	77
2998	77
3000	77
3002	77
3004	77
3010	77
3008	77
3011	77
3013	77
3014	77
3018	77
3017	77
3020	77
3024	77
3022	77
3025	77
3026	77
3029	77
3032	77
3034	77
3037	77
3039	77
3045	77
3043	77
3046	77
3049	77
3048	77
3053	77
3055	77
3057	77
3059	77
3061	77
3063	77
3065	77
3066	77
3068	77
3070	77
3072	77
3074	77
3075	77
3077	77
3078	77
3080	77
3082	77
3084	77
3087	77
3089	77
3091	77
3094	77
3095	77
3097	77
3102	77
3100	77
3107	77
3105	77
3110	77
3112	77
3116	77
3118	77
3122	77
3123	77
3121	77
3126	77
3128	77
3130	77
3133	77
3136	77
3139	77
3140	77
3141	77
3144	77
3149	77
3147	77
3152	77
3153	77
3154	77
3157	77
3159	77
3162	77
3164	77
3166	77
3168	77
3173	77
3171	77
3174	77
3177	77
3179	77
3180	77
3182	77
3185	77
3188	77
3192	77
3191	77
3196	77
3198	77
3200	77
3202	77
3204	77
3205	77
3208	77
3210	77
3212	77
3215	77
3218	77
3222	77
3224	77
3227	77
3229	77
3232	77
3234	77
3236	77
3238	77
3243	77
3244	77
3247	77
3248	77
3250	77
3252	77
3256	77
3258	77
3261	77
3262	77
3264	77
3266	77
3265	77
3269	77
3270	77
3271	77
3274	77
3279	77
3275	77
3278	77
3284	77
3281	77
3283	77
3286	77
3287	77
3288	77
3292	77
3294	77
3297	77
3299	77
3302	77
3300	77
3304	77
3307	77
3308	77
3310	77
3312	77
3317	77
3318	77
3322	77
3324	77
3327	77
3329	77
3330	77
3331	77
3334	77
3333	77
3335	77
3336	77
3338	77
3341	77
3342	77
3343	77
3345	77
3346	77
3349	77
3351	77
3354	77
3358	77
3359	77
3356	77
3360	77
3361	77
3364	77
3366	77
3368	77
3372	77
3374	77
3377	77
3378	77
3379	77
3381	77
3384	77
3385	77
3388	77
3394	77
3391	77
3393	77
3396	77
3397	77
3399	77
3400	77
3402	77
3403	77
3404	77
3407	77
3408	77
3409	77
3406	77
3410	77
3411	77
3412	77
3413	77
3414	77
3415	77
3416	77
3417	77
3418	77
3419	77
3420	77
3421	77
3422	77
3423	77
3424	77
3425	77
3426	77
3427	77
3428	77
3429	77
3430	77
3431	77
3432	77
3433	77
3434	77
3435	77
3436	77
3437	77
3438	77
3439	77
3440	77
3441	77
3442	77
3443	77
3444	77
3445	77
3446	77
3447	77
3448	77
3449	77
3450	77
3451	77
3452	77
3453	77
3454	77
3456	77
3457	77
3458	77
3459	77
3460	77
3461	77
3462	77
3463	77
3464	77
3465	77
3466	77
3467	77
3468	77
3469	77
3470	77
3471	77
3472	77
3473	77
3474	77
3475	77
3476	77
3477	77
3478	77
3479	77
3480	77
3481	77
3482	77
3483	77
3484	77
3485	77
3486	77
3487	77
3488	77
3489	77
3490	77
3491	77
3492	77
3493	77
3494	77
3495	77
3496	77
3497	77
3498	77
3499	77
3500	77
3501	77
3502	77
3503	77
3504	77
3505	77
3506	77
3507	77
3508	77
3509	77
3510	77
3511	77
3512	77
3513	77
3514	77
3515	77
3516	77
3517	77
3518	77
3519	77
3520	77
3521	77
3522	77
3523	77
3524	77
3525	77
3526	77
3527	77
3528	77
3529	77
3530	77
3531	77
3532	77
3533	77
3534	77
3535	77
3536	77
3537	77
3538	77
3539	77
3540	77
3541	77
3542	77
3543	77
3544	77
3545	77
3546	77
3547	77
3548	77
3549	77
3550	77
3551	77
3552	77
3553	77
3554	77
3555	77
3556	77
3557	77
3558	77
3559	77
3560	77
3561	77
3562	77
3563	77
3564	77
3565	77
3566	77
3567	77
3568	77
3569	77
3570	77
3571	77
3572	77
3573	77
3574	77
3575	77
3576	77
3578	77
3579	77
3580	77
3581	77
3582	77
3583	77
3584	77
3585	77
3586	77
3587	77
3588	77
3589	77
3590	77
3591	77
3592	77
3593	77
3594	77
3595	77
3596	77
3597	77
3598	77
3599	77
3600	77
3601	77
3602	77
3603	77
3604	77
3605	77
3606	77
3607	77
3608	77
3609	77
3610	77
3611	77
3612	77
3613	77
3614	77
3615	77
3616	77
3617	77
3618	77
3619	77
3620	77
3621	77
3622	77
3623	77
3624	77
3625	77
3626	77
3627	77
3628	77
3629	77
3630	77
3631	77
3632	77
3633	77
3634	77
3635	77
3636	77
3637	77
3638	77
3639	77
3640	77
3641	77
3642	77
3643	77
3644	77
3645	77
3646	77
3647	77
3648	77
3649	77
3650	77
3651	77
3652	77
3653	77
3654	77
3655	77
3656	77
3657	77
3658	77
3659	77
3660	77
3661	77
3662	77
3663	77
3664	77
3665	77
3666	77
3667	77
3668	77
3669	77
3670	77
3671	77
3672	77
3673	77
3674	77
3675	77
3676	77
3677	77
3678	77
3679	77
3680	77
3682	77
3683	77
3684	77
3685	77
3686	77
3687	77
3688	77
3689	77
3690	77
3691	77
3692	77
3693	77
3694	77
3695	77
3696	77
3697	77
3698	77
3699	77
3700	77
3701	77
3702	77
3703	77
3704	77
3705	77
3706	77
3707	77
3708	77
3709	77
3710	77
3711	77
3712	77
3713	77
3714	77
3715	77
3716	77
3717	77
3718	77
3719	77
3720	77
3721	77
3722	77
3723	77
3724	77
3725	77
3726	77
3727	77
3728	77
3729	77
3730	77
3731	77
3733	77
3734	77
3735	77
3736	77
3737	77
3738	77
3739	77
3740	77
3741	77
3742	77
3743	77
3744	77
3745	77
3746	77
3747	77
3748	77
3749	77
3751	77
3752	77
3753	77
3754	77
3755	77
3756	77
3757	77
3758	77
3759	77
3760	77
3761	77
3762	77
3763	77
3764	77
3765	77
3766	77
3767	77
3768	77
3769	77
3770	77
3771	77
3772	77
3773	77
3774	77
3775	77
3776	77
3777	77
3778	77
3779	77
3780	77
3781	77
3782	77
3783	77
3784	77
3785	77
3786	77
3787	77
3788	77
3789	77
3790	77
3791	77
3792	77
3793	77
3794	77
3795	77
3796	77
3797	77
3798	77
3799	77
3800	77
3801	77
3802	77
3803	77
3804	77
3805	77
3806	77
3807	77
3808	77
3809	77
3810	77
3811	77
3812	77
3813	77
3814	77
3815	77
3816	77
3817	77
3818	77
3819	77
3820	77
3821	77
3822	77
3823	77
3824	77
3825	77
3826	77
3827	77
3828	77
3829	77
3830	77
3831	77
3832	77
3833	77
3834	77
3835	77
3836	77
3837	77
3838	77
3839	77
3840	77
3841	77
3842	77
3843	77
3844	77
3845	77
3846	77
3847	77
3848	77
3849	77
3850	77
3851	77
3852	77
3853	77
3854	77
3855	77
3856	77
3857	77
3858	77
3859	77
3860	77
3861	77
3862	77
3863	77
3864	77
3865	77
3866	77
3867	77
3868	77
3869	77
3870	77
3871	77
3872	77
3873	77
3874	77
3875	77
3876	77
3877	77
3878	77
3879	77
3880	77
3881	77
3882	77
3883	77
3884	77
3885	77
3886	77
3887	77
3888	77
3889	77
3890	77
3891	77
3892	77
3893	77
3894	77
3895	77
3896	77
3897	77
3898	77
3899	77
3900	77
3901	77
3902	77
3903	77
3904	77
3905	77
3906	77
3907	77
3908	77
3909	77
3910	77
3911	77
3912	77
3913	77
3914	77
3915	77
3916	77
3917	77
3918	77
3919	77
3920	77
3921	77
3922	77
3923	77
3924	77
3925	77
3926	77
3927	77
3928	77
3929	77
3930	77
3931	77
3932	77
3933	77
3934	77
3935	77
3936	77
3937	77
3938	77
3939	77
3940	77
3941	77
3942	77
3943	77
3944	77
3945	77
3946	77
3947	77
3948	77
3949	77
3950	77
3951	77
3952	77
3953	77
3954	77
3955	77
3956	77
3957	77
3958	77
3959	77
3960	77
3961	77
3962	77
3963	77
3964	77
3965	77
3966	77
3967	77
3968	77
3969	77
3970	77
3971	77
3972	77
3973	77
3974	77
3975	77
3976	77
3977	77
3978	77
3979	77
3980	77
3981	77
3982	77
3983	77
3984	77
3985	77
3986	77
3987	77
3988	77
3989	77
3990	77
3991	77
3992	77
3993	77
3994	77
3995	77
3996	77
3997	77
3998	77
3999	77
4000	77
4001	77
4002	77
4003	77
4004	77
4005	77
4006	77
4007	77
4008	77
4009	77
4010	77
4011	77
4012	77
4013	77
4014	77
4015	77
4016	77
4017	77
4018	77
4019	77
4020	77
4021	77
4022	77
4023	77
4024	77
4025	77
4026	77
4027	77
4028	77
4029	77
4030	77
4031	77
4032	77
4033	77
4034	77
4035	77
4036	77
4037	77
4038	77
4039	77
4040	77
4041	77
4042	77
4043	77
4044	77
4045	77
4046	77
4047	77
4048	77
4049	77
4050	77
4051	77
4052	77
4053	77
4054	77
4055	77
4056	77
4057	77
4058	77
4059	77
4061	77
4062	77
4063	77
4064	77
4065	77
4066	77
4067	77
4068	77
4069	77
4070	77
4071	77
4072	77
4073	77
4074	77
4075	77
4076	77
4077	77
4078	77
4079	77
4080	77
4081	77
4082	77
4083	77
4084	77
4085	77
4086	77
4087	77
4088	77
4089	77
4090	77
4091	77
4092	77
4093	77
4094	77
4095	77
4096	77
4097	77
4098	77
4099	77
4100	77
4101	77
4102	77
4103	77
4104	77
4105	77
4106	77
4107	77
4108	77
4109	77
4110	77
4111	77
4112	77
4113	77
4114	77
4115	77
4116	77
4117	77
4118	77
4119	77
4120	77
4121	77
4122	77
4123	77
4124	77
4125	77
4126	77
4127	77
4128	77
4129	77
4130	77
4131	77
4132	77
4133	77
4134	77
4135	77
4136	77
4137	77
4138	77
4139	77
4140	77
4141	77
4142	77
4143	77
4144	77
4145	77
4146	77
4147	77
4148	77
4149	77
4150	77
4151	77
4152	77
4153	77
4154	77
4155	77
4156	77
4157	77
4158	77
4159	77
4160	77
4161	77
4162	77
4163	77
4164	77
4165	77
4166	77
4167	77
4168	77
4169	77
4170	77
4171	77
4172	77
4173	77
4174	77
4175	77
4176	77
4177	77
4178	77
4179	77
4180	77
4181	77
4182	77
4183	77
4184	77
4185	77
4186	77
4187	77
4188	77
4189	77
4190	77
4191	77
4192	77
4193	77
4194	77
4195	77
4197	77
4198	77
4199	77
4200	77
4201	77
4202	77
4203	77
4204	77
4205	77
4206	77
4207	77
4208	77
4209	77
4210	77
4211	77
4212	77
4213	77
4214	77
4215	77
4216	77
4217	77
4218	77
4219	77
4220	77
4221	77
4222	77
4223	77
4224	77
4225	77
4226	77
4227	77
4228	77
4229	77
4230	77
4231	77
4232	77
4233	77
4234	77
4235	77
4236	77
4237	77
4238	77
4239	77
4240	77
4241	77
4242	77
4243	77
4244	77
4245	77
4246	77
4247	77
4248	77
4249	77
4250	77
4251	77
4252	77
4253	77
4254	77
4255	77
4256	77
4257	77
4258	77
4259	77
4260	77
4261	77
4262	77
4263	77
4264	77
4265	77
4266	77
4267	77
4268	77
4269	77
4270	77
4271	77
4272	77
4273	77
4274	77
4275	77
4276	77
4277	77
4278	77
4279	77
4280	77
4281	77
4282	77
4283	77
4284	77
4285	77
4286	77
4287	77
4288	77
4289	77
4290	77
4291	77
4292	77
4293	77
4294	77
4295	77
4296	77
4297	77
4298	77
4300	77
4301	77
4302	77
4303	77
4304	77
4305	77
4306	77
4307	77
4308	77
4309	77
4310	77
4311	77
4312	77
4313	77
17875	77
4315	77
4316	77
4317	77
4318	77
4319	77
4320	77
4321	77
4322	77
4323	77
4324	77
4325	77
4326	77
4327	77
4328	77
4329	77
4330	77
4331	77
4332	77
4333	77
4334	77
4335	77
4336	77
4337	77
4338	77
4339	77
4340	77
4341	77
4342	77
4343	77
4344	77
4345	77
4346	77
4347	77
4348	77
4349	77
4350	77
4351	77
4352	77
4353	77
4355	77
4356	77
4357	77
4358	77
4359	77
4360	77
4361	77
4362	77
4363	77
4364	77
4365	77
4366	77
4367	77
4368	77
4369	77
4370	77
4371	77
4372	77
4373	77
4374	77
4375	77
4376	77
4377	77
4378	77
4379	77
4380	77
4381	77
4382	77
4383	77
4384	77
4385	77
4386	77
4387	77
4388	77
4389	77
4390	77
4391	77
4392	77
4393	77
4394	77
4395	77
17876	77
4397	77
4398	77
4399	77
4400	77
4401	77
4402	77
4403	77
4404	77
4405	77
4406	77
4407	77
4408	77
4409	77
4410	77
4411	77
4412	77
4413	77
4414	77
4415	77
4416	77
4417	77
4418	77
4419	77
4420	77
4421	77
4422	77
4423	77
4424	77
4425	77
4426	77
4427	77
4428	77
4429	77
4430	77
4431	77
17877	77
4433	77
4434	77
4435	77
4436	77
4437	77
4438	77
4439	77
4440	77
4441	77
4442	77
4443	77
4444	77
4445	77
4446	77
4447	77
4448	77
4449	77
4450	77
4451	77
4452	77
4453	77
4454	77
4455	77
4456	77
4457	77
4458	77
4459	77
4460	77
4461	77
4462	77
4463	77
4464	77
4465	77
4466	77
4467	77
4468	77
4469	77
4470	77
4471	77
4472	77
4473	77
4474	77
4475	77
4476	77
4477	77
4478	77
4479	77
4480	77
4481	77
4482	77
4483	77
4484	77
4485	77
4486	77
4487	77
4488	77
4489	77
4490	77
4491	77
4492	77
4493	77
4494	77
4495	77
4496	77
4497	77
4498	77
4499	77
4500	77
4501	77
4502	77
4503	77
4504	77
4505	77
4506	77
4507	77
17878	77
4509	77
4510	77
4511	77
4512	77
4513	77
4514	77
4515	77
4516	77
4517	77
4518	77
4519	77
4520	77
4521	77
4522	77
4523	77
4524	77
4525	77
4526	77
4527	77
4528	77
4529	77
4530	77
4531	77
4532	77
4533	77
4534	77
4535	77
4536	77
4537	77
4538	77
4539	77
4540	77
4541	77
4542	77
4543	77
4544	77
4545	77
4546	77
4547	77
4548	77
4549	77
4550	77
4551	77
4552	77
4553	77
4554	77
4555	77
4556	77
4557	77
4558	77
4559	77
4560	77
4561	77
4562	77
4563	77
4564	77
4565	77
4566	77
4567	77
4569	77
4570	77
4571	77
4572	77
4573	77
4574	77
4575	77
4576	77
4577	77
4578	77
4579	77
4580	77
4581	77
4582	77
4583	77
4584	77
4585	77
4586	77
4587	77
4588	77
4589	77
4590	77
4591	77
4592	77
4593	77
4594	77
4595	77
4596	77
4597	77
4598	77
4599	77
4600	77
4601	77
4602	77
4603	77
4604	77
4605	77
4606	77
4607	77
4608	77
4609	77
4610	77
4611	77
4612	77
4613	77
4614	77
4615	77
4616	77
4617	77
4618	77
4619	77
4620	77
4621	77
4622	77
4623	77
4624	77
4625	77
4626	77
4627	77
4628	77
4629	77
4630	77
4631	77
4632	77
4633	77
4634	77
4635	77
4636	77
4637	77
4638	77
17884	77
17889	77
17893	77
17897	77
17904	77
17906	77
17908	77
17909	77
17911	77
17913	77
17914	77
17916	77
4299	77
4314	77
17920	77
17921	77
17922	77
17923	77
17924	77
17925	77
17926	77
17927	77
17928	77
4432	77
17931	77
17933	77
17935	77
17936	77
17941	77
17942	77
17943	77
17946	77
17948	77
17949	77
17951	77
17956	77
17957	77
17960	77
17963	77
17968	77
17970	77
17974	77
17975	77
17976	77
17979	77
17982	77
17983	77
17984	77
17985	77
17987	77
17991	77
3577	77
17993	77
4508	77
17996	77
17999	77
18000	77
18006	77
18008	77
19321	77
18010	77
18011	77
18012	77
18013	77
18014	77
18015	77
18016	77
18017	77
18018	77
18019	77
18021	77
18023	77
18024	77
18026	77
18028	77
18029	77
18033	77
18035	77
18038	77
18041	77
18042	77
18892	77
18047	77
18050	77
18054	77
18055	77
18056	77
18060	77
18065	77
18066	77
18407	77
18069	77
18071	77
18073	77
18075	77
18417	77
18077	77
18079	77
18908	77
18082	77
18084	77
18963	77
18087	77
18091	77
18092	77
18093	77
18094	77
18095	77
18098	77
18100	77
18101	77
18107	77
18108	77
18110	77
18116	77
18117	77
18118	77
18120	77
18124	77
18126	77
18128	77
18129	77
18132	77
18133	77
18135	77
18136	77
18137	77
18141	77
18144	77
18147	77
18148	77
18150	77
18154	77
18157	77
18158	77
18159	77
18161	77
18162	77
18164	77
18165	77
18166	77
18168	77
18174	77
18175	77
18372	77
18176	77
18177	77
18179	77
18181	77
18182	77
18525	77
18183	77
18185	77
18186	77
18188	77
18190	77
18191	77
18197	77
18199	77
18201	77
18202	77
18203	77
18204	77
18205	77
18207	77
18210	77
18212	77
18213	77
18214	77
18217	77
18221	77
18222	77
18223	77
18224	77
18227	77
18228	77
18229	77
18230	77
18231	77
18232	77
18593	77
18233	77
18234	77
18236	77
18239	77
18243	77
18245	77
18246	77
18250	77
18252	77
18254	77
18260	77
18261	77
18649	77
18263	77
18264	77
18267	77
18268	77
18269	77
18270	77
18271	77
18272	77
18273	77
18275	77
18278	77
18280	77
18282	77
18287	77
18650	77
18289	77
18292	77
18293	77
18295	77
18297	77
18298	77
18299	77
4396	77
18300	77
18303	77
18307	77
18309	77
18310	77
18311	77
18313	77
18314	77
18315	77
18317	77
18319	77
18322	77
18325	77
18326	77
18327	77
18328	77
18330	77
18331	77
18336	77
18338	77
18341	77
18343	77
18349	77
18352	77
18354	77
18356	77
18374	77
18359	77
18360	77
18361	77
18740	77
18380	77
19107	77
18364	77
18741	77
18367	77
18368	77
17635	77
17637	77
17638	77
17640	77
17642	77
17643	77
17644	77
17645	77
17646	77
17651	77
17657	77
17660	77
17663	77
17665	77
17666	77
17668	77
17670	77
17673	77
17674	77
17677	77
17682	77
17683	77
17690	77
17694	77
17695	77
17697	77
17700	77
17704	77
17707	77
17708	77
17710	77
17719	77
17724	77
17725	77
17728	77
17737	77
17744	77
17746	77
17747	77
17748	77
17749	77
17752	77
17753	77
17754	77
17755	77
17756	77
17761	77
17763	77
17766	77
17771	77
17772	77
17775	77
17776	77
17779	77
17781	77
17782	77
17786	77
17787	77
17789	77
17791	77
17792	77
17793	77
17794	77
17795	77
17796	77
17797	77
17798	77
17801	77
17802	77
17806	77
17807	77
17815	77
17817	77
17818	77
17821	77
17824	77
17830	77
17831	77
17834	77
17836	77
17840	77
17842	77
17843	77
17847	77
17848	77
17850	77
17854	77
17857	77
18375	77
18379	77
18382	77
18383	77
18384	77
18392	77
18394	77
18398	77
18400	77
18402	77
18403	77
18404	77
18405	77
18408	77
18410	77
18411	77
18414	77
18419	77
18420	77
18422	77
18423	77
18424	77
18425	77
18426	77
18428	77
18431	77
18436	77
18440	77
18442	77
18447	77
18449	77
18451	77
18454	77
18456	77
18460	77
18463	77
18465	77
18466	77
18467	77
18468	77
18474	77
18475	77
18477	77
18478	77
18480	77
18481	77
18482	77
18483	77
18484	77
18488	77
18489	77
18492	77
18493	77
18496	77
18497	77
18508	77
18506	77
18510	77
18511	77
18512	77
18514	77
18520	77
18521	77
18522	77
18528	77
18534	77
18535	77
3108	77
18539	77
18540	77
18542	77
18547	77
18548	77
18551	77
18552	77
18553	77
18554	77
18555	77
18558	77
18559	77
18560	77
18565	77
18566	77
18567	77
18569	77
18570	77
18571	77
18574	77
18575	77
18577	77
18580	77
18589	77
18591	77
18598	77
18599	77
18600	77
18601	77
18603	77
18605	77
18608	77
18611	77
18614	77
18615	77
18616	77
18620	77
18621	77
18626	77
18628	77
18630	77
18631	77
18632	77
18633	77
18634	77
18637	77
18642	77
18651	77
18653	77
18657	77
18659	77
18661	77
18664	77
18667	77
18670	77
18671	77
18672	77
18674	77
18677	77
18678	77
18679	77
18680	77
18682	77
18686	77
18688	77
18689	77
18692	77
18693	77
18696	77
18699	77
18701	77
18703	77
18705	77
18708	77
18712	77
18717	77
18718	77
18721	77
18728	77
18729	77
18730	77
18734	77
18735	77
18736	77
18738	77
18742	77
18744	77
18746	77
18747	77
18752	77
18753	77
18758	77
18765	77
18766	77
18768	77
18769	77
18770	77
18771	77
18775	77
18783	77
18786	77
18788	77
18791	77
18795	77
18800	77
18802	77
18806	77
18813	77
18815	77
18816	77
18817	77
18818	77
18819	77
18820	77
18827	77
18828	77
18829	77
18830	77
18834	77
18835	77
18837	77
18838	77
18839	77
18848	77
18854	77
18857	77
18859	77
18863	77
18864	77
18866	77
18869	77
18872	77
18873	77
18874	77
18879	77
3183	77
18881	77
18883	77
18884	77
18886	77
18887	77
18890	77
18893	77
18894	77
18899	77
18901	77
18904	77
18905	77
18913	77
18915	77
18921	77
18922	77
18930	77
18933	77
18934	77
18937	77
18938	77
18939	77
18941	77
18942	77
18944	77
18946	77
18947	77
18954	77
18961	77
18962	77
18964	77
18967	77
18968	77
18972	77
18973	77
18974	77
18977	77
18978	77
18979	77
18981	77
18982	77
18983	77
18985	77
18990	77
18992	77
18994	77
18998	77
19000	77
19001	77
19010	77
19011	77
19016	77
19017	77
19018	77
19020	77
19021	77
19032	77
19033	77
19044	77
19046	77
19048	77
19051	77
19054	77
19056	77
19059	77
19063	77
19065	77
19067	77
19068	77
19072	77
19076	77
19078	77
19080	77
19082	77
19083	77
19086	77
19088	77
19090	77
19091	77
19093	77
19094	77
19096	77
19097	77
19099	77
19104	77
19105	77
19108	77
19110	77
19111	77
19114	77
19115	77
19119	77
19120	77
19121	77
19122	77
19123	77
19125	77
19126	77
19133	77
19136	77
19137	77
19145	77
19150	77
19154	77
19155	77
19157	77
19158	77
19161	77
19163	77
19164	77
19171	77
19172	77
19173	77
19175	77
19177	77
19179	77
19182	77
19184	77
19187	77
19188	77
19190	77
19191	77
19195	77
19197	77
19202	77
19210	77
19211	77
19212	77
19214	77
19215	77
19217	77
19219	77
19220	77
19226	77
19229	77
19234	77
19235	77
19238	77
19239	77
19241	77
19243	77
19245	77
19246	77
19247	77
19250	77
19252	77
19254	77
19262	77
19265	77
19266	77
19267	77
19277	77
19278	77
19281	77
19284	77
19286	77
19288	77
19292	77
19295	77
19299	77
19303	77
19309	77
19313	77
19312	77
19316	77
19324	77
19330	77
19331	77
19332	77
19337	77
19338	77
19341	77
19344	77
19347	77
19348	77
19352	77
19353	77
19354	77
19358	77
19359	77
19361	77
19364	77
19367	77
6619	77
19368	77
19374	77
19375	77
19376	77
19378	77
19379	77
19383	77
19384	77
19385	77
19388	77
19391	77
19399	77
19400	77
19402	77
19405	77
19407	77
19408	77
19409	77
19413	77
19416	77
19418	77
19419	77
19420	77
19421	77
19423	77
19424	77
19425	77
19427	77
19428	77
19431	77
19433	77
19434	77
19436	77
19437	77
19440	77
19443	77
19445	77
19446	77
19447	77
19450	77
19453	77
19456	77
19460	77
19464	77
19467	77
19471	77
19472	77
19473	77
19476	77
19479	77
19482	77
19484	77
19488	77
19490	77
19496	77
19502	77
19504	77
19506	77
19509	77
19512	77
19516	77
19521	77
19524	77
19525	77
19530	77
19533	77
19534	77
19535	77
19537	77
19540	77
19541	77
19542	77
19549	77
19550	77
19552	77
19557	77
19563	77
19564	77
19561	77
19565	77
19567	77
19568	77
19570	77
19573	77
19575	77
19577	77
19582	77
19583	77
19584	77
19587	77
19591	77
19600	77
19602	77
19604	77
19607	77
19614	77
19615	77
19617	77
19621	77
19622	77
19626	77
19632	77
19634	77
19635	77
19636	77
19637	77
19641	77
19643	77
19644	77
19645	77
19646	77
19648	77
19651	77
19652	77
19657	77
19658	77
19662	77
19663	77
19664	77
19665	77
19668	77
19672	77
19673	77
19675	77
19676	77
19679	77
19684	77
19685	77
19686	77
19687	77
19689	77
19695	77
19696	77
19703	77
19706	77
19708	77
19715	77
19716	77
19717	77
19718	77
19719	77
19724	77
19725	77
19731	77
19734	77
19739	77
19741	77
19742	77
19743	77
19744	77
19745	77
19747	77
19750	77
19755	77
2904	77
21250	77
2091	77
2089	77
2093	77
2848	77
17664	77
2098	77
2231	77
2103	77
17672	77
2101	77
21251	77
2106	77
2107	77
2851	77
21252	77
21253	77
17680	77
21254	77
2112	77
2471	77
2862	77
2116	77
21255	77
21256	77
2119	77
2123	77
21257	77
21258	77
2126	77
21259	77
21260	77
17718	77
21261	77
2134	77
2136	77
2142	77
21262	77
2141	77
2146	77
2147	77
2888	77
21263	77
2151	77
2152	77
21264	77
21265	77
2157	77
2161	77
21266	77
2899	77
21267	77
2167	77
2166	77
21268	77
21269	77
2171	77
21270	77
21271	77
21272	77
21273	77
21274	77
2176	77
17852	77
21275	77
2181	77
21276	77
2186	77
2188	77
17887	77
2192	77
17888	77
2196	77
21277	77
2199	77
2201	77
21278	77
21279	77
17917	77
21280	77
2206	77
2208	77
17945	77
21281	77
2212	77
21282	77
2216	77
2217	77
21283	77
2220	77
17981	77
21284	77
2221	77
21285	77
2224	77
17998	77
21286	77
2227	77
2233	77
21287	77
2237	77
2244	77
2241	77
2242	77
21288	77
18030	77
21289	77
21290	77
2980	77
21291	77
18052	77
21292	77
2248	77
21293	77
18061	77
2251	77
2254	77
21294	77
2258	77
2260	77
18102	77
2994	77
21295	77
21296	77
2264	77
2266	77
21297	77
18127	77
21298	77
18134	77
2272	77
2274	77
21299	77
18149	77
21300	77
3016	77
21301	77
2278	77
21302	77
18172	77
2280	77
2282	77
2284	77
21303	77
2285	77
21304	77
2289	77
3027	77
2291	77
21305	77
2294	77
21306	77
18218	77
21307	77
21308	77
21309	77
2302	77
2307	77
21310	77
2311	77
18251	77
2312	77
18255	77
21311	77
21312	77
2316	77
2320	77
2322	77
2323	77
2325	77
21313	77
21314	77
2328	77
21315	77
2330	77
21316	77
21317	77
2336	77
2338	77
2342	77
18342	77
2344	77
2349	77
21318	77
2347	77
21319	77
2351	77
3071	77
21320	77
18381	77
2356	77
21321	77
18389	77
2359	77
18396	77
2363	77
2365	77
18397	77
21322	77
2367	77
21323	77
21324	77
2371	77
2374	77
21325	77
21326	77
21327	77
21328	77
2377	77
21329	77
21330	77
21331	77
18464	77
21332	77
2382	77
21333	77
21334	77
2386	77
21335	77
18503	77
2391	77
18505	77
2396	77
2394	77
3103	77
18519	77
21336	77
18524	77
18529	77
21337	77
21338	77
2404	77
2406	77
2407	77
21339	77
2411	77
2413	77
21340	77
21341	77
2416	77
21342	77
21343	77
2419	77
21344	77
21345	77
3129	77
2423	77
21346	77
21347	77
21348	77
3131	77
21349	77
2428	77
21350	77
2431	77
3135	77
3137	77
2434	77
21351	77
18643	77
21352	77
2438	77
18658	77
18675	77
2442	77
21353	77
18691	77
2446	77
2447	77
2452	77
3150	77
21354	77
2456	77
21355	77
18743	77
3155	77
2461	77
21356	77
2466	77
3156	77
18760	77
21357	77
21358	77
21359	77
21360	77
18787	77
18792	77
18801	77
2478	77
21361	77
21362	77
2482	77
21363	77
2486	77
2484	77
21364	77
2489	77
2492	77
21365	77
21366	77
21367	77
21368	77
18843	77
18858	77
2499	77
2501	77
2514	77
2507	77
2494	77
21369	77
21370	77
21371	77
21372	77
2502	77
21373	77
18888	77
3186	77
2511	77
18895	77
2513	77
21374	77
21375	77
18906	77
21376	77
21377	77
3195	77
21378	77
21379	77
2522	77
18916	77
21380	77
21381	77
2527	77
2531	77
21382	77
2532	77
2536	77
2537	77
2539	77
21383	77
21384	77
2543	77
21385	77
2548	77
2550	77
21386	77
2551	77
2554	77
18995	77
21387	77
19008	77
2559	77
3213	77
3214	77
2561	77
21388	77
3216	77
2569	77
2566	77
2567	77
19034	77
21389	77
2572	77
2574	77
2579	77
2577	77
21390	77
21391	77
2583	77
21392	77
19064	77
21393	77
21394	77
19069	77
2590	77
19085	77
21395	77
2592	77
21396	77
21397	77
21398	77
19116	77
2597	77
21399	77
2604	77
19146	77
3241	77
21400	77
21401	77
2608	77
19152	77
19153	77
2613	77
21402	77
2617	77
3254	77
21403	77
19180	77
2622	77
21404	77
2626	77
2627	77
19193	77
21405	77
2631	77
21406	77
21407	77
2632	77
21408	77
21409	77
2637	77
19223	77
2640	77
2641	77
21410	77
2644	77
19237	77
21411	77
21412	77
2649	77
21413	77
2651	77
2652	77
2659	77
2657	77
3272	77
21414	77
2661	77
2666	77
2668	77
19287	77
21415	77
21416	77
21417	77
2671	77
21418	77
2681	77
2676	77
2677	77
21419	77
19311	77
21420	77
21421	77
2686	77
2687	77
19325	77
21422	77
2691	77
21423	77
2696	77
2697	77
21424	77
21425	77
2701	77
21426	77
2706	77
3301	77
21427	77
2709	77
21428	77
19370	77
2714	77
2712	77
21429	77
2719	77
2717	77
2721	77
3313	77
21430	77
2727	77
2729	77
2731	77
19426	77
21431	77
19432	77
2734	77
21432	77
3315	77
21433	77
21434	77
21435	77
19486	77
21436	77
2742	77
21437	77
21438	77
21439	77
21440	77
2751	77
2753	77
19532	77
21441	77
2756	77
21442	77
2757	77
2763	77
21443	77
19551	77
21444	77
3353	77
19562	77
21445	77
2768	77
2773	77
2774	77
2776	77
2778	77
19588	77
21446	77
19596	77
21447	77
2793	77
2783	77
21448	77
19616	77
2786	77
19620	77
21449	77
2789	77
21450	77
21451	77
21452	77
21453	77
2801	77
2798	77
21454	77
21455	77
2804	77
19653	77
19655	77
21456	77
19660	77
21457	77
19667	77
2811	77
21458	77
2812	77
19688	77
21459	77
19694	77
21460	77
2816	77
19698	77
19707	77
21461	77
2819	77
21462	77
21463	77
2822	77
21464	77
21465	77
21466	77
21467	77
2827	77
21468	77
21469	77
21470	77
21471	77
21472	77
19746	77
2832	77
19753	77
21473	77
2837	77
2839	77
3681	77
3455	77
2088	77
2096	77
2100	77
2111	77
2117	77
2122	77
2125	77
2128	77
2132	77
2137	77
24254	77
2145	77
2149	77
2156	77
2159	77
2162	77
2169	77
2172	77
2174	77
2178	77
2179	77
2183	77
2191	77
2197	77
24255	77
2202	77
2204	77
2211	77
2214	77
2222	77
2235	77
2236	77
2239	77
24256	77
2246	77
2252	77
2256	77
2262	77
2271	77
2276	77
2281	77
2286	77
2287	77
2292	77
2296	77
2298	77
2301	77
2306	77
2314	77
2318	77
2327	77
2331	77
2332	77
2341	77
2346	77
2352	77
2355	77
2357	77
2361	77
2366	77
2369	77
2372	77
11026	77
2376	77
2379	77
2381	77
2384	77
2388	77
2392	77
2397	77
2401	77
2402	77
2409	77
2417	77
2421	77
2426	77
2430	77
2432	77
2436	77
2441	77
24257	77
2451	77
2457	77
2459	77
2462	77
2467	77
2475	77
2476	77
2481	77
2487	77
2491	77
2496	77
2497	77
2506	77
2509	77
2517	77
2521	77
2534	77
2541	77
2546	77
2552	77
2556	77
2557	77
2563	77
2565	77
2571	77
2576	77
2581	77
24258	77
24259	77
2586	77
2588	77
2591	77
2596	77
22094	77
24260	77
2601	77
2602	77
22166	77
2606	77
2611	77
2616	77
2621	77
2624	77
4060	77
2630	77
22205	77
3732	77
2634	77
2636	77
3750	77
2646	77
2647	77
2654	77
2656	77
2663	77
2672	77
2249	77
2674	77
2682	77
2684	77
2689	77
2692	77
2326	77
2699	77
2702	77
2707	77
2711	77
2716	77
2724	77
2726	77
2732	77
2736	77
2738	77
2741	77
2520	77
2519	77
22366	77
2746	77
2748	77
2755	77
2762	77
2766	77
2770	77
2771	77
2642	77
2781	77
2794	77
2787	77
2792	77
2796	77
2802	77
2806	77
2809	77
2814	77
4196	77
2817	77
2821	77
4354	77
2824	77
2826	77
2829	77
2831	77
2836	77
2052	77
1953	77
24261	77
24268	77
2841	77
2843	77
4568	77
2847	77
2850	77
2852	77
2855	77
2857	77
2858	77
2860	77
2863	77
2865	77
2866	77
2870	77
2869	77
2871	77
2873	77
2875	77
2876	77
2877	77
2881	77
24262	77
2884	77
2887	77
2890	77
2891	77
2893	77
2895	77
2897	77
2902	77
2907	77
2908	77
2910	77
2911	77
2913	77
2915	77
2916	77
2917	77
2919	77
2921	77
2923	77
2925	77
2926	77
2879	77
2928	77
24263	77
2933	77
24264	77
2935	77
2936	77
2938	77
2940	77
2941	77
2942	77
2944	77
2946	77
2948	77
2950	77
2951	77
2954	77
2955	77
2956	77
24265	77
2959	77
2961	77
24266	77
2964	77
2226	77
2966	77
2968	77
2972	77
2973	77
2975	77
2977	77
2979	77
2981	77
2983	77
2985	77
2986	77
2988	77
2990	77
2992	77
24267	77
2996	77
2997	77
2999	77
3001	77
3003	77
3005	77
3006	77
3007	77
3009	77
3012	77
3015	77
3019	77
3021	77
3023	77
3028	77
3030	77
3031	77
3033	77
3035	77
3036	77
3038	77
3040	77
3041	77
3042	77
3044	77
3047	77
3050	77
3051	77
3052	77
3054	77
3056	77
3058	77
3060	77
3062	77
3064	77
3067	77
3069	77
3073	77
3076	77
3079	77
3081	77
3083	77
3085	77
3086	77
3088	77
3090	77
3092	77
3093	77
3096	77
3098	77
3099	77
3101	77
3104	77
3106	77
3109	77
3111	77
3113	77
3114	77
3115	77
3117	77
3119	77
3120	77
3124	77
3125	77
3127	77
3132	77
3134	77
3138	77
3142	77
3143	77
3145	77
3146	77
3148	77
3151	77
3158	77
3160	77
3161	77
3163	77
3165	77
3167	77
3169	77
3170	77
3172	77
3175	77
3176	77
3178	77
3181	77
3184	77
3187	77
3189	77
3190	77
3193	77
3194	77
3197	77
3199	77
24269	77
24270	77
2526	77
3201	77
3203	77
24271	77
3206	77
3207	77
3209	77
3211	77
3217	77
3219	77
3220	77
3221	77
3223	77
3225	77
3226	77
3228	77
3231	77
3230	77
3233	77
3235	77
24272	77
3237	77
3239	77
3240	77
3242	77
3245	77
3246	77
3249	77
3251	77
3253	77
3255	77
3257	77
24273	77
3259	77
3260	77
3263	77
3267	77
3268	77
3273	77
3276	77
3277	77
3280	77
3282	77
24274	77
3285	77
24275	77
24276	77
3289	77
3290	77
3291	77
3293	77
3295	77
3296	77
3298	77
3303	77
3305	77
3306	77
24277	77
3309	77
3311	77
3314	77
3316	77
24278	77
3319	77
3320	77
3321	77
3323	77
3325	77
3326	77
3328	77
3332	77
3337	77
3339	77
3340	77
3344	77
3347	77
3350	77
3348	77
3352	77
3355	77
3357	77
24279	77
3362	77
3363	77
3365	77
3367	77
3369	77
3370	77
3371	77
3373	77
3375	77
3376	77
3380	77
3382	77
3383	77
3386	77
3387	77
3389	77
3390	77
3392	77
3395	77
3398	77
3401	77
3405	77
20569	78
22258	79
22237	81
22296	81
22468	81
22522	81
22534	81
22538	81
22553	81
22593	81
22601	81
12981	82
12983	82
12984	82
12985	82
12987	82
12986	82
12988	82
12990	82
12991	82
12992	82
12993	82
12994	82
12995	82
12996	82
12997	82
12998	82
12999	82
13000	82
13002	82
13004	82
13005	82
13006	82
13007	82
13008	82
13009	82
13010	82
13011	82
13012	82
13013	82
13014	82
19714	82
13016	82
13017	82
13018	82
19765	82
24647	82
24648	82
19788	82
24649	82
19792	82
24650	82
24651	82
24652	82
24653	82
24654	82
24655	82
24656	82
19821	82
19828	82
24657	82
24658	82
24659	82
24660	82
24661	82
24662	82
17732	82
24663	82
19841	82
24664	82
24665	82
19846	82
24666	82
24667	82
24668	82
24669	82
24670	82
24671	82
24672	82
24673	82
24674	82
19884	82
24675	82
19886	82
24676	82
24677	82
19929	82
24678	82
24679	82
24680	82
24681	82
24682	82
24683	82
24684	82
24685	82
24686	82
24687	82
24688	82
19989	82
24689	82
24690	82
24691	82
24692	82
24693	82
24694	82
24695	82
24696	82
24697	82
24698	82
24699	82
20031	82
24700	82
24701	82
24702	82
24703	82
24704	82
24705	82
24706	82
24707	82
24708	82
24709	82
24710	82
24711	82
24712	82
24713	82
24714	82
24715	82
24716	82
18518	82
20130	82
24717	82
24718	82
24719	82
24720	82
24721	82
24722	82
24723	82
24724	82
24725	82
24726	82
24727	82
24728	82
24729	82
24730	82
24731	82
24732	82
24733	82
24734	82
20211	82
24735	82
24736	82
24737	82
24738	82
24739	82
24740	82
20243	82
24741	82
24742	82
24743	82
24744	82
24745	82
24746	82
24747	82
24748	82
24749	82
24750	82
24751	82
24752	82
24753	82
24754	82
24755	82
24756	82
24757	82
24758	82
20353	82
24759	82
24760	82
24761	82
20371	82
24762	82
24763	82
24764	82
24765	82
24766	82
18412	82
18421	82
24767	82
24768	82
24769	82
24770	82
24771	82
24772	82
24773	82
24774	82
24775	82
24776	82
24777	82
20445	82
18494	82
24778	82
24779	82
20468	82
24780	82
24781	82
24782	82
24783	82
24784	82
24785	82
24786	82
24787	82
24788	82
24789	82
24790	82
24791	82
24792	82
20497	82
24793	82
24794	82
24795	82
24796	82
24797	82
24798	82
24799	82
24800	82
24801	82
24802	82
24803	82
24804	82
24805	82
24806	82
20557	82
24807	82
24808	82
24809	82
20575	82
24810	82
24811	82
24812	82
24813	82
24814	82
24815	82
24816	82
24817	82
24818	82
24819	82
24820	82
24821	82
24822	82
24823	82
24824	82
24825	82
24826	82
24827	82
18876	82
24828	82
24829	82
24830	82
24831	82
24832	82
24833	82
24834	82
24835	82
20689	82
24836	82
24837	82
20705	82
24838	82
24839	82
24840	82
24841	82
24842	82
24843	82
24844	82
24845	82
20726	82
24846	82
24847	82
24848	82
24849	82
24850	82
24851	82
24852	82
24853	82
24854	82
24855	82
24856	82
24857	82
24858	82
24859	82
19079	82
24860	82
24861	82
24862	82
24863	82
24864	82
24865	82
24866	82
24867	82
24868	82
24869	82
24870	82
24871	82
24872	82
24873	82
24874	82
24875	82
24876	82
24877	82
24878	82
24879	82
24880	82
24881	82
24882	82
24883	82
24884	82
24885	82
24886	82
24887	82
24888	82
24889	82
24890	82
24891	82
24892	82
24893	82
24894	82
24895	82
20995	82
24896	82
24897	82
20997	82
24898	82
24899	82
24900	82
24901	82
24902	82
24903	82
24904	82
24905	82
24906	82
24907	82
24908	82
24909	82
24910	82
13001	82
24911	82
19457	82
24912	82
24913	82
24914	82
24915	82
24916	82
24917	82
24918	82
24919	82
21088	82
24920	82
24921	82
24922	82
21093	82
24923	82
24924	82
24925	82
24926	82
24927	82
24928	82
24929	82
24930	82
24931	82
24932	82
24933	82
24934	82
24935	82
24936	82
24937	82
21168	82
24938	82
24939	82
24940	82
24941	82
24942	82
24943	82
24944	82
24945	82
24946	82
24947	82
24948	82
24949	82
24950	82
24951	82
24952	82
24953	82
24954	82
24955	82
24956	82
24957	82
24958	82
24959	82
4673	82
4687	82
4928	82
4933	82
7952	82
8245	82
8274	82
8375	82
12879	82
12882	82
12884	82
12887	82
12888	82
12891	82
12892	82
12894	82
12898	82
12896	82
12900	82
13055	82
12901	82
12904	82
12905	82
12909	82
12911	82
12915	82
12916	82
12920	82
12921	82
12925	82
12927	82
12931	82
12928	82
12937	82
12935	82
12939	82
12941	82
12944	82
12946	82
12950	82
12952	82
12954	82
12956	82
12962	82
12960	82
12965	82
12967	82
12969	82
12971	82
12974	82
12975	82
12977	82
12979	82
12982	82
12989	82
13003	82
13015	82
13019	82
13020	82
13021	82
13022	82
13023	82
13024	82
13025	82
13026	82
13027	82
13028	82
13029	82
13030	82
13031	82
13032	82
13033	82
13034	82
13035	82
13036	82
6802	82
13037	82
13038	82
13039	82
13040	82
13041	82
13042	82
13043	82
13044	82
13045	82
13046	82
13047	82
13048	82
13049	82
13050	82
13051	82
13052	82
13053	82
13054	82
13056	82
13057	82
13058	82
13059	82
13060	82
13061	82
13062	82
13063	82
13064	82
13065	82
13066	82
13067	82
13068	82
13069	82
13070	82
13071	82
13072	82
13073	82
13074	82
13075	82
13076	82
13077	82
13078	82
13079	82
6883	82
13080	82
13081	82
13082	82
13083	82
13084	82
13085	82
6906	82
13086	82
13087	82
13088	82
13089	82
13090	82
13091	82
13092	82
5085	82
13093	82
13094	82
13095	82
13097	82
13098	82
13099	82
13100	82
6939	82
13101	82
13102	82
13103	82
13104	82
13106	82
13107	82
13108	82
13109	82
13110	82
13111	82
13112	82
13113	82
13114	82
13115	82
13116	82
13117	82
13118	82
13119	82
13120	82
13121	82
13122	82
13123	82
13124	82
13125	82
13126	82
13127	82
13128	82
13129	82
13130	82
13131	82
7003	82
13132	82
13133	82
13134	82
13135	82
13136	82
13137	82
7021	82
13138	82
13139	82
13140	82
7038	82
13142	82
13143	82
7057	82
7059	82
13144	82
13145	82
13146	82
13147	82
13148	82
13149	82
13150	82
13151	82
13152	82
13153	82
13154	82
13155	82
13156	82
13157	82
13158	82
13159	82
13160	82
13161	82
13162	82
13163	82
13164	82
13165	82
13166	82
13167	82
13168	82
13169	82
13170	82
13171	82
13172	82
13173	82
13174	82
13175	82
13176	82
3577	82
13177	82
13178	82
13179	82
13180	82
13181	82
13182	82
13183	82
13184	82
13185	82
13186	82
13187	82
13188	82
13189	82
13190	82
13191	82
13193	82
13194	82
13196	82
13197	82
13199	82
13198	82
13200	82
13201	82
13202	82
13203	82
13205	82
5172	82
13206	82
13207	82
13208	82
13209	82
13210	82
13211	82
13212	82
13213	82
13214	82
13215	82
13216	82
13217	82
13218	82
7220	82
13219	82
13220	82
13221	82
13222	82
13223	82
13224	82
13225	82
13226	82
13227	82
13228	82
13229	82
13230	82
7276	82
13231	82
13232	82
13233	82
13234	82
13235	82
13236	82
13237	82
13238	82
13239	82
13240	82
13241	82
13242	82
13243	82
13244	82
13245	82
13246	82
13247	82
13248	82
13249	82
13250	82
13251	82
13252	82
13253	82
13254	82
13255	82
13256	82
7344	82
13257	82
13258	82
13259	82
13260	82
13261	82
13262	82
13263	82
13264	82
13265	82
13266	82
13267	82
13268	82
13269	82
13270	82
13271	82
13272	82
13273	82
13274	82
13275	82
13278	82
13279	82
13281	82
13282	82
13283	82
13284	82
13285	82
13286	82
13287	82
13288	82
13289	82
13290	82
13291	82
13292	82
13293	82
13295	82
13296	82
13297	82
13298	82
13299	82
13300	82
13301	82
13302	82
13303	82
13304	82
13305	82
13306	82
13307	82
13308	82
13310	82
13311	82
13313	82
13314	82
13315	82
13316	82
13317	82
13318	82
13319	82
13320	82
13321	82
13322	82
13323	82
13324	82
13325	82
13326	82
13327	82
13328	82
13329	82
13330	82
13331	82
13332	82
13334	82
13335	82
13336	82
13337	82
13338	82
13339	82
13340	82
13341	82
13342	82
13343	82
13344	82
13345	82
13346	82
13347	82
13348	82
13349	82
13350	82
13352	82
13353	82
13354	82
13355	82
13356	82
13357	82
13358	82
13359	82
13360	82
13361	82
13362	82
13363	82
13364	82
13365	82
13366	82
13367	82
13368	82
13369	82
13370	82
13371	82
13372	82
13373	82
13374	82
13375	82
13376	82
13377	82
13379	82
13380	82
13381	82
13382	82
13383	82
13384	82
13385	82
13386	82
13387	82
13388	82
13389	82
13390	82
13391	82
13392	82
13393	82
13394	82
13395	82
13396	82
13397	82
13398	82
13399	82
13400	82
13401	82
13402	82
13403	82
13404	82
13405	82
13406	82
13407	82
13408	82
13409	82
13410	82
13411	82
13412	82
13413	82
13414	82
13415	82
13416	82
13417	82
13418	82
13419	82
13420	82
13421	82
13422	82
13423	82
13425	82
13426	82
13427	82
13428	82
13429	82
13430	82
13431	82
13432	82
13433	82
13434	82
13435	82
13436	82
13437	82
13438	82
13439	82
13440	82
13441	82
13442	82
13443	82
13444	82
13445	82
13446	82
13447	82
13448	82
13449	82
13450	82
13451	82
13452	82
13454	82
13455	82
13456	82
13457	82
13458	82
13459	82
13460	82
13461	82
13462	82
13463	82
13464	82
13465	82
13466	82
13467	82
13468	82
13469	82
13470	82
13471	82
13472	82
13473	82
13474	82
13475	82
13476	82
13477	82
13478	82
13479	82
13480	82
13481	82
13482	82
13483	82
13484	82
13485	82
13486	82
13487	82
13488	82
13489	82
13490	82
13491	82
13492	82
7833	82
13493	82
13494	82
13495	82
13496	82
13497	82
13498	82
13499	82
13500	82
13501	82
13502	82
13503	82
13504	82
13505	82
13506	82
13507	82
13508	82
13509	82
13510	82
13511	82
13512	82
13513	82
13514	82
13515	82
13516	82
13517	82
13518	82
13519	82
13520	82
13521	82
13522	82
13523	82
13524	82
13525	82
13526	82
13527	82
13528	82
13529	82
13530	82
13531	82
13532	82
13533	82
13534	82
13535	82
13536	82
13537	82
13538	82
13539	82
13540	82
13541	82
13542	82
13543	82
13544	82
13545	82
13546	82
13547	82
13548	82
13549	82
13550	82
13551	82
13552	82
13553	82
13554	82
13555	82
13556	82
13557	82
13558	82
13559	82
13560	82
13561	82
13562	82
13563	82
13564	82
13565	82
13566	82
13567	82
13568	82
13569	82
13570	82
13571	82
7951	82
13572	82
13573	82
7960	82
13574	82
13575	82
7985	82
13576	82
13577	82
13578	82
13579	82
13580	82
7997	82
13581	82
13582	82
13583	82
8002	82
13584	82
13585	82
13586	82
13587	82
8022	82
13588	82
8463	82
13589	82
8047	82
13590	82
13591	82
13592	82
13593	82
13594	82
8060	82
13595	82
13596	82
13597	82
13598	82
13599	82
8485	82
13600	82
13610	82
8076	82
13601	82
8080	82
13602	82
8084	82
13603	82
13604	82
13605	82
13611	82
8098	82
13606	82
13607	82
13608	82
13609	82
13612	82
8126	82
13613	82
13614	82
13615	82
13616	82
8143	82
13617	82
13618	82
13619	82
8148	82
13620	82
13621	82
13622	82
13625	82
8532	82
13623	82
13624	82
8171	82
13626	82
13627	82
13628	82
13629	82
13630	82
13631	82
13632	82
13633	82
13634	82
13635	82
13636	82
13637	82
13638	82
13639	82
13640	82
8550	82
13641	82
8201	82
5580	82
8223	82
13642	82
13643	82
13644	82
13647	82
8242	82
13645	82
13646	82
8250	82
13648	82
13649	82
13650	82
13651	82
13652	82
8273	82
13653	82
4508	82
13654	82
13655	82
13656	82
13657	82
13658	82
13659	82
13660	82
13661	82
8296	82
13662	82
13663	82
13664	82
13665	82
8616	82
8309	82
13666	82
13667	82
13668	82
8317	82
13671	82
8324	82
13669	82
8337	82
13670	82
13672	82
8344	82
13673	82
13674	82
13675	82
13676	82
13677	82
13678	82
13679	82
13680	82
8358	82
13681	82
8361	82
13682	82
13683	82
13684	82
13685	82
13686	82
13687	82
13688	82
8374	82
13689	82
13690	82
13691	82
13692	82
13693	82
13694	82
13695	82
13696	82
8414	82
13697	82
13698	82
13699	82
13700	82
13701	82
13702	82
13703	82
13704	82
13705	82
13706	82
13707	82
13708	82
13709	82
13710	82
13711	82
13712	82
8671	82
13713	82
13714	82
13715	82
13716	82
8680	82
13717	82
13718	82
13719	82
13720	82
13721	82
13722	82
13723	82
13724	82
13725	82
13726	82
13727	82
13728	82
13729	82
13730	82
13731	82
13732	82
13733	82
13734	82
13735	82
13736	82
13737	82
13738	82
13739	82
13740	82
13741	82
13742	82
13743	82
13744	82
13745	82
13746	82
8705	82
13747	82
13748	82
13749	82
13750	82
13751	82
13752	82
13753	82
13754	82
13755	82
13756	82
13757	82
13758	82
13759	82
13760	82
13761	82
13762	82
13763	82
13764	82
13765	82
13766	82
13767	82
13768	82
13769	82
13770	82
13771	82
13772	82
13773	82
13774	82
13775	82
13776	82
13777	82
13778	82
13779	82
13780	82
13781	82
13782	82
13783	82
13784	82
13785	82
13786	82
13787	82
13788	82
13789	82
13790	82
13791	82
13792	82
13793	82
13794	82
13795	82
13796	82
13797	82
13799	82
13800	82
13801	82
13802	82
13803	82
13804	82
13805	82
13806	82
13807	82
13808	82
13809	82
13810	82
13811	82
13812	82
14368	82
13096	82
18265	82
13276	82
13798	82
16243	82
16249	82
16259	82
16265	82
16267	82
16268	82
16275	82
16295	82
16299	82
16310	82
16328	82
16332	82
16335	82
16336	82
16349	82
16362	82
16383	82
16404	82
16412	82
16418	82
16424	82
16425	82
16441	82
16443	82
16466	82
16480	82
16481	82
16488	82
16511	82
16557	82
16587	82
16592	82
16595	82
16602	82
16603	82
16612	82
16623	82
16629	82
16646	82
16668	82
16680	82
16682	82
16684	82
16699	82
16714	82
16716	82
16720	82
16721	82
16755	82
16764	82
16765	82
16767	82
16792	82
16796	82
16805	82
16812	82
16831	82
16833	82
16834	82
16837	82
16845	82
16850	82
16863	82
16867	82
16869	82
16870	82
16876	82
16880	82
16881	82
16908	82
16911	82
16918	82
16928	82
16945	82
16947	82
16951	82
16956	82
16962	82
16970	82
16977	82
16990	82
17028	82
17030	82
17036	82
17040	82
17062	82
17071	82
17080	82
17086	82
17089	82
17107	82
17131	82
17142	82
17155	82
17162	82
17164	82
17176	82
17194	82
17200	82
17204	82
17205	82
17223	82
17247	82
17256	82
17295	82
17297	82
17301	82
17307	82
17313	82
17334	82
17338	82
17341	82
17353	82
17354	82
17362	82
17367	82
17395	82
17401	82
17402	82
17412	82
17419	82
17423	82
17449	82
17464	82
17475	82
17489	82
17495	82
17530	82
17542	82
17547	82
17570	82
17597	82
17629	82
17630	82
18903	82
19290	82
19764	82
19766	82
19767	82
19768	82
19772	82
19773	82
19774	82
19779	82
19786	82
19787	82
19789	82
19791	82
19798	82
19801	82
19807	82
19810	82
19816	82
19818	82
19820	82
19822	82
19823	82
19824	82
19827	82
13870	82
19829	82
19832	82
19834	82
19835	82
19836	82
19844	82
19850	82
19861	82
19862	82
19864	82
19867	82
19868	82
19872	82
19873	82
19874	82
19875	82
19877	82
19878	82
19879	82
19882	82
19883	82
19885	82
19887	82
19888	82
19891	82
19895	82
19896	82
19910	82
19918	82
19920	82
19921	82
19922	82
19923	82
19926	82
19931	82
19933	82
19935	82
19941	82
19943	82
19944	82
19948	82
19950	82
19952	82
19956	82
19959	82
19960	82
19964	82
19971	82
19975	82
19980	82
19981	82
19982	82
19983	82
19986	82
17903	82
19987	82
19988	82
19990	82
19992	82
19993	82
19995	82
20000	82
20001	82
20005	82
20006	82
20007	82
20009	82
20013	82
20023	82
20025	82
20030	82
20035	82
20036	82
20037	82
20038	82
20041	82
17989	82
20046	82
20050	82
20051	82
20053	82
20054	82
20060	82
20061	82
20062	82
20067	82
20072	82
20073	82
20077	82
20083	82
20085	82
20087	82
20090	82
20092	82
20093	82
20096	82
20099	82
20100	82
20106	82
20111	82
20113	82
20115	82
20120	82
20122	82
20123	82
20124	82
20128	82
20129	82
20137	82
20139	82
20145	82
20146	82
20147	82
20150	82
20152	82
20153	82
20154	82
20157	82
20161	82
20163	82
20165	82
20168	82
20170	82
20175	82
20182	82
20183	82
20185	82
20187	82
14035	82
20193	82
20194	82
20196	82
20197	82
20198	82
20200	82
20203	82
20204	82
20209	82
20210	82
20214	82
20216	82
20217	82
20220	82
20221	82
20222	82
14050	82
20233	82
20234	82
20235	82
20241	82
20244	82
20245	82
20246	82
20255	82
20256	82
20257	82
20258	82
20266	82
20268	82
20270	82
20273	82
20274	82
20275	82
20278	82
20279	82
14073	82
20286	82
20288	82
20290	82
20298	82
20301	82
20310	82
20312	82
20313	82
20314	82
20315	82
20316	82
20317	82
20321	82
20322	82
20326	82
20330	82
20333	82
20340	82
20344	82
20345	82
20350	82
20352	82
20358	82
20359	82
20360	82
20361	82
20365	82
20369	82
20370	82
20375	82
20377	82
20379	82
20383	82
20384	82
20385	82
20387	82
20390	82
20392	82
20393	82
20397	82
20398	82
20400	82
20402	82
20403	82
20404	82
12933	82
20407	82
20408	82
20412	82
20413	82
12934	82
20416	82
20417	82
20423	82
18433	82
20429	82
14143	82
20430	82
20433	82
20437	82
20438	82
20440	82
20444	82
20447	82
20451	82
20455	82
20457	82
12936	82
20460	82
20461	82
20463	82
18629	82
20465	82
20467	82
20470	82
20472	82
20476	82
20477	82
12938	82
20478	82
20481	82
20483	82
20485	82
20486	82
20490	82
20492	82
20498	82
20501	82
20503	82
20504	82
20505	82
20510	82
20516	82
20519	82
20520	82
20521	82
20522	82
20523	82
20525	82
20526	82
12940	82
20535	82
20540	82
20541	82
20543	82
20546	82
20548	82
20551	82
20554	82
20558	82
18690	82
20559	82
20562	82
20564	82
20568	82
12942	82
20570	82
20571	82
20572	82
20573	82
20574	82
20580	82
20581	82
20586	82
20590	82
20591	82
20592	82
20593	82
20596	82
20597	82
20599	82
20604	82
20607	82
20608	82
20611	82
20615	82
20616	82
20621	82
20625	82
20627	82
20628	82
20629	82
20630	82
20631	82
20633	82
20635	82
20640	82
20642	82
20643	82
20645	82
20646	82
20647	82
20650	82
20651	82
20652	82
20654	82
20657	82
20658	82
12943	82
20661	82
12945	82
20672	82
20673	82
20682	82
20685	82
20686	82
20687	82
20688	82
20690	82
20692	82
20694	82
20696	82
20699	82
20702	82
20703	82
20704	82
20716	82
20718	82
20719	82
14324	82
20720	82
20722	82
20723	82
20727	82
20729	82
12947	82
20731	82
20733	82
20737	82
20740	82
20741	82
20742	82
20743	82
20748	82
20751	82
20753	82
20754	82
20757	82
20763	82
20764	82
20767	82
14352	82
20770	82
20773	82
20774	82
20775	82
20776	82
20778	82
20780	82
20782	82
20783	82
20785	82
20793	82
12948	82
12949	82
20799	82
20801	82
20803	82
20805	82
20806	82
20808	82
20810	82
20811	82
20812	82
20813	82
20814	82
20816	82
20822	82
20825	82
20826	82
20829	82
12951	82
20833	82
20834	82
20836	82
20839	82
20842	82
20844	82
12953	82
20849	82
20857	82
20858	82
20859	82
20861	82
20864	82
20869	82
20870	82
20871	82
20878	82
20879	82
20883	82
4914	82
20886	82
20888	82
20889	82
20893	82
20894	82
20896	82
20897	82
19227	82
20902	82
20908	82
20909	82
12955	82
20913	82
20914	82
20916	82
20918	82
20919	82
20923	82
20924	82
20926	82
20928	82
20929	82
20932	82
20933	82
6586	82
20935	82
20937	82
20938	82
20940	82
20942	82
20943	82
20944	82
20945	82
20947	82
20950	82
20951	82
20956	82
20957	82
12957	82
20959	82
20964	82
20967	82
20968	82
20976	82
19320	82
20977	82
20983	82
20988	82
19327	82
20990	82
20991	82
20993	82
19333	82
20994	82
20998	82
20999	82
21000	82
21001	82
21003	82
21007	82
21009	82
21011	82
21012	82
21013	82
21020	82
21021	82
21023	82
21025	82
21027	82
21031	82
21036	82
21038	82
21039	82
21042	82
21044	82
21045	82
21046	82
21047	82
21048	82
21049	82
21051	82
21056	82
21058	82
19469	82
21059	82
21060	82
21063	82
21064	82
21066	82
21074	82
21075	82
21078	82
21081	82
21082	82
21086	82
21087	82
21090	82
21091	82
21095	82
12958	82
21097	82
21100	82
21102	82
21104	82
21105	82
21106	82
21107	82
21108	82
21112	82
21113	82
21114	82
21120	82
21121	82
21122	82
21126	82
21128	82
21132	82
21137	82
21138	82
21139	82
21140	82
21144	82
21145	82
12959	82
21147	82
12961	82
21154	82
21155	82
21157	82
21158	82
21160	82
21164	82
21170	82
21174	82
21175	82
21176	82
21177	82
21179	82
21185	82
21187	82
21188	82
21191	82
21192	82
21195	82
21196	82
12963	82
21199	82
21200	82
21202	82
21203	82
21211	82
21218	82
21222	82
21223	82
21225	82
21227	82
21229	82
21233	82
21234	82
21235	82
21238	82
21241	82
21247	82
21248	82
12964	82
12966	82
12968	82
12970	82
12972	82
12973	82
12976	82
12978	82
12980	82
2396	82
2590	82
2613	82
2774	82
13141	82
13192	82
22034	82
22072	82
22143	82
22151	82
22152	82
22165	82
22172	82
20569	82
13294	82
22209	82
22216	82
22218	82
19900	82
13309	82
19968	82
13312	82
22254	82
2249	82
22269	82
22285	82
22292	82
13333	82
22294	82
20406	82
20427	82
13105	82
14167	82
13351	82
7594	82
22347	82
22354	82
13378	82
22360	82
14228	82
13424	82
13195	82
22466	82
13204	82
22470	82
22475	82
13453	82
20958	82
13280	82
22503	82
22523	82
22531	82
22536	82
21096	82
22546	82
22547	82
13277	82
14593	82
258	82
260	82
282	82
182	82
459	82
15995	82
3114	82
3184	82
3267	82
5936	82
6076	82
6501	82
12878	82
12880	82
12881	82
12883	82
12885	82
12886	82
12889	82
12890	82
17849	82
12893	82
12895	82
12897	82
12899	82
153	82
12902	82
12903	82
20167	82
12906	82
12907	82
12908	82
12910	82
12912	82
12913	82
12914	82
12917	82
12918	82
12919	82
12922	82
12923	82
12924	82
12926	82
12929	82
12930	82
12932	82
22092	83
1754	84
1752	84
1751	84
1753	84
1756	84
1755	84
22110	85
22145	85
22208	85
22221	85
22321	85
22393	85
22505	85
22614	85
22483	85
24964	86
24965	86
24966	86
24967	86
24968	86
24969	86
24970	86
24971	86
24972	86
24973	86
24974	86
24975	86
24976	86
24977	86
24978	86
24979	86
24980	86
24981	86
24982	86
24983	86
24984	86
24985	86
24986	86
24987	86
24988	86
24989	86
24990	86
24991	86
24992	86
24993	86
24994	86
24995	86
24996	86
24997	86
24998	86
24999	86
25000	86
25001	86
25002	86
25003	86
25004	86
25005	86
25006	86
25007	86
25008	86
25009	86
25010	86
25011	86
25012	86
25013	86
25014	86
25015	86
25016	86
25017	86
25018	86
25019	86
25020	86
25021	86
25022	86
25023	86
25024	86
25025	86
25026	86
25027	86
25028	86
25029	86
25030	86
25031	86
25032	86
25033	86
25034	86
25035	86
25036	86
25037	86
25038	86
25039	86
25040	86
25041	86
25042	86
25043	86
25044	86
25045	86
25046	86
25047	86
25048	86
25049	86
25050	86
25051	86
25052	86
25053	86
25054	86
25055	86
25056	86
25057	86
25058	86
25059	86
25060	86
25061	86
25062	86
25063	86
25064	86
25065	86
25066	86
25067	86
25068	86
25069	86
25070	86
25071	86
25072	86
25073	86
25074	86
25075	86
25076	86
25077	86
25078	86
25079	86
25080	86
25081	86
25082	86
25083	86
25084	86
25085	86
25086	86
25087	86
25088	86
25089	86
25090	86
25091	86
25092	86
25093	86
25094	86
25095	86
25096	86
25097	86
25098	86
25099	86
25100	86
25101	86
25102	86
25103	86
25104	86
25105	86
25106	86
25107	86
25108	86
25109	86
25110	86
25111	86
25112	86
25113	86
25114	86
25115	86
25116	86
25117	86
25118	86
25119	86
25120	86
25121	86
25122	86
25123	86
25124	86
25125	86
25126	86
25127	86
25128	86
25129	86
25130	86
25131	86
25132	86
25133	86
25134	86
25135	86
25136	86
25137	86
25138	86
25139	86
25140	86
25141	86
25142	86
25143	86
25144	86
25145	86
25146	86
25147	86
25148	86
25149	86
25150	86
25151	86
25152	86
25153	86
25154	86
25155	86
25156	86
25157	86
25158	86
25159	86
25160	86
25161	86
25162	86
25163	86
25164	86
25165	86
25166	86
25167	86
25168	86
25169	86
25170	86
25171	86
25172	86
25173	86
25174	86
25175	86
25176	86
25177	86
25178	86
25179	86
25180	86
25181	86
25182	86
25183	86
25184	86
25185	86
25186	86
25187	86
25188	86
25189	86
25190	86
25191	86
25192	86
25193	86
25194	86
25195	86
25196	86
25197	86
25198	86
25199	86
25200	86
25201	86
25202	86
25203	86
25204	86
25205	86
25206	86
25207	86
25208	86
25209	86
25210	86
25211	86
25212	86
25213	86
25214	86
25215	86
25216	86
25217	86
25218	86
25219	86
25220	86
25221	86
25222	86
25223	86
25224	86
25225	86
25226	86
25227	86
25228	86
25229	86
25230	86
25231	86
25232	86
25233	86
25234	86
25235	86
25236	86
25237	86
25238	86
25239	86
25240	86
25241	86
25242	86
25243	86
25244	86
25245	86
25246	86
25247	86
25248	86
25249	86
25250	86
25251	86
25252	86
25253	86
25254	86
25255	86
25256	86
25257	86
25258	86
25259	86
25260	86
25261	86
25262	86
25263	86
25264	86
25265	86
25266	86
25267	86
25268	86
25269	86
25270	86
25271	86
25272	86
25273	86
25274	86
25275	86
25276	86
25277	86
25278	86
25279	86
25280	86
25281	86
25282	86
25283	86
25284	86
25285	86
25286	86
25287	86
25288	86
25289	86
25290	86
25291	86
25292	86
25293	86
25294	86
25295	86
25296	86
25297	86
25298	86
25299	86
25300	86
25301	86
25302	86
25303	86
25304	86
25305	86
25306	86
25307	86
25308	86
25309	86
25310	86
25311	86
25312	86
25313	86
25314	86
25315	86
25316	86
25317	86
25318	86
25319	86
25320	86
25321	86
25322	86
25323	86
25324	86
25325	86
25326	86
25327	86
25328	86
25329	86
25330	86
25331	86
25332	86
25333	86
25334	86
25335	86
25336	86
25337	86
25338	86
25339	86
25340	86
25341	86
25342	86
25343	86
25344	86
25345	86
25346	86
25347	86
25348	86
25349	86
25350	86
25351	86
25352	86
25353	86
25354	86
25355	86
25356	86
25357	86
25358	86
25359	86
25360	86
25361	86
25362	86
25363	86
25364	86
25365	86
25366	86
25367	86
25368	86
25369	86
25370	86
25371	86
25372	86
25373	86
25374	86
25375	86
25376	86
25377	86
25378	86
25379	86
25380	86
25381	86
25382	86
25383	86
25384	86
25385	86
25386	86
25387	86
25388	86
25389	86
25390	86
25391	86
25392	86
25393	86
25394	86
25395	86
25396	86
25397	86
25398	86
25399	86
25400	86
25401	86
25402	86
25403	86
25404	86
25405	86
25406	86
25407	86
25408	86
25409	86
25410	86
25411	86
25412	86
25413	86
25414	86
25415	86
25416	86
25417	86
25418	86
25419	86
25420	86
25421	86
25422	86
25423	86
25424	86
25425	86
25426	86
25427	86
25428	86
25429	86
25430	86
25431	86
25432	86
25433	86
25434	86
25435	86
25436	86
25437	86
25438	86
25439	86
25440	86
25441	86
25442	86
25443	86
25444	86
25445	86
25446	86
25447	86
25448	86
25449	86
25450	86
25451	86
25452	86
25453	86
25454	86
25455	86
4714	86
25456	86
25457	86
25458	86
25459	86
25460	86
25461	86
25462	86
25463	86
25464	86
25465	86
25466	86
25467	86
25468	86
25469	86
25470	86
25471	86
25472	86
25473	86
25474	86
25475	86
25476	86
25477	86
25478	86
25479	86
25480	86
25481	86
25482	86
25483	86
25484	86
25485	86
25486	86
25487	86
25488	86
25489	86
25490	86
25491	86
25492	86
25493	86
25494	86
25495	86
25496	86
25497	86
25498	86
25499	86
25500	86
25501	86
25502	86
25503	86
25504	86
25505	86
25506	86
25507	86
25508	86
25509	86
25510	86
25511	86
25512	86
25513	86
25514	86
25515	86
25516	86
25517	86
25518	86
25519	86
25520	86
25521	86
25522	86
25523	86
25524	86
25525	86
25526	86
25527	86
25528	86
25529	86
25530	86
25531	86
25532	86
25533	86
25534	86
25535	86
25536	86
25537	86
25538	86
25539	86
25540	86
25541	86
25542	86
25543	86
25544	86
25545	86
25546	86
25547	86
25548	86
25549	86
25550	86
25551	86
25552	86
25553	86
25554	86
25555	86
25556	86
25557	86
25558	86
25559	86
25560	86
25561	86
25562	86
25563	86
25564	86
25565	86
25566	86
25567	86
25568	86
25569	86
25570	86
25571	86
25572	86
25573	86
25574	86
25575	86
25576	86
25577	86
25578	86
25579	86
25580	86
25581	86
25582	86
25583	86
25584	86
25585	86
25586	86
25587	86
25588	86
25589	86
25590	86
25591	86
25592	86
25593	86
25594	86
25595	86
25596	86
25597	86
25598	86
25599	86
25600	86
25601	86
25602	86
25603	86
25604	86
25605	86
25606	86
25607	86
25608	86
25609	86
25610	86
25611	86
25612	86
25613	86
25614	86
25615	86
25616	86
25617	86
25618	86
25619	86
25620	86
25621	86
25622	86
25623	86
25624	86
25625	86
25626	86
25627	86
25628	86
25629	86
25630	86
25631	86
25632	86
25633	86
25634	86
25635	86
25636	86
25637	86
25638	86
25639	86
25640	86
25641	86
25642	86
25643	86
25644	86
25645	86
25646	86
25647	86
25648	86
25649	86
25650	86
25651	86
25652	86
25653	86
25654	86
25655	86
25656	86
25657	86
25658	86
25659	86
25660	86
25661	86
25662	86
25663	86
25664	86
25665	86
25666	86
25667	86
25668	86
25669	86
25670	86
25671	86
25672	86
25673	86
25674	86
25675	86
25676	86
25677	86
25678	86
25679	86
25680	86
25681	86
25682	86
25683	86
25684	86
25685	86
25686	86
25687	86
25688	86
25689	86
25690	86
25691	86
25692	86
25693	86
25694	86
25695	86
25696	86
25697	86
25698	86
25699	86
25700	86
25701	86
25702	86
25703	86
25704	86
25705	86
25706	86
25707	86
25708	86
25709	86
25710	86
25711	86
25712	86
25713	86
25714	86
25715	86
25716	86
25717	86
25718	86
25719	86
25720	86
25721	86
25722	86
25723	86
25724	86
25725	86
25726	86
25727	86
25728	86
25729	86
25730	86
25731	86
25732	86
25733	86
25734	86
25735	86
25736	86
25737	86
25738	86
25739	86
25740	86
25741	86
25742	86
25743	86
25744	86
25745	86
25746	86
25747	86
25748	86
25749	86
25750	86
25751	86
25752	86
25753	86
25754	86
25755	86
25756	86
25757	86
25758	86
25759	86
25760	86
25761	86
25762	86
25763	86
25764	86
25765	86
25766	86
25767	86
25768	86
25769	86
25770	86
25771	86
25772	86
25773	86
25774	86
25775	86
25776	86
25777	86
25778	86
25779	86
25780	86
25781	86
25782	86
25783	86
25784	86
25785	86
25786	86
25787	86
25788	86
25789	86
25790	86
25791	86
25792	86
25793	86
25794	86
25795	86
25796	86
25797	86
25798	86
25799	86
25800	86
25801	86
25802	86
25803	86
25804	86
25805	86
25806	86
25807	86
25808	86
25809	86
25810	86
25811	86
25812	86
25813	86
25814	86
25815	86
25816	86
25817	86
25818	86
25819	86
25820	86
25821	86
25822	86
25823	86
25824	86
25825	86
25826	86
25827	86
25828	86
25829	86
25830	86
25831	86
25832	86
25833	86
25834	86
25835	86
25836	86
25837	86
25838	86
25839	86
25840	86
25841	86
25842	86
25843	86
25844	86
22110	86
22145	86
22010	86
22059	86
22208	86
22221	86
22321	86
22393	86
22505	86
22614	86
22483	86
4642	87
4641	87
24960	87
4644	87
4646	87
4647	87
4649	87
4650	87
4651	87
4653	87
4657	87
4658	87
4660	87
4662	87
4664	87
4665	87
4666	87
4667	87
4668	87
4669	87
4671	87
4673	87
4674	87
4675	87
24961	87
4678	87
4681	87
4682	87
4683	87
4686	87
4687	87
4690	87
4692	87
4694	87
4695	87
4696	87
4698	87
4702	87
4703	87
4705	87
4706	87
4708	87
4712	87
4715	87
4716	87
4718	87
4720	87
4721	87
4725	87
4732	87
4733	87
4735	87
24962	87
4738	87
4740	87
4741	87
4745	87
4746	87
4748	87
4750	87
4756	87
4757	87
4759	87
4761	87
4763	87
4762	87
4769	87
4771	87
4773	87
4774	87
4775	87
4777	87
4779	87
4780	87
4781	87
4784	87
4786	87
4787	87
4791	87
4792	87
4794	87
4795	87
4796	87
24963	87
4801	87
4802	87
4804	87
4805	87
4807	87
4809	87
4810	87
4811	87
4813	87
4815	87
4816	87
4819	87
4821	87
4823	87
4825	87
4828	87
4830	87
4831	87
4833	87
4835	87
4838	87
4840	87
4841	87
4843	87
4845	87
4850	87
4852	87
4853	87
4855	87
4859	87
4860	87
4861	87
4863	87
4865	87
4866	87
4870	87
4871	87
4874	87
4875	87
4878	87
4882	87
4883	87
4885	87
4890	87
4892	87
4895	87
4896	87
4898	87
4900	87
4901	87
4904	87
4906	87
4907	87
4909	87
4911	87
4913	87
4915	87
4918	87
4923	87
4922	87
4926	87
4928	87
4933	87
4934	87
4936	87
4937	87
4938	87
4940	87
4942	87
4947	87
4949	87
4950	87
4952	87
4954	87
4955	87
4956	87
4958	87
4960	87
4961	87
4963	87
4965	87
4966	87
4970	87
4971	87
4973	87
4977	87
4978	87
4980	87
4981	87
4984	87
4986	87
4988	87
4989	87
4990	87
4991	87
4994	87
4996	87
4999	87
5000	87
5002	87
5005	87
5006	87
5010	87
5011	87
5013	87
5015	87
5017	87
4714	87
4639	87
4640	87
4643	87
4648	87
4645	87
4652	87
4654	87
4656	87
4659	87
4661	87
4663	87
4672	87
4670	87
4676	87
4677	87
4679	87
4680	87
4684	87
4685	87
4688	87
4689	87
4693	87
4691	87
4699	87
4697	87
4700	87
4701	87
4704	87
4707	87
4709	87
4710	87
4711	87
4713	87
4719	87
4717	87
4723	87
4724	87
4722	87
4726	87
4728	87
4729	87
4727	87
4730	87
4731	87
4734	87
4736	87
4739	87
4737	87
4742	87
4743	87
4744	87
4747	87
4749	87
4751	87
4754	87
4753	87
4755	87
4758	87
4760	87
4764	87
4765	87
4767	87
4768	87
4770	87
4772	87
4776	87
4778	87
4783	87
4782	87
4785	87
4789	87
4788	87
4790	87
4793	87
4798	87
4799	87
4797	87
4800	87
4803	87
4806	87
4808	87
4812	87
4814	87
4818	87
4817	87
4820	87
4824	87
4822	87
4827	87
4826	87
4829	87
4832	87
4834	87
4836	87
4837	87
4839	87
4842	87
4844	87
4846	87
4848	87
4847	87
4851	87
4854	87
4856	87
4857	87
4858	87
4862	87
4864	87
4868	87
4869	87
4867	87
4872	87
4873	87
4877	87
4876	87
4879	87
4880	87
4881	87
4884	87
4886	87
4887	87
4888	87
4889	87
4893	87
4894	87
4891	87
4897	87
4899	87
4902	87
4903	87
4905	87
4908	87
4910	87
4912	87
4917	87
4916	87
4919	87
4920	87
4921	87
4924	87
4927	87
4929	87
4930	87
4932	87
4931	87
4935	87
4939	87
4941	87
4943	87
4944	87
4945	87
4946	87
4948	87
4951	87
4953	87
4957	87
4959	87
4962	87
4964	87
4967	87
4968	87
4969	87
4972	87
4974	87
4975	87
4976	87
4979	87
4983	87
4985	87
4987	87
4993	87
4992	87
4995	87
4997	87
4998	87
5001	87
5004	87
5003	87
5007	87
5008	87
5009	87
5012	87
5014	87
5018	87
5019	87
5016	87
5020	87
5021	87
5022	87
5023	87
5024	87
5025	87
5026	87
5027	87
5028	87
5029	87
5030	87
5031	87
5032	87
5033	87
5034	87
5035	87
5036	87
5037	87
5038	87
5039	87
5040	87
5041	87
5042	87
5043	87
5044	87
5045	87
5046	87
5047	87
5048	87
5049	87
5050	87
5051	87
5052	87
5053	87
5054	87
5055	87
5056	87
5057	87
5058	87
5059	87
5060	87
5061	87
5062	87
5063	87
5064	87
5065	87
5066	87
5067	87
5068	87
5069	87
5070	87
5071	87
5072	87
5073	87
5074	87
5075	87
5076	87
5077	87
5078	87
5079	87
5080	87
5081	87
5082	87
5083	87
5084	87
5086	87
5087	87
5088	87
5089	87
5090	87
5091	87
5092	87
5093	87
5094	87
5095	87
5096	87
5097	87
5098	87
5099	87
5100	87
5101	87
5102	87
5103	87
5104	87
5105	87
5106	87
5107	87
5108	87
5109	87
5111	87
5112	87
5113	87
5114	87
5115	87
5116	87
5117	87
5118	87
5119	87
5120	87
5121	87
5122	87
5123	87
5124	87
5125	87
5126	87
5127	87
5128	87
5129	87
5130	87
5131	87
5132	87
5133	87
5134	87
5135	87
5136	87
5137	87
5138	87
5139	87
5140	87
5141	87
5142	87
5143	87
5144	87
5145	87
5146	87
5147	87
5148	87
5149	87
5150	87
5151	87
5152	87
5153	87
5155	87
5156	87
5157	87
5158	87
5159	87
5160	87
5161	87
5162	87
5163	87
5164	87
5165	87
5166	87
5167	87
5168	87
5169	87
5170	87
5171	87
5173	87
5174	87
5175	87
5176	87
5177	87
5178	87
5179	87
5180	87
5181	87
5182	87
5183	87
5184	87
5185	87
5186	87
5187	87
5188	87
5189	87
5190	87
5191	87
5192	87
5193	87
5194	87
5195	87
5196	87
5197	87
5198	87
5199	87
5200	87
5201	87
5202	87
5203	87
5204	87
5205	87
5206	87
5207	87
5208	87
5209	87
5210	87
5211	87
5212	87
5213	87
5214	87
5215	87
5216	87
5218	87
5219	87
5220	87
5221	87
5222	87
5223	87
5224	87
5225	87
5226	87
5227	87
5228	87
5229	87
5230	87
5231	87
5232	87
5233	87
5234	87
5235	87
5236	87
5237	87
5238	87
5239	87
5240	87
5241	87
5242	87
5243	87
5244	87
5245	87
5246	87
5247	87
5248	87
5249	87
5250	87
5252	87
5253	87
5254	87
5255	87
5256	87
5257	87
5258	87
5259	87
5260	87
5261	87
5262	87
5263	87
5264	87
5265	87
5266	87
5267	87
5268	87
5269	87
5270	87
5271	87
5272	87
5273	87
5274	87
5275	87
5276	87
5277	87
5278	87
5279	87
5280	87
5281	87
5282	87
5283	87
5284	87
5285	87
5286	87
5287	87
5288	87
5289	87
5290	87
5291	87
5292	87
5293	87
5294	87
5295	87
5296	87
5297	87
5298	87
5299	87
5300	87
5301	87
5302	87
5303	87
5304	87
5305	87
5306	87
5307	87
5308	87
5309	87
5310	87
5311	87
5312	87
5313	87
5314	87
5315	87
5316	87
5317	87
5318	87
5319	87
5320	87
5321	87
5322	87
5324	87
5325	87
5326	87
5327	87
5328	87
5329	87
5330	87
5331	87
5332	87
5333	87
5334	87
5335	87
5336	87
5337	87
5338	87
5339	87
5340	87
5341	87
5343	87
5344	87
5345	87
5346	87
5347	87
5348	87
5349	87
5350	87
5351	87
5352	87
5353	87
5354	87
5355	87
5356	87
5357	87
5358	87
5359	87
5360	87
5361	87
5362	87
5363	87
5364	87
5365	87
5366	87
5367	87
5368	87
5369	87
5370	87
5371	87
5372	87
5373	87
5374	87
5375	87
5376	87
5377	87
5378	87
5379	87
5380	87
5381	87
5382	87
5383	87
5384	87
5385	87
5386	87
5388	87
5389	87
5390	87
5391	87
5392	87
5393	87
5394	87
5395	87
5396	87
5397	87
5398	87
5399	87
5400	87
5401	87
5402	87
5403	87
5404	87
5405	87
5406	87
5407	87
5408	87
5409	87
5411	87
5412	87
5413	87
5414	87
5415	87
5416	87
5417	87
5418	87
5419	87
5420	87
5421	87
5422	87
5423	87
5425	87
5426	87
5428	87
5427	87
5429	87
5430	87
5431	87
5432	87
5433	87
5434	87
5435	87
5436	87
5437	87
5438	87
5439	87
5440	87
5441	87
5442	87
5443	87
5444	87
5445	87
5446	87
5447	87
5448	87
5449	87
5450	87
5451	87
5452	87
5453	87
5454	87
5455	87
5456	87
5457	87
5458	87
5459	87
5460	87
5461	87
5462	87
5463	87
5464	87
5465	87
5466	87
5467	87
5468	87
5469	87
5470	87
5471	87
5473	87
5474	87
5475	87
5476	87
5478	87
5479	87
5480	87
5481	87
5482	87
5483	87
5484	87
5485	87
5486	87
5487	87
5488	87
5489	87
5490	87
5491	87
5492	87
5493	87
5494	87
5495	87
5496	87
5497	87
5498	87
5499	87
5500	87
5501	87
5502	87
5503	87
5504	87
5505	87
5506	87
5507	87
5508	87
5509	87
5510	87
5511	87
5512	87
5514	87
5515	87
5516	87
5517	87
5518	87
5519	87
5520	87
5521	87
5522	87
5524	87
5525	87
5526	87
5527	87
5528	87
5529	87
5530	87
5531	87
5532	87
5533	87
5534	87
5535	87
5536	87
5537	87
5538	87
5539	87
5540	87
5541	87
5542	87
5543	87
5544	87
5545	87
5546	87
5547	87
5548	87
5549	87
5550	87
5551	87
5552	87
5553	87
5554	87
5555	87
5556	87
5557	87
5558	87
5559	87
5560	87
5561	87
5562	87
5563	87
5564	87
5565	87
5566	87
5567	87
5568	87
5569	87
5570	87
5571	87
5572	87
5573	87
5574	87
5575	87
5576	87
5577	87
5578	87
5579	87
5581	87
5582	87
5583	87
5584	87
5585	87
5586	87
5587	87
5588	87
5589	87
5590	87
5591	87
5592	87
5593	87
5594	87
5595	87
5596	87
5597	87
5598	87
5599	87
5600	87
5601	87
5602	87
5603	87
5604	87
5605	87
5606	87
5607	87
5608	87
5609	87
5610	87
5611	87
5612	87
5613	87
5614	87
5615	87
5616	87
5617	87
5618	87
5619	87
5620	87
5621	87
5622	87
5623	87
5624	87
5625	87
5626	87
5627	87
5628	87
5629	87
5630	87
5631	87
5633	87
5634	87
5635	87
5636	87
5637	87
5638	87
5639	87
5640	87
5641	87
5642	87
5643	87
5644	87
5645	87
5646	87
5647	87
5648	87
5649	87
5650	87
5651	87
5652	87
5653	87
5654	87
5655	87
5656	87
5657	87
5658	87
5659	87
5660	87
5661	87
5662	87
5663	87
5665	87
5666	87
5667	87
5668	87
5669	87
5670	87
5671	87
5672	87
5673	87
5674	87
5675	87
5676	87
5677	87
5678	87
5679	87
5680	87
5681	87
5682	87
5683	87
5684	87
5685	87
5686	87
5688	87
5689	87
5690	87
5691	87
5692	87
5693	87
5694	87
5695	87
5696	87
5697	87
5698	87
5699	87
5700	87
5701	87
5702	87
5703	87
5704	87
5705	87
5706	87
5707	87
5708	87
5709	87
5710	87
5711	87
5712	87
5713	87
5714	87
5715	87
5716	87
5717	87
5718	87
5719	87
5720	87
5721	87
5722	87
5723	87
5724	87
5725	87
5726	87
5727	87
5728	87
4766	87
4849	87
4925	87
5217	87
5251	87
5513	87
5523	87
5632	87
5085	87
5172	87
5580	87
4752	87
13096	87
16242	87
16245	87
16252	87
16254	87
16278	87
16290	87
16323	87
16327	87
16343	87
16375	87
16378	87
16380	87
16388	87
16396	87
16402	87
16409	87
16432	87
16453	87
16454	87
16463	87
16492	87
16496	87
16509	87
16514	87
16517	87
16533	87
16574	87
16577	87
16580	87
16585	87
16611	87
16626	87
16630	87
16641	87
16694	87
16701	87
16704	87
16718	87
16719	87
16721	87
16725	87
16732	87
16740	87
16742	87
16787	87
16790	87
16797	87
16816	87
16818	87
16819	87
16844	87
16855	87
16861	87
16866	87
16872	87
16892	87
16899	87
16930	87
16954	87
16964	87
16975	87
16991	87
16997	87
17011	87
17012	87
17017	87
17058	87
17065	87
17098	87
17120	87
17130	87
17143	87
17147	87
17167	87
17178	87
17180	87
17209	87
17226	87
17248	87
17263	87
17284	87
17287	87
17297	87
17304	87
17381	87
17388	87
17418	87
17438	87
17442	87
17446	87
17471	87
17520	87
17555	87
17566	87
17601	87
17602	87
17609	87
17611	87
17625	87
4914	87
2349	87
21995	87
19946	87
22043	87
22064	87
22101	87
22109	87
22117	87
22121	87
22130	87
22150	87
22154	87
22031	87
20569	87
4060	87
22183	87
22184	87
22185	87
22195	87
22196	87
22197	87
22203	87
3732	87
22207	87
4655	87
22215	87
22217	87
13919	87
22220	87
22226	87
22228	87
22231	87
22233	87
22234	87
5664	87
22238	87
22240	87
22242	87
22244	87
22245	87
22248	87
5323	87
22264	87
22265	87
22268	87
22275	87
22278	87
5342	87
22295	87
5110	87
22303	87
22314	87
22319	87
22325	87
22336	87
22339	87
5387	87
22346	87
22351	87
22353	87
22355	87
22365	87
22368	87
22375	87
22378	87
22383	87
22385	87
22389	87
22392	87
22396	87
22410	87
5410	87
22417	87
22421	87
22427	87
5687	87
5154	87
22441	87
22446	87
22447	87
22460	87
22461	87
22465	87
22467	87
22469	87
22474	87
22481	87
2642	87
22486	87
22489	87
5424	87
22501	87
22504	87
14466	87
22517	87
22518	87
14511	87
22532	87
22554	87
22555	87
22557	87
22558	87
22559	87
22564	87
22566	87
22569	87
14544	87
4982	87
22575	87
22576	87
22583	87
22584	87
22590	87
22595	87
22597	87
22598	87
22599	87
5472	87
4354	87
22608	87
5477	87
22307	87
294	87
22149	88
22118	88
22323	88
22345	88
22422	88
22519	88
22540	88
22560	88
17049	89
22117	91
519	92
517	92
522	92
516	92
520	92
24132	92
22879	92
22957	92
23168	92
23606	92
23289	92
22657	92
24131	92
22896	92
23013	92
23106	92
23120	92
518	92
24133	92
23573	92
23605	92
23615	92
24134	92
23947	92
24135	92
24043	92
515	92
521	92
1812	93
1824	93
1849	93
1854	93
1900	93
1917	93
1949	93
2000	93
15848	93
15876	93
15902	93
16035	93
16062	93
16080	93
16187	93
16203	93
1831	93
1868	93
1941	93
1975	93
15817	93
1821	93
1827	93
1843	93
1855	93
15894	93
15917	93
1881	93
1885	93
1890	93
15960	93
1909	93
1925	93
1933	93
16069	93
1989	93
16165	93
1995	93
16195	93
22803	93
23299	93
23316	93
23798	93
16147	93
15795	93
24214	93
22651	93
24215	93
15824	93
22792	93
24216	93
22802	93
22824	93
22861	93
1901	93
24217	93
1875	93
1897	93
1905	93
23231	93
24218	93
15973	93
1923	93
24219	93
23539	93
24220	93
24221	93
1979	93
1986	93
23895	93
24016	93
24038	93
22883	93
23536	93
1826	93
1845	93
1804	95
1808	95
1814	95
1818	95
1835	95
1833	95
1837	95
1844	95
1847	95
1862	95
1869	95
1884	95
1882	95
1889	95
1893	95
1904	95
1908	95
1910	95
1915	95
1924	95
1929	95
1942	95
1947	95
1951	95
1959	95
1966	95
1969	95
1972	95
1978	95
1980	95
1982	95
1990	95
1992	95
1998	95
15839	95
15804	95
15994	95
16005	95
16047	95
16065	95
16169	95
16170	95
16215	95
1805	95
1860	95
1962	95
1816	95
1846	95
1907	95
1866	95
1987	95
1809	95
1815	95
1817	95
1819	95
15829	95
1823	95
15832	95
1829	95
1834	95
1838	95
15869	95
1851	95
15874	95
15883	95
1856	95
1871	95
1874	95
15908	95
1883	95
15933	95
1888	95
1892	95
1891	95
15945	95
15954	95
1903	95
1906	95
1918	95
1920	95
1921	95
1926	95
1936	95
1948	95
1952	95
1960	95
22618	95
1970	95
1971	95
1973	95
1981	95
16166	95
1997	95
16186	95
2001	95
2007	95
22823	95
22828	95
22921	95
23011	95
23525	95
23530	95
1806	95
1841	95
22616	95
22643	95
24222	95
22664	95
15807	95
15819	95
22710	95
15827	95
24223	95
24224	95
22808	95
22870	95
24225	95
15872	95
15875	95
1853	95
22943	95
22944	95
24226	95
1870	95
1911	95
23043	95
23055	95
15937	95
1877	95
1968	95
1880	95
23123	95
24227	95
23140	95
24228	95
23176	95
23241	95
23248	95
23283	95
23323	95
23328	95
23341	95
23361	95
23397	95
24229	95
24230	95
23418	95
24231	95
23422	95
16039	95
23471	95
23487	95
24232	95
23497	95
1945	95
1954	95
23602	95
23638	95
23660	95
23685	95
23781	95
23796	95
1977	95
23828	95
23829	95
23830	95
16149	95
23869	95
23883	95
23943	95
23979	95
24033	95
16201	95
24253	95
1811	95
24251	95
24252	95
1836	95
1993	95
1994	95
1919	95
1976	95
22010	96
22059	96
4642	98
4641	98
24960	98
4644	98
4646	98
4647	98
4649	98
4650	98
4651	98
4653	98
4657	98
4658	98
4660	98
4662	98
4664	98
4665	98
4666	98
4667	98
4668	98
4669	98
4671	98
4673	98
4674	98
4675	98
24961	98
4678	98
4681	98
4682	98
4683	98
4686	98
4687	98
4690	98
4692	98
4694	98
4695	98
4696	98
4698	98
4702	98
4703	98
4705	98
4706	98
4708	98
4712	98
4715	98
4716	98
4718	98
4720	98
4721	98
4725	98
4732	98
4733	98
4735	98
24962	98
4738	98
4740	98
4741	98
4745	98
4746	98
4748	98
4750	98
4756	98
4757	98
4759	98
4761	98
4763	98
4762	98
4769	98
4771	98
4773	98
4774	98
4775	98
4777	98
4779	98
4780	98
4781	98
4784	98
4786	98
4787	98
4791	98
4792	98
4794	98
4795	98
4796	98
24963	98
4801	98
4802	98
4804	98
4805	98
4807	98
4809	98
4810	98
4811	98
4813	98
4815	98
4816	98
4819	98
4821	98
4823	98
4825	98
4828	98
4830	98
4831	98
4833	98
4835	98
4838	98
4840	98
4841	98
4843	98
4845	98
4850	98
4852	98
4853	98
4855	98
4859	98
4860	98
4861	98
4863	98
4865	98
4866	98
4870	98
4871	98
4874	98
4875	98
4878	98
4882	98
4883	98
4885	98
4890	98
4892	98
4895	98
4896	98
4898	98
4900	98
4901	98
4904	98
4906	98
4907	98
4909	98
4911	98
4913	98
4915	98
4918	98
4923	98
4922	98
4926	98
4928	98
4933	98
4934	98
4936	98
4937	98
4938	98
4940	98
4942	98
4947	98
4949	98
4950	98
4952	98
4954	98
4955	98
4956	98
4958	98
4960	98
4961	98
4963	98
4965	98
4966	98
4970	98
4971	98
4973	98
4977	98
4978	98
4980	98
4981	98
4984	98
4986	98
4988	98
4989	98
4990	98
4991	98
4994	98
4996	98
4999	98
5000	98
5002	98
5005	98
5006	98
5010	98
5011	98
5013	98
5015	98
5017	98
4714	98
4639	98
4640	98
4643	98
4648	98
4645	98
4652	98
4654	98
4656	98
4659	98
4661	98
4663	98
4672	98
4670	98
4676	98
4677	98
4679	98
4680	98
4684	98
4685	98
4688	98
4689	98
4693	98
4691	98
4699	98
4697	98
4700	98
4701	98
4704	98
4707	98
4709	98
4710	98
4711	98
4713	98
4719	98
4717	98
4723	98
4724	98
4722	98
4726	98
4728	98
4729	98
4727	98
4730	98
4731	98
4734	98
4736	98
4739	98
4737	98
4742	98
4743	98
4744	98
4747	98
4749	98
4751	98
4754	98
4753	98
4755	98
4758	98
4760	98
4764	98
4765	98
4767	98
4768	98
4770	98
4772	98
4776	98
4778	98
4783	98
4782	98
4785	98
4789	98
4788	98
4790	98
4793	98
4798	98
4799	98
4797	98
4800	98
4803	98
4806	98
4808	98
4812	98
4814	98
4818	98
4817	98
4820	98
4824	98
4822	98
4827	98
4826	98
4829	98
4832	98
4834	98
4836	98
4837	98
4839	98
4842	98
4844	98
4846	98
4848	98
4847	98
4851	98
4854	98
4856	98
4857	98
4858	98
4862	98
4864	98
4868	98
4869	98
4867	98
4872	98
4873	98
4877	98
4876	98
4879	98
4880	98
4881	98
4884	98
4886	98
4887	98
4888	98
4889	98
4893	98
4894	98
4891	98
4897	98
4899	98
4902	98
4903	98
4905	98
4908	98
4910	98
4912	98
4917	98
4916	98
4919	98
4920	98
4921	98
4924	98
4927	98
4929	98
4930	98
4932	98
4931	98
4935	98
4939	98
4941	98
4943	98
4944	98
4945	98
4946	98
4948	98
4951	98
4953	98
4957	98
4959	98
4962	98
4964	98
4967	98
4968	98
4969	98
4972	98
4974	98
4975	98
4976	98
4979	98
4983	98
4985	98
4987	98
4993	98
4992	98
4995	98
4997	98
4998	98
5001	98
5004	98
5003	98
5007	98
5008	98
5009	98
5012	98
5014	98
5018	98
5019	98
5016	98
5020	98
5021	98
5022	98
5023	98
5024	98
5025	98
5026	98
5027	98
5028	98
5029	98
5030	98
5031	98
5032	98
5033	98
5034	98
5035	98
5036	98
5037	98
5038	98
5039	98
5040	98
5041	98
5042	98
5043	98
5044	98
5045	98
5046	98
5047	98
5048	98
5049	98
5050	98
5051	98
5052	98
5053	98
5054	98
5055	98
5056	98
5057	98
5058	98
5059	98
5060	98
5061	98
5062	98
5063	98
5064	98
5065	98
5066	98
5067	98
5068	98
5069	98
5070	98
5071	98
5072	98
5073	98
5074	98
5075	98
5076	98
5077	98
5078	98
5079	98
5080	98
5081	98
5082	98
5083	98
5084	98
5086	98
5087	98
5088	98
5089	98
5090	98
5091	98
5092	98
5093	98
5094	98
5095	98
5096	98
5097	98
5098	98
5099	98
5100	98
5101	98
5102	98
5103	98
5104	98
5105	98
5106	98
5107	98
5108	98
5109	98
5111	98
5112	98
5113	98
5114	98
5115	98
5116	98
5117	98
5118	98
5119	98
5120	98
5121	98
5122	98
5123	98
5124	98
5125	98
5126	98
5127	98
5128	98
5129	98
5130	98
5131	98
5132	98
5133	98
5134	98
5135	98
5136	98
5137	98
5138	98
5139	98
5140	98
5141	98
5142	98
5143	98
5144	98
5145	98
5146	98
5147	98
5148	98
5149	98
5150	98
5151	98
5152	98
5153	98
5155	98
5156	98
5157	98
5158	98
5159	98
5160	98
5161	98
5162	98
5163	98
5164	98
5165	98
5166	98
5167	98
5168	98
5169	98
5170	98
5171	98
5173	98
5174	98
5175	98
5176	98
5177	98
5178	98
5179	98
5180	98
5181	98
5182	98
5183	98
5184	98
5185	98
5186	98
5187	98
5188	98
5189	98
5190	98
5191	98
5192	98
5193	98
5194	98
5195	98
5196	98
5197	98
5198	98
5199	98
5200	98
5201	98
5202	98
5203	98
5204	98
5205	98
5206	98
5207	98
5208	98
5209	98
5210	98
5211	98
5212	98
5213	98
5214	98
5215	98
5216	98
5218	98
5219	98
5220	98
5221	98
5222	98
5223	98
5224	98
5225	98
5226	98
5227	98
5228	98
5229	98
5230	98
5231	98
5232	98
5233	98
5234	98
5235	98
5236	98
5237	98
5238	98
5239	98
5240	98
5241	98
5242	98
5243	98
5244	98
5245	98
5246	98
5247	98
5248	98
5249	98
5250	98
5252	98
5253	98
5254	98
5255	98
5256	98
5257	98
5258	98
5259	98
5260	98
5261	98
5262	98
5263	98
5264	98
5265	98
5266	98
5267	98
5268	98
5269	98
5270	98
5271	98
5272	98
5273	98
5274	98
5275	98
5276	98
5277	98
5278	98
5279	98
5280	98
5281	98
5282	98
5283	98
5284	98
5285	98
5286	98
5287	98
5288	98
5289	98
5290	98
5291	98
5292	98
5293	98
5294	98
5295	98
5296	98
5297	98
5298	98
5299	98
5300	98
5301	98
5302	98
5303	98
5304	98
5305	98
5306	98
5307	98
5308	98
5309	98
5310	98
5311	98
5312	98
5313	98
5314	98
5315	98
5316	98
5317	98
5318	98
5319	98
5320	98
5321	98
5322	98
5324	98
5325	98
5326	98
5327	98
5328	98
5329	98
5330	98
5331	98
5332	98
5333	98
5334	98
5335	98
5336	98
5337	98
5338	98
5339	98
5340	98
5341	98
5343	98
5344	98
5345	98
5346	98
5347	98
5348	98
5349	98
5350	98
5351	98
5352	98
5353	98
5354	98
5355	98
5356	98
5357	98
5358	98
5359	98
5360	98
5361	98
5362	98
5363	98
5364	98
5365	98
5366	98
5367	98
5368	98
5369	98
5370	98
5371	98
5372	98
5373	98
5374	98
5375	98
5376	98
5377	98
5378	98
5379	98
5380	98
5381	98
5382	98
5383	98
5384	98
5385	98
5386	98
5388	98
5389	98
5390	98
5391	98
5392	98
5393	98
5394	98
5395	98
5396	98
5397	98
5398	98
5399	98
5400	98
5401	98
5402	98
5403	98
5404	98
5405	98
5406	98
5407	98
5408	98
5409	98
5411	98
5412	98
5413	98
5414	98
5415	98
5416	98
5417	98
5418	98
5419	98
5420	98
5421	98
5422	98
5423	98
5425	98
5426	98
5428	98
5427	98
5429	98
5430	98
5431	98
5432	98
5433	98
5434	98
5435	98
5436	98
5437	98
5438	98
5439	98
5440	98
5441	98
5442	98
5443	98
5444	98
5445	98
5446	98
5447	98
5448	98
5449	98
5450	98
5451	98
5452	98
5453	98
5454	98
5455	98
5456	98
5457	98
5458	98
5459	98
5460	98
5461	98
5462	98
5463	98
5464	98
5465	98
5466	98
5467	98
5468	98
5469	98
5470	98
5471	98
5473	98
5474	98
5475	98
5476	98
5478	98
5479	98
5480	98
5481	98
5482	98
5483	98
5484	98
5485	98
5486	98
5487	98
5488	98
5489	98
5490	98
5491	98
5492	98
5493	98
5494	98
5495	98
5496	98
5497	98
5498	98
5499	98
5500	98
5501	98
5502	98
5503	98
5504	98
5505	98
5506	98
5507	98
5508	98
5509	98
5510	98
5511	98
5512	98
5514	98
5515	98
5516	98
5517	98
5518	98
5519	98
5520	98
5521	98
5522	98
5524	98
5525	98
5526	98
5527	98
5528	98
5529	98
5530	98
5531	98
5532	98
5533	98
5534	98
5535	98
5536	98
5537	98
5538	98
5539	98
5540	98
5541	98
5542	98
5543	98
5544	98
5545	98
5546	98
5547	98
5548	98
5549	98
5550	98
5551	98
5552	98
5553	98
5554	98
5555	98
5556	98
5557	98
5558	98
5559	98
5560	98
5561	98
5562	98
5563	98
5564	98
5565	98
5566	98
5567	98
5568	98
5569	98
5570	98
5571	98
5572	98
5573	98
5574	98
5575	98
5576	98
5577	98
5578	98
5579	98
5581	98
5582	98
5583	98
5584	98
5585	98
5586	98
5587	98
5588	98
5589	98
5590	98
5591	98
5592	98
5593	98
5594	98
5595	98
5596	98
5597	98
5598	98
5599	98
5600	98
5601	98
5602	98
5603	98
5604	98
5605	98
5606	98
5607	98
5608	98
5609	98
5610	98
5611	98
5612	98
5613	98
5614	98
5615	98
5616	98
5617	98
5618	98
5619	98
5620	98
5621	98
5622	98
5623	98
5624	98
5625	98
5626	98
5627	98
5628	98
5629	98
5630	98
5631	98
5633	98
5634	98
5635	98
5636	98
5637	98
5638	98
5639	98
5640	98
5641	98
5642	98
5643	98
5644	98
5645	98
5646	98
5647	98
5648	98
5649	98
5650	98
5651	98
5652	98
5653	98
5654	98
5655	98
5656	98
5657	98
5658	98
5659	98
5660	98
5661	98
5662	98
5663	98
5665	98
5666	98
5667	98
5668	98
5669	98
5670	98
5671	98
5672	98
5673	98
5674	98
5675	98
5676	98
5677	98
5678	98
5679	98
5680	98
5681	98
5682	98
5683	98
5684	98
5685	98
5686	98
5688	98
5689	98
5690	98
5691	98
5692	98
5693	98
5694	98
5695	98
5696	98
5697	98
5698	98
5699	98
5700	98
5701	98
5702	98
5703	98
5704	98
5705	98
5706	98
5707	98
5708	98
5709	98
5710	98
5711	98
5712	98
5713	98
5714	98
5715	98
5716	98
5717	98
5718	98
5719	98
5720	98
5721	98
5722	98
5723	98
5724	98
5725	98
5726	98
5727	98
5728	98
4766	98
4849	98
4925	98
5217	98
5251	98
5513	98
5523	98
5632	98
5085	98
5172	98
5580	98
4752	98
16242	98
16245	98
16252	98
16254	98
16278	98
16290	98
16323	98
16327	98
16343	98
16375	98
16378	98
16380	98
16388	98
16396	98
16402	98
16409	98
16432	98
16453	98
16454	98
16463	98
16492	98
16496	98
16509	98
16514	98
16517	98
16533	98
16574	98
16577	98
16580	98
16585	98
16611	98
16626	98
16630	98
16641	98
16694	98
16701	98
16704	98
16718	98
16719	98
16721	98
16725	98
16732	98
16740	98
16742	98
16787	98
16790	98
16797	98
16816	98
16818	98
16819	98
16844	98
16855	98
16861	98
16866	98
16872	98
16892	98
16899	98
16930	98
16954	98
16964	98
16975	98
16991	98
16997	98
17011	98
17012	98
17017	98
17058	98
17065	98
17098	98
17120	98
17130	98
17143	98
17147	98
17167	98
17178	98
17180	98
17209	98
17226	98
17248	98
17263	98
17284	98
17287	98
17297	98
17304	98
17381	98
17388	98
17418	98
17438	98
17442	98
17446	98
17471	98
17520	98
17555	98
17566	98
17601	98
17602	98
17609	98
17611	98
17625	98
4914	98
2349	98
21995	98
19946	98
22043	98
22064	98
22101	98
22109	98
22117	98
22121	98
22130	98
22150	98
22154	98
22031	98
20569	98
4060	98
22183	98
22184	98
22195	98
22197	98
3732	98
22207	98
4655	98
22215	98
22217	98
22220	98
22226	98
22228	98
22231	98
22233	98
5664	98
22240	98
22248	98
5323	98
22265	98
22268	98
5342	98
5110	98
22314	98
22319	98
22325	98
22339	98
5387	98
22351	98
22353	98
22355	98
22378	98
22389	98
22392	98
22396	98
5410	98
22421	98
22427	98
5687	98
5154	98
22446	98
22461	98
22467	98
22474	98
2642	98
22486	98
22489	98
5424	98
22504	98
22518	98
22554	98
22558	98
22559	98
22564	98
4982	98
22595	98
22597	98
22598	98
5472	98
4354	98
22608	98
5477	98
22307	98
294	98
22127	99
22160	99
22163	99
8890	99
19893	100
19940	100
20075	100
20226	100
20228	100
20324	100
20459	100
20707	100
20765	100
20792	100
20794	100
20796	100
20868	100
20931	100
20970	100
21083	100
21204	100
21215	100
21221	100
22021	100
21992	100
22000	100
22027	100
20159	100
22050	100
22062	100
22074	100
22087	100
12020	100
22134	100
22135	100
22153	100
22156	100
22157	100
22161	100
22164	100
22167	100
17534	100
22009	100
22251	100
22304	100
22329	100
22496	100
22539	100
22561	100
22573	100
22609	100
11860	100
12096	100
21995	102
19946	102
22043	102
22064	102
22101	102
22121	102
22150	102
22154	102
3732	102
22217	102
22240	102
22319	102
22339	102
22353	102
22378	102
22392	102
22427	102
22489	102
22504	102
22518	102
22564	102
22035	103
2037	104
24211	104
16068	105
16176	105
15892	105
2084	105
2085	105
2086	105
23183	105
23438	105
23517	105
15862	105
23079	105
24246	105
2079	106
2081	106
2083	106
15820	106
2074	106
2076	106
2078	106
2080	106
2082	106
23445	106
24243	106
23070	106
2075	106
22003	109
21997	109
22023	109
22056	109
22131	109
22173	109
22181	109
1759	110
1758	110
1764	110
1762	110
1767	110
1769	110
1772	110
1774	110
1776	110
1778	110
1781	110
1783	110
16232	110
16288	110
16522	110
16560	110
16939	110
17174	110
17480	110
1766	110
1779	110
16452	110
17372	110
16304	110
1757	110
1761	110
16505	110
16226	110
16814	110
1768	110
1770	110
16994	110
1782	110
16060	110
1780	110
1771	110
1773	110
17396	110
17445	110
1777	110
22736	110
22929	110
22995	110
23121	110
23205	110
23236	110
23357	110
23391	110
23425	110
23506	110
23604	110
23701	110
23721	110
23988	110
24200	110
22900	110
22919	110
23101	110
24201	110
24202	110
24203	110
23447	110
24204	110
16087	110
24205	110
23794	110
24206	110
24207	110
24208	110
23481	110
1775	110
1760	110
88	64
95	64
93	64
99	64
96	64
103	64
104	64
107	64
109	64
112	64
114	64
117	64
119	64
121	64
513	64
15793	64
16091	64
16131	64
16230	64
16390	64
16538	64
16675	64
17055	64
17239	64
17545	64
17559	64
17624	64
19856	64
17259	64
98	64
100	64
101	64
102	64
105	64
106	64
15877	64
15891	64
108	64
16004	64
16952	64
110	64
111	64
91	64
113	64
115	64
116	64
17318	64
118	64
16172	64
120	64
122	64
22634	64
22672	64
22687	64
22701	64
22711	64
22714	64
22740	64
22773	64
22778	64
22779	64
22789	64
22805	64
23012	64
23151	64
23210	64
23211	64
23256	64
23343	64
23346	64
23349	64
23350	64
23351	64
23385	64
23389	64
23409	64
23454	64
23467	64
23468	64
23472	64
23477	64
23480	64
23557	64
23558	64
23584	64
23621	64
23622	64
23633	64
23641	64
23718	64
23790	64
23793	64
23801	64
23854	64
23911	64
23912	64
23916	64
23926	64
24000	64
24037	64
89	64
24130	64
22821	64
24129	64
23104	64
23287	64
23332	64
23430	64
23508	64
23868	64
97	64
24198	64
22845	64
24199	64
94	64
22729	64
87	64
90	64
92	64
1804	94
1808	94
1810	94
1812	94
1814	94
1820	94
1818	94
1822	94
1824	94
1828	94
1830	94
1835	94
1833	94
1839	94
1837	94
1842	94
1844	94
1849	94
1847	94
1852	94
1854	94
1857	94
1859	94
1864	94
1862	94
1867	94
1869	94
1872	94
1884	94
1882	94
1887	94
1889	94
1895	94
1893	94
1898	94
1900	94
1904	94
1902	94
1908	94
1910	94
1915	94
1917	94
1922	94
1924	94
1929	94
1927	94
1934	94
1932	94
1937	94
1939	94
1942	94
1944	94
1949	94
1947	94
1951	94
1957	94
1959	94
1963	94
1965	94
1966	94
1969	94
1972	94
1974	94
1978	94
1980	94
1984	94
1982	94
1988	94
1990	94
1992	94
1998	94
2000	94
2003	94
2005	94
2006	94
15839	94
15848	94
15794	94
15804	94
15876	94
15886	94
15902	94
15994	94
16005	94
16026	94
16028	94
16035	94
16047	94
16062	94
16065	94
16080	94
16107	94
16145	94
16169	94
16170	94
16187	94
16193	94
16203	94
16215	94
1831	94
1805	94
1860	94
1962	94
1868	94
1941	94
1975	94
1816	94
1846	94
1907	94
1866	94
1987	94
1802	94
1803	94
1807	94
1809	94
15815	94
1813	94
15817	94
1815	94
1817	94
1819	94
1821	94
15829	94
1823	94
15832	94
15835	94
1827	94
1829	94
1832	94
15846	94
1834	94
1838	94
1840	94
1843	94
15869	94
1848	94
1850	94
1851	94
15874	94
1855	94
15883	94
1856	94
1858	94
1861	94
1863	94
15894	94
1871	94
1874	94
15908	94
1876	94
15917	94
15911	94
1878	94
1879	94
1881	94
1883	94
1885	94
15933	94
1886	94
1888	94
1890	94
1892	94
1891	94
1896	94
1894	94
15789	94
15945	94
1899	94
15954	94
1903	94
15960	94
1906	94
1909	94
1912	94
1916	94
1918	94
1920	94
1925	94
1921	94
1926	94
1928	94
1930	94
1933	94
1935	94
1936	94
1938	94
1940	94
1943	94
1946	94
16069	94
1948	94
1950	94
1952	94
1953	94
1956	94
1958	94
1960	94
1961	94
1964	94
16114	94
1967	94
22618	94
1970	94
1971	94
1973	94
1981	94
1983	94
1985	94
1989	94
1991	94
16165	94
16166	94
1995	94
1996	94
1997	94
1999	94
16186	94
2001	94
2002	94
16195	94
2007	94
22617	94
22629	94
22648	94
22652	94
22660	94
22666	94
22670	94
22696	94
22725	94
22733	94
22739	94
22755	94
22765	94
22803	94
22823	94
22828	94
22829	94
22831	94
22847	94
22862	94
22869	94
22872	94
22888	94
22892	94
22921	94
22934	94
22935	94
22973	94
22990	94
23011	94
23030	94
23032	94
23036	94
23042	94
23073	94
23103	94
23119	94
23145	94
23156	94
23192	94
23193	94
23299	94
23315	94
23316	94
23334	94
23362	94
23366	94
23368	94
23369	94
23399	94
23403	94
23413	94
23417	94
23419	94
23443	94
23446	94
23484	94
23494	94
23526	94
23525	94
23530	94
23543	94
23554	94
23565	94
23576	94
23580	94
23583	94
23592	94
23607	94
23657	94
23680	94
23694	94
23697	94
23732	94
23756	94
23760	94
23774	94
23775	94
23780	94
23786	94
23798	94
23850	94
23855	94
23862	94
23884	94
23892	94
23893	94
23896	94
23929	94
23954	94
23955	94
23994	94
24079	94
16147	94
1806	94
1841	94
15795	94
24214	94
22651	94
24215	94
15824	94
22792	94
24216	94
22802	94
22824	94
22861	94
1901	94
24217	94
1875	94
1897	94
1905	94
23231	94
24218	94
15973	94
1923	94
24219	94
23539	94
24220	94
24221	94
1979	94
1986	94
23895	94
24016	94
24038	94
22616	94
22643	94
24222	94
22664	94
15807	94
15819	94
22710	94
15827	94
24223	94
24224	94
22808	94
22870	94
24225	94
15872	94
15875	94
1853	94
22943	94
22944	94
24226	94
1870	94
1911	94
23043	94
23055	94
15937	94
1877	94
1968	94
1880	94
23123	94
24227	94
23140	94
24228	94
23176	94
23241	94
23248	94
23283	94
23323	94
23328	94
23341	94
23361	94
23397	94
24229	94
24230	94
23418	94
24231	94
23422	94
16039	94
23471	94
23487	94
24232	94
23497	94
1945	94
1954	94
23602	94
23638	94
23660	94
23685	94
23781	94
23796	94
1977	94
23828	94
23829	94
23830	94
16149	94
23869	94
23883	94
23943	94
23979	94
24033	94
16201	94
24253	94
22883	94
23536	94
1811	94
24251	94
24252	94
1913	94
1873	94
2004	94
1826	94
1836	94
1845	94
1993	94
1994	94
1825	94
1865	94
1914	94
1919	94
1955	94
1976	94
2009	101
2014	101
2012	101
2017	101
2019	101
2023	101
2021	101
15799	101
15893	101
15947	101
15968	101
16023	101
16049	101
16067	101
16146	101
16161	101
17348	101
2008	101
16250	101
15806	101
15826	101
2010	101
2011	101
15910	101
15978	101
16936	101
16079	101
2020	101
2022	101
17460	101
2024	101
16204	101
22718	101
22732	101
22786	101
22804	101
22806	101
22835	101
22849	101
22860	101
22866	101
22873	101
22942	101
22956	101
23136	101
23237	101
23322	101
23327	101
23373	101
23386	101
23387	101
23393	101
23410	101
23411	101
23527	101
23546	101
23652	101
23659	101
23713	101
23738	101
23802	101
23824	101
23833	101
23872	101
23976	101
24085	101
16024	101
22661	101
22671	101
22772	101
15942	101
23296	101
2016	101
16238	101
2015	101
23560	101
23661	101
23740	101
23749	101
23766	101
23960	101
16171	101
23708	101
2018	101
2013	101
13816	69
13820	69
13826	69
13830	69
13844	69
13846	69
13856	69
13866	69
13869	69
13875	69
13877	69
13885	69
13897	69
13899	69
13909	69
13911	69
13912	69
13916	69
13924	69
13928	69
13940	69
13945	69
13946	69
13959	69
13980	69
13981	69
13984	69
13989	69
13990	69
13995	69
13998	69
14005	69
14010	69
14023	69
14027	69
14029	69
14030	69
14032	69
14040	69
14045	69
14053	69
14062	69
14063	69
14071	69
14078	69
14079	69
14093	69
14097	69
14098	69
14101	69
14105	69
14111	69
14117	69
14134	69
14135	69
14139	69
14150	69
14177	69
14179	69
14192	69
14193	69
14196	69
14199	69
14209	69
14213	69
14214	69
14217	69
14231	69
14254	69
14261	69
14269	69
14271	69
14274	69
14279	69
14280	69
14289	69
14291	69
14296	69
14303	69
6455	69
14323	69
14329	69
14330	69
14337	69
14350	69
14355	69
14360	69
14358	69
14368	69
14378	69
14387	69
14392	69
14395	69
14417	69
14421	69
14422	69
14425	69
14435	69
14440	69
14444	69
14460	69
14479	69
14499	69
14510	69
14526	69
14537	69
14550	69
14549	69
14554	69
14555	69
14557	69
14572	69
14576	69
14578	69
14579	69
14582	69
14585	69
14591	69
14605	69
14612	69
14618	69
14645	69
14649	69
14673	69
14680	69
14684	69
14693	69
14702	69
14719	69
14724	69
14727	69
14733	69
14752	69
14760	69
14765	69
14774	69
14806	69
14809	69
14825	69
14827	69
14835	69
14863	69
14904	69
14920	69
14950	69
14955	69
14962	69
14968	69
14975	69
14974	69
14991	69
14994	69
15004	69
13813	69
13814	69
13822	69
13843	69
13849	69
13853	69
13864	69
13868	69
13871	69
13874	69
13876	69
13887	69
13894	69
13895	69
13902	69
13910	69
13915	69
13920	69
13926	69
13933	69
13939	69
13932	69
13944	69
13948	69
13949	69
13958	69
13969	69
13974	69
13979	69
13983	69
13987	69
13992	69
13997	69
14002	69
14007	69
14016	69
14021	69
14026	69
14031	69
14038	69
14041	69
14044	69
14051	69
14059	69
14060	69
14068	69
14069	69
14081	69
14086	69
14095	69
14100	69
6250	69
14107	69
14110	69
14126	69
14133	69
9177	69
14149	69
14155	69
14165	69
14169	69
14174	69
14181	69
14188	69
14191	69
14195	69
14202	69
14206	69
14211	69
14216	69
14220	69
14224	69
14230	69
14242	69
14252	69
14258	69
14263	69
14268	69
14273	69
14278	69
14282	69
14288	69
14295	69
14300	69
14302	69
14307	69
14313	69
14319	69
14321	69
14326	69
14336	69
14344	69
14351	69
14356	69
14367	69
14371	69
14376	69
14382	69
14386	69
14394	69
14401	69
14406	69
14410	69
14416	69
14419	69
14424	69
14433	69
14439	69
14443	69
14451	69
14456	69
14467	69
14477	69
14482	69
14491	69
14495	69
14502	69
14508	69
14515	69
14523	69
14528	69
14541	69
14547	69
14548	69
14553	69
14556	69
14561	69
14566	69
14568	69
12229	69
14588	69
14589	69
14598	69
14604	69
14611	69
14637	69
14640	69
14655	69
14666	69
14672	69
14676	69
14691	69
14701	69
14710	69
14725	69
14731	69
14740	69
14746	69
14758	69
14761	69
14786	69
14772	69
14808	69
14815	69
14816	69
14822	69
14823	69
14833	69
14845	69
14851	69
14853	69
14868	69
14888	69
14893	69
14878	69
14903	69
14916	69
14917	69
14946	69
14953	69
14961	69
14967	69
14973	69
14979	69
14990	69
15001	69
15006	69
15010	69
15032	69
15039	69
15040	69
15047	69
15053	69
15061	69
15094	69
13829	69
13872	69
13878	69
13890	69
13896	69
13907	69
13927	69
13929	69
13950	69
13967	69
13986	69
14004	69
14046	69
14065	69
14074	69
14092	69
14103	69
14121	69
14140	69
14141	69
14157	69
14175	69
14251	69
14255	69
14310	69
14362	69
14469	69
14536	69
14543	69
14558	69
14570	69
14583	69
14689	69
14643	69
14708	69
14715	69
14762	69
14770	69
14776	69
14787	69
14805	69
14862	69
14873	69
14937	69
13870	69
14035	69
14324	69
14370	69
2285	69
14600	69
14616	69
14617	69
14631	69
14632	69
14647	69
14648	69
14650	69
14657	69
14661	69
14668	69
14671	69
14674	69
14679	69
14681	69
14685	69
14687	69
14692	69
14695	69
14697	69
14698	69
14699	69
14704	69
14709	69
14712	69
14714	69
14720	69
14723	69
14728	69
14734	69
14735	69
14736	69
14738	69
14739	69
14744	69
14747	69
14748	69
14750	69
14756	69
14759	69
14767	69
14771	69
13857	69
13882	69
14013	69
14865	69
14389	69
14455	69
14500	69
14503	69
14590	69
13817	69
13861	69
13898	69
13973	69
14033	69
2326	69
14115	69
14131	69
14159	69
14167	69
9288	69
14960	69
14686	69
14338	69
14348	69
14349	69
14375	69
14446	69
14452	69
14484	69
14486	69
14511	69
14575	69
14593	69
14080	69
224	69
14151	69
23498	111
24242	111
2042	112
2045	112
2050	112
2048	112
2054	112
2053	112
2056	112
2058	112
2063	112
2065	112
2067	112
2069	112
2072	112
15932	112
15941	112
16098	112
16415	112
16465	112
16785	112
16941	112
17026	112
17315	112
17359	112
17375	112
17521	112
17540	112
16281	112
16287	112
2039	112
2044	112
2040	112
2041	112
16340	112
2043	112
2046	112
16413	112
2047	112
16493	112
15901	112
2049	112
2051	112
16685	112
2052	112
2084	112
16709	112
2055	112
16727	112
16733	112
16794	112
16811	112
2057	112
16843	112
16000	112
16010	112
2060	112
2059	112
16966	112
16982	112
2061	112
17066	112
17070	112
17185	112
2066	112
2068	112
17289	112
2070	112
17432	112
17490	112
2073	112
17517	112
17605	112
16214	112
23031	112
23228	112
23333	112
23404	112
23648	112
23722	112
23846	112
23873	112
24239	112
24240	112
24241	112
22700	112
24233	112
24234	112
23064	112
23075	112
24235	112
24236	112
24237	112
24238	112
24072	112
23769	112
2064	112
2062	112
2071	112
22163	113
2087	114
17215	114
17246	114
22730	114
24244	114
15895	114
24245	114
1763	115
1715	116
1713	116
1720	116
1718	116
1725	116
1723	116
16182	116
16961	116
16261	116
1717	116
1719	116
1721	116
16234	116
1722	116
16124	116
1724	116
23337	116
1710	116
1711	116
1712	116
23124	116
23271	116
23450	116
1714	116
1716	116
1744	118
1742	118
1749	118
1747	118
16152	118
1743	118
1745	118
16691	118
16693	118
1746	118
24017	118
24194	118
23233	118
1741	118
23279	118
24195	118
23511	118
1748	118
24196	118
23981	118
24197	118
24099	118
1750	118
4937	119
8020	119
12779	119
12784	119
13815	119
13816	119
13821	119
13820	119
13818	119
13823	119
13826	119
13824	119
13825	119
13827	119
13830	119
13828	119
13832	119
13835	119
13836	119
13834	119
13837	119
13841	119
13840	119
13842	119
13844	119
13846	119
13845	119
13847	119
13848	119
13850	119
13854	119
13852	119
13856	119
13858	119
13859	119
13860	119
13862	119
13863	119
13866	119
13865	119
13869	119
13867	119
13875	119
13880	119
13877	119
13879	119
13884	119
13885	119
13881	119
13883	119
13889	119
13886	119
13888	119
13893	119
13892	119
13897	119
13899	119
13900	119
13903	119
13901	119
13904	119
13905	119
13906	119
13908	119
13909	119
13913	119
13911	119
13912	119
13917	119
13918	119
13916	119
13922	119
13921	119
13924	119
13928	119
13925	119
13930	119
11588	119
13934	119
13936	119
13937	119
13938	119
13943	119
13940	119
13941	119
13947	119
13945	119
13946	119
11604	119
13952	119
13953	119
13955	119
13959	119
13956	119
13960	119
13961	119
13963	119
13962	119
14215	119
13964	119
13965	119
13966	119
13968	119
13971	119
13972	119
13970	119
13975	119
13976	119
13977	119
13978	119
13980	119
13981	119
13984	119
13985	119
13989	119
13990	119
13991	119
13995	119
13993	119
13996	119
13999	119
14000	119
14001	119
13998	119
14003	119
14005	119
14008	119
14011	119
14010	119
14009	119
14012	119
14014	119
14015	119
14020	119
14017	119
14018	119
14025	119
14023	119
14022	119
14024	119
14027	119
14029	119
14030	119
14034	119
14032	119
14036	119
14039	119
14040	119
14037	119
14043	119
14054	119
14045	119
14047	119
14053	119
14049	119
14052	119
14056	119
14058	119
14055	119
14057	119
14062	119
14063	119
14061	119
11733	119
14066	119
14067	119
14071	119
14070	119
14076	119
14078	119
14075	119
4752	119
14079	119
14082	119
14083	119
14085	119
14089	119
14087	119
14088	119
14090	119
14093	119
14096	119
14099	119
14097	119
14098	119
14102	119
14101	119
14104	119
14106	119
14105	119
14112	119
14111	119
14108	119
14113	119
14114	119
14116	119
14117	119
14119	119
14118	119
14120	119
14122	119
14127	119
14123	119
14124	119
14132	119
14128	119
14129	119
14134	119
14135	119
14137	119
14138	119
14139	119
14146	119
14144	119
14142	119
14145	119
14150	119
14148	119
14152	119
14153	119
14160	119
14156	119
14162	119
14163	119
14161	119
14164	119
14166	119
14168	119
14170	119
14171	119
14173	119
14172	119
14176	119
14177	119
14179	119
14182	119
14184	119
14180	119
14183	119
14185	119
14187	119
14189	119
14186	119
14194	119
14192	119
14193	119
14197	119
14198	119
14196	119
14199	119
14200	119
14201	119
14203	119
14204	119
14205	119
14209	119
14207	119
14210	119
14212	119
14213	119
14214	119
14219	119
14218	119
14217	119
14221	119
14222	119
14226	119
14223	119
14225	119
14229	119
14233	119
14231	119
14232	119
14235	119
14236	119
14239	119
14240	119
14238	119
14241	119
14244	119
14245	119
14246	119
14243	119
14247	119
14248	119
14250	119
14249	119
14256	119
14254	119
14257	119
14261	119
14259	119
14264	119
14265	119
14266	119
14262	119
14270	119
14269	119
14271	119
14276	119
14274	119
14272	119
14281	119
14279	119
14280	119
14284	119
14285	119
14286	119
14290	119
14289	119
14291	119
14292	119
14294	119
14296	119
14293	119
14301	119
14297	119
14298	119
14305	119
14306	119
14303	119
14304	119
14309	119
6455	119
14308	119
14312	119
14315	119
14311	119
14314	119
14316	119
14317	119
14320	119
14318	119
14323	119
14325	119
14329	119
14330	119
14328	119
14332	119
14334	119
14335	119
14333	119
14337	119
14340	119
14343	119
14341	119
14342	119
14346	119
14347	119
14350	119
14353	119
14354	119
14355	119
14359	119
14360	119
14358	119
14361	119
14364	119
14365	119
14363	119
14368	119
14369	119
14373	119
14374	119
14372	119
14380	119
14378	119
14377	119
14596	119
14384	119
14388	119
14387	119
14385	119
14392	119
14393	119
14397	119
14395	119
14396	119
14402	119
14399	119
14400	119
14403	119
14404	119
14405	119
14407	119
14408	119
14411	119
14409	119
14412	119
14413	119
14418	119
14417	119
14414	119
14420	119
14421	119
14422	119
14427	119
14428	119
14425	119
14426	119
14431	119
14434	119
14436	119
14435	119
14432	119
14438	119
14440	119
14437	119
14444	119
14449	119
14453	119
14454	119
14457	119
14458	119
14459	119
14460	119
14461	119
14464	119
14463	119
14465	119
14468	119
14470	119
14471	119
14472	119
14474	119
14475	119
14479	119
14480	119
14483	119
14481	119
12153	119
14488	119
14489	119
14490	119
14493	119
14501	119
14497	119
14499	119
14504	119
14505	119
14509	119
14510	119
14513	119
14516	119
14512	119
14519	119
14520	119
14521	119
14522	119
14525	119
14526	119
14524	119
14529	119
14530	119
14531	119
14532	119
14533	119
14535	119
14537	119
14534	119
14540	119
14538	119
14539	119
14545	119
14550	119
14549	119
14551	119
14552	119
14554	119
14555	119
14559	119
14560	119
14557	119
14562	119
14564	119
14563	119
14565	119
14567	119
14572	119
14569	119
14573	119
14577	119
14576	119
14578	119
14579	119
14582	119
14581	119
14586	119
14585	119
14584	119
14591	119
14602	119
14601	119
14607	119
14605	119
14613	119
14610	119
14612	119
14618	119
14615	119
14620	119
14621	119
14626	119
14627	119
14633	119
14630	119
14638	119
14635	119
14636	119
13096	119
14645	119
14649	119
14654	119
14653	119
14656	119
14660	119
14659	119
14664	119
14663	119
14669	119
14670	119
14675	119
14673	119
14680	119
14678	119
14684	119
14688	119
14690	119
14693	119
14694	119
14696	119
14703	119
14702	119
14706	119
14707	119
14713	119
14717	119
14719	119
14724	119
14722	119
14729	119
14727	119
14733	119
14737	119
14743	119
14742	119
10018	119
14753	119
14751	119
14752	119
13276	119
14760	119
14764	119
14765	119
14769	119
14775	119
14774	119
14780	119
14781	119
14778	119
14779	119
14782	119
14784	119
14785	119
14783	119
14789	119
14790	119
14791	119
14788	119
14792	119
14793	119
14794	119
14795	119
14796	119
14797	119
14799	119
14800	119
14801	119
14802	119
14803	119
14806	119
14804	119
14807	119
14810	119
4396	119
14809	119
14811	119
14812	119
14813	119
14814	119
12778	119
8009	119
14817	119
14820	119
14821	119
14818	119
14819	119
14825	119
14827	119
14824	119
14826	119
14828	119
14830	119
14831	119
14832	119
14836	119
14835	119
14834	119
12780	119
14838	119
14839	119
14840	119
14841	119
14842	119
14843	119
14846	119
14844	119
14847	119
14848	119
14849	119
14850	119
14856	119
14852	119
14854	119
14855	119
14858	119
14859	119
14860	119
14861	119
14866	119
14863	119
14864	119
14870	119
14871	119
14867	119
14869	119
14872	119
14874	119
14875	119
14876	119
14877	119
14879	119
14880	119
14881	119
14884	119
14886	119
14883	119
14885	119
14887	119
14889	119
14891	119
14890	119
14892	119
14894	119
14896	119
14895	119
14898	119
14900	119
14901	119
14899	119
14902	119
14906	119
14904	119
14905	119
14909	119
14910	119
14911	119
14908	119
14912	119
14915	119
14913	119
14918	119
14921	119
14920	119
14919	119
14923	119
14925	119
14926	119
14924	119
14927	119
14928	119
8275	119
14930	119
14931	119
14932	119
14933	119
14935	119
14936	119
14938	119
14939	119
14940	119
14941	119
14943	119
14944	119
14945	119
14947	119
14948	119
14949	119
14950	119
14955	119
14951	119
14952	119
14954	119
14956	119
14958	119
14959	119
14957	119
14963	119
14964	119
14965	119
14962	119
14966	119
14969	119
14970	119
14968	119
14971	119
14972	119
14975	119
14974	119
14977	119
14978	119
14980	119
14976	119
14981	119
14982	119
12785	119
14984	119
14985	119
14987	119
14988	119
14989	119
14992	119
14991	119
14994	119
14993	119
14995	119
14997	119
14998	119
14999	119
15003	119
15004	119
15000	119
15002	119
15005	119
15007	119
15009	119
15008	119
15011	119
15012	119
15013	119
15014	119
15016	119
15017	119
15018	119
15019	119
15020	119
15021	119
15022	119
15023	119
15024	119
15025	119
15026	119
15027	119
15028	119
15029	119
15030	119
15031	119
15033	119
15034	119
15035	119
15036	119
15037	119
15038	119
15041	119
15042	119
12834	119
15043	119
15044	119
15045	119
15046	119
15048	119
15049	119
15050	119
15051	119
15052	119
15055	119
15056	119
15057	119
15058	119
15059	119
15060	119
15062	119
15063	119
15064	119
15065	119
15066	119
15067	119
15068	119
15069	119
15070	119
15071	119
15072	119
15073	119
15074	119
15075	119
15076	119
15077	119
15078	119
15079	119
15080	119
15081	119
15082	119
15083	119
15084	119
15085	119
15086	119
15087	119
15088	119
15089	119
15090	119
15091	119
15092	119
15093	119
15095	119
15096	119
15097	119
15098	119
15099	119
15100	119
15101	119
15102	119
15103	119
13798	119
15104	119
15105	119
15106	119
15107	119
15108	119
15109	119
15110	119
15111	119
15112	119
15113	119
15114	119
13813	119
13814	119
13822	119
13843	119
13849	119
13853	119
13864	119
13868	119
13871	119
13874	119
13876	119
13887	119
13894	119
13895	119
13902	119
13910	119
13915	119
13920	119
13926	119
13933	119
13939	119
13932	119
13944	119
13948	119
13949	119
13958	119
13969	119
13974	119
13979	119
13983	119
13987	119
13992	119
13997	119
14002	119
14007	119
14016	119
14021	119
14026	119
14031	119
14038	119
14041	119
14044	119
14051	119
14059	119
14060	119
14068	119
14069	119
14081	119
14086	119
14095	119
14100	119
6250	119
14107	119
14110	119
14126	119
14133	119
9177	119
14149	119
14155	119
14165	119
14169	119
14174	119
14181	119
14188	119
14191	119
14195	119
14202	119
14206	119
14211	119
14216	119
14220	119
14224	119
14230	119
14242	119
14252	119
14258	119
14263	119
14268	119
14273	119
14278	119
14282	119
14288	119
14295	119
14300	119
14302	119
14307	119
14313	119
14319	119
14321	119
14326	119
14336	119
14344	119
14351	119
14356	119
14367	119
14371	119
14376	119
14382	119
14386	119
14394	119
14401	119
14406	119
14410	119
14416	119
14419	119
14424	119
14433	119
14439	119
14443	119
14451	119
14456	119
14467	119
14477	119
14482	119
14491	119
14495	119
14502	119
14508	119
14515	119
14523	119
14528	119
14541	119
14547	119
14548	119
14553	119
14556	119
14561	119
14566	119
14568	119
12229	119
14588	119
14589	119
14598	119
14604	119
14611	119
14637	119
14640	119
14655	119
14666	119
14672	119
14676	119
14691	119
9846	119
14701	119
14710	119
14725	119
14731	119
14740	119
14746	119
14758	119
14761	119
14786	119
14772	119
14808	119
14815	119
14816	119
14822	119
14823	119
14833	119
14845	119
14851	119
14853	119
14868	119
14888	119
14893	119
14878	119
14903	119
14916	119
14917	119
14946	119
14953	119
14961	119
14967	119
14973	119
14979	119
14990	119
15001	119
15006	119
15010	119
15032	119
15039	119
15040	119
15047	119
15053	119
15061	119
15094	119
13819	119
13829	119
13831	119
13833	119
13838	119
13851	119
13855	119
13872	119
8815	119
13878	119
13890	119
13891	119
11557	119
13896	119
13907	119
13914	119
13923	119
13927	119
13929	119
13931	119
13935	119
13942	119
13950	119
13951	119
13957	119
11617	119
13967	119
13982	119
13986	119
13988	119
13994	119
14004	119
14019	119
14028	119
14046	119
14048	119
14064	119
14065	119
14072	119
14074	119
14084	119
14092	119
14091	119
14094	119
14103	119
14109	119
14121	119
14125	119
14130	119
14136	119
14140	119
14141	119
14147	119
14154	119
14157	119
14158	119
14175	119
14178	119
14190	119
14208	119
14227	119
14234	119
14237	119
14251	119
14253	119
14255	119
14260	119
14267	119
14275	119
14277	119
14287	119
14299	119
14310	119
14331	119
14339	119
14345	119
14357	119
14362	119
14366	119
14379	119
14381	119
12048	119
14391	119
14398	119
14415	119
14423	119
14429	119
14430	119
14441	119
14442	119
14448	119
14450	119
14462	119
14469	119
14473	119
14478	119
14485	119
14487	119
14492	119
14496	119
14498	119
14507	119
14517	119
14518	119
14527	119
14536	119
14543	119
14546	119
14558	119
14570	119
14571	119
14580	119
14583	119
14587	119
14592	119
14689	119
14643	119
14708	119
14715	119
14762	119
14770	119
14776	119
14787	119
14798	119
14805	119
14829	119
14837	119
14857	119
14862	119
14873	119
14882	119
14897	119
14907	119
14922	119
14929	119
14934	119
14937	119
14942	119
14983	119
14986	119
14996	119
15015	119
15054	119
16331	119
16335	119
16336	119
16338	119
16350	119
16352	119
16356	119
16358	119
16359	119
16361	119
16370	119
16381	119
16386	119
16392	119
16393	119
16401	119
16435	119
16471	119
16489	119
16497	119
16499	119
16504	119
16507	119
16563	119
16566	119
16567	119
16576	119
16606	119
16607	119
16634	119
16682	119
16703	119
16724	119
16760	119
16771	119
16781	119
16793	119
16820	119
16868	119
16875	119
16878	119
16882	119
16901	119
16903	119
16931	119
16935	119
16950	119
16953	119
16955	119
16974	119
16978	119
16993	119
17032	119
17042	119
17043	119
17050	119
17073	119
17074	119
17077	119
17078	119
17091	119
17131	119
17160	119
17177	119
17214	119
17229	119
17236	119
17255	119
17266	119
17268	119
17276	119
17280	119
17282	119
17330	119
17337	119
17339	119
17356	119
17365	119
17367	119
17368	119
17374	119
17429	119
17439	119
17448	119
17451	119
17454	119
17456	119
17464	119
17492	119
17504	119
17515	119
17526	119
17531	119
17539	119
17544	119
17549	119
17552	119
17553	119
17558	119
17567	119
17576	119
17578	119
17587	119
17596	119
17598	119
17619	119
17631	119
14494	119
14506	119
14514	119
19794	119
19800	119
19803	119
19805	119
19811	119
19813	119
13870	119
19831	119
19839	119
19840	119
19845	119
19853	119
19860	119
19866	119
19871	119
19889	119
19892	119
19897	119
19898	119
2904	119
19906	119
19919	119
19924	119
19927	119
19928	119
19932	119
19936	119
19939	119
19945	119
19955	119
19966	119
19967	119
19974	119
20002	119
20004	119
20017	119
20018	119
20027	119
20028	119
20029	119
20033	119
20039	119
20040	119
20045	119
20048	119
20052	119
20055	119
20081	119
20084	119
20095	119
20104	119
20125	119
20126	119
20132	119
20148	119
20160	119
20162	119
20174	119
20176	119
20178	119
20180	119
20181	119
20184	119
20189	119
14035	119
20195	119
20201	119
20207	119
20225	119
14050	119
20247	119
20254	119
20269	119
20280	119
14073	119
20285	119
20295	119
20297	119
20299	119
20300	119
20302	119
20303	119
20305	119
20307	119
20318	119
20327	119
20328	119
20329	119
20336	119
20337	119
20338	119
20339	119
20364	119
20372	119
20388	119
20395	119
20396	119
20399	119
20409	119
20414	119
20418	119
20424	119
14143	119
20436	119
20449	119
20454	119
20469	119
20471	119
20495	119
20500	119
20502	119
20508	119
20513	119
20524	119
20531	119
18662	119
20549	119
20556	119
20560	119
20565	119
20577	119
20585	119
20594	119
20600	119
20602	119
20622	119
20639	119
20644	119
20656	119
20660	119
20663	119
20664	119
20665	119
20666	119
20667	119
20680	119
20683	119
20684	119
20691	119
20706	119
20709	119
14324	119
20725	119
20732	119
20738	119
20745	119
14352	119
20769	119
20795	119
20804	119
20807	119
20817	119
14370	119
20828	119
20831	119
20848	119
20851	119
20854	119
20876	119
20881	119
20890	119
20898	119
20900	119
20906	119
20910	119
20911	119
20912	119
20925	119
20927	119
20930	119
20939	119
20949	119
20965	119
20969	119
20972	119
20973	119
20980	119
20985	119
20987	119
14447	119
20996	119
21006	119
21014	119
21018	119
21019	119
21030	119
21052	119
21053	119
21067	119
21068	119
21070	119
21071	119
21077	119
21084	119
21089	119
21092	119
21094	119
21099	119
21101	119
21103	119
21123	119
21125	119
21133	119
21135	119
21142	119
21149	119
21151	119
21152	119
21169	119
21172	119
21173	119
21193	119
21207	119
21209	119
21212	119
21224	119
21232	119
21249	119
21474	119
2217	119
21508	119
2285	119
21630	119
21479	119
2328	119
21480	119
21487	119
2691	119
15116	119
14594	119
14595	119
14597	119
21475	119
21476	119
21477	119
21478	119
14599	119
21481	119
21482	119
14600	119
9894	119
14603	119
21483	119
21484	119
21485	119
21486	119
14606	119
21488	119
21489	119
21490	119
21491	119
21492	119
14608	119
14609	119
21493	119
21494	119
21495	119
21496	119
21497	119
14614	119
14616	119
14617	119
21498	119
21499	119
21500	119
21501	119
21502	119
14619	119
21503	119
21504	119
14622	119
14623	119
21505	119
21506	119
21507	119
21509	119
14624	119
14625	119
21510	119
21511	119
14628	119
14629	119
14631	119
21512	119
14632	119
21513	119
21514	119
21515	119
14634	119
21516	119
21517	119
21518	119
21519	119
21520	119
14639	119
21521	119
21522	119
14641	119
21523	119
21524	119
21525	119
21526	119
21527	119
14642	119
14644	119
14651	119
15251	119
21528	119
21529	119
21530	119
21531	119
21532	119
6954	119
14646	119
14647	119
21533	119
21534	119
14648	119
21535	119
21536	119
21537	119
21538	119
21539	119
21540	119
21541	119
14650	119
21542	119
14652	119
21543	119
14657	119
14658	119
21544	119
21545	119
21548	119
14661	119
14662	119
21546	119
21547	119
14665	119
21549	119
21550	119
21551	119
21552	119
14667	119
21553	119
21554	119
21555	119
14668	119
21556	119
21557	119
21558	119
21559	119
21560	119
21561	119
14671	119
13141	119
21562	119
21563	119
21564	119
15330	119
14674	119
21565	119
21566	119
21575	119
15340	119
21567	119
21568	119
21569	119
21570	119
14677	119
14679	119
21571	119
21572	119
14681	119
14682	119
21573	119
21574	119
14683	119
14685	119
21576	119
21577	119
14687	119
21578	119
21579	119
21580	119
21581	119
21582	119
21583	119
21584	119
21585	119
21586	119
21587	119
14692	119
21588	119
21589	119
21590	119
14695	119
21591	119
13192	119
21592	119
21593	119
21594	119
14697	119
14698	119
21595	119
14699	119
21596	119
21597	119
14700	119
14704	119
21598	119
21599	119
21600	119
14705	119
21601	119
21602	119
14709	119
21603	119
14711	119
14712	119
21604	119
21605	119
21606	119
14714	119
21607	119
21608	119
21609	119
21610	119
21611	119
14716	119
21612	119
21613	119
21614	119
21615	119
21616	119
21617	119
21618	119
21619	119
14718	119
14720	119
21620	119
21621	119
21622	119
14721	119
14723	119
21623	119
21624	119
21629	119
14726	119
21625	119
21626	119
21627	119
21628	119
14728	119
21631	119
21632	119
14730	119
21633	119
21634	119
14732	119
21635	119
21636	119
21637	119
14734	119
14735	119
21638	119
14736	119
14738	119
21639	119
21640	119
21641	119
21642	119
14739	119
21643	119
21644	119
21645	119
21646	119
21647	119
21648	119
21649	119
14741	119
14744	119
21650	119
14745	119
14747	119
14748	119
21656	119
14749	119
21651	119
14750	119
21652	119
14754	119
14755	119
21653	119
3681	119
21654	119
21657	119
14756	119
21655	119
14757	119
14759	119
21658	119
21659	119
21660	119
21661	119
21662	119
14763	119
21663	119
21664	119
21665	119
21666	119
14766	119
14767	119
14768	119
21698	119
21667	119
21668	119
21669	119
21670	119
14771	119
21671	119
21672	119
14773	119
21673	119
21674	119
14777	119
21675	119
21676	119
21677	119
21678	119
21679	119
21680	119
21681	119
21682	119
21683	119
21684	119
21685	119
21686	119
21687	119
21688	119
21689	119
21690	119
21691	119
21692	119
21693	119
21694	119
21695	119
21696	119
21697	119
21699	119
21700	119
21701	119
21702	119
21703	119
21704	119
21705	119
21706	119
21707	119
21708	119
21709	119
21710	119
21711	119
21712	119
21713	119
21714	119
21715	119
21716	119
21717	119
21718	119
21719	119
21720	119
21721	119
21722	119
21723	119
21724	119
21725	119
21726	119
21727	119
21728	119
21729	119
21730	119
21731	119
21732	119
21733	119
21734	119
21735	119
21736	119
21737	119
21738	119
21739	119
21740	119
21741	119
21742	119
21743	119
21744	119
21745	119
21746	119
21747	119
21748	119
21749	119
21750	119
21751	119
21752	119
21753	119
21754	119
21755	119
21756	119
21757	119
21758	119
21759	119
21760	119
21761	119
21762	119
21763	119
21764	119
21765	119
21766	119
21767	119
21768	119
21769	119
21770	119
21771	119
21772	119
21773	119
21774	119
22011	119
22013	119
21996	119
21993	119
13857	119
22002	119
13882	119
22005	119
22007	119
22008	119
22014	119
22015	119
22016	119
22017	119
22018	119
22019	119
22020	119
22024	119
22025	119
22026	119
14013	119
22028	119
22029	119
14042	119
22030	119
22032	119
22033	119
22039	119
22045	119
22046	119
22047	119
22048	119
22049	119
22054	119
14865	119
22055	119
22060	119
22061	119
22063	119
22065	119
22066	119
22067	119
22068	119
22071	119
22073	119
22077	119
22079	119
22095	119
22081	119
22084	119
22086	119
22088	119
22089	119
22090	119
22091	119
22093	119
14283	119
22102	119
22099	119
22104	119
22106	119
22112	119
22114	119
17088	119
22116	119
22123	119
22125	119
22129	119
14389	119
14390	119
14455	119
22136	119
22137	119
22138	119
22139	119
22140	119
22141	119
14500	119
22142	119
14503	119
22144	119
22146	119
22147	119
22158	119
22159	119
22162	119
22168	119
22169	119
22170	119
22171	119
22174	119
22175	119
22176	119
22177	119
22178	119
22180	119
14590	119
13817	119
22189	119
22190	119
13839	119
13861	119
22200	119
13873	119
22213	119
13898	119
13919	119
22223	119
22224	119
22232	119
13954	119
22239	119
22241	119
22246	119
22249	119
13973	119
22250	119
14006	119
22256	119
22261	119
22262	119
22263	119
22266	119
14033	119
22277	119
14077	119
2326	119
22287	119
22289	119
22291	119
22299	119
14115	119
22309	119
14131	119
22327	119
22322	119
22324	119
22326	119
14159	119
14167	119
22331	119
22332	119
22334	119
22337	119
22338	119
22343	119
22352	119
22363	119
9288	119
14228	119
22376	119
7669	119
22380	119
22382	119
22397	119
22400	119
22404	119
22407	119
22419	119
14914	119
14960	119
22436	119
14686	119
14322	119
22435	119
22437	119
14327	119
14338	119
14348	119
14349	119
22444	119
22454	119
22457	119
14375	119
22458	119
22463	119
14383	119
22478	119
22484	119
22492	119
14445	119
14446	119
22498	119
13280	119
14452	119
22499	119
22509	119
14466	119
22515	119
22516	119
14484	119
14486	119
22525	119
22527	119
14511	119
223	119
22530	119
22542	119
22549	119
22565	119
22568	119
14544	119
4982	119
22578	119
22580	119
22582	119
22586	119
14574	119
14575	119
22596	119
22602	119
22604	119
22605	119
14593	119
22615	119
14080	119
22472	119
14542	119
268	119
2084	119
224	119
9295	119
8990	119
9322	119
14151	119
14476	119
11848	119
11477	119
11605	119
11830	119
12162	119
12208	119
4060	120
771	27
774	27
777	27
780	27
782	27
784	27
788	27
790	27
795	27
793	27
797	27
799	27
809	27
807	27
812	27
814	27
819	27
817	27
822	27
824	27
830	27
828	27
834	27
832	27
839	27
837	27
845	27
843	27
847	27
849	27
852	27
854	27
860	27
858	27
863	27
867	27
869	27
874	27
877	27
879	27
884	27
882	27
887	27
889	27
892	27
894	27
897	27
898	27
900	27
902	27
904	27
907	27
908	27
910	27
912	27
914	27
917	27
919	27
921	27
922	27
925	27
928	27
929	27
930	27
932	27
933	27
935	27
937	27
939	27
942	27
943	27
945	27
947	27
948	27
950	27
952	27
953	27
955	27
957	27
959	27
962	27
963	27
965	27
967	27
968	27
970	27
972	27
973	27
975	27
977	27
978	27
980	27
982	27
984	27
987	27
988	27
990	27
993	27
994	27
991	27
997	27
999	27
1002	27
1004	27
1007	27
1008	27
1010	27
1012	27
1014	27
1042	27
1049	27
1052	27
1054	27
1057	27
1058	27
1060	27
1062	27
1063	27
1065	27
1067	27
1069	27
1072	27
1074	27
1077	27
1078	27
1080	27
1082	27
1083	27
1085	27
1087	27
1088	27
1090	27
1092	27
1094	27
1097	27
1098	27
1100	27
1102	27
1103	27
1105	27
1107	27
1108	27
1110	27
1112	27
1114	27
1117	27
1118	27
1120	27
1122	27
1124	27
1127	27
1129	27
1131	27
1134	27
1137	27
1138	27
1140	27
1142	27
1144	27
1147	27
1149	27
1152	27
1154	27
1158	27
1160	27
1162	27
1164	27
1167	27
1168	27
1172	27
1174	27
1177	27
1179	27
1182	27
1183	27
1185	27
1190	27
1186	27
1188	27
1192	27
1195	27
1197	27
1198	27
1200	27
1202	27
1204	27
1207	27
1209	27
1213	27
1215	27
1217	27
1219	27
1222	27
1223	27
1225	27
513	27
15842	27
15810	27
15925	27
15940	27
15953	27
15958	27
15959	27
15963	27
15980	27
16001	27
16008	27
16011	27
16013	27
16020	27
16037	27
16041	27
16061	27
16083	27
16086	27
16089	27
16097	27
16103	27
16104	27
16109	27
16116	27
16122	27
16140	27
16143	27
16157	27
16158	27
16175	27
16180	27
16179	27
16185	27
16192	27
16199	27
16206	27
16217	27
16219	27
773	27
794	27
802	27
855	27
864	27
886	27
15792	27
992	27
896	27
1221	27
1189	27
772	27
15808	27
899	27
15811	27
776	27
901	27
15818	27
15823	27
15825	27
903	27
995	27
905	27
15831	27
996	27
906	27
778	27
909	27
15841	27
998	27
1000	27
785	27
1001	27
786	27
911	27
787	27
1003	27
1005	27
913	27
1006	27
783	27
800	27
1009	27
1011	27
915	27
916	27
823	27
791	27
821	27
918	27
792	27
920	27
1013	27
798	27
923	27
924	27
1191	27
1015	27
15906	27
15909	27
1017	27
1018	27
1019	27
1028	27
1031	27
15912	27
1016	27
1193	27
1032	27
1038	27
804	27
1039	27
927	27
15920	27
15921	27
1050	27
1020	27
1021	27
1022	27
1023	27
1024	27
1025	27
1026	27
1027	27
926	27
1029	27
1030	27
1033	27
15914	27
1034	27
1035	27
1036	27
1037	27
15918	27
15919	27
1040	27
1041	27
1043	27
1044	27
805	27
1045	27
1194	27
1046	27
1047	27
1048	27
1051	27
15931	27
1053	27
810	27
1055	27
931	27
813	27
1056	27
15967	27
820	27
1196	27
1059	27
934	27
936	27
1061	27
938	27
940	27
826	27
941	27
827	27
1064	27
944	27
829	27
1066	27
1068	27
1070	27
1071	27
831	27
16003	27
1073	27
1075	27
1076	27
16088	27
836	27
1199	27
946	27
840	27
842	27
844	27
1079	27
850	27
1081	27
1084	27
1086	27
851	27
949	27
853	27
1089	27
16063	27
951	27
16066	27
1091	27
1093	27
1095	27
1096	27
16072	27
954	27
1099	27
1201	27
956	27
1101	27
958	27
960	27
961	27
964	27
16093	27
1104	27
861	27
1106	27
16100	27
966	27
16106	27
1203	27
969	27
971	27
974	27
1109	27
1205	27
976	27
1111	27
1113	27
1206	27
1115	27
1116	27
875	27
878	27
1119	27
1121	27
1123	27
1224	27
1125	27
979	27
1126	27
1128	27
880	27
1130	27
1132	27
1133	27
1208	27
1135	27
1136	27
883	27
1139	27
981	27
16168	27
1141	27
1143	27
1145	27
16177	27
16184	27
1146	27
983	27
1148	27
985	27
986	27
1150	27
1151	27
1157	27
1212	27
1159	27
16190	27
1214	27
1161	27
16191	27
1163	27
1165	27
1166	27
1169	27
1216	27
16189	27
1156	27
1153	27
1210	27
1211	27
1155	27
1170	27
1171	27
1173	27
1175	27
1176	27
1178	27
16198	27
1180	27
1181	27
16202	27
1218	27
1220	27
1184	27
1187	27
16213	27
989	27
22627	27
22646	27
22647	27
22663	27
22678	27
22692	27
22699	27
22707	27
22720	27
22723	27
22735	27
22770	27
22781	27
22825	27
22833	27
22859	27
22878	27
22931	27
22941	27
22960	27
22965	27
22970	27
22992	27
23022	27
23026	27
23027	27
23033	27
23044	27
23046	27
23047	27
23049	27
23052	27
23054	27
23060	27
23061	27
23072	27
23092	27
23109	27
23110	27
23139	27
23141	27
23142	27
23152	27
23191	27
23195	27
23200	27
23215	27
23220	27
23227	27
23240	27
23243	27
23261	27
23270	27
23304	27
23321	27
23344	27
23360	27
23374	27
23398	27
23408	27
23412	27
23423	27
23489	27
23495	27
23516	27
23521	27
23544	27
23552	27
23549	27
23570	27
23586	27
23587	27
23590	27
23624	27
23643	27
23691	27
23698	27
23699	27
23730	27
23734	27
23739	27
23744	27
23747	27
23750	27
23761	27
23768	27
23795	27
23800	27
23804	27
23814	27
23820	27
23821	27
23841	27
23843	27
23864	27
23914	27
23982	27
23984	27
23987	27
23990	27
23992	27
23997	27
24004	27
24035	27
24051	27
24052	27
24054	27
24069	27
24073	27
24082	27
24083	27
24088	27
24089	27
24151	27
770	27
22673	27
781	27
24152	27
22801	27
15854	27
22955	27
796	27
24153	27
15913	27
803	27
806	27
801	27
808	27
811	27
23188	27
24154	27
24155	27
23223	27
24156	27
23300	27
23301	27
23314	27
23319	27
24157	27
835	27
841	27
838	27
24158	27
23424	27
23428	27
848	27
846	27
24159	27
23522	27
23559	27
856	27
857	27
23585	27
23620	27
23631	27
23684	27
23702	27
24160	27
873	27
866	27
868	27
870	27
23844	27
23921	27
23935	27
24161	27
23941	27
24162	27
24163	27
891	27
890	27
23813	27
24248	27
24249	27
862	27
775	27
779	27
789	27
815	27
816	27
818	27
825	27
833	27
859	27
865	27
876	27
871	27
872	27
881	27
885	27
888	27
893	27
895	27
13818	80
13824	80
13825	80
13828	80
13834	80
13841	80
13840	80
13845	80
13847	80
13848	80
13850	80
13852	80
13856	80
13860	80
13865	80
13867	80
13879	80
13881	80
13883	80
13886	80
13888	80
13892	80
13901	80
13904	80
13921	80
13924	80
13925	80
13930	80
11588	80
13936	80
13937	80
13938	80
13941	80
11604	80
13955	80
13956	80
13960	80
13962	80
14215	80
13966	80
13968	80
13970	80
13985	80
13991	80
13993	80
13996	80
14009	80
14017	80
14018	80
14022	80
14024	80
14037	80
14054	80
14047	80
14049	80
14052	80
14055	80
14057	80
14061	80
14067	80
14070	80
14075	80
14087	80
14088	80
14090	80
14093	80
14101	80
14108	80
14118	80
14120	80
14122	80
14123	80
14124	80
14128	80
14129	80
14137	80
14146	80
14142	80
14145	80
14148	80
14156	80
14161	80
14164	80
14166	80
14168	80
14172	80
14180	80
14183	80
14186	80
14207	80
14218	80
14223	80
14225	80
14232	80
14238	80
14241	80
14243	80
14249	80
14256	80
14254	80
14259	80
14262	80
14271	80
14272	80
14293	80
14297	80
14298	80
14304	80
14308	80
14311	80
14314	80
14318	80
14325	80
14328	80
14333	80
14340	80
14341	80
14342	80
14358	80
14363	80
14369	80
14372	80
14377	80
14385	80
14393	80
14396	80
14399	80
14400	80
14403	80
14407	80
14408	80
14409	80
14412	80
14413	80
14414	80
14426	80
14431	80
14432	80
14437	80
14449	80
14463	80
14465	80
14474	80
14475	80
14480	80
14481	80
12153	80
14488	80
14489	80
14490	80
14493	80
14505	80
14512	80
14522	80
14524	80
14532	80
14534	80
14538	80
14539	80
14545	80
14550	80
14563	80
14565	80
14567	80
14569	80
14573	80
14581	80
14584	80
14591	80
14601	80
14633	80
14636	80
14653	80
14659	80
14663	80
14680	80
14688	80
14703	80
14722	80
14742	80
14769	80
14783	80
14788	80
14804	80
14818	80
14819	80
14824	80
14826	80
14832	80
14834	80
12780	80
14844	80
14852	80
14854	80
14855	80
14864	80
14867	80
14869	80
14876	80
14883	80
14885	80
14890	80
14895	80
14899	80
14905	80
14908	80
14913	80
14919	80
14924	80
14949	80
14950	80
14951	80
14952	80
14954	80
14957	80
14974	80
14976	80
14984	80
14988	80
14989	80
14993	80
15000	80
15002	80
15008	80
13932	80
12229	80
9846	80
14868	80
14878	80
13819	80
13829	80
13831	80
13833	80
13838	80
13851	80
13855	80
13872	80
8815	80
13878	80
13890	80
13891	80
11557	80
13896	80
13907	80
13914	80
13923	80
13927	80
13929	80
13931	80
13935	80
13942	80
13950	80
13951	80
13957	80
11617	80
13967	80
13982	80
13986	80
13988	80
13994	80
14004	80
14019	80
14028	80
14046	80
14048	80
14064	80
14065	80
14072	80
14074	80
14084	80
14092	80
14091	80
14094	80
14103	80
14109	80
14121	80
14125	80
14130	80
14136	80
14140	80
14141	80
14147	80
14154	80
14157	80
14158	80
14175	80
14178	80
14190	80
14208	80
14227	80
14234	80
14237	80
14251	80
14253	80
14255	80
14260	80
14267	80
14275	80
14277	80
14287	80
14299	80
14310	80
14331	80
14339	80
14345	80
14357	80
14362	80
14366	80
14379	80
14381	80
12048	80
14391	80
14398	80
14415	80
14423	80
14429	80
14430	80
14441	80
14442	80
14448	80
14450	80
14462	80
14469	80
14473	80
14478	80
14485	80
14487	80
14492	80
14496	80
14498	80
14507	80
14517	80
14518	80
14527	80
14536	80
14543	80
14546	80
14558	80
14570	80
14571	80
14580	80
14583	80
14587	80
14592	80
14689	80
14643	80
14708	80
14715	80
14762	80
14770	80
14776	80
14787	80
14798	80
14805	80
14829	80
14837	80
14857	80
14862	80
14873	80
14882	80
14897	80
14907	80
14922	80
14929	80
14934	80
14937	80
14942	80
14983	80
14986	80
14996	80
15015	80
15054	80
14506	80
14050	80
14352	80
14447	80
14603	80
14606	80
14608	80
14622	80
14623	80
14625	80
14628	80
14642	80
14646	80
14667	80
14674	80
14683	80
14704	80
14711	80
14712	80
14732	80
14739	80
14757	80
14768	80
14773	80
21696	80
21716	80
21724	80
21753	80
21763	80
21766	80
21772	80
14042	80
14865	80
14389	80
14390	80
13873	80
13954	80
14006	80
14077	80
9288	80
14914	80
14322	80
14383	80
14452	80
14574	80
14542	80
9295	80
8990	80
9322	80
14151	80
14476	80
11848	80
11605	80
11830	80
12208	80
2009	117
2014	117
2012	117
2017	117
2019	117
2023	117
2021	117
2038	117
2036	117
15799	117
15893	117
15947	117
15968	117
15988	117
16023	117
16049	117
16067	117
16146	117
16161	117
16218	117
16677	117
16774	117
17041	117
17060	117
17348	117
2008	117
16250	117
15806	117
15826	117
16422	117
2010	117
2011	117
15910	117
16661	117
15978	117
16889	117
16936	117
16079	117
16084	117
2020	117
2022	117
17460	117
2024	117
16204	117
22718	117
22732	117
22786	117
22804	117
22806	117
22835	117
22849	117
22860	117
22866	117
22873	117
22942	117
22956	117
23136	117
23237	117
23322	117
23327	117
23373	117
23386	117
23387	117
23393	117
23410	117
23411	117
23527	117
23546	117
23652	117
23659	117
23713	117
23738	117
23802	117
23824	117
23833	117
23861	117
23872	117
23976	117
24075	117
24085	117
24189	117
24209	117
23108	117
24210	117
23703	117
16108	117
2037	117
24211	117
16024	117
22661	117
22671	117
22772	117
15942	117
23296	117
2016	117
16238	117
2015	117
23560	117
23661	117
23740	117
23749	117
23766	117
23960	117
16171	117
23708	117
2018	117
2013	117
5	107
3	107
8	107
10	107
12	107
14	107
19	107
22	107
24	107
28	107
32	107
35	107
40	107
38	107
42	107
44	107
48	107
50	107
55	107
58	107
56	107
63	107
65	107
68	107
71	107
74	107
80	107
78	107
84	107
81	107
86	107
88	107
95	107
93	107
99	107
96	107
103	107
104	107
107	107
109	107
112	107
114	107
117	107
119	107
124	107
121	107
130	107
127	107
132	107
134	107
137	107
139	107
143	107
145	107
147	107
149	107
152	107
155	107
157	107
159	107
165	107
166	107
168	107
173	107
175	107
178	107
180	107
181	107
184	107
188	107
190	107
193	107
195	107
198	107
200	107
203	107
205	107
207	107
209	107
213	107
215	107
218	107
220	107
221	107
225	107
227	107
229	107
232	107
234	107
240	107
237	107
242	107
244	107
248	107
249	107
252	107
254	107
259	107
262	107
264	107
266	107
269	107
272	107
274	107
277	107
279	107
283	107
285	107
287	107
289	107
292	107
295	107
297	107
299	107
302	107
304	107
307	107
309	107
312	107
314	107
317	107
319	107
322	107
324	107
327	107
329	107
338	107
340	107
342	107
344	107
347	107
349	107
352	107
355	107
357	107
359	107
362	107
364	107
367	107
369	107
372	107
374	107
377	107
379	107
381	107
384	107
387	107
389	107
392	107
394	107
397	107
399	107
402	107
404	107
407	107
409	107
412	107
413	107
415	107
417	107
419	107
422	107
424	107
427	107
429	107
432	107
434	107
437	107
439	107
442	107
443	107
447	107
449	107
452	107
454	107
457	107
460	107
462	107
464	107
467	107
469	107
472	107
474	107
477	107
479	107
482	107
484	107
487	107
489	107
492	107
494	107
497	107
499	107
502	107
504	107
508	107
510	107
511	107
514	107
519	107
517	107
522	107
529	107
527	107
533	107
535	107
540	107
538	107
542	107
544	107
547	107
549	107
554	107
552	107
557	107
559	107
561	107
563	107
567	107
569	107
572	107
574	107
577	107
579	107
582	107
584	107
587	107
589	107
594	107
592	107
597	107
600	107
604	107
602	107
607	107
612	107
614	107
617	107
619	107
622	107
624	107
627	107
629	107
632	107
634	107
639	107
642	107
644	107
647	107
649	107
652	107
654	107
657	107
659	107
662	107
664	107
667	107
669	107
672	107
674	107
677	107
679	107
682	107
687	107
689	107
694	107
692	107
698	107
700	107
702	107
703	107
705	107
707	107
708	107
710	107
711	107
713	107
715	107
717	107
718	107
720	107
722	107
723	107
725	107
727	107
728	107
730	107
732	107
733	107
735	107
739	107
740	107
737	107
742	107
743	107
745	107
749	107
750	107
752	107
753	107
755	107
757	107
758	107
760	107
765	107
763	107
762	107
769	107
766	107
768	107
771	107
774	107
777	107
780	107
782	107
784	107
788	107
790	107
795	107
793	107
797	107
799	107
809	107
807	107
812	107
814	107
819	107
817	107
822	107
824	107
830	107
828	107
834	107
832	107
839	107
837	107
845	107
843	107
847	107
849	107
852	107
854	107
860	107
858	107
863	107
867	107
869	107
874	107
877	107
879	107
884	107
882	107
887	107
889	107
892	107
894	107
897	107
898	107
900	107
902	107
904	107
907	107
908	107
910	107
912	107
914	107
917	107
919	107
921	107
922	107
925	107
928	107
929	107
930	107
932	107
933	107
935	107
937	107
939	107
942	107
943	107
945	107
947	107
948	107
950	107
952	107
953	107
955	107
957	107
959	107
962	107
963	107
965	107
967	107
968	107
970	107
972	107
973	107
975	107
977	107
978	107
980	107
982	107
984	107
987	107
988	107
990	107
993	107
994	107
991	107
997	107
999	107
1002	107
1004	107
1007	107
1008	107
1010	107
1012	107
1014	107
1042	107
1049	107
1052	107
1054	107
1057	107
1058	107
1060	107
1062	107
1063	107
1065	107
1067	107
1069	107
1072	107
1074	107
1077	107
1078	107
1080	107
1082	107
1083	107
1085	107
1087	107
1088	107
1090	107
1092	107
1094	107
1097	107
1098	107
1100	107
1102	107
1103	107
1105	107
1107	107
1108	107
1110	107
1112	107
1114	107
1117	107
1118	107
1120	107
1122	107
1124	107
1127	107
1129	107
1131	107
1134	107
1137	107
1138	107
1140	107
1142	107
1144	107
1147	107
1149	107
1152	107
1154	107
1158	107
1160	107
1162	107
1164	107
1167	107
1168	107
1172	107
1174	107
1177	107
1179	107
1182	107
1183	107
1185	107
1190	107
1186	107
1188	107
1192	107
1195	107
1197	107
1198	107
1200	107
1202	107
1204	107
1207	107
1209	107
1213	107
1215	107
1217	107
1219	107
1222	107
1223	107
1225	107
1229	107
1227	107
1232	107
1234	107
1239	107
1237	107
1243	107
1245	107
1249	107
1247	107
1254	107
1259	107
1263	107
1268	107
1275	107
1280	107
1278	107
1283	107
1294	107
1295	107
1300	107
1302	107
1304	107
1308	107
1310	107
1315	107
1313	107
1318	107
1320	107
1323	107
1330	107
1328	107
1333	107
1339	107
1337	107
1342	107
1344	107
1350	107
1348	107
1355	107
1353	107
1360	107
1358	107
1364	107
1362	107
1368	107
1370	107
1375	107
1373	107
1380	107
1378	107
1385	107
1383	107
1388	107
1390	107
1393	107
1395	107
1400	107
1398	107
1404	107
1402	107
1407	107
1409	107
1412	107
1414	107
1417	107
1419	107
1422	107
1424	107
1427	107
1430	107
1432	107
1434	107
1437	107
1439	107
1442	107
1444	107
1447	107
1449	107
1452	107
1454	107
1457	107
1459	107
1462	107
1464	107
1467	107
1469	107
1472	107
1474	107
1477	107
1479	107
1482	107
1484	107
1489	107
1492	107
1494	107
1497	107
1499	107
1502	107
1504	107
1507	107
1508	107
1510	107
1512	107
1514	107
1517	107
1519	107
1522	107
1524	107
1527	107
1529	107
1532	107
1534	107
1537	107
1539	107
1542	107
1544	107
1547	107
1549	107
1552	107
1554	107
1557	107
1558	107
1560	107
1562	107
1564	107
1567	107
1569	107
1572	107
1574	107
1577	107
1579	107
1582	107
1583	107
1585	107
1587	107
1589	107
1592	107
1594	107
1597	107
1599	107
1602	107
1604	107
1607	107
1609	107
1612	107
1614	107
1617	107
1619	107
1622	107
1624	107
1627	107
1629	107
1632	107
1634	107
1638	107
1642	107
1644	107
1647	107
1649	107
1652	107
1654	107
1657	107
1659	107
1662	107
1664	107
1667	107
1669	107
1672	107
1674	107
1679	107
1676	107
1682	107
1684	107
1687	107
1689	107
1694	107
1692	107
1699	107
1696	107
1704	107
1702	107
1708	107
1706	107
1715	107
1713	107
1720	107
1718	107
1725	107
1723	107
1727	107
1729	107
1733	107
1735	107
1740	107
1738	107
1744	107
1742	107
1749	107
1747	107
1754	107
1752	107
1759	107
1758	107
1764	107
1762	107
1767	107
1769	107
1772	107
1774	107
1776	107
1778	107
1781	107
1783	107
1790	107
1793	107
1795	107
1798	107
1800	107
1801	107
1804	107
1808	107
1810	107
1812	107
1814	107
1820	107
1818	107
1822	107
1824	107
1828	107
1830	107
1835	107
1833	107
1839	107
1837	107
1842	107
1844	107
1849	107
1847	107
1852	107
1854	107
1857	107
1859	107
1864	107
1862	107
1867	107
1869	107
1872	107
1884	107
1882	107
1887	107
1889	107
1895	107
1893	107
1898	107
1900	107
1904	107
1902	107
1908	107
1910	107
1915	107
1917	107
1922	107
1924	107
1929	107
1927	107
1934	107
1932	107
1937	107
1939	107
1942	107
1944	107
1949	107
1947	107
1951	107
1957	107
1959	107
1963	107
1965	107
1966	107
1969	107
1972	107
1974	107
1978	107
1980	107
1984	107
1982	107
1988	107
1990	107
1992	107
1998	107
2000	107
2003	107
2005	107
2006	107
2009	107
2014	107
2012	107
2017	107
2019	107
2023	107
2021	107
2028	107
2030	107
2035	107
2033	107
2038	107
2036	107
2042	107
2045	107
2050	107
2048	107
2054	107
2053	107
2056	107
2058	107
2063	107
2065	107
2067	107
2069	107
2072	107
2077	107
2079	107
2081	107
2083	107
2087	107
33	107
513	107
15838	107
15839	107
15842	107
15845	107
15849	107
15848	107
15852	107
15853	107
15856	107
15858	107
15859	107
15860	107
15861	107
15864	107
15794	107
15796	107
15798	107
15799	107
15801	107
15804	107
15809	107
15810	107
15821	107
15791	107
15793	107
15868	107
15870	107
15871	107
15873	107
15876	107
12303	107
15880	107
15879	107
15886	107
15887	107
15884	107
15888	107
15890	107
15893	107
15896	107
15899	107
15898	107
15905	107
15904	107
15902	107
15922	107
15923	107
15925	107
15929	107
15928	107
15932	107
15934	107
15935	107
15940	107
15941	107
15938	107
15946	107
15947	107
15944	107
15952	107
15953	107
15950	107
15956	107
15958	107
15959	107
15961	107
15963	107
15964	107
15971	107
15970	107
15968	107
15974	107
15977	107
15976	107
15980	107
15982	107
15983	107
15985	107
15989	107
15988	107
15996	107
15992	107
15994	107
16002	107
15999	107
16001	107
16007	107
16008	107
16005	107
16011	107
16013	107
16014	107
16017	107
16020	107
16019	107
16025	107
16026	107
16023	107
16028	107
16031	107
16032	107
16037	107
16038	107
16035	107
16041	107
16043	107
16044	107
16049	107
16050	107
16047	107
16053	107
16055	107
16056	107
16061	107
16059	107
16062	107
16068	107
16065	107
16067	107
16074	107
16071	107
16073	107
16077	107
16078	107
16080	107
16083	107
16085	107
16086	107
16089	107
16091	107
16092	107
16095	107
16097	107
16098	107
16101	107
16103	107
16104	107
16107	107
16109	107
16110	107
16115	107
16116	107
16113	107
16119	107
16121	107
16122	107
16128	107
16127	107
16125	107
16131	107
16133	107
16134	107
16139	107
16140	107
16137	107
16143	107
16145	107
16146	107
16148	107
16151	107
16152	107
16155	107
16157	107
16158	107
16161	107
16164	107
16163	107
16167	107
16169	107
16170	107
16173	107
16175	107
16176	107
16180	107
16179	107
16182	107
16185	107
16188	107
16187	107
16192	107
16193	107
16194	107
16199	107
16200	107
16197	107
16206	107
16205	107
16203	107
16212	107
16208	107
16210	107
16217	107
16218	107
16215	107
16222	107
16224	107
16219	107
16227	107
16229	107
16230	107
16232	107
16235	107
16236	107
16237	107
16241	107
16255	107
16273	107
16285	107
16288	107
16301	107
16303	107
16305	107
16306	107
16314	107
16320	107
16337	107
16341	107
16382	107
16390	107
16415	107
16421	107
16446	107
16449	107
16465	107
16521	107
16522	107
16530	107
16535	107
16538	107
16539	107
16547	107
16560	107
16615	107
16621	107
16651	107
16664	107
16669	107
16675	107
16677	107
16686	107
16688	107
16710	107
16715	107
16736	107
16750	107
16751	107
16763	107
16774	107
16785	107
16788	107
16803	107
16810	107
16859	107
16896	107
16897	107
16902	107
16913	107
16939	107
16941	107
16944	107
16961	107
16976	107
16985	107
16989	107
16999	107
17015	107
17019	107
17021	107
17026	107
17041	107
17047	107
17055	107
17060	107
17063	107
17067	107
17068	107
17069	107
17096	107
17100	107
17106	107
17126	107
17127	107
17161	107
17166	107
17174	107
17191	107
17193	107
17195	107
17216	107
17215	107
17239	107
17238	107
17244	107
17243	107
17246	107
17258	107
17260	107
17274	107
17310	107
17315	107
17319	107
17320	107
17321	107
17322	107
17348	107
17349	107
17359	107
17361	107
17370	107
17375	107
17376	107
17382	107
17426	107
17434	107
17461	107
17459	107
17466	107
17480	107
17485	107
17501	107
17521	107
17528	107
17529	107
17533	107
17540	107
17541	107
17545	107
17559	107
17560	107
17584	107
17591	107
17594	107
17606	107
17618	107
17624	107
17626	107
19561	107
19856	107
59	107
72	107
516	107
520	107
531	107
536	107
541	107
651	107
688	107
773	107
794	107
802	107
1726	107
855	107
864	107
886	107
1236	107
1238	107
1244	107
1260	107
1276	107
1314	107
1331	107
1345	107
1396	107
1831	107
1805	107
1766	107
1779	107
1860	107
1962	107
21775	107
21776	107
21777	107
21778	107
16256	107
1868	107
21779	107
21780	107
21781	107
21783	107
21782	107
16293	107
16300	107
21784	107
21785	107
21799	107
16312	107
21786	107
21787	107
16325	107
1941	107
21788	107
21789	107
21801	107
21790	107
21791	107
16348	107
16355	107
1975	107
1816	107
21792	107
21793	107
16371	107
16384	107
1846	107
21794	107
21795	107
21796	107
21800	107
21797	107
16414	107
16433	107
1907	107
1866	107
21798	107
16437	107
16442	107
16452	107
1987	107
21802	107
21803	107
16482	107
21804	107
21805	107
21806	107
21807	107
21808	107
21809	107
16515	107
21810	107
16518	107
16523	107
16527	107
21811	107
21812	107
16534	107
21813	107
16543	107
16569	107
21814	107
21815	107
21816	107
21817	107
21818	107
21819	107
21820	107
21821	107
21822	107
21823	107
21824	107
21825	107
21826	107
21827	107
21828	107
21829	107
21830	107
21831	107
21834	107
21832	107
16672	107
21833	107
16689	107
16692	107
21835	107
21836	107
21837	107
16713	107
21838	107
21839	107
21840	107
21841	107
21842	107
21843	107
16756	107
16757	107
21844	107
21845	107
21846	107
21847	107
21848	107
16777	107
16773	107
21849	107
21850	107
21851	107
16800	107
21852	107
21853	107
21854	107
21855	107
21856	107
21857	107
21858	107
21859	107
21860	107
21861	107
16858	107
21862	107
21863	107
21864	107
21865	107
21866	107
21867	107
21868	107
21869	107
21870	107
21871	107
21873	107
21872	107
16906	107
16907	107
16912	107
21874	107
21875	107
21876	107
21877	107
21878	107
21879	107
21880	107
21881	107
21882	107
21883	107
21884	107
21885	107
21886	107
21887	107
21888	107
21889	107
16965	107
21890	107
21891	107
21892	107
21893	107
21894	107
16979	107
16988	107
21895	107
21896	107
17000	107
21897	107
21898	107
21907	107
17034	107
21899	107
21900	107
17046	107
21901	107
21902	107
17054	107
21903	107
21904	107
17081	107
21905	107
21906	107
17082	107
17093	107
21908	107
21909	107
21910	107
21911	107
21912	107
21913	107
17139	107
17157	107
21914	107
21915	107
17172	107
21916	107
21917	107
21918	107
21919	107
21920	107
21921	107
17212	107
21922	107
21923	107
17220	107
17237	107
21924	107
21925	107
17245	107
17259	107
21926	107
21927	107
17277	107
21928	107
21929	107
21930	107
21931	107
21932	107
21933	107
21934	107
17323	107
21935	107
21936	107
21937	107
21938	107
21942	107
21939	107
21940	107
17332	107
17347	107
21941	107
17357	107
17369	107
17372	107
21943	107
21944	107
17385	107
21945	107
21946	107
21947	107
21948	107
21949	107
21950	107
21951	107
21952	107
21953	107
21954	107
21966	107
17433	107
21955	107
21956	107
21957	107
21958	107
21959	107
17465	107
21960	107
21961	107
21962	107
21963	107
21964	107
21965	107
17484	107
17493	107
21967	107
21968	107
21969	107
21972	107
21970	107
21971	107
17505	107
17512	107
21973	107
21974	107
21975	107
21976	107
21977	107
21978	107
17537	107
17543	107
21979	107
21980	107
17561	107
21981	107
21982	107
17575	107
21983	107
21984	107
21985	107
21986	107
17590	107
17593	107
17599	107
17603	107
21987	107
21988	107
21989	107
21990	107
21991	107
17623	107
17633	107
22006	107
129	107
22188	107
22198	107
22201	107
22236	107
22243	107
22272	107
22274	107
22340	107
22350	107
22372	107
22373	107
22398	107
22479	107
22500	107
223	107
22535	107
22541	107
22574	107
24132	107
15792	107
16240	107
123	107
1242	107
1406	107
15790	107
239	107
992	107
2008	107
241	107
243	107
1802	107
16244	107
1803	107
896	107
1221	107
524	107
1	107
523	107
15797	107
245	107
1189	107
246	107
16250	107
1408	107
1807	107
247	107
250	107
251	107
16261	107
1246	107
253	107
1698	107
772	107
738	107
1410	107
1623	107
16270	107
1411	107
15800	107
1413	107
15802	107
16276	107
15805	107
126	107
98	107
125	107
16281	107
16286	107
568	107
128	107
16287	107
15806	107
4	107
255	107
570	107
1415	107
256	107
1416	107
1418	107
257	107
258	107
15808	107
899	107
260	107
1690	107
1809	107
261	107
1420	107
16304	107
1421	107
1423	107
15811	107
15812	107
263	107
571	107
7	107
15813	107
16220	107
776	107
697	107
2039	107
15814	107
131	107
1625	107
1251	107
16307	107
901	107
15815	107
16308	107
15816	107
1813	107
15817	107
1425	107
15818	107
1626	107
2044	107
1426	107
15820	107
1815	107
16317	107
9	107
1255	107
133	107
1428	107
15822	107
265	107
15823	107
16405	107
1817	107
15825	107
15826	107
16422	107
1819	107
903	107
1821	107
267	107
995	107
268	107
16329	107
16666	107
1429	107
15829	107
1823	107
576	107
905	107
270	107
15831	107
271	107
2040	107
2041	107
1431	107
16334	107
15832	107
1257	107
15833	107
16339	107
15834	107
273	107
1433	107
15835	107
15836	107
15855	107
1827	107
16221	107
1435	107
16340	107
996	107
906	107
778	107
1436	107
275	107
135	107
1438	107
909	107
1829	107
1261	107
100	107
276	107
15840	107
15841	107
1440	107
2025	107
15843	107
998	107
15844	107
668	107
1832	107
16357	107
1441	107
1000	107
785	107
15846	107
2043	107
1757	107
15847	107
278	107
1001	107
101	107
280	107
2074	107
1834	107
281	107
15850	107
1443	107
15851	107
786	107
2010	107
136	107
1445	107
1446	107
1226	107
282	107
16365	107
102	107
1448	107
284	107
911	107
1266	107
787	107
138	107
1838	107
16374	107
1840	107
528	107
16377	107
286	107
2011	107
1003	107
1005	107
1630	107
140	107
141	107
578	107
105	107
142	107
106	107
1450	107
16399	107
1843	107
16406	107
1451	107
2046	107
913	107
1006	107
1271	107
16413	107
1453	107
2026	107
15863	107
1455	107
16417	107
783	107
15866	107
1456	107
800	107
1458	107
1731	107
1009	107
288	107
15869	107
290	107
1460	107
1848	107
291	107
1011	107
1850	107
699	107
293	107
1851	107
144	107
915	107
15874	107
1461	107
294	107
20	107
15877	107
1463	107
916	107
712	107
701	107
296	107
15878	107
15881	107
823	107
1855	107
791	107
821	107
15883	107
1856	107
298	107
1465	107
1858	107
300	107
301	107
16445	107
1466	107
918	107
303	107
1468	107
305	107
306	107
792	107
146	107
308	107
361	107
1861	107
1470	107
310	107
1471	107
311	107
704	107
15885	107
21	107
16451	107
1473	107
313	107
507	107
16462	107
148	107
585	107
1787	107
556	107
741	107
1635	107
2047	107
1863	107
1732	107
1743	107
1475	107
15889	107
1476	107
1761	107
588	107
920	107
315	107
1013	107
15891	107
16474	107
1279	107
316	107
1231	107
798	107
151	107
15892	107
590	107
1478	107
23	107
1480	107
16485	107
15894	107
318	107
16487	107
16493	107
923	107
1481	107
320	107
924	107
321	107
22624	107
1637	107
1191	107
108	107
323	107
1483	107
706	107
744	107
1485	107
154	107
1281	107
16505	107
1282	107
593	107
15900	107
16506	107
1015	107
16508	107
15901	107
1871	107
156	107
15903	107
595	107
325	107
1284	107
596	107
158	107
326	107
15907	107
160	107
328	107
1486	107
15906	107
1286	107
1287	107
1874	107
15908	107
1789	107
161	107
1876	107
15909	107
16537	107
16541	107
1017	107
1018	107
1019	107
330	107
16548	107
331	107
332	107
1640	107
1028	107
1031	107
15912	107
1016	107
1193	107
1032	107
335	107
1038	107
804	107
1039	107
337	107
927	107
15917	107
15920	107
15921	107
1490	107
1050	107
15910	107
1020	107
1021	107
1022	107
1023	107
1024	107
1025	107
1026	107
1027	107
15911	107
2049	107
926	107
1029	107
1289	107
333	107
1030	107
30	107
1641	107
334	107
598	107
746	107
162	107
1290	107
1033	107
15914	107
1487	107
1878	107
1291	107
1292	107
747	107
163	107
15915	107
1034	107
1035	107
1036	107
748	107
1879	107
1037	107
16559	107
16561	107
15918	107
15919	107
1040	107
1041	107
336	107
1043	107
1488	107
1044	107
805	107
1045	107
1194	107
1046	107
1047	107
1048	107
1881	107
599	107
164	107
1051	107
1491	107
15924	107
15927	107
1228	107
15931	107
1296	107
1230	107
1883	107
1297	107
1885	107
1053	107
15933	107
1299	107
16586	107
1886	107
1301	107
810	107
1888	107
2051	107
1890	107
1763	107
537	107
751	107
1892	107
1891	107
15939	107
1791	107
2076	107
16604	107
15943	107
1896	107
1894	107
16616	107
16618	107
603	107
15789	107
16223	107
15945	107
1253	107
1899	107
16631	107
1792	107
1493	107
16639	107
1055	107
22625	107
339	107
931	107
606	107
558	107
813	107
1745	107
16648	107
15948	107
709	107
1495	107
15830	107
1496	107
341	107
343	107
1498	107
15949	107
1645	107
16654	107
345	107
16661	107
167	107
346	107
1728	107
1500	107
15951	107
169	107
1056	107
1501	107
16671	107
348	107
15967	107
15954	107
2078	107
170	107
16678	107
1903	107
16679	107
350	107
15955	107
351	107
1503	107
16685	107
16687	107
1505	107
16691	107
608	107
16693	107
1506	107
1509	107
15957	107
354	107
356	107
560	107
1309	107
358	107
1717	107
353	107
15960	107
1311	107
15962	107
360	107
820	107
16705	107
1196	107
1059	107
1511	107
16225	107
1906	107
934	107
2052	107
2084	107
15965	107
936	107
1513	107
714	107
16709	107
1061	107
22626	107
171	107
363	107
1646	107
365	107
938	107
940	107
366	107
1515	107
2055	107
611	107
16726	107
15969	107
16727	107
754	107
368	107
16226	107
1303	107
826	107
1909	107
16733	107
941	107
1307	107
827	107
1306	107
370	107
371	107
613	107
1516	107
373	107
16744	107
15975	107
16747	107
15978	107
615	107
1518	107
1064	107
1316	107
1912	107
15979	107
616	107
944	107
375	107
15981	107
376	107
16893	107
172	107
829	107
1066	107
16766	107
176	107
15984	107
1068	107
177	107
16783	107
16789	107
16791	107
16794	107
15986	107
15987	107
1070	107
16802	107
15990	107
16808	107
22637	107
1765	107
43	107
16811	107
16814	107
1648	107
1071	107
15991	107
2057	107
1746	107
2085	107
621	107
179	107
16830	107
1322	107
16835	107
16843	107
15997	107
16856	107
1719	107
16865	107
831	107
16000	107
1324	107
625	107
16003	107
182	107
16004	107
1520	107
16006	107
626	107
1073	107
16009	107
16010	107
2060	107
1916	107
16889	107
1768	107
16900	107
17037	107
16228	107
1312	107
1918	107
47	107
1075	107
1327	107
2031	107
1076	107
2032	107
2059	107
378	107
16015	107
16016	107
16936	107
16940	107
16943	107
16088	107
764	107
16949	107
16952	107
16960	107
17206	107
16018	107
16966	107
1521	107
382	107
1920	107
16021	107
1925	107
1921	107
17379	107
836	107
1926	107
183	107
16022	107
16027	107
380	107
1199	107
16973	107
631	107
110	107
630	107
111	107
946	107
633	107
16982	107
1653	107
1928	107
16029	107
383	107
1930	107
635	107
16030	107
840	107
16034	107
842	107
191	107
192	107
1695	107
185	107
186	107
1770	107
16033	107
1336	107
187	107
844	107
16994	107
640	107
189	107
1079	107
1782	107
16036	107
2061	107
1796	107
1338	107
91	107
1933	107
17013	107
850	107
1797	107
385	107
17018	107
386	107
1935	107
17020	107
641	107
388	107
1081	107
390	107
1334	107
17024	107
16042	107
391	107
1523	107
17398	107
16045	107
1525	107
643	107
1526	107
194	107
1936	107
1084	107
16048	107
16051	107
17066	107
17424	107
393	107
1086	107
1343	107
16058	107
395	107
1528	107
113	107
17049	107
1938	107
851	107
396	107
1530	107
1531	107
716	107
398	107
16060	107
1533	107
400	107
1940	107
949	107
401	107
853	107
1346	107
403	107
405	107
1535	107
17477	107
1931	107
1536	107
196	107
1089	107
197	107
17057	107
1943	107
1538	107
406	107
1780	107
16063	107
951	107
2080	107
1946	107
1540	107
16064	107
16066	107
1091	107
17099	107
1093	107
17101	107
648	107
17102	107
408	107
2034	107
16069	107
1948	107
650	107
1541	107
410	107
16070	107
411	107
17499	107
16052	107
16054	107
17070	107
1543	107
16040	107
1095	107
1950	107
1656	107
719	107
414	107
1545	107
416	107
1096	107
62	107
1658	107
16072	107
1952	107
954	107
1736	107
1099	107
1546	107
1953	107
655	107
16075	107
1548	107
1201	107
17124	107
201	107
721	107
956	107
1550	107
16076	107
17128	107
17129	107
115	107
418	107
16079	107
1101	107
420	107
421	107
16081	107
1551	107
958	107
16082	107
1956	107
202	107
16084	107
1553	107
423	107
960	107
961	107
17153	107
204	107
1555	107
1958	107
1960	107
1721	107
16090	107
17165	107
1556	107
206	107
16231	107
1771	107
425	107
426	107
724	107
964	107
1559	107
428	107
1561	107
767	107
17185	107
17188	107
16093	107
17189	107
1341	107
430	107
1104	107
861	107
431	107
16096	107
1661	107
116	107
1106	107
756	107
509	107
433	107
1563	107
1352	107
1565	107
210	107
435	107
1566	107
16100	107
16102	107
16099	107
16233	107
1356	107
1363	107
17196	107
17201	107
436	107
438	107
1568	107
1961	107
211	107
966	107
1570	107
440	107
16234	107
16105	107
212	107
16117	107
1571	107
16106	107
2020	107
66	107
441	107
2066	107
1203	107
214	107
445	107
1573	107
1964	107
2022	107
1722	107
444	107
661	107
17253	107
1575	107
1576	107
969	107
446	107
663	107
726	107
971	107
1737	107
16111	107
448	107
1578	107
450	107
451	107
974	107
1109	107
16112	107
1205	107
2068	107
453	107
976	107
1773	107
1580	107
1111	107
1359	107
16114	107
1113	107
17270	107
1967	107
17273	107
22618	107
455	107
456	107
1581	107
216	107
217	107
458	107
459	107
670	107
1970	107
219	107
1206	107
1971	107
1584	107
1973	107
16118	107
461	107
1666	107
17289	107
16120	107
550	107
463	107
2070	107
673	107
1586	107
465	107
1115	107
551	107
466	107
16124	107
16123	107
1369	107
17299	107
83	107
1588	107
1116	107
468	107
16126	107
1590	107
1591	107
17309	107
17311	107
1367	107
16129	107
17314	107
1688	107
470	107
16130	107
471	107
875	107
17318	107
16132	107
729	107
17325	107
1371	107
16136	107
878	107
1981	107
222	107
1119	107
1593	107
16138	107
17331	107
1595	107
1121	107
1983	107
1123	107
1596	107
1985	107
2082	107
224	107
1703	107
675	107
1224	107
473	107
16144	107
16135	107
1125	107
979	107
85	107
16141	107
475	107
1668	107
1799	107
476	107
226	107
553	107
1598	107
1989	107
478	107
480	107
1126	107
1128	107
880	107
16153	107
1705	107
16154	107
16156	107
1130	107
1132	107
1133	107
1208	107
731	107
481	107
16159	107
17384	107
16160	107
1600	107
1135	107
1136	107
1601	107
1603	107
883	107
1139	107
1991	107
17396	107
16162	107
483	107
17407	107
17409	107
22619	107
17414	107
485	107
486	107
16165	107
16166	107
678	107
17430	107
17432	107
17435	107
981	107
16168	107
1141	107
228	107
1605	107
1143	107
17445	107
118	107
17458	107
17460	107
22620	107
1606	107
681	107
1384	107
1145	107
17473	107
16172	107
1671	107
1386	107
488	107
490	107
564	107
759	107
230	107
491	107
1995	107
17490	107
16177	107
493	107
17496	107
120	107
685	107
16178	107
1996	107
686	107
231	107
1997	107
16183	107
16184	107
73	107
1391	107
1146	107
1724	107
17509	107
1673	107
17513	107
2073	107
512	107
2086	107
17517	107
1608	107
1999	107
983	107
1610	107
1707	107
16186	107
1148	107
233	107
1611	107
495	107
17527	107
496	107
22621	107
1392	107
498	107
985	107
235	107
986	107
1150	107
1777	107
1151	107
1157	107
1212	107
1678	107
1159	107
16190	107
1214	107
1161	107
16191	107
1163	107
1165	107
1166	107
1169	107
1216	107
16189	107
1156	107
1153	107
1210	107
1211	107
1155	107
1394	107
236	107
2001	107
690	107
122	107
1613	107
2002	107
1170	107
1171	107
691	107
761	107
16195	107
77	107
734	107
16196	107
500	107
501	107
1173	107
1175	107
1176	107
1178	107
16198	107
503	107
2007	107
1397	107
1615	107
1616	107
2024	107
505	107
736	107
1180	107
506	107
1618	107
1181	107
16202	107
1218	107
16204	107
1220	107
1377	107
1399	107
1184	107
16207	107
17557	107
22718	107
17568	107
238	107
22622	107
693	107
17582	107
17586	107
1187	107
22623	107
17605	107
16209	107
16211	107
16213	107
17615	107
16214	107
17617	107
17620	107
696	107
16216	107
989	107
1403	107
1620	107
22617	107
1405	107
1379	107
22627	107
22629	107
22630	107
22632	107
22633	107
22634	107
22635	107
22636	107
22642	107
22641	107
22644	107
22645	107
22646	107
22647	107
22648	107
22649	107
22650	107
22652	107
22653	107
22654	107
22655	107
22656	107
22658	107
22659	107
22660	107
22662	107
22663	107
22665	107
22666	107
22667	107
22668	107
22669	107
22670	107
22672	107
22674	107
22675	107
22676	107
22677	107
22678	107
22679	107
22680	107
22681	107
22682	107
22683	107
22684	107
22685	107
22686	107
22687	107
22688	107
22689	107
22690	107
22691	107
22692	107
22693	107
22694	107
22695	107
22696	107
22697	107
22698	107
22699	107
22701	107
22702	107
22703	107
22704	107
22706	107
22707	107
22711	107
22712	107
22708	107
22709	107
22714	107
22715	107
22716	107
22717	107
22719	107
22720	107
22721	107
22722	107
22723	107
22724	107
22725	107
22726	107
22727	107
22728	107
22730	107
22731	107
22732	107
22733	107
22734	107
22735	107
22736	107
22738	107
22739	107
22740	107
22741	107
22742	107
22743	107
22744	107
22745	107
22746	107
22747	107
22748	107
22749	107
22750	107
22752	107
22753	107
22755	107
22756	107
22757	107
22758	107
22759	107
22760	107
22761	107
22762	107
22763	107
22764	107
22765	107
22766	107
22767	107
22768	107
22769	107
22770	107
22771	107
22773	107
22775	107
22776	107
22777	107
22778	107
22779	107
22781	107
22783	107
22780	107
22784	107
22785	107
22786	107
22787	107
22788	107
22789	107
22790	107
22791	107
22793	107
22794	107
22795	107
22796	107
22797	107
22798	107
22799	107
22800	107
22803	107
22804	107
22805	107
22806	107
22810	107
22811	107
22812	107
22813	107
22814	107
22815	107
22816	107
22817	107
22818	107
22823	107
22820	107
22825	107
22826	107
22828	107
22829	107
22831	107
22832	107
22833	107
22834	107
22835	107
22837	107
22838	107
22840	107
22841	107
22842	107
22843	107
22844	107
22847	107
22848	107
22850	107
22853	107
22849	107
22851	107
22855	107
22857	107
22858	107
22854	107
22859	107
22860	107
22862	107
22863	107
22865	107
22866	107
22868	107
22867	107
22869	107
22871	107
22872	107
22873	107
22874	107
22875	107
22876	107
22877	107
22878	107
22879	107
22880	107
22882	107
22881	107
22884	107
22885	107
22886	107
22888	107
22889	107
22890	107
22891	107
22892	107
22893	107
22894	107
22895	107
22897	107
22898	107
22899	107
22901	107
22902	107
22903	107
22904	107
22905	107
22906	107
22907	107
22908	107
22909	107
22910	107
22911	107
22912	107
22913	107
22914	107
22916	107
22917	107
22918	107
22922	107
22923	107
22921	107
22924	107
22925	107
22926	107
22927	107
22928	107
22929	107
22930	107
22931	107
22932	107
22934	107
22935	107
22936	107
22937	107
22938	107
22940	107
22941	107
22942	107
22945	107
22946	107
22947	107
22948	107
22949	107
22950	107
22951	107
22952	107
22954	107
22956	107
22957	107
22959	107
22960	107
22961	107
22962	107
22963	107
22964	107
22965	107
22966	107
22967	107
22968	107
22969	107
22970	107
22971	107
22972	107
22973	107
22975	107
22978	107
22976	107
22977	107
22979	107
22980	107
22981	107
22982	107
22983	107
22984	107
22985	107
22986	107
22987	107
22988	107
22990	107
22991	107
22992	107
22993	107
22994	107
22995	107
22997	107
22998	107
23000	107
23001	107
23002	107
23003	107
23004	107
23005	107
23006	107
23008	107
23010	107
23012	107
23011	107
23014	107
23015	107
23017	107
23018	107
23019	107
23020	107
23021	107
23022	107
23023	107
23024	107
23025	107
23026	107
23027	107
23028	107
23029	107
23030	107
23031	107
23032	107
23033	107
23035	107
23036	107
23037	107
23038	107
23039	107
23040	107
23041	107
23042	107
23044	107
23045	107
23046	107
23047	107
23048	107
23049	107
23050	107
23051	107
23052	107
23053	107
23054	107
23057	107
23058	107
23056	107
23059	107
23060	107
23061	107
23062	107
23065	107
23066	107
23068	107
23069	107
23071	107
23072	107
23073	107
23076	107
23077	107
23078	107
23074	107
23080	107
23082	107
23083	107
23084	107
23085	107
23086	107
23087	107
23088	107
23089	107
23090	107
23092	107
23093	107
23094	107
23095	107
23096	107
23097	107
23098	107
23099	107
23102	107
23103	107
23107	107
23105	107
23109	107
23110	107
23111	107
23112	107
23113	107
23114	107
23116	107
23117	107
23119	107
23121	107
23122	107
23125	107
23126	107
23127	107
23128	107
23129	107
23130	107
23131	107
23133	107
23134	107
23135	107
23136	107
23137	107
23138	107
23139	107
23141	107
23142	107
23143	107
23144	107
23145	107
23146	107
23147	107
23148	107
23149	107
23151	107
23152	107
23153	107
23155	107
23156	107
23157	107
23159	107
23160	107
23161	107
23162	107
23163	107
23164	107
23165	107
23166	107
23168	107
23170	107
23171	107
23172	107
23173	107
23175	107
23177	107
23178	107
23179	107
23180	107
23181	107
23182	107
23183	107
23184	107
23185	107
23186	107
23187	107
23190	107
23191	107
23192	107
23193	107
23194	107
23195	107
23196	107
23197	107
23198	107
23199	107
23200	107
23201	107
23202	107
23203	107
23204	107
23205	107
23206	107
23207	107
23208	107
23209	107
23210	107
23211	107
23212	107
23214	107
23215	107
23216	107
23217	107
23218	107
23220	107
23221	107
23222	107
23224	107
23225	107
23226	107
23227	107
23228	107
23229	107
23230	107
23232	107
23235	107
23236	107
23237	107
23238	107
23239	107
23240	107
23242	107
23243	107
23244	107
23245	107
23247	107
23249	107
23250	107
23251	107
23252	107
23253	107
23254	107
23255	107
23256	107
23257	107
23258	107
23259	107
23260	107
23261	107
23262	107
23263	107
23265	107
23267	107
23268	107
23266	107
23269	107
23270	107
23272	107
23273	107
23274	107
23275	107
23276	107
23277	107
23278	107
23280	107
23281	107
23282	107
23284	107
23285	107
23286	107
23288	107
23291	107
23292	107
23293	107
23290	107
23294	107
23295	107
23297	107
23298	107
23302	107
23303	107
23299	107
23304	107
23305	107
23306	107
23308	107
23309	107
23313	107
23310	107
23315	107
23316	107
23320	107
23321	107
23322	107
23325	107
23326	107
23327	107
23324	107
23329	107
23333	107
23330	107
23331	107
23334	107
23337	107
23335	107
23343	107
23339	107
23340	107
23342	107
23344	107
23346	107
23347	107
23348	107
23349	107
23350	107
23351	107
23352	107
23353	107
23355	107
23356	107
23357	107
23358	107
23360	107
23362	107
23363	107
23364	107
23365	107
23366	107
23368	107
23369	107
23371	107
23373	107
23372	107
23374	107
23375	107
23377	107
23379	107
23380	107
23381	107
23383	107
23384	107
23385	107
23386	107
23387	107
23388	107
23389	107
23390	107
23391	107
23393	107
23394	107
23395	107
23396	107
23398	107
23399	107
23400	107
23401	107
23403	107
23404	107
23406	107
23407	107
23408	107
23409	107
23410	107
23411	107
23412	107
23413	107
23414	107
23415	107
23416	107
23417	107
23419	107
23420	107
23421	107
23423	107
23425	107
23427	107
23426	107
23429	107
23431	107
23432	107
23433	107
23434	107
23436	107
23438	107
23440	107
23442	107
23443	107
23441	107
23444	107
23446	107
23445	107
23449	107
23451	107
23452	107
23453	107
23454	107
23455	107
23456	107
23457	107
23458	107
23459	107
23460	107
23461	107
23463	107
23464	107
23465	107
23466	107
23467	107
23468	107
23469	107
23470	107
23472	107
23474	107
23475	107
23476	107
23477	107
23478	107
23479	107
23480	107
23482	107
23483	107
23484	107
23485	107
23486	107
23488	107
23489	107
23490	107
23491	107
23492	107
23493	107
23494	107
23495	107
23498	107
23499	107
23500	107
23501	107
23502	107
23503	107
23504	107
23505	107
23506	107
23507	107
23509	107
23510	107
23512	107
23513	107
23514	107
23515	107
23516	107
23517	107
23518	107
23519	107
23520	107
23521	107
23523	107
23524	107
23526	107
23527	107
23525	107
23532	107
23533	107
23530	107
23534	107
23535	107
23537	107
23538	107
23540	107
23541	107
23542	107
23543	107
23544	107
23545	107
23546	107
23548	107
23550	107
23551	107
23552	107
23549	107
23554	107
23555	107
23556	107
23557	107
23558	107
23561	107
23562	107
23563	107
23564	107
23565	107
23566	107
23567	107
23568	107
23569	107
23570	107
23572	107
23575	107
23576	107
23577	107
23579	107
23580	107
23581	107
23583	107
23584	107
23586	107
23587	107
23588	107
23590	107
23591	107
23592	107
23593	107
23595	107
23596	107
23597	107
23599	107
23601	107
23603	107
23604	107
23607	107
23608	107
23606	107
23609	107
23610	107
23611	107
23612	107
23613	107
23614	107
23616	107
23617	107
23618	107
23619	107
23621	107
23622	107
23623	107
23624	107
23625	107
23626	107
23627	107
23628	107
23629	107
23630	107
23632	107
23633	107
23635	107
23636	107
23637	107
23640	107
23641	107
23642	107
23643	107
23644	107
23645	107
23646	107
23647	107
23648	107
23649	107
23650	107
23651	107
23652	107
23653	107
23654	107
23655	107
23656	107
23657	107
23658	107
23662	107
23663	107
23659	107
23665	107
23666	107
23667	107
23668	107
23669	107
23670	107
23671	107
23672	107
23673	107
23674	107
23675	107
23678	107
23677	107
23679	107
23680	107
23681	107
23683	107
23686	107
23687	107
23688	107
23689	107
23690	107
23691	107
23692	107
23694	107
23695	107
23696	107
23697	107
23698	107
23699	107
23700	107
23701	107
23704	107
23705	107
23706	107
23707	107
23709	107
23711	107
23712	107
23713	107
23715	107
23716	107
23717	107
23718	107
23719	107
23720	107
23721	107
23722	107
23723	107
23724	107
23725	107
23726	107
23727	107
23728	107
23729	107
23730	107
23732	107
23733	107
23734	107
23735	107
23737	107
23738	107
23739	107
23741	107
23742	107
23743	107
23744	107
23745	107
23746	107
23747	107
23750	107
23751	107
23752	107
23753	107
23754	107
23755	107
23756	107
23757	107
23758	107
23759	107
23760	107
23761	107
23762	107
23763	107
23764	107
23765	107
23767	107
23768	107
23770	107
23771	107
23772	107
23773	107
23774	107
23775	107
23776	107
23778	107
23779	107
23780	107
23782	107
23783	107
23785	107
23786	107
23787	107
23788	107
23789	107
23790	107
23791	107
23792	107
23793	107
23795	107
23798	107
23799	107
23800	107
23801	107
23802	107
23803	107
23804	107
23805	107
23806	107
23807	107
23808	107
23809	107
23810	107
23811	107
23812	107
23814	107
23816	107
23817	107
23818	107
23819	107
23820	107
23821	107
23822	107
23823	107
23825	107
23826	107
23827	107
23824	107
23831	107
23832	107
23833	107
23834	107
23835	107
23836	107
23837	107
23838	107
23839	107
23840	107
23841	107
23842	107
23843	107
23845	107
23846	107
23847	107
23848	107
23849	107
23850	107
23851	107
23852	107
23853	107
23854	107
23855	107
23856	107
23857	107
23858	107
23859	107
23860	107
23861	107
23862	107
23864	107
23865	107
23866	107
23867	107
23870	107
23873	107
23872	107
23875	107
23876	107
23877	107
23878	107
23879	107
23880	107
23881	107
23884	107
23885	107
23888	107
23889	107
23890	107
23891	107
23892	107
23893	107
23894	107
23896	107
23898	107
23899	107
23900	107
23901	107
23902	107
23903	107
23904	107
23905	107
23906	107
23907	107
23908	107
23909	107
23910	107
23911	107
23912	107
23913	107
23914	107
23915	107
23916	107
23917	107
23918	107
23919	107
23920	107
23922	107
23923	107
23924	107
23926	107
23927	107
23928	107
23929	107
23930	107
23932	107
23933	107
23934	107
23937	107
23938	107
23936	107
23939	107
23940	107
23942	107
23944	107
23946	107
23948	107
23945	107
23949	107
23950	107
23951	107
23952	107
23953	107
23954	107
23955	107
23956	107
23957	107
23958	107
23959	107
23961	107
23963	107
23962	107
23964	107
23966	107
23967	107
23968	107
23970	107
23971	107
23972	107
23973	107
23974	107
23976	107
23977	107
23978	107
23980	107
23982	107
23983	107
23984	107
23985	107
23986	107
23987	107
23988	107
23989	107
23990	107
23991	107
23992	107
23993	107
23994	107
23995	107
23996	107
23997	107
22577	107
23999	107
24000	107
24001	107
24002	107
24003	107
24004	107
24005	107
24006	107
24007	107
24008	107
24009	107
24010	107
24011	107
24012	107
24013	107
24014	107
24015	107
24017	107
24020	107
24021	107
24022	107
24023	107
24024	107
24025	107
24026	107
24027	107
24028	107
24029	107
24031	107
24032	107
24035	107
24036	107
24037	107
24040	107
24041	107
24042	107
24039	107
24045	107
24046	107
24047	107
24048	107
24049	107
24050	107
24051	107
24052	107
24053	107
24054	107
24055	107
24056	107
24059	107
24060	107
24061	107
24062	107
24063	107
24064	107
24065	107
24066	107
24067	107
24068	107
24069	107
24070	107
24071	107
24073	107
24074	107
24075	107
24077	107
24079	107
24081	107
24082	107
24080	107
24083	107
24084	107
24085	107
24086	107
24087	107
24088	107
24089	107
24090	107
24091	107
24092	107
24093	107
24094	107
24095	107
24097	107
24098	107
24100	107
24101	107
24102	107
24103	107
24104	107
24105	107
24106	107
24107	107
24108	107
24109	107
22631	107
24110	107
15995	107
24111	107
22628	107
15828	107
22737	107
1751	107
11	107
6	107
22751	107
22827	107
22836	107
15	107
16	107
22846	107
22856	107
22915	107
22920	107
22939	107
22953	107
24112	107
22958	107
22999	107
23016	107
23034	107
1753	107
23925	107
23067	107
24113	107
31	107
37	107
24114	107
24115	107
15936	107
23115	107
24116	107
23132	107
23154	107
23167	107
23174	107
23213	107
23219	107
23234	107
16057	107
16174	107
23246	107
24117	107
23311	107
24122	107
23312	107
23317	107
23359	107
61	107
23370	107
24118	107
24119	107
23376	107
23392	107
24120	107
24121	107
52	107
51	107
23496	107
23528	107
23529	107
60	107
23531	107
23571	107
23574	107
23589	107
23598	107
23600	107
24123	107
23634	107
23664	107
23736	107
23676	107
23710	107
24124	107
23748	107
24125	107
24126	107
89	107
23815	107
1756	107
23871	107
23874	107
24130	107
23887	107
24127	107
24128	107
1387	107
75	107
24019	107
24034	107
82	107
23289	107
24096	107
22821	107
24129	107
23104	107
23287	107
23332	107
23430	107
23508	107
23868	107
97	107
22657	107
24131	107
22896	107
23013	107
23106	107
23120	107
518	107
24133	107
23573	107
23605	107
23615	107
24134	107
23947	107
24135	107
24043	107
24136	107
22807	107
530	107
1700	107
534	107
532	107
24137	107
23100	107
24138	107
1710	107
539	107
24139	107
15966	107
543	107
24140	107
24141	107
545	107
23553	107
24142	107
23897	107
1711	107
546	107
24143	107
23189	107
24144	107
566	107
565	107
24145	107
22933	107
16012	107
23378	107
601	107
24146	107
24147	107
23714	107
646	107
666	107
24148	107
16181	107
24149	107
24150	107
23578	107
24151	107
770	107
22673	107
781	107
24152	107
22801	107
15854	107
22955	107
796	107
24153	107
15913	107
803	107
806	107
1712	107
801	107
808	107
811	107
23188	107
24154	107
24155	107
23223	107
24156	107
23300	107
23301	107
23314	107
23319	107
24157	107
835	107
841	107
838	107
24158	107
23424	107
23428	107
848	107
846	107
24159	107
23522	107
23559	107
856	107
857	107
23585	107
23620	107
23631	107
23684	107
23702	107
24160	107
873	107
866	107
868	107
870	107
23844	107
23921	107
23935	107
24161	107
23941	107
24162	107
24163	107
891	107
890	107
22640	107
22705	107
22782	107
22830	107
23009	107
23091	107
24164	107
1235	107
1233	107
23338	107
24165	107
24166	107
23402	107
24167	107
23639	107
24168	107
23682	107
24169	107
23797	107
24170	107
24018	107
24044	107
15803	107
24171	107
24172	107
1250	107
15837	107
24173	107
15857	107
1264	107
1269	107
1267	107
15865	107
15882	107
15916	107
15926	107
15930	107
1293	107
1274	107
15972	107
24174	107
15993	107
1321	107
1317	107
23345	107
15998	107
1326	107
24175	107
1332	107
16046	107
24176	107
1354	107
1349	107
1351	107
1347	107
24177	107
23354	107
1401	107
1691	107
1693	107
1697	107
24178	107
24179	107
24180	107
22822	107
24187	107
22852	107
23007	107
23081	107
23150	107
23448	107
23547	107
23594	107
24181	107
23124	107
23271	107
23450	107
16094	107
24182	107
24030	107
22638	107
22639	107
24183	107
15867	107
15897	107
24184	107
23118	107
24185	107
24186	107
23473	107
24188	107
16150	107
24189	107
24190	107
24191	107
24192	107
24193	107
24194	107
23233	107
1741	107
23279	107
24195	107
23511	107
16147	107
1748	107
24196	107
23981	107
24197	107
24099	107
24198	107
22845	107
24199	107
94	107
1806	107
24200	107
22900	107
22919	107
23101	107
24201	107
24202	107
24203	107
23447	107
24204	107
16087	107
24205	107
23794	107
24206	107
24207	107
24208	107
24209	107
23108	107
1841	107
24210	107
23703	107
16108	107
2037	107
24211	107
23264	107
23307	107
24212	107
24213	107
15795	107
24214	107
22651	107
24215	107
15824	107
22792	107
24216	107
22802	107
22824	107
22861	107
1901	107
24217	107
1875	107
1897	107
1905	107
23231	107
24218	107
15973	107
1923	107
24219	107
23539	107
24220	107
24221	107
1979	107
1986	107
23895	107
24016	107
24038	107
22616	107
22643	107
24222	107
22664	107
15807	107
15819	107
22710	107
15827	107
24223	107
24224	107
22808	107
22870	107
24225	107
15872	107
15875	107
1853	107
22943	107
22944	107
24226	107
1870	107
1911	107
23043	107
23055	107
15937	107
1877	107
1968	107
1880	107
23123	107
24227	107
23140	107
24228	107
16024	107
23176	107
23241	107
23248	107
24239	107
23283	107
23323	107
23328	107
23341	107
23361	107
23397	107
24229	107
24230	107
23418	107
24231	107
23422	107
16039	107
23471	107
23487	107
24232	107
23497	107
1945	107
1954	107
23602	107
23638	107
23660	107
23685	107
23781	107
23796	107
1977	107
23828	107
23829	107
23830	107
16149	107
23869	107
23883	107
23943	107
23979	107
24240	107
24033	107
16201	107
22661	107
22671	107
24241	107
22772	107
15942	107
23296	107
2016	107
16238	107
2015	107
23560	107
23661	107
23740	107
23749	107
23766	107
23960	107
16171	107
23318	107
2029	107
23435	107
23437	107
16142	107
23886	107
24244	107
22700	107
24233	107
24234	107
23064	107
15895	107
23075	107
24235	107
24236	107
24237	107
24238	107
24072	107
24242	107
24243	107
23070	107
24245	107
15862	107
23079	107
24246	107
24247	107
22864	107
27	107
23158	107
23813	107
23882	107
22729	107
23462	107
24248	107
24249	107
24250	107
23481	107
24253	107
22883	107
23536	107
1811	107
24251	107
24252	107
23708	107
23769	107
53	107
2064	107
70	107
1265	107
1273	107
1285	107
1298	107
1335	107
1639	107
1913	107
1621	107
1256	107
526	107
41	107
636	107
1262	107
1628	107
1631	107
22809	107
1272	107
1633	107
1277	107
1636	107
26	107
1873	107
22819	107
1643	107
1319	107
1305	107
1650	107
1651	107
2018	107
2062	107
1655	107
49	107
1340	107
1660	107
1663	107
22839	107
862	107
665	107
67	107
1665	107
1365	107
1366	107
1374	107
1376	107
1381	107
1670	107
1775	107
1389	107
1675	107
1680	107
1677	107
1681	107
1683	107
2004	107
1685	107
1686	107
22713	107
22754	107
22774	107
46	107
22887	107
22974	107
22989	107
22996	107
23063	107
23169	107
23336	107
23367	107
23382	107
23405	107
23439	107
23582	107
23693	107
23731	107
23777	107
23784	107
23863	107
23931	107
23965	107
23969	107
23975	107
23998	107
24057	107
24058	107
24076	107
24078	107
2	107
13	107
25	107
34	107
29	107
39	107
45	107
676	107
1826	107
1836	107
1845	107
1993	107
1994	107
2013	107
17	107
18	107
36	107
54	107
57	107
64	107
69	107
76	107
79	107
87	107
90	107
92	107
150	107
174	107
208	107
515	107
521	107
199	107
525	107
548	107
555	107
562	107
581	107
586	107
605	107
618	107
623	107
695	107
775	107
779	107
17808	107
789	107
24280	107
815	107
816	107
818	107
825	107
833	107
859	107
865	107
876	107
871	107
872	107
881	107
885	107
888	107
893	107
895	107
1240	107
1241	107
1248	107
1252	107
1258	107
1270	107
1288	107
1325	107
1329	107
1357	107
1361	107
1372	107
1382	107
1701	107
1734	107
1739	107
1750	107
1755	107
1784	107
1785	107
1786	107
1788	107
1794	107
1714	107
1716	107
1825	107
1865	107
1914	107
1919	107
1955	107
1976	107
2027	107
1730	107
1760	107
1709	107
2071	107
2075	107
573	107
575	107
580	107
583	107
591	107
609	107
610	107
620	107
628	107
637	107
638	107
645	107
653	107
656	107
658	107
660	107
671	107
680	107
683	107
684	107
153	107
25845	59
25845	98
25845	87
25846	59
25846	98
25846	87
25847	59
25847	98
25847	87
4810	59
4701	59
4673	59
25848	59
25848	98
25848	87
25849	59
25849	98
25849	87
25850	59
25850	98
25850	87
25851	59
25851	98
25851	87
25852	78
25852	98
25852	87
25853	59
25853	98
25853	87
25854	70
25854	100
25854	66
25854	6
4834	59
25855	59
25855	98
25855	87
25856	59
25856	98
25856	87
4937	8
4937	75
4937	78
4937	30
25857	59
25857	98
25857	87
4820	59
4874	59
25858	59
25858	98
25858	87
24962	59
24962	8
2196	78
2196	98
2196	87
12020	28
4846	78
4846	73
4846	82
21683	52
21683	80
21683	6
4869	59
5008	59
4688	59
4688	78
4928	78
4928	21
4914	59
4981	59
4641	59
4872	30
4872	59
4680	59
4680	78
25860	59
25860	98
25860	87
25860	41
25860	78
4796	59
25861	59
25861	98
25861	87
25862	59
25862	98
25862	87
25863	59
25863	98
25863	87
25864	59
25864	98
25864	87
25865	59
25865	98
25865	87
25866	24
25866	98
25866	87
25866	108
25866	59
25866	77
25867	59
25867	98
25867	87
13882	74
13882	34
19946	73
19946	26
19946	79
19946	23
25868	23
25868	66
25868	6
19984	79
25869	119
25869	97
25869	73
25869	34
25869	88
\.


--
-- Data for Name: search; Type: TABLE DATA; Schema: public; Owner: g5
--

COPY public.search (slug, day, name) FROM stdin;
mutter-andre-1901-11-11	1901-11-11	Mutter André
pebellier-eugene-1897-11-03	1897-11-03	Pebellier Eugène
petit-claudius-1907-05-22	1907-05-22	Petit Claudius
balastre-bernard-1937-08-29	1937-08-29	Balastre Bernard
arifon-jean-1926-11-16	1926-11-16	Arifon Jean
petit-guy-1905-11-23	1905-11-23	Petit Guy
peyroles-germaine-1902-03-22	1902-03-22	Peyroles Germaine
pflimlin-pierre-1907-02-05	1907-02-05	Pflimlin Pierre
battista-eric-1933-05-14	1933-05-14	Battista Eric
bernard-henri-1900-07-24	1900-07-24	Bernard Henri
pinay-antoine-1891-12-30	1891-12-30	Pinay Antoine
pinvidic-joseph-1900-11-15	1900-11-15	Pinvidic Joseph
pleven-rene-1901-04-15	1901-04-15	Pleven René
bobin-robert-1920-08-02	1920-08-02	Bobin Robert
boeckel-paul-1916-03-14	1916-03-14	Boeckel Paul
prelot-marcel-1898-10-30	1898-10-30	Prelot Marcel
provo-victor-1903-08-30	1903-08-30	Provo Victor
queuille-henri-1884-03-31	1884-03-31	Queuille Henri
brisson-jean-1918-07-29	1918-07-29	Brisson Jean
rabier-maurice-1907-11-12	1907-11-12	Rabier Maurice
ramarony-jules-1901-09-03	1901-09-03	Ramarony Jules
reeb-henri-1907-03-18	1907-03-18	Reeb Henri
clausse-jean-1936-09-04	1936-09-04	Clausse Jean
collardot-christian-1933-07-05	1933-07-05	Collardot Christian
reynaud-paul-1878-10-15	1878-10-15	Reynaud Paul
ribeyre-paul-1906-12-11	1906-12-11	Ribeyre Paul
rochet-waldeck-1905-04-05	1905-04-05	Rochet Waldeck
rosenblatt-marcel-1908-12-17	1908-12-17	Rosenblatt Marcel
damitio-georges-1924-05-20	1924-05-20	Damitio Georges
schmittlein-raymond-1904-06-19	1904-06-19	Schmittlein Raymond
bourdais-yves-1916-02-29	1916-02-29	Bourdais Yves
secretain-roger-1902-08-25	1902-08-25	Secretain Roger
dolques-lucien-1905-02-27	1905-02-27	Dolques Lucien
duriez-marcel-1940-06-20	1940-06-20	Duriez Marcel
simonnet-maurice-rene-1919-10-04	1919-10-04	Simonnet Maurice René
soustelle-jacques-1912-02-03	1912-02-03	Soustelle Jacques
tanguy-prigent-francois-1909-10-11	1909-10-11	Tanguy-Prigent François
guenard-denise-1934-01-13	1934-01-13	Guenard Denise
gaillot-georges-1917-04-27	1917-04-27	Gaillot Georges
teitgen-pierre-1908-05-29	1908-05-29	Teitgen Pierre
temple-emmanuel-1895-09-21	1895-09-21	Temple Emmanuel
thorez-maurice-1900-04-28	1900-04-28	Thorez Maurice
haarhoff-pierre-1932-07-09	1932-07-09	Haarhoff Pierre
herice-daniel-1921-09-07	1921-09-07	Herice Daniel
tillon-charles-1897-07-03	1897-07-03	Tillon Charles
vallon-louis-1901-08-12	1901-08-12	Vallon Louis
joye-prudent-1913-12-15	1913-12-15	Joye Prudent
lagorce-guy-1937-01-12	1937-01-12	Lagorce Guy
viatte-charles-1911-03-18	1911-03-18	Viatte Charles
vigier-jean-louis-1914-12-25	1914-12-25	Vigier Jean-Louis
villon-pierre-1901-08-27	1901-08-27	Villon Pierre
lunis-jacques-1923-05-27	1923-05-27	Lunis Jacques
violette-maurice-1870-09-03	1870-09-03	Violette Maurice
wasmer-joseph-1910-09-01	1910-09-01	Wasmer Joseph
marchal-robert-1901-11-10	1901-11-10	Marchal Robert
macquet-michel-1932-04-03	1932-04-03	Macquet Michel
abelin-pierre-1909-05-16	1909-05-16	Abelin Pierre
andre-adrien-1884-05-29	1884-05-29	Andre Adrien
andre-pierre-1903-10-27	1903-10-27	Andre Pierre
moulines-marcel-1908-12-01	1908-12-01	Moulines Marcel
paul-robert-1910-04-20	1910-04-20	Paul Robert
anthonioz-marcel-1911-04-26	1911-04-26	Anthonioz Marcel
arbeltier-rene-1897-01-23	1897-01-23	Arbeltier René
arnal-frank-1898-10-30	1898-10-30	Arnal Frank
auban-achille-1912-04-14	1912-04-14	Auban Achille
ramadier-pierre-1902-05-22	1902-05-22	Ramadier Pierre
aubin-jean-1901-08-15	1901-08-15	Aubin Jean
aubry-paul-1902-02-14	1902-02-14	Aubry Paul
audeguil-fernand-1887-01-16	1887-01-16	Audeguil Fernand
ballanger-robert-1912-11-02	1912-11-02	Ballanger Robert
sempe-gabriel-1901-04-01	1901-04-01	Sempe Gabriel
thureau-jean-1927-06-22	1927-06-22	Thureau Jean
bapst-philippe-1892-12-28	1892-12-28	Bapst Philippe
barbier-andre-1885-03-03	1885-03-03	Barbier André
bardon-andre-1901-01-10	1901-01-10	Bardon André
veste-paulette-1928-02-24	1928-02-24	Veste Paulette
barres-philippe-1896-07-08	1896-07-08	Barres Philippe
vernier-jacques-1923-07-21	1923-07-21	Vernier Jacques
barrier-robert-1907-12-29	1907-12-29	Barrier Robert
barthelemy-andre-1897-06-17	1897-06-17	Barthelemy André
bartolini-jean-1899-01-10	1899-01-10	Bartolini Jean
roelants-gaston-1937-02-05	1937-02-05	Roelants Gaston
bastide-denise-1916-12-23	1916-12-23	Bastide Denise
winter-paul-1906-02-06	1906-02-06	Winter Paul
baurens-alexandre-1900-02-20	1900-02-20	Baurens Alexandre
baylet-jean-1904-04-06	1904-04-06	Baylet Jean
bayrou-maurice-1905-03-02	1905-03-02	Bayrou Maurice
eysker-gerrit-1901-07-19	1901-07-19	Eysker Gerrit
chiron-louis-1899-08-03	1899-08-03	Chiron Louis
beaumont-guerin-1896-08-29	1896-08-29	Beaumont Guérin
bechard-paul-1899-12-25	1899-12-25	Bechard Paul
beche-emile-1898-01-20	1898-01-20	Beche Emile
becquet-raoul-1887-12-04	1887-12-04	Becquet Raoul
rosier-louis-1905-11-05	1905-11-05	Rosier Louis
morel-andre-1884-08-03	1884-08-03	Morel André
begouin-lucien-1908-04-17	1908-04-17	Bégouin Lucien
benbahamed-mostapha-1899-01-12	1899-01-12	Benbahamed Mostapha
bendjelloul-mohamed-1893-12-08	1893-12-08	Bendjelloul Mohamed
ascari-antonio-1888-09-15	1888-09-15	Ascari Antonio
sommer-raymond-1906-08-31	1906-08-31	Sommer Raymond
bene-maurice-1884-08-24	1884-08-24	Bene Maurice
bengana-mohamed-1914-12-21	1914-12-21	Bengana Mohamed
benoit-alcide-1899-06-15	1899-06-15	Benoit Alcide
bordoni-franco-1913-01-10	1913-01-10	Bordoni Franco
borzacchini-baconico-1898-09-28	1898-09-28	Borzacchini Baconico
bernard-michel-1921-07-23	1921-07-23	Bernard Michel
berthet-alix-1907-08-15	1907-08-15	Berthet Alix
bessac-abel-1911-01-26	1911-01-26	Bessac Abel
castellotti-eugenio-1930-10-10	1930-10-10	Castellotti Eugenio
cortese-franco-1903-02-09	1903-02-09	Cortese Franco
besset-pierre-1907-02-18	1907-02-18	Besset Pierre
bichet-robert-1903-10-03	1903-10-03	Bichet Robert
lurani-cernuschi-giovanni-1905-12-19	1905-12-19	Lurani Cernuschi Giovanni
mantovani-sergio-1929-05-22	1929-05-22	Mantovani Sergio
bignon-albert-1910-02-28	1910-02-28	Bignon Albert
billeres-rene-1910-08-29	1910-08-29	Billeres René
spotorno-franco-1901-12-30	1901-12-30	Spotorno Franco
storero-luigi-1868-10-18	1868-10-18	Storero Luigi
binot-jean-1911-08-02	1911-08-02	Binot Jean
blachette-georges-1900-09-27	1900-09-27	Blachette Georges
allemand-andre-1916-07-25	1916-07-25	Allemand André
valenzano-piero-1925-04-16	1925-04-16	Valenzano Piero
boscary-monsservin-roland-1904-05-12	1904-05-12	Boscary-Monsservin Roland
bouhey-jean-1898-10-23	1898-10-23	Bouhey Jean
bourdelles-pierre-1908-04-23	1908-04-23	Bourdelles Pierre
bague-edouard-1879-05-19	1879-05-19	Bague Edouard
assollant-jean-1905-09-26	1905-09-26	Assollant Jean
bouret-henri-1916-05-14	1916-05-14	Bouret Henri
bourgeois-georges-1913-04-20	1913-04-20	Bourgeois Georges
boutavant-remy-1911-02-26	1911-02-26	Boutavant Rémy
bastie-maryse-1898-02-27	1898-02-27	Bastie Maryse
bellonte-maurice-1896-10-25	1896-10-25	Bellonte Maurice
cottereau-jean-mar-1896-12-07	1896-12-07	Cottereau Jean-Mar.
brault-amand-1888-10-25	1888-10-25	Brault Amand
bricout-edmond-1904-10-08	1904-10-08	Bricout Edmond
bossoutrot-lucien-1890-05-16	1890-05-16	Bossoutrot Lucien
bourjade-jean-1889-05-25	1889-05-25	Bourjade Jean
briffod-henri-1913-12-20	1913-12-20	Briffod Henri
briot-louis-1905-02-15	1905-02-15	Briot Louis
brusset-max-1909-11-25	1909-11-25	Brusset Max
brunet-felix-1913-01-01	1913-01-01	Brunet Félix
casale-jean-1893-09-23	1893-09-23	Casale Jean
bruyneel-robert-1905-06-25	1905-06-25	Bruyneel Robert
burlot-andre-1897-08-06	1897-08-06	Burlot André
caudron-rene-1884-07-01	1884-07-01	Caudron René
chassin-lionel-1902-04-26	1902-04-26	Chassin Lionel
cagne-jean-1907-08-24	1907-08-24	Cagne Jean
bourdial-jean-1905-03-07	1905-03-07	Bourdial Jean
caillet-francis-1910-05-05	1910-05-05	Caillet Francis
comet-paul-1904-03-18	1904-03-18	Comet Paul
coupet-lucien-1888-10-04	1888-10-04	Coupet Lucien
calliot-olivier-1894-02-21	1894-02-21	Calliot Olivier
camphin-rene-paul-1913-02-21	1913-02-21	Camphin René Paul
capdeville-jean-1912-11-08	1912-11-08	Capdeville Jean
cuffaut-leon-1911-11-20	1911-11-20	Cuffaut Léon
dabry-jean-1901-12-08	1901-12-08	Dabry Jean
carlini-michel-1889-07-31	1889-07-31	Carlini Michel
cartier-gilbert-1912-11-25	1912-11-25	Cartier Gilbert
cartier-marcel-1895-08-24	1895-08-24	Cartier Marcel
cassagne-rene-1898-07-16	1898-07-16	Cassagne René
dubourg-jean-1930-09-04	1930-09-04	Dubourg Jean
castera-edmond-1907-11-20	1907-11-20	Castera Edmond
catoire-jules-1899-01-31	1899-01-31	Catoire Jules
catrice-jean-1903-08-27	1903-08-27	Catrice Jean
fequant-philippe-1883-06-09	1883-06-09	Fequant Philippe
fonck-rene-1894-03-26	1894-03-26	Fonck René
cavelier-andre-1894-02-19	1894-02-19	Cavelier André
cayeux-jean-1910-04-07	1910-04-07	Cayeux Jean
cermolacce-paul-1912-07-02	1912-07-02	Cermolacce Paul
guilbaud-rene-1890-10-08	1890-10-08	Guilbaud René
guynemer-georges-1894-12-24	1894-12-24	Guynemer Georges
chabenat-andre-1887-08-08	1887-08-08	Chabenat André
charlot-jean-1901-01-26	1901-01-26	Charlot Jean
charret-edouard-1905-07-12	1905-07-12	Charret Edouard
happe-maurice-1882-04-15	1882-04-15	Happe Maurice
hilsz-marie-1901-03-07	1901-03-07	Hilsz Marie
chassaing-eugene-1876-07-07	1876-07-07	Chassaing Eugène
chatenay-victor-1886-04-03	1886-04-03	Chatenay Victor
chausson-clement-1887-11-25	1887-11-25	Chausson Clément
hurel-maurice-1896-04-29	1896-04-29	Hurel Maurice
lard-pierre-1924-06-07	1924-06-07	Lard Pierre
cherrier-marcel-1901-11-03	1901-11-03	Cherrier Marcel
chevallier-jacques-1911-11-15	1911-11-15	Chevallier Jacques
chupin-alfred-1916-08-13	1916-08-13	Chupin Alfred
lefevre-rene-1903-11-12	1903-11-12	Lefevre René
lemercier-andre-1888-09-13	1888-09-13	Lemercier André
cochart-napoleon-1912-05-13	1912-05-13	Cochart Napoléon
coffin-lucien-1900-12-29	1900-12-29	Coffin Lucien
colin-yves-1894-03-10	1894-03-10	Colin Yves
lorin-rene-1877-05-24	1877-05-24	Lorin René
marconnet-charles-1869-06-02	1869-06-02	Marconnet Charles
colonne-d-istria-paulin-1905-07-27	1905-07-27	Colonne D'istria Paulin
commentry-andre-1891-07-25	1891-07-25	Commentry André
marvingt-marie-1875-02-20	1875-02-20	Marvingt Marie
mezergues-albert-1886-11-05	1886-11-05	Mezergues Albert
conte-arthur-1920-03-31	1920-03-31	Conte Arthur
cordonnier-denis-1893-09-10	1893-09-10	Cordonnier Denis
morane-robert-1886-03-10	1886-03-10	Morane Robert
mouchotte-rene-1914-08-21	1914-08-21	Mouchotte René
costes-alfred-1888-02-24	1888-02-24	Costes Alfred
coudert-lucien-1887-07-28	1887-07-28	Coudert Lucien
couinaud-pierre-1891-10-28	1891-10-28	Couinaud Pierre
navarre-jean-1895-08-08	1895-08-08	Navarre Jean
nogues-maurice-1889-10-31	1889-10-31	Nogues Maurice
couston-paul-1903-10-12	1903-10-12	Couston Paul
coutant-robert-1908-01-14	1908-01-14	Coutant Robert
crouzier-jean-1899-11-02	1899-11-02	Crouzier Jean
pegoud-adolphe-1889-06-13	1889-06-13	Pegoud Adolphe
pequet-henri-1888-01-01	1888-01-01	Pequet Henri
dagain-leon-1896-07-11	1896-07-11	Dagain Léon
damette-auguste-1903-09-08	1903-09-08	Damette Auguste
darou-marcel-1896-08-13	1896-08-13	Darou Marcel
david-marcel-1895-04-06	1895-04-06	David Marcel
pouyade-pierre-1911-07-25	1911-07-25	Pouyade Pierre
reine-marcel-1901-12-01	1901-12-01	Reine Marcel
deboudt-lucien-1884-03-21	1884-03-21	Deboudt Lucien
defos-du-rau-joseph-1884-04-08	1884-04-08	Defos du RAU Joseph
bourdos-yves-1908-09-09	1908-09-09	Bourdos Yves
renaux-eugene-1877-01-27	1877-01-27	Renaux Eugène
santini-alexis-1914-10-31	1914-10-31	Santini Alexis
degoutte-lucien-1907-07-19	1907-07-19	Degoutte Lucien
degrond-celine-1894-06-03	1894-06-03	Degrond Céline
delabre-camille-1906-07-19	1906-07-19	Delabre Camille
satre-pierre-1909-05-04	1909-05-04	Satre Pierre
stehlin-paul-1907-08-11	1907-08-11	Stehlin Paul
delachenal-joseph-1881-08-12	1881-08-12	Delachenal Joseph
delbez-louis-1895-12-18	1895-12-18	Delbez Louis
thoret-joseph-1892-01-05	1892-01-05	Thoret Joseph
vachet-paul-1897-01-30	1897-01-30	Vachet Paul
delcos-francois-1881-03-25	1881-03-25	Delcos Francois
deliaune-gerard-1906-08-13	1906-08-13	Deliaune Gérard
agello-francesco-1902-12-27	1902-12-27	Agello Francesco
voisin-gabriel-1880-02-05	1880-02-05	Voisin Gabriel
delmotte-paul-1903-04-29	1903-04-29	Delmotte Paul
demusois-antoine-1895-08-04	1895-08-04	Demusois Antoine
denis-alphonse-1906-03-05	1906-03-05	Denis Alphonse
agostoni-umberto-1877-03-01	1877-03-01	Agostoni Umberto
ajmone-cat-mario-1894-02-05	1894-02-05	Ajmone-Cat Mario
desgranges-pierre-1898-01-13	1898-01-13	Desgranges Pierre
deshors-jean-1901-10-26	1901-10-26	Deshors Jean
ambrosini-angelo-1891-05-05	1891-05-05	Ambrosini Angelo
amerigo-stefano-1885-09-04	1885-09-04	Amerigo Stefano
desson-guy-1909-04-07	1909-04-07	Desson Guy
detceuf-pierre-1890-11-20	1890-11-20	Detceuf Pierre
andreini-michele-1890-09-22	1890-09-22	Andreini Michele
armani-armando-1879-02-19	1879-02-19	Armani Armando
devemy-roger-1910-07-28	1910-07-28	Devemy Roger
dixmier-joseph-1894-09-04	1894-09-04	Dixmier Joseph
bourgeois-adrien-1874-03-01	1874-03-01	Bourgeois Adrien
dommergue-alphonse-1873-11-01	1873-11-01	Dommergue Alphonse
bailo-luigi-1882-08-31	1882-08-31	Bailo Luigi
dorey-henri-1907-02-12	1907-02-12	Dorey Henri
doutrellot-pierre-1902-09-24	1902-09-24	Doutrellot Pierre
draveny-lucien-1896-06-19	1896-06-19	Draveny Lucien
baracca-francesco-1888-05-09	1888-05-09	Baracca Francesco
barnaba-pier-1891-02-25	1891-02-25	Barnaba Pier
dubois-emile-1913-08-09	1913-08-09	Dubois Emile
dumas-joseph-1904-05-10	1904-05-10	Dumas Joseph
dupuy-marc-1889-12-15	1889-12-15	Dupuy Marc
bellanca-giuseppe-1886-01-19	1886-01-19	Bellanca Giuseppe
berardi-angelo-1887-06-08	1887-06-08	Berardi Angelo
duquesne-jules-1910-02-06	1910-02-06	Duquesne Jules
durbet-marius-1904-02-28	1904-02-28	Durbet Marius
durroux-jean-1910-07-06	1910-07-06	Durroux Jean
bernasconi-mario-1892-07-07	1892-07-07	Bernasconi Mario
bevilacqua-igino-1893-06-06	1893-06-06	Bevilacqua Igino
elain-pierre-1913-03-12	1913-03-12	Elain Pierre
estachy-yvonne-1907-04-06	1907-04-06	Estachy Yvonne
estradere-pierre-1911-06-20	1911-06-20	Estradere Pierre
bocchese-aldo-1894-12-23	1894-12-23	Bocchese Aldo
bonazzi-fernando-1886-03-04	1886-03-04	Bonazzi Fernando
evrard-just-1898-05-31	1898-05-31	Evrard Just
bourgois-christian-1933-09-21	1933-09-21	Bourgois Christian
fabre-alexis-1907-04-07	1907-04-07	Fabre Alexis
bonzi-leonardo-1902-12-22	1902-12-22	Bonzi Leonardo
bosio-camillo-1883-06-03	1883-06-03	Bosio Camillo
faglianelli-jacques-1901-11-18	1901-11-18	Faglianelli Jacques
faraud-roger-1903-05-07	1903-05-07	Faraud Roger
buzio-alessandro-1893-01-13	1893-01-13	Buzio Alessandro
cagna-stefano-1901-12-24	1901-12-24	Cagna Stefano
fayet-pierre-1887-02-12	1887-02-12	Fayet Pierre
febvay-jean-1908-11-10	1908-11-10	Febvay Jean
bourgund-gabriel-1898-05-17	1898-05-17	Bourgund Gabriel
calderara-mario-1879-10-10	1879-10-10	Calderara Mario
carafa-d-andria-fiammetta-1892-07-06	1892-07-06	Carafa d'Andria Fiammetta
felice-pierre-de-1896-12-13	1896-12-13	Felice Pierre de
florand-anselme-1902-10-08	1902-10-08	Florand Anselme
carta-egidio-1877-08-04	1877-08-04	Carta Egidio
casartelli-cesare-1890-05-19	1890-05-19	Casartelli Cesare
forcinal-albert-1887-05-11	1887-05-11	Forcinal Albert
fourvel-eugene-1906-02-09	1906-02-09	Fourvel Eugène
fouyet-emmanuel-1899-03-02	1899-03-02	Fouyet Emmanuel
castacane-castruccio-1878-11-21	1878-11-21	Castacane Castruccio
castiglioni-angelo-1894-03-20	1894-03-20	Castiglioni Angelo
francois-germaine-1908-11-11	1908-11-11	Francois Germaine
fredet-maurice-1899-02-09	1899-02-09	Fredet Maurice
cavadini-piero-1887-08-13	1887-08-13	Cavadini Piero
cecconi-fausto-1904-09-13	1904-09-13	Cecconi Fausto
frugier-jean-1902-08-25	1902-08-25	Frugier Jean
furaud-jacques-1899-02-26	1899-02-26	Furaud Jacques
ceruti-marziale-1895-03-10	1895-03-10	Ceruti Marziale
cianetti-ettore-1878-03-31	1878-03-31	Cianetti Ettore
gabelle-pierre-1908-05-02	1908-05-02	Gabelle Pierre
gaborit-roger-1903-12-12	1903-12-12	Gaborit Roger
gaillemin-georges-1919-12-09	1919-12-09	Gaillemin Georges
cobianchi-mario-1885-04-08	1885-04-08	Cobianchi Mario
contini-amerigo-1894-08-10	1894-08-10	Contini Amerigo
galicier-emilienne-1911-06-11	1911-06-11	Galicier Emilienne
garavel-joseph-1892-03-04	1892-03-04	Garavel Joseph
garnier-andre-1910-03-25	1910-03-25	Garnier André
cornaggia-medici-alfonso-1888-02-11	1888-02-11	Cornaggia Medici Alfonso
crosio-tullio-1889-07-21	1889-07-21	Crosio Tullio
gaubert-andre-1911-12-05	1911-12-05	Gaubert André
gautier-andre-1908-04-26	1908-04-26	Gautier André
genton-jacques-1918-09-22	1918-09-22	Genton Jacques
dal-mistro-achille-1892-08-08	1892-08-08	Dal Mistro Achille
de-angeli-piero-1902-06-12	1902-06-12	De Angeli Piero
georges-maurice-1899-09-15	1899-09-15	Georges Maurice
gernez-raymond-1906-11-27	1906-11-27	Gernez Raymond
gilliot-jean-1890-06-06	1890-06-06	Gilliot Jean
giovoni-arthur-1909-10-06	1909-10-06	Giovoni Arthur
golvan-victor-leon-1902-04-06	1902-04-06	Golvan Victor Léon
gosnat-georges-1914-12-03	1914-12-03	Gosnat Georges
gosset-paul-1907-06-19	1907-06-19	Gosset Paul
donati-renato-1894-01-17	1894-01-17	Donati Renato
ferrari-cristofori-1880-07-25	1880-07-25	Ferrari Cristofori
goudoux-jean-1910-07-23	1910-07-23	Goudoux Jean
gourdon-robert-1914-02-22	1914-02-22	Gourdon Robert
gozard-gilles-1910-04-24	1910-04-24	Gozard Gilles
ferrarin-francesco-1896-12-17	1896-12-17	Ferrarin Francesco
ferretti-di-c-piero-1896-02-13	1896-02-13	Ferretti di C. Piero
gracia-lucien-1896-06-25	1896-06-25	Gracia Lucien
gravoille-gilles-1914-11-13	1914-11-13	Gravoille Gilles
grenier-fernand-1901-07-09	1901-07-09	Grenier Fernand
folz-amedeo-1903-12-29	1903-12-29	Folz Amedeo
frassinetti-romeo-1854-08-04	1854-08-04	Frassinetti Romeo
grimaud-henri-louis-1901-03-22	1901-03-22	Grimaud Henri Louis
grimaud-maurice-1902-08-08	1902-08-08	Grimaud Maurice
grousseaud-jean-1908-10-30	1908-10-30	Grousseaud Jean
fucini-mario-1891-02-01	1891-02-01	Fucini Mario
gallo-luigi-1901-06-15	1901-06-15	Gallo Luigi
guerin-rose-1915-02-04	1915-02-04	Guerin Rose
guichard-victor-1905-02-15	1905-02-15	Guichard Victor
guiguen-louis-1910-06-23	1910-06-23	Guiguen Louis
gallotti-carlo-1887-05-04	1887-05-04	Gallotti Carlo
garino-guido-1889-05-22	1889-05-22	Garino Guido
guille-georges-1909-07-20	1909-07-20	Guille Georges
guitton-antoine-1901-02-07	1901-02-07	Guitton Antoine
gelmetti-umberto-1893-10-31	1893-10-31	Gelmetti Umberto
giordano-gennaro-1899-05-15	1899-05-15	Giordano Gennaro
guitton-jean-1906-09-20	1906-09-20	Guitton Jean
guthmuller-charles-1897-08-20	1897-08-20	Guthmuller Charles
guyot-raymond-1903-11-17	1903-11-17	Guyot Raymond
gordesco-mario-1884-12-12	1884-12-12	Gordesco Mario
grani-umberto-1897-05-08	1897-05-08	Grani Umberto
halbout-emile-1905-02-15	1905-02-15	Halbout Emile
halleguen-joseph-1916-07-02	1916-07-02	Halleguen Joseph
haumesser-leon-1903-08-12	1903-08-12	Haumesser Léon
gravina-manfredi-1883-04-14	1883-04-14	Gravina Manfredi
gregorini-pietro-1887-08-11	1887-08-11	Gregorini Pietro
henneguelle-henri-1908-06-11	1908-06-11	Henneguelle Henri
heuillard-georges-1899-08-05	1899-08-05	Heuillard Georges
huel-robert-1907-04-23	1907-04-23	Huel Robert
jacometti-ernesto-1880-09-06	1880-09-06	Jacometti Ernesto
kerbaker-ernesto-1882-11-21	1882-11-21	Kerbaker Ernesto
hulin-henri-1912-06-10	1912-06-10	Hulin Henri
hutin-desgrees-paul-1888-10-24	1888-10-24	Hutin-desgrees Paul
ihuel-paul-1903-11-02	1903-11-02	Ihuel Paul
landini-achille-1890-05-22	1890-05-22	Landini Achille
leone-domenico-1888-10-09	1888-10-09	Leone Domenico
jacquet-michel-1907-02-16	1907-02-16	Jacquet Michel
jaquet-gerard-1916-01-12	1916-01-12	Jaquet Gérard
locatelli-antonio-1895-04-19	1895-04-19	Locatelli Antonio
longo-ulisse-1894-01-04	1894-01-04	Longo Ulisse
jarosson-guy-1911-03-09	1911-03-09	Jarosson Guy
jean-leon-1901-01-25	1901-01-25	Jean Léon
joubert-auguste-1903-04-07	1903-04-07	Joubert Auguste
maceratini-giuseppe-1894-01-05	1894-01-05	Maceratini Giuseppe
maffeis-carlo-1883-01-11	1883-01-11	Maffeis Carlo
juglas-jean-jacques-1904-06-10	1904-06-10	Juglas Jean-Jacques
kadi-abd-el-kader-1904-01-25	1904-01-25	Kadi Abd-el-Kader
malingher-arturo-1869-01-02	1869-01-02	Malingher Arturo
manissero-romolo-1881-03-10	1881-03-10	Manissero Romolo
kauffmann-michel-1914-09-22	1914-09-22	Kauffmann Michel
klock-joseph-1908-02-04	1908-02-04	Klock Joseph
krieger-alfred-1903-03-05	1903-03-05	Krieger Alfred
marazzi-ettore-1878-07-16	1878-07-16	Marazzi Ettore
marchesini-piero-1895-09-05	1895-09-05	Marchesini Piero
kuehn-rene-1910-01-08	1910-01-08	Kuehn René
mees-vic-1927-01-26	1927-01-26	Mees Vic
laborde-jean-1911-10-08	1911-10-08	Laborde Jean
labrousse-louis-1899-01-10	1899-01-10	Labrousse Louis
masiero-guido-1895-08-24	1895-08-24	Masiero Guido
mattioli-nob-1877-11-22	1877-11-22	Mattioli Nob
lacaze-henri-1908-02-09	1908-02-09	Lacaze Henri
mazzucco-renato-1891-02-10	1891-02-10	Mazzucco Renato
mecozzi-amedeo-1892-01-17	1892-01-17	Mecozzi Amedeo
menghi-viero-1895-01-19	1895-01-19	Menghi Viero
lacombe-henri-1904-05-14	1904-05-14	Lacombe Henri
lalle-albert-1905-05-24	1905-05-24	Lalle Albert
lamarque-cando-charles-1901-01-12	1901-01-12	Lamarque-cando Charles
michetti-giorgio-1888-05-29	1888-05-29	Michetti Giorgio
moizo-riccardo-1877-08-27	1877-08-27	Moizo Riccardo
lambert-lucien-1905-01-08	1905-01-08	Lambert Lucien
lamps-rene-1915-11-05	1915-11-05	Lamps René
la-noe-bidard-de-r-1887-12-23	1887-12-23	La Noe (Bidard de) R.
moore-raul-1895-03-31	1895-03-31	Moore Raul
mosca-francesco-1887-06-16	1887-06-16	Mosca Francesco
laplace-adrien-1909-09-18	1909-09-18	Laplace Adrien
le-bail-jean-1904-02-26	1904-02-26	Le Bail Jean
le-coutaller-jean-1905-07-11	1905-07-11	Le Coutaller Jean
negrone-cambiaso-carina-1911-06-04	1911-06-04	Negrone Cambiaso Carina
niclot-furio-1908-04-24	1908-04-24	Niclot Furio
le-cozannet-yves-1898-01-28	1898-01-28	Le Cozannet Yves
leenhardt-francis-1908-04-24	1908-04-24	Leenhardt Francis
novellis-coarazze-alberto-1877-08-06	1877-08-06	Novellis Coarazze Alberto
oppizzi-pietro-1882-03-21	1882-03-21	Oppizzi Pietro
lefevre-raymond-1894-04-02	1894-04-02	Lefevre Raymond
lefranc-jean-1898-03-21	1898-03-21	Lefranc Jean
lenormand-andre-1913-09-01	1913-09-01	Lenormand André
pallavicino-cesare-1893-04-21	1893-04-21	Pallavicino Cesare
pasta-alberto-1891-03-03	1891-03-03	Pasta Alberto
lenormand-maurice-1913-01-15	1913-01-15	Lenormand Maurice
le-sciellour-joseph-1907-10-13	1907-10-13	Le Sciellour Joseph
le-senechal-louis-1910-10-02	1910-10-02	Le Senechal Louis
pensuti-emilio-1890-08-26	1890-08-26	Pensuti Emilio
peretti-ugo-1896-10-20	1896-10-20	Peretti Ugo
levacher-francois-1915-08-24	1915-08-24	Levacher Francois
levindrey-marcel-1897-09-28	1897-09-28	Levindrey Marcel
piacenza-guido-1881-02-02	1881-02-02	Piacenza Guido
piccio-pier-1880-09-27	1880-09-27	Piccio Pier
liautey-andre-1896-03-09	1896-03-09	Liautey André
linet-roger-1914-03-07	1914-03-07	Linet Roger
pini-egidio-1898-02-08	1898-02-08	Pini Egidio
polpacelli-antonio-1888-03-28	1888-03-28	Polpacelli Antonio
liquard-emile-1905-02-04	1905-02-04	Liquard Emile
bourlaud-jacques-1919-12-23	1919-12-23	Bourlaud Jacques
pozzi-emilio-1884-03-13	1884-03-13	Pozzi Emilio
puglieschi-ubaldo-1874-08-14	1874-08-14	Puglieschi Ubaldo
loustau-kleber-1915-02-05	1915-02-05	Loustau Kléber
lucas-maurice-1896-10-09	1896-10-09	Lucas Maurice
ranza-attilio-1879-10-30	1879-10-30	Ranza Attilio
rapini-napoleone-1891-11-07	1891-11-07	Rapini Napoleone
mabrut-adrien-1901-02-04	1901-02-04	Mabrut Adrien
magendie-edmond-1912-01-24	1912-01-24	Magendie Edmond
mailhe-pierre-1909-10-22	1909-10-22	Mailhe Pierre
resch-alessandro-1892-11-19	1892-11-19	Resch Alessandro
ridolfi-luigi-1894-04-12	1894-04-12	Ridolfi Luigi
malbrant-rene-1903-03-09	1903-03-09	Malbrant René
mallez-henri-1892-06-13	1892-06-13	Mallez Henri
manceau-bernard-1908-04-10	1908-04-10	Manceau Bernard
rovida-carlo-1904-08-01	1904-08-01	Rovida Carlo
sabelli-cesare-1896-11-20	1896-11-20	Sabelli Cesare
manceau-robert-1913-02-12	1913-02-12	Manceau Robert
marcellin-raymond-1914-08-19	1914-08-19	Marcellin Raymond
savoia-umberto-1884-02-04	1884-02-04	Savoia Umberto
scaroni-silvio-1893-05-12	1893-05-12	Scaroni Silvio
mancey-andre-1913-06-17	1913-06-17	Mancey André
martel-henri-1898-08-03	1898-08-03	Martel Henri
marzin-madeleine-1908-07-21	1908-07-21	Marzin Madeleine
sibilla-massiera-giulio-1893-10-20	1893-10-20	Sibilla Massiera Giulio
signorini-tito-1872-04-16	1872-04-16	Signorini Tito
masson-jean-1907-09-08	1907-09-08	Masson Jean
massot-marcel-1899-04-07	1899-04-07	Massot Marcel
maton-albert-1916-01-03	1916-01-03	Maton Albert
stanzani-mario-1888-05-10	1888-05-10	Stanzani Mario
surdi-tommaso-1882-03-01	1882-03-01	Surdi Tommaso
maurellet-augustin-1888-12-21	1888-12-21	Maurellet Augustin
mazier-antoine-1908-10-11	1908-10-11	Mazier Antoine
mazuez-fernand-1904-01-16	1904-01-16	Mazuez Fernand
tagliasacchi-luigi-1888-07-19	1888-07-19	Tagliasacchi Luigi
trevisan-spartaco-1894-05-24	1894-05-24	Trevisan Spartaco
meck-henri-1897-07-31	1897-07-31	Meck Henri
mehaignerie-alexis-1899-10-11	1899-10-11	Mehaignerie Alexis
mekki-bezzeghoud-1883-05-29	1883-05-29	Mekki Bezzeghoud
vagliasindi-pietro-1889-09-21	1889-09-21	Vagliasindi Pietro
vece-francesco-1885-02-20	1885-02-20	Vece Francesco
mercier-andre-1916-09-08	1916-09-08	Mercier André
mercier-michel-1906-12-14	1906-12-14	Mercier Michel
viazzo-giovanni-1903-07-30	1903-07-30	Viazzo Giovanni
viotti-dialma-1881-03-24	1881-03-24	Viotti Dialma
meunier-jean-1906-05-19	1906-05-19	Meunier Jean
meunier-pierre-1908-08-15	1908-08-15	Meunier Pierre
meulemeester-andre-1894-12-28	1894-12-28	Meulemeester André
olieslagers-jan-1883-05-14	1883-05-14	Olieslagers Jan
michaud-louis-1912-10-08	1912-10-08	Michaud Louis
guy-jean-1824-03-08	1824-03-08	Guy Jean
bourret-paul-1918-06-23	1918-06-23	Bourret Paul
midol-lucien-1883-09-24	1883-09-24	Midol Lucien
stampe-jean-1889-04-17	1889-04-17	Stampe Jean
van-lierde-remy-1915-08-14	1915-08-14	Van Lierde Rémy
molinatti-georges-1888-04-24	1888-04-24	Molinatti Georges
monin-philippe-1906-04-13	1906-04-13	Monin Philippe
montel-eugene-1885-06-05	1885-06-05	Montel Eugène
montillot-robert-1882-07-03	1882-07-03	Montillot Robert
monnereau-bernard-1935-09-18	1935-09-18	Monnereau Bernard
lebranchu-roger-1922-07-22	1922-07-22	Lebranchu Roger
montjou-gerard-1903-02-05	1903-02-05	Montjou Gérard
mora-albert-1896-04-04	1896-04-04	Mora Albert
moreve-roger-1897-06-07	1897-06-07	Moreve Roger
mouchet-pierre-1916-03-26	1916-03-26	Mouchet Pierre
muller-pierre-1901-03-04	1901-03-04	Muller Pierre
vandernotte-marcel-1909-07-29	1909-07-29	Vandernotte Marcel
musmeaux-arthur-1888-06-24	1888-06-24	Musmeaux Arthur
nenon-jean-1906-04-25	1906-04-25	Nenon Jean
nisse-robert-1900-07-28	1900-07-28	Nisse Robert
noel-marcel-1901-02-06	1901-02-06	Noel Marcel
buffiere-andre-1922-11-12	1922-11-12	Buffiere André
boel-pierre-1911-07-04	1911-07-04	Boel Pierre
notebart-arthur-1914-07-12	1914-07-12	Notebart Arthur
olmi-philippe-1891-08-04	1891-08-04	Olmi Philippe
paternot-marcel-1912-01-28	1912-01-28	Paternot Marcel
patria-pierre-1904-11-05	1904-11-05	Patria Pierre
christ-jerome-1938-04-04	1938-04-04	Christ Jerome
derency-rene-1925-05-27	1925-05-27	Derency René
paul-gabriel-1918-01-27	1918-01-27	Paul Gabriel
pebellier-eugene-1886-01-15	1886-01-15	Pebellier Eugène
pelleray-paul-1895-07-12	1895-07-12	Pelleray Paul
flouret-jacques-1907-09-08	1907-09-08	Flouret Jacques
peltre-rene-1908-11-05	1908-11-05	Peltre René
etienne-roland-1912-08-31	1912-08-31	Etienne Roland
penoy-rene-1912-06-16	1912-06-16	Penoy René
pierrard-andre-1916-10-03	1916-10-03	Pierrard André
plantevin-victor-1900-09-07	1900-09-07	Plantevin Victor
frezot-emile-1916-11-11	1916-11-11	Frezot Emile
guillou-fernand-1926-01-06	1926-01-06	Guillou Fernand
pluchet-bernard-1903-01-01	1903-01-01	Pluchet Bernard
prache-louis-1899-07-14	1899-07-14	Prache Louis
pradeau-andre-1898-05-09	1898-05-09	Pradeau André
prin-jeannette-1907-06-08	1907-06-08	Prin Jeannette
priou-victor-1908-10-01	1908-10-01	Priou Victor
monclar-robert-1930-08-13	1930-08-13	Monclar Robert
perrier-jacques-1924-11-22	1924-11-22	Perrier Jacques
prot-louis-1889-06-28	1889-06-28	Prot Louis
pupat-jean-1901-09-23	1901-09-23	Pupat Jean
puy-louis-1911-12-23	1911-12-23	Puy Louis
quenard-andre-1909-01-07	1909-01-07	Quenard André
szwidzinski-jean-1925-03-14	1925-03-14	Szwidzinski Jean
rudler-antoine-1910-05-07	1910-05-07	Rudler Antoine
quilici-francois-1905-11-17	1905-11-17	Quilici François
quinson-antoine-1904-06-12	1904-06-12	Quinson Antoine
rabate-marie-1900-07-03	1900-07-03	Rabate Marie
conti-roger-1901-02-08	1901-02-08	Conti Roger
fouquet-leon-1869-01-21	1869-01-21	Fouquet Léon
raffarin-jean-1914-03-23	1914-03-23	Raffarin Jean
raingeard-michel-1919-06-20	1919-06-20	Raingeard Michel
rastel-georges-1910-10-28	1910-10-28	Rastel Georges
grange-felix-1893-10-20	1893-10-20	Grange Félix
marty-jean-1925-12-01	1925-12-01	Marty Jean
raymond-laurent-jean-1890-07-20	1890-07-20	Raymond-laurent Jean
regaudie-rene-1908-04-14	1908-04-14	Regaudie René
reille-soult-d-francois-x-1891-09-11	1891-09-11	REILLE-SOULT-D. Francois-X.
archambault-jean-1926-09-20	1926-09-20	Archambault Jean
auclair-marcel-1927-10-14	1927-10-14	Auclair Marcel
renard-adrien-1905-08-07	1905-08-07	Renard Adrien
renaud-joseph-1906-03-31	1906-03-31	Renaud Joseph
rey-andre-1905-05-23	1905-05-23	Rey André
ribere-marcel-1900-03-16	1900-03-16	Ribere Marcel
bataille-jacques-1929-09-20	1929-09-20	Bataille Jacques
benedetto-valere-1926-11-26	1926-11-26	Benedetto Valère
rincent-germain-1899-10-30	1899-10-30	Rincent Germain
ritzenthaler-eugene-1906-03-10	1906-03-10	Ritzenthaler Eugène
roca-gilberte-1911-02-18	1911-02-18	Roca Gilberte
rolland-georges-1906-03-05	1906-03-05	Rolland Georges
bouquet-jules-1929-03-05	1929-03-05	Bouquet Jules
bro-jacques-1926-11-13	1926-11-13	Bro Jacques
rollin-louis-1879-03-27	1879-03-27	Rollin Louis
roucaute-gabriel-1904-04-24	1904-04-24	Roucaute Gabriel
caulet-auguste-1926-10-15	1926-10-15	Caulet Auguste
cerdan-marcel-1916-07-22	1916-07-22	Cerdan Marcel
rougier-jean-1885-07-02	1885-07-02	Rougier Jean
rousseau-charles-1884-01-18	1884-01-18	Rousseau Charles
chemama-emile-1926-03-04	1926-03-04	Chemama Emile
clavel-michel-1931-03-12	1931-03-12	Clavel Michel
rousselot-rene-1899-12-05	1899-12-05	Rousselot René
saint-cyr-jean-1899-03-07	1899-03-07	Saint-cyr Jean
salliard-du-rivault-jean-1893-08-29	1893-08-29	Salliard du RIVAULT Jean
criqui-eugene-1893-08-15	1893-08-15	Criqui Eugène
colin-charles-1929-01-07	1929-01-07	Colin Charles
sauer-raoul-1898-03-19	1898-03-19	Sauer Raoul
sauvage-jean-1909-10-03	1909-10-03	Sauvage Jean
sauvajon-charles-1908-06-14	1908-06-14	Sauvajon Charles
dauthuille-laurent-1924-02-20	1924-02-20	Dauthuille Laurent
dogniaux-paul-1913-09-11	1913-09-11	Dogniaux Paul
savale-henri-1896-01-21	1896-01-21	Savale Henri
savary-alain-1918-04-25	1918-04-25	Savary Alain
schaff-joseph-1906-11-09	1906-11-09	Schaff Joseph
escudie-aime-1927-05-28	1927-05-28	Escudie Aimé
dupre-marcel-1930-09-16	1930-09-16	Dupre Marcel
schmitt-albert-1900-05-31	1900-05-31	Schmitt Albert
schmitt-rene-1907-03-17	1907-03-17	Schmitt René
schneiter-pierre-1905-05-13	1905-05-13	Schneiter Pierre
segelle-pierre-1899-09-11	1899-09-11	Segelle Pierre
serafini-antoine-1900-11-10	1900-11-10	Serafini Antoine
famechon-raymond-1924-11-08	1924-11-08	Famechon Raymond
sesmaisons-olivier-1894-05-21	1894-05-21	Sesmaisons Olivier
seynat-gabriel-1901-03-26	1901-03-26	Seynat Gabriel
sibue-louis-1902-10-31	1902-10-31	Sibue Louis
gracia-guy-1929-04-10	1929-04-10	Gracia Guy
grassi-raymond-1930-05-04	1930-05-04	Grassi Raymond
sid-cara-cherif-1902-11-26	1902-11-26	Sid-cara Chérif
siefridt-louis-1893-02-27	1893-02-27	Siefridt Louis
signor-alain-1905-09-28	1905-09-28	Signor Alain
sion-paul-1886-03-14	1886-03-14	Sion Paul
guivarch-robert-1928-03-07	1928-03-07	Guivarch Robert
haira-bedian-agop-1926-11-07	1926-11-07	Haira-Bedian Agop
smail-omar-1901-04-22	1901-04-22	Smail Omar
solinhac-jean-1914-03-24	1914-03-24	Solinhac Jean
sourbet-jean-1900-11-01	1900-11-01	Sourbet Jean
sportisse-alice-1909-07-09	1909-07-09	Sportisse Alice
holzer-maurice-1906-01-21	1906-01-21	Holzer Maurice
humery-gustave-1908-12-17	1908-12-17	Humery Gustave
taillade-clement-1909-04-11	1909-04-11	Taillade Clément
thamier-henri-1916-02-10	1916-02-10	Thamier Henri
khalfi-hocine-1928-01-07	1928-01-07	Khalfi Hocine
lalounis-jean-1926-03-16	1926-03-16	Lalounis Jean
thibault-edouard-1912-09-27	1912-09-27	Thibault Edouard
thiriet-jules-1906-03-30	1906-03-30	Thiriet Jules
thomas-alexandre-1913-01-02	1913-01-02	Thomas Alexandre
thomas-eugene-1903-07-23	1903-07-23	Thomas Eugène
langlois-pierre-1925-03-31	1925-03-31	Langlois Pierre
lapourielle-michel-1927-08-26	1927-08-26	Lapourielle Michel
titeux-camille-1910-03-05	1910-03-05	Titeux Camille
toublanc-etienne-1897-12-09	1897-12-09	Toublanc Etienne
tourne-andre-1915-08-09	1915-08-09	Tourne André
tracol-raoul-1900-01-29	1900-01-29	Tracol Raoul
tremouilhe-raphael-1891-01-27	1891-01-27	Tremouilhe Raphaél
ledoux-charles-1892-10-27	1892-10-27	Ledoux Charles
tricart-jean-1915-09-30	1915-09-30	Tricart Jean
turines-georges-1895-01-26	1895-01-26	Turines Georges
valabregue-raymond-1899-09-25	1899-09-25	Valabregue Raymond
valle-jules-1894-04-25	1894-04-25	Valle Jules
louis-pierre-1911-01-26	1911-01-26	Louis Pierre
maddi-yayia-1928-11-07	1928-11-07	Maddi Yayia
vals-francis-1910-01-09	1910-01-09	Vals Francis
vassor-jacques-1903-07-01	1903-07-01	Vassor Jacques
vedrines-henri-1911-11-19	1911-11-19	Vedrines Henri
masson-michel-1930-06-15	1930-06-15	Masson Michel
mauguin-andre-1928-03-15	1928-03-15	Mauguin André
vendroux-jacques-1897-07-28	1897-07-28	Vendroux Jacques
verdier-robert-1910-11-28	1910-11-28	Verdier Robert
verneuil-jacques-1899-09-29	1899-09-29	Verneuil Jacques
meraint-lucien-1928-05-08	1928-05-08	Meraint Lucien
meunier-robert-1929-06-08	1929-06-08	Meunier Robert
villard-jean-1907-02-24	1907-02-24	Villard Jean
wagner-jean-1894-03-06	1894-03-06	Wagner Jean
wolff-camille-charles-1908-01-31	1908-01-31	Wolff Camille Charles
montane-pierre-1919-12-01	1919-12-01	Montane Pierre
omari-mohamed-1931-03-04	1931-03-04	Omari Mohamed
zunino-michel-jean-1889-06-12	1889-06-12	Zunino Michel Jean
auclair-noel-1869-12-22	1869-12-22	Auclair Noël
perrigault-louis-1928-08-25	1928-08-25	Perrigault Louis
pierluigi-celestin-1926-10-16	1926-10-16	Pierluigi Célestin
bailland-edouard-1848-02-14	1848-02-14	Bailland Edouard
balard-antoine-1802-09-30	1802-09-30	Balard Antoine
barillon-emile-1879-04-01	1879-04-01	Barillon Emile
pratesi-hilaire-1931-03-28	1931-03-28	Pratesi Hilaire
prigent-guy-1929-05-31	1929-05-31	Prigent Guy
barrois-charles-1851-04-21	1851-04-21	Barrois Charles
bassot-jean-1841-04-06	1841-04-06	Bassot Jean
raffaeli-aime-1905-02-05	1905-02-05	Raffaeli Aimé
richaud-pierre-1927-12-09	1927-12-09	Richaud Pierre
bataillon-jean-1864-10-22	1864-10-22	Bataillon Jean
battandier-jules-1848-01-08	1848-01-08	Battandier Jules
santabien-jean-1929-12-12	1929-12-12	Santabien Jean
sneyers-jean-1927-08-11	1927-08-11	Sneyers Jean
bazin-henri-1829-10-20	1829-10-20	Bazin Henri
belgrand-marie-1810-04-23	1810-04-23	Belgrand Marie
benoit-justin-1844-11-29	1844-11-29	Benoit Justin
stock-jean-1923-03-12	1923-03-12	Stock Jean
bertin-louis-1840-03-23	1840-03-23	Bertin Louis
bichat-ernest-1845-09-17	1845-09-17	Bichat Ernest
thieulin-william-1927-02-13	1927-02-13	Thieulin William
thomann-eugene-1929-03-23	1929-03-23	Thomann Eugène
bigourdin-guillaume-1851-04-06	1851-04-06	Bigourdin Guillaume
billet-felix-1808-09-15	1808-09-15	Billet Félix
weissmann-rene-1930-01-02	1930-01-02	Weissmann René
walzack-jean-1924-10-21	1924-10-21	Walzack Jean
binger-louis-1856-10-14	1856-10-14	Binger Louis
blaringhem-louis-1878-02-01	1878-02-01	Blaringhem Louis
buonvino-gino-1922-10-05	1922-10-05	Buonvino Gino
caprari-sergio-1932-07-10	1932-07-10	Caprari Sergio
blondel-andre-1863-08-28	1863-08-28	Blondel André
carrara-luigi-1929-11-20	1929-11-20	Carrara Luigi
cavicchi-francesco-1928-05-12	1928-05-12	Cavicchi Francesco
coluzzi-luigi-1930-02-09	1930-02-09	Coluzzi Luigi
blondlot-rene-1849-07-03	1849-07-03	Blondlot René
d-agata-mario-1926-05-29	1926-05-29	D'Agata Mario
d-ottavio-alessandro-1927-08-26	1927-08-26	D'Ottavio Alessandro
festucci-franco-1931-05-12	1931-05-12	Festucci Franco
bonnet-pierre-1819-12-22	1819-12-22	Bonnet Pierre
fontana-ivano-1926-11-02	1926-11-02	Fontana Ivano
gaviano-hilaire-1930-01-13	1930-01-13	Gaviano Hilaire
loi-duilio-1929-04-19	1929-04-19	Loi Duilio
marconi-emilio-1927-01-11	1927-01-11	Marconi Emilio
martin-giovanni-1921-01-28	1921-01-28	Martin Giovanni
milan-sergio-1928-04-02	1928-04-02	Milan Sergio
bornet-edouard-1828-09-02	1828-09-02	Bornet Edouard
mitri-tiberio-1926-07-12	1926-07-12	Mitri Tiberio
mondino-pierre-1931-03-24	1931-03-24	Mondino Pierre
pacini-bernardo-1926-10-12	1926-10-12	Pacini Bernardo
bosler-jean-1878-03-24	1878-03-24	Bosler Jean
polidori-altidoro-1929-08-10	1929-08-10	Polidori Altidoro
pozzali-aristide-1931-10-12	1931-10-12	Pozzali Aristide
rollo-piero-1927-02-09	1927-02-09	Rollo Piero
boulignand-georges-1889-10-13	1889-10-13	Boulignand Georges
spina-roberto-1932-03-16	1932-03-16	Spina Roberto
ussin-gilbert-1924-11-22	1924-11-22	Ussin Gilbert
vescovi-franco-1930-01-28	1930-01-28	Vescovi Franco
bouquet-grye-anatole-1827-05-29	1827-05-29	Bouquet Grye Anatole
cabo-louis-1928-07-27	1928-07-27	Cabo Louis
charles-pierre-1903-03-20	1903-03-20	Charles Pierre
zuddas-gian-1928-03-01	1928-03-01	Zuddas Gian
bouty-edmond-1846-01-12	1846-01-12	Bouty Edmond
colpin-charles-1924-12-29	1924-12-29	Colpin Charles
cornelis-joe-1917-11-17	1917-11-17	Cornelis Joe
degand-emile-1908-07-19	1908-07-19	Degand Emile
bouvier-louis-1856-04-09	1856-04-09	Bouvier Louis
branly-edouard-1844-10-23	1844-10-23	Branly Edouard
devos-rene-1902-05-24	1902-05-24	Devos René
d-haes-victor-1926-04-24	1926-04-24	D'Haes Victor
bresse-jacques-1822-10-09	1822-10-09	Bresse Jacques
dussart-kid-1921-04-11	1921-04-11	Dussart Kid
elandon-eli-1928-10-17	1928-10-17	Elandon Eli
limage-marcel-1929-07-21	1929-07-21	Limage Marcel
breton-jules-1872-04-01	1872-04-01	Breton Jules
sinnaeve-alex-1925-11-21	1925-11-21	Sinnaeve Alex
steyaert-leonard-1910-03-11	1910-03-11	Steyaert Leonard
sys-karel-1914-02-14	1914-02-14	Sys Karel
broglie-louis-1892-08-15	1892-08-15	Broglie Louis
roos-job-1922-12-24	1922-12-24	Roos Job
van-dam-lucas-1920-10-23	1920-10-23	Van Dam Lucas
wilde-meersch-piet-1923-01-01	1923-01-01	Wilde-Meersch Piet
bussy-louis-1822-03-22	1822-03-22	Bussy Louis
boutigny-robert-1927-07-24	1927-07-24	Boutigny Robert
hopner-willi-1929-02-21	1929-02-21	Höpner Willi
starosch-leo-1922-07-12	1922-07-12	Starosch Leo
cailletet-louis-1832-09-21	1832-09-21	Cailletet Louis
caligny-anatole-1811-05-31	1811-05-31	Caligny Anatole
alavoine-jean-1888-04-01	1888-04-01	Alavoine Jean
archambaud-maurice-1908-08-30	1908-08-30	Archambaud Maurice
callandreau-pierre-1852-09-20	1852-09-20	Callandreau Pierre
caquot-albert-1881-07-01	1881-07-01	Caquot Albert
bellanger-jacques-1927-12-25	1927-12-25	Bellanger Jacques
berton-rene-1924-10-14	1924-10-14	Berton René
caullery-maurice-1868-09-05	1868-09-05	Caullery Maurice
chancel-gustave-1822-01-18	1822-01-18	Chancel Gustave
bisseron-roger-1905-08-27	1905-08-27	Bisseron Roger
blanchonnet-armand-1903-12-23	1903-12-23	Blanchonnet Armand
charpy-augustin-1865-09-01	1865-09-01	Charpy Augustin
chazallon-antoine-1802-01-07	1802-01-07	Chazallon Antoine
chevalier-auguste-1873-06-23	1873-06-23	Chevalier Auguste
bourillon-paul-1877-01-14	1877-01-14	Bourillon Paul
caput-louis-1921-01-23	1921-01-23	Caput Louis
clos-dominique-1821-05-25	1821-05-25	Clos Dominique
chocque-paul-1910-07-14	1910-07-14	Chocque Paul
chaillot-louis-1914-03-02	1914-03-02	Chaillot Louis
combes-charles-1802-12-26	1802-12-26	Combes Charles
considere-armand-1841-06-08	1841-06-08	Considere Armand
claverie-gabriel-1915-09-27	1915-09-27	Claverie Gabriel
cosson-victor-1915-10-11	1915-10-11	Cosson Victor
cosserat-eugene-1866-03-04	1866-03-04	Cosserat Eugène
cotton-aime-1869-10-09	1869-10-09	Cotton Aimé
cotton-emile-1872-02-05	1872-02-05	Cotton Emile
daniel-lucien-1856-11-01	1856-11-01	Daniel Lucien
daubree-gabriel-1814-06-25	1814-06-25	Daubree Gabriel
dausse-marie-1801-01-08	1801-01-08	Dausse Marie
dotto-jean-1928-03-27	1928-03-27	Dotto Jean
diot-emile-1912-07-03	1912-07-03	Diot Emile
debray-henri-1827-07-26	1827-07-26	Debray Henri
dussault-marcel-1926-05-14	1926-05-14	Dussault Marcel
ferrand-jean-1922-04-03	1922-04-03	Ferrand Jean
delesse-achille-1817-02-03	1817-02-03	Delesse Achille
deperet-charles-1854-06-25	1854-06-25	Deperet Charles
gauthier-bernard-1924-09-22	1924-09-22	Gauthier Bernard
galateau-fabien-1913-07-23	1913-07-23	Galateau Fabien
deprez-marcel-1843-12-29	1843-12-29	Deprez Marcel
deveaux-henri-1862-07-06	1862-07-06	Deveaux Henri
georget-emile-1881-11-21	1881-11-21	Georget Emile
goasmat-jean-1913-03-28	1913-03-28	Goasmat Jean
ditte-alfred-1843-10-20	1843-10-20	Ditte Alfred
douville-henri-1846-06-15	1846-06-15	Douville Henri
guimbretiere-marcel-1909-12-04	1909-12-04	Guimbretiere Marcel
guegan-raymond-1921-12-07	1921-12-07	Guegan Raymond
duchartre-pierre-1811-10-27	1811-10-27	Duchartre Pierre
dupuy-lome-henri-1816-10-15	1816-10-15	Dupuy Lome Henri
durand-vieil-georges-1875-03-11	1875-03-11	Durand-Vieil Georges
jacquelin-edmond-1875-03-31	1875-03-31	Jacquelin Edmond
idee-emile-1920-07-19	1920-07-19	Idee Emile
esclangon-ernest-1876-03-17	1876-03-17	Esclangon Ernest
fabre-jean-1823-12-21	1823-12-21	Fabre Jean
fabry-eugene-1856-10-16	1856-10-16	Fabry Eugène
lapebie-roger-1911-01-16	1911-01-16	Lapebie Roger
lamboley-jean-1920-09-10	1920-09-10	Lamboley Jean
fabry-charles-1867-06-11	1867-06-11	Fabry Charles
ferrie-gustave-1868-11-19	1868-11-19	Ferrie Gustave
flahault-charles-1852-10-03	1852-10-03	Flahault Charles
lemoine-henri-1909-06-17	1909-06-17	Lemoine Henri
le-drogo-ferdinand-1903-10-10	1903-10-10	Le Drogo Ferdinand
foch-ferdinand-1851-10-02	1851-10-02	Foch Ferdinand
fosse-richard-1870-07-16	1870-07-16	Fosse Richard
fouque-ferdinand-1828-06-21	1828-06-21	Fouque Ferdinand
lesueur-raoul-1912-04-29	1912-04-29	Lesueur Raoul
letourneur-alfred-1907-07-25	1907-07-25	Letourneur Alfred
fournier-ernest-1842-05-23	1842-05-23	Fournier Ernest
friedel-charles-1832-03-12	1832-03-12	Friedel Charles
mallet-auguste-1913-05-03	1913-05-03	Mallet Auguste
marechal-jean-1910-02-27	1910-02-27	Marechal Jean
friedel-georges-1865-07-19	1865-07-19	Friedel Georges
gallieni-joseph-1849-04-24	1849-04-24	Gallieni Joseph
gasparin-paul-1812-02-13	1812-02-13	Gasparin Paul
moineau-julien-1903-11-27	1903-11-27	Moineau Julien
minardi-louis-1908-06-19	1908-06-19	Minardi Louis
gayon-ulysse-1845-05-08	1845-05-08	Gayon Ulysse
gerhardt-charles-1816-08-21	1816-08-21	Gerhardt Charles
giraud-georges-1889-07-22	1889-07-22	Giraud Georges
paillard-georges-1904-02-12	1904-02-12	Paillard Georges
glangeaud-philippe-1866-10-08	1866-10-08	Glangeaud Philippe
godron-alexandre-1807-03-25	1807-03-25	Godron Alexandre
pingeon-roger-1940-08-28	1940-08-28	Pingeon Roger
poulidor-raymond-1936-04-15	1936-04-15	Poulidor Raymond
gonnesiat-francois-1856-05-23	1856-05-23	Gonnesiat François
eury-cyrille-1839-03-09	1839-03-09	Eury Cyrille
gravier-charles-1865-03-04	1865-03-04	Gravier Charles
rioland-roger-1924-10-20	1924-10-20	Rioland Roger
grignard-victor-1871-05-06	1871-05-06	Grignard Victor
grossouvre-a-1849-08-23	1849-08-23	Grossouvre A
robic-jean-1921-06-10	1921-06-10	Robic Jean
rondeaux-roger-1920-04-15	1920-04-15	Rondeaux Roger
guichard-claude-1861-12-27	1861-12-27	Guichard Claude
guyenot-emile-1885-06-09	1885-06-09	Guyenot Emile
haag-jules-1882-08-19	1882-08-19	Haag Jules
stablinski-jean-1932-05-21	1932-05-21	Stablinski Jean
seres-arthur-1913-12-28	1913-12-28	Seres Arthur
halphen-georges-1844-10-30	1844-10-30	Halphen Georges
terreau-ernest-1908-03-31	1908-03-31	Terreau Ernest
vaast-charles-1907-05-20	1907-05-20	Vaast Charles
haton-goupilliere-julien-1833-07-28	1833-07-28	Haton Goupilliere Julien
haug-emile-1861-06-19	1861-06-19	Haug Emile
vermeulin-michel-1934-09-06	1934-09-06	Vermeulin Michel
walkowiak-roger-1927-03-02	1927-03-02	Walkowiak Roger
hautefeuille-paul-1836-12-02	1836-12-02	Hautefeuille Paul
astrua-giancarlo-1927-08-11	1927-08-11	Astrua Giancarlo
aureggi-franco-1928-03-09	1928-03-09	Aureggi Franco
baldini-ercole-1933-01-26	1933-01-26	Baldini Ercole
helbronner-paul-1871-04-24	1871-04-24	Helbronner Paul
hirn-gustave-1815-08-21	1815-08-21	Hirn Gustave
bartali-gino-1914-07-18	1914-07-18	Bartali Gino
benedetti-rino-1927-01-18	1927-01-18	Benedetti Rino
houzeau-auguste-1829-03-23	1829-03-23	Houzeau Auguste
biagioni-serafino-1920-03-12	1920-03-12	Biagioni Serafino
bianchi-mario-1905-11-26	1905-11-26	Bianchi Mario
boni-guido-1933-04-14	1933-04-14	Boni Guido
imbeaux-edouard-1861-12-01	1861-12-01	Imbeaux Edouard
javillier-maurice-1875-02-05	1875-02-05	Javillier Maurice
brasola-annibale-1925-06-16	1925-06-16	Brasola Annibale
burati-giuseppe-1929-11-03	1929-11-03	Burati Giuseppe
joly-nicolas-1812-07-11	1812-07-11	Joly Nicolas
jonquieres-ernest-1820-07-03	1820-07-03	Jonquieres Ernest
casola-luigi-1921-07-11	1921-07-11	Casola Luigi
chiarlone-valerio-1931-07-20	1931-07-20	Chiarlone Valerio
joubin-louis-1861-02-27	1861-02-27	Joubin Louis
cipriani-mario-1909-05-29	1909-05-29	Cipriani Mario
coletto-agostino-1927-08-14	1927-08-14	Coletto Agostino
corrieri-giovanni-1920-02-07	1920-02-07	Corrieri Giovanni
jumelle-henri-1866-11-26	1866-11-26	Jumelle Henri
di-paco-raffaele-1908-06-07	1908-06-07	Di Paco Raffaele
fabbri-nello-1934-03-15	1934-03-15	Fabbri Nello
faggin-leandro-1933-07-18	1933-07-18	Faggin Leandro
koenigs-gabriel-1858-01-17	1858-01-17	Koenigs Gabriel
fantini-alessandro-1932-01-01	1932-01-01	Fantini Alessandro
filippi-riccardo-1931-01-25	1931-01-25	Filippi Riccardo
ghella-mario-1929-06-23	1929-06-23	Ghella Mario
lacroix-alfred-1863-02-04	1863-02-04	Lacroix Alfred
lagatu-henri-1862-06-11	1862-06-11	Lagatu Henri
gianneschi-mauro-1921-08-03	1921-08-03	Gianneschi Mauro
gismondi-michele-1931-06-11	1931-06-11	Gismondi Michele
laguerre-edmond-1834-04-09	1834-04-09	Laguerre Edmond
grandi-allegro-1907-01-19	1907-01-19	Grandi Allegro
grassi-lino-1931-09-23	1931-09-23	Grassi Lino
isotti-livio-1927-07-29	1927-07-29	Isotti Livio
lallemand-charles-1857-03-07	1857-03-07	Lallemand Charles
linari-pietro-1896-10-15	1896-10-15	Linari Pietro
magni-fiorenzo-1920-12-07	1920-12-07	Magni Fiorenzo
martano-giuseppe-1910-05-12	1910-05-12	Martano Giuseppe
laussedat-aime-1819-04-15	1819-04-15	Laussedat Aimé
martino-giuliano-1931-02-16	1931-02-16	Martino Giuliano
maule-cleto-1931-03-14	1931-03-14	Maule Cleto
michelon-giuliano-1930-03-18	1930-03-18	Michelon Giuliano
lebeau-paul-1868-12-19	1868-12-19	Lebeau Paul
le-bel-achille-1847-01-21	1847-01-21	Le Bel Achille
minardi-giuseppe-1928-03-18	1928-03-18	Minardi Giuseppe
monti-mario-1930-06-12	1930-06-12	Monti Mario
lebeuf-auguste-1859-01-14	1859-01-14	Lebeuf Auguste
moser-aldo-1934-02-07	1934-02-07	Moser Aldo
mutti-luigi-1911-02-17	1911-02-17	Mutti Luigi
olmo-giuseppe-1911-11-22	1911-11-22	Olmo Giuseppe
leclainche-emmanuel-1861-08-29	1861-08-29	Leclainche Emmanuel
pedroni-silvio-1918-01-25	1918-01-25	Pedroni Silvio
pesenti-antonio-1908-01-17	1908-01-17	Pesenti Antonio
pettinati-giovanni-1926-03-06	1926-03-06	Pettinati Giovanni
leclerc-sablon-mathieu-1859-03-25	1859-03-25	Leclerc Sablon Mathieu
piani-orlando-1893-03-24	1893-03-24	Piani Orlando
piazza-donato-1930-01-02	1930-01-02	Piazza Donato
pinarello-cesare-1932-10-05	1932-10-05	Pinarello Cesare
lecomte-henri-1856-01-07	1856-01-07	Lecomte Henri
ponzini-renato-1932-09-12	1932-09-12	Ponzini Renato
rossello-vincenzo-1923-02-16	1923-02-16	Rossello Vincenzo
serena-walter-1928-04-03	1928-04-03	Serena Walter
lecoq-bois-baudran-francois-1838-04-18	1838-04-18	Lecoq Bois Baudran Francois
leger-louis-1866-09-07	1866-09-07	Leger Louis
terruzzi-ferdinando-1924-02-17	1924-02-17	Terruzzi Ferdinando
uliana-antonio-1931-07-16	1931-07-16	Uliana Antonio
lejay-pierre-1898-06-11	1898-06-11	Lejay Pierre
varetto-angelo-1910-07-06	1910-07-06	Varetto Angelo
zampieri-giacomo-1924-09-29	1924-09-29	Zampieri Giacomo
zanaga-adriano-1896-01-14	1896-01-14	Zanaga Adriano
leriche-maurice-1875-09-21	1875-09-21	Leriche Maurice
aerts-jan-1907-09-08	1907-09-08	Aerts Jan
baens-roger-1933-08-18	1933-08-18	Baens Roger
zuconnelli-vincenzo-1931-06-03	1931-06-03	Zuconnelli Vincenzo
lesseps-ferdinand-1805-11-21	1805-11-21	Lesseps Ferdinand
billiet-albert-1907-10-10	1907-10-10	Billiet Albert
blomme-maurice-1926-10-29	1926-10-29	Blomme Maurice
lissajous-jules-1822-03-04	1822-03-04	Lissajous Jules
lugeon-maurice-1870-07-10	1870-07-10	Lugeon Maurice
boucquet-walter-1941-05-11	1941-05-11	Boucquet Walter
braeckeveldt-adolphus-1912-10-12	1912-10-12	Braeckeveldt Adolphus
maige-albert-1872-11-26	1872-11-26	Maige Albert
buysse-achiel-1918-12-20	1918-12-20	Buysse Achiel
buysse-albert-1911-11-30	1911-11-30	Buysse Albert
buyst-leo-1932-07-09	1932-07-09	Buyst Léo
maire-rene-1878-05-29	1878-05-29	Maire René
manen-leopold-1829-07-30	1829-07-30	Manen Leopold
charlier-adolf-1907-02-11	1907-02-11	Charlier Adolf
close-alexandre-1921-11-26	1921-11-26	Close Alexandre
mares-henri-1820-01-18	1820-01-18	Mares Henri
marion-fortune-1846-10-10	1846-10-10	Marion Fortune
matheron-philippe-1807-10-18	1807-10-18	Matheron Philippe
matignon-camille-1867-01-03	1867-01-03	Matignon Camille
maupas-emile-1842-07-02	1842-07-02	Maupas Emile
mauvais-victor-1809-03-07	1809-03-07	Mauvais Victor
menabrea-louis-1809-09-04	1809-09-04	Menabrea Louis
molliard-marin-1866-06-08	1866-06-08	Molliard Marin
montel-paul-1876-04-29	1876-04-29	Montel Paul
moussu-gustave-1864-01-01	1864-01-01	Moussu Gustave
muntz-achille-1846-08-10	1846-08-10	Müntz Achille
normand-augustin-1839-10-04	1839-10-04	Normand Augustin
pagnoul-aime-1822-05-19	1822-05-19	Pagnoul Aimé
parade-adolphe-1802-02-11	1802-02-11	Parade Adolphe
pascal-paul-1880-07-04	1880-07-04	Pascal Paul
perez-jean-1833-12-06	1833-12-06	Perez Jean
perez-charles-1873-05-19	1873-05-19	Perez Charles
perrier-bathie-henri-1873-08-11	1873-08-11	Perrier Bathie Henri
picard-alfred-1844-12-21	1844-12-21	Picard Alfred
picart-luc-1867-07-04	1867-07-04	Picart Luc
pissis-aime-1812-05-17	1812-05-17	Pissis Aimé
deolet-aime-1906-03-11	1906-03-11	Deolet Aimé
poisson-charles-1882-10-07	1882-10-07	Poisson Charles
pomel-auguste-1821-09-20	1821-09-20	Pomel Auguste
porcher-charles-1872-01-20	1872-01-20	Porcher Charles
deurloo-louis-1910-07-07	1910-07-07	Deurloo Louis
puiseux-victor-1820-04-16	1820-04-16	Puiseux Victor
raoult-francois-1830-05-10	1830-05-10	Raoult François
disseaux-albertin-1914-11-17	1914-11-17	Disseaux Albertin
dupont-albert-1884-01-25	1884-01-25	Dupont Albert
ravaz-louis-1863-05-10	1863-05-10	Ravaz Louis
frantz-niklaas-1899-11-04	1899-11-04	Frantz Niklaas
gardier-frans-1903-03-27	1903-03-27	Gardier Frans
ghijsels-leandre-1899-11-11	1899-11-11	Ghijsels Leandre
reboul-edmond-1829-02-13	1829-02-13	Reboul Edmond
godefroot-walter-1943-07-02	1943-07-02	Godefroot Walter
goosens-pier-1899-10-30	1899-10-30	Goosens Pier
grysolle-sylvain-1915-12-12	1915-12-12	Grysolle Sylvain
resal-henri-1828-01-27	1828-01-27	Resal Henri
richard-jules-1863-11-18	1863-11-18	Richard Jules
haeck-kamiel-1884-03-14	1884-03-14	Haeck Kamiel
hardiquest-louis-1910-12-15	1910-12-15	Hardiquest Louis
riggenbach-nicolas-1817-05-21	1817-05-21	Riggenbach Nicolas
roche-edouard-1820-10-17	1820-10-17	Roche Edouard
impanis-raymond-1925-10-19	1925-10-19	Impanis Raymond
jochums-henri-1927-07-05	1927-07-05	Jochums Henri
rouche-eugene-1832-08-18	1832-08-18	Rouche Eugène
keteleer-desire-1920-06-13	1920-06-13	Keteleer Désiré
kint-marcel-1914-09-20	1914-09-20	Kint Marcel
linart-victor-1889-05-26	1889-05-26	Linart Victor
roy-maurice-1899-11-07	1899-11-07	Roy Maurice
lowie-jules-1913-10-06	1913-10-06	Lowie Jules
lowie-remi-1930-11-07	1930-11-07	Lowie Rémi
machiels-pierre-1931-03-25	1931-03-25	Machiels Pierre
sabatier-paul-1854-11-05	1854-11-05	Sabatier Paul
maes-romain-1912-08-10	1912-08-10	Maes Romain
maes-silveer-1909-08-27	1909-08-27	Maes Silveer
martin-hector-1898-12-26	1898-12-26	Martin Hector
sarrau-emile-1837-06-24	1837-06-24	Sarrau Emile
sauvageau-camille-1861-05-12	1861-05-12	Sauvageau Camille
masson-emile-1915-10-01	1915-10-01	Masson Emile
matton-jules-1897-10-10	1897-10-10	Matton Jules
mertens-rene-1922-03-03	1922-03-03	Mertens René
messelis-jules-1886-11-19	1886-11-19	Messelis Jules
meulenbergh-eloi-1912-09-22	1912-09-22	Meulenbergh Eloi
seguier-armand-1803-07-03	1803-07-03	Seguier Armand
mortier-gerard-1911-10-16	1911-10-16	Mortier Gérard
mottiat-louis-1888-07-07	1888-07-07	Mottiat Louis
noyelle-andre-1931-11-29	1931-11-29	Noyelle André
senarmont-henri-1808-09-06	1808-09-06	Senarmont Henri
peeters-edward-1920-10-27	1920-10-27	Peeters Edward
persyn-alois-1888-08-03	1888-08-03	Persyn Alois
pirmez-theo-1915-06-13	1915-06-13	Pirmez Théo
sire-georges-1826-06-04	1826-06-04	Sire Georges
sirodot-simon-1825-01-10	1825-01-10	Sirodot Simon
planckaert-willy-1944-04-05	1944-04-05	Planckaert Willy
protin-robert-1872-12-01	1872-12-01	Protin Robert
stephan-edouard-1837-08-31	1837-08-31	Stephan Edouard
rebrouck-guido-1941-12-25	1941-12-25	Rebrouck Guido
roels-louis-1912-08-18	1912-08-18	Roels Louis
rosseel-albert-1914-10-08	1914-10-08	Rosseel Albert
terquem-alfred-1831-01-30	1831-01-30	Terquem Alfred
rosselle-roger-1934-02-27	1934-02-27	Rosselle Roger
ruyter-ch-1890-01-27	1890-01-27	Ruyter Ch
thiry-rene-1886-06-26	1886-06-26	Thiry René
tilho-jean-1875-05-01	1875-05-01	Tilho Jean
schepens-julien-1935-12-19	1935-12-19	Schepens Julien
schils-eduar-1931-09-04	1931-09-04	Schils Eduar
tisserand-eugene-1830-05-26	1830-05-26	Tisserand Eugène
tisserand-felix-1845-01-13	1845-01-13	Tisserand Félix
schoubben-jacques-1931-05-09	1931-05-09	Schoubben Jacques
scieux-leon-1888-03-19	1888-03-19	Scieux Léon
trabut-louis-1853-07-12	1853-07-12	Trabut Louis
sercu-berten-1918-01-26	1918-01-26	Sercu Berten
sercu-patrick-1944-06-27	1944-06-27	Sercu Patrick
seynaeve-mauritz-1907-01-30	1907-01-30	Seynaeve Mauritz
tresca-henri-1814-10-12	1814-10-12	Tresca Henri
tulasne-louis-1815-09-12	1815-09-12	Tulasne Louis
sorgeloos-edgard-1930-12-14	1930-12-14	Sorgeloos Edgard
sterckx-ernest-1922-12-01	1922-12-01	Sterckx Ernest
vallier-emmanuel-1849-12-25	1849-12-25	Vallier Emmanuel
van-thieghem-philippe-1839-04-19	1839-04-19	Van Thieghem Philippe
thollembeek-emil-1895-01-31	1895-01-31	Thollembeek Emil
van-bael-joseph-1930-05-30	1930-05-30	Van Bael Joseph
vayssiere-albert-1854-07-08	1854-07-08	Vayssiere Albert
viala-pierre-1859-09-24	1859-09-24	Viala Pierre
van-den-berghe-rene-1887-03-05	1887-03-05	Van Den Berghe René
vandenbrande-alfons-1928-02-15	1928-02-15	Vandenbrande Alfons
viguier-camille-1850-03-16	1850-03-16	Viguier Camille
vuillemin-paul-1861-02-13	1861-02-13	Vuillemin Paul
van-geneugden-martin-1932-01-22	1932-01-22	Van Geneugden Martin
vanhevel-jules-1895-03-10	1895-03-10	VanHevel Jules
wallerant-frederic-1858-07-25	1858-07-25	Wallerant Frédéric
wintrebert-paul-1867-07-28	1867-07-28	Wintrebert Paul
van-looy-henri-1933-12-20	1933-12-20	Van Looy Henri
van-overberghe-cyriel-1912-05-04	1912-05-04	Van Overberghe Cyriel
wolf-charles-1827-11-09	1827-11-09	Wolf Charles
zeiller-rene-1847-01-14	1847-01-14	Zeiller René
van-springel-herman-1943-08-14	1943-08-14	Van Springel Herman
vansteenbergen-henri-1924-09-09	1924-09-09	Vansteenbergen Henri
alary-louis-1884-10-09	1884-10-09	Alary Louis
alaux-gedeon-1920-03-03	1920-03-03	Alaux Gédéon
alberge-edmond-1912-12-26	1912-12-26	Alberge Edmond
verkeyn-karel-1897-02-20	1897-02-20	Verkeyn Karel
verschelden-jules-1898-12-21	1898-12-21	Verschelden Jules
albert-alphonse-1875-03-25	1875-03-25	Albert Alphonse
albert-joseph-1920-11-21	1920-11-21	Albert Joseph
albouy-antoine-1881-02-05	1881-02-05	Albouy Antoine
verschueren-denis-1897-02-10	1897-02-10	Verschueren Denis
vervaecke-julien-1899-11-03	1899-11-03	Vervaecke Julien
alibert-justin-1874-01-31	1874-01-31	Alibert Justin
vlayen-andre-1931-03-17	1931-03-17	Vlayen André
vliegen-jean-1929-03-05	1929-03-05	Vliegen Jean
wartel-victor-1931-08-18	1931-08-18	Wartel Victor
alibert-louis-1909-08-25	1909-08-25	Alibert Louis
alies-jules-1878-06-23	1878-06-23	Alies Jules
boeyen-gerrit-1917-10-17	1917-10-17	Boeyen Gerrit
wauters-jef-1906-02-19	1906-02-19	Wauters Jef
zagers-jean-1931-03-20	1931-03-20	Zagers Jean
amalvy-marie-1881-02-07	1881-02-07	Amalvy Marie
amen-denis-1919-04-21	1919-04-21	Amen Denis
amen-paul-1883-07-06	1883-07-06	Amen Paul
damen-petrus-1934-07-20	1934-07-20	Damen Petrus
eden-jacobus-1873-10-19	1873-10-19	Eden Jacobus
amiel-henri-1913-04-04	1913-04-04	Amiel Henri
kersten-johan-1934-11-10	1934-11-10	Kersten Johan
koch-norbert-1932-03-22	1932-03-22	Koch Norbert
meijers-henri-1879-12-02	1879-12-02	Meijers Henri
andrieu-albert-1870-03-24	1870-03-24	Andrieu Albert
anglade-gerard-1920-05-21	1920-05-21	Anglade Gérard
angles-pierre-1874-02-26	1874-02-26	Angles Pierre
moeskops-peter-1893-11-14	1893-11-14	Moeskops Peter
peters-gerrit-1920-07-31	1920-07-31	Peters Gerrit
arberet-joseph-1897-01-26	1897-01-26	Arberet Joseph
aribaud-aime-1881-06-04	1881-06-04	Aribaud Aimé
aribaud-emilien-1901-05-11	1901-05-11	Aribaud Emilien
schilling-guus-1876-02-08	1876-02-08	Schilling Guus
slaats-laurentius-1912-06-11	1912-06-11	Slaats Laurentius
armengaud-auguste-1871-08-13	1871-08-13	Armengaud Auguste
assie-emile-1912-03-30	1912-03-30	Assie Emile
assie-fernand-1911-11-25	1911-11-25	Assie Fernand
van-est-wim-1923-03-25	1923-03-25	Van Est Wim
van-nek-klaas-1899-03-01	1899-03-01	Van Nek Klaas
assie-jean-1908-05-17	1908-05-17	Assie Jean
assie-leon-1873-02-04	1873-02-04	Assie Léon
assie-marcellin-1913-10-10	1913-10-10	Assie Marcellin
voorting-a-1932-02-15	1932-02-15	Voorting A
vreeswijk-wilhelmus-1930-11-12	1930-11-12	Vreeswijk Wilhelmus
assie-pierre-1912-03-06	1912-03-06	Assie Pierre
lohmann-walter-1911-07-29	1911-07-29	Lohmann Walter
meyer-otto-1882-11-04	1882-11-04	Meyer Otto
stein-louis-1864-05-13	1864-05-13	Stein Louis
assie-yvon-1915-08-03	1915-08-03	Assie Yvon
assier-pierre-1902-01-22	1902-01-22	Assier Pierre
assemat-elie-1882-05-14	1882-05-14	Assemat Elie
buhan-jean-1912-04-05	1912-04-05	Buhan Jean
at-justin-1874-11-22	1874-11-22	At Justin
bougnol-rene-1911-01-07	1911-01-07	Bougnol René
at-leon-1872-03-27	1872-03-27	At Léon
audourengq-jean-1878-09-28	1878-09-28	Audourengq Jean
auque-louis-1879-09-13	1879-09-13	Auque Louis
aurel-marcelin-1879-09-15	1879-09-15	Aurel Marcelin
devineux-raymond-1911-10-24	1911-10-24	Devineux Raymond
gardere-edward-1909-02-25	1909-02-25	Gardere Edward
auriol-gaston-1892-02-01	1892-02-01	Auriol Gaston
aussenac-jean-1902-04-05	1902-04-05	Aussenac Jean
averous-philippe-1877-11-21	1877-11-21	Averous Philippe
oriola-christian-1928-10-03	1928-10-03	Oriola Christian
aymes-henri-1878-04-09	1878-04-09	Aymes Henri
lataste-jacques-1922-06-07	1922-06-07	Lataste Jacques
azais-jean-1880-02-20	1880-02-20	Azais Jean
azema-henri-1877-09-02	1877-09-02	Azema Henri
azema-pierre-1877-06-19	1877-06-19	Azema Pierre
azema-roger-1898-05-20	1898-05-20	Azema Roger
abderrhamane-bonnedienne-1920-11-26	1920-11-26	Abderrhamane Bonnedienne
alpsteg-rene-1920-12-03	1920-12-03	Alpsteg René
azemar-antonin-1871-11-15	1871-11-15	Azemar Antonin
baisse-ernest-1878-01-03	1878-01-03	Baisse Ernest
balssa-emile-1870-06-10	1870-06-10	Balssa Emile
aznar-emmanuel-1915-11-23	1915-11-23	Aznar Emmanuel
arnaudeau-henri-1922-04-23	1922-04-23	Arnaudeau Henri
balssa-yves-1913-04-11	1913-04-11	Balssa Yves
baraille-jean-1889-10-30	1889-10-30	Baraille Jean
bardou-pierre-1871-01-09	1871-01-09	Bardou Pierre
bardi-henri-1875-07-12	1875-07-12	Bardi Henri
bardy-pierre-1878-12-29	1878-12-29	Bardy Pierre
bayrou-georges-1883-12-21	1883-12-21	Bayrou Georges
barrau-arthur-1880-11-07	1880-11-07	Barrau Arthur
barrau-fernand-1900-12-14	1900-12-14	Barrau Fernand
barrau-louis-1874-01-06	1874-01-06	Barrau Louis
barraud-pierre-1867-06-05	1867-06-05	Barraud Pierre
barthe-fernand-1883-08-03	1883-08-03	Barthe Fernand
bienganski-guillaume-1932-11-03	1932-11-03	Bienganski Guillaume
barthe-gilles-1906-06-04	1906-06-04	Barthe Gilles
barthe-joseph-1920-01-16	1920-01-16	Barthe Joseph
barthes-edmond-1886-02-24	1886-02-24	Barthes Edmond
barthes-joseph-1894-11-28	1894-11-28	Barthes Joseph
bastide-pierre-1877-06-28	1877-06-28	Bastide Pierre
bongiorni-emile-1921-03-19	1921-03-19	Bongiorni Emile
batut-cesar-1869-02-19	1869-02-19	Batut César
baudounet-andre-1888-11-19	1888-11-19	Baudounet Andre
baute-jean-1914-09-05	1914-09-05	Baute Jean
bayourthe-jean-baptisie-1865-03-27	1865-03-27	Bayourthe Jean-Baptisie
boury-roger-1925-12-30	1925-12-30	Boury Roger
bautes-gilbert-1910-08-19	1910-08-19	Bautes Gilbert
bec-charles-1911-09-22	1911-09-22	Bec Charles
becamel-marcel-1905-03-18	1905-03-18	Becamel Marcel
bennes-francois-1912-08-01	1912-08-01	Bennes François
chayrigues-pierre-1892-05-02	1892-05-02	Chayrigues Pierre
bermond-frederic-1873-11-06	1873-11-06	Bermond Frédéric
bernadou-henri-1899-07-11	1899-07-11	Bernadou Henri
bertrand-rene-1909-07-23	1909-07-23	Bertrand René
bertrou-aime-1897-10-26	1897-10-26	Bertrou Aimé
colonna-dominique-1928-09-04	1928-09-04	Colonna Dominique
cicci-raymond-1929-08-11	1929-08-11	Cicci Raymond
bertrou-joseph-1880-10-16	1880-10-16	Bertrou Joseph
bezard-louis-1903-11-26	1903-11-26	Bezard Louis
beziat-auguste-1912-02-04	1912-02-04	Beziat Auguste
beziat-emile-1879-01-31	1879-01-31	Beziat Emile
birbes-hugue-1881-12-15	1881-12-15	Birbes Hugue
cuissard-antoine-1924-07-19	1924-07-19	Cuissard Antoine
birbes-paul-1873-03-30	1873-03-30	Birbes Paul
blanc-jules-1881-10-05	1881-10-05	Blanc Jules
blanquet-philippe-1866-06-25	1866-06-25	Blanquet Philippe
bonhoure-jean-p-1876-06-27	1876-06-27	Bonhoure Jean-P.
bonnafe-germain-1873-06-14	1873-06-14	Bonnafe Germain
bonnevialle-louis-1880-04-18	1880-04-18	Bonnevialle Louis
bordes-jean-1912-10-15	1912-10-15	Bordes Jean
bordes-paul-1872-01-12	1872-01-12	Bordes Paul
bories-marcel-1913-12-08	1913-12-08	Bories Marcel
devaquez-jules-1899-03-09	1899-03-09	Devaquez Jules
bosc-louis-1872-12-22	1872-12-22	Bosc Louis
di-lorto-laurent-1909-01-01	1909-01-01	Di Lorto Laurent
bosse-felix-1891-12-15	1891-12-15	Bosse Félix
boudon-pierre-1885-07-21	1885-07-21	Boudon Pierre
bourlanges-fernand-1910-02-18	1910-02-18	Bourlanges Fernand
bousquet-aime-1896-09-12	1896-09-12	Bousquet Aimé
bousquet-fernand-1882-03-13	1882-03-13	Bousquet Fernand
dubly-raymond-1893-11-05	1893-11-05	Dubly Raymond
bousquet-victor-1879-10-07	1879-10-07	Bousquet Victor
bousquie-claude-1897-05-14	1897-05-14	Bousquie Claude
boutes-louis-1870-06-18	1870-06-18	Boutes Louis
boutibonnes-victor-1870-10-02	1870-10-02	Boutibonnes Victor
dupuis-maurice-1914-02-04	1914-02-04	Dupuis Maurice
finot-louis-1909-07-08	1909-07-08	Finot Louis
boyer-germain-1875-07-18	1875-07-18	Boyer Germain
briols-francois-1898-12-22	1898-12-22	Briols François
bru-gaston-1877-09-23	1877-09-23	Bru Gaston
galey-marcel-1905-09-02	1905-09-02	Galey Marcel
gamblin-lucien-1890-07-22	1890-07-22	Gamblin Lucien
bru-henri-1907-04-16	1907-04-16	Bru Henri
bruniquel-joseph-1915-06-09	1915-06-09	Bruniquel Joseph
cabal-henri-1880-05-28	1880-05-28	Cabal Henri
cabrol-albert-1909-09-08	1909-09-08	Cabrol Albert
gregoire-jean-1922-07-20	1922-07-20	Gregoire Jean
cabrol-jean-1904-07-08	1904-07-08	Cabrol Jean
glowacki-leon-1928-02-19	1928-02-19	Glowacki Léon
cabrol-louis-1889-12-03	1889-12-03	Cabrol Louis
cabrol-maurice-1914-01-02	1914-01-02	Cabrol Maurice
calmettes-adrien-1861-04-07	1861-04-07	Calmettes Adrien
guillas-roland-1936-09-23	1936-09-23	Guillas Roland
calmettes-ernest-1873-02-20	1873-02-20	Calmettes Ernest
hediart-jean-1931-01-29	1931-01-29	Hediart Jean
cals-armand-1870-10-16	1870-10-16	Cals Armand
calvignac-eloi-1911-04-11	1911-04-11	Calvignac Eloi
cantie-pierre-1893-10-29	1893-10-29	Cantie Pierre
carayon-louis-1859-09-25	1859-09-25	Carayon Louis
hugues-francois-1896-08-13	1896-08-13	Hugues François
carayon-pierre-1873-03-07	1873-03-07	Carayon Pierre
carcasses-hippolyte-1874-11-15	1874-11-15	Carcasses Hippolyte
carel-germain-1885-10-18	1885-10-18	Carel Germain
carivenc-edmond-1908-02-14	1908-02-14	Carivenc Edmond
kopa-raymond-1931-10-13	1931-10-13	Kopa Raymond
kaelbel-raymond-1932-01-31	1932-01-31	Kaelbel Raymond
carne-achille-1877-07-01	1877-07-01	Carne Achille
carpentier-henri-1904-11-07	1904-11-07	Carpentier Henri
carrie-hippolyte-1885-11-14	1885-11-14	Carrie Hippolyte
cassagnes-jean-baptiste-1872-06-24	1872-06-24	Cassagnes Jean-Baptiste
laurent-jean-1906-12-30	1906-12-30	Laurent Jean
cassan-paul-1915-07-04	1915-07-04	Cassan Paul
castagne-pierre-1896-05-14	1896-05-14	Castagne Pierre
castamagne-louis-1872-08-26	1872-08-26	Castamagne Louis
cathala-louis-1867-07-26	1867-07-26	Cathala Louis
liberati-ernest-1908-03-22	1908-03-22	Liberati Ernest
leenaert-jacques-1921-01-22	1921-01-22	Leenaert Jacques
cavailles-albert-1885-08-23	1885-08-23	Cavailles Albert
cavailles-edouard-1874-05-14	1874-05-14	Cavailles Edouard
chabbal-leon-1880-03-31	1880-03-31	Chabbal Léon
ludo-francois-1930-03-04	1930-03-04	Ludo François
mahi-khennane-1936-10-21	1936-10-21	Mahi Khennane
chamayou-amedee-1872-12-28	1872-12-28	Chamayou Amédée
chamayou-roger-1867-09-14	1867-09-14	Chamayou Roger
chansou-maurice-1911-03-16	1911-03-16	Chansou Maurice
chanteperdrix-mathieu-1876-11-26	1876-11-26	Chanteperdrix Mathieu
nicolas-jean-1913-06-09	1913-06-09	Nicolas Jean
moreel-georges-1924-07-22	1924-07-22	Moreel Georges
chauvont-paul-1888-08-14	1888-08-14	Chauvont Paul
chayrigues-louis-1906-05-19	1906-05-19	Chayrigues Louis
choulet-henri-1873-08-20	1873-08-20	Choulet Henri
cire-lucien-1902-10-18	1902-10-18	Cire Lucien
penverne-armand-1926-11-26	1926-11-26	Penverne Armand
ourdoullie-marcel-1913-12-18	1913-12-18	Ourdoullie Marcel
clergue-jean-1882-04-26	1882-04-26	Clergue Jean
cloup-marty-1873-10-17	1873-10-17	Cloup Marty
cols-antonin-1879-09-12	1879-09-12	Cols Antonin
pleimelding-rene-1925-02-13	1925-02-13	Pleimelding René
combes-albert-1881-06-24	1881-06-24	Combes Albert
piantoni-roger-1931-12-26	1931-12-26	Piantoni Roger
combes-francois-1877-10-03	1877-10-03	Combes François
combes-leon-1887-10-07	1887-10-07	Combes Léon
combes-rene-1908-05-22	1908-05-22	Combes René
cornus-leon-1876-05-23	1876-05-23	Cornus Léon
quenolle-roger-1925-07-19	1925-07-19	Quenolle Roger
prevost-jean-1918-09-30	1918-09-30	Prevost Jean
coulon-andre-1883-06-22	1883-06-22	Coulon André
coustet-jacques-1898-11-16	1898-11-16	Coustet Jacques
couthouly-pierre-1882-04-17	1882-04-17	Couthouly Pierre
rimet-jules-1873-10-24	1873-10-24	Rimet Jules
crayol-joseph-1871-03-09	1871-03-09	Crayol Joseph
robin-jean-1921-07-25	1921-07-25	Robin Jean
cros-jules-1873-11-11	1873-11-11	Cros Jules
cugnasse-gilbert-1913-06-19	1913-06-19	Cugnasse Gilbert
dardier-joseph-1870-07-29	1870-07-29	Dardier Joseph
schalbar-auguste-1889-11-07	1889-11-07	Schalbar Auguste
darles-marius-1878-11-11	1878-11-11	Darles Marius
roy-serge-1932-11-09	1932-11-09	Roy Serge
darnal-jean-1878-05-09	1878-05-09	Darnal Jean
dejean-justin-1909-06-29	1909-06-29	Dejean Justin
delichere-paul-1865-11-01	1865-11-01	Delichere Paul
sinibaldi-paul-1921-12-03	1921-12-03	Sinibaldi Paul
senac-guy-1933-03-19	1933-03-19	Senac Guy
delmas-joseph-1884-03-13	1884-03-13	Delmas Joseph
delpon-jean-1874-11-22	1874-11-22	Delpon Jean
delpoux-auguste-1914-09-16	1914-09-16	Delpoux Auguste
strappe-andre-1928-02-23	1928-02-23	Strappe André
decrozailles-gabriel-1903-08-15	1903-08-15	Decrozailles Gabriel
stachowicz-edouard-1934-01-11	1934-01-11	Stachowicz Edouard
deveze-marius-1889-12-25	1889-12-25	Deveze Marius
douzals-gustave-1905-10-05	1905-10-05	Douzals Gustave
dulau-pierre-1889-06-29	1889-06-29	Dulau Pierre
durand-henri-1864-09-21	1864-09-21	Durand Henri
taillandier-jean-1938-01-22	1938-01-22	Taillandier Jean
tessier-henri-1918-09-29	1918-09-29	Tessier Henri
durand-jacques-1870-07-23	1870-07-23	Durand Jacques
durand-louis-1899-09-16	1899-09-16	Durand Louis
durand-prosper-1872-08-29	1872-08-29	Durand Prosper
enjalbal-gaston-1908-06-19	1908-06-19	Enjalbal Gaston
vandooren-jules-1908-12-30	1908-12-30	Vandooren Jules
veinante-emile-1907-06-12	1907-06-12	Veinante Emile
etchepare-felix-1905-05-18	1905-05-18	Etchepare Félix
fabre-andre-1900-11-01	1900-11-01	Fabre André
fabre-jules-1871-12-29	1871-12-29	Fabre Jules
fabre-henri-1899-04-08	1899-04-08	Fabre Henri
walter-marius-1927-05-05	1927-05-05	Walter Marius
vincent-jean-1930-09-29	1930-09-29	Vincent Jean
fabre-hippolyte-1866-04-09	1866-04-09	Fabre Hippolyte
fabre-pierre-1904-08-01	1904-08-01	Fabre Pierre
fabre-pierre-1864-05-15	1864-05-15	Fabre Pierre
farenc-georges-1918-08-24	1918-08-24	Farenc Georges
zimny-simon-1927-05-18	1927-05-18	Zimny Simon
wisniewski-maryan-1937-02-01	1937-02-01	Wisniewski Maryan
farenc-gustave-1878-03-07	1878-03-07	Farenc Gustave
farenq-paul-1870-02-13	1870-02-13	Farenq Paul
fedou-francois-1903-09-26	1903-09-26	Fedou François
allasio-federico-1914-05-30	1914-05-30	Allasio Federico
andreoli-sergio-1922-05-03	1922-05-03	Andreoli Sergio
feral-jules-1862-12-31	1862-12-31	Feral Jules
figuieres-rene-1914-03-24	1914-03-24	Figuieres René
floutard-aime-1884-05-18	1884-05-18	Floutard Aimé
antoniotti-lelio-1928-01-17	1928-01-17	Antoniotti Lelio
armano-gino-1927-10-25	1927-10-25	Armano Gino
floutard-elie-1879-02-21	1879-02-21	Floutard Elie
fontvieille-alphonse-1873-02-17	1873-02-17	Fontvieille Alphonse
fonvieille-leon-1882-02-22	1882-02-22	Fonvieille Léon
bacigalupo-manlio-1907-09-05	1907-09-05	Bacigalupo Manlio
baldini-giuseppe-1922-03-11	1922-03-11	Baldini Giuseppe
foulcher-pierre-1879-09-08	1879-09-08	Foulcher Pierre
fournie-angely-1907-09-24	1907-09-24	Fournie Angély
fournie-marius-1884-12-22	1884-12-22	Fournie Marius
ballarin-aldo-1922-01-10	1922-01-10	Ballarin Aldo
baloncieri-adolfo-1897-07-27	1897-07-27	Baloncieri Adolfo
fressac-jean-1911-01-29	1911-01-29	Fressac Jean
freyssinet-emmanuel-1880-04-07	1880-04-07	Freyssinet Emmanuel
frezouls-edmond-1907-07-23	1907-07-23	Frezouls Edmond
bearzot-enzo-1927-09-26	1927-09-26	Bearzot Enzo
berdardin-giorgio-1928-04-24	1928-04-24	Berdardin Giorgio
frezouls-maurice-1901-07-24	1901-07-24	Frezouls Maurice
gaben-lucien-1911-12-13	1911-12-13	Gaben Lucien
gairard-firmin-1878-02-21	1878-02-21	Gairard Firmin
bernasconi-gaudenzio-1932-08-09	1932-08-09	Bernasconi Gaudenzio
bertuccelli-alberto-1924-01-14	1924-01-14	Bertuccelli Alberto
galau-henri-1892-03-10	1892-03-10	Galau Henri
galinier-joseph-1900-03-02	1900-03-02	Galinier Joseph
gargaros-c-e-g-1888-07-24	1888-07-24	Gargaros C. E. G.
biavati-amedeo-1915-04-04	1915-04-04	Biavati Amedeo
bisigato-antonio-1911-07-26	1911-07-26	Bisigato Antonio
gargaros-louis-1903-09-13	1903-09-13	Gargaros Louis
gastou-louis-1892-10-21	1892-10-21	Gastou Louis
gau-joseph-1872-03-31	1872-03-31	Gau Joseph
boffi-aldo-1915-01-26	1915-01-26	Boffi Aldo
bonizzoni-giuseppe-1908-04-22	1908-04-22	Bonizzoni Giuseppe
gil-charles-1881-09-25	1881-09-25	Gil Charles
gil-paul-1874-09-02	1874-09-02	Gil Paul
gisclard-emile-1876-04-16	1876-04-16	Gisclard Emile
bortoletto-raoul-1925-05-09	1925-05-09	Bortoletto Raoul
brighenti-sergio-1932-09-23	1932-09-23	Brighenti Sergio
goffre-aime-1909-08-19	1909-08-19	Goffre Aimé
gombaud-louis-1879-08-25	1879-08-25	Gombaud Louis
gontier-alphonse-1894-09-01	1894-09-01	Gontier Alphonse
buffon-lorenzo-1929-12-19	1929-12-19	Buffon Lorenzo
buonocuore-carmelo-1912-02-23	1912-02-23	Buonocuore Carmelo
granier-florian-1869-04-13	1869-04-13	Granier Florian
granier-louis-1869-04-23	1869-04-23	Granier Louis
gros-jean-1870-06-02	1870-06-02	Gros Jean
buscaglia-carlo-1909-02-09	1909-02-09	Buscaglia Carlo
cade-giancarlo-1930-02-27	1930-02-27	Cade Giancarlo
heral-auguste-1882-11-18	1882-11-18	Heral Auguste
heral-henri-1912-04-23	1912-04-23	Heral Henri
hibert-antonin-1874-08-30	1874-08-30	Hibert Antonin
cappello-gino-1920-06-01	1920-06-01	Cappello Gino
cardarelli-amos-1930-03-06	1930-03-06	Cardarelli Amos
izard-elie-1908-10-11	1908-10-11	Izard Elie
izarn-anselme-1882-02-27	1882-02-27	Izarn Anselme
jalby-ernest-1904-02-22	1904-02-22	Jalby Ernest
castelli-giulio-1925-05-31	1925-05-31	Castelli Giulio
cavigioli-emilio-1925-07-03	1925-07-03	Cavigioli Emilio
jammes-prosper-1876-04-06	1876-04-06	Jammes Prosper
jarlan-theodore-1884-05-02	1884-05-02	Jarlan Théodore
jougla-pierre-1880-08-22	1880-08-22	Jougla Pierre
ceresoli-carlo-1910-06-14	1910-06-14	Ceresoli Carlo
cervellati-cesarino-1930-02-15	1930-02-15	Cervellati Cesarino
jourde-francois-1875-07-04	1875-07-04	Jourde François
julien-hippolyte-1875-12-03	1875-12-03	Julien Hippolyte
lacam-germain-1872-10-26	1872-10-26	Lacam Germain
ciccarelli-giovanni-1927-01-29	1927-01-29	Ciccarelli Giovanni
comaschi-luciano-1931-07-03	1931-07-03	Comaschi Luciano
laclau-pierre-1913-06-13	1913-06-13	Laclau Pierre
ladger-francois-1875-11-30	1875-11-30	Ladger François
lacroux-jules-1871-03-03	1871-03-03	Lacroux Jules
corbelli-guido-1913-03-16	1913-03-16	Corbelli Guido
corsi-giordano-1908-01-09	1908-01-09	Corsi Giordano
lagreze-marcel-1920-11-26	1920-11-26	Lagreze Marcel
laporte-jean-1888-01-28	1888-01-28	Laporte Jean
laroque-elie-1867-03-18	1867-03-18	Laroque Elie
latger-sylvain-1886-03-23	1886-03-23	Latger Sylvain
de-santis-pietro-1927-07-01	1927-07-01	De Santis Pietro
liffraud-gabriel-1902-05-07	1902-05-07	Liffraud Gabriel
loubet-louis-1906-03-04	1906-03-04	Loubet Louis
maffre-sylvain-1888-02-07	1888-02-07	Maffre Sylvain
dugoni-bruno-1905-03-30	1905-03-30	Dugoni Bruno
farina-giuseppe-1927-07-04	1927-07-04	Farina Giuseppe
manen-auguste-1871-03-30	1871-03-30	Manen Auguste
mantoy-jacques-1906-12-19	1906-12-19	Mantoy Jacques
maraval-edmond-1876-09-19	1876-09-19	Maraval Edmond
ferrario-rino-1926-12-07	1926-12-07	Ferrario Rino
fiorini-dino-1915-07-15	1915-07-15	Fiorini Dino
marc-louis-1897-03-19	1897-03-19	Marc Louis
marques-jean-1901-11-14	1901-11-14	Marques Jean
marty-hippolyte-1871-06-30	1871-06-30	Marty Hippolyte
franzosi-angelo-1921-11-07	1921-11-07	Franzosi Angelo
furiassi-zeffiro-1923-01-19	1923-01-19	Furiassi Zeffiro
marty-jean-1880-11-24	1880-11-24	Marty Jean
galimberti-edoardi-1915-07-22	1915-07-22	Galimberti Edoardi
gallea-cesare-1917-09-23	1917-09-23	Gallea Cesare
gei-renato-1921-02-08	1921-02-08	Gei Renato
marty-joseph-1864-04-10	1864-04-10	Marty Joseph
marty-paul-1877-04-24	1877-04-24	Marty Paul
massol-justin-1913-06-22	1913-06-22	Massol Justin
ghezzi-giorgio-1930-07-11	1930-07-11	Ghezzi Giorgio
giovannini-guglielmo-1925-12-17	1925-12-17	Giovannini Guglielmo
massoutie-paul-1907-06-23	1907-06-23	Massoutie Paul
mathieu-albert-1883-02-09	1883-02-09	Mathieu Albert
mathieu-alphonse-1872-09-07	1872-09-07	Mathieu Alphonse
grava-lino-1927-03-06	1927-03-06	Grava Lino
grosso-piero-1923-12-22	1923-12-22	Grosso Piero
mauran-henri-1902-10-22	1902-10-22	Mauran Henri
maurand-albert-1883-04-20	1883-04-20	Maurand Albert
maurand-celestin-1876-10-24	1876-10-24	Maurand Célestin
la-rosa-francesco-1926-12-09	1926-12-09	La Rosa Francesco
loschi-elio-1909-08-08	1909-08-08	Loschi Elio
maurand-jean-1868-01-29	1868-01-29	Maurand Jean
maurand-louis-1885-07-07	1885-07-07	Maurand Louis
maurel-ernest-1886-03-06	1886-03-06	Maurel Ernest
maestrelli-tommaso-1922-10-07	1922-10-07	Maestrelli Tommaso
magnini-ardico-1928-10-21	1928-10-21	Magnini Ardico
maurel-paul-1882-05-15	1882-05-15	Maurel Paul
mauries-clement-1879-07-01	1879-07-01	Mauries Clément
mazel-eugene-1870-07-20	1870-07-20	Mazel Eugène
malinverni-ermando-1919-10-30	1919-10-30	Malinverni Ermando
marchi-sergio-1920-05-22	1920-05-22	Marchi Sergio
medalle-henri-1916-06-27	1916-06-27	Medalle Henri
metche-eugene-1908-12-27	1908-12-27	Metche Eugène
millet-noel-1911-12-23	1911-12-23	Millet Noél
maroso-virgilio-1925-06-26	1925-06-26	Maroso Virgilio
masci-vittorio-1925-07-07	1925-07-07	Masci Vittorio
molinier-armand-1886-05-11	1886-05-11	Molinier Armand
molinier-louis-1915-02-06	1915-02-06	Molinier Louis
monsarrat-emile-1898-07-15	1898-07-15	Monsarrat Emile
mazzola-valentino-1919-01-26	1919-01-26	Mazzola Valentino
menegotti-enzo-1925-07-13	1925-07-13	Menegotti Enzo
mottes-louis-1883-09-07	1883-09-07	Mottes Louis
negre-ernest-1907-10-11	1907-10-11	Negre Ernest
nouvel-aime-1918-07-30	1918-07-30	Nouvel Aimé
mian-germano-1912-09-07	1912-09-07	Mian Germano
miglioli-renato-1921-10-03	1921-10-03	Miglioli Renato
oules-louis-1877-11-05	1877-11-05	Oules Louis
pages-charles-1917-11-13	1917-11-13	Pages Charles
pages-maurice-1919-09-17	1919-09-17	Pages Maurice
montesanto-mario-1909-08-11	1909-08-11	Montesanto Mario
monza-alfredo-1911-08-12	1911-08-12	Monza Alfredo
pailhas-maurice-1917-10-07	1917-10-07	Pailhas Maurice
pailhe-henri-1878-02-16	1878-02-16	Pailhe Henri
nay-cesare-1925-10-22	1925-10-22	Nay Cesare
neri-bruno-1910-09-12	1910-09-12	Neri Bruno
neri-mairo-1924-06-30	1924-06-30	Neri Mairo
pailhe-omer-1912-09-08	1912-09-08	Pailhe Omer
pardes-g-g-1897-12-22	1897-12-22	Pardes G. G.
partenet-pascal-1866-04-25	1866-04-25	Partenet Pascal
olivieri-aldo-1910-10-02	1910-10-02	Olivieri Aldo
olmi-renato-1914-07-12	1914-07-12	Olmi Renato
pautal-gaston-1882-03-10	1882-03-10	Pautal Gaston
payrastre-jean-m-1909-03-26	1909-03-26	Payrastre Jean-M.
payrastre-marcel-1920-07-07	1920-07-07	Payrastre Marcel
pagotto-mario-1911-12-14	1911-12-14	Pagotto Mario
parola-carlo-1921-09-20	1921-09-20	Parola Carlo
pech-paul-1872-05-15	1872-05-15	Pech Paul
pechamat-charles-1864-08-11	1864-08-11	Pechamat Charles
peyre-casimir-1874-04-28	1874-04-28	Peyre Casimir
pedroni-franco-1926-09-13	1926-09-13	Pedroni Franco
pernigo-francesco-1918-06-10	1918-06-10	Pernigo Francesco
phalippou-jean-1885-10-14	1885-10-14	Phalippou Jean
pierre-charles-1914-12-29	1914-12-29	Pierre Charles
pigasse-jean-1910-09-03	1910-09-03	Pigasse Jean
piacentini-sergio-1920-07-21	1920-07-21	Piacentini Sergio
piola-silvio-1913-09-22	1913-09-22	Piola Silvio
piques-raymond-1912-11-23	1912-11-23	Piques Raymond
pozzan-ugo-1929-12-29	1929-12-29	Pozzan Ugo
prato-filippo-1910-02-11	1910-02-11	Prato Filippo
ramella-luciano-1914-04-10	1914-04-10	Ramella Luciano
pittie-eugene-1881-06-06	1881-06-06	Pittie Eugène
plantade-jean-1917-03-03	1917-03-03	Plantade Jean
pomier-emilien-1909-01-06	1909-01-06	Pomier Emilien
reguzzoni-carlo-1908-06-05	1908-06-05	Reguzzoni Carlo
renosto-mario-1929-06-15	1929-06-15	Renosto Mario
portes-fortune-1884-05-29	1884-05-29	Portes Fortuné
pradelles-roger-1903-07-26	1903-07-26	Pradelles Roger
prat-francois-1878-03-28	1878-03-28	Prat François
ronzon-pierluigi-1934-03-07	1934-03-07	Ronzon Pierluigi
rosetta-francesco-1922-10-09	1922-10-09	Rosetta Francesco
prat-jean-1913-12-19	1913-12-19	Prat Jean
prat-j-f-h-1863-11-24	1863-11-24	Prat J. F. H.
priou-elie-1881-06-04	1881-06-04	Priou Elie
sardelli-vittorio-1918-06-10	1918-06-10	Sardelli Vittorio
scarabello-luigi-1916-06-17	1916-06-17	Scarabello Luigi
puel-celestin-1882-10-10	1882-10-10	Puel Célestin
pujol-auguste-1886-03-15	1886-03-15	Pujol Auguste
raffel-louis-1872-04-07	1872-04-07	Raffel Louis
sentimenti-primo-1926-12-28	1926-12-28	Sentimenti Primo
silvestri-arturo-1921-06-14	1921-06-14	Silvestri Arturo
ramade-pierre-1899-03-19	1899-03-19	Ramade Pierre
raucoules-antoine-1899-04-13	1899-04-13	Raucoules Antoine
raucoules-louis-1909-06-05	1909-06-05	Raucoules Louis
todeschini-paolo-1920-09-22	1920-09-22	Todeschini Paolo
toppan-gianni-1920-11-08	1920-11-08	Toppan Gianni
ravaille-elie-1909-01-16	1909-01-16	Ravaille Elie
ravaille-jean-1880-03-24	1880-03-24	Ravaille Jean
raynal-jean-1876-02-19	1876-02-19	Raynal Jean
turconi-angelo-1923-07-05	1923-07-05	Turconi Angelo
vicariotto-albano-1931-01-25	1931-01-25	Vicariotto Albano
raysseguier-andre-1914-09-23	1914-09-23	Raysseguier André
rech-louis-1912-08-04	1912-08-04	Rech Louis
regy-ernest-1873-10-07	1873-10-07	Regy Ernest
vitali-giancarlo-1926-07-21	1926-07-21	Vitali Giancarlo
zagatti-francesco-1932-04-18	1932-04-18	Zagatti Francesco
uregy-joseph-1867-03-12	1867-03-12	Uregy Joseph
resplandy-joseph-1865-09-02	1865-09-02	Resplandy Joseph
revial-francois-1920-08-11	1920-08-11	Revial François
andrieu-emile-1881-02-01	1881-02-01	Andrieu Emile
badjou-arnold-1909-06-25	1909-06-25	Badjou Arnold
rieunaud-pierre-1873-11-11	1873-11-11	Rieunaud Pierre
rieunaud-rene-1896-02-25	1896-02-25	Rieunaud René
rigobert-marius-1908-02-05	1908-02-05	Rigobert Marius
bie-jean-1892-05-09	1892-05-09	Bie Jean
braine-pierre-1900-10-26	1900-10-26	Braine Pierre
rivayran-albert-1891-11-25	1891-11-25	Rivayran Albert
rives-exupere-1880-06-22	1880-06-22	Rives Exupére
riviere-andre-1905-04-15	1905-04-15	Riviere André
capelle-jean-1913-10-26	1913-10-26	Capelle Jean
caudron-jean-1899-11-15	1899-11-15	Caudron Jean
riviere-joseph-1878-11-12	1878-11-12	Riviere Joseph
rivieres-francois-1909-08-24	1909-08-24	Rivieres François
robert-louis-1882-11-04	1882-11-04	Robert Louis
rolland-leopold-1887-07-09	1887-07-09	Rolland Léopold
coppens-rik-1930-04-29	1930-04-29	Coppens Rik
rolland-louis-1911-04-25	1911-04-25	Rolland Louis
rolland-norbert-1899-08-08	1899-08-08	Rolland Norbert
rols-henri-1884-07-12	1884-07-12	Rols Henri
diddens-jean-1906-09-14	1906-09-14	Diddens Jean
dries-marcel-1929-09-19	1929-09-19	Dries Marcel
roques-henri-1882-11-10	1882-11-10	Roques Henri
rouanet-leon-1877-09-02	1877-09-02	Rouanet Léon
rouquier-marie-1881-02-27	1881-02-27	Rouquier Marie
hanon-pierre-1936-12-29	1936-12-29	Hanon Pierre
heylens-george-1941-08-08	1941-08-08	Heylens George
ruffel-gaston-1906-02-18	1906-02-18	Ruffel Gaston
sable-abel-1915-01-06	1915-01-06	Sable Abel
sabrie-louis-1885-05-16	1885-05-16	Sabrie Louis
jurion-jozef-1937-02-24	1937-02-24	Jurion Jozef
lemberechts-victor-1924-05-18	1924-05-18	Lemberechts Victor
saint-hilaire-p-l-1870-08-31	1870-08-31	Saint-hilaire P. L.
salle-jean-baptiste-1878-02-26	1878-02-26	Salle Jean-Baptiste
salles-julien-1916-08-02	1916-08-02	Salles Julien
moeschal-jacques-1900-03-09	1900-03-09	Moeschal Jacques
salomon-gabriel-1899-02-25	1899-02-25	Salomon Gabriel
salvage-casimir-1875-03-21	1875-03-21	Salvage . Casimir
salvayre-gaston-1882-12-05	1882-12-05	Salvayre Gaston
orlans-richard-1931-10-06	1931-10-06	Orlans Richard
piters-andre-1931-01-18	1931-01-18	Piters André
salvignol-pierre-1872-08-05	1872-08-05	Salvignol Pierre
saussol-adrien-1870-08-06	1870-08-06	Saussol Adrien
sauvot-jean-1918-01-11	1918-01-11	Sauvot Jean
raskin-guillaume-1937-03-16	1937-03-16	Raskin Guillaume
smellinckx-philibert-1911-01-17	1911-01-17	Smellinckx Philibert
savy-germain-1903-07-29	1903-07-29	Savy Germain
segur-aime-1884-02-16	1884-02-16	Segur Aimé
segur-paul-1913-06-22	1913-06-22	Segur Paul
swartenbroeks-armand-1892-06-30	1892-06-30	Swartenbroeks Armand
thys-ivan-1897-04-29	1897-04-29	Thys Ivan
serres-edouard-1885-09-14	1885-09-14	Serres Edouard
serres-francois-1866-07-22	1866-07-22	Serres François
severac-adrien-1876-03-16	1876-03-16	Severac Adrien
van-halme-florimond-1895-03-21	1895-03-21	Van Halme Florimond
van-den-berg-paul-1936-10-11	1936-10-11	Van Den Berg Paul
siguier-jean-1904-08-25	1904-08-25	Siguier Jean
siguier-sylvain-1880-06-13	1880-06-13	Siguier Sylvain
sirgue-aime-1913-11-15	1913-11-15	Sirgue Aimé
verbeek-oscar-1891-06-06	1891-06-06	Verbeek Oscar
versijp-louis-1908-12-05	1908-12-05	Versijp Louis
solages-bernard-1900-02-07	1900-02-07	Solages Bernard
solages-bruno-1895-08-08	1895-08-08	Solages Bruno
solages-francois-1898-07-27	1898-07-27	Solages François
de-harder-bertus-1920-01-14	1920-01-14	De Harder Bertus
van-rhijn-petrus-1931-03-22	1931-03-22	Van Rhijn Petrus
sompayrac-louis-1880-09-17	1880-09-17	Sompayrac Louis
souquieres-firmin-1913-12-01	1913-12-01	Souquieres Firmin
suc-dominique-1868-07-12	1868-07-12	Suc Dominique
lamaze-henri-1918-08-02	1918-08-02	Lamaze Henri
sudre-albert-1872-04-29	1872-04-29	Sudre Albert
bourin-jean-1903-12-21	1903-12-21	Bourin Jean
tailhade-paul-1902-11-28	1902-11-28	Tailhade Paul
taurines-auguste-1861-06-19	1861-06-19	Taurines Auguste
taurines-camille-1873-02-01	1873-02-01	Taurines Camille
dot-raymond-1926-12-20	1926-12-20	Dot Raymond
terral-gabriel-1910-09-03	1910-09-03	Terral Gabriel
massy-arnaud-1877-07-06	1877-07-06	Massy Arnaud
testas-prosper-1878-07-31	1878-07-31	Testas Prosper
teste-benjamin-1863-01-16	1863-01-16	Teste Benjamin
thomieres-barthelemy-1870-05-02	1870-05-02	Thomieres Barthélemy
sandras-gustave-1872-02-24	1872-02-24	Sandras Gustave
tiburce-armand-1879-12-22	1879-12-22	Tiburce Armand
lalu-marcel-1882-03-24	1882-03-24	Lalu Marcel
tillot-francois-1911-02-22	1911-02-22	Tillot François
tourret-henri-1872-09-22	1872-09-22	Tourret Henri
tressieres-emile-1883-10-29	1883-10-29	Tressieres Emile
trouche-jean-1872-02-18	1872-02-18	Trouche Jean
touchard-marcel-1917-01-13	1917-01-13	Touchard Marcel
solbach-armand-1904-05-10	1904-05-10	Solbach Armand
vaissiere-louis-1902-01-15	1902-01-15	Vaissiere Louis
vedel-angely-1908-06-12	1908-06-12	Vedel Angély
verdeil-joseph-1901-07-22	1901-07-22	Verdeil Joseph
firmin-georges-1924-03-15	1924-03-15	Firmin Georges
verdeil-paul-1911-04-13	1911-04-13	Verdeil Paul
debuf-jean-1924-05-31	1924-05-31	Debuf Jean
verdier-louis-1872-11-14	1872-11-14	Verdier Louis
vialas-romain-1872-11-01	1872-11-01	Vialas Romain
vialelle-edouvard-1874-01-14	1874-01-14	Vialelle Edouvard
vidal-casimir-1872-10-18	1872-10-18	Vidal Casimir
le-guillerm-andre-1924-09-05	1924-09-05	Le Guillerm André
heral-max-1926-09-22	1926-09-22	Heral Max
vidal-jean-1874-10-20	1874-10-20	Vidal Jean
viguier-elisee-1899-12-06	1899-12-06	Viguier Elisée
vincent-leopold-1885-01-26	1885-01-26	Vincent Léopold
vincent-francois-1936-04-10	1936-04-10	Vincent François
rigoulot-charles-1903-11-03	1903-11-03	Rigoulot Charles
ablin-paul-1857-07-03	1857-07-03	Ablin Paul
ackermann-joseph-1846-10-01	1846-10-01	Ackermann Joseph
adam-jean-1856-12-19	1856-12-19	Adam Jean
aigouy-jean-1867-03-06	1867-03-06	Aigouy Jean
aigouy-pierre-1861-10-11	1861-10-11	Aigouy Pierre
ferignac-jean-1936-09-27	1936-09-27	Ferignac Jean
specker-justy-1919-08-18	1919-08-18	Specker Justy
aigouy-xavier-1868-04-05	1868-04-05	Aigouy Xavier
allez-claude-1866-08-01	1866-08-01	Allez Claude
amiot-sebastien-1872-01-18	1872-01-18	Amiot Sébastien
faure-beaulieu-suzanne-1905-08-29	1905-08-29	Faure-Beaulieu Suzanne
amiran-eugene-1852-12-19	1852-12-19	Amiran Eugène
lacroix-michel-1921-11-10	1921-11-10	Lacroix Michel
andre-jean-m-1858-09-01	1858-09-01	Andre Jean-M.
anglade-jean-1830-02-21	1830-02-21	Anglade Jean
aniezan-jean-1853-01-06	1853-01-06	Aniezan Jean
antzenberger-pierre-1858-01-09	1858-01-09	Antzenberger Pierre
vandame-pierre-1913-10-15	1913-10-15	Vandame Pierre
salarnier-robert-1890-07-20	1890-07-20	Salarnier Robert
archimbaud-francois-1879-07-19	1879-07-19	Archimbaud François
arnal-auguste-1848-10-21	1848-10-21	Arnal Auguste
arnal-jean-1859-11-06	1859-11-06	Arnal Jean
aubry-raymond-1864-09-04	1864-09-04	Aubry Raymond
deglane-henri-1902-06-22	1902-06-22	Deglane Henri
brunaud-andre-1915-02-09	1915-02-09	Brunaud André
aubry-jean-baptiste-1850-02-24	1850-02-24	Aubry Jean-Baptiste
audigier-pierre-1838-11-07	1838-11-07	Audigier Pierre
aulagne-joseph-1862-04-06	1862-04-06	Aulagne Joseph
pacome-charles-1902-11-05	1902-11-05	Pacome Charles
auvray-georges-1871-03-08	1871-03-08	Auvray Georges
jourlin-jean-1909-06-25	1909-06-25	Jourlin Jean
avrial-alban-1853-05-07	1853-05-07	Avrial Alban
bachelin-louis-1866-07-28	1866-07-28	Bachelin Louis
baloche-constant-1856-05-09	1856-05-09	Baloche Constant
barascud-frederic-1874-12-24	1874-12-24	Barascud Frédéric
delerue-henri-1939-11-14	1939-11-14	Delerue Henri
cornet-florimond-1911-07-21	1911-07-21	Cornet Florimond
barbry-pierre-1915-02-08	1915-02-08	Barbry Pierre
baros-jean-1856-06-24	1856-06-24	Baros Jean
barthelemy-clement-1854-10-18	1854-10-18	Barthelemy Clément
baruteil-pierre-1843-08-26	1843-08-26	Baruteil Pierre
cartonnet-ulysse-1911-10-13	1911-10-13	Cartonnet Ulysse
bozon-gilbert-1935-03-19	1935-03-19	Bozon Gilbert
batiffol-pierre-1861-01-27	1861-01-27	Batiffol Pierre
batisse-emile-1873-02-09	1873-02-09	Batisse Emile
batissier-leon-1860-08-13	1860-08-13	Batissier Léon
godard-yvonne-1908-03-03	1908-03-03	Godard Yvonne
drigny-emile-1883-07-03	1883-07-03	Drigny Emile
baudan-maurice-1860-07-21	1860-07-21	Baudan Maurice
bayol-adrien-1878-12-28	1878-12-28	Bayol Adrien
baziere-alfred-1865-12-01	1865-12-01	Baziere Alfred
beaudemon-etienne-1840-11-23	1840-11-23	Beaudemon Etienne
jany-ginette-1932-01-12	1932-01-12	Jany Ginette
laurent-robert-1928-03-29	1928-03-29	Laurent Robert
beauregard-emile-1880-12-29	1880-12-29	Beauregard Emile
bellon-edmond-1854-11-01	1854-11-01	Bellon Edmond
belsceur-desire-1874-04-05	1874-04-05	Belsceur Désiré
benezet-louis-1877-04-26	1877-04-26	Benezet Louis
padou-henri-1898-05-15	1898-05-15	Padou Henri
raffy-claude-1945-01-02	1945-01-02	Raffy Claude
bercier-georges-1860-05-27	1860-05-27	Bercier Georges
bergeret-jean-1835-09-11	1835-09-11	Bergeret Jean
berlioz-jean-1870-09-25	1870-09-25	Berlioz Jean
bernard-joseph-1873-02-12	1873-02-12	Bernard Joseph
vallerey-georges-1927-10-21	1927-10-21	Vallerey Georges
vasseur-paul-1884-10-10	1884-10-10	Vasseur Paul
berthet-clement-1871-11-25	1871-11-25	Berthet Clément
berthet-jean-1868-01-13	1868-01-13	Berthet Jean
bertrin-georges-1851-07-07	1851-07-07	Bertrin Georges
deconninck-henri-1905-03-25	1905-03-25	Deconninck Henri
robert-raoul-1912-01-06	1912-01-06	Robert Raoul
besse-frederic-1837-11-25	1837-11-25	Besse Frédéric
beziel-marcel-1862-02-14	1862-02-14	Beziel Marcel
bidet-emile-1867-10-03	1867-10-03	Bidet Emile
blanc-alphonse-1852-02-23	1852-02-23	Blanc Alphonse
dongaitz-frederic-1913-09-09	1913-09-09	Dongaitz Frédéric
blancher-francois-1858-10-27	1858-10-27	Blancher François
blauvac-bernard-1849-12-14	1849-12-14	Blauvac Bernard
boehrer-joseph-1856-09-04	1856-09-04	Boehrer Joseph
boesch-edouard-1851-02-26	1851-02-26	Boesch Edouard
bohly-joseph-1864-03-04	1864-03-04	Bohly Joseph
harambillet-jean-1917-01-07	1917-01-07	Harambillet Jean
hourcade-francois-1909-06-19	1909-06-19	Hourcade François
boileau-stanislas-1842-03-15	1842-03-15	Boileau Stanislas
boitard-francois-1849-10-11	1849-10-11	Boitard François
bomel-leger-1854-07-01	1854-07-01	Bomel Léger
magescas-armand-1905-08-06	1905-08-06	Magescas Armand
urruty-jean-1912-10-22	1912-10-22	Urruty Jean
bonnafous-andre-1866-08-31	1866-08-31	Bonnafous André
bonnery-paul-1862-05-28	1862-05-28	Bonnery Paul
bonnevie-jean-1865-09-29	1865-09-29	Bonnevie Jean
bontoux-gustave-1862-10-10	1862-10-10	Bontoux Gustave
bossu-leon-1868-07-11	1868-07-11	Bossu Léon
vivier-pierre-1924-11-24	1924-11-24	Vivier Pierre
albaladejo-pierre-1933-12-14	1933-12-14	Albaladejo Pierre
boucher-andre-1879-08-29	1879-08-29	Boucher André
bouchet-louis-1871-11-13	1871-11-13	Bouchet Louis
boudinhon-auguste-1858-03-28	1858-03-28	Boudinhon Auguste
bouet-louis-1888-05-22	1888-05-22	Bouet Louis
arcalis-roger-1927-06-01	1927-06-01	Arcalis Roger
baladie-georges-1917-05-20	1917-05-20	Baladie Georges
boulet-leopold-1882-12-12	1882-12-12	Boulet Léopold
boulve-leon-1859-12-21	1859-12-21	Boulve Léon
bouquerel-esther-l-1855-03-23	1855-03-23	Bouquerel Esther L.
bourgeois-louis-1859-10-24	1859-10-24	Bourgeois Louis
barthe-jean-1932-07-22	1932-07-22	Barthe Jean
basquet-guy-1921-07-13	1921-07-13	Basquet Guy
bouthors-paul-1866-05-23	1866-05-23	Bouthors Paul
bouvier-eugene-1856-08-03	1856-08-03	Bouvier Eugène
boxler-antoine-1861-04-27	1861-04-27	Boxler Antoine
boyer-auguste-1852-07-07	1852-07-07	Boyer Auguste
belivaud-gerard-1935-12-21	1935-12-21	Belivaud Gérard
behoteguy-andre-1900-10-19	1900-10-19	Behoteguy André
boyer-jean-1854-12-09	1854-12-09	Boyer Jean
boyer-jean-1878-06-23	1878-06-23	Boyer Jean
boyreau-emmanuel-1859-10-03	1859-10-03	Boyreau Emmanuel
benausse-rene-1929-09-23	1929-09-23	Benausse René
brach-joseph-1853-03-23	1853-03-23	Brach Joseph
bergese-felix-1914-01-11	1914-01-11	Bergese Félix
braconnier-francois-1853-03-21	1853-03-21	Braconnier François
braun-francois-1877-07-08	1877-07-08	Braun François
breant-gabriel-1864-04-15	1864-04-15	Breant Gabriel
bidart-laurent-1930-01-11	1930-01-11	Bidart Laurent
bioussa-alexandre-1901-03-17	1901-03-17	Bioussa Alexandre
breffy-georges-1859-10-21	1859-10-21	Breffy Georges
breme-francois-1860-06-12	1860-06-12	Breme François
bresard-marie-1851-09-12	1851-09-12	Bresard Marie
bressange-paul-1866-09-04	1866-09-04	Bressange Paul
borde-francois-1899-12-08	1899-12-08	Borde François
bricout-pierre-1867-11-06	1867-11-06	Bricout Pierre
boniface-andre-1934-08-14	1934-08-14	Boniface André
briffon-jean-1859-09-26	1859-09-26	Briffon Jean
brossard-emile-1880-03-27	1880-03-27	Brossard Emile
broussolle-jacques-1861-12-31	1861-12-31	Broussolle Jacques
brun-francois-1878-01-12	1878-01-12	Brun François
bousquet-adolphe-1899-08-14	1899-08-14	Bousquet Adolphe
bouquet-jacques-1933-07-03	1933-07-03	Bouquet Jacques
bruneau-benjamin-1871-02-09	1871-02-09	Bruneau Benjamin
brunet-pierre-1867-09-20	1867-09-20	Brunet Pierre
buffiere-francois-1861-09-12	1861-09-12	Buffiere François
brethes-roger-1936-01-31	1936-01-31	Brethes Roger
butet-henri-1865-10-19	1865-10-19	Butet Henri
brun-georges-1922-12-23	1922-12-23	Brun Georges
cabanel-firmin-1877-01-08	1877-01-08	Cabanel Firmin
cadic-francois-1864-09-29	1864-09-29	Cadic François
camus-de-la-g-emile-1833-03-02	1833-03-02	Camus de La G. Emile
calixte-gaston-1923-06-07	1923-06-07	Calixte Gaston
cance-jean-1866-02-16	1866-02-16	Cance Jean
cadenat-jules-1885-09-18	1885-09-18	Cadenat Jules
candeze-antoine-1847-09-11	1847-09-11	Candeze Antoine
cantenot-jean-1846-03-21	1846-03-21	Cantenot Jean
capdaze-jean-1866-02-02	1866-02-02	Capdaze Jean
camel-andre-1905-02-09	1905-02-09	Camel André
cantoni-vincent-1927-03-10	1927-03-10	Cantoni Vincent
caron-emile-1866-01-18	1866-01-18	Caron Emile
carre-etienne-1852-11-02	1852-11-02	Carre Etienne
carreau-benjamin-1846-12-13	1846-12-13	Carreau Benjamin
casas-andre-1934-09-17	1934-09-17	Casas André
cassagne-paul-1931-01-22	1931-01-22	Cassagne Paul
cassagnes-marie-1867-01-12	1867-01-12	Cassagnes Marie
catesson-benoit-1858-08-22	1858-08-22	Catesson Benoit
chabert-jules-1855-10-17	1855-10-17	Chabert Jules
chabin-louis-1860-02-29	1860-02-29	Chabin Louis
cognet-lucien-1909-05-22	1909-05-22	Cognet Lucien
celaya-michel-1930-07-04	1930-07-04	Celaya Michel
chambodut-pierre-1858-04-08	1858-04-08	Chambodut Pierre
chambon-antoine-1848-07-27	1848-07-27	Chambon Antoine
chapdelaine-auguste-1871-07-11	1871-07-11	Chapdelaine Auguste
conti-honore-1936-09-24	1936-09-24	Conti Honoré
chausselle-henri-1890-01-19	1890-01-19	Chausselle Henri
crabos-rene-1899-02-07	1899-02-07	Crabos René
chausson-ferdinand-1854-12-30	1854-12-30	Chausson Ferdinand
chauvin-amedee-1852-02-10	1852-02-10	Chauvin Amédée
chazal-auguste-1849-03-05	1849-03-05	Chazal Auguste
chefeur-auguste-1856-12-05	1856-12-05	Chefeur Auguste
crespo-joseph-1925-01-01	1925-01-01	Crespo Joseph
chevallier-hector-1871-06-11	1871-06-11	Chevallier Hector
chiron-louis-1863-10-18	1863-10-18	Chiron Louis
clair-pierre-1854-01-06	1854-01-06	Clair Pierre
clave-marcel-1872-09-22	1872-09-22	Clave Marcel
clement-raymond-1841-10-05	1841-10-05	Clement Raymond
colin-henri-1880-11-01	1880-11-01	Colin Henri
collignon-theodore-1853-03-29	1853-03-29	Collignon Théodore
colombel-albert-1864-08-22	1864-08-22	Colombel Albert
conteville-henri-1857-07-21	1857-07-21	Conteville Henri
domenech-amedee-1933-05-03	1933-05-03	Domenech Amédée
dizabo-pierre-1929-10-04	1929-10-04	Dizabo Pierre
corbille-francois-1866-07-29	1866-07-29	Corbille François
coriton-leonce-1860-06-03	1860-06-03	Coriton Léonce
cornette-anjoine-1860-11-08	1860-11-08	Cornette Anjoine
ducousso-jean-1933-07-08	1933-07-08	Ducousso Jean
coste-jean-1865-01-14	1865-01-14	Coste Jean
dufourcq-jacques-1881-08-19	1881-08-19	Dufourcq Jacques
coste-pierre-1873-02-03	1873-02-03	Coste Pierre
cougouluenhes-jean-1878-10-30	1878-10-30	Cougouluenhes Jean
courage-emile-1845-01-01	1845-01-01	Courage Emile
courras-marie-1860-09-30	1860-09-30	Courras Marie
echave-louis-1934-06-18	1934-06-18	Echave Louis
dupuy-jean-1934-05-25	1934-05-25	Dupuy Jean
courrege-louis-1841-01-28	1841-01-28	Courrege Louis
court-gustave-1872-08-14	1872-08-14	Court Gustave
courtial-pierre-1870-02-25	1870-02-25	Courtial Pierre
estiau-serge-1937-05-04	1937-05-04	Estiau Serge
coutadeur-pierre-1831-02-26	1831-02-26	Coutadeur Pierre
fabre-bernard-1935-09-07	1935-09-07	Fabre Bernard
couvrat-desver-guy-1878-03-01	1878-03-01	Couvrat-desver Guy
crestey-andre-1871-01-10	1871-01-10	Crestey André
croizier-paul-1878-06-20	1878-06-20	Croizier Paul
crombette-jean-baptiste-1857-08-02	1857-08-02	Crombette Jean-Baptiste
gachassin-jean-1941-12-23	1941-12-23	Gachassin Jean
forgues-fernand-1884-11-30	1884-11-30	Forgues Fernand
crosnier-paul-1892-11-14	1892-11-14	Crosnier Paul
dadon-romain-1852-08-06	1852-08-06	Dadon Romain
dardans-julien-1862-05-06	1862-05-06	Dardans Julien
dastarac-louis-1849-09-06	1849-09-06	Dastarac Louis
got-raoul-1900-10-11	1900-10-11	Got Raoul
graule-vincent-1904-01-22	1904-01-22	Graule Vincent
datin-francois-1880-01-20	1880-01-20	Datin François
dauby-gustave-1847-11-09	1847-11-09	Dauby Gustave
debout-henri-1857-08-22	1857-08-22	Debout Henri
declomesnil-leon-1866-05-30	1866-05-30	Declomesnil Léon
deffieux-jean-1863-05-06	1863-05-06	Deffieux Jean
jaureguy-adolphe-1898-02-18	1898-02-18	Jaureguy Adolphe
delabar-charles-1867-04-06	1867-04-06	Delabar Charles
delaunay-jules-1847-01-30	1847-01-30	Delaunay Jules
delbos-charles-1871-07-16	1871-07-16	Delbos Charles
delerue-felix-1871-04-28	1871-04-28	Delerue Félix
deleuze-jean-1857-01-18	1857-01-18	Deleuze Jean
jimenez-antoine-1929-05-09	1929-05-09	Jimenez Antoine
delteil-pierre-1846-03-11	1846-03-11	Delteil Pierre
demargne-jean-m-1904-02-24	1904-02-24	Demargne Jean-M.
demay-jules-1861-06-06	1861-06-06	Demay Jules
lacaus-roger-1931-04-07	1931-04-07	Lacaus Roger
denaut-oscar-1845-05-15	1845-05-15	Denaut Oscar
lacaze-claude-1940-03-05	1940-03-05	Lacaze Claude
denille-ernest-1866-11-06	1866-11-06	Denille Ernest
dequene-leon-1851-10-09	1851-10-09	Dequene Léon
desers-leon-1851-12-22	1851-12-22	Desers Léon
lassegue-jean-1924-02-15	1924-02-15	Lassegue Jean
deshayes-marie-j-1858-06-24	1858-06-24	Deshayes Marie-J.
lane-gaston-1883-01-23	1883-01-23	Lane Gaston
devuyst-charles-1881-05-10	1881-05-10	Devuyst Charles
dieu-albert-1869-05-24	1869-05-24	Dieu Albert
dinet-louis-1847-07-09	1847-07-09	Dinet Louis
levy-francois-1930-11-06	1930-11-06	Levy François
lerou-roger-1890-04-22	1890-04-22	Lerou Roger
ditiere-marie-a-1877-02-02	1877-02-02	Ditiere Marie-A.
divoir-charles-1852-01-23	1852-01-23	Divoir Charles
divol-aime-1856-08-17	1856-08-17	Divol Aimé
lucia-guy-1934-03-27	1934-03-27	Lucia Guy
dommergue-alphonse-1848-04-12	1848-04-12	Dommergue Alphonse
manoir-yves-1904-08-11	1904-08-11	Manoir Yves
drouot-pierre-1864-10-06	1864-10-06	Drouot Pierre
dubois-louis-1856-09-01	1856-09-01	Dubois Louis
dubord-jean-1849-07-08	1849-07-08	Dubord Jean
duc-michel-1849-03-28	1849-03-28	Duc Michel
marquesuzaa-arnaud-1934-06-14	1934-06-14	Marquesuzaa Arnaud
martin-lucien-1920-09-28	1920-09-28	Martin Lucien
ducher-joseph-1869-08-09	1869-08-09	Ducher Joseph
dufour-jules-1864-07-03	1864-07-03	Dufour Jules
dufour-marie-1866-11-09	1866-11-09	Dufour Marie
mazon-louis-1921-07-07	1921-07-07	Mazon Louis
duhamel-g-joseph-1874-11-10	1874-11-10	Duhamel G. Joseph
matheu-jean-1920-06-23	1920-06-23	Matheu Jean
duhamel-etienne-1865-04-21	1865-04-21	Duhamel Etienne
duhamel-joseph-1871-03-15	1871-03-15	Duhamel Joseph
dumaine-paul-1870-06-24	1870-06-24	Dumaine Paul
dumont-joseph-1873-01-13	1873-01-13	Dumont Joseph
duval-eugene-1858-08-28	1858-08-28	Duval Eugène
mericq-serge-1937-06-16	1937-06-16	Mericq Serge
dyversais-paul-1846-07-07	1846-07-07	Dyversais Paul
ehrhardt-frederic-1877-05-27	1877-05-27	Ehrhardt Frédéric
eisenmenger-jacques-1879-03-20	1879-03-20	Eisenmenger Jacques
moulinas-robert-1937-03-07	1937-03-07	Moulinas Robert
evrard-francois-1873-09-01	1873-09-01	Evrard François
mounicq-paul-1887-02-09	1887-02-09	Mounicq Paul
fabry-dominique-1873-12-31	1873-12-31	Fabry Dominique
fages-philippe-1843-07-23	1843-07-23	Fages Philippe
fages-denis-1878-11-25	1878-11-25	Fages Denis
pauthe-guy-1932-10-24	1932-10-24	Pauthe Guy
piquiral-etienne-1901-06-15	1901-06-15	Piquiral Etienne
faget-jean-1867-10-31	1867-10-31	Faget Jean
faralicq-adrien-1842-08-16	1842-08-16	Faralicq Adrien
fayollat-jules-1882-07-03	1882-07-03	Fayollat Jules
feneon-raoul-1862-03-02	1862-03-02	Feneon Raoul
piteu-roger-1899-05-14	1899-05-14	Piteu Roger
prat-jean-1923-08-01	1923-08-01	Prat Jean
ferraud-pierre-1847-11-01	1847-11-01	Ferraud Pierre
fiamma-jean-1857-06-12	1857-06-12	Fiamma Jean
fichot-pierre-1876-09-03	1876-09-03	Fichot Pierre
fillion-l-cl-1843-06-25	1843-06-25	Fillion L. Cl.
puech-louis-1894-12-04	1894-12-04	Puech Louis
puig-aubert-henri-1924-03-24	1924-03-24	Puig-Aubert Henri
fillon-louis-1877-08-01	1877-08-01	Fillon Louis
fonssagrives-joseph-1860-06-02	1860-06-02	Fonssagrives Joseph
fontaine-maurice-1863-07-26	1863-07-26	Fontaine Maurice
fontaine-joseph-1861-09-03	1861-09-03	Fontaine Joseph
rancoule-henri-1933-02-06	1933-02-06	Rancoule Henri
ribere-eugene-1902-06-14	1902-06-14	Ribere Eugène
fontaine-marie-dan-1862-03-01	1862-03-01	Fontaine Marie Dan.
forestier-leon-1823-11-09	1823-11-09	Forestier Léon
fourneret-pierre-1868-09-11	1868-09-11	Fourneret Pierre
frisch-henri-1851-05-28	1851-05-28	Frisch Henri
roucaries-gerard-1932-08-13	1932-08-13	Roucaries Gérard
roques-alfred-1925-02-17	1925-02-17	Roques Alfred
frobert-marie-1876-01-21	1876-01-21	Frobert Marie
fromentin-jean-1883-07-13	1883-07-13	Fromentin Jean
gailhouste-jean-1886-05-10	1886-05-10	Gailhouste Jean
le-gall-hyacinthe-1863-02-07	1863-02-07	Le Gall Hyacinthe
sanac-andre-1929-08-04	1929-08-04	Sanac André
sebedio-jean-1890-12-06	1890-12-06	Sebedio Jean
garilhe-ulysse-1856-10-23	1856-10-23	Garilhe Ulysse
garriguet-louis-1859-11-13	1859-11-13	Garriguet Louis
gassion-joseph-1887-07-24	1887-07-24	Gassion Joseph
gaston-jean-1875-09-11	1875-09-11	Gaston Jean
gautier-felix-1861-03-26	1861-03-26	Gautier Félix
serin-lucien-1902-11-08	1902-11-08	Serin Lucien
gazeau-andre-1888-07-28	1888-07-28	Gazeau André
geispitz-charles-1839-07-18	1839-07-18	Geispitz Charles
gendre-jean-baptiste-1863-02-26	1863-02-26	Gendre Jean-Baptiste
thiers-pierre-1914-04-16	1914-04-16	Thiers Pierre
trescases-frederic-1921-11-20	1921-11-20	Trescases Frédéric
genty-constant-1858-03-19	1858-03-19	Genty Constant
gerard-louis-1876-05-20	1876-05-20	Gerard Louis
gerard-charles-1843-08-19	1843-08-19	Gerard Charles
germond-paul-1870-06-30	1870-06-30	Germond Paul
verdie-gilbert-1928-06-29	1928-06-29	Verdie Gilbert
verges-jean-1934-04-11	1934-04-11	Verges Jean
gervais-pierre-1880-02-29	1880-02-29	Gervais Pierre
gibert-lafon-jean-1866-01-28	1866-01-28	Gibert-lafon Jean
giland-albin-1874-02-07	1874-02-07	Giland Albin
gilbert-jean-1855-07-17	1855-07-17	Gilbert Jean
vidal-claude-1937-04-17	1937-04-17	Vidal Claude
allais-emile-1912-02-25	1912-02-25	Allais Emile
giquello-pierre-1860-12-22	1860-12-22	Giquello Pierre
girouy-hector-1883-11-08	1883-11-08	Girouy Hector
glandieres-alphonse-1856-08-13	1856-08-13	Glandieres Alphonse
gleye-jacques-1874-05-28	1874-05-28	Gleye Jacques
duvillard-adrien-1934-11-07	1934-11-07	Duvillard Adrien
charlest-regis-1920-05-04	1920-05-04	Charlest Régis
gobaud-leon-1868-08-04	1868-08-04	Gobaud Léon
godeau-cyprien-1858-04-06	1858-04-06	Godeau Cyprien
godin-henri-1906-04-18	1906-04-18	Godin Henri
gondre-achille-1856-03-29	1856-03-29	Gondre Achille
lacroix-desire-1927-12-18	1927-12-18	Lacroix Désiré
panisset-georges-1929-12-30	1929-12-30	Panisset Georges
gontharet-claude-1846-09-18	1846-09-18	Gontharet Claude
gouault-pierre-1892-08-08	1892-08-08	Gouault Pierre
goueslain-arsene-1858-08-18	1858-08-18	Goueslain Arsène
gouron-boisvert-ernest-1853-06-06	1853-06-06	Gouron-boisvert Ernest
vignole-francois-1914-07-08	1914-07-08	Vignole François
penz-claude-1924-07-23	1924-07-23	Penz Claude
graffain-rene-1858-03-22	1858-03-22	Graffain René
grangeneuve-jean-baptiste-1881-07-27	1881-07-27	Grangeneuve Jean-Baptiste
granier-marius-1856-03-17	1856-03-17	Granier Marius
grappin-emile-1882-09-15	1882-09-15	Grappin Emile
chevallier-bernard-1912-10-04	1912-10-04	Chevallier Bernard
gudin-de-vallerin-maurice-1897-03-15	1897-03-15	Gudin De Vallerin Maurice
gregoire-gaston-1860-12-02	1860-12-02	Gregoire Gaston
gressin-francois-1844-02-01	1844-02-01	Gressin François
gros-marie-1878-01-01	1878-01-01	Gros Marie
royer-dupre-henry-1876-09-09	1876-09-09	Royer-Dupre Henry
guenard-theophile-1860-05-09	1860-05-09	Guenard Théophile
lesage-xavier-1885-10-25	1885-10-25	Lesage Xavier
guerin-louis-1874-01-20	1874-01-20	Guerin Louis
guilbeault-paul-1908-08-23	1908-08-23	Guilbeault Paul
guillon-georges-1849-05-05	1849-05-05	Guillon Georges
halot-arsene-1877-07-29	1877-07-29	Halot Arsène
revoyaz-paul-1916-09-19	1916-09-19	Revoyaz Paul
giletti-alain-1939-09-11	1939-09-11	Giletti Alain
haubois-marie-j-1866-11-21	1866-11-21	Haubois Marie-J.
herbert-theodore-1859-11-09	1859-11-09	Herbert Théodore
hermeline-charles-1867-03-27	1867-03-27	Hermeline Charles
blanchy-francois-1886-12-12	1886-12-12	Blanchy François
boussus-christian-1908-03-05	1908-03-05	Boussus Christian
herscher-sebastien-1853-10-29	1853-10-29	Herscher Sébastien
houdard-maurice-1896-10-04	1896-10-04	Houdard Maurice
husson-henri-1890-08-17	1890-08-17	Husson Henri
imbert-marie-l-1854-07-09	1854-07-09	Imbert Marie-L.
jacquemot-ernest-1859-06-07	1859-06-07	Jacquemot Ernest
desloges-suzanne-1901-12-14	1901-12-14	Desloges Suzanne
cochet-henri-1901-12-14	1901-12-14	Cochet Henri
jacques-gustave-1852-07-04	1852-07-04	Jacques Gustave
bouscat-rene-1891-09-07	1891-09-07	Bouscat René
jacquet-marie-b-1849-01-26	1849-01-26	Jacquet Marie-B.
gremillet-georges-1921-05-02	1921-05-02	Gremillet Georges
jacquet-paul-1859-09-02	1859-09-02	Jacquet Paul
germot-maurice-1882-11-15	1882-11-15	Germot Maurice
jacquin-joseph-1835-11-21	1835-11-21	Jacquin Joseph
jaguelin-rene-1875-07-28	1875-07-28	Jaguelin René
janeau-francois-1876-08-26	1876-08-26	Janeau François
haillet-robert-1931-09-26	1931-09-26	Haillet Robert
jalabert-paul-1928-04-02	1928-04-02	Jalabert Paul
jaud-victor-1851-01-16	1851-01-16	Jaud Victor
jehanno-mathurin-1874-09-29	1874-09-29	Jehanno Mathurin
jobert-camille-1872-06-03	1872-06-03	Jobert Camille
lesueur-jean-1910-06-24	1910-06-24	Lesueur Jean
jouffret-jean-1860-06-19	1860-06-19	Jouffret Jean
molinari-jean-1931-08-21	1931-08-21	Molinari Jean
jouin-ernest-1844-12-20	1844-12-20	Jouin Ernest
jubault-louis-1870-04-27	1870-04-27	Jubault Louis
jung-henri-1846-12-25	1846-12-25	Jung Henri
karpen-albert-1891-02-06	1891-02-06	Karpen Albert
pelizza-pierre-1917-07-10	1917-07-10	Pelizza Pierre
plaa-martin-1901-03-12	1901-03-12	Plaa Martin
kieffer-joseph-1888-02-07	1888-02-07	Kieffer Joseph
krieger-antoine-1874-11-17	1874-11-17	Krieger Antoine
la-barre-andre-1855-08-25	1855-08-25	La Barre André
lacas-albert-1879-03-25	1879-03-25	Lacas Albert
lachapelle-marcel-1867-06-14	1867-06-14	Lachapelle Marcel
thomas-jacques-1922-04-13	1922-04-13	Thomas Jacques
laguens-emile-1857-09-14	1857-09-14	Laguens Emile
laguens-francois-1847-12-02	1847-12-02	Laguens François
lalignant-pierre-1880-03-29	1880-03-29	Lalignant Pierre
lancelle-edouard-1859-02-19	1859-02-19	Lancelle Edouard
felbaco-pierre-1904-01-23	1904-01-23	Felbaco Pierre
genot-lucien-1901-04-20	1901-04-20	Genot Lucien
lang-jules-1859-06-09	1859-06-09	Lang Jules
langlois-marcel-1871-04-23	1871-04-23	Langlois Marcel
lapalme-jules-1861-12-23	1861-12-23	Lapalme Jules
lapeyrade-firmin-1847-02-05	1847-02-05	Lapeyrade Firmin
parmentier-andre-1876-05-29	1876-05-29	Parmentier André
touchard-roger-1909-03-21	1909-03-21	Touchard Roger
lapparent-andre-1866-01-14	1866-01-14	Lapparent André
largent-gustave-1834-06-26	1834-06-26	Largent Gustave
larigaldie-gabriel-1857-10-02	1857-10-02	Larigaldie Gabriel
lasserre-pierre-1853-05-03	1853-05-03	Lasserre Pierre
domergue-marcel-1916-08-25	1916-08-25	Domergue Marcel
abelous-jacques-1864-03-10	1864-03-10	Abelous Jacques
latrasse-marcel-1885-02-09	1885-02-09	Latrasse Marcel
laudet-emile-1872-07-07	1872-07-07	Laudet Emile
laumondais-yves-1890-02-26	1890-02-26	Laumondais Yves
alison-joseph-1843-08-28	1843-08-28	Alison Joseph
alajouanine-theophile-1890-06-12	1890-06-12	Alajouanine Theophile
aloy-francois-1866-08-26	1866-08-26	Aloy François
laurent-marcel-1887-11-17	1887-11-17	Laurent Marcel
laurent-marien-1853-11-23	1853-11-23	Laurent Marien
laurent-georges-1888-02-11	1888-02-11	Laurent Georges
laurier-jean-1852-01-18	1852-01-18	Laurier Jean
leblanc-charles-1846-05-09	1846-05-09	Leblanc Charles
ancel-paul-1873-09-21	1873-09-21	Ancel Paul
argaud-rene-1875-05-19	1875-05-19	Argaud René
lebreton-joseph-1850-01-10	1850-01-10	Lebreton Joseph
le-chatelier-pierre-1851-09-30	1851-09-30	Le Chatelier Pierre
lefeuvre-yves-1909-10-01	1909-10-01	Lefeuvre Yves
legris-rene-1874-09-07	1874-09-07	Legris René
armaingaud-antoine-1842-04-30	1842-04-30	Armaingaud Antoine
arnould-jules-1830-09-16	1830-09-16	Arnould Jules
arnozan-charles-1852-11-12	1852-11-12	Arnozan Charles
la-hir-daniel-1851-12-12	1851-12-12	La Hir Daniel
leiterer-auguste-1874-09-23	1874-09-23	Leiterer Auguste
auvray-maurice-1868-06-01	1868-06-01	Auvray Maurice
lejour-jean-marie-1866-11-26	1866-11-26	Lejour Jean-Marie
lelievre-pierre-1874-10-24	1874-10-24	Lelievre Pierre
astruc-albert-1875-01-29	1875-01-29	Astruc Albert
auffret-charles-1838-07-01	1838-07-01	Auffret Charles
lemond-charles-1856-10-28	1856-10-28	Lemond Charles
leonetti-dominique-1852-01-13	1852-01-13	Leonetti Dominique
baillet-casimir-1820-09-10	1820-09-10	Baillet Casimir
leroquais-victor-m-1873-08-07	1873-08-07	Leroquais Victor-M.
lesage-louis-1872-01-04	1872-01-04	Lesage Louis
baillarger-jules-1809-03-25	1809-03-25	Baillarger Jules
baillet-louis-1834-09-07	1834-09-07	Baillet Louis
le-tesson-jean-l-1850-01-17	1850-01-17	Le Tesson Jean-L.
le-troadec-toussain-1882-10-30	1882-10-30	Le Troadec Toussain
leveque-eugene-1855-09-20	1855-09-20	Leveque Eugène
lion-leopold-1855-12-14	1855-12-14	Lion Léopold
ballet-gilbert-1853-03-29	1853-03-29	Ballet Gilbert
balzer-felix-1849-04-04	1849-04-04	Balzer Félix
louarn-pierre-1905-01-06	1905-01-06	Louarn Pierre
lothon-alphonse-1874-03-01	1874-03-01	Lothon Alphonse
louis-henri-1865-04-29	1865-04-29	Louis Henri
louwick-alfred-1851-01-24	1851-01-24	Louwick Alfred
barallier-auguste-1814-09-01	1814-09-01	Barallier Auguste
bardier-emile-1870-03-18	1870-03-18	Bardier Emile
luret-jean-1857-02-20	1857-02-20	Luret Jean
mailfert-francois-1838-05-03	1838-05-03	Mailfert François
mailles-auguste-1842-11-25	1842-11-25	Mailles Auguste
malijoud-charles-1868-01-12	1868-01-12	Malijoud Charles
barrier-gustave-1853-03-25	1853-03-25	Barrier Gustave
barthe-joseph-1857-12-04	1857-12-04	Barthe Joseph
barthez-antoine-1811-08-06	1811-08-06	deBarthez Antoine
malley-theodore-1853-11-09	1853-11-09	Malley Théodore
mallet-emile-1859-01-15	1859-01-15	Mallet Emile
many-seeraphin-1847-12-30	1847-12-30	Many Seéraphin
baudoin-alphonse-1876-09-13	1876-09-13	Baudoin Alphonse
baumel-leopold-1854-06-23	1854-06-23	Baumel Leopold
bazy-pierre-1853-03-28	1853-03-28	Bazy Pierre
marchand-dominique-1879-10-10	1879-10-10	Marchand Dominique
maries-louis-1831-08-19	1831-08-19	Maries Louis
marre-andre-1906-04-01	1906-04-01	Marre André
bechamp-pierre-1816-10-15	1816-10-15	Béchamp Pierre
begouin-paul-1867-06-23	1867-06-23	Bégouin Paul
mathe-jean-1856-02-24	1856-02-24	Mathe Jean
mathieu-joseph-1859-06-20	1859-06-20	Mathieu Joseph
martin-benoist-1842-08-18	1842-08-18	Martin Benoist
martin-francois-1873-01-19	1873-01-19	Martin François
benjamin-henri-1850-02-04	1850-02-04	Benjamin Henri
berenger-feraud-laurent-1832-05-09	1832-05-09	Bérenger-Féraud Laurent
martin-louis-1861-08-10	1861-08-10	Martin Louis
martin-victor-1872-05-27	1872-05-27	Martin Victor
mathis-francois-1860-11-26	1860-11-26	Mathis François
bernard-leon-1872-05-19	1872-05-19	Bernard Léon
bergonie-jean-1857-10-07	1857-10-07	Bergonié Jean
maugars-charles-1879-02-03	1879-02-03	Maugars Charles
maumus-jean-1845-04-04	1845-04-04	Maumus Jean
maurel-jean-baptiste-1877-06-13	1877-06-13	Maurel Jean-Baptiste
bertin-georges-1833-08-27	1833-08-27	Bertin Georges
bertrand-louis-1851-08-04	1851-08-04	Bertrand Louis
maury-jean-1882-10-15	1882-10-15	Maury Jean
megrot-auguste-1878-03-19	1878-03-19	Megrot Auguste
amerg-louis-1862-08-31	1862-08-31	Amerg Louis
merrien-eugene-1855-01-18	1855-01-18	Merrien Eugène
binet-leon-1891-10-11	1891-10-11	Binet Léon
bierry-henri-1876-07-03	1876-07-03	Bierry Henri
mewley-alphonse-1842-03-25	1842-03-25	Mewley Alphonse
meuret-joseph-1865-08-05	1865-08-05	Meuret Joseph
meurisse-charles-1831-03-02	1831-03-02	Meurisse Charles
blanche-antoine-1820-10-01	1820-10-01	Blanche Antoine
blanchard-raphael-1857-02-28	1857-02-28	Blanchard Raphaël
blanquinque-paul-1844-12-02	1844-12-02	Blanquinque Paul
meyer-andre-1842-10-29	1842-10-29	Meyer André
mignard-camille-1867-05-19	1867-05-19	Mignard Camille
millet-ernest-1861-09-27	1861-09-27	Millet Ernest
blot-hyppolite-1822-06-14	1822-06-14	Blot Hyppolite
boivin-andre-1895-04-18	1895-04-18	Boivin André
milliard-charles-1831-01-06	1831-01-06	Milliard Charles
mittelheisser-antoine-1840-10-27	1840-10-27	Mittelheisser Antoine
monmarche-rene-1868-06-05	1868-06-05	Monmarche René
monnier-louis-1869-08-28	1869-08-28	Monnier Louis
bouchacourt-antoine-1812-01-03	1812-01-03	Bouchacourt Antoine
bouchard-henri-1833-12-18	1833-12-18	Bouchard Henri
monsche-georges-1882-10-22	1882-10-22	Monsche Georges
montagne-jean-baptiste-1864-02-13	1864-02-13	Montagne Jean-Baptiste
montaguy-barthelemy-1841-08-14	1841-08-14	Montaguy Barthélemy
bouchardat-gustave-1842-06-04	1842-06-04	Bouchardat Gustave
montiton-leon-1847-02-27	1847-02-27	Montiton Leon
bougault-joseph-1870-01-04	1870-01-04	Bougault Joseph
moreau-de-mont-yves-1900-01-30	1900-01-30	Moreau de MONT. Yves
mortier-robert-1877-07-04	1877-07-04	Mortier Robert
mounet-jacques-1844-01-23	1844-01-23	Mounet Jacques
mourot-henri-1877-08-13	1877-08-13	Mourot Henri
bouis-jules-1822-04-02	1822-04-02	Bouis Jules
bourgoin-alfred-1836-05-26	1836-05-26	Bourgoin Alfred
bourguet-eugene-1816-12-08	1816-12-08	Bourguet Eugène
mourot-joseph-1880-03-01	1880-03-01	Mourot Joseph
moysen-auguste-1840-12-23	1840-12-23	Moysen Auguste
boutron-charlard-antoine-1796-12-02	1796-12-02	Boutron-Charlard Antoine
mugnier-arthur-1853-11-27	1853-11-27	Mugnier Arthur
bousquet-jean-1852-03-13	1852-03-13	Bousquet Jean
braemer-louis-1858-04-06	1858-04-06	Braemer Louis
muller-louis-1848-12-06	1848-12-06	Muller Louis
muller-henri-1884-02-10	1884-02-10	Muller Henri
nau-francois-1864-05-13	1864-05-13	Nau François
bridou-jules-1869-09-27	1869-09-27	Bridou Jules
brindeau-auguste-1867-05-01	1867-05-01	Brindeau Auguste
brissaud-edouard-1852-04-15	1852-04-15	Brissaud Edouard
naviel-henri-1889-04-04	1889-04-04	Naviel Henri
netzer-henri-1878-11-28	1878-11-28	Netzer Henri
nicolle-louis-1851-11-30	1851-11-30	Nicolle Louis
brocq-rousseu-denis-1869-10-17	1869-10-17	Brocq-Rousseu Denis
noel-louis-1856-04-18	1856-04-18	Noel Louis
brouardel-paul-1837-02-13	1837-02-13	Brouardel Paul
noel-louis-1859-03-23	1859-03-23	Noel Louis
noyer-auguste-1839-02-12	1839-02-12	Noyer Auguste
ollier-marie-1872-05-06	1872-05-06	Ollier Marie
ollivier-joseph-1846-01-27	1846-01-27	Ollivier Joseph
bucquoy-jules-1829-08-14	1829-08-14	Bucquoy Jules
burdel-simon-1818-01-24	1818-01-24	Burdel Simon
ouchard-alexandre-1842-10-19	1842-10-19	Ouchard Alexandre
oudin-francois-1856-04-01	1856-04-01	Oudin François
cadiot-pierre-1858-07-13	1858-07-13	Cadiot Pierre
pagis-francois-1839-07-13	1839-07-13	Pagis François
papillon-louis-1896-06-22	1896-06-22	Papillon Louis
burnet-etienne-1873-10-11	1873-10-11	Burnet Etienne
calmette-joseph-1863-07-12	1863-07-12	Calmette Joseph
paquier-jules-1864-01-11	1864-01-11	Paquier Jules
pardieu-jules-1857-11-30	1857-11-30	Pardieu Jules
parot-michel-1860-02-25	1860-02-25	Parot Michel
capitan-joseph-1854-04-19	1854-04-19	Capitan Joseph
pascaud-eugene-1862-06-09	1862-06-09	Pascaud Eugène
carlet-gaston-1845-02-19	1845-02-19	Carlet Gaston
passenaud-pierre-1845-11-11	1845-11-11	Passenaud Pierre
bousquet-jacques-1919-02-17	1919-02-17	Bousquet Jacques
pastre-jouet-frederic-1876-04-23	1876-04-23	Pastre-jouet Frédéric
castaigne-joseph-1871-02-27	1871-02-27	Castaigne Joseph
cathala-louis-1898-05-30	1898-05-30	Cathala Louis
pataud-marcel-1885-05-21	1885-05-21	Pataud Marcel
paternot-andre-1900-10-18	1900-10-18	Paternot André
patureau-ernest-1853-09-08	1853-09-08	Patureau Ernest
pauc-armand-1883-01-07	1883-01-07	Pauc Armand
cazeneuve-paul-1852-01-10	1852-01-10	Cazeneuve Paul
cestan-raymond-1872-04-06	1872-04-06	Cestan Raymond
peaucellier-constant-1862-06-18	1862-06-18	Peaucellier Constant
peillaube-emile-1864-07-08	1864-07-08	Peillaube Emile
chantemesse-andre-1851-10-13	1851-10-13	Chantemesse André
pellerin-julien-1892-03-18	1892-03-18	Pellerin Julien
pellet-charles-1883-11-11	1883-11-11	Pellet Charles
chamberland-charles-1851-03-12	1851-03-12	Chamberland Charles
champy-p-1885-04-18	1885-04-18	Champy P
perichon-jean-1849-03-20	1849-03-20	Perichon Jean
perisse-adrien-1860-04-06	1860-04-06	Perisse Adrien
perisse-benjamin-1846-03-29	1846-03-29	Perisse Benjamin
perrel-beaufin-paul-1886-09-18	1886-09-18	Perrel-beaufin Paul
charpentier-louis-1836-02-28	1836-02-28	Charpentier Louis
charcot-jean-1867-07-15	1867-07-15	Charcot Jean
perrin-alphonse-1843-07-14	1843-07-14	Perrin Alphonse
perron-edmond-1850-06-08	1850-06-08	Perron Edmond
petitot-arthur-1868-10-01	1868-10-01	Petitot Arthur
chatin-johannes-1847-08-19	1847-08-19	Chatin Johannes
peuch-justin-1843-01-14	1843-01-14	Peuch Justin
chauffard-emile-1855-08-22	1855-08-22	Chauffard Emile
piat-claudius-1854-08-21	1854-08-21	Piat Claudius
pidot-jules-1854-04-03	1854-04-03	Pidot Jules
pierre-jules-1857-07-05	1857-07-05	Pierre Jules
pierret-louis-1862-04-29	1862-04-29	Pierret Louis
chauvel-jules-1841-06-09	1841-06-09	Chauvel Jules
chedevergne-antoine-1834-07-27	1834-07-27	Chedevergne Antoine
pigeon-pierre-1875-05-05	1875-05-05	Pigeon Pierre
pincemin-jean-1879-07-11	1879-07-11	Pincemin Jean
piquemal-auguste-1858-06-07	1858-06-07	Piquemal Auguste
pivet-louis-1875-03-06	1875-03-06	Pivet Louis
clerc-antonin-1871-12-18	1871-12-18	Clerc Antonin
chevassu-maurice-1877-10-28	1877-10-28	Chevassu Maurice
plantard-pierre-1872-07-19	1872-07-19	Plantard Pierre
poirier-felix-1872-03-07	1872-03-07	Poirier Félix
poizat-antoine-1852-02-15	1852-02-15	Poizat Antoine
poizat-pierre-1852-02-15	1852-02-15	Poizat Pierre
colin-gabriel-1825-05-12	1825-05-12	Colin Gabriel
collignon-rene-1856-02-16	1856-02-16	Collignon René
pouchard-jules-1879-02-14	1879-02-14	Pouchard Jules
pouget-guillaume-1847-10-14	1847-10-14	Pouget Guillaume
poujol-elie-1881-02-21	1881-02-21	Poujol Elie
poujol-pierre-1846-04-18	1846-04-18	Poujol Pierre
colombani-jules-1875-04-23	1875-04-23	Colombani Jules
cornevin-charles-1846-10-04	1846-10-04	Cornevin Charles
protat-celestin-1872-01-11	1872-01-11	Protat Célestin
protois-jean-1851-02-09	1851-02-09	Protois Jean
courcoux-alfred-1874-11-18	1874-11-18	Courcoux Alfred
courmont-paul-1871-11-10	1871-11-10	Courmont Paul
costantini-joseph-1884-04-05	1884-04-05	Costantini Joseph
prunel-louis-1874-11-11	1874-11-11	Prunel Louis
couvelaire-alexandre-1873-09-02	1873-09-02	Couvelaire Alexandre
crespin-marie-1868-05-24	1868-05-24	Crespin Marie
querry-henri-1882-05-13	1882-05-13	Querry Henri
coutiere-henri-1869-03-04	1869-03-04	Coutiere Henri
coyne-paul-1842-09-12	1842-09-12	Coyne Paul
rabeux-jean-1873-01-07	1873-01-07	Rabeux Jean
rassat-adolphe-1864-12-16	1864-12-16	Rassat Adolphe
rastoul-auguste-1842-08-06	1842-08-06	Rastoul Auguste
reboul-fred-1856-03-01	1856-03-01	Reboul Fréd.
cuneo-bernard-1873-10-25	1873-10-25	Cunéo Bernard
davaine-casimir-1812-03-19	1812-03-19	Davaine Casimir
reimeringer-eugene-1861-02-19	1861-02-19	Reimeringer Eugène
retrou-louis-1872-07-09	1872-07-09	Retrou Louis
rey-octave-1851-07-11	1851-07-11	Rey Octave
debove-georges-1845-03-11	1845-03-11	Debove Georges
reymann-ernest-1863-12-23	1863-12-23	Reymann Ernest
debrou-toussaint-1813-07-30	1813-07-30	Debrou Toussaint
reynaud-hyacinthe-1847-07-31	1847-07-31	Reynaud Hyacinthe
ribaud-michel-1870-02-18	1870-02-18	Ribaud Michel
richard-aime-1883-12-15	1883-12-15	Richard Aimé
boussac-marcel-1889-04-17	1889-04-17	Boussac Marcel
riffet-francois-1850-02-28	1850-02-28	Riffet François
delamare-gabriel-1875-01-08	1875-01-08	Delamare Gabriel
rimbault-arsene-1885-12-26	1885-12-26	Rimbault Arsene
rivalin-eugene-1863-09-10	1863-09-10	Rivalin Eugène
riviere-albert-1844-01-02	1844-01-02	Riviere Albert
robert-eugene-1854-01-20	1854-01-20	Robert Eugène
delezenne-camille-1868-10-06	1868-10-06	Delezenne Camille
delorme-edmond-1847-08-02	1847-08-02	Delorme Edmond
robert-francois-1866-03-27	1866-03-27	Robert François
roquetaillade-rene-1852-03-24	1852-03-24	Roquetaillade René
rouault-francois-1874-05-18	1874-05-18	Rouault François
denonvilliers-charles-1808-02-04	1808-02-04	Denonvilliers Charles
demons-jean-1842-09-12	1842-09-12	Demons Jean
rouede-eugene-1877-01-18	1877-01-18	Rouede Eugène
rouge-emile-1847-10-28	1847-10-28	Rouge Emile
desbouis-guy-1883-08-07	1883-08-07	Desbouis Guy
roure-marius-1874-10-22	1874-10-22	Roure Marius
rousselot-pierre-1846-10-14	1846-10-14	Rousselot Pierre
depaul-jean-1811-07-26	1811-07-26	Depaul Jean
desgranges-antoine-1819-09-16	1819-09-16	Desgranges Antoine
roux-albert-1856-07-25	1856-07-25	Roux Albert
roy-le-armand-1850-03-05	1850-03-05	Roy (le) Armand
gauquelin-a2-217-1798-02-15	1798-02-15	Gauquelin-A2-217
devilliers-charles-1812-06-22	1812-06-22	Devilliers Charles
rue-louis-1884-08-08	1884-08-08	Rue Louis
deve-felix-1872-11-10	1872-11-10	Devé Félix
runner-eugene-1851-08-05	1851-08-05	Runner Eugène
rustain-antoine-1866-02-13	1866-02-13	Rustain Antoine
doleris-amedee-1852-12-22	1852-12-22	Doléris Amédée
sabatier-claude-1847-05-14	1847-05-14	Sabatier Claude
sagnes-leon-1861-01-05	1861-01-05	Sagnes Léon
diday-paul-1812-01-02	1812-01-02	Diday Paul
dieulafoy-georges-1839-11-18	1839-11-18	Dieulafoy Georges
saint-jean-victor-1859-11-01	1859-11-01	Saint-jean Victor
salat-antoine-1855-10-14	1855-10-14	Salat Antoine
salivet-de-fouchecourt-fr-1870-04-11	1870-04-11	Salivet de FOUCHECOURT Fr.
salmon-francois-1846-06-18	1846-06-18	Salmon François
doumer-jean-1858-06-10	1858-06-10	Doumer Jean
doyon-maurice-1863-07-28	1863-07-28	Doyon Maurice
sauveplane-jules-1862-02-22	1862-02-22	Sauveplane Jules
schauffler-aime-1863-11-02	1863-11-02	Schauffler Aimé
schlosser-francois-1837-07-03	1837-07-03	Schlosser François
schmitt-jacques-1856-02-09	1856-02-09	Schmitt Jacques
dubar-louis-1851-10-01	1851-10-01	Dubar Louis
dubreuilh-william-1857-05-09	1857-05-09	Dubreuilh William
schoenhentz-jean-1860-11-19	1860-11-19	Schoenhentz Jean
schoenher-pierre-1862-02-23	1862-02-23	Schoenher Pierre
schoepper-1843-04-22	1843-04-22	SCHOEPPER
schutz-michel-1877-02-21	1877-02-21	Schutz Michel
du-cazal-leon-1843-02-19	1843-02-19	Du Cazal Leon
duclos-michel-1822-12-15	1822-12-15	Duclos Michel
boussely-guy-1929-03-16	1929-03-16	Boussely Guy
sebert-adolphe-1843-07-15	1843-07-15	Sebert Adolphe
boutevilain-robert-1907-03-21	1907-03-21	Boutevilain Robert
senot-de-la-londe-1861-02-09	1861-02-09	Senot de La Londe
sexer-jean-1868-08-27	1868-08-27	Sexer Jean
dumont-pallier-victor-1826-03-08	1826-03-08	Dumont-Pallier Victor
sibassie-pierre-1838-06-12	1838-06-12	Sibassie Pierre
sibille-justin-1853-09-05	1853-09-05	Sibille Justin
durand-fardel-charles-1815-09-24	1815-09-24	Durand-Fardel Charles
simon-jean-baptiste-1864-01-23	1864-01-23	Simon Jean-Baptiste
simonnet-leon-1863-04-09	1863-04-09	Simonnet Léon
duret-henri-1849-07-07	1849-07-07	Duret Henri
duval-mathias-1844-02-07	1844-02-07	Duval Mathias
sivet-adolphe-1862-11-12	1862-11-12	Sivet Adolphe
edwards-alphonse-1835-10-13	1835-10-13	Edwards Alphonse
sommerhalter-jean-1886-11-16	1886-11-16	Sommerhalter Jean
souchon-jean-1840-10-26	1840-10-26	Souchon Jean
estor-eugene-1861-06-06	1861-06-06	Estor Eugène
etoc-demazy-gustave-1806-07-30	1806-07-30	Etoc-Demazy Gustave
stephane-emile-1875-11-29	1875-11-29	Stephane Emile
syries-jean-1877-02-02	1877-02-02	Syries Jean
tanquerey-adolphe-1854-05-01	1854-05-01	Tanquerey Adolphe
teulet-philippe-1856-01-22	1856-01-22	Teulet Philippe
fabre-paul-1845-08-08	1845-08-08	Fabre Paul
farabeuf-louis-1841-05-06	1841-05-06	Farabeuf Louis
thome-charles-1870-12-28	1870-12-28	Thome Charles
thoor-albert-1875-11-10	1875-11-10	Thoor Albert
thorel-jacques-1878-01-15	1878-01-15	Thorel Jacques
fauvel-sulpice-1813-11-07	1813-11-07	Fauvel Sulpice
tiger-joseph-1868-01-30	1868-01-30	Tiger Joseph
favrel-georges-1861-12-13	1861-12-13	Favrel Georges
tigier-pierre-1862-06-11	1862-06-11	Tigier Pierre
tiriaux-prosper-1863-05-24	1863-05-24	Tiriaux Prosper
tison-crepinien-1871-06-23	1871-06-23	Tison Crépinien
tissot-alexis-1866-02-26	1866-02-26	Tissot Alexis
fiessinger-charles-1857-04-05	1857-04-05	Fiessinger Charles
filhol-edouard-1814-10-07	1814-10-07	Filhol Edouard
toulouse-louis-1856-05-27	1856-05-27	Toulouse Louis
joupin-jean-1855-05-10	1855-05-10	Joupin Jean
tourniaire-louis-1867-05-04	1867-05-04	Tourniaire Louis
touye-joseph-1875-10-06	1875-10-06	Touye Joseph
florence-albert-1851-04-25	1851-04-25	Florence Albert
fochier-louis-1845-09-12	1845-09-12	Fochier Louis
traineau-marie-1865-10-30	1865-10-30	Traineau Marie
trezieres-theophile-1868-07-01	1868-07-01	Trezieres Théophile
trillon-de-la-big-charles-1841-07-31	1841-07-31	Trillon de La BIG. Charles
trocellier-adrien-1885-03-16	1885-03-16	Trocellier Adrien
follin-francois-1823-11-25	1823-11-25	Follin François
fontaine-rene-1899-06-05	1899-06-05	Fontaine René
truel-pierre-1862-04-23	1862-04-23	Truel Pierre
tubeuf-louis-1854-10-06	1854-10-06	Tubeuf Louis
urbain-charles-1852-10-19	1852-10-19	Urbain Charles
valette-theophile-1868-08-08	1868-08-08	Valette Théophile
fredet-pierre-1870-04-02	1870-04-02	Frédet Pierre
fruhinsholz-albert-1876-01-27	1876-01-27	Fruhinsholz Albert
nallage-paul-1852-11-06	1852-11-06	Nallage Paul
varnier-eugene-1867-06-19	1867-06-19	Varnier Eugène
vasselin-pierre-1868-08-28	1868-08-28	Vasselin Pierre
gallavardin-louis-1875-08-20	1875-08-20	Gallavardin Louis
gariel-charles-1841-08-09	1841-08-09	Gariel Charles
veilla-abadie-bernard-1855-04-03	1855-04-03	Veilla-abadie Bernard
veillat-maria-1872-02-05	1872-02-05	Veillat Maria
vergne-jules-1875-03-19	1875-03-19	Vergne Jules
verich-jules-1856-12-28	1856-12-28	Verich Jules
gaucher-ernest-1854-07-26	1854-07-26	Gaucher Ernest
gautier-armand-1837-09-23	1837-09-23	Gautier Armand
vialette-henri-1862-01-27	1862-01-27	Vialette Henri
vidis-charles-1875-05-15	1875-05-15	Vidis Charles
viellard-lacharme-marie-1854-12-13	1854-12-13	Viellard-lacharme Marie
vigourel-adrien-1843-08-25	1843-08-25	Vigourel Adrien
gerard-ernest-1863-02-23	1863-02-23	Gérard Ernest
gilbert-augustin-1858-02-15	1858-02-15	Gilbert Augustin
vilain-camille-1859-03-11	1859-03-11	Vilain Camille
villele-joseph-1858-02-24	1858-02-24	Villele Joseph
villien-antoine-1867-12-04	1867-12-04	Villien Antoine
girardin-jean-1803-11-16	1803-11-16	Girardin Jean
gilis-jean-1857-01-25	1857-01-25	Gilis Jean
giraud-gaston-1888-10-10	1888-10-10	Giraud Gaston
vuillard-pierre-1888-06-20	1888-06-20	Vuillard Pierre
wintzer-ferdinand-1872-06-08	1872-06-08	Wintzer Ferdinand
gobley-nicolas-1811-05-11	1811-05-11	Gobley Nicolas
glenard-claude-1848-12-23	1848-12-23	Glénard Claude
weil-andre-1906-05-06	1906-05-06	Weil André
piaf-edith-1915-12-19	1915-12-19	Gassion Edith
piaf-edith-1915-12-19	1915-12-19	Piaf Edith
grasset-joseph-1849-03-18	1849-03-18	Grasset Joseph
gosset-antonin-1872-01-20	1872-01-20	Gosset Antonin
grancher-joseph-1843-09-29	1843-09-29	Grancher Joseph
galois-evariste-1811-10-25	1811-10-25	Galois Evariste
grisolle-augustin-1811-02-10	1811-02-10	Grisolle Augustin
gross-charles-1844-06-05	1844-06-05	Gross Charles
germain-sophie-1776-04-01	1776-04-01	Germain Sophie
beclere-antoine-1856-03-17	1856-03-17	Béclère Louis Antoine Gustave
hadamard-jacques-1865-12-08	1865-12-08	Hadamard Jacques
cartan-elie-1869-04-09	1869-04-09	Cartan Elie
gueniot-alexandre-1832-11-08	1832-11-08	Guéniot Alexandre
guerin-camille-1872-12-22	1872-12-22	Guérin Camille
borel-emile-1871-01-07	1871-01-07	Borel Emile
lebesgue-henri-1875-06-28	1875-06-28	Lebesgue Henri
guignard-leon-1852-04-13	1852-04-13	Guignard Léon
guillain-georges-1876-03-03	1876-03-03	Guillain Georges
guilloz-theodore-1868-05-18	1868-05-18	Guilloz Theodore
delsarte-jean-1903-10-19	1903-10-19	Delsarte Jean
dieudonne-jean-1906-07-01	1906-07-01	Dieudonné Jean
hallopeau-francois-1842-01-17	1842-01-17	Hallopeau François
haller-albin-1849-03-07	1849-03-07	Haller Albin
sebert-hippolyte-1839-01-30	1839-01-30	Sebert Hyppolite
babinski-joseph-1857-11-17	1857-11-17	Babinski Joseph
hartmann-henri-1860-06-16	1860-06-16	Hartmann Henri
bertrand-gabriel-1867-05-17	1867-05-17	Bertrand Gabriel
henneguy-louis-1850-03-18	1850-03-18	Henneguy Louis
hedon-edouard-1863-04-30	1863-04-30	Hédon Edouard
achard-emile-1860-07-24	1860-07-24	Achard Emile
henry-etienne-1798-11-27	1798-11-27	Henry Etienne
choquet-gustave-1915-03-01	1915-03-01	Choquet Gustave
bruhat-georges-1887-12-21	1887-12-21	Bruhat Georges
herissey-eugene-1873-05-13	1873-05-13	Hérissey Eugène
ehresmann-charles-1905-04-19	1905-04-19	Ehresmann Charles
rachilde-1860-02-11	1860-02-11	Eymery Marguerite
rachilde-1860-02-11	1860-02-11	Valette Marguerite
rachilde-1860-02-11	1860-02-11	Rachilde
rachilde-1860-02-11	1860-02-11	Jean de Childra
rachilde-1860-02-11	1860-02-11	Jean de Chibra
heurtaux-alfred-1832-03-27	1832-03-27	Heurtaux Alfred
hirtz-mathieu-1809-12-01	1809-12-01	Hirtz Mathieu
charlet-armand-1900-02-09	1900-02-09	Charlet Armand
calve-emma-1858-08-15	1858-08-15	Calvet Rosa Noémie Emma
calve-emma-1858-08-15	1858-08-15	Calvé Emma
hugounenq-louis-1860-02-21	1860-02-21	Hugounenq Louis
hutinel-victor-1849-04-15	1849-04-15	Hutinel Victor
imbert-jacques-1868-08-08	1868-08-08	Imbert Jacques
julia-gaston-1893-02-03	1893-02-03	Julia Gaston
picard-emile-1856-07-24	1856-07-24	Picard Emile
jacquemin-eugene-1828-01-22	1828-01-22	Jacquemin Eugène
jacquemier-jean-1806-01-14	1806-01-14	Jacquemier Jean
jalaguier-adolphe-1853-03-24	1853-03-24	Jalaguier Adolphe
schwartz-laurent-1915-03-05	1915-03-05	Schwartz Laurent
poincare-henri-1854-04-29	1854-04-29	Poincaré Henri
jobert-antoine-1802-12-17	1802-12-17	Jobert Antoine
jeannel-francois-1850-02-01	1850-02-01	Jeannel François
jeannin-cyrille-1874-01-20	1874-01-20	Jeannin Cyrille
levy-paul-1886-09-15	1886-09-15	Lévy Paul
jolyet-felix-1841-01-04	1841-01-04	Jolyet Félix
jouon-francois-1836-11-06	1836-11-06	Jouon François
juillet-armand-1882-08-02	1882-08-02	Juillet Armand
liouville-joseph-1809-03-24	1809-03-24	Liouville Joseph
cartan-henri-1904-07-08	1904-07-08	Cartan Henri
delaunay-charles-1816-04-09	1816-04-09	Delaunay Charles
kelsch-louis-1841-01-26	1841-01-26	Kelsch Louis
labat-jean-1851-04-27	1851-04-27	Labat Jean
breteau-pierre-1872-06-26	1872-06-26	Breteau Pierre
langevin-paul-1872-01-23	1872-01-23	Langevin Paul
valadon-suzanne-1865-09-23	1865-09-23	Valadon Marie Clémentine
lacassagne-antoine-marcelin-bernard-1884-08-29	1884-08-29	Lacassagne Antoine Marcelin Bernard
laborde-jean-1830-12-04	1830-12-04	Laborde Jean
laboulbene-alexandre-1825-08-23	1825-08-23	Laboulbéne Alexandre
baccari-carlo-1878-10-21	1878-10-21	Baccari Carlo
brocq-rousseu-1869-10-17	1869-10-17	Brocq-Rousseu Denis
lagneau-gustave-1827-08-18	1827-08-18	Lagneau Gustave
laennec-theophile-1830-03-12	1830-03-12	Laennec Theophile
lagrange-felix-1857-01-22	1857-01-22	Lagrange Félix
leray-jean-1906-11-07	1906-11-07	Leray Jean
villat-henri-1879-12-24	1879-12-24	Villat Henri
brillouin-marcel-1854-12-19	1854-12-19	Brillouin Marcel
lajoux-henri-1849-01-15	1849-01-15	Lajoux Henri
laignel-lavastine-max-1875-09-12	1875-09-12	Laignel-Lavastine Max
lalesque-fernand-1853-03-30	1853-03-30	Lalesque Fernand
perrin-jean-1870-09-30	1870-09-30	Perrin Jean
painleve-paul-1863-12-05	1863-12-05	Painlevé Paul
landouzy-louis-1845-03-27	1845-03-27	Landouzy Louis
langlois-jean-1862-08-02	1862-08-02	Langlois Jean
lanelongue-jean-1839-08-01	1839-08-01	Lanelongue Jean
tannery-jules-1848-03-24	1848-03-24	Tannery Jules
appell-paul-1855-09-27	1855-09-27	Appell Paul
delaunay-albert-1910-10-17	1910-10-17	Delaunay Albert
larrey-felix-1808-09-18	1808-09-18	Larrey Félix
lapicque-louis-1866-08-01	1866-08-01	Lapicque Louis
coulomb-jean-1904-11-07	1904-11-07	Coulomb Jean
goursat-edouard-1858-05-21	1858-05-21	Goursat Edouard
lassaigne-jean-1800-09-22	1800-09-22	Lassaigne Jean
latour-amedee-1805-06-12	1805-06-12	Latour Amédée
pisot-charles-1910-03-02	1910-03-02	Pisot Charles
laveran-charles-1845-06-18	1845-06-18	Laveran Charles
chabauty-claude-1910-05-04	1910-05-04	Chabauty Claude
lecadre-adolphe-1803-05-15	1803-05-15	Lecadre Adolphe
samuel-pierre-1921-09-12	1921-09-12	Samuel Pierre
godement-roger-1921-10-01	1921-10-01	Godement Roger
lefort-jules-1819-07-25	1819-07-25	Lefort Jules
le-fort-rene-1869-03-30	1869-03-30	Le Fort René
apery-roger-1916-11-14	1916-11-14	Apery Roger
legry-theophile-1858-02-28	1858-02-28	Legry Theophile
schutzenberger-marcel-paul-1920-10-24	1920-10-24	Schützenberger Marcel-Paul
legrand-hermann-1861-05-07	1861-05-07	Legrand Hermann
legueu-felix-1863-08-12	1863-08-12	Legueu Félix
bachelier-louis-1870-03-11	1870-03-11	Bachelier Louis
bonheur-rosa-1822-03-16	1822-03-16	Bonheur Rosalie
lelut-louis-1804-04-15	1804-04-15	Lélut Louis
lemaitre-fernand-1880-04-14	1880-04-14	Lemaitre Fernand
bonheur-lili-1893-08-21	1893-08-21	Boulanger Lili
de-la-bruchollerie-monique-1915-04-20	1915-04-20	de la Brucholerie Monique
michel-louise-1830-05-29	1830-05-29	Michel Louise
michel-louise-1830-05-29	1830-05-29	Enjolras
lemoine-georges-1856-08-27	1856-08-27	Lemoine Georges
lepine-jacques-1840-07-06	1840-07-06	Lépine Jacques
lepine-jean-1876-12-05	1876-12-05	Lépine Jean
lermoyez-marcel-1858-07-24	1858-07-24	Lermoyez Marcel
letulle-maurice-1853-03-19	1853-03-19	Letulle Maurice
leudet-theodore-1825-03-14	1825-03-14	Leudet Theodore
levieux-jean-1818-02-23	1818-02-23	Levieux Jean
lignieres-joseph-1868-07-26	1868-07-26	Lignieres Joseph
liegeois-charles-1854-08-21	1854-08-21	Liégeois Charles
lietard-alexandre-1833-04-04	1833-04-04	Liétard Alexandre
loeper-maurice-1875-12-27	1875-12-27	Loeper Maurice
livon-charles-1850-05-19	1850-05-19	Livon Charles
lucas-championniere-just-1843-08-15	1843-08-15	Lucas-Championniere Just
longet-francois-1811-05-25	1811-05-25	Longet François
luys-jules-1828-08-17	1828-08-17	Luys Jules
magitot-emile-1833-12-14	1833-12-14	Magitot Emile
lumiere-auguste-1862-10-19	1862-10-19	Lumiere Auguste
magne-jean-1804-07-15	1804-07-15	Magne Jean
maillard-louis-1878-02-04	1878-02-04	Maillard Louis
mallat-antonin-1857-01-01	1857-01-01	Mallat Antonin
manouvriez-anatole-1848-06-05	1848-06-05	Manouvriez Anatole
marchoux-francois-1862-03-24	1862-03-24	Marchoux François
marfan-jean-1858-06-23	1858-06-23	Marfan Jean
marion-jean-1869-06-01	1869-06-01	Marion Jean
marquez-pierre-1822-09-08	1822-09-08	Marquez Pierre
martin-louis-1864-09-20	1864-09-20	Martin Louis
marvaud-angel-1844-05-21	1844-05-21	Marvaud Angel
mathis-constant-1871-09-19	1871-09-19	Mathis Constant
maunoury-victor-1850-10-05	1850-10-05	Maunoury Victor
megnin-jean-1828-01-16	1828-01-16	Mégnin Jean
mauricet-alphonse-1833-01-07	1833-01-07	Mauricet Alphonse
merget-antoine-1819-08-16	1819-08-16	Merget Antoine
meillere-gedeon-1860-01-10	1860-01-10	Meillere Gedeon
mercier-raoul-1871-01-04	1871-01-04	Mercier Raoul
mery-charles-1862-10-17	1862-10-17	Méry Charles
mesnil-felix-1868-12-12	1868-12-12	Mesnil Félix
mondor-henri-1885-05-20	1885-05-20	Mondor Henri
mignot-antoine-1823-08-31	1823-08-31	Mignot Antoine
mirallie-charles-1866-02-21	1866-02-21	Mirallié Charles
monod-henri-1843-05-18	1843-05-18	Monod Henri
monprofit-jacques-1857-10-07	1857-10-07	Monprofit Jacques
moquin-tandon-christian-1804-05-07	1804-05-07	Moquin-Tandon Christian
mordret-ambroise-1822-10-28	1822-10-28	Mordret Ambroise
morvan-augustin-1819-02-07	1819-02-07	Morvan Augustin
mouisset-frederic-1860-09-14	1860-09-14	Mouisset Frédéric
motais-ernest-1846-03-10	1846-03-10	Motais Ernest
mouchet-alphonse-1842-08-26	1842-08-26	Mouchet Alphonse
moutard-martin-eugene-1821-01-18	1821-01-18	Moutard-Martin Eugène
moureu-charles-1863-04-19	1863-04-19	Moureu Charles
mouriquand-georges-1880-06-18	1880-06-18	Mouriquand Georges
neumann-louis-1846-10-22	1846-10-22	Neumann Louis
nicloux-maurice-1873-09-19	1873-09-19	Nicloux Maurice
nicaise-jules-1838-05-10	1838-05-10	Nicaise Jules
nobecourt-pierre-1871-12-28	1871-12-28	Nobécourt Pierre
nicolle-charles-1866-09-21	1866-09-21	Nicolle Charles
oddo-pierre-1860-06-06	1860-06-06	Oddo Pierre
ollier-leopold-1830-12-02	1830-12-02	Ollier Leopold
ore-pierre-1828-02-15	1828-02-15	Oré Pierre
oulmont-nathan-1815-03-29	1815-03-29	Oulmont Nathan
parise-jean-1815-08-28	1815-08-28	Parise Jean
parisot-jacques-1882-06-15	1882-06-15	Parisot Jacques
paul-charles-1833-07-02	1833-07-02	Paul Charles
patein-gustave-1857-02-04	1857-02-04	Patein Gustave
paviot-jean-1866-11-14	1866-11-14	Paviot Jean
pehu-maurice-1874-01-30	1874-01-30	Péhu Maurice
perier-jean-1835-09-23	1835-09-23	Périer Jean
perrin-joseph-1853-04-18	1853-04-18	Perrin Joseph
personne-jacques-1816-10-17	1816-10-17	Personne Jacques
petit-gabriel-1870-02-21	1870-02-21	Petit Gabriel
pic-adrien-1863-10-03	1863-10-03	Pic Adrien
peyrot-jean-1843-11-19	1843-11-19	Peyrot Jean
picot-jean-1839-10-29	1839-10-29	Picot Jean
piedelievre-rene-1891-05-07	1891-05-07	Piédelievre René
pinard-adolphe-1844-02-04	1844-02-04	Pinard Adolphe
pilat-eugene-1816-01-28	1816-01-28	Pilat Eugène
pitres-albert-1848-08-26	1848-08-26	Pitres Albert
planchon-jules-1823-03-21	1823-03-21	Planchon Jules
poiseuille-jean-1797-04-22	1797-04-22	Poiseuille Jean
policard-albert-1881-01-15	1881-01-15	Policard Albert
polaillon-joseph-1836-02-17	1836-02-17	Polaillon Joseph
porak-charles-1845-05-09	1845-05-09	Porak Charles
pouchet-gabriel-1851-08-11	1851-08-11	Pouchet Gabriel
prenant-louis-1861-11-05	1861-11-05	Prenant Louis
prunier-leon-1841-08-26	1841-08-26	Prunier Léon
bouvard-michel-1905-06-15	1905-06-15	Bouvard Michel
quinquaud-charles-1841-12-26	1841-12-26	Quinquaud Charles
quenu-jean-1889-07-13	1889-07-13	Quénu Jean
quenu-edouard-1852-07-21	1852-07-21	Quénu Edouard
ramon-gaston-1886-09-30	1886-09-30	Ramon Gaston
ranvier-louis-1835-10-02	1835-10-02	Ranvier Louis
raynaud-maurice-1834-07-05	1834-07-05	Raynaud Maurice
raymond-fulgence-1844-09-29	1844-09-29	Raymond Fulgence
raynaud-lucien-1866-11-02	1866-11-02	Raynaud Lucien
regnard-paul-1850-11-07	1850-11-07	Regnard Paul
remlinger-paul-1871-12-29	1871-12-29	Remlinger Paul
renon-louis-1863-10-22	1863-10-22	Renon Louis
renaut-joseph-1844-12-07	1844-12-07	Renaut Joseph
reynal-jean-1816-10-31	1816-10-31	Reynal Jean
riche-alfred-1829-02-03	1829-02-03	Riche Alfred
richer-paul-1849-01-17	1849-01-17	Richer Paul
richet-alfred-1816-03-16	1816-03-16	Richet Alfred
riembault-alfred-1827-11-25	1827-11-25	Riembault Alfred
robinet-stephane-1796-12-06	1796-12-06	Robinet Stéphane
robin-albert-1847-09-19	1847-09-19	Robin Albert
roger-henri-1860-06-04	1860-06-04	Roger Henri
rollet-joseph-1824-11-12	1824-11-12	Rollet Joseph
rouviere-henri-1875-12-23	1875-12-23	Rouviere Henri
roussel-theophile-1816-07-28	1816-07-28	Roussel Theophile
rouvillois-henri-1875-12-26	1875-12-26	Rouvillois Henri
sarazin-charles-1833-08-10	1833-08-10	Sarazin Charles
sacquepee-ernest-1874-03-14	1874-03-14	Sacquépée Ernest
sappey-constant-1810-08-10	1810-08-10	Sappey Constant
sebileau-pierre-1860-10-18	1860-10-18	Sébileau Pierre
schlagdenhauffen-charles-1830-01-07	1830-01-07	Schlagdenhauffen Charles
schwartz-edouard-1852-02-16	1852-02-16	Schwartz Edouard
segond-paul-1851-05-08	1851-05-08	Segond Paul
see-germain-1818-02-06	1818-02-06	Sée Germain
sevestre-louis-1843-06-01	1843-06-01	Sevestre Louis
serre-auguste-1802-10-28	1802-10-28	Serre Auguste
seux-louis-1816-07-30	1816-07-30	Seux Louis
simond-paul-1858-07-30	1858-07-30	Simond Paul
siredey-armand-1856-04-03	1856-04-03	Siredey Armand
sezary-albert-1880-12-26	1880-12-26	Sezary Albert
spillmann-louis-1875-08-20	1875-08-20	Spillmann Louis
soulier-henri-1834-05-12	1834-05-12	Soulier Henri
stoltz-joseph-1803-12-14	1803-12-14	Stoltz Joseph
strohl-andre-1887-03-20	1887-03-20	Strohl André
tardieu-ambroise-1818-03-10	1818-03-10	Tardieu Ambroise
tarnier-etienne-1828-04-29	1828-04-29	Tarnier Etienne
surmont-jean-1895-07-19	1895-07-19	Surmont Jean
terrier-louis-1837-08-31	1837-08-31	Terrier Louis
thibierge-georges-1856-05-24	1856-05-24	Thibierge Georges
temoin-henri-1861-09-09	1861-09-09	Témoin Henri
thomas-louis-1839-05-21	1839-05-21	Thomas Louis
tiffeneau-adolphe-1873-11-07	1873-11-07	Tiffeneau Adolphe
tillaux-paul-1834-12-08	1834-12-08	Tillaux Paul
tourdes-gabriel-1810-01-21	1810-01-21	Tourdes Gabriel
trebuchet-adolphe-1801-12-11	1801-12-11	Trébuchet Adolphe
trefouel-jacques-1897-11-09	1897-11-09	Tréfouel Jacques
trasbot-laurent-1838-05-08	1838-05-08	Trasbot Laurent
trillat-auguste-1861-02-14	1861-02-14	Trillat Auguste
tuffier-theodore-1857-03-26	1857-03-26	Tuffier Theodore
vallery-radot-louis-1886-05-13	1886-05-13	Vallery-Radot Louis
vallois-henri-1889-04-11	1889-04-11	Vallois Henri
vallee-henri-1874-06-16	1874-06-16	Vallée Henri
vaquez-louis-1860-08-27	1860-08-27	Vaquez Louis
velu-henri-1887-04-13	1887-04-13	Velu Henri
villaret-maurice-1877-12-07	1877-12-07	Villaret Maurice
vidal-emile-1834-07-26	1834-07-26	Vidal Emile
vincent-hyacinthe-1862-12-22	1862-12-22	Vincent Hyacinthe
voillemier-leon-1809-10-05	1809-10-05	Voillemier Léon
vulpian-edme-1826-01-05	1826-01-05	Vulpian Edme
walther-charles-1855-02-23	1855-02-23	Walther Charles
widal-henri-1826-09-25	1826-09-25	Widal Henri
weiss-georges-1859-04-26	1859-04-26	Weiss Georges
wertheimer-emile-1852-07-24	1852-07-24	Wertheimer Emile
yvon-paul-1848-01-18	1848-01-18	Yvon Paul
abel-emile-1885-06-05	1885-06-05	Abel Emile
bijvoet-willem-1886-01-03	1886-01-03	Bijvoet Willem
acquaviva-eugene-1897-01-23	1897-01-23	Acquaviva Eugène
alary-emile-1885-09-24	1885-09-24	Alary Emile
allard-marcel-1894-11-30	1894-11-30	Allard Marcel
arcelin-fabien-1876-06-05	1876-06-05	Arcelin Fabien
assada-marc-1903-05-18	1903-05-18	Assada Marc
aubert-victor-1876-11-12	1876-11-12	Aubert Victor
aubertot-valery-1888-03-10	1888-03-10	Aubertot Valery
augros-francis-1865-09-30	1865-09-30	Augros Francis
azerad-elie-1898-01-10	1898-01-10	Azerad Elie
baledent-maurice-1900-07-03	1900-07-03	Baledent Maurice
baloux-paul-1883-09-05	1883-09-05	Baloux Paul
barbier-gaston-1884-03-08	1884-03-08	Barbier Gaston
barrault-jouis-1905-05-18	1905-05-18	Barrault Jouis
batier-gabriel-1882-08-16	1882-08-16	Batier Gabriel
beaussemat-maurice-1867-10-01	1867-10-01	Beaussemat Maurice
bayol-pierre-1890-08-23	1890-08-23	Bayol Pierre
behague-pierre-1891-02-08	1891-02-08	Behague Pierre
becart-auguste-1896-07-05	1896-07-05	Becart Auguste
belin-marcel-1885-08-27	1885-08-27	Belin Marcel
belot-joseph-1876-04-15	1876-04-15	Belot Joseph
beraud-armand-1887-08-21	1887-08-21	Beraud Armand
berranger-paul-1884-10-14	1884-10-14	Berranger Paul
berthier-germain-1895-08-25	1895-08-25	Berthier Germain
biraud-yves-1900-10-23	1900-10-23	Biraud Yves
beynes-edmond-1894-06-06	1894-06-06	Beynes Edmond
billard-jean-1893-02-24	1893-02-24	Billard Jean
boisselet-jean-1885-03-08	1885-03-08	Boisselet Jean
blanchier-denise-1887-05-05	1887-05-05	Blanchier Denise
blineau-eugene-1903-07-19	1903-07-19	Blineau Eugène
boissier-raymond-1891-09-13	1891-09-13	Boissier Raymond
bonnefon-georges-1884-07-02	1884-07-02	Bonnefon Georges
bord-bejamin-1877-02-27	1877-02-27	Bord Bejamin
boucher-humbert-1880-08-23	1880-08-23	Boucher Humbert
bouffe-saint-blaise-gabriel-1862-10-02	1862-10-02	Bouffe Saint Blaise Gabriel
bourdier-ferdinand-1878-11-23	1878-11-23	Bourdier Ferdinand
bourliere-francois-1913-12-21	1913-12-21	Bourliere François
bouvaist-joseph-1879-05-26	1879-05-26	Bouvaist Joseph
brehant-jacques-1907-04-30	1907-04-30	Brehant Jacques
bremond-maurice-1881-01-01	1881-01-01	Bremond Maurice
brault-pierre-1889-10-27	1889-10-27	Brault Pierre
brisard-jules-1887-01-25	1887-01-25	Brisard Jules
broco-louis-1856-02-01	1856-02-01	Broco Louis
brissaud-eugene-1886-04-13	1886-04-13	Brissaud Eugène
bruntz-louis-1877-06-22	1877-06-22	Bruntz Louis
buisson-jean-1895-08-16	1895-08-16	Buisson Jean
cabille-henri-1896-09-23	1896-09-23	Cabille Henri
caillon-louis-1873-03-03	1873-03-03	Caillon Louis
camelot-emile-1870-11-19	1870-11-19	Camelot Emile
cantonnet-paul-1879-09-15	1879-09-15	Cantonnet Paul
carle-marius-1873-03-27	1873-03-27	Carle Marius
carlerre-ernest-1887-06-28	1887-06-28	Carlerre Ernest
casabianca-jerome-1889-10-30	1889-10-30	Casabianca Jerome
carrieu-marcel-1887-01-03	1887-01-03	Carrieu Marcel
castaing-louis-1890-03-29	1890-03-29	Castaing Louis
caujolle-paul-1878-10-11	1878-10-11	Caujolle Paul
castueil-octave-1881-06-24	1881-06-24	Castueil Octave
cenac-michel-1891-06-28	1891-06-28	Cenac Michel
chappaz-gaston-1899-04-10	1899-04-10	Chappaz Gaston
chaperon-robert-1895-06-21	1895-06-21	Chaperon Robert
charbonnel-maurice-1884-12-17	1884-12-17	Charbonnel Maurice
charpentier-paul-1866-12-12	1866-12-12	Charpentier Paul
chassagnard-jean-1882-11-23	1882-11-23	Chassagnard Jean
chauvin-emile-1886-09-04	1886-09-04	Chauvin Emile
chenilleau-andre-1895-04-10	1895-04-10	Chenilleau André
chretien-joseph-1873-01-17	1873-01-17	Chretien Joseph
claudel-jean-1898-08-25	1898-08-25	Claudel Jean
coliez-robert-1893-08-30	1893-08-30	Coliez Robert
cordier-pierre-1891-12-13	1891-12-13	Cordier Pierre
cosse-francois-1871-11-10	1871-11-10	Cosse François
corret-pierre-1875-02-26	1875-02-26	Corret Pierre
coste-jean-1886-11-08	1886-11-08	Coste Jean
cottet-pierre-1901-01-06	1901-01-06	Cottet Pierre
couinaud-paul-1887-07-12	1887-07-12	Couinaud Paul
cournet-jean-1863-01-24	1863-01-24	Cournet Jean
coutan-ferdinand-1852-07-05	1852-07-05	Coutan Ferdinand
daniel-gaston-1891-04-15	1891-04-15	Daniel Gaston
damm-louis-1901-07-24	1901-07-24	Damm Louis
daniel-pierre-1885-09-29	1885-09-29	Daniel Pierre
darcourt-georges-1900-05-26	1900-05-26	Darcourt Georges
dariaux-andre-1881-07-31	1881-07-31	Dariaux André
degos-robert-1904-11-08	1904-11-08	Degos Robert
decourt-jacques-1898-08-15	1898-08-15	Decourt Jacques
dejean-charles-1888-02-07	1888-02-07	Dejean Charles
delherm-louis-1876-02-24	1876-02-24	Delherm Louis
delater-gabriel-1883-07-18	1883-07-18	Delater Gabriel
delluc-paul-1906-07-03	1906-07-03	Delluc Paul
delobel-emile-1880-08-12	1880-08-12	Delobel Emile
denoyelle-lucien-1891-08-13	1891-08-13	Denoyelle Lucien
deslions-leon-1880-08-26	1880-08-26	Deslions Léon
desplats-rene-1876-12-03	1876-12-03	Desplats René
dillenseger-rene-1890-01-20	1890-01-20	Dillenseger René
diss-marius-1898-08-03	1898-08-03	Diss Marius
dreyfus-gilbert-1902-08-17	1902-08-17	Dreyfus Gilbert
dournay-jean-1882-10-27	1882-10-27	Dournay Jean
dubois-charles-1874-05-13	1874-05-13	Dubois Charles
dufourmentel-leon-1884-03-18	1884-03-18	Dufourmentel Léon
duco-alexandre-1860-03-09	1860-03-09	Duco Alexandre
dumas-eugene-1884-11-10	1884-11-10	Dumas Eugène
duranton-raoul-1902-11-20	1902-11-20	Duranton Raoul
dussouil-rene-1906-08-30	1906-08-30	Dussouil René
ehret-henri-1870-05-12	1870-05-12	Ehret Henri
emile-weil-1873-04-29	1873-04-29	Emile-Weil
escat-etienne-1865-06-08	1865-06-08	Escat Etienne
etienne-martin-1871-06-16	1871-06-16	Etienne-Martin
ey-henri-1900-08-10	1900-08-10	Ey Henri
faillie-robert-1895-03-20	1895-03-20	Faillie Robert
ferry-pierre-1871-12-05	1871-12-05	Ferry Pierre
fiehrer-albert-1905-12-03	1905-12-03	Fiehrer Albert
foix-charles-1882-02-28	1882-02-28	Foix Charles
fombeure-georges-1890-07-24	1890-07-24	Fombeure Georges
fontes-georges-1893-03-20	1893-03-20	Fontes Georges
forster-andre-1878-09-01	1878-09-01	Forster André
fouque-charles-1889-01-21	1889-01-21	Fouque Charles
francais-henri-1873-09-02	1873-09-02	Francais Henri
fumeau-pierre-1895-05-06	1895-05-06	Fumeau Pierre
gamel-edouard-1889-12-14	1889-12-14	Gamel Edouard
garcin-joseph-1875-07-30	1875-07-30	Garcin Joseph
gauja-maurice-1867-01-06	1867-01-06	Gauja Maurice
gerard-felix-1887-05-04	1887-05-04	Gerard Félix
gerbaut-pierre-1898-07-28	1898-07-28	Gerbaut Pierre
gery-louis-1883-02-07	1883-02-07	Gery Louis
gleize-rambal-louis-1896-11-20	1896-11-20	Gleize-Rambal Louis
girard-ismael-1898-06-18	1898-06-18	Girard Ismael
grandjean-alexandre-1878-11-05	1878-11-05	Grandjean Alexandre
gosselin-louis-1891-01-11	1891-01-11	Gosselin Louis
gratiolet-pierre-1815-07-10	1815-07-10	Gratiolet Pierre
grenaud-marcel-1902-06-05	1902-06-05	Grenaud Marcel
gross-albert-1890-04-05	1890-04-05	Gross Albert
guichard-paul-1884-09-22	1884-09-22	Guichard Paul
guinon-louis-1860-09-17	1860-09-17	Guinon Louis
guiraud-paul-1882-08-04	1882-08-04	Guiraud Paul
guimbellot-marcel-1881-09-04	1881-09-04	Guimbellot Marcel
guyard-georges-1874-09-04	1874-09-04	Guyard Georges
haller-prosper-1869-08-24	1869-08-24	Haller Prosper
hautefeuille-jules-1877-02-03	1877-02-03	Hautefeuille Jules
henry-jean-1893-05-27	1893-05-27	Henry Jean
hervoche-charles-1885-04-29	1885-04-29	Hervoche Charles
houzel-guy-1906-01-20	1906-01-20	Houzel Guy
hudelo-lucien-1863-07-10	1863-07-10	Hudelo Lucien
imbert-raymond-1902-07-29	1902-07-29	Imbert Raymond
jaymes-bernard-1901-07-21	1901-07-21	Jaymes Bernard
jouve-xavier-1880-04-01	1880-04-01	Jouve Xavier
jeudon-robert-1894-07-11	1894-07-11	Jeudon Robert
julien-robert-1878-07-21	1878-07-21	Julien Robert
keller-raymond-1883-08-29	1883-08-29	Keller Raymond
kuhn-robert-1886-05-11	1886-05-11	Kuhn Robert
lacronique-gaston-1887-09-18	1887-09-18	Lacronique Gaston
la-farge-georges-1900-07-05	1900-07-05	La Farge Georges
lamarque-henri-1863-02-27	1863-02-27	Lamarque Henri
lamouraux-fernand-1874-07-20	1874-07-20	Lamouraux Fernand
landowski-ladislas-1867-10-08	1867-10-08	Landowski Ladislas
larget-maurice-1891-05-31	1891-05-31	Larget Maurice
lautier-richard-1879-04-26	1879-04-26	Lautier Richard
lasseur-philippe-1882-06-27	1882-06-27	Lasseur Philippe
layani-fernand-1896-06-16	1896-06-16	Layani Fernand
lebleu-albert-1901-12-14	1901-12-14	Lebleu Albert
le-corre-joseph-1910-01-19	1910-01-19	Le Corre Joseph
lefevre-raymond-1897-06-15	1897-06-15	Lefevre Raymond
legac-paul-1900-04-23	1900-04-23	Legac Paul
legrand-dusaulle-henri-1830-04-16	1830-04-16	Legrand-Dusaulle Henri
lemperiere-jean-1890-09-07	1890-09-07	Lemperiere Jean
le-play-albert-1875-10-31	1875-10-31	Le Play Albert
le-pennetier-francois-1892-05-17	1892-05-17	Le Pennetier François
leroy-georges-1861-04-22	1861-04-22	Leroy Georges
levere-raymond-1885-04-14	1885-04-14	Levere Raymond
l-heritier-georges-1898-07-09	1898-07-09	L'Heritier Georges
lonjumeau-pierre-1894-04-04	1894-04-04	Lonjumeau Pierre
lossedat-maurice-1890-02-01	1890-02-01	Lossedat Maurice
loubatie-rene-1889-11-19	1889-11-19	Loubatie René
luquet-gabriel-1887-03-26	1887-03-26	Luquet Gabriel
macquet-pierre-1890-11-18	1890-11-18	Macquet Pierre
manceaux-louis-1865-09-01	1865-09-01	Manceaux Louis
marques-pierre-1908-03-19	1908-03-19	Marques Pierre
martel-janville-thierry-1875-03-07	1875-03-07	Martel Janville Thierry
martiny-marcel-1897-11-11	1897-11-11	Martiny Marcel
masselin-guy-1889-06-17	1889-06-17	Masselin Guy
maurer-andre-1885-07-24	1885-07-24	Maurer André
meignant-paul-1897-05-26	1897-05-26	Meignant Paul
meurisse-henri-1886-02-07	1886-02-07	Meurisse Henri
michel-andre-1891-12-28	1891-12-28	Michel André
moiroud-pierre-1886-09-12	1886-09-12	Moiroud Pierre
mondain-charles-1874-08-22	1874-08-22	Mondain Charles
morel-max-1897-05-22	1897-05-22	Morel Max
morlet-antonin-1882-05-16	1882-05-16	Morlet Antonin
moure-paul-1883-09-29	1883-09-29	Moure Paul
mouriquand-emile-1878-08-02	1878-08-02	Mouriquand Emile
muraz-gaston-1887-03-07	1887-03-07	Muraz Gaston
mutterer-maurice-1870-08-11	1870-08-11	Mutterer Maurice
nouel-jean-1885-04-19	1885-04-19	Nouel Jean
papin-edmond-1876-01-12	1876-01-12	Papin Edmond
paret-paul-1896-11-28	1896-11-28	Paret Paul
parrel-gerard-1883-04-27	1883-04-27	Parrel Gérard
pasteur-felix-1876-09-23	1876-09-23	Pasteur Félix
paucot-henri-1877-12-27	1877-12-27	Paucot Henri
paturet-georges-1889-12-26	1889-12-26	Paturet Georges
perdoux-joseph-1882-11-12	1882-11-12	Perdoux Joseph
peres-gustave-1888-12-03	1888-12-03	Peres Gustave
perret-albert-1879-07-10	1879-07-10	Perret Albert
perrin-robert-1889-10-18	1889-10-18	Perrin Robert
pichot-pierre-1918-10-03	1918-10-03	Pichot Pierre
petit-georges-1864-10-27	1864-10-27	Petit Georges
phelip-j-1883-07-09	1883-07-09	Phelip J
piollet-paul-1873-09-22	1873-09-22	Piollet Paul
pierson-antoine-1900-08-17	1900-08-17	Pierson Antoine
pilven-joseph-1886-04-29	1886-04-29	Pilven Joseph
playoust-yves-1891-08-07	1891-08-07	Playoust Yves
pointin-pierre-1881-02-06	1881-02-06	Pointin Pierre
poisonnier-max-1881-12-02	1881-12-02	Poisonnier Max
poree-francis-1883-10-01	1883-10-01	Poree Francis
prevot-maurice-1895-09-22	1895-09-22	Prevot Maurice
quiquandon-joseph-1886-06-10	1886-06-10	Quiquandon Joseph
rajat-henri-1880-02-15	1880-02-15	Rajat Henri
redslob-edmond-1876-06-23	1876-06-23	Redslob Edmond
raybaud-jean-1895-12-15	1895-12-15	Raybaud Jean
regnault-jules-1873-06-01	1873-06-01	Regnault Jules
revelliac-edouard-1885-08-03	1885-08-03	Revelliac Edouard
reverse-bernard-1901-10-23	1901-10-23	Reverse Bernard
richard-armand-1893-02-02	1893-02-02	Richard Armand
richier-jacques-1901-05-13	1901-05-13	Richier Jacques
romey-andre-1888-12-21	1888-12-21	Romey André
rosset-marc-1888-07-15	1888-07-15	Rosset Marc
rousseau-decelle-1875-05-02	1875-05-02	Rousseau-Decelle
roussy-alfred-1866-01-14	1866-01-14	Roussy Alfred
sackenreiter-g-1886-06-16	1886-06-16	Sackenreiter G
sambuc-edouard-1876-10-28	1876-10-28	Sambuc Edouard
sannie-charles-1896-12-28	1896-12-28	Sannie Charles
saurin-charles-1878-02-27	1878-02-27	Saurin Charles
schaaff-fred-1884-03-08	1884-03-08	Schaaff Fred
savoire-camille-1869-07-06	1869-07-06	Savoire Camille
schambacher-alfred-1878-09-08	1878-09-08	Schambacher Alfred
schmid-fritz-1892-08-01	1892-08-01	Schmid Fritz
schmitt-charles-1872-09-18	1872-09-18	Schmitt Charles
secousse-henri-1887-08-03	1887-08-03	Secousse Henri
sedan-jean-1891-04-17	1891-04-17	Sedan Jean
serbource-marcel-1882-03-22	1882-03-22	Serbource Marcel
sicard-jean-1872-06-23	1872-06-23	Sicard Jean
sicard-pauzoles-just-1872-01-12	1872-01-12	Sicard Pauzoles Just
simon-francis-1895-05-13	1895-05-13	Simon Francis
sorel-francois-1876-07-06	1876-07-06	Sorel François
soulayrol-georges-1883-09-21	1883-09-21	Soulayrol Georges
tarneaud-jean-1888-01-06	1888-01-06	Tarneaud Jean
techoueyres-emile-1878-12-15	1878-12-15	Techoueyres Emile
sureau-maurice-1894-07-18	1894-07-18	Sureau Maurice
teissonniere-maurice-1874-01-14	1874-01-14	Teissonniere Maurice
thiers-joseph-1885-07-30	1885-07-30	Thiers Joseph
tixier-felix-1872-08-31	1872-08-31	Tixier Félix
tourvieille-labroue-maurice-1890-01-17	1890-01-17	Tourvieille Labroue Maurice
trumel-rene-1906-01-22	1906-01-22	Trumel René
valade-roger-1891-12-18	1891-12-18	Valade Roger
vallerix-andre-1884-04-28	1884-04-28	Vallerix André
gauquelin-a2-1291-1880-10-30	1880-10-30	Gauquelin-A2-1291
variot-gaston-1855-06-02	1855-06-02	Variot Gaston
veillon-adrien-1864-11-25	1864-11-25	Veillon Adrien
verdier-pierre-1877-04-11	1877-04-11	Verdier Pierre
vialle-pierre-1903-12-16	1903-12-16	Vialle Pierre
vian-louis-1887-01-11	1887-01-11	Vian Louis
vidal-revel-jean-1886-01-19	1886-01-19	Vidal-Revel Jean
vinchon-jean-1884-06-21	1884-06-21	Vinchon Jean
vignes-henri-1884-07-15	1884-07-15	Vignes Henri
vincenti-charles-1896-07-31	1896-07-31	Vincenti Charles
vives-marcel-1904-09-28	1904-09-28	Vives Marcel
vulpian-andre-1871-01-02	1871-01-02	Vulpian André
waltrigny-hubert-1903-12-15	1903-12-15	Waltrigny Hubert
wild-charles-1907-10-30	1907-10-30	Wild Charles
willemin-eugene-1860-01-01	1860-01-01	Willemin Eugène
wiltzer-hubert-1905-09-01	1905-09-01	Wiltzer Hubert
winnaert-michel-1901-08-19	1901-08-19	Winnaert Michel
woringer-pierre-1890-08-26	1890-08-26	Woringer Pierre
abundo-giuseppe-1860-02-21	1860-02-21	Abundo Giuseppe
acconci-gino-1878-11-09	1878-11-09	Acconci Gino
woringer-frederic-1903-07-27	1903-07-27	Woringer Frédéric
aggazzotti-alberto-1877-07-18	1877-07-18	Aggazzotti Alberto
agostini-cesare-1864-10-15	1864-10-15	Agostini Cesare
antona-antonino-1842-12-18	1842-12-18	Antona Antonino
arcangelis-eduardo-1867-01-12	1867-01-12	Arcangelis Eduardo
arcieri-giovanni-1897-06-30	1897-06-30	Arcieri Giovanni
arslan-michele-1904-01-23	1904-01-23	Arslan Michele
baglioni-silvestro-1876-12-30	1876-12-30	Baglioni Silvestro
baldoni-angelo-1866-10-02	1866-10-02	Baldoni Angelo
balli-ruggero-1877-11-01	1877-11-01	Balli Ruggero
barbera-agatino-1867-09-13	1867-09-13	Barbera Agatino
barberio-michele-1872-06-29	1872-06-29	Barberio Michele
barboni-elio-1907-11-18	1907-11-18	Barboni Elio
barlocco-amerigo-1880-02-08	1880-02-08	Barlocco Amerigo
barone-andrea-1854-07-10	1854-07-10	Barone Andrea
bastai-pio-1888-03-26	1888-03-26	Bastai Pio
battistini-ferdinando-1867-06-24	1867-06-24	Battistini Ferdinando
beccari-nello-1883-01-11	1883-01-11	Beccari Nello
belfanti-serafino-1860-03-28	1860-03-28	Belfanti Serafino
bellei-giuseppe-1866-07-18	1866-07-18	Bellei Giuseppe
benagiano-andrea-1904-10-01	1904-10-01	Benagiano Andrea
benedicenti-alberico-1866-05-29	1866-05-29	Benedicenti Alberico
bertarelli-ernesto-1873-07-06	1873-07-06	Bertarelli Ernesto
bertino-alessandro-1870-09-09	1870-09-09	Bertino Alessandro
bertolani-aldo-1883-10-22	1883-10-22	Bertolani Aldo
bertolotti-mario-1876-07-07	1876-07-07	Bertolotti Mario
bianchini-giuseppe-1888-09-20	1888-09-20	Bianchini Giuseppe
bidone-ettore-1867-12-18	1867-12-18	Bidone Ettore
biletti-amilcare-1869-05-14	1869-05-14	Biletti Amilcare
bietti-giambattista-1907-04-29	1907-04-29	Bietti Giambattista
bilancioni-guglielmo-1881-07-02	1881-07-02	Bilancioni Guglielmo
bolognesi-giuseppe-1879-09-01	1879-09-01	Bolognesi Giuseppe
bonanome-achille-1874-07-30	1874-07-30	Bonanome Achille
bonfiglio-francesco-1883-01-19	1883-01-19	Bonfiglio Francesco
bonvicini-giulio-1872-11-10	1872-11-10	Bonvicini Giulio
bosellini-pier-1873-07-10	1873-07-10	Bosellini Pier
bottazzi-filippo-1867-12-23	1867-12-23	Bottazzi Filippo
brunacci-bruno-1879-12-22	1879-12-22	Brunacci Bruno
bufalini-emilio-1890-12-05	1890-12-05	Bufalini Emilio
buonomini-giulio-1908-09-07	1908-09-07	Buonomini Giulio
buscaino-vito-1887-12-01	1887-12-01	Buscaino Vito
businco-armando-1886-06-11	1886-06-11	Businco Armando
calamida-umberto-1871-01-20	1871-01-20	Calamida Umberto
caliceti-pietro-1888-01-06	1888-01-06	Caliceti Pietro
camis-mario-1878-05-31	1878-05-31	Camis Mario
canella-mario-1898-09-29	1898-09-29	Canella Mario
canuto-giorgio-1897-06-03	1897-06-03	Canuto Giorgio
capocaccia-mario-1900-04-15	1900-04-15	Capocaccia Mario
cardarelli-antonio-1831-03-29	1831-03-29	Cardarelli Antonio
cardini-massiliano-1874-11-02	1874-11-02	Cardini Massiliano
caronia-giuseppe-1884-05-15	1884-05-15	Caronia Giuseppe
carra-jose-1897-07-05	1897-07-05	Carra José
caruso-francesco-1860-01-07	1860-01-07	Caruso Francesco
casagrandi-glauco-1875-07-07	1875-07-07	Casagrandi Glauco
casagrandi-oddo-1872-09-06	1872-09-06	Casagrandi Oddo
casalini-giulio-1876-02-19	1876-02-19	Casalini Giulio
casarini-arturo-1876-08-16	1876-08-16	Casarini Arturo
castaldi-luigi-1890-02-14	1890-02-14	Castaldi Luigi
cavina-cesare-1888-04-16	1888-04-16	Cavina Cesare
cazzaniga-antonio-1885-07-15	1885-07-15	Cazzaniga Antonio
ceni-carlo-1865-05-05	1865-05-05	Ceni Carlo
gauquelin-a2-1385-1863-01-08	1863-01-08	Gauquelin-A2-1385
ceresole-giulio-1878-06-24	1878-06-24	Ceresole Giulio
cesa-bianchi-domenico-1879-11-16	1879-11-16	Cesa-Bianchi Domenico
cevidalli-attilio-1877-07-01	1877-07-01	Cevidalli Attilio
chirone-vincenzo-1847-03-26	1847-03-26	Chirone Vincenzo
cinotti-felice-1878-06-10	1878-06-10	Cinotti Felice
cipriani-mariano-1895-11-25	1895-11-25	Cipriani Mariano
cirincione-giuseppe-1863-06-24	1863-06-24	Cirincione Giuseppe
citelli-salvatore-1875-02-14	1875-02-14	Citelli Salvatore
clementi-gesualdo-1848-04-25	1848-04-25	Clementi Gesualdo
colajanni-napoleone-1847-04-28	1847-04-28	Colajanni Napoleone
colosi-giuseppe-1892-03-21	1892-03-21	Colosi Giuseppe
corsini-andrea-1866-07-03	1866-07-03	Corsini Andrea
coruzzi-cesare-1900-08-30	1900-08-30	Coruzzi Cesare
cosco-giuseppe-1857-03-19	1857-03-19	Cosco Giuseppe
costa-antonio-1902-06-14	1902-06-14	Costa Antonio
cozzolino-olimpo-1868-12-26	1868-12-26	Cozzolino Olimpo
cremonese-guido-1875-12-06	1875-12-06	Cremonese Guido
curatulo-giacomo-1864-07-03	1864-07-03	Curatulo Giacomo
cutore-gaetano-1869-06-21	1869-06-21	Cutore Gaetano
d-agata-giuseppe-1884-03-10	1884-03-10	D'Agata Giuseppe
dagnini-giuseppe-1866-05-19	1866-05-19	Dagnini Giuseppe
de-blasi-dante-1873-10-25	1873-10-25	De Blasi Dante
de-gaetano-luigi-1868-10-17	1868-10-17	De Gaetano Luigi
de-girolamo-antonio-1912-12-28	1912-12-28	De Girolamo Antonio
de-lieto-vollaro-agostino-1872-03-24	1872-03-24	De Lieto Vollaro Agostino
de-vecchi-bindo-1877-03-04	1877-03-04	De Vecchi Bindo
dezani-serafino-1884-04-16	1884-04-16	Dezani Serafino
di-aichelburg-ulderico-1908-03-12	1908-03-12	Di Aichelburg Ulderico
di-macco-gennaro-1895-09-01	1895-09-01	Di Macco Gennaro
dionisi-antonio-1866-04-29	1866-04-29	Dionisi Antonio
di-tullio-benigno-1896-04-04	1896-04-04	Di Tullio Benigno
dogliotti-giulio-1906-03-14	1906-03-14	Dogliotti Giulio
dominici-leonardo-1879-09-25	1879-09-25	Dominici Leonardo
donati-mario-1879-02-24	1879-02-24	Donati Mario
duccesi-virgilio-1871-09-01	1871-09-01	Duccesi Virgilio
erchia-florenzo-1869-07-06	1869-07-06	Erchia Florenzo
fabris-aldo-1872-08-06	1872-08-06	Fabris Aldo
faelli-ferruchio-1862-11-05	1862-11-05	Faelli Ferruchio
falco-giuseppe-1875-02-06	1875-02-06	Falco Giuseppe
fano-corrado-1879-06-01	1879-06-01	Fano Corrado
favaro-giuseppe-1877-05-01	1877-05-01	Favaro Giuseppe
favilli-narciso-1885-04-07	1885-04-07	Favilli Narciso
fede-francesco-1832-01-16	1832-01-16	Fede Francesco
fermi-claudio-1862-01-14	1862-01-14	Fermi Claudio
ferrannini-luigi-1874-02-21	1874-02-21	Ferrannini Luigi
ferraresi-carlo-1864-06-30	1864-06-30	Ferraresi Carlo
ferrarini-guido-1879-01-06	1879-01-06	Ferrarini Guido
ferrata-adolfo-1880-04-25	1880-04-25	Ferrata Adolfo
ferroni-ersilio-1871-11-11	1871-11-11	Ferroni Ersilio
ficai-giuseppe-1880-06-05	1880-06-05	Ficai Giuseppe
ficano-giuseppe-1859-04-14	1859-04-14	Ficano Giuseppe
fichera-gaetano-1880-03-08	1880-03-08	Fichera Gaetano
filippini-azeglio-1874-12-03	1874-12-03	Filippini Azeglio
fiorani-gallota-pier-1875-09-24	1875-09-24	Fiorani Gallota Pier
fiorini-eno-1899-07-10	1899-07-10	Fiorini Eno
foa-carlo-1880-07-21	1880-07-21	Foa' Carlo
fornasari-verce-ettore-1869-10-02	1869-10-02	Fornasari Verce Ettore
forni-gherardo-1885-02-06	1885-02-06	Forni Gherardo
fossati-giuseppe-1878-08-31	1878-08-31	Fossati Giuseppe
fragnito-onofrio-1871-11-02	1871-11-02	Fragnito Onofrio
francioni-carlo-1877-04-23	1877-04-23	Francioni Carlo
frasseto-fabio-1876-02-18	1876-02-18	Frasseto Fabio
frugoni-cesare-1881-05-04	1881-05-04	Frugoni Cesare
fumarola-gioacchino-1877-10-31	1877-10-31	Fumarola Gioacchino
gagnoni-enrico-1870-01-01	1870-01-01	Gagnoni Enrico
gaifami-paolo-1883-06-16	1883-06-16	Gaifami Paolo
galdi-francesco-1874-01-26	1874-01-26	Galdi Francesco
galeazzi-riccardo-1866-08-18	1866-08-18	Galeazzi Riccardo
galeotti-gino-1867-08-12	1867-08-12	Galeotti Gino
galli-arturo-1885-10-05	1885-10-05	Galli Arturo
galli-valerio-bruno-1867-04-04	1867-04-04	Galli-Valerio Bruno
garin-giovanni-1884-12-30	1884-12-30	Garin Giovanni
garofalo-alfredo-1867-02-22	1867-02-22	Garofalo Alfredo
garzia-vincenzo-1854-10-14	1854-10-14	Garzia Vincenzo
gasbarrini-antonio-1882-03-26	1882-03-26	Gasbarrini Antonio
gavello-giuseppe-1872-07-04	1872-07-04	Gavello Giuseppe
gayda-tullio-1882-10-19	1882-10-19	Gayda Tullio
giannelli-luigi-1866-07-25	1866-07-25	Giannelli Luigi
giardina-andrea-1875-11-28	1875-11-28	Giardina Andrea
giovine-domenico-1891-11-19	1891-11-19	Giovine Domenico
giuffre-liborio-1854-02-21	1854-02-21	Giuffre' Liborio
guareschi-icilio-1847-12-24	1847-12-24	Guareschi Icilio
guerrini-guido-1878-01-15	1878-01-15	Guerrini Guido
guicciardi-giuseppe-1872-02-25	1872-02-25	Guicciardi Giuseppe
guzzoni-arturo-1858-12-21	1858-12-21	Guzzoni Arturo
jemma-rocco-1866-08-17	1866-08-17	Jemma Rocco
laccetti-francesco-1844-11-18	1844-11-18	Laccetti Francesco
latorre-felix-1846-05-03	1846-05-03	Latorre Félix
lattes-leone-1887-02-06	1887-02-06	Lattes Leone
leoncini-francesco-1880-01-11	1880-01-11	Leoncini Francesco
leotta-nicolo-1878-02-17	1878-02-17	Leotta Nicolo
levi-bianchini-marco-1875-08-28	1875-08-28	Levi Bianchini Marco
livi-carlo-1886-10-04	1886-10-04	Livi Carlo
locatelli-giovanni-1871-07-08	1871-07-08	Locatelli Giovanni
lombardo-cosimo-1875-07-27	1875-07-27	Lombardo Cosimo
lombroso-ugo-1877-10-14	1877-10-14	Lombroso Ugo
lo-monaco-domenico-1863-07-31	1863-07-31	Lo Monaco Domenico
longo-antonio-1874-03-25	1874-03-25	Longo Antonio
luisada-aldo-1901-06-26	1901-06-26	Luisada Aldo
lunghetti-bernardino-1881-01-14	1881-01-14	Lunghetti Bernardino
maccabruni-francesco-1886-08-11	1886-08-11	Maccabruni Francesco
maggiora-vergano-arnaldo-1862-02-25	1862-02-25	Maggiora-Vergano Arnaldo
magliano-arturo-1889-02-14	1889-02-14	Magliano Arturo
margaria-rodolfo-1901-11-15	1901-11-15	Margaria Rodolfo
marino-francesco-1863-05-03	1863-05-03	Marino Francesco
bouvarre-pierre-1910-09-13	1910-09-13	Bouvarre Pierre
martinotti-giovanni-1857-10-01	1857-10-01	Martinotti Giovanni
martinotti-leonardo-1881-09-23	1881-09-23	Martinotti Leonardo
mascherpa-pietro-1902-12-03	1902-12-03	Mascherpa Pietro
mazzetti-giuseppe-1898-11-25	1898-11-25	Mazzetti Giuseppe
medea-eugenio-1873-10-04	1873-10-04	Medea Eugenio
melle-giovanni-1850-03-03	1850-03-03	Melle Giovanni
melocchi-fortunato-1872-01-14	1872-01-14	Melocchi Fortunato
mensa-attilio-1888-04-19	1888-04-19	Mensa Attilio
merletti-cesare-1872-11-03	1872-11-03	Merletti Cesare
merzbacher-ludwig-1875-02-09	1875-02-09	Merzbacher Ludwig
messini-mariano-1901-09-12	1901-09-12	Messini Mariano
michelazzi-augusto-1904-09-28	1904-09-28	Michelazzi Augusto
micheli-ferdinando-1872-01-12	1872-01-12	Micheli Ferdinando
mitoli-michele-1903-03-22	1903-03-22	Mitoli Michele
mochi-alberto-1883-09-26	1883-09-26	Mochi Alberto
montalenti-giuseppe-1904-12-03	1904-12-03	Montalenti Giuseppe
montesano-vincenzo-1874-01-18	1874-01-18	Montesano Vincenzo
gauquelin-a2-1509-1870-08-31	1870-08-31	Gauquelin-A2-1509
morelli-eugenio-1881-03-08	1881-03-08	Morelli Eugenio
moreschi-carlo-1876-02-28	1876-02-28	Moreschi Carlo
moriani-giuseppe-1878-06-04	1878-06-04	Moriani Giuseppe
moscati-giuseppe-1880-07-25	1880-07-25	Moscati Giuseppe
muscatello-giuseppe-1866-11-10	1866-11-10	Muscatello Giuseppe
muzi-edmondo-1894-05-12	1894-05-12	Muzi Edmondo
negri-adelchi-1876-07-16	1876-07-16	Negri Adelchi
neri-filippo-1878-09-06	1878-09-06	Neri Filippo
nicoletti-ferdinando-1899-01-14	1899-01-14	Nicoletti Ferdinando
nieddu-giovanni-1893-09-17	1893-09-17	Nieddu Giovanni
nobili-umberto-1888-05-05	1888-05-05	Nobili Umberto
noto-antonio-1868-08-07	1868-08-07	Noto Antonio
ottolenghi-donato-1874-01-31	1874-01-31	Ottolenghi Donato
ottolenghi-salvatore-1861-05-20	1861-05-20	Ottolenghi Salvatore
ottonello-paolo-1898-02-22	1898-02-22	Ottonello Paolo
pacchioni-dante-1872-08-26	1872-08-26	Pacchioni Dante
paladino-giovanni-1842-04-26	1842-04-26	Paladino Giovanni
palmieri-vincenzo-1899-07-16	1899-07-16	Palmieri Vincenzo
paltrinieri-sebastiano-1901-06-10	1901-06-10	Paltrinieri Sebastiano
pansini-sergio-1860-04-24	1860-04-24	Pansini Sergio
parlavecchio-gaetano-1866-02-24	1866-02-24	Parlavecchio Gaetano
pascale-giovanni-1859-03-19	1859-03-19	Pascale Giovanni
patrizi-mariano-1866-09-23	1866-09-23	Patrizi Mariano
pazzi-muzio-1866-06-26	1866-06-26	Pazzi Muzio
pelagatti-mario-1869-06-29	1869-06-29	Pelagatti Mario
pellegrini-rinaldo-1883-07-22	1883-07-22	Pellegrini Rinaldo
pende-nicola-1880-04-21	1880-04-21	Pende Nicola
pentimalli-francesco-1885-12-28	1885-12-28	Pentimalli Francesco
perrando-giangiacomo-1866-03-19	1866-03-19	Perrando Giangiacomo
perroncito-aldo-1882-05-18	1882-05-18	Perroncito Aldo
perroncito-edoardo-1847-03-01	1847-03-01	Perroncito Edoardo
pescatori-francesco-1901-02-28	1901-02-28	Pescatori Francesco
pianese-giuseppe-1861-03-19	1861-03-19	Pianese Giuseppe
piccinini-guido-1878-12-05	1878-12-05	Piccinini Guido
piccinini-prassitele-1876-03-04	1876-03-04	Piccinini Prassitele
gauquelin-a2-1545-1851-10-01	1851-10-01	Gauquelin-A2-1545
pietravalle-michele-1858-10-31	1858-10-31	Pietravalle Michele
pighini-giaccomo-1876-12-18	1876-12-18	Pighini Giaccomo
piperno-arrigo-1879-05-08	1879-05-08	Piperno Arrigo
poli-camillo-1865-11-28	1865-11-28	Poli Camillo
polichetti-enrico-1901-04-08	1901-04-08	Polichetti Enrico
polimanti-oswaldo-1869-01-17	1869-01-17	Polimanti Oswaldo
pontano-tommaso-1882-05-06	1882-05-06	Pontano Tommaso
porta-carlo-1905-02-15	1905-02-15	Porta Carlo
preti-luigi-1881-11-18	1881-11-18	Preti Luigi
previtali-giuseppe-1879-06-27	1879-06-27	Previtali Giuseppe
procopio-saverio-1870-11-08	1870-11-08	Procopio Saverio
profeta-giuseppe-1840-07-07	1840-07-07	Profeta Giuseppe
pugliese-vincenzo-1867-10-04	1867-10-04	Pugliese Vincenzo
putti-vittorio-1880-03-01	1880-03-01	Putti Vittorio
radaeli-francesco-1870-07-30	1870-07-30	Radaeli Francesco
razzaboni-giovanni-1880-12-05	1880-12-05	Razzaboni Giovanni
revoltella-giovanni-1895-07-29	1895-07-29	Revoltella Giovanni
rezzesi-francesco-1902-01-07	1902-01-07	Rezzesi Francesco
ricci-canzio-1872-03-03	1872-03-03	Ricci Canzio
riva-alberto-1844-01-24	1844-01-24	Riva Alberto
rizzati-ennio-1894-04-16	1894-04-16	Rizzati Ennio
rondoni-pietro-1882-10-02	1882-10-02	Rondoni Pietro
ronzani-enrico-1877-08-25	1877-08-25	Ronzani Enrico
ronzoni-gaetano-1878-01-26	1878-01-26	Ronzoni Gaetano
rossi-ottorino-1877-01-17	1877-01-17	Rossi Ottorino
russo-achille-1866-11-19	1866-11-19	Russo Achille
sacerdote-cesare-1868-04-24	1868-04-24	Sacerdote Cesare
salotti-adelchi-1892-12-14	1892-12-14	Salotti Adelchi
salvioli-gaetano-1894-10-19	1894-10-19	Salvioli Gaetano
sangiorgi-giuseppe-1884-07-22	1884-07-22	Sangiorgi Giuseppe
scalinci-noe-1867-10-03	1867-10-03	Scalinci Noe
schiassi-francesco-1886-11-12	1886-11-12	Schiassi Francesco
scimemi-erasmo-1852-10-30	1852-10-30	Scimemi Erasmo
sega-achille-1890-05-10	1890-05-10	Sega Achille
senise-tommaso-1885-09-19	1885-09-19	Senise Tommaso
sera-giocchino-1878-09-15	1878-09-15	Sera Giocchino
serafini-alessandro-1859-05-19	1859-05-19	Serafini Alessandro
sergi-sergio-1878-03-13	1878-03-13	Sergi Sergio
serra-giovanni-1894-01-08	1894-01-08	Serra Giovanni
sfameni-pasquale-1868-10-30	1868-10-30	Sfameni Pasquale
siccardi-pier-1880-08-23	1880-08-23	Siccardi Pier
simon-italo-1878-08-16	1878-08-16	Simon Italo
simonini-riccardo-1865-10-24	1865-10-24	Simonini Riccardo
sisto-pietro-1880-04-24	1880-04-24	Sisto Pietro
spadolini-igino-1887-11-26	1887-11-26	Spadolini Igino
spirito-aldo-1905-07-27	1905-07-27	Spirito Aldo
sterzi-giuseppe-1876-03-19	1876-03-19	Sterzi Giuseppe
stoppoloni-giuseppe-1875-09-23	1875-09-23	Stoppoloni Giuseppe
taddel-domenico-1875-03-05	1875-03-05	Taddel Domenico
tarozzi-giulio-1868-01-27	1868-01-27	Tarozzi Giulio
tempestini-elio-1895-06-05	1895-06-05	Tempestini Elio
tomellini-luigi-1880-03-02	1880-03-02	Tomellini Luigi
tricomi-ernesto-1859-03-13	1859-03-13	Tricomi Ernesto
trincas-mario-1899-11-27	1899-11-27	Trincas Mario
truffi-mario-1872-04-04	1872-04-04	Truffi Mario
turano-luigi-1899-07-26	1899-07-26	Turano Luigi
valagussa-francesco-1872-08-02	1872-08-02	Valagussa Francesco
valenti-adriano-1874-11-05	1874-11-05	Valenti Adriano
vatti-giuseppe-1891-03-12	1891-03-12	Vatti Giuseppe
veratti-emilio-1872-03-24	1872-03-24	Veratti Emilio
vercesi-1887-12-16	1887-12-16	Vercesi
vestea-alfonso-1854-07-20	1854-07-20	Vestea Alfonso
viale-gaetano-1889-05-01	1889-05-01	Viale Gaetano
viana-odorico-1877-08-24	1877-08-24	Viana Odorico
vicarelli-giuseppe-1865-11-02	1865-11-02	Vicarelli Giuseppe
vidoni-giuseppe-1884-01-08	1884-01-08	Vidoni Giuseppe
vignolo-lutati-1873-07-12	1873-07-12	Vignolo-Lutati
viola-giacinto-1870-03-21	1870-03-21	Viola Giacinto
visco-sabato-1888-04-09	1888-04-09	Visco Sabato
vitali-dioscoride-1832-03-25	1832-03-25	Vitali Dioscoride
zagari-giuseppe-1863-12-22	1863-12-22	Zagari Giuseppe
zalla-mario-1883-03-26	1883-03-26	Zalla Mario
zannini-prospero-1880-02-01	1880-02-01	Zannini Prospero
ziino-giuseppe-1841-03-17	1841-03-17	Ziino Giuseppe
zironi-amilcare-1886-02-24	1886-02-24	Zironi Amilcare
zoja-luigi-1866-11-25	1866-11-25	Zoja Luigi
abraham-karl-1877-05-03	1877-05-03	Abraham Karl
ackerknecht-eberhard-1883-06-11	1883-06-11	Ackerknecht Eberhard
adler-leo-1886-01-20	1886-01-20	Adler Leo
adrion-walter-1891-01-07	1891-01-07	Adrion Walter
albrecht-hans-1878-06-14	1878-06-14	Albrecht Hans
albrecht-walther-1881-07-18	1881-07-18	Albrecht Walther
alt-adolf-1851-08-13	1851-08-13	Alt Adolf
alt-konrad-1861-04-08	1861-04-08	Alt Konrad
alwens-walter-1880-06-24	1880-06-24	Alwens Walter
alzheimer-alois-1864-06-14	1864-06-14	Alzheimer Alois
amersbach-karl-1884-10-05	1884-10-05	Amersbach Karl
arnoldi-walter-1881-10-14	1881-10-14	Arnoldi Walter
aschaffenburg-gustav-1866-05-23	1866-05-23	Aschaffenburg Gustav
auerbach-leopold-1857-06-18	1857-06-18	Auerbach Leopold
bach-ludwi-1865-12-31	1865-12-31	Bach Ludwi
bachem-carl-1880-01-26	1880-01-26	Bachem Carl
baermann-gustav-1877-02-07	1877-02-07	Baermann Gustav
baetzner-wilhelm-1878-09-09	1878-09-09	Baetzner Wilhelm
baisch-karl-1869-01-28	1869-01-28	Baisch Karl
bardenheuer-bernhard-1839-07-12	1839-07-12	Bardenheuer Bernhard
barfurth-dietrich-1849-01-25	1849-01-25	Barfurth Dietrich
barrenscheen-hermann-1887-11-18	1887-11-18	Barrenscheen Hermann
basler-adolf-1878-05-13	1878-05-13	Basler Adolf
bauer-ernst-1848-08-26	1848-08-26	Bauer Ernst
bauer-heinrich-1890-09-26	1890-09-26	Bauer Heinrich
bauer-julius-1879-11-29	1879-11-29	Bauer Julius
baur-erwin-1875-04-16	1875-04-16	Baur Erwin
baur-max-1893-02-15	1893-02-15	Baur Max
bechhold-heinrich-1866-11-13	1866-11-13	Bechhold Heinrich
beck-carl-1856-04-04	1856-04-04	Beck Carl
beck-karl-1880-03-04	1880-03-04	Beck Karl
beckmann-kurt-1891-01-25	1891-01-25	Beckmann Kurt
beely-florian-1846-01-24	1846-01-24	Beely Florian
beitzke-hermann-1875-06-21	1875-06-21	Beitzke Hermann
berberich-joseph-1897-05-20	1897-05-20	Berberich Joseph
berblinger-walther-1882-07-13	1882-07-13	Berblinger Walther
berg-hans-1889-11-19	1889-11-19	Berg Hans
beumer-hans-1884-05-28	1884-05-28	Beumer Hans
biedert-philipp-1847-11-25	1847-11-25	Biedert Philipp
bieling-richard-1888-09-03	1888-09-03	Bieling Richard
bingold-konrad-1886-07-27	1886-07-27	Bingold Konrad
birnbaum-geor-1890-05-21	1890-05-21	Birnbaum Geor
bitter-ludwi-1882-02-06	1882-02-06	Bitter Ludwi
bloch-emil-1847-12-11	1847-12-11	Bloch Emil
bluntschli-hans-1877-02-19	1877-02-19	Bluntschli Hans
bockenheimer-philipp-1875-05-26	1875-05-26	Bockenheimer Philipp
boecker-eduard-1886-01-05	1886-01-05	Boecker Eduard
boehm-rudolf-1844-05-19	1844-05-19	Boehm Rudolf
boeminghaus-hans-1893-04-04	1893-04-04	Boeminghaus Hans
bogendorfer-ludwig-1892-01-22	1892-01-22	Bogendorfer Ludwig
bondi-samuel-1878-06-29	1878-06-29	Bondi Samuel
borrmann-robert-1870-02-27	1870-02-27	Borrmann Robert
bossert-otto-1887-11-23	1887-11-23	Bossert Otto
brasch-walter-1878-01-28	1878-01-28	Brasch Walter
braun-heinrich-1847-02-18	1847-02-18	Braun Heinrich
braus-hermann-1868-08-15	1868-08-15	Braus Hermann
brefeld-oskar-1839-09-19	1839-09-19	Brefeld Oskar
bresgen-maximilian-1850-03-01	1850-03-01	Bresgen Maximilian
brodmann-korbinian-1868-11-17	1868-11-17	Brodmann Korbinian
bromser-philipp-1886-07-20	1886-07-20	Brömser Philipp
bruning-august-1874-04-17	1874-04-17	Brüning August
bruning-friedrich-1879-03-21	1879-03-21	Brüning Friedrich
bruning-hermann-1873-04-16	1873-04-16	Brüning Hermann
bruning-wilhelm-1876-01-31	1876-01-31	Brüning Wilhelm
brunn-walter-1876-09-02	1876-09-02	Brunn Walter
bruns-oskar-1878-07-16	1878-07-16	Bruns Oskar
buchner-franz-1895-01-20	1895-01-20	Büchner Franz
buchner-paul-1886-04-12	1886-04-12	Büchner Paul
bungart-johann-1882-06-20	1882-06-20	Bungart Johann
burckhardt-hans-1879-06-25	1879-06-25	Burckhardt Hans
burckhardt-hermann-1847-07-03	1847-07-03	Burckhardt Hermann
burger-bernard-1886-01-22	1886-01-22	Bürger Bernard
burgers-joseph-1881-08-27	1881-08-27	Bürgers Joseph
gauquelin-a2-1698-1872-08-10	1872-08-10	Gauquelin-A2-1698
burkhardt-ludwi-1872-06-21	1872-06-21	Burkhardt Ludwi
gauquelin-a2-1700-1876-10-01	1876-10-01	Gauquelin-A2-1700
busse-otto-1867-12-06	1867-12-06	Busse Otto
ceelen-wilhelm-1883-08-21	1883-08-21	Ceelen Wilhelm
coenen-hermann-1875-11-21	1875-11-21	Coenen Hermann
coerper-karl-1886-09-24	1886-09-24	Coerper Karl
comberg-wilhelm-1885-05-19	1885-05-19	Comberg Wilhelm
conradi-heinrich-1876-03-22	1876-03-22	Conradi Heinrich
cord-richard-1881-08-07	1881-08-07	Cord Richard
cornelius-alfons-1865-04-16	1865-04-16	Cornelius Alfons
cornet-geor-1858-07-28	1858-07-28	Cornet Geor
cremer-max-1865-03-11	1865-03-11	Cremer Max
creutzfeldt-hans-1885-06-02	1885-06-02	Creutzfeldt Hans
dahmann-heinz-1890-11-23	1890-11-23	Dahmann Heinz
determann-hermann-1865-07-19	1865-07-19	Determann Hermann
deusch-gustav-1891-02-14	1891-02-14	Deusch Gustav
diels-hermann-1848-05-18	1848-05-18	Diels Hermann
diepgen-paul-1878-11-24	1878-11-24	Diepgen Paul
dietrich-hans-1886-05-11	1886-05-11	Dietrich Hans
disselhorst-rudolf-1854-01-04	1854-01-04	Disselhorst Rudolf
dittler-rudolf-1881-11-02	1881-11-02	Dittler Rudolf
dittmar-carl-1844-06-17	1844-06-17	Dittmar Carl
dold-hermann-1882-10-05	1882-10-05	Dold Hermann
drachter-richard-1883-03-20	1883-03-20	Drachter Richard
dreuw-heinrich-1874-07-15	1874-07-15	Dreuw Heinrich
drevermann-paul-1890-03-26	1890-03-26	Drevermann Paul
driesch-hans-1867-10-28	1867-10-28	Driesch Hans
duken-johann-1889-01-12	1889-01-12	Duken Johann
durken-bernhard-1881-09-20	1881-09-20	Dürken Bernhard
ebstein-erich-1880-06-11	1880-06-11	Ebstein Erich
eckstein-albert-1891-02-09	1891-02-09	Eckstein Albert
edinger-ludwi-1855-04-13	1855-04-13	Edinger Ludwi
gauquelin-a2-1731-1879-02-04	1879-02-04	Gauquelin-A2-1731
eichhoff-joseph-1855-05-14	1855-05-14	Eichhoff Joseph
eisenreich-otto-1881-05-22	1881-05-22	Eisenreich Otto
ellinger-alexander-1870-04-17	1870-04-17	Ellinger Alexander
ellinger-philipp-1887-06-18	1887-06-18	Ellinger Philipp
emmerich-rudolf-1852-09-29	1852-09-29	Emmerich Rudolf
endres-hermann-1865-09-26	1865-09-26	Endres Hermann
engelmann-fritz-1873-08-21	1873-08-21	Engelmann Fritz
erb-wilhelm-1840-11-30	1840-11-30	Erb Wilhelm
ercklentz-wilhelm-1872-03-22	1872-03-22	Ercklentz Wilhelm
esch-peter-1874-12-20	1874-12-20	Esch Peter
escherich-theodor-1857-11-29	1857-11-29	Escherich Theodor
eschweiler-rudolf-1870-11-17	1870-11-17	Eschweiler Rudolf
euler-hermann-1878-05-13	1878-05-13	Euler Hermann
eversbusch-oskar-1853-05-26	1853-05-26	Eversbusch Oskar
eymer-heinrich-1883-06-11	1883-06-11	Eymer Heinrich
fabian-heinrich-1889-11-28	1889-11-28	Fabian Heinrich
fabry-johannes-1860-06-01	1860-06-01	Fabry Johannes
fahr-theodor-1877-10-03	1877-10-03	Fahr Theodor
falck-ferdinand-1848-05-28	1848-05-28	Falck Ferdinand
feis-oswald-1866-03-13	1866-03-13	Feis Oswald
fessler-julius-1862-05-04	1862-05-04	Fessler Julius
feulgen-robert-1884-09-02	1884-09-02	Feulgen Robert
finckh-ludwi-1876-03-21	1876-03-21	Finckh Ludwi
finkelnburg-rudolf-1870-12-15	1870-12-15	Finkelnburg Rudolf
finkler-dittmar-1852-07-25	1852-07-25	Finkler Dittmar
fischer-emil-1852-10-09	1852-10-09	Fischer Emil
fischer-eugen-1874-06-05	1874-06-05	Fischer Eugen
fischer-friedrich-1855-07-27	1855-07-27	Fischer Friedrich
fischer-hans-1881-07-27	1881-07-27	Fischer Hans
fischer-heinrich-1884-12-13	1884-12-13	Fischer Heinrich
fischer-martin-1879-11-10	1879-11-10	Fischer Martin
fischer-walter-1882-12-27	1882-12-27	Fischer Walter
fischler-franz-1876-03-15	1876-03-15	Fischler Franz
fleiner-wilhelm-1857-12-06	1857-12-06	Fleiner Wilhelm
fleischer-richard-1848-09-29	1848-09-29	Fleischer Richard
flesch-maximilian-1852-01-01	1852-01-01	Flesch Maximilian
florschutz-geor-1859-02-01	1859-02-01	Florschütz Geor
flugge-gustav-1867-03-25	1867-03-25	Flügge Gustav
forster-edmund-1878-09-03	1878-09-03	Forster Edmund
frangenheim-paul-1876-07-04	1876-07-04	Frangenheim Paul
frank-otto-1865-06-21	1865-06-21	Frank Otto
freise-eduard-1882-09-25	1882-09-25	Freise Eduard
frese-otto-1871-05-15	1871-05-15	Frese Otto
freudenberg-ernst-1884-06-24	1884-06-24	Freudenberg Ernst
frey-emil-1888-07-27	1888-07-27	Frey Emil
fromme-walther-1879-03-01	1879-03-01	Fromme Walther
fuld-ernst-1873-05-03	1873-05-03	Fuld Ernst
futh-heinrich-1868-01-11	1868-01-11	Füth Heinrich
gans-oscar-1888-02-06	1888-02-06	Gans Oscar
gauquelin-a2-1781-1853-01-24	1853-01-24	Gauquelin-A2-1781
gansslen-max-1895-03-24	1895-03-24	Gänsslen Max
gartner-august-1848-04-18	1848-04-18	Gärtner August
gaupp-robert-1870-10-03	1870-10-03	Gaupp Robert
gauss-carl-1875-10-29	1875-10-29	Gauss Carl
gemund-wilhelm-1873-05-27	1873-05-27	Gemünd Wilhelm
georgi-walter-1889-04-24	1889-04-24	Georgi Walter
gerhartz-heinrich-1879-01-26	1879-01-26	Gerhartz Heinrich
gerlach-leo-1851-01-23	1851-01-23	Gerlach Leo
gessner-adolf-1864-02-04	1864-02-04	Gessner Adolf
gies-theodor-1845-11-03	1845-11-03	Gies Theodor
gins-heinrich-1883-07-21	1883-07-21	Gins Heinrich
goetze-otto-1886-06-25	1886-06-25	Goetze Otto
goldschmidt-edgar-1881-12-14	1881-12-14	Goldschmidt Edgar
goldschmidt-richard-1878-04-12	1878-04-12	Goldschmidt Richard
gollwitzer-meier-klotilde-1894-10-29	1894-10-29	Gollwitzer-Meier Klotilde
gott-theodor-1880-11-03	1880-11-03	Gött Theodor
gottschalk-sigmund-1860-10-21	1860-10-21	Gottschalk Sigmund
gradle-henry-1855-08-17	1855-08-17	Gradle Henry
graef-siegfried-1887-03-22	1887-03-22	Graef Siegfried
graeper-ludwi-1882-03-30	1882-03-30	Graeper Ludwi
graff-erwin-1878-09-23	1878-09-23	Graff Erwin
grahe-karl-1890-04-26	1890-04-26	Grahe Karl
graser-ernst-1860-04-04	1860-04-04	Graser Ernst
grashey-rudolf-1876-02-24	1876-02-24	Grashey Rudolf
grassl-joseph-1858-09-20	1858-09-20	Grassl Joseph
greeff-richard-1862-06-18	1862-06-18	Greeff Richard
greving-richard-1887-01-31	1887-01-31	Greving Richard
groebbels-franz-1888-09-01	1888-09-01	Groebbels Franz
groedel-franz-1881-05-25	1881-05-25	Groedel Franz
gross-oskar-1881-03-05	1881-03-05	Gross Oskar
gross-walter-1878-01-12	1878-01-12	Gross Walter
grote-louis-1886-04-19	1886-04-19	Grote Louis
grotjahn-alfred-1869-11-25	1869-11-25	Grotjahn Alfred
grouven-karl-1872-01-21	1872-01-21	Grouven Karl
gruber-geor-1884-02-22	1884-02-22	Gruber Geor
gruter-wilhelm-1882-07-30	1882-07-30	Grüter Wilhelm
guggenheimer-hans-1886-07-03	1886-07-03	Guggenheimer Hans
gunther-hans-1884-07-09	1884-07-09	Günther Hans
guthmann-heinrich-1893-07-07	1893-07-07	Guthmann Heinrich
haas-geor-1886-04-24	1886-04-24	Haas Geor
hackenbruch-peter-1865-05-19	1865-05-19	Hackenbruch Peter
gauquelin-a2-1823-1853-11-23	1853-11-23	Gauquelin-A2-1823
hahn-hermann-1872-09-19	1872-09-19	Hahn Hermann
hamel-karl-1870-06-19	1870-06-19	Hamel Karl
hansemann-david-1858-09-05	1858-09-05	Hansemann David
hansen-karl-1893-05-07	1893-05-07	Hansen Karl
hanser-robert-1884-01-16	1884-01-16	Hanser Robert
harms-clemens-1875-09-23	1875-09-23	Harms Clemens
hart-carl-1876-08-01	1876-08-01	Hart Carl
hartmann-adele-1881-01-09	1881-01-09	Hartmann Adele
hartmann-arthur-1849-01-01	1849-01-01	Hartmann Arthur
hartmann-max-1876-07-07	1876-07-07	Hartmann Max
harz-karl-1842-11-28	1842-11-28	Harz Karl
hauck-leo-1874-05-29	1874-05-29	Hauck Leo
haupt-walther-1888-04-15	1888-04-15	Haupt Walther
hauser-gustav-1856-07-13	1856-07-13	Hauser Gustav
haymann-ludwig-1877-04-10	1877-04-10	Haymann Ludwig
hegler-carl-1878-08-11	1878-08-11	Hegler Carl
heiderich-friedrich-1878-07-12	1878-07-12	Heiderich Friedrich
heilner-ernst-1876-07-25	1876-07-25	Heilner Ernst
heim-ludwi-1857-02-13	1857-02-13	Heim Ludwi
heineke-hermann-1873-10-14	1873-10-14	Heineke Hermann
hellmuth-karl-1889-11-13	1889-11-13	Hellmuth Karl
herrenknecht-wilhelm-1865-05-19	1865-05-19	Herrenknecht Wilhelm
herrmannsdorfer-adolf-1889-05-08	1889-05-08	Herrmannsdorfer Adolf
hertwig-oskar-1849-04-21	1849-04-21	Hertwig Oskar
hertwig-richard-1850-09-22	1850-09-22	Hertwig Richard
herzog-geor-1884-11-04	1884-11-04	Herzog Geor
herzog-maximilian-1858-09-17	1858-09-17	Herzog Maximilian
hess-carl-1863-03-07	1863-03-07	Hess Carl
hessing-friedrich-1838-06-19	1838-06-19	Hessing Friedrich
hetsch-heinrich-1873-07-02	1873-07-02	Hetsch Heinrich
hildebrandt-fritz-1887-11-03	1887-11-03	Hildebrandt Fritz
hildebrandt-wilhelm-1878-09-11	1878-09-11	Hildebrandt Wilhelm
hinsberg-viktor-1870-12-04	1870-12-04	Hinsberg Viktor
hinselmann-hans-1884-08-06	1884-08-06	Hinselmann Hans
hirsch-karl-1870-04-02	1870-04-02	Hirsch Karl
hirschel-geor-1875-02-10	1875-02-10	Hirschel Geor
hochhaus-heinrich-1860-02-14	1860-02-14	Hochhaus Heinrich
hoesslin-heinrich-1878-07-09	1878-07-09	Hoesslin Heinrich
hoffmann-hermann-1891-06-06	1891-06-06	Hoffmann Hermann
holzbach-ernst-1880-02-19	1880-02-19	Holzbach Ernst
homburger-august-1873-12-18	1873-12-18	Homburger August
hopmann-carl-1844-12-10	1844-12-10	Hopmann Carl
horn-paul-1885-10-13	1885-10-13	Horn Paul
horstmann-carl-1847-06-14	1847-06-14	Horstmann Carl
huber-johann-1830-12-07	1830-12-07	Huber Johann
hueck-werner-1882-04-18	1882-04-18	Hueck Werner
hueppe-ferdinand-1852-08-24	1852-08-24	Hueppe Ferdinand
igersheimer-joseph-1879-09-03	1879-09-03	Igersheimer Joseph
isaac-simon-1881-07-05	1881-07-05	Isaac Simon
iselin-hans-1878-02-21	1878-02-21	Iselin Hans
jacobshagen-eduard-1886-05-12	1886-05-12	Jacobshagen Eduard
jaeger-heinrich-1856-09-21	1856-09-21	Jaeger Heinrich
jager-gustav-1832-06-23	1832-06-23	Jäger Gustav
jakob-alfons-1884-07-02	1884-07-02	Jakob Alfons
janssen-peter-1874-10-24	1874-10-24	Janssen Peter
janssen-sigurd-1891-02-17	1891-02-17	Janssen Sigurd
jess-adolf-1883-03-07	1883-03-07	Jess Adolf
joest-ernst-1873-02-14	1873-02-14	Joest Ernst
jolly-friedrich-1844-11-24	1844-11-24	Jolly Friedrich
jordan-max-1864-05-27	1864-05-27	Jordan Max
jores-leonhard-1866-03-26	1866-03-26	Jores Leonhard
jost-hans-1894-03-14	1894-03-14	Jost Hans
jotten-carl-1886-03-04	1886-03-04	Jötten Carl
jung-philipp-1870-04-22	1870-04-22	Jung Philipp
jungling-otto-1884-01-19	1884-01-19	Jüngling Otto
jungmann-paul-1886-01-31	1886-01-31	Jungmann Paul
kahn-eugen-1887-05-20	1887-05-20	Kahn Eugen
kaiserling-carl-1869-02-03	1869-02-03	Kaiserling Carl
kalk-heinz-1895-07-01	1895-07-01	Kalk Heinz
kappis-max-1881-10-06	1881-10-06	Kappis Max
kaufmann-eduard-1860-03-24	1860-03-24	Kaufmann Eduard
kayser-bernard-1869-08-06	1869-08-06	Kayser Bernard
kayser-heinrich-1876-09-20	1876-09-20	Kayser Heinrich
keeser-eduard-1892-02-27	1892-02-27	Keeser Eduard
kehl-hermann-1886-07-05	1886-07-05	Kehl Hermann
kehrer-ferdinand-1883-07-19	1883-07-19	Kehrer Ferdinand
keller-philipp-1891-12-19	1891-12-19	Keller Philipp
keppler-friedrich-1841-01-24	1841-01-24	Keppler Friedrich
kerschensteiner-hermann-1873-05-17	1873-05-17	Kerschensteiner Hermann
killian-gustav-1860-06-02	1860-06-02	Killian Gustav
kimmle-ludwi-1860-10-03	1860-10-03	Kimmle Ludwi
kirchhein-ludwi-1876-09-13	1876-09-13	Kirchhein Ludwi
kirchhoff-theodor-1853-06-27	1853-06-27	Kirchhoff Theodor
kirstein-fritz-1874-02-27	1874-02-27	Kirstein Fritz
kister-julius-1870-12-18	1870-12-18	Kister Julius
klapp-rudolf-1873-02-16	1873-02-16	Klapp Rudolf
klee-philipp-1884-11-26	1884-11-26	Klee Philipp
kleinschmidt-hans-1885-06-18	1885-06-18	Kleinschmidt Hans
klieneberger-carl-1876-04-25	1876-04-25	Klieneberger Carl
klose-heinrich-1879-08-31	1879-08-31	Klose Heinrich
knapp-jacob-1832-03-17	1832-03-17	Knapp Jacob
gauquelin-a2-1915-1863-01-08	1863-01-08	Gauquelin-A2-1915
kober-georges-1850-03-28	1850-03-28	Kober Georges
koch-berhard-1892-04-16	1892-04-16	Koch Berhard
koch-ernst-1886-02-06	1886-02-06	Koch Ernst
koch-julius-1841-12-04	1841-12-04	Koch Julius
koch-richard-1882-09-03	1882-09-03	Koch Richard
koch-walter-1880-05-03	1880-05-03	Koch Walter
koelsch-franz-1876-07-04	1876-07-04	Koelsch Franz
koester-karl-1843-04-02	1843-04-02	Koester Karl
kohler-albert-1850-10-29	1850-10-29	Köhler Albert
kohler-fritz-1874-03-20	1874-03-20	Köhler Fritz
kolle-wilhelm-1868-11-02	1868-11-02	Kolle Wilhelm
konig-arthur-1856-09-13	1856-09-13	König Arthur
konig-fritz-1860-05-30	1860-05-30	König Fritz
konig-josef-1843-11-15	1843-11-15	König Josef
koniger-hermann-1876-07-22	1876-07-22	Königer Hermann
konigshofer-oskar-1851-12-04	1851-12-04	Königshöfer Oskar
konrich-friedrich-1878-10-29	1878-10-29	Konrich Friedrich
korff-karl-1867-10-06	1867-10-06	Korff Karl
korff-petersen-arthur-1882-01-23	1882-01-23	Korff-Petersen Arthur
korner-otto-1858-05-10	1858-05-10	Körner Otto
gauquelin-a2-1936-1890-06-17	1890-06-17	Gauquelin-A2-1936
krabbel-heinrich-1850-07-10	1850-07-10	Krabbel Heinrich
krabbel-max-1887-05-14	1887-05-14	Krabbel Max
krafft-ebing-richard-1840-08-14	1840-08-14	Krafft-Ebing Richard
kranz-peter-1884-12-29	1884-12-29	Kranz Peter
krause-rudolf-1865-08-12	1865-08-12	Krause Rudolf
krauss-wilhelm-1873-06-07	1873-06-07	Krauss Wilhelm
kretschmer-ernst-1888-10-08	1888-10-08	Kretschmer Ernst
krieger-josef-1834-08-15	1834-08-15	Krieger Josef
kroetz-christian-1894-12-06	1894-12-06	Kroetz Christian
kuhn-abraham-1838-01-28	1838-01-28	Kuhn Abraham
kulbs-franz-1875-12-31	1875-12-31	Külbs Franz
kulenkampff-dietrich-1880-09-01	1880-09-01	Kulenkampff Dietrich
kulz-fritz-1887-03-04	1887-03-04	Külz Fritz
kummell-hermann-1852-05-22	1852-05-22	Kümmell Hermann
kummel-werner-1866-04-29	1866-04-29	Kümmel Werner
kunkel-adam-1848-11-27	1848-11-27	Kunkel Adam
kuppers-egon-1887-02-19	1887-02-19	Küppers Egon
kurella-hans-1858-02-20	1858-02-20	Kurella Hans
kurth-heinrich-1860-09-27	1860-09-27	Kurth Heinrich
kuster-emil-1877-04-11	1877-04-11	Küster Emil
labhardt-alfred-1874-03-24	1874-03-24	Labhardt Alfred
lahm-wilhelm-1889-03-19	1889-03-19	Lahm Wilhelm
lahmann-johann-1860-03-30	1860-03-30	Lahmann Johann
landeker-alfons-1886-03-09	1886-03-09	Landeker Alfons
langhans-theodor-1839-09-28	1839-09-28	Langhans Theodor
laquer-fritz-1888-09-15	1888-09-15	Laquer Fritz
lauter-sigismund-1891-05-01	1891-05-01	Lauter Sigismund
le-blanc-emil-1887-04-10	1887-04-10	Le Blanc Emil
lehmann-walter-1888-11-17	1888-11-17	Lehmann Walter
leichtenstern-otto-1845-10-14	1845-10-14	Leichtenstern Otto
lejeune-fritz-1892-07-01	1892-07-01	Lejeune Fritz
lenhartz-hermann-1854-12-20	1854-12-20	Lenhartz Hermann
lenzmann-richard-1856-03-14	1856-03-14	Lenzmann Richard
leschke-erich-1887-10-23	1887-10-23	Leschke Erich
levy-richard-1882-07-29	1882-07-29	Levy Richard
liebendorfer-georg-1852-02-16	1852-02-16	Liebendörfer Georg
lindemann-august-1880-12-22	1880-12-22	Lindemann August
linzenmeier-geor-1882-06-30	1882-06-30	Linzenmeier Geor
lobenhoffer-wilhelm-1879-02-19	1879-02-19	Lobenhoffer Wilhelm
lobker-carl-1854-09-15	1854-09-15	Löbker Carl
loeb-jacques-1859-04-07	1859-04-07	Loeb Jacques
loeb-leo-1869-09-21	1869-09-21	Loeb Leo
loeb-oswald-1880-07-31	1880-07-31	Loeb Oswald
lohe-heinrich-1877-08-26	1877-08-26	Löhe Heinrich
lohr-wilhelm-1889-03-15	1889-03-15	Löhr Wilhelm
lommel-felix-1875-09-07	1875-09-07	Lommel Félix
loning-friedrich-1879-05-09	1879-05-09	Löning Friedrich
loos-otto-1871-02-15	1871-02-15	Loos Otto
lorenz-gustav-1846-02-04	1846-02-04	Lorenz Gustav
lossen-hermann-1842-11-07	1842-11-07	Lossen Hermann
lossen-hermann-1864-10-10	1864-10-10	Lossen Hermann
lossen-joseph-1876-06-02	1876-06-02	Lossen Joseph
lowenstein-otto-1889-05-07	1889-05-07	Löwenstein Otto
lowi-otto-1873-06-03	1873-06-03	Löwi Otto
ludin-max-1883-07-13	1883-07-13	Lüdin Max
lust-franz-1880-07-28	1880-07-28	Lust Franz
lutz-wilhelm-1888-11-04	1888-11-04	Lutz Wilhelm
maier-hans-1882-07-26	1882-07-26	Maier Hans
martini-paul-1889-01-25	1889-01-25	Martini Paul
mayer-august-1876-08-28	1876-08-28	Mayer August
gauquelin-a2-1998-1875-09-05	1875-09-05	Gauquelin-A2-1998
mayer-siegmund-1842-12-27	1842-12-27	Mayer Siegmund
mayer-gross-willy-1889-01-15	1889-01-15	Mayer-Gross Willy
mayr-julius-1888-08-21	1888-08-21	Mayr Julius
medicus-ludwi-1847-12-01	1847-12-01	Medicus Ludwi
meggendorfer-friedrich-1880-06-07	1880-06-07	Meggendorfer Friedrich
meinicke-ernst-1878-09-23	1878-09-23	Meinicke Ernst
meisner-wilhelm-1881-10-05	1881-10-05	Meisner Wilhelm
meissen-ernst-1854-09-08	1854-09-08	Meissen Ernst
melchior-eduard-1883-03-13	1883-03-13	Melchior Eduard
mellinger-carl-1858-11-26	1858-11-26	Mellinger Carl
menge-karl-1864-08-18	1864-08-18	Menge Karl
mense-carl-1861-03-28	1861-03-28	Mense Carl
mergler-marie-1851-05-17	1851-05-17	Mergler Marie
mermann-alfons-1852-10-07	1852-10-07	Mermann Alfons
meyer-selma-1881-06-09	1881-06-09	Meyer Selma
meyer-burgdorff-hermann-1889-04-14	1889-04-14	Meyer-Burgdorff Hermann
michel-andreas-1861-08-14	1861-08-14	Michel Andreas
michel-julius-1843-07-05	1843-07-05	Michel Julius
molineus-gustav-1880-11-05	1880-11-05	Molineus Gustav
monkemoller-otto-1867-05-05	1867-05-05	Mönkemöller Otto
moritz-friedrich-1861-12-10	1861-12-10	Moritz Friedrich
muckermann-hermann-1877-08-30	1877-08-30	Muckermann Hermann
muhlens-peter-1874-05-12	1874-05-12	Mühlens Peter
muller-august-1864-03-04	1864-03-04	Müller August
muller-eduard-1876-01-04	1876-01-04	Müller Eduard
muller-johannes-1864-01-30	1864-01-30	Müller Johannes
muller-max-1878-08-28	1878-08-28	Müller Max
muller-lyer-franz-1857-02-05	1857-02-05	Müller-Lyer Franz
gauquelin-a2-2027-1880-05-08	1880-05-08	Gauquelin-A2-2027
munk-fritz-1879-03-11	1879-03-11	Munk Fritz
nasse-dietrich-1860-11-05	1860-11-05	Nasse Dietrich
nebelthau-johann-1864-09-14	1864-09-14	Nebelthau Johann
nedden-max-1870-03-26	1870-03-26	Nedden Max
neuburger-karl-1890-03-05	1890-03-05	Neubürger Karl
neukrich-paul-1885-12-26	1885-12-26	Neukrich Paul
neumann-hans-1891-11-18	1891-11-18	Neumann Hans
nieden-hermann-1885-04-19	1885-04-19	Nieden Hermann
nissl-franz-1860-09-09	1860-09-09	Nissl Franz
noll-alfred-1870-08-12	1870-08-12	Noll Alfred
noltenius-hermann-1861-10-20	1861-10-20	Noltenius Hermann
nonnenbruch-wilhelm-1887-11-06	1887-11-06	Nonnenbruch Wilhelm
noorden-carl-1858-09-13	1858-09-13	Noorden Carl
noorden-werner-1860-05-20	1860-05-20	Noorden Werner
nordmann-otto-1876-09-14	1876-09-14	Nordmann Otto
nurnberger-ludwi-1884-07-17	1884-07-17	Nürnberger Ludwi
nussbaum-adolf-1885-08-04	1885-08-04	Nussbaum Adolf
oberndorfer-siegfried-1876-06-24	1876-06-24	Oberndorfer Siegfried
oberst-maximilian-1849-10-06	1849-10-06	Oberst Maximilian
oefele-felix-1861-12-24	1861-12-24	Oefele Félix
oeller-hans-1882-06-04	1882-06-04	Oeller Hans
oeller-johann-1850-04-30	1850-04-30	Oeller Johann
oesterlein-otto-1840-03-14	1840-03-14	Oesterlein Otto
oettingen-karl-1891-07-24	1891-07-24	Oettingen Karl
offergeld-heinrich-1877-05-25	1877-05-25	Offergeld Heinrich
ohm-johannes-1880-12-19	1880-12-19	Ohm Johannes
olt-adam-1866-02-04	1866-02-04	Olt Adam
oppenheim-hermann-1857-12-31	1857-12-31	Oppenheim Hermann
orth-johannes-1847-01-14	1847-01-14	Orth Johannes
orth-oskar-1876-06-15	1876-06-15	Orth Oskar
orthmann-ernst-1859-03-19	1859-03-19	Orthmann Ernst
ostertag-robert-1864-03-24	1864-03-24	Ostertag Robert
nieberle-karl-1877-01-01	1877-01-01	Nieberle Karl
pagenstecher-hermann-1844-09-16	1844-09-16	Pagenstecher Hermann
pagenstecher-hermann-1879-12-31	1879-12-31	Pagenstecher Hermann
pels-leusden-friedrich-1866-08-12	1866-08-12	Pels Leusden Friedrich
peretti-joseph-1852-12-24	1852-12-24	Peretti Joseph
perthes-georg-1869-01-17	1869-01-17	Perthes Georg
petersen-hans-1885-11-28	1885-11-28	Petersen Hans
petri-julius-1852-05-31	1852-05-31	Petri Julius
pfeilsticker-walter-1880-07-18	1880-07-18	Pfeilsticker Walter
philippson-louis-1862-12-30	1862-12-30	Philippson Louis
poehlmann-august-1882-02-13	1882-02-13	Poehlmann August
posselt-karl-1837-09-08	1837-09-08	Posselt Karl
prigge-richard-1896-04-17	1896-04-17	Prigge Richard
prinzhorn-hans-1886-06-08	1886-06-08	Prinzhorn Hans
probsting-august-1860-09-21	1860-09-21	Pröbsting August
prym-oskar-1873-11-23	1873-11-23	Prym Oskar
raehlmann-eduard-1848-03-19	1848-03-19	Raehlmann Eduard
rauber-august-1841-03-24	1841-03-24	Rauber August
rebel-hans-1889-05-16	1889-05-16	Rebel Hans
rehn-johann-1831-05-20	1831-05-20	Rehn Johann
rehn-ludwi-1849-04-13	1849-04-13	Rehn Ludwi
reiche-franz-1864-06-13	1864-06-13	Reiche Franz
reichenbach-hans-1864-11-30	1864-11-30	Reichenbach Hans
reichmann-viktor-1881-01-08	1881-01-08	Reichmann Viktor
rein-hermann-1898-02-08	1898-02-08	Rein Hermann
reinhold-heinrich-1862-09-24	1862-09-24	Reinhold Heinrich
reis-victor-1889-05-14	1889-05-14	Reis Victor
reis-wilhelm-1872-04-18	1872-04-18	Reis Wilhelm
reiss-emil-1878-05-12	1878-05-12	Reiss Emil
renvers-rudolf-1854-02-18	1854-02-18	Renvers Rudolf
reschke-karl-1886-12-23	1886-12-23	Reschke Karl
rheinstadter-august-1839-03-31	1839-03-31	Rheinstädter August
ribbert-hugo-1855-03-01	1855-03-01	Ribbert Hugo
rieder-hermann-1858-12-03	1858-12-03	Rieder Hermann
riedinger-ferdinand-1845-09-19	1845-09-19	Riedinger Ferdinand
riedinger-jakob-1861-04-01	1861-04-01	Riedinger Jakob
rieger-conrad-1855-03-28	1855-03-28	Rieger Conrad
riesser-otto-1882-07-09	1882-07-09	Riesser Otto
rimpau-willi-1877-01-16	1877-01-16	Rimpau Willi
ritschl-alexander-1861-08-18	1861-08-18	Ritschl Alexander
romeis-benno-1888-04-03	1888-04-03	Romeis Benno
romer-paul-1876-05-19	1876-05-19	Römer Paul
rubsamen-wilhelm-1886-05-01	1886-05-01	Rübsamen Wilhelm
rumpel-theodor-1862-03-25	1862-03-25	Rumpel Theodor
rumpf-theodor-1851-12-23	1851-12-23	Rumpf Theodor
runge-hermann-1887-06-17	1887-06-17	Runge Hermann
saller-karl-1902-09-03	1902-09-03	Saller Karl
salzer-fritz-1867-03-04	1867-03-04	Salzer Fritz
sandmeyer-wilhelm-1863-09-28	1863-09-28	Sandmeyer Wilhelm
sattler-carl-1880-07-04	1880-07-04	Sattler Carl
schade-heinrich-1876-03-13	1876-03-13	Schade Heinrich
schaedel-wilhelm-1884-07-12	1884-07-12	Schaedel Wilhelm
schallmayer-wilhelm-1857-02-10	1857-02-10	Schallmayer Wilhelm
schaper-alfred-1863-05-25	1863-05-25	Schaper Alfred
schech-philipp-1845-12-25	1845-12-25	Schech Philipp
schede-max-1844-01-07	1844-01-07	Schede Max
scheidt-walter-1895-07-27	1895-07-27	Scheidt Walter
schelble-hans-1877-07-31	1877-07-31	Schelble Hans
schenck-friedrich-1862-08-14	1862-08-14	Schenck Friedrich
scheurlen-ernst-1863-02-05	1863-02-05	Scheurlen Ernst
schlayer-carl-1875-10-21	1875-10-21	Schlayer Carl
schlecht-heinrich-1881-02-20	1881-02-20	Schlecht Heinrich
schliz-alfred-1849-09-18	1849-09-18	Schliz Alfred
schloss-ernst-1882-12-26	1882-12-26	Schloss Ernst
schlossberger-hans-1887-09-22	1887-09-22	Schlossberger Hans
schlosser-karl-1857-06-02	1857-06-02	Schlösser Karl
schmidt-adolf-1865-03-07	1865-03-07	Schmidt Adolf
schmidt-emil-1837-04-07	1837-04-07	Schmidt Emil
schmidt-hans-1882-08-31	1882-08-31	Schmidt Hans
schmidtmann-adolf-1851-02-13	1851-02-13	Schmidtmann Adolf
schmincke-alexander-1877-09-19	1877-09-19	Schmincke Alexander
schmitt-walter-1888-09-25	1888-09-25	Schmitt Walter
schmitz-ernst-1882-03-23	1882-03-23	Schmitz Ernst
schmiz-carl-1877-02-15	1877-02-15	Schmiz Carl
schnaudigel-otto-1869-11-12	1869-11-12	Schnaudigel Otto
schneider-paul-1879-04-21	1879-04-21	Schneider Paul
schoen-rudolf-1892-01-31	1892-01-31	Schoen Rudolf
schoenholz-ludwi-1893-05-23	1893-05-23	Schoenholz Ludwi
schon-wilhelm-1848-03-29	1848-03-29	Schön Wilhelm
schonfeld-walter-1888-05-15	1888-05-15	Schönfeld Walter
schottelius-max-1849-11-15	1849-11-15	Schottelius Max
schreiber-august-1853-05-17	1853-05-17	Schreiber August
schreus-hans-1892-09-10	1892-09-10	Schreus Hans
schridde-hermann-1875-07-20	1875-07-20	Schridde Hermann
schoffner-wilhelm-1867-01-02	1867-01-02	Schöffner Wilhelm
schultz-johannes-1884-06-20	1884-06-20	Schultz Johannes
schultz-werner-1878-07-03	1878-07-03	Schultz Werner
schultze-ernst-1865-03-22	1865-03-22	Schultze Ernst
schultze-ferdinand-1859-08-07	1859-08-07	Schultze Ferdinand
schultze-oskar-1859-08-10	1859-08-10	Schultze Oskar
schulz-friedrich-1871-01-07	1871-01-07	Schulz Friedrich
schumm-otto-1874-08-03	1874-08-03	Schumm Otto
schurmann-paul-1895-07-25	1895-07-25	Schürmann Paul
schurmann-walter-1880-05-14	1880-05-14	Schürmann Walter
schuster-paul-1867-09-01	1867-09-01	Schuster Paul
schwarz-leopold-1877-07-27	1877-07-27	Schwarz Leopold
seefelder-richard-1875-10-17	1875-10-17	Seefelder Richard
seifert-otto-1853-12-09	1853-12-09	Seifert Otto
seitz-ludwi-1872-05-24	1872-05-24	Seitz Ludwi
selenka-emil-1842-02-27	1842-02-27	Selenka Emil
selig-rudolf-1886-02-19	1886-02-19	Selig Rudolf
sellheim-hugo-1871-12-28	1871-12-28	Sellheim Hugo
selter-hugo-1878-01-04	1878-01-04	Selter Hugo
seuffert-ernst-1879-06-02	1879-06-02	Seuffert Ernst
seuffert-rudolf-1884-12-14	1884-12-14	Seuffert Rudolf
seydel-karl-1853-09-16	1853-09-16	Seydel Karl
siedentopf-henry-1872-09-22	1872-09-22	Siedentopf Henry
siegrist-august-1865-05-20	1865-05-20	Siegrist August
sigwart-walter-1876-05-22	1876-05-22	Sigwart Walter
sittmann-geor-1865-04-09	1865-04-09	Sittmann Geor
socin-christoph-1887-01-28	1887-01-28	Socin Christoph
solger-bernard-1849-12-05	1849-12-05	Solger Bernard
sommer-rene-1891-04-21	1891-04-21	Sommer René
sonnenburg-eduard-1848-11-03	1848-11-03	Sonnenburg Eduard
spaeth-eduard-1860-06-23	1860-06-23	Spaeth Eduard
spatz-hugo-1888-09-02	1888-09-02	Spatz Hugo
spee-ferdinand-1855-04-05	1855-04-05	Spee Ferdinand
spengler-alexander-1827-03-20	1827-03-20	Spengler Alexander
speyr-theodor-1868-05-30	1868-05-30	Speyr Theodor
spiess-gustav-1862-11-18	1862-11-18	Spiess Gustav
spiethoff-bodo-1875-11-15	1875-11-15	Spiethoff Bodo
spuler-arnold-1869-06-01	1869-06-01	Spuler Arnold
stacke-ludwig-1859-04-14	1859-04-14	Stacke Ludwig
stadler-eduard-1874-12-13	1874-12-13	Stadler Eduard
staehelin-rudolf-1875-08-28	1875-08-28	Staehelin Rudolf
starck-hugo-1871-04-27	1871-04-27	Starck Hugo
stauder-alfons-1878-04-12	1878-04-12	Stauder Alfons
steiner-gabriel-1883-05-26	1883-05-26	Steiner Gabriel
stepp-wilhelm-1882-10-20	1882-10-20	Stepp Wilhelm
stern-heinrich-1868-01-28	1868-01-28	Stern Heinrich
stettner-ernst-1885-07-22	1885-07-22	Stettner Ernst
steudel-hermann-1871-07-29	1871-07-29	Steudel Hermann
stieve-hermann-1886-05-22	1886-05-22	Stieve Hermann
stintzling-roderich-1854-02-12	1854-02-12	Stintzling Roderich
stock-wolfgan-1874-04-26	1874-04-26	Stock Wolfgan
stoffel-adolf-1880-06-03	1880-06-03	Stoffel Adolf
stokes-john-1885-09-01	1885-09-01	Stokes John
stolz-friedrich-1860-04-06	1860-04-06	Stolz Friedrich
straus-erwin-1891-10-11	1891-10-11	Straus Erwin
stroeder-richard-1876-10-17	1876-10-17	Stroeder Richard
strohmayer-wilhelm-1874-08-07	1874-08-07	Strohmayer Wilhelm
stuber-bernhard-1883-05-08	1883-05-08	Stuber Bernhard
stumpf-julius-1856-06-30	1856-06-30	Stumpf Julius
stumpke-gustav-1882-12-23	1882-12-23	Stümpke Gustav
sudhoff-karl-1853-11-26	1853-11-26	Sudhoff Karl
suter-friedrich-1870-03-14	1870-03-14	Suter Friedrich
tannenberg-joseph-1895-10-30	1895-10-30	Tannenberg Joseph
taute-max-1878-10-22	1878-10-22	Taute Max
thannhauser-siegfried-1885-06-28	1885-06-28	Thannhauser Siegfried
thoma-richard-1847-12-11	1847-12-11	Thoma Richard
thorn-wilhelm-1857-11-19	1857-11-19	Thorn Wilhelm
thorner-walter-1886-08-10	1886-08-10	Thörner Walter
bouvet-georges-1902-05-06	1902-05-06	Bouvet Georges
toeniessen-erich-1883-11-13	1883-11-13	Toeniessen Erich
traugott-carl-1885-05-28	1885-05-28	Traugott Carl
trendelenburg-paul-1884-03-24	1884-03-24	Trendelenburg Paul
treupel-gustav-1867-04-29	1867-04-29	Treupel Gustav
trumpp-joseph-1867-10-06	1867-10-06	Trumpp Joseph
uffenorde-walter-1879-01-01	1879-01-01	Uffenorde Walter
ulrich-richard-1849-01-27	1849-01-27	Ulrich Richard
ungar-emil-1849-09-03	1849-09-03	Ungar Emil
veiel-eberhard-1880-04-21	1880-04-21	Veiel Eberhard
veiel-fritz-1876-01-15	1876-01-15	Veiel Fritz
veiel-theodor-1848-03-29	1848-03-29	Veiel Theodor
veil-wolfgan-1884-11-16	1884-11-16	Veil Wolfgan
velden-reinhard-1851-08-26	1851-08-26	Velden Reinhard
verse-max-1877-03-16	1877-03-16	Verse Max
bouvier-jean-baptiste-1911-08-02	1911-08-02	Bouvier Jean-Baptiste
voelcker-fritz-1872-06-22	1872-06-22	Voelcker Fritz
voelker-otto-1843-04-15	1843-04-15	Voelker Otto
vogel-karl-1871-02-04	1871-02-04	Vogel Karl
vogt-emil-1885-01-12	1885-01-12	Vogt Emil
vogt-hans-1874-08-06	1874-08-06	Vogt Hans
vogt-walter-1888-02-24	1888-02-24	Vogt Walter
voit-max-1876-07-27	1876-07-27	Voit Max
voltz-friedrich-1891-01-01	1891-01-01	Voltz Friedrich
vortisch-hermann-1874-06-18	1874-06-18	Vortisch Hermann
vulpius-oscar-1867-01-30	1867-01-30	Vulpius Oscar
wachholder-kurt-1893-03-23	1893-03-23	Wachholder Kurt
wagener-oskar-1878-01-18	1878-01-18	Wagener Oskar
wagner-wilhelm-1848-01-14	1848-01-14	Wagner Wilhelm
walb-heinrich-1848-10-17	1848-10-17	Walb Heinrich
walbaum-hermann-1877-06-30	1877-06-30	Walbaum Hermann
waldeyer-hartz-wilhelm-1836-10-06	1836-10-06	Waldeyer-Hartz Wilhelm
walkhoff-otto-1860-04-23	1860-04-23	Walkhoff Otto
walther-heinrich-1866-04-12	1866-04-12	Walther Heinrich
wanner-friedrich-1870-08-23	1870-08-23	Wanner Friedrich
wassermann-friedrich-1884-08-13	1884-08-13	Wassermann Friedrich
weber-august-1873-02-23	1873-02-23	Weber August
weber-hermann-1865-11-06	1865-11-06	Weber Hermann
wegner-richard-1884-05-13	1884-05-13	Wegner Richard
wehner-ernst-1885-11-30	1885-11-30	Wehner Ernst
weidenreich-franz-1873-06-07	1873-06-07	Weidenreich Franz
weigelin-siegfried-1881-07-29	1881-07-29	Weigelin Siegfried
weil-adolf-1848-02-07	1848-02-07	Weil Adolf
weil-alfred-1884-06-29	1884-06-29	Weil Alfred
weingartner-max-1882-07-25	1882-07-25	Weingärtner Max
weiss-kurt-1886-01-13	1886-01-13	Weiss Kurt
weiss-otto-1871-07-22	1871-07-22	Weiss Otto
weizsacker-vicktor-1886-04-21	1886-04-21	Weizsäcker Vicktor
westphal-karl-1887-04-17	1887-04-17	Westphal Karl
wette-hermann-1857-05-16	1857-05-16	Wette Hermann
wetzel-albrecht-1880-07-16	1880-07-16	Wetzel Albrecht
wiedersheim-robert-1848-04-21	1848-04-21	Wiedersheim Robert
wieland-emil-1867-10-12	1867-10-12	Wieland Emil
wieland-hermann-1885-02-26	1885-02-26	Wieland Hermann
wieting-julius-1868-01-13	1868-01-13	Wieting Julius
wintz-hermann-1887-08-12	1887-08-12	Wintz Hermann
wirth-wilhelm-1876-07-26	1876-07-26	Wirth Wilhelm
wirz-franz-1889-04-10	1889-04-10	Wirz Franz
witebsky-ernst-1901-09-03	1901-09-03	Witebsky Ernst
wolf-friedrich-1888-12-23	1888-12-23	Wolf Friedrich
wolffberg-siegfried-1853-06-10	1853-06-10	Wolffberg Siegfried
wolffhugel-gustav-1845-08-27	1845-08-27	Wolffhügel Gustav
gauquelin-a2-2276-1861-09-05	1861-09-05	Gauquelin-A2-2276
wormser-edmund-1873-09-26	1873-09-26	Wormser Edmund
zahn-friedrich-1845-02-13	1845-02-13	Zahn Friedrich
zange-johannes-1880-12-12	1880-12-12	Zange Johannes
zeiss-heinrich-1888-07-12	1888-07-12	Zeiss Heinrich
ziehen-theodor-1862-11-12	1862-11-12	Ziehen Theodor
zimmermann-karl-1861-04-10	1861-04-10	Zimmermann Karl
zuntz-nathan-1847-10-07	1847-10-07	Zuntz Nathan
zurhelle-emil-1889-07-05	1889-07-05	Zurhelle Emil
zweifel-erwin-1885-11-29	1885-11-29	Zweifel Erwin
ansiaux-nicolas-1802-03-10	1802-03-10	Ansiaux Nicolas
bambeke-charles-1829-02-06	1829-02-06	Bambeke Charles
barella-hippolyte-1832-08-27	1832-08-27	Barella Hippolyte
belval-theodore-1832-07-18	1832-07-18	Belval Theodore
berchem-henri-1801-05-05	1801-05-05	Berchem Henri
bessemans-albert-1888-02-16	1888-02-16	Bessemans Albert
biervliet-antoine-1802-08-29	1802-08-29	Biervliet Antoine
biervliet-jules-1859-12-02	1859-12-02	Biervliet Jules
bigwood-ed-1891-09-10	1891-09-10	Bigwood Ed
block-guill-1806-03-06	1806-03-06	Block Guill
boddaert-richard-1834-10-07	1834-10-07	Boddaert Richard
boeck-jean-1863-05-15	1863-05-15	Boeck Jean
bordet-jules-1870-06-13	1870-06-13	Bordet Jules
borlee-josef-1817-01-04	1817-01-04	Borlee Josef
bouckaert-jean-1901-10-16	1901-10-16	Bouckaert Jean
bougard-j-1815-11-12	1815-11-12	Bougard J
brachet-albert-1869-01-01	1869-01-01	Brachet Albert
bribosia-francois-1825-01-07	1825-01-07	Bribosia François
broeckaert-jules-1867-04-07	1867-04-07	Broeckaert Jules
broeckx-corneille-1807-06-01	1807-06-01	Broeckx Corneille
brunin-auguste-1870-02-17	1870-02-17	Brunin Auguste
bruynoghe-richard-1881-11-04	1881-11-04	Bruynoghe Richard
brylants-gustave-1850-01-10	1850-01-10	Brylants Gustave
burggraeve-adolphe-1806-10-08	1806-10-08	Burggraeve Adolphe
bouvier-joseph-1883-05-02	1883-05-02	Bouvier Joseph
carnoy-jean-1836-01-22	1836-01-22	Carnoy Jean
carolus-jean-1808-12-11	1808-12-11	Carolus Jean
chapuis-felicien-1824-04-21	1824-04-21	Chapuis Felicien
contamine-jules-1826-03-02	1826-03-02	Contamine Jules
coppez-j-1840-02-21	1840-02-21	Coppez J
corin-gabriel-1864-01-26	1864-01-26	Corin Gabriel
corput-bernard-1821-04-20	1821-04-20	Corput Bernard
courtois-richard-1806-01-18	1806-01-18	Courtois Richard
cousot-theodule-1822-05-03	1822-05-03	Cousot Theodule
craninx-pierre-1805-11-17	1805-11-17	Craninx Pierre
croco-jean-1824-01-23	1824-01-23	Croco Jean
cunier-florent-1812-07-24	1812-07-24	Cunier Florent
daels-franz-1882-01-07	1882-01-07	Daels Franz
dalco-albert-1893-07-07	1893-07-07	Dalco Albert
dallemagne-jules-1858-04-21	1858-04-21	Dallemagne Jules
davreux-michel-1838-08-17	1838-08-17	Davreux Michel
debaisieux-theophile-1847-11-22	1847-11-22	Debaisieux Theophile
declairfayt-c-1883-08-07	1883-08-07	Declairfayt C
decroly-ovide-1871-07-23	1871-07-23	Decroly Ovide
dele-edouard-1835-12-20	1835-12-20	Dele Edouard
delstanche-charles-1840-07-11	1840-07-11	Delstanche Charles
delwart-louis-1801-06-04	1801-06-04	Delwart Louis
demoor-jean-1867-04-25	1867-04-25	Demoor Jean
den-broeck-victor-1821-03-17	1821-03-17	Den Broeck Victor
deneffe-victor-1835-06-23	1835-06-23	Deneffe Victor
depage-antoine-1862-11-28	1862-11-28	Depage Antoine
depaire-jean-1824-10-18	1824-10-18	Depaire Jean
derache-jean-1835-10-10	1835-10-10	Derache Jean
desguin-leon-1853-09-07	1853-09-07	Desguin Léon
desguin-victor-1838-01-30	1838-01-30	Desguin Victor
destree-edouard-1858-07-24	1858-07-24	Destree Edouard
dubois-havenith-emile-1856-03-24	1856-03-24	Dubois-Havenith Emile
duliere-walter-1862-03-12	1862-03-12	Duliere Walter
gauquelin-a2-2344-1848-07-18	1848-07-18	Gauquelin-A2-2344
fays-francois-1819-03-11	1819-03-11	Fays François
bouvier-roger-1924-01-27	1924-01-27	Bouvier Roger
fossion-nicolas-1811-10-29	1811-10-29	Fossion Nicolas
francotte-charles-1851-11-21	1851-11-21	Francotte Charles
fredericq-henri-1887-06-11	1887-06-11	Fredericq Henri
fredericq-leon-1851-08-24	1851-08-24	Fredericq Léon
fredericq-louis-1815-10-03	1815-10-03	Fredericq Louis
funck-maurice-1870-06-12	1870-06-12	Funck Maurice
gehuchten-paul-1893-11-22	1893-11-22	Gehuchten Paul
gehuchten-pierre-1861-04-20	1861-04-20	Gehuchten Pierre
gerard-pol-1886-03-02	1886-03-02	Gerard Pol
gille-norbert-1819-03-03	1819-03-03	Gille Norbert
gilson-eugene-1862-08-14	1862-08-14	Gilson Eugène
glorieux-pierre-1891-11-26	1891-11-26	Glorieux Pierre
goormaghtigh-norbert-1890-02-14	1890-02-14	Goormaghtigh Norbert
gregoire-victor-1870-12-05	1870-12-05	Gregoire Victor
guerin-jules-1801-03-11	1801-03-11	Guerin Jules
guislan-joseph-1797-02-02	1797-02-02	Guislan Joseph
hairion-frederic-1809-05-06	1809-05-06	Hairion Frédéric
hambursin-louis-1827-04-19	1827-04-19	Hambursin Louis
hannon-joseph-1822-11-13	1822-11-13	Hannon Joseph
hanot-gaspard-1814-02-25	1814-02-25	Hanot Gaspard
harkman-pierre-1872-06-24	1872-06-24	Harkman Pierre
hayoit-termicourt-emile-1832-07-06	1832-07-06	Hayoit Termicourt Emile
heger-paul-1846-12-13	1846-12-13	Heger Paul
herlant-leon-1873-09-03	1873-09-03	Herlant Léon
herlaut-achille-1850-05-28	1850-05-28	Herlaut Achille
hertoghe-eugene-1860-04-05	1860-04-05	Hertoghe Eugène
heymans-corneille-1892-03-28	1892-03-28	Heymans Corneille
heymans-joh-1859-11-25	1859-11-25	Heymans Joh
hicguet-dieudonne-1828-01-09	1828-01-09	Hicguet Dieudonné
hubert-eugene-1839-08-03	1839-08-03	Hubert Eugène
huevel-jean-1802-09-24	1802-09-24	Huevel Jean
hugues-jean-1840-10-07	1840-10-07	Hugues Jean
hyernaux-leon-1825-12-29	1825-12-29	Hyernaux Léon
jacobs-j-1862-01-28	1862-01-28	Jacobs J
jacques-victor-1853-03-22	1853-03-22	Jacques Victor
janssens-eugene-1831-09-23	1831-09-23	Janssens Eugène
joly-arthur-1841-11-06	1841-11-06	Joly Arthur
joris-hermann-1875-07-26	1875-07-26	Joris Hermann
julin-charles-1857-12-18	1857-12-18	Julin Charles
keiffer-jean-1864-12-01	1864-12-01	Keiffer Jean
kempen-etienne-1814-11-02	1814-11-02	Kempen Etienne
keyser-leon-1873-12-05	1873-12-05	Keyser Léon
kuborn-hyacinthe-1828-09-02	1828-09-02	Kuborn Hyacinthe
kufferath-edouard-1853-12-25	1853-12-25	Kufferath Edouard
lacquet-albert-1904-10-24	1904-10-24	Lacquet Albert
lambotte-elie-1856-12-02	1856-12-02	Lambotte Elie
lambotte-henri-1816-03-02	1816-03-02	Lambotte Henri
lauwers-emile-1858-10-29	1858-10-29	Lauwers Emile
lebeer-jean-1887-07-19	1887-07-19	Lebeer Jean
leboucq-hector-1848-04-05	1848-04-05	Leboucq Hector
ledresseur-charles-1842-06-02	1842-06-02	Ledresseur Charles
lefebvre-ferdinand-1821-03-20	1821-03-20	Lefebvre Ferdinand
lequime-joseph-1802-02-19	1802-02-19	Lequime Joseph
leroy-jos-1800-03-25	1800-03-25	Leroy Jos
lomry-pierre-1868-04-03	1868-04-03	Lomry Pierre
malcorps-francois-1812-01-22	1812-01-22	Malcorps François
marcq-joseph-1880-08-29	1880-08-29	Marcq Joseph
mareska-joseph-1803-09-09	1803-09-09	Mareska Joseph
marinus-romuald-1800-11-29	1800-11-29	Marinus Romuald
masius-voltaire-1836-03-03	1836-03-03	Masius Voltaire
masoin-ernest-1844-07-23	1844-07-23	Masoin Ernest
masoin-paul-1869-09-14	1869-09-14	Masoin Paul
massart-jean-1865-03-07	1865-03-07	Massart Jean
matthyssens-francois-1811-03-17	1811-03-17	Matthyssens François
mayer-leopold-1877-05-21	1877-05-21	Mayer Leopold
melckebeke-guillaume-1811-10-12	1811-10-12	Melckebeke Guillaume
mertens-jean-1824-04-27	1824-04-27	Mertens Jean
mets-alexandre-1861-03-16	1861-03-16	Mets Alexandre
meynne-armand-1814-11-15	1814-11-15	Meynne Armand
michaux-maximilien-1808-08-18	1808-08-18	Michaux Maximilien
moeller-alphonse-1845-08-09	1845-08-09	Moeller Alphonse
moor-victor-1827-04-25	1827-04-25	Moor Victor
myttenaere-ferdinand-1875-03-28	1875-03-28	Myttenaere Ferdinand
navez-oscar-1878-02-26	1878-02-26	Navez Oscar
nobele-edouard-1803-10-02	1803-10-02	Nobele Edouard
bouyard-pierre-1926-05-11	1926-05-11	Bouyard Pierre
oye-paul-1886-08-24	1886-08-24	Oye Paul
poelman-charles-1815-03-20	1815-03-20	Poelman Charles
pypers-joseph-1812-07-31	1812-07-31	Pypers Joseph
querton-louis-1873-12-31	1873-12-31	Querton Louis
ranwez-fernand-1866-12-02	1866-12-02	Ranwez Fernand
rechter-gustave-1861-10-10	1861-10-10	Rechter Gustave
rommelaere-guillaume-1836-10-03	1836-10-03	Rommelaere Guillaume
roosbroeck-jean-1810-01-09	1810-01-09	Roosbroeck Jean
roskam-jacques-1890-05-15	1890-05-15	Roskam Jacques
roubaix-louis-1813-03-10	1813-03-10	Roubaix Louis
ruette-victor-1879-03-27	1879-03-27	Ruette Victor
sacre-joseph-1829-04-09	1829-04-09	Sacre Joseph
saint-moulin-eugene-1852-03-10	1852-03-10	Saint-Moulin Eugène
sand-rene-1877-01-30	1877-01-30	Sand René
sauveur-joseph-1797-10-06	1797-10-06	Sauveur Joseph
schockaert-rem-1875-09-03	1875-09-03	Schockaert Rem
schoofs-francois-1875-02-12	1875-02-12	Schoofs François
slosse-auguste-1863-02-24	1863-02-24	Slosse Auguste
smet-edouard-1842-10-22	1842-10-22	Smet Edouard
sotteau-auguste-1802-02-19	1802-02-19	Sotteau Auguste
soupart-floribert-1810-08-02	1810-08-02	Soupart Floribert
sovet-alex-1811-07-14	1811-07-14	Sovet Alex
stella-hector-1869-12-21	1869-12-21	Stella Hector
stienon-l-1850-08-26	1850-08-26	Stienon L
stievenart-francois-1796-01-17	1796-01-17	Stievenart François
stricht-omer-1862-05-13	1862-05-13	Stricht Omer
swarts-theodore-1839-05-09	1839-05-09	Swarts Theodore
thiernesse-theodore-1812-02-13	1812-02-13	Thiernesse Theodore
thiriar-jules-1846-03-25	1846-03-25	Thiriar Jules
thiry-jean-1817-03-07	1817-03-07	Thiry Jean
thomas-frederic-1906-03-01	1906-03-01	Thomas Frédéric
tirifahy-sebastien-1830-07-02	1830-07-02	Tirifahy Sebastien
titeca-gustave-1843-02-24	1843-02-24	Titeca Gustave
tournay-gustave-1852-11-16	1852-11-16	Tournay Gustave
udekem-guertechin-jules-1824-06-08	1824-06-08	Udekem Guertechin Jules
vallez-pierre-1811-06-27	1811-06-27	Vallez Pierre
vaucleroy-alfred-1844-08-22	1844-08-22	Vaucleroy Alfred
verheyen-pierre-1806-09-23	1806-09-23	Verheyen Pierre
verriest-gustave-1843-05-20	1843-05-20	Verriest Gustave
vleminckx-victor-1826-12-02	1826-12-02	Vleminckx Victor
vrancken-joseph-1813-05-06	1813-05-06	Vrancken Joseph
devyvere-ernest-1811-05-21	1811-05-21	Devyvere Ernest
waele-henri-1876-12-14	1876-12-14	Waele Henri
warlomont-evariste-1820-11-26	1820-11-26	Warlomont Evariste
wasseige-adolphe-1827-09-10	1827-09-10	Wasseige Adolphe
wehenkel-jean-1849-10-23	1849-10-23	Wehenkel Jean
wemaer-eugene-1808-10-13	1808-10-13	Wemaer Eugène
westendorp-gerard-1813-03-08	1813-03-08	Westendorp Gérard
wetter-auguste-1831-09-08	1831-09-08	Wetter Auguste
wibin-j-1860-09-11	1860-09-11	Wibin J
willems-edouard-1869-04-30	1869-04-30	Willems Edouard
willems-louis-1822-04-25	1822-04-25	Willems Louis
willieme-ferdinand-1826-11-25	1826-11-25	Willieme Ferdinand
wilmart-alexandre-1846-06-02	1846-06-02	Wilmart Alexandre
ariens-kappers-cornelis-1877-08-09	1877-08-09	Ariens-Kappers Cornelis
bar-guillaume-1905-05-12	1905-05-12	Bär Guillaume
barnhoorn-johannes-1899-03-25	1899-03-25	Barnhoorn Johannes
biemond-arie-1902-05-05	1902-05-05	Biemond Arie
bijlsma-ulbe-1892-08-15	1892-08-15	Bijlsma Ulbe
boeke-jan-1874-10-23	1874-10-23	Boeke Jan
boer-siebe-1876-04-16	1876-04-16	Boer Siebe
boom-boudewijn-1891-04-26	1891-04-26	Boom Boudewijn
breemen-jan-1874-05-11	1874-05-11	Breemen Jan
broek-arnoldus-1877-10-27	1877-10-27	Broek Arnoldus
gauquelin-a2-2488-1881-03-23	1881-03-23	Gauquelin-A2-2488
buytendijk-frederic-1887-04-29	1887-04-29	Buytendijk Frédéric
carp-eugene-1895-06-04	1895-06-04	Carp Eugène
casparie-johannes-1873-10-12	1873-10-12	Casparie Johannes
dentz-leopold-1858-08-12	1858-08-12	Dentz Leopold
dinger-johannes-1892-12-28	1892-12-28	Dinger Johannes
donders-cornelis-1818-05-27	1818-05-27	Donders Cornelis
dongen-johannes-1887-12-30	1887-12-30	Dongen Johannes
eerland-leendert-1897-02-25	1897-02-25	Eerland Leendert
esser-johannes-1877-10-13	1877-10-13	Esser Johannes
eykman-johan-1851-01-19	1851-01-19	Eykman Johan
eykman-christian-1858-08-11	1858-08-11	Eykman Christian
flieringa-henri-1891-08-18	1891-08-18	Flieringa Henri
gezelle-meerburg-george-1881-05-07	1881-05-07	Gezelle-Meerburg George
gorter-evert-1881-02-19	1881-02-19	Gorter Evert
graaf-cornelis-1877-02-02	1877-02-02	Graaf Cornelis
grashuis-jan-1896-01-19	1896-01-19	Grashuis Jan
grinten-lodewijk-1831-04-07	1831-04-07	Grinten Lodewijk
hagedoorn-arend-1899-05-17	1899-05-17	Hagedoorn Arend
hammes-theodor-1874-10-03	1874-10-03	Hammes Theodor
hekman-johannes-1878-05-29	1878-05-29	Hekman Johannes
heynsius-berg-maurits-1882-03-04	1882-03-04	Heynsius Berg Maurits
hijmans-bergh-a-1869-12-01	1869-12-01	Hijmans Bergh A
hoekstra-rikstus-1904-06-12	1904-06-12	Hoekstra Rikstus
hoeven-pieter-1870-08-28	1870-08-28	Hoeven Pieter
hoop-johannes-1887-03-29	1887-03-29	Hoop Johannes
hubrecht-ambrosius-1853-03-02	1853-03-02	Hubrecht Ambrosius
hutter-antoine-1897-02-10	1897-02-10	Hutter Antoine
iterson-gerrit-1878-08-19	1878-08-19	Iterson Gerrit
janssonius-hindrik-1874-01-26	1874-01-26	Janssonius Hindrik
jonge-cohen-theodore-1893-03-30	1893-03-30	Jonge-Cohen Theodore
klarenbeek-arie-1888-12-14	1888-12-14	Klarenbeek Arie
kluyver-albert-1888-06-03	1888-06-03	Kluyver Albert
koster-willem-1865-10-16	1865-10-16	Koster Willem
meurer-rudolph-1866-03-07	1866-03-07	Meurer Rudolph
moleschott-jacob-1822-08-09	1822-08-09	Moleschott Jacob
molewater-jan-1813-08-16	1813-08-16	Molewater Jan
nord-charles-1887-11-11	1887-11-11	Nord Charles
noyons-adriaan-1878-01-07	1878-01-07	Noyons Adriaan
otto-andreas-1878-03-30	1878-03-30	Otto Andreas
pijper-adrianus-1886-03-11	1886-03-11	Pijper Adrianus
pinkhof-hermanus-1863-05-10	1863-05-10	Pinkhof Hermanus
reijs-jacobus-1883-11-19	1883-11-19	Reijs Jacobus
rombouts-john-1892-01-15	1892-01-15	Rombouts John
romer-lucien-1873-08-23	1873-08-23	Römer Lucien
rotgans-jacob-1859-01-02	1859-01-02	Rotgans Jacob
schelven-aart-1887-06-08	1887-06-08	Schelven Aart
schelven-theodorus-1889-06-12	1889-06-12	Schelven Theodorus
slingenberg-bodo-1875-01-17	1875-01-17	Slingenberg Bodo
spek-leonardus-1895-12-17	1895-12-17	Spek Leonardus
tencate-berend-1874-03-17	1874-03-17	Tencate Berend
thijsse-jacobus-1865-07-25	1865-07-25	Thijsse Jacobus
tricht-barend-1885-01-01	1885-01-01	Tricht Barend
vedder-aron-1904-02-14	1904-02-14	Vedder Aron
waart-alfred-1888-10-12	1888-10-12	Waart Alfred
waterman-nathaniel-1883-03-17	1883-03-17	Waterman Nathaniel
wester-jurjen-1869-01-03	1869-01-03	Wester Jurjen
westerterp-murk-1893-03-02	1893-03-02	Westerterp Murk
wijhe-jan-1856-09-08	1856-09-08	Wijhe Jan
wilde-pieter-1872-07-08	1872-07-08	Wilde Pieter
winkler-prins-vincent-1865-05-19	1865-05-19	Winkler Prins Vincent
woerdeman-martinus-1892-04-10	1892-04-10	Woerdeman Martinus
zange-frederik-1893-11-02	1893-11-02	Zange Frederik
zeeman-willem-1879-07-25	1879-07-25	Zeeman Willem
zwardemaker-hendrik-1857-05-10	1857-05-10	Zwardemaker Hendrik
amagat-emile-1841-01-02	1841-01-02	Amagat Emile
gauquelin-a2-2554-1862-10-01	1862-10-01	Gauquelin-A2-2554
baillaud-edouard-1848-02-14	1848-02-14	Baillaud Edouard
barthelemy-rene-1889-03-10	1889-03-10	Barthelemy René
barbier-francois-1848-03-02	1848-03-02	Barbier François
baulig-henri-1877-06-17	1877-06-17	Baulig Henri
becquerel-alexandre-1820-03-24	1820-03-24	Becquerel Alexandre
becquerel-jean-1878-02-05	1878-02-05	Becquerel Jean
gauquelin-a2-2573-1833-10-19	1833-10-19	Gauquelin-A2-2573
bertrand-charles-1851-01-02	1851-01-02	Bertrand Charles
bienayme-arthur-1834-01-13	1834-01-13	Bienayme Arthur
bouygues-francis-1922-12-05	1922-12-05	Bouygues Francis
bonnier-gaston-1853-04-09	1853-04-09	Bonnier Gaston
boileau-pierre-1811-02-19	1811-02-19	Boileau Pierre
bouligand-georges-1889-10-13	1889-10-13	Bouligand Georges
bouquet-jean-1819-09-07	1819-09-07	Bouquet Jean
bourgeois-joseph-1857-02-21	1857-02-21	Bourgeois Joseph
bravais-auguste-1811-08-23	1811-08-23	Bravais Auguste
boussinesq-joseph-valentin-1842-03-13	1842-03-13	Boussinesq Valentin Joseph
breguet-louis-1804-12-22	1804-12-22	Breguet Louis
broglie-maurice-1875-04-27	1875-04-27	Broglie Maurice
cabannes-jean-1885-08-12	1885-08-12	Cabannes Jean
brongniart-adolphe-1801-01-14	1801-01-14	Brongniart Adolphe
carnot-marie-1839-01-27	1839-01-27	Carnot Marie
camichel-charles-1871-09-15	1871-09-15	Camichel Charles
carpentier-jules-1851-08-30	1851-08-30	Carpentier Jules
chardonnet-hilaire-1839-05-01	1839-05-01	Chardonnet Hilaire
chazy-jean-1882-08-15	1882-08-15	Chazy Jean
chevandier-valdrome-eugene-1810-08-15	1810-08-15	Chevandier Valdrome Eugene
chevenard-pierre-1888-12-31	1888-12-31	Chevenard Pierre
clapeyron-benoit-1799-01-26	1799-01-26	Clapeyron Benoît
colin-edouard-1852-11-28	1852-11-28	Colin Edouard
cosson-ernest-1819-07-22	1819-07-22	Cosson Ernest
cornu-marie-1841-03-07	1841-03-07	Cornu Marie
cuenot-lucien-1866-10-21	1866-10-21	Cuenot Lucien
damour-auguste-1808-07-19	1808-07-19	Damour Auguste
crova-andre-1833-12-03	1833-12-03	Crova André
danjon-andre-1890-04-06	1890-04-06	Danjon André
darmois-emile-1884-04-10	1884-04-10	Darmois Emile
darmois-georges-1888-06-24	1888-06-24	Darmois Georges
darboux-gaston-1842-08-15	1842-08-15	Darboux Gaston
darrieus-georges-1888-09-24	1888-09-24	Darrieus Georges
dassault-darius-1882-01-13	1882-01-13	Dassault Darius
david-armand-1826-09-07	1826-09-07	David Armand
deherain-pierre-1830-04-19	1830-04-19	Deherain Pierre
denjoy-armand-1884-01-05	1884-01-05	Denjoy Armand
delage-yves-1854-05-13	1854-05-13	Delage Yves
desains-paul-1817-07-12	1817-07-12	Desains Paul
deslandres-henri-1853-07-24	1853-07-24	Deslandres Henri
dessaignes-victor-1800-12-30	1800-12-30	Dessaignes Victor
dortet-tessan-urbain-1804-08-25	1804-08-25	Dortet Tessan Urbain
drach-jules-1871-03-13	1871-03-13	Drach Jules
dufraisse-charles-1885-08-25	1885-08-25	Dufraisse Charles
boyer-jean-louis-1899-04-07	1899-04-07	Boyer Jean Louis
dumeril-auguste-1812-11-30	1812-11-30	Dumeril Auguste
dujardin-felix-1801-04-05	1801-04-05	Dujardin Félix
dupouy-gaston-1900-08-07	1900-08-07	Dupouy Gaston
duval-jouve-joseph-1810-08-07	1810-08-07	Duval-Jouve Joseph
esnault-pelterie-robert-1881-11-08	1881-11-08	Esnault-Pelterie Robert
fabry-louis-1862-04-20	1862-04-20	Fabry Louis
fallot-paul-1889-06-25	1889-06-25	Fallot Paul
brana-guy-1924-08-18	1924-08-18	Brana Guy
fave-louis-1853-07-18	1853-07-18	Fave Louis
faye-herve-1814-10-01	1814-10-01	Faye Herve
fizeau-armand-1819-09-23	1819-09-23	Fizeau Armand
brard-roger-1907-06-17	1907-06-17	Brard Roger
fliche-henri-1836-06-08	1836-06-08	Fliche Henri
fournet-joseph-1801-05-15	1801-05-15	Fournet Joseph
freycinet-charles-1828-11-14	1828-11-14	Freycinet Charles
brebisson-michel-1905-04-07	1905-04-07	Brebisson Michel
garnier-edouard-1887-01-16	1887-01-16	Garnier Edouard
gambart-adolphe-1800-05-15	1800-05-15	Gambart Adolphe
gaudry-albert-1827-09-15	1827-09-15	Gaudry Albert
gauquelin-a2-2705-1881-10-19	1881-10-19	Gauquelin-A2-2705
gernez-desire-1834-04-24	1834-04-24	Gernez Désiré
girard-alfred-1830-12-22	1830-12-22	Girard Alfred
godchot-marcel-1879-10-11	1879-10-11	Godchot Marcel
grand-eury-cyrille-1839-03-09	1839-03-09	Grand'Eury Cyrille
grandidier-alfred-1836-12-20	1836-12-20	Grandidier Alfred
gouy-georges-1854-02-19	1854-02-19	Gouy Georges
grasse-pierre-1895-11-27	1895-11-27	Grasse Pierre
grimaux-edouard-1835-07-03	1835-07-03	Grimaux Edouard
guillet-leon-1873-07-11	1873-07-11	Guillet Léon
guyou-emile-1843-12-25	1843-12-25	Guyou Emile
hamy-maurice-1861-10-31	1861-10-31	Hamy Maurice
hatt-philippe-1840-07-17	1840-07-17	Hatt Philippe
heim-roger-1900-02-12	1900-02-12	Heim Roger
hebert-edmond-1812-06-12	1812-06-12	Hebert Edmond
humbert-marie-1859-01-07	1859-01-07	Humbert Marie
houard-clodomir-1873-01-22	1873-01-22	Houard Clodomir
hermite-charles-1822-12-24	1822-12-24	Hermite Charles
janssen-pierre-1824-02-22	1824-02-22	Janssen Pierre
jacob-charles-1878-02-19	1878-02-19	Jacob Charles
jolibois-medard-1884-05-23	1884-05-23	Jolibois Medard
bregeat-paul-1909-11-12	1909-11-12	Bregeat Paul
jordan-camille-1838-01-05	1838-01-05	Jordan Camille
jurien-graviere-edmond-1812-11-19	1812-11-19	Jurien Graviere Edmond
kilian-wilfrid-1862-06-15	1862-06-15	Kilian Wilfrid
kuhlmann-frederic-1803-05-22	1803-05-22	Kuhlmann Frédéric
la-gournerie-jules-1814-12-20	1814-12-20	La Gournerie Jules
lallemand-alexandre-1816-12-25	1816-12-25	Lallemand Alexandre
lapparent-jacques-1883-04-05	1883-04-05	Lapparent Jacques
bremond-emile-1890-04-02	1890-04-02	Bremond Emile
lapparent-albert-1839-12-30	1839-12-30	Lapparent Albert
bressonnet-francois-1824-07-08	1824-07-08	Bressonnet François
laugier-paul-1812-12-22	1812-12-22	Laugier Paul
lebesque-henri-1875-06-28	1875-06-28	Lebesque Henri
leblanc-maurice-1857-03-02	1857-03-02	Leblanc Maurice
lechartier-georges-1837-01-06	1837-01-06	Lechartier Georges
le-chatelier-henry-1850-10-08	1850-10-08	Le Chatelier Henry
lecoq-henri-1802-04-28	1802-04-28	Lecoq Henri
le-dieu-alfred-1830-03-02	1830-03-02	Le Dieu Alfred
leprince-ringuet-louis-1901-03-27	1901-03-27	Leprince-Ringuet Louis
lemoine-georges-1841-01-16	1841-01-16	Lemoine Georges
lindet-gaston-1857-04-10	1857-04-10	Lindet Gaston
levy-maurice-1838-02-28	1838-02-28	Levy Maurice
lottin-victor-1795-10-26	1795-10-26	Lottin Victor
lory-charles-1823-07-30	1823-07-30	Lory Charles
lumiere-louis-1864-10-05	1864-10-05	Lumiere Louis
lyot-bernard-1897-02-27	1897-02-27	Lyot Bernard
magrou-joseph-1883-08-06	1883-08-06	Magrou Joseph
mallard-ernest-1833-02-04	1833-02-04	Mallard Ernest
mangin-louis-1852-09-08	1852-09-08	Mangin Louis
mangon-charles-1821-07-31	1821-07-31	Mangon Charles
maquenne-leon-1853-12-02	1853-12-02	Maquenne Léon
marchal-paul-1862-09-27	1862-09-27	Marchal Paul
martonne-l-1873-04-01	1873-04-01	Martonne L
mascart-eleuthere-1837-02-20	1837-02-20	Mascart Eleuthere
marguet-frederic-1874-06-12	1874-06-12	Marguet Frédéric
mauguin-charles-1878-09-19	1878-09-19	Mauguin Charles
maurain-charles-1871-02-27	1871-02-27	Maurain Charles
meray-charles-1835-11-12	1835-11-12	Meray Charles
mesnager-augustin-1862-06-11	1862-06-11	Mesnager Augustin
moncel-theodore-1821-03-06	1821-03-06	Moncel Theodore
munier-chalmas-ernest-1843-04-07	1843-04-07	Munier-Chalmas Ernest
naudin-charles-1815-08-14	1815-08-14	Naudin Charles
oehlert-daniel-1849-11-01	1849-11-01	Oehlert Daniel
paris-francois-1806-03-02	1806-03-02	Paris François
parenty-henry-1851-04-08	1851-04-08	Parenty Henry
pelouze-jules-1807-02-26	1807-02-26	Pelouze Jules
perard-albert-1880-09-10	1880-09-10	Perard Albert
peres-joseph-1890-10-31	1890-10-31	Peres Joseph
peron-alphonse-1834-11-29	1834-11-29	Peron Alphonse
perrier-delon-georges-1872-10-28	1872-10-28	Perrier-Delon Georges
perrotin-henri-1845-12-19	1845-12-19	Perrotin Henri
petit-frederic-1810-07-16	1810-07-16	Petit Frédéric
phillips-edouard-1821-05-21	1821-05-21	Phillips Edouard
peyerimhoff-paul-1873-10-05	1873-10-05	Peyerimhoff Paul
pierre-isidore-1812-11-14	1812-11-14	Pierre Isidore
brette-rene-1920-04-26	1920-04-26	Brette René
poivilliers-georges-1892-05-15	1892-05-15	Poivilliers Georges
ponte-maurice-1902-04-05	1902-04-05	Ponte Maurice
portevin-albert-1880-11-01	1880-11-01	Portevin Albert
pouchet-felix-1800-08-29	1800-08-29	Pouchet Félix
prillieux-edouard-1829-01-11	1829-01-11	Prillieux Edouard
puiseux-pierre-1855-07-20	1855-07-20	Puiseux Pierre
rabut-charles-1852-02-16	1852-02-16	Rabut Charles
rayet-georges-1839-12-12	1839-12-12	Rayet Georges
recoura-albert-1862-01-30	1862-01-30	Recoura Albert
riquier-charles-1853-11-19	1853-11-19	Riquier Charles
rolland-eugene-1812-08-10	1812-08-10	Rolland Eugène
sabatier-armand-1834-01-14	1834-01-14	Sabatier Armand
saporta-gaston-1823-07-28	1823-07-28	Saporta Gaston
savary-felix-1797-10-04	1797-10-04	Savary Félix
schloesing-alphonse-1856-05-26	1856-05-26	Schloesing Alphonse
schloesing-theophile-1824-07-09	1824-07-09	Schloesing Theophile
breuillac-jean-1890-01-12	1890-01-12	Breuillac Jean
sejourne-paul-1851-12-21	1851-12-21	Sejourne Paul
senderens-jean-1856-01-27	1856-01-27	Senderens Jean
serret-joseph-1819-08-30	1819-08-30	Serret Joseph
simon-eugene-1848-04-30	1848-04-30	Simon Eugène
souillart-cyrille-1828-01-20	1828-01-20	Souillart Cyrille
bridet-christine-1925-10-05	1925-10-05	Bridet Christine
termier-pierre-1859-07-03	1859-07-03	Termier Pierre
themard-arnould-1819-10-06	1819-10-06	Themard Arnould
thuloup-albert-1878-03-02	1878-03-02	Thuloup Albert
brindeau-paul-1918-04-24	1918-04-24	Brindeau Paul
trepied-jean-1845-02-19	1845-02-19	Trepied Jean
trecul-auguste-1818-01-08	1818-01-08	Trecul Auguste
troost-louis-1825-10-17	1825-10-17	Troost Louis
urbain-georges-1872-04-12	1872-04-12	Urbain Georges
valenciennes-achille-1794-08-09	1794-08-09	Valenciennes Achille
vasseur-casimir-1855-08-05	1855-08-05	Vasseur Casimir
vessiot-ernest-1865-03-08	1865-03-08	Vessiot Ernest
verguette-lamotte-alfred-1806-07-05	1806-07-05	Verguette-Lamotte Alfred
villard-paul-1860-09-28	1860-09-28	Villard Paul
violle-jules-1841-11-16	1841-11-16	Violle Jules
weiss-pierre-1865-03-25	1865-03-25	Weiss Pierre
witz-aime-1848-04-23	1848-04-23	Witz Aimé
abetti-giorgio-1882-10-05	1882-10-05	Abetti Giorgio
agamennone-giovanni-1858-06-25	1858-06-25	Agamennone Giovanni
yvon-villarceau-antoine-1813-01-16	1813-01-16	Yvon-Villarceau Antoine
agostinelli-claudio-1882-10-18	1882-10-18	Agostinelli Claudio
agostini-amedeo-1892-03-06	1892-03-06	Agostini Amedeo
agostini-augusto-1895-09-10	1895-09-10	Agostini Augusto
albenga-giuseppe-1882-06-09	1882-06-09	Albenga Giuseppe
alippi-tito-1870-01-02	1870-01-02	Alippi Tito
aliprandi-giuseppe-1895-11-15	1895-11-15	Aliprandi Giuseppe
allara-giacomo-1867-07-25	1867-07-25	Allara Giacomo
almagia-roberto-1884-06-17	1884-06-17	Almagia Roberto
amaldi-edoardo-1908-09-05	1908-09-05	Amaldi Edoardo
amaldi-ugo-1875-04-18	1875-04-18	Amaldi Ugo
amerio-allesandro-1876-07-24	1876-07-24	Amerio Allesandro
andreatta-ciro-1906-01-23	1906-01-23	Andreatta Ciro
angiolani-argeo-1890-05-19	1890-05-19	Angiolani Argeo
arcangeli-alceste-1880-09-08	1880-09-08	Arcangeli Alceste
armellini-giuseppe-1887-10-24	1887-10-24	Armellini Giuseppe
avanzi-enrico-1888-01-19	1888-01-19	Avanzi Enrico
azimonti-carlo-1876-01-01	1876-01-01	Azimonti Carlo
bajocchi-uberto-1887-03-30	1887-03-30	Bajocchi Uberto
balatroni-francesco-1881-08-09	1881-08-09	Balatroni Francesco
baldacci-antonio-1867-10-03	1867-10-03	Baldacci Antonio
ballini-ambriogio-1879-07-19	1879-07-19	Ballini Ambriogio
bandini-mario-1907-05-06	1907-05-06	Bandini Mario
barbagelata-angelo-1875-09-14	1875-09-14	Barbagelata Angelo
barberi-benedetto-1901-11-07	1901-11-07	Barberi Benedetto
bargellini-guido-1879-12-28	1879-12-28	Bargellini Guido
basile-francesco-1905-04-22	1905-04-22	Basile Francesco
belluigi-arnaldo-1893-03-11	1893-03-11	Belluigi Arnaldo
bemporad-azeglio-1875-03-19	1875-03-19	Bemporad Azeglio
bernardi-alessandro-1886-04-27	1886-04-27	Bernardi Alessandro
bianchi-bandinelli-ramuccio-1900-02-19	1900-02-19	Bianchi-Bandinelli Ramuccio
biasutti-renato-1878-03-22	1878-03-22	Biasutti Renato
boggio-tommaso-1877-12-22	1877-12-22	Boggio Tommaso
boldrini-marcello-1890-02-09	1890-02-09	Boldrini Marcello
bonaccini-carlo-1867-08-15	1867-08-15	Bonaccini Carlo
bonelli-giuseppe-1875-11-04	1875-11-04	Bonelli Giuseppe
bordoni-ugo-1884-09-27	1884-09-27	Bordoni Ugo
bortolotti-ettore-1866-03-06	1866-03-06	Bortolotti Ettore
bottini-ottaviano-1905-12-26	1905-12-26	Bottini Ottaviano
bruni-giuseppe-1873-08-25	1873-08-25	Bruni Giuseppe
burgatti-pietro-1869-02-26	1869-02-26	Burgatti Pietro
calderini-aristide-1883-10-18	1883-10-18	Calderini Aristide
calvino-mario-1875-03-26	1875-03-26	Calvino Mario
cambi-livio-1885-06-14	1885-06-14	Cambi Livio
campedelli-luigi-1903-01-13	1903-01-13	Campedelli Luigi
candura-giovanni-1903-03-15	1903-03-15	Candura Giovanni
cappelletti-carlo-1900-07-12	1900-07-12	Cappelletti Carlo
caraci-giuseppe-1893-12-23	1893-12-23	Caraci Giuseppe
carena-adolfo-1886-06-09	1886-06-09	Carena Adolfo
carisi-guido-1892-07-11	1892-07-11	Carisi Guido
carobbi-guido-1900-10-20	1900-10-20	Carobbi Guido
caroli-angelo-1887-02-20	1887-02-20	Caroli Angelo
casati-edmondo-1877-04-10	1877-04-10	Casati Edmondo
cassina-ugo-1897-04-01	1897-04-01	Cassina Ugo
cerlini-aldo-1880-12-21	1880-12-21	Cerlini Aldo
charrier-gaetano-1882-02-05	1882-02-05	Charrier Gaetano
checchia-rispoli-giuseppe-1877-04-21	1877-04-21	Checchia-Rispoli Giuseppe
chiellini-armando-1898-11-23	1898-11-23	Chiellini Armando
ciani-edgardo-1864-10-08	1864-10-08	Ciani Edgardo
cisotti-umberto-1882-02-26	1882-02-26	Cisotti Umberto
codegone-cesare-1904-03-16	1904-03-16	Codegone Cesare
colamonico-carmelo-1882-07-27	1882-07-27	Colamonico Carmelo
colonnetti-gustavo-1886-11-08	1886-11-08	Colonnetti Gustavo
colucci-antonio-1896-10-18	1896-10-18	Colucci Antonio
comes-salvatore-1880-07-10	1880-07-10	Comes Salvatore
comessatti-annibale-1886-01-30	1886-01-30	Comessatti Annibale
brion-abel-1906-06-26	1906-06-26	Brion Abel
corelli-masaniello-riccardo-1890-03-06	1890-03-06	Corelli Masaniello Riccardo
corini-felice-1889-10-13	1889-10-13	Corini Felice
costanzi-giulio-1875-04-25	1875-04-25	Costanzi Giulio
crestani-giuseppe-1879-05-14	1879-05-14	Crestani Giuseppe
crocco-gaetano-1877-10-26	1877-10-26	Crocco Gaetano
crudeli-umberto-1878-05-30	1878-05-30	Crudeli Umberto
d-achiardi-giovanni-1872-04-25	1872-04-25	D'Achiardi Giovanni
dainelli-giotto-1878-05-19	1878-05-19	Dainelli Giotto
dalmasso-giovanni-1886-07-10	1886-07-10	Dalmasso Giovanni
dal-piaz-giovan-1904-09-03	1904-09-03	Dal Piaz Giovan
danielle-antonio-1903-04-06	1903-04-06	Danielle Antonio
danusso-arturo-1880-09-09	1880-09-09	Danusso Arturo
deambrosis-delfino-1871-12-08	1871-12-08	Deambrosis Delfino
de-grazia-paolo-1871-11-25	1871-11-25	De Grazia Paolo
dell-agnola-carlo-1871-06-23	1871-06-23	Dell'Agnola Carlo
desio-ardito-1897-04-18	1897-04-18	Desio Ardito
drigo-angelo-1907-05-29	1907-05-29	Drigo Angelo
emmanuelli-pio-1888-11-03	1888-11-03	Emmanuelli Pio
eredia-filippo-1877-02-10	1877-02-10	Eredia Filippo
fabiani-ramiro-1879-05-15	1879-05-15	Fabiani Ramiro
fabris-cesare-1885-05-16	1885-05-16	Fabris Cesare
fachini-stefano-1877-07-27	1877-07-27	Fachini Stefano
fantappie-luigi-1901-09-14	1901-09-14	Fantappie Luigi
favaro-giuseppe-1876-10-23	1876-10-23	Favaro Giuseppe
ferrajolo-luigi-1878-10-15	1878-10-15	Ferrajolo Luigi
ferri-silvio-1890-11-02	1890-11-02	Ferri Silvio
ferro-guido-1898-11-11	1898-11-11	Ferro Guido
finzi-bruno-1899-02-12	1899-02-12	Finzi Bruno
fiori-adriano-1865-12-17	1865-12-17	Fiori Adriano
fortunati-paolo-1906-04-26	1906-04-26	Fortunati Paolo
fubini-ghiron-guido-1879-01-19	1879-01-19	Fubini Ghiron Guido
fuschini-carlo-1880-01-04	1880-01-04	Fuschini Carlo
galla-gino-1877-10-12	1877-10-12	Galla Gino
garoglio-pier-1900-07-10	1900-07-10	Garoglio Pier
ghigi-alessandro-1875-02-09	1875-02-09	Ghigi Alessandro
ghizzetti-aldo-1908-10-08	1908-10-08	Ghizzetti Aldo
gialanella-lucio-1905-01-18	1905-01-18	Gialanella Lucio
gini-corrado-1884-05-23	1884-05-23	Gini Corrado
giolitti-federico-1880-06-19	1880-06-19	Giolitti Federico
giotti-gino-1896-04-23	1896-04-23	Giotti Gino
giuliani-renzo-1887-04-20	1887-04-20	Giuliani Renzo
gola-giuseppe-1877-02-26	1877-02-26	Gola Giuseppe
grandi-guido-1886-03-03	1886-03-03	Grandi Guido
grandori-remo-1885-01-29	1885-01-29	Grandori Remo
gribaudi-ferdinando-1902-11-26	1902-11-26	Gribaudi Ferdinando
grinovero-cesare-1887-11-29	1887-11-29	Grinovero Cesare
insolera-filadelfo-1880-02-29	1880-02-29	Insolera Filadelfo
laboccetta-letterio-1874-01-13	1874-01-13	Laboccetta Letterio
lasorsa-giovanni-1900-11-22	1900-11-22	Lasorsa Giovanni
lavagnini-bruno-1898-10-03	1898-10-03	Lavagnini Bruno
leggieri-gaetano-1900-09-06	1900-09-06	Leggieri Gaetano
leonardi-piero-1908-01-29	1908-01-29	Leonardi Piero
levi-beppo-1875-05-14	1875-05-14	Levi Beppo
levi-giorgio-1895-05-27	1895-05-27	Levi Giorgio
levi-mario-1878-04-16	1878-04-16	Levi Mario
levi-civita-tullio-1873-03-29	1873-03-29	Levi-Civita Tullio
lombardi-luigi-1867-08-21	1867-08-21	Lombardi Luigi
loperfido-antonio-1859-09-16	1859-09-16	Loperfido Antonio
lo-surdo-antonino-1880-02-04	1880-02-04	Lo Surdo Antonino
maggini-mentore-1890-02-06	1890-02-06	Maggini Mentore
malenotti-ettore-1887-01-20	1887-01-20	Malenotti Ettore
malfitano-giovanni-1872-09-29	1872-09-29	Malfitano Giovanni
mameli-efisio-1875-12-31	1875-12-31	Mameli Efisio
manaresi-angelo-1881-06-02	1881-06-02	Manaresi Angelo
manetti-carlo-1888-05-30	1888-05-30	Manetti Carlo
marangoni-matteo-1876-07-12	1876-07-12	Marangoni Matteo
marchetti-alessandro-1884-06-17	1884-06-17	Marchetti Alessandro
maresca-gastone-1916-05-31	1916-05-31	Maresca Gastone
marzi-alberto-1907-06-13	1907-06-13	Marzi Alberto
marzolo-francesco-1892-02-02	1892-02-02	Marzolo Francesco
maxia-carmelo-1903-07-16	1903-07-16	Maxia Carmelo
mazzoleni-francesco-1914-08-08	1914-08-08	Mazzoleni Francesco
medici-giuseppe-1907-10-24	1907-10-24	Medici Giuseppe
medici-mario-1899-07-30	1899-07-30	Medici Mario
meneghini-domenico-1883-12-19	1883-12-19	Meneghini Domenico
mengoli-angelo-1870-06-29	1870-06-29	Mengoli Angelo
migliorini-elio-1902-03-09	1902-03-09	Migliorini Elio
minio-michelangelo-1872-07-11	1872-07-11	Minio Michelangelo
modugno-francesco-1883-03-03	1883-03-03	Modugno Francesco
monterosso-bruno-1887-05-20	1887-05-20	Monterosso Bruno
mordini-antonio-1904-02-14	1904-02-14	Mordini Antonio
natta-giulio-1903-02-26	1903-02-26	Natta Giulio
negro-carlo-1876-11-21	1876-11-21	Negro Carlo
nerli-nerlo-1894-05-03	1894-05-03	Nerli Nerlo
briquet-pierre-1917-12-28	1917-12-28	Briquet Pierre
occhialini-giuseppe-1907-12-05	1907-12-05	Occhialini Giuseppe
oddo-bernardo-1882-01-22	1882-01-22	Oddo Bernardo
oddo-giuseppe-1865-06-09	1865-06-09	Oddo Giuseppe
paladino-francesco-1894-02-12	1894-02-12	Paladino Francesco
palazzo-francesco-1881-03-31	1881-03-31	Palazzo Francesco
palombi-arturo-1899-08-25	1899-08-25	Palombi Arturo
panconcelli-calzia-giulio-1878-10-04	1878-10-04	Panconcelli-Calzia Giulio
pantanelli-enrico-1881-08-18	1881-08-18	Pantanelli Enrico
parenti-giuseppe-1910-05-23	1910-05-23	Parenti Giuseppe
paris-giulio-1873-11-19	1873-11-19	Paris Giulio
parlati-luigi-1882-07-13	1882-07-13	Parlati Luigi
parravano-nicola-1883-07-21	1883-07-21	Parravano Nicola
passerini-mario-1891-08-29	1891-08-29	Passerini Mario
patrone-generoso-1902-06-04	1902-06-04	Patrone Generoso
pavari-aldo-1888-08-16	1888-08-16	Pavari Aldo
pellizzi-giov-1865-05-26	1865-05-26	Pellizzi Giov
peroni-bernardino-1883-10-27	1883-10-27	Peroni Bernardino
perucca-eligio-1890-03-28	1890-03-28	Perucca Eligio
piccardi-giorgio-1895-10-13	1895-10-13	Piccardi Giorgio
piccioli-lodovico-1867-06-20	1867-06-20	Piccioli Lodovico
pietra-gaetano-1879-08-10	1879-08-10	Pietra Gaetano
pistolesi-enrico-1889-12-02	1889-12-02	Pistolesi Enrico
polara-virgilio-1887-07-07	1887-07-07	Polara Virgilio
poletti-luigi-1864-12-31	1864-12-31	Poletti Luigi
poli-cino-1891-06-08	1891-06-08	Poli Cino
pollacci-gino-1872-05-22	1872-05-22	Pollacci Gino
polvani-giovanni-1892-12-17	1892-12-17	Polvani Giovanni
ponte-gaetano-1876-06-21	1876-06-21	Ponte Gaetano
pontecorvo-bruno-1913-08-21	1913-08-21	Pontecorvo Bruno
pratolongo-ugo-1887-06-22	1887-06-22	Pratolongo Ugo
principi-paolo-1884-04-03	1884-04-03	Principi Paolo
quercigh-emmanuello-1885-01-09	1885-01-09	Quercigh Emmanuello
rattu-salvatore-1899-11-09	1899-11-09	Rattu Salvatore
ravenna-ciro-1878-09-13	1878-09-13	Ravenna Ciro
revessi-giuseppe-1873-09-22	1873-09-22	Revessi Giuseppe
riccardo-salvatore-1892-10-03	1892-10-03	Riccardo Salvatore
rivera-vincenzo-1890-04-06	1890-04-06	Rivera Vincenzo
rodolico-francesco-1905-03-27	1905-03-27	Rodolico Francesco
ronchi-vasco-1897-12-19	1897-12-19	Ronchi Vasco
rossi-corrado-1905-04-04	1905-04-04	Rossi Corrado
rostagni-antonio-1903-07-14	1903-07-14	Rostagni Antonio
rotini-orfeo-1903-02-15	1903-02-15	Rotini Orfeo
rovereto-gaetano-1870-11-15	1870-11-15	Rovereto Gaetano
russo-giuseppe-1897-07-01	1897-07-01	Russo Giuseppe
brocard-jean-1920-10-04	1920-10-04	Brocard Jean
sansone-giovanni-1888-05-24	1888-05-24	Sansone Giovanni
santarella-luigi-1886-09-12	1886-09-12	Santarella Luigi
sborgi-umberto-1883-03-15	1883-03-15	Sborgi Umberto
sbrana-francesco-1891-06-10	1891-06-10	Sbrana Francesco
scarin-emilio-1904-12-30	1904-12-30	Scarin Emilio
scarpa-oscar-1876-01-11	1876-01-11	Scarpa Oscar
scortecci-giuseppe-1898-11-02	1898-11-02	Scortecci Giuseppe
scorza-gaetano-1876-09-29	1876-09-29	Scorza Gaetano
segre-beniamino-1903-02-16	1903-02-16	Segre Beniamino
segre-emilio-1905-02-01	1905-02-01	Segre Emilio
sernagiotto-emilio-1889-08-29	1889-08-29	Sernagiotto Emilio
serono-cesare-1871-10-19	1871-10-19	Serono Cesare
sestini-aldo-1904-08-11	1904-08-11	Sestini Aldo
severi-francesco-1879-04-13	1879-04-13	Severi Francesco
sibilia-cesare-1895-11-29	1895-11-29	Sibilia Cesare
sibirani-filippo-1880-02-04	1880-02-04	Sibirani Filippo
silva-giovanni-1882-03-26	1882-03-26	Silva Giovanni
sirivich-giulio-1882-06-10	1882-06-10	Sirivich Giulio
stabilini-luigi-1896-01-25	1896-01-25	Stabilini Luigi
stefanini-giuseppe-1882-01-26	1882-01-26	Stefanini Giuseppe
stella-augusto-1863-09-25	1863-09-25	Stella Augusto
strazzeri-vittorio-1874-07-02	1874-07-02	Strazzeri Vittorio
suali-luigi-1881-09-29	1881-09-29	Suali Luigi
supino-giulio-1898-10-08	1898-10-08	Supino Giulio
tenani-mario-1886-11-09	1886-11-09	Tenani Mario
tessarotto-mario-1902-08-23	1902-08-23	Tessarotto Mario
testi-gino-1892-07-03	1892-07-03	Testi Gino
tieri-laureto-1879-02-24	1879-02-24	Tieri Laureto
timpanaro-sebastiano-1888-01-20	1888-01-20	Timpanaro Sebastiano
todaro-francesco-1864-02-17	1864-02-17	Todaro Francesco
toniolo-antonio-1881-04-07	1881-04-07	Toniolo Antonio
tonolo-angelo-1885-12-05	1885-12-05	Tonolo Angelo
tonzig-sergio-1905-12-26	1905-12-26	Tonzig Sergio
brochand-bernard-1938-06-05	1938-06-05	Brochand Bernard
toschi-1897-06-10	1897-06-10	Toschi
travaglini-vilrico-1894-02-18	1894-02-18	Travaglini Vilrico
troccoli-antonio-1863-01-02	1863-01-02	Troccoli Antonio
usai-giuseppe-1880-07-13	1880-07-13	Usai Giuseppe
vaccari-lino-1873-08-23	1873-08-23	Vaccari Lino
vercelli-francesco-1883-10-22	1883-10-22	Vercelli Francesco
vianelli-silvio-1910-11-16	1910-11-16	Vianelli Silvio
villa-mario-1907-11-01	1907-11-01	Villa Mario
vitali-giuseppe-1875-08-26	1875-08-26	Vitali Giuseppe
zucchini-dino-1881-07-21	1881-07-21	Zucchini Dino
zunini-giorgio-1903-05-07	1903-05-07	Zunini Giorgio
albers-herbert-1908-06-02	1908-06-02	Albers Herbert
albert-robert-1869-03-11	1869-03-11	Albert Robert
alten-fritz-1896-10-24	1896-10-24	Alten Fritz
amelung-walther-1894-04-04	1894-04-04	Amelung Walther
andree-karl-1880-03-10	1880-03-10	Andree Karl
anselmino-karl-1900-09-15	1900-09-15	Anselmino Karl
archenhold-friedrich-1861-10-02	1861-10-02	Archenhold Friedrich
arend-heinrich-1912-06-13	1912-06-13	Arend Heinrich
asthower-fritz-1835-12-21	1835-12-21	Asthöwer Fritz
aumann-geor-1906-11-11	1906-11-11	Aumann Geor
auwers-otto-1895-07-01	1895-07-01	Auwers Otto
baer-christian-1881-08-26	1881-08-26	Baer Christian
bagge-erich-1912-05-30	1912-05-30	Bagge Erich
bamann-eugen-1900-01-16	1900-01-16	Bamann Eugen
banse-ewald-1883-05-23	1883-05-23	Banse Ewald
bar-richard-1892-09-11	1892-09-11	Bär Richard
bardenheuer-peter-1888-05-08	1888-05-08	Bardenheuer Peter
bartholome-ernst-1908-11-26	1908-11-26	Bartholome Ernst
bauer-hugo-1883-05-29	1883-05-29	Bauer Hugo
baukloh-walter-1904-05-04	1904-05-04	Baukloh Walter
baur-franz-1887-02-14	1887-02-14	Baur Franz
bechert-karl-1901-08-23	1901-08-23	Bechert Karl
bechmann-rudolf-1902-07-22	1902-07-22	Bechmann Rudolf
becker-1907-07-03	1907-07-03	Becker
becker-friedrich-1900-06-12	1900-06-12	Becker Friedrich
behrmann-walter-1882-05-22	1882-05-22	Behrmann Walter
beischer-dietrich-1908-12-10	1908-12-10	Beischer Dietrich
bentz-alfred-1897-07-26	1897-07-26	Bentz Alfred
berckhemer-fritz-1890-05-25	1890-05-25	Berckhemer Fritz
berg-hellmut-1908-11-02	1908-11-02	Berg Hellmut
bergmann-ludwi-1898-02-15	1898-02-15	Bergmann Ludwi
bernoulli-august-1879-06-06	1879-06-06	Bernoulli August
berroth-alfred-1892-11-20	1892-11-20	Berroth Alfred
berthold-rudolf-1898-05-22	1898-05-22	Berthold Rudolf
betz-johann-1885-12-25	1885-12-25	Betz Johann
beurlen-karl-1901-04-17	1901-04-17	Beurlen Karl
beythien-carl-1867-01-28	1867-01-28	Beythien Carl
bieberbach-ludwi-1886-12-04	1886-12-04	Bieberbach Ludwi
biermann-ludwi-1907-03-13	1907-03-13	Biermann Ludwi
binder-ludwi-1881-05-26	1881-05-26	Binder Ludwi
birckenbach-lothar-1876-04-21	1876-04-21	Birckenbach Lothar
blanckenhorn-max-1861-04-16	1861-04-16	Blanckenhorn Max
bleyer-benno-1885-02-16	1885-02-16	Bleyer Benno
blum-ferdinand-1865-10-03	1865-10-03	Blum Ferdinand
bluthgen-joachim-1912-09-04	1912-09-04	Blüthgen Joachim
borchers-heinz-1903-07-18	1903-07-18	Borchers Heinz
borgnis-fritz-1906-12-24	1906-12-24	Borgnis Fritz
borries-bodo-1905-05-22	1905-05-22	Borries Bodo
brauer-geor-1908-04-11	1908-04-11	Brauer Geor
brauhauser-manfred-1881-04-21	1881-04-21	Bräuhäuser Manfred
brauss-friedrich-1913-11-05	1913-11-05	Brauss Friedrich
brecht-karl-1912-03-12	1912-03-12	Brecht Karl
bredereck-hellmut-1904-05-29	1904-05-29	Bredereck Hellmut
brenner-paul-1897-03-30	1897-03-30	Brenner Paul
breusch-friedrich-1903-10-28	1903-10-28	Breusch Friedrich
brill-rudolf-1899-09-07	1899-09-07	Brill Rudolf
brintzinger-herbert-1898-02-02	1898-02-02	Brintzinger Herbert
brockmann-hans-1903-10-18	1903-10-18	Brockmann Hans
bucher-karl-1912-09-22	1912-09-22	Bucher Karl
bunte-karl-1878-06-14	1878-06-14	Bunte Karl
cauer-johannes-1899-07-07	1899-07-07	Cauer Johannes
correns-carl-1893-05-19	1893-05-19	Correns Carl
cremer-hans-1910-02-14	1910-02-14	Cremer Hans
daeues-karl-1893-04-24	1893-04-24	Daeues Karl
dahr-peter-1906-04-13	1906-04-13	Dahr Peter
dannemeyer-ferdinand-1880-08-26	1880-08-26	Dannemeyer Ferdinand
dessauer-friedrich-1881-07-19	1881-07-19	Dessauer Friedrich
dieke-gerhard-1901-08-20	1901-08-20	Dieke Gerhard
diemair-willibald-1899-10-04	1899-10-04	Diemair Willibald
dienst-cornelius-1900-02-13	1900-02-13	Dienst Cornelius
dietzel-adolf-1902-02-03	1902-02-03	Dietzel Adolf
dilthey-walter-1877-03-26	1877-03-26	Dilthey Walter
dirscherl-wilhelm-1899-11-26	1899-11-26	Dirscherl Wilhelm
doetsch-gustav-1892-11-29	1892-11-29	Doetsch Gustav
eck-bruno-1899-04-01	1899-04-01	Eck Bruno
eckart-gottfried-1906-05-23	1906-05-23	Eckart Gottfried
ehrenstein-maxim-1899-05-11	1899-05-11	Ehrenstein Maxim
eilender-walter-1880-08-12	1880-08-12	Eilender Walter
eisenbrand-joseph-1901-06-02	1901-06-02	Eisenbrand Joseph
eitel-wilhelm-1891-05-06	1891-05-06	Eitel Wilhelm
endell-kurd-1887-02-01	1887-02-01	Endell Kurd
engesser-friedrich-1848-02-12	1848-02-12	Engesser Friedrich
erdmanns-dorfler-1876-03-11	1876-03-11	Erdmanns Dörfler
esch-werner-1878-01-09	1878-01-09	Esch Werner
esser-alexander-1885-01-25	1885-01-25	Esser Alexander
fichter-carl-1869-07-06	1869-07-06	Fichter Carl
fincke-heinrich-1879-06-30	1879-06-30	Fincke Heinrich
finkelnburg-karl-1905-06-05	1905-06-05	Finkelnburg Karl
finsterwalder-richard-1899-03-07	1899-03-07	Finsterwalder Richard
fleckenstein-albrecht-1917-05-03	1917-05-03	Fleckenstein Albrecht
flohn-hermann-1912-02-19	1912-02-19	Flohn Hermann
fonrobert-ewald-1887-06-25	1887-06-25	Fonrobert Ewald
frank-manfred-1905-02-03	1905-02-03	Frank Manfred
franke-wilhelm-1903-05-28	1903-05-28	Franke Wilhelm
franzius-otto-1877-05-30	1877-05-30	Franzius Otto
freudenberg-karl-1886-01-29	1886-01-29	Freudenberg Karl
fricke-otto-1895-09-06	1895-09-06	Fricke Otto
gaber-ernst-1881-04-12	1881-04-12	Gaber Ernst
garre-bernard-1901-10-08	1901-10-08	Garre Bernard
gehring-hermann-1892-07-21	1892-07-21	Gehring Hermann
geiger-joseph-1885-10-12	1885-10-12	Geiger Joseph
geiger-rudolf-1894-08-24	1894-08-24	Geiger Rudolf
gerlach-walther-1889-08-01	1889-08-01	Gerlach Walther
gerth-arnold-1884-06-16	1884-06-16	Gerth Arnold
gessner-otto-1895-08-23	1895-08-23	Gessner Otto
geyger-wilhelm-1898-10-01	1898-10-01	Geyger Wilhelm
gleich-gerold-1869-03-17	1869-03-17	Gleich Gerold
glocker-richard-1890-09-21	1890-09-21	Glocker Richard
gluud-wilhelm-1887-04-12	1887-04-12	Gluud Wilhelm
gohr-hans-1897-02-15	1897-02-15	Gohr Hans
goldschmidt-stefan-1889-03-26	1889-03-26	Goldschmidt Stefan
gossner-balthasar-1877-01-03	1877-01-03	Gossner Balthasar
gottsacker-ernst-1896-03-10	1896-03-10	Gottsacker Ernst
gottschalk-alfred-1894-04-22	1894-04-22	Gottschalk Alfred
gotz-friedrich-1891-05-20	1891-05-20	Götz Friedrich
gradmann-robert-1865-07-18	1865-07-18	Gradmann Robert
graf-otto-1881-04-14	1881-04-14	Graf Otto
grassmann-wolfgan-1898-02-20	1898-02-20	Grassmann Wolfgan
grossfeld-johann-1889-02-25	1889-02-25	Grossfeld Johann
grotrian-walter-1890-04-21	1890-04-21	Grotrian Walter
grube-geor-1883-05-06	1883-05-06	Grube Geor
guilleaume-franz-1834-12-30	1834-12-30	Guilleaume Franz
halberkann-philipp-1880-01-17	1880-01-17	Halberkann Philipp
hartinger-hans-1891-02-21	1891-02-21	Hartinger Hans
hauser-friedrich-1883-09-28	1883-09-28	Hauser Friedrich
haussmann-karl-1860-06-22	1860-06-22	Haussmann Karl
hermann-heinrich-1880-10-12	1880-10-12	Hermann Heinrich
hess-kurt-1888-10-05	1888-10-05	Hess Kurt
hieber-walter-1895-12-18	1895-12-18	Hieber Walter
houben-heinrich-1875-10-27	1875-10-27	Houben Heinrich
jakob-max-1879-07-20	1879-07-20	Jakob Max
joos-jackob-1894-05-25	1894-05-25	Joos Jackob
kaufmann-hans-1889-10-20	1889-10-20	Kaufmann Hans
kistner-adolf-1878-07-15	1878-07-15	Kistner Adolf
knoch-heinrich-1883-01-19	1883-01-19	Knoch Heinrich
koenigsberger-johann-1874-05-07	1874-05-07	Koenigsberger Johann
kogel-gustav-1882-01-16	1882-01-16	Kögel Gustav
kopff-august-1882-02-05	1882-02-05	Kopff August
korber-otto-1887-04-01	1887-04-01	Körber Otto
krauss-ferdinand-1889-08-06	1889-08-06	Krauss Ferdinand
krebs-hans-1900-08-25	1900-08-25	Krebs Hans
kupfmuller-christian-1897-10-06	1897-10-06	Küpfmuller Christian
ladenburg-rudolf-1882-06-06	1882-06-06	Ladenburg Rudolf
lande-alfred-1888-12-13	1888-12-13	Lande Alfred
gauquelin-a2-3329-1885-09-10	1885-09-10	Gauquelin-A2-3329
leuchs-friedrich-1879-08-26	1879-08-26	Leuchs Friedrich
liesegang-friedrich-1873-03-05	1873-03-05	Liesegang Friedrich
lockemann-geor-1871-10-17	1871-10-17	Lockemann Geor
luers-heinrich-1890-02-12	1890-02-12	Lüers Heinrich
manchot-wilhelm-1869-08-05	1869-08-05	Manchot Wilhelm
niethammer-geor-1874-03-03	1874-03-03	Niethammer Geor
oestreich-johann-1873-12-11	1873-12-11	Oestreich Johann
oettingen-wolfgan-1888-12-03	1888-12-03	Oettingen Wolfgan
peppler-christian-1882-04-30	1882-04-30	Peppler Christian
peppler-franz-1884-01-21	1884-01-21	Peppler Franz
gauquelin-a2-3341-1880-05-07	1880-05-07	Gauquelin-A2-3341
pfeiffer-paul-1875-04-21	1875-04-21	Pfeiffer Paul
piccard-jean-1884-01-28	1884-01-28	Piccard Jean
pomp-anton-1888-06-13	1888-06-13	Pomp Anton
precht-carl-1871-06-28	1871-06-28	Precht Carl
prandtl-ludwi-1875-02-04	1875-02-04	Prandtl Ludwi
pringsheim-peter-1881-03-19	1881-03-19	Pringsheim Peter
ramsauer-carl-1879-02-06	1879-02-06	Ramsauer Carl
range-paul-1879-05-01	1879-05-01	Range Paul
reif-johann-1880-11-20	1880-11-20	Reif Johann
reihlen-hans-1892-02-02	1892-02-02	Reihlen Hans
robitzsch-max-1887-02-02	1887-02-02	Robitzsch Max
rogowski-walter-1881-05-07	1881-05-07	Rogowski Walter
rojahn-carl-1889-09-23	1889-09-23	Rojahn Carl
rosch-siegfried-1899-06-15	1899-06-15	Rösch Siegfried
rose-peter-1883-09-18	1883-09-18	Rose Peter
ruff-karl-1871-12-30	1871-12-30	Ruff Karl
ruhland-willy-1878-08-07	1878-08-07	Ruhland Willy
rupe-johann-1866-10-09	1866-10-09	Rupe Johann
rupp-erwin-1872-02-19	1872-02-19	Rupp Erwin
ruska-julius-1867-02-09	1867-02-09	Ruska Julius
sabalitschka-theodor-1899-05-24	1899-05-24	Sabalitschka Theodor
schaum-ferdiand-1870-07-14	1870-07-14	Schaum Ferdiand
scheibler-helmuth-1882-02-19	1882-02-19	Scheibler Helmuth
schenk-daniel-1880-08-27	1880-08-27	Schenk Daniel
schering-harald-1880-11-25	1880-11-25	Schering Harald
schiller-walter-1882-12-11	1882-12-11	Schiller Walter
schmidt-ernst-1892-02-11	1892-02-11	Schmidt Ernst
schneiderhohn-hans-1887-06-02	1887-06-02	Schneiderhöhn Hans
schoy-karl-1877-04-07	1877-04-07	Schoy Karl
schroder-johannes-1879-07-20	1879-07-20	Schröder Johannes
schulz-ernst-1886-03-26	1886-03-26	Schulz Ernst
seeliger-rudolf-1886-11-12	1886-11-12	Seeliger Rudolf
seemann-hugo-1884-04-13	1884-04-13	Seemann Hugo
gauquelin-a2-3376-1875-12-23	1875-12-23	Gauquelin-A2-3376
gauquelin-a2-3377-1886-07-12	1886-07-12	Gauquelin-A2-3377
simon-arthur-1893-02-25	1893-02-25	Simon Arthur
gauquelin-a2-3379-1881-03-23	1881-03-23	Gauquelin-A2-3379
steigmann-ernst-1897-03-09	1897-03-09	Steigmann Ernst
stintzing-hugo-1888-08-10	1888-08-10	Stintzing Hugo
stremme-hermann-1879-05-17	1879-05-17	Stremme Hermann
tillmans-joseph-1876-07-04	1876-07-04	Tillmans Joseph
trautz-max-1880-03-19	1880-03-19	Trautz Max
vogt-heinrich-1890-10-05	1890-10-05	Vogt Heinrich
vorlander-daniel-1867-06-11	1867-06-11	Vorländer Daniel
wagner-karl-1883-02-22	1883-02-22	Wagner Karl
wartenberg-hans-1880-03-24	1880-03-24	Wartenberg Hans
weickmann-ludwi-1882-08-15	1882-08-15	Weickmann Ludwi
gauquelin-a2-3390-1892-09-02	1892-09-02	Gauquelin-A2-3390
wieland-heinrich-1877-06-04	1877-06-04	Wieland Heinrich
winter-heinrich-1875-02-18	1875-02-18	Winter Heinrich
wolf-karl-1901-02-14	1901-02-14	Wolf Karl
wurschmidt-joseph-1886-02-05	1886-02-05	Würschmidt Joseph
adan-emile-1830-10-18	1830-10-18	Adan Emile
anspach-lucien-1857-07-09	1857-07-09	Anspach Lucien
asselberghs-etienne-1889-02-09	1889-02-09	Asselberghs Etienne
aubel-edmond-1864-08-05	1864-08-05	Aubel Edmond
baes-louis-1883-12-05	1883-12-05	Baes Louis
belpaire-alphonse-1817-05-11	1817-05-11	Belpaire Alphonse
beneden-edouard-1846-03-05	1846-03-05	Beneden Edouard
beneden-pierre-1809-12-19	1809-12-19	Beneden Pierre
berge-albert-1864-12-14	1864-12-14	Berge Albert
berliere-u-1861-09-03	1861-09-03	Berliere U
blancquaert-j-1838-08-15	1838-08-15	Blancquaert J
bommer-charles-1866-09-13	1866-09-13	Bommer Charles
bommer-jean-1829-11-16	1829-11-16	Bommer Jean
bortier-pierre-1805-06-10	1805-06-10	Bortier Pierre
boulvin-jules-1855-04-29	1855-04-29	Boulvin Jules
brasseur-jean-1802-06-24	1802-06-24	Brasseur Jean
briart-alphonse-1825-02-25	1825-02-25	Briart Alphonse
brien-paul-1894-05-24	1894-05-24	Brien Paul
bruck-nicolas-1818-10-01	1818-10-01	Bruck Nicolas
bruyker-constant-1878-10-21	1878-10-21	Bruyker Constant
bruylants-pierre-1886-07-09	1886-07-09	Bruylants Pierre
bureau-florent-1906-12-17	1906-12-17	Bureau Florent
buttgenbach-henri-1874-02-02	1874-02-02	Buttgenbach Henri
buys-ballot-christophorus-1817-10-10	1817-10-10	Buys-Ballot Christophorus
cantraine-francois-1801-12-01	1801-12-01	Cantraine François
carnoy-joseph-1841-11-13	1841-11-13	Carnoy Joseph
chalon-regnier-1802-12-04	1802-12-04	Chalon Regnier
chanteux-joseph-1886-04-03	1886-04-03	Chanteux Joseph
christophe-paul-1870-07-25	1870-07-25	Christophe Paul
coemans-eugene-1825-10-30	1825-10-30	Coemans Eugène
cogniaux-alfred-1841-04-07	1841-04-07	Cogniaux Alfred
colard-oscar-1867-06-24	1867-06-24	Colard Oscar
colnet-huart-alexandre-1821-06-06	1821-06-06	Colnet Huart Alexandre
coppens-albert-1885-08-06	1885-08-06	Coppens Albert
cornet-francois-1834-02-21	1834-02-21	Cornet François
brochier-andre-1899-10-22	1899-10-22	Brochier André
cox-jacques-1898-08-16	1898-08-16	Cox Jacques
crepin-francois-1830-10-30	1830-10-30	Crepin François
crismer-leon-1858-10-23	1858-10-23	Crismer Léon
dauge-felix-1829-05-24	1829-05-24	Dauge Félix
davreux-charles-1836-09-24	1836-09-24	Davreux Charles
debaisieux-paul-1886-05-31	1886-05-31	Debaisieux Paul
dehalu-marcel-1873-09-01	1873-09-01	Dehalu Marcel
delacre-maurice-1862-09-06	1862-09-06	Delacre Maurice
demoulin-alphonse-1869-09-20	1869-09-20	Demoulin Alphonse
brohon-raymond-1911-09-07	1911-09-07	Brohon Raymond
gauquelin-a2-3443-1862-03-18	1862-03-18	Gauquelin-A2-3443
devroede-jean-1800-06-14	1800-06-14	Devroede Jean
dewalque-francois-1837-04-03	1837-04-03	Dewalque François
dewalque-gustave-1826-12-02	1826-12-02	Dewalque Gustave
donder-theophile-1872-08-19	1872-08-19	Donder Theophile
donny-francois-1822-01-31	1822-01-31	Donny François
dony-henault-octave-1875-11-20	1875-11-20	Dony-Henault Octave
dossin-georges-1896-02-04	1896-02-04	Dossin Georges
dumont-andre-1809-02-15	1809-02-15	Dumont André
dungen-francois-1898-06-04	1898-06-04	Dungen François
dupont-edouard-1841-01-30	1841-01-30	Dupont Edouard
duprez-francois-1807-10-21	1807-10-21	Duprez François
duranda-theophile-1855-09-04	1855-09-04	Duranda Theophile
fievez-charles-1844-05-13	1844-05-13	Fievez Charles
forir-henri-1856-01-01	1856-01-01	Forir Henri
foulon-victor-1858-06-07	1858-06-07	Foulon Victor
fourmarier-paul-1877-12-25	1877-12-25	Fourmarier Paul
gauquelin-a2-3460-1857-08-16	1857-08-16	Gauquelin-A2-3460
gerard-eric-1856-09-22	1856-09-22	Gerard Eric
gilbert-philippe-1832-02-07	1832-02-07	Gilbert Philippe
gilkinet-alfred-1845-05-21	1845-05-21	Gilkinet Alfred
ginderachten-jean-1811-05-25	1811-05-25	Ginderachten Jean
godeaux-lucien-1887-10-11	1887-10-11	Godeaux Lucien
goedseels-edouard-1857-08-19	1857-08-19	Goedseels Edouard
goldschmidt-robert-1877-05-04	1877-05-04	Goldschmidt Robert
gramme-zenobe-1826-04-04	1826-04-04	Gramme Zenobe
ithier-p-1834-01-05	1834-01-05	Ithier P
jaumotte-jules-1887-04-14	1887-04-14	Jaumotte Jules
jorissen-armand-1853-08-08	1853-08-08	Jorissen Armand
kaisin-felix-1879-07-20	1879-07-20	Kaisin Félix
keyser-charles-1870-01-04	1870-01-04	Keyser Charles
kickx-jean-1803-01-17	1803-01-17	Kickx Jean
koninck-laurent-1809-05-03	1809-05-03	Koninck Laurent
kupfferschlaeger-isidore-1819-01-09	1819-01-09	Kupfferschlaeger Isidore
habets-alfred-1839-03-16	1839-03-16	Habets Alfred
halet-frans-1879-09-01	1879-09-01	Halet Frans
haumann-lucien-1880-07-08	1880-07-08	Haumann Lucien
heen-pier-1851-11-05	1851-11-05	Heen Pier
hemptinne-alexandre-1866-04-17	1866-04-17	Hemptinne Alexandre
henrard-paul-1830-09-27	1830-09-27	Henrard Paul
henry-louis-1834-12-26	1834-12-26	Henry Louis
heurck-henri-1838-08-28	1838-08-28	Heurck Henri
houze-emile-1848-09-02	1848-09-02	Houze Emile
houzeau-charles-1820-10-07	1820-10-07	Houzeau Charles
houzeau-charles-1832-07-28	1832-07-28	Houzeau Charles
huberti-alphonse-1841-09-11	1841-09-11	Huberti Alphonse
lagrange-charles-1851-12-04	1851-12-04	Lagrange Charles
lagrange-eugene-1855-05-30	1855-05-30	Lagrange Eugène
lameere-auguste-1864-06-12	1864-06-12	Lameere Auguste
lancaster-albert-1849-05-24	1849-05-24	Lancaster Albert
gauquelin-a2-3493-1861-09-05	1861-09-05	Gauquelin-A2-3493
lecat-maurice-1884-05-18	1884-05-18	Lecat Maurice
lecointe-georges-1869-04-29	1869-04-29	Lecointe Georges
leener-georges-1879-01-03	1879-01-03	Leener Georges
lemaitre-georges-1894-07-17	1894-07-17	Lemaitre Georges
le-paige-constantin-1852-03-09	1852-03-09	Le Paige Constantin
broissia-francois-de-1917-11-29	1917-11-29	Broissia François de
lohest-maximin-1857-09-08	1857-09-08	Lohest Maximin
louyet-paulin-1818-01-28	1818-01-28	Louyet Paulin
mac-leod-jules-1857-02-19	1857-02-19	Mac Leod Jules
magnel-gustave-1889-09-15	1889-09-15	Magnel Gustave
maillieux-eugene-1875-02-21	1875-02-21	Maillieux Eugène
mailly-nicolas-1810-06-17	1810-06-17	Mailly Nicolas
malaise-constantin-1834-11-07	1834-11-07	Malaise Constantin
manilius-joseph-1807-07-03	1807-07-03	Manilius Joseph
manneback-charles-1894-03-09	1894-03-09	Manneback Charles
mansion-paul-1844-06-03	1844-06-03	Mansion Paul
marchal-emile-1871-04-10	1871-04-10	Marchal Emile
massau-junius-1852-04-09	1852-04-09	Massau Junius
maus-henri-1808-10-22	1808-10-22	Maus Henri
melsens-louis-1814-07-11	1814-07-11	Melsens Louis
mensbrugghe-gustave-1835-02-13	1835-02-13	Mensbrugghe Gustave
meunier-alphonse-1857-04-15	1857-04-15	Meunier Alphonse
michotte-berck-albert-1881-10-13	1881-10-13	Michotte Berck Albert
monckhoven-desire-1834-09-25	1834-09-25	Monckhoven Désiré
montigny-marie-1819-01-08	1819-01-08	Montigny Marie
morren-edouard-1833-12-02	1833-12-02	Morren Edouard
morren-charles-1807-03-03	1807-03-03	Morren Charles
mourlon-michel-1845-05-11	1845-05-11	Mourlon Michel
mund-walter-1892-01-22	1892-01-22	Mund Walter
pasquier-ernest-1849-10-20	1849-10-20	Pasquier Ernest
pelsener-jean-paul-1863-06-26	1863-06-26	Pelsener Jean Paul
peter-oscar-1897-11-03	1897-11-03	Peter Oscar
pierard-emile-1864-03-11	1864-03-11	Pierard Emile
plateau-a-1841-06-16	1841-06-16	Plateau A
plateau-joseph-1801-10-14	1801-10-14	Plateau Joseph
quetelet-ernst-1825-08-07	1825-08-07	Quetelet Ernst
renard-alphonse-1842-09-27	1842-09-27	Renard Alphonse
renier-armand-1876-06-26	1876-06-26	Renier Armand
reychler-albert-1854-05-06	1854-05-06	Reychler Albert
rutot-aime-1847-08-06	1847-08-06	Rutot Aimé
rysselberghue-francois-1846-08-24	1846-08-24	Rysselberghue François
schaffers-victor-1866-12-03	1866-12-03	Schaffers Victor
schmit-nicolas-1832-03-08	1832-03-08	Schmit Nicolas
schoentjes-henri-1848-03-23	1848-03-23	Schoentjes Henri
servais-clement-1862-10-16	1862-10-16	Servais Clément
simonart-fernand-1888-01-22	1888-01-22	Simonart Fernand
spring-walthere-1848-03-06	1848-03-06	Spring Walthere
stas-jean-1813-08-21	1813-08-21	Stas Jean
steichen-michel-1804-09-29	1804-09-29	Steichen Michel
straelen-victor-1889-06-14	1889-06-14	Straelen Victor
strainier-xavier-1865-06-28	1865-06-28	Strainier Xavier
stroobant-paul-1868-04-11	1868-04-11	Stroobant Paul
stuyvaert-modeste-1866-07-30	1866-07-30	Stuyvaert Modeste
swarts-frederic-1866-09-02	1866-09-02	Swarts Frédéric
swings-pol-1906-09-24	1906-09-24	Swings Pol
tarlier-jules-1825-03-09	1825-03-09	Tarlier Jules
terby-francois-1846-08-08	1846-08-08	Terby François
brotte-charles-1901-08-22	1901-08-22	Brotte Charles
timmermans-jean-1801-08-22	1801-08-22	Timmermans Jean
timmermans-jean-1882-01-08	1882-01-08	Timmermans Jean
urbain-emile-1873-02-27	1873-02-27	Urbain Emile
valerius-hubert-1820-08-29	1820-08-29	Valerius Hubert
vallee-poussin-charles-1866-08-15	1866-08-15	Vallee-Poussin Charles
vallee-poussin-charles-1827-04-06	1827-04-06	Vallee-Poussin Charles
vandendries-rene-1874-05-03	1874-05-03	Vandendries René
vandevelde-albert-1871-07-28	1871-07-28	Vandevelde Albert
verhulst-pierre-1804-10-28	1804-10-28	Verhulst Pierre
vermoesen-camille-1882-08-02	1882-08-02	Vermoesen Camille
verriest-gustave-1880-09-24	1880-09-24	Verriest Gustave
verschaffel-aloys-1850-03-01	1850-03-01	Verschaffel Aloys
verschaffelt-jules-1870-01-27	1870-01-27	Verschaffelt Jules
wauters-jules-1845-06-13	1845-06-13	Wauters Jules
wilde-p-1835-07-17	1835-07-17	Wilde P
wildeman-emile-1866-10-19	1866-10-19	Wildeman Emile
willem-victor-1866-03-26	1866-03-26	Willem Victor
witmeur-henri-1843-10-10	1843-10-10	Witmeur Henri
wuyts-henri-1872-03-29	1872-03-29	Wuyts Henri
barrau-johann-1873-04-03	1873-04-03	Barrau Johann
beaufort-lieven-ferdinand-1879-03-23	1879-03-23	Beaufort-Lieven Ferdinand
beaujon-anthony-1853-06-28	1853-06-28	Beaujon Anthony
beijerinck-willem-1891-07-03	1891-07-03	Beijerinck Willem
bemmelen-jacob-1830-11-03	1830-11-03	Bemmelen Jacob
berg-franciskus-1833-07-19	1833-07-19	Berg Franciskus
bijvoet-joh-1892-01-23	1892-01-23	Bijvoet Joh
boeseken-jacob-1868-08-20	1868-08-20	Böeseken Jacob
bremekamp-hendrik-1880-03-07	1880-03-07	Bremekamp Hendrik
brender-gerardus-1881-09-10	1881-09-10	Brender Gerardus
brouwer-gooitzen-1876-10-29	1876-10-29	Brouwer Gooitzen
brouwer-hendrik-1886-09-20	1886-09-20	Brouwer Hendrik
bungenberg-jong-hendrik-1893-05-27	1893-05-27	Bungenberg Jong Hendrik
burg-boke-1879-01-19	1879-01-19	Burg Boke
burgers-johannes-1895-01-13	1895-01-13	Burgers Johannes
cohen-ernst-1869-03-07	1869-03-07	Cohen Ernst
deuss-josephus-1883-05-27	1883-05-27	Deuss Josephus
dijck-willem-1899-03-11	1899-03-11	Dijck Willem
dijck-pieter-1826-01-31	1826-01-31	Dijck Pieter
folie-joacob-1833-12-11	1833-12-11	Folie Joacob
franchimont-ant-1844-05-10	1844-05-10	Franchimont Ant
gelderen-cornelis-1872-06-07	1872-06-07	Gelderen Cornelis
haan-david-1822-05-03	1822-05-03	Haan David
hallo-herman-1879-09-28	1879-09-28	Hallo Herman
hasselt-arend-1848-01-06	1848-01-06	Hasselt Arend
holleman-arnold-1859-08-18	1859-08-18	Holleman Arnold
jongmans-willem-1878-08-13	1878-08-13	Jongmans Willem
julius-victor-1851-05-11	1851-05-11	Julius Victor
kapteijn-jacobus-1851-01-19	1851-01-19	Kapteijn Jacobus
kock-anne-1841-06-03	1841-06-03	Kock Anne
kluyver-jan-1860-05-02	1860-05-02	Kluyver Jan
korteweg-diederik-1848-05-31	1848-05-31	Korteweg Diederik
kruyt-hugo-1882-06-03	1882-06-03	Kruyt Hugo
lobry-bruijn-cornelis-1857-01-01	1857-01-01	Lobry Bruijn Cornelis
mees-willem-1882-11-10	1882-11-10	Mees Willem
meijere-johanned-1866-04-01	1866-04-01	Meijere Johanned
methorst-hendrik-1868-03-22	1868-03-22	Methorst Hendrik
minnaert-marcel-1893-02-12	1893-02-12	Minnaert Marcel
molengraaff-gustaaf-1860-02-27	1860-02-27	Molengraaff Gustaaf
mourik-broekman-gerrit-1875-08-26	1875-08-26	Mourik-Broekman Gerrit
mulder-eduard-1832-07-17	1832-07-17	Mulder Eduard
nieuwenburg-cornelis-1889-12-31	1889-12-31	Nieuwenburg Cornelis
nolen-henri-1890-06-30	1890-06-30	Nolen Henri
oordt-gregorius-1892-03-19	1892-03-19	Oordt Gregorius
ornstein-leonard-1880-11-12	1880-11-12	Ornstein Leonard
prins-jan-1899-04-18	1899-04-18	Prins Jan
quay-jan-1901-08-26	1901-08-26	Quay Jan
ritzema-bos-jan-1850-07-25	1850-07-25	Ritzema-Bos Jan
royen-louis-1865-10-09	1865-10-09	Royen Louis
rutgers-johannes-1880-05-05	1880-05-05	Rutgers Johannes
schalij-jilles-1840-05-15	1840-05-15	Schalij Jilles
schermerhorn-willem-1894-12-17	1894-12-17	Schermerhorn Willem
schreinermakers-franciscus-1864-09-01	1864-09-01	Schreinermakers Franciscus
schuh-frederik-1875-02-07	1875-02-07	Schuh Frederik
schuurman-johannes-1836-12-17	1836-12-17	Schuurman Johannes
sluiter-carel-1854-11-16	1854-11-16	Sluiter Carel
steur-johan-1865-10-30	1865-10-30	Steur Johan
strijbos-jan-1891-03-14	1891-03-14	Strijbos Jan
suringar-willem-1832-12-28	1832-12-28	Suringar Willem
telders-jean-1842-05-24	1842-05-24	Telders Jean
thierens-elie-1882-01-28	1882-01-28	Thierens Elie
treub-melchior-1851-12-26	1851-12-26	Treub Melchior
veen-hendrik-1879-09-12	1879-09-12	Veen Hendrik
veraart-joannes-1886-01-26	1886-01-26	Veraart Joannes
verrijn-stuart-gerard-1893-09-16	1893-09-16	Verrijn-Stuart Gérard
vries-hugo-1848-02-16	1848-02-16	Vries Hugo
vries-jan-1858-03-01	1858-03-01	Vries Jan
waals-johannes-1837-11-23	1837-11-23	Waals Johannes
waals-johannes-1873-08-07	1873-08-07	Waals Johannes
weevers-theodorus-1875-06-08	1875-06-08	Weevers Theodorus
went-friedrich-1863-06-18	1863-06-18	Went Friedrich
winkel-jan-1847-11-16	1847-11-16	Winkel Jan
zanten-jakob-1874-01-26	1874-01-26	Zanten Jakob
gauquelin-a2-3646-1865-05-25	1865-05-25	Gauquelin-A2-3646
zwikker-cornelis-1900-08-19	1900-08-19	Zwikker Cornelis
aboville-albert-1848-03-26	1848-03-26	Aboville Albert
abraham-adolphe-1814-03-21	1814-03-21	Abraham Adolphe
gauquelin-a3-7-1879-12-17	1879-12-17	Gauquelin-A3-7
adelsward-renauld-1811-12-18	1811-12-18	Adelsward Renauld
agard-roumejoux-louis-1809-12-20	1809-12-20	Agard Roumejoux Louis
alet-pierre-1815-02-13	1815-02-13	Alet Pierre
allehaut-emile-1872-05-03	1872-05-03	Allehaut Emile
althoffer-jean-1864-11-15	1864-11-15	Althoffer Jean
ambert-joachim-1804-02-08	1804-02-08	Ambert Joachim
ameil-alfred-frederic-1810-11-08	1810-11-08	Ameil Alfred Frédéric
amyot-d-inville-hubert-1909-08-01	1909-08-01	Amyot D'Inville Hubert
andigne-henry-1821-11-10	1821-11-10	Andigne Henry
amos-geoffroy-1918-10-25	1918-10-25	Amos Geoffroy
andrez-charles-1835-07-11	1835-07-11	Andrez Charles
andrea-edouard-1871-04-29	1871-04-29	Andrea Edouard
anthoine-francois-1860-02-28	1860-02-28	Anthoine François
appert-henry-1851-12-04	1851-12-04	Appert Henry
archer-louis-1842-03-07	1842-03-07	Archer Louis
ardant-pico-charles-1821-10-19	1821-10-19	Ardant Pico Charles
argenlieu-georges-1889-08-07	1889-08-07	Argenlieu Georges
arlabosse-louis-1856-01-20	1856-01-20	Arlabosse Louis
arnaudeau-eugene-1821-09-08	1821-09-08	Arnaudeau Eugène
arricau-eugene-1810-08-30	1810-08-30	Arricau Eugène
arvers-paul-1837-09-06	1837-09-06	Arvers Paul
astier-de-la-vigerie-francois-1886-03-07	1886-03-07	Astier De La Vigerie Francois
astier-villatte-robert-1895-05-10	1895-05-10	Astier Villatte Robert
aubel-ferdinand-1844-11-30	1844-11-30	Aubel Ferdinand
aubertin-claude-fabien-1844-03-27	1844-03-27	Aubertin Claude Fabien
aubigny-edouard-1832-01-28	1832-01-28	Aubigny Edouard
audeoud-rene-1854-09-07	1854-09-07	Audeoud René
audry-rene-1884-02-09	1884-02-09	Audry René
audouin-antoine-1874-11-12	1874-11-12	Audouin Antoine
auphan-gabriel-1894-11-04	1894-11-04	Auphan Gabriel
autric-jean-1871-12-29	1871-12-29	Autric Jean
aurelles-paladines-louis-1804-01-09	1804-01-09	Aurelles Paladines Louis
auzouy-pierre-1809-10-28	1809-10-28	Auzouy Pierre
aveline-subligny-amedee-1817-02-13	1817-02-13	Aveline Subligny Amedee
bacom-jean-1834-11-10	1834-11-10	Bacom Jean
bachelier-joseph-1810-01-10	1810-01-10	Bachelier Joseph
baills-george-1876-05-01	1876-05-01	Baills George
bahier-victor-1916-03-05	1916-03-05	Bahier Victor
balaman-ulysse-1839-01-13	1839-01-13	Balaman Ulysse
balland-joseph-1820-09-16	1820-09-16	Balland Joseph
ballande-charles-1878-06-03	1878-06-03	Ballande Charles
ballay-noel-1847-07-14	1847-07-14	Ballay Noël
bange-charles-1833-08-04	1833-08-04	Bange Charles
baratier-albert-1864-07-11	1864-07-11	Baratier Albert
barbancey-jean-marcel-1874-05-25	1874-05-25	Barbancey Jean Marcel
barbe-paul-1831-06-03	1831-06-03	Barbe Paul
barbot-ernest-1855-08-19	1855-08-19	Barbot Ernest
bardin-eugene-1822-07-11	1822-07-11	Bardin Eugène
baret-joseph-1852-07-10	1852-07-10	Baret Joseph
barjot-pierre-1899-10-13	1899-10-13	Barjot Pierre
barnouin-gaston-1888-09-30	1888-09-30	Barnouin Gaston
barrabe-michel-1821-04-16	1821-04-16	Barrabe Michel
barrard-charles-1872-04-11	1872-04-11	Barrard Charles
barrera-edouard-1836-01-17	1836-01-17	Barrera Edouard
barret-auguste-1834-04-07	1834-04-07	Barret Auguste
barry-maximilien-1843-09-22	1843-09-22	Barry Maximilien
bassot-leon-1841-04-06	1841-04-06	Bassot Léon
baston-paul-marie-1863-03-28	1863-03-28	Baston Paul-Marie
bataille-henri-1861-12-05	1861-12-05	Bataille Henri
battet-robert-1893-10-04	1893-10-04	Battet Robert
batteux-paul-1870-06-15	1870-06-15	Batteux Paul
bauer-theodore-1842-05-28	1842-05-28	Bauer Theodore
baugillot-jean-1848-10-31	1848-10-31	Baugillot Jean
bayard-joseph-1832-06-04	1832-06-04	Bayard Joseph
bazaine-achille-1811-02-13	1811-02-13	Bazaine Achille
beaudemoulin-antoine-1857-04-03	1857-04-03	Beaudemoulin Antoine
bazinet-paul-1915-03-22	1915-03-22	Bazinet Paul
beaujeux-emile-1850-05-18	1850-05-18	Beaujeux Emile
becker-georges-1872-06-26	1872-06-26	Becker Georges
bedel-victor-1824-06-01	1824-06-01	Bedel Victor
begougne-juniac-jacques-1810-10-20	1810-10-20	Begougne Juniac Jacques
beitz-pierre-1833-12-23	1833-12-23	Beitz Pierre
benic-francois-1816-01-23	1816-01-23	Benic François
benoist-henry-1839-05-13	1839-05-13	Benoist Henry
benoit-eugene-1860-10-13	1860-10-13	Benoit Eugène
berard-celestin-1849-08-07	1849-08-07	Berard Célestin
berenger-charles-1829-11-23	1829-11-23	Berenger Charles
bergeron-paul-1890-10-24	1890-10-24	Bergeron Paul
berger-paul-charles-1880-06-29	1880-06-29	Berger Paul Charles
bergouignan-romain-1840-09-07	1840-09-07	Bergouignan Romain
bernard-joseph-1861-11-16	1861-11-16	Bernard Joseph
bernard-jules-pierre-1876-08-19	1876-08-19	Bernard Jules Pierre
berruyer-ulysse-1836-02-21	1836-02-21	Berruyer Ulysse
berthelot-henry-1861-12-07	1861-12-07	Berthelot Henry
berthier-de-grandry-marie-1832-01-19	1832-01-19	Berthier-De-Grandry Marie
bertrand-henry-1829-07-15	1829-07-15	Bertrand Henry
bertrand-pierre-1845-01-08	1845-01-08	Bertrand Pierre
besaucele-ferdinand-1834-01-24	1834-01-24	Besaucele Ferdinand
besset-cesar-1855-04-17	1855-04-17	Besset César
gauquelin-a3-214-1889-12-17	1889-12-17	Gauquelin-A3-214
besson-marie-1843-12-01	1843-12-01	Besson Marie
bezard-marie-1823-04-04	1823-04-04	Bezard Marie
bichot-anicet-1835-10-29	1835-10-29	Bichot Anicet
bidot-henry-1835-12-01	1835-12-01	Bidot Henry
biesse-camille-charles-1872-03-21	1872-03-21	Biesse Camille Charles
bigourban-joseph-1916-07-14	1916-07-14	Bigourban Joseph
billot-jean-1828-08-15	1828-08-15	Billot Jean
binos-de-pombarat-gabriel-1828-05-08	1828-05-08	Binos De Pombarat Gabriel
hadamar-zelie-1849-09-30	1849-09-30	Hadamar Zelie
birchler-emile-1870-10-22	1870-10-22	Birchler Emile
bisshop-eric-1891-10-21	1891-10-21	Bisshop Eric
bittard-portes-jean-1815-07-28	1815-07-28	Bittard Portes Jean
bizot-brice-1848-04-14	1848-04-14	Bizot Brice
blaison-georges-1906-07-30	1906-07-30	Blaison Georges
blanc-clement-1897-10-01	1897-10-01	Blanc Clément
blanc-auguste-1856-05-10	1856-05-10	Blanc Auguste
blanchard-robert-1896-04-30	1896-04-30	Blanchard Robert
blancher-paul-1846-01-04	1846-01-04	Blancher Paul
blanchet-jean-1834-05-16	1834-05-16	Blanchet Jean
blandin-chalain-victor-1840-08-12	1840-08-12	Blandin Chalain Victor
blin-henry-1878-12-16	1878-12-16	Blin Henry
blondel-richard-1827-04-30	1827-04-30	Blondel Richard
blot-omer-1824-11-27	1824-11-27	Blot Omer
bodet-pierre-1902-08-29	1902-08-29	Bodet Pierre
boe-elie-1858-08-16	1858-08-16	Boe Elie
boerio-marie-1823-05-10	1823-05-10	Boerio Marie
boigues-paul-1864-05-27	1864-05-27	Boigues Paul
bois-enemetz-edouard-1828-08-26	1828-08-26	Bois Enemetz Edouard
boisfleury-joseph-1871-03-27	1871-03-27	Boisfleury Joseph
boissau-robert-1886-07-09	1886-07-09	Boissau Robert
boisselier-marie-1837-07-28	1837-07-28	Boisselier Marie
boisselin-jean-1855-08-30	1855-08-30	Boisselin Jean
boistertre-jean-1810-09-20	1810-09-20	Boistertre Jean
bon-ferdinand-1861-07-03	1861-07-03	Bon Ferdinand
bonamy-frederic-1806-08-14	1806-08-14	Bonamy Frédéric
bonard-louis-1805-03-06	1805-03-06	Bonard Louis
bongarcon-alphonse-1834-02-07	1834-02-07	Bongarcon Alphonse
bonnabaud-claude-1842-09-17	1842-09-17	Bonnabaud Claude
bonnal-guillaume-1844-03-27	1844-03-27	Bonnal Guillaume
bonneau-martray-edmond-1813-03-01	1813-03-01	Bonneau Martray Edmond
bonnet-bruneau-ferdin-1864-03-14	1864-03-14	Bonnet Bruneau Ferdin.
bonnet-jacques-1833-08-23	1833-08-23	Bonnet Jacques
bonvalet-nicolas-1815-04-11	1815-04-11	Bonvalet Nicolas
bonvalot-gabriel-1853-07-14	1853-07-14	Bonvalot Gabriel
bordeaux-joseph-1866-08-03	1866-08-03	Bordeaux Joseph
borel-jean-1819-04-03	1819-04-03	Borel Jean
borrelli-emmanuel-1837-12-25	1837-12-25	Borrelli Emmanuel
borgnis-desbordes-gustave-1839-10-22	1839-10-22	Borgnis-Desbordes Gustave
bory-victor-1843-02-26	1843-02-26	Bory Victor
bosc-jean-1804-08-16	1804-08-16	Bosc Jean
gauquelin-a3-327-1810-11-08	1810-11-08	Gauquelin-A3-327
bouan-jean-1892-04-09	1892-04-09	Bouan Jean
bossan-claude-1827-09-20	1827-09-20	Bossan Claude
bouchard-raoul-1851-08-09	1851-08-09	Bouchard Raoul
boucher-eugene-1847-05-19	1847-05-19	Boucher Eugène
boucher-morlaincourt-francois-1853-01-07	1853-01-07	Boucher Morlaincourt Francois
bouchez-jean-1873-04-25	1873-04-25	Bouchez Jean
bouchu-albert-1842-02-17	1842-02-17	Bouchu Albert
boudard-laurent-1834-01-15	1834-01-15	Boudard Laurent
boue-de-lapeyrere-auguste-1852-01-18	1852-01-18	Boue De Lapeyrere Auguste
bouet-willaumez-louis-1808-04-24	1808-04-24	Bouet-Willaumez Louis
bouffard-pierre-1831-05-21	1831-05-21	Bouffard Pierre
bougaud-francis-1833-11-14	1833-11-14	Bougaud Francis
bourdais-edme-1820-10-26	1820-10-26	Bourdais Edme
bourgeois-simeon-1815-03-26	1815-03-26	Bourgeois Simeon
bourgeois-joseph-emile-1857-02-21	1857-02-21	Bourgeois Joseph Emile
bourlier-antoine-1811-10-10	1811-10-10	Bourlier Antoine
bovet-francois-1827-02-12	1827-02-12	Bovet François
boy-pierre-1825-02-17	1825-02-17	Boy Pierre
brasseur-jean-1818-11-27	1818-11-27	Brasseur Jean
brau-charles-1846-09-08	1846-09-08	Brau Charles
bremond-ars-rene-1852-01-29	1852-01-29	Bremond Ars Rene
breme-paul-1915-12-18	1915-12-18	Breme Paul
bridoux-eugene-1888-01-24	1888-01-24	Bridoux Eugène
bridoux-marie-1856-02-25	1856-02-25	Bridoux Marie
brianchon-louis-1915-10-15	1915-10-15	Brianchon Louis
broussier-jules-1840-06-30	1840-06-30	Broussier Jules
buchinger-daniel-1833-05-26	1833-05-26	Buchinger Daniel
brulard-jean-marie-1856-03-01	1856-03-01	Brulard Jean-Marie
gauquelin-a3-376-1886-10-07	1886-10-07	Gauquelin-A3-376
cabaup-jean-1829-03-21	1829-03-21	Cabaup Jean
cadilhac-jean-1918-08-06	1918-08-06	Cadilhac Jean
callies-jean-1896-08-07	1896-08-07	Callies Jean
callot-maurice-1873-12-13	1873-12-13	Callot Maurice
calmet-jean-1836-01-05	1836-01-05	Calmet Jean
canu-gustave-1814-05-05	1814-05-05	Canu Gustave
capdevielle-jean-1828-10-12	1828-10-12	Capdevielle Jean
canrobert-certain-1809-06-27	1809-06-27	Canrobert Certain
capin-jules-1850-02-22	1850-02-22	Capin Jules
carissan-leon-1885-07-08	1885-07-08	Carissan Léon
casanova-jacques-1829-07-23	1829-07-23	Casanova Jacques
gauquelin-a3-398-1878-10-27	1878-10-27	Gauquelin-A3-398
cavelier-cuverville-jules-1834-07-28	1834-07-28	Cavelier Cuverville Jules
catroux-georges-albert-1877-01-29	1877-01-29	Catroux Georges Albert
challe-maurice-1905-09-05	1905-09-05	Challe Maurice
chambon-vincent-1835-05-14	1835-05-14	Chambon Vincent
chanoine-charles-1835-12-18	1835-12-18	Chanoine Charles
gauquelin-a3-408-1867-07-15	1867-07-15	Gauquelin-A3-408
charpy-charles-1869-11-04	1869-11-04	Charpy Charles
chaudot-claude-1840-08-21	1840-08-21	Chaudot Claude
chaverondier-francois-1831-09-29	1831-09-29	Chaverondier François
cherfils-pierre-1849-03-20	1849-03-20	Cherfils Pierre
chevreuil-etienne-1824-09-16	1824-09-16	Chevreuil Etienne
chirouze-constant-1846-04-03	1846-04-03	Chirouze Constant
chouteau-rene-1891-10-09	1891-10-09	Chouteau René
clement-francois-1837-01-13	1837-01-13	Clement François
chochard-leon-1838-11-01	1838-11-01	Chochard Léon
codet-guillaume-1828-10-24	1828-10-24	Codet Guillaume
cogny-rene-1904-04-25	1904-04-25	Cogny René
colbert-charles-1839-05-17	1839-05-17	Colbert Charles
collineau-edouard-1810-11-22	1810-11-22	Collineau Edouard
collinet-louis-1892-02-19	1892-02-19	Collinet Louis
colonna-istria-phillipe-1837-07-30	1837-07-30	Colonna Istria Phillipe
comoy-claude-1836-11-24	1836-11-24	Comoy Claude
constant-joseph-1849-06-19	1849-06-19	Constant Joseph
coquerelle-alfred-1837-04-03	1837-04-03	Coquerelle Alfred
corn-alfred-1865-11-07	1865-11-07	Corn Alfred
cornelis-francois-1839-05-16	1839-05-16	Cornelis François
corre-jean-1883-11-07	1883-11-07	Corre Jean
cottel-pierre-1820-12-07	1820-12-07	Cottel Pierre
courbet-andre-1827-06-26	1827-06-26	Courbet André
cremer-camille-1840-08-06	1840-08-06	Cremer Camille
cureau-adolphe-1864-06-01	1864-06-01	Cureau Adolphe
cugnac-jean-1861-04-10	1861-04-10	Cugnac Jean
cuvillier-fleury-jules-1829-08-02	1829-08-02	Cuvillier-Fleury Jules
dailliere-henry-1901-02-26	1901-02-26	Dailliere Henry
damelincourt-ernest-1835-08-27	1835-08-27	Damelincourt Ernest
dartige-fournet-louis-1856-03-02	1856-03-02	Dartige Fournet Louis
daugan-albert-1866-12-31	1866-12-31	Daugan Albert
daveluy-rene-1863-10-21	1863-10-21	Daveluy René
debert-jean-1834-08-06	1834-08-06	Debert Jean
decoux-jean-1884-05-05	1884-05-05	Decoux Jean
defoy-alexandre-1832-04-18	1832-04-18	Defoy Alexandre
de-franciosi-charles-1846-12-23	1846-12-23	De Franciosi Charles
delage-josepj-1862-01-31	1862-01-31	Delage Josepj
delestraint-charles-1879-03-12	1879-03-12	Delestraint Charles
denoue-edouard-1844-07-12	1844-07-12	Denoue Edouard
denfert-rochereau-philippe-1823-01-11	1823-01-11	Denfert-Rochereau Philippe
desaleux-georges-1851-08-04	1851-08-04	Desaleux Georges
gauquelin-a3-474-1850-05-26	1850-05-26	Gauquelin-A3-474
deport-joseph-1846-09-17	1846-09-17	Deport Joseph
detroyat-robert-1911-01-08	1911-01-08	Detroyat Robert
devienne-charles-1825-04-24	1825-04-24	Devienne Charles
devinck-paul-1892-08-14	1892-08-14	Devinck Paul
didier-jean-1828-11-19	1828-11-19	Didier Jean
donet-jean-1830-04-09	1830-04-09	Donet Jean
douzans-jules-1829-12-28	1829-12-28	Douzans Jules
doudart-lagree-ernest-1823-03-31	1823-03-31	Doudart Lagree Ernest
doyen-paul-1881-06-21	1881-06-21	Doyen Paul
drogou-francois-1904-12-30	1904-12-30	Drogou François
dromard-robert-1894-07-21	1894-07-21	Dromard Robert
drude-antoine-1853-05-27	1853-05-27	Drude Antoine
duboc-emile-1852-07-08	1852-07-08	Duboc Emile
duboys-fresney-etienne-1808-08-15	1808-08-15	Duboys-Fresney Etienne
ducasse-jean-1807-12-10	1807-12-10	Ducasse Jean
duchesne-jacques-1837-03-03	1837-03-03	Duchesne Jacques
dufieux-julien-claude	ien-claude	Dufieux Julien Claude
gauquelin-a3-504-1892-01-15	1892-01-15	Gauquelin-A3-504
dupre-louis-1812-09-10	1812-09-10	Dupre Louis
duhomme-paul-1917-08-24	1917-08-24	Duhomme Paul
dupuy-lome-stanislas-1816-10-15	1816-10-15	Dupuy Lome Stanislas
durand-pierre-1876-06-30	1876-06-30	Durand Pierre
dupre-marie-1813-11-25	1813-11-25	Dupre Marie
durand-viel-georges-1875-03-11	1875-03-11	Durand-Viel Georges
duval-raymond-1894-09-19	1894-09-19	Duval Raymond
esteva-jean-1880-09-14	1880-09-14	Esteva Jean
engel-pierre-1917-09-11	1917-09-11	Engel Pierre
estienne-orves-honore-1901-06-05	1901-06-05	Estienne-Orves Honoré
fabre-adolphe-1832-08-24	1832-08-24	Fabre Adolphe
exelmans-charles-1854-07-20	1854-07-20	Exelmans Charles
farcy-victor-1830-04-06	1830-04-06	Farcy Victor
broussaud-andre-1869-06-05	1869-06-05	Broussaud André
fabre-jean-1816-05-05	1816-05-05	Fabre Jean
fave-ildephonse-1812-02-28	1812-02-28	Fave Ildephonse
faverot-kerbrech-francois-1837-02-24	1837-02-24	Faverot Kerbrech Francois
fay-pierre-1899-03-22	1899-03-22	Fay Pierre
febvrel-maurice-1873-10-16	1873-10-16	Febvrel Maurice
ferron-theophile-1830-09-19	1830-09-19	Ferron Theophile
fevrier-victor-1823-10-21	1823-10-21	Fevrier Victor
fix-raymond-1915-02-18	1915-02-18	Fix Raymond
hebey-jean-1916-08-29	1916-08-29	Hebey Jean
fomorin-etienne-1849-06-10	1849-06-10	Fomorin Etienne
fontaine-jules-1836-02-02	1836-02-02	Fontaine Jules
foulon-desire-1834-09-18	1834-09-18	Foulon Désiré
fourichon-martin-1809-01-10	1809-01-10	Fourichon Martin
fournier-henry-1882-09-30	1882-09-30	Fournier Henry
fracque-charles-1875-02-01	1875-02-01	Fracque Charles
francois-jacques-1913-11-11	1913-11-11	Francois Jacques
fremond-merveillere-charles-1823-10-30	1823-10-30	Fremond Merveillere Charles
fremond-merveillere-louis-1823-02-06	1823-02-06	Fremond Merveillere Louis
frere-aubert-1881-08-21	1881-08-21	Frere Aubert
gabolde-jean-1882-06-22	1882-06-22	Gabolde Jean
galibier-charles-1824-07-02	1824-07-02	Galibier Charles
ganeval-jean-1894-12-24	1894-12-24	Ganeval Jean
gangloff-gaston-1847-02-15	1847-02-15	Gangloff Gaston
garchery-joanny-1876-06-16	1876-06-16	Garchery Joanny
gardarein-jean-1831-07-13	1831-07-13	Gardarein Jean
garnault-henry-1820-05-09	1820-05-09	Garnault Henry
gauchet-dominique-1857-08-14	1857-08-14	Gauchet Dominique
gensoul-marcel-1880-10-12	1880-10-12	Gensoul Marcel
germain-joseph-1825-02-22	1825-02-22	Germain Joseph
gicquel-touches-albert-1818-04-10	1818-04-10	Gicquel Touches Albert
gillier-jean-1853-03-05	1853-03-05	Gillier Jean
giraud-robert-1899-02-17	1899-02-17	Giraud Robert
girault-edouard-1840-01-04	1840-01-04	Girault Edouard
gauquelin-a3-578-1825-05-20	1825-05-20	Gauquelin-A3-578
goepp-jean-1830-05-26	1830-05-26	Goepp Jean
goffeny-paul-1907-08-27	1907-08-27	Goffeny Paul
gougaud-laurent-1834-10-25	1834-10-25	Gougaud Laurent
goupil-henri-1917-11-19	1917-11-19	Goupil Henri
gauquelin-a3-584-1843-01-19	1843-01-19	Gauquelin-A3-584
goursaud-ernest-1828-10-21	1828-10-21	Goursaud Ernest
grandemange-francois-1846-03-07	1846-03-07	Grandemange François
gras-basile-1836-01-02	1836-01-02	Gras Basile
gremion-jean-1817-09-20	1817-09-20	Gremion Jean
grosse-andre-1842-03-10	1842-03-10	Grosse André
gros-paul-1864-08-25	1864-08-25	Gros Paul
guerin-felix-1807-01-12	1807-01-12	Guerin Félix
gauquelin-a3-597-1826-06-22	1826-06-22	Gauquelin-A3-597
guilbert-raymond-1842-02-19	1842-02-19	Guilbert Raymond
guilhamin-jean-1825-03-28	1825-03-28	Guilhamin Jean
guillaume-augustin-1895-07-30	1895-07-30	Guillaume Augustin
guimbal-isidore-1848-01-09	1848-01-09	Guimbal Isidore
guimont-ernest-1838-02-02	1838-02-02	Guimont Ernest
guisset-gregoire-1835-12-03	1835-12-03	Guisset Gregoire
haillot-francois-1843-05-28	1843-05-28	Haillot François
heinrich-louis-1848-08-21	1848-08-21	Heinrich Louis
henriot-auguste-1849-02-08	1849-02-08	Henriot Auguste
henry-paul-1876-11-11	1876-11-11	Henry Paul
henry-de-kermartin-adolphe-1837-09-13	1837-09-13	Henry De Kermartin Adolphe
herber-marie-1878-10-23	1878-10-23	Herber Marie
hergault-emile-1869-09-05	1869-09-05	Hergault Emile
herrmann-alexandre-1812-07-30	1812-07-30	Herrmann Alexandre
hesdin-rene-1890-09-30	1890-09-30	Hesdin René
hirschauer-auguste-1857-06-16	1857-06-16	Hirschauer Auguste
hoblinger-pierre-1844-11-20	1844-11-20	Hoblinger Pierre
houvenaghel-jules-1839-11-05	1839-11-05	Houvenaghel Jules
hue-joseph-1850-12-18	1850-12-18	Hue Joseph
hugonot-georges-1893-07-07	1893-07-07	Hugonot Georges
hure-antoine-1873-02-11	1873-02-11	Hure Antoine
huteau-felix-1834-07-10	1834-07-10	Huteau Félix
ingold-francois-1894-04-04	1894-04-04	Ingold François
jakob-parfait-rene-1916-12-22	1916-12-22	Jakob Parfait Rene
jame-lucien-1891-10-20	1891-10-20	Jame Lucien
jaubert-francois-1903-01-16	1903-01-16	Jaubert François
jaubert-pascal-1827-04-15	1827-04-15	Jaubert Pascal
jaujard-robert-1896-03-06	1896-03-06	Jaujard Robert
jaures-jean-1808-12-05	1808-12-05	Jaures Jean
joffre-joseph-jacques-1852-01-12	1852-01-12	Joffre Joseph Jacques
johann-auguste-1834-12-04	1834-12-04	Johann Auguste
jonquieres-eugene-1850-06-24	1850-06-24	Jonquieres Eugène
jorna-leon-1916-09-23	1916-09-23	Jorna Léon
gauquelin-a3-648-1895-11-20	1895-11-20	Gauquelin-A3-648
joyeux-paul-1829-08-19	1829-08-19	Joyeux Paul
jurien-graviere-jean-1812-11-19	1812-11-19	Jurien Graviere Jean
kenney-jaques-1829-09-06	1829-09-06	Kenney Jaques
gauquelin-a3-656-1878-11-29	1878-11-29	Gauquelin-A3-656
labrousse-nicolas-1807-07-17	1807-07-17	Labrousse Nicolas
kreis-hubert-1878-11-28	1878-11-28	Kreis Hubert
lachau-alfred-1835-08-18	1835-08-18	Lachau Alfred
lacroix-jean-1843-11-30	1843-11-30	Lacroix Jean
lacourt-jacques-georges-1917-08-09	1917-08-09	Lacourt Jacques Georges
laffont-claude-1829-06-01	1829-06-01	Laffont Claude
lagarde-aloys-1854-05-11	1854-05-11	Lagarde Aloys
lafargue-jean-1917-11-19	1917-11-19	Lafargue Jean
la-grandiere-pierre-1807-06-28	1807-06-28	La Grandiere Pierre
lallement-julien-1839-03-11	1839-03-11	Lallement Julien
la-jaille-charles-1836-01-07	1836-01-07	La Jaille Charles
lancelot-pierre-1901-07-29	1901-07-29	Lancelot Pierre
langle-cary-fernand-1849-07-04	1849-07-04	Langle Cary Fernand
lantheaume-jules-1828-04-01	1828-04-01	Lantheaume Jules
laperrine-francois-1860-09-29	1860-09-29	Laperrine François
laponterique-francois-1846-12-01	1846-12-01	Laponterique François
largeau-etienne-1866-06-06	1866-06-06	Largeau Etienne
larminat-rene-1895-11-29	1895-11-29	Larminat René
latour-pierre-1896-06-18	1896-06-18	Latour Pierre
laubeuf-maxime-1864-11-23	1864-11-23	Laubeuf Maxime
laubie-louis-1911-02-27	1911-02-27	Laubie Louis
laure-emile-1881-06-03	1881-06-03	Laure Emile
lauzin-henry-1903-12-28	1903-12-28	Lauzin Henry
lavigne-eugene-1835-08-05	1835-08-05	Lavigne Eugène
bagni-margherita-1902-02-21	1902-02-21	Bagni Margherita
laurent-victor-simon-1862-09-21	1862-09-21	Laurent Victor Simon
le-biham-marcel-1916-04-23	1916-04-23	Le Biham Marcel
leblanc-jules-1886-09-03	1886-09-03	Leblanc Jules
le-barbier-robert-1915-12-14	1915-12-14	Le Barbier Robert
le-cheres-charles-1895-08-20	1895-08-20	Le Cheres Charles
leclerc-hautecloque-philippe-1902-11-22	1902-11-22	Leclerc Hautecloque Philippe
le-chevalier-louis-1916-10-16	1916-10-16	Le Chevalier Louis
lecoeur-eugene-1817-10-11	1817-10-11	Lecoeur Eugène
lecomte-eugene-1847-01-29	1847-01-29	Lecomte Eugène
gauquelin-a3-710-1822-10-31	1822-10-31	Gauquelin-A3-710
lecuco-louis-1822-05-29	1822-05-29	Lecuco Louis
lefol-phileas-1829-05-07	1829-05-07	Lefol Phileas
legentilhomme-paul-1884-03-26	1884-03-26	Legentilhomme Paul
gauquelin-a3-719-1829-05-20	1829-05-20	Gauquelin-A3-719
lemaitre-leon-1838-02-16	1838-02-16	Lemaitre Léon
lejeune-andre-1916-07-17	1916-07-17	Lejeune André
lemonnier-andre-1896-02-24	1896-02-24	Lemonnier André
leroy-gustave-1905-12-24	1905-12-24	Leroy Gustave
le-pesant-francois-1918-02-26	1918-02-26	Le Pesant François
lestapis-paul-1814-02-03	1814-02-03	Lestapis Paul
lestin-jean-1871-06-20	1871-06-20	Lestin Jean
lesur-louis-1825-08-25	1825-08-25	Lesur Louis
lherminier-eugene-1825-04-13	1825-04-13	Lherminier Eugène
l-huillier-jean-1832-11-07	1832-11-07	L'Huillier Jean
loche-gustave-1836-05-25	1836-05-25	Loche Gustave
loizeau-lucien-1879-04-09	1879-04-09	Loizeau Lucien
loriferne-auguste-1836-12-23	1836-12-23	Loriferne Auguste
brun-francois-julien-1909-06-18	1909-06-18	Brun François Julien
lubet-jean-1825-11-07	1825-11-07	Lubet Jean
lyautey-louis-1854-11-17	1854-11-17	Lyautey Louis
magnan-joseph-1896-01-11	1896-01-11	Magnan Joseph
maillet-francois-1825-03-10	1825-03-10	Maillet François
mahe-jean-1917-06-02	1917-06-02	Mahe Jean
marchal-nicolas-1839-08-12	1839-08-12	Marchal Nicolas
mangin-charles-1866-07-06	1866-07-06	Mangin Charles
marco-blond-adolphe-1832-07-29	1832-07-29	Marco Blond Adolphe
margot-eugene-1863-06-24	1863-06-24	Margot Eugène
marquis-andre-1883-10-24	1883-10-24	Marquis André
marrast-pierre-1884-08-10	1884-08-10	Marrast Pierre
marsac-pierre-1880-10-31	1880-10-31	Marsac Pierre
martin-henry-1888-10-27	1888-10-27	Martin Henry
masselin-eugene-1825-08-29	1825-08-29	Masselin Eugène
massenet-andre-1864-12-25	1864-12-25	Massenet André
massip-marc-1834-09-04	1834-09-04	Massip Marc
massu-jacques-1908-05-05	1908-05-05	Massu Jacques
maunoury-michel-1847-12-17	1847-12-17	Maunoury Michel
mazare-pierre-1874-11-30	1874-11-30	Mazare Pierre
mazel-olivier-1858-09-16	1858-09-16	Mazel Olivier
melchior-1817-02-17	1817-02-17	Melchior
bartolomei-ugo-1899-11-27	1899-11-27	Bartolomei Ugo
menard-joseph-1916-09-23	1916-09-23	Menard Joseph
mercier-jean-1845-05-19	1845-05-19	Mercier Jean
merveilleux-vignaux-jean-1865-04-22	1865-04-22	Merveilleux Vignaux Jean
metrat-pierre-1817-07-05	1817-07-05	Metrat Pierre
metz-pierre-1874-10-26	1874-10-26	Metz Pierre
metzinger-leon-1842-11-09	1842-11-09	Metzinger Léon
michelier-frix-1887-02-08	1887-02-08	Michelier Frix
miquel-roger-1898-08-20	1898-08-20	Miquel Roger
miribel-marie-1831-09-14	1831-09-14	Miribel Marie
missoffe-j-1893-05-26	1893-05-26	Missoffe J
molle-marie-1895-03-24	1895-03-24	Molle Marie
modelon-louis-1863-06-02	1863-06-02	Modelon Louis
monfreid-henry-1879-11-14	1879-11-14	Monfreid Henry
montfort-louis-1920-09-13	1920-09-13	Montfort Louis
monnet-valere-1915-02-21	1915-02-21	Monnet Valère
moreau-jacques-1884-08-26	1884-08-26	Moreau Jacques
moreau-henry-1916-11-01	1916-11-01	Moreau Henry
morillot-roland-1885-06-13	1885-06-13	Morillot Roland
morlot-wengi-ulric-1835-06-21	1835-06-21	Morlot Wengi Ulric
motteau-justin-1839-06-06	1839-06-06	Motteau Justin
mouchon-emile-hippolyte-1865-02-04	1865-02-04	Mouchon Emile Hippolyte
mouneyres-herve-1899-01-30	1899-01-30	Mouneyres Herve
munier-charles-1826-03-08	1826-03-08	Munier Charles
muselier-emile-1882-04-17	1882-04-17	Muselier Emile
namur-antoine-1844-01-09	1844-01-09	Namur Antoine
navarre-henry-1898-07-31	1898-07-31	Navarre Henry
navereau-andre-1896-03-10	1896-03-10	Navereau André
naulin-stanislas-1870-04-17	1870-04-17	Naulin Stanislas
niel-adolphe-1802-10-04	1802-10-04	Niel Adolphe
noel-etienne-1826-01-28	1826-01-28	Noel Etienne
nivelle-robert-1856-10-15	1856-10-15	Nivelle Robert
nogues-charles-1876-08-13	1876-08-13	Nogues Charles
noiret-roger-1895-08-10	1895-08-10	Noiret Roger
nomy-henry-1899-06-04	1899-06-04	Nomy Henry
north-marc-1917-04-01	1917-04-01	North Marc
nouvion-jean-1829-01-03	1829-01-03	Nouvion Jean
o-byrne-gabriel-1878-02-20	1878-02-20	O'Byrne Gabriel
olier-joseph-1832-12-18	1832-12-18	Olier Joseph
olry-jean-1832-02-10	1832-02-10	Olry Jean
gauquelin-a3-840-1823-02-22	1823-02-22	Gauquelin-A3-840
panserieux-marie-1838-06-02	1838-06-02	Panserieux Marie
parmentier-paul-1842-03-11	1842-03-11	Parmentier Paul
patey-henry-1867-02-11	1867-02-11	Patey Henry
paulinier-marie-1861-09-26	1861-09-26	Paulinier Marie
pedoya-jean-1838-11-28	1838-11-28	Pedoya Jean
payen-jaen-1917-08-04	1917-08-04	Payen Jaen
penaud-charles-1800-12-24	1800-12-24	Penaud Charles
pententenyo-herve-1879-08-14	1879-08-14	Pententenyo Herve
pelloux-luigi-1839-03-01	1839-03-01	Pelloux Luigi
perrier-francois-1833-04-18	1833-04-18	Perrier François
voigt-wilhelm-1867-09-04	1867-09-04	Voigt Wilhelm
petit-ernest-1888-02-20	1888-02-20	Petit Ernest
perrinelle-dumay-andre-1864-02-11	1864-02-11	Perrinelle-Dumay André
pezard-michel-1837-07-23	1837-07-23	Pezard Michel
philippe-albert-1863-02-13	1863-02-13	Philippe Albert
pillon-buhorel-charles-1822-11-14	1822-11-14	Pillon Buhorel Charles
pimodan-henry-1911-10-22	1911-10-22	Pimodan Henry
pietri-alex	ietri-alex	Pietri Alex
piollet-jean-1899-07-29	1899-07-29	Piollet Jean
pothuau-louis-1896-09-21	1896-09-21	Pothuau Louis
pouget-nadaillac-jean-1846-04-09	1846-04-09	Pouget Nadaillac Jean
poydenot-marie-1895-01-06	1895-01-06	Poydenot Marie
pretelat-gaston-1874-11-14	1874-11-14	Pretelat Gaston
prevost-fernand-1918-01-27	1918-01-27	Prevost Fernand
protet-auguste-1808-04-20	1808-04-20	Protet Auguste
putz-henry-1859-01-26	1859-01-26	Putz Henry
prunget-yves-1918-09-20	1918-09-20	Prunget Yves
quintin-kercadio-paul-1833-08-12	1833-08-12	Quintin Kercadio Paul
rageot-touche-valentin-1858-04-08	1858-04-08	Rageot Touche Valentin
gauquelin-a3-897-1833-10-15	1833-10-15	Gauquelin-A3-897
ratier-paul-1831-12-24	1831-12-24	Ratier Paul
raulin-charles-1846-06-25	1846-06-25	Raulin Charles
gauquelin-a3-900-1864-04-25	1864-04-25	Gauquelin-A3-900
remy-gilbert-1904-08-06	1904-08-06	Remy Gilbert
reeb-eugene-1917-08-17	1917-08-17	Reeb Eugène
renoux-adolphe-1833-01-06	1833-01-06	Renoux Adolphe
renaudie-jean-1916-10-20	1916-10-20	Renaudie Jean
repecaud-alban-1829-06-22	1829-06-22	Repecaud Alban
requin-edouard-1879-07-13	1879-07-13	Requin Edouard
retrouvey-francois-1840-06-16	1840-06-16	Retrouvey François
revers-georges-1891-07-30	1891-07-30	Revers Georges
richard-albert-1847-12-11	1847-12-11	Richard Albert
rispaud-francois-1833-09-06	1833-09-06	Rispaud François
rittier-francois-1807-08-19	1807-08-19	Rittier François
rivet-eugene-1880-07-22	1880-07-22	Rivet Eugène
rizoul-cesar-1842-02-08	1842-02-08	Rizoul César
robert-andre-1893-08-09	1893-08-09	Robert André
robert-charles-1830-04-24	1830-04-24	Robert Charles
robert-georges-1875-01-31	1875-01-31	Robert Georges
robert-st-vincent-pierre-1882-11-30	1882-11-30	Robert St-Vincent Pierre
rocxin-nicolas-1842-04-27	1842-04-27	Rocxin Nicolas
ronarc-h-pierre-1892-11-26	1892-11-26	Ronarc'H Pierre
rossel-louis-1844-09-09	1844-09-09	Rossel Louis
rousset-eugene-1828-11-14	1828-11-14	Rousset Eugène
roux-victor-1879-10-13	1879-10-13	Roux Victor
ruoast-philippe-1917-06-20	1917-06-20	Ruoast Philippe
roze-albert-1822-11-25	1822-11-25	Roze Albert
rozier-linage-melchior-1835-05-10	1835-05-10	Rozier Linage Melchior
sabattier-maurice-1829-01-23	1829-01-23	Sabattier Maurice
sala-antoine-1897-10-08	1897-10-08	Sala Antoine
salan-raoul-1899-06-10	1899-06-10	Salan Raoul
saint-john-crevecoeur-etienne-1918-05-03	1918-05-03	Saint-John Crevecoeur Etienne
schlesser-guy-1896-03-15	1896-03-15	Schlesser Guy
savarit-edmond-1878-12-15	1878-12-15	Savarit Edmond
schmitt-antoine-1844-03-06	1844-03-06	Schmitt Antoine
segretain-come-1826-02-16	1826-02-16	Segretain Come
senes-victor-1857-05-31	1857-05-31	Senes Victor
sicre-bertrand-1830-09-06	1830-09-06	Sicre Bertrand
serot-almeras-latour-augustin-1868-05-12	1868-05-12	Serot-almeras-latour Augustin
simon-andre-1868-05-21	1868-05-21	Simon André
soudee-francois-1834-03-12	1834-03-12	Soudee François
sorel-francois-1876-07-07	1876-07-07	Sorel François
soulie-justin-1846-06-19	1846-06-19	Soulie Justin
tatin-claude-1834-10-01	1834-10-01	Tatin Claude
taufflieb-emile-1857-05-22	1857-05-22	Taufflieb Emile
terquem-felix-1839-04-28	1839-04-28	Terquem Félix
tessier-veinnois-marie-1851-12-28	1851-12-28	Tessier-Veinnois Marie
thiroux-jules-1833-04-19	1833-04-19	Thiroux Jules
thomassin-jean-1840-04-09	1840-04-09	Thomassin Jean
thomasson-emile-1862-11-19	1862-11-19	Thomasson Emile
thouvenin-nicolas-1851-02-05	1851-02-05	Thouvenin Nicolas
esquier-leon-1871-04-17	1871-04-17	Esquier Léon
tinan-camille-1864-09-16	1864-09-16	Tinan Camille
gauquelin-a3-983-1844-06-14	1844-06-14	Gauquelin-A3-983
touchard-philippe-1810-07-21	1810-07-21	Touchard Philippe
torquebiau-pierre-1916-05-01	1916-05-01	Torquebiau Pierre
trinite-schillemans-andre-1890-11-29	1890-11-29	Trinite-Schillemans André
truc-joseph-1843-01-24	1843-01-24	Truc Joseph
truche-louis-1834-10-17	1834-10-17	Truche Louis
turlotte-augustin-1831-04-27	1831-04-27	Turlotte Augustin
gauquelin-a3-996-1834-03-16	1834-03-16	Gauquelin-A3-996
urbal-courtois-d-victor-l-1858-11-15	1858-11-15	Urbal (Courtois d’) Victor L.
gauquelin-a3-999-1899-05-15	1899-05-15	Gauquelin-A3-999
valentin-joseph-1863-01-31	1863-01-31	Valentin Joseph
vaulgrenant-albert-1872-04-08	1872-04-08	Vaulgrenant Albert
gauquelin-a3-1002-1842-06-12	1842-06-12	Gauquelin-A3-1002
vedrines-jules-1881-12-29	1881-12-29	Vedrines Jules
vergnette-de-lamotte-1877-09-17	1877-09-17	Vergnette de LAMOTTE
gauquelin-a3-1007-1826-07-22	1826-07-22	Gauquelin-A3-1007
gauquelin-a3-1008-1865-04-16	1865-04-16	Gauquelin-A3-1008
gauquelin-a3-1011-1834-07-24	1834-07-24	Gauquelin-A3-1011
gauquelin-a3-1012-1847-08-17	1847-08-17	Gauquelin-A3-1012
gauquelin-a3-1014-1833-11-01	1833-11-01	Gauquelin-A3-1014
gauquelin-a3-1015-1833-10-08	1833-10-08	Gauquelin-A3-1015
vincendon-joseph-1866-05-12	1866-05-12	Vincendon Joseph
gauquelin-a3-1019-1869-05-01	1869-05-01	Gauquelin-A3-1019
vinoy-joseph-1800-09-10	1800-09-10	Vinoy Joseph
viviez-pierre-jean-b-1877-08-06	1877-08-06	Viviez Pierre Jean-B.
gauquelin-a3-1022-1828-09-07	1828-09-07	Gauquelin-A3-1022
voyron-emile-jean-fr-1838-08-05	1838-08-05	Voyron Emile Jean Fr.
vuillemot-eugene-francois	e-francois	Vuillemot Eugène Francois
gauquelin-a3-1028-1838-03-17	1838-03-17	Gauquelin-A3-1028
wirbel-henri-1861-05-31	1861-05-31	Wirbel Henri
wisdorff-bernard-1917-10-10	1917-10-10	Wisdorff Bernard
gauquelin-a3-1033-1896-03-18	1896-03-18	Gauquelin-A3-1033
abate-luigi-1836-07-16	1836-07-16	Abate Luigi
zeller-leon-paul-louis-1868-10-29	1868-10-29	Zeller Léon Paul Louis
accoretti-enrico-1888-07-14	1888-07-14	Accoretti Enrico
acerbo-tito-1890-03-04	1890-03-04	Acerbo Tito
gauquelin-a3-1039-1867-09-12	1867-09-12	Gauquelin-A3-1039
acton-guglielmo-1825-03-25	1825-03-25	Acton Guglielmo
adorni-ignazio-1820-09-21	1820-09-21	Adorni Ignazio
agro-pietro-1872-11-20	1872-11-20	Agro Pietro
alberti-adriano-1870-02-12	1870-02-12	Alberti Adriano
alberti-gaetano-1878-07-23	1878-07-23	Alberti Gaetano
gauquelin-a3-1045-1892-01-15	1892-01-15	Gauquelin-A3-1045
albino-giuseppe-1866-02-23	1866-02-23	Albino Giuseppe
gauquelin-a3-1047-1890-05-24	1890-05-24	Gauquelin-A3-1047
alfieri-vittorio-1863-07-03	1863-07-03	Alfieri Vittorio
allodi-aldobrandino-1839-08-31	1839-08-31	Allodi Aldobrandino
amadasi-luigi-1855-05-03	1855-05-03	Amadasi Luigi
amadio-giovanni-1890-10-15	1890-10-15	Amadio Giovanni
amantea-liugi-1869-12-02	1869-12-02	Amantea Liugi
amaretti-giuseppe-1847-05-12	1847-05-12	Amaretti Giuseppe
ambrosio-vittorio-1879-07-28	1879-07-28	Ambrosio Vittorio
angelino-francesco-1893-03-05	1893-03-05	Angelino Francesco
aonzo-giuseppe-1887-05-24	1887-05-24	Aonzo Giuseppe
gauquelin-a3-1057-1874-03-19	1874-03-19	Gauquelin-A3-1057
arata-angelo-1852-06-14	1852-06-14	Arata Angelo
abrasi-angelo-1875-10-27	1875-10-27	Abrasi Angelo
arcangeli-luigi-1867-08-23	1867-08-23	Arcangeli Luigi
arcangeli-pacifico-1888-03-14	1888-03-14	Arcangeli Pacifico
arcuri-benedetto-1858-03-14	1858-03-14	Arcuri Benedetto
gauquelin-a3-1063-1912-03-25	1912-03-25	Gauquelin-A3-1063
armelli-quirino-1889-01-31	1889-01-31	Armelli Quirino
azari-fedele-1839-06-26	1839-06-26	Azari Fedele
gauquelin-a3-1066-1885-12-23	1885-12-23	Gauquelin-A3-1066
badanelli-donati-alessandro-1850-09-19	1850-09-19	Badanelli Donati Alessandro
badini-giangiacomo-1894-01-22	1894-01-22	Badini Giangiacomo
baiardi-riccardo-1886-04-04	1886-04-04	Baiardi Riccardo
baldini-alberto-1872-10-09	1872-10-09	Baldini Alberto
balsamo-specchia-carlo-1890-04-20	1890-04-20	Balsamo Specchia Carlo
banfi-alberto-1903-03-18	1903-03-18	Banfi Alberto
barco-lorenzo-1866-05-05	1866-05-05	Barco Lorenzo
bardazzi-ruggero-1885-12-22	1885-12-22	Bardazzi Ruggero
barone-pietro-1881-04-09	1881-04-09	Barone Pietro
gauquelin-a3-1076-1881-02-12	1881-02-12	Gauquelin-A3-1076
baruzzi-aurelio-1897-01-09	1897-01-09	Baruzzi Aurelio
bastico-ettore-1876-04-09	1876-04-09	Bastico Ettore
battisti-cesare-1875-02-04	1875-02-04	Battisti Cesare
beccati-lino-1913-05-23	1913-05-23	Beccati Lino
bechi-giulio-1870-08-20	1870-08-20	Bechi Giulio
beleno-giuseppe-1863-10-31	1863-10-31	Beleno Giuseppe
belletti-pietro-1884-07-28	1884-07-28	Belletti Pietro
belloni-pietro-1867-10-27	1867-10-27	Belloni Pietro
beltricco-aldo-1892-07-09	1892-07-09	Beltricco Aldo
benedettini-luigi-1898-12-23	1898-12-23	Benedettini Luigi
benvenuti-giuseppe-1893-12-03	1893-12-03	Benvenuti Giuseppe
berardi-francesco-1856-09-10	1856-09-10	Berardi Francesco
berardi-gabriele-1861-03-17	1861-03-17	Berardi Gabriele
berardi-gustavo-1870-09-01	1870-09-01	Berardi Gustavo
berardi-paolo-1885-06-21	1885-06-21	Berardi Paolo
berlingieri-adolfo-1858-04-30	1858-04-30	Berlingieri Adolfo
gauquelin-a3-1095-1884-08-24	1884-08-24	Gauquelin-A3-1095
bernotti-romeo-1877-02-24	1877-02-24	Bernotti Romeo
bertacchi-giovanni-1894-01-30	1894-01-30	Bertacchi Giovanni
bertini-francesco-1878-12-08	1878-12-08	Bertini Francesco
bertolotti-giuseppe-1890-05-08	1890-05-08	Bertolotti Giuseppe
bertolotto-angelo-1881-07-01	1881-07-01	Bertolotto Angelo
bertotti-emilio-1855-07-08	1855-07-08	Bertotti Emilio
gauquelin-a3-1102-1896-01-01	1896-01-01	Gauquelin-A3-1102
bianchi-emilio-1882-02-22	1882-02-22	Bianchi Emilio
gauquelin-a3-1104-1912-10-22	1912-10-22	Gauquelin-A3-1104
biggi-emilio-1855-10-27	1855-10-27	Biggi Emilio
birindelli-gino-1911-01-19	1911-01-19	Birindelli Gino
biscaretti-ruffia-guido-1867-10-28	1867-10-28	Biscaretti Ruffia Guido
bloise-carlo-1862-05-18	1862-05-18	Bloise Carlo
boldoni-camillo-1815-12-24	1815-12-24	Boldoni Camillo
boldrini-arrigo-1915-09-06	1915-09-06	Boldrini Arrigo
gauquelin-a3-1111-1871-11-26	1871-11-26	Gauquelin-A3-1111
bompiano-giorgio-1854-10-08	1854-10-08	Bompiano Giorgio
bonetti-mario-1888-03-03	1888-03-03	Bonetti Mario
bongoianni-emilio-1898-09-30	1898-09-30	Bongoianni Emilio
gauquelin-a3-1115-1920-04-23	1920-04-23	Gauquelin-A3-1115
bonomi-giovanni-1886-12-19	1886-12-19	Bonomi Giovanni
gauquelin-a3-1117-1892-09-21	1892-09-21	Gauquelin-A3-1117
boriani-giuseppe-1868-05-18	1868-05-18	Boriani Giuseppe
gauquelin-a3-1119-1878-10-27	1878-10-27	Gauquelin-A3-1119
boselli-rodolfo-1887-05-21	1887-05-21	Boselli Rodolfo
bossi-maurilio-1897-02-20	1897-02-20	Bossi Maurilio
bottego-vittorio-1860-07-29	1860-07-29	Bottego Vittorio
botto-ernesto-1907-11-08	1907-11-08	Botto Ernesto
boveri-vincenzo-1867-02-06	1867-02-06	Boveri Vincenzo
brenci-alessandro-1894-03-10	1894-03-10	Brenci Alessandro
brignole-giuseppe-1906-10-06	1906-10-06	Brignole Giuseppe
gauquelin-a3-1127-1888-11-22	1888-11-22	Gauquelin-A3-1127
brussi-roberto-1866-12-15	1866-12-15	Brussi Roberto
buccella-gino-1894-11-14	1894-11-14	Buccella Gino
buffa-perero-carlo-1867-12-20	1867-12-20	Buffa Perero Carlo
buonomo-lorenzo-1857-10-04	1857-10-04	Buonomo Lorenzo
burocchi-giovanni-1881-04-16	1881-04-16	Burocchi Giovanni
cadlolo-alberto-1899-08-13	1899-08-13	Cadlolo Alberto
cadorna-luigi-1850-09-04	1850-09-04	Cadorna Luigi
cagni-bu-umberto-1863-02-24	1863-02-24	Cagni Bu Umberto
calcagno-beniamino-1850-08-23	1850-08-23	Calcagno Beniamino
calcagno-riccardo-1872-09-01	1872-09-01	Calcagno Riccardo
calderoni-antonio-1888-03-05	1888-03-05	Calderoni Antonio
gauquelin-a3-1139-1843-01-19	1843-01-19	Gauquelin-A3-1139
campioni-inigo-1878-11-14	1878-11-14	Campioni Inigo
campolieti-nicola-1865-06-11	1865-06-11	Campolieti Nicola
cangemi-alberto-1863-12-10	1863-12-10	Cangemi Alberto
cangemi-alfredo-1862-03-16	1862-03-16	Cangemi Alfredo
cantu-giuseppe-1873-05-24	1873-05-24	Cantu Giuseppe
gauquelin-a3-1145-1891-09-24	1891-09-24	Gauquelin-A3-1145
capocci-teodoro-1894-03-26	1894-03-26	Capocci Teodoro
caputo-giacomo-1892-07-27	1892-07-27	Caputo Giacomo
carbone-demetrio-1860-04-17	1860-04-17	Carbone Demetrio
carbone-domenico-1854-05-22	1854-05-22	Carbone Domenico
carbone-vincenzo-1868-06-23	1868-06-23	Carbone Vincenzo
carletti-annibale-1888-07-23	1888-07-23	Carletti Annibale
carli-giuseppe-1896-02-16	1896-02-16	Carli Giuseppe
carlotto-ermanno-1878-11-30	1878-11-30	Carlotto Ermanno
carmana-leone-1894-11-11	1894-11-11	Carmana Leone
carrano-emmanuele-1844-01-21	1844-01-21	Carrano Emmanuele
carroccio-alessandro-1886-01-30	1886-01-30	Carroccio Alessandro
carusi-antonio-1881-03-06	1881-03-06	Carusi Antonio
gauquelin-a3-1158-1884-08-24	1884-08-24	Gauquelin-A3-1158
gauquelin-a3-1159-1894-10-05	1894-10-05	Gauquelin-A3-1159
casanuova-jerserinch-mario-1867-07-09	1867-07-09	Casanuova Jerserinch Mario
cascino-antonio-1862-09-14	1862-09-14	Cascino Antonio
cassisi-luigi-1853-06-17	1853-06-17	Cassisi Luigi
castellani-aldo-1874-09-08	1874-09-08	Castellani Aldo
castenuovo-lanze-carlo-1895-03-09	1895-03-09	Castenuovo Lanze Carlo
cattalochino-alcco-1863-10-08	1863-10-08	Cattalochino Alcco
gauquelin-a3-1166-1869-08-18	1869-08-18	Gauquelin-A3-1166
gauquelin-a3-1167-1867-07-11	1867-07-11	Gauquelin-A3-1167
brun-maurice-1907-07-20	1907-07-20	Brun Maurice
cavalli-molinelli-achille-1865-12-18	1865-12-18	Cavalli Molinelli Achille
cecchin-giovanni-1894-10-16	1894-10-16	Cecchin Giovanni
cei-ugo-1867-10-01	1867-10-01	Cei Ugo
cella-pietro-1851-03-09	1851-03-09	Cella Pietro
cerri-vittorio-1857-11-14	1857-11-14	Cerri Vittorio
cesari-cesare-1870-03-28	1870-03-28	Cesari Cesare
cesarini-guglielmo-1866-08-10	1866-08-10	Cesarini Guglielmo
chechin-giovanni-1872-04-05	1872-04-05	Chechin Giovanni
gauquelin-a3-1177-1871-10-07	1871-10-07	Gauquelin-A3-1177
chiesa-damiano-1894-05-24	1894-05-24	Chiesa Damiano
chinotto-antonio-1858-09-28	1858-09-28	Chinotto Antonio
ciacci-augusto-1866-04-28	1866-04-28	Ciacci Augusto
ciaccio-andrea-1859-01-13	1859-01-13	Ciaccio Andrea
ciancabilla-fulvio-1892-10-01	1892-10-01	Ciancabilla Fulvio
ciancio-giuseppe-1858-03-19	1858-03-19	Ciancio Giuseppe
cianciolo-vincenzo-1829-09-08	1829-09-08	Cianciolo Vincenzo
gauquelin-a3-1185-1863-08-02	1863-08-02	Gauquelin-A3-1185
cicconetti-luigi-1868-07-15	1868-07-15	Cicconetti Luigi
cigala-fulgosi-giuseppe-1910-07-25	1910-07-25	Cigala Fulgosi Giuseppe
cipolla-giuseppe-1833-07-27	1833-07-27	Cipolla Giuseppe
cirio-eugenio-1849-07-14	1849-07-14	Cirio Eugenio
gauquelin-a3-1190-1899-03-16	1899-03-16	Gauquelin-A3-1190
brun-robert-1922-01-01	1922-01-01	Brun Robert
coco-francesco-1860-12-20	1860-12-20	Coco Francesco
conforto-carlo-1844-06-27	1844-06-27	Conforto Carlo
conz-angelo-1871-06-02	1871-06-02	Conz Angelo
coralli-felice-1866-01-12	1866-01-12	Coralli Felice
coralli-luigi-1880-09-03	1880-09-03	Coralli Luigi
cornaro-paolo-1868-05-29	1868-05-29	Cornaro Paolo
cornoldi-aristide-1873-04-05	1873-04-05	Cornoldi Aristide
gauquelin-a3-1199-1892-02-01	1892-02-01	Gauquelin-A3-1199
corsi-ugo-1894-04-06	1894-04-06	Corsi Ugo
cosenza-enrico-1820-01-11	1820-01-11	Cosenza Enrico
cosmano-angelo-1878-03-01	1878-03-01	Cosmano Angelo
crepaldi-gesu-1888-02-22	1888-02-22	Crepaldi Gesu
crisafulli-elia-1891-10-22	1891-10-22	Crisafulli Elia
crosa-constantino-1889-02-12	1889-02-12	Crosa Constantino
cucca-camillo-1829-10-28	1829-10-28	Cucca Camillo
cucchiari-giovanni-1894-11-26	1894-11-26	Cucchiari Giovanni
curti-stefanino-1895-11-12	1895-11-12	Curti Stefanino
cuturi-enrico-1870-01-30	1870-01-30	Cuturi Enrico
d-agata-tomaso-1857-12-06	1857-12-06	D'Agata Tomaso
danero-bruno-1896-05-15	1896-05-15	Danero Bruno
d-angelantonio-ettore-1853-09-07	1853-09-07	D'Angelantonio Ettore
d-angelo-gaetano-1860-10-11	1860-10-11	D'Angelo Gaetano
d-angelo-michele-1868-10-30	1868-10-30	D'Angelo Michele
d-avanzo-nicola-1858-07-18	1858-07-18	D'Avanzo Nicola
d-ayala-godoj-carlo-1864-10-09	1864-10-09	D'Ayala Godoj Carlo
gauquelin-a3-1217-1871-12-08	1871-12-08	Gauquelin-A3-1217
de-angelis-edoardo-1858-02-08	1858-02-08	De Angelis Edoardo
de-angelis-giulio-1862-08-21	1862-08-21	De Angelis Giulio
de-antonio-carlo-1863-11-17	1863-11-17	De Antonio Carlo
de-bernardi-lamberto-1898-04-04	1898-04-04	De Bernardi Lamberto
de-bernardinis-vircinio-1884-03-29	1884-03-29	De Bernardinis Vircinio
de-bonis-francesco-1853-12-17	1853-12-17	De Bonis Francesco
brunaud-marcel-1916-11-23	1916-11-23	Brunaud Marcel
de-carli-giuseppe-1897-11-02	1897-11-02	De Carli Giuseppe
de-carli-nicolo-1894-05-19	1894-05-19	De Carli Nicolo
de-caroli-riccardo-1878-05-27	1878-05-27	De Caroli Riccardo
de-cesaris-ulderico-1889-12-22	1889-12-22	De Cesaris Ulderico
de-cumis-teodore-1852-02-22	1852-02-22	De Cumis Teodore
de-feo-vincenzo-1876-09-16	1876-09-16	De Feo Vincenzo
de-casperi-ercole-1865-10-08	1865-10-08	De Casperi Ercole
de-casperi-oreste-1864-12-10	1864-12-10	De Casperi Oreste
degol-giuseppe-1882-08-29	1882-08-29	Degol Giuseppe
de-grossi-fortunato-1869-01-11	1869-01-11	De Grossi Fortunato
de-janni-amedeo-1915-03-29	1915-03-29	De Janni Amedeo
gauquelin-a3-1236-1856-09-21	1856-09-21	Gauquelin-A3-1236
del-buono-armando-1873-03-01	1873-03-01	Del Buono Armando
del-buono-francesco-1859-12-16	1859-12-16	Del Buono Francesco
brunet-maurice-1912-09-23	1912-09-23	Brunet Maurice
de-lellis-gregorio-1894-03-13	1894-03-13	De Lellis Gregorio
del-greco-carlo-1873-08-04	1873-08-04	Del Greco Carlo
del-grosso-mario-1893-07-24	1893-07-24	Del Grosso Mario
delli-ponti-italo-1861-09-28	1861-09-28	Delli Ponti Italo
gauquelin-a3-1244-1868-05-12	1868-05-12	Gauquelin-A3-1244
del-vento-giovanni-1920-02-12	1920-02-12	Del Vento Giovanni
gauquelin-a3-1246-1868-12-09	1868-12-09	Gauquelin-A3-1246
de-merich-giovanni-1859-11-23	1859-11-23	De Merich Giovanni
de-renzis-michele-1846-06-22	1846-06-22	De Renzis Michele
de-rosa-francesco-1853-10-13	1853-10-13	De Rosa Francesco
de-sanctis-giorgio-1921-12-17	1921-12-17	De Sanctis Giorgio
de-sauget-guglielmo-1820-04-01	1820-04-01	De Sauget Guglielmo
gauquelin-a3-1252-1896-01-01	1896-01-01	Gauquelin-A3-1252
de-vecchi-eugenio-1870-02-11	1870-02-11	De Vecchi Eugenio
de-vito-francesco-raffaele-1857-09-15	1857-09-15	De Vito Francesco Raffaele
dianda-umberto-1916-04-12	1916-04-12	Dianda Umberto
di-bella-francesco-1914-07-07	1914-07-07	Di Bella Francesco
de-benedetto-vincenzo-1866-01-29	1866-01-29	De Benedetto Vincenzo
gauquelin-a3-1258-1850-11-30	1850-11-30	Gauquelin-A3-1258
di-brocchetti-alfonso-1814-08-03	1814-08-03	Di Brocchetti Alfonso
di-brocchetti-enrico-1817-11-08	1817-11-08	Di Brocchetti Enrico
di-cocco-alfredo-1885-06-01	1885-06-01	Di Cocco Alfredo
di-giorgio-antonio-1867-09-22	1867-09-22	Di Giorgio Antonio
di-loreto-ernesto-1873-10-04	1873-10-04	Di Loreto Ernesto
di-majo-pio-1848-12-25	1848-12-25	Di Majo Pio
di-maria-alleri-eugenio-1862-05-04	1862-05-04	Di Maria Alleri Eugenio
donato-francesco-1885-10-02	1885-10-02	Donato Francesco
dorigo-sante-1892-02-18	1892-02-18	Dorigo Sante
ducci-gino-1872-09-18	1872-09-18	Ducci Gino
ederle-carlo-1892-05-29	1892-05-29	Ederle Carlo
esposito-giovanni-1882-05-18	1882-05-18	Esposito Giovanni
fadda-francesco-1893-10-28	1893-10-28	Fadda Francesco
faggin-lucindo-1887-08-29	1887-08-29	Faggin Lucindo
faggioni-luigi-1909-11-09	1909-11-09	Faggioni Luigi
fantini-oddone-1889-01-15	1889-01-15	Fantini Oddone
gauquelin-a3-1275-1864-03-23	1864-03-23	Gauquelin-A3-1275
fara-gustavo-1859-09-18	1859-09-18	Fara Gustavo
farina-carlo-1845-12-24	1845-12-24	Farina Carlo
farina-ferdinando-1876-09-09	1876-09-09	Farina Ferdinando
farinata-uberto-1876-04-06	1876-04-06	Farinata Uberto
fasolis-nestore-1871-04-27	1871-04-27	Fasolis Nestore
fava-guido-1868-07-27	1868-07-27	Fava Guido
gauquelin-a3-1282-1888-11-22	1888-11-22	Gauquelin-A3-1282
ferrari-elio-1875-02-21	1875-02-21	Ferrari Elio
ferrari-giuseppe-1865-03-28	1865-03-28	Ferrari Giuseppe
ferrari-tranquillo-1920-03-10	1920-03-10	Ferrari Tranquillo
ferrario-paolo-1883-08-20	1883-08-20	Ferrario Paolo
ferretti-ernesto-1866-10-04	1866-10-04	Ferretti Ernesto
brunet-rene-1900-09-24	1900-09-24	Brunet René
ferro-emmanuele-1886-04-29	1886-04-29	Ferro Emmanuele
feruglio-maulio-1892-01-28	1892-01-28	Feruglio Maulio
fiastri-giulio-1867-07-23	1867-07-23	Fiastri Giulio
gauquelin-a3-1292-1863-09-22	1863-09-22	Gauquelin-A3-1292
finiguerra-francesco-1853-02-13	1853-02-13	Finiguerra Francesco
gauquelin-a3-1294-1891-08-14	1891-08-14	Gauquelin-A3-1294
fiorenza-giuseppe-1900-04-04	1900-04-04	Fiorenza Giuseppe
gauquelin-a3-1296-1872-08-02	1872-08-02	Gauquelin-A3-1296
fochetti-napoleone-1861-03-14	1861-03-14	Fochetti Napoleone
fodde-francesco-1890-01-11	1890-01-11	Fodde Francesco
gauquelin-a3-1299-1839-08-03	1839-08-03	Gauquelin-A3-1299
foscari-adriano-1904-06-10	1904-06-10	Foscari Adriano
foschini-antonio-1872-02-21	1872-02-21	Foschini Antonio
franceschi-garibaldi-1897-11-11	1897-11-11	Franceschi Garibaldi
franchi-maggi-giuseppe-1890-09-15	1890-09-15	Franchi Maggi Giuseppe
freguglia-carlo-1890-04-18	1890-04-18	Freguglia Carlo
fuggetta-gaetano-1841-06-02	1841-06-02	Fuggetta Gaetano
brygoo-pierre-1922-06-28	1922-06-28	Brygoo Pierre
gabbana-enrico-1901-11-01	1901-11-01	Gabbana Enrico
gadolini-vittorio-1859-06-10	1859-06-10	Gadolini Vittorio
gagliani-francesco-1862-07-18	1862-07-18	Gagliani Francesco
gallardi-carlo-1885-07-25	1885-07-25	Gallardi Carlo
galleani-leoniero-1869-06-14	1869-06-14	Galleani Leoniero
gambelli-remo-1880-02-23	1880-02-23	Gambelli Remo
gangitano-luigi-1862-08-19	1862-08-19	Gangitano Luigi
gardan-carlo-1893-04-21	1893-04-21	Gardan Carlo
gargano-giocchino-1838-11-15	1838-11-15	Gargano Giocchino
gariboldi-italo-1879-04-20	1879-04-20	Gariboldi Italo
garrone-eugenio-1888-10-09	1888-10-09	Garrone Eugenio
garrone-giuseppe-1886-11-10	1886-11-10	Garrone Giuseppe
garrone-renzo-1870-03-27	1870-03-27	Garrone Renzo
gasparotti-edoardo-1853-07-12	1853-07-12	Gasparotti Edoardo
gatto-antonio-1852-08-22	1852-08-22	Gatto Antonio
gatto-salvatore-1868-03-20	1868-03-20	Gatto Salvatore
brygoo-robert-1896-01-08	1896-01-08	Brygoo Robert
gento-eugenio-1871-03-18	1871-03-18	Gento Eugenio
geraci-vincenzo-1891-03-05	1891-03-05	Geraci Vincenzo
gerani-lamberto-1895-09-20	1895-09-20	Gerani Lamberto
giardina-antonio-1856-07-18	1856-07-18	Giardina Antonio
gauquelin-a3-1328-1866-08-17	1866-08-17	Gauquelin-A3-1328
giardino-gaetano-1864-01-24	1864-01-24	Giardino Gaetano
gauquelin-a3-1330-1855-08-08	1855-08-08	Gauquelin-A3-1330
giglioli-emilio-1888-05-11	1888-05-11	Giglioli Emilio
gauquelin-a3-1332-1869-01-16	1869-01-16	Gauquelin-A3-1332
giova-gennaro-1860-09-19	1860-09-19	Giova Gennaro
giovagnoli-alessandro-1868-05-14	1868-05-14	Giovagnoli Alessandro
giuffredi-alfredo-1855-02-20	1855-02-20	Giuffredi Alfredo
giuetani-francesco-1857-08-08	1857-08-08	Giuetani Francesco
giuliano-arturo-1875-12-15	1875-12-15	Giuliano Arturo
giuria-ettore-1865-09-02	1865-09-02	Giuria Ettore
gorino-antonio-1896-11-27	1896-11-27	Gorino Antonio
gotti-enrico-1867-07-18	1867-07-18	Gotti Enrico
gramigna-pietro-1912-03-20	1912-03-20	Gramigna Pietro
bucaille-maurice-1920-07-19	1920-07-19	Bucaille Maurice
grassi-mario-1870-07-25	1870-07-25	Grassi Mario
buchalet-albert-1911-10-02	1911-10-02	Buchalet Albert
grazioli-lante-riccardo-1887-04-21	1887-04-21	Grazioli Lante Riccardo
gregorutti-pier-1880-02-13	1880-02-13	Gregorutti Pier
groppiero-gianandrea-1921-10-24	1921-10-24	Groppiero Gianandrea
guadagni-camillo-1861-03-13	1861-03-13	Guadagni Camillo
guadagni-carlo-1878-04-27	1878-04-27	Guadagni Carlo
gualdi-carlo-1862-11-16	1862-11-16	Gualdi Carlo
gualterio-enrico-1843-09-04	1843-09-04	Gualterio Enrico
gualtieri-nicola-1866-05-02	1866-05-02	Gualtieri Nicola
guarneri-enea-1894-10-24	1894-10-24	Guarneri Enea
guasco-giuseppe-1870-02-28	1870-02-28	Guasco Giuseppe
guella-frederico-1893-11-27	1893-11-27	Guella Frederico
guffanti-alessandro-1876-05-10	1876-05-10	Guffanti Alessandro
guidetti-angelo-1869-04-28	1869-04-28	Guidetti Angelo
guidi-francesco-1876-01-23	1876-01-23	Guidi Francesco
guidobono-c-g-gregorio-1852-09-19	1852-09-19	Guidobono-C-G Gregorio
guidorossi-luigi-1825-02-01	1825-02-01	Guidorossi Luigi
gauquelin-a3-1361-1871-04-15	1871-04-15	Gauquelin-A3-1361
gulli-tommaso-1879-11-17	1879-11-17	Gulli Tommaso
gauquelin-a3-1363-1855-08-08	1855-08-08	Gauquelin-A3-1363
gauquelin-a3-1364-1895-12-18	1895-12-18	Gauquelin-A3-1364
ingianni-giulio-1876-12-17	1876-12-17	Ingianni Giulio
gauquelin-a3-1366-1861-09-06	1861-09-06	Gauquelin-A3-1366
jachino-angelo-1889-04-24	1889-04-24	Jachino Angelo
la-jolo-ettore-1889-09-20	1889-09-20	La Jolo Ettore
lama-luigi-1891-01-12	1891-01-12	Lama Luigi
lambertenghi-italo-1885-11-17	1885-11-17	Lambertenghi Italo
lammoglia-biagio-1891-11-25	1891-11-25	Lammoglia Biagio
lanzavecchia-giovanni-1842-06-24	1842-06-24	Lanzavecchia Giovanni
gauquelin-a3-1373-1856-12-22	1856-12-22	Gauquelin-A3-1373
lavallea-paolo-1847-07-02	1847-07-02	Lavallea Paolo
lavezzari-carlo-1868-08-31	1868-08-31	Lavezzari Carlo
leonardi-vittorio-1895-03-16	1895-03-16	Leonardi Vittorio
leoncini-adolfo-1867-07-04	1867-07-04	Leoncini Adolfo
li-gobbi-alberto-1914-06-10	1914-06-10	Li Gobbi Alberto
linati-camillo-1820-07-01	1820-07-01	Linati Camillo
lipella-giovanni-1899-11-13	1899-11-13	Lipella Giovanni
lisa-natoli-michele-1856-12-17	1856-12-17	Lisa Natoli Michele
liuzzi-guido-1866-12-04	1866-12-04	Liuzzi Guido
lollini-ivo-1897-05-25	1897-05-25	Lollini Ivo
lombardi-eugenio-1866-01-06	1866-01-06	Lombardi Eugenio
lombardi-giuseppe-1886-05-11	1886-05-11	Lombardi Giuseppe
lombardini-camillo-1821-03-14	1821-03-14	Lombardini Camillo
lordi-achille-1860-08-11	1860-08-11	Lordi Achille
lusi-giulio-1899-01-28	1899-01-28	Lusi Giulio
maccario-giovanni-1888-04-19	1888-04-19	Maccario Giovanni
madonia-vincenzo-1891-03-06	1891-03-06	Madonia Vincenzo
maggesi-tommaso-1857-09-05	1857-09-05	Maggesi Tommaso
malerba-agatino-1893-05-01	1893-05-01	Malerba Agatino
mancini-giuseppe-1893-02-10	1893-02-10	Mancini Giuseppe
manisco-girolamo-1917-08-31	1917-08-31	Manisco Girolamo
marafini-valentino-1863-03-24	1863-03-24	Marafini Valentino
maravigna-pietro-1876-03-14	1876-03-14	Maravigna Pietro
marcias-erminio-1897-08-14	1897-08-14	Marcias Erminio
marcucci-poltri-gian-1869-10-10	1869-10-10	Marcucci-Poltri Gian
marena-francesco-1870-08-29	1870-08-29	Marena Francesco
gauquelin-a3-1400-1857-10-30	1857-10-30	Gauquelin-A3-1400
marinetti-adriano-1875-09-30	1875-09-30	Marinetti Adriano
marinetti-giulio-1877-06-04	1877-06-04	Marinetti Giulio
marini-edoardo-1873-09-04	1873-09-04	Marini Edoardo
marrullier-emilio-1856-12-25	1856-12-25	Marrullier Emilio
mattel-alfonso-1867-06-30	1867-06-30	Mattel Alfonso
mazzaresi-carlo-1893-01-20	1893-01-20	Mazzaresi Carlo
mazzoli-domenico-1854-02-01	1854-02-01	Mazzoli Domenico
mazzone-natalino-1858-12-25	1858-12-25	Mazzone Natalino
mazzoni-corrado-1892-05-12	1892-05-12	Mazzoni Corrado
mazzoni-giovanni-1886-10-21	1886-10-21	Mazzoni Giovanni
gauquelin-a3-1411-1872-04-14	1872-04-14	Gauquelin-A3-1411
mazzuoli-edmondo-1889-02-28	1889-02-28	Mazzuoli Edmondo
melardi-salvatore-1861-05-18	1861-05-18	Melardi Salvatore
mellana-stefano-1874-10-18	1874-10-18	Mellana Stefano
menna-giuseppe-1867-03-08	1867-03-08	Menna Giuseppe
mennella-arcangelo-1858-08-02	1858-08-02	Mennella Arcangelo
merelli-raffaele-1886-08-19	1886-08-19	Merelli Raffaele
mereu-attilio-1895-03-04	1895-03-04	Mereu Attilio
merli-duilio-1893-07-30	1893-07-30	Merli Duilio
merli-severino-1891-07-28	1891-07-28	Merli Severino
merli-miglietti-giulio-1857-12-01	1857-12-01	Merli-Miglietti Giulio
merlin-mario-1889-08-27	1889-08-27	Merlin Mario
merrone-enrico-1865-04-17	1865-04-17	Merrone Enrico
gauquelin-a3-1424-1877-11-30	1877-11-30	Gauquelin-A3-1424
miccinesi-arduino-1899-03-29	1899-03-29	Miccinesi Arduino
michelini-tocci-francesco-1899-02-27	1899-02-27	Michelini Tocci Francesco
mignone-francesco-1884-06-04	1884-06-04	Mignone Francesco
gauquelin-a3-1428-1895-11-20	1895-11-20	Gauquelin-A3-1428
minutillo-sergio-1862-07-10	1862-07-10	Minutillo Sergio
mirabello-giovan-1841-11-20	1841-11-20	Mirabello Giovan
miraglia-luigi-1876-11-06	1876-11-06	Miraglia Luigi
modena-angelo-1867-01-25	1867-01-25	Modena Angelo
mombelli-ernesto-1867-07-12	1867-07-12	Mombelli Ernesto
gauquelin-a3-1434-1871-08-30	1871-08-30	Gauquelin-A3-1434
gauquelin-a3-1435-1867-04-12	1867-04-12	Gauquelin-A3-1435
gauquelin-a3-1436-1868-05-12	1868-05-12	Gauquelin-A3-1436
monti-adriano-1893-03-06	1893-03-06	Monti Adriano
monti-guido-1888-10-11	1888-10-11	Monti Guido
montuori-luca-1859-02-18	1859-02-18	Montuori Luca
morcaldi-francesco-1816-12-04	1816-12-04	Morcaldi Francesco
moreno-italio-1874-03-29	1874-03-29	Moreno Italio
moricchio-vincenzo-1861-12-26	1861-12-26	Moricchio Vincenzo
morrone-paolo-1854-07-03	1854-07-03	Morrone Paolo
morsenti-angelo-1888-02-04	1888-02-04	Morsenti Angelo
musso-carlo-1871-11-22	1871-11-22	Musso Carlo
musso-mario-1876-01-30	1876-01-30	Musso Mario
muti-ettore-1902-05-22	1902-05-22	Muti Ettore
nasalli-rocca-saverio-1856-01-11	1856-01-11	Nasalli Rocca Saverio
nasi-guglielmo-1879-02-21	1879-02-21	Nasi Guglielmo
necco-antonio-1858-02-04	1858-02-04	Necco Antonio
neyrone-mario-1864-11-09	1864-11-09	Neyrone Mario
nota-giovanni-1863-07-24	1863-07-24	Nota Giovanni
novelli-enrico-1869-05-20	1869-05-20	Novelli Enrico
ollearo-ulderico-1890-05-02	1890-05-02	Ollearo Ulderico
omati-vittorio-1860-05-22	1860-05-22	Omati Vittorio
onesti-torquato-1839-03-03	1839-03-03	Onesti Torquato
gauquelin-a3-1457-1866-02-05	1866-02-05	Gauquelin-A3-1457
orefice-pasquale-1855-12-26	1855-12-26	Orefice Pasquale
orlando-taddeo-1885-06-23	1885-06-23	Orlando Taddeo
oro-pasquale-1849-06-08	1849-06-08	Oro Pasquale
orsini-gustavo-1867-04-14	1867-04-14	Orsini Gustavo
gauquelin-a3-1462-1869-01-05	1869-01-05	Gauquelin-A3-1462
gauquelin-a3-1463-1894-04-22	1894-04-22	Gauquelin-A3-1463
pagano-salvatore-1875-03-26	1875-03-26	Pagano Salvatore
paladini-osvaldo-1866-12-26	1866-12-26	Paladini Osvaldo
pallotti-giacomo-1897-02-06	1897-02-06	Pallotti Giacomo
palmegiani-umberto-1861-03-01	1861-03-01	Palmegiani Umberto
palmeri-constantino-1894-03-18	1894-03-18	Palmeri Constantino
panico-antimo-1892-05-25	1892-05-25	Panico Antimo
pannilunghi-arturo-1876-08-02	1876-08-02	Pannilunghi Arturo
pantanali-emilio-1893-11-14	1893-11-14	Pantanali Emilio
paolino-federico-1873-05-02	1873-05-02	Paolino Federico
paolino-giuseppe-1861-04-11	1861-04-11	Paolino Giuseppe
paolino-luigi-1866-12-01	1866-12-01	Paolino Luigi
paolucci-raffaele-1892-06-01	1892-06-01	Paolucci Raffaele
gauquelin-a3-1476-1863-02-23	1863-02-23	Gauquelin-A3-1476
parrilla-angelo-1899-01-01	1899-01-01	Parrilla Angelo
parziale-filipo-1861-03-07	1861-03-07	Parziale Filipo
pascolini-stefano-1918-03-29	1918-03-29	Pascolini Stefano
pasetti-antonio-1879-02-24	1879-02-24	Pasetti Antonio
pasquale-nicola-1866-10-10	1866-10-10	Pasquale Nicola
pedroli-claudio-1862-07-23	1862-07-23	Pedroli Claudio
gauquelin-a3-1483-1895-09-21	1895-09-21	Gauquelin-A3-1483
pellas-leopoldo-1897-01-01	1897-01-01	Pellas Leopoldo
pellegrini-mario-1880-12-07	1880-12-07	Pellegrini Mario
pelli-roberto-1863-02-16	1863-02-16	Pelli Roberto
pellissero-giuseppe-1867-01-13	1867-01-13	Pellissero Giuseppe
pellizzari-germano-1900-05-04	1900-05-04	Pellizzari Germano
pellizzari-guido-1893-10-18	1893-10-18	Pellizzari Guido
pennella-giuseppe-1864-08-08	1864-08-08	Pennella Giuseppe
perelli-ippolite-1871-05-10	1871-05-10	Perelli Ippolite
gauquelin-a3-1492-1871-01-08	1871-01-08	Gauquelin-A3-1492
gauquelin-a3-1493-1866-04-07	1866-04-07	Gauquelin-A3-1493
perrini-mario-1893-09-14	1893-09-14	Perrini Mario
perris-carlo-1869-10-28	1869-10-28	Perris Carlo
perrone-ariberto-1864-02-12	1864-02-12	Perrone Ariberto
perrottelli-raffaele-1889-01-28	1889-01-28	Perrottelli Raffaele
persichetti-sila-1890-05-22	1890-05-22	Persichetti Sila
perugi-giulio-1886-06-14	1886-06-14	Perugi Giulio
pesenti-gritti-giuseppe-1908-03-10	1908-03-10	Pesenti Gritti Giuseppe
petella-g-1857-04-10	1857-04-10	Petella G
petella-giuseppe-1861-04-13	1861-04-13	Petella Giuseppe
pettinati-luigi-1864-06-07	1864-06-07	Pettinati Luigi
pezzano-gerolamo-1870-12-24	1870-12-24	Pezzano Gerolamo
buck-paul-1915-05-24	1915-05-24	Buck Paul
piazza-venceslao-1870-07-29	1870-07-29	Piazza Venceslao
picca-domenico-1882-06-18	1882-06-18	Picca Domenico
picchioni-giuseppe-1886-01-22	1886-01-22	Picchioni Giuseppe
piccione-uigi-1866-07-08	1866-07-08	Piccione Uigi
pignatari-aldo-1897-03-20	1897-03-20	Pignatari Aldo
pignatti-carlo-1869-09-02	1869-09-02	Pignatti Carlo
pinelli-elia-1864-09-12	1864-09-12	Pinelli Elia
gauquelin-a3-1513-1876-03-01	1876-03-01	Gauquelin-A3-1513
pintor-pietro-1880-05-20	1880-05-20	Pintor Pietro
pintus-giuseppe-1890-02-04	1890-02-04	Pintus Giuseppe
piras-fedele-1895-12-01	1895-12-01	Piras Fedele
gauquelin-a3-1517-1877-07-26	1877-07-26	Gauquelin-A3-1517
pittaluga-giovanni-1840-06-24	1840-06-24	Pittaluga Giovanni
gauquelin-a3-1519-1891-10-08	1891-10-08	Gauquelin-A3-1519
gauquelin-a3-1520-1877-07-14	1877-07-14	Gauquelin-A3-1520
podda-ferdinando-1892-09-25	1892-09-25	Podda Ferdinando
poggi-cesare-1883-11-28	1883-11-28	Poggi Cesare
gauquelin-a3-1523-1867-09-12	1867-09-12	Gauquelin-A3-1523
polla-arduino-1884-09-06	1884-09-06	Polla Arduino
ponza-san-martino-gustavo-1876-01-22	1876-01-22	Ponza San Martino Gustavo
ponzi-vincenzo-1864-11-02	1864-11-02	Ponzi Vincenzo
ponzio-san-sebastiano-mario-1898-04-30	1898-04-30	Ponzio San Sebastiano Mario
gauquelin-a3-1528-1894-12-19	1894-12-19	Gauquelin-A3-1528
gauquelin-a3-1529-1849-10-19	1849-10-19	Gauquelin-A3-1529
porro-alberto-1866-09-25	1866-09-25	Porro Alberto
porta-achille-1868-02-07	1868-02-07	Porta Achille
porta-ettore-1868-07-13	1868-07-13	Porta Ettore
porta-felice-1862-11-21	1862-11-21	Porta Felice
portaluluppi-luigi-1871-07-29	1871-07-29	Portaluluppi Luigi
postiglione-gaetano-1892-10-20	1892-10-20	Postiglione Gaetano
prati-carlo-1848-08-25	1848-08-25	Prati Carlo
pressato-giuseppe-1915-08-27	1915-08-27	Pressato Giuseppe
prestinari-marcello-1847-04-19	1847-04-19	Prestinari Marcello
prestisimone-pasquale-1894-02-11	1894-02-11	Prestisimone Pasquale
profumo-alberto-1871-05-18	1871-05-18	Profumo Alberto
pugliese-emmanuele-1874-04-11	1874-04-11	Pugliese Emmanuele
pugliese-umberto-1880-01-13	1880-01-13	Pugliese Umberto
puglioli-vito-1866-07-28	1866-07-28	Puglioli Vito
quercia-ernesto-1854-11-05	1854-11-05	Quercia Ernesto
racagni-paolo-1888-12-05	1888-12-05	Racagni Paolo
gauquelin-a3-1546-1866-02-25	1866-02-25	Gauquelin-A3-1546
raffaldi-vittorio-1890-01-25	1890-01-25	Raffaldi Vittorio
raggi-decio-1884-09-29	1884-09-29	Raggi Decio
gauquelin-a3-1549-1852-04-21	1852-04-21	Gauquelin-A3-1549
ragusin-augusto-1868-06-06	1868-06-06	Ragusin Augusto
rapino-pantaleone-1889-03-29	1889-03-29	Rapino Pantaleone
rappis-lorenzo-1838-10-13	1838-10-13	Rappis Lorenzo
ravazza-edoardo-1863-01-17	1863-01-17	Ravazza Edoardo
reinero-pietro-1892-04-23	1892-04-23	Reinero Pietro
reisoli-ezio-1856-11-17	1856-11-17	Reisoli Ezio
reverberi-leopoldo-1886-02-04	1886-02-04	Reverberi Leopoldo
riccardi-arturo-1878-10-30	1878-10-30	Riccardi Arturo
ricchetti-aurelio-1876-04-01	1876-04-01	Ricchetti Aurelio
ricci-italo-1867-08-15	1867-08-15	Ricci Italo
ricci-mario-1908-05-20	1908-05-20	Ricci Mario
bucquoy-maurice-1900-09-10	1900-09-10	Bucquoy Maurice
ricci-armani-armano-1859-07-31	1859-07-31	Ricci-Armani Armano
ricotti-magnani-1822-01-30	1822-01-30	Ricotti Magnani
rigatti-mario-1910-06-05	1910-06-05	Rigatti Mario
riva-umberto-1867-01-31	1867-01-31	Riva Umberto
gauquelin-a3-1566-1859-04-25	1859-04-25	Gauquelin-A3-1566
rizzo-luigi-1887-10-08	1887-10-08	Rizzo Luigi
gauquelin-a3-1568-1867-06-16	1867-06-16	Gauquelin-A3-1568
gauquelin-a3-1569-1878-06-06	1878-06-06	Gauquelin-A3-1569
gauquelin-a3-1570-1866-04-07	1866-04-07	Gauquelin-A3-1570
rolandi-ricci-ottavio-1870-08-11	1870-08-11	Rolandi-Ricci Ottavio
rolando-francesco-1889-02-27	1889-02-27	Rolando Francesco
romei-longhena-giovanni-1865-09-15	1865-09-15	Romei Longhena Giovanni
rorai-giuseppe-1895-10-25	1895-10-25	Rorai Giuseppe
gauquelin-a3-1575-1864-04-03	1864-04-03	Gauquelin-A3-1575
rosati-giovanni-1844-05-11	1844-05-11	Rosati Giovanni
rossani-mario-1890-02-01	1890-02-01	Rossani Mario
rossetti-gaetano-1858-04-12	1858-04-12	Rossetti Gaetano
rossi-amilcare-1895-01-01	1895-01-01	Rossi Amilcare
rossi-francesco-1865-12-04	1865-12-04	Rossi Francesco
rossi-francesco-1888-04-09	1888-04-09	Rossi Francesco
rossi-gastone-1867-12-11	1867-12-11	Rossi Gastone
gauquelin-a3-1583-1887-10-02	1887-10-02	Gauquelin-A3-1583
rossi-italo-1860-01-17	1860-01-17	Rossi Italo
rossi-luigi-1868-06-01	1868-06-01	Rossi Luigi
rossi-vincenzo-1866-01-20	1866-01-20	Rossi Vincenzo
gauquelin-a3-1587-1877-01-29	1877-01-29	Gauquelin-A3-1587
rossi-vittorio-1859-11-12	1859-11-12	Rossi Vittorio
gauquelin-a3-1589-1896-02-05	1896-02-05	Gauquelin-A3-1589
rota-ettore-1872-11-29	1872-11-29	Rota Ettore
rovere-edoardo-1874-03-09	1874-03-09	Rovere Edoardo
ruggeri-antonio-1871-09-15	1871-09-15	Ruggeri Antonio
gauquelin-a3-1593-1863-02-23	1863-02-23	Gauquelin-A3-1593
ruggieri-benedetto-1867-11-11	1867-11-11	Ruggieri Benedetto
rulent-giuseppe-1893-12-13	1893-12-13	Rulent Giuseppe
gauquelin-a3-1596-1865-09-08	1865-09-08	Gauquelin-A3-1596
sabatelli-vita-1910-07-19	1910-07-19	Sabatelli Vita
gauquelin-a3-1598-1891-06-03	1891-06-03	Gauquelin-A3-1598
sacco-francesco-1877-09-20	1877-09-20	Sacco Francesco
sacco-luigi-1883-08-01	1883-08-01	Sacco Luigi
sacco-umberto-1898-06-09	1898-06-09	Sacco Umberto
saccomani-giuseppe-1867-05-02	1867-05-02	Saccomani Giuseppe
salaris-ignazio-1892-04-11	1892-04-11	Salaris Ignazio
salice-francesco-1867-08-09	1867-08-09	Salice Francesco
salinardi-pasquale-1868-02-10	1868-02-10	Salinardi Pasquale
saloni-soccorso-1895-05-08	1895-05-08	Saloni Soccorso
salza-silvio-1879-01-12	1879-01-12	Salza Silvio
somaggia-alfonso-1893-09-09	1893-09-09	Somaggia Alfonso
sanita-donato-1917-03-12	1917-03-12	Sanita Donato
santini-ruggero-1870-04-16	1870-04-16	Santini Ruggero
santoro-carlo-1900-05-03	1900-05-03	Santoro Carlo
sapienza-luigi-1866-03-10	1866-03-10	Sapienza Luigi
sartori-pietro-1861-11-17	1861-11-17	Sartori Pietro
sasso-marco-1896-04-05	1896-04-05	Sasso Marco
scala-fabio-1876-11-01	1876-11-01	Scala Fabio
scalfaro-ercolino-1881-05-11	1881-05-11	Scalfaro Ercolino
scandaliato-angelo-1869-02-16	1869-02-16	Scandaliato Angelo
scapin-g-1876-04-18	1876-04-18	Scapin G
scatolone-angelo-1877-08-03	1877-08-03	Scatolone Angelo
schiro-giacomo-1901-11-23	1901-11-23	Schiro Giacomo
gauquelin-a3-1621-1862-09-23	1862-09-23	Gauquelin-A3-1621
scianna-ciro-1887-03-07	1887-03-07	Scianna Ciro
scimeca-vito-1875-01-08	1875-01-08	Scimeca Vito
scintu-raimondo-1889-09-24	1889-09-24	Scintu Raimondo
scipione-scipione-1867-04-18	1867-04-18	Scipione Scipione
scire-sebastiano-1890-10-12	1890-10-12	Scire Sebastiano
scotti-arcangelo-1860-01-07	1860-01-07	Scotti Arcangelo
scribani-rossi-alfredo-1844-07-18	1844-07-18	Scribani Rossi Alfredo
scribani-rossi-stefano-1850-09-02	1850-09-02	Scribani Rossi Stefano
buffenoir-maurice-1917-02-20	1917-02-20	Buffenoir Maurice
segre-guido-1871-03-30	1871-03-30	Segre Guido
segre-roberto-1872-04-06	1872-04-06	Segre Roberto
serato-rizieri-1889-09-21	1889-09-21	Serato Rizieri
gauquelin-a3-1634-1894-07-12	1894-07-12	Gauquelin-A3-1634
sestilli-giovanni-1867-03-02	1867-03-02	Sestilli Giovanni
gauquelin-a3-1636-1894-12-19	1894-12-19	Gauquelin-A3-1636
setti-fulvio-1914-02-16	1914-02-16	Setti Fulvio
settino-luigi-1897-01-16	1897-01-16	Settino Luigi
severini-augusto-1862-11-09	1862-11-09	Severini Augusto
severini-gustavo-1850-08-09	1850-08-09	Severini Gustavo
siciliani-domenico-1879-05-01	1879-05-01	Siciliani Domenico
siffredi-angelo-1896-05-06	1896-05-06	Siffredi Angelo
sillicani-giuseppe-1881-09-29	1881-09-29	Sillicani Giuseppe
silva-giuseppe-1867-03-13	1867-03-13	Silva Giuseppe
sirombo-giovanni-1862-08-09	1862-08-09	Sirombo Giovanni
solarino-umberto-1883-03-25	1883-03-25	Solarino Umberto
somigli-edoardo-1892-08-19	1892-08-19	Somigli Edoardo
somma-donato-1862-11-25	1862-11-25	Somma Donato
somma-umberto-1878-11-20	1878-11-20	Somma Umberto
spaccamela-pio-1849-12-30	1849-12-30	Spaccamela Pio
spano-fermo-1872-05-06	1872-05-06	Spano Fermo
gauquelin-a3-1652-1889-05-22	1889-05-22	Gauquelin-A3-1652
spiller-gaetano-1871-09-22	1871-09-22	Spiller Gaetano
spinelli-arturo-1861-09-18	1861-09-18	Spinelli Arturo
spingardi-paolo-1845-11-02	1845-11-02	Spingardi Paolo
spinucci-emidio-1870-08-02	1870-08-02	Spinucci Emidio
sprovieri-francesco-1826-05-02	1826-05-02	Sprovieri Francesco
stampacchia-luigi-1858-09-27	1858-09-27	Stampacchia Luigi
stefenelli-ferruccio-1898-07-09	1898-07-09	Stefenelli Ferruccio
stegher-italo-1894-05-28	1894-05-28	Stegher Italo
stefani-francesco-1840-12-26	1840-12-26	Stefani Francesco
strani-amilcare-1846-05-31	1846-05-31	Strani Amilcare
stringa-pirio-1867-09-14	1867-09-14	Stringa Pirio
tagliaferri-florenzio-1868-02-14	1868-02-14	Tagliaferri Florenzio
gauquelin-a3-1665-1864-08-18	1864-08-18	Gauquelin-A3-1665
tanca-battista-1873-10-28	1873-10-28	Tanca Battista
tandura-alessandro-1893-09-18	1893-09-18	Tandura Alessandro
tangari-nicola-1867-05-13	1867-05-13	Tangari Nicola
tassoni-giulio-1859-02-26	1859-02-26	Tassoni Giulio
tedeschi-azaria-1887-01-30	1887-01-30	Tedeschi Azaria
tedeschi-tullio-1910-07-15	1910-07-15	Tedeschi Tullio
teruzzi-attilio-1882-05-05	1882-05-05	Teruzzi Attilio
testolini-giuseppe-1896-09-30	1896-09-30	Testolini Giuseppe
tiravanti-pietro-1887-02-28	1887-02-28	Tiravanti Pietro
tobia-arturo-1868-10-24	1868-10-24	Tobia Arturo
tagnali-angelo-1897-01-14	1897-01-14	Tagnali Angelo
tognoni-giorgio-1894-04-13	1894-04-13	Tognoni Giorgio
tommassucci-fulvio-1881-05-12	1881-05-12	Tommassucci Fulvio
tombolan-fava-1895-07-17	1895-07-17	Tombolan-Fava
tonelli-mario-1871-04-05	1871-04-05	Tonelli Mario
tonolini-francesco-1880-04-28	1880-04-28	Tonolini Francesco
tonti-ulrico-1877-01-23	1877-01-23	Tonti Ulrico
toraldo-francia-orazio-1884-09-09	1884-09-09	Toraldo Francia Orazio
torelli-alfonso-1856-11-11	1856-11-11	Torelli Alfonso
toscano-oreste-1915-06-16	1915-06-16	Toscano Oreste
toselli-lazzarini-cesare-1851-11-06	1851-11-06	Toselli-Lazzarini Cesare
toso-emilio-1840-05-07	1840-05-07	Toso Emilio
toti-enrico-1882-08-20	1882-08-20	Toti Enrico
traniello-vincenzo-1860-07-01	1860-07-01	Traniello Vincenzo
treboldi-giuseppe-1868-12-12	1868-12-12	Treboldi Giuseppe
trua-antonio-1880-12-08	1880-12-08	Trua Antonio
tua-angelo-1874-04-20	1874-04-20	Tua Angelo
ugolini-giuseppe-1885-03-19	1885-03-19	Ugolini Giuseppe
gauquelin-a3-1694-1872-11-22	1872-11-22	Gauquelin-A3-1694
gauquelin-a3-1695-1866-02-02	1866-02-02	Gauquelin-A3-1695
gauquelin-a3-1696-1870-03-17	1870-03-17	Gauquelin-A3-1696
gauquelin-a3-1697-1882-10-19	1882-10-19	Gauquelin-A3-1697
gauquelin-a3-1698-1853-01-01	1853-01-01	Gauquelin-A3-1698
gauquelin-a3-1699-1875-05-20	1875-05-20	Gauquelin-A3-1699
gauquelin-a3-1700-1893-10-23	1893-10-23	Gauquelin-A3-1700
gauquelin-a3-1701-1876-05-28	1876-05-28	Gauquelin-A3-1701
gauquelin-a3-1702-1871-06-24	1871-06-24	Gauquelin-A3-1702
gauquelin-a3-1703-1872-08-02	1872-08-02	Gauquelin-A3-1703
gauquelin-a3-1704-1891-01-14	1891-01-14	Gauquelin-A3-1704
gauquelin-a3-1705-1880-01-04	1880-01-04	Gauquelin-A3-1705
gauquelin-a3-1706-1879-02-10	1879-02-10	Gauquelin-A3-1706
gauquelin-a3-1707-1892-02-29	1892-02-29	Gauquelin-A3-1707
gauquelin-a3-1708-1873-07-01	1873-07-01	Gauquelin-A3-1708
gauquelin-a3-1709-1868-08-04	1868-08-04	Gauquelin-A3-1709
gauquelin-a3-1710-1872-03-04	1872-03-04	Gauquelin-A3-1710
gauquelin-a3-1711-1863-01-21	1863-01-21	Gauquelin-A3-1711
gauquelin-a3-1712-1894-04-21	1894-04-21	Gauquelin-A3-1712
gauquelin-a3-1713-1897-01-28	1897-01-28	Gauquelin-A3-1713
gauquelin-a3-1714-1889-11-15	1889-11-15	Gauquelin-A3-1714
gauquelin-a3-1715-1895-07-08	1895-07-08	Gauquelin-A3-1715
gauquelin-a3-1716-1887-09-30	1887-09-30	Gauquelin-A3-1716
gauquelin-a3-1717-1877-07-20	1877-07-20	Gauquelin-A3-1717
gauquelin-a3-1718-1915-05-13	1915-05-13	Gauquelin-A3-1718
gauquelin-a3-1719-1866-01-08	1866-01-08	Gauquelin-A3-1719
gauquelin-a3-1720-1862-12-14	1862-12-14	Gauquelin-A3-1720
gauquelin-a3-1721-1892-01-10	1892-01-10	Gauquelin-A3-1721
gauquelin-a3-1722-1856-02-02	1856-02-02	Gauquelin-A3-1722
gauquelin-a3-1723-1898-08-10	1898-08-10	Gauquelin-A3-1723
gauquelin-a3-1724-1869-03-28	1869-03-28	Gauquelin-A3-1724
gauquelin-a3-1725-1884-01-10	1884-01-10	Gauquelin-A3-1725
gauquelin-a3-1726-1857-12-24	1857-12-24	Gauquelin-A3-1726
gauquelin-a3-1727-1870-01-16	1870-01-16	Gauquelin-A3-1727
gauquelin-a3-1728-1891-09-26	1891-09-26	Gauquelin-A3-1728
gauquelin-a3-1729-1900-08-31	1900-08-31	Gauquelin-A3-1729
gauquelin-a3-1730-1873-07-23	1873-07-23	Gauquelin-A3-1730
achilles-albrecht-1914-01-25	1914-01-25	Achilles Albrecht
adam-hans-1883-03-05	1883-03-05	Adam Hans
adam-hans-1886-05-24	1886-05-24	Adam Hans
adam-wilhelm-1877-09-15	1877-09-15	Adam Wilhelm
ahrens-eberhard-1892-01-13	1892-01-13	Ahrens Eberhard
gauquelin-a3-1736-1859-11-02	1859-11-02	Gauquelin-A3-1736
albrecht-conrad-1880-10-07	1880-10-07	Albrecht Conrad
aldebert-karl-1888-09-24	1888-09-24	Aldebert Karl
allmendinger-karl-1891-02-03	1891-02-03	Allmendinger Karl
ameiser-anton-1907-08-01	1907-08-01	Ameiser Anton
ammon-friedrich-1847-01-17	1847-01-17	Ammon Friedrich
asal-walter-1891-06-14	1891-06-14	Asal Walter
augst-otto-1892-01-05	1892-01-05	Augst Otto
axthelm-walter-1893-12-23	1893-12-23	Axthelm Walter
bachmeier-josef-1908-10-27	1908-10-27	Bachmeier Josef
gauquelin-a3-1746-1892-02-01	1892-02-01	Gauquelin-A3-1746
bader-paul-1883-07-20	1883-07-20	Bader Paul
bake-franz-1898-02-28	1898-02-28	Bäke Franz
barckhausen-franz-1882-12-21	1882-12-21	Barckhausen Franz
barenfanger-erich-1915-01-12	1915-01-12	Bärenfänger Erich
bargsten-klaus-1911-10-31	1911-10-31	Bargsten Klaus
bartenbach-karl-1881-11-29	1881-11-29	Bartenbach Karl
barth-johannes-1867-07-26	1867-07-26	Barth Johannes
bastian-helmut-1916-11-17	1916-11-17	Bastian Helmut
bauer-helmut-1920-02-02	1920-02-02	Bauer Helmut
baum-otto-1911-11-15	1911-11-15	Baum Otto
baumer-paul-1896-05-11	1896-05-11	Bäumer Paul
beck-wilhelm-1919-12-22	1919-12-22	Beck Wilhelm
becker-karl-1879-12-14	1879-12-14	Becker Karl
becker-paul-1881-05-23	1881-05-23	Becker Paul
behler-klemens-1921-12-06	1921-12-06	Behler Klemens
bengl-josef-1899-04-23	1899-04-23	Bengl Josef
benz-reinbold-1893-09-12	1893-09-12	Benz Reinbold
bernuth-felix-1889-02-01	1889-02-01	Bernuth Félix
gauquelin-a3-1766-1891-03-24	1891-03-24	Gauquelin-A3-1766
bestmann-walter-1907-10-02	1907-10-02	Bestmann Walter
bettenhauser-werner-1886-05-03	1886-05-03	Bettenhäuser Werner
betzel-clemens-1895-06-09	1895-06-09	Betzel Clemens
betzel-paul-1873-01-13	1873-01-13	Betzel Paul
gauquelin-a3-1771-1899-03-16	1899-03-16	Gauquelin-A3-1771
bieber-rudolf-1901-03-12	1901-03-12	Bieber Rudolf
blaurock-edmund-1899-10-12	1899-10-12	Blaurock Edmund
blumentritt-gunther-1892-02-10	1892-02-10	Blumentritt Gunther
bockmann-herbert-1886-07-24	1886-07-24	Böckmann Herbert
bock-polach-friedrich-1849-05-18	1849-05-18	Bock Polach Friedrich
bodenhausen-erpo-1897-04-12	1897-04-12	Bodenhausen Erpo
bogel-hermann-1914-09-09	1914-09-09	Bögel Hermann
bogendorfer-friedrich-1869-05-05	1869-05-05	Bogendörfer Friedrich
boosfeld-joachim-1922-06-01	1922-06-01	Boosfeld Joachim
bramesfeld-heinrich-1899-06-24	1899-06-24	Bramesfeld Heinrich
brandenstein-hermann-1868-08-18	1868-08-18	Brandenstein Hermann
brandi-albrecht-1914-06-20	1914-06-20	Brandi Albrecht
brandis-cordt-1888-10-04	1888-10-04	Brandis Cordt
brandt-gunter-1898-10-01	1898-10-01	Brandt Günter
bremer-gerhard-1917-07-25	1917-07-25	Bremer Gerhard
brennecke-kurt-1891-12-16	1891-12-16	Brennecke Kurt
brinkmann-helmuth-1895-03-12	1895-03-12	Brinkmann Helmuth
brinkord-heinrich-1882-09-07	1882-09-07	Brinkord Heinrich
brisken-ferdinand-1876-09-24	1876-09-24	Brisken Ferdinand
gauquelin-a3-1791-1896-02-05	1896-02-05	Gauquelin-A3-1791
brug-karl-1855-06-15	1855-06-15	Brug Karl
buchner-hermann-1917-01-16	1917-01-16	Buchner Hermann
buckler-julius-1894-03-28	1894-03-28	Buckler Julius
bulow-harry-1897-11-19	1897-11-19	Bülow Harry
bulow-otto-1911-10-16	1911-10-16	Bülow Otto
gauquelin-a3-1797-1894-10-05	1894-10-05	Gauquelin-A3-1797
burchardi-theodor-1892-05-14	1892-05-14	Burchardi Theodor
busch-ernst-1885-07-06	1885-07-06	Busch Ernst
caracciola-delbruck-1873-07-29	1873-07-29	Caracciola-Delbrück
gauquelin-a3-1802-1877-07-26	1877-07-26	Gauquelin-A3-1802
christiansen-friedrich-1879-12-12	1879-12-12	Christiansen Friedrich
clausen-nicolai-1911-06-02	1911-06-02	Clausen Nicolai
crailsheim-eduard-1865-01-16	1865-01-16	Crailsheim Eduard
cruwell-ludwi-1892-03-20	1892-03-20	Crüwell Ludwi
danckelmann-heinrich-1887-08-02	1887-08-02	Danckelmann Heinrich
danner-rudolf-1862-10-12	1862-10-12	Dänner Rudolf
dauberschmidt-otto-1887-07-28	1887-07-28	Dauberschmidt Otto
dauch-josef-1896-11-10	1896-11-10	Dauch Josef
gauquelin-a3-1811-1908-07-31	1908-07-31	Gauquelin-A3-1811
degelow-carl-1891-01-06	1891-01-06	Degelow Carl
deichmann-paul-1898-08-27	1898-08-27	Deichmann Paul
deisenhofer-eduard-1909-06-27	1909-06-27	Deisenhofer Eduard
denzel-alfred-1879-10-25	1879-10-25	Denzel Alfred
dernen-friedrich-1884-02-15	1884-02-15	Dernen Friedrich
dessloch-friedrich-1882-11-17	1882-11-17	Dessloch Friedrich
dethleffsen-erich-1904-08-02	1904-08-02	Dethleffsen Erich
gauquelin-a3-1819-1859-11-02	1859-11-02	Gauquelin-A3-1819
diepenbroick-gruter-otto-1860-07-18	1860-07-18	Diepenbroick-Grüter Otto
diergarten-hans-1913-04-05	1913-04-05	Diergarten Hans
dietl-eduard-1890-07-21	1890-07-21	Dietl Eduard
dietrich-josef-1892-05-28	1892-05-28	Dietrich Josef
dittelberger-martin-1871-12-13	1871-12-13	Dittelberger Martin
gauquelin-a3-1825-1873-05-21	1873-05-21	Gauquelin-A3-1825
doehla-heinrich-1881-11-03	1881-11-03	Doehla Heinrich
dorner-helmut-1909-06-26	1909-06-26	Dörner Helmut
doser-robert-1889-03-14	1889-03-14	Doser Robert
dossenbach-albert-1891-06-05	1891-06-05	Dossenbach Albert
dostler-anton-1891-05-10	1891-05-10	Dostler Anton
dostler-eduard-1892-02-03	1892-02-03	Dostler Eduard
drechsler-hans-1893-12-30	1893-12-30	Drechsler Hans
gauquelin-a3-1834-1892-02-06	1892-02-06	Gauquelin-A3-1834
drexler-walter-1916-09-25	1916-09-25	Drexler Walter
durr-emil-1920-06-11	1920-06-11	Dürr Emil
dusel-heinrich-1889-04-22	1889-04-22	Düsel Heinrich
dutschke-kurt-1892-10-15	1892-10-15	Dütschke Kurt
duwell-karl-1869-08-05	1869-08-05	Düwell Karl
gauquelin-a3-1840-1895-11-24	1895-11-24	Gauquelin-A3-1840
eberlein-august-1877-01-07	1877-01-07	Eberlein August
ebert-geor-1885-04-03	1885-04-03	Ebert Geor
gauquelin-a3-1843-1916-06-01	1916-06-01	Gauquelin-A3-1843
edelsheim-franz-1868-10-25	1868-10-25	Edelsheim Franz
eder-felix-1856-01-07	1856-01-07	Eder Félix
eder-wolfgan-1889-10-24	1889-10-24	Eder Wolfgan
ehrath-fritz-1909-06-09	1909-06-09	Ehrath Fritz
eich-gustav-1892-06-16	1892-06-16	Eich Gustav
endress-hans-1911-07-05	1911-07-05	Endress Hans
ertel-karl-1919-11-26	1919-11-26	Ertel Karl
fegelein-hermann-1906-10-30	1906-10-30	Fegelein Hermann
fegelein-waldemar-1912-01-09	1912-01-09	Fegelein Waldemar
fehn-gustav-1892-02-21	1892-02-21	Fehn Gustav
fick-jakob-1912-01-15	1912-01-15	Fick Jakob
fink-johannes-1895-02-28	1895-02-28	Fink Johannes
fischel-max-1850-03-31	1850-03-31	Fischel Max
fischer-udo-1868-08-07	1868-08-07	Fischer Udo
flugel-hans-1919-02-13	1919-02-13	Flügel Hans
forstmann-walter-1883-03-09	1883-03-09	Forstmann Walter
fortmuller-august-1864-08-16	1864-08-16	Fortmüller August
frank-robert-1910-10-18	1910-10-18	Frank Robert
gauquelin-a3-1862-1892-02-06	1892-02-06	Gauquelin-A3-1862
frey-albert-1913-02-16	1913-02-16	Frey Albert
gauquelin-a3-1864-1894-04-22	1894-04-22	Gauquelin-A3-1864
gauquelin-a3-1865-1884-08-24	1884-08-24	Gauquelin-A3-1865
fritsch-albert-1856-04-28	1856-04-28	Fritsch Albert
fritsch-werner-1880-08-04	1880-08-04	Fritsch Werner
fuchtbauer-heinrich-1879-04-02	1879-04-02	Füchtbauer Heinrich
funck-hans-1891-12-23	1891-12-23	Funck Hans
gartmayr-eduard-1865-12-30	1865-12-30	Gartmayr Eduard
geib-theodor-1885-09-15	1885-09-15	Geib Theodor
geissler-heinrich-1894-12-28	1894-12-28	Geissler Heinrich
geitner-kurt-1884-05-03	1884-05-03	Geitner Kurt
geyer-hermann-1882-07-07	1882-07-07	Geyer Hermann
giehrl-hermann-1877-09-22	1877-09-22	Giehrl Hermann
gienanth-curt-1876-12-06	1876-12-06	Gienanth Curt
gauquelin-a3-1877-1891-03-24	1891-03-24	Gauquelin-A3-1877
godin-emmerich-1881-09-12	1881-09-12	Godin Emmerich
gauquelin-a3-1879-1876-08-04	1876-08-04	Gauquelin-A3-1879
guntermann-heinrich-1896-02-25	1896-02-25	Guntermann Heinrich
bugard-pierre-1909-02-16	1909-02-16	Bugard Pierre
goringer-alfred-1856-10-04	1856-10-04	Göringer Alfred
goss-franz-1896-03-29	1896-03-29	Goss Franz
gossmann-richard-1876-09-07	1876-09-07	Gossmann Richard
gottke-heinrich-1921-07-07	1921-07-07	Gottke Heinrich
gotz-olenhusen-leo-1855-07-14	1855-07-14	Götz Olenhusen Leo
gauquelin-a3-1887-1881-05-26	1881-05-26	Gauquelin-A3-1887
greim-robert-1892-06-22	1892-06-22	Greim Robert
gries-eugen-1869-06-25	1869-06-25	Gries Eugen
groener-wilhelm-1867-11-22	1867-11-22	Groener Wilhelm
groh-richard-1891-07-12	1891-07-12	Groh Richard
groppe-theodor-1882-08-16	1882-08-16	Groppe Theodor
gross-karl-1898-07-05	1898-07-05	Gross Karl
gruny-karl-1886-05-25	1886-05-25	Gruny Karl
gauquelin-a3-1895-1916-06-01	1916-06-01	Gauquelin-A3-1895
gullmann-otto-1887-11-07	1887-11-07	Gullmann Otto
haack-friedrich-1869-12-08	1869-12-08	Haack Friedrich
gauquelin-a3-1898-1877-07-14	1877-07-14	Gauquelin-A3-1898
haase-kurt-1881-12-15	1881-12-15	Haase Kurt
hack-franz-1915-02-03	1915-02-03	Hack Franz
haefele-johann-1865-04-10	1865-04-10	Haefele Johann
gauquelin-a3-1902-1878-09-08	1878-09-08	Gauquelin-A3-1902
halder-franz-1884-06-30	1884-06-30	Halder Franz
halt-karl-1891-06-02	1891-06-02	Halt Karl
hamel-heinz-1914-10-25	1914-10-25	Hämel Heinz
hammacher-ernst-1869-06-22	1869-06-22	Hammacher Ernst
gauquelin-a3-1907-1892-09-20	1892-09-20	Gauquelin-A3-1907
hansen-christian-1885-04-10	1885-04-10	Hansen Christian
gauquelin-a3-1909-1908-07-31	1908-07-31	Gauquelin-A3-1909
harlinghausen-martin-1902-01-17	1902-01-17	Harlinghausen Martin
harmel-heinz-1906-06-29	1906-06-29	Harmel Heinz
harpe-josef-1887-09-21	1887-09-21	Harpe Josef
hartwig-ludwi-1887-01-21	1887-01-21	Hartwig Ludwi
hartz-bernhard-1862-04-12	1862-04-12	Hartz Bernhard
harzer-walter-1912-09-29	1912-09-29	Harzer Walter
gauquelin-a3-1916-1862-09-21	1862-09-21	Gauquelin-A3-1916
haupt-wilhelm-1871-11-11	1871-11-11	Haupt Wilhelm
hecker-adolf-1852-11-02	1852-11-02	Hecker Adolf
heckmann-max-1863-09-05	1863-09-05	Heckmann Max
heidkamper-otto-1901-03-13	1901-03-13	Heidkamper Otto
heimann-heinrich-1915-09-17	1915-09-17	Heimann Heinrich
hein-willi-1917-04-26	1917-04-26	Hein Willi
heindl-siegfried-1894-04-24	1894-04-24	Heindl Siegfried
heinemann-erich-1881-01-13	1881-01-13	Heinemann Erich
hell-ernest-1887-09-19	1887-09-19	Hell Ernest
henrici-siegfried-1889-05-10	1889-05-10	Henrici Siegfried
hentsch-richard-1870-12-18	1870-12-18	Hentsch Richard
gauquelin-a3-1928-1925-11-12	1925-11-12	Gauquelin-A3-1928
hermberg-paul-1888-03-16	1888-03-16	Hermberg Paul
heye-hellmuth-1895-08-09	1895-08-09	Heye Hellmuth
hieronymus-robert-1884-05-08	1884-05-08	Hieronymus Robert
hilpert-karl-1888-09-12	1888-09-12	Hilpert Karl
hipper-maximilian-1863-09-13	1863-09-13	Hipper Maximilian
hitzen-joachim-1892-12-16	1892-12-16	Hitzen Joachim
hitzler-jakob-1877-05-08	1877-05-08	Hitzler Jakob
hock-karl-1879-12-24	1879-12-24	Hock Karl
hofer-franz-1873-11-03	1873-11-03	Hofer Franz
hofmann-grossenbuch-konrad-1891-07-06	1891-07-06	Hofmann-Grossenbuch Konrad
hohnhorst-ernst-1865-05-18	1865-05-18	Hohnhorst Ernst
holle-alexander-1898-02-27	1898-02-27	Holle Alexander
hollidt-eduard-1886-05-10	1886-05-10	Hollidt Eduard
hollidt-karl-1891-04-28	1891-04-28	Hollidt Karl
holscher-walter-1872-09-17	1872-09-17	Hölscher Walter
horauf-rz-1878-07-16	1878-07-16	Hörauf Rz
hossbach-friedrich-1894-11-21	1894-11-21	Hossbach Friedrich
hubner-otto-1862-02-09	1862-02-09	Hübner Otto
humser-wilhelm-1870-11-12	1870-11-12	Humser Wilhelm
gauquelin-a3-1948-1888-11-22	1888-11-22	Gauquelin-A3-1948
jacobs-joseph-1894-05-15	1894-05-15	Jacobs Joseph
gauquelin-a3-1950-1856-09-21	1856-09-21	Gauquelin-A3-1950
jaenecke-erwin-1890-04-22	1890-04-22	Jaenecke Erwin
jahreiss-paul-1878-05-01	1878-05-01	Jahreiss Paul
jodl-ferdinand-1896-11-28	1896-11-28	Jodl Ferdinand
jold-alfred-1890-05-10	1890-05-10	Jold Alfred
jordan-hans-1892-12-27	1892-12-27	Jordan Hans
kaether-ernst-1869-05-11	1869-05-11	Kaether Ernst
kamper-paul-1877-06-13	1877-06-13	Kamper Paul
kardel-rudolf-1889-10-06	1889-10-06	Kardel Rudolf
kaufmann-lukas-1881-06-20	1881-06-20	Kaufmann Lukas
kehrer-karl-1849-10-10	1849-10-10	Kehrer Karl
keller-alfred-1882-09-19	1882-09-19	Keller Alfred
keppler-geor-1894-05-07	1894-05-07	Keppler Geor
kersting-anton-1849-09-22	1849-09-22	Kersting Anton
kettgen-hans-1917-11-20	1917-11-20	Kettgen Hans
kiefhaber-christoph-1855-10-19	1855-10-19	Kiefhaber Christoph
kirchstein-hans-1896-08-05	1896-08-05	Kirchstein Hans
kitzinger-karl-1886-04-18	1886-04-18	Kitzinger Karl
kleemann-eugen-1894-02-01	1894-02-01	Kleemann Eugen
kleffner-franz-1907-06-02	1907-06-02	Kleffner Franz
kleine-rudolf-1886-08-28	1886-08-28	Kleine Rudolf
kleinheisterkamp-mathias-1893-06-22	1893-06-22	Kleinheisterkamp Mathias
kleist-ewald-1881-08-08	1881-08-08	Kleist Ewald
knittel-gustav-1914-11-27	1914-11-27	Knittel Gustav
knochlein-fritz-1911-05-27	1911-05-27	Knöchlein Fritz
koberle-paul-1866-05-19	1866-05-19	Köberle Paul
koch-ferdinand-1875-10-31	1875-10-31	Koch Ferdinand
gauquelin-a3-1978-1888-04-15	1888-04-15	Gauquelin-A3-1978
koller-karl-1898-02-22	1898-02-22	Koller Karl
kraas-hugo-1911-01-25	1911-01-25	Kraas Hugo
krafft-dellmensingen-konrad-1862-11-20	1862-11-20	Krafft Dellmensingen Konrad
krause-ernst-1859-07-27	1859-07-27	Krause Ernst
krausser-friedrich-1888-04-29	1888-04-29	Krausser Friedrich
krebs-hans-1898-03-04	1898-03-04	Krebs Hans
kress-kressenstein-friedrich-1855-03-15	1855-03-15	Kress Kressenstein Friedrich
kress-kressenstein-otto-1850-09-13	1850-09-13	Kress Kressenstein Otto
kreysing-hans-1890-08-17	1890-08-17	Kreysing Hans
kriebel-friedrich-1879-10-14	1879-10-14	Kriebel Friedrich
kron-otto-1911-02-28	1911-02-28	Kron Otto
gauquelin-a3-1990-1913-04-22	1913-04-22	Gauquelin-A3-1990
kruger-friedrich-1894-05-08	1894-05-08	Krüger Friedrich
kruger-walter-1890-02-27	1890-02-27	Krüger Walter
kubler-ludwi-1889-09-02	1889-09-02	Kübler Ludwi
kuchler-geor-1881-05-30	1881-05-30	Küchler Geor
kuhl-hermann-1856-12-30	1856-12-30	Kuhl Hermann
lahs-rudolf-1880-01-03	1880-01-03	Lahs Rudolf
lammerding-heinz-1905-08-27	1905-08-27	Lammerding Heinz
lancelle-otto-1885-03-27	1885-03-27	Lancelle Otto
landmann-karl-1846-08-23	1846-08-23	Landmann Karl
lang-hermann-1922-03-24	1922-03-24	Lang Hermann
lang-otto-1887-09-18	1887-09-18	Lang Otto
langbein-geor-1881-09-30	1881-09-30	Langbein Geor
laumann-arthur-1894-07-04	1894-07-04	Laumann Arthur
leeb-wilhelm-1876-09-05	1876-09-05	Leeb Wilhelm
leffers-gustav-1894-01-02	1894-01-02	Leffers Gustav
lehmann-ernst-1886-03-12	1886-03-12	Lehmann Ernst
lehmann-rudolf-1914-01-30	1914-01-30	Lehmann Rudolf
lenz-hermann-1872-06-23	1872-06-23	Lenz Hermann
lequis-arnold-1861-02-02	1861-02-02	Lequis Arnold
lex-hans-1893-10-27	1893-10-27	Lex Hans
lichte-karl-1920-08-23	1920-08-23	Lichte Karl
lichtenberger-walter-1891-09-30	1891-09-30	Lichtenberger Walter
list-wilhelm-1880-05-14	1880-05-14	List Wilhelm
lobmeyer-jakob-1918-10-12	1918-10-12	Lobmeyer Jakob
loch-herbert-1886-08-05	1886-08-05	Loch Herbert
lohmann-hanns-1911-04-24	1911-04-24	Lohmann Hanns
lotze-gerhard-1922-05-21	1922-05-21	Lotze Gerhard
gauquelin-a3-2018-1895-12-23	1895-12-23	Gauquelin-A3-2018
gauquelin-a3-2019-1913-11-15	1913-11-15	Gauquelin-A3-2019
mandelsloh-albrecht-1861-10-22	1861-10-22	Mandelsloh Albrecht
marquard-gottfried-1864-06-02	1864-06-02	Marquard Gottfried
martin-kurt-1879-01-31	1879-01-31	Martin Kurt
masarie-lino-1912-10-10	1912-10-10	Masarie Lino
mattern-walter-1920-02-27	1920-02-27	Mattern Walter
mauss-karl-1898-05-07	1898-05-07	Mauss Karl
maussner-josef-1891-10-28	1891-10-28	Maussner Josef
gauquelin-a3-2027-1886-10-07	1886-10-07	Gauquelin-A3-2027
gauquelin-a3-2028-1916-12-11	1916-12-11	Gauquelin-A3-2028
meister-johann-1864-10-25	1864-10-25	Meister Johann
menckhoff-carl-1883-04-14	1883-04-14	Menckhoff Carl
mertz-quirnheim-hermann-1866-07-23	1866-07-23	Mertz Quirnheim Hermann
gauquelin-a3-2032-1898-02-25	1898-02-25	Gauquelin-A3-2032
meyer-berthold-1876-10-29	1876-10-29	Meyer Berthold
meyer-otto-1912-12-23	1912-12-23	Meyer Otto
michelsen-andreas-1869-02-19	1869-02-19	Michelsen Andreas
milch-erhard-1892-03-30	1892-03-30	Milch Erhard
mittelberger-hilmar-1878-12-19	1878-12-19	Mittelberger Hilmar
gauquelin-a3-2038-1891-08-22	1891-08-22	Gauquelin-A3-2038
mohl-arnold-1867-03-26	1867-03-26	Möhl Arnold
mohnke-wilhelm-1911-03-15	1911-03-15	Mohnke Wilhelm
molders-werner-1913-03-18	1913-03-18	Mölders Werner
muhleck-karl-1920-07-27	1920-07-27	Mühleck Karl
muller-ernst-1889-10-22	1889-10-22	Müller Ernst
muller-friedrich-1897-08-29	1897-08-29	Müller Friedrich
muller-ludwi-1892-06-28	1892-06-28	Müller Ludwi
muller-otto-1871-03-05	1871-03-05	Müller Otto
nerz-lothar-1893-01-28	1893-01-28	Nerz Lothar
neubert-hans-1888-04-21	1888-04-21	Neubert Hans
niedermayer-oskar-1885-11-08	1885-11-08	Niedermayer Oskar
nielsen-andreas-1899-12-23	1899-12-23	Nielsen Andreas
niessen-walter-1891-11-02	1891-11-02	Niessen Walter
oldershausen-erich-1872-01-10	1872-01-10	Oldershausen Erich
oldershausen-martin-1865-11-24	1865-11-24	Oldershausen Martin
osiander-wilhelm-1875-06-26	1875-06-26	Osiander Wilhelm
paetsch-otto-1909-08-03	1909-08-03	Paetsch Otto
papas-fred-1921-05-15	1921-05-15	Papas Fred
pechmann-friedrich-1862-07-28	1862-07-28	Pechmann Friedrich
pechmann-gunther-1882-11-10	1882-11-10	Pechmann Günther
pechmann-otto-1874-09-12	1874-09-12	Pechmann Otto
perignon-rudolf-1880-02-29	1880-02-29	Perignon Rudolf
petersen-erich-1889-08-25	1889-08-25	Petersen Erich
pfaehler-wilhelm-1876-01-20	1876-01-20	Pfaehler Wilhelm
pflugradt-curt-1887-11-14	1887-11-14	Pflugradt Curt
gauquelin-a3-2065-1913-04-22	1913-04-22	Gauquelin-A3-2065
pitrof-daniel-1873-02-14	1873-02-14	Pitrof Daniel
pittschellis-adolf-1914-10-28	1914-10-28	Pittschellis Adolf
pohl-maximilian-1893-04-15	1893-04-15	Pohl Maximilian
popp-christian-1891-04-07	1891-04-07	Popp Christian
prager-karl-1875-10-23	1875-10-23	Prager Karl
prankh-hans-1888-04-23	1888-04-23	Prankh Hans
prankh-siegmund-1887-05-04	1887-05-04	Prankh Siegmund
gauquelin-a3-2073-1880-06-28	1880-06-28	Gauquelin-A3-2073
putter-fritz-1895-01-14	1895-01-14	Pütter Fritz
radlmayer-ludwi-1887-10-27	1887-10-27	Radlmayer Ludwi
raffler-friedrich-1883-06-24	1883-06-24	Raffler Friedrich
raithel-helmut-1907-04-09	1907-04-09	Raithel Helmut
rasp-siegfried-1898-01-10	1898-01-10	Rasp Siegfried
rechenbach-horst-1895-07-11	1895-07-11	Rechenbach Horst
reich-ottmar-1890-01-12	1890-01-12	Reich Ottmar
reichenau-walter-1884-10-08	1884-10-08	Reichenau Walter
reichert-josef-1890-08-29	1890-08-29	Reichert Josef
reif-karl-1880-12-23	1880-12-23	Reif Karl
reimling-hans-1918-01-17	1918-01-17	Reimling Hans
reiner-geor-1894-12-18	1894-12-18	Reiner Geor
reitzenstein-wilhelm-1880-02-26	1880-02-26	Reitzenstein Wilhelm
gauquelin-a3-2087-1917-11-19	1917-11-19	Gauquelin-A3-2087
renz-gottlieb-1911-09-12	1911-09-12	Renz Gottlieb
rettlinger-karl-1913-02-08	1913-02-08	Rettlinger Karl
retze-ewald-1894-08-28	1894-08-28	Retze Ewald
richter-helmut-1891-06-22	1891-06-22	Richter Helmut
richter-wilfried-1916-05-09	1916-05-09	Richter Wilfried
riedl-karl-1862-06-09	1862-06-09	Riedl Karl
riefkogel-waldemar-1913-01-07	1913-01-07	Riefkogel Waldemar
rieflin-fritz-1920-02-05	1920-02-05	Rieflin Fritz
riepe-julius-1903-12-18	1903-12-18	Riepe Julius
rohder-wolfgan-1911-08-17	1911-08-17	Röhder Wolfgan
rompf-otto-1883-09-08	1883-09-08	Rompf Otto
roser-august-1870-01-25	1870-01-25	Roser August
rossner-erich-1918-05-26	1918-05-26	Rossner Erich
gauquelin-a3-2102-1893-09-29	1893-09-29	Gauquelin-A3-2102
rudolph-ludwi-1890-06-25	1890-06-25	Rudolph Ludwi
ruhle-lilienstern-hans-1915-01-09	1915-01-09	Rühle Lilienstern Hans
ruoff-richard-1883-08-18	1883-08-18	Ruoff Richard
salmuth-hans-1888-11-21	1888-11-21	Salmuth Hans
saumenicht-rudolf-1916-02-13	1916-02-13	Säumenicht Rudolf
gauquelin-a3-2108-1876-03-01	1876-03-01	Gauquelin-A3-2108
schaaf-wilhelm-1894-07-22	1894-07-22	Schaaf Wilhelm
schaefer-karl-1891-12-17	1891-12-17	Schaefer Karl
schaffer-joseph-1886-06-17	1886-06-17	Schäffer Joseph
scheffer-boyadel-reinhard-1851-03-28	1851-03-28	Scheffer-Boyadel Reinhard
gauquelin-a3-2113-1858-03-13	1858-03-13	Gauquelin-A3-2113
schenitzki-max-1894-03-21	1894-03-21	Schenitzki Max
scherf-kurt-1866-09-12	1866-09-12	Scherf Kurt
scheuring-baptist-1887-08-24	1887-08-24	Scheuring Baptist
scheurlen-heinz-1895-04-24	1895-04-24	Scheurlen Heinz
schlamelcher-karl-1912-09-21	1912-09-21	Schlamelcher Karl
schlechtendal-max-1868-05-08	1868-05-08	Schlechtendal Max
schlerf-heinrich-1890-05-01	1890-05-01	Schlerf Heinrich
schlieper-paul-1864-06-29	1864-06-29	Schlieper Paul
schluter-wilhelm-1915-10-19	1915-10-19	Schlüter Wilhelm
schmid-joseph-1887-11-18	1887-11-18	Schmid Joseph
gauquelin-a3-2125-1901-09-09	1901-09-09	Gauquelin-A3-2125
schmidt-walter-1917-01-28	1917-01-28	Schmidt Walter
gauquelin-a3-2127-1866-09-02	1866-09-02	Gauquelin-A3-2127
gauquelin-a3-2128-1896-08-13	1896-08-13	Gauquelin-A3-2128
schneckenburger-willi-1891-03-30	1891-03-30	Schneckenburger Willi
schneider-christian-1880-04-20	1880-04-20	Schneider Christian
schniewind-otto-1887-12-14	1887-12-14	Schniewind Otto
schniewindt-wilhelm-1868-12-05	1868-12-05	Schniewindt Wilhelm
schonberger-geor-1911-02-21	1911-02-21	Schönberger Geor
schonborn-max-1887-05-01	1887-05-01	Schönborn Max
schopf-hermann-1886-11-06	1886-11-06	Schöpf Hermann
schorner-ferdinand-1892-06-12	1892-06-12	Schörner Ferdinand
schramm-wilhelm-1898-04-20	1898-04-20	Schramm Wilhelm
schreiber-gustav-1916-12-25	1916-12-25	Schreiber Gustav
schrenk-wilhelm-1876-07-13	1876-07-13	Schrenk Wilhelm
schroder-ludwi-1884-09-12	1884-09-12	Schröder Ludwi
schultze-otto-1884-05-11	1884-05-11	Schultze Otto
schulz-karl-1906-05-06	1906-05-06	Schulz Karl
schwandner-maximilian-1881-02-20	1881-02-20	Schwandner Maximilian
schwappacher-oskar-1914-08-23	1914-08-23	Schwappacher Oskar
schweikard-heinrich-1914-02-17	1914-02-17	Schweikard Heinrich
schweitzer-willi-1911-12-13	1911-12-13	Schweitzer Willi
seelhorst-just-1870-06-03	1870-06-03	Seelhorst Just
seiler-reinhard-1882-06-04	1882-06-04	Seiler Reinhard
gauquelin-a3-2149-1885-12-22	1885-12-22	Gauquelin-A3-2149
senghas-paul-1916-01-31	1916-01-31	Senghas Paul
sieger-ludwi-1857-09-27	1857-09-27	Sieger Ludwi
speck-hermann-1888-08-08	1888-08-08	Speck Hermann
speidel-hans-1886-09-26	1886-09-26	Speidel Hans
speidel-hans-1897-10-28	1897-10-28	Speidel Hans
sperrle-hugo-1885-02-08	1885-02-08	Sperrle Hugo
speth-hans-1897-10-07	1897-10-07	Speth Hans
spindler-ludwi-1910-11-15	1910-11-15	Spindler Ludwi
sporle-richard-1915-07-20	1915-07-20	Spörle Richard
springer-heinrich-1914-11-03	1914-11-03	Springer Heinrich
staedke-helmut-1905-08-30	1905-08-30	Staedke Helmut
stadtler-friedrich-1885-10-29	1885-10-29	Städtler Friedrich
staubwasser-anton-1867-07-01	1867-07-01	Staubwasser Anton
staudle-ernst-1913-06-06	1913-06-06	Stäudle Ernst
stein-hermann-1859-02-11	1859-02-11	Stein Hermann
steindorff-ernst-1886-11-12	1886-11-12	Steindorff Ernst
gauquelin-a3-2166-1895-11-24	1895-11-24	Gauquelin-A3-2166
steinwachs-adolf-1868-05-15	1868-05-15	Steinwachs Adolf
gauquelin-a3-2168-1881-02-12	1881-02-12	Gauquelin-A3-2168
streccius-alfred-1874-06-03	1874-06-03	Streccius Alfred
strobel-wolfgan-1891-12-28	1891-12-28	Strobel Wolfgan
swierzinski-lothar-1922-07-18	1922-07-18	Swierzinski Lothar
telkamp-eberhard-1914-05-08	1914-05-08	Telkamp Eberhard
tetsch-ernst-1916-10-28	1916-10-28	Tetsch Ernst
thoma-wilhelm-1891-09-11	1891-09-11	Thoma Wilhelm
thumm-helmut-1895-08-25	1895-08-25	Thumm Helmut
thuy-emil-1894-03-11	1894-03-11	Thuy Emil
tillmanns-hermann-1844-10-04	1844-10-04	Tillmanns Hermann
trebing-emil-1888-01-08	1888-01-08	Trebing Emil
trotha-adolf-1868-03-01	1868-03-01	Trotha Adolf
tumma-friedrich-1875-09-05	1875-09-05	Tumma Friedrich
tutschek-adolf-1891-05-16	1891-05-16	Tutschek Adolf
udet-ernst-1896-04-26	1896-04-26	Udet Ernst
vaernewyck-hans-1874-01-02	1874-01-02	Vaernewyck Hans
vandieken-anton-1909-07-04	1909-07-04	Vandieken Anton
veltjens-joseph-1894-06-02	1894-06-02	Veltjens Joseph
verth-max-1874-10-03	1874-10-03	Verth Max
viebahn-max-1888-03-27	1888-03-27	Viebahn Max
vietinghoff-scheel-heinrich-1887-12-06	1887-12-06	Vietinghoff-Scheel Heinrich
vogt-fritz-1918-03-17	1918-03-17	Vogt Fritz
volckamer-jobst-1894-04-16	1894-04-16	Volckamer Jobst
voss-werner-1897-04-13	1897-04-13	Voss Werner
gauquelin-a3-2192-1901-09-09	1901-09-09	Gauquelin-A3-2192
walz-franz-1885-12-04	1885-12-04	Walz Franz
warlimont-walter-1894-10-03	1894-10-03	Warlimont Walter
watter-oskar-1861-09-02	1861-09-02	Watter Oskar
weber-karl-1892-08-23	1892-08-23	Weber Karl
weger-wilhelm-1918-03-19	1918-03-19	Weger Wilhelm
weiser-hermann-1918-11-22	1918-11-22	Weiser Hermann
wenckstern-karl-1878-08-31	1878-08-31	Wenckstern Karl
werder-hans-1867-11-16	1867-11-16	Werder Hans
werr-anton-1886-11-09	1886-11-09	Werr Anton
wick-helmut-1915-08-05	1915-08-05	Wick Helmut
gauquelin-a3-2203-1865-02-04	1865-02-04	Gauquelin-A3-2203
wiese-friedrich-1892-12-05	1892-12-05	Wiese Friedrich
wilm-ludwi-1869-11-25	1869-11-25	Wilm Ludwi
wimmer-franz-1896-08-11	1896-08-11	Wimmer Franz
winter-august-1897-01-18	1897-01-18	Winter August
witt-fritz-1908-05-27	1908-05-27	Witt Fritz
wittekind-eduard-1876-02-29	1876-02-29	Wittekind Eduard
wittmann-michael-1914-04-22	1914-04-22	Wittmann Michael
witzell-karl-1884-10-18	1884-10-18	Witzell Karl
gauquelin-a3-2212-1894-07-12	1894-07-12	Gauquelin-A3-2212
gauquelin-a3-2213-1922-09-01	1922-09-01	Gauquelin-A3-2213
wucher-karl-1873-12-03	1873-12-03	Wucher Karl
wulff-fritz-1874-08-23	1874-08-23	Wulff Fritz
wurmbach-hans-1891-05-12	1891-05-12	Wurmbach Hans
wusthoff-kurt-1898-01-27	1898-01-27	Wüsthoff Kurt
xylander-oskar-1856-01-16	1856-01-16	Xylander Oskar
xylander-wolfdietrich-1903-04-09	1903-04-09	Xylander Wolfdietrich
zahler-hans-1885-08-29	1885-08-29	Zahler Hans
zangen-gustav-1892-11-07	1892-11-07	Zangen Gustav
zastrow-ernst-1858-06-23	1858-06-23	Zastrow Ernst
zehender-august-1903-04-28	1903-04-28	Zehender August
zottmann-maximilian-1882-09-27	1882-09-27	Zottmann Maximilian
achten-victor-1893-02-04	1893-02-04	Achten Victor
adam-auguste-1865-06-03	1865-06-03	Adam Auguste
adam-jules-1868-06-11	1868-06-11	Adam Jules
aerts-arthur-1872-12-22	1872-12-22	Aerts Arthur
amelot-louis-1857-08-26	1857-08-26	Amelot Louis
gauquelin-a3-2230-1874-11-16	1874-11-16	Gauquelin-A3-2230
anethau-jules-1803-04-23	1803-04-23	Anethau Jules
ardevel-albert-1874-02-26	1874-02-26	Ardevel Albert
arickx-jules-1869-08-23	1869-08-23	Arickx Jules
arnold-rodolphe-1876-03-23	1876-03-23	Arnold Rodolphe
augustin-guillaume-1860-06-14	1860-06-14	Augustin Guillaume
avaert-henri-1851-10-04	1851-10-04	Avaert Henri
badart-joseph-1871-08-05	1871-08-05	Badart Joseph
baert-ernest-1860-08-12	1860-08-12	Baert Ernest
balot-maximilian-1890-05-29	1890-05-29	Balot Maximilian
buisson-martial-1890-02-15	1890-02-15	Buisson Martial
gauquelin-a3-2242-1864-12-15	1864-12-15	Gauquelin-A3-2242
bara-jules-1835-08-23	1835-08-23	Bara Jules
gauquelin-a3-2243-1850-05-26	1850-05-26	Gauquelin-A3-2243
becker-francois-1886-01-28	1886-01-28	Becker François
becker-jerome-1850-08-29	1850-08-29	Becker Jerome
beernaert-auguste-1829-07-26	1829-07-26	Beernaert Auguste
gauquelin-a3-2247-1861-09-06	1861-09-06	Gauquelin-A3-2247
bernard-theophile-1865-03-30	1865-03-30	Bernard Theophile
bulin-rene-1920-08-08	1920-08-08	Bulin René
beughem-houthem-chales-1895-02-14	1895-02-14	Beughem Houthem Chales
beyaert-joseph-1890-01-03	1890-01-03	Beyaert Joseph
bia-lucien-1852-12-02	1852-12-02	Bia Lucien
bienaime-leon-1874-01-25	1874-01-25	Bienaime Léon
blaise-isidore-1864-01-22	1864-01-22	Blaise Isidore
bloch-emile-1883-05-26	1883-05-26	Bloch Emile
blondiau-rene-1887-07-07	1887-07-07	Blondiau René
bock-achille-1869-10-26	1869-10-26	Bock Achille
bodson-oscar-1856-01-05	1856-01-05	Bodson Oscar
boetz-paul-1860-07-13	1860-07-13	Boetz Paul
bogaerde-jules-1857-04-14	1857-04-14	Bogaerde Jules
boigelot-andre-1865-01-05	1865-01-05	Boigelot André
bollen-jean-1862-01-30	1862-01-30	Bollen Jean
borsut-cyrille-1869-05-09	1869-05-09	Borsut Cyrille
bouckaert-daniel-1891-02-10	1891-02-10	Bouckaert Daniel
boulenger-georges-1858-10-19	1858-10-19	Boulenger Georges
gauquelin-a3-2266-1862-06-20	1862-06-20	Gauquelin-A3-2266
bouvier-adhemar-1877-10-14	1877-10-14	Bouvier Adhemar
bove-adolphe-1885-04-02	1885-04-02	Bove Adolphe
braconnier-charles-1849-06-28	1849-06-28	Braconnier Charles
braconnier-leon-1850-06-09	1850-06-09	Braconnier Léon
braive-emile-1860-05-05	1860-05-05	Braive Emile
branden-jan-1885-02-15	1885-02-15	Branden Jan
brasseur-clement-1863-08-19	1863-08-19	Brasseur Clément
bureau-robert-1898-04-09	1898-04-09	Bureau Robert
gauquelin-a3-2275-1863-04-18	1863-04-18	Gauquelin-A3-2275
briart-paul-1860-01-03	1860-01-03	Briart Paul
briers-pierre-1877-05-02	1877-05-02	Briers Pierre
broden-alphonse-1875-09-10	1875-09-10	Broden Alphonse
brodheoux-emile-1873-08-19	1873-08-19	Brodheoux Emile
broeck-leon-1863-06-26	1863-06-26	Broeck Léon
browne-teige-alexandre-1841-06-05	1841-06-05	Browne Teige Alexandre
bruneel-alberic-1863-01-05	1863-01-05	Bruneel Alberic
bruyne-henri-1868-02-02	1868-02-02	Bruyne Henri
boquo-frederic-1869-03-07	1869-03-07	Boquo Frédéric
burdo-adolphe-1849-01-31	1849-01-31	Burdo Adolphe
burg-constant-1924-06-28	1924-06-28	Burg Constant
cabra-alphonse-1862-07-30	1862-07-30	Cabra Alphonse
gauquelin-a3-2288-1871-11-26	1871-11-26	Gauquelin-A3-2288
calonne-beaufaict-adolphe-1881-07-16	1881-07-16	Calonne-Beaufaict Adolphe
cambrier-ernest-1844-06-21	1844-06-21	Cambrier Ernest
burgeat-pierre-1896-12-14	1896-12-14	Burgeat Pierre
carre-louis-1860-04-06	1860-04-06	Carre Louis
cassieman-victor-1869-11-17	1869-11-17	Cassieman Victor
cayen-alphonse-1885-03-01	1885-03-01	Cayen Alphonse
chaltin-louis-1857-04-27	1857-04-27	Chaltin Louis
chantraine-arthur-1885-02-22	1885-02-22	Chantraine Arthur
charmanne-hector-1855-01-04	1855-01-04	Charmanne Hector
buser-pierre-1921-08-19	1921-08-19	Buser Pierre
gauquelin-a3-2299-1858-05-27	1858-05-27	Gauquelin-A3-2299
cipont-corneille-1892-04-24	1892-04-24	Cipont Corneille
clairbois-alphonse-1888-01-29	1888-01-29	Clairbois Alphonse
gauquelin-a3-2302-1857-11-18	1857-11-18	Gauquelin-A3-2302
gauquelin-a3-2303-1874-11-16	1874-11-16	Gauquelin-A3-2303
cock-jacques-1871-03-17	1871-03-17	Cock Jacques
coeymans-mathieu-1880-12-30	1880-12-30	Coeymans Mathieu
colfs-henri-1864-12-01	1864-12-01	Colfs Henri
colignon-leon-1891-12-13	1891-12-13	Colignon Léon
collet-georges-1870-12-20	1870-12-20	Collet Georges
coninck-merckem-charles-1836-06-18	1836-06-18	Coninck Merckem Charles
busnel-rene-guy-1914-11-30	1914-11-30	Busnel René Guy
copette-leon-1876-10-04	1876-10-04	Copette Léon
collin-j-1878-11-25	1878-11-25	Collin J
gauquelin-a3-2313-1853-10-15	1853-10-15	Gauquelin-A3-2313
cornesse-joseph-1881-12-04	1881-12-04	Cornesse Joseph
cornet-jules-1865-03-04	1865-03-04	Cornet Jules
corte-emile-1869-09-18	1869-09-18	Corte Emile
gauquelin-a3-2317-1860-04-02	1860-04-02	Gauquelin-A3-2317
court-charles-1872-12-30	1872-12-30	Court Charles
courtois-ernest-1856-01-13	1856-01-13	Courtois Ernest
crahay-hyacinthe-1867-07-22	1867-07-22	Crahay Hyacinthe
craybex-hubert-1879-11-01	1879-11-01	Craybex Hubert
crespel-louis-1838-12-04	1838-12-04	Crespel Louis
crevecoeur-leon-1871-02-25	1871-02-25	Crevecoeur Léon
croes-jean-1869-08-10	1869-08-10	Croes Jean
crombrugge-looringe-victor-1866-08-07	1866-08-07	Crombrugge Looringe Victor
gauquelin-a3-2326-1859-04-25	1859-04-25	Gauquelin-A3-2326
cruysen-maurice-1871-05-12	1871-05-12	Cruysen Maurice
cudell-alfred-1875-06-04	1875-06-04	Cudell Alfred
cuvelier-adolphe-1860-09-25	1860-09-25	Cuvelier Adolphe
daelman-jean-1875-10-20	1875-10-20	Daelman Jean
daenen-adhemar-1853-09-08	1853-09-08	Daenen Adhemar
daens-adolf-1839-12-18	1839-12-18	Daens Adolf
damme-pierre-1887-11-27	1887-11-27	Damme Pierre
daneels-marcel-1905-01-04	1905-01-04	Daneels Marcel
danneels-victor-1876-07-12	1876-07-12	Danneels Victor
dautzenberg-jacques-1871-01-24	1871-01-24	Dautzenberg Jacques
buttin-gerard-1931-10-21	1931-10-21	Buttin Gérard
debroux-jean-1880-05-21	1880-05-21	Debroux Jean
declairfayt-louis-1886-09-16	1886-09-16	Declairfayt Louis
declerck-jean-1878-02-14	1878-02-14	Declerck Jean
deffense-fernand-1870-02-27	1870-02-27	Deffense Fernand
defoin-leon-1883-09-21	1883-09-21	Defoin Léon
deisser-jean-1870-08-13	1870-08-13	Deisser Jean
delaby-georges-1879-05-19	1879-05-19	Delaby Georges
deladrier-emile-1878-08-01	1878-08-01	Deladrier Emile
delange-arthur-1869-08-20	1869-08-20	Delange Arthur
delanghe-florimond-1861-07-25	1861-07-25	Delanghe Florimond
delattre-armand-1881-05-13	1881-05-13	Delattre Armand
delava-laurent-1867-03-17	1867-03-17	Delava Laurent
cabanac-jean-1905-07-10	1905-07-10	Cabanac Jean
delbruyere-louis-1860-10-27	1860-10-27	Delbruyere Louis
delcommune-alexandre-1855-10-06	1855-10-06	Delcommune Alexandre
delecloz-henri-1870-11-26	1870-11-26	Delecloz Henri
delhaise-charles-1872-07-01	1872-07-01	Delhaise Charles
gauquelin-a3-2355-1885-08-03	1885-08-03	Gauquelin-A3-2355
delobe-maxime-1891-10-07	1891-10-07	Delobe Maxime
delporte-augustin-1844-12-15	1844-12-15	Delporte Augustin
delvin-louis-1871-12-17	1871-12-17	Delvin Louis
demblon-p-j-celestin-1859-05-19	1859-05-19	Demblon P J Celestin
gauquelin-a3-2360-1863-09-22	1863-09-22	Gauquelin-A3-2360
demoustier-desire-1865-02-15	1865-02-15	Demoustier Désiré
demuenynck-auguste-1876-05-16	1876-05-16	Demuenynck Auguste
denis-hector-1842-10-29	1842-10-29	Denis Hector
gauquelin-a3-2364-1867-07-11	1867-07-11	Gauquelin-A3-2364
derclaye-francois-1867-12-08	1867-12-08	Derclaye François
derscheid-jean-1901-05-19	1901-05-19	Derscheid Jean
cabanettes-lucien-1920-05-30	1920-05-30	Cabanettes Lucien
descamps-georges-1855-09-17	1855-09-17	Descamps Georges
gauquelin-a3-2369-1864-03-23	1864-03-23	Gauquelin-A3-2369
dest-adolphe-1885-07-19	1885-07-19	Dest Adolphe
cabanettes-suzanne-cours-1919-11-19	1919-11-19	Cabanettes Suzanne (COURS)
detiege-maurice-1867-02-03	1867-02-03	Detiege Maurice
devenyns-leonard-1867-10-15	1867-10-15	Devenyns Leonard
devolder-jean-1886-09-24	1886-09-24	Devolder Jean
cabanier-georgss-1906-11-21	1906-11-21	Cabanier Georgss
devos-achille-1869-03-31	1869-03-31	Devos Achille
dewatines-julien-1874-02-08	1874-02-08	Dewatines Julien
dewevre-alfred-1866-03-20	1866-03-20	Dewevre Alfred
diderrich-norbert-1867-04-26	1867-04-26	Diderrich Norbert
dodergnie-jean-1862-12-25	1862-12-25	Dodergnie Jean
donckier-donceel-xavier-1871-07-18	1871-07-18	Donckier Donceel Xavier
donnay-joseph-1866-04-29	1866-04-29	Donnay Joseph
donny-albert-1841-03-01	1841-03-01	Donny Albert
gauquelin-a3-2384-1879-12-17	1879-12-17	Gauquelin-A3-2384
dore-jacobus-1861-11-08	1861-11-08	Dore Jacobus
doorme-aristide-1863-10-10	1863-10-10	Doorme Aristide
dorpe-jules-1856-11-12	1856-11-12	Dorpe Jules
dorsinfang-victor-1876-07-20	1876-07-20	Dorsinfang Victor
cabiac-roger-1921-10-07	1921-10-07	Cabiac Roger
druart-camille-1876-11-08	1876-11-08	Druart Camille
dryepondt-gustave-1866-02-03	1866-02-03	Dryepondt Gustave
gauquelin-a3-2392-1871-10-07	1871-10-07	Gauquelin-A3-2392
dubois-jules-1856-12-23	1856-12-23	Dubois Jules
dubreucq-fernand-1874-09-03	1874-09-03	Dubreucq Fernand
dubreucq-rene-1869-11-05	1869-11-05	Dubreucq René
duchesne-charles-1881-09-01	1881-09-01	Duchesne Charles
dufrane-friart-jules-1848-03-24	1848-03-24	Dufrane-Friart Jules
duhaut-hector-1881-05-22	1881-05-22	Duhaut Hector
dupont-j-emile-1834-06-23	1834-06-23	Dupont J Emile
durutte-adolphe-1853-05-18	1853-05-18	Durutte Adolphe
dusart-charles-1860-12-17	1860-12-17	Dusart Charles
dutrieux-jules-1885-05-07	1885-05-07	Dutrieux Jules
duvivier-joseph-1867-05-14	1867-05-14	Duvivier Joseph
gauquelin-a3-2404-1852-04-21	1852-04-21	Gauquelin-A3-2404
eloy-fernand-1868-08-13	1868-08-13	Eloy Fernand
elter-robert-1873-06-23	1873-06-23	Elter Robert
gauquelin-a3-2407-1852-09-20	1852-09-20	Gauquelin-A3-2407
epine-hulst-jacques-1879-07-29	1879-07-29	Epine Hulst Jacques
fievez-victor-1855-04-30	1855-04-30	Fievez Victor
firket-charles-1852-09-02	1852-09-02	Firket Charles
fisch-gaston-1871-07-23	1871-07-23	Fisch Gaston
fisette-marcel-1889-07-20	1889-07-20	Fisette Marcel
five-gaspard-1849-01-01	1849-01-01	Five Gaspard
flamme-jules-1866-02-15	1866-02-15	Flamme Jules
foret-jean-1878-02-18	1878-02-18	Foret Jean
gauquelin-a3-2416-1864-03-14	1864-03-14	Gauquelin-A3-2416
fraipont-clement-1878-02-03	1878-02-03	Fraipont Clément
cabrol-christian-1925-09-16	1925-09-16	Cabrol Christian
franken-emmanuel-1866-12-16	1866-12-16	Franken Emmanuel
franssen-guillaume-1885-12-20	1885-12-20	Franssen Guillaume
freitag-ernst-1865-08-11	1865-08-11	Freitag Ernst
frennet-victor-1868-02-11	1868-02-11	Frennet Victor
friart-felix-1870-03-01	1870-03-01	Friart Félix
fromont-julien-1873-01-29	1873-01-29	Fromont Julien
fuchs-felix-1858-01-25	1858-01-25	Fuchs Félix
furst-gaston-1885-04-29	1885-04-29	Furst Gaston
gehot-guillaume-1869-07-17	1869-07-17	Gehot Guillaume
gerard-auguste-1871-05-16	1871-05-16	Gerard Auguste
gevaert-eugene-1859-05-07	1859-05-07	Gevaert Eugène
gauquelin-a3-2430-1866-02-05	1866-02-05	Gauquelin-A3-2430
ghysen-jean-1867-04-06	1867-04-06	Ghysen Jean
gillain-cyrique-1857-08-11	1857-08-11	Gillain Cyrique
gillis-lucien-1856-03-11	1856-03-11	Gillis Lucien
glorie-charles-1872-05-04	1872-05-04	Glorie Charles
cacharel-jean-bousquet-1932-03-30	1932-03-30	Cacharel Jean (BOUSQUET)
gauquelin-a3-2436-1871-04-15	1871-04-15	Gauquelin-A3-2436
gauquelin-a3-2437-1864-04-25	1864-04-25	Gauquelin-A3-2437
gourdinne-fernand-1885-07-29	1885-07-29	Gourdinne Fernand
grang-nicolas-1854-01-02	1854-01-02	Grang Nicolas
cachera-jean-paul-1930-12-08	1930-12-08	Cachera Jean Paul
grave-henri-1871-03-06	1871-03-06	Grave Henri
gremling-louis-1865-04-07	1865-04-07	Gremling Louis
gustin-gustave-1867-04-07	1867-04-07	Gustin Gustave
gysels-pierre-1869-07-08	1869-07-08	Gysels Pierre
haas-charles-1888-06-28	1888-06-28	Haas Charles
hackars-henri-1881-01-31	1881-01-31	Hackars Henri
gauquelin-a3-2447-1863-10-30	1863-10-30	Gauquelin-A3-2447
haneusse-louis-1853-04-19	1853-04-19	Haneusse Louis
hankenne-louis-1880-10-04	1880-10-04	Hankenne Louis
hanolet-leon-1859-11-25	1859-11-25	Hanolet Léon
hanssens-edmondus-1843-07-25	1843-07-25	Hanssens Edmondus
harou-victor-1851-12-25	1851-12-25	Harou Victor
gauquelin-a3-2453-1867-04-12	1867-04-12	Gauquelin-A3-2453
haye-jules-1869-05-29	1869-05-29	Haye Jules
hecq-celestin-1859-10-18	1859-10-18	Hecq Célestin
hellemans-robert-1878-04-03	1878-04-03	Hellemans Robert
henneberg-georges-1865-04-03	1865-04-03	Henneberg Georges
henrion-arthur-1874-03-16	1874-03-16	Henrion Arthur
henrotte-charles-1884-09-15	1884-09-15	Henrotte Charles
gauquelin-a3-2460-1878-06-06	1878-06-06	Gauquelin-A3-2460
herry-georges-1851-07-02	1851-07-02	Herry Georges
heusch-odilon-1869-08-29	1869-08-29	Heusch Odilon
cadeac-d-ardaud-jean-1917-04-26	1917-04-26	Cadeac D'ardaud Jean
heuvel-theodore-1846-02-26	1846-02-26	Heuvel Theodore
heyse-prosper-1869-12-30	1869-12-30	Heyse Prosper
hinck-edouard-1861-05-26	1861-05-26	Hinck Edouard
hodister-arthur-1847-08-14	1847-08-14	Hodister Arthur
holsbeek-leon-1868-05-04	1868-05-04	Holsbeek Léon
hoyois-joseph-1861-06-14	1861-06-14	Hoyois Joseph
husson-jean-1854-02-02	1854-02-02	Husson Jean
hutereau-joseph-1875-03-30	1875-03-30	Hutereau Joseph
huyghe-mahenge-armand-1871-07-11	1871-07-11	Huyghe Mahenge Armand
jacques-dixmude-jules-1858-02-24	1858-02-24	Jacques Dixmude Jules
jadot-albert-1885-08-05	1885-08-05	Jadot Albert
janot-narcisse-1870-12-05	1870-12-05	Janot Narcisse
janssen-camille-1837-12-05	1837-12-05	Janssen Camille
janssen-eugene-1858-09-25	1858-09-25	Janssen Eugène
jolle-cyrille-1873-06-19	1873-06-19	Jolle Cyrille
julien-leon-1859-05-29	1859-05-29	Julien Léon
jungers-francois-1851-10-22	1851-10-22	Jungers François
kerckhove-frederic-1884-02-16	1884-02-16	Kerckhove Frédéric
kerckhoven-guillaume-1853-01-28	1853-01-28	Kerckhoven Guillaume
kesler-johan-1882-10-16	1882-10-16	Kesler Johan
kessels-ernest-1864-03-26	1864-03-26	Kessels Ernest
kethulle-ryhove-charles-1865-12-06	1865-12-06	Kethulle Ryhove Charles
gauquelin-a3-2486-1881-07-24	1881-07-24	Gauquelin-A3-2486
labarre-antoine-1879-10-29	1879-10-29	Labarre Antoine
lagneaux-oswald-1879-04-10	1879-04-10	Lagneaux Oswald
lange-alphonse-1865-05-25	1865-05-25	Lange Alphonse
langerock-albert-1873-11-19	1873-11-19	Langerock Albert
langhans-auguste-1859-07-30	1859-07-30	Langhans Auguste
lantonnois-rode-albert-1852-06-19	1852-06-19	Lantonnois Rode Albert
cadenat-etienne-1895-07-27	1895-07-27	Cadenat Etienne
lapierre-albert-1873-08-26	1873-08-26	Lapierre Albert
laplume-jules-1866-11-16	1866-11-16	Laplume Jules
gauquelin-a3-2496-1861-09-05	1861-09-05	Gauquelin-A3-2496
gauquelin-a3-2497-1872-01-29	1872-01-29	Gauquelin-A3-2497
gauquelin-a3-2498-1884-08-24	1884-08-24	Gauquelin-A3-2498
leclement-st-marcq-philippe-1860-06-04	1860-06-04	Leclement St-Marcq Philippe
lecocq-rene-1882-11-12	1882-11-12	Lecocq René
leeuw-louis-1886-03-11	1886-03-11	Leeuw Louis
gauquelin-a3-2502-1873-11-22	1873-11-22	Gauquelin-A3-2502
lekens-marie-1871-09-12	1871-09-12	Lekens Marie
gauquelin-a3-2504-1866-05-26	1866-05-26	Gauquelin-A3-2504
lenger-aubry-1862-02-14	1862-02-14	Lenger Aubry
lens-alfred-1869-06-21	1869-06-21	Lens Alfred
lequeux-armand-1866-01-07	1866-01-07	Lequeux Armand
leroi-gustave-1858-05-05	1858-05-05	Leroi Gustave
lespagnard-emile-1882-10-21	1882-10-21	Lespagnard Emile
leu-albert-1852-06-23	1852-06-23	Leu Albert
liard-edgar-1876-03-02	1876-03-02	Liard Edgar
libert-alfred-1884-03-21	1884-03-21	Libert Alfred
libois-jean-1869-04-06	1869-04-06	Libois Jean
liebaert-alfred-1864-10-28	1864-10-28	Liebaert Alfred
caderas-de-kerleau-jean-1906-09-04	1906-09-04	Caderas De Kerleau Jean
liebrechts-charles-1858-05-07	1858-05-07	Liebrechts Charles
liebrechts-louis-1862-06-06	1862-06-06	Liebrechts Louis
liegeois-victorien-1867-03-21	1867-03-21	Liegeois Victorien
gauquelin-a3-2519-1861-09-05	1861-09-05	Gauquelin-A3-2519
lietard-leopold-1882-10-28	1882-10-28	Lietard Leopold
ligot-joseph-1860-11-03	1860-11-03	Ligot Joseph
lint-jean-1862-05-11	1862-05-11	Lint Jean
lippens-joseph-1855-10-10	1855-10-10	Lippens Joseph
long-albert-1858-06-16	1858-06-16	Long Albert
lorand-georges-1860-05-14	1860-05-14	Lorand Georges
lothaire-hubert-1865-11-19	1865-11-19	Lothaire Hubert
luyckx-theodor-1867-07-17	1867-07-17	Luyckx Theodor
macar-adolphe-1847-12-03	1847-12-03	Macar Adolphe
maele-georges-1867-08-07	1867-08-07	Maele Georges
maes-arnold-1854-03-24	1854-03-24	Maes Arnold
magery-jules-1866-09-04	1866-09-04	Magery Jules
magery-lucien-1861-06-15	1861-06-15	Magery Lucien
magis-leopold-1879-09-23	1879-09-23	Magis Leopold
cagger-georges-1909-03-14	1909-03-14	Cagger Georges
mahieu-adolphe-1853-03-10	1853-03-10	Mahieu Adolphe
malfeyt-justin-1862-06-26	1862-06-26	Malfeyt Justin
malou-jules-1810-10-19	1810-10-19	Malou Jules
manduau-edouard-1855-12-18	1855-12-18	Manduau Edouard
marbaix-henri-1868-08-12	1868-08-12	Marbaix Henri
marcke-lummen-lionel-1868-03-29	1868-03-29	Marcke Lummen Lionel
marin-arthur-1882-10-29	1882-10-29	Marin Arthur
caide-laurent-1870-06-13	1870-06-13	Caide Laurent
massy-fernand-1890-04-23	1890-04-23	Massy Fernand
gauquelin-a3-2544-1865-09-08	1865-09-08	Gauquelin-A3-2544
mazy-jean-1875-05-04	1875-05-04	Mazy Jean
melis-leopoldus-1853-04-03	1853-04-03	Melis Leopoldus
gauquelin-a3-2547-1886-10-07	1886-10-07	Gauquelin-A3-2547
meuleman-joseph-1874-04-18	1874-04-18	Meuleman Joseph
michaux-oscar-1860-03-27	1860-03-27	Michaux Oscar
michel-arthur-1880-05-25	1880-05-25	Michel Arthur
gauquelin-a3-2551-1851-01-08	1851-01-08	Gauquelin-A3-2551
michiels-isidore-1869-11-28	1869-11-28	Michiels Isidore
middagh-felix-1866-08-01	1866-08-01	Middagh Félix
millard-albert-1860-06-30	1860-06-30	Millard Albert
milz-jules-1861-09-10	1861-09-10	Milz Jules
miot-fernand-1854-06-09	1854-06-09	Miot Fernand
misonne-robert-1883-08-21	1883-08-21	Misonne Robert
monville-alfred-1857-08-23	1857-08-23	Monville Alfred
moreau-edouard-1876-08-22	1876-08-22	Moreau Edouard
morisseau-jules-1859-03-27	1859-03-27	Morisseau Jules
gauquelin-a3-2561-1872-01-29	1872-01-29	Gauquelin-A3-2561
moulaert-maurice-1881-10-28	1881-10-28	Moulaert Maurice
nagels-gustave-1871-12-10	1871-12-10	Nagels Gustave
nahan-paul-1867-11-03	1867-11-03	Nahan Paul
calemard-joseph-1874-10-01	1874-10-01	Calemard Joseph
callens-paul-1923-03-23	1923-03-23	Callens Paul
neuss-hubert-1839-12-10	1839-12-10	Neuss Hubert
niclot-jean-1864-04-13	1864-04-13	Niclot Jean
nitsen-rene-1886-02-20	1886-02-20	Nitsen René
noblesse-alfred-1869-06-23	1869-06-23	Noblesse Alfred
nys-fernand-1865-08-26	1865-08-26	Nys Fernand
ogg-john-1879-09-05	1879-09-05	Ogg John
omval-rene-1889-03-03	1889-03-03	Omval René
parfonry-emile-1857-07-20	1857-07-20	Parfonry Emile
paternoster-fernand-1873-06-11	1873-06-11	Paternoster Fernand
gauquelin-a3-2576-1885-11-23	1885-11-23	Gauquelin-A3-2576
pelzer-mathieu-1856-10-19	1856-10-19	Pelzer Mathieu
perignon-pierre-1881-09-10	1881-09-10	Perignon Pierre
peters-cesar-1867-03-10	1867-03-10	Peters César
petillon-arthur-1855-09-01	1855-09-01	Petillon Arthur
peuter-louis-1870-09-04	1870-09-04	Peuter Louis
gauquelin-a3-2582-1836-12-15	1836-12-15	Gauquelin-A3-2582
pieren-henri-1887-01-06	1887-01-06	Pieren Henri
gauquelin-a3-2584-1890-05-24	1890-05-24	Gauquelin-A3-2584
pietkin-louis-1876-08-12	1876-08-12	Pietkin Louis
gauquelin-a3-2586-1866-10-17	1866-10-17	Gauquelin-A3-2586
piret-antoine-1869-08-04	1869-08-04	Piret Antoine
calvet-jean-1900-08-08	1900-08-08	Calvet Jean
piron-felix-1870-12-14	1870-12-14	Piron Félix
plancq-henri-1869-05-22	1869-05-22	Plancq Henri
plas-camille-1850-01-05	1850-01-05	Plas Camille
platbroot-philippe-1858-07-31	1858-07-31	Platbroot Philippe
piognard-francois-1886-06-29	1886-06-29	Piognard François
ponthier-pierre-1858-05-04	1858-05-04	Ponthier Pierre
preud-homme-leon-1871-07-28	1871-07-28	Preud-Homme Léon
pruyssenare-wostine-eugene-1826-10-07	1826-10-07	Pruyssenare Wostine Eugene
ramaeckers-guillaume-1848-12-11	1848-12-11	Ramaeckers Guillaume
raynaud-edmond-1870-03-20	1870-03-20	Raynaud Edmond
rechter-edouard-1859-04-21	1859-04-21	Rechter Edouard
renier-gustave-1867-11-30	1867-11-30	Renier Gustave
calvet-jean-paul-1908-12-29	1908-12-29	Calvet Jean Paul
reuliaux-felix-1886-05-12	1886-05-12	Reuliaux Félix
reytter-eugene-1860-02-19	1860-02-19	Reytter Eugène
richard-edouard-1862-07-03	1862-07-03	Richard Edouard
richir-oscar-1872-02-20	1872-02-20	Richir Oscar
riemaecker-achille-1850-09-23	1850-09-23	Riemaecker Achille
rodigas-edgar-1879-08-12	1879-08-12	Rodigas Edgar
roger-leon-1858-06-21	1858-06-21	Roger Léon
cambar-roger-1912-08-12	1912-08-12	Cambar Roger
gauquelin-a3-2610-1860-04-02	1860-04-02	Gauquelin-A3-2610
rombaut-charles-1880-07-05	1880-07-05	Rombaut Charles
rossignon-adrien-1870-04-18	1870-04-18	Rossignon Adrien
roubaix-adolphe-1826-05-08	1826-05-08	Roubaix Adolphe
rouling-jean-1869-06-20	1869-06-20	Rouling Jean
royaux-louis-1866-11-28	1866-11-28	Royaux Louis
camus-raymond-1911-04-10	1911-04-10	Camus Raymond
rutten-martin-1876-06-12	1876-06-12	Rutten Martin
sacre-henri-1887-06-14	1887-06-14	Sacre Henri
sagers-jean-1870-02-24	1870-02-24	Sagers Jean
sainctelette-charles-1825-01-07	1825-01-07	Sainctelette Charles
sandrart-victor-1869-02-01	1869-02-01	Sandrart Victor
sarolea-henri-1872-09-26	1872-09-26	Sarolea Henri
gauquelin-a3-2623-1874-03-19	1874-03-19	Gauquelin-A3-2623
sauber-jacques-1869-07-27	1869-07-27	Sauber Jacques
scharff-jean-1882-10-30	1882-10-30	Scharff Jean
gauquelin-a3-2626-1864-08-18	1864-08-18	Gauquelin-A3-2626
scheers-maurice-1895-12-05	1895-12-05	Scheers Maurice
schmit-adolphe-1882-04-24	1882-04-24	Schmit Adolphe
schoonbroodt-jean-1902-05-29	1902-05-29	Schoonbroodt Jean
sillye-albert-1867-04-16	1867-04-16	Sillye Albert
gauquelin-a3-2632-1858-03-13	1858-03-13	Gauquelin-A3-2632
gauquelin-a3-2633-1873-05-26	1873-05-26	Gauquelin-A3-2633
slosse-eugene-1866-12-29	1866-12-29	Slosse Eugène
smedt-jean-1853-12-19	1853-12-19	Smedt Jean
canel-robert-1907-12-13	1907-12-13	Canel Robert
smets-victor-1873-01-10	1873-01-10	Smets Victor
snickt-georges-1869-07-15	1869-07-15	Snickt Georges
gauquelin-a3-2639-1871-07-10	1871-07-10	Gauquelin-A3-2639
sterckx-armand-1866-09-26	1866-09-26	Sterckx Armand
sterpin-abel-1865-04-06	1865-04-06	Sterpin Abel
stevens-gustav-1866-08-13	1866-08-13	Stevens Gustav
sticzinski-michel-1886-01-05	1886-01-05	Sticzinski Michel
stienon-leon-1879-07-16	1879-07-16	Stienon Léon
stiers-leopold-1886-04-27	1886-04-27	Stiers Leopold
storms-emile-1846-06-02	1846-06-02	Storms Emile
stroobant-raphael-1868-04-04	1868-04-04	Stroobant Raphaël
tagon-julien-1871-12-04	1871-12-04	Tagon Julien
terlinden-robert-1886-11-25	1886-11-25	Terlinden Robert
cantarel-emile-1909-08-10	1909-08-10	Cantarel Emile
thieffry-edmond-1892-09-28	1892-09-28	Thieffry Edmond
thys-albert-1849-11-28	1849-11-28	Thys Albert
cantoni-georges-1913-07-09	1913-07-09	Cantoni Georges
gauquelin-a3-2654-1866-10-17	1866-10-17	Gauquelin-A3-2654
gauquelin-a3-2655-1872-04-28	1872-04-28	Gauquelin-A3-2655
gauquelin-a3-2656-1883-10-04	1883-10-04	Gauquelin-A3-2656
tobback-nicolas-1859-08-21	1859-08-21	Tobback Nicolas
gauquelin-a3-2658-1895-12-18	1895-12-18	Gauquelin-A3-2658
tonglet-ernest-1865-01-21	1865-01-21	Tonglet Ernest
gauquelin-a3-2660-1863-03-28	1863-03-28	Gauquelin-A3-2660
gauquelin-a3-2661-1857-02-21	1857-02-21	Gauquelin-A3-2661
tummers-joseph-1866-08-18	1866-08-18	Tummers Joseph
gauquelin-a3-2663-1866-05-26	1866-05-26	Gauquelin-A3-2663
ursel-hippolyte-1850-11-17	1850-11-17	Ursel Hippolyte
gauquelin-a3-2665-1856-12-22	1856-12-22	Gauquelin-A3-2665
capette-louis-1879-01-17	1879-01-17	Capette Louis
vandervelde-emile-1866-01-25	1866-01-25	Vandervelde Emile
vandevelde-ch-1863-12-13	1863-12-13	Vandevelde Ch
vandevelde-joseph-1855-01-05	1855-01-05	Vandevelde Joseph
vangele-alphonse-1848-04-25	1848-04-25	Vangele Alphonse
gauquelin-a3-2671-1871-01-08	1871-01-08	Gauquelin-A3-2671
gauquelin-a3-2672-1850-12-01	1850-12-01	Gauquelin-A3-2672
venas-pierre-1888-06-16	1888-06-16	Venas Pierre
verdick-edgar-1868-09-14	1868-09-14	Verdick Edgar
gauquelin-a3-2675-1868-07-20	1868-07-20	Gauquelin-A3-2675
vereycken-jules-1866-03-13	1866-03-13	Vereycken Jules
vergeynst-rene-1878-08-20	1878-08-20	Vergeynst René
verhellen-nicolas-1870-08-04	1870-08-04	Verhellen Nicolas
vermeulen-jules-1874-05-03	1874-05-03	Vermeulen Jules
verschueren-joseph-1889-10-18	1889-10-18	Verschueren Joseph
versluys-albert-1873-03-09	1873-03-09	Versluys Albert
gauquelin-a3-2682-1863-05-03	1863-05-03	Gauquelin-A3-2682
vidick-jean-1890-09-27	1890-09-27	Vidick Jean
vincart-leon-1873-01-08	1873-01-08	Vincart Léon
gauquelin-a3-2685-1866-08-17	1866-08-17	Gauquelin-A3-2685
voisin-charles-1887-10-29	1887-10-29	Voisin Charles
vrithoff-alexis-1867-08-11	1867-08-11	Vrithoff Alexis
wacquez-florian-1870-08-01	1870-08-01	Wacquez Florian
waeterrinckx-henri-1845-06-16	1845-06-16	Waeterrinckx Henri
wahis-theophile-1844-04-27	1844-04-27	Wahis Theophile
walhousen-francois-1866-06-14	1866-06-14	Walhousen François
wangermee-emile-1855-03-14	1855-03-14	Wangermee Emile
gauquelin-a3-2693-1857-11-18	1857-11-18	Gauquelin-A3-2693
gauquelin-a3-2694-1874-05-25	1874-05-25	Gauquelin-A3-2694
wauters-edmond-1862-09-05	1862-09-05	Wauters Edmond
wauthier-omer-1875-07-03	1875-07-03	Wauthier Omer
wautier-jean-1844-09-03	1844-09-03	Wautier Jean
wert-jules-1869-09-22	1869-09-22	Wert Jules
gauquelin-a3-2699-1869-03-01	1869-03-01	Gauquelin-A3-2699
weyns-auguste-1854-06-26	1854-06-26	Weyns Auguste
wiener-samson-1851-08-18	1851-08-18	Wiener Samson
wille-rodolphe-1882-04-08	1882-04-08	Wille Rodolphe
wilverth-etienne-1866-01-24	1866-01-24	Wilverth Etienne
windt-jean-1876-06-07	1876-06-07	Windt Jean
witterwulghe-georges-1871-12-24	1871-12-24	Witterwulghe Georges
capodanno-ferdinand-1909-09-30	1909-09-30	Capodanno Ferdinand
zboinski-claude-1839-01-18	1839-01-18	Zboinski Claude
zimmer-emile-1889-02-17	1889-02-17	Zimmer Emile
gauquelin-a3-2709-1881-07-24	1881-07-24	Gauquelin-A3-2709
antoine-maurice-1890-10-29	1890-10-29	Antoine Maurice
artan-st-martin-l-1893-05-12	1893-05-12	Artan St Martin L
aveau-frans-1882-11-22	1882-11-22	Aveau Frans
baele-etienne-1891-04-29	1891-04-29	Baele Etienne
baix-guillaume-1852-07-16	1852-07-16	Baix Guillaume
bernard-leopold-1862-12-21	1862-12-21	Bernard Leopold
bernheim-louis-1861-09-01	1861-09-01	Bernheim Louis
bersaques-jean-1895-08-31	1895-08-31	Bersaques Jean
bertrand-edmond-1836-01-24	1836-01-24	Bertrand Edmond
bertrand-victor-1857-08-21	1857-08-21	Bertrand Victor
bisschops-georges-1853-04-22	1853-04-22	Bisschops Georges
block-frederic-1888-01-16	1888-01-16	Block Frédéric
boel-gaston-1895-01-17	1895-01-17	Boel Gaston
gauquelin-a3-2723-1878-11-29	1878-11-29	Gauquelin-A3-2723
bottelgerghs-robert-1891-04-03	1891-04-03	Bottelgerghs Robert
boulvin-auguste-1888-09-14	1888-09-14	Boulvin Auguste
boumal-louis-1890-05-11	1890-05-11	Boumal Louis
bourg-damien-1870-03-12	1870-03-12	Bourg Damien
brabant-albert-1887-04-29	1887-04-29	Brabant Albert
bray-firmin-1847-08-28	1847-08-28	Bray Firmin
bremer-rene-1871-06-16	1871-06-16	Bremer René
brisbois-leon-1893-02-22	1893-02-22	Brisbois Léon
buffin-leopold-1839-01-23	1839-01-23	Buffin Leopold
burch-rodolphe-1844-09-21	1844-09-21	Burch Rodolphe
bureau-leon-1869-08-08	1869-08-08	Bureau Léon
burguet-laurentius-1866-04-06	1866-04-06	Burguet Laurentius
bussy-leopold-1890-02-26	1890-02-26	Bussy Leopold
callant-jules-1882-06-16	1882-06-16	Callant Jules
callemeyn-victor-1895-02-20	1895-02-20	Callemeyn Victor
gauquelin-a3-2739-1798-11-14	1798-11-14	Gauquelin-A3-2739
cassiers-jean-1879-02-22	1879-02-22	Cassiers Jean
caubergh-alfred-1891-01-09	1891-01-09	Caubergh Alfred
gauquelin-a3-2742-1858-05-27	1858-05-27	Gauquelin-A3-2742
chapelie-paul-1840-06-25	1840-06-25	Chapelie Paul
ciselet-marcel-1890-05-15	1890-05-15	Ciselet Marcel
clarinval-arsene-1864-12-07	1864-12-07	Clarinval Arsène
clooten-henri-1849-06-15	1849-06-15	Clooten Henri
coenen-michel-1897-08-11	1897-08-11	Coenen Michel
coet-cajetan-1897-11-30	1897-11-30	Coet Cajetan
collyns-charles-1864-01-27	1864-01-27	Collyns Charles
collyns-louis-1860-07-25	1860-07-25	Collyns Louis
gauquelin-a3-2751-1877-11-30	1877-11-30	Gauquelin-A3-2751
coomans-charles-1894-04-13	1894-04-13	Coomans Charles
coppens-houthulst-willy-1892-07-06	1892-07-06	Coppens Houthulst Willy
cornesse-william-1890-03-13	1890-03-13	Cornesse William
capsec-laporterie-jean-1906-05-07	1906-05-07	Capsec-Laporterie Jean
cremers-leon-1897-05-07	1897-05-07	Cremers Léon
crouquet-1874-10-02	1874-10-02	Crouquet
cubber-leon-1893-02-23	1893-02-23	Cubber Léon
cumont-adolphe-1873-08-15	1873-08-15	Cumont Adolphe
cuvelier-eugene-1858-02-11	1858-02-11	Cuvelier Eugène
daelman-felix-1836-03-11	1836-03-11	Daelman Félix
gauquelin-a3-2762-1873-05-26	1873-05-26	Gauquelin-A3-2762
damry-charles-1889-12-11	1889-12-11	Damry Charles
gauquelin-a3-2764-1892-12-15	1892-12-15	Gauquelin-A3-2764
dansart-georges-1876-01-21	1876-01-21	Dansart Georges
dardenne-camille-1896-11-12	1896-11-12	Dardenne Camille
daufresne-chevalerie-guy-1904-08-08	1904-08-08	Daufresne Chevalerie Guy
debroey-emile-1885-08-01	1885-08-01	Debroey Emile
dechamps-francois-1885-04-17	1885-04-17	Dechamps François
deguise-victor-1855-12-22	1855-12-22	Deguise Victor
dejaiffe-auguste-1864-02-20	1864-02-20	Dejaiffe Auguste
dejardin-charles-1828-12-12	1828-12-12	Dejardin Charles
delbauve-v-1864-12-08	1864-12-08	Delbauve V
delsinne-edmond-1893-12-24	1893-12-24	Delsinne Edmond
demanet-arsene-1884-01-08	1884-01-08	Demanet Arsène
demuyter-ernest-1893-03-23	1893-03-23	Demuyter Ernest
carayon-andre-1915-11-20	1915-11-20	Carayon André
deppe-auguste-1853-03-18	1853-03-18	Deppe Auguste
desclee-1886-06-11	1886-06-11	Desclee
dessent-fenand-1877-11-25	1877-11-25	Dessent Fenand
detail-alfred-1862-05-07	1862-05-07	Detail Alfred
doncker-jacques-1893-08-21	1893-08-21	Doncker Jacques
dossin-st-georges-emile-1854-07-18	1854-07-18	Dossin St Georges Emile
drubbel-honore-1855-12-02	1855-12-02	Drubbel Honoré
ducarne-victor-1845-04-25	1845-04-25	Ducarne Victor
dumon-louis-1875-10-10	1875-10-10	Dumon Louis
dumont-charles-1890-05-18	1890-05-18	Dumont Charles
gauquelin-a3-2788-1895-05-22	1895-05-22	Gauquelin-A3-2788
dupont-maurice-1896-06-28	1896-06-28	Dupont Maurice
dusch-jean-1898-05-04	1898-05-04	Dusch Jean
duthoy-frans-1882-05-09	1882-05-09	Duthoy Frans
gauquelin-a3-2792-1881-05-26	1881-05-26	Gauquelin-A3-2792
gauquelin-a3-2793-1895-12-18	1895-12-18	Gauquelin-A3-2793
eckstein-serge-1888-11-10	1888-11-10	Eckstein Serge
eewens-alexis-1805-06-29	1805-06-29	Eewens Alexis
elegem-charles-1885-11-01	1885-11-01	Elegem Charles
emelen-jean-1875-12-02	1875-12-02	Emelen Jean
evrard-fernand-1891-05-02	1891-05-02	Evrard Fernand
gauquelin-a3-2799-1865-05-10	1865-05-10	Gauquelin-A3-2799
evrard-marcel-1897-02-12	1897-02-12	Evrard Marcel
faille-leverghem-andre-1887-08-05	1887-08-05	Faille Leverghem Andre
fierlant-dormer-adrien-1882-01-31	1882-01-31	Fierlant-Dormer Adrien
flebus-pierre-1865-06-06	1865-06-06	Flebus Pierre
foucart-gabriel-1885-06-03	1885-06-03	Foucart Gabriel
fouillien-marc-1894-07-27	1894-07-27	Fouillien Marc
galler-dreze-robert-1887-12-16	1887-12-16	Galler-Dreze Robert
gallet-emile-1870-12-13	1870-12-13	Gallet Emile
garnier-alfred-1887-05-15	1887-05-15	Garnier Alfred
geel-henri-1888-07-22	1888-07-22	Geel Henri
george-henri-1848-01-20	1848-01-20	George Henri
gauquelin-a3-2811-1889-03-16	1889-03-16	Gauquelin-A3-2811
gerlache-gomery-adrien-1866-08-02	1866-08-02	Gerlache Gomery Adrien
gilles-joseph-1878-06-10	1878-06-10	Gilles Joseph
gisseleire-albert-1895-12-31	1895-12-31	Gisseleire Albert
gauquelin-a3-2815-1888-09-16	1888-09-16	Gauquelin-A3-2815
gauquelin-a3-2816-1891-08-14	1891-08-14	Gauquelin-A3-2816
goethals-jacques-1889-11-18	1889-11-18	Goethals Jacques
goussencourt-paul-1892-01-14	1892-01-14	Goussencourt Paul
gauquelin-a3-2819-1822-09-01	1822-09-01	Gauquelin-A3-2819
gauquelin-a3-2820-1900-08-31	1900-08-31	Gauquelin-A3-2820
gruber-servais-1894-04-05	1894-04-05	Gruber Servais
hanciau-paul-1885-01-26	1885-01-26	Hanciau Paul
hanoteau-1853-10-08	1853-10-08	Hanoteau
cardot-jean-1920-05-09	1920-05-09	Cardot Jean
gauquelin-a3-2825-1868-12-09	1868-12-09	Gauquelin-A3-2825
hennequin-emile-1838-08-12	1838-08-12	Hennequin Emile
hennequin-1884-11-02	1884-11-02	Hennequin
henning-raoul-de-1879-03-13	1879-03-13	Henning Raoul de
herman-edouard-1896-08-25	1896-08-25	Herman Edouard
hoornaert-hector-1866-01-10	1866-01-10	Hoornaert Hector
hulet-armand-1897-11-22	1897-11-22	Hulet Armand
jacmart-camille-1821-01-15	1821-01-15	Jacmart Camille
jacoby-adolphe-1888-08-17	1888-08-17	Jacoby Adolphe
gauquelin-a3-2834-1891-06-03	1891-06-03	Gauquelin-A3-2834
gauquelin-a3-2835-1825-08-03	1825-08-03	Gauquelin-A3-2835
jonghe-ardoye-andre-1861-08-26	1861-08-26	Jonghe Ardoye Andre
jooris-robert-1892-11-14	1892-11-14	Jooris Robert
joostens-emmanuel-1864-01-09	1864-01-09	Joostens Emmanuel
jungbluth-harry-1847-04-27	1847-04-27	Jungbluth Harry
kasel-gabriel-1897-03-07	1897-03-07	Kasel Gabriel
kervyn-lettenhove-charles-1892-10-29	1892-10-29	Kervyn Lettenhove Charles
carette-alain-1929-09-03	1929-09-03	Carette Alain
labio-adrianus-1887-11-12	1887-11-12	Labio Adrianus
lagrange-robert-1891-03-18	1891-03-18	Lagrange Robert
lahire-pierre-1864-01-16	1864-01-16	Lahire Pierre
lallemand-nestor-1889-03-15	1889-03-15	Lallemand Nestor
lauwens-francois-1868-03-09	1868-03-09	Lauwens François
lebon-pierre-1888-06-09	1888-06-09	Lebon Pierre
lekeux-henri-1874-06-21	1874-06-21	Lekeux Henri
le-maire-octave-1830-09-23	1830-09-23	Le Maire Octave
gauquelin-a3-2851-1851-01-08	1851-01-08	Gauquelin-A3-2851
lemercier-1863-01-24	1863-01-24	Lemercier
carette-albert-1917-05-14	1917-05-14	Carette Albert
gauquelin-a3-2854-1867-03-12	1867-03-12	Gauquelin-A3-2854
lorette-arthur-1889-04-05	1889-04-05	Lorette Arthur
gauquelin-a3-2856-1872-01-09	1872-01-09	Gauquelin-A3-2856
lotz-gustave-1863-05-21	1863-05-21	Lotz Gustave
lupsin-arthur-1890-09-14	1890-09-14	Lupsin Arthur
gauquelin-a3-2859-1896-08-13	1896-08-13	Gauquelin-A3-2859
gauquelin-a3-2860-1859-05-28	1859-05-28	Gauquelin-A3-2860
maes-jean-1829-03-02	1829-03-02	Maes Jean
gauquelin-a3-2862-1891-10-08	1891-10-08	Gauquelin-A3-2862
mahieu-ludovicus-1865-02-05	1865-02-05	Mahieu Ludovicus
mahieux-louis-1862-10-09	1862-10-09	Mahieux Louis
malherbe-didier-1896-07-28	1896-07-28	Malherbe Didier
gauquelin-a3-2866-1879-04-22	1879-04-22	Gauquelin-A3-2866
gauquelin-a3-2867-1863-02-23	1863-02-23	Gauquelin-A3-2867
martin-max-1895-06-01	1895-06-01	Martin Max
marzorati-alfred-1881-09-28	1881-09-28	Marzorati Alfred
masui-remy-1882-02-18	1882-02-18	Masui Rémy
matheys-paul-1890-04-03	1890-04-03	Matheys Paul
gauquelin-a3-2872-1895-05-22	1895-05-22	Gauquelin-A3-2872
meeus-jacques-1893-06-15	1893-06-15	Meeüs Jacques
meiser-jean-1857-09-21	1857-09-21	Meiser Jean
meldert-jean-1847-10-27	1847-10-27	Meldert Jean
melotte-lavaux-paul-1896-04-21	1896-04-21	Melotte Lavaux Paul
mercenier-albert-1884-02-21	1884-02-21	Mercenier Albert
merchie-1866-08-14	1866-08-14	Merchie
michaux-henri-1891-08-24	1891-08-24	Michaux Henri
michel-augustin-1855-05-14	1855-05-14	Michel Augustin
michem-victor-1883-02-26	1883-02-26	Michem Victor
moeller-laddersous-alfred-1889-12-09	1889-12-09	Moeller Laddersous Alfred
montigny-charles-1892-06-14	1892-06-14	Montigny Charles
moroy-georges-1893-04-26	1893-04-26	Moroy Georges
mot-pierre-de-1876-08-26	1876-08-26	Mot Pierre de
motz-nicolas-1895-02-26	1895-02-26	Motz Nicolas
moulins-jules-1867-06-27	1867-06-27	Moulins Jules
muldermans-charles-1832-11-10	1832-11-10	Muldermans Charles
neyt-leon-1893-07-26	1893-07-26	Neyt Léon
nicaise-alex-1827-05-09	1827-05-09	Nicaise Alex
nicod-emile-1877-01-26	1877-01-26	Nicod Emile
ninitte-theophile-1840-05-18	1840-05-18	Ninitte Theophile
oldenneel-william-1846-02-12	1846-02-12	Oldenneel William
oultremont-theodore-1839-11-08	1839-11-08	Oultremont Theodore
ouwerx-leon-1870-05-30	1870-05-30	Ouwerx Léon
overstraeten-raoul-1885-01-25	1885-01-25	Overstraeten Raoul
panne-charles-1822-10-25	1822-10-25	Panne Charles
parmentier-georges-1896-01-19	1896-01-19	Parmentier Georges
petillon-leo-1903-05-22	1903-05-22	Petillon Leo
petry-auguste-1874-08-06	1874-08-06	Petry Auguste
philippson-jacques-1888-09-09	1888-09-09	Philippson Jacques
gauquelin-a3-2902-1892-12-15	1892-12-15	Gauquelin-A3-2902
gauquelin-a3-2903-1886-08-02	1886-08-02	Gauquelin-A3-2903
raty-georges-1890-12-21	1890-12-21	Raty Georges
ratz-adolphe-1892-05-21	1892-05-21	Ratz Adolphe
gauquelin-a3-2906-1869-08-18	1869-08-18	Gauquelin-A3-2906
remy-edmond-1898-08-21	1898-08-21	Remy Edmond
gauquelin-a3-2908-1892-02-29	1892-02-29	Gauquelin-A3-2908
carlier-georges-1909-02-28	1909-02-28	Carlier Georges
gauquelin-a3-2910-1887-10-02	1887-10-02	Gauquelin-A3-2910
robberechts-antoine-1890-12-27	1890-12-27	Robberechts Antoine
roest-alkemade-jean-1894-03-07	1894-03-07	Roest Alkemade Jean
rolan-max-1895-01-26	1895-01-26	Rolan Max
roobaert-egide-1894-08-08	1894-08-08	Roobaert Egide
gauquelin-a3-2915-1836-12-15	1836-12-15	Gauquelin-A3-2915
ruquoy-luois-1861-11-03	1861-11-03	Ruquoy Luois
ruttiens-pierre-1897-04-19	1897-04-19	Ruttiens Pierre
gauquelin-a3-2918-1895-12-23	1895-12-23	Gauquelin-A3-2918
sabbe-edgard-1892-12-13	1892-12-13	Sabbe Edgard
gauquelin-a3-2920-1852-01-12	1852-01-12	Gauquelin-A3-2920
six-henri-1877-05-04	1877-05-04	Six Henri
smal-eugene-1835-06-24	1835-06-24	Smal Eugène
smissen-alfred-1823-02-01	1823-02-01	Smissen Alfred
gauquelin-a3-2924-1891-09-24	1891-09-24	Gauquelin-A3-2924
somers-adolphe-1895-02-04	1895-02-04	Somers Adolphe
soomer-leon-1909-01-30	1909-01-30	Soomer Léon
stappen-victor-1898-05-06	1898-05-06	Stappen Victor
stassin-francois-1859-06-15	1859-06-15	Stassin François
steenberghe-adrien-1897-03-09	1897-03-09	Steenberghe Adrien
strauch-maximilien-1829-10-04	1829-10-04	Strauch Maximilien
stroobants-jules-1872-10-08	1872-10-08	Stroobants Jules
strydonck-burkel-victor-1876-07-16	1876-07-16	Strydonck Burkel Victor
swagers-franciscus-1871-04-14	1871-04-14	Swagers Franciscus
taccoen-gabriel-1886-07-16	1886-07-16	Taccoen Gabriel
tapproge-1890-03-02	1890-03-02	Tapproge
tasnier-maurice-1876-01-01	1876-01-01	Tasnier Maurice
tassier-emile-1864-10-26	1864-10-26	Tassier Emile
terlinden-jacques-1885-09-06	1885-09-06	Terlinden Jacques
gauquelin-a3-2939-1872-01-09	1872-01-09	Gauquelin-A3-2939
thomas-desire-1870-03-05	1870-03-05	Thomas Désiré
tilly-joseph-1837-08-16	1837-08-16	Tilly Joseph
tresignies-leon-1886-03-26	1886-03-26	Tresignies Léon
t-serclaes-wommerson-jacques-1852-01-09	1852-01-09	T'Serclaes Wommerson Jacques
turine-victor-1855-01-07	1855-01-07	Turine Victor
gauquelin-a3-2945-1867-03-12	1867-03-12	Gauquelin-A3-2945
verbessem-carlo-1891-10-05	1891-10-05	Verbessem Carlo
verbist-constant-1860-01-11	1860-01-11	Verbist Constant
verhoustraeten-armand-1890-12-19	1890-12-19	Verhoustraeten Armand
vertongen-rene-1877-10-15	1877-10-15	Vertongen René
vlieckx-rene-1896-07-29	1896-07-29	Vlieckx René
vyve-charles-1867-02-13	1867-02-13	Vyve Charles
wahis-theophile-a-1877-03-27	1877-03-27	Wahis Theophile A.
gauquelin-a3-2953-1825-05-20	1825-05-20	Gauquelin-A3-2953
wielemans-felix-1863-01-10	1863-01-10	Wielemans Félix
witte-haelen-leon-1857-01-12	1857-01-12	Witte Haelen Leon
woot-trixhe-fernand-1886-10-19	1886-10-19	Woot Trixhe Fernand
wustefeld-ernst-1895-03-10	1895-03-10	Wustefeld Ernst
asbeck-carel-1891-02-05	1891-02-05	Asbeck Carel
baay-willem-1894-08-21	1894-08-21	Baay Willem
baretta-antonius-1897-05-21	1897-05-21	Baretta Antonius
bas-francois-1840-09-10	1840-09-10	Bas François
bauduin-fritz-1864-04-15	1864-04-15	Bauduin Fritz
best-petrus-1881-01-19	1881-01-19	Best Petrus
borel-jean-1868-07-02	1868-07-02	Borel Jean
caroli-jacques-1902-05-21	1902-05-21	Caroli Jacques
bosboom-nicolas-1855-09-30	1855-09-30	Bosboom Nicolas
bosch-johan-1867-01-18	1867-01-18	Bosch Johan
bosch-johannes-1853-02-02	1853-02-02	Bosch Johannes
brialmont-hendrik-1821-05-25	1821-05-25	Brialmont Hendrik
gauquelin-a3-2970-1877-11-30	1877-11-30	Gauquelin-A3-2970
brons-joh-1884-08-06	1884-08-06	Brons Joh
brutel-riviere-carel-1878-10-25	1878-10-25	Brutel Riviere Carel
carp-eugene-1868-09-13	1868-09-13	Carp Eugène
caron-yves-1900-09-07	1900-09-07	Caron Yves
casembroot-frans-1817-07-26	1817-07-26	Casembroot Frans
gauquelin-a3-2976-1888-09-16	1888-09-16	Gauquelin-A3-2976
dominicus-christian-1860-09-10	1860-09-10	Dominicus Christian
doorman-pieter-1896-12-16	1896-12-16	Doorman Pieter
doorman-robert-1860-03-05	1860-03-05	Doorman Robert
dulm-maarten-1879-08-04	1879-08-04	Dulm Maarten
duymaer-twist-lodewijk-1865-11-09	1865-11-09	Duymaer Twist Lodewijk
eland-kornelius-1838-09-15	1838-09-15	Eland Kornelius
ermel-scherer-herman-1875-09-29	1875-09-29	Ermel-Scherer Herman
fabius-hendrik-1878-12-31	1878-12-31	Fabius Hendrik
ferwerda-hendrikus-1885-10-01	1885-10-01	Ferwerda Hendrikus
gauquelin-a3-2986-1871-08-30	1871-08-30	Gauquelin-A3-2986
furstner-johannes-1887-01-16	1887-01-16	Furstner Johannes
geerling-frederik-1815-05-04	1815-05-04	Geerling Frederik
gesseler-verschuir-pieter-1883-05-20	1883-05-20	Gesseler-Verschuir Pieter
haga-banke-1890-11-09	1890-11-09	Haga Banke
hasselman-benjamin-1898-03-14	1898-03-14	Hasselman Benjamin
gauquelin-a3-2992-1871-07-22	1871-07-22	Gauquelin-A3-2992
heerdt-tot-eversberg-johannes-1829-02-22	1829-02-22	Heerdt Tot Eversberg Johannes
heeris-floris-1881-12-26	1881-12-26	Heeris Floris
holthe-edgar-1896-01-29	1896-01-29	Holthe Edgar
insinger-ernst-1870-05-01	1870-05-01	Insinger Ernst
iongh-henrik-1877-08-04	1877-08-04	Iongh Henrik
jager-jacobus-1876-10-06	1876-10-06	Jager Jacobus
carpentier-marcel-1895-03-02	1895-03-02	Carpentier Marcel
kempen-carel-1872-03-18	1872-03-18	Kempen Carel
kist-frederik-1899-12-07	1899-12-07	Kist Frederik
kloster-joh-1882-02-06	1882-02-06	Kloster Joh
kromhout-joachim-1835-06-12	1835-06-12	Kromhout Joachim
kruls-hendrik-1902-08-01	1902-08-01	Kruls Hendrik
lagerwerff-cornelius-1875-07-28	1875-07-28	Lagerwerff Cornelius
gauquelin-a3-3006-1872-04-14	1872-04-14	Gauquelin-A3-3006
moorman-henricus-1899-07-30	1899-07-30	Moorman Henricus
muller-massis-theodore-1866-07-27	1866-07-27	Muller Massis Theodore
munnekrede-petrus-1873-03-19	1873-03-19	Munnekrede Petrus
naudin-cate-willem-1860-07-15	1860-07-15	Naudin Cate Willem
nauta-pieter-1878-05-03	1878-05-03	Nauta Pieter
oordt-herman-1857-11-06	1857-11-06	Oordt Herman
opsomer-adrianus-1897-01-07	1897-01-07	Opsomer Adrianus
pfeiffer-karel-1872-03-01	1872-03-01	Pfeiffer Karel
philips-august-1883-12-01	1883-12-01	Philips August
pinke-albertus-1894-10-14	1894-10-14	Pinke Albertus
pompe-abraham-1831-03-16	1831-03-16	Pompe Abraham
quanjer-frederik-1875-05-21	1875-05-21	Quanjer Frederik
quant-laurentius-1872-12-14	1872-12-14	Quant Laurentius
quay-rudolph-1868-12-06	1868-12-06	Quay Rudolph
reijnders-izaak-1879-03-27	1879-03-27	Reijnders Izaak
roell-johann-1866-12-24	1866-12-24	Röell Johann
schepers-jan-1897-11-25	1897-11-25	Schepers Jan
schimmelpenninck-oije-j-1836-08-12	1836-08-12	Schimmelpenninck Oije J
gauquelin-a3-3025-1876-08-19	1876-08-19	Gauquelin-A3-3025
schreuders-bart-1870-05-17	1870-05-17	Schreuders Bart
gauquelin-a3-3027-1871-12-08	1871-12-08	Gauquelin-A3-3027
seyffardt-hendrik-1872-11-01	1872-11-01	Seyffardt Hendrik
sickinghe-agathon-1868-10-28	1868-10-28	Sickinghe Agathon
sillevis-willem-1880-05-13	1880-05-13	Sillevis Willem
slobbe-bartholomeus-1882-10-31	1882-10-31	Slobbe Bartholomeus
gauquelin-a3-3032-1872-04-29	1872-04-29	Gauquelin-A3-3032
snijders-cornelis-1852-09-29	1852-09-29	Snijders Cornelis
struycken-ant-1906-12-27	1906-12-27	Struycken Ant
suchtelen-bertho-1885-09-07	1885-09-07	Suchtelen Bertho
surie-henry-1867-04-02	1867-04-02	Surie Henry
tjarda-starkenborgh-alidius-1888-03-07	1888-03-07	Tjarda Starkenborgh Alidius
tricht-aleid-1886-01-04	1886-01-04	Tricht Aleid
tuinen-christoffel-1865-03-18	1865-03-18	Tuinen Christoffel
vijver-johannes-1880-07-07	1880-07-07	Vijver Johannes
gauquelin-a3-3041-1886-08-02	1886-08-02	Gauquelin-A3-3041
voorst-tot-voorst-jan-1880-12-29	1880-12-29	Voorst Tot Voorst Jan
vos-aart-1882-03-09	1882-03-09	Vos Aart
wagner-herman-1822-11-11	1822-11-11	Wagner Herman
willigen-pieter-1859-01-31	1859-01-31	Willigen Pieter
wittert-everard-1868-04-24	1868-04-24	Wittert Everard
wouters-grelldam-1883-02-21	1883-02-21	Wouters Grelldam
abonnel-michel-1881-01-15	1881-01-15	Abonnel Michel
achille-fould-georges-1865-08-24	1865-08-24	Achille-Fould Georges
aiguier-louis-1819-02-23	1819-02-23	Aiguier Louis
agache-alfred-1843-08-29	1843-08-29	Agache Alfred
alaux-gustave-1887-08-21	1887-08-21	Alaux Gustave
alleaume-ludovic-1859-03-24	1859-03-24	Alleaume Ludovic
alizard-joseph-1867-08-12	1867-08-12	Alizard Joseph
gauquelin-a4-16-1833-03-19	1833-03-19	Gauquelin-A4-16
amiel-louis-1802-03-12	1802-03-12	Amiel Louis
angrand-charles-1854-04-19	1854-04-19	Angrand Charles
antigna-alexandre-1817-03-07	1817-03-07	Antigna Alexandre
appert-eugene-1814-12-29	1814-12-29	Appert Eugène
aubert-joseph-1849-08-19	1849-08-19	Aubert Joseph
arus-jean-1846-11-06	1846-11-06	Arus Jean
astruc-zacharie-1833-02-20	1833-02-20	Astruc Zacharie
bach-marcel-1879-05-20	1879-05-20	Bach Marcel
auffray-alexandre-1869-05-14	1869-05-14	Auffray Alexandre
bachelet-emile-1892-01-02	1892-01-02	Bachelet Emile
badin-pierre-1805-07-28	1805-07-28	Badin Pierre
baille-herve-1896-01-21	1896-01-21	Baille Herve
baillergeau-yves-1881-10-03	1881-10-03	Baillergeau Yves
ball-demont-adrienne-1888-03-16	1888-03-16	Ball-Demont Adrienne
balthasar-casimir-1811-11-04	1811-11-04	Balthasar Casimir
ballue-pierre-ernest-1855-02-27	1855-02-27	Ballue Pierre Ernest
baron-henri-1816-06-23	1816-06-23	Baron Henri
barbotin-william-1861-08-25	1861-08-25	Barbotin William
bascoules-jean-1886-08-19	1886-08-19	Bascoules Jean
bastide-alice-1868-05-18	1868-05-18	Bastide Alice
carraz-maurice-1921-02-23	1921-02-23	Carraz Maurice
battaille-eugene-1817-04-18	1817-04-18	Battaille Eugène
baude-francois-1880-01-10	1880-01-10	Baude François
bazille-jean-1841-12-06	1841-12-06	Bazille Jean
baudoin-paul-1844-10-24	1844-10-24	Baudoin Paul
beaume-emile-1888-04-28	1888-04-28	Beaume Emile
beaumont-jean-1895-10-01	1895-10-01	Beaumont Jean
bechillon-marc-1916-12-17	1916-12-17	Bechillon Marc
belle-narcisse-1900-09-09	1900-09-09	Belle Narcisse
belly-leon-1827-03-23	1827-03-23	Belly Léon
benner-emmanuel-1836-03-28	1836-03-28	Benner Emmanuel
benouville-francois-1821-03-30	1821-03-30	Benouville François
benvignat-charles-cesar-1805-12-23	1805-12-23	Benvignat Charles César
beranger-jean-1814-08-21	1814-08-21	Beranger Jean
berjonneau-jules-1890-12-26	1890-12-26	Berjonneau Jules
bernard-jean-1908-12-17	1908-12-17	Bernard Jean
berne-bellecour-jean-jacques-1874-08-14	1874-08-14	Berne-bellecour Jean Jacques
berthault-lucien-1854-06-29	1854-06-29	Berthault Lucien
berthelin-max-1811-06-18	1811-06-18	Berthelin Max
bertier-charles-1860-10-01	1860-10-01	Bertier Charles
besnard-paul-1849-06-02	1849-06-02	Besnard Paul
bertrand-j-1823-03-25	1823-03-25	Bertrand J
besse-albert-1871-05-01	1871-05-01	Besse Albert
besse-raymond-1899-12-27	1899-12-27	Besse Raymond
biennourry-victor-1823-01-10	1823-01-10	Biennourry Victor
bigot-raymond-1872-05-17	1872-05-17	Bigot Raymond
billardet-leon-1818-05-17	1818-05-17	Billardet Léon
billotte-leon-1815-09-28	1815-09-28	Billotte Léon
binet-georges-1865-04-30	1865-04-30	Binet Georges
bizard-charles-henry-1887-11-13	1887-11-13	Bizard Charles-Henry
blanc-celestin-joseph-1817-11-22	1817-11-22	Blanc Celestin Joseph
blanchard-charles-1814-08-12	1814-08-12	Blanchard Charles
blin-francois-1827-09-10	1827-09-10	Blin François
bonnardel-alexandre-1867-09-06	1867-09-06	Bonnardel Alexandre
bonirote-pierre-1811-04-06	1811-04-06	Bonirote Pierre
bonnegrace-charles-adolphe-1808-04-17	1808-04-17	Bonnegrace Charles Adolphe
bonneton-germain-1874-09-18	1874-09-18	Bonneton Germain
gauquelin-a4-146-1817-11-22	1817-11-22	Gauquelin-A4-146
bornet-paul-1878-09-11	1878-09-11	Bornet Paul
boucoiran-numa-1805-05-24	1805-05-24	Boucoiran Numa
boulanger-gustave-1824-04-25	1824-04-25	Boulanger Gustave
bouquet-michel-1807-10-17	1807-10-17	Bouquet Michel
brascassat-jacques-1804-08-30	1804-08-30	Brascassat Jacques
boutet-de-monvel-louis-1850-10-18	1850-10-18	Boutet De Monvel Louis
brillouin-louis-1817-04-22	1817-04-22	Brillouin Louis
bret-paul-1902-03-23	1902-03-23	Bret Paul
brown-ford-1821-04-16	1821-04-16	Brown Ford
brossard-guillaume-1808-07-07	1808-07-07	Brossard Guillaume
butin-ulysse-1838-05-16	1838-05-16	Butin Ulysse
busset-maurice-1879-12-16	1879-12-16	Busset Maurice
cabie-louis-1853-11-15	1853-11-15	Cabie Louis
calbet-antonin-1860-08-16	1860-08-16	Calbet Antonin
carjat-pierre-1828-03-28	1828-03-28	Carjat Pierre
caraud-joseph-1821-01-05	1821-01-05	Caraud Joseph
caron-henri-paul-edmond-1860-05-09	1860-05-09	Caron Henri Paul Edmond
carl-rosa-mario-1853-10-29	1853-10-29	Carl-Rosa Mario
carriere-eugene-1849-01-16	1849-01-16	Carriere Eugène
carrey-louis-1822-08-21	1822-08-21	Carrey Louis
ceria-edmond-1884-01-26	1884-01-26	Ceria Edmond
cavailles-jean-1901-06-20	1901-06-20	Cavailles Jean
chabas-maurice-1862-09-26	1862-09-26	Chabas Maurice
chabaud-auguste-1882-10-03	1882-10-03	Chabaud Auguste
chaix-auguste-1860-11-03	1860-11-03	Chaix Auguste
chanut-marie-1851-02-02	1851-02-02	Chanut Marie
chapront-henry-1876-02-26	1876-02-26	Chapront Henry
charpentier-bosio-andre-1822-02-09	1822-02-09	Charpentier-Bosio André
charreton-victor-1864-03-02	1864-03-02	Charreton Victor
chartier-henri-1859-02-23	1859-02-23	Chartier Henri
chenard-huche-georges-1864-06-14	1864-06-14	Chenard-Huche Georges
chereau-claude-1883-12-31	1883-12-31	Chereau Claude
chintreuil-antoine-1815-05-15	1815-05-15	Chintreuil Antoine
chocarne-moreau-ch-1855-10-31	1855-10-31	Chocarne-Moreau Ch
clairin-jules-1843-09-11	1843-09-11	Clairin Jules
clement-felix-1826-05-20	1826-05-20	Clement Félix
cluseau-lanauve-jean-1914-11-07	1914-11-07	Cluseau-Lanauve Jean
carre-adrien-1908-09-04	1908-09-04	Carre Adrien
cochet-gerard-1888-10-13	1888-10-13	Cochet Gérard
colas-alphonse-1818-09-25	1818-09-25	Colas Alphonse
colin-alexandre-1798-12-05	1798-12-05	Colin Alexandre
comerre-leon-1850-10-10	1850-10-10	Comerre Léon
comairas-philippe-1803-10-24	1803-10-24	Comairas Philippe
compte-calix-francois-1813-08-27	1813-08-27	Compte-Calix François
corneau-eugene-1894-06-18	1894-06-18	Corneau Eugène
courdouan-vincent-1810-03-07	1810-03-07	Courdouan Vincent
cottet-jacques-1863-07-12	1863-07-12	Cottet Jacques
coutaud-lucien-1904-12-13	1904-12-13	Coutaud Lucien
crapelet-louis-amable-1822-06-01	1822-06-01	Crapelet Louis Amable
crochepierre-andre-1860-05-31	1860-05-31	Crochepierre André
damoye-pierre-1847-02-20	1847-02-20	Damoye Pierre
curzon-paul-1820-09-07	1820-09-07	Curzon Paul
dalmbert-daniel-1918-10-22	1918-10-22	Dalmbert Daniel
danguin-jean-1823-05-03	1823-05-03	Danguin Jean
daumont-emile-1834-02-19	1834-02-19	Daumont Emile
debat-ponsan-edouard-1847-04-25	1847-04-25	Debat-ponsan Edouard
debelle-alexandre-1805-12-21	1805-12-21	Debelle Alexandre
decisy-eugene-1866-02-06	1866-02-06	Decisy Eugène
decreuse-jean-1806-08-28	1806-08-28	Decreuse Jean
dehodencq-alexis-1822-04-23	1822-04-23	Dehodencq Alexis
delaborde-henri-1811-05-02	1811-05-02	Delaborde Henri
delahogue-alexis-1867-07-06	1867-07-06	Delahogue Alexis
delaunay-claude-1915-07-16	1915-07-16	Delaunay Claude
deligne-adolphe-1818-06-12	1818-06-12	Deligne Adolphe
delpy-hippolyte-1842-04-16	1842-04-16	Delpy Hippolyte
deltombe-paul-1878-04-06	1878-04-06	Deltombe Paul
denis-maurice-1870-11-25	1870-11-25	Denis Maurice
desavary-charles-1837-02-06	1837-02-06	Desavary Charles
deshayes-charles-1831-11-09	1831-11-09	Deshayes Charles
desgranges-guillaume-1886-02-10	1886-02-10	Desgranges Guillaume
detaille-edouard-1848-10-05	1848-10-05	Detaille Edouard
despierre-jacques-1912-03-07	1912-03-07	Despierre Jacques
deveria-eugene-1805-04-22	1805-04-22	Deveria Eugène
deve-eugene-1826-09-23	1826-09-23	Deve Eugène
didier-jules-1831-05-26	1831-05-26	Didier Jules
devilly-louis-1818-10-28	1818-10-28	Devilly Louis
dezire-henri-1878-02-06	1878-02-06	Dezire Henri
domergue-jean-1889-03-04	1889-03-04	Domergue Jean
diffloth-emile-1856-01-28	1856-01-28	Diffloth Emile
douillard-alexis-1835-06-28	1835-06-28	Douillard Alexis
dourouze-daniel-urbain-1874-03-21	1874-03-21	Dourouze Daniel. Urbain
doze-jean-1827-12-16	1827-12-16	Doze Jean
dubasty-adolphe-1814-06-19	1814-06-19	Dubasty Adolphe
drouyn-francois-1816-07-12	1816-07-12	Drouyn François
dubouchet-henri-1833-03-28	1833-03-28	Dubouchet Henri
dubreuil-pierre-1891-09-08	1891-09-08	Dubreuil Pierre
dubufe-edouard-1819-03-31	1819-03-31	Dubufe Edouard
dubufe-edouard-1853-05-16	1853-05-16	Dubufe Edouard
ducornet-louis-1806-01-12	1806-01-12	Ducornet Louis
duez-ernest-1843-03-07	1843-03-07	Duez Ernest
dufrenoy-georges-1870-06-20	1870-06-20	Dufrenoy Georges
dufy-jean-1888-03-12	1888-03-12	Dufy Jean
dunoyer-de-segonzac-andre-1884-07-06	1884-07-06	Dunoyer de SEGONZAC André
dupre-jules-1811-04-05	1811-04-05	Dupre Jules
durand-brager-jean-1814-05-20	1814-05-20	Durand-Brager Jean
dupuis-pierre-1833-07-09	1833-07-09	Dupuis Pierre
dutuit-philippe-1812-06-17	1812-06-17	Dutuit Philippe
dutzschold-henri-1841-01-04	1841-01-04	Dutzschold Henri
durand-roy-rene-1894-10-29	1894-10-29	Durand-Roy René
duval-lecamus-jules-1814-08-05	1814-08-05	Duval-Lecamus Jules
dyonnet-edmund-1859-06-25	1859-06-25	Dyonnet Edmund
entraygues-charles-1850-07-14	1850-07-14	Entraygues Charles
escot-charles-1834-04-16	1834-04-16	Escot Charles
etcheverry-denis-1867-09-21	1867-09-21	Etcheverry Denis
etex-louis-1810-09-20	1810-09-20	Etex Louis
evenepoel-henri-1872-10-03	1872-10-03	Evenepoel Henri
fantin-latour-theodore-1836-01-14	1836-01-14	Fantin-Latour Theodore
faivre-louis-1818-04-17	1818-04-17	Faivre Louis
gauquelin-a4-387-1850-11-22	1850-11-22	Gauquelin-A4-387
faverjon-jean-1823-01-03	1823-01-03	Faverjon Jean
feragu-auguste-1816-05-24	1816-05-24	Feragu Auguste
filliard-ernest-1868-12-15	1868-12-15	Filliard Ernest
feyen-jacques-1815-11-13	1815-11-13	Feyen Jacques
flandrin-jules-1871-07-09	1871-07-09	Flandrin Jules
fillyon-jules-1824-04-11	1824-04-11	Fillyon Jules
fleury-francois-1804-12-18	1804-12-18	Fleury François
font-constantin-1890-01-11	1890-01-11	Font Constantin
forain-jean-1852-10-23	1852-10-23	Forain Jean
fontan-leon-1884-09-23	1884-09-23	Fontan Léon
fougerat-emmanuel-1869-12-25	1869-12-25	Fougerat Emmanuel
foureau-hugues-1803-05-09	1803-05-09	Foureau Hugues
foussereau-joseph-1809-12-05	1809-12-05	Foussereau Joseph
fouqueray-charles-1869-04-23	1869-04-23	Fouqueray Charles
frere-charles-1837-07-10	1837-07-10	Frere Charles
frere-charles-1814-06-21	1814-06-21	Frere Charles
fraye-andre-1887-10-18	1887-10-18	Fraye André
froment-delormel-jacques-1820-06-17	1820-06-17	Froment-Delormel Jacques
carre-pierre-1900-07-21	1900-07-21	Carre Pierre
friesz-othon-1879-02-06	1879-02-06	Friesz Othon
gaillard-claude-1834-01-07	1834-01-07	Gaillard Claude
galbrund-alphonse-1810-06-30	1810-06-30	Galbrund Alphonse
galand-leon-1872-04-18	1872-04-18	Galand Léon
gallier-achille-1814-06-05	1814-06-05	Gallier Achille
gandon-pierre-1899-07-20	1899-07-20	Gandon Pierre
garnier-jules-1847-01-22	1847-01-22	Garnier Jules
gausson-leo-1860-02-16	1860-02-16	Gausson Leo
gavarni-paul-1804-01-13	1804-01-13	Gavarni Paul
carrez-pierre-1908-05-09	1908-05-09	Carrez Pierre
gendran-ernest-1817-03-17	1817-03-17	Gendran Ernest
genisson-jules-victor-1805-03-07	1805-03-07	Genisson Jules Victor
gerardin-auguste-1849-06-30	1849-06-30	Gerardin Auguste
gauquelin-a4-453-1852-09-10	1852-09-10	Gauquelin-A4-453
gide-francois-1822-03-15	1822-03-15	Gide François
giacomotti-felix-1828-11-19	1828-11-19	Giacomotti Félix
gill-andre-1840-10-17	1840-10-17	Gill André
girard-paul-1839-12-13	1839-12-13	Girard Paul
gimel-georges-1898-03-08	1898-03-08	Gimel Georges
giraud-pierre-1806-08-09	1806-08-09	Giraud Pierre
giraud-sebastien-1819-01-17	1819-01-17	Giraud Sebastien
girodon-anne-1812-08-19	1812-08-19	Girodon Anne
giroux-andre-1801-04-30	1801-04-30	Giroux André
glaize-pierre-1842-02-03	1842-02-03	Glaize Pierre
glaize-auguste-1807-12-14	1807-12-14	Glaize Auguste
gosset-adolphe-1815-11-18	1815-11-18	Gosset Adolphe
goubie-jean-1842-01-12	1842-01-12	Goubie Jean
godeby-charles-1866-01-26	1866-01-26	Godeby Charles
gourlier-paul-1813-06-13	1813-06-13	Gourlier Paul
gauquelin-a4-479-1853-04-07	1853-04-07	Gauquelin-A4-479
gauquelin-a4-480-1844-05-21	1844-05-21	Gauquelin-A4-480
grandsire-pierre-1825-03-18	1825-03-18	Grandsire Pierre
grellet-francois-1838-10-19	1838-10-19	Grellet François
grenier-claude-1817-07-14	1817-07-14	Grenier Claude
grobon-francois-1815-07-10	1815-07-10	Grobon François
grillon-roger-1881-09-28	1881-09-28	Grillon Roger
gromaire-marcel-1892-07-24	1892-07-24	Gromaire Marcel
gros-lucien-alphonse-1845-05-19	1845-05-19	Gros Lucien Alphonse
guichard-joseph-1806-11-14	1806-11-14	Guichard Joseph
guerard-a-1824-02-24	1824-02-24	Guerard A
guignet-jean-1816-01-21	1816-01-21	Guignet Jean
guiguet-francois-1860-01-08	1860-01-08	Guiguet François
hamelin-jacques-1809-08-04	1809-08-04	Hamelin Jacques
hedouin-pierre-1820-07-16	1820-07-16	Hedouin Pierre
hansi-jean-1873-02-23	1873-02-23	Hansi Jean
henner-jean-1829-03-05	1829-03-05	Henner Jean
hellouin-xenophon-1820-02-20	1820-02-20	Hellouin Xénophon
hesse-alexandre-1806-09-30	1806-09-30	Hesse Alexandre
heullant-felix-1834-04-23	1834-04-23	Heullant Félix
herve-jules-1887-04-14	1887-04-14	Herve Jules
hubert-jean-1801-10-15	1801-10-15	Hubert Jean
hochard-gaston-1862-07-27	1862-07-27	Hochard Gaston
housez-charles-1822-12-17	1822-12-17	Housez Charles
huet-paul-1803-10-03	1803-10-03	Huet Paul
carriere-pierre-1912-11-19	1912-11-19	Carriere Pierre
hueber-luc-1888-09-27	1888-09-27	Hueber Luc
humbert-jacques-1842-01-08	1842-01-08	Humbert Jacques
hurtrel-arsene-1817-06-25	1817-06-25	Hurtrel Arsène
carteret-trecourt-simon-1821-01-03	1821-01-03	Carteret-Trecourt Simon
jacomin-alfred-1842-01-03	1842-01-03	Jacomin Alfred
jacquemot-charles-1879-07-31	1879-07-31	Jacquemot Charles
jacquet-gustave-1846-05-25	1846-05-25	Jacquet Gustave
jamin-paul-1853-02-09	1853-02-09	Jamin Paul
jalabert-charles-frang-1819-01-01	1819-01-01	Jalabert Charles Frang.
jeannot-joseph-1855-01-05	1855-01-05	Jeannot Joseph
jobe-duval-felix-1821-07-17	1821-07-17	Jobe-Duval Félix
joets-jules-1884-09-01	1884-09-01	Joets Jules
jonas-lucien-1880-04-08	1880-04-08	Jonas Lucien
jourdan-theodore-1833-07-29	1833-07-29	Jourdan Theodore
joussay-jacques-1822-10-01	1822-10-01	Joussay Jacques
cartier-rene-1910-08-21	1910-08-21	Cartier René
karcher-gustave-1831-03-29	1831-03-29	Karcher Gustave
kohl-pierre-1897-02-03	1897-02-03	Kohl Pierre
laborne-edme-1837-01-11	1837-01-11	Laborne Edme
kron-paul-1869-03-18	1869-03-18	Kron Paul
labor-charles-1813-11-05	1813-11-05	Labor Charles
labouchere-pierre-1807-11-26	1807-11-26	Labouchere Pierre
laclau-armand-1892-05-04	1892-05-04	Laclau Armand
lafond-jacques-1817-01-26	1817-01-26	Lafond Jacques
lafond-francois-1815-04-24	1815-04-24	Lafond François
lambert-albert-1854-04-10	1854-04-10	Lambert Albert
lalanne-maxime-1827-11-27	1827-11-27	Lalanne Maxime
lami-eugene-1800-01-12	1800-01-12	Lami Eugène
lambert-antoine-1824-04-26	1824-04-26	Lambert Antoine
lanoue-felix-1812-10-14	1812-10-14	Lanoue Félix
lansier-emmanuel-1835-02-19	1835-02-19	Lansier Emmanuel
la-patelliere-amedee-1890-07-05	1890-07-05	La Patelliere Amédée
lapicque-charles-1898-10-06	1898-10-06	Lapicque Charles
laporte-jean-1839-03-09	1839-03-09	Laporte Jean
laronze-jean-1852-11-25	1852-11-25	Laronze Jean
latapie-louis-1891-07-11	1891-07-11	Latapie Louis
laugee-desire-1823-01-25	1823-01-25	Laugee Désiré
launois-jean-1898-11-22	1898-11-22	Launois Jean
laurens-nicolas-1829-03-01	1829-03-01	Laurens Nicolas
lauret-emmanuel-1809-05-31	1809-05-31	Lauret Emmanuel
lavielle-eugene-1820-11-29	1820-11-29	Lavielle Eugène
lavrut-louise-1874-02-28	1874-02-28	Lavrut Louise
leandre-charles-1862-07-23	1862-07-23	Leandre Charles
le-bail-louis-1866-04-17	1866-04-17	Le Bail Louis
le-blant-julien-1851-03-30	1851-03-30	Le Blant Julien
le-comte-paul-1842-04-25	1842-04-25	Le Comte Paul
leblanc-cl-theodore-1800-10-03	1800-10-03	Leblanc Cl. Theodore
legat-leon-1829-08-02	1829-08-02	Legat Léon
lecurieux-jacques-1801-08-13	1801-08-13	Lecurieux Jacques
lefortier-henri-1819-10-02	1819-10-02	Lefortier Henri
legrand-louis-1863-09-28	1863-09-28	Legrand Louis
leheutre-gustave-1861-07-26	1861-07-26	Leheutre Gustave
leloir-alexandre-1843-03-04	1843-03-04	Leloir Alexandre
leloir-maurice-1853-11-01	1853-11-01	Leloir Maurice
leleu-alexandre-1871-03-09	1871-03-09	Leleu Alexandre
le-meilleur-georges-1861-01-31	1861-01-31	Le Meilleur Georges
lemarie-des-landelles-emile-1847-01-14	1847-01-14	Lemarie des LANDELLES Emile
lempereur-edmond-1876-01-04	1876-01-04	Lempereur Edmond
lepere-louis-1849-11-30	1849-11-30	Lepere Louis
leofanti-adolphe-1838-06-10	1838-06-10	Leofanti Adolphe
lepaulle-francois-1804-01-21	1804-01-21	Lepaulle François
le-petit-alfred-1841-06-08	1841-06-08	Le Petit Alfred
lepoittevin-louis-1847-05-22	1847-05-22	Lepoittevin Louis
lerolle-henry-1848-10-04	1848-10-04	Lerolle Henry
leroux-louis-1833-09-28	1833-09-28	Leroux Louis
leroux-marie-1814-04-25	1814-04-25	Leroux Marie
leroux-louis-1829-12-28	1829-12-28	Leroux Louis
lesage-pierre-1872-08-20	1872-08-20	Lesage Pierre
leullier-louis-1811-11-14	1811-11-14	Leullier Louis
lessieux-ernest-1848-08-03	1848-08-03	Lessieux Ernest
levrel-rene-1900-03-12	1900-03-12	Levrel René
leverd-rene-1872-02-05	1872-02-05	Leverd René
leydet-victor-1861-07-23	1861-07-23	Leydet Victor
lhote-andre-1885-07-05	1885-07-05	Lhote André
lobbedez-charles-1825-06-10	1825-06-10	Lobbedez Charles
lombard-jean-1895-03-08	1895-03-08	Lombard Jean
lotin-de-laval-pierre-1810-09-19	1810-09-19	Lotin De Laval Pierre
luminais-evariste-1821-10-13	1821-10-13	Luminais Evariste
madelain-gustave-1867-07-28	1867-07-28	Madelain Gustave
magy-jules-1827-03-04	1827-03-04	Magy Jules
maguet-richard-1896-03-08	1896-03-08	Maguet Richard
maillot-theodore-1826-07-30	1826-07-30	Maillot Theodore
mainssieux-lucien-1885-08-04	1885-08-04	Mainssieux Lucien
maison-pierre-1814-07-14	1814-07-14	Maison Pierre
manessier-alfred-1911-12-05	1911-12-05	Manessier Alfred
malfroy-henry-1895-01-15	1895-01-15	Malfroy Henry
mansson-theodore-1811-07-10	1811-07-10	Mansson Theodore
marchal-charles-1825-04-10	1825-04-10	Marchal Charles
mange-joseph-1866-10-10	1866-10-10	Mange Joseph
marchand-jean-1828-12-02	1828-12-02	Marchand Jean
marcotte-marie-1867-05-31	1867-05-31	Marcotte Marie
margantin-louis-1900-04-04	1900-04-04	Margantin Louis
marie-adrien-emmanu-1848-10-19	1848-10-19	Marie Adrien Emmanu.
marquet-de-vasselot-anatole-1840-06-16	1840-06-16	Marquet De Vasselot Anatole
marquet-pierre-1875-03-27	1875-03-27	Marquet Pierre
maroniez-georges-1865-01-17	1865-01-17	Maroniez Georges
martin-charles-1844-06-02	1844-06-02	Martin Charles
martin-ferriere-jac-1893-08-06	1893-08-06	Martin-Ferriere Jac
marvy-louis-gerv-1815-05-15	1815-05-15	Marvy Louis Gerv.
mascart-paul-1874-04-18	1874-04-18	Mascart Paul
mathey-paul-1844-11-14	1844-11-14	Mathey Paul
masure-jules-1819-03-17	1819-03-17	Masure Jules
matisse-auguste-1866-05-22	1866-05-22	Matisse Auguste
maufra-maxime-1861-05-17	1861-05-17	Maufra Maxime
mattio-laurent-1892-09-29	1892-09-29	Mattio Laurent
maxence-edgard-1871-09-17	1871-09-17	Maxence Edgard
mazo-maurice-1901-02-12	1901-02-12	Mazo Maurice
meheut-mathurin-1882-05-21	1882-05-21	Meheut Mathurin
carven-carmen-tommaso-1909-08-31	1909-08-31	Carven Carmen (TOMMASO)
melingue-lucien-1841-12-18	1841-12-18	Melingue Lucien
mennessier-auguste-1803-08-17	1803-08-17	Mennessier Auguste
merson-luc-1846-05-21	1846-05-21	Merson Luc
mettling-louis-1845-12-07	1845-12-07	Mettling Louis
mesle-joseph-1855-01-25	1855-01-25	Mesle Joseph
meuret-francois-1800-03-03	1800-03-03	Meuret François
michallon-achille-1796-10-22	1796-10-22	Michallon Achille
michau-raoul-1897-05-12	1897-05-12	Michau Raoul
michel-ernest-1833-07-30	1833-07-30	Michel Ernest
mignon-jules-1875-05-03	1875-05-03	Mignon Jules
milliere-maurice-1871-12-12	1871-12-12	Milliere Maurice
mirande-henry-1877-03-25	1877-03-25	Mirande Henry
monginot-charles-1825-09-24	1825-09-24	Monginot Charles
montagne-agricol-1879-08-19	1879-08-19	Montagne Agricol
montfort-antoine-1802-04-03	1802-04-03	Montfort Antoine
moreau-adrien-1843-04-18	1843-04-18	Moreau Adrien
morchain-paul-1876-12-27	1876-12-27	Morchain Paul
gauquelin-a4-787-1826-04-06	1826-04-06	Gauquelin-A4-787
moreau-de-tours-georges-1848-04-03	1848-04-03	Moreau De Tours Georges
morel-retz-louis-1825-06-03	1825-06-03	Morel-Retz Louis
morot-aime-1850-06-16	1850-06-16	Morot Aimé
mortier-robert-1878-07-28	1878-07-28	Mortier Robert
mottez-victor-1809-02-13	1809-02-13	Mottez Victor
moulinet-antoine-ed-1833-02-20	1833-02-20	Moulinet Antoine Ed.
gauquelin-a4-803-1863-11-29	1863-11-29	Gauquelin-A4-803
murat-jean-1807-09-16	1807-09-16	Murat Jean
muraton-frederic-1824-04-16	1824-04-16	Muraton Frédéric
myr-louis-1893-11-10	1893-11-10	Myr Louis
narbonne-eugene-1885-06-07	1885-06-07	Narbonne Eugène
navlet-victor-1819-11-08	1819-11-08	Navlet Victor
neillot-louis-1898-02-10	1898-02-10	Neillot Louis
nicolle-emile-1830-03-01	1830-03-01	Nicolle Emile
nelck-annelies-1925-07-26	1925-07-26	Nelck Annelies
node-joseph-1811-01-28	1811-01-28	Node Joseph
noirot-emile-1853-06-05	1853-06-05	Noirot Emile
nonclercq-elie-1847-06-23	1847-06-23	Nonclercq Elie
olivier-leon-1832-10-04	1832-10-04	Olivier Léon
orant-marthe-1874-06-03	1874-06-03	Orant Marthe
oudinot-achille-1820-04-17	1820-04-17	Oudinot Achille
outin-jean-1840-01-26	1840-01-26	Outin Jean
pabst-camille-alfred-1828-06-18	1828-06-18	Pabst Camille Alfred
palmieri-georges-1922-10-04	1922-10-04	Palmieri Georges
paris-camille-1834-03-22	1834-03-22	Paris Camille
pape-jean-1865-03-13	1865-03-13	Pape Jean
pascal-leopold-1900-07-08	1900-07-08	Pascal Leopold
pascau-j-1875-04-15	1875-04-15	Pascau J
pastour-louis-1876-06-26	1876-06-26	Pastour Louis
paul-louis-1854-06-05	1854-06-05	Paul Louis
pearon-jules-1836-07-26	1836-07-26	Pearon Jules
pellet-joseph-1817-04-29	1817-04-29	Pellet Joseph
pelletier-pierre-1867-11-11	1867-11-11	Pelletier Pierre
penne-charles-1831-01-11	1831-01-11	Penne Charles
perrin-emile-1814-01-19	1814-01-19	Perrin Emile
perot-edmond-1907-06-20	1907-06-20	Perot Edmond
perrot-ferdinand-1808-04-23	1808-04-23	Perrot Ferdinand
pertus-ferdinand-1883-11-03	1883-11-03	Pertus Ferdinand
petua-leon-1846-11-03	1846-11-03	Petua Léon
peyson-pierre-1807-03-29	1807-03-29	Peyson Pierre
philippoteaux-henri-1815-04-03	1815-04-03	Philippoteaux Henri
picard-hugues-1841-05-17	1841-05-17	Picard Hugues
pierdon-francois-1821-08-14	1821-08-14	Pierdon François
pils-isidore-1815-11-07	1815-11-07	Pils Isidore
piette-ludovic-1826-05-11	1826-05-11	Piette Ludovic
place-henri-1812-04-05	1812-04-05	Place Henri
pinel-gustave-1842-04-15	1842-04-15	Pinel Gustave
pissarro-paul-1884-08-22	1884-08-22	Pissarro Paul
pollpot-theophile-1848-03-20	1848-03-20	Pollpot Theophile
plassan-antoine-1817-07-29	1817-07-29	Plassan Antoine
point-armand-1861-03-23	1861-03-23	Point Armand
point-maurice-1875-09-18	1875-09-18	Point Maurice
poncet-jean-1827-02-08	1827-02-08	Poncet Jean
popelin-gustave-1859-07-30	1859-07-30	Popelin Gustave
poterlet-pierre-1804-10-28	1804-10-28	Poterlet Pierre
poulain-michel-1906-12-05	1906-12-05	Poulain Michel
prat-loys-1879-10-05	1879-10-05	Prat Loys
prevot-valeri-auguste-1857-01-21	1857-01-21	Prevot-Valeri Auguste
gauquelin-a4-913-1845-10-14	1845-10-14	Gauquelin-A4-913
protais-alexandre-1825-10-17	1825-10-17	Protais Alexandre
pron-louis-1817-12-19	1817-12-19	Pron Louis
puy-jean-1876-11-07	1876-11-07	Puy Jean
quentin-bernard-1923-06-22	1923-06-22	Quentin Bernard
raffaelli-jean-1850-04-20	1850-04-20	Raffaelli Jean
quesnel-jean-1803-08-13	1803-08-13	Quesnel Jean
rabier-benjamin-1869-12-30	1869-12-30	Rabier Benjamin
raffet-auguste-1804-03-02	1804-03-02	Raffet Auguste
raffort-etienne-1802-05-11	1802-05-11	Raffort Etienne
rame-jules-1855-12-17	1855-12-17	Rame Jules
ravier-auguste-1814-05-04	1814-05-04	Ravier Auguste
ravanne-leon-1854-09-30	1854-09-30	Ravanne Léon
regnault-henri-1843-10-30	1843-10-30	Regnault Henri
rebeyrolle-paul-1926-11-03	1926-11-03	Rebeyrolle Paul
reboussin-roger-1881-10-11	1881-10-11	Reboussin Roger
regner-alfred-1902-02-22	1902-02-22	Regner Alfred
renaudin-alfred-1866-06-03	1866-06-03	Renaudin Alfred
ricard-louis-gustave-1823-09-01	1823-09-01	Ricard Louis Gustave
rey-millet-constant-1905-07-03	1905-07-03	Rey-Millet Constant
richomme-jules-1818-09-19	1818-09-19	Richomme Jules
riesener-louis-1808-01-21	1808-01-21	Riesener Louis
richebe-horace-1871-11-23	1871-11-23	Richebe Horace
rigaud-pierre-1874-08-04	1874-08-04	Rigaud Pierre
rixens-jean-1846-11-30	1846-11-30	Rixens Jean
robinet-gustave-1845-04-11	1845-04-11	Robinet Gustave
robinet-gustave-ii-1877-11-21	1877-11-21	Robinet Gustave II
roger-adolphe-1800-03-16	1800-03-16	Roger Adolphe
gauquelin-a4-967-1846-03-01	1846-03-01	Gauquelin-A4-967
rondel-henri-1857-02-02	1857-02-02	Rondel Henri
ronsin-jean-1905-11-08	1905-11-08	Ronsin Jean
rose-georges-1895-07-27	1895-07-27	Rose Georges
rosier-amedee-1831-08-20	1831-08-20	Rosier Amédée
rousseau-philippe-1816-02-23	1816-02-23	Rousseau Philippe
rousseau-theodore-1812-04-15	1812-04-15	Rousseau Theodore
rougeron-jules-1840-10-08	1840-10-08	Rougeron Jules
roussel-georges-1860-12-19	1860-12-19	Roussel Georges
roux-tony-1894-07-03	1894-07-03	Roux Tony
roybet-ferdinand-1840-04-12	1840-04-12	Roybet Ferdinand
roux-renard-antonin-1870-03-15	1870-03-15	Roux-Renard Antonin
rudaux-edmond-1840-02-10	1840-02-10	Rudaux Edmond
russac-clairefond-lucienne-1909-07-13	1909-07-13	Russac-Clairefond Lucienne
saint-germier-joseph-1860-01-19	1860-01-19	Saint-Germier Joseph
sain-paul-jean-marie-1853-12-06	1853-12-06	Sain Paul Jean-Marie
sabatte-fernand-1874-05-14	1874-05-14	Sabatte Fernand
saint-saens-marc-1903-05-01	1903-05-01	Saint-Saens Marc
salvat-francois-1892-07-12	1892-07-12	Salvat François
saubes-leon-1855-03-06	1855-03-06	Saubes Léon
sautai-paul-1842-01-29	1842-01-29	Sautai Paul
savreux-maurice-1884-05-27	1884-05-27	Savreux Maurice
scalbert-jules-1851-08-09	1851-08-09	Scalbert Jules
schlumberger-eugene-1875-03-09	1875-03-09	Schlumberger Eugène
schuler-jules-1821-06-18	1821-06-18	Schuler Jules
sechan-charles-1803-06-29	1803-06-29	Sechan Charles
sellier-charles-1830-12-23	1830-12-23	Sellier Charles
sem-marie-1863-11-22	1863-11-22	Sem Marie
serret-charles-1824-07-05	1824-07-05	Serret Charles
sinibaldi-jean-1857-05-19	1857-05-19	Sinibaldi Jean
simon-leon-1836-06-14	1836-06-14	Simon Léon
sinet-andre-1867-02-19	1867-02-19	Sinet André
smith-alfred-1854-07-30	1854-07-30	Smith Alfred
solde-alexandre-1821-10-03	1821-10-03	Solde Alexandre
gauquelin-a4-1039-1844-02-29	1844-02-29	Gauquelin-A4-1039
son-johannes-1859-12-24	1859-12-24	Son Johannes
sonrel-elisabeth-1874-05-17	1874-05-17	Sonrel Elisabeth
sorieul-jean-1823-12-08	1823-12-08	Sorieul Jean
soulas-louis-1905-09-01	1905-09-01	Soulas Louis
souverbie-jean-1891-03-21	1891-03-21	Souverbie Jean
staal-gustave-1817-09-02	1817-09-02	Staal Gustave
steinheil-louis-1814-06-26	1814-06-26	Steinheil Louis
steuben-alexandre-1814-06-22	1814-06-22	Steuben Alexandre
stoskopf-gustave-1869-07-08	1869-07-08	Stoskopf Gustave
sturler-franz-1802-02-28	1802-02-28	Sturler Franz
suau-edmond-1871-06-04	1871-06-04	Suau Edmond
suchet-joseph-1824-07-29	1824-07-29	Suchet Joseph
suire-louis-1899-10-29	1899-10-29	Suire Louis
suisse-charles-1846-06-01	1846-06-01	Suisse Charles
sureda-andre-1872-06-05	1872-06-05	Sureda André
gauquelin-a4-1055-1847-06-24	1847-06-24	Gauquelin-A4-1055
tal-coat-pierre-1905-12-12	1905-12-12	Tal-Coat Pierre
tanoux-adrien-1865-10-07	1865-10-07	Tanoux Adrien
tapissier-edmond-1861-06-14	1861-06-14	Tapissier Edmond
tardieu-victor-1870-04-30	1870-04-30	Tardieu Victor
tenre-charles-1854-10-14	1854-10-14	Tenre Charles
teysonniere-pierre-1834-06-06	1834-06-06	Teysonniere Pierre
theron-pierre-1918-07-22	1918-07-22	Theron Pierre
thevenin-claude-1800-04-18	1800-04-18	Thevenin Claude
thil-jeanne-1887-12-18	1887-12-18	Thil Jeanne
thiollet-alexandre-1824-05-08	1824-05-08	Thiollet Alexandre
gauquelin-a4-1066-1839-05-19	1839-05-19	Gauquelin-A4-1066
thornley-william-1857-05-12	1857-05-12	Thornley William
thurner-gabriel-1840-01-06	1840-01-06	Thurner Gabriel
tinayre-jean-1861-03-14	1861-03-14	Tinayre Jean
tissier-jean-1814-03-06	1814-03-06	Tissier Jean
tissot-jacques-1836-10-15	1836-10-15	Tissot Jacques
tollet-tony-1857-11-05	1857-11-05	Tollet Tony
gauquelin-a4-1073-1839-05-23	1839-05-23	Gauquelin-A4-1073
touchagues-louis-1893-04-28	1893-04-28	Touchagues Louis
toudouze-simon-1850-07-30	1850-07-30	Toudouze Simon
toulmouche-auguste-1829-09-21	1829-09-21	Toulmouche Auguste
toulouse-roger-1918-02-19	1918-02-19	Toulouse Roger
tournemine-charles-1812-10-25	1812-10-25	Tournemine Charles
tourte-suzanne-1904-12-16	1904-12-16	Tourte Suzanne
touttain-andre-1875-01-04	1875-01-04	Touttain André
touttain-jacques-1903-03-19	1903-03-19	Touttain Jacques
trevedy-yves-1916-01-16	1916-01-16	Trevedy Yves
troyon-constant-1810-08-28	1810-08-28	Troyon Constant
trutat-felix-1824-02-27	1824-02-27	Trutat Félix
ulmann-benjamin-1829-05-24	1829-05-24	Ulmann Benjamin
umbricht-honore-1860-01-17	1860-01-17	Umbricht Honoré
untersteller-nicolas-1900-03-26	1900-03-26	Untersteller Nicolas
urbain-alexandre-1875-03-01	1875-03-01	Urbain Alexandre
urtin-paul-1874-07-12	1874-07-12	Urtin Paul
valadon-jules-1826-10-05	1826-10-05	Valadon Jules
valerio-theodore-1819-02-18	1819-02-18	Valerio Theodore
casaban-bernard-de-1902-06-03	1902-06-03	Casaban Bernard de
vallee-etienne-1853-04-20	1853-04-20	Vallee Etienne
vallet-alexis-1869-09-15	1869-09-15	Vallet Alexis
vallet-louis-1856-02-26	1856-02-26	Vallet Louis
valmier-georges-1885-04-10	1885-04-10	Valmier Georges
valtat-louis-1869-08-08	1869-08-08	Valtat Louis
valton-edmond-1836-09-25	1836-09-25	Valton Edmond
verdier-marcel-1817-05-20	1817-05-20	Verdier Marcel
vernier-emile-1829-11-29	1829-11-29	Vernier Emile
veron-alexandre-1826-01-11	1826-01-11	Veron Alexandre
viala-eugene-1859-09-08	1859-09-08	Viala Eugène
viardot-leon-1805-12-01	1805-12-01	Viardot Léon
vibert-jean-1840-09-30	1840-09-30	Vibert Jean
vidal-vincent-1811-01-20	1811-01-20	Vidal Vincent
vignal-pierre-1855-07-07	1855-07-07	Vignal Pierre
vignon-victor-1847-12-25	1847-12-25	Vignon Victor
villard-antoine-1867-04-17	1867-04-17	Villard Antoine
villon-jacques-1875-07-31	1875-07-31	Villon Jacques
vimont-edouard-1846-08-08	1846-08-08	Vimont Edouard
vinay-jean-1907-02-02	1907-02-02	Vinay Jean
vivin-louis-1861-07-27	1861-07-27	Vivin Louis
vollon-antoine-1833-04-20	1833-04-20	Vollon Antoine
vuillard-edouard-1868-11-12	1868-11-12	Vuillard Edouard
vuillefroy-felix-1841-03-02	1841-03-02	Vuillefroy Félix
wachsmuth-ferdinand-1802-03-21	1802-03-21	Wachsmuth Ferdinand
walch-charles-1896-08-04	1896-08-04	Walch Charles
weerts-jean-1847-05-01	1847-05-01	Weerts Jean
welsch-paul-1889-07-26	1889-07-26	Welsch Paul
wencker-joseph-1848-11-03	1848-11-03	Wencker Joseph
wery-emile-1868-09-03	1868-09-03	Wery Emile
willaume-louis-1874-05-31	1874-05-31	Willaume Louis
willette-adolphe-1857-07-30	1857-07-30	Willette Adolphe
worms-roger-1907-06-19	1907-06-19	Worms Roger
yvon-adolphe-1817-01-30	1817-01-30	Yvon Adolphe
ziegler-jules-1804-03-17	1804-03-17	Ziegler Jules
zillhardt-jenny-1857-03-17	1857-03-17	Zillhardt Jenny
zingg-jules-1882-08-25	1882-08-25	Zingg Jules
zo-henri-1873-12-02	1873-12-02	Zo Henri
zuber-jean-1844-06-24	1844-06-24	Zuber Jean
zwiller-marie-1850-07-10	1850-07-10	Zwiller Marie
affanni-ignazio-1828-03-22	1828-03-22	Affanni Ignazio
agazzi-ermegildo-1866-07-24	1866-07-24	Agazzi Ermegildo
gauquelin-a4-1136-1879-04-06	1879-04-06	Gauquelin-A4-1136
amato-orazio-1884-05-01	1884-05-01	Amato Orazio
armenise-raffaello-1852-03-18	1852-03-18	Armenise Raffaello
baccarini-domenico-1882-12-16	1882-12-16	Baccarini Domenico
baccarini-lino-1893-12-06	1893-12-06	Baccarini Lino
bacchelli-mario-1893-01-03	1893-01-03	Bacchelli Mario
balestrieri-lionello-1872-09-12	1872-09-12	Balestrieri Lionello
gauquelin-a4-1144-1871-07-18	1871-07-18	Gauquelin-A4-1144
baranelli-domenico-1895-02-04	1895-02-04	Baranelli Domenico
gauquelin-a4-1146-1874-08-14	1874-08-14	Gauquelin-A4-1146
basaldella-afro-1912-03-04	1912-03-04	Basaldella Afro
bastianini-augusto-1875-04-01	1875-04-01	Bastianini Augusto
gauquelin-a4-1149-1873-07-17	1873-07-17	Gauquelin-A4-1149
bersani-stefano-1872-03-29	1872-03-29	Bersani Stefano
bertieri-pilade-1874-08-01	1874-08-01	Bertieri Pilade
biagetti-biagio-1877-07-21	1877-07-21	Biagetti Biagio
birolli-renato-1905-12-10	1905-12-10	Birolli Renato
bisi-carlo-1890-12-18	1890-12-18	Bisi Carlo
bocchi-amedeo-1883-08-24	1883-08-24	Bocchi Amedeo
bordoni-enrico-1904-08-02	1904-08-02	Bordoni Enrico
bracchi-luigi-1892-05-17	1892-05-17	Bracchi Luigi
brunelleschi-umberto-1879-06-21	1879-06-21	Brunelleschi Umberto
buratti-domenico-1883-11-21	1883-11-21	Buratti Domenico
cadorin-guido-1892-06-06	1892-06-06	Cadorin Guido
caligiani-alberto-1894-01-06	1894-01-06	Caligiani Alberto
cantatore-domenico-1906-03-16	1906-03-16	Cantatore Domenico
caprotti-guido-1887-10-05	1887-10-05	Caprotti Guido
carena-felice-1879-08-13	1879-08-13	Carena Felice
carmignani-guido-1838-01-27	1838-01-27	Carmignani Guido
carra-carlo-1881-02-11	1881-02-11	Carra Carlo
cecchi-pieraccini-leonetta-1882-10-30	1882-10-30	Cecchi-Pieraccini Leonetta
celada-ugo-1895-05-25	1895-05-25	Celada Ugo
ceracchini-gisberto-1899-02-05	1899-02-05	Ceracchini Gisberto
cercone-ettore-1850-11-20	1850-11-20	Cercone Ettore
cesetti-giuseppe-1902-03-10	1902-03-10	Cesetti Giuseppe
chareun-raoul-1889-12-16	1889-12-16	Chareun Raoul
checchi-arturo-1886-09-29	1886-09-29	Checchi Arturo
cherubini-carlo-1897-07-27	1897-07-27	Cherubini Carlo
chirico-giacomo-1844-01-25	1844-01-25	Chirico Giacomo
ciardo-vincenzo-1894-10-25	1894-10-25	Ciardo Vincenzo
colacicchi-giovanni-1900-01-19	1900-01-19	Colacicchi Giovanni
corazza-corrado-1897-08-22	1897-08-22	Corazza Corrado
costetti-romeo-1871-08-27	1871-08-27	Costetti Romeo
crema-giambattista-1883-04-13	1883-04-13	Crema Giambattista
cusin-federico-1875-12-08	1875-12-08	Cusin Federico
dani-franco-1895-08-11	1895-08-11	Dani Franco
d-anna-giulio-1908-08-30	1908-08-30	D'Anna Giulio
de-bernardi-domenico-1892-02-21	1892-02-21	De Bernardi Domenico
de-rocchi-francesco-1902-03-13	1902-03-13	De Rocchi Francesco
de-salvo-giambattista-1903-03-28	1903-03-28	De Salvo Giambattista
de-vincenzi-giorgio-1884-12-20	1884-12-20	De Vincenzi Giorgio
discovolo-antonio-1874-12-25	1874-12-25	Discovolo Antonio
dottori-gerardo-1888-11-11	1888-11-11	Dottori Gerardo
durante-domenico-1879-12-17	1879-12-17	Durante Domenico
fanti-erminio-1821-01-06	1821-01-06	Fanti Erminio
farina-guido-1896-11-22	1896-11-22	Farina Guido
ferroni-guido-1888-02-19	1888-02-19	Ferroni Guido
figari-filippo-1885-09-23	1885-09-23	Figari Filippo
francalancia-riccardo-1886-11-09	1886-11-09	Francalancia Riccardo
frisia-donato-1883-08-30	1883-08-30	Frisia Donato
gai-ernesto-1886-07-13	1886-07-13	Gai Ernesto
gentilini-franco-1909-08-04	1909-08-04	Gentilini Franco
giachetti-giulio-1886-10-08	1886-10-08	Giachetti Giulio
giusti-giuseppe-1872-04-03	1872-04-03	Giusti Giuseppe
grandi-alfredo-1888-07-03	1888-07-03	Grandi Alfredo
graziani-alfio-1900-10-29	1900-10-29	Graziani Alfio
guarino-antonio-1882-05-16	1882-05-16	Guarino Antonio
guberti-baldo-1907-07-04	1907-07-04	Guberti Baldo
isola-raffaello-1897-12-17	1897-12-17	Isola Raffaello
jodi-casimiro-1886-10-30	1886-10-30	Jodi Casimiro
magri-alberto-1880-06-04	1880-06-04	Magri Alberto
martini-alberto-1876-11-24	1876-11-24	Martini Alberto
mattiuzzi-ernesto-1900-08-22	1900-08-22	Mattiuzzi Ernesto
menzio-francesco-1899-04-03	1899-04-03	Menzio Francesco
micheletti-mario-1888-03-10	1888-03-10	Micheletti Mario
modotto-angilotto-1900-07-12	1900-07-12	Modotto Angilotto
moggioli-umberto-1886-06-25	1886-06-25	Moggioli Umberto
montanari-dante-1896-07-19	1896-07-19	Montanari Dante
montanari-giuseppe-1889-10-30	1889-10-30	Montanari Giuseppe
montanarini-luigi-1906-07-22	1906-07-22	Montanarini Luigi
monti-cesare-1891-03-02	1891-03-02	Monti Cesare
morandi-giorgio-1890-07-20	1890-07-20	Morandi Giorgio
mussini-augusto-1870-01-19	1870-01-19	Mussini Augusto
mussino-attilio-1878-01-25	1878-01-25	Mussino Attilio
netti-francesco-1832-12-22	1832-12-22	Netti Francesco
nittis-giuseppe-1846-02-25	1846-02-25	Nittis Giuseppe
notte-emilio-1891-01-30	1891-01-30	Notte Emilio
novati-marco-1895-05-20	1895-05-20	Novati Marco
oppi-ubaldo-1889-07-25	1889-07-25	Oppi Ubaldo
palazzi-bernardino-1907-12-22	1907-12-22	Palazzi Bernardino
palizzi-filippo-1818-06-16	1818-06-16	Palizzi Filippo
palizzi-giuseppe-1812-03-12	1812-03-12	Palizzi Giuseppe
pasinetti-giovanni-1894-12-02	1894-12-02	Pasinetti Giovanni
pasini-alberto-1826-09-03	1826-09-03	Pasini Alberto
pasini-lazzaro-1861-09-28	1861-09-28	Pasini Lazzaro
perissinoto-giorgio-1904-03-28	1904-03-28	Perissinoto Giorgio
pizzirani-guglielmo-1886-11-28	1886-11-28	Pizzirani Guglielmo
pomi-alessandro-1890-10-07	1890-10-07	Pomi Alessandro
ponti-pino-1905-04-12	1905-04-12	Ponti Pino
prampolini-enrico-1894-04-20	1894-04-20	Prampolini Enrico
pratelli-esodo-1892-02-08	1892-02-08	Pratelli Esodo
privato-cosimo-1899-09-18	1899-09-18	Privato Cosimo
pucci-silvio-1892-07-25	1892-07-25	Pucci Silvio
rambaldi-emanuele-1903-02-05	1903-02-05	Rambaldi Emanuele
reviglione-mario-1883-03-31	1883-03-31	Reviglione Mario
ricchetti-luciano-1897-04-27	1897-04-27	Ricchetti Luciano
rizzo-pippo-1897-01-06	1897-01-06	Rizzo Pippo
rosai-ottone-1895-04-28	1895-04-28	Rosai Ottone
rossi-giuseppe-1876-10-25	1876-10-25	Rossi Giuseppe
rossi-joseph-1892-01-29	1892-01-29	Rossi Joseph
rosso-gustavo-1881-02-17	1881-02-17	Rosso Gustavo
russolo-luigi-1885-04-30	1885-04-30	Russolo Luigi
sacchi-bortolo-1892-02-26	1892-02-26	Sacchi Bortolo
saetti-bruno-1902-02-21	1902-02-21	Saetti Bruno
salietti-alberto-1892-03-15	1892-03-15	Salietti Alberto
samartino-edoardo-1901-10-16	1901-10-16	Samartino Edoardo
santi-bruno-1892-04-26	1892-04-26	Santi Bruno
santomaso-giuseppe-1907-09-26	1907-09-26	Santomaso Giuseppe
santoro-rubens-1859-10-26	1859-10-26	Santoro Rubens
scarpa-natale-1897-01-14	1897-01-14	Scarpa Natale
scattola-ferruccio-1873-09-15	1873-09-15	Scattola Ferruccio
schiaffino-antonio-1879-10-14	1879-10-14	Schiaffino Antonio
scipione-gino-1904-02-25	1904-02-25	Scipione Gino
seibezzi-fioravante-1906-11-03	1906-11-03	Seibezzi Fioravante
severini-gino-1883-04-07	1883-04-07	Severini Gino
sidoli-giuseppe-1886-07-05	1886-07-05	Sidoli Giuseppe
sobrero-emilio-1890-12-09	1890-12-09	Sobrero Emilio
socrate-carlo-1889-03-12	1889-03-12	Socrate Carlo
casalegno-emile-1923-12-02	1923-12-02	Casalegno Emile
sospizio-seve-1908-04-12	1908-04-12	Sospizio Seve
springolo-nino-1886-03-01	1886-03-01	Springolo Nino
stefani-pierangelo-1893-02-11	1893-02-11	Stefani Pierangelo
tealdi-ascanio-1880-06-05	1880-06-05	Tealdi Ascanio
tibertelli-de-pisis-luigi-1896-05-11	1896-05-11	Tibertelli De Pisis Luigi
tiberti-alessandro-1872-09-02	1872-09-02	Tiberti Alessandro
tito-ettore-1859-12-15	1859-12-15	Tito Ettore
toma-giovacchino-1836-01-24	1836-01-24	Toma Giovacchino
tomea-fiorenzo-1910-02-07	1910-02-07	Tomea Fiorenzo
torelli-vieri-1873-12-05	1873-12-05	Torelli Vieri
tos-arturo-1871-07-24	1871-07-24	Tos Arturo
toschi-orazio-1887-12-27	1887-12-27	Toschi Orazio
tozzi-mario-1895-10-31	1895-10-31	Tozzi Mario
valente-anton-1896-10-11	1896-10-11	Valente Anton
valinotti-domenico-1889-09-17	1889-09-17	Valinotti Domenico
vinci-pietro-1854-12-03	1854-12-03	Vinci Pietro
vitturi-albano-1888-12-19	1888-12-19	Vitturi Albano
wolf-ferrari-teodoro-1878-06-29	1878-06-29	Wolf-Ferrari Teodoro
zardo-alberto-1876-05-10	1876-05-10	Zardo Alberto
achenbach-oswald-1827-02-02	1827-02-02	Achenbach Oswald
bauer-bredt-eduard-1878-07-04	1878-07-04	Bauer-Bredt Eduard
bauerle-karl-1831-06-05	1831-06-05	Bauerle Karl
baur-albert-1835-07-07	1835-07-07	Baur Albert
beckerath-moritz-1838-05-02	1838-05-02	Beckerath Moritz
beckerath-willy-1868-09-28	1868-09-28	Beckerath Willy
bek-gran-hermann-1869-09-20	1869-09-20	Bek-Gran Hermann
bernatz-johann-1802-03-21	1802-03-21	Bernatz Johann
bindewald-friedrich-1862-01-30	1862-01-30	Bindewald Friedrich
dieffenbacher-august-1858-08-14	1858-08-14	Dieffenbacher August
duntze-johannes-1823-05-05	1823-05-05	Duntze Johannes
gauquelin-a4-1297-1880-06-03	1880-06-03	Gauquelin-A4-1297
eschwege-emar-1856-08-22	1856-08-22	Eschwege Emar
gauquelin-a4-1299-1869-02-14	1869-02-14	Gauquelin-A4-1299
feyerabend-erich-1889-11-19	1889-11-19	Feyerabend Erich
fischer-oskar-1892-08-04	1892-08-04	Fischer Oskar
gauquelin-a4-1302-1869-10-22	1869-10-22	Gauquelin-A4-1302
gauquelin-a4-1303-1870-10-08	1870-10-08	Gauquelin-A4-1303
gotz-hermann-1848-09-28	1848-09-28	Götz Hermann
graf-herman-1873-06-28	1873-06-28	Graf Herman
graumann-erwin-1902-06-14	1902-06-14	Graumann Erwin
groh-august-1871-02-25	1871-02-25	Groh August
haeberlin-carl-1832-12-16	1832-12-16	Haeberlin Carl
henschen-konrad-1883-03-26	1883-03-26	Henschen Konrad
heupel-siegen-zarita-1896-10-02	1896-10-02	Heupel-Siegen Zarita
gauquelin-a4-1312-1878-10-11	1878-10-11	Gauquelin-A4-1312
hollenweger-jules-1863-09-11	1863-09-11	Hollenweger Jules
isselmann-ernst-1885-04-29	1885-04-29	Isselmann Ernst
ittenbach-franz-1813-04-18	1813-04-18	Ittenbach Franz
jahns-rudolf-1896-03-13	1896-03-13	Jahns Rudolf
jung-otto-1867-03-28	1867-03-28	Jung Otto
jungnickel-ludwi-1881-07-22	1881-07-22	Jungnickel Ludwi
kampf-arthur-1864-09-28	1864-09-28	Kampf Arthur
kampf-eugen-1861-03-16	1861-03-16	Kampf Eugen
keller-ferdinand-1842-08-05	1842-08-05	Keller Ferdinand
kempen-hans-1874-04-10	1874-04-10	Kempen Hans
kiederich-frank-1873-07-25	1873-07-25	Kiederich Frank
konig-leo-1871-02-28	1871-02-28	König Leo
kotschenreiter-hugo-1854-01-06	1854-01-06	Kotschenreiter Hugo
gauquelin-a4-1327-1863-05-25	1863-05-25	Gauquelin-A4-1327
kricheldorf-hermann-1867-10-01	1867-10-01	Kricheldorf Hermann
lang-fritz-1877-03-15	1877-03-15	Lang Fritz
lategahn-wilhelm-1882-11-27	1882-11-27	Lategahn Wilhelm
laupheimer-anton-1848-06-23	1848-06-23	Laupheimer Anton
linde-walther-heinrich-1868-08-16	1868-08-16	Linde-Walther Heinrich
meid-hans-1883-06-03	1883-06-03	Meid Hans
murdfield-carl-1868-06-09	1868-06-09	Murdfield Carl
mutter-karl-1869-04-02	1869-04-02	Mutter Karl
oeder-geor-1846-04-12	1846-04-12	Oeder Geor
oeser-willy-1897-02-11	1897-02-11	Oeser Willy
oppenheim-alfred-1873-07-07	1873-07-07	Oppenheim Alfred
petersen-walter-1862-04-06	1862-04-06	Petersen Walter
phillippi-peter-1866-03-30	1866-03-30	Phillippi Peter
pleuer-hermann-1863-04-05	1863-04-05	Pleuer Hermann
preyer-johan-1803-07-19	1803-07-19	Preyer Johan
purrmann-hans-1880-04-10	1880-04-10	Purrmann Hans
radziwill-joh-1895-02-06	1895-02-06	Radziwill Joh
recher-peter-1879-06-29	1879-06-29	Recher Peter
ritter-wilhelm-1850-02-18	1850-02-18	Ritter Wilhelm
salentin-hubert-1822-01-14	1822-01-14	Salentin Hubert
samberger-leo-1861-08-14	1861-08-14	Samberger Leo
sauter-george-1866-04-21	1866-04-21	Sauter George
schirmer-johann-1807-09-05	1807-09-05	Schirmer Johann
schmitt-franz-1816-09-26	1816-09-26	Schmitt Franz
schober-peter-1897-12-13	1897-12-13	Schober Peter
schonleber-gustav-1851-12-03	1851-12-03	Schönleber Gustav
schonnenbeck-adolf-1869-05-10	1869-05-10	Schönnenbeck Adolf
steppes-edmund-1873-07-11	1873-07-11	Steppes Edmund
stratmann-carl-1866-09-11	1866-09-11	Stratmann Carl
stuber-hanny-1870-07-20	1870-07-20	Stüber Hanny
thienhaus-rudolf-1873-08-02	1873-08-02	Thienhaus Rudolf
troendle-hugo-1882-09-28	1882-09-28	Troendle Hugo
trubner-heinrich-1851-02-03	1851-02-03	Trübner Heinrich
volz-wilhelm-1855-12-08	1855-12-08	Volz Wilhelm
weiss-emil-1875-10-12	1875-10-12	Weiss Emil
gauquelin-a4-1365-1850-10-22	1850-10-22	Gauquelin-A4-1365
abeloos-victor-1881-12-25	1881-12-25	Abeloos Victor
gauquelin-a4-1367-1858-04-16	1858-04-16	Gauquelin-A4-1367
allard-l-olivier-fernand-1883-07-12	1883-07-12	Allard-L'Olivier Fernand
backer-francois-1812-05-02	1812-05-02	Backer François
beaudouin-jean-1851-07-23	1851-07-23	Beaudouin Jean
beernaert-euphrosine-1831-04-11	1831-04-11	Beernaert Euphrosine
beers-jan-1852-03-27	1852-03-27	Beers Jan
beveren-charles-1809-04-07	1809-04-07	Beveren Charles
cerf-ivan-1883-02-04	1883-02-04	Cerf Ivan
claus-emile-1849-09-27	1849-09-27	Claus Emile
clays-emile-1817-11-20	1817-11-20	Clays Emile
courtens-franz-1854-02-04	1854-02-04	Courtens Franz
creytens-julien-1897-03-28	1897-03-28	Creytens Julien
donnay-auguste-1862-03-22	1862-03-22	Donnay Auguste
de-jonghe-gustave-1829-02-04	1829-02-04	De Jonghe Gustave
delbeke-louis-1821-02-09	1821-02-09	Delbeke Louis
delperee-emile-1850-09-15	1850-09-15	Delperee Emile
delville-jean-1867-01-19	1867-01-19	Delville Jean
dyckmans-josephus-1811-08-09	1811-08-09	Dyckmans Josephus
fabry-emile-1865-12-30	1865-12-30	Fabry Emile
gallait-louis-1810-05-10	1810-05-10	Gallait Louis
gauquelin-a4-1388-1872-10-06	1872-10-06	Gauquelin-A4-1388
geets-willem-1838-01-20	1838-01-20	Geets Willem
guffens-godfried-1823-07-22	1823-07-22	Guffens Godfried
hagemans-maurice-1852-08-27	1852-08-27	Hagemans Maurice
haghe-louis-1806-03-17	1806-03-17	Haghe Louis
havermaet-piet-1834-01-16	1834-01-16	Havermaet Piet
herbo-leon-1850-10-08	1850-10-08	Herbo Léon
jomouton-frederic-1858-05-09	1858-05-09	Jomouton Frédéric
gauquelin-a4-1396-1850-02-22	1850-02-22	Gauquelin-A4-1396
keelhoff-frans-1820-05-02	1820-05-02	Keelhoff Frans
keyser-nicaise-1813-08-26	1813-08-26	Keyser Nicaise
leemputten-cornelis-1841-01-25	1841-01-25	Leemputten Cornelis
leemputten-frans-1850-12-29	1850-12-29	Leemputten Frans
lerius-joseph-1823-11-23	1823-11-23	Lerius Joseph
leys-henri-1815-02-22	1815-02-22	Leys Henri
luyten-jean-1859-05-21	1859-05-21	Luyten Jean
mathieu-paul-1872-08-31	1872-08-31	Mathieu Paul
musin-francois-1820-10-04	1820-10-04	Musin François
ooms-charles-1845-01-27	1845-01-27	Ooms Charles
pauwels-ferdinand-1830-04-13	1830-04-13	Pauwels Ferdinand
permeke-constant-1886-07-31	1886-07-31	Permeke Constant
portaels-jean-1818-04-30	1818-04-30	Portaels Jean
praetere-edmond-1826-05-26	1826-05-26	Praetere Edmond
richir-hermann-1866-12-04	1866-12-04	Richir Hermann
robbe-louis-1806-11-17	1806-11-17	Robbe Louis
gauquelin-a4-1413-1817-02-26	1817-02-26	Gauquelin-A4-1413
rops-felicien-1833-07-07	1833-07-07	Rops Felicien
saedeler-valerus-1867-08-04	1867-08-04	Saedeler Valerus
singier-gustave-1909-02-11	1909-02-11	Singier Gustave
gauquelin-a4-1417-1820-05-28	1820-05-28	Gauquelin-A4-1417
spilliaert-leon-1881-07-28	1881-07-28	Spilliaert Léon
stobbaerts-jean-1838-03-18	1838-03-18	Stobbaerts Jean
tyt-gat-louis-1841-04-27	1841-04-27	Tyt-Gat Louis
verboeckhoven-charles-1802-02-05	1802-02-05	Verboeckhoven Charles
gauquelin-a4-1422-1834-01-09	1834-01-09	Gauquelin-A4-1422
verheyden-francois-1806-03-18	1806-03-18	Verheyden François
verlat-charles-1824-11-25	1824-11-25	Verlat Charles
vermersch-ambros-1810-01-09	1810-01-09	Vermersch Ambros
verwee-alfred-1838-04-23	1838-04-23	Verwee Alfred
vos-vincent-1829-03-04	1829-03-04	Vos Vincent
watelet-charles-1867-02-11	1867-02-11	Watelet Charles
wiertz-antoine-1806-02-22	1806-02-22	Wiertz Antoine
willems-florent-1823-01-08	1823-01-08	Willems Florent
woutermaertens-edouard-1819-08-15	1819-08-15	Woutermaertens Edouard
wouters-rik-1882-08-21	1882-08-21	Wouters Rik
ansingh-maria-1875-03-13	1875-03-13	Ansingh Maria
bisschop-christoffel-1828-04-22	1828-04-22	Bisschop Christoffel
bisschop-richard-1849-06-21	1849-06-21	Bisschop Richard
bilders-johannes-1811-08-18	1811-08-18	Bilders Johannes
borselen-jan-1825-09-20	1825-09-20	Borselen Jan
bosboom-johannes-1817-02-18	1817-02-18	Bosboom Johannes
bottema-tjeerd-1884-02-06	1884-02-06	Bottema Tjeerd
gauquelin-a4-1440-1834-01-09	1834-01-09	Gauquelin-A4-1440
cate-siebe-1858-02-27	1858-02-27	Cate Siebe
chattel-fred-1856-02-10	1856-02-10	Chattel Fred
dongen-kees-van-1877-01-26	1877-01-26	Dongen Kees van
gorter-arnold-1866-12-03	1866-12-03	Gorter Arnold
henkes-gerke-1844-06-25	1844-06-25	Henkes Gerke
israels-joseph-1824-01-27	1824-01-27	Israels Joseph
jansen-hendrik-1855-12-12	1855-12-12	Jansen Hendrik
jongkind-johan-1819-06-03	1819-06-03	Jongkind Johan
jurres-johannes-1875-01-17	1875-01-17	Jurres Johannes
gauquelin-a4-1451-1832-10-02	1832-10-02	Gauquelin-A4-1451
maris-jacob-1837-07-25	1837-07-25	Maris Jacob
mauve-anton-1838-09-18	1838-09-18	Mauve Anton
mesdag-hendrik-1831-02-23	1831-02-23	Mesdag Hendrik
mesdag-van-houten-sientze-1834-12-23	1834-12-23	Mesdag-Van Houten Sientze
neuhuys-albert-1844-06-10	1844-06-10	Neuhuys Albert
neuhuys-josephus-1841-04-07	1841-04-07	Neuhuys Josephus
ochtman-leonard-1854-10-21	1854-10-21	Ochtman Leonard
paerels-willem-1878-07-15	1878-07-15	Paerels Willem
peters-pieters-1818-06-07	1818-06-07	Peters Pieters
raemaekers-louis-1869-04-06	1869-04-06	Raemaekers Louis
reekers-hendrik-1815-09-21	1815-09-21	Reekers Hendrik
sluyters-jan-1881-12-17	1881-12-17	Sluyters Jan
spohler-jan-1811-11-07	1811-11-07	Spohler Jan
ter-meulen-frans-1843-03-09	1843-03-09	Ter Meulen Frans
tom-jean-1813-03-04	1813-03-04	Tom Jean
trigt-hendrik-1829-10-22	1829-10-22	Trigt Hendrik
vanderpoel-john-1857-11-15	1857-11-15	Vanderpoel John
verkade-jan-1868-09-18	1868-09-18	Verkade Jan
voerman-jan-1857-01-25	1857-01-25	Voerman Jan
vogel-cornelis-1824-12-29	1824-12-29	Vogel Cornelis
weiland-johannes-1856-11-23	1856-11-23	Weiland Johannes
abbiate-louis-1866-01-04	1866-01-04	Abbiate Louis
ach-edouard-1848-04-27	1848-04-27	Ach Edouard
adam-adolphe-1803-07-24	1803-07-24	Adam Adolphe
gauquelin-a4-1477-1821-07-01	1821-07-01	Gauquelin-A4-1477
agnellet-martin-1872-07-09	1872-07-09	Agnellet Martin
alain-jehan-1911-02-03	1911-02-03	Alain Jehan
gauquelin-a4-1480-1815-03-07	1815-03-07	Gauquelin-A4-1480
alary-jean-1850-11-28	1850-11-28	Alary Jean
alerme-etienne-1810-07-16	1810-07-16	Alerme Etienne
alibert-joseph-1881-12-06	1881-12-06	Alibert Joseph
alix-rene-1907-09-14	1907-09-14	Alix René
alkan-charles-1813-11-30	1813-11-30	Alkan Charles
alkan-napoleon-1826-02-02	1826-02-02	Alkan Napoleon
alphonse-jean-1880-12-31	1880-12-31	Alphonse Jean
alrit-antoine-1822-12-24	1822-12-24	Alrit Antoine
altes-ernest-1830-03-28	1830-03-28	Altes Ernest
ammann-charles-1845-03-05	1845-03-05	Ammann Charles
andlauer-louis-1876-09-07	1876-09-07	Andlauer Louis
andraud-jean-1887-04-15	1887-04-15	Andraud Jean
andre-rene-1870-06-04	1870-06-04	Andre René
andres-francois-1864-03-05	1864-03-05	Andres François
andrieu-vincent-1863-08-06	1863-08-06	Andrieu Vincent
ansart-leandre-1845-06-16	1845-06-16	Ansart Leandre
anthiome-eugene-1836-08-19	1836-08-19	Anthiome Eugène
antony-thouret-auguste-1828-11-25	1828-11-25	Antony-Thouret Auguste
aragon-francois-1863-06-21	1863-06-21	Aragon François
arambourou-charles-1884-01-04	1884-01-04	Arambourou Charles
arban-joseph-1825-02-28	1825-02-28	Arban Joseph
arcouet-gontran-1883-10-30	1883-10-30	Arcouet Gontran
argaing-rene-1868-11-17	1868-11-17	Argaing René
arnaud-jean-1807-03-17	1807-03-17	Arnaud Jean
arnoud-jules-1847-06-10	1847-06-10	Arnoud Jules
artus-amedee-1815-10-28	1815-10-28	Artus Amédée
gauquelin-a4-1507-1833-10-23	1833-10-23	Gauquelin-A4-1507
aubert-cesar-1858-07-10	1858-07-10	Aubert César
aubert-louis-1877-02-19	1877-02-19	Aubert Louis
aubert-louis-1872-12-24	1872-12-24	Aubert Louis
aubert-maximin-1847-05-20	1847-05-20	Aubert Maximin
aubry-georges-1868-01-07	1868-01-07	Aubry Georges
gauquelin-a4-1513-1840-04-12	1840-04-12	Gauquelin-A4-1513
audran-francois-1824-04-13	1824-04-13	Audran François
aulas-francisque-1884-08-07	1884-08-07	Aulas Francisque
aumond-henri-1818-07-31	1818-07-31	Aumond Henri
aupicg-pierre-1814-06-10	1814-06-10	Aupicg Pierre
auriaux-raphael-1852-02-01	1852-02-01	Auriaux Raphaël
gauquelin-a4-1519-1869-02-14	1869-02-14	Gauquelin-A4-1519
bacqueville-charles-1865-11-13	1865-11-13	Bacqueville Charles
gauquelin-a4-1521-1829-08-15	1829-08-15	Gauquelin-A4-1521
baillon-pierre-1881-10-25	1881-10-25	Baillon Pierre
bailly-cyrille-1865-06-16	1865-06-16	Bailly Cyrille
bailly-louis-1882-06-13	1882-06-13	Bailly Louis
bannelier-louis-1840-03-15	1840-03-15	Bannelier Louis
baque-jean-1854-12-21	1854-12-21	Baque Jean
barbe-adrien-1874-02-09	1874-02-09	Barbe Adrien
bardey-auguste-1838-11-08	1838-11-08	Bardey Auguste
gauquelin-a4-1529-1826-05-23	1826-05-23	Gauquelin-A4-1529
bardout-alexandre-1869-10-04	1869-10-04	Bardout Alexandre
baresse-louis-1842-11-30	1842-11-30	Baresse Louis
baretty-charles-1859-03-31	1859-03-31	Baretty Charles
baretty-henri-1836-10-26	1836-10-26	Baretty Henri
barraud-henri-1900-04-23	1900-04-23	Barraud Henri
barre-apollon-1804-11-06	1804-11-06	Barre Apollon
barrez-victor-1843-10-01	1843-10-01	Barrez Victor
barthe-charles-1819-07-17	1819-07-17	Barthe Charles
barthe-gratien-1828-06-07	1828-06-07	Barthe Gratien
barthel-alfred-1871-03-29	1871-03-29	Barthel Alfred
bastide-edmond-1885-12-24	1885-12-24	Bastide Edmond
gauquelin-a4-1541-1879-04-06	1879-04-06	Gauquelin-A4-1541
bastide-godefroid-paul-1842-07-10	1842-07-10	Bastide-Godefroid Paul
baton-rhene-1879-09-05	1879-09-05	Baton Rhene
bauduin-urbain-1882-09-16	1882-09-16	Bauduin Urbain
baumann-louis-1821-08-21	1821-08-21	Baumann Louis
baume-joseph-1871-06-09	1871-06-09	Baume Joseph
baussart-frederic-1842-05-30	1842-05-30	Baussart Frédéric
bazelaire-paul-1886-03-04	1886-03-04	Bazelaire Paul
bazile-louis-1847-08-05	1847-08-05	Bazile Louis
bazin-francois-1816-09-04	1816-09-04	Bazin François
beauvais-alexandre-1824-09-06	1824-09-06	Beauvais Alexandre
bele-desire-1868-02-09	1868-02-09	Bele Désiré
belliard-maxime-1888-11-28	1888-11-28	Belliard Maxime
berceaux-eugene-1840-07-16	1840-07-16	Berceaux Eugène
berger-georges-1871-06-13	1871-06-13	Berger Georges
bernadou-marius-1851-01-19	1851-01-19	Bernadou Marius
bernard-alfred-1831-11-05	1831-11-05	Bernard Alfred
gauquelin-a4-1559-1837-02-17	1837-02-17	Gauquelin-A4-1559
bernard-charles-i-1844-12-23	1844-12-23	Bernard Charles I
bernard-charles-ii-1825-10-04	1825-10-04	Bernard Charles II
bernard-edouard-1877-10-20	1877-10-20	Bernard Edouard
bernard-gustave-1859-02-12	1859-02-12	Bernard Gustave
bernard-guy-1907-05-19	1907-05-19	Bernard Guy
bernard-hubert-1852-01-17	1852-01-17	Bernard Hubert
bertelin-albert-1872-07-26	1872-07-26	Bertelin Albert
berthelemy-alfred-1840-01-30	1840-01-30	Berthelemy Alfred
berthelemy-felix-1829-11-04	1829-11-04	Berthelemy Félix
gauquelin-a4-1569-1856-12-27	1856-12-27	Gauquelin-A4-1569
berthemet-eugene-1848-08-06	1848-08-06	Berthemet Eugène
bertram-edmond-1851-10-14	1851-10-14	Bertram Edmond
bertrand-louis-1831-03-26	1831-03-26	Bertrand Louis
besozzi-louis-1814-04-03	1814-04-03	Besozzi Louis
beydts-louis-1895-06-29	1895-06-29	Beydts Louis
beyls-yvon-1871-04-28	1871-04-28	Beyls Yvon
bienaime-paul-1802-07-07	1802-07-07	Bienaime Paul
bilbaut-justin-1857-10-20	1857-10-20	Bilbaut Justin
billa-rene-1884-07-22	1884-07-22	Billa René
gauquelin-a4-1579-1853-03-08	1853-03-08	Gauquelin-A4-1579
bisetzki-antoine-1817-06-05	1817-06-05	Bisetzki Antoine
bizet-joseph-1876-08-11	1876-08-11	Bizet Joseph
blachere-charles-1851-10-02	1851-10-02	Blachere Charles
blachier-joseph-1848-05-11	1848-05-11	Blachier Joseph
blanc-jean-1828-06-26	1828-06-26	Blanc Jean
blanckeman-paul-1821-12-08	1821-12-08	Blanckeman Paul
blanco-pierre-1826-01-17	1826-01-17	Blanco Pierre
gauquelin-a4-1587-1877-06-02	1877-06-02	Gauquelin-A4-1587
blanvillain-alexandre-1825-08-22	1825-08-22	Blanvillain Alexandre
bleuset-eugene-1850-04-09	1850-04-09	Bleuset Eugène
bleuzet-louis-1874-04-26	1874-04-26	Bleuzet Louis
bloch-andreas-1873-01-14	1873-01-14	Bloch Andreas
boblin-fernand-1868-08-26	1868-08-26	Boblin Fernand
boellmann-leon-1862-09-25	1862-09-25	Boellmann Léon
boffy-leon-1876-03-19	1876-03-19	Boffy Léon
boisseau-arthur-1845-09-08	1845-09-08	Boisseau Arthur
boisselot-dominique-1811-12-03	1811-12-03	Boisselot Dominique
bondon-georges-1867-09-01	1867-09-01	Bondon Georges
bonnange-jules-1845-12-04	1845-12-04	Bonnange Jules
bonnet-antoine-1864-02-19	1864-02-19	Bonnet Antoine
bonnet-clement-1866-10-08	1866-10-08	Bonnet Clément
bonnet-louis-1849-12-29	1849-12-29	Bonnet Louis
bonnier-jules-1830-05-22	1830-05-22	Bonnier Jules
bonniol-pierre-1859-02-22	1859-02-22	Bonniol Pierre
bordier-paul-1826-06-24	1826-06-24	Bordier Paul
borrel-eugene-1876-08-22	1876-08-22	Borrel Eugène
bosc-elzear-1873-10-18	1873-10-18	Bosc Elzear
botte-adolphe-1823-09-26	1823-09-26	Botte Adolphe
boucher-henri-1873-05-14	1873-05-14	Boucher Henri
boucherit-jules-1877-03-29	1877-03-29	Boucherit Jules
boudier-charles-1877-01-14	1877-01-14	Boudier Charles
boudoux-edmond-1875-02-24	1875-02-24	Boudoux Edmond
bouffard-jean-1834-03-26	1834-03-26	Bouffard Jean
boulanger-henri-1815-09-16	1815-09-16	Boulanger Henri
boullard-louis-1852-03-10	1852-03-10	Boullard Louis
boulnois-lucien-1887-09-08	1887-09-08	Boulnois Lucien
bouquet-eugene-1844-05-25	1844-05-25	Bouquet Eugène
gauquelin-a4-1619-1832-10-02	1832-10-02	Gauquelin-A4-1619
gauquelin-a4-1620-1869-10-22	1869-10-22	Gauquelin-A4-1620
bourgault-ducoudray-louis-1840-02-02	1840-02-02	Bourgault-Ducoudray Louis
bourgeois-leon-1867-10-26	1867-10-26	Bourgeois Léon
bourges-pierre-1873-02-12	1873-02-12	Bourges Pierre
bousquet-ange-1818-03-12	1818-03-12	Bousquet Ange
bousquet-paulin-1848-03-19	1848-03-19	Bousquet Paulin
boussagol-emile-1854-12-10	1854-12-10	Boussagol Emile
bouvetier-baudile-1852-06-03	1852-06-03	Bouvetier Baudile
bozza-eugene-1905-04-02	1905-04-02	Bozza Eugène
braquet-charles-1840-12-21	1840-12-21	Braquet Charles
brenne-felix-1848-02-14	1848-02-14	Brenne Félix
bressler-joseph-1803-12-12	1803-12-12	Bressler Joseph
bret-gustave-1875-08-30	1875-08-30	Bret Gustave
gauquelin-a4-1633-1856-04-01	1856-04-01	Gauquelin-A4-1633
breville-pierre-1861-02-21	1861-02-21	Breville Pierre
briard-jean-1823-05-15	1823-05-15	Briard Jean
gauquelin-a4-1636-1842-04-15	1842-04-15	Gauquelin-A4-1636
briol-maurice-1874-09-22	1874-09-22	Briol Maurice
brisset-louis-1872-08-25	1872-08-25	Brisset Louis
brivady-auguste-1830-11-29	1830-11-29	Brivady Auguste
brive-augustin-1855-09-12	1855-09-12	Brive Augustin
brousse-joseph-1864-11-21	1864-11-21	Brousse Joseph
broutin-clement-1851-05-04	1851-05-04	Broutin Clément
bruguier-francois-1853-03-16	1853-03-16	Bruguier François
brun-pierre-1878-10-15	1878-10-15	Brun Pierre
brunard-henry-1844-09-11	1844-09-11	Brunard Henry
bruneau-louis-1857-03-03	1857-03-03	Bruneau Louis
brunel-louis-1844-09-15	1844-09-15	Brunel Louis
brunet-edouard-1853-04-08	1853-04-08	Brunet Edouard
gauquelin-a4-1649-1827-12-14	1827-12-14	Gauquelin-A4-1649
gauquelin-a4-1650-1880-06-03	1880-06-03	Gauquelin-A4-1650
bulteau-paul-1872-03-03	1872-03-03	Bulteau Paul
busser-henri-1872-01-16	1872-01-16	Busser Henri
cabassol-jean-1843-10-29	1843-10-29	Cabassol Jean
cabilliot-georges-1861-04-02	1861-04-02	Cabilliot Georges
caby-robert-1905-03-25	1905-03-25	Caby Robert
cahusac-louis-1880-07-12	1880-07-12	Cahusac Louis
gauquelin-a4-1657-1853-04-07	1853-04-07	Gauquelin-A4-1657
caillol-francois-1865-05-18	1865-05-18	Caillol François
canteloube-joseph-1879-10-21	1879-10-21	Canteloube Joseph
capdevielle-jacques-1875-07-17	1875-07-17	Capdevielle Jacques
capel-achille-1848-06-17	1848-06-17	Capel Achille
caplet-andre-1878-11-23	1878-11-23	Caplet André
carcanade-rene-1874-02-22	1874-02-22	Carcanade René
gauquelin-a4-1664-1882-04-29	1882-04-29	Gauquelin-A4-1664
carles-fernand-1855-01-18	1855-01-18	Carles Fernand
carlier-florestan-1814-06-30	1814-06-30	Carlier Florestan
carmont-armand-1833-08-18	1833-08-18	Carmont Armand
caron-benoui-1859-05-05	1859-05-05	Caron Benoui
carraud-michel-1864-07-20	1864-07-20	Carraud Michel
gauquelin-a4-1670-1869-06-06	1869-06-06	Gauquelin-A4-1670
carre-felix-1872-04-08	1872-04-08	Carre Félix
gauquelin-a4-1672-1838-08-01	1838-08-01	Gauquelin-A4-1672
carriere-leopold-1804-08-12	1804-08-12	Carriere Leopold
cartan-jean-1906-12-01	1906-12-01	Cartan Jean
casadesus-francis-1870-12-02	1870-12-02	Casadesus Francis
gauquelin-a4-1676-1877-02-08	1877-02-08	Gauquelin-A4-1676
castera-rene-1873-04-03	1873-04-03	Castera René
castillon-alexis-1838-12-13	1838-12-13	Castillon Alexis
cavailles-emile-1874-04-21	1874-04-21	Cavailles Emile
cazajus-jean-1858-08-17	1858-08-17	Cazajus Jean
chabeaux-jean-1854-02-19	1854-02-19	Chabeaux Jean
chabrier-emmanuel-1841-01-18	1841-01-18	Chabrier Emmanuel
chailley-francois-1881-06-03	1881-06-03	Chailley François
chaine-eugene-1819-12-01	1819-12-01	Chaine Eugène
chalory-marie-1829-07-20	1829-07-20	Chalory Marie
chambris-henri-1879-03-29	1879-03-29	Chambris Henri
chapelle-edouard-1814-02-23	1814-02-23	Chapelle Edouard
chapuis-auguste-1858-04-20	1858-04-20	Chapuis Auguste
charlot-alphonse-1836-04-29	1836-04-29	Charlot Alphonse
charmoux-amedee-1825-01-01	1825-01-01	Charmoux Amédée
charpentier-gustave-1860-06-25	1860-06-25	Charpentier Gustave
charpentier-hippolyte-1844-01-02	1844-01-02	Charpentier Hippolyte
charpentier-paul-1846-05-19	1846-05-19	Charpentier Paul
charpentier-victor-1867-07-23	1867-07-23	Charpentier Victor
chartier-paul-1875-12-11	1875-12-11	Chartier Paul
chaussier-henry-1854-05-23	1854-05-23	Chaussier Henry
chausson-ernest-1855-01-20	1855-01-20	Chausson Ernest
chauvet-charles-1837-06-07	1837-06-07	Chauvet Charles
chavagnat-anne-1845-10-17	1845-10-17	Chavagnat Anne
chazeau-jean-1879-04-26	1879-04-26	Chazeau Jean
gauquelin-a4-1701-1809-03-23	1809-03-23	Gauquelin-A4-1701
cheri-victor-1830-03-14	1830-03-14	Cheri Victor
cherouvrier-edmond-1831-02-07	1831-02-07	Cherouvrier Edmond
chevalier-jean-1874-12-16	1874-12-16	Chevalier Jean
chevillard-paul-1859-10-14	1859-10-14	Chevillard Paul
choinet-henri-1872-12-06	1872-12-06	Choinet Henri
choisnel-marie-1857-01-03	1857-01-03	Choisnel Marie
christine-henri-1867-12-27	1867-12-27	Christine Henri
claudel-eugene-1823-08-01	1823-08-01	Claudel Eugène
claveau-henri-1845-07-07	1845-07-07	Claveau Henri
clerc-charles-1879-09-22	1879-09-22	Clerc Charles
clerjot-maurice-1874-05-01	1874-05-01	Clerjot Maurice
coche-victor-1806-11-24	1806-11-24	Coche Victor
cognier-achille-1861-03-13	1861-03-13	Cognier Achille
cohen-leonce-1829-02-12	1829-02-12	Cohen Leonce
coinchon-pierre-1819-12-08	1819-12-08	Coinchon Pierre
colin-charles-1832-06-02	1832-06-02	Colin Charles
colin-leopold-1849-05-28	1849-05-28	Colin Leopold
commette-edouard-1883-04-12	1883-04-12	Commette Edouard
compere-jean-1836-11-07	1836-11-07	Compere Jean
constans-benoit-1822-10-27	1822-10-27	Constans Benoît
gauquelin-a4-1722-1846-05-26	1846-05-26	Gauquelin-A4-1722
coquet-bernard-1836-05-21	1836-05-21	Coquet Bernard
cordelle-hippolyte-1855-07-30	1855-07-30	Cordelle Hippolyte
cote-jean-1849-03-25	1849-03-25	Cote Jean
cotte-charles-1839-08-05	1839-08-05	Cotte Charles
cottin-louis-1880-10-03	1880-10-03	Cottin Louis
couillaud-henri-1878-12-09	1878-12-09	Couillaud Henri
courtade-louis-1848-08-08	1848-08-08	Courtade Louis
courtois-andre-1879-08-12	1879-08-12	Courtois André
cousin-jean-1843-01-20	1843-01-20	Cousin Jean
couzin-maurice-1881-08-27	1881-08-27	Couzin Maurice
covin-henri-1845-09-13	1845-09-13	Covin Henri
coyon-antoine-1830-10-20	1830-10-20	Coyon Antoine
craiste-vanceslas-1856-01-16	1856-01-16	Craiste Vanceslas
cras-jean-1879-05-22	1879-05-22	Cras Jean
cremnitz-alfred-1834-01-10	1834-01-10	Cremnitz Alfred
crepy-maurice-1878-02-27	1878-02-27	Crepy Maurice
creusot-armand-1875-01-16	1875-01-16	Creusot Armand
crevecoeur-joseph-1819-01-12	1819-01-12	Crevecoeur Joseph
crongny-hippolyte-1844-11-07	1844-11-07	Crongny Hippolyte
cros-celestin-1855-09-11	1855-09-11	Cros Célestin
gauquelin-a4-1743-1826-05-23	1826-05-23	Gauquelin-A4-1743
cuvillier-charles-1877-04-24	1877-04-24	Cuvillier Charles
damase-jean-1928-01-27	1928-01-27	Damase Jean
gauquelin-a4-1746-1819-01-01	1819-01-01	Gauquelin-A4-1746
gauquelin-a4-1747-1817-12-19	1817-12-19	Gauquelin-A4-1747
gauquelin-a4-1748-1822-06-01	1822-06-01	Gauquelin-A4-1748
dandelot-georges-1895-12-02	1895-12-02	Dandelot Georges
danhauser-adolphe-1835-02-26	1835-02-26	Danhauser Adolphe
darnis-auguste-1870-03-12	1870-03-12	Darnis Auguste
gauquelin-a4-1752-1860-09-29	1860-09-29	Gauquelin-A4-1752
daunis-franck-1875-10-29	1875-10-29	Daunis Franck
david-felicien-1810-04-13	1810-04-13	David Felicien
david-samuel-1836-11-12	1836-11-12	David Samuel
debar-remi-1854-11-15	1854-11-15	Debar Rémi
debeir-joseph-1872-04-15	1872-04-15	Debeir Joseph
debruille-emile-1849-02-10	1849-02-10	Debruille Emile
debuchy-albert-1864-07-19	1864-07-19	Debuchy Albert
gauquelin-a4-1761-1860-05-09	1860-05-09	Gauquelin-A4-1761
deffes-pierre-1819-07-25	1819-07-25	Deffes Pierre
degageux-lucien-1878-10-10	1878-10-10	Degageux Lucien
degaugue-frederic-1833-03-15	1833-03-15	Degaugue Frédéric
degouy-jean-1823-10-22	1823-10-22	Degouy Jean
delaby-victor-1848-06-09	1848-06-09	Delaby Victor
delacroix-henri-1876-04-06	1876-04-06	Delacroix Henri
delacroix-paul-1882-06-21	1882-06-21	Delacroix Paul
delafontaine-joseph-1831-01-22	1831-01-22	Delafontaine Joseph
delahaigue-albert-1872-06-18	1872-06-18	Delahaigue Albert
delamothe-jean-1866-10-07	1866-10-07	Delamothe Jean
delannoy-marcel-1898-07-09	1898-07-09	Delannoy Marcel
delaruelle-pierre-1833-02-23	1833-02-23	Delaruelle Pierre
gauquelin-a4-1774-1817-12-10	1817-12-10	Gauquelin-A4-1774
gauquelin-a4-1775-1839-04-14	1839-04-14	Gauquelin-A4-1775
delfosse-gustave-1878-01-24	1878-01-24	Delfosse Gustave
delibes-leo-1836-02-21	1836-02-21	Delibes Leo
delioux-savignac-jean-1825-04-17	1825-04-17	Delioux-Savignac Jean
delisle-charles-1854-08-12	1854-08-12	Delisle Charles
delorme-alexandre-1876-01-24	1876-01-24	Delorme Alexandre
delrieux-pascal-1850-05-17	1850-05-17	Delrieux Pascal
delsart-jules-1844-11-24	1844-11-24	Delsart Jules
delvincourt-claude-1888-01-12	1888-01-12	Delvincourt Claude
demersseman-jules-1833-01-09	1833-01-09	Demersseman Jules
deneaux-theodore-1825-12-14	1825-12-14	Deneaux Theodore
dere-jean-1886-06-23	1886-06-23	Dere Jean
derennes-jean-1815-02-08	1815-02-08	Derennes Jean
derigny-joseph-1850-12-05	1850-12-05	Derigny Joseph
desenclos-alfred-1912-02-07	1912-02-07	Desenclos Alfred
desjardins-leon-1847-04-05	1847-04-05	Desjardins Léon
deslandres-adolphe-1840-01-22	1840-01-22	Deslandres Adolphe
deslandres-georges-1849-05-05	1849-05-05	Deslandres Georges
desmarets-jean-1804-06-16	1804-06-16	Desmarets Jean
desmidt-samuel-1866-04-14	1866-04-14	Desmidt Samuel
despreaux-guillaume-1801-09-20	1801-09-20	Despreaux Guillaume
desormiere-roger-1898-09-13	1898-09-13	Desormiere Roger
desoubrie-augustin-1871-03-24	1871-03-24	Desoubrie Augustin
diepedaal-ismael-1845-12-15	1845-12-15	Diepedaal Ismael
dietsch-pierre-1808-03-17	1808-03-17	Dietsch Pierre
do-casimir-1873-07-21	1873-07-21	Do Casimir
domergue-charles-1878-08-09	1878-08-09	Domergue Charles
donat-marthe-1842-12-13	1842-12-13	Donat Marthe
dorel-pierre-1852-01-26	1852-01-26	Dorel Pierre
dorson-jean-1882-04-12	1882-04-12	Dorson Jean
gauquelin-a4-1805-1845-06-10	1845-06-10	Gauquelin-A4-1805
douay-louis-1836-04-01	1836-04-01	Douay Louis
dourthe-joseph-1845-09-21	1845-09-21	Dourthe Joseph
gauquelin-a4-1808-1882-04-03	1882-04-03	Gauquelin-A4-1808
dreyfuss-louis-1860-10-08	1860-10-08	Dreyfuss Louis
drezet-joseph-1825-11-03	1825-11-03	Drezet Joseph
drouet-georges-1882-04-24	1882-04-24	Drouet Georges
dubois-christophe-1830-05-06	1830-05-06	Dubois Christophe
dubois-eugene-1851-12-18	1851-12-18	Dubois Eugène
dubois-ferdinand-1817-03-23	1817-03-23	Dubois Ferdinand
dubois-jacques-1873-05-13	1873-05-13	Dubois Jacques
dubois-jean-1870-05-22	1870-05-22	Dubois Jean
dubois-leon-1872-04-28	1872-04-28	Dubois Léon
gauquelin-a4-1818-1837-08-24	1837-08-24	Gauquelin-A4-1818
dubroqua-simon-1864-04-13	1864-04-13	Dubroqua Simon
ducarne-fulgence-1843-11-29	1843-11-29	Ducarne Fulgence
ducheron-pierre-1857-03-08	1857-03-08	Ducheron Pierre
ducor-edmond-1829-08-17	1829-08-17	Ducor Edmond
dufils-jean-1835-07-24	1835-07-24	Dufils Jean
dufour-victor-1839-02-10	1839-02-10	Dufour Victor
duhot-charles-1834-10-25	1834-10-25	Duhot Charles
dukas-paul-1865-10-01	1865-10-01	Dukas Paul
duparc-henri-1848-01-21	1848-01-21	Duparc Henri
dupin-paul-1865-08-14	1865-08-14	Dupin Paul
dupont-gabriel-1878-03-01	1878-03-01	Dupont Gabriel
gauquelin-a4-1830-1827-08-20	1827-08-20	Gauquelin-A4-1830
dupre-germain-1868-07-04	1868-07-04	Dupre Germain
dupre-marcel-1886-05-03	1886-05-03	Dupre Marcel
durand-antoine-1826-03-26	1826-03-26	Durand Antoine
durand-emile-1830-02-16	1830-02-16	Durand Emile
durand-joseph-1878-08-26	1878-08-26	Durand Joseph
durey-louis-1888-05-27	1888-05-27	Durey Louis
durietz-daniel-1856-05-24	1856-05-24	Durietz Daniel
durufle-maurice-1902-01-11	1902-01-11	Durufle Maurice
dusausoy-fernand-1882-07-11	1882-07-11	Dusausoy Fernand
dusautoy-charles-1853-10-13	1853-10-13	Dusautoy Charles
duseigneur-louis-1838-03-08	1838-03-08	Duseigneur Louis
dutacq-amedee-1848-07-18	1848-07-18	Dutacq Amédée
gauquelin-a4-1843-1837-08-24	1837-08-24	Gauquelin-A4-1843
dutilleux-henri-1916-01-22	1916-01-22	Dutilleux Henri
duvernoy-charles-1844-06-17	1844-06-17	Duvernoy Charles
duvernoy-victor-1842-08-30	1842-08-30	Duvernoy Victor
ehrhart-charles-1802-04-16	1802-04-16	Ehrhart Charles
ehrhart-leon-1854-05-11	1854-05-11	Ehrhart Léon
emmanuel-maurice-1862-05-02	1862-05-02	Emmanuel Maurice
erb-marie-1860-01-26	1860-01-26	Erb Marie
gauquelin-a4-1851-1863-05-25	1863-05-25	Gauquelin-A4-1851
erlanger-jules-1830-06-25	1830-06-25	Erlanger Jules
esclobas-louis-1845-10-10	1845-10-10	Esclobas Louis
espagnet-jean-1871-03-17	1871-03-17	Espagnet Jean
estyle-abel-1877-10-31	1877-10-31	Estyle Abel
fabre-emile-1868-05-25	1868-05-25	Fabre Emile
fages-jean-1846-02-05	1846-02-05	Fages Jean
fanton-jules-1841-09-18	1841-09-18	Fanton Jules
fauchard-auguste-1881-03-05	1881-03-05	Fauchard Auguste
faure-jean-1830-01-15	1830-01-15	Faure Jean
faures-jean-1834-08-18	1834-08-18	Faures Jean
fauthoux-pierre-1865-08-28	1865-08-28	Fauthoux Pierre
favre-jean-1838-02-13	1838-02-13	Favre Jean
gauquelin-a4-1865-1835-06-12	1835-06-12	Gauquelin-A4-1865
ferrand-hippolythe-1830-12-05	1830-12-05	Ferrand Hippolythe
ferroud-pierre-1900-01-06	1900-01-06	Ferroud Pierre
fery-aime-1862-06-26	1862-06-26	Fery Aimé
fevrier-henry-1875-10-02	1875-10-02	Fevrier Henry
fichet-raymond-1867-06-19	1867-06-19	Fichet Raymond
gauquelin-a4-1871-1877-05-11	1877-05-11	Gauquelin-A4-1871
flament-achille-1865-12-07	1865-12-07	Flament Achille
gauquelin-a4-1873-1880-08-27	1880-08-27	Gauquelin-A4-1873
fleury-andre-1903-07-25	1903-07-25	Fleury André
floquet-victor-1851-06-28	1851-06-28	Floquet Victor
fock-paul-1850-10-21	1850-10-21	Fock Paul
folie-louis-1817-10-29	1817-10-29	Folie Louis
fouant-de-la-tombelle-antoine-1854-08-03	1854-08-03	Fouant De La Tombelle Antoine
fourestier-louis-1892-05-31	1892-05-31	Fourestier Louis
fournier-louis-1877-07-08	1877-07-08	Fournier Louis
francais-jean-1912-05-23	1912-05-23	Francais Jean
franchomme-auguste-1808-04-10	1808-04-10	Franchomme Auguste
franck-jules-1858-09-15	1858-09-15	Franck Jules
gauquelin-a4-1885-1848-10-19	1848-10-19	Gauquelin-A4-1885
fremaux-albert-1853-11-06	1853-11-06	Fremaux Albert
freminet-jules-1829-02-28	1829-02-28	Freminet Jules
fridrich-gustave-1850-12-31	1850-12-31	Fridrich Gustave
furet-charles-1868-06-22	1868-06-22	Furet Charles
galibert-pierre-1826-08-08	1826-08-08	Galibert Pierre
galipeau-leon-1862-01-05	1862-01-05	Galipeau Léon
gangnereau-pierre-1825-07-12	1825-07-12	Gangnereau Pierre
ganne-gustave-1862-04-05	1862-04-05	Ganne Gustave
garban-lucien-1877-08-22	1877-08-22	Garban Lucien
garcin-jules-1830-07-11	1830-07-11	Garcin Jules
garnier-georges-1847-12-24	1847-12-24	Garnier Georges
garrigue-jean-1842-01-31	1842-01-31	Garrigue Jean
gary-jean-1844-02-07	1844-02-07	Gary Jean
gaspard-pierre-1867-07-11	1867-07-11	Gaspard Pierre
gastinel-leon-1823-08-15	1823-08-15	Gastinel Léon
gatellier-louis-1842-08-13	1842-08-13	Gatellier Louis
gatin-firmin-1842-01-23	1842-01-23	Gatin Firmin
gaubert-lucien-1881-01-07	1881-01-07	Gaubert Lucien
gaubert-philippe-1879-07-04	1879-07-04	Gaubert Philippe
gaurion-stephane-1843-06-06	1843-06-06	Gaurion Stéphane
gautier-fr-1826-08-02	1826-08-02	Gautier Fr
gautier-jean-1822-02-27	1822-02-27	Gautier Jean
gazier-eugene-1854-05-03	1854-05-03	Gazier Eugène
gazilhou-louis-1874-04-13	1874-04-13	Gazilhou Louis
gauquelin-a4-1910-1856-12-27	1856-12-27	Gauquelin-A4-1910
gennaro-mario-1863-09-20	1863-09-20	Gennaro Mario
georges-alexandre-1859-02-25	1859-02-25	Georges Alexandre
ghilain-henri-1842-04-11	1842-04-11	Ghilain Henri
gauquelin-a4-1914-1839-09-05	1839-09-05	Gauquelin-A4-1914
gibier-adolphe-1854-08-11	1854-08-11	Gibier Adolphe
gigout-eugene-1844-03-23	1844-03-23	Gigout Eugène
gillet-ernest-1856-09-12	1856-09-12	Gillet Ernest
gillet-georges-1854-05-17	1854-05-17	Gillet Georges
girard-emile-1837-12-24	1837-12-24	Girard Emile
girard-louis-1832-01-18	1832-01-18	Girard Louis
giraud-pierre-1866-04-22	1866-04-22	Giraud Pierre
giroz-edmond-1831-08-03	1831-08-03	Giroz Edmond
godard-benjamin-1849-08-18	1849-08-18	Godard Benjamin
godefroy-victor-1839-09-11	1839-09-11	Godefroy Victor
gogue-antoine-1845-06-20	1845-06-20	Gogue Antoine
gouard-arthur-1849-08-24	1849-08-24	Gouard Arthur
gouard-henri-1875-04-29	1875-04-29	Gouard Henri
goue-emile-1904-06-13	1904-06-13	Goue Emile
gout-jean-1831-04-23	1831-04-23	Gout Jean
grand-jany-anatole-1862-07-01	1862-07-01	Grand-Jany Anatole
greiner-nicolas-1873-02-22	1873-02-22	Greiner Nicolas
grenaud-paul-1865-04-14	1865-04-14	Grenaud Paul
grenier-jean-1870-06-08	1870-06-08	Grenier Jean
grillet-laurent-1850-05-27	1850-05-27	Grillet Laurent
grovlez-gabriel-1879-04-04	1879-04-04	Grovlez Gabriel
grunenwald-jean-1911-02-02	1911-02-02	Grunenwald Jean
guertimont-henri-1826-11-12	1826-11-12	Guertimont Henri
guiard-eugene-1859-09-01	1859-09-01	Guiard Eugène
guiard-eugene-1825-10-26	1825-10-26	Guiard Eugène
guichemerre-jean-1868-02-10	1868-02-10	Guichemerre Jean
guillabert-eugene-1836-10-13	1836-10-13	Guillabert Eugène
guillier-arthur-1856-07-05	1856-07-05	Guillier Arthur
guillion-antoine-1809-02-26	1809-02-26	Guillion Antoine
guillon-albert-1801-09-22	1801-09-22	Guillon Albert
guimbal-constantin-1825-03-28	1825-03-28	Guimbal Constantin
guyard-nicolas-1828-05-29	1828-05-29	Guyard Nicolas
guyon-emile-1834-04-03	1834-04-03	Guyon Emile
haeusser-frederic-1823-04-12	1823-04-12	Haeusser Frédéric
hainl-francois-1807-11-16	1807-11-16	Hainl François
gauquelin-a4-1951-1817-12-10	1817-12-10	Gauquelin-A4-1951
gauquelin-a4-1952-1877-04-10	1877-04-10	Gauquelin-A4-1952
hayot-eugene-1862-11-08	1862-11-08	Hayot Eugène
heblot-charles-1838-01-21	1838-01-21	Heblot Charles
hebrard-pierre-1878-12-29	1878-12-29	Hebrard Pierre
gauquelin-a4-1956-1817-04-16	1817-04-16	Gauquelin-A4-1956
casalis-bernard-1902-05-01	1902-05-01	Casalis Bernard
hess-guillaume-1847-12-30	1847-12-30	Hess Guillaume
hesse-georges-1841-01-12	1841-01-12	Hesse Georges
hignard-jean-1822-05-20	1822-05-20	Hignard Jean
hillemacher-lucien-1860-06-10	1860-06-10	Hillemacher Lucien
gauquelin-a4-1962-1852-11-25	1852-11-25	Gauquelin-A4-1962
hirschann-henri-1876-01-25	1876-01-25	Hirschann Henri
holtzinger-simon-1832-04-18	1832-04-18	Holtzinger Simon
hommee-jules-1846-08-28	1846-08-28	Hommee Jules
honnore-leon-1859-10-12	1859-10-12	Honnore Léon
hour-edouard-1852-03-03	1852-03-03	Hour Edouard
hubert-louis-1812-11-16	1812-11-16	Hubert Louis
huc-hector-1884-03-06	1884-03-06	Huc Hector
hue-georges-1858-05-06	1858-05-06	Hue Georges
humblot-joseph-1845-10-12	1845-10-12	Humblot Joseph
huot-hippolyte-1821-08-09	1821-08-09	Huot Hippolyte
hure-jean-1877-09-17	1877-09-17	Hure Jean
husson-morel-valeri-1851-08-16	1851-08-16	Husson Morel Valeri
ibert-jacques-1890-08-15	1890-08-15	Ibert Jacques
imbert-louis-1860-09-26	1860-09-26	Imbert Louis
indy-paul-1851-03-27	1851-03-27	Indy Paul
inghelbrecht-desire-1880-09-17	1880-09-17	Inghelbrecht Désiré
jacob-louis-1841-02-27	1841-02-27	Jacob Louis
jacquard-louis-1832-12-26	1832-12-26	Jacquard Louis
jamme-emile-1873-11-13	1873-11-13	Jamme Emile
japy-louis-1842-04-21	1842-04-21	Japy Louis
jaquelin-claude-1821-07-15	1821-07-15	Jaquelin Claude
jarre-maurice-1924-09-13	1924-09-13	Jarre Maurice
jaubert-maurice-1900-01-03	1900-01-03	Jaubert Maurice
jaussaud-casimir-1854-05-06	1854-05-06	Jaussaud Casimir
gauquelin-a4-1989-1858-08-13	1858-08-13	Gauquelin-A4-1989
jolivet-francois-1841-08-16	1841-08-16	Jolivet François
joly-edouard-1862-10-01	1862-10-01	Joly Edouard
joly-gustave-1878-06-21	1878-06-21	Joly Gustave
joly-louis-1874-08-25	1874-08-25	Joly Louis
jonas-emile-1827-03-05	1827-03-05	Jonas Emile
joncieres-victorin-1839-04-12	1839-04-12	Joncieres Victorin
jonquier-leonce-1854-06-15	1854-06-15	Jonquier Leonce
jousselin-louis-1869-11-14	1869-11-14	Jousselin Louis
jouve-joseph-1849-05-10	1849-05-10	Jouve Joseph
jullien-paul-1840-02-12	1840-02-12	Jullien Paul
klein-adolphe-1853-02-28	1853-02-28	Klein Adolphe
koechlin-charles-1867-11-27	1867-11-27	Koechlin Charles
kohler-frederic-1818-03-20	1818-03-20	Kohler Frédéric
krantz-louis-1846-03-26	1846-03-26	Krantz Louis
krebs-pierre-1847-11-20	1847-11-20	Krebs Pierre
krieger-marie-1885-11-09	1885-11-09	Krieger Marie
kroll-francois-1808-09-30	1808-09-30	Kroll François
labatut-joseph-1824-11-01	1824-11-01	Labatut Joseph
labatut-theophile-1839-10-27	1839-10-27	Labatut Theophile
labey-marcel-1875-08-06	1875-08-06	Labey Marcel
laboudet-alphonse-1852-09-23	1852-09-23	Laboudet Alphonse
lack-marie-1846-09-03	1846-09-03	Lack Marie
lacombe-louis-1818-11-26	1818-11-26	Lacombe Louis
lacombe-paul-1837-07-11	1837-07-11	Lacombe Paul
lacome-d-estalenx-paul-1838-03-03	1838-03-03	Lacome D'Estalenx Paul
ladmirault-paul-1877-12-08	1877-12-08	Ladmirault Paul
laffage-joseph-1844-01-26	1844-01-26	Laffage Joseph
lagrange-bernard-1865-10-17	1865-10-17	Lagrange Bernard
laigre-paul-1870-10-01	1870-10-01	Laigre Paul
lalande-desire-1847-01-16	1847-01-16	Lalande Désiré
lalanne-francois-1868-10-18	1868-10-18	Lalanne François
lalliet-casimir-1837-12-05	1837-12-05	Lalliet Casimir
lalo-edouard-1823-01-27	1823-01-27	Lalo Edouard
lamart-felix-1845-10-20	1845-10-20	Lamart Félix
lamart-octave-1868-07-03	1868-07-03	Lamart Octave
lambert-charles-1857-07-11	1857-07-11	Lambert Charles
landowski-marcel-1915-02-18	1915-02-18	Landowski Marcel
langlais-jean-1907-02-15	1907-02-15	Langlais Jean
langrand-eugene-1877-02-11	1877-02-11	Langrand Eugène
lantier-pierre-1910-04-30	1910-04-30	Lantier Pierre
laparra-raoul-1876-05-13	1876-05-13	Laparra Raoul
la-presle-jacques-1888-07-05	1888-07-05	La Presle Jacques
larmanjat-jacques-1878-10-19	1878-10-19	Larmanjat Jacques
larrieux-etienne-1844-12-27	1844-12-27	Larrieux Etienne
lascoretz-francois-1825-10-14	1825-10-14	Lascoretz François
gauquelin-a4-2035-1838-07-29	1838-07-29	Gauquelin-A4-2035
laucien-zephirin-1831-04-04	1831-04-04	Laucien Zephirin
lauga-francois-1852-04-10	1852-04-10	Lauga François
laurens-edmond-1852-11-10	1852-11-10	Laurens Edmond
laurent-bernard-1839-08-16	1839-08-16	Laurent Bernard
lauret-simon-1808-12-25	1808-12-25	Lauret Simon
lautier-jacques-1846-08-21	1846-08-21	Lautier Jacques
lavagne-jacques-1842-12-03	1842-12-03	Lavagne Jacques
lavignac-alexandre-1846-01-22	1846-01-22	Lavignac Alexandre
le-boucher-maurice-1882-05-25	1882-05-25	Le Boucher Maurice
lebrun-charles-1847-09-03	1847-09-03	Lebrun Charles
lecerf-charles-1826-04-05	1826-04-05	Lecerf Charles
lechien-desire-1863-04-04	1863-04-04	Lechien Désiré
leclere-pierre-1862-11-24	1862-11-24	Leclere Pierre
lecocq-alexandre-1832-06-03	1832-06-03	Lecocq Alexandre
lecointe-eugene-1817-05-10	1817-05-10	Lecointe Eugène
le-couppey-felix-1811-04-14	1811-04-14	Le Couppey Félix
lecussant-louis-1877-09-08	1877-09-08	Lecussant Louis
lede-henri-1832-02-29	1832-02-29	Lede Henri
leduc-jules-1829-01-09	1829-01-09	Leduc Jules
lefebvre-armand-1854-01-27	1854-01-27	Lefebvre Armand
lefebvre-charles-1843-06-19	1843-06-19	Lefebvre Charles
lefebvre-charles-1826-01-19	1826-01-19	Lefebvre Charles
lefebvre-jules-1827-10-28	1827-10-28	Lefebvre Jules
le-flem-paul-1881-11-13	1881-11-13	Le Flem Paul
lefort-narcisse-1852-06-18	1852-06-18	Lefort Narcisse
lejeune-georges-1820-02-18	1820-02-18	Lejeune Georges
lejeune-maximin-1847-04-30	1847-04-30	Lejeune Maximin
lekeu-guillaume-1870-01-20	1870-01-20	Lekeu Guillaume
lemaire-jean-1842-01-16	1842-01-16	Lemaire Jean
lemoine-leon-1855-07-20	1855-07-20	Lemoine Léon
lepine-jean-1826-05-15	1826-05-15	Lepine Jean
le-rey-frederic-1858-05-19	1858-05-19	Le Rey Frédéric
lermyte-andre-1882-09-20	1882-09-20	Lermyte André
leroux-emile-1860-03-09	1860-03-09	Leroux Emile
leroy-jules-1838-11-01	1838-11-01	Leroy Jules
gauquelin-a4-2071-1866-02-06	1866-02-06	Gauquelin-A4-2071
letorey-omer-1873-05-04	1873-05-04	Letorey Omer
leveque-marie-1846-07-10	1846-07-10	Leveque Marie
gauquelin-a4-2074-1833-02-02	1833-02-02	Gauquelin-A4-2074
levy-maurice-1883-06-28	1883-06-28	Levy Maurice
libert-henri-1869-12-15	1869-12-15	Libert Henri
lioncourt-guy-1885-12-01	1885-12-01	Lioncourt Guy
litaize-gaston-1909-08-11	1909-08-11	Litaize Gaston
loewenthal-nathan-1845-07-21	1845-07-21	Loewenthal Nathan
loiseau-emile-1874-12-31	1874-12-31	Loiseau Emile
longy-gustave-1868-08-29	1868-08-29	Longy Gustave
loucheur-raymond-1899-01-01	1899-01-01	Loucheur Raymond
lubineau-emile-1868-05-04	1868-05-04	Lubineau Emile
luigini-alexandre-1850-03-09	1850-03-09	Luigini Alexandre
lussiez-theophile-1869-02-04	1869-02-04	Lussiez Theophile
lutz-charles-1864-03-29	1864-03-29	Lutz Charles
mager-paul-1873-08-25	1873-08-25	Mager Paul
magnard-alberic-1865-06-09	1865-06-09	Magnard Alberic
magniel-louis-1824-01-05	1824-01-05	Magniel Louis
mahaut-jean-1867-02-13	1867-02-13	Mahaut Jean
maillart-aime-1817-03-24	1817-03-24	Maillart Aimé
maillart-henri-1829-09-24	1829-09-24	Maillart Henri
malandran-julien-1848-09-27	1848-09-27	Malandran Julien
malet-baptiste-1856-11-18	1856-11-18	Malet Baptiste
mallet-gaston-1878-12-24	1878-12-24	Mallet Gaston
mangeant-jean-1827-08-04	1827-08-04	Mangeant Jean
marchand-louis-1838-08-20	1838-08-20	Marchand Louis
marechal-charles-1842-01-22	1842-01-22	Marechal Charles
marichelle-jules-1866-06-11	1866-06-11	Marichelle Jules
marie-claude-1811-05-22	1811-05-22	Marie Claude
mariotte-antoine-1875-12-22	1875-12-22	Mariotte Antoine
marix-israel-arthur-1837-08-15	1837-08-15	Marix-Israel Arthur
marmontel-antoine-1816-07-16	1816-07-16	Marmontel Antoine
marteau-constant-1820-04-09	1820-04-09	Marteau Constant
martin-adolphe-1834-12-28	1834-12-28	Martin Adolphe
martin-henri-1879-05-19	1879-05-19	Martin Henri
martin-joachim-1845-02-06	1845-02-06	Martin Joachim
martin-louis-1846-08-24	1846-08-24	Martin Louis
martin-maximin-1821-05-21	1821-05-21	Martin Maximin
martin-pierre-1837-11-01	1837-11-01	Martin Pierre
martinet-jean-1912-11-08	1912-11-08	Martinet Jean
marty-eugene-1860-05-16	1860-05-16	Marty Eugène
marx-isaak-1816-06-20	1816-06-20	Marx Isaak
marx-polack-1826-03-01	1826-03-01	Marx (Polack)
mas-joseph-1820-11-04	1820-11-04	Mas Joseph
mascarat-joseph-1818-11-10	1818-11-10	Mascarat Joseph
masse-victor-1822-03-07	1822-03-07	Masse Victor
massenet-jules-1842-05-12	1842-05-12	Massenet Jules
gauquelin-a4-2119-1826-10-14	1826-10-14	Gauquelin-A4-2119
gauquelin-a4-2120-1879-04-06	1879-04-06	Gauquelin-A4-2120
meilhan-pierre-1836-02-11	1836-02-11	Meilhan Pierre
mellet-jean-1843-11-24	1843-11-24	Mellet Jean
mellin-francois-1880-04-04	1880-04-04	Mellin François
gauquelin-a4-2124-1862-07-15	1862-07-15	Gauquelin-A4-2124
mercier-pierre-1873-04-14	1873-04-14	Mercier Pierre
merle-dominique-1841-12-07	1841-12-07	Merle Dominique
mesnard-charles-1875-11-17	1875-11-17	Mesnard Charles
messager-andre-1853-12-30	1853-12-30	Messager André
messemer-victor-1822-02-23	1822-02-23	Messemer Victor
mestres-eugene-1856-06-23	1856-06-23	Mestres Eugène
metra-olivier-1830-06-02	1830-06-02	Metra Olivier
meyer-baruch-1845-09-09	1845-09-09	Meyer Baruch
michel-louis-1853-11-05	1853-11-05	Michel Louis
michiels-emile-1824-01-01	1824-01-01	Michiels Emile
migot-georges-1891-02-27	1891-02-27	Migot Georges
gauquelin-a4-2138-1873-04-18	1873-04-18	Gauquelin-A4-2138
millaut-laurent-1808-02-13	1808-02-13	Millaut Laurent
millet-benjamin-1820-09-15	1820-09-15	Millet Benjamin
millet-louis-1813-04-23	1813-04-23	Millet Louis
millont-bernard-1820-03-14	1820-03-14	Millont Bernard
miramont-helene-1823-10-25	1823-10-25	Miramont Helene
missa-edmond-1861-06-12	1861-06-12	Missa Edmond
mohr-jean-1823-02-24	1823-02-24	Mohr Jean
mondou-xavier-1855-06-27	1855-06-27	Mondou Xavier
monfeuillard-rene-1886-03-17	1886-03-17	Monfeuillard René
montaubry-jean-1824-03-27	1824-03-27	Montaubry Jean
moreau-robert-1885-02-19	1885-02-19	Moreau Robert
morel-florentin-1876-04-28	1876-04-28	Morel Florentin
morel-georges-1880-11-16	1880-11-16	Morel Georges
morel-noel-1856-12-25	1856-12-25	Morel Noël
moret-victor-1871-05-19	1871-05-19	Moret Victor
morpain-denis-1873-10-11	1873-10-11	Morpain Denis
mouge-charles-1836-08-28	1836-08-28	Mouge Charles
moulle-eugene-1845-04-28	1845-04-28	Moulle Eugène
mouturat-joseph-1829-12-21	1829-12-21	Mouturat Joseph
muller-bernard-1831-06-22	1831-06-22	Muller Bernard
muller-joseph-1848-04-12	1848-04-12	Muller Joseph
muratet-antonys-1845-03-08	1845-03-08	Muratet Antonys
gauquelin-a4-2161-1820-02-20	1820-02-20	Gauquelin-A4-2161
nat-yves-1890-12-29	1890-12-29	Nat Yves
gauquelin-a4-2163-1825-10-09	1825-10-09	Gauquelin-A4-2163
gauquelin-a4-2164-1829-08-15	1829-08-15	Gauquelin-A4-2164
niverd-adolphe-1879-09-20	1879-09-20	Niverd Adolphe
nivoix-louis-1835-07-14	1835-07-14	Nivoix Louis
norblin-alphonse-1821-04-02	1821-04-02	Norblin Alphonse
ollone-max-1875-06-13	1875-06-13	Ollone Max
ortmans-thomas-1863-01-04	1863-01-04	Ortmans Thomas
gauquelin-a4-2170-1824-04-01	1824-04-01	Gauquelin-A4-2170
oudin-gustave-1866-09-13	1866-09-13	Oudin Gustave
paladilhe-emile-1844-06-03	1844-06-03	Paladilhe Emile
paquotte-auguste-1843-09-13	1843-09-13	Paquotte Auguste
paray-paul-1886-05-24	1886-05-24	Paray Paul
pasdeloup-jules-1819-09-15	1819-09-15	Pasdeloup Jules
paulin-edouard-1834-05-27	1834-05-27	Paulin Edouard
pellenc-leon-1866-11-23	1866-11-23	Pellenc Léon
penable-antoine-1877-01-23	1877-01-23	Penable Antoine
perilhou-albert-1846-04-02	1846-04-02	Perilhou Albert
peron-augustin-1840-10-26	1840-10-26	Peron Augustin
perrier-louis-1875-01-01	1875-01-01	Perrier Louis
pesse-marius-1881-07-03	1881-07-03	Pesse Marius
petit-ange-1817-01-29	1817-01-29	Petit Ange
petit-charles-1818-02-16	1818-02-16	Petit Charles
petit-pierre-1922-04-21	1922-04-21	Petit Pierre
pfotzer-louis-1847-01-08	1847-01-08	Pfotzer Louis
philipot-jules-1824-01-24	1824-01-24	Philipot Jules
picard-judas-1849-01-12	1849-01-12	Picard Judas
pichon-jules-1875-10-25	1875-10-25	Pichon Jules
pierne-gabriel-1863-08-16	1863-08-16	Pierne Gabriel
pierret-jules-1828-05-27	1828-05-27	Pierret Jules
pierrot-joseph-1820-05-15	1820-05-15	Pierrot Joseph
pieyre-auguste-1871-05-03	1871-05-03	Pieyre Auguste
pignant-jules-1835-06-09	1835-06-09	Pignant Jules
pilet-louis-1815-02-06	1815-02-06	Pilet Louis
pilliard-jean-1829-06-10	1829-06-10	Pilliard Jean
piltant-anatole-1846-07-03	1846-07-03	Piltant Anatole
pinot-francois-1865-10-29	1865-10-29	Pinot François
piriou-adolphe-1878-09-07	1878-09-07	Piriou Adolphe
pister-louis-1846-04-03	1846-04-03	Pister Louis
planes-casimir-1853-07-27	1853-07-27	Planes Casimir
plante-francis-1839-03-02	1839-03-02	Plante Francis
plouchart-alphonse-1872-04-13	1872-04-13	Plouchart Alphonse
poise-jean-1828-06-03	1828-06-03	Poise Jean
pothier-henri-1851-11-23	1851-11-23	Pothier Henri
poueigh-jean-1876-02-24	1876-02-24	Poueigh Jean
poulenc-francis-1899-01-07	1899-01-07	Poulenc Francis
poussard-horace-1829-06-11	1829-06-11	Poussard Horace
pugno-raoul-1852-06-23	1852-06-23	Pugno Raoul
pujol-ernest-1866-09-02	1866-09-02	Pujol Ernest
quieney-jean-1847-08-10	1847-08-10	Quieney Jean
quinzard-henri-1843-04-08	1843-04-08	Quinzard Henri
rabaud-henri-1873-11-10	1873-11-10	Rabaud Henri
rabaud-hippolyte-1839-01-29	1839-01-29	Rabaud Hippolyte
gauquelin-a4-2216-1846-05-26	1846-05-26	Gauquelin-A4-2216
ratez-emile-1851-11-05	1851-11-05	Ratez Emile
reber-napoleon-1807-10-21	1807-10-21	Reber Napoleon
renaud-david-1839-06-08	1839-06-08	Renaud David
renaud-marie-1852-12-04	1852-12-04	Renaud Marie
requin-louis-1865-05-26	1865-05-26	Requin Louis
rey-albert-1873-03-21	1873-03-21	Rey Albert
rey-rachel-1879-01-20	1879-01-20	Rey Rachel
reynaud-joseph-1841-05-12	1841-05-12	Reynaud Joseph
reynier-leon-1833-08-11	1833-08-11	Reynier Léon
reyer-ernest-1823-12-01	1823-12-01	Reyer Ernest
richard-jean-1845-08-08	1845-08-08	Richard Jean
richard-d-ivry-charles-1867-10-27	1867-10-27	Richard D'Ivry Charles
richaud-leon-1861-07-16	1861-07-16	Richaud Léon
rieffler-tony-1854-02-06	1854-02-06	Rieffler Tony
rignault-francois-1812-06-14	1812-06-14	Rignault François
rinuccini-charles-1872-09-15	1872-09-15	Rinuccini Charles
rivier-jean-1896-07-21	1896-07-21	Rivier Jean
robert-du-botneau-charles-1833-08-29	1833-08-29	Robert Du Botneau Charles
robilliard-victor-1827-08-01	1827-08-01	Robilliard Victor
robineau-leon-1873-09-04	1873-09-04	Robineau Léon
roger-alexis-1814-06-11	1814-06-11	Roger Alexis
roger-ernest-1839-05-11	1839-05-11	Roger Ernest
roger-victor-1853-07-22	1853-07-22	Roger Victor
gauquelin-a4-2241-1873-04-18	1873-04-18	Gauquelin-A4-2241
roillet-eugene-1868-11-02	1868-11-02	Roillet Eugène
rolland-fernand-1849-07-06	1849-07-06	Rolland Fernand
ropartz-joseph-1864-06-15	1864-06-15	Ropartz Joseph
roques-jean-1839-10-24	1839-10-24	Roques Jean
rosellen-louis-1811-10-14	1811-10-14	Rosellen Louis
roth-antoine-1827-05-13	1827-05-13	Roth Antoine
roubie-guillaume-1840-01-29	1840-01-29	Roubie Guillaume
rouher-edouard-1857-07-28	1857-07-28	Rouher Edouard
rousseau-charles-1848-06-03	1848-06-03	Rousseau Charles
rousseau-julien-1873-06-23	1873-06-23	Rousseau Julien
rousseau-samuel-1853-06-11	1853-06-11	Rousseau Samuel
roussel-albert-1869-04-05	1869-04-05	Roussel Albert
routhier-eugene-1866-08-04	1866-08-04	Routhier Eugène
roux-arsene-1865-09-29	1865-09-29	Roux Arsène
runner-joseph-1870-03-26	1870-03-26	Runner Joseph
sabathier-nicolas-1864-07-04	1864-07-04	Sabathier Nicolas
sabon-joseph-1817-10-09	1817-10-09	Sabon Joseph
gauquelin-a4-2259-1877-05-11	1877-05-11	Gauquelin-A4-2259
salome-theodore-1834-01-20	1834-01-20	Salome Theodore
gauquelin-a4-2262-1847-06-24	1847-06-24	Gauquelin-A4-2262
salzedo-charles-1885-04-06	1885-04-06	Salzedo Charles
samary-georges-1851-06-13	1851-06-13	Samary Georges
gauquelin-a4-2265-1877-06-02	1877-06-02	Gauquelin-A4-2265
samson-joseph-1888-03-21	1888-03-21	Samson Joseph
satie-erik-1866-05-17	1866-05-17	Satie Erik
sauvaget-louis-1825-11-11	1825-11-11	Sauvaget Louis
sauzay-charles-1809-07-14	1809-07-14	Sauzay Charles
schmelz-eugene-1845-07-06	1845-07-06	Schmelz Eugène
gauquelin-a4-2271-1874-12-30	1874-12-30	Gauquelin-A4-2271
schmitt-alphonse-1875-12-01	1875-12-01	Schmitt Alphonse
schmitt-florent-1870-09-28	1870-09-28	Schmitt Florent
schvartz-emile-1858-02-08	1858-02-08	Schvartz Emile
scola-jean-1827-07-24	1827-07-24	Scola Jean
seligmann-hippolyte-1817-07-28	1817-07-28	Seligmann Hippolyte
selmer-alexandre-1864-10-07	1864-10-07	Selmer Alexandre
selmer-chery-1858-10-20	1858-10-20	Selmer Chery
selz-joseph-1869-03-02	1869-03-02	Selz Joseph
severac-deodat-de-1872-07-20	1872-07-20	Severac Deodat De
sicard-joseph-1851-03-05	1851-03-05	Sicard Joseph
sieg-charles-1837-08-08	1837-08-08	Sieg Charles
siegrist-georges-1851-09-24	1851-09-24	Siegrist Georges
sinet-gustave-1838-05-09	1838-05-09	Sinet Gustave
sorel-leon-1879-07-10	1879-07-10	Sorel Léon
sourilas-theophile-1824-01-29	1824-01-29	Sourilas Theophile
stenosse-edmond-1839-04-07	1839-04-07	Stenosse Edmond
stupuy-henri-1831-10-10	1831-10-10	Stupuy Henri
suiste-athanase-1846-03-15	1846-03-15	Suiste Athanase
suquet-pierre-1829-11-14	1829-11-14	Suquet Pierre
taite-pierre-1828-03-03	1828-03-03	Taite Pierre
gauquelin-a4-2293-1853-03-08	1853-03-08	Gauquelin-A4-2293
terrasse-claude-1867-01-27	1867-01-27	Terrasse Claude
gauquelin-a4-2295-1824-04-19	1824-04-19	Gauquelin-A4-2295
thevelin-albert-1844-12-08	1844-12-08	Thevelin Albert
thiriet-maurice-1906-05-02	1906-05-02	Thiriet Maurice
thomas-ambroise-1811-08-05	1811-08-05	Thomas Ambroise
thomas-louis-1831-05-29	1831-05-29	Thomas Louis
thurner-theodore-1833-12-13	1833-12-13	Thurner Theodore
tomasi-henri-1901-08-17	1901-08-17	Tomasi Henri
tournemire-charles-1870-01-22	1870-01-22	Tournemire Charles
tranchepin-alfred-1828-11-28	1828-11-28	Tranchepin Alfred
triebert-charles-1810-10-30	1810-10-30	Triebert Charles
gauquelin-a4-2305-1845-12-20	1845-12-20	Gauquelin-A4-2305
truffot-jean-1845-03-27	1845-03-27	Truffot Jean
truy-adolphe-1839-12-30	1839-12-30	Truy Adolphe
turc-emile-1829-08-09	1829-08-09	Turc Emile
gauquelin-a4-2309-1839-04-14	1839-04-14	Gauquelin-A4-2309
vandernotte-vital-1885-11-23	1885-11-23	Vandernotte Vital
vannereau-gustave-1846-08-27	1846-08-27	Vannereau Gustave
varese-edgar-1883-12-22	1883-12-22	Varese Edgar
vast-eugene-1833-07-04	1833-07-04	Vast Eugène
vauthrot-francois-1825-09-02	1825-09-02	Vauthrot François
vautrin-nicolas-1843-07-13	1843-07-13	Vautrin Nicolas
vellones-pierre-1889-03-29	1889-03-29	Vellones Pierre
veny-louis-1801-09-30	1801-09-30	Veny Louis
veronge-de-la-nux-paul-1853-06-29	1853-06-29	Veronge De La Nux Paul
verschneider-georges-1854-03-11	1854-03-11	Verschneider Georges
veyret-georges-1845-06-08	1845-06-08	Veyret Georges
vicq-edouard-1819-12-30	1819-12-30	Vicq Edouard
vidal-paul-1863-06-16	1863-06-16	Vidal Paul
gauquelin-a4-2323-1870-10-08	1870-10-08	Gauquelin-A4-2323
vieux-maurice-1884-04-15	1884-04-15	Vieux Maurice
vignal-pierre-1879-12-05	1879-12-05	Vignal Pierre
gauquelin-a4-2326-1837-10-30	1837-10-30	Gauquelin-A4-2326
vinck-octave-1881-12-31	1881-12-31	Vinck Octave
viollet-claude-1837-01-21	1837-01-21	Viollet Claude
vuillemin-louis-1879-12-19	1879-12-19	Vuillemin Louis
vuillermoz-louis-1869-02-13	1869-02-13	Vuillermoz Louis
vygen-eugene-1843-07-14	1843-07-14	Vygen Eugène
weckerlin-jean-1821-11-09	1821-11-09	Weckerlin Jean
widor-charles-1844-02-21	1844-02-21	Widor Charles
gauquelin-a4-2334-1873-07-17	1873-07-17	Gauquelin-A4-2334
willaume-jules-1841-11-24	1841-11-24	Willaume Jules
wintz-weiller-eugene-1844-12-13	1844-12-13	Wintz Weiller Eugene
wormser-andre-1851-11-01	1851-11-01	Wormser André
gauquelin-a4-2338-1891-02-12	1891-02-12	Gauquelin-A4-2338
gauquelin-a4-2339-1826-04-06	1826-04-06	Gauquelin-A4-2339
abarca-francois-1845-04-13	1845-04-13	Abarca François
achard-francois-1844-04-14	1844-04-14	Achard François
adriet-theobald-1836-04-15	1836-04-15	Adriet Theobald
gauquelin-a4-2343-1845-12-11	1845-12-11	Gauquelin-A4-2343
amann-henry-1835-09-02	1835-09-02	Amann Henry
allary-henri-1863-11-24	1863-11-24	Allary Henri
amrhein-simon-1843-11-23	1843-11-23	Amrhein Simon
astoin-jean-1834-05-17	1834-05-17	Astoin Jean
aubrespy-odener-1869-03-29	1869-03-29	Aubrespy Odener
auge-camille-1838-08-31	1838-08-31	Auge Camille
austruy-louis-1823-12-20	1823-12-20	Austruy Louis
auvray-georges-1858-01-10	1858-01-10	Auvray Georges
aynie-francois-1840-12-15	1840-12-15	Aynie François
bacquart-paul-1829-07-26	1829-07-26	Bacquart Paul
baculard-louis-1836-03-24	1836-03-24	Baculard Louis
bagarre-ambroise-1842-02-16	1842-02-16	Bagarre Ambroise
balay-guillaume-1871-04-30	1871-04-30	Balay Guillaume
bangratz-joseph-1844-04-04	1844-04-04	Bangratz Joseph
barbu-pierre-1835-03-11	1835-03-11	Barbu Pierre
gauquelin-a4-2359-1828-06-18	1828-06-18	Gauquelin-A4-2359
baton-aime-1847-07-25	1847-07-25	Baton Aimé
baudet-eugene-1854-05-07	1854-05-07	Baudet Eugène
beaslas-jacques-1838-07-27	1838-07-27	Beaslas Jacques
gauquelin-a4-2363-1835-06-11	1835-06-11	Gauquelin-A4-2363
beaudouin-camille-1871-01-27	1871-01-27	Beaudouin Camille
beaurain-mathieu-1835-09-18	1835-09-18	Beaurain Mathieu
becquet-charles-1835-04-22	1835-04-22	Becquet Charles
bello-jules-1836-02-18	1836-02-18	Bello Jules
bergalonne-gabriel-1840-01-27	1840-01-27	Bergalonne Gabriel
gauquelin-a4-2369-1850-02-22	1850-02-22	Gauquelin-A4-2369
bernadaux-charles-1856-09-27	1856-09-27	Bernadaux Charles
bernard-edouard-1806-07-15	1806-07-15	Bernard Edouard
bernard-louis-1842-01-19	1842-01-19	Bernard Louis
gauquelin-a4-2373-1843-12-05	1843-12-05	Gauquelin-A4-2373
bernhard-urbain-1840-01-16	1840-01-16	Bernhard Urbain
bernier-louis-1836-01-01	1836-01-01	Bernier Louis
gauquelin-a4-2376-1837-10-30	1837-10-30	Gauquelin-A4-2376
binon-jacques-1850-10-13	1850-10-13	Binon Jacques
blanc-joseph-1866-08-15	1866-08-15	Blanc Joseph
bleger-adolphe-1835-03-30	1835-03-30	Bleger Adolphe
blemant-louis-1864-12-04	1864-12-04	Blemant Louis
boetsch-jacques-1838-12-24	1838-12-24	Boetsch Jacques
boin-felicien-1865-12-17	1865-12-17	Boin Felicien
bonade-louis-1845-03-18	1845-03-18	Bonade Louis
gauquelin-a4-2384-1834-08-01	1834-08-01	Gauquelin-A4-2384
bonnefoy-paul-1825-06-25	1825-06-25	Bonnefoy Paul
bonnet-alexandre-1840-08-01	1840-08-01	Bonnet Alexandre
gauquelin-a4-2387-1863-11-29	1863-11-29	Gauquelin-A4-2387
bouche-jean-1828-03-19	1828-03-19	Bouche Jean
boudet-edouard-1842-04-18	1842-04-18	Boudet Edouard
boulart-charles-1843-08-10	1843-08-10	Boulart Charles
boulu-jules-1826-10-18	1826-10-18	Boulu Jules
bourdoncle-joseph-1838-10-30	1838-10-30	Bourdoncle Joseph
bourquin-victor-1847-12-05	1847-12-05	Bourquin Victor
bouzerand-jules-1844-11-02	1844-11-02	Bouzerand Jules
boymond-arthur-1835-12-17	1835-12-17	Boymond Arthur
brahaut-henri-1811-11-29	1811-11-29	Brahaut Henri
breitel-aime-1841-11-14	1841-11-14	Breitel Aimé
brisy-rene-1856-07-24	1856-07-24	Brisy René
gauquelin-a4-2399-1848-08-04	1848-08-04	Gauquelin-A4-2399
gauquelin-a4-2400-1859-12-17	1859-12-17	Gauquelin-A4-2400
brule-edouard-1838-08-04	1838-08-04	Brule Edouard
brunard-theobald-1838-12-15	1838-12-15	Brunard Theobald
bruneau-clement-1865-02-18	1865-02-18	Bruneau Clément
brunet-louis-1816-08-21	1816-08-21	Brunet Louis
burrus-marie-1822-05-23	1822-05-23	Burrus Marie
burthez-victor-1829-12-20	1829-12-20	Burthez Victor
canus-etienne-1827-02-01	1827-02-01	Canus Etienne
cappe-paul-1868-06-28	1868-06-28	Cappe Paul
carboni-blaise-1849-01-01	1849-01-01	Carboni Blaise
carro-emmanuel-1829-05-11	1829-05-11	Carro Emmanuel
certain-pierre-1834-04-04	1834-04-04	Certain Pierre
chabert-jean-1839-04-28	1839-04-28	Chabert Jean
chambon-charles-1835-08-15	1835-08-15	Chambon Charles
chambry-marie-1835-02-02	1835-02-02	Chambry Marie
chape-henri-1839-08-25	1839-08-25	Chape Henri
charlier-jean-1844-12-19	1844-12-19	Charlier Jean
chatteleyn-desire-1827-11-24	1827-11-24	Chatteleyn Désiré
chavanne-jean-1847-06-13	1847-06-13	Chavanne Jean
chavassieux-maximin-1830-05-29	1830-05-29	Chavassieux Maximin
chiraux-pierre-1838-05-20	1838-05-20	Chiraux Pierre
chiron-xavier-1846-01-29	1846-01-29	Chiron Xavier
gauquelin-a4-2422-1844-07-07	1844-07-07	Gauquelin-A4-2422
clerc-jules-1862-05-03	1862-05-03	Clerc Jules
clerisse-emile-1856-03-20	1856-03-20	Clerisse Emile
gauquelin-a4-2425-1801-01-22	1801-01-22	Gauquelin-A4-2425
conty-hippolyte-1819-02-26	1819-02-26	Conty Hippolyte
cornu-paul-1864-06-19	1864-06-19	Cornu Paul
couppas-vergne-1863-01-05	1863-01-05	Couppas Vergne
courrouy-francois-1862-12-04	1862-12-04	Courrouy François
courtin-florimond-1843-10-27	1843-10-27	Courtin Florimond
coyaux-charles-1870-05-25	1870-05-25	Coyaux Charles
crousez-alphonse-1846-01-16	1846-01-16	Crousez Alphonse
dagard-marius-1843-02-01	1843-02-01	Dagard Marius
dain-alphonse-1836-02-16	1836-02-16	Dain Alphonse
daix-napoleon-1846-08-15	1846-08-15	Daix Napoleon
dapremont-nicaise-1835-08-17	1835-08-17	Dapremont Nicaise
dauger-francois-1825-08-11	1825-08-11	Dauger François
daynes-barthelemy-1833-04-09	1833-04-09	Daynes Barthelemy
deblauwe-ernest-1856-02-09	1856-02-09	Deblauwe Ernest
decalonne-jean-1838-11-17	1838-11-17	Decalonne Jean
defossez-desire-1859-03-05	1859-03-05	Defossez Désiré
degreige-alphonse-1846-08-17	1846-08-17	Degreige Alphonse
delarroqua-leon-1841-04-05	1841-04-05	Delarroqua Léon
delattre-charles-ii-1843-10-31	1843-10-31	Delattre Charles II
deliance-louis-1871-04-15	1871-04-15	Deliance Louis
demarquette-cyrille-1837-04-01	1837-04-01	Demarquette Cyrille
denery-simon-1828-01-26	1828-01-26	Denery Simon
denizot-pierre-1845-06-21	1845-06-21	Denizot Pierre
denni-philippe-1844-07-16	1844-07-16	Denni Philippe
denoits-victorin-1841-11-26	1841-11-26	Denoits Victorin
dervaux-francois-1847-07-07	1847-07-07	Dervaux François
desormes-auguste-1821-03-05	1821-03-05	Desormes Auguste
deville-bichot-pierre-1829-10-26	1829-10-26	Deville Bichot Pierre
devos-paul-1838-03-26	1838-03-26	Devos Paul
dimier-jacques-1831-02-27	1831-02-27	Dimier Jacques
discher-antoine-1840-04-16	1840-04-16	Discher Antoine
divoir-adolphe-1803-06-05	1803-06-05	Divoir Adolphe
doucet-alfred-1862-08-28	1862-08-28	Doucet Alfred
doussaint-louis-1847-10-13	1847-10-13	Doussaint Louis
duclos-pierre-1836-05-07	1836-05-07	Duclos Pierre
duez-francois-1845-11-24	1845-11-24	Duez François
dufour-francois-1834-02-07	1834-02-07	Dufour François
dumons-jean-1836-03-21	1836-03-21	Dumons Jean
dupeigne-charles-1833-07-15	1833-07-15	Dupeigne Charles
dupire-amedee-1834-11-06	1834-11-06	Dupire Amédée
dury-ernest-1847-12-29	1847-12-29	Dury Ernest
eck-claude-1839-05-09	1839-05-09	Eck Claude
elfrique-adolphe-1836-07-28	1836-07-28	Elfrique Adolphe
elie-auguste-1835-10-18	1835-10-18	Elie Auguste
gauquelin-a4-2470-1845-04-12	1845-04-12	Gauquelin-A4-2470
excoulas-eugene-1874-03-28	1874-03-28	Excoulas Eugène
gauquelin-a4-2472-1847-04-25	1847-04-25	Gauquelin-A4-2472
eyckermans-jean-1836-04-04	1836-04-04	Eyckermans Jean
fargues-charles-1845-07-20	1845-07-20	Fargues Charles
faro-louis-1849-08-10	1849-08-10	Faro Louis
felgas-joseph-1835-10-12	1835-10-12	Felgas Joseph
feningre-charles-1836-12-01	1836-12-01	Feningre Charles
ferret-edouard-1831-11-30	1831-11-30	Ferret Edouard
flahaut-jules-1834-05-13	1834-05-13	Flahaut Jules
flandrin-gaston-1856-02-18	1856-02-18	Flandrin Gaston
forestier-joseph-1815-03-05	1815-03-05	Forestier Joseph
fouache-henri-1871-10-31	1871-10-31	Fouache Henri
francois-charles-1822-12-03	1822-12-03	Francois Charles
francois-louis-1845-12-29	1845-12-29	Francois Louis
frisnais-francois-1818-06-20	1818-06-20	Frisnais François
fritsch-auguste-1847-09-09	1847-09-09	Fritsch Auguste
gauquelin-a4-2488-1846-03-01	1846-03-01	Gauquelin-A4-2488
funffrock-jean-1831-08-29	1831-08-29	Funffrock Jean
gaimard-joseph-1835-03-15	1835-03-15	Gaimard Joseph
garcin-pierre-1840-09-24	1840-09-24	Garcin Pierre
garnier-paul-1845-03-07	1845-03-07	Garnier Paul
gassian-pierre-1848-07-27	1848-07-27	Gassian Pierre
gastaud-dominique-1839-05-03	1839-05-03	Gastaud Dominique
gaudard-charles-1868-12-13	1868-12-13	Gaudard Charles
geraud-jean-1834-03-08	1834-03-08	Geraud Jean
germain-andre-1846-02-01	1846-02-01	Germain André
gauquelin-a4-2498-1848-03-08	1848-03-08	Gauquelin-A4-2498
gesus-jean-1852-05-06	1852-05-06	Gesus Jean
gauquelin-a4-2500-1839-09-05	1839-09-05	Gauquelin-A4-2500
gibert-jean-1833-01-20	1833-01-20	Gibert Jean
givord-pierre-1835-12-22	1835-12-22	Givord Pierre
godard-joseph-1838-04-20	1838-04-20	Godard Joseph
godemet-antoine-1837-09-18	1837-09-18	Godemet Antoine
goecke-louis-1833-03-25	1833-03-25	Goecke Louis
gouirand-jean-1832-06-21	1832-06-21	Gouirand Jean
graffeuil-charles-1850-12-27	1850-12-27	Graffeuil Charles
grand-maire-charles-1835-10-22	1835-10-22	Grand Maire Charles
grimal-antoine-1845-05-14	1845-05-14	Grimal Antoine
gauquelin-a4-2510-1833-03-19	1833-03-19	Gauquelin-A4-2510
grison-leon-1835-08-11	1835-08-11	Grison Léon
guerin-charles-1837-05-29	1837-05-29	Guerin Charles
gueroult-alexandre-1822-10-24	1822-10-24	Gueroult Alexandre
guichard-philippe-1835-05-03	1835-05-03	Guichard Philippe
guignery-paul-1822-11-03	1822-11-03	Guignery Paul
guillot-marie-1847-02-07	1847-02-07	Guillot Marie
haderne-isidore-1848-09-12	1848-09-12	Haderne Isidore
hardy-eugene-1846-12-12	1846-12-12	Hardy Eugène
hausser-charles-1840-04-02	1840-04-02	Hausser Charles
hausser-jacques-1851-09-01	1851-09-01	Hausser Jacques
hautecoeur-jacques-1837-02-08	1837-02-08	Hautecoeur Jacques
heid-charles-1836-06-22	1836-06-22	Heid Charles
heisser-eugene-1862-02-03	1862-02-03	Heisser Eugène
hemme-constant-1841-04-11	1841-04-11	Hemme Constant
gauquelin-a4-2525-1815-02-21	1815-02-21	Gauquelin-A4-2525
herete-alexis-1836-05-29	1836-05-29	Herete Alexis
herrmann-emile-1839-06-18	1839-06-18	Herrmann Emile
hitzemann-ildephonse-1842-03-14	1842-03-14	Hitzemann Ildephonse
hiver-charles-1864-11-23	1864-11-23	Hiver Charles
houziaux-hippolyte-1847-07-17	1847-07-17	Houziaux Hippolyte
hubant-charles-1828-04-14	1828-04-14	Hubant Charles
hudier-victor-1872-07-17	1872-07-17	Hudier Victor
huguenin-joseph-1839-03-16	1839-03-16	Huguenin Joseph
huguet-gabriel-1845-09-10	1845-09-10	Huguet Gabriel
ibert-pierre-1821-07-18	1821-07-18	Ibert Pierre
iung-charles-1841-01-16	1841-01-16	Iung Charles
gauquelin-a4-2537-1844-02-29	1844-02-29	Gauquelin-A4-2537
jacob-eugene-1839-07-20	1839-07-20	Jacob Eugène
jacoutot-joseph-1849-11-17	1849-11-17	Jacoutot Joseph
jalabert-justin-1834-01-26	1834-01-26	Jalabert Justin
jandot-paul-1839-09-10	1839-09-10	Jandot Paul
jean-adolphe-1840-02-11	1840-02-11	Jean Adolphe
jeanjean-paul-1875-11-22	1875-11-22	Jeanjean Paul
josserand-jean-1838-09-20	1838-09-20	Josserand Jean
jouvenot-paul-1847-08-15	1847-08-15	Jouvenot Paul
gauquelin-a4-2546-1839-09-05	1839-09-05	Gauquelin-A4-2546
kern-jean-1845-05-25	1845-05-25	Kern Jean
klemmer-alexandre-1827-05-10	1827-05-10	Klemmer Alexandre
kuhn-jean-1839-01-15	1839-01-15	Kuhn Jean
lachaise-abraham-1849-12-08	1849-12-08	Lachaise Abraham
lachanaud-jean-1854-12-13	1854-12-13	Lachanaud Jean
lacoste-charles-1836-11-01	1836-11-01	Lacoste Charles
lagarde-auguste-1824-09-13	1824-09-13	Lagarde Auguste
lallement-joseph-1832-06-05	1832-06-05	Lallement Joseph
gauquelin-a4-2555-1848-07-30	1848-07-30	Gauquelin-A4-2555
lamour-charles-1808-01-06	1808-01-06	Lamour Charles
lancheney-louis-1842-10-01	1842-10-01	Lancheney Louis
lapasset-cyprien-1837-08-06	1837-08-06	Lapasset Cyprien
lardeur-henry-1840-10-18	1840-10-18	Lardeur Henry
lassagne-hippolyte-1827-08-12	1827-08-12	Lassagne Hippolyte
lavigne-antoine-1816-05-23	1816-05-23	Lavigne Antoine
leclerc-louis-1835-05-14	1835-05-14	Leclerc Louis
legros-louis-1853-02-15	1853-02-15	Legros Louis
leguay-jean-1833-07-08	1833-07-08	Leguay Jean
leitert-maurice-1880-11-27	1880-11-27	Leitert Maurice
leliegeois-nicolas-1834-06-02	1834-06-02	Leliegeois Nicolas
lemaire-eugene-1836-01-25	1836-01-25	Lemaire Eugène
lerouge-alfred-1830-12-20	1830-12-20	Lerouge Alfred
leroy-adolphe-1827-08-16	1827-08-16	Leroy Adolphe
leonard-joseph-1841-08-11	1841-08-11	Leonard Joseph
leroy-henri-1874-07-27	1874-07-27	Leroy Henri
leroy-jules-1835-11-26	1835-11-26	Leroy Jules
leruste-roger-1864-10-17	1864-10-17	Leruste Roger
leschevin-alexandre-1836-11-28	1836-11-28	Leschevin Alexandre
leseigneur-jules-1839-05-01	1839-05-01	Leseigneur Jules
letailleur-desire-1837-03-25	1837-03-25	Letailleur Désiré
levy-samuel-1846-02-21	1846-02-21	Levy Samuel
limberger-antony-1832-09-03	1832-09-03	Limberger Antony
lingard-emile-1835-06-29	1835-06-29	Lingard Emile
liouville-francois-1833-02-05	1833-02-05	Liouville François
lizat-jacques-1842-08-25	1842-08-25	Lizat Jacques
loisel-denis-1814-03-19	1814-03-19	Loisel Denis
loriferne-frederic-1847-10-15	1847-10-15	Loriferne Frédéric
loyraux-jean-1875-01-13	1875-01-13	Loyraux Jean
lucas-gustave-1846-09-10	1846-09-10	Lucas Gustave
mabille-henri-1861-08-31	1861-08-31	Mabille Henri
malezieux-joachim-1848-03-04	1848-03-04	Malezieux Joachim
mangeon-francois-1830-11-23	1830-11-23	Mangeon François
marcouyeu-jean-1844-07-09	1844-07-09	Marcouyeu Jean
gauquelin-a4-2590-1833-10-23	1833-10-23	Gauquelin-A4-2590
martin-louis-1835-08-16	1835-08-16	Martin Louis
martin-theodore-1842-04-13	1842-04-13	Martin Theodore
marx-edouard-1845-07-27	1845-07-27	Marx Edouard
massat-francois-1832-01-13	1832-01-13	Massat François
mastio-eugene-1844-12-25	1844-12-25	Mastio Eugène
maulard-francois-1839-08-22	1839-08-22	Maulard François
mauprety-joseph-1831-12-21	1831-12-21	Mauprety Joseph
gauquelin-a4-2598-1844-01-13	1844-01-13	Gauquelin-A4-2598
maury-jacques-1834-01-02	1834-01-02	Maury Jacques
meister-benoit-1848-10-08	1848-10-08	Meister Benoît
mermet-theodore-1802-03-26	1802-03-26	Mermet Theodore
meyer-jacques-1847-09-21	1847-09-21	Meyer Jacques
michel-gedeon-1845-01-09	1845-01-09	Michel Gedeon
mignion-ernest-1877-12-31	1877-12-31	Mignion Ernest
mimard-paul-1828-07-14	1828-07-14	Mimard Paul
mimart-prosper-1825-01-22	1825-01-22	Mimart Prosper
molle-gustave-1836-04-21	1836-04-21	Molle Gustave
morel-antoine-1827-04-22	1827-04-22	Morel Antoine
morfaux-leon-1865-01-31	1865-01-31	Morfaux Léon
morin-joseph-1844-10-26	1844-10-26	Morin Joseph
moser-francois-1837-12-23	1837-12-23	Moser François
muller-emile-1846-12-10	1846-12-10	Muller Emile
muller-henry-1843-09-10	1843-09-10	Muller Henry
mullot-louis-1840-04-03	1840-04-03	Mullot Louis
munier-jean-1835-02-12	1835-02-12	Munier Jean
gauquelin-a4-2616-1860-01-05	1860-01-05	Gauquelin-A4-2616
neerman-auguste-1859-02-24	1859-02-24	Neerman Auguste
neuberth-auguste-1837-08-10	1837-08-10	Neuberth Auguste
niedhardt-joseph-1834-03-27	1834-03-27	Niedhardt Joseph
niverd-louis-1846-09-16	1846-09-16	Niverd Louis
niverd-remi-1844-07-13	1844-07-13	Niverd Rémi
noel-clement-1834-01-21	1834-01-21	Noel Clément
nortier-pierre-1835-04-03	1835-04-03	Nortier Pierre
obscur-victor-1831-02-22	1831-02-22	Obscur Victor
gauquelin-a4-2625-1843-12-05	1843-12-05	Gauquelin-A4-2625
oyer-alfred-1844-09-03	1844-09-03	Oyer Alfred
palluel-pierre-1847-09-08	1847-09-08	Palluel Pierre
paradis-henri-1861-12-13	1861-12-13	Paradis Henri
pares-eugene-1822-11-27	1822-11-27	Pares Eugène
pares-philippe-1830-03-12	1830-03-12	Pares Philippe
paroche-louis-1845-01-07	1845-01-07	Paroche Louis
paulet-jacques-1842-10-02	1842-10-02	Paulet Jacques
paulus-jean-1816-08-05	1816-08-05	Paulus Jean
pellegrin-georges-1860-08-12	1860-08-12	Pellegrin Georges
pelotier-janvier-1847-09-19	1847-09-19	Pelotier Janvier
peltier-theophile-1837-04-29	1837-04-29	Peltier Theophile
percepied-williams-1846-05-30	1846-05-30	Percepied Williams
pereuil-mathieu-1849-07-27	1849-07-27	Pereuil Mathieu
pericat-leonard-1847-08-26	1847-08-26	Pericat Leonard
pernet-nicolas-1844-08-11	1844-08-11	Pernet Nicolas
pernot-ferdinand-1844-12-30	1844-12-30	Pernot Ferdinand
pfersdorff-victor-1844-10-12	1844-10-12	Pfersdorff Victor
gauquelin-a4-2643-1819-11-08	1819-11-08	Gauquelin-A4-2643
pinon-eugene-1837-01-14	1837-01-14	Pinon Eugène
pitont-joseph-1848-06-05	1848-06-05	Pitont Joseph
pouche-charles-1842-12-12	1842-12-12	Pouche Charles
poulet-leopold-1845-03-01	1845-03-01	Poulet Leopold
pourchez-victor-1836-10-21	1836-10-21	Pourchez Victor
prevet-albert-1848-02-20	1848-02-20	Prevet Albert
puech-louis-1840-11-19	1840-11-19	Puech Louis
pugenc-charles-1835-08-09	1835-08-09	Pugenc Charles
puzenat-emile-1857-03-21	1857-03-21	Puzenat Emile
quentin-alfred-1827-01-01	1827-01-01	Quentin Alfred
quignard-basile-1839-01-22	1839-01-22	Quignard Basile
raimond-edouard-1835-11-29	1835-11-29	Raimond Edouard
raimond-francois-1838-08-18	1838-08-18	Raimond François
gauquelin-a4-2657-1833-12-17	1833-12-17	Gauquelin-A4-2657
rauski-joseph-1837-02-13	1837-02-13	Rauski Joseph
reboul-jean-1826-04-29	1826-04-29	Reboul Jean
regheer-charles-1847-09-11	1847-09-11	Regheer Charles
reinhard-leon-1842-01-07	1842-01-07	Reinhard Léon
gauquelin-a4-2662-1821-07-01	1821-07-01	Gauquelin-A4-2662
reynaud-joseph-1835-11-23	1835-11-23	Reynaud Joseph
ribailler-gustave-1838-03-05	1838-03-05	Ribailler Gustave
richard-louis-1839-12-19	1839-12-19	Richard Louis
gauquelin-a4-2666-1825-10-09	1825-10-09	Gauquelin-A4-2666
gauquelin-a4-2667-1830-02-13	1830-02-13	Gauquelin-A4-2667
gauquelin-a4-2668-1852-09-10	1852-09-10	Gauquelin-A4-2668
rousseau-denis-1835-07-23	1835-07-23	Rousseau Denis
rousselot-louis-1847-06-26	1847-06-26	Rousselot Louis
rouveirolis-pierre-1855-05-28	1855-05-28	Rouveirolis Pierre
gauquelin-a4-2672-1839-05-23	1839-05-23	Gauquelin-A4-2672
rutain-jean-1844-05-12	1844-05-12	Rutain Jean
sadran-henri-1846-12-29	1846-12-29	Sadran Henri
sallis-jean-1841-03-20	1841-03-20	Sallis Jean
salomon-louis-1845-03-22	1845-03-22	Salomon Louis
sauret-hippolyte-1832-12-27	1832-12-27	Sauret Hippolyte
sauvan-gabriel-1845-11-21	1845-11-21	Sauvan Gabriel
savoy-jean-1839-01-27	1839-01-27	Savoy Jean
schlotmann-frederic-1822-12-19	1822-12-19	Schlotmann Frédéric
schlotmann-jacques-1825-06-13	1825-06-13	Schlotmann Jacques
gauquelin-a4-2682-1845-05-19	1845-05-19	Gauquelin-A4-2682
schmidt-louis-1855-10-01	1855-10-01	Schmidt Louis
schwartz-adolphe-1848-11-28	1848-11-28	Schwartz Adolphe
sega-antoine-1858-03-12	1858-03-12	Sega Antoine
serre-joseph-1836-01-19	1836-01-19	Serre Joseph
sibillot-charles-1830-03-21	1830-03-21	Sibillot Charles
sicot-edouard-1823-06-01	1823-06-01	Sicot Edouard
silvestre-charles-1850-02-05	1850-02-05	Silvestre Charles
simon-simon-1834-04-17	1834-04-17	Simon Simon
sol-henri-1848-05-13	1848-05-13	Sol Henri
soutiran-jean-1839-04-30	1839-04-30	Soutiran Jean
starck-charles-1845-02-11	1845-02-11	Starck Charles
stoltz-louis-1849-06-10	1849-06-10	Stoltz Louis
stutz-jean-1816-09-06	1816-09-06	Stutz Jean
sutter-benoit-1841-03-20	1841-03-20	Sutter Benoît
thiebaud-jules-1836-02-28	1836-02-28	Thiebaud Jules
thomas-jouan-1834-07-08	1834-07-08	Thomas Jouan
thouvenel-jean-1835-07-17	1835-07-17	Thouvenel Jean
thuillier-edouard-1841-11-10	1841-11-10	Thuillier Edouard
trenquier-francois-1814-10-30	1814-10-30	Trenquier François
urbin-donatien-1809-05-24	1809-05-24	Urbin Donatien
valleray-ernest-1863-09-12	1863-09-12	Valleray Ernest
vallet-marie-1844-02-02	1844-02-02	Vallet Marie
varnaison-joseph-1841-03-09	1841-03-09	Varnaison Joseph
vautrin-louis-1836-05-05	1836-05-05	Vautrin Louis
vechot-antoine-1828-05-01	1828-05-01	Vechot Antoine
venon-jean-1824-09-12	1824-09-12	Venon Jean
verroust-andre-1826-02-28	1826-02-28	Verroust André
verroust-louis-1814-05-10	1814-05-10	Verroust Louis
vialet-jules-1871-01-14	1871-01-14	Vialet Jules
vidal-auguste-1844-05-05	1844-05-05	Vidal Auguste
vidal-bernard-1859-11-15	1859-11-15	Vidal Bernard
vient-hubert-1829-11-22	1829-11-22	Vient Hubert
villaufret-francois-1833-03-24	1833-03-24	Villaufret François
vincent-raymond-1843-09-20	1843-09-20	Vincent Raymond
wacquez-jules-1825-12-29	1825-12-29	Wacquez Jules
welsch-louis-1847-05-29	1847-05-29	Welsch Louis
wettge-gustave-1844-07-21	1844-07-21	Wettge Gustave
wetzel-andre-1847-10-11	1847-10-11	Wetzel André
wittmann-gustave-1843-10-08	1843-10-08	Wittmann Gustave
yosse-paul-1831-01-04	1831-01-04	Yosse Paul
achard-frederic-1848-10-04	1848-10-04	Achard Frédéric
casanova-jean-1918-05-07	1918-05-07	Casanova Jean
adamo-salvatore-1943-10-31	1943-10-31	Adamo Salvatore
agacinski-sophie-1943-12-15	1943-12-15	Agacinski Sophie
achard-pierre-1808-11-04	1808-11-04	Achard Pierre
aimee-rochon-1845-05-15	1845-05-15	Aimee (Rochon)
albert-lambert-leon-1847-02-23	1847-02-23	Albert-Lambert Léon
albert-lucy-1805-10-20	1805-10-20	Albert Lucy
alibert-1889-12-03	1889-12-03	Alibert
amadou-jean-1929-10-01	1929-10-01	Amadou Jean
alcover-pierre-1893-03-14	1893-03-14	Alcover Pierre
amont-marcel-1929-04-01	1929-04-01	Amont Marcel
andrieu-charles-1842-11-16	1842-11-16	Andrieu Charles
andres-louise-1932-08-14	1932-08-14	Andres Louise
anselme-bert-1820-02-24	1820-02-24	Anselme (Bert)
antoine-andre-1858-01-31	1858-01-31	Antoine André
andrieux-luc-1917-02-12	1917-02-12	Andrieux Luc
aras-amelie-d-1815-02-15	1815-02-15	Aras Amelie D'
arbessier-louis-1907-04-09	1907-04-09	Arbessier Louis
arden-martine-1928-11-22	1928-11-22	Arden Martine
arnaudy-guarino-1881-07-17	1881-07-17	Arnaudy (Guarino)
arletty-bathiat-1898-05-15	1898-05-15	Arletty (Bathiat)
arnold-marcelle-1917-05-04	1917-05-04	Arnold Marcelle
arrene-elisa-1831-08-11	1831-08-11	Arrene Elisa
arnoul-francoise	-francoise	Arnoul Francoise
arnoux-paulette-1925-01-19	1925-01-19	Arnoux Paulette
aubert-michel-1930-06-19	1930-06-19	Aubert Michel
artur-jose-1927-05-20	1927-05-20	Artur José
aspar-therese-1922-10-26	1922-10-26	Aspar Therese
auclair-michel-1922-09-14	1922-09-14	Auclair Michel
avray-charles-d-1878-09-09	1878-09-09	Avray Charles D'
bacque-andre-1880-03-22	1880-03-22	Bacque André
bahier-alphonse-1853-01-25	1853-01-25	Bahier Alphonse
baltha-georges-1872-02-26	1872-02-26	Baltha Georges
baillou-alfred-1915-03-01	1915-03-01	Baillou Alfred
barataud-juliette-1848-03-08	1848-03-08	Barataud Juliette
barbey-michel-1927-04-23	1927-04-23	Barbey Michel
barelli-aime-1917-05-01	1917-05-01	Barelli Aimé
barjon-lucien-1916-03-11	1916-03-11	Barjon Lucien
baron-vincent-1820-06-11	1820-06-11	Baron Vincent
barroux-lucien-1888-09-21	1888-09-21	Barroux Lucien
barriere-alain-1935-11-18	1935-11-18	Barriere Alain
barthelemy-berthe-1857-02-16	1857-02-16	Barthelemy Berthe
barre-leopold-1819-04-14	1819-04-14	Barre Leopold
bary-leon-1880-06-08	1880-06-08	Bary Léon
battaille-jean-1861-08-31	1861-08-31	Battaille Jean
bazille-henri-1870-03-25	1870-03-25	Bazille Henri
baudin-ginette-1921-03-04	1921-03-04	Baudin Ginette
beaujard-alphonsine-1852-08-13	1852-08-13	Beaujard Alphonsine
beauvallet-pierre-1841-01-28	1841-01-28	Beauvallet Pierre
becaud-gilbert-1927-10-24	1927-10-24	Becaud Gilbert
becker-marie-1879-06-16	1879-06-16	Becker Marie
beigbeder-julie-1820-01-08	1820-01-08	Beigbeder Julie
bellevaut-gilles-1818-09-05	1818-09-05	Bellevaut Gilles
cassin-rene-1887-10-05	1887-10-05	Cassin René
berge-francine-1938-07-21	1938-07-21	Berge Francine
berlioz-jacques-1889-02-26	1889-02-26	Berlioz Jacques
berry-mady-1887-10-04	1887-10-04	Berry Mady
berthomieu-andre-1903-02-17	1903-02-17	Berthomieu André
bertheau-julien	eau-julien	Bertheau Julien
bertho-jean-1928-01-23	1928-01-23	Bertho Jean
bilhaut-helene-1832-04-05	1832-04-05	Bilhaut Helene
berval-antonin-1891-09-12	1891-09-12	Berval Antonin
bertrand-claude-1919-03-24	1919-03-24	Bertrand Claude
blaizot-louis-1822-05-09	1822-05-09	Blaizot Louis
blanche-francois-1849-09-24	1849-09-24	Blanche François
billy-louis-1899-03-01	1899-03-01	Billy Louis
blavette-charles-1902-06-24	1902-06-24	Blavette Charles
bles-numa-1871-10-20	1871-10-20	Bles Numa
bonaventure-francois-1841-04-19	1841-04-19	Bonaventure François
bordas-rosa-1840-02-26	1840-02-26	Bordas Rosa
casso-robert-1912-08-27	1912-08-27	Casso Robert
bosc-henry-1884-08-18	1884-08-18	Bosc Henry
boucher-victor-1877-02-23	1877-02-23	Boucher Victor
boukay-couyba-1866-01-01	1866-01-01	Boukay (Couyba)
bouffe-marie-1800-09-04	1800-09-04	Bouffe Marie
bourgeotte-edouard-1848-06-05	1848-06-05	Bourgeotte Edouard
boyer-adolphine-1864-10-11	1864-10-11	Boyer Adolphine
bourbon-rene-1916-04-06	1916-04-06	Bourbon René
boyer-lucien-1876-01-20	1876-01-20	Boyer Lucien
brach-aline-1842-11-01	1842-11-01	Brach Aline
brag-therese-1851-04-01	1851-04-01	Brag Therese
castan-jean-1903-05-04	1903-05-04	Castan Jean
castets-bruno-1923-10-23	1923-10-23	Castets Bruno
gauquelin-a5-133-1852-01-06	1852-01-06	Gauquelin-A5-133
bresil-marguerite-1880-08-19	1880-08-19	Bresil Marguerite
breton-jean-1911-08-23	1911-08-23	Breton Jean
breuil-marie-1846-08-28	1846-08-28	Breuil Marie
bretty-bolchesi-1893-10-26	1893-10-26	Bretty (Bolchesi)
bretonniere-jean-1923-03-08	1923-03-08	Bretonniere Jean
catala-rene-1901-11-23	1901-11-23	Catala René
brunel-marie-1837-10-14	1837-10-14	Brunel Marie
brohan-suzanne-1807-01-29	1807-01-29	Brohan Suzanne
buthiau-louis-1830-06-06	1830-06-06	Buthiau Louis
cande-etienne-1858-07-01	1858-07-01	Cande Etienne
cambo-paul-1908-07-02	1908-07-02	Cambo Paul
carre-albert-1852-06-22	1852-06-22	Carre Albert
caron-leslie-1931-07-01	1931-07-01	Caron Leslie
carrel-raymond-1906-05-16	1906-05-16	Carrel Raymond
cathy-jacques-1906-02-24	1906-02-24	Cathy Jacques
cartier-maurice-1925-01-15	1925-01-15	Cartier Maurice
certes-andre-1909-11-29	1909-11-29	Certes André
cerdan-simone-1897-11-28	1897-11-28	Cerdan Simone
chatelin-lucien-1838-11-23	1838-11-23	Chatelin Lucien
chebroux-ernest-1840-09-27	1840-09-27	Chebroux Ernest
chepfer-georges-1870-12-13	1870-12-13	Chepfer Georges
gauquelin-a5-172-1870-02-16	1870-02-16	Gauquelin-A5-172
chotel-alexandre-1819-05-18	1819-05-18	Chotel Alexandre
clancy-jacques-1920-05-17	1920-05-17	Clancy Jacques
clement-lechien-1844-04-11	1844-04-11	Clement (Lechien)
coblentz-anna-1832-12-22	1832-12-22	Coblentz Anna
claudio-martin-1927-03-28	1927-03-28	Claudio (Martin)
gauquelin-a5-182-1866-09-17	1866-09-17	Gauquelin-A5-182
colas-jeanne-1847-12-14	1847-12-14	Colas Jeanne
gauquelin-a5-184-1930-07-16	1930-07-16	Gauquelin-A5-184
comte-louise-1923-07-25	1923-07-25	Comte Louise
copeau-jacques-1879-02-04	1879-02-04	Copeau Jacques
coquet-georges-1866-05-09	1866-05-09	Coquet Georges
cordy-raymond-1898-12-09	1898-12-09	Cordy Raymond
courdier-marc-1838-04-23	1838-04-23	Courdier Marc
coute-gaston-1880-09-23	1880-09-23	Coute Gaston
courcel-nicole-1931-10-21	1931-10-21	Courcel Nicole
dac-pierre-1893-08-15	1893-08-15	Dac Pierre
cusin-georges-1902-03-31	1902-03-31	Cusin Georges
coutet-henry-1909-06-28	1909-06-28	Coutet Henry
dalmores-brin-1871-12-31	1871-12-31	Dalmores (Brin)
dalban-robert-1903-07-19	1903-07-19	Dalban Robert
dani-marie-1852-05-06	1852-05-06	Dani Marie
dantigny-blanche-1840-05-09	1840-05-09	Dantigny Blanche
darbaud-monique-1923-10-27	1923-10-27	Darbaud Monique
gauquelin-a5-213-1929-06-24	1929-06-24	Gauquelin-A5-213
darmont-albert-1863-05-01	1863-05-01	Darmont Albert
darrieu-gerard-1925-09-11	1925-09-11	Darrieu Gérard
david-levy-adelaide-1808-11-26	1808-11-26	David-Levy Adelaide
dassonville-helene-1913-05-24	1913-05-24	Dassonville Helene
david-marius-1906-09-24	1906-09-24	David Marius
decoeur-albert-1879-05-05	1879-05-05	Decoeur Albert
dayde-josette-1923-03-28	1923-03-28	Dayde Josette
debar-andree-1920-05-05	1920-05-05	Debar Andrée
defresne-marie-1848-08-29	1848-08-29	Defresne Marie
degeorges-maurice-1865-07-25	1865-07-25	Degeorges Maurice
dejean-max-1898-03-02	1898-03-02	Dejean Max
delahaye-camille-1841-06-14	1841-06-14	Delahaye Camille
delaistre-marie-1833-06-30	1833-06-30	Delaistre Marie
delamalleree-marie-1845-02-08	1845-02-08	Delamalleree Marie
delair-suzy-1917-12-31	1917-12-31	Delair Suzy
delmet-paul-1862-06-17	1862-06-17	Delmet Paul
delaunay-louis-1826-03-21	1826-03-21	Delaunay Louis
delorme-hugues-1868-04-10	1868-04-10	Delorme Hugues
demarsils-frederic-1831-09-06	1831-09-06	Demarsils Frédéric
denis-d-ines-1885-09-01	1885-09-01	Denis D'Ines
delorme-danielle-1926-10-09	1926-10-09	Delorme Danielle
derrien-marcelle-1923-07-20	1923-07-20	Derrien Marcelle
denoel-jacques-1923-03-10	1923-03-10	Denoel Jacques
dewantre-octavie-1845-06-22	1845-06-22	Dewantre Octavie
dheurs-anne-1865-03-27	1865-03-27	Dheurs Anne
dinel-robert-1911-05-08	1911-05-08	Dinel Robert
dhelia-france-1894-11-09	1894-11-09	Dhelia France
cathala-leoncs-1912-10-07	1912-10-07	Cathala Léoncs
donneaud-maurice-1904-09-08	1904-09-08	Donneaud Maurice
dor-jacqueline-1929-07-19	1929-07-19	Dor Jacqueline
dortet-suzanne-1848-03-13	1848-03-13	Dortet Suzanne
douai-jacques-1920-12-11	1920-12-11	Douai Jacques
dorsay-elyane-1920-11-24	1920-11-24	Dorsay Elyane
dranem-menard-1869-05-23	1869-05-23	Dranem (Menard)
drejac-jean-1921-06-03	1921-06-03	Drejac Jean
druet-adeline-1847-07-04	1847-07-04	Druet Adeline
drouet-juliette-1806-04-10	1806-04-10	Drouet Juliette
duby-jacques-1922-05-07	1922-05-07	Duby Jacques
duchenay-anna-1834-03-17	1834-03-17	Duchenay Anna
duchesne-roger-1906-07-26	1906-07-26	Duchesne Roger
dugaril-jean-1844-08-23	1844-08-23	Dugaril Jean
dufilho-jacques-1914-02-19	1914-02-19	Dufilho Jacques
dufranne-jacqueline-1915-01-09	1915-01-09	Dufranne Jacqueline
dumaine-person-1831-06-17	1831-06-17	Dumaine (Person)
dullin-charles-1885-05-12	1885-05-12	Dullin Charles
dunoyer-blanche-1849-01-09	1849-01-09	Dunoyer Blanche
dupont-mlle-1791-05-31	1791-05-31	Dupont Mlle
duval-jacques-henri-1919-10-04	1919-10-04	Duval Jacques Henri
escande-maurice-1892-11-14	1892-11-14	Escande Maurice
esparbes-louis-1863-02-20	1863-02-20	Esparbes Louis
erard-catherine-1928-03-23	1928-03-23	Erard Catherine
estebenet-marie-1843-10-01	1843-10-01	Estebenet Marie
esterel-jacques-1917-06-05	1917-06-05	Esterel Jacques
fabre-saturnin-1884-04-04	1884-04-04	Fabre Saturnin
falconnier-pierre-1857-12-17	1857-12-17	Falconnier Pierre
fallot-charles-1874-08-14	1874-08-14	Fallot Charles
fanon-maurice-1929-12-31	1929-12-31	Fanon Maurice
famery-jacques-1923-07-30	1923-07-30	Famery Jacques
fassier-alfred-1835-09-25	1835-09-25	Fassier Alfred
fazy-amelia-1850-03-10	1850-03-10	Fazy Amelia
favart-pingaud-1833-02-16	1833-02-16	Favart (Pingaud)
fenoux-jacques-1870-04-24	1870-04-24	Fenoux Jacques
feraudy-francoise-1831-03-30	1831-03-30	Feraudy Francoise
felix-adelaide-1830-07-06	1830-07-06	Felix Adelaide
ferny-jacques-1863-02-13	1863-02-13	Ferny Jacques
ferrat-jean-1930-12-26	1930-12-26	Ferrat Jean
ferre-leo-1916-08-24	1916-08-24	Ferre Leo
feraudy-maurice-1859-12-03	1859-12-03	Feraudy Maurice
ferreol-roger-1880-11-09	1880-11-09	Ferreol Roger
ferrier-ida-1811-05-13	1811-05-13	Ferrier Ida
ferval-pierre-1899-05-18	1899-05-18	Ferval Pierre
finsterwald-charles-1837-06-13	1837-06-13	Finsterwald Charles
flon-suzanne-1918-01-28	1918-01-28	Flon Suzanne
fleurant-suzanne-1907-07-31	1907-07-31	Fleurant Suzanne
forgue-albertine-1867-12-12	1867-12-12	Forgue Albertine
fournier-paul-1833-12-19	1833-12-19	Fournier Paul
frachet-pierre-1933-07-02	1933-07-02	Frachet Pierre
flynt-jackie-1923-04-26	1923-04-26	Flynt Jackie
fraizier-philippe-1848-03-03	1848-03-03	Fraizier Philippe
francisque-aine-1796-11-25	1796-11-25	Francisque Aine
francis-nicole-1929-09-06	1929-09-06	Francis Nicole
fresnay-pierre-1897-04-04	1897-04-04	Fresnay Pierre
fretel-robert-1925-02-21	1925-02-21	Fretel Robert
fursy-dreyfus-1866-02-26	1866-02-26	Fursy (Dreyfus)
gabaroche-gaston-1884-09-29	1884-09-29	Gabaroche Gaston
gabriello-galopet-1896-10-15	1896-10-15	Gabriello (Galopet)
galipaux-felix-1860-12-12	1860-12-12	Galipaux Félix
garrick-marie-1878-08-01	1878-08-01	Garrick Marie
garry-jules-1877-08-04	1877-08-04	Garry Jules
gaven-jean-1918-01-16	1918-01-16	Gaven Jean
catinat-jacques-1910-01-02	1910-01-02	Catinat Jacques
gelnard-legrand-1888-09-01	1888-09-01	Gelnard (Legrand)
gemier-firmin-1869-02-01	1869-02-01	Gemier Firmin
genat-fanny-1831-03-28	1831-03-28	Genat Fanny
gensac-claude-1927-03-01	1927-03-01	Gensac Claude
genin-rene-1890-01-25	1890-01-25	GENIN: René
genevois-emile-1918-01-01	1918-01-01	Genevois Emile
georges-jacques-1819-12-08	1819-12-08	Georges Jacques
geslin-alphonsine-1853-06-08	1853-06-08	Geslin Alphonsine
gerard-monique-1928-04-11	1928-04-11	Gerard Monique
gauquelin-a5-375-1832-01-12	1832-01-12	Gauquelin-A5-375
girard-julie-1859-05-08	1859-05-08	Girard Julie
caucanas-jsan-1910-06-27	1910-06-27	Caucanas Jsan
gitenet-raymond-1904-08-17	1904-08-17	Gitenet Raymond
godeau-fernand-1867-08-06	1867-08-06	Godeau Fernand
gauquelin-a5-382-1838-07-10	1838-07-10	Gauquelin-A5-382
golmann-stephane-1921-09-18	1921-09-18	Golmann Stéphane
gobet-jean-1888-07-20	1888-07-20	Gobet Jean
goudeau-emile-1849-08-29	1849-08-29	Goudeau Emile
gournac-francois-1874-11-16	1874-11-16	Gournac François
grafetot-alexandre-1812-12-24	1812-12-24	Grafetot Alexandre
grenier-pierre-1833-05-05	1833-05-05	Grenier Pierre
granval-charles-1882-12-21	1882-12-21	Granval Charles
gretillat-jacques-1885-08-26	1885-08-26	Gretillat Jacques
grumbach-jeanne-1871-05-24	1871-05-24	Grumbach Jeanne
guerin-jules-1845-12-19	1845-12-19	Guerin Jules
guelis-jaqueline-1927-10-03	1927-10-03	Guelis Jaqueline
guisol-henri-1904-10-12	1904-10-12	Guisol Henri
guerini-camille-1900-06-29	1900-06-29	Guerini Camille
guitry-lucien-1860-12-13	1860-12-13	Guitry Lucien
hachin-georges-1808-05-20	1808-05-20	Hachin Georges
guyon-jean-1809-10-11	1809-10-11	Guyon Jean
hamel-augustin-1862-05-16	1862-05-16	Hamel Augustin
hamet-charles-1848-01-19	1848-01-19	Hamet Charles
hardy-francoise-1944-01-17	1944-01-17	Hardy Francoise
hartmann-julie-1874-03-17	1874-03-17	Hartmann Julie
hericourt-victorine-1846-12-20	1846-12-20	Hericourt Victorine
herrand-marcel-1897-10-08	1897-10-08	Herrand Marcel
henry-verite-1903-04-24	1903-04-24	Henry-Verite
nat-marie-1940-04-22	1940-04-22	Nat Marie
hersent-philippe-1908-07-26	1908-07-26	Hersent Philippe
hieronimus-rene-1893-07-22	1893-07-22	Hieronimus René
horgues-maurice-1923-07-08	1923-07-08	Horgues Maurice
hucherard-jules-1839-11-03	1839-11-03	Hucherard Jules
hugon-antoinette-1826-04-13	1826-04-13	Hugon Antoinette
hyspa-vincent-1865-11-07	1865-11-07	Hyspa Vincent
jacques-frere-a-bellec-1914-02-12	1914-02-12	Jacques Frere (A. Bellec)
jamblan-blanvillain-1900-05-03	1900-05-03	Jamblan (Blanvillain)
janillion-fernand-1851-10-13	1851-10-13	Janillion Fernand
jacquin-abel-1893-07-14	1893-07-14	Jacquin Abel
joliet-auguste-1839-01-27	1839-01-27	Joliet Auguste
jenneval-dechet-1801-01-29	1801-01-29	Jenneval (Dechet)
jeanning-irene-1903-06-10	1903-06-10	Jeanning Irene
joubert-simon-1851-12-03	1851-12-03	Joubert Simon
jourdan-auguste-1843-02-01	1843-02-01	Jourdan Auguste
judic-damiens-1849-07-18	1849-07-18	Judic (Damiens)
joux-francoois-1912-07-11	1912-07-11	Joux Francoois
julien-maistre-1903-07-24	1903-07-24	Julien (Maistre)
lacroix-jean-1922-03-13	1922-03-13	Lacroix Jean
judith-bernat-1827-01-30	1827-01-30	Judith (Bernat)
lalandre-yvonne-1880-09-01	1880-09-01	Lalandre Yvonne
lafont-pierre-1797-05-16	1797-05-16	Lafont Pierre
lafon-max-1888-01-23	1888-01-23	Lafon Max
lara-louise-1876-07-22	1876-07-22	Lara Louise
lanvin-lisette-1913-09-03	1913-09-03	Lanvin Lisette
lamothe-elisa-1919-11-05	1919-11-05	Lamothe Elisa
larquey-pierre-1884-07-10	1884-07-10	Larquey Pierre
latour-pierre-1907-05-28	1907-05-28	Latour Pierre
lauby-francoise-1929-03-28	1929-03-28	Lauby Francoise
leautaud-firmin-1834-07-10	1834-07-10	Leautaud Firmin
le-bargy-charles-1858-08-28	1858-08-28	Le Bargy Charles
lebrun-marie-1836-03-08	1836-03-08	Lebrun Marie
lec-jean-1899-07-11	1899-07-11	Lec Jean
le-brun-rene-1923-12-28	1923-12-28	Le Brun René
legay-marcel-1851-11-08	1851-11-08	Legay Marcel
legrand-jean-baptiste-1796-08-26	1796-08-26	Legrand Jean-Baptiste
lefevre-bel-rene-1909-05-31	1909-05-31	Lefevre-Bel René
lelievre-leo-1872-04-01	1872-04-01	Lelievre Leo
lemaitre-antoine-1830-01-16	1830-01-16	Lemaitre Antoine
lemercier-eugene-1862-03-01	1862-03-01	Lemercier Eugène
lemaire-philippe-1927-03-14	1927-03-14	Lemaire Philippe
lemeril-edme-1836-05-02	1836-05-02	Lemeril Edme
leocadie-cator-1841-04-14	1841-04-14	Leocadie (Cator)
le-poulain-jean-1924-09-12	1924-09-12	Le Poulain Jean
leproux-pierre-1908-04-09	1908-04-09	Leproux Pierre
lerou-marie-1855-04-10	1855-04-10	Lerou Marie
le-royer-michel-1932-08-31	1932-08-31	Le Royer Michel
levassor-pierre-1808-01-22	1808-01-22	Levassor Pierre
gauquelin-a5-500-1877-12-06	1877-12-06	Gauquelin-A5-500
levy-amelie-1831-04-11	1831-04-11	Levy Amelie
linder-max-1883-12-16	1883-12-16	Linder Max
lisbonne-maxime-1839-03-24	1839-03-24	Lisbonne Maxime
lody-marie-1859-05-26	1859-05-26	Lody Marie
lucas-pesral-1895-12-08	1895-12-08	Lucas (Pesral)
louis-pierre-1917-06-14	1917-06-14	Louis Pierre
maille-victoire-1876-06-08	1876-06-08	Maille Victoire
maillot-maurice-1906-09-18	1906-09-18	Maillot Maurice
malard-emile-1841-05-15	1841-05-15	Malard Emile
mallarme-georges-1864-11-18	1864-11-18	Mallarme Georges
malet-hubert-1916-04-01	1916-04-01	Malet Hubert
manvoy-josephine-1843-06-29	1843-06-29	Manvoy Josephine
marais-leon-1853-04-29	1853-04-29	Marais Léon
marcas-dominique-1920-08-08	1920-08-08	Marcas Dominique
marcilly-blanche-1848-03-10	1848-03-10	Marcilly Blanche
marconi-jean-1906-06-01	1906-06-01	Marconi Jean
marcyl-cecyl-1890-07-06	1890-07-06	Marcyl Cecyl
mariano-luis-1914-08-12	1914-08-12	Mariano Luis
martin-jean-1903-05-07	1903-05-07	Martin Jean
martini-augustin-1882-05-17	1882-05-17	Martini Augustin
matrot-pierre-1848-12-07	1848-12-07	Matrot Pierre
gauquelin-a5-536-1888-05-19	1888-05-19	Gauquelin-A5-536
max-dearly-rolland-1874-11-22	1874-11-22	Max-Dearly (Rolland)
mayol-felix-1872-11-18	1872-11-18	Mayol Félix
max-harry-ablin-1882-01-30	1882-01-30	Max-Harry (Ablin)
mazoudier-joseph-1846-10-07	1846-10-07	Mazoudier Joseph
gauquelin-a5-542-1870-02-16	1870-02-16	Gauquelin-A5-542
melrack-louis-1890-12-12	1890-12-12	Melrack Louis
michel-andre-1843-02-20	1843-02-20	Michel André
meurisse-paul-1912-12-21	1912-12-21	Meurisse Paul
meunier-raymond-1920-01-15	1920-01-15	Meunier Raymond
modot-gaston-1887-12-31	1887-12-31	Modot Gaston
mirecour-tranchant-1806-09-06	1806-09-06	Mirecour (Tranchant)
mocky-jean-1929-07-06	1929-07-06	Mocky Jean
moise-anais-1841-08-16	1841-08-16	Moise Anais
mondos-jules-1867-12-30	1867-12-30	Mondos Jules
monget-marie-1854-07-01	1854-07-01	Monget Marie
monlaur-jean-1811-02-25	1811-02-25	Monlaur Jean
monrose-maurice-1873-08-13	1873-08-13	Monrose Maurice
montagne-marie-1836-01-05	1836-01-05	Montagne Marie
montehus-brunschwig-1872-07-09	1872-07-09	Montehus (Brunschwig)
montoya-gabriel-1868-10-20	1868-10-20	Montoya Gabriel
monty-michele-1931-06-20	1931-06-20	Monty Michele
morice-annik-1933-05-19	1933-05-19	Morice Annik
morin-leonard-1828-02-27	1828-02-27	Morin Leonard
moriss-boyer-1874-05-03	1874-05-03	Moriss (Boyer)
moulinot-jean-1912-06-30	1912-06-30	Moulinot Jean
moy-jules-1862-11-14	1862-11-14	Moy Jules
myriane-eugenie-1878-08-08	1878-08-08	Myriane Eugenie
murat-jean-1888-07-13	1888-07-13	Murat Jean
cauchard-michel-1925-06-25	1925-06-25	Cauchard Michel
nantier-adele-1842-06-06	1842-06-06	Nantier Adele
nassiet-henri-1895-02-24	1895-02-24	Nassiet Henri
nelly-ernestine-1836-07-23	1836-07-23	Nelly Ernestine
noblet-alexandrine-1810-04-02	1810-04-02	Noblet Alexandrine
noel-hubert-1924-07-22	1924-07-22	Noel Hubert
nostag-eugene-1840-12-17	1840-12-17	Nostag Eugène
nougaro-claude-1929-09-09	1929-09-09	Nougaro Claude
noel-noel-1897-08-09	1897-08-09	Noel-Noel
oleo-lapeyre-1906-06-19	1906-06-19	Oleo (Lapeyre)
olivier-claire-1892-03-13	1892-03-13	Olivier Claire
ouvrard-eloi-1855-07-02	1855-07-02	Ouvrard Eloi
ouvrard-gaston-1890-03-10	1890-03-10	Ouvrard Gaston
oudart-felix-1881-06-08	1881-06-08	Oudart Félix
parny-flavie-1878-06-25	1878-06-25	Parny Flavie
passerat-edouard-1824-06-29	1824-06-29	Passerat Edouard
pascal-gisele-1921-09-17	1921-09-17	Pascal Gisèle
patry-pauline-1856-01-14	1856-01-14	Patry Pauline
paturel-marie-1849-01-17	1849-01-17	Paturel Marie
paulais-georges-1884-09-16	1884-09-16	Paulais Georges
paulus-habans-1845-02-06	1845-02-06	Paulus (Habans)
pazat-jeanne-1852-06-21	1852-06-21	Pazat Jeanne
pellegrin-raymond-1925-01-01	1925-01-01	Pellegrin Raymond
gauquelin-a5-622-1934-07-09	1934-07-09	Gauquelin-A5-622
petit-marie-1861-01-15	1861-01-15	Petit Marie
perrin-mme-1800-02-21	1800-02-21	Perrin Mme
pigaut-roger-1919-04-08	1919-04-08	Pigaut Roger
philippe-gerard-1922-12-04	1922-12-04	Philippe Gérard
pills-jacques-1906-03-06	1906-03-06	Pills Jacques
plan-paul-1859-02-14	1859-02-14	Plan Paul
ponsarde-renee-1826-12-20	1826-12-20	Ponsarde Renee
pommier-jean-1922-08-24	1922-08-24	Pommier Jean
porte-robert-1923-03-09	1923-03-09	Porte Robert
potel-anne-1826-10-08	1826-10-08	Potel Anne
preboist-paul-1927-02-21	1927-02-21	Preboist Paul
poulouly-georges-1940-01-20	1940-01-20	Poulouly Georges
prince-charles-1872-04-27	1872-04-27	Prince Charles
privas-xavier-1863-09-27	1863-09-27	Privas Xavier
priolet-antonin-1897-05-27	1897-05-27	Priolet Antonin
gauquelin-a5-646-1836-11-16	1836-11-16	Gauquelin-A5-646
gauquelin-a5-650-1883-12-18	1883-12-18	Gauquelin-A5-650
raimbourg-lucien-1903-09-14	1903-09-14	Raimbourg Lucien
raynaud-fernand-1926-05-19	1926-05-19	Raynaud Fernand
reggiani-serge-1922-05-02	1922-05-02	Reggiani Serge
raymone-duchateau-1896-08-11	1896-08-11	Raymone (Duchateau)
renard-colette-1924-11-01	1924-11-01	Renard Colette
rellys-bourelly-1905-12-15	1905-12-15	Rellys (Bourelly)
rene-paul-voloter-1899-09-26	1899-09-26	Rene-Paul (Voloter)
rheville-ernest-1844-06-03	1844-06-03	Rheville Ernest
ricet-barrier-1932-08-25	1932-08-25	Ricet-Barrier
renoir-pierre-1885-03-21	1885-03-21	Renoir Pierre
rieux-jean-1883-06-09	1883-06-09	Rieux Jean
rieux-albert-1914-10-06	1914-10-06	Rieux Albert
ripert-colette-1930-01-17	1930-01-17	Ripert Colette
ringel-pierre-1922-05-01	1922-05-01	Ringel Pierre
rochefort-julie-1856-02-18	1856-02-18	Rochefort Julie
rodor-jean-1881-04-26	1881-04-26	Rodor Jean
robinne-gabrielle-1886-07-01	1886-07-01	Robinne Gabrielle
rognoni-raymond-1892-08-16	1892-08-16	Rognoni Raymond
rollin-georges-1909-04-06	1909-04-06	Rollin Georges
rolla-micheline-1912-05-29	1912-05-29	Rolla Micheline
roquevert-noel-1892-12-18	1892-12-18	Roquevert Noël
rosamond-cesarine-1860-05-11	1860-05-11	Rosamond Cesarine
romance-viviane-1912-07-04	1912-07-04	Romance Viviane
causse-jean-1910-02-06	1910-02-06	Causse Jean
rossi-tino-1907-04-29	1907-04-29	Rossi Tino
roux-michel-1929-07-22	1929-07-22	Roux Michel
sablon-germaine-1899-07-19	1899-07-19	Sablon Germaine
sablon-jean-1906-03-25	1906-03-25	Sablon Jean
rullier-gaston-1882-05-19	1882-05-19	Rullier Gaston
salmon-lea-1872-09-25	1872-09-25	Salmon Lea
savril-rene-1901-01-18	1901-01-18	Savril René
saget-roger-1913-03-10	1913-03-10	Saget Roger
sauvage-catherine-1929-05-29	1929-05-29	Sauvage Catherine
schaeffer-helene-1863-07-25	1863-07-25	Schaeffer Helene
secon-gaston-1858-05-18	1858-05-18	Secon Gaston
seigner-louis-1903-06-23	1903-06-23	Seigner Louis
serrault-michel-1928-01-21	1928-01-21	Serrault Michel
siblot-charles-1871-05-29	1871-05-29	Siblot Charles
signoret-jean-1886-12-13	1886-12-13	Signoret Jean
sorel-cecile-1873-09-07	1873-09-07	Sorel Cecile
gauquelin-a5-720-1901-06-01	1901-06-01	Gauquelin-A5-720
solidor-suzy-1900-12-18	1900-12-18	Solidor Suzy
starck-marie-1877-10-28	1877-10-28	Starck Marie
strintz-leon-1850-05-15	1850-05-15	Strintz Léon
tabet-georges-1905-01-23	1905-01-23	Tabet Georges
teulet-edmond-1862-02-23	1862-02-23	Teulet Edmond
tarride-abel-1865-04-18	1865-04-18	Tarride Abel
terrane-alain-1923-07-17	1923-07-17	Terrane Alain
theric-alice-1835-07-09	1835-07-09	Theric Alice
thiron-charles-1830-05-29	1830-05-29	Thiron Charles
thibault-jean-1923-08-24	1923-08-24	Thibault Jean
tisot-henri-1937-06-01	1937-06-01	Tisot Henri
tisse-marie-1855-12-08	1855-12-08	Tisse Marie
gauquelin-a5-739-1883-09-24	1883-09-24	Gauquelin-A5-739
cavel-lucien-1906-09-28	1906-09-28	Cavel Lucien
trimouillat-pierre-1858-07-13	1858-07-13	Trimouillat Pierre
truchmann-jules-1830-03-23	1830-03-23	Truchmann Jules
vaillard-pierre-1918-03-12	1918-03-12	Vaillard Pierre
valerie-josephine-1831-12-19	1831-12-19	Valerie Josephine
varney-jean-1868-09-30	1868-09-30	Varney Jean
vassiliu-pierre-1937-10-23	1937-10-23	Vassiliu Pierre
vanel-charles-1892-08-21	1892-08-21	Vanel Charles
vaucaire-maurice-1863-07-02	1863-07-02	Vaucaire Maurice
vayre-joseph-1873-04-30	1873-04-30	Vayre Joseph
verdier-julien-1910-01-13	1910-01-13	Verdier Julien
veret-rosalie-1819-03-16	1819-03-16	Veret Rosalie
versini-andre-1923-11-23	1923-11-23	Versini André
vertan-jacques-1923-03-20	1923-03-20	Vertan Jacques
cayla-alfred-1891-07-07	1891-07-07	Cayla Alfred
vilar-jean-1912-03-25	1912-03-25	Vilar Jean
vieuille-roger-1883-02-11	1883-02-11	Vieuille Roger
villain-francois-1850-02-02	1850-02-02	Villain François
villard-frank-1917-03-24	1917-03-24	Villard Frank
vina-victor-1885-08-29	1885-08-29	Vina Victor
vinci-claude-1932-05-27	1932-05-27	Vinci Claude
virlojeux-henri-1924-03-22	1924-03-22	Virlojeux Henri
vois-ernest-1846-05-11	1846-05-11	Vois Ernest
wasley-andre-1899-05-25	1899-05-25	Wasley André
weil-paul-1865-08-13	1865-08-13	Weil Paul
wissoco-marie-1868-06-29	1868-06-29	Wissoco Marie
xanrof-fourneau-1867-12-09	1867-12-09	Xanrof (Fourneau)
willm-pierre-1895-11-03	1895-11-03	Willm Pierre
yon-lug-jacquet-1864-10-04	1864-10-04	Yon-Lug (Jacquet)
aba-marta-1900-06-25	1900-06-25	Aba Marta
adani-laura-1913-10-07	1913-10-07	Adani Laura
zwingel-georges-1904-10-06	1904-10-06	Zwingel Georges
agus-gianni-1917-08-16	1917-08-16	Agus Gianni
almirante-nunzio-1837-12-03	1837-12-03	Almirante Nunzio
almirante-manzini-1890-06-02	1890-06-02	Almirante-Manzini
amanda-lia-1932-09-02	1932-09-02	Amanda Lia
amati-alberto-1915-04-28	1915-04-28	Amati Alberto
andriani-oscar-1905-12-28	1905-12-28	Andriani Oscar
anselmi-rosina-1876-07-26	1876-07-26	Anselmi Rosina
auteri-clara-1921-12-23	1921-12-23	Auteri Clara
avolanti-gianni-1916-07-05	1916-07-05	Avolanti Gianni
baghetti-aristide-1874-02-25	1874-02-25	Baghetti Aristide
bagnani-nucci-1932-10-29	1932-10-29	Bagnani Nucci
gauquelin-a5-798-1914-08-04	1914-08-04	Gauquelin-A5-798
barbara-paola-1909-07-22	1909-07-22	Barbara Paola
basurto-antonio-1917-08-28	1917-08-28	Basurto Antonio
gauquelin-a5-801-1893-07-15	1893-07-15	Gauquelin-A5-801
beccari-rossana-1926-02-18	1926-02-18	Beccari Rossana
becci-franco-1888-12-01	1888-12-01	Becci Franco
beghi-luisella-1921-11-19	1921-11-19	Beghi Luisella
benetti-adriana-1919-12-05	1919-12-05	Benetti Adriana
gauquelin-a5-806-1899-07-23	1899-07-23	Gauquelin-A5-806
bertini-francesca-1896-05-02	1896-05-02	Bertini Francesca
bertramo-calisto-1875-08-28	1875-08-28	Bertramo Calisto
gauquelin-a5-809-1901-02-06	1901-02-06	Gauquelin-A5-809
betrone-annibale-1883-12-09	1883-12-09	Betrone Annibale
bettarini-cesare-1901-04-25	1901-04-25	Bettarini Cesare
billy-riccardo-1906-04-22	1906-04-22	Billy Riccardo
bonecchi-paolo-1882-06-24	1882-06-24	Bonecchi Paolo
bonini-letizia-1902-05-13	1902-05-13	Bonini Letizia
bonora-nella-1904-05-19	1904-05-19	Bonora Nella
borboni-paola-1900-01-01	1900-01-01	Borboni Paola
borelli-alda-1879-11-04	1879-11-04	Borelli Alda
bovio-aldo-1926-05-04	1926-05-04	Bovio Aldo
bragaglia-arturo-1897-01-09	1897-01-09	Bragaglia Arturo
brazzi-rossano-1916-09-18	1916-09-18	Brazzi Rossano
brizzolari-mario-1895-03-31	1895-03-31	Brizzolari Mario
brughi-valentino-1912-04-16	1912-04-16	Brughi Valentino
bruno-nando-1895-10-06	1895-10-06	Bruno Nando
brunori-renzo-1908-08-16	1908-08-16	Brunori Renzo
calamai-clara-1909-09-07	1909-09-07	Calamai Clara
calindri-ernesto-1909-02-05	1909-02-05	Calindri Ernesto
calo-romano-1884-05-06	1884-05-06	Calo Romano
gauquelin-a5-828-1877-12-16	1877-12-16	Gauquelin-A5-828
campanini-carlo-1906-10-05	1906-10-05	Campanini Carlo
candiani-carla-1916-02-09	1916-02-09	Candiani Carla
capodaglio-wanda-1889-01-02	1889-01-02	Capodaglio Wanda
carini-luigi-1869-12-21	1869-12-21	Carini Luigi
gauquelin-a5-833-1907-05-20	1907-05-20	Gauquelin-A5-833
carnabuci-piero-1893-09-06	1893-09-06	Carnabuci Piero
cayla-jean-simon-1908-10-14	1908-10-14	Cayla Jean Simon
casilini-umberto-1880-11-04	1880-11-04	Casilini Umberto
gauquelin-a5-837-1895-07-25	1895-07-25	Gauquelin-A5-837
cegani-elisa-1911-06-10	1911-06-10	Cegani Elisa
gauquelin-a5-839-1889-02-23	1889-02-23	Gauquelin-A5-839
gauquelin-a5-840-1904-08-23	1904-08-23	Gauquelin-A5-840
cervi-gino-1901-05-03	1901-05-03	Cervi Gino
cesco-baseggio-1897-04-13	1897-04-13	Cesco Baseggio
checchi-andrea-1916-10-21	1916-10-21	Checchi Andrea
chiantoni-amedeo-1871-11-29	1871-11-29	Chiantoni Amedeo
cimara-luigi-1891-07-19	1891-07-19	Cimara Luigi
clement-agostino-1885-02-08	1885-02-08	Clement Agostino
cocco-piero-1902-12-29	1902-12-29	Cocco Piero
conso-carlo-1924-02-02	1924-02-02	Conso Carlo
coop-franco-1891-09-27	1891-09-27	Coop Franco
cortese-leonardo-1915-05-20	1915-05-20	Cortese Leonardo
costa-romolo-1897-02-26	1897-02-26	Costa Romolo
costantini-giorgio-1907-04-06	1907-04-06	Costantini Giorgio
crispo-clara-1929-09-16	1929-09-16	Crispo Clara
crispo-vittoria-1905-05-01	1905-05-01	Crispo Vittoria
cristina-olinto-1888-02-05	1888-02-05	Cristina Olinto
d-alessio-ugo-1909-08-26	1909-08-26	D'Alessio Ugo
d-ancora-maurizio-1912-07-16	1912-07-16	D'Ancora Maurizio
de-angelis-gualtiero-1899-11-22	1899-11-22	De Angelis Gualtiero
de-filippo-edoardo-1900-05-24	1900-05-24	De Filippo Edoardo
de-filippo-peppino-1903-08-26	1903-08-26	De Filippo Peppino
de-filippo-titina-1898-07-03	1898-07-03	De Filippo Titina
della-corte-bianca-1917-06-12	1917-06-12	Della Corte Bianca
della-valle-edy-1934-05-12	1934-05-12	Della Valle Edy
del-poggio-carla-1925-12-02	1925-12-02	Del Poggio Carla
gauquelin-a5-865-1890-07-06	1890-07-06	Gauquelin-A5-865
de-martino-giuseppe-1854-05-08	1854-05-08	De Martino Giuseppe
de-sanctis-alfredo-1865-10-07	1865-10-07	De Sanctis Alfredo
dessy-angelo-1907-07-10	1907-07-10	Dessy Angelo
di-lorenzo-tina-1872-12-04	1872-12-04	Di Lorenzo Tina
gauquelin-a5-871-1860-12-06	1860-12-06	Gauquelin-A5-871
dionisi-anna-1916-08-22	1916-08-22	Dionisi Anna
dominici-enrico-1847-10-23	1847-10-23	Dominici Enrico
donadio-giulio-1889-07-05	1889-07-05	Donadio Giulio
gauquelin-a5-875-1865-09-08	1865-09-08	Gauquelin-A5-875
donati-maria-1895-02-11	1895-02-11	Donati Maria
doro-mino-1903-05-06	1903-05-06	Doro Mino
durante-checco-1893-11-19	1893-11-19	Durante Checco
emanuel-giovanni-1847-02-11	1847-02-11	Emanuel Giovanni
fabbri-attilio-1850-08-10	1850-08-10	Fabbri Attilio
falconi-armando-1871-07-06	1871-07-06	Falconi Armando
fantoni-cesare-1905-02-01	1905-02-01	Fantoni Cesare
farulli-ugo-1869-04-04	1869-04-04	Farulli Ugo
gauquelin-a5-885-1914-08-04	1914-08-04	Gauquelin-A5-885
fiermonte-enzo-1908-07-24	1908-07-24	Fiermonte Enzo
fiorelli-aldo-1915-05-08	1915-05-08	Fiorelli Aldo
foti-riccardo-1906-05-01	1906-05-01	Foti Riccardo
francioli-armando-1919-10-21	1919-10-21	Francioli Armando
frau-maria-1929-08-06	1929-08-06	Frau Maria
fumagalli-mario-1869-07-05	1869-07-05	Fumagalli Mario
furno-domenico-1892-07-24	1892-07-24	Furno Domenico
gabusi-malfatti-carolina-1809-08-20	1809-08-20	Gabusi Malfatti Carolina
gauquelin-a5-894-1877-12-06	1877-12-06	Gauquelin-A5-894
galvani-aldo-1909-04-03	1909-04-03	Galvani Aldo
galvani-ciro-1867-04-10	1867-04-10	Galvani Ciro
garavaglia-ferruccio-1868-05-01	1868-05-01	Garavaglia Ferruccio
genovese-rino-1908-07-19	1908-07-19	Genovese Rino
gentile-fedele-1908-01-28	1908-01-28	Gentile Fedele
gentilli-olga-1888-07-19	1888-07-19	Gentilli Olga
giachetti-gianfranco-1888-09-17	1888-09-17	Giachetti Gianfranco
giovannini-alberto-1883-12-12	1883-12-12	Giovannini Alberto
girard-amedeo-1893-02-12	1893-02-12	Girard Amedeo
girotti-mario-1939-03-29	1939-03-29	Girotti Mario
girotti-odoardo-1935-03-25	1935-03-25	Girotti Odoardo
gizzi-loris-1899-08-16	1899-08-16	Gizzi Loris
glori-enrico-1901-08-03	1901-08-03	Glori Enrico
gloria-leda-1908-08-30	1908-08-30	Gloria Leda
gauquelin-a5-909-1913-10-24	1913-10-24	Gauquelin-A5-909
gordini-cervi-1906-02-06	1906-02-06	Gordini Cervi
gramatica-emma-1874-10-25	1874-10-25	Gramatica Emma
grossi-nera-1883-04-18	1883-04-18	Grossi Nera
guerzoni-fausto-1903-01-13	1903-01-13	Guerzoni Fausto
jachino-silvana-1916-02-02	1916-02-02	Jachino Silvana
gauquelin-a5-915-1908-01-22	1908-01-22	Gauquelin-A5-915
job-achille-1827-03-25	1827-03-25	Job Achille
lazzaro-walter-1914-12-05	1914-12-05	Lazzaro Walter
lombardi-carlo-1900-01-02	1900-01-02	Lombardi Carlo
lulli-folco-1912-07-03	1912-07-03	Lulli Folco
lupi-ruggero-1882-10-13	1882-10-13	Lupi Ruggero
macario-erminio-1902-05-27	1902-05-27	Macario Erminio
magnetti-adelina-1880-04-08	1880-04-08	Magnetti Adelina
magni-eva-1908-07-28	1908-07-28	Magni Eva
majeroni-achille-1881-08-24	1881-08-24	Majeroni Achille
majone-domenico-1844-02-02	1844-02-02	Majone Domenico
gauquelin-a5-926-1904-08-08	1904-08-08	Gauquelin-A5-926
maltagliati-evi-1908-07-11	1908-07-11	Maltagliati Evi
gauquelin-a5-928-1895-08-01	1895-08-01	Gauquelin-A5-928
marcacci-augusto-1892-06-04	1892-06-04	Marcacci Augusto
marzi-franca-1925-08-18	1925-08-18	Marzi Franca
mazzoni-franca-1912-07-23	1912-07-23	Mazzoni Franca
gauquelin-a5-932-1885-10-16	1885-10-16	Gauquelin-A5-932
menichelli-migliari-dora-1892-04-17	1892-04-17	Menichelli-Migliari Dora
gauquelin-a5-934-1899-06-29	1899-06-29	Gauquelin-A5-934
micheluzzi-carlo-1887-05-10	1887-05-10	Micheluzzi Carlo
migliari-armando-1887-04-29	1887-04-29	Migliari Armando
gauquelin-a5-937-1881-01-01	1881-01-01	Gauquelin-A5-937
miranda-isa-1917-07-05	1917-07-05	Miranda Isa
molfesi-mario-1907-05-25	1907-05-25	Molfesi Mario
monti-luigi-1836-12-02	1836-12-02	Monti Luigi
morelli-rina-1908-12-06	1908-12-06	Morelli Rina
murolo-roberto-1912-01-19	1912-01-19	Murolo Roberto
musco-angelo-1871-12-18	1871-12-18	Musco Angelo
naldi-neda-1913-01-30	1913-01-30	Naldi Neda
negri-falconi-adelaide-1831-02-28	1831-02-28	Negri Falconi Adelaide
niccoli-raffaello-1891-12-04	1891-12-04	Niccoli Raffaello
ninchi-annibale-1887-11-20	1887-11-20	Ninchi Annibale
ninchi-carlo-1896-05-31	1896-05-31	Ninchi Carlo
nova-eva-1920-12-31	1920-12-31	Nova Eva
nucci-laura-1911-02-26	1911-02-26	Nucci Laura
olivieri-egisto-1880-03-21	1880-03-21	Olivieri Egisto
orlandini-leopoldo-1863-08-03	1863-08-03	Orlandini Leopoldo
gauquelin-a5-953-1901-06-01	1901-06-01	Gauquelin-A5-953
osiris-wanda-1905-06-03	1905-06-03	Osiris Wanda
pagnani-andreina-1906-11-24	1906-11-24	Pagnani Andreina
pala-giovanna-1932-07-15	1932-07-15	Pala Giovanna
palombo-rino-1930-01-07	1930-01-07	Palombo Rino
palmarini-umberto-1881-11-11	1881-11-11	Palmarini Umberto
palmer-daniela-1907-07-11	1907-07-11	Palmer Daniela
panicale-giulio-1899-02-17	1899-02-17	Panicale Giulio
pantalena-gennaro-1848-10-13	1848-10-13	Pantalena Gennaro
paoli-evelina-1890-06-29	1890-06-29	Paoli Evelina
paoli-giulio-1874-03-04	1874-03-04	Paoli Giulio
papa-giovagnoli-leontina-1842-10-17	1842-10-17	Papa Giovagnoli Leontina
pariante-amedeo-1913-03-20	1913-03-20	Pariante Amedeo
parisi-vittorio-1892-02-28	1892-02-28	Parisi Vittorio
parvo-elli-1917-10-17	1917-10-17	Parvo Elli
pastore-pietro-1903-04-02	1903-04-02	Pastore Pietro
pavanelli-livio-1881-09-08	1881-09-08	Pavanelli Livio
pavese-luigi-1897-10-25	1897-10-25	Pavese Luigi
pavese-nino-1904-04-16	1904-04-16	Pavese Nino
petito-antonio-1822-07-22	1822-07-22	Petito Antonio
pianforini-massimo-1890-02-02	1890-02-02	Pianforini Massimo
pieri-chiantoni-alfonsina-1884-05-22	1884-05-22	Pieri-Chiantoni Alfonsina
pierozzi-giuseppe-1883-03-08	1883-03-08	Pierozzi Giuseppe
pilotto-camillo-1888-02-06	1888-02-06	Pilotto Camillo
pisu-mario-1910-05-21	1910-05-21	Pisu Mario
pola-isa-1911-01-19	1911-01-19	Pola Isa
porelli-giuseppe-1898-02-24	1898-02-24	Porelli Giuseppe
quaglia-corinna-1874-12-28	1874-12-28	Quaglia Corinna
rabagliati-alberto-1906-06-26	1906-06-26	Rabagliati Alberto
racca-corrado-1889-11-14	1889-11-14	Racca Corrado
gauquelin-a5-983-1888-09-21	1888-09-21	Gauquelin-A5-983
rame-domenico-1885-04-29	1885-04-29	Rame Domenico
rame-maria-1900-05-06	1900-05-06	Rame Maria
rame-baldini-amelia-1893-08-17	1893-08-17	Rame-Baldini Amelia
reiter-virginia-1862-01-16	1862-01-16	Reiter Virginia
riccardini-michele-1910-10-02	1910-10-02	Riccardini Michele
ricci-renzo-1899-09-27	1899-09-27	Ricci Renzo
ridenti-lucio-1895-08-07	1895-08-07	Ridenti Lucio
riento-virgilio-1889-11-26	1889-11-26	Riento Virgilio
rinaldi-giuseppe-1918-09-14	1918-09-14	Rinaldi Giuseppe
rissone-francesco-1909-06-08	1909-06-08	Rissone Francesco
roveri-ermanno-1903-10-05	1903-10-05	Roveri Ermanno
ruggeri-ruggero-1871-11-14	1871-11-14	Ruggeri Ruggero
sabbatini-gino-1899-07-09	1899-07-09	Sabbatini Gino
sacripanti-umberto-1904-10-02	1904-10-02	Sacripanti Umberto
salvietti-agostino-1882-08-28	1882-08-28	Salvietti Agostino
gauquelin-a5-999-1853-03-13	1853-03-13	Gauquelin-A5-999
scarpetta-vincenzo-1876-05-04	1876-05-04	Scarpetta Vincenzo
scelzo-filippo-1900-04-19	1900-04-19	Scelzo Filippo
gauquelin-a5-1002-1888-12-10	1888-12-10	Gauquelin-A5-1002
serato-massimo-1917-05-31	1917-05-31	Serato Massimo
serra-domenico-1900-11-29	1900-11-29	Serra Domenico
gauquelin-a5-1005-1897-02-05	1897-02-05	Gauquelin-A5-1005
silvani-aldo-1891-01-21	1891-01-21	Silvani Aldo
sofia-vinicio-1907-12-13	1907-12-13	Sofia Vinicio
solbelli-anna-1898-03-11	1898-03-11	Solbelli Anna
spalla-erminio-1897-07-07	1897-07-07	Spalla Erminio
staiola-enzo-1939-06-15	1939-06-15	Staiola Enzo
starace-sainati-bella-1878-06-02	1878-06-02	Starace Sainati Bella
steiner-elio-1905-03-09	1905-03-09	Steiner Elio
stella-federigo-1835-05-02	1835-05-02	Stella Federigo
sterni-giuseppe-1886-12-27	1886-12-27	Sterni Giuseppe
stival-giulio-1903-03-04	1903-03-04	Stival Giulio
stoppa-paolo-1906-06-16	1906-06-16	Stoppa Paolo
strini-eleonora-1842-07-08	1842-07-08	Strini Eleonora
strini-giuseppe-1846-12-21	1846-12-21	Strini Giuseppe
tamberlani-carlo-1899-03-11	1899-03-11	Tamberlani Carlo
tamberlani-ferdinando-1896-01-15	1896-01-15	Tamberlani Ferdinando
tamberlani-vincenzo-1857-06-11	1857-06-11	Tamberlani Vincenzo
taranto-nino-1907-08-28	1907-08-28	Taranto Nino
tarchetti-mario-1910-09-13	1910-09-13	Tarchetti Mario
teldi-tilda-1878-04-13	1878-04-13	Teldi Tilda
tempesti-giulio-1871-09-25	1871-09-25	Tempesti Giulio
tofano-sergio-1886-08-20	1886-08-20	Tofano Sergio
tolentino-riccardo-1874-09-17	1874-09-17	Tolentino Riccardo
tomasini-giulio-1911-02-03	1911-02-03	Tomasini Giulio
tordi-pietro-1906-07-12	1906-07-12	Tordi Pietro
torrieri-diana-1913-08-09	1913-08-09	Torrieri Diana
gauquelin-a5-1031-1914-02-22	1914-02-22	Gauquelin-A5-1031
gauquelin-a5-1032-1901-03-21	1901-03-21	Gauquelin-A5-1032
tovagliari-pier-1847-01-14	1847-01-14	Tovagliari Pier
triceri-ruffini-lina-1892-06-18	1892-06-18	Triceri-Ruffini Lina
tumiati-gualtiero-1876-07-08	1876-07-08	Tumiati Gualtiero
urzi-saro-1913-01-19	1913-01-19	Urzi Saro
usai-tamberlani-anna-1872-10-04	1872-10-04	Usai Tamberlani Anna
valentini-leopoldo-1907-03-04	1907-03-04	Valentini Leopoldo
varell-alfredo-1914-08-13	1914-08-13	Varell' Alfredo
verdiani-guido-1892-02-05	1892-02-05	Verdiani Guido
vergani-vera-1895-02-19	1895-02-19	Vergani Vera
gauquelin-a5-1042-1897-12-03	1897-12-03	Gauquelin-A5-1042
vingelli-nino-1912-06-04	1912-06-04	Vingelli Nino
viviani-raffaele-1886-01-09	1886-01-09	Viviani Raffaele
viviano-luisello-1885-10-05	1885-10-05	Viviano Luisello
zacconi-ermete-1857-09-14	1857-09-14	Zacconi Ermete
zicavo-mario-1923-08-11	1923-08-11	Zicavo Mario
zoncada-luigi-1867-05-02	1867-05-02	Zoncada Luigi
ahrens-hermann-1885-06-12	1885-06-12	Ahrens Hermann
ammann-lukas-1912-09-29	1912-09-29	Ammann Lukas
armand-arthur-1879-08-13	1879-08-13	Armand Arthur
arndt-wilhelm-1851-12-12	1851-12-12	Arndt Wilhelm
arzdorf-franz-1904-05-05	1904-05-05	Arzdorf Franz
auen-carl-1892-02-16	1892-02-16	Auen Carl
backhaus-helmuth-1920-06-06	1920-06-06	Backhaus Helmuth
baumer-walter-1910-12-04	1910-12-04	Bäumer Walter
gauquelin-a5-1058-1886-07-08	1886-07-08	Gauquelin-A5-1058
baumann-heinz-1928-02-12	1928-02-12	Baumann Heinz
baumbach-felix-1876-03-06	1876-03-06	Baumbach Félix
bassermann-albert-1867-09-07	1867-09-07	Bassermann Albert
bayer-gudrun-1922-03-25	1922-03-25	Bayer Gudrun
beuckelmann-heinrich-1904-07-05	1904-07-05	Beuckelmann Heinrich
bittler-peter-1901-04-03	1901-04-03	Bittler Peter
bohm-karlheinz-1928-03-16	1928-03-16	Böhm Karlheinz
bohnen-michael-1887-05-02	1887-05-02	Bohnen Michael
bommer-joseph-1911-03-05	1911-03-05	Bommer Joseph
bonn-ferdinand-1861-12-20	1861-12-20	Bonn Ferdinand
gauquelin-a5-1070-1929-06-24	1929-06-24	Gauquelin-A5-1070
gauquelin-a5-1071-1900-04-10	1900-04-10	Gauquelin-A5-1071
gauquelin-a5-1072-1907-03-15	1907-03-15	Gauquelin-A5-1072
buecheler-kurt-1915-07-07	1915-07-07	Buecheler Kurt
gauquelin-a5-1074-1900-01-21	1900-01-21	Gauquelin-A5-1074
carl-margaret-1927-05-28	1927-05-28	Carl Margaret
cleve-luise-1920-01-08	1920-01-08	Cleve Luise
czaschke-walter-1926-03-28	1926-03-28	Czaschke Walter
dautzenberg-dirk-1921-10-07	1921-10-07	Dautzenberg Dirk
gauquelin-a5-1079-1893-07-15	1893-07-15	Gauquelin-A5-1079
dinkgrafe-ursula-1927-04-27	1927-04-27	Dinkgräfe Ursula
dopke-oswald-1923-06-26	1923-06-26	Döpke Oswald
doerry-hans-1901-10-08	1901-10-08	Doerry Hans
gauquelin-a5-1083-1907-05-20	1907-05-20	Gauquelin-A5-1083
dreher-konrad-1859-10-30	1859-10-30	Dreher Konrad
dryander-brigitte-1920-04-24	1920-04-24	Dryander Brigitte
eckert-victor-1887-07-02	1887-07-02	Eckert Victor
eggert-jens-1918-01-14	1918-01-14	Eggert Jens
emons-hans-1907-04-02	1907-04-02	Emons Hans
eppler-heinz-1927-02-11	1927-02-11	Eppler Heinz
erber-ursula-1934-04-05	1934-04-05	Erber Ursula
farber-anton-1906-07-20	1906-07-20	Färber Anton
fiedler-gerlach-1925-06-27	1925-06-27	Fiedler Gerlach
fitz-peter-1931-08-08	1931-08-08	Fitz Peter
florath-albert-1888-11-07	1888-11-07	Florath Albert
franck-horst-1929-05-28	1929-05-28	Franck Horst
frisch-lore-1925-05-04	1925-05-04	Frisch Lore
furbringer-ernst-1900-07-27	1900-07-27	Fürbringer Ernst
gahmann-helmut-1932-02-14	1932-02-14	Gahmann Helmut
garg-alois-1912-09-06	1912-09-06	Garg Alois
gartner-friedrich-1929-04-12	1929-04-12	Gärtner Friedrich
gebuhr-otto-1887-05-29	1887-05-29	Gebühr Otto
gauquelin-a5-1103-1914-12-25	1914-12-25	Gauquelin-A5-1103
germann-nothelfer-anton-1906-04-07	1906-04-07	Germann-Nothelfer Anton
gerstenberg-rose-1918-04-02	1918-04-02	Gerstenberg Rose
gies-heinz-1912-06-22	1912-06-22	Gies Heinz
giesecke-siegmund-1921-01-20	1921-01-20	Giesecke Siegmund
gotz-curt-1888-11-17	1888-11-17	Götz Curt
goslar-jurgen-1927-03-26	1927-03-26	Goslar Jürgen
graf-robert-1923-11-18	1923-11-18	Graf Robert
grossi-ruth-1926-08-26	1926-08-26	Grossi Ruth
gstettenbaur-gustl-1914-03-01	1914-03-01	Gstettenbaur Gustl
haarer-jutha-1928-03-11	1928-03-11	Haarer Jutha
hagen-hans-1908-01-18	1908-01-18	Hagen Hans
grundgens-gustav-1899-12-22	1899-12-22	Gründgens Gustav
gauquelin-a5-1117-1894-05-16	1894-05-16	Gauquelin-A5-1117
hansen-alfred-1907-06-24	1907-06-24	Hansen Alfred
harsdorff-arthur-1903-10-25	1903-10-25	Harsdorff Arthur
heidmann-manfred-1923-12-27	1923-12-27	Heidmann Manfred
heinle-lutz-1898-08-05	1898-08-05	Heinle Lutz
helmar-steffi-1935-10-10	1935-10-10	Helmar Steffi
gauquelin-a5-1123-1904-08-23	1904-08-23	Gauquelin-A5-1123
heltau-michael-1933-07-05	1933-07-05	Heltau Michael
herterich-frank-1877-10-03	1877-10-03	Herterich Frank
hessenland-werner-1909-03-14	1909-03-14	Hessenland Werner
gauquelin-a5-1127-1907-01-23	1907-01-23	Gauquelin-A5-1127
gauquelin-a5-1128-1908-01-22	1908-01-22	Gauquelin-A5-1128
heyne-kurd-1906-10-02	1906-10-02	Heyne Kurd
hinz-dinah-1934-02-14	1934-02-14	Hinz Dinah
hoche-else-1919-05-28	1919-05-28	Höche Else
gauquelin-a5-1132-1923-05-26	1923-05-26	Gauquelin-A5-1132
holing-anneliese-1921-04-22	1921-04-22	Höling Anneliese
gauquelin-a5-1134-1899-04-22	1899-04-22	Gauquelin-A5-1134
hoffmann-wolfgan-1922-04-25	1922-04-25	Hoffmann Wolfgan
hohoff-angelika-1927-07-09	1927-07-09	Hohoff Angelika
holsboer-william-1905-08-03	1905-08-03	Holsboer William
holtzmann-thomas-1927-04-01	1927-04-01	Holtzmann Thomas
holve-hermann-1904-08-09	1904-08-09	Holve Hermann
homeyer-margret-1927-10-07	1927-10-07	Homeyer Margret
horn-camilla-1906-04-25	1906-04-25	Horn Camilla
im-luitgard-1930-01-12	1930-01-12	Im Luitgard
imhoff-otto-1889-12-12	1889-12-12	Imhoff Otto
issel-koppenhofer-bodo-1922-01-03	1922-01-03	Issel-Koppenhöfer Bodo
gauquelin-a5-1145-1905-01-26	1905-01-26	Gauquelin-A5-1145
janssen-walter-1887-02-07	1887-02-07	Janssen Walter
johanssen-ebba-1899-12-17	1899-12-17	Johanssen Ebba
jung-alsen-kurt-1915-06-18	1915-06-18	Jung-Alsen Kurt
gauquelin-a5-1150-1916-10-26	1916-10-26	Gauquelin-A5-1150
gauquelin-a5-1151-1900-01-22	1900-01-22	Gauquelin-A5-1151
kayssler-maria-1933-07-23	1933-07-23	Kayssler Maria
klingenberg-heinz-1905-04-06	1905-04-06	Klingenberg Heinz
klinger-paul-1907-06-14	1907-06-14	Klinger Paul
kloeble-alfons-1898-03-24	1898-03-24	Kloeble Alfons
klusner-karl-1905-08-02	1905-08-02	Klüsner Karl
gauquelin-a5-1158-1901-07-07	1901-07-07	Gauquelin-A5-1158
koch-marianne-1931-08-19	1931-08-19	Koch Marianne
konig-hans-1892-04-24	1892-04-24	König Hans
koper-carmen-1927-03-24	1927-03-24	Köper Carmen
kostlin-reinhardt-1876-10-11	1876-10-11	Köstlin Reinhardt
koettenich-hans-1911-11-16	1911-11-16	Koettenich Hans
kogel-richard-1927-01-15	1927-01-15	Kogel Richard
kollasch-franz-1923-10-03	1923-10-03	Kollasch Franz
kommerell-ruth-1923-05-09	1923-05-09	Kommerell Ruth
kranz-fritz-1897-06-15	1897-06-15	Kranz Fritz
kraus-hans-1911-11-23	1911-11-23	Kraus Hans
krause-willy-1901-08-04	1901-08-04	Krause Willy
kruger-charlotte-1897-11-09	1897-11-09	Kruger Charlotte
kube-tassile-1927-03-25	1927-03-25	Kube Tassile
kuckelmann-gertrud-1929-01-03	1929-01-03	Kückelmann Gertrud
kunkele-grahn-ilse-1925-04-25	1925-04-25	Künkele-Grahn Ilse
kuhlmann-heidi-1910-04-01	1910-04-01	Kuhlmann Heidi
gauquelin-a5-1176-1921-04-27	1921-04-27	Gauquelin-A5-1176
kurz-heino-1912-08-12	1912-08-12	Kurz Heino
landsittel-claus-1928-12-28	1928-12-28	Landsittel Claus
langheinz-ernst-1894-05-18	1894-05-18	Langheinz Ernst
lauenstein-tilly-1912-10-04	1912-10-04	Lauenstein Tilly
leser-emil-1903-06-01	1903-06-01	Leser Emil
leyrer-willy-1906-04-05	1906-04-05	Leyrer Willy
gauquelin-a5-1184-1929-07-19	1929-07-19	Gauquelin-A5-1184
linder-erwin-1903-10-29	1903-10-29	Linder Erwin
link-else-1893-10-14	1893-10-14	Link Else
loebe-horst-1924-05-15	1924-05-15	Loebe Horst
loges-hannes-1924-03-13	1924-03-13	Loges Hannes
lohkamp-emil-1902-12-30	1902-12-30	Lohkamp Emil
loos-theodor-1883-05-18	1883-05-18	Loos Theodor
gauquelin-a5-1191-1905-03-05	1905-03-05	Gauquelin-A5-1191
lutjohann-reinhold-1881-08-03	1881-08-03	Lütjohann Reinhold
luley-karl-1887-09-21	1887-09-21	Luley Karl
luskarn-frank-1890-05-03	1890-05-03	Luskarn Frank
maasen-heinz-1925-02-10	1925-02-10	Maasen Heinz
mack-fritz-1882-04-05	1882-04-05	Mack Fritz
gauquelin-a5-1197-1893-10-30	1893-10-30	Gauquelin-A5-1197
magel-hans-1905-12-12	1905-12-12	Magel Hans
malsbender-herbert-1914-06-13	1914-06-13	Malsbender Herbert
martini-wolf-1911-02-27	1911-02-27	Martini Wolf
maurer-friedrich-1901-04-17	1901-04-17	Maurer Friedrich
may-gisela-1924-05-31	1924-05-31	May Gisela
gauquelin-a5-1203-1910-06-19	1910-06-19	Gauquelin-A5-1203
moller-rudolf-1914-08-18	1914-08-18	Möller Rudolf
moog-heinz-1908-06-28	1908-06-28	Moog Heinz
muller-elmau-eberhard-1905-10-09	1905-10-09	Müller-Elmau Eberhard
musaus-hans-1910-11-28	1910-11-28	Musäus Hans
mylius-christine-1913-11-24	1913-11-24	Mylius Christine
neff-dorothea-1903-02-21	1903-02-21	Neff Dorothea
gauquelin-a5-1211-1888-12-10	1888-12-10	Gauquelin-A5-1211
nippen-werner-1911-04-30	1911-04-30	Nippen Werner
nocker-hilde-1924-10-05	1924-10-05	Nocker Hilde
gauquelin-a5-1214-1901-02-06	1901-02-06	Gauquelin-A5-1214
olbruck-robert-1916-02-19	1916-02-19	Olbrück Robert
pfeil-mathieu-1863-03-20	1863-03-20	Pfeil Mathieu
piel-harry-1892-07-12	1892-07-12	Piel Harry
pilgram-favart-wilhelm-1889-01-01	1889-01-01	Pilgram-Favart Wilhelm
plaut-joseph-1879-07-05	1879-07-05	Plaut Joseph
pohle-herbert-1924-06-09	1924-06-09	Pohle Herbert
gauquelin-a5-1222-1900-09-29	1900-09-29	Gauquelin-A5-1222
poschmann-agathe-1922-01-18	1922-01-18	Poschmann Agathe
preiss-wolfgan-1910-02-27	1910-02-27	Preiss Wolfgan
quest-hans-1915-08-20	1915-08-20	Quest Hans
quilling-liselotte-1921-01-24	1921-01-24	Quilling Liselotte
raddatz-carl-1912-03-13	1912-03-13	Raddatz Carl
rau-liselotte-1929-08-22	1929-08-22	Rau Liselotte
reichert-willy-1896-08-30	1896-08-30	Reichert Willy
gauquelin-a5-1231-1899-04-22	1899-04-22	Gauquelin-A5-1231
retty-rosa-1874-12-26	1874-12-26	Retty Rosa
reymann-rose-1925-07-04	1925-07-04	Reymann Rose
rickert-hede-1917-10-03	1917-10-03	Rickert Hede
riegel-otto-1910-04-14	1910-04-14	Riegel Otto
rocholl-theodor-1891-07-29	1891-07-29	Rocholl Theodor
rosner-willy-1893-05-19	1893-05-19	Rösner Willy
ruschmeier-horst-1930-10-27	1930-10-27	Rüschmeier Horst
sautter-elfriede-1922-05-21	1922-05-21	Sautter Elfriede
schaarwachter-hans-1901-02-22	1901-02-22	Schaarwächter Hans
schacht-heinz-1909-04-21	1909-04-21	Schacht Heinz
schauer-johannes-1918-11-05	1918-11-05	Schauer Johannes
schieske-alfred-1908-09-06	1908-09-06	Schieske Alfred
schindehutte-ursula-1921-11-18	1921-11-18	Schindehütte Ursula
schleicher-jor-1904-05-10	1904-05-10	Schleicher Jör
schlichting-wilhelm-1913-05-16	1913-05-16	Schlichting Wilhelm
schlumpf-heinz-1933-04-13	1933-04-13	Schlumpf Heinz
schmid-helmut-1925-04-08	1925-04-08	Schmid Helmut
schmitt-eva-1928-08-12	1928-08-12	Schmitt Eva
schoenhals-albrecht-1888-03-07	1888-03-07	Schoenhals Albrecht
schomberg-hermann-1907-08-12	1907-08-12	Schomberg Hermann
schrader-hugo-1902-07-26	1902-07-26	Schrader Hugo
schroder-arnulf-1903-06-13	1903-06-13	Schröder Arnulf
schroder-arthur-1892-11-20	1892-11-20	Schröder Arthur
schroder-ernst-1915-01-27	1915-01-27	Schröder Ernst
schutter-friedrich-1921-01-04	1921-01-04	Schütter Friedrich
schwarz-hans-1908-11-24	1908-11-24	Schwarz Hans
schwarz-wolfgan-1925-08-13	1925-08-13	Schwarz Wolfgan
schwarze-dieter-1926-08-30	1926-08-30	Schwarze Dieter
sebald-aljoscha-1926-01-25	1926-01-25	Sebald Aljoscha
sebald-herbert-1900-10-12	1900-10-12	Sebald Herbert
gauquelin-a5-1263-1905-07-17	1905-07-17	Gauquelin-A5-1263
seippel-edda-1919-12-19	1919-12-19	Seippel Edda
gauquelin-a5-1265-1899-07-23	1899-07-23	Gauquelin-A5-1265
siemers-friedrich-1922-04-30	1922-04-30	Siemers Friedrich
sohnker-hans-1903-10-11	1903-10-11	Söhnker Hans
speelmanns-hermann-1902-08-14	1902-08-14	Speelmanns Hermann
spier-wolfgan-1920-09-27	1920-09-27	Spier Wolfgan
steiger-klaus-1919-09-15	1919-09-15	Steiger Klaus
steiner-sigfried-1906-10-31	1906-10-31	Steiner Sigfried
gauquelin-a5-1272-1894-09-27	1894-09-27	Gauquelin-A5-1272
stohr-karl-1901-01-29	1901-01-29	Stöhr Karl
surmann-emil-1912-09-16	1912-09-16	Surmann Emil
sypniewski-clarissa-1931-11-05	1931-11-05	Sypniewski Clarissa
gauquelin-a5-1276-1923-05-26	1923-05-26	Gauquelin-A5-1276
thielen-hans-1920-06-12	1920-06-12	Thielen Hans
tillmann-fritz-1910-12-13	1910-12-13	Tillmann Fritz
trowe-gisela-1922-09-05	1922-09-05	Trowe Gisela
ueding-franz-1929-01-05	1929-01-05	Ueding Franz
uttendorfer-walter-1912-06-26	1912-06-26	Uttendörfer Walter
van-kaulla-guido-1909-09-26	1909-09-26	Van Kaulla Guido
gauquelin-a5-1283-1901-06-23	1901-06-23	Gauquelin-A5-1283
gauquelin-a5-1284-1928-08-07	1928-08-07	Gauquelin-A5-1284
wagner-hermann-1913-04-24	1913-04-24	Wagner Hermann
wagner-paul-1899-08-24	1899-08-24	Wagner Paul
walbrohl-clara-1898-04-24	1898-04-24	Walbröhl Clara
waldau-gustav-1871-02-27	1871-02-27	Waldau Gustav
warsitz-viktor-1906-07-04	1906-07-04	Warsitz Viktor
wascher-aubert-1895-12-01	1895-12-01	Wäscher Aubert
weber-paul-1899-10-02	1899-10-02	Weber Paul
gauquelin-a5-1293-1891-11-30	1891-11-30	Gauquelin-A5-1293
weitkamp-kurt-1914-10-28	1914-10-28	Weitkamp Kurt
wernicke-otto-1893-09-30	1893-09-30	Wernicke Otto
wery-carl-1897-08-07	1897-08-07	Wery Carl
wetzke-morschel-eva-1924-11-14	1924-11-14	Wetzke-Morschel Eva
wiecke-paul-1862-10-30	1862-10-30	Wiecke Paul
wiegand-johannes-1874-07-27	1874-07-27	Wiegand Johannes
wieman-mathias-1902-06-23	1902-06-23	Wieman Mathias
windhorst-karl-1929-01-06	1929-01-06	Windhorst Karl
wirges-ruth-1929-04-16	1929-04-16	Wirges Ruth
wishev-martens-albert-1892-08-12	1892-08-12	Wishev-Martens Albert
wisten-susanne-1924-09-22	1924-09-22	Wisten Susanne
gauquelin-a5-1305-1918-01-01	1918-01-01	Gauquelin-A5-1305
wulf-yvonne-1927-04-28	1927-04-28	Wulf Yvonne
gauquelin-a5-1307-1879-05-09	1879-05-09	Gauquelin-A5-1307
bouhy-jacques-1848-06-18	1848-06-18	Bouhy Jacques
gauquelin-a5-1309-1887-01-06	1887-01-06	Gauquelin-A5-1309
cazeilles-marcel-1906-03-08	1906-03-08	Cazeilles Marcel
cortvrient-alfons-1850-06-24	1850-06-24	Cortvrient Alfons
ceccaldi-pierre-fernand-1917-11-29	1917-11-29	Ceccaldi Pierre Fernand
germain-fernand-1882-08-31	1882-08-31	Germain Fernand
gauquelin-a5-1314-1897-01-24	1897-01-24	Gauquelin-A5-1314
sasse-marie-1838-10-18	1838-10-18	Sasse Marie
schepens-adolphe-1819-04-13	1819-04-13	Schepens Adolphe
ceyrac-erancois-1912-09-12	1912-09-12	Ceyrac Erançois
baay-johannes-1904-03-06	1904-03-06	Baay Johannes
bachigaloupi-tourniaire-1850-08-14	1850-08-14	Bachigaloupi-Tourniaire
barendse-barend-1852-08-08	1852-08-08	Barendse Barend
beem-meijer-elias-1838-06-10	1838-06-10	Beem-Meijer Elias
beermans-catharina-1844-08-30	1844-08-30	Beermans Catharina
bigot-cornelis-1838-04-24	1838-04-24	Bigot Cornelis
boer-rijk-esther-1853-07-29	1853-07-29	Boer-Rijk Esther
bouwmeester-fritz-louis-1885-10-31	1885-10-31	Bouwmeester Fritz Louis
bouwmeester-fritz-1848-08-02	1848-08-02	Bouwmeester Fritz
bouwmeester-lily-1901-09-28	1901-09-28	Bouwmeester Lily
bouwmeester-louis-fr-1842-09-05	1842-09-05	Bouwmeester Louis Fr
bouwmeester-theodora-1850-04-19	1850-04-19	Bouwmeester Theodora
bron-pierre-1882-05-14	1882-05-14	Bron Pierre
carelsen-fie-1890-04-05	1890-04-05	Carelsen Fie
croiset-max-1912-08-13	1912-08-13	Croiset Max
dieben-lodewijk-1890-04-19	1890-04-19	Dieben Lodewijk
dijk-frits-1895-10-03	1895-10-03	Dijk Frits
dijk-kornelis-1881-03-26	1881-03-26	Dijk Kornelis
dresselhuys-mary-1907-01-22	1907-01-22	Dresselhuys Mary
drielen-gimberg-l-1880-09-07	1880-09-07	Drielen-Gimberg L
ees-jan-1896-03-02	1896-03-02	Ees Jan
gauquelin-a5-1339-1893-10-30	1893-10-30	Gauquelin-A5-1339
ellenberger-wilhelmina-1837-03-25	1837-03-25	Ellenberger Wilhelmina
elsensohn-johannes-1884-01-13	1884-01-13	Elsensohn Johannes
engelmann-wilhelmina-1834-01-17	1834-01-17	Engelmann Wilhelmina
erfmann-eberhard-1866-11-02	1866-11-02	Erfmann Eberhard
eysden-peter-1864-11-11	1864-11-11	Eysden Peter
faassen-alexander-1873-10-05	1873-10-05	Faassen Alexander
faassen-marie-1872-03-07	1872-03-07	Faassen Marie
faassen-pieter-1833-09-09	1833-09-09	Faassen Pieter
faassen-victor-1864-05-27	1864-05-27	Faassen Victor
faassen-velzen-catharina-1833-12-09	1833-12-09	Faassen Velzen Catharina
fiolet-johann-1901-10-05	1901-10-05	Fiolet Johann
flink-richard-1903-06-29	1903-06-29	Flink Richard
gasteren-louis-1887-11-14	1887-11-14	Gasteren Louis
groeneveld-gisbertus-1898-05-05	1898-05-05	Groeneveld Gisbertus
haanstra-albert-1916-05-31	1916-05-31	Haanstra Albert
haspels-derk-1837-11-17	1837-11-17	Haspels Derk
hauer-arend-1909-09-14	1909-09-14	Hauer Arend
heer-petronella-1856-01-08	1856-01-08	Heer Petronella
holkers-dirk-1859-03-10	1859-03-10	Holkers Dirk
hooykaas-adriaan-1891-07-24	1891-07-24	Hooykaas Adriaan
hopper-hendrika-1877-10-24	1877-10-24	Hopper Hendrika
gauquelin-a5-1361-1868-07-19	1868-07-19	Gauquelin-A5-1361
gauquelin-a5-1362-1891-02-03	1891-02-03	Gauquelin-A5-1362
ivens-joris-1898-11-18	1898-11-18	Ivens Joris
janssens-magdalena-1884-04-18	1884-04-18	Janssens Magdalena
jong-jacob-1851-03-21	1851-03-21	Jong Jacob
kan-vonk-diderika-1901-04-28	1901-04-28	Kan-Vonk Diderika
kelly-johannes-1854-08-12	1854-08-12	Kelly Johannes
klein-alida-1873-04-29	1873-04-29	Klein Alida
kley-helena-1866-01-18	1866-01-18	Kley Helena
kleyn-kommer-1893-06-12	1893-06-12	Kleyn Kommer
kooiman-louise-1898-07-20	1898-07-20	Kooiman Louise
kreeft-albertus-1854-02-09	1854-02-09	Kreeft Albertus
kuyk-henrik-1846-01-21	1846-01-21	Kuyk Henrik
la-chapelle-philippe-1882-08-01	1882-08-01	La Chapelle Philippe
lageman-dirk-1858-06-01	1858-06-01	Lageman Dirk
lugt-melsert-cornelius-1882-07-04	1882-07-04	Lugt Melsert Cornelius
lugt-melsert-cornelius-1907-03-19	1907-03-19	Lugt Melsert Cornelius
lugt-melsert-wilhelmina-1871-02-24	1871-02-24	Lugt Melsert Wilhelmina
gauquelin-a5-1380-1919-06-16	1919-06-16	Gauquelin-A5-1380
meester-johan-1897-06-24	1897-06-24	Meester Johan
merkelbach-hendrik-1885-09-23	1885-09-23	Merkelbach Hendrik
moer-anna-1912-01-23	1912-01-23	Moer Anna
morrien-carel-1870-09-28	1870-09-28	Morrien Carel
mulder-roelofsen-aleida-1869-08-31	1869-08-31	Mulder-Roelofsen Aleida
musch-jan-1875-12-22	1875-12-22	Musch Jan
nieuwland-marita-1842-02-21	1842-02-21	Nieuwland Marita
parser-mauritz-1890-07-26	1890-07-26	Parser Mauritz
poll-jaap-1889-06-19	1889-06-19	Poll Jaap
poolman-augustina-1870-08-14	1870-08-14	Poolman Augustina
poolman-elisabeth-1850-05-26	1850-05-26	Poolman Elisabeth
gauquelin-a5-1392-1884-06-07	1884-06-07	Gauquelin-A5-1392
rossing-sablairolles-anna-1861-02-07	1861-02-07	Rössing-Sablairolles Anna
royaards-willem-1867-01-21	1867-01-21	Royaards Willem
gauquelin-a5-1395-1891-06-12	1891-06-12	Gauquelin-A5-1395
sasbasch-wilhelmina-1875-10-28	1875-10-28	Sasbasch Wilhelmina
schoonhoven-cornelis-1847-10-12	1847-10-12	Schoonhoven Cornelis
gauquelin-a5-1398-1860-05-23	1860-05-23	Gauquelin-A5-1398
schwab-welmann-wilhelmina-1862-04-29	1862-04-29	Schwab-Welmann Wilhelmina
gauquelin-a5-1400-1917-06-27	1917-06-27	Gauquelin-A5-1400
verenet-georges-1865-02-08	1865-02-08	Verenet Georges
verkade-edouard-1878-06-15	1878-06-15	Verkade Edouard
vink-maria-1864-03-14	1864-03-14	Vink Maria
vos-jan-1855-07-08	1855-07-08	Vos Jan
vries-henri-1864-08-08	1864-08-08	Vries Henri
vries-louis-1871-10-18	1871-10-18	Vries Louis
warmelo-marie-1866-10-19	1866-10-19	Warmelo Marie
westerhoven-louis-1854-02-20	1854-02-20	Westerhoven Louis
zuylen-willem-1847-04-03	1847-04-03	Zuylen Willem
aujoulat-louis-1910-08-28	1910-08-28	Aujoulat Louis
barange-charles-1897-12-21	1897-12-21	Barange Charles
bergasse-henry-1894-09-28	1894-09-28	Bergasse Henry
billiemaz-auguste-1889-09-22	1889-09-22	Billiemaz Auguste
billoux-francois-1903-05-21	1903-05-21	Billoux François
gauquelin-a5-1423-1914-08-19	1914-08-19	Gauquelin-A5-1423
bouxom-fernand-1909-10-09	1909-10-09	Bouxom Fernand
caillavet-henri-1914-02-13	1914-02-13	Caillavet Henri
christiaens-louis-1890-12-20	1890-12-20	Christiaens Louis
chamant-jean-1913-11-23	1913-11-23	Chamant Jean
coste-floret-alfred-1911-04-09	1911-04-09	Coste-floret Alfred
bozzi-aldo-1909-02-22	1909-02-22	Bozzi Aldo
coste-floret-paul-1911-04-09	1911-04-09	Coste-floret Paul
gauquelin-a5-1437-1884-06-18	1884-06-18	Gauquelin-A5-1437
dassonville-gaston-1893-03-16	1893-03-16	Dassonville Gaston
delbos-yvon-1885-05-07	1885-05-07	Delbos Yvon
denis-andre-1920-12-07	1920-12-07	Denis André
duclos-jacques-1896-10-02	1896-10-02	Duclos Jacques
ducos-hippolyte-1881-10-03	1881-10-03	Ducos Hippolyte
faure-edgar-1908-08-18	1908-08-18	Faure Edgar
faure-maurice-1922-01-02	1922-01-02	Faure Maurice
fouques-duparc-henri-1903-06-27	1903-06-27	Fouques-Duparc Henri
galy-gasparroux-georges-1896-12-07	1896-12-07	Galy-Gasparroux Georges
gavini-jacques-1889-12-25	1889-12-25	Gavini Jacques
gardey-abel-1882-11-21	1882-11-21	Gardey Abel
gauquelin-a5-1470-1906-07-26	1906-07-26	Gauquelin-A5-1470
guislain-marcel-1899-06-14	1899-06-14	Guislain Marcel
jacquet-marc-1913-02-17	1913-02-17	Jacquet Marc
jules-jullien-alfred-1882-09-29	1882-09-29	Jules-Jullien Alfred
koenig-pierre-1898-10-10	1898-10-10	Koenig Pierre
lacoste-robert-1898-07-05	1898-07-05	Lacoste Robert
laurens-camille-1906-08-12	1906-08-12	Laurens Camille
lecoeur-auguste-1911-09-04	1911-09-04	Lecoeur Auguste
lefebvre-francine-1908-03-15	1908-03-15	Lefebvre Francine
lejeune-max-1909-02-19	1909-02-19	Lejeune Max
gauquelin-a5-1495-1914-08-19	1914-08-19	Gauquelin-A5-1495
loustaunau-lacau-georges-1894-04-17	1894-04-17	Loustaunau-Lacau Georges
marty-andre-1886-11-06	1886-11-06	Marty André
menthon-francois-1900-01-08	1900-01-08	Menthon François
mignot-andre-1915-01-19	1915-01-19	Mignot André
mitterrand-francois-1916-10-26	1916-10-26	Mitterrand Francois
mollet-guy-1905-12-31	1905-12-31	Mollet Guy
mondon-raymond-1914-03-08	1914-03-08	Mondon Raymond
montel-pierre-1896-12-13	1896-12-13	Montel Pierre
mouton-adrien-1902-02-12	1902-02-12	Mouton Adrien
naegelen-marcel-1892-01-17	1892-01-17	Naegelen Marcel
gauquelin-a5-1522-1904-10-14	1904-10-14	Gauquelin-A5-1522
samson-francois-1899-02-12	1899-02-12	Samson François
gauquelin-a5-1548-1914-12-25	1914-12-25	Gauquelin-A5-1548
abisso-angelo-1883-01-17	1883-01-17	Abisso Angelo
acerbo-giacomo-1888-07-25	1888-07-25	Acerbo Giacomo
acton-alfredo-1867-09-12	1867-09-12	Acton Alfredo
gauquelin-a5-1555-1886-07-08	1886-07-08	Gauquelin-A5-1555
almirante-giorgo-1914-06-27	1914-06-27	Almirante Giorgo
amendola-giorgio-1907-11-21	1907-11-21	Amendola Giorgio
amicucci-ermando-1890-01-05	1890-01-05	Amicucci Ermando
andreotti-giulio-1919-01-14	1919-01-14	Andreotti Giulio
anfuso-filippo-1901-01-01	1901-01-01	Anfuso Filippo
angelini-armando-1891-12-31	1891-12-31	Angelini Armando
arcaini-giuseppe-1901-04-10	1901-04-10	Arcaini Giuseppe
ariosto-egidio-1911-03-26	1911-03-26	Ariosto Egidio
assennato-mario-1901-08-05	1901-08-05	Assennato Mario
avanzini-ennio-1888-11-09	1888-11-09	Avanzini Ennio
badini-confalonieri-1914-03-14	1914-03-14	Badini Confalonieri
barbareschi-gaetano-1889-08-21	1889-08-21	Barbareschi Gaetano
bassano-carlo-1885-07-11	1885-07-11	Bassano Carlo
gauquelin-a5-1571-1888-07-01	1888-07-01	Gauquelin-A5-1571
bencivenga-roberto-1872-10-02	1872-10-02	Bencivenga Roberto
benedetti-tullio-1884-05-12	1884-05-12	Benedetti Tullio
benini-zenone-1902-10-19	1902-10-19	Benini Zenone
benvenuti-lodovico-1899-04-10	1899-04-10	Benvenuti Lodovico
bergami-gino-1903-04-07	1903-04-07	Bergami Gino
bergamini-alberto-1871-06-01	1871-06-01	Bergamini Alberto
bernini-ferdinando-1891-05-18	1891-05-18	Bernini Ferdinando
bersani-giovanni-1914-07-22	1914-07-22	Bersani Giovanni
bertinelli-virgino-1901-08-31	1901-08-31	Bertinelli Virgino
bertone-giovanbattista-1874-12-17	1874-12-17	Bertone Giovanbattista
bettiol-francesco-1897-09-27	1897-09-27	Bettiol Francesco
bevione-giuseppe-1879-12-27	1879-12-27	Bevione Giuseppe
bonardi-carlo-1877-01-25	1877-01-25	Bonardi Carlo
boncompagni-ludovisi-francesco-1886-10-20	1886-10-20	Boncompagni-Ludovisi Francesco
bonino-uberto-1901-03-13	1901-03-13	Bonino Uberto
bonomi-ivanoe-1873-10-18	1873-10-18	Bonomi Ivanoe
bosco-lucarelli-1881-05-21	1881-05-21	Bosco Lucarelli
bottai-giuseppe-1895-09-03	1895-09-03	Bottai Giuseppe
bovetti-giovanni-1901-02-07	1901-02-07	Bovetti Giovanni
braschi-giovanni-1891-02-27	1891-02-27	Braschi Giovanni
brizi-alessandro-1878-09-07	1878-09-07	Brizi Alessandro
gauquelin-a5-1595-1900-09-30	1900-09-30	Gauquelin-A5-1595
bubbio-teodoro-1888-02-02	1888-02-02	Bubbio Teodoro
cacciatore-luigi-1900-07-26	1900-07-26	Cacciatore Luigi
calamandrei-pietro-1889-04-21	1889-04-21	Calamandrei Pietro
calo-giovanni-1882-12-24	1882-12-24	Calo' Giovanni
calosso-umberto-1895-09-23	1895-09-23	Calosso Umberto
camangi-ludovico-1903-02-14	1903-02-14	Camangi Ludovico
gauquelin-a5-1602-1891-11-30	1891-11-30	Gauquelin-A5-1602
canepa-giuseppe-1865-03-13	1865-03-13	Canepa Giuseppe
canevari-emilio-1880-01-21	1880-01-21	Canevari Emilio
capacchione-francesco-1903-05-12	1903-05-12	Capacchione Francesco
caporali-raffaele-1868-04-07	1868-04-07	Caporali Raffaele
gauquelin-a5-1607-1888-02-19	1888-02-19	Gauquelin-A5-1607
cappi-giuseppe-1883-08-14	1883-08-14	Cappi Giuseppe
capua-antonio-1905-10-19	1905-10-19	Capua Antonio
carcaterra-antonio-1905-10-24	1905-10-24	Carcaterra Antonio
carignani-giovanni-1893-06-01	1893-06-01	Carignani Giovanni
carpano-magliori-1887-02-16	1887-02-16	Carpano Magliori
cartia-giovanni-1894-08-17	1894-08-17	Cartia Giovanni
gauquelin-a5-1614-1903-09-14	1903-09-14	Gauquelin-A5-1614
gauquelin-a5-1615-1904-10-14	1904-10-14	Gauquelin-A5-1615
cavallari-vincenzo-1919-11-07	1919-11-07	Cavallari Vincenzo
cavallero-ugo-1880-09-20	1880-09-20	Cavallero Ugo
cavalli-antonio-1889-09-12	1889-09-12	Cavalli Antonio
cevelotto-mario-1887-04-01	1887-04-01	Cevelotto Mario
chatrian-luigi-1891-11-07	1891-11-07	Chatrian Luigi
chiaramello-domenico-1897-10-13	1897-10-13	Chiaramello Domenico
cianetti-tullio-1899-07-20	1899-07-20	Cianetti Tullio
cingolani-mario-1883-08-02	1883-08-02	Cingolani Mario
clerici-ambrogio-1868-11-18	1868-11-18	Clerici Ambrogio
clerici-edoardo-1898-05-14	1898-05-14	Clerici Edoardo
codacci-pisanelli-1913-03-28	1913-03-28	Codacci Pisanelli
codignola-tristano-1913-10-23	1913-10-23	Codignola Tristano
colitto-francesco-1897-02-08	1897-02-08	Colitto Francesco
colombo-emilio-1920-04-11	1920-04-11	Colombo Emilio
conti-giovanni-1882-11-17	1882-11-17	Conti Giovanni
corbino-epicarmo-1890-07-18	1890-07-18	Corbino Epicarmo
corbino-mario-1876-04-30	1876-04-30	Corbino Mario
cortese-guido-1909-08-02	1909-08-02	Cortese Guido
gauquelin-a5-1634-1914-02-22	1914-02-22	Gauquelin-A5-1634
crispi-francesco-1819-10-03	1819-10-03	Crispi Francesco
chaboureau-pierre-1914-06-12	1914-06-12	Chaboureau Pierre
cucco-alfredo-1893-01-26	1893-01-26	Cucco Alfredo
d-alessio-francesco-1886-05-27	1886-05-27	D'Alessio Francesco
damiani-ugo-1899-03-13	1899-03-13	Damiani Ugo
d-aragona-ludovico-1876-05-23	1876-05-23	D'Aragona Ludovico
de-bono-emilio-1866-03-19	1866-03-19	De Bono Emilio
de-capitani-giuseppe-1870-02-15	1870-02-15	De Capitani Giuseppe
de-caro-raffaele-1883-03-29	1883-03-29	De Caro Raffaele
de-filipo-luigi-1898-01-12	1898-01-12	De Filipo Luigi
de-francesco-giuseppe-1885-09-15	1885-09-15	De Francesco Giuseppe
del-bo-rinaldo-1916-11-19	1916-11-19	Del Bo Rinaldo
del-giudice-riccardo-1900-07-16	1900-07-16	Del Giudice Riccardo
delle-fave-umberto-1912-12-13	1912-12-13	Delle Fave Umberto
dello-sbarba-arnoldo-1873-08-12	1873-08-12	Dello Sbarba Arnoldo
de-marsanich-augusto-1891-04-13	1891-04-13	De Marsanich Augusto
de-martino-francesco-1907-05-31	1907-05-31	De Martino Francesco
de-mercurio-ugo-1903-01-05	1903-01-05	De Mercurio Ugo
de-michelis-paolo-1889-02-24	1889-02-24	De Michelis Paolo
de-nicola-enrico-1877-11-09	1877-11-09	De Nicola Enrico
di-crollalanza-araldo-1892-05-19	1892-05-19	Di Crollalanza Araldo
di-giovanni-edoardo-1875-11-07	1875-11-07	Di Giovanni Edoardo
di-napoli-attilio-1883-06-04	1883-06-04	Di Napoli Attilio
di-vittorio-giuseppe-1892-08-11	1892-08-11	Di Vittorio Giuseppe
dominedo-francesco-1903-07-25	1903-07-25	Dominedo' Francesco
d-onofrio-edoardo-1901-02-10	1901-02-10	D'Onofrio Edoardo
einaudi-luigi-1874-03-24	1874-03-24	Einaudi Luigi
elia-vittorio-1859-10-14	1859-10-14	Elia Vittorio
endrich-enrico-1899-10-17	1899-10-17	Endrich Enrico
ermini-giuseppe-1900-07-20	1900-07-20	Ermini Giuseppe
fabbri-gustavo-1882-01-10	1882-01-10	Fabbri Gustavo
facchinetti-cipriano-1889-01-13	1889-01-13	Facchinetti Cipriano
fanfani-amintore-1908-02-05	1908-02-05	Fanfani Amintore
federici-maria-1899-09-19	1899-09-19	Federici Maria
federzoni-luigi-1878-09-27	1878-09-27	Federzoni Luigi
ferrari-aggradi-1916-02-13	1916-02-13	Ferrari Aggradi
ferrari-giacomo-1887-11-05	1887-11-05	Ferrari Giacomo
ferretti-lando-1895-05-02	1895-05-02	Ferretti Lando
finocchiaro-aprile-1878-06-26	1878-06-26	Finocchiaro Aprile
fiorentino-giosue-1898-11-04	1898-11-04	Fiorentino Giosue
fioritto-domenico-1872-08-03	1872-08-03	Fioritto Domenico
folchi-alberto-1897-06-17	1897-06-17	Folchi Alberto
fresa-armando-1893-04-14	1893-04-14	Fresa Armando
gauquelin-a5-1679-1883-09-24	1883-09-24	Gauquelin-A5-1679
gabba-melchiade-1874-08-20	1874-08-20	Gabba Melchiade
gai-silvio-1873-08-05	1873-08-05	Gai Silvio
galati-vito-1893-12-26	1893-12-26	Galati Vito
gasparotto-luigi-1873-05-31	1873-05-31	Gasparotto Luigi
gazzera-pietro-1879-12-11	1879-12-11	Gazzera Pietro
chabrut-robert-1899-10-02	1899-10-02	Chabrut Robert
giolitti-antonio-1915-02-12	1915-02-12	Giolitti Antonio
gonella-guido-1905-09-18	1905-09-18	Gonella Guido
grandi-dino-1895-06-04	1895-06-04	Grandi Dino
graziani-rodolfo-1882-08-11	1882-08-11	Graziani Rodolfo
grieco-ruggero-1893-08-19	1893-08-19	Grieco Ruggero
gronchi-giovanni-1887-09-10	1887-09-10	Gronchi Giovanni
guadalupi-mario-1918-01-10	1918-01-10	Guadalupi Mario
gui-luigi-1914-09-26	1914-09-26	Gui Luigi
guidi-cingolani-angela-1896-10-31	1896-10-31	Guidi-Cingolani Angela
gullo-fausto-1887-06-16	1887-06-16	Gullo Fausto
gray-ezio-1884-10-09	1884-10-09	Gray Ezio
jacini-stefano-1886-11-03	1886-11-03	Jacini Stefano
jannelli-mario-1892-01-11	1892-01-11	Jannelli Mario
jervolino-angelo-1890-09-02	1890-09-02	Jervolino Angelo
gauquelin-a5-1700-1902-08-20	1902-08-20	Gauquelin-A5-1700
la-malfa-ugo-1903-05-16	1903-05-16	La Malfa Ugo
la-rocca-vincenzo-1894-02-16	1894-02-16	La Rocca Vincenzo
latanza-domenico-1908-04-29	1908-04-29	Latanza Domenico
licausi-girolamo-1896-01-01	1896-01-01	Licausi Girolamo
lizzadri-oreste-1896-05-18	1896-05-18	Lizzadri Oreste
lomabardi-riccardo-1901-08-16	1901-08-16	Lomabardi Riccardo
gauquelin-a5-1707-1902-05-22	1902-05-22	Gauquelin-A5-1707
longo-luigi-1900-03-15	1900-03-15	Longo Luigi
lucifredi-roberto-1909-11-13	1909-11-13	Lucifredi Roberto
lupis-giuseppe-1896-03-28	1896-03-28	Lupis Giuseppe
maffioli-catullo-1898-02-10	1898-02-10	Maffioli Catullo
malvestiti-piero-1899-06-26	1899-06-26	Malvestiti Piero
mannironi-salvatore-1901-12-10	1901-12-10	Mannironi Salvatore
manzini-raimondo-1901-02-18	1901-02-18	Manzini Raimondo
marazza-achille-1894-07-20	1894-07-20	Marazza Achille
marchesi-concetto-1878-02-01	1878-02-01	Marchesi Concetto
marescalchi-arturo-1869-10-30	1869-10-30	Marescalchi Arturo
marina-mario-1897-11-23	1897-11-23	Marina Mario
gauquelin-a5-1719-1892-10-20	1892-10-20	Gauquelin-A5-1719
martinelli-mario-1906-05-12	1906-05-12	Martinelli Mario
martino-edoardo-1910-04-20	1910-04-20	Martino Edoardo
martino-enrico-1907-01-29	1907-01-29	Martino Enrico
martino-gaetano-1900-11-25	1900-11-25	Martino Gaetano
marzotto-vittorio-1922-06-13	1922-06-13	Marzotto Vittorio
massola-umberto-1904-09-29	1904-09-29	Massola Umberto
mastino-gesumino-1889-08-27	1889-08-27	Mastino Gesumino
mattarella-bernardo-1905-09-15	1905-09-15	Mattarella Bernardo
maxia-antonio-1904-03-04	1904-03-04	Maxia Antonio
mazzei-vincenzo-1913-08-21	1913-08-21	Mazzei Vincenzo
gauquelin-a5-1730-1900-07-01	1900-07-01	Gauquelin-A5-1730
merlin-angelina-1884-10-16	1884-10-16	Merlin Angelina
merlin-umberto-1887-02-17	1887-02-17	Merlin Umberto
micheli-filipo-1911-12-15	1911-12-15	Micheli Filipo
micheli-giuseppe-1874-10-19	1874-10-19	Micheli Giuseppe
michelini-arturo-1909-02-17	1909-02-17	Michelini Arturo
minio-enrico-1906-05-04	1906-05-04	Minio Enrico
modigliani-giuseppe-1872-10-28	1872-10-28	Modigliani Giuseppe
gauquelin-a5-1738-1894-09-27	1894-09-27	Gauquelin-A5-1738
chade-leon-1904-04-19	1904-04-19	Chade Léon
moranino-francesco-1920-02-06	1920-02-06	Moranino Francesco
gauquelin-a5-1741-1905-07-17	1905-07-17	Gauquelin-A5-1741
mortati-costantino-1891-12-27	1891-12-27	Mortati Costantino
moscatelli-vincenzo-1908-02-03	1908-02-03	Moscatelli Vincenzo
gauquelin-a5-1746-1902-05-22	1902-05-22	Gauquelin-A5-1746
mussolini-benito-1883-07-29	1883-07-29	Mussolini Benito
nannini-sergio-1906-06-30	1906-06-30	Nannini Sergio
natali-lorenzo-1922-10-01	1922-10-01	Natali Lorenzo
gauquelin-a5-1749-1888-05-19	1888-05-19	Gauquelin-A5-1749
negarville-celeste-1905-06-17	1905-06-17	Negarville Celeste
gauquelin-a5-1752-1868-07-19	1868-07-19	Gauquelin-A5-1752
nobile-umberto-1885-01-21	1885-01-21	Nobile Umberto
orlando-vittorio-1860-05-18	1860-05-18	Orlando Vittorio
pacciardi-randolfo-1899-01-01	1899-01-01	Pacciardi Randolfo
pajetta-gian-1911-06-24	1911-06-24	Pajetta Gian
paratore-giuseppe-1876-06-02	1876-06-02	Paratore Giuseppe
pastore-giulio-1902-08-16	1902-08-16	Pastore Giulio
patricolo-gennaro-1904-09-11	1904-09-11	Patricolo Gennaro
pavolini-alessandro-1903-09-27	1903-09-27	Pavolini Alessandro
pella-giuseppe-1902-04-18	1902-04-18	Pella Giuseppe
perassi-tommaso-1886-09-25	1886-09-25	Perassi Tommaso
perrone-capano-giuseppe-1898-02-06	1898-02-06	Perrone-Capano Giuseppe
gauquelin-a5-1764-1896-09-25	1896-09-25	Gauquelin-A5-1764
pesenti-antonio-1910-10-15	1910-10-15	Pesenti Antonio
petrilli-rafaelle-1892-07-23	1892-07-23	Petrilli Rafaelle
piacentini-pietro-1898-11-26	1898-11-26	Piacentini Pietro
piccioni-attilio-1892-06-14	1892-06-14	Piccioni Attilio
pignatelli-gaspare-1900-10-18	1900-10-18	Pignatelli Gaspare
ponti-giovanni-1896-01-19	1896-01-19	Ponti Giovanni
gauquelin-a5-1771-1892-10-20	1892-10-20	Gauquelin-A5-1771
preti-luigi-1914-10-23	1914-10-23	Preti Luigi
priolo-antonio-1891-12-08	1891-12-08	Priolo Antonio
gauquelin-a5-1775-1905-01-26	1905-01-26	Gauquelin-A5-1775
putzolu-antonio-1894-11-02	1894-11-02	Putzolu Antonio
quarello-gioacchino-1892-04-04	1892-04-04	Quarello Gioacchino
gauquelin-a5-1778-1890-01-25	1890-01-25	Gauquelin-A5-1778
resta-raffaele-1905-09-21	1905-09-21	Resta Raffaele
restagno-pier-1898-03-29	1898-03-29	Restagno Pier
ricci-renato-1896-06-01	1896-06-01	Ricci Renato
roberti-giovanni-1909-02-03	1909-02-03	Roberti Giovanni
rocchetti-ercole-1905-10-31	1905-10-31	Rocchetti Ercole
rodino-ugo-1904-02-08	1904-02-08	Rodino Ugo
rognoni-arturo-1897-11-22	1897-11-22	Rognoni Arturo
romita-giuseppe-1887-01-07	1887-01-07	Romita Giuseppe
rossi-paolo-1900-09-15	1900-09-15	Rossi Paolo
roveda-giovanni-1894-06-04	1894-06-04	Roveda Giovanni
rubilli-alfonso-1873-02-18	1873-02-18	Rubilli Alfonso
rubinacci-leopoldo-1903-09-13	1903-09-13	Rubinacci Leopoldo
ruini-meuccio-1877-12-14	1877-12-14	Ruini Meuccio
rumor-mariano-1915-06-16	1915-06-16	Rumor Mariano
russo-carlo-1920-03-19	1920-03-19	Russo Carlo
gauquelin-a5-1794-1865-09-08	1865-09-08	Gauquelin-A5-1794
russo-luigi-1882-09-28	1882-09-28	Russo Luigi
sabatini-armando-1908-06-21	1908-06-21	Sabatini Armando
salerno-nicola-1897-10-21	1897-10-21	Salerno Nicola
salvatore-attilio-1890-06-12	1890-06-12	Salvatore Attilio
sansone-luigi-1903-02-08	1903-02-08	Sansone Luigi
saragat-giuseppe-1898-09-19	1898-09-19	Saragat Giuseppe
sardiello-gaetano-1890-10-06	1890-10-06	Sardiello Gaetano
scaglia-giovaniba-1910-09-20	1910-09-20	Scaglia Giovaniba
scalfaro-oscar-1918-09-09	1918-09-09	Scalfaro Oscar
scelba-mario-1901-09-05	1901-09-05	Scelba Mario
scoca-salvatore-1894-06-15	1894-06-15	Scoca Salvatore
scoccimarro-mauro-1895-10-30	1895-10-30	Scoccimarro Mauro
secchia-pietro-1903-12-19	1903-12-19	Secchia Pietro
sechi-giovanni-1871-01-18	1871-01-18	Sechi Giovanni
sedati-giacomo-1921-08-25	1921-08-25	Sedati Giacomo
segni-antonio-1891-02-02	1891-02-02	Segni Antonio
selvaggi-vincenzo-1913-07-13	1913-07-13	Selvaggi Vincenzo
sereni-emilio-1907-08-13	1907-08-13	Sereni Emilio
sforza-carlo-1872-09-23	1872-09-23	Sforza Carlo
simonini-alberto-1896-02-19	1896-02-19	Simonini Alberto
spampanato-bruno-1902-08-05	1902-08-05	Spampanato Bruno
spano-velio-1905-01-15	1905-01-15	Spano Velio
spataro-giuseppe-1897-06-12	1897-06-12	Spataro Giuseppe
stampacchia-vito-1872-05-16	1872-05-16	Stampacchia Vito
storchi-ferdinando-1910-04-19	1910-04-19	Storchi Ferdinando
sullo-fiorentino-1921-03-29	1921-03-29	Sullo Fiorentino
tambroni-armaroli-1901-01-24	1901-01-24	Tambroni Armaroli
gauquelin-a5-1822-1883-12-15	1883-12-15	Gauquelin-A5-1822
tassinari-giuseppe-1891-12-16	1891-12-16	Tassinari Giuseppe
taviani-emilio-1912-11-06	1912-11-06	Taviani Emilio
gauquelin-a5-1825-1895-07-27	1895-07-27	Gauquelin-A5-1825
terranova-corrado-1902-03-23	1902-03-23	Terranova Corrado
teruzzi-attilo-1882-05-05	1882-05-05	Teruzzi Attilo
chadourne-pierre-1901-05-13	1901-05-13	Chadourne Pierre
togni-giuseppe-1903-12-05	1903-12-05	Togni Giuseppe
tosato-egidio-1902-06-28	1902-06-28	Tosato Egidio
chagrin-de-st-hilaire-louis-1821-06-04	1821-06-04	Chagrin De St Hilaire Louis
tupini-giogrio-1922-06-26	1922-06-26	Tupini Giogrio
tupini-umberto-1889-05-27	1889-05-27	Tupini Umberto
valmarana-giustino-1898-04-28	1898-04-28	Valmarana Giustino
vanoni-ezio-1903-08-03	1903-08-03	Vanoni Ezio
venditti-milziade-1880-11-26	1880-11-26	Venditti Milziade
vernocchi-olindo-1888-04-12	1888-04-12	Vernocchi Olindo
vetrone-mario-1914-01-26	1914-01-26	Vetrone Mario
vicentini-rodolfo-1896-08-04	1896-08-04	Vicentini Rodolfo
vigo-gaetano-1897-01-23	1897-01-23	Vigo Gaetano
vigorelli-ezio-1892-08-17	1892-08-17	Vigorelli Ezio
vischia-carlo-1894-02-12	1894-02-12	Vischia Carlo
zerbi-tommaso-1908-03-27	1908-03-27	Zerbi Tommaso
zotta-mario-1904-11-06	1904-11-06	Zotta Mario
aldinger-walter-1904-08-18	1904-08-18	Aldinger Walter
gauquelin-a5-1848-1880-10-04	1880-10-04	Gauquelin-A5-1848
amann-marx-1891-11-24	1891-11-24	Amann Marx
andre-joseph-1879-02-16	1879-02-16	Andre Joseph
appler-johann-1892-06-13	1892-06-13	Appler Johann
beckerle-adolf-1902-02-04	1902-02-04	Beckerle Adolf
bergmann-robert-1886-05-05	1886-05-05	Bergmann Robert
bichmann-heinrich-1884-01-06	1884-01-06	Bichmann Heinrich
bisse-wilhelm-1881-06-09	1881-06-09	Bisse Wilhelm
blankemeyer-jann-1898-06-27	1898-06-27	Blankemeyer Jann
blucher-franz-1896-03-24	1896-03-24	Blücher Franz
boetel-erich-1904-10-05	1904-10-05	Boetel Erich
bouhler-philipp-1899-09-11	1899-09-11	Bouhler Philipp
bracht-fritz-1899-01-18	1899-01-18	Bracht Fritz
brauns-heinrich-1868-01-03	1868-01-03	Brauns Heinrich
bruckner-wilhelm-1884-12-11	1884-12-11	Brückner Wilhelm
buch-walter-1883-10-24	1883-10-24	Buch Walter
buchner-franz-1898-06-17	1898-06-17	Buchner Franz
bunge-hanns-1898-08-31	1898-08-31	Bunge Hanns
busch-wilhelm-1892-10-13	1892-10-13	Busch Wilhelm
buttmann-rudolf-1885-07-04	1885-07-04	Buttmann Rudolf
christiansen-carl-1884-02-23	1884-02-23	Christiansen Carl
dahlem-otto-1891-10-01	1891-10-01	Dahlem Otto
detten-geor-1887-09-08	1887-09-08	Detten Geor
dempel-karl-1897-01-31	1897-01-31	Dempel Karl
diehm-christoph-1892-03-01	1892-03-01	Diehm Christoph
dietrich-joseph-1892-05-28	1892-05-28	Dietrich Joseph
dietrich-otto-1897-08-31	1897-08-31	Dietrich Otto
drauz-richard-1894-04-02	1894-04-02	Drauz Richard
dreher-wilhelm-1892-01-10	1892-01-10	Dreher Wilhelm
dreier-karl-1898-04-27	1898-04-27	Dreier Karl
druschel-oskar-1904-08-06	1904-08-06	Druschel Oskar
gauquelin-a5-1881-1904-04-13	1904-04-13	Gauquelin-A5-1881
emminger-erich-1880-06-24	1880-06-24	Emminger Erich
gauquelin-a5-1883-1894-05-16	1894-05-16	Gauquelin-A5-1883
erbersdobler-otto-1895-04-30	1895-04-30	Erbersdobler Otto
etterich-arthur-1894-03-08	1894-03-08	Etterich Arthur
feick-rudolf-1900-04-02	1900-04-02	Feick Rudolf
fiehler-karl-1895-08-31	1895-08-31	Fiehler Karl
fischer-hugo-1902-01-17	1902-01-17	Fischer Hugo
fischer-wilhelm-1906-03-29	1906-03-29	Fischer Wilhelm
florian-friedrich-1894-02-04	1894-02-04	Florian Friedrich
forschbach-edmund-1903-12-11	1903-12-11	Forschbach Edmund
frank-hans-1900-05-23	1900-05-23	Frank Hans
gauquelin-a5-1894-1893-10-30	1893-10-30	Gauquelin-A5-1894
frey-kurt-1902-04-28	1902-04-28	Frey Kurt
friedrichs-helmuth-1899-09-22	1899-09-22	Friedrichs Helmuth
frick-wilhelm-1877-03-12	1877-03-12	Frick Wilhelm
frundt-theodor-1897-03-19	1897-03-19	Fründt Theodor
gehrig-richard-1897-02-27	1897-02-27	Gehrig Richard
gelberg-wilhelm-1894-12-07	1894-12-07	Gelberg Wilhelm
giesler-paul-1895-06-15	1895-06-15	Giesler Paul
gimbel-adalbert-1898-04-21	1898-04-21	Gimbel Adalbert
gauquelin-a5-1904-1900-09-30	1900-09-30	Gauquelin-A5-1904
gonner-rolf-1885-04-25	1885-04-25	Gönner Rolf
greim-august-1895-06-06	1895-06-06	Greim August
grimm-friedrich-1888-06-17	1888-06-17	Grimm Friedrich
groeneveld-jacques-1892-07-06	1892-07-06	Groeneveld Jacques
gutenberger-karl-1905-04-18	1905-04-18	Gutenberger Karl
gutsmield-franz-1901-04-16	1901-04-16	Gutsmield Franz
habbes-wilhelm-1896-03-13	1896-03-13	Habbes Wilhelm
hager-heinrich-1893-12-07	1893-12-07	Hager Heinrich
hallermann-august-1896-10-10	1896-10-10	Hallermann August
hanfstaengl-ernst-1887-02-11	1887-02-11	Hanfstaengl Ernst
hansen-hermann-1898-07-21	1898-07-21	Hansen Hermann
hartmann-erich-1896-07-07	1896-07-07	Hartmann Erich
hauer-daniel-1879-02-17	1879-02-17	Hauer Daniel
heines-edmund-1897-07-21	1897-07-21	Heines Edmund
heiszmeyer-august-1897-01-11	1897-01-11	Heiszmeyer August
helfer-wilhelm-1886-12-26	1886-12-26	Helfer Wilhelm
hellmuth-otto-1896-06-22	1896-06-22	Hellmuth Otto
gauquelin-a5-1923-1908-08-18	1908-08-18	Gauquelin-A5-1923
hellmich-friedrich-1899-06-21	1899-06-21	Hellmich Friedrich
henrich-fred-1898-05-04	1898-05-04	Henrich Fred
herbert-willi-1904-05-28	1904-05-28	Herbert Willi
hergenroder-adolf-1896-08-02	1896-08-02	Hergenröder Adolf
hess-fritz-1879-02-27	1879-02-27	Hess Fritz
hiddessen-ferdinand-1887-12-17	1887-12-17	Hiddessen Ferdinand
hildenbrandt-richard-1897-03-13	1897-03-13	Hildenbrandt Richard
hinkel-hans-1901-06-22	1901-06-22	Hinkel Hans
hocheisen-paul-1870-05-27	1870-05-27	Hocheisen Paul
hockermann-heinrich-1900-09-12	1900-09-12	Hockermann Heinrich
hoevel-walther-1894-08-20	1894-08-20	Hoevel Walther
hoffstatter-lorenz-1904-05-29	1904-05-29	Hoffstätter Lorenz
hofmann-hans-1873-09-27	1873-09-27	Hofmann Hans
holdinghausen-eugen-1890-05-06	1890-05-06	Holdinghausen Eugen
holz-karl-1895-12-27	1895-12-27	Holz Karl
holzmann-artur-1880-11-16	1880-11-16	Holzmann Artur
homann-friedrich-1891-03-30	1891-03-30	Homann Friedrich
huber-ernst-1902-01-18	1902-01-18	Huber Ernst
huhnlein-adolf-1881-09-12	1881-09-12	Hühnlein Adolf
hunke-heinrich-1902-12-08	1902-12-08	Hunke Heinrich
jeckeln-friedrich-1895-02-02	1895-02-02	Jeckeln Friedrich
jordan-rudolf-1902-06-21	1902-06-21	Jordan Rudolf
kaas-ludwi-1881-05-23	1881-05-23	Kaas Ludwi
kaiser-jakob-1888-02-08	1888-02-08	Kaiser Jakob
karpenstein-wilhelm-1903-05-24	1903-05-24	Karpenstein Wilhelm
gauquelin-a5-1950-1900-10-10	1900-10-10	Gauquelin-A5-1950
kersken-heinrich-1894-11-21	1894-11-21	Kersken Heinrich
kiefer-peter-1884-06-13	1884-06-13	Kiefer Peter
kiehn-fritz-1885-10-15	1885-10-15	Kiehn Fritz
kiener-emil-1900-04-14	1900-04-14	Kiener Emil
gauquelin-a5-1955-1904-04-06	1904-04-06	Gauquelin-A5-1955
klagges-dietrich-1891-02-01	1891-02-01	Klagges Dietrich
klaiber-rudolf-1873-05-30	1873-05-30	Klaiber Rudolf
kling-adolf-1893-01-13	1893-01-13	Kling Adolf
knaup-xaver-1893-08-27	1893-08-27	Knaup Xaver
koch-erich-1896-06-19	1896-06-19	Koch Erich
gauquelin-a5-1961-1904-08-08	1904-08-08	Gauquelin-A5-1961
gauquelin-a5-1962-1895-04-15	1895-04-15	Gauquelin-A5-1962
koppe-wilhelm-1896-06-15	1896-06-15	Koppe Wilhelm
kraft-ludwi-1900-10-16	1900-10-16	Kraft Ludwi
land-franz-1896-02-16	1896-02-16	Land Franz
lenz-karl-1899-07-07	1899-07-07	Lenz Karl
leyser-ernst-1896-09-10	1896-09-10	Leyser Ernst
liebel-ludwi-1887-03-23	1887-03-23	Liebel Ludwi
gauquelin-a5-1969-1879-05-09	1879-05-09	Gauquelin-A5-1969
linder-karl-1900-04-05	1900-04-05	Linder Karl
litzmann-karl-1893-08-01	1893-08-01	Litzmann Karl
loblich-otto-1899-01-17	1899-01-17	Löblich Otto
loewer-lorenz-1900-04-11	1900-04-11	Loewer Lorenz
lohse-heinrich-1896-09-02	1896-09-02	Lohse Heinrich
lommel-hans-1875-06-14	1875-06-14	Lommel Hans
loye-fritz-1888-09-10	1888-09-10	Loye Fritz
lucke-paul-1914-11-13	1914-11-13	Lücke Paul
lutze-victor-1890-12-28	1890-12-28	Lutze Victor
gauquelin-a5-1980-1885-10-16	1885-10-16	Gauquelin-A5-1980
maerz-wilhelm-1893-10-29	1893-10-29	Maerz Wilhelm
maier-otto-1901-07-14	1901-07-14	Maier Otto
malsen-ponickau-johannes-1895-06-05	1895-06-05	Malsen-Ponickau Johannes
malzer-joseph-1902-01-05	1902-01-05	Malzer Joseph
martin-peter-1888-05-26	1888-05-26	Martin Peter
marx-adolf-1898-01-21	1898-01-21	Marx Adolf
gauquelin-a5-1987-1889-02-23	1889-02-23	Gauquelin-A5-1987
meister-albert-1895-01-14	1895-01-14	Meister Albert
meyer-alfred-1891-10-05	1891-10-05	Meyer Alfred
moder-paul-1896-10-01	1896-10-01	Moder Paul
muller-albert-1895-10-22	1895-10-22	Müller Albert
muller-alfred-1892-06-11	1892-06-11	Müller Alfred
muller-karl-1879-06-02	1879-06-02	Müller Karl
muller-scheld-wilhelm-1895-07-31	1895-07-31	Müller-Scheld Wilhelm
munster-michael-1901-02-23	1901-02-23	Münster Michael
murr-wilhelm-1888-12-16	1888-12-16	Murr Wilhelm
neumayer-fritz-1884-07-29	1884-07-29	Neumayer Fritz
neurath-constantin-1873-02-02	1873-02-02	Neurath Constantin
niederhoff-friedrich-1884-08-27	1884-08-27	Niederhoff Friedrich
nieland-hans-1900-10-03	1900-10-03	Nieland Hans
oberlindober-hanns-1896-03-05	1896-03-05	Oberlindober Hanns
oexle-gustav-1889-10-02	1889-10-02	Oexle Gustav
ohling-richard-1908-01-09	1908-01-09	Ohling Richard
oppermann-theodor-1889-11-18	1889-11-18	Oppermann Theodor
pahlings-heinrich-1904-03-31	1904-03-31	Pahlings Heinrich
peppmuller-friedrich-1892-07-07	1892-07-07	Peppmüller Friedrich
gauquelin-a5-2008-1888-02-19	1888-02-19	Gauquelin-A5-2008
pies-ernst-1885-02-23	1885-02-23	Pies Ernst
pillmayer-franz-1897-01-17	1897-01-17	Pillmayer Franz
plattner-fritz-1901-02-04	1901-02-04	Plattner Fritz
poppe-karl-1896-01-24	1896-01-24	Poppe Karl
posl-ludwi-1903-08-20	1903-08-20	Pösl Ludwi
puth-johannes-1900-02-27	1900-02-27	Puth Johannes
gauquelin-a5-2015-1887-01-06	1887-01-06	Gauquelin-A5-2015
ramsperger-hermann-1892-12-03	1892-12-03	Ramsperger Hermann
rantzau-otto-1888-07-14	1888-07-14	Rantzau Otto
gauquelin-a5-2018-1900-10-10	1900-10-10	Gauquelin-A5-2018
gauquelin-a5-2019-1899-06-29	1899-06-29	Gauquelin-A5-2019
reutlinger-phil-1898-05-25	1898-05-25	Reutlinger Phil
gauquelin-a5-2021-1893-04-30	1893-04-30	Gauquelin-A5-2021
gauquelin-a5-2022-1901-03-21	1901-03-21	Gauquelin-A5-2022
riemenschneider-ernst-1900-01-09	1900-01-09	Riemenschneider Ernst
riggauer-joseph-1879-02-25	1879-02-25	Riggauer Joseph
ringhausen-friedrich-1880-06-28	1880-06-28	Ringhausen Friedrich
rock-heinz-1905-01-17	1905-01-17	Rock Heinz
gauquelin-a5-2027-1900-09-29	1900-09-29	Gauquelin-A5-2027
gauquelin-a5-2028-1900-10-07	1900-10-07	Gauquelin-A5-2028
rohn-hermann-1902-12-21	1902-12-21	Röhn Hermann
romer-wilhelm-1900-07-12	1900-07-12	Römer Wilhelm
rosener-erwin-1902-02-02	1902-02-02	Rösener Erwin
roth-albert-1893-09-10	1893-09-10	Roth Albert
roth-robert-1891-02-07	1891-02-07	Roth Robert
gauquelin-a5-2034-1907-03-15	1907-03-15	Gauquelin-A5-2034
ruckdeschel-willi-1900-07-04	1900-07-04	Ruckdeschel Willi
ruhle-gerhar-1905-03-23	1905-03-23	Rühle Gerhar
rupp-johannes-1903-01-26	1903-01-26	Rupp Johannes
saukel-fritz-1894-10-27	1894-10-27	Saukel Fritz
saupert-hans-1897-01-10	1897-01-10	Saupert Hans
schadler-geor-1887-06-10	1887-06-10	Schädler Geor
schaffer-fritz-1888-05-12	1888-05-12	Schäffer Fritz
schaper-rudolf-1881-07-15	1881-07-15	Schaper Rudolf
scheel-gustav-1907-11-23	1907-11-23	Scheel Gustav
schemm-hans-1891-10-06	1891-10-06	Schemm Hans
schickert-ludwi-1901-08-08	1901-08-08	Schickert Ludwi
schleich-eduard-1888-08-09	1888-08-09	Schleich Eduard
schlessmann-fritz-1900-03-11	1900-03-11	Schlessmann Fritz
schmelcher-willy-1894-10-25	1894-10-25	Schmelcher Willy
schmid-carl-1886-05-09	1886-05-09	Schmid Carl
schmidt-friedrich-1902-08-13	1902-08-13	Schmidt Friedrich
schmidt-fritz-1899-03-04	1899-03-04	Schmidt Fritz
schmidt-heinrich-1902-12-13	1902-12-13	Schmidt Heinrich
gauquelin-a5-2053-1896-04-05	1896-04-05	Gauquelin-A5-2053
schmitt-peter-1901-09-11	1901-09-11	Schmitt Peter
gauquelin-a5-2055-1881-01-01	1881-01-01	Gauquelin-A5-2055
gauquelin-a5-2056-1895-05-15	1895-05-15	Gauquelin-A5-2056
schneidhuber-august-1887-05-08	1887-05-08	Schneidhuber August
schorlemer-karl-1886-03-23	1886-03-23	Schorlemer Karl
schorlemer-wilhelm-1888-05-25	1888-05-25	Schorlemer Wilhelm
schramm-ferdinand-1889-04-15	1889-04-15	Schramm Ferdinand
schroder-walther-1902-11-26	1902-11-26	Schröder Walther
schiffmann-hans-1879-12-23	1879-12-23	Schiffmann Hans
schug-siegfried-1898-03-15	1898-03-15	Schug Siegfried
schule-albert-1890-02-12	1890-02-12	Schüle Albert
schulz-karl-1905-02-07	1905-02-07	Schulz Karl
schumann-wilhelm-1899-03-28	1899-03-28	Schumann Wilhelm
schumeier-artur-1903-08-23	1903-08-23	Schumeier Artur
schwarz-wilhelm-1902-04-02	1902-04-02	Schwärz Wilhelm
gauquelin-a5-2069-1904-04-13	1904-04-13	Gauquelin-A5-2069
schwarz-franz-1875-11-27	1875-11-27	Schwarz Franz
schwitzgebel-fritz-1888-09-19	1888-09-19	Schwitzgebel Fritz
seipel-wilhelm-1903-11-29	1903-11-29	Seipel Wilhelm
seydel-joseph-1887-02-04	1887-02-04	Seydel Joseph
simon-karl-1885-03-25	1885-03-25	Simon Karl
sommer-otto-1891-10-22	1891-10-22	Sommer Otto
spangemacaer-heinz-1885-01-20	1885-01-20	Spangemacaer Heinz
spanuth-robert-1892-10-10	1892-10-10	Spanuth Robert
sporrenberg-jakob-1902-09-16	1902-09-16	Sporrenberg Jakob
stephani-friedrich-1876-06-11	1876-06-11	Stephani Friedrich
stegmann-wilhelm-1899-06-13	1899-06-13	Stegmann Wilhelm
stein-ernst-1906-04-26	1906-04-26	Stein Ernst
stehle-vinzenz-1901-01-22	1901-01-22	Stehle Vinzenz
stellrecht-helmut-1898-12-21	1898-12-21	Stellrecht Helmut
steuer-ludwi-1893-12-31	1893-12-31	Steuer Ludwi
storch-anton-1892-04-01	1892-04-01	Storch Anton
strasser-gregor-1892-05-31	1892-05-31	Strasser Gregor
strauss-franz-1915-09-06	1915-09-06	Strauss Franz
streicher-julius-1885-02-12	1885-02-12	Streicher Julius
struve-wilhelm-1901-02-09	1901-02-09	Struve Wilhelm
sybel-heinrich-1885-03-28	1885-03-28	Sybel Heinrich
terboven-joseph-1898-05-23	1898-05-23	Terboven Joseph
thiele-kurt-1896-07-29	1896-07-29	Thiele Kurt
gauquelin-a5-2093-1896-04-05	1896-04-05	Gauquelin-A5-2093
todt-fritz-1891-09-04	1891-09-04	Todt Fritz
uebelhoer-friedrich-1893-09-25	1893-09-25	Uebelhoer Friedrich
ullmer-adalbert-1896-08-26	1896-08-26	Ullmer Adalbert
ulrich-kurt-1876-04-14	1876-04-14	Ulrich Kurt
ummen-hans-1894-06-02	1894-06-02	Ummen Hans
unger-heinrich-1868-02-17	1868-02-17	Unger Heinrich
veller-willi-1896-10-09	1896-10-09	Veller Willi
vetter-heinrich-1890-09-10	1890-09-10	Vetter Heinrich
gauquelin-a5-2102-1895-04-15	1895-04-15	Gauquelin-A5-2102
vielstich-fritz-1895-03-15	1895-03-15	Vielstich Fritz
vogt-anton-1891-08-05	1891-08-05	Vogt Anton
wagener-otto-1888-04-28	1888-04-28	Wagener Otto
gauquelin-a5-2106-1896-09-25	1896-09-25	Gauquelin-A5-2106
wahl-karl-1892-09-24	1892-09-24	Wahl Karl
wedderwille-adolf-1895-09-25	1895-09-25	Wedderwille Adolf
weidenhofer-geor-1882-01-13	1882-01-13	Weidenhöfer Geor
weiss-wilhelm-1892-03-31	1892-03-31	Weiss Wilhelm
weitzel-fritz-1904-04-27	1904-04-27	Weitzel Fritz
wenzl-karl-1903-10-15	1903-10-15	Wenzl Karl
wetter-august-1890-09-25	1890-09-25	Wetter August
gauquelin-a5-2114-1905-04-05	1905-04-05	Gauquelin-A5-2114
wiese-heinrich-1896-07-22	1896-07-22	Wiese Heinrich
willikens-werner-1893-02-08	1893-02-08	Willikens Werner
winter-ludwi-1894-08-16	1894-08-16	Winter Ludwi
wolkersdorfer-hans-1893-06-19	1893-06-19	Wolkersdörfer Hans
zapf-hermann-1886-03-26	1886-03-26	Zapf Hermann
zeller-robert-1895-07-15	1895-07-15	Zeller Robert
ziegler-willy-1899-07-31	1899-07-31	Ziegler Willy
gauquelin-a5-2122-1803-04-23	1803-04-23	Gauquelin-A5-2122
anseele-edward-1856-07-26	1856-07-26	Anseele Edward
baels-henry-1878-01-17	1878-01-17	Baels Henry
balthazar-august-1893-10-10	1893-10-10	Balthazar August
banning-emile-1836-10-12	1836-10-12	Banning Emile
berryer-paul-1868-05-04	1868-05-04	Berryer Paul
gauquelin-a5-2129-1856-01-15	1856-01-15	Gauquelin-A5-2129
bethune-leon-1864-07-07	1864-07-07	Bethune Léon
bouchery-desire-1888-11-18	1888-11-18	Bouchery Désiré
bovesse-francois-1890-06-10	1890-06-10	Bovesse François
brassine-jacques-1830-10-12	1830-10-12	Brassine Jacques
broqueville-charles-1860-12-04	1860-12-04	Broqueville Charles
gauquelin-a5-2135-1852-01-06	1852-01-06	Gauquelin-A5-2135
brunet-emile-1863-06-08	1863-06-08	Brunet Emile
bryn-leon-1838-10-07	1838-10-07	Bryn Léon
buisseret-auguste-1888-08-16	1888-08-16	Buisseret Auguste
burlet-jules-1844-04-10	1844-04-10	Burlet Jules
bus-warnaffe-charles-1894-09-16	1894-09-16	Bus Warnaffe Charles
buset-max-1896-03-31	1896-03-31	Buset Max
caeneghem-jules-1880-06-12	1880-06-12	Caeneghem Jules
camus-camille-1883-05-09	1883-05-09	Camus Camille
carnoy-albert-1878-11-07	1878-11-07	Carnoy Albert
carton-tournai-henri-1878-02-19	1878-02-19	Carton Tournai Henri
cauwelaert-frans-1880-01-10	1880-01-10	Cauwelaert Frans
ceuninck-armand-1858-05-27	1858-05-27	Ceuninck Armand
cooreman-gerard-1852-03-25	1852-03-25	Cooreman Gérard
coppe-albert-1911-11-26	1911-11-26	Coppe Albert
cousebant-d-alkemade-alexandre-1840-04-26	1840-04-26	Cousebant D'Alkemade Alexandre
crokaert-paul-1875-12-01	1875-12-01	Crokaert Paul
davignon-henri-1854-12-03	1854-12-03	Davignon Henri
daye-pierre-1892-06-24	1892-06-24	Daye Pierre
dechamps-adolphe-1807-06-17	1807-06-17	Dechamps Adolphe
decker-pierre-1812-01-25	1812-01-25	Decker Pierre
degroote-paul-1905-10-13	1905-10-13	Degroote Paul
delattre-achille-1879-08-24	1879-08-24	Delattre Achille
delbeke-auguste-1853-08-12	1853-08-12	Delbeke Auguste
delcour-charles-1811-09-04	1811-09-04	Delcour Charles
delehaye-josse-1800-05-28	1800-05-28	Delehaye Josse
delfosse-antoine-1895-06-25	1895-06-25	Delfosse Antoine
delfosse-n-1801-03-09	1801-03-09	Delfosse N
demets-fernand-1884-03-08	1884-03-08	Demets Fernand
denis-henri-1877-09-10	1877-09-10	Denis Henri
dequae-andre-1915-11-03	1915-11-03	Dequae André
eyskens-gaston-1905-04-01	1905-04-01	Eyskens Gaston
descamps-edouard-1847-08-27	1847-08-27	Descamps Edouard
descamps-j-1820-10-25	1820-10-25	Descamps J
destree-jules-1863-08-21	1863-08-21	Destree Jules
deveze-albert-1881-06-06	1881-06-06	Deveze Albert
devolder-joseph-1842-07-07	1842-07-07	Devolder Joseph
dierckx-octave-1882-10-15	1882-10-15	Dierckx Octave
dievoet-emile-1886-06-10	1886-06-10	Dievoet Emile
dolez-hub-1808-03-16	1808-03-16	Dolez Hub
gauquelin-a5-2180-1856-01-15	1856-01-15	Gauquelin-A5-2180
droogmans-hubert-1858-09-06	1858-09-06	Droogmans Hubert
dupont-j-1834-06-23	1834-06-23	Dupont J
gauquelin-a5-2176-1900-04-10	1900-04-10	Gauquelin-A5-2176
eetvelde-stanislas-1852-04-21	1852-04-21	Eetvelde Stanislas
ernst-antoine-1796-03-30	1796-03-30	Ernst Antoine
forthomme-pierre-1877-03-24	1877-03-24	Forthomme Pierre
franck-louis-1868-11-28	1868-11-28	Franck Louis
frere-orban-walthere-1812-04-24	1812-04-24	Frere-Orban Walthere
gelders-frans-1874-12-05	1874-12-05	Gelders Frans
gillon-robert-1884-12-10	1884-12-10	Gillon Robert
gauquelin-a5-2186-1904-08-08	1904-08-08	Gauquelin-A5-2186
goblet-alviella-eugene-1846-08-10	1846-08-10	Goblet Alviella Eugene
godding-robert-1883-11-08	1883-11-08	Godding Robert
gauquelin-a5-2189-1807-07-12	1807-07-12	Gauquelin-A5-2189
gratry-guillaume-1822-09-01	1822-09-01	Gratry Guillaume
graux-charles-1837-01-04	1837-01-04	Graux Charles
gutt-camille-1884-11-14	1884-11-14	Gutt Camille
hallet-max-1864-05-07	1864-05-07	Hallet Max
harmel-pierre-1911-03-16	1911-03-16	Harmel Pierre
heyman-henri-1879-05-22	1879-05-22	Heyman Henri
heenen-gaston-1880-02-20	1880-02-20	Heenen Gaston
heger-charles-1902-05-26	1902-05-26	Heger Charles
helleputte-georges-1852-08-31	1852-08-31	Helleputte Georges
heuvel-jules-1854-11-16	1854-11-16	Heuvel Jules
heynen-winand-1835-06-05	1835-06-05	Heynen Winand
hiernaux-jules-1881-07-27	1881-07-27	Hiernaux Jules
gauquelin-a5-2203-1884-06-07	1884-06-07	Gauquelin-A5-2203
houtart-maurice-1866-07-05	1866-07-05	Houtart Maurice
houtte-jean-1907-03-17	1907-03-17	Houtte Jean
huymans-j-1871-05-26	1871-05-26	Huymans J
hymans-paul-1865-03-23	1865-03-23	Hymans Paul
ingenbleek-jules-1876-04-12	1876-04-12	Ingenbleek Jules
isacker-philippe-1884-12-18	1884-12-18	Isacker Philippe
jacobs-philippe-1838-01-18	1838-01-18	Jacobs Philippe
janssen-albert-1883-04-01	1883-04-01	Janssen Albert
jaspar-henri-1870-07-28	1870-07-28	Jaspar Henri
gauquelin-a5-2213-1901-06-23	1901-06-23	Gauquelin-A5-2213
kats-jacobs-1804-05-03	1804-05-03	Kats Jacobs
kerchove-exaerde-robert-1876-12-20	1876-12-20	Kerchove Exaerde Robert
kestens-p-1867-12-29	1867-12-29	Kestens P
kronacker-paul-1897-11-05	1897-11-05	Kronacker Paul
lantsheere-th-1833-11-04	1833-11-04	Lantsheere Th
liagre-jean-1815-02-18	1815-02-18	Liagre Jean
liebaert-julien-1848-06-22	1848-06-22	Liebaert Julien
liedekerke-pierre-1869-03-31	1869-03-31	Liedekerke Pierre
lilar-albert-1900-12-21	1900-12-21	Lilar Albert
lohest-cassion-1894-01-02	1894-01-02	Lohest Cassion
gauquelin-a5-2229-1880-10-04	1880-10-04	Gauquelin-A5-2229
magnette-charles-1863-02-03	1863-02-03	Magnette Charles
maistriau-victor-1870-10-05	1870-10-05	Maistriau Victor
marck-henri-1883-10-01	1883-10-01	Marck Henri
masson-fulgence-1854-02-16	1854-02-16	Masson Fulgence
merlot-joseph-1885-09-14	1885-09-14	Merlot Joseph
moreau-andoy-alphonse-1840-03-08	1840-03-08	Moreau Andoy Alphonse
gauquelin-a5-2232-1902-08-20	1902-08-20	Gauquelin-A5-2232
moyersoen-romain-1870-09-02	1870-09-02	Moyersoen Romain
mundeleer-leon-1885-04-06	1885-04-06	Mundeleer Léon
neujean-xavier-1840-01-23	1840-01-23	Neujean Xavier
neujean-xavier-1865-02-25	1865-02-25	Neujean Xavier
noef-pierre-1873-07-26	1873-07-26	Noef Pierre
nothomb-jean-1805-07-03	1805-07-03	Nothomb Jean
nyssens-albert-1855-06-20	1855-06-20	Nyssens Albert
gauquelin-a5-2241-1814-04-07	1814-04-07	Gauquelin-A5-2241
overbergh-cyrille-1866-03-07	1866-03-07	Overbergh Cyrille
gauquelin-a5-2243-1885-11-23	1885-11-23	Gauquelin-A5-2243
philippart-marcel-1884-02-15	1884-02-15	Philippart Marcel
pholien-joseph-1884-12-28	1884-12-28	Pholien Joseph
pierlot-hubert-1883-12-23	1883-12-23	Pierlot Hubert
pirmez-eudore-1830-09-14	1830-09-14	Pirmez Eudore
poncelet-jules-1869-05-19	1869-05-19	Poncelet Jules
poullet-prosper-1868-03-05	1868-03-05	Poullet Prosper
praet-jules-1806-07-02	1806-07-02	Praet Jules
ramaix-maurice-1850-03-02	1850-03-02	Ramaix Maurice
renard-bruno-1804-04-16	1804-04-16	Renard Bruno
renkin-jules-1862-12-03	1862-12-03	Renkin Jules
reyntiens-nicolas-1821-11-02	1821-11-02	Reyntiens Nicolas
rolin-henri-1891-05-03	1891-05-03	Rolin Henri
rolin-hippolyte-1804-09-06	1804-09-06	Rolin Hippolyte
rolin-jaequemyns-gustave-1835-01-31	1835-01-31	Rolin-Jaequemyns Gustave
segers-paul-1870-10-12	1870-10-12	Segers Paul
rubbens-edmond-1894-01-15	1894-01-15	Rubbens Edmond
sadeleer-louis-1852-10-06	1852-10-06	Sadeleer Louis
schollaert-francois-1851-08-19	1851-08-19	Schollaert François
schryver-august-1898-05-16	1898-05-16	Schryver August
smet-pierre-1892-07-22	1892-07-22	Smet Pierre
smet-nayer-paul-1843-05-13	1843-05-13	Smet Nayer Paul
soudan-eugene-1880-12-04	1880-12-04	Soudan Eugène
spaak-paul-1899-01-25	1899-01-25	Spaak Paul
straten-wayllet-fr-1910-01-22	1910-01-22	Straten-Wayllet Fr
struye-paul-1896-09-01	1896-09-01	Struye Paul
surmont-volsberghe-arthur-1837-10-05	1837-10-05	Surmont Volsberghe Arthur
tack-pierre-1818-12-18	1818-12-18	Tack Pierre
taeye-a-1905-06-21	1905-06-21	Taeye A
theunis-georges-1873-02-28	1873-02-28	Theunis Georges
thibaut-xavier-1817-10-27	1817-10-27	Thibaut Xavier
thonissen-jean-1816-01-10	1816-01-10	Thonissen Jean
tibbaut-emile-1862-06-12	1862-06-12	Tibbaut Emile
troclet-leon-1902-06-14	1902-06-14	Troclet Léon
trooz-jules-1857-02-21	1857-02-21	Trooz Jules
tschoffen-paul-1878-05-08	1878-05-08	Tschoffen Paul
ursel-joseph-1848-07-03	1848-07-03	Ursel Joseph
vaes-urban-1896-10-24	1896-10-24	Vaes Urban
vanbelle-francois-1881-09-29	1881-09-29	Vanbelle François
vandenpeereboom-alphonse-1812-06-07	1812-06-07	Vandenpeereboom Alphonse
vandenpeereboom-jules-1843-03-18	1843-03-18	Vandenpeereboom Jules
vauthier-maurice-1860-03-02	1860-03-02	Vauthier Maurice
vervoort-desire-1810-04-11	1810-04-11	Vervoort Désiré
villain-charles-1803-05-15	1803-05-15	Villain Charles
visscher-charles-1884-08-02	1884-08-02	Visscher Charles
vleeschauwer-albert-1897-01-01	1897-01-01	Vleeschauwer Albert
vyvere-alois-1871-06-08	1871-06-08	Vyvere Alois
wauters-arthur-1890-08-12	1890-08-12	Wauters Arthur
weyer-sylvain-1802-01-19	1802-01-19	Weyer Sylvain
woeste-charles-1837-02-26	1837-02-26	Woeste Charles
zeeland-paul-1893-11-11	1893-11-11	Zeeland Paul
adriaanse-cornelis-1896-10-27	1896-10-27	Adriaanse Cornelis
alderwerelt-johan-1832-08-06	1832-08-06	Alderwerelt Johan
gauquelin-a5-2297-1902-03-28	1902-03-28	Gauquelin-A5-2297
bastert-jacob-1826-11-04	1826-11-04	Bastert Jacob
beaufort-w-1845-03-19	1845-03-19	Beaufort W
beel-louis-1902-04-12	1902-04-12	Beel Louis
beelaerts-blokland-franz-1872-01-21	1872-01-21	Beelaerts Blokland Franz
betz-gerardus-1816-10-30	1816-10-30	Betz Gerardus
beyen-johan-1897-05-02	1897-05-02	Beyen Johan
bloem-jacobus-1822-02-25	1822-02-25	Bloem Jacobus
blusse-oud-alblas-pieter-1812-03-11	1812-03-11	Blusse Oud-Alblas Pieter
boeijken-hendrik-1889-05-23	1889-05-23	Boeijken Hendrik
bolkestein-gerrit-1871-10-09	1871-10-09	Bolkestein Gerrit
boot-cornelis-1813-09-15	1813-09-15	Boot Cornelis
borret-edmond-1816-08-15	1816-08-15	Borret Edmond
bos-hendrik-1907-04-26	1907-04-26	Bos Hendrik
bosboom-nicolaas-1855-09-30	1855-09-30	Bosboom Nicolaas
brauw-willem-1838-08-24	1838-08-24	Brauw Willem
buuren-joh-1884-08-08	1884-08-08	Buuren Joh
cals-jos-1914-07-18	1914-07-18	Cals Jos
casembroot-eduard-1812-06-20	1812-06-20	Casembroot Eduard
colijn-hendrik-1869-06-22	1869-06-22	Colijn Hendrik
cort-linden-pieter-1846-05-14	1846-05-14	Cort Linden Pieter
cremers-epimachus-1823-06-15	1823-06-15	Cremers Epimachus
deckers-laurentius-1883-02-14	1883-02-14	Deckers Laurentius
delden-albert-1828-02-21	1828-02-21	Delden Albert
delprat-felix-1812-05-21	1812-05-21	Delprat Félix
dijk-jannes-1871-12-01	1871-12-01	Dijk Jannes
gauquelin-a5-2323-1891-02-03	1891-02-03	Gauquelin-A5-2323
dyserinck-hendrik-1838-03-11	1838-03-11	Dyserinck Hendrik
eland-kornelis-1838-09-15	1838-09-15	Eland Kornelis
enderlein-hendrik-1821-03-07	1821-03-07	Enderlein Hendrik
fock-dirk-1858-06-19	1858-06-19	Fock Dirk
geer-dirk-1870-12-14	1870-12-14	Geer Dirk
geertsema-johan-1816-07-30	1816-07-30	Geertsema Johan
gauquelin-a5-2330-1895-05-15	1895-05-15	Gauquelin-A5-2330
gleichman-johann-1834-07-19	1834-07-19	Gleichman Johann
godefroi-michael-1813-12-16	1813-12-16	Godefroi Michael
goseling-carolus-1891-06-10	1891-06-10	Goseling Carolus
graeff-andries-1872-08-07	1872-08-07	Graeff Andries
gauquelin-a5-2335-1866-09-17	1866-09-17	Gauquelin-A5-2335
haersma-with-gregorius-1886-03-06	1886-03-06	Haersma With Gregorius
hallo-herman-1908-04-06	1908-04-06	Hallo Herman
hartsen-cornelis-1823-01-23	1823-01-23	Hartsen Cornelis
heemskerk-theodorus-1852-07-20	1852-07-20	Heemskerk Theodorus
heim-h-1824-01-19	1824-01-19	Heim H
hekker-robert-1917-05-13	1917-05-13	Hekker Robert
huender-willem-1900-05-30	1900-05-30	Huender Willem
idenburg-alexander-1861-07-23	1861-07-23	Idenburg Alexander
jansen-j-1840-12-14	1840-12-14	Jansen J
jolles-jolle-1814-12-28	1814-12-28	Jolles Jolle
jonge-bonifacius-1875-01-22	1875-01-22	Jonge Bonifacius
jonker-hendrik-1910-06-06	1910-06-06	Jonker Hendrik
kan-johannes-1873-05-18	1873-05-18	Kan Johannes
kernkamp-willem-1899-07-18	1899-07-18	Kernkamp Willem
kieft-johan-1884-05-21	1884-05-21	Kieft Johan
koningsberger-jacob-1867-01-17	1867-01-17	Koningsberger Jacob
koolen-norbertus-1871-01-21	1871-01-21	Koolen Norbertus
kuyper-abraham-1837-10-29	1837-10-29	Kuyper Abraham
lidth-jeude-otto-1881-07-07	1881-07-07	Lidth Jeude Otto
lilaar-franciscus-1823-11-09	1823-11-09	Lilaar Franciscus
loudon-james-1824-06-08	1824-06-08	Loudon James
luns-joseph-1911-08-28	1911-08-28	Luns Joseph
lynden-sandenburg-constant-1826-02-24	1826-02-24	Lynden Sandenburg Constant
man-dirk-1909-12-04	1909-12-04	Man Dirk
marchant-hendrik-1869-02-12	1869-02-12	Marchant Hendrik
mees-fokko-1819-11-27	1819-11-27	Mees Fokko
gauquelin-a5-2362-1838-09-27	1838-09-27	Gauquelin-A5-2362
patijn-jakob-1873-02-09	1873-02-09	Patijn Jakob
picke-carolus-1831-04-21	1831-04-21	Picke Carolus
pierson-nicolaas-1839-02-07	1839-02-07	Pierson Nicolaas
posthuma-folkert-1874-05-20	1874-05-20	Posthuma Folkert
putte-isaac-1822-03-22	1822-03-22	Putte Isaac
pijnacker-herdijk-1847-04-13	1847-04-13	Pijnacker Herdijk
rambonnet-jean-1864-03-08	1864-03-08	Rambonnet Jean
reenen-gerlach-1818-09-13	1818-09-13	Reenen Gerlach
rees-otto-1823-01-04	1823-01-04	Rees Otto
reuther-antoine-1824-06-21	1824-06-21	Reuther Antoine
reymer-paul-1882-04-11	1882-04-11	Reymer Paul
rink-pieter-1851-08-13	1851-08-13	Rink Pieter
romme-carl-1896-12-21	1896-12-21	Romme Carl
gauquelin-a5-2376-1877-12-16	1877-12-16	Gauquelin-A5-2376
ruijs-beerenbrouck-charles-1873-12-01	1873-12-01	Ruijs Beerenbrouck Charles
gauquelin-a5-2378-1911-09-08	1911-09-08	Gauquelin-A5-2378
savornin-lohman-alexandre-1837-05-29	1837-05-29	Savornin Lohman Alexandre
schaik-josephus-1882-01-31	1882-01-31	Schaik Josephus
six-willem-1829-08-20	1829-08-20	Six Willem
slotemaker-bruine-jan-1869-05-06	1869-05-06	Slotemaker Bruine Jan
spitzen-dirk-1896-03-18	1896-03-18	Spitzen Dirk
sprenger-eyk-jacobus-1842-01-20	1842-01-20	Sprenger Eyk Jacobus
staal-hendrik-1845-06-17	1845-06-17	Staal Hendrik
staf-cornelis-1905-04-23	1905-04-23	Staf Cornelis
steenberghe-max-1899-05-02	1899-05-02	Steenberghe Max
gauquelin-a5-2388-1897-02-05	1897-02-05	Gauquelin-A5-2388
suurhoff-jacobus-1905-07-23	1905-07-23	Suurhoff Jacobus
tak-johannes-1839-06-21	1839-06-21	Tak Johannes
tets-goudriaan-jacob-1812-12-07	1812-12-07	Tets Goudriaan Jacob
tour-bellinchave-marc-1835-07-29	1835-07-29	Tour Bellinchave Marc
trakranen-taack-nicolaas-1819-04-03	1819-04-03	Trakranen Taack Nicolaas
treub-marie-1858-11-30	1858-11-30	Treub Marie
tromp-frederik-1828-03-13	1828-03-13	Tromp Frederik
verschuur-timotheus-1886-03-18	1886-03-18	Verschuur Timotheus
visser-johannes-1857-02-09	1857-02-09	Visser Johannes
chaigneau-henri-1914-05-24	1914-05-24	Chaigneau Henri
vries-c-1869-01-09	1869-01-09	Vries C
vries-gerrit-1818-02-22	1818-02-22	Vries Gerrit
vries-willem-1914-11-26	1914-11-26	Vries Willem
waal-engelbertus-1821-11-27	1821-11-27	Waal Engelbertus
weitzel-august-1816-01-06	1816-01-06	Weitzel August
welter-charles-1880-04-06	1880-04-06	Welter Charles
wichers-hendericus-1831-05-05	1831-05-05	Wichers Hendericus
wilde-jacob-1879-01-07	1879-01-07	Wilde Jacob
willebois-does-pieter-1816-02-17	1816-02-17	Willebois Does Pieter
wintgens-willem-1818-01-08	1818-01-08	Wintgens Willem
witte-herman-1909-08-18	1909-08-18	Witte Herman
gauquelin-a5-2410-1860-12-06	1860-12-06	Gauquelin-A5-2410
zuylen-nijevelt-jacob-1816-06-29	1816-06-29	Zuylen Nijevelt Jacob
zijlstra-jelle-1918-08-27	1918-08-27	Zijlstra Jelle
chaillouet-robert-1905-08-26	1905-08-26	Chaillouet Robert
assezat-de-bouteyre-eugene-1864-07-07	1864-07-07	Assezat de BOUTEYRE Eugène
gauquelin-a6-3-1899-07-05	1899-07-05	Gauquelin-A6-3
acremant-germaine-1889-06-13	1889-06-13	Acremant Germaine
challe-bernard-1906-10-16	1906-10-16	Challe Bernard
alain-chartier-1868-03-03	1868-03-03	Alain (Chartier)
ajalbert-jean-1863-06-10	1863-06-10	Ajalbert Jean
aegerter-emmanuel-1883-12-18	1883-12-18	Aegerter Emmanuel
chambon-louis-1921-08-02	1921-08-02	Chambon Louis
alberes-marill-1921-05-10	1921-05-10	Alberes (Marill)
alexis-paul-1847-06-16	1847-06-16	Alexis Paul
albert-birot-pierre-1876-04-22	1876-04-22	Albert-Birot Pierre
alexandre-maxime-1899-01-24	1899-01-24	Alexandre Maxime
alhaiza-jean-1839-05-22	1839-05-22	Alhaiza Jean
chamdon-yves-1924-11-23	1924-11-23	Chamdon Yves
champrosay-thibault-de-1905-06-08	1905-06-08	Champrosay Thibault de
gauquelin-a6-19-1854-10-20	1854-10-20	Gauquelin-A6-19
alibert-francois-1873-03-16	1873-03-16	Alibert François
alquie-ferdinand-1906-12-18	1906-12-18	Alquie Ferdinand
champsaur-norbert-1893-09-10	1893-09-10	Champsaur Norbert
amiel-denys-1884-10-05	1884-10-05	Amiel Denys
amouroux-henri-1920-07-01	1920-07-01	Amouroux Henri
amade-louis-1915-01-13	1915-01-13	Amade Louis
ancey-georges-1860-12-09	1860-12-09	Ancey Georges
chantrel-paul-1929-11-14	1929-11-14	Chantrel Paul
arbaud-joseph-1874-10-06	1874-10-06	Arbaud Joseph
apollinaire-guillaume-1880-08-26	1880-08-26	Apollinaire Guillaume
gauquelin-a6-31-1899-12-21	1899-12-21	Gauquelin-A6-31
chapeau-claude-1924-12-30	1924-12-30	Chapeau Claude
gauquelin-a6-33-1899-07-05	1899-07-05	Gauquelin-A6-33
arnoux-alexandre-1884-02-27	1884-02-27	Arnoux Alexandre
arnold-jacques-1912-06-06	1912-06-06	Arnold Jacques
chapellier-jean-1913-07-23	1913-07-23	Chapellier Jean
chaptal-jean-louis-1901-05-22	1901-05-22	Chaptal Jean-Louis
arp-jean-1886-09-16	1886-09-16	Arp Jean
artaud-antonin-1896-09-04	1896-09-04	Artaud Antonin
gauquelin-a6-39-1913-11-07	1913-11-07	Gauquelin-A6-39
charhonnier-mathieu-1909-06-18	1909-06-18	Charhonnier Mathieu
audiat-pierre-1891-11-15	1891-11-15	Audiat Pierre
laffargue-claude-1930-08-11	1930-08-11	Laffargue Claude
aubert-jean-1921-06-13	1921-06-13	Aubert Jean
audisio-gabriel-1900-07-27	1900-07-27	Audisio Gabriel
chareire-jean-1907-10-13	1907-10-13	Chareire Jean
augier-emile-1820-09-17	1820-09-17	Augier Emile
aulard-francois-1849-07-19	1849-07-19	Aulard François
autize-pierre-1912-01-21	1912-01-21	Autize Pierre
bachelard-gaston-1884-06-27	1884-06-27	Bachelard Gaston
gauquelin-a6-52-1879-02-09	1879-02-09	Gauquelin-A6-52
ferrari-andre-1905-02-20	1905-02-20	Ferrari André
barbey-aurevilly-jules-1808-11-02	1808-11-02	Barbey Aurevilly Jules
banville-theodore-1823-03-14	1823-03-14	Banville Theodore
chareton-jean-joseph-veye-1813-07-08	1813-07-08	Chareton Jean Joseph (VEYE)
pouyanne-louis-1906-07-04	1906-07-04	Pouyanne Louis
barjavel-rene-1911-01-24	1911-01-24	Barjavel René
gauquelin-a6-56-1920-03-25	1920-03-25	Gauquelin-A6-56
charlet-jean-louis-1884-04-01	1884-04-01	Charlet Jean Louis
charleux-henri-1924-09-06	1924-09-06	Charleux Henri
charlin-andre-1910-11-20	1910-11-20	Charlin André
baumann-emile-1868-09-24	1868-09-24	Baumann Emile
charon-jacques-1921-11-10	1921-11-10	Charon Jacques
charroux-pierre-1918-02-07	1918-02-07	Charroux Pierre
beaufret-jean-1907-05-22	1907-05-22	Beaufret Jean
bazin-rene-1853-12-26	1853-12-26	Bazin René
gauquelin-a6-69-1880-09-10	1880-09-10	Gauquelin-A6-69
charruyer-jacques-1905-06-13	1905-06-13	Charruyer Jacques
gauquelin-a6-74-1837-04-18	1837-04-18	Gauquelin-A6-74
gauquelin-a6-75-1883-12-30	1883-12-30	Gauquelin-A6-75
beaumont-eugene-1920-03-07	1920-03-07	Beaumont Eugène
becker-lucien-1911-10-27	1911-10-27	Becker Lucien
charry-rene-1898-03-28	1898-03-28	Charry René
bellay-guy-1932-03-19	1932-03-19	Bellay Guy
chartier-louis-1899-11-19	1899-11-19	Chartier Louis
bedouin-jean-1929-08-28	1929-08-28	Bedouin Jean
belaval-ivon-1908-02-24	1908-02-24	Belaval Ivon
charton-andre-1911-09-28	1911-09-28	Charton André
belot-gustave-1859-08-07	1859-08-07	Belot Gustave
chassagne-pierre-1912-01-12	1912-01-12	Chassagne Pierre
chassey-georges-de-1902-01-07	1902-01-07	Chassey Georges de
belluc-roger-1899-03-20	1899-03-20	Belluc Roger
chauderlot-bernard-1922-01-02	1922-01-02	Chauderlot Bernard
chaumet-guy-1913-01-12	1913-01-12	Chaumet Guy
chaumont-andre-jean-1925-07-16	1925-07-16	Chaumont André-Jean
berl-emmanuel-1892-08-02	1892-08-02	Berl Emmanuel
bernard-charles-1804-02-25	1804-02-25	Bernard Charles
bernard-jean-1888-07-30	1888-07-30	Bernard Jean
chausse-clement-1890-04-13	1890-04-13	Chausse Clément
bernard-tristan-1866-09-07	1866-09-07	Bernard Tristan
bernard-jean-1881-12-04	1881-12-04	Bernard Jean
bernard-valere-1860-02-10	1860-02-10	Bernard Valère
bernero-ludovic-1899-09-07	1899-09-07	Bernero Ludovic
bernstein-henry-1876-06-20	1876-06-20	Bernstein Henry
chauvin-gabriel-1891-12-17	1891-12-17	Chauvin Gabriel
bertaut-jules-1877-03-28	1877-03-28	Bertaut Jules
bertrand-louis-1866-03-25	1866-03-25	Bertrand Louis
chauvin-remy-1913-10-10	1913-10-10	Chauvin Rémy
bisson-alexandre-1848-04-09	1848-04-09	Bisson Alexandre
chavanes-janine-de-bouvet-1921-10-06	1921-10-06	Chavanes Janine de (BOUVET)
billy-andre-1882-12-13	1882-12-13	Billy André
bisiaux-marcel-1922-05-13	1922-05-13	Bisiaux Marcel
chemin-theres-1899-03-05	1899-03-05	Chemin Thérès
blanqui-louis-1805-02-08	1805-02-08	Blanqui Louis
gauquelin-a6-109-1886-07-06	1886-07-06	Gauquelin-A6-109
gauquelin-a6-107-1909-09-29	1909-09-29	Gauquelin-A6-107
chene-paul-1899-06-24	1899-06-24	Chene Paul
boissier-gaston-1823-08-15	1823-08-15	Boissier Gaston
leclerc-marcel-1921-08-14	1921-08-14	Leclerc Marcel
bocquet-leon-1876-08-11	1876-08-11	Bocquet Léon
bonnard-abel-1883-12-19	1883-12-19	Bonnard Abel
cheneveau-roger-1897-01-05	1897-01-05	Cheneveau Roger
cherasse-andre-1906-01-23	1906-01-23	Cherasse André
bordonove-georges-1920-05-25	1920-05-25	Bordonove Georges
bonnefoy-yves-1923-06-24	1923-06-24	Bonnefoy Yves
cherigie-edouard-1905-03-23	1905-03-23	Cherigie Edouard
chesnais-rene-1922-11-10	1922-11-10	Chesnais René
chevalier-henri-1913-04-25	1913-04-25	Chevalier Henri
borne-alain-1915-01-12	1915-01-12	Borne Alain
botrel-theodore-1868-09-14	1868-09-14	Botrel Theodore
bougle-celestin-1870-06-01	1870-06-01	Bougle Célestin
chevalier-roger-1922-05-03	1922-05-03	Chevalier Roger
bouilhet-louis-1821-05-27	1821-05-27	Bouilhet Louis
boujut-michel-1940-05-13	1940-05-13	Boujut Michel
boujut-pierre-1913-02-27	1913-02-27	Boujut Pierre
chevigne-pierre-de-1909-06-16	1909-06-16	Chevigne Pierre de
cheynel-jean-1912-07-07	1912-07-07	Cheynel Jean
bourdet-edouard-1887-10-26	1887-10-26	Bourdet Edouard
boulle-pierre-1912-02-20	1912-02-20	Boulle Pierre
bour-jacques-1905-12-30	1905-12-30	Bour Jacques
chibret-jean-1915-12-01	1915-12-01	Chibret Jean
boutroux-emile-1845-07-28	1845-07-28	Boutroux Emile
chichet-paul-1921-07-11	1921-07-11	Chichet Paul
bourget-paul-1852-09-02	1852-09-02	Bourget Paul
boussenard-louis-1847-10-04	1847-10-04	Boussenard Louis
chignon-jean-claude-1930-05-09	1930-05-09	Chignon Jean Claude
chigot-paul-1906-02-21	1906-02-21	Chigot Paul
brassens-georges-1921-10-22	1921-10-22	Brassens Georges
chippaux-claude-1909-05-13	1909-05-13	Chippaux Claude
chodron-de-courcel-geoffroy-1912-09-11	1912-09-11	Chodron De Courcel Geoffroy
brehier-emile-1876-04-12	1876-04-12	Brehier Emile
bremond-henri-1865-07-31	1865-07-31	Bremond Henri
breton-jean-1930-08-21	1930-08-21	Breton Jean
cholet-jean-1920-08-14	1920-08-14	Cholet Jean
lemoine-jean-marcel-1905-02-22	1905-02-22	Lemoine Jean-Marcel
brisville-jean-1922-05-28	1922-05-28	Brisville Jean
briant-theophile-1891-08-02	1891-08-02	Briant Theophile
brizeux-auguste-1803-09-12	1803-09-12	Brizeux Auguste
brochard-victor-1848-06-29	1848-06-29	Brochard Victor
chomel-raymond-1897-09-05	1897-09-05	Chomel Raymond
bucaille-max-1906-06-30	1906-06-30	Bucaille Max
brunetiere-ferdinand-1849-07-18	1849-07-18	Brunetiere Ferdinand
houdelot-robert-1912-02-18	1912-02-18	Houdelot Robert
buloz-francois-1803-09-20	1803-09-20	Buloz François
burgelin-pierre-1905-03-14	1905-03-14	Burgelin Pierre
chopin-jean-1922-11-28	1922-11-28	Chopin Jean
gauquelin-a6-161-1909-09-28	1909-09-28	Gauquelin-A6-161
cabanel-guy-1926-04-01	1926-04-01	Cabanel Guy
chosson-jogeph-1917-08-15	1917-08-15	Chosson Jogeph
caillois-roger-1913-03-03	1913-03-03	Caillois Roger
caillois-roland-1918-11-04	1918-11-04	Caillois Roland
gauquelin-a6-165-1920-02-15	1920-02-15	Gauquelin-A6-165
chotard-yvon-1921-05-25	1921-05-25	Chotard Yvon
carcopino-jerome-1881-06-27	1881-06-27	Carcopino Jerome
caro-elme-1826-03-04	1826-03-04	Caro Elme
chretien-jacquss-1922-01-23	1922-01-23	Chretien Jacquss
carrel-armand-1800-05-10	1800-05-10	Carrel Armand
carrouges-michel-1910-02-22	1910-02-22	Carrouges Michel
chretien-jean-1897-02-13	1897-02-13	Chretien Jean
celine-louis-1894-05-27	1894-05-27	Celine Louis
chabannes-jacques-1900-10-13	1900-10-13	Chabannes Jacques
claisse-maurice-1905-12-14	1905-12-14	Claisse Maurice
claoue-charles-1897-08-26	1897-08-26	Claoue Charles
chabrol-jean-1925-06-11	1925-06-11	Chabrol Jean
chabrun-jean-1920-06-22	1920-06-22	Chabrun Jean
clarisse-jacques-1917-10-05	1917-10-05	Clarisse Jacques
claude-francois-1893-03-26	1893-03-26	Claude François
chamfleury-jules-1821-09-17	1821-09-17	Chamfleury Jules
chamson-andre-1900-06-06	1900-06-06	Chamson André
char-rene-1907-06-14	1907-06-14	Char René
claude-salvy-marie-sauvy-1900-12-21	1900-12-21	Claude-Salvy Marie (SAUVY)
andre-morisset-1876-07-03	1876-07-03	ANDRE-MORISSET
chateaubriant-alphonse-1877-03-25	1877-03-25	Chateaubriant Alphonse
charles-jacques-1910-02-27	1910-02-27	Charles Jacques
chaulot-paul-1914-03-24	1914-03-24	Chaulot Paul
claudius-petit-eugene-1907-06-22	1907-06-22	Claudius-Petit Eugène
cheruel-pierre-1809-01-17	1809-01-17	Cheruel Pierre
chevrillon-andre-1864-05-03	1864-05-03	Chevrillon André
christophe-colomb-1856-05-25	1856-05-25	Christophe (Colomb)
cherbuliez-victor-1829-07-19	1829-07-19	Cherbuliez Victor
clave-philippe-1916-01-28	1916-01-28	Clave Philippe
clairville-louis-1811-11-28	1811-11-28	Clairville Louis
cleach-jean-jacques-1933-09-16	1933-09-16	Cleach Jean Jacques
claretie-jules-1840-12-03	1840-12-03	Claretie Jules
clavel-maurice-1920-11-10	1920-11-10	Clavel Maurice
gauquelin-a6-207-1885-10-07	1885-10-07	Gauquelin-A6-207
clermont-emile-1880-08-15	1880-08-15	Clermont Emile
clerici-roger-1912-05-19	1912-05-19	Clerici Roger
closon-louis-1910-06-18	1910-06-18	Closon Louis
cohen-gustave-1879-12-24	1879-12-24	Cohen Gustave
cluzel-jean-1923-11-18	1923-11-18	Cluzel Jean
comte-auguste-1798-01-19	1798-01-19	Comte Auguste
considerant-victor-1808-10-12	1808-10-12	Considerant Victor
cochet-gabriel-1888-10-22	1888-10-22	Cochet Gabriel
cochez-paul-1891-07-10	1891-07-10	Cochez Paul
cournot-antoine-1801-08-28	1801-08-28	Cournot Antoine
coppee-francois-1842-01-26	1842-01-26	Coppee François
corbiere-tristan-1845-07-18	1845-07-18	Corbiere Tristan
codet-p-henri-1900-06-05	1900-06-05	Codet P. Henri
curel-francois-1854-06-10	1854-06-10	Curel François
croisset-francois-1876-01-22	1876-01-22	Croisset François
crevel-rene-1900-08-10	1900-08-10	Crevel René
cros-charles-1842-10-01	1842-10-01	Cros Charles
coiffe-alphonse-1833-07-23	1833-07-23	Coiffe Alphonse
fournier-robert-1902-02-05	1902-02-05	Fournier Robert
dabit-eugene-1898-09-21	1898-09-21	Dabit Eugène
daix-pierre-1922-05-24	1922-05-24	Daix Pierre
daniel-rops-petiot-1901-01-19	1901-01-19	Daniel-Rops (Petiot)
colas-rene-1899-03-06	1899-03-06	Colas René
daudet-ernest-1837-05-31	1837-05-31	Daudet Ernest
coliez-jean-1905-11-03	1905-11-03	Coliez Jean
dassart-andre-1913-01-13	1913-01-13	Dassart André
daumal-rene-1908-03-16	1908-03-16	Daumal René
colin-daniel-1920-09-28	1920-09-28	Colin Daniel
davy-georges-1883-12-31	1883-12-31	Davy Georges
debu-bridel-jacques-1902-08-22	1902-08-22	Debu-Bridel Jacques
dauphin-fernand-1876-09-30	1876-09-30	Dauphin Fernand
colinet-pierre-1921-07-31	1921-07-31	Colinet Pierre
colin-jeannel-pierre-colin-1903-05-03	1903-05-03	Colin-Jeannel Pierre (COLIN)
delbos-victor-1862-09-26	1862-09-26	Delbos Victor
destot-marcel-1919-11-22	1919-11-22	Destot Marcel
coll-de-carrera-jean-1894-03-22	1894-03-22	Coll De Carrera Jean
colmant-paul-theodore-1904-07-31	1904-07-31	Colmant Paul Théodore
colomb-daniel-1923-11-16	1923-11-16	Colomb Daniel
gauquelin-a6-243-1875-09-14	1875-09-14	Gauquelin-A6-243
depierris-jean-1931-12-28	1931-12-28	Depierris Jean
colomb-louis-1823-01-06	1823-01-06	Colomb Louis
froehlich-frederic-1908-06-26	1908-06-26	Froehlich Frédéric
desnoyers-louis-1802-02-23	1802-02-23	Desnoyers Louis
derennes-charles-1882-08-04	1882-08-04	Derennes Charles
desnos-robert-1900-07-04	1900-07-04	Desnos Robert
devaux-pierre-1897-01-02	1897-01-02	Devaux Pierre
devignes-genevieve-1890-02-17	1890-02-17	Devignes Genevieve
colson-pierre-1903-04-02	1903-04-02	Colson Pierre
deubel-leon-1879-03-22	1879-03-22	Deubel Léon
devigne-roger-1885-09-11	1885-09-11	Devigne Roger
comsaux-edmond-1902-09-04	1902-09-04	Comsaux Edmond
geliot-christian-1905-02-24	1905-02-24	Geliot Christian
diole-philippe-1908-08-24	1908-08-24	Diole Philippe
dorgeles-roland-1885-06-15	1885-06-15	Dorgeles Roland
digot-jean-1912-06-19	1912-06-19	Digot Jean
dorin-rene-1891-11-13	1891-11-13	Dorin René
combemale-pierre-1893-07-28	1893-07-28	Combemale Pierre
leprince-albert-1872-07-16	1872-07-16	Leprince Albert
doumic-rene-1860-03-06	1860-03-06	Doumic René
drano-georges-1936-02-10	1936-02-10	Drano Georges
compagnon-jean-1916-10-26	1916-10-26	Compagnon Jean
conia-andre-1889-02-26	1889-02-26	Conia André
droz-gustave-1832-06-09	1832-06-09	Droz Gustave
drouot-paul-1886-05-21	1886-05-21	Drouot Paul
conia-andre-1918-07-13	1918-07-13	Conia André
du-bos-charles-1882-10-27	1882-10-27	Du Bos Charles
conge-maurice-1898-02-23	1898-02-23	Conge Maurice
duche-jean-1915-03-17	1915-03-17	Duche Jean
dubech-lucien-1882-10-26	1882-10-26	Dubech Lucien
connault-hanri-1913-09-07	1913-09-07	Connault Hanri
duhem-pierre-1861-06-10	1861-06-10	Duhem Pierre
conquet-alfred-1886-04-27	1886-04-27	Conquet Alfred
dujardin-edouard-1861-11-10	1861-11-10	Dujardin Edouard
lucam-felix-1906-11-19	1906-11-19	Lucam Félix
conquet-francois-1895-01-14	1895-01-14	Conquet François
dumery-henry-1920-02-29	1920-02-29	Dumery Henry
dumesnil-rene-1879-06-19	1879-06-19	Dumesnil René
conte-michel-1907-07-04	1907-07-04	Conte Michel
dunan-charles-1849-11-22	1849-11-22	Dunan Charles
contensou-pierre-1914-05-31	1914-05-31	Contensou Pierre
durkheim-emile-1858-04-15	1858-04-15	Dürkheim Emile
dupin-jacques-1927-03-04	1927-03-04	Dupin Jacques
duprey-jean-1930-01-01	1930-01-01	Duprey Jean
contier-marcel-1913-08-05	1913-08-05	Contier Marcel
conze-pierre-1903-02-01	1903-02-01	Conze Pierre
coquillaud-jean-pierre-1938-12-14	1938-12-14	Coquillaud Jean-Pierre
duron-jacques-1904-04-04	1904-04-04	Duron Jacques
emmanuel-pierre-1916-05-03	1916-05-03	Emmanuel Pierre
corajod-edmond-1906-12-19	1906-12-19	Corajod Edmond
espinas-alfred-1844-05-23	1844-05-23	Espinas Alfred
fabre-emile-1869-03-24	1869-03-24	Fabre Emile
estaunie-edouard-1862-02-04	1862-02-04	Estaunie Edouard
etiemble-rene-1909-01-26	1909-01-26	Etiemble René
corbel-jean-clauda-1930-01-26	1930-01-26	Corbel Jean-Clauda
faguet-emile-1847-12-17	1847-12-17	Faguet Emile
cordebar-jean-1908-01-16	1908-01-16	Cordebar Jean
cormier-marcel-1903-08-10	1903-08-10	Cormier Marcel
fabre-lucien-1889-02-14	1889-02-14	Fabre Lucien
cornat-augustin-1824-02-28	1824-02-28	Cornat Augustin
gauquelin-a6-307-1882-08-31	1882-08-31	Gauquelin-A6-307
faure-elie-1873-04-04	1873-04-04	Faure Elie
fauconnier-henri-1879-02-26	1879-02-26	Fauconnier Henri
cornec-jean-1919-05-07	1919-05-07	Cornec Jean
corny-marie-1906-12-02	1906-12-02	Corny Marie
feydeau-georges-1862-12-08	1862-12-08	Feydeau Georges
feval-paul-1816-09-29	1816-09-29	Feval Paul
ferrand-weyher-yvonne-1873-05-16	1873-05-16	Ferrand-Weyher Yvonne
figuier-louis-1819-02-15	1819-02-15	Figuier Louis
flammarion-camille-1842-02-26	1842-02-26	Flammarion Camille
corre-max-1912-02-25	1912-02-25	Corre Max
flers-robert-1872-11-25	1872-11-25	Flers Robert
fleuriot-zenaide-1829-10-28	1829-10-28	Fleuriot Zenaide
focillon-henri-1881-09-07	1881-09-07	Focillon Henri
corriol-jacques-1920-05-20	1920-05-20	Corriol Jacques
flory-albert-1890-10-24	1890-10-24	Flory Albert
follain-jean-1903-08-29	1903-08-29	Follain Jean
fontainas-andre-1865-02-05	1865-02-05	Fontainas André
corteel-andre-1914-08-08	1914-08-08	Corteel André
fouillee-alfred-1838-10-18	1838-10-18	Fouillee Alfred
forneret-xavier-1809-08-16	1809-08-16	Forneret Xavier
fort-paul-1872-02-01	1872-02-01	Fort Paul
cosse-brissac-charles-de-1903-06-05	1903-06-05	Cosse Brissac Charles de
costa-de-beauregard-roland-1913-08-05	1913-08-05	Costa De Beauregard Roland
franck-adolphe-1809-10-02	1809-10-02	Franck Adolphe
foulon-vaulx-andre-1873-05-15	1873-05-15	Foulon Vaulx Andre
fourest-georges-1864-04-06	1864-04-06	Fourest Georges
cotteau-gilbert-1931-11-05	1931-11-05	Cotteau Gilbert
coudanne-raymond-1876-08-28	1876-08-28	Coudanne Raymond
franck-bernard-1929-10-11	1929-10-11	Franck Bernard
frapie-leon-1863-01-27	1863-01-27	Frapie Léon
frene-roger-1878-01-18	1878-01-18	Frene Roger
couinaud-claude-1922-02-16	1922-02-16	Couinaud Claude
fumet-stanislas-1896-05-10	1896-05-10	Fumet Stanislas
coulet-gaston-1884-08-16	1884-08-16	Coulet Gaston
gaboriau-emile-1832-11-09	1832-11-09	Gaboriau Emile
garnier-pierre-1928-01-09	1928-01-09	Garnier Pierre
coulloumme-labarthe-rene-1915-04-19	1915-04-19	Coulloumme-Labarthe René
garcon-maurice-1889-11-25	1889-11-25	Garcon Maurice
garampon-georges-1899-04-12	1899-04-12	Garampon Georges
garnier-auguste-1885-10-12	1885-10-12	Garnier Auguste
coulon-charles-1872-04-07	1872-04-07	Coulon Charles
coupigny-jean-1912-04-19	1912-04-19	Coupigny Jean
courau-joseph-1902-03-12	1902-03-12	Courau Joseph
gautier-jean-1908-11-04	1908-11-04	Gautier Jean
gaucheron-jacques-1920-06-28	1920-06-28	Gaucheron Jacques
gaxotte-pierre-1895-11-19	1895-11-19	Gaxotte Pierre
gebhart-emile-1839-07-19	1839-07-19	Gebhart Emile
courau-rene-1905-02-22	1905-02-22	Courau René
couraud-raymond-1914-11-27	1914-11-27	Couraud Raymond
courbot-henri-1902-02-12	1902-02-12	Courbot Henri
courchet-jean-1913-08-31	1913-08-31	Courchet Jean
gide-charles-1847-06-28	1847-06-28	Gide Charles
geraldy-paul-1885-03-06	1885-03-06	Geraldy Paul
gillouin-rene-1881-03-11	1881-03-11	Gillouin René
gilson-etienne-1884-06-13	1884-06-13	Gilson Etienne
courdurier-jean-1908-12-12	1908-12-12	Courdurier Jean
gillet-georges-1855-05-11	1855-05-11	Gillet Georges
ginet-albert-1910-02-08	1910-02-08	Ginet Albert
courjaret-jacques-1913-12-02	1913-12-02	Courjaret Jacques
courreges-andre-1923-03-09	1923-03-09	Courreges André
coursaget-jean-1921-08-02	1921-08-02	Coursaget Jean
giraud-robert-1920-01-26	1920-01-26	Giraud Robert
godeau-georges-1921-03-11	1921-03-11	Godeau Georges
gondinet-edmond-1828-03-07	1828-03-07	Gondinet Edmond
gouhier-henri-1898-12-05	1898-12-05	Gouhier Henri
goyau-georges-1869-05-31	1869-05-31	Goyau Georges
coursault-michel-1916-08-18	1916-08-18	Coursault Michel
gourmont-remy-1858-04-04	1858-04-04	Gourmont Rémy
courtot-jean-1915-02-18	1915-02-18	Courtot Jean
gatry-auguste-1805-03-30	1805-03-30	Gatry Auguste
couture-henri-1917-08-10	1917-08-10	Couture Henri
gauquelin-a6-383-1900-09-06	1900-09-06	Gauquelin-A6-383
grenier-roger-1919-09-19	1919-09-19	Grenier Roger
courty-edmond-1913-07-20	1913-07-20	Courty Edmond
gauquelin-a6-388-1885-09-05	1885-09-05	Gauquelin-A6-388
guehenno-jean-1890-03-25	1890-03-25	Guehenno Jean
gros-leon-1905-04-12	1905-04-12	Gros Léon
gueguen-pierre-1889-03-29	1889-03-29	Gueguen Pierre
guenon-rene-1886-11-15	1886-11-15	Guenon René
gueroult-martial-1891-12-15	1891-12-15	Gueroult Martial
ferre-andre-1912-04-21	1912-04-21	Ferre André
guillemin-henri-1903-03-19	1903-03-19	Guillemin Henri
gauquelin-a6-392-1873-12-29	1873-12-29	Gauquelin-A6-392
cousteau-jacques-1910-06-11	1910-06-11	Cousteau Jacques
guyau-marie-1854-10-28	1854-10-28	Guyau Marie
guimard-paul-1921-03-03	1921-03-03	Guimard Paul
guitton-jean-1901-08-18	1901-08-18	Guitton Jean
coutau-andre-1923-02-16	1923-02-16	Coutau André
halevy-daniel-1872-12-12	1872-12-12	Halevy Daniel
hamelin-octave-1856-07-22	1856-07-22	Hamelin Octave
haedrich-marcel-1913-01-25	1913-01-25	Haedrich Marcel
hamp-pierre-1876-04-23	1876-04-23	Hamp Pierre
gauquelin-a6-406-1856-10-27	1856-10-27	Gauquelin-A6-406
harcourt-robert-1881-11-23	1881-11-23	Harcourt Robert
couteaux-rene-1909-06-23	1909-06-23	Couteaux René
haussonville-gabriel-1843-09-21	1843-09-21	Haussonville Gabriel
hazard-paul-1878-08-30	1878-08-30	Hazard Paul
hello-ernest-1828-11-05	1828-11-05	Hello Ernest
couturier-paul-1911-09-14	1911-09-14	Couturier Paul
herbart-pierre-1903-05-23	1903-05-23	Herbart Pierre
hennart-marcel-1918-08-03	1918-08-03	Hennart Marcel
herissay-jacques-1882-07-17	1882-07-17	Herissay Jacques
cremieux-albert-1895-05-18	1895-05-18	Cremieux Albert
herr-lucien-1864-01-17	1864-01-17	Herr Lucien
hervieu-louise-1873-10-26	1873-10-26	Hervieu Louise
hervieu-paul-1857-09-02	1857-09-02	Hervieu Paul
crepin-jean-1908-09-01	1908-09-01	Crepin Jean
huyghe-rene-1906-05-03	1906-05-03	Huyghe René
humeau-edmond-1907-08-18	1907-08-18	Humeau Edmond
gauquelin-a6-424-1901-12-22	1901-12-22	Gauquelin-A6-424
crevecoeur-jean-boucher-de-1906-12-17	1906-12-17	Crevecoeur Jean BOUCHER de
hyppolite-jean-1907-01-08	1907-01-08	Hyppolite Jean
jacques-noir-armand-1881-01-13	1881-01-13	Jacques-Noir Armand
creyssel-jean-1898-01-27	1898-01-27	Creyssel Jean
cristol-paul-1899-03-15	1899-03-15	Cristol Paul
janin-jules-1804-02-16	1804-02-16	Janin Jules
jalabert-pierre-1884-01-13	1884-01-13	Jalabert Pierre
jammes-francis-1868-12-02	1868-12-02	Jammes Francis
johannet-rene-1884-03-17	1884-03-17	Johannet René
croizier-louis-1886-05-11	1886-05-11	Croizier Louis
jullian-camille-1859-03-15	1859-03-15	Jullian Camille
jouhandeau-marcel-1888-07-26	1888-07-26	Jouhandeau Marcel
jouve-paul-1887-10-11	1887-10-11	Jouve Paul
crosnier-jean-1921-08-02	1921-08-02	Crosnier Jean
cruchet-rene-1875-03-21	1875-03-21	Cruchet René
laberthonniere-lucien-1860-10-05	1860-10-05	Laberthonniere Lucien
labiche-eugene-1815-05-06	1815-05-06	Labiche Eugène
cueff-pierre-1891-07-10	1891-07-10	Cueff Pierre
lachelier-jules-1832-05-27	1832-05-27	Lachelier Jules
lacordaire-jean-1802-05-12	1802-05-12	Lacordaire Jean
lacarce-andre-1908-05-27	1908-05-27	Lacarce André
lacote-rene-1913-02-13	1913-02-13	Lacote René
curie-eva-1904-12-06	1904-12-06	Curie Eva
laffitte-pierre-1823-02-21	1823-02-21	Laffitte Pierre
la-gorce-pierre-1846-06-29	1846-06-29	La Gorce Pierre
gauquelin-a6-455-1867-07-19	1867-07-19	Gauquelin-A6-455
lafaye-raymond-1928-08-13	1928-08-13	Lafaye Raymond
lalo-charles-1877-02-24	1877-02-24	Lalo Charles
lalou-rene-1889-09-03	1889-09-03	Lalou René
lanfrey-pierre-1828-10-26	1828-10-26	Lanfrey Pierre
cussac-alain-1915-06-18	1915-06-18	Cussac Alain
lamireau-gilbert-1924-02-03	1924-02-03	Lamireau Gilbert
dailheu-geoffroy-pierre-1918-09-08	1918-09-08	Dailheu-Geoffroy Pierre
daille-gerard-1916-02-06	1916-02-06	Daille Gérard
maure-germain-1895-05-09	1895-05-09	Maure Germain
laronde-olivier-1927-08-02	1927-08-02	Laronde Olivier
labraud-valery-1881-08-29	1881-08-29	Labraud Valery
larousse-pierre-1817-10-03	1817-10-03	Larousse Pierre
daillier-pierre-1905-09-13	1905-09-13	Daillier Pierre
dalsace-jean-1893-12-23	1893-12-23	Dalsace Jean
la-varende-jean-1887-05-24	1887-05-24	La Varende Jean
la-taihede-raymond-1867-10-14	1867-10-14	La Taihede Raymond
damesme-edouard-1807-01-23	1807-01-23	Damesme Edouard
lavelle-louis-1883-07-15	1883-07-15	Lavelle Louis
gauquelin-a6-474-1842-12-17	1842-12-17	Gauquelin-A6-474
leautaud-paul-1872-01-18	1872-01-18	Leautaud Paul
lavaud-guy-1883-08-09	1883-08-09	Lavaud Guy
dancet-joseph-1904-02-23	1904-02-23	Dancet Joseph
le-bon-gustave-1841-05-07	1841-05-07	Le Bon Gustave
leblanc-maurice-1864-12-11	1864-12-11	Leblanc Maurice
le-braz-anatole-1859-04-02	1859-04-02	Le Braz Anatole
danes-andre-1904-11-23	1904-11-23	Danes Andre
daniaud-jean-1909-11-19	1909-11-19	Daniaud Jean
gauquelin-a6-485-1869-01-16	1869-01-16	Gauquelin-A6-485
lecomte-georges-1867-07-09	1867-07-09	Lecomte Georges
le-cardonnel-louis-1862-02-25	1862-02-25	Le Cardonnel Louis
darricau-jean-1911-11-10	1911-11-10	Darricau Jean
lemaitre-jules-1853-04-27	1853-04-27	Lemaitre Jules
le-franc-marie-1879-10-04	1879-10-04	Le Franc Marie
le-goffic-charles-1863-07-14	1863-07-14	Le Goffic Charles
dassault-marcel-bloch-1892-01-22	1892-01-22	Dassault Marcel (BLOCH)
lenormand-henri-1882-05-03	1882-05-03	Lenormand Henri
lenotre-georges-1855-10-07	1855-10-07	Lenotre Georges
lequier-jules-1814-01-29	1814-01-29	Lequier Jules
dassault-paul-bloch-1882-01-13	1882-01-13	Dassault Paul (BLOCH)
dassonville-achille-1890-08-12	1890-08-12	Dassonville Achille
le-roy-edouard-1870-06-18	1870-06-18	Le Roy Edouard
leroux-gaston-1868-05-06	1868-05-06	Leroux Gaston
le-roy-eugene-1836-11-29	1836-11-29	Le Roy Eugène
leroy-beaulieu-anatole-1842-02-12	1842-02-12	Leroy-Beaulieu Anatole
gauquelin-a6-503-1882-07-08	1882-07-08	Gauquelin-A6-503
daude-paul-1919-02-05	1919-02-05	Daude Paul
lesort-paul-1915-11-14	1915-11-14	Lesort Paul
lescure-jean-1912-09-14	1912-09-14	Lescure Jean
daum-noel-1910-12-27	1910-12-27	Daum Noël
dauphine-andre-1919-05-25	1919-05-25	Dauphine André
levi-strauss-claude-1908-11-28	1908-11-28	Levi-Strauss Claude
levaillant-maurice-1883-04-17	1883-04-17	Levaillant Maurice
leveque-jean-1931-10-14	1931-10-14	Leveque Jean
daussat-charles-1873-03-26	1873-03-26	Daussat Charles
gauquelin-a6-514-1801-02-01	1801-02-01	Gauquelin-A6-514
loisy-alfred-1857-02-28	1857-02-28	Loisy Alfred
lichtenberger-andre-1870-11-29	1870-11-29	Lichtenberger André
limbour-georges-1900-08-11	1900-08-11	Limbour Georges
dausset-jean-1916-10-19	1916-10-19	Dausset Jean
loudier-sophronime-1835-01-10	1835-01-10	Loudier Sophronime
david-marcel-1890-07-20	1890-07-20	David Marcel
loti-pierre-1850-01-14	1850-01-14	Loti Pierre
loubiere-pierre-1913-02-03	1913-02-03	Loubiere Pierre
lucas-dubreton-jean-1883-09-23	1883-09-23	Lucas-Dubreton Jean
davout-leopold-1829-08-09	1829-08-09	Davout Léopold
gauquelin-a6-525-1893-01-20	1893-01-20	Gauquelin-A6-525
lucas-wilfrid-1882-09-29	1882-09-29	Lucas Wilfrid
lunel-raymond-1918-09-27	1918-09-27	Lunel Raymond
madaule-jacques-1898-10-11	1898-10-11	Madaule Jacques
madelin-louis-1871-05-08	1871-05-08	Madelin Louis
dax-lucien-1894-02-27	1894-02-27	Dax Lucien
male-emile-1862-06-02	1862-06-02	Male Emile
magre-maurice-1877-03-02	1877-03-02	Magre Maurice
dayras-jean-1890-07-28	1890-07-28	Dayras Jean
debatisse-michel-1929-04-01	1929-04-01	Debatisse Michel
malot-hector-1830-05-20	1830-05-20	Malot Hector
malrieu-jean-1915-08-29	1915-08-29	Malrieu Jean
debelut-jsan-1911-04-30	1911-04-30	Debelut Jsan
margerit-robert-1910-01-25	1910-01-25	Margerit Robert
margueritte-victor-1866-12-01	1866-12-01	Margueritte Victor
marcenac-jean-1913-11-16	1913-11-16	Marcenac Jean
debeyre-jean-1910-04-28	1910-04-28	Debeyre Jean
maritain-jacques-1882-11-18	1882-11-18	Maritain Jacques
marmier-xavier-1808-06-22	1808-06-22	Marmier Xavier
martin-henri-1810-02-20	1810-02-20	Martin Henri
marjan-marcel-auger-1918-04-03	1918-04-03	Marjan (Marcel Auger)
debray-jean-robert-1906-11-07	1906-11-07	Debray Jean-Robert
debrix-jean-rene-1906-05-09	1906-05-09	Debrix Jean René
martin-gard-maurice-1896-12-07	1896-12-07	Martin Gard Maurice
martinet-marcel-1887-08-22	1887-08-22	Martinet Marcel
massignon-louis-1883-07-25	1883-07-25	Massignon Louis
debrousse-jean-yves-1917-08-03	1917-08-03	Debrousse Jean Yves
debrus-henri-1908-02-29	1908-02-29	Debrus Henri
mary-andre-1879-11-20	1879-11-20	Mary André
massat-gaston-1909-07-10	1909-07-10	Massat Gaston
mathiez-albert-1874-01-10	1874-01-10	Mathiez Albert
maulnier-thierry-1909-10-01	1909-10-01	Maulnier Thierry
debuisson-jacques-1925-05-17	1925-05-17	Debuisson Jacques
maurois-andre-1885-07-26	1885-07-26	Maurois André
decaux-jean-claude-1937-09-15	1937-09-15	Decaux Jean-Claude
maynial-edouard-1879-12-09	1879-12-09	Maynial Edouard
mayrargue-lucien-1877-12-24	1877-12-24	Mayrargue Lucien
mazeline-guy-1900-04-12	1900-04-12	Mazeline Guy
decock-rene-1908-04-13	1908-04-13	Decock René
mere-charles-1883-01-29	1883-01-29	Mere Charles
merle-robert-1908-08-29	1908-08-29	Merle Robert
mendes-catulle-1841-05-21	1841-05-21	Mendes Catulle
merleau-ponty-maurice-1908-03-14	1908-03-14	Merleau-Ponty Maurice
decoulx-pierre-1907-09-25	1907-09-25	Decoulx Pierre
mignet-auguste-1796-05-08	1796-05-08	Mignet Auguste
milhaud-gaston-1858-08-10	1858-08-10	Milhaud Gaston
meterie-alphonse-1887-09-15	1887-09-15	Meterie Alphonse
decroix-gabrisl-1920-07-21	1920-07-21	Decroix Gabrisl
ferret-pierre-1922-04-22	1922-04-22	Ferret Pierre
mistler-jean-1897-09-01	1897-09-01	Mistler Jean
mistral-frederic-1830-09-08	1830-09-08	Mistral Frédéric
dedet-christian-1936-09-12	1936-09-12	Dedet Christian
monselet-charles-1825-04-30	1825-04-30	Monselet Charles
montegut-emile-1825-06-23	1825-06-23	Montegut Emile
monjo-armand-1913-09-01	1913-09-01	Monjo Armand
defretin-rene-1903-01-31	1903-01-31	Defretin René
dehais-pierre-1921-11-08	1921-11-08	Dehais Pierre
mounier-emmanuel-1905-04-01	1905-04-01	Mounier Emmanuel
morand-paul-1888-03-13	1888-03-13	Morand Paul
mora-andre-1887-08-03	1887-08-03	Mora André
dejours-pierrs-1922-03-29	1922-03-29	Dejours Pierrs
dejussieu-pontcarral-pierre-1898-02-14	1898-02-14	Dejussieu-Pontcarral Pierre
alessio-luigi-1902-05-08	1902-05-08	Alessio Luigi
natanson-jacques-1901-05-15	1901-05-15	Natanson Jacques
delaitre-rene-1908-10-08	1908-10-08	Delaitre René
nisard-desire-1806-03-20	1806-03-20	Nisard Désiré
nimier-perriere-roger-1925-10-31	1925-10-31	Nimier-Perriere Roger
gauquelin-a6-596-1906-02-20	1906-02-20	Gauquelin-A6-596
delalande-jean-1897-12-11	1897-12-11	Delalande Jean
gougerot-louis-1915-10-11	1915-10-11	Gougerot Louis
nord-pierre-1900-04-15	1900-04-15	Nord Pierre
nouveau-germain-1851-07-31	1851-07-31	Nouveau Germain
delalande-michel-1899-07-15	1899-07-15	Delalande Michel
oster-pierre-1933-03-06	1933-03-06	Oster Pierre
delamalmaison-paul-1910-02-05	1910-02-05	Delamalmaison Paul
orieux-jean-1907-05-20	1907-05-20	Orieux Jean
orliac-antoine-1880-06-06	1880-06-06	Orliac Antoine
delater-jean-1914-09-19	1914-09-19	Delater Jean
paris-gaston-1839-08-09	1839-08-09	Paris Gaston
pailleron-edouard-1829-09-17	1829-09-17	Pailleron Edouard
palgen-paul-1883-10-09	1883-10-09	Palgen Paul
parrot-louis-1906-08-28	1906-08-28	Parrot Louis
passeur-steve-1899-09-24	1899-09-24	Passeur Steve
paulhan-frederic-1856-04-21	1856-04-21	Paulhan Frédéric
delatre-georges-1917-09-11	1917-09-11	Delatre Georges
paulin-louisa-1888-12-02	1888-12-02	Paulin Louisa
payer-andre-1887-12-25	1887-12-25	Payer André
delattre-jean-1910-11-25	1910-11-25	Delattre Jean
peladan-josephin-1858-03-28	1858-03-28	Peladan Josephin
peguy-charles-1873-01-07	1873-01-07	Peguy Charles
pellerin-jean-1885-04-24	1885-04-24	Pellerin Jean
perche-francois-1941-07-26	1941-07-26	Perche François
delaval-michel-1923-08-25	1923-08-25	Delaval Michel
pertinax-geraud-1882-10-18	1882-10-18	Pertinax (Geraud)
perret-jacques-1901-09-08	1901-09-08	Perret Jacques
perche-louis-1909-06-03	1909-06-03	Perche Louis
delay-maurice-1876-11-12	1876-11-12	Delay Maurice
petit-henri-1900-02-23	1900-02-23	Petit Henri
deldarre-florian-1918-09-07	1918-09-07	Deldarre Florian
gauquelin-a6-632-1923-03-05	1923-03-05	Gauquelin-A6-632
peyre-joseph-1892-03-13	1892-03-13	Peyre Joseph
del-duca-simone-nirouet-1912-07-18	1912-07-18	Del Duca Simone (NIROUET)
picon-gaetan-1915-09-19	1915-09-19	Picon Gaetan
pivert-marceau-1895-10-02	1895-10-02	Pivert Marceau
philippe-charles-1874-08-04	1874-08-04	Philippe Charles
pichette-henri-1924-01-26	1924-01-26	Pichette Henri
delebecque-alphonse-1824-03-28	1824-03-28	Delebecque Alphonse
gri-rene-1927-11-04	1927-11-04	Gri René
ponchon-raoul-1848-12-30	1848-12-30	Ponchon Raoul
delerive-pierre-1936-04-10	1936-04-10	Delerive Pierre
ponsard-francois-1814-06-01	1814-06-01	Ponsard François
montmarin-armand-1811-07-16	1811-07-16	Montmarin Armand
ponson-terrail-pierre-1829-07-08	1829-07-08	Ponson Terrail Pierre
pons-joseph-1886-11-05	1886-11-05	Pons Joseph
porto-riche-georges-1849-05-20	1849-05-20	Porto-Riche Georges
delfino-louis-1912-10-05	1912-10-05	Delfino Louis
delga-jean-1910-03-22	1910-03-22	Delga Jean
pouvillon-emile-1840-10-10	1840-10-10	Pouvillon Emile
porche-francois-1877-11-21	1877-11-21	Porche François
deligne-pierre-1926-06-24	1926-06-24	Deligne Pierre
deligny-edouard-1815-12-12	1815-12-12	Deligny Edouard
gauquelin-a6-656-1862-05-01	1862-05-01	Gauquelin-A6-656
dell-paul-1915-11-03	1915-11-03	Dell Paul
dellus-paul-1914-12-19	1914-12-19	Dellus Paul
delmas-andre-1910-09-01	1910-09-01	Delmas André
puget-claude-1900-06-22	1900-06-22	Puget Claude
delmas-georgea-1903-01-03	1903-01-03	Delmas Georgea
quinet-edgar-1803-02-17	1803-02-17	Quinet Edgar
rabier-jean-1846-09-16	1846-09-16	Rabier Jean
delnatte-maurice-1905-03-22	1905-03-22	Delnatte Maurice
delouche-gaston-1913-05-30	1913-05-30	Delouche Gaston
rat-maurice-1891-03-02	1891-03-02	Rat Maurice
rauh-frederic-1861-03-31	1861-03-31	Rauh Frédéric
ravaisson-molliere-felix-1813-10-23	1813-10-23	Ravaisson-Molliere Félix
rebatet-lucien-1903-11-15	1903-11-15	Rebatet Lucien
reclus-elisee-1830-03-15	1830-03-15	Reclus Elisee
depla-maurice-1912-07-18	1912-07-18	Depla Maurice
gauquelin-a6-677-1858-08-29	1858-08-29	Gauquelin-A6-677
regnier-henri-1864-12-28	1864-12-28	Regnier Henri
remy-renault-roulier-1904-08-06	1904-08-06	Remy (Renault-Roulier)
delteil-henri-1903-12-25	1903-12-25	Delteil Henri
renouvier-charles-1815-01-01	1815-01-01	Renouvier Charles
delteil-pierre-1923-05-02	1923-05-02	Delteil Pierre
gauquelin-a6-683-1873-12-29	1873-12-29	Gauquelin-A6-683
reynaud-jean-1806-02-14	1806-02-14	Reynaud Jean
ribot-theodule-1839-12-18	1839-12-18	Ribot Theodule
demarchi-jean-1918-11-06	1918-11-06	Demarchi Jean
richepin-jean-1849-02-04	1849-02-04	Richepin Jean
rictus-jehan-1867-09-21	1867-09-21	Rictus Jehan
demarty-raymond-1916-09-03	1916-09-03	Demarty Raymond
guirriec-arthur-1890-03-03	1890-03-03	Guirriec Arthur
robbe-grillet-alain-1922-08-18	1922-08-18	Robbe-Grillet Alain
robic-paul-1907-12-04	1907-12-04	Robic Paul
demesse-lucien-1935-04-18	1935-04-18	Demesse Lucien
rochefort-lucay-henri-1831-01-30	1831-01-30	Rochefort-Lucay Henri
demetz-andre-1902-12-10	1902-12-10	Demetz André
robin-armand-1912-01-19	1912-01-19	Robin Armand
denis-paul-1907-04-12	1907-04-12	Denis Paul
depaulis-jacques-1919-12-10	1919-12-10	Depaulis Jacques
depinoy-jean-1922-02-03	1922-02-03	Depinoy Jean
rollinat-maurice-1846-12-29	1846-12-29	Rollinat Maurice
rouffanche-joseph-1922-09-24	1922-09-24	Rouffanche Joseph
deramond-henri-1911-04-25	1911-04-25	Deramond Henri
guy-pierre-1928-05-14	1928-05-14	Guy Pierre
roulet-jean-1925-01-05	1925-01-05	Roulet Jean
roumanille-joseph-1818-08-08	1818-08-08	Roumanille Joseph
rousselot-jean-1913-10-27	1913-10-27	Rousselot Jean
dercourt-edouard-1917-02-10	1917-02-10	Dercourt Edouard
dermenghem-jean-francois-1932-01-03	1932-01-03	Dermenghem Jean-François
sainte-beuve-charles-1804-12-23	1804-12-23	Sainte-Beuve Charles
royer-clemence-1830-04-21	1830-04-21	Royer Clemence
derroja-joseph-1822-10-09	1822-10-09	Derroja Joseph
rudigoz-roger-1922-08-26	1922-08-26	Rudigoz Roger
derval-marie-france-carle-1895-08-25	1895-08-25	Derval Marie-France(CARLE)
saint-georges-stephane-1876-05-19	1876-05-19	Saint-Georges Stéphane
descamps-louis-1913-12-31	1913-12-31	Descamps Louis
saint-pol-roux-1861-01-15	1861-01-15	Saint-Pol Roux
deschamps-henri-1922-11-04	1922-11-04	Deschamps Henri
deschamps-jean-louis-1891-02-18	1891-02-18	Deschamps Jean-Louis
sarcey-francisque-1827-10-08	1827-10-08	Sarcey Francisque
sarment-jean-1897-01-13	1897-01-13	Sarment Jean
sauvajon-marc-1909-09-25	1909-09-25	Sauvajon Marc
deschiens-maurice-1891-06-22	1891-06-22	Deschiens Maurice
schure-edouard-1841-01-21	1841-01-21	Schure Edouard
sauvage-cecile-1883-07-20	1883-07-20	Sauvage Cecile
desenfant-andre-1924-03-28	1924-03-28	Desenfant André
scize-pierre-1894-02-17	1894-02-17	Scize Pierre
seche-alphonse-1873-01-29	1873-01-29	Seche Alphonse
see-edmond-1875-03-20	1875-03-20	See Edmond
segalen-victor-1878-01-14	1878-01-14	Segalen Victor
desgrees-du-lou-emmanuel-1925-06-16	1925-06-16	Desgrees Du Lou Emmanuel
siegfried-andre-1875-04-21	1875-04-21	Siegfried André
desgrez-alex-1929-09-07	1929-09-07	Desgrez Alex
sigaud-gilbert-1918-05-04	1918-05-04	Sigaud Gilbert
sicaud-sabine-1913-02-23	1913-02-23	Sicaud Sabine
deslous-paoli-philippe-1926-01-01	1926-01-01	Deslous-Paoli Philippe
simon-jules-1814-12-27	1814-12-27	Simon Jules
sorel-albert-1842-08-13	1842-08-13	Sorel Albert
sorel-georges-1847-11-02	1847-11-02	Sorel Georges
souchon-paul-1874-01-15	1874-01-15	Souchon Paul
gauquelin-a6-749-1869-08-21	1869-08-21	Gauquelin-A6-749
soulie-frederic-1800-12-23	1800-12-23	Soulie Frédéric
despeyroux-louis-1908-07-26	1908-07-26	Despeyroux Louis
souvestre-emile-1806-04-15	1806-04-15	Souvestre Emile
souffron-paul-1903-09-09	1903-09-09	Souffron Paul
sudre-rene-1880-04-19	1880-04-19	Sudre René
desplans-theo-1899-10-29	1899-10-29	Desplans Théo
desse-georges-1908-04-13	1908-04-13	Desse Georges
spire-andre-1868-07-28	1868-07-28	Spire André
suares-andre-1868-06-12	1868-06-12	Suares André
desurmont-michel-1920-10-12	1920-10-12	Desurmont Michel
hannequin-jean-1912-03-27	1912-03-27	Hannequin Jean
tarnaud-claude-1922-05-27	1922-05-27	Tarnaud Claude
theuriet-andre-1833-10-08	1833-10-08	Theuriet André
desvignes-pierre-1907-04-09	1907-04-09	Desvignes Pierre
de-the-guy-blaudin-1930-05-05	1930-05-05	De The Guy (BLAUDIN)
anthoine-louis-1814-04-30	1814-04-30	Anthoine Louis
therive-andre-1891-06-18	1891-06-18	Therive André
apoil-charles-alexis-1809-10-24	1809-10-24	Apoil Charles Alexis
thibaudet-albert-1874-04-01	1874-04-01	Thibaudet Albert
thierry-augustin-1795-05-10	1795-05-10	Thierry Augustin
deutsch-benoit-leon-1892-01-10	1892-01-10	Deutsch Benoît-Léon
tillier-claude-1801-04-11	1801-04-11	Tillier Claude
tinan-jean-1874-01-19	1874-01-19	Tinan Jean
devamdez-jean-1922-10-03	1922-10-03	Devamdez Jean
toussenel-alphonse-1803-03-17	1803-03-17	Toussenel Alphonse
gauquelin-a6-777-1889-03-17	1889-03-17	Gauquelin-A6-777
touchard-pierre-1903-08-15	1903-08-15	Touchard Pierre
devie-pierre-1915-01-09	1915-01-09	Devie Pierre
devilliers-dernard-1911-04-03	1911-04-03	Devilliers Dernard
vacherot-etienne-1809-07-29	1809-07-29	Vacherot Etienne
vacquerie-auguste-1819-11-19	1819-11-19	Vacquerie Auguste
vachey-michel-1939-08-02	1939-08-02	Vachey Michel
dewatre-rene-1904-09-10	1904-09-10	Dewatre René
deysson-guy-1913-04-11	1913-04-11	Deysson Guy
dewravain-andre-passy-1911-06-09	1911-06-09	Dewravain André (PASSY)
vaillant-claude-1924-05-07	1924-05-07	Vaillant Claude
gauquelin-a6-786-1874-07-03	1874-07-03	Gauquelin-A6-786
didier-georges-1894-04-14	1894-04-14	Didier Georges
didry-pierre-1920-06-25	1920-06-25	Didry Pierre
vercel-roger-1894-01-08	1894-01-08	Vercel Roger
vargaftig-bernard-1934-01-24	1934-01-24	Vargaftig Bernard
verdet-andre-1913-08-04	1913-08-04	Verdet André
diet-jean-1922-06-21	1922-06-21	Diet Jean
digo-rene-1916-04-30	1916-04-30	Digo René
veuillot-louis-1813-10-11	1813-10-11	Veuillot Louis
very-pierre-1900-11-17	1900-11-17	Very Pierre
vialar-paul-1898-09-18	1898-09-18	Vialar Paul
dio-louis-1908-10-14	1908-10-14	Dio Louis
diot-michel-1930-06-17	1930-06-17	Diot Michel
vidalie-albert-1913-05-25	1913-05-25	Vidalie Albert
villiers-adam-1838-11-07	1838-11-07	Villiers Adam
vildrac-charles-1882-11-22	1882-11-22	Vildrac Charles
domino-louis-1894-05-07	1894-05-07	Domino Louis
gauquelin-a6-806-1920-02-15	1920-02-15	Gauquelin-A6-806
donat-maurice-1913-03-26	1913-03-26	Donat Maurice
vogue-eugene-1848-02-25	1848-02-25	Vogüe Eugène
vitrac-roger-1899-11-17	1899-11-17	Vitrac Roger
dor-paul-1911-07-16	1911-07-16	Dor Paul
dorange-andrfi-1903-11-10	1903-11-10	Dorange Andrfi
zamacois-miguel-1866-09-08	1866-09-08	Zamacois Miguel
doreau-michel-1930-03-11	1930-03-11	Doreau Michel
barbantini-nino-1884-07-05	1884-07-05	Barbantini Nino
baganzani-sandro-1889-02-08	1889-02-08	Baganzani Sandro
berrini-nino-1880-07-02	1880-07-02	Berrini Nino
bargellini-piero-1897-08-05	1897-08-05	Bargellini Piero
douce-jacques-1925-01-22	1925-01-22	Douce Jacques
bonardi-edoardo-1896-03-21	1896-03-21	Bonardi Edoardo
bevilacqua-giuseppe-1891-07-16	1891-07-16	Bevilacqua Giuseppe
bolla-giovanni-1896-05-21	1896-05-21	Bolla Giovanni
douguet-max-1903-07-16	1903-07-16	Douguet Max
brancati-vitaliano-1907-07-24	1907-07-24	Brancati Vitaliano
bongiovanni-giannetto-1890-11-08	1890-11-08	Bongiovanni Giannetto
douillard-claude-1928-02-08	1928-02-08	Douillard Claude
burrascano-nine-1884-01-01	1884-01-01	Burrascano Nine
busetto-andrea-1888-08-09	1888-08-09	Busetto Andrea
doumeng-jean-baptiste-1919-12-02	1919-12-02	Doumeng Jean-Baptiste
cardone-domenico-antonio-1902-01-21	1902-01-21	Cardone Domenico Antonio
carletti-ercole-1877-11-06	1877-11-06	Carletti Ercole
dourlhes-paul-1892-05-10	1892-05-10	Dourlhes Paul
chiapparini-giovanni-1886-01-15	1886-01-15	Chiapparini Giovanni
cavacchioli-enrico-1885-03-15	1885-03-15	Cavacchioli Enrico
douzou-pierre-1926-08-25	1926-08-25	Douzou Pierre
conti-guide-1906-06-29	1906-06-29	Conti Guide
cinti-decio-1878-08-10	1878-08-10	Cinti Decio
cittadini-armando-1882-06-12	1882-06-12	Cittadini Armando
dreyfous-ducas-daniel-1914-06-11	1914-06-11	Dreyfous-Ducas Daniel
croce-benedetto-1866-02-25	1866-02-25	Croce Benedetto
huet-leon-1895-11-16	1895-11-16	Huet Léon
delfini-antonio-1907-06-10	1907-06-10	Delfini Antonio
driessens-jules-1906-03-28	1906-03-28	Driessens Jules
de-stefani-alessandro-1891-01-02	1891-01-02	De Stefani Alessandro
drieux-henri-1908-08-29	1908-08-29	Drieux Henri
fabietti-ettore-1876-12-20	1876-12-20	Fabietti Ettore
fabbri-casimiro-1907-03-06	1907-03-06	Fabbri Casimiro
falqui-enrico-1901-10-12	1901-10-12	Falqui Enrico
dronne-raymond-1908-03-08	1908-03-08	Dronne Raymond
fiumi-lionello-1894-04-12	1894-04-12	Fiumi Lionello
federici-mario-1900-06-03	1900-06-03	Federici Mario
drouant-armand-1898-05-16	1898-05-16	Drouant Armand
foresi-sandro-1878-04-18	1878-04-18	Foresi Sandro
folicaldi-alceo-1900-02-07	1900-02-07	Folicaldi Alceo
dubar-jean-1898-01-23	1898-01-23	Dubar Jean
gherardi-gherardo-1891-07-02	1891-07-02	Gherardi Gherardo
gherardini-amedeo-1871-12-06	1871-12-06	Gherardini Amedeo
dubarry-bertrand-1906-06-24	1906-06-24	Dubarry Bertrand
dubarry-jean-jacques-1906-09-04	1906-09-04	Dubarry Jean-Jacques
grassi-bertazzi-giambattista-1867-12-25	1867-12-25	Grassi-Bertazzi Giambattista
gotta-salvatore-1887-05-18	1887-05-18	Gotta Salvatore
dubecq-xavier-1895-08-14	1895-08-14	Dubecq Xavier
lipparini-giuseppe-1877-09-02	1877-09-02	Lipparini Giuseppe
lelli-renato-1899-08-02	1899-08-02	Lelli Renato
dubois-de-montreynaud-jean-1921-04-23	1921-04-23	Dubois de MONTREYNAUD Jean
luongo-giuseppe-1896-12-05	1896-12-05	Luongo Giuseppe
dubos-rene-1901-02-20	1901-02-20	Dubos René
dubost-charles-1914-10-01	1914-10-01	Dubost Charles
marchetti-aroldo-1908-05-21	1908-05-21	Marchetti Aroldo
marini-giuseppe-1875-05-03	1875-05-03	Marini Giuseppe
dubreuil-raymond-1910-11-13	1910-11-13	Dubreuil Raymond
meoni-armando-1894-01-18	1894-01-18	Meoni Armando
migliore-benedetto-1892-02-03	1892-02-03	Migliore Benedetto
ducasse-armand-1900-04-12	1900-04-12	Ducasse Armand
ducassou-henri-1920-09-09	1920-09-09	Ducassou Henri
morbelli-riccardo-1907-02-02	1907-02-02	Morbelli Riccardo
ducatel-louis-1902-03-13	1902-03-13	Ducatel Louis
ducatteau-henri-1891-09-14	1891-09-14	Ducatteau Henri
orsini-giovanni-1886-01-20	1886-01-20	Orsini Giovanni
operti-pier-1896-02-11	1896-02-11	Operti Pier
duchatelle-pierre-1913-09-13	1913-09-13	Duchatelle Pierre
palmieri-enzo-1893-02-27	1893-02-27	Palmieri Enzo
pancrazi-pietro-1893-02-19	1893-02-19	Pancrazi Pietro
duchene-marullaz-pierre-1921-01-24	1921-01-24	Duchene-Marullaz Pierre
ducournau-paul-1910-10-27	1910-10-27	Ducournau Paul
peritore-giuseppe-angelo-1897-07-06	1897-07-06	Peritore Giuseppe Angelo
ducrocq-raoul-1920-01-29	1920-01-29	Ducrocq Raoul
prepositi-clementine-1882-02-08	1882-02-08	Prepositi Clementine
profeta-ottavio-1890-10-10	1890-10-10	Profeta Ottavio
ducru-jean-1904-08-07	1904-08-07	Ducru Jean
rigotti-giuseppe-1899-09-15	1899-09-15	Rigotti Giuseppe
rebecchi-umberto-1879-10-31	1879-10-31	Rebecchi Umberto
dudognon-martial-1900-06-01	1900-06-01	Dudognon Martial
rosso-di-s-secondo-piermaria-1889-11-30	1889-11-30	Rosso di s.Secondo Piermaria
rosati-guiseppe-1874-02-28	1874-02-28	Rosati Guiseppe
dufour-elie-1918-02-05	1918-02-05	Dufour Elie
salvaneschi-giovanni-1886-12-03	1886-12-03	Salvaneschi Giovanni
dufour-pierre-1894-06-09	1894-06-09	Dufour Pierre
dugois-pierre-1905-08-08	1905-08-08	Dugois Pierre
savarino-santi-1886-04-14	1886-04-14	Savarino santi
duhamel-jean-marie-1913-03-16	1913-03-16	Duhamel Jean-Marie
sillani-tomaso-1888-03-25	1888-03-25	Sillani Tomaso
sigillino-niccolo-1901-09-01	1901-09-01	Sigillino Niccolo
huet-pierre-1894-11-25	1894-11-25	Huet Pierre
soffici-ardengo-1879-04-07	1879-04-07	Soffici Ardengo
duhamel-joseph-1920-07-26	1920-07-26	Duhamel Joseph
spirito-ugo-1896-09-09	1896-09-09	Spirito Ugo
spellanzon-cesare-1884-02-14	1884-02-14	Spellanzon Cesare
speranza-mario-1900-03-15	1900-03-15	Speranza Mario
ferrieres-de-sauveboeuf-guy-1919-10-12	1919-10-12	Ferrieres de SAUVEBOEUF Guy
tieri-vincenzo-1895-11-28	1895-11-28	Tieri Vincenzo
traglia-gustavo-1898-05-01	1898-05-01	Traglia Gustavo
duhour-clement-1911-12-11	1911-12-11	Duhour Clément
dulac-andre-1907-07-05	1907-07-05	Dulac André
varagnolo-domenico-1882-08-10	1882-08-10	Varagnolo Domenico
varaldo-alessandro-1876-01-25	1876-01-25	Varaldo Alessandro
dulaurens-andre-1918-06-23	1918-06-23	Dulaurens Andre
dulcy-jean-1908-04-14	1908-04-14	Dulcy Jean
villaruel-giuseppe-1889-10-26	1889-10-26	Villaruel Giuseppe
dumas-pierre-1921-04-13	1921-04-13	Dumas Pierre
dumast-maxime-guerrier-de-1894-07-09	1894-07-09	Dumast Maxime (GUERRIER de)
zardi-federico-1912-10-25	1912-10-25	Zardi Federico
zappa-paolo-1899-09-10	1899-09-10	Zappa Paolo
adine-france-1890-08-31	1890-08-31	Adine France
aerts-jose-1914-02-17	1914-02-17	Aerts José
zucca-giuseppe-1887-05-01	1887-05-01	Zucca Giuseppe
zuccarini-oliviero-1883-08-23	1883-08-23	Zuccarini Oliviero
amter-edouard-1898-12-13	1898-12-13	Amter Edouard
arras-jozef-1890-03-26	1890-03-26	Arras Jozef
assche-piet-1867-12-16	1867-12-16	Assche Piet
dumon-georges-1908-03-09	1908-03-09	Dumon Georges
angenot-marcel-1879-01-24	1879-01-24	Angenot Marcel
dumontier-maurice-1882-03-01	1882-03-01	Dumontier Maurice
baillon-andre-1875-04-27	1875-04-27	Baillon André
bailly-jules-1832-12-13	1832-12-13	Bailly Jules
bemmel-eugene-1824-04-16	1824-04-16	Bemmel Eugène
backer-franz-1891-06-22	1891-06-22	Backer Franz
benoit-peter-1834-08-17	1834-08-17	Benoit Peter
bierme-maria-1863-06-06	1863-06-06	Bierme Maria
billiet-paul-1838-02-14	1838-02-14	Billiet Paul
block-bruno-1828-02-27	1828-02-27	Block Bruno
boin-victor-1886-02-28	1886-02-28	Boin Victor
borgerhoff-robert-1885-04-22	1885-04-22	Borgerhoff Robert
duparc-leon-1907-08-03	1907-08-03	Duparc Léon
bosschere-jean-1878-07-05	1878-07-05	Bosschere Jean
boucherij-jan-1846-11-16	1846-11-16	Boucherij Jan
bourdouxhe-madeleine-1906-09-25	1906-09-25	Bourdouxhe Madeleine
bourgeois-pierre-1898-12-04	1898-12-04	Bourgeois Pierre
briers-lumay-1869-08-11	1869-08-11	Briers Lumay
dupas-jean-1900-12-02	1900-12-02	Dupas Jean
brulez-raymond-1895-10-18	1895-10-18	Brulez Raymond
brohee-paul-1892-12-10	1892-12-10	Brohee Paul
bruylants-jan-1834-09-30	1834-09-30	Bruylants Jan
duperie-raymond-1881-03-16	1881-03-16	Duperie Raymond
buyst-leonard-1847-05-10	1847-05-10	Buyst Leonard
candeze-ernest-1827-02-22	1827-02-22	Candeze Ernest
buysse-cyriel-1859-09-20	1859-09-20	Buysse Cyriel
gauquelin-a6-1039-1877-02-21	1877-02-21	Gauquelin-A6-1039
careme-maurice-1899-05-12	1899-05-12	Careme Maurice
carrein-frans-1815-12-08	1815-12-08	Carrein Frans
carton-charles-1802-06-03	1802-06-03	Carton Charles
duplay-jean-1920-06-01	1920-06-01	Duplay Jean
cauwenberghe-cesar-1870-05-14	1870-05-14	Cauwenberghe César
chaudoir-georges-1873-10-05	1873-10-05	Chaudoir Georges
claeys-desire-1876-01-31	1876-01-31	Claeys Désiré
clijmans-fredericus-1893-04-17	1893-04-17	Clijmans Fredericus
colleye-hubert-1883-04-15	1883-04-15	Colleye Hubert
dupont-de-dinechin-gerard-1900-03-27	1900-03-27	Dupont De Dinechin Gérard
clercq-rene-1877-11-14	1877-11-14	Clercq René
clesse-antoine-1816-05-30	1816-05-30	Clesse Antoine
duprat-pierre-gilbert-1911-08-21	1911-08-21	Duprat Pierre-Gilbert
coppin-jose-1847-03-18	1847-03-18	Coppin José
courouble-leopold-1861-02-03	1861-02-03	Courouble Leopold
coopman-theo-1852-11-24	1852-11-24	Coopman Théo
cort-frans-1834-06-21	1834-06-21	Cort Frans
crabbe-raoul-1902-03-09	1902-03-09	Crabbe Raoul
dupres-pierre-1923-03-18	1923-03-18	Dupres Pierre
crommelynck-fernand-1886-11-19	1886-11-19	Crommelynck Fernand
curvers-alexis-1906-02-24	1906-02-24	Curvers Alexis
dautzenberg-johan-1808-12-06	1808-12-06	Dautzenberg Johan
duprez-henri-1904-02-15	1904-02-15	Duprez Henri
dehaye-marcel-1907-12-15	1907-12-15	Dehaye Marcel
degee-olivier-1890-12-07	1890-12-07	Degee Olivier
defrecheux-jean-1825-02-10	1825-02-10	Defrecheux Jean
delacre-jules-1883-02-21	1883-02-21	Delacre Jules
dupuy-claude-1926-08-05	1926-08-05	Dupuy Claude
delboeuf-joseph-1831-09-30	1831-09-30	Delboeuf Joseph
delchevalerie-charles-1872-01-09	1872-01-09	Delchevalerie Charles
delcroix-desire-1823-09-12	1823-09-12	Delcroix Désiré
demanet-armand-1808-07-15	1808-07-15	Demanet Armand
de-meyer-roelandts-victor-1808-09-25	1808-09-25	De Meyer-Roelandts Victor
de-mont-paul-1895-06-01	1895-06-01	De Mont Paul
dupuy-francis-1915-01-15	1915-01-15	Dupuy Francis
doorslaer-hector-1854-02-14	1854-02-14	Doorslaer Hector
de-mont-pol-1857-04-15	1857-04-15	De Mont Pol
dopagne-georges-1911-01-28	1911-01-28	Dopagne Georges
dumont-wilden-louis-1875-09-15	1875-09-15	Dumont-Wilden Louis
dupierreux-richard-1891-03-06	1891-03-06	Dupierreux Richard
gauquelin-a6-1083-1889-03-17	1889-03-17	Gauquelin-A6-1083
dupuy-raymond-1910-04-02	1910-04-02	Dupuy Raymond
dupuy-roger-1899-08-23	1899-08-23	Dupuy Roger
fief-jean-1829-06-07	1829-06-07	Fief Jean
eeckels-constant-1879-09-05	1879-09-05	Eeckels Constant
elskamp-max-1862-05-05	1862-05-05	Elskamp Max
fagus-faillet-1872-01-22	1872-01-22	Fagus (Faillet)
durand-charleg-1910-10-25	1910-10-25	Durand Charleg
fonson-jean-1870-01-22	1870-01-22	Fonson Jean
gauquelin-a6-1092-1898-10-20	1898-10-20	Gauquelin-A6-1092
frederix-gustave-1834-05-20	1834-05-20	Frederix Gustave
frenay-cid-herman-1891-03-14	1891-03-14	Frenay-Cid Herman
durand-claude-1916-11-18	1916-11-18	Durand Claude
durand-edouard-1905-02-21	1905-02-21	Durand Edouard
ghelderode-michel-1898-04-03	1898-04-03	Ghelderode Michel
geiregat-pieter-1828-02-26	1828-02-26	Geiregat Pieter
gers-jose-1898-02-26	1898-02-26	Gers José
durand-roger-1914-06-02	1914-06-02	Durand Roger
gilliams-maurice-1900-07-20	1900-07-20	Gilliams Maurice
gauquelin-a6-1104-1842-12-17	1842-12-17	Gauquelin-A6-1104
gilkin-yvan-1858-01-07	1858-01-07	Gilkin Yvan
gijssels-willem-1875-04-23	1875-04-23	Gijssels Willem
goffin-jean-1863-03-17	1863-03-17	Goffin Jean
durand-de-bousingen-robert-1928-05-17	1928-05-17	Durand De Bousingen Robert
grevesse-desire-1902-06-19	1902-06-19	Grevesse Désiré
groffier-jean-1908-07-10	1908-07-10	Groffier Jean
hardy-adolphe-1868-05-23	1868-05-23	Hardy Adolphe
haugen-jef-1861-01-01	1861-01-01	Haugen Jef
durieux-jean-1903-06-28	1903-06-28	Durieux Jean
hendrikx-august-1846-04-01	1846-04-01	Hendrikx August
herckenrath-adolphe-1879-06-02	1879-06-02	Herckenrath Adolphe
heremans-jacques-1825-01-28	1825-01-28	Heremans Jacques
duroux-paul-emile-1914-07-17	1914-07-17	Duroux Paul-Emile
hoorde-joseph-1843-10-12	1843-10-12	Hoorde Joseph
hoste-julius-1848-01-20	1848-01-20	Hoste Julius
hiel-emmanuel-1834-05-31	1834-05-31	Hiel Emmanuel
horrent-desire-1880-07-19	1880-07-19	Horrent Désiré
jouhaud-auguste-1805-09-30	1805-09-30	Jouhaud Auguste
duval-maurice-1869-06-05	1869-06-05	Duval Maurice
kanters-robert-1910-10-13	1910-10-13	Kanters Robert
kervyn-marcke-roger-1896-04-18	1896-04-18	Kervyn Marcke Roger
kerckhoven-peter-1818-11-10	1818-11-10	Kerckhoven Peter
koninckx-willy-1900-08-27	1900-08-27	Koninckx Willy
duval-rene-1889-03-20	1889-03-20	Duval René
lacroix-francis-1895-11-29	1895-11-29	Lacroix Francis
lampo-hubert-1920-09-01	1920-09-01	Lampo Hubert
lafont-charles-1809-12-16	1809-12-16	Lafont Charles
dyevre-henri-1893-12-21	1893-12-21	Dyevre Henri
gauquelin-a6-1131-1890-01-10	1890-01-10	Gauquelin-A6-1131
lattin-gustaaf-1853-09-06	1853-09-06	Lattin Gustaaf
lavry-charles-1817-10-17	1817-10-17	Lavry Charles
laroche-hyppolite-1827-10-05	1827-10-05	Laroche Hyppolite
le-boulenge-leon-1886-12-20	1886-12-20	Le Boulenge Léon
edelmann-gilles-1917-07-20	1917-07-20	Edelmann Gilles
le-pas-andre-1820-03-05	1820-03-05	Le Pas André
lemonnier-camille-1844-03-23	1844-03-23	Lemonnier Camille
lepage-albert-1895-03-04	1895-03-04	Lepage Albert
elvinger-francis-1896-08-03	1896-08-03	Elvinger Francis
lievevrouw-coopman-lodewijk-1862-04-03	1862-04-03	Lievevrouw-Coopman Lodewijk
linze-georges-1900-03-12	1900-03-12	Linze Georges
lobet-marcel-1907-06-28	1907-06-28	Lobet Marcel
ley-madeleine-1901-05-05	1901-05-05	Ley Madeleine
lurkin-jean-1896-03-20	1896-03-20	Lurkin Jean
magerman-pieter-1892-04-06	1892-04-06	Magerman Pieter
engerand-claude-1926-08-11	1926-08-11	Engerand Claude
lyr-rene-1887-11-15	1887-11-15	Lyr René
enjalbert-andre-1913-11-06	1913-11-06	Enjalbert André
marcq-leon-1833-08-10	1833-08-10	Marcq Léon
maurage-maurice-1828-06-12	1828-06-12	Maurage Maurice
matthys-marcel-1899-01-11	1899-01-11	Matthys Marcel
mathieu-adolphe-1804-06-22	1804-06-22	Mathieu Adolphe
epstein-genevieve-pinay-1918-02-18	1918-02-18	Epstein Geneviève (PINAY)
merget-robert-1907-12-25	1907-12-25	Merget Robert
minne-richard-1891-11-30	1891-11-30	Minne Richard
mockel-albert-1866-12-27	1866-12-27	Mockel Albert
michaux-henri-1899-05-24	1899-05-24	Michaux Henri
moesen-albert-1891-07-25	1891-07-25	Moesen Albert
neuhuys-paul-1897-09-16	1897-09-16	Neuhuys Paul
neve-paul-1851-12-19	1851-12-19	Neve Paul
ernoul-francois-de-1906-11-28	1906-11-28	Ernoul François de
offel-horace-1876-09-21	1876-09-21	Offel Horace
peene-hippoliet-1811-01-01	1811-01-01	Peene Hippoliet
peeters-eduard-1873-05-09	1873-05-09	Peeters Eduard
perier-gaston-1879-02-07	1879-02-07	Perier Gaston
escande-jean-paul-1939-03-05	1939-03-05	Escande Jean-Paul
pierard-louis-1886-02-07	1886-02-07	Pierard Louis
pire-louis-1827-03-03	1827-03-03	Pire Louis
escat-maurice-1906-02-06	1906-02-06	Escat Maurice
plisnier-charles-1896-12-13	1896-12-13	Plisnier Charles
potter-frans-1834-01-04	1834-01-04	Potter Frans
poulet-georges-1902-11-29	1902-11-29	Poulet Georges
praetere-mauritz-1885-01-22	1885-01-22	Praetere Mauritz
escolier-jean-claude-1935-11-28	1935-11-28	Escolier Jean-Claude
proumen-henri-1879-05-23	1879-05-23	Proumen Henri
quinet-benoit-1818-04-02	1818-04-02	Quinet Benoît
ravet-leon-1879-05-20	1879-05-20	Ravet Léon
esmenard-robert-1915-07-20	1915-07-20	Esmenard Robert
ridder-alfons-1882-05-07	1882-05-07	Ridder Alfons
rizzardi-luca-1884-07-17	1884-07-17	Rizzardi Luca
gauquelin-a6-1183-1856-10-27	1856-10-27	Gauquelin-A6-1183
rodenbach-georges-1855-07-16	1855-07-16	Rodenbach Georges
esquirol-jean-paul-1936-06-26	1936-06-26	Esquirol Jean-Paul
rotterdam-johan-1825-03-28	1825-03-28	Rotterdam Johan
roeland-jan-1837-12-06	1837-12-06	Roeland Jan
roelants-maurice-1895-12-19	1895-12-19	Roelants Maurice
rooy-hendrick-1883-08-07	1883-08-07	Rooy Hendrick
rottiers-arthur-1920-03-05	1920-03-05	Rottiers Arthur
sabbe-julius-1846-02-14	1846-02-14	Sabbe Julius
sande-felix-1824-11-08	1824-11-08	Sande Félix
esquirol-pierre-1908-10-13	1908-10-13	Esquirol Pierre
ruet-noel-1898-12-19	1898-12-19	Ruet Noël
estrade-jean-1910-03-06	1910-03-06	Estrade Jean
snellaert-ferdinand-1809-07-21	1809-07-21	Snellaert Ferdinand
solvay-lucien-1851-10-07	1851-10-07	Solvay Lucien
soreil-arsene-1893-02-05	1893-02-05	Soreil Arsène
gauquelin-a6-1197-1903-02-13	1903-02-13	Gauquelin-A6-1197
sosset-leon-1913-12-05	1913-12-05	Sosset Léon
estrangin-louis-1914-07-24	1914-07-24	Estrangin Louis
stijns-reimond-1850-05-10	1850-05-10	Stijns Reimond
streuvels-stijn-1871-10-03	1871-10-03	Streuvels Stijn
steeman-stanislas-1908-01-23	1908-01-23	Steeman Stanislas
strivay-renaud-1874-03-05	1874-03-05	Strivay Renaud
tardieu-charles-1838-02-09	1838-02-09	Tardieu Charles
etcheverry-jean-paul-1919-08-18	1919-08-18	Etcheverry Jean-Paul
thiry-antoon-1888-09-08	1888-09-08	Thiry Antoon
thibaut-armand-1881-10-11	1881-10-11	Thibaut Armand
tiberghien-guillaume-1819-08-09	1819-08-09	Tiberghien Guillaume
tiere-nestor-1856-08-06	1856-08-06	Tiere Nestor
exbrayat-durivaux-robert-1909-08-02	1909-08-02	Exbrayat-Durivaux Robert
tumerelle-maurice-1885-05-17	1885-05-17	Tumerelle Maurice
thiry-marcel-1897-03-13	1897-03-13	Thiry Marcel
vallee-poussin-louis-1869-01-01	1869-01-01	Vallee-Poussin Louis
vandendries-pierre-1908-07-02	1908-07-02	Vandendries Pierre
evenou-jules-richard-1908-07-12	1908-07-12	Evenou Jules Richard
vandevelde-antonius-1895-07-08	1895-07-08	Vandevelde Antonius
vandromme-pol-1927-03-12	1927-03-12	Vandromme Pol
vanzype-louis-1869-06-10	1869-06-10	Vanzype Louis
eylaud-jaan-max-1896-04-26	1896-04-26	Eylaud Jaan-Max
veravaine-georges-1853-12-18	1853-12-18	Veravaine Georges
verhaeren-emile-1855-05-21	1855-05-21	Verhaeren Emile
verhulst-raphael-1866-02-07	1866-02-07	Verhulst Raphaël
eymery-simone-1914-04-30	1914-04-30	Eymery Simone
vermeylen-auguste-1872-05-12	1872-05-12	Vermeylen Auguste
vermeulen-edward-1861-04-19	1861-04-19	Vermeulen Edward
vervarcke-camiel-1857-06-02	1857-06-02	Vervarcke Camiel
verriest-hugo-1840-11-25	1840-11-25	Verriest Hugo
vleeschouwer-lodewijk-1810-08-19	1810-08-19	Vleeschouwer Lodewijk
eyquem-andre-1916-05-11	1916-05-11	Eyquem André
ablaing-giessenburg-rudolf-1826-04-25	1826-04-25	Ablaing Giessenburg Rudolf
appel-willem-1822-05-29	1822-05-29	Appel Willem
baarda-johannes-1836-10-26	1836-10-26	Baarda Johannes
eyrolles-marc-1909-01-25	1909-01-25	Eyrolles Marc
boer-jan-1893-10-28	1893-10-28	Boer Jan
bohl-johannes-1836-10-08	1836-10-08	Bohl Johannes
beets-nicolas-1814-09-13	1814-09-13	Beets Nicolas
bloem-jakobus-1887-05-10	1887-05-10	Bloem Jakobus
bomans-godefried-1913-03-02	1913-03-02	Bomans Godefried
ezanno-yves-1912-07-14	1912-07-14	Ezanno Yves
borel-henri-1869-11-23	1869-11-23	Borel Henri
bruggen-cornelis-1874-01-14	1874-01-14	Bruggen Cornelis
breuk-henrik-1814-09-25	1814-09-25	Breuk Henrik
ezes-henri-1904-10-14	1904-10-14	Ezes Henri
cannegieter-hendrik-1880-09-17	1880-09-17	Cannegieter Hendrik
cohen-joseph-1886-01-02	1886-01-02	Cohen Joseph
dekker-mauritz-1896-07-16	1896-07-16	Dekker Mauritz
diephuis-gerhardus-1817-02-06	1817-02-06	Diephuis Gerhardus
dijkstra-walin-1821-08-14	1821-08-14	Dijkstra Walin
doorn-willem-1875-02-01	1875-02-01	Doorn Willem
doudart-gree-marie-1907-11-17	1907-11-17	Doudart Gree Marie
eggink-clara-1906-04-18	1906-04-18	Eggink Clara
engelmann-antonius-1900-06-07	1900-06-07	Engelmann Antonius
eyck-pieter-1887-10-01	1887-10-01	Eyck Pieter
eysselstejn-bernard-1898-01-22	1898-01-22	Eysselstejn Bernard
fabricius-jan-1871-09-30	1871-09-30	Fabricius Jan
fruin-robert-1823-11-14	1823-11-14	Fruin Robert
goes-frank-1859-02-13	1859-02-13	Goes Frank
gogh-kaulbach-anna-1869-12-31	1869-12-31	Gogh-Kaulbach Anna
greshoff-jan-1888-12-15	1888-12-15	Greshoff Jan
groot-jan-1901-03-13	1901-03-13	Groot Jan
haan-isaak-1908-03-27	1908-03-27	Haan Isaak
hartog-jan-1914-04-22	1914-04-22	Hartog Jan
hattum-jacob-1900-02-10	1900-02-10	Hattum Jacob
fabre-pierre-1900-02-28	1900-02-28	Fabre Pierre
hoekstra-hendrikus-1906-09-04	1906-09-04	Hoekstra Hendrikus
hoekstra-siebe-1825-06-03	1825-06-03	Hoekstra Siebe
hof-jan-1872-10-27	1872-10-27	Hof Jan
hoornik-eduard-1910-03-09	1910-03-09	Hoornik Eduard
hiuzenga-onnekes-eilina-1883-03-19	1883-03-19	Hiuzenga-Onnekes Eilina
huizinga-leonhard-1906-08-03	1906-08-03	Huizinga Leonhard
fabre-pierre-1926-04-16	1926-04-16	Fabre Pierre
fabry-georges-1911-04-19	1911-04-19	Fabry Georges
jaarsma-doede-1878-07-22	1878-07-22	Jaarsma Doede
josselin-jong-kitty-1903-07-09	1903-07-09	Josselin Jong Kitty
kan-willem-1911-01-15	1911-01-15	Kan Willem
kelk-cornelis-1901-08-28	1901-08-28	Kelk Cornelis
gauquelin-a6-1281-1890-12-31	1890-12-31	Gauquelin-A6-1281
kemp-pierre-1886-12-01	1886-12-01	Kemp Pierre
keuls-h-1883-05-19	1883-05-19	Keuls H
faller-andre-1912-08-01	1912-08-01	Faller André
knuttel-johannes-1878-05-14	1878-05-14	Knuttel Johannes
knuvelder-gerardus-1902-01-25	1902-01-25	Knuvelder Gerardus
knuvelder-louis-1907-09-30	1907-09-30	Knuvelder Louis
gauquelin-a6-1288-1879-01-19	1879-01-19	Gauquelin-A6-1288
koning-johan-1887-07-16	1887-07-16	Koning Johan
fanlac-pierre-beaucornu-1918-02-11	1918-02-11	Fanlac Pierre (BEAUCORNU)
faraggi-andre-1897-12-13	1897-12-13	Faraggi André
labberton-wilhelmina-1883-04-06	1883-04-06	Labberton Wilhelmina
last-josephus-1898-05-02	1898-05-02	Last Josephus
linde-antonius-1833-11-14	1833-11-14	Linde Antonius
maas-moer-agnes-1888-12-20	1888-12-20	Maas Moer Agnes
martin-hans-1886-11-09	1886-11-09	Martin Hans
gauquelin-a6-1297-1880-09-10	1880-09-10	Gauquelin-A6-1297
fasquelle-jacques-1911-08-10	1911-08-10	Fasquelle Jacques
mooij-arend-1917-03-08	1917-03-08	Mooij Arend
mulier-willem-1865-03-10	1865-03-10	Mulier Willem
oosten-abraham-1898-11-12	1898-11-12	Oosten Abraham
gauquelin-a6-1302-1898-10-20	1898-10-20	Gauquelin-A6-1302
pauwels-francois-1888-10-25	1888-10-25	Pauwels François
penning-joannis-1885-02-18	1885-02-18	Penning Joannis
plemp-duiveland-lambertus-1868-10-06	1868-10-06	Plemp Duiveland Lambertus
praag-siegfried-1899-08-08	1899-08-08	Praag Siegfried
premsela-martin-1896-01-25	1896-01-25	Premsela Martin
raalte-frederik-1876-10-31	1876-10-31	Raalte Frederik
ritter-pierre-1882-08-16	1882-08-16	Ritter Pierre
roland-holst-adrianus-1888-05-23	1888-05-23	Roland-Holst Adrianus
romein-verschoor-anna-1895-02-04	1895-02-04	Romein-Verschoor Anna
gauquelin-a6-1312-1885-04-21	1885-04-21	Gauquelin-A6-1312
rutten-felix-1882-07-13	1882-07-13	Rutten Félix
schaaf-tryntje-1882-04-29	1882-04-29	Schaaf Tryntje
schagen-j-1891-12-11	1891-12-11	Schagen J
schaik-willing-jeanne-1895-10-08	1895-10-08	Schaik-Willing Jeanne
scharten-antink-margo-1868-09-07	1868-09-07	Scharten-Antink Margo
schmidt-anna-1911-05-20	1911-05-20	Schmidt Anna
scholte-henrik-1903-01-25	1903-01-25	Scholte Henrik
schuren-fedde-1898-07-25	1898-07-25	Schuren Fedde
gauquelin-a6-1321-1867-01-13	1867-01-13	Gauquelin-A6-1321
snieders-auguste-1825-05-08	1825-05-08	Snieders Auguste
snieders-jan-1812-11-21	1812-11-21	Snieders Jan
snoek-age-1825-03-20	1825-03-20	Snoek Age
spoelstra-c-1901-02-07	1901-02-07	Spoelstra C
steinmetz-anna-1856-12-21	1856-12-21	Steinmetz Anna
stienems-hopman-maria-1881-01-14	1881-01-14	Stienems-Hopman Maria
gauquelin-a6-1328-1891-05-25	1891-05-25	Gauquelin-A6-1328
ubink-j-1884-11-11	1884-11-11	Ubink J
uyldert-mauritz-1881-02-16	1881-02-16	Uyldert Mauritz
faure-jacques-1904-03-02	1904-03-02	Faure Jacques
velstra-tjeerd-1840-11-10	1840-11-10	Velstra Tjeerd
verhoeven-bernard-1897-04-29	1897-04-29	Verhoeven Bernard
verhoeven-schmitz-marie-1883-11-30	1883-11-30	Verhoeven-Schmitz Marie
verhoog-pieter-1893-01-11	1893-01-11	Verhoog Pieter
vermaat-willemina-1873-05-14	1873-05-14	Vermaat Willemina
verwey-mea-1892-03-02	1892-03-02	Verwey Mea
vestdijk-simon-1898-10-17	1898-10-17	Vestdijk Simon
veth-cornelis-1880-03-03	1880-03-03	Veth Cornelis
visser-edmond-1882-05-27	1882-05-27	Visser Edmond
vissering-simon-1818-06-23	1818-06-23	Vissering Simon
gauquelin-a6-1342-1918-07-05	1918-07-05	Gauquelin-A6-1342
vries-anne-1904-05-22	1904-05-22	Vries Anne
vries-henrik-1896-08-17	1896-08-17	Vries Henrik
vries-theun-1907-04-26	1907-04-26	Vries Theun
vriesland-victor-1892-10-27	1892-10-27	Vriesland Victor
gauquelin-a6-1347-1885-04-21	1885-04-21	Gauquelin-A6-1347
wasch-karel-1886-01-23	1886-01-23	Wasch Karel
wermeskerken-johann-1882-03-22	1882-03-22	Wermeskerken Johann
woude-johan-1906-01-06	1906-01-06	Woude Johan
zeldenthuis-jan-1894-01-10	1894-01-10	Zeldenthuis Jan
gauquelin-a6-1352-1881-07-10	1881-07-10	Gauquelin-A6-1352
gauquelin-a6-1353-1868-03-04	1868-03-04	Gauquelin-A6-1353
gauquelin-a6-1355-1902-06-17	1902-06-17	Gauquelin-A6-1355
gauquelin-a6-1356-1871-10-19	1871-10-19	Gauquelin-A6-1356
gauquelin-a6-1357-1906-01-27	1906-01-27	Gauquelin-A6-1357
gauquelin-a6-1358-1918-05-09	1918-05-09	Gauquelin-A6-1358
gauquelin-a6-1359-1914-06-27	1914-06-27	Gauquelin-A6-1359
gauquelin-a6-1360-1909-12-29	1909-12-29	Gauquelin-A6-1360
gauquelin-a6-1361-1890-02-04	1890-02-04	Gauquelin-A6-1361
gauquelin-a6-1362-1907-11-20	1907-11-20	Gauquelin-A6-1362
gauquelin-a6-1363-1918-10-26	1918-10-26	Gauquelin-A6-1363
gauquelin-a6-1364-1890-01-05	1890-01-05	Gauquelin-A6-1364
gauquelin-a6-1365-1880-06-19	1880-06-19	Gauquelin-A6-1365
gauquelin-a6-1366-1919-01-14	1919-01-14	Gauquelin-A6-1366
gauquelin-a6-1367-1883-12-15	1883-12-15	Gauquelin-A6-1367
gauquelin-a6-1368-1877-09-15	1877-09-15	Gauquelin-A6-1368
gauquelin-a6-1369-1892-07-28	1892-07-28	Gauquelin-A6-1369
gauquelin-a6-1370-1901-05-12	1901-05-12	Gauquelin-A6-1370
gauquelin-a6-1371-1889-10-25	1889-10-25	Gauquelin-A6-1371
gauquelin-a6-1372-1900-02-11	1900-02-11	Gauquelin-A6-1372
gauquelin-a6-1373-1875-08-20	1875-08-20	Gauquelin-A6-1373
gauquelin-a6-1374-1888-03-04	1888-03-04	Gauquelin-A6-1374
gauquelin-a6-1375-1866-02-15	1866-02-15	Gauquelin-A6-1375
gauquelin-a6-1376-1892-09-11	1892-09-11	Gauquelin-A6-1376
gauquelin-a6-1377-1888-01-07	1888-01-07	Gauquelin-A6-1377
gauquelin-a6-1378-1870-09-25	1870-09-25	Gauquelin-A6-1378
gauquelin-a6-1379-1897-09-27	1897-09-27	Gauquelin-A6-1379
gauquelin-a6-1380-1867-09-29	1867-09-29	Gauquelin-A6-1380
gauquelin-a6-1381-1886-10-13	1886-10-13	Gauquelin-A6-1381
gauquelin-a6-1382-1889-08-21	1889-08-21	Gauquelin-A6-1382
gauquelin-a6-1383-1909-11-28	1909-11-28	Gauquelin-A6-1383
gauquelin-a6-1384-1888-07-10	1888-07-10	Gauquelin-A6-1384
gauquelin-a6-1385-1886-09-07	1886-09-07	Gauquelin-A6-1385
gauquelin-a6-1386-1880-12-14	1880-12-14	Gauquelin-A6-1386
gauquelin-a6-1387-1874-02-07	1874-02-07	Gauquelin-A6-1387
gauquelin-a6-1388-1886-03-04	1886-03-04	Gauquelin-A6-1388
gauquelin-a6-1389-1891-02-17	1891-02-17	Gauquelin-A6-1389
gauquelin-a6-1390-1889-01-08	1889-01-08	Gauquelin-A6-1390
gauquelin-a6-1391-1891-03-24	1891-03-24	Gauquelin-A6-1391
gauquelin-a6-1392-1887-08-14	1887-08-14	Gauquelin-A6-1392
gauquelin-a6-1393-1885-01-09	1885-01-09	Gauquelin-A6-1393
gauquelin-a6-1394-1881-04-15	1881-04-15	Gauquelin-A6-1394
gauquelin-a6-1395-1884-05-12	1884-05-12	Gauquelin-A6-1395
gauquelin-a6-1396-1898-12-23	1898-12-23	Gauquelin-A6-1396
gauquelin-a6-1397-1871-06-01	1871-06-01	Gauquelin-A6-1397
gauquelin-a6-1398-1891-03-11	1891-03-11	Gauquelin-A6-1398
gauquelin-a6-1399-1857-10-25	1857-10-25	Gauquelin-A6-1399
gauquelin-a6-1400-1889-10-17	1889-10-17	Gauquelin-A6-1400
gauquelin-a6-1401-1862-01-11	1862-01-11	Gauquelin-A6-1401
gauquelin-a6-1402-1901-07-22	1901-07-22	Gauquelin-A6-1402
gauquelin-a6-1403-1880-01-02	1880-01-02	Gauquelin-A6-1403
gauquelin-a6-1404-1884-03-19	1884-03-19	Gauquelin-A6-1404
gauquelin-a6-1405-1897-09-27	1897-09-27	Gauquelin-A6-1405
gauquelin-a6-1406-1879-12-27	1879-12-27	Gauquelin-A6-1406
gauquelin-a6-1407-1869-07-17	1869-07-17	Gauquelin-A6-1407
gauquelin-a6-1408-1878-10-04	1878-10-04	Gauquelin-A6-1408
gauquelin-a6-1409-1868-09-18	1868-09-18	Gauquelin-A6-1409
gauquelin-a6-1410-1903-08-23	1903-08-23	Gauquelin-A6-1410
gauquelin-a6-1411-1897-02-19	1897-02-19	Gauquelin-A6-1411
gauquelin-a6-1412-1869-12-29	1869-12-29	Gauquelin-A6-1412
gauquelin-a6-1413-1896-09-08	1896-09-08	Gauquelin-A6-1413
gauquelin-a6-1414-1887-08-12	1887-08-12	Gauquelin-A6-1414
gauquelin-a6-1415-1873-10-18	1873-10-18	Gauquelin-A6-1415
gauquelin-a6-1416-1890-02-02	1890-02-02	Gauquelin-A6-1416
gauquelin-a6-1417-1871-12-31	1871-12-31	Gauquelin-A6-1417
gauquelin-a6-1418-1870-03-23	1870-03-23	Gauquelin-A6-1418
gauquelin-a6-1419-1886-05-15	1886-05-15	Gauquelin-A6-1419
gauquelin-a6-1420-1895-09-03	1895-09-03	Gauquelin-A6-1420
gauquelin-a6-1421-1891-07-12	1891-07-12	Gauquelin-A6-1421
gauquelin-a6-1422-1890-02-11	1890-02-11	Gauquelin-A6-1422
gauquelin-a6-1423-1878-09-23	1878-09-23	Gauquelin-A6-1423
gauquelin-a6-1424-1878-02-03	1878-02-03	Gauquelin-A6-1424
gauquelin-a6-1425-1875-11-06	1875-11-06	Gauquelin-A6-1425
gauquelin-a6-1426-1887-02-13	1887-02-13	Gauquelin-A6-1426
gauquelin-a6-1427-1885-08-31	1885-08-31	Gauquelin-A6-1427
gauquelin-a6-1428-1876-01-06	1876-01-06	Gauquelin-A6-1428
gauquelin-a6-1429-1869-03-09	1869-03-09	Gauquelin-A6-1429
gauquelin-a6-1430-1891-02-12	1891-02-12	Gauquelin-A6-1430
gauquelin-a6-1431-1898-11-03	1898-11-03	Gauquelin-A6-1431
gauquelin-a6-1432-1899-10-22	1899-10-22	Gauquelin-A6-1432
gauquelin-a6-1433-1891-07-14	1891-07-14	Gauquelin-A6-1433
gauquelin-a6-1434-1903-09-22	1903-09-22	Gauquelin-A6-1434
gauquelin-a6-1435-1895-09-23	1895-09-23	Gauquelin-A6-1435
gauquelin-a6-1436-1885-01-08	1885-01-08	Gauquelin-A6-1436
gauquelin-a6-1437-1873-01-05	1873-01-05	Gauquelin-A6-1437
gauquelin-a6-1438-1891-05-03	1891-05-03	Gauquelin-A6-1438
gauquelin-a6-1439-1865-03-13	1865-03-13	Gauquelin-A6-1439
gauquelin-a6-1440-1891-01-17	1891-01-17	Gauquelin-A6-1440
gauquelin-a6-1441-1874-12-12	1874-12-12	Gauquelin-A6-1441
gauquelin-a6-1442-1884-03-01	1884-03-01	Gauquelin-A6-1442
gauquelin-a6-1443-1888-02-19	1888-02-19	Gauquelin-A6-1443
gauquelin-a6-1444-1894-08-04	1894-08-04	Gauquelin-A6-1444
gauquelin-a6-1445-1899-07-29	1899-07-29	Gauquelin-A6-1445
gauquelin-a6-1446-1905-10-24	1905-10-24	Gauquelin-A6-1446
gauquelin-a6-1447-1901-10-22	1901-10-22	Gauquelin-A6-1447
gauquelin-a6-1448-1896-02-06	1896-02-06	Gauquelin-A6-1448
gauquelin-a6-1449-1888-12-30	1888-12-30	Gauquelin-A6-1449
gauquelin-a6-1450-1887-02-16	1887-02-16	Gauquelin-A6-1450
gauquelin-a6-1451-1881-02-11	1881-02-11	Gauquelin-A6-1451
gauquelin-a6-1452-1894-10-30	1894-10-30	Gauquelin-A6-1452
gauquelin-a6-1453-1893-05-21	1893-05-21	Gauquelin-A6-1453
gauquelin-a6-1454-1895-09-19	1895-09-19	Gauquelin-A6-1454
gauquelin-a6-1455-1903-11-08	1903-11-08	Gauquelin-A6-1455
gauquelin-a6-1456-1869-04-27	1869-04-27	Gauquelin-A6-1456
gauquelin-a6-1457-1878-06-21	1878-06-21	Gauquelin-A6-1457
gauquelin-a6-1458-1869-07-28	1869-07-28	Gauquelin-A6-1458
gauquelin-a6-1459-1872-09-21	1872-09-21	Gauquelin-A6-1459
gauquelin-a6-1460-1887-04-12	1887-04-12	Gauquelin-A6-1460
gauquelin-a6-1461-1895-11-10	1895-11-10	Gauquelin-A6-1461
gauquelin-a6-1462-1887-08-04	1887-08-04	Gauquelin-A6-1462
gauquelin-a6-1463-1901-01-26	1901-01-26	Gauquelin-A6-1463
gauquelin-a6-1464-1880-06-27	1880-06-27	Gauquelin-A6-1464
gauquelin-a6-1465-1883-09-25	1883-09-25	Gauquelin-A6-1465
gauquelin-a6-1466-1903-10-11	1903-10-11	Gauquelin-A6-1466
gauquelin-a6-1467-1886-09-05	1886-09-05	Gauquelin-A6-1467
gauquelin-a6-1468-1868-11-17	1868-11-17	Gauquelin-A6-1468
gauquelin-a6-1469-1895-10-09	1895-10-09	Gauquelin-A6-1469
gauquelin-a6-1470-1885-09-27	1885-09-27	Gauquelin-A6-1470
gauquelin-a6-1471-1877-09-26	1877-09-26	Gauquelin-A6-1471
gauquelin-a6-1472-1854-08-23	1854-08-23	Gauquelin-A6-1472
gauquelin-a6-1473-1881-08-27	1881-08-27	Gauquelin-A6-1473
gauquelin-a6-1474-1904-03-05	1904-03-05	Gauquelin-A6-1474
gauquelin-a6-1475-1913-10-23	1913-10-23	Gauquelin-A6-1475
gauquelin-a6-1476-1920-04-11	1920-04-11	Gauquelin-A6-1476
gauquelin-a6-1477-1866-07-13	1866-07-13	Gauquelin-A6-1477
gauquelin-a6-1478-1900-04-21	1900-04-21	Gauquelin-A6-1478
gauquelin-a6-1479-1899-11-02	1899-11-02	Gauquelin-A6-1479
gauquelin-a6-1480-1882-11-17	1882-11-17	Gauquelin-A6-1480
gauquelin-a6-1481-1914-07-30	1914-07-30	Gauquelin-A6-1481
gauquelin-a6-1482-1914-02-04	1914-02-04	Gauquelin-A6-1482
gauquelin-a6-1483-1882-06-19	1882-06-19	Gauquelin-A6-1483
gauquelin-a6-1484-1909-08-02	1909-08-02	Gauquelin-A6-1484
gauquelin-a6-1485-1914-02-22	1914-02-22	Gauquelin-A6-1485
gauquelin-a6-1486-1857-04-25	1857-04-25	Gauquelin-A6-1486
gauquelin-a6-1487-1902-05-16	1902-05-16	Gauquelin-A6-1487
gauquelin-a6-1488-1885-03-19	1885-03-19	Gauquelin-A6-1488
gauquelin-a6-1490-1908-05-12	1908-05-12	Gauquelin-A6-1490
gauquelin-a6-1491-1915-11-26	1915-11-26	Gauquelin-A6-1491
gauquelin-a6-1492-1881-07-10	1881-07-10	Gauquelin-A6-1492
gauquelin-a6-1493-1893-09-14	1893-09-14	Gauquelin-A6-1493
gauquelin-a6-1494-1890-04-09	1890-04-09	Gauquelin-A6-1494
gauquelin-a6-1495-1909-09-02	1909-09-02	Gauquelin-A6-1495
gauquelin-a6-1496-1876-05-23	1876-05-23	Gauquelin-A6-1496
gauquelin-a6-1497-1902-09-02	1902-09-02	Gauquelin-A6-1497
gauquelin-a6-1498-1898-11-24	1898-11-24	Gauquelin-A6-1498
gauquelin-a6-1499-1868-01-15	1868-01-15	Gauquelin-A6-1499
gauquelin-a6-1500-1891-03-09	1891-03-09	Gauquelin-A6-1500
gauquelin-a6-1501-1916-08-21	1916-08-21	Gauquelin-A6-1501
gauquelin-a6-1502-1892-01-02	1892-01-02	Gauquelin-A6-1502
gauquelin-a6-1503-1866-06-10	1866-06-10	Gauquelin-A6-1503
gauquelin-a6-1504-1893-09-12	1893-09-12	Gauquelin-A6-1504
gauquelin-a6-1505-1893-10-31	1893-10-31	Gauquelin-A6-1505
gauquelin-a6-1506-1866-06-04	1866-06-04	Gauquelin-A6-1506
gauquelin-a6-1507-1877-05-10	1877-05-10	Gauquelin-A6-1507
gauquelin-a6-1508-1891-04-13	1891-04-13	Gauquelin-A6-1508
gauquelin-a6-1509-1903-01-05	1903-01-05	Gauquelin-A6-1509
gauquelin-a6-1510-1882-07-03	1882-07-03	Gauquelin-A6-1510
gauquelin-a6-1511-1875-03-25	1875-03-25	Gauquelin-A6-1511
gauquelin-a6-1512-1889-05-01	1889-05-01	Gauquelin-A6-1512
gauquelin-a6-1513-1890-11-24	1890-11-24	Gauquelin-A6-1513
gauquelin-a6-1514-1897-09-15	1897-09-15	Gauquelin-A6-1514
gauquelin-a6-1515-1914-07-07	1914-07-07	Gauquelin-A6-1515
gauquelin-a6-1516-1892-05-19	1892-05-19	Gauquelin-A6-1516
gauquelin-a6-1517-1885-11-23	1885-11-23	Gauquelin-A6-1517
gauquelin-a6-1518-1896-06-16	1896-06-16	Gauquelin-A6-1518
gauquelin-a6-1519-1901-02-10	1901-02-10	Gauquelin-A6-1519
gauquelin-a6-1520-1873-09-26	1873-09-26	Gauquelin-A6-1520
gauquelin-a6-1521-1891-04-18	1891-04-18	Gauquelin-A6-1521
gauquelin-a6-1522-1898-01-25	1898-01-25	Gauquelin-A6-1522
gauquelin-a6-1523-1889-01-13	1889-01-13	Gauquelin-A6-1523
gauquelin-a6-1524-1904-09-24	1904-09-24	Gauquelin-A6-1524
gauquelin-a6-1525-1866-01-15	1866-01-15	Gauquelin-A6-1525
gauquelin-a6-1526-1921-03-13	1921-03-13	Gauquelin-A6-1526
gauquelin-a6-1527-1885-07-06	1885-07-06	Gauquelin-A6-1527
gauquelin-a6-1528-1902-02-22	1902-02-22	Gauquelin-A6-1528
gauquelin-a6-1529-1876-08-26	1876-08-26	Gauquelin-A6-1529
gauquelin-a6-1530-1885-04-26	1885-04-26	Gauquelin-A6-1530
gauquelin-a6-1531-1878-09-27	1878-09-27	Gauquelin-A6-1531
gauquelin-a6-1532-1891-10-08	1891-10-08	Gauquelin-A6-1532
gauquelin-a6-1533-1883-05-07	1883-05-07	Gauquelin-A6-1533
gauquelin-a6-1534-1892-02-08	1892-02-08	Gauquelin-A6-1534
gauquelin-a6-1535-1895-05-02	1895-05-02	Gauquelin-A6-1535
gauquelin-a6-1536-1886-09-24	1886-09-24	Gauquelin-A6-1536
gauquelin-a6-1537-1882-02-08	1882-02-08	Gauquelin-A6-1537
gauquelin-a6-1538-1889-01-25	1889-01-25	Gauquelin-A6-1538
gauquelin-a6-1539-1899-02-21	1899-02-21	Gauquelin-A6-1539
gauquelin-a6-1540-1890-07-15	1890-07-15	Gauquelin-A6-1540
gauquelin-a6-1541-1875-03-16	1875-03-16	Gauquelin-A6-1541
gauquelin-a6-1542-1908-02-26	1908-02-26	Gauquelin-A6-1542
gauquelin-a6-1543-1876-05-14	1876-05-14	Gauquelin-A6-1543
gauquelin-a6-1544-1881-11-14	1881-11-14	Gauquelin-A6-1544
gauquelin-a6-1545-1878-07-21	1878-07-21	Gauquelin-A6-1545
gauquelin-a6-1546-1901-04-03	1901-04-03	Gauquelin-A6-1546
gauquelin-a6-1547-1880-10-15	1880-10-15	Gauquelin-A6-1547
gauquelin-a6-1548-1916-08-31	1916-08-31	Gauquelin-A6-1548
gauquelin-a6-1549-1881-04-28	1881-04-28	Gauquelin-A6-1549
gauquelin-a6-1550-1884-11-14	1884-11-14	Gauquelin-A6-1550
gauquelin-a6-1551-1881-08-16	1881-08-16	Gauquelin-A6-1551
gauquelin-a6-1552-1893-12-26	1893-12-26	Gauquelin-A6-1552
gauquelin-a6-1553-1881-04-09	1881-04-09	Gauquelin-A6-1553
gauquelin-a6-1554-1898-03-07	1898-03-07	Gauquelin-A6-1554
gauquelin-a6-1555-1894-01-02	1894-01-02	Gauquelin-A6-1555
gauquelin-a6-1556-1892-05-30	1892-05-30	Gauquelin-A6-1556
gauquelin-a6-1557-1909-02-25	1909-02-25	Gauquelin-A6-1557
gauquelin-a6-1558-1883-03-24	1883-03-24	Gauquelin-A6-1558
gauquelin-a6-1559-1897-12-13	1897-12-13	Gauquelin-A6-1559
gauquelin-a6-1560-1889-10-26	1889-10-26	Gauquelin-A6-1560
gauquelin-a6-1561-1889-10-23	1889-10-23	Gauquelin-A6-1561
gauquelin-a6-1562-1894-09-24	1894-09-24	Gauquelin-A6-1562
gauquelin-a6-1563-1899-09-28	1899-09-28	Gauquelin-A6-1563
gauquelin-a6-1564-1891-03-07	1891-03-07	Gauquelin-A6-1564
gauquelin-a6-1565-1905-09-18	1905-09-18	Gauquelin-A6-1565
gauquelin-a6-1566-1891-05-22	1891-05-22	Gauquelin-A6-1566
gauquelin-a6-1567-1885-01-08	1885-01-08	Gauquelin-A6-1567
gauquelin-a6-1569-1895-12-09	1895-12-09	Gauquelin-A6-1569
gauquelin-a6-1570-1887-02-27	1887-02-27	Gauquelin-A6-1570
gauquelin-a6-1571-1870-06-23	1870-06-23	Gauquelin-A6-1571
gauquelin-a6-1572-1884-10-09	1884-10-09	Gauquelin-A6-1572
gauquelin-a6-1573-1907-03-28	1907-03-28	Gauquelin-A6-1573
gauquelin-a6-1574-1893-08-19	1893-08-19	Gauquelin-A6-1574
gauquelin-a6-1575-1908-10-02	1908-10-02	Gauquelin-A6-1575
gauquelin-a6-1576-1878-03-05	1878-03-05	Gauquelin-A6-1576
gauquelin-a6-1577-1898-06-04	1898-06-04	Gauquelin-A6-1577
gauquelin-a6-1579-1882-02-12	1882-02-12	Gauquelin-A6-1579
gauquelin-a6-1580-1869-06-06	1869-06-06	Gauquelin-A6-1580
gauquelin-a6-1581-1888-03-12	1888-03-12	Gauquelin-A6-1581
gauquelin-a6-1582-1902-03-10	1902-03-10	Gauquelin-A6-1582
gauquelin-a6-1583-1886-07-11	1886-07-11	Gauquelin-A6-1583
gauquelin-a6-1584-1915-03-30	1915-03-30	Gauquelin-A6-1584
gauquelin-a6-1585-1878-09-21	1878-09-21	Gauquelin-A6-1585
gauquelin-a6-1586-1894-10-20	1894-10-20	Gauquelin-A6-1586
gauquelin-a6-1587-1891-12-16	1891-12-16	Gauquelin-A6-1587
gauquelin-a6-1588-1882-09-08	1882-09-08	Gauquelin-A6-1588
gauquelin-a6-1589-1871-08-22	1871-08-22	Gauquelin-A6-1589
gauquelin-a6-1590-1916-01-13	1916-01-13	Gauquelin-A6-1590
gauquelin-a6-1591-1886-08-24	1886-08-24	Gauquelin-A6-1591
gauquelin-a6-1592-1886-10-31	1886-10-31	Gauquelin-A6-1592
gauquelin-a6-1593-1901-07-09	1901-07-09	Gauquelin-A6-1593
gauquelin-a6-1594-1900-10-29	1900-10-29	Gauquelin-A6-1594
gauquelin-a6-1595-1879-03-15	1879-03-15	Gauquelin-A6-1595
gauquelin-a6-1596-1876-09-13	1876-09-13	Gauquelin-A6-1596
gauquelin-a6-1597-1884-08-24	1884-08-24	Gauquelin-A6-1597
gauquelin-a6-1598-1920-05-23	1920-05-23	Gauquelin-A6-1598
gauquelin-a6-1599-1881-08-07	1881-08-07	Gauquelin-A6-1599
gauquelin-a6-1600-1867-08-17	1867-08-17	Gauquelin-A6-1600
gauquelin-a6-1601-1896-01-01	1896-01-01	Gauquelin-A6-1601
gauquelin-a6-1602-1891-03-31	1891-03-31	Gauquelin-A6-1602
gauquelin-a6-1603-1896-04-23	1896-04-23	Gauquelin-A6-1603
gauquelin-a6-1604-1878-10-30	1878-10-30	Gauquelin-A6-1604
gauquelin-a6-1605-1905-08-30	1905-08-30	Gauquelin-A6-1605
gauquelin-a6-1606-1900-03-15	1900-03-15	Gauquelin-A6-1606
gauquelin-a6-1607-1881-08-31	1881-08-31	Gauquelin-A6-1607
gauquelin-a6-1608-1884-06-09	1884-06-09	Gauquelin-A6-1608
gauquelin-a6-1609-1903-12-16	1903-12-16	Gauquelin-A6-1609
gauquelin-a6-1610-1896-03-28	1896-03-28	Gauquelin-A6-1610
gauquelin-a6-1611-1898-11-24	1898-11-24	Gauquelin-A6-1611
gauquelin-a6-1612-1894-02-05	1894-02-05	Gauquelin-A6-1612
gauquelin-a6-1613-1872-10-23	1872-10-23	Gauquelin-A6-1613
gauquelin-a6-1614-1874-04-25	1874-04-25	Gauquelin-A6-1614
gauquelin-a6-1615-1874-03-06	1874-03-06	Gauquelin-A6-1615
gauquelin-a6-1616-1902-09-14	1902-09-14	Gauquelin-A6-1616
gauquelin-a6-1617-1888-07-24	1888-07-24	Gauquelin-A6-1617
gauquelin-a6-1618-1870-05-07	1870-05-07	Gauquelin-A6-1618
gauquelin-a6-1619-1879-01-19	1879-01-19	Gauquelin-A6-1619
gauquelin-a6-1620-1886-03-06	1886-03-06	Gauquelin-A6-1620
gauquelin-a6-1621-1872-07-15	1872-07-15	Gauquelin-A6-1621
gauquelin-a6-1622-1900-01-13	1900-01-13	Gauquelin-A6-1622
gauquelin-a6-1623-1894-11-07	1894-11-07	Gauquelin-A6-1623
gauquelin-a6-1624-1899-06-26	1899-06-26	Gauquelin-A6-1624
gauquelin-a6-1625-1887-08-20	1887-08-20	Gauquelin-A6-1625
gauquelin-a6-1626-1879-10-18	1879-10-18	Gauquelin-A6-1626
gauquelin-a6-1627-1880-09-13	1880-09-13	Gauquelin-A6-1627
gauquelin-a6-1628-1901-12-10	1901-12-10	Gauquelin-A6-1628
gauquelin-a6-1629-1902-10-15	1902-10-15	Gauquelin-A6-1629
gauquelin-a6-1630-1901-02-18	1901-02-18	Gauquelin-A6-1630
gauquelin-a6-1631-1887-11-23	1887-11-23	Gauquelin-A6-1631
gauquelin-a6-1632-1889-03-14	1889-03-14	Gauquelin-A6-1632
gauquelin-a6-1633-1888-12-05	1888-12-05	Gauquelin-A6-1633
gauquelin-a6-1634-1885-03-16	1885-03-16	Gauquelin-A6-1634
gauquelin-a6-1635-1881-11-02	1881-11-02	Gauquelin-A6-1635
gauquelin-a6-1636-1869-10-30	1869-10-30	Gauquelin-A6-1636
gauquelin-a6-1637-1889-01-19	1889-01-19	Gauquelin-A6-1637
gauquelin-a6-1638-1874-10-15	1874-10-15	Gauquelin-A6-1638
gauquelin-a6-1639-1918-05-19	1918-05-19	Gauquelin-A6-1639
gauquelin-a6-1640-1921-02-17	1921-02-17	Gauquelin-A6-1640
gauquelin-a6-1641-1894-12-13	1894-12-13	Gauquelin-A6-1641
gauquelin-a6-1642-1895-04-22	1895-04-22	Gauquelin-A6-1642
gauquelin-a6-1643-1899-08-03	1899-08-03	Gauquelin-A6-1643
gauquelin-a6-1644-1884-02-01	1884-02-01	Gauquelin-A6-1644
gauquelin-a6-1645-1874-06-19	1874-06-19	Gauquelin-A6-1645
gauquelin-a6-1646-1901-10-12	1901-10-12	Gauquelin-A6-1646
gauquelin-a6-1647-1870-04-24	1870-04-24	Gauquelin-A6-1647
gauquelin-a6-1648-1902-11-25	1902-11-25	Gauquelin-A6-1648
gauquelin-a6-1649-1884-02-20	1884-02-20	Gauquelin-A6-1649
gauquelin-a6-1650-1874-10-19	1874-10-19	Gauquelin-A6-1650
gauquelin-a6-1651-1879-08-24	1879-08-24	Gauquelin-A6-1651
gauquelin-a6-1652-1919-12-14	1919-12-14	Gauquelin-A6-1652
gauquelin-a6-1653-1867-03-27	1867-03-27	Gauquelin-A6-1653
gauquelin-a6-1654-1901-12-02	1901-12-02	Gauquelin-A6-1654
gauquelin-a6-1655-1886-11-25	1886-11-25	Gauquelin-A6-1655
gauquelin-a6-1656-1878-06-12	1878-06-12	Gauquelin-A6-1656
gauquelin-a6-1657-1879-03-31	1879-03-31	Gauquelin-A6-1657
gauquelin-a6-1658-1882-12-10	1882-12-10	Gauquelin-A6-1658
gauquelin-a6-1659-1882-12-17	1882-12-17	Gauquelin-A6-1659
gauquelin-a6-1660-1891-07-15	1891-07-15	Gauquelin-A6-1660
gauquelin-a6-1661-1882-07-16	1882-07-16	Gauquelin-A6-1661
gauquelin-a6-1662-1868-11-08	1868-11-08	Gauquelin-A6-1662
gauquelin-a6-1663-1881-12-19	1881-12-19	Gauquelin-A6-1663
gauquelin-a6-1664-1893-01-03	1893-01-03	Gauquelin-A6-1664
gauquelin-a6-1665-1860-07-11	1860-07-11	Gauquelin-A6-1665
gauquelin-a6-1666-1879-06-03	1879-06-03	Gauquelin-A6-1666
gauquelin-a6-1667-1881-09-25	1881-09-25	Gauquelin-A6-1667
gauquelin-a6-1668-1892-05-28	1892-05-28	Gauquelin-A6-1668
gauquelin-a6-1669-1892-08-09	1892-08-09	Gauquelin-A6-1669
gauquelin-a6-1670-1894-10-09	1894-10-09	Gauquelin-A6-1670
gauquelin-a6-1671-1867-10-28	1867-10-28	Gauquelin-A6-1671
gauquelin-a6-1672-1884-09-15	1884-09-15	Gauquelin-A6-1672
gauquelin-a6-1673-1870-08-27	1870-08-27	Gauquelin-A6-1673
gauquelin-a6-1674-1885-01-11	1885-01-11	Gauquelin-A6-1674
gauquelin-a6-1675-1888-05-19	1888-05-19	Gauquelin-A6-1675
gauquelin-a6-1676-1905-06-17	1905-06-17	Gauquelin-A6-1676
gauquelin-a6-1677-1911-12-26	1911-12-26	Gauquelin-A6-1677
gauquelin-a6-1678-1891-02-08	1891-02-08	Gauquelin-A6-1678
gauquelin-a6-1679-1890-05-24	1890-05-24	Gauquelin-A6-1679
gauquelin-a6-1680-1886-09-14	1886-09-14	Gauquelin-A6-1680
gauquelin-a6-1681-1877-04-13	1877-04-13	Gauquelin-A6-1681
gauquelin-a6-1682-1898-09-14	1898-09-14	Gauquelin-A6-1682
gauquelin-a6-1683-1899-09-19	1899-09-19	Gauquelin-A6-1683
gauquelin-a6-1684-1878-07-26	1878-07-26	Gauquelin-A6-1684
gauquelin-a6-1685-1874-11-11	1874-11-11	Gauquelin-A6-1685
gauquelin-a6-1686-1879-01-31	1879-01-31	Gauquelin-A6-1686
gauquelin-a6-1687-1888-07-08	1888-07-08	Gauquelin-A6-1687
gauquelin-a6-1688-1881-05-08	1881-05-08	Gauquelin-A6-1688
gauquelin-a6-1689-1900-09-10	1900-09-10	Gauquelin-A6-1689
gauquelin-a6-1690-1899-01-01	1899-01-01	Gauquelin-A6-1690
gauquelin-a6-1691-1911-06-24	1911-06-24	Gauquelin-A6-1691
gauquelin-a6-1692-1896-08-12	1896-08-12	Gauquelin-A6-1692
gauquelin-a6-1693-1886-07-24	1886-07-24	Gauquelin-A6-1693
gauquelin-a6-1694-1900-05-31	1900-05-31	Gauquelin-A6-1694
gauquelin-a6-1695-1888-10-24	1888-10-24	Gauquelin-A6-1695
gauquelin-a6-1696-1892-11-04	1892-11-04	Gauquelin-A6-1696
gauquelin-a6-1697-1902-08-16	1902-08-16	Gauquelin-A6-1697
gauquelin-a6-1698-1884-02-05	1884-02-05	Gauquelin-A6-1698
gauquelin-a6-1699-1869-12-24	1869-12-24	Gauquelin-A6-1699
gauquelin-a6-1700-1867-01-13	1867-01-13	Gauquelin-A6-1700
gauquelin-a6-1701-1865-07-12	1865-07-12	Gauquelin-A6-1701
gauquelin-a6-1702-1898-02-06	1898-02-06	Gauquelin-A6-1702
gauquelin-a6-1703-1896-09-25	1896-09-25	Gauquelin-A6-1703
gauquelin-a6-1704-1905-01-15	1905-01-15	Gauquelin-A6-1704
gauquelin-a6-1705-1890-02-03	1890-02-03	Gauquelin-A6-1705
gauquelin-a6-1706-1886-04-30	1886-04-30	Gauquelin-A6-1706
gauquelin-a6-1707-1886-01-03	1886-01-03	Gauquelin-A6-1707
gauquelin-a6-1708-1898-01-09	1898-01-09	Gauquelin-A6-1708
gauquelin-a6-1709-1882-07-08	1882-07-08	Gauquelin-A6-1709
gauquelin-a6-1710-1918-11-25	1918-11-25	Gauquelin-A6-1710
gauquelin-a6-1711-1884-09-06	1884-09-06	Gauquelin-A6-1711
gauquelin-a6-1712-1899-02-01	1899-02-01	Gauquelin-A6-1712
gauquelin-a6-1713-1916-09-23	1916-09-23	Gauquelin-A6-1713
gauquelin-a6-1714-1921-03-31	1921-03-31	Gauquelin-A6-1714
gauquelin-a6-1715-1883-08-31	1883-08-31	Gauquelin-A6-1715
gauquelin-a6-1716-1886-11-17	1886-11-17	Gauquelin-A6-1716
gauquelin-a6-1717-1926-07-07	1926-07-07	Gauquelin-A6-1717
gauquelin-a6-1718-1881-10-28	1881-10-28	Gauquelin-A6-1718
gauquelin-a6-1719-1890-07-11	1890-07-11	Gauquelin-A6-1719
gauquelin-a6-1720-1894-03-01	1894-03-01	Gauquelin-A6-1720
gauquelin-a6-1721-1897-01-01	1897-01-01	Gauquelin-A6-1721
gauquelin-a6-1722-1892-04-04	1892-04-04	Gauquelin-A6-1722
gauquelin-a6-1723-1888-02-28	1888-02-28	Gauquelin-A6-1723
gauquelin-a6-1724-1893-12-01	1893-12-01	Gauquelin-A6-1724
gauquelin-a6-1725-1906-06-09	1906-06-09	Gauquelin-A6-1725
gauquelin-a6-1726-1905-10-21	1905-10-21	Gauquelin-A6-1726
gauquelin-a6-1727-1894-12-09	1894-12-09	Gauquelin-A6-1727
gauquelin-a6-1728-1881-01-03	1881-01-03	Gauquelin-A6-1728
gauquelin-a6-1729-1889-06-18	1889-06-18	Gauquelin-A6-1729
gauquelin-a6-1730-1892-12-12	1892-12-12	Gauquelin-A6-1730
gauquelin-a6-1731-1867-06-02	1867-06-02	Gauquelin-A6-1731
gauquelin-a6-1732-1890-09-12	1890-09-12	Gauquelin-A6-1732
gauquelin-a6-1733-1895-08-07	1895-08-07	Gauquelin-A6-1733
gauquelin-a6-1734-1875-07-08	1875-07-08	Gauquelin-A6-1734
gauquelin-a6-1735-1880-12-03	1880-12-03	Gauquelin-A6-1735
gauquelin-a6-1736-1866-10-28	1866-10-28	Gauquelin-A6-1736
gauquelin-a6-1737-1890-08-24	1890-08-24	Gauquelin-A6-1737
gauquelin-a6-1738-1908-11-03	1908-11-03	Gauquelin-A6-1738
gauquelin-a6-1739-1913-07-24	1913-07-24	Gauquelin-A6-1739
gauquelin-a6-1740-1885-03-13	1885-03-13	Gauquelin-A6-1740
gauquelin-a6-1741-1894-01-24	1894-01-24	Gauquelin-A6-1741
gauquelin-a6-1742-1884-03-03	1884-03-03	Gauquelin-A6-1742
gauquelin-a6-1743-1915-06-16	1915-06-16	Gauquelin-A6-1743
gauquelin-a6-1744-1879-10-03	1879-10-03	Gauquelin-A6-1744
gauquelin-a6-1745-1867-07-19	1867-07-19	Gauquelin-A6-1745
gauquelin-a6-1746-1901-07-05	1901-07-05	Gauquelin-A6-1746
gauquelin-a6-1747-1902-03-19	1902-03-19	Gauquelin-A6-1747
gauquelin-a6-1748-1891-03-05	1891-03-05	Gauquelin-A6-1748
gauquelin-a6-1749-1903-02-08	1903-02-08	Gauquelin-A6-1749
gauquelin-a6-1750-1902-07-11	1902-07-11	Gauquelin-A6-1750
gauquelin-a6-1751-1890-10-06	1890-10-06	Gauquelin-A6-1751
gauquelin-a6-1752-1870-06-03	1870-06-03	Gauquelin-A6-1752
gauquelin-a6-1753-1891-01-13	1891-01-13	Gauquelin-A6-1753
gauquelin-a6-1754-1886-02-17	1886-02-17	Gauquelin-A6-1754
gauquelin-a6-1755-1894-03-24	1894-03-24	Gauquelin-A6-1755
gauquelin-a6-1756-1880-12-10	1880-12-10	Gauquelin-A6-1756
gauquelin-a6-1757-1875-06-03	1875-06-03	Gauquelin-A6-1757
gauquelin-a6-1758-1894-06-15	1894-06-15	Gauquelin-A6-1758
gauquelin-a6-1759-1895-10-30	1895-10-30	Gauquelin-A6-1759
gauquelin-a6-1760-1910-07-25	1910-07-25	Gauquelin-A6-1760
gauquelin-a6-1761-1913-07-13	1913-07-13	Gauquelin-A6-1761
gauquelin-a6-1762-1890-06-29	1890-06-29	Gauquelin-A6-1762
gauquelin-a6-1763-1862-01-07	1862-01-07	Gauquelin-A6-1763
gauquelin-a6-1764-1906-09-22	1906-09-22	Gauquelin-A6-1764
gauquelin-a6-1765-1873-08-07	1873-08-07	Gauquelin-A6-1765
gauquelin-a6-1766-1899-12-16	1899-12-16	Gauquelin-A6-1766
gauquelin-a6-1767-1886-11-22	1886-11-22	Gauquelin-A6-1767
gauquelin-a6-1768-1919-09-11	1919-09-11	Gauquelin-A6-1768
gauquelin-a6-1769-1902-08-05	1902-08-05	Gauquelin-A6-1769
gauquelin-a6-1770-1905-01-15	1905-01-15	Gauquelin-A6-1770
gauquelin-a6-1771-1878-10-15	1878-10-15	Gauquelin-A6-1771
gauquelin-a6-1772-1892-02-24	1892-02-24	Gauquelin-A6-1772
gauquelin-a6-1773-1910-04-19	1910-04-19	Gauquelin-A6-1773
gauquelin-a6-1774-1876-08-26	1876-08-26	Gauquelin-A6-1774
gauquelin-a6-1775-1899-10-09	1899-10-09	Gauquelin-A6-1775
gauquelin-a6-1776-1890-05-03	1890-05-03	Gauquelin-A6-1776
gauquelin-a6-1777-1895-01-11	1895-01-11	Gauquelin-A6-1777
gauquelin-a6-1778-1868-11-09	1868-11-09	Gauquelin-A6-1778
gauquelin-a6-1779-1887-06-21	1887-06-21	Gauquelin-A6-1779
gauquelin-a6-1780-1887-01-08	1887-01-08	Gauquelin-A6-1780
gauquelin-a6-1781-1900-11-07	1900-11-07	Gauquelin-A6-1781
gauquelin-a6-1782-1903-12-05	1903-12-05	Gauquelin-A6-1782
gauquelin-a6-1783-1894-01-14	1894-01-14	Gauquelin-A6-1783
gauquelin-a6-1784-1879-07-17	1879-07-17	Gauquelin-A6-1784
gauquelin-a6-1785-1874-07-03	1874-07-03	Gauquelin-A6-1785
gauquelin-a6-1786-1872-01-14	1872-01-14	Gauquelin-A6-1786
gauquelin-a6-1787-1894-05-24	1894-05-24	Gauquelin-A6-1787
gauquelin-a6-1788-1875-01-02	1875-01-02	Gauquelin-A6-1788
gauquelin-a6-1789-1922-06-26	1922-06-26	Gauquelin-A6-1789
gauquelin-a6-1790-1889-05-27	1889-05-27	Gauquelin-A6-1790
gauquelin-a6-1791-1902-02-14	1902-02-14	Gauquelin-A6-1791
gauquelin-a6-1792-1875-12-03	1875-12-03	Gauquelin-A6-1792
gauquelin-a6-1793-1854-01-11	1854-01-11	Gauquelin-A6-1793
gauquelin-a6-1794-1900-09-12	1900-09-12	Gauquelin-A6-1794
gauquelin-a6-1795-1906-04-27	1906-04-27	Gauquelin-A6-1795
gauquelin-a6-1796-1882-01-26	1882-01-26	Gauquelin-A6-1796
gauquelin-a6-1797-1885-04-29	1885-04-29	Gauquelin-A6-1797
gauquelin-a6-1798-1887-08-12	1887-08-12	Gauquelin-A6-1798
gauquelin-a6-1799-1907-02-01	1907-02-01	Gauquelin-A6-1799
gauquelin-a6-1800-1914-07-29	1914-07-29	Gauquelin-A6-1800
gauquelin-a6-1801-1888-04-12	1888-04-12	Gauquelin-A6-1801
gauquelin-a6-1802-1877-08-23	1877-08-23	Gauquelin-A6-1802
gauquelin-a6-1803-1896-08-04	1896-08-04	Gauquelin-A6-1803
gauquelin-a6-1804-1873-11-01	1873-11-01	Gauquelin-A6-1804
gauquelin-a6-1805-1901-10-27	1901-10-27	Gauquelin-A6-1805
gauquelin-a6-1806-1903-05-28	1903-05-28	Gauquelin-A6-1806
gauquelin-a6-1807-1914-03-06	1914-03-06	Gauquelin-A6-1807
gauquelin-a6-1808-1892-01-10	1892-01-10	Gauquelin-A6-1808
gauquelin-a6-1809-1895-01-12	1895-01-12	Gauquelin-A6-1809
gauquelin-a6-1810-1894-04-21	1894-04-21	Gauquelin-A6-1810
gauquelin-a6-1811-1907-04-10	1907-04-10	Gauquelin-A6-1811
gauquelin-a6-1812-1881-09-27	1881-09-27	Gauquelin-A6-1812
gauquelin-a6-1813-1900-04-14	1900-04-14	Gauquelin-A6-1813
gauquelin-a6-1814-1883-03-09	1883-03-09	Gauquelin-A6-1814
gauquelin-a6-1815-1900-10-10	1900-10-10	Gauquelin-A6-1815
gauquelin-a6-1816-1882-01-29	1882-01-29	Gauquelin-A6-1816
gauquelin-a6-1817-1902-09-20	1902-09-20	Gauquelin-A6-1817
gauquelin-a6-1818-1892-01-03	1892-01-03	Gauquelin-A6-1818
gauquelin-a6-1819-1887-12-19	1887-12-19	Gauquelin-A6-1819
gauquelin-a6-1820-1887-07-27	1887-07-27	Gauquelin-A6-1820
gauquelin-a6-1821-1870-11-12	1870-11-12	Gauquelin-A6-1821
gauquelin-a6-1822-1849-07-06	1849-07-06	Gauquelin-A6-1822
gauquelin-a6-1823-1879-02-23	1879-02-23	Gauquelin-A6-1823
gauquelin-a6-1824-1873-05-12	1873-05-12	Gauquelin-A6-1824
gauquelin-a6-1825-1882-04-08	1882-04-08	Gauquelin-A6-1825
gauquelin-a6-1826-1869-10-10	1869-10-10	Gauquelin-A6-1826
gauquelin-a6-1827-1898-03-18	1898-03-18	Gauquelin-A6-1827
gauquelin-a6-1828-1880-05-23	1880-05-23	Gauquelin-A6-1828
gauquelin-a6-1829-1868-10-15	1868-10-15	Gauquelin-A6-1829
gauquelin-a6-1830-1878-11-26	1878-11-26	Gauquelin-A6-1830
gauquelin-a6-1831-1870-10-28	1870-10-28	Gauquelin-A6-1831
gauquelin-a6-1832-1875-02-05	1875-02-05	Gauquelin-A6-1832
gauquelin-a6-1833-1866-08-24	1866-08-24	Gauquelin-A6-1833
gauquelin-a6-1834-1856-07-26	1856-07-26	Gauquelin-A6-1834
gauquelin-a6-1835-1893-10-10	1893-10-10	Gauquelin-A6-1835
gauquelin-a6-1836-1853-02-25	1853-02-25	Gauquelin-A6-1836
gauquelin-a6-1837-1875-12-28	1875-12-28	Gauquelin-A6-1837
gauquelin-a6-1838-1893-06-26	1893-06-26	Gauquelin-A6-1838
gauquelin-a6-1839-1821-03-08	1821-03-08	Gauquelin-A6-1839
gauquelin-a6-1840-1890-06-10	1890-06-10	Gauquelin-A6-1840
gauquelin-a6-1841-1891-10-19	1891-10-19	Gauquelin-A6-1841
gauquelin-a6-1843-1870-05-31	1870-05-31	Gauquelin-A6-1843
gauquelin-a6-1844-1862-05-01	1862-05-01	Gauquelin-A6-1844
gauquelin-a6-1845-1854-11-01	1854-11-01	Gauquelin-A6-1845
gauquelin-a6-1846-1902-08-17	1902-08-17	Gauquelin-A6-1846
gauquelin-a6-1847-1835-02-01	1835-02-01	Gauquelin-A6-1847
gauquelin-a6-1848-1849-03-07	1849-03-07	Gauquelin-A6-1848
gauquelin-a6-1849-1901-03-27	1901-03-27	Gauquelin-A6-1849
gauquelin-a6-1850-1845-02-01	1845-02-01	Gauquelin-A6-1850
gauquelin-a6-1851-1905-01-04	1905-01-04	Gauquelin-A6-1851
gauquelin-a6-1852-1892-06-24	1892-06-24	Gauquelin-A6-1852
gauquelin-a6-1853-1889-05-23	1889-05-23	Gauquelin-A6-1853
gauquelin-a6-1854-1909-12-02	1909-12-02	Gauquelin-A6-1854
gauquelin-a6-1855-1910-01-03	1910-01-03	Gauquelin-A6-1855
gauquelin-a6-1856-1891-10-07	1891-10-07	Gauquelin-A6-1856
gauquelin-a6-1857-1882-01-04	1882-01-04	Gauquelin-A6-1857
gauquelin-a6-1858-1810-03-18	1810-03-18	Gauquelin-A6-1858
dumarteau-jacques-1886-10-16	1886-10-16	Dumarteau Jacques
gauquelin-a6-1860-1859-05-19	1859-05-19	Gauquelin-A6-1860
gauquelin-a6-1861-1906-08-08	1906-08-08	Gauquelin-A6-1861
gauquelin-a6-1862-1902-11-10	1902-11-10	Gauquelin-A6-1862
gauquelin-a6-1863-1905-04-16	1905-04-16	Gauquelin-A6-1863
gauquelin-a6-1864-1904-09-26	1904-09-26	Gauquelin-A6-1864
gauquelin-a6-1865-1873-01-28	1873-01-28	Gauquelin-A6-1865
gauquelin-a6-1866-1883-11-27	1883-11-27	Gauquelin-A6-1866
gauquelin-a6-1867-1905-01-13	1905-01-13	Gauquelin-A6-1867
gauquelin-a6-1868-1883-09-02	1883-09-02	Gauquelin-A6-1868
gauquelin-a6-1869-1889-09-30	1889-09-30	Gauquelin-A6-1869
gauquelin-a6-1870-1898-09-28	1898-09-28	Gauquelin-A6-1870
gauquelin-a6-1871-1875-01-07	1875-01-07	Gauquelin-A6-1871
gauquelin-a6-1872-1911-01-07	1911-01-07	Gauquelin-A6-1872
gauquelin-a6-1873-1843-12-09	1843-12-09	Gauquelin-A6-1873
gauquelin-a6-1874-1882-08-31	1882-08-31	Gauquelin-A6-1874
gauquelin-a6-1875-1899-06-03	1899-06-03	Gauquelin-A6-1875
gauquelin-a6-1876-1874-06-07	1874-06-07	Gauquelin-A6-1876
gauquelin-a6-1877-1895-06-22	1895-06-22	Gauquelin-A6-1877
gauquelin-a6-1878-1892-03-19	1892-03-19	Gauquelin-A6-1878
gauquelin-a6-1879-1897-02-06	1897-02-06	Gauquelin-A6-1879
gauquelin-a6-1880-1896-08-21	1896-08-21	Gauquelin-A6-1880
gauquelin-a6-1881-1890-08-26	1890-08-26	Gauquelin-A6-1881
gauquelin-a6-1882-1884-06-07	1884-06-07	Gauquelin-A6-1882
gauquelin-a6-1883-1894-02-07	1894-02-07	Gauquelin-A6-1883
gauquelin-a6-1884-1861-06-14	1861-06-14	Gauquelin-A6-1884
gauquelin-a6-1885-1871-05-26	1871-05-26	Gauquelin-A6-1885
gauquelin-a6-1886-1888-08-17	1888-08-17	Gauquelin-A6-1886
gauquelin-a6-1887-1880-01-14	1880-01-14	Gauquelin-A6-1887
gauquelin-a6-1888-1876-07-10	1876-07-10	Gauquelin-A6-1888
gauquelin-a6-1889-1905-10-22	1905-10-22	Gauquelin-A6-1889
gauquelin-a6-1890-1890-12-19	1890-12-19	Gauquelin-A6-1890
gauquelin-a6-1891-1804-01-30	1804-01-30	Gauquelin-A6-1891
gauquelin-a6-1892-1885-07-11	1885-07-11	Gauquelin-A6-1892
gauquelin-a6-1893-1883-03-25	1883-03-25	Gauquelin-A6-1893
gauquelin-a6-1894-1810-05-01	1810-05-01	Gauquelin-A6-1894
gauquelin-a6-1895-1877-05-21	1877-05-21	Gauquelin-A6-1895
gauquelin-a6-1896-1906-07-26	1906-07-26	Gauquelin-A6-1896
gauquelin-a6-1897-1904-10-06	1904-10-06	Gauquelin-A6-1897
gauquelin-a6-1898-1862-07-26	1862-07-26	Gauquelin-A6-1898
gauquelin-a6-1899-1910-11-27	1910-11-27	Gauquelin-A6-1899
gauquelin-a6-1900-1883-01-18	1883-01-18	Gauquelin-A6-1900
gauquelin-a6-1901-1860-05-14	1860-05-14	Gauquelin-A6-1901
gauquelin-a6-1902-1874-04-15	1874-04-15	Gauquelin-A6-1902
gauquelin-a6-1903-1891-10-17	1891-10-17	Gauquelin-A6-1903
gauquelin-a6-1904-1900-03-08	1900-03-08	Gauquelin-A6-1904
gauquelin-a6-1905-1875-01-18	1875-01-18	Gauquelin-A6-1905
gauquelin-a6-1906-1901-08-19	1901-08-19	Gauquelin-A6-1906
gauquelin-a6-1907-1901-11-30	1901-11-30	Gauquelin-A6-1907
gauquelin-a6-1908-1853-12-20	1853-12-20	Gauquelin-A6-1908
gauquelin-a6-1909-1876-01-02	1876-01-02	Gauquelin-A6-1909
gauquelin-a6-1910-1879-09-15	1879-09-15	Gauquelin-A6-1910
gauquelin-a6-1911-1836-12-15	1836-12-15	Gauquelin-A6-1911
gauquelin-a6-1912-1896-11-18	1896-11-18	Gauquelin-A6-1912
gauquelin-a6-1913-1863-12-21	1863-12-21	Gauquelin-A6-1913
gauquelin-a6-1914-1891-06-06	1891-06-06	Gauquelin-A6-1914
gauquelin-a6-1915-1833-01-17	1833-01-17	Gauquelin-A6-1915
gauquelin-a6-1916-1902-05-15	1902-05-15	Gauquelin-A6-1916
gauquelin-a6-1917-1862-09-19	1862-09-19	Gauquelin-A6-1917
gauquelin-a6-1918-1877-06-14	1877-06-14	Gauquelin-A6-1918
gauquelin-a6-1919-1903-04-04	1903-04-04	Gauquelin-A6-1919
gauquelin-a6-1920-1875-04-24	1875-04-24	Gauquelin-A6-1920
gauquelin-a6-1921-1886-10-29	1886-10-29	Gauquelin-A6-1921
gauquelin-a6-1922-1896-10-11	1896-10-11	Gauquelin-A6-1922
gauquelin-a6-1923-1831-12-12	1831-12-12	Gauquelin-A6-1923
gauquelin-a6-1924-1894-07-25	1894-07-25	Gauquelin-A6-1924
gauquelin-a6-1925-1900-11-02	1900-11-02	Gauquelin-A6-1925
gauquelin-a6-1926-1902-04-11	1902-04-11	Gauquelin-A6-1926
gauquelin-a6-1927-1895-06-24	1895-06-24	Gauquelin-A6-1927
gauquelin-a6-1928-1893-01-24	1893-01-24	Gauquelin-A6-1928
gauquelin-a6-1929-1889-04-06	1889-04-06	Gauquelin-A6-1929
gauquelin-a6-1930-1872-02-14	1872-02-14	Gauquelin-A6-1930
gauquelin-a6-1931-1901-12-22	1901-12-22	Gauquelin-A6-1931
gauquelin-a6-1932-1892-10-29	1892-10-29	Gauquelin-A6-1932
gauquelin-a6-1933-1837-05-10	1837-05-10	Gauquelin-A6-1933
gauquelin-a6-1934-1872-02-25	1872-02-25	Gauquelin-A6-1934
gauquelin-a6-1935-1889-03-30	1889-03-30	Gauquelin-A6-1935
gauquelin-a6-1936-1890-08-12	1890-08-12	Gauquelin-A6-1936
gauquelin-a6-1937-1875-11-08	1875-11-08	Gauquelin-A6-1937
gauquelin-a6-1938-1901-09-18	1901-09-18	Gauquelin-A6-1938
gauquelin-a6-1939-1885-11-09	1885-11-09	Gauquelin-A6-1939
gauquelin-a6-1940-1871-08-22	1871-08-22	Gauquelin-A6-1940
gauquelin-a6-1941-1897-08-10	1897-08-10	Gauquelin-A6-1941
gauquelin-a6-1942-1895-03-08	1895-03-08	Gauquelin-A6-1942
gauquelin-a6-1943-1874-10-27	1874-10-27	Gauquelin-A6-1943
gauquelin-a6-1944-1844-07-06	1844-07-06	Gauquelin-A6-1944
gauquelin-a6-1945-1887-06-22	1887-06-22	Gauquelin-A6-1945
gauquelin-a6-1946-1880-06-13	1880-06-13	Gauquelin-A6-1946
gauquelin-a6-1947-1884-12-20	1884-12-20	Gauquelin-A6-1947
gauquelin-a6-1948-1880-02-12	1880-02-12	Gauquelin-A6-1948
gauquelin-a6-1949-1876-09-16	1876-09-16	Gauquelin-A6-1949
gauquelin-a6-1950-1877-07-17	1877-07-17	Gauquelin-A6-1950
gauquelin-a6-1951-1861-11-01	1861-11-01	Gauquelin-A6-1951
gauquelin-a6-1952-1906-05-16	1906-05-16	Gauquelin-A6-1952
gauquelin-a6-1953-1903-07-21	1903-07-21	Gauquelin-A6-1953
gauquelin-a6-1954-1873-06-26	1873-06-26	Gauquelin-A6-1954
gauquelin-a6-1955-1913-10-07	1913-10-07	Gauquelin-A6-1955
gauquelin-a6-1956-1880-09-04	1880-09-04	Gauquelin-A6-1956
gauquelin-a6-1957-1889-07-03	1889-07-03	Gauquelin-A6-1957
gauquelin-a6-1958-1902-04-02	1902-04-02	Gauquelin-A6-1958
gauquelin-a6-1959-1871-12-13	1871-12-13	Gauquelin-A6-1959
gauquelin-a6-1960-1911-08-14	1911-08-14	Gauquelin-A6-1960
gauquelin-a6-1961-1879-02-13	1879-02-13	Gauquelin-A6-1961
gauquelin-a6-1962-1884-10-25	1884-10-25	Gauquelin-A6-1962
gauquelin-a6-1963-1872-09-05	1872-09-05	Gauquelin-A6-1963
gauquelin-a6-1964-1870-08-07	1870-08-07	Gauquelin-A6-1964
gauquelin-a6-1965-1874-05-12	1874-05-12	Gauquelin-A6-1965
gauquelin-a6-1966-1901-09-06	1901-09-06	Gauquelin-A6-1966
gauquelin-a6-1967-1905-12-10	1905-12-10	Gauquelin-A6-1967
gauquelin-a6-1968-1831-10-19	1831-10-19	Gauquelin-A6-1968
gauquelin-a6-1969-1904-01-25	1904-01-25	Gauquelin-A6-1969
gauquelin-a6-1970-1899-03-22	1899-03-22	Gauquelin-A6-1970
gauquelin-a6-1971-1813-12-29	1813-12-29	Gauquelin-A6-1971
gauquelin-a6-1972-1819-03-01	1819-03-01	Gauquelin-A6-1972
gauquelin-a6-1973-1891-07-31	1891-07-31	Gauquelin-A6-1973
gauquelin-a6-1974-1847-01-14	1847-01-14	Gauquelin-A6-1974
gauquelin-a6-1975-1882-12-04	1882-12-04	Gauquelin-A6-1975
gauquelin-a6-1976-1917-12-21	1917-12-21	Gauquelin-A6-1976
gauquelin-a6-1977-1889-10-16	1889-10-16	Gauquelin-A6-1977
gauquelin-a6-1978-1868-12-15	1868-12-15	Gauquelin-A6-1978
gauquelin-a6-1979-1883-05-10	1883-05-10	Gauquelin-A6-1979
gauquelin-a6-1980-1897-02-02	1897-02-02	Gauquelin-A6-1980
gauquelin-a6-1981-1881-03-09	1881-03-09	Gauquelin-A6-1981
gauquelin-a6-1982-1905-05-29	1905-05-29	Gauquelin-A6-1982
gauquelin-a6-1983-1911-05-31	1911-05-31	Gauquelin-A6-1983
gauquelin-a6-1984-1893-08-02	1893-08-02	Gauquelin-A6-1984
gauquelin-a6-1985-1900-05-17	1900-05-17	Gauquelin-A6-1985
gauquelin-a6-1986-1861-09-15	1861-09-15	Gauquelin-A6-1986
gauquelin-a6-1987-1887-02-23	1887-02-23	Gauquelin-A6-1987
gauquelin-a6-1988-1902-02-10	1902-02-10	Gauquelin-A6-1988
gauquelin-a6-1989-1883-10-20	1883-10-20	Gauquelin-A6-1989
gauquelin-a6-1990-1884-03-09	1884-03-09	Gauquelin-A6-1990
gauquelin-a6-1991-1869-09-22	1869-09-22	Gauquelin-A6-1991
gauquelin-a6-1992-1885-10-07	1885-10-07	Gauquelin-A6-1992
gauquelin-a6-1993-1896-07-05	1896-07-05	Gauquelin-A6-1993
gauquelin-a6-1994-1882-06-07	1882-06-07	Gauquelin-A6-1994
gauquelin-a6-1995-1895-01-18	1895-01-18	Gauquelin-A6-1995
gauquelin-a6-1996-1888-09-13	1888-09-13	Gauquelin-A6-1996
gauquelin-a6-1997-1891-05-25	1891-05-25	Gauquelin-A6-1997
gauquelin-a6-1998-1910-04-04	1910-04-04	Gauquelin-A6-1998
gauquelin-a6-1999-1898-05-29	1898-05-29	Gauquelin-A6-1999
gauquelin-a6-2000-1884-11-13	1884-11-13	Gauquelin-A6-2000
gauquelin-a6-2001-1881-02-24	1881-02-24	Gauquelin-A6-2001
gauquelin-a6-2002-1893-07-31	1893-07-31	Gauquelin-A6-2002
gauquelin-a6-2003-1818-05-22	1818-05-22	Gauquelin-A6-2003
gauquelin-a6-2004-1892-07-29	1892-07-29	Gauquelin-A6-2004
gauquelin-a6-2005-1872-05-09	1872-05-09	Gauquelin-A6-2005
gauquelin-a6-2006-1880-05-06	1880-05-06	Gauquelin-A6-2006
gauquelin-a6-2007-1906-04-17	1906-04-17	Gauquelin-A6-2007
gauquelin-a6-2008-1813-01-26	1813-01-26	Gauquelin-A6-2008
gauquelin-a6-2009-1879-02-05	1879-02-05	Gauquelin-A6-2009
gauquelin-a6-2010-1892-05-09	1892-05-09	Gauquelin-A6-2010
gauquelin-a6-2011-1915-06-24	1915-06-24	Gauquelin-A6-2011
gauquelin-a6-2012-1830-10-16	1830-10-16	Gauquelin-A6-2012
gauquelin-a6-2013-1881-05-08	1881-05-08	Gauquelin-A6-2013
gauquelin-a6-2014-1917-04-27	1917-04-27	Gauquelin-A6-2014
gauquelin-a6-2015-1912-02-05	1912-02-05	Gauquelin-A6-2015
gauquelin-a6-2016-1901-02-05	1901-02-05	Gauquelin-A6-2016
gauquelin-a6-2017-1830-01-08	1830-01-08	Gauquelin-A6-2017
gauquelin-a6-2018-1906-12-25	1906-12-25	Gauquelin-A6-2018
gauquelin-a6-2019-1833-10-15	1833-10-15	Gauquelin-A6-2019
gauquelin-a6-2020-1881-05-22	1881-05-22	Gauquelin-A6-2020
gauquelin-a6-2021-1862-11-20	1862-11-20	Gauquelin-A6-2021
gauquelin-a6-2022-1881-05-26	1881-05-26	Gauquelin-A6-2022
gauquelin-a6-2023-1905-06-08	1905-06-08	Gauquelin-A6-2023
gauquelin-a6-2024-1878-06-27	1878-06-27	Gauquelin-A6-2024
gauquelin-a6-2025-1898-10-06	1898-10-06	Gauquelin-A6-2025
gauquelin-a6-2026-1886-02-27	1886-02-27	Gauquelin-A6-2026
gauquelin-a6-2027-1889-08-28	1889-08-28	Gauquelin-A6-2027
abellio-raymond-1907-11-11	1907-11-11	Abellio Raymond
about-edmond-1828-02-14	1828-02-14	About Edmond
van-den-boorn-charles-1874-07-11	1874-07-11	Van Den Boorn Charles
alain-fournier-henri-1886-10-03	1886-10-03	Alain-Fournier Henri
faure-jacques-1906-09-07	1906-09-07	Faure Jacques
arene-paul-1843-06-26	1843-06-26	Arene Paul
faure-lucien-1907-07-22	1907-07-22	Faure Lucien
assolant-alfred-1827-03-20	1827-03-20	Assolant Alfred
auclair-marcelle-1899-11-11	1899-11-11	Auclair Marcelle
balzac-honore-1799-05-20	1799-05-20	Balzac Honoré
barbusse-henri-1873-05-17	1873-05-17	Barbusse Henri
bastide-francois-1926-07-01	1926-07-01	Bastide François
faury-marc-1923-12-30	1923-12-30	Faury Marc
bauer-gerard-1888-10-07	1888-10-07	Bauer Gérard
fauvert-rene-1903-12-12	1903-12-12	Fauvert René
bazin-herve-1911-04-17	1911-04-17	Bazin Herve
behaine-rene-1880-06-17	1880-06-17	Behaine René
benoit-pierre-1886-07-16	1886-07-16	Benoit Pierre
biancheri-henri-1932-07-30	1932-07-30	Biancheri Henri
beraud-henri-1885-09-21	1885-09-21	Beraud Henri
gauquelin-a6-93-1900-09-06	1900-09-06	Gauquelin-A6-93
biemouret-paul-1943-04-11	1943-04-11	Biemouret Paul
besus-roger-1915-01-18	1915-01-18	Besus Roger
blanchot-maurice-1907-09-22	1907-09-22	Blanchot Maurice
bloy-leon-1846-07-11	1846-07-11	Bloy Léon
gauquelin-a6-117-1870-01-25	1870-01-25	Gauquelin-A6-117
favreau-dean-1917-04-13	1917-04-13	Favreau Dean
bost-pierre-1901-09-05	1901-09-05	Bost Pierre
gauquelin-a6-131-1922-01-24	1922-01-24	Gauquelin-A6-131
bosco-henri-1888-11-16	1888-11-16	Bosco Henri
assire-gustave-1870-10-30	1870-10-30	Assire Gustave
bourges-elemir-1852-03-26	1852-03-26	Bourges Elemir
boylesve-rene-1867-04-14	1867-04-14	Boylesve René
braibant-charles-1889-03-31	1889-03-31	Braibant Charles
brion-marcel-1895-11-21	1895-11-21	Brion Marcel
bitossi-franco-1940-09-01	1940-09-01	Bitossi Franco
cabanis-jose-1922-03-24	1922-03-24	Cabanis José
capus-alfred-1857-11-25	1857-11-25	Capus Alfred
cau-jean-1925-07-08	1925-07-08	Cau Jean
chabrier-agnes-1914-08-02	1914-08-02	Chabrier Agnes
chadourne-marc-1895-05-23	1895-05-23	Chadourne Marc
chardonne-jacques-1884-01-02	1884-01-02	Chardonne Jacques
cherau-gaston-1872-11-06	1872-11-06	Cherau Gaston
cladel-leon-1835-03-15	1835-03-15	Cladel Léon
clavel-bernard-1923-05-29	1923-05-29	Clavel Bernard
constantin-weyer-maurice-1881-04-24	1881-04-24	Constantin-Weyer Maurice
courteline-georges-1858-06-25	1858-06-25	Courteline Georges
curtis-jean-1917-05-22	1917-05-22	Curtis Jean
dash-gabrielle-1804-08-01	1804-08-01	Dash Gabrielle
davet-michel-1905-12-03	1905-12-03	Davet Michel
dekobra-maurice-1885-05-26	1885-05-26	Dekobra Maurice
delly-frederic-1876-09-06	1876-09-06	Delly Frédéric
descaves-lucien-1861-03-18	1861-03-18	Descaves Lucien
dhotel-andre-1900-09-01	1900-09-01	Dhotel André
dieterlen-jacques-1893-11-28	1893-11-28	Dieterlen Jacques
favre-gilly-jean-1920-10-11	1920-10-11	Favre-Gilly Jean
ferroir-jean-1908-11-29	1908-11-29	Ferroir Jean
gauquelin-a6-267-1893-01-03	1893-01-03	Gauquelin-A6-267
droit-michel-1923-01-23	1923-01-23	Droit Michel
blankers-koen-fanny-1918-04-26	1918-04-26	Blankers-Koen Fanny
dumay-raymond-1916-11-06	1916-11-06	Dumay Raymond
dupe-gilbert-1900-08-30	1900-08-30	Dupe Gilbert
fayard-jean-1910-09-24	1910-09-24	Fayard Jean
fayet-georges-1902-10-03	1902-10-03	Fayet Georges
erckmann-emile-1822-05-20	1822-05-20	Erckmann Emile
fabre-ferdinand-1827-06-09	1827-06-09	Fabre Ferdinand
farrere-claude-1876-04-27	1876-04-27	Farrere Claude
faure-gabriel-1877-05-15	1877-05-15	Faure Gabriel
feuillet-octave-1821-08-11	1821-08-11	Feuillet Octave
fedvre-henri-1922-08-05	1922-08-05	Fedvre Henri
fougere-jean-1914-05-05	1914-05-05	Fougere Jean
fenelon-francois-1911-10-25	1911-10-25	Fenelon François
franc-nohain-legrand-1872-10-25	1872-10-25	Franc-Nohain (Legrand)
fromentin-eugene-1820-10-24	1820-10-24	Fromentin Eugène
bonatti-walter-1930-06-22	1930-06-22	Bonatti Walter
bonal-jean-marie-1943-05-31	1943-05-31	Bonal Jean-Marie
gauthiez-pierre-1862-03-28	1862-03-28	Gauthiez Pierre
genevoix-maurice-1890-11-29	1890-11-29	Genevoix Maurice
feraud-jean-1923-10-08	1923-10-08	Feraud Jean
gauquelin-a6-370-1895-03-30	1895-03-30	Gauquelin-A6-370
kessler-georges-1899-06-10	1899-06-10	Kessler Georges
goncourt-edmond-1822-05-26	1822-05-26	Goncourt Edmond
gozlan-leon-1803-09-10	1803-09-10	Gozlan Léon
feraud-louis-1920-02-13	1920-02-13	Feraud Louis
filippi-max-1908-11-22	1908-11-22	Filippi Max
groussard-serge-1920-10-18	1920-10-18	Groussard Serge
guillaumin-emile-1873-11-10	1873-11-10	Guillaumin Emile
guilloux-louis-1899-01-15	1899-01-15	Guilloux Louis
haedens-kleber-1913-12-11	1913-12-11	Haedens Kleber
hardy-rene-1911-10-31	1911-10-31	Hardy René
hemon-louis-1880-10-12	1880-10-12	Hemon Louis
hermant-abel-1862-02-03	1862-02-03	Hermant Abel
houssaye-arsene-1814-03-28	1814-03-28	Houssaye Arsène
huymans-georges-1848-02-05	1848-02-05	Huymans Georges
jaloux-edmond-1878-06-19	1878-06-19	Jaloux Edmond
jolinon-joseph-1885-12-09	1885-12-09	Jolinon Joseph
lacretelle-jacques-1888-07-14	1888-07-14	Lacretelle Jacques
ferauge-charles-1918-12-19	1918-12-19	Ferauge Charles
lanzmann-jacques-1927-05-04	1927-05-04	Lanzmann Jacques
las-vergnas-raymond-1902-12-09	1902-12-09	Las Vergnas Raymond
lavedan-henri-1859-04-09	1859-04-09	Lavedan Henri
mollet-francis-1920-05-30	1920-05-30	Mollet Francis
lebesque-morvan-1911-01-21	1911-01-21	Lebesque Morvan
le-clezio-jean-1940-04-13	1940-04-13	Le Clezio Jean
lefevre-frederic-1889-05-07	1889-05-07	Lefevre Frédéric
gauquelin-a6-491-1890-07-11	1890-07-11	Gauquelin-A6-491
le-rouge-gustave-1867-07-22	1867-07-22	Le Rouge Gustave
le-sidaner-louis-1898-11-04	1898-11-04	Le Sidaner Louis
levis-mirepoix-antoine-1884-08-01	1884-08-01	Levis-Mirepoix Antoine
l-hote-jean-1929-01-13	1929-01-13	L'Hote Jean
lorrain-jean-1855-08-09	1855-08-09	Lorrain Jean
lunel-armand-1892-06-09	1892-06-09	Lunel Armand
majault-joseph-1916-12-01	1916-12-01	Majault Joseph
malegue-joseph-1876-12-08	1876-12-08	Malegue Joseph
marbo-camille-1883-04-11	1883-04-11	Marbo Camille
martin-chauffier-louis-1894-08-24	1894-08-24	Martin-Chauffier Louis
massip-rene-1905-03-31	1905-03-31	Massip René
mauron-marie-1896-04-05	1896-04-05	Mauron Marie
megret-christian-1904-11-11	1904-11-11	Megret Christian
ferdiere-gaaton-1907-02-16	1907-02-16	Ferdiere Gaaton
mirbeau-octave-1848-02-16	1848-02-16	Mirbeau Octave
klotz-andre-1900-04-14	1900-04-14	Klotz André
monfreid-henri-1879-11-14	1879-11-14	Monfreid Henri
monzi-anatole-1876-11-22	1876-11-22	Monzi Anatole
mousset-paul-1907-04-03	1907-04-03	Mousset Paul
neveux-pol-1865-08-25	1865-08-25	Neveux Pol
borchmeyer-erich-1905-01-23	1905-01-23	Borchmeyer Erich
obey-andre-1892-05-08	1892-05-08	Obey André
paraz-albert-1899-12-10	1899-12-10	Paraz Albert
paulhan-jean-1884-12-02	1884-12-02	Paulhan Jean
peisson-edouard-1896-03-07	1896-03-07	Peisson Edouard
pergaud-louis-1882-01-22	1882-01-22	Pergaud Louis
pesquidoux-joseph-1869-12-13	1869-12-13	Pesquidoux Joseph
peyrefitte-roger-1907-08-17	1907-08-17	Peyrefitte Roger
pons-maurice-1925-09-14	1925-09-14	Pons Maurice
pourrat-henri-1887-05-07	1887-05-07	Pourrat Henri
prevost-jean-1901-06-13	1901-06-13	Prevost Jean
queffelec-henri-1910-01-29	1910-01-29	Queffelec Henri
radiguet-raymond-1903-06-18	1903-06-18	Radiguet Raymond
renard-jules-1864-02-22	1864-02-22	Renard Jules
riviere-jacques-1886-07-15	1886-07-15	Riviere Jacques
robles-emmanuel-1914-05-04	1914-05-04	Robles Emmanuel
roupnel-gaston-1871-09-23	1871-09-23	Roupnel Gaston
roux-francois-1897-03-09	1897-03-09	Roux François
bosquier-bernard-1942-06-19	1942-06-19	Bosquier Bernard
saint-exupery-antoine-1900-06-29	1900-06-29	Saint-Exupery Antoine
sandeau-jules-1811-02-19	1811-02-19	Sandeau Jules
schlumberger-jean-1877-05-26	1877-05-26	Schlumberger Jean
seignolle-claude-1917-06-25	1917-06-25	Seignolle Claude
silvestre-charles-1889-02-02	1889-02-02	Silvestre Charles
feres-maria-1920-06-07	1920-06-07	Feres Maria
sue-eugene-1804-01-26	1804-01-26	Sue Eugène
fermaud-jacques-1905-11-25	1905-11-25	Fermaud Jacques
ferney-jean-1927-11-01	1927-11-01	Ferney Jean
tharaud-jean-1877-05-09	1877-05-09	Tharaud Jean
tharaud-jerome-1874-05-18	1874-05-18	Tharaud Jerome
tillard-paul-1914-09-30	1914-09-30	Tillard Paul
florentin-jean-1903-05-04	1903-05-04	Florentin Jean
toesca-maurice-1904-05-25	1904-05-25	Toesca Maurice
t-serstevens-albert-1885-09-24	1885-09-24	T'Serstevens Albert
valles-jules-1832-06-11	1832-06-11	Valles Jules
gauquelin-a6-787-1907-05-04	1907-05-04	Gauquelin-A6-787
gordon-hutton-bremner-1917-11-12	1917-11-12	Gordon Hutton Bremner
brown-robert-1923-03-19	1923-03-19	Brown Robert
vian-boris-1920-03-10	1920-03-10	Vian Boris
walder-francis-1906-08-05	1906-08-05	Walder Francis
gauquelin-a6-809-1893-01-25	1893-01-25	Gauquelin-A6-809
aniante-antonio-1900-01-02	1900-01-02	Aniante Antonio
buchan-martin-1949-03-06	1949-03-06	Buchan Martin
barbaro-umberto-1902-01-03	1902-01-03	Barbaro Umberto
bigiaretti-libero-1905-05-16	1905-05-16	Bigiaretti Libero
buchanan-ken-1945-06-28	1945-06-28	Buchanan Ken
comisso-giovanni-1895-10-03	1895-10-03	Comisso Giovanni
correa-d-oliveira-emanuele-1887-05-12	1887-05-12	Correa d'Oliveira Emanuele
budzynski-robert-1940-05-21	1940-05-21	Budzynski Robert
faleschini-antonio-1897-11-11	1897-11-11	Faleschini Antonio
gabrielli-aldo-1898-04-21	1898-04-21	Gabrielli Aldo
giordana-carlo-1877-07-05	1877-07-05	Giordana Carlo
grossi-e-a-1898-07-13	1898-07-13	Grossi E.A.
burny-jean-pierre-1944-11-12	1944-11-12	Burny Jean-Pierre
meano-cesare-1899-12-22	1899-12-22	Meano Cesare
valery-paul-1871-10-30	1871-10-30	Valery Paul
nosari-adone-1875-09-03	1875-09-03	Nosari Adone
pastorino-carlo-1887-07-17	1887-07-17	Pastorino Carlo
aguirre-jean-michel-1951-11-02	1951-11-02	Aguirre Jean-Michel
rivalta-camillo-1876-05-04	1876-05-04	Rivalta Camillo
sacchetti-renzo-1872-12-19	1872-12-19	Sacchetti Renzo
albertosi-enrico-1939-11-02	1939-11-02	Albertosi Enrico
segre-dine-1893-05-09	1893-05-09	Segrè Dine
smith-tomaso-1886-06-15	1886-06-15	Smith Tomaso
antoinette-bernard-1914-03-11	1914-03-11	Antoinette Bernard
tofanelli-arturo-1908-05-10	1908-05-10	Tofanelli Arturo
traxler-augusto-1905-06-09	1905-06-09	Traxler Augusto
anzi-stefano-1949-05-21	1949-05-21	Anzi Stefano
avermaete-roger-1893-10-27	1893-10-27	Avermaete Roger
zamboni-armando-1896-09-29	1896-09-29	Zamboni Armando
arcari-bruno-1942-01-01	1942-01-01	Arcari Bruno
burniaux-constant-1892-08-01	1892-08-01	Burniaux Constant
cartuyvels-maurice-1874-07-14	1874-07-14	Cartuyvels Maurice
claes-ernest-1885-10-24	1885-10-24	Claes Ernest
astre-richard-1948-08-28	1948-08-28	Astre Richard
conscience-henry-1812-12-03	1812-12-03	Conscience Henry
conte-lode-1907-04-01	1907-04-01	Conte Lode
davignon-henri-1879-08-23	1879-08-23	Davignon Henri
desombiaux-maurice-1868-03-16	1868-03-16	Desombiaux Maurice
gauquelin-a6-1084-1881-08-31	1881-08-31	Gauquelin-A6-1084
eekhoud-georges-1854-05-27	1854-05-27	Eekhoud Georges
ferrand-pierre-1913-03-17	1913-03-17	Ferrand Pierre
gilles-maurice-1884-07-31	1884-07-31	Gilles Maurice
ferrandon-jean-1909-07-15	1909-07-15	Ferrandon Jean
jurdant-louis-1909-12-30	1909-12-30	Jurdant Louis
lacour-jose-1919-10-27	1919-10-27	Lacour José
hellens-franz-1881-09-08	1881-09-08	Hellens Franz
lebrun-firmin-1802-02-27	1802-02-27	Lebrun Firmin
mallet-joris-francoise-1930-07-06	1930-07-06	Mallet-Joris Francoise
marceaux-felicien-1913-09-16	1913-09-16	Marceaux Felicien
baeza-jean-1942-08-20	1942-08-20	Baeza Jean
ray-jean-1887-07-08	1887-07-08	Ray Jean
rolin-dominique-1913-05-22	1913-05-22	Rolin Dominique
schuyter-jan-1889-06-24	1889-06-24	Schuyter Jan
bahamontes-federico-1928-07-09	1928-07-09	Bahamontes Federico
stapleaux-leopold-1831-10-16	1831-10-16	Stapleaux Leopold
teirlinck-hermann-1879-02-24	1879-02-24	Teirlinck Hermann
timmermans-felix-1886-07-05	1886-07-05	Timmermans Félix
vermandere-rene-1857-02-25	1857-02-25	Vermandere René
berkhout-anna-1870-09-29	1870-09-29	Berkhout Anna
bonnema-thomas-1833-01-07	1833-01-07	Bonnema Thomas
calcar-schiotling-eliza-1822-11-19	1822-11-19	Calcar-Schiotling Eliza
have-amelie-1887-12-28	1887-12-28	Have Amelie
hulst-willem-1879-10-28	1879-10-28	Hulst Willem
huygens-cornelie-1848-06-13	1848-06-13	Huygens Cornelie
klaver-ch-1899-07-21	1899-07-21	Klaver Ch
kossmann-alfred-1922-01-31	1922-01-31	Kossmann Alfred
mens-jan-1897-09-18	1897-09-18	Mens Jan
veen-adrianus-1916-12-16	1916-12-16	Veen Adrianus
aicard-jean-1848-02-04	1848-02-04	Aicard Jean
alibert-louis-1881-07-06	1881-07-06	Alibert Louis
allorge-henri-1878-03-20	1878-03-20	Allorge Henri
altagor-vernier-1915-02-27	1915-02-27	Altagor (Vernier)
angellier-auguste-1848-07-01	1848-07-01	Angellier Auguste
aubanel-theodore-1829-03-26	1829-03-26	Aubanel Theodore
audiberti-jacques-1899-03-25	1899-03-25	Audiberti Jacques
bataille-georges-1897-09-10	1897-09-10	Bataille Georges
bataille-henry-1872-04-04	1872-04-04	Bataille Henry
bealu-marcel-1908-10-30	1908-10-30	Bealu Marcel
bellessort-andre-1866-03-19	1866-03-19	Bellessort André
bellivier-andre-1894-09-05	1894-09-05	Bellivier André
berat-frederic-1801-03-13	1801-03-13	Berat Frédéric
berimont-luc-1915-09-16	1915-09-16	Berimont Luc
berry-andre-1902-08-01	1902-08-01	Berry André
blanchard-maurice-1890-04-07	1890-04-07	Blanchard Maurice
bonetti-pascal-1884-05-05	1884-05-05	Bonetti Pascal
gauquelin-a6-118-1923-03-05	1923-03-05	Gauquelin-A6-118
borel-joseph-1809-06-29	1809-06-29	Borel Joseph
bornier-henri-1825-12-24	1825-12-24	Bornier Henri
bouhier-jean-1912-02-24	1912-02-24	Bouhier Jean
bourdeillette-jean-1901-10-24	1901-10-24	Bourdeillette Jean
brasillach-robert-1909-03-31	1909-03-31	Brasillach Robert
brauquier-louis-1900-08-14	1900-08-14	Brauquier Louis
brindeau-serge-1925-04-30	1925-04-30	Brindeau Serge
bruant-aristide-1851-05-06	1851-05-06	Bruant Aristide
butor-michel-1926-09-14	1926-09-14	Butor Michel
chabert-pierre-1914-11-04	1914-11-04	Chabert Pierre
chadourne-louis-1890-06-07	1890-06-07	Chadourne Louis
chaigne-louis-1899-12-08	1899-12-08	Chaigne Louis
charpier-jacques-1926-07-05	1926-07-05	Charpier Jacques
clancier-georges-1914-05-03	1914-05-03	Clancier Georges
cosson-yves-1919-04-21	1919-04-21	Cosson Yves
dadelsen-jean-paul-1913-08-20	1913-08-20	Dadelsen Jean-Paul
delteil-joseph-1894-04-20	1894-04-20	Delteil Joseph
dereme-tristan-1889-02-13	1889-02-13	Dereme Tristan
dornier-charles-1873-01-20	1873-01-20	Dornier Charles
gauquelin-a6-264-1901-07-22	1901-07-22	Gauquelin-A6-264
druelle-andre-1895-02-05	1895-02-05	Druelle André
dubaco-jean-1923-02-24	1923-02-24	Dubaco Jean
dumontet-bernard-1929-11-17	1929-11-17	Dumontet Bernard
emie-louis-1900-04-17	1900-04-17	Emie Louis
eluard-paul-1895-12-14	1895-12-14	Eluard Paul
gauquelin-a6-296-1879-07-17	1879-07-17	Gauquelin-A6-296
fallet-rene-1927-12-04	1927-12-04	Fallet René
feuillade-lucien-1913-04-10	1913-04-10	Feuillade Lucien
fombeure-maurice-1906-09-23	1906-09-23	Fombeure Maurice
fouchet-max-1913-05-01	1913-05-01	Fouchet Max
fournel-gilles-1931-11-03	1931-11-03	Fournel Gilles
frenaud-andre-1907-07-26	1907-07-26	Frenaud André
gamarra-pierre-1919-07-10	1919-07-10	Gamarra Pierre
gauquelin-a6-345-1899-06-03	1899-06-03	Gauquelin-A6-345
gasquet-joachim-1873-03-31	1873-03-31	Gasquet Joachim
geeraert-robert-1925-02-05	1925-02-05	Geeraert Robert
gheon-henri-1875-03-15	1875-03-15	Gheon Henri
ghil-rene-1862-09-27	1862-09-27	Ghil René
gracq-julien-1910-07-27	1910-07-27	Gracq Julien
gregh-fernand-1873-10-14	1873-10-14	Gregh Fernand
guillevic-eugene-1907-08-05	1907-08-05	Guillevic Eugène
henry-jacques-1886-02-22	1886-02-22	Henry-Jacques
jarry-alfred-1873-09-08	1873-09-08	Jarry Alfred
kahn-gustave-1859-12-22	1859-12-22	Kahn Gustave
labracherie-pierre-1896-07-24	1896-07-24	Labracherie Pierre
lanoux-armand-1913-10-24	1913-10-24	Lanoux Armand
laprade-victor-1812-01-13	1812-01-13	Laprade Victor
gauquelin-a6-464-1878-12-06	1878-12-06	Gauquelin-A6-464
laude-jean-1922-05-11	1922-05-11	Laude Jean
gauquelin-a6-476-1869-11-26	1869-11-26	Gauquelin-A6-476
lecomte-roger-1907-05-18	1907-05-18	Lecomte Roger
le-dantec-yves-1898-09-12	1898-09-12	Le Dantec Yves
le-quintrec-charles-1926-03-14	1926-03-14	Le Quintrec Charles
levet-henri-1874-01-13	1874-01-13	Levet Henri
louys-pierre-1870-12-10	1870-12-10	Louys Pierre
marissel-andre-1928-03-05	1928-03-05	Marissel André
martineau-henri-1882-04-25	1882-04-25	Martineau Henri
mathias-pierre-1907-10-21	1907-10-21	Mathias Pierre
menanteau-pierre-1895-11-22	1895-11-22	Menanteau Pierre
mery-joseph-1797-01-21	1797-01-21	Mery Joseph
millandy-georges-1870-08-01	1870-08-01	Millandy Georges
mothe-guy-1903-11-29	1903-11-29	Mothe Guy
moussarie-pierre-1910-06-21	1910-06-21	Moussarie Pierre
nadaud-charles-1820-02-20	1820-02-20	Nadaud Charles
nolhac-pierre-1859-12-15	1859-12-15	Nolhac Pierre
pagnol-marcel-1895-02-28	1895-02-28	Pagnol Marcel
peret-benjamin-1899-07-04	1899-07-04	Peret Benjamin
peyre-sully-1890-09-09	1890-09-09	Peyre Sully
pize-louis-1892-05-18	1892-05-18	Pize Louis
plessis-frederic-1851-02-03	1851-02-03	Plessis Frédéric
prevert-jacques-1900-02-04	1900-02-04	Prevert Jacques
prevost-ernest-1872-01-02	1872-01-02	Prevost Ernest
puel-gaston-1924-03-06	1924-03-06	Puel Gaston
pugnaud-paul-1912-07-02	1912-07-02	Pugnaud Paul
reda-jacques-1929-01-24	1929-01-24	Reda Jacques
reverdy-pierre-1889-09-13	1889-09-13	Reverdy Pierre
richaud-andre-1907-04-06	1907-04-06	Richaud André
riviere-roger-1930-03-21	1930-03-21	Riviere Roger
rolland-reneville-andre-1903-07-08	1903-07-08	Rolland-Reneville André
rostand-edmond-1868-04-01	1868-04-01	Rostand Edmond
roussel-raymond-1877-01-20	1877-01-20	Roussel Raymond
rovini-robert-1926-06-21	1926-06-21	Rovini Robert
royere-jean-1871-06-04	1871-06-04	Royere Jean
samain-albert-1858-04-03	1858-04-03	Samain Albert
schwab-raymond-1884-02-23	1884-02-23	Schwab Raymond
baumgartner-hans-1949-05-30	1949-05-30	Baumgartner Hans
schwob-marcel-1867-08-23	1867-08-23	Schwob Marcel
gauquelin-a6-743-1837-04-18	1837-04-18	Gauquelin-A6-743
soupault-philippe-1897-08-02	1897-08-02	Soupault Philippe
tailhade-laurent-1854-04-16	1854-04-16	Tailhade Laurent
tastu-amable-1795-08-30	1795-08-30	Tastu Amable
toulet-paul-1867-06-05	1867-06-05	Toulet Paul
vaudoyer-jean-1883-09-10	1883-09-10	Vaudoyer Jean
verane-leon-1886-12-21	1886-12-21	Verane Léon
vigny-alfred-1797-03-27	1797-03-27	Vigny Alfred
vilmorin-louise-1902-04-04	1902-04-04	Vilmorin Louise
wahl-jean-1888-05-25	1888-05-25	Wahl Jean
zimmermann-jean-1927-10-12	1927-10-12	Zimmermann Jean
marescotti-ercole-arturo-1866-05-16	1866-05-16	Marescotti Ercole Arturo
d-annunzio-gabriele-1863-03-12	1863-03-12	D'Annunzio Gabriele
pantini-romualdo-1877-02-21	1877-02-21	Pantini Romualdo
pezzani-renzo-1898-06-04	1898-06-04	Pezzani Renzo
umani-giorgio-1892-08-14	1892-08-14	Umani Giorgio
viola-cesare-giulio-1886-11-16	1886-11-16	Viola Cesare Giulio
zerbinati-umberto-1885-10-17	1885-10-17	Zerbinati Umberto
aygueparse-albert-1900-03-31	1900-03-31	Aygueparse Albert
bosret-nicolas-1799-03-05	1799-03-05	Bosret Nicolas
broodcorens-pierre-1885-01-19	1885-01-19	Broodcorens Pierre
crick-jef-1890-10-23	1890-10-23	Crick Jef
delamontagne-victor-1854-10-08	1854-10-08	Delamontagne Victor
folie-franz-1874-04-14	1874-04-14	Folie Franz
gaucet-joseph-1811-07-19	1811-07-19	Gaucet Joseph
goffin-robert-1898-05-21	1898-05-21	Goffin Robert
heux-gaston-1879-02-10	1879-02-10	Heux Gaston
gauquelin-a6-1130-1895-03-30	1895-03-30	Gauquelin-A6-1130
lerberghe-charles-1861-10-21	1861-10-21	Lerberghe Charles
melis-corn-1872-03-25	1872-03-25	Melis Corn
norge-geo-1898-06-02	1898-06-02	Norge Geo
perier-odilon-1901-03-09	1901-03-09	Perier Odilon
pirmez-octave-1832-04-19	1832-04-19	Pirmez Octave
prist-pierre-1882-10-31	1882-10-31	Prist Pierre
vandercammen-edmond-1901-01-08	1901-01-08	Vandercammen Edmond
velu-jean-1901-04-08	1901-04-08	Velu Jean
vuylsteke-julien-1836-11-10	1836-11-10	Vuylsteke Julien
dijkstra-tiede-1820-04-25	1820-04-25	Dijkstra Tiede
kuitert-berend-1817-10-31	1817-10-31	Kuitert Berend
adams-walter-1945-03-15	1945-03-15	Adams Walter
agostini-giacomo-1942-06-16	1942-06-16	Agostini Giacomo
busby-matthew-1909-05-26	1909-05-26	Busby Matthew
cachemire-jacques-1947-02-27	1947-02-27	Cachemire Jacques
cahuzac-pierre-1927-07-03	1927-07-03	Cahuzac Pierre
camerini-francis-1948-01-25	1948-01-25	Camerini Francis
capdouze-jean-1942-08-30	1942-08-30	Capdouze Jean
carnera-primo-1906-10-25	1906-10-25	Carnera Primo
carnus-georges-1942-08-13	1942-08-13	Carnus Georges
carite-jean-pierre-1945-11-12	1945-11-12	Carite Jean-Pierre
cester-elie-1942-07-27	1942-07-27	Cester Elie
charles-alfred-daniel-1934-05-09	1934-05-09	Charles-Alfred Daniel
casolari-georges-1941-05-05	1941-05-05	Casolari Georges
chauveau-yves-1945-04-12	1945-04-12	Chauveau Yves
chiesa-serge-1950-12-25	1950-12-25	Chiesa Serge
colo-zeno-1920-06-30	1920-06-30	Colo Zeno
consolini-adolfo-1917-01-05	1917-01-05	Consolini Adolfo
cormack-peter-1946-07-17	1946-07-17	Cormack Peter
couecou-didier-1944-07-25	1944-07-25	Couecou Didier
cruyff-johan-1947-04-25	1947-04-25	Cruyff Johan
cross-patrick-1943-10-12	1943-10-12	Cross Patrick
cros-jean-claude-1941-06-10	1941-06-10	Cros Jean-Claude
devaux-denis-1939-01-09	1939-01-09	Devaux Denis
devotti-louis-1926-03-10	1926-03-10	Devotti Louis
dierickx-andre-1947-10-27	1947-10-27	Dierickx André
dodds-jock-1915-09-07	1915-09-07	Dodds Jock
djorkaeff-jean-1939-10-27	1939-10-27	Djorkaeff Jean
dominguez-patrice-1950-01-12	1950-01-12	Dominguez Patrice
doye-andre-1924-09-15	1924-09-15	Doye André
drut-guy-1950-12-06	1950-12-06	Drut Guy
durante-adriano-1940-07-24	1940-07-24	Durante Adriano
durr-francoise-1942-12-25	1942-12-25	Durr Françoise
dupureur-samson-maryv-1937-05-24	1937-05-24	Dupureur-Samson Maryv
facchetti-giacinto-1942-07-18	1942-07-18	Facchetti Giacinto
famose-annie-1944-06-16	1944-06-16	Famose Annie
eon-daniel-1939-12-20	1939-12-20	Eon Daniel
forbes-duncan-1941-06-19	1941-06-19	Forbes Duncan
fornara-pasquale-1925-03-29	1925-03-29	Fornara Pasquale
floch-louis-1947-12-28	1947-12-28	Floch Louis
fulgenzy-max-1934-06-26	1934-06-26	Fulgenzy Max
gambillon-genevieve-1951-06-30	1951-06-30	Gambillon Geneviève
garin-maurice-1871-03-03	1871-03-03	Garin Maurice
garth-james-1922-05-01	1922-05-01	Garth James
gaul-charly-1932-12-08	1932-12-08	Gaul Charly
geesink-antonius-1934-04-06	1934-04-06	Geesink Antonius
gonzales-joseph-1941-08-06	1941-08-06	Gonzales Joseph
gondet-philippe-1942-05-17	1942-05-17	Gondet Philippe
goitschel-christiane-1944-06-09	1944-06-09	Goitschel Christiane
gray-eddie-1948-01-17	1948-01-17	Gray Eddie
grim-joe-1881-03-24	1881-03-24	Grim Joe
gress-gilbert-1941-09-17	1941-09-17	Gress Gilbert
guerra-pietro-1943-06-28	1943-06-28	Guerra Pietro
gugliermina-giuseppe-1872-10-28	1872-10-28	Gugliermina Giuseppe
guy-andre-1941-03-03	1941-03-03	Guy André
harper-joe-1948-01-11	1948-01-11	Harper Joe
hausser-gerard-1941-10-28	1941-10-28	Hausser Gérard
hassler-nicole-1941-01-06	1941-01-06	Hassler Nicole
holdorf-willi-1940-02-17	1940-02-17	Holdorf Willi
herbet-yves-1945-08-17	1945-08-17	Herbet Yves
herrero-andre-1938-11-28	1938-11-28	Herrero André
hutchison-tommy-1947-09-22	1947-09-22	Hutchison Tommy
huck-jean-noel-1948-12-20	1948-12-20	Huck Jean-Noël
huot-valentin-1929-05-01	1929-05-01	Huot Valentin
jacquet-aime-1941-11-27	1941-11-27	Jacquet Aimé
janssen-jan-1940-05-19	1940-05-19	Janssen Jan
iracabal-jean-1941-07-06	1941-07-06	Iracabal Jean
jimenez-julio-1934-10-28	1934-10-28	Jimenez Julio
karstens-gerben-1942-01-14	1942-01-14	Karstens Gerben
kauffman-marcel-1910-05-22	1910-05-22	Kauffman Marcel
koczur-ferenc-1930-09-02	1930-09-02	Koczur Ferenc
kuiper-hennie-1949-02-03	1949-02-03	Kuiper Hennie
krawczyk-richard-1947-05-24	1947-05-24	Krawczyk Richard
lammers-georg-1905-04-14	1905-04-14	Lammers Georg
lanfranchi-serge-1925-09-28	1925-09-28	Lanfranchi Serge
laforgue-britt-1948-11-05	1948-11-05	Laforgue Britt
lasserre-michel-1940-11-29	1940-11-29	Lasserre Michel
law-denis-1940-02-24	1940-02-24	Law Denis
lech-georges-1945-06-02	1945-06-02	Lech Georges
leman-eric-1946-07-17	1946-07-17	Leman Eric
lemerre-roger-1941-06-18	1941-06-18	Lemerre Roger
lecompte-jean-pierre-1941-06-26	1941-06-26	Lecompte Jean-Pierre
longo-renato-1937-08-09	1937-08-09	Longo Renato
lorimer-peter-1946-12-14	1946-12-14	Lorimer Peter
loubet-charly-1946-01-28	1946-01-28	Loubet Charly
macchi-francoise-1951-07-12	1951-07-12	Macchi Françoise
mackay-dave-1934-11-14	1934-11-14	Mackay Dave
lux-jean-pierre-1946-01-09	1946-01-09	Lux Jean-pierre
mc-cormick-john-1936-07-18	1936-07-18	Mc Cormick John
mc-govern-john-1949-10-28	1949-10-28	Mc Govern John
mc-gowan-walter-1942-10-13	1942-10-13	Mc Gowan Walter
manzaneque-fernando-1934-02-04	1934-02-04	Manzaneque Fernando
magnan-jean-claude-1941-06-04	1941-06-04	Magnan Jean-Claude
marsolan-serge-1945-04-22	1945-04-22	Marsolan Serge
maury-serge-1946-07-24	1946-07-24	Maury Serge
maso-joseph-1944-12-27	1944-12-27	Maso Joseph
mauduit-georges-1940-12-03	1940-12-03	Mauduit Georges
michel-henri-1947-10-28	1947-10-28	Michel Henri
menetrey-roger-1945-06-16	1945-06-16	Menetrey Roger
mezy-michel-1948-08-15	1948-08-15	Mezy Michel
mindonnet-roger-1924-12-24	1924-12-24	Mindonnet Roger
mitoraj-roland-1940-02-05	1940-02-05	Mitoraj Roland
molinier-michel-1947-05-28	1947-05-28	Molinier Michel
monsere-jean-pierre-1948-09-08	1948-09-08	Monsere Jean-Pierre
morale-salvator-1938-11-04	1938-11-04	Morale Salvator
morelon-daniel-1944-07-28	1944-07-28	Morelon Daniel
motta-gianni-1943-03-13	1943-03-13	Motta Gianni
munari-sandro-1940-03-27	1940-03-27	Munari Sandro
nallet-jean-claude-1947-03-15	1947-03-15	Nallet Jean-Claude
norpoth-harald-1942-08-22	1942-08-22	Norpoth Harald
ocana-luis-1945-06-09	1945-06-09	Ocana Luis
okker-tom-1944-02-22	1944-02-22	Okker Tom
ottolina-sergio-1942-11-23	1942-11-23	Ottolina Sergio
ovion-regis-1949-03-03	1949-03-03	Ovion Régis
pambianco-arnaldo-1935-08-16	1935-08-16	Pambianco Arnaldo
pellerin-daniel-1941-10-30	1941-10-30	Pellerin Daniel
perez-frances-jose-1936-12-27	1936-12-27	Perez-Frances José
peyroche-georges-1937-01-27	1937-01-27	Peyroche Georges
prati-pierino-1943-12-13	1943-12-13	Prati Pierino
proost-leo-1933-11-01	1933-11-01	Proost Leo
piumi-jean-claude-1940-05-27	1940-05-27	Piumi Jean-Claude
queen-gerry-1945-01-15	1945-01-15	Queen Gerry
rat-michem-1937-03-16	1937-03-16	Rat Michem
rebillard-daniel-1948-12-20	1948-12-20	Rebillard Daniel
richard-michel-1945-10-05	1945-10-05	Richard Michel
rey-henri-1932-06-27	1932-06-27	Rey Henri
revelli-herve-1946-05-05	1946-05-05	Revelli Hervé
robert-joel-1943-11-24	1943-11-24	Robert Joel
robin-claude-1941-05-10	1941-05-10	Robin Claude
robuschi-laurent-1935-11-05	1935-11-05	Robuschi Laurent
rosi-paolo-1928-01-30	1928-01-30	Rosi Paolo
rosiers-roger-1946-11-26	1946-11-26	Rosiers Roger
roque-rene-1941-10-15	1941-10-15	Roque René
ruiz-bernardo-1925-01-08	1925-01-08	Ruiz Bernardo
rupert-jean-joseph-1938-03-07	1938-03-07	Rupert Jean-Joseph
russel-patrick-1946-12-22	1946-12-22	Russel Patrick
sainte-rose-robert-1943-07-05	1943-07-05	Sainte-Rose Robert
scheuring-jacob-1912-10-29	1912-10-29	Scheuring Jacob
schiermeyer-rene-1938-09-27	1938-09-27	Schiermeyer René
schnellinger-karl-heinz-1939-03-31	1939-03-31	Schnellinger Karl-Heinz
shuiten-roy-1950-12-16	1950-12-16	Shuiten Roy
schutz-eddy-1941-05-15	1941-05-15	Schutz Eddy
senoner-carlo-1943-10-24	1943-10-24	Senoner Carlo
simon-jacques-1941-03-25	1941-03-25	Simon Jacques
silvestro-jean-louis-1939-09-24	1939-09-24	Silvestro Jean-Louis
smith-james-1911-09-24	1911-09-24	Smith James
spanghero-claude-1948-06-05	1948-06-05	Spanghero Claude
spanghero-walter-1943-12-21	1943-12-21	Spanghero Walter
stopyra-julien-1933-01-10	1933-01-10	Stopyra Julien
swerts-roger-1942-12-28	1942-12-28	Swerts Roger
tabarly-eric-1931-07-24	1931-07-24	Tabarly Eric
teirlinck-willy-1948-08-10	1948-08-10	Teirlinck Willy
theilliere-jean-claude-1944-05-23	1944-05-23	Theilliere Jean-Claude
terme-aime-1945-09-25	1945-09-25	Terme Aimé
trentin-pierre-1944-05-15	1944-05-15	Trentin Pierre
urtain-jose-manuel-1943-05-14	1943-05-14	Urtain José Manuel
ulma-amboise-1921-11-24	1921-11-24	Ulma Amboise
van-tygem-noel-1947-10-09	1947-10-09	Van Tygem Noel
vaquerin-armand-1951-02-21	1951-02-21	Vaquerin Armand
varangeot-brigitte-1940-05-01	1940-05-01	Varangeot Brigitte
vicentini-flaviano-1942-06-21	1942-06-21	Vicentini Flaviano
villain-jean-paul-1946-11-01	1946-11-01	Villain Jean-Paul
verove-yves-marie-1949-10-22	1949-10-22	Verove Yves-Marie
wagtmans-marinus-1946-12-26	1946-12-26	Wagtmans Marinus
wadoux-jean-1942-01-29	1942-01-29	Wadoux Jean
voron-maurice-1928-10-12	1928-10-12	Voron Maurice
wolfermann-klaus-1946-03-31	1946-03-31	Wolfermann Klaus
watteau-michel-1945-10-11	1945-10-11	Watteau Michel
windal-claude-1939-11-02	1939-11-02	Windal Claude
zilioli-italo-1941-09-24	1941-09-24	Zilioli Italo
zimmerer-wolfgang-1940-11-15	1940-11-15	Zimmerer Wolfgang
yachvili-michel-1946-09-25	1946-09-25	Yachvili Michel
desisti-giancarlo-1940-11-13	1940-11-13	Desisti Giancarlo
frinolli-roberto-1924-07-29	1924-07-29	Frinolli Roberto
zoetemelk-gerardus-1946-12-03	1946-12-03	Zoetemelk Gerardus
guittet-jack-1942-03-22	1942-03-22	Guittet Jack
jouve-roger-louis-1945-07-21	1945-07-21	Jouve Roger-Louis
musso-luigi-1947-12-26	1947-12-26	Musso Luigi
pelissard-nicole-1949-03-11	1949-03-11	Pelissard Nicole
tresor-marius-1948-07-21	1948-07-21	Tresor Marius
vergnes-jacques-1948-07-21	1948-07-21	Vergnes Jacques
aaron-harold-1921-06-21	1921-06-21	Aaron Harold
zoff-dino-1942-02-28	1942-02-28	Zoff Dino
abramowicz-daniel-1945-07-13	1945-07-13	Abramowicz Daniel
adams-robert-1926-07-23	1926-07-23	Adams Robert
akins-james-1926-10-15	1926-10-15	Akins James
alberty-robert-1921-06-21	1921-06-21	Alberty Robert
albright-jack-1921-01-10	1921-01-10	Albright Jack
aldredge-tom-1928-02-28	1928-02-28	Aldredge Tom
aldrin-edwin-1930-01-20	1930-01-20	Aldrin Edwin
alioto-joseph-1916-02-12	1916-02-12	Alioto Joseph
allen-james-1925-11-17	1925-11-17	Allen James
aller-lawrence-1913-09-24	1913-09-24	Aller Lawrence
alpert-herb-1935-03-31	1935-03-31	Alpert Herb
alvarez-luis-1911-06-13	1911-06-13	Alvarez Luis
alworth-lance-1940-08-03	1940-08-03	Alworth Lance
ameche-don-1908-05-31	1908-05-31	Ameche Don
anderson-jackson-1922-10-09	1922-10-09	Anderson Jackson
anderson-john-1922-02-15	1922-02-15	Anderson John
anderson-norman-1913-02-07	1913-02-07	Anderson Norman
anderson-richard-1921-06-26	1921-06-26	Anderson Richard
anderson-robert-1917-04-13	1917-04-13	Anderson Robert
anderson-roy-1920-12-15	1920-12-15	Anderson Roy
anderson-wendell-1933-02-01	1933-02-01	Anderson Wendell
andrews-burton-1916-07-14	1916-07-14	Andrews Burton
andrus-cecil-1931-08-25	1931-08-25	Andrus Cecil
annenberg-walter-1908-03-13	1908-03-13	Annenberg Walter
anspach-herbert-1926-09-03	1926-09-03	Anspach Herbert
anthony-joseph-1912-05-24	1912-05-24	Anthony Joseph
antoon-a-1944-12-07	1944-12-07	Antoon A
arfons-art-1926-02-03	1926-02-03	Arfons Art
ariyoshi-george-1926-03-12	1926-03-12	Ariyoshi George
archer-george-1939-10-01	1939-10-01	Archer George
arness-james-1923-05-26	1923-05-26	Arness James
arnold-james-1923-05-05	1923-05-05	Arnold James
ascani-fred-1917-05-29	1917-05-29	Ascani Fred
ash-roy-1918-10-20	1918-10-20	Ash Roy
ashen-michael-1943-07-15	1943-07-15	Ashen Michael
ashley-elisabeth-1939-08-30	1939-08-30	Ashley Elisabeth
atherton-william-1947-07-30	1947-07-30	Atherton William
attlesey-richard-1929-05-10	1929-05-10	Attlesey Richard
backe-john-1932-07-05	1932-07-05	Backe John
backus-george-1930-05-24	1930-05-24	Backus George
backus-jim-1913-02-25	1913-02-25	Backus Jim
baber-alice-1928-08-22	1928-08-22	Baber Alice
backus-richard-1945-03-28	1945-03-28	Backus Richard
bagley-worth-1924-07-29	1924-07-29	Bagley Worth
bailar-benjamin-1934-04-21	1934-04-21	Bailar Benjamin
bailey-mildred-1919-04-18	1919-04-18	Bailey Mildred
baird-joseph-1934-03-18	1934-03-18	Baird Joseph
baker-diane-1938-02-25	1938-02-25	Baker Diane
baker-howard-1925-11-15	1925-11-15	Baker Howard
bakken-james-1940-11-02	1940-11-02	Bakken James
baldessari-john-1931-06-17	1931-06-17	Baldessari John
ball-catie-1951-09-30	1951-09-30	Ball Catie
banks-ernie-1931-01-30	1931-01-30	Banks Ernie
barnes-harry-1926-06-05	1926-06-05	Barnes Harry
barrymore-john-1932-06-04	1932-06-04	Barrymore John
bartlett-dewey-1919-03-28	1919-03-28	Bartlett Dewey
basehart-richard-1914-08-31	1914-08-31	Basehart Richard
baugh-william-1930-07-07	1930-07-07	Baugh William
bean-alan-1932-03-15	1932-03-15	Bean Alan
bean-orson-1928-07-22	1928-07-22	Bean Orson
baughan-maxie-1938-08-03	1938-08-03	Baughan Maxie
beasley-bruce-1939-05-20	1939-05-20	Beasley Bruce
beatty-george-1917-10-26	1917-10-26	Beatty George
bechtle-robert-1932-05-14	1932-05-14	Bechtle Robert
beban-gary-1946-08-05	1946-08-05	Beban Gary
beckington-herbert-1920-10-03	1920-10-03	Beckington Herbert
beer-samuel-1911-07-28	1911-07-28	Beer Samuel
bell-clarence-1916-07-25	1916-07-25	Bell Clarence
bendetsen-karl-1907-10-11	1907-10-11	Bendetsen Karl
bennett-emmet-1918-07-12	1918-07-12	Bennett Emmet
bentsen-lloyd-1921-02-11	1921-02-11	Bentsen Lloyd
bergen-candice-1946-05-09	1946-05-09	Bergen Candice
berger-thomas-1924-07-20	1924-07-20	Berger Thomas
bergland-robert-1928-07-22	1928-07-22	Bergland Robert
bergquist-kenneth-1912-11-21	1912-11-21	Bergquist Kenneth
berrigan-daniel-1921-05-09	1921-05-09	Berrigan Daniel
berrigan-philip-1923-10-05	1923-10-05	Berrigan Philip
berry-wendell-1934-08-05	1934-08-05	Berry Wendell
berry-raymond-1933-02-27	1933-02-27	Berry Raymond
biffle-jerome-1928-03-20	1928-03-20	Biffle Jerome
binger-james-1916-05-16	1916-05-16	Binger James
bisplinghoff-raymond-1917-02-07	1917-02-07	Bisplinghoff Raymond
bixby-bill-1934-01-22	1934-01-22	Bixby Bill
black-karen-1939-07-01	1939-07-01	Black Karen
blake-robert-1933-09-18	1933-09-18	Blake Robert
blakefield-william-1917-12-28	1917-12-28	Blakefield William
blanton-leonard-1930-04-10	1930-04-10	Blanton Leonard
blaser-robin-1925-05-18	1925-05-18	Blaser Robin
blegen-judith-1941-04-27	1941-04-27	Blegen Judith
blish-james-1921-05-23	1921-05-23	Blish James
bliss-helena-1917-12-31	1917-12-31	Bliss Helena
blount-hedon-1929-01-15	1929-01-15	Blount Hedon
blume-judy-1938-02-12	1938-02-12	Blume Judy
bly-robert-1926-12-23	1926-12-23	Bly Robert
boer-charles-1939-06-25	1939-06-25	Boer Charles
bolt-jones-1921-06-16	1921-06-16	Bolt Jones
bombeck-erma-1927-02-21	1927-02-21	Bombeck Erma
bond-christopher-1939-03-06	1939-03-06	Bond Christopher
booher-edward-1911-06-22	1911-06-22	Booher Edward
boone-richard-1917-06-18	1917-06-18	Boone Richard
borman-frank-1928-03-14	1928-03-14	Borman Frank
bosco-philip-1930-09-26	1930-09-26	Bosco Philip
bosley-tom-1927-10-01	1927-10-01	Bosley Tom
bottoms-timothy-1951-08-30	1951-08-30	Bottoms Timothy
bourjaily-vance-1922-09-17	1922-09-17	Bourjaily Vance
bouton-jim-1939-03-08	1939-03-08	Bouton Jim
bova-joseph-1924-05-25	1924-05-25	Bova Joseph
bowen-william-1933-10-06	1933-10-06	Bowen William
bowman-lee-1914-12-28	1914-12-28	Bowman Lee
boyer-paul-1918-07-31	1918-07-31	Boyer Paul
boylan-george-1919-12-03	1919-12-03	Boylan George
bradbury-norris-1909-05-30	1909-05-30	Bradbury Norris
bradbury-ray-1920-08-22	1920-08-22	Bradbury Ray
bradley-thomas-1917-12-29	1917-12-29	Bradley Thomas
brand-vance-1931-05-09	1931-05-09	Brand Vance
brandi-john-1943-11-05	1943-11-05	Brandi John
bradley-bill-1943-07-28	1943-07-28	Bradley Bill
branscomb-lewis-1926-08-03	1926-08-03	Branscomb Lewis
brauer-jerald-1921-09-16	1921-09-16	Brauer Jerald
breedlove-james-1922-09-08	1922-09-08	Breedlove James
breedlove-craig-1937-03-23	1937-03-23	Breedlove Craig
bremser-ray-1934-02-22	1934-02-22	Bremser Ray
brenner-elisabeth-1935-11-16	1935-11-16	Brenner Elisabeth
breschi-karen-1941-10-29	1941-10-29	Breschi Karen
brett-devol-1923-08-01	1923-08-01	Brett Devol
brewer-leo-1919-06-13	1919-06-13	Brewer Leo
bridges-beau-1941-12-09	1941-12-09	Bridges Beau
bridges-jeff-1949-12-04	1949-12-04	Bridges Jeff
brookes-jacqueline-1930-07-24	1930-07-24	Brookes Jacqueline
brooks-gwendolyn-1917-06-17	1917-06-17	Brooks Gwendolyn
brooks-harvey-1915-08-05	1915-08-05	Brooks Harvey
brower-david-1912-07-01	1912-07-01	Brower David
brown-edmund-1938-04-07	1938-04-07	Brown Edmund
browning-john-1933-05-23	1933-05-23	Browning John
brueckner-keith-1924-03-19	1924-03-19	Brueckner Keith
brundage-howard-1923-11-09	1923-11-09	Brundage Howard
bryant-douglas-1913-06-20	1913-06-20	Bryant Douglas
buchen-philip-1916-02-27	1916-02-27	Buchen Philip
burcham-lester-1913-04-26	1913-04-26	Burcham Lester
budge-john-1915-06-13	1915-06-13	Budge John
burke-yvonne-1932-10-05	1932-10-05	Burke Yvonne
burrell-joseph-1919-09-07	1919-09-07	Burrell Joseph
bush-robert-1926-10-04	1926-10-04	Bush Robert
butkus-dick-1942-12-09	1942-12-09	Butkus Dick
buzzi-ruth-1936-07-24	1936-07-24	Buzzi Ruth
byrd-robert-1917-11-20	1917-11-20	Byrd Robert
byrne-brendan-1924-04-01	1924-04-01	Byrne Brendan
byrom-fletcher-1918-07-13	1918-07-13	Byrom Fletcher
cagle-malcolm-1918-09-26	1918-09-26	Cagle Malcolm
caldwell-philip-1920-01-27	1920-01-27	Caldwell Philip
calvert-james-1920-09-08	1920-09-08	Calvert James
camm-frank-1922-03-13	1922-03-13	Camm Frank
campbell-allan-1929-04-27	1929-04-27	Campbell Allan
cantlay-george-1920-08-02	1920-08-02	Cantlay George
cantwell-robert-1908-01-31	1908-01-31	Cantwell Robert
carey-philip-1925-07-15	1925-07-15	Carey Philip
carpenter-scott-1925-05-01	1925-05-01	Carpenter Scott
carr-gerald-1932-08-22	1932-08-22	Carr Gerald
carradine-david-1936-12-08	1936-12-08	Carradine David
carroll-julian-1931-04-16	1931-04-16	Carroll Julian
cary-william-1910-11-27	1910-11-27	Cary William
cash-rosalind-1938-12-31	1938-12-31	Cash Rosalind
cassady-howard-1934-03-02	1934-03-02	Cassady Howard
catton-jack-1920-02-05	1920-02-05	Catton Jack
caulfield-joan-1922-06-01	1922-06-01	Caulfield Joan
cauthen-steve-1960-05-01	1960-05-01	Cauthen Steve
cernan-eugene-1934-03-14	1934-03-14	Cernan Eugene
chamberlain-joseph-1928-08-24	1928-08-24	Chamberlain Joseph
chamberlain-owen-1920-07-10	1920-07-10	Chamberlain Owen
chamberlain-richard-1934-03-31	1934-03-31	Chamberlain Richard
chandler-otis-1927-11-23	1927-11-23	Chandler Otis
channing-carol-1921-01-31	1921-01-31	Channing Carol
chaplin-geraldine-1944-07-31	1944-07-31	Chaplin Geraldine
chaplin-sydney-1926-03-31	1926-03-31	Chaplin Sydney
chapman-kenneth-1923-07-30	1923-07-30	Chapman Kenneth
charbonnet-pierre-1919-12-22	1919-12-22	Charbonnet Pierre
charney-jule-1917-01-01	1917-01-01	Charney Jule
cheek-james-1932-12-04	1932-12-04	Cheek James
chiles-lawton-1930-04-03	1930-04-03	Chiles Lawton
cheney-dorothy-1916-09-01	1916-09-01	Cheney Dorothy
chorzempa-daniel-1944-12-07	1944-12-07	Chorzempa Daniel
christman-thomas-1922-03-06	1922-03-06	Christman Thomas
clanton-ralph-1914-09-11	1914-09-11	Clanton Ralph
clark-albert-1913-08-27	1913-08-27	Clark Albert
clark-eleanor-1913-07-06	1913-07-06	Clark Eleanor
clarke-john-1937-06-06	1937-06-06	Clarke John
clausen-alden-1923-02-17	1923-02-17	Clausen Alden
clifford-john-1947-06-12	1947-06-12	Clifford John
clooney-rosemary-1928-05-23	1928-05-23	Clooney Rosemary
close-chuck-1940-07-05	1940-07-05	Close Chuck
coats-wendell-1915-07-28	1915-07-28	Coats Wendell
coffin-robert-1917-06-15	1917-06-15	Coffin Robert
cohen-wilbur-1913-06-10	1913-06-10	Cohen Wilbur
colby-william-1920-01-04	1920-01-04	Colby William
collins-harold-1924-11-10	1924-11-10	Collins Harold
collins-judy-1939-05-01	1939-05-01	Collins Judy
comer-anjanette-1939-08-07	1939-08-07	Comer Anjanette
connally-john-1917-02-27	1917-02-27	Connally John
connell-evan-1924-08-17	1924-08-17	Connell Evan
connell-jane-1925-10-27	1925-10-27	Connell Jane
conner-bruce-1933-11-18	1933-11-18	Conner Bruce
connick-robert-1917-07-29	1917-07-29	Connick Robert
convy-bert-1934-07-23	1934-07-23	Convy Bert
coogan-jackie-1914-10-26	1914-10-26	Coogan Jackie
cooley-denton-1920-08-22	1920-08-22	Cooley Denton
coolidge-clark-1939-02-26	1939-02-26	Coolidge Clark
cooper-damon-1919-04-27	1919-04-27	Cooper Damon
cooper-jane-1924-10-09	1924-10-09	Cooper Jane
cooper-kenneth-1923-11-12	1923-11-12	Cooper Kenneth
coppola-francis-1939-04-07	1939-04-07	Coppola Francis
corbin-thomas-1917-01-14	1917-01-14	Corbin Thomas
cosell-howard-1920-03-25	1920-03-25	Cosell Howard
coulette-henri-1927-11-11	1927-11-11	Coulette Henri
cowen-ronald-1944-09-15	1944-09-15	Cowen Ronald
cox-allan-1926-12-17	1926-12-17	Cox Allan
crain-jeanne-1925-05-25	1925-05-25	Crain Jeanne
cranston-alan-1914-06-19	1914-06-19	Cranston Alan
crenna-richard-1927-11-30	1927-11-30	Crenna Richard
crippen-robert-1937-09-11	1937-09-11	Crippen Robert
cristol-stanley-1916-06-14	1916-06-14	Cristol Stanley
cross-richard-1920-06-04	1920-06-04	Cross Richard
crossfield-albert-1921-10-02	1921-10-02	Crossfield Albert
culp-robert-1930-08-16	1930-08-16	Culp Robert
cummings-constance-1910-05-15	1910-05-15	Cummings Constance
cunningham-sam-1950-08-15	1950-08-15	Cunningham Sam
curtis-keene-1923-02-15	1923-02-15	Curtis Keene
da-silva-howard-1909-05-04	1909-05-04	Da Silva Howard
dahl-arlene-1925-08-11	1925-08-11	Dahl Arlene
curtis-ann-1926-03-06	1926-03-06	Curtis Ann
dallessandro-joe-1948-12-31	1948-12-31	Dallessandro Joe
daly-james-1918-10-23	1918-10-23	Daly James
daniels-john-1921-10-28	1921-10-28	Daniels John
dandridge-bob-1947-11-15	1947-11-15	Dandridge Bob
danton-j-1908-07-05	1908-07-05	Danton J
dauben-william-1919-11-06	1919-11-06	Dauben William
davies-thomas-1914-11-03	1914-11-03	Davies Thomas
davies-richard-1930-10-29	1930-10-29	Davies Richard
davis-harold-1921-01-05	1921-01-05	Davis Harold
davis-jack-1930-09-11	1930-09-11	Davis Jack
davis-ronald-1937-06-29	1937-06-29	Davis Ronald
day-laraine-1920-10-13	1920-10-13	Day Laraine
de-andrea-john-1941-11-24	1941-11-24	De Andrea John
day-doris-1922-04-03	1922-04-03	Day Doris
de-busschere-david-1940-10-16	1940-10-16	De Busschere David
de-gaetani-jan-1933-07-10	1933-07-10	De Gaetani Jan
de-haven-gloria-1925-07-23	1925-07-23	De Haven Gloria
de-lavallade-carmen-1931-03-06	1931-03-06	De Lavallade Carmen
de-poix-vincent-1916-08-13	1916-08-13	De Poix Vincent
deane-john-1919-06-08	1919-06-08	Deane John
dee-frances-1907-11-26	1907-11-26	Dee Frances
dee-sandra-1942-04-23	1942-04-23	Dee Sandra
delford-brown-robert-1930-10-25	1930-10-25	Delford Brown Robert
dellums-ronald-1935-11-24	1935-11-24	Dellums Ronald
delorean-john-1925-01-06	1925-01-06	Delorean John
demont-richard-1956-04-21	1956-04-21	Demont Richard
dempster-kenneth-1917-09-25	1917-09-25	Dempster Kenneth
den-boer-james-1937-08-21	1937-08-21	Den Boer James
deutsch-david-1943-08-08	1943-08-08	Deutsch David
devitt-edward-1911-05-05	1911-05-05	Devitt Edward
dickey-william-1928-12-15	1928-12-15	Dickey William
didion-joan-1934-12-05	1934-12-05	Didion Joan
diebold-john-1926-06-08	1926-06-08	Diebold John
diller-phyllis-1917-07-17	1917-07-17	Diller Phyllis
dillman-bredford-1930-04-14	1930-04-14	Dillman Bredford
dillon-john-1919-12-11	1919-12-11	Dillon John
dine-james-1935-06-16	1935-06-16	Dine James
dixon-frank-1920-03-09	1920-03-09	Dixon Frank
dixon-thomas-1916-03-15	1916-03-15	Dixon Thomas
dizenzo-charles-1938-05-21	1938-05-21	Dizenzo Charles
doell-richard-1923-06-28	1923-06-28	Doell Richard
donahue-phil-1935-12-21	1935-12-21	Donahue Phil
donovan-hedley-1914-05-24	1914-05-24	Donovan Hedley
doob-joseph-1910-02-27	1910-02-27	Doob Joseph
douce-william-1919-12-09	1919-12-09	Douce William
douglass-stephen-1921-09-27	1921-09-27	Douglass Stephen
downs-hugh-1921-02-14	1921-02-14	Downs Hugh
dreisezun-abraham-1920-10-02	1920-10-02	Dreisezun Abraham
drell-sidney-1926-09-13	1926-09-13	Drell Sidney
du-pont-pierre-1935-01-22	1935-01-22	Du Pont Pierre
duerk-alene-1920-03-29	1920-03-29	Duerk Alene
duke-charles-1935-10-03	1935-10-03	Duke Charles
dullea-keir-1936-05-30	1936-05-30	Dullea Keir
duncan-charles-1911-12-07	1911-12-07	Duncan Charles
duncan-charles-1926-09-09	1926-09-09	Duncan Charles
duncan-sandy-1946-02-20	1946-02-20	Duncan Sandy
dunlap-robert-1920-10-19	1920-10-19	Dunlap Robert
dunlop-john-1914-07-05	1914-07-05	Dunlop John
dunn-john-1925-07-22	1925-07-22	Dunn John
dupont-rene-1919-11-21	1919-11-21	Dupont Rene
duquemin-gordon-1924-01-03	1924-01-03	Duquemin Gordon
dussault-nancy-1936-06-30	1936-06-30	Dussault Nancy
duvall-robert-1929-09-30	1929-09-30	Duvall Robert
dwyer-ross-1919-07-20	1919-07-20	Dwyer Ross
eagleburger-lawrence-1930-08-01	1930-08-01	Eagleburger Lawrence
eagleton-thomas-1929-09-04	1929-09-04	Eagleton Thomas
eastwood-clinton-1930-05-31	1930-05-31	Eastwood Clinton
eaton-charles-1916-06-25	1916-06-25	Eaton Charles
economou-george-1934-09-24	1934-09-24	Economou George
eddy-don-1944-11-04	1944-11-04	Eddy Don
edmundson-james-1915-06-18	1915-06-18	Edmundson James
egan-richard-1921-07-29	1921-07-29	Egan Richard
ehrlich-s-1932-05-04	1932-05-04	Ehrlich S
ehrlichman-john-1925-03-20	1925-03-20	Ehrlichman John
eisele-donn-1930-06-23	1930-06-23	Eisele Donn
eisenhower-john-1922-08-03	1922-08-03	Eisenhower John
elder-lee-1934-07-14	1934-07-14	Elder Lee
elliott-frank-1924-12-02	1924-12-02	Elliott Frank
ellis-richard-1919-07-19	1919-07-19	Ellis Richard
ely-ron-1938-06-21	1938-06-21	Ely Ron
embry-wayne-1937-03-26	1937-03-26	Embry Wayne
engle-joe-1932-08-26	1932-08-26	Engle Joe
engman-lewis-1936-01-06	1936-01-06	Engman Lewis
epperson-harold-1923-07-14	1923-07-14	Epperson Harold
esch-arthur-1917-01-31	1917-01-31	Esch Arthur
estes-william-1919-06-17	1919-06-17	Estes William
etherington-edwin-1924-12-25	1924-12-25	Etherington Edwin
evans-andrew-1918-11-11	1918-11-11	Evans Andrew
evans-daniel-1925-10-16	1925-10-16	Evans Daniel
evans-harold-1921-02-19	1921-02-19	Evans Harold
evans-ronald-1933-11-10	1933-11-10	Evans Ronald
everhart-rex-1920-06-13	1920-06-13	Everhart Rex
everson-william-1912-09-10	1912-09-10	Everson William
exley-charles-1929-12-14	1929-12-14	Exley Charles
eyen-tom-1940-08-14	1940-08-14	Eyen Tom
fabares-shelley-1944-01-19	1944-01-19	Fabares Shelley
fabray-nanette-1920-10-27	1920-10-27	Fabray Nanette
fairchild-john-1927-03-06	1927-03-06	Fairchild John
farner-donald-1915-05-02	1915-05-02	Farner Donald
farrell-suzanne-1945-08-16	1945-08-16	Farrell Suzanne
farrow-mia-1945-02-09	1945-02-09	Farrow Mia
faver-dudley-1916-08-17	1916-08-17	Faver Dudley
fegan-joseph-1920-12-21	1920-12-21	Fegan Joseph
feinstein-dianne-1933-06-22	1933-06-22	Feinstein Dianne
felker-clay-1925-10-02	1925-10-02	Felker Clay
fernie-john-1945-10-22	1945-10-22	Fernie John
fery-john-1930-02-16	1930-02-16	Fery John
fidrych-mark-1954-08-14	1954-08-14	Fidrych Mark
field-sally-1946-11-06	1946-11-06	Field Sally
fine-jud-1944-11-20	1944-11-20	Fine Jud
fish-howard-1923-08-01	1923-08-01	Fish Howard
fisher-joel-1947-06-06	1947-06-06	Fisher Joel
flamson-richard-1929-02-02	1929-02-02	Flamson Richard
flavin-joseph-1928-10-16	1928-10-16	Flavin Joseph
fleisher-leon-1928-07-23	1928-07-23	Fleisher Leon
fleming-lawrence-1922-12-12	1922-12-12	Fleming Lawrence
fleming-richard-1917-11-02	1917-11-02	Fleming Richard
fletcher-allan-1922-07-19	1922-07-19	Fletcher Allan
fodor-eugene-1950-03-05	1950-03-05	Fodor Eugene
flood-curtis-1938-01-18	1938-01-18	Flood Curtis
ford-henry-1917-09-04	1917-09-04	Ford Henry
ford-wendell-1924-09-08	1924-09-08	Ford Wendell
forrester-eugene-1926-04-17	1926-04-17	Forrester Eugene
foreman-george-1949-01-10	1949-01-10	Foreman George
foster-william-1915-02-17	1915-02-17	Foster William
foxx-redd-1922-12-09	1922-12-09	Foxx Redd
francis-sam-1923-06-25	1923-06-25	Francis Sam
foyt-anthony-1935-01-16	1935-01-16	Foyt Anthony
freeman-orville-1918-05-09	1918-05-09	Freeman Orville
fried-howard-1946-06-14	1946-06-14	Fried Howard
fratienne-linda-1960-08-02	1960-08-02	Fratienne Linda
friedan-betty-1921-02-04	1921-02-04	Friedan Betty
fris-edward-1921-09-01	1921-09-01	Fris Edward
froehlke-robert-1922-10-15	1922-10-15	Froehlke Robert
fuchs-jim-1927-12-06	1927-12-06	Fuchs Jim
fulton-william-1919-10-31	1919-10-31	Fulton William
fullmer-donald-1939-02-21	1939-02-21	Fullmer Donald
galambos-robert-1914-04-20	1914-04-20	Galambos Robert
gallo-frank-1933-01-13	1933-01-13	Gallo Frank
galloway-james-1919-08-10	1919-08-10	Galloway James
galvin-robert-1922-10-09	1922-10-09	Galvin Robert
gardner-ava-1922-12-24	1922-12-24	Gardner Ava
gardner-john-1912-10-08	1912-10-08	Gardner John
garner-peggy-1932-02-03	1932-02-03	Garner Peggy
garrels-robert-1916-08-24	1916-08-24	Garrels Robert
garrett-francis-1919-04-07	1919-04-07	Garrett Francis
garrett-george-1929-06-11	1929-06-11	Garrett George
garwin-richard-1928-04-19	1928-04-19	Garwin Richard
geis-lawrence-1916-07-14	1916-07-14	Geis Lawrence
gerstacker-carl-1916-08-06	1916-08-06	Gerstacker Carl
gersten-bernard-1923-01-30	1923-01-30	Gersten Bernard
gilhooly-david-1943-04-15	1943-04-15	Gilhooly David
gifford-frank-1930-08-16	1930-08-16	Gifford Frank
gillen-stanley-1911-08-10	1911-08-10	Gillen Stanley
gilligan-john-1921-03-22	1921-03-22	Gilligan John
gilruth-robert-1913-10-08	1913-10-08	Gilruth Robert
gillingham-gale-1944-02-03	1944-02-03	Gillingham Gale
giraudo-john-1923-10-02	1923-10-02	Giraudo John
glaser-donald-1926-09-21	1926-09-21	Glaser Donald
gleason-andrew-1921-11-04	1921-11-04	Gleason Andrew
glenn-john-1921-07-18	1921-07-18	Glenn John
goddard-james-1923-04-24	1923-04-24	Goddard James
godding-george-1920-07-12	1920-07-12	Godding George
goings-ralph-1928-05-09	1928-05-09	Goings Ralph
gold-herbert-1924-03-09	1924-03-09	Gold Herbert
goldberger-marvin-1922-10-22	1922-10-22	Goldberger Marvin
good-robert-1922-05-21	1922-05-21	Good Robert
goodman-julian-1922-05-01	1922-05-01	Goodman Julian
goodson-mark-1915-01-24	1915-01-24	Goodson Mark
gordon-richard-1929-10-05	1929-10-05	Gordon Richard
goulian-mehran-1929-12-31	1929-12-31	Goulian Mehran
graham-dan-1942-03-31	1942-03-31	Graham Dan
graham-gordon-1918-02-16	1918-02-16	Graham Gordon
graham-otto-1921-12-06	1921-12-06	Graham Otto
graham-william-1918-11-07	1918-11-07	Graham William
gramm-donald-1927-02-26	1927-02-26	Gramm Donald
granger-farley-1925-07-01	1925-07-01	Granger Farley
grant-verne-1917-10-17	1917-10-17	Grant Verne
graves-peter-1926-03-18	1926-03-18	Graves Peter
gray-harry-1935-11-14	1935-11-14	Gray Harry
grayson-kathryn-1922-02-09	1922-02-09	Grayson Kathryn
greenfield-james-1924-07-16	1924-07-16	Greenfield James
gregory-cynthia-1946-07-08	1946-07-08	Gregory Cynthia
grey-joel-1932-04-11	1932-04-11	Grey Joel
gribble-william-1917-05-24	1917-05-24	Gribble William
grier-rosey-1932-07-14	1932-07-14	Grier Rosey
griffin-archie-1954-08-21	1954-08-21	Griffin Archie
griffith-thomas-1915-12-30	1915-12-30	Griffith Thomas
grimes-gary-1955-06-02	1955-06-02	Grimes Gary
grizzard-george-1928-04-01	1928-04-01	Grizzard George
gronouski-john-1919-10-26	1919-10-26	Gronouski John
guillen-ambrosio-1929-12-07	1929-12-07	Guillen Ambrosio
guinn-dick-1918-03-27	1918-03-27	Guinn Dick
gullans-charles-1929-05-05	1929-05-05	Gullans Charles
gunn-moses-1929-10-02	1929-10-02	Gunn Moses
guthrie-john-1921-12-20	1921-12-20	Guthrie John
haack-robert-1917-02-15	1917-02-15	Haack Robert
haddon-william-1926-05-24	1926-05-24	Haddon William
gutowski-robert-1935-04-25	1935-04-25	Gutowski Robert
haldeman-harry-1926-10-27	1926-10-27	Haldeman Harry
haley-john-1929-07-24	1929-07-24	Haley John
hall-charles-1924-10-05	1924-10-05	Hall Charles
hall-floyd-1916-04-04	1916-04-04	Hall Floyd
hall-james-1918-07-21	1918-07-21	Hall James
hall-susan-1943-03-19	1943-03-19	Hall Susan
hamilton-colin-1924-03-06	1924-03-06	Hamilton Colin
hamlet-james-1921-12-13	1921-12-13	Hamlet James
hamill-dorothy-1956-07-26	1956-07-26	Hamill Dorothy
hampson-robert-1917-05-28	1917-05-28	Hampson Robert
hamrol-lloyd-1937-09-25	1937-09-25	Hamrol Lloyd
hand-lloyd-1929-01-31	1929-01-31	Hand Lloyd
hanley-william-1931-10-22	1931-10-22	Hanley William
hansberger-r-1920-06-01	1920-06-01	Hansberger R
hanson-duane-1925-01-17	1925-01-17	Hanson Duane
hardin-ernest-1916-12-25	1916-12-25	Hardin Ernest
hard-darlene-1936-01-06	1936-01-06	Hard Darlene
harker-david-1906-10-19	1906-10-19	Harker David
harris-chauncy-1914-01-31	1914-01-31	Harris Chauncy
harrelson-ken-1941-09-04	1941-09-04	Harrelson Ken
harris-patricia-1924-05-31	1924-05-31	Harris Patricia
harrison-jim-1937-12-11	1937-12-11	Harrison Jim
hartnack-carl-1916-04-09	1916-04-09	Hartnack Carl
hartzog-george-1920-03-17	1920-03-17	Hartzog George
hasler-arthur-1908-01-05	1908-01-05	Hasler Arthur
hauge-gabriel-1914-03-07	1914-03-07	Hauge Gabriel
hauge-louis-1924-12-12	1924-12-12	Hauge Louis
hawkins-william-1914-04-19	1914-04-19	Hawkins William
hayward-thomas-1924-05-03	1924-05-03	Hayward Thomas
hearnes-warren-1923-07-24	1923-07-24	Hearnes Warren
heffner-grover-1919-03-25	1919-03-25	Heffner Grover
hayes-elvin-1945-11-11	1945-11-11	Hayes Elvin
hefner-hugh-1926-04-09	1926-04-09	Hefner Hugh
heiser-rolland-1925-04-25	1925-04-25	Heiser Rolland
held-franklin-1927-10-25	1927-10-25	Held Franklin
helms-jesse-1921-10-18	1921-10-18	Helms Jesse
heltzer-harry-1911-08-22	1911-08-22	Heltzer Harry
henderson-horace-1917-07-30	1917-07-30	Henderson Horace
heppel-leon-1912-10-20	1912-10-20	Heppel Leon
herschbach-dudley-1932-06-18	1932-06-18	Herschbach Dudley
hertz-roy-1909-06-19	1909-06-19	Hertz Roy
hewitt-geof-1943-09-01	1943-09-01	Hewitt Geof
hewitt-william-1914-08-09	1914-08-09	Hewitt William
hickman-derryl-1931-07-28	1931-07-28	Hickman Derryl
hickman-dwayne-1934-05-18	1934-05-18	Hickman Dwayne
higgins-hugh-1919-02-16	1919-02-16	Higgins Hugh
hiken-gerald-1927-05-23	1927-05-23	Hiken Gerald
hildreth-james-1920-07-19	1920-07-19	Hildreth James
hill-clarence-1920-10-18	1920-10-18	Hill Clarence
hill-james-1923-10-22	1923-10-22	Hill James
lucius-gordon-hill-1922-09-15	1922-09-15	Lucius Gordon Hill
hillenbrand-martin-1915-08-01	1915-08-01	Hillenbrand Martin
hiller-stanley-1924-11-15	1924-11-15	Hiller Stanley
hills-carla-1934-01-03	1934-01-03	Hills Carla
hills-roderick-1931-03-09	1931-03-09	Hills Roderick
hoban-richard-1922-03-29	1922-03-29	Hoban Richard
hodgson-james-1915-12-03	1915-12-03	Hodgson James
hodson-kenneth-1913-04-27	1913-04-27	Hodson Kenneth
hoffman-carl-1919-12-24	1919-12-24	Hoffman Carl
hoffman-dustin-1937-08-08	1937-08-08	Hoffman Dustin
hoffman-michael-1915-06-13	1915-06-13	Hoffman Michael
holbrook-hal-1925-02-17	1925-02-17	Holbrook Hal
holley-robert-1922-01-28	1922-01-28	Holley Robert
hollings-ernest-1922-01-01	1922-01-01	Hollings Ernest
hollingsworth-james-1918-03-24	1918-03-24	Hollingsworth James
hollingwort-keith-1937-04-21	1937-04-21	Hollingwort Keith
holloway-james-1922-09-23	1922-09-23	Holloway James
holmquist-carl-1919-11-18	1919-11-18	Holmquist Carl
holshouser-james-1934-10-08	1934-10-08	Holshouser James
hoopman-harold-1920-07-22	1920-07-22	Hoopman Harold
hoover-herbert-1918-04-23	1918-04-23	Hoover Herbert
hopper-dennis-1936-05-17	1936-05-17	Hopper Dennis
horner-richard-1917-10-24	1917-10-24	Horner Richard
hornig-donald-1920-03-17	1920-03-17	Hornig Donald
houser-jerry-1952-07-14	1952-07-14	Houser Jerry
howard-kenneth-1944-03-28	1944-03-28	Howard Kenneth
howell-francis-1925-11-27	1925-11-27	Howell Francis
howard-frank-1936-08-08	1936-08-08	Howard Frank
howell-john-1925-02-07	1925-02-07	Howell John
huddleston-walter-1926-04-15	1926-04-15	Huddleston Walter
hudson-eugene-1921-10-06	1921-10-06	Hudson Eugene
huebner-robert-1914-02-23	1914-02-23	Huebner Robert
hufstedler-shirley-1925-08-24	1925-08-24	Hufstedler Shirley
hugo-richard-1923-12-21	1923-12-21	Hugo Richard
hugues-emmet-1920-12-26	1920-12-26	Hugues Emmet
hunt-james-1937-05-16	1937-05-16	Hunt James
husmann-ron-1937-06-30	1937-06-30	Husmann Ron
hutchison-clyde-1913-05-05	1913-05-05	Hutchison Clyde
hutton-lauren-1943-11-17	1943-11-17	Hutton Lauren
ignatius-paul-1920-11-11	1920-11-11	Ignatius Paul
inge-william-1913-05-03	1913-05-03	Inge William
inouye-daniel-1924-09-07	1924-09-07	Inouye Daniel
ireland-clarc-1920-06-08	1920-06-08	Ireland Clarc
irving-john-1942-03-02	1942-03-02	Irving John
irwin-robert-1928-09-12	1928-09-12	Irwin Robert
jackson-henry-1912-05-31	1912-05-31	Jackson Henry
jackson-maynard-1938-03-23	1938-03-23	Jackson Maynard
jackson-shirley-1916-12-14	1916-12-14	Jackson Shirley
jacobson-alfred-1919-11-12	1919-11-12	Jacobson Alfred
james-daniel-1920-02-11	1920-02-11	James Daniel
janov-arthur-1924-08-21	1924-08-21	Janov Arthur
jarman-claude-1934-09-27	1934-09-27	Jarman Claude
jarman-franklin-1931-11-10	1931-11-10	Jarman Franklin
jeffreys-anne-1923-01-26	1923-01-26	Jeffreys Anne
jenkins-paul-1923-07-12	1923-07-12	Jenkins Paul
jens-salome-1935-05-08	1935-05-08	Jens Salome
jensen-arthur-1923-08-24	1923-08-24	Jensen Arthur
johansen-eivind-1927-03-07	1927-03-07	Johansen Eivind
johansen-julian-1923-03-17	1923-03-17	Johansen Julian
johnson-cornelius-1913-08-21	1913-08-21	Johnson Cornelius
johnson-gerald-1919-07-10	1919-07-10	Johnson Gerald
johnson-harold-1921-04-17	1921-04-17	Johnson Harold
johnson-ronald-1935-11-25	1935-11-25	Johnson Ronald
johnson-don-1940-05-19	1940-05-19	Johnson Don
jones-everett-1934-10-07	1934-10-07	Jones Everett
jones-jack-1938-01-14	1938-01-14	Jones Jack
jones-thomas-1920-07-21	1920-07-21	Jones Thomas
jones-deacon-1938-12-09	1938-12-09	Jones Deacon
jordan-william-1944-09-21	1944-09-21	Jordan William
jovanovich-william-1920-02-06	1920-02-06	Jovanovich William
judelson-david-1928-11-22	1928-11-22	Judelson David
judge-thomas-1934-10-12	1934-10-12	Judge Thomas
kael-pauline-1919-06-19	1919-06-19	Kael Pauline
kahn-madeline-1942-09-29	1942-09-29	Kahn Madeline
kaltenbach-stephen-1940-05-05	1940-05-05	Kaltenbach Stephen
justice-charles-1924-05-18	1924-05-18	Justice Charles
kaprow-allan-1927-08-23	1927-08-23	Kaprow Allan
kastenmeier-robert-1924-01-24	1924-01-24	Kastenmeier Robert
kauffman-craig-1932-03-31	1932-03-31	Kauffman Craig
kauffman-draper-1911-08-04	1911-08-04	Kauffman Draper
keach-stacy-1941-06-02	1941-06-02	Keach Stacy
keating-stephen-1918-05-06	1918-05-06	Keating Stephen
keaton-diane-1946-01-05	1946-01-05	Keaton Diane
keith-brian-1921-11-14	1921-11-14	Keith Brian
keller-robert-1920-02-09	1920-02-09	Keller Robert
kellerman-sally-1937-06-02	1937-06-02	Kellerman Sally
kelly-john-1928-07-08	1928-07-08	Kelly John
kemp-jack-1935-07-13	1935-07-13	Kemp Jack
kendall-donald-1921-03-16	1921-03-16	Kendall Donald
kennedy-eugene-1919-09-04	1919-09-04	Kennedy Eugene
kennedy-xj-1929-08-21	1929-08-21	Kennedy Xj
kerkorian-kirk-1917-06-06	1917-06-06	Kerkorian Kirk
kert-larry-1930-12-05	1930-12-05	Kert Larry
kerwin-joseph-1932-02-19	1932-02-19	Kerwin Joseph
kesey-ken-1935-09-17	1935-09-17	Kesey Ken
kidd-isaac-1919-08-14	1919-08-14	Kidd Isaac
kidd-john-1919-04-15	1919-04-15	Kidd John
kiefer-adolph-1918-06-27	1918-06-27	Kiefer Adolph
king-billie-1943-11-22	1943-11-22	King Billie
king-jerome-1919-07-14	1919-07-14	King Jerome
kirk-claude-1926-01-07	1926-01-07	Kirk Claude
kirkendall-james-1920-02-19	1920-02-19	Kirkendall James
king-robert-1906-06-20	1906-06-20	King Robert
kirkland-joseph-1922-03-12	1922-03-12	Kirkland Joseph
kitt-eartha-1928-01-26	1928-01-26	Kitt Eartha
knebel-fletcher-1911-10-01	1911-10-01	Knebel Fletcher
kneip-richard-1933-01-07	1933-01-07	Kneip Richard
knoepfle-john-1923-02-04	1923-02-04	Knoepfle John
knopoff-leon-1925-07-01	1925-07-01	Knopoff Leon
knott-bill-1940-02-17	1940-02-17	Knott Bill
knowles-john-1926-05-23	1926-05-23	Knowles John
knudsen-conrad-1923-10-03	1923-10-03	Knudsen Conrad
koch-john-1909-08-18	1909-08-18	Koch John
kohner-susan-1936-11-11	1936-11-11	Kohner Susan
kono-tom-1930-07-27	1930-07-27	Kono Tom
koontz-elizabeth-1919-06-03	1919-06-03	Koontz Elizabeth
kozloff-joyce-1942-12-14	1942-12-14	Kozloff Joyce
kraft-robert-1927-06-16	1927-06-16	Kraft Robert
kristofferson-kris-1936-06-22	1936-06-22	Kristofferson Kris
kroesen-frederick-1923-02-11	1923-02-11	Kroesen Frederick
krol-john-1910-10-26	1910-10-26	Krol John
kucinich-dennis-1946-10-08	1946-10-08	Kucinich Dennis
la-belle-james-1925-11-22	1925-11-22	La Belle James
laing-robert-1918-11-01	1918-11-01	Laing Robert
lamantia-philip-1927-10-23	1927-10-23	Lamantia Philip
lamb-willis-1913-07-12	1913-07-12	Lamb Willis
lambert-jack-1952-07-08	1952-07-08	Lambert Jack
lamm-richard-1935-08-08	1935-08-08	Lamm Richard
langland-joseph-1917-02-16	1917-02-16	Langland Joseph
larkin-arthur-1917-03-07	1917-03-07	Larkin Arthur
larkin-frederick-1913-12-28	1913-12-28	Larkin Frederick
law-john-1937-09-07	1937-09-07	Law John
lawrence-carol-1932-09-05	1932-09-05	Lawrence Carol
lazarus-ralph-1914-01-30	1914-01-30	Lazarus Ralph
layne-bobby-1926-12-19	1926-12-19	Layne Bobby
le-blond-richard-1920-11-16	1920-11-16	Le Blond Richard
leber-walter-1918-09-12	1918-09-12	Leber Walter
lederberg-joshua-1925-05-23	1925-05-23	Lederberg Joshua
lebeau-c-1937-09-09	1937-09-09	Lebeau C
lee-michele-1942-06-24	1942-06-24	Lee Michele
lee-robert-1918-10-15	1918-10-15	Lee Robert
leek-frederick-1914-10-12	1914-10-12	Leek Frederick
leigh-janet-1927-07-06	1927-07-06	Leigh Janet
leighton-robert-1919-09-10	1919-09-10	Leighton Robert
lekson-john-1917-04-14	1917-04-14	Lekson John
lenz-rick-1939-11-21	1939-11-21	Lenz Rick
lema-anthony-1934-02-25	1934-02-25	Lema Anthony
levan-cj-1923-02-13	1923-02-13	Levan Cj
levine-james-1943-06-23	1943-06-23	Levine James
lewis-david-1917-07-06	1917-07-06	Lewis David
lewis-henry-1932-10-16	1932-10-16	Lewis Henry
lewis-homer-1919-02-01	1919-02-01	Lewis Homer
lewis-jerry-1926-03-16	1926-03-16	Lewis Jerry
lewis-leo-1921-04-24	1921-04-24	Lewis Leo
lewis-roger-1912-01-11	1912-01-11	Lewis Roger
lightner-lawrence-1918-10-13	1918-10-13	Lightner Lawrence
lillehei-clarence-1918-10-23	1918-10-23	Lillehei Clarence
lillehei-richard-1927-12-10	1927-12-10	Lillehei Richard
lind-don-1930-05-18	1930-05-18	Lind Don
lippold-richard-1915-05-03	1915-05-03	Lippold Richard
lindgren-gerry-1946-03-09	1946-03-09	Lindgren Gerry
lipscomb-william-1919-12-09	1919-12-09	Lipscomb William
littler-eugene-1930-07-21	1930-07-21	Littler Eugene
lolich-michael-1940-09-12	1940-09-12	Lolich Michael
london-julie-1926-09-26	1926-09-26	London Julie
long-robert-1920-05-29	1920-05-29	Long Robert
losey-joseph-1909-01-14	1909-01-14	Losey Joseph
louie-marcelyn-1953-09-10	1953-09-10	Louie Marcelyn
lousma-jack-1936-02-29	1936-02-29	Lousma Jack
love-john-1916-11-29	1916-11-29	Love John
lovell-james-1928-03-25	1928-03-25	Lovell James
lowenstein-allard-1929-01-16	1929-01-16	Lowenstein Allard
lowry-bates-1923-06-21	1923-06-21	Lowry Bates
lowry-robert-1919-03-29	1919-03-29	Lowry Robert
lucas-george-1944-05-14	1944-05-14	Lucas George
lucas-luce-1917-08-29	1917-08-29	Lucas Luce
lucey-patrick-1918-03-21	1918-03-21	Lucey Patrick
lynde-paul-1926-06-13	1926-06-13	Lynde Paul
lyness-douglas-1919-07-06	1919-07-06	Lyness Douglas
lynn-james-1927-02-27	1927-02-27	Lynn James
lynn-janet-1953-04-06	1953-04-06	Lynn Janet
mac-adams-lewis-1944-10-12	1944-10-12	Mac Adams Lewis
mac-donald-ross-1915-12-13	1915-12-13	Mac Donald Ross
mac-neil-cornell-1922-09-24	1922-09-24	Mac Neil Cornell
mac-rae-albert-1921-03-12	1921-03-12	Mac Rae Albert
mackay-berry-1935-08-31	1935-08-31	Mackay Berry
madison-guy-1922-01-19	1922-01-19	Madison Guy
mailer-norman-1923-01-31	1923-01-31	Mailer Norman
mainardi-patricia-1942-11-10	1942-11-10	Mainardi Patricia
malden-karl-1912-03-22	1912-03-22	Malden Karl
maloy-robert-1924-02-14	1924-02-14	Maloy Robert
marcheschi-louis-1945-04-05	1945-04-05	Marcheschi Louis
mann-richard-1934-06-13	1934-06-13	Mann Richard
markert-clement-1917-04-11	1917-04-11	Markert Clement
marshall-burke-1922-10-01	1922-10-01	Marshall Burke
martin-dean-1917-06-17	1917-06-17	Martin Dean
martin-billy-1928-05-16	1928-05-16	Martin Billy
martin-edwin-1908-05-21	1908-05-21	Martin Edwin
mason-marsha-1942-04-03	1942-04-03	Mason Marsha
masters-william-1915-12-27	1915-12-27	Masters William
martin-harry-1911-01-04	1911-01-04	Martin Harry
mathews-edwin-1931-10-13	1931-10-13	Mathews Edwin
mathias-robert-1930-11-17	1930-11-17	Mathias Robert
matson-james-1945-03-05	1945-03-05	Matson James
matsunaga-spark-1916-10-08	1916-10-08	Matsunaga Spark
matthews-daniel-1931-12-31	1931-12-31	Matthews Daniel
matthews-jack-1925-07-22	1925-07-22	Matthews Jack
matthews-william-1942-11-11	1942-11-11	Matthews William
mattingly-thomas-1936-03-17	1936-03-17	Mattingly Thomas
mauch-gene-1925-11-18	1925-11-18	Mauch Gene
may-rollo-1909-04-21	1909-04-21	May Rollo
mayfield-julian-1928-06-06	1928-06-06	Mayfield Julian
mayo-george-1918-11-29	1918-11-29	Mayo George
mayo-robert-1916-03-15	1916-03-15	Mayo Robert
mc-alister-robert-1923-09-15	1923-09-15	Mc Alister Robert
mc-bride-patricia-1942-08-23	1942-08-23	Mc Bride Patricia
mc-cambridge-mercedes-1918-03-17	1918-03-17	Mc Cambridge Mercedes
mc-carthy-eugene-1916-03-29	1916-03-29	Mc Carthy Eugene
mc-carthy-kevin-1914-02-15	1914-02-15	Mc Carthy Kevin
mc-closkey-paul-1927-09-29	1927-09-29	Mc Closkey Paul
mc-clure-doug-1935-05-11	1935-05-11	Mc Clure Doug
mc-clure-michael-1932-10-20	1932-10-20	Mc Clure Michael
mc-connell-richard-1923-11-19	1923-11-19	Mc Connell Richard
mc-cracken-john-1934-12-09	1934-12-09	Mc Cracken John
mc-crea-joel-1905-11-05	1905-11-05	Mc Crea Joel
mc-cullouch-earl-1946-01-10	1946-01-10	Mc Cullouch Earl
mc-cutcheon-keith-1915-08-10	1915-08-10	Mc Cutcheon Keith
mc-daniel-boyce-1917-06-11	1917-06-11	Mc Daniel Boyce
mc-divitt-james-1929-06-10	1929-06-10	Mc Divitt James
mc-kee-george-1923-04-28	1923-04-28	Mc Kee George
mc-keen-chester-1923-03-18	1923-03-18	Mc Keen Chester
mc-kenzie-james-1926-05-01	1926-05-01	Mc Kenzie James
mc-kinley-charles-1941-01-05	1941-01-05	Mc Kinley Charles
mc-kissick-floyd-1922-03-09	1922-03-09	Mc Kissick Floyd
mc-laughlin-john-1917-12-24	1917-12-24	Mc Laughlin John
mc-laughlin-john-1918-09-21	1918-09-21	Mc Laughlin John
mc-morries-edwin-1921-12-15	1921-12-15	Mc Morries Edwin
mc-pherson-john-1917-10-04	1917-10-04	Mc Pherson John
mc-swiney-james-1915-11-13	1915-11-13	Mc Swiney James
mc-winney-madeline-1922-03-11	1922-03-11	Mc Winney Madeline
meeker-ralph-1920-11-21	1920-11-21	Meeker Ralph
melchert-jim-1930-12-02	1930-12-02	Melchert Jim
mellen-thomas-1918-07-26	1918-07-26	Mellen Thomas
menk-louis-1918-04-08	1918-04-08	Menk Louis
mercer-marian-1935-11-26	1935-11-26	Mercer Marian
meredith-burgess-1907-11-16	1907-11-16	Meredith Burgess
metcalf-robert-1916-11-13	1916-11-13	Metcalf Robert
mettler-ruben-1924-02-23	1924-02-23	Mettler Ruben
metzger-louis-1916-11-18	1916-11-18	Metzger Louis
michaelis-frederick-1917-03-04	1917-03-04	Michaelis Frederick
midler-bette-1945-12-01	1945-12-01	Midler Bette
mikan-george-1924-06-18	1924-06-18	Mikan George
miller-neal-1909-08-03	1909-08-03	Miller Neal
millett-kate-1934-09-14	1934-09-14	Millett Kate
miller-allen-1948-08-10	1948-08-10	Miller Allen
milton-theodore-1915-12-29	1915-12-29	Milton Theodore
mimieux-yvette-1941-01-08	1941-01-08	Mimieux Yvette
minnelli-liza-1946-03-12	1946-03-12	Minnelli Liza
minow-newton-1926-01-17	1926-01-17	Minow Newton
minter-charles-1925-08-20	1925-08-20	Minter Charles
mitchell-frank-1921-08-18	1921-08-18	Mitchell Frank
mitchell-james-1920-02-29	1920-02-29	Mitchell James
mitchum-james-1941-05-08	1941-05-08	Mitchum James
moncrief-william-1921-08-16	1921-08-16	Moncrief William
mondale-walter-1928-01-05	1928-01-05	Mondale Walter
montgomery-deane-1909-09-02	1909-09-02	Montgomery Deane
montgomery-earl-1921-04-17	1921-04-17	Montgomery Earl
montgomery-elisabeth-1933-04-15	1933-04-15	Montgomery Elisabeth
moor-bill-1931-07-13	1931-07-13	Moor Bill
moore-george-1920-02-22	1920-02-22	Moore George
moore-harley-1918-12-25	1918-12-25	Moore Harley
moore-harold-1922-02-13	1922-02-13	Moore Harold
moore-ostis-1926-09-20	1926-09-20	Moore Ostis
moore-terry-1929-01-07	1929-01-07	Moore Terry
moreau-james-1921-02-05	1921-02-05	Moreau James
morgan-lee-1920-01-04	1920-01-04	Morgan Lee
morgan-robert-1925-10-05	1925-10-05	Morgan Robert
moriarty-michael-1941-04-05	1941-04-05	Moriarty Michael
morley-roger-1931-06-21	1931-06-21	Morley Roger
morris-robert-1931-02-09	1931-02-09	Morris Robert
morrison-toni-1931-02-18	1931-02-18	Morrison Toni
morrow-bobby-1935-10-15	1935-10-15	Morrow Bobby
morton-roger-1914-09-19	1914-09-19	Morton Roger
motherwell-robert-1915-01-24	1915-01-24	Motherwell Robert
mott-stewart-1937-12-04	1937-12-04	Mott Stewart
munson-thurman-1947-06-07	1947-06-07	Munson Thurman
murayama-makio-1912-08-10	1912-08-10	Murayama Makio
murphy-raymond-1930-01-14	1930-01-14	Murphy Raymond
murphy-william-1907-06-17	1907-06-17	Murphy William
murray-don-1929-07-31	1929-07-31	Murray Don
murray-raymond-1913-01-30	1913-01-30	Murray Raymond
myers-dale-1922-01-08	1922-01-08	Myers Dale
nader-george-1921-10-19	1921-10-19	Nader George
nash-philleo-1909-10-25	1909-10-25	Nash Philleo
naber-john-1956-01-20	1956-01-20	Naber John
nathan-leonard-1924-11-08	1924-11-08	Nathan Leonard
nathans-daniel-1928-10-30	1928-10-30	Nathans Daniel
neal-patricia-1926-01-20	1926-01-20	Neal Patricia
neel-james-1915-03-22	1915-03-22	Neel James
nelson-douglas-1921-01-09	1921-01-09	Nelson Douglas
nelson-rick-1940-05-08	1940-05-08	Nelson Rick
nelson-willie-1933-04-30	1933-04-30	Nelson Willie
neri-manuel-1930-04-12	1930-04-12	Neri Manuel
newman-paul-1925-01-26	1925-01-26	Newman Paul
ney-edward-1925-05-26	1925-05-26	Ney Edward
noland-kenneth-1924-04-10	1924-04-10	Noland Kenneth
nova-lou-1915-03-16	1915-03-16	Nova Lou
nunn-donald-1918-06-28	1918-06-28	Nunn Donald
o-brien-parry-1932-01-28	1932-01-28	O'Brien Parry
o-callaghan-mike-1929-09-10	1929-09-10	O'Callaghan Mike
o-hara-tom-1942-07-05	1942-07-05	O'Hara Tom
o-neal-ryan-1941-04-20	1941-04-20	O'Neal Ryan
o-neal-tatum-1963-11-05	1963-11-05	O'Neal Tatum
oates-warren-1928-07-05	1928-07-05	Oates Warren
oberlin-david-1920-01-06	1920-01-06	Oberlin David
ochs-elmer-1925-04-11	1925-04-11	Ochs Elmer
oelman-robert-1909-06-09	1909-06-09	Oelman Robert
ogilvie-richard-1923-02-22	1923-02-22	Ogilvie Richard
okun-arthur-1928-11-28	1928-11-28	Okun Arthur
opel-john-1925-01-05	1925-01-05	Opel John
orem-charles-1916-08-23	1916-08-23	Orem Charles
osterbrock-donald-1924-07-13	1924-07-13	Osterbrock Donald
ott-david-1922-07-31	1922-07-31	Ott David
ottina-john-1931-11-05	1931-11-05	Ottina John
overmyer-robert-1936-07-14	1936-07-14	Overmyer Robert
owen-guy-1925-02-24	1925-02-24	Owen Guy
owen-nancy-1943-05-02	1943-05-02	Owen Nancy
owen-nancy-1915-10-30	1915-10-30	Owen Nancy
owens-robert-1920-09-13	1920-09-13	Owens Robert
paar-jack-1917-05-01	1917-05-01	Paar Jack
packard-david-1912-09-07	1912-09-07	Packard David
paget-debra-1933-08-19	1933-08-19	Paget Debra
paige-janis-1922-09-16	1922-09-16	Paige Janis
paine-thomas-1921-11-09	1921-11-09	Paine Thomas
palmer-gregg-1927-01-25	1927-01-25	Palmer Gregg
palmer-james-1917-01-23	1917-01-23	Palmer James
pardee-arthur-1921-07-13	1921-07-13	Pardee Arthur
parker-eleanor-1922-06-26	1922-06-26	Parker Eleanor
parker-jack-1918-07-06	1918-07-06	Parker Jack
parkinson-thomas-1920-02-24	1920-02-24	Parkinson Thomas
parks-robert-1922-04-01	1922-04-01	Parks Robert
parseghian-ara-1923-05-21	1923-05-21	Parseghian Ara
partridge-david-1919-10-05	1919-10-05	Partridge David
paschall-james-1923-03-31	1923-03-31	Paschall James
paschall-lee-1922-01-21	1922-01-21	Paschall Lee
patch-paul-1920-05-28	1920-05-28	Patch Paul
patchen-kenneth-1910-12-13	1910-12-13	Patchen Kenneth
peckinpah-david-1925-02-21	1925-02-21	Peckinpah David
pearson-david-1934-12-22	1934-12-22	Pearson David
peck-gregory-1916-04-05	1916-04-05	Peck Gregory
patton-melvin-1924-11-16	1924-11-16	Patton Melvin
pendleton-austin-1940-03-27	1940-03-27	Pendleton Austin
peoples-david-1916-06-06	1916-06-06	Peoples David
pennel-john-1940-07-25	1940-07-25	Pennel John
peppler-mary-1944-10-17	1944-10-17	Peppler Mary
percy-charles-1919-09-27	1919-09-27	Percy Charles
perlman-isadore-1915-04-12	1915-04-12	Perlman Isadore
perot-henry-1930-06-27	1930-06-27	Perot Henry
perreau-gigi-1941-02-06	1941-02-06	Perreau Gigi
perrine-valerie-1943-09-03	1943-09-03	Perrine Valerie
perry-ellis-1919-09-29	1919-09-29	Perry Ellis
peters-jean-1926-10-15	1926-10-15	Peters Jean
petersen-donald-1928-11-11	1928-11-11	Petersen Donald
peterson-russel-1916-10-03	1916-10-03	Peterson Russel
pettet-william-1942-10-10	1942-10-10	Pettet William
pickens-slim-1919-06-29	1919-06-29	Pickens Slim
pettit-robert-1932-12-12	1932-12-12	Pettit Robert
phillips-james-1936-02-05	1936-02-05	Phillips James
pillod-charles-1918-10-20	1918-10-20	Pillod Charles
pimentel-george-1922-05-02	1922-05-02	Pimentel George
pine-phillip-1925-07-16	1925-07-16	Pine Phillip
pinkerton-clayton-1931-03-06	1931-03-06	Pinkerton Clayton
pitchford-kenneth-1931-01-24	1931-01-24	Pitchford Kenneth
pitts-william-1919-11-27	1919-11-27	Pitts William
plante-david-1940-03-04	1940-03-04	Plante David
platts-john-1917-11-19	1917-11-19	Platts John
poe-bryce-1924-10-10	1924-10-10	Poe Bryce
poggemeyer-herman-1919-04-22	1919-04-22	Poggemeyer Herman
poston-thoams-1921-10-17	1921-10-17	Poston Thoams
powers-james-1917-07-08	1917-07-08	Powers James
porter-bill-1926-03-24	1926-03-24	Porter Bill
presnell-harve-1933-09-14	1933-09-14	Presnell Harve
preus-jacob-1920-01-08	1920-01-08	Preus Jacob
price-edwards-1933-02-01	1933-02-01	Price Edwards
price-frank-1919-06-11	1919-06-11	Price Frank
prokosch-frederic-1906-05-17	1906-05-17	Prokosch Frederic
pryor-richard-1940-12-01	1940-12-01	Pryor Richard
puck-theodore-1916-09-24	1916-09-24	Puck Theodore
rabb-ellis-1930-06-20	1930-06-20	Rabb Ellis
rae-charlotte-1926-04-22	1926-04-22	Rae Charlotte
rainey-froelich-1907-06-18	1907-06-18	Rainey Froelich
raitt-john-1917-01-19	1917-01-19	Raitt John
ramo-simon-1913-05-07	1913-05-07	Ramo Simon
ramos-mel-1935-07-24	1935-07-24	Ramos Mel
ramsey-lloyd-1918-05-29	1918-05-29	Ramsey Lloyd
ramsey-logan-1921-03-21	1921-03-21	Ramsey Logan
rather-dan-1931-10-31	1931-10-31	Rather Dan
rauh-joseph-1911-01-03	1911-01-03	Rauh Joseph
rauschenberg-robert-1925-10-22	1925-10-22	Rauschenberg Robert
ray-dixy-1914-09-03	1914-09-03	Ray Dixy
redford-robert-1936-08-18	1936-08-18	Redford Robert
reeves-steve-1926-01-21	1926-01-21	Reeves Steve
rehnquist-william-1924-10-01	1924-10-01	Rehnquist William
reilly-m-1921-08-27	1921-08-27	Reilly M
renner-william-1920-09-29	1920-09-29	Renner William
revelle-roger-1909-03-07	1909-03-07	Revelle Roger
rhea-alexander-1919-05-10	1919-05-10	Rhea Alexander
rhodarmer-roger-1922-02-18	1922-02-18	Rhodarmer Roger
rhodes-john-1916-09-18	1916-09-18	Rhodes John
ricciardi-franc-1923-08-21	1923-08-21	Ricciardi Franc
richards-robert-1926-02-20	1926-02-20	Richards Robert
richmond-chester-1917-02-22	1917-02-22	Richmond Chester
riegle-donald-1938-02-04	1938-02-04	Riegle Donald
roan-charles-1923-08-16	1923-08-16	Roan Charles
riggs-bobby-1918-02-25	1918-02-25	Riggs Bobby
roberts-carson-1905-09-04	1905-09-04	Roberts Carson
roberts-john-1918-06-08	1918-06-08	Roberts John
roberts-ken-1951-12-31	1951-12-31	Roberts Ken
roberts-robin-1926-09-30	1926-09-30	Roberts Robin
roddis-louis-1918-09-09	1918-09-09	Roddis Louis
rogers-bernard-1921-07-16	1921-07-16	Rogers Bernard
robinson-arnie-1948-04-07	1948-04-07	Robinson Arnie
rogers-roy-1911-11-05	1911-11-05	Rogers Roy
rohm-robert-1934-02-06	1934-02-06	Rohm Robert
roosa-stuart-1933-08-16	1933-08-16	Roosa Stuart
root-william-1941-12-28	1941-12-28	Root William
roseborough-morgan-1918-06-14	1918-06-14	Roseborough Morgan
rosen-martin-1919-08-07	1919-08-07	Rosen Martin
ross-diana-1944-03-26	1944-03-26	Ross Diana
ross-donald-1923-10-14	1923-10-14	Ross Donald
roth-philip-1933-03-19	1933-03-19	Roth Philip
roth-william-1921-07-22	1921-07-22	Roth William
rubin-larry-1930-02-14	1930-02-14	Rubin Larry
rule-janica-1931-08-15	1931-08-15	Rule Janica
rush-david-1910-01-17	1910-01-17	Rush David
russell-jane-1921-06-21	1921-06-21	Russell Jane
russell-john-1921-01-03	1921-01-03	Russell John
russell-kendell-1925-01-25	1925-01-25	Russell Kendell
russell-kurt-1951-03-17	1951-03-17	Russell Kurt
ryan-michael-1916-01-31	1916-01-31	Ryan Michael
saint-eva-1924-07-04	1924-07-04	Saint Eva
saint-john-adrian-1921-11-06	1921-11-06	Saint John Adrian
sabich-vladimir-1945-01-09	1945-01-09	Sabich Vladimir
saimes-george-1941-09-01	1941-09-01	Saimes George
saint-john-jill-1940-08-19	1940-08-19	Saint John Jill
salinger-pierre-1925-06-14	1925-06-14	Salinger Pierre
salmon-thomas-1932-08-19	1932-08-19	Salmon Thomas
salt-jennifer-1944-09-04	1944-09-04	Salt Jennifer
sanders-ed-1939-08-17	1939-08-17	Sanders Ed
saul-peter-1934-08-16	1934-08-16	Saul Peter
sawhill-john-1936-06-12	1936-06-12	Sawhill John
savitt-richard-1927-03-04	1927-03-04	Savitt Richard
sayers-gale-1943-05-20	1943-05-20	Sayers Gale
scali-john-1918-04-27	1918-04-27	Scali John
scammon-richard-1915-07-17	1915-07-17	Scammon Richard
schaetzel-john-1917-01-28	1917-01-28	Schaetzel John
schevill-james-1920-06-10	1920-06-10	Schevill James
schirra-walter-1923-03-12	1923-03-12	Schirra Walter
schlafly-phyllis-1924-08-15	1924-08-15	Schlafly Phyllis
schlesinger-arthur-1917-10-15	1917-10-15	Schlesinger Arthur
schneider-raymond-1917-10-20	1917-10-20	Schneider Raymond
schmidt-mike-1949-09-27	1949-09-27	Schmidt Mike
schoning-william-1922-02-22	1922-02-22	Schoning William
schorer-mark-1908-05-17	1908-05-17	Schorer Mark
schroeder-frederick-1921-07-20	1921-07-20	Schroeder Frederick
schul-bob-1937-09-28	1937-09-28	Schul Bob
schweickart-russel-1935-10-25	1935-10-25	Schweickart Russel
scott-david-1932-06-06	1932-06-06	Scott David
scowcroft-brent-1925-03-19	1925-03-19	Scowcroft Brent
scrimshaw-nevin-1918-01-20	1918-01-20	Scrimshaw Nevin
seagull-barbara-1948-02-05	1948-02-05	Seagull Barbara
seibert-donald-1923-08-17	1923-08-17	Seibert Donald
seagren-robert-1946-10-17	1946-10-17	Seagren Robert
seignious-george-1921-06-21	1921-06-21	Seignious George
seitz-frederick-1911-07-04	1911-07-04	Seitz Frederick
seitz-richard-1918-02-18	1918-02-18	Seitz Richard
selecman-charles-1928-09-17	1928-09-17	Selecman Charles
sell-leslie-1921-05-20	1921-05-20	Sell Leslie
shaffer-raymond-1912-04-06	1912-04-06	Shaffer Raymond
shapiro-irving-1916-07-15	1916-07-15	Shapiro Irving
shapleigh-warren-1920-10-27	1920-10-27	Shapleigh Warren
shapp-milton-1912-06-25	1912-06-25	Shapp Milton
sheen-martin-1940-08-03	1940-08-03	Sheen Martin
shields-allan-1944-02-04	1944-02-04	Shields Allan
shiely-albert-1920-07-14	1920-07-14	Shiely Albert
shlaudeman-harry-1926-05-17	1926-05-17	Shlaudeman Harry
shoemaker-eugene-1928-04-28	1928-04-28	Shoemaker Eugene
short-bobby-1924-09-15	1924-09-15	Short Bobby
sianis-pete-1920-01-22	1920-01-22	Sianis Pete
sidle-winant-1916-09-07	1916-09-07	Sidle Winant
sigler-franklin-1924-11-06	1924-11-06	Sigler Franklin
simanek-robert-1930-04-26	1930-04-26	Simanek Robert
simokaitis-frank-1922-12-12	1922-12-12	Simokaitis Frank
simon-herbert-1916-06-15	1916-06-15	Simon Herbert
simon-william-1927-11-27	1927-11-27	Simon William
simone-nina-1933-02-21	1933-02-21	Simone Nina
singlaub-john-1921-07-10	1921-07-10	Singlaub John
six-robert-1907-06-25	1907-06-25	Six Robert
skaggs-luther-1923-03-03	1923-03-03	Skaggs Luther
skeggs-leonard-1918-06-09	1918-06-09	Skeggs Leonard
slater-joseph-1922-08-17	1922-08-17	Slater Joseph
slayton-donald-1924-03-01	1924-03-01	Slayton Donald
small-walter-1916-10-31	1916-10-31	Small Walter
smart-louis-1923-11-17	1923-11-17	Smart Louis
smeal-eleanor-1939-07-30	1939-07-30	Smeal Eleanor
smith-john-1931-03-06	1931-03-06	Smith John
smith-john-1950-08-05	1950-08-05	Smith John
smith-lloyd-1920-10-13	1920-10-13	Smith Lloyd
smith-lois-1930-11-03	1930-11-03	Smith Lois
smith-michael-1935-10-05	1935-10-05	Smith Michael
smith-roger-1932-12-18	1932-12-18	Smith Roger
smithson-robert-1938-01-02	1938-01-02	Smithson Robert
smith-tommie-1944-06-05	1944-06-05	Smith Tommie
snavely-william-1920-04-06	1920-04-06	Snavely William
snell-esmond-1914-09-22	1914-09-22	Snell Esmond
snyder-gary-1930-05-08	1930-05-08	Snyder Gary
snyder-joan-1940-04-16	1940-04-16	Snyder Joan
sorenson-richard-1924-08-28	1924-08-28	Sorenson Richard
spencer-donald-1912-04-25	1912-04-25	Spencer Donald
spencer-william-1917-07-24	1917-07-24	Spencer William
spero-nancy-1926-08-24	1926-08-24	Spero Nancy
spitzer-lyman-1914-06-26	1914-06-26	Spitzer Lyman
sprinsteen-bruce-1949-09-23	1949-09-23	Sprinsteen Bruce
squires-radcliffe-1917-05-23	1917-05-23	Squires Radcliffe
staats-elmer-1914-06-06	1914-06-06	Staats Elmer
stack-robert-1919-01-13	1919-01-13	Stack Robert
stafford-jean-1915-07-01	1915-07-01	Stafford Jean
staiger-john-1910-03-20	1910-03-20	Staiger John
stamper-malcolm-1925-04-04	1925-04-04	Stamper Malcolm
stanford-ann-1916-11-25	1916-11-25	Stanford Ann
stapleton-carl-1917-11-13	1917-11-13	Stapleton Carl
starkweather-david-1935-09-11	1935-09-11	Starkweather David
starnes-william-1919-03-23	1919-03-23	Starnes William
steers-lester-1917-06-16	1917-06-16	Steers Lester
staubach-roger-1942-02-05	1942-02-05	Staubach Roger
stein-tony-1921-09-30	1921-09-30	Stein Tony
steinbrenner-george-1930-07-04	1930-07-04	Steinbrenner George
steinem-gloria-1934-03-25	1934-03-25	Steinem Gloria
stephens-helen-1918-02-03	1918-02-03	Stephens Helen
stevens-george-1932-04-03	1932-04-03	Stevens George
stevens-mark-1922-12-13	1922-12-13	Stevens Mark
stewart-james-1921-04-02	1921-04-02	Stewart James
stewart-thomas-1928-08-29	1928-08-29	Stewart Thomas
stewart-william-1921-05-19	1921-05-19	Stewart William
stigler-george-1911-01-17	1911-01-17	Stigler George
stockwell-dean-1936-03-05	1936-03-05	Stockwell Dean
stokes-carl-1927-06-21	1927-06-21	Stokes Carl
stokes-colin-1914-04-04	1914-04-04	Stokes Colin
stoney-robert-1919-03-24	1919-03-24	Stoney Robert
storm-gale-1922-04-05	1922-04-05	Storm Gale
suerstedt-henry-1920-10-14	1920-10-14	Suerstedt Henry
stouder-sharon-1948-11-09	1948-11-09	Stouder Sharon
summer-donna-1948-12-31	1948-12-31	Summer Donna
summer-james-1923-06-12	1923-06-12	Summer James
swigert-john-1931-08-30	1931-08-30	Swigert John
swensen-ken-1948-04-18	1948-04-18	Swensen Ken
sylvester-william-1922-01-31	1922-01-31	Sylvester William
tackaberry-thomas-1923-09-06	1923-09-06	Tackaberry Thomas
taft-robert-1917-02-26	1917-02-26	Taft Robert
talbott-carlos-1920-01-28	1920-01-28	Talbott Carlos
talese-gay-1932-02-07	1932-02-07	Talese Gay
tarpley-thomas-1922-07-04	1922-07-04	Tarpley Thomas
tarr-curtis-1924-09-18	1924-09-18	Tarr Curtis
tate-sharon-1943-01-24	1943-01-24	Tate Sharon
taylor-arthur-1935-07-06	1935-07-06	Taylor Arthur
taylor-james-1948-03-12	1948-03-12	Taylor James
taylor-robert-1948-09-14	1948-09-14	Taylor Robert
temple-black-shirley-1928-04-23	1928-04-23	Temple-Black Shirley
tetley-glen-1926-02-03	1926-02-03	Tetley Glen
theroux-paul-1941-04-10	1941-04-10	Theroux Paul
thomas-michael-1944-12-21	1944-12-21	Thomas Michael
thomas-philip-1949-05-26	1949-05-26	Thomas Philip
thomas-richard-1931-01-11	1931-01-11	Thomas Richard
thompson-marshall-1925-11-27	1925-11-27	Thompson Marshall
thurman-john-1924-04-11	1924-04-11	Thurman John
tighe-eugene-1921-06-19	1921-06-19	Tighe Eugene
tillinghast-richard-1940-11-25	1940-11-25	Tillinghast Richard
timmerman-grant-1919-02-14	1919-02-14	Timmerman Grant
tompkins-rathvon-1912-08-23	1912-08-23	Tompkins Rathvon
towers-constance-1931-05-20	1931-05-20	Towers Constance
townes-charles-1915-07-28	1915-07-28	Townes Charles
trabert-marion-1930-08-16	1930-08-16	Trabert Marion
travolta-john-1954-02-18	1954-02-18	Travolta John
trowbridge-alexander-1929-12-12	1929-12-12	Trowbridge Alexander
turner-myron-1913-04-04	1913-04-04	Turner Myron
turner-ted-1938-11-19	1938-11-19	Turner Ted
tyler-anna-1941-10-25	1941-10-25	Tyler Anna
valenti-jack-1921-09-05	1921-09-05	Valenti Jack
valentine-dewain-1936-08-27	1936-08-27	Valentine Dewain
tyus-wyomia-1945-08-29	1945-08-29	Tyus Wyomia
unseld-westley-1946-03-14	1946-03-14	Unseld Westley
van-cleef-lee-1925-01-09	1925-01-09	Van Cleef Lee
venuta-benay-1910-01-27	1910-01-27	Venuta Benay
verdon-gwen-1925-01-13	1925-01-13	Verdon Gwen
vanderstock-geoff-1946-10-08	1946-10-08	Vanderstock Geoff
vincent-jan-1945-07-15	1945-07-15	Vincent Jan
viner-frank-1937-08-09	1937-08-09	Viner Frank
vines-h-1911-09-29	1911-09-29	Vines H
vogel-robert-1941-09-23	1941-09-23	Vogel Robert
volcker-paul-1927-09-05	1927-09-05	Volcker Paul
voulkos-peter-1924-01-29	1924-01-29	Voulkos Peter
wade-bob-1943-01-06	1943-01-06	Wade Bob
vukovich-william-1944-03-29	1944-03-29	Vukovich William
wagner-aubrey-1912-01-12	1912-01-12	Wagner Aubrey
wagner-robert-1930-02-10	1930-02-10	Wagner Robert
wagoner-david-1926-06-05	1926-06-05	Wagoner David
wagstaff-jack-1917-05-06	1917-05-06	Wagstaff Jack
waidelich-charles-1929-05-02	1929-05-02	Waidelich Charles
wakoski-diane-1937-08-03	1937-08-03	Wakoski Diane
waldman-anne-1945-04-02	1945-04-02	Waldman Anne
walker-clint-1927-05-30	1927-05-30	Walker Clint
wall-frederick-1912-12-14	1912-12-14	Wall Frederick
walt-lewis-1913-02-16	1913-02-16	Walt Lewis
wantling-william-1933-11-07	1933-11-07	Wantling William
ward-roger-1921-01-10	1921-01-10	Ward Roger
warfield-paul-1942-11-28	1942-11-28	Warfield Paul
warnecke-john-1919-02-24	1919-02-24	Warnecke John
warner-harry-1916-07-07	1916-07-07	Warner Harry
warringer-frederick-1916-06-02	1916-06-02	Warringer Frederick
warwick-dionne-1940-12-12	1940-12-12	Warwick Dionne
wasserburg-gerald-1927-03-25	1927-03-25	Wasserburg Gerald
watson-robert-1925-12-26	1925-12-26	Watson Robert
wegman-william-1943-02-12	1943-02-12	Wegman William
weinberger-caspar-1917-08-18	1917-08-18	Weinberger Caspar
weisner-maurice-1917-11-20	1917-11-20	Weisner Maurice
welch-raquel-1940-09-05	1940-09-05	Welch Raquel
wells-mary-1928-05-25	1928-05-25	Wells Mary
wescott-glenway-1901-04-11	1901-04-11	Wescott Glenway
welles-orson-1915-05-06	1915-05-06	Welles Orson
wesselmann-tom-1931-02-23	1931-02-23	Wesselmann Tom
westermann-horace-1922-12-11	1922-12-11	Westermann Horace
weyand-frederick-1916-09-15	1916-09-15	Weyand Frederick
weyerhaeuser-george-1926-07-08	1926-07-08	Weyerhaeuser George
whitaker-johnny-1959-12-13	1959-12-13	Whitaker Johnny
white-edward-1930-11-14	1930-11-14	White Edward
whitman-stuart-1928-02-01	1928-02-01	Whitman Stuart
white-jo-1946-11-14	1946-11-14	White Jo
wicker-tom-1926-06-18	1926-06-18	Wicker Tom
widmark-richard-1914-12-26	1914-12-26	Widmark Richard
wieseman-frederick-1908-03-16	1908-03-16	Wieseman Frederick
wilhelm-james-1922-07-26	1922-07-26	Wilhelm James
wilkinson-eugene-1918-08-10	1918-08-10	Wilkinson Eugene
williams-cindy-1947-08-22	1947-08-22	Williams Cindy
williams-emmett-1925-04-04	1925-04-04	Williams Emmett
williams-charles-1936-11-04	1936-11-04	Williams Charles
williams-john-1909-10-29	1909-10-29	Williams John
williams-jonathan-1929-03-08	1929-03-08	Williams Jonathan
williams-robert-1913-02-07	1913-02-07	Williams Robert
williams-robley-1908-10-13	1908-10-13	Williams Robley
williams-stephen-1926-08-28	1926-08-28	Williams Stephen
williamson-ellis-1918-06-02	1918-06-02	Williamson Ellis
willson-zack-1932-02-26	1932-02-26	Willson Zack
wilson-flip-1933-12-08	1933-12-08	Wilson Flip
wilson-nancy-1937-02-20	1937-02-20	Wilson Nancy
wilson-olin-1909-01-13	1909-01-13	Wilson Olin
wilson-robert-1921-05-24	1921-05-24	Wilson Robert
wilson-robert-1936-01-09	1936-01-09	Wilson Robert
winters-jonathan-1925-11-11	1925-11-11	Winters Jonathan
winters-shelley-1922-08-18	1922-08-18	Winters Shelley
wisman-william-1918-05-30	1918-05-30	Wisman William
worden-alfred-1932-02-07	1932-02-07	Worden Alfred
wright-james-1927-12-13	1927-12-13	Wright James
wyeth-james-1946-07-06	1946-07-06	Wyeth James
wright-ernie-1939-11-06	1939-11-06	Wright Ernie
wymore-patrice-1926-12-17	1926-12-17	Wymore Patrice
yoder-hatten-1921-03-20	1921-03-20	Yoder Hatten
yarborough-cale-1939-03-27	1939-03-27	Yarborough Cale
young-charles-1951-02-05	1951-02-05	Young Charles
young-john-1930-09-24	1930-09-24	Young John
young-loretta-1913-01-06	1913-01-06	Young Loretta
young-withney-1921-07-31	1921-07-31	Young Withney
ziegler-ronald-1939-05-12	1939-05-12	Ziegler Ronald
zimmer-paul-1934-09-18	1934-09-18	Zimmer Paul
zimmermann-edwin-1918-02-25	1918-02-25	Zimmermann Edwin
zumwalt-elmo-1920-11-29	1920-11-29	Zumwalt Elmo
abely-xavier-1890-03-24	1890-03-24	Abely Xavier
abile-gal-jean-baptiste-1901-02-10	1901-02-10	Abile-Gal Jean Baptiste
abonneuc-louis-andre-1883-10-14	1883-10-14	Abonneuc Louis André
acher-dubois-xavier-1914-04-18	1914-04-18	Acher Dubois Xavier
adenot-noel-1905-12-25	1905-12-25	Adenot Noël
agache-pierre-1927-06-08	1927-06-08	Agache Pierre
ailleret-charles-1907-03-26	1907-03-26	Ailleret CHARLES
albertin-robert-1900-11-22	1900-11-22	Albertin Robert
albot-guy-francois-1903-09-12	1903-09-12	Albot Guy François
alexandre-michel-olivier-1923-04-16	1923-04-16	Alexandre Michel-Olivier
algan-bernard-1919-01-06	1919-01-06	Algan Bernard
alibert-andre-1901-03-23	1901-03-23	Alibert André
alibert-pierre-1920-12-23	1920-12-23	Alibert Pierre
allais-louis-1908-04-29	1908-04-29	Allais Louis
allard-jacques-1903-11-16	1903-11-16	Allard Jacques
amalou-pierre-1933-02-02	1933-02-02	Amalou Pierre
amalric-pierre-1923-06-24	1923-06-24	Amalric Pierre
amaury-emilien-1909-03-05	1909-03-05	Amaury Emilien
amiel-maurice-1931-06-08	1931-06-08	Amiel Maurice
amman-maurice-1904-10-16	1904-10-16	Amman Maurice
andre-georges-1903-12-12	1903-12-12	Andre Georges
andre-jean-marie-d-1914-01-24	1914-01-24	Andre Jean Marie d'
andre-roger-1899-12-12	1899-12-12	Andre Roger
andrieux-jacques-1917-08-15	1917-08-15	Andrieux Jacques
angoulvent-paul-1899-04-21	1899-04-21	Angoulvent Paul
appaix-andre-1908-03-11	1908-03-11	Appaix André
appert-pierre-1910-10-10	1910-10-10	Appert Pierre
archambault-pierre-1912-06-24	1912-06-24	Archambault Pierre
ardisson-henri-1913-07-15	1913-07-15	Ardisson Henri
ardouin-paul-1897-01-15	1897-01-15	Ardouin Paul
arene-joseph-1889-02-20	1889-02-20	Arene Joseph
argoud-antoine-1914-06-26	1914-06-26	Argoud Antoine
arlet-jacques-1920-09-29	1920-09-29	Arlet Jacques
armand-louis-1905-01-17	1905-01-17	Armand Louis
arnous-jean-1908-07-27	1908-07-27	Arnous Jean
arnoux-jacques-1917-06-16	1917-06-16	Arnoux Jacques
aron-brunetiere-robert-1915-01-26	1915-01-26	Aron-Brunetiere Robert
arthus-andre-1903-01-27	1903-01-27	Arthus André
astier-de-la-vigerie-henri-1897-09-11	1897-09-11	Astier De La Vigerie Henri
auboiroux-marie-suzanne-1919-05-19	1919-05-19	Auboiroux Marie Suzanne
aubriot-paul-1888-06-06	1888-06-06	Aubriot Paul
aubry-francois-leon-1908-10-22	1908-10-22	Aubry François Léon
aubry-jacques-1937-07-10	1937-07-10	Aubry Jacques
aubry-pierre-1911-08-29	1911-08-29	Aubry Pierre
auclair-jean-marie-1902-05-27	1902-05-27	Auclair Jean Marie
audouze-lucien-1909-03-17	1909-03-17	Audouze Lucien
auge-andre-1912-03-07	1912-03-07	Auge André
augey-du-fresse-louis-1829-03-27	1829-03-27	Augey Du Fresse Louis
avon-maurice-1918-09-06	1918-09-06	Avon Maurice
avon-simon-1867-05-25	1867-05-25	Avon Simon
baggio-pierre-1900-10-08	1900-10-08	Baggio Pierre
baille-hubert-1900-07-15	1900-07-15	Baille Hubert
baillet-paul-1914-07-07	1914-07-07	Baillet Paul
bailleux-fernand-1908-07-03	1908-07-03	Bailleux Fernand
bailly-christian-1929-11-01	1929-11-01	Bailly Christian
bailly-paul-1903-09-02	1903-09-02	Bailly Paul
baisset-antoine-1907-09-03	1907-09-03	Baisset Antoine
balans-georges-1906-05-14	1906-05-14	Balans Georges
ballet-jacques-1908-02-19	1908-02-19	Ballet Jacques
ballot-henri-1909-07-22	1909-07-22	Ballot Henri
balmain-pierre-1914-05-18	1914-05-18	Balmain Pierre
bar-jacques-jean-louis-1921-09-12	1921-09-12	Bar Jacques Jean Louis
baranger-jacques-1894-11-07	1894-11-07	Baranger Jacques
barbe-georges-1905-03-22	1905-03-22	Barbe Georges
barberon-bernard-1916-08-28	1916-08-28	Barberon Bernard
barberot-roger-1915-01-20	1915-01-20	Barberot Roger
barbier-pierre-1912-01-02	1912-01-02	Barbier Pierre
barbu-marcel-1907-10-17	1907-10-17	Barbu Marcel
barets-jean-1921-11-07	1921-11-07	Barets Jean
baron-christian-1930-10-09	1930-10-09	Baron Christian
daron-paul-1899-11-08	1899-11-08	Daron Paul
barrault-jean-louis-1910-09-08	1910-09-08	Barrault Jean-Louis
barraya-louis-1909-02-16	1909-02-16	Barraya Louis
barret-pierre-1936-07-15	1936-07-15	Barret Pierre
barroussel-pierre-1894-10-19	1894-10-19	Barroussel Pierre
barthelemy-adrien-1914-05-05	1914-05-05	Barthelemy Adrien
barthelemy-maurice-louis-1914-03-24	1914-03-24	Barthelemy Maurice Louis
barthelemy-raymond-1910-03-10	1910-03-10	Barthelemy Raymond
barthes-louis-1918-05-05	1918-05-05	Barthes Louis
bartoli-georges-1926-05-23	1926-05-23	Bartoli Georges
barut-charles-1923-06-17	1923-06-17	Barut Charles
basset-jacques-1905-04-13	1905-04-13	Basset Jacques
bassinet-andre-1899-02-25	1899-02-25	Bassinet André
bataille-robert-1921-05-30	1921-05-30	Bataille Robert
batlle-sebastien-1914-03-19	1914-03-19	Batlle Sébastien
batteur-henri-1910-11-10	1910-11-10	Batteur Henri
bauchot-roland-1929-02-24	1929-02-24	Bauchot Roland
baudot-jean-claude-1934-06-23	1934-06-23	Baudot Jean Claude
baudrier-jacqueline-vibert-1922-03-16	1922-03-16	Baudrier Jacqueline (VIBERT)
baulieu-etienne-1926-12-12	1926-12-12	Baulieu Etienne
baumel-jacques-1918-03-06	1918-03-06	Baumel Jacques
bavastro-michel-1906-12-28	1906-12-28	Bavastro Michel
bayard-gaston-1914-01-19	1914-01-19	Bayard Gaston
bazaugour-jean-1914-05-14	1914-05-14	Bazaugour Jean
beaufre-andre-1902-01-25	1902-01-25	Beaufre André
beaumont-claude-subtil-de-1909-11-25	1909-11-25	Beaumont Claude (SUBTIL de)
beauvallet-jacques-1909-09-13	1909-09-13	Beauvallet Jacques
bedrine-henri-louis-1912-01-17	1912-01-17	Bedrine Henri Louis
beffara-michel-1920-09-02	1920-09-02	Beffara Michel
begni-paul-1920-02-29	1920-02-29	Begni Paul
begouin-maurice-1899-11-03	1899-11-03	Begouin Maurice
belmont-henry-1912-12-06	1912-12-06	Belmont Henry
benard-roger-1903-05-30	1903-05-30	Benard Roger
benaze-francois-du-hil-de-1929-03-29	1929-03-29	Benaze François (du HIL de)
benner-harard-1917-08-29	1917-08-29	Benner Harard
benoit-d-azy-charles-1897-10-30	1897-10-30	Benoit D'azy Charles
benoit-frederic-1910-07-06	1910-07-06	Benoit Frédéric
benoit-pierre-1914-08-21	1914-08-21	Benoit Pierre
bensoussan-pierre-1921-06-01	1921-06-01	Bensoussan Pierre
bera-jean-1901-09-01	1901-09-01	Bera Jean
beranger-francois-1909-03-25	1909-03-25	Beranger François
bergeot-paul-1930-05-10	1930-05-10	Bergeot Paul
bergerard-joseph-1921-02-23	1921-02-23	Bergerard Joseph
bergis-rene-1890-11-10	1890-11-10	Bergis René
bernard-adolphe-1886-03-23	1886-03-23	Bernard Adolphe
bernard-etienna-1900-05-11	1900-05-11	Bernard Etienna
bernardin-charles-1906-10-22	1906-10-22	Bernardin Charles
bernardy-guy-jean-1926-03-07	1926-03-07	Bernardy Guy-Jean
berchoux-henry-de-1894-09-03	1894-09-03	Berchoux Henry de
bernachot-jean-1907-05-23	1907-05-23	Bernachot Jean
bernheim-andre-1899-07-31	1899-07-31	Bernheim André
bernier-jean-jacques-1921-01-22	1921-01-22	Bernier Jean-Jacques
bernon-paul-1916-07-23	1916-07-23	Bernon Paul
bert-jean-marie-1904-06-29	1904-06-29	Bert Jean-Marie
bertaux-pierre-1907-10-08	1907-10-08	Bertaux Pierre
berthault-raymond-1901-03-27	1901-03-27	Berthault Raymond
berthet-etienne-1909-03-30	1909-03-30	Berthet Etienne
berthier-guy-1923-04-05	1923-04-05	Berthier Guy
berthier-jean-1921-03-18	1921-03-18	Berthier Jean
bertin-albert-1914-05-22	1914-05-22	Bertin Albert
bertin-jean-1917-09-05	1917-09-05	Bertin Jean
bertrand-edmond-1928-01-24	1928-01-24	Bertrand Edmond
bertrand-pierre-1925-02-02	1925-02-02	Bertrand Pierre
besson-jean-1904-03-17	1904-03-17	Besson Jean
besson-pierre-marie-1904-07-05	1904-07-05	Besson Pierre Marie
beutter-charles-1879-08-19	1879-08-19	Beutter Charles
beyer-paul-1914-01-01	1914-01-01	Beyer Paul
beyler-andre-1916-07-14	1916-07-14	Beyler André
beytout-pierre-1918-02-20	1918-02-20	Beytout Pierre
bianquis-pierre-1893-10-27	1893-10-27	Bianquis Pierre
biard-andre-1918-07-23	1918-07-23	Biard André
bichat-jean-1909-02-04	1909-02-04	Bichat Jean
bidault-robert-1894-03-18	1894-03-18	Bidault Robert
bidaut-jean-1919-07-12	1919-07-12	Bidaut Jean
bienaime-amedee-1843-02-26	1843-02-26	Bienaime Amédée
bigant-jean-baptiste-1924-06-29	1924-06-29	Bigant Jean-Baptiste
billaudet-georges-1877-02-11	1877-02-11	Billaudet Georges
bilquez-andre-1920-07-23	1920-07-23	Bilquez André
binoche-francois-1911-03-23	1911-03-23	Binoche François
bizard-gaston-1903-09-09	1903-09-09	Bizard Gaston
blaise-leon-1877-06-14	1877-06-14	Blaise Léon
blaiset-claude-1931-04-05	1931-04-05	Blaiset Claude
blaizot-jean-1915-01-14	1915-01-14	Blaizot Jean
blamoutier-pierre-1891-06-08	1891-06-08	Blamoutier Pierre
blanc-camille-1901-09-21	1901-09-21	Blanc Camille
blanc-jacques-1939-10-21	1939-10-21	Blanc Jacques
blanc-michel-1915-06-27	1915-06-27	Blanc Michel
blanc-paul-1906-07-31	1906-07-31	Blanc Paul
blanc-raymond-1917-08-19	1917-08-19	Blanc Raymond
blanchard-andre-1906-10-03	1906-10-03	Blanchard André
blanchard-pierre-1909-05-01	1909-05-01	Blanchard Pierre
blancher-gabriel-1923-12-24	1923-12-24	Blancher Gabriel
blanquet-paul-1919-06-19	1919-06-19	Blanquet Paul
blesteau-maurice-1910-01-02	1910-01-02	Blesteau Maurice
bleustein-jean-1938-02-05	1938-02-05	Bleustein Jean
bleustein-blanchet-marcel-1906-08-21	1906-08-21	Bleustein-Blanchet Marcel
blum-eugene-1911-12-08	1911-12-08	Blum Eugène
blum-michel-andre-1910-08-13	1910-08-13	Blum Michel-André
bocuse-paul-1926-02-11	1926-02-11	Bocuse Paul
boe-pierre-1912-03-24	1912-03-24	Boe Pierre
boeuf-pierre-1907-07-26	1907-07-26	Boeuf Pierre
boidin-andre-1929-08-03	1929-08-03	Boidin André
boileau-maurice-1914-11-25	1914-11-25	Boileau Maurice
boisredon-jacques-de-1907-07-18	1907-07-18	Boisredon Jacques de
boissier-jacques-robert-1921-12-02	1921-12-02	Boissier Jacques-Robert
boissieu-alain-de-1914-07-05	1914-07-05	Boissieu Alain de
buiteux-maurice-1919-06-21	1919-06-21	Buiteux Maurice
boivin-jean-marie-1909-09-29	1909-09-29	Boivin Jean-Marie
bollaert-emile-1890-11-13	1890-11-13	Bollaert Emile
bollardiere-jecques-de-1907-12-16	1907-12-16	Bollardiere Jecques de
bollinelli-raymond-1914-05-26	1914-05-26	Bollinelli Raymond
bolotte-marcel-1887-02-26	1887-02-26	Bolotte Marcel
bondeville-emmanuel-1898-10-29	1898-10-29	Bondeville Emmanuel
bondoux-jean-1925-03-19	1925-03-19	Bondoux Jean
bonduelle-michel-1912-04-29	1912-04-29	Bonduelle Michel
bongrain-herve-1922-01-23	1922-01-23	Bongrain Hervé
bongrand-michel-1921-12-30	1921-12-30	Bongrand Michel
bonnard-yvon-1912-03-31	1912-03-31	Bonnard Yvon
bonne-andre-1921-06-21	1921-06-21	Bonne André
bonneau-raymond-1888-09-24	1888-09-24	Bonneau Raymond
bonnefous-louis-1907-04-01	1907-04-01	Bonnefous Louis
bonnefous-raymond-1893-05-08	1893-05-08	Bonnefous Raymond
bonnel-paul-1912-07-11	1912-07-11	Bonnel Paul
bonnet-georges-1894-03-10	1894-03-10	Bonnet Georges
bonnet-georges-1908-10-02	1908-10-02	Bonnet Georges
bonnet-raymond-1912-12-03	1912-12-03	Bonnet Raymond
bonvallet-jacques-1913-09-23	1913-09-23	Bonvallet Jacques
boquet-francois-1913-01-30	1913-01-30	Boquet François
bordas-pierre-1913-07-05	1913-07-05	Bordas Pierre
borel-jacques-1927-04-09	1927-04-09	Borel Jacques
borrey-francis-1904-04-08	1904-04-08	Borrey Francis
boucher-helene-1908-05-23	1908-05-23	Boucher Hélène
bouchet-alain-1926-02-03	1926-02-03	Bouchet Alain
bouchet-andre-1892-04-10	1892-04-10	Bouchet André
bouchez-pierre-1899-10-29	1899-10-29	Bouchez Pierre
bouchinet-serreulles-claude-1912-01-26	1912-01-26	Bouchinet-Serreulles Claude
boudet-rene-1915-05-08	1915-05-08	Boudet René
boudin-georges-1906-09-03	1906-09-03	Boudin Georges
boudouresques-jacques-1910-11-19	1910-11-19	Boudouresques Jacques
bouisset-louis-1898-02-15	1898-02-15	Bouisset Louis
boulat-louis-1904-08-22	1904-08-22	Boulat Louis
boulenger-pierre-1910-10-27	1910-10-27	Boulenger Pierre
boulanger-pierre-1908-05-07	1908-05-07	Boulanger Pierre
boulet-jean-claude-1941-12-11	1941-12-11	Boulet Jean-Claude
boulloche-andre-1915-09-07	1915-09-07	Boulloche André
bourbon-pierre-1923-09-20	1923-09-20	Bourbon Pierre
bourcier-de-carbon-christian-1912-02-15	1912-02-15	Bourcier De Carbon Christian
feuillette-pierre-1909-07-28	1909-07-28	Feuillette Pierre
feuvrier-charles-1915-01-29	1915-01-29	Feuvrier ChArles
fiel-paul-1921-06-25	1921-06-25	Fiel Paul
fievet-bernard-1909-07-15	1909-07-15	Fievet Bernard
filhoulaud-henri-1909-05-04	1909-05-04	Filhoulaud Henri
fischer-henri-1903-03-16	1903-03-16	Fischer Henri
fitzenkam-alice-1912-07-21	1912-07-21	Fitzenkam Alice
flabeau-fernand-1916-04-20	1916-04-20	Flabeau Fernand
flamand-paul-henri-1909-01-25	1909-01-25	Flamand Paul Henri
flechet-max-1901-05-10	1901-05-10	Flechet Max
flichy-francois-1913-07-10	1913-07-10	Flichy François
flichy-marcel-1915-01-08	1915-01-08	Flichy Marcel
floirat-sylvain-1899-09-28	1899-09-28	Floirat Sylvain
florio-rene-1911-08-18	1911-08-18	Florio René
foignet-rabert-1900-12-11	1900-12-11	Foignet Rabert
folliasson-andre-1901-01-03	1901-01-03	Folliasson André
fombeur-jean-jacques-1912-03-15	1912-03-15	Fombeur Jean-Jacques
forster-emile-1910-11-04	1910-11-04	Forster Emile
fort-jean-pierre-1914-02-15	1914-02-15	Fort Jean-Pierre
foubert-francis-1890-03-20	1890-03-20	Foubert Francis
fouquet-gaetan-1903-05-01	1903-05-01	Fouquet Gaétan
fourcade-jean-1908-03-28	1908-03-28	Fourcade Jean
foure-jacques-1912-06-20	1912-06-20	Foure Jacques
fourmestraux-jean-paul-1914-10-17	1914-10-17	Fourmestraux Jean Paul
fourniat-robert-1898-03-23	1898-03-23	Fourniat Robert
fournier-marcel-1914-03-02	1914-03-02	Fournier Marcel
fourrier-paul-1917-06-10	1917-06-10	Fourrier Paul
fraikin-gerard-1916-01-12	1916-01-12	Fraikin Gérard
francois-rene-1922-10-06	1922-10-06	Francois René
frank-paul-1919-08-05	1919-08-05	Frank Paul
frerejean-de-chavagneux-hubert-1914-09-02	1914-09-02	Frerejean de CHAVAGNEUX Hubert
frezal-jean-1922-08-19	1922-08-19	Frezal Jean
frezieres-henri-1917-03-07	1917-03-07	Frezieres Henri
frignet-pierre-1920-04-15	1920-04-15	Frignet Pierre
froment-raymond-1913-01-17	1913-01-17	Froment Raymond
froment-roger-1907-01-18	1907-01-18	Froment Roger
frossard-henri-1928-08-30	1928-08-30	Frossard Henri
gaehlinger-henri-1885-05-15	1885-05-15	Gaehlinger Henri
gahinet-maurice-1910-01-06	1910-01-06	Gahinet Maurice
gaillard-jean-1922-03-03	1922-03-03	Gaillard Jean
gaillot-gaston-1880-03-30	1880-03-30	Gaillot Gaston
gajac-jean-pierre-1916-02-26	1916-02-26	Gajac Jean Pierre
galdert-gabriel-de-1912-07-15	1912-07-15	Galdert Gabriel de
galey-jean-jacques-1916-09-25	1916-09-25	Galey Jean-Jacques
galiacy-jean-1898-10-12	1898-10-12	Galiacy Jean
galichon-francis-1929-12-05	1929-12-05	Galichon Francis
galland-marcel-1888-01-31	1888-01-31	Galland Marcel
galleret-paul-1902-07-21	1902-07-21	Galleret Paul
gallienne-georges-1898-10-19	1898-10-19	Gallienne Georges
gallimard-jacques-leon-1825-04-14	1825-04-14	Gallimard Jacques Léon
galtier-marcel-1897-01-07	1897-01-07	Galtier Marcel
galzy-georges-1917-09-24	1917-09-24	Galzy Georges
gameiez-fernand-1903-02-27	1903-02-27	Gameiez Fernand
gandoet-paul-louis-1902-02-02	1902-02-02	Gandoet Paul-Louis
ganiere-paul-1907-07-22	1907-07-22	Ganiere Paul
garagnon-rene-1904-09-12	1904-09-12	Garagnon René
garbay-michel-1924-08-05	1924-08-05	Garbay Michel
garbay-pierre-1903-10-04	1903-10-04	Garbay Pierre
gardet-roger-1900-04-15	1900-04-15	Gardet Roger
gardien-jacquee-1909-02-19	1909-02-19	Gardien Jacquee
garet-etienne-1925-12-26	1925-12-26	Garet Etienne
garnier-emile-1884-01-20	1884-01-20	Garnier Emile
garnier-isidore-theodule-1816-12-03	1816-12-03	Garnier Isidore Théodule
garraud-robert-1910-10-04	1910-10-04	Garraud Robert
garrigues-albert-1922-01-15	1922-01-15	Garrigues Albert
gasse-henri-1907-04-23	1907-04-23	Gasse Henri
gastines-hubert-de-macee-de-1903-08-01	1903-08-01	Gastines Hubert de (MACEE de)
gauchard-fernand-1899-12-07	1899-12-07	Gauchard Fernand
gauffre-raymond-1909-07-02	1909-07-02	Gauffre Raymond
gaujour-robert-1906-02-11	1906-02-11	Gaujour Robert
gaujoux-edouard-1907-07-03	1907-07-03	Gaujoux Edouard
gaulle-philippe-de-1921-12-28	1921-12-28	Gaulle Philippe de
gaulon-roger-jean-1902-02-06	1902-02-06	Gaulon Roger Jean
gault-henry-gaudichon-1929-11-04	1929-11-04	Gault Henry (GAUDICHON)
gaume-pierre-1908-10-14	1908-10-14	Gaume Pierre
gauthier-gabriel-1916-09-12	1916-09-12	Gauthier Gabriel
gauthier-pierre-1904-09-18	1904-09-18	Gauthier Pierre
gauthier-lafaye-pierre-1921-05-05	1921-05-05	Gauthier-Lafaye Pierre
gautier-paul-1920-06-22	1920-06-22	Gautier Paul
gay-raymond-1922-02-12	1922-02-12	Gay Raymond
gayral-louis-1916-09-29	1916-09-29	Gayral Louis
gedeon-andre-1917-05-26	1917-05-26	Gedeon André
geffrier-guy-1904-03-26	1904-03-26	Geffrier Guy
geingeaud-rene-1900-04-22	1900-04-22	Geingeaud René
gelee-max-1904-08-01	1904-08-01	Gelee Max
gelinet-andre-1917-02-28	1917-02-28	Gelinet André
gelle-paul-1904-08-20	1904-08-20	Gelle Paul
genermont-jean-1936-01-17	1936-01-17	Genermont Jean
genevey-louis-1907-09-12	1907-09-12	Genevey Louis
genevois-louis-1900-03-05	1900-03-05	Genevois Louis
genevrier-robert-1909-07-31	1909-07-31	Genevrier Robert
gense-michel-1920-09-04	1920-09-04	Gense Michel
gerard-maurice-1883-01-27	1883-01-27	Gerard Maurice
geraud-jean-1908-12-26	1908-12-26	Geraud Jean
gerest-francois-1912-09-16	1912-09-16	Gerest François
germain-henri-1901-06-27	1901-06-27	Germain Henri
germain-henry-1903-03-27	1903-03-27	Germain Henry
germain-hubert-1920-08-06	1920-08-06	Germain Hubert
george-louis-1922-05-31	1922-05-31	George Louis
georges-marie-m-1891-03-16	1891-03-16	Georges Marie M.
gernez-rieux-charles-1898-04-22	1898-04-22	Gernez-Rieux Charles
gibert-theophile-1904-06-14	1904-06-14	Gibert Theophile
gigues-maurice-1918-07-12	1918-07-12	Gigues Maurice
gilbert-jacques-1913-07-21	1913-07-21	Gilbert Jacques
gilbrin-emile-1902-11-07	1902-11-07	Gilbrin Emile
gillet-germain-1908-02-26	1908-02-26	Gillet Germain
ginas-emile-1892-03-19	1892-03-19	Ginas Emile
girard-georges-1888-02-04	1888-02-04	Girard Georges
girard-jean-felix-1903-10-17	1903-10-17	Girard Jean Felix
girardon-robert-1917-08-20	1917-08-20	Girardon Robert
giraud-andre-1909-05-13	1909-05-13	Giraud André
giraud-claude-1923-07-11	1923-07-11	Giraud Claude
giraud-michel-1919-11-17	1919-11-17	Giraud Michel
girier-laurent-1921-04-22	1921-04-22	Girier Laurent
giroud-germain-1911-04-21	1911-04-21	Giroud Germain
givenchy-hubert-taffin-de-1927-02-20	1927-02-20	Givenchy Hubert (TAFFIN de)
godechot-roger-1922-12-15	1922-12-15	Godechot Roger
giroux-jean-1907-06-27	1907-06-27	Giroux Jean
godefroy-charles-1888-12-29	1888-12-29	Godefroy Charles
godlewski-guy-1913-04-20	1913-04-20	Godlewski Guy
godlewski-jean-1919-08-08	1919-08-08	Godlewski Jean
godlewski-stanislas-1919-12-02	1919-12-02	Godlewski Stanislas
goislard-de-monsabert-joseph-1887-09-30	1887-09-30	Goislard de MONSABERT Joseph
golde-alice-dupuy-1928-08-10	1928-08-10	Golde Alice (DUPUY)
goma-michel-1932-03-12	1932-03-12	Goma Michel
gombeaud-jean-1907-06-29	1907-06-29	Gombeaud Jean
gomez-francine-le-foyer-1932-10-12	1932-10-12	Gomez Francine (LE FOYER)
gosserez-maurice-1911-03-18	1911-03-18	Gosserez Maurice
gosset-jean-1907-06-29	1907-06-29	Gosset Jean
goudal-gaston-1910-05-11	1910-05-11	Goudal Gaston
goudard-jean-michel-1939-11-13	1939-11-13	Goudard Jean-Michel
gouguenheim-jean-1923-03-05	1923-03-05	Gouguenheim Jean
goujon-pierre-1910-09-27	1910-09-27	Goujon Pierre
goumain-andre-1910-06-16	1910-06-16	Goumain André
gouyon-andre-1925-03-22	1925-03-22	Gouyon André
gouze-renal-christine-1914-12-30	1914-12-30	Gouze-Renal Christine
grandin-auguste-1907-03-13	1907-03-13	Grandin Auguste
grand-jouan-lucien-1937-11-29	1937-11-29	Grand-Jouan Lucien
grandmottet-pierre-1928-01-02	1928-01-02	Grandmottet Pierre
granet-etienne-1889-07-17	1889-07-17	Granet Etienne
granry-francois-1914-10-09	1914-10-09	Granry François
granval-gilbert-1904-02-12	1904-02-12	Granval Gilbert
grasset-jacques-1905-03-15	1905-03-15	Grasset Jacques
grassin-jean-1925-08-06	1925-08-06	Grassin Jean
gratadour-cyrille-1933-07-09	1933-07-09	Gratadour Cyrille
graux-pierre-1912-04-17	1912-04-17	Graux Pierre
gravejal-emilienne-1913-04-15	1913-04-15	Gravejal Emilienne
grenoilleau-gaston-1899-02-26	1899-02-26	Grenoilleau Gaston
gresley-henry-1819-02-09	1819-02-09	Gresley Henry
grevy-paul-louis-1820-09-05	1820-09-05	Grevy Paul Louis
gribius-andre-1907-02-08	1907-02-08	Gribius André
griffon-henri-1904-12-26	1904-12-26	Griffon Henri
grigaut-adrien-1884-03-15	1884-03-15	Grigaut Adrien
grimaudet-de-rochebouet-g-1813-03-16	1813-03-16	Grimaudet de ROCHEBOUET G.
grimbert-jacques-1929-05-10	1929-05-10	Grimbert Jacques
grinda-jean-paul-1900-05-11	1900-05-11	Grinda Jean-Paul
gros-charles-1910-08-12	1910-08-12	Gros Charles
gros-claude-1915-07-23	1915-07-23	Gros Claude
groulade-paul-1909-10-10	1909-10-10	Groulade Paul
grumillier-henri-1908-06-04	1908-06-04	Grumillier Henri
grunelius-michael-1929-06-28	1929-06-28	Grunelius Michaël
gueguen-yves-1919-11-02	1919-11-02	Gueguen Yves
guelfi-julien-1913-02-26	1913-02-26	Guelfi Julien
guenin-pierre-1911-09-30	1911-09-30	Guenin Pierre
guenon-des-mesnards-guy-1909-03-15	1909-03-15	Guenon des MESNARDS Guy
guerin-maurice-1900-03-02	1900-03-02	Guerin Maurice
guernon-roger-1916-05-13	1916-05-13	Guernon Roger
guerre-claude-de-1910-09-23	1910-09-23	Guerre Claude de
guerre-nicolas-de-1913-12-24	1913-12-24	Guerre Nicolas de
guerrier-yves-1917-09-26	1917-09-26	Guerrier Yves
guerrini-guy-1912-07-01	1912-07-01	Guerrini Guy
guglielmi-joseph-1912-02-29	1912-02-29	Guglielmi Joseph
guibaud-eugene-1909-09-05	1909-09-05	Guibaud Eugène
guichard-claude-1928-11-11	1928-11-11	Guichard Claude
guichard-yves-1922-06-30	1922-06-30	Guichard Yves
guillard-andre-1910-07-19	1910-07-19	Guillard André
guillaudot-maurice-1893-06-28	1893-06-28	Guillaudot Maurice
guillaumat-pierre-1909-08-05	1909-08-05	Guillaumat Pierre
guillaumin-andre-1874-09-01	1874-09-01	Guillaumin André
guillemain-rene-1908-04-20	1908-04-20	Guillemain René
guillebon-jacques-de-1909-10-13	1909-10-13	Guillebon Jacques de
guillet-rene-1913-06-08	1913-06-08	Guillet René
guillon-herve-1909-12-15	1909-12-15	Guillon Hervé
guimier-simonne-renard-1907-01-08	1907-01-08	Guimier Simonne (RENARD)
guiot-gerard-1912-01-19	1912-01-19	Guiot Gérard
habert-jacques-1919-09-26	1919-09-26	Habert Jacques
haffner-antoine-1923-07-14	1923-07-14	Haffner Antoine
hallais-pierre-1913-06-03	1913-06-03	Hallais Pierre
halle-jean-1912-06-10	1912-06-10	Halle Jean
hallier-andre-1892-01-09	1892-01-09	Hallier André
hamard-pacory-leon-1899-03-29	1899-03-29	Hamard-Pacory Léon
hamburger-jean-1909-07-15	1909-07-15	Hamburger Jean
hamelle-marcel-1905-04-05	1905-04-05	Hamelle Marcel
hamm-albert-1880-05-16	1880-05-16	Hamm Albert
hannart-maurice-1921-04-21	1921-04-21	Hannart Maurice
hanote-jean-1905-12-26	1905-12-26	Hanote Jean
hanoteau-pierre-1888-05-05	1888-05-05	Hanoteau Pierre
hanrion-bertrand-1824-12-08	1824-12-08	Hanrion Bertrand
harlaut-georges-1891-07-06	1891-07-06	Harlaut Georges
harlay-victor-1908-07-29	1908-07-29	Harlay Victor
hartemann-pierre-1925-09-05	1925-09-05	Hartemann Pierre
hartmann-edouard-1893-01-09	1893-01-09	Hartmann Edouard
hassler-jean-1897-10-19	1897-10-19	Hassler Jean
hassler-joseph-1881-04-10	1881-04-10	Hassler Joseph
hauser-achille-1867-12-16	1867-12-16	Hauser Achille
hautiere-yves-1914-10-21	1914-10-21	Hautiere Yves
haye-andre-1895-02-14	1895-02-14	Haye André
hebert-henri-1912-10-23	1912-10-23	Hebert Henri
hebraud-andre-1908-01-08	1908-01-08	Hebraud André
hecaen-henry-1912-05-05	1912-05-05	Hecaen Henry
hechter-daniel-1938-07-30	1938-07-30	Hechter Daniel
helfer-edmond-1909-01-12	1909-01-12	Helfer Edmond
helluy-joseph-1911-04-15	1911-04-15	Helluy Joseph
henault-henri-1903-06-27	1903-06-27	Henault Henri
hennequin-francois-1914-03-29	1914-03-29	Hennequin François
henriet-jacques-1904-10-06	1904-10-06	Henriet Jacques
henriet-pierra-1901-07-20	1901-07-20	Henriet Pierra
henrion-roger-1927-08-18	1927-08-18	Henrion Roger
henrypierre-bizot-jean-1906-03-26	1906-03-26	Henrypierre-Bizot Jean
heraud-marius-1904-07-08	1904-07-08	Heraud Marius
herbillon-pierre-1879-06-24	1879-06-24	Herbillon Pierre
herbert-jean-1905-07-16	1905-07-16	Herbert Jean
herbeuval-rene-1912-11-20	1912-11-20	Herbeuval René
herbodeau-eugene-1888-04-03	1888-04-03	Herbodeau Eugène
herck-jean-1885-07-29	1885-07-29	Herck Jean
heriard-dubreuil-marc-1910-08-17	1910-08-17	Heriard Dubreuil Marc
hersant-robert-1920-01-31	1920-01-31	Hersant Robert
hervet-emile-1913-10-10	1913-10-10	Hervet Emile
hervieu-pierre-1905-05-20	1905-05-20	Hervieu Pierre
hervouet-francois-1916-02-23	1916-02-23	Hervouet François
hinglais-hermann-1900-01-21	1900-01-21	Hinglais Hermann
hocquard-jean-1889-09-07	1889-09-07	Hocquard Jean
hoffer-henriette-1885-06-18	1885-06-18	Hoffer Henriette
hollande-charles-1881-01-29	1881-01-29	Hollande Charles
hollender-louis-1922-02-15	1922-02-15	Hollender Louis
hollander-raymond-1918-07-07	1918-07-07	Hollander Raymond
horay-pierre-1910-02-01	1910-02-01	Horay Pierre
houdart-raymond-1913-10-22	1913-10-22	Houdart Raymond
houot-nicolas-maurice-1914-10-23	1914-10-23	Houot Nicolas Maurice
houriez-pierre-1905-09-06	1905-09-06	Houriez Pierre
houssay-jean-1905-08-22	1905-08-22	Houssay Jean
houssin-yvea-1926-10-11	1926-10-11	Houssin Yvea
huard-pierre-1901-10-16	1901-10-16	Huard Pierre
hubert-dominique-1916-08-04	1916-08-04	Hubert Dominique
hublot-emmanuel-1911-02-13	1911-02-13	Hublot Emmanuel
huchet-de-quenetain-bertrand-1911-07-18	1911-07-18	Huchet de QUENETAIN Bertrand
hucliez-jacques-1931-09-16	1931-09-16	Hucliez Jacques
huet-francois-louis-1929-01-20	1929-01-20	Huet François-Louis
huet-le-filliatre-andree-1901-07-08	1901-07-08	Huet Le Filliatre Andrée
hugot-georges-1907-01-14	1907-01-14	Hugot Georges
huguenin-rene-1894-07-22	1894-07-22	Huguenin René
hunebelle-andre-henri-1896-09-01	1896-09-01	Hunebelle André Henri
hure-robert-hurez-1903-07-02	1903-07-02	Hure Robert (HUREZ)
hurel-du-campart-antoine-1923-05-14	1923-05-14	Hurel Du Campart Antoine
huriet-claude-1930-05-24	1930-05-24	Huriet Claude
huron-roger-1913-08-20	1913-08-20	Huron Roger
hurtel-andre-1917-08-18	1917-08-18	Hurtel Andre
hussenstein-jean-1900-08-09	1900-08-09	Hussenstein Jean
hutin-francois-regis-1929-06-26	1929-06-26	Hutin François-Régis
hutin-yvan-1918-01-18	1918-01-18	Hutin Yvan
hutin-desgrees-paul-1888-10-21	1888-10-21	Hutin-Desgrees Paul
huyot-robert-1908-11-11	1908-11-11	Huyot Robert
hyronimus-raymond-1904-06-04	1904-06-04	Hyronimus Raymond
ibar-henri-1920-09-06	1920-09-06	Ibar Henri
idier-paul-1914-08-13	1914-08-13	Idier Paul
ingelrans-pierre-1898-12-13	1898-12-13	Ingelrans Pierre
isch-fransois-1918-11-08	1918-11-08	Isch FranSois
izard-jacques-1933-01-02	1933-01-02	Izard Jacques
jaboulay-henri-1897-08-05	1897-08-05	Jaboulay Henri
jacob-francois-1920-06-17	1920-06-17	Jacob François
jacquemart-noel-1909-12-24	1909-12-24	Jacquemart Noël
jacquemart-pierre-1918-08-28	1918-08-28	Jacquemart Pierre
jacques-michel-1913-12-25	1913-12-25	Jacques Michel
jacquet-jean-1914-02-20	1914-02-20	Jacquet Jean
jacquier-henri-1907-01-15	1907-01-15	Jacquier Henri
jacquier-paul-1910-06-14	1910-06-14	Jacquier Paul
jacquillat-claude-1929-12-30	1929-12-30	Jacquillat Claude
jacquot-pierre-1902-06-16	1902-06-16	Jacquot Pierre
jacomet-robert-1881-09-03	1881-09-03	Jacomet Robert
jacomy-henry-1888-06-27	1888-06-27	Jacomy Henry
jaeger-georges-1927-12-17	1927-12-17	Jaeger Georges
jaffeux-roger-1900-10-30	1900-10-30	Jaffeux Roger
james-rene-1911-06-05	1911-06-05	James René
janot-maurice-marie-1903-11-03	1903-11-03	Janot Maurice-Marie
jaupitre-michel-1911-06-11	1911-06-11	Jaupitre Michel
jausion-hubert-1890-09-08	1890-09-08	Jausion Hubert
jeanblanc-paul-1917-12-18	1917-12-18	Jeanblanc Paul
jeanfrancois-michel-1932-03-18	1932-03-18	Jeanfrançois Michel
jeangeorge-charlea-1923-01-19	1923-01-19	Jeangeorge Charlea
jeanpierre-claude-1912-03-14	1912-03-14	Jeanpierre Claude
jenlis-gonzague-de-1915-02-09	1915-02-09	Jenlis Gonzague de
jeannin-jean-1898-02-06	1898-02-06	Jeannin Jean
jenny-bernard-1931-03-18	1931-03-18	Jenny Bernard
jeune-mathis-1910-05-03	1910-05-03	Jeune Mathis
joannis-henri-1928-03-19	1928-03-19	Joannis Henri
joffard-raymond-1904-01-23	1904-01-23	Joffard Raymond
joigny-jacques-1924-04-05	1924-04-05	Joigny Jacques
jolibois-robert-1920-09-01	1920-09-01	Jolibois Robert
jonchay-ivan-sartou-du-1899-03-23	1899-03-23	Jonchay Ivan (SARTOU du)
josse-paul-1920-01-15	1920-01-15	Josse Paul
jost-alfred-1916-07-27	1916-07-27	Jost Alfred
jouanne-jean-1909-08-20	1909-08-20	Jouanne Jean
joubaud-georges-1907-12-24	1907-12-24	Joubaud Georges
joubert-andre-1916-10-22	1916-10-22	Joubert André
joubert-pierre-1900-07-19	1900-07-19	Joubert Pierre
joubrel-henri-1914-03-18	1914-03-18	Joubrel Henri
jouffret-andre-1921-02-11	1921-02-11	Jouffret André
jourdain-francois-1899-01-31	1899-01-31	Jourdain François
joureau-roger-1916-08-29	1916-08-29	Joureau Roger
jousse-robert-1889-12-14	1889-12-14	Jousse Robert
jouve-charles-1902-06-13	1902-06-13	Jouve Charles
joyau-guy-1913-07-14	1913-07-14	Joyau Guy
joybert-marc-de-1912-07-14	1912-07-14	Joybert Marc de
joyeux-bernard-1899-07-29	1899-07-29	Joyeux Bernard
jozan-edouard-1899-07-22	1899-07-22	Jozan Edouard
jubelin-andre-1906-07-28	1906-07-28	Jubelin André
judeaux-robert-1908-04-28	1908-04-28	Judeaux Robert
juillard-robert-1923-07-16	1923-07-16	Juillard Robert
julien-a-m-aman-maistre-1903-07-24	1903-07-24	Julien A. M. (Aman MAISTRE)
julitte-pierre-1910-05-24	1910-05-24	Julitte Pierre
jullien-vieroz-raymond-1910-04-30	1910-04-30	Jullien-Vieroz Raymond
jung-adolphe-1902-12-17	1902-12-17	Jung Adolphe
jung-francois-1920-06-18	1920-06-18	Jung François
jung-robert-1904-08-04	1904-08-04	Jung Robert
kahn-louis-1895-11-13	1895-11-13	Kahn Louis
kaminski-georges-1904-06-19	1904-06-19	Kaminski Georges
kammerer-theophile-1916-12-05	1916-12-05	Kammerer Théophile
kaufmann-hsnri-1913-07-06	1913-07-06	Kaufmann Hsnri
kerebel-bertrand-1921-12-30	1921-12-30	Kerebel Bertrand
kergaravat-louis-1907-12-08	1907-12-08	Kergaravat Louis
kerneis-jean-pierre-1918-12-27	1918-12-27	Kerneis Jean-Pierre
kersauson-robert-de-1902-10-23	1902-10-23	Kersauson Robert de
klotz-henri-1910-10-13	1910-10-13	Klotz Henri
labarbe-marcel-1916-03-30	1916-03-30	Labarbe Marcel
labarthe-gerard-thomas-de-1901-08-09	1901-08-09	Labarthe Gérard (THOMAS de)
labat-jean-andre-1877-12-27	1877-12-27	Labat Jean André
labayle-jean-1914-09-16	1914-09-16	Labayle Jean
labouchere-jacques-de-1920-06-27	1920-06-27	Labouchere Jacques de
labouchere-rene-1890-02-13	1890-02-13	Labouchere René
labro-maurice-1910-09-21	1910-09-21	Labro Maurice
labrousse-henri-1913-10-08	1913-10-08	Labrousse Henri
lacan-jacques-1901-04-13	1901-04-13	Lacan Jacques
lachaux-maurice-1909-07-17	1909-07-17	Lachaux Maurice
laclos-henry-choderlos-de-1878-09-30	1878-09-30	Laclos Henry (CHODERLOS de)
lacoste-christian-1918-03-15	1918-03-15	Lacoste Christian
lacour-pieres-1910-12-13	1910-12-13	Lacour Pieres
ladousse-albert-1908-05-27	1908-05-27	Ladousse Albert
ladrat-jean-1910-07-09	1910-07-09	Ladrat Jean
ladvocat-michel-arsene-1830-08-18	1830-08-18	Ladvocat Michel Arsène
laffont-pierre-1913-03-12	1913-03-12	Laffont Pierre
laffont-robert-1916-11-30	1916-11-30	Laffont Robert
lafon-pierre-1899-01-21	1899-01-21	Lafon Pierre
lafon-pierre-1909-08-05	1909-08-05	Lafon Pierre
lafon-robert-1905-05-14	1905-05-14	Lafon Robert
lafont-henry-1920-08-10	1920-08-10	Lafont Henry
lafontaine-eugene-1915-01-01	1915-01-01	Lafontaine Eugène
laforge-rene-louis-1903-03-13	1903-03-13	Laforge René-Louis
lagache-georgss-1916-06-02	1916-06-02	Lagache Georgss
lagarde-antoine-1925-10-01	1925-10-01	Lagarde Antoine
lagarde-jean-1908-08-02	1908-08-02	Lagarde Jean
lagarde-jean-luc-1920-03-19	1920-03-19	Lagarde Jean-Luc
lagardere-jean-luc-1928-02-10	1928-02-10	Lagardere Jean-Luc
lagneau-fernand-1917-10-10	1917-10-10	Lagneau Fernand
lagrange-paul-de-gaudin-de-1912-01-12	1912-01-12	Lagrange Paul(de GAUDIN de)
laine-francis-1909-10-16	1909-10-16	Laine Francis
laisney-louis-1909-05-16	1909-05-16	Laisney Louis
lalande-andre-1913-05-26	1913-05-26	Lalande André
lalitte-gaston-1909-03-15	1909-03-15	Lalitte Gaston
lallart-pierrs-1919-08-08	1919-08-08	Lallart Pierrs
lalloy-maurice-1896-11-25	1896-11-25	Lalloy Maurice
lamarche-maurice-1924-10-16	1924-10-16	Lamarche Maurice
lamazere-roger-1929-04-14	1929-04-14	Lamazere Roger
lambert-edmond-marcel-1845-07-29	1845-07-29	Lambert Edmond Marcel
lambin-suzanne-1902-08-01	1902-08-01	Lambin Suzanne
lamensans-andre-1919-02-04	1919-02-04	Lamensans André
lamson-andre-1908-10-29	1908-10-29	Lamson André
lamy-jacques-1915-01-08	1915-01-08	Lamy Jacques
lamy-louis-1914-10-06	1914-10-06	Lamy Louis
lanaverre-lucien-1912-06-04	1912-06-04	Lanaverre Lucien
lancon-jean-1914-09-17	1914-09-17	Lancon Jean
lancon-robert-1917-02-01	1917-02-01	Lancon Robert
lancrenon-robert-1909-09-30	1909-09-30	Lancrenon Robert
lanes-philipps-1913-12-21	1913-12-21	Lanes Philipps
lang-jack-1939-09-02	1939-09-02	Lang Jack
langard-victor-1915-04-28	1915-04-28	Langard Victor
lange-jacques-1907-11-04	1907-11-04	Lange Jacques
langeron-paul-1922-05-17	1922-05-17	Langeron Paul
langlade-paul-girot-de-1894-07-26	1894-07-26	Langlade Paul(GIROT de)
langlais-pierre-1909-12-02	1909-12-02	Langlais Pierre
languillon-jean-1912-03-06	1912-03-06	Languillon Jean
laniez-gabriel-1897-11-21	1897-11-21	Laniez Gabriel
lano-bernard-de-gueheneuc-1913-11-20	1913-11-20	Lano Bernard (de Guéheneuc)
lannoy-robert-1915-06-18	1915-06-18	Lannoy Robert
lanote-armand-1902-05-19	1902-05-19	Lanote Armand
lantenois-roger-1910-06-04	1910-06-04	Lantenois Roger
lanvin-lucie-boudry-1902-08-16	1902-08-16	Lanvin Lucie (BOUDRY)
lapaume-raphael-1908-07-04	1908-07-04	Lapaume Raphaël
lapeyre-andre-1891-05-08	1891-05-08	Lapeyre André
lapeyssonnie-leon-1915-10-16	1915-10-16	Lapeyssonnie Léon
lapierre-michel-1921-02-09	1921-02-09	Lapierre Michel
laplane-dominique-1928-08-11	1928-08-11	Laplane Dominique
laplane-robert-1907-06-27	1907-06-27	Laplane Robert
larcan-alain-1931-02-25	1931-02-25	Larcan Alain
lareng-louis-1923-04-08	1923-04-08	Lareng Louis
laroche-claude-1917-09-04	1917-09-04	Laroche Claude
laroche-marguerite-navarron-1909-11-27	1909-11-27	Laroche Marguerite (NAVARRON)
la-rocque-de-severac-bertrand-1925-07-11	1925-07-11	La Rocque de SEVERAC Bertrand
lartigue-marie-hippolyte-1815-04-17	1815-04-17	Lartigue Marie Hippolyte
lashordes-xavier-1903-01-01	1903-01-01	Lashordes Xavier
lassalle-pierre-1905-12-10	1905-12-10	Lassalle Pierre
lasserre-louis-1895-07-17	1895-07-17	Lasserre Louis
lataillade-louis-1910-08-01	1910-08-01	Lataillade Louis
lataix-pierre-1911-07-02	1911-07-02	Lataix Pierre
latarjet-michel-1913-01-01	1913-01-01	Latarjet Michel
latarjet-raymond-1911-10-17	1911-10-17	Latarjet Raymond
latham-hubert-1883-01-10	1883-01-10	Latham Hubert
laubard-paul-1899-11-23	1899-11-23	Laubard Paul
laubie-paulette-croses-1929-08-15	1929-08-15	Laubie Paulette (CROSES)
laugier-paul-1910-10-03	1910-10-03	Laugier Paul
launay-jacques-1925-05-25	1925-05-25	Launay Jacques
laure-rene-1912-06-28	1912-06-28	Laure René
laurens-paul-1922-01-28	1922-01-28	Laurens Paul
laurent-francis-1923-04-03	1923-04-03	Laurent Francis
laval-paul-1913-02-06	1913-02-06	Laval Paul
lavalette-dernard-de-1930-12-18	1930-12-18	Lavalette Dernard de
lavaud-gaston-1900-02-28	1900-02-28	Lavaud Gaston
lavergne-andre-1913-04-03	1913-04-03	Lavergne André
lebel-jean-1927-09-11	1927-09-11	Lebel Jean
lebel-jean-edmond-1912-08-16	1912-08-16	Lebel Jean Edmond
lebeuf-nicolas-1934-10-06	1934-10-06	Lebeuf Nicolas
le-bigot-guillaume-1909-02-24	1909-02-24	Le Bigot Guillaume
leblanc-marc-1905-01-30	1905-01-30	Leblanc Marc
le-bleu-jean-1879-09-11	1879-09-11	Le Bleu Jean
lebon-albert-1908-06-01	1908-06-01	Lebon Albert
le-borgne-claude-1921-12-10	1921-12-10	Le Borgne Claude
le-breton-ernest-1905-01-22	1905-01-22	Le Breton Ernest
lebrun-barthelemy-1809-10-22	1809-10-22	Lebrun Barthelémy
leccia-joseph-1901-05-03	1901-05-03	Leccia Joseph
lecerf-louis-1915-03-29	1915-03-29	Lecerf Louis
le-chatelier-jean-1924-03-21	1924-03-21	Le Chatelier Jean
le-chevrel-bertrand-1920-02-17	1920-02-17	Le Chevrel Bertrand
leclair-bernard-1929-02-03	1929-02-03	Leclair Bernard
leclerc-edouard-1926-11-20	1926-11-20	Leclerc Edouard
leclainche-xavier-1899-04-19	1899-04-19	Leclainche Xavier
leclercq-etienne-1922-09-08	1922-09-08	Leclercq Etienne
leclercq-robert-1921-05-18	1921-05-18	Leclercq Robert
leclere-guy-1910-12-02	1910-12-02	Leclere Guy
lecocq-pierre-1910-12-06	1910-12-06	Lecocq Pierre
le-coeur-edouard-1899-04-30	1899-04-30	Le Coeur Edouard
lecointe-gerard-1912-07-07	1912-07-07	Lecointe Gérard
lecomte-daniel-1913-04-25	1913-04-25	Lecomte Daniel
lecomte-jean-1903-11-28	1903-11-28	Lecomte Jean
lecouls-pierre-1914-06-25	1914-06-25	Lecouls Pierre
lecuire-jean-1912-10-07	1912-10-07	Lecuire Jean
ledoux-andre-1912-01-27	1912-01-27	Ledoux André
ledoux-guy-1927-03-13	1927-03-13	Ledoux Guy
leduc-michel-1909-03-12	1909-03-12	Leduc Michel
leenhardt-olivier-1931-07-21	1931-07-21	Leenhardt Olivier
lefebvre-adolphe-1820-04-16	1820-04-16	Lefebvre Adolphe
lefebvre-rene-1913-02-05	1913-02-05	Lefebvre René
le-gall-paul-1920-09-18	1920-09-18	Le Gall Paul
leger-lucien-1912-08-29	1912-08-29	Leger Lucien
leger-victor-1898-04-13	1898-04-13	Leger Victor
legueux-jean-francois-1902-02-03	1902-02-03	Legueux Jean François
leiser-jean-1913-04-21	1913-04-21	Leiser Jean
lejeune-jerome-1926-06-13	1926-06-13	Lejeune Jérôme
le-lamer-michel-1928-11-08	1928-11-08	Le Lamer Michel
lelievre-jean-1914-11-01	1914-11-01	Lelievre Jean
le-magnen-jacques-1916-07-30	1916-07-30	Le Magnen Jacques
le-masson-francois-1908-11-26	1908-11-26	Le Masson François
le-minor-leon-1920-04-16	1920-04-16	Le Minor Léon
lemoine-henri-1904-05-30	1904-05-30	Lemoine Henri
lemue-francis-1929-09-25	1929-09-25	Lemue Francis
lender-theodore-1912-11-08	1912-11-08	Lender Théodore
lengagne-hursmard-1920-02-21	1920-02-21	Lengagne Hursmard
lennuyeux-marcel-1908-05-31	1908-05-31	Lennuyeux Marcel
lennuyeux-rene-1904-09-13	1904-09-13	Lennuyeux René
lenoir-henri-1885-09-15	1885-09-15	Lenoir Henri
lenoir-pierre-1911-10-13	1911-10-13	Lenoir Pierre
lenormand-jacques-1896-10-24	1896-10-24	Lenormand Jacques
lenormand-jean-max-1915-03-09	1915-03-09	Lenormand Jean-Max
le-page-rene-1889-01-04	1889-01-04	Le Page René
l-epee-pierre-1915-05-28	1915-05-28	L'epee Pierre
leotard-pierre-de-1909-07-06	1909-07-06	Leotard Pierre de
lepotier-adolphe-1898-02-01	1898-02-01	Lepotier Adolphe
le-puloch-louis-1904-04-03	1904-04-03	Le Puloch Louis
leroux-dupeyron-yves-1924-11-08	1924-11-08	Leroux-Dupeyron Yves
leroy-andre-1892-09-11	1892-09-11	Leroy André
lescan-bernard-1915-04-29	1915-04-29	Lescan Bernard
lescaux-maurice-1890-04-11	1890-04-11	Lescaux Maurice
leschi-marien-1903-07-20	1903-07-20	Leschi Marien
lesoin-rene-1920-06-13	1920-06-13	Lesoin René
lespinay-pierre-de-1918-11-07	1918-11-07	Lespinay Pierre de
lesquen-xavier-de-1903-11-27	1903-11-27	Lesquen Xavier de
l-estoile-hugues-de-1931-05-07	1931-05-07	L'estoile Hugues de
l-estoile-maurice-de-1903-08-16	1903-08-16	L'estoile Maurice de
lesur-jean-1909-09-13	1909-09-13	Lesur Jean
lesure-jean-1921-11-21	1921-11-21	Lesure Jean
le-tac-joel-1918-02-15	1918-02-15	Le Tac Joël
le-thomas-auguste-1893-07-26	1893-07-26	Le Thomas Auguste
levacon-yves-1906-06-29	1906-06-29	Levacon Yves
levavasseur-robert-1912-10-12	1912-10-12	Levavasseur Robert
levecq-marcel-1910-07-09	1910-07-09	Levecq Marcel
le-verbe-pierre-1905-08-26	1905-08-26	Le Verbe Pierre
levesque-donatien-1913-05-02	1913-05-02	Levesque Donatien
levrat-marcel-1903-08-22	1903-08-22	Levrat Marcel
levy-jean-pierre-1911-05-28	1911-05-28	Levy Jean-Pierre
levy-roger-1914-08-17	1914-08-17	Levy Roger
l-henoret-francoia-1910-10-26	1910-10-26	L'henoret Francoia
l-heritier-philippe-1906-01-03	1906-01-03	L'heritier Philippe
l-hopitault-michel-1930-12-24	1930-12-24	L'hopitault Michel
lhospied-jean-1900-02-11	1900-02-11	Lhospied Jean
lhussier-andre-1923-05-10	1923-05-10	Lhussier André
lichtwitz-andre-1899-10-31	1899-10-31	Lichtwitz André
lieber-auguste-1914-05-24	1914-05-24	Lieber Auguste
lignel-jean-1908-08-07	1908-08-07	Lignel Jean
limousin-henri-1893-03-25	1893-03-25	Limousin Henri
lintilhac-jean-paul-1919-03-30	1919-03-30	Lintilhac Jean-Paul
liogier-albert-1910-02-17	1910-02-17	Liogier Albert
lissitzky-serge-1919-11-22	1919-11-22	Lissitzky Serge
logerot-francois-auguste-1825-02-01	1825-02-01	Logerot François Auguste
lolmede-charles-1913-02-17	1913-02-17	Lolmede Charles
lombard-gabriel-1924-08-26	1924-08-26	Lombard Gabriel
longuet-henri-1902-09-17	1902-09-17	Longuet Henri
lorain-jean-1908-11-03	1908-11-03	Lorain Jean
lorillot-henri-1901-08-18	1901-08-18	Lorillot Henri
loron-robert-1919-12-09	1919-12-09	Loron Robert
lortholary-henri-1890-11-06	1890-11-06	Lortholary Henri
lorton-joseph-1909-07-02	1909-07-02	Lorton Joseph
louf-pierre-1915-01-24	1915-01-24	Louf Pierre
louis-jacques-1924-08-26	1924-08-26	Louis Jacques
loubatieres-auguste-1912-12-28	1912-12-28	Loubatiéres Auguste
louis-dreyfus-pierre-1908-05-17	1908-05-17	Louis-Dreyfus Pierre
louisot-robert-1914-09-19	1914-09-19	Louisot Robert
louvet-jacques-1930-08-01	1930-08-01	Louvet Jacques
louyot-pierre-1902-12-09	1902-12-09	Louyot Pierre
lubin-pierre-1893-06-21	1893-06-21	Lubin Pierre
lucas-alexandre-1909-08-11	1909-08-11	Lucas Alexandre
lucas-pierre-1913-06-07	1913-06-07	Lucas Pierre
lucien-rene-1900-02-05	1900-02-05	Lucien René
luzuy-maurice-1901-12-10	1901-12-10	Luzuy Maurice
lwoff-andre-1902-05-08	1902-05-08	Lwoff André
machenaud-roger-1918-12-25	1918-12-25	Machenaud Roger
maeght-aime-1906-04-27	1906-04-27	Maeght Aimé
maes-albert-1907-02-22	1907-02-22	Maes Albert
magnier-pierre-1907-12-10	1907-12-10	Magnier Pierre
magnin-felix-1914-03-18	1914-03-18	Magnin Félix
magnin-pierre-1926-07-24	1926-07-24	Magnin Pierre
mahieux-ernest-wilfrid-1910-05-05	1910-05-05	Mahieux Ernest-Wilfrid
mahmoudi-marie-josephe-masse-1911-03-14	1911-03-14	Mahmoudi Marie-Josèphe (MASSE
mahon-raymond-1902-01-27	1902-01-27	Mahon Raymond
mahoudeau-daniel-1907-09-24	1907-09-24	Mahoudeau Daniel
maigne-robert-1923-04-08	1923-04-08	Maigne Robert
mail-leone-1916-05-29	1916-05-29	Mail Léone
maillard-jean-1908-02-08	1908-02-08	Maillard Jean
maillard-jean-1910-03-24	1910-03-24	Maillard Jean
maillard-jean-noel-1923-12-23	1923-12-23	Maillard Jean-Noël
millet-jacques-1913-04-20	1913-04-20	Millet Jacques
maillet-marcel-1881-11-05	1881-11-05	Maillet Marcel
mailley-jean-baptiste-1911-02-16	1911-02-16	Mailley Jean-Baptiste
mairal-bernard-emile-1918-02-24	1918-02-24	Mairal-Bernard Emile
maissant-jean-1926-01-23	1926-01-23	Maissant Jean
malaguti-michel-1898-03-27	1898-03-27	Malaguti Michel
malangeau-pierre-1910-12-09	1910-12-09	Malangeau Pierre
malartre-henri-1905-12-17	1905-12-17	Malartre Henri
malher-guy-1932-04-20	1932-04-20	Malher Guy
mallet-robert-1925-09-10	1925-09-10	Mallet Robert
malterre-andre-1909-12-18	1909-12-18	Malterre André
manceaux-demiau-pierre-1898-08-01	1898-08-01	Manceaux-Demiau Pierre
mallet-guy-pierre-1897-05-19	1897-05-19	Mallet-Guy Pierre
mande-raymond-1910-06-19	1910-06-19	Mande Raymond
mandle-armand-1898-04-27	1898-04-27	Mandle Armand
mangeney-leon-1908-02-26	1908-02-26	Mangeney Léon
mangenot-georges-1899-03-26	1899-03-26	Mangenot Georges
mangenot-michel-1928-11-29	1928-11-29	Mangenot Michel
mangin-jacques-1917-11-16	1917-11-16	Mangin Jacques
mangin-stanislas-1917-09-20	1917-09-20	Mangin Stanislas
manhes-pierre-1888-01-20	1888-01-20	Manhes Pierre
marceau-marcel-mangel-1923-03-22	1923-03-22	Marceau Marcel (MANGEL)
marcellin-noel-1898-12-25	1898-12-25	Marcellin Noël
marchal-bernard-1905-03-25	1905-03-25	Marchal Bernard
marchand-leon-1873-05-06	1873-05-06	Marchand Léon
marchand-marcel-1901-11-19	1901-11-19	Marchand Marcel
marchetti-charles-1916-03-07	1916-03-07	Marchetti Charles
marias-raoul-1911-01-01	1911-01-01	Marias Raoul
marie-jean-1891-01-08	1891-01-08	Marie Jean
marie-pierre-1900-05-18	1900-05-18	Marie Pierre
marignan-roger-1920-06-16	1920-06-16	Marignan Roger
marmet-andre-1908-12-05	1908-12-05	Marmet André
mathe-georges-1922-07-09	1922-07-09	Mathe Georges
mathet-francois-1908-05-21	1908-05-21	Mathet François
mathieu-francois-1909-07-31	1909-07-31	Mathieu Francois
mathivat-andre-1907-12-17	1907-12-17	Mathivat André
mathon-edouard-1916-02-07	1916-02-07	Mathon Edouard
martin-jacques-1907-05-28	1907-05-28	Martin Jacques
martin-rene-1912-07-30	1912-07-30	Martin René
martin-roger-1903-07-20	1903-07-20	Martin Roger
martinet-henri-1906-10-08	1906-10-08	Martinet Henri
martin-sibille-yves-1918-11-22	1918-11-22	Martin-Sibille Yves
martre-jean-francois-1928-02-06	1928-02-06	Martre Jean-Francois
martre-marcel-1910-12-05	1910-12-05	Martre Marcel
marzloff-jean-1909-08-08	1909-08-08	Marzloff Jean
mascre-robert-1903-02-24	1903-02-24	Mascre Robert
masmonteil-fernand-1889-04-13	1889-04-13	Masmonteil Fernand
masquin-pierre-1900-10-21	1900-10-21	Masquin Pierre
massenet-gilles-1903-04-16	1903-04-16	Massenet Gilles
masson-pierre-1904-02-02	1904-02-02	Masson Pierre
masson-robert-1914-01-19	1914-01-19	Masson Robert
masson-regnault-maurice-1897-05-25	1897-05-25	Masson Regnault Maurice
massot-henri-1903-04-25	1903-04-25	Massot Henri
matissart-dean-1910-05-18	1910-05-18	Matissart Dean
matras-pierre-1914-08-29	1914-08-29	Matras Pierre
matrat-lucien-1906-08-18	1906-08-18	Matrat Lucien
maurer-pierre-1924-05-22	1924-05-22	Maurer Pierre
maurice-bokanovski-michel-1912-11-06	1912-11-06	Maurice-Bokanovski Michel
maury-jacques-1908-02-26	1908-02-26	Maury Jacques
mazard-jean-marie-1907-01-14	1907-01-14	Mazard Jean-Marie
mazars-gabriel-1918-06-10	1918-06-10	Mazars Gabriel
mazaud-raymond-1919-08-07	1919-08-07	Mazaud Raymond
mazer-paul-1894-08-12	1894-08-12	Mazer Paul
mazingarbe-andre-1910-01-06	1910-01-06	Mazingarbe André
meersseman-eernand-1893-01-10	1893-01-10	Meersseman Eernand
megnin-francois-1923-01-17	1923-01-17	Megnin François
megret-robert-1890-02-04	1890-02-04	Megret Robert
melchior-charles-1925-04-14	1925-04-14	Melchior Charles
melchior-rene-1895-05-19	1895-05-19	Melchior René
meltz-andre-1910-05-24	1910-05-24	Meltz André
menditte-jacques-de-1905-08-11	1905-08-11	Menditte Jacques de
menegaux-georges-1895-11-23	1895-11-23	Menegaux Georges
mennessier-jacques-1918-05-07	1918-05-07	Mennessier Jacques
menthon-eransois-de-1900-01-08	1900-01-08	Menthon Eransois de
meo-jean-1927-04-26	1927-04-26	Meo Jean
mercadier-maurice-1917-01-21	1917-01-21	Mercadier Maurice
merieux-charles-1907-01-09	1907-01-09	Merieux Charles
merle-guy-du-1908-01-01	1908-01-01	Merle Guy du
merle-pierre-1904-07-19	1904-07-19	Merle Pierre
merle-beral-jacques-1908-06-23	1908-06-23	Merle-Beral Jacques
merlin-louis-1901-10-10	1901-10-10	Merlin Louis
mesmay-jean-de-1879-02-02	1879-02-02	Mesmay Jean de
mesnard-pierre-1910-12-01	1910-12-01	Mesnard Pierre
messmer-piarre-1916-03-20	1916-03-20	Messmer Piarre
metivet-pierre-1925-09-29	1925-09-29	Metivet Pierre
mettavant-rene-1908-01-14	1908-01-14	Mettavant René
metz-bernard-1920-08-04	1920-08-04	Metz Bernard
metz-victor-de-1902-04-28	1902-04-28	Metz Victor de
meunier-andre-1903-10-14	1903-10-14	Meunier André
meyer-alain-jacques-1930-05-05	1930-05-05	Meyer Alain-Jacques
meyer-paul-1913-05-05	1913-05-05	Meyer Paul
meyer-philippe-1933-05-04	1933-05-04	Meyer Philippe
meyniel-gaston-1923-11-17	1923-11-17	Meyniel Gaston
meynier-robert-1906-07-28	1906-07-28	Meynier Robert
michaud-pierre-1915-04-02	1915-04-02	Michaud Pierre
michaud-robert-1906-04-15	1906-04-15	Michaud Robert
michelet-leon-1904-09-24	1904-09-24	Michelet Léon
migno-marcel-1919-02-26	1919-02-26	Migno Marcel
miller-georges-1913-07-16	1913-07-16	Miller Georges
milliez-paul-1912-06-15	1912-06-15	Milliez Paul
millot-charles-theodore-1829-06-28	1829-06-28	Millot Charles Theodore
millot-jean-1920-11-14	1920-11-14	Millot Jean
minet-pierre-1908-05-23	1908-05-23	Minet Pierre
mineur-jean-1902-03-12	1902-03-12	Mineur Jean
minkovski-alexandre-1915-12-05	1915-12-05	Minkovski Alexandre
minne-jean-1902-07-17	1902-07-17	Minne Jean
mirambeau-henri-1909-07-29	1909-07-29	Mirambeau Henri
mirleau-jean-de-1905-05-03	1905-05-03	Mirleau Jean de
mitterrand-jacques-1918-05-21	1918-05-21	Mitterrand Jacques
mitterrand-robert-1915-09-22	1915-09-22	Mitterrand Robert
mognard-roger-1922-12-04	1922-12-04	Mognard Roger
moine-francois-1920-01-29	1920-01-29	Moine François
molimard-jean-1913-09-07	1913-09-07	Molimard Jean
mollaret-jean-1909-05-11	1909-05-11	Mollaret Jean
mollard-emile-1895-08-23	1895-08-23	Mollard Emile
mommignaut-francois-1896-01-24	1896-01-24	Mommignaut François
mondain-pierre-1904-06-09	1904-06-09	Mondain Pierre
mondin-maurice-1909-08-08	1909-08-08	Mondin Maurice
monier-jacques-1917-07-26	1917-07-26	Monier Jacques
monnet-jean-1888-11-09	1888-11-09	Monnet Jean
monnet-marie-louise-1902-09-25	1902-09-25	Monnet Marie-Louise
monnet-paul-1914-06-23	1914-06-23	Monnet Paul
monnet-robert-1908-08-24	1908-08-24	Monnet Robert
monnier-claude-1925-07-22	1925-07-22	Monnier Claude
monnier-joseph-1912-05-11	1912-05-11	Monnier Joseph
monod-pascal-1916-02-09	1916-02-09	Monod Pascal
monod-broca-philippe-1918-06-09	1918-06-09	Monod-Broca Philippe
monrozies-maurice-1922-04-02	1922-04-02	Monrozies Maurice
monsaingeon-andre-1912-09-04	1912-09-04	Monsaingeon André
montagne-max-1920-02-07	1920-02-07	Montagne Max
montagne-michel-1931-01-02	1931-01-02	Montagne Michel
montagnier-luc-1932-08-18	1932-08-18	Montagnier Luc
montastruc-paul-1927-05-27	1927-05-27	Montastruc Paul
montaudon-jean-baptiste-1818-02-13	1818-02-13	Montaudon Jean Baptiste
monteilhet-louis-1906-08-21	1906-08-21	Monteilhet Louis
montesson-pierre-de-1918-08-22	1918-08-22	Montesson Pierre de
montrichard-gabriel-1892-09-21	1892-09-21	Montrichard Gabriel
moore-fred-1920-04-08	1920-04-08	Moore Fred
mora-joseph-1912-11-25	1912-11-25	Mora Joseph
moraux-pierre-1898-10-23	1898-10-23	Moraux Pierre
moraux-pierre-1914-01-04	1914-01-04	Moraux Pierre
moreau-jean-1902-02-09	1902-02-09	Moreau Jean
moreaux-rene-1889-03-09	1889-03-09	Moreaux René
morel-andre-1910-02-20	1910-02-20	Morel André
morel-andre-1933-07-07	1933-07-07	Morel André
morel-claude-1912-12-15	1912-12-15	Morel Claude
morel-marcel-1910-07-06	1910-07-06	Morel Marcel
morel-rene-1908-12-06	1908-12-06	Morel René
morel-fourrier-georges-1905-08-08	1905-08-08	Morel-Fourrier Georges
morelon-leon-1906-01-22	1906-01-22	Morelon Léon
morens-gerard-1920-09-25	1920-09-25	Morens Gérard
morette-andre-1905-11-29	1905-11-29	Morette André
morin-michel-1897-10-31	1897-10-31	Morin Michel
morliere-louis-1897-10-02	1897-10-02	Morliere Louis
motte-bertrand-1914-07-19	1914-07-19	Motte Bertrand
mouchet-albert-1869-01-08	1869-01-08	Mouchet Albert
moulet-albert-1908-08-15	1908-08-15	Moulet Albert
mouly-roger-1921-10-17	1921-10-17	Mouly Roger
mounier-kuhn-pierre-1901-09-06	1901-09-06	Mounier-Kuhn Pierre
mouren-albert-1915-07-15	1915-07-15	Mouren Albert
mourgue-molines-edouard-1895-09-29	1895-09-29	Mourgue-Molines Edouard
moustardier-georges-1903-04-25	1903-04-25	Moustardier Georges
mouton-marcel-1902-09-09	1902-09-09	Mouton Marcel
muller-andre-1925-06-19	1925-06-19	Muller André
muller-bernard-1913-04-24	1913-04-24	Muller Bernard
muller-germain-1923-07-11	1923-07-11	Muller Germain
muller-maurice-1895-05-15	1895-05-15	Muller Maurice
muller-pierre-1910-10-14	1910-10-14	Muller Pierre
multrier-michel-1910-04-09	1910-04-09	Multrier Michel
murat-jean-louis-1911-10-23	1911-10-23	Murat Jean-Louis
nachury-maurice-1917-03-03	1917-03-03	Nachury Maurice
nanquette-philippe-1935-11-02	1935-11-02	Nanquette Philippe
nardin-pierre-1912-03-04	1912-03-04	Nardin Pierre
naudo-paul-1926-02-22	1926-02-22	Naudo Paul
naulleau-jacques-1903-08-16	1903-08-16	Naulleau Jacques
nedey-raymond-1917-08-29	1917-08-29	Nedey Raymond
negre-eric-1915-02-14	1915-02-14	Negre Eric
negre-maurice-1901-08-05	1901-08-05	Negre Maurice
negrel-jacques-1915-12-28	1915-12-28	Negrel Jacques
nelkene-richard-1910-08-05	1910-08-05	Nelkene Richard
netter-henry-1907-08-31	1907-08-31	Netter Henry
niaussat-pierre-1921-11-21	1921-11-21	Niaussat Pierre
niboyet-emile-1913-06-16	1913-06-16	Niboyet Emile
nisolle-rene-1923-03-23	1923-03-23	Nisolle René
noel-paul-1904-03-19	1904-03-19	Noel Paul
noel-pierre-1912-12-18	1912-12-18	Noel Pierre
noel-robert-1893-03-06	1893-03-06	Noel Robert
noel-du-payrat-henri-1894-10-21	1894-10-21	Noel Du Payrat Henri
nord-pierre-brouillard-a-1900-04-15	1900-04-15	Nord Pierre (BROUILLARD A.)
nordmann-joseph-1922-05-25	1922-05-25	Nordmann Joseph
nordmann-roger-1926-05-24	1926-05-24	Nordmann Roger
norroy-maurice-1892-02-24	1892-02-24	Norroy Maurice
notter-armand-1912-03-07	1912-03-07	Notter Armand
nouvel-henri-1905-03-19	1905-03-19	Nouvel Henri
nungesser-charles-1892-03-15	1892-03-15	Nungesser Charles
oddo-paul-1917-11-24	1917-11-24	Oddo Paul
offret-guy-1911-03-28	1911-03-28	Offret Guy
olie-jean-1904-03-24	1904-03-24	Olie Jean
olivier-henri-1895-08-27	1895-08-27	Olivier Henri
oliver-raymond-1909-03-27	1909-03-27	Oliver Raymond
olleon-jean-1906-01-21	1906-01-21	Olleon Jean
o-neill-pierre-1903-05-02	1903-05-02	O'neill Pierre
orain-fred-1909-01-02	1909-01-02	Orain Fred
ordonneau-paul-1913-08-15	1913-08-15	Ordonneau Paul
orgeix-jean-d-1921-04-15	1921-04-15	Orgeix Jean d'
orsini-marcel-1911-02-01	1911-02-01	Orsini Marcel
ortolan-felix-1907-12-04	1907-12-04	Ortolan Félix
ortoli-paul-1900-09-19	1900-09-19	Ortoli Paul
orttner-louis-philippe-1908-08-18	1908-08-18	Orttner Louis-Philippe
ossard-alain-1941-08-15	1941-08-15	Ossard Alain
ottawa-leon-1898-02-04	1898-02-04	Ottawa Léon
ouary-gaston-1907-06-15	1907-06-15	Ouary Gaston
oudet-pierre-1909-08-26	1909-08-26	Oudet Pierre
oudin-jacques-1908-05-15	1908-05-15	Oudin Jacques
ours-henry-1902-12-31	1902-12-31	Ours Henry
ouvrard-jean-1910-06-16	1910-06-16	Ouvrard Jean
pages-paul-1895-04-09	1895-04-09	Pages Paul
pages-raymond-julien-1909-12-14	1909-12-14	Pages Raymond Julien
paget-marcel-1904-04-07	1904-04-07	Paget Marcel
pagot-jean-1916-04-27	1916-04-27	Pagot Jean
paillard-jacques-1920-03-05	1920-03-05	Paillard Jacques
painvin-pierre-marie-1925-01-27	1925-01-27	Painvin Pierre-Marie
paitra-jacques-1933-02-06	1933-02-06	Paitra Jacques
paleologue-jean-1906-11-25	1906-11-25	Paleologue Jean
parias-louis-henri-1913-06-08	1913-06-08	Parias Louis-Henri
paricaud-albert-1906-03-19	1906-03-19	Paricaud Albert
paris-georges-1895-09-23	1895-09-23	Paris Georges
pariselle-pierre-1921-11-06	1921-11-06	Pariselle Pierre
parneix-henri-1904-02-18	1904-02-18	Parneix Henri
parodi-alexandre-1901-06-01	1901-06-01	Parodi Alexandre
paroissin-jean-1909-03-07	1909-03-07	Paroissin Jean
paruit-raymond-1909-07-13	1909-07-13	Paruit Raymond
pascal-jean-1917-11-27	1917-11-27	Pascal Jean
paschetta-vincent-1904-04-13	1904-04-13	Paschetta Vincent
pasquie-maurice-1918-04-01	1918-04-01	Pasquie Maurice
patou-andre-1910-07-05	1910-07-05	Patou André
paugam-paul-1911-11-30	1911-11-30	Paugam Paul
paul-charles-1879-03-23	1879-03-23	Paul Charles
paulhac-fernand-1893-10-18	1893-10-18	Paulhac Fernand
pauly-robert-1905-02-21	1905-02-21	Pauly Robert
pauwels-louis-1920-08-02	1920-08-02	Pauwels Louis
payrau-paul-1911-08-13	1911-08-13	Payrau Paul
pechaudra-roger-1909-01-11	1909-01-11	Pechaudra Roger
pecker-jean-1921-01-23	1921-01-23	Pecker Jean
pedinielli-laurent-1923-02-20	1923-02-20	Pedinielli Laurent
penaud-guy-1908-03-04	1908-03-04	Penaud Guy
penguilly-jacques-de-1919-09-02	1919-09-02	Penguilly Jacques de
peninou-georges-1926-11-22	1926-11-22	Peninou Georges
pequignot-henri-1914-08-14	1914-08-14	Pequignot Henri
pequignot-jean-1921-09-09	1921-09-09	Pequignot Jean
percevault-rene-1897-01-17	1897-01-17	Percevault René
percier-alexandre-1919-01-07	1919-01-07	Percier Alexandre
perdoncini-guy-1914-05-19	1914-05-19	Perdoncini Guy
perdriel-claude-1926-10-25	1926-10-25	Perdriel Claude
perdriel-georges-1922-04-07	1922-04-07	Perdriel Georges
perdrizet-maurice-1912-07-11	1912-07-11	Perdrizet Maurice
perdu-remond-1915-01-04	1915-01-04	Perdu Rémond
peretti-achille-1911-06-13	1911-06-13	Peretti Achille
peries-paul-1899-09-27	1899-09-27	Peries Paul
perilhou-etienne-1887-08-15	1887-08-15	Perilhou Etienne
perin-lucien-1887-10-28	1887-10-28	Perin Lucien
pernot-du-breuil-henry-1899-02-24	1899-02-24	Pernot Du Breuil Henry
pernoud-regine-1909-06-17	1909-06-17	Pernoud Régine
perrin-andre-1921-04-26	1921-04-26	Perrin André
perrin-fayolle-max-1930-07-17	1930-07-17	Perrin-Fayolle Max
perrotin-jean-1916-05-22	1916-05-22	Perrotin Jean
person-jean-1913-01-23	1913-01-23	Person Jean
pertuy-augustin-1927-06-24	1927-06-24	Pertuy Augustin
petchot-bacque-louis-1907-03-09	1907-03-09	Petchot-Bacque Louis
petit-edmond-1914-11-19	1914-11-19	Petit Edmond
peyraud-michel-1935-10-04	1935-10-04	Peyraud Michel
pezerat-jean-marie-1888-05-28	1888-05-28	Pezerat Jean-Marie
phliponeau-pierre-1913-09-11	1913-09-11	Phliponeau Pierre
piatier-henri-1917-05-23	1917-05-23	Piatier Henri
piatte-jean-1900-02-20	1900-02-20	Piatte Jean
picamal-jacques-1909-07-26	1909-07-26	Picamal Jacques
picard-dominique-1914-07-15	1914-07-15	Picard Dominique
picard-jean-1910-09-01	1910-09-01	Picard Jean
picard-joseph-alexandre-1813-06-20	1813-06-20	Picard Joseph Alexandre
picaud-just-1908-01-19	1908-01-19	Picaud Just
picquart-georges-marie-1854-09-06	1854-09-06	Picquart Georges Marie
pieds-bernard-1919-08-03	1919-08-03	Pieds Bernard
pieri-jean-baptiste-1896-01-30	1896-01-30	Pieri Jean-Baptiste
groues-henri-1912-08-05	1912-08-05	Groues Henri)
pierre-maurice-1917-12-02	1917-12-02	Pierre Maurice
pineau-christian-1904-10-14	1904-10-14	Pineau Christian
pierron-emile-1900-05-07	1900-05-07	Pierron Emile
pierson-andre-1904-10-15	1904-10-15	Pierson André
pineau-henri-1914-08-14	1914-08-14	Pineau Henri
pinelli-jean-1902-06-04	1902-06-04	Pinelli Jean
pinson-robert-1898-05-08	1898-05-08	Pinson Robert
pirot-robert-1902-08-07	1902-08-07	Pirot Robert
pistor-michel-1924-12-15	1924-12-15	Pistor Michel
planes-georges-1901-06-05	1901-06-05	Planes Georges
plantevin-jean-1913-03-13	1913-03-13	Plantevin Jean
plas-bernard-yves-de-1901-08-20	1901-08-20	Plas Bernard Yves de
plazy-maurice-1907-08-20	1907-08-20	Plazy Maurice
plecy-albert-1914-08-26	1914-08-26	Plecy Albert
plessis-de-grenedan-gaston-1828-12-10	1828-12-10	Plessis de GRENEDAN Gaston
poirier-lucien-1908-01-11	1908-01-11	Poirier Lucien
poirot-jean-claude-1918-05-31	1918-05-31	Poirot Jean-Claude
poirre-rene-1916-03-20	1916-03-20	Poirre René
poitevin-andre-1920-01-02	1920-01-02	Poitevin André
poli-marchetti-jean-1879-09-18	1879-09-18	Poli-Marchetti Jean
ponchardier-dominique-1917-03-03	1917-03-03	Ponchardier Dominique
ponchardier-pierre-1909-10-04	1909-10-04	Ponchardier Pierre
pons-bernard-1926-07-18	1926-07-18	Pons Bernard
pontich-guy-1917-01-20	1917-01-20	Pontich Guy
portmann-michel-1924-05-31	1924-05-31	Portmann Michel
postel-maurice-1899-05-17	1899-05-17	Postel Maurice
postel-michel-1926-04-07	1926-04-07	Postel Michel
portmann-georges-1890-07-01	1890-07-01	Portmann Georges
potie-michel-1922-09-16	1922-09-16	Potie Michel
pouliquen-joseph-1897-11-20	1897-11-20	Pouliquen Joseph
pouret-edouard-1920-04-29	1920-04-29	Pouret Edouard
potez-henri-1891-09-30	1891-09-30	Potez Henri
prayer-gilbert-1915-08-20	1915-08-20	Prayer Gilbert
pretet-rene-1906-02-19	1906-02-19	Pretet René
prevost-henri-1921-01-24	1921-01-24	Prevost Henri
prieur-robert-1909-12-30	1909-12-30	Prieur Robert
prouvost-pierre-1899-12-23	1899-12-23	Prouvost Pierre
pruneta-antoine-1879-11-29	1879-11-29	Pruneta Antoine
puech-albert-1895-07-20	1895-07-20	Puech Albert
puech-paul-1925-11-16	1925-11-16	Puech Paul
puechberty-georges-1922-12-21	1922-12-21	Puechberty Georges
pujol-marcel-1921-09-23	1921-09-23	Pujol Marcel
puzenat-claude-1932-02-02	1932-02-02	Puzenat Claude
quarez-jean-1919-12-05	1919-12-05	Quarez Jean
queguiner-andre-1909-11-08	1909-11-08	Queguiner André
quenee-andre-1905-08-07	1905-08-07	Quenee André
quenette-jean-1906-03-11	1906-03-11	Quenette Jean
queney-georges-1912-01-21	1912-01-21	Queney Georges
quevauviller-andre-1910-09-20	1910-09-20	Quevauviller André
quilichini-robert-1912-12-27	1912-12-27	Quilichini Robert
quillery-henri-1904-10-22	1904-10-22	Quillery Henri
rachet-marcel-1897-07-06	1897-07-06	Rachet Marcel
ragueneau-philippe-1917-11-19	1917-11-19	Ragueneau Philippe
raiffaud-andre-1917-07-21	1917-07-21	Raiffaud André
ramain-paul-1895-08-20	1895-08-20	Ramain Paul
rambert-paul-1908-01-18	1908-01-18	Rambert Paul
ramillon-rene-1907-09-13	1907-09-13	Ramillon René
rancourt-de-mimerand-henry-1910-07-04	1910-07-04	Rancourt de MIMERAND Henry
rauch-madeleine-de-bourgeois-1896-08-25	1896-08-25	Rauch Madeleine de (BOURGEOIS)
raul-pierre-1896-08-17	1896-08-17	Raul Pierre
raulo-jean-1910-01-11	1910-01-11	Raulo Jean
ravault-pierre-1899-11-30	1899-11-30	Ravault Pierre
raveau-georges-1905-08-06	1905-08-06	Raveau Georges
raynaud-francis-1918-06-16	1918-06-16	Raynaud Francis
rayon-robert-1904-02-03	1904-02-03	Rayon Robert
razemon-jean-pierre-1927-01-22	1927-01-22	Razemon Jean-Pierre
razemon-pierre-1899-01-03	1899-01-03	Razemon Pierre
reals-antoine-boscals-de-1915-11-22	1915-11-22	Reals Antoine (BOSCALS de)
reboul-jean-1911-09-16	1911-09-16	Reboul Jean
rebuffel-gabriel-1897-07-03	1897-07-03	Rebuffel Gabriel
rebut-pierre-1910-08-05	1910-08-05	Rebut Pierre
recordier-maurice-1905-09-10	1905-09-10	Recordier Maurice
redele-jean-1922-05-17	1922-05-17	Redele Jean
redon-maurice-1905-02-20	1905-02-20	Redon Maurice
reignier-jacques-1911-08-23	1911-08-23	Reignier Jacques
reilinger-alfred-1900-11-15	1900-11-15	Reilinger Alfred
reme-bertrand-1908-08-12	1908-08-12	Reme Bertrand
remery-roger-1922-01-26	1922-01-26	Remery Roger
renard-robert-1915-01-30	1915-01-30	Renard Robert
renard-pierre-1903-07-08	1903-07-08	Renard Pierre
renault-camille-1904-05-02	1904-05-02	Renault Camille
renault-raymond-1921-06-02	1921-06-02	Renault Raymond
rendu-charles-1909-07-06	1909-07-06	Rendu Charles
rene-louis-1918-08-21	1918-08-21	Rene Louis
renon-charles-1909-06-16	1909-06-16	Renon Charles
reny-jean-francois-1901-10-05	1901-10-05	Reny Jean-Francois
rerat-alain-1926-07-16	1926-07-16	Rerat Alain
rescanieres-andre-1909-03-08	1909-03-08	Rescanieres André
reucher-paul-1927-03-29	1927-03-29	Reucher Paul
revol-jacques-1909-10-24	1909-10-24	Revol Jacques
rey-louis-1931-08-21	1931-08-21	Rey Louis
reydellet-maurice-1910-07-06	1910-07-06	Reydellet Maurice
reynaud-jean-baptiste-1914-04-08	1914-04-08	Reynaud Jean-Baptiste
reyniers-francois-1902-12-13	1902-12-13	Reyniers François
riber-jean-claude-1934-09-14	1934-09-14	Riber Jean-Claude
ribereau-gayon-jean-1905-02-13	1905-02-13	Ribereau-Gayon Jean
ricard-paul-1909-07-09	1909-07-09	Ricard Paul
richard-andre-1889-06-03	1889-06-03	Richard André
richard-auguste-1904-01-16	1904-01-16	Richard Auguste
richard-benoni-1897-10-26	1897-10-26	Richard Benoni
richard-jacques-1911-12-06	1911-12-06	Richard Jacques
richard-jean-1920-09-09	1920-09-09	Richard Jean
richard-pierre-maxence-1922-07-07	1922-07-07	Richard Pierre-Maxence
richardot-michel-1929-08-28	1929-08-28	Richardot Michel
richaudeau-francois-1920-02-11	1920-02-11	Richaudeau François
richerot-louis-1898-08-18	1898-08-18	Richerot Louis
richir-claude-1926-08-07	1926-08-07	Richir Claude
richou-maxime-1911-08-14	1911-08-14	Richou Maxime
rieuf-henri-1905-03-30	1905-03-30	Rieuf Henri
rieunau-georges-1907-02-04	1907-02-04	Rieunau Georges
rieunier-adrien-henri-1833-03-06	1833-03-06	Rieunier Adrien Henri
riffault-helene-1921-07-01	1921-07-01	Riffault Hélène
rigaud-jean-emile-1912-05-09	1912-05-09	Rigaud Jean-Emile
rigaud-pierre-1920-09-05	1920-09-05	Rigaud Pierre
rimbaud-pierre-1905-04-06	1905-04-06	Rimbaud Pierre
rinaldi-renaud-1908-08-28	1908-08-28	Rinaldi Renaud
risch-hubert-1924-10-04	1924-10-04	Risch Hubert
riston-jean-1926-07-15	1926-07-15	Riston Jean
rivals-mazeres-guillaume-1908-09-11	1908-09-11	Rivals-Mazeres Guillaume
rivaud-michel-1921-11-18	1921-11-18	Rivaud Michel
rivault-marcel-1911-04-01	1911-04-01	Rivault Marcel
riviere-edouard-1908-02-11	1908-02-11	Riviere Edouard
riviere-paul-1912-11-22	1912-11-22	Riviere Paul
rivoire-raymond-1900-07-17	1900-07-17	Rivoire Raymond
robert-andre-1893-11-30	1893-11-30	Robert André
robert-armand-1899-09-14	1899-09-14	Robert Armand
robert-francois-1914-09-15	1914-09-15	Robert François
robert-jacques-1928-02-08	1928-02-08	Robert Jacques
robin-victor-1886-12-01	1886-12-01	Robin Victor
robitaillie-louis-1913-09-09	1913-09-09	Robitaillie Louis
roblin-jean-1914-06-24	1914-06-24	Roblin Jean
rochais-aurele-1904-05-01	1904-05-01	Rochais Aurèle
rochaix-paul-1884-01-28	1884-01-28	Rochaix Paul
rocher-christian-1908-06-10	1908-06-10	Rocher Christian
rochette-francois-1911-06-17	1911-06-17	Rochette François
rocher-louis-1876-05-28	1876-05-28	Rocher Louis
rocquigny-regis-de-1924-06-17	1924-06-17	Rocquigny Régis de
rodallec-marcel-1913-06-25	1913-06-25	Rodallec Marcel
roget-jean-1909-05-14	1909-05-14	Roget Jean
rohmer-francis-1915-02-20	1915-02-20	Rohmer Francis
rol-tanguy-henri-tanguy-1908-06-12	1908-06-12	Rol-Tanguy Henri (TANGUY)
romagny-gabriel-1912-04-08	1912-04-08	Romagny Gabriel
romain-rene-1925-02-21	1925-02-21	Romain René
romans-petit-henri-1897-02-13	1897-02-13	Romans-Petit Henri
rombout-emile-1918-01-30	1918-01-30	Rombout Emile
rometti-aldo-joseph-1912-02-21	1912-02-21	Rometti Aldo-Joseph
romieu-andre-1905-11-29	1905-11-29	Romieu André
rondot-pierre-1904-06-02	1904-06-02	Rondot Pierre
roquejeoffre-pierre-1901-08-16	1901-08-16	Roquejeoffre Pierre
roquemaurel-ithier-de-1914-09-15	1914-09-15	Roquemaurel Ithier de
rosanoff-georges-1906-05-13	1906-05-13	Rosanoff Georges
rosenstiel-heller-pierre-1929-07-24	1929-07-24	Rosenstiel-Heller Pierre
rossert-andre-1898-07-14	1898-07-14	Rossert André
rosset-rene-1898-08-07	1898-08-07	Rosset René
rostang-pierre-1902-01-16	1902-01-16	Rostang Pierre
rouault-de-la-vigne-alain-1915-11-03	1915-11-03	Rouault de la VIGNE Alain
rouaux-marcel-1910-04-05	1910-04-05	Rouaux Marcel
roubach-marcelle-bloch-1896-06-14	1896-06-14	Roubach Marcelle (BLOCH)
roucoules-leon-1906-01-18	1906-01-18	Roucoules Léon
rouet-jacques-1917-08-14	1917-08-14	Rouet Jacques
rouge-alphonse-1903-06-27	1903-06-27	Rouge Alphonse
rougier-gilberte-1913-05-10	1913-05-10	Rougier Gilberte
rouillon-gaston-1915-10-11	1915-10-11	Rouillon Gaston
rouleau-paul-1911-06-30	1911-06-30	Rouleau Paul
roumajon-yves-1914-12-13	1914-12-13	Roumajon Yves
roumeguere-jacques-1917-04-09	1917-04-09	Roumeguere Jacques
rouquette-maurice-1906-03-22	1906-03-22	Rouquette Maurice
rousseau-claude-1928-11-28	1928-11-28	Rousseau Claude
rousseau-rene-1890-10-14	1890-10-14	Rousseau René
roussel-michel-1927-01-05	1927-01-05	Roussel Michel
roussel-de-courcy-philippe-1827-05-30	1827-05-30	Roussel de COURCY Philippe
rousselet-jean-1921-05-22	1921-05-22	Rousselet Jean
rousselot-henri-1912-03-22	1912-03-22	Rousselot Henri
rousset-david-1912-01-18	1912-01-18	Rousset David
roux-bernard-1934-08-15	1934-08-15	Roux Bernard
roux-jean-1914-08-06	1914-08-06	Roux Jean
roux-marcel-1909-07-25	1909-07-25	Roux Marcel
roux-maurice-1907-09-09	1907-09-09	Roux Maurice
roux-alic-jean-baptiste-1910-06-30	1910-06-30	Roux-Alic Jean-Baptiste
rouyer-guillet-suzanne-1900-08-25	1900-08-25	Rouyer-Guillet Suzanne
rouzaud-marcel-1910-05-23	1910-05-23	Rouzaud Marcel
rowan-charles-1911-02-07	1911-02-07	Rowan Charles
roy-herve-1912-10-08	1912-10-08	Roy Hervé
roy-robert-1917-08-09	1917-08-09	Roy Robert
royer-jean-michel-1933-02-27	1933-02-27	Royer Jean Michel
rozan-de-mazilly-maurice-1893-06-01	1893-06-01	Rozan de MAZILLY Maurice
rozier-marcel-1914-04-17	1914-04-17	Rozier Marcel
ruby-frederic-1883-12-22	1883-12-22	Ruby Frédéric
rudaux-philippe-1910-08-18	1910-08-18	Rudaux Philippe
ruellan-francis-1894-09-30	1894-09-30	Ruellan Francis
rusterholz-jean-1910-09-10	1910-09-10	Rusterholz Jean
sablon-fernand-1915-04-23	1915-04-23	Sablon Fernand
sachot-raymond-eugene-1902-01-27	1902-01-27	Sachot Raymond-Eugène
sadoul-paul-1918-05-01	1918-05-01	Sadoul Paul
saillard-claude-1926-10-08	1926-10-08	Saillard Claude
saint-andre-jean-de-1912-06-18	1912-06-18	Saint-Andre Jean de
saint-cricq-maurice-1921-11-07	1921-11-07	Saint-Cricq Maurice
sainteny-jean-1907-05-29	1907-05-29	Sainteny Jean
saint-hillier-bernard-1911-12-29	1911-12-29	Saint-Hillier Bernard
salacrou-armand-1899-08-09	1899-08-09	Salacrou Armand
salasc-jean-1911-05-25	1911-05-25	Salasc Jean
salmon-charles-1910-03-30	1910-03-30	Salmon Charles
salmon-omer-1896-01-20	1896-01-20	Salmon Omer
saltet-paul-1868-05-05	1868-05-05	Saltet Paul
salvagniac-andre-1915-06-29	1915-06-29	Salvagniac André
salvet-robert-1913-07-07	1913-07-07	Salvet Robert
salvy-jean-1907-07-22	1907-07-22	Salvy Jean
santini-pascal-1908-08-22	1908-08-22	Santini Pascal
saraux-henri-1927-09-08	1927-09-08	Saraux Henri
sargueil-jean-1920-04-24	1920-04-24	Sargueil Jean
sarradon-paul-1907-08-23	1907-08-23	Sarradon Paul
sarrazin-maurice-1925-03-18	1925-03-18	Sarrazin Maurice
sarrazin-pierre-1914-06-29	1914-06-29	Sarrazin Pierre
sartory-rene-1900-03-22	1900-03-22	Sartory René
saturne-paul-1912-07-13	1912-07-13	Saturne Paul
saubestre-vincent-1906-01-19	1906-01-19	Saubestre Vincent
saubier-eugene-1920-01-19	1920-01-19	Saubier Eugène
saulieu-francois-de-1907-02-19	1907-02-19	Saulieu François de
sauvy-alfred-1898-10-31	1898-10-31	Sauvy Alfred
schaeffer-pierre-1910-08-14	1910-08-14	Schaeffer Pierre
schick-robert-1909-11-01	1909-11-01	Schick Robert
schmitt-bernard-1923-01-26	1923-01-26	Schmitt Bernard
schmitz-isidore-pierre-1820-07-21	1820-07-21	Schmitz Isidore Pierre
schnebelen-pierre-1935-06-10	1935-06-10	Schnebelen Pierre
schneider-bertrand-1929-03-11	1929-03-11	Schneider Bertrand
schneider-camille-1900-11-29	1900-11-29	Schneider Camille
schneider-jean-1911-07-10	1911-07-10	Schneider Jean
sciandra-pierre-1921-10-16	1921-10-16	Sciandra Pierre
scitivaux-de-greische-philippe-1911-08-08	1911-08-08	Scitivaux De Greische Philippe
sclafer-jacques-1914-05-18	1914-05-18	Sclafer Jacques
secail-jean-1921-06-27	1921-06-27	Secail Jean
sechet-philippe-1928-10-19	1928-10-19	Sechet Philippe
segard-hubert-1930-04-24	1930-04-24	Segard Hubert
segard-roger-1924-12-21	1924-12-21	Segard Roger
seguins-pazzis-hubert-de-1913-12-16	1913-12-16	Seguins Pazzis Hubert de
seigneurin-raymond-1912-05-10	1912-05-10	Seigneurin Raymond
sellon-georges-1912-08-06	1912-08-06	Sellon Georges
senez-jacques-1915-01-14	1915-01-14	Senez Jacques
serafini-victor-1925-09-29	1925-09-29	Serafini Victor
seringe-philippe-1909-06-22	1909-06-22	Seringe Philippe
serval-alain-1936-05-29	1936-05-29	Serval Alain
servelle-marceau-1912-04-26	1912-04-26	Servelle Marceau
sevez-francois-1891-11-22	1891-11-22	Sevez François
sexe-henri-1918-09-17	1918-09-17	Sexe Henri
seyer-jean-1914-11-20	1914-11-20	Seyer Jean
sieur-marcel-1888-07-05	1888-07-05	Sieur Marcel
sigalas-raymond-1892-04-04	1892-04-04	Sigalas Raymond
signoret-edmond-1904-04-02	1904-04-02	Signoret Edmond
simakis-jacques-constantin-1919-03-31	1919-03-31	Simakis Jacques (Constantin)
simard-pierre-1919-02-27	1919-02-27	Simard Pierre
simon-jean-1912-04-30	1912-04-30	Simon Jean
simon-jean-1913-02-02	1913-02-02	Simon Jean
simon-jean-marie-1914-05-13	1914-05-13	Simon Jean-Marie
simon-pierre-1925-01-03	1925-01-03	Simon Pierre
simon-rene-1890-02-20	1890-02-20	Simon René
sivadon-paul-1907-01-10	1907-01-10	Sivadon Paul
sizaire-robert-1904-03-02	1904-03-02	Sizaire Robert
soissons-jean-1919-02-24	1919-02-24	Soissons Jean
sol-alphonse-1893-07-06	1893-07-06	Sol Alphonse
sonier-andre-1912-11-03	1912-11-03	Sonier André
sonrier-robert-1908-08-06	1908-08-06	Sonrier Robert
soreau-gaston-1921-07-29	1921-07-29	Soreau Gaston
souchon-pierre-1912-02-26	1912-02-26	Souchon Pierre
soufflet-pierre-1919-10-15	1919-10-15	Soufflet Pierre
soulier-jean-1875-02-01	1875-02-01	Soulier Jean
soulier-jean-pierre-1915-09-14	1915-09-14	Soulier Jean-Pierre
soulairac-andre-1913-06-17	1913-06-17	Soulairac André
soullard-jacques-1910-06-07	1910-06-07	Soullard Jacques
soumagne-jacques-1928-02-25	1928-02-25	Soumagne Jacques
sourdille-gabriel-1901-10-03	1901-10-03	Sourdille Gabriel
soutoul-jean-henri-1925-07-11	1925-07-11	Soutoul Jean-Henri
souviat-jacques-1920-03-10	1920-03-10	Souviat Jacques
soyer-gerard-1924-05-18	1924-05-18	Soyer Gérard
spillmann-georges-1899-07-31	1899-07-31	Spillmann Georges
sprunck-emile-1912-09-11	1912-09-11	Sprunck Emile
stagnara-pierre-1917-01-16	1917-01-16	Stagnara Pierre
stehlin-martin-1920-05-11	1920-05-11	Stehlin Martin
stewart-walter-1907-05-31	1907-05-31	Stewart Walter
stiebel-christian-1901-08-16	1901-08-16	Stiebel Christian
stoll-georges-1920-05-11	1920-05-11	Stoll Georges
storelli-andre-1911-01-21	1911-01-21	Storelli André
stribick-jean-charles-1905-06-12	1905-06-12	Stribick Jean-Charles
sulitzer-paul-loup-1946-07-22	1946-07-22	Sulitzer Paul-Loup
suquet-jean-1903-09-27	1903-09-27	Suquet Jean
swyngedauw-jean-1903-03-03	1903-03-03	Swyngedauw Jean
tabart-emmanuel-1875-11-04	1875-11-04	Tabart Emmanuel
tailhefer-andre-1896-07-28	1896-07-28	Tailhefer André
tainturier-pierre-1901-03-15	1901-03-15	Tainturier Pierre
tanguy-victor-1915-07-06	1915-07-06	Tanguy Victor
tapernoux-armand-1899-05-16	1899-05-16	Tapernoux Armand
tarascon-paul-1882-12-08	1882-12-08	Tarascon Paul
tarayre-andre-1915-04-05	1915-04-05	Tarayre André
tardy-fernand-1904-07-12	1904-07-12	Tardy Fernand
tardy-jean-1920-03-19	1920-03-19	Tardy Jean
taussat-robert-1914-08-09	1914-08-09	Taussat Robert
tauveron-marcel-1899-05-14	1899-05-14	Tauveron Marcel
tavernier-paul-1913-07-29	1913-07-29	Tavernier Paul
teitgen-pierre-henri-1908-05-29	1908-05-29	Teitgen Pierre-Henri
tenot-frank-1925-10-31	1925-10-31	Tenot Frank
teppe-julien-1910-08-24	1910-08-24	Teppe Julien
termet-hubert-1924-06-06	1924-06-06	Termet Hubert
terramorsi-albert-1906-05-12	1906-05-12	Terramorsi Albert
terrasse-jean-1906-01-05	1906-01-05	Terrasse Jean
terry-jacques-1931-08-08	1931-08-08	Terry Jacques
tertre-jean-dutarte-1926-01-17	1926-01-17	Tertre Jean (DUTARTE)
tesson-fernand-1906-10-07	1906-10-07	Tesson Fernand
teyssier-raymond-1911-03-06	1911-03-06	Teyssier Raymond
thabaub-jacques-1910-09-06	1910-09-06	Thabaub Jacques
then-jacques-1909-06-12	1909-06-12	Then Jacques
thery-rene-1891-06-24	1891-06-24	Thery René
thevenet-rene-1926-05-05	1926-05-05	Thevenet René
thibault-claude-1934-08-11	1934-08-11	Thibault Claude
thierry-michel-1928-07-24	1928-07-24	Thierry Michel
thiers-frederic-1908-07-04	1908-07-04	Thiers Frédéric
thiery-jean-pierre-1889-03-31	1889-03-31	Thiery Jean-Pierre
thiriez-hubert-1924-08-29	1924-08-29	Thiriez Hubert
thiry-jean-1913-05-30	1913-05-30	Thiry Jean
thomas-abel-1920-07-18	1920-07-18	Thomas Abel
thomas-guy-1916-05-24	1916-05-24	Thomas Guy
thomas-raymond-1905-08-14	1905-08-14	Thomas Raymond
thomas-raymond-1906-11-27	1906-11-27	Thomas Raymond
thomassin-francois-achille-1827-04-03	1827-04-03	Thomassin François Achille
thomazo-jean-robert-1904-01-14	1904-01-14	Thomazo Jean Robert
thome-maurice-1916-12-20	1916-12-20	Thome Maurice
thornton-leon-1821-02-25	1821-02-25	Thornton Léon
thoulouze-andre-1920-02-05	1920-02-05	Thoulouze André
thouvenot-stephane-1909-07-14	1909-07-14	Thouvenot Stéphane
thuillier-raymond-1897-01-11	1897-01-11	Thuillier Raymond
tiquet-remont-rene-1898-03-17	1898-03-17	Tiquet-Remont René
tingaud-rene-1913-09-30	1913-09-30	Tingaud René
tison-jean-1919-11-07	1919-11-07	Tison Jean
tissandier-maurice-1917-11-23	1917-11-23	Tissandier Maurice
tourniare-andre-1904-12-30	1904-12-30	Tourniare André
tournier-jean-1922-05-15	1922-05-15	Tournier Jean
tournier-jean-luc-1907-04-18	1907-04-18	Tournier Jean-Luc
tourret-gaston-1912-10-15	1912-10-15	Tourret Gaston
toussaint-roger-1917-03-02	1917-03-02	Toussaint Roger
touzet-du-vigier-jean-1888-10-10	1888-10-10	Touzet du VIGIER Jean
traeger-jules-1920-03-12	1920-03-12	Traeger Jules
traub-jacques-1908-10-25	1908-10-25	Traub Jacques
tremblay-emmanuel-1920-03-29	1920-03-29	Tremblay Emmanuel
tremolieres-jean-1913-12-05	1913-12-05	Tremolieres Jean
trenque-pierre-1919-09-20	1919-09-20	Trenque Pierre
trensz-frederic-1901-05-08	1901-05-08	Trensz Frédéric
trigano-gilbert-1920-07-28	1920-07-28	Trigano Gilbert
trillat-albert-1910-02-20	1910-02-20	Trillat Albert
trompier-marcel-1907-08-10	1907-08-10	Trompier Marcel
trossevin-jean-1915-02-03	1915-02-03	Trossevin Jean
truc-eugene-1901-06-18	1901-06-18	Truc Eugène
truffert-paul-1888-04-04	1888-04-04	Truffert Paul
tuffet-pierre-1914-04-13	1914-04-13	Tuffet Pierre
turmine-jacques-1925-04-19	1925-04-19	Turmine Jacques
turpin-andre-1920-07-02	1920-07-02	Turpin André
tusques-jean-1909-05-11	1909-05-11	Tusques Jean
uhlen-rene-1913-04-21	1913-04-21	Uhlen René
uzac-joseph-1876-05-12	1876-05-12	Uzac Joseph
vabois-andre-1919-09-29	1919-09-29	Vabois André
vachet-pierre-1892-03-05	1892-03-05	Vachet Pierre
vague-jean-1911-11-25	1911-11-25	Vague Jean
vaille-charles-1911-06-21	1911-06-21	Vaille Charles
valde-pierre-duchemin-1907-11-25	1907-11-25	Valde Pierre (DUCHEMIN)
vallat-georges-1918-03-21	1918-03-21	Vallat Georges
vallee-porte-anne-marie-1911-10-03	1911-10-03	Vallee-Porte Anne-Marie
valette-d-osia-jean-1898-08-16	1898-08-16	Valette D'osia Jean
vallerie-pierre-1903-01-07	1903-01-07	Vallerie Pierre
valnet-jean-1920-07-26	1920-07-26	Valnet Jean
van-de-casteele-jean-1913-06-24	1913-06-24	Van De Casteele Jean
vandevelde-leon-1915-07-07	1915-07-07	Vandevelde Léon
vannier-pierre-1899-12-16	1899-12-16	Vannier Pierre
varay-andre-1909-06-17	1909-06-17	Varay André
vartet-jean-vacher-1911-03-29	1911-03-29	Vartet Jean (VACHER)
vassal-joseph-1867-08-05	1867-08-05	Vassal Joseph
vassal-pierre-1924-06-14	1924-06-14	Vassal Pierre
vasseur-robert-1903-01-18	1903-01-18	Vasseur Robert
vauchy-jean-marie-1920-02-20	1920-02-20	Vauchy Jean-Marie
vaudable-louis-1902-08-22	1902-08-22	Vaudable Louis
vaudable-raoul-1914-07-28	1914-07-28	Vaudable Raoul
vaur-jean-1922-02-24	1922-02-24	Vaur Jean
vaysse-jean-1917-11-01	1917-11-01	Vaysse Jean
veillet-jean-1901-03-14	1901-03-14	Veillet Jean
vellay-pierre-1919-02-15	1919-02-15	Vellay Pierre
vendrely-roger-1910-08-15	1910-08-15	Vendrely Roger
venet-philippe-1929-05-22	1929-05-22	Venet Philippe
venot-gaston-1904-11-22	1904-11-22	Venot Gaston
vercouter-edmond-1904-06-24	1904-06-24	Vercouter Edmond
verdez-paul-1906-08-25	1906-08-25	Verdez Paul
verhaeghe-andre-1910-02-04	1910-02-04	Verhaeghe André
vermeil-claude-1924-05-19	1924-05-19	Vermeil Claude
vernejoul-henri-de-1889-05-13	1889-05-13	Vernejoul Henri de
vernin-jean-1924-07-29	1924-07-29	Vernin Jean
vernisse-jean-1914-10-30	1914-10-30	Vernisse Jean
vernotte-pierre-1898-05-18	1898-05-18	Vernotte Pierre
verrecchia-guy-1941-04-27	1941-04-27	Verrecchia Guy
verstraete-claude-raphael-1911-11-30	1911-11-30	Verstraete Claude Raphaël
vezinet-adolphe-1906-03-01	1906-03-01	Vezinet Adolphe
vialatte-michel-1918-05-18	1918-05-18	Vialatte Michel
viard-henri-1927-01-02	1927-01-02	Viard Henri
vidal-louis-1923-10-19	1923-10-19	Vidal Louis
vidal-pierre-1911-07-27	1911-07-27	Vidal Pierre
vidal-pierre-1914-12-06	1914-12-06	Vidal Pierre
vidaud-jean-1913-03-14	1913-03-14	Vidaud Jean
vielhescaze-pierre-1940-05-01	1940-05-01	Vielhescaze Pierre
vienne-robert-de-1904-01-23	1904-01-23	Vienne Robert de
vigneron-maurice-1904-09-30	1904-09-30	Vigneron Maurice
vignon-georges-1916-11-24	1916-11-24	Vignon Georges
vilain-raymond-1921-07-22	1921-07-22	Vilain Raymond
vilde-louis-1907-05-03	1907-05-03	Vilde Louis
vilenski-jean-1901-09-13	1901-09-13	Vilenski Jean
vilgrain-jean-1907-04-24	1907-04-24	Vilgrain Jean
villaceque-marc-1917-01-06	1917-01-06	Villaceque Marc
villelume-paul-de-1892-11-01	1892-11-01	Villelume Paul de
vilmette-christophe-victor-1822-02-19	1822-02-19	Vilmette Christophe Victor
vincent-daniel-1907-10-12	1907-10-12	Vincent Daniel
vincent-eugene-1913-07-02	1913-07-02	Vincent Eugène
vincent-jules-1871-01-10	1871-01-10	Vincent Jules
vincent-rose-treffot-1918-03-15	1918-03-15	Vincent Rose (TREFFOT)
vinit-roger-1918-02-02	1918-02-02	Vinit Roger
vionnet-madeleine-1876-06-22	1876-06-22	Vionnet Madeleine
viotte-yves-1914-11-01	1914-11-01	Viotte Yves
vittoz-rene-1905-04-15	1905-04-15	Vittoz René
vitrolles-rene-d-arnaud-de-1899-01-01	1899-01-01	Vitrolles René (d'ARNAUD de)
volpert-jean-1903-08-08	1903-08-08	Volpert Jean
vouters-claude-1924-10-19	1924-10-19	Vouters Claude
voyer-gilbert-1914-08-23	1914-08-23	Voyer Gilbert
vuillierme-joseph-1911-03-06	1911-03-06	Vuillierme Joseph
wacrenier-jacques-1919-05-16	1919-05-16	Wacrenier Jacques
walle-emile-1909-10-07	1909-10-07	Walle Emile
warot-pierre-1922-02-09	1922-02-09	Warot Pierre
waubert-de-genlis-eric-de-1930-07-10	1930-07-10	Waubert de GENLIS Eric de
weil-mathieu-pierre-1884-09-20	1884-09-20	Weil Mathieu Pierre
weill-robert-1902-03-11	1902-03-11	Weill Robert
weill-halle-marie-lagroua-1916-01-13	1916-01-13	Weill-Halle Marie (LAGROUA)
weissenbach-raymond-1885-05-28	1885-05-28	Weissenbach Raymond
welfling-jean-1918-04-03	1918-04-03	Welfling Jean
wiederkehr-jean-1904-09-03	1904-09-03	Wiederkehr Jean
wietzel-roger-1898-09-20	1898-09-20	Wietzel Roger
willm-pierre-1926-03-29	1926-03-29	Willm Pierre
wisner-jean-pierre-1921-02-13	1921-02-13	Wisner Jean-Pierre
witasse-jacques-de-1913-12-06	1913-12-06	Witasse Jacques de
wolff-charles-1823-06-06	1823-06-06	Wolff Charles
wolff-marcel-1917-07-11	1917-07-11	Wolff Marcel
wolfromm-georges-1883-10-09	1883-10-09	Wolfromm Georges
wuilleme-pierre-1922-03-12	1922-03-12	Wuilleme Pierre
wyart-pierre-1912-03-14	1912-03-14	Wyart Pierre
yvert-jean-1924-12-25	1924-12-25	Yvert Jean
zedet-edmond-1893-07-30	1893-07-30	Zedet Edmond
zeller-andre-1898-01-01	1898-01-01	Zeller André
zentz-d-alnois-louis-1820-07-16	1820-07-16	Zentz D'alnois Louis
ziegler-henri-1906-11-18	1906-11-18	Ziegler Henri
ziegler-michel-1934-12-01	1934-12-01	Ziegler Michel
abel-jean-baptiste-1863-01-12	1863-01-12	Abel Jean-Baptiste
achille-fould-aymar-1925-07-17	1925-07-17	Achille-Fould Aymar
aigrain-pierre-1924-09-28	1924-09-28	Aigrain Pierre
ajam-maurice-pierre-1861-06-11	1861-06-11	Ajam Maurice Pierre
ajoret-danielle-thebaud-1938-05-10	1938-05-10	Ajoret Danielle (THEBAUD)
alain-marie-claire-1926-08-10	1926-08-10	Alain Marie-Claire
albert-charles-daudet-1869-11-23	1869-11-23	Albert Charles (DAUDET)
albert-francois-1877-04-04	1877-04-04	Albert François
albert-favre-ernest-1868-07-12	1868-07-12	Albert-Favre Ernest
albertin-fabien-1879-11-30	1879-11-30	Albertin Fabien
alexandre-jacques-claude-1929-10-27	1929-10-27	Alexandre Jacques Claude
allard-maurice-1860-05-01	1860-05-01	Allard Maurice
allegre-jean-1896-04-07	1896-04-07	Allegre Jean
ameller-andre-1912-01-02	1912-01-02	Ameller André
andraud-henry-1895-04-09	1895-04-09	Andraud Henry
andre-maurice-1933-05-21	1933-05-21	Andre Maurice
andre-pierre-jean-d-1914-01-24	1914-01-24	André Pierre Jean d'
andrieu-rene-1920-03-24	1920-03-24	Andrieu René
anjubault-jacques-1918-07-19	1918-07-19	Anjubault Jacques
annoux-jean-claude-bourniz-1939-05-15	1939-05-15	Annoux Jean-Claude (BOURNIZ)
anouk-aimee-dreyfus-nic-1932-04-27	1932-04-27	Anouk Aimée (DREYFUS Nic.)
ansquer-vincent-1925-01-11	1925-01-11	Ansquer Vincent
anteriou-louis-1887-06-15	1887-06-15	Anteriou Louis
appell-pierre-1887-07-03	1887-07-03	Appell Pierre
archambault-francois-1938-09-10	1938-09-10	Archambault François
archimbaud-leon-1880-09-23	1880-09-23	Archimbaud Léon
arnaud-michele-care-1919-03-18	1919-03-18	Arnaud Michèle (CARÉ)
aron-robert-1898-05-25	1898-05-25	Aron Robert
arrieu-lucien-frederic-1913-04-27	1913-04-27	Arrieu Lucien-Frederic
arrivets-charles-1920-10-28	1920-10-28	Arrivets Charles
asse-genevieve-bodin-1923-01-24	1923-01-24	Asse Geneviève (BODIN)
astier-de-la-vigerie-emm-1900-01-06	1900-01-06	Astier De La Vigerie Emm.
atger-philipps-1928-08-29	1928-08-29	Atger Philipps
aubarede-gabriel-d-1898-09-28	1898-09-28	Aubarede Gabriel d'
aubaud-raoul-1881-11-03	1881-11-03	Aubaud Raoul
aubertot-jean-1932-10-02	1932-10-02	Aubertot Jean
aubry-cecile-benard-anne-1928-08-03	1928-08-03	Aubry Cécile (BENARD Anne)
audran-stephane-dacheville-1932-11-08	1932-11-08	Audran Stéphane (DACHEVILLE)
audry-colette-1906-07-06	1906-07-06	Audry Colette
aufray-hugues-auffray-1929-08-18	1929-08-18	Aufray Hugues (AUFFRAY)
augagneur-victor-1855-05-16	1855-05-16	Augagneur Victor
aumonier-andre-1916-02-25	1916-02-25	Aumonier André
auphan-louis-francois-1902-08-28	1902-08-28	Auphan Louis-François
auriol-vincent-1884-08-27	1884-08-27	Auriol Vincent
aury-dominique-desclos-a-1907-09-23	1907-09-23	Aury Dominique(DESCLOS A.)
avron-philippe-1928-09-18	1928-09-18	Avron Philippe
aycard-albert-1922-01-02	1922-01-02	Aycard Albert
aznavour-charles-aznaourian-1924-05-22	1924-05-22	Aznavour Charles (AZNAOURIAN)
ballet-andre-etienne-1903-05-23	1903-05-23	Ballet André Etienne
baragnon-numa-1835-11-24	1835-11-24	Baragnon Numa
barbara-serf-monique-1930-06-09	1930-06-09	Barbara (SERF Monique)
barbe-francois-paul-1836-02-04	1836-02-04	Barbé François Paul
barbe-huguea-vincent-1929-12-27	1929-12-27	Barbe Huguea-Vincent
barbey-edouard-1831-09-02	1831-09-02	Barbey Edouard
bardoux-benjamin-1829-01-15	1829-01-15	Bardoux Benjamin
barel-virgile-1889-12-17	1889-12-17	Barel Virgile
barety-leon-1883-10-18	1883-10-18	Barety Léon
barial-jean-1931-05-07	1931-05-07	Barial Jean
barray-gerard-barraille-1931-11-02	1931-11-02	Barray Gerard (BARRAILLE)
barre-raymond-1924-04-12	1924-04-12	Barre Raymond
barres-maurice-1862-08-17	1862-08-17	Barres Maurice
barrot-jacques-1937-02-03	1937-02-03	Barrot Jacques
barsalou-joseph-1903-11-16	1903-11-16	Barsalou Joseph
barthes-roland-1915-11-12	1915-11-12	Barthes Roland
barthou-louis-1862-08-25	1862-08-25	Barthou Louis
bassi-michel-1935-07-09	1935-07-09	Bassi Michel
baudin-pierre-1863-08-21	1863-08-21	Baudin Pierre
baylot-jean-1897-03-27	1897-03-27	Baylot Jean
bazile-gaston-1883-02-16	1883-02-16	Bazile Gaston
beauchamps-annik-rauglaudre-1940-06-17	1940-06-17	Beauchamps Annik (RAUGLAUDRE)
beaudin-andre-1895-02-03	1895-02-03	Beaudin André
beaujouan-guy-1925-06-23	1925-06-23	Beaujouan Guy
beaumont-germaine-battendier-1890-10-31	1890-10-31	Beaumont Germaine (BATTENDIER)
becuwe-maurice-1910-01-31	1910-01-31	Bécuwe Maurice
bedos-guy-1934-06-15	1934-06-15	Bedos Guy
bedouce-albert-1869-01-08	1869-01-08	Bedouce Albert
beer-jean-de-debeer-1911-09-21	1911-09-21	Beer Jean de (DEBEER)
bejart-maurice-berger-1927-01-01	1927-01-01	Bejart Maurice (BERGER)
bell-marie-bellon-1900-12-23	1900-12-23	Bell Marie (BELLON)
bellanger-claude-1910-04-02	1910-04-02	Bellanger Claude
bellanger-robert-1884-01-03	1884-01-03	Bellanger Robert
bellemare-pierre-1929-10-21	1929-10-21	Bellemare Pierre
bellon-georges-1925-05-14	1925-05-14	Bellon Georges
belloni-georges-1896-04-02	1896-04-02	Belloni Georges
beloni-andre-1905-10-07	1905-10-07	Beloni André
ben-guittoneau-benjamin-1908-01-17	1908-01-17	Ben (guittoneau Benjamin)
beltoise-jean-pierre-1937-04-26	1937-04-26	Beltoise Jean Pierre
benedetti-jean-de-1913-02-25	1913-02-25	Benedetti Jean de
benoist-alain-de-1943-12-11	1943-12-11	Benoist Alain de
benoit-guyot-jeanne-larouret-1896-07-30	1896-07-30	Benoit-Guyot Jeanne (LAROURET)
berard-alexandre-1859-02-03	1859-02-03	Berard Alexandre
berard-leon-1876-01-06	1876-01-06	Bérard Léon
berard-quelin-georges-1917-09-25	1917-09-25	Bérard-Quelin Georges
berenger-rene-1830-04-22	1830-04-22	Berenger René
berg-roger-1910-12-22	1910-12-22	Berg Roger
berger-yves-1931-01-14	1931-01-14	Berger Yves
bergeron-andre-1922-01-01	1922-01-01	Bergeron André
bergey-vivien-1881-04-19	1881-04-19	Bergey Vivien
berlioux-monique-libotte-1923-12-22	1923-12-22	Berlioux Monique (LIBOTTE)
bernadac-christian-1937-08-01	1937-08-01	Bernadac Christian
bernardy-andre-1901-03-09	1901-03-09	Bernardy André
bernier-paul-1866-07-10	1866-07-10	Bernier Paul
berteaux-maurice-1852-06-03	1852-06-03	Berteaux Maurice
berthod-aime-1878-08-09	1878-08-09	Berthod Aimé
berthoin-jean-marie-1895-01-12	1895-01-12	Berthoin Jean-Marie
bertrand-solange-1913-03-20	1913-03-20	Bertrand Solange
bertrand-william-1881-11-09	1881-11-09	Bertrand William
besnard-rene-1879-04-12	1879-04-12	Besnard René
besse-rene-1891-02-20	1891-02-20	Besse René
bessy-maurice-1910-12-04	1910-12-04	Bessy Maurice
biaussat-raymond-1932-01-21	1932-01-21	Biaussat Raymond
bibie-maxence-1891-01-11	1891-01-11	Bibié Maxence
bienvenu-martin-jean-baptiste-1847-07-22	1847-07-22	Bienvenu-Martin Jean-Baptiste
bignon-paul-1858-04-14	1858-04-14	Bignon Paul
binet-francois-1880-05-04	1880-05-04	Binet François
biondi-jean-1900-05-09	1900-05-09	Biondi Jean
blachere-regis-1900-06-30	1900-06-30	Blachere Régis
blain-gerard-1930-10-23	1930-10-23	Blain Gérard
blaisot-camille-1881-01-19	1881-01-19	Blaisot Camille
blanc-aime-1908-01-30	1908-01-30	Blanc Aimé
blanc-ernest-1923-11-01	1923-11-01	Blanc Ernest
blanchet-andre-1918-06-30	1918-06-30	Blanchet André
blancho-francois-1893-06-20	1893-06-20	Blancho François
blanqui-louis-auguste-1805-02-08	1805-02-08	Blanqui Louis Auguste
blin-georges-1917-12-18	1917-12-18	Blin Georges
blond-georges-1906-07-11	1906-07-11	Blond Georges
blot-robert-1907-05-14	1907-05-14	Blot Robert
bodin-jean-1899-08-28	1899-08-28	Bodin Jean
bodin-paul-1909-04-16	1909-04-16	Bodin Paul
boegner-michele-1941-08-12	1941-08-12	Boegner Michèle
boegner-philippe-1910-01-07	1910-01-07	Boegner Philippe
boizeau-jean-1918-07-17	1918-07-17	Boizeau Jean
bolling-claude-1930-04-10	1930-04-10	Bolling Claude
bommart-jean-1894-09-12	1894-09-12	Bommart Jean
bompard-germaine-leduc-1907-07-21	1907-07-21	Bompard Germaine (LEDUC)
bonche-henri-1910-11-27	1910-11-27	Bonche Henri
bondon-jacques-1927-12-06	1927-12-06	Bondon Jacques
bonety-rene-1920-09-05	1920-09-05	Bonety René
bonfils-jean-1921-04-21	1921-04-21	Bonfils Jean
bonheur-gaston-tesseyre-1913-11-27	1913-11-27	Bonheur Gaston (TESSEYRE)
bonnat-yves-1912-02-20	1912-02-20	Bonnat Yves
bonnaure-louis-1911-01-19	1911-01-19	Bonnaure Louis
bonneau-paul-1918-09-14	1918-09-14	Bonneau Paul
bonnefous-jean-pierre-1943-04-09	1943-04-09	Bonnefous Jean-Pierre
bonnenfant-rene-jean-1920-02-22	1920-02-22	Bonnenfant René-Jean
bonnet-georges-1889-07-23	1889-07-23	Bonnet Georges
bonnet-henri-1904-02-20	1904-02-20	Bonnet Henri
bonnevay-laurent-1870-07-28	1870-07-28	Bonnevay Laurent
bord-andre-1922-11-30	1922-11-30	Bord André
bordeneuve-jacques-1908-08-28	1908-08-28	Bordeneuve Jacques
boret-victor-1872-08-18	1872-08-18	Boret Victor
bornecque-jacques-henry-1910-12-15	1910-12-15	Bornecque Jacques Henry
bornerie-camilla-1908-05-18	1908-05-18	Bornerie Camilla
borrel-antoine-1878-11-22	1878-11-22	Borrel Antoine
borricand-rene-1931-07-05	1931-07-05	Borricand René
bory-jean-louis-1919-06-25	1919-06-25	Bory Jean-louis
bosson-joseph-1924-12-14	1924-12-14	Bosson Joseph
bothereau-robert-1901-02-22	1901-02-22	Bothereau Robert
boucard-robert-1894-09-12	1894-09-12	Boucard Robert
bouchardeau-huguette-briaut-1935-06-01	1935-06-01	Bouchardeau Huguette (BRIAUT)
bouchaud-jean-1891-10-29	1891-10-29	Bouchaud Jean
boucher-henry-1847-09-19	1847-09-19	Boucher Henry
boudard-alphonse-boudon-p-1925-12-17	1925-12-17	Boudard Alphonse (BOUDON P.)
boudet-micheline-1926-04-28	1926-04-28	Boudet Micheline
boudet-roland-1913-11-09	1913-11-09	Boudet Roland
boudot-pierre-1930-09-22	1930-09-22	Boudot Pierre
boue-geori-georgette-1918-10-16	1918-10-16	Boué Geori (Georgette)
bougenot-andre-1907-07-10	1907-07-10	Bougenot André
bouillon-gabriel-1898-03-05	1898-03-05	Bouillon Gabriel
bouisson-fernand-1874-06-16	1874-06-16	Bouisson Fernand
bouladoux-maurice-1907-07-16	1907-07-16	Bouladoux Maurice
boulanger-daniel-1922-01-24	1922-01-24	Boulanger Daniel
boulay-robert-1920-09-12	1920-09-12	Boulay Robert
boulin-robert-1920-07-20	1920-07-20	Boulin Robert
bouquet-michel-1925-11-06	1925-11-06	Bouquet Michel
bourely-paul-1867-12-08	1867-12-08	Bourely Paul
bourgeon-roger-1924-11-01	1924-11-01	Bourgeon Roger
bourges-yvon-1921-06-29	1921-06-29	Bourges Yvon
bourgue-maurice-1939-11-06	1939-11-06	Bourgue Maurice
bourin-andre-1918-06-28	1918-06-28	Bourin André
boutang-pierre-1916-09-20	1916-09-20	Boutang Pierre
bouthillier-yves-1901-02-26	1901-02-26	Bouthillier Yves
bouvard-philippe-1929-12-06	1929-12-06	Bouvard Philippe
bouzinac-roger-1920-07-28	1920-07-28	Bouzinac Roger
bovier-lapierre-edouard-1883-04-28	1883-04-28	Bovier-Lapierre Edouard
bracke-desrousseaux-alexandre-1861-09-29	1861-09-29	Bracke-Desrousseaux Alexandre
brandon-paul-1899-06-02	1899-06-02	Brandon Paul
brasilier-andre-1929-10-29	1929-10-29	Brasilier André
brasseur-claude-espinasse-1936-06-15	1936-06-15	Brasseur Claude (ESPINASSE)
breant-ernest-1880-12-25	1880-12-25	Breant Ernest
brelet-gisele-1915-03-06	1915-03-06	Brelet Gisèle
bremond-d-ars-yvonne-1894-08-02	1894-08-02	Brémond D'ars Yvonne
breton-guy-1919-08-06	1919-08-06	Breton Guy
brigneau-francois-allot-e-1919-04-30	1919-04-30	Brigneau François (ALLOT E.)
brincourt-andre-1920-11-08	1920-11-08	Brincourt André
brinon-fernand-de-1885-08-16	1885-08-16	Brinon Fernand de
briquet-georges-1898-02-05	1898-02-05	Briquet Georges
brisard-pierre-1917-01-15	1917-01-15	Brisard Pierre
brissaud-andre-1920-04-14	1920-04-14	Brissaud André
brisson-henri-1835-07-31	1835-07-31	Brisson Henri
brisson-jean-francois-1918-07-29	1918-07-29	Brisson Jean-François
britsch-jacques-1906-09-10	1906-09-10	Britsch Jacques
bromberger-merry-1906-07-10	1906-07-10	Bromberger Merry
bromberger-serge-1912-08-29	1912-08-29	Bromberger Serge
brossolette-pierre-1903-06-25	1903-06-25	Brossolette Pierre
brousse-emmanuel-1866-08-23	1866-08-23	Brousse Emmanuel
brousse-paul-1844-01-23	1844-01-23	Brousse Paul
brousse-pierre-1926-11-30	1926-11-30	Brousse Pierre
brule-eugene-1929-09-02	1929-09-02	Brulé Eugène
brun-charles-1821-11-22	1821-11-22	Brun Charles
brun-jean-1849-04-24	1849-04-24	Brun Jean
brunet-rene-1882-11-13	1882-11-13	Brunet René
brunschvigg-cecile-kahn-1877-07-19	1877-07-19	Brunschvigg Cécile (KAHN)
bucard-marcel-1895-12-07	1895-12-07	Bucard Marcel
buffet-bernard-1928-07-10	1928-07-10	Buffet Bernard
buffet-louis-joseph-1818-10-26	1818-10-26	Buffet Louis Joseph
buisson-ferdinand-1841-12-20	1841-12-20	Buisson Ferdinand
bujon-maurice-1912-08-16	1912-08-16	Bujon Maurice
burdeau-auguste-laurent-1851-09-10	1851-09-10	Burdeau Auguste Laurent
burkhalter-jean-1895-10-17	1895-10-17	Burkhalter Jean
bussinger-andre-1921-01-12	1921-01-12	Bussinger André
cabanes-bernard-1933-08-27	1933-08-27	Cabanes Bernard
caillau-georges-1922-01-12	1922-01-12	Caillau Georges
caillaux-eugene-1822-09-10	1822-09-10	Caillaux Eugène
caillaux-joseph-1863-03-30	1863-03-30	Caillaux Joseph
caillemer-henri-1907-11-16	1907-11-16	Caillemer Henri
calvet-joseph-1897-10-08	1897-10-08	Calvet Joseph
campaux-francois-1906-04-14	1906-04-14	Campaux François
campinchi-cesar-1882-03-05	1882-03-05	Campinchi César
capitant-rene-1901-08-19	1901-08-19	Capitant René
capus-joseph-1867-08-18	1867-08-18	Capus Joseph
carbonell-marguerite-1910-01-23	1910-01-23	Carbonell Marguerite
carbuccia-horace-de-1891-03-01	1891-03-01	Carbuccia Horace de
carite-maurice-1906-04-02	1906-04-02	Carité Maurice
carlier-jean-1922-05-24	1922-05-24	Carlier Jean
carlu-jean-1900-05-03	1900-05-03	Carlu Jean
carnot-sadi-1837-08-11	1837-08-11	Carnot Sadi
caro-henri-1941-10-26	1941-10-26	Caro Henri
caron-nelly-1912-05-15	1912-05-15	Caron Nelly
carriere-anne-mar-blanquart-1925-01-16	1925-01-16	Carriere Anne-Mar (BLANQUART)
carriere-jean-1904-03-06	1904-03-06	Carriere Jean
carriere-jean-1928-08-06	1928-08-06	Carriere Jean
cartier-bresson-henri-1908-08-22	1908-08-22	Cartier-Bresson Henri
carton-pauline-biarez-1884-07-04	1884-07-04	Carton Pauline (BIAREZ)
casadesus-gisele-1914-06-14	1914-06-14	Casadesus Gisèle
casile-genevieve-vanneufvil-1937-08-15	1937-08-15	Casile Geneviève (VANNEUFVIL.
casimir-perier-jean-paul-1847-11-08	1847-11-08	Casimir-Périer Jean-Paul
cassel-jean-pierre-crochon-1932-10-27	1932-10-27	Cassel Jean Pierre(CROCHON)
cassez-emile-1871-07-23	1871-07-23	Cassez Emile
castelot-andre-storms-1911-01-23	1911-01-23	Castelot André (STORMS)
castex-louis-1896-02-03	1896-02-03	Castex Louis
castex-pierre-georges-1915-06-20	1915-06-20	Castex Pierre-Georges
castries-rene-de-1908-08-06	1908-08-06	Castries René de
cathala-pierre-1888-09-22	1888-09-22	Cathala Pierre
cauchois-maurice-1908-08-22	1908-08-22	Cauchois Maurice
caude-roland-1921-10-25	1921-10-25	Caude Roland
caunes-georges-de-1919-04-26	1919-04-26	Caunes Georges de
cautru-camille-1879-02-04	1879-02-04	Cautru Camille
cavaignac-godefroy-1853-05-21	1853-05-21	Cavaignac Godefroy
cavaille-marcel-1927-02-03	1927-02-03	Cavaillé Marcel
cavelier-lucien-1925-08-12	1925-08-12	Cavelier Lucien
cayrol-jean-1910-06-06	1910-06-06	Cayrol Jean
cazenave-michel-1942-06-09	1942-06-09	Cazenave Michel
cazot-theodore-1821-02-11	1821-02-11	Cazot Théodore
ceccaldi-daniel-1927-07-25	1927-07-25	Ceccaldi Daniel
cerrano-jacqueline-1920-10-30	1920-10-30	Cerrano Jacqueline
cesar-baldaccini-cesar-1921-01-01	1921-01-01	César (BALDACCINI César)
cesbron-gilbert-1913-01-13	1913-01-13	Cesbron Gilbert
chaban-delmas-jacques-1915-03-07	1915-03-07	Chaban-Delmas Jacques
chabrun-cesar-1880-12-14	1880-12-14	Chabrun César
chaffanjon-arnaud-1929-04-23	1929-04-23	Chaffanjon Arnaud
chaix-ruy-jules-1896-11-07	1896-11-07	Chaix-Ruy Jules
chalais-francois-bauer-1919-12-15	1919-12-15	Chalais François (BAUER)
chalandon-albin-1920-06-11	1920-06-11	Chalandon Albin
challemel-lacour-paul-1827-05-18	1827-05-18	Challemel-Lacour Paul
chamfleury-robert-gohin-e-1900-05-24	1900-05-24	Chamfleury Robert (GOHIN E.)
champeix-maroel-1902-03-31	1902-03-31	Champeix Maroel
champetier-de-rides-auguste-1882-07-30	1882-07-30	Champetier De Rides Auguste
champigneulle-bernard-1896-07-09	1896-07-09	Champigneulle Bernard
chancel-jacques-crampes-j-1928-07-02	1928-07-02	Chancel Jacques (CRAMPES J.)
chapatte-robert-1921-10-14	1921-10-14	Chapatte Robert
chapela-n-maurice-1906-01-01	1906-01-01	Chapela N Maurice
chapelet-roger-1903-09-25	1903-09-25	Chapelet Roger
chappedelaine-louis-de-1876-06-21	1876-06-21	Chappedelaine Louis de
chapsal-fernand-1862-03-10	1862-03-10	Chapsal Fernand
charbonnel-jean-1927-04-22	1927-04-22	Charbonnel Jean
chardigny-louis-1909-08-08	1909-08-08	Chardigny Louis
charensol-georges-1899-12-26	1899-12-26	Charensol Georges
charles-roux-edmonde-1920-04-17	1920-04-17	Charles-Roux Edmonde
charlet-jose-1916-10-19	1916-10-19	Charlet José
charlot-etienne-1865-09-27	1865-09-27	Charlot Etienne
charon-jacques-1920-02-27	1920-02-27	Charon Jacques
charpy-pierre-1919-05-25	1919-05-25	Charpy Pierre
charroux-robert-grugeau-1909-04-07	1909-04-07	Charroux Robert (GRUGEAU)
chauleur-pierre-1902-03-28	1902-03-28	Chauleur Pierre
chaumet-charles-1866-02-21	1866-02-21	Chaumet Charles
chauveau-claude-1861-08-22	1861-08-22	Chauveau Claude
chauveau-jean-babin-de-lig-1909-12-19	1909-12-19	Chauveau Jean (BABIN DE LIG.)
chauvet-guy-1933-10-02	1933-10-02	Chauvet Guy
chauvet-louis-1906-07-27	1906-07-27	Chauvet Louis
chauvin-georges-1885-11-16	1885-11-16	Chauvin Georges
chaynes-charles-1925-07-11	1925-07-11	Chaynes Charles
chazal-robert-1912-09-03	1912-09-03	Chazal Robert
chazot-jacques-1928-09-25	1928-09-25	Chazot Jacques
chegaray-jacques-1917-02-15	1917-02-15	Chegaray Jacques
chenebenoit-andre-1895-01-05	1895-01-05	Chenebenoit André
cheron-adolphe-1873-03-27	1873-03-27	Chéron Adolphe
chesneau-marc-1899-06-15	1899-06-15	Chesneau Marc
chevenement-jean-pierre-1939-03-09	1939-03-09	Chevenement Jean Pierre
chevrier-jean-dufayard-1915-04-26	1915-04-26	Chevrier Jean (DUFAYARD)
chiappe-jean-1878-05-03	1878-05-03	Chiappe Jean
chiappe-jean-francois-1931-11-30	1931-11-30	Chiappe Jean-François
chiboust-noel-1909-10-04	1909-10-04	Chiboust Noël
chichery-albert-1888-10-12	1888-10-12	Chichery Albert
chigot-pierre-1910-02-21	1910-02-21	Chigot Pierre
chirac-jacques-1932-11-29	1932-11-29	Chirac Jacques
chochoy-dernard-1908-08-14	1908-08-14	Chochoy Dernard
chot-plassot-maurice-1929-04-22	1929-04-22	Chot-Plassot Maurice
christophe-robert-1907-06-12	1907-06-12	Christophe Robert
christophle-albert-charles-1830-07-13	1830-07-13	Christophle Albert Charles
ciantar-maurice-1915-03-04	1915-03-04	Ciantar Maurice
cizos-natou-pierre-1927-10-15	1927-10-15	Cizos-Natou Pierre
clamanus-jean-marie-1879-07-28	1879-07-28	Clamanus Jean Marie
claveille-albert-1865-01-01	1865-01-01	Claveille Albert
clare-michel-1927-02-21	1927-02-21	Clare Michel
clauwaert-jules-1923-03-15	1923-03-15	Clauwaert Jules
clay-philippe-mathevet-1927-03-07	1927-03-07	Clay Philippe(MATHEVET)
clement-jean-baptiste-1836-05-31	1836-05-31	Clément Jean-Baptiste
clement-jean-louis-1930-05-19	1930-05-19	Clément Jean-Louis
clementel-etienne-1864-03-29	1864-03-29	Clémentel Etienne
closets-francois-de-1933-12-25	1933-12-25	Closets François de
clot-andre-1909-11-09	1909-11-09	Clot André
cochereau-pierre-1924-07-09	1924-07-09	Cochereau Pierre
cochet-jean-laurent-1935-01-28	1935-01-28	Cochet Jean-Laurent
cochin-denys-1851-09-01	1851-09-01	Cochin Denys
coggio-roger-1934-03-11	1934-03-11	Coggio Roger
cohn-bendit-daniel-1945-04-04	1945-04-04	Cohn-Bendit Daniel
colin-andre-1910-01-19	1910-01-19	Colin André
coldefy-jean-marie-1922-06-02	1922-06-02	Coldefy Jean-Marie
colinon-maurice-1922-02-16	1922-02-16	Colinon Maurice
collaro-stephane-1943-05-20	1943-05-20	Collaro Stéphane
collet-georges-1918-08-20	1918-08-20	Collet Georges
colletin-jeanne-fournier-1938-07-16	1938-07-16	Colletin Jeanne (FOURNIER)
colliard-pierre-1852-04-30	1852-04-30	Colliard Pierre
colomdi-myriam-feune-de-1940-02-23	1940-02-23	Colomdi Myriam (FEUNE DE)
colrat-de-montrozier-maurice-1871-09-29	1871-09-29	Colrat De Montrozier Maurice
combes-emile-1835-09-06	1835-09-06	Combes Emile
comiti-joseph-1920-06-04	1920-06-04	Comiti Joseph
conchon-georges-1925-05-09	1925-05-09	Conchon Georges
congar-yveq-1904-04-13	1904-04-13	Congar Yveq
conia-jacques-1929-04-03	1929-04-03	Conia Jacques
constans-ernest-jean-1833-05-03	1833-05-03	Constans Ernest Jean
constant-emile-1861-07-20	1861-07-20	Constant Emile
contet-henri-alexandre-1904-05-08	1904-05-08	Contet Henri(Alexandre)
coquatrix-bruno-1910-08-04	1910-08-04	Coquatrix Bruno
coquelin-maurice-1887-06-26	1887-06-26	Coquelin Maurice
coquet-james-de-1898-07-16	1898-07-16	Coquet James de
cordelier-pierre-1918-07-09	1918-07-09	Cordelier Pierre
cordy-annie-cooreman-leonia-1928-06-16	1928-06-16	Cordy Annie (COOREMAN Leonia)
cornu-andre-1892-06-27	1892-06-27	Cornu André
cornu-pierre-1895-11-16	1895-11-16	Cornu Pierre
cornut-gentille-bernard-1909-07-26	1909-07-26	Cornut-Gentille Bernard
coste-nora-simone-renee-1927-06-28	1927-06-28	Coste Nora (Simone Renée)
coster-claudine-1939-02-16	1939-02-16	Coster Claudine
cotta-michele-1937-06-15	1937-06-15	Cotta Michèle
cottavoz-andre-1922-07-29	1922-07-29	Cottavoz André
cotten-yann-yvon-1941-01-20	1941-01-20	Cotten Yann-Yvon
coty-francois-spoturno-1874-05-03	1874-05-03	Coty François (SPOTURNO)
coty-rene-1882-03-20	1882-03-20	Coty René
coude-du-foresto-yvon-1897-02-10	1897-02-10	Coude Du Foresto Yvon
coudekerque-lambrecht-andre-1898-08-27	1898-08-27	Coudekerque-Lambrecht André
couderc-roger-1918-07-12	1918-07-12	Couderc Roger
coupat-pierre-1860-06-17	1860-06-17	Coupat Pierre
courdy-jean-claude-1928-11-20	1928-11-20	Courdy Jean Claude
courson-leon-1883-10-21	1883-10-21	Courson Léon
couve-de-murville-maurice-1907-01-24	1907-01-24	Couve De Murville Maurice
couyda-maurice-1866-01-01	1866-01-01	Couyda Maurice
cremer-bruno-1929-10-06	1929-10-06	Cremer Bruno
cremier-jean-eddie-1926-02-04	1926-02-04	Crémier Jean Eddie
crepeau-michel-1930-10-30	1930-10-30	Crépeau Michel
crespelle-jean-paul-1910-12-24	1910-12-24	Crespelle Jean Paul
criqui-fernand-1921-05-14	1921-05-14	Criqui Fernand
croizat-amboise-1901-01-28	1901-01-28	Croizat Amboise
crozier-michel-1922-11-06	1922-11-06	Crozier Michel
cruppi-jean-1855-05-22	1855-05-22	Cruppi Jean
cuau-yves-1934-09-10	1934-09-10	Cuau Yves
cucuel-jacques-1901-05-18	1901-05-18	Cucuel Jacques
daillet-jean-marie-1929-11-24	1929-11-24	Daillet Jean-Marie
dalbiez-victor-1876-06-23	1876-06-23	Dalbiez Victor
daleveze-jean-conilleau-1912-10-04	1912-10-04	Daleveze Jean (CONILLEAU)
dalimier-albert-1875-02-20	1875-02-20	Dalimier Albert
dalmes-mony-etennemare-s-1914-07-24	1914-07-24	Dalmes Mony (ETENNEMARE S.)
damia-damien-marie-louise-1889-12-05	1889-12-05	Damia (DAMIEN Marie-Louise)
daniel-jean-bensald-1920-07-21	1920-07-21	Daniel Jean (BENSAlD)
danielou-alain-1907-10-04	1907-10-04	Danielou Alain
danielou-charles-1878-07-13	1878-07-13	Danielou Charles
danielou-jean-1905-05-14	1905-05-14	Danielou Jean
dannenmuller-jean-1913-11-21	1913-11-21	Dannenmuller Jean
dansette-adrien-1901-04-16	1901-04-16	Dansette Adrien
darc-mireille-aigroz-1938-05-15	1938-05-15	Darc Mireille (AIGROZ)
dard-frederic-1921-06-29	1921-06-29	Dard Frédéric
dard-michel-1908-12-09	1908-12-09	Dard Michel
dariac-adrien-1868-06-14	1868-06-14	Dariac Adrien
darlan-jean-baptiste-1848-06-10	1848-06-10	Darlan Jean-Baptiste
darnal-jean-claude-1929-06-24	1929-06-24	Darnal Jean-Claude
darnand-joseph-1897-03-19	1897-03-19	Darnand Joseph
darolle-raymond-1919-02-07	1919-02-07	Darolle Raymond
darquier-de-pellepoix-louis-1897-12-19	1897-12-19	Darquier(de Pellepoix)Louis
darre-jeanne-marie-1905-07-30	1905-07-30	Darré Jeanne Marie
darre-simone-1919-10-17	1919-10-17	Darré Simone
darry-cowl-darricau-andre-1925-08-27	1925-08-27	Darry-Cowl (DARRICAU André)
darsonval-lycette-perron-a-1912-02-12	1912-02-12	Darsonval Lycette (PERRON A.)
daudet-leon-1867-11-16	1867-11-16	Daudet Léon
daumier-sophie-hugon-elis-1934-11-24	1934-11-24	Daumier Sophie (HUGON Elis.)
dautresne-lucien-1826-05-21	1826-05-21	Dautresne Lucien
dautry-raoul-1880-09-16	1880-09-16	Dautry Raoul
daval-roger-1911-05-10	1911-05-10	Daval Roger
david-fernand-1869-10-18	1869-10-18	David Fernand
david-robert-1873-11-05	1873-11-05	David Robert
deat-marcel-1894-03-07	1894-03-07	Deat Marcel
desouzy-roger-1913-09-12	1913-09-12	Desouzy Roger
debre-michel-1912-01-15	1912-01-15	Debré Michel
decaux-alain-1925-07-23	1925-07-23	Decaux Alain
decout-robert-1918-08-13	1918-08-13	Décout Robert
decrais-albert-1838-09-18	1838-09-18	Decrais Albert
degris-robert-1920-01-22	1920-01-22	Degris Robert
deider-paul-emile-1925-01-01	1925-01-01	Deider Paul-Emile
delaborde-michel-1935-01-20	1935-01-20	Delaborde Michel
delamare-georges-1881-07-07	1881-07-07	Delamare Georges
delarue-maurice-1919-07-26	1919-07-26	Delarue Maurice
delbecque-leon-1919-08-25	1919-08-25	Delbecque Léon
delcasse-theophile-1852-03-01	1852-03-01	Delcassé Théophile
deleplanque-roger-1901-08-05	1901-08-05	Deleplanque Roger
delerue-georges-1925-03-12	1925-03-12	Delerue Georges
delesalle-charles-1886-04-15	1886-04-15	Delesalle Charles
delplanque-georges-1903-07-13	1903-07-13	Delplanque Georges
delombre-paul-1848-03-18	1848-03-18	Delombre Paul
delom-sorbe-maurice-1898-09-17	1898-09-17	Delom-Sorbé Maurice
delpeche-rene-1897-06-11	1897-06-11	Delpeche René
delpeuch-jean-baptiste-1860-07-24	1860-07-24	Delpeuch Jean-Baptiste
deluns-montaud-pierre-1845-06-03	1845-06-03	Deluns-Montaud Pierre
demole-charles-1828-03-22	1828-03-22	Demole Charles
demongeot-mylene-marie-hel-1935-09-29	1935-09-29	Demongeot Mylène (Marie-Hél.
deneuve-catherine-dorleac-1943-10-22	1943-10-22	Deneuve Catherine (DORLÉAC)
denoeu-francois-1898-07-22	1898-07-22	Denoeu François
dens-michel-1911-06-22	1911-06-22	Dens Michel
depardieu-gerard-1948-12-27	1948-12-27	Depardieu Gérard
depraz-xavier-delaruelle-1926-04-22	1926-04-22	Depraz Xavier (DELARUELLE)
deraigne-pierre-1912-06-11	1912-06-11	Deraigne Pierre
deron-jean-paul-1926-06-28	1926-06-28	Déron Jean-Paul
deroulede-paul-1846-09-02	1846-09-02	Deroulede Paul
derrey-jacques-1907-09-22	1907-09-22	Derrey Jacques
dervaux-pierre-1917-01-03	1917-01-03	Dervaux Pierre
descamps-eugene-1922-03-17	1922-03-17	Descamps Eugène
deschamps-louis-1878-12-23	1878-12-23	Deschamps Louis
deschanel-paul-1855-02-13	1855-02-13	Deschanel Paul
descrieres-georges-berge-d-1930-04-15	1930-04-15	Descrieres Georges (BERGÉ-D.)
desgraupes-pierre-1918-12-18	1918-12-18	Desgraupes Pierre
desgrees-du-lou-francois-1909-06-26	1909-06-26	Desgrées Du Lou François
desjardins-claude-1920-06-09	1920-06-09	Desjardins Claude
desmarets-sophie-jacqueline-1922-04-07	1922-04-07	Desmarets Sophie (Jacqueline)
desplas-georges-1856-01-30	1856-01-30	Desplas Georges
desrumaux-pierre-1899-03-22	1899-03-22	Desrumaux Pierre
dessoye-arthur-1854-08-23	1854-08-23	Dessoye Arthur
destremau-bernard-1917-02-11	1917-02-11	Destremau Bernard
devay-jean-francois-1925-10-15	1925-10-15	Devay Jean-François
develle-jules-1845-04-12	1845-04-12	Develle Jules
devin-josette-1921-02-03	1921-02-03	Devin Josette
devos-raymond-1922-11-09	1922-11-09	Devos Raymond
devries-ivan-daniel-1909-09-17	1909-09-17	Devries Ivan (Daniel)
dewaere-patrice-dourdeaux-1947-01-26	1947-01-26	Dewaere Patrice (DOURDEAUX)
dheran-bernard-poulain-1926-06-17	1926-06-17	Dheran Bernard (POULAIN)
dhery-robert-fourrey-1921-04-27	1921-04-27	Dhery Robert (FOURREY)
dhordain-roland-1924-04-29	1924-04-29	Dhordain Roland
diesdach-ghislain-de-1931-08-06	1931-08-06	Diesdach Ghislain de
dignac-pierre-1876-01-13	1876-01-13	Dignac Pierre
dijoud-paul-1938-06-25	1938-06-25	Dijoud Paul
diligent-andre-1919-05-10	1919-05-10	Diligent André
dior-lucien-1867-07-04	1867-07-04	Dior Lucien
distel-sacha-1933-01-29	1933-01-29	Distel Sacha
doat-anne-1936-09-16	1936-09-16	Doat Anne
doisneau-robert-1912-04-14	1912-04-14	Doisneau Robert
domenach-jean-marie-1922-02-13	1922-02-13	Domenach Jean-Marie
domenech-gabriel-1920-09-04	1920-09-04	Domenech Gabriel
domenech-pierre-1940-10-22	1940-10-22	Domenech Pierre
domenge-jean-1926-09-17	1926-09-17	Domenge Jean
dominati-jacques-1927-03-11	1927-03-11	Dominati Jacques
donati-francois-1921-06-05	1921-06-05	Donati François
dorgeres-henri-d-halluim-1897-02-06	1897-02-06	Dorgeres Henri(D'HALLUIM)
dorin-francoise-1928-01-23	1928-01-23	Dorin Françoise
doriot-jacques-1898-09-26	1898-09-26	Doriot Jacques
doris-pierre-tugot-1919-10-29	1919-10-29	Doris Pierre (TUGOT)
dorleac-francoise-1942-03-21	1942-03-21	Dorleac Françoise
dorlhac-helene-roujon-1935-10-04	1935-10-04	Dorlhac Hélène (ROUJON)
dormann-maurice-1881-04-20	1881-04-20	Dormann Maurice
dormoy-marx-1888-08-01	1888-08-01	Dormoy Marx
dorziat-gabrielle-sigrist-1880-01-25	1880-01-25	Dorziat Gabrielle (SIGRIST)
dougier-henry-1936-09-27	1936-09-27	Dougier Henry
doumer-paul-1857-03-22	1857-03-22	Doumer Paul
doumergue-gaston-1863-08-01	1863-08-01	Doumergue Gaston
dournes-pierre-1921-01-31	1921-01-31	Dournes Pierre
doyen-ginette-genevieve-1921-07-10	1921-07-10	Doyen Ginette Geneviève)
drancourt-michel-1928-05-09	1928-05-09	Drancourt Michel
drouin-pierre-1921-02-10	1921-02-10	Drouin Pierre
drucker-michel-1942-09-12	1942-09-12	Drucker Michel
drumont-edouard-1844-05-03	1844-05-03	Drumont Edouard
dubarle-dominique-1907-09-23	1907-09-23	Dubarle Dominique
dubief-fernand-1850-10-14	1850-10-14	Dubief Fernand
dudillard-roland-1923-12-02	1923-12-02	Dudillard Roland
duboin-jacques-1878-09-17	1878-09-17	Duboin Jacques
dubois-jacques-1912-10-25	1912-10-25	Dubois Jacques
dubois-louis-1859-06-10	1859-06-10	Dubois Louis
dubois-pierre-1930-03-01	1930-03-01	Dubois Pierre
dubois-dumee-jean-pierre-1918-02-12	1918-02-12	Dubois-Dumee Jean-Pierre
dubout-albert-1905-05-15	1905-05-15	Dubout Albert
dubuffet-jean-1901-07-31	1901-07-31	Dubuffet Jean
ducasse-andre-1894-07-23	1894-07-23	Ducasse André
duchaussoy-michrl-1938-11-29	1938-11-29	Duchaussoy Michrl
ducla-louis-1893-04-23	1893-04-23	Ducla Louis
duclerc-eugene-1812-11-09	1812-11-09	Duclerc Eugène
duclos-henri-1902-08-19	1902-08-19	Duclos Henri
ducos-mireille-figaret-1910-08-20	1910-08-20	Ducos Mireille (FIGARET)
ducray-gerard-1942-01-21	1942-01-21	Ducray Gérard
ducreux-louis-ducreux-picon-1911-09-22	1911-09-22	Ducreux Louis (DUCREUX-PICON)
ducrocq-albert-1921-07-09	1921-07-09	Ducrocq Albert
dufourcq-norbert-1904-09-21	1904-09-21	Dufourcq Norbert
du-gast-rouille-michel-1919-06-09	1919-06-09	Du Gast Rouillé Michel
duguet-xavier-1895-08-27	1895-08-27	Duguet Xavier
dujardin-marie-chenou-1893-09-09	1893-09-09	Dujardin Marie (CHENOU)
dumas-roland-1922-08-23	1922-08-23	Dumas Roland
dumayet-pierre-1923-02-24	1923-02-24	Dumayet Pierre
dumont-charlea-1867-08-31	1867-08-31	Dumont Charlea
duperrey-annie-legras-1947-06-28	1947-06-28	Duperrey Annie (LEGRAS)
dupuy-charles-1851-11-05	1851-11-05	Dupuy Charles
dupuy-jean-1844-10-01	1844-10-01	Dupuy Jean
dupuy-dutemps-ludovic-1847-01-05	1847-01-05	Dupuy-Dutemps Ludovic
durafour-antoine-1876-08-12	1876-08-12	Durafour Antoine
durafour-michel-1920-04-11	1920-04-11	Durafour Michel
durand-jean-1865-01-08	1865-01-08	Durand Jean
durand-oswald-1888-02-09	1888-02-09	Durand Oswald
durand-paul-1907-01-28	1907-01-28	Durand Paul
durel-auguste-1904-03-02	1904-03-02	Durel Auguste
duruy-victor-1811-09-10	1811-09-10	Duruy Victor
dusseaulx-roger-1913-07-18	1913-07-18	Dusseaulx Roger
dutronc-jacques-1943-04-28	1943-04-28	Dutronc Jacques
duval-aime-1918-06-30	1918-06-30	Duval Aimé
duvauchelle-pierre-1906-08-09	1906-08-09	Duvauchelle Pierre
duvaux-jules-1827-05-21	1827-05-21	Duvaux Jules
duverger-maurice-1917-06-05	1917-06-05	Duverger Maurice
duvignac-andre-1898-11-26	1898-11-26	Duvignac André
duvignaud-jean-auger-1921-02-22	1921-02-22	Duvignaud Jean (AUGER)
duvillard-henri-1910-11-03	1910-11-03	Duvillard Henri
ebstein-jean-1921-04-01	1921-04-01	Ebstein Jean
ehrhard-jean-pierre-1928-10-30	1928-10-30	Ehrhard Jean-Pierre
elbel-paul-1875-03-06	1875-03-06	Elbel Paul
entremont-philippe-1934-06-07	1934-06-07	Entremont Philippe
eparvier-jean-1903-09-21	1903-09-21	Eparvier Jean
ernout-alfred-1879-10-30	1879-10-30	Ernout Alfred
escaich-rene-1909-05-25	1909-05-25	Escaich René
escarpit-robert-1918-04-24	1918-04-24	Escarpit Robert
espil-pierre-1918-12-22	1918-12-22	Espil Pierre
etienne-eugene-1844-12-15	1844-12-15	Etienne Eugène
euzet-jean-marie-1905-04-26	1905-04-26	Euzet Jean-Marie
even-andre-1918-05-16	1918-05-16	Even André
exbrayat-durivaux-charles-1906-05-05	1906-05-05	Exbrayat-Durivaux Charles
eydoux-henri-paul-1907-03-16	1907-03-16	Eydoux Henri Paul
eynac-laurent-1886-10-04	1886-10-04	Eynac Laurent
eyser-jacques-eysermann-1912-08-29	1912-08-29	Eyser Jacques(EYSERMANN)
fabien-louis-pouilloux-1924-01-18	1924-01-18	Fabien Louis(POUILLOUX)
fabre-denise-1942-09-05	1942-09-05	Fabre Denise
fabre-gilles-1933-10-07	1933-10-07	Fabre Gilles
fabre-robert-1915-12-21	1915-12-21	Fabre Robert
fabri-canti-jose-fabrikant-1916-05-29	1916-05-29	Fabri-Canti José(FABRIKANT)
fabry-jean-1876-06-06	1876-06-06	Fabry Jean
faine-jacques-1927-11-04	1927-11-04	Faine Jacques
faizant-jacques-1918-10-30	1918-10-30	Faizant Jacques
falcon-andre-1924-11-28	1924-11-28	Falcon André
falcou-jacques-1912-05-09	1912-05-09	Falcou Jacques
falcoz-henri-1884-05-06	1884-05-06	Falcoz Henri
fallieres-andre-1875-09-30	1875-09-30	Fallieres André
fallieres-armand-1841-11-06	1841-11-06	Fallieres Armand
fanton-andre-1928-03-31	1928-03-31	Fanton André
fatras-andre-1913-12-17	1913-12-17	Fatras André
faucher-jean-1921-10-19	1921-10-19	Faucher Jean
faure-lucie-meyer-1908-07-06	1908-07-06	Faure Lucie (MEYER)
faure-maurice-1850-01-19	1850-01-19	Faure Maurice
faure-roland-1926-10-10	1926-10-10	Faure Roland
favalelli-max-1905-01-23	1905-01-23	Favalelli Max
favre-georges-1905-07-26	1905-07-26	Favre Georges
favre-jules-1809-03-21	1809-03-21	Favre Jules
faye-etienne-1828-11-16	1828-11-16	Faye Etienne
fernandez-dominique-1929-08-25	1929-08-25	Fernandez Dominique
fernier-robert-1895-07-26	1895-07-26	Fernier Robert
ferniot-jean-1918-10-10	1918-10-10	Ferniot Jean
ferouillat-joannis-j-b-1820-05-04	1820-05-04	Ferouillat Joannis J.B.
ferras-christian-1933-06-17	1933-06-17	Ferras Christian
ferry-desire-1886-10-25	1886-10-25	Ferry Désiré
feugereux-jean-1923-09-25	1923-09-25	Feugereux Jean
fevrier-andre-1885-11-30	1885-11-30	Fevrier André
fevrier-georges-1905-11-26	1905-11-26	Fevrier Georges
fevrier-jacques-1900-07-27	1900-07-27	Fevrier Jacques
feydeau-alain-1934-07-21	1934-07-21	Feydeau Alain
fillioud-georges-1929-07-07	1929-07-07	Fillioud Georges
fiterman-charles-1933-12-28	1933-12-28	Fiterman Charles
floquet-charles-1828-10-02	1828-10-02	Floquet Charles
florio-rene-1921-10-17	1921-10-17	Florio René
flourens-emile-1841-04-26	1841-04-26	Flourens Emile
follereau-raoul-1903-08-17	1903-08-17	Follereau Raoul
fontanel-genevieve-1936-06-27	1936-06-27	Fontanel Geneviève
fontanet-joseph-1921-02-09	1921-02-09	Fontanet Joseph
fonvielle-alquier-francois-1915-02-10	1915-02-10	Fonvielle Alquier François
forgeot-pierre-1888-03-10	1888-03-10	Forgeot Pierre
fortoul-hyppolyte-1811-08-04	1811-08-04	Fortoul Hyppolyte
fossey-brigitte-1946-06-15	1946-06-15	Fossey Brigitte
foucault-michel-1926-10-15	1926-10-15	Foucault Michel
fougere-paule-jambu-1916-06-16	1916-06-16	Fougere Paule (JAMBU)
fould-achille-1890-09-19	1890-09-19	Fould Achille
foulon-maurice-1886-09-16	1886-09-16	Foulon Maurice
fourastie-jean-1907-04-15	1907-04-15	Fourastié Jean
fourcade-jean-pierre-1929-10-18	1929-10-18	Fourcade Jean-Pierre
fournet-jean-1913-04-14	1913-04-14	Fournet Jean
fourtou-oscar-bardi-de-1836-01-03	1836-01-03	Fourtou Oscar (BARDI de)
foyer-jean-1921-04-27	1921-04-27	Foyer Jean
frachon-benoit-1893-05-13	1893-05-13	Frachon Benoît
francescatti-zino-rene-1902-08-09	1902-08-09	Francescatti Zino (René)
godin-andre-1900-07-11	1900-07-11	Godin André
frey-charles-1888-02-26	1888-02-26	Frey Charles
freycinet-charles-de-1828-11-14	1828-11-14	Freycinet Charles de
frison-roche-roger-1906-02-10	1906-02-10	Frison-Roche Roger
froment-louis-de-1921-12-05	1921-12-05	Froment Louis de
frossard-andre-1915-01-14	1915-01-14	Frossard André
frossard-ludovic-louis-1889-03-05	1889-03-05	Frossard Ludovic Louis
frot-eugene-1893-10-02	1893-10-02	Frot Eugène
fuchs-helene-1893-01-04	1893-01-04	Fuchs Hélène
gouin-felix-1884-10-04	1884-10-04	Gouin Félix
gadaud-antoine-1841-04-26	1841-04-26	Gadaud Antoine
gaillard-felix-1919-11-05	1919-11-05	Gaillard Félix
gaillard-robert-1909-04-08	1909-04-08	Gaillard Robert
gainsbourg-serge-ginsburg-1928-04-02	1928-04-02	Gainsbourg Serge (GINSBURG)
gaits-jean-1904-02-29	1904-02-29	Gaits Jean
galante-pierre-1909-11-22	1909-11-22	Galante Pierre
galard-daisy-de-gourcuff-1929-11-04	1929-11-04	Galard Daisy de (GOURCUFF)
gallet-claudius-1874-11-12	1874-11-12	Gallet Claudius
galley-robert-1921-01-11	1921-01-11	Galley Robert
gallo-max-1932-01-07	1932-01-07	Gallo Max
gallois-jean-1914-12-12	1914-12-12	Gallois Jean
galzain-michel-de-1918-04-19	1918-04-19	Galzain Michel de
gandon-pierre-1899-01-20	1899-01-20	Gandon Pierre
garaud-marie-france-quintard-1934-03-06	1934-03-06	Garaud Marie-France (QUINTARD)
garaudy-roger-1913-07-17	1913-07-17	Garaudy Roger
gasnier-duparc-alphonse-1879-06-21	1879-06-21	Gasnier-Duparc Alphonse
gast-raymond-1912-06-27	1912-06-27	Gast Raymond
gault-claude-1934-08-02	1934-08-02	Gault Claude
gauthier-armand-1850-09-28	1850-09-28	Gauthier Armand
gautier-chaljmet-louis-1895-03-21	1895-03-21	Gautier-Chaljmet Louis
gendron-maurice-1920-12-26	1920-12-26	Gendron Maurice
genet-jean-1910-12-19	1910-12-19	Genet Jean
gensous-pierre-1925-07-25	1925-07-25	Gensous Pierre
gentin-fernand-1876-09-27	1876-09-27	Gentin Fernand
gerard-andre-marie-1918-09-02	1918-09-02	Gerard André-Marie
gerard-gaston-1878-04-30	1878-04-30	Gerard Gaston
gerard-ivan-1917-02-24	1917-02-24	Gerard Ivan
geraud-andre-1930-07-11	1930-07-11	Geraud André
gerbaud-francois-1927-04-10	1927-04-10	Gerbaud François
germain-martin-louis-1872-11-07	1872-11-07	Germain-Martin Louis
ghiglion-green-maurice-1913-11-08	1913-11-08	Ghiglion-Green Maurice
giacobbi-francois-1919-07-19	1919-07-19	Giacobbi François
giannoli-paul-1931-03-17	1931-03-17	Giannoli Paul
gibeau-yves-1916-01-03	1916-01-03	Gibeau Yves
gicquel-roger-1933-02-22	1933-02-22	Gicquel Roger
gignoux-claude-joseph-1890-11-29	1890-11-29	Gignoux Claude Joseph
gilbert-daniele-1943-03-20	1943-03-20	Gilbert Danièle
gili-marcel-1914-02-12	1914-02-12	Gili Marcel
gillet-philippe-1923-07-13	1923-07-13	Gillet Philippe
gillot-auguste-1905-02-07	1905-02-07	Gillot Auguste
gilot-francoise-1921-11-26	1921-11-26	Gilot Françoise
girard-theodore-1851-01-14	1851-01-14	Girard Théodore
girardot-annie-1931-10-25	1931-10-25	Girardot Annie
giraudeau-jean-1916-07-01	1916-07-01	Giraudeau Jean
herriot-edouard-1872-07-05	1872-07-05	Herriot Edouard
girerd-cyprien-1832-05-01	1832-05-01	Girerd Cyprien
giscard-d-estaing-valery-1926-02-02	1926-02-02	Giscard D'estaing Valéry
giuglaris-marcel-1922-06-19	1922-06-19	Giuglaris Marcel
goblet-rene-1828-09-26	1828-09-26	Goblet René
hettier-de-boislambert-cl-1906-07-26	1906-07-26	Hettier de BOISLAMBERT Cl.
goddet-jacques-1905-06-21	1905-06-21	Goddet Jacques
godin-jules-1844-03-14	1844-03-14	Godin Jules
gorini-jean-marc-1924-10-20	1924-10-20	Gorini Jean Marc
gorse-georges-1915-02-15	1915-02-15	Gorse Georges
gosselin-lenotre-therese-1894-06-20	1894-06-20	Gosselin-Lenotre Therèse
gourdeau-gaston-1883-02-19	1883-02-19	Gourdeau Gaston
grancher-marcel-1897-08-12	1897-08-12	Grancher Marcel
granet-felix-1849-07-29	1849-07-29	Granet Félix
gravelle-andre-1925-09-30	1925-09-30	Gravelle André
greffeuille-marcel-1907-12-04	1907-12-04	Greffeuille Marcel
gregoire-menie-laurentin-1919-08-15	1919-08-15	Grégoire Ménie (LAURENTIN)
grevy-jules-1807-08-15	1807-08-15	Grévy Jules
griffuelhes-victor-1874-03-14	1874-03-14	Griffuelhes Victor
hugues-andre-1905-08-09	1905-08-09	Hugues André
griuart-louis-1829-07-30	1829-07-30	Griuart Louis
gros-brigitte-servan-schr-1925-06-12	1925-06-12	Gros Brigitte (SERVAN-SCHR.)
grosfilley-robert-1920-05-23	1920-05-23	Grosfilley Robert
guena-yves-1922-07-06	1922-07-06	Guena Yves
guerin-andre-1899-12-01	1899-12-01	Guerin André
guerin-eugene-1849-07-27	1849-07-27	Guerin Eugène
guerithault-gilles-1918-11-30	1918-11-30	Guerithault Gilles
guernier-charles-1870-04-26	1870-04-26	Guernier Charles
guernut-henri-1876-11-02	1876-11-02	Guernut Henri
guers-paul-dutron-1927-12-19	1927-12-19	Guers Paul (DUTRON)
guibouret-fernand-1902-05-30	1902-05-30	Guibouret Fernand
guichard-alain-1917-10-21	1917-10-21	Guichard Alain
guichard-olivier-1920-07-27	1920-07-27	Guichard Olivier
guichardan-roger-1906-10-16	1906-10-16	Guichardan Roger
guieysse-pierre-paul-1841-05-11	1841-05-11	Guieysse Pierre Paul
guillain-robert-1908-09-04	1908-09-04	Guillain Robert
guillaud-jean-louis-1929-03-05	1929-03-05	Guillaud Jean-Louis
guillaume-louis-1907-12-18	1907-12-18	Guillaume Louis
guillaumin-claude-1929-10-22	1929-10-22	Guillaumin Claude
guingouin-georges-1913-02-02	1913-02-02	Guingouin Georges
guiramand-paul-1926-02-01	1926-02-01	Guiramand Paul
guirec-jean-charton-1898-07-31	1898-07-31	Guirec Jean (CHARTON)
guiringaud-louis-de-1911-10-12	1911-10-12	Guiringaud Louis de
guth-paul-1910-03-05	1910-03-05	Guth Paul
guyot-yves-1843-09-06	1843-09-06	Guyot Yves
habib-deloncle-michel-1921-11-26	1921-11-26	Habib-Deloncle Michel
haby-rene-1919-10-09	1919-10-09	Haby René
hallyday-johnny-de-smet-j-p-1943-06-15	1943-06-15	Hallyday Johnny (de SMET J.P)
hamelet-michel-daniel-mario-1908-02-09	1908-02-09	Hamelet Michel (DANIEL Mario)
hamman-adalbert-1910-06-14	1910-06-14	Hamman Adalbert
hanin-roger-levy-1925-10-20	1925-10-20	Hanin Roger (LEVY)
hanotaux-gabriel-1853-11-19	1853-11-19	Hanotaux Gabriel
hanu-jose-1925-02-05	1925-02-05	Hanu José
hartemann-jean-claude-1929-12-18	1929-12-18	Hartemann Jean Claude
hartoy-maurice-de-hanot-d-1892-03-17	1892-03-17	Hartoy Maurice de (HANOT d')
harvec-herve-andre-1918-07-03	1918-07-03	Harvec (HERVÉ André)
hasquenoph-pierre-1922-10-20	1922-10-20	Hasquenoph Pierre
haussmann-georges-eugene-1809-03-27	1809-03-27	Haussmann Georges Eugène
heidsieck-eric-1936-08-21	1936-08-21	Heidsieck Eric
heitz-robert-1895-08-03	1895-08-03	Heitz Robert
hennessy-oean-1874-04-26	1874-04-26	Hennessy Oean
henry-andre-1934-10-15	1934-10-15	Henry André
herard-jean-1888-07-06	1888-07-06	Herard Jean
heraud-marcel-1883-05-08	1883-05-08	Heraud Marcel
herault-rene-1837-08-27	1837-08-27	Herault René
heriat-philippe-payelle-1898-09-15	1898-09-15	Heriat Philippe (PAYELLE)
herisson-charles-1831-10-12	1831-10-12	Herisson Charles
hernu-charles-1923-07-03	1923-07-03	Hernu Charles
herold-paquis-jean-herold-1912-02-04	1912-02-04	Herold-Paquis Jean (HEROLD)
jacquinot-louis-1898-09-16	1898-09-16	Jacquinot Louis
heymann-philippe-1938-10-21	1938-10-21	Heymann Philippe
higgins-george-william-1916-05-05	1916-05-05	Higgins George-William
hilaire-camille-1916-08-02	1916-08-02	Hilaire Camille
hillairet-jacques-coussillan-1886-07-31	1886-07-31	Hillairet Jacques (COUSSILLAN)
hirsch-robert-1925-07-26	1925-07-26	Hirsch Robert
hossein-robert-1927-12-30	1927-12-30	Hossein Robert
houdart-jean-1923-02-01	1923-02-01	Houdart Jean
houdet-poger-1899-06-14	1899-06-14	Houdet Poger
houdy-pierick-1929-01-18	1929-01-18	Houdy Pierick
houteer-gerard-1930-10-18	1930-10-18	Houteer Gérard
hueber-jean-jacques-1920-02-26	1920-02-26	Hueber Jean-Jacques
hugues-patrice-1930-04-10	1930-04-10	Hugues Patrice
hulin-gaston-1882-07-24	1882-07-24	Hulin Gaston
humbert-gustave-1822-06-28	1822-06-28	Humbert Gustave
husson-albert-1912-08-03	1912-08-03	Husson Albert
huteau-jean-1919-04-21	1919-04-21	Huteau Jean
ignace-edouard-1862-01-04	1862-01-04	Ignace Edouard
marcillac-raymond-1917-04-11	1917-04-11	Marcillac Raymond
skawinski-pierre-1912-12-23	1912-12-23	Skawinski Pierre
imbert-claude-1929-11-12	1929-11-12	Imbert Claude
imbourg-pierre-1903-08-26	1903-08-26	Imbourg Pierre
inchauspe-michel-1925-11-05	1925-11-05	Inchauspé Michel
innocent-frank-1912-11-20	1912-11-20	Innocent Frank
isaac-auguste-1849-09-06	1849-09-06	Isaac Auguste
izard-georges-1903-06-17	1903-06-17	Izard Georges
jacob-maxime-1906-01-13	1906-01-13	Jacob Maxime
jacquemin-andre-1904-09-03	1904-09-03	Jacquemin André
jacquier-paul-1879-03-26	1879-03-26	Jacquier Paul
jacquot-pierre-1929-05-15	1929-05-15	Jacquot Pierre
jager-rene-1909-03-08	1909-03-08	Jager René
jamais-emile-1856-12-10	1856-12-10	Jamais Emile
jammot-armand-1922-04-04	1922-04-04	Jammot Armand
jankelevitch-vladimir-1903-08-31	1903-08-31	Jankelevitch Vladimir
jardillier-robert-1890-03-31	1890-03-31	Jardillier Robert
jarrot-andre-1909-12-13	1909-12-13	Jarrot André
jaubert-jean-alexig-1879-12-01	1879-12-01	Jaubert Jean-Alexig
duhamel-rene-1935-02-01	1935-02-01	Duhamel René
nosbaum-guy-1930-05-10	1930-05-10	Nosbaum Guy
jean-charles-charles-jean-1922-12-02	1922-12-02	Jean-Charles (CHARLES Jean)
jeanmaire-zizi-renee-1924-04-29	1924-04-29	Jeanmaire Zizi (Renée)
jeanneney-jules-1864-07-06	1864-07-06	Jeanneney Jules
jean-robert-andre-robert-j-1921-10-25	1921-10-25	Jean-Robert André (ROBERT J.)
jeanson-andre-1911-10-13	1911-10-13	Jeanson André
jeanson-henri-1900-03-06	1900-03-06	Jeanson Henri
jerome-pierre-1905-01-20	1905-01-20	Jerome Pierre
jobert-marlene-1940-11-04	1940-11-04	Jobert Marlène
jobert-michel-1921-09-11	1921-09-11	Jobert Michel
july-pierre-1906-09-09	1906-09-09	July Pierre
jonnart-celestin-1857-12-27	1857-12-27	Jonnart Célestin
jospin-lionel-1937-07-12	1937-07-12	Jospin Lionel
jourdain-paul-1878-10-28	1878-10-28	Jourdain Paul
jouvenel-henry-de-1876-04-02	1876-04-02	Jouvenel Henry de
joxe-louis-1901-09-16	1901-09-16	Joxe Louis
julien-claude-1925-05-17	1925-05-17	Julien Claude
jullian-marcel-1922-01-31	1922-01-31	Jullian Marcel
kerraoul-bernard-vittu-de-1936-02-17	1936-02-17	Kerraoul Bernard (VITTU de)
koeffler-roger-1914-07-30	1914-07-30	Koeffler Roger
krantz-camille-1848-08-24	1848-08-24	Krantz Camille
labbe-claude-1920-01-27	1920-01-27	Labbé Claude
labis-attilio-1936-09-05	1936-09-05	Labis Attilio
laborie-pierre-1907-08-27	1907-08-27	Laborie Pierre
labro-philippe-1936-08-27	1936-08-27	Labro Philippe
laburthe-tolra-jean-claude-1923-05-18	1923-05-18	Laburthe-Tolra Jean-Claude
lacore-suzanne-1875-05-30	1875-05-30	Lacore Suzanne
lacouture-jean-1921-06-09	1921-06-09	Lacouture Jean
lacroix-jean-paul-1914-03-22	1914-03-22	Lacroix Jean-Paul
lafarge-guy-1904-05-05	1904-05-05	Lafarge Guy
lafaye-gabriel-1888-10-14	1888-10-14	Lafaye Gabriel
lafferre-louis-1861-05-10	1861-05-10	Lafferre Louis
laffont-paul-1885-04-25	1885-04-25	Laffont Paul
lafont-ernest-1879-07-26	1879-07-26	Lafont Ernest
lafue-pierre-1902-09-18	1902-09-18	Lafue Pierre
lagarde-pierre-de-1932-03-25	1932-03-25	Lagarde Pierre de
lagardellle-hubert-1874-07-08	1874-07-08	Lagardellle Hubert
lagrange-leo-1900-11-28	1900-11-28	Lagrange Léo
lagrange-valerie-charaudeau-1942-02-25	1942-02-25	Lagrange Valérie (CHARAUDEAU)
laguillier-arlette-1940-03-18	1940-03-18	Laguillier Arlette
lahaye-simone-1908-05-01	1908-05-01	Lahaye Simone
lai-francis-1932-04-26	1932-04-26	Lai Francis
laine-pascal-1942-05-10	1942-05-10	Lainé Pascal
lalanne-denis-1926-04-01	1926-04-01	Lalanne Denis
lalonde-brice-1946-02-10	1946-02-10	Lalonde Brice
lalou-etienne-1918-12-16	1918-12-16	Lalou Etienne
lama-serge-chauvier-1943-02-11	1943-02-11	Lama Serge (CHAUVIER)
la-malene-christian-de-1920-12-05	1920-12-05	La Malene Christian de
lambert-charles-1883-12-16	1883-12-16	Lambert Charles
lambert-guy-1918-06-09	1918-06-09	Lambert Guy
lambert-pierrette-1928-06-10	1928-06-10	Lambert Pierrette
lamoureux-lucien-1888-09-16	1888-09-16	Lamoureux Lucien
lamoureux-robert-1920-01-04	1920-01-04	Lamoureux Robert
lancelot-michel-1938-01-17	1938-01-17	Lancelot Michel
landowski-francoise-1917-03-03	1917-03-03	Landowski Françoise
landry-michel-adolphe-1874-09-29	1874-09-29	Landry Michel Adolphe
lanessan-jean-marie-de-1843-07-13	1843-07-13	Lanessan Jean Marie de
lang-serge-1920-06-06	1920-06-06	Lang Serge
langeais-catherine-terrasse-1923-08-09	1923-08-09	Langeais Catherine (TERRASSE)
lapierre-dominique-1931-07-30	1931-07-30	Lapierre Dominique
larche-georges-1906-11-09	1906-11-09	Larché Georges
laroze-alfred-1834-04-05	1834-04-05	Laroze Alfred
larteguy-jean-osty-lucien-1920-09-05	1920-09-05	Lartéguy Jean (OSTY Lucien)
lartigue-jacques-1894-06-13	1894-06-13	Lartigue Jacques
laskine-lilly-aimee-1893-08-31	1893-08-31	Laskine Lilly (Aimée)
lassalle-robert-1882-06-02	1882-06-02	Lassalle Robert
launay-pierre-jean-1900-12-27	1900-12-27	Launay Pierre-Jean
laurain-jean-1921-01-01	1921-01-01	Laurain Jean
lauraine-jean-octave-1864-10-03	1864-10-03	Lauraine Jean-Octave
laurens-emile-1884-01-29	1884-01-29	Laurens Emile
laurent-augustin-1896-09-09	1896-09-09	Laurent Augustin
laurent-paul-1925-05-01	1925-05-01	Laurent Paul
laurent-darnar-pierre-1901-05-31	1901-05-31	Laurent-Darnar Pierre
lautier-eugene-1867-08-20	1867-08-20	Lautier Eugène
lauzero-albert-1909-08-16	1909-08-16	Lauzero Albert
laval-pierre-1883-06-28	1883-06-28	Laval Pierre
laville-henri-1916-02-07	1916-02-07	Laville Henri
lazareff-pierre-1907-04-16	1907-04-16	Lazareff Pierre
lesacqz-albert-1924-07-29	1924-07-29	Lesacqz Albert
lebas-edouard-1897-11-18	1897-11-18	Lebas Edouard
lebas-jean-baptiste-1878-10-24	1878-10-24	Lebas Jean-Baptiste
le-bidois-robert-1897-10-08	1897-10-08	Le Bidois Robert
lebon-andre-1859-06-26	1859-06-26	Lebon André
le-courre-raymond-1912-11-10	1912-11-10	Le Courre Raymond
lebrau-jean-1891-10-20	1891-10-20	Lebrau Jean
lebrun-albert-1871-08-29	1871-08-29	Lebrun Albert
lecanuet-jean-1920-03-04	1920-03-04	Lecanuet Jean
lecat-jean-philippe-1935-07-29	1935-07-29	Lecat Jean-Philippe
lecerf-jean-1918-06-01	1918-06-01	Lecerf Jean
lechantre-jean-1917-03-13	1917-03-13	Lechantre Jean
le-cherpy-joseph-1874-10-10	1874-10-10	Le Cherpy Joseph
lecoin-louis-1888-09-30	1888-09-30	Lecoin Louis
le-cour-grandmaison-jean-1883-03-15	1883-03-15	Le Cour Grandmaison Jean
le-cunff-louis-1919-07-27	1919-07-27	Le Cunff Louis
lefebure-leon-1838-03-31	1838-03-31	Lefebure Léon
lefebure-yvonne-1898-06-29	1898-06-29	Lefébure Yvonne
lefebvre-henri-1901-06-16	1901-06-16	Lefebvre Henri
lefebvre-du-prey-edmond-1866-10-16	1866-10-16	Lefebvre Du Prey Edmond
lefevre-auguste-1828-12-20	1828-12-20	Lefevre Auguste
lefevre-jean-1928-03-08	1928-03-08	Lefevre Jean
le-gentil-pierre-1906-11-01	1906-11-01	Le Gentil Pierre
kir-felix-1876-01-23	1876-01-23	Kir Félix
legrand-pierre-1834-05-13	1834-05-13	Legrand Pierre
legris-jacques-1919-02-22	1919-02-22	Legris Jacques
le-hir-yves-1919-07-02	1919-07-02	Le Hir Yves
lemaitre-henri-1912-04-01	1912-04-01	Lemaitre Henri
lemarchand-henri-1911-02-19	1911-02-19	Lemarchand Henri
lemarchand-jacques-1908-06-12	1908-06-12	Lemarchand Jacques
le-marois-jean-1895-12-21	1895-12-21	Le Marois Jean
lemarque-francis-korb-1917-11-25	1917-11-25	Lemarque Francis (KORB)
kriegel-valrimont-maurice-1914-05-13	1914-05-13	Kriegel-Valrimont Maurice
lenfant-maurice-1902-10-13	1902-10-13	Lenfant Maurice
lenormand-albert-1915-05-15	1915-05-15	Lenormand Albert
le-pen-jean-marie-1928-06-20	1928-06-20	Le Pen Jean Marie
lepensec-louis-1937-01-08	1937-01-08	Lepensec Louis
leprohon-pierre-1903-09-03	1903-09-03	Leprohon Pierre
lequien-colette-1920-12-19	1920-12-19	Lequien Colette
lereec-fernand-1928-03-06	1928-03-06	Leréec Fernand
lerminier-georges-1915-04-23	1915-04-23	Lerminier Georges
l-ermite-pierre-loutil-ed-1863-11-17	1863-11-17	L'ermite Pierre (LOUTIL Ed.)
leroy-georges-topaklan-1931-08-16	1931-08-16	Leroy Georges(TOPAKlAN)
leroy-pierre-1900-08-24	1900-08-24	Leroy Pierre
leroy-rene-1898-03-04	1898-03-04	Leroy René
leroy-roland-1926-05-04	1926-05-04	Leroy Roland
le-roy-ladurie-emmanuel-1929-07-19	1929-07-19	Le Roy Ladurie Emmanuel
lesourd-paul-1897-12-19	1897-12-19	Lesourd Paul
le-theule-joel-1930-03-22	1930-03-22	Le Theule Joël
le-trocquer-yves-1877-10-04	1877-10-04	Le Trocquer Yves
leygues-georges-1856-10-29	1856-10-29	Leygues Georges
l-hopiteau-gustave-1860-04-26	1860-04-26	L'hopiteau Gustave
lillaz-henri-1881-01-06	1881-01-06	Lillaz Henri
lime-maurice-kirsch-1905-06-25	1905-06-25	Lime Maurice (KIRSCH)
limouzy-jacques-1926-08-29	1926-08-29	Limouzy Jacques
limur-ivan-de-1937-07-03	1937-07-03	Limur Ivan de
lisbonne-emile-1876-06-20	1876-06-20	Lisbonne Emile
loire-gabriel-1904-04-21	1904-04-21	Loire Gabriel
long-maurice-1866-03-15	1866-03-15	Long Maurice
lopez-francis-1916-06-15	1916-06-15	Lopez Francis
lorant-georges-1909-09-11	1909-09-11	Lorant Georges
lorgere-andre-1891-01-26	1891-01-26	Lorgeré André
loriou-yvonne-1924-01-20	1924-01-20	Loriou Yvonne
loste-jacques-1905-12-27	1905-12-27	Loste Jacques
loubet-emile-1838-12-30	1838-12-30	Loubet Emile
loucheur-louis-1872-08-12	1872-08-12	Loucheur Louis
louis-roger-1925-01-29	1925-01-29	Louis Roger
lourties-victor-1844-07-22	1844-07-22	Lourties Victor
lubin-georges-1904-01-24	1904-01-24	Lubin Georges
luccioni-jose-1903-10-14	1903-10-14	Luccioni José
lucotte-marcel-1922-01-16	1922-01-16	Lucotte Marcel
lugnier-robert-1894-12-12	1894-12-12	Lugnier Robert
luka-madeleine-bottet-1894-07-07	1894-07-07	Luka Madeleine (BOTTET)
lyon-raymond-1908-10-27	1908-10-27	Lyon Raymond
mac-avoy-edouard-macardy-1905-01-25	1905-01-25	Mac'avoy Edouard (MACARDY)
macias-enrico-ghrenassia-1938-12-11	1938-12-11	Macias Enrico (GHRENASSIA)
magne-michel-1930-03-20	1930-03-20	Magne Michel
mahe-rene-1926-06-24	1926-06-24	Mahe René
mahieu-albert-1864-02-02	1864-02-02	Mahieu Albert
maillan-jacqueline-1923-01-11	1923-01-11	Maillan Jacqueline
maire-edmond-1931-01-24	1931-01-24	Maire Edmond
maitre-henri-1883-11-26	1883-11-26	Maitre Henri
malraux-andre-1901-11-03	1901-11-03	Malraux André
malvy-louis-jean-1875-11-30	1875-11-30	Malvy Louis Jean
mamy-georges-1921-11-14	1921-11-14	Mamy Georges
mandel-georges-rothschild-1885-06-05	1885-06-05	Mandel Georges (ROTHSCHILD)
manent-gaston-1884-04-24	1884-04-24	Manent Gaston
manuel-robert-1916-09-07	1916-09-07	Manuel Robert
marc-cab-cabridens-marcel-1901-12-11	1901-12-11	Marc-Cab (CABRIDENS Marcel)
marchais-georges-1920-06-07	1920-06-07	Marchais Georges
marchal-andre-1894-02-06	1894-02-06	Marchal André
marchandeau-paul-1882-08-10	1882-08-10	Marchandeau Paul
laforest-henry-1904-07-19	1904-07-19	Laforest Henry
marco-edmond-1916-04-17	1916-04-17	Marco Edmond
marcombes-philippe-1877-12-05	1877-12-05	Marcombes Philippe
mardore-michel-guramant-1935-10-22	1935-10-22	Mardore Michel (GURAMANT)
margaine-alfred-1870-01-18	1870-01-18	Margaine Alfred
margotton-rene-1915-11-18	1915-11-18	Margotton René
marielle-jean-pierre-1932-04-12	1932-04-12	Marielle Jean-Pierre
marin-jean-morvan-yves-1909-02-24	1909-02-24	Marin Jean (MORVAN Yves)
marin-louis-1871-02-07	1871-02-07	Marin Louis
marinier-paul-1866-08-10	1866-08-10	Marinier Paul
marot-jacques-1914-12-01	1914-12-01	Marot Jacques
marquet-adrien-1884-10-06	1884-10-06	Marquet Adrien
marrane-georges-1888-01-20	1888-01-20	Marrane Georges
marraud-pierre-1861-01-08	1861-01-08	Marraud Pierre
martel-louis-1813-09-13	1813-09-13	Martel Louis
martin-emile-1914-05-07	1914-05-07	Martin Emile
martin-georges-1905-01-17	1905-01-17	Martin Georges
chavet-andre-1930-07-13	1930-07-13	Chavet André
martin-jacques-1933-06-22	1933-06-22	Martin Jacques
martin-leopold-1889-03-30	1889-03-30	Martin Léopold
martin-feuillee-felix-1830-11-25	1830-11-25	Martin-Feuillée Félix
martinon-jean-1910-01-10	1910-01-10	Martinon Jean
martray-joseph-1914-05-14	1914-05-14	Martray Joseph
marty-jean-1838-01-31	1838-01-31	Marty Jean
marze-emile-1930-08-04	1930-08-04	Marzé Emile
masse-pierre-1879-12-13	1879-12-13	Masse Pierre
masse-alfred-1870-06-02	1870-06-02	Massé Alfred
massip-roger-1904-11-06	1904-11-06	Massip Roger
masson-marcel-1911-06-25	1911-06-25	Masson Marcel
mathevet-rene-1914-03-10	1914-03-10	Mathevet René
mathieu-georges-1921-01-27	1921-01-27	Mathieu Georges
mathieu-gilbert-1928-03-29	1928-03-29	Mathieu Gilbert
mathieu-mireille-1946-07-22	1946-07-22	Mathieu Mireille
mauduit-jean-1921-10-25	1921-10-25	Mauduit Jean
maugain-paul-1920-05-08	1920-05-08	Maugain Paul
maujan-adolphe-1853-06-03	1853-06-03	Maujan Adolphe
maupoil-henri-1891-07-11	1891-07-11	Maupoil Henri
maurane-camille-moreau-1911-11-29	1911-11-29	Maurane Camille (MOREAU)
mauries-rene-1921-02-16	1921-02-16	Mauries René
mauroy-pierre-1928-07-05	1928-07-05	Mauroy Pierre
maurras-charles-1868-04-20	1868-04-20	Maurras Charles
max-petit-camille-petit-1921-07-21	1921-07-21	Max-Petit Camille (PETIT)
maya-tristan-maton-jean-1926-06-04	1926-06-04	Maya Tristan (MATON Jean)
mayer-rene-1895-05-04	1895-05-04	Mayer René
mayet-dominique-1925-04-09	1925-04-09	Mayet Dominique
mazaudet-richard-1924-09-17	1924-09-17	Mazaudet Richard
maze-pierre-1893-01-09	1893-01-09	Mazé Pierre
mazeau-charles-1825-09-01	1825-09-01	Mazeau Charles
mazeaud-leon-1900-03-07	1900-03-07	Mazeaud Léon
mazeaud-pierre-1929-08-24	1929-08-24	Mazeaud Pierre
mazieres-andre-1920-05-18	1920-05-18	Mazieres André
maziol-jacques-1918-01-13	1918-01-13	Maziol Jacques
mazoyer-georges-1931-01-12	1931-01-12	Mazoyer Georges
meaux-camille-1830-09-18	1830-09-18	Meaux Camille
medecin-jacques-1928-05-05	1928-05-05	Médecin Jacques
mehaignerie-pierre-1939-05-04	1939-05-04	Méhaignerie Pierre
meline-jules-1838-05-20	1838-05-20	Meline Jules
menant-georges-1924-03-07	1924-03-07	Menant Georges
mendes-france-pierre-1907-01-11	1907-01-11	Mendes-France Pierre
menditte-jacques-de-1906-12-29	1906-12-29	Menditte Jacques de
mengin-robert-1907-11-12	1907-11-12	Mengin Robert
mercier-jean-1899-08-12	1899-08-12	Mercier Jean
mercier-michele-1939-01-01	1939-01-01	Mercier Michèle
merelle-rene-1903-08-24	1903-08-24	Merelle René
meritens-paul-1905-07-16	1905-07-16	Meritens Paul
merkes-marcel-1920-07-07	1920-07-07	Merkes Marcel
merlou-pierre-1849-02-18	1849-02-18	Merlou Pierre
merval-paulette-rlffaud-1920-11-03	1920-11-03	Merval Paulette (RlFFAUD)
mery-fernand-1897-02-11	1897-02-11	Mery Fernand
mesple-mady-magdeleine-1931-03-07	1931-03-07	Mesplé Mady (Magdeleine)
messac-ralph-1924-09-08	1924-09-08	Messac Ralph
laniel-joseph-1889-10-12	1889-10-12	Laniel Joseph
meyer-gaston-1905-05-01	1905-05-01	Meyer Gaston
lapie-pierre-1901-04-02	1901-04-02	Lapie Pierre
metehen-jacques-1903-08-28	1903-08-28	Metéhen Jacques
metin-albert-1871-01-23	1871-01-23	Metin Albert
meunier-jean-rene-1930-01-31	1930-01-31	Meunier Jean-René
mexandeau-louis-1931-07-06	1931-07-06	Mexandeau Louis
meyer-leon-1868-09-11	1868-09-11	Meyer Léon
mezerette-jean-1910-07-15	1910-07-15	Mezerette Jean
michallon-albert-1912-06-08	1912-06-08	Michallon Albert
michard-pelissier-jean-1909-10-03	1909-10-03	Michard-Pelissier Jean
michel-henri-1907-04-28	1907-04-28	Michel Henri
miellet-edmond-1880-11-01	1880-11-01	Miellet Edmond
mignon-paul-louis-1920-11-29	1920-11-29	Mignon Paul-Louis
milhaud-albert-1871-06-10	1871-06-10	Milhaud Albert
millaud-edouard-1834-09-07	1834-09-07	Millaud Edouard
milliard-victor-1844-12-19	1844-12-19	Milliard Victor
millies-lacroix-raphael-1850-12-04	1850-12-04	Millies-Lacroix Raphaël
millot-leon-1881-10-07	1881-10-07	Millot Léon
mireille-hartuch-mireille-1906-09-30	1906-09-30	Mireille (HARTUCH Mireille)
missoffe-francois-1919-10-13	1919-10-13	Missoffe François
mohrt-pierre-1914-04-28	1914-04-28	Mohrt Pierre
moinot-pierre-1920-03-29	1920-03-29	Moinot Pierre
mollat-du-jourdin-guy-1900-12-15	1900-12-15	Mollat du JOURDIN Guy
mona-dol-delbart-amelie-1901-05-28	1901-05-28	Mona-Dol (DELBART Amélie)
mondy-pierre-cuq-1925-02-10	1925-02-10	Mondy Pierre (CUQ)
monfort-silvia-favre-bertin-1923-06-07	1923-06-07	Monfort Silvia (FAVRE-BERTIN)
monis-ernest-1846-05-23	1846-05-23	Monis Ernest
monmarson-raoul-1895-10-19	1895-10-19	Monmarson Raoul
monneret-jean-1922-11-27	1922-11-27	Monneret Jean
monnet-georges-1898-08-12	1898-08-12	Monnet Georges
monory-rene-1923-06-06	1923-06-06	Monory René
montane-roger-1916-02-21	1916-02-21	Montané Roger
montaurier-jean-fleury-ed-1906-12-15	1906-12-15	Montaurier Jean (FLEURY Ed.)
monzie-anatole-de-1876-11-22	1876-11-22	Monzie Anatole de
mora-lucien-1914-09-15	1914-09-15	Mora Lucien
moreau-abel-1893-01-08	1893-01-08	Moreau Abel
laurens-robert-1910-09-26	1910-09-26	Laurens Robert
morel-jean-1854-10-10	1854-10-10	Morel Jean
morel-paul-1869-09-20	1869-09-20	Morel Paul
moreux-christian-1902-04-30	1902-04-30	Moreux Christian
moro-giafferri-vincent-de-1878-06-06	1878-06-06	Moro-Giafferri Vincent de
mose-depond-moise-1917-10-09	1917-10-09	Mose (DEPOND Moïse)
motte-claire-1937-12-21	1937-12-21	Motte Claire
mougeot-leon-1857-11-10	1857-11-10	Mougeot Léon
mougeotte-etienne-1940-03-01	1940-03-01	Mougeotte Etienne
moulier-fernand-1913-11-22	1913-11-22	Moulier Fernand
moulin-jean-1899-06-20	1899-06-20	Moulin Jean
mouloudji-marcel-1922-09-16	1922-09-16	Mouloudji Marcel
mounie-auguste-1873-01-04	1873-01-04	Mounié Auguste
lecourt-robert-1908-09-19	1908-09-19	Lecourt Robert
mourlet-michel-1935-04-05	1935-04-05	Mourlet Michel
mourousi-yves-1942-07-20	1942-07-20	Mourousi Yves
mousseau-jacques-1932-06-24	1932-06-24	Mousseau Jacques
moussel-george-1904-06-10	1904-06-10	Moussel George
moutet-marius-1876-04-19	1876-04-19	Moutet Marius
muhl-roger-1929-12-20	1929-12-20	Muhl Roger
muller-henri-1902-08-21	1902-08-21	Muller Henri
munch-charles-1891-09-26	1891-09-26	Munch Charles
murgier-jacques-1912-09-30	1912-09-30	Murgier Jacques
nedoncelle-maurice-1905-10-30	1905-10-30	Nédoncelle Maurice
ned-rival-rival-edouard-1924-03-26	1924-03-26	Ned Rival (RIVAL Edouard)
naegelen-rene-1894-08-27	1894-08-27	Naegelen René
nail-louis-1864-09-27	1864-09-27	Nail Louis
naquet-alfred-1834-10-06	1834-10-06	Naquet Alfred
neuwirth-lucien-1924-05-18	1924-05-18	Neuwirth Lucien
nicoletta-grisoni-nicole-1944-04-11	1944-04-11	Nicoletta (GRISONI Nicole)
nicolle-louis-1871-06-16	1871-06-16	Nicolle Louis
niedergang-marcel-1922-09-14	1922-09-14	Niedergang Marcel
nobecourt-jacques-1923-08-03	1923-08-03	Nobécourt Jacques
nogaro-bertrand-1880-04-05	1880-04-05	Nogaro Bertrand
nogueres-henri-1916-11-13	1916-11-13	Nogueres Henri
noguero-jose-noguero-sierra-1905-03-08	1905-03-08	Noguero José (NOGUERO-SIERRA)
noiret-philippe-1930-10-01	1930-10-01	Noiret Philippe
nougaro-pierre-1904-04-27	1904-04-27	Nougaro Pierre
noulens-joseph-1864-03-29	1864-03-29	Noulens Joseph
nungesser-roland-1925-10-09	1925-10-09	Nungesser Roland
oberkich-alfred-1876-01-01	1876-01-01	Oberkich Alfred
ogliastro-jacques-1910-05-21	1910-05-21	Ogliastro Jacques
oliver-pierre-1919-08-23	1919-08-23	Oliver Pierre
olivier-lacamp-max-1914-03-02	1914-03-02	Olivier-Lacamp Max
ollivier-jean-paul-1923-05-19	1923-05-19	Ollivier Jean-Paul
oraison-marc-1914-07-29	1914-07-29	Oraison Marc
ormesson-olivier-d-1918-08-05	1918-08-05	Ormesson Olivier d'
ornano-michel-d-1924-07-12	1924-07-12	Ornano Michel d'
ossola-jean-1881-01-24	1881-01-24	Ossola Jean
oudinot-jean-1913-06-25	1913-06-25	Oudinot Jean
oulmont-charles-1883-11-01	1883-11-01	Oulmont Charles
pacome-maria-1923-07-18	1923-07-18	Pacome Maria
paganon-joseph-1880-03-19	1880-03-19	Paganon Joseph
paillard-jean-francois-1928-04-12	1928-04-12	Paillard Jean-Francois
paillet-marc-1918-10-15	1918-10-15	Paillet Marc
paisant-andre-1868-08-11	1868-08-11	Paisant André
paletou-joseph-1934-03-19	1934-03-19	Paletou Joseph
palmade-maurice-1886-10-04	1886-10-04	Palmade Maurice
pams-jules-1852-08-14	1852-08-14	Pams Jules
pange-victor-thomas-de-1923-07-12	1923-07-12	Pange Victor (THOMAS de)
papart-max-1911-12-19	1911-12-19	Papart Max
papeloux-gaston-1908-01-10	1908-01-10	Papeloux Gaston
papon-maurice-1910-09-03	1910-09-03	Papon Maurice
paquet-aime-1913-05-10	1913-05-10	Paquet Aimé
pares-philippe-1901-05-03	1901-05-03	Pares Philippe
parieu-louis-felix-de-1815-04-13	1815-04-13	Parieu Louis Félix de
paris-auguste-1826-11-12	1826-11-12	Paris Auguste
paris-henri-de-1908-07-05	1908-07-05	Paris Henri de
parmelin-helene-jungelson-1915-08-19	1915-08-19	Parmelin Hélène (JUNGELSON)
parment-roger-1919-05-28	1919-05-28	Parment Roger
parrain-brice-1897-03-10	1897-03-10	Parrain Brice
pascal-jean-claude-villeminot-1927-10-24	1927-10-24	Pascal Jean-Claude (Villeminot
pasquet-louis-1867-10-17	1867-10-17	Pasquet Louis
pasquier-pierre-1902-09-14	1902-09-14	Pasquier Pierre
passani-emile-1905-02-07	1905-02-07	Passani Emile
pasteur-joseph-rocchesani-1921-10-17	1921-10-17	Pasteur Joseph (ROCCHESANI)
patachou-ragon-henriette-1918-06-10	1918-06-10	Patachou (RAGON Henriette)
patrigot-benoit-1907-09-21	1907-09-21	Patrigot Benoît
paturel-dominique-1931-04-03	1931-04-03	Paturel Dominique
paul-boncour-joseph-1873-08-04	1873-08-04	Paul-Boncour Joseph
paye-lucien-1907-06-28	1907-06-28	Paye Lucien
payot-paul-1912-04-28	1912-04-28	Payot Paul
paysan-catherine-roulette-1926-08-04	1926-08-04	Paysan Catherine (ROULETTE)
legaret-jean-1913-08-29	1913-08-29	Legaret Jean
peillard-leonce-1898-11-25	1898-11-25	Peillard Léonce
pelletan-camille-1846-06-23	1846-06-23	Pelletan Camille
pelletier-emile-1898-02-11	1898-02-11	Pelletier Emile
pelloquin-roger-1924-07-28	1924-07-28	Pelloquin Roger
penancier-eugene-1873-02-04	1873-02-04	Penancier Eugène
penglaou-michel-1925-03-31	1925-03-31	Penglaou Michel
peret-raoul-1870-11-29	1870-11-29	Peret Raoul
peri-gabriel-1902-02-09	1902-02-09	Péri Gabriel
pericard-michel-1929-09-15	1929-09-15	Péricard Michel
perier-francois-pillu-1919-11-10	1919-11-10	Perier Francois (PILLU)
perisson-jean-1924-07-06	1924-07-06	Perisson Jean
pernot-georges-1879-11-06	1879-11-06	Pernot Georges
peronnet-gabriel-1919-10-31	1919-10-31	Peronnet Gabriel
perreau-robert-1896-03-22	1896-03-22	Perreau Robert
perreau-pradier-pierre-1885-07-05	1885-07-05	Perreau-Pradier Pierre
perrein-michele-barbe-1929-10-30	1929-10-30	Perrein Michèle (BARBE)
perrier-antoine-1836-04-15	1836-04-15	Perrier Antoine
perrier-leon-1873-02-01	1873-02-01	Perrier Léon
perry-jacques-touchard-1921-06-15	1921-06-15	Perry Jacques(TOUCHARD)
perugia-noemie-1903-11-07	1903-11-07	Perugia Noémie
petsche-maurice-1895-12-01	1895-12-01	Petsche Maurice
peyreefltte-alain-1925-08-26	1925-08-26	Peyreefltte Alain
peyret-henry-1905-04-30	1905-04-30	Peyret Henry
peyron-alexandre-1823-06-21	1823-06-21	Peyron Alexandre
peyronnet-albert-1862-01-05	1862-01-05	Peyronnet Albert
peysson-anne-marie-1935-07-24	1935-07-24	Peysson Anne-Marie
peytral-paul-1842-01-20	1842-01-20	Peytral Paul
peytral-victor-1874-10-18	1874-10-18	Peytral Victor
pezet-maurice-1915-02-24	1915-02-24	Pezet Maurice
philip-andre-1902-06-28	1902-06-28	Philip André
philippot-michel-1925-02-02	1925-02-02	Philippot Michel
pic-maurice-1913-02-15	1913-02-15	Pic Maurice
pichon-stephen-1857-08-10	1857-08-10	Pichon Stephen
picot-yves-1862-03-17	1862-03-17	Picot Yves
picquart-georges-1854-09-06	1854-09-06	Picquart Georges
piem-pierre-de-montvallon-1923-11-12	1923-11-12	Piem (Pierre de MONTVALLON)
pietri-francois-1882-08-08	1882-08-08	Pietri François
pigasse-jean-paul-1939-07-26	1939-07-26	Pigasse Jean-Paul
pillement-georges-1898-03-23	1898-03-23	Pillement Georges
pinelli-noel-1881-05-31	1881-05-31	Pinelli Noel
pinton-auguste-1901-08-25	1901-08-25	Pinton Auguste
pivot-bernard-1935-05-05	1935-05-05	Pivot Bernard
pizella-stephane-sylvestre-1909-04-15	1909-04-15	Pizella Stéphane (Sylvestre)
planchais-jean-1922-01-30	1922-01-30	Planchais Jean
plisson-henri-1908-09-20	1908-09-20	Plisson Henri
ploux-suzanne-valentin-1908-03-02	1908-03-02	Ploux Suzanne (VALENTIN)
poher-alain-1909-04-17	1909-04-17	Poher Alain
le-roy-ladurie-jacques-1902-03-28	1902-03-28	Le Roy Ladurie Jacques
poinso-chapuis-germaine-1901-03-06	1901-03-06	Poinso-Chapuis Germaine
poiret-jean-poire-1926-08-17	1926-08-17	Poiret Jean (POIRÉ)
poirier-etienne-1919-09-27	1919-09-27	Poirier Etienne
poivre-d-arvor-patrick-1947-09-20	1947-09-20	Poivre (D'ARVOR) Patrick
polnareff-michel-1944-07-03	1944-07-03	Polnareff Michel
pomaret-charles-1897-08-16	1897-08-16	Pomaret Charles
pommier-jean-joseph-1893-12-11	1893-12-11	Pommier Jean Joseph
pomonti-jean-claude-1940-04-27	1940-04-27	Pomonti Jean-Claude
pompidou-georges-1911-07-05	1911-07-05	Pompidou Georges
poncelet-christian-1928-03-24	1928-03-24	Poncelet Christian
ponge-francis-1899-03-27	1899-03-27	Ponge Francis
pons-lily-alice-1898-04-12	1898-04-12	Pons Lily (Alice)
pontois-noela-1943-12-24	1943-12-24	Pontois Noëla
popot-jean-1905-04-30	1905-04-30	Popot Jean
porquerol-elisab-pourcherol-1905-04-24	1905-04-24	Porquerol Elisab. (POURCHEROL)
potin-jean-1931-07-16	1931-07-16	Potin Jean
pottecher-frederic-1905-06-11	1905-06-11	Pottecher Frédéric
poudonson-roger-1922-12-14	1922-12-14	Poudonson Roger
poujade-pierre-1920-12-01	1920-12-01	Poujade Pierre
poujade-robert-1928-05-06	1928-05-06	Poujade Robert
poulet-gerard-1938-08-12	1938-08-12	Poulet Gérard
poullain-louis-marie-1903-03-13	1903-03-13	Poullain Louis-Marie
pourtal-de-ladeveze-jean-1898-11-28	1898-11-28	Pourtal de LADEVEZE Jean
presle-micheline-chassagne-1922-08-22	1922-08-22	Presle Micheline (CHASSAGNE)
pretre-georges-1924-08-14	1924-08-14	Pretre Georges
prigent-robert-1910-11-24	1910-11-24	Prigent Robert
priouret-roger-1913-09-15	1913-09-15	Priouret Roger
privat-bernard-1914-10-25	1914-10-25	Privat Bernard
prodromides-jean-1927-07-03	1927-07-03	Prodromides Jean
prou-suzanne-doreau-1920-07-11	1920-07-11	Prou Suzanne (DOREAU)
proust-antonin-1832-03-12	1832-03-12	Proust Antonin
prouteau-gilbert-1917-06-14	1917-06-14	Prouteau Gilbert
prouvost-jean-1885-04-24	1885-04-24	Prouvost Jean
pruvost-jacques-1901-08-19	1901-08-19	Pruvost Jacques
pucheu-pierre-1899-06-27	1899-06-27	Pucheu Pierre
puech-louis-1851-05-01	1851-05-01	Puech Louis
puig-roget-henriette-1910-01-09	1910-01-09	Puig-Roget Henriette
puis-auguste-1873-04-05	1873-04-05	Puis Auguste
pujo-bertrand-1878-08-21	1878-08-21	Pujo Bertrand
questiaux-nicole-vayer-1930-12-19	1930-12-19	Questiaux Nicole (VAYER)
rabiniaux-roger-bellion-1914-12-03	1914-12-03	Rabiniaux Roger (BELLION)
ralite-jack-1928-05-14	1928-05-14	Ralite Jack
ramadier-paul-1888-03-17	1888-03-17	Ramadier Paul
rambaud-alfred-1842-07-02	1842-07-02	Rambaud Alfred
ramonet-edouard-1909-06-14	1909-06-14	Ramonet Edouard
rampal-jean-pierre-1922-01-07	1922-01-07	Rampal Jean-Pierre
ratier-antony-1851-06-29	1851-06-29	Ratier Antony
rauber-francois-marie-1933-01-19	1933-01-19	Rauber François-Marie
raugel-felix-1881-11-27	1881-11-27	Raugel Félix
raynal-paul-1885-07-25	1885-07-25	Raynal Paul
raynaldy-eugene-1869-12-23	1869-12-23	Raynaldy Eugène
raynaud-claude-1918-08-10	1918-08-10	Raynaud Claude
raynaud-maurice-1860-11-05	1860-11-05	Raynaud Maurice
re-michel-de-gallieni-1925-02-25	1925-02-25	Ré Michel de (GALLIENI)
regnier-marcel-1867-02-16	1867-02-16	Régnier Marcel
reibel-charles-1882-12-29	1882-12-29	Reibel Charles
renard-andre-1861-06-14	1861-06-14	Renard André
renard-jean-claude-1922-04-22	1922-04-22	Renard Jean-Claude
renaud-madeleine-1900-02-21	1900-02-21	Renaud Madeleine
renaudin-andre-1900-10-27	1900-10-27	Renaudin André
renou-andre-1912-05-24	1912-05-24	Renou André
renouard-michel-1942-09-08	1942-09-08	Renouard Michel
rey-henri-francois-1919-07-31	1919-07-31	Rey Henri-François
rey-henry-1903-11-02	1903-11-02	Rey Henry
ribot-alexandre-1842-02-03	1842-02-03	Ribot Alexandre
rich-claude-1929-02-08	1929-02-08	Rich Claude
riche-etienne-1883-07-15	1883-07-15	Riché Etienne
riche-jean-marie-1921-03-15	1921-03-15	Riche Jean-Marie
ricolfi-humbert-1886-09-01	1886-09-01	Ricolfi Humbert
rieunaud-edouard-1904-12-15	1904-12-15	Rieunaud Edouard
rieunier-adrien-1833-03-06	1833-03-06	Rieunier Adrien
rigaud-jean-1912-06-15	1912-06-15	Rigaud Jean
rigaux-jean-1909-02-10	1909-02-10	Rigaux Jean
rinaldi-christiane-bion-1907-09-24	1907-09-24	Rinaldi Christiane (BION)
rio-alphonse-1873-10-28	1873-10-28	Rio Alphonse
riond-georges-1909-06-12	1909-06-12	Riond Georges
ritter-erwin-1907-11-14	1907-11-14	Ritter Erwin
riva-emmanuele-paulette-1927-02-24	1927-02-24	Riva Emmanuèle(Paulette)
rivel-lucie-hartenstein-1910-04-24	1910-04-24	Rivel Lucie (HARTENSTEIN)
riviere-albert-1891-04-24	1891-04-24	Riviere Albert
rivoyre-christine-denis-de-1921-11-29	1921-11-29	Rivoyre Christine (DENIS de)
robaglia-barthelemy-1867-07-08	1867-07-08	Robaglia Barthélémy
robert-pierre-1875-05-17	1875-05-17	Robert Pierre
robichon-jacques-1920-11-08	1920-11-08	Robichon Jacques
robinson-madeleine-svoboda-1917-11-05	1917-11-05	Robinson Madeleine (SVOBODA)
rocard-michel-1930-08-23	1930-08-23	Rocard Michel
roche-france-1921-04-02	1921-04-02	Roche France
roche-jules-1841-05-22	1841-05-22	Roche Jules
rochebouet-gaetan-de-1813-03-16	1813-03-16	Rochebouet Gaëtan de
rochefort-henri-de-1831-01-30	1831-01-30	Rochefort Henri de
rochereau-henri-1908-03-25	1908-03-25	Rochereau Henri
roden-constant-1852-07-11	1852-07-11	Roden Constant
roger-emile-1920-05-05	1920-05-05	Roger Emile
ronet-maurice-1927-04-13	1927-04-13	Ronet Maurice
rossi-andre-1921-05-16	1921-05-16	Rossi André
rouanet-pierre-1921-05-12	1921-05-12	Rouanet Pierre
rouault-de-la-vigne-rene-1889-12-18	1889-12-18	Rouault de la VIGNE René
roubaud-pierre-1931-05-28	1931-05-28	Roubaud Pierre
rougeron-camille-pierre-1893-01-08	1893-01-08	Rougeron Camille (Pierre)
rouher-eugene-1814-11-30	1814-11-30	Rouher Eugène
rouland-jean-paul-1928-05-28	1928-05-28	Rouland Jean Paul
rousseau-armand-1835-08-24	1835-08-24	Rousseau Armand
roussin-albert-1821-08-02	1821-08-02	Roussin Albert
roustan-mario-1870-02-20	1870-02-20	Roustan Mario
rouvier-mauriee-1842-04-17	1842-04-17	Rouvier Mauriee
roux-jean-pierre-1930-12-26	1930-12-26	Roux Jean-Pierre
roux-vincent-1928-12-01	1928-12-01	Roux Vincent
roy-henri-1873-02-17	1873-02-17	Roy Henri
royer-jean-1920-10-31	1920-10-31	Royer Jean
rubin-francis-1913-10-04	1913-10-04	Rubin Francis
rucart-marc-1893-07-24	1893-07-24	Rucart Marc
rudel-yves-marie-menoret-1907-10-01	1907-10-01	Rudel Yves Marie (MENORET)
sabatier-robert-1923-08-17	1923-08-17	Sabatier Robert
sabbagh-pierre-1918-07-18	1918-07-18	Sabbagh Pierre
saint-laurent-cecil-laurent-1919-01-05	1919-01-05	Saint Laurent Cecil (LAURENT)
saint-pierre-michel-de-1916-02-12	1916-02-12	Saint Pierre Michel de
saint-solieux-guy-1929-09-25	1929-09-25	Saint Solieux Guy
sainval-claude-mac-connel-1911-08-13	1911-08-13	Sainval Claude (MAC CONNEL)
saint-vallier-charles-de-1833-08-12	1833-08-12	Saint-Vallier Charles de
salengro-roger-1890-05-30	1890-05-30	Salengro Roger
sandberg-charpentier-marie-1905-02-16	1905-02-16	Sandberg-Charpentier Marie
sandy-isabelle-fourcade-1884-06-15	1884-06-15	Sandy Isabelle (FOURCADE)
sangnier-marc-1873-04-03	1873-04-03	Sangnier Marc
saraben-julien-1892-07-12	1892-07-12	Saraben Julien
sardou-michel-1947-01-26	1947-01-26	Sardou Michel
sarraut-albert-1872-07-28	1872-07-28	Sarraut Albert
sarrien-ferdinand-jean-1840-10-15	1840-10-15	Sarrien Ferdinand Jean
sarroca-suzanne-1927-04-21	1927-04-21	Sarroca Suzanne
sartin-pierette-1911-11-10	1911-11-10	Sartin Pierette
sauguet-henri-poupard-1901-05-18	1901-05-18	Sauguet Henri (POUPARD)
saunier-seite-alice-1925-04-26	1925-04-26	Saunier-Seité Alice
sauvagnargues-jean-1915-04-02	1915-04-02	Sauvagnargues Jean
savoy-bernard-savoyini-1942-04-21	1942-04-21	Savoy Bernard (SAVOYINI)
schleiter-francois-1911-09-15	1911-09-15	Schleiter François
schmidt-benjamin-jammy-1872-11-16	1872-11-16	Schmidt Benjamin Jammy
schneider-marcel-1913-08-11	1913-08-11	Schneider Marcel
schoendoerffer-pierre-1928-05-05	1928-05-05	Schoendoerffer Pierre
schrameck-abraham-1867-11-26	1867-11-26	Schrameck Abraham
letourneau-jean-1907-09-18	1907-09-18	Letourneau Jean
schwartzenberg-roger-gerard-1943-04-17	1943-04-17	Schwartzenberg Roger-Gérard
schwoebel-jean-1912-07-10	1912-07-10	Schwoebel Jean
sedillot-rene-1906-11-02	1906-11-02	Sedillot René
segard-norbert-1922-10-03	1922-10-03	Segard Norbert
seghers-pierre-1906-01-05	1906-01-05	Seghers Pierre
seguy-georges-1927-03-16	1927-03-16	Seguy Georges
selleron-du-courtillet-jean-1893-01-03	1893-01-03	Selleron du COURTILLET Jean
sellier-henri-charles-1883-12-22	1883-12-22	Sellier Henri Charles
sellier-louis-1885-11-06	1885-11-06	Sellier Louis
selves-justin-de-1848-07-19	1848-07-19	Selves Justin de
semard-pierre-1887-02-15	1887-02-15	Semard Pierre
sembat-marcel-1862-10-19	1862-10-19	Sembat Marcel
sempe-jean-jacques-1932-08-17	1932-08-17	Sempé Jean Jacques
sereys-jacques-1928-06-02	1928-06-02	Sereys Jacques
serigny-alain-de-1912-02-18	1912-02-18	Sérigny Alain de
serol-albert-1877-07-21	1877-07-21	Sérol Albert
serot-robert-1885-02-18	1885-02-18	Serot Robert
serre-louis-1873-08-17	1873-08-17	Serre Louis
serres-jacques-1904-12-12	1904-12-12	Serres Jacques
servan-schreiber-jean-louis-1937-10-31	1937-10-31	Servan-Schreiber Jean-Louis
seve-andre-1913-02-10	1913-02-10	Seve André
seveno-maurice-1925-06-06	1925-06-06	Seveno Maurice
sheila-chancel-annie-1945-08-16	1945-08-16	Sheila (CHANCEL Annie)
siegfried-jules-1837-02-12	1837-02-12	Siegfried Jules
simon-henry-1874-05-20	1874-05-20	Simon Henry
simon-jules-suisse-1814-12-27	1814-12-27	Simon Jules (SUISSE)
simon-pierre-henri-1903-01-16	1903-01-16	Simon Pierre Henri
simon-auguste-auguste-s-1909-04-20	1909-04-20	Simon-Auguste (AUGUSTE S.)
simonin-albert-1905-04-18	1905-04-18	Simonin Albert
simyan-julien-1850-04-15	1850-04-15	Simyan Julien
sine-sinet-maurice-1928-12-30	1928-12-30	Siné (SINET Maurice)
soisson-jean-pierre-1934-11-09	1934-11-09	Soisson Jean-Pierre
sol-jacques-1921-03-08	1921-03-08	Sol Jacques
solane-janine-oury-1912-01-07	1912-01-07	Solane Janine (OURY)
soulages-pierre-1919-12-24	1919-12-24	Soulages Pierre
soulie-michel-1916-02-10	1916-02-10	Soulié Michel
souriau-etienne-1892-04-26	1892-04-26	Souriau Etienne
spar-francis-sparwasser-1921-09-03	1921-09-03	Spar Francis (SPARWASSER)
spens-d-estignols-willy-de-1911-02-17	1911-02-17	Spens D'estignols Willy de
spiers-pierre-1917-10-17	1917-10-17	Spiers Pierre
spinasse-charles-1893-10-22	1893-10-22	Spinasse Charles
spuller-eugene-seraphin-1835-12-08	1835-12-08	Spuller Eugène Séraphin
stasi-bernard-1930-07-04	1930-07-04	Stasi Bernard
steeg-theodore-1868-12-19	1868-12-19	Steeg Théodore
steinlen-aime-1923-06-17	1923-06-17	Steinlen Aimé
stil-andre-1921-04-01	1921-04-01	Stil André
stilson-germaine-laurent-1914-03-30	1914-03-30	Stilson Germaine (LAURENT)
stirn-olivier-1936-02-24	1936-02-24	Stirn Olivier
stoleru-lionel-1937-11-22	1937-11-22	Stoleru Lionel
stone-gautrat-annie-1947-07-31	1947-07-31	Stone (GAUTRAT Annie)
lipowski-irene-1898-12-03	1898-12-03	Lipowski Irene
sudreau-pierre-1919-05-13	1919-05-13	Sudreau Pierre
sullerot-evelyne-hammel-1924-10-10	1924-10-10	Sullerot Evelyne (HAMMEL)
susini-marie-1916-01-18	1916-01-18	Susini Marie
louvel-jean-marie-1900-07-01	1900-07-01	Louvel Jean-Marie
taillemagre-jean-pesquidoux-1907-08-25	1907-08-25	Taillemagre Jean (PESQUIDOUX)
tardieu-jean-1903-11-01	1903-11-01	Tardieu Jean
tassencourt-marcelle-1914-05-28	1914-05-28	Tassencourt Marcelle
tasso-henri-1882-10-08	1882-10-08	Tasso Henri
teisserenc-de-bort-pierre-1814-09-04	1814-09-04	Teisserenc de BORT Pierre
teitgen-jean-1913-04-06	1913-04-06	Teitgen Jean
terrenoire-louis-1908-11-10	1908-11-10	Terrenoire Louis
terrier-louis-1854-07-08	1854-07-08	Terrier Louis
terzieff-laurent-terziev-1935-06-27	1935-06-27	Terzieff Laurent (TERZIEV)
tessan-francois-de-1883-02-16	1883-02-16	Tessan François de
tessier-carmen-1911-06-24	1911-06-24	Tessier Carmen
tessier-valentine-1892-08-05	1892-08-05	Tessier Valentine
tesson-philippe-1928-03-01	1928-03-01	Tesson Philippe
tetsu-testu-roger-1913-07-12	1913-07-12	Tetsu (TESTU Roger)
thellier-paul-1899-10-29	1899-10-29	Thellier Paul
therond-roger-1924-10-24	1924-10-24	Thérond Roger
thevenet-jacques-1891-10-17	1891-10-17	Thevenet Jacques
thevenin-raymond-1915-06-10	1915-06-10	Thevenin Raymond
thidon-gustave-1903-09-02	1903-09-02	Thidon Gustave
thomas-albert-1878-06-16	1878-06-16	Thomas Albert
thomas-guy-1924-01-01	1924-01-01	Thomas Guy
thomas-henri-1912-12-07	1912-12-07	Thomas Henri
thomas-robert-1927-09-28	1927-09-28	Thomas Robert
thome-patenotre-jacqueline-1906-02-03	1906-02-03	Thome-Patenotre Jacqueline
thorez-vermeersch-jeannette-1910-11-26	1910-11-26	Thorez-Vermeersch Jeannette
thoumyre-robert-1883-02-16	1883-02-16	Thoumyre Robert
tillaye-louis-charles-1847-05-31	1847-05-31	Tillaye Louis Charles
tirmarche-maurice-1909-05-30	1909-05-30	Tirmarche Maurice
xier-jean-l-vignancourt-1907-10-12	1907-10-12	Xier Jean L. (VIGNANCOURT)
toche-francois-1888-11-01	1888-11-01	Toché François
toja-jacques-1929-09-01	1929-09-01	Toja Jacques
toulat-jean-1915-07-23	1915-07-23	Toulat Jean
tourliere-michel-1925-02-15	1925-02-15	Tourliere Michel
tournoux-jean-raymond-1914-08-15	1914-08-15	Tournoux Jean-Raymond
trarieux-ludovic-jacques-1840-11-30	1840-11-30	Trarieux Ludovic Jacques
treno-robert-raynaut-ernest-1902-02-09	1902-02-09	Treno Robert (RAYNAUT Ernest)
tribie-pierre-1910-07-03	1910-07-03	Tribié Pierre
tricard-graveron-pierre-1901-07-18	1901-07-18	Tricard-Graveron Pierre
trinchet-henri-1915-09-25	1915-09-25	Trinchet Henri
trintignant-jean-louis-1930-12-11	1930-12-11	Trintignant Jean-Louis
trorial-jacques-1932-02-08	1932-02-08	Trorial Jacques
trouillot-georges-1851-05-07	1851-05-07	Trouillot Georges
truc-gonzague-1877-11-15	1877-11-15	Truc Gonzague
turenne-henri-1921-11-19	1921-11-19	Turenne Henri
turquet-edmond-henri-1836-05-31	1836-05-31	Turquet Edmond Henri
turrel-adolphe-1856-05-28	1856-05-28	Turrel Adolphe
uderzo-albert-1927-04-25	1927-04-25	Uderzo Albert
marie-andre-1897-12-03	1897-12-03	Marie André
vaillant-edouard-1840-10-29	1840-10-29	Vaillant Edouard
vaillant-coljturier-paul-1892-01-08	1892-01-08	Vaillant-Coljturier Paul
valere-simone-gondolf-1921-08-02	1921-08-02	Valere Simone (GONDOLF)
vallat-xavier-1891-12-23	1891-12-23	Vallat Xavier
valle-ernest-1845-09-19	1845-09-19	Vallé Ernest
vallin-ninon-1886-09-08	1886-09-08	Vallin Ninon
valmalete-madeleine-de-1899-07-28	1899-07-28	Valmalete Madeleine de
valton-jean-1921-07-14	1921-07-14	Valton Jean
valynseele-joseph-1924-05-11	1924-05-11	Valynseele Joseph
varennes-jean-charles-1915-03-18	1915-03-18	Varennes Jean Charles
vaussard-maurice-1888-09-08	1888-09-08	Vaussard Maurice
vee-gerard-1912-12-15	1912-12-15	Vée Gérard
veil-simone-jacob-1927-07-13	1927-07-13	Veil Simone (JACOB)
vermorel-claude-1906-07-18	1906-07-18	Vermorel Claude
vernier-pierre-rayer-1931-05-25	1931-05-25	Vernier Pierre (RAYER)
versois-odile-de-poliakoff-1930-06-15	1930-06-15	Versois Odile (de POLIAKOFF)
vezzani-cesar-1888-08-08	1888-08-08	Vezzani César
viansson-ponte-pierre-1920-08-02	1920-08-02	Viansson-Ponté Pierre
vichney-nicolas-vichnevetz-1925-12-21	1925-12-21	Vichney Nicolas (VICHNEVETZ)
vidal-gaston-1888-10-19	1888-10-19	Vidal Gaston
vidal-maurice-1919-05-28	1919-05-28	Vidal Maurice
vidalenche-gerard-1927-01-08	1927-01-08	Vidalenche Gérard
vienne-marie-l-de-guelorget-1905-08-16	1905-08-16	Vienne Marie L.de (GUÉLORGET)
vienot-pierre-1897-08-05	1897-08-05	Vienot Pierre
viger-albert-1843-10-19	1843-10-19	Viger Albert
vigo-rene-1914-02-18	1914-02-18	Vigo René
vilgrain-jean-ernest-1880-10-29	1880-10-29	Vilgrain Jean Ernest
villemot-bernard-1911-09-20	1911-09-20	Villemot Bernard
vincent-daniel-1874-03-31	1874-03-31	Vincent Daniel
virebayre-charles-1920-10-23	1920-10-23	Virebayre Charles
vivien-robert-andre-1923-02-24	1923-02-24	Vivien Robert-André
volmerange-guy-1926-12-02	1926-12-02	Volmerange Guy
voyenne-bernard-1920-08-12	1920-08-12	Voyenne Bernard
vuillemin-jules-1920-02-15	1920-02-15	Vuillemin Jules
waddington-william-1826-12-12	1826-12-12	Waddington William
waldeck-rousseau-pierre-1846-12-02	1846-12-02	Waldeck-Rousseau Pierre
wallon-henri-1812-12-23	1812-12-23	Wallon Henri
wauthier-claude-1923-08-22	1923-08-22	Wauthier Claude
weber-andre-1928-05-01	1928-05-01	Weber André
weygand-maxime-1867-01-21	1867-01-21	Weygand Maxime
wiehn-pierre-1934-04-26	1934-04-26	Wiehn Pierre
wiener-jean-1896-03-19	1896-03-19	Wiener Jean
wilson-daniel-1840-03-06	1840-03-06	Wilson Daniel
wilson-georges-1921-10-16	1921-10-16	Wilson Georges
wimphen-claude-1918-08-27	1918-08-27	Wimphen Claude
wolf-pierre-rene-1899-02-19	1899-02-19	Wolf Pierre-René
wolff-robert-1916-03-15	1916-03-15	Wolff Robert
yanne-jean-gouye-1933-07-18	1933-07-18	Yanne Jean (GOUYÉ)
ybarnegaray-jean-1883-10-16	1883-10-16	Ybarnegaray Jean
zay-jean-1904-08-06	1904-08-06	Zay Jean
zeraffa-michel-1918-01-29	1918-01-29	Zéraffa Michel
abadie-bernard-1817-02-23	1817-02-23	Abadie Bernard
martinaud-deplat-leon-1899-08-09	1899-08-09	Martinaud-Deplat Léon
abadie-jules-1876-08-12	1876-08-12	Abadie Jules
albert-paul-1810-01-23	1810-01-23	Albert Paul
medecin-jean-1890-12-02	1890-12-02	Medecin Jean
metayer-pierre-1905-08-26	1905-08-26	Metayer Pierre
ameuille-pierre-1880-06-21	1880-06-21	Ameuille Pierre
ardoin-francois-1897-11-03	1897-11-03	Ardoin François
andouard-ambroise-1839-03-30	1839-03-30	Andouard Ambroise
charcellay-laplace-l-1809-10-30	1809-10-30	Charcellay-Laplace L
minjoz-jean-1904-10-12	1904-10-12	Minjoz Jean
armand-delille-paul-1874-07-03	1874-07-03	Armand-Delille Paul
arnulf-georges-1904-06-17	1904-06-17	Arnulf Georges
arloing-saturnin-1846-01-03	1846-01-03	Arloing Saturnin
aron-max-raymond-emile-1892-01-30	1892-01-30	Aron Max Raymond Emile
moatti-rene-1905-10-26	1905-10-26	Moatti René
arsonval-arsene-1851-06-08	1851-06-08	d'Arsonval Arsène
arthus-maurice-1862-01-09	1862-01-09	Arthus Maurice
aron-emile-1907-11-02	1907-11-02	Aron Emile
moisan-edouard-1902-04-25	1902-04-25	Moisan Edouard
astros-marie-henri-leon-1856-03-02	1856-03-02	d'Astros Marie Henri Léon
aubin-andre-leon-1887-07-16	1887-07-16	Aubin André Léon
monteil-andre-1915-08-15	1915-08-15	Monteil André
aubry-maurice-charles-1904-04-06	1904-04-06	Aubry Maurice Charles
auvigne-rene-pierre-1887-04-15	1887-04-15	Auvigne René Pierre
morice-andre-1900-10-11	1900-10-11	Morice André
laguesse-edouard-1861-04-23	1861-04-23	Laguesse Edouard
babonneix-leon-1876-06-29	1876-06-29	Babonneix Léon
bailly-jacques-1890-07-29	1890-07-29	Bailly Jacques
moynet-andre-1921-07-19	1921-07-19	Moynet André
balozet-pierre-eugene-lucien-1892-08-24	1892-08-24	Balozet Pierre Eugène Lucien
baltazard-marcel-1908-02-13	1908-02-13	Baltazard Marcel
balthazard-victor-1872-01-01	1872-01-01	Balthazard Victor
bard-louis-1857-05-10	1857-05-10	Bard Louis
bariety-maurice-jacques-clement-1897-09-16	1897-09-16	Bariéty Maurice Jacques Clément
barral-etienne-victor-1860-08-12	1860-08-12	Barral Etienne Victor
barnsby-robert-1832-01-17	1832-01-17	Barnsby Robert
barrallier-auguste-marie-1814-09-01	1814-09-01	Barrallier Auguste Marie
barre-jean-alexandre-1880-05-25	1880-05-25	Barré Jean Alexandre
baruk-henri-1897-08-15	1897-08-15	Baruk Henri
baud-albert-paul-marie-charles-1920-04-25	1920-04-25	Baud Albert Paul Marie Charles
bazy-louis-1883-02-21	1883-02-21	Bazy Louis
baumgartner-amedee-1875-05-09	1875-05-09	Baumgartner Amédée
behier-louis-1813-08-26	1813-08-26	Béhier Louis
bellocq-philippe-1888-06-18	1888-06-18	Bellocq Philippe
behal-auguste-1859-03-30	1859-03-30	Béhal Auguste
berger-paul-1845-01-06	1845-01-06	Berger Paul
bergeron-jules-1817-08-27	1817-08-27	Bergeron Jules
benoit-jacques-1896-02-26	1896-02-26	Benoit Jacques
bernou-andre-edouard-maurice-1889-12-14	1889-12-14	Bernou André Edouard Maurice
bernutz-gustave-1819-01-21	1819-01-21	Bernutz Gustave
bertherand-alphonse-1815-02-09	1815-02-09	Bertherand Alphonse
besson-albert-charles-1896-04-18	1896-04-18	Besson Albert Charles
bethoux-louis-paul-frederic-1890-09-19	1890-09-19	Béthoux Louis Paul Frédéric
bezancon-fernand-1868-02-23	1868-02-23	Bezançon Fernand
blache-rene-1839-04-10	1839-04-10	Blache René
blachier-louis-alexandre-1809-04-09	1809-04-09	Blachier Louis Alexandre
billet-henry-1882-02-03	1882-02-03	Billet Henry
blanc-francois-charles-joseph-1899-04-22	1899-04-22	Blanc François Charles Joseph
blondlot-nicolas-1808-02-04	1808-02-04	Blondlot Nicolas
bleicher-marie-1838-12-16	1838-12-16	Bleicher Marie
boinet-edouard-louis-desire-1859-02-13	1859-02-13	Boinet Edouard Louis Désiré
bondet-marie-hubert-adrien-1830-10-27	1830-10-27	Bondet Marie Hubert Adrien
bonnet-amedee-1809-03-20	1809-03-20	Bonnet Amédée
bonnet-napoleon-delphin-1804-05-01	1804-05-01	Bonnet Napoléon Delphin
bonniot-georges-albert-1890-12-06	1890-12-06	Bonniot Georges Albert
boquet-alfred-henri-jules-1879-12-26	1879-12-26	Boquet Alfred Henri Jules
boquien-yves-1904-05-30	1904-05-30	Boquien Yves
bordier-leonard-henry-1863-02-09	1863-02-09	Bordier Léonard Henry
addis-filippo-1884-07-09	1884-07-09	Addis Filippo
bouchardat-appolinaire-1806-07-23	1806-07-23	Bouchardat Appolinaire
boulanger-paul-1905-11-21	1905-11-21	Boulanger Paul
boulard-pierre-maurice-eugene-1917-01-04	1917-01-04	Boulard Pierre Maurice Eugène
bouin-adrien-1870-06-11	1870-06-11	Bouin Adrien
bourgeois-justin-1806-02-15	1806-02-15	Bourgeois Justin
bourquelot-emile-1851-06-21	1851-06-21	Bourquelot Emile
boutet-antoine-1819-05-20	1819-05-20	Boutet Antoine
bressou-clement-1887-02-22	1887-02-22	Bressou Clément
bretey-jean-1903-07-20	1903-07-20	Bretey Jean
broca-andre-1863-11-02	1863-11-02	Broca André
brouardel-georges-1869-05-06	1869-05-06	Brouardel Georges
brocq-louis-marie-henri-pierre-1884-08-01	1884-08-01	Brocq Louis Marie Henri Pierre
brumpt-emile-1877-03-10	1877-03-10	Brumpt Emile
brun-hippolyte-marie-antoine-1855-08-22	1855-08-22	deBrun Hippolyte Marie Antoine
budin-pierre-constant-1846-11-09	1846-11-09	Budin Pierre Constant
bugnard-louis-1901-07-07	1901-07-07	Bugnard Louis
cade-marie-alphonse-octave-andre-1874-07-01	1874-07-01	Cade Marie Alphonse Octave André
bureau-louis-1830-05-20	1830-05-20	Bureau Louis
cadeac-jean-1858-10-10	1858-10-10	Cadéac Jean
canals-etienne-1888-01-18	1888-01-18	Canals Etienne
caraven-pierre-jean-baptiste-1879-08-03	1879-08-03	Caraven Pierre Jean-Baptiste
camus-lucien-1867-06-17	1867-06-17	Camus Lucien
carriere-georges-leon-1872-12-05	1872-12-05	Carriere Georges Léon
carnot-paul-1869-01-16	1869-01-16	Carnot Paul
carrel-alexis-1873-06-28	1873-06-28	Carrel Alexis
dessemme-jacques-1925-09-16	1925-09-16	Dessemme Jacques
cathala-jean-henri-1891-10-13	1891-10-13	Cathala Jean Henri
catrin-louis-1849-06-14	1849-06-14	Catrin Louis
caujolle-farnand-1901-07-14	1901-07-14	Caujolle Farnand
cavaillon-jules-germain-paul-andre-1887-10-08	1887-10-08	Cavaillon Jules Germain Paul André
caventou-eugene-1824-10-15	1824-10-15	Caventou Eugène
cazeneuve-valentin-bertrand-1810-06-28	1810-06-28	Cazeneuve Valentin Bertrand
cazin-pierre-1836-10-17	1836-10-17	Cazin Pierre
chalnot-pierre-1903-02-10	1903-02-10	Chalnot Pierre
chambon-marie-antoine-pierre-marc-1897-05-12	1897-05-12	Chambon Marie Antoine Pierre Marc
chalier-andre-1882-01-01	1882-01-01	Chalier André
charcot-jean-1825-11-29	1825-11-29	Charcot Jean
charonnat-raymond-robert-1894-03-12	1894-03-12	Charonnat Raymond Robert
chatin-gaspard-1813-11-30	1813-11-30	Chatin Gaspard
freimuler-jacques-1929-10-31	1929-10-31	Freimuler Jacques
chavannaz-georges-1866-06-04	1866-06-04	Chavannaz Georges
chaumier-edmond-1853-12-04	1853-12-04	Chaumier Edmond
chauveau-auguste-1827-11-21	1827-11-21	Chauveau Auguste
chelle-jean-louis-1881-07-27	1881-07-27	Chelle Jean Louis
chenebault-jean-1910-04-18	1910-04-18	Chenebault Jean
chevallier-andre-1896-11-24	1896-11-24	Chevallier André
cheve-jean-lucien-1908-07-08	1908-07-08	Chevé Jean Lucien
cheymol-jean-1896-06-24	1896-06-24	Cheymol Jean
cibert-jean-edouard-marie-1900-10-20	1900-10-20	Cibert Jean Edouard Marie
cier-jean-francols-1915-03-21	1915-03-21	Cier Jean Françols
civatte-achille-1877-03-16	1877-03-16	Civatte Achille
clavert-jean-marie-joseph-1912-03-30	1912-03-30	Clavert Jean Marie Joseph
claude-henri-1869-03-31	1869-03-31	Claude Henri
cantoni-remo-1914-10-14	1914-10-14	Cantoni Remo
clement-robert-1891-08-20	1891-08-20	Clément Robert
cloquet-louis-1818-10-11	1818-10-11	Cloquet Louis
colin-leon-1830-04-16	1830-04-16	Colin Léon
cornil-lucien-1888-08-01	1888-08-01	Cornil Lucien
combalat-barthelemy-1834-03-10	1834-03-10	Combalat Barthelemy
cornil-andre-1837-06-17	1837-06-17	Cornil André
cossa-paul-1901-06-06	1901-06-06	Cossa Paul
coste-florent-1896-07-27	1896-07-27	Coste Florent
cotte-gaston-1879-11-14	1879-11-14	Cotte Gaston
cottet-jules-gaspard-1871-05-14	1871-05-14	Cottet Jules Gaspard
courmont-jules-1865-01-24	1865-01-24	Courmont Jules
courrier-robert-1895-10-06	1895-10-06	Courrier Robert
courty-louis-alphonse-marie-joseph-1888-12-01	1888-12-01	Courty Louis Alphonse Marie Joseph
coutela-henri-1876-11-03	1876-11-03	Coutela Henri
coutelen-frederic-raymond-1897-05-19	1897-05-19	Coutelen Frédéric Raymond
croizat-pierre-1898-01-21	1898-01-21	Croizat Pierre
crouzon-louis-1874-09-29	1874-09-29	Crouzon Louis
damaschino-francois-theodore-1840-09-27	1840-09-27	Damaschino François Théodore
dargent-marcel-joannes-1908-10-19	1908-10-19	Dargent Marcel Joannes
darget-raymond-1888-03-13	1888-03-13	Darget Raymond
debenedetti-raymond-louis-1901-11-26	1901-11-26	Debénédetti Raymond Louis
debray-charles-1907-11-28	1907-11-28	Debray Charles
deces-jean-baptiste-louis-1804-12-29	1804-12-29	Deces Jean-Baptiste Louis
debre-robert-1882-12-07	1882-12-07	Debré Robert
dechambre-amedee-1812-01-12	1812-01-12	Dechambre Amédée
dechaume-michel-1897-02-23	1897-02-23	Dechaume Michel
delaby-raymond-1891-09-20	1891-09-20	Delaby Raymond
delageniere-henri-1858-04-30	1858-04-30	Delagéniere Henri
delannoy-emile-1892-03-19	1892-03-19	Delannoy Emile
delarue-alexandre-gabriel-jacques-marie-1901-08-17	1901-08-17	Delarue Alexandre Gabriel Jacques Marie
delay-jean-1907-11-14	1907-11-14	Delay Jean
medina-theo-1918-06-24	1918-06-24	Medina Théo
delmas-jean-1882-01-22	1882-01-22	Delmas Jean
rossi-carlo-1892-02-14	1892-02-14	Rossi Carlo
delore-xavier-1828-04-07	1828-04-07	Delore Xavier
delmas-marsalet-paul-1898-08-04	1898-08-04	Delmas-Marsalet Paul
delpech-auguste-1818-08-03	1818-08-03	Delpech Auguste
delpy-louis-pierre-1899-07-26	1899-07-26	Delpy Louis Pierre
deniges-georges-1859-12-25	1859-12-25	Denigés Georges
dereux-jules-jean-1896-02-18	1896-02-18	Dereux Jules Jean
derot-maurice-1901-12-27	1901-12-27	Dérot Maurice
derrien-yves-1905-09-12	1905-09-12	Derrien Yves
deschiens-robert-edouard-andre-1893-03-12	1893-03-12	Deschiens Robert Edouard André
desliens-louis-1879-10-09	1879-10-09	Desliens Louis
desnos-louis-1828-09-21	1828-09-21	Desnos Louis
dhere-charles-1876-03-05	1876-03-05	Dhéré Charles
dognon-andre-henri-1900-01-18	1900-01-18	Dognon André Henri
donatien-andre-1889-12-24	1889-12-24	Donatien André
donzelot-edouard-1884-07-10	1884-07-10	Donzelot Edouard
dopter-charles-1873-02-12	1873-02-12	Dopter Charles
douady-daniel-1904-09-26	1904-09-26	Douady Daniel
doumer-edmond-emmanuel-joseph-1891-03-22	1891-03-22	Doumer Edmond Emmanuel Joseph
dubourg-georges-marc-1903-07-04	1903-07-04	Dubourg Georges Marc
doyon-pierre-1827-11-01	1827-11-01	Doyon Pierre
du-castel-auguste-1846-02-27	1846-02-27	Du Castel Auguste
duche-emile-1814-04-03	1814-04-03	Duché Emile
duclaux-pierre-1840-06-24	1840-06-24	Duclaux Pierre
duguet-jean-1837-05-12	1837-05-12	Duguet Jean
dujarric-de-la-rivere-auguste-rene-1885-04-19	1885-04-19	Dujarric de La Rivere Auguste René
dumas-jean-baptiste-andre-1800-07-15	1800-07-15	Dumas Jean-Baptiste André
angelini-cesare-1886-08-02	1886-08-02	Angelini Cesare
dumas-georges-1866-03-06	1866-03-06	Dumas Georges
dumenil-louis-stanislas-1823-11-30	1823-11-30	Duménil Louis Stanislas
duplouy-charles-1827-11-05	1827-11-05	Duplouy Charles
dupre-germain-1811-01-10	1811-01-10	Dupré Germain
duquenois-pierre-1904-06-17	1904-06-17	Duquénois Pierre
duval-pierre-1874-06-24	1874-06-24	Duval Pierre
ehrmann-jules-1836-01-06	1836-01-06	Ehrmann Jules
fabre-jean-1864-06-08	1864-06-08	Fabre Jean
fabre-philippe-1892-09-10	1892-09-10	Fabre Philippe
fabre-rene-1889-06-29	1889-06-29	Fabre René
favre-pierre-1813-02-20	1813-02-20	Favre Pierre
favre-maurice-jules-1876-05-18	1876-05-18	Favre Maurice Jules
faure-jean-1863-10-27	1863-10-27	Faure Jean
feltz-victor-timothee-1835-01-08	1835-01-08	Feltz Victor Timothée
fernet-charles-1838-02-08	1838-02-08	Fernet Charles
fevre-marcel-1897-10-09	1897-10-09	Fevre Marcel
fiessinger-noel-armand-1881-12-24	1881-12-24	Fiessinger Noël Armand
fiolle-jean-1884-10-09	1884-10-09	Fiolle Jean
fleury-gustave-1833-12-30	1833-12-30	Fleury Gustave
fleury-paul-felix-1885-05-08	1885-05-08	Fleury Paul Félix
floch-herve-1908-10-03	1908-10-03	Floch Hervé
flurin-henri-1880-11-10	1880-11-10	Flurin Henri
fontaine-maurice-1904-10-28	1904-10-28	Fontaine Maurice
fonssagrives-jean-1823-03-12	1823-03-12	Fonssagrives Jean
fontan-jules-1849-10-20	1849-10-20	Fontan Jules
forestier-jacques-1890-07-27	1890-07-27	Forestier Jacques
fourmestraux-jacques-marie-1879-10-17	1879-10-17	deFourmestraux Jacques Marie
francois-franck-charles-1849-05-07	1849-05-07	François-Franck Charles
thil-marcel-1904-05-29	1904-05-29	Thil Marcel
francon-francois-georges-jules-1888-01-23	1888-01-23	Francon François Georges Jules
gaillard-francois-lucien-1805-01-08	1805-01-08	Gaillard François Lucien
galippe-victor-1848-05-29	1848-05-29	Galippe Victor
galtier-victor-1846-10-15	1846-10-15	Galtier Victor
garcin-marie-mathieu-jean-raymond-1897-09-21	1897-09-21	Garcin Marie Mathieu Jean Raymond
garnier-maurice-pierre-1902-10-14	1902-10-14	Garnier Maurice Pierre
gas-serge-1884-01-26	1884-01-26	Gas Serge
gastinel-pierre-1884-07-04	1884-07-04	Gastinel Pierre
gascard-louis-1861-08-26	1861-08-26	Gascard Louis
gate-jean-joseph-1885-12-08	1885-12-08	Gaté Jean Joseph
gauducheau-rene-maurice-auguste-1881-12-25	1881-12-25	Gauducheau René Maurice Auguste
gaussail-adrien-joseph-marie-1807-10-17	1807-10-17	Gaussail Adrien Joseph Marie
gautier-jean-1903-04-16	1903-04-16	Gautier Jean
gautrelet-jean-1878-05-18	1878-05-18	Gautrelet Jean
apostoli-pietro-1902-10-22	1902-10-22	Apostoli Pietro
gayet-charles-1833-05-19	1833-05-19	Gayet Charles
gernez-rieux-charles-emile-jules-1898-04-22	1898-04-22	Gernez-Rieux Charles Emile Jules
giaja-jean-ivan-1884-07-21	1884-07-21	Giaja Jean Ivan
gilbert-claude-1836-01-11	1836-01-11	Gilbert Claude
girard-celestin-henry-1862-07-22	1862-07-22	Girard Célestin Henry
giroud-antoine-1895-12-26	1895-12-26	Giroud Antoine
anquetil-jacques-1934-01-08	1934-01-08	Anquetil Jacques
giraud-teulon-marc-1816-05-31	1816-05-31	Giraud-Teulon Marc
giroud-paul-1898-06-06	1898-06-06	Giroud Paul
godart-justin-1871-11-26	1871-11-26	Godart Justin
gley-marcel-1857-01-16	1857-01-16	Gley Marcel
glenard-roger-1880-09-30	1880-09-30	Glénard Roger
goret-pierre-1907-08-27	1907-08-27	Goret Pierre
gorre-gassicourt-francois-jean-baptiste-1807-03-06	1807-03-06	Gorré-Gassicourt François Jean-Baptiste
gougerot-henri-1881-07-02	1881-07-02	Gougerot Henri
gounelle-de-pontanel-hugues-1903-02-27	1903-02-27	Gounelle de Pontanel Hugues
goyrand-jean-gaspard-blaise-1803-02-03	1803-02-03	Goyrand Jean Gaspard Blaise
gregoire-raymond-hippolyte-alphonse-1875-01-02	1875-01-02	Grégoire Raymond Hippolyte Alphonse
charpentier-robert-1916-04-04	1916-04-04	Charpentier Robert
gros-jean-1831-02-15	1831-02-15	Gros Jean
grynfelt-edouard-1871-12-19	1871-12-19	Grynfelt Edouard
gubler-adolphe-1821-04-04	1821-04-04	Gubler Adolphe
gueneau-de-mussy-henry-francois-1814-02-11	1814-02-11	Guéneau de Mussy Henry François
guiart-jules-1870-07-04	1870-07-04	Guiart Jules
guigues-pierre-1868-03-28	1868-03-28	Guigues Pierre
guilleminet-maurice-emile-gregoire-1891-01-03	1891-01-03	Guilleminet Maurice Emile Grégoire
guyot-jean-joseph-1873-05-22	1873-05-22	Guyot Jean Joseph
hache-louis-1857-02-10	1857-02-10	Hache Louis
halbron-paul-maurice-1879-08-13	1879-08-13	Halbron Paul Maurice
hamant-aime-julien-1884-03-13	1884-03-13	Hamant Aimé Julien
hallion-louis-1862-04-08	1862-04-08	Hallion Louis
hamy-theodore-jules-ernest-1842-06-22	1842-06-22	Hamy Théodore Jules Ernest
harvier-paul-1880-04-26	1880-04-26	Harvier Paul
benedetti-giulio-1910-06-01	1910-06-01	Benedetti Giulio
harant-herve-1901-09-01	1901-09-01	Harant Herve
hauduroy-paul-1897-09-29	1897-09-29	Hauduroy Paul
hautant-albert-louis-emile-1877-09-24	1877-09-24	Hautant Albert Louis Emile
hazard-rene-jules-paul-1886-08-21	1886-08-21	Hazard René Jules Paul
heckel-edouard-marie-1843-03-24	1843-03-24	Heckel Edouard Marie
hedon-louis-1895-07-06	1895-07-06	Hédon Louis
henry-alexandre-francois-xavier-1877-12-06	1877-12-06	Henry Alexandre François Xavier
herard-hippolyte-1819-10-01	1819-10-01	Hérard Hippolyte
hervieux-charles-1877-06-23	1877-06-23	Hervieux Charles
herrgott-louis-1849-04-22	1849-04-22	Herrgott Louis
hermann-henri-1892-12-19	1892-12-19	Hermann Henri
heuyer-georges-1884-01-30	1884-01-30	Heuyer Georges
hillairet-jean-1815-12-14	1815-12-14	Hillairet Jean
houel-jean-edouard-ernest-1893-12-12	1893-12-12	Houel Jean Edouard Ernest
huber-julien-1885-01-18	1885-01-18	Huber Julien
hubert-theophile-pierre-1800-10-18	1800-10-18	Hubert Théophile Pierre
huguier-pierre-1804-09-18	1804-09-18	Huguier Pierre
huriez-claude-1907-12-12	1907-12-12	Huriez Claude
jacotot-henri-1896-05-29	1896-05-29	Jacotot Henri
darrigade-andre-1929-04-24	1929-04-24	Darrigade André
jacoulet-claude-1850-04-30	1850-04-30	Jacoulet Claude
janbon-marcel-marie-joseph-1898-11-24	1898-11-24	Janbon Marcel Marie Joseph
jaulmes-paul-1904-02-03	1904-02-03	Jaulmes Paul
javal-louis-1839-05-05	1839-05-05	Javal Louis
jeanbrau-emile-1873-10-01	1873-10-01	Jeanbrau Emile
jolly-justin-1870-08-06	1870-08-06	Jolly Justin
joyeux-charles-1881-09-11	1881-09-11	Joyeux Charles
jung-louis-philippe-1888-02-24	1888-02-24	Jung Louis Philippe
jungfleisch-emile-1839-12-21	1839-12-21	Jungfleisch Emile
kayser-charles-1899-07-21	1899-07-21	Kayser Charles
kourilsky-raoul-1899-07-19	1899-07-19	Kourilsky Raoul
kuss-georges-1877-03-31	1877-03-31	Kuss Georges
labbe-leon-1832-09-29	1832-09-29	Labbé Léon
lacaze-duthiers-felix-joseph-henri-1821-05-21	1821-05-21	deLacaze-duthiers Félix Joseph Henri
chastanier-maurice-1931-06-27	1931-06-27	Chastanier Maurice
lacassagne-jean-1843-08-17	1843-08-17	Lacassagne Jean
lacomme-maurice-1897-09-14	1897-09-14	Lacomme Maurice
lafay-bernard-1903-09-08	1903-09-08	Lafay Bernard
lafitte-henri-alexandre-alfred-1897-05-14	1897-05-14	Lafitte Henri Alexandre Alfred
lafosse-jean-antoine-leon-1816-01-21	1816-01-21	Lafosse Jean Antoine Léon
lamache-alexandre-eugene-1894-03-30	1894-03-30	Lamache Alexandre Eugène
lamarque-jean-francois-paul-1894-07-23	1894-07-23	Lamarque Jean François Paul
lambling-andre-1899-03-11	1899-03-11	Lambling André
lamy-maurice-1895-12-18	1895-12-18	Lamy Maurice
langeron-leon-1888-12-05	1888-12-05	Langeron Léon
landouzy-marc-1812-01-06	1812-01-06	Landouzy Marc
langlet-jean-baptiste-nicaise-1841-09-07	1841-09-07	Langlet Jean-Baptiste Nicaise
lantuejoul-pierre-jean-baptiste-1887-09-18	1887-09-18	Lantuéjoul Pierre Jean-Baptiste
lannois-maurice-1856-11-06	1856-11-06	Lannois Maurice
maye-paul-1913-08-19	1913-08-19	Maye Paul
lapersonne-felix-joseph-1853-09-29	1853-09-29	deLapersonne Félix Joseph
lasegue-ernest-1816-09-05	1816-09-05	Laségue Ernest
laroyenne-lucien-1831-11-17	1831-11-17	Laroyenne Lucien
launoy-leon-louis-1876-08-27	1876-08-27	Launoy Léon Louis
latarjet-andre-1877-08-20	1877-08-20	Latarjet André
laulanie-ferdinand-1850-09-25	1850-09-25	Laulanié Ferdinand
laussedat-louis-1809-07-30	1809-07-30	Laussedat Louis
lavergne-octave-marcel-marie-paulin-1884-11-08	1884-11-08	deLavergne Octave Marcel Marie Paulin
lavier-georges-victor-dionys-1892-06-02	1892-06-02	Lavier Georges Victor Dionys
layet-alexandre-elzear-1840-04-28	1840-04-28	Layet Alexandre Elzéar
lazorthes-guy-1910-07-04	1910-07-04	Lazorthes Guy
le-chuiton-fernand-1893-10-17	1893-10-17	Le Chuiton Fernand
le-fort-leon-1829-12-05	1829-12-05	Le Fort Léon
le-gendre-louis-1854-01-30	1854-01-30	Le Gendre Louis
le-noir-paul-1863-02-08	1863-02-08	Le Noir Paul
pelissier-francis-1894-06-13	1894-06-13	Pelissier Francis
le-lorier-victor-1875-01-20	1875-01-20	Le Lorier Victor
leblanc-louis-1827-09-03	1827-09-03	Leblanc Louis
lebon-eugene-jean-1893-07-29	1893-07-29	Lebon Eugène Jean
lecercle-alfred-1880-01-07	1880-01-07	Lecercle Alfred
leclercq-jules-augustin-1883-06-02	1883-06-02	Leclercq Jules Augustin
ledoux-faustin-philippe-eugene-1877-02-15	1877-02-15	Ledoux Faustin Philippe Eugéne
legouest-antoine-1820-05-01	1820-05-01	Legouest Antoine
leloir-henri-camille-chrysostome-1855-11-30	1855-11-30	Leloir Henri Camille Chrysostome
lemaire-andre-1898-11-16	1898-11-16	Lemaire André
lelong-marcel-1892-01-10	1892-01-10	Lelong Marcel
lemierre-andre-1875-07-30	1875-07-30	Lemierre André
lenegre-jean-1904-03-25	1904-03-25	Lenegre Jean
lenoble-emile-1864-11-03	1864-11-03	Lenoble Emile
leobardy-joseph-1889-09-12	1889-09-12	deLéobardy Joseph
lepage-hippolyte-1814-05-05	1814-05-05	Lepage Hippolyte
lepine-pierre-1901-08-15	1901-08-15	Lépine Pierre
lereboullet-leon-1842-12-14	1842-12-14	Lereboullet Léon
leroux-roger-paul-henri-1892-12-04	1892-12-04	Leroux Roger Paul Henri
leroy-denis-1901-05-16	1901-05-16	Leroy Denis
lesage-adolphe-augustin-1862-05-22	1862-05-22	Lesage Adolphe Augustin
lesbouyries-gustave-1883-08-07	1883-08-07	Lesbouyries Gustave
lesne-edmond-1871-02-11	1871-02-11	Lesné Edmond
lespagnol-albert-1901-08-07	1901-08-07	Lespagnol Albert
leulier-albert-lucien-1883-12-19	1883-12-19	Leulier Albert Lucien
levy-michel-1809-09-28	1809-09-28	Lévy Michel
lian-camille-1882-01-04	1882-01-04	Lian Camille
linossier-jules-1857-05-16	1857-05-16	Linossier Jules
lisbonne-marcel-paul-1883-06-10	1883-06-10	Lisbonne Marcel Paul
littre-maximilien-paul-emile-1801-02-01	1801-02-01	Littré Maximilien Paul Emile
loir-adrien-1862-12-15	1862-12-15	Loir Adrien
loir-jean-1816-07-18	1816-07-18	Loir Jean
lortet-louis-1836-08-22	1836-08-22	Lortet Louis
louvel-jacques-joseph-henri-1898-03-19	1898-03-19	Louvel Jacques Joseph Henri
lucien-maurice-charles-camille-1880-04-06	1880-04-06	Lucien Maurice Charles Camille
lunier-ludger-1822-03-26	1822-03-26	Lunier Ludger
macheboeuf-michel-alexandre-marie-1900-10-19	1900-10-19	Macheboeuf Michel Alexandre Marie
mahe-jean-1830-06-24	1830-06-24	Mahé Jean
mairet-albert-1852-02-18	1852-02-18	Mairet Albert
malassez-louis-charles-1842-09-21	1842-09-21	Malassez Louis Charles
malgaigne-francois-1806-02-14	1806-02-14	Malgaigne François
malle-pierre-1805-02-12	1805-02-12	Malle Pierre
teisseire-lucien-1919-12-11	1919-12-11	Teisseire Lucien
malmejac-jean-1903-06-05	1903-06-05	Malméjac Jean
mans-antonin-1899-01-01	1899-01-01	Mans Antonin
marcenac-louis-1885-02-16	1885-02-16	Marcenac Louis
marey-etienne-1830-03-05	1830-03-05	Marey Etienne
margarot-jean-1883-02-28	1883-02-28	Margarot Jean
marie-julien-1899-05-03	1899-05-03	Marie Julien
marie-pierre-1853-09-09	1853-09-09	Marie Pierre
marquezy-robert-alexandre-1892-10-05	1892-10-05	Marquézy Robert Alexandre
marquis-eugene-1879-05-27	1879-05-27	Marquis Eugène
martins-charles-1806-02-06	1806-02-06	Martins Charles
martel-pierre-1870-04-10	1870-04-10	Martel Pierre
martin-claude-1843-05-17	1843-05-17	Martin Claude
masse-lucien-1895-01-22	1895-01-22	Massé Lucien
mathieu-paul-auguste-1877-11-14	1877-11-14	Mathieu Paul Auguste
masson-claude-1880-11-12	1880-11-12	Masson Claude
mauclaire-placide-1863-07-30	1863-07-30	Mauclaire Placide
mayer-andre-1875-11-09	1875-11-09	Mayer André
mauriac-pierre-1882-11-21	1882-11-21	Mauriac Pierre
mazel-pierre-1884-06-01	1884-06-01	Mazel Pierre
melnotte-pierre-eugene-marie-1891-02-22	1891-02-22	Melnotte Pierre Eugène Marie
menard-toussaint-1846-08-03	1846-08-03	Ménard Toussaint
mercier-pierre-1920-08-06	1920-08-06	Mercier Pierre
merger-robert-1903-01-31	1903-01-31	Merger Robert
meriel-edouard-marie-aristide-paul-c-1871-12-31	1871-12-31	Mériel Edouard Marie Aristide Paul C
merklen-jules-stanislas-felix-pierre-1901-10-31	1901-10-31	Merklen Jules Stanislas Félix Pierre
merle-d-aubigne-robert-1900-07-23	1900-07-23	Merle D'aubigné Robert
mesureur-gustave-1847-04-02	1847-04-02	Mesureur Gustave
labattut-andre-1891-07-18	1891-07-18	Labattut André
mialaret-jacques-1904-11-29	1904-11-29	Mialaret Jacques
michon-leon-joseph-paul-1897-07-13	1897-07-13	Michon Léon Joseph Paul
mialhe-louis-1807-11-05	1807-11-05	Mialhe Louis
michon-louis-marie-1802-11-02	1802-11-02	Michon Louis Marie
mocquot-pierre-charles-1879-07-31	1879-07-31	Mocquot Pierre Charles
moitessier-albert-1833-01-11	1833-01-11	Moitessier Albert
monnier-alexandre-1904-08-25	1904-08-25	Monnier Alexandre
monod-charles-1843-09-26	1843-09-26	Monod Charles
monod-robert-adolphe-jean-1884-10-17	1884-10-17	Monod Robert Adolphe Jean
morel-pierre-1875-12-20	1875-12-20	Morel Pierre
morice-andre-1890-07-31	1890-07-31	Morice André
moreau-rene-1886-11-13	1886-11-13	Moreau René
morin-jean-antoine-georges-1903-07-25	1903-07-25	Morin Jean Antoine Georges
mosny-ernest-1861-01-04	1861-01-04	Mosny Ernest
motet-auguste-1832-09-07	1832-09-07	Motet Auguste
moulonguet-andre-1887-01-09	1887-01-09	Moulonguet André
moulonguet-doleris-pierre-1890-12-09	1890-12-09	Moulonguet-Doléris Pierre
massard-armand-1884-12-01	1884-12-01	Massard Armand
mourier-louis-1873-10-08	1873-10-08	Mourier Louis
murville-francois-joseph-1801-01-05	1801-01-05	Murville François Joseph
netter-juste-1855-09-20	1855-09-20	Netter Juste
negre-leopold-1879-06-15	1879-06-15	Negre Leopold
accard-robert-1897-11-26	1897-11-26	Accard Robert
nevot-armand-1891-12-15	1891-12-15	Névot Armand
nicol-louis-1905-03-20	1905-03-20	Nicol Louis
nicolas-joseph-1868-08-11	1868-08-11	Nicolas Joseph
nove-josserand-pierre-marie-gabriel-1868-10-03	1868-10-03	Nové-Josserand Pierre Marie Gabriel
nocard-edmond-1850-01-29	1850-01-29	Nocard Edmond
notta-alphonse-1824-02-26	1824-02-26	Notta Alphonse
oberling-charles-1895-07-31	1895-07-31	Oberling Charles
okinczyc-joseph-theodore-1879-02-24	1879-02-24	Okinczyc Joseph Théodore
ollivier-auguste-1833-05-13	1833-05-13	Ollivier Auguste
olmer-david-raoul-1877-02-02	1877-02-02	Olmer David Raoul
olmer-jean-1904-06-30	1904-06-30	Olmer Jean
ombredanne-louis-1871-03-05	1871-03-05	Ombrédanne Louis
oui-marcel-leon-jules-1868-06-26	1868-06-26	Oui Marcel Léon Jules
paillard-henri-marie-xavier-aime-1884-12-03	1884-12-03	Paillard Henri Marie Xavier Aimé
pamard-alfred-1837-05-12	1837-05-12	Pamard Alfred
bigot-jules-1915-11-22	1915-11-22	Bigot Jules
papin-felix-1888-09-26	1888-09-26	Papin Félix
parisot-pierre-1859-02-09	1859-02-09	Parisot Pierre
parrot-joseph-1829-11-10	1829-11-10	Parrot Joseph
patel-jean-edmond-ernest-1900-06-21	1900-06-21	Patel Jean Edmond Ernest
patel-maurice-1875-12-13	1875-12-13	Patel Maurice
paufique-louis-1899-06-22	1899-06-22	Paufique Louis
payan-pierre-scipion-1808-11-25	1808-11-25	Payan Pierre Scipion
peisse-charles-louis-hippolyte-1803-01-01	1803-01-01	Peisse Charles Louis Hippolyte
pean-jules-1830-11-29	1830-11-29	Péan Jules
pelle-alphonse-1887-02-05	1887-02-05	Pellé Alphonse
penard-louis-1819-12-22	1819-12-22	Pénard Louis
perier-charles-1836-03-20	1836-03-20	Périer Charles
peter-charles-1824-11-05	1824-11-05	Peter Charles
perrot-emile-1867-08-14	1867-08-14	Perrot Emile
perrin-maurice-1875-05-21	1875-05-21	Perrin Maurice
petges-georges-marie-gabriel-arnaud-1872-01-11	1872-01-11	Petges Georges Marie Gabriel Arnaud
pettit-auguste-1869-03-10	1869-03-10	Pettit Auguste
pidoux-hermann-1808-10-02	1808-10-02	Pidoux Hermann
pierret-antoine-1845-07-05	1845-07-05	Pierret Antoine
pierret-robert-charles-1884-05-18	1884-05-18	Pierret Robert Charles
piery-marius-antoine-1873-01-07	1873-01-07	Piéry Marius Antoine
pigeaud-henri-alfred-1897-11-27	1897-11-27	Pigeaud Henri Alfred
pilod-maurice-louis-etienne-1885-08-23	1885-08-23	Pilod Maurice Louis Etienne
pinoy-pierre-1873-02-03	1873-02-03	Pinoy Pierre
placidi-louis-regis-1897-09-10	1897-09-10	Placidi Louis Régis
polonovski-michel-1889-05-25	1889-05-25	Polonovski Michel
poincare-emile-1828-08-16	1828-08-16	Poincaré Emile
poirier-paul-1853-02-09	1853-02-09	Poirier Paul
ponthus-paul-louis-1904-11-21	1904-11-21	Ponthus Paul Louis
porcher-pierre-1897-01-13	1897-01-13	Porcher Pierre
portes-louis-marie-joseph-1891-05-27	1891-05-27	Portes Louis Marie Joseph
poumeau-delille-edouard-ferdinand-guy-1902-04-16	1902-04-16	Poumeau-Delille Edouard Ferdinand Guy
pousson-eugene-1853-06-08	1853-06-08	Pousson Eugène
pozzi-samuel-1841-10-03	1841-10-03	Pozzi Samuel
prevot-andre-romain-1894-07-22	1894-07-22	Prévot André-Romain
priouzeau-maurice-theodore-1889-02-05	1889-02-05	Priouzeau Maurice Théodore
quatrefages-de-breau-jean-louis-armand-1810-02-10	1810-02-10	Quatrefages de Bréau Jean Louis Armand
cheuva-andre-1908-05-30	1908-05-30	Cheuva André
raimbert-louis-adolphe-1813-08-31	1813-08-31	Raimbert Louis Adolphe
radais-maxime-1861-01-18	1861-01-18	Radais Maxime
raillet-alcide-1852-03-11	1852-03-11	Raillet Alcide
gravier-ernest-1892-08-26	1892-08-26	Gravier Ernest
randoin-gabrielle-lucie-1885-05-11	1885-05-11	Randoin Gabrielle Lucie
raquet-desire-alphonse-1880-02-18	1880-02-18	Raquet Désiré Alphonse
rathery-edme-1877-06-17	1877-06-17	Rathery Edme
reeb-maurice-1874-01-05	1874-01-05	Reeb Maurice
reclus-paul-1847-03-07	1847-03-07	Reclus Paul
redon-henri-1899-06-24	1899-06-24	Redon Henri
regaud-claudius-francois-1870-01-31	1870-01-31	Regaud Claudius François
regnaud-jules-1820-11-26	1820-11-26	Regnaud Jules
reilly-james-paul-1887-03-06	1887-03-06	Reilly James Paul
renard-gabriel-1894-06-16	1894-06-16	Renard Gabriel
rendu-henri-1844-07-24	1844-07-24	Rendu Henri
renault-thomas-1805-02-11	1805-02-11	Renault Thomas
reynaud-auguste-adolphe-marc-1804-05-06	1804-05-06	Reynaud Auguste Adolphe Marc
reynier-paul-1851-06-28	1851-06-28	Reynier Paul
requin-achille-1803-08-15	1803-08-15	Requin Achille
richelot-louis-1844-11-14	1844-11-14	Richelot Louis
rimbaud-louis-1877-06-07	1877-06-07	Rimbaud Louis
riser-marcel-marie-1891-07-04	1891-07-04	Riser Marcel Marie
robert-cesar-1801-11-17	1801-11-17	Robert César
robin-charles-1821-06-04	1821-06-04	Robin Charles
rochard-eugene-1853-10-29	1853-10-29	Rochard Eugène
roche-jean-1901-01-14	1901-01-14	Roche Jean
rochon-duvigneaud-andre-jean-francois-1863-04-07	1863-04-07	Rochon-Duvigneaud André Jean François
roger-henri-1881-05-01	1881-05-01	Roger Henri
rollet-etienne-1862-03-02	1862-03-02	Rollet Etienne
ronchese-ange-denis-1882-01-27	1882-01-27	Ronchese Ange Denis
rohmer-paul-1876-11-01	1876-11-01	Rohmer Paul
roussel-gaston-ernest-1877-12-01	1877-12-01	Roussel Gaston Ernest
roux-georges-louis-1889-12-12	1889-12-12	Roux Georges Louis
roux-jules-1807-12-12	1807-12-12	Roux Jules
ruffie-jacques-1921-11-22	1921-11-22	Ruffié Jacques
saint-cyr-francois-1824-01-31	1824-01-31	Saint-Cyr François
sabrazes-jean-1867-01-12	1867-01-12	Sabrazes Jean
santy-paul-eugene-jules-1887-04-16	1887-04-16	Santy Paul Eugène Jules
sauvage-rene-emile-louis-1896-08-25	1896-08-25	Sauvage René Emile Louis
savy-paul-claude-1879-10-14	1879-10-14	Savy Paul Claude
sedallian-paul-1894-09-05	1894-09-05	Sédallian Paul
sedillot-charles-1804-09-18	1804-09-18	Sédillot Charles
see-marc-1827-02-17	1827-02-17	Sée Marc
sendrail-marcel-1900-08-31	1900-08-31	Sendrail Marcel
senecal-jean-marcel-1916-06-29	1916-06-29	Sénécal Jean Marcel
sendrail-jean-1872-06-17	1872-06-17	Sendrail Jean
seneque-jean-1890-01-03	1890-01-03	Sénéque Jean
sergent-emile-1867-07-11	1867-07-11	Sergent Emile
sigalas-clement-1866-11-23	1866-11-23	Sigalas Clément
simonin-jean-baptiste-edmond-1812-06-18	1812-06-18	Simonin Jean-Baptiste Edmond
simonnet-henri-1891-08-07	1891-08-07	Simonnet Henri
sohier-roger-marie-philippe-1903-09-28	1903-09-28	Sohier Roger Marie Philippe
sorrel-etienne-1882-02-23	1882-02-23	Sorrel Etienne
soulie-pierre-1903-09-05	1903-09-05	Soulié Pierre
sourdille-maurice-louis-joseph-marie-1885-10-25	1885-10-25	Sourdille Maurice Louis Joseph Marie
souques-alexandre-1860-02-06	1860-02-06	Souques Alexandre
straus-isidore-1845-03-24	1845-03-24	Straus Isidore
strauss-paul-1852-09-23	1852-09-23	Strauss Paul
surmay-charles-1826-08-08	1826-08-08	Surmay Charles
korb-pierre-1908-04-20	1908-04-20	Korb Pierre
tanon-louis-1876-09-17	1876-09-17	Tanon Louis
tapie-jean-1888-10-28	1888-10-28	Tapié Jean
tavernier-louis-marie-honore-1878-02-16	1878-02-16	Tavernier Louis Marie Honoré
tayeau-francis-1913-11-24	1913-11-24	Tayeau Francis
terracol-jean-yves-1889-03-05	1889-03-05	Terracol Jean Yves
marcel-jean-1931-06-13	1931-06-13	Marcel Jean
teissier-joseph-1851-10-01	1851-10-01	Teissier Joseph
terrien-felix-1872-04-24	1872-04-24	Terrien Félix
thevenot-jean-pierre-ferdinand-1801-12-14	1801-12-14	Thévenot Jean Pierre Ferdinand
thieulin-gustave-1903-07-20	1903-07-20	Thieulin Gustave
thierry-auguste-1839-03-09	1839-03-09	Thierry Auguste
thomas-andre-1905-04-04	1905-04-04	Thomas André
thomas-de-closmadeuc-gustave-auguste-1828-11-12	1828-11-12	Thomas de Closmadeuc Gustave Auguste
thomas-philippe-1843-05-04	1843-05-04	Thomas Philippe
tixier-louis-joseph-auguste-1871-07-19	1871-07-19	Tixier Louis Joseph Auguste
toulant-pierre-florent-marie-1883-08-17	1883-08-17	Toulant Pierre Florent Marie
toulmonde-jean-nicolas-1812-03-23	1812-03-23	Toulmonde Jean Nicolas
tourneux-edme-joseph-frederic-1852-08-21	1852-08-21	Tourneux Edme Joseph Frédéric
trelat-ulysse-1828-08-13	1828-08-13	Trélat Ulysse
trastour-etienne-1828-05-15	1828-05-15	Trastour Etienne
trillat-paul-jean-marie-1879-04-05	1879-04-05	Trillat Paul Jean Marie
trolard-paulin-1842-11-27	1842-11-27	Trolard Paulin
trousseau-armand-1801-10-14	1801-10-14	Trousseau Armand
truhaut-rene-1909-05-23	1909-05-23	Truhaut René
turchini-jean-1894-07-04	1894-07-04	Turchini Jean
turiaf-toussaint-jude-constant-1904-11-01	1904-11-01	Turiaf Toussaint Jude Constant
urbain-achille-1884-05-09	1884-05-09	Urbain Achille
valat-louis-joseph-alexandre-1803-03-18	1803-03-18	Valat Louis Joseph Alexandre
valette-guillaume-1902-02-06	1902-02-06	Valette Guillaume
vanlair-constant-1839-01-21	1839-01-21	Vanlair Constant
veau-victor-emile-1871-12-08	1871-12-08	Veau Victor Emile
vanverts-julien-1870-11-10	1870-11-10	Vanverts Julien
velluz-leon-1904-07-31	1904-07-31	Velluz Léon
veran-paul-marie-1901-06-18	1901-06-18	Véran Paul Marie
verge-jean-1892-11-28	1892-11-28	Verge Jean
verhaeghe-michel-etienne-leon-1914-03-13	1914-03-13	Verhaeghe Michel Etienne Léon
verne-jean-1890-10-04	1890-10-04	Verne Jean
vernejoul-robert-de-1890-03-19	1890-03-19	deVernejoul Robert de
verriest-georges-1909-07-15	1909-07-15	Verriest Georges
vidal-joseph-1901-09-20	1901-09-20	Vidal Joseph
vigier-bernard-etienne-justin-1800-08-03	1800-08-03	Vigier Bernard Etienne Justin
vigla-eugene-1813-10-16	1813-10-16	Vigla Eugène
villard-auguste-antoine-camille-1832-10-20	1832-10-20	Villard Auguste Antoine Camille
villard-eugene-1868-12-25	1868-12-25	Villard Eugène
vincent-clovis-1879-09-26	1879-09-26	Vincent Clovis
vintemberger-pierre-charles-1891-02-13	1891-02-13	Vintemberger Pierre Charles
violle-henri-1882-09-05	1882-09-05	Violle Henri
vles-fred-manuel-raoul-1885-01-22	1885-01-22	Vles Fred Manuel Raoul
voisin-benjamin-1802-11-06	1802-11-06	Voisin Benjamin
voron-joseph-1874-06-09	1874-06-09	Voron Joseph
waitz-robert-1900-05-20	1900-05-20	Waitz Robert
walter-henry-1892-03-30	1892-03-30	Walter Henry
wannebroucq-emile-1830-05-13	1830-05-13	Wannebroucq Emile
weber-emile-alfred-1826-04-03	1826-04-03	Weber Emile Alfred
weber-jean-amedee-1877-09-07	1877-09-07	Weber Jean Amédée
wertheimer-pierre-1892-07-23	1892-07-23	Wertheimer Pierre
weill-halle-benjamin-1875-03-14	1875-03-14	Weill-Hallé Benjamin
wolff-etienne-1904-02-12	1904-02-12	Wolff Etienne
wolff-rene-lucien-1899-01-29	1899-01-29	Wolff René Lucien
wurtz-adolphe-1817-11-26	1817-11-26	Wurtz Adolphe
zimmern-adolphe-1871-09-26	1871-09-26	Zimmern Adolphe
acito-alfredo-1898-05-22	1898-05-22	Acito Alfredo
acquaviva-cosimo-1884-08-20	1884-08-20	Acquaviva Cosimo
adami-giuseppe-1878-02-04	1878-02-04	Adami Giuseppe
alliney-giulio-1908-05-02	1908-05-02	Alliney Giulio
allodoli-ettore-1882-02-06	1882-02-06	Allodoli Ettore
alterocca-arnaldo-1885-12-15	1885-12-15	Alterocca Arnaldo
alvi-ciro-1872-04-27	1872-04-27	Alvi Ciro
andalo-guelfo-1888-11-24	1888-11-24	Andalo Guelfo
ardau-giuseppe-1889-03-10	1889-03-10	Ardau Giuseppe
argan-giulio-carlo-1909-05-17	1909-05-17	Argan Giulio Carlo
arrighini-ambrogio-1887-01-17	1887-01-17	Arrighini Ambrogio
bacchelli-riccardo-1891-04-19	1891-04-19	Bacchelli Riccardo
bacci-baccio-maria-1888-01-08	1888-01-08	Bacci Baccio Maria
barbarani-berto-1872-12-03	1872-12-03	Barbarani Berto
barisoni-eugenic-1886-07-08	1886-07-08	Barisoni Eugenic
bartolini-luigi-1892-02-08	1892-02-08	Bartolini Luigi
battaglia-carlo-1889-02-17	1889-02-17	Battaglia Carlo
bellomo-probe-1904-02-03	1904-02-03	Bellomo Probe
benelli-sem-1877-08-12	1877-08-12	Benelli Sem
berlutti-giorgio-1889-04-22	1889-04-22	Berlutti Giorgio
bernardi-carlo-1859-11-20	1859-11-20	Bernardi Carlo
bernardi-marziano-1897-05-03	1897-05-03	Bernardi Marziano
bernini-ferruccio-1876-08-02	1876-08-02	Bernini Ferruccio
berti-luigi-1904-11-17	1904-11-17	Berti Luigi
betocchi-carlo-1899-01-23	1899-01-23	Betocchi Carlo
betti-ugo-1892-02-04	1892-02-04	Betti Ugo
bignami-luigi-1873-01-26	1873-01-26	Bignami Luigi
bigongiari-piero-1914-10-15	1914-10-15	Bigongiari Piero
bilenchi-romano-1909-12-09	1909-12-09	Bilenchi Romano
biordi-raffaele-1896-10-15	1896-10-15	Biordi Raffaele
bistolfi-gian-1886-08-16	1886-08-16	Bistolfi Gian
bonelli-luigi-1892-07-18	1892-07-18	Bonelli Luigi
bonsanti-alessandro-1904-11-25	1904-11-25	Bonsanti Alessandro
bontempelli-massimo-1878-05-12	1878-05-12	Bontempelli Massimo
borgese-giuseppe-antonio-1882-11-12	1882-11-12	Borgese Giuseppe Antonio
boselli-carlo-1876-07-23	1876-07-23	Boselli Carlo
bravetta-vittorio-emanuele-1889-12-01	1889-12-01	Bravetta Vittorio Emanuele
brocchi-virgilio-1876-01-19	1876-01-19	Brocchi Virgilio
brunati-giuseppe-1881-01-18	1881-01-18	Brunati Giuseppe
brunelli-bruno-1885-12-07	1885-12-07	Brunelli Bruno
caballo-michele-1910-01-28	1910-01-28	Caballo Michele
caddeo-rinaldo-1881-12-19	1881-12-19	Caddeo Rinaldo
caja-alessandro-1871-01-19	1871-01-19	Caja Alessandro
calitri-antonio-1875-06-07	1875-06-07	Calitri Antonio
calzini-raffaele-1885-12-29	1885-12-29	Calzini Raffaele
cammelli-giuseppe-1890-03-15	1890-03-15	Cammelli Giuseppe
caniglia-giuseppe-1881-12-22	1881-12-22	Caniglia Giuseppe
capasso-aldo-1909-08-13	1909-08-13	Capasso Aldo
capitini-aldo-1899-12-23	1899-12-23	Capitini Aldo
capruzzi-vincenzo-1895-07-30	1895-07-30	Capruzzi Vincenzo
cardarelli-vincenzo-1887-05-01	1887-05-01	Cardarelli Vincenzo
carocci-alberta-1904-11-03	1904-11-03	Carocci Alberta
cartella-gelardi-giuseppe-1885-09-01	1885-09-01	Cartella Gelardi Giuseppe
casella-alberta-1891-11-01	1891-11-01	Casella Alberta
cavaliers-alberta-1897-10-19	1897-10-19	Cavaliers Alberta
cazzamini-mussi-francesco-1888-04-18	1888-04-18	Cazzamini-Mussi Francesco
cecchi-emilio-1884-07-14	1884-07-14	Cecchi Emilio
cerio-edwin-1875-06-28	1875-06-28	Cerio Edwin
cerlesi-ennio-1901-01-21	1901-01-21	Cerlesi Ennio
cervioni-carlo-1886-05-20	1886-05-20	Cervioni Carlo
chini-mario-1876-07-21	1876-07-21	Chini Mario
ciampini-raffaelo-1895-04-08	1895-04-08	Ciampini Raffaelo
cicognani-bruno-1879-09-10	1879-09-10	Cicognani Bruno
ciraolo-giovanni-1873-05-24	1873-05-24	Ciraolo Giovanni
civinini-guelfo-1873-08-03	1873-08-03	Civinini Guelfo
comanducci-agostino-mario-1891-09-13	1891-09-13	Comanducci Agostino Mario
contu-raffaele-1895-03-18	1895-03-18	Contu Raffaele
cornali-luigi-1895-12-10	1895-12-10	Cornali Luigi
corsi-neri-lamberto-f-1896-12-29	1896-12-29	Corsi Neri Lamberto F.
cozzani-ettore-1884-01-03	1884-01-03	Cozzani Ettore
credali-adelvaldo-1888-02-01	1888-02-01	Credali Adelvaldo
cresti-renato-1911-09-29	1911-09-29	Cresti Renato
cristaddi-raimondo-1912-10-11	1912-10-11	Cristaddi Raimondo
d-albissola-tullio-1899-12-02	1899-12-02	D'Albissola Tullio
d-aloisio-da-vasto-carlo-1892-04-13	1892-04-13	D'Aloisio da vasto Carlo
d-aloisio-nicola-1883-12-17	1883-12-17	D'Aloisio Nicola
d-aronco-gianfranco-1920-10-19	1920-10-19	D'Aronco Gianfranco
d-orsi-libero-1888-03-30	1888-03-30	D'Orsi Libero
dall-oglio-enrico-1900-07-25	1900-07-25	Dall'Oglio Enrico
dazzi-manlio-1891-04-17	1891-04-17	Dazzi Manlio
de-biase-corrado-1886-01-27	1886-01-27	De Biase Corrado
de-carlo-salvatore-1913-11-20	1913-11-20	De Carlo Salvatore
de-giovanni-bovecchi-paolo-1876-10-31	1876-10-31	De Giovanni-Bovecchi Paolo
del-beccaro-felice-1909-07-18	1909-07-18	Del Beccaro Felice
delcroix-carlo-1896-08-22	1896-08-22	Delcroix Carlo
de-libero-libero-1903-09-11	1903-09-11	De Libero Libero
della-massea-angelo-1893-12-17	1893-12-17	Della Massea Angelo
della-porta-arturo-francesco-1892-06-29	1892-06-29	Della Porta Arturo Francesco
del-vita-alessandro-1885-01-15	1885-01-15	Del Vita Alessandro
de-maria-federico-1883-07-21	1883-07-21	De Maria Federico
de-marsico-alfredo-1888-05-29	1888-05-29	De Marsico Alfredo
de-pisis-filippo-1896-05-11	1896-05-11	De Pisis Filippo
de-rossi-dell-arno-giulio-1884-07-25	1884-07-25	De Rossi Dell'Arno Giulio
de-santis-luigi-1912-11-20	1912-11-20	De Santis Luigi
descalzo-giovanni-1902-06-01	1902-06-01	Descalzo Giovanni
dettore-ugo-1905-03-04	1905-03-04	Dèttore Ugo
di-matteo-rodolfo-1899-01-01	1899-01-01	Di Matteo Rodolfo
donati-umberto-1884-11-22	1884-11-22	Donati Umberto
eredia-giacinto-1879-08-26	1879-08-26	Eredia Giacinto
ermacora-chine-1894-08-30	1894-08-30	Ermacora Chine
fabietti-alfredo-1893-06-19	1893-06-19	Fabietti Alfredo
fanelli-giuseppe-attilio-1893-08-31	1893-08-31	Fanelli Giuseppe Attilio
fantucci-antonio-filiberto-1900-10-26	1900-10-26	Fantucci Antonio Filiberto
fara-giulio-1880-12-03	1880-12-03	Fara Giulio
fatini-giuseppe-1884-01-05	1884-01-05	Fatini Giuseppe
franchi-raffaello-1899-05-20	1899-05-20	Franchi Raffaello
flora-francesco-1891-10-27	1891-10-27	Flora Francesco
foa-vittorio-1910-09-18	1910-09-18	Foa Vittorio
formigari-francesco-1893-03-25	1893-03-25	Formigari Francesco
fortini-arnaldo-1889-12-12	1889-12-12	Fortini Arnaldo
forzano-giovacchino-1883-11-19	1883-11-19	Forzano Giovacchino
francolini-bruno-1903-04-23	1903-04-23	Francolini Bruno
frattini-angelo-1896-10-08	1896-10-08	Frattini Angelo
fumarola-dip-angelo-a-1911-09-25	1911-09-25	Fumarola diP. Angelo A.
gadda-conti-piero-1902-02-13	1902-02-13	Gadda conti Piero
galeazzi-antonio-galeazzo-1891-10-30	1891-10-30	Galeazzi Antonio Galeazzo
gargiulo-silvio-salvatore-1868-10-01	1868-10-01	Gargiulo Silvio Salvatore
gariazzo-piero-antonio-1879-01-07	1879-01-07	Gariazzo Piero Antonio
gasparini-mario-1917-03-25	1917-03-25	Gasparini Mario
gastaldi-mario-1903-08-28	1903-08-28	Gastaldi Mario
gatteschi-roberto-pia-1872-05-10	1872-05-10	Gatteschi Roberto Pia
gatti-angelo-1875-01-09	1875-01-09	Gatti Angelo
gavi-valentine-1893-05-16	1893-05-16	Gavi Valentine
genco-bernardo-attilio-1887-03-14	1887-03-14	Genco Bernardo Attilio
gerelli-attilio-1890-04-14	1890-04-14	Gerelli Attilio
ghidini-luigi-1883-03-24	1883-03-24	Ghidini Luigi
ghisalberti-mario-1902-09-11	1902-09-11	Ghisalberti Mario
giannini-guglielmo-1891-10-14	1891-10-14	Giannini Guglielmo
giannitrapani-luigi-1868-03-03	1868-03-03	Giannitrapani Luigi
ginnari-biagio-1885-11-04	1885-11-04	Ginnari Biagio
giuliotti-domenico-1877-02-18	1877-02-18	Giuliotti Domenico
govi-mario-1880-02-14	1880-02-14	Govi Mario
govoni-corrado-1884-10-29	1884-10-29	Govoni Corrado
grassi-giuseppe-1881-02-28	1881-02-28	Grassi Giuseppe
grazzini-enzo-1902-01-14	1902-01-14	Grazzini Enzo
macchi-giuseppe-1873-03-11	1873-03-11	Macchi Giuseppe
guandalini-ugo-1905-03-09	1905-03-09	Guandalini Ugo
guelfi-camajani-piero-1896-01-16	1896-01-16	Guelfi Camajani Piero
guenzati-giuseppe-1902-04-12	1902-04-12	Guenzati Giuseppe
ienco-elpidio-1892-02-09	1892-02-09	Ienco Elpidio
jacobbi-ruggero-1920-02-21	1920-02-21	Jacobbi Ruggero
jacono-antonio-1900-07-24	1900-07-24	Jacono Antonio
leoni-giulio-davide-1902-08-24	1902-08-24	Leoni Giulio Davide
levasti-arrigo-1886-04-22	1886-04-22	Levasti Arrigo
linati-carlo-1878-04-25	1878-04-25	Linati Carlo
lisi-nicola-1893-04-11	1893-04-11	Lisi Nicola
lombardi-antonio-1898-12-15	1898-12-15	Lombardi Antonio
longhi-roberto-1890-12-28	1890-12-28	Longhi Roberto
luciani-virgilio-1896-10-19	1896-10-19	Luciani Virgilio
luisi-mariano-1891-10-18	1891-10-18	Luisi Mariano
lusini-aldo-1899-06-08	1899-06-08	Lusini Aldo
maffii-maffio-1881-08-06	1881-08-06	Maffii Maffio
magni-ettore-1880-09-08	1880-09-08	Magni Ettore
malpassuti-vittorio-1889-09-22	1889-09-22	Malpassuti Vittorio
manacorda-guide-1879-06-05	1879-06-05	Manacorda Guide
margadonna-ettore-1893-10-30	1893-10-30	Margadonna Ettore
marmorale-enzo-v-1901-04-13	1901-04-13	Marmorale Enzo V.
martini-carlo-1908-01-22	1908-01-22	Martini Carlo
martini-mario-maria-1880-10-10	1880-10-10	Martini Mario Maria
masino-paola-1908-05-20	1908-05-20	Masino Paola
matteucci-benvenuto-1910-02-02	1910-02-02	Matteucci Benvenuto
mazzucchelli-mario-1896-04-17	1896-04-17	Mazzucchelli Mario
mazzucconi-ridolfo-1889-05-02	1889-05-02	Mazzucconi Ridolfo
male-giulio-1894-06-03	1894-06-03	Male Giulio
melotti-rosolino-antonio-1900-04-11	1900-04-11	Melotti Rosolino Antonio
mencarini-giuseppe-1900-11-14	1900-11-14	Mencarini Giuseppe
moizo-romolo-1888-05-10	1888-05-10	Moizo Romolo
montale-eugenic-1896-10-12	1896-10-12	Montale Eugenic
montana-lorenzo-1893-04-19	1893-04-19	Montana Lorenzo
mantel-alberta-1907-07-16	1907-07-16	Mantel Alberta
morandi-rodolfo-1902-07-30	1902-07-30	Morandi Rodolfo
moretti-marino-1885-07-18	1885-07-18	Moretti Marino
morozzo-della-rocca-adele-1880-11-05	1880-11-05	Morozzo della Rocca Adele
moscardino-mario-1910-08-18	1910-08-18	Moscardino Mario
motta-luigi-1881-07-11	1881-07-11	Motta Luigi
napolitano-gian-gaspare-1907-05-30	1907-05-30	Napolitano Gian Gaspare
nardelli-federico-vittore-1891-04-04	1891-04-04	Nardelli Federico Vittore
nasalli-rocca-di-corneliano-1897-07-17	1897-07-17	Nasalli-Rocca di Corneliano
negro-francesco-1897-04-15	1897-04-15	Negro Francesco
nigra-create-1885-07-26	1885-07-26	Nigra Create
nitti-francesco-saverio-1868-07-19	1868-07-19	Nitti Francesco Saverio
orsini-luigi-1873-11-13	1873-11-13	Orsini Luigi
ottello-giacomo-1895-12-09	1895-12-09	Ottello Giacomo
ottolini-piero-1878-11-03	1878-11-03	Ottolini Piero
padellaro-nazareno-1892-04-18	1892-04-18	Padellaro Nazareno
palazzi-fernando-1884-06-21	1884-06-21	Palazzi Fernando
palmegiani-francesco-1892-09-12	1892-09-12	Palmegiani Francesco
papini-giovanni-1881-01-09	1881-01-09	Papini Giovanni
parisi-vittorio-1900-09-04	1900-09-04	Parisi Vittorio
pasinetti-pier-maria-1913-06-24	1913-06-24	Pasinetti Pier Maria
pattarozzi-gaetano-1914-01-22	1914-01-22	Pattarozzi Gaetano
pecchio-giuseppe-1879-05-11	1879-05-11	Pecchio Giuseppe
pellegrini-gian-gino-1899-12-21	1899-12-21	Pellegrini Gian Gino
pennazza-giuseppe-antonio-1881-06-27	1881-06-27	Pennazza Giuseppe Antonio
perali-pericle-1884-06-20	1884-06-20	Perali Pericle
perri-francesco-1885-07-15	1885-07-15	Perri Francesco
petrone-icilio-1902-05-03	1902-05-03	Petrone Icilio
petroselli-filippo-1886-10-17	1886-10-17	Petroselli Filippo
petrucci-alfredo-1888-03-12	1888-03-12	Petrucci Alfredo
piastra-gino-1896-01-17	1896-01-17	Piastra Gino
piatti-antonio-1875-06-12	1875-06-12	Piatti Antonio
piccolo-francesco-1892-02-25	1892-02-25	Piccolo Francesco
piceni-enrico-1901-03-26	1901-03-26	Piceni Enrico
piovene-guide-1907-07-27	1907-07-27	Piovene Guide
pollini-leo-1891-07-04	1891-07-04	Pollini Leo
pompeati-lucchini-arturo-1880-04-18	1880-04-18	Pompeati Lucchini Arturo
pompei-mario-1903-02-03	1903-02-03	Pompei Mario
pompilj-luigi-1893-07-09	1893-07-09	Pompilj Luigi
prampolini-giacomo-1898-06-22	1898-06-22	Prampolini Giacomo
pratolini-vasco-1913-10-19	1913-10-19	Pratolini Vasco
prezzolini-giuseppe-1882-01-27	1882-01-27	Prezzolini Giuseppe
puccini-mario-1887-07-29	1887-07-29	Puccini Mario
pugliese-sergio-1908-03-12	1908-03-12	Pugliese Sergio
quasimodo-salvatore-1901-08-20	1901-08-20	Quasimodo Salvatore
ramperti-queilla-fiorina-1887-12-25	1887-12-25	Ramperti Queilla Fiorina
raymondi-raimondo-1870-10-10	1870-10-10	Raymondi Raimondo
repaci-leonida-1898-04-23	1898-04-23	Repaci Leonida
ribera-almerico-1874-03-07	1874-03-07	Ribera Almerico
richelmy-carlo-1894-01-25	1894-01-25	Richelmy Carlo
resina-tito-1899-09-20	1899-09-20	Resina Tito
robecchi-brivio-erminio-1893-01-20	1893-01-20	Robecchi-Brivio Erminio
rodino-edoardo-1901-05-06	1901-05-06	Rodino Edoardo
roppo-vincenzo-1879-02-26	1879-02-26	Roppo Vincenzo
roschini-alessandro-1900-12-19	1900-12-19	Roschini Alessandro
rosi-mina-1913-06-09	1913-06-09	Rosi Mina
rossi-vittorio-g-1898-01-08	1898-01-08	Rossi Vittorio G.
revere-teresio-1891-06-22	1891-06-22	Revere Teresio
rovida-gino-1890-01-19	1890-01-19	Rovida Gino
ruggi-lorenzo-1883-04-07	1883-04-07	Ruggi Lorenzo
rusconi-edilio-1916-11-11	1916-11-11	Rusconi Edilio
russo-nicola-1896-11-13	1896-11-13	Russo Nicola
salmoiraghi-pietro-1911-09-06	1911-09-06	Salmoiraghi Pietro
salsa-carlo-1893-03-02	1893-03-02	Salsa Carlo
salvatorelli-luigi-1886-03-11	1886-03-11	Salvatorelli Luigi
samminiatelli-bino-1896-05-07	1896-05-07	Samminiatelli Bino
saponaro-michele-1885-01-02	1885-01-02	Saponaro Michele
sapori-francesco-1890-01-10	1890-01-10	Sapori Francesco
sartoris-alberta-1901-02-02	1901-02-02	Sartoris Alberta
savarese-nine-1882-09-11	1882-09-11	Savarese Nine
sboto-edoardo-1888-04-30	1888-04-30	Sboto Edoardo
scala-edoardo-1884-06-30	1884-06-30	Scala Edoardo
scaramuzzi-giocondo-1880-11-15	1880-11-15	Scaramuzzi Giocondo
scheiviller-giovanni-1889-11-08	1889-11-08	Scheiviller Giovanni
schiavo-giovanni-1898-05-29	1898-05-29	Schiavo Giovanni
schiliro-vincenzo-1883-01-06	1883-01-06	Schiliro Vincenzo
selvaggi-eugenic-1872-06-18	1872-06-18	Selvaggi Eugenic
senesi-ivo-1893-08-04	1893-08-04	Senesi Ivo
serena-di-lapigio-nicola-1875-05-22	1875-05-22	Serena di Lapigio Nicola
servolini-luigi-1906-03-01	1906-03-01	Servolini Luigi
sestito-manlio-1897-10-30	1897-10-30	Sestito Manlio
severi-gian-galeazzo-1908-06-13	1908-06-13	Severi Gian Galeazzo
sgroi-carmelo-1893-03-04	1893-03-04	Sgroi Carmelo
sigillino-franco-1903-08-12	1903-08-12	Sigillino Franco
silone-ignazio-1900-05-01	1900-05-01	Silone Ignazio
simonato-giovanni-maria-1904-10-23	1904-10-23	Simonato Giovanni Maria
simoni-renato-1875-09-05	1875-09-05	Simoni Renato
sobrero-mario-1883-07-10	1883-07-10	Sobrero Mario
solari-pietro-1895-07-11	1895-07-11	Solari Pietro
toni-alceo-1884-05-22	1884-05-22	Toni Alceo
somare-enrico-1892-10-13	1892-10-13	Somare Enrico
sottochiesa-gino-1893-01-15	1893-01-15	Sottochiesa Gino
spagnol-antonio-1895-05-13	1895-05-13	Spagnol Antonio
stacchini-guide-1897-04-23	1897-04-23	Stacchini Guide
stefanini-luigi-1891-11-03	1891-11-03	Stefanini Luigi
sturzo-luigi-1871-11-26	1871-11-26	Sturzo Luigi
surico-filippo-1882-04-25	1882-04-25	Surico Filippo
tallarico-giuseppe-1880-04-28	1880-04-28	Tallarico Giuseppe
tecchi-bonaventura-1896-02-11	1896-02-11	Tecchi Bonaventura
toschi-paolo-1893-05-08	1893-05-08	Toschi Paolo
tegani-ulderico-1877-05-11	1877-05-11	Tegani Ulderico
tissi-silvio-1888-02-09	1888-02-09	Tissi Silvio
titta-rosa-giovanni-1891-03-07	1891-03-07	Titta Rosa Giovanni
tombari-fabio-1899-12-21	1899-12-21	Tombari Fabio
blain-antoine-1911-12-24	1911-12-24	Blain Antoine
troni-armando-1911-07-06	1911-07-06	Troni Armando
tuminetti-dante-maria-1899-09-18	1899-09-18	Tuminetti Dante Maria
valagara-giuseppe-1867-02-10	1867-02-10	Valagara Giuseppe
valente-concettino-1881-01-22	1881-01-22	Valente Concettino
valentini-giuseppe-1907-05-21	1907-05-21	Valentini Giuseppe
valeri-diego-1887-01-25	1887-01-25	Valeri Diego
valeri-ugo-1907-01-14	1907-01-14	Valeri Ugo
valli-francesco-1900-02-02	1900-02-02	Valli Francesco
valori-gino-1890-04-30	1890-04-30	Valori Gino
vanzi-pio-1884-10-09	1884-10-09	Vanzi Pio
veneziani-carlo-1882-06-14	1882-06-14	Veneziani Carlo
vergani-orio-1898-02-06	1898-02-06	Vergani Orio
vernieri-nicola-1893-04-20	1893-04-20	Vernieri Nicola
carli-decio-1892-11-24	1892-11-24	Carli Decio
vigevani-alessandro-1914-09-15	1914-09-15	Vigevani Alessandro
vinardi-alfredo-1881-12-24	1881-12-24	Vinardi Alfredo
viscardini-mario-1883-10-20	1883-10-20	Viscardini Mario
vischi-luciano-1875-03-12	1875-03-12	Vischi Luciano
viviani-alberta-1894-07-11	1894-07-11	Viviani Alberta
zaghi-carlo-1910-03-27	1910-03-27	Zaghi Carlo
zangarini-carlo-1874-12-09	1874-12-09	Zangarini Carlo
zannoni-ugo-1892-03-30	1892-03-30	Zannoni Ugo
zecchini-antonio-1884-06-16	1884-06-16	Zecchini Antonio
zitarosa-gerardo-raffaele-1903-10-24	1903-10-24	Zitarosa Gerardo Raffaele
zorzi-guglielmo-1879-02-01	1879-02-01	Zorzi Guglielmo
zuccarelli-renato-1908-09-10	1908-09-10	Zuccarelli Renato
alessi-rino-1885-04-30	1885-04-30	Alessi Rino
allori-claudio-1898-03-16	1898-03-16	Allori Claudio
altavilla-corrado-1897-11-06	1897-11-06	Altavilla Corrado
anton-edoardo-1910-01-07	1910-01-07	Anton Edoardo
apollonio-umbro-1911-04-20	1911-04-20	Apollonio Umbro
araldi-vinicio-1914-12-19	1914-12-19	Araldi Vinicio
arcieri-giovanni-1898-06-24	1898-06-24	Arcieri Giovanni
baccelli-alfredo-1863-09-10	1863-09-10	Baccelli Alfredo
bacino-ezio-1913-06-22	1913-06-22	Bacino Ezio
baldini-antonio-1889-10-10	1889-10-10	Baldini Antonio
benincasa-regolo-1895-07-03	1895-07-03	Benincasa Regolo
bernard-carlo-1909-10-13	1909-10-13	Bernard Carlo
alvarez-andre-1923-05-26	1923-05-26	Alvarez André
bertocchi-nino-1900-07-09	1900-07-09	Bertocchi Nino
bocelli-arnaldo-1900-06-01	1900-06-01	Bocelli Arnaldo
borretti-mario-1905-11-28	1905-11-28	Borretti Mario
brancoli-guido-1886-05-04	1886-05-04	Brancoli Guido
buzzi-paolo-1874-02-15	1874-02-15	Buzzi Paolo
campanile-achille-1900-09-28	1900-09-28	Campanile Achille
camuncoli-ezio-1895-02-19	1895-02-19	Camuncoli Ezio
cangiullo-francesco-1888-01-27	1888-01-27	Cangiullo Francesco
cannavo-letterio-1903-02-22	1903-02-22	Cannavò Letterio
caprin-giulio-1880-03-22	1880-03-22	Caprin Giulio
castellano-giovanni-1878-02-06	1878-02-06	Castellano Giovanni
cavalcabo-m-f-claudio-1889-10-02	1889-10-02	Cavalcabo M.F. Claudio
celentano-nicola-1902-12-23	1902-12-23	Celentano Nicola
chiappelli-fredi-1911-01-24	1911-01-24	Chiappelli Fredi
chiarini-luigi-1900-06-20	1900-06-20	Chiarini Luigi
ciaceri-benedetto-1902-03-03	1902-03-03	Ciàceri Benedetto
cibelli-enrico-1899-01-02	1899-01-02	Cibelli Enrico
colantuoni-alberto-1880-04-25	1880-04-25	Colantuoni Alberto
coppola-francesco-1878-09-27	1878-09-27	Coppola Francesco
coro-francesco-1882-10-03	1882-10-03	Coro Francesco
jany-alex-1929-01-05	1929-01-05	Jany Alex
corradini-bruno-1892-06-09	1892-06-09	Corradini Bruno
coselschi-eugenio-1890-09-13	1890-09-13	Coselschi Eugenio
cutolo-alessandro-1899-03-28	1899-03-28	Cutolo Alessandro
d-agostino-orsini-d-c-paolo-1897-12-24	1897-12-24	D'Agostino Orsini d.C. Paolo
d-amico-silvio-1887-02-03	1887-02-03	D'Amico Silvio
de-maria-ugo-1875-12-28	1875-12-28	De Maria Ugo
de-toti-toti-1925-01-15	1925-01-15	De Toti Toti
di-giovanni-alessio-1872-10-01	1872-10-01	Di Giovanni Alessio
disertori-benvenuto-1887-02-17	1887-02-17	Disertori Benvenuto
doria-gino-1888-10-26	1888-10-26	Doria Gino
zins-lucien-1922-09-14	1922-09-14	Zins Lucien
evola-giulio-1898-05-19	1898-05-19	Evola Giulio
ferrieri-enzo-1893-12-07	1893-12-07	Ferrieri Enzo
flamma-ario-1882-11-28	1882-11-28	Flamma Ario
franelli-carlo-1870-03-21	1870-03-21	Franelli Carlo
fratta-cavalcabo-m-claudio-1884-10-02	1884-10-02	Fratta-Cavalcabo-M. Claudio
gaeta-giovanni-1884-05-05	1884-05-05	Gaeta Giovanni
galdieri-michele-1902-11-19	1902-11-19	Galdieri Michele
galeota-umberto-1892-12-23	1892-12-23	Galeota Umberto
gallian-marcello-1902-04-06	1902-04-06	Gallian Marcello
girardini-emilio-1858-10-28	1858-10-28	Girardini Emilio
caujolle-jean-1888-07-31	1888-07-31	Caujolle Jean
giulini-stoppani-gino-1894-06-20	1894-06-20	Giulini Stoppani Gino
giusso-lorenzo-1900-06-25	1900-06-25	Giusso Lorenzo
gramantieri-tullo-1898-03-24	1898-03-24	Gramantieri Tullo
jandolo-augusto-1873-05-25	1873-05-25	Jandolo Augusto
janni-alfonso-1897-05-09	1897-05-09	Janni Alfonso
pascalin-pierre-1926-09-21	1926-09-21	Pascalin Pierre
lanza-giuseppe-1900-01-01	1900-01-01	Lanza Giuseppe
lombardi-colini-pia-1903-04-18	1903-04-18	Lombardi Colini Pia
mannucci-remo-1897-04-07	1897-04-07	Mannucci Remo
manzari-nicola-1911-11-14	1911-11-14	Manzari Nicola
mele-eugenio-1875-07-18	1875-07-18	Mele Eugenio
metz-vittorio-1904-07-14	1904-07-14	Metz Vittorio
milanesi-guido-1875-12-10	1875-12-10	Milanesi Guido
miserocchi-manlio-1898-08-09	1898-08-09	Miserocchi Manlio
momigliano-eucardio-1888-10-18	1888-10-18	Momigliano Eucardio
moravia-alberto-1907-11-28	1907-11-28	Moravia Alberto
mormino-pietro-1907-02-27	1907-02-27	Mormino Pietro
mucci-emidio-1886-07-22	1886-07-22	Mucci Emidio
mucci-renato-1893-10-14	1893-10-14	Mucci Renato
nebbia-ugo-1882-03-16	1882-03-16	Nebbia Ugo
nicolai-raniero-1893-10-05	1893-10-05	Nicolai Raniero
orano-m-emanuele-1886-03-21	1886-03-21	Orano M. Emanuele
palazzeschi-aldo-1885-02-02	1885-02-02	Palazzeschi Aldo
pascucci-tullio-1901-08-21	1901-08-21	Pascucci Tullio
patri-angelo-1876-11-26	1876-11-26	Patri Angelo
pea-enrico-1881-10-29	1881-10-29	Pea Enrico
pietrobono-luigi-1863-12-26	1863-12-26	Pietrobono Luigi
pirandello-stefano-1895-06-14	1895-06-14	Pirandello Stefano
portal-emanuele-1874-12-28	1874-12-28	Portal Emanuele
rippo-renato-1908-03-14	1908-03-14	Rippo Renato
romano-armando-1889-06-02	1889-06-02	Romano Armando
ruberti-guido-1885-08-10	1885-08-10	Ruberti Guido
saba-umberto-1883-03-09	1883-03-09	Saba Umberto
sacchetti-enrico-1877-02-28	1877-02-28	Sacchetti Enrico
sertori-mario-1894-01-29	1894-01-29	Sertori Mario
sparito-giosue-1899-04-04	1899-04-04	Sparito Giosuè
terra-dino-1904-10-13	1904-10-13	Terra Dino
tolomei-ettore-1865-08-16	1865-08-16	Tolomei Ettore
trilussa-salustri-carlo-a-1873-09-26	1873-09-26	Trilussa (Salustri Carlo A.)
urbani-giuseppe-1888-06-02	1888-06-02	Urbani Giuseppe
vigolo-giorgio-1894-12-03	1894-12-03	Vigolo Giorgio
vinciguerra-mario-1887-01-07	1887-01-07	Vinciguerra Mario
vittorini-elio-1908-07-27	1908-07-27	Vittorini Elio
weidlich-carlo-1900-09-20	1900-09-20	Weidlich Carlo
weidlich-emilio-1903-10-11	1903-10-11	Weidlich Emilio
zanfrognini-pietro-1885-05-08	1885-05-08	Zanfrognini Pietro
zoccoli-ettore-1872-03-20	1872-03-20	Zoccoli Ettore
abell-earl-c-1892-05-29	1892-05-29	Abell Earl/C
adamle-mike-1949-10-10	1949-10-10	Adamle Mike
burde-ney-jenny-1824-12-21	1824-12-21	BÜrde-Ney Jenny
adams-george-1949-05-15	1949-05-15	Adams George
adams-pete-1951-05-04	1951-05-04	Adams Pete
ameche-alan-1933-06-01	1933-06-01	Ameche Alan
contrastin-raymond-1925-04-05	1925-04-05	Contrastin Raymond
anderson-ken-1933-01-16	1933-01-16	Anderson Ken
anderson-walter-1936-07-16	1936-07-16	Anderson Walter
anet-charles-robert-1917-08-11	1917-08-11	Anet Charles/Robert
barksdale-don-1923-03-31	1923-03-31	Barksdale Don
baker-terry-1941-05-05	1941-05-05	Baker Terry
baer-buddy-1915-06-11	1915-06-11	Baer Buddy
baker-thane-1931-10-04	1931-10-04	Baker Thane
bateman-mary-1950-04-05	1950-04-05	Bateman Mary
beals-alyn-1921-04-27	1921-04-27	Beals Alyn
chambers-bill-1930-12-13	1930-12-13	Chambers Bill
battles-clifford-1910-05-01	1910-05-01	Battles Clifford
beck-lew-1922-04-09	1922-04-09	Beck Lew
benington-john-1921-12-31	1921-12-31	Benington John
bellamy-walt-1939-07-24	1939-07-24	Bellamy Walt
mantoulan-claude-1936-03-05	1936-03-05	Mantoulan Claude
bibby-henry-1949-11-24	1949-11-24	Bibby Henry
bird-roger-1942-07-02	1942-07-02	Bird Roger
chenier-pail-1950-10-30	1950-10-30	Chenier Pail
born-bertram-1932-06-06	1932-06-06	Born Bertram
borries-fred-1911-12-31	1911-12-31	Borries Fred
blanchard-felix-1924-12-11	1924-12-11	Blanchard Felix
blozis-al-1919-01-05	1919-01-05	Blozis Al
quaglio-aldo-1932-02-17	1932-02-17	Quaglio Aldo
baulon-robert-1930-10-22	1930-10-22	Baulon Robert
bottari-victor-1916-12-21	1916-12-21	Bottari Victor
bradds-gary-1942-07-26	1942-07-26	Bradds Gary
bourland-clifford-1921-01-01	1921-01-01	Bourland Clifford
bragg-don-1935-05-15	1935-05-15	Bragg Don
buzy-eugene-1917-02-13	1917-02-13	Buzy Eugène
guemard-suzanne-1903-06-03	1903-06-03	Guemard Suzanne
brennan-terrance-1928-06-11	1928-06-11	Brennan Terrance
brown-b-stanley-1949-08-04	1949-08-04	Brown B./Stanley
buchanon-willie-1950-11-04	1950-11-04	Buchanon Willie
charles-john-c-1944-05-09	1944-05-09	Charles John/C
burleson-tom-1952-02-24	1952-02-24	Burleson Tom
budd-frank-1939-07-20	1939-07-20	Budd Frank
campbell-milton-1933-09-12	1933-09-12	Campbell Milton
gonnet-charles-1897-11-03	1897-11-03	Gonnet Charles
communeau-marcel-1885-09-11	1885-09-11	Communeau Marcel
carrier-darel-1940-10-26	1940-10-26	Carrier Darel
carpenter-kenneth-1913-04-19	1913-04-19	Carpenter Kenneth
carter-james-1923-12-15	1923-12-15	Carter James
chadwick-florence-1918-11-09	1918-11-09	Chadwick Florence
samatan-robert-1909-04-16	1909-04-16	Samatan Robert
cheyunski-james-1945-12-29	1945-12-29	Cheyunski James
concannon-john-1943-02-25	1943-02-25	Concannon John
collett-wayne-1949-10-20	1949-10-20	Collett Wayne
abadie-joseph-1873-12-15	1873-12-15	Abadie Joseph
ambard-leon-1876-02-16	1876-02-16	Ambard Léon
arloing-fernand-1876-02-28	1876-02-28	Arloing Fernand
azam-charles-1822-05-28	1822-05-28	Azam Charles
cook-gregory-1946-11-20	1946-11-20	Cook Gregory
cooper-john-1912-02-06	1912-02-06	Cooper John
corbus-william-1911-10-05	1911-10-05	Corbus William
counts-mel-1941-10-16	1941-10-16	Counts Mel
cox-johnny-1936-11-01	1936-11-01	Cox Johnny
crandall-cliff-1925-09-26	1925-09-26	Crandall Cliff
cronin-joseph-1906-10-12	1906-10-12	Cronin Joseph
balland-joseph-1845-01-16	1845-01-16	Balland Joseph
barbary-jean-1867-06-16	1867-06-16	Barbary Jean
bardinet-alphonse-1814-06-04	1814-06-04	Bardinet Alphonse
barth-jean-1806-09-24	1806-09-24	Barth Jean
baudrimont-alexandre-1806-05-07	1806-05-07	Baudrimont Alexandre
dallmar-howard-1922-05-24	1922-05-24	Dallmar Howard
csonka-lawrence-1946-12-25	1946-12-25	Csonka Lawrence
curtis-issac-1950-10-20	1950-10-20	Curtis Issac
dale-carroll-1938-04-24	1938-04-24	Dale Carroll
beau-joseph-1806-05-08	1806-05-08	Beau Joseph
bechamps-pierre-1816-10-15	1816-10-15	Bechamps Pierre
berard-leon-1870-02-17	1870-02-17	Bérard Léon
bernard-claude-1813-07-12	1813-07-12	Bernard Claude
darrow-jimmy-1937-09-25	1937-09-25	Darrow Jimmy
davis-ken-1948-09-12	1948-09-12	Davis Ken
davenport-willie-1943-06-08	1943-06-08	Davenport Willie
besnier-ernest-1831-04-20	1831-04-20	Besnier Ernest
billard-gabriel-1873-07-18	1873-07-18	Billard Gabriel
blanc-georges-1884-12-03	1884-12-03	Blanc Georges
boeckel-jules-1848-10-26	1848-10-26	Boeckel Jules
boquel-andre-1866-10-21	1866-10-21	Boquel André
doll-robert-1919-08-10	1919-08-10	Doll Robert
dawson-leonard-1935-06-20	1935-06-20	Dawson Leonard
dillard-harrison-1923-07-08	1923-07-08	Dillard Harrison
bouchard-charles-1837-09-06	1837-09-06	Bouchard Charles
boudet-marie-1830-10-27	1830-10-27	Boudet Marie
boudier-jean-1828-01-06	1828-01-06	Boudier Jean
bourdon-alexis-1814-05-25	1814-05-25	Bourdon Alexis
donoher-don-1932-01-21	1932-01-21	Donoher Don
douglass-bobby-1947-06-22	1947-06-22	Douglass Bobby
driesell-charles-1931-12-25	1931-12-25	Driesell Charles
duffield-marshall-1910-08-05	1910-08-05	Duffield Marshall
duncan-james-1946-08-03	1946-08-03	Duncan James
dye-william-1915-04-01	1915-04-01	Dye William
ebert-paul-1932-08-11	1932-08-11	Ebert Paul
ebling-ray-1915-01-28	1915-01-28	Ebling Ray
englund-gene-1917-10-21	1917-10-21	Englund Gene
ernest-vinnie-1942-01-29	1942-01-29	Ernest Vinnie
evans-billy-1932-09-13	1932-09-13	Evans Billy
brault-albert-1852-05-01	1852-05-01	Brault Albert
broca-pierre-1824-06-28	1824-06-28	Broca Pierre
brown-sequard-edouard-1817-04-17	1817-04-17	Brown-sequard Edouard
evans-raymond-1922-09-22	1922-09-22	Evans Raymond
faison-earle-william-1939-01-31	1939-01-31	Faison Earle(William)
feerick-bob-1920-01-02	1920-01-02	Feerick Bob
ferguson-robert-1939-08-29	1939-08-29	Ferguson Robert
ferrin-arnie-1925-07-29	1925-07-29	Ferrin Arnie
finkel-henry-1942-04-20	1942-04-20	Finkel Henry
floyd-darrell-1932-05-11	1932-05-11	Floyd Darrell
gambee-dave-1937-02-16	1937-02-16	Gambee Dave
francis-clarence-1932-09-04	1932-09-04	Francis Clarence
fosbury-dick-1947-03-06	1947-03-06	Fosbury Dick
gain-robert-1929-06-21	1929-06-21	Gain Robert
fullmer-gene-1931-07-21	1931-07-21	Fullmer Gene
gabriel-roman-1940-08-05	1940-08-05	Gabriel Roman
brunon-raoul-1854-08-13	1854-08-13	Brunon Raoul
buignet-henri-1815-03-01	1815-03-01	Buignet Henri
camus-jean-1872-08-27	1872-08-27	Camus Jean
carles-pierre-1845-05-29	1845-05-29	Carles Pierre
gianelli-john-1950-06-10	1950-06-10	Gianelli John
giel-paul-1932-09-29	1932-09-29	Giel Paul
gilmer-harry-1926-04-14	1926-04-14	Gilmer Harry
gilliam-john-1945-08-07	1945-08-07	Gilliam John
glover-richard-1950-02-06	1950-02-06	Glover Richard
gordon-richard-f-1944-01-01	1944-01-01	Gordon Richard/F
gradishar-randy-1952-03-03	1952-03-03	Gradishar Randy
grayson-robert-1913-12-08	1913-12-08	Grayson Robert
green-john-1933-12-08	1933-12-08	Green John
groman-william-1936-07-17	1936-07-17	Groman William
groza-alex-1926-10-07	1926-10-07	Groza Alex
groza-louis-1924-01-25	1924-01-25	Groza Louis
hackbart-dale-1938-07-21	1938-07-21	Hackbart Dale
hairston-harold-1942-05-31	1942-05-31	Hairston Harold
hall-dale-1924-06-21	1924-06-21	Hall Dale
cazeaux-pierre-1808-03-25	1808-03-25	Cazeaux Pierre
charpentier-pierre-1852-06-15	1852-06-15	Charpentier Pierre
hannum-alex-1923-07-19	1923-07-19	Hannum Alex
harder-marlin-1922-05-06	1922-05-06	Harder Marlin
hammond-kathy-1951-11-02	1951-11-02	Hammond Kathy
hamburger-christian-1941-08-13	1941-08-13	Hamburger Christian
harman-rick-1928-03-30	1928-03-30	Harman Rick
haskins-clem-1943-08-11	1943-08-11	Haskins Clem
hatton-vern-1936-01-13	1936-01-13	Hatton Vern
havlicek-john-1940-04-08	1940-04-08	Havlicek John
hawkins-benjamin-1944-03-22	1944-03-22	Hawkins Benjamin
hemric-dixon-1933-08-29	1933-08-29	Hemric Dixon
herber-arnold-1910-04-02	1910-04-02	Herber Arnold
hickman-bernard-1911-10-05	1911-10-05	Hickman Bernard
hill-harlon-1932-05-04	1932-05-04	Hill Harlon
hitchcock-james-1911-06-28	1911-06-28	Hitchcock James
holbrook-eddie-1939-08-21	1939-08-21	Holbrook Eddie
chassaignac-pierre-1804-12-22	1804-12-22	Chassaignac Pierre
chauffard-emile-1823-05-18	1823-05-18	Chauffard Emile
chavanaz-georges-1866-06-04	1866-06-04	Chavanaz Georges
holland-terry-1942-04-02	1942-04-02	Holland Terry
hosket-bill-1946-12-20	1946-12-20	Hosket Bill
hougland-bill-1930-06-20	1930-06-20	Hougland Bill
houston-james-1937-11-03	1937-11-03	Houston James
huber-lee-1919-02-16	1919-02-16	Huber Lee
hunter-arthur-1933-04-24	1933-04-24	Hunter Arthur
ireland-george-1913-07-26	1913-07-26	Ireland George
chereau-achille-1817-08-23	1817-08-23	Chéreau Achille
cluzet-joseph-1870-11-04	1870-11-04	Cluzet Joseph
collin-remy-1880-07-07	1880-07-07	Collin Rémy
coste-jean-1807-05-11	1807-05-11	Coste Jean
jackson-phil-1945-09-17	1945-09-17	Jackson Phil
james-richard-1934-05-22	1934-05-22	James Richard
jennings-james-1952-08-16	1952-08-16	Jennings James
joe-william-1940-10-14	1940-10-14	Joe William
johnsom-kermit-1952-02-22	1952-02-22	Johnsom Kermit
jones-clinton-1945-05-24	1945-05-24	Jones Clinton
jones-larry-1942-09-22	1942-09-22	Jones Larry
keane-thomas-1926-09-07	1926-09-07	Keane Thomas
kassulke-karl-1941-03-20	1941-03-20	Kassulke Karl
jordan-henry-1935-01-26	1935-01-26	Jordan Henry
jordan-payton-1917-03-19	1917-03-19	Jordan Payton
jurgensen-christian-1934-08-23	1934-08-23	Jurgensen Christian
crie-louis-1850-07-31	1850-07-31	Crié Louis
debierre-marie-1853-10-31	1853-10-31	Debierre Marie
delafond-henri-1805-02-13	1805-02-13	Delafond Henri
delbet-pierre-1861-11-15	1861-11-15	Delbet Pierre
delepine-marcel-1871-09-19	1871-09-19	Delépine Marcel
keller-john-1928-11-10	1928-11-10	Keller John
kelley-lawrence-1915-05-30	1915-05-30	Kelley Lawrence
kelly-dean-1931-09-23	1931-09-23	Kelly Dean
kelly-michael-1948-01-14	1948-01-14	Kelly Michael
kenney-bob-1931-06-23	1931-06-23	Kenney Bob
kern-rex-1949-05-28	1949-05-28	Kern Rex
keyes-leroy-1947-02-18	1947-02-18	Keyes Leroy
kiick-james-1946-08-09	1946-08-09	Kiick James
kimball-toby-1942-09-07	1942-09-07	Kimball Toby
king-robert-w-1906-06-20	1906-06-20	King Robert W
king-ron-1951-07-11	1951-07-11	King Ron
kinner-bill-1914-06-13	1914-06-13	Kinner Bill
klueh-duane-1926-01-06	1926-01-06	Klueh Duane
knostman-dick-1931-08-09	1931-08-09	Knostman Dick
koffenberger-ed-1926-07-04	1926-07-04	Koffenberger Ed
kotz-john-1919-03-27	1919-03-27	Kotz John
kramer-gerald-1936-01-23	1936-01-23	Kramer Gerald
kramer-ronald-1935-06-24	1935-06-24	Kramer Ronald
kuss-roger-1931-04-24	1931-04-24	Kuss Roger
lamar-dwight-1951-04-07	1951-04-07	Lamar Dwight
demange-joseph-1846-04-22	1846-04-22	Demange Joseph
denuce-jean-1824-01-21	1824-01-21	Denucé Jean
derrien-eugene-1879-08-19	1879-08-19	Derrien Eugène
larsen-gary-l-1940-03-13	1940-03-13	Larsen Gary/L
layton-dennis-1948-12-24	1948-12-24	Layton Dennis
lanier-willie-1945-08-21	1945-08-21	Lanier Willie
lebaron-edward-1930-01-07	1930-01-07	Lebaron Edward
lee-russel-1950-01-27	1950-01-27	Lee Russel
lewis-sherman-1942-06-29	1942-06-29	Lewis Sherman
lemon-meadow-1933-04-25	1933-04-25	Lemon Meadow
desgrez-alexandre-1863-07-15	1863-07-15	Desgrez Alexandre
dezanneau-alfred-1832-05-16	1832-05-16	Dezanneau Alfred
douris-roger-1882-03-18	1882-03-18	Douris Roger
dubreuil-georges-1879-03-22	1879-03-22	Dubreuil Georges
dumarest-frederic-1870-02-14	1870-02-14	Dumarest Frédéric
love-stan-1949-08-22	1949-08-22	Love Stan
lucas-william-1909-11-23	1909-11-23	Lucas William
mcdaniels-jim-1948-04-02	1948-04-02	McDaniels Jim
lucas-jerry-1940-03-30	1940-03-30	Lucas Jerry
lynch-james-1945-08-28	1945-08-28	Lynch James
madden-john-1936-04-10	1936-04-10	Madden John
bernhardi-sophie-1775-02-28	1775-02-28	Bernhardi Sophie
mack-thomas-1943-11-01	1943-11-01	Mack Thomas
mandic-john-1919-10-03	1919-10-03	Mandic John
mandich-jim-1948-07-30	1948-07-30	Mandich Jim
mann-ralph-1949-08-16	1949-08-16	Mann Ralph
dupre-ernest-1862-03-07	1862-03-07	Dupré Ernest
dupuy-pierre-1844-04-11	1844-04-11	Dupuy Pierre
euziere-jules-1882-04-27	1882-04-27	Euziere Jules
farge-emile-1822-05-22	1822-05-22	Farge Emile
ferrand-ernest-1835-08-23	1835-08-23	Ferrand Ernest
marshall-james-1937-12-30	1937-12-30	Marshall James
matuszak-john-1950-10-25	1950-10-25	Matuszak John
mays-willie-1931-05-06	1931-05-06	Mays Willie
filhol-henri-1843-05-11	1843-05-11	Filhol Henri
fleury-maurice-1860-10-20	1860-10-20	deFleury Maurice
folet-henri-1843-01-08	1843-01-08	Folet Henri
fourneau-ernest-1872-10-04	1872-10-04	Fourneau Ernest
fremy-edmond-1814-02-22	1814-02-22	Frémy Edmond
mccabe-frank-1927-06-30	1927-06-30	McCabe Frank
mccaffrey-john-1938-12-24	1938-12-24	McCaffrey John
mc-adoo-robert-1951-09-25	1951-09-25	Mc Adoo Robert
mc-covey-willy-1938-01-10	1938-01-10	Mc Covey Willy
gallard-theophile-1828-02-10	1828-02-10	Gallard Theophile
schubert-georges-1846-10-12	1846-10-12	Schubert Georges
mckinney-horace-1919-01-01	1919-01-01	McKinney Horace
mcneil-clifton-1939-05-25	1939-05-25	McNeil Clifton
mcphee-frank-1931-03-19	1931-03-19	McPhee Frank
mencel-charles-1933-04-21	1933-04-21	Mencel Charles
merz-curtis-1938-04-17	1938-04-17	Merz Curtis
miller-creighton-1922-09-26	1922-09-26	Miller Creighton
mitchell-lydell-1949-05-30	1949-05-30	Mitchell Lydell
morin-milt-1942-10-15	1942-10-15	Morin Milt
garreau-lazare-1812-03-16	1812-03-16	Garreau Lazare
gaudier-henri-1866-04-06	1866-04-06	Gaudier Henri
gavarret-louis-1809-01-28	1809-01-28	Gavarret Louis
gerdy-joseph-1809-03-20	1809-03-20	Gerdy Joseph
gintrac-henri-1820-02-03	1820-02-03	Gintrac Henri
glenard-alexandre-1818-11-22	1818-11-22	Glénard Alexandre
motta-dick-1931-09-03	1931-09-03	Motta Dick
nash-charles-1942-07-24	1942-07-24	Nash Charles
murro-mark-1949-06-04	1949-06-04	Murro Mark
goris-albert-1874-07-30	1874-07-30	Goris Albert
grehant-louis-1838-04-02	1838-04-02	Gréhant Louis
grimbert-louis-1860-03-14	1860-03-14	Grimbert Louis
nelson-albert-1943-10-27	1943-10-27	Nelson Albert
noll-charles-1932-01-05	1932-01-05	Noll Charles
norlander-john-1921-03-05	1921-03-05	Norlander John
guerin-alphonse-1816-08-09	1816-08-09	Guérin Alphonse
halipre-andre-1866-11-21	1866-11-21	Halipré André
hanriot-maurice-1854-03-29	1854-03-29	Hanriot Maurice
henrot-henri-1838-05-22	1838-05-22	Henrot Henri
o-brien-jonny-1930-12-11	1930-12-11	O'Brien Jonny
orr-james-1935-10-04	1935-10-04	Orr James
otis-james-1948-04-29	1948-04-29	Otis James
otto-james-1938-01-05	1938-01-05	Otto James
palazzi-togo-1932-08-08	1932-08-08	Palazzi Togo
parr-jack-1936-03-13	1936-03-13	Parr Jack
page-alan-1945-08-07	1945-08-07	Page Alan
patterson-floyd-1935-01-04	1935-01-04	Patterson Floyd
herrgott-francois-1814-09-12	1814-09-12	Herrgott François
hervieux-jacques-1818-09-03	1818-09-03	Hervieux Jacques
pellington-william-1927-09-25	1927-09-25	Pellington William
peters-richard-l-1920-04-10	1920-04-10	Peters Richard/L
peoples-woodrow-1943-08-16	1943-08-16	Peoples Woodrow
petty-richard-1937-07-02	1937-07-02	Petty Richard
huchard-henri-1844-04-04	1844-04-04	Huchard Henri
imbert-jean-1850-09-11	1850-09-11	Imbert Jean
jeambrau-emile-1873-10-01	1873-10-01	Jeambrau Emile
plum-milton-1935-01-20	1935-01-20	Plum Milton
ramsey-frank-1931-07-13	1931-07-13	Ramsey Frank
bleibtreu-paulsen-hedwig-1868-12-23	1868-12-23	Bleibtreu-Paulsen Hedwig
prefontaine-steve-1951-01-25	1951-01-25	Prefontaine Steve
ratterman-george-1926-11-12	1926-11-12	Ratterman George
redman-rick-1943-03-07	1943-03-07	Redman Rick
regner-thomas-1944-04-19	1944-04-19	Regner Thomas
reinhard-robert-1920-10-17	1920-10-17	Reinhard Robert
retzlaff-palmer-1931-08-21	1931-08-21	Retzlaff Palmer
richey-joe-1931-03-30	1931-03-30	Richey Joe
rinka-john-1948-10-04	1948-10-04	Rinka John
robinson-richard-1941-05-03	1941-05-03	Robinson Richard
joffroy-alexis-1844-12-16	1844-12-16	Joffroy Alexis
kaufmann-maurice-1856-06-17	1856-06-17	Kaufmann Maurice
kirmisson-edouard-1848-07-18	1848-07-18	Kirmisson Edouard
labbe-marcel-1870-12-04	1870-12-04	Labbé Marcel
ladrey-claude-1823-10-09	1823-10-09	Ladrey Claude
rocha-ephraim-1923-09-18	1923-09-18	Rocha Ephraim
rollins-phil-1934-01-19	1934-01-19	Rollins Phil
romig-joseph-1941-04-11	1941-04-11	Romig Joseph
romney-elwood-1911-05-28	1911-05-28	Romney Elwood
schultz-howie-1922-07-03	1922-07-03	Schultz Howie
sale-forrest-1911-06-25	1911-06-25	Sale Forrest
sample-john-1936-06-15	1936-06-15	Sample John
rose-peter-1941-04-14	1941-04-14	Rose Peter
ryun-james-1947-04-29	1947-04-29	Ryun James
lambling-eugene-1857-11-10	1857-11-10	Lambling Eugène
lambret-oscar-1872-07-20	1872-07-20	Lambret Oscar
lannelongue-odilon-1840-12-04	1840-12-04	Lannelongue Odilon
lasnet-alexandre-1870-04-29	1870-04-29	Lasnet Alexandre
schreiner-david-1921-03-05	1921-03-05	Schreiner David
santee-wes-1932-03-25	1932-03-25	Santee Wes
schmidt-kathy-1953-12-29	1953-12-29	Schmidt Kathy
schollander-donald-1946-04-30	1946-04-30	Schollander Donald
laubry-charles-1872-11-11	1872-11-11	Laubry Charles
le-double-anatole-1848-08-14	1848-08-14	Le Double Anatole
leduc-stephane-1853-11-09	1853-11-09	Leduc Stéphane
lejars-felix-1863-01-30	1863-01-30	Lejars Félix
lemaistre-justin-1847-04-17	1847-04-17	Lemaistre Justin
sears-victor-1918-03-04	1918-03-04	Sears Victor
seidel-glenn-1914-07-27	1914-07-27	Seidel Glenn
blixen-karen-1885-04-17	1885-04-17	Blixen Karen
sefton-william-1915-01-21	1915-01-21	Sefton William
seltz-rolland-1924-01-25	1924-01-25	Seltz Rolland
selvy-frank-1932-11-09	1932-11-09	Selvy Frank
shaver-gaius-1910-08-14	1910-08-14	Shaver Gaius
shavlik-ron-1933-12-04	1933-12-04	Shavlik Ron
silliman-mike-1944-05-05	1944-05-05	Silliman Mike
sington-fredyerick-1910-02-24	1910-02-24	Sington Fredyerick
skinner-roy-1930-04-17	1930-04-17	Skinner Roy
skoog-myer-1926-11-02	1926-11-02	Skoog Myer
smith-bruce-p-1920-02-08	1920-02-08	Smith Bruce/P
smith-greg-1947-01-28	1947-01-28	Smith Greg
tatum-jack-1948-11-18	1948-11-18	Tatum Jack
smith-steve-1951-11-24	1951-11-24	Smith Steve
snead-norman-1939-07-31	1939-07-31	Snead Norman
speight-bob-1930-10-07	1930-10-07	Speight Bob
spessard-robert-1915-12-11	1915-12-11	Spessard Robert
leriche-rene-1879-10-12	1879-10-12	Leriche René
lesbre-francois-1858-03-12	1858-03-12	Lesbre François
lobstein-ernest-1878-08-27	1878-08-27	Lobstein Ernest
lucet-adrien-1858-10-27	1858-10-27	Lucet Adrien
steinmark-freddie-1949-01-27	1949-01-27	Steinmark Freddie
stephenson-donald-1935-07-10	1935-07-10	Stephenson Donald
magnani-anna-1908-03-07	1908-03-07	Magnani Anna
steinkraus-william-1925-10-12	1925-10-12	Steinkraus William
steuber-robert-1921-10-25	1921-10-25	Steuber Robert
stillwagon-jim-1949-02-11	1949-02-11	Stillwagon Jim
svare-harland-1930-11-25	1930-11-25	Svare Harland
swartz-dan-1931-12-23	1931-12-23	Swartz Dan
syzmanski-richard-1932-11-07	1932-11-07	Syzmanski Richard
talbloom-edward-1921-05-05	1921-05-05	Talbloom Edward
sweeney-walter-1941-04-18	1941-04-18	Sweeney Walter
tarkenton-francis-1940-02-03	1940-02-03	Tarkenton Francis
taylor-bruce-l-1948-05-28	1948-05-28	Taylor Bruce L
thacker-tom-1939-11-02	1939-11-02	Thacker Tom
theismann-joseph-1949-09-19	1949-09-19	Theismann Joseph
tonnemaker-f-clayton-1928-06-08	1928-06-08	Tonnemaker F/Clayton
thompson-john-1906-02-10	1906-02-10	Thompson John
timberlake-robert-1943-10-18	1943-10-18	Timberlake Robert
thomas-john-1941-03-03	1941-03-03	Thomas John
thurston-frederick-1933-12-29	1933-12-29	Thurston Frederick
magnan-jacques-1835-03-16	1835-03-16	Magnan Jacques
malherbe-albert-1845-11-21	1845-11-21	Malherbe Albert
manquat-alexandre-1853-12-02	1853-12-02	Manquat Alexandre
marchand-eugene-1816-08-26	1816-08-26	Marchand Eugène
tripucka-frank-1927-12-08	1927-12-08	Tripucka Frank
tyra-charles-1935-08-06	1935-08-06	Tyra Charles
vanbredakolff-bill-1922-10-28	1922-10-28	VanBredaKolff Bill
vanderkelen-ronald-1939-11-06	1939-11-06	Vanderkelen Ronald
villipiano-philip-1949-02-26	1949-02-26	Villipiano Philip
von-every-harold-1918-02-10	1918-02-10	Von Every Harold
verga-robert-1945-09-07	1945-09-07	Verga Robert
volk-richard-1945-03-15	1945-03-15	Volk Richard
marotel-gabriel-1873-06-20	1873-06-20	Marotel Gabriel
marrotte-joseph-1808-11-06	1808-11-06	Marrotte Joseph
massol-noel-1857-11-12	1857-11-12	Massol Noël
maurel-edouard-1841-12-30	1841-12-30	Maurel Edouard
warburton-irvine-1911-10-08	1911-10-08	Warburton Irvine
watts-stan-1911-08-30	1911-08-30	Watts Stan
assing-ludmilla-1821-02-22	1821-02-22	Assing Ludmilla
warmerdam-cornelius-1915-06-22	1915-06-22	Warmerdam Cornelius
webster-alex-1931-04-19	1931-04-19	Webster Alex
werkman-nick-1942-07-17	1942-07-17	Werkman Nick
baumer-gertrud-1873-09-12	1873-09-12	BaÜmer Gertrud
werner-wallace-1936-02-26	1936-02-26	Werner Wallace
westphal-paul-1950-10-30	1950-10-30	Westphal Paul
white-l-robert-1938-08-22	1938-08-22	White L.Robert
white-sherman-1949-10-06	1949-10-06	White Sherman
wicks-sidney-1949-09-19	1949-09-19	Wicks Sidney
wilcox-david-1942-09-29	1942-09-29	Wilcox David
willard-kenneth-1943-07-14	1943-07-14	Willard Kenneth
williams-randy-1953-08-23	1953-08-23	Williams Randy
williams-theodore-1918-08-30	1918-08-30	Williams Theodore
meige-henri-1866-02-11	1866-02-11	Meige Henri
melier-francois-1801-03-13	1801-03-13	Melier François
guezel-nicole-1929-09-08	1929-09-08	Guezel Nicole
willingham-larry-1948-12-22	1948-12-22	Willingham Larry
willis-frederick-1947-12-09	1947-12-09	Willis Frederick
wintermute-urgel-1917-07-09	1917-07-09	Wintermute Urgel
merget-antoine-1828-08-16	1828-08-16	Merget Antoine
merklen-jean-1874-04-25	1874-04-25	Merklen Jean
mesnet-urbain-1825-03-26	1825-03-26	Mesnet Urbain
yowarsky-walter-1928-05-10	1928-05-10	Yowarsky Walter
zabel-steven-g-1948-01-15	1948-01-15	Zabel Steven G
wynn-early-1920-01-06	1920-01-06	Wynn Early
zook-john-1947-09-24	1947-09-24	Zook John
meunier-henri-1865-10-16	1865-10-16	Meunier Henri
moniez-romain-1852-02-17	1852-02-17	Moniez Romain
lambrun-jacques-1919-07-22	1919-07-22	Lambrun Jacques
andersen-lale-1905-03-23	1905-03-23	Andersen Lale
andreae-illa-1902-02-08	1902-02-08	Andreae Illa
von-braunschweig-wolfenbuttel-anna-amalia-1739-10-24	1739-10-24	Von Braunschweig-Wolfenbüttel Anna Amalia
arendt-hannah-1906-10-14	1906-10-14	Arendt Hannah
audoux-marguerite-1863-07-07	1863-07-07	Audoux Marguerite
augspurg-anita-1857-09-22	1857-09-22	Augspurg Anita
augusta-marie-luise-katharina-1811-09-30	1811-09-30	Augusta Marie Luise Katharina
beatrix-wilhelmina-armgard-1938-01-31	1938-01-31	Beatrix Wilhelmina Armgard
bach-anna-magdalena-1701-09-22	1701-09-22	Bach Anna Magdalena
bachmann-ingeborg-1926-06-25	1926-06-25	Bachmann Ingeborg
bardot-brigitte-1934-09-28	1934-09-28	Bardot Brigitte
beck-beatrix-1914-07-30	1914-07-30	Beck Beatrix
de-beauvoir-simone-1908-01-09	1908-01-09	de Beauvoir Simone
bentlage-margarete-zur-1891-03-24	1891-03-24	Bentlage Margarete ZUR
berens-totenohl-josefa-1891-03-30	1891-03-30	Berens-Totenohl Josefa
bodmershof-imma-von-1895-08-10	1895-08-10	Bodmershof Imma VON
bohlau-helene-1856-11-22	1856-11-22	BÖhlau Helene
boulanger-nadia-1887-09-16	1887-09-16	Boulanger Nadia
boy-ed-ida-1852-04-17	1852-04-17	Boy-Ed Ida
brachmann-luise-karoline-1777-02-09	1777-02-09	Brachmann Luise Karoline
braun-lily-1865-07-02	1865-07-02	Braun Lily
buber-neumann-margarete-1901-10-21	1901-10-21	Buber-Neumann Margarete
buchner-luise-1821-06-12	1821-06-12	BÜchner Luise
carol-martine-1920-05-16	1920-05-16	Carol Martine
cauer-minna-1841-11-01	1841-11-01	Cauer Minna
cespedes-alba-de-1911-03-11	1911-03-11	Cespedes Alba DE
cossotto-fiorenza-1935-04-22	1935-04-22	Cossotto Fiorenza
chezy-helmina-de-1783-01-26	1783-01-26	Chezy Helmina DE
christ-lena-1881-10-30	1881-10-30	Christ Lena
sidonie-gabrielle-1873-01-28	1873-01-28	Sidonie Gabrielle
courths-mahler-hedwig-1867-02-18	1867-02-18	Courths-Mahler Hedwig
crespin-regine-1927-02-23	1927-02-23	Crespin Régine
davidis-henriette-1801-03-01	1801-03-01	Davidis Henriette
bachelard-marcelin-1816-05-05	1816-05-05	Bachelard Marcelin
delarue-mardrus-lucie-1874-11-03	1874-11-03	Delarue-Mardrus Lucie
deledda-grazia-1871-09-28	1871-09-28	Deledda Grazia
dill-liesbet-drigalski-1877-03-28	1877-03-28	Dill Liesbet DRIGALSKI
dohm-hedwig-1831-09-20	1831-09-20	Dohm Hedwig
dorsch-kathe-1890-12-29	1890-12-29	Dorsch Käthe
dransfeld-hedwig-1871-02-24	1871-02-24	Dransfeld Hedwig
dumont-louise-1862-02-22	1862-02-22	Dumont Louise
duse-eleonora-1858-10-03	1858-10-03	Duse Eleonora
elisabeth-amalie-eugenie-ksn-von-oster-1837-12-24	1837-12-24	Elisabeth Amalie Eugenie KSN VON ÖSTER.
elisabeth-christine-kgn-von-preussen-1715-11-08	1715-11-08	Elisabeth Christine KGN VON PREUSSEN
ellert-gerhart-1900-01-26	1900-01-26	Ellert Gerhart
emma-kgn-der-niederlande-1858-08-02	1858-08-02	Emma KGN DER NIEDERLANDE
enghaus-christine-1815-02-09	1815-02-09	Enghaus Christine
eysoldt-gertrud-1870-11-30	1870-11-30	Eysoldt Gertrud
fassbinder-klara-marie-1890-02-15	1890-02-15	Fassbinder Klara Marie
feuerbach-henriette-1812-08-13	1812-08-13	Feuerbach Henriette
fleisser-marieluise-1901-11-22	1901-11-22	Fleisser Marieluise
forbes-mosse-irene-1864-08-05	1864-08-05	Forbes-Mosse Irene
forster-nietzsche-elisabeth-1846-07-10	1846-07-10	Forster-Nietzsche Elisabeth
francois-marie-luise-von-1817-06-27	1817-06-27	Francois Marie Luise VON
frank-anne-1929-06-12	1929-06-12	Frank Anne
freni-mirella-1935-02-27	1935-02-27	Freni Mirella
gallmeyer-josephine-1838-02-27	1838-02-27	Gallmeyer Josephine
garbo-greta-1905-09-18	1905-09-18	Garbo Greta
garland-judy-1922-06-10	1922-06-10	Garland Judy
gerhard-adele-1868-06-08	1868-06-08	Gerhard Adele
gevers-marie-1883-12-30	1883-12-30	Gevers Marie
ginzburg-natalia-1916-07-14	1916-07-14	Ginzburg Natalia
gnauck-kubne-elisabeth-1850-01-02	1850-01-02	Gnauck-Kubne Elisabeth
coethe-christiane-von-1765-06-01	1765-06-01	Coethe Christiane VON
goethe-cornelia-1750-12-07	1750-12-07	Goethe Cornelia
grogger-paula-1892-07-12	1892-07-12	Grogger Paula
guglielminetti-amalia-1881-04-05	1881-04-05	Guglielminetti Amalia
guilbert-yvette-1866-01-22	1866-01-22	Guilbert Yvette
gunderode-karoline-von-1780-02-11	1780-02-11	Gunderode Karoline VON
gunther-dorothee-1896-10-08	1896-10-08	Gunther Dorothee
haagen-margarete-1889-11-29	1889-11-29	Haagen Margarete
hansherry-lorraine-1930-05-19	1930-05-19	Hansherry Lorraine
harbou-thea-von-1888-12-27	1888-12-27	Harbou Thea VON
hartlaub-genoveva-1915-06-07	1915-06-07	Hartlaub Genoveva
hensel-luise-1798-03-30	1798-03-30	Hensel Luise
hepburn-audrey-1929-05-04	1929-05-04	Hepburn Audrey
herking-ursula-1912-01-28	1912-01-28	Herking Ursula
heyking-elisabeth-bar-von-1861-12-10	1861-12-10	Heyking Elisabeth BAR VON
heyl-hedwig-1850-05-05	1850-05-05	Heyl Hedwig
hohenstein-lily-1896-05-11	1896-05-11	Hohenstein Lily
hongen-elisabeth-1906-12-07	1906-12-07	Höngen Elisabeth
horney-brigitte-1911-03-29	1911-03-29	Horney Brigitte
hoyer-dore-1911-12-12	1911-12-12	Hoyer Dore
huch-ricarda-1864-07-18	1864-07-18	Huch Ricarda
jagemann-karoline-1777-01-25	1777-01-25	Jagemann Karoline
kamphovener-else-1878-06-14	1878-06-14	Kamphövener Else
lendorff-gertrud-1900-05-13	1900-05-13	Lendorff Gertrud
braunschweig-wolfenbutte-caroline-amalie-elisabeth-1768-05-17	1768-05-17	vonBraunschweig-Wolfenbütte Caroline Amalie Elisabeth
kaschnitz-von-weinberg-marie-luise-1901-01-31	1901-01-31	Kaschnitz Von Weinberg Marie Luise
kelly-grace-1929-11-12	1929-11-12	Kelly Grace
kinz-franziska-1897-02-21	1897-02-21	Kinz Franziska
kirsch-sarah-1935-04-16	1935-04-16	Kirsch Sarah
kleist-ulrike-von-1774-03-q3	1774-03-q3	Kleist Ulrike VON
knef-hildegard-1925-12-28	1925-12-28	Knef Hildegard
kolb-annette-1870-02-03	1870-02-03	Kolb Annette
koth-erika-1925-09-15	1925-09-15	Koth Erika
langewiesche-marianne-1908-11-16	1908-11-16	Langewiesche Marianne
langgasser-elisabeth-1899-02-23	1899-02-23	LanggÄsser Elisabeth
lasker-schuler-else-1869-02-11	1869-02-11	Lasker-Schüler Else
lauber-cecile-1887-07-13	1887-07-13	Lauber Cecile
lavant-christine-1915-07-04	1915-07-04	Lavant Christine
lehmus-emilie-1841-08-30	1841-08-30	Lehmus Emilie
leneru-marie-1875-06-02	1875-06-02	Leneru Marie
lengefeld-charlotte-von-schiller-1766-11-22	1766-11-22	Lengefeld Charlotte VON SCHILLER
lensing-elise-1804-10-14	1804-10-14	Lensing Elise
leuwerik-ruth-1924-04-23	1924-04-23	Leuwerik Ruth
lipsius-marie-1837-12-30	1837-12-30	Lipsius Marie
levetzow-ulrike-frn-von-1804-02-04	1804-02-04	Levetzow Ulrike FRN VON
lichnowsky-mechthilde-1879-03-08	1879-03-08	Lichnowsky Mechthilde
lichtenau-wilhelmine-gfn-von-1753-12-19	1753-12-19	Lichtenau Wilhelmine GFN VON
lips-eva-1906-02-06	1906-02-06	Lips Eva
lollobrigida-gina-1927-07-04	1927-07-04	Lollobrigida Gina
loos-cecile-ines-1883-02-04	1883-02-04	Loos Cecile Ines
loren-sophia-1934-09-20	1934-09-20	Loren Sophia
ludwig-paula-1900-01-05	1900-01-05	Ludwig Paula
luise-auguste-wilhelmine-a-kgn-von-pr-1776-03-10	1776-03-10	Luise Auguste Wilhelmine A. KGN VON PR.
maier-anneliese-1905-11-17	1905-11-17	Maier Anneliese
mallinckrodt-pauline-von-1817-06-03	1817-06-03	Mallinckrodt Pauline VON
mangano-silvana-1930-04-23	1930-04-23	Mangano Silvana
manzini-gianna-1896-03-24	1896-03-24	Manzini Gianna
marie-sophie-amalie-herzogin-in-bayern-1841-10-04	1841-10-04	Marie Sophie Amalie Herzogin in Bayern
marlitt-e-1825-12-05	1825-12-05	Marlitt E.
masina-glulietta-1921-02-22	1921-02-22	Masina Glulietta
mc-carthy-marie-1912-06-21	1912-06-21	Mc Carthy Marie
metalious-grace-1924-09-08	1924-09-08	Metalious Grace
michaelis-de-vasconcelos-karoline-wilh-1851-03-15	1851-03-15	Michaelis De Vasconcelos Karoline Wilh.
mistinguett-1875-04-03	1875-04-03	Bourgeois Jeanne Florentine
mistinguett-1875-04-03	1875-04-03	Mistinguett
monroe-marilyn-1926-06-01	1926-06-01	Monroe Marilyn
montessori-maria-1870-08-31	1870-08-31	Montessori Maria
morante-elsa-1912-08-18	1912-08-18	Morante Elsa
moreau-jeanne-1928-01-23	1928-01-23	Moreau Jeanne
montprofit-jacques-1857-10-07	1857-10-07	Montprofit Jacques
mueller-elisabeth-1885-09-21	1885-09-21	Mueller Elisabeth
negri-ada-1870-02-03	1870-02-03	Negri Ada
nagel-hanna-1907-06-10	1907-06-10	Nagel Hanna
ney-elly-1882-09-27	1882-09-27	Ney Elly
nin-anais-1903-02-21	1903-02-21	Nin Anais
noailles-anna-1876-11-15	1876-11-15	Noailles Anna
noel-marie-1883-02-16	1883-02-16	Noel Marie
morache-georges-1837-10-18	1837-10-18	Morache Georges
noether-emmy-1882-03-23	1882-03-23	Noether Emmy
otto-peters-luise-1819-03-26	1819-03-26	Otto-Peters Luise
picht-axenfeld-edith-1914-01-01	1914-01-01	Picht-Axenfeld Edith
porten-henny-1890-01-07	1890-01-07	Porten Henny
reicher-kindermann-hedwig-1853-07-15	1853-07-15	Reicher-Kindermann Hedwig
rethberg-elisabeth-1894-09-22	1894-09-22	Rethberg Elisabeth
rinser-luise-1911-04-30	1911-04-30	Rinser Luise
rochefort-christiane-1917-07-17	1917-07-17	Rochefort Christiane
rogge-alma-1894-07-24	1894-07-24	Rogge Alma
rosay-francoise-1891-04-19	1891-04-19	Rosay Francoise
rose-felicitas-1862-07-31	1862-07-31	Rose Felicitas
rubatscher-maria-notburga-1900-01-23	1900-01-23	Rubatscher Maria Notburga
saalfeld-martha-1898-01-15	1898-01-15	Saalfeld Martha
sagan-francoise-1935-06-21	1935-06-21	Sagan Françoise
saint-helier-monique-1895-09-02	1895-09-02	Saint-Helier Monique
sainte-soline-claire-1891-09-18	1891-09-18	Sainte-Soline Claire
salomon-alice-1872-04-19	1872-04-19	Salomon Alice
morat-jean-1846-04-18	1846-04-18	Morat Jean
sapper-agnes-1852-04-12	1852-04-12	Sapper Agnes
schervier-francisca-1819-01-03	1819-01-03	Schervier Francisca
schieber-anna-1867-12-12	1867-12-12	Schieber Anna
schlier-paula-1899-03-12	1899-03-12	Schlier Paula
schmitz-sibylle-1909-12-02	1909-12-02	Schmitz Sibylle
scholl-sophie-1921-05-09	1921-05-09	Scholl Sophie
schrader-henriette-1827-09-14	1827-09-14	Schrader Henriette
schwarzhaupt-elisabeth-1901-01-07	1901-01-07	Schwarzhaupt Elisabeth
schwerin-jeannette-1852-11-21	1852-11-21	Schwerin Jeannette
sciutti-graziella-1927-04-17	1927-04-17	Sciutti Graziella
siemsen-vollenweider-anna-1882-01-18	1882-01-18	Siemsen-Vollenweider Anna
signoret-simone-1921-03-25	1921-03-25	Signoret Simone
simionato-giulietta-1910-05-12	1910-05-12	Simionato Giulietta
sontag-henriette-1806-01-03	1806-01-03	Sontag Henriette
spark-muriel-sarah-1918-02-01	1918-02-01	Spark Muriel Sarah
stach-ilse-von-1879-02-17	1879-02-17	Stach Ilse VON
stehle-sophie-1838-05-15	1838-05-15	Stehle Sophie
stocker-helene-1869-11-13	1869-11-13	Stocker Helene
tailleferre-germaine-1892-04-19	1892-04-19	Tailleferre Germaine
teschemacher-margarete-1903-03-03	1903-03-03	Teschemacher Margarete
teusch-christine-1888-10-11	1888-10-11	Teusch Christine
tiburtius-franziska-1643-01-24	1643-01-24	Tiburtius Franziska
topper-hertha-1924-04-19	1924-04-19	Töpper Hertha
ullmann-regina-1884-12-14	1884-12-14	Ullmann Regina
vaughan-sarah-1924-03-27	1924-03-27	Vaughan Sarah
viebig-clara-1860-07-17	1860-07-17	Viebig Clara
voigt-diederichs-helene-1875-05-26	1875-05-26	Voigt-Diederichs Helene
mosse-alphonse-1852-06-20	1852-06-20	Mossé Alphonse
moure-jean-1855-01-08	1855-01-08	Moure Jean
napias-henri-1842-03-07	1842-03-07	Napias Henri
waldoff-claire-1884-10-21	1884-10-21	Waldoff Claire
waser-maria-1878-10-15	1878-10-15	Waser Maria
weber-helene-1861-03-17	1861-03-17	Weber Helene
wegscheider-hildegard-1871-09-02	1871-09-02	Wegscheider Hildegard
weil-simone-1909-02-03	1909-02-03	Weil Simone
wesendonck-mathilde-1828-12-23	1828-12-23	Wesendonck Mathilde
wildermuth-ottilie-1817-02-22	1817-02-22	Wildermuth Ottilie
windthorst-margarete-1884-11-03	1884-11-03	Windthorst Margarete
wohmann-gabriele-1932-05-21	1932-05-21	Wohmann Gabriele
wolter-charlotte-1834-03-01	1834-03-01	Wolter Charlotte
wolzogen-karoline-frf-von-1763-02-03	1763-02-03	Wolzogen Karoline FRF VON
yourcenar-marguerite-1903-06-08	1903-06-08	Yourcenar Marguerite
zetkin-clara-1857-07-05	1857-07-05	Zetkin Clara
ziegler-klara-1844-07-23	1844-07-23	Ziegler Klara
adam-juliette-1836-10-04	1836-10-04	Adam Juliette
schleswig-holstein-sonderburg-augustenburg-auguste-viktoria-1858-10-22	1858-10-22	vonSchleswig-Holstein-Sonderburg-Augustenburg Auguste Viktoria
bachem-bele-1916-05-17	1916-05-17	Bachem Bele
beese-melli-1886-09-18	1886-09-18	Beese-Boutard Amélie
beese-melli-1886-09-18	1886-09-18	Beese Melli
auriol-1917-11-05	1917-11-05	Douet Jacqueline
auriol-1917-11-05	1917-11-05	Auriol Jacqueline
nicolas-adolphe-1861-03-01	1861-03-01	Nicolas Adolphe
berger-erna-1900-10-19	1900-10-19	Berger Erna
soubirous-bernadette-1844-01-07	1844-01-07	Soubirous Bernadette
caspar-filser-maria-1878-08-07	1878-08-07	Caspar-Filser Maria
dietrich-amalie-1821-05-26	1821-05-26	Dietrich Amalie
duensing-frieda-1864-06-26	1864-06-26	Duensing Frieda
goretti-maria-1890-10-16	1890-10-16	Goretti Maria
joliot-curie-irene-1897-09-12	1897-09-12	Joliot-Curie Irène
joliot-curie-irene-1897-09-12	1897-09-12	Joliot Irène
nivet-annet-1809-05-26	1809-05-26	Nivet Annet
laurencin-marie-1883-10-31	1883-10-31	Laurencin Marie
linden-maria-1869-07-18	1869-07-18	Linden Maria
michaelis-de-vasconcelos-carolina-1830-05-29	1830-05-29	Michaëlis de Vasconcelos Carolina
moderaghin-becker-paula-1876-02-08	1876-02-08	Moderaghin Becker Paula
neumann-neumann-1898-04-09	1898-04-09	Neumann Neumann
ney-elizabeth-1833-01-26	1833-01-26	Ney Elizabeth
steger-milly-1881-06-15	1881-06-15	Steger Milly
tauber-arp-sophie-1889-01-19	1889-01-19	Tauber-Arp Sophie
abbe-ernst-1840-01-23	1840-01-23	Abbe Ernst
achard-franz-carl-1753-04-28	1753-04-28	Achard Franz Carl
ollive-gustave-1854-10-09	1854-10-09	Ollive Gustave
adenauer-conrad-1876-01-05	1876-01-05	Adenauer Conrad
adorno-theodor-we-1903-09-11	1903-09-11	Adorno Theodor We
albers-hans-1891-09-22	1891-09-22	Albers Hans
altig-rudi-1937-03-18	1937-03-18	Altig Rudi
andersen-hans-christian-1805-04-02	1805-04-02	Andersen Hans Christian
andres-stefan-1906-06-26	1906-06-26	Andres Stefan
anouilh-jean-1910-06-23	1910-06-23	Anouilh Jean
ansermet-ernest-1883-11-11	1883-11-11	Ansermet Ernest
antonioni-michelangelo-1912-09-29	1912-09-29	Antonioni Michelangelo
arp-hans-1886-09-16	1886-09-16	Arp Hans
arrau-claudio-1903-02-06	1903-02-06	Arrau Claudio
aschoff-ludwig-1866-01-10	1866-01-10	Aschoff Ludwig
ayme-marcel-1902-03-29	1902-03-29	Ayme Marcel
baader-franz-xaver-1765-03-27	1765-03-27	vonBaader Franz Xaver
baeyer-adolf-1835-10-31	1835-10-31	vonBaeyer Adolf
baier-ernst-1905-09-27	1905-09-27	Baier Ernst
balla-giacomo-1871-07-19	1871-07-19	Balla Giacomo
balser-ewald-1898-10-05	1898-10-05	Balser Ewald
bamm-peter-1897-10-20	1897-10-20	Bamm Peter
bantz-hellmuth-1921-09-14	1921-09-14	Bantz Hellmuth
barth-heinrich-1821-02-16	1821-02-16	Barth Heinrich
barth-karl-1886-05-10	1886-05-10	Barth Karl
bartning-otto-1883-04-12	1883-04-12	Bartning Otto
basedow-karl-1799-03-28	1799-03-28	vonBasedow Karl
bastian-adolf-1826-06-25	1826-06-25	Bastian Adolf
baudelaire-charles-1821-04-09	1821-04-09	Baudelaire Charles
oudard-pierre-1876-11-10	1876-11-10	Oudard Pierre
bauer-wilhelm-1822-12-23	1822-12-23	Bauer Wilhelm
bayer-friedrich-1825-06-06	1825-06-06	Bayer Friedrich
bea-augustin-1881-05-28	1881-05-28	Bea Augustin
bebel-august-1840-02-22	1840-02-22	Bebel August
bechstein-carl-1826-06-01	1826-06-01	Bechstein Carl
beck-ludwig-1880-06-29	1880-06-29	Beck Ludwig
becquerel-antoine-1852-12-15	1852-12-15	Becquerel Antoine
behrens-peter-1868-04-14	1868-04-14	Behrens Peter
belmondo-jean-paul-1933-04-09	1933-04-09	Belmondo Jean-Paul
pachon-victor-1867-05-24	1867-05-24	Pachon Victor
benedetti-michelangeli-arturo-1920-01-05	1920-01-05	Benedetti Michelangeli Arturo
benn-gottfried-1886-05-02	1886-05-02	Benn Gottfried
benz-carl-1844-11-25	1844-11-25	Benz Carl
berlioz-hector-1803-12-11	1803-12-11	Berlioz Hector
bernanos-georges-1888-02-20	1888-02-20	Bernanos Georges
bessel-friedrich-wilhelm-1784-06-21	1784-06-21	Bessel Friedrich Wilhelm
bethmann-hollweg-theobald-1856-11-29	1856-11-29	vonBethmann Hollweg Theobald
bier-august-1861-11-24	1861-11-24	Bier August
binet-alfred-1857-07-08	1857-07-08	Binet Alfred
boccioni-umberto-1882-10-19	1882-10-19	Boccioni Umberto
birgel-willy-1891-09-19	1891-09-19	Birgel Willy
bismarck-otto-1815-04-01	1815-04-01	vonBismarck Otto
blondel-maurice-1861-11-02	1861-11-02	Blondel Maurice
blum-leon-1872-04-09	1872-04-09	Blum Leon
paulet-vincent-1828-11-09	1828-11-09	Paulet Vincent
bode-johann-elert-1747-01-19	1747-01-19	Bode Johann Elert
bodelschwingh-friedrich-1831-03-06	1831-03-06	vonBodelschwingh Friedrich
bohm-karl-1894-08-28	1894-08-28	Böhm Karl
boll-heinrich-1917-12-21	1917-12-21	Böll Heinrich
borchert-wolfgang-1921-05-20	1921-05-20	Borchert Wolfgang
borgward-carl-1890-11-10	1890-11-10	Borgward Carl
bosch-carl-1874-08-27	1874-08-27	Bosch Carl
bosch-robert-1861-09-23	1861-09-23	Bosch Robert
bothe-walter-wilhelm-1891-01-08	1891-01-08	Bothe Walter Wilhelm
boulez-pierre-1925-03-26	1925-03-26	Boulez Pierre
brahms-johannes-1833-05-07	1833-05-07	Brahms Johannes
braille-louis-1809-01-04	1809-01-04	Braille Louis
brando-marlon-1924-04-03	1924-04-03	Brando Marlon
pautrier-lucien-1876-08-03	1876-08-03	Pautrier Lucien
brandt-willy-1913-12-18	1913-12-18	Brandt Willy
braun-ferdinand-1850-06-06	1850-06-06	Braun Ferdinand
brecht-bert-1898-02-10	1898-02-10	Brecht Bert
perrier-edmond-1844-05-09	1844-05-09	Perrier Edmond
brehm-alfred-1829-02-02	1829-02-02	Brehm Alfred
brentano-franz-1838-01-16	1838-01-16	Brentano Franz
breton-andre-1896-02-19	1896-02-19	Breton André
briand-aristide-1862-03-28	1862-03-28	Briand Aristide
perrin-maurice-1826-04-13	1826-04-13	Perrin Maurice
brouwer-luitzen-1881-02-27	1881-02-27	Brouwer Luitzen
brubeck-david-1920-12-06	1920-12-06	Brubeck David
bruckner-anton-1824-09-04	1824-09-04	Bruckner Anton
philippe-adrien-1801-03-04	1801-03-04	Philippe Adrien
bruning-heinrich-1885-11-26	1885-11-26	Brüning Heinrich
budinger-hugo-1927-06-10	1927-06-10	Budinger Hugo
blicher-karl-1847-02-16	1847-02-16	Blicher Karl
buchmann-georg-1822-01-04	1822-01-04	Büchmann Georg
buchner-georg-1813-10-17	1813-10-17	Büchner Georg
buhler-karl-1879-05-27	1879-05-27	Bühler Karl
bixger-gottfried-august-1747-12-31	1747-12-31	Bixger Gottfried August
bultmann-rudolf-1884-08-20	1884-08-20	Bultmann Rudolf
bungert-wilhelm-1939-04-01	1939-04-01	Bungert Wilhelm
burckhardt-carl-jacob-1891-09-10	1891-09-10	Burckhardt Carl Jacob
burckhardt-jacob-1818-05-25	1818-05-25	Burckhardt Jacob
busch-wilhelm-1832-04-14	1832-04-14	Busch Wilhelm
busoni-ferruccio-1866-04-01	1866-04-01	Busoni Ferruccio
butenandt-adolf-1903-03-24	1903-03-24	Butenandt Adolf
byron-lord-george-gordon-1788-01-22	1788-01-22	Byron Lord George Gordon
cage-john-1912-09-05	1912-09-05	Cage John
camus-albert-1913-11-07	1913-11-07	Camus Albert
canaris-wilhelm-1887-01-01	1887-01-01	Canaris Wilhelm
piot-bey-jean-1857-12-07	1857-12-07	Piot-Bey Jean
carnap-rudolf-1891-05-18	1891-05-18	Carnap Rudolf
carossa-hans-1878-12-15	1878-12-15	Carossa Hans
caruso-enrico-1873-02-27	1873-02-27	Caruso Enrico
caspar-horst-1913-01-20	1913-01-20	Caspar Horst
cherubini-luigi-1760-09-14	1760-09-14	Cherubini Luigi
churchill-sir-winston-1874-11-30	1874-11-30	Churchill Sir Winston
clair-rene-1898-11-11	1898-11-11	Clair René
claudel-paul-1868-08-06	1868-08-06	Claudel Paul
claudius-matthias-1740-08-15	1740-08-15	Claudius Matthias
clausewitz-carl-1780-06-01	1780-06-01	vonClausewitz Carl
clemenceau-georges-1841-09-28	1841-09-28	Clemenceau Georges
planchon-francois-1833-10-29	1833-10-29	Planchon François
poncet-antonin-1849-03-28	1849-03-28	Poncet Antonin
clift-montgomery-1920-10-17	1920-10-17	Clift Montgomery
cole-nat-king-1919-03-17	1919-03-17	Cole Nat "King"
renoir-jean-1894-09-15	1894-09-15	Renoir Jean
corot-jean-1796-07-16	1796-07-16	Corot Jean
coster-charles-1827-08-20	1827-08-20	deCoster Charles
coward-sir-noel-pierce-1899-12-16	1899-12-16	Coward Sir Noel Pierce
portier-paul-1866-05-22	1866-05-22	Portier Paul
cronin-archibald-joseph-1896-07-19	1896-07-19	Cronin Archibald Joseph
curtius-ernst-1814-09-02	1814-09-02	Curtius Ernst
cuvier-georges-1769-08-23	1769-08-23	deCuvier Georges
dahn-felix-1834-02-09	1834-02-09	Dahn Felix
dali-salvador-1904-05-11	1904-05-11	Dali Salvador
daudet-alphonse-1840-05-13	1840-05-13	Daudet Alphonse
davis-miles-1926-05-25	1926-05-25	Davis Miles
proust-adrien-1834-03-18	1834-03-18	Proust Adrien
debussy-achille-1862-08-22	1862-08-22	Debussy Achille
dedekind-richard-1831-10-06	1831-10-06	Dedekind Richard
dehler-thomas-1897-12-14	1897-12-14	Dehler Thomas
delaunay-robert-1885-04-12	1885-04-12	Delaunay Robert
delon-alain-1935-11-08	1935-11-08	Delon Alain
demus-jorg-1928-12-02	1928-12-02	Demus Jörg
derwall-josef-1927-03-10	1927-03-10	Derwall Josef
queirel-auguste-1842-02-26	1842-02-26	Queirel Auguste
devrient-ludwig-1784-12-15	1784-12-15	Devrient Ludwig
dietrich-wilfried-1933-10-14	1933-10-14	Dietrich Wilfried
dilthey-wilhelm-1833-11-19	1833-11-19	Dilthey Wilhelm
dix-otto-1891-12-02	1891-12-02	Dix Otto
doderer-heimito-1896-09-05	1896-09-05	vonDoderer Heimito
dorpfeld-wilhelm-1853-12-26	1853-12-26	Dörpfeld Wilhelm
dornier-claudius-1884-05-14	1884-05-14	Dornier Claudius
douglas-kirk-1916-12-09	1916-12-09	Douglas Kirk
drais-karl-1785-04-29	1785-04-29	vonDrais Karl
dreyfus-alfred-1859-10-09	1859-10-09	Dreyfus Alfred
duchamp-marcel-1887-07-28	1887-07-28	Duchamp Marcel
duhamel-georges-1884-06-30	1884-06-30	Duhamel Georges
duisberg-carl-1861-09-29	1861-09-29	Duisberg Carl
dunant-henri-1828-05-08	1828-05-08	Dunant Henri
duvivier-julien-1896-10-08	1896-10-08	Duvivier Julien
ebert-friedrich-1871-02-04	1871-02-04	Ebert Friedrich
edelhagen-kurt-1920-06-05	1920-06-05	Edelhagen Kurt
edschmid-kasimir-1890-10-05	1890-10-05	Edschmid Kasimir
egk-werner-1901-05-17	1901-05-17	Egk Werner
eich-glinter-1907-02-01	1907-02-01	Eich Glinter
eiffel-gustave-1832-12-15	1832-12-15	Eiffel Gustave
einstein-albert-1879-03-14	1879-03-14	Einstein Albert
eliot-thomas-stearns-1888-09-26	1888-09-26	Eliot Thomas Stearns
engels-friedrich-1820-11-28	1820-11-28	Engels Friedrich
ensor-james-1860-04-13	1860-04-13	Ensor James
erhard-ludwi-1897-02-04	1897-02-04	Erhard Ludwi
ernst-max-1891-04-02	1891-04-02	Ernst Max
erzberger-matthias-1875-09-20	1875-09-20	Erzberger Matthias
ranse-felix-1834-07-12	1834-07-12	deRanse Félix
eucken-rudolf-1846-01-05	1846-01-05	Eucken Rudolf
eucken-walter-1891-01-17	1891-01-17	Eucken Walter
eyth-max-1836-05-06	1836-05-06	vonEyth Max
falla-manual-1876-11-23	1876-11-23	deFalla Manual
fallada-hans-1893-07-21	1893-07-21	Fallada Hans
faure-gabriel-1845-05-13	1845-05-13	Fauré Gabriel
fehling-jurgen-1885-03-01	1885-03-01	Fehling Jürgen
fellini-federico-1920-01-20	1920-01-20	Fellini Federico
fermi-enrico-1901-09-29	1901-09-29	Fermi Enrico
ravaut-paul-1872-08-02	1872-08-02	Ravaut Paul
feuerbach-anselm-1829-09-12	1829-09-12	Feuerbach Anselm
feuerbach-ludwig-1804-07-28	1804-07-28	Feuerbach Ludwig
fischer-dieskau-dietrich-1925-05-28	1925-05-28	Fischer-Dieskau Dietrich
fischer-edwin-1886-10-06	1886-10-06	Fischer Edwin
fischer-otto-wilhelm-1915-04-01	1915-04-01	Fischer Otto Wilhelm
flaubert-gustave-1821-12-12	1821-12-12	Flaubert Gustave
regis-emmanuel-1855-04-29	1855-04-29	Régis Emmanuel
renault-jules-1864-08-02	1864-08-02	Renault Jules
renou-joseph-1846-08-28	1846-08-28	Renou Joseph
focke-heinrich-1890-10-08	1890-10-08	Focke Heinrich
fontane-theodor-1819-12-30	1819-12-30	Fontane Theodor
fortner-wolfgang-1907-10-12	1907-10-12	Fortner Wolfgang
france-anatole-1844-04-16	1844-04-16	France Anatole
franz-joseph-i-von-osterreich-1830-08-18	1830-08-18	Franz Joseph I von Osterreich
franck-cesar-1822-12-10	1822-12-10	Franck César
francois-poncet-andre-1887-06-13	1887-06-13	Francois-Poncet André
franz-ferdinand-von-osterreich-1863-12-18	1863-12-18	Franz Ferdinand von Osterreich
franz-ii-joseph-karl-1768-02-12	1768-02-12	Franz II Joseph Karl
richet-charles-1850-08-26	1850-08-26	Richet Charles
fraunhofer-joseph-1787-03-06	1787-03-06	vonFraunhofer Joseph
friedrich-ii-der-grofe-1712-01-24	1712-01-24	Friedrich II der Grofe
friedrich-iii-von-hohenzollern-1831-10-18	1831-10-18	Friedrich III von Hohenzollern
friedrich-wilhelm-iv-1795-10-15	1795-10-15	Friedrich Wilhelm IV
frobe-gert-1913-02-25	1913-02-25	Fröbe Gert
fromm-erich-1900-03-23	1900-03-23	Fromm Erich
gabelsberger-franz-xaver-1789-02-09	1789-02-09	Gabelsberger Franz Xaver
gabin-jean-moncorge-1904-05-17	1904-05-17	Gabin Jean (MONCORGÉ)
galen-clemens-august-1878-03-16	1878-03-16	vonGalen Clemens August
george-stefan-1868-07-12	1868-07-12	George Stefan
gamdetta-leon-1838-04-02	1838-04-02	Gamdetta Léon
ganghofer-ludwig-1855-07-07	1855-07-07	Ganghofer Ludwig
garibaldi-giuseppe-1807-07-04	1807-07-04	Garibaldi Giuseppe
de-gasperi-alcide-1881-04-03	1881-04-03	De Gasperi Alcide
rist-edouard-1871-03-16	1871-03-16	Rist Edouard
gauguin-paul-1848-06-07	1848-06-07	Gauguin Paul
geibel-emanuel-1815-10-18	1815-10-18	Geibel Emanuel
geiger-hans-1882-09-30	1882-09-30	Geiger Hans
gellert-christian-furchtegott-1715-07-04	1715-07-04	Gellert Christian Fürchtegott
giacometti-alberto-1901-10-10	1901-10-10	Giacometti Alberto
gide-andre-1869-11-22	1869-11-22	Gide André
gigli-benjamino-1890-03-20	1890-03-20	Gigli Benjamino
rochard-jules-1819-10-30	1819-10-30	Rochard Jules
rouget-charles-1824-08-19	1824-08-19	Rouget Charles
routier-edmond-1853-10-10	1853-10-10	Routier Edmond
roux-emile-1853-12-17	1853-12-17	Roux Emile
giraudoux-jean-1882-10-29	1882-10-29	Giraudoux Jean
godard-jean-luc-1930-12-03	1930-12-03	Godard Jean Luc
goebbels-ageepe-1897-10-29	1897-10-29	Goebbels ageepe
goebel-hermann-1885-04-08	1885-04-08	Goebel Hermann
le-roy-des-barres-adrien-charles-1872-12-16	1872-12-16	Le Roy Des Barres Adrien Charles
goring-hermann-1893-01-12	1893-01-12	Göring Hermann
geethe-johann-wolfgang-1749-08-28	1749-08-28	vonGeethe Johann Wolfgang
gogh-vincent-van-1853-03-30	1853-03-30	Gogh Vincent Van
gounod-charles-1818-06-17	1818-06-17	Gounod Charles
roy-de-mericourt-alfred-1825-10-13	1825-10-13	leRoy de Méricourt Alfred
graf-oskar-maria-1894-07-22	1894-07-22	Graf Oskar Maria
grieshaber-hap-1909-02-15	1909-02-15	Grieshaber HAP
grillparzer-franz-1791-01-15	1791-01-15	Grillparzer Franz
guardini-romano-1885-02-17	1885-02-17	Guardini Romano
guareschi-giovanni-1908-05-01	1908-05-01	Guareschi Giovanni
gutzkow-karl-1811-03-17	1811-03-17	Gutzkow Karl
habermas-jurgen-1929-06-18	1929-06-18	Habermas Jürgen
hahn-otto-1879-03-08	1879-03-08	Hahn Otto
harbig-rudolf-1913-11-08	1913-11-08	Harbig Rudolf
harkort-friedrich-1793-02-22	1793-02-22	Harkort Friedrich
hartung-hans-1904-09-21	1904-09-21	Hartung Hans
hasenclever-walter-1890-07-08	1890-07-08	Hasenclever Walter
heckel-erich-1883-07-31	1883-07-31	Heckel Erich
hecker-friedrich-1811-09-28	1811-09-28	Hecker Friedrich
heidegger-martin-1889-09-26	1889-09-26	Heidegger Martin
heinemann-gustav-1899-07-23	1899-07-23	Heinemann Gustav
heinkel-ernst-1888-01-24	1888-01-24	Heinkel Ernst
henze-hans-werner-1926-07-01	1926-07-01	Henze Hans Werner
herberger-josef-1897-03-28	1897-03-28	Herberger Josef
herman-woody-1913-05-16	1913-05-16	Herman Woody
hertz-heinrich-1857-02-22	1857-02-22	Hertz Heinrich
hesse-hermann-1877-07-02	1877-07-02	Hesse Hermann
hettner-alfred-1859-08-06	1859-08-06	Hettner Alfred
heuss-theodor-1884-01-31	1884-01-31	Heuss Theodor
hilbert-david-1862-01-23	1862-01-23	Hilbert David
hilpert-heinz-1890-03-01	1890-03-01	Hilpert Heinz
himmler-heinrich-1900-10-07	1900-10-07	Himmler Heinrich
hindemith-paul-1895-11-16	1895-11-16	Hindemith Paul
hindenburg-paul-1847-10-02	1847-10-02	vonHindenburg Paul
hinz-werner-1903-01-18	1903-01-18	Hinz Werner
hitler-adolf-1889-04-20	1889-04-20	Hitler Adolf
hodler-ferdinand-1853-03-14	1853-03-14	Hodler Ferdinand
hoffmann-kurt-1910-11-12	1910-11-12	Hoffmann Kurt
holz-arno-1863-04-26	1863-04-26	Holz Arno
honegger-arthur-1892-03-10	1892-03-10	Honegger Arthur
horch-august-1868-10-12	1868-10-12	Horch August
horkheimer-max-1895-02-14	1895-02-14	Horkheimer Max
hufeland-christoph-wilheim-1762-08-12	1762-08-12	Hufeland Christoph Wilheim
hugenberg-alfred-1865-06-19	1865-06-19	Hugenberg Alfred
hugo-victor-1802-02-26	1802-02-26	Hugo Victor
huizinga-johan-1872-12-07	1872-12-07	Huizinga Johan
humperdinck-engelbert-1854-09-01	1854-09-01	Humperdinck Engelbert
iffland-august-wilhelm-1759-04-19	1759-04-19	Iffland August Wilhelm
ihering-herbert-1888-02-29	1888-02-29	Ihering Herbert
inzeo-raimondo-1925-02-08	1925-02-08	d'Inzeo Raimondo
ismayr-rudolf-1908-10-14	1908-10-14	Ismayr Rudolf
jannings-emil-1884-07-23	1884-07-23	Jannings Emil
jaspers-karl-1883-02-23	1883-02-23	Jaspers Karl
jaures-jean-1859-09-03	1859-09-03	Jaures Jean
jean-paul-1763-03-21	1763-03-21	Jean Paul
jochum-eugen-1902-11-01	1902-11-01	Jochum Eugen
junger-ernst-1895-03-29	1895-03-29	Jünger Ernst
sartory-auguste-1881-05-22	1881-05-22	Sartory Auguste
jurgens-curd-1915-12-13	1915-12-13	Jürgens Curd
jung-carl-gustav-1875-07-26	1875-07-26	Jung Carl Gustav
junkers-hugo-1859-02-03	1859-02-03	Junkers Hugo
kastner-erich-1899-02-23	1899-02-23	Kästner Erich
kadutner-helmut-1908-03-25	1908-03-25	Kädutner Helmut
kaiser-georg-1878-11-25	1878-11-25	Kaiser Georg
kant-immanuel-1724-04-22	1724-04-22	Kant Immanuel
karl-august-von-sachsen-weimar-1757-09-03	1757-09-03	Karl August von Sachsen-Weimar
karrer-otto-1888-11-30	1888-11-30	Karrer Otto
kaulbach-wilhelm-1804-10-15	1804-10-15	vonKaulbach Wilhelm
keilberth-josef-1908-04-19	1908-04-19	Keilberth Josef
keitel-wilhelm-1882-09-22	1882-09-22	Keitel Wilhelm
kekule-von-stradonitz-august-1829-09-07	1829-09-07	Kekule von Stradonitz August
kempe-rudolf-1910-06-14	1910-06-14	Kempe Rudolf
kempff-wilhelm-1895-11-25	1895-11-25	Kempff Wilhelm
kerschensteiner-georg-1854-07-29	1854-07-29	Kerschensteiner Georg
ketteler-wilhelm-1811-12-25	1811-12-25	vonKetteler Wilhelm
kirchner-ernst-1880-05-06	1880-05-06	Kirchner Ernst
klebe-giselher-1925-06-28	1925-06-28	Klebe Giselher
klee-paul-1879-12-18	1879-12-18	Klee Paul
klein-felix-1849-04-25	1849-04-25	Klein Felix
kleist-heinrich-1777-10-18	1777-10-18	vonKleist Heinrich
klimke-rainer-1936-01-14	1936-01-14	Klimke Rainer
klinger-max-1857-02-18	1857-02-18	Klinger Max
klopstock-friedrich-gottlieb-1724-07-02	1724-07-02	Klopstock Friedrich Gottlieb
knappertsbusch-hans-1888-03-12	1888-03-12	Knappertsbusch Hans
kneipp-sebastian-1821-05-17	1821-05-17	Kneipp Sebastian
knigge-adolf-frh-1752-10-16	1752-10-16	vonKnigge Adolf Frh
korner-theodor-1791-09-30	1791-09-30	Körner Theodor
kolbe-georg-1877-04-15	1877-04-15	Kolbe Georg
kolping-adolf-1813-12-08	1813-12-08	Kolping Adolf
kotzebue-august-1761-05-03	1761-05-03	vonKotzebue August
krauss-werner-1884-06-23	1884-06-23	Krauss Werner
krupp-alfred-1812-04-26	1812-04-26	Krupp Alfred
krupp-friedrich-alfred-1854-02-17	1854-02-17	Krupp Friedrich Alfred
kung-hans-1928-03-19	1928-03-19	Küng Hans
kunneke-eduard-1885-01-27	1885-01-27	Künneke Eduard
laue-max-1879-10-09	1879-10-09	Laue Max
schutzenberger-paul-1829-12-23	1829-12-23	Schutzenberger Paul
sencert-louis-1878-03-25	1878-03-25	Sencert Louis
sieur-celestin-1860-12-27	1860-12-27	Sieur Célestin
lehmbruck-wilhelm-1881-01-04	1881-01-04	Lehmbruck Wilhelm
leibi-wilhelm-1844-10-23	1844-10-23	Leibi Wilhelm
lenbach-franz-1836-12-13	1836-12-13	vonLenbach Franz
leoncavallo-ruggiero-1857-04-23	1857-04-23	Leoncavallo Ruggiero
lepsius-karl-richard-1810-12-23	1810-12-23	Lepsius Karl Richard
lettow-vorbeck-paul-1870-03-20	1870-03-20	vonLettow-Vorbeck Paul
lichtenberg-georg-christoph-1742-07-01	1742-07-01	Lichtenberg Georg Christoph
liebermann-max-1847-07-20	1847-07-20	Liebermann Max
liebig-justus-1803-05-12	1803-05-12	vonLiebig Justus
liebknecht-karl-1871-08-13	1871-08-13	Liebknecht Karl
lilienthal-otto-1848-05-23	1848-05-23	Lilienthal Otto
lincke-paul-1866-11-07	1866-11-07	Lincke Paul
linde-carl-1842-06-11	1842-06-11	vonLinde Carl
lingen-theo-1903-06-10	1903-06-10	Lingen Theo
litt-theodor-1880-12-27	1880-12-27	Litt Theodor
lorentz-hendrik-1853-07-18	1853-07-18	Lorentz Hendrik
lortzing-albert-1801-10-23	1801-10-23	Lortzing Albert
ludwig-ii-von-bayern-1845-08-25	1845-08-25	Ludwig II von Bayern
lubke-heinrich-1894-10-14	1894-10-14	Lübke Heinrich
macke-august-1887-01-03	1887-01-03	Macke August
madersperger-joseph-1768-10-06	1768-10-06	Madersperger Joseph
maeterlinck-maurice-1862-08-29	1862-08-29	Maeterlinck Maurice
magritte-rene-1898-11-21	1898-11-21	Magritte René
scheltjens-lodewijk-1861-12-08	1861-12-08	Scheltjens Lodewijk
mainardi-enrico-1897-05-19	1897-05-19	Mainardi Enrico
makart-hans-1840-05-28	1840-05-28	Makart Hans
mann-thomas-1875-06-06	1875-06-06	Mann Thomas
malaparte-curzio-1898-06-09	1898-06-09	Malaparte Curzio
mallarme-stephane-1842-03-18	1842-03-18	Mallarme Stéphane
manet-edouard-1832-01-23	1832-01-23	Manet Edouard
mann-heinrich-1871-03-27	1871-03-27	Mann Heinrich
siredey-francois-1831-02-22	1831-02-22	Siredey François
manzoni-alessandro-1785-03-07	1785-03-07	Manzoni Alessandro
manzi-giacomo-1908-12-22	1908-12-22	Manzi Giacomo
marcel-gabriel-1889-12-07	1889-12-07	Marcel Gabriel
spillmann-paul-1844-02-16	1844-02-16	Spillmann Paul
marconi-guglielmo-1874-04-25	1874-04-25	Marconi Guglielmo
marees-hans-1837-12-24	1837-12-24	vonMarées Hans
marini-marino-1901-02-27	1901-02-27	Marini Marino
martin-gard-roger-1881-03-23	1881-03-23	Martin Gard Roger
marx-karl-1818-05-05	1818-05-05	Marx Karl
masereel-frans-1889-07-30	1889-07-30	Masereel Frans
mascagni-pietro-1863-12-07	1863-12-07	Mascagni Pietro
de-maupassant-guy-1850-08-05	1850-08-05	De Maupassant Guy
messter-oskar-1866-11-21	1866-11-21	Messter Oskar
mauriac-francois-1885-10-11	1885-10-11	Mauriac François
may-karl-1842-02-25	1842-02-25	May Karl
maybach-wilhelm-1846-02-09	1846-02-09	Maybach Wilhelm
mayer-julius-robert-1814-11-25	1814-11-25	Mayer Julius Robert
meinecke-friedrich-1862-10-30	1862-10-30	Meinecke Friedrich
menotti-gian-carlo-1911-07-07	1911-07-07	Menotti Gian Carlo
mergenthaler-ottmar-1854-05-11	1854-05-11	Mergenthaler Ottmar
messemer-hannes-1924-05-17	1924-05-17	Messemer Hannes
messerschmitt-willy-1898-06-26	1898-06-26	Messerschmitt Willy
messiaen-olivier-1908-12-10	1908-12-10	Messiaen Olivier
mies-van-der-rohe-ludwig-1886-03-27	1886-03-27	Mies van der Rohe Ludwig
milhaud-darius-1892-09-04	1892-09-04	Milhaud Darius
miller-henry-1891-12-26	1891-12-26	Miller Henry
miller-oskar-1855-05-07	1855-05-07	vonMiller Oskar
minetti-bernhard-1905-01-26	1905-01-26	Minetti Bernhard
miro-joan-1893-04-20	1893-04-20	Miro Joan
modigliani-amedeo-1884-07-12	1884-07-12	Modigliani Amedeo
morike-eduard-1804-09-08	1804-09-08	Mörike Eduard
mondrian-piet-1872-03-07	1872-03-07	Mondrian Piet
montherlant-henri-1895-04-20	1895-04-20	Montherlant Henri
morgenstern-christian-1871-05-06	1871-05-06	Morgenstern Christian
moro-aldo-1916-09-23	1916-09-23	Moro Aldo
mozart-wolfgang-amadeus-1756-01-27	1756-01-27	Mozart Wolfgang Amadeus
stoeber-daniel-1803-02-16	1803-02-16	Stoeber Daniel
muller-adam-heinrich-1779-06-30	1779-06-30	Müller Adam Heinrich
muller-johannes-1801-07-14	1801-07-14	Müller Johannes
murnau-friedrich-wilhelm-1888-12-28	1888-12-28	Murnau Friedrich Wilhelm
musil-robert-1880-11-06	1880-11-06	Musil Robert
musset-alfred-1810-12-11	1810-12-11	Musset Alfred
nachtigall-gustav-1834-02-23	1834-02-23	Nachtigall Gustav
natorp-paul-1854-01-24	1854-01-24	Natorp Paul
naumann-friedrich-1860-03-25	1860-03-25	Naumann Friedrich
nenni-pietro-1891-02-08	1891-02-08	Nenni Pietro
nernst-walther-1864-06-25	1864-06-25	Nernst Walther
nicklisch-heinrich-1876-07-19	1876-07-19	Nicklisch Heinrich
nietzsche-friedrich-1844-10-15	1844-10-15	Nietzsche Friedrich
nixon-richard-1913-01-09	1913-01-09	Nixon Richard
nono-luigi-1924-01-29	1924-01-29	Nono Luigi
offenbach-jacques-1819-06-20	1819-06-20	Offenbach Jacques
ohm-georg-simon-1789-03-16	1789-03-16	Ohm Georg Simon
ollenhauer-erich-1901-03-27	1901-03-27	Ollenhauer Erich
ophuls-max-1902-05-06	1902-05-06	Ophüls Max
orff-carl-1895-07-10	1895-07-10	Orff Carl
ossietzky-carl-1889-10-03	1889-10-03	vonOssietzky Carl
ostler-andreas-1921-01-21	1921-01-21	Ostler Andreas
otto-nikolaus-august-1832-06-14	1832-06-14	Otto Nikolaus August
otto-rudolf-1869-09-25	1869-09-25	Otto Rudolf
papen-franz-1879-10-29	1879-10-29	Papen Franz
pasolini-pier-paolo-1922-03-05	1922-03-05	Pasolini Pier Paolo
paulus-friedrich-1890-09-23	1890-09-23	Paulus Friedrich
pavese-cesare-1908-09-09	1908-09-09	Pavese Cesare
pasteur-louis-1822-12-27	1822-12-27	Pasteur Louis
teissier-benoit-1813-04-13	1813-04-13	Teissier Benoît
testut-jean-1849-06-08	1849-06-08	Testut Jean
thiroux-andre-1869-09-09	1869-09-09	Thiroux André
pechstein-max-1881-12-31	1881-12-31	Pechstein Max
penck-albrecht-1858-09-25	1858-09-25	Penck Albrecht
perret-auguste-1874-02-12	1874-02-12	Perret Auguste
peters-carl-1856-09-27	1856-09-27	Peters Carl
piaget-jean-1896-08-09	1896-08-09	Piaget Jean
picasso-pablo-1881-10-25	1881-10-25	Picasso Pablo
piccard-auguste-1884-01-28	1884-01-28	Piccard Auguste
piloty-karl-1826-10-01	1826-10-01	vonPiloty Karl
pirandello-luigi-1867-06-28	1867-06-28	Pirandello Luigi
piscator-erwin-1893-12-47	1893-12-47	Piscator Erwin
poelzig-hans-1869-04-30	1869-04-30	Poelzig Hans
poincare-raymond-1860-08-20	1860-08-20	Poincaré Raymond
tillot-emile-1829-10-17	1829-10-17	Tillot Emile
polanski-roman-1933-08-18	1933-08-18	Polanski Roman
ponto-erich-1884-12-14	1884-12-14	Ponto Erich
presley-elvis-1935-01-08	1935-01-08	Presley Elvis
proudhon-pierre-1809-01-15	1809-01-15	Proudhon Pierre
tournade-andre-1881-01-12	1881-01-12	Tournade André
proust-marcel-1871-07-10	1871-07-10	Proust Marcel
puccini-giacomo-1858-12-22	1858-12-22	Puccini Giacomo
plickler-muskau-hermann-1785-10-30	1785-10-30	vonPlickler-Muskau Hermann
quadflieg-will-1912-09-15	1912-09-15	Quadflieg Will
rahner-karl-1904-03-05	1904-03-05	Rahner Karl
treves-paolo-1908-07-27	1908-07-27	Treves Paolo
queneau-raymond-1903-02-21	1903-02-21	Queneau Raymond
raabe-wilhelm-1831-09-08	1831-09-08	Raabe Wilhelm
rademacher-erich-1901-06-09	1901-06-09	Rademacher Erich
triaire-paul-1843-02-22	1843-02-22	Triaire Paul
ramin-gunther-1898-10-15	1898-10-15	Ramin Günther
rathenau-walther-1867-09-29	1867-09-29	Rathenau Walther
ratzel-friedrich-1844-08-30	1844-08-30	Ratzel Friedrich
ratzinger-joseph-1927-04-16	1927-04-16	Ratzinger Joseph
raucheisen-michael-1889-02-10	1889-02-10	Raucheisen Michael
ravel-maurice-1875-03-07	1875-03-07	Ravel Maurice
reger-max-1873-03-19	1873-03-19	Reger Max
reis-philipp-1834-01-07	1834-01-07	Reis Philipp
remarque-erich-1898-06-22	1898-06-22	Remarque Erich
renan-ernest-1823-02-28	1823-02-28	Renan Ernest
resnais-alain-1922-06-03	1922-06-03	Resnais Alain
respighi-ottorino-1879-07-09	1879-07-09	Respighi Ottorino
rethel-alfred-1816-05-15	1816-05-15	Rethel Alfred
richter-ludwig-1803-09-28	1803-09-28	Richter Ludwig
rilke-rainer-maria-1875-12-04	1875-12-04	Rilke Rainer Maria
ringelnatz-joachim-1883-08-07	1883-08-07	Ringelnatz Joachim
ritschl-albrecht-1822-03-25	1822-03-25	Ritschl Albrecht
ritter-carl-1779-08-07	1779-08-07	Ritter Carl
robespierre-maximilian-1758-05-06	1758-05-06	deRobespierre Maximilian
rodin-auguste-1840-11-12	1840-11-12	Rodin Auguste
robling-johann-august-1806-06-12	1806-06-12	Röbling Johann August
ropke-wilhelm-1899-10-10	1899-10-10	Röpke Wilhelm
rolland-romain-1866-01-29	1866-01-29	Rolland Romain
romains-jules-1885-08-26	1885-08-26	Romains Jules
rommel-erwin-1891-11-15	1891-11-15	Rommel Erwin
roosevelt-franklin-delano-1882-01-30	1882-01-30	Roosevelt Franklin Delano
rosbaud-hans-1895-07-22	1895-07-22	Rosbaud Hans
rosegger-peter-1843-07-31	1843-07-31	Rosegger Peter
rossellini-roberto-1906-05-08	1906-05-08	Rossellini Roberto
ruckert-friedrich-1788-05-16	1788-05-16	Rückert Friedrich
ruhmann-heinz-1902-03-07	1902-03-07	Rühmann Heinz
vaillard-louis-1850-10-03	1850-10-03	Vaillard Louis
runge-philipp-otto-1777-07-23	1777-07-23	Runge Philipp Otto
saint-saens-camille-1835-10-09	1835-10-09	Saint-Saens Camille
sartre-jean-paul-1905-06-21	1905-06-21	Sartre Jean-Paul
de-saint-exupery-antoine-1900-06-29	1900-06-29	de Saint-Exupery Antoine
vallin-emile-1833-11-27	1833-11-27	Vallin Emile
vedrennes-jean-1826-01-13	1826-01-13	Védrennes Jean
sauerbruch-ernst-1875-07-03	1875-07-03	Sauerbruch Ernst
scharoun-hans-1893-09-20	1893-09-20	Scharoun Hans
scheffel-victor-1826-02-16	1826-02-16	vonScheffel Victor
scheidemann-philipp-1865-07-26	1865-07-26	Scheidemann Philipp
schelling-friedrich-wilhelm-1775-01-27	1775-01-27	vonSchelling Friedrich Wilhelm
schlemmer-oskar-1888-09-04	1888-09-04	Schlemmer Oskar
schmalenbach-eugen-1873-08-20	1873-08-20	Schmalenbach Eugen
schmeling-max-1905-09-28	1905-09-28	Schmeling Max
schmid-carlo-1896-12-03	1896-12-03	Schmid Carlo
schmidt-rottluff-karl-1884-12-01	1884-12-01	Schmidt-Rottluff Karl
schmollexr-gustav-1838-06-24	1838-06-24	vonSchmollexr Gustav
schock-rudolf-1915-09-04	1915-09-04	Schock Rudolf
scholl-hans-1918-09-22	1918-09-22	Scholl Hans
scholz-gustav-1930-04-42	1930-04-42	Scholz Gustav
schroder-rudolf-alexander-1878-01-26	1878-01-26	Schröder Rudolf Alexander
schubert-franz-1797-01-31	1797-01-31	Schubert Franz
schulze-delitzsch-hermann-1808-08-29	1808-08-29	Schulze-Delitzsch Hermann
schuman-robert-1886-06-29	1886-06-29	Schuman Robert
schumann-robert-1810-06-08	1810-06-08	Schumann Robert
schurz-carl-1829-03-02	1829-03-02	Schurz Carl
schuschnigg-kurt-1897-12-14	1897-12-14	vonSchuschnigg Kurt
seliner-gustav-rudolf-1905-05-25	1905-05-25	Seliner Gustav Rudolf
seurat-georges-1859-12-02	1859-12-02	Seurat Georges
shelley-percy-bysshe-1792-08-04	1792-08-04	Shelley Percy Bysshe
sica-vittorio-1901-07-07	1901-07-07	Sica Vittorio
signac-paul-1863-11-11	1863-11-11	Signac Paul
skladanowsky-max-1863-04-30	1863-04-30	Skladanowsky Max
slevogt-max-1868-16-08	1868-16-08	Slevogt Max
sombart-werner-1863-01-19	1863-01-19	Sombart Werner
sommerfeld-arnold-1868-12-05	1868-12-05	Sommerfeld Arnold
spengler-oswald-1880-05-29	1880-05-29	Spengler Oswald
spitzweg-cari-1808-02-05	1808-02-05	Spitzweg Cari
spranger-eduard-1882-06-27	1882-06-27	Spranger Eduard
stark-johannes-1874-04-15	1874-04-15	Stark Johannes
staudinger-hermann-1881-03-23	1881-03-23	Staudinger Hermann
stauffenberg-claus-1907-11-15	1907-11-15	vonStauffenberg Claus
stefano-giuseppe-1921-07-24	1921-07-24	diStefano Giuseppe
steinberg-william-1899-08-01	1899-08-01	Steinberg William
steinway-heinrich-e-1797-02-22	1797-02-22	Steinway Heinrich E.
stern-william-1871-04-29	1871-04-29	Stern William
sternheim-carl-1878-04-01	1878-04-01	Sternheim Carl
stirner-max-1806-10-25	1806-10-25	Stirner Max
stolz-robert-1880-08-25	1880-08-25	Stolz Robert
storm-theodor-1817-09-14	1817-09-14	Storm Theodor
strauf-david-friedrich-1808-01-27	1808-01-27	Strauf David Friedrich
strauss-richard-1864-06-11	1864-06-11	Strauss Richard
stroux-karlheinz-1908-02-25	1908-02-25	Stroux Karlheinz
stuck-franz-1863-02-23	1863-02-23	vonStuck Franz
taine-hippolyte-1828-04-21	1828-04-21	Taine Hippolyte
tauber-richard-1891-05-16	1891-05-16	Tauber Richard
teilhard-de-chardin-pierre-1881-05-01	1881-05-01	Teilhard De Chardin Pierre
vialleton-louis-1859-12-22	1859-12-22	Vialleton Louis
thiedemann-fritz-1918-03-03	1918-03-03	Thiedemann Fritz
thielicke-helmut-1908-12-04	1908-12-04	Thielicke Helmut
thiers-adolphe-1797-04-14	1797-04-14	Thiers Adolphe
thoma-hans-1839-10-02	1839-10-02	Thoma Hans
thoma-ludwig-1867-01-21	1867-01-21	Thoma Ludwig
thyssen-august-1842-05-17	1842-05-17	Thyssen August
tieck-ludwig-1773-05-31	1773-05-31	Tieck Ludwig
togliatti-palmiro-1893-03-26	1893-03-26	Togliatti Palmiro
toscanini-arturo-1867-03-25	1867-03-25	Toscanini Arturo
toulouse-lautrec-henri-1864-11-24	1864-11-24	Toulouse-Lautrec Henri
trakl-georg-1887-02-03	1887-02-03	Trakl Georg
treitschke-heinrich-1834-09-15	1834-09-15	vonTreitschke Heinrich
troeltsch-ernst-1865-02-17	1865-02-17	Troeltsch Ernst
truffaut-francois-1932-02-06	1932-02-06	Truffaut Francois
tucholsky-kurt-1890-01-09	1890-01-09	Tucholsky Kurt
utrillo-maurice-1883-12-26	1883-12-26	Utrillo Maurice
valentin-karl-1882-06-04	1882-06-04	Valentin Karl
velde-henry-van-1863-04-03	1863-04-03	deVelde Henry van
verdi-giuseppe-1813-10-10	1813-10-10	Verdi Giuseppe
verlaine-paul-1844-03-30	1844-03-30	Verlaine Paul
verne-jules-1828-02-08	1828-02-08	Verne Jules
vischer-friedrich-theodor-1807-06-30	1807-06-30	Vischer Friedrich Theodor
visconti-luchino-1906-11-02	1906-11-02	Visconti Luchino
villemin-jean-1827-01-24	1827-01-24	Villemin Jean
viaminck-maurice-1876-04-04	1876-04-04	deViaminck Maurice
wagner-adolph-1835-03-25	1835-03-25	Wagner Adolph
wagner-wieland-1917-01-05	1917-01-05	Wagner Wieland
wallach-otto-1847-03-27	1847-03-27	Wallach Otto
walser-robert-1878-04-15	1878-04-15	Walser Robert
warburg-otto-heinrich-1883-10-08	1883-10-08	Warburg Otto Heinrich
watson-james-1928-04-06	1928-04-06	Watson James
weber-alfred-1868-07-30	1868-07-30	Weber Alfred
weber-carl-maria-1786-12-18	1786-12-18	vonWeber Carl Maria
weber-max-1864-04-21	1864-04-21	Weber Max
wedekind-frank-1864-07-24	1864-07-24	Wedekind Frank
weill-kurt-1900-03-02	1900-03-02	Weill Kurt
weiss-peter-1916-11-08	1916-11-08	Weiss Peter
weyl-hermann-1885-11-09	1885-11-09	Weyl Hermann
wieland-christoph-martin-1733-09-05	1733-09-05	Wieland Christoph Martin
wilhelm-ii-1859-01-27	1859-01-27	Wilhelm II
willstatter-richard-1872-08-13	1872-08-13	Willstätter Richard
vincent-louis-1842-06-29	1842-06-29	Vincent Louis
volmar-victor-1887-02-25	1887-02-25	Volmar Victor
wallich-victor-1863-07-01	1863-07-01	Wallich Victor
weill-edmond-1858-02-08	1858-02-08	Weill Edmond
wolf-ferrari-ermanno-1876-01-12	1876-01-12	Wolf-Ferrari Ermanno
wolf-max-1863-06-21	1863-06-21	Wolf Max
wunderlich-fritz-1930-09-26	1930-09-26	Wunderlich Fritz
zeiss-carl-1816-09-11	1816-09-11	Zeiss Carl
zeppelin-ferdinand-1838-07-08	1838-07-08	vonZeppelin Ferdinand
ziegler-karl-1898-11-26	1898-11-26	Ziegler Karl
zille-heinrich-1858-01-10	1858-01-10	Zille Heinrich
zimmermann-bernd-alois-1918-03-20	1918-03-20	Zimmermann Bernd Alois
malivoir-philippe-1942-08-07	1942-08-07	MALIVOIR Philippe
zinzendorf-nikolaus-graf-1700-05-26	1700-05-26	vonZinzendorf Nikolaus Graf
zola-emile-1840-04-02	1840-04-02	Zola Emile
zuckmayer-carl-1896-12-27	1896-12-27	Zuckmayer Carl
sachsen-coburg-und-gotha-albert-1819-08-26	1819-08-26	vonSachsen Coburg und Gotha Albert
sachsen-coburg-und-gotha-albert-1819-08-26	1819-08-26	Albert of Saxe-Coburg and Gotha
sachsen-coburg-und-gotha-albert-1819-08-26	1819-08-26	Albert de Saxe-Cobourg-Gotha
van-cliburn-1934-07-12	1934-07-12	Cliburn Harvey Lavan
van-cliburn-1934-07-12	1934-07-12	Van Cliburn
dumas-alexandre-1802-07-24	1802-07-24	Dumas Alexandre
dumas-alexandre-1802-07-24	1802-07-24	Alexandre Dumas père
fleming-alexander-1881-08-06	1881-08-06	SirFleming Alexander
grock-1880-01-10	1880-01-10	Wettach Adrian
grock-1880-01-10	1880-01-10	Grock
le-corbusier-1887-10-06	1887-10-06	Jeanneret-Gris Charles-Édouard
le-corbusier-1887-10-06	1887-10-06	Le Corbusier
novalis-1772-05-02	1772-05-02	vonHardenberg Georg Philipp Friedrich
novalis-1772-05-02	1772-05-02	Novalis
paul-vi-1897-09-26	1897-09-26	Montini Giovanni Battista
paul-vi-1897-09-26	1897-09-26	Paul VI
sully-prudhomme-1839-03-16	1839-03-16	Sully-Prud'Homme Armand
sully-prudhomme-1839-03-16	1839-03-16	Sully-Prudhomme
adorni-vittorio-1937-11-14	1937-11-14	Adorni Vittorio
aaron-henry-1934-02-05	1934-02-05	Aaron Henry
accart-jean-1912-04-07	1912-04-07	Accart Jean
abbes-claude-1927-05-24	1927-05-24	Abbes Claude
acconcia-italo-1925-04-20	1925-04-20	Acconcia Italo
adaczyk-marcel-1935-01-05	1935-01-05	Adaczyk Marcel
adamoli-carlo-1894-11-07	1894-11-07	Adamoli Carlo
adriaenssens-jan-1932-06-06	1932-06-06	Adriaenssens Jan
agnel-marisette-1926-08-28	1926-08-28	Agnel Marisette
agnesei-alfredo-1895-10-05	1895-10-05	Agnesei Alfredo
agusta-giovanni-1879-10-04	1879-10-04	Agusta Giovanni
aillieres-georges-1934-12-03	1934-12-03	Aillieres Georges
akins-virgil-1928-03-10	1928-03-10	Akins Virgil
ainciart-edouard-1908-12-21	1908-12-21	Ainciart Edouard
albani-giorgio-1929-06-15	1929-06-15	Albani Giorgio
albert-paul-1876-02-16	1876-02-16	Albert Paul
baltzer-christian-1936-07-05	1936-07-05	Baltzer Christian
alard-pierre-1937-09-17	1937-09-17	Alard Pierre
baillet-philippe-1940-10-06	1940-10-06	Baillet Philippe
alderson-brian-1950-05-05	1950-05-05	Alderson Brian
algarotti-guglielmo-1902-09-10	1902-09-10	Algarotti Guglielmo
alkema-henri-1912-01-06	1912-01-06	Alkema Henri
allegri-gino-1893-03-24	1893-03-24	Allegri Gino
allen-elisabeth-1950-11-24	1950-11-24	Allen Elisabeth
amadei-amadeo-1921-07-26	1921-07-26	Amadei Amadeo
ambert-auguste-1928-04-15	1928-04-15	Ambert Auguste
amantea-antonio-1894-09-28	1894-09-28	Amantea Antonio
amico-silvio-1897-04-03	1897-04-03	Amico Silvio
ancilotto-giannino-1896-11-15	1896-11-15	Ancilotto Giannino
anderson-paul-1932-10-17	1932-10-17	Anderson Paul
andoire-numa-1908-03-19	1908-03-19	Andoire Numa
andriani-oronzo-1878-05-10	1878-05-10	Andriani Oronzo
anger-alphonse-1915-08-20	1915-08-20	Anger Alphonse
anglade-henri-1933-07-06	1933-07-06	Anglade Henri
anneet-adrien-1908-11-18	1908-11-18	Anneet Adrien
annovazzi-carlo-1925-05-24	1925-05-24	Annovazzi Carlo
anoul-leopold-1922-08-19	1922-08-19	Anoul Leopold
anthony-earl-1938-04-27	1938-04-27	Anthony Earl
antonazzi-francesco-1924-05-06	1924-05-06	Antonazzi Francesco
arabo-claude-1937-10-03	1937-10-03	Arabo Claude
arcari-bruno-1915-09-15	1915-09-15	Arcari Bruno
arese-francesco-1944-04-13	1944-04-13	Arese Francesco
armstrong-warren-1946-08-29	1946-08-29	Armstrong Warren
aubour-marcel-1940-06-17	1940-06-17	Aubour Marcel
arrachart-ludovic-1897-08-15	1897-08-15	Arrachart Ludovic
ascari-alberto-1918-07-13	1918-07-13	Ascari Alberto
arnoux-maurice-1895-09-07	1895-09-07	Arnoux Maurice
ashe-arthur-1943-07-10	1943-07-10	Ashe Arthur
austin-tracy-1962-12-12	1962-12-12	Austin Tracy
assire-marcel-1929-10-05	1929-10-05	Assire Marcel
aubrun-emile-1881-08-25	1881-08-25	Aubrun Emile
babashoff-shirley-1957-01-31	1957-01-31	Babashoff Shirley
augert-jean-noel-1949-08-17	1949-08-17	Augert Jean-Noël
auvergne-gilbert-1905-12-17	1905-12-17	Auvergne Gilbert
avorio-luigi-1884-06-21	1884-06-21	Avorio Luigi
authier-henri-1929-04-11	1929-04-11	Authier Henri
azzini-giovanni-1929-08-27	1929-08-27	Azzini Giovanni
bacchiega-billy-omero-1879-07-02	1879-07-02	Bacchiega-Billy Omero
bacci-giancarlo-1931-06-17	1931-06-17	Bacci Giancarlo
bacigalupo-valerio-1924-03-12	1924-03-12	Bacigalupo Valerio
bacula-andriano-1894-03-05	1894-03-05	Bacula Andriano
badoglio-pietro-1871-09-28	1871-09-28	Badoglio Pietro
baert-dirk-1949-02-14	1949-02-14	Baert Dirk
baffi-pierino-1930-09-15	1930-09-15	Baffi Pierino
balbo-italo-1896-06-05	1896-06-05	Balbo Italo
bagneux-faudoas-francois-1903-01-16	1903-01-16	Bagneux-Faudoas François
bailette-marcel-1904-10-12	1904-10-12	Bailette Marcel
baldini-mario-1897-08-04	1897-08-04	Baldini Mario
baldo-giuseppe-1914-07-27	1914-07-27	Baldo Giuseppe
ball-william-1931-04-29	1931-04-29	Ball William
ballacci-dino-1924-05-24	1924-05-24	Ballacci Dino
ballico-giovanni-1924-11-28	1924-11-28	Ballico Giovanni
balmanion-franco-1940-01-11	1940-01-11	Balmanion Franco
bambuck-roger-1945-11-22	1945-11-22	Bambuck Roger
baracchini-flavio-1895-07-28	1895-07-28	Baracchini Flavio
baour-roger-1926-04-07	1926-04-07	Baour Roger
baraton-georges-1904-04-12	1904-04-12	Baraton Georges
baraffe-edmond-1942-10-19	1942-10-19	Baraffe Edmond
baratelli-dominique-1947-12-26	1947-12-26	Baratelli Dominique
baratin-pierre-1920-09-07	1920-09-07	Baratin Pierre
barbadoro-nello-1923-04-21	1923-04-21	Barbadoro Nello
barbier-simone-1903-01-19	1903-01-19	Barbier Simone
bard-henri-1892-04-29	1892-04-29	Bard Henri
bariquand-georges-1889-01-08	1889-01-08	Bariquand Georges
bare-yves-1938-10-28	1938-10-28	Bare Yves
bardot-charles-1904-04-07	1904-04-07	Bardot Charles
barnes-lee-1906-07-16	1906-07-16	Barnes Lee
baroni-mario-1927-03-11	1927-03-11	Baroni Mario
barrau-max-1950-11-26	1950-11-26	Barrau Max
barry-richard-1944-03-28	1944-03-28	Barry Richard
barthel-josy-1927-04-24	1927-04-24	Barthel Josy
basauri-robert-1934-08-30	1934-08-30	Basauri Robert
bartholetti-paul-1926-02-24	1926-02-24	Bartholetti Paul
bassetto-adriano-1925-09-08	1925-09-08	Bassetto Adriano
basso-marino-1945-06-01	1945-06-01	Basso Marino
bastin-desire-1900-03-04	1900-03-04	Bastin Désiré
borotra-jean-1898-08-13	1898-08-13	Borotra Jean
battistoni-giovanni-1910-01-07	1910-01-07	Battistoni Giovanni
baud-jean-jacques-1947-09-26	1947-09-26	Baud Jean-Jacques
baudry-noel-1914-04-01	1914-04-01	Baudry Noël
beard-ralph-1927-12-01	1927-12-01	Beard Ralph
bazennerye-rene-1913-12-11	1913-12-11	Bazennerye René
beaucourt-georges-1912-04-15	1912-04-15	Beaucourt Georges
beaumont-andre-1880-02-08	1880-02-08	Beaumont André
becattini-fosco-1925-03-16	1925-03-16	Becattini Fosco
beccali-luigi-1907-11-19	1907-11-19	Beccali Luigi
bedendo-sebastiano-1895-07-18	1895-07-18	Bedendo Sebastiano
beghetto-giuseppe-1939-10-08	1939-10-08	Beghetto Giuseppe
brown-robert-1941-12-08	1941-12-08	Brown Robert
beguet-louis-1894-12-07	1894-12-07	Beguet Louis
beheyt-benoni-1940-09-27	1940-09-27	Beheyt Benoni
behr-pamela-1956-09-21	1956-09-21	Behr Pamela
button-richard-1929-07-18	1929-07-18	Button Richard
behoteguy-henri-1898-10-18	1898-10-18	Behoteguy Henri
belloni-gaetano-1892-08-27	1892-08-27	Belloni Gaetano
benausse-gilbert-1932-01-21	1932-01-21	Benausse Gilbert
benigni-tullio-1886-07-12	1886-07-12	Benigni Tullio
benoit-adelin-1900-05-17	1900-05-17	Benoit Adelin
beonio-brocchieri-vittorio-1902-05-04	1902-05-04	Beonio-Brocchieri Vittorio
berardinelli-giuseppe-1922-03-28	1922-03-28	Berardinelli Giuseppe
fonville-charles-1927-04-27	1927-04-27	Fonville Charles
bergamaschi-mario-1929-01-07	1929-01-07	Bergamaschi Mario
berejnoi-jean-claude-1939-04-20	1939-04-20	Berejnoi Jean-Claude
beraud-andre-1922-11-11	1922-11-11	Beraud André
bonnardel-francis-1928-01-24	1928-01-24	Bonnardel Francis
bergamaschi-vasco-1909-09-29	1909-09-29	Bergamaschi Vasco
bergonzi-piero-1891-01-24	1891-01-24	Bergonzi Piero
berland-roland-1945-02-26	1945-02-26	Berland Roland
berliri-zoppi-carlo-1887-09-24	1887-09-24	Berliri-Zoppi Carlo
bernard-alain-1902-08-25	1902-08-25	Bernard Alain
bernard-marcel-1914-05-18	1914-05-18	Bernard Marcel
berdardini-fulvio-1906-01-01	1906-01-01	Berdardini Fulvio
berra-yogi-1925-05-12	1925-05-12	Berra Yogi
jany-jocelyne-1937-05-11	1937-05-11	Jany Jocelyne
berot-jean-louis-1947-07-28	1947-07-28	Berot Jean-Louis
bernard-pierre-1932-01-27	1932-01-27	Bernard Pierre
berruti-livio-1939-05-19	1939-05-19	Berruti Livio
bertelsen-james-1950-02-26	1950-02-26	Bertelsen James
bertini-mario-1944-01-07	1944-01-07	Bertini Mario
bertocco-giuseppe-1900-10-30	1900-10-30	Bertocco Giuseppe
bertoni-sergio-1915-09-23	1915-09-23	Bertoni Sergio
bertranne-roland-1949-12-06	1949-12-06	Bertranne Roland
besson-colette-1946-04-07	1946-04-07	Besson Colette
bouttier-jean-claude-1944-10-13	1944-10-13	Bouttier Jean-Claude
bescos-marcel-1937-06-28	1937-06-28	Bescos Marcel
woillez-eugene-1811-01-19	1811-01-19	Woillez Eugène
bret-francois-1918-07-07	1918-07-07	Bret Francois
bettini-fabio-1943-03-13	1943-03-13	Bettini Fabio
bettini-lorenzo-1931-01-15	1931-01-15	Bettini Lorenzo
betz-pauline-1919-08-06	1919-08-06	Betz Pauline
bever-jef-1891-06-02	1891-06-02	Bever Jef
bevilacqua-antonio-1918-10-22	1918-10-22	Bevilacqua Antonio
benac-gaston-1881-02-25	1881-02-25	Benac Gaston
biagi-carlo-1914-04-20	1914-04-20	Biagi Carlo
biani-vinzenzo-1901-06-07	1901-06-07	Biani Vinzenzo
bigand-rene-1923-01-30	1923-01-30	Bigand René
bigogno-giuseppe-1909-07-22	1909-07-22	Bigogno Giuseppe
binda-alfredo-1902-08-11	1902-08-11	Binda Alfredo
billac-eugene-1898-03-16	1898-03-16	Billac Eugène
bihel-rene-1916-09-02	1916-09-02	Bihel René
biondetti-clemente-1898-10-18	1898-10-18	Biondetti Clemente
biondi-luigi-1888-03-17	1888-03-17	Biondi Luigi
birlenbach-heinfried-1940-12-07	1940-12-07	Birlenbach Heinfried
birrell-william-1897-03-13	1897-03-13	Birrell William
bizzarri-claudio-1933-12-21	1933-12-21	Bizzarri Claudio
bizard-xavier-1899-01-01	1899-01-01	Bizard Xavier
blair-jimmy-1888-05-11	1888-05-11	Blair Jimmy
blaise-andre-1888-01-09	1888-01-09	Blaise André
blanchet-bernard-1943-12-01	1943-12-01	Blanchet Bernard
pratesi-honore-1921-02-20	1921-02-20	Pratesi Honoré
blond-jean-1909-04-11	1909-04-11	Blond Jean
bluth-ray-1927-12-31	1927-12-31	Bluth Ray
bo-mario-1912-12-04	1912-12-04	Bo Mario
bocklant-willy-1941-01-26	1941-01-26	Bocklant Willy
bobet-louison-1925-03-12	1925-03-12	Bobet Louison
boffelli-victor-1947-03-20	1947-03-20	Boffelli Victor
bollelli-henri-1912-02-27	1912-02-27	Bollelli Henri
boiteux-jean-1933-06-20	1933-06-20	Boiteux Jean
bollini-bruno-1933-09-14	1933-09-14	Bollini Bruno
bolognesi-domenico-1886-03-04	1886-03-04	Bolognesi Domenico
bonduel-franc-1907-09-26	1907-09-26	Bonduel Franc
bonetto-felice-1903-06-09	1903-06-09	Bonetto Felice
bongiovanni-luca-1874-11-28	1874-11-28	Bongiovanni Luca
bonin-marcel-1904-11-10	1904-11-10	Bonin Marcel
boniface-guy-1937-03-06	1937-03-06	Boniface Guy
bonini-guido-1900-10-15	1900-10-15	Bonini Guido
boninsegna-roberto-1943-11-13	1943-11-13	Boninsegna Roberto
boniperti-gian-1928-07-04	1928-07-04	Boniperti Gian
bonnel-joseph-1939-01-04	1939-01-04	Bonnel Joseph
bonnaventure-robert-1920-08-08	1920-08-08	Bonnaventure Robert
bonlieu-francois-1937-03-21	1937-03-21	Bonlieu François
bonnet-florentin-1894-06-07	1894-06-07	Bonnet Florentin
bonomi-andrea-1923-02-14	1923-02-14	Bonomi Andrea
bonomi-giuseppe-1913-01-03	1913-01-03	Bonomi Giuseppe
bontemps-louis-1883-03-08	1883-03-08	Bontemps Louis
bonzani-alberto-1872-02-01	1872-02-01	Bonzani Alberto
booth-jane-1948-03-31	1948-03-31	Booth Jane
bordino-pietro-1887-11-22	1887-11-22	Bordino Pietro
boscolo-enore-1929-07-18	1929-07-18	Boscolo Enore
bosio-antonio-1885-03-01	1885-03-01	Bosio Antonio
bottecchia-ottavio-1894-08-01	1894-08-01	Bottecchia Ottavio
boucher-richard-1932-01-01	1932-01-01	Boucher Richard
boucheron-onesime-1904-02-10	1904-02-10	Boucheron Onesime
boulet-jean-1920-11-16	1920-11-16	Boulet Jean
bourdeu-roger-1927-01-06	1927-01-06	Bourdeu Roger
bowden-don-1936-08-08	1936-08-08	Bowden Don
bousquet-rene-1901-02-04	1901-02-04	Bousquet René
boutin-desvignes-abel-1922-12-04	1922-12-04	Boutin-Desvignes Abel
boyd-bobby-1933-10-25	1933-10-25	Boyd Bobby
brach-papa-francesco-1891-09-04	1891-09-04	Brach-Papa Francesco
bozon-charles-1932-12-15	1932-12-15	Bozon Charles
bracke-ferdinand-1939-05-25	1939-05-25	Bracke Ferdinand
brankart-theo-jean-1930-07-12	1930-07-12	Brankart (Theo) Jean
braine-raymond-1907-04-28	1907-04-28	Braine Raymond
bregi-henri-1888-12-04	1888-12-04	Bregi Henri
breguet-louis-1880-01-02	1880-01-02	Breguet Louis
briend-andre-1930-05-02	1930-05-02	Briend André
brilli-peri-gastone-1893-03-24	1893-03-24	Brilli-Peri Gastone
brindejonc-marcel-1892-02-08	1892-02-08	Brindejonc Marcel
brivio-antonio-1905-12-27	1905-12-27	Brivio Antonio
broccini-pietro-1928-01-02	1928-01-02	Broccini Pietro
brodie-john-1935-08-14	1935-08-14	Brodie John
brousse-elie-1921-08-28	1921-08-28	Brousse Elie
brown-roger-1937-05-01	1937-05-01	Brown Roger
brunella-luigi-1914-04-14	1914-04-14	Brunella Luigi
brugnon-jacques-1895-05-11	1895-05-11	Brugnon Jacques
bruni-dino-1932-04-13	1932-04-13	Bruni Dino
brunswick-theo-1931-11-06	1931-11-06	Brunswick Theo
brusseaux-michel-1913-03-10	1913-03-10	Brusseaux Michel
buchholz-earl-1940-09-16	1940-09-16	Buchholz Earl
bugatti-ottavio-1928-09-23	1928-09-23	Bugatti Ottavio
buret-maurice-1909-05-21	1909-05-21	Buret Maurice
burgnich-tarcisio-1939-04-25	1939-04-25	Burgnich Tarcisio
burini-renzo-1927-10-10	1927-10-10	Burini Renzo
burke-edward-1940-03-04	1940-03-04	Burke Edward
blanchet-andre-1918-03-22	1918-03-22	Blanchet André
burruni-salvatore-1933-04-11	1933-04-11	Burruni Salvatore
busani-umberto-1915-02-01	1915-02-01	Busani Umberto
coste-charles-1924-02-08	1924-02-08	Coste Charles
buscaglia-pietro-1911-02-09	1911-02-09	Buscaglia Pietro
butin-jean-1925-09-20	1925-09-20	Butin Jean
buysse-marcel-1889-11-11	1889-11-11	Buysse Marcel
cabruna-erneste-1889-06-02	1889-06-02	Cabruna Erneste
cabanier-jean-michel-1936-05-13	1936-05-13	Cabanier Jean-Michel
cagno-alessandro-1883-05-02	1883-05-02	Cagno Alessandro
caimo-angelo-1914-07-14	1914-07-14	Caimo Angelo
caillou-robert-1918-04-29	1918-04-29	Caillou Robert
calderara-attilio-1886-10-26	1886-10-26	Calderara Attilio
callens-norbert-1924-06-22	1924-06-22	Callens Norbert
calvo-guy-1933-05-13	1933-05-13	Calvo Guy
calzavara-artemio-1928-02-09	1928-02-09	Calzavara Artemio
camandone-alberto-1892-04-13	1892-04-13	Camandone Alberto
camberabero-lilian-1937-07-15	1937-07-15	Camberabero Lilian
camerman-felix-1884-10-02	1884-10-02	Camerman Félix
campana-loris-1926-08-03	1926-08-03	Campana Loris
campaes-andre-1944-04-30	1944-04-30	Campaes André
campatelli-aldo-1919-04-07	1919-04-07	Campatelli Aldo
caproni-gianni-1886-07-03	1886-07-03	Caproni Gianni
capdevielle-catherine-1938-09-02	1938-09-02	Capdevielle Catherine
caracciola-rudolf-1901-01-30	1901-01-30	Caracciola Rudolf
carapellese-riccardo-1922-07-01	1922-07-01	Carapellese Riccardo
carapezzi-anteo-1876-02-26	1876-02-26	Carapezzi Anteo
garbelli-gian-1931-10-04	1931-10-04	Garbelli Gian
cardinale-benvenuto-1924-07-07	1924-07-07	Cardinale Benvenuto
carlassare-nino-1896-02-06	1896-02-06	Carlassare Nino
cardet-louis-1943-06-20	1943-06-20	Cardet Louis
carr-willie-1950-01-06	1950-01-06	Carr Willie
gerardin-louis-1912-08-12	1912-08-12	Gerardin Louis
carrere-andre-1932-05-08	1932-05-08	Carrere André
carrara-emile-1925-01-11	1925-01-11	Carrara Emile
geminiani-raphael-1925-06-12	1925-06-12	Geminiani Raphaël
caerrere-christian-1943-07-27	1943-07-27	Caerrere Christian
carrere-jean-1930-04-05	1930-04-05	Carrere Jean
casagrande-eugenio-1892-09-03	1892-09-03	Casagrande Eugenio
casari-giuseppe-1922-04-10	1922-04-10	Casari Giuseppe
casaux-louis-1938-07-15	1938-07-15	Casaux Louis
caselli-stefano-1890-07-21	1890-07-21	Caselli Stefano
cassinelli-guglielmo-1897-01-31	1897-01-31	Cassinelli Guglielmo
casper-william-1931-06-24	1931-06-24	Casper William
cassani-valerio-1922-02-28	1922-02-28	Cassani Valerio
cassano-colombo-1929-12-14	1929-12-14	Cassano Colombo
castagneris-renato-1893-12-23	1893-12-23	Castagneris Renato
castigliano-eusebio-1921-02-09	1921-02-09	Castigliano Eusebio
cattaneo-bartolomeo-1888-04-03	1888-04-03	Cattaneo Bartolomeo
cattaneo-romano-1888-09-21	1888-09-21	Cattaneo Romano
catudal-ernest-1891-12-14	1891-12-14	Catudal Ernest
caudron-gaston-1882-01-18	1882-01-18	Caudron Gaston
cavara-otello-1887-04-12	1887-04-12	Cavara Otello
gaviglio-lelio-1870-10-13	1870-10-13	Gaviglio Lelio
cazal-pierre-1931-02-08	1931-02-08	Cazal Pierre
cecconi-flavio-1923-02-27	1923-02-27	Cecconi Flavio
cecioni-natale-1888-05-10	1888-05-10	Cecioni Natale
celio-celestino-1925-05-20	1925-05-20	Celio Celestino
cena-nicolao-1890-03-01	1890-03-01	Cena Nicolao
cerasani-alvaro-1925-08-01	1925-08-01	Cerasani Alvaro
cerdan-marcel-1943-12-04	1943-12-04	Cerdan Marcel
cerou-charles-1918-06-30	1918-06-30	Cerou Charles
cerrudo-ronald-1945-02-04	1945-02-04	Cerrudo Ronald
cervato-sergio-1929-03-22	1929-03-22	Cervato Sergio
cesaroni-anselmo-1865-11-16	1865-11-16	Cesaroni Anselmo
ceuppens-jean-1916-07-01	1916-07-01	Ceuppens Jean
charles-ezzard-1921-07-07	1921-07-07	Charles Ezzard
challe-leon-1898-07-20	1898-07-20	Challe Léon
ceustermans-serge-1928-01-17	1928-01-17	Ceustermans Serge
chatelain-andre-1918-10-27	1918-10-27	Chatelain André
chasserau-louis-1901-08-17	1901-08-17	Chasserau Louis
cherville-alain-1931-08-11	1931-08-11	Cherville Alain
chaves-d-aguilar-freddy-1918-10-08	1918-10-08	Chaves d'Aguilar Freddy
chatrier-philippe-1928-02-02	1928-02-02	Chatrier Philippe
chevallier-bernard-1925-09-07	1925-09-07	Chevallier Bernard
chevalier-guy-1910-12-05	1910-12-05	Chevalier Guy
chesnau-rene-1919-09-17	1919-09-17	Chesnau René
chiapella-giuseppe-1924-09-28	1924-09-28	Chiapella Giuseppe
chiarelli-bernard-1934-02-24	1934-02-24	Chiarelli Bernard
chizzo-bruno-1916-04-19	1916-04-19	Chizzo Bruno
christophe-robert-1938-02-22	1938-02-22	Christophe Robert
ciccarelli-mario-1932-05-27	1932-05-27	Ciccarelli Mario
ciolli-marcello-1928-08-26	1928-08-26	Ciolli Marcello
cirillo-giuseppe-1904-11-25	1904-11-25	Cirillo Giuseppe
claes-georges-1920-01-07	1920-01-07	Claes Georges
clark-jim-1936-03-04	1936-03-04	Clark Jim
clay-cassius-1942-01-17	1942-01-17	Clay Cassius
cler-louis-1905-12-31	1905-12-31	Cler Louis
clerici-giampietro-1892-07-18	1892-07-18	Clerici Giampietro
clery-raoul-1907-12-27	1907-12-27	Clery Raoul
cloarec-pierre-1909-03-14	1909-03-14	Cloarec Pierre
coiffard-michel-1892-07-16	1892-07-16	Coiffard Michel
colas-alain-1943-09-16	1943-09-16	Colas Alain
coeuret-francis-1931-02-12	1931-02-12	Coeuret Francis
colaussi-luigi-1914-03-04	1914-03-04	Colaussi Luigi
colchen-anne-1925-12-08	1925-12-08	Colchen Anne
combi-giampiero-1902-12-20	1902-12-20	Combi Giampiero
combs-glen-1946-10-30	1946-10-30	Combs Glen
comes-gaston-1923-04-26	1923-04-26	Comes Gaston
conforti-mario-1895-06-20	1895-06-20	Conforti Mario
conigliaro-tony-1945-01-07	1945-01-07	Conigliaro Tony
connolly-maureen-1934-09-17	1934-09-17	Connolly Maureen
conterno-angelo-1925-03-13	1925-03-13	Conterno Angelo
conti-oliviero-1933-02-28	1933-02-28	Conti Oliviero
contini-luigi-1895-05-01	1895-05-01	Contini Luigi
coppi-fausto-1919-09-15	1919-09-15	Coppi Fausto
corazza-aldo-1878-07-16	1878-07-16	Corazza Aldo
aggradi-piero-1934-10-07	1934-10-07	Aggradi Piero
coppens-rik-1918-10-03	1918-10-03	Coppens Rik
cordang-johannes-1869-12-26	1869-12-26	Cordang Johannes
cornacchia-franco-1907-01-25	1907-01-25	Cornacchia Franco
corni-guido-1883-08-25	1883-08-25	Corni Guido
corradi-giuseppe-1932-07-06	1932-07-06	Corradi Giuseppe
correggioli-enzo-1922-02-27	1922-02-27	Correggioli Enzo
cossemyns-pierre-1930-10-21	1930-10-21	Cossemyns Pierre
costagliola-leonardo-1921-10-27	1921-10-27	Costagliola Leonardo
costes-dieudonne-1892-11-04	1892-11-04	Costes Dieudonné
cossou-lucien-1936-01-29	1936-01-29	Cossou Lucien
counsilman-james-1920-12-28	1920-12-28	Counsilman James
cottenet-maurice-1895-02-11	1895-02-11	Cottenet Maurice
couet-andre-1931-01-18	1931-01-18	Couet André
courtin-paul-1942-03-27	1942-03-27	Courtin Paul
courtney-tom-1933-08-17	1933-08-17	Courtney Tom
couvreur-hilaire-1924-09-22	1924-09-22	Couvreur Hilaire
cowens-david-1948-10-25	1948-10-25	Cowens David
von-cramm-gottfried-1909-07-07	1909-07-07	von Cramm Gottfried
crauste-michel-1934-07-06	1934-07-06	Crauste Michel
cros-max-1928-06-24	1928-06-24	Cros Max
crossalexander-1919-06-16	1919-06-16	Crossalexander
cuillieres-rene-1929-07-22	1929-07-22	Cuillieres René
curlo-domenico-1886-02-19	1886-02-19	Curlo Domenico
curyl-stanislas-1929-04-24	1929-04-24	Curyl Stanislas
cuneo-marc-1923-12-08	1923-12-08	Cuneo Marc
cuverville-albert-1892-11-02	1892-11-02	Cuverville Albert
dabarberino-raul-1894-12-24	1894-12-24	DaBarberino Raul
darui-julien-1916-02-16	1916-02-16	Darui Julien
dagnaux-jean-1891-11-28	1891-11-28	Dagnaux Jean
dal-molin-tommaso-1902-01-13	1902-01-13	Dal Molin Tommaso
dal-monte-giorgio-1931-05-04	1931-05-04	Dal Monte Giorgio
dancelli-michele-1942-05-08	1942-05-08	Dancelli Michele
danzelle-pierre-1919-11-02	1919-11-02	Danzelle Pierre
dard-georges-1918-06-28	1918-06-28	Dard Georges
darrouy-christian-1937-01-13	1937-01-13	Darrouy Christian
dauga-benoit-1942-05-08	1942-05-08	Dauga Benoit
darraidou-auguste-1900-12-06	1900-12-06	Darraidou Auguste
daurat-didier-1891-01-02	1891-01-02	Daurat Didier
dautant-gerard-1929-01-28	1929-01-28	Dautant Gérard
david-wilfried-1946-02-22	1946-02-22	David Wilfried
davis-glen-1924-12-26	1924-12-26	Davis Glen
davis-otis-1932-07-12	1932-07-12	Davis Otis
de-baere-karel-1925-02-05	1925-02-05	De Baere Karel
de-baets-cesar-1891-06-16	1891-06-16	De Baets César
de-baets-gerard-1898-04-17	1898-04-17	De Baets Gérard
de-bernardi-mario-1893-07-01	1893-07-01	De Bernardi Mario
de-butts-john-1915-04-10	1915-04-10	De Butts John
de-carlo-giacomo-1892-04-06	1892-04-06	De Carlo Giacomo
de-carolis-ettore-1880-08-11	1880-08-11	De Carolis Ettore
de-decker-ferdiand-1919-02-19	1919-02-19	De Decker Ferdiand
de-feyter-joseph-1925-07-11	1925-07-11	De Feyter Joseph
degraeveleyn-leopold-1928-01-06	1928-01-06	DeGraeveleyn Léopold
de-haan-johannes-1936-12-25	1936-12-25	De Haan Johannes
de-backer-achiel-1918-11-24	1918-11-24	De Backer Achiel
de-jongh-p-1934-11-15	1934-11-15	De Jongh P
de-jonghe-berten-1894-02-14	1894-02-14	De Jonghe Berten
de-masellis-ferdinando-1874-01-18	1874-01-18	De Masellis Ferdinando
de-mulder-marcel-1928-03-29	1928-03-29	De Mulder Marcel
de-muer-maurice-1921-10-06	1921-10-06	De Muer Maurice
de-munster-lucien-1932-08-19	1932-08-19	De Munster Lucien
de-pinedo-francesco-1890-02-16	1890-02-16	De Pinedo Francesco
de-rossi-mino-1931-05-21	1931-05-21	De Rossi Mino
de-nadai-francis-1947-04-19	1947-04-19	De Nadai Francis
de-shoemmacker-joseph-1947-10-02	1947-10-02	De Shoemmacker Joseph
de-smet-armand-1931-01-23	1931-01-23	De Smet Armand
de-vecchi-renzo-1894-02-03	1894-02-03	De Vecchi Renzo
de-waele-mauritz-1896-12-27	1896-12-27	De Waele Mauritz
deberbard-daniele-1954-07-21	1954-07-21	Deberbard Daniele
deborre-gerard-1930-04-06	1930-04-06	Deborre Gérard
debruyne-alfred-1930-10-21	1930-10-21	Debruyne Alfred
debusscher-jan-1900-07-24	1900-07-24	Debusscher Jan
decaluwe-edgard-1913-07-01	1913-07-01	Decaluwe Edgard
declercq-roger-1930-09-02	1930-09-02	Declercq Roger
decock-roger-1927-04-20	1927-04-20	Decock Roger
decorte-roger-1923-08-08	1923-08-08	Decorte Roger
decroix-emiel-1904-03-05	1904-03-05	Decroix Emiel
dedieu-paul-1933-05-08	1933-05-08	Dedieu Paul
decugis-max-1882-09-24	1882-09-24	Decugis Max
defilippis-nino-1932-03-24	1932-03-24	Defilippis Nino
defoort-andre-1914-07-22	1914-07-22	Defoort André
defosse-robert-1909-06-19	1909-06-19	Defosse Robert
deggiovanni-giovanni-1885-10-07	1885-10-07	Deggiovanni Giovanni
degraeve-alois-1896-06-26	1896-06-26	Degraeve Alois
degrelle-maurice-1901-06-28	1901-06-28	Degrelle Maurice
dehert-albert-1921-11-18	1921-11-18	Dehert Albert
del-prete-carlo-1897-08-21	1897-08-21	Del Prete Carlo
dehaye-jacques-1927-02-08	1927-02-08	Dehaye Jacques
delabassee-roger-1926-08-26	1926-08-26	Delabassee Roger
delagrange-leon-1872-03-13	1872-03-13	Delagrange Léon
deladeriere-leon-1927-06-26	1927-06-26	Deladeriere Léon
delbecque-julien-1903-09-01	1903-09-01	Delbecque Julien
deledda-adolphe-1919-09-23	1919-09-23	Deledda Adolphe
delfino-luciano-1932-08-09	1932-08-09	Delfino Luciano
delhoste-henri-1931-07-21	1931-07-21	Delhoste Henri
delfour-edmond-1907-11-01	1907-11-01	Delfour Edmond
delmer-henri-1907-02-15	1907-02-15	Delmer Henri
delmine-emile-1927-05-22	1927-05-22	Delmine Emile
delmotte-raymond-1894-11-19	1894-11-19	Delmotte Raymond
deloffre-jean-1939-10-05	1939-10-05	Deloffre Jean
deloor-alfons-1910-06-03	1910-06-03	Deloor Alfons
deloor-gustav-1913-06-24	1913-06-24	Deloor Gustav
delorge-alibert-1930-03-28	1930-03-28	Delorge Alibert
delplanque-eugene-1929-02-16	1929-02-16	Delplanque Eugène
delpoux-andre-1927-12-16	1927-12-16	Delpoux André
deman-pol-1889-04-25	1889-04-25	Deman Pol
demarco-robert-1938-09-16	1938-09-16	Demarco Robert
dempsey-tom-1947-01-12	1947-01-12	Dempsey Tom
den-hartog-arie-1941-04-21	1941-04-21	den Hartog Arie
den-hartog-fedor-1946-04-20	1946-04-20	den Hartog Fedor
deneef-roger-1905-04-01	1905-04-01	Deneef Roger
denijs-henri-1931-03-08	1931-03-08	Denijs Henri
denti-pirajno-salvatore-1875-04-27	1875-04-27	Denti Pirajno Salvatore
depauw-mauritz-1903-06-12	1903-06-12	Depauw Mauritz
depetrini-theobaldo-1913-03-12	1913-03-12	Depetrini Theobaldo
depoorter-richard-1915-04-29	1915-04-29	Depoorter Richard
deprez-louis-1921-01-06	1921-01-06	Deprez Louis
derijcke-germain-1929-11-02	1929-11-02	Derijcke Germain
derksen-jan-1919-01-23	1919-01-23	Derksen Jan
dervaes-jef-1906-09-27	1906-09-27	Dervaes Jef
desimpelaere-mauritz-1920-04-28	1920-04-28	Desimpelaere Mauritz
desmet-gilbert-1931-02-03	1931-02-03	Desmet Gilbert
desclaux-joseph-1912-02-01	1912-02-01	Desclaux Joseph
despaux-jean-1915-10-22	1915-10-22	Despaux Jean
deullin-albert-1890-08-24	1890-08-24	Deullin Albert
dewolf-mauritz-1896-01-01	1896-01-01	Dewolf Mauritz
di-benedetti-dante-1916-10-28	1916-10-28	Di Benedetti Dante
diagne-raoul-1910-11-10	1910-11-10	Diagne Raoul
dionisi-renato-1947-11-21	1947-11-21	Dionisi Renato
buchard-georges-1893-12-21	1893-12-21	Buchard Georges
dolman-evert-1946-02-22	1946-02-22	Dolman Evert
dombeck-stanislas-1931-09-26	1931-09-26	Dombeck Stanislas
cattiau-philippe-1892-07-28	1892-07-28	Cattiau Philippe
domec-henri-1932-08-09	1932-08-09	Domec Henri
domingo-marcel-1924-01-15	1924-01-15	Domingo Marcel
dop-jean-1924-05-01	1924-05-01	Dop Jean
dossche-jules-1895-03-14	1895-03-14	Dossche Jules
dourthe-claude-1948-11-20	1948-11-20	Dourthe Claude
douis-yvon-1935-05-16	1935-05-16	Douis Yvon
drysoale-don-1936-07-23	1936-07-23	Drysoale Don
dubon-jacques-1931-05-28	1931-05-28	Dubon Jacques
dubreucq-albert-1924-06-03	1924-06-03	Dubreucq Albert
dufraisse-andre-1926-06-30	1926-06-30	Dufraisse André
dufau-gerard-1924-08-27	1924-08-27	Dufau Gérard
ducos-haille-jean-1926-11-29	1926-11-29	Ducos Haille Jean
duhau-jean-1906-05-01	1906-05-01	Duhau Jean
dujardin-paul-1894-05-10	1894-05-10	Dujardin Paul
duperay-jean-1921-09-04	1921-09-04	Duperay Jean
duponchel-pierre-1932-09-25	1932-09-25	Duponchel Pierre
dupont-louis-1910-11-14	1910-11-14	Dupont Louis
dupont-clement-1899-04-11	1899-04-11	Dupont Clément
duquesnoy-roger-1948-03-03	1948-03-03	Duquesnoy Roger
durruty-etienne-1907-11-16	1907-11-16	Durruty Etienne
durand-raymond-1894-01-28	1894-01-28	Durand Raymond
eastman-ben-1911-07-09	1911-07-09	Eastman Ben
eigenherr-joachim-1947-02-18	1947-02-18	Eigenherr Joachim
eito-pascal-1929-06-21	1929-06-21	Eito Pascal
dutrain-henri-1922-07-03	1922-07-03	Dutrain Henri
eller-carl-1942-02-25	1942-02-25	Eller Carl
ellis-jimmy-1940-02-24	1940-02-24	Ellis Jimmy
entringer-henri-1929-01-23	1929-01-23	Entringer Henri
escalante-edouard-1934-12-03	1934-12-03	Escalante Edouard
esteve-vincent-1943-09-04	1943-09-04	Esteve Vincent
esteve-alain-1946-09-15	1946-09-15	Esteve Alain
batteux-albert-1919-07-02	1919-07-02	Batteux Albert
etcheverry-jean-1933-02-13	1933-02-13	Etcheverry Jean
evans-lee-1947-02-25	1947-02-25	Evans Lee
etcheverry-pierre-1924-11-27	1924-11-27	Etcheverry Pierre
fabbri-edmondo-1921-11-16	1921-11-16	Fabbri Edmondo
faggs-hariwenta-1932-04-10	1932-04-10	Faggs Hariwenta
faignaert-emiel-1919-03-10	1919-03-10	Faignaert Emiel
agnoletto-marcello-1932-01-02	1932-01-02	Agnoletto Marcello
falchi-luigino-1879-12-11	1879-12-11	Falchi Luigino
fallarini-giuseppe-1934-05-04	1934-05-04	Fallarini Giuseppe
famechon-emile-1920-01-11	1920-01-11	Famechon Emile
faroux-charles-1872-12-20	1872-12-20	Faroux Charles
faucheux-lucien-1899-08-26	1899-08-26	Faucheux Lucien
faure-edmond-1927-06-05	1927-06-05	Faure Edmond
felton-lester-1929-03-06	1929-03-06	Felton Lester
ferguson-bobby-1945-03-01	1945-03-01	Ferguson Bobby
ferracin-guido-1926-01-18	1926-01-18	Ferracin Guido
ferrari-giovanni-1907-12-06	1907-12-06	Ferrari Giovanni
bereta-georges-1946-05-11	1946-05-11	Bereta Georges
ferrari-severino-1914-08-24	1914-08-24	Ferrari Severino
ferrarin-arturo-1895-02-13	1895-02-13	Ferrarin Arturo
ferrario-rosina-1888-07-28	1888-07-28	Ferrario Rosina
ferraris-pietro-1912-02-15	1912-02-15	Ferraris Pietro
ferrero-bruno-1933-11-24	1933-11-24	Ferrero Bruno
fierens-andre-1898-02-08	1898-02-08	Fierens André
fingers-rollis-1946-08-25	1946-08-25	Fingers Rollis
finzi-aldo-1891-04-20	1891-04-20	Finzi Aldo
fleming-peggy-1948-07-27	1948-07-27	Fleming Peggy
fleurquin-pierre-1905-02-21	1905-02-21	Fleurquin Pierre
folonari-giuseppe-1892-01-20	1892-01-20	Folonari Giuseppe
fleury-joel-1919-05-19	1919-05-19	Fleury Joël
foni-alfredo-1911-01-20	1911-01-20	Foni Alfredo
fontaine-just-1933-08-18	1933-08-18	Fontaine Just
fonteilles-rene-1915-04-12	1915-04-12	Fonteilles René
fore-noel-1932-12-23	1932-12-23	Fore Noël
formentin-silvio-1922-02-24	1922-02-24	Formentin Silvio
fortunato-joseph-1931-03-28	1931-03-28	Fortunato Joseph
fossati-bellani-silvio-1883-08-08	1883-08-08	Fossati-Bellani Silvio
gimondi-felice-1942-09-29	1942-09-29	Gimondi Felice
fouroux-jacques-1947-07-24	1947-07-24	Fouroux Jacques
fournier-jean-1914-05-04	1914-05-04	Fournier Jean
frantz-joseph-1890-08-07	1890-08-07	Frantz Joseph
frazier-joe-1944-01-17	1944-01-17	Frazier Joe
franquenelle-andre-1889-08-15	1889-08-15	Franquenelle André
freeman-david-1920-09-06	1920-09-06	Freeman David
freri-prospero-1892-03-22	1892-03-22	Freri Prospero
frey-andre-1919-11-07	1919-11-07	Frey André
frezzan-federico-1893-11-23	1893-11-23	Frezzan Federico
frignani-amleto-1932-03-01	1932-03-01	Frignani Amleto
fry-shriley-1927-06-30	1927-06-30	Fry Shriley
fujii-paul-1940-07-06	1940-07-06	Fujii Paul
gabetto-guglielmo-1916-02-24	1916-02-24	Gabetto Guglielmo
gable-dan-1948-10-25	1948-10-25	Gable Dan
gade-roger-1927-03-02	1927-03-02	Gade Roger
gagne-verne-1926-02-26	1926-02-26	Gagne Verne
galassi-alberto-1922-10-16	1922-10-16	Galassi Alberto
galli-carlo-1931-03-06	1931-03-06	Galli Carlo
gallice-rene-1919-04-13	1919-04-13	Gallice René
gallina-augusto-1873-05-23	1873-05-23	Gallina Augusto
gallotti-antonio-1887-10-22	1887-10-22	Gallotti Antonio
galmiche-jean-1910-01-24	1910-01-24	Galmiche Jean
gambardella-emmanuel-1888-07-03	1888-07-03	Gambardella Emmanuel
garassini-garbarino-giuseppe-1885-01-08	1885-01-08	Garassini-Garbarino Giuseppe
gance-henri-1888-03-17	1888-03-17	Gance Henri
gabardini-giuseppe-1879-04-17	1879-04-17	Gabardini Giuseppe
garrigue-roger-1941-05-26	1941-05-26	Garrigue Roger
gardien-rene-1928-02-10	1928-02-10	Gardien René
gaspard-pierre-1834-03-29	1834-03-29	Gaspard Pierre
gastaldi-camillo-1893-10-25	1893-10-25	Gastaldi Camillo
gauthier-louis-1916-04-12	1916-04-12	Gauthier Louis
geiberger-allen-1937-09-01	1937-09-01	Geiberger Allen
geldermans-albertus-1935-03-17	1935-03-17	Geldermans Albertus
geldfors-maurits-1905-11-22	1905-11-22	Geldfors Maurits
genta-mario-1912-03-01	1912-03-01	Genta Mario
gentile-giuseppe-1930-01-12	1930-01-12	Gentile Giuseppe
gerald-geo-1904-03-17	1904-03-17	Gerald Geo
gerbi-giovanni-1885-06-04	1885-06-04	Gerbi Giovanni
geraud-louis-1902-07-06	1902-07-06	Geraud Louis
gerbault-alain-1893-11-17	1893-11-17	Gerbault Alain
germar-manfred-1935-03-10	1935-03-10	Germar Manfred
giacchero-franco-1924-04-01	1924-04-01	Giacchero Franco
giacomazzi-giovanni-1928-01-18	1928-01-18	Giacomazzi Giovanni
giannelli-nazareno-1925-02-09	1925-02-09	Giannelli Nazareno
gibson-althea-1927-08-25	1927-08-25	Gibson Althea
gielen-frans-1921-10-22	1921-10-22	Gielen Frans
agostinelli-romano-1928-10-30	1928-10-30	Agostinelli Romano
gilbert-adrien-1889-07-19	1889-07-19	Gilbert Adrien
gilbert-ewinckel-igino-1876-08-04	1876-08-04	Gilbert Ewinckel Igino
gillis-maurice-1897-11-02	1897-11-02	Gillis Maurice
giovine-vittorio-1891-09-30	1891-09-30	Giovine Vittorio
girardengo-costante-1893-03-18	1893-03-18	Girardengo Costante
giudici-pietro-1921-07-28	1921-07-28	Giudici Pietro
giuliani-dino-1884-09-30	1884-09-30	Giuliani Dino
giuliano-luigi-1930-08-16	1930-08-16	Giuliano Luigi
gobert-andre-1890-09-30	1890-09-30	Gobert André
godih-lahouari-1929-04-27	1929-04-27	Godih Lahouari
gomes-harold-1933-08-22	1933-08-22	Gomes Harold
maria-francisca-gommers-1939-09-26	1939-09-26	Maria Francisca Gommers
gonzales-richard-1928-05-09	1928-05-09	Gonzales Richard
goreux-joseph-1924-01-29	1924-01-29	Goreux Joseph
gostoli-cristoforo-1897-02-28	1897-02-28	Gostoli Cristoforo
gottvalles-alain-1931-07-05	1931-07-05	Gottvalles Alain
ferrier-rene-1936-12-07	1936-12-07	Ferrier René
goutal-albert-1918-12-01	1918-12-01	Goutal Albert
gourbal-yvon-1939-08-14	1939-08-14	Gourbal Yvon
graebner-clark-1943-11-04	1943-11-04	Graebner Clark
gramo-felice-1901-12-22	1901-12-22	Gramo Felice
gabrillargues-louis-1914-06-16	1914-06-16	Gabrillargues Louis
graczyk-jean-1933-05-26	1933-05-26	Graczyk Jean
foix-jacques-1930-11-26	1930-11-26	Foix Jacques
grassi-fonseca-amilcare-1883-12-20	1883-12-20	Grassi Fonseca Amilcare
grasso-renato-1891-04-24	1891-04-24	Grasso Renato
granger-francois-1930-11-29	1930-11-29	Granger François
gratton-guido-1932-09-23	1932-09-23	Gratton Guido
graziani-del-borgo-carlo-1886-07-25	1886-07-25	Graziani del Borgo Carlo
greene-joe-1946-09-25	1946-09-25	Greene Joe
greig-john-1942-09-11	1942-09-11	Greig John
grelle-jim-1936-09-30	1936-09-30	Grelle Jim
gros-piero-1954-10-30	1954-10-30	Gros Piero
gress-pierre-1928-12-26	1928-12-26	Gress Pierre
griffanti-luigi-1917-04-20	1917-04-20	Griffanti Luigi
grogna-louis-1879-06-18	1879-06-18	Grogna Louis
grillet-pierre-1932-03-21	1932-03-21	Grillet Pierre
gruppi-raymond-1937-09-30	1937-09-30	Gruppi Raymond
guerin-henri-1921-08-27	1921-08-27	Guérin Henri
guernalec-jean-1930-01-05	1930-01-05	Guernalec Jean
guerra-learco-1902-10-14	1902-10-14	Guerra Learco
guerritore-revello-carlo-1895-05-06	1895-05-06	Guerritore Revello Carlo
gugliermina-giovan-1874-08-03	1874-08-03	Gugliermina Giovan
guidoni-alessandro-1880-07-15	1880-07-15	Guidoni Alessandro
jeter-robert-1937-05-09	1937-05-09	Jeter Robert
guignard-jacques-1920-06-18	1920-06-18	Guignard Jacques
guinard-paul-1876-05-10	1876-05-10	Guinard Paul
gyssels-romain-1907-03-10	1907-03-10	Gyssels Romain
hadl-john-1940-02-15	1940-02-15	Hadl John
haegelen-marcel-1896-09-13	1896-09-13	Haegelen Marcel
halimi-alphonse-1932-02-18	1932-02-18	Halimi Alphonse
hamerlinck-alfred-1905-09-27	1905-09-27	Hamerlinck Alfred
hanriot-marcel-1894-06-08	1894-06-08	Hanriot Marcel
hansen-fred-1940-12-29	1940-12-29	Hansen Fred
harris-archie-1918-07-03	1918-07-03	Harris Archie
harris-franco-1950-03-07	1950-03-07	Harris Franco
hart-doris-1925-06-20	1925-06-20	Hart Doris
hartford-asa-1950-10-24	1950-10-24	Hartford Asa
hary-armin-1937-03-22	1937-03-22	Hary Armin
hauwaert-cyriel-1883-12-15	1883-12-15	Hauwaert Cyriel
hayes-bob-1942-12-20	1942-12-20	Hayes Bob
hein-kael-1908-06-11	1908-06-11	Hein Kael
heinsohn-thomas-1934-08-26	1934-08-26	Heinsohn Thomas
algisi-michel-1950-04-16	1950-04-16	Algisi Michel
heinkele-roger-1913-01-06	1913-01-06	Heinkele Roger
heinrich-ignace-1925-07-31	1925-07-31	Heinrich Ignace
heldman-julie-1945-12-08	1945-12-08	Heldman Julie
hencken-john-1954-05-29	1954-05-29	Hencken John
hellemans-auguste-1907-06-21	1907-06-21	Hellemans Auguste
hendrickx-albert-1916-06-19	1916-06-19	Hendrickx Albert
heinnige-gerhard-1940-09-23	1940-09-23	Heinnige Gerhard
henrotin-sylvia-1904-07-10	1904-07-10	Henrotin Sylvia
herland-robert-1909-11-03	1909-11-03	Herland Robert
heriot-virginie-1890-07-25	1890-07-25	Heriot Virginie
hermal-franck-1923-08-05	1923-08-05	Hermal Franck
heurtaux-alfred-1893-05-20	1893-05-20	Heurtaux Alfred
hill-thomas-1949-11-17	1949-11-17	Hill Thomas
heutte-francois-1938-02-21	1938-02-21	Heutte François
hirsch-elroy-1923-06-17	1923-06-17	Hirsch Elroy
holladay-terry-1955-11-28	1955-11-28	Holladay Terry
holton-jim-1951-04-11	1951-04-11	Holton Jim
hornung-paul-1935-12-23	1935-12-23	Hornung Paul
hostin-louis-1908-04-21	1908-04-21	Hostin Louis
hudson-lou-1944-07-11	1944-07-11	Hudson Lou
hourlier-leon-1885-09-16	1885-09-16	Hourlier Léon
barclay-joyce-1944-07-22	1944-07-22	Barclay Joyce
huguet-guy-1923-08-03	1923-08-03	Huguet Guy
humez-charles-1927-05-18	1927-05-18	Humez Charles
huysmans-joseph-1941-12-18	1941-12-18	Huysmans Joseph
hymans-max-1900-03-02	1900-03-02	Hymans Max
ickx-jacques-1945-01-01	1945-01-01	Ickx Jacques
invernizzi-giovanni-1931-08-26	1931-08-26	Invernizzi Giovanni
israel-rinus-1942-03-19	1942-03-19	Israel Rinus
jacques-robert-1927-08-27	1927-08-27	Jacques Robert
janssens-marcel-1931-12-30	1931-12-30	Janssens Marcel
jasseron-lucien-1913-12-29	1913-12-29	Jasseron Lucien
jauffret-francois-1942-02-09	1942-02-09	Jauffret François
lacoste-rene-1904-07-02	1904-07-02	Lacoste René
jean-rene-1931-04-20	1931-04-20	Jean René
jenkins-david-1936-06-29	1936-06-29	Jenkins David
jeanne-yvonne-1910-07-14	1910-07-14	Jeanne Yvonne
johnson-patty-1950-04-15	1950-04-15	Johnson Patty
luisetti-angelo-1916-06-16	1916-06-16	Luisetti Angelo
jodar-jean-francois-1949-12-02	1949-12-02	Jodar Jean-François
gianessi-lazare-1925-11-09	1925-11-09	Gianessi Lazare
jol-marcel-1923-03-16	1923-03-16	Jol Marcel
joanblanc-robert-1917-02-21	1917-02-21	Joanblanc Robert
joly-emiel-1904-04-22	1904-04-22	Joly Emiel
jooris-henri-1879-04-23	1879-04-23	Jooris Henri
jonquieres-oriola-pierre-1920-02-01	1920-02-01	Jonquieres Oriola Pierre
kaers-karel-1914-06-03	1914-06-03	Kaers Karel
jousseaume-andre-1894-07-27	1894-07-27	Jousseaume André
journu-roland-1906-08-06	1906-08-06	Journu Roland
keller-kellerer-guido-1892-02-06	1892-02-06	Keller Kellerer Guido
kelly-eddie-1951-02-07	1951-02-07	Kelly Eddie
kemper-franz-joseph-1945-09-30	1945-09-30	Kemper Franz-Joseph
kidd-billy-1943-04-13	1943-04-13	Kidd Billy
kilmer-william-1939-09-05	1939-09-05	Kilmer William
king-leamon-1936-02-13	1936-02-13	King Leamon
moser-francesco-1951-06-19	1951-06-19	Moser Francesco
klaveren-lambertus-1907-09-26	1907-09-26	Klaveren Lambertus
klemmer-grover-1921-03-16	1921-03-16	Klemmer Grover
knievel-evel-1938-10-17	1938-10-17	Knievel Evel
kojis-donald-1939-07-15	1939-07-15	Kojis Donald
olsen-merlin-1940-09-15	1940-09-15	Olsen Merlin
kozakiewicz-casimir-1935-01-27	1935-01-27	Kozakiewicz Casimir
kramer-john-1921-08-01	1921-08-01	Kramer John
la-forgia-domenico-1928-08-11	1928-08-11	La Forgia Domenico
la-polla-ernesto-1872-09-12	1872-09-12	La Polla Ernesto
labadie-paul-1928-04-27	1928-04-27	Labadie Paul
lachenal-louis-1921-07-17	1921-07-17	Lachenal Louis
lacaze-pierre-1934-05-04	1934-05-04	Lacaze Pierre
labazuy-antoine-1929-02-09	1929-02-09	Labazuy Antoine
scott-jacob-1945-07-20	1945-07-20	Scott Jacob
lacquehay-charles-1897-11-04	1897-11-04	Lacquehay Charles
lacroix-pierre-1935-01-23	1935-01-23	Lacroix Pierre
laffont-alexandre-1884-07-15	1884-07-15	Laffont Alexandre
lafont-maurice-1937-09-13	1937-09-13	Lafont Maurice
larque-jean-michel-1947-09-08	1947-09-08	Larque Jean-Michel
laghi-ermenegildo-1890-02-24	1890-02-24	Laghi Ermenegildo
lahaye-j-1932-12-02	1932-12-02	Lahaye J
laird-ron-1938-05-31	1938-05-31	Laird Ron
lamperti-gracieux-1933-05-09	1933-05-09	Lamperti Gracieux
lampiano-evasio-1888-05-21	1888-05-21	Lampiano Evasio
lamotte-roland-1930-06-23	1930-06-23	Lamotte Roland
lancia-vincenzio-1881-10-24	1881-10-24	Lancia Vincenzio
landi-bruno-1928-12-05	1928-12-05	Landi Bruno
lapourielle-claude-1931-06-13	1931-06-13	Lapourielle Claude
larsen-arthur-1925-04-17	1925-04-17	Larsen Arthur
larnoe-henri-1897-05-08	1897-05-08	Larnoe Henri
larribau-leon-1889-03-02	1889-03-02	Larribau Léon
lauer-martin-1937-01-02	1937-01-02	Lauer Martin
laureati-guilio-1877-07-10	1877-07-10	Laureati Guilio
lasserre-rene-1895-10-09	1895-10-09	Lasserre René
laurent-roland-1924-02-17	1924-02-17	Laurent Roland
lavaud-jean-claude-1938-05-18	1938-05-18	Lavaud Jean-Claude
laurent-marcel-1913-06-06	1913-06-06	Laurent Marcel
le-chenadec-gilbert-1938-07-13	1938-07-13	Le Chenadec Gilbert
le-calvez-leon-1909-03-14	1909-03-14	Le Calvez Léon
le-morvan-gaston-1908-08-20	1908-08-20	Le Morvan Gaston
le-prieur-yves-1885-03-23	1885-03-23	Le Prieur Yves
le-quellec-yan-1902-05-03	1902-05-03	Le Quellec Yan
lebris-jean-1817-03-25	1817-03-25	Jean Lebris
lebrix-joseph-1899-02-22	1899-02-22	Lebrix Joseph
lebrun-ernestine-1906-02-26	1906-02-26	Lebrun Ernestine
lechantre-jean-1922-02-13	1922-02-13	Lechantre Jean
leduc-lucien-1918-12-30	1918-12-30	Leduc Lucien
lecointe-sadi-1891-07-11	1891-07-11	Lecointe Sadi
leducq-andre-1904-02-27	1904-02-27	Leducq André
lee-sammy-1920-08-01	1920-08-01	Lee Sammy
lefin-andre-1927-03-28	1927-03-28	Lefin André
legagneux-georges-1882-12-24	1882-12-24	Legagneux Georges
lemaire-georges-1905-04-30	1905-04-30	Lemaire Georges
legendre-rene-1899-10-21	1899-10-21	Legendre René
lemaitre-robert-1929-03-07	1929-03-07	Lemaitre Robert
lemyse-alain-1931-11-06	1931-11-06	Lemyse Alain
lemoine-jean-1913-07-23	1913-07-23	Lemoine Jean
lerond-andre-1930-12-06	1930-12-06	Lerond André
lesurque-marcel-1908-04-02	1908-04-02	Lesurque Marcel
lespes-ode-1924-03-11	1924-03-11	Lespes Ode
lilly-bob-1939-07-26	1939-07-26	Lilly Bob
level-leon-1910-07-12	1910-07-12	Level Léon
leonis-auguste-1894-01-31	1894-01-31	Leonis Auguste
liotta-aurelio-1886-11-10	1886-11-10	Liotta Aurelio
liquori-martin-1949-09-11	1949-09-11	Liquori Martin
lisa-gino-1896-08-19	1896-08-19	Lisa Gino
llanas-roger-1936-04-24	1936-04-24	Llanas Roger
logan-karen-1949-06-10	1949-06-10	Logan Karen
loit-jacques-1929-12-29	1929-12-29	Loit Jacques
lombard-vincenzo-1883-08-08	1883-08-08	Lombard Vincenzo
loncke-gerard-1905-01-15	1905-01-15	Loncke Gérard
longo-vito-1885-11-10	1885-11-10	Longo Vito
laurent-lucien-1907-12-10	1907-12-10	Laurent Lucien
lopez-nancy-1957-01-06	1957-01-06	Lopez Nancy
lopopolo-sandro-1939-12-18	1939-12-18	Lopopolo Sandro
lordi-umberto-1894-04-11	1894-04-11	Lordi Umberto
lorenzi-benito-1925-12-20	1925-12-20	Lorenzi Benito
shelton-ernie-1932-09-28	1932-09-28	Shelton Ernie
louis-xerces-1926-10-31	1926-10-31	Louis Xerces
lovati-roberto-1927-07-20	1927-07-20	Lovati Roberto
louni-jacques-1927-10-23	1927-10-23	Louni Jacques
lucentini-amaldo-1930-07-07	1930-07-07	Lucentini Amaldo
lufbery-rauol-1885-03-14	1885-03-14	Lufbery Rauol
lubin-lebrere-marcel-1891-07-21	1891-07-21	Lubin-Lebrere Marcel
luyten-henri-1931-07-11	1931-07-11	Luyten Henri
lynch-benny-1913-04-02	1913-04-02	Lynch Benny
macdonald-malcom-1913-10-26	1913-10-26	Macdonald Malcom
matheson-salve-1920-08-11	1920-08-11	Matheson Salve
smith-adrian-1936-10-05	1936-10-05	Smith Adrian
maddalena-umberto-1894-12-14	1894-12-14	Maddalena Umberto
maelbrancke-andre-1918-04-23	1918-04-23	Maelbrancke André
maes-eugene-1890-09-15	1890-09-15	Maes Eugène
magerl-hermann-1949-01-13	1949-01-13	Magerl Hermann
maggiora-clemente-1887-03-02	1887-03-02	Maggiora Clemente
magli-augusto-1923-03-09	1923-03-09	Magli Augusto
maglioli-umberto-1928-06-05	1928-06-05	Maglioli Umberto
mahan-larry-1943-11-21	1943-11-21	Mahan Larry
majoral-roger-1934-08-12	1934-08-12	Majoral Roger
magne-antonin-1904-02-15	1904-02-15	Magne Antonin
majorana-antonio-1898-08-21	1898-08-21	Majorana Antonio
malatesta-mario-1908-02-29	1908-02-29	Malatesta Mario
maldini-cesare-1932-02-05	1932-02-05	Maldini Cesare
male-luigi-1929-02-25	1929-02-25	Male Luigi
mandelli-piero-1884-11-09	1884-11-09	Mandelli Piero
mandonnaud-claude-1950-04-02	1950-04-02	Mandonnaud Claude
manente-sergio-1924-12-10	1924-12-10	Manente Sergio
manni-giuseppe-1884-07-12	1884-07-12	Manni Giuseppe
manterola-thomas-1927-12-19	1927-12-19	Manterola Thomas
mara-michele-1903-10-02	1903-10-02	Mara Michele
marazzani-alberto-1888-10-29	1888-10-29	Marazzani Alberto
marcaillou-sylvain-1911-02-08	1911-02-08	Marcaillou Sylvain
marche-roger-1924-03-05	1924-03-05	Marche Roger
marchesi-vittorio-1895-04-04	1895-04-04	Marchesi Vittorio
marenghi-marenco-alberto-1873-06-16	1873-06-16	Marenghi-Marenco Alberto
mari-giacomo-1924-10-17	1924-10-17	Mari Giacomo
stones-dwight-1953-12-06	1953-12-06	Stones Dwight
lefevre-roland-1914-10-28	1914-10-28	Lefevre Roland
mariani-amos-1931-03-30	1931-03-30	Mariani Amos
maridor-jean-1920-11-24	1920-11-24	Maridor Jean
marien-joseph-1929-03-19	1929-03-19	Marien Joseph
marin-la-meslee-edmond-1912-02-05	1912-02-05	Marin la Meslée Edmond
maris-roger-1934-09-10	1934-09-10	Maris Roger
marraco-henri-1937-11-21	1937-11-21	Marraco Henri
martelli-danilo-1923-05-27	1923-05-27	Martelli Danilo
martelli-castaldi-sabatino-1896-08-19	1896-08-19	Martelli Castaldi Sabatino
martin-alfons-1930-04-18	1930-04-18	Martin Alfons
martinez-mariano-1948-09-20	1948-09-20	Martinez Mariano
martini-alfredo-1921-02-18	1921-02-18	Martini Alfredo
martinez-hoz-gaston-1899-12-12	1899-12-12	Martinez Hoz Gaston
marty-andre-1931-03-14	1931-03-14	Marty André
masetti-guido-1907-11-22	1907-11-22	Masetti Guido
masnaghetti-serge-1934-04-15	1934-04-15	Masnaghetti Serge
maspes-antonio-1932-01-14	1932-01-14	Maspes Antonio
masson-emiel-1888-10-16	1888-10-16	Masson Emiel
mc-dermott-richard-1940-09-20	1940-09-20	Mc Dermott Richard
mathys-lucien-1924-04-09	1924-04-09	Mathys Lucien
mc-elhenny-hugh-1928-12-31	1928-12-31	Mc Elhenny Hugh
mathieu-marcel-1926-04-03	1926-04-03	Mathieu Marcel
mc-enery-john-1925-12-30	1925-12-30	Mc Enery John
matteuci-gino-1881-12-12	1881-12-12	Matteuci Gino
maupeou-d-ableiges-pierre-1910-06-07	1910-06-07	Maupeou D'Ableiges Pierre
mazard-herve-1943-12-18	1943-12-18	Mazard Hervé
mauriat-paul-1887-05-27	1887-05-27	Mauriat Paul
maury-maurice-1926-04-18	1926-04-18	Maury Maurice
mazza-bruno-1924-06-03	1924-06-03	Mazza Bruno
mazzaron-anton-1899-08-03	1899-08-03	Mazzaron Anton
mazzinghi-sandro-1938-10-03	1938-10-03	Mazzinghi Sandro
mazzoleni-ernani-1871-07-03	1871-07-03	Mazzoleni Ernani
taylor-brian-1951-06-09	1951-06-09	Taylor Brian
mc-calliog-jim-1946-09-23	1946-09-23	Mc Calliog Jim
mc-creadie-eddie-1940-04-15	1940-04-15	Mc Creadie Eddie
matson-oliver-1930-05-01	1930-05-01	Matson Oliver
meazza-giuseppe-1910-08-23	1910-08-23	Meazza Giuseppe
loncle-marcel-1936-01-05	1936-01-05	Loncle Marcel
mechant-isidor-1885-12-15	1885-12-15	Mechant Isidor
medus-robert-1929-04-12	1929-04-12	Medus Robert
meert-henri-1920-08-27	1920-08-27	Meert Henri
melis-paolo-1929-05-16	1929-05-16	Melis Paolo
menecali-abdon-1827-05-28	1827-05-28	Menecali Abdon
menti-romeo-1919-09-05	1919-09-05	Menti Romeo
mercanti-arturo-1875-04-15	1875-04-15	Mercanti Arturo
merckx-eddy-1945-06-17	1945-06-17	Merckx Eddy
mericamp-paul-1888-03-05	1888-03-05	Mericamp Paul
mermans-jozef-1922-02-16	1922-02-16	Mermans Jozef
messina-guido-1931-01-04	1931-01-04	Messina Guido
merquey-jacques-1929-09-26	1929-09-26	Merquey Jacques
messori-carlo-1881-05-29	1881-05-29	Messori Carlo
matthews-croze-paulette-1899-06-14	1899-06-14	Matthews Croze Paulette
meuleman-august-1906-10-20	1906-10-20	Meuleman August
mezzadri-giammarco-1923-01-07	1923-01-07	Mezzadri Giammarco
mias-lucien-1930-09-28	1930-09-28	Mias Lucien
michel-bernard-1929-12-22	1929-12-22	Michel Bernard
michelin-pierre-1937-01-07	1937-01-07	Michelin Pierre
michelini-danilo-1917-03-06	1917-03-06	Michelini Danilo
middelkamp-theofiel-1914-02-23	1914-02-23	Middelkamp Theofiel
middlecoff-gary-1921-01-06	1921-01-06	Middlecoff Gary
mignet-henri-1893-10-19	1893-10-19	Mignet Henri
milandri-widmer-1922-12-05	1922-12-05	Milandri Widmer
milano-ettore-1925-07-26	1925-07-26	Milano Ettore
milano-luigi-1913-07-06	1913-07-06	Milano Luigi
mildenberger-karl-1937-11-23	1937-11-23	Mildenberger Karl
miller-freddie-1911-04-03	1911-04-03	Miller Freddie
miller-john-1947-04-29	1947-04-29	Miller John
minoia-nando-1884-06-02	1884-06-02	Minoia Nando
moccafiche-mario-1888-07-26	1888-07-26	Moccafiche Mario
mir-isabelle-1949-03-02	1949-03-02	Mir Isabelle
moerenhout-jef-1910-03-10	1910-03-10	Moerenhout Jef
molfese-manlio-1883-09-20	1883-09-20	Molfese Manlio
molino-giuseppe-1884-09-25	1884-09-25	Molino Giuseppe
molitor-marc-1948-09-21	1948-09-21	Molitor Marc
moltrasio-luigi-1928-01-17	1928-01-17	Moltrasio Luigi
momo-frederico-1878-11-11	1878-11-11	Momo Frederico
moncur-bob-1945-01-19	1945-01-19	Moncur Bob
monie-rene-1934-01-02	1934-01-02	Monie René
monier-charles-1920-01-03	1920-01-03	Monier Charles
monti-eugenio-1928-01-23	1928-01-23	Monti Eugenio
montico-antonio-1933-12-30	1933-12-30	Montico Antonio
moresco-alberto-1893-06-09	1893-06-09	Moresco Alberto
moresco-rinaldo-1925-01-15	1925-01-15	Moresco Rinaldo
moretti-marino-1931-01-02	1931-01-02	Moretti Marino
morgan-joe-1943-09-19	1943-09-19	Morgan Joe
morlaix-demezay-1915-03-21	1915-03-21	Morlaix (Demezay)
morselli-arrigo-1911-06-05	1911-06-05	Morselli Arrigo
moulis-rene-1931-07-06	1931-07-06	Moulis René
moureu-pierre-1895-08-24	1895-08-24	Moureu Pierre
moulins-henri-1923-06-04	1923-06-04	Moulins Henri
mouyal-armand-1925-10-13	1925-10-13	Mouyal Armand
moyer-denny-1939-08-08	1939-08-08	Moyer Denny
muccinelli-ermes-1927-07-28	1927-07-28	Muccinelli Ermes
murtin-jacques-1904-03-13	1904-03-13	Murtin Jacques
nadi-nedo-1949-12-02	1949-12-02	Nadi Nedo
nakache-alfred-1915-11-18	1915-11-18	Nakache Alfred
nardini-guido-1881-07-30	1881-07-30	Nardini Guido
natale-silvio-1894-07-07	1894-07-07	Natale Silvio
nelli-giorgio-1931-12-11	1931-12-11	Nelli Giorgio
nencini-gastone-1930-03-01	1930-03-01	Nencini Gastone
neri-giacomo-1916-01-01	1916-01-01	Neri Giacomo
neri-giuseppe-1878-05-26	1878-05-26	Neri Giuseppe
nesti-fulvio-1925-06-08	1925-06-08	Nesti Fulvio
neuhaus-heinz-1926-04-14	1926-04-14	Neuhaus Heinz
newberry-janet-1953-08-06	1953-08-06	Newberry Janet
nicklaus-jack-1940-01-21	1940-01-21	Nicklaus Jack
nijdam-hendrik-1935-09-26	1935-09-26	Nijdam Hendrik
nitschke-raymond-1936-12-29	1936-12-29	Nitschke Raymond
lorius-pierre-1925-02-12	1925-02-12	Lorius Pierre
niutta-ugo-1889-12-20	1889-12-20	Niutta Ugo
nolf-robert-1922-07-01	1922-07-01	Nolf Robert
noret-jean-1909-11-18	1909-11-18	Noret Jean
nosari-giuseppe-1883-03-23	1883-03-23	Nosari Giuseppe
novi-jacky-1946-07-18	1946-07-18	Novi Jacky
nouwens-theodore-1908-02-17	1908-02-17	Nouwens Theodore
nuvolari-tazio-1892-11-16	1892-11-16	Nuvolari Tazio
ockers-stan-1920-02-03	1920-02-03	Ockers Stan
odon-charles-1925-11-07	1925-11-07	Odon Charles
offenberg-jean-1916-07-03	1916-07-03	Offenberg Jean
olivi-luigi-1894-11-18	1894-11-18	Olivi Luigi
olivieri-rinaldo-1935-01-01	1935-01-01	Olivieri Rinaldo
oliver-celestin-1930-07-12	1930-07-12	Oliver Célestin
oppezzo-guglielmo-1926-06-11	1926-06-11	Oppezzo Guglielmo
orgeix-jean-1921-04-15	1921-04-15	Orgeix Jean
origgi-giovan-1895-01-14	1895-01-14	Origgi Giovan
ossola-franco-1921-08-22	1921-08-22	Ossola Franco
ottenbros-harmin-1943-06-27	1943-06-27	Ottenbros Harmin
ottoz-eddy-1944-06-03	1944-06-03	Ottoz Eddy
ostemeyer-micheline-1922-12-23	1922-12-23	Ostemeyer Micheline
peri-robert-1941-01-20	1941-01-20	Peri Robert
petit-rene-1899-10-08	1899-10-08	Petit René
prouff-jean-1919-09-12	1919-09-12	Prouff Jean
o-neal-arthur-1936-05-15	1936-05-15	O'Neal Arthur
obregon-eugene-1930-11-12	1930-11-12	Obregon Eugene
pagano-primo-1887-01-01	1887-01-01	Pagano Primo
palli-natale-1895-07-23	1895-07-23	Palli Natale
pandolfini-egisto-1926-02-17	1926-02-17	Pandolfini Egisto
parent-augustin-1935-07-30	1935-07-30	Parent Augustin
paris-paulin-1898-08-25	1898-08-25	Paris Paulin
pasotti-alfredo-1925-01-06	1925-01-06	Pasotti Alfredo
passarin-roberto-1934-07-07	1934-07-07	Passarin Roberto
pastine-giovanni-1874-09-02	1874-09-02	Pastine Giovanni
paterni-mlarcel-1950-01-15	1950-01-15	Paterni MLarcel
paterson-george-1914-09-26	1914-09-26	Paterson George
paulhan-louis-1883-07-19	1883-07-19	Paulhan Louis
provelli-louis-1939-04-21	1939-04-21	Provelli Louis
pavinato-mirko-1934-06-20	1934-06-20	Pavinato Mirko
peelman-eddy-1947-08-08	1947-08-08	Peelman Eddy
pazzi-jean-1920-08-07	1920-08-07	Pazzi Jean
pele-roger-1901-08-29	1901-08-29	Pele Roger
pellegrin-aldo-1888-08-28	1888-08-28	Pellegrin Aldo
pelizza-henri-1920-03-21	1920-03-21	Pelizza Henri
pellenaars-cornelius-1913-05-10	1913-05-10	Pellenaars Cornelius
pelletier-doisy-georges-1892-03-09	1892-03-09	Pelletier-Doisy Georges
petilli-giuseppe-1862-09-12	1862-09-12	Petilli Giuseppe
perazzolo-mario-1911-06-07	1911-06-07	Perazzolo Mario
perez-raoul-1923-01-10	1923-01-10	Perez Raoul
perillat-guy-1940-02-24	1940-02-24	Perillat Guy
perquier-marcel-1912-06-23	1912-06-23	Perquier Marcel
perrucca-domenico-1886-04-07	1886-04-07	Perrucca Domenico
perillat-simon-1930-12-05	1930-12-05	Perillat Simon
perry-james-1936-10-30	1936-10-30	Perry James
peruchetti-giuseppe-1907-10-30	1907-10-30	Peruchetti Giuseppe
perversi-luigi-1906-05-22	1906-05-22	Perversi Luigi
petrucci-loretto-1929-08-23	1929-08-23	Petrucci Loretto
pettazzi-pietro-1890-05-21	1890-05-21	Pettazzi Pietro
petre-gabriel-1929-04-04	1929-04-04	Petre Gabriel
peyre-egisto-1919-09-19	1919-09-19	Peyre Egisto
pezzi-luciano-1921-02-08	1921-02-08	Pezzi Luciano
peron-jean-1918-06-15	1918-06-15	Peron Jean
phillip-iain-1951-02-14	1951-02-14	Phillip Iain
piazza-carlo-1871-03-21	1871-03-21	Piazza Carlo
piccinini-alberto-1923-01-25	1923-01-25	Piccinini Alberto
piccoli-domenico-1882-03-05	1882-03-05	Piccoli Domenico
picollo-giulio-1880-10-28	1880-10-28	Picollo Giulio
piemontesi-domenico-1903-01-11	1903-01-11	Piemontesi Domenico
pieters-andre-1922-09-11	1922-09-11	Pieters André
pieters-graafland-eddy-1934-01-05	1934-01-05	Pieters-Graafland Eddy
pijnenburg-jan-1906-02-08	1906-02-08	Pijnenburg Jan
pilet-gerard-1933-09-15	1933-09-15	Pilet Gérard
pinna-pietro-1891-01-12	1891-01-12	Pinna Pietro
pintarelli-giuseppe-1931-01-21	1931-01-21	Pintarelli Giuseppe
pirolley-rene-1931-10-17	1931-10-17	Pirolley René
pivatelli-gino-1933-03-27	1933-03-27	Pivatelli Gino
planckaert-joseph-1934-05-05	1934-05-05	Planckaert Joseph
pironti-felix-1921-04-05	1921-04-05	Pironti Félix
plantefol-alain-1942-12-26	1942-12-26	Plantefol Alain
plas-joseph-1930-11-26	1930-11-26	Plas Joseph
plunkett-jim-1947-12-05	1947-12-05	Plunkett Jim
poletti-louis-1930-01-16	1930-01-16	Poletti Louis
pollard-james-1922-07-09	1922-07-09	Pollard James
abadie-lucien-1937-08-17	1937-08-17	Abadie Lucien
ponzio-emanuele-1877-11-12	1877-11-12	Ponzio Emanuele
porro-felice-1891-10-08	1891-10-08	Porro Felice
posio-celso-1931-04-26	1931-04-26	Posio Celso
potez-henry-1891-09-30	1891-09-30	Potez Henry
pourpe-marc-1887-05-17	1887-05-17	Pourpe Marc
pozzi-giacomo-1890-05-28	1890-05-28	Pozzi Giacomo
pricolo-francesco-1891-01-30	1891-01-30	Pricolo Francesco
prigent-jacques-1927-09-26	1927-09-26	Prigent Jacques
prat-maurice-1928-09-17	1928-09-17	Prat Maurice
prik-michel-1926-01-06	1926-01-06	Prik Michel
pronk-jan-1918-10-19	1918-10-19	Pronk Jan
prin-clary-jean-1912-07-15	1912-07-15	Prin-Clary Jean
puccinelli-aldo-1920-12-25	1920-12-25	Puccinelli Aldo
puget-marcel-1949-09-28	1949-09-28	Puget Marcel
puttemans-emiel-1947-10-08	1947-10-08	Puttemans Emiel
quaglia-costantino-1878-12-23	1878-12-23	Quaglia Costantino
puis-wilfried-1943-02-18	1943-02-18	Puis Wilfried
ralston-r-1942-07-27	1942-07-27	Ralston R
quittet-claude-1941-03-12	1941-03-12	Quittet Claude
quenin-yvan-1920-03-01	1920-03-01	Quenin Yvan
ranza-ferrucio-1892-09-09	1892-09-09	Ranza Ferrucio
ramillon-robert-1909-02-24	1909-02-24	Ramillon Robert
ranvial-marcel-1929-12-24	1929-12-24	Ranvial Marcel
rava-pietro-1916-01-21	1916-01-21	Rava Pietro
re-umberto-1887-03-19	1887-03-19	Re Umberto
rebry-gaston-1905-01-29	1905-01-29	Rebry Gaston
rebuffic-lucien-1921-12-22	1921-12-22	Rebuffic Lucien
redaelli-cesare-1890-04-02	1890-04-02	Redaelli Cesare
reding-serge-1941-12-23	1941-12-23	Reding Serge
rebuffat-gaston-1921-05-07	1921-05-07	Rebuffat Gaston
rio-roger-1913-02-13	1913-02-13	Rio Roger
reed-willis-1942-06-25	1942-06-25	Reed Willis
reiff-gaston-1921-02-24	1921-02-24	Reiff Gaston
remondini-leandro-1917-11-17	1917-11-17	Remondini Leandro
remue-emiel-1919-10-25	1919-10-25	Remue Emiel
retino-giuseppe-1894-03-01	1894-03-01	Retino Giuseppe
revenu-daniel-1942-12-05	1942-12-05	Revenu Daniel
riccardi-giovanni-1911-12-10	1911-12-10	Riccardi Giovanni
ricci-secondo-1913-10-08	1913-10-08	Ricci Secondo
rice-james-1953-03-08	1953-03-08	Rice James
richardson-bobby-1935-08-19	1935-08-19	Richardson Bobby
rigal-jean-1890-12-12	1890-12-12	Rigal Jean
richard-rene-1942-11-06	1942-11-06	Richard René
rigby-cathy-1952-12-12	1952-12-12	Rigby Cathy
rijvers-cornelis-1926-05-27	1926-05-27	Rijvers Cornelis
riva-giovanni-1895-03-03	1895-03-03	Riva Giovanni
rivera-gianni-1943-08-18	1943-08-18	Rivera Gianni
robbiano-leonida-1895-10-16	1895-10-16	Robbiano Leonida
riviere-roger-1936-02-23	1936-02-23	Riviere Roger
roberts-john-1921-01-01	1921-01-01	Roberts John
robertson-lawson-1883-09-23	1883-09-23	Robertson Lawson
rocci-lorenzo-1928-05-04	1928-05-04	Rocci Lorenzo
rodgers-philamon-1938-04-03	1938-04-03	Rodgers Philamon
rodriguez-sauveur-1920-10-17	1920-10-17	Rodriguez Sauveur
rodzig-bruno-1935-05-29	1935-05-29	Rodzig Bruno
rolland-amedee-1914-01-22	1914-01-22	Rolland Amédée
roge-lucien-1932-10-18	1932-10-18	Roge Lucien
romanet-bernard-1894-01-28	1894-01-28	Romanet Bernard
ronsse-georges-1906-03-04	1906-03-04	Ronsse Georges
rosa-franco-1932-05-01	1932-05-01	Rosa Franco
rosato-roberto-1943-08-18	1943-08-18	Rosato Roberto
rosburg-bob-1926-10-21	1926-10-21	Rosburg Bob
rosetta-virgilio-1902-02-24	1902-02-24	Rosetta Virgilio
rosseel-andre-1924-11-23	1924-11-23	Rosseel André
rossi-francis-1937-11-07	1937-11-07	Rossi Francis
rossius-jan-1890-12-27	1890-12-27	Rossius Jan
rota-batista-1932-07-18	1932-07-18	Rota Batista
rouqueirol-jean-1933-04-19	1933-04-19	Rouqueirol Jean
rouland-edouard-1903-04-27	1903-04-27	Rouland Edouard
roy-jules-1907-10-22	1907-10-22	Roy Jules
rousseau-maurice-1906-09-28	1906-09-28	Rousseau Maurice
roustan-rene-1928-06-11	1928-06-11	Roustan René
ruett-walter-1883-09-12	1883-09-12	Ruett Walter
ruggerone-germano-1874-06-30	1874-06-30	Ruggerone Germano
ruminski-cesar-1924-06-13	1924-06-13	Ruminski César
rodighiero-daniel-1940-09-10	1940-09-10	Rodighiero Daniel
ryckaert-marcel-1924-07-20	1924-07-20	Ryckaert Marcel
sacchi-enzo-1926-01-06	1926-01-06	Sacchi Enzo
saelen-julien-1920-08-06	1920-08-06	Saelen Julien
rostagni-jean-paul-1948-01-14	1948-01-14	Rostagni Jean-Paul
sala-virgilio-1891-07-20	1891-07-20	Sala Virgilio
saeys-louis-1887-11-26	1887-11-26	Saeys Louis
saleza-jose-1905-12-18	1905-12-18	Saleza José
salomone-oreste-1879-11-20	1879-11-20	Salomone Oreste
sardier-gilbert-1897-05-05	1897-05-05	Sardier Gilbert
salignon-jean-1928-01-01	1928-01-01	Salignon Jean
savioni-marco-1931-02-23	1931-02-23	Savioni Marco
savonne-andre-1930-09-18	1930-09-18	Savonne André
scalpinelli-leguigna-pietro-1904-03-30	1904-03-30	Scalpinelli Leguigna Pietro
scelzo-luigi-1880-08-27	1880-08-27	Scelzo Luigi
schaeken-leopold-1926-01-12	1926-01-12	Schaeken Leopold
scherens-josef-1909-02-17	1909-02-17	Scherens Josef
schilles-maurice-1888-02-25	1888-02-25	Schilles Maurice
schiprowski-claus-1942-12-27	1942-12-27	Schiprowski Claus
schlindwein-antoine-1911-08-10	1911-08-10	Schlindwein Antoine
schmit-ady-1940-08-17	1940-08-17	Schmit Ady
schol-alain-1944-07-20	1944-07-20	Schol Alain
schotte-alberic-1919-09-07	1919-09-07	Schotte Alberic
schoubben-frans-1933-11-11	1933-11-11	Schoubben Frans
schroeders-willy-1932-12-09	1932-12-09	Schroeders Willy
schulte-gerrit-1916-01-07	1916-01-07	Schulte Gerrit
scortichini-italo-1929-10-14	1929-10-14	Scortichini Italo
screpante-giuseppe-1889-07-28	1889-07-28	Screpante Giuseppe
sczepaniak-robert-1942-04-04	1942-04-04	Sczepaniak Robert
seaver-tom-1944-11-17	1944-11-17	Seaver Tom
seeler-uwe-1936-11-05	1936-11-05	Seeler Uwe
segato-armando-1930-05-03	1930-05-03	Segato Armando
sellier-felix-1893-01-02	1893-01-02	Sellier Félix
sels-edward-1941-08-29	1941-08-29	Sels Edward
sentimenti-lucidio-1920-07-01	1920-07-01	Sentimenti Lucidio
serantoni-pietro-1906-12-12	1906-12-12	Serantoni Pietro
seres-georges-1884-04-07	1884-04-07	Seres Georges
serin-henri-1930-07-19	1930-07-19	Serin Henri
serin-jacques-1934-08-01	1934-08-01	Serin Jacques
shaw-tim-1957-11-08	1957-11-08	Shaw Tim
siatka-robert-1934-06-20	1934-06-20	Siatka Robert
signorelli-gaudenzio-1895-04-20	1895-04-20	Signorelli Gaudenzio
silvester-jay-1937-08-27	1937-08-27	Silvester Jay
sime-dave-1936-07-25	1936-07-25	Sime Dave
abbati-marco-1928-03-04	1928-03-04	Abbati Marco
simpson-orenthal-1947-07-09	1947-07-09	Simpson Orenthal
sioli-ernesto-1879-03-30	1879-03-30	Sioli Ernesto
sisto-filippo-1884-10-08	1884-10-08	Sisto Filippo
sitjar-michel-1942-09-13	1942-09-13	Sitjar Michel
skrela-jean-claude-1949-10-01	1949-10-01	Skrela Jean-Claude
skena-louis-1924-09-10	1924-09-10	Skena Louis
smith-owen-1920-05-20	1920-05-20	Smith Owen
smith-stanley-1946-12-14	1946-12-14	Smith Stanley
smith-wallace-1929-04-02	1929-04-02	Smith Wallace
soldani-renzo-1925-05-02	1925-05-02	Soldani Renzo
soler-angelino-1938-11-05	1938-11-05	Soler Angelino
somers-joseph-1917-05-29	1917-05-29	Somers Joseph
sommer-roger-1877-08-04	1877-08-04	Sommer Roger
sperotto-giovanni-1927-11-13	1927-11-13	Sperotto Giovanni
spiessens-alfons-1888-11-05	1888-11-05	Spiessens Alfons
spitz-mark-1950-02-10	1950-02-10	Spitz Mark
stagnoli-antonio-1919-06-01	1919-06-01	Stagnoli Antonio
starr-bryen-1934-01-09	1934-01-09	Starr Bryen
stearns-charles-1939-02-13	1939-02-13	Stearns Charles
accambray-jacques-1950-05-23	1950-05-23	Accambray Jacques
stellin-adone-1921-03-03	1921-03-03	Stellin Adone
stock-gilbert-1925-07-27	1925-07-27	Stock Gilbert
stievenard-michel-1937-09-21	1937-09-21	Stievenard Michel
stockelynck-henri-1893-12-28	1893-12-28	Stockelynck Henri
stockton-david-1941-11-02	1941-11-02	Stockton David
stommelen-rolf-1943-07-11	1943-07-11	Stommelen Rolf
stynen-emile-1907-11-02	1907-11-02	Stynen Emile
stricanne-marceau-1920-01-01	1920-01-01	Stricanne Marceau
suglia-cesare-1887-01-04	1887-01-04	Suglia Cesare
suster-vittorio-1899-08-28	1899-08-28	Suster Vittorio
sweering-johannes-1909-06-21	1909-06-21	Sweering Johannes
sybille-francois-1906-08-30	1906-08-30	Sybille François
tabuteau-maurice-1884-04-24	1884-04-24	Tabuteau Maurice
tacchini-guido-1886-09-03	1886-09-03	Tacchini Guido
taillantou-pierre-1920-08-07	1920-08-07	Taillantou Pierre
talbert-william-1918-09-04	1918-09-04	Talbert William
talbourdet-georges-1951-12-05	1951-12-05	Talbourdet Georges
tarantini-raffaello-1895-09-23	1895-09-23	Tarantini Raffaello
tarr-jerry-1939-08-27	1939-08-27	Tarr Jerry
taruffi-piero-1906-10-12	1906-10-12	Taruffi Piero
tarmoul-mohamed-1930-07-13	1930-07-13	Tarmoul Mohamed
taylor-tony-1946-09-06	1946-09-06	Taylor Tony
teisseire-claude-1931-03-14	1931-03-14	Teisseire Claude
tedijini-mohamed-1932-06-02	1932-06-02	Tedijini Mohamed
teste-paul-1896-10-02	1896-10-02	Teste Paul
terreau-maurice-1923-01-30	1923-01-30	Terreau Maurice
theo-skudlapski-theo-1935-11-17	1935-11-17	Theo(Skudlapski Theo)
thevenet-bernard-1948-01-10	1948-01-10	Thevenet Bernard
moulin-charles-1909-12-11	1909-12-11	Moulin Charles
texereau-guy-1935-05-14	1935-05-14	Texereau Guy
thepot-alex-1906-07-30	1906-07-30	Thepot Alex
thijs-philippe-1889-10-08	1889-10-08	Thijs Philippe
thevenet-marcel-1915-07-09	1915-07-09	Thevenet Marcel
thompson-david-1954-07-13	1954-07-13	Thompson David
thys-guy-1922-12-06	1922-12-06	Thys Guy
tibbs-tommy-1934-07-23	1934-07-23	Tibbs Tommy
timmer-hendrik-1904-02-08	1904-02-08	Timmer Hendrik
tips-ernest-1893-10-02	1893-10-02	Tips Ernest
tiriau-roger-1928-10-22	1928-10-22	Tiriau Roger
todd-patricia-1922-07-22	1922-07-22	Todd Patricia
tognon-omero-1924-03-03	1924-03-03	Tognon Omero
toreilles-serge-1931-12-31	1931-12-31	Toreilles Serge
torricelli-leopold-1893-02-02	1893-02-02	Torricelli Leopold
tortul-mario-1931-02-25	1931-02-25	Tortul Mario
touchard-janine-1924-11-25	1924-11-25	Touchard Janine
trillo-jean-1944-10-27	1944-10-27	Trillo Jean
truye-willy-1934-04-06	1934-04-06	Truye Willy
tulasne-jean-1912-11-27	1912-11-27	Tulasne Jean
turchi-giorgio-1931-10-26	1931-10-26	Turchi Giorgio
turilli-gaetano-1886-10-24	1886-10-24	Turilli Gaetano
tyrer-james-1939-02-25	1939-02-25	Tyrer James
usuelli-celestino-1877-04-08	1877-04-08	Usuelli Celestino
acerbi-mario-1913-05-29	1913-05-29	Acerbi Mario
tylinski-richard-1937-09-18	1937-09-18	Tylinski Richard
vaglienti-giovanni-1896-10-03	1896-10-03	Vaglienti Giovanni
valetti-giovanni-1913-09-23	1913-09-23	Valetti Giovanni
valin-martial-1898-05-14	1898-05-14	Valin Martial
vallazza-ermanno-1899-05-06	1899-05-06	Vallazza Ermanno
van-cauter-emile-1931-12-02	1931-12-02	Van Cauter Emile
vallerey-gisele-1930-01-22	1930-01-22	Vallerey Gisèle
van-daele-leon-1933-02-24	1933-02-24	Van Daele Léon
van-dormael-karel-1924-10-04	1924-10-04	Van Dormael Karel
van-est-pit-1934-08-11	1934-08-11	Van Est Pit
van-gestel-raymond-1930-01-20	1930-01-20	Van Gestel Raymond
van-herzele-mauritz-1917-02-10	1917-02-10	Van Herzele Mauritz
van-impe-lucien-1946-10-20	1946-10-20	Van Impe Lucien
van-kempen-pieter-1898-12-12	1898-12-12	Van Kempen Pieter
van-lerberghe-henri-1891-01-29	1891-01-29	Van Lerberghe Henri
van-linden-rik-1949-07-28	1949-07-28	Van Linden Rik
van-nitsen-willy-1935-02-08	1935-02-08	Van Nitsen Willy
van-overloop-staf-1918-10-14	1918-10-14	Van Overloop Staf
van-slembroeck-gustaf-1902-03-25	1902-03-25	Van Slembroeck Gustaf
van-theemsche-peez-1915-08-15	1915-08-15	Van Theemsche Peez
van-vliet-arie-1916-03-18	1916-03-18	Van Vliet Arie
vanconingsloo-georges-1940-10-27	1940-10-27	Vanconingsloo Georges
van-de-velde-pier-1889-05-15	1889-05-15	Van De Velde Pier
van-den-bossche-martin-1941-03-10	1941-03-10	Van Den Bossche Martin
van-der-borgh-joseph-1934-10-28	1934-10-28	Van Der Borgh Joseph
van-der-brekel-petrus-1932-07-21	1932-07-21	Van Der Brekel Petrus
van-der-stuyft-leon-1890-05-05	1890-05-05	Van Der Stuyft Leon
vandooren-roger-1923-04-27	1923-04-27	Vandooren Roger
vanier-raymond-1895-08-06	1895-08-06	Vanier Raymond
vannier-michel-1931-07-21	1931-07-21	Vannier Michel
vangi-salvator-1927-01-13	1927-01-13	Vangi Salvator
varzi-achille-1904-08-08	1904-08-08	Varzi Achille
venturi-arcadio-1929-05-18	1929-05-18	Venturi Arcadio
vellat-edmond-1897-02-14	1897-02-14	Vellat Edmond
verachtert-josephus-1932-08-20	1932-08-20	Verachtert Josephus
verbeke-roger-1930-01-31	1930-01-31	Verbeke Roger
vercoutter-andre-1923-06-29	1923-06-29	Vercoutter André
vergauwen-1914-02-13	1914-02-13	Vergauwen
verge-louis-1938-10-06	1938-10-06	Verge Louis
vermeulen-jean-1895-07-22	1895-07-22	Vermeulen Jean
vernaglione-umberto-1933-04-24	1933-04-24	Vernaglione Umberto
vernet-georges-1905-11-16	1905-11-16	Vernet Georges
verona-alberto-1884-11-17	1884-11-17	Verona Alberto
veronesi-alfredo-1890-12-20	1890-12-20	Veronesi Alfredo
verplaetse-roger-1931-10-24	1931-10-24	Verplaetse Roger
verschoore-omer-1888-12-02	1888-12-02	Verschoore Omer
verschueren-adolf-1922-06-10	1922-06-10	Verschueren Adolf
vervaecke-felicien-1907-04-11	1907-04-11	Vervaecke Felicien
vianelli-franco-1946-10-20	1946-10-20	Vianelli Franco
vigone-adolfo-1897-05-31	1897-05-31	Vigone Adolfo
vigier-robert-1926-12-05	1926-12-05	Vigier Robert
vignal-rene-1926-08-12	1926-08-12	Vignal René
viola-giovanni-1926-06-20	1926-06-20	Viola Giovanni
virgili-giuseppe-1935-07-24	1935-07-24	Virgili Giuseppe
viollat-emile-1937-06-19	1937-06-19	Viollat Emile
visconti-modrone-marcello-1898-12-18	1898-12-18	Visconti Modrone Marcello
visintin-bruno-1932-11-23	1932-11-23	Visintin Bruno
vissers-wadje-1912-07-24	1912-07-24	Vissers Wadje
vivaldi-pasqua-marco-1883-11-24	1883-11-24	Vivaldi-Pasqua Marco
vivolo-pasquale-1928-01-06	1928-01-06	Vivolo Pasquale
vlaeminck-erick-1945-03-23	1945-03-23	Vlaeminck Erick
de-vlaeminck-roger-1947-08-24	1947-08-24	De Vlaeminck Roger
voorting-gerrit-1923-01-18	1923-01-18	Voorting Gerrit
vuarnet-jean-1933-01-18	1933-01-18	Vuarnet Jean
wagtmans-wout-1929-11-10	1929-11-10	Wagtmans Wout
scotti-roger-1925-07-29	1925-07-29	Scotti Roger
wallet-urbain-1899-07-03	1899-07-03	Wallet Urbain
walschot-rene-1916-04-21	1916-04-21	Walschot René
walter-fritz-1920-10-31	1920-10-31	Walter Fritz
walton-william-1952-11-05	1952-11-05	Walton William
behr-sepp-1929-10-16	1929-10-16	Behr Sepp
webster-george-1945-11-25	1945-11-25	Webster George
weiss-pierre-1889-10-17	1889-10-17	Weiss Pierre
achgelis-gera-1908-07-16	1908-07-16	Achgelis Gera.
warusfel-ildephonse-1931-04-03	1931-04-03	Warusfel Ildephonse
white-byron-1917-06-09	1917-06-09	White Byron
whitworth-kathy-1939-09-27	1939-09-27	Whitworth Kathy
wierinck-robert-1915-04-12	1915-04-12	Wierinck Robert
achilli-camillo-1921-08-21	1921-08-21	Achilli Camillo
wills-helen-1905-10-06	1905-10-06	Wills Helen
wilson-ray-1947-04-08	1947-04-08	Wilson Ray
winkler-hans-gunter-1926-07-24	1926-07-24	Winkler Hans Günter
wolfshohl-rolf-1938-12-27	1938-12-27	Wolfshohl Rolf
woodruff-john-1915-07-05	1915-07-05	Woodruff John
wooldridge-shaw-winnie-1947-01-18	1947-01-18	Wooldridge-shaw Winnie
wottle-dave-1950-08-07	1950-08-07	Wottle Dave
wright-mickey-1935-02-14	1935-02-14	Wright Mickey
zambujo-tiodmir-1930-12-12	1930-12-12	Zambujo Tiodmir
zamora-ricardo-1901-02-14	1901-02-14	Zamora Ricardo
zampini-donato-1926-12-10	1926-12-10	Zampini Donato
zatelli-mario-1912-12-21	1912-12-21	Zatelli Mario
zironi-otello-1917-01-02	1917-01-02	Zironi Otello
abadie-andre-1934-07-27	1934-07-27	Abadie André
zitouni-mustapha-1928-10-19	1928-10-19	Zitouni Mustapha
sesia-georges-1924-07-08	1924-07-08	Sesia Georges
aigueparses-claude-1949-07-14	1949-07-14	Aigueparses Claude
albaladejo-raymond-1932-10-17	1932-10-17	Albaladejo Raymond
albani-luigi-1928-03-25	1928-03-25	Albani Luigi
alberico-lanfranco-1917-07-31	1917-07-31	Alberico Lanfranco
alberto-henri-1933-11-18	1933-11-18	Alberto Henri
aldinger-erwin-1911-02-22	1911-02-22	Aldinger Erwin
alfonso-ambrogio-1917-01-11	1917-01-11	Alfonso Ambrogio
alghisi-luciano-1917-04-18	1917-04-18	Alghisi Luciano
amadeo-gioncarlo-1934-02-01	1934-02-01	Amadeo Gioncarlo
alphan-jan-van-1914-06-17	1914-06-17	Alphan Jan (van)
amiel-marc-1951-04-30	1951-04-30	Amiel Marc
amlong-gerhard-1900-08-14	1900-08-14	Amlong Gerhard
anastasi-francis-1933-04-23	1933-04-23	Anastasi Francis
anastasi-jean-1935-12-16	1935-12-16	Anastasi Jean
anastique-gerard-1947-04-09	1947-04-09	Anastique Gérard
andreoli-piero-1911-11-02	1911-11-02	Andreoli Piero
andre-jacqueline-1946-08-29	1946-08-29	André Jacqueline
andrieu-jean-1934-07-13	1934-07-13	Andrieu Jean
andrighetto-primo-1918-01-02	1918-01-02	Andrighetto Primo
angel-pierre-1924-05-25	1924-05-25	Angel Pierre
angeleri-stefano-1926-08-26	1926-08-26	Angeleri Stefano
anguivel-daniel-1950-01-31	1950-01-31	Anguivel Daniel
antona-piero-1912-04-05	1912-04-05	Antona Piero
antonio-emilio-1928-04-22	1928-04-22	Antonio Emilio
ara-georges-1951-03-25	1951-03-25	Ara Georges
arienti-felice-1917-01-24	1917-01-24	Arienti Felice
armani-luciano-1940-10-12	1940-10-12	Armani Luciano
arribas-claude-1951-08-13	1951-08-13	Arribas Claude
arrieumerlou-michel-1947-07-19	1947-07-19	Arrieumerlou Michel
arrighini-silvio-1924-01-19	1924-01-19	Arrighini Silvio
arrigoni-alfredo-1935-06-30	1935-06-30	Arrigoni Alfredo
aspesi-anastasie-1936-05-24	1936-05-24	Aspesi Anastasie
auboiroux-patrice-1949-01-16	1949-01-16	Auboiroux Patrice
aunaud-michel-1912-09-09	1912-09-09	Aunaud Michel
avanzolini-menotti-1923-01-16	1923-01-16	Avanzolini Menotti
azimonti-ii-antonio-1925-01-02	1925-01-02	Azimonti II Antonio
baccetti-bruno-1925-07-30	1925-07-30	Baccetti Bruno
bacci-nibbio-1923-02-03	1923-02-03	Bacci Nibbio
baffert-emile-1924-08-26	1924-08-26	Baffert Emile
bagnoli-osvaldo-1935-07-03	1935-07-03	Bagnoli Osvaldo
baiocchi-guiseppe-1923-12-19	1923-12-19	Baiocchi Guiseppe
baira-ambrogio-1923-11-27	1923-11-27	Baira Ambrogio
balbiano-alfio-1931-02-17	1931-02-17	Balbiano Alfio
balestra-iginio-1929-08-14	1929-08-14	Balestra Iginio
ballarin-germinal-1929-12-10	1929-12-10	Ballarin Germinal
ballerio-giuseppe-1909-06-27	1909-06-27	Ballerio Giuseppe
ballossini-gandenzio-1916-03-27	1916-03-27	Ballossini Gandenzio
baltisberger-hans-1922-09-10	1922-09-10	Baltisberger Hans
bandini-piero-1935-01-19	1935-01-19	Bandini Piero
bantegny-monique-parenty-1940-02-11	1940-02-11	Bantegny Monique Parenty
barberis-vittorio-1918-11-11	1918-11-11	Barberis Vittorio
barbot-georges-1894-09-09	1894-09-09	Barbot Georges
barbotin-pierre-1926-09-29	1926-09-29	Barbotin Pierre
barengo-antonio-1934-10-09	1934-10-09	Barengo Antonio
barnay-ghislaine-1945-10-08	1945-10-08	Barnay Ghislaine
barret-paul-1930-08-01	1930-08-01	Barret Paul
barsalou-jean-marie-1951-07-15	1951-07-15	Barsalou Jean-Marie
barsanti-giogio-1918-09-23	1918-09-23	Barsanti Giogio
bart-robert-1930-06-21	1930-06-21	Bart Robert
barthelemy-albert-1906-03-03	1906-03-03	Barthelemy Albert
bartl-hans-1929-03-24	1929-03-24	Bartl Hans
bartoli-giampieco-1934-04-01	1934-04-01	Bartoli Giampieco
bartolini-giorgio-1936-09-29	1936-09-29	Bartolini Giorgio
bartolozzi-renzo-1925-07-15	1925-07-15	Bartolozzi Renzo
bauer-ernst-1901-04-09	1901-04-09	Bauer Ernst
bauvin-gilbert-1927-08-04	1927-08-04	Bauvin Gilbert
beaumont-marie-claude-charm-1941-09-17	1941-09-17	Beaumont Marie Claude(Charm.)
bedoni-gino-1920-12-17	1920-12-17	Bedoni Gino
bauwens-charles-1887-05-29	1887-05-29	Bauwens Charles
bauwhede-michel-van-der-1901-05-19	1901-05-19	Bauwhede Michel (van der)
beer-julius-1911-07-21	1911-07-21	Beer Julius
beghin-roselyne-1931-06-16	1931-06-16	Beghin Roselyne
begni-mario-1924-05-12	1924-05-12	Begni Mario
begnini-lino-1916-06-14	1916-06-14	Begnini Lino
bellini-savino-1913-12-01	1913-12-01	Bellini Savino
bellone-gilbert-1942-12-27	1942-12-27	Bellone Gilbert
belloni-carlo-1929-05-22	1929-05-22	Belloni Carlo
bellot-jean-michel-1953-12-16	1953-12-16	Bellot Jean-Michel
bellouis-alain-1947-07-28	1947-07-28	Bellouis Alain
beltrandi-rodolfo-1930-12-27	1930-12-27	Beltrandi Rodolfo
benacloi-jean-michel-1948-12-19	1948-12-19	Benacloi Jean Michel
benelli-enrico-1932-10-22	1932-10-22	Benelli Enrico
benellio-carlo-1919-10-17	1919-10-17	Benellio Carlo
benidetti-pietro-1926-07-01	1926-07-01	Benidetti Pietro
benvel-bernard-1951-04-11	1951-04-11	Benvel Bernard
beraldo-eros-1929-07-27	1929-07-27	Beraldo Eros
beranger-jean-1937-06-20	1937-06-20	Beranger Jean
bergamasco-alain-1947-07-20	1947-07-20	Bergamasco Alain
bergamo-vittorio-1922-06-25	1922-06-25	Bergamo Vittorio
bergaud-louis-1928-11-30	1928-11-30	Bergaud Louis
berger-guylaine-1956-04-12	1956-04-12	Berger Guylaine
bergh-louis-van-den-1903-01-26	1903-01-26	Bergh Louis (van den)
berilhe-andre-1932-04-17	1932-04-17	Berilhe André
berllie-pierre-1912-04-20	1912-04-20	Berllie Pierre
bernicchi-conado-1926-01-01	1926-01-01	Bernicchi Conado
berra-bruno-1914-01-27	1914-01-27	Berra Bruno
berra-giovanni-1916-11-25	1916-11-25	Berra Giovanni
bertani-luigi-1921-03-04	1921-03-04	Bertani Luigi
bertocchi-renato-1925-12-14	1925-12-14	Bertocchi Renato
bertoli-constanco-1936-10-08	1936-10-08	Bertoli Constanco
bertoli-luigi-1928-07-30	1928-07-30	Bertoli Luigi
bertoloni-guinto-1927-03-10	1927-03-10	Bertoloni Guinto
bertoni-remo-1929-06-24	1929-06-24	Bertoni Remo
bertoni-ii-elio-1919-09-20	1919-09-20	Bertoni II Elio
bertsch-eugen-1907-05-22	1907-05-22	Bertsch Eugen
besin-lucien-1894-06-15	1894-06-15	Besin Lucien
besson-pierre-1940-04-11	1940-04-11	Besson Pierre
betz-dr-otto-1906-02-06	1906-02-06	Betz Dr. Otto
beuermann-karl-1904-01-22	1904-01-22	Beuermann Karl
biagini-piero-1932-11-14	1932-11-14	Biagini Piero
biago-orlando-1935-06-10	1935-06-10	Biago Orlando
bianchi-pino-1928-04-02	1928-04-02	Bianchi Pino
biebuyck-julien-1924-03-11	1924-03-11	Biebuyck Julien
biglino-pietro-1928-01-06	1928-01-06	Biglino Pietro
bini-pierre-1923-08-02	1923-08-02	Bini Pierre
biraghi-carlo-1913-11-25	1913-11-25	Biraghi Carlo
blanc-louis-1933-05-19	1933-05-19	Blanc Louis
blondel-maurice-1918-01-13	1918-01-13	Blondel Maurice
blondel-michel-1949-09-04	1949-09-04	Blondel Michel
bo-giuseppe-1918-09-26	1918-09-26	Bo Giuseppe
bobbio-biagio-1920-09-14	1920-09-14	Bobbio Biagio
bobet-jean-1930-02-22	1930-02-22	Bobet Jean
boccardi-angelo-1928-02-14	1928-02-14	Boccardi Angelo
bochet-philippe-1949-06-19	1949-06-19	Bochet Philippe
bodini-renato-1909-10-01	1909-10-01	Bodini Renato
bodoira-alfredo-1911-08-30	1911-08-30	Bodoira Alfredo
bocher-herbert-1903-02-22	1903-02-22	Böcher Herbert
bohm-hermann-1916-05-14	1916-05-14	Böhm Hermann
bohrer-bruno-1923-11-18	1923-11-18	Böhrer Bruno
boifava-davide-1946-11-14	1946-11-14	Boifava Davide
boldi-benito-1934-02-19	1934-02-19	Boldi Benito
boer-godfried-van-den-1934-05-08	1934-05-08	Boer Godfried (van den)
boldi-guido-1914-06-16	1914-06-16	Boldi Guido
boldi-luciano-1936-04-26	1936-04-26	Boldi Luciano
bolkart-max-1932-07-29	1932-07-29	Bolkart Max
bolla-franco-1920-01-20	1920-01-20	Bolla Franco
bolland-adrienne-1895-11-25	1895-11-25	Bolland Adrienne
boller-werner-1923-03-16	1923-03-16	Boller Werner
bolognesi-georgio-1925-07-18	1925-07-18	Bolognesi Georgio
bonafin-guilio-1934-06-20	1934-06-20	Bonafin Guilio
bonaretti-alberto-1922-12-30	1922-12-30	Bonaretti Alberto
bonati-virginio-1914-03-27	1914-03-27	Bonati Virginio
bonci-emilio-1928-03-04	1928-03-04	Bonci Emilio
bonci-ii-iro-1923-07-17	1923-07-17	Bonci II Iro
bonetti-pietro-1922-10-31	1922-10-31	Bonetti Pietro
boniforti-enrico-1917-12-07	1917-12-07	Boniforti Enrico
bonistalli-amadeo-1930-08-19	1930-08-19	Bonistalli Amadeo
bonizzoni-luigi-1919-11-23	1919-11-23	Bonizzoni Luigi
bonnet-georges-1943-10-09	1943-10-09	Bonnet Georges
bonnet-honore-1919-11-14	1919-11-14	Bonnet Honoré
bonnet-rene-1904-12-27	1904-12-27	Bonnet René
bonnevie-gerard-1952-12-20	1952-12-20	Bonnevie Gerard
boone-bernard-1919-09-23	1919-09-23	Boone Bernard
borelli-michele-1909-12-01	1909-12-01	Borelli Michele
boriani-francesco-1913-07-09	1913-07-09	Boriani Francesco
borra-alfonso-1920-04-17	1920-04-17	Borra Alfonso
borrini-mario-1919-08-21	1919-08-21	Borrini Mario
borsani-natale-1935-09-24	1935-09-24	Borsani Natale
borsetti-ermes-1913-08-25	1913-08-25	Borsetti Ermes
bortoletti-antonio-gino-1910-01-23	1910-01-23	Bortoletti Antonio Gino
bosc-raymond-1883-12-09	1883-12-09	Bosc Raymond
boujet-christian-1942-08-29	1942-08-29	Boujet Christian
bossaert-oscar-1887-11-05	1887-11-05	Bossaert Oscar
bouloux-robert-1947-05-20	1947-05-20	Bouloux Robert
bouquillon-moise-1903-06-04	1903-06-04	Bouquillon Moise
bourgarel-roger-1947-04-21	1947-04-21	Bourgarel Roger
bourgel-yves-1948-10-15	1948-10-15	Bourgel Yves
bourret-michel-1947-05-23	1947-05-23	Bourret Michel
boutet-yves-1936-12-03	1936-12-03	Boutet Yves
bouvard-bernard-1924-01-18	1924-01-18	Bouvard Bernard
boxberger-jacky-1949-04-16	1949-04-16	Boxberger Jacky
bozon-michel-1950-07-06	1950-07-06	Bozon Michel
brach-adelchi-1928-05-01	1928-05-01	Brach Adelchi
braet-robert-1912-02-11	1912-02-11	Braet Robert
braglia-eriberto-1919-09-24	1919-09-24	Braglia Eriberto
braglia-ranato-1920-04-08	1920-04-08	Braglia Ranato
brancaleoni-ivo-1931-11-23	1931-11-23	Brancaleoni Ivo
brandimarte-ii-aldo-1923-09-04	1923-09-04	Brandimarte II Aldo
brandolin-marco-1922-09-13	1922-09-13	Brandolin Marco
brazes-noel-1920-12-18	1920-12-18	Brazes Noel
brechenmacher-georg-1896-06-06	1896-06-06	Brechenmacher Georg
breny-claude-1932-01-10	1932-01-10	Breny Claude
brodin-claude-1934-07-30	1934-07-30	Brodin Claude
brechu-henri-1947-12-01	1947-12-01	Brechu Henri
brichant-jean-1911-07-29	1911-07-29	Brichant Jean
brotto-luigi-1934-12-18	1934-12-18	Brotto Luigi
brucato-jean-pierre-1944-04-07	1944-04-07	Brucato Jean Pierre
brugola-luigi-1930-08-03	1930-08-03	Brugola Luigi
brodin-jacques-1946-12-22	1946-12-22	Brodin Jacques
brule-andre-1922-02-04	1922-02-04	Brule André
brutscher-toni-1925-11-15	1925-11-15	Brutscher Toni
bruzy-joseph-1949-06-10	1949-06-10	Bruzy Joseph
buchgeister-heinrich-1891-03-03	1891-03-03	Buchgeister Heinrich
buchmann-otto-1886-04-10	1886-04-10	Buchmann Otto
buchner-fischer-mirl-1924-02-16	1924-02-16	Buchner-Fischer Mirl
bulgarelli-spastaco-1920-08-15	1920-08-15	Bulgarelli Spastaco
buck-adolphe-de-1920-02-01	1920-02-01	Buck Adolphe (de)
buonomo-andre-lucien-1950-01-22	1950-01-22	Buonomo André Lucien
burelli-gughelius-1936-06-30	1936-06-30	Burelli Gughelius
burgas-guy-1931-10-03	1931-10-03	Burgas Guy
burgbacher-oskar-1925-12-10	1925-12-10	Burgbacher Oskar
burkhard-andre-1950-11-06	1950-11-06	Burkhard André
busch-christian-1880-01-08	1880-01-08	Busch Christian
busnelli-onozio-1927-03-28	1927-03-28	Busnelli Onozio
bussi-livio-1917-07-02	1917-07-02	Bussi Livio
busto-emmanuel-1932-10-01	1932-10-01	Busto Emmanuel
butel-henri-1920-07-09	1920-07-09	Butel Henri
buthe-pieper-franz-1910-08-30	1910-08-30	Buthe-Pieper Franz
buzzegoli-ivo-1919-09-29	1919-09-29	Buzzegoli Ivo
buyle-fernand-1918-03-03	1918-03-03	Buyle Fernand
cacciari-paolo-1919-06-14	1919-06-14	Cacciari Paolo
caceffo-ferruccio-1935-06-06	1935-06-06	Caceffo Ferruccio
cadario-aldo-1918-08-12	1918-08-12	Cadario Aldo
calle-joseph-1945-02-12	1945-02-12	Calle Joseph
callegari-s-gino-ferrez-1911-04-14	1911-04-14	Callegari(S) Gino Ferrez
calleja-guy-1938-05-29	1938-05-29	Calleja Guy
calzolai-renato-1914-02-12	1914-02-12	Calzolai Renato
camiade-daniel-1940-04-09	1940-04-09	Camiade Daniel
camolese-bruno-1914-12-27	1914-12-27	Camolese Bruno
campagnoli-cesare-1934-02-10	1934-02-10	Campagnoli Cesare
campana-sergio-1934-08-01	1934-08-01	Campana Sergio
camurati-natale-1915-12-23	1915-12-23	Camurati Natale
camus-daniele-1952-03-04	1952-03-04	Camus Daniele
canali-franco-1926-01-15	1926-01-15	Canali Franco
candiani-eurico-1918-09-29	1918-09-29	Candiani Eurico
capacci-maide-1926-06-09	1926-06-09	Capacci Maide
capocasale-francesco-1916-08-25	1916-08-25	Capocasale Francesco
cappellaro-renzo-1937-05-12	1937-05-12	Cappellaro Renzo
cappelli-giovanni-1920-02-12	1920-02-12	Cappelli Giovanni
cappellini-renato-1914-08-02	1914-08-02	Cappellini Renato
cappellini-rinaldo-1926-07-17	1926-07-17	Cappellini Rinaldo
capra-bruno-1937-08-13	1937-08-13	Capra Bruno
capri-emilio-1917-11-21	1917-11-21	Capri Emilio
caprili-analdo-1920-09-10	1920-09-10	Caprili Analdo
capucci-grancarlo-1931-01-08	1931-01-08	Capucci Grancarlo
caracciolo-antonio-1917-01-29	1917-01-29	Caracciolo Antonio
carasso-walter-1922-03-24	1922-03-24	Carasso Walter
carello-luigi-1928-10-29	1928-10-29	Carello Luigi
carlini-alessandro-1919-07-11	1919-07-11	Carlini Alessandro
carlini-rino-1933-02-23	1933-02-23	Carlini Rino
carminati-italo-1935-05-04	1935-05-04	Carminati Italo
carradori-franco-1934-04-24	1934-04-24	Carradori Franco
carraro-guerrilco-1921-12-23	1921-12-23	Carraro Guerrilco
caron-lucien-1916-12-16	1916-12-16	Caron Lucien
carretto-riccardo-1936-05-08	1936-05-08	Carretto Riccardo
casalini-corrado-1914-11-02	1914-11-02	Casalini Corrado
cassano-luigi-1920-03-26	1920-03-26	Cassano Luigi
castang-bernard-1944-04-09	1944-04-09	Castang Bernard
castellini-giuseppe-1918-03-06	1918-03-06	Castellini Giuseppe
castiau-josiane-1954-10-19	1954-10-19	Castiau Josiane
casuzzi-fernando-1924-03-06	1924-03-06	Casuzzi Fernando
catieau-jose-1946-10-17	1946-10-17	Catieau José
cattaneo-luigi-1918-12-10	1918-12-10	Cattaneo Luigi
cavailhes-gerard-1950-06-09	1950-06-09	Cavailhes Gerard
cavaille-bernard-1937-08-20	1937-08-20	Cavaille Bernard
cavalieri-renato-1927-05-28	1927-05-28	Cavalieri Renato
cavalli-filippo-1921-01-29	1921-01-29	Cavalli Filippo
cavazzuti-armando-1929-01-23	1929-01-23	Cavazzuti Armando
cavone-sabino-1923-11-04	1923-11-04	Cavone Sabino
cazala-robert-1934-01-07	1934-01-07	Cazala Robert
cazaux-henri-1928-09-18	1928-09-18	Cazaux Henri
cazzaniga-piero-1932-04-30	1932-04-30	Cazzaniga Piero
cedolin-rene-1940-07-13	1940-07-13	Cedolin René
celio-ii-gastone-1927-08-15	1927-08-15	Celio II Gastone
celoria-mario-1911-08-26	1911-08-26	Celoria Mario
cerbonney-andre-1900-04-10	1900-04-10	Cerbonney André
ceresa-ugo-1915-02-05	1915-02-05	Ceresa Ugo
ceriotti-carlo-1928-07-06	1928-07-06	Ceriotti Carlo
cervi-aldo-1922-08-23	1922-08-23	Cervi Aldo
chalifour-jacques-1927-01-21	1927-01-21	Chalifour Jacques
charvin-bernard-1947-09-28	1947-09-28	Charvin Bernard
chatelain-roger-1942-04-23	1942-04-23	Chatelain Roger
chauvelot-dominique-1952-06-18	1952-06-18	Chauvelot Dominique
chazaud-pierre-1919-09-28	1919-09-28	Chazaud Pierre
checchetti-aldo-1922-04-28	1922-04-28	Checchetti Aldo
cherrier-bruno-1953-08-21	1953-08-21	Cherrier Bruno
chevalier-louis-1921-04-28	1921-04-28	Chevalier Louis
chezzi-florio-1934-09-09	1934-09-09	Chezzi Florio
chiappano-carlo-1941-03-16	1941-03-16	Chiappano Carlo
chiumento-silvano-1930-06-04	1930-06-04	Chiumento Silvano
christini-vittorio-1928-05-10	1928-05-10	Christini Vittorio
christmann-josef-1895-09-22	1895-09-22	Christmann Josef
ciceri-santino-1935-12-27	1935-12-27	Ciceri Santino
cieliszka-jean-marie-1928-02-19	1928-02-19	Cieliszka Jean-Marie
cingolani-luigi-1923-04-13	1923-04-13	Cingolani Luigi
citterio-alberto-1917-05-10	1917-05-10	Citterio Alberto
clady-andre-1905-03-31	1905-03-31	Clady André
claut-mario-1929-08-16	1929-08-16	Claut Mario
cochard-jean-1939-03-27	1939-03-27	Cochard Jean
clercq-jan-de-1905-05-17	1905-05-17	Clercq Jan (de)
cleyn-albert-de-1917-06-28	1917-06-28	Cleyn Albert (de)
colangeli-leandro-1932-08-31	1932-08-31	Colangeli Leandro
coletti-gicolanco-1924-09-14	1924-09-14	Coletti Gicolanco
colombi-giolio-1916-12-19	1916-12-19	Colombi Giolio
colombo-mario-1934-07-08	1934-07-08	Colombo Mario
colombo-umbuto-1933-05-21	1933-05-21	Colombo Umbuto
cominelli-severo-1915-11-11	1915-11-11	Cominelli Severo
comizzi-rino-1937-08-30	1937-08-30	Comizzi Rino
conti-ugo-1916-09-22	1916-09-22	Conti Ugo
conti-ii-serafinop-1921-11-19	1921-11-19	Conti II Serafinop
contin-corrado-1922-01-07	1922-01-07	Contin Corrado
coquant-roger-1943-06-15	1943-06-15	Coquant Roger
corazza-andrea-1923-02-10	1923-02-10	Corazza Andrea
corbeau-andre-1950-04-01	1950-04-01	Corbeau André
coretti-ivano-1922-09-14	1922-09-14	Coretti Ivano
cormier-georges-1874-10-03	1874-10-03	Cormier Georges
corne-alain-1929-10-10	1929-10-10	Corne Alain
corradini-gino-1930-05-15	1930-05-15	Corradini Gino
corso-antonio-1934-02-06	1934-02-06	Corso Antonio
coscia-aristide-1918-03-15	1918-03-15	Coscia Aristide
cossio-remo-1913-12-30	1913-12-30	Cossio Remo
costa-giovanni-1917-08-19	1917-08-19	Costa Giovanni
costa-remo-1914-01-24	1914-01-24	Costa Remo
costanco-eurico-1921-09-19	1921-09-19	Costanco Eurico
costantini-guglielmo-1934-11-07	1934-11-07	Costantini Guglielmo
cottin-camille-1910-02-10	1910-02-10	Cottin Camille
courteaux-jean-juste-1926-11-06	1926-11-06	Courteaux Jean Juste
courtine-henri-1930-05-11	1930-05-11	Courtine Henri
crespin-marceau-1915-07-26	1915-07-26	Crespin Marceau
crampagne-jacques-1944-04-07	1944-04-07	Crampagne Jacques
cuootti-emico-1930-01-28	1930-01-28	Cuootti Emico
curti-aldo-1926-03-12	1926-03-12	Curti Aldo
da-costa-giorgio-1920-07-22	1920-07-22	Da Costa Giorgio
daenen-francois-1919-08-25	1919-08-25	Daenen Francois
daggianti-vittorio-1919-05-10	1919-05-10	Daggianti Vittorio
dal-pont-ferdinando-1911-05-26	1911-05-26	Dal Pont Ferdinando
dal-pos-eduardo-1927-08-30	1927-08-30	Dal Pos Eduardo
dalla-bona-luciano-1943-11-08	1943-11-08	Dalla Bona Luciano
dalla-cieca-antoine-1931-11-15	1931-11-15	Dalla Cieca Antoine
dalmonte-antonie-1919-04-03	1919-04-03	Dalmonte Antonie
danelutti-eldino-1925-04-08	1925-04-08	Danelutti Eldino
danguillaume-jean-louis-1949-12-14	1949-12-14	Danguillaume Jean Louis
danguillaume-jean-pierre-1946-05-25	1946-05-25	Danguillaume Jean Pierre
danova-franco-1930-05-26	1930-05-26	Danova Franco
dante-brunoo-1920-02-14	1920-02-14	Dante Brunoo
dargeles-norbert-1946-07-14	1946-07-14	Dargeles Norbert
darmon-piero-1934-01-14	1934-01-14	Darmon Piero
darnendrail-roger-1935-01-25	1935-01-25	Darnendrail Roger
darrigade-roger-1935-01-14	1935-01-14	Darrigade Roger
david-alain-1932-01-06	1932-01-06	David Alain
davidou-jean-paul-1936-12-27	1936-12-27	Davidou Jean Paul
de-andreis-constantino-1925-08-27	1925-08-27	De Andreis Constantino
de-angelis-benedetto-1929-11-21	1929-11-21	De Angelis Benedetto
de-boni-walter-1920-09-18	1920-09-18	De Boni Walter
de-giovanni-enzo-1928-11-15	1928-11-15	De Giovanni Enzo
de-gregori-franco-1927-01-08	1927-01-08	De Gregori Franco
de-gregorio-andre-1938-07-02	1938-07-02	De Gregorio André
de-gribaldi-jean-1922-07-18	1922-07-18	De Gribaldi Jean
de-lazzari-bruno-1922-06-19	1922-06-19	De Lazzari Bruno
de-lillo-domenico-1937-08-30	1937-08-30	De Lillo Domenico
de-pra-tommaso-1938-12-16	1938-12-16	De Pra Tommaso
de-togni-rino-1922-10-27	1922-10-27	De Togni Rino
debenne-rene-1914-04-26	1914-04-26	Debenne René
debourse-christine-1951-09-24	1951-09-24	Debourse Christine
defilippis-lodovico-1915-12-22	1915-12-22	Defilippis Lodovico
deforge-rene-1914-03-04	1914-03-04	Deforge René
degli-esposti-1916-12-19	1916-12-19	Degli Esposti
degy-gaston-1909-03-04	1909-03-04	Degy Gaston
del-bianco-fabio-1914-04-05	1914-04-05	Del Bianco Fabio
del-gratta-giacomo-1935-11-24	1935-11-24	Del Gratta Giacomo
deken-henri-de-1907-08-03	1907-08-03	Deken Henri (de)
del-innocenti-gianfranco-1925-11-16	1925-11-16	Del Innocenti Gianfranco
delberghe-edouard-1935-10-04	1935-10-04	Delberghe Edouard
delepine-regis-1946-12-22	1946-12-22	Delepine Regis
delevoye-robert-1921-03-26	1921-03-26	Delevoye Robert
della-frera-giuseppe-1924-09-12	1924-09-12	Della Frera Giuseppe
della-torre-riccardo-1921-05-11	1921-05-11	Della Torre Riccardo
denis-charles-1880-02-22	1880-02-22	Denis Charles
denis-daniele-verriest-1947-04-25	1947-04-25	Denis Daniele  Verriest
descatoires-dominique-1948-12-31	1948-12-31	Descatoires Dominique
desmaret-roger-1950-07-31	1950-07-31	Desmaret Roger
despaux-georges-1934-02-23	1934-02-23	Despaux Georges
destrumelle-jean-pierre-1941-01-02	1941-01-02	Destrumelle Jean Pierre
detchenique-laurent-1951-08-03	1951-08-03	Detchenique Laurent
detoni-gabriele-1933-01-20	1933-01-20	Detoni Gabriele
destrebecq-pierre-1881-06-18	1881-06-18	Destrebecq Pierre
devis-robert-1933-05-02	1933-05-02	Devis Robert
di-bella-carmelo-1921-03-02	1921-03-02	Di Bella Carmelo
di-counco-lo-ruggero-1918-06-30	1918-06-30	Di Counco(Lo) Ruggero
di-davide-giovanni-1934-12-05	1934-12-05	Di Davide Giovanni
di-gennaro-silvio-1919-03-20	1919-03-20	Di Gennaro Silvio
di-giacomo-beniamico-1935-11-13	1935-11-13	Di Giacomo Beniamico
di-pasquale-luigi-1919-06-12	1919-06-12	Di Pasquale Luigi
di-santo-aldo-1920-12-07	1920-12-07	Di Santo Aldo
di-veroli-giovanni-1932-08-11	1932-08-11	Di Veroli Giovanni
diamante-luigi-1918-01-12	1918-01-12	Diamante Luigi
diot-maurice-1922-06-13	1922-06-13	Diot Maurice
diotallevi-voltmuo-1922-09-04	1922-09-04	Diotallevi Voltmuo
domenech-raymond-1952-01-24	1952-01-24	Domenech Raymond
domergue-robert-1921-11-25	1921-11-25	Domergue Robert
donati-aldo-1910-09-29	1910-09-29	Donati Aldo
dondi-piero-1915-03-13	1915-03-13	Dondi Piero
donnet-daniel-1952-02-12	1952-02-12	Donnet Daniel
dorigo-aldo-1929-08-05	1929-08-05	Dorigo Aldo
dormois-gabriel-1916-03-26	1916-03-26	Dormois Gabriel
dournac-joseph-1896-12-21	1896-12-21	Dournac Joseph
dubaele-claude-1940-01-19	1940-01-19	Dubaele Claude
dreyfus-yves-1931-05-17	1931-05-17	Dreyfus Yves
dubois-gabriel-1911-08-31	1911-08-31	Dubois Gabriel
dubois-jules-1862-05-04	1862-05-04	Dubois Jules
dubuisson-jean-paul-1951-01-15	1951-01-15	Dubuisson Jean Paul
due-alessandro-1913-07-10	1913-07-10	Due Alessandro
dunker-willi-1893-01-25	1893-01-25	Dünker Willi
durr-rudolf-1909-04-09	1909-04-09	Dürr Rudolf
dugauguez-louis-1918-02-21	1918-02-21	Dugauguez Louis
dugini-ottorino-1914-10-06	1914-10-06	Dugini Ottorino
dumartin-jacques-1946-03-20	1946-03-20	Dumartin Jacques
duprez-benedicte-1951-08-08	1951-08-08	Duprez Bénédicte
duquesne-lucien-1900-10-17	1900-10-17	Duquesne Lucien
duvivier-martine-1953-01-04	1953-01-04	Duvivier Martine
d-encausse-de-g-herre-1943-09-27	1943-09-27	D`Encausse de G. Herre
d-orazi-elvezio-1920-05-24	1920-05-24	D'orazi Elvezio
eitel-otto-1909-06-05	1909-06-05	Eitel Otto
eldracher-eugen-1907-05-08	1907-05-08	Eldracher Eugen.
elicetche-simon-1920-09-09	1920-09-09	Elicetche Simon
ellena-giacinto-1914-11-13	1914-11-13	Ellena Giacinto
emiliani-mario-1931-12-15	1931-12-15	Emiliani Mario
emiliani-vittorio-1931-12-05	1931-12-05	Emiliani Vittorio
emoli-clavio-1934-08-23	1934-08-23	Emoli Clavio
emonet-patricia-1956-07-22	1956-07-22	Emonet Patricia
escale-jean-paul-1938-03-06	1938-03-06	Escale Jean Paul
eschmann-norbert-1933-09-19	1933-09-19	Eschmann Norbert
esclassan-jacques-1948-09-03	1948-09-03	Esclassan Jacques
even-pierre-1929-01-22	1929-01-22	Even Pierre
everaert-pierre-1933-12-21	1933-12-21	Everaert Pierre
fabbri-camillo-1919-06-26	1919-06-26	Fabbri Camillo
fabbri-ezio-1920-10-15	1920-10-15	Fabbri Ezio
fabry-andre-1938-11-16	1938-11-16	Fabry André
fadini-rubens-1927-06-01	1927-06-01	Fadini Rubens
faist-otto-1903-03-11	1903-03-11	Faist Otto
fantuzzi-sergio-1928-10-29	1928-10-29	Fantuzzi Sergio
farison-gerard-1944-03-05	1944-03-05	Farison Gérard
faust-wilh-1924-01-10	1924-01-10	Faust Wilh.
favaro-giorgio-1944-11-05	1944-11-05	Favaro Giorgio
favre-jacques-1921-05-06	1921-05-06	Favre Jacques
feccia-silvio-1927-01-22	1927-01-22	Feccia Silvio
fedou-daniel-1949-03-17	1949-03-17	Fedou Daniel
fefeu-andre-1938-08-25	1938-08-25	Fefeu André
fenoglio-giuseppe-1908-01-22	1908-01-22	Fenoglio Giuseppe
fermi-gianni-1935-02-21	1935-02-21	Fermi Gianni
ferrabone-stefano-1922-02-25	1922-02-25	Ferrabone Stefano
ferrarese-renato-1918-01-10	1918-01-10	Ferrarese Renato
ferraro-giovanni-1930-02-18	1930-02-18	Ferraro Giovanni
ferrero-luigi-1904-02-26	1904-02-26	Ferrero Luigi
ferri-alessandro-1921-02-25	1921-02-25	Ferri Alessandro
ferrini-osvaldo-1914-02-21	1914-02-21	Ferrini Osvaldo
fevret-andre-1941-10-24	1941-10-24	Fevret André
filippi-philippe-1908-08-21	1908-08-21	Filippi Philippe
fioravanti-giorgio-1921-12-14	1921-12-14	Fioravanti Giorgio
fiore-pietro-1919-02-11	1919-02-11	Fiore Pietro
fiorini-gustavo-1919-04-07	1919-04-07	Fiorini Gustavo
firotto-ivan-1935-06-22	1935-06-22	Firotto Ivan
fiumi-rinaldo-1923-08-02	1923-08-02	Fiumi Rinaldo
floquet-georges-1920-07-20	1920-07-20	Floquet Georges
floret-christine-martine-1952-08-15	1952-08-15	Floret Christine (Martine)
flumini-dandola-1918-02-06	1918-02-06	Flumini Dandola
foglia-mario-1921-01-13	1921-01-13	Foglia Mario
foix-pierre-1928-05-21	1928-05-21	Foix Pierre
follenfant-hubert-1948-11-20	1948-11-20	Follenfant Hubert
fonda-fulvio-1931-07-04	1931-07-04	Fonda Fulvio
fongaro-livio-1931-01-02	1931-01-02	Fongaro Livio
fontana-alfio-1932-11-10	1932-11-10	Fontana Alfio
fontanesa-breuce-1931-10-18	1931-10-18	Fontanesa Breuce
fornasier-ezio-1928-07-28	1928-07-28	Fornasier Ezio
fornoni-giaciomo-1939-12-26	1939-12-26	Fornoni Giaciomo
fort-jacques-1938-01-16	1938-01-16	Fort Jacques
fort-louis-1932-07-25	1932-07-25	Fort Louis
fossati-antonio-1920-05-16	1920-05-16	Fossati Antonio
foucher-andre-1933-10-20	1933-10-20	Foucher André
fracassetti-g-b-1931-02-23	1931-02-23	Fracassetti G.b.
franceschi-giuseppe-1927-09-15	1927-09-15	Franceschi Giuseppe
francescon-stefano-1934-04-18	1934-04-18	Francescon Stefano
francesconi-fulvio-1929-01-22	1929-01-22	Francesconi Fulvio
frank-henri-henri-1892-10-05	1892-10-05	Frank-Henri Henri
fraschini-achille-1936-04-07	1936-04-07	Fraschini Achille
frascoli-sergio-1936-05-14	1936-05-14	Frascoli Sergio
friggieri-alberto-1915-09-06	1915-09-06	Friggieri Alberto
frizzi-attilio-1925-09-14	1925-09-14	Frizzi Attilio
frost-heda-1936-09-15	1936-09-15	Frost Heda
fruchart-elie-1922-07-08	1922-07-08	Fruchart Elie
fuin-michi-1928-02-22	1928-02-22	Fuin Michi
fusco-onofrio-1918-11-23	1918-11-23	Fusco Onofrio
fusko-antonio-1916-01-06	1916-01-06	Fusko Antonio
fuss-siegfried-1924-05-16	1924-05-16	Fuss Siegfried
gablenz-hermann-1913-07-27	1913-07-27	Gablenz Hermann
gadaldi-andrea-1907-08-25	1907-08-25	Gadaldi Andrea
galbiati-ezio-1931-02-13	1931-02-13	Galbiati Ezio
galbo-luciano-1943-04-12	1943-04-12	Galbo Luciano
galli-angelo-1912-09-08	1912-09-08	Galli Angelo
galli-astro-1913-04-29	1913-04-29	Galli Astro
galli-remo-1912-07-03	1912-07-03	Galli Remo
gamard-emile-1911-07-15	1911-07-15	Gamard Emile
gambi-adolfo-1923-08-03	1923-08-03	Gambi Adolfo
gandolfi-renato-1927-11-17	1927-11-17	Gandolfi Renato
ganzer-gianfranco-1930-03-29	1930-03-29	Ganzer Gianfranco
ganzini-giorgio-1917-07-28	1917-07-28	Ganzini Giorgio
gapais-brigitte-1944-04-25	1944-04-25	Gapais Brigitte
garbozza-luigi-1944-06-21	1944-06-21	Garbozza Luigi
garnero-francois-1909-10-16	1909-10-16	Garnero Francois
garofalo-yvan-1934-08-24	1934-08-24	Garofalo Yvan
garzena-bruno-1933-02-02	1933-02-02	Garzena Bruno
gattaronchieri-emilio-1912-02-07	1912-02-07	Gattaronchieri Emilio
gauthier-gilbert-1934-10-30	1934-10-30	Gauthier Gilbert
gay-jacques-1956-10-22	1956-10-22	Gay Jacques
gehring-steinmulle-hanni-1926-08-15	1926-08-15	Gehring-Steinmülle Hanni
gelio-renato-1933-11-11	1933-11-11	Gelio Renato
gemo-antonio-1914-12-27	1914-12-27	Gemo Antonio
genet-jean-pierre-1940-10-24	1940-10-24	Genet Jean Pierre
genti-bruno-1921-05-05	1921-05-05	Genti Bruno
georget-pierre-1917-08-09	1917-08-09	Georget Pierre
gerard-andre-1911-05-07	1911-05-07	Gerard André
gerbi-giuseppe-1912-06-05	1912-06-05	Gerbi Giuseppe
gernaey-leopold-1927-02-25	1927-02-25	Gernaey Léopold
ghirardeno-gughelino-1937-02-01	1937-02-01	Ghirardeno Gughelino
giachetti-jean-marc-1952-09-24	1952-09-24	Giachetti Jean Marc
gianesello-sereno-1912-03-03	1912-03-03	Gianesello Sereno
giannini-enzo-1926-04-05	1926-04-05	Giannini Enzo
giaroli-gino-1924-06-27	1924-06-27	Giaroli Gino
giavarra-franco-1933-10-20	1933-10-20	Giavarra Franco
gibellino-piero-1926-03-30	1926-03-30	Gibellino Piero
giggenbach-sepp-1906-04-01	1906-04-01	Giggenbach Sepp
giorcelli-anselmo-1928-12-31	1928-12-31	Giorcelli Anselmo
giorgino-giuseppe-1925-05-25	1925-05-25	Giorgino Giuseppe
giovannini-corrado-1917-10-05	1917-10-05	Giovannini Corrado
giovetti-giuliano-1927-01-17	1927-01-17	Giovetti Giuliano
girard-jacques-1913-09-18	1913-09-18	Girard Jacques
giraudo-raoul-1932-05-19	1932-05-19	Giraudo Raoul
giubilo-corrado-1921-07-21	1921-07-21	Giubilo Corrado
godard-andre-1939-02-17	1939-02-17	Godard André
gottmann-willi-1909-05-12	1909-05-12	Göttmann Willi
golin-piero-1928-09-04	1928-09-04	Golin Piero
goetinck-hector-1886-03-05	1886-03-05	Goetinck Hector
gonzales-francis-1952-02-06	1952-02-06	Gonzales Francis
goujon-jean-1914-04-21	1914-04-21	Goujon Jean
govard-henri-1922-02-02	1922-02-02	Govard Henri
goyvaerts-fernand-1938-10-24	1938-10-24	Goyvaerts Fernand
gozzi-ermelindo-1928-07-28	1928-07-28	Gozzi Ermelindo
gradella-uber-1921-06-14	1921-06-14	Gradella Uber
grampp-carl-1910-10-18	1910-10-18	Grampp Carl
granata-georgio-1924-01-29	1924-01-29	Granata Georgio
grandsart-maurice-1930-07-08	1930-07-08	Grandsart Maurice
gratton-edy-1924-07-25	1924-07-25	Gratton Edy
grava-ruggero-1922-04-25	1922-04-25	Grava Ruggero
grazioli-carlo-1916-01-28	1916-01-28	Grazioli Carlo
gregorin-ugo-1925-02-19	1925-02-19	Gregorin Ugo
gremese-bruno-1927-09-29	1927-09-29	Gremese Bruno
greulich-bernhard-1902-12-04	1902-12-04	Greulich Bernhard
grillone-franco-1925-02-23	1925-02-23	Grillone Franco
grisanti-alido-1919-08-04	1919-08-04	Grisanti Alido
grisoni-serge-1925-10-23	1925-10-23	Grisoni Serge
gritti-mario-1923-10-22	1923-10-22	Gritti Mario
grimmonprez-laurent-1902-12-14	1902-12-14	Grimmonprez Laurent
grizetti-gerard-1943-11-20	1943-11-20	Grizetti Gérard
grolli-elio-ricardo-1913-05-14	1913-05-14	Grolli Elio-Ricardo
gross-ernest-1902-12-22	1902-12-22	Gross Ernest
grosso-francesco-1921-11-15	1921-11-15	Grosso Francesco
guaita-raffaela-1922-06-26	1922-06-26	Guaita Raffaela
gualazzi-emico-1925-02-01	1925-02-01	Gualazzi Emico
grouppi-jacques-1941-04-06	1941-04-06	Grouppi Jacques
gualazzini-ercole-1944-06-22	1944-06-22	Gualazzini Ercole
guarnieri-umberto-1919-05-02	1919-05-02	Guarnieri Umberto
gueguen-michel-1951-02-27	1951-02-27	Gueguen Michel
guerra-walter-1936-08-02	1936-08-02	Guerra Walter
guerrieri-manzico-1922-04-01	1922-04-01	Guerrieri Manzico
guillot-jean-1931-08-31	1931-08-31	Guillot Jean
guiffroy-christian-1941-01-21	1941-01-21	Guiffroy Christian
guiraud-germain-1949-02-22	1949-02-22	Guiraud Germain
guiraud-joseph-1929-01-14	1929-01-14	Guiraud Joseph
guyot-sebastienne-1896-04-27	1896-04-27	Guyot Sebastienne
guyot-serge-1952-06-03	1952-06-03	Guyot Serge
hagg-helmut-1932-05-24	1932-05-24	Hagg Helmut
haran-simon-1928-04-13	1928-04-13	Haran Simon
hassler-friedrich-1888-11-16	1888-11-16	Hassler Friedrich
haug-toni-1930-10-27	1930-10-27	Haug Toni
hanse-emile-1892-08-10	1892-08-10	Hanse Émile
hauss-rene-1927-12-25	1927-12-25	Hauss René
henkel-jost-1909-07-27	1909-07-27	Henkel Jost
hebdin-georges-1889-04-19	1889-04-19	Hebdin Georges
hege-louis-van-1889-05-08	1889-05-08	Hege Louis (van)
henri-jean-1932-05-23	1932-05-23	Henri Jean
herbaux-raymond-1919-10-22	1919-10-22	Herbaux Raymond
henri-paul-1912-09-06	1912-09-06	Henri Paul
herz-wilhelm-1912-01-18	1912-01-18	Herz Wilhelm
heremans-albert-1906-04-13	1906-04-13	Heremans Albert
herpe-andre-van-1933-10-26	1933-10-26	Herpe André (van)
hert-albert-de-1921-11-18	1921-11-18	Hert Albert (de)
hezard-yves-1948-10-20	1948-10-20	Hezard Yves
hobel-august-in-1931-04-13	1931-04-13	Hobel August(in)
hodoul-jean-louis-1946-04-01	1946-04-01	Hodoul Jean Louis
holling-friedrich-wilhelm-1915-01-23	1915-01-23	Hölling Friedrich Wilhelm
hofmann-karl-1927-06-25	1927-06-25	Hofmann Karl
hofmann-wilhelm-1917-01-16	1917-01-16	Hofmann Wilhelm
holthaus-karl-julius-1916-05-20	1916-05-20	Holthaus Karl Julius
houben-hubert-1898-02-24	1898-02-24	Houben Hubert
huber-erwin-1907-04-05	1907-04-05	Huber Erwin
hug-roger-1913-08-27	1913-08-27	Hug Roger
hugues-claude-1932-04-02	1932-04-02	Hugues Claude
huin-dominique-1952-02-02	1952-02-02	Huin Dominique
hustin-robert-1886-10-13	1886-10-13	Hustin Robert
ignolin-guy-1936-11-14	1936-11-14	Ignolin Guy
imbert-jean-marie-1950-04-24	1950-04-24	Imbert Jean-Marie
ingelgen-joseph-van-1912-01-23	1912-01-23	Ingelgen Joseph (van)
innocenti-antonio-1922-07-06	1922-07-06	Innocenti Antonio
innocenti-ugo-1916-04-16	1916-04-16	Innocenti Ugo
irazu-martial-1940-12-14	1940-12-14	Irazu Martial
ithurritz-henri-1932-08-28	1932-08-28	Ithurritz Henri
izquierdo-michel-1948-06-14	1948-06-14	Izquierdo Michel
janich-francesco-1937-03-26	1937-03-26	Janich Francesco
jauffret-louis-1943-02-21	1943-02-21	Jauffret Louis
janssens-augustin-1930-09-24	1930-09-24	Janssens Augustin
jezo-marcel-1910-06-27	1910-06-27	Jezo Marcel
joacim-constant-1908-03-03	1908-03-03	Joacim Constant
kant-jean-van-1888-11-20	1888-11-20	Kant Jean (van)
keller-kurt-1918-04-28	1918-04-28	Keller Kurt
kelm-karl-1911-10-06	1911-10-06	Kelm Karl
kerbiriou-francis-1951-03-11	1951-03-11	Kerbiriou Francis
keruzore-raymond-1949-06-17	1949-06-17	Keruzoré Raymond
keyl-julius-1877-12-08	1877-12-08	Keyl Julius
klankermeier-max-1909-07-09	1909-07-09	Klankermeier Max
kleisl-joseph-1929-02-02	1929-02-02	Kleisl Joseph
klopfer-heini-1918-04-03	1918-04-03	Klopfer Heini
kluge-karl-1924-12-21	1924-12-21	Kluge Karl
koch-rudolf-1919-04-16	1919-04-16	Koch Rudolf
kocik-boleslaw-1938-05-03	1938-05-03	Kocik Boleslaw
kok-ada-1947-06-06	1947-06-06	Kok Ada
kopp-rudi-1926-01-31	1926-01-31	Kopp Rudi
kulzer-heinrich-1902-10-01	1902-10-01	Kulzer Heinrich
kuszowski-antoine-1947-03-11	1947-03-11	Kuszowski Antoine
la-penna-cosimo-1924-03-21	1924-03-21	La Penna Cosimo
labourdette-bernard-1946-08-13	1946-08-13	Labourdette Bernard
lacoste-joseph-1922-02-11	1922-02-11	Lacoste Joseph
lacoste-robert-1915-02-20	1915-02-20	Lacoste Robert
lacoste-prado-catherine-1945-06-27	1945-06-27	Lacoste(Prado) Catherine
ladure-bernard-1942-07-08	1942-07-08	Ladure Bernard
lafargue-simone-1914-08-06	1914-08-06	Lafargue Simone
lamy-gerard-1949-05-29	1949-05-29	Lamy Gerard
lancioni-remo-1931-03-05	1931-03-05	Lancioni Remo
landrieux-aimee-1919-05-12	1919-05-12	Landrieux Aimée
lang-fritz-1920-11-25	1920-11-25	Lang Fritz
lanig-evi-1933-10-24	1933-10-24	Lanig Evi
lanig-hans-peter-1935-12-07	1935-12-07	Lanig Hans Peter
lapebie-serge-1948-06-09	1948-06-09	Lapébie Serge
larreguy-gilbert-1931-05-06	1931-05-06	Larreguy Gilbert
larrouy-jean-1905-08-14	1905-08-14	Larrouy Jean
lasne-fernand-1894-11-08	1894-11-08	Lasne Fernand
lassallette-jean-1944-06-14	1944-06-14	Lassallette Jean
lasserre-christian-1935-04-18	1935-04-18	Lasserre Christian
lavagne-gerard-1947-10-02	1947-10-02	Lavagne Gérard
lazzaretti-alfredo-1913-08-28	1913-08-28	Lazzaretti Alfredo
le-cuirot-emile-1907-05-23	1907-05-23	Le Cuirot Emile
le-guevuel-lucien-1914-12-20	1914-12-20	Le Guevuel Lucien
le-noach-sylvie-1955-07-02	1955-07-02	Le Noach Sylvie
le-roy-yves-1951-02-23	1951-02-23	Le Roy Yves
le-roy-jean-1923-11-05	1923-11-05	Le Roy Jean
lech-bernard-1946-10-05	1946-10-05	Lech Bernard
lefebvre-jane-janon-1945-05-14	1945-05-14	Lefebvre Jane("Janon")
lefevre-bernard-1930-06-22	1930-06-22	Lefevre Bernard
lefevre-serge-1952-06-22	1952-06-22	Lefevre Serge
leflohic-yves-1940-09-09	1940-09-09	Leflohic Yves
legoupil-alain-robert-1951-06-08	1951-06-08	Legoupil Alain Robert
lehoerff-alain-1941-05-21	1941-05-21	Lehoerff Alain
lelong-bernard-1929-06-18	1929-06-18	Lelong Bernard
lena-fausto-1933-12-11	1933-12-11	Lena Fausto
leniaud-paul-1931-04-12	1931-04-12	Leniaud Paul
lemaire-jules-1901-03-10	1901-03-10	Lemaire Jules
lenoir-serge-1947-02-20	1947-02-20	Lenoir Serge
lestage-pierre-1937-09-16	1937-09-16	Lestage Pierre
lesceux-stephan-1907-04-16	1907-04-16	Lesceux Stephan
levavasseur-philippe-1946-01-09	1946-01-09	Levavasseur Philippe
leveque-jacques-1917-10-01	1917-10-01	Leveque Jacques
lickes-leon-1926-08-02	1926-08-02	Lickes Léon
lini-oscar-1928-10-01	1928-10-01	Lini Oscar
lipp-berndhardt-1909-05-12	1909-05-12	Lipp Berndhardt
lismont-karel-1949-03-08	1949-03-08	Lismont Karel
lombardi-balilla-1916-04-02	1916-04-02	Lombardi Balilla
lombardi-ezio-1928-06-15	1928-06-15	Lombardi Ezio
lombardi-fergus-1925-10-19	1925-10-19	Lombardi Fergus
longoni-angelo-1933-01-17	1933-01-17	Longoni Angelo
longoni-mario-1927-04-27	1927-04-27	Longoni Mario
lopez-jean-pierre-1943-01-03	1943-01-03	Lopez Jean Pierre
loreti-franco-1931-03-12	1931-03-12	Loreti Franco
lorini-luigi-1926-06-12	1926-06-12	Lorini Luigi
losi-giacomo-1935-09-10	1935-09-10	Losi Giacomo
losi-omero-1925-02-23	1925-02-23	Losi Omero
lottes-karl-1912-04-29	1912-04-29	Lottes Karl
louveau-henri-1910-01-25	1910-01-25	Louveau Henri
lovagnini-ermelindo-1921-05-09	1921-05-09	Lovagnini Ermelindo
lovetti-mario-1909-10-23	1909-10-23	Lovetti Mario
lucas-jean-1917-04-25	1917-04-25	Lucas Jean
lucchi-anlo-gelio-1924-07-16	1924-07-16	Lucchi Anlo Gelio
lucchi-renato-1921-02-28	1921-02-28	Lucchi Renato
luisetto-albano-1920-09-30	1920-09-30	Luisetto Albano
luismeier-fritz-1924-08-17	1924-08-17	Luismeier Fritz
luison-franco-1934-07-05	1934-07-05	Luison Franco
lusetti-satiro-1922-07-11	1922-07-11	Lusetti Satiro
luttenberger-herbert-1926-10-21	1926-10-21	Luttenberger Herbert
maccagno-alain-1949-09-01	1949-09-01	Maccagno Alain
maertens-robert-1930-01-24	1930-01-24	Maertens Robert
magendie-georges-1946-06-27	1946-06-27	Magendie Georges
magnanini-silvio-1926-05-30	1926-05-30	Magnanini Silvio
magni-pietro-1919-03-20	1919-03-20	Magni Pietro
magotti-mario-1920-06-11	1920-06-11	Magotti Mario
mahe-francois-1930-09-02	1930-09-02	Mahé Francois
maina-giuseppe-1908-10-04	1908-10-04	Maina Giuseppe
mainardi-giuseppe-1919-01-17	1919-01-17	Mainardi Giuseppe
maini-bruno-1908-01-09	1908-01-09	Maini Bruno
malagoli-giordano-1915-02-18	1915-02-18	Malagoli Giordano
malavelle-jean-pierre-1946-05-29	1946-05-29	Malavelle Jean Pierre
mallejac-jean-1929-07-19	1929-07-19	Mallejac Jean
manchiska-eugene-1919-09-21	1919-09-21	Manchiska Eugene
mancini-raffaela-1913-10-28	1913-10-28	Mancini Raffaela
manenti-michele-1928-10-13	1928-10-13	Manenti Michele
mang-joseph-1891-12-12	1891-12-12	Mang Joseph
mangiarotti-giomfrico-1935-02-17	1935-02-17	Mangiarotti Giomfrico
manitto-gro-batta-1937-08-29	1937-08-29	Manitto Gro Batta
manni-gino-1916-10-11	1916-10-11	Manni Gino
manni-sergio-1921-09-09	1921-09-09	Manni Sergio
manson-francoise-1952-05-10	1952-05-10	Manson Francoise
manzardo-nereo-1926-08-30	1926-08-30	Manzardo Nereo
marc-dominique-1939-10-22	1939-10-22	Marc Dominique
marcellin-jean-marie-1943-01-27	1943-01-27	Marcellin Jean-Marie
marchetti-alberto-1920-11-18	1920-11-18	Marchetti Alberto
marchi-franco-1923-03-17	1923-03-17	Marchi Franco
marchiaro-renato-1919-02-16	1919-02-16	Marchiaro Renato
marcialis-jean-1937-04-21	1937-04-21	Marcialis Jean
marcillac-gabriel-1904-08-09	1904-08-09	Marcillac Gabriel
marcon-yves-1915-03-02	1915-03-02	Marcon Yves
marconi-claudio-1927-06-10	1927-06-10	Marconi Claudio
marconi-giorgio-1928-10-29	1928-10-29	Marconi Giorgio
mariani-piero-1911-12-04	1911-12-04	Mariani Piero
marie-yvon-1913-05-10	1913-05-10	Marie Yvon
marini-mario-1929-05-26	1929-05-26	Marini Mario
maroquin-bernard-1939-07-22	1939-07-22	Maroquin Bernard
marot-michel-1943-01-23	1943-01-23	Marot Michel
martel-maurice-1915-05-27	1915-05-27	Martel Maurice
marot-alain-1948-03-11	1948-03-11	Marot Alain
martinelli-gerard-1948-02-23	1948-02-23	Martinelli Gérard
martini-franco-1926-12-10	1926-12-10	Martini Franco
martin-jean-louis-1948-07-17	1948-07-17	Martin Jean Louis
martini-giobatta-1922-11-09	1922-11-09	Martini Giobatta
martini-renato-1930-01-05	1930-01-05	Martini Renato
marzani-andrea-1923-08-21	1923-08-21	Marzani Andrea
marzani-sante-1919-11-02	1919-11-02	Marzani Sante
mascheroni-oliviero-1914-06-11	1914-06-11	Mascheroni Oliviero
maselli-altibano-1927-01-29	1927-01-29	Maselli Altibano
masiero-enea-1933-12-08	1933-12-08	Masiero Enea
masseboeuf-jean-pierre-1937-11-20	1937-11-20	Masseboeuf Jean Pierre
mastrotto-raymond-1934-11-01	1934-11-01	Mastrotto Raymond
mate-elvio-1921-11-22	1921-11-22	Mate Elvio
mathieu-felix-1937-10-06	1937-10-06	Mathieu Felix
mathonet-jean-1925-10-06	1925-10-06	Mathonet Jean
matteucchi-carlo-1927-12-14	1927-12-14	Matteucchi Carlo
mattioni-giovanni-1922-09-03	1922-09-03	Mattioni Giovanni
mauret-raymond-1913-12-18	1913-12-18	Mauret Raymond
matteoli-paul-1929-11-07	1929-11-07	Matteoli Paul
mazare-michel-1954-03-23	1954-03-23	Mazaré Michel
mazzucco-alberto-1911-07-21	1911-07-21	Mazzucco Alberto
meggiolaro-umberto-1934-01-26	1934-01-26	Meggiolaro Umberto
meier-georg-1910-11-09	1910-11-09	Meier Georg
meier-hans-1928-05-10	1928-05-10	Meier Hans
menti-luigi-1934-10-01	1934-10-01	Menti Luigi
menti-umberto-1917-04-06	1917-04-06	Menti Umberto
merchadier-alain-1952-03-13	1952-03-13	Merchadier Alain
mercier-joseph-1919-09-05	1919-09-05	Mercier Joseph
merckx-marcel-1928-07-11	1928-07-11	Merckx Marcel
merlin-renzo-1923-09-27	1923-09-27	Merlin Renzo
merlo-gino-1917-01-31	1917-01-31	Merlo Gino
mettica-giuseppe-1919-03-26	1919-03-26	Mettica Giuseppe
meucci-cesare-1921-09-02	1921-09-02	Meucci Cesare
meunier-georges-1925-05-09	1925-05-09	Meunier Georges
meyer-philippe-1950-01-05	1950-01-05	Meyer Philippe
migeon-gerard-1947-11-28	1947-11-28	Migeon Gérard
mignacabal-jean-claude-1944-03-06	1944-03-06	Mignacabal Jean Claude
mignot-aime-1932-12-09	1932-12-09	Mignot Aimé
miotto-nello-1930-08-24	1930-08-24	Miotto Nello
mir-jean-pierre-1947-06-25	1947-06-25	Mir Jean Pierre
mirouze-herve-1924-12-10	1924-12-10	Mirouze Hervé
moga-alain-1949-03-27	1949-03-27	Moga Alain
mohr-franz-1913-03-27	1913-03-27	Mohr Franz
molineris-jean-luc-1950-08-25	1950-08-25	Molineris Jean-Luc
molineris-jean-pierre-1920-05-21	1920-05-21	Molineris Jean-Pierre
molino-giovanni-carlo-1931-04-03	1931-04-03	Molino Giovanni Carlo
moneyron-gerard-1948-01-17	1948-01-17	Moneyron Gérard
mongelli-giovanni-1929-02-03	1929-02-03	Mongelli Giovanni
monnereau-jean-1929-12-31	1929-12-31	Monnereau Jean
monneret-christian-1943-02-02	1943-02-02	Monneret Christian
montalti-delfo-1936-01-16	1936-01-16	Montalti Delfo
montanari-roggio-1912-03-20	1912-03-20	Montanari Roggio
montanari-serafrico-1921-01-15	1921-01-15	Montanari Serafrico
monterastelli-filiberto-1929-06-03	1929-06-03	Monterastelli Filiberto
monti-bruno-1915-01-09	1915-01-09	Monti Bruno
morandi-franco-1928-09-11	1928-09-11	Morandi Franco
moreau-mady-1928-05-01	1928-05-01	Moreau Mady
moretti-alain-1950-03-28	1950-03-28	Moretti Alain
moretti-franco-1922-10-30	1922-10-30	Moretti Franco
morel-jacques-pierre-1935-09-22	1935-09-22	Morel Jacques Pierre
mori-franco-1929-07-31	1929-07-31	Mori Franco
morichetto-francesco-1935-01-19	1935-01-19	Morichetto Francesco
morin-sergio-1931-09-16	1931-09-16	Morin Sergio
morisco-pasquale-1920-06-06	1920-06-06	Morisco Pasquale
mornese-edmondo-1910-11-14	1910-11-14	Mornese Edmondo
moro-silvano-1927-12-28	1927-12-28	Moro Silvano
morzone-franco-1918-09-07	1918-09-07	Morzone Franco
mosele-vittorio-1912-02-01	1912-02-01	Mosele Vittorio
motta-emico-1928-06-18	1928-06-18	Motta Emico
mouchel-marcel-1927-02-13	1927-02-13	Mouchel Marcel
muller-heinz-1919-05-20	1919-05-20	Müller Heinz
muller-hermann-paul-1909-11-21	1909-11-21	Müller Hermann Paul
muller-julius-1903-05-10	1903-05-10	Müller Julius
mugnaini-marcello-1940-11-12	1940-11-12	Mugnaini Marcello
musci-sergio-1920-05-01	1920-05-01	Musci Sergio
nadalet-anmando-1933-01-08	1933-01-08	Nadalet Anmando
nagy-ladislas-1931-12-16	1931-12-16	Nagy Ladislas
nardi-aldo-1931-03-03	1931-03-03	Nardi Aldo
nascenzi-anshide-1922-09-13	1922-09-13	Nascenzi Anshide
neckermann-karl-1911-03-14	1911-03-14	Neckermann Karl
neumann-otto-1902-08-28	1902-08-28	Neumann Otto
neussner-leonard-1918-07-10	1918-07-10	Neussner Leonard
nicolau-christian-1947-02-03	1947-02-03	Nicolau Christian
nicora-edo-1933-03-29	1933-03-29	Nicora Edo
nisot-fernand-1895-04-11	1895-04-11	Nisot Fernand
noirot-monique-wideman-1941-10-10	1941-10-10	Noirot Monique Wideman
noll-wilhelm-1926-03-15	1926-03-15	Noll Wilhelm
notti-alfredo-1908-02-19	1908-02-19	Notti Alfredo
novak-anatole-1937-02-12	1937-02-12	Novak Anatole
novello-bruno-1923-02-22	1923-02-22	Novello Bruno
novotarski-casimir-1932-11-26	1932-11-26	Novotarski Casimir
nowak-marcel-1934-07-10	1934-07-10	Nowak Marcel
nunin-luigi-1927-08-08	1927-08-08	Nunin Luigi
nys-francis-1930-05-02	1930-05-02	Nys Francis
nys-jacques-1942-06-07	1942-06-07	Nys Jacques
obelode-gustav-1908-04-07	1908-04-07	Obelode Gustav
obermeier-joseph-1900-07-13	1900-07-13	Obermeier Joseph
obermuller-beni-benedict-1930-04-11	1930-04-11	Obermüller Beni (Benedict)
oldani-alberto-1924-03-24	1924-03-24	Oldani Alberto
oldani-piedro-1929-07-22	1929-07-22	Oldani Piedro
oliver-christian-1932-10-26	1932-10-26	Oliver Christian
olivieri-oliviero-1930-08-14	1930-08-14	Olivieri Oliviero
olle-michel-1948-07-27	1948-07-27	Ollé Michel
operto-ii-pietro-1926-12-20	1926-12-20	Operto II Pietro
oriot-michel-1939-09-06	1939-09-06	Oriot Michel
orlando-vincenzo-1920-03-18	1920-03-18	Orlando Vincenzo
orcel-bernard-1945-04-02	1945-04-02	Orcel Bernard
ottagalli-gennarino-1923-02-12	1923-02-12	Ottagalli Gennarino
ottino-valeriano-1923-04-24	1923-04-24	Ottino Valeriano
padulazzi-bruno-1927-09-03	1927-09-03	Padulazzi Bruno
paeschen-marcel-1937-04-30	1937-04-30	Paeschen Marcel
pallavicini-giovanni-1928-04-09	1928-04-09	Pallavicini Giovanni
palli-anne-marie-1955-05-18	1955-05-18	Palli Anne-Marie
palma-armando-1918-04-09	1918-04-09	Palma Armando
palmieri-ermanuo-1921-09-09	1921-09-09	Palmieri Ermanuo
panagini-mario-1917-03-26	1917-03-26	Panagini Mario
panataleoni-francesco-1929-11-12	1929-11-12	Panataleoni Francesco
panetti-mirano-1929-07-13	1929-07-13	Panetti Mirano
paolini-sizo-1925-01-24	1925-01-24	Paolini Sizo
pannaye-joseph-1922-07-29	1922-07-29	Pannaye Joseph
papini-giam-franco-1928-06-05	1928-06-05	Papini Giam Franco
pardies-pierre-1948-08-30	1948-08-30	Pardies Pierre
parena-aldo-1919-07-15	1919-07-15	Parena Aldo
parent-marcel-1934-10-25	1934-10-25	Parent Marcel
parigi-galliano-1919-01-05	1919-01-05	Parigi Galliano
parizon-patrick-1950-06-03	1950-06-03	Parizon Patrick
pascutti-ezio-1937-06-01	1937-06-01	Pascutti Ezio
pasin-gino-1915-06-09	1915-06-09	Pasin Gino
passalacqua-ubaldo-1918-05-29	1918-05-29	Passalacqua Ubaldo
passuello-adriano-1942-11-03	1942-11-03	Passuello Adriano
pastori-renato-1918-02-21	1918-02-21	Pastori Renato
pathenay-michel-1930-05-06	1930-05-06	Pathenay Michel
patti-eugenio-1924-12-15	1924-12-15	Patti Eugenio
pavesi-aurelio-1919-11-24	1919-11-24	Pavesi Aurelio
pebeyre-michel-1948-06-21	1948-06-21	Pebeyre Michel
pecchielan-arturo-1944-04-11	1944-04-11	Pecchielan Arturo
pecqueux-michel-1906-12-26	1906-12-26	Pecqueux Michel
pedini-sege-1924-01-12	1924-01-12	Pedini Sege
pele-jacqueline-1954-06-14	1954-06-14	Pelé Jacqueline
pellecchia-saverio-1924-03-30	1924-03-30	Pellecchia Saverio
pellicardi-giulio-1919-10-10	1919-10-10	Pellicardi Giulio
pellis-antonio-1930-11-08	1930-11-08	Pellis Antonio
pendibene-luigi-1926-09-17	1926-09-17	Pendibene Luigi
penzo-romano-1920-04-07	1920-04-07	Penzo Romano
perret-jean-jacques-1929-09-07	1929-09-07	Perret Jean Jacques
perrin-christian-1937-08-14	1937-08-14	Perrin Christian
perrot-gaston-1938-04-10	1938-04-10	Perrot Gaston
perrot-jean-pierre-1952-03-07	1952-03-07	Perrot Jean-Pierre
persia-wando-1913-09-11	1913-09-11	Persia Wando
persico-piero-1930-01-02	1930-01-02	Persico Piero
pescarolo-henri-1942-09-25	1942-09-25	Pescarolo Henri
pestrin-paolo-pietro-1936-07-09	1936-07-09	Pestrin Paolo Pietro
petagna-francesco-1923-11-29	1923-11-29	Petagna Francesco
petit-christine-1955-01-28	1955-01-28	Petit Christine
petra-yvon-1916-03-08	1916-03-08	Petra Yvon
petron-walter-1918-08-25	1918-08-25	Petron Walter
pian-franco-1922-02-16	1922-02-16	Pian Franco
piana-teresio-1918-10-18	1918-10-18	Piana Teresio
piazza-gianemilio-1914-09-27	1914-09-27	Piazza Gianemilio
pibarot-pierre-1916-07-23	1916-07-23	Pibarot Pierre
piccardi-carlo-1919-10-07	1919-10-07	Piccardi Carlo
piccioni-carlo-1932-03-12	1932-03-12	Piccioni Carlo
picot-fernand-1930-05-10	1930-05-10	Picot Fernand
pierre-francis-1945-08-29	1945-08-29	Pierre Francis
pietrasanta-pietro-antonio-1922-01-17	1922-01-17	Pietrasanta Pietro (Antonio)
pifferi-aldo-1938-10-25	1938-10-25	Pifferi Aldo
pin-antonio-1928-09-03	1928-09-03	Pin Antonio
pincelli-franco-1914-07-31	1914-07-31	Pincelli Franco
pinel-jean-luc-1947-06-26	1947-06-26	Pinel Jean Luc
pipelin-francis-1934-07-08	1934-07-08	Pipelin Francis
pison-sergio-1930-03-24	1930-03-24	Pison Sergio
pivois-andre-1928-02-01	1928-02-01	Pivois André
plasczek-bernard-1936-05-30	1936-05-30	Plasczek Bernard
plaud-gaston-1920-03-20	1920-03-20	Plaud Gaston
plovie-gaston-1911-01-21	1911-01-21	Plovie Gaston
poeschl-maximilian-1909-02-22	1909-02-22	Poeschl Maximilian
poggiali-roberto-1941-04-16	1941-04-16	Poggiali Roberto
polidori-giancarlo-1943-10-30	1943-10-30	Polidori Giancarlo
pollmanns-willi-1908-04-30	1908-04-30	Pollmanns Willi
polny-georges-1942-02-03	1942-02-03	Polny Georges
pombia-piero-1924-05-23	1924-05-23	Pombia Piero
pondrano-aldo-1912-12-11	1912-12-11	Pondrano Aldo
ponticelli-lucca-1929-07-25	1929-07-25	Ponticelli Lucca
pouilles-pierre-1937-05-18	1937-05-18	Pouilles Pierre
poutet-leon-1899-10-26	1899-10-26	Poutet Léon
povia-domenico-1933-03-14	1933-03-14	Povia Domenico
pozzi-piero-1920-10-18	1920-10-18	Pozzi Piero
prado-serge-1948-08-22	1948-08-22	Prado Serge
preciosi-carmine-1943-07-08	1943-07-08	Preciosi Carmine
prenna-ademo-1930-05-27	1930-05-27	Prenna Ademo
pretto-mario-1915-10-07	1915-10-07	Pretto Mario
prigent-jean-francois-1944-04-26	1944-04-26	Prigent Jean Francois
primi-maurilio-1932-08-17	1932-08-17	Primi Maurilio
prior-attilio-1934-10-18	1934-10-18	Prior Attilio
privat-rene-1930-12-04	1930-12-04	Privat René
protti-benjamino-1934-05-18	1934-05-18	Protti Benjamino
provaglio-mario-1915-05-11	1915-05-11	Provaglio Mario
provera-vincenzo-1912-02-22	1912-02-22	Provera Vincenzo
prunecchi-leto-1925-06-08	1925-06-08	Prunecchi Leto
puget-pierre-1942-09-02	1942-09-02	Puget Pierre
puidebois-jean-pierre-1945-11-11	1945-11-11	Puidebois Jean-Pierre
puppo-sandro-1918-01-28	1918-01-28	Puppo Sandro
quadri-guido-1923-10-14	1923-10-14	Quadri Guido
quario-carlo-alberto-1913-03-14	1913-03-14	Quario Carlo Alberto
querol-jose-1942-10-10	1942-10-10	Querol José
rabitti-ercole-1921-08-24	1921-08-24	Rabitti Ercole
radice-luigi-1935-01-15	1935-01-15	Radice Luigi
rame-jean-ernest-1932-05-15	1932-05-15	Ramé Jean-Ernest
rame-jean-paul-1951-02-13	1951-02-13	Ramé Jean-Paul
rampini-sergio-1917-01-18	1917-01-18	Rampini Sergio
rancilio-emilio-1913-02-07	1913-02-07	Rancilio Emilio
randon-francesco-1925-11-23	1925-11-23	Randon Francesco
raufenbarth-karl-1908-04-19	1908-04-19	Raufenbarth Karl
rault-lucien-1936-03-30	1936-03-30	Rault Lucien
ravanello-gilbert-1950-11-07	1950-11-07	Ravanello Gilbert
ravel-christian-1948-08-07	1948-08-07	Ravel Christian
raymond-christian-1943-12-24	1943-12-24	Raymond Christian
rebujent-raymond-1942-09-27	1942-09-27	Rebujent Raymond
rebuzzi-italo-1922-06-13	1922-06-13	Rebuzzi Italo
redolfi-attilio-1923-09-08	1923-09-08	Redolfi Attilio
reichert-walter-1933-05-26	1933-05-26	Reichert Walter
reichert-hehl-ossi-1925-12-25	1925-12-25	Reichert-Hehl Ossi
reichmann-arthur-1902-04-21	1902-04-21	Reichmann Arthur
renaudin-guy-1918-03-16	1918-03-16	Renaudin Guy
renica-umberto-1921-04-08	1921-04-08	Renica Umberto
reruzzi-pietro-1918-10-31	1918-10-31	Reruzzi Pietro
reutelshofer-georg-1908-11-13	1908-11-13	Reutelshöfer Georg
riccardi-guglielmo-1920-03-26	1920-03-26	Riccardi Guglielmo
ricciardi-alfonso-1913-10-21	1913-10-21	Ricciardi Alfonso
richard-christian-1950-09-13	1950-09-13	Richard Christian
rico-robert-1945-03-10	1945-03-10	Rico Robert
rigamonti-vincenzo-1930-09-01	1930-09-01	Rigamonti Vincenzo
riotte-raymond-1940-02-18	1940-02-18	Riotte Raymond
ripari-domenico-1937-03-25	1937-03-25	Ripari Domenico
risorti-foco-1921-09-09	1921-09-09	Risorti Foco
robbiati-luigi-1935-06-18	1935-06-18	Robbiati Luigi
roessler-henri-1910-09-16	1910-09-16	Roessler Henri
rohrbach-marcel-1933-04-08	1933-04-08	Rohrbach Marcel
rolland-antonin-1924-09-03	1924-09-03	Rolland Antonin
rolle-plinis-1924-03-04	1924-03-04	Rolle Plinis
romagnoli-italo-1916-02-21	1916-02-21	Romagnoli Italo
romani-suafuio-1921-09-11	1921-09-11	Romani Suafuio (?)
romano-enzo-1920-07-10	1920-07-10	Romano Enzo
romano-marco-1910-09-18	1910-09-18	Romano Marco
romand-paul-1930-09-25	1930-09-25	Romand Paul
rosellini-luigi-1918-01-09	1918-01-09	Rosellini Luigi
rosin-ugo-1925-09-11	1925-09-11	Rosin Ugo
rossat-mignod-roger-1946-09-23	1946-09-23	Rossat-Mignod Roger
rossetti-angelo-1920-05-09	1920-05-09	Rossetti Angelo
rossetti-giovanni-1919-05-29	1919-05-29	Rossetti Giovanni
rossetti-licio-1925-11-01	1925-11-01	Rossetti Licio
rossi-ero-1931-06-18	1931-06-18	Rossi Ero (?)
rossi-guerrino-1934-02-02	1934-02-02	Rossi Guerrino
rossi-leon-1923-11-02	1923-11-02	Rossi Léon
rosso-alberto-1914-08-14	1914-08-14	Rosso Alberto
rostollan-louis-1936-01-01	1936-01-01	Rostollan Louis
rota-andre-1952-04-30	1952-04-30	Rota André
rota-attilio-1945-04-29	1945-04-29	Rota Attilio
roussel-guy-1935-11-17	1935-11-17	Roussel Guy
rouyer-jean-loup-1945-08-04	1945-08-04	Rouyer Jean-Loup
rouze-martine-1954-09-01	1954-09-01	Rouzé Martine
rovelli-vittorio-fermo-1916-08-16	1916-08-16	Rovelli Vittorio (Fermo)
rozzoni-orlando-1937-07-23	1937-07-23	Rozzoni Orlando
ruaud-jean-pierre-1942-10-27	1942-10-27	Ruaud Jean-Pierre
rudelli-luigi-1932-09-08	1932-09-08	Rudelli Luigi
ruhle-dietrich-1908-03-15	1908-03-15	Rühle Dietrich
russmann-eduard-1898-03-07	1898-03-07	Rüssmann Eduard
ruinart-paul-1876-10-28	1876-10-28	Ruinart Paul
ruiz-andre-1947-03-30	1947-03-30	Ruiz André
rummelhardt-emile-1914-01-12	1914-01-12	Rummelhardt Emile
runge-johannes-1878-01-24	1878-01-24	Runge Johannes
russowa-celestino-1922-02-12	1922-02-12	Russowa Celestino
rustichelli-dominique-1934-06-26	1934-06-26	Rustichelli Dominique
sabbatini-vinicio-1925-11-21	1925-11-21	Sabbatini Vinicio
sabourin-lucien-1904-06-17	1904-06-17	Sabourin Lucien
saby-julin-jacques-1939-04-23	1939-04-23	Saby Julin Jacques
saint-gerard-1935-07-11	1935-07-11	Saint Gérard
saint-gilles-francois-1951-01-03	1951-01-03	Saint-Gilles Francois
saint-martine-yves-1941-09-08	1941-09-08	Saint-Martine Yves
sala-franco-1932-02-06	1932-02-06	Sala Franco
salvador-patrick-1951-09-21	1951-09-21	Salvador Patrick
sanglier-jacques-1919-02-22	1919-02-22	Sanglier Jacques
sanglard-maurice-1927-08-19	1927-08-19	Sanglard Maurice
sansonetti-etienne-1935-12-05	1935-12-05	Sansonetti Étienne
santacroce-michele-1921-02-01	1921-02-01	Santacroce Michele
santagostino-amelie-1928-06-28	1928-06-28	Santagostino Amelie (?)
santamato-guiseppe-1929-03-08	1929-03-08	Santamato Guiseppe
santamato-michele-1927-05-30	1927-05-30	Santamato Michele
santia-enrico-1918-11-06	1918-11-06	Santiá Enrico
santini-jacques-1952-04-25	1952-04-25	Santini Jacques
sarda-jean-1941-06-13	1941-06-13	Sarda Jean
sarramangna-christian-1951-12-29	1951-12-29	Sarramangna Christian
sarti-benito-1936-07-23	1936-07-23	Sarti Benito
sarti-guiliano-1933-10-02	1933-10-02	Sarti Guiliano
sartin-giancarlo-1934-01-17	1934-01-17	Sartin Giancarlo
sassi-renzo-1929-02-09	1929-02-09	Sassi Renzo
saubesty-jacques-1945-07-18	1945-07-18	Saubesty Jacques
saulnier-serge-1915-01-14	1915-01-14	Saulnier Serge
saunier-jean-1929-09-17	1929-09-17	Saunier Jean
saux-jean-pierre-1928-11-13	1928-11-13	Saux Jean Pierre
sazzi-william-1927-04-04	1927-04-04	Sazzi William
sbardellini-gianni-1933-01-26	1933-01-26	Sbardellini Gianni
scagnellato-amelio-1930-10-26	1930-10-26	Scagnellato Amelio
scansetti-egidio-1909-11-09	1909-11-09	Scansetti Egidio
scaramucci-aldo-1932-02-25	1932-02-25	Scaramucci Aldo
schaeffer-lucien-1928-06-06	1928-06-06	Schaeffer Lucien
scharmann-fritz-1901-05-03	1901-05-03	Scharmann Fritz
schauffele-richard-1903-01-26	1903-01-26	Schauffele Richard
schaumburg-friedrich-1905-12-30	1905-12-30	Schaumburg Friedrich
schein-egon-1912-01-20	1912-01-20	Schein Egon
schewetta-francis-1919-08-29	1919-08-29	Schewetta Francis
schilgen-fritz-1906-09-08	1906-09-08	Schilgen Fritz
schlemmer-joseph-1904-03-16	1904-03-16	Schlemmer Joseph
schlesser-joseph-1928-05-18	1928-05-18	Schlesser Joseph
schmid-otto-1913-01-22	1913-01-22	Schmid Otto
schmidt-josef-1896-05-22	1896-05-22	Schmidt Josef
schmitz-jean-pierre-1932-02-15	1932-02-15	Schmitz Jean Pierre
schmucker-josef-1901-11-14	1901-11-14	Schmücker Josef
schnell-roland-1921-01-24	1921-01-24	Schnell Roland
schroder-willy-1894-06-02	1894-06-02	Schröder Willy
schuller-jakob-1905-06-26	1905-06-26	Schüller Jakob
schuth-johnny-1941-12-07	1941-12-07	Schuth Johnny
schwager-andre-1927-11-09	1927-11-09	Schwager André
scudeler-sergio-1924-05-04	1924-05-04	Scudeler Sergio
sculli-luigi-1921-09-15	1921-09-15	Sculli Luigi
sdraulig-mario-1917-02-28	1917-02-28	Sdraulig Mario
secret-henri-1907-08-07	1907-08-07	Secret Henri
seffussatti-antonio-1930-09-26	1930-09-26	Seffussatti Antonio
seghers-armand-1926-06-21	1926-06-21	Seghers Armand
seguier-noel-1949-09-08	1949-09-08	Seguier Noel
seidenschnur-rolf-1916-01-31	1916-01-31	Seidenschnur Rolf
sentimenti-arnaldo-1914-05-22	1914-05-22	Sentimenti Arnaldo
sentimenti-vittorio-1918-08-22	1918-08-22	Sentimenti Vittorio
seratoni-dario-1929-03-09	1929-03-09	Seratoni Dario
sessa-antonio-1924-01-18	1924-01-18	Sessa Antonio
setti-duilio-1912-01-07	1912-01-07	Setti Duilio
sermon-francois-1923-03-31	1923-03-31	Sermon Francois
sforza-romolo-1920-01-08	1920-01-08	Sforza Romolo
sforzin-pietro-1919-12-06	1919-12-06	Sforzin Pietro
signoretto-andrea-1916-06-29	1916-06-29	Signoretto Andrea
silvestrelli-mario-1920-04-19	1920-04-19	Silvestrelli Mario
simontacchi-angelo-1914-01-20	1914-01-20	Simontacchi Angelo
smersy-silvio-1933-01-16	1933-01-16	Smersy Silvio
simons-charles-1906-09-27	1906-09-27	Simons Charles
sollinger-ernst-1896-06-05	1896-06-05	Söllinger Ernst
soldan-narciso-1922-12-11	1922-12-11	Soldan Narciso
solheid-patrick-1952-09-04	1952-09-04	Solheid Patrick
spadavecchi-alfredo-1919-08-03	1919-08-03	Spadavecchi Alfredo
spadoni-luigi-1921-01-29	1921-01-29	Spadoni Luigi
spanghero-jean-marie-1945-12-23	1945-12-23	Spanghero Jean Marie
spanghero-laurent-1939-06-12	1939-06-12	Spanghero Laurent
spinola-guiseppe-1911-10-12	1911-10-12	Spinola Guiseppe
spurio-renato-1930-06-10	1930-06-10	Spurio Renato
stadella-carlo-1921-04-23	1921-04-23	Stadella Carlo
stafanini-lidio-1913-07-02	1913-07-02	Stafanini Lidio
stanganelli-guiseppe-1924-03-09	1924-03-09	Stanganelli Guiseppe
stasiak-francois-1936-09-18	1936-09-18	Stasiak Francois
stappen-andre-van-der-1934-03-27	1934-03-27	Stappen André (van der)
stechemesser-erich-1907-01-06	1907-01-06	Stechemesser Erich
stella-benedetto-1913-01-31	1913-01-31	Stella Benedetto
stivanello-giorgio-1932-07-13	1932-07-13	Stivanello Giorgio
storch-karl-1913-08-21	1913-08-21	Storch Karl
strossenreuther-max-1915-02-22	1915-02-22	Strössenreuther Max
stucchi-giosne-1931-03-13	1931-03-13	Stucchi Giosne
suber-lorenzo-1912-06-07	1912-06-07	Suber Lorenzo
subinaghi-otello-1910-04-02	1910-04-02	Subinaghi Otello
sucre-jacques-1929-05-15	1929-05-15	Sucré Jacques
sulpice-rene-1934-05-16	1934-05-16	Sulpice René
suozzi-renzo-1922-08-24	1922-08-24	Suozzi Renzo
suppi-piero-1920-04-06	1920-04-06	Suppi Piero
svorenich-marcello-1928-12-21	1928-12-21	Svorenich Marcello
taccone-vito-1940-05-08	1940-05-08	Taccone Vito
tacconi-mario-1924-06-27	1924-06-27	Tacconi Mario
taeron-christophe-1919-10-09	1919-10-09	Taeron Christophe
tagliascchi-giuliano-1914-02-03	1914-02-03	Tagliascchi Giuliano
taiti-sauro-1922-12-22	1922-12-22	Taiti Sauro
talle-lionel-1917-01-18	1917-01-18	Talle Lionel
talli-christian-1917-12-20	1917-12-20	Talli Christian
tamietti-corrado-1914-01-18	1914-01-18	Tamietti Corrado
tanneveau-robert-1911-07-25	1911-07-25	Tanneveau Robert
tavellin-guido-1920-05-23	1920-05-23	Tavellin Guido
teisseire-emile-1923-02-27	1923-02-27	Teisseire Emile
tellechea-raphael-1930-05-04	1930-05-04	Tellechea Raphael
terrats-rene-1944-06-26	1944-06-26	Terrats René
terray-lionel-1921-07-25	1921-07-25	Terray Lionel
tessari-luciano-1928-09-30	1928-09-30	Tessari Luciano
thielin-gerard-1935-03-29	1935-03-29	Thielin Gérard
thoma-georg-1937-08-20	1937-08-20	Thoma Georg
thomas-georges-1931-12-31	1931-12-31	Thomas Georges
thorn-prikker-hein-1911-01-06	1911-01-06	Thorn-Prikker Hein
tieghi-guido-1925-05-01	1925-05-01	Tieghi Guido
tijou-noel-1941-12-12	1941-12-12	Tijou Noel
tissot-max-1953-02-28	1953-02-28	Tissot Max
tollet-claude-1949-04-24	1949-04-24	Tollet Claude
toma-sauro-1925-12-04	1925-12-04	Toma Sauro
tomad-guiseppe-1935-08-30	1935-08-30	Tomad Guiseppe
tomasi-carlo-1920-06-15	1920-06-15	Tomasi Carlo
tomasi-ernesto-1906-10-30	1906-10-30	Tomasi Ernesto
torri-otello-1917-01-25	1917-01-25	Torri Otello
torriglia-angelo-1926-08-02	1926-08-02	Torriglia Angelo
tortarolo-francesco-1916-09-28	1916-09-28	Tortarolo Francesco
torti-mario-1925-08-16	1925-08-16	Torti Mario
toscani-algiso-1920-11-13	1920-11-13	Toscani Algiso
toso-renato-1928-07-07	1928-07-07	Toso Renato
tosolini-mario-1918-04-19	1918-04-19	Tosolini Mario
toulotte-theodule-1950-12-20	1950-12-20	Toulotte Theodule
traversa-teresio-pietro-1915-03-12	1915-03-12	Traversa Teresio Pietro
trere-armando-1921-06-29	1921-06-29	Trere Armando
trevisani-silvano-1919-08-27	1919-08-27	Trevisani Silvano
tricoli-silverio-1911-01-07	1911-01-07	Tricoli Silverio
trombello-nino-1925-08-31	1925-08-31	Trombello Nino
troupel-lucien-1919-01-11	1919-01-11	Troupel Lucien
tubaro-ludorico-1927-02-15	1927-02-15	Tubaro Ludorico
tuccini-mauro-1928-02-10	1928-02-10	Tuccini Mauro
turati-carlo-1921-07-10	1921-07-10	Turati Carlo
turchi-egidio-1913-10-04	1913-10-04	Turchi Egidio
uboldi-angelo-1923-02-24	1923-02-24	Uboldi Angelo
uebler-wilhelm-1899-02-28	1899-02-28	Uebler Wilhelm
ulrich-roland-1913-02-08	1913-02-08	Ulrich Roland
uzzecchini-renzo-1935-06-11	1935-06-11	Uzzecchini Renzo
vaasen-franz-1908-06-06	1908-06-06	Vaasen Franz
vairo-guiseppe-1922-03-04	1922-03-04	Vairo Guiseppe
valentinuzzi-giorgio-1931-03-02	1931-03-02	Valentinuzzi Giorgio
valinasso-cesare-1909-11-27	1909-11-27	Valinasso Cesare
vaillant-arsene-1922-06-13	1922-06-13	Vaillant Arsene
valli-valentino-1929-12-01	1929-12-01	Valli Valentino
vallone-raffaele-1916-02-17	1916-02-17	Vallone Raffaele
valsecchi-luigi-1921-08-17	1921-08-17	Valsecchi Luigi
valzani-luca-1915-05-12	1915-05-12	Valzani Luca
vanelli-antonio-1928-12-08	1928-12-08	Vanelli Antonio
vanz-glanco-1920-08-10	1920-08-10	Vanz Glanco
vasseur-alain-1948-04-01	1948-04-01	Vasseur Alain
vasseur-sylvain-1946-02-28	1946-02-28	Vasseur Sylvain
vavassori-guiseppe-1934-06-29	1934-06-29	Vavassori Guiseppe
velly-jo-1938-03-10	1938-03-10	Velly Jo
venturi-renzo-1928-03-05	1928-03-05	Venturi Renzo
venturi-walter-1920-01-22	1920-01-22	Venturi Walter
verna-guiseppe-1927-03-31	1927-03-31	Verna Guiseppe
versaldi-remo-1910-09-11	1910-09-11	Versaldi Remo
vervoort-gerard-1936-05-06	1936-05-06	Vervoort Gérard
vettraino-luigi-1920-09-21	1920-09-21	Vettraino Luigi
vicini-azelio-1933-03-20	1933-03-20	Vicini Azelio
vignau-martin-1917-06-07	1917-06-07	Vignau Martin
villa-angelo-1929-02-01	1929-02-01	Villa Angelo
villa-carlo-1912-05-28	1912-05-28	Villa Carlo
villa-ricardo-1919-05-18	1919-05-18	Villa Ricardo
vincenzi-guido-1932-07-14	1932-07-14	Vincenzi Guido
virol-gerard-1913-12-13	1913-12-13	Virol Gerard
visco-gelardi-guido-1925-01-22	1925-01-22	Visco Gelardi Guido
visintainer-guiseppe-1918-05-04	1918-05-04	Visintainer Guiseppe
vittiglio-bruno-1941-09-07	1941-09-07	Vittiglio Bruno
vittoni-franco-1933-10-17	1933-10-17	Vittoni Franco
vivesmarie-france-1959-09-30	1959-09-30	Vivesmarie France
volpi-ermenegildo-1917-06-19	1917-06-19	Volpi Ermenegildo
vovau-bernard-1943-01-21	1943-01-21	Vovau Bernard
waitzer-josef-1884-05-01	1884-05-01	Waitzer Josef
wambst-auguste-1908-12-19	1908-12-19	Wambst Auguste
vries-frans-de-1913-08-21	1913-08-21	Vries Frans (de)
wambst-fernand-1912-12-26	1912-12-26	Wambst Fernand
warczyglowa-henri-1949-01-01	1949-01-01	Warczyglowa Henri
weiler-sepp-1921-01-22	1921-01-22	Weiler Sepp
wenninger-fritz-1899-06-05	1899-06-05	Wenninger Fritz
zambaiti-luigi-1932-12-09	1932-12-09	Zambaiti Luigi
zancanaro-giorgia-1940-06-15	1940-06-15	Zancanaro Giorgia
zandegu-dino-1940-05-31	1940-05-31	Zandegu Dino
zani-antonio-1930-03-09	1930-03-09	Zani Antonio
zannier-luigi-1932-12-03	1932-12-03	Zannier Luigi
zanolla-federico-1924-02-19	1924-02-19	Zanolla Federico
zanon-gastone-1924-11-12	1924-11-12	Zanon Gastone
zaro-guilio-1915-07-03	1915-07-03	Zaro Guilio
zavaglio-giovanni-1936-11-01	1936-11-01	Zavaglio Giovanni
zeno-pierluigi-1934-06-29	1934-06-29	Zeno Pierluigi
ziemczak-stephan-1936-08-14	1936-08-14	Ziemczak Stephan
zontini-athos-1914-03-01	1914-03-01	Zontini Athos
zoppellaro-carlo-1921-07-13	1921-07-13	Zoppellaro Carlo
zoppelletto-g-battista-1932-04-03	1932-04-03	Zoppelletto G.battista
zorzan-mario-1912-02-15	1912-02-15	Zorzan Mario
zorzi-luigi-1920-05-04	1920-05-04	Zorzi Luigi
zorzin-conado-1921-12-01	1921-12-01	Zorzin Conado
zuppet-tullio-1926-02-27	1926-02-27	Zuppet Tullio
zvunka-georges-1937-03-05	1937-03-05	Zvunka Georges
zvunka-jules-1941-08-17	1941-08-17	Zvunka Jules
zvunka-victor-1951-11-15	1951-11-15	Zvunka Victor
albani-giuseppe-1921-04-08	1921-04-08	Albani Giuseppe
croz-michel-1830-04-29	1830-04-29	CROZ Michel
herzog-maurice-1919-01-15	1919-01-15	Herzog Maurice
bergougnous-jacques-1922-10-06	1922-10-06	BERGOUGNOUS Jacques
aitelli-colette-1932-03-03	1932-03-03	Aitelli Colette
ben-hamo-1930-03-22	1930-03-22	Ben Hamo
berger-marc-michel-1943-07-08	1943-07-08	Berger Marc (Michel)
anthoine-emile-1882-06-09	1882-06-09	Anthoine Emile
bernard-michel-1931-12-31	1931-12-31	Bernard Michel
bally-etienne-1923-04-17	1923-04-17	Bally Etienne
bertould-gilles-1949-05-16	1949-05-16	Bertould Gilles
bourbeillon-patrick-1947-03-24	1947-03-24	Bourbeillon Patrick
brac-christian-1927-06-10	1927-06-10	Brac Christian
bogey-robert-1935-12-25	1935-12-25	Bogey Robert
bonino-rene-1930-01-14	1930-01-14	Bonino René
brault-henri-1928-03-29	1928-03-29	Brault Henri
brouzet-yves-1948-09-05	1948-09-05	Brouzet Yves
carette-jacques-1947-03-01	1947-03-01	Carette Jacques
caron-henri-1924-07-02	1924-07-02	Caron Henri
cavelot-bernadette-1928-10-15	1928-10-15	Cavelot Bernadette
chabrier-michel-1948-01-26	1948-01-26	Chabrier Michel
chardel-michel-1932-11-15	1932-11-15	CHARDEL Michel
chatelet-francois-1939-02-27	1939-02-27	Chatelet Francois
corval-jean-pierre-1949-01-16	1949-01-16	Corval Jean Pierre
cuvelier-claudie-1943-05-13	1943-05-13	Cuvelier Claudie
davaze-lurot-michele-1943-08-15	1943-08-15	Davaze (Lurot) Michele
courron-louis-1914-04-09	1914-04-09	Courron Louis
decosse-jean-claude-1949-07-06	1949-07-06	Decosse Jean-Claude
demys-michele-1943-09-16	1943-09-16	Demys Michele
denise-nicole-1949-05-11	1949-05-11	DENISE Nicole
delecour-jocelyn-1935-01-02	1935-01-02	Delecour Jocelyn
fournier-maurice-1933-01-18	1933-01-18	Fournier Maurice
dohen-jacques-1930-05-04	1930-05-04	DOHEN Jacques
dubroca-pierre-1920-05-11	1920-05-11	DUBROCA Pierre
duclos-nicole-1947-08-15	1947-08-15	Duclos Nicole
dufresne-jean-pierre-1945-06-16	1945-06-16	Dufresne Jean Pierre
dugarreau-raymond-1938-06-15	1938-06-15	DUGARREAU Raymond
elliott-henry-1946-02-15	1946-02-15	Elliott Henry
fayolle-jean-1937-11-10	1937-11-10	Fayolle Jean
fery-gaston-1900-04-24	1900-04-24	Fery Gaston
firca-serge-1948-03-11	1948-03-11	Firca Serge
gagneux-georgette-1907-06-17	1907-06-17	Gagneux Georgette
galtier-francis-1907-05-11	1907-05-11	Galtier Francis
gauthier-bernard-1949-07-04	1949-07-04	Gauthier Bernard
madubost-jacques-1944-06-06	1944-06-06	Madubost Jacques
suaudeau-jean-claude-1938-05-24	1938-05-24	Suaudeau Jean-Claude
gerdil-marcel-1928-01-24	1928-01-24	Gerdil Marcel
goudeau-jean-pierre-1933-02-25	1933-02-25	GOUDEAU Jean-Pierre
guillez-georges-1909-09-03	1909-09-03	Guillez Georges
martin-du-gard-jean-paul-1927-03-30	1927-03-30	MARTIN DU GARD Jean Paul
guillon-jean-pierre-1930-01-21	1930-01-21	Guillon Jean-Pierre
guyodo-alex-1922-06-19	1922-06-19	Guyodo Alex
ibanes-manuel-1948-11-27	1948-11-27	Ibanes Manuel
martin-seraphin-1906-07-02	1906-07-02	Martin Séraphin
jacq-eliane-1948-07-04	1948-07-04	Jacq Eliane
jaunay-roland-1926-03-12	1926-03-12	JAUNAY Roland
josset-rene-1910-07-28	1910-07-28	JOSSET Rene
jourdan-rene-1943-05-12	1943-05-12	Jourdan René
kolbeck-fernand-1944-10-11	1944-10-11	Kolbeck Fernand
laidebeur-bernard-1942-07-11	1942-07-11	LAIDEBEUR Bernard
lamitie-bernard-1946-06-27	1946-06-27	LAMITIE Bernard
legrain-pierre-1920-02-18	1920-02-18	Legrain Pierre
lalanne-jean-1914-08-28	1914-08-28	Lalanne Jean
malrieu-patrick-1948-06-09	1948-06-09	Malrieu Patrick
martigne-christian-1946-04-09	1946-04-09	Martigne Christian
martin-bernard-1943-11-14	1943-11-14	Martin Bernard
marie-andre-1925-10-14	1925-10-14	Marie André
martinage-yves-1936-12-28	1936-12-28	Martinage Yves
meyer-gabrielle-1947-05-10	1947-05-10	Meyer Gabrielle
michaud-catherine-1949-11-25	1949-11-25	Michaud Catherine
mombet-michele-1949-05-17	1949-05-17	Mombet Michele
montandon-nicole-1948-10-30	1948-10-30	Montandon Nicole
montgermont-michel-1947-03-31	1947-03-31	Montgermont Michel
mourlon-andre-1903-10-09	1903-10-09	MOURLON Andre
nicolas-claude-1941-09-21	1941-09-21	Nicolas Claude
osterberger-andre-1920-10-26	1920-10-26	Osterberger André
pinard-evelyne-osthold-1923-05-15	1923-05-15	Pinard Evelyne Osthold
pani-jack-1946-05-21	1946-05-21	Pani Jack
perlot-jacques-1929-12-11	1929-12-11	Perlot Jacques
phyllis-marie-jose-1946-08-20	1946-08-20	PHYLLIS Marie-Jose
poirier-robert-1942-05-16	1942-05-16	Poirier Robert
prikhodko-wladimir-1944-03-01	1944-03-01	PRIKHODKO Wladimir
raguenau-gaston-1881-10-10	1881-10-10	RAGUENAU Gaston
etancelin-philippe-1896-12-29	1896-12-29	Etancelin Philippe
riou-rene-1927-12-29	1927-12-29	Riou René
roger-gilbert-1914-02-17	1914-02-17	Roger Gilbert
samper-michel-1943-05-01	1943-05-01	Samper Michel
sans-alain-1945-03-20	1945-03-20	Sans Alain
giraud-cabantous-yves-1903-10-08	1903-10-08	GIRAUD-CABANTOUS Yves
sarteur-alain-1946-06-17	1946-06-17	Sarteur Alain
schoebel-pierre-1942-12-24	1942-12-24	SCHOEBEL Pierre
siret-henri-1887-03-19	1887-03-19	SIRET Henri
synakowski-maryan-1936-03-14	1936-03-14	Synakowski Maryan
tissot-raymond-1919-08-02	1919-08-02	Tissot Raymond
tourret-christian-1946-09-20	1946-09-20	Tourret Christian
ugolini-gerard-1949-02-09	1949-02-09	Ugolini Gérard
wiriath-rene-1899-12-01	1899-12-01	Wiriath René
grimaud-jean-pierre-1944-03-23	1944-03-23	Grimaud Jean-Pierre
zembri-raymond-1948-12-26	1948-12-26	Zembri Raymond
bouchard-roger-andre-1899-05-18	1899-05-18	Bouchard Roger André
cevert-francois-1944-02-25	1944-02-25	CEVERT Francois
dreyfus-rene-1905-05-06	1905-05-06	Dreyfus René
grignard-georges-1905-07-25	1905-07-25	Grignard Georges
hemery-victor-1876-11-18	1876-11-18	Hemery Victor
leclerc-michel-1946-03-18	1946-03-18	Leclerc Michel
manzon-robert-1917-04-12	1917-04-12	Manzon Robert
salomon-jean-luc-1944-02-27	1944-02-27	Salomon Jean-Luc
trintignant-maurice-1917-10-30	1917-10-30	Trintignant Maurice
antoine-annick-1945-11-21	1945-11-21	Antoine Annick
banos-henri-1913-10-07	1913-10-07	BANOS Henri
camu-renee-1936-03-12	1936-03-12	Camu Renée
crispon-stephane-1937-05-26	1937-05-26	Crispon Stéphane
drivet-jean-pierre-1942-04-02	1942-04-02	Drivet Jean Pierre
dumontois-robert-1941-08-06	1941-08-06	Dumontois Robert
maillet-jacques-1926-09-07	1926-09-07	Maillet Jacques
martin-claude-1930-02-06	1930-02-06	MARTIN Claude
meynardier-bernard-1938-04-19	1938-04-19	Meynardier Bernard
morel-georges-rene-1938-07-11	1938-07-11	Morel Georges René
moroni-joseph-1938-01-10	1938-01-10	Moroni Joseph
ruffier-des-aimes-jean-1902-04-18	1902-04-18	RUFFIER DES AIMES Jean
sloth-andre-1944-05-20	1944-05-20	Sloth André
souche-jean-pierre-1927-09-02	1927-09-02	SOUCHE Jean-Pierre
vallanchon-gilbert-1941-10-02	1941-10-02	Vallanchon Gilbert
beugnot-jean-paul-1931-06-25	1931-06-25	BEUGNOT Jean-Paul
bonnevie-michel-1921-11-19	1921-11-19	Bonnevie Michel
busnel-robert-1914-09-14	1914-09-14	Busnel Robert
gounot-jean-1894-04-09	1894-04-09	Gounot Jean
degros-jean-1939-11-18	1939-11-18	Degros Jean
chocat-rene-1920-11-28	1920-11-28	Chocat René
desaymonet-maurice-1921-06-24	1921-06-24	DESAYMONET Maurice
dorigo-maxime-1936-09-27	1936-09-27	Dorigo Maxime
fabrikant-wladimir-1917-04-10	1917-04-10	FABRIKANT Wladimir
alleene-pierre-1909-07-20	1909-07-20	Alleene Pierre
faucherre-jacques-1920-06-18	1920-06-18	Faucherre Jacques
favory-jacques-1926-05-15	1926-05-15	FAVORY Jacques
gilles-alain-1945-05-05	1945-05-05	Gilles Alain
grange-henri-1934-09-14	1934-09-14	Grange Henri
lacourte-pierre-1927-09-13	1927-09-13	LACOURTE Pierre
lesmayoux-henri-1913-12-19	1913-12-19	LESMAYOUX Henri
hell-henri-1911-04-26	1911-04-26	Hell Henri
mayeur-bernard-1938-02-23	1938-02-23	Mayeur Bernard
perniceni-jean-1930-04-05	1930-04-05	PERNICENI Jean
savelli-eliane-1929-10-17	1929-10-17	Savelli Eliane
baril-marcel-1905-11-13	1905-11-13	Baril Marcel
merle-genevieve-1927-02-21	1927-02-21	Merle Genevieve
thiolon-pierre-1927-01-17	1927-01-17	THIOLON Pierre
formento-dany-1943-04-10	1943-04-10	Formento Dany
bentz-emile-1925-07-15	1925-07-15	BENTZ Emile
annex-hippolyte-1933-07-14	1933-07-14	Annex Hippolyte
angelmann-valentin-1910-03-07	1910-03-07	Angelmann Valentin
bretonnel-fred-1905-06-11	1905-06-11	BRETONNEL Fred
caudron-guy-1946-09-30	1946-09-30	Caudron Guy
josselin-jean-1940-01-06	1940-01-06	Josselin Jean
kechichian-jacques-1938-05-08	1938-05-08	Kechichian Jacques
drille-andre-1930-09-15	1930-09-15	Drille André
marty-jacques-1940-07-30	1940-07-30	MARTY Jacques
mougin-jean-1922-09-06	1922-09-06	MOUGIN Jean
perrot-gustave-1925-09-10	1925-09-10	Perrot Gustave
mascart-edouard-1902-04-08	1902-04-08	Mascart Edouard
pladner-emile-1906-09-02	1906-09-02	Pladner Emile
sandeyron-maurice-1921-04-21	1921-04-21	SANDEYRON Maurice
tenet-edouard-1907-07-07	1907-07-07	Tenet Edouard
villemain-robert-1924-01-11	1924-01-11	VILLEMAIN Robert
dransart-georges-1924-05-12	1924-05-12	DRANSART Georges
millot-jean-francois-1944-11-16	1944-11-16	Millot Jean Francois
adam-pierre-1924-04-24	1924-04-24	ADAM Pierre
aimar-lucien-1941-04-28	1941-04-28	Aimar Lucien
ausset-charles-1932-09-28	1932-09-28	Ausset Charles
beyaert-jose-1925-10-01	1925-10-01	Beyaert José
blusson-serge-1928-05-07	1928-05-07	BLUSSON Serge
bonneau-eliane-1927-03-20	1927-03-20	Bonneau Eliane
botherel-jacques-1946-12-01	1946-12-01	Botherel Jacques
chappe-georges-1944-03-05	1944-03-05	Chappe Georges
christophe-eugene-1885-01-22	1885-01-22	Christophe Eugène
cugnot-jean-1899-08-03	1899-08-03	CUGNOT Jean
delattre-marcel-1939-11-17	1939-11-17	Delattre Marcel
delisle-raymond-1943-03-11	1943-03-11	Delisle Raymond
desgrange-henri-1865-01-31	1865-01-31	Desgrange Henri
cadine-ernest-1893-07-12	1893-07-12	Cadine Ernest
danguillaume-camille-1919-06-04	1919-06-04	Danguillaume Camille
dorgebray-robert-1915-10-16	1915-10-16	Dorgebray Robert
dupont-jacques-1928-06-19	1928-06-19	Dupont Jacques
forestier-jean-1930-10-07	1930-10-07	Forestier Jean
forlini-dominique-1924-09-14	1924-09-14	FORLINI Dominique
foucaux-camille-1906-04-22	1906-04-22	FOUCAUX Camille
ganneau-renee-1936-12-12	1936-12-12	Ganneau Renée
grosskost-charly-1944-03-05	1944-03-05	GROSSKOST Charly
groussard-georges-1937-03-22	1937-03-22	Groussard Georges
groussard-joseph-1934-03-02	1934-03-02	Groussard Joseph
guimard-cyrille-1947-01-20	1947-01-20	Guimard Cyrille
guyot-claude-1947-01-16	1947-01-16	Guyot Claude
lapize-octave-1887-10-24	1887-10-24	LAPIZE Octave
jourden-jean-1942-07-11	1942-07-11	Jourden Jean
lazarides-apo-1925-10-16	1925-10-16	Lazarides Apo
beaussenat-maurice-1867-10-01	1867-10-01	Beaussenat Maurice
lapebie-guy-1916-11-28	1916-11-28	Lapebie Guy
le-greves-rene-1910-06-06	1910-06-06	LE GREVES Rene
le-nizerhy-roger-1916-12-03	1916-12-03	Le Nizerhy Roger
lebaube-jean-claude-1937-07-22	1937-07-22	Lebaube Jean-Claude
letort-desire-1943-01-29	1943-01-29	Letort Désiré
le-strat-ange-1918-02-18	1918-02-18	Le Strat Ange
lognay-emile-1930-03-30	1930-03-30	LOGNAY Emile
marinelli-jacques-1925-12-15	1925-12-15	Marinelli Jacques
meiffret-joseph-paul-1913-04-27	1913-04-27	Meiffret Joseph Paul
merviel-jules-1906-09-29	1906-09-29	Merviel Jules
michard-lucien-1903-11-17	1903-11-17	Michard Lucien
moineau-alain-1928-05-15	1928-05-15	Moineau Alain
mourioux-jacky-1948-03-06	1948-03-06	Mourioux Jacky
nedelec-michel-1940-03-07	1940-03-07	Nedelec Michel
parenteau-jean-pierre-1944-08-05	1944-08-05	Parenteau Jean-Pierre
pelissier-charles-1903-02-20	1903-02-20	Pelissier Charles
raynal-jean-1932-03-08	1932-03-08	RAYNAL Jean
richard-maurice-1910-07-23	1910-07-23	Richard Maurice
piel-roger-1921-06-28	1921-06-28	Piel Roger
pottier-rene-1879-06-05	1879-06-05	Pottier René
raynaud-andre-1904-11-10	1904-11-10	Raynaud André
rousseau-michel-1936-02-05	1936-02-05	Rousseau Michel
scodeller-gilbert-1931-06-10	1931-06-10	Scodeller Gilbert
seres-georges-1918-01-17	1918-01-17	Seres Georges
sergent-pierre-1895-03-29	1895-03-29	SERGENT Pierre
sibille-guy-1948-08-25	1948-08-25	Sibille Guy
speicher-georges-1907-06-08	1907-06-08	SPEICHER Georges
van-lancker-alain-1947-05-15	1947-05-15	VAN LANCKER Alain
verdeun-maurice-1929-02-05	1929-02-05	Verdeun Maurice
varnajo-robert-1929-05-01	1929-05-01	Varnajo Robert
allemand-jean-pierre-1942-04-04	1942-04-04	Allemand Jean-Pierre
baudoux-bernard-1928-05-31	1928-05-31	Baudoux Bernard
boissier-yves-1944-01-27	1944-01-27	Boissier Yves
bourquard-paul-1937-03-05	1937-03-05	Bourquard Paul
courtillat-jacky-1943-01-08	1943-01-08	Courtillat Jacky
dimont-jacques-1945-02-02	1945-02-02	Dimont Jacques
ducret-roger-1888-04-02	1888-04-02	DUCRET Roger
gaudin-lucien-1886-09-27	1886-09-27	Gaudin Lucien
gardere-andre-1913-05-08	1913-05-08	Gardere André
herbster-claude-1946-03-28	1946-03-28	Herbster Claude
huet-maurice-1918-12-01	1918-12-01	HUET Maurice
jeanne-francois-1943-11-13	1943-11-13	JEANNE Francois
ladegaillerie-jacques-1944-01-10	1944-01-10	Ladegaillerie Jacques
level-annick-1942-12-05	1942-12-05	LEVEL Annick
noel-christian-1945-03-13	1945-03-13	Noel Christian
panizza-serge-1942-11-19	1942-11-19	PANIZZA Serge
parent-jean-1928-05-07	1928-05-07	Parent Jean
pecheux-michel-1911-06-24	1911-06-24	PECHEUX Michel
reant-fred-1945-02-11	1945-02-11	Reant Fred
rousselet-catherine-1943-05-17	1943-05-17	ROUSSELET Catherine
tournon-jean-francois-1905-08-06	1905-08-06	Tournon Jean Francois
vallee-bernard-1945-10-05	1945-10-05	Vallée Bernard
artelesa-marcel-1938-07-02	1938-07-02	Artelesa Marcel
baillot-henri-1924-12-13	1924-12-13	BAILLOT Henri
batmale-jean-1895-09-18	1895-09-18	BATMALE Jean
baratte-jean-1923-06-07	1923-06-07	Baratte Jean
betta-andre-1944-03-04	1944-03-04	Betta André
bras-jean-claude-1945-11-15	1945-11-15	BRAS Jean-Claude
broissard-jose-1947-02-20	1947-02-20	Broissard José
bonifaci-antoine-1931-09-04	1931-09-04	Bonifaci Antoine
boyer-jean-1901-02-17	1901-02-17	Boyer Jean
bourbotte-francois-1913-02-24	1913-02-24	Bourbotte François
buron-jean-louis-1934-04-04	1934-04-04	Buron Jean-Louis
carre-desir-1923-05-21	1923-05-21	Carre Désir
de-michele-gabriel-1941-03-06	1941-03-06	De Michele Gabriel
di-nallo-fleury-1943-04-20	1943-04-20	Di Nallo Fleury
dogliani-jean-pierre-1942-10-17	1942-10-17	Dogliani Jean-Pierre
dereuddre-rene-1930-06-22	1930-06-22	Dereuddre René
carre-roger-1921-01-14	1921-01-14	Carre Roger
goujon-yvon-1937-01-21	1937-01-21	Goujon Yvon
grillon-andre-1921-11-01	1921-11-01	GRILLON Andre
herbin-robert-1939-03-30	1939-03-30	Herbin Robert
heisserer-oscar-1914-07-18	1914-07-18	Heisserer Oscar
grumellon-jean-1923-06-01	1923-06-01	Grumellon Jean
hidalgo-michel-1933-03-22	1933-03-22	Hidalgo Michel
hon-louis-1924-09-14	1924-09-14	Hon Louis
jonquet-robert-1925-05-03	1925-05-03	Jonquet Robert
kopaszewski-raymond-1931-10-13	1931-10-13	KOPASZEWSKI Raymond
lamy-roger-1926-12-13	1926-12-13	Lamy Roger
luciano-jean-1921-01-02	1921-01-02	Luciano Jean
mistral-louis-1900-08-04	1900-08-04	MISTRAL Louis
pavillard-henri-1905-08-15	1905-08-15	Pavillard Henri
muller-lucien-1934-09-03	1934-09-03	Muller Lucien
nicolas-paul-1899-11-04	1899-11-04	Nicolas Paul
mattler-eugene-1905-12-24	1905-12-24	Mattler Eugène
szepaniak-robert-1942-04-04	1942-04-04	SZEPANIAK Robert
huet-georges-1909-12-08	1909-12-08	Huet Georges
wendling-jean-1934-04-29	1934-04-29	Wendling Jean
boulart-philippe-1918-08-29	1918-08-29	Boulart Philippe
dallemagne-marcel-1898-12-11	1898-12-11	Dallemagne Marcel
mourguiart-henri-1905-07-12	1905-07-12	Mourguiart Henri
prunet-albert-1919-03-23	1919-03-23	PRUNET Albert
thion-de-la-chaume-simone-1908-11-27	1908-11-27	THION DE LA CHAUME Simone
vagliano-dorothee-1921-04-04	1921-04-04	VAGLIANO Dorothee
bouchonnet-michel-1940-07-17	1940-07-17	Bouchonnet Michel
manoukian-diran-1919-03-22	1919-03-22	MANOUKIAN Diran
brisepierre-jacqueline-1945-10-30	1945-10-30	Brisepierre Jacqueline
coulon-danielle-sicot-1935-03-24	1935-03-24	Coulon Danielle Sicot
dewolf-marcel-1919-09-19	1919-09-19	Dewolf Marcel
fauqueux-bernard-1938-09-02	1938-09-02	Fauqueux Bernard
letourneur-evelyne-1947-09-13	1947-09-13	Letourneur Evelyne
mathiot-michel-1926-08-23	1926-08-23	Mathiot Michel
montagne-liliane-1931-03-16	1931-03-16	Montagne Liliane
wieczorkiewiecz-edouard-1926-07-17	1926-07-17	WIECZORKIEWIECZ Edouard
duverger-rene-1911-01-30	1911-01-30	Duverger René
gourrier-pierre-1947-03-02	1947-03-02	Gourrier Pierre
levecq-roger-1935-08-24	1935-08-24	Levecq Roger
nita-andre-1949-09-05	1949-09-05	Nita André
taillefer-jacques-1946-06-13	1946-06-13	TAILLEFER Jacques
tzipkine-serge-1946-11-01	1946-11-01	Tzipkine Serge
allard-jacques-1925-09-08	1925-09-08	Allard Jacques
allard-patric-1922-06-19	1922-06-19	Allard Patric
blanchet-jacques-1906-04-01	1906-04-01	BLANCHET Jacques
burtshell-patrick-1946-11-22	1946-11-22	Burtshell Patrick
corbel-georges-1942-08-21	1942-08-21	Corbel Georges
dubessay-jean-francois-1921-04-01	1921-04-01	DUBESSAY Jean-Francois
dujardin-max-1912-12-01	1912-12-01	Dujardin Max
hauet-claude-1925-03-25	1925-03-25	HAUET Claude
hauet-jean-1925-03-25	1925-03-25	HAUET Jean
lucas-robert-1922-10-05	1922-10-05	Lucas Robert
meyer-andre-1919-10-05	1919-10-05	MEYER Andre
sauthier-jean-paul-1942-05-27	1942-05-27	Sauthier Jean-Paul
rovoyaz-paul-1916-09-19	1916-09-19	ROVOYAZ Paul
clement-patrick-1944-07-18	1944-07-18	CLEMENT Patrick
de-herdt-jean-1923-07-22	1923-07-22	DE HERDT Jean
grossain-lionel-1938-02-12	1938-02-12	GROSSAIN Lionel
guerin-claude-1944-03-26	1944-03-26	GUERIN Claude
ballery-georges-1937-07-18	1937-07-18	BALLERY Georges
gaudinot-andre-1947-08-27	1947-08-27	Gaudinot André
aurine-remy-1916-01-20	1916-01-20	Aurine Rémy
grangier-michel-1948-04-02	1948-04-02	Grangier Michel
kouyos-liamis-1928-02-10	1928-02-10	KOUYOS Liamis
marchand-guy-1943-06-23	1943-06-23	Marchand Guy
sabatie-christian-1941-06-20	1941-06-20	Sabatie Christian
leclere-jean-1920-03-10	1920-03-10	Leclere Jean
santon-daniel-1943-05-31	1943-05-31	SANTON Daniel
taberna-pierre-1944-08-02	1944-08-02	Taberna Pierre
uytterhaeghe-raymond-1947-10-25	1947-10-25	UYTTERHAEGHE Raymond
zoette-andre-1931-08-30	1931-08-30	Zoette André
bacou-serge-1947-02-20	1947-02-20	BACOU Serge
brassine-gilbert-1928-05-04	1928-05-04	Brassine Gilbert
jeannin-louis-1907-10-06	1907-10-06	JEANNIN Louis
perrin-marcel-1908-03-17	1908-03-17	Perrin Marcel
amand-henri-1873-09-17	1873-09-17	Amand Henri
arcucci-josette-1930-02-07	1930-02-07	ARCUCCI Josette
canavese-pierre-1945-09-10	1945-09-10	Canavese Pierre
caron-christine-1948-07-10	1948-07-10	Caron Christine
dorleans-danielle-1947-03-23	1947-03-23	Dorleans Danielle
eminente-aldo-1931-08-19	1931-08-19	EMINENTE Aldo
gropaiz-gerard-1943-08-01	1943-08-01	GROPAIZ Gerard
grosborne-jean-baptiste-1917-04-30	1917-04-30	GROSBORNE Jean-Baptiste
letast-gerard-1949-01-28	1949-01-28	Letast Gérard
mollier-dominique-1949-09-07	1949-09-07	MOLLIER Dominique
mosconi-alain-1949-09-09	1949-09-09	Mosconi Alain
piacentini-rosy-1938-08-17	1938-08-17	PIACENTINI Rosy
ravelinghien-jean-francois-1947-09-15	1947-09-15	Ravelinghien Jean-Francois
rousseau-michel-1949-06-08	1949-06-08	ROUSSEAU Michel
tanguy-gaby-1929-07-16	1929-07-16	TANGUY Gaby
thomas-colette-1929-02-10	1929-02-10	THOMAS Colette
calmat-alain-1940-08-31	1940-08-31	CALMAT Alain
dubief-jacqueline-1930-12-04	1930-12-04	Dubief Jacqueline
brejassou-rene-1929-08-12	1929-08-12	Brejassou René
dureville-robert-1943-11-28	1943-11-28	DUREVILLE Robert
pelissier-philippe-1947-11-30	1947-11-30	Pelissier Philippe
pera-patrick-1949-01-17	1949-01-17	Pera Patrick
hassler-albert-1903-11-03	1903-11-03	Hassler Albert
kouprianoff-andre-1938-10-14	1938-10-14	KOUPRIANOFF Andre
giudicelli-jean-pierre-1943-02-20	1943-02-20	Giudicelli Jean Pierre
gueguen-raoul-1947-06-20	1947-06-20	Gueguen Raoul
goosen-henri-1925-07-14	1925-07-14	GOOSEN Henri
mulinghausen-raymond-1920-09-03	1920-09-03	MULINGHAUSEN Raymond
alberti-gilbert-1934-04-07	1934-04-07	Alberti Gilbert
alonso-richard-1948-09-22	1948-09-22	ALONSO Richard
andrieu-guy-1941-10-13	1941-10-13	Andrieu Guy
barris-lucien-1921-06-04	1921-06-04	BARRIS Lucien
begou-yves-1938-02-01	1938-02-01	Begou Yves
bonal-elie-1945-12-12	1945-12-12	Bonal Elie
bonet-floreal-1946-01-04	1946-01-04	BONET Floreal
bonnerey-louis-1947-10-06	1947-10-06	Bonnerey Louis
boule-michel-1937-03-07	1937-03-07	Boule Michel
bruzy-guy-1941-01-08	1941-01-08	Bruzy Guy
fages-georges-1934-02-24	1934-02-24	Fages Georges
frattini-marius-1941-05-03	1941-05-03	FRATTINI Marius
dauger-jean-1919-11-12	1919-11-12	Dauger Jean
eramouspe-robert-1935-09-08	1935-09-08	Eramouspe Robert
galia-jean-1905-03-20	1905-03-20	Galia Jean
garzino-jacques-1943-05-12	1943-05-12	Garzino Jacques
genoud-gabriel-1923-01-19	1923-01-19	GENOUD Gabriel
gracet-jean-1937-07-10	1937-07-10	Gracet Jean
lacaze-andre-1930-12-12	1930-12-12	Lacaze André
larue-herve-1935-07-05	1935-07-05	LARUE Herve
mas-francis-1938-11-08	1938-11-08	Mas Francis
maso-joseph-1921-02-14	1921-02-14	MASO Joseph
ponsinet-edouard-1923-11-18	1923-11-18	PONSINET Edouard
rey-roger-1931-04-09	1931-04-09	Rey Roger
rousie-max-1912-07-15	1912-07-15	Rousié Max
sauret-jean-pierre-1946-01-29	1946-01-29	Sauret Jean Pierre
toujas-raymond-1945-07-23	1945-07-23	Toujas Raymond
vadon-andre-1934-06-22	1934-06-22	Vadon André
abadie-alain-1946-08-10	1946-08-10	Abadie Alain
amestoy-jean-baptiste-1936-08-28	1936-08-28	Amestoy Jean-Baptiste
aristouy-pierre-1920-10-18	1920-10-18	ARISTOUY Pierre
arnaudet-michel-1943-03-11	1943-03-11	Arnaudet Michel
azarette-jean-louis-1945-05-08	1945-05-08	Azarette Jean-Louis
bastiat-jean-pierre-1949-04-11	1949-04-11	Bastiat Jean-Pierre
bayardon-jacques-1934-01-25	1934-01-25	Bayardon Jacques
benesis-rene-1944-08-29	1944-08-29	Benesis René
bienes-rene-1923-08-02	1923-08-02	BIENES Rene
bonnus-firmin-1924-08-24	1924-08-24	BONNUS Firmin
bontemps-dominique-1946-05-27	1946-05-27	Bontemps Dominique
buonomo-yvan-1946-09-19	1946-09-19	Buonomo Yvan
burgel-yves-1948-10-15	1948-10-15	BURGEL Yves
camberabero-guy-1936-05-17	1936-05-17	Camberabero Guy
cantoni-jack-1948-05-11	1948-05-11	Cantoni Jack
camicas-fernand-1899-05-07	1899-05-07	Camicas Fernand
cazenave-albert-1902-03-07	1902-03-07	Cazenave Albert
cazenave-fernand-1924-11-26	1924-11-26	Cazenave Fernand
celhay-maurice-1911-05-17	1911-05-17	CELHAY Maurice
crancee-roland-1932-09-24	1932-09-24	Crancee Roland
gregorio-jean-1935-12-09	1935-12-09	Gregorio Jean
de-gregorio-nicolas-1947-01-15	1947-01-15	De Gregorio Nicolas
dehez-jean-louis-1944-05-06	1944-05-06	Dehez Jean Louis
duprat-bernard-1943-07-17	1943-07-17	Duprat Bernard
dedet-louis-1875-03-06	1875-03-06	Dedet Louis
pomathios-michel-1924-03-18	1924-03-18	Pomathios Michel
desclaux-francis-1926-02-09	1926-02-09	Desclaux Francis
dutin-bernard-1944-12-09	1944-12-09	Dutin Bernard
esponda-jean-michel-1946-04-24	1946-04-24	ESPONDA Jean-Michel
etcheverry-marc-1942-08-23	1942-08-23	Etcheverry Marc
ferrien-roger-1924-11-09	1924-11-09	FERRIEN Roger
laforgue-ingrid-1948-11-05	1948-11-05	Laforgue Ingrid
fite-roger-1938-10-13	1938-10-13	Fite Roger
gensane-roger-1934-02-04	1934-02-04	Gensane Roger
gesta-lavit-francois-1940-09-16	1940-09-16	Gesta-Lavit Francois
martin-legeay-1906-10-20	1906-10-20	MARTIN-LEGEAY
greffe-michel-1940-10-27	1940-10-27	Greffe Michel
halcaren-raymond-1944-05-28	1944-05-28	Halcaren Raymond
hauser-michel-1945-07-10	1945-07-10	Hauser Michel
herrero-daniel-1948-06-19	1948-06-19	Herrero Daniel
iharassary-henri-1946-05-28	1946-05-28	Iharassary Henri
laborde-claude-1940-08-25	1940-08-25	Laborde Claude
lassaossa-paul-1927-07-13	1927-07-13	LASSAOSSA Paul
lauga-pierre-1922-01-17	1922-01-17	LAUGA Pierre
laurent-marcel-1909-04-17	1909-04-17	Laurent Marcel
lavergne-pierre-1922-03-18	1922-03-18	LAVERGNE Pierre
le-droff-jean-1939-06-22	1939-06-22	Le Droff Jean
lira-maurice-1941-04-30	1941-04-30	Lira Maurice
lubrano-andre-1946-09-19	1946-09-19	Lubrano André
magois-henri-1947-01-01	1947-01-01	Magois Henri
majerus-richard-1905-06-10	1905-06-10	MAJERUS Richard
malterre-christian-1948-02-22	1948-02-22	Malterre Christian
martine-roger-1930-01-03	1930-01-03	Martine Roger
moncla-francois-1932-04-01	1932-04-01	Moncla François
moraitis-basile-1946-01-02	1946-01-02	Moraitis Basile
noble-jean-claude-1944-12-29	1944-12-29	Noble Jean-Claude
ordioni-jacques-1945-04-26	1945-04-26	Ordioni Jacques
paries-lucien-1947-08-04	1947-08-04	Paries Lucien
quilis-andre-1941-10-28	1941-10-28	Quilis André
razat-jean-pierre-1940-10-15	1940-10-15	Razat Jean-Pierre
rollet-jacques-1934-08-18	1934-08-18	Rollet Jacques
romero-henri-1935-09-21	1935-09-21	Romero Henri
roques-jean-claude-1943-03-19	1943-03-19	Roques Jean Claude
ros-jean-claude-1947-09-18	1947-09-18	Ros Jean Claude
saisset-olivier-1949-06-07	1949-06-07	Saisset Olivier
salut-jean-pierre-1943-04-14	1943-04-14	Salut Jean-Pierre
sapa-michel-1949-03-19	1949-03-19	Sapa Michel
sillieres-jean-1946-11-15	1946-11-15	Sillieres Jean
sutra-gerard-1946-03-21	1946-03-21	Sutra Gérard
rosambert-colette-1910-12-10	1910-12-10	ROSAMBERT Colette
ugartemendia-jean-1943-07-10	1943-07-10	Ugartemendia Jean
villepreux-pierre-1943-07-05	1943-07-05	Villepreux Pierre
arbez-victor-1934-05-17	1934-05-17	Arbez Victor
augert-jean-pierre-1946-01-13	1946-01-13	Augert Jean Pierre
samazeuilh-jean-1891-01-17	1891-01-17	SAMAZEUILH Jean
bochatay-madelaine-1944-01-02	1944-01-02	Bochatay Madelaine
duvillard-henri-1947-12-23	1947-12-23	Duvillard Henri
grosfilley-serge-1949-08-03	1949-08-03	Grosfilley Serge
killy-jean-1943-08-30	1943-08-30	Killy Jean
lacroix-leo-1937-11-26	1937-11-26	Lacroix Léo
goitschel-marielle-1945-09-28	1945-09-28	Goitschel Marielle
melquiond-jules-1941-08-19	1941-08-19	Melquiond Jules
oreiller-henri-1925-12-05	1925-12-05	Oreiller Henri
pires-roger-1940-10-12	1940-10-12	Pires Roger
poirot-gilbert-1944-09-21	1944-09-21	Poirot Gilbert
prince-cecile-1937-05-15	1937-05-15	Prince Cécile
stamos-pierre-1941-02-14	1941-02-14	Stamos Pierre
steurer-florence-1949-11-01	1949-11-01	Steurer Florence
guyon-jean-jacques-1932-12-21	1932-12-21	Guyon Jean Jacques
clave-pierre-1887-07-12	1887-07-12	Clave Pierre
legoff-jack-1931-04-08	1931-04-08	Legoff Jack
legoupil-andre-1931-01-07	1931-01-07	Legoupil André
rozier-marcel-1936-03-22	1936-03-22	Rozier Marcel
sarrazin-jean-1934-02-05	1934-02-05	Sarrazin Jean
barat-florence-1945-01-26	1945-01-26	BARAT Florence
barthes-pierre-1941-09-13	1941-09-13	Barthes Pierre
colin-robert-1924-12-06	1924-12-06	COLIN Robert
de-kermadec-gil-1922-01-01	1922-01-01	DE KERMADEC Gil
delhomme-guy-1922-07-14	1922-07-14	Delhomme Guy
comte-michel-1943-09-27	1943-09-27	Comte Michel
destreman-bernard-1917-02-11	1917-02-11	Destreman Bernard
feret-paul-1901-02-23	1901-02-23	FERET Paul
gentien-antoine-1905-06-13	1905-06-13	GENTIEN Antoine
goven-georges-1948-04-27	1948-04-27	GOVEN Georges
jung-sylvia-1904-07-10	1904-07-10	JUNG Sylvia
vissault-henri-1908-09-22	1908-09-22	Vissault Henri
haguenauer-michel-1916-01-22	1916-01-22	HAGUENAUER Michel
colas-paul-1880-05-06	1880-05-06	COLAS Paul
denis-panthou-etiennette-1917-12-23	1917-12-23	Denis-Panthou Etiennette
dujardin-francois-1923-02-01	1923-02-01	DUJARDIN Francois
buffet-marcel-1922-05-14	1922-05-14	Buffet Marcel
devillard-gerard-1940-02-05	1940-02-05	Devillard Gérard
draeger-alain-1937-02-28	1937-02-28	DRAEGER Alain
buchheit-gerard-1948-09-30	1948-09-30	Buchheit Gerard
curtet-chabot-yvonne-1920-05-28	1920-05-28	Curtet-Chabot Yvonne
feger-rene-1904-04-08	1904-04-08	Feger René
rigaux-robert-1913-04-20	1913-04-20	Rigaux Robert
santona-bernard-1921-11-10	1921-11-10	Santona Bernard
benoist-robert-1895-03-20	1895-03-20	Benoist Robert
loreau-armand-1931-07-30	1931-07-30	Loreau Armand
friol-emile-1881-03-09	1881-03-09	FRIOL Emile
mazan-lucien-1882-10-18	1882-10-18	MAZAN Lucien
ramez-jean-ernest-1932-05-15	1932-05-15	RAMEZ Jean-Ernest
luyce-francis-1947-02-13	1947-02-13	Luyce Francis
rossignol-jean-claude-1945-10-10	1945-10-10	ROSSIGNOL Jean-Claude
cabero-jacques-1947-05-13	1947-05-13	Cabero Jacques
marty-jean-claude-1943-08-08	1943-08-08	Marty Jean Claude
barriere-raoul-1928-03-03	1928-03-03	Barriere Raoul
conilh-de-beyssac-jacques-1888-09-04	1888-09-04	CONILH DE BEYSSAC Jacques
pilon-jean-1925-10-14	1925-10-14	PILON Jean
penz-alain-1947-10-30	1947-10-30	Penz Alain
proisy-patrick-1949-09-10	1949-09-10	Proisy Patrick
lenoir-pierre-1936-09-08	1936-09-08	Lenoir Pierre
mathieu-suzanne-1908-01-31	1908-01-31	Mathieu Suzanne
grandijean-alexandre-1878-11-05	1878-11-05	Grandijean Alexandre
roudnitska-edmond-1931-06-26	1931-06-26	Roudnitska Edmond
bonnardel-philippe-1899-07-28	1899-07-28	Bonnardel Philippe
carpentier-daniel-1927-02-19	1927-02-19	Carpentier Daniel
dakoski-stephane-1921-06-29	1921-06-29	Dakoski Stéphane
domingo-rene-1928-12-28	1928-12-28	Domingo René
leblond-michel-1932-05-10	1932-05-10	Leblond Michel
dalem-pierre-1912-03-16	1912-03-16	Dalem Pierre
haget-andre-1931-04-26	1931-04-26	Haget André
adams-fernand-1903-05-03	1903-05-03	Adams Fernand
ben-tifour-abdelazziz-1927-07-23	1927-07-23	Ben Tifour Abdelazziz
bertorelle-louis-1932-08-05	1932-08-05	Bertorelle Louis
guillemont-joseph-1899-10-01	1899-10-01	Guillemont Joseph
lavoine-gilbert-1921-02-03	1921-02-03	Lavoine Gilbert
bliard-guy-1932-10-18	1932-10-18	Bliard Guy
boesman-gustave-1899-01-19	1899-01-19	Boesman Gustave
cambier-charles-1884-01-05	1884-01-05	Cambier Charles
boogaerts-ferdinand-1921-02-25	1921-02-25	Boogaerts Ferdinand
canelle-fernand-1882-01-02	1882-01-02	Canelle Fernand
carre-louis-1925-01-07	1925-01-07	Carre Louis
chorda-andre-1938-02-20	1938-02-20	Chorda André
claessens-jean-1908-06-18	1908-06-18	Claessens Jean
cros-yves-1923-10-05	1923-10-05	Cros Yves
danos-pierre-1929-06-04	1929-06-04	Danos Pierre
bosch-hippolyte-van-den-1926-04-30	1926-04-30	Bosch Hippolyte (van den)
diricx-henri-1927-07-07	1927-07-07	Diricx Henri
hanot-gabriel-1889-11-06	1889-11-06	Hanot Gabriel
flamion-pierre-1923-03-13	1923-03-13	Flamion Pierre
hoydonckx-nicolas-huibrecht-1900-12-29	1900-12-29	Hoydonckx Nicolas Huibrecht
huymans-constant-1928-10-11	1928-10-11	Huymans Constant
le-duc-therese-1934-01-25	1934-01-25	Le Duc Therese
lenglen-suzanne-1899-05-24	1899-05-24	Lenglen Suzanne
lippens-martin-1934-10-08	1934-10-08	Lippens Martin
ladoumegue-jules-1906-12-10	1906-12-10	Ladoumegue Jules
llense-rene-1913-07-14	1913-07-14	Llense René
musch-joseph-1892-10-13	1892-10-13	Musch Joseph
paverick-robert-1912-11-29	1912-11-29	Paverick Robert
bragard-mathieu-1895-03-10	1895-03-10	Bragard Mathieu
oubron-robert-1913-04-18	1913-04-18	Oubron Robert
pigou-marcel-1934-04-06	1934-04-06	Pigou Marcel
piquemal-claude-1939-03-13	1939-03-13	Piquemal Claude
plaskie-jean-1941-08-24	1941-08-24	Plaskie Jean
rahis-bernard-1933-02-12	1933-02-12	Rahis Bernard
remetter-francois-1928-08-08	1928-08-08	Remetter François
sauvage-paul-1939-03-17	1939-03-17	Sauvage Paul
schultz-erny-1931-01-29	1931-01-29	Schultz Erny
sinibaldi-pierre-1924-02-29	1924-02-29	Sinibaldi Pierre
stockman-jacques-1938-10-08	1938-10-08	Stockman Jacques
taris-jean-1909-07-06	1909-07-06	Taris Jean
tellechea-joseph-1926-11-27	1926-11-27	Tellechea Joseph
van-brandt-alfons-1927-06-24	1927-06-24	Van Brandt Alfons
van-himst-paul-1943-10-08	1943-10-08	Van Himst Paul
van-der-auwera-jean-1924-01-09	1924-01-09	Van Der Auwera Jean
veen-robert-1886-03-25	1886-03-25	Veen Robert
verbiest-laurent-1939-04-16	1939-04-16	Verbiest Laurent
verger-andre-1906-05-28	1906-05-28	Verger André
voorhof-bernard-1910-05-11	1910-05-11	Voorhof Bernard
winter-alphonse-1908-09-12	1908-09-12	Winter Alphonse
beeck-joseph-van-1911-02-18	1911-02-18	Beeck Joseph (van)
bessems-louis-1892-09-25	1892-09-25	Bessems Louis
bocxstaele-edgar-august-van-1888-12-02	1888-12-02	Bocxstaele Edgar August (van)
jazy-michel-1936-06-13	1936-06-13	Jazy Michel
calenberg-georges-van-1912-02-06	1912-02-06	Calenberg Georges (van)
claessen-roger-1941-09-27	1941-09-27	Claessen Roger
coppee-robert-1895-04-23	1895-04-23	Coppee Robert
cornelis-jean-1941-08-02	1941-08-02	Cornelis Jean
delhasse-guy-1933-02-19	1933-02-19	Delhasse Guy
fievez-jean-1910-01-30	1910-01-30	Fievez Jean
henriet-jules-1918-02-13	1918-02-13	Henriet Jules
isemborg-henri-1915-01-30	1915-01-30	Isemborg Henri
kerkhoven-robert-van-1924-01-01	1924-01-01	Kerkhoven Robert (van)
lamoot-robert-1911-03-18	1911-03-18	Lamoot Robert
lejeune-emil-1938-02-17	1938-02-17	Lejeune Emil
moes-jose-1923-07-19	1923-07-19	Moes José
paternoster-desiree-1887-01-21	1887-01-21	Paternoster Désirée
pierard-roger-1887-08-28	1887-08-28	Pierard Roger
puttart-antoine-1919-10-25	1919-10-25	Puttart Antoine
raemaekers-1883-03-13	1883-03-13	Raemaekers
saeys-andre-1911-02-20	1911-02-20	Saeys André
semmeling-leon-1940-01-04	1940-01-04	Semmeling Léon
steelant-august-van-1921-04-08	1921-04-08	Steelant August (van)
storme-roland-1934-01-25	1934-01-25	Storme Roland
sulon-gerard-1938-04-03	1938-04-03	Sulon Gérard
thirifays-rene-1920-10-08	1920-10-08	Thirifays René
vercammen-marcel-1918-01-29	1918-01-29	Vercammen Marcel
vermeyen-frans-1943-03-25	1943-03-25	Vermeyen Frans
vliers-joseph-1932-12-18	1932-12-18	Vliers Joseph
vos-erne-de-1921-07-26	1921-07-26	Vos Erné (de)
andre-georges-1889-02-08	1889-02-08	Andre Georges
boccardo-jean-1942-03-16	1942-03-16	Boccardo Jean
colnard-pierre-1929-02-18	1929-02-18	Colnard Pierre
duhour-edouard-1905-03-01	1905-03-01	Duhour Edouard
degats-jacques-1930-02-20	1930-02-20	Degats Jacques
genevay-paul-1939-01-21	1939-01-21	Genevay Paul
husson-guy-1931-03-02	1931-03-02	Husson Guy
abram-paul-1883-08-14	1883-08-14	Abram Paul
agasse-lafont-jean-1877-07-02	1877-07-02	Agasse-Lafont Jean
aimard-jean-1886-01-03	1886-01-03	Aimard Jean
alquier-augustin-1862-10-06	1862-10-06	Alquier Augustin
arnould-jean-1889-09-05	1889-09-05	Arnould Jean
arraud-camille-1893-03-30	1893-03-30	Arraud Camille
aubertin-emile-1894-12-07	1894-12-07	Aubertin Emile
aublant-louis-1890-03-03	1890-03-03	Aublant Louis
routis-andre-1900-07-16	1900-07-16	Routis André
audibert-victor-1877-12-23	1877-12-23	Audibert Victor
averous-joseph-1870-12-25	1870-12-25	Averous Joseph
badolle-albert-1886-11-13	1886-11-13	Badolle Albert
balland-henri-1900-02-05	1900-02-05	Balland Henri
ball-victor-1873-06-08	1873-06-08	Ball Victor
barbier-jean-1894-03-13	1894-03-13	Barbier Jean
barbier-henri-1859-12-05	1859-12-05	Barbier Henri
barraud-jean-1895-12-10	1895-12-10	Barraud Jean
barret-francisque-1892-06-23	1892-06-23	Barret Francisque
baudoin-georges-1854-09-11	1854-09-11	Baudoin Georges
baverel-gustave-1899-06-17	1899-06-17	Baverel Gustave
bayard-joseph-1878-01-21	1878-01-21	Bayard Joseph
bec-fortune-1878-12-03	1878-12-03	Bec Fortune
behagne-pierre-1891-02-08	1891-02-08	Behagne Pierre
beliard-marcel-1876-07-23	1876-07-23	Beliard Marcel
benech-jean-1888-05-28	1888-05-28	Benech Jean
berthomieu-gabriel-1924-02-15	1924-02-15	Berthomieu Gabriel
berger-jean-1883-11-18	1883-11-18	Berger Jean
bergeret-andre-1884-11-10	1884-11-10	Bergeret André
berret-henri-1877-12-08	1877-12-08	Berret Henri
bettinger-lucien-1884-01-17	1884-01-17	Bettinger Lucien
bienvenu-georges-1893-05-27	1893-05-27	Bienvenu Georges
bleicher-maurice-1903-09-09	1903-09-09	Bleicher Maurice
boissiere-lacroix-joseph-1891-05-28	1891-05-28	Boissiere-Lacroix Joseph
bondouy-theophile-1872-09-11	1872-09-11	Bondouy Theophile
bonnefous-louis-1859-09-07	1859-09-07	Bonnefous Louis
boppe-marcel-1891-07-02	1891-07-02	Boppe Marcel
bosche-charles-1871-11-09	1871-11-09	Bosche Charles
bouchet-maurice-1888-10-28	1888-10-28	Bouchet Maurice
bouchoo-rene-1892-02-07	1892-02-07	Bouchoo René
boucomont-roger-1902-11-19	1902-11-19	Boucomont Roger
boularan-jean-1899-08-01	1899-08-01	Boularan Jean
boureau-eugene-1857-10-03	1857-10-03	Boureau Eugène
bourret-marcel-1897-09-23	1897-09-23	Bourret Marcel
boyer-paul-1895-12-20	1895-12-20	Boyer Paul
braillon-jean-1907-12-11	1907-12-11	Braillon Jean
beal-victor-1883-11-18	1883-11-18	Beal Victor
brechot-adolphe-1879-09-23	1879-09-23	Brechot Adolphe
bremont-maurice-1881-01-01	1881-01-01	Bremont Maurice
brizard-charles-1872-06-03	1872-06-03	Brizard Charles
brizard-jules-1887-01-25	1887-01-25	Brizard Jules
bornenave-leon-1920-05-11	1920-05-11	Bornenave Léon
brule-marcel-1883-01-31	1883-01-31	Brule Marcel
brunerie-albert-1901-02-11	1901-02-11	Brunerie Albert
bue-vincent-1869-01-30	1869-01-30	Bue Vincent
buot-henri-1908-07-15	1908-07-15	Buot Henri
bureau-louis-1886-07-07	1886-07-07	Bureau Louis
busquet-hector-1879-11-21	1879-11-21	Busquet Hector
caillard-pierre-1901-03-07	1901-03-07	Caillard Pierre
cambon-emile-1888-01-18	1888-01-18	Cambon Emile
camus-jean-1896-11-14	1896-11-14	Camus Jean
capmas-albert-1873-05-21	1873-05-21	Capmas Albert
carcassonne-fernand-1901-06-05	1901-06-05	Carcassonne Fernand
carlier-paul-1894-09-24	1894-09-24	Carlier Paul
carlotto-charles-1896-04-05	1896-04-05	Carlotto Charles
carpentier-william-1887-11-01	1887-11-01	Carpentier William
casabianca-jereme-1889-10-30	1889-10-30	Casabianca Jéréme
cassoute-emile-1868-07-05	1868-07-05	Cassoute Emile
brunetaud-maurice-1912-10-12	1912-10-12	Brunetaud Maurice
castera-hector-1885-05-25	1885-05-25	Castera Hector
caujolle-paui-1878-10-11	1878-10-11	Caujolle Paui
caussade-louis-1885-01-23	1885-01-23	Caussade Louis
chabrol-etienne-1883-06-13	1883-06-13	Chabrol Etienne
chaix-achille-1875-12-28	1875-12-28	Chaix Achille
chapoy-rene-1878-11-05	1878-11-05	Chapoy René
charpentier-roger-1903-03-16	1903-03-16	Charpentier Roger
charrier-jean-1888-07-21	1888-07-21	Charrier Jean
chaton-marcel-1881-07-18	1881-07-18	Chaton Marcel
chavany-jean-1892-04-03	1892-04-03	Chavany Jean
chevrier-louis-1877-01-27	1877-01-27	Chevrier Louis
chosson-pierre-1902-02-24	1902-02-24	Chosson Pierre
cisternes-ernest-1874-04-18	1874-04-18	Cisternes Ernest
closier-louis-1886-04-02	1886-04-02	Closier Louis
codet-henri-1890-07-01	1890-07-01	Codet Henri
comte-henri-1899-09-19	1899-09-19	Comte Henri
cornet-albert-1890-06-30	1890-06-30	Cornet Albert
corret-pierre-1896-03-19	1896-03-19	Corret Pierre
cosse-francis-1871-11-10	1871-11-10	Cosse Francis
coste-jules-1877-07-12	1877-07-12	Coste Jules
cottenot-paul-1882-10-19	1882-10-19	Cottenot Paul
soro-robert-1922-11-28	1922-11-28	Soro Robert
coty-auguste-1887-06-23	1887-06-23	Coty Auguste
courbin-pierre-1891-10-24	1891-10-24	Courbin Pierre
courtillier-leon-1863-08-07	1863-08-07	Courtillier Léon
crehange-jean-1899-12-12	1899-12-12	Crehange Jean
cresson-fortune-1874-07-16	1874-07-16	Cresson Fortune
crozet-joannes-1871-05-11	1871-05-11	Crozet Joannes
danhiez-pierre-1901-08-25	1901-08-25	Danhiez Pierre
darbois-paul-1873-11-22	1873-11-22	Darbois Paul
debon-albert-1881-07-23	1881-07-23	Debon Albert
dehorter-leon-1884-10-24	1884-10-24	Dehorter Léon
delageniere-yves-1896-02-12	1896-02-12	Delageniere Yves
delattre-raoul-1888-04-12	1888-04-12	Delattre Raoul
demole-louis-1885-01-03	1885-01-03	Demole Louis
deruas-pierre-1900-06-05	1900-06-05	Deruas Pierre
descomps-paul-1880-07-18	1880-07-18	Descomps Paul
desmaroux-louis-1892-08-14	1892-08-14	Desmaroux Louis
dherissart-jean-1889-03-28	1889-03-28	Dherissart Jean
digonnet-louis-1897-08-21	1897-08-21	Digonnet Louis
diocles-louis-1888-04-26	1888-04-26	Diocles Louis
divet-henri-1906-09-19	1906-09-19	Divet Henri
dollinger-ferdinand-1862-10-05	1862-10-05	Dollinger Ferdinand
dorbes-maurice-1899-09-22	1899-09-22	Dorbes Maurice
resch-pierre-1890-07-02	1890-07-02	Resch Pierre
ducamp-louis-1869-12-28	1869-12-28	Ducamp Louis
dulac-jean-1899-06-08	1899-06-08	Dulac Jean
dumas-antoine-1882-02-11	1882-02-11	Dumas Antoine
dumas-dominique-1880-03-07	1880-03-07	Dumas Dominique
duplay-marcel-1888-02-04	1888-02-04	Duplay Marcel
durupt-auguste-1890-04-25	1890-04-25	Durupt Auguste
eber-edgar-1900-06-03	1900-06-03	Eber Edgar
ehringer-charles-1881-04-13	1881-04-13	Ehringer Charles
emperaire-roger-1904-03-09	1904-03-09	Emperaire Roger
estradere-jean-1900-02-19	1900-02-19	Estradere Jean
fabre-jean-1894-07-26	1894-07-26	Fabre Jean
fayolle-henri-1880-03-06	1880-03-06	Fayolle Henri
filachet-rene-1898-03-27	1898-03-27	Filachet René
fontanilles-eugene-1877-11-05	1877-11-05	Fontanilles Eugène
foucault-paul-1893-07-21	1893-07-21	Foucault Paul
fourcade-maurice-1885-02-05	1885-02-05	Fourcade Maurice
freysz-maurice-1869-01-08	1869-01-08	Freysz Maurice
galimard-joseph-1878-05-24	1878-05-24	Galimard Joseph
gallais-pierre-1900-06-25	1900-06-25	Gallais Pierre
gand-charles-1861-11-04	1861-11-04	Gand Charles
gaucherand-jules-1888-08-03	1888-08-03	Gaucherand Jules
gaultier-rene-1875-10-24	1875-10-24	Gaultier René
gautier-jean-1893-02-07	1893-02-07	Gautier Jean
gernez-louis-1904-06-07	1904-06-07	Gernez Louis
ginesty-albert-1890-10-05	1890-10-05	Ginesty Albert
ginsburg-benjamin-1897-02-05	1897-02-05	Ginsburg Benjamin
giroux-rene-1888-08-22	1888-08-22	Giroux René
gonnet-charles-1875-07-05	1875-07-05	Gonnet Charles
grandgerard-roger-1882-04-08	1882-04-08	Grandgerard Roger
grasset-raymond-1892-01-10	1892-01-10	Grasset Raymond
greffier-paul-1853-08-05	1853-08-05	Greffier Paul
grenier-cardenal-henri-1875-02-10	1875-02-10	Grenier Cardenal Henri
grinda-edouard-1866-12-20	1866-12-20	Grinda Edouard
grognot-germain-1899-02-06	1899-02-06	Grognot Germain
guerithault-bernard-1883-10-29	1883-10-29	Guerithault Bernard
guillemin-andre-1891-07-14	1891-07-14	Guillemin André
guillemin-joseph-1874-04-25	1874-04-25	Guillemin Joseph
struxiano-philippe-1891-03-11	1891-03-11	Struxiano Philippe
gunsett-auguste-1876-11-19	1876-11-19	Gunsett Auguste
guy-maurice-1882-07-20	1882-07-20	Guy Maurice
guyon-emile-1876-12-18	1876-12-18	Guyon Emile
heitz-jean-1901-07-04	1901-07-04	Heitz Jean
herbier-paul-1880-01-10	1880-01-10	Herbier Paul
heymann-paul-1883-05-28	1883-05-28	Heymann Paul
jacob-gustave-1887-12-16	1887-12-16	Jacob Gustave
jaulin-seutre-auguste-1882-12-29	1882-12-29	Jaulin Seutre Auguste
jean-bernard-1900-06-04	1900-06-04	Jean Bernard
jeannet-pierre-1891-01-05	1891-01-05	Jeannet Pierre
jouvain-andre-1878-07-17	1878-07-17	Jouvain André
jube-louis-1899-08-14	1899-08-14	Jube Louis
laennec-theophile-1901-09-09	1901-09-09	Laennec Theophile
lafont-alexandre-1869-09-11	1869-09-11	Lafont Alexandre
lagrange-henri-1890-12-23	1890-12-23	Lagrange Henri
lamelin-pierre-1906-05-14	1906-05-14	Lamelin Pierre
lance-marcel-1874-08-20	1874-08-20	Lance Marcel
langlet-jean-1883-12-25	1883-12-25	Langlet Jean
la-roche-brisson-rene-1883-11-21	1883-11-21	La Roche Brisson Rene
lassabliere-pierre-1878-06-24	1878-06-24	Lassabliere Pierre
laurent-roger-1901-06-13	1901-06-13	Laurent Roger
lazennec-isidore-1878-01-02	1878-01-02	Lazennec Isidore
lebailly-charles-1880-09-24	1880-09-24	Lebailly Charles
le-branchu-rene-1891-08-20	1891-08-20	Le Branchu René
lefort-edmond-1900-08-18	1900-08-18	Lefort Edmond
le-gorgeu-victor-1881-05-05	1881-05-05	Le Gorgeu Victor
lemoine-francisque-1879-10-26	1879-10-26	Lemoine Francisque
le-naour-pierre-1863-06-19	1863-06-19	Le Naour Pierre
leon-kindberg-michel-1883-12-13	1883-12-13	Leon-Kindberg Michel
lepoutre-carlos-1882-08-19	1882-08-19	Lepoutre Carlos
le-rasle-henri-1894-03-22	1894-03-22	Le Rasle Henri
lesieur-emile-1883-03-23	1883-03-23	Lesieur Emile
couttet-james-1921-07-06	1921-07-06	Couttet James
levy-maurice-1893-10-31	1893-10-31	Levy Maurice
lian-camije-1882-01-04	1882-01-04	Lian Camije
heritier-georges-1898-07-09	1898-07-09	Heritier Georges
lhermitte-jean-1877-01-20	1877-01-20	Lhermitte Jean
locard-edmond-1877-12-13	1877-12-13	Locard Edmond
loppe-etienne-1883-10-12	1883-10-12	Loppe Etienne
longjumeau-pierre-1894-04-04	1894-04-04	Longjumeau Pierre
lucas-arthur-1861-06-03	1861-06-03	Lucas Arthur
lucy-andre-1895-09-10	1895-09-10	Lucy André
lutembacher-rene-1884-09-21	1884-09-21	Lutembacher René
malien-campsavy-georges-1880-01-18	1880-01-18	Malien Campsavy Georges
marsal-pierre-1900-03-31	1900-03-31	Marsal Pierre
martin-arthur-1888-05-01	1888-05-01	Martin Arthur
martin-henry-1888-03-07	1888-03-07	Martin Henry
martinaud-georges-1900-09-10	1900-09-10	Martinaud Georges
massart-raphael-1889-06-22	1889-06-22	Massart Raphaël
matter-willy-1900-02-27	1900-02-27	Matter Willy
maurel-gerard-1887-07-26	1887-07-26	Maurel Gérard
meeus-emile-1894-05-23	1894-05-23	Meeus Emile
mercier-cosse-armand-1892-07-14	1892-07-14	Mercier-Cosse Armand
menciere-louis-1870-09-25	1870-09-25	Menciere Louis
meyer-henri-1886-03-23	1886-03-23	Meyer Henri
mignon-maurice-1873-05-18	1873-05-18	Mignon Maurice
mitzer-1905-09-01	1905-09-01	MITZER
monbrun-albert-1885-10-22	1885-10-22	Monbrun Albert
montagard-georges-1906-07-25	1906-07-25	Montagard Georges
montagard-leon-1872-12-04	1872-12-04	Montagard Léon
morel-jacques-1897-02-04	1897-02-04	Morel Jacques
morvan-jules-1877-05-02	1877-05-02	Morvan Jules
mothe-bernard-1895-08-29	1895-08-29	Mothe Bernard
mouton-chapat-barthelemy-1871-03-30	1871-03-30	Mouton-Chapat Barthelemy
musin-edmond-1868-10-27	1868-10-27	Musin Edmond
neau-henry-1886-12-31	1886-12-31	Neau Henry
nicolas-henri-1908-10-16	1908-10-16	Nicolas Henri
oppert-edouard-1878-06-30	1878-06-30	Oppert Edouard
pancot-henri-1877-12-27	1877-12-27	Pancot Henri
papin-edouard-1890-05-30	1890-05-30	Papin Edouard
papin-marc-1894-07-05	1894-07-05	Papin Marc
paschetta-charles-1873-10-01	1873-10-01	Paschetta Charles
pechin-charles-1871-06-21	1871-06-21	Pechin Charles
pelle-abel-1898-01-19	1898-01-19	Pelle Abel
perrin-paul-1895-09-19	1895-09-19	Perrin Paul
petit-max-1906-03-10	1906-03-10	Petit Max
petrignani-roger-1899-01-12	1899-01-12	Petrignani Roger
pierre-maurice-1909-08-21	1909-08-21	Pierre Maurice
pigache-andre-1898-07-21	1898-07-21	Pigache André
piglet-paul-1873-09-22	1873-09-22	Piglet Paul
pironneau-pierre-1882-08-01	1882-08-01	Pironneau Pierre
plaioust-yves-1891-08-07	1891-08-07	Plaioust Yves
polonowsky-michel-1889-05-25	1889-05-25	Polonowsky Michel
polu-raymond-1904-07-18	1904-07-18	Polu Raymond
pons-henri-1877-03-21	1877-03-21	Pons Henri
porcheron-louis-1873-03-14	1873-03-14	Porcheron Louis
poree-prudent-1908-03-04	1908-03-04	Poree Prudent
prieur-maurice-1885-08-07	1885-08-07	Prieur Maurice
queuille-adrien-1877-08-06	1877-08-06	Queuille Adrien
rabourdin-andre-1883-06-12	1883-06-12	Rabourdin André
regard-jean-1901-12-07	1901-12-07	Regard Jean
rehm-pierre-1884-01-02	1884-01-02	Rehm Pierre
renard-leon-1888-06-03	1888-06-03	Renard Léon
reveillac-edouard-1885-08-03	1885-08-03	Reveillac Edouard
rhenter-jean-1882-06-29	1882-06-29	Rhenter Jean
riche-vincent-1876-09-09	1876-09-09	Riche Vincent
roccaserra-vincent-1872-09-07	1872-09-07	Roccaserra Vincent
rolland-joseph-1871-07-10	1871-07-10	Rolland Joseph
rome-alfred-1869-04-23	1869-04-23	Rome Alfred
rouffiac-pierre-1888-04-27	1888-04-27	Rouffiac Pierre
rouffiat-paul-1890-08-25	1890-08-25	Rouffiat Paul
rougy-mathieu-1890-05-24	1890-05-24	Rougy Mathieu
roussel-georges-1867-11-03	1867-11-03	Roussel Georges
ruaud-ludovic-1884-03-16	1884-03-16	Ruaud Ludovic
ruin-georges-1880-04-04	1880-04-04	Ruin Georges
saintin-henri-1887-01-30	1887-01-30	Saintin Henri
sauve-louis-1881-04-26	1881-04-26	Sauve Louis
schmitt-camille-1873-01-24	1873-01-24	Schmitt Camille
schwab-roger-1889-02-21	1889-02-21	Schwab Roger
schwartz-wacker-alfred-1886-05-04	1886-05-04	Schwartz-Wacker Alfred
sesini-marcel-1902-03-15	1902-03-15	Sesini Marcel
sikora-pierre-1874-08-24	1874-08-24	Sikora Pierre
simonin-louis-1881-08-17	1881-08-17	Simonin Louis
simon-clement-1878-07-09	1878-07-09	Simon Clément
sorre-auguste-1871-05-25	1871-05-25	Sorre Auguste
specklin-paul-1890-04-29	1890-04-29	Specklin Paul
taillard-fulbert-1896-07-05	1896-07-05	Taillard Fulbert
tessonniere-maurice-1874-01-14	1874-01-14	Tessonniere Maurice
thiolat-pierre-1897-03-03	1897-03-03	Thiolat Pierre
tiollais-rene-1905-03-20	1905-03-20	Tiollais René
tournay-auguste-1878-12-06	1878-12-06	Tournay Auguste
tramuset-rene-1892-01-24	1892-01-24	Tramuset René
turpin-raymond-1895-11-05	1895-11-05	Turpin Raymond
bordas-antoine-emmanuel-1809-10-23	1809-10-23	Bordas Antoine Emmanuel
vadon-alfred-1880-10-09	1880-10-09	Vadon Alfred
vaisse-jean-1896-11-18	1896-11-18	Vaisse Jean
vallee-cyrille-1872-10-17	1872-10-17	Vallee Cyrille
vandevelde-gaston-1903-06-28	1903-06-28	Vandevelde Gaston
vanier-jean-1903-05-22	1903-05-22	Vanier Jean
veluet-maurice-1884-03-28	1884-03-28	Veluet Maurice
vermelin-henri-1891-07-31	1891-07-31	Vermelin Henri
vialle-fernand-1873-01-05	1873-01-05	Vialle Fernand
aiffre-raymond-rene-1806-07-29	1806-07-29	Aiffre Raymond René
viard-marcel-1884-07-09	1884-07-09	Viard Marcel
vidalin-gustave-1876-08-06	1876-08-06	Vidalin Gustave
viette-roger-1899-03-30	1899-03-30	Viette Roger
vigne-paul-1891-09-27	1891-09-27	Vigne Paul
vigot-marcel-1887-12-28	1887-12-28	Vigot Marcel
viollet-pierre-1891-08-16	1891-08-16	Viollet Pierre
vulpian-paul-1905-12-19	1905-12-19	Vulpian Paul
wilhelm-theodore-1888-04-17	1888-04-17	Wilhelm Theodore
wolgensinger-lucien-1903-11-29	1903-11-29	Wolgensinger Lucien
bouin-jean-1888-12-21	1888-12-21	Bouin Jean
bour-armand-1916-02-15	1916-02-15	Bour Armand
el-mabrouk-mohamed-1928-10-27	1928-10-27	El Mabrouk Mohamed
lewden-pierre-1901-02-21	1901-02-21	Lewden Pierre
manaire-emile-1920-03-31	1920-03-31	Manaire Emile
noel-jules-1903-01-27	1903-01-27	Noel Jules
rochard-roger-1913-04-20	1913-04-20	Rochard Roger
valmy-rene-1920-12-24	1920-12-24	Valmy René
vernier-jean-1923-07-21	1923-07-21	Vernier Jean
behra-jean-1921-02-16	1921-02-16	Behra Jean
houel-georges-1913-07-05	1913-07-05	Houel Georges
monneret-georges-1908-10-04	1908-10-04	Monneret Georges
codos-paul-1896-05-01	1896-05-01	Codos Paul
guillaumet-henri-1902-05-29	1902-05-29	Guillaumet Henri
lizal-alex-1878-01-23	1878-01-23	Lizal Alex
nessler-eric-1898-05-20	1898-05-20	Nessler Eric
constant-eugene-1901-01-08	1901-01-08	Constant Eugène
vandernotte-fernand-1902-07-12	1902-07-12	Vandernotte Fernand
mermoz-jean-1901-12-09	1901-12-09	Mermoz Jean
rigoult-pierre-1898-01-07	1898-01-07	Rigoult Pierre
barrais-andre-1920-02-22	1920-02-22	Barrais André
offner-raymond-1927-11-17	1927-11-17	Offner Raymond
vacheresse-andre-1927-10-12	1927-10-12	Vacheresse André
lagache-alfred-1890-08-10	1890-08-10	Lagache Alfred
carpentier-georges-1894-01-12	1894-01-12	Carpentier Georges
almes-pierre-edmond-1880-11-10	1880-11-10	Almes Pierre Edmond
charron-robert-1918-06-23	1918-06-23	Charron Robert
famechon-andre-1922-02-24	1922-02-24	Famechon André
gyde-praxille-1907-09-05	1907-09-05	Gyde Praxille
huat-eugene-1907-02-08	1907-02-08	Huat Eugène
yvel-albert-1927-02-27	1927-02-27	Yvel Albert
baldassari-jean-1925-12-18	1925-12-18	Baldassari Jean
berthet-marcel-1887-03-04	1887-03-04	Berthet Marcel
bobet-louis-dit-louison-1925-03-12	1925-03-12	Bobet Louis (dit Louison)
ancelme-narcisse-1862-11-07	1862-11-07	Ancelme Narcisse
brocco-maurice-1883-01-19	1883-01-19	Brocco Maurice
dupre-victor-1884-03-11	1884-03-11	Dupre Victor
fontan-victor-1892-06-18	1892-06-18	Fontan Victor
fournier-amedee-1912-02-03	1912-02-03	Fournier Amédée
ganay-gustave-1892-03-28	1892-03-28	Ganay Gustave
goussot-raymond-1922-03-31	1922-03-31	Goussot Raymond
jacoponelli-pieere-1924-07-08	1924-07-08	Jacoponelli Pieere
mithouard-fernand-1909-05-23	1909-05-23	Mithouard Fernand
petit-breton-lucien-1882-10-18	1882-10-18	Petit-Breton Lucien
rivierre-gaston-1862-06-03	1862-06-03	Rivierre Gaston
remy-raoul-1919-10-25	1919-10-25	Remy Raoul
rey-jean-1925-05-29	1925-05-29	Rey Jean
senfftleben-georges-1922-12-19	1922-12-19	Senfftleben Georges
tassin-eloi-1912-06-06	1912-06-06	Tassin Eloi
thietard-louis-1910-05-30	1910-05-30	Thietard Louis
vietto-rene-1914-02-17	1914-02-17	Vietto René
andert-nestor-parraz-d-1807-08-12	1807-08-12	Andert Nestor (Parraz d’)
wambst-georges-1902-07-21	1902-07-21	Wambst Georges
pecheux-michel-1911-05-24	1911-05-24	Pecheux Michel
schmetz-bernard-1904-03-21	1904-03-21	Schmetz Bernard
aston-alfred-1912-05-16	1912-05-16	Aston Alfred
bastien-jean-1915-06-21	1915-06-21	Bastien Jean
bersouille-paul-1918-06-01	1918-06-01	Bersouille Paul
braun-gaby-1921-03-26	1921-03-26	Braun Gaby
dedieu-rene-1898-08-27	1898-08-27	Dedieu René
jacques-michel-1924-01-09	1924-01-09	Jacques Michel
kenner-rene-1906-04-21	1906-04-21	Kenner René
petitfils-andre-1920-02-10	1920-02-10	Petitfils André
poblome-marcel-1921-02-01	1921-02-01	Poblome Marcel
rose-georges-1910-04-30	1910-04-30	Rose Georges
somerlinck-marceau-1922-01-04	1922-01-04	Somerlinck Marceau
krauss-alfred-1908-02-02	1908-02-02	Krauss Alfred
grimonprez-felix-1910-06-30	1910-06-30	Grimonprez Félix
thieffry-jacques-1924-05-10	1924-05-10	Thieffry Jacques
poilve-emile-1903-09-22	1903-09-22	Poilve Emile
hubert-claude-1914-03-16	1914-03-16	Hubert Claude
arce-emile-1922-03-17	1922-03-17	Arce Emile
bichendaritz-pierre-1922-09-27	1922-09-27	Bichendaritz Pierre
boudon-felix-1913-09-25	1913-09-25	Boudon Félix
chiquito-de-cambo-joseph-1881-05-20	1881-05-20	Chiquito de Cambo Joseph
harispe-albert-1898-04-10	1898-04-10	Harispe Albert
ferrari-henri-1912-09-23	1912-09-23	Ferrari Henri
francois-roger-1900-10-07	1900-10-07	Francois Roger
bergougnan-yves-1924-05-08	1924-05-08	Bergougnan Yves
combes-gaston-1920-02-29	1920-02-29	Combes Gaston
hatchondo-andre-1923-07-08	1923-07-08	Hatchondo André
junquas-louis-1920-09-11	1920-09-11	Junquas Louis
moga-alban-1923-05-01	1923-05-01	Moga Alban
ramis-roger-1902-03-29	1902-03-29	Ramis Roger
busnel-amador-1904-12-19	1904-12-19	Busnel Amador
brassart-yvonne-1904-03-01	1904-03-01	Brassart Yvonne
casteur-odette-1927-11-11	1927-11-11	Casteur Odette
vogelbacher-jeanette-1922-02-02	1922-02-02	Vogelbacher Jeanette
rodel-raymond-1895-05-05	1895-05-05	Rodel Raymond
coquelin-lisle-pierre-1900-07-19	1900-07-19	Coquelin Lisle Pierre
beaumais-marcel-1929-01-20	1929-01-20	Beaumais Marcel
bini-dante-1927-07-23	1927-07-23	Bini Dante
busata-roger-1930-11-22	1930-11-22	Busata Roger
celestin-bernard-1925-02-22	1925-02-22	Celestin Bernard
cohen-robert-1930-11-15	1930-11-15	Cohen Robert
garcia-robert-1929-01-13	1929-01-13	Garcia Robert
gheerardyn-jean-1931-03-05	1931-03-05	Gheerardyn Jean
herbillon-jacques-1928-06-18	1928-06-18	Herbillon Jacques
labalette-jean-1927-05-08	1927-05-08	Labalette Jean
lawniczak-cesar-1928-05-27	1928-05-27	Lawniczak César
leborgne-yves-1929-01-08	1929-01-08	Leborgne Yves
marostegan-bruno-1926-08-03	1926-08-03	Marostegan Bruno
meulenbroucq-gaston-1927-11-19	1927-11-19	Meulenbroucq Gaston
milcent-robert-1929-05-27	1929-05-27	Milcent Robert
navarre-jacques-1930-05-10	1930-05-10	Navarre Jacques
pasek-stanislas-1924-06-20	1924-06-20	Pasek Stanislas
burkhalter-jean-1895-10-18	1895-10-18	Burkhalter Jean
ptak-edouard-1930-11-07	1930-11-07	Ptak Edouard
sobolack-stanislas-1929-08-08	1929-08-08	Sobolack Stanislas
strocchio-alfred-1929-06-15	1929-06-15	Strocchio Alfred
szyjka-joseph-1929-12-08	1929-12-08	Szyjka Joseph
abaut-michel-1849-10-13	1849-10-13	Abaut Michel
abonneau-pierre-1854-01-10	1854-01-10	Abonneau Pierre
abel-libran-louis-1835-02-07	1835-02-07	Abel Libran Louis
abraham-bernard-1824-01-12	1824-01-12	Abraham Bernard
adam-charles-1812-11-23	1812-11-23	Adam Charles
adhemar-jean-pierre-1868-07-20	1868-07-20	Adhemar Jean-Pierre
adorno-de-tscharner-1829-09-23	1829-09-23	Adorno de Tscharner
akermann-nicolas-1847-02-17	1847-02-17	Akermann Nicolas
allavene-charles-1816-03-10	1816-03-10	Allavene Charles
alleau-joseph-1876-02-13	1876-02-13	Alleau Joseph
alleyron-eugene-1825-11-10	1825-11-10	Alleyron Eugène
altmayer-robert-1875-07-30	1875-07-30	Altmayer Robert
altmayer-victor-joseph-1844-06-14	1844-06-14	Altmayer Victor Joseph
amar-ernest-1850-08-14	1850-08-14	Amar Ernest
amet-charles-1824-11-11	1824-11-11	Amet Charles
anselme-philippe-1864-08-30	1864-08-30	Anselme Philippe
amboix-larbont-denis-1841-03-05	1841-03-05	Amboix Larbont Denis
amos-paul-1835-01-01	1835-01-01	Amos Paul
andre-louis-1838-03-28	1838-03-28	Andre Louis
anselin-ernest-1861-01-16	1861-01-16	Anselin Ernest
ansous-felix-1819-06-17	1819-06-17	Ansous Félix
appert-felix-1817-06-12	1817-06-12	Appert Félix
apvril-emile-1845-12-10	1845-12-10	Apvril Emile
arbellot-pierre-1804-07-24	1804-07-24	Arbellot Pierre
arbonneau-charles-1878-04-21	1878-04-21	Arbonneau Charles
arlabosse-emile-olivier-1857-10-30	1857-10-30	Arlabosse Emile Olivier
armengaud-paul-1879-09-28	1879-09-28	Armengaud Paul
arnoux-georges-1856-12-18	1856-12-18	Arnoux Georges
arnoux-paul-1822-02-19	1822-02-19	Arnoux Paul
arroinaux-albert-1849-04-28	1849-04-28	Arroinaux Albert
attel-eugene-1857-06-30	1857-06-30	Attel Eugène
aubert-marie-1848-01-24	1848-01-24	Aubert Marie
aubertin-charles-1874-11-20	1874-11-20	Aubertin Charles
aubier-louis-1852-10-02	1852-10-02	Aubier Louis
aubigny-georges-1844-06-03	1844-06-03	Aubigny Georges
aubac-alphonse-1811-02-04	1811-02-04	Aubac Alphonse
aubry-charles-1832-02-13	1832-02-13	Aubry Charles
auge-francois-1873-07-27	1873-07-27	Auge François
auger-charles-1809-07-29	1809-07-29	Auger Charles
auvert-paul-1853-02-14	1853-02-14	Auvert Paul
avelot-rene-1871-12-01	1871-12-01	Avelot René
aviau-de-piolant-albert-charles-1845-10-28	1845-10-28	Aviau de PIOLANT Albert Charles
aymerich-joseph-1858-02-20	1858-02-20	Aymerich Joseph
babin-louis-1844-07-26	1844-07-26	Babin Louis
badens-pierre-1847-01-03	1847-01-03	Badens Pierre
baille-jean-1825-06-05	1825-06-05	Baille Jean
bailliencourt-jerome-1808-10-17	1808-10-17	Bailliencourt Jerome
bailly-henry-1855-07-28	1855-07-28	Bailly Henry
bain-coquerie-henry-1845-03-09	1845-03-09	Bain Coquerie Henry
bajolle-leon-1856-07-09	1856-07-09	Bajolle Léon
balan-georges-1847-11-13	1847-11-13	Balan Georges
balny-avricourt-adrien-1849-06-11	1849-06-11	Balny Avricourt Adrien
baquet-louis-1858-06-25	1858-06-25	Baquet Louis
bar-antoine-1814-11-01	1814-11-01	Bar Antoine
barail-francois-1820-05-28	1820-05-28	Barail François
baratier-paul-1870-12-11	1870-12-11	Baratier Paul
barbary-langlade-pierre-1813-04-25	1813-04-25	Barbary Langlade Pierre
barbassat-albert-1874-08-01	1874-08-01	Barbassat Albert
barberin-jan-1847-11-09	1847-11-09	Barberin Jan
barbut-pierre-1816-05-10	1816-05-10	Barbut Pierre
bard-francois-1889-12-01	1889-12-01	Bard François
barescut-maurice-1865-06-24	1865-06-24	Barescut Maurice
baret-rouvray-charles-1800-09-27	1800-09-27	Baret Rouvray Charles
baril-eugene-1850-11-07	1850-11-07	Baril Eugène
barral-eugene-1808-05-15	1808-05-15	Barral Eugène
barrand-francois-1856-12-05	1856-12-05	Barrand François
barrau-louis-1852-02-20	1852-02-20	Barrau Louis
barres-gens-1850-03-13	1850-03-13	Barres Gens
barret-jules-1849-10-27	1849-10-27	Barret Jules
baschung-joseph-1852-03-12	1852-03-12	Baschung Joseph
basire-marcel-1869-03-01	1869-03-01	Basire Marcel
bataille-marie-1862-11-26	1862-11-26	Bataille Marie
battesti-jules-1858-04-06	1858-04-06	Battesti Jules
battet-paul-1855-05-01	1855-05-01	Battet Paul
bauchet-auguste-1852-01-28	1852-01-28	Bauchet Auguste
baudic-joseph-louis-1845-10-28	1845-10-28	Baudic Joseph Louis
baudry-lacantinerie-marie-1849-03-26	1849-03-26	Baudry-Lacantinerie Marie
baumgarten-maurice-1854-02-26	1854-02-26	Baumgarten Maurice
baux-francois-1826-11-18	1826-11-18	Baux François
bayol-jean-1849-12-24	1849-12-24	Bayol Jean
bazaine-hayter-georges-1843-12-04	1843-12-04	Bazaine-Hayter Georges
bazin-victor-1849-02-17	1849-02-17	Bazin Victor
beaudouin-louis-1819-06-26	1819-06-26	Beaudouin Louis
beaufort-pierre-1825-08-01	1825-08-01	Beaufort Pierre
beaugier-francois-1842-04-18	1842-04-18	Beaugier François
beaussant-auguste-1864-12-27	1864-12-27	Beaussant Auguste
bendeau-marie-1804-08-01	1804-08-01	Bendeau Marie
bedoin-emile-1821-01-03	1821-01-03	Bedoin Emile
behic-charles-francois-1826-06-22	1826-06-22	Behic Charles Francois
bellegarde-marie-1837-10-04	1837-10-04	Bellegarde Marie
bellue-jean-1848-11-28	1848-11-28	Bellue Jean
benoist-arthur-1844-07-08	1844-07-08	Benoist Arthur
benoist-charles-1842-05-13	1842-05-13	Benoist Charles
benoist-d-azy-1866-01-01	1866-01-01	Benoist D'Azy
benoit-georges-1865-06-14	1865-06-14	Benoit Georges
beranger-elie-1867-01-07	1867-01-07	Beranger Elie
berdoulat-pierre-1861-07-29	1861-07-29	Berdoulat Pierre
bergasse-du-p-th-abel-1832-03-23	1832-03-23	Bergasse du P.-Th. Abel
berge-paul-1860-02-06	1860-02-06	Berge Paul
berges-michel-1894-01-04	1894-01-04	Berges Michel
bernard-henry-1860-11-01	1860-11-01	Bernard Henry
bernard-frederic-1851-12-21	1851-12-21	Bernard Frédéric
bernard-louis-1864-04-28	1864-04-28	Bernard Louis
bernard-jean-baptiste-1841-06-27	1841-06-27	Bernard Jean-Baptiste
bernis-francois-1814-10-07	1814-10-07	Bernis François
berthaut-henry-1848-01-01	1848-01-01	Berthaut Henry
berthaut-jean-1817-03-29	1817-03-29	Berthaut Jean
berthe-auguste-1819-12-26	1819-12-26	Berthe Auguste
berthier-jean-1841-10-01	1841-10-01	Berthier Jean
bertier-de-sauvigny-alexis-1814-03-23	1814-03-23	Bertier De Sauvigny Alexis
bertin-emmanuel-1853-11-18	1853-11-18	Bertin Emmanuel
bertrand-jules-1866-09-15	1866-09-15	Bertrand Jules
bertrand-rene-1813-05-19	1813-05-19	Bertrand René
besnard-armand-1833-10-11	1833-10-11	Besnard Armand
besse-pierre-1857-05-04	1857-05-04	Besse Pierre
bessiere-jean-1880-08-10	1880-08-10	Bessiere Jean
besson-joseph-1843-06-06	1843-06-06	Besson Joseph
betrix-jean-joseph-1867-06-16	1867-06-16	Betrix Jean-Joseph
bettembourg-adolphe-1882-03-04	1882-03-04	Bettembourg Adolphe
beylie-leon-1849-11-26	1849-11-26	Beylie Léon
beziat-heloi-1823-01-03	1823-01-03	Beziat Heloi
bichot-claude-1802-10-14	1802-10-14	Bichot Claude
bidon-charles-1855-03-06	1855-03-06	Bidon Charles
bignon-adrien-1827-12-01	1827-12-01	Bignon Adrien
bigot-louis-1853-03-23	1853-03-23	Bigot Louis
bigrel-theophile-1828-04-29	1828-04-29	Bigrel Theophile
bilotte-gaston-1875-02-10	1875-02-10	Bilotte Gaston
bire-louis-1826-05-03	1826-05-03	Bire Louis
birot-jean-1868-11-08	1868-11-08	Birot Jean
bizard-charles-1852-08-17	1852-08-17	Bizard Charles
bizouard-charles-1866-02-07	1866-02-07	Bizouard Charles
blaise-nicolas-1812-10-17	1812-10-17	Blaise Nicolas
blanchard-georges-1877-12-09	1877-12-09	Blanchard Georges
blanche-ferdinand-1848-09-27	1848-09-27	Blanche Ferdinand
blancq-marie-1844-05-14	1844-05-14	Blancq Marie
blandin-amedee-1855-06-03	1855-06-03	Blandin Amédée
blazer-ferdinand-1857-09-09	1857-09-09	Blazer Ferdinand
bloch-georges-1853-07-07	1853-07-07	Bloch Georges
blois-etienne-1801-10-14	1801-10-14	Blois Etienne
blondlat-ernest-1862-12-02	1862-12-02	Blondlat Ernest
blot-paul-1873-11-26	1873-11-26	Blot Paul
bobet-henry-1826-12-10	1826-12-10	Bobet Henry
boell-marie-1849-01-17	1849-01-17	Boell Marie
boelle-victor-1850-05-10	1850-05-10	Boelle Victor
boichut-edmont-1864-08-07	1864-08-07	Boichut Edmont
boileve-charles-1837-12-06	1837-12-06	Boileve Charles
boisdeffre-raoul-1839-02-06	1839-02-06	Boisdeffre Raoul
boisfleury-cesar-1834-02-01	1834-02-01	Boisfleury César
boisonnet-andre-1812-12-19	1812-12-19	Boisonnet André
boisrouvray-rene-1848-07-23	1848-07-23	Boisrouvray René
boisse-emile-1848-01-14	1848-01-14	Boisse Emile
boissin-mathieu-rene-1872-05-03	1872-05-03	Boissin Mathieu René
boissoudy-antoine-1864-10-12	1864-10-12	Boissoudy Antoine
bolgert-edouard-1851-06-03	1851-06-03	Bolgert Edouard
bolle-salomon-1804-04-24	1804-04-24	Bolle Salomon
bon-gabriel-1853-06-14	1853-06-14	Bon Gabriel
bonamy-victor-1852-08-25	1852-08-25	Bonamy Victor
bonet-paul-1859-11-03	1859-11-03	Bonet Paul
bonfait-henry-1857-05-19	1857-05-19	Bonfait Henry
bonie-charles-1818-10-20	1818-10-20	Bonie Charles
bonie-jean-1828-09-16	1828-09-16	Bonie Jean
bonneau-louis-1851-07-07	1851-07-07	Bonneau Louis
bonnefond-pierre-1832-02-21	1832-02-21	Bonnefond Pierre
bonnet-aristide-1839-08-09	1839-08-09	Bonnet Aristide
bonnet-constant-1848-03-29	1848-03-29	Bonnet Constant
bonneval-abriat-guillaume-1829-06-07	1829-06-07	Bonneval Abriat Guillaume
bonnin-laurent-1865-04-24	1865-04-24	Bonnin Laurent
bonviolle-charles-1867-09-06	1867-09-06	Bonviolle Charles
bonvoust-jean-1818-07-08	1818-07-08	Bonvoust Jean
boquet-ernest-1869-11-11	1869-11-11	Boquet Ernest
boreau-de-roince-georges-1838-03-01	1838-03-01	Boreau De Roince Georges
bore-verrier-edmond-1822-11-22	1822-11-22	Bore-Verrier Edmond
borgnis-desbordes-charles-1843-05-17	1843-05-17	Borgnis-Desbordes Charles
borius-leon-1835-06-23	1835-06-23	Borius Léon
borschneck-charles-1871-03-16	1871-03-16	Borschneck Charles
bosc-catherine-1841-06-12	1841-06-12	Bosc Catherine
boscal-reals-charles-1869-12-14	1869-12-14	Boscal Reals Charles
boscal-reals-raoul-1830-07-16	1830-07-16	Boscal Reals Raoul
bosquillon-joseph-1823-02-23	1823-02-23	Bosquillon Joseph
boucabeille-bernard-1872-02-18	1872-02-18	Boucabeille Bernard
bouchacourt-louis-1884-09-19	1884-09-19	Bouchacourt Louis
boucheman-louis-1827-06-30	1827-06-30	Boucheman Louis
boucher-henry-1864-05-02	1864-05-02	Boucher Henry
boucher-morlaincourt-e-1841-08-28	1841-08-28	Boucher Morlaincourt E
bouchez-achille-1856-06-24	1856-06-24	Bouchez Achille
boudier-felix-1854-12-30	1854-12-30	Boudier Félix
bouet-adolphe-1802-10-07	1802-10-07	Bouet Adolphe
bouet-alexandre-1833-12-06	1833-12-06	Bouet Alexandre
boulanger-georges-1837-04-29	1837-04-29	Boulanger Georges
bourbaki-charles-1816-04-22	1816-04-22	Bourbaki Charles
bournazel-henry-1898-02-21	1898-02-21	Bournazel Henry
brecard-charles-1867-10-14	1867-10-14	Brecard Charles
brissot-desmaillet-georges-1869-01-16	1869-01-16	Brissot Desmaillet Georges
brocard-antonin-1885-11-14	1885-11-14	Brocard Antonin
brown-colstoun-louis-1835-04-08	1835-04-08	Brown Colstoun Louis
buat-edmond-1868-09-17	1868-09-17	Buat Edmond
bulot-joseph-1861-01-02	1861-01-02	Bulot Joseph
burguet-joseph-1848-03-28	1848-03-28	Burguet Joseph
calmel-jean-bernard-1865-05-10	1865-05-10	Calmel Jean Bernard
cambriels-albert-1816-08-20	1816-08-20	Cambriels Albert
campenon-edouard-1819-05-04	1819-05-04	Campenon Edouard
carence-jean-1871-08-18	1871-08-18	Carence Jean
castelnau-edouard-1851-12-24	1851-12-24	Castelnau Edouard
cazalis-jules-1866-01-22	1866-01-22	Cazalis Jules
chabaud-latour-francois-1804-01-25	1804-01-25	Chabaud-Latour François
chanzy-alfred-1823-03-18	1823-03-18	Chanzy Alfred
chapel-frederic-1849-07-03	1849-07-03	Chapel Frédéric
charras-jean-1810-01-07	1810-01-07	Charras Jean
chazal-pierre-1808-01-01	1808-01-01	Chazal Pierre
chevallier-joseph-1876-03-18	1876-03-18	Chevallier Joseph
chretien-adrien-1862-09-12	1862-09-12	Chretien Adrien
conde-charles-1876-02-25	1876-02-25	Conde Charles
corap-andre-1878-01-15	1878-01-15	Corap André
cordonnier-emilien-1858-03-23	1858-03-23	Cordonnier Emilien
cottenent-joseph-1875-12-30	1875-12-30	Cottenent Joseph
courbebaisse-pierre-1849-11-27	1849-11-27	Courbebaisse Pierre
courcier-maurice-1879-01-22	1879-01-22	Courcier Maurice
crepy-joseph-1866-02-27	1866-02-27	Crepy Joseph
crosson-duplessix-charles-1865-01-01	1865-01-01	Crosson-Duplessix Charles
darlan-francois-1881-08-07	1881-08-07	Darlan François
dauve-pierre-1863-11-09	1863-11-09	Dauve Pierre
debeney-marie-1864-05-05	1864-05-05	Debeney Marie
degoutte-jean-1866-04-18	1866-04-18	Degoutte Jean
deletoille-gaston-1856-09-18	1856-09-18	Deletoille Gaston
denain-1880-11-06	1880-11-06	Denain
denvignes-jpseph-1866-04-27	1866-04-27	Denvignes Jpseph
deville-louis-1862-01-29	1862-01-29	Deville Louis
dompierre-hornoy-charles-1816-02-24	1816-02-24	Dompierre Hornoy Charles
douchy-francois-1867-05-19	1867-05-19	Douchy François
driant-emile-1855-09-11	1855-09-11	Driant Emile
dubail-auguste-1851-04-15	1851-04-15	Dubail Auguste
dubois-emile-1842-05-12	1842-05-12	Dubois Emile
duchene-denis-auguste-1862-09-23	1862-09-23	Duchene Denis Auguste
ducrot-auguste-1817-02-24	1817-02-24	Ducrot Auguste
duhesme-jean-1878-10-14	1878-10-14	Duhesme Jean
dumesnil-henry-1864-08-28	1864-08-28	Dumesnil Henry
duparge-paul-1849-05-12	1849-05-12	Duparge Paul
dupont-charles-joseph-1863-10-30	1863-10-30	Dupont Charles Joseph
duport-georges-1864-02-04	1864-02-04	Duport Georges
espitalier-georges-1849-05-25	1849-05-25	Espitalier Georges
estienne-paul-1860-11-07	1860-11-07	Estienne Paul
eudes-emile-1843-09-12	1843-09-12	Eudes Emile
faidherbe-louis-1818-06-03	1818-06-03	Faidherbe Louis
faury-louis-1874-07-21	1874-07-21	Faury Louis
favardin-charles-1868-09-25	1868-09-25	Favardin Charles
fay-charles-1827-09-23	1827-09-23	Fay Charles
fayolle-marie-1852-05-14	1852-05-14	Fayolle Marie
feraud-eugene-1862-01-28	1862-01-28	Feraud Eugène
forgemol-bostquenard-leonard-1821-09-17	1821-09-17	Forgemol Bostquenard Leonard
foureau-fernand-1850-10-17	1850-10-17	Foureau Fernand
fournier-francois-1842-05-23	1842-05-23	Fournier François
fournier-pierre-1867-01-16	1867-01-16	Fournier Pierre
franchet-d-esperey-louis-1856-05-25	1856-05-25	Franchet D'Esperey Louis
frossard-charles-1807-04-26	1807-04-26	Frossard Charles
funereau-marcel-1897-04-24	1897-04-24	Funereau Marcel
garnier-francis-1839-07-25	1839-07-25	Garnier Francis
gaulle-de-charles-1890-11-22	1890-11-22	Gaulle de Charles
georges-alphonse-1875-08-19	1875-08-19	Georges Alphonse
gervais-alfred-1837-06-19	1837-06-19	Gervais Alfred
girard-de-la-chaise-1864-10-31	1864-10-31	Girard de La Chaise
goudot-victor-1876-06-18	1876-06-18	Goudot Victor
grand-clement-1866-10-08	1866-10-08	Grand Clément
gratier-jules-1863-06-25	1863-06-25	Gratier Jules
graziani-jean-1859-11-15	1859-11-15	Graziani Jean
guepratte-paul-1856-08-30	1856-08-30	Guepratte Paul
guillaumat-marie-1863-01-04	1863-01-04	Guillaumat Marie
hamelin-jules-1866-07-16	1866-07-16	Hamelin Jules
hanoteau-louis-1814-06-12	1814-06-12	Hanoteau Louis
hellot-frederic-1863-12-17	1863-12-17	Hellot Frédéric
henrys-paul-prosper-1862-03-13	1862-03-13	Henrys Paul Prosper
hering-pierre-1874-03-23	1874-03-23	Hering Pierre
herr-frederic-georges-1855-05-07	1855-05-07	Herr Frédéric Georges
herscher-henry-1878-08-14	1878-08-14	Herscher Henry
humbert-georges-1862-04-08	1862-04-08	Humbert Georges
jaureguiberry-jean-1815-08-26	1815-08-26	Jaureguiberry Jean
joba-marie-1864-07-02	1864-07-02	Joba Marie
juin-alphonse-1888-12-16	1888-12-16	Juin Alphonse
kerdrel-roger-1841-02-28	1841-02-28	Kerdrel Roger
koenig-marie-1898-10-10	1898-10-10	Koenig Marie
lacapelle-gustave-1869-10-09	1869-10-09	Lacapelle Gustave
lacaze-marie-1860-06-22	1860-06-22	Lacaze Marie
ladmirault-louise-1808-02-17	1808-02-17	Ladmirault Louise
lagarenne-georges-1856-07-27	1856-07-27	Lagarenne Georges
lagrue-eugene-georges-1871-07-22	1871-07-22	Lagrue Eugène Georges
laignelot-joseph-1867-04-01	1867-04-01	Laignelot Joseph
lamiable-nicolas-1859-05-25	1859-05-25	Lamiable Nicolas
la-motterouge-joseph-1804-02-03	1804-02-03	La Motterouge Joseph
langlois-hippolyte-1839-08-03	1839-08-03	Langlois Hippolyte
larras-nestor-1868-07-18	1868-07-18	Larras Nestor
lattre-tassigny-jean-1889-02-02	1889-02-02	Lattre Tassigny Jean
le-bouc-georges-1865-10-03	1865-10-03	Le Bouc Georges
lebrun-leonce-1861-05-11	1861-05-11	Lebrun Leonce
lecointe-alphonse-1817-07-12	1817-07-12	Lecointe Alphonse
leconte-marie-1858-11-08	1858-11-08	Leconte Marie
le-flo-adolphe-1804-11-04	1804-11-04	Le Flo Adolphe
legouz-jean-1865-03-29	1865-03-29	Legouz Jean
legrand-girarde-emile-1857-11-16	1857-11-16	Legrand-Girarde Emile
lenfant-eugene-1865-04-11	1865-04-11	Lenfant Eugène
linares-jean-1872-03-11	1872-03-11	Linares Jean
lobit-paul-1860-04-10	1860-04-10	Lobit Paul
lourmel-frederic-1811-07-12	1811-07-12	Lourmel Frédéric
lucas-henry-1874-04-13	1874-04-13	Lucas Henry
mac-mahon-marie-1808-06-13	1808-06-13	Mac-Mahon Marie
mac-mahon-patrice-1855-06-10	1855-06-10	Mac-Mahon Patrice
maistre-paul-1858-06-20	1858-06-20	Maistre Paul
malleterre-pierre-1858-06-30	1858-06-30	Malleterre Pierre
mangin-joseph-1867-03-19	1867-03-19	Mangin Joseph
marchand-armand-1837-10-10	1837-10-10	Marchand Armand
marchand-jean-1863-11-22	1863-11-22	Marchand Jean
margueritte-jean-1823-01-15	1823-01-15	Margueritte Jean
mariaux-audgustin-1864-01-05	1864-01-05	Mariaux Audgustin
maroix-jean-1867-03-04	1867-03-04	Maroix Jean
martin-maurice-1864-12-31	1864-12-31	Martin Maurice
martin-decaen-1867-06-12	1867-06-12	Martin-Decaen
maud-huy-louis-1857-02-17	1857-02-17	Maud'Huy Louis
maurin-louis-felix-1869-01-05	1869-01-05	Maurin Louis Félix
mazars-jules-1877-09-08	1877-09-08	Mazars Jules
mazillier-emile-1862-10-15	1862-10-15	Mazillier Emile
menard-jean-1877-03-18	1877-03-18	Menard Jean
messimy-adolphe-1869-01-31	1869-01-31	Messimy Adolphe
metz-adlbert-1867-04-17	1867-04-17	Metz Adlbert
meurisse-georges-1873-11-22	1873-11-22	Meurisse Georges
mercier-auguste-1833-12-08	1833-12-08	Mercier Auguste
micheler-joseph-1861-09-23	1861-09-23	Micheler Joseph
michelin-pierre-1876-11-19	1876-11-19	Michelin Pierre
mieroslawski-louis-1814-01-17	1814-01-17	Mieroslawski Louis
mitry-marie-1857-09-20	1857-09-20	Mitry Marie
mittelhausser-eugene-1873-08-07	1873-08-07	Mittelhausser Eugène
monroe-francois-1886-06-03	1886-06-03	Monroe François
monroe-larie-1862-10-02	1862-10-02	Monroe Larie
mordaco-jean-1868-01-12	1868-01-12	Mordaco Jean
mordrelle-joseph-1863-09-17	1863-09-17	Mordrelle Joseph
mouchard-francois-1883-10-04	1883-10-04	Mouchard Francois
mougin-louis-1873-11-10	1873-11-10	Mougin Louis
muteau-paul-1854-06-30	1854-06-30	Muteau Paul
nansouty-charles-1815-02-20	1815-02-20	Nansouty Charles
negrier-francois-1839-10-02	1839-10-02	Negrier François
niox-gustave-1840-08-02	1840-08-02	Niox Gustave
nollet-charles-1865-01-28	1865-01-28	Nollet Charles
olry-rene-henri-1880-06-28	1880-06-28	Olry René Henri
pacault-pierre-1871-09-19	1871-09-19	Pacault Pierre
passaga-fenelon-1863-12-03	1863-12-03	Passaga Fenelon
patey-henri-1867-02-11	1867-02-11	Patey Henri
pau-paul-1848-11-29	1848-11-29	Pau Paul
payeur-gustave-1863-10-17	1863-10-17	Payeur Gustave
payot-jaen-1868-02-08	1868-02-08	Payot Jaen
pelacot-charles-1851-05-23	1851-05-23	Pelacot Charles
pelle-maurice-cesar-1863-04-18	1863-04-18	Pelle Maurice César
percin-alexandre-1846-07-04	1846-07-04	Percin Alexandre
perret-joseph-1864-06-09	1864-06-09	Perret Joseph
perrier-georges-1872-10-28	1872-10-28	Perrier Georges
petain-henry-1856-04-24	1856-04-24	Petain Henry
philipot-edme-1865-11-23	1865-11-23	Philipot Edme
pichon-jules-1877-10-31	1877-10-31	Pichon Jules
pierron-edouard-1835-10-03	1835-10-03	Pierron Edouard
pont-ferdinand-1865-01-25	1865-01-25	Pont Ferdinand
pouydraguin-louis-1862-02-01	1862-02-01	Pouydraguin Louis
prax-marie-1864-05-29	1864-05-29	Prax Marie
prioux-rene-1879-04-11	1879-04-11	Prioux René
protard-adolphe-1857-10-11	1857-10-11	Protard Adolphe
ragueneau-camille-1868-11-04	1868-11-04	Ragueneau Camille
renard-joseph-1847-11-23	1847-11-23	Renard Joseph
renault-de-metan-1861-12-23	1861-12-23	Renault de Metan
rigaud-genouilly-charles-1807-04-12	1807-04-12	Rigaud Genouilly Charles
robillot-felix-1865-02-13	1865-02-13	Robillot Félix
ronarc-h-pierre-1865-02-22	1865-02-22	Ronarc'H Pierre
roques-pierre-1856-12-28	1856-12-28	Roques Pierre
roulet-edouard-1863-03-16	1863-03-16	Roulet Edouard
rouvray-georges-1845-10-13	1845-10-13	Rouvray Georges
royer-donat-1873-04-02	1873-04-02	Royer-Donat
sarrail-maurice-1856-04-06	1856-04-06	Sarrail Maurice
saussier-felix-1828-01-16	1828-01-16	Saussier Félix
schlumberger-charles-robert-1859-05-28	1859-05-28	Schlumberger Charles Robert
sere-rivieres-raymond-1815-05-20	1815-05-20	Sere Rivieres Raymond
serrigny-bernard-1870-08-16	1870-08-16	Serrigny Bernard
soleillet-paul-1842-03-29	1842-03-29	Soleillet Paul
sordet-jean-1852-05-17	1852-05-17	Sordet Jean
tanant-albert-1869-02-09	1869-02-09	Tanant Albert
targe-antoine-1865-08-02	1865-08-02	Targe Antoine
tavernost-abel-1860-08-13	1860-08-13	Tavernost Abel
thomas-francois-1869-08-30	1869-08-30	Thomas François
thomas-louis-1860-06-10	1860-06-10	Thomas Louis
thouma-charles-1820-07-19	1820-07-19	Thouma Charles
tissier-louis-1863-05-31	1863-05-31	Tissier Louis
toulorge-paul-1862-01-12	1862-01-12	Toulorge Paul
toutee-georges-1855-02-26	1855-02-26	Toutee Georges
trochu-louis-1815-03-12	1815-03-12	Trochu Louis
trouchaud-pierre-1861-09-30	1861-09-30	Trouchaud Pierre
uhrich-j-j-alexis-1802-02-15	1802-02-15	Uhrich J J Alexis
valagregue-georges-1852-09-20	1852-09-20	Valagregue Georges
vasselot-de-regne-1888-09-15	1888-09-15	Vasselot de REGNE
vedel-adolphe-1870-09-06	1870-09-06	Vedel Adolphe
verdier-pierre-bernard-1875-11-20	1875-11-20	Verdier Pierre Bernard
vidal-paul-1855-02-06	1855-02-06	Vidal Paul
villaret-etienne-godefroy-1854-02-17	1854-02-17	Villaret Etienne Godefroy
vindry-jacques-1870-10-04	1870-10-04	Vindry Jacques
viry-pierre-1872-08-04	1872-08-04	Viry Pierre
voisin-andre	isin-andre	Voisin André
vuillemin-joseph-1883-03-14	1883-03-14	Vuillemin Joseph
wimpfen-emmanuel-felix-1811-09-13	1811-09-13	Wimpfen Emmanuel Félix
zaigue-gabriel-1872-02-12	1872-02-12	Zaigue Gabriel
zurlinden-emile-auguste-1837-11-03	1837-11-03	Zurlinden Emile Auguste
arbellot-repaire-jacqes-1918-05-11	1918-05-11	Arbellot Repaire Jacqes
baudon-jean-1916-04-22	1916-04-22	Baudon Jean
benard-paul-1916-05-15	1916-05-15	Benard Paul
bigourdan-joseph-1916-07-14	1916-07-14	Bigourdan Joseph
bloy-jean-jacques-1917-09-11	1917-09-11	Bloy Jean-Jacques
boulet-andre-1919-03-26	1919-03-26	Boulet André
brelivet-yves-1917-01-08	1917-01-08	Brelivet Yves
calmelet-paul-1917-03-11	1917-03-11	Calmelet Paul
carrelet-loisy-jean-1916-02-14	1916-02-14	Carrelet Loisy Jean
casanova-joseph-1915-12-21	1915-12-21	Casanova Joseph
charoy-paul-1917-04-04	1917-04-04	Charoy Paul
coumont-jean-1917-06-27	1917-06-27	Coumont Jean
croizette-desnoyers-louis-1916-08-27	1916-08-27	Croizette Desnoyers Louis
dessertaux-henry-1917-09-26	1917-09-26	Dessertaux Henry
finance-louis-1918-08-26	1918-08-26	Finance Louis
franqueville-raoul-1915-03-25	1915-03-25	Franqueville Raoul
guerin-marcel-1919-12-04	1919-12-04	Guerin Marcel
guillaume-pierre-1915-02-04	1915-02-04	Guillaume Pierre
guipet-rene-1918-06-24	1918-06-24	Guipet René
huber-paul	huber-paul	Huber Paul
jacquet-norbert-1915-07-17	1915-07-17	Jacquet Norbert
jalard-jean-1917-04-30	1917-04-30	Jalard Jean
langlois-pierre-1918-05-05	1918-05-05	Langlois Pierre
lansac-emile-1917-11-08	1917-11-08	Lansac Emile
lascombes-larousilhe-serge-1915-11-25	1915-11-25	Lascombes Larousilhe Serge
le-berre-yves-1915-04-28	1915-04-28	Le Berre Yves
le-cabellec-yves-1917-11-17	1917-11-17	Le Cabellec Yves
lehouco-emile-1916-06-13	1916-06-13	Lehouco Emile
leoutre-marcel-1917-06-15	1917-06-15	Leoutre Marcel
matter-emile-1916-06-26	1916-06-26	Matter Emile
moreau-louis-1919-01-02	1919-01-02	Moreau Louis
oudet-paul-1917-08-09	1917-08-09	Oudet Paul
pauliat-maurice-1915-12-03	1915-12-03	Pauliat Maurice
penfentenyo-francois-1915-05-08	1915-05-08	Penfentenyo François
pere-jacques-1917-09-19	1917-09-19	Pere Jacques
petit-cuenot-georges-1918-12-14	1918-12-14	Petit-Cuenot Georges
pincon-fernand-1915-04-29	1915-04-29	Pincon Fernand
kpruneta-noel-1919-06-30	1919-06-30	Kpruneta Noël
renaux-albert-1917-08-01	1917-08-01	Renaux Albert
ruhier-pierre-1916-01-26	1916-01-26	Ruhier Pierre
sacre-jean-1918-06-05	1918-06-05	Sacre Jean
sanson-sansal-henry-1917-08-30	1917-08-30	Sanson Sansal Henry
sicard-andre-1916-07-28	1916-07-28	Sicard André
soignet-pierre-1917-11-26	1917-11-26	Soignet Pierre
testu-claude-1916-10-18	1916-10-18	Testu Claude
turgy-estrees-ivan-1915-03-08	1915-03-08	Turgy Estrees Ivan
vidalin-maurice	in-maurice	Vidalin Maurice
watrin-louis-henri	ouis-henri	Watrin Louis Henri
abbema-louise-1853-10-30	1853-10-30	Abbema Louise
adler-jules-1865-07-08	1865-07-08	Adler Jules
alix-yves-1890-08-19	1890-08-19	Alix Yves
anquetin-louis-1861-01-26	1861-01-26	Anquetin Louis
antral-louis-1895-07-13	1895-07-13	Antral Louis
asselin-maurice-1882-06-24	1882-06-24	Asselin Maurice
bail-joseph-1862-01-22	1862-01-22	Bail Joseph
barillot-leon-1844-10-11	1844-10-11	Barillot Léon
bastien-lepage-jules-1848-11-01	1848-11-01	Bastien-Lepage Jules
baudry-paul-1828-11-07	1828-11-07	Baudry Paul
bayard-emile-1837-11-02	1837-11-02	Bayard Emile
beauverie-charles-1839-09-17	1839-09-17	Beauverie Charles
bergeret-denis-1844-01-19	1844-01-19	Bergeret Denis
berchere-narcisse-1819-09-11	1819-09-11	Berchere Narcisse
berne-bellecour-etienne-pr-1838-07-29	1838-07-29	Berne-bellecour Etienne Pr.
bertram-abel-1871-09-09	1871-09-09	Bertram Abel
besson-faustin-1821-03-15	1821-03-15	Besson Faustin
billotte-rene-1846-06-25	1846-06-25	Billotte René
bissiere-jean-1886-09-22	1886-09-22	Bissiere Jean
bombois-camille-1883-02-03	1883-02-03	Bombois Camille
bompard-maurice-1857-02-11	1857-02-11	Bompard Maurice
bonnard-pierre-1867-10-03	1867-10-03	Bonnard Pierre
bonnat-joseph-1833-06-20	1833-06-20	Bonnat Joseph
andreau-rene-alexandre-1870-03-12	1870-03-12	Andreau René Alexandre
borel-paul-1828-02-12	1828-02-12	Borel Paul
boudin-eugene-1824-07-12	1824-07-12	Boudin Eugène
bouguereau-william-1825-11-30	1825-11-30	Bouguereau William
braque-georges-1882-05-13	1882-05-13	Braque Georges
brayer-yves-1907-11-18	1907-11-18	Brayer Yves
brianchon-maurice-1899-01-11	1899-01-11	Brianchon Maurice
brion-gustave-1824-11-04	1824-11-04	Brion Gustave
brouillet-pierre-1857-09-01	1857-09-01	Brouillet Pierre
buhot-felix-1847-07-09	1847-07-09	Buhot Félix
busson-charles-1822-07-15	1822-07-15	Busson Charles
cabanel-alexandre-1824-09-28	1824-09-28	Cabanel Alexandre
cachoud-francois-1866-10-27	1866-10-27	Cachoud François
carolus-duran-emile-1837-07-04	1837-07-04	Carolus-Duran Emile
cazin-jean-1841-05-25	1841-05-25	Cazin Jean
cezanne-paul-1839-01-19	1839-01-19	Cezanne Paul
chaplin-charles-1825-06-08	1825-06-08	Chaplin Charles
charlot-louis-1878-04-26	1878-04-26	Charlot Louis
charpin-albert-1842-01-30	1842-01-30	Charpin Albert
chartran-theobald-1849-07-20	1849-07-20	Chartran Theobald
chavet-victor-1822-07-21	1822-07-21	Chavet Victor
chifflart-nicolas-1825-03-21	1825-03-21	Chifflart Nicolas
chigot-eugene-1860-11-22	1860-11-22	Chigot Eugène
chretien-rene-1867-10-02	1867-10-02	Chretien René
coignard-louis-1812-09-04	1812-09-04	Coignard Louis
colin-gustave-1828-07-11	1828-07-11	Colin Gustave
courbet-gustave-1819-06-10	1819-06-10	Courbet Gustave
couture-thomas-1815-12-21	1815-12-21	Couture Thomas
couturier-philibert-leon-1823-05-26	1823-05-26	Couturier Philibert Léon
cross-henry-1856-05-20	1856-05-20	Cross Henry
daumier-honore-1808-02-26	1808-02-26	Daumier Honoré
dauzats-adrien-1804-07-16	1804-07-16	Dauzats Adrien
degas-edgar-1834-07-19	1834-07-19	Degas Edgar
delacroix-auguste-1809-01-26	1809-01-26	Delacroix Auguste
delaunay-jules-1828-06-13	1828-06-13	Delaunay Jules
delort-charles-1841-02-04	1841-02-04	Delort Charles
derain-andre-1880-06-17	1880-06-17	Derain André
diaz-de-la-pena-narcisse-1807-08-21	1807-08-21	Diaz de la Pena Narcisse
didier-pouget-william-1864-11-14	1864-11-14	Didier-Pouget William
dore-gustave-1832-01-06	1832-01-06	Dore Gustave
dorignac-georges-1879-11-08	1879-11-08	Dorignac Georges
dufeu-edouard-1836-03-27	1836-03-27	Dufeu Edouard
dufresne-georges-1876-11-23	1876-11-23	Dufresne Georges
dufy-raoul-1877-06-03	1877-06-03	Dufy Raoul
dupray-henry-1841-11-03	1841-11-03	Dupray Henry
dupre-leon-1816-06-18	1816-06-18	Dupre Léon
dutilleux-henri-1807-10-05	1807-10-05	Dutilleux Henri
espagnat-georges-1870-08-14	1870-08-14	Espagnat Georges
faivre-jules-1867-03-30	1867-03-30	Faivre Jules
faller-louis-1819-06-01	1819-06-01	Faller Louis
ferrier-gabriel-1847-09-29	1847-09-29	Ferrier Gabriel
feyen-perrin-francois-1826-04-12	1826-04-12	Feyen-Perrin François
flandrin-hippolyte-1809-03-23	1809-03-23	Flandrin Hippolyte
flandrin-paul-1811-05-28	1811-05-28	Flandrin Paul
fouace-guillaume-1827-05-22	1827-05-22	Fouace Guillaume
francais-francois-1814-11-17	1814-11-17	Francais François
la-fresnaye-roger-1885-07-11	1885-07-11	La Fresnaye Roger
friant-emile-1863-04-16	1863-04-16	Friant Emile
gagliardini-julien-gustave-1846-03-01	1846-03-01	GAGLIARDINI. Julien Gustave
genin-lucien-1894-11-09	1894-11-09	Genin Lucien
gerome-jean-1824-05-11	1824-05-11	Gerome Jean
girard-marie-1838-05-30	1838-05-30	Girard Marie
gischia-leon-1903-06-08	1903-06-08	Gischia Léon
goethals-raymond-1804-09-12	1804-09-12	Goethals Raymond
grandville-jean-1803-09-15	1803-09-15	Grandville Jean
grison-francois-1845-06-17	1845-06-17	Grison François
grolleron-paul-1848-06-14	1848-06-14	Grolleron Paul
gruber-francis-1912-03-15	1912-03-15	Gruber Francis
guerin-charles-1875-02-21	1875-02-21	Guerin Charles
guignard-alexandre-gast-1848-03-08	1848-03-08	Guignard Alexandre Gast.
guigou-paul-1834-02-15	1834-02-15	Guigou Paul
guirand-de-scevola-victor-1871-11-14	1871-11-14	Guirand de SCEVOLA Victor
hebert-antoine-1817-11-03	1817-11-03	Hebert Antoine
helleu-paul-cesar-1859-12-17	1859-12-17	Helleu Paul César
herbin-auguste-1882-04-29	1882-04-29	Herbin Auguste
huguet-victor-1835-05-01	1835-05-01	Huguet Victor
jacob-max-1876-07-12	1876-07-12	Jacob Max
janmot-anne-1814-05-21	1814-05-21	Janmot Anne
laboureur-jean-1877-08-16	1877-08-16	Laboureur Jean
lambinet-emile-1815-01-04	1815-01-04	Lambinet Emile
lamy-pierre-1855-05-12	1855-05-12	Lamy Pierre
landelle-charles-1821-06-02	1821-06-02	Landelle Charles
lapostelet-charles-1824-09-26	1824-09-26	Lapostelet Charles
latouche-gaston-1854-10-22	1854-10-22	Latouche Gaston
laurens-jean-1801-07-14	1801-07-14	Laurens Jean
laurens-jean-1838-03-28	1838-03-28	Laurens Jean
laurens-jules-1825-07-26	1825-07-26	Laurens Jules
lazerges-jean-1817-07-05	1817-07-05	Lazerges Jean
lebasque-henri-1865-09-25	1865-09-25	Lebasque Henri
lebourg-albert-1849-02-01	1849-02-01	Lebourg Albert
lebreton-constant-1895-03-11	1895-03-11	Lebreton Constant
lefauconnier-henri-1881-07-05	1881-07-05	Lefauconnier Henri
leger-fernand-1881-02-04	1881-02-04	Leger Fernand
legros-alphonse-1837-05-08	1837-05-08	Legros Alphonse
lemaire-madeleine-1845-05-24	1845-05-24	Lemaire Madeleine
le-moal-jean-1909-10-30	1909-10-30	Le Moal Jean
leprin-marcel-1891-02-12	1891-02-12	Leprin Marcel
levy-henri-1840-09-23	1840-09-23	Levy Henri
lhermitte-leon-1844-07-31	1844-07-31	Lhermitte Léon
lorjou-bernard-1908-09-09	1908-09-09	Lorjou Bernard
loutreuil-maurice-1885-03-16	1885-03-16	Loutreuil Maurice
lurcat-jean-1892-07-01	1892-07-01	Lurcat Jean
maignan-albert-pierre-1845-10-14	1845-10-14	Maignan Albert Pierre
maillaud-fernand-1862-12-12	1862-12-12	Maillaud Fernand
marchand-andre-1907-02-10	1907-02-10	Marchand André
marcke-de-lummen-emile-van-1827-08-20	1827-08-20	Marcke de LUMMEN Emile (van)
marilhat-prosper-1811-03-22	1811-03-22	Marilhat Prosper
martin-henri-1860-08-05	1860-08-05	Martin Henri
masson-andre-1896-01-04	1896-01-04	Masson André
matisse-henri-1869-12-31	1869-12-31	Matisse Henri
mayer-auguste-1805-07-08	1805-07-08	Mayer Auguste
meissonier-jean-louis-e-1815-02-21	1815-02-21	Meissonier Jean Louis E.
metzinger-jean-1883-06-24	1883-06-24	Metzinger Jean
milcendeau-edmond-1872-07-18	1872-07-18	Milcendeau Edmond
millet-jean-1814-10-04	1814-10-04	Millet Jean
monticelli-adolphe-1824-10-14	1824-10-14	Monticelli Adolphe
morel-fatio-antoine-1810-01-17	1810-01-17	Morel-Fatio Antoine
morisot-berthe-1841-01-14	1841-01-14	Morisot Berthe
nakache-armand-1894-01-11	1894-01-11	Nakache Armand
naudin-bernard-1876-11-11	1876-11-11	Naudin Bernard
neuville-alphonse-1835-05-31	1835-05-31	Neuville Alphonse
noel-jules-1815-09-29	1815-09-29	Noel Jules
olive-jean-baptiste-1848-07-30	1848-07-30	Olive Jean-Baptiste
ottmann-henry-1877-04-10	1877-04-10	Ottmann Henry
ozenfant-amedee-1886-04-15	1886-04-15	Ozenfant Amédée
pallut-pierre-1918-06-30	1918-06-30	Pallut Pierre
parturier-marcel-1901-04-07	1901-04-07	Parturier Marcel
patrix-michel-1917-05-25	1917-05-25	Patrix Michel
pecru-charles-1826-02-09	1826-02-09	Pecru Charles
pelouse-leon-1838-10-01	1838-10-01	Pelouse Léon
pignon-edouard-1905-02-12	1905-02-12	Pignon Edouard
planson-andre-1898-04-10	1898-04-10	Planson André
pointelin-auguste-1839-06-23	1839-06-23	Pointelin Auguste
poulbot-francisque-1879-02-06	1879-02-06	Poulbot Francisque
prinet-rene-1861-12-31	1861-12-31	Prinet René
puvis-de-chavannes-pierre-1824-12-14	1824-12-14	Puvis De Chavannes Pierre
quelvee-francois-1884-10-13	1884-10-13	Quelvee François
ravel-daniel-1915-03-03	1915-03-03	Ravel Daniel
redon-odilon-1840-04-20	1840-04-20	Redon Odilon
renoir-auguste-1841-02-25	1841-02-25	Renoir Auguste
renouart-charles-paul-1845-11-05	1845-11-05	Renouart Charles Paul
ribot-theodule-1823-08-05	1823-08-05	Ribot Theodule
rochegrosse-georges-1859-08-02	1859-08-02	Rochegrosse Georges
roqueplan-camille-1800-02-18	1800-02-18	Roqueplan Camille
rotig-georges-1873-10-01	1873-10-01	Rotig Georges
roullet-gaston-1847-11-15	1847-11-15	Roullet Gaston
rousseau-henri-1844-05-21	1844-05-21	Rousseau Henri
roussel-ker-1867-12-10	1867-12-10	Roussel Ker
roy-pierre-1880-08-10	1880-08-10	Roy Pierre
sain-edouard-1830-05-13	1830-05-13	Sain Edouard
saint-jean-simon-1808-10-14	1808-10-14	Saint-Jean Simon
saunier-noel-1847-09-28	1847-09-28	Saunier Noël
savin-maurice-1894-10-17	1894-10-17	Savin Maurice
seyssaud-rene-1867-06-15	1867-06-15	Seyssaud René
abeille-jack-1873-05-28	1873-05-28	Abeille Jack
achard-jean-1807-04-17	1807-04-17	Achard Jean
aillet-edgard-1883-03-05	1883-03-05	Aillet Edgard
alaux-marie-francois-1878-10-11	1878-10-11	Alaux Marie-Francois
allard-rene-1878-06-17	1878-06-17	Allard René
ambrogiani-pierre-1907-01-16	1907-01-16	Ambrogiani Pierre
amoretti-gabriel-1861-01-27	1861-01-27	Amoretti Gabriel
armbrustier-jean-1835-11-21	1835-11-21	Armbrustier Jean
aste-jean-1864-08-30	1864-08-30	Aste Jean
aubry-emile-1880-04-18	1880-04-18	Aubry Emile
aujame-jean-1905-05-12	1905-05-12	Aujame Jean
bagge-eric-1890-09-10	1890-09-10	Bagge Eric
bail-antoine-1830-05-08	1830-05-08	Bail Antoine
balay-charles-1861-09-27	1861-09-27	Balay Charles
balfourier-adolphe-1816-08-12	1816-08-12	Balfourier Adolphe
balouzet-armand-1858-02-18	1858-02-18	Balouzet Armand
barbarroux-edmond-1882-07-05	1882-07-05	Barbarroux Edmond
barbier-ernest-1857-04-05	1857-04-05	Barbier Ernest
baric-jules-1825-04-14	1825-04-14	Baric Jules
balande-gaston-1880-05-31	1880-05-31	Balande Gaston
barbier-antoine-1859-05-08	1859-05-08	Barbier Antoine
baschet-marcel-1862-08-05	1862-08-05	Baschet Marcel
bastet-tancrede-jean-1858-04-16	1858-04-16	Bastet Tancrède Jean
bastien-lepage-emile-1854-01-20	1854-01-20	Bastien-Lepage Emile
bauchant-andre-1873-04-24	1873-04-24	Bauchant André
bauderon-alexandre-1822-11-13	1822-11-13	Bauderon Alexandre
beaufrere-adolphe-1876-03-24	1876-03-24	Beaufrere Adolphe
beaumont-hugues-1874-10-26	1874-10-26	Beaumont Hugues
beaussier-emile-1874-12-30	1874-12-30	Beaussier Emile
beauvais-armand-1840-11-30	1840-11-30	Beauvais Armand
begue-lucien-1848-05-10	1848-05-10	Begue Lucien
bellee-le-goasbe-de-leon-1844-07-07	1844-07-07	Bellee (Le Goasbe de) Léon
benard-henry-1844-06-23	1844-06-23	Benard Henry
benner-jean-1836-03-28	1836-03-28	Benner Jean
beranger-charles-1816-11-21	1816-11-21	Beranger Charles
bernard-emile-1868-04-28	1868-04-28	Bernard Emile
bernard-jean2-1829-02-20	1829-02-20	Bernard Jean2
bernardeau-henri-1867-01-06	1867-01-06	Bernardeau Henri
berteaux-hippolyte-1843-03-28	1843-03-28	Berteaux Hippolyte
berthelemy-pierre-1818-04-03	1818-04-03	Berthelemy Pierre
berthomme-st-andre-louis-1905-02-04	1905-02-04	Berthomme-St-Andre Louis
bertin-emile-1878-01-29	1878-01-29	Bertin Emile
bertrand-paulin-1852-02-04	1852-02-04	Bertrand Paulin
bidault-henri-1839-02-20	1839-02-20	Bidault Henri
biessy-marie-gabriel-1854-03-23	1854-03-23	Biessy Marie-Gabriel
bigand-auguste-1803-06-13	1803-06-13	Bigand Auguste
billiard-victor-1864-05-12	1864-05-12	Billiard Victor
billet-pierre-1836-11-02	1836-11-02	Billet Pierre
binet-adolphe-1854-02-02	1854-02-02	Binet Adolphe
binet-victor-1849-03-17	1849-03-17	Binet Victor
blanc-benoit-1812-03-21	1812-03-21	Blanc Benoît
blanc-charles-1895-12-21	1895-12-21	Blanc Charles
blery-eugene-1805-03-04	1805-03-04	Blery Eugène
boilvin-emile-1845-05-07	1845-05-07	Boilvin Emile
bonnefoy-henri-1839-04-04	1839-04-04	Bonnefoy Henri
bonnet-felix-1847-05-08	1847-05-08	Bonnet Félix
bouche-louis-1838-01-10	1838-01-10	Bouche Louis
bourgeois-louis-1873-06-05	1873-06-05	Bourgeois Louis
bournet-josette-1905-08-19	1905-08-19	Bournet Josette
bovis-marcel-1904-09-03	1904-09-03	Bovis Marcel
brispot-henri-1846-07-05	1846-07-05	Brispot Henri
brunet-debaines-louis-alfred-1845-11-05	1845-11-05	Brunet-debaines Louis Alfred
brunier-joseph-1860-09-02	1860-09-02	Brunier Joseph
calmettes-jean-1918-04-14	1918-04-14	Calmettes Jean
cami-robert-1900-01-01	1900-01-01	Cami Robert
capgras-georges-1866-05-16	1866-05-16	Capgras Georges
carrier-alain-1924-10-14	1924-10-14	Carrier Alain
carre-georges-1878-05-31	1878-05-31	Carre Georges
caro-delvaille-henry-1876-07-09	1876-07-09	Caro-Delvaille Henry
carbillet-jean-1804-04-06	1804-04-06	Carbillet Jean
carrand-louis-1821-08-23	1821-08-23	Carrand Louis
cattiaux-louis-1904-08-17	1904-08-17	Cattiaux Louis
cauchois-eugene-1850-02-14	1850-02-14	Cauchois Eugène
cazin-marie-1844-09-19	1844-09-19	Cazin Marie
cerisier-simone-1903-04-29	1903-04-29	Cerisier Simone
chadel-jules-1870-06-10	1870-06-10	Chadel Jules
chandelier-jules-1813-10-30	1813-10-30	Chandelier Jules
chapoton-gregoire-1845-12-20	1845-12-20	Chapoton Grégoire
charbonnier-pierre-1897-08-24	1897-08-24	Charbonnier Pierre
charnay-armand-1844-01-07	1844-01-07	Charnay Armand
chautard-joseph-1821-08-05	1821-08-05	Chautard Joseph
chevrier-jules-1816-02-04	1816-02-04	Chevrier Jules
chudant-jean-adolphe-1860-01-05	1860-01-05	Chudant Jean Adolphe
ciry-michel-1919-08-31	1919-08-31	Ciry Michel
clerge-auguste-1891-01-20	1891-01-20	Clerge Auguste
cocteau-jean-1889-07-05	1889-07-05	Cocteau Jean
coessin-de-la-fosse-charles-1829-09-07	1829-09-07	Coessin De La Fosse Charles
colin-paul-1892-06-27	1892-06-27	Colin Paul
coraboeuf-jean-1870-11-06	1870-11-06	Coraboeuf Jean
cot-pierre-auguste-1837-02-17	1837-02-17	Cot Pierre Auguste
couverchel-alfred-1834-01-27	1834-01-27	Couverchel Alfred
crauk-charles-1819-01-27	1819-01-27	Crauk Charles
dabadie-henri-1867-12-01	1867-12-01	Dabadie Henri
dargent-edouard-1824-10-15	1824-10-15	Dargent Edouard
dauvergne-anatole-1812-09-28	1812-09-28	Dauvergne Anatole
debar-alexandre-1821-07-14	1821-07-14	Debar Alexandre
decamps-albert-1861-09-10	1861-09-10	Decamps Albert
dechenaud-adolphe-1868-06-21	1868-06-21	Dechenaud Adolphe
decorchemont-francois-1880-05-26	1880-05-26	Decorchemont François
delacroix-henry-1845-01-16	1845-01-16	Delacroix Henry
delatousche-germain-1898-08-27	1898-08-27	Delatousche Germain
deletang-robert-1874-02-24	1874-02-24	Deletang Robert
delpy-jacques-1877-06-28	1877-06-28	Delpy Jacques
demont-adrien-1851-10-25	1851-10-25	Demont Adrien
depaquit-jules-1872-11-14	1872-11-14	Depaquit Jules
desbrosses-leopold-1821-07-22	1821-07-22	Desbrosses Leopold
descelles-paul-1851-03-22	1851-03-22	Descelles Paul
desjobert-louis-remy-1817-04-16	1817-04-16	Desjobert Louis Remy
desligneres-andre-1880-09-25	1880-09-25	Desligneres André
demory-charles-1833-10-06	1833-10-06	Demory Charles
desnoyer-francois-1894-09-30	1894-09-30	Desnoyer François
despujols-jean-1886-03-19	1886-03-19	Despujols Jean
deturck-julien-1862-02-23	1862-02-23	Deturck Julien
dethomas-maxime-1867-10-13	1867-10-13	Dethomas Maxime
devedeux-louis-1820-07-08	1820-07-08	Devedeux Louis
deyrieux-georges-1820-12-27	1820-12-27	Deyrieux Georges
donzel-charles-1824-01-28	1824-01-28	Donzel Charles
doucet-henri-1883-12-16	1883-12-16	Doucet Henri
dramard-georges-1838-06-23	1838-06-23	Dramard Georges
drouard-maurice-1884-12-25	1884-12-25	Drouard Maurice
druet-antoine-1857-08-12	1857-08-12	Druet Antoine
dubois-henri-1837-02-27	1837-02-27	Dubois Henri
dubois-paul-1886-10-29	1886-10-29	Dubois Paul
dubourg-louis-1821-02-26	1821-02-26	Dubourg Louis
ducaruge-leon-1843-02-14	1843-02-14	Ducaruge Léon
duchene-etienne-1813-04-12	1813-04-12	Duchene Etienne
ducornet-louis-joseph-1806-01-11	1806-01-11	Ducornet Louis Joseph
duhem-henri-1860-04-07	1860-04-07	Duhem Henri
dupuis-daniel-1849-02-15	1849-02-15	Dupuis Daniel
dupuy-paul-1869-03-24	1869-03-24	Dupuy Paul
dusouchet-pierre-1876-04-25	1876-04-25	Dusouchet Pierre
duvent-charles-1867-06-26	1867-06-26	Duvent Charles
enjolras-delphin-1865-05-13	1865-05-13	Enjolras Delphin
erlanger-rodolphe-1872-06-07	1872-06-07	Erlanger Rodolphe
esteve-maurice-1904-05-02	1904-05-02	Esteve Maurice
eve-jean-1900-10-06	1900-10-06	Eve Jean
falize-andre-1872-05-21	1872-05-21	Falize André
faivre-antoine-1830-05-24	1830-05-24	Faivre Antoine
fanart-clement-1831-01-17	1831-01-17	Fanart Clément
faure-eugene-1822-08-23	1822-08-23	Faure Eugène
fernaud-trochain-jean-1879-02-21	1879-02-21	Fernaud-Trochain Jean
feron-julien-hippol-1864-09-14	1864-09-14	Feron Julien Hippol.
fillon-arthur-1900-10-27	1900-10-27	Fillon Arthur
flameng-marie-1843-07-17	1843-07-17	Flameng Marie
fleury-pierre-1900-07-06	1900-07-06	Fleury Pierre
fontaine-edme-1814-05-08	1814-05-08	Fontaine Edme
fonville-nicolas-1805-11-30	1805-11-30	Fonville Nicolas
foullongne-alfred-1821-03-26	1821-03-26	Foullongne Alfred
fragnay-francois-1824-07-05	1824-07-05	Fragnay Francois
freida-raphael-1877-05-26	1877-05-26	Freida Raphaël
gabriel-justin-1838-10-28	1838-10-28	Gabriel Justin
gabriel-fournier-gabriel-1893-05-26	1893-05-26	Gabriel-Fournier Gabriel
gallard-lepinay-paul-1842-05-23	1842-05-23	Gallard-Lepinay Paul
gandon-adolphe-1828-07-28	1828-07-28	Gandon Adolphe
garcin-louis-1821-08-25	1821-08-25	Garcin Louis
gaudin-auguste-1914-07-29	1914-07-29	Gaudin Auguste
gautier-armand-1825-06-19	1825-06-19	Gautier Armand
gelibert-jules-1834-11-28	1834-11-28	Gelibert Jules
geoffroy-henry-1853-03-01	1853-03-01	Geoffroy Henry
gerbault-henry-1863-06-24	1863-06-24	Gerbault Henry
gervais-paul-1859-09-07	1859-09-07	Gervais Paul
gigoux-jean-1806-01-06	1806-01-06	Gigoux Jean
gir-charles-1883-11-01	1883-11-01	Gir Charles
girardot-louis-1856-11-27	1856-11-27	Girardot Louis
giraud-henri-1825-11-07	1825-11-07	Giraud Henri
gluck-louis-1820-04-03	1820-04-03	Gluck Louis
gondouin-g-1883-01-29	1883-01-29	Gondouin G
goulinat-jean-1883-02-09	1883-02-09	Goulinat Jean
grellet-alexandre-1835-10-03	1835-10-03	Grellet Alexandre
grenet-de-joigny-dominique-1821-11-24	1821-11-24	Grenet De Joigny Dominique
grevin-alfred-1827-01-28	1827-01-28	Grevin Alfred
grivolas-pierre-1823-09-02	1823-09-02	Grivolas Pierre
grosjean-henry-1864-07-02	1864-07-02	Grosjean Henry
guet-charlemagne-1801-02-05	1801-02-05	Guet Charlemagne
guignet-jean-1810-04-23	1810-04-23	Guignet Jean
guillemer-ernest-1839-04-05	1839-04-05	Guillemer Ernest
haffner-felix-1818-05-30	1818-05-30	Haffner Félix
hanoteau-hector-charles-1823-05-26	1823-05-26	Hanoteau Hector Charles
hanicotte-augustin-1870-07-22	1870-07-22	Hanicotte Augustin
helion-jean-1904-04-21	1904-04-21	Helion Jean
herbelin-jeanne-1818-08-24	1818-08-24	Herbelin Jeanne
herpin-leon-1841-10-12	1841-10-12	Herpin Léon
hervier-aubin-1851-01-11	1851-01-11	Hervier Aubin
his-rene-1877-02-15	1877-02-15	His René
hostein-edouard-1804-09-30	1804-09-30	Hostein Edouard
hublin-emile-1830-07-02	1830-07-02	Hublin Emile
huen-victor	uen-victor	Huen Victor
humblot-robert-1907-05-13	1907-05-13	Humblot Robert
imer-edouard-1820-12-23	1820-12-23	Imer Edouard
isenbart-marie-1846-03-03	1846-03-03	Isenbart Marie
jacque-emile-1848-03-22	1848-03-22	Jacque Emile
jalabert-jean-1815-07-11	1815-07-11	Jalabert Jean
jeanniot-pierre-1826-05-28	1826-05-28	Jeanniot Pierre
job-jacques-1858-11-25	1858-11-25	Job Jacques
jobert-paul-1863-08-19	1863-08-19	Jobert Paul
jodelet-emmanuel-1883-12-24	1883-12-24	Jodelet Emmanuel
jolyet-philippe-1832-11-11	1832-11-11	Jolyet Philippe
jourdain-roger-joseph-1845-12-11	1845-12-11	Jourdain Roger Joseph
jourdan-louis-jean-1872-03-07	1872-03-07	Jourdan Louis Jean
jourdy-paul-1805-12-17	1805-12-17	Jourdy Paul
jugelet-jean-1805-08-25	1805-08-25	Jugelet Jean
julien-bernard-1802-11-16	1802-11-16	Julien Bernard
kauffmann-paul-1849-07-08	1849-07-08	Kauffmann Paul
klingsor-tristan-1874-08-08	1874-08-08	Klingsor Tristan
kreyder-alexis-1839-10-21	1839-10-21	Kreyder Alexis
kuwasseg-charles-1833-09-23	1833-09-23	Kuwasseg Charles
ladureau-pierre-1882-08-28	1882-08-28	Ladureau Pierre
la-lyre-adolphe-1848-10-01	1848-10-01	La Lyre Adolphe
lambert-jacques-1877-03-02	1877-03-02	Lambert Jacques
lanfant-francois-1814-08-23	1814-08-23	Lanfant François
lansac-francois-1803-10-02	1803-10-02	Lansac François
lapitot-louis-1803-08-18	1803-08-18	Lapitot Louis
la-roche-armand-1826-10-24	1826-10-24	La Roche Armand
lascaux-elie-1888-04-05	1888-04-05	Lascaux Elie
laugee-georges-1853-12-19	1853-12-19	Laugee Georges
laure-jean-1806-05-14	1806-05-14	Laure Jean
laurent-desrousseaux-henri-a-1862-07-15	1862-07-15	Laurent-desrousseaux Henri A.
lautrec-lucien-1909-07-19	1909-07-19	Lautrec Lucien
la-villeon-emmanuel-1858-05-29	1858-05-29	La Villeon Emmanuel
layraud-joseph-1833-10-12	1833-10-12	Layraud Joseph
lebel-edmond-1834-02-05	1834-02-05	Lebel Edmond
leenhardt-michel-1853-04-02	1853-04-02	Leenhardt Michel
lehmann-leon-1873-01-05	1873-01-05	Lehmann Léon
leman-jacques-1829-09-15	1829-09-15	Leman Jacques
lematte-jacques-franc-1850-07-26	1850-07-26	Lematte Jacques Franc.
lenepveu-jules-1819-12-12	1819-12-12	Lenepveu Jules
lenoir-charles-1860-10-22	1860-10-22	Lenoir Charles
le-petit-alfred-1876-12-12	1876-12-12	Le Petit Alfred
leray-prudent-1820-04-29	1820-04-29	Leray Prudent
le-riche-henri-1867-04-12	1867-04-12	Le Riche Henri
le-senechal-gustave-1840-10-09	1840-10-09	Le Senechal Gustave
lesrel-adolphe-alexan-1839-05-19	1839-05-19	Lesrel Adolphe Alexan.
levy-dhurmer-lucien-1865-09-30	1865-09-30	Levy-Dhurmer Lucien
lhuillier-charles-1824-04-28	1824-04-28	Lhuillier Charles
lobrichon-timoleon-1831-04-26	1831-04-26	Lobrichon Timoleon
lopisgich-antoine-1854-03-29	1854-03-29	Lopisgich Antoine
loubon-emile-1809-01-12	1809-01-12	Loubon Emile
mahe-edouard-1905-05-01	1905-05-01	Mahe Edouard
maillart-diogene-1840-10-28	1840-10-28	Maillart Diogene
malespina-louis-1874-06-21	1874-06-21	Malespina Louis
manceaux-louis-1862-10-27	1862-10-27	Manceaux Louis
marais-adolphe-1856-04-25	1856-04-25	Marais Adolphe
marche-ernest-gaston-1864-09-14	1864-09-14	Marche Ernest Gaston
machard-jules-1839-09-22	1839-09-22	Machard Jules
magne-desire-alfred-1855-02-27	1855-02-27	Magne Désiré Alfred
mare-andre-1885-01-31	1885-01-31	Mare André
marechal-charles-1801-01-27	1801-01-27	Marechal Charles
marembert-jean-1900-07-11	1900-07-11	Marembert Jean
margottet-edouard-1848-05-24	1848-05-24	Margottet Edouard
maurin-charles-1856-04-01	1856-04-01	Maurin Charles
marliave-francois-1874-10-10	1874-10-10	Marliave François
marsal-edouard-1845-07-04	1845-07-04	Marsal Edouard
martin-jacques-1844-11-11	1844-11-11	Martin Jacques
martin-sauvaigo-charles-1881-02-07	1881-02-07	Martin-Sauvaigo Charles
mascaret-roland-1909-03-22	1909-03-22	Mascaret Roland
masse-jean-1856-11-07	1856-11-07	Masse Jean
matifas-louis-1846-10-01	1846-10-01	Matifas Louis
maury-georges-sauv-1872-10-06	1872-10-06	Maury Georges Sauv.
mazurier-albert-1879-06-10	1879-06-10	Mazurier Albert
mergier-paul-1891-08-23	1891-08-23	Mergier Paul
merite-edouard-1867-03-07	1867-03-07	Merite Edouard
merlot-emile-1839-12-20	1839-12-20	Merlot Emile
michel-charles-1817-01-13	1817-01-13	Michel Charles
midy-arthur-1887-03-06	1887-03-06	Midy Arthur
mignon-lucien-1865-09-13	1865-09-13	Mignon Lucien
milliet-j-1844-03-06	1844-03-06	Milliet J
monseret-jean-1813-05-10	1813-05-10	Monseret Jean
monchablon-xavier-alph-1835-06-12	1835-06-12	Monchablon Xavier Alph.
mondineu-jean-1872-01-27	1872-01-27	Mondineu Jean
montagnac-pierre-1883-05-09	1883-05-09	Montagnac Pierre
morain-pierre-1821-01-20	1821-01-20	Morain Pierre
moreau-serge-1892-07-17	1892-07-17	Moreau Serge
moreaux-charles-flor-1815-03-07	1815-03-07	Moreaux Charles Flor.
morlot-alphonse-1838-09-21	1838-09-21	Morlot Alphonse
moteley-jules-1865-07-14	1865-07-14	Moteley Jules
mouchot-louis-1847-04-08	1847-04-08	Mouchot Louis
moullin-louis-1817-08-23	1817-08-23	Moullin Louis
moyse-salluste-1827-11-10	1827-11-10	Moyse Salluste
muraton-euphemie-1836-04-11	1836-04-11	Muraton Euphemie
namur-paul-1877-01-12	1877-01-12	Namur Paul
nardi-francois-1861-12-07	1861-12-07	Nardi François
navlet-joseph-1821-02-11	1821-02-11	Navlet Joseph
negre-charles-1820-05-09	1820-05-09	Negre Charles
nesle-eugene-1822-02-12	1822-02-12	Nesle Eugène
noury-pierre-1894-07-25	1894-07-25	Noury Pierre
olive-tamari-henri-1898-08-11	1898-08-11	Olive-Tamari Henri
orange-maurice-1867-03-09	1867-03-09	Orange Maurice
osterlind-anders-1887-06-19	1887-06-19	Osterlind Anders
oudinot-eugene-1827-04-03	1827-04-03	Oudinot Eugène
pail-edouard-1851-10-17	1851-10-17	Pail Edouard
panchet-louis-1812-10-05	1812-10-05	Panchet Louis
parrot-philippe-1831-03-13	1831-03-13	Parrot Philippe
pastelot-jean-1818-11-02	1818-11-02	Pastelot Jean
patrois-isidore-1815-02-02	1815-02-02	Patrois Isidore
pavot-pierre-1822-06-30	1822-06-30	Pavot Pierre
pechaubes-eugene-1890-06-24	1890-06-24	Pechaubes Eugène
pelletier-joseph-1813-12-30	1813-12-30	Pelletier Joseph
penchaud-gaston-1856-10-06	1856-10-06	Penchaud Gaston
pequegnot-auguste-1819-10-05	1819-10-05	Pequegnot Auguste
perrault-henri-1867-04-13	1867-04-13	Perrault Henri
perron-charles-1893-08-22	1893-08-22	Perron Charles
perrot-rene-1912-07-12	1912-07-12	Perrot René
petit-leonce-1839-05-14	1839-05-14	Petit Leonce
petit-gerard-pierre-1852-11-18	1852-11-18	Petit-Gerard Pierre
peugniez-pauline-1890-04-28	1890-04-28	Peugniez Pauline
pezant-aime-1846-08-07	1846-08-07	Pezant Aimé
picard-edmond-1861-12-19	1861-12-19	Picard Edmond
pichon-auguste-1805-12-06	1805-12-06	Pichon Auguste
pierre-gustave-1875-03-07	1875-03-07	Pierre Gustave
pinchart-auguste-1842-08-10	1842-08-10	Pinchart Auguste
pinel-edouard-1806-06-13	1806-06-13	Pinel Edouard
pinta-amable-1820-06-26	1820-06-26	Pinta Amable
planquette-felix-1873-04-23	1873-04-23	Planquette Félix
poncelet-maurice-1897-06-04	1897-06-04	Poncelet Maurice
ponson-luc-1835-05-12	1835-05-12	Ponson Luc
porion-charles-1814-05-01	1814-05-01	Porion Charles
pouget-marcel-1923-08-15	1923-08-15	Pouget Marcel
prax-valentine-1897-07-23	1897-07-23	Prax Valentine
prieur-romain-1806-08-21	1806-08-21	Prieur Romain
prouve-victor-1858-08-13	1858-08-13	Prouve Victor
quesnay-alfred-1830-04-02	1830-04-02	Quesnay Alfred
quesnel-basile-1813-01-02	1813-01-02	Quesnel Basile
quost-ernest-1842-02-24	1842-02-24	Quost Ernest
rahoult-charles-1819-12-02	1819-12-02	Rahoult Charles
rameau-claude-1876-03-11	1876-03-11	Rameau Claude
rapin-alexandre-1839-06-21	1839-06-21	Rapin Alexandre
raverat-vincent-1801-01-22	1801-01-22	Raverat Vincent
reboul-jean-1810-04-04	1810-04-04	Reboul Jean
renard-emile-1850-10-05	1850-10-05	Renard Emile
renefer-jean-1879-06-02	1879-06-02	Renefer Jean
reol-marie-1880-01-15	1880-01-15	Reol Marie
richaud-joseph-1810-06-03	1810-06-03	Richaud Joseph
ridel-louis-1866-02-12	1866-02-12	Ridel Louis
riou-edouard-1833-12-02	1833-12-02	Riou Edouard
robida-albert-1848-05-14	1848-05-14	Robida Albert
rochebrune-octave-1824-04-01	1824-04-01	Rochebrune Octave
roger-eugene-1807-05-26	1807-05-26	Roger Eugène
ronot-charles-1820-05-28	1820-05-28	Ronot Charles
rosenstock-isidore-1880-05-01	1880-05-01	Rosenstock Isidore
rosset-granger-paul-1853-07-09	1853-07-09	Rosset-Granger Paul
rousseau-decelle-rene-1881-06-14	1881-06-14	Rousseau-Decelle René
roussin-victor-1812-03-03	1812-03-03	Roussin Victor
roux-champion-joseph-1871-09-30	1871-09-30	Roux-Champion Joseph
royer-henri-1869-01-22	1869-01-22	Royer Henri
royer-lionel-1852-12-25	1852-12-25	Royer Lionel
rumeau-jean-1909-12-01	1909-12-01	Rumeau Jean
sabatier-leon-1891-04-23	1891-04-23	Sabatier Léon
sintin-jules-1829-08-14	1829-08-14	Sintin Jules
saint-martin-paul-1817-09-24	1817-09-24	Saint-Martin Paul
saint-pierre-gaston-1833-05-12	1833-05-12	Saint-Pierre Gaston
salome-louis-1833-12-17	1833-12-17	Salome Louis
saunier-charles-1815-09-17	1815-09-17	Saunier Charles
sauvage-sylvain-1888-05-08	1888-05-08	Sauvage Sylvain
sauvaige-louis-1827-04-05	1827-04-05	Sauvaige Louis
schaal-solange-1899-07-29	1899-07-29	Schaal Solange
schiff-mathias-1862-01-15	1862-01-15	Schiff Mathias
schuffenecker-claude-1851-12-08	1851-12-08	Schuffenecker Claude
schutzenberger-louis-1825-09-08	1825-09-08	Schutzenberger Louis
schutzenberger-paul-1860-07-29	1860-07-29	Schutzenberger Paul
seevagen-lucien-1887-01-29	1887-01-29	Seevagen Lucien
selmy-eugene-1874-05-07	1874-05-07	Selmy Eugène
sergent-lucien-1849-06-08	1849-06-08	Sergent Lucien
simon-levy-1886-05-29	1886-05-29	Simon-Levy
aclocque-paul-leon-1834-01-19	1834-01-19	Aclocque Paul Léon
adenot-laurent-1848-01-29	1848-01-29	Adenot Laurent
agard-charles-paul-1866-01-03	1866-01-03	Agard Charles Paul
assus-armand-jacques-1892-04-04	1892-04-04	Assus Armand Jacques
aubert-rene-raymond-1894-10-06	1894-10-06	Aubert René Raymond
audra-paul-celestin-1869-07-25	1869-07-25	Audra Paul Célestin
avon-emile-1847-09-26	1847-09-26	Avon Emile
azema-louis-1876-05-24	1876-05-24	Azema Louis
baader-louis-marie-1828-06-20	1828-06-20	Baader Louis-Marie
balke-theodore-charl-1875-04-29	1875-04-29	Balke Théodore Charl.
bangillon-emile-lucien-1826-08-10	1826-08-10	Bangillon Emile Lucien
barjon-victor-1845-12-12	1845-12-12	Barjon Victor
barjou-henri-jules-1875-04-29	1875-04-29	Barjou Henri Jules
baron-paul-1827-11-11	1827-11-11	Baron Paul
baseilhac-jacques-oscar-1873-02-09	1873-02-09	Baseilhac Jacques Oscar
bavoux-charles-jules-1824-01-27	1824-01-27	Bavoux Charles Jules
bellanger-adhemar-paul-1868-05-29	1868-05-29	Bellanger-adhemar Paul
bellay-de-canneville-paul-1848-03-20	1848-03-20	Bellay de CANNEVILLE Paul
bellemont-leon-achille-1866-08-20	1866-08-20	Bellemont Léon Achille
bellet-henri-1848-12-09	1848-12-09	Bellet Henri
berard-desire-honore-1845-09-22	1845-09-22	Berard Désiré Honoré
berard-pauline-1900-08-03	1900-08-03	Berard Pauline
berges-joseph-paul-1878-05-31	1878-05-31	Berges Joseph Paul
bergevin-albert-julien-1887-06-11	1887-06-11	Bergevin Albert Julien
bernard-joseph-1864-10-17	1864-10-17	Bernard Joseph
bernet-theophile-pier-1865-02-24	1865-02-24	Bernet Théophile Pier.
berthon-maurice-alex-1888-12-28	1888-12-28	Berthon Maurice Alex.
bertoletti-bernard-pierre-1876-01-19	1876-01-19	Bertoletti Bernard Pierre
bertrand-pierre-philippe-1884-05-05	1884-05-05	Bertrand Pierre Philippe
besset-cyrille-1861-03-04	1861-03-04	Besset Cyrille
bizard-ferdinand-alex-1820-09-29	1820-09-29	Bizard Ferdinand Alex.
blanc-fontaine-henri-1819-01-16	1819-01-16	Blanc-fontaine Henri
blondeau-claude-lucien-1823-04-15	1823-04-15	Blondeau Claude Lucien
blot-leon-auguste-1905-07-11	1905-07-11	Blot Léon Auguste
bocquet-paul-1868-10-17	1868-10-17	Bocquet Paul
bodin-francois-arch-1838-11-18	1838-11-18	Bodin Francois Arch.
boichard-jean-alcide-1817-08-23	1817-08-23	Boichard Jean Alcide
boillot-hippolyte-1821-02-15	1821-02-15	Boillot Hippolyte
boiry-camille-1871-01-06	1871-01-06	Boiry Camille
boissard-de-boisdenier-jose-1813-03-11	1813-03-11	Boissard de BOISDENIER Jose.
boivin-emile-1845-10-20	1845-10-20	Boivin Emile
bordes-ernest-1852-10-14	1852-10-14	Bordes Ernest
borget-auguste-andre-1808-08-28	1808-08-28	Borget Auguste André
bouchet-auguste-1831-08-05	1831-08-05	Bouchet Auguste
bouchet-louis-etienne-1855-04-18	1855-04-18	Bouchet Louis Etienne
boulange-louis-jean-b-1812-04-07	1812-04-07	Boulange Louis Jean B.
bouny-pierre-paul-1820-07-18	1820-07-18	Bouny Pierre Paul
bourbon-leblanc-louis-gabr-1813-10-21	1813-10-21	Bourbon-leblanc Louis Gabr.
bourcart-emile-1827-10-20	1827-10-20	Bourcart Emile
bourde-adolphe-elisee-1859-02-10	1859-02-10	Bourde Adolphe Elisée
bourieres-jean-baptiste-1812-04-05	1812-04-05	Bourieres Jean Baptiste
bouisset-etienne-maur-1859-09-02	1859-09-02	Bouisset Etienne Maur.
boutet-gabriel-1848-11-09	1848-11-09	Boutet Gabriel
bouvier-joseph-laurent-1840-09-20	1840-09-20	Bouvier Joseph Laurent
boye-abel-dominique-1864-05-06	1864-05-06	Boye Abel Dominique
bremond-henry-1875-05-08	1875-05-08	Bremond Henry
boyenval-victor-alphonse-1832-09-01	1832-09-01	Boyenval Victor Alphonse
bretegnier-georges-adolphe-1860-04-14	1860-04-14	Bretegnier Georges Adolphe
briaudeau-paul-charles-1869-06-14	1869-06-14	Briaudeau Paul Charles
briguiboul-jean-pierre-1837-11-02	1837-11-02	Briguiboul Jean Pierre
brisard-fernand-1870-04-21	1870-04-21	Brisard Fernand
brissot-de-warville-felix-1818-05-07	1818-05-07	Brissot de WARVILLE Félix
brugairolles-victor-1869-05-27	1869-05-27	Brugairolles Victor
brunard-joseph-brice-1812-01-13	1812-01-13	Brunard Joseph Brice
bruneau-adrien-louis-1831-02-08	1831-02-08	Bruneau Adrien Louis
bruzard-armand-1800-08-16	1800-08-16	Bruzard Armand
burette-alphonse-1806-02-25	1806-02-25	Burette Alphonse
bussiere-gaston-1862-04-24	1862-04-24	Bussiere Gaston
burel-henry-armand-1883-06-08	1883-06-08	Burel Henry Armand
cabane-florian-nemorin-1831-10-25	1831-10-25	Cabane Florian Nemorin
cabuzel-auguste-hector-1836-04-24	1836-04-24	Cabuzel Auguste Hector
cambon-henri-joseph-1819-02-22	1819-02-22	Cambon Henri Joseph
camino-charles-1824-03-04	1824-03-04	Camino Charles
cartier-victor-emile-1811-07-21	1811-07-21	Cartier Victor Emile
cario-louis-1889-06-22	1889-06-22	Cario Louis
carpentier-modeste-1866-07-16	1866-07-16	Carpentier Modeste
cartier-bresson-louis-jules-1882-10-05	1882-10-05	Cartier-bresson Louis Jules
cavaille-pierre-paul-1825-03-24	1825-03-24	Cavaille Pierre Paul
cellier-alphonse-marius-1875-09-17	1875-09-17	Cellier Alphonse Marius
chacaton-jean-nicolas-1813-07-30	1813-07-30	Chacaton Jean Nicolas
chamerlat-jules-marc-1828-11-09	1828-11-09	Chamerlat Jules Marc
chapuis-honore-1817-04-23	1817-04-23	Chapuis Honoré
charmot-jacqueline-mar-1907-11-18	1907-11-18	Charmot Jacqueline Mar.
charpentier-marcel-1888-09-29	1888-09-29	Charpentier Marcel
charodeau-francois-aug-1840-06-30	1840-06-30	Charodeau Francois Aug.
charvot-eugene-louis-1847-02-11	1847-02-11	Charvot Eugène Louis
chauvet-florentin-louis-1878-03-04	1878-03-04	Chauvet Florentin Louis
chauvet-jules-adolphe-1828-09-28	1828-09-28	Chauvet Jules Adolphe
chevandier-de-valdrome-paul-1817-03-16	1817-03-16	Chevandier de VALDROME Paul
choisnard-jean-felix-cl-1846-03-11	1846-03-11	Choisnard Jean Félix Cl.
cholet-jean-antoine-1833-01-01	1833-01-01	Cholet Jean Antoine
civet-andre-1911-10-11	1911-10-11	Civet André
clement-anna-delauiel-1822-06-30	1822-06-30	Clement Anna (Delauiel)
clere-jacques-franc-1825-07-17	1825-07-17	Clere Jacques Franc.
clerget-hubert-1818-07-29	1818-07-29	Clerget Hubert
clouzct-marianne-1908-08-06	1908-08-06	Clouzct Marianne
cocquerel-jules-jacques-1838-10-02	1838-10-02	Cocquerel Jules Jacques
colas-jean-louis-a-1816-05-07	1816-05-07	Colas Jean Louis A.
collette-alexandre-des-1814-10-10	1814-10-10	Collette Alexandre Dés.
cornil-gaston-1883-05-15	1883-05-15	Cornil Gaston
coroenne-henri-1822-02-11	1822-02-11	Coroenne Henri
coront-joseph-1859-04-20	1859-04-20	Coront Joseph
couderc-gabriel-emile-1905-12-26	1905-12-26	Couderc Gabriel Emile
cournault-etienne-1891-03-15	1891-03-15	Cournault Etienne
couveley-adolphe-1802-11-16	1802-11-16	Couveley Adolphe
cuny-francois-eug-1839-04-01	1839-04-01	Cuny Francois Eug.
cuny-henry-pierre-1880-06-05	1880-06-05	Cuny Henry Pierre
cuvelier-hippolyte-jos-1803-03-09	1803-03-09	Cuvelier Hippolyte Jos.
dabat-alfred-1869-01-02	1869-01-02	Dabat Alfred
dallemagne-adolphe-jean-1811-07-01	1811-07-01	Dallemagne Adolphe Jean
dambourgez-edouard-jean-1844-11-15	1844-11-15	Dambourgez Edouard Jean
dammann-paul-marcel-1885-06-13	1885-06-13	Dammann Paul Marcel
dapoigny-albert-louis-1885-04-02	1885-04-02	Dapoigny Albert Louis
dartiguenave-prosper-guil-1815-07-09	1815-07-09	Dartiguenave Prosper Guil.
darviot-edouard-1859-04-19	1859-04-19	Darviot Edouard
dauphin-francois-gust-1804-06-07	1804-06-07	Dauphin Francois Gust.
david-etienne-1819-11-20	1819-11-20	David Etienne
dechelette-louis-auguste-1894-01-11	1894-01-11	Dechelette Louis Auguste
delalleau-charles-joseph-1826-08-16	1826-08-16	Delalleau Charles Joseph
delattre-joseph-marie-1858-08-12	1858-08-12	Delattre Joseph Marie
demailly-louis-hector-1879-09-10	1879-09-10	Demailly Louis Hector
demange-adolphe-1857-09-10	1857-09-10	Demange Adolphe
denet-clement-charles-1853-02-10	1853-02-10	Denet-clement Charles
denis-valverane-louis-1870-09-20	1870-09-20	Denis-valverane Louis
dervaux-georges-victor-1888-07-25	1888-07-25	Dervaux Georges Victor
desevre-maurice-1887-04-26	1887-04-26	Desevre Maurice
desmoulin-fernand-1853-06-05	1853-06-05	Desmoulin Fernand
devillario-rene-marie-l-1874-04-02	1874-04-02	Devillario René Marie-L.
deyrolle-jean-jacques-1911-08-20	1911-08-20	Deyrolle Jean Jacques
didier-tourne-jean-1882-05-01	1882-05-01	Didier-tourne Jean
doigneau-edouard-edmond-1865-09-27	1865-09-27	Doigneau Edouard Edmond
dore-armand-1824-02-19	1824-02-19	Dore Armand
dourlens-xavier-jules-1826-08-10	1826-08-10	Dourlens Xavier Jules
doyen-gustave-leon-1836-12-29	1836-12-29	Doyen Gustave Léon
dubus-henry-barthel-1851-10-02	1851-10-02	Dubus Henry Barthél.
duchemin-daniel-marie-1866-01-05	1866-01-05	Duchemin Daniel-Marie
ducos-de-la-haille-pierre-h-1889-07-26	1889-07-26	Ducos de La HAILLE Pierre H.
dupont-robert-1874-07-28	1874-07-28	Dupont Robert
durand-andre-1806-05-05	1806-05-05	Durand André
dusautoy-jacques-leon-1817-10-18	1817-10-18	Dusautoy Jacques Léon
duval-roger-georges-1901-05-04	1901-05-04	Duval Roger Georges
duvivier-albert-ludovic-1842-01-28	1842-01-28	Duvivier Albert Ludovic
espinouze-henri-1915-03-21	1915-03-21	Espinouze Henri
estienne-henry-1872-08-01	1872-08-01	Estienne Henry
eteve-aline-marie-a-1898-11-11	1898-11-11	Eteve Aline Marie-A.
eymonnet-jean-1815-10-11	1815-10-11	Eymonnet Jean
fachet-paul-rene-1885-01-14	1885-01-14	Fachet Paul René
falvard-maurice-gabriel-1899-12-30	1899-12-30	Falvard Maurice Gabriel
farre-henry-1871-07-13	1871-07-13	Farre Henry
fauret-jean-joseph-l-1863-12-25	1863-12-25	Fauret Jean Joseph L.
ferat-jules-descartes-1829-11-27	1829-11-27	Ferat jules Descartes
ferret-pierre-cesar-1800-10-08	1800-10-08	Ferret Pierre César
fillatreau-benoist-1843-05-16	1843-05-16	Fillatreau Benoist
fleury-jules-amedee-1845-11-04	1845-11-04	Fleury Jules Amédée
fontaine-jenny-maria-1862-05-09	1862-05-09	Fontaine Jenny Maria
fournereau-jean-francois-1829-12-29	1829-12-29	Fournereau Jean-Francois
fraysseix-bonnin-etienne-1838-09-02	1838-09-02	Fraysseix-bonnin Etienne
frelaut-jean-1879-07-17	1879-07-17	Frelaut Jean
fremont-camille-desiree-1876-04-10	1876-04-10	Fremont Camille Désirée
gaillard-marcel-1886-06-17	1886-06-17	Gaillard Marcel
gaitet-louis-1836-03-26	1836-03-26	Gaitet Louis
galerne-prosper-1836-04-28	1836-04-28	Galerne Prosper
gamain-louis-honore-f-1802-04-02	1802-04-02	Gamain Louis Honoré F.
gardel-jean-baptiste-1818-05-25	1818-05-25	Gardel Jean-Baptiste
garraud-leon-1877-01-19	1877-01-19	Garraud Léon
gassowski-alexandre-1838-02-10	1838-02-10	Gassowski Alexandre
gauthier-frederic-1860-01-17	1860-01-17	Gauthier Frédéric
gautier-theophile-1811-08-30	1811-08-30	Gautier Theophile
gaye-joseph-1803-05-14	1803-05-14	Gaye Joseph
geille-de-saint-leger-leon-1863-12-06	1863-12-06	Geille de SAINT-LEGER Léon
genaille-felix-francois-1826-08-23	1826-08-23	Genaille Félix Francois
genty-emmanuel-1830-03-09	1830-03-09	Genty Emmanuel
gigaux-de-granpre-pierre-em-1826-12-08	1826-12-08	Gigaux de GRANPRE Pierre Em.
gilbert-pierre-vincent-1801-06-03	1801-06-03	Gilbert Pierre Vincent
gilbert-martin-charles-1839-08-26	1839-08-26	Gilbert-martin Charles
herland-emma-1855-02-15	1855-02-15	Herland Emma
gillet-guillaume-1912-11-20	1912-11-20	Gillet Guillaume
girardot-henry-gustave-1878-10-09	1878-10-09	Girardot Henry Gustave
girault-de-prangey-philibert-1804-10-20	1804-10-20	Girault de PRANGEY Philibert
gironde-bernard-1843-09-05	1843-09-05	Gironde Bernard
gomien-charles-1808-04-15	1808-04-15	Gomien Charles
goury-emile-1818-05-26	1818-05-26	Goury Emile
grasset-auguste-1829-05-06	1829-05-06	Grasset Auguste
grateyrolle-silvain-paul-1845-01-15	1845-01-15	Grateyrolle Silvain Paul
grau-gustave-adolphe-1873-02-27	1873-02-27	Grau Gustave Adolphe
grisee-louis-joseph-1822-02-23	1822-02-23	Grisee Louis Joseph
grout-de-beaufort-etienne-1800-04-22	1800-04-22	Grout de BEAUFORT Etienne
guedy-gaston-edouard-1874-03-04	1874-03-04	Guedy Gaston. Edouard
guerithault-pierre-eugene-1829-10-17	1829-10-17	Guerithault Pierre Eugène
guet-edmond-georges-1829-04-23	1829-04-23	Guet Edmond Georges
guetal-laurent-1841-12-12	1841-12-12	Guetal Laurent
haakman-leon-andre-1859-12-24	1859-12-24	Haakman Léon André
habert-dys-jules-auguste-1850-09-23	1850-09-23	Habert-dys Jules Auguste
hamon-pierre-paul-1817-03-12	1817-03-12	Hamon Pierre Paul
hancquier-henri-charles-1821-12-08	1821-12-08	Hancquier Henri Charles
hannoun-isidore-zabulon-1884-12-01	1884-12-01	Hannoun Isidore Zabulon
hebert-stevens-jean-1888-07-27	1888-07-27	Hebert-stevens Jean
hedin-louis-jean-1818-07-22	1818-07-22	Hedin Louis Jean
heilbronner-yvonne-1892-07-03	1892-07-03	Heilbronner Yvonne
hemard-joseph-1880-08-02	1880-08-02	Hemard Joseph
hourdeaux-maurice-1902-10-30	1902-10-30	Hourdeaux Maurice
holin-louis-1813-07-14	1813-07-14	Holin Louis
hubert-gautier-jean-1572-06-30	1572-06-30	Hubert-gautier Jean
hubrecht-martin-1892-03-29	1892-03-29	Hubrecht Martin
humblot-emile-joseph-1862-06-06	1862-06-06	Humblot Emile Joseph
isnard-jean-roch-1845-08-16	1845-08-16	Isnard Jean Roch
jacquet-henry-leon-1856-08-28	1856-08-28	Jacquet Henry Léon
jobard-hippolyte-henri-1856-03-02	1856-03-02	Jobard Hippolyte Henri
joseph-marguerite-elis-1856-04-02	1856-04-02	Joseph Marguerite Elis
jouhan-rene-1836-09-24	1836-09-24	Jouhan René
jubien-antoine-franc-1833-08-30	1833-08-30	Jubien Antoine Franc.
jubier-frederic-1870-03-02	1870-03-02	Jubier Frédéric
juglar-victor-henri-1826-07-25	1826-07-25	Juglar Victor Henri
kalas-ernest-1861-02-10	1861-02-10	Kalas Ernest
koenig-jules-raymond-1872-08-02	1872-08-02	Koenig Jules Raymond
kuder-a-rene-1882-09-23	1882-09-23	Kuder A. René
labitte-eugene-leon-1858-10-07	1858-10-07	Labitte Eugène Léon
la-brely-auguste-1838-02-27	1838-02-27	La Brely Auguste
la-hire-marie-1878-03-20	1878-03-20	La Hire Marie
lalande-louise-1834-02-08	1834-02-08	Lalande Louise
lalaurie-marcel-1885-07-02	1885-07-02	Lalaurie Marcel
langlois-polycles-1814-09-29	1814-09-29	Langlois Polycles
lapoter-l-antoine-1814-06-30	1814-06-30	Lapoter L. Antoine
lardeur-raphael-1890-12-19	1890-12-19	Lardeur Raphael
lariviere-jenny-1801-07-23	1801-07-23	Lariviere Jenny
latouche-louis-1829-09-29	1829-09-29	Latouche Louis
latour-joseph-pierre-1806-04-17	1806-04-17	Latour Joseph Pierre
lauret-francois-1820-03-09	1820-03-09	Lauret Francois
lays-jean-pierre-1825-11-12	1825-11-12	Lays Jean-Pierre
lebouys-auguste-1812-06-21	1812-06-21	Lebouys Auguste
le-carpentier-alexandre-1858-07-05	1858-07-05	Le Carpentier Alexandre
le-carpentier-auguste-1824-02-18	1824-02-18	Le Carpentier Auguste
leclerc-edmond-1817-11-04	1817-11-04	Leclerc Edmond
leclercq-lucien-louis-1856-09-18	1856-09-18	Leclercq Lucien Louis
leclercq-theodore-1850-09-11	1850-09-11	Leclercq Théodore
lefevre-adolphe-rene-1834-11-22	1834-11-22	Lefevre Adolphe René
lefort-magniez-edouard-1868-05-23	1868-05-23	Lefort-magniez Edouard
lefranc-jules-louis-1887-05-12	1887-05-12	Lefranc Jules Louis
legrand-jacques-theod-1853-05-20	1853-05-20	Legrand Jacques Théod.
legrand-paul-emmanuel-1860-08-16	1860-08-16	Legrand Paul Emmanuel
lejeune-henri-pierre-1881-06-27	1881-06-27	Lejeune Henri Pierre
lemaitre-nathanael-1831-05-18	1831-05-18	Lemaitre Nathanaél
lemeunier-carolus-albert-1881-03-31	1881-03-31	Lemeunier Carolus Albert
lemoine-francisque-m-a-1844-08-07	1844-08-07	Lemoine Francisque M. A.
le-molt-philippe-1895-03-26	1895-03-26	Le Molt Philippe
le-mouel-eugene-louis-1859-03-24	1859-03-24	Le Mouel Eugène Louis
le-natur-jules-maurice-1851-02-09	1851-02-09	Le Natur Jules Maurice
lepippre-emeric-marie-s-1833-02-13	1833-02-13	Lepippre Emeric Marie-S.
leroy-adolphe-1810-02-25	1810-02-25	Leroy Adolphe
leroy-jules-1833-03-20	1833-03-20	Leroy Jules
lestrille-jacques-luc-h-1904-08-26	1904-08-26	Lestrille Jacques Luc H.
lievre-edouard-1828-09-22	1828-09-22	Lievre Edouard
lionnet-felix-1832-12-15	1832-12-15	Lionnet Félix
lombard-emile-felicien-1883-03-11	1883-03-11	Lombard Emile Félicien
loudet-alfred-1836-02-21	1836-02-21	Loudet Alfred
loup-eugene-1867-02-01	1867-02-01	Loup Eugène
louppe-leo-1869-09-18	1869-09-18	Louppe Léo
loustau-jacques-joseph-1815-05-27	1815-05-27	Loustau Jacques Joseph
maillol-lucien-1896-10-30	1896-10-30	Maillol Lucien
marais-milton-victor-1872-07-30	1872-07-30	Marais-milton Victor
marbeau-philippe-1807-11-02	1807-11-02	Marbeau Philippe
marc-jean-auguste-1818-07-12	1818-07-12	Marc Jean Auguste
marceron-maille-jeanne-1871-02-12	1871-02-12	Marceron-maille Jeanne
marchal-charles-arthur-1828-02-02	1828-02-02	Marchal Charles Arthur
marcille-camille-const-1816-05-01	1816-05-01	Marcille Camille Const.
margottet-lucien-leon-1884-06-04	1884-06-04	Margottet Lucien Léon
marrot-henri-auguste-1887-09-02	1887-09-02	Marrot Henri Auguste
martineau-louis-joseph-1800-07-23	1800-07-23	Martineau Louis Joseph
marzelle-jean-1916-01-24	1916-01-24	Marzelle Jean
masse-emmanuel-aug-1818-08-29	1818-08-29	Masse Emmanuel Aug.
maugey-claude-1824-06-01	1824-06-01	Maugey Claude
meixmoron-de-dombasle-charl-1839-11-10	1839-11-10	Meixmoron de DOMBASLE Charl.
menardeau-maurice-1897-02-06	1897-02-06	Menardeau Maurice
merlin-darniel-1861-04-14	1861-04-14	Merlin Darniel
mittey-joseph-1853-04-01	1853-04-01	Mittey Joseph
monceret-pascal-1817-05-22	1817-05-22	Monceret Pascal
monnet-francois-1822-05-19	1822-05-19	Monnet Francois
moreau-charles-andre-1830-02-12	1830-02-12	Moreau Charles André
moreau-louis-1883-04-15	1883-04-15	Moreau Louis
moulin-joseph-benoit-1867-02-23	1867-02-23	Moulin Joseph Benoit
nicolas-marie-josephine-1845-07-25	1845-07-25	Nicolas Marie-Joséphine
noble-julien-laurent-1834-08-10	1834-08-10	Noble Julien Laurent
noel-paul-jean-jos-1850-08-04	1850-08-04	Noel Paul Jean Jos.
olivier-ferdinand-1873-05-24	1873-05-24	Olivier Ferdinand
olivier-louis-camille-1827-09-15	1827-09-15	Olivier Louis Camille
ordinaire-marcel-1848-06-17	1848-06-17	Ordinaire Marcel
ottaviano-jack-rene-pierre-1924-06-20	1924-06-20	Ottaviano Jack René Pierre
paget-germain-1817-05-16	1817-05-16	Paget Germain
paguenaud-jean-louis-1876-06-30	1876-06-30	Paguenaud Jean-Louis
paillet-fernand-1850-02-06	1850-02-06	Paillet Fernand
palvadeau-florimond-1815-01-09	1815-01-09	Palvadeau Florimond
paris-alfred-jean-1848-05-10	1848-05-10	Paris Alfred Jean
pascal-paul-1867-11-25	1867-11-25	Pascal Paul
passage-arthur-marie-1838-05-24	1838-05-24	Passage Arthur-Marie
passebosc-adrien-eugene-1845-05-15	1845-05-15	Passebosc Adrien Eugène
pauthe-jacques-freder-1809-06-20	1809-06-20	Pauthe Jacques Frédér.
pauvert-henri-martin-1864-04-18	1864-04-18	Pauvert Henri Martin
peraux-lionel-1871-11-24	1871-11-24	Peraux Lionel
peri-lucy-lily-1880-05-03	1880-05-03	Peri Lucy Lily
perrodin-auguste-franc-1834-10-15	1834-10-15	Perrodin Auguste Franc.
perrot-maurice-fr-1892-01-02	1892-01-02	Perrot Maurice Fr.
petit-francois-const-1819-01-03	1819-01-03	Petit Francois Const.
petit-louis-1864-03-10	1864-03-10	Petit Louis
pierre-polbert-pierre-bertrand-1901-01-24	1901-01-24	Pierre-polbert (Pierre BERTRAND)
piebourg-edmond-1851-02-15	1851-02-15	Piebourg Edmond
philippe-desire-1822-04-02	1822-04-02	Philippe Désiré
pinot-francols-1817-01-09	1817-01-09	Pinot Francols
pilliard-jacques-1811-10-23	1811-10-23	Pilliard Jacques
pitard-ferdinand-1850-01-02	1850-01-02	Pitard Ferdinand
plauzeau-louis-alfred-1875-03-13	1875-03-13	Plauzeau Louis Alfred
poitevin-pierre-jean-1889-07-02	1889-07-02	Poitevin Pierre Jean
pontoy-henri-jean-1888-02-05	1888-02-05	Pontoy Henri Jean
rambert-jean-1819-02-22	1819-02-22	Rambert Jean
raymond-marie-1908-05-04	1908-05-04	Raymond Marie
regnault-de-maulmain-emile-1836-01-02	1836-01-02	Regnault de MAULMAIN Emile
remillieux-pierre-etienne-1811-04-15	1811-04-15	Remillieux Pierre Etienne
renard-pierre-1870-12-20	1870-12-20	Renard Pierre
renouard-antony-eugene-1835-03-20	1835-03-20	Renouard Antony Eugène
renoux-jules-ernest-1863-05-05	1863-05-05	Renoux Jules Ernest
revel-paul-jean-1922-05-02	1922-05-02	Revel Paul Jean
reymond-suffren-nanette-1895-02-10	1895-02-10	Reymond-suffren Nanette
ribeaucourt-jules-1866-04-02	1866-04-02	Ribeaucourt Jules
richard-antoine-desire-1822-03-20	1822-03-20	Richard Antoine Désiré
richard-victor-lucien-1848-01-22	1848-01-22	Richard Victor Lucien
richard-cavaro-charles-adolphe-1819-04-20	1819-04-20	Richard-cavaro Charles Adolphe
raimbaud-arthur-1854-10-20	1854-10-20	Raimbaud Arthur
risler-auguste-charles-1819-08-29	1819-08-29	Risler Auguste Charles
rivoulon-antoine-1810-02-16	1810-02-16	Rivoulon Antoine
robert-alphonse-1807-03-19	1807-03-19	Robert Alphonse
robert-therese-1895-06-08	1895-06-08	Robert Thérése
robin-louis-1845-10-18	1845-10-18	Robin Louis
ronijat-etienne-antoine-1822-04-19	1822-04-19	Ronijat Etienne Antoine
rothmuller-jacques-1804-12-29	1804-12-29	Rothmuller Jacques
rousse-adolphe-marie-1844-09-19	1844-09-19	Rousse Adolphe-Marie
roussel-charles-emile-1861-02-16	1861-02-16	Roussel Charles Emile
roussy-toussaint-1847-11-01	1847-11-01	Roussy Toussaint
sebelon-claude-marius-1819-07-18	1819-07-18	Sebelon Claude Marius
sebillot-paul-marie-1843-02-06	1843-02-06	Sebillot Paul-Marie
senechal-adrien-1895-07-05	1895-07-05	Senechal Adrien
senezcourt-jules-1818-04-19	1818-04-19	Senezcourt Jules
salkin-fernand-1862-06-27	1862-06-27	Salkin Fernand
salles-robert-leon-1871-05-17	1871-05-17	Salles Robert Léon
saltzmann-auguste-1824-04-14	1824-04-14	Saltzmann Auguste
salvaire-edouard-jules-1831-12-05	1831-12-05	Salvaire Edouard Jules
sarthou-maurice-elie-1911-01-15	1911-01-15	Sarthou Maurice Elie
saudemont-emile-1898-10-14	1898-10-14	Saudemont Emile
sautin-rene-1881-10-12	1881-10-12	Sautin René
schmidt-frederic-albert-1846-12-09	1846-12-09	Schmidt Frédéric Albert
achard-leon-1831-02-16	1831-02-16	Achard Léon
agar-madame-1832-09-18	1832-09-18	Agar Madame
laurent-marie-1825-06-22	1825-06-22	Laurent Marie
anais-mlle-1802-06-22	1802-06-22	Anais Mlle
aniel-pierre-1797-11-25	1797-11-25	Aniel Pierre
arnault-francois-1819-07-14	1819-07-14	Arnault François
arnould-plessy-1819-09-07	1819-09-07	Arnould-Plessy
avenel-marie-1821-08-15	1821-08-15	Avenel Marie
baretta-blanche-1855-04-22	1855-04-22	Baretta Blanche
beauvallet-pierre-1801-10-13	1801-10-13	Beauvallet Pierre
berengere-bunau-1833-05-17	1833-05-17	Berengere (Bunau)
berthelier-jean-1828-12-14	1828-12-14	Berthelier Jean
blanc-anna-1848-09-14	1848-09-14	Blanc Anna
bocage-touze-1799-11-07	1799-11-07	Bocage (Touze)
boucher-jules-1847-09-15	1847-09-15	Boucher Jules
bouffar-zulma-1843-05-23	1843-05-23	Bouffar Zulma
bressant-jean-1815-10-23	1815-10-23	Bressant Jean
brocard-suzanne-1798-03-05	1798-03-05	Brocard Suzanne
brohan-augustine-1824-12-02	1824-12-02	Brohan Augustine
cheri-rose-1824-10-27	1824-10-27	Cheri Rose
colon-jenny-1808-11-05	1808-11-05	Colon Jenny
damain-elise-1839-01-10	1839-01-10	Damain Elise
danceray-charles-1801-01-07	1801-01-07	Danceray Charles
daubray-michel-1837-05-07	1837-05-07	Daubray Michel
chilly-charles-1804-12-02	1804-12-02	Chilly Charles
laferriere-1806-04-12	1806-04-12	Laferriere
dejazet-virginie-1798-08-30	1798-08-30	Dejazet Virginie
delaistre-jean-1801-01-06	1801-01-06	Delaistre Jean
delannoy-leopold-1817-02-06	1817-02-06	Delannoy Leopold
delaporte-marie-1838-09-27	1838-09-27	Delaporte Marie
denain-pauline-1823-12-06	1823-12-06	Denain Pauline
desclee-aimee-1836-11-16	1836-11-16	Desclee Aimée
devoyod-paulette-louise-1838-07-10	1838-07-10	Devoyod Paulette Louise
donval-guilloreau-1852-02-19	1852-02-19	Donval (Guilloreau)
dorval-marie-1798-01-06	1798-01-06	Dorval Marie
doze-leocadie-1822-10-20	1822-10-20	Doze Leocadie
dupont-vernon-henri-1844-04-08	1844-04-08	Dupont-Vernon Henri
duchesnois-mlle-1777-06-05	1777-06-05	Duchesnois Mlle
dumas-marie-1846-03-01	1846-03-01	Dumas Marie
dupuis-adolphe-1824-08-16	1824-08-16	Dupuis Adolphe
farguiel-anais-1819-03-21	1819-03-21	Farguiel Anais
fechter-charles-1824-10-23	1824-10-23	Fechter Charles
felix-dinah-1836-03-11	1836-03-11	Felix Dinah
fleury-emma-1836-05-10	1836-05-10	Fleury Emma
frances-emile-1835-04-28	1835-04-28	Frances Emile
francisque-jeune-1808-07-20	1808-07-20	Francisque Jeune
garraud-louis-1829-01-06	1829-01-06	Garraud Louis
geffroy-edmond-1804-07-30	1804-07-30	Geffroy Edmond
geniez-jacques-1800-02-20	1800-02-20	Geniez Jacques
glatigny-joseph-1839-05-21	1839-05-21	Glatigny Joseph
got-edmond-1822-10-01	1822-10-01	Got Edmond
grivot-laurence-1842-06-16	1842-06-16	Grivot Laurence
gouillot-gorju-1600-08-30	1600-08-30	Gouillot-Gorju
guyon-emilie-1821-10-02	1821-10-02	Guyon Emilie
milher-hermil-1833-09-25	1833-09-25	Milher (Hermil)
herve-florimond-1825-06-30	1825-06-30	Herve Florimond
hoffman-andre-1810-05-21	1810-05-21	Hoffman André
hyacinthe-duflost-1814-04-15	1814-04-15	Hyacinthe (Duflost)
jean-paul-1830-07-07	1830-07-07	Jean Paul
jouassin-catherine-1829-12-03	1829-12-03	Jouassin Catherine
lafont-leger-1799-05-18	1799-05-18	Lafont Leger
laroche-jules-1841-01-29	1841-01-29	Laroche Jules
leblanc-leonide-1842-12-08	1842-12-08	Leblanc Leonide
legault-maria-1858-01-01	1858-01-01	Legault Maria
lemaitre-frederic-1800-07-28	1800-07-28	Lemaitre Frédéric
leroux-adele-louise-p-1809-08-19	1809-08-19	Leroux Adele Louise P.
leroux-paul-1819-06-29	1819-06-29	Leroux Paul
ligier-pierre-1796-11-10	1796-11-10	Ligier Pierre
luiggini-pauline-1854-01-27	1854-01-27	Luiggini Pauline
maillart-adolphe-1810-12-09	1810-12-09	Maillart Adolphe
mante-louise-1799-06-02	1799-06-02	Mante Louise
maubant-henry-1821-08-23	1821-08-23	Maubant Henry
melingue-etienne-1807-04-16	1807-04-16	Melingue Etienne
monreal-rieunier-1839-07-16	1839-07-16	Monreal (Rieunier)
nathalie-mlle-1816-09-03	1816-09-03	Nathalie Mlle
numa-haering-1800-04-25	1800-04-25	Numa (Haering)
pericaud-louis-1835-06-10	1835-06-10	Pericaud Louis
provost-jean-1798-01-29	1798-01-29	Provost Jean
regnier-francois-1807-04-01	1807-04-01	Regnier François
robert-lassey-1818-08-15	1818-08-15	Robert (Lassey)
rousseil-mari-1840-07-19	1840-07-19	Rousseil Mari
royer-marie-1841-03-25	1841-03-25	Royer Marie
saint-germain-victor-arthur-1832-01-12	1832-01-12	Saint-germain Victor Arthur
schrivaneck-augustine-1823-05-31	1823-05-31	Schrivaneck Augustine
seveste-jules-didier-1846-08-04	1846-08-04	Seveste Jules Didier
talma-mme-1771-09-10	1771-09-10	Talma Mme
thenard-ferdinand-1823-04-18	1823-04-18	Thenard Ferdinand
theresa-mme-1837-04-25	1837-04-25	Theresa Mme
tholer-gabrielle-1850-09-06	1850-09-06	Tholer Gabrielle
valnay-jacques-1817-02-05	1817-02-05	Valnay Jacques
worms-gustave-1836-11-26	1836-11-26	Worms Gustave
adam-alfred-1908-04-04	1908-04-04	Adam Alfred
albert-lambert-raphael-1865-12-31	1865-12-31	Albert-Lambert Raphaël
alexandre-rene-1885-12-22	1885-12-22	Alexandre René
andrex-1907-01-23	1907-01-23	ANDREX
angelvin-jacques-1914-08-05	1914-08-05	Angelvin Jacques
aquistapace-jean-1882-08-22	1882-08-22	Aquistapace Jean
arnoux-robert-1899-10-23	1899-10-23	Arnoux Robert
astor-junie-1911-12-21	1911-12-21	Astor Junie
balin-mireille-1911-07-20	1911-07-20	Balin Mireille
baquet-maurice-1911-05-26	1911-05-26	Baquet Maurice
barbulee-madeleine-1910-09-02	1910-09-02	Barbulee Madeleine
barjac-beauberon-1883-04-20	1883-04-20	Barjac (Beauberon)
barrault-jean-1910-09-08	1910-09-08	Barrault Jean
barre-paul-1911-08-25	1911-08-25	Barre Paul
bernard-paul-1898-09-21	1898-09-21	Bernard Paul
beauchamp-edmond-1900-03-03	1900-03-03	Beauchamp Edmond
berriau-simonne-1896-07-21	1896-07-21	Berriau Simonne
berry-jules-1883-02-09	1883-02-09	Berry Jules
bertin-pierre-1891-10-24	1891-10-24	Bertin Pierre
bilboquet-bontemps-1892-03-16	1892-03-16	Bilboquet (Bontemps)
blin-roger-1907-03-22	1907-03-22	Blin Roger
bourvil-rainbourg-1917-07-27	1917-07-27	Bourvil (Rainbourg)
boyer-charles-1899-08-28	1899-08-28	Boyer Charles
brasseur-pierre-1905-12-22	1905-12-22	Brasseur Pierre
brochard-jean-1893-03-12	1893-03-12	Brochard Jean
brunot-andre-1879-10-03	1879-10-03	Brunot André
bussieres-raymond-1907-11-03	1907-11-03	Bussieres Raymond
carrier-suzy-1922-11-13	1922-11-13	Carrier Suzy
catelain-jacques-1897-02-09	1897-02-09	Catelain Jacques
cattand-gabriel-1923-11-29	1923-11-29	Cattand Gabriel
charrat-janine-1924-07-24	1924-07-24	Charrat Janine
charrett-chariot-1901-08-22	1901-08-22	Charrett (Chariot)
chevalier-maurice-1888-09-12	1888-09-12	Chevalier Maurice
clariond-aime-1894-05-10	1894-05-10	Clariond Aimé
clement-andree-1918-08-07	1918-08-07	Clement Andree
coquelin-constant-1841-01-23	1841-01-23	Coquelin Constant
coquelin-ernest-1848-05-16	1848-05-16	Coquelin Ernest
cour-pierre-1916-04-05	1916-04-05	Cour Pierre
cuny-alain-1908-07-12	1908-07-12	Cuny Alain
dacqmine-jacques-1924-11-30	1924-11-30	Dacqmine Jacques
dalsace-lucien-1893-01-14	1893-01-14	Dalsace Lucien
darrieux-daniele-1917-05-01	1917-05-01	Darrieux Danièle
dassary-andre-1912-09-10	1912-09-10	Dassary André
dauphin-claude-1903-08-19	1903-08-19	Dauphin Claude
davy-jean-1911-10-15	1911-10-15	Davy Jean
decomble-guy-1910-11-12	1910-11-12	Decomble Guy
dehelly-emile-1871-08-07	1871-08-07	Dehelly Emile
delamare-lise-1913-04-09	1913-04-09	Delamare Lise
desjardins-maxime-1863-09-17	1863-09-17	Desjardins Maxime
ducaux-annie-1908-09-10	1908-09-10	Ducaux Annie
duflos-huguette-1887-08-24	1887-08-24	Duflos Huguette
dunot-jean-1906-11-14	1906-11-14	Dunot Jean
dux-fanny-1874-11-28	1874-11-28	Dux Fanny
etcheverry-michel-1919-12-16	1919-12-16	Etcheverry Michel
fabre-fernand-1899-11-07	1899-11-07	Fabre Fernand
fernandel-1903-05-08	1903-05-08	Contandin Fernand
fernandel-1903-05-08	1903-05-08	Fernandel
feuillere-edwige-1907-10-29	1907-10-29	Feuillere Edwige
field-alice-1903-09-06	1903-09-06	Field Alice
fontanes-henri-1861-08-23	1861-08-23	Fontanes Henri
francois-jacqueline-1922-01-30	1922-01-30	Francois Jacqueline
funes-louis-1914-07-31	1914-07-31	Funes Louis
gaillard-roger-1893-04-17	1893-04-17	Gaillard Roger
gelin-daniel-1921-05-19	1921-05-19	Gelin Daniel
georgius-guibourg-1891-06-03	1891-06-03	Georgius (Guibourg)
gil-gilbert-1913-09-07	1913-09-07	Gil Gilbert
glory-mary-1905-03-03	1905-03-03	Glory Mary
granier-lucienne-1923-11-29	1923-11-29	Granier Lucienne
greco-juliette-1927-02-07	1927-02-07	Greco Juliette
grenier-jean-1914-11-20	1914-11-20	Grenier Jean
guitry-genevieve-1914-05-03	1914-05-03	Guitry Genevieve
henry-laverne-allum-1888-09-29	1888-09-29	Henry-Laverne (Allum)
hirigoyen-rudy-1919-08-29	1919-08-29	Hirigoyen Rudy
hussenot-olivier-1913-08-10	1913-08-10	Hussenot Olivier
jacques-frere-soubeyran-1919-08-22	1919-08-22	Jacques Frere (Soubeyran)
jacques-frere-g-bellec-1918-03-18	1918-03-18	Jacques Frere (G. Bellec)
jouvet-louis-1887-12-24	1887-12-24	Jouvet Louis
laage-barbara-1920-07-30	1920-07-30	Laage Barbara
lajarrige-bernard-1912-02-25	1912-02-25	Lajarrige Bernard
lancret-bernard-1912-09-04	1912-09-04	Lancret Bernard
larue-claude-1925-11-19	1925-11-19	Larue Claude
laurent-jacqueline-1918-08-06	1918-08-06	Laurent Jacqueline
lebeau-madeleine-1921-02-02	1921-02-02	Lebeau Madeleine
lefevre-rene-1898-03-06	1898-03-06	Lefevre René
lesaffre-roland-1927-06-26	1927-06-26	Lesaffre Roland
luguet-andre-1892-05-15	1892-05-15	Luguet André
marais-jean-1913-12-11	1913-12-11	Marais Jean
marchal-georges-1920-01-10	1920-01-10	Marchal Georges
marchat-jean-1902-06-08	1902-06-08	Marchat Jean
marchand-henri-1898-08-28	1898-08-28	Marchand Henri
mareuil-philippe-1926-10-19	1926-10-19	Mareuil Philippe
milton-georges-1886-09-20	1886-09-20	Milton Georges
mingand-pierre-1900-06-02	1900-06-02	Mingand Pierre
monteaux-roger-1879-07-18	1879-07-18	Monteaux Roger
morgan-michele-1920-02-29	1920-02-29	Morgan Michele
mounet-jean-1847-10-05	1847-10-05	Mounet Jean
mounet-sully-1841-02-27	1841-02-27	Mounet-Sully
nasil-maurice-1913-07-07	1913-07-07	Nasil Maurice
noel-denise-1922-05-05	1922-05-05	Noel Denise
oettly-paul-1890-06-25	1890-06-25	Oettly Paul
olive-philippe-1908-01-10	1908-01-10	Olive Philippe
oswald-marianne-1901-01-09	1901-01-09	Oswald Marianne
dorival-georges-1871-12-26	1871-12-26	Dorival Georges
paquet-felix-1906-04-23	1906-04-23	Paquet Félix
paqui-jean-1921-04-15	1921-04-15	Paqui Jean
paredes-jean-1914-10-17	1914-10-17	Paredes Jean
paumier-raoul-1866-01-24	1866-01-24	Paumier Raoul
perdriere-helene-1910-04-17	1910-04-17	Perdriere Helene
petit-roland-1924-01-13	1924-01-13	Petit Roland
piat-jean-1924-09-23	1924-09-23	Piat Jean
porel-jacqueline-1918-10-14	1918-10-14	Porel Jacqueline
printemps-yvonne-1894-07-25	1894-07-25	Printemps Yvonne
raimu-jules-1883-12-18	1883-12-18	Raimu Jules
regnier-max-1905-12-04	1905-12-04	Regnier Max
renant-simone-1911-03-19	1911-03-19	Renant Simone
renaud-line-1928-07-02	1928-07-02	Renaud Line
richard-jean-1921-04-18	1921-04-18	Richard Jean
robert-yves-1920-06-19	1920-06-19	Robert Yves
robin-dany-1927-04-14	1927-04-14	Robin Dany
roch-julienne-1883-08-10	1883-08-10	Roch Julienne
roussin-andre-1911-01-22	1911-01-22	Roussin André
signoret-gabriel-1878-11-15	1878-11-15	Signoret Gabriel
silvain-eugene-1851-01-17	1851-01-17	Silvain Eugène
sologne-madeleine-1912-10-27	1912-10-27	Sologne Madeleine
tati-jacques-1907-10-09	1907-10-09	Tati Jacques
tennberg-jean-1924-05-12	1924-05-12	Tennberg Jean
trenet-charles-1913-05-18	1913-05-18	Trenet Charles
vattier-robert-1906-10-02	1906-10-02	Vattier Robert
vernon-anne-1924-01-09	1924-01-09	Vernon Anne
vidal-henri-1919-11-26	1919-11-26	Vidal Henri
vilbert-henri-1904-04-06	1904-04-06	Vilbert Henri
vincent-yves-1921-08-05	1921-08-05	Vincent Yves
yvernes-eugene-1906-09-23	1906-09-23	Yvernes Eugène
aladin-sylviane-1925-05-15	1925-05-15	Aladin Sylviane
argentin-christian-1893-10-11	1893-10-11	Argentin Christian
arno-josette-1933-03-10	1933-03-10	Arno Josette
ary-jacques-1919-11-23	1919-11-23	Ary Jacques
auboyneau-robert-1927-11-19	1927-11-19	Auboyneau Robert
bert-camille-1880-12-27	1880-12-27	Bert Camille
bisciglia-paul-1928-07-30	1928-07-30	Bisciglia Paul
bontemps-roger-1914-09-15	1914-09-15	Bontemps Roger
bouillaud-charles-1904-05-11	1904-05-11	Bouillaud Charles
bourgcis-jean-jacques-1922-06-09	1922-06-09	Bourgcis Jean-Jacques
calve-jean-1925-09-23	1925-09-23	Calve Jean
castaing-claude-1922-01-20	1922-01-20	Castaing Claude
charco-louis-1893-04-26	1893-04-26	Charco Louis
chochillon-henri-1913-03-18	1913-03-18	Chochillon Henri
corne-leonce-1894-03-19	1894-03-19	Corne Leonce
dalibert-andre-1908-03-11	1908-03-11	Dalibert André
danet-jean-1924-01-14	1924-01-14	Danet Jean
dervo-georges-1904-03-15	1904-03-15	Dervo Georges
doublier-henri-1926-02-07	1926-02-07	Doublier Henri
dubois-jacques-1926-08-03	1926-08-03	Dubois Jacques
erly-francoise-1904-08-03	1904-08-03	Erly Francoise
faivre-paul-1886-03-03	1886-03-03	Faivre Paul
favieres-maurice-1922-10-14	1922-10-14	Favieres Maurice
flagey-richard-1927-12-20	1927-12-20	Flagey Richard
franel-pierre-1927-04-16	1927-04-16	Franel Pierre
fromont-pierre-1925-06-30	1925-06-30	Fromont Pierre
genes-henri-1919-07-03	1919-07-03	Genes Henri
gerbault-paul-1886-07-12	1886-07-12	Gerbault Paul
guy-henry-jaunet-1922-01-06	1922-01-06	Guy-Henry (Jaunet)
hautin-marie-1901-03-28	1901-03-28	Hautin Marie
hell-rene-1891-05-01	1891-05-01	Hell René
hommet-robert-1909-04-22	1909-04-22	Hommet Robert
leclair-sophie-1925-08-20	1925-08-20	Leclair Sophie
lemoine-michel-1922-09-30	1922-09-30	Lemoine Michel
mag-avril-marguerite-1899-03-09	1899-03-09	Mag-Avril Marguerite
mairesse-guy-1924-06-14	1924-06-14	Mairesse Guy
manuel-monique-1923-07-02	1923-07-02	Manuel Monique
mercier-jacques-1930-11-26	1930-11-26	Mercier Jacques
monceau-eliane-1926-01-26	1926-01-26	Monceau Eliane
morel-genevieve-1916-03-19	1916-03-19	Morel Genevieve
murray-henri-1907-01-30	1907-01-30	Murray Henri
nancey-michele-1934-07-10	1934-07-10	Nancey Michele
nussbaum-christiane-1930-04-16	1930-04-16	Nussbaum Christiane
orbal-labro-1898-11-22	1898-11-22	Orbal (Labro)
patrix-georges-1920-05-25	1920-05-25	Patrix Georges
paulet-pierre-1921-02-14	1921-02-14	Paulet Pierre
petavin-jean-1904-02-26	1904-02-26	Petavin Jean
plessis-jacqueline-1918-11-09	1918-11-09	Plessis Jacqueline
precheur-denise-1917-02-12	1917-02-12	Precheur Denise
raymondys-gaultier-1911-08-13	1911-08-13	Raymondys (Gaultier)
remy-albert-1915-04-09	1915-04-09	Remy Albert
richard-francois-1910-05-27	1910-05-27	Richard François
robain-jean-1913-12-08	1913-12-08	Robain Jean
rogers-saturnin-1908-06-03	1908-06-03	Rogers (Saturnin)
rollis-vasseux-1921-03-14	1921-03-14	Rollis (Vasseux)
rousseau-edouard-1900-01-07	1900-01-07	Rousseau Edouard
roxa-lina-1902-09-24	1902-09-24	Roxa Lina
sardou-fernand-1910-09-18	1910-09-18	Sardou Fernand
talchi-vera-1934-08-17	1934-08-17	Talchi Vera
torrens-jacques-1923-07-25	1923-07-25	Torrens Jacques
vadet-michel-1918-07-01	1918-07-01	Vadet Michel
valmain-frederic-1931-01-30	1931-01-30	Valmain Frédéric
verdy-violette-1933-12-01	1933-12-01	Verdy Violette
vernillat-francette-1937-04-16	1937-04-16	Vernillat Francette
viddalin-robert-1903-03-05	1903-03-05	Viddalin Robert
vital-geymond-1897-01-24	1897-01-24	Vital Geymond
antier-paul-1905-05-20	1905-05-20	Antier Paul
aumeran-adolphe-1887-11-01	1887-11-01	Aumeran Adolphe
badie-vincent-1902-07-16	1902-07-16	Badie Vincent
bardoux-jacques-1874-05-27	1874-05-27	Bardoux Jacques
bettencourt-andre-1919-04-21	1919-04-21	Bettencourt André
bidault-georges-1899-10-05	1899-10-05	Bidault Georges
boisde-raymond-1899-08-15	1899-08-15	Boisde Raymond
bonte-florimond-1890-01-22	1890-01-22	Bonte Florimond
bouges-maunoury-maurice-1914-08-19	1914-08-19	Bouges-Maunoury Maurice
cachin-marcel-1869-09-20	1869-09-20	Cachin Marcel
casanova-laurent-1906-10-09	1906-10-09	Casanova Laurent
chevigne-pierre-1909-06-16	1909-06-16	Chevigne Pierre
cogniot-georges-1901-12-15	1901-12-15	Cogniot Georges
corniglion-molinier-edward-1898-01-23	1898-01-23	Corniglion-Molinier Edward
cot-pierre-1895-11-20	1895-11-20	Cot Pierre
courant-pierre-1897-09-12	1897-09-12	Courant Pierre
daladier-edouard-1884-06-18	1884-06-18	Daladier Edouard
david-jean-1912-12-14	1912-12-14	David Jean
defferre-gaston-1910-09-14	1910-09-14	Defferre Gaston
dejean-rene-1915-02-04	1915-02-04	Dejean René
denais-joseph-1877-08-10	1877-08-10	Denais Joseph
depreux-edouard-1898-10-31	1898-10-31	Depreux Edouard
devinat-paul-1890-01-02	1890-01-02	Devinat Paul
diethelm-andre-1896-07-03	1896-07-03	Diethelm André
dupraz-johannes-1907-07-03	1907-07-03	Dupraz Johannes
duveau-roger-1907-08-05	1907-08-05	Duveau Roger
fajon-etienne-1906-09-11	1906-09-11	Fajon Etienne
flandin-jean-1909-08-31	1909-08-31	Flandin Jean
fonlupt-esperaber-jacques-1886-04-30	1886-04-30	Fonlupt-Esperaber Jacques
fouchet-christian-1911-11-17	1911-11-17	Fouchet Christian
gabriel-peri-mathilde-1902-06-07	1902-06-07	Gabriel-Peri Mathilde
garet-pierre-1905-09-07	1905-09-07	Garet Pierre
gau-albert-1910-07-10	1910-07-10	Gau Albert
gazier-albert-1908-05-16	1908-05-16	Gazier Albert
\.


--
-- Data for Name: source; Type: TABLE DATA; Schema: public; Owner: g5
--

COPY public.source (slug, name, type, authors, description, parents, details) FROM stdin;
gauquelin	Gauquelin	persons	null	Represent the association of two parsons, Michel Gauquelin (1928 - 1991) and Françoise Gauquelin born Schneider (1929 - 2007).\n  	[]	null
lerrcp	LERRCP (Gauquelin)	organization	["Michel Gauquelin", "Françoise Gauquelin"]	<b>Laboratoire d'Étude des Relations entre Rythmes Cosmiques et Psycho-physiologiques</b>\n<br>Structure used by Michel and Françoise Gauquelin to publish their data and results, between 1970 and 1984.\n<br>Main information source of the Open Gauquelin Database (current site).\n<br>Published more than 30 booklets ; 10 booklets contain birth times of famous persons used to build ogdb.\n	[]	null
muller	Arno Müller	person	null	<b>Arno Müller</b> (1930 - 2005) was a German psychologist who collected data and made replications of Gauquelin works.\n	[]	null
afd	Astro-Forschungs-Daten (Müller)	booklets	["Arno Müller"]	Five booklets self-published by Arno Müller, 1991 - 1994\n<br>5 volumes containing birth times\n<ol class="margin0">\n  <li>402 Italian writers</li>\n  <li>612 Famous Men</li>\n  <li>234 Famous Women</li>\n  <li>1145 members of German dynasties</li>\n  <li>1083 members of the French Academie de Medicine</li>\n</ol>\n	[]	null
ertel	Suitbert Ertel	person	null	<b>Suitbert Ertel</b> (1932 - 2017) was a German psychologist who assembled Gauquelin and skeptic data to re-analyze them using eminence grading based on citation count.\n	[]	null
cura5	cura.free.fr v5	website	["Patrice Guinard"]	Web site containing Gauquelin data.\n<br>Since November 2020, Cura database became closed data. Data published after this date on Cura web site are not used by the Open Gauquelin Database. Version 5 of Cura data is used, available through \n<a href="https://web.archive.org/web/20200916073026/http://cura.free.fr/gauq/17archg.html">archive.org</a>\n	["lerrcp"]	null
newalch	New Alchemy Press	website	["Nick Kollesrtrom"]	Web site <a href="https://newalchemypress.com/">newalchemypress.com</a>.\n<br>Gives access to Arno Müller, Suitbert Ertel and Gauquelin data.\n<br>Main page for Gauquelin data is <a href="https://newalchemypress.com/gauquelin/">newalchemypress.com/gauquelin</a>\n	["lerrcp", "afd"]	null
wd	Wikidata	database	null	&laquo; <a href="https://www.wikidata.org/wiki/Special:MyLanguage/Wikidata:About">Wikidata</a> is a multilingual free knowledge base about the world that can be read and edited by humans and machines alike. &raquo;\n<br>Contains a subset of Wikipedia data. Used by the Open Gauquelin Database to relate Gauquelin data to standard ids, and to complete / check the data.\n  \n	[]	null
g5	Gauquelin5	computer-program	["Thierry Graff"]	Computer program developped to build the Open Gauquelin Database (current site).\n<br>Documentation is located at <a href="https://tig12.github.io/g5">tig12.github.io/g5</a>\n<br>Source code can be downloaded from <a href="https://github.com/tig12/gauquelin5">github.com/tig12/gauquelin5</a>\n	[]	null
a1-booklet	LERRCP A1	booklet	["Michel Gauquelin", "Françoise Gauquelin"]	LERRCP Serie A, vol 1: 2088 sports champions\n<br>Published in 1970-04	["lerrcp"]	null
a1	CURA5 file A1	file	["Patrice Guinard"]	Web page containing part of Gauquelins' data published in LERRCP booklet A1.<br>Original URL : <a href="https://web.archive.org/web/20200916073026/http://cura.free.fr/gauq/902gdA1y.html">902gdA1y.html</a>.	["a1-booklet", "cura5"]	null
a2-booklet	LERRCP A2	booklet	["Michel Gauquelin", "Françoise Gauquelin"]	LERRCP Serie A, vol 2: 3644 scientists and medical doctors\n<br>Published in 1970-05 (150 pages)	["lerrcp"]	null
a2	CURA5 file A2	file	["Patrice Guinard"]	Web page containing part of Gauquelins' data published in LERRCP booklet A2.<br>Original URL : <a href="https://web.archive.org/web/20200916073026/http://cura.free.fr/gauq/902gdA2y.html">902gdA2y.html</a>.	["a2-booklet", "cura5"]	null
a3-booklet	LERRCP A3	booklet	["Michel Gauquelin", "Françoise Gauquelin"]	LERRCP Serie A, vol 3: 3047 military men\n<br>Published in 1970-07	["lerrcp"]	null
a3	CURA5 file A3	file	["Patrice Guinard"]	Web page containing part of Gauquelins' data published in LERRCP booklet A3.<br>Original URL : <a href="https://web.archive.org/web/20200916073026/http://cura.free.fr/gauq/902gdA3y.html">902gdA3y.html</a>.	["a3-booklet", "cura5"]	null
a4-booklet	LERRCP A4	booklet	["Michel Gauquelin", "Françoise Gauquelin"]	LERRCP Serie A, vol 4: 1473 painters and 1249 French musicians\n<br>Published in 1970-11 (119 pages)	["lerrcp"]	null
a4	CURA5 file A4	file	["Patrice Guinard"]	Web page containing part of Gauquelins' data published in LERRCP booklet A4.<br>Original URL : <a href="https://web.archive.org/web/20200916073026/http://cura.free.fr/gauq/902gdA4y.html">902gdA4y.html</a>.	["a4-booklet", "cura5"]	null
a5-booklet	LERRCP A5	booklet	["Michel Gauquelin", "Françoise Gauquelin"]	LERRCP Serie A, vol 5: 1409 actors and 1003 politicians\n<br>Published in 1970-12	["lerrcp"]	null
a5	CURA5 file A5	file	["Patrice Guinard"]	Web page containing part of Gauquelins' data published in LERRCP booklet A5.<br>Original URL : <a href="https://web.archive.org/web/20200916073026/http://cura.free.fr/gauq/902gdA5y.html">902gdA5y.html</a>.	["a5-booklet", "cura5"]	null
a6-booklet	LERRCP A6	booklet	["Michel Gauquelin", "Françoise Gauquelin"]	LERRCP Serie A, vol 6: 2027 writers and journalists\n<br>Published in 1971-03 (123 pages)	["lerrcp"]	null
a6	CURA5 file A6	file	["Patrice Guinard"]	Web page containing part of Gauquelins' data published in LERRCP booklet A6.<br>Original URL : <a href="https://web.archive.org/web/20200916073026/http://cura.free.fr/gauq/902gdA6y.html">902gdA6y.html</a>.	["a6-booklet", "cura5"]	null
d6-booklet	LERRCP D6	booklet	["Michel Gauquelin", "Françoise Gauquelin"]	LERRCP Serie D, vol 6: 450 New famous European Sports Champions\n<br>Published in 1979-09	["lerrcp"]	null
d6	CURA5 file D6	file	["Patrice Guinard"]	Web page containing part of Gauquelins' data published in LERRCP booklet D6.<br>Original URL : <a href="https://web.archive.org/web/20200916073026/http://cura.free.fr/gauq/902gdD6.html">902gdD6.html</a>.	["d6-booklet", "cura5"]	null
d10-booklet	LERRCP D10	booklet	["Michel Gauquelin"]	LERRCP Serie D, vol 10: 1398 data of successful Americans\n<br>Published in 1982-01	["lerrcp"]	null
d10	CURA5 file D10	file	["Patrice Guinard"]	Web page containing part of Gauquelins' data published in LERRCP booklet D10.<br>Original URL : <a href="https://web.archive.org/web/20200916073026/http://cura.free.fr/gauq/902gdD10.html">902gdD10.html</a>.	["d10-booklet", "cura5"]	null
e1-booklet	LERRCP E1	booklet	["Michel Gauquelin"]	LERRCP Serie E, vol 1: 2154 French Physicians, Military Men and Executives\n<br>Published in 1984	["lerrcp"]	null
e1	CURA5 file E1	file	["Patrice Guinard"]	Web page containing part of Gauquelins' data published in LERRCP booklet E1.<br>Original URL : <a href="https://web.archive.org/web/20200916073026/http://cura.free.fr/gauq/902gdE1.html">902gdE1.html</a>.	["e1-booklet", "cura5"]	null
e3-booklet	LERRCP E3	booklet	["Michel Gauquelin"]	LERRCP Serie E, vol 3: 1540 New French Writers, Artists, Actors, Politicians and Journalists\n<br>Published in 1984	["lerrcp"]	null
e3	CURA5 file E3	file	["Patrice Guinard"]	Web page containing part of Gauquelins' data published in LERRCP booklet E3.<br>Original URL : <a href="https://web.archive.org/web/20200916073026/http://cura.free.fr/gauq/902gdE3.html">902gdE3.html</a>.	["e3-booklet", "cura5"]	null
afd5-booklet	Astro-Forschungs-Daten 5	booklet	["Arno Müller", "Suitbert Ertel"]	Booklet Astro-Forschungs-Daten 5, Waldmohr, 1994\n<br>92 pages, self-edited by Arno Müller.\n<br>Contains a list of 1083 members of the French "Académie de Médecine"\n	["afd"]	null
afd5	5a_muller_medics.txt	file	["Arno Müller"]	Text file containing a list of 1083 physicians, coming from Astro-Forschungs-Daten 5.\n<br>Made available online by Nick Kollerstrom.\n<br>Original URL : <a href="https://newalchemypress.com/gauquelin/gauquelin_docs/5a_muller_medics.txt">5a_muller_medics.txt</a>.\n<br>Integration to Open Gauquelin database : <a href="https://github.com/tig12/gauquelin5/blob/master/data/raw/newalchemypress.com/05-muller-medics/5a_muller-medics-utf8.txt">5a_muller-medics-utf8.txt</a>.\n<br>More information about this file : <a href="https://newalchemypress.com/gauquelin/research5.php">newalchemypress.com</a> and <a href="https://tig12.github.io/g5/muller-1083-medics.html">tig12.github.io</a>.\n	["afd5-booklet", "newalch"]	null
afd1-booklet	Astro-Forschungs-Daten 1	booklet	["Arno Müller"]	Booklet Astro-Forschungs-Daten 1, Arno Müller, Waldmohr, 1991\n<br>54 pages, self-edited by Arno Müller\n<br>Contains\n  <ul class="margin0">\n      <li>a list of 402 Italian writers with birth date and time</li>\n      <li>a list of 100 Italian writers with birth date and without birth time</li>\n      <li>a list of 22 Italian writers where Müller's data differ from Gauquelins'</li>\n  </ul>\nScans of the original document can be downloaded from repository <a href="https://github.com/tig12/g5-aux/tree/main/1991-muller1-writers/muller1-100-writers/">github.com/tig12/g5-aux</a>.\n	["afd"]	null
afd1	5muller_writers.xlsx	file	["Nick Kollerstrom"]	Excel file containing a list of 402 Italian writers, coming from Astro-Forschungs-Daten 1.\n<br>Made available online by Nick Kollerstrom.\n<br>Original URL : <a href="https://newalchemypress.com/gauquelin/gauquelin_docs/5muller_writers.xlsx">5muller_writers.xlsx</a>.\n<br>Integration to Open Gauquelin database : <a href="https://github.com/tig12/gauquelin5/blob/master/data/raw/newalchemypress.com/05-muller-writers/5muller_writers.csv">5muller_writers.csv</a>\n<br>More information about this file : <a href="https://newalchemypress.com/gauquelin/research5.php">newalchemypress.com</a> and <a href="https://tig12.github.io/g5/muller-402-writers.html">tig12.github.io/g5/muller-402-writers.html</a>.\n	["afd1-booklet", "newalch"]	null
afd1-100	Müller's 100 Italian writers	file	["Nick Kollerstrom", "Thierry Graff"]	List of 100 Italian writers without birth time, coming from Astro-Forschungs-Daten 1, pp 25 - 27\n<br>Text file built by Nick Kollerstrom (scan) and Thierry Graff (OCR and corrections)\n<br>Integration to Open Gauquelin database : <a href="https://github.com/tig12/gauquelin5/blob/master/data/raw/newalchemypress.com/05-muller-writers/muller-afd1-100-writers.txt">muller-afd1-100-writers.txt</a>\n<br>Scans of original document can be downloaded from repository <a href="https://github.com/tig12/g5-aux/tree/main/1991-muller1-writers/muller1-100-writers/">github.com/tig12/g5-aux</a>\n<br>More information about this file : <a href="https://newalchemypress.com/gauquelin/research5.php">newalchemypress.com</a> and <a href="https://tig12.github.io/g5/muller1-402-writers.html">tig12.github.io</a>.\n	["afd1-booklet", "g5"]	null
csicop	CSICOP	organization	null	<b>Committee for the Scientific Investigation of Claims of the Paranormal</b>\n<br>U.S. skeptic group ; published a test on the "mars effect" in 1979 with 408 U.S. sport champions\n\n    	[]	null
si42	Skeptical Inquier vol IV 2	review	["Paul Kurtz", "Marvin Zelen", "George Abell", "Michel Gauquelin", "Francoise Gauquelin"]	Skeptical Inquier VOL IV NO. 2 WINTER 1979-80\n<br>Contains the only known published list of the CSICOP test.\n<br>See <a href="https://tig12.github.io/g5/csicop.html">tig12.github.io/g5/csicop.html</a> for more informations.\n	["csicop-committee"]	null
rawlins-ertel-irving	rawlins-ertel-irving.csv	file	["Dennis Rawlins", "Suitbert Ertel", "Kenneth Irving"]	File sent by Kenneth Irving on 2019-12-14.\n<br>This file is the main information source used to add CSICOP test in Open Gauquelin database.\n<br>Original file : <a href="https://github.com/tig12/g5-aux/tree/master/1979-csicop/rawlins-ertel-irving">CSICOP.DOC</a>.\n<br>Integration to Open Gauquelin database : <a href="https://github.com/tig12/gauquelin5/tree/master/data/raw/csicop/rawlins-ertel-irving">rawlins-ertel-irving.csv</a>.\n<br>See <a href="https://tig12.github.io/g5/csicop.html">tig12.github.io/g5/csicop.html</a> for more informations.\n	["csicop"]	null
afd3-booklet	Astro-Forschungs-Daten 3	booklet	["Arno Müller", "Edith Lührs"]	Booklet Astro-Forschungs-Daten 3, Arno Müller, Waldmohr, 1993\n<br>76 pages, self-edited by Arno Müller.\n<br>Contains a list of 234 famous women.\n<br>Scans of the original document can be downloaded from repository <a href="https://github.com/tig12/g5-aux/tree/main/1993-muller3-women">github.com/tig12/g5-aux</a>.\n	["afd"]	null
afd3	Müller's 234 famous women	file	["Nick Kollerstrom", "Thierry Graff"]	List of 234 famous women, from Astro-Forschungs-Daten 3, Arno Müller, Waldmohr, 1993\n<br>Text file built by Nick Kollerstrom (scan) and Thierry Graff (OCR and corrections).\n<br>Integration to Open Gauquelin database : <a href="https://github.com/tig12/gauquelin5/tree/master/data/raw/muller/afd3-women">muller-afd3-women.txt</a>.\n<br>Scans of original documents can be downloaded from repository <a href="https://github.com/tig12/g5-aux/tree/main/1993-muller3-women">github.com/tig12/g5-aux</a>.\n<br>More information about this file : <a href="https://tig12.github.io/g5/muller3-234-women.html">tig12.github.io</a>.\n	["afd3-booklet", "g5"]	null
afd2-booklet	Astro-Forschungs-Daten 2	booklet	["Arno Müller"]	Booklet Astro-Forschungs-Daten 2, Arno Müller, Waldmohr, 1992\n<br>Self-edited by Arno Müller.\n<br>Contains a list of 612 famous men.\n<br>Scans of the original document can be downloaded from repository <a href="https://github.com/tig12/g5-aux/tree/main/1992-muller2-men">github.com/tig12/g5-aux</a>.\n	["afd"]	null
afd2	Müller's 612 famous men	file	["Nick Kollerstrom", "Thierry Graff"]	List of 612 famous women, from Astro-Forschungs-Daten 2, Arno Müller, Waldmohr, 1992\n<br>Text file built by Nick Kollerstrom (scan) and Thierry Graff (OCR and corrections).\n<br>Integration to Open Gauquelin database : <a href="https://github.com/tig12/gauquelin5/tree/master/data/raw/muller/afd2-men">muller-afd2-men.txt</a>.\n<br>Scans of original documents can be downloaded from repository <a href="https://github.com/tig12/g5-aux/tree/main/1992-muller2-men">github.com/tig12/g5-aux</a>.\n<br>More information about this file : <a href="https://tig12.github.io/g5/muller2-612-men.html">tig12.github.io</a>.\n	["afd3-booklet", "g5"]	null
3a_sports	3a_sports.txt	file	["Suitbert Ertel"]	Text file containing a list of 4384 sportsmen compiled by Suitbert Ertel.\n<br>File made available online by Nick Kollerstrom.\n<br>Original URL : <a href="https://newalchemypress.com/gauquelin/gauquelin_docs/3a_sports.txt">https://newalchemypress.com/gauquelin/gauquelin_docs/3a_sports.txt</a>\n<br>Details about this file:\n<ul>\n    <li><a href="https://newalchemypress.com/gauquelin/research3.php">https://newalchemypress.com/gauquelin/research3.php</a></li>\n    <li><a href="https://tig12.github.io/g5/ertel-4391-sport.html">https://tig12.github.io/g5/ertel-4391-sport.html</a></li>\n</ul>\n	["newalch", "ertel"]	null
cpara	Comite Para	organization	null	<b>Comité Belge pour l'Analyse Critique des Parasciences</b>\n<br>Belgian skeptic group ; published a test on the "mars effect" in 1976 with 535 European sport champions.\n	[]	null
cfepp	CFEPP	organization	null	<b>Comité Français pour l'Etude des Phénomènes Paranormaux</b> (French Commitee for the study of paranormal phenomena).\n<br>French skeptic group ; published a test on the "mars effect" in 1996 with 1066 sport champions.\n	[]	null
cfepp-final3	List of 1120 sportspersons	file	null	File containing 1120 persons, built by Jan Wilhem Nienhuys.\n<br>This file was sent by Nienhuys and is made available onine with his authotization.\n	["nienhuys"]	null
cfepp-booklet	The "Mars Effect", A French Test of Over 1,000 Sports Champions	booklet	["CFEPP"]	Booklet (paper edition) published by the CFEPP in 1996, containing a description of the third skeptic test.\n<br>By Claude Benski, Dominique Caudron, Yves Galifret, Jean-Paul Krivine, Jean-Claude Pecker, Michel Rouzé, Evry Schatzman, with a commentary of Jan Willem Nienhuys.\n	["cfepp"]	null
nienhuys	Jan Wilhem Nienhuys	person	null	Dutch skeptic, who analyzed the works of Gauquelin, Ertel and skeptic groups.\n	["cfepp"]	null
g55	L'influence des astres	book	["Michel Gauquelin"]	First book of Michel Gauquelin published in 1955, containing lists of famous persons with their birth date and time.\n	[]	null
\.


--
-- Data for Name: stats; Type: TABLE DATA; Schema: public; Owner: g5
--

COPY public.stats (n, n_time, n_notime, n_issues, n_checked, countries, years) FROM stdin;
25869	24539	1330	2327	64	{"AT": 30, "BE": 2042, "CH": 49, "CL": 1, "CZ": 1, "DE": 2571, "DK": 2, "DZ": 141, "ES": 15, "FR": 14267, "GB": 50, "GF": 1, "GP": 4, "IT": 4265, "LU": 7, "MA": 8, "MC": 6, "MQ": 3, "MU": 1, "NL": 766, "PL": 5, "RU": 4, "SE": 1, "TN": 1, "US": 1628}	{"1572": 1, "1643": 1, "1700": 1, "1701": 1, "1712": 1, "1715": 2, "1724": 2, "1733": 1, "1739": 1, "1740": 1, "1742": 1, "1747": 2, "1749": 1, "1750": 1, "1752": 1, "1753": 2, "1756": 1, "1757": 1, "1758": 1, "1759": 1, "1760": 1, "1761": 1, "1762": 1, "1763": 2, "1765": 2, "1766": 1, "1768": 3, "1769": 1, "1771": 1, "1772": 1, "1773": 1, "1774": 1, "1775": 2, "1776": 2, "1777": 4, "1779": 2, "1780": 2, "1783": 1, "1784": 2, "1785": 3, "1786": 1, "1787": 1, "1788": 2, "1789": 2, "1791": 2, "1792": 1, "1793": 1, "1795": 1, "1796": 2, "1797": 5, "1798": 2, "1799": 2, "1800": 12, "1801": 15, "1802": 16, "1803": 14, "1804": 18, "1805": 7, "1806": 18, "1807": 15, "1808": 14, "1809": 16, "1810": 15, "1811": 23, "1812": 24, "1813": 21, "1814": 18, "1815": 16, "1816": 19, "1817": 28, "1818": 24, "1819": 25, "1820": 17, "1821": 22, "1822": 27, "1823": 15, "1824": 22, "1825": 23, "1826": 25, "1827": 16, "1828": 19, "1829": 26, "1830": 20, "1831": 30, "1832": 25, "1833": 22, "1834": 34, "1835": 20, "1836": 29, "1837": 23, "1838": 42, "1839": 26, "1840": 31, "1841": 27, "1842": 36, "1843": 29, "1844": 44, "1845": 32, "1846": 43, "1847": 55, "1848": 52, "1849": 41, "1850": 56, "1851": 55, "1852": 63, "1853": 62, "1854": 58, "1855": 58, "1856": 78, "1857": 75, "1858": 81, "1859": 80, "1860": 91, "1861": 86, "1862": 103, "1863": 90, "1864": 96, "1865": 98, "1866": 156, "1867": 148, "1868": 118, "1869": 127, "1870": 135, "1871": 144, "1872": 144, "1873": 146, "1874": 144, "1875": 140, "1876": 160, "1877": 140, "1878": 171, "1879": 167, "1880": 171, "1881": 166, "1882": 177, "1883": 142, "1884": 154, "1885": 166, "1886": 188, "1887": 171, "1888": 186, "1889": 148, "1890": 140, "1891": 176, "1892": 183, "1893": 128, "1894": 150, "1895": 156, "1896": 141, "1897": 141, "1898": 136, "1899": 143, "1900": 135, "1901": 142, "1902": 111, "1903": 115, "1904": 92, "1905": 105, "1906": 93, "1907": 97, "1908": 111, "1909": 76, "1910": 79, "1911": 98, "1912": 90, "1913": 95, "1914": 97, "1915": 70, "1916": 77, "1917": 59, "1918": 70, "1919": 68, "1920": 83, "1921": 77, "1922": 64, "1923": 39, "1924": 51, "1925": 51, "1926": 38, "1927": 48, "1928": 60, "1929": 50, "1930": 49, "1931": 36, "1932": 45, "1933": 42, "1934": 56, "1935": 41, "1936": 29, "1937": 30, "1938": 20, "1939": 20, "1940": 36, "1941": 24, "1942": 33, "1943": 32, "1944": 22, "1945": 24, "1946": 31, "1947": 32, "1948": 25, "1949": 29, "1950": 27, "1951": 27, "1952": 17, "1953": 4, "1954": 6, "1955": 3, "1956": 4, "1959": 1}
\.


--
-- Data for Name: wikiproject; Type: TABLE DATA; Schema: public; Owner: g5
--

COPY public.wikiproject (id, slug, name, description, details, header, status) FROM stdin;
1	fix-date	Fix date	Fix issues related to birth day, birth time or both.\n	\N	{"history": {"0": {"date": "2023-03-05 19:20:18+01:00", "actor": "Thierry Graff", "place": "home", "action": "Addition to Open Gauquelin Database"}}}	active
2	fix-name	Fix Name	This project lists famous persons of the database without name.\nThis problem occurs for persons imported from Gauquelin files\n<a href="/group/a2">A2 (scientists and medical doctors)</a>,\n<a href="/group/a3">A3 (military men)</a>,\n<a href="/group/a4">A4 (painters and French musicians)</a>,\n<a href="/group/a5">A5 (actors and politicians)</a> and\n<a href="/group/a6">A6 (writers and journalists)</a>.\n	\N	{"history": {"0": {"date": "2023-03-05 23:20:18+01:00", "actor": "Thierry Graff", "place": "home", "action": "Addition to Open Gauquelin Database"}}}	active
3	fix-nob	Fix nobiliary particle	Fix issues related to nobiliary particle.\n	\N	{"history": {"0": {"date": "2023-03-05 20:07:36+01:00", "actor": "Thierry Graff", "place": "home", "action": "Addition to Open Gauquelin Database"}}}	active
4	fix-tzo	Fix TZO	Fix issues related to TZO = timezone offset.\n	\N	{"history": {"0": {"date": "2023-03-05 20:07:36+01:00", "actor": "Thierry Graff", "place": "home", "action": "Addition to Open Gauquelin Database"}}}	active
5	french-math	French mathematicians	The purpose is to build an exhaustive list of French mathematicians with birth certificate available online (in practice, born between 1792 and around 1920).\n<br>Available resources:\n<ul>\n    <li>\n        List of members of the French academy of sciences : <a href="https://www.academie-sciences.fr/fr/Table/Membres/Liste-des-membres-depuis-la-creation-de-l-Academie-des-sciences/">academie-sciences.fr</a>\n    </li>\n</ul>\n	\N	{"history": {"0": {"date": "2023-01-21", "actor": "Thierry Graff", "action": "Addition to Open Gauquelin Database"}}}	active
6	italian-writers	Italian writers	The purpose is to correct and complete the list of <a href="/group/muller-afd1-writers">Italian writers</a>.\n<br>This list, built by Arno Müller using "Chi è?" (1948 edition), needs to be completed:\n<ul class="margin-top0">\n    <li>Arno Müller published a <a href="/group/muller-afd1-100writers">list of 100 writers</a> for whom he couldn't find birth times.</li>\n    <li>He didn't include female writers.</li>\n</ul>\n	\N	{"history": {"0": {"date": "2023-03-22", "actor": "Thierry Graff", "action": "Addition to Open Gauquelin Database"}}}	active
7	muller-paris-medics	Arno Müller's physicians from Paris	The purpose is to verify birth dates that Arno Müller was not able to check.\n	\N	{"history": {"0": {"date": "2023-01-21", "actor": "Thierry Graff", "action": "Addition to Open Gauquelin Database"}}}	active
8	women	Famous women	Document birth dates and times of famous women of the past.\n	\N	{"history": {"0": {"date": "2023-01-27", "actor": "Thierry Graff", "action": "Addition to Open Gauquelin Database"}}}	active
\.


--
-- Data for Name: wikiproject_act; Type: TABLE DATA; Schema: public; Owner: g5
--

COPY public.wikiproject_act (id_project, id_person) FROM stdin;
5	25845
5	25846
5	25847
8	25847
7	2139
5	4810
5	4701
5	4673
7	2119
5	25848
5	25849
5	25850
1	4970
7	2112
7	2150
7	2154
7	2091
5	25851
5	25853
8	14455
7	2136
8	25854
5	4834
5	25855
5	25856
5	4937
5	25857
5	4820
5	4874
6	21683
\.


--
-- Data for Name: wikiproject_issue; Type: TABLE DATA; Schema: public; Owner: g5
--

COPY public.wikiproject_issue (id_issue, id_project) FROM stdin;
1	4
176	1
177	1
178	1
179	1
180	1
181	1
182	1
184	1
189	7
192	7
193	7
194	1
195	7
196	7
202	1
203	7
204	7
205	7
206	1
207	7
208	7
209	7
211	7
212	7
213	1
214	7
215	1
216	1
218	7
219	7
220	7
221	7
222	7
223	7
224	1
225	7
226	1
227	1
228	7
229	7
230	7
231	7
232	1
233	1
234	1
235	7
236	1
237	7
238	7
239	1
240	7
241	1
242	1
243	7
244	7
245	7
246	7
247	1
248	1
249	1
250	1
251	1
252	1
253	1
254	1
255	7
256	1
257	7
258	1
259	7
260	7
261	7
262	1
263	7
264	7
265	7
266	7
267	7
268	7
269	7
270	7
271	7
272	7
273	7
274	1
275	7
276	7
277	7
278	7
279	7
280	7
281	7
282	7
283	7
284	1
285	7
286	7
287	1
288	1
289	7
290	7
291	7
292	1
293	7
294	1
295	1
296	7
297	7
298	7
299	7
300	1
301	7
302	7
303	7
304	7
305	7
306	7
307	7
308	7
309	7
310	7
311	7
312	7
313	7
314	1
315	7
316	1
317	1
318	7
319	1
320	7
321	7
322	1
323	7
324	7
325	7
326	7
327	1
328	7
329	7
330	1
331	7
332	7
333	7
334	7
335	6
336	6
337	6
338	6
339	6
340	6
341	6
343	6
344	6
345	6
346	6
347	6
348	6
349	6
350	6
351	6
352	6
353	6
354	6
355	6
356	6
357	6
358	6
359	6
360	6
361	6
362	6
363	6
364	6
365	6
366	6
367	6
368	6
369	6
370	6
371	6
372	6
373	6
374	6
375	6
376	6
377	6
378	6
379	6
380	6
381	6
382	6
383	6
384	6
385	6
386	6
387	6
388	6
389	6
390	6
391	6
392	6
393	6
394	6
395	6
396	6
397	6
398	6
399	6
400	6
401	6
402	6
403	6
404	6
405	6
406	6
407	6
408	6
409	6
410	6
411	6
412	6
413	6
414	6
415	6
416	6
417	6
418	6
419	6
420	6
421	6
422	6
423	6
424	6
425	6
426	6
427	6
428	6
429	6
430	6
431	6
432	6
433	6
434	1
435	1
436	1
437	1
438	1
439	1
440	1
441	1
442	1
443	1
444	1
445	1
446	1
447	1
448	1
449	1
450	1
451	1
452	1
453	1
454	1
455	1
456	1
457	1
458	1
459	1
460	1
461	1
462	1
463	1
464	1
465	1
466	1
467	1
468	1
469	1
470	1
471	1
472	1
473	1
474	1
475	1
476	1
477	1
478	1
479	1
480	1
481	1
482	1
483	1
484	1
485	1
486	1
487	1
488	1
489	1
490	1
491	1
492	1
493	1
494	1
495	1
496	1
497	1
498	1
499	1
500	1
501	1
502	1
503	1
504	1
505	1
506	1
507	1
508	1
509	1
510	1
511	1
512	1
513	1
514	1
515	1
516	1
517	1
518	1
519	1
520	1
521	1
522	1
523	1
524	1
525	1
526	1
527	1
528	1
529	1
530	1
531	1
532	1
533	1
534	1
535	1
536	1
537	1
538	1
539	1
540	1
541	1
542	1
543	1
544	1
545	1
546	1
547	1
548	1
549	1
550	1
551	1
552	1
553	1
554	1
555	1
556	1
557	1
558	1
559	1
560	1
561	1
562	1
563	1
564	1
565	1
566	1
567	1
568	1
569	1
570	1
571	1
572	1
573	1
574	1
575	1
576	1
577	1
578	1
579	1
580	1
581	1
582	1
583	1
584	1
585	1
586	1
587	1
588	1
589	1
590	1
591	1
592	1
593	1
594	1
595	1
596	1
597	1
598	1
599	1
600	1
601	1
602	1
603	1
604	1
605	1
606	1
607	1
608	1
609	1
610	1
611	1
612	1
613	1
614	1
615	1
616	1
617	1
618	1
619	1
620	1
621	1
622	1
623	1
624	1
625	1
626	1
627	1
628	1
629	1
630	1
631	1
632	1
633	1
634	1
635	1
636	1
637	1
638	1
639	1
640	1
641	1
642	1
643	1
644	1
645	1
646	1
647	1
648	1
649	1
650	1
651	1
652	1
653	1
654	1
655	1
656	1
657	1
658	1
659	1
660	1
661	1
662	1
663	1
664	1
665	1
666	1
667	1
668	1
669	1
670	1
671	1
672	1
673	1
674	1
675	1
676	1
677	1
678	1
679	1
680	1
681	1
682	1
683	1
684	1
685	1
686	1
687	1
688	1
689	1
690	1
691	1
692	1
693	1
694	1
695	1
696	1
697	1
698	1
699	1
700	1
701	1
702	1
703	1
704	1
705	1
706	1
707	1
708	1
709	1
710	1
711	1
712	1
713	1
714	1
715	1
716	1
717	1
718	1
719	1
720	1
721	1
722	1
723	1
724	1
725	1
726	1
727	1
728	1
729	1
730	1
731	1
732	1
733	1
734	1
735	1
736	1
737	1
738	1
739	1
740	1
741	1
742	1
743	1
744	1
745	1
746	1
747	1
748	1
749	1
750	1
751	1
752	1
753	1
754	1
755	1
756	1
757	1
758	1
759	1
760	1
761	1
762	1
763	1
764	1
765	1
766	1
767	1
768	1
769	1
770	1
771	1
772	1
773	1
774	1
775	1
776	1
777	1
778	1
779	1
780	1
781	1
782	1
783	1
784	1
785	1
786	1
787	1
788	1
789	1
790	1
791	1
792	1
793	1
794	1
795	1
796	1
797	1
798	1
799	1
800	1
801	1
802	1
803	1
804	1
805	1
806	1
807	1
808	1
809	1
810	1
811	1
812	1
813	1
814	1
815	1
816	1
817	1
818	1
819	1
820	1
821	1
822	1
823	1
824	1
825	1
826	1
827	1
828	1
829	1
830	1
831	1
832	1
833	1
834	1
835	1
836	1
837	1
838	1
839	1
840	1
841	1
842	1
843	1
844	1
845	1
846	1
847	1
848	1
849	1
850	1
851	1
852	1
853	1
854	1
855	1
856	1
857	1
858	1
859	1
860	1
861	1
862	1
863	1
864	1
865	1
866	1
867	1
868	1
869	1
870	1
871	1
872	1
873	1
874	1
875	1
876	1
877	1
878	1
879	1
880	1
881	1
882	1
883	1
884	1
885	1
886	1
887	1
888	1
889	1
890	1
891	1
892	1
893	1
894	1
895	1
896	1
897	1
898	1
899	1
900	1
901	1
902	1
903	1
904	1
905	1
906	1
907	1
908	1
909	1
910	1
911	1
912	1
913	1
914	1
915	1
916	1
917	1
918	1
919	1
920	1
921	1
922	1
923	1
924	1
925	1
926	1
927	1
928	1
929	1
930	1
931	1
932	1
933	1
934	1
935	1
936	1
937	1
938	1
939	1
940	1
941	1
942	1
943	1
944	1
945	1
946	1
947	1
948	1
949	1
950	1
951	1
952	1
953	1
954	1
955	1
956	1
957	1
958	1
959	1
960	1
961	1
962	1
963	1
964	1
965	1
966	1
967	1
968	1
969	1
970	1
972	1
973	1
974	1
975	1
976	1
977	1
978	1
979	1
980	1
982	1
983	1
984	1
985	1
986	1
987	1
988	1
989	1
990	1
991	1
992	1
993	1
994	1
995	1
996	1
997	1
998	1
999	1
1000	1
1001	1
1002	1
1003	1
1004	1
1005	1
1006	1
1007	1
1008	1
1009	1
1010	1
1011	1
1012	1
1013	1
1014	1
1015	1
1016	1
1017	1
1018	1
1019	1
1020	1
1021	1
1022	1
1023	1
1024	1
1025	1
1026	1
1027	1
1028	1
1029	1
1030	1
1031	1
1032	1
1033	1
1034	1
1035	1
1036	1
1037	1
1038	1
1039	1
1040	1
1041	1
1042	1
1043	1
1044	1
1045	1
1046	1
1047	1
1048	1
1049	1
1050	1
1051	1
1052	1
1053	1
1054	1
1055	1
1056	1
1057	1
1058	1
1059	1
1060	1
1061	1
1062	1
1063	1
1064	1
1065	1
1066	1
1067	1
1068	1
1069	1
1070	1
1071	1
1072	1
1073	1
1074	1
1075	1
1076	1
1077	1
1078	1
1079	1
1080	1
1081	1
1082	1
1083	1
1084	1
1085	1
1086	1
1087	1
1088	1
1089	1
1090	1
1091	1
1092	1
1093	1
1094	1
1095	1
1096	1
1097	1
1098	1
1099	1
1100	1
1101	1
1102	1
1103	1
1104	1
1105	1
1106	1
1107	1
1108	1
1109	1
1110	1
1111	1
1113	1
1114	1
1115	2
1116	2
1117	2
1118	2
1119	2
1120	2
1121	2
1122	2
1123	2
1124	2
1125	2
1126	2
1127	2
1128	2
1129	2
1130	2
1131	2
1132	2
1133	2
1134	2
1135	2
1136	2
1137	2
1138	2
1139	2
1140	2
1141	2
1142	2
1143	2
1144	2
1145	2
1146	2
1147	2
1148	2
1149	2
1150	2
1151	2
1152	2
1153	2
1154	2
1155	2
1156	2
1157	2
1158	2
1159	2
1160	2
1161	2
1162	2
1163	2
1164	2
1165	2
1166	2
1167	2
1168	2
1169	2
1170	2
1171	2
1172	2
1173	2
1174	2
1175	2
1176	2
1177	2
1178	2
1179	2
1180	2
1181	2
1182	2
1183	2
1184	2
1185	2
1186	2
1187	2
1188	2
1189	2
1190	2
1191	2
1192	2
1193	2
1194	2
1195	2
1196	2
1197	2
1198	2
1199	2
1200	2
1201	2
1202	2
1203	2
1204	2
1205	2
1206	2
1207	2
1208	2
1209	2
1210	2
1211	2
1212	2
1213	2
1214	2
1215	2
1216	2
1217	2
1218	2
1219	2
1220	2
1221	2
1222	2
1223	2
1224	2
1225	2
1226	2
1227	2
1228	2
1229	2
1230	2
1231	2
1232	2
1233	2
1234	2
1235	2
1236	2
1237	2
1238	2
1239	2
1240	2
1241	2
1242	2
1243	2
1244	2
1245	2
1246	2
1247	2
1248	2
1249	2
1250	2
1251	2
1252	2
1253	2
1254	2
1255	2
1256	2
1257	2
1258	2
1259	2
1260	2
1261	2
1262	2
1263	2
1264	2
1265	2
1266	2
1267	2
1268	2
1269	2
1270	2
1271	2
1272	2
1273	2
1274	2
1275	2
1276	2
1277	2
1278	2
1279	2
1280	2
1281	2
1282	2
1283	2
1284	2
1285	2
1286	2
1287	2
1288	2
1289	2
1290	2
1291	2
1292	2
1293	2
1294	2
1295	2
1296	2
1297	2
1298	2
1299	2
1300	2
1301	2
1302	2
1303	2
1304	2
1305	2
1306	2
1307	2
1308	2
1309	2
1310	2
1311	2
1312	2
1313	2
1314	2
1315	2
1316	2
1317	2
1318	2
1319	2
1320	2
1321	2
1322	2
1323	2
1324	2
1325	2
1326	2
1327	2
1328	2
1329	2
1330	2
1331	2
1332	2
1333	2
1334	2
1335	2
1336	2
1337	2
1338	2
1339	2
1340	2
1341	2
1342	2
1343	2
1344	2
1345	2
1346	2
1347	2
1348	2
1349	2
1350	2
1351	2
1352	2
1353	2
1354	2
1355	2
1356	2
1357	2
1358	2
1359	2
1360	2
1361	2
1362	2
1363	2
1364	2
1365	2
1366	2
1367	2
1368	2
1369	2
1370	2
1371	2
1372	2
1373	2
1374	2
1375	2
1376	2
1377	2
1378	2
1379	2
1380	2
1381	2
1382	2
1383	2
1384	2
1385	2
1386	2
1387	2
1388	2
1389	2
1390	2
1391	2
1392	2
1393	2
1394	2
1395	2
1396	2
1397	2
1398	2
1399	2
1400	2
1401	2
1402	2
1403	2
1404	2
1405	2
1406	2
1407	2
1408	2
1409	2
1410	2
1411	2
1412	2
1413	2
1414	2
1415	2
1416	2
1417	2
1418	2
1419	2
1420	2
1421	2
1422	2
1423	2
1424	2
1425	2
1426	2
1427	2
1428	2
1429	2
1430	2
1431	2
1432	2
1433	2
1434	2
1435	2
1436	2
1437	2
1438	2
1439	2
1440	2
1441	2
1442	2
1443	2
1444	2
1445	2
1446	2
1447	2
1448	2
1449	2
1450	2
1451	2
1452	2
1453	2
1454	2
1455	2
1456	2
1457	2
1458	2
1459	2
1460	2
1461	2
1462	2
1463	2
1464	2
1465	2
1466	2
1467	2
1468	2
1469	2
1470	2
1471	2
1472	2
1473	2
1474	2
1475	2
1476	2
1477	2
1478	2
1479	2
1480	2
1481	2
1482	2
1483	2
1484	2
1485	2
1486	2
1487	2
1488	2
1489	2
1490	2
1491	2
1492	2
1493	2
1494	2
1495	2
1496	2
1497	2
1498	2
1499	2
1500	2
1501	2
1502	2
1503	2
1504	2
1505	2
1506	2
1507	2
1508	2
1509	2
1510	2
1511	2
1512	2
1513	2
1514	2
1515	2
1516	2
1517	2
1518	2
1519	2
1520	2
1521	2
1522	2
1523	2
1524	2
1525	2
1526	2
1527	2
1528	2
1529	2
1530	2
1531	2
1532	2
1533	2
1534	2
1535	2
1536	2
1537	2
1538	2
1539	2
1540	2
1541	2
1542	2
1543	2
1544	2
1545	2
1546	2
1547	2
1548	2
1549	2
1550	2
1551	2
1552	2
1553	2
1554	2
1555	2
1556	2
1557	2
1558	2
1559	2
1560	2
1561	2
1562	2
1563	2
1564	2
1565	2
1566	2
1567	2
1568	2
1569	2
1570	2
1571	2
1572	2
1573	2
1574	2
1575	2
1576	2
1577	2
1578	2
1579	2
1580	2
1581	2
1582	2
1583	2
1584	2
1585	2
1586	2
1587	2
1588	2
1589	2
1590	2
1591	2
1592	2
1593	2
1594	2
1595	2
1596	2
1597	2
1598	2
1599	2
1600	2
1601	2
1602	2
1603	2
1604	2
1605	2
1606	2
1607	2
1608	2
1609	2
1610	2
1611	2
1612	2
1613	2
1614	2
1615	2
1616	2
1617	2
1618	2
1619	2
1620	2
1621	2
1622	2
1623	2
1624	2
1625	2
1626	2
1627	2
1628	2
1629	2
1630	2
1631	2
1632	2
1633	2
1634	2
1635	2
1636	2
1637	2
1638	2
1639	2
1640	2
1641	2
1642	2
1643	2
1644	2
1645	2
1646	2
1647	2
1648	2
1649	2
1650	2
1651	2
1652	2
1653	2
1654	2
1655	2
1656	2
1657	2
1658	2
1659	2
1660	2
1661	2
1662	2
1663	2
1664	2
1665	2
1666	2
1667	2
1668	2
1669	2
1670	2
1671	2
1672	2
1673	2
1674	2
1675	2
1676	2
1677	2
1678	2
1679	2
1680	2
1681	2
1682	2
1683	2
1684	2
1685	2
1686	2
1687	2
1688	2
1689	2
1690	2
1691	2
1692	2
1693	2
1694	2
1695	2
1696	2
1697	2
1698	2
1699	2
1700	2
1701	2
1702	2
1703	2
1704	2
1705	2
1706	2
1707	2
1708	2
1709	2
1710	2
1711	2
1712	2
1713	2
1714	2
1715	2
1716	2
1717	2
1718	2
1719	2
1720	2
1721	2
1722	2
1723	2
1724	2
1725	2
1726	2
1727	2
1728	2
1729	2
1730	2
1731	2
1732	2
1733	2
1734	2
1735	2
1736	2
1737	2
1738	2
1739	2
1740	2
1741	2
1742	2
1743	2
1744	2
1745	2
1746	2
1747	2
1748	2
1749	2
1750	2
1751	2
1752	2
1753	2
1754	2
1755	2
1756	2
1757	2
1758	2
1759	2
1760	2
1761	2
1762	2
1763	2
1764	2
1765	2
1766	2
1767	2
1768	2
1769	2
1770	2
1771	2
1772	2
1773	2
1774	2
1775	2
1776	2
1777	2
1778	2
1779	2
1780	2
1781	2
1782	2
1783	2
1784	2
1785	2
1786	2
1787	2
1788	2
1789	2
1790	2
1791	2
1792	2
1793	2
1794	2
1795	2
1796	2
1797	2
1798	2
1799	2
1800	2
1801	2
1802	2
1803	2
1804	2
1805	2
1806	2
1807	2
1808	2
1809	2
1810	2
1811	2
1812	2
1813	2
1814	2
1815	2
1816	2
1817	2
1818	2
1819	2
1820	2
1821	2
1822	2
1823	2
1824	2
1825	2
1826	2
1827	2
1828	2
1829	2
1830	2
1831	2
1832	2
1833	2
1834	2
1835	2
1836	2
1837	2
1838	2
1839	2
1840	2
1841	2
1842	2
1843	2
1844	2
1845	2
1846	2
1847	2
1848	2
1849	2
1850	2
1851	2
1852	2
1853	2
1854	2
1855	2
1856	2
1857	2
1858	2
1859	2
1860	2
1861	2
1862	2
1863	2
1864	2
1865	2
1866	2
1867	2
1868	2
1869	2
1870	2
1871	2
1872	2
1873	2
1874	2
1875	2
1876	2
1877	2
1878	2
1879	2
1880	2
1881	2
1882	2
1883	2
1884	2
1885	2
1886	2
1887	2
1888	2
1889	2
1890	2
1891	2
1892	2
1893	2
1894	2
1895	2
1896	2
1897	2
1898	2
1899	2
1900	2
1901	2
1902	2
1903	2
1904	2
1905	2
1906	2
1907	2
1908	2
1909	2
1910	2
1911	2
1912	2
1913	2
1914	2
1915	2
1916	2
1917	2
1918	2
1919	2
1920	2
1921	2
1922	2
1923	2
1924	2
1925	2
1926	2
1927	2
1928	2
1929	2
1930	2
1931	2
1932	2
1933	2
1934	2
1935	2
1936	2
1937	2
1938	2
1939	2
1940	2
1941	2
1942	2
1943	2
1944	2
1945	2
1946	2
1947	2
1948	2
1949	2
1950	2
1951	2
1952	2
1953	2
1954	2
1955	2
1956	2
1957	2
1958	2
1959	2
1960	2
1961	2
1962	2
1963	2
1964	2
1965	2
1966	2
1967	2
1968	2
1969	2
1970	2
1971	2
1972	2
1973	2
1974	2
1975	2
1976	2
1977	2
1978	2
1979	2
1980	2
1981	2
1982	2
1983	2
1984	2
1985	2
1986	2
1987	2
1988	2
1989	2
1990	2
1991	2
1992	2
1993	2
1994	2
1995	2
1996	2
1997	2
1998	2
1999	2
2000	2
2001	2
2002	2
2003	2
2004	2
2005	2
2006	2
2007	2
2008	2
2009	2
2010	2
2011	2
2012	2
2013	2
2014	2
2015	2
2016	2
2017	2
2018	2
2019	2
2020	2
2021	2
2022	2
2023	2
2024	2
2025	2
2026	2
2027	2
2028	2
2029	2
2030	2
2031	2
2032	2
2033	2
2034	2
2035	2
2036	2
2037	2
2038	2
2039	2
2040	2
2041	2
2042	2
2043	2
2044	2
2045	2
2046	2
2047	2
2048	2
2049	2
2050	2
2051	2
2052	2
2053	2
2054	2
2055	2
2056	2
2057	2
2058	2
2059	2
2060	2
2061	2
2062	2
2063	2
2064	2
2065	2
2066	2
2067	2
2068	2
2069	2
2070	2
2071	2
2072	2
2073	2
2074	2
2075	2
2076	2
2077	2
2078	2
2079	2
2080	2
2081	2
2082	2
2083	2
2084	2
2085	2
2086	2
2087	2
2088	2
2089	2
2090	2
2091	2
2092	2
2093	2
2094	2
2095	2
2096	2
2097	2
2098	2
2099	2
2100	2
2101	2
2102	2
2103	2
2104	2
2105	2
2106	2
2107	2
2108	2
2109	2
2110	2
2111	2
2112	2
2113	2
2114	2
2115	2
2116	2
2117	2
2118	2
2119	2
2120	2
2121	2
2122	2
2123	2
2124	2
2125	2
2126	2
2127	2
2128	2
2129	2
2130	2
2131	2
2132	2
2133	2
2134	2
2135	2
2136	2
2137	2
2138	2
2139	2
2140	2
2141	2
2142	2
2143	2
2144	2
2145	2
2146	2
2147	2
2148	2
2149	2
2150	2
2151	2
2152	2
2153	2
2154	2
2155	2
2156	2
2157	2
2158	2
2159	2
2160	2
2161	2
2162	2
2163	2
2164	2
2165	2
2166	2
2167	2
2168	2
2169	2
2170	2
2171	2
2172	2
2173	2
2174	2
2175	2
2176	2
2177	2
2178	2
2179	2
2180	2
2181	2
2182	2
2183	2
2184	2
2185	2
2186	2
2187	2
2188	2
2189	2
2190	2
2191	2
2192	2
2193	2
2194	2
2195	2
2196	2
2197	2
2198	2
2199	2
2200	2
2201	2
2202	2
2203	2
2204	2
2205	2
2206	2
2207	2
2208	2
2209	2
2210	2
2211	2
2212	2
2213	2
2214	2
2215	2
2216	2
2217	2
2218	2
2219	2
2220	2
2221	2
2222	2
2223	2
2224	2
2225	2
2226	2
2227	2
2228	2
2229	2
2230	2
2231	2
2232	2
2233	2
2234	2
2235	2
2236	2
2237	2
2238	2
2239	2
2240	2
2241	2
2242	2
2243	2
2244	2
2245	2
2246	2
2247	2
2248	2
2249	2
2250	2
2251	2
2252	2
2253	2
2254	2
2255	2
2256	2
2257	2
2258	2
2259	2
2260	2
2261	2
2262	2
2263	2
2264	2
2265	2
2266	2
2267	2
2268	2
2269	2
2270	2
2271	2
2272	2
2273	2
2274	2
2275	2
2276	2
2277	2
2278	2
2279	2
2280	2
2281	2
2282	2
2283	2
2284	2
2285	2
2286	2
2287	2
2288	2
2289	2
2290	2
2291	2
2292	2
2293	2
2294	2
2295	2
2296	2
2297	2
2298	2
2299	2
2300	2
2301	2
2302	2
2303	2
2304	2
2305	2
2306	2
2307	2
2308	2
2309	2
2310	2
2311	2
2312	2
2313	2
2314	2
2315	2
2316	2
2317	2
2318	2
2319	2
2320	2
2321	2
2322	2
2323	2
2324	2
2325	2
2326	2
2327	2
2328	2
2329	2
2330	2
2331	2
2332	2
2333	2
2334	2
2335	2
2336	2
2337	2
2338	2
2339	2
2340	2
2341	2
2342	2
2343	2
2344	2
2345	2
2346	2
2347	2
2348	2
2349	2
2350	2
2351	2
2352	2
2353	2
2354	2
2355	2
2356	2
2357	2
2358	2
2359	2
2360	2
2361	2
2362	2
2363	2
2364	2
2365	2
2366	2
2367	2
2368	2
2369	2
2370	2
2371	2
2372	2
2373	2
2374	2
2375	2
2376	2
2377	2
2378	2
2379	2
2380	2
2381	2
2382	2
2383	2
2384	2
2385	2
2386	2
2387	2
2388	2
2389	2
2390	2
2391	2
2392	2
2393	2
2394	2
2395	2
2396	2
2397	2
2398	2
2399	2
2400	2
2401	2
2402	2
2403	2
2404	2
2405	2
2406	2
2407	2
2408	2
2409	2
2410	2
2411	2
2412	2
2413	2
2414	2
2415	2
2416	2
2417	2
2418	2
2419	2
2420	2
2421	2
2422	2
2423	2
2424	2
2425	2
2426	2
2427	2
2428	2
2429	2
2430	2
2431	2
2432	2
2433	2
2434	2
2435	2
2436	2
2437	2
2438	2
2439	2
2440	2
2441	2
2442	2
2443	2
2444	2
2445	2
2446	2
2447	2
2448	2
2449	2
2450	2
2451	2
2452	2
2453	2
2454	2
2455	2
2456	2
2457	2
2458	2
2459	2
2460	2
2461	2
2462	2
2463	2
2464	2
2465	2
2466	2
2467	2
2468	2
2469	2
2470	2
2471	2
2472	2
2473	2
2474	2
2475	2
2476	2
2477	2
2478	2
2479	2
2480	2
2481	2
2482	2
2483	2
2484	2
2485	2
2486	2
2487	2
2488	2
2489	2
2490	2
2491	2
2492	2
2493	2
2494	2
2495	2
2496	2
2497	2
2498	2
2499	2
2500	2
2501	2
2502	2
2503	2
2504	2
2505	2
2506	2
2507	2
2508	2
2509	2
2510	2
2511	2
2512	2
2513	2
2514	2
2515	2
2516	2
2517	2
2518	2
2519	2
\.


--
-- Data for Name: wikiproject_person; Type: TABLE DATA; Schema: public; Owner: g5
--

COPY public.wikiproject_person (id_project, id_person) FROM stdin;
5	25845
5	25846
5	25847
8	25847
7	2139
5	4810
5	4701
5	4673
7	2119
5	25848
5	25849
5	25850
1	4970
7	2112
7	2150
7	2154
7	2091
5	25851
5	25853
8	14455
7	2136
8	25854
5	4834
5	25855
5	25856
5	4937
5	25857
5	4820
5	4874
5	25858
5	24962
7	2192
7	2196
8	9844
6	21683
7	25859
7	2199
7	2201
7	2248
5	4869
5	5008
5	4688
5	4914
5	4981
5	4641
5	4872
5	4680
5	25860
5	4796
5	25861
5	25862
5	25863
5	25864
5	25865
5	25866
5	25867
8	13882
8	8890
8	19946
8	25868
8	19984
8	25869
\.


--
-- Data for Name: wikirecent; Type: TABLE DATA; Schema: public; Owner: g5
--

COPY public.wikirecent (id_person, dateadd, description) FROM stdin;
25845	2023-01-12 00:00:00	Addition of birth certificate
12096	2023-04-20 00:00:00	Addition of birth certificate
25846	2019-12-21 00:00:00	Addition of birth certificate
185	2023-04-20 00:00:00	Addition of birth certificate
25847	2023-05-01 00:00:00	Addition of birth certificate
2139	2023-05-01 00:00:00	Addition of birth certificate
4810	2023-01-28 00:00:00	Addition of birth certificate
4701	2023-01-28 00:00:00	Addition of birth certificate
4673	2014-11-19 00:00:00	Addition of birth certificate
2119	2023-01-29 00:00:00	Addition of birth certificate
25848	2023-01-25 00:00:00	Addition of birth certificate
25849	2023-05-01 00:00:00	Addition of birth certificate
25850	2023-01-28 00:00:00	Addition of birth certificate
4970	2023-05-05 00:00:00	Addition of birth certificate
2112	2023-05-06 00:00:00	Addition of birth certificate
2150	2023-05-07 00:00:00	Addition of birth certificate
2154	2023-05-07 00:00:00	Addition of birth certificate
2091	2023-01-29 00:00:00	Addition of birth certificate
25851	2023-05-07 00:00:00	Addition of birth certificate
25852	2023-05-07 00:00:00	Addition of birth certificate
25853	2023-05-08 00:00:00	Addition of birth certificate
14455	2021-07-10 00:00:00	Addition of birth certificate
2136	2023-05-10 00:00:00	Addition of birth certificate
24247	2023-05-10 00:00:00	Addition of birth certificate
25854	2023-05-13 00:00:00	Addition of birth certificate
4834	2023-05-14 00:00:00	Addition of birth certificate
25855	2023-05-14 00:00:00	Addition of birth certificate
25856	2023-05-14 00:00:00	Addition of birth certificate
4937	2023-05-14 00:00:00	Addition of birth certificate
25857	2023-05-14 00:00:00	Addition of birth certificate
4820	2023-05-14 00:00:00	Addition of birth certificate
4874	2023-05-14 00:00:00	Addition of birth certificate
25858	2023-05-15 00:00:00	Addition of birth certificate
24962	2023-05-14 00:00:00	Addition of birth certificate
2192	2023-05-11 00:00:00	Addition of birth certificate
2196	2023-05-21 00:00:00	Addition of birth certificate
12020	2023-05-21 00:00:00	Addition of birth certificate
4846	2023-05-21 00:00:00	Addition of birth certificate
9844	2023-05-28 00:00:00	Addition of birth certificate
21683	2023-06-10 00:00:00	Addition of birth certificate
25859	2023-07-01 00:00:00	Addition of birth certificate
2199	2023-07-12 00:00:00	Addition of birth certificate
2201	2023-07-12 00:00:00	Addition of birth certificate
2248	2023-07-12 00:00:00	Addition of birth certificate
4869	2023-07-24 00:00:00	Addition of birth certificate
5008	2023-07-24 00:00:00	Addition of birth certificate
4688	2023-07-24 00:00:00	Addition of birth certificate
4928	2023-07-25 00:00:00	Addition of birth certificate
4914	2023-07-25 00:00:00	Addition of birth certificate
4981	2023-07-25 00:00:00	Addition of birth certificate
4641	2023-07-25 00:00:00	Addition of birth certificate
18188	2023-07-25 00:00:00	Addition of birth certificate
4872	2023-07-25 00:00:00	Addition of birth certificate
4680	2023-07-25 00:00:00	Addition of birth certificate
25860	2023-07-25 00:00:00	Addition of birth certificate
4796	2023-07-26 00:00:00	Addition of birth certificate
25861	2023-07-26 00:00:00	Addition of birth certificate
25862	2023-07-27 00:00:00	Addition of birth certificate
25863	2023-07-27 00:00:00	Addition of birth certificate
25864	2023-07-28 00:00:00	Addition of birth certificate
25865	2023-07-29 00:00:00	Addition of birth certificate
25866	2023-07-29 00:00:00	Addition of birth certificate
25867	2023-07-30 00:00:00	Addition of birth certificate
13882	2023-08-10 00:00:00	Addition of birth certificate
8890	2023-08-10 00:00:00	Addition of birth certificate
19946	2023-08-10 00:00:00	Addition of birth certificate
25868	2023-08-11 00:00:00	Addition of birth certificate
19984	2023-08-11 00:00:00	Addition of birth certificate
25869	2023-08-20 00:00:00	Addition of birth certificate
\.


--
-- Data for Name: admin1; Type: TABLE DATA; Schema: us; Owner: g5
--

COPY us.admin1 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, population, timezone) FROM stdin;
4099753	Arkansas	arkansas	'Akanaka,A-khen-set,AR,Akennsas,Arcansas,Arcansia,Arkansas,Arkansas suyu,Arkansaso,Arkansaw,Arkanzas,Arkanzas Shtati,Arkanzasa,Arkanzasas,Arkanzasos,Arkanzes,Arkinso,Arkinsọ,Dzil Biiʼ Dzigaii,Dził Biiʼ Dzígaii,Land of Opportunity,Shtat Arkanzas,State of Arkansas,The Bear State,a ken se zhou,akanso ju,akanso zhou,arakanasasa,arakasa,arkanasasa,arkanca,arkansa,arkansah,arkansas,arkanzas,arkanzas ayalty,arknsas,rath xarkhansx,yarknsas,Â-khén-set,Ārkanzasa,Αρκάνσας,Арканзас,Штат Арканзас,Әркәнзә,Արկանզաս,ארקנסו,ארקענסא,آرکانزاس,آرکانزاس ایالتی,آرکانساس,آرکنساس,أركنساس,ئارکنساس,اركنساس,ܐܪܟܢܣܐܣ,अर्कान्स,आर्कन्सा,आर्कान्स,आर्कान्सः,आर्कान्सा,আরকান্‌সাস,আর্কানসাস,ਆਰਕੰਸਾ,અરકાનસાસ,ஆர்கன்சா,ఆర్కాన్సా,ಅರ್ಕಾನ್ಸಾಸ್,അർക്കൻസാസ്,รัฐอาร์คันซอ,ཨར་ཁན་སཱ་སི།,အာကင်ဆောပြည်နယ်,არკანზასი,አርካንሳው,‘Akanaka,アーカンソー州,阿肯色州,아칸소 주		US	AR	2757631	America/Chicago
4138106	District of Columbia	district-of-columbia	D.C.,DC,District de Columbia,District of Columbia,Distrikto Kolumbio,Distrito de Columbia,Kolumbijos apygarda,Okrug Kolumbija,Washington D.C.,Washington DC,Washington  D.C.,keolleombia teugbyeolgu,oyasintana di.si.,washinton D.C.,washinton・koronbia te bie qu,wosingteon D.C.,wosingteon DC,Округ Колумбия,ওয়াশিংটন ডি.সি.,ワシントン D.C.,ワシントン・コロンビア特別区,워싱턴 D.C.,워싱턴 DC,컬럼비아 특별구		US	DC	552433	America/New_York
4142224	Delaware	delaware	DE,Delauaare,Delauare,Delauer,Delavar,Delavaria,Delavaro,Delavehr,Delaver,Delavera,Delaveras,Delavers,Delavēra,Delaware,Delaware suyu,Delawe,Delawee Hahoodzo,Delawiyer Shitati,Delawè,Délawiyer Shitati,Déláwee Hahoodzo,Déláwè,First State,Kelawea,Ntelagouer,Shtat Dehlavehr,State of Delaware,Thit-la-nga,Thi̍t-lâ-ngá,dela'oyyara,delave'ara,delaver,delavera,delaveris shtʼatʼi,delaveyara,dellaweeo ju,derau~ea zhou,dlawyr,dlawyr ayalty,dylavyyyr,dylawyr,dێlawێr,te la hua zhou,telaveyar,Ντέλαγουερ,Делавар,Делавер,Делавэр,Делауеър,Деләәвр,Штат Дэлавэр,Դելավեր,דלאוור,דעלעווער,دئلاڤییئر,دلاویر,دلاویر ایالتی,ديلاوير,دێلاوێر,ڈیلاویئر,ܕܝܠܐܘܝܪ,डेलावेयर,डेलावेर,डेलावेर्,देलावेर,ডেলাওয়্যার,ਡੇਲਾਵੇਅਰ,டெலவெயர்,డెలావేర్,ഡെലവെയർ,รัฐเดลาแวร์,དྷེའི་ལ་ཝར།,ဒယ်လာဝဲပြည်နယ်,დელავერის შტატი,ዴላዌር,デラウェア州,特拉华州,特拉華州,델라웨어 주		US	DE	838549	America/New_York
4155751	Florida	florida	FL,Floarida,Florid,Florida,Florida Shitati,Florida suyu,Floridae,Floride,Florido,Florinta,Floryda,Fluoreda,Fluorėda,Flòrida,Flórida,Flórída,Flórídạ,Fu-lo-li-that,Fu-lò-lî-tha̍t,Gah Bikeeʼ Taahiʼahi,Gah Bikeeʼ Taahíʼahí,Ploorid,Pololika,Shtat Flaryda,State of Florida,Sunshine State,Tegesta,falaurida,florida,flwryda,flwryda ayalty,fu luo li da zhou,furorida zhou,fylwryda,peullolida ju,phlarida,phlearida,phlorida,plorida,plwrydh,pulorita,rath flxrida,Φλόριντα,Плоорид,Флоридæ,Флорида,Флориде,Штат Фларыда,Ֆլորիդա,פלארידע,פלורידה,فئلوریدا,فلوريدا,فلوریدا,فلوریدا ایالتی,فلوریڈا,فلۆریدا,फ़्लोरिडा,फ्लोरिडा,फ्लोरिदा,ফ্লোরিডা,ਫ਼ਲੌਰਿਡਾ,புளோரிடா,ఫ్లోరిడా,ಫ್ಲಾರಿಡ,ഫ്ലോറിഡ,รัฐฟลอริดา,ཧྥོ་ལོ་རི་ཌ།,ဖလော်ရီဒါပြည်နယ်,ფლორიდა,ፍሎሪዳ,ᑉᓘᕇᑖ,フロリダ州,佛罗里达州,佛羅里達州,플로리다 주		US	FL	17671452	America/New_York
4197000	Georgia	georgia	Chacha,Dzhordzhija,Estado de Georgia,GA,Georgia,Georgie,Georgio,Geórgia,Géorgie,Peach State,State of Georgia,The Colony of Georgia in America,jojia,jojia zhou,qiao zhi ya,Джорджия,ジョージア州,乔治亚,조지아		US	GA	8975842	America/New_York
4273857	Kansas	kansas	Cansas,Cansia,Estado de Kansas,KS,Kaanzs,Kanekaka,Kansas,Kansas suyu,Kansaso,Kansia,Kanzas,Kanzas Shitati,Kanzasa,Kanzasas,Kanzasos,Kensas,Kham-sat-su,Khâm-sat-sṳ̂,Konzas,Kánzạs,Kènsas,Shadiʼaahji Dzigaii,Shtat Kanzas,Shádiʼááhjí Dzígaii,State of Kansas,Sunflower State,gan sha zhou,kaenjaseu ju,kan sa si zhou,kansas,kansasa,kanzas,kanzas ayalty,kanzasu zhou,kanzys,kencas,kensasa,knsas,kyanasasa,kyansasa,qnzs,Κάνσας,Каанзс,Канзас,Штат Канзас,Կանզաս,קנזס,קענזעס,كانساس,کانزاس,کانزاس ایالتی,کنساس,ܟܐܢܣܐܣ,कन्सास,कान्सास,कान्सास्,कॅन्सस,केन्सास,केन्‍सास,ক্যানসাস,ক্যান্সাস,ਕਾਂਸਸ,કેન્સાસ,கேன்சஸ்,కాన్సాస్,ಕನ್ಸಾಸ್/ಕಾನ್ಸಾಸ್‌‌,കാൻസസ്,รัฐแคนซัส,ཁན་སཱ་སི།,ကန်းဆပ်ပြည်နယ်,კანზასი,ካንሳስ,カンザス州,堪薩斯州,干沙州,캔자스 주		US	KS	2740759	America/Chicago
4331987	Louisiana	louisiana	Estado de Louisiana,LA,Loisiana,Louisiana,Louisiana osariik,Louisiana suyu,Louisiane,Louisiann-a,Louisianne,Louisiāna,Louiziana,Loyizanna Shitati,Loïsiana,Lu-yi-su-on-na,Lu-yi-sṳ̂-ôn-ná,Ludoviciana,Luikiana,Luisian-a,Luisiana,Luizeana,Luiziana,Luizianae,Luiziane,Luiziano,Luizijana,Luiziāna,Luizjana,Luizėana,Lujziana,Luwisiana,Luwisiyana,Luwisiánà,Lwiziana,Pelican State,Shtat Luizijana,State of Louisiana,Tonteel Chʼinili,Tónteel Chʼínílį́,la Luisiana,lu yi si an na zhou,lu'ijhiyana,lu'ijiyana,lu'isiyana,lu'izi'ana,lu'iziyana,lu-ijiaena ju,luciyana,luiziana,lusiyana,luyisiyana,lwyyzyana,lwyyzyana ayalty,lwyzyana,lwzyana,lyu'isiyana,rath luyseiyna,ruijiana zhou,Λουιζιάνα,Лувизән,Луизианæ,Луизиана,Луизиане,Луизијана,Луйзиана,Луїзіана,Штат Луізіяна,Լուիզիանա,לואיזיאנא,לואיזיאנה,لوئزیانا,لوئیزیانا,لوئیزیانا ایالتی,لوزیانا,لويزيانا,لوٙئیزیانا,لویزیانا,लुइजियाना,लुईज़ियाना,लुईजियाना,लुईझियाना,লুইজিয়ানা,লুইসিয়ানা,ਲੂਈਜ਼ੀਆਨਾ,લ્યુઇસિયાના,லூசியானா,లూసియానా,ಲೂಯಿಸಿಯಾನ,ലുയീസിയാന,รัฐลุยเซียนา,ལུའི་ཟི་ཨཱན་ནཱ།,လူဝီစီယားနားပြည်နယ်,ლუიზიანა,ሉዊዚያና,ᓗᐄᓰᐋᓈ,ルイジアナ州,路易斯安那州,루이지애나 주		US	LA	4515939	America/Chicago
4361885	Maryland	maryland	MD,Ma-li-lan,Marialand,Marianland,Marieland,Mariland,Marilando,Mary-Land,Maryaland,Marylan,Maryland,Maryland Shitati,Maryland suyu,Marylân,Md.,Meelin Hahoodzo,Mehrilehnd,Mehrilend,Melelana,Meriland,Merilandas,Merilands,Merilann,Merilant,Merilend,Merilenda,Merriland,Mâ-lî-làn,Méelin Hahoodzo,Mérílạnd,Mērilenda,Old Line State,Shtat Mehrylend,State of Maryland,Terra Mariae,Tir Maria,ma li lan zhou,mairilainda,maryland,melillaendeu ju,merilainda,merilamda,merilantu,merilendi,merilyand,merilyanda,merirando zhou,mrylnd,mrylnd ayalty,myryland,mێrylەnd,Μέριλαντ,Мериленд,Меріленд,Мэриленд,Мэрилэнд,Штат Мэрыленд,Մերիլենդ,מארילאנד,מרילנד,مئریلأند,ماريلاند,مریلند,مریلند ایالتی,میرِلَنڈ,میری لینڈ,مێریلەند,ܡܐܪܝܠܐܢܕ,मेरिलैण्ड,मेरिल्यान्ड,मेरिल्यान्द,मेरीलँड,मेरील्यान्ड,मैरिलैण्ड,মেরিল্যান্ড,ਮੈਰੀਲੈਂਡ,மேரிலாந்து,మేరీల్యాండ్,ಮೇರಿಲ್ಯಾಂಡ್,മെരിലാൻ‌ഡ്,รัฐแมริแลนด์,མ་རིས་ལེན་ཌ།,မေရီလန်းပြည်နယ်,მერილენდი,ሜሪላንድ,メリーランド州,馬利蘭州,马里兰州,메릴랜드 주		US	MD	5624246	America/New_York
4398678	Missouri	missouri	Estado de Missouri,Ipinle Missouri,MO,Mesuris,Met-su-li,Me̍t-sû-lî,Mikouli,Misoria,Misouri,Missori,Missori Shitati,Missorí,Missouri,Missouri osariik,Missouri suyu,Missoury,Missoùri,Missuri,Missuri stati,Missuri ştatı,Missuria,Missúri,Misuri,Misurio,Misuris,Misūri,Misūris,Mizouri,Mizuri,Mizurị,Mizuuri,Mėsūris,Show-Me State,Shtat Misury,State of Missouri,To Dzigaii Nili,Tó Dzígaii Nílį́,mi su li zhou,micuri,mijauri,mijhori,mijuli ju,misauri,miseari,misuri,misuris shtʼatʼi,mizuri,mizuri zhou,mswry,myswry,myzwry,myzwry ayalty,rath missuri,Ìpínlẹ̀ Missouri,Μιζούρι,Мизуури,Миссури,Мисури,Міссурі,Штат Місуры,Միսսուրի,מיזורי,مسوری,ميزورى,ميزوري,میزوری,میزوری ایالتی,میسوٙری,ܡܝܙܘܪܝ,मिज़ूरी,मिजौरी,मिसूरी,मिसौरी,মিসৌরি,ਮਿਜ਼ੂਰੀ,મિઝોરી,மிசூரி,ಮಿಸೌರಿ,മിസോറി,รัฐมิสซูรี,မစ်ဆိုရီပြည်နယ်,მისურის შტატი,ሚዙሪ,ミズーリ州,密苏里州,密蘇里州,미주리 주		US	MO	5768151	America/Chicago
4436296	Mississippi	mississippi	Estado de Mississippi,Ipinle Mississippi,MS,Magnolia State,Mesesepe,Met-si-si-pi,Me̍t-sî-sî-pí,Mikikipi,Misciscippi,Misisip,Misisipe,Misisipi,Misisipii Hahoodzo,Misisipio,Misisipė,Missisipi,Missisipi Shitati,Mississipi,Mississippi,Mississippi osariik,Mississippi suyu,Mississippia,Mississippy,Mississipí,Mississípi,Mísísípii Hahoodzo,Mėsėsėpė,Shtat Misisipi,State of Mississippi,mi xi xi bi zhou,micicippi,mishishippi zhou,misisipi,misisipi ju,misisippi,misisipʼis shtʼatʼi,mssspy,msyspy,msysyby,my sy sy py,mysysypy,mysysypy ayalty,rath mississippi,Ìpínlẹ̀ Mississippi,Μισισίπι,Мисисип,Мисисипи,Миссисипи,Миссиссиппи,Міссісіпі,Штат Місісіпі,Միսսիսիպի,מיסיסיפי,مسسسپی,مسيسيبى,مسيسيبي,مسیسپی,می سی سی پی,میسیسیپی,میسیسیپی ایالتی,می‌سی‌سی‌پی,मिसिसिपि,मिसिसिपी,मिसिसिप्पी,মিসিসিপি,ਮਿਸੀਸਿੱਪੀ,மிசிசிப்பி,మిసిసిపీ,മിസിസിപ്പി,รัฐมิสซิสซิปปี,མི་སི་སི་ཕི།,မစ္စစ္စပီပြည်နယ်,მისისიპის შტატი,ሚሲሲፒ,ᒦᓰᓰᐲ,ミシシッピ州,密西西比州,미시시피 주		US	MS	2901371	America/Chicago
4482348	North Carolina	north-carolina	Ar Karelajn,Ariwa Carolina,Bac Carolina,Bắc Carolina,Caegat Karolinae,Carolin-a del Nord,Carolin-a dël Nòrd,Carolina Hwoaie,Carolina Mictlampa,Carolina Mictlāmpa,Carolina Septentrionalis,Carolina Thuaidh,Carolina Utara,Carolina a Tuath,Carolina de Nord,Carolina del Nord,Carolina del Norte,Carolina del Nòrd,Carolina do Norte,Carolina du Nord,Carolina dû Nord,Caroline du Nord,Carolinn-a do Nord,Curcer Karolina,Davvi-Carolina,Estado de Carolina del Norte,Eszak-Karolina,Gogledd Carolina,Hilagang Karolina,Hyusisayin Karolina,Ipar Carolina,Judvel Karoline,Jydvel Karolina,Karolin dino,Karolin dinò,Karolina Gledh,Karolina Polnocna,Karolina Północna,Karolina del Norte,Karolinai Shimoli,Karolinaya Bakur,Karolinaya Zimey,Karolinaya Zımey,Karolînaya Bakur,Khojto Karolina,Khotu Karolina,Kuilbaseda Karolina,Kuzey Karolina,NC,Nahookosji Keelaanah Hahoodzo,Noard-Karolina,Noord-Carolina,Nord Carolina,Nord-Carolina,Norda Karolino,Nordal Karolina,Nordur-Karolina,Nort Karolina,Nort Kárólínạ,North Carolina,North Carolina suyu,Northcarolina,Norður-Karólína,Norþcarolīna,Not Carolina,Náhookǫsjí Kééláanah Hahoodzo,Pangulung Carolina,Pet Kha-lo-loi-nap,Pet Khà-lò-lòi-na̍p,Pivnichna Karolina,Pohja-Carolina,Pohjois-Carolina,Poyraz Karolina,Pulnocno Karolina,Põhja-Carolina,Půłnocno Karolina,Severna Karolina,Severnaja Karolina,Severni Karolina,Severná Karolína,Severní Karolína,Shimaliy Karolina Shitati,Shimoliy Karolina,Shtat Paunochnaja Karalina,Siaures Karolina,Simali Karolina,Sjeverna Karolina,State of North Carolina,Tar Heel State,Voreia Karolina,Yvate Karolina,Ziemelkarolina,Ziemeļkarolīna,bei ka luo lai na zhou,karwlayna alshmalyh,karwlayna alshmalyt,karwlyna shwmaly,karwlynay shmaly,nartha kerolaina,nartha kyarola'ina,nartha kyarolina,northa kerolina,noseukaelollaina ju,nosukaroraina zhou,qrwlyynh hzpwnyt,shmal karwlyna ayalty,shmaly karwlyna,shmaly kyrwlayna,utari kairolina,uttara kairolina,uttara kerolina,uttara kyarolina,vata karolaina,Àríwá Carolina,Çурçĕр Каролина,Észak-Karolina,Şimali Karolina,Šiaurės Karolina,Βόρεια Καρολίνα,Ар Карелайн,Йыдвел Каролина,Йӱдвел Каролине,Каролинаи Шимолӣ,Къилбаседа Каролина,Північна Кароліна,Северна Каролина,Северная Каролина,Солтүстік Каролина,Төньяк Каролина,Төньяҡ Каролина,Хойто Каролина,Хоту Каролина,Цæгат Каролинæ,Штат Паўночная Караліна,Հյուսիսային Կարոլինա,צפון קאראליינע,קרוליינה הצפונית,شمال کارولینا ایالتی,شمالی کارولینا,شمالی کیرولائنا,كارولاينا الشمالية,كارولاينا الشماليه,نارتھ کیرولائنا,کارولینا شومالی,کارولینای شمالی,کارۆلینای باکوور,उत्तर केरोलिना,उत्तर कैरोलिना,उत्तर क्यारोलिना,नर्थ क्यारोलाइना,नर्थ क्यारोलिना,नार्थ केरोलैना,नॉर्थ कॅरोलिना,নর্থ ক্যারোলাইনা,ਉੱਤਰੀ ਕੈਰੋਲੀਨਾ,வட கரொலைனா,ಉತ್ತರ ಕೆರೊಲೀನ,വടക്കൻ കരൊലൈന,รัฐนอร์ทแคโรไลนา,မြောက်ကယ်ရိုလိုင်းနားပြည်နယ်,ჩრდილოეთი კაროლინა,ኖርዝ ካሮላይና,ᑳᕉᓖᓈ ᑐᓄᕕᐊᖅ,ノースカロライナ州,北卡罗来纳州,北卡羅萊納州,노스캐롤라이나 주		US	NC	10488084	America/New_York
4544379	Oklahoma	oklahoma	'Okalahoma,Estado de Oklahoma,Halgai Hoteel Hahoodzo,Halgai Hóteel Hahoodzo,Heevahetaneno,Heévȧhetanéno,O-khiet-la-ho-ma,O-khiet-lâ-hò-mâ,OK,Oclahoma,Oclaoma,Oklachoma,Oklahoma,Oklahoma suyu,Oklahomo,Oklakhom,Oklakhoma,Oklakhomae,Oklakhomo,Oklawoma,Oklaxoma,Oklaxoma Shitati,Shtat Aklakhoma,Sooner State,State of Oklahoma,Uoklahuma,Uoklahůma,aklahma,ao ke la he ma zhou,awklahama,awklahma ayalty,awklahwma,okalahoma,okeullahoma ju,oklahoma,oklakoma,okurahoma zhou,rath xo khla ho ma,yۆklaھۆma,Οκλαχόμα,Оклаhома,Оклахом,Оклахомæ,Оклахома,Оклахомо,Штат Аклахома,Օկլահոմա,אוקלהומה,אקלעהאמע,أوكلاهوما,ئوکلاھاما,ئۆکلاھۆما,اوكلاهوما,اوکلاهاما,اوکلاهما ایالتی,اوکلاہوما,اکلاهما,ܐܘܟܠܐܗܘܡܐ,ओक्लाहोमा,ओक्‍लाहोमा,ওকলাহোমা,ওক‌লাহোমা,ਓਕਲਾਹੋਮਾ,ઓક્લાહોમા,ஓக்லகோமா,ఓక్లహోమా,ಒಕ್ಲಹೋಮ,ഒക്‌ലഹോമ,รัฐโอคลาโฮมา,ဥက္ကလာဟိုးမားပြည်နယ်,ოკლაჰომა,ኦክላሆማ,ᎣᎦᎳᎰᎹ,ᐆᑳᓛᓲᒫ,‘Okalahoma,オクラホマ州,奧克拉何馬州,奧克拉荷馬州,오클라호마 주		US	OK	3547049	America/Chicago
4597040	South Carolina	south-carolina	Carolin-a del Sud,Carolin-a dël Sud,Carolina Huitztlampa,Carolina Huitztlāmpa,Carolina Meridiana,Carolina Meridionale,Carolina Selatan,Carolina Theas,Carolina Yiass,Carolina a Deas,Carolina de Sud,Carolina del Sud,Carolina del Sued,Carolina del Sur,Carolina del Süd,Carolina do Sud,Carolina do Sul,Carolina do Sur,Carolina du Sud,Carolina dû Sud,Caroline du Sud,Carolinn-a do Sud,Cənubi Karolina,De Carolina,Del-Karolina,Dienvidkarolina,Dienvidkarolīna,Dél-Karolina,Estado de Carolina del Sur,Etelae-Carolina,Etelä-Carolina,Gueney Karolina,Guusu Carolina,Gúúsù Carolina,Güney Karolina,Haravayin Karolina,Hego Carolina,Janubiy Karolina,Jenubiy Karolina Shitati,Jizni Karolina,Jižní Karolína,Juzhna Karolina,Juzhnaja Karolina,Juzna Karolina,Južna Karolina,Južná Karolína,Kalolaina Hema,Kantar Karolina,Karolin disid,Karolina Antsimo,Karolina Dheghow,Karolina Poludniowa,Karolina Południowa,Karolinaya Basur,Karolinaya Veroci,Karolînaya Başûr,Karôlina Antsimo,Kechyvalvel Karolina,Kechyvalvel Karoline,Khussar Karolinae,Kuilba Karolina,Louna-Carolina,Lulli-Carolina,Lõuna-Carolina,Mauling Carolina,Nam Carolina,Nam Kha-lo-loi-nap,Nleda anyanwu Karolina,Nleda anyanwu Kàròlina,Notia Karolina,Nàm Khà-lò-lòi-na̍p,Palmetto State,Peitu Karolena,Pietu Karolina,Pietų Karolina,Pivdenna Karolina,Polednowo Karolina,Połedńowo Karolina,Pėitū Karolėna,SC,Saut Carolina,Shtat Paudnjovaja Karalina,Shádiʼááhjí Kééláanah Hahoodzo,Soguruu Karolina,Sooth Carolina,Sor-Carolina,South Carolina,South Carolina suyu,State of South Carolina,Sud-Karolina,Suda Karolino,Sudal Karolina,Sudur-Karolina,Sueued-Carolina,Suid-Carolina,Suthcarolina,Suður-Karólína,Syd Carolina,Sør-Carolina,Súd-Karolina,Süüd-Carolina,Sūþcarolīna,Timog Karolina,UEuelen Karolina,Urda Karolina,Yvy Karolina,dakhani kairolina,daksina kerolina,daksina kyarolina,daksini kerola'ina,jnwb karwlyna ayalty,jnwby karwlyna,jnwby kyrwlayna,karwlayna aljnwbyh,karwlayna aljnwbyt,karwlynay jnwby,nan ka luo lai na zhou,nsayy karwlyna,qrwlyynh hdrwmyt,sa'utha kerolaina,sa'utha kerolina,sa'utha kyarola'ina,sauseukaelollaina ju,sausukaroraina zhou,ten karolaina,Üülen Karolina,Νότια Καρολίνα,Јужна Каролина,Кăнтăр Каролина,Кечывалвел Каролине,Кечӹвӓлвел Каролина,Къилба Каролина,Көньяк Каролина,Оңтүстік Каролина,Південна Кароліна,Соҕуруу Каролина,Урда Каролина,Хуссар Каролинæ,Штат Паўднёвая Караліна,Южна Каролина,Южная Каролина,Өмнә Карелайн,Հարավային Կարոլինա,דרום קאראליינע,קרוליינה הדרומית,جنوب کارولینا ایالتی,جنوبی کارولینا,جنوبی کیرولائنا,ساؤتھ کیرولائنا,كارولاينا الجنوبية,كارولاينا الجنوبيه,نسایی کارؤلینا,کارولینا ھارگە,کارولینای جنوبی,کارۆلینای باشوور,दक्षिण क्यारोलिना,दक्षिणी केरोलाइना,साउथ कॅरोलिना,साउथ केरोलैना,साउथ क्यारोलाइना,সাউথ ক্যারোলাইনা,ਦੱਖਣੀ ਕੈਰੋਲੀਨਾ,தென் கரொலைனா,ದಕ್ಷಿಣ ಕೆರೊಲಿನಾ,തെക്കൻ കരൊലൈന,รัฐเซาท์แคโรไลนา,ཁ་རོ་ལི་ན་ལྷོ་ཕྱོགས།,တောင်ကယ်ရိုလိုင်းနားပြည်နယ်,სამხრეთი კაროლინა,ሳውዝ ካሮላይና,ᑳᕉᓖᓈ ᓂᒋᖅ,サウスカロライナ州,南卡罗来纳州,南卡羅萊納州,사우스캐롤라이나 주		US	SC	4229842	America/New_York
4662168	Tennessee	tennessee	Estado de Tennessee,Keneki,Kenekī,Shtat Tehnesi,State of Tennessee,TN,Tanassee,Tenesi,Tenesii Hahoodzo,Tenesio,Tenesis,Tenessi,Tenessì,Tenesī,Tennesia,Tennesie,Tennessee,Tennessee suyu,Tennessi,Tennessi Shitati,Tenèsi,Thien-nap-si,Thièn-na̍p-sî,Ténnéssi Shitati,Ténésii Hahoodzo,Volunteer State,rath thennessi,tainesi,tenas'si,teneshi zhou,tenesi,tenesi ju,tenisi,tennasi,tennici,tian na xi zhou,tnsy,tnsy ayalty,tynsy,tynysy,Τενεσί,Тенеси,Теннесси,Теннессі,Штат Тэнесі,Թենեսի,טנסי,טענעסי,تئنئسی,تئنسی,تنسی,تنسی ایالتی,تينيسى,تينيسي,تێنێسی,ٹینیسی,टेनिसी,टेनेसी,টেনেসি,টেনেসী,ਟੈਨੇਸੀ,ટેનેસી,டென்னிசி,టేనస్సీ,ടെന്നസി,รัฐเทนเนสซี,ཐེན་ནེ་སི།,တင်နက်ဆီပြည်နယ်,ტენესი,ቴነሲ,テネシー州,田納西州,田纳西州,테네시 주		US	TN	5935099	America/Chicago
4971068	Maine	maine	Cenomannica,ME,Maine,Maine suyu,Majno,Mayn,Meane Shitati,Mehn,Meiin Hahoodzo,Mein,Meina,Meinas,Meins,Mejin,Mejn,Men,Mene,Meyn,Mien-yin,Mien-yîn,Mèn,Méané Shitati,Méíin Hahoodzo,Mêne,Mën,Pine Tree State,Shtat Mehn,State of Maine,me'ina,mein ju,mein zhou,mena,menis shtʼatʼi,meyn,mian yin,mian yin zhou,miyn ayalty,myn,myyn,rath men,wlayt myn,Μέιν,Мейин,Мейн,Мен,Мејн,Мэн,Штат Мэн,Մեն,מיין,מעין,مين,مِین ایالتی,میئن,مین,مینے,مےن,مەین,ولاية مين,ܡܝܢ,मेइन,मेन,মেইন,ਮੇਨ,மேய்ன்,മെയ്ൻ,รัฐเมน,မိန်းပြည်နယ်,მენის შტატი,መይን,メイン州,緬因州,缅因,缅因州,메인 주		US	ME	1325518	America/New_York
4736286	Texas	texas	Akalii Bikeyah,Akałii Bikéyah,Estado de Texas,Estado de la Estrella Solitaria,Kekeka,Lone Star State,Shtat Tehkhas,State of Texas,TX,Tehas,Tejas,Tekhas,Teksas,Teksas Shitati,Teksasa,Teksasas,Teksaso,Teksasos,Tet-khiet-sat-su,Tet-khiet-sat-sṳ̂,Texas,Texas shtati,Texas suyu,Texia,Tohaanoehoeva,Toháanoéhoëva,Tèxas,Téksas Shitati,de ke sa si zhou,de sa si zhou,rath theksas,taikasasa,tegsaseu ju,tekcas,tekisasu zhou,teksas,teksasa,teksys,tgzas,tgzas ayalty,tksas,tqss,tygzas,tʻqsʼs,Τέξας,Теексәс,Тексас,Техас,Тєѯасъ,Штат Тэхас,Տեխաս,טעקסאס,טקסס,تئگزاس,تكساس,تگزاس,تگزاس ایالتی,تێکساس,ٹیکساس,टेक्सस,टेक्सास,टेक्सास्,तेक्सास,টেক্সাস,ਟੈਕਸਸ,டெக்சஸ்,టెక్సస్,ಟೆಕ್ಸಸ್,ടെക്സസ്,รัฐเทกซัส,ཋེག་ཟ་སི།,တက္ကဆပ်ပြည်နယ်,ტეხასი,ቴክሳስ,ᑖᒃᓵᔅ,テキサス州,德克萨斯州,德克薩斯州,德薩斯州,텍사스 주		US	TX	22875689	America/Chicago
4826850	West Virginia	west-virginia	Albugang Virginia,Anac Virdzhini,Arevmtyan Virjinia,Argaa Vird'inija,Baruun Virdzhini,Baruun Virzhini,Bati Virginia,Batys Virginija,Batı Virginia,Dytiki Virtzinia,Eʼeʼaahjí Bijiniyah Hahoodzo,G'arbiy Virjiniya,Gorllewin Virginia,Guenbatisi Virginiya,Günbatısı Virginiya,Gʻarbiy Virjiniya,Iwoorun Firginia,Kanlurang Virginia,Kasvel Virginij,Kuarahyrese Virginia,Kuarahyresẽ Virginia,Laeaene-Virginia,Laensi-Virginia,Länsi-Virginia,Lääne-Virginia,Malkhbuzera Virgini,Mendebaldeko Virginia,Mountain State,Nyguylaen Virdzhini,Nyugat-Virginia,Oarje-Virginia,Okcidenta Virginio,Qərbi Virciniya,Rietumvirdzinija,Rietumvirdžīnija,Shtat Zakhodnjaja Virginija,Si Virginia,State of West Virginia,Sî Virginia,Tay Virginia,Tây Virginia,Vadyvel Virgini,Vakaru Virdzineje,Vakaru Virdzinija,Vakarū Virdžinėjė,Vakarų Virdžinija,Vest-Virginia,Vestur-Virginia,Vestur-Virginía,Vijini de Lwes,Vijini de Lwès,Virchinia Occidental,Virginia Barat,Virginia Occidental,Virginia Occidentala,Virginia Occidentale,Virginia Occidentalis,Virginia Ocidental,Virginia Ossidental,Virginia Otzidentale,Virginia Thiar,Virginia Tlapcopa,Virginia Tlāpcopa,Virginia Tutrimt,Virginia Uccidintali,Virginia an Iar,Virginia de Vest,Virginia de lOest,Virginia del West,Virginia du Ponant,Virginie-Occidentale,Virginnia Occidenta,Virginnia Oççidentâ,Virgìnia Otzidentale,Virgínia Occidentala,Virgínia Ocidental,Virgínia de lOest,Virjinyaya Rojava,Virxinia Occidental,Vyrjynia West,Vîrjînyaya Rojava,WV,Wast Virginie,Wes-Virginie,Wes-Virginië,Wescht Wirschini,West Virginia,West Virginia suyu,West-Firginia,West-Virginia,Westal Virginia,Westvirginia,Wilikinia Komohana,Wirginia Zachodnia,Yn Virjeeney Heear,Zachodno Wirginijo,Zachodńo Wirgińijo,Zahodna Virginija,Zakhidna Virdzhinija,Zapadna Virdzhinija,Zapadna Virdzinija,Zapadna Virginia,Zapadnaja Virginija,Zapadni Virginie,Západná Virgínia,Západní Virginie,dasavleti virjinia,fyrjynya alghrbyh,fyrjynya alghrbyt,ghrb wyrjynya ayalty,ghrby wyrjynya,merku varjiniya,mghrby wrjynya,oyesta bharjiniya,pachami varajini'a,pascima bharjiniya,pascima varjiniya,rath west wexrcineiy,u~esutobajinia zhou,vest varjiniya,vesta bharjiniya,vesta vharjiniya,vyrjynya aftwnyshyn,vyrjynyay ڕۆzhawa,weseuteubeojinia ju,wyrgynyh hmʻrbyt,wyrjynyay ghrby,xi wei ji ni ya zhou,xi wei zhen ni ya zhou,Ìwọ̀orùn Firginia,Δυτική Βιρτζίνια,Анăç Вирджини,Арҕаа Вирдьиния,Барун Виирҗин,Баруун Вирджини,Баруун Виржини,Батыс Виргиния,Вадывел Виргини,Западна Вирджиния,Западна Вирџинија,Западная Виргиния,Західна Вірджинія,Касвел Виргиний,Көнбайыш Виргиния,Көнбатыш Виргиния,Малхбузера Виргини,Ныгуылæн Вирджини,Штат Заходняя Віргінія,Արևմտյան Վիրջինիա,וועסט ווירדזשיניע,וירגיניה המערבית,غرب ویرجینیا ایالتی,غربی ویرجینیا,غەربىي ۋىرگىنىيە شىتاتى,فيرجينيا الغربية,فيرجينيا الغربيه,مغربی ورجینیا,ویرجینیای غربی,ویسٹ ورجینیا,ڤیرجینیا أفتونئشین,ڤیرجینیای ڕۆژاوا,पश्चिम भर्जिनिया,पश्चिम वर्जीनिया,वेस्ट भर्जिनिया,वेस्ट व्हर्जिनिया,वेस्त भर्जिनिया,वेस्‍ट वर्जिनिया,ওয়েস্ট ভার্জিনিয়া,পশ্চিম ভার্জিনিয়া,ਪੱਛਮੀ ਵਰਜਿਨੀਆ,மேற்கு வர்ஜீனியா,పశ్చిమ వర్జీనియా,ವೆಸ್ಟ್ ವರ್ಜೀನಿಯ,പടിഞ്ഞാറൻ വിർജീന്യ,รัฐเวสต์เวอร์จิเนีย,အနောက် ဗာဂျီးနီးယားပြည်နယ်,დასავლეთი ვირჯინია,ዌስት ቨርጂኒያ,ウェストバージニア州,西維吉尼亞州,西維珍尼亞州,웨스트버지니아 주		US	WV	1817871	America/New_York
4829764	Alabama	alabama	'Alapama,A-la-pa-ma,AL,Alabama,Alabama Shitati,Alabama suyu,Alabamae,Alabamm-a,Alabamo,Alampama,Alavama,Elabeemah Hahoodzo,Heart of Dixie,Ipinle Alabama,Shtat Alabama,State of Alabama,aellabaema ju,alabama,alapama,alybamas,arabama zhou,elabama,ya la ba ma zhou,Â-lâ-pâ-mâ,Élábéemah Hahoodzo,Ìpínlẹ̀ Alabama,Αλαμπάμα,Алабамæ,Алабама,Штат Алабама,Ալաբամա,אלאבאמא,אלבמה,آلاباما,ألاباما,ئەلاباما,الاباما,ܐܠܒܐܡܐ,अलाबामा,एलबामा,আলাবামা,અલાબામા,அலபாமா,అలబామా,ಅಲಬಾಮ,അലബാമ,รัฐแอละแบมา,ཨ་ལ་པ་མ།,အလာဘားမားပြည်နယ်,ალაბამა,አላባማ,ᐋᓛᐹᒫ,‘Alapama,アラバマ州,亚拉巴马州,앨라배마 주		US	AL	4530315	America/Chicago
4831725	Connecticut	connecticut	CT,Conecticut,Coneticute,Connecticut,Connecticut suyu,Connecticuta,Constitution State,Knektikt,Kanetikud,Kanédikiʼ Hahoodzo,Kaonektikioty,Khong-nai-ti-khiet-chu,Không-nái-tí-khiet-chû,Konekikuka,Konektekots,Konektikat,Konektikati,Konektikot,Konektikut,Konektikuta,Konektikutas,Konektikuto,Konektėkots,Konestikut,Konetikut,Konnektikat Shitati,Konnektikut,Konnetikut,Konnéktikat Shitati,Konèktikòt,Kónétíkùt,Shtat Kanektykut,State of Connecticut,kanaitikata,kanekatikata,kanekrrikkatt,kanektikat,kanektikata,kanetikat,kanetikata,kang nai di ke zhou,kang nie di ge,kang nie di ge zhou,kantykt ayalty,kantykyt,kntykt,konechikatto zhou,konetikeos ju,kwnytykt,kۆnێtykt,qwntyqt,rath khxn net thikhat,Κονέκτικατ,Канетикуд,Конектикат,Коннектикут,Кънектикът,Штат Канектыкут,Կոնեկտիկուտ,קאנעטיקעט,קונטיקט,كونيتيكت,کانتیکئت,کانتیکت ایالتی,کنتیکت,کنکٹیکٹ,کنیکٹیکٹ,کۆنێتیکت,ܟܘܢܝܬܝܟܬ,कनेक्टिकट,कनेक्टिकट्,कनेक्तिकत,কানেকটিকাট,কানেটিকাট,ਕਨੈਟੀਕਟ,கனெடிகட்,కనెక్టికట్,ಕನೆಕ್ಟಿಕಟ್,കണെക്റ്റിക്കട്ട്,รัฐคอนเนตทิคัต,ကနနကတကတပြညနယ,ကွန်နက်တီကတ်ပြည်နယ်,კონექტიკუტი,ኮነቲከት,コネチカット州,康乃狄克州,康涅狄格,康湼狄格州,코네티컷 주		US	CT	3527249	America/New_York
4862182	Iowa	iowa	'Iowa,Aioua,Aiova,Ajov,Ajova,Ajovae,Ajovo,Ayova,Ayowa,Hawkeye State,Haʼaʼaahji Dzigaii,Haʼaʼaahjí Dzígaii,IA,Iova,Iovao,Iowa,Iowa suyu,Lowa Shitati,Oi-ho-fa,Oi-hò-fà,Shtat Ajova,State of Iowa,a'i'ova,a'i'oya,a'iraa,ai ao hua zhou,ai ao wa zhou,ai he hua zhou,aiova,aiowa ju,aiowa zhou,aiyava,ayova,aywa,aywva,aywwa,aywwa ayalty,ayywwa,rath xixowa,Áyowạ,İowa,Αϊόβα,Айов,Айовæ,Айова,Айово,Ајова,Штат Аёва,Այովա,איווה,אייאווע,آئیووا,آيوا,آیوا,آیووا,آیووا ایالتی,آیوڤا,ئایۆوا,ايوا,ܐܝܐܘܐ,अयोवा,आयोवा,আইওয়া,আইৱা,ਆਇਓਵਾ,આયોવા,அயோவா,అయోవా,ಅಯೋವಾ,ഐയവ,รัฐไอโอวา,ཡོ་བ།,အိုင်အိုဝါပြည်နယ်,აიოვა,አዮዋ,ᐃᐅᕙ,‘Iowa,アイオワ州,埃奧華州,爱荷华州,艾奥瓦州,아이오와 주,𐌹𐌿𐍅𐌰		US	IA	2955010	America/Chicago
4896861	Illinois	illinois	'Ilinoe,Elenuojos,Estado de Illinois,IL,Ilinoi,Ilinois,Ilinoisa,Ilinoj,Ilinojs,Ilinojso,Ilinojus,Ilinoys,Ilinwa,Ilinóis,Illinoesia,Illinois,Illinois suyu,Illinoj,Illinojs,Illinoyiz Shitati,Illinoys,Prairie State,Shtat Ilinojs,State of Illinois,To Nitsaa Nilibaah Hahoodzo,Tó Nitsaa Nílį́bąąh Hahoodzo,Yi-li-no,Yî-li-nò,alynwy,aylynwy,aylynwy ayalty,aylynwyz,ileno'is,ilina'e,ilinaya,ilinayasa,ilino'i,ilinoisi,ilinoy,ilinoya,illinayis,illineayi,illinoi ju,irinoi zhou,rath xillinxys,yi li nuo yi zhou,yi li nuo zhou,yylynwy,Ėlėnuojos,İllinois,İllinoys,Ιλινόι,Іллінойс,Илиноис,Илиной,Илинойс,Иллиной,Иллинойс,Штат Ілінойс,Իլինոյս,אילינוי,إلينوي,ئیلینوی,ئیلینۆی,الینوائے,الینوۓ,ايلينوى,ایلینوی,ایلینوی ایالتی,ایلینویز,ܐܠܝܢܘܝ,इलिनॉय,इलिनोइ,इलेनॉइस्,ইলিনয়,ইলিনয়স,ਇਲੀਨਾਏ,இலினொய்,ఇల్లినాయిస్,ഇല്ലിനോയി,รัฐอิลลินอยส์,အီလီနွိုင်းပြည်နယ်,ილინოისი,ኢሊኖይ,ᐄᓚᓄᐃᔅ,‘Ilinoe,イリノイ州,伊利諾州,伊利诺伊州,일리노이 주,𐌹𐌻𐌻𐌹𐌽𐍉𐌹𐍃		US	IL	12772888	America/Chicago
4921868	Indiana	indiana	'Inikiana,Endiana,Estado de Indiana,Hoosier State,IN,Indian-a,Indiana,Indiana muzh,Indiana suyu,Indianae,Indianao,Indiane,Indiann-a,Indijana,Indiyana,Indiyanna Shitati,Indiāna,Indiǣna,Intiana,Ndiana,Ndiánà,Shtat Indyjana,State of Indiana,Yin-thi-on-nap,Yin-thi-ôn-na̍p,andyana,ayndyana,ayndyana ayalty,idi'ana,indiaena ju,indiana,indiana zhou,indiyana,intiyana,intyana,yin di an na zhou,yyndyana,Índíʼyéenah Hahoodzo,Ėndiana,İndiana,Ιντιάνα,Індіана,Индианæ,Индиана,Индиана муж,Индиане,Индијана,Индән,Штат Індыяна,Ինդիանա,אינדיאנה,אינדיאנע,إنديانا,ئیندیانا,انديانا,انڈیانا,ایندیانا,ایندیانا ایالتی,ܐܢܕܝܐܢܐ,इंडियाना,इण्डियाना,इन्डियाना,इन्दियाना,ইন্ডিয়ানা,ਇੰਡੀਆਨਾ,ઇન્ડિયાના,இந்தியானா,ఇండియానా,ಇಂಡಿಯಾನಾ,ഇന്ത്യാന,รัฐอินดีแอนา,ཨིན་ཌི་ཡཱ་ན།,အင်ဒီယားနားပြည်နယ်,ინდიანა,ኢንዲያና,ᐃᓐᑎᐋᓈ,‘Inikiana,インディアナ州,印第安納州,印第安纳州,인디애나 주		US	IN	6265933	America/Indiana/Indianapolis
5001836	Michigan	michigan	MI,Mecegans,Met-hiet-kin,Me̍t-hiet-kîn,Michigan,Michigan Shitati,Michigan suyu,Michigania,Michigao,Michigen,Michigàn,Michigão,Michiign,Mich·igan,Micigana,Miciganas,Micigano,Micigen,Miciqan,Mikikana,Mishigin Hahoodzo,Misigan,Misinkan,Miçiqan,Miĉigano,Mičigana,Mičiganas,Míchigan,Míshigin Hahoodzo,Mėčėgans,Shtat Michygan,State of Michigan,Wolverine State,mi xie gen zhou,mi zhi gen zhou,miccikan,michiganis shtʼatʼi,micigana,mishigan zhou,misigan,misigan ju,misigana,mshy gn,mshygn,myshygan,myshygan ayalty,myshyghan,myshyjan,mysygn,Μίσιγκαν,Мичиган,Мичиген,Мичиигн,Мічиган,Штат Мічыган,Միչիգան,מישיגן,مشی گن,مشیگن,ميشيجان,ميشيغان,میشیگان,میشیگان ایالتی,ܡܫܝܓܢ,मिचिगन,मिशिगन,मिसिगन,মিশিগান,ਮਿਸ਼ੀਗਨ,மிச்சிகன்,మిషిగన్,മിഷിഗൺ,รัฐมิชิแกน,མི་ཅི་གྷན།,မီချီဂန်ပြည်နယ်,მიჩიგანის შტატი,ሚሺጋን,ミシガン州,密歇根州,密芝根州,미시간 주		US	MI	9883360	America/Detroit
5037779	Minnesota	minnesota	Estado de Minnesota,MN,Menesuota,Min-ni-su-that,Minekoka,Minesota,Minesoto,Minisoodah Hahoodzo,Minnesota,Minnesota Shitati,Minnesota suyu,Minnesotae,Minnesoto,Minnesòta,Minnésota Shitati,Minésótạ,Mìn-nì-sû-tha̍t,Mínisóodah Hahoodzo,Mėnesuota,North Star State,Shtat Minesota,State of Minnesota,minacotta,minaseatta,minesota,minesota ju,minesota zhou,ming ni su da zhou,minisota,minnasota,mynswta ayalty,mynswth,myny swta,mynyswta,mynysۆta,rath minnisota,Μινεσότα,Минесота,Минисөт,Миннесотæ,Миннесота,Миннесото,Міннесота,Штат Мінесота,Մինեսոտա,מינסוטה,מינעסאטע,منسسوٹا,مينيسوتا,مینئ سوٙتا,مینسوتا ایالتی,مینه‌سوتا,مینیسوٹا,مینیسۆتا,ܡܢܝܣܘܬܐ,मिनिसोटा,मिनेसोटा,मिनेसोता,মিনেসোটা,ਮਿਨੇਸੋਟਾ,மினசோட்டா,మిన్నసోటా,മിനസോട്ട,รัฐมินนิโซตา,မင်နီဆိုးတားပြည်နယ်,მინესოტა,ሚንሶታ,ᒦᓃᓲᑖ,ミネソタ州,明尼苏达州,明尼蘇達州,미네소타 주		US	MN	5141953	America/Chicago
5073708	Nebraska	nebraska	Cornhusker State,Estado de Nebraska,NE,Nabeeskah Hahoodzo,Nebraask,Nebrasca,Nebraska,Nebraska Shitati,Nebraska suyu,Nebraskae,Nebraske,Nebrasko,Nempraska,Nepalaka,Nui-pu-la-su-ka,Nui-pu-lâ-sṳ̂-kâ,Nébraska Shitati,Shtat Nebraska,State of Nebraska,nabarasaka,nbraska,nbraska ayalty,nbrsqh,nebeulaeseuka ju,nebraska,neburasuka zhou,nei bu la si jia zhou,nepraska,nybraska,nybyraska,Νεμπράσκα,Небрааск,Небраскæ,Небраска,Небраске,Штат Небраска,Նեբրասկա,נברסקה,נעבראסקא,نئبئراسکا,نبراسكا,نبراسکا,نبراسکا ایالتی,نیبراسکا,ܢܝܒܪܐܣܟܐ,नेब्रास्का,नेब्रास्‍का,নেব্রাস্কা,ਨਬਰਾਸਕਾ,નેબ્રાસ્કા,நெப்ராஸ்கா,నెబ్రాస్కా,ನೆಬ್ರಸ್ಕಾ,നെബ്രാസ്ക,รัฐเนแบรสกา,နီဘရားစကားပြည်နယ်,ნებრასკა,ነብራስካ,ネブラスカ州,內布拉斯加州,네브래스카 주		US	NE	1757399	America/Chicago
5090174	New Hampshire	new-hampshire	Bagong Hampshire,Cene Gehmpshir,Granite State,Hampshire Berri,Hampshire Nowydh,Hampshire Nuadh,Hampshire Ohuru,Hampshire Ohúrú,Mueva Hampshire,N'ju Khehmpshir,N'ju-Gehmpshir,N'ju-Gempshir,N'ju-Khehmpshir,NH,Naujasis Hampsyras,Naujasis Hampšyras,Naus Hampsirs,Naus Hampšīrs,Neu Han-pu-ha,New Hampshire,New Hampshire suyu,Niihempshoo Hahoodzo,Niihémpshoo Hahoodzo,Nij-Hampshire,Niou Chamsair,Niu Hampshire,Niwu Hamtunscir,Nju Khampshur,Nju Khempshir,Noeuvo Hampshire,Nou Anpchi,Nou Hampshire,Nov-Hampshire,Nov-Hampsiro,Nov-Hampŝiro,Nova Hampshire,Nova Hantonia,Nova-Hampshire,Nu Hamekia,Nueva Hampshire,Nuevo Hampshire,Nuhempsira,Nyu Hempʻsir,Nyu-Hempsir,Nyu-Hempşir,Nyu-Xempshir,Néu Hàn-pu-ha,Nòu Hampshire,Nīwu Hāmtūnscīr,Nū Hamekia,Pyahu Hampshire,Shtat N'ju-Gehmpshyr,State of New Hampshire,Tchiaq Hampshire,Yancuic Hampshire,Yancuīc Hampshire,Yengi Xampishir Shitati,Yéngi Xampishir Shitati,n'yu hempasayara,n'yu hyampsara,n'yu hyampsayara,naya hempasayara,nhu hyampsayara,ni'u haimpasara,ni'u hyampasayara,niu xian xi zhou,niu-hempshiri,niyu hamcayar,nyuhaempeusyeo ju,nyuhanpusha zhou,nyw hmpsyyr,nywhambshyr,nywhamshyr,nywhmpshayr,nywhmpshayr ayalty,nywhmshayr,nywھەmpshyr,xin han bu shen er,xin han bu shen er zhou,Çĕнĕ Гэмпшир,Ņūhempšīra,Νιου Χάμσαϊρ,Њу Хемпшир,Нью Хэмпшир,Нью-Гемпшир,Нью-Гэмпшир,Нью-Хэмпшир,Ню Хампшър,Шин Хәмшир,Штат Нью-Гэмпшыр,Նյու Հեմփշիր,ניו המפשייר,ניו העמפשער,نيوهامبشير,نيوهامشير,نیو ہیمپشائر,نیوهمشایر,نیوهمپشایر,نیوهمپشایر ایالتی,نیوٙھامپشایئر,نیوھەمپشیر,ܢܝܘ ܗܐܡܦܫܪ,नया हेम्पशायर,न्यु ह्याम्प्शायर,न्यू हॅम्पशायर,न्यू ह्याम्प्सर,न्हु ह्याम्प्शायर,न्‍यू हेम्‍पशायर,নিউ হ্যাম্পশায়ার,নিউ হ্যাম্প্‌শায়ার,ਨਿਊ ਹੈਂਪਸ਼ਰ,ન્યૂ હેમ્પશાયર,நியூ ஹாம்சயர்,ന്യൂ ഹാംഷെയർ,รัฐนิวแฮมป์เชียร์,ནེའུ་ཧམ་ཕུ་ཤར།,နယူးဟမ်ရှိုင်းယားပြည်နယ်,ნიუ-ჰემფშირი,ኒው ሃምፕሸር,ニューハンプシャー州,新罕布什尔州,新罕布什爾,紐咸西州,뉴햄프셔 주		US	NH	1316216	America/New_York
5101760	New Jersey	new-jersey	Cene Dzhersi,Garden State,Jersey Nuadh,Jersi Nowydh,Mueva Jersey,N'ju D'ehrsi,N'ju-Dzhersi,NJ,Naujasis Dzersis,Naujasis Džersis,Naus Dzerses,Naus Džersės,Nei-Schaersi,Neu Tset-si,Neuvo Jersey,New Jersey,New Jersey osariik,New Jersey suyu,Niijeizii Hahoodzo,Niijéízii Hahoodzo,Nij-Jersey,Niou Tzersei,Niu Yersey,Niwe Cesarea,Nju DZersi,Nju DZerzi,Nju Dzerzi,Nju Dzhursi,Nou Jeze,Nou Jèze,Nov-Jersey,Nov-Jerzejo,Nov-Ĵerzejo,Nova Caesarea,Nova Jersey,Nova Jersia,Nova Jérsia,Nova-Jersey,Nu 'Ieleke,Nu Jezi,Nudzersija,Nueva Jersey,Nuova Gersei,Nyu Cersi,Nyu Jersi,Nyu-Jersi,Néu Tset-sî,Nòva Jersey,Nú Jezị,Nīwe Cēsarēa,Nū ‘Ieleke,Pyahu Jersey,Shtat N'ju-Dzhehrsi,State of New Jersey,Tchiaq Jersey,Yancuic Jersey,Yancuīc Jersey,Yengi Jersey Shtati,Yéngi Jérséy Shtati,n'yu jarsi,n'yu jelsi,n'yujersi,nhu jarsi,ni'u jarasi,ni'u jarsi,niu ze xi zhou,niu-jersi,niyu cerci,nyujaji zhou,nyujeoji ju,nyw grzy,nyw gyrsy,nyw jrsy,nyw jyrsy,nywjrsy ayalty,nywjyrsy,rath niwcexrsi y,xin ze xi zhou,Çĕнĕ Джерси,Ņūdžersija,Νιου Τζέρσεϊ,Њу Џерзи,Њу Џерси,Нью Дьэрси,Нью-Джерси,Нью-Джерсі,Ню Джърси,Ню-Ҷерси,Шин Җөөзи,Штат Нью-Джэрсі,Նյու Ջերսի,ניו גרזי,ניו זשערסי,نيو جيرسى,نيو جيرسي,نیو جرسی,نیوجرسی ایالتی,نیوجێرسی,نیوٙجئرسی,ܢܝܘ ܓܝܪܣܝ,न्यु जर्सी,न्यू जर्सी,न्हु जर्सी,न्‍यू जर्सी,নিউ জার্সি,ਨਿਊ ਜਰਸੀ,நியூ செர்சி,న్యూజెర్సీ,ന്യൂ ജെഴ്സി,รัฐนิวเจอร์ซีย์,ནེའུ་ཇེར་སས།,နယူးဂျာစီပြည်နယ်,ნიუ-ჯერსი,ኒው ጄርዚ,ニュージャージー州,新泽西州,紐澤西州,뉴저지 주		US	NJ	8751436	America/New_York
5128638	New York	new-york	Cene Jork,Delstaten New York,Eabhraig Nuadh,Efrog Newydd,Empire State,Estado de Nova York,Estado de Nueva York,Estat de Nova York,Etat de New York,Ipinle New York,Kin Yótʼááh Deezʼá Hahoodzo,Mueva York,N'ju Jork,N'ju-Jork,N'ju-Jork Muzh Uls,NY,Nea Yorki,Neu Jorck,Neu-yok-chu,New Jork,New Nederlandt,New Netherland,New Netherlandes,New Yorgi osariik,New York,New York (Bundesstaat),New York Isifunda,New York State,New York suyu,New York-fylki,Nieuw Nederland,Niojuorks,Niorche,Niu York,Niu-iok-ciu,Niujorko valstija,Niwe Eoforwic,Niū-iók-ciŭ,Nju Jork,Nju Yoorg,Nju-Jork,Njujork,Nou Yok,Nou Yòk,Nouvelle Yorck,Nov-Jorkio,Nova Iorque,Nova York,Nova-York,Novum Eboracum,Nowy Jork,Nu Yok,Nua-Eabhrac,Nueva York,Nuioka,Nujorka,Nuova York,Nyu York,Nyu york Shtati,Nyu-York,Nyu-York staty,Nyuyork Shitati,Néu-yok-chû,Nòva York,Nú Yọk,Nýu-Ýork ştaty,Nīwe Eoforwīc,Pyahu Iork,Shin Jork,Shtat N'ju-Jork,Stat Evrek Nowydh,State of New York,Stato di New York,Tchiaq York,Tieu bang New York,Tiểu bang New York,Yancuic York,York Noa,ayalt nywywrk,n'yu yark,n'yu yarka,n'yu yorka,n'yuyark rastram,n'yuyorka,nhu yarka,ni'u iyarka,ni'u yaraka,ni'u yarka,niu,niu yue zhou,niu-iorkʼis shtʼatʼi,niyu york manilam,nyuyog ju,nyuyoku zhou,nyw yark,nyw ywrq,nywyark,nywywrk,nywywrk ayalt,rath niwyxrk,wlayt nywywrk,Çĕнĕ Йорк,État de New York,Ìpínlẹ̀ New York,Ņujorka,Νέα Υόρκη,Њујорк,Нью Йорк,Нью-Йорк,Нью-Йорк Муж Улс,Ню Йорк,Ню-Йорк,Шин Йорк,Штат Нью-Ёрк,Նյու Յորք,ניו יארק,ניו יורק,ایالت نیویورک,نيو يارڪ,نيويارک,نيويورك,نیو یارک,نیویارک,نیویورک,نیویورک ایالت,نیویۆرک,ولاية نيويورك,ܢܝܘ ܝܘܪܩ,न्यु यर्क,न्यू यार्क्,न्यू यॉर्क,न्यू योर्क,न्यूयॉर्क,न्हु यर्क,নিউ ইয়র্ক,ਨਿਊ ਯਾਰਕ,ନିଉ ୟର୍କ,நியூ யோர்க் மாநிலம்,న్యూయార్క్ రాష్ట్రం,ನ್ಯೂ ಯಾರ್ಕ್,ന്യൂയോർക്ക്,නිව්යෝක්,รัฐนิวยอร์ก,ລັດນີວຢອກ,နယူးယောက်ပြည်နယ်,ნიუ-იორკის შტატი,ኒው ዮርክ,ᏄᏯᎩ,ᓂᐅ ᐃᐅᕐᒃ,ញូវយ៉ក,ニューヨーク州,紐約州,纽约州,뉴욕 주		US	NY	19274244	America/New_York
5165418	Ohio	ohio	'Ohaio,Buckeye State,Ngo-hai-ngo,Ngò-hài-ngò,OH,Ochaio,Ogajo,Ogayo,Ohaio,Ohaiyo,Ohajas,Ohajo,Ohajos,Ohayo,Ohaïyo,Ohio,Ohio suyu,Ohium,Okhajo,Oohaayoo Hahoodzo,Oohááyoo Hahoodzo,Owayo,Oxayo Shtati,Shtat Agaja,State of Ohio,awhayw,awhayw ayalty,e hai e zhou,oaios,oha'i'o,ohaio,ohaio ju,ohaio zhou,ohayea,ohayo,okaiyo,rath xohixo,yۆھayۆ,Οχάιο,Огайо,Охайо,Охајо,Оҳаё,Штат Агая,Өхәй,Օհայո,אהאיא,אוהיו,أوهايو,ئوھایو,ئۆھایۆ,اؤهايؤ,اوهايو,اوهایو,اوهایو ایالتی,اوہائیو,ܐܘܗܐܝܘ,ओहायो,ওহাইও,ਓਹਾਇਓ,ஒகையோ,ഒഹായോ,รัฐโอไฮโอ,ཨོ་ཧེའོ།,အိုဟိုင်းယိုးပြည်နယ်,ოჰაიო,ኦሃዮ,ᐅᓵᐃᐅ,‘Ohaio,オハイオ州,俄亥俄州,오하이오 주		US	OH	11467123	America/New_York
5224323	Rhode Island	rhode-island	Ala mmiri Rhode,Ellan Rhode,Erekusu Rhode,Erékùṣù Rhode,Estado de Rhode Island,Ilha de Rodes,Isoa de Rhode,Little Rhody,Lo-tet-to,Loke 'Ailana,Loke ‘Ailana,Lò-tet-tó,Oilean Rhode,Oileán Rhode,Pulu ning Rhode,RI,Rhode Ieg,Rhode Island,Rhode Island and Providence Plantations,Rhode Island suyu,Rhode Īeg,Rhode-Island,Rhode-Island and Providence Plantations,Rhodensis Insula,Rod Ailandas,Rod Ailands,Rod Ajlehnd,Rod Ajlend,Rod Ajlund,Rod Arl,Rod Aylann,Rod Aylend,Rod-Ajlend,Rod-Aylend,Rod-Insulo,Rodailenda,Rode Arili Shitati,Rode Qikiqtaq,Rodé Arili Shitati,Rogue's Island,Rogues' Island,Roodt Eylandt,Roount Ailant,Roud Ajland,Shtat Rod-Ajlend,State of Rhode Island and Providence Plantations,Wood Aalin Hahoodzo,Wóód Áalin Hahoodzo,Ynys Rhode,lodeuaillaendeu ju,luo de dao,luo de dao zhou,rod ailend,rod-ailendi,roda a'ilainda,roda a'ilyanda,roda ailainda,roda tapu,rodoairando zhou,rot tivu,rwd ayland,rwd aylnd,rwd aylnd ayalty,rwdayland,rwdaylnd,rwڈ aylynڈ,Àlá mmírí Rhode,Ρόουντ Άιλαντ,Род Айленд,Род Айлънд,Род Айлэнд,Род Арл,Род Ајленд,Род-Айленд,Роуд Ајланд,Рөүд-Айленд,Штат Род-Айленд,Ռոդ Այլենդ,ראוד איילענד,רוד איילנד,رود آيلاند,رود آیلند,رود آیلند ایالتی,رود ايلاند,رودآیلأند,رودآیلند,روڈ آئلینڈ,رہوڈز آئلینڈ,ڕۆd yaylەnd,ڕۆد ئایلەند,ܪܘܕ ܐܝܠܐܢܕ,रोड आइलैण्ड,रोड आइल्यान्ड,रोड ऐलैंड,रोड टापू,र्‍होड आयलंड,রোড আইল্যান্ড,ਰੋਡ ਟਾਪੂ,றோட் தீவு,ರೋಡ್ ಐಲೆಂಡ್,റോഡ് ഐലൻഡ്,รัฐโรดไอแลนด์,ရုဒ်အိုင်းလန်းပြည်နယ်,როდ-აილენდი,ሮድ አይላንድ,ロードアイランド州,罗德岛,羅德島州,로드아일랜드 주		US	RI	1050292	America/New_York
5242283	Vermont	vermont	Bimááʼ Hahoodzo,Fermont,Fu-mung-thit,Fu-mùng-thi̍t,Green Mountain State,Mons Viridis,Shtat Vermont,State of Vermont,VT,Veermont,Vemont,Vermont,Vermont suyu,Vermonta,Vermontas,Vermonte,Vermonto,Vermuonts,Vurmont,Vèmont,Vèrmont,Vērmonta,Welemoneka,Wermont Shitati,Wérmont Shitati,bamonto zhou,beomonteu ju,bharmanta,bharmonta,byrmwnt,fu meng te,fu meng te zhou,fyrmwnt,rath wexrmxnt,varamanta,varamonta,varmanta,varmonta,vermant,vharamamta,vyrmwnt,vێrmۆnt,wrmwnt,wrmwnt ayalty,Βερμόντ,Веермонт,Вермонт,Върмонт,Штат Вермонт,Վերմոնտ,ווערמאנט,ורמונט,فيرمونت,ورمونت,ورمونت ایالتی,ورمونٹ,ڤئرمونت,ڤێرمۆنت,ܒܝܪܡܘܢܬ,भर्मांट,भर्मोन्ट,वरमॉण्ट,वर्मांट,व्हरमाँट,ভার্মন্ট,ਵਰਮਾਂਟ,વર્મોન્ટ,வெர்மான்ட்,వెర్మాంట్,വെർമോണ്ട്,รัฐเวอร์มอนต์,ဗားမောင့်ပြည်နယ်,ვერმონტი,ቬርሞንት,バーモント州,佛蒙特,佛蒙特州,버몬트 주		US	VT	624501	America/New_York
5279468	Wisconsin	wisconsin	Badger State,Estado de Wisconsin,Hoiskaonsiny,Ouiskonsin,Shtat Viskonsin,State of Wisconsin,Uiskonsin,Uisqonsin,Vi-su-khong-sin,Visconsinia,Viskaansin,Viskonsens,Viskonsin,Viskonsina,Viskonsinas,Viskonsino,Viskonsėns,Vî-sṳ̂-không-sîn,WI,Wikonekina,Wisconsene,Wisconsin,Wisconsin suyu,Wiskaansin Hahoodzo,Wiskonnsenn,Wiskonsin,Wiskonsin Shitati,rath wiskhxnsin,u'icakanacina,u'isakanasina,u~isukonshin zhou,vinkosina,visakansana,viskansin,viskansina,viskoncin,viskonsina,vyskansyn,wei si kang xin zhou,wiseukonsin ju,wskwnsn,wyskansyn,wyskansyn ayalty,wyskwnsn,wyskwnsyn,wysqwnsyn,Ουισκόνσιν,Вискаансин,Висконсин,Вісконсин,Уисконсин,Штат Вісконсін,Վիսկոնսին,וויסקאנסין,ויסקונסין,وسکونسن,ويسكونسن,ويسكونسين,ویسکانسین,ویسکانسین ایالتی,ویسکۆنسین,ڤیسکانسین,ܘܝܣܟܘܢܣܢ,विन्कोसिन,विस्कान्सिन,विस्कान्सिन्,विस्कॉन्सिन,উইচকনচিন,উইসকনসিন,ਵਿਸਕਾਂਸਨ,விஸ்கொன்சின்,విస్కాన్సిన్,ವಿಸ್ಕೊನ್‌ಸಿನ್,വിസ്കോൺസിൻ,รัฐวิสคอนซิน,ཝིས་སི་ཁོན་སིན།,ဝစ္စကွန်းဆင်းပြည်နယ်,უისკონსინი,ዊስኮንሲን,ウィスコンシン州,威斯康辛州,위스콘신 주,𐍅𐌹𐍃𐌺𐍉𐌽𐍃𐌹𐌽𐌾𐌰		US	WI	5535168	America/Chicago
5332921	California	california	Akeehashiih Hahoodzo,Akééháshį́į́h Hahoodzo,Albion,Alta California,CA,Calafornia,Calafòrnia,Calif,Calif.,Califfornia,Californeye,California,California Del Norte,California Republic,California Septentrional,California Superior,California suyu,Californie,Californien,Californië,Califòrnia,Califórnia,Całifornia,Estado de California,Golden State,Ka-li-fuk-ni-a,Kalefuorneje,Kaleponi,Kalifonaen,Kalifoni,Kalifonän,Kaliforni,Kalifornia,Kalifornie,Kalifornien,Kalifornij,Kalifornija,Kalifornijo,Kalifornio,Kaliforniska,Kaliforniya,Kaliforniya shtati,Kaliforniye Shitati,Kalifornië,Kalifornje,Kalifornía,Kaliforńijo,Kalifurnya,Kalifòni,Kalifọ́rníà,Kalėfuornėjė,Karaponia,Karapōnia,Kâ-li-fuk-nì-â,New Albion,Noua Albion,Nueva California,Shtat Kalifornija,State of California,WCC,jia li fu ni ya,jia li fu ni ya zhou,jia zhou,kaelliponia ju,kailiforani'a,kailiforniya,kalifornias,kaliforniya,kaliphorniya,kaliporniya,kalyfrnya,kalyfwrnya,kalyfwrnya ayalty,kariforunia zhou,keliphorniya,kyaliphorniya,kylyfwrnya,qlypwrnyh,Καλιφόρνια,Калифорни,Калифорний,Калифорния,Калифорнија,Каліфорнія,Штат Каліфорнія,Կալիֆոռնիա,קאליפארניע,קליפורניה,كاليفورنيا,کالیفرنیا,کالیفورنیا,کالیفورنیا ایالتی,کالیفۆرنیا,کالېفورنیا,کیلیفورنیا,कालिफ़ोर्निया,कॅलिफोर्निया,कैलिफ़ोर्निया,क्यालिफोर्निया,ক্যালিফোর্নিয়া,ਕੈਲੀਫ਼ੋਰਨੀਆ,કેલિફોર્નિયા,கலிபோர்னியா,కాలిఫోర్నియా,ಕ್ಯಾಲಿಫೊರ್ನಿಯ,കാലിഫോർണിയ,รัฐแคลิฟอร์เนีย,ཁྰ་ལེ་ཧྥོར་ནི་ཡ།,ကယ်လီဖိုးနီးယားပြည်နယ်,კალიფორნია,ካሊፎርኒያ,ᑳᓖᐴᕐᓃᐊ,カリフォルニア州,加利福尼亚,加利福尼亚州,加利福尼亞州,加州,캘리포니아 주		US	CA	39512223	America/Los_Angeles
5417618	Colorado	colorado	CO,Centennial State,Colorado,Colorado suyu,Coloradu,Coloratum,Cołorado,Dibe Nitsaa Hahoodzo,Dibé Nitsaa Hahoodzo,Estado de Colorado,Kho-lo-la-to,Khô-lò-là-tô,Kolarad,Kololako,Koloradas,Koloradio,Kolorado,Kolorado Shitati,Kolorads,Koloranto,Kolorādo,Shtat Kalarada,State of Colorado,ge luo la du zhou,kalorado,ke luo la duo zhou,kealaradea,klradw,klradw ayalty,kolarado,kolarato,kollolado ju,kolorado,kolorados,koloryado,kororado zhou,kwlwradw,kʼolorados shtʼatʼi,qwlwrdw,rath kholorado,Κολοράντο,Коларад,Колорадо,Штат Каларада,Կոլորադո,קאלאראדא,קולורדו,كولورادو,کلرادو,کلرادو ایالتی,کلراډو,کولورادو,کولوراڈو,کۆلۆرادۆ,ܟܘܠܘܪܐܕܘ,कॉलोराडो,कोलोराडो,कोलोरादो,कोलोर्याडो,কলোরাডো,ਕੋਲੋਰਾਡੋ,கொலராடோ,కొలరాడో,കൊളറാഡോ,รัฐโคโลราโด,ཁོ་ལོ་ར་ཌོ།,ကော်လိုရာဒိုပြည်နယ်,კოლორადოს შტატი,ኮሎራዶ,ᑰᓘᕌᑑ,コロラド州,哥羅拉度州,科羅拉多州,콜로라도 주		US	CO	4678630	America/Denver
5481136	New Mexico	new-mexico	Bagong Mehiko,Cene Meksika,Ipinle Titun Meksiko,Land of Enchantment,Meagsago Nuadh,Meksiko Nowydh,Mexiko Berria,Musuq Mishiku suyu,N'ju Meksiko,N'ju-Mekhiko,N'ju-Meksiko,N'yu-Meksiko,NM,Naujoji Meksika,Nee-Mexiko,Neo Mexiko,Neu Met-si-ko,Neuv Messich,Neuv Méssich,New Mexico,New Mixiku suyu,New Mïxiku suyu,Nieu-Meksiko,Nieuw Mexico,Nij-Meksiko,Niu Mexico,Niwe Mexico,Nju Meksiko,Noeuvo Mescico,Noev Messich,Nou Meksiko,Nou Mexic,Nou Mèxic,Nouveau-Mexique,Nov-Meksiko,Nova Mehika,Nova-Mexikia,Nove Mexiko,Novel-Mexique,Novi Meksiko,Novo Meksiko,Novo Mexico,Novo México,Novum Mexicum,Nové Mexiko,Novél-Mexique,Nowy Meksyk,Nu Mekiko,Nu Meziko,Nua-Mheicsiceo,Nueva Mehiko,Nuevo Mejico,Nuevo Mexico,Nuevo Méjico,Nuevo México,Nuevu Mexicu,Nuevu Méxicu,Numeksika,Nuovo Messico,Nyu-Meksiko,Néu Me̍t-sî-kô,Nòu Mexic,Növ Messich,Nú Mézíkọ,Nīwe Mexico,Nū Mekiko,Pyahu Mejiko,Pyahu Méjiko,Shin Meeksik,Shtat N'ju-Meksika,State of New Mexico,Tchiaq Mexiqo,Uj-Mexiko,Yancuic Mexihco,Yancuīc Mēxihco,Yengi Meksika Shitati,Yooto Hahoodzo,Yootó Hahoodzo,Yéngi Méksika Shitati,n'yu meksikkea,n'yu meksiko,naya meksiko,ni'u meksiko,niyu mekciko,nyumegsiko ju,nyumekishiko zhou,nyw mksykw,nyw mqsyqw,nyw myksykw,nywmksykw,nywmkzykw,rath niwmeksiko,xin mo xi ge zhou,Çĕнĕ Мексика,Ìpínlẹ̀ Titun Mẹ́ksíkò,Új-Mexikó,Ņūmeksika,Νέο Μεξικό,Нови Мексико,Ново Мексико,Нью Мексико,Нью-Мексико,Нью-Мехико,Ню Мексико,Шин Меексик,Штат Нью-Мексіка,Նյու Մեքսիկո,ניו מעקסיקא,ניו מקסיקו,نيو مكسيكو,نيومكسيكو,نیو میکسیکو,نیومکزیکو,نیومەکسیکۆ,ܢܝܘ ܡܝܟܣܝܟܘ,नया मेक्सिको,न्यू मेक्सिको,নিউ মেক্সিকো,நியூ மெக்சிகோ,న్యూ మెక్సికో,ന്യൂ മെക്സിക്കോ,รัฐนิวเม็กซิโก,མེག་སི་ཀོ་གསར་མ།,နယူးမက္ကဆီကိုပြည်နယ်,ნიუ-მექსიკო,ᏍᏆᏂᏤᏍᏛᎢ,ニューメキシコ州,新墨西哥州,뉴멕시코 주		US	NM	1912684	America/Denver
5509151	Nevada	nevada	Estado de Nevada,NV,Naevada,Naʼazhǫǫsh Hahoodzo,Nebada,Nevad,Nevada,Nevada suyu,Nevadae,Nevadda,Nevade,Nevado,Newada,Newada shitati,Nivata,Nui-fa-that,Nui-fà-tha̍t,Náevadạ,Néwada shitati,Shtat Nevada,Silver State,State of Nevada,navada,nbdh,nebada ju,nebada zhou,nebhada,nebheda,nei hua da zhou,nevada,nevata,nevhada,nwada,nwada ayalty,nyfada,nyvada,rath newada,Νεβάδα,Невад,Невадæ,Невада,Неваде,Штат Невада,Նևադա,נבדה,נעוואדא,نئڤادا,نوادا,نوادا ایالتی,نيفادا,نیواڈا,نیڤادا,ܢܝܒܐܕܐ,नेभादा,नेभेदा,नेवाडा,नेव्हाडा,নেভাডা,ਨਵਾਡਾ,நெவாடா,ನೆವಾಡಾ,നെവാഡ,รัฐเนวาดา,ནེ་བ་ད།,နီဗားဒါးပြည်နယ်,ნევადა,ነቫዳ,ᓂᕚᑖ,ネバダ州,內華達州,内华达州,네바다 주		US	NV	2399532	America/Los_Angeles
5549030	Utah	utah	Beehive State,Estado de Utah,Giouta,Juta,Jutae,Juto,Juuta,Jūta,Shtat Juta,State of Utah,UT,Uka,Uta,Utah,Utah suyu,Utaho,Utá,Youta,Yu-tha,Yuta,Yuta Shitati,Yutah,Yù-thâ,Yútạh,i'uta,rath yu thah,utaha,you ta zhou,yurra,yuta,yuta ju,yuta zhou,yutah,yutaha,yutta,ywta,ywta ayalty,ywth,ywwta,Áshįįh Biiʼtó Hahoodzo,Γιούτα,Јута,Йуута,Штат Юта,Ютæ,Юта,Юто,Յուտա,יוטא,יוטה,يوتا,یوتا,یوتا ایالتی,یووتا,یوٙتا,یوٹاہ,ܝܘܬܐ,उटाह,युटा,युताः,यूटा,यूटाह,ইউটা,ਯੂਟਾ,யூட்டா,యూటా,ಯೂಟ,യൂറ്റാ,รัฐยูทาห์,ཡུ་ཊ།,ယူးတားပြည်နယ်,იუტა,ዩታህ,ユタ州,犹他州,猶他州,유타 주		US	UT	2427340	America/Denver
5551752	Arizona	arizona	'Alikona,A-li-song-na,AZ,Arison-a,Arisona,Arizon,Arizona,Arizona Shitati,Arizona suyu,Arizonae,Arizono,Arizuna,Arizòna,Arizůna,Grand Canyon State,Hoozdo Hahoodzo,Shtat Aryzona,State of Arizona,aelijona ju,airizona,ara'ijona,aricona,arijona,ariseana,arizona,arizona zhou,aryzwna,aryzwna ayalty,ayryzwna,erijona,ya li sang na zhou,Â-li-sông-ná,Αριζόνα,Аризон,Аризонæ,Аризона,Аризоно,Штат Арызона,Արիզոնա,אריזאנע,אריזונה,آریزونا,آریزونا ایالتی,أريزونا,ئەریزۆنا,اريزونا,ایریزونا,ܐܪܝܙܘܢܐ,अराइजोना,आरिजोना,एरिजोना,एरीजोना,ॲrijhona,ॲरिझोना,অ্যারিজোনা,ਐਰੀਜ਼ੋਨਾ,அரிசோனா,ఆరిజోనా,ಆರಿಜೋನ,അരിസോണ,รัฐแอริโซนา,ཨྰ་རི་ཟོ་ནྰ།,အရီဇိုးနားပြည်နယ်,არიზონა,አሪዞና,ᐋᕇᓲᓈ,‘Alikona,アリゾナ州,亞利桑拿州,亞利桑那州,애리조나 주		US	AZ	5863809	America/Phoenix
5596512	Idaho	idaho	'Ikaho,Aidahas,Aidaho,Aidahs,Aintacho,Ajdag'o,Ajdakh,Ajdakho,Aydaho,Aydawo,Aydaxo Shitati,Estado de Idaho,Gem State,ID,Idaho,Idaho suyu,Idahum,Nimasii Kʼidadilyehe,Nímasii Kʼidadilyéhé,Oi-that-hot,Oi-tha̍t-hòt,Shtat Ajdakha,State of Idaho,a'id'aho,a'idaho,ai da he zhou,aidahea,aidaho,aidaho ju,aidaho zhou,aitaho,ayad'aho,aydahw,aydahw ayalty,id'aho,rath xidaho,yaydaھۆ,İdaho,Αϊντάχο,Айдагьо,Айдах,Айдахо,Ајдахо,Штат Айдаха,Այդահո,איידהו,איידעהא,آیداهو,آیداهو ایالتی,آیداھو,أيداهو,ئایداھۆ,ايداهو,اڈاہو,ایڈاہو,ܐܝܕܐܗܘ,आइडाहो,आइदाहो,आयडाहो,इडाहो,ऐडहो,আইডাহো,ਆਇਡਾਹੋ,ஐடஹோ,ఐడహొ,ಐಡಹೋ,ഐഡഹോ,รัฐไอดาโฮ,အိုင်ဒါဟိုပြည်နယ်,აიდაჰო,አይዳሆ,ᐄᑖᓲ,‘Ikahō,アイダホ州,愛達荷州,爱达荷州,아이다호 주		US	ID	1416564	America/Boise
5667009	Montana	montana	Ayani Naakaii Hahoodzo,Ayání Naakaii Hahoodzo,Hohonaesee,Hohonáéšée,MT,Mantan,Monekana,Montan-a,Montana,Montana Shitati,Montana suyu,Montanae,Montane,Montann-a,Montano,Montāna,Montǣna,Mung-thai-na,Muntana,Mùng-thai-nâ,Můntana,Shtat Mantana,State of Montana,Treasure State,mantana,meantana,meng da na zhou,montaena ju,montana,montana zhou,monttana,mwntana,mwntana ayalty,mwntnh,Μοντάνα,Мантан,Монтанæ,Монтана,Монтане,Штат Мантана,Մոնտանա,מאנטענע,מונטנה,مان‍ٹانا,مونتانا,مونتانا ایالتی,مونٹانا,مۆنتانا,ܡܘܢܬܐܢܐ,मान्‍टाना,मोंटाना,मोन्टाना,मोन्ताना,মন্টানা,ਮੋਂਟਾਨਾ,மொன்ட்டானா,మొంటానా,മൊണ്ടാന,รัฐมอนแทนา,མོན་ཏཱ་ན།,မွန်တားနားပြည်နယ်,მონტანა,ሞንታና,モンタナ州,蒙大拿州,몬태나 주		US	MT	930698	America/Denver
5690763	North Dakota	north-dakota	Ar Dakot,Ariwa Dakota,Bac Dakota,Bắc Dakota,Caegat Dakotae,Curcer Dakota,Dacota Septentrionalis,Dacota do Norte,Dakota Avaratra,Dakota Gledh,Dakota Hwoaie,Dakota Mictlampa,Dakota Mictlāmpa,Dakota Polnocna,Dakota Północna,Dakota Thuaidh,Dakota Utara,Dakota a Tuath,Dakota de Nord,Dakota del Nord,Dakota del Norte,Dakota del Nòrd,Dakota dino,Dakota dinò,Dakota do Nord,Dakota do Norte,Dakota do Nòrd,Dakota du Nord,Dakota dël Nòrd,Dakota dû Nord,Dakotaya Bakur,Dakotaya Zimey,Dakotaya Zımey,Dakôta Avaratra,Davvi-Dakota,Eszak-Dakota,Gogledd Dakota,Hilagang Dakota,Hyusisayin Dakota,Ipar Dakota,Judvel Dakoto,Jydvel Dakota,Kakoka 'Akau,Kakoka ‘Ākau,Khojd Dakota,Khojto Dakota,Khotu Dakota,Kuilbaseda Dakota,Kuzey Dakota,ND,Nahookosji Dzigaii,Noad-Dakota,Noard-Dakota,Noord-Dakota,Nord Dakota,Nord-Dakota,Norda Dakoto,Nordal Dakota,Nordur-Dakota,North Dakota,North Dakota suyu,Northdakota,Norður-Dakóta,Norþdakota,Not Dakota,Náhookǫsjí Dzígaii,Pangulung Dakota,Pet That-kho-tha,Pet Tha̍t-khô-thâ,Pivnichna Dakota,Pohja-Dakota,Pohjois-Dakota,Poyraz Dakota,Põhja-Dakota,Severna Dakota,Severnaja Dakota,Severni Dakota,Severná Dakota,Severní Dakota,Shimaliy Dakota Shitati,Shimoliy Dakota,Shtat Paunochnaja Dakota,Siaures Dakota,Simali Dakota,Sioux State,Sjeverna Dakota,State of North Dakota,Voreia Ntakota,Yvate Dakota,Ziemeldakota,Ziemeļdakota,bei da ge ta zhou,bei da ke ta zhou,dakwta alshmalyh,dakwta alshmalyt,dakwta shwmaly,dakwtay shmaly,dqwth hzpwnyt,nartha dakota,nartha dekota,northa dakota,noseudakota ju,nosudakota zhou,rath nxr thda kho ta,shmal dakwta ayalty,shmaly dakwta,utari dakota,uttara dakota,uttara dekota,vatakku takotta,Àríwá Dakota,Çурçĕр Дакота,Észak-Dakota,Şimali Dakota,Šiaurės Dakota,Βόρεια Ντακότα,Ар Дакот,Йыдвел Дакота,Йӱдвел Дакото,Къилбаседа Дакота,Північна Дакота,Северна Дакота,Северная Дакота,Солтүстік Дакота,Төньяк Дакота,Хойд Дакота,Хойто Дакота,Хоту Дакота,Цæгат Дакотæ,Штат Паўночная Дакота,Հյուսիսային Դակոտա,דקוטה הצפונית,צפון דעקאטע,داكوتا الشمالية,داكوتا الشماليه,داکوتای شمالی,داکوٙتا شومالی,داکۆتای باکوور,شمال داکوتا ایالتی,شمالی داکوتا,شمالی ڈکوٹا,نارتھ ڈیکوٹا,ܢܘܪܬ ܕܐܟܘܬܐ,उत्तर डकोटा,उत्तर डेकोटा,नर्थ डेकोटा,नर्थ दाकोता,नार्थ डेकोटा,नॉर्थ डकोटा,নর্থ ডাকোটা,ਉੱਤਰੀ ਡਕੋਟਾ,வடக்கு டகோட்டா,ಉತ್ತರ ಡಕೋಟ,വടക്കൻ ഡക്കോട്ട,รัฐนอร์ทดาโคตา,မြောက်ဒါကိုတာပြည်နယ်,ჩრდილოეთი დაკოტა,ኖርዝ ዳኮታ,ᑖᑰᑖ ᑐᓄᕕᐊᖅ,ノースダコタ州,北达科他州,北達哥他州,노스다코타 주		US	ND	630529	America/Chicago
5744337	Oregon	oregon	'Olekona,Beaver State,New Albion,O-let-kong,O-le̍t-kông,OR,Oogin Hahoodzo,Oregao,Oregon,Oregon Shitati,Oregon suyu,Oregona,Oregonas,Oregonia,Oregono,Oregons,Oregão,Oregón,Orenkon,Oreqon,Oriigon,Orégon Shitati,Shtat Arehgon,State of Oregon,aregan,aregana,auregana,aurigana,awrgn,awrgn ayalty,awryghwn,awrygwn,awryjwn,e lei gang,e lei gang zhou,oligeon ju,oregan,oregana,oregon,oregon zhou,oregona,oregoni,orikan,rath xx ri kxn,ywragwn,yۆrygۆn,Óogin Hahoodzo,Όρεγκον,Орегон,Ориигон,Штат Арэгон,Օրեգոն,אורגון,ארעגאן,أوريغون,ئوراگون,ئۆریگۆن,اوريجون,اورگن,اورگن ایالتی,اوریگون,ܐܘܪܝܓܘܢ,अरेगन,ओरेगन,ओरेगन्,औरिगन,অরেগন,ਔਰੇਗਨ,ઑરેગોન,ஓரிகன்,ಆರೆಗನ್,ഒറിഗൺ,รัฐออริกอน,အိုရီဂွန်ပြည်နယ်,ორეგონი,ኦረጎን,ᐆᕇᕇᓐ,‘Olekona,オレゴン州,俄勒冈,俄勒冈州,俄勒岡州,오리건 주		US	OR	3642919	America/Los_Angeles
5769223	South Dakota	south-dakota	Alniiʼji Dzigaii,Ałnííʼjí Dzígaii,Coyote State,Cənubi Dakota,Dacota Meridiana,Dacota do Sur,Dakota Atsimo,Dakota Dheghow,Dakota Huitztlampa,Dakota Huitztlāmpa,Dakota Poludniowa,Dakota Południowa,Dakota Selatan,Dakota Theas,Dakota Yiass,Dakota a Deas,Dakota de Sud,Dakota del Sud,Dakota del Sued,Dakota del Sur,Dakota del Süd,Dakota disid,Dakota do Sud,Dakota do Sul,Dakota du Sud,Dakota dël Sud,Dakota dû Sud,Dakotaya Basur,Dakotaya Başûr,Dakotaya Veroci,De Dakota,Del-Dakota,Dienviddakota,Dél-Dakota,Etelae-Dakota,Etelä-Dakota,Gueney Dakota,Guusu Dakota,Gúúsù Dakota,Güney Dakota,Haravayin Dakota,Hego Dakota,Janubiy Dakota,Jenubiy Dakota Shitati,Jizni Dakota,Jižní Dakota,Juzhna Dakota,Juzhnaja Dakota,Juzna Dakota,Južna Dakota,Južná Dakota,Kakoka Hema,Kantar Dakota,Kechyvalvel Dakota,Kechyvalvel Dakoto,Khussar Dakotae,Kuilba Dakota,Louna-Dakota,Lulli-Dakota,Lõuna-Dakota,Mauling Dakota,Nam Dakota,Nam That-kho-tha,Nemby Dakota,Notia Ntakota,Nàm Tha̍t-khô-thâ,Peitu Dakota,Pietu Dakota,Pietų Dakota,Pivdenna Dakota,Pėitū Dakota,SD,Saut Dakota,Sawt Dakota,Sawt Dakótạ,Shtat Paudnjovaja Dakota,Sid-Dakota,Soguruu Dakota,Sooth Dakota,Sor-Dakota,South Dakota,South Dakota suyu,State of South Dakota,Sud-Dakota,Suda Dakoto,Sudal Dakota,Sudur-Dakota,Sueued-Dakota,Suid-Dakota,Suthdakota,Suður-Dakóta,Sør-Dakota,Súd-Dakota,Süüd-Dakota,Sūþdakota,Timog Dakota,UEuelen Dakota,Urda Dakota,dakhani dakota,daksina dakota,daksina dyakota,dakwta aljnwbyh,dakwta aljnwbyt,dakwtay jnwby,dqwth hdrwmyt,jnwb dakwta ayalty,jnwby dakwta,nan da ke ta zhou,rath sea th da kho ta,sa'utha dakota,sa'utha dekota,sauseudakota ju,sausudakota zhou,terku takotta,Ñemby Dakota,Üülen Dakota,Νότια Ντακότα,Јужна Дакота,Кăнтăр Дакота,Кечывалвел Дакото,Кечӹвӓлвел Дакота,Къилба Дакота,Көньяк Дакота,Көньяҡ Дакота,Оңтүстік Дакота,Південна Дакота,Соҕуруу Дакота,Урда Дакота,Хуссар Дакотæ,Штат Паўднёвая Дакота,Южна Дакота,Южная Дакота,Өмнә Дакот,Өмнөд Дакота,Հարավային Դակոտա,דקוטה הדרומית,דרום דעקאטע,جنوب داکوتا ایالتی,جنوبی داکوتا,جنوبی ڈکوٹا,داكوتا الجنوبية,داكوتا الجنوبيه,داکوتای جنوبی,داکوٙتا ھارگە,داکۆتای باشوور,ساؤتھ ڈیکوٹا,ܣܐܘܬ ܕܐܟܘܬܐ,दक्षिण डकोटा,दक्षिण ड्याकोटा,साउथ डकोटा,साउथ डेकोटा,সাউথ ডাকোটা,ਦੱਖਣੀ ਡਕੋਟਾ,தெற்கு டகோட்டா,തെക്കൻ ഡക്കോട്ട,รัฐเซาท์ดาโคตา,တောင်ဒါကိုတာပြည်နယ်,სამხრეთი დაკოტა,ደቡብ ዳኮታ,ᑖᑰᑖ ᓂᒋᖅ,サウスダコタ州,南达科他州,南達科他州,사우스다코타 주		US	SD	770184	America/Chicago
5815135	Washington	washington	Aheehaltiih Hahoodzo,Ahééhałtį́į́h Hahoodzo,Estado de Washington,Evergreen State,Fa-sun-tun,Fà-sṳn-tun,Hwaesingatun,Hwæsingatūn,Ipinle Washington,Ouasin'nkton,Shtat Vashyngton,Stat Washington,State of Washington,Tieu bang Washington,Tiểu bang Washington,Uashiҥton,Vashington,Vashington Muzh Uls,Vashington shtati,Vasington,Vasingtona,Vasingtonas,Vasingtonio,Vasingtons,Vasinqton stati,Vasintonia,Vaŝingtonio,Vaşington,Vaşinqton ştatı,Vašingtona,Vašingtonas,Vašingtons,Vooshinta,WA,Wachinton,Wachintòn,Wakinekona,Wash,Washingiton Shitati,Washington,Washington State,Washington suyu,Washingtoni osariik,Waszyngton,ayalt washyngtn,hua sheng dun zhou,oyasintana,raasintana,rath wxchingtan,vashingtʼonis shtʼatʼi,vashyngtwn,vasigatana,vasingatana,vasingtan rajya,vasingtana,vasintan,vosingatana rajya,vosingtana,washinton zhou,washngtn,washntn,washyngtn,washyngtn ayalty,wlayt washntn,wosingteon ju,wwsyngtwn,Ìpínlẹ̀ Washington,Ουάσινγκτον,Вашингтон,Вашингтон Муж Улс,Воошинта,Уашиҥтон,Штат Вашынгтон,Վաշինգտոն,וואשינגטאן,וושינגטון,ایالت واشینگتن,ریاست واشنگٹن,واشنطن,واشنگتن,واشنگٹن,واشینگتن,واشینگتن ایالتی,ولاية واشنطن,ڤاشینگتون,वाशिंग्तन,वाशिङ्टन्,वासिंगटन,वॉशिंगटन राज्य,वॉशिंग्टन,ওয়াশিংটন,ৱাশিংটন,ਵਾਸ਼ਿੰਗਟਨ,வாஷிங்டன்,ವಾಶಿಂಗ್ಟನ್ ರಾಜ್ಯ,വാഷിങ്ടൺ,වොෂින්ටන්,รัฐวอชิงตัน,ཝ་ཤིན་ཏྲོན།,ဝါရှင်တန်ပြည်နယ်,ვაშინგტონის შტატი,ዋሽንግተን,ワシントン州,华盛顿州,華盛頓州,워싱턴 주		US	WA	6271775	America/Los_Angeles
5843591	Wyoming	wyoming	Equality State,Fai-ngo-min,Fài-ngò-mìn,Ouaiomin'nk,Shtat Vajoming,State of Wyoming,Toʼiibezhi,Tóʼííbézhí,Uajoming,Vaiominga,Vajoming,Vajomingas,Vajomingo,Vajomings,Vajoomin,Vayoming,Vayominq,Vyomina,WY,Waiomin,Waiomina,Wayoming,Waịómịn,Wyoming,Wyoming Shitati,Wyoming suyu,huai e ming zhou,oya'iyomim,raa'i'omim,raayamim,rath wixoming,uaiomingi,va'i'omiga,vayeamin,vayomin,vayomina,vayoming,vayominga,vaywmyng,waioming ju,waiomingu zhou,waywmngh,waywmnj,waywmyng,waywmyng ayalty,wayywmng,wywmyng,Ουαϊόμινγκ,Вайоминг,Вайомінг,Вайоомин,Вајоминг,Уайоминг,Уайомиҥ,Штат Ваёмінг,Վայոմինգ,וויאמינג,ויומינג,وائیومنگ,وايومنج,وايومنغ,وایومینگ,وایومینگ ایالتی,وایۆمینگ,ڤایومینگ,ܘܐܝܘܡܝܢܓ,वायोमिंग,वायोमिङ,वायोमिङ्,ওয়াইয়োমিং,ৱাইওমিং,ৱায়মিং,ਵਾਇਓਮਿੰਗ,வயோமிங்,ವಯೋಮಿಂಗ್,വയോമിങ്,รัฐไวโอมิง,ཝ་ཡོ་མིང་།,ဝိုင်အိုးမင်းပြည်နယ်,უაიომინგი,ዋዮሚንግ,ワイオミング州,怀俄明州,懷俄明州,와이오밍 주		US	WY	505907	America/Denver
5855797	Hawaii	hawaii	Aloha State,Awayi,Chabae,Gavai,Gavaj,Gavaji,Gavajlar,Gavajs'ki ostrovi,Gavajzar,Gavayi,Gaway adalary,Gawaý adalary,HI,Ha-vi-yi,Ha-vî-yî,Hauai'i,Hauaiʻi,Havai,Havaii,Havaija,Havaiji,Havaj,Havajai,Havajas,Havaje,Havaji,Havajo,Havajē,Havay,Havayi,Havaí,Havái,Haváija,Haváí,Hawaay,Hawai,Hawai - Hawai'i,Hawai'i,Hawaii,Hawaii osariik,Hawaii suyu,Hawaiʻi,Hawai‘i,Hawaje,Haway Shitati,Hawaï,Hawái,Ka Pae 'Aina o Hawai'i,Ka Pae Moku o Hawai'i,Ka Pae Moku o Hawaiʻi,Ka Pae ʻĀina o Hawaiʻi,Ke Aupuni Mo'i o Hawai'i,Ke Aupuni Mōʻī o Hawaiʻi,Keyah Alkee Nitiigo Dah Ndaaʼeeli,Khavai,Khavaj,Khavaji,Kingdom of Hawaii,Kéyah Ałkéé Nitį́įgo Dah Ndaaʼeełí,Republic of Hawaii,Sandwich Islands,Shtat Gavai,State of Hawai'i,State of Hawaii,State of Hawai‘i,Territorio do Havai *,Territory of Hawaii,ha'oya'i,haraa'i,hava'i,havai,havais shtʼatʼi,havay,havayi,hawai ju,hawai zhou,haway,hawayy,hawayy ayalty,rath haway,xia wei yi,xia wei yi zhou,Χαβάη,Гавай,Гавайи,Гавайлар,Гавайські острови,Гавайҙар,Гаваї,Хаваи,Хавай,Хаваји,Штат Гаваі,Һауайи,Հավայի,האוואי,הוואי,هاوائی ایالتی,هاواى,هاواي,هاوایی,ھاوایی,ھاڤایی,ہوائی,हवाइ,हवाई,হাওয়াই,হাৱাই,ਹਵਾਈ,ஹவாய்,హవాయి,ಹವಾಯಿ,ഹവായി,รัฐฮาวาย,ཧ་ཝ་ཡི།,ဟာဝိုင်ယီပြည်နယ်,ჰავაი,ჰავაის შტატი,ሃዋኢ,ハワイ州,夏威夷,夏威夷州,하와이 주		US	HI	1284220	Pacific/Honolulu
5879092	Alaska	alaska	'Alaka,A-la-su-ka,AK,Alaeksa,Alakskak,Alaksu,Alasca,Alaschka,Alaska,Alaska suyu,Alasko,Alaszka,Aleska,Aliaksa,Aliaska,Aljask,Aljaska,Aljaskae,Aljaske,Aljaška,Alyaska,Alyaska Shitati,Alýaska,Anian,Aļaska,Ałasca,Estado de Alaska,Gamaland,Hakʼaz Dineʼé Bikéyah Hahoodzo,Lalaskaen,Lalaskän,Land of the Midnight Sun,New Albion,Sewards Folly,Shtat Aljaska,State of Alaska,Territory of Alaska,a la si jia,a la si jia zhou,alasaka,alaska,alaska ayalty,allaeseuka ju,arasuka zhou,yەlaska,Àláskà,Â-lâ-sṳ̂-kâ,Αλάσκα,Аляск,Аляскæ,Аляска,Аляске,Алјаска,Аљаска,Штат Аляска,Ալյասկա,אלאסקע,אלסקה,آلاسکا,آلاسکا ایالتی,ألاسكا,ئەلاسکا,الاسكا,الاسکا,ܐܠܐܣܟܐ,अलास्का,अलास्‍का,আলাস্কা,ਅਲਾਸਕਾ,ଆଲାସ୍କା,அலாஸ்கா,అలాస్కా,ಅಲಾಸ್ಕ,അലാസ്ക,ඇලස්කාව,รัฐอะแลสกา,အလက်စကာပြည်နယ်,ალასკა,አላስካ,ᐊᓛᓯᑲ,‘Ālaka,アラスカ州,阿拉斯加,阿拉斯加州,알래스카 주		US	AK	660633	America/Anchorage
6254925	Kentucky	kentucky	Blue Grass State,Commonwealth of Kentucky,KY,Kenekuke,Kentaki,Kentakii Hahoodzo,Kentakki,Kentoki,Kentokis,Kentorki,Kentucky,Kentucky suyu,Kentuki,Kentukia,Kentukio,Kentukis,Kentukki,Kentukki Shitati,Kentákii Hahoodzo,Kentórkị,Khen-thap-ki,Khén-thap-kî,Kintaaki,Kèntòki,Kéntukki Shitati,Sadruzhnasc' Kentuki,ken ta ji zhou,kencaki,kenrakki,kentaki,kentakki,kentakki zhou,kenteoki ju,kitaki,kntaky,kntaky ayalty,kyntaky,kێntaky,qntqy,rath khenthakki,Κεντάκι,Кентаки,Кентакки,Кентуки,Кентукки,Кентуккі,Кентъки,Кинтааки,Садружнасць Кентукі,Կենտուկի,קנטקי,קענטאקי,كنتاكى,كنتاكي,کئنتاکی,کنتاکی,کنتاکی ایالتی,کینٹکی,کێنتاکی,कॅण्टकी,केंटकी,केन्चकी,केन्टकी,केन्‍टकी,কেন্টাকি,ਕਿੰਟਕੀ,கென்டக்கி,കെന്റക്കി,รัฐเคนทักกี,ကင်တပ်ကီပြည်နယ်,კენტუკი,ኬንታኪ,ケンタッキー州,肯塔基州,켄터키 주		US	KY	4206074	America/New_York
6254926	Massachusetts	massachusetts	Bay State,Commonwealth of Massachusetts,MA,Ma-sat-chu-set,Makakukeka,Masachoset,Masachosèt,Masachouseti,Masachusets,Masachuusic,Masachuzets,Masacuseco,Masacusetsa,Masacusetsas,Masacusetsos,Masatsusets,Masaĉuseco,Masačusetsas,Masačusetsos,Masačūsetsa,Massachusets,Massachusets Shitati,Massachusetta,Massachusetts,Massachusetts suyu,Massachuséts Shitati,Massacusets,Massacʻusetʻs,Massaçusets,Meesichooshish Hahoodzo,Mà-sat-chû-set,Másáchusẹts,Méésíchóoshish Hahoodzo,Sadruzhnasc' Masachusets,ma sa zhu sai,ma sa zhu sai zhou,ma sheng,macaccucets,maesachusecheu ju,maisacusatasa,masachusettsu zhou,masachusetʼsi,masachwst,masachwst ayalty,masachwsyt,masachwwsyts,masacyuserrs,masatshwsts,masecusetsa,mesecyusetsa,mszwsts,myasecusetsa,myasecyusetsa,Μασαχουσέτη,Масачузетс,Масачусетс,Масачуусиц,Массачусетс,Массачусеттс,Садружнасць Масачусетс,Մասսաչուսեթս,מאסאטשוסעטס,מסצוסטס,ماساتشوستس,ماساچوسئت,ماساچوست,ماساچوست ایالتی,ماساچووسیتس,میساچوسٹس,میساچیوسٹس,ܡܐܣܐܬܫܘܣܬܣ,मासचुसेट्‍स,मासेचुसेट्स,मॅसेच्युसेट्स,म्यासेचुसेट्स,म्यासेच्युसेट्स,म्यासेच्युसेत्स,ম্যাসাচুসেট্‌স,ਮੈਸਾਚੂਸਟਸ,மாசச்சூசெட்ஸ்,മസാച്യുസെറ്റ്സ്,รัฐแมสซาชูเซตส์,မက်ဆာချူးဆက်ပြည်နယ်,მასაჩუსეტსი,ማሣቹሰትስ,ᒫᓵᓲᓰᑦᔅ,マサチューセッツ州,马萨诸塞,麻省,麻薩諸塞州,매사추세츠 주		US	MA	6433422	America/New_York
6254927	Pennsylvania	pennsylvania	Commonwealth of Pennsylvania,Keystone State,PA,Penekelewinia,Pennsilfaani,Pennsilvani,Pennsilvania,Pennsilvanie,Pennsilvaniya,Pennsilvanië,Pennsilvània,Pennsylvani,Pennsylvania,Pennsylvania suyu,Pennsylvanie,Pennsylvannia,Pennsylvanía,Pennsylvānia,Penselvaneje,Pensil'vani,Pensil'vanij,Pensil'vanija,Pensilvajni,Pensilvani,Pensilvania,Pensilvanien,Pensilvanija,Pensilvanio,Pensilvaniya,Pensilvanya,Pensilveniya,Pensilvânia,Pensilvānija,Pensilwaniye Shitati,Pensoweiniyah Hahoodzo,Pensuelvaen,Pensylvania,Pensylvanie,Pensylvánia,Pensylvánie,Pensylwania,Pensílvéníyạ,Pensîlvanya,Pensülvän,Pensėlvanėjė,Pin-se-fap-ni-a,Pynsylwanijo,Pynsylwańijo,Pènsilvani,Pénsilwaniye Shitati,Pénsówéíniyah Hahoodzo,Pîn-sé-fap-nì-â,Sadruzhnasc' Pensil'vanija,bin xi fa ni ya,bin xi fa ni ya zhou,bin xi fan ni ya zhou,bnsylfanya,painasilaveni'a,penasilabhaniya,penasilvheniya,pencilveniya,penshirubenia zhou,pensilabheniya,pensilaveniya,pensilbeinia ju,pensilbheniya,pensil‌bheniya,pnslwanya,pnsylbnyh,pnsylwanya,pnsylwanya ayalty,pynsylvanya,pێnsylvanya,rath phen silwe neiy,Πενσυλβάνια,Пеннсилвани,Пеннсүлваниа,Пенсилвайни,Пенсилвания,Пенсилванија,Пенсильвани,Пенсильваний,Пенсильвания,Пенсильванія,Садружнасць Пенсільванія,Փենսիլվանիա,פנסילבניה,פענסילוועניע,بنسيلفانيا,پئنسیلڤانیا,پنسلوانیا,پنسیلوانیا,پنسیلوانیا ایالتی,پێنسیلڤانیا,ܦܢܣܝܠܒܐܢܝܐ,पेनसिल्व्हेनिया,पेन्सिलभेनिया,पेन्सिलवेनिया,पेन्सिल्भेनिया,पेन्‍सिल्‍वेनिया,পেনসিলভানিয়া,পেন্সিল্‌ভেনিয়া,ਪੈੱਨਸਿਲਵੇਨੀਆ,பென்சில்வேனியா,പെൻ‌സിൽ‌വാനിയ,รัฐเพนซิลเวเนีย,ཕེན་སུལ་ཝེ་ནའི་ཡ།,ပင်ဆယ်ဗေးနီးယားပြည်နယ်,პენსილვანია,ፔንስልቬኒያ,ペンシルベニア州,宾夕法尼亚,宾夕法尼亚州,賓夕凡尼亞州,펜실베이니아 주		US	PA	12440621	America/New_York
6254928	Virginia	virginia	Bhirginia,Bijiniyah Hahoodzo,Bijíniyah Hahoodzo,Commonwealth of Virginia,Firginia,Old Dominion,Sadruzhnasc' Virdzhynija,VA,Veginiya,Vi-kit-ni-a,Vijini,Virchinia,Virciniya,Vird'inija,Virdzhini,Virdzhinija,Virdzineje,Virdzinija,Virdžinija,Virdžinėjė,Virdžīnija,Virgini,Virginia,Virginia suyu,Virginie,Virginij,Virginija,Virginio,Virginiya,Virginië,Virginnia,Virginía,Virgìnia,Virgínia,Virjinia,Virjiniya,Virjinya,Virjynni,Virtzinia,Virxinia,Virzhini,Végíníyà,Vì-kit-nì-â,Vîrjînya,Wilikinia,Wirginia,Wirginijo,Wirginiye Shitati,Wirgińijo,Yn Virjeeney,bajinia zhou,beojinia ju,bharjiniya,frjynya,fu ji ni ya zhou,fyrjynya,rath wexrcineiy,varajini'a,varjiniya,vharjiniya,virjinia,vyrjynya,wei zhen ni ya zhou,wrjynya,wwyrdzsynyʻ,wyrgynyh,wyrjynya,wyrjynya ayalty,Βιρτζίνια,Виирҗин,Виргини,Виргиний,Виргиния,Вирджини,Вирджиния,Вирдьиния,Виржини,Вирџинија,Вірджинія,Садружнасць Вірджынія,Վիրջինիա,ווירדזשיניע,וירגיניה,فرجينيا,فيرجينيا,ورجینیا,ویرجینیا,ویرجینیا ایالتی,ڤیرجینیا,ܒܪܓܝܢܝܐ,भर्जिनिया,वर्जिनिया,वर्जीनिया,व्हर्जिनिया,ভার্জিনিয়া,ਵਰਜਿਨੀਆ,வர்ஜீனியா,వర్జీనియా,ವರ್ಜೀನಿಯ,വിർജീനിയ,รัฐเวอร์จิเนีย,ཝིར་ཇི་ནི་ཡ།,ဗာဂျီးနီးယားပြည်နယ်,ვირჯინია,ቨርጂኒያ,バージニア州,弗吉尼亚州,維珍尼亞州,버지니아 주		US	VA	7642884	America/New_York
\.


--
-- Data for Name: admin2; Type: TABLE DATA; Schema: us; Owner: g5
--

COPY us.admin2 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, admin2_code, population, timezone) FROM stdin;
4047434	Russell County	russell-county	Comitatul Russell,Comte de Russell,Comté de Russell,Condado de Russell,Condado han Russell,Contea di Russell,County Russell,Hrabstwo Russell,Okrug Rasel,Quan Russell,Quận Russell,Rassell,Rendolf srjan,Rusel,Russell,Russell Kun,Russell Kūn,Russell konderria,Russell megye,la sai er xian,rasela ka'unti,rasseru jun,shhrstan rasl  alabama,Округ Расел,Расселл,Ръсел,Ռենդոլֆ շրջան,رسل کاؤنٹی، الاباما,شهرستان راسل، آلاباما,مقاطعة روسيل,রাসেল কাউন্টি,ラッセル郡,拉塞尔县		US	AL	113	52947	America/Chicago
4048080	Long County	long-county	Comitatul Long,Comte de Long,Comté de Long,Condado de Long,Condado han Long,Contea di Long,Hrabstwo Long,Kantono Long,Long,Long Kun,Long Kūn,Long konderria,Long megye,Long srjan,Okrug Long,Quan Long,Quận Long,lam ka'unti,lang xian,mqatʿt lwngh,rongu jun,shhrstan lang  jwrjya,Лонг,Лонґ,Округ Лонг,Լոնգ շրջան,شهرستان لانگ، جورجیا,لونگ کاؤنٹی، جارجیا,مقاطعة لونغ,লং কাউন্টি,ロング郡,朗縣		US	GA	183	14464	America/New_York
4048522	Boone County	boone-county	Boone,Boone Kun,Boone Kūn,Boone konderria,Boone megye,Bun,Bun srjan,Comitatul Boone,Comte de Boone,Comté de Boone,Condado de Boone,Condado han Boone,Contea di Boone,Hrabstwo Boone,Okrug Bun,Quan Boone,Quận Boone,bhona ka'unti,bu en xian,bun jun,mqatʿt bwwn,shhrstan bwn  kntaky,Бун,Округ Бун,Բուն շրջան,بون کاؤنٹی، کینٹکی,شهرستان بون، کنتاکی,مقاطعة بوون,ভোন কাউন্টি,ブーン郡,布恩縣		US	KY	015	118811	America/New_York
4048572	Rowan County	rowan-county	Comitatul Rowan,Comte de Rowan,Comté de Rowan,Condado de Rowan,Condado han Rowan,Contea di Rowan,Hrabstwo Rowan,Okrug Rouan,Quan Rowan,Quận Rowan,Rouan srjan,Rouehn,Rouen,Rouun,Rowan,Rowan Kun,Rowan Kūn,Rowan konderria,Rowan megye,Rowani maakond,luo en xian,roraana ka'unti,rowan jun,shhrstan rwan  kntaky,Округ Роуан,Роуен,Роуън,Роуэн,Ռոուան շրջան,روان کاؤنٹی، کینٹکی,روون کاؤنٹی، کینٹکی,شهرستان روآن، کنتاکی,مقاطعة روان,রোৱান কাউন্টি,ローワン郡,羅恩縣		US	KY	205	23333	America/New_York
4049189	Bibb County	bibb-county	Bib,Bib srjan,Bibb,Bibb County,Bibb Kun,Bibb Kūn,Bibb konderria,Bibb megye,Bibbi maakond,Cahaba County,Cahawba County,Comitatul Bibb,Comte de Bibb,Comté de Bibb,Condado de Bibb,Condado han Bibb,Contae Bibb,Contea di Bibb,County Bibb,Hrabstwo Bibb,Konteth Bibb,Okrug Bib,Quan Bibb,Quận Bibb,bi bo xian,bibba ka'unti,bibu jun,shhrstan byb  alabama,Биб,Бибб,Бібб,Округ Биб,Բիբ շրջան,بب کاؤنٹی، الاباما,شهرستان بیب، آلاباما,مقاطعة بيب,বিব্ব কাউন্টি,ビブ郡,比伯县		US	AL	007	22915	America/Chicago
4050506	Campbell County	campbell-county	Campbell,Campbell Comitatus,Campbell Kun,Campbell Kūn,Campbell konderria,Campbell megye,Comitatul Campbell,Comte de Campbell,Comté de Campbell,Condado de Campbell,Condado han Campbell,Contea di Campbell,Hrabstwo Campbell,Kehmpbell,Kembul,Kempbell,Okrug Kembel,Quan Campbell,Quận Campbell,kan bei er xian,kempabela ka'unti,kyanberu jun,shhrstan kmbl  tnsy,Кембъл,Кемпбелл,Кэмпбелл,Округ Кембел,Քեմպբել շրջան,شهرستان کمبل، تنسی,مقاطعة كامبل,کیمبل کاؤنٹی، ٹینیسی,কেম্পবেল কাউন্টি,キャンベル郡,坎貝爾縣		US	TN	013	40716	America/New_York
4050633	Blount County	blount-county	Blant,Blaunt,Blaunt srjan,Blount,Blount Kun,Blount Kūn,Blount konderria,Blount megye,Blounti maakond,Comitatul Blount,Comte de Blount,Comté de Blount,Condado de Blount,Condado han Blount,Contea di Blount,County Blount,Hrabstwo Blount,Okrug Blant,Quan Blount,Quận Blount,bla'unta ka'unti,bu lang te xian,buraunto jun,shhrstan blwnt  alabama,Блант,Блаунт,Округ Блант,Բլաունտ շրջան,بلونت کاؤنٹی، الاباما,شهرستان بلونت، آلاباما,مقاطعة بلونت,ব্লাউন্ট কাউন্টি,ブラウント郡,布朗特县		US	AL	009	57322	America/Chicago
4052497	Bullock County	bullock-county	Balok srjan,Bullock,Bullock Kun,Bullock Kūn,Bullock konderria,Bullock megye,Bullok,Bulok,Comitatul Bullock,Comte de Bullock,Comté de Bullock,Condado de Bullock,Condado han Bullock,Contea di Bullock,County Bullock,Hrabstwo Bullock,Okrug Bulok,Quan Bullock,Quận Bullock,ballaka ka'unti,bu luo ke xian,burokku jun,shhrstan bwlak  alabama,Буллок,Булок,Бълок,Округ Булок,Բալոկ շրջան,بل اوک کاؤنٹی، الاباما,شهرستان بولاک، آلاباما,مقاطعة بولوك,বাল্লক কাউন্টি,ブロック郡,布洛克县		US	AL	011	10914	America/Chicago
4052744	Butler County	butler-county	Batler,Batler srjan,Butler,Butler Kun,Butler Kūn,Butler konderria,Butler megye,Butlur,Comitatul Butler,Comte de Butler,Comté de Butler,Condado de Butler,Condado han Butler,Contea di Butler,County Butler,Hrabstwo Butler,Okrug Batler,Quan Butler,Quận Butler,ba te lei xian,batalara ka'unti,batora jun,shhrstan batlr  alabama,Батлер,Бътлър,Округ Батлер,Բատլեր շրջան,بٹلر کاؤنٹی، الاباما,شهرستان باتلر، آلاباما,مقاطعة بتلر,বাটলার কাউন্টি,バトラー郡,巴特勒县		US	AL	013	20947	America/Chicago
4053062	Calhoun County	calhoun-county	Benton County,Calhoun,Calhoun County,Calhoun County i Alabama,Calhoun Kun,Calhoun Kūn,Calhoun konderria,Calhoun megye,Comitatul Calhoun,Comte de Calhoun,Comté de Calhoun,Condado de Calhoun,Condado han Calhoun,Contea di Calhoun,County Calhoun,Hrabstwo Calhoun,Kalgun,Kalkhon,Kalkhun,Okrug Kalkhun,Quan Calhoun,Quận Calhoun,ka er huo en xian,kalahauna ka'unti,karufun jun,shhrstan klhwn  alabama,Калгун,Калхон,Калхун,Округ Калхун,Քալհուն շրջան,شهرستان کلهون، آلاباما,مقاطعة كالهون,کالہون کاؤنٹی، الاباما,কালহৌন কাউন্টি,カルフーン郡,卡爾霍恩縣		US	AL	015	118572	America/Chicago
4054621	Chambers County	chambers-county	Chambers,Chambers Kun,Chambers Kūn,Chambers konderria,Chambers megye,Chambersi maakond,Chejmbers,Chejmburs,Chembers,Comitatul Chambers,Comte de Chambers,Comté de Chambers,Condado de Chambers,Condado han Chambers,Contea di Chambers,County Chambers,Hrabstwo Chambers,Okrug Chejmbers,Quan Chambers,Quận Chambers,cembarsa ka'unti,chenbasu jun,qian bo si xian,shhrstan chmbrz  alabama,Округ Чејмберс,Чеймберс,Чеймбърс,Чемберс,Чејмберс,Չամբերս շրջան,شهرستان چمبرز، آلاباما,مقاطعة شامبيرس,چیمبرز کاؤنٹی، الاباما,চেম্বার্স কাউন্টি,チェンバース郡,钱伯斯县		US	AL	017	34215	America/Chicago
4054880	Cherokee County	cherokee-county	Cherokee,Cherokee Kun,Cherokee Kūn,Cherokee konderria,Cherokee megye,Cheroki,Chiroki,Comitatul Cherokee,Comte de Cherokee,Comté de Cherokee,Condado de Cherokee,Condado han Cherokee,Contea di Cherokee,County Cherokee,Hrabstwo Cherokee,Okrug Cheroki,Quan Cherokee,Quận Cherokee,ceroki ka'unti,cheroki jun,qie luo ji xian,shhrstan chrwky  alabama,Округ Чероки,Чероки,Черокі,Чироки,Չերոկի շրջան,شهرستان چروکی، آلاباما,مقاطعة شيروكي,چروکی کاؤنٹی، الاباما,চেরোকি কাউন্টি,チェロキー郡,切羅基縣		US	AL	019	25989	America/Chicago
4055067	Chilton County	chilton-county	Baker County,Chilton,Chilton County,Chilton Kun,Chilton Kūn,Chilton konderria,Chilton megye,Chiltun,Comitatul Chilton,Comte de Chilton,Comté de Chilton,Condado de Chilton,Condado han Chilton,Contea di Chilton,County Chilton,Hrabstwo Chilton,Okrug Chilton,Quan Chilton,Quận Chilton,chiruton jun,cilatana ka'unti,qi er dun xian,shhrstan chyltwn  alabama,Округ Чилтон,Чилтон,Чилтън,Չիլտոն շրջան,شهرستان چیلتون، آلاباما,مقاطعة شيلتون,چلٹن کاؤنٹی، الاباما,চিলটন কাউন্টি,チルトン郡,奇尔顿县		US	AL	021	43643	America/Chicago
4055170	Choctaw County	choctaw-county	Choctaw,Choctaw Kun,Choctaw Kūn,Choctaw konderria,Choctaw megye,Choktav,Chokto,Comitatul Choctaw,Comte de Choctaw,Comté de Choctaw,Condado de Choctaw,Condado han Choctaw,Contea di Choctaw,County Choctaw,Hrabstwo Choctaw,Okrug Chokto,Quan Choctaw,Quận Choctaw,chokuto jun,cokata'u ka'unti,qiao ke tuo xian,shhrstan chaktaw  alabama,Округ Чокто,Чоктав,Чокто,Չոկտաու շրջան,شهرستان چاکتاو، آلاباما,مقاطعة شوكتو,چاکتاو کاؤنٹی، الاباما,চোকটাউ কাউন্টি,チョクトー郡,喬克托縣		US	AL	023	13859	America/Chicago
4055624	Clarke County	clarke-county	Clarke,Clarke Kun,Clarke Kūn,Clarke konderria,Clarke megye,Comitatul Clarke,Comte de Clarke,Comté de Clarke,Condado de Clarke,Condado han Clarke,Contea di Clarke,County Clarke,Hrabstwo Clarke,Klark,Okrug Klark,Quan Clarke,Quận Clarke,ke la ke xian,klarke ka'unti,kuraku jun,shhrstan klark  alabama,Кларк,Округ Кларк,Քլարկ շրջան,شهرستان کلارک، آلاباما,مقاطعة كلارك,کلارک کاؤنٹی، الاباما,ক্লার্কে কাউন্টি,クラーク郡,克拉克县		US	AL	025	25833	America/Chicago
4055660	Clay County	clay-county	Clay,Clay Kun,Clay Kūn,Clay konderria,Clay megye,Comitatul Clay,Comte de Clay,Comté de Clay,Condado de Clay,Condado han Clay,Contea di Clay,County Clay,Hrabstwo Clay,Klej,Okrug Klej,Quan Clay,Quận Clay,ke lai xian,kle ka'unti,kurei jun,shhrstan kly  alabama,Клей,Округ Клеј,Քլեյ շրջան,شهرستان کلی، آلاباما,مقاطعة كلاي,کلے کاؤنٹی، الاباما,ক্লে কাউন্টি,クレイ郡,克莱县		US	AL	027	13932	America/Chicago
4055785	Cleburne County	cleburne-county	Cleburne,Cleburne Kun,Cleburne Kūn,Cleburne konderria,Cleburne megye,Cleburnei maakond,Comitatul Cleburne,Comte de Cleburne,Comté de Cleburne,Condado de Cleburne,Condado han Cleburne,Contea di Cleburne,County Cleburne,Hrabstwo Cleburne,Klebern,Kleburn,Klibern,Okrug Klibern,Quan Cleburne,Quận Cleburne,ke li ben xian,kleburarna ka'unti,kuriban jun,shhrstan klybrn  alabama,Клеберн,Клебърн,Клиберн,Округ Клиберн,Քլեյբերն շրջան,شهرستان کلیبرن، آلاباما,مقاطعة كليبورن,کلیبرن کاؤنٹی، الاباما,ক্লেবুরর্ন কাউন্টি,クリバーン郡,克利本县		US	AL	029	14972	America/Chicago
4056099	Coffee County	coffee-county	Coffee,Coffee Kun,Coffee Kūn,Coffee konderria,Coffee megye,Comitatul Coffee,Comte de Coffee,Comté de Coffee,Condado de Coffee,Condado han Coffee,Contea di Coffee,County Coffee,Hrabstwo Coffee,Koffi,Kofi,Okrug Kofi,Quan Coffee,Quận Coffee,kaphi ka'unti,ke fei xian,kofi jun,shhrstan kafy  alabama,Кофи,Коффи,Коффі,Округ Кофи,Քոֆի շրջան,شهرستان کافی، آلاباما,مقاطعة كوفي,کافی کاؤنٹی، الاباما,কফি কাউন্টি,コフィー郡,科菲县		US	AL	031	49948	America/Chicago
4056165	Colbert County	colbert-county	Colbert,Colbert Kun,Colbert Kūn,Colbert konderria,Colbert megye,Comitatul Colbert,Comte de Colbert,Comté de Colbert,Condado de Colbert,Condado han Colbert,Contea di Colbert,County Colbert,Hrabstwo Colbert,Kolbert,Kolburt,Okrug Kolbert,Quan Colbert,Quận Colbert,ke er bo te xian,kolabarta ka'unti,korubato jun,shhrstan klbrt  alabama,Колберт,Колбърт,Округ Колберт,Քոլբերտ շրջան,شهرستان کلبرت، آلاباما,مقاطعة كولبيرت,کولبرٹ کاؤنٹی، الاباما,কোলবার্ট কাউন্টি,コルバート郡,科尔伯特县		US	AL	033	54428	America/Chicago
4056592	Conecuh County	conecuh-county	Comitatul Conecuh,Comte de Conecuh,Comté de Conecuh,Condado de Conecuh,Condado han Conecuh,Conecuh,Conecuh Kun,Conecuh Kūn,Conecuh konderria,Conecuh megye,Contea di Conecuh,County Conecuh,Hrabstwo Conecuh,Koneka,Kuneka,Okrug Koneka,Quan Conecuh,Quận Conecuh,kanekka jun,ke ni ka xian,konakuha ka'unti,Конека,Кънека,Округ Конека,Քոնեկա շրջան,مقاطعة كونيكو,কোনকুহ কাউন্টি,カネッカー郡,科尼卡县		US	AL	035	13228	America/Chicago
4056809	Coosa County	coosa-county	Comitatul Coosa,Comte de Coosa,Comté de Coosa,Condado de Coosa,Condado han Coosa,Contea di Coosa,Coosa,Coosa Kun,Coosa Kūn,Coosa konderria,Coosa megye,County Coosa,Hrabstwo Coosa,Kusa,Okrug Kusa,Quan Coosa,Quận Coosa,kosa ka'unti,ku sa xian,kusa jun,shhrstan kwsa  alabama,Куса,Округ Куса,Քուզա շրջան,شهرستان کوسا، آلاباما,مقاطعة كوسا,کوسا کاؤنٹی، الاباما,কোসা কাউন্টি,クーサ郡,库萨县		US	AL	037	11539	America/Chicago
4057296	Covington County	covington-county	Comitatul Covington,Comte de Covington,Comté de Covington,Condado de Covington,Condado han Covington,Contea di Covington,County Covington,Covington,Covington County,Covington Kun,Covington Kūn,Covington konderria,Covington megye,Covingtoni maakond,Hrabstwo Covington,Jones County,Kovington,Kovingtun,Okrug Kavington,Quan Covington,Quận Covington,ka wen dun xian,kobintana ka'unti,kobinton jun,shhrstan kawyngtwn  alabama,Ковингтон,Ковингтън,Ковінгтон,Округ Кавингтон,Քովինգտոն շրջան,شهرستان کاوینگتون، آلاباما,مقاطعة كوفينغتون,کوینگٹن کاؤنٹی، الاباما,কোবিংটন কাউন্টি,コビントン郡,卡温顿县		US	AL	039	37765	America/Chicago
4269424	Chase County	chase-county	Chase,Chase Comitatus,Chase Kun,Chase Kūn,Chase konderria,Chase megye,Chasei maakond,Chejs,Comitatul Chase,Comte de Chase,Comté de Chase,Condado de Chase,Condado han Chase,Contea di Chase,Hrabstwo Chase,Okrug Chejs,Quan Chase,Quận Chase,cai si xian,cesa ka'unti,cheisu jun,mqatʿt tshys,shhrstan chys  kanzas,Округ Чејс,Чейс,Չեյս շրջան,شهرستان چیس، کانزاس,مقاطعة تشيس,چیس کاؤنٹی، کنساس,চেস কাউন্টি,チェイス郡,蔡斯縣		US	KS	017	2790	America/Chicago
4057517	Crenshaw County	crenshaw-county	Comitatul Crenshaw,Comte de Crenshaw,Comté de Crenshaw,Condado de Crenshaw,Condado han Crenshaw,Contea di Crenshaw,Crenshaw,Crenshaw Kun,Crenshaw Kūn,Crenshaw konderria,Crenshaw megye,Hrabstwo Crenshaw,Krensho,Krijnshou,Okrug Krensho,Quan Crenshaw,Quận Crenshaw,ke lun xiao xian,krenasara ka'unti,kurensho jun,shhrstan karnshw  alabama,Креншо,Крийншоу,Округ Креншо,Քրենշոու շրջան,شهرستان کارنشو، آلاباما,مقاطعة كرينشو,کرینشا کاؤنٹی، الاباما,ক্রেনশাৱ কাউন্টি,クレンショー郡,克伦肖县		US	AL	041	13906	America/Chicago
4057837	Cullman County	cullman-county	Comitatul Cullman,Comte de Cullman,Comté de Cullman,Condado de Cullman,Condado han Cullman,Contea di Cullman,Cullman,Cullman Kun,Cullman Kūn,Cullman konderria,Cullman megye,Hrabstwo Cullman,Kallmehn,Kallmen,Kulman,Okrug Kalman,Quan Cullman,Quận Cullman,ka er man xian,kalamyana ka'unti,karuman jun,shhrstan klmn  alabama,Каллмен,Каллмэн,Кълман,Округ Калман,Քալմեն շրջան,شهرستان کلمن، آلاباما,مقاطعة كولمان,কালম্যান কাউন্টি,カルマン郡,卡尔曼县		US	AL	043	80406	America/Chicago
4058052	Dale County	dale-county	Comitatul Dale,Comte de Dale,Comté de Dale,Condado de Dale,Condado han Dale,Contea di Dale,Dale,Dale Kun,Dale Kūn,Dale konderria,Dale megye,Dejl,Deyl srjan,Hrabstwo Dale,Okrug Dejl,Quan Dale,Quận Dale,dai er xian,dale ka'unti,deiru jun,shhrstan dalh  alabama,Дейл,Округ Дејл,Դեյլ շրջան,شهرستان داله، آلاباما,مقاطعة دال,ڈیل کاؤنٹی، الاباما,দালে কাউন্টি,デイル郡,戴尔县		US	AL	045	50251	America/Chicago
4058076	Dallas County	dallas-county	Comitatul Dallas,Comte de Dallas,Comté de Dallas,Condado de Dallas,Condado han Dallas,Contea di Dallas,Dalas,Dallas,Dallas Kun,Dallas Kūn,Dallas konderria,Dallas megye,Dallas srjan,Hrabstwo Dallas,Okrug Dalas,Quan Dallas,Quận Dallas,da la si xian,dalasa ka'unti,darasu jun,shhrstan dalas  alabama,Далас,Даллас,Округ Далас,Դալլաս շրջան,شهرستان دالاس، آلاباما,مقاطعة دالاس,ڈیلاس کاؤنٹی، الاباما,ডালাস কাউন্টি,ダラス郡,達拉斯縣		US	AL	047	43820	America/Chicago
4058479	DeKalb County	dekalb-county	Comitatul DeKalb,Comte de DeKalb,Comté de DeKalb,Condado de DeKalb,Condado han DeKalb,Contea di DeKalb,De Kalb County,De-Kalb,De-Kalb srjan,DeKalb,DeKalb County,DeKalb Kun,DeKalb Kūn,DeKalb konderria,DeKalb megye,Dekal'b,Dekalb County,Dikalb,Hrabstwo DeKalb,Okrug Dekab,Quan DeKalb,Quận DeKalb,dekalaba ka'unti,di ka er bu xian,dikabu jun,shhrstan dyklb  alabama,Де-Калб,Декальб,Дикалб,Округ Декаб,Դե-Կալբ շրջան,شهرستان دیکلب، آلاباما,مقاطعة ديكالب,ڈیکلب کاؤنٹی، الاباما,ডেকলাব কাউন্টি,ディカーブ郡,迪卡尔布县		US	AL	049	71109	America/Chicago
4060563	Elmore County	elmore-county	Comitatul Elmore,Comte d'Elmore,Comté d'Elmore,Condado de Elmore,Condado han Elmore,Contea di Elmore,Ehlmor,Elmor,Elmor srjan,Elmore,Elmore Kun,Elmore Kūn,Elmore konderria,Elmore megye,Elmorei maakond,Hrabstwo Elmore,Okrug Elmor,Quan Elmore,Quận Elmore,ai er mo er xian,elamore ka'unti,erumoa jun,shhrstan almwr  alabama,Елмор,Округ Елмор,Элмор,Էլմոր շրջան,ایلمور کاؤنٹی، الاباما,شهرستان المور، آلاباما,مقاطعة إلمور,এলমোরে কাউন্টি,エルモア郡,埃尔莫尔县		US	AL	051	79303	America/Chicago
4060870	Escambia County	escambia-county	Comitatul Escambia,Comte d'Escambia,Comté d'Escambia,Condado de Escambia,Condado han Escambia,Contea di Escambia,County Escambia,Ehskambia,Escambia,Escambia Kun,Escambia Kūn,Escambia konderria,Escambia maakond,Escambia megye,Eskambia srjan,Eskambija,Hrabstwo Escambia,Okrug Eskambija,Quan Escambia,Quận Escambia,ai si kang bi ya xian,esakambiya ka'unti,esukanbia jun,shhrstan askambya  alabama,Ескамбия,Ескамбія,Округ Ескамбија,Эскамбиа,Էսկամբիա շրջան,اسکامبیا کاؤنٹی، الاباما,شهرستان اسکامبیا، آلاباما,مقاطعة إسكمبيا,এসকাম্বিয়া কাউন্টি,エスカンビア郡,艾斯康比亞縣		US	AL	053	38319	America/Chicago
4060938	Etowah County	etowah-county	Baine County,Comitatul Etowah,Comte d'Etowah,Comté d'Etowah,Condado de Etowah,Condado han Etowah,Contea di Etowah,County Etowah,Ehtova,Etova,Etova srjan,Etowah,Etowah County,Etowah Kun,Etowah Kūn,Etowah konderria,Etowah megye,Etuuo,Hrabstwo Etowah,Okrug Etovo,Quan Etowah,Quận Etowah,ai tuo wa xian,etaraa ka'unti,etowa jun,shhrstan atwwah  alabama,Етова,Етъуо,Округ Етово,Этова,Էտովա շրջան,شهرستان اتوواه، آلاباما,مقاطعة إيتوا,گیڈسٹن میٹروپولیٹن شماریاتی علاقہ,এটৱা কাউন্টি,エトワ郡,埃托瓦县		US	AL	055	104430	America/Chicago
4061590	Fayette County	fayette-county	Comitatul Fayette,Comte de Fayette,Comté de Fayette,Condado de Fayette,Condado han Fayette,Contea di Fayette,County Fayette,Faett,Fajet,Fayet srjan,Fayette,Fayette Kun,Fayette Kūn,Fayette konderria,Fayette megye,Fejett,Hrabstwo Fayette,Okrug Fejet,Quan Fayette,Quận Fayette,faietto jun,fei ye te xian,phayette ka'unti,shhrstan fayt  alabama,Округ Фејет,Файет,Фаєтт,Фейетт,Ֆայետ շրջան,شهرستان فایت، آلاباما,فائیٹ کاؤنٹی، الاباما,مقاطعة فاييت,ফায়েত্তে কাউন্টি,ファイエット郡,費耶特縣		US	AL	057	17241	America/Chicago
4063130	Franklin County	franklin-county	Comitatul Franklin,Comte de Franklin,Comté de Franklin,Condado de Franklin,Condado han Franklin,Contea di Franklin,County Franklin,Franklin,Franklin Kun,Franklin Kūn,Franklin konderria,Franklin megye,Franklin srjan,Franklini maakond,Hrabstwo Franklin,Okrug Frenklin,Quan Franklin,Quận Franklin,fu lan ke lin xian,furankurin jun,phrankalina ka'unti,shhrstan franklyn  alabama,Округ Френклин,Франклин,Франклін,Ֆրանկլին շրջան,شهرستان فرانکلین، آلاباما,فرینکلن کاؤنٹی، الاباما,مقاطعة فرانكلين,ফ্রাঙ্কলিন কাউন্টি,フランクリン郡,富蘭克林縣		US	AL	059	31704	America/Chicago
4063931	Geneva County	geneva-county	Comitatul Geneva,Comte de Geneva,Comté de Geneva,Condado de Geneva,Condado han Geneva,Contea di Geneva,County Geneva,Dzheniva,Geneva,Geneva Kun,Geneva Kūn,Geneva konderria,Geneva megye,Hrabstwo Geneva,Okrug DZeniva,Quan Geneva,Quận Geneva,Zheniva,Znev srjan,jenebha ka'unti,jeniba jun,jie ni wa xian,shhrstan gnwa  alabama,Дженива,Женіва,Округ Џенива,Ժնև շրջան,جنیوا کاؤنٹی، الاباما,شهرستان گنوا، آلاباما,مقاطعة جنيف,জেনেভা কাউন্টি,ジェニーバ郡,杰尼瓦县		US	AL	061	26790	America/Chicago
4065243	Greene County	greene-county	Comitatul Greene,Comte de Greene,Comté de Greene,Condado de Greene,Condado han Greene,Contea di Greene,County Greene,Green County,Greene,Greene County,Greene Kun,Greene Kūn,Greene konderria,Greene megye,Grijn,Grin,Grin srjan,Hrabstwo Greene,Okrug Grin,Quan Greene,Quận Greene,ge lin xian,grine ka'unti,gurin jun,shhrstan gryn  alabama,Грийн,Грин,Грін,Округ Грин,Գրին շրջան,شهرستان گرین، آلاباما,مقاطعة غرين,گرین کاؤنٹی، الاباما,গ্রিনে কাউন্টি,グリーン郡,格林縣		US	AL	063	9045	America/Chicago
4065796	Hale County	hale-county	Comitatul Hale,Comte de Hale,Comté de Hale,Condado de Hale,Condado han Hale,Contea di Hale,County Hale,Gejl,Hale,Hale Kun,Hale Kūn,Hale konderria,Hale megye,Halei maakond,Heyl srjan,Hrabstwo Hale,Khejl,Okrug Khejl,Quan Hale,Quận Hale,hala ka'unti,hei er xian,heiru jun,shhrstan haly  alabama,Гейл,Округ Хејл,Хейл,Հեյլ շրջան,شهرستان هالی، آلاباما,مقاطعة هيل,ہیل کاؤنٹی، الاباما,হাল কাউন্টি,ヘイル郡,黑尔县		US	AL	065	15760	America/Chicago
4066911	Henry County	henry-county	Comitatul Henry,Comte de Henry,Comté de Henry,Condado de Henry,Condado han Henry,Contea di Henry,County Henry,Genri,Henri srjan,Henry,Henry Kun,Henry Kūn,Henry konderria,Henry megye,Hrabstwo Henry,Khenri,Okrug Khenri,Quan Henry,Quận Henry,henari ka'unti,heng li xian,henri jun,shhrstan hnry  alabama,Генри,Генрі,Округ Хенри,Хенри,Հենրի շրջան,شهرستان هنری، آلاباما,مقاطعة هنري,ہینری کاؤنٹی، الاباما,হেনরি কাউন্টি,ヘンリー郡,亨利县		US	AL	067	17302	America/Chicago
4068296	Houston County	houston-county	Comitatul Houston,Comte de Houston,Comté de Houston,Condado de Houston,Condado han Houston,Contea di Houston,County Houston,Gjuston,Houston,Houston Kun,Houston Kūn,Houston konderria,Houston megye,Hrabstwo Houston,Hyuston srjan,Kh'juston,Khjustun,Okrug Khjuston,Quan Houston,Quận Houston,ha'usatana ka'unti,hyusuton jun,shhrstan hywstwn  alabama,xiu si dui xian,Гюстон,Округ Хјустон,Хьюстон,Хюстън,Հյուստոն շրջան,شهرستان هیوستون، آلاباما,مقاطعة هيوستن,ہیوسٹن کاؤنٹی، الاباما,হাউসটন কাউন্টি,ヒューストン郡,休斯敦县		US	AL	069	101547	America/Chicago
4069472	Jackson County	jackson-county	Comitatul Jackson,Comte de Jackson,Comté de Jackson,Condado de Jackson,Condado han Jackson,Contea di Jackson,County Jackson,Dzhaksun,Dzhekson,Hrabstwo Jackson,Jackson,Jackson Kun,Jackson Kūn,Jackson konderria,Jackson megye,Jacksoni maakond,Okrug DZekson,Quan Jackson,Quận Jackson,jakuson jun,jie ke xun xian,jyakasana ka'unti,shhrstan jkswn  alabama,Джаксън,Джексон,Округ Џексон,Ջեքսոն շրջան,جیکسن کاؤنٹی، الاباما,شهرستان جکسون، آلاباما,مقاطعة جاكسون,জ্যকশন কাউন্টি,ジャクソン郡,杰克逊县		US	AL	071	53227	America/Chicago
4069696	Jefferson County	jefferson-county	Comitatul Jefferson,Comtat de Jefferson,Comte de Jefferson,Comté de Jefferson,Condado de Jefferson,Condado han Jefferson,Contae Jefferson,Contea di Jefferson,County Jefferson,Dzhefersun,Dzhefferson,Hrabstwo Jefferson,Jeferson srjan,Jefferson,Jefferson Kun,Jefferson Kūn,Jefferson konderria,Jefferson megye,Jeffersoni maakond,Okrug DZeferson,Quan Jefferson,Quận Jefferson,jefason jun,jepharasana ka'unti,jie fu xun xian,shhrstan jfrswn  alabama,Джеферсън,Джефферсон,Округ Џеферсон,Ջեֆերսոն շրջան,جیفرسن کاؤنٹی، الاباما,شهرستان جفرسون، آلاباما,مقاطعة جيفرسون,জেফারশন কাউন্টি,ジェファーソン郡,傑佛遜縣		US	AL	073	658466	America/Chicago
4071676	Lamar County	lamar-county	Comitatul Lamar,Comte de Lamar,Comté de Lamar,Condado de Lamar,Condado han Lamar,Contea di Lamar,County Lamar,Hrabstwo Lamar,Jones County,Lamar,Lamar County,Lamar Kun,Lamar Kūn,Lamar konderria,Lamar megye,Lamar srjan,Okrug Lamar,Quan Lamar,Quận Lamar,Sanford County,la ma er xian,lamara ka'unti,rama jun,shhrstan lamar  alabama,Ламар,Округ Ламар,Լամար շրջան,شهرستان لامار، آلاباما,لامار کاؤنٹی، الاباما,مقاطعة لامار,লামার কাউন্টি,ラマー郡,拉马尔县		US	AL	075	14564	America/Chicago
4071898	Lauderdale County	lauderdale-county	Comitatul Lauderdale,Comte de Lauderdale,Comté de Lauderdale,Condado de Lauderdale,Condado han Lauderdale,Contae Lauderdale,Contea di Lauderdale,County Lauderdale,Hrabstwo Lauderdale,Lauderdale,Lauderdale Kun,Lauderdale Kūn,Lauderdale konderria,Lauderdale megye,Loderdejl,Loderdeyl srjan,Lodurdejl,Okrug Loderdejl,Quan Lauderdale,Quận Lauderdale,la'udaradale ka'unti,lao de dai er xian,rodaderu jun,shhrstan lawdrdyl  alabama,Лодердейл,Лодърдейл,Округ Лодердејл,Լոդերդեյլ շրջան,شهرستان لاودردیل، آلاباما,لاوڈردیل کاؤنٹی، الاباما,مقاطعة لودرديل,লাউদারডালে কাউন্টি,ローダーデール郡,劳德代尔县		US	AL	077	92709	America/Chicago
4071959	Lawrence County	lawrence-county	Comitatul Lawrence,Comte de Lawrence,Comté de Lawrence,Condado de Lawrence,Condado han Lawrence,Contea di Lawrence,Hrabstwo Lawrence,Lawrence,Lawrence Kun,Lawrence Kūn,Lawrence konderria,Lawrence megye,Lorens,Loruns,Lourens,Lourens srjan,Okrug Lorens,Quan Lawrence,Quận Lawrence,lao lun si xian,lorensa ka'unti,rorensu jun,shhrstan larns  alabama,Лоренс,Лорънс,Лоуренс,Округ Лоренс,Լոուրենս շրջան,شهرستان لارنس، آلاباما,لارنس کاؤنٹی، الاباما,مقاطعة لورنس,লোরেন্স কাউন্টি,ローレンス郡,勞倫斯縣		US	AL	079	34339	America/Chicago
4072098	Lee County	lee-county	Comitatul Lee,Comte de Lee,Comté de Lee,Condado de Lee,Condado han Lee,Contea di Lee,County Lee,Hrabstwo Lee,Lee,Lee Kun,Lee Kūn,Lee konderria,Lee megye,Li,Li srjan,Lij,Okrug Li,Quan Lee,Quận Lee,li jun,li ka'unti,ri jun,shhrstan ly  alabama,Ли,Лий,Лі,Округ Ли,Լի շրջան,شهرستان لی، آلاباما,لی کاؤنٹی، الاباما,مقاطعة لي,লী কাউন্টি,リー郡,李郡		US	AL	081	140247	America/Chicago
4072707	Limestone County	limestone-county	Comitatul Limestone,Comte de Limestone,Comté de Limestone,Condado de Limestone,Condado han Limestone,Contea di Limestone,County Limestone,Elk County,Hrabstwo Limestone,Lajmstoun,Laymstoun srjan,Limestone,Limestone County,Limestone Kun,Limestone Kūn,Limestone konderria,Limestone megye,Limestonei maakond,Okrug Lajmstoun,Quan Limestone,Quận Limestone,la'imastona ka'unti,lai mu si tong xian,raimusuton jun,shhrstan laymstwn  alabama,Лаймстоун,Округ Лајмстоун,Լայմստոուն շրջան,شهرستان لایمستون، آلاباما,لائمسٹون کاؤنٹی، الاباما,مقاطعة ليمستون,লাইমস্টোন কাউন্টি,ライムストーン郡,莱姆斯通县		US	AL	083	82782	America/Chicago
4073885	Lowndes County	lowndes-county	Comitatul Lowndes,Comte de Lowndes,Comté de Lowndes,Condado de Lowndes,Condado han Lowndes,Contea di Lowndes,County Lowndes,Hrabstwo Lowndes,Laundes srjan,Launds,Lowndes,Lowndes Kun,Lowndes Kūn,Lowndes konderria,Lowndes megye,Okrug Launds,Quan Lowndes,Quận Lowndes,lang ci xian,lonadesa ka'unti,raunzu jun,shhrstan lands  alabama,Лаундс,Округ Лаундс,Լաունդես շրջան,شهرستان لاندس، آلاباما,لانڈیس کاؤنٹی، الاباما,مقاطعة لوندز,লোনদেস কাউন্টি,ラウンズ郡,朗兹县		US	AL	085	11299	America/Chicago
4074246	Macon County	macon-county	Comitatul Macon,Comte de Macon,Comté de Macon,Condado de Macon,Condado han Macon,Contea di Macon,County Macon,Hrabstwo Macon,Macon,Macon Kun,Macon Kūn,Macon konderria,Macon megye,Mejkon,Mejkun,Meykon srjan,Okrug Mejkon,Quan Macon,Quận Macon,makona ka'unti,mei ken xian,meikon jun,shhrstan mkwn  alabama,Мейкон,Мейкън,Округ Мејкон,Մեյկոն շրջան,شهرستان مکون، آلاباما,ماکون کاؤنٹی، الاباما,مقاطعة ماكون,মাকোন কাউন্টি,メイコン郡,梅肯县		US	AL	087	21452	America/Chicago
4074277	Madison County	madison-county	Comitatul Madison,Comte de Madison,Comté de Madison,Condado de Madison,Condado han Madison,Contea di Madison,County Madison,Hrabstwo Madison,Madison,Madison Kun,Madison Kūn,Madison konderria,Madison megye,Madisoni maakond,Madisun,Medison,Medison srjan,Mehdison,Okrug Medison,Quan Madison,Quận Madison,madison jun,mai di xun xian,medisana ka'unti,shhrstan mdysn  alabama,Мадисън,Медісон,Мэдисон,Округ Медисон,Մեդիսոն շրջան,شهرستان مدیسن، آلاباما,مقاطعة ماديسون,میڈیسن کاؤنٹی، الاباما,মেডিশন কাউন্টি,マディソン郡,麥迪遜縣		US	AL	089	334811	America/Chicago
4074590	Marengo County	marengo-county	Comitatul Marengo,Comte de Marengo,Comté de Marengo,Condado de Marengo,Condado han Marengo,Contea di Marengo,County Marengo,Hrabstwo Marengo,Marengo,Marengo Kun,Marengo Kūn,Marengo konderria,Marengo megye,Marengo srjan,Maringo,Okrug Marengo,Quan Marengo,Quận Marengo,ma lun ge xian,marengo jun,marengo ka'unti,shhrstan mrngw  alabama,Маренго,Маренґо,Маринго,Округ Маренго,Մարենգո շրջան,شهرستان مرنگو، آلاباما,مرنگو کاؤنٹی، الاباما,مقاطعة مارينغو,মারেঙ্গো কাউন্টি,マレンゴ郡,马伦戈县		US	AL	091	21027	America/Chicago
4074636	Marion County	marion-county	Comitatul Marion,Comte de Marion,Comté de Marion,Condado de Marion,Condado han Marion,Contea di Marion,County Marion,Hrabstwo Marion,Marion,Marion Kun,Marion Kūn,Marion konderria,Marion megye,Mariun,Mehrion,Merion,Merion srjan,Okrug Marion,Quan Marion,Quận Marion,ma li ang xian,mari'ona ka'unti,marion jun,shhrstan marywn  alabama,Мариън,Меріон,Мэрион,Округ Марион,Մերիոն շրջան,شهرستان ماریون، آلاباما,ماریون کاؤنٹی، الاباما,مقاطعة ماريون,মারিওন কাউন্টি,マリオン郡,馬里昂縣		US	AL	093	30776	America/Chicago
4074736	Marshall County	marshall-county	Comitatul Marshall,Comte de Marshall,Comté de Marshall,Condado de Marshall,Condado han Marshall,Contea di Marshall,County Marshall,Hrabstwo Marshall,Marshal,Marshall,Marshall Kun,Marshall Kūn,Marshall konderria,Marshall megye,Okrug Marshal,Quan Marshall,Quận Marshall,ma xie er xian,marsala ka'unti,masharu jun,shhrstan marshal  alabama,Маршал,Маршалл,Округ Маршал,شهرستان مارشال، آلاباما,مارشل کاؤنٹی، الاباما,مقاطعة مارشال,মার্শাল কাউন্টি,マーシャル郡,马歇尔县		US	AL	095	93019	America/Chicago
4076607	Mobile County	mobile-county	Comitatul Mobile,Comte de Mobile,Comté de Mobile,Condado de Mobile,Condado han Mobile,Contea di Mobile,County Mobile,Hrabstwo Mobile,Kantono Mobile,Mobayl srjan,Mobil,Mobile,Mobile Kun,Mobile Kūn,Mobile konderria,Mobile megye,Mobilei maakond,Mobilen piirikunta,Okrug Mobil,Quan Mobile,Quận Mobile,mo bi er xian,moba'ila ka'unti,mobiru jun,mqatʿt mwbyl,shhrstan mwbayl  alabama,Мобил,Мобіл,Округ Мобил,Մոբայլ շրջան,شهرستان موبایل، آلاباما,مقاطعة موبيل,موبائل کاؤنٹی، الاباما,মোবাইল কাউন্টি,អាណាស្រុកម៉ូបាល,モービル郡,莫比爾縣		US	AL	097	412992	America/Chicago
4076706	Monroe County	monroe-county	Comitatul Monroe,Comte de Monroe,Comté de Monroe,Condado de Monroe,Condado han Monroe,Contea di Monroe,County Monroe,Hrabstwo Monroe,Monro,Monro srjan,Monroe,Monroe Kun,Monroe Kūn,Monroe konderria,Monroe megye,Okrug Monro,Quan Monroe,Quận Monroe,men luo xian,monaro ka'unti,monro jun,shhrstan mwnrw  alabama,Монро,Округ Монро,Մոնրո շրջան,شهرستان مونرو، آلاباما,مقاطعة مونرو,مونرو کاؤنٹی، الاباما,মোনরো কাউন্টি,モンロー郡,門羅縣		US	AL	099	23068	America/Chicago
4076795	Montgomery County	montgomery-county	Comitatul Montgomery,Comte de Montgomery,Comté de Montgomery,Condado de Montgomery,Condado han Montgomery,Contea di Montgomery,County Montgomery,Hrabstwo Montgomery,Montgomeri,Montgomeri srjan,Montgomery,Montgomery Kun,Montgomery Kūn,Montgomery konderria,Montgomery maakond,Montgomery megye,Montgomuri,Okrug Montgomeri,Quan Montgomery,Quận Montgomery,meng ge ma li xian,mongomeri jun,montagomeri ka'unti,shhrstan mwntgwmry  alabama,Монтгомери,Монтгомері,Монтгомъри,Округ Монтгомери,Մոնտգոմերի շրջան,شهرستان مونتگومری، آلاباما,مقاطعة مونتغومري,مونٹگمری کاؤنٹی، الاباما,মোন্টগোমেরী কাউন্টি,モンゴメリー郡,蒙哥马利县		US	AL	101	229363	America/Chicago
4077029	Morgan County	morgan-county	Comitatul Morgan,Comte de Morgan,Comté de Morgan,Condado de Morgan,Condado han Morgan,Contea di Morgan,Cotaco County,County Morgan,Hrabstwo Morgan,Morgan,Morgan County,Morgan Kun,Morgan Kūn,Morgan konderria,Morgan megye,Morgan srjan,Okrug Morgan,Quan Morgan,Quận Morgan,maragana ka'unti,mo gen xian,mogan jun,shhrstan mwrgan  alabama,Морган,Морґан,Округ Морган,Մորգան շրջան,شهرستان مورگان، آلاباما,مقاطعة مورغان,مورگن کاؤنٹی، الاباما,মরগান কাউন্টি,モーガン郡,摩根县		US	AL	103	119490	America/Chicago
4082741	Perry County	perry-county	Comitatul Perry,Comte de Perry,Comté de Perry,Condado de Perry,Condado han Perry,Contea di Perry,Hrabstwo Perry,Marsal srjan,Okrug Peri,Peri,Perri,Perry,Perry Kun,Perry Kūn,Perry konderria,Perry megye,Quan Perry,Quận Perry,pei li xian,peri jun,peri ka'unti,shhrstan pry  alabama,Округ Пери,Пери,Перри,Перрі,Մարշալ շրջան,شهرستان پری، آلاباما,مقاطعة بيري,پیری کاؤنٹی، الاباما,পেরি কাউন্টি,ペリー郡,佩里县		US	AL	105	10591	America/Chicago
4082974	Pickens County	pickens-county	Comitatul Pickens,Comte de Pickens,Comté de Pickens,Condado de Pickens,Condado han Pickens,Contea di Pickens,County Pickens,Hrabstwo Pickens,Okrug Pikens,Pickens,Pickens Kun,Pickens Kūn,Pickens konderria,Pickens megye,Pikens,Pikuns,Quan Pickens,Quận Pickens,pi ken si xian,pikensa ka'unti,pikenzu jun,shhrstan pyknz  alabama,Округ Пикенс,Пикенс,Пикънс,Пікенс,Փերի շրջան,شهرستان پیکنز، آلاباما,مقاطعة بيكنز,پکینز کاؤنٹی، الاباما,পিকেন্স কাউন্টি,ピケンズ郡,皮肯斯县		US	AL	107	19746	America/Chicago
4083063	Pike County	pike-county	Comitatul Pike,Comtat de Pike,Comte de Pike,Comté de Pike,Condado de Pike,Condado han Pike,Contea di Pike,County Pike,Hrabstwo Pike,Okrug Pajk,Pajk,Pike,Pike Kun,Pike Kūn,Pike konderria,Pike megye,Quan Pike,Quận Pike,pa'ika ka'unti,pai ke xian,paiku jun,shhrstan payk  alabama,Округ Пајк,Пайк,Փիկենս շրջան,شهرستان پایک، آلاباما,مقاطعة بايك,پائیک کاؤنٹی، الاباما,পাইক কাউন্টি,パイク郡,派克县		US	AL	109	32899	America/Chicago
4085418	Randolph County	randolph-county	Comitatul Randolph,Comte de Randolph,Comté de Randolph,Condado de Randolph,Condado han Randolph,Contea di Randolph,County Randolph,Hrabstwo Randolph,Okrug Randolf,Quan Randolph,Quận Randolph,Randolf,Randolph,Randolph Kun,Randolph Kūn,Randolph konderria,Randolph megye,Rehndol'f,Rendolf,lan dao fu xian,randorufu jun,rendalapha ka'unti,shhrstan rndwlf  alabama,Округ Рандолф,Рандолф,Рендолф,Рэндольф,Փայկ շրջան,رینڈولف کاؤنٹی، الاباما,شهرستان رندولف، آلاباما,مقاطعة راندولف,রেন্ডলফ কাউন্টি,ランドルフ郡,兰道夫县		US	AL	111	22913	America/Chicago
4087481	Saint Clair County	saint-clair-county	Comte de Saint Clair,Comté de Saint Clair,Saint Clair,St. Clair		US	AL	115	83593	America/Chicago
4089551	Shelby County	shelby-county	Comitatul Shelby,Comte de Shelby,Comté de Shelby,Condado de Shelby,Condado han Shelby,Contea di Shelby,County Shelby,Hrabstwo Shelby,Okrug Shelbi,Quan Shelby,Quận Shelby,Shelbi,Shelby,Shelby Kun,Shelby Kūn,Shelby konderria,Shelby megye,selaba'i ka'unti,sherubi jun,shhrstan shlby  alabama,xie er bi xian,Округ Шелби,Шелби,Шелбі,Սենտ Քլեր շրջան,شهرستان شلبی، آلاباما,شیلبی کاؤنٹی، الاباما,مقاطعة شيلبي,শেলবাই কাউন্টি,シェルビー郡,謝爾比縣		US	AL	117	195085	America/Chicago
4092386	Sumter County	sumter-county	Comitatul Sumter,Comte de Sumter,Comté de Sumter,Condado de Sumter,Condado han Sumter,Contea di Sumter,County Sumter,Hrabstwo Sumter,Okrug Samter,Quan Sumter,Quận Sumter,Samter,Samter srjan,Sumter,Sumter Kun,Sumter Kūn,Sumter konderria,Sumter megye,Sumtur,sa mu te xian,samatera ka'unti,samuta jun,shhrstan swmtr  alabama,Округ Самтер,Самтер,Съмтър,Սամտեր շրջան,سمٹر کاؤنٹی، الاباما,شهرستان سومتر، آلاباما,مقاطعة سمتر,সামটের কাউন্টি,サムター郡,薩姆特縣		US	AL	119	13763	America/Chicago
4092795	Talladega County	talladega-county	Comitatul Talladega,Comte de Talladega,Comté de Talladega,Condado de Talladega,Condado han Talladega,Contea di Talladega,County Talladega,Hrabstwo Talladega,Okrug Taladiga,Quan Talladega,Quận Talladega,Taladega County,Talladega,Talladega County,Talladega Kun,Talladega Kūn,Talladega konderria,Talladega megye,Talladiga,Taludiga,shhrstan taladyga  alabama,ta la di jia xian,talladega ka'unti,taradega jun,Округ Таладига,Талладига,Талладіґа,Талъдига,Թալադեգա շրջան,شهرستان تالادیگا، آلاباما,مقاطعة تالاديجا,তাল্লাডেগা কাউন্টি,タラデガ郡,塔拉迪加县		US	AL	121	82291	America/Chicago
4092827	Tallapoosa County	tallapoosa-county	Comitatul Tallapoosa,Comte de Tallapoosa,Comté de Tallapoosa,Condado de Tallapoosa,Condado han Tallapoosa,Contea di Tallapoosa,Hrabstwo Tallapoosa,Okrug Talapusa,Quan Tallapoosa,Quận Tallapoosa,Talapusa,Tallapoosa,Tallapoosa Kun,Tallapoosa Kūn,Tallapoosa konderria,Tallapoosa megye,Tallapusa,shhrstan talapwsa  alabama,ta la pu sa xian,tallaposa ka'unti,tarapusa jun,Округ Талапуса,Талапуса,Таллапуса,Թալապուսա շրջան,شهرستان تالاپوسا، آلاباما,مقاطعة تالابوسا,ٹالاپوسا کاؤنٹی، الاباما,তাল্লাপোসা কাউন্টি,タラプーサ郡,塔拉普萨县		US	AL	123	41616	America/Chicago
4094463	Tuscaloosa County	tuscaloosa-county	Comitatul Tuscaloosa,Comte de Tuscaloosa,Comté de Tuscaloosa,Condado de Tuscaloosa,Condado han Tuscaloosa,Contea di Tuscaloosa,Hrabstwo Tuscaloosa,Okrug Taskalusa,Quan Tuscaloosa,Quận Tuscaloosa,Taskalusa,Tuscaloosa,Tuscaloosa County,Tuscaloosa Kun,Tuscaloosa Kūn,Tuscaloosa konderria,Tuscaloosa megye,Tuskaloosa County,Tuskalusa,Tuskloosa County,shhrstan taskalwsa  alabama,ta si ka lu sa xian,tasukarusa jun,tusakalosa ka'unti,Округ Таскалуса,Таскалуса,Тъскалуса,Թուսկալուսա շրջան,شهرستان تاسکالوسا، آلاباما,مقاطعة توسكالوسا,ٹوسکالوسا کاؤنٹی، الاباما,টুসকালোসা কাউন্টি,タスカルーサ郡,塔斯卡卢萨县		US	AL	125	194656	America/Chicago
4096107	Walker County	walker-county	Comitatul Walker,Comte de Walker,Comté de Walker,Condado de Walker,Condado han Walker,Contae Walker,Contea di Walker,Hrabstwo Walker,Okrug Voker,Quan Walker,Quận Walker,Uoker,Uokur,Voker,Walker,Walker Kun,Walker Kūn,Walker konderria,Walker megye,raakara ka'unti,shhrstan wakr  alabama,u~oka jun,wo ke xian,Вокер,Округ Вокер,Уокер,Уокър,Ուոքեր շրջան,شهرستان واکر، آلاباما,مقاطعة ووكر,واکر کاؤنٹی، الاباما,ৱাকার কাউন্টি,ウォーカー郡,沃克縣		US	AL	127	67023	America/Chicago
4096449	Washington County	washington-county	Comitatul Washington,Comte de Washington,Comté de Washington,Condado de Washington,Condado han Washington,Contea di Washington,Hrabstwo Washington,Okrug Vashington,Quan Washington,Quận Washington,Vashington,Vasington srjan,Washington,Washington Kun,Washington Kūn,Washington konderria,Washington megye,Washingtoni maakond,hua sheng dun jun,raasintana ka'unti,shhrstan washyngtn  alabama,washinton jun,Вашингтон,Округ Вашингтон,Վաշինգտոն շրջան,شهرستان واشینگتن، آلاباما,مقاطعة واشنطن,واشنگٹن کاؤنٹی، الاباما,ৱাশিংটন কাউন্টি,ワシントン郡,华盛顿郡		US	AL	129	17581	America/Chicago
4107139	Cross County	cross-county	Comitatul Cross,Comte de Cross,Comté de Cross,Condado de Cross,Condado han Cross,Contea di Cross,Cross,Cross Comitatus,Cross Kun,Cross Kūn,Cross konderria,Cross megye,Hrabstwo Cross,Kros,Kross,Okrug Kros,Quan Cross,Quận Cross,ke luo si xian,krasa ka'unti,kurosu jun,mqatʿt krws,shhrstan nywkras  arkanzas,Крос,Кросс,Округ Крос,Քրոսի շրջան,شهرستان نیوکراس، آرکانزاس,مقاطعة كروس,کراس کاؤنٹی، آرکنساس,کراس کاشنٹی,ক্রশ কাউন্টি,クロス郡,克羅斯縣		US	AR	037	17870	America/Chicago
4097694	Wilcox County	wilcox-county	Comitatul Wilcox,Comte de Wilcox,Comté de Wilcox,Condado de Wilcox,Condado han Wilcox,Contea di Wilcox,Hrabstwo Wilcox,Okrug Vilkoks,Quan Wilcox,Quận Wilcox,Uilkoks,Vilkoks,Wilcox,Wilcox Kun,Wilcox Kūn,Wilcox konderria,Wilcox megye,Wilcoxi maakond,shhrstan wylkaks  alabama,u'ilakaksa ka'unti,u~irukokkusu jun,wei er ke ke si xian,Вілкокс,Округ Вилкокс,Уилкокс,Ուիկոքս շրջան,شهرستان ویلکاکس، آلاباما,مقاطعة ويلكوكس,ولکاکس کاؤنٹی، الاباما,উইলকক্স কাউন্টি,ウィルコックス郡,威尔科克斯县		US	AL	131	11670	America/Chicago
4098200	Winston County	winston-county	Comitatul Winston,Comte de Winston,Comté de Winston,Condado de Winston,Condado han Winston,Contea di Winston,Hancock County,Hrabstwo Winston,Okrug Vinston,Owinston srjan,Quan Winston,Quận Winston,Uinston,Uinstun,Vinston,Winston,Winston County,Winston Kun,Winston Kūn,Winston konderria,Winston megye,Winstoni maakond,shhrstan wynstwn  alabama,u'inastana ka'unti,u~insuton jun,wen si dun xian,Вінстон,Округ Винстон,Уинстон,Уинстън,Ուինստոն շրջան,شهرستان وینستون، آلاباما,مقاطعة وينستون,ونسٹن کاؤنٹی، الاباما,উইনস্টন কাউন্টি,ウィンストン郡,温斯顿县		US	AL	133	24484	America/Chicago
4099679	Arkansas County	arkansas-county	Arcansia Comitatus,Arkansas,Arkansas Kun,Arkansas Kūn,Arkansas konderria,Arkansas megye,Arkanzas,Arkanzasi srjan,Comitatul Arkansas,Comte d'Arkansas,Comté d'Arkansas,Condado de Arkansas,Condado han Arkansas,Contea di Arkansas,Hrabstwo Arkansas,Okrug Arkanzas,Quan Arkansas,Quận Arkansas,a ken se xian,akanso jun,mqatʿt arknsw,shhrstan arkanzas  arkanzas,Арканзас,Округ Арканзас,Արկանզասի շրջան,آرکنساس کاؤنٹی,آرکنساس کاؤنٹی، آرکنساس,شهرستان آرکانزاس، آرکانزاس,مقاطعة أركنسو,আরকান্‌সাস কাউন্টি,アーカンソー郡,阿肯色縣		US	AR	001	19019	America/Chicago
4099869	Ashley County	ashley-county	Ashley,Ashley Comitatus,Ashley Kun,Ashley Kūn,Ashley konderria,Ashley megye,Ashli,Comitatul Ashley,Comte d'Ashley,Comté d'Ashley,Condado de Ashley,Condado han Ashley,Contea di Ashley,Ehshli,Eshli,Eslii srjan,Hrabstwo Ashley,Okrug Eshli,Quan Ashley,Quận Ashley,a shen li xian,ashuri jun,esali ka'unti,mqatʿt ashly,shhrstan ashly  arkanzas,Ашли,Ешлі,Округ Ешли,Эшли,Էշլիի շրջան,ایشلی کاؤنٹی، آرکنساس,ایشلے کاؤنٹی,شهرستان اشلی، آرکانزاس,مقاطعة أشلي,এশলি কাউন্টি,アシュリー郡,阿什利縣		US	AR	003	21853	America/Chicago
4100581	Baxter County	baxter-county	Bakster,Bakstur,Baxter,Baxter Comitatus,Baxter Kun,Baxter Kūn,Baxter konderria,Baxter megye,Bekster,Comitatul Baxter,Comte de Baxter,Comté de Baxter,Condado de Baxter,Condado han Baxter,Contea di Baxter,Hrabstwo Baxter,Okrug Bakster,Quan Baxter,Quận Baxter,ba ke si te xian,baksatera ka'unti,bakusuta jun,mqatʿt bakstr,shhrstan bkstr  arkanzas,Бакстер,Бакстър,Бекстер,Округ Бакстер,Բաքստերի շրջան,باکسٹر کاؤنٹی,بیکسٹر کاؤنٹی، آرکنساس,شهرستان بکستر، آرکانزاس,مقاطعة باكستر,বক্সটের কাউন্টি,バクスター郡,巴克斯特縣		US	AR	005	41513	America/Chicago
4101244	Benton County	benton-county	Benton,Benton Comitatus,Benton Kun,Benton Kūn,Benton konderria,Benton megye,Bentoni srjan,Bentun,Comitatul Benton,Comte de Benton,Comté de Benton,Condado de Benton,Condado han Benton,Contea di Benton,Hrabstwo Benton,Okrug Benton,Quan Benton,Quận Benton,ben dun xian,benatana ka'unti,benton jun,mqatʿt byntwn,shhrstan bntwn  arkanzas,Бентон,Бентън,Округ Бентон,Բենտոնի շրջան,بنٹن کاؤنٹی، آرکنساس,بینٹن کاؤنٹی، آرکنساس,شهرستان بنتون، آرکانزاس,مقاطعة بينتون,বেনটন কাউন্টি,ベントン郡,本頓縣		US	AR	007	221339	America/Chicago
4102608	Boone County	boone-county	Boon County,Boone,Boone Comitatus,Boone County,Boone Kun,Boone Kūn,Boone konderria,Boone megye,Bun,Buni srjan,Comitatul Boone,Comte de Boone,Comté de Boone,Condado de Boone,Condado han Boone,Contea di Boone,Hrabstwo Boone,Okrug Bun,Quan Boone,Quận Boone,bone ka'unti,bu en xian,bun jun,mqatʿt bwn,shhrstan bwny  arkanzas,Бун,Округ Бун,Բունի շրջան,بون کاؤنٹی، آرکنساس,بوون کاؤنٹی,شهرستان بونی، آرکانزاس,مقاطعة بون,বোনে কাউন্টি,ブーン郡,布恩縣		US	AR	009	36903	America/Chicago
4102799	Bradley County	bradley-county	Bradley,Bradley Comitatus,Bradley Kun,Bradley Kūn,Bradley konderria,Bradley maakond,Bradley megye,Bradli,Bradlii srjan,Bredli,Brehdli,Comitatul Bradley,Comte de Bradley,Comté de Bradley,Condado de Bradley,Condado han Bradley,Contea di Bradley,Hrabstwo Bradley,Okrug Bredli,Quan Bradley,Quận Bradley,bradali ka'unti,bu la de li xian,buradori jun,mqatʿt bradly,shhrstan bradly  arkanzas,Брадли,Бредлі,Брэдли,Округ Бредли,Բրադլիի շրջան,بریڈلی کاؤنٹی، آرکنساس,بریڈلے کاؤنٹی، آرکنساس,شهرستان برادلی، آرکانزاس,مقاطعة برادلي,ব্রাডলি কাউন্টি,ブラドリー郡,布拉德利縣		US	AR	011	11508	America/Chicago
4104063	Calhoun County	calhoun-county	Calhoun,Calhoun Comitatus,Calhoun Kun,Calhoun Kūn,Calhoun konderria,Calhoun megye,Comitatul Calhoun,Comte de Calhoun,Comté de Calhoun,Condado de Calhoun,Condado han Calhoun,Contea di Calhoun,Hrabstwo Calhoun,Kalgun,Kalkhun,Okrug Kalkhun,Quan Calhoun,Quận Calhoun,ka er huo en xian,kalahauna ka'unti,karufun jun,mqatʿt kalhawn,shhrstan klhwn  arkanzas,Калгун,Калхун,Округ Калхун,Քալհաունի շրջան,شهرستان کلهون، آرکانزاس,مقاطعة كالهاون,کالہاؤن کاؤنٹی، آرکنساس,کالہون کاؤنٹی، آرکنساس,কালহৌন কাউন্টি,カルフーン郡,卡爾霍恩縣		US	AR	013	5368	America/Chicago
4104658	Carroll County	carroll-county	Carroll,Carroll Comitatus,Carroll Kun,Carroll Kūn,Carroll konderria,Carroll megye,Comitatul Carroll,Comte de Carroll,Comté de Carroll,Condado de Carroll,Condado han Carroll,Contea di Carroll,Hrabstwo Carroll,Karroll,Kerroll,Kerul,Okrug Kerol,Quan Carroll,Quận Carroll,ka luo er xian,kerola ka'unti,kyaroru jun,mqatʿt karwl,shhrstan krwl  arkanzas,Карролл,Керролл,Керъл,Округ Керол,Քարոլի շրջան,شهرستان کرول، آرکانزاس,مقاطعة كارول,کیرل کاؤنٹی، آرکنساس,کیرول کاؤنٹی، آرکنساس,কেরোল কাউন্টি,キャロル郡,卡洛爾縣		US	AR	015	27446	America/Chicago
4277995	Rice County	rice-county	Comitatul Rice,Comte de Rice,Comté de Rice,Condado de Rice,Condado han Rice,Contea di Rice,Hrabstwo Rice,Okrug Rajs,Quan Rice,Quận Rice,Rajs,Rays srjan,Rice,Rice Comitatus,Rice Kun,Rice Kūn,Rice konderria,Rice megye,Ricei maakond,lai si xian,mqatʿt rays,ra'isa ka'unti,raisu jun,shhrstan rays  kanzas,Округ Рајс,Райс,Ռայս շրջան,رائس کاؤنٹی، کنساس,شهرستان رایس، کانزاس,مقاطعة رايس,রাইস কাউন্টি,ライス郡,賴斯縣		US	KS	159	10083	America/Chicago
4105506	Chicot County	chicot-county	Chicot,Chicot Comitatus,Chicot Kun,Chicot Kūn,Chicot konderria,Chicot megye,Chiko,Comitatul Chicot,Comte de Chicot,Comté de Chicot,Condado de Chicot,Condado han Chicot,Contea di Chicot,Hrabstwo Chicot,Okrug Shiko,Quan Chicot,Quận Chicot,Shiko,Sikoti srjan,chikotto jun,cikota ka'unti,mqatʿt tshykwt,qi ke te xian,shhrstan chykat  arkanzas,Округ Шико,Чико,Шико,Шіко,Շիկոտի շրջան,شهرستان چیکات، آرکانزاس,مقاطعة تشيكوت,چیکوٹ کاؤنٹی,چیکوٹ کاؤنٹی، آرکنساس,চিকোট কাউন্টি,チコット郡,奇科特縣		US	AR	017	11800	America/Chicago
4105838	Clark County	clark-county	Clark,Clark Comitatus,Clark County,Clark Kun,Clark Kūn,Clark konderria,Clark megye,Comitatul Clark,Comte de Clark,Comté de Clark,Condado de Clark,Condado han Clark,Contea di Clark,Hrabstwo Clark,Klark,Okrug Klark,Quan Clark,Quận Clark,ke la ke xian,klarka ka'unti,kuraku jun,mqatʿt klark,shhrstan klark  arkanzas,Кларк,Округ Кларк,Քլարկի շրջան,شهرستان کلارک، آرکانزاس,مقاطعة كلارك,کلارک کاؤنٹی، آرکنساس,ক্লার্ক কাউন্টি,クラーク郡,克拉克縣		US	AR	019	22995	America/Chicago
4105899	Clay County	clay-county	Clay,Clay Comitatus,Clay Kun,Clay Kūn,Clay konderria,Clay megye,Comitatul Clay,Comte de Clay,Comté de Clay,Condado de Clay,Condado han Clay,Contea di Clay,Hrabstwo Clay,Klej,Okrug Klej,Quan Clay,Quận Clay,ke lai xian,kle ka'unti,kurei jun,mqatʿt klay,shhrstan kly  arkanzas,Клей,Округ Клеј,Քլեյի շրջան,شهرستان کلی، آرکانزاس,مقاطعة كلاي,کلے کاؤنٹی، آرکنساس,ক্লে কাউন্টি,クレイ郡,克莱县		US	AR	021	16083	America/Chicago
4106009	Cleburne County	cleburne-county	Cleburne,Cleburne Comitatus,Cleburne Kun,Cleburne Kūn,Cleburne konderria,Cleburne megye,Cleburnei maakond,Comitatul Cleburne,Comte de Cleburne,Comté de Cleburne,Condado de Cleburne,Condado han Cleburne,Contea di Cleburne,Hrabstwo Cleburne,Klebern,Klejburn,Klibern,Okrug Klebern,Quan Cleburne,Quận Cleburne,ke li ben xian,kleborna ka'unti,kuriban jun,mqatʿt klybwrn,shhrstan klybrn  arkanzas,Клеберн,Клейбърн,Клиберн,Округ Клеберн,Քլիբերնի շրջան,شهرستان کلیبرن، آرکانزاس,مقاطعة كليبورن,کلیبرن کاؤنٹی,کلیبرن کاؤنٹی، آرکنساس,ক্লেবোর্ন কাউন্টি,クリバーン郡,克利本县		US	AR	023	25970	America/Chicago
4106032	Cleveland County	cleveland-county	Cleveland,Cleveland Comitatus,Cleveland County,Cleveland Kun,Cleveland Kūn,Cleveland konderria,Cleveland megye,Comitatul Cleveland,Comte de Cleveland,Comté de Cleveland,Condado de Cleveland,Condado han Cleveland,Contea di Cleveland,Dorsey County,Hrabstwo Cleveland,Klivland,Klivlend,Okrug Klivlend,Quan Cleveland,Quận Cleveland,ke li fu lan xian,klibalyanda ka'unti,kuriburando jun,mqatʿt klyfland,shhrstan klywlnd  arkanzas,Кливланд,Кливленд,Клівленд,Округ Кливленд,Քլիվլենդի շրջան,شهرستان کلیولند، آرکانزاس,مقاطعة كليفلاند,کلیولینڈ کاؤنٹی، آرکنساس,کلیوولینڈ کاؤنٹی,ক্লিবল্যন্ড কাউন্টি,クリーブランド郡,克里夫兰县		US	AR	025	8689	America/Chicago
4106339	Columbia County	columbia-county	Columbia,Columbia Comitatus,Columbia County,Columbia County i Arkansas,Columbia Kun,Columbia Kūn,Columbia konderria,Columbia megye,Comitatul Columbia,Comte de Columbia,Comté de Columbia,Condado de Columbia,Condado han Columbia,Contea di Columbia,Hrabstwo Columbia,Kolambia,Kolumbiayi srjan,Kolumbija,Okrug Kolambija,Quan Columbia,Quận Columbia,ge lun bi ya xian,kalambiya ka'unti,koronbia jun,mqatʿt kwlwmbya,shhrstan klmbya  arkanzas,Коламбиа,Колумбия,Колумбія,Округ Коламбија,Կոլումբիայի շրջան,شهرستان کلمبیا، آرکانزاس,مقاطعة كولومبيا,کولمبیا کاؤنٹی، آرکنساس,কলম্বিয়া কাউন্টি,コロンビア郡,哥倫比亞縣		US	AR	027	24552	America/Chicago
4106460	Conway County	conway-county	Comitatul Conway,Comte de Conway,Comté de Conway,Condado de Conway,Condado han Conway,Contea di Conway,Conway,Conway Comitatus,Conway Kun,Conway Kūn,Conway konderria,Conway megye,Hrabstwo Conway,Konuehj,Konuej,Konvej,Okrug Konvej,Quan Conway,Quận Conway,kanarae ka'unti,kang wei xian,kon'u~ei jun,mqatʿt kwnwy,shhrstan kanwy  arkanzas,Конвей,Конуей,Конуэй,Округ Конвеј,Քոնուեյի շրջան,شهرستان کانوی، آرکانزاس,مقاطعة كونوي,کانوے کاؤنٹی,کونوے کاؤنٹی، آرکنساس,কনৱে কাউন্টি,コンウェイ郡,康韋縣		US	AR	029	21273	America/Chicago
4106979	Craighead County	craighead-county	Comitatul Craighead,Comte de Craighead,Comté de Craighead,Condado de Craighead,Condado han Craighead,Contea di Craighead,Craighead,Craighead Comitatus,Craighead Kun,Craighead Kūn,Craighead konderria,Craighead megye,Hrabstwo Craighead,Krejgged,Krejgkhed,Okrug Krejgkhed,Quan Craighead,Quận Craighead,ke lei ge hei de xian,kre'igaheda ka'unti,kureiguheddo jun,mqatʿt kryghhyd,shhrstan kryghyd  arkanzas,Крейгхед,Крейґгед,Округ Крејгхед,Քրեյգհեդի շրջան,شهرستان کریگهید، آرکانزاس,مقاطعة كريغهيد,کریگہیڈ کاؤنٹی,کریگہیڈ کاؤنٹی، آرکنساس,ক্রেইগহেড কাউন্টি,クレイグヘッド郡,克雷格黑德縣		US	AR	031	96443	America/Chicago
4107027	Crawford County	crawford-county	Comitatul Crawford,Comte de Crawford,Comté de Crawford,Condado de Crawford,Condado han Crawford,Contea di Crawford,Crawford,Crawford Comitatus,Crawford Kun,Crawford Kūn,Crawford konderria,Crawford megye,Hrabstwo Crawford,Kroford,Krouford,Okrug Kroford,Quan Crawford,Quận Crawford,ke lao fu de xian,kraphorda ka'unti,kuroufodo jun,mqatʿt krwfwrd,shhrstan krafwrd  arkanzas,Кроуфорд,Крофорд,Округ Крофорд,Քրոֆորդի շրջան,شهرستان کرافورد، آرکانزاس,مقاطعة كروفورد,کرافورڈ کاؤنٹی، آرکنساس,کریٹنڈن کاؤنٹی,ক্রফোর্ড কাউন্টি,クロウフォード郡,克勞福德縣		US	AR	033	61948	America/Chicago
4107079	Crittenden County	crittenden-county	Comitatul Crittenden,Comte de Crittenden,Comté de Crittenden,Condado de Crittenden,Condado han Crittenden,Contea di Crittenden,Crittenden,Crittenden Comitatus,Crittenden Kun,Crittenden Kūn,Crittenden konderria,Crittenden megye,Crittendeni maakond,Hrabstwo Crittenden,Krittenden,Kritundun,Okrug Kritenden,Quan Crittenden,Quận Crittenden,ke li tan deng xian,kritenadena ka'unti,kurittenden jun,mqatʿt krytyndyn,shhrstan krytndn  arkanzas,Криттенден,Критъндън,Кріттенден,Округ Критенден,Քրիտենդենի շրջան,شهرستان کریتندن، آرکانزاس,مقاطعة كريتيندين,کریٹینڈین کاؤنٹی، آرکنساس,ক্রিটেনডেন কাউন্টি,クリッテンデン郡,克里坦登縣		US	AR	035	50902	America/Chicago
4107572	Dallas County	dallas-county	Comitatul Dallas,Comte de Dallas,Comté de Dallas,Condado de Dallas,Condado han Dallas,Contea di Dallas,Dalas,Dallas,Dallas Comitatus,Dallas Kun,Dallas Kūn,Dallas konderria,Dallas megye,Dallasi srjan,Hrabstwo Dallas,Okrug Dalas,Quan Dallas,Quận Dallas,da la si xian,dallasa ka'unti,darasu jun,mqatʿt dalas,shhrstan dalas  arkanzas,Далас,Даллас,Округ Далас,Դալլասի շրջան,شهرستان دالاس، آرکانزاس,مقاطعة دالاس,ڈالاس کاؤنٹی، آرکنساس,ڈیلاس کاؤنٹی، آرکنساس,ডাল্লাস কাউন্টি,ダラス郡,達拉斯縣		US	AR	039	8116	America/Chicago
4108100	Desha County	desha-county	Comitatul Desha,Comte de Desha,Comté de Desha,Condado de Desha,Condado han Desha,Contea di Desha,Desayi srjan,Desha,Desha Comitatus,Desha Kun,Desha Kūn,Desha konderria,Desha megye,Deshej,Disha,Dushej,Hrabstwo Desha,Okrug Deshej,Quan Desha,Quận Desha,desa ka'unti,deshei jun,di sha xian,mqatʿt dysha,Дешей,Дъшей,Діша,Округ Дешеј,Դեշայի շրջան,دیشا کاؤنٹی، آرکنساس,مقاطعة ديشا,ڈیشا کاؤنٹی,ডেসা কাউন্টি,デシェイ郡,迪沙县		US	AR	041	13008	America/Chicago
4108996	Drew County	drew-county	Comitatul Drew,Comte de Drew,Comté de Drew,Condado de Drew,Condado han Drew,Contea di Drew,Drew,Drew Comitatus,Drew Kun,Drew Kūn,Drew konderria,Drew megye,Drju,Dru,Dryui srjan,Hrabstwo Drew,Okrug Dru,Quan Drew,Quận Drew,de lu xian,doryu jun,dri'u ka'unti,mqatʿt drw,shhrstan drw  arkanzas,Дру,Дрю,Округ Дру,Դրյուի շրջան,شهرستان درو، آرکانزاس,مقاطعة درو,ڈریو کاؤنٹی,ڈریو کاؤنٹی، آرکنساس,ড্রিউ কাউন্টি,ドリュー郡,德魯縣		US	AR	043	18509	America/Chicago
4110465	Faulkner County	faulkner-county	Comitatul Faulkner,Comte de Faulkner,Comté de Faulkner,Condado de Faulkner,Condado han Faulkner,Contea di Faulkner,Faulkner,Faulkner Comitatus,Faulkner Kun,Faulkner Kūn,Faulkner konderria,Faulkner megye,Folkner,Folkneri srjan,Folknur,Hrabstwo Faulkner,Okrug Fokner,Quan Faulkner,Quận Faulkner,fokuna jun,fu ke na xian,mqatʿt fwlknyr,phlakanara ka'unti,shhrstan faknr  arkanzas,Округ Фокнер,Фолкнер,Фолкнър,Ֆոլկների շրջան,شهرستان فاکنر، آرکانزاس,فاؤلکنر کاؤنٹی,فاوکنر کاؤنٹی، آرکنساس,مقاطعة فولكنير,ফ্লাকনার কাউন্টি,フォークナー郡,福克納縣		US	AR	045	113237	America/Chicago
4111593	Franklin County	franklin-county	Comitatul Franklin,Comte de Franklin,Comté de Franklin,Condado de Franklin,Condado han Franklin,Contea di Franklin,Franklin,Franklin Comitatus,Franklin Kun,Franklin Kūn,Franklin konderria,Franklin megye,Franklini maakond,Franklini srjan,Hrabstwo Franklin,Okrug Frenklin,Quan Franklin,Quận Franklin,fu lan ke lin xian,furankurin jun,mqatʿt franklyn,phrankalina ka'unti,shhrstan franklyn  arkanzas,Округ Френклин,Франклин,Франклін,Ֆրանկլինի շրջան,شهرستان فرانکلین، آرکانزاس,فرینکلن کاؤنٹی، آرکنساس,مقاطعة فرانكلين,ফ্রাঙ্কলিন কাউন্টি,フランクリン郡,富蘭克林縣		US	AR	047	18125	America/Chicago
4111857	Fulton County	fulton-county	Comitatul Fulton,Comte de Fulton,Comté de Fulton,Condado de Fulton,Condado han Fulton,Contea di Fulton,Fulton,Fulton Comitatus,Fulton Kun,Fulton Kūn,Fulton konderria,Fulton megye,Fultoni srjan,Fultun,Hrabstwo Fulton,Okrug Fulton,Quan Fulton,Quận Fulton,fu er dun xian,furuton jun,mqatʿt fwltwn,phulatana ka'unti,shhrstan fwltn  arkanzas,Округ Фултон,Фултон,Фултън,Ֆուլտոնի շրջան,شهرستان فولتن، آرکانزاس,فلٹن کاؤنٹی، آرکنساس,مقاطعة فولتون,ফুলটন কাউন্টি,フルトン郡,富爾頓縣		US	AR	049	12245	America/Chicago
4112045	Garland County	garland-county	Comitatul Garland,Comte de Garland,Comté de Garland,Condado de Garland,Condado han Garland,Contea di Garland,Garland,Garland Comitatus,Garland Kun,Garland Kūn,Garland konderria,Garland megye,Garlend,Garlendi srjan,Hrabstwo Garland,Okrug Garland,Quan Garland,Quận Garland,garalyanda ka'unti,garando jun,jia lan xian,mqatʿt gharland,shhrstan garlnd  arkanzas,Гарланд,Гарленд,Округ Гарланд,Ґарленд,Գարլենդի շրջան,شهرستان گارلند، آرکانزاس,مقاطعة غارلاند,گارلینڈ کاؤنٹی,گارلینڈ کاؤنٹی، آرکنساس,গারল্যন্ড কাউন্টি,ガーランド郡,加兰县		US	AR	051	96024	America/Chicago
4112780	Grant County	grant-county	Comitatul Grant,Comte de Grant,Comté de Grant,Condado de Grant,Condado han Grant,Contea di Grant,Grant,Grant Comitatus,Grant Kun,Grant Kūn,Grant konderria,Grant megye,Granti srjan,Hrabstwo Grant,Okrug Grant,Quan Grant,Quận Grant,ge lan te xian,granta ka'unti,guranto jun,mqatʿt ghrant,shhrstan grant  arkanzas,Грант,Округ Грант,Գրանտի շրջան,شهرستان گرانت، آرکانزاس,مقاطعة غرانت,گرانٹ کاؤنٹی، آرکنساس,گرینٹ کاؤنٹی، آرکنساس,গ্রান্ট কাউন্টি,グラント郡,格蘭特縣		US	AR	053	17853	America/Chicago
4113088	Greene County	greene-county	Comitatul Greene,Comte de Greene,Comté de Greene,Condado de Greene,Condado han Greene,Contea di Greene,Green County,Greene,Greene Comitatus,Greene County,Greene Kun,Greene Kūn,Greene konderria,Greene megye,Grijn,Grin,Grini srjan,Hrabstwo Greene,Okrug Grin,Quan Greene,Quận Greene,ge lin xian,grina ka'unti,gurin jun,mqatʿt ghryn,shhrstan gryn  arkanzas,Грийн,Грин,Округ Грин,Ґрін,Գրինի շրջան,شهرستان گرین، آرکانزاس,مقاطعة غرين,گرین کاؤنٹی، آرکنساس,গ্রীন কাউন্টি,グリーン郡,格林縣		US	AR	055	42090	America/Chicago
4114303	Hempstead County	hempstead-county	Comitatul Hempstead,Comte de Hempstead,Comté de Hempstead,Condado de Hempstead,Condado han Hempstead,Contea di Hempstead,Gempsted,Hempstead,Hempstead Comitatus,Hempstead Kun,Hempstead Kūn,Hempstead konderria,Hempstead megye,Hempstedi srjan,Hrabstwo Hempstead,Khempsted,Okrug Khempsted,Quan Hempstead,Quận Hempstead,hemasteda ka'unti,heng pu si te de xian,henpusuteddo jun,mqatʿt hymbstyd,shhrstan hmpstyd  arkanzas,Гемпстед,Округ Хемпстед,Хемпстед,Հեմպստեդի շրջան,شهرستان همپستید، آرکانزاس,مقاطعة هيمبستيد,ہیمپسٹیڈ کاؤنٹی,ہیمپسٹیڈ کاؤنٹی، آرکنساس,হেমস্টেড কাউন্টি,ヘンプステッド郡,亨普斯特德縣		US	AR	057	22609	America/Chicago
4118984	Lincoln County	lincoln-county	Comitatul Lincoln,Comte de Lincoln,Comté de Lincoln,Condado de Lincoln,Condado han Lincoln,Contea di Lincoln,Hrabstwo Lincoln,Lincoln,Lincoln Comitatus,Lincoln Kun,Lincoln Kūn,Lincoln konderria,Lincoln megye,Lincolni maakond,Linkol'n,Linkolni srjan,Linkuln,Okrug Linkoln,Quan Lincoln,Quận Lincoln,lin ken xian,linkana ka'unti,mqatʿt lynkn,rinkan jun,shhrstan lynkln  arkanzas,Линкольн,Линкълн,Лінкольн,Округ Линколн,Լինկոլնի շրջան,شهرستان لینکلن، آرکانزاس,لنکن کاؤنٹی، آرکنساس,مقاطعة لينكن,লিঙ্কন কাউন্টি,リンカーン郡,林肯縣		US	AR	079	14134	America/Chicago
4115406	Hot Spring County	hot-spring-county	Comitatul Hot Spring,Comte de Hot Spring,Comté de Hot Spring,Condado de Hot Spring,Condado han Hot Spring,Contea di Hot Spring,Got-Springs,Hot Spring,Hot Spring Comitatus,Hot Spring Kun,Hot Spring Kūn,Hot Spring konderria,Hot Spring megye,Hrabstwo Hot Spring,Khot Spring,Khot-Spring,Okrug Khot Spring,Quan Hot Spring,Quận Hot Spring,hata sprim ka'unti,hottosupuringu jun,mqatʿt hwt sbryngh,wen quan xian,Гот-Спрінґс,Округ Хот Спринг,Хот Спринг,Хот-Спринг,Հոթ Սպրինգի շրջան,مقاطعة هوت سبرينغ,ہاٹ سپرنگ کاؤنٹی,ہاٹ سپرنگ کاؤنٹی، آرکنساس,হট স্প্রিং কাউন্টি,ホットスプリング郡,溫泉縣		US	AR	059	32923	America/Chicago
4115463	Howard County	howard-county	Comitatul Howard,Comte de Howard,Comté de Howard,Condado de Howard,Condado han Howard,Contea di Howard,Govard,Hovardi srjan,Howard,Howard Comitatus,Howard Kun,Howard Kūn,Howard konderria,Howard megye,Hrabstwo Howard,Khauard,Khauurd,Okrug Khauard,Quan Howard,Quận Howard,haraarda ka'unti,hawado jun,huo hua de xian,mqatʿt hawrd,shhrstan hward  arkanzas,Говард,Округ Хауард,Хауард,Хауърд,Հովարդի շրջան,شهرستان هوارد، آرکانزاس,مقاطعة هاورد,ہووارڈ کاؤنٹی، آرکنساس,ہوورڈ کاؤنٹی، آرکنساس,হাৱার্ড কাউন্টি,ハワード郡,霍華德縣		US	AR	061	13789	America/Chicago
4115832	Independence County	independence-county	Comitatul Independence,Comte d'Independence,Comté d'Independence,Condado de Independence,Condado han Independence,Contea di Independence,Hrabstwo Independence,Independence,Independence Comitatus,Independence Kun,Independence Kūn,Independence konderria,Independence megye,Independens,Independensi srjan,Indipenduns,Okrug Independens,Quan Independence,Quận Independence,du li xian,indipenadensa ka'unti,indipendensu jun,mqatʿt andybyndyns,shhrstan astqlal  arkanzas,Індепенденс,Индепенденс,Индипендънс,Округ Индепенденс,Ինդեպենդենսի շրջան,انڈیپینڈنس کاؤنٹی,انڈیپینڈینس کاؤنٹی، آرکنساس,شهرستان استقلال، آرکانزاس,مقاطعة إنديبيندينس,ইন্ডিপেনডেন্স কাউন্টি,インディペンデンス郡,獨立縣		US	AR	063	36647	America/Chicago
4116178	Izard County	izard-county	Comitatul Izard,Comte d'Izard,Comté d'Izard,Condado de Izard,Condado han Izard,Contea di Izard,Hrabstwo Izard,Izard,Izard Comitatus,Izard Kun,Izard Kūn,Izard konderria,Izard megye,Izardi srjan,Izurd,Okrug Izard,Quan Izard,Quận Izard,ijarda ka'unti,izado jun,mqatʿt ayzard,shhrstan ayzard  arkanzas,yi ze de xian,Ізард,Изард,Изърд,Округ Изард,Իզարդի շրջան,ازارڈ کاؤنٹی,ازارڈ کاؤنٹی، آرکنساس,شهرستان ایزارد، آرکانزاس,مقاطعة آيزارد,ইজার্ড কাউন্টি,イザード郡,伊泽德县		US	AR	065	13696	America/Chicago
4116263	Jackson County	jackson-county	Comitatul Jackson,Comte de Jackson,Comté de Jackson,Condado de Jackson,Condado han Jackson,Contea di Jackson,Dzhaksun,Dzhekson,Hrabstwo Jackson,Jackson,Jackson Comitatus,Jackson Kun,Jackson Kūn,Jackson konderria,Jackson megye,Jacksoni maakond,Okrug DZekson,Quan Jackson,Quận Jackson,jakuson jun,jie ke xun xian,jyakasana ka'unti,mqatʿt jakswn,shhrstan jkswn  arkanzas,Джаксън,Джексон,Округ Џексон,Ջեքսոնի շրջան,جیکسن کاؤنٹی، آرکنساس,شهرستان جکسون، آرکانزاس,مقاطعة جاكسون,জ্যাকশন কাউন্টি,ジャクソン郡,杰克逊县		US	AR	067	17997	America/Chicago
4116433	Jefferson County	jefferson-county	Comitatul Jefferson,Comte de Jefferson,Comté de Jefferson,Condado de Jefferson,Condado han Jefferson,Contea di Jefferson,Dzhefersun,Dzhefferson,Hrabstwo Jefferson,Jefersoni srjan,Jefferson,Jefferson Comitatus,Jefferson Kun,Jefferson Kūn,Jefferson konderria,Jefferson megye,Jeffersoni maakond,Okrug DZeferson,Quan Jefferson,Quận Jefferson,jefason jun,jepharasana ka'unti,jie fu xun xian,mqatʿt jyfrswn,shhrstan jfrswn  arkanzas,Джеферсън,Джефферсон,Округ Џеферсон,Ջեֆերսոնի շրջան,جیفرسن کاؤنٹی، آرکنساس,شهرستان جفرسون، آرکانزاس,مقاطعة جيفرسون,জেফারসন কাউন্টি,ジェファーソン郡,傑佛遜縣		US	AR	069	77435	America/Chicago
4116689	Johnson County	johnson-county	Comitatul Johnson,Comte de Johnson,Comté de Johnson,Condado de Johnson,Condado han Johnson,Contea di Johnson,Dzhonson,Dzhonsun,Hrabstwo Johnson,Johnson,Johnson Comitatus,Johnson Kun,Johnson Kūn,Johnson konderria,Johnson megye,Jonsoni srjan,Okrug DZonson,Quan Johnson,Quận Johnson,janasana ka'unti,jonson jun,mqatʿt jwnswn,shhrstan janswn  arkanzas,yue han xun xian,Джонсон,Джонсън,Округ Џонсон,Ջոնսոնի շրջան,جانسن کاؤنٹی، آرکنساس,شهرستان جانسون، آرکانزاس,مقاطعة جونسون,জনসন কাউন্টি,ジョンソン郡,約翰遜縣		US	AR	071	25540	America/Chicago
4117774	Lafayette County	lafayette-county	Comitatul Lafayette,Comte de Lafayette,Comté de Lafayette,Condado de Lafayette,Condado han Lafayette,Contea di Lafayette,Hrabstwo Lafayette,Lafaett,Lafajet,Lafajett,Lafayeti srjan,Lafayette,Lafayette Comitatus,Lafayette Kun,Lafayette Kūn,Lafayette konderria,Lafayette megye,Okrug Lafejet,Quan Lafayette,Quận Lafayette,la fa ye xian,laphayeta ka'unti,mqatʿt lafayyt,rafaietto jun,shhrstan lafayt  arkanzas,Лафайет,Лафайетт,Лафаєтт,Округ Лафејет,Լաֆայետի շրջան,شهرستان لافایت، آرکانزاس,لافائیٹ کاؤنٹی، آرکنساس,لافایٹ کاؤنٹی,مقاطعة لافاييت,লাফায়েত কাউন্টি,ラファイエット郡,拉法葉縣		US	AR	073	7645	America/Chicago
4118467	Lawrence County	lawrence-county	Comitatul Lawrence,Comte de Lawrence,Comté de Lawrence,Condado de Lawrence,Condado han Lawrence,Contea di Lawrence,Hrabstwo Lawrence,Lawrence,Lawrence Comitatus,Lawrence Kun,Lawrence Kūn,Lawrence konderria,Lawrence megye,Lorens,Lorensi srjan,Loruns,Lourens,Okrug Lorens,Quan Lawrence,Quận Lawrence,lao lun si xian,larensa ka'unti,mqatʿt lwryns,rorensu jun,shhrstan larns  arkanzas,Лоренс,Лорънс,Лоуренс,Округ Лоренс,Լորենսի շրջան,شهرستان لارنس، آرکانزاس,لارنس کاؤنٹی، آرکنساس,مقاطعة لورينس,লরেন্স কাউন্টি,ローレンス郡,勞倫斯縣		US	AR	075	17415	America/Chicago
4118578	Lee County	lee-county	Comitatul Lee,Comte de Lee,Comté de Lee,Condado de Lee,Condado han Lee,Contea di Lee,Hrabstwo Lee,Lee,Lee Comitatus,Lee Kun,Lee Kūn,Lee konderria,Lee megye,Li,Lii srjan,Lij,Okrug Li,Quan Lee,Quận Lee,li ka'unti,li xian,mqatʿt ly,ri jun,shhrstan ly  arkanzas,Ли,Лий,Лі,Округ Ли,Լիի շրջան,شهرستان لی، آرکانزاس,لی کاؤنٹی، آرکنساس,مقاطعة لي,লী কাউন্টি,リー郡,李縣		US	AR	077	10424	America/Chicago
4119374	Little River County	little-river-county	Comitatul Little River,Comte de Little River,Comté de Little River,Condado de Little River,Condado han Little River,Contea di Little River,Hrabstwo Little River,Litl-River,Littl-River,Little River,Little River Comitatus,Little River Kun,Little River Kūn,Little River konderria,Little River megye,Litul Rivur,Okrug Litl River,Quan Little River,Quận Little River,li te er li fu xian,litala ribhara ka'unti,mqatʿt lytl ryfr,ritoruriba jun,shhrstan lydl rywr  arkanzas,Литл-Ривер,Литъл Ривър,Літтл-Рівер,Округ Литл Ривер,Լիթլ Ռիվերի շրջան,شهرستان لیدل ریور، آرکانزاس,لٹل روور کاؤنٹی,لٹل ریور کاؤنٹی، آرکنساس,مقاطعة ليتل ريفر,লিটল রিভার কাউন্টি,リトルリバー郡,利特尔里弗县		US	AR	081	13171	America/Chicago
4119581	Logan County	logan-county	Comitatul Logan,Comte de Logan,Comté de Logan,Condado de Logan,Condado han Logan,Contea di Logan,Hrabstwo Logan,Logan,Logan Comitatus,Logan County,Logan Kun,Logan Kūn,Logan konderria,Logan megye,Logani srjan,Okrug Logan,Quan Logan,Quận Logan,Sarber County,logana ka'unti,luo gen xian,mqatʿt lwghan,rogan jun,shhrstan lwgan  arkanzas,Логан,Лоґан,Округ Логан,Լոգանի շրջան,شهرستان لوگان، آرکانزاس,لوگن کاؤنٹی، آرکنساس,مقاطعة لوغان,লোগান কাউন্টি,ローガン郡,洛根縣		US	AR	083	22353	America/Chicago
4119825	Lonoke County	lonoke-county	Comitatul Lonoke,Comte de Lonoke,Comté de Lonoke,Condado de Lonoke,Condado han Lonoke,Contea di Lonoke,Hrabstwo Lonoke,Lonok,Lonoke,Lonoke Comitatus,Lonoke Kun,Lonoke Kūn,Lonoke konderria,Lonoke megye,Lonoki,Lonoki srjan,Lonouk,Okrug Lonok,Quan Lonoke,Quận Lonoke,lonoke ka'unti,luo nuo ke xian,mqatʿt lwnwk,ronoku jun,shhrstan lwnkh  arkanzas,Лонок,Лоноки,Лоноук,Округ Лонок,Լոնոկի շրջան,شهرستان لونکه، آرکانزاس,لونوک کاؤنٹی، آرکنساس,لونوکے کاؤنٹی,مقاطعة لونوك,লোনোকে কাউন্টি,ロノーク郡,洛诺克县		US	AR	085	68356	America/Chicago
4120275	Madison County	madison-county	Comitatul Madison,Comte de Madison,Comté de Madison,Condado de Madison,Condado han Madison,Contea di Madison,Hrabstwo Madison,Madison,Madison Comitatus,Madison Kun,Madison Kūn,Madison konderria,Madison megye,Medison,Medisoni srjan,Medisun,Mehdison,Okrug Medison,Quan Madison,Quận Madison,madison jun,mai di xun xian,medisana ka'unti,mqatʿt madyswn,shhrstan mdyswn  arkanzas,Медисън,Медісон,Мэдисон,Округ Медисон,Մեդիսոնի շրջան,شهرستان مدیسون، آرکانزاس,مقاطعة ماديسون,میڈیسن کاؤنٹی، آرکنساس,মেডিসন কাউন্টি,マディソン郡,麥迪遜縣		US	AR	087	15717	America/Chicago
4120525	Marion County	marion-county	Comitatul Marion,Comte de Marion,Comté de Marion,Condado de Marion,Condado han Marion,Contea di Marion,Hrabstwo Marion,Marion,Marion Comitatus,Marion Kun,Marion Kūn,Marion konderria,Marion megye,Marioni srjan,Mariun,Mehrion,Merion,Okrug Marion,Quan Marion,Quận Marion,ma li ang xian,marion jun,marisana ka'unti,mqatʿt marywn,shhrstan marywn  arkanzas,Мариън,Меріон,Мэрион,Округ Марион,Մարիոնի շրջան,شهرستان ماریون، آرکانزاس,ماریون کاؤنٹی، آرکنساس,مقاطعة ماريون,میرین کاؤنٹی، آرکنساس,মরিসন কাউন্টি,マリオン郡,馬里昂縣		US	AR	089	16653	America/Chicago
4121680	Miller County	miller-county	Comitatul Miller,Comte de Miller,Comté de Miller,Condado de Miller,Condado han Miller,Contea di Miller,Hrabstwo Miller,Mileri srjan,Miller,Miller Comitatus,Miller Kun,Miller Kūn,Miller konderria,Miller megye,Milur,Okrug Miler,Quan Miller,Quận Miller,mi lei xian,milara ka'unti,mira jun,mqatʿt mylyr,shhrstan mylr  arkanzas,Миллер,Милър,Міллер,Округ Милер,Միլերի շրջան,شهرستان میلر، آرکانزاس,مقاطعة ميلير,ملر کاؤنٹی، آرکنساس,মিলার কাউন্টি,ミラー郡,米勒縣		US	AR	091	43462	America/Chicago
4121839	Mississippi County	mississippi-county	Comitatul Mississippi,Comte de Mississippi,Comté de Mississippi,Condado de Misisipi,Condado de Mississippi,Condado han Mississippi,Contea di Mississippi,Hrabstwo Mississippi,Misisipi,Misisipii srjan,Missisipi,Mississippi,Mississippi Comitatus,Mississippi Kun,Mississippi Kūn,Mississippi konderria,Mississippi maakond,Mississippi megye,Okrug Misisipi,Quan Mississippi,Quận Mississippi,mi xi xi bi xian,mishishippi jun,misisipi ka'unti,mqatʿt mysysyby,shhrstan mysysypy  arkanzas,Мисисипи,Миссисипи,Міссіссіппі,Округ Мисисипи,Միսիսիպիի շրջան,شهرستان میسیسیپی، آرکانزاس,مسسسپی کاؤنٹی، آرکنساس,مسیسپی کاؤنٹی، آرکنساس,مقاطعة ميسيسيبي,মিসিসিপি কাউন্টি,ミシシッピ郡,密西西比縣		US	AR	093	46480	America/Chicago
4121968	Monroe County	monroe-county	Comitatul Monroe,Comte de Monroe,Comté de Monroe,Condado de Monroe,Condado han Monroe,Contea di Monroe,Hrabstwo Monroe,Monro,Monroe,Monroe Comitatus,Monroe Kun,Monroe Kūn,Monroe konderria,Monroe megye,Monroyi srjan,Okrug Monro,Quan Monroe,Quận Monroe,manaro ka'unti,men luo xian,monro jun,mqatʿt mwnrw,shhrstan mwnrw  arkanzas,Монро,Округ Монро,Մոնրոյի շրջան,شهرستان مونرو، آرکانزاس,مقاطعة مونرو,منرو کاؤنٹی، آرکنساس,مونرو کاؤنٹی، آرکنساس,মনরো কাউন্টি,モンロー郡,門羅縣		US	AR	095	8149	America/Chicago
4121992	Montgomery County	montgomery-county	Comitatul Montgomery,Comte de Montgomery,Comté de Montgomery,Condado de Montgomery,Condado han Montgomery,Contea di Montgomery,Hrabstwo Montgomery,Kantono Montgomery,Montgomeri,Montgomerii srjan,Montgomery,Montgomery Comitatus,Montgomery Kun,Montgomery Kūn,Montgomery konderria,Montgomery megye,Montgomuri,Okrug Montgomeri,Quan Montgomery,Quận Montgomery,mantagomeri ka'unti,meng ge ma li xian,mongomeri jun,mqatʿt mwntghwmry,shhrstan mwntgwmry  arkanzas,Монтгомери,Монтгомері,Монтгомъри,Округ Монтгомери,Մոնտգոմերիի շրջան,شهرستان مونتگومری، آرکانزاس,مقاطعة مونتغومري,مونٹگمری کاؤنٹی، آرکنساس,مونٹگومری کاؤنٹی، آرکنساس,মন্টগোমেরি কাউন্টি,モンゴメリー郡,蒙哥馬利縣		US	AR	097	9487	America/Chicago
4123415	Nevada County	nevada-county	Comitatul Nevada,Comte de Nevada,Comté de Nevada,Condado de Nevada,Condado han Nevada,Contea di Nevada,Hrabstwo Nevada,Nevada,Nevada Comitatus,Nevada Kun,Nevada Kūn,Nevada konderria,Nevada maakond,Nevada megye,Nevadayi srjan,Okrug Nevejda,Quan Nevada,Quận Nevada,mqatʿt nyfada,nebada jun,nebhada ka'unti,nei hua da xian,shhrstan nwada  arkanzas,Невада,Округ Невејда,Նևադայի շրջան,شهرستان نوادا، آرکانزاس,مقاطعة نيفادا,نیواڈا کاؤنٹی، آرکنساس,নেভাদা কাউন্টি,ネバダ郡,內華達縣		US	AR	099	8997	America/Chicago
4123857	Newton County	newton-county	Comitatul Newton,Comte de Newton,Comté de Newton,Condado de Newton,Condado han Newton,Contea di Newton,Hrabstwo Newton,N'juton,Newton,Newton Comitatus,Newton Kun,Newton Kūn,Newton konderria,Newton megye,Njutun,Nyutoni srjan,Okrug NJuton,Quan Newton,Quận Newton,mqatʿt nywtn,ni'utana ka'unti,niu dun xian,nyuton jun,shhrstan nywtwn  arkanzas,Ньютон,Нютън,Округ Њутон,Նյուտոնի շրջան,شهرستان نیوتون، آرکانزاس,مقاطعة نيوتن,نیوٹن کاؤنٹی، آرکنساس,নিউটন কাউন্টি,ニュートン郡,牛頓縣		US	AR	101	8330	America/Chicago
4125059	Ouachita County	ouachita-county	Comitatul Ouachita,Comte d'Ouachita,Comte de Ouachita,Comté d'Ouachita,Comté de Ouachita,Condado de Ouachita,Condado han Ouachita,Contea di Ouachita,Hrabstwo Ouachita,Okrug Voshito,Ouachita,Ouachita Comitatus,Ouachita Kun,Ouachita Kūn,Ouachita konderria,Ouachita megye,Quan Ouachita,Quận Ouachita,Uoshito,Voshita,aucita ka'unti,mqatʿt awatshyta,shhrstan awachyta  arkanzas,washita jun,wo xi tuo xian,Вошіта,Округ Вошито,Уошито,Ուոչիտայի շրջան,اواچیٹا کاؤنٹی، آرکنساس,اوچیٹا کاؤنٹی,شهرستان اواچیتا، آرکانزاس,مقاطعة أواتشيتا,ঔচিতা কাউন্টি,ワシタ郡,沃希托縣		US	AR	103	26120	America/Chicago
4125858	Perry County	perry-county	Comitatul Perry,Comte de Perry,Comté de Perry,Condado de Perry,Condado han Perry,Contea di Perry,Hrabstwo Perry,Okrug Peri,Peri,Perri,Perry,Perry Comitatus,Perry Kun,Perry Kūn,Perry konderria,Perry maakond,Perry megye,Quan Perry,Quận Perry,mqatʿt byry,pei li xian,peri jun,peri ka'unti,shhrstan pry  arkanzas,Округ Пери,Пери,Перри,Перрі,Փերիի շրջան,شهرستان پری، آرکانزاس,مقاطعة بيري,پیری کاؤنٹی، آرکنساس,পেরী কাউন্টি,ペリー郡,佩里縣		US	AR	105	10445	America/Chicago
4126012	Phillips County	phillips-county	Comte de Phillips,Comté de Phillips,Phillips		US	AR	107	21757	America/Chicago
4126123	Pike County	pike-county	Comitatul Pike,Comte de Pike,Comté de Pike,Condado de Pike,Condado han Pike,Contea di Pike,Hrabstwo Pike,Okrug Pajk,Pajk,Pike,Pike Comitatus,Pike Kun,Pike Kūn,Pike konderria,Pike megye,Quan Pike,Quận Pike,mqatʿt bayk,pa'ika ka'unti,pai ke xian,paiku jun,shhrstan payk  arkanzas,Округ Пајк,Пайк,Փայկի շրջան,شهرستان پایک، آرکانزاس,مقاطعة بايك,پائک کاؤنٹی، آرکنساس,پائیک کاؤنٹی، آرکنساس,পাইক কাউন্টি,パイク郡,派克縣		US	AR	109	11291	America/Chicago
4126942	Poinsett County	poinsett-county	Comitatul Poinsett,Comte de Poinsett,Comté de Poinsett,Condado de Poinsett,Condado han Poinsett,Contea di Poinsett,Hrabstwo Poinsett,Okrug Pojnset,Poinsett,Poinsett Comitatus,Poinsett Kun,Poinsett Kūn,Poinsett konderria,Poinsett megye,Pojnset,Pojnsett,Quan Poinsett,Quận Poinsett,bo yin sai te xian,mqatʿt bwynsyt,payenaseta ka'unti,poinsetto jun,shhrstan pwynst  arkanzas,Округ Појнсет,Пойнсет,Пойнсетт,Փոյնսետի շրջան,شهرستان پوینست، آرکانزاس,مقاطعة بوينسيت,پوئنسٹ کاؤنٹی,پوئنسٹ کاؤنٹی، آرکنساس,পয়েনসেট কাউন্টি,ポインセット郡,波因塞特县		US	AR	111	24583	America/Chicago
4127017	Polk County	polk-county	Comitatul Polk,Comte de Polk,Comté de Polk,Condado de Polk,Condado han Polk,Contea di Polk,Hrabstwo Polk,Okrug Polk,Polk,Polk Comitatus,Polk Kun,Polk Kūn,Polk konderria,Polk megye,Quan Polk,Quận Polk,bo er ke xian,mqatʿt bwlk,poku jun,polaka ka'unti,shhrstan pwlk  arkanzas,Округ Полк,Полк,Փոլկի շրջան,شهرستان پولک، آرکانزاس,مقاطعة بولك,پولک کاؤنٹی، آرکنساس,پوک کاؤنٹی، آرکنساس,পোলক কাউন্টি,ポーク郡,波爾克縣		US	AR	113	20662	America/Chicago
4127100	Pope County	pope-county	Comitatul Pope,Comte de Pope,Comté de Pope,Condado de Pope,Condado han Pope,Contea di Pope,Hrabstwo Pope,Okrug Poup,Pope,Pope Comitatus,Pope Kun,Pope Kūn,Pope konderria,Pope megye,Poup,Quan Pope,Quận Pope,bo pu xian,mqatʿt bwb,popa ka'unti,popu jun,shhrstan pwp  arkanzas,Округ Поуп,Поуп,Փոփի շրջան,شهرستان پوپ، آرکانزاس,مقاطعة بوب,پوپ کاؤنٹی، آرکنساس,পোপ কাউন্টি,ポープ郡,波普县		US	AR	115	61754	America/Chicago
4127330	Prairie County	prairie-county	Comitatul Prairie,Comte de Prairie,Comté de Prairie,Condado de Prairie,Condado han Prairie,Contea di Prairie,Hrabstwo Prairie,Okrug Preri,Prairie,Prairie Comitatus,Prairie Kun,Prairie Kūn,Prairie konderria,Prairie maakond,Prairie megye,Prehjri,Preri,Quan Prairie,Quận Prairie,mqatʿt brayry,pra'iri ka'unti,pu lei li xian,pureri jun,shhrstan pryry  arkanzas,Округ Прери,Прери,Прері,Прэйри,Փրեյրիի շրջան,شهرستان پریری، آرکانزاس,مقاطعة برايري,پریری کاؤنٹی,پریری کاؤنٹی، آرکنساس,প্রাইরি কাউন্টি,プレーリー郡,普雷里縣		US	AR	117	8715	America/Chicago
4127619	Pulaski County	pulaski-county	Comitatul Pulaski,Comte de Pulaski,Comté de Pulaski,Condado de Pulaski,Condado han Pulaski,Contea di Pulaski,Hrabstwo Pulaski,Okrug Pulaski,P'julaski,Pulaski,Pulaski Comitatus,Pulaski Kun,Pulaski Kūn,Pulaski konderria,Pulaski maakond,Pulaski megye,Quan Pulaski,Quận Pulaski,mqatʿt bwlasky,pu wa si ji xian,pulaski ka'unti,purasuki jun,shhrstan plasky  arkanzas,Округ Пуласки,Пуласки,Пуласкі,Пьюласки,Փյուլասկիի շրջան,شهرستان پلاسکی، آرکانزاس,مقاطعة بولاسكي,پلاسکی کاؤنٹی، آرکنساس,پولاسکی کاؤنٹی، آرکنساس,পুলাস্কি কাউন্টি,プラスキ郡,普瓦斯基縣		US	AR	119	382748	America/Chicago
4127846	Randolph County	randolph-county	Comitatul Randolph,Comte de Randolph,Comté de Randolph,Condado de Randolph,Condado han Randolph,Contea di Randolph,Hrabstwo Randolph,Okrug Randolf,Quan Randolph,Quận Randolph,Randolf,Randolfi srjan,Randolph,Randolph Comitatus,Randolph Kun,Randolph Kūn,Randolph konderria,Randolph megye,Rehndol'f,Rendolf,lan dao fu xian,mqatʿt randwlf,randorufu jun,rendalapha ka'unti,shhrstan rndwlf  arkanzas,Округ Рандолф,Рандолф,Рендолф,Рэндольф,Ռանդոլֆի շրջան,رینڈولف کاؤنٹی، آرکنساس,شهرستان رندولف، آرکانزاس,مقاطعة راندولف,রেন্ডলফ কাউন্টি,ランドルフ郡,蘭道夫縣		US	AR	121	17969	America/Chicago
4129533	Saint Francis County	saint-francis-county	Comte de Saint Francis,Comté de Saint Francis,Saint Francis,St. Francis		US	AR	123	28258	America/Chicago
4304226	Pike County	pike-county	Comitatul Pike,Comte de Pike,Comté de Pike,Condado de Pike,Condado han Pike,Contea di Pike,Hrabstwo Pike,Okrug Pajk,Pajk,Pike,Pike Kun,Pike Kūn,Pike konderria,Pike megye,Quan Pike,Quận Pike,mqatʿt bayk,pa'ika ka'unti,pai ke xian,paiku jun,shhrstan payk  kntaky,Округ Пајк,Пайк,Փայկ շրջան,شهرستان پایک، کنتاکی,مقاطعة بايك,پائک کاؤنٹی,پائیک کاؤنٹی، کینٹکی,পাইক কাউন্টি,パイク郡,派克縣		US	KY	195	65024	America/New_York
4130035	Saline County	saline-county	Comitatul Saline,Comte de Saline,Comté de Saline,Condado de Saline,Condado han Saline,Contea di Saline,Hrabstwo Saline,Okrug Salin,Quan Saline,Quận Saline,Salin,Saline,Saline Comitatus,Saline Kun,Saline Kūn,Saline konderria,Saline megye,Salini srjan,mqatʿt salyn,sa lin xian,sala'ina ka'unti,seirin jun,shhrstan salyn  arkanzas,Округ Салин,Салин,Салін,Սալինի շրջան,سالئین کاؤنٹی، آرکنساس,سالین کاؤنٹی,شهرستان سالین، آرکانزاس,مقاطعة سالين,সালাইন কাউন্টি,セイリーン郡,薩林縣		US	AR	125	107118	America/Chicago
4130373	Scott County	scott-county	Comitatul Scott,Comte de Scott,Comté de Scott,Condado de Scott,Condado han Scott,Contea di Scott,Hrabstwo Scott,Okrug Skot,Quan Scott,Quận Scott,Scott,Scott Comitatus,Scott Kun,Scott Kūn,Scott konderria,Scott megye,Skot,Skoti srjan,Skott,mqatʿt skwt,shhrstan askat  arkanzas,si ke te xian,skata ka'unti,sukotto jun,Округ Скот,Скот,Скотт,Սկոտի շրջան,سکاٹ کاؤنٹی، آرکنساس,شهرستان اسکات، آرکانزاس,مقاطعة سكوت,স্কট কাউন্টি,スコット郡,斯科特縣		US	AR	127	11233	America/Chicago
4130432	Searcy County	searcy-county	Comitatul Searcy,Comte de Searcy,Comté de Searcy,Condado de Searcy,Condado han Searcy,Contea di Searcy,Hrabstwo Searcy,Okrug Sersi,Quan Searcy,Quận Searcy,Searcy,Searcy Comitatus,Searcy Kun,Searcy Kūn,Searcy konderria,Searcy megye,Sersi,Sersii srjan,Sursi,mqatʿt syrsy,sarsi ka'unti,sashi jun,se xi xian,shhrstan syrsy  arkanzas,Округ Серси,Серси,Серсі,Сърси,Սերսիի շրջան,سیارکی کاؤنٹی,سیرسی کاؤنٹی، آرکنساس,شهرستان سیرسی، آرکانزاس,مقاطعة سيرسي,সার্সি কাউন্টি,サーシー郡,瑟西县		US	AR	129	8195	America/Chicago
4130449	Sebastian County	sebastian-county	Comitatul Sebastian,Comte de Sebastian,Comté de Sebastian,Condado de Sebastian,Condado han Sebastian,Contea di Sebastian,Hrabstwo Sebastian,Okrug Sebashchan,Quan Sebastian,Quận Sebastian,Sebaschun,Sebast'jan,Sebastian,Sebastian Comitatus,Sebastian Kun,Sebastian Kūn,Sebastian konderria,Sebastian megye,Sebastiani srjan,mqatʿt sybastyan,sebasatina ka'unti,sebasuchan jun,shhrstan sbastyn  arkanzas,xi ba si qin xian,Округ Себашчан,Себастьян,Себасчън,Սեբաստիանի շրջան,سیبسٹین کاؤنٹی، آرکنساس,سیبیسٹیئن کاؤنٹی,شهرستان سباستین، آرکانزاس,مقاطعة سيباستيان,সেবাসটিন কাউন্টি,セバスチャン郡,锡巴斯琴县		US	AR	131	125744	America/Chicago
4130562	Sevier County	sevier-county	Comitatul Sevier,Comte de Sevier,Comté de Sevier,Condado de Sevier,Condado han Sevier,Contea di Sevier,Hrabstwo Sevier,Okrug Sevir,Quan Sevier,Quận Sevier,Sever,Sevi,Sevier,Sevier Comitatus,Sevier Kun,Sevier Kūn,Sevier konderria,Sevier megye,Sevieri srjan,Siviur,mqatʿt syfyyr,sai wei er xian,sebhiyara ka'unti,sebia jun,shhrstan swyr  arkanzas,Округ Севир,Севи,Севєр,Сивиър,Սևիերի շրջան,سیویر کاؤنٹی، آرکنساس,شهرستان سویر، آرکانزاس,مقاطعة سيفيير,সেভিয়ার কাউন্টি,セビア郡,塞維爾縣		US	AR	133	17058	America/Chicago
4130730	Sharp County	sharp-county	Comitatul Sharp,Comte de Sharp,Comté de Sharp,Condado de Sharp,Condado han Sharp,Contea di Sharp,Hrabstwo Sharp,Okrug Sharp,Quan Sharp,Quận Sharp,Sarpi srjan,Sharp,Sharp Comitatus,Sharp Kun,Sharp Kūn,Sharp konderria,Sharp megye,mqatʿt sharb,sarpa ka'unti,shapu jun,shhrstan sharp  arkanzas,xia pu xian,Округ Шарп,Шарп,Շարպի շրջան,شارپ کاؤنٹی,شارپ کاؤنٹی، آرکنساس,شهرستان شارپ، آرکانزاس,مقاطعة شارب,শার্প কাউন্টি,シャープ郡,夏普县		US	AR	135	17264	America/Chicago
4132456	Stone County	stone-county	Comitatul Stone,Comte de Stone,Comté de Stone,Condado de Stone,Condado han Stone,Contea di Stone,Hrabstwo Stone,Okrug Stoun,Quan Stone,Quận Stone,Stone,Stone Comitatus,Stone Kun,Stone Kūn,Stone konderria,Stone megye,Stoun,Stouni srjan,mqatʿt stwn,shhrstan astwn  arkanzas,si tong xian,stona ka'unti,suton jun,Округ Стоун,Стоун,Ստոունի շրջան,سٹون کاؤنٹی,سٹون کاؤنٹی، آرکنساس,شهرستان استون، آرکانزاس,مقاطعة ستون,স্টোন কাউন্টি,ストーン郡,斯通县		US	AR	137	12394	America/Chicago
4134330	Union County	union-county	Comitatul Union,Comte d'Union,Comté d'Union,Condado de Union,Condado han Union,Contea di Union,Hrabstwo Union,Junion,Juniun,Okrug Junion,Quan Union,Quận Union,Union,Union Comitatus,Union Kun,Union Kūn,Union konderria,Union megye,Yunioni srjan,i'uniyana ka'unti,mqatʿt ywnywn,shhrstan ywnywn  arkanzas,you ni ang xian,yunion jun,Округ Јунион,Юнион,Юниън,Юніон,Յունիոնի շրջան,شهرستان یونیون، آرکانزاس,مقاطعة يونيون,یونین کاؤنٹی، آرکنساس,ইউনিয়ন কাউন্টি,ユニオン郡,猶尼昂縣		US	AR	139	41639	America/Chicago
4134690	Van Buren County	van-buren-county	Comitatul Van Buren,Comte de Van Buren,Comté de Van Buren,Condado de Van Buren,Condado han Van Buren,Contea di Van Buren,Hrabstwo Van Buren,Okrug Van Bjuren,Quan Van Buren,Quận Van Buren,Van Buren,Van Buren Comitatus,Van Buren Kun,Van Buren Kūn,Van Buren konderria,Van Buren megye,Van Byureni srjan,Van-B'juren,Van-Bjuren,bhena burena ka'unti,fan bu lun xian,shhrstan wan brn  arkanzas,vu~anbyuren jun,Ван Бурен,Ван-Бьюрен,Ван-Бюрен,Округ Ван Бјурен,Վան Բյուրենի շրջան,شهرستان وان برن، آرکانزاس,مقاطعة فان بيورين، أركنسو,وان بورن کاؤنٹی، آرکنساس,وان بورین کاؤنٹی، آرکنساس,ভেন বুরেন কাউন্টি,ヴァンビューレン郡,范布倫縣		US	AR	141	17295	America/Chicago
4135394	Washington County	washington-county	Comitatul Washington,Comte de Washington,Comté de Washington,Condado de Washington,Condado han Washington,Contea di Washington,Hrabstwo Washington,Okrug Vashington,Quan Washington,Quận Washington,Vashington,Vasingtoni srjan,Washington,Washington Comitatus,Washington Kun,Washington Kūn,Washington konderria,Washington megye,Washingtoni maakond,hua sheng dun xian,mqatʿt washntn,raasintana ka'unti,shhrstan washyngtn  arkanzas,washinton jun,Вашингтон,Округ Вашингтон,Վաշինգտոնի շրջան,شهرستان واشینگتن، آرکانزاس,مقاطعة واشنطن,واشنگٹن کاؤنٹی، آرکنساس,ৱাশিংটন কাউন্টি,ワシントン郡,華盛頓縣		US	AR	143	203065	America/Chicago
4136143	White County	white-county	Comitatul White,Comte de White,Comté de White,Condado de White,Condado han White,Contea di White,Hrabstwo White,Okrug Vajt,Owayti srjan,Quan White,Quận White,Uajt,Vajt,White,White Comitatus,White Kun,White Kūn,White konderria,White megye,howaito jun,huai te xian,huya'ita ka'unti,mqatʿt wayt,shhrstan wayt  arkanzas,Вайт,Округ Вајт,Уайт,Ուայտի շրջան,شهرستان وایت، آرکانزاس,مقاطعة وايت,وائٹ کاؤنٹی، آرکنساس,হুয়াইট কাউন্টি,ホワイト郡,懷特縣		US	AR	145	77076	America/Chicago
4137047	Woodruff County	woodruff-county	Comitatul Woodruff,Comte de Woodruff,Comté de Woodruff,Condado de Woodruff,Condado han Woodruff,Contea di Woodruff,Hrabstwo Woodruff,Okrug Vudraf,Quan Woodruff,Quận Woodruff,Udruf,Vudraff,Vudrafi srjan,Vudruff,Woodruff,Woodruff Comitatus,Woodruff Kun,Woodruff Kūn,Woodruff konderria,Woodruff megye,mqatʿt wwdrwf,odarapha ka'unti,shhrstan wwdraf  arkanzas,uddorafu jun,wu de la fu xian,Вудрафф,Вудруфф,Округ Вудраф,Удръф,Վուդրաֆի շրջան,شهرستان وودراف، آرکانزاس,مقاطعة وودروف,ووڈرف کاؤنٹی، آرکنساس,وڈرف کاؤنٹی,ওডরফ কাউন্টি,ウッドラフ郡,伍德拉夫县		US	AR	147	7260	America/Chicago
4137268	Yell County	yell-county	Comitatul Yell,Comte de Yell,Comté de Yell,Condado de Yell,Condado han Yell,Contea di Yell,Eli srjan,Ell,Hrabstwo Yell,Jel,Okrug Jel,Quan Yell,Quận Yell,Yell,Yell Comitatus,Yell Kun,Yell Kūn,Yell konderria,Yell megye,iyela ka'unti,i~eru jun,mqatʿt yyl,ye er xian,Єлл,Йел,Округ Јел,Ելի շրջան,مقاطعة ييل,یل کاؤنٹی,یل کاؤنٹی، آرکنساس,ইয়েল কাউন্টি,イェール郡,耶尔县		US	AR	149	22185	America/Chicago
4140987	Washington County	washington-county	Washington		US	DC	001	0	America/New_York
4143221	Kent County	kent-county	Comitatul Kent,Comte de Kent,Comté de Kent,Condado de Kent,Condado han Kent,Contae Kent,Contea di Kent,Hoerenkill County,Hoornkill County,Hrabstwo Kent,Kent,Kent Coonty,Kent County,Kent Kun,Kent Kūn,Kent konderria,Kent megye,Kenti maakond,Kentin piirikunta,Konteth Kent,Okrug Kent,Saint Jones County,Whorekill County,ken te xian,kenta ka'unti,kento jun,shhrstan knt  dlawyr,Кент,Округ Кент,Քենթ շրջան,شهرستان کنت، دلاویر,مقاطعة كينت,کینٹ کاؤنٹی، ڈیلاویئر,کینٹ کاؤنٹی،ڈیلاویئر,কেন্ট কাউন্টি,ケント郡,肯特县		US	DE	001	162310	America/New_York
4143835	New Castle County	new-castle-county	Comitatul New Castle,Comte de New Castle,Comté de New Castle,Condado de New Castle,Condado han New Castle,Contea di New Castle,Hrabstwo New Castle,Konteth New Castle,N'ju-Kasl,New Castle,New Castle Coonty,New Castle County,New Castle Kun,New Castle Kūn,New Castle konderria,New Castle megye,New Castle  okrug,New Castlei maakond,New Castlen piirikunta,Newcastle County,Nju Kasul,Okrug NJu Kasl,Quan New Castle,Quận New Castle,ni'u kyasela ka'unti,niu ka si er xian,nyukyassuru jun,shhrstan nyw kstl  dlawyr,Нью-Касл,Ню Касъл,Округ Њу Касл,Նյու Քասլ շրջան,شهرستان نیو کستل، دلاویر,مقاطعة نيو كاسل,نیو کاسل کاؤنٹی,نیو کیسل کاؤنٹی، ڈیلاویئر,নিউ ক্যাসেল কাউন্টি,ニューキャッスル郡,紐卡斯爾縣		US	DE	003	538479	America/New_York
4144895	Sussex County	sussex-county	Comitatul Sussex,Comte de Sussex,Comté de Sussex,Condado de Sussex,Condado han Sussex,Contea di Sussex,Hoere Kill County,Hrabstwo Sussex,Konteth Sussex,Okrug Saseks,Sasseks,Suseks,Sussex,Sussex Coonty,Sussex County,Sussex Kun,Sussex Kūn,Sussex konderria,Sussex megye,Sussexi maakond,Sussexin piirikunta,sasekkusu jun,saseksa ka'unti,shhrstan sasks  dlawyr,su sai ke si xian,Округ Сасекс,Сассекс,Съсекс,Սասեքս շրջան,سسکس کاؤنٹی,سسیکس کاؤنٹی، ڈیلاویئر,شهرستان ساسکس، دلاویر,مقاطعة سوسكس,সাসেক্স কাউন্টি,サセックス郡,蘇塞克斯縣		US	DE	005	197145	America/New_York
4145709	Alachua County	alachua-county	Alachua,Comte d'Alachua,Comté d'Alachua		US	FL	001	247336	America/New_York
4146548	Baker County	baker-county	Baker,Baker Comitatus,Baker Coonty,Baker Kun,Baker Kūn,Baker konderria,Baker megye,Bejker,Bejkur,Comitatul Baker,Comte de Baker,Comté de Baker,Condado de Baker,Condado han Baker,Contea di Baker,Hrabstwo Baker,Okrug Bejker,Quan Baker,Quận Baker,bei ke xian,beika jun,bekara ka'unti,shhrstan bykr  flwryda,Бейкер,Бейкър,Округ Бејкер,Բեյքեր շրջան,بیکر کاؤنٹی,بیکر کاؤنٹی، فلوریڈا,شهرستان بیکر، فلوریدا,مقاطعة بيكر,বেকার কাউন্টি,ベイカー郡,貝克縣		US	FL	003	27115	America/New_York
4146810	Bay County	bay-county	Bay,Bay Comitatus,Bay County,Bay Kun,Bay Kūn,Bay konderria,Bay maakond,Bay megye,Bej,Bey srjan,Comitatul Bay,Comte de Bay,Comté de Bay,Condado de Bay,Condado han Bay,Contea di Bay,Hrabstwo Bay,Okrug Bej,Quan Bay,Quận Bay,be ka'unti,bei jun,bei xian,shhrstan by  flwryda,Бей,Округ Беј,Բեյ շրջան,بے کاؤنٹی,بے کاؤنٹی، فلوریڈا,شهرستان بی، فلوریدا,مقاطعة باي,বে কাউন্টি,ベイ郡,貝縣		US	FL	005	168852	America/Chicago
4148735	Bradford County	bradford-county	Bradford,Bradford Comitatus,Bradford Kun,Bradford Kūn,Bradford konderria,Bradford megye,Bradfordi maakond,Bredford,Bredford srjan,Comitatul Bradford,Comtat de Bradford,Comte de Bradford,Comté de Bradford,Condado de Bradford,Condado han Bradford,Contea di Bradford,Hrabstwo Bradford,Okrug Bradford,Quan Bradford,Quận Bradford,bredaphorda ka'unti,bu la fu xian,buraddofodo jun,shhrstan bradfwrd  flwryda,Брадфорд,Бредфорд,Округ Брадфорд,Բրեդֆորդ շրջան,بریڈفورڈ کاؤنٹی,بریڈفورڈ کاؤنٹی، فلوریڈا,شهرستان برادفورد، فلوریدا,مقاطعة برادفورد,ব্রেডফোর্ড কাউন্টি,ブラッドフォード郡,布拉福縣		US	FL	007	28520	America/New_York
4148826	Brevard County	brevard-county	Brevard,Brevard Comitatus,Brevard Kun,Brevard Kūn,Brevard konderria,Brevard megye,Brevard srjan,Brevardi maakond,Breverd,Bruvard,Comitatul Brevard,Comte de Brevard,Comté de Brevard,Condado de Brevard,Condado han Brevard,Contea di Brevard,County Brevard,Hrabstwo Brevard,Okrug Brevard,Quan Brevard,Quận Brevard,brebharda ka'unti,bu li wa de xian,burebado jun,shhrstan brward  flwryda,Бревард,Бреверд,Бръвард,Округ Бревард,Բրեվարդ շրջան,بریوارڈ کاؤنٹی,بریورڈ کاؤنٹی، فلوریڈا,شهرستان بروارد، فلوریدا,مقاطعة بريفارد,ব্রেভার্ড কাউন্টি,ブレバード郡,布里瓦德縣		US	FL	009	543376	America/New_York
4149007	Broward County	broward-county	Brauurd,Brouard,Brovard,Brovard srjan,Broward,Broward Comitatus,Broward Kun,Broward Kūn,Broward konderria,Broward megye,Browardi maakond,Comitatul Broward,Comte de Broward,Comté de Broward,Condado de Broward,Condado han Broward,Contea di Broward,Hrabstwo Broward,Okrug Brauard,Quan Broward,Quận Broward,broraarda ka'unti,bu lao wo de xian,burowado jun,Брауърд,Бровард,Броуард,Округ Брауард,Բրովարդ շրջան,بروورڈ کاؤنٹی، فلوریڈا,مقاطعة بروارد,ব্রোৱার্ড কাউন্টি,ブロワード郡,布劳沃德县		US	FL	011	1748066	America/New_York
4149608	Calhoun County	calhoun-county	Calhoun,Calhoun Comitatus,Calhoun Kun,Calhoun Kūn,Calhoun konderria,Calhoun megye,Comitatul Calhoun,Comte de Calhoun,Comté de Calhoun,Condado de Calhoun,Condado han Calhoun,Contea di Calhoun,Hrabstwo Calhoun,Kalgun,Kalkhun,Okrug Kalkhun,Quan Calhoun,Quận Calhoun,ka er huo en xian,kalahauna ka'unti,karufun jun,shhrstan klhwn  flwryda,Калгун,Калхун,Округ Калхун,Քալհուն շրջան,شهرستان کلهون، فلوریدا,مقاطعة كالهون,کالہاؤن کاؤنٹی,کالہون کاؤنٹی، فلوریڈا,কলহৌন কাউন্টি,カルフーン郡,卡爾霍恩縣		US	FL	013	14625	America/Chicago
4150627	Charlotte County	charlotte-county	Charlotte,Charlotte Comitatus,Charlotte Kun,Charlotte Kūn,Charlotte konderria,Charlotte megye,Comitatul Charlotte,Comte de Charlotte,Comté de Charlotte,Condado de Charlotte,Condado han Charlotte,Contea di Charlotte,Hrabstwo Charlotte,Okrug Sharlot,Quan Charlotte,Quận Charlotte,Sarlot srjan,Sharlott,Sharlut,carlata ka'unti,sharotto jun,shhrstan sharlwt  flwryda,xia luo te xian,Округ Шарлот,Шарлотт,Шарлът,Շարլոտ շրջան,شارلوٹ کاؤنٹی، فلوریڈا,شهرستان شارلوت، فلوریدا,چارلٹ کاؤنٹی، فلوریڈا,চার্লট কাউন্টি,シャーロット郡,夏洛特縣		US	FL	015	159978	America/New_York
4151140	Citrus County	citrus-county	Citrus,Citrus Comitatus,Citrus Kun,Citrus Kūn,Citrus konderria,Citrus megye,Comitatul Citrus,Comte de Citrus,Comté de Citrus,Condado de Citrus,Condado han Citrus,Contea di Citrus,Hrabstwo Citrus,Okrug Sitrus,Quan Citrus,Quận Citrus,Sitrehs,Sitrus,Sitrus srjan,shhrstan sytrws  flwryda,shitorasu jun,sitrasa ka'unti,xi te la si xian,Округ Ситрус,Ситръс,Ситрэс,Цитрус,Սիտրուս շրջան,سٹرس کاؤنٹی,سٹریس کاؤنٹی، فلوریڈا,شهرستان سیتروس، فلوریدا,সিট্রাস কাউন্টি,シトラス郡,西特拉斯縣		US	FL	017	141236	America/New_York
4151245	Clay County	clay-county	Clay,Clay Comitatus,Clay Coonty,Clay Kun,Clay Kūn,Clay konderria,Clay maakond,Clay megye,Comitatul Clay,Comte de Clay,Comté de Clay,Condado de Clay,Condado han Clay,Contea di Clay,Hrabstwo Clay,Klej,Okrug Klej,Quan Clay,Quận Clay,ke lai xian,kla ka'unti,kurei jun,shhrstan kly  flwryda,Клей,Округ Клеј,Քլեյ շրջան,شهرستان کلی، فلوریدا,مقاطعة كلاي,کلے کاؤنٹی,کلے کاؤنٹی، فلوریڈا,ক্ল কাউন্টি,クレイ郡,克萊縣		US	FL	019	190865	America/New_York
4151550	Collier County	collier-county	Collier,Collier Comitatus,Collier Kun,Collier Kūn,Collier konderria,Collier megye,Comitatul Collier,Comte de Collier,Comté de Collier,Condado de Collier,Condado han Collier,Contea di Collier,Hrabstwo Collier,Koliur,Koll'er,Kollier,Okrug Kolijer,Quan Collier,Quận Collier,TNT,ke li er xian,kolliyera ka'unti,koria jun,shhrstan klyr  flwryda,Колиър,Коллиер,Колльєр,Округ Колијер,Քոլիեր շրջան,شهرستان کلیر، فلوریدا,مقاطعة كولير,کولیئر کاؤنٹی,کولیئر کاؤنٹی، فلوریڈا,কোল্লিয়ের কাউন্টি,コリアー郡,柯里爾縣		US	FL	021	321520	America/New_York
4151595	Columbia County	columbia-county	Columbia,Columbia Comitatus,Columbia Kun,Columbia Kūn,Columbia konderria,Columbia megye,Comitatul Columbia,Comte de Columbia,Comté de Columbia,Condado de Columbia,Condado han Columbia,Contea di Columbia,Hrabstwo Columbia,Kolambia,Kolumbia srjan,Kolumbija,Okrug Kolambija,Quan Columbia,Quận Columbia,ge lun bi ya xian,kalambiya ka'unti,koronbia jun,shhrstan klmbya  flwryda,Коламбиа,Колумбия,Колумбія,Округ Коламбија,Կոլումբիա շրջան,شهرستان کلمبیا، فلوریدا,مقاطعة كولومبيا,کولمبیا کاؤنٹی، فلوریڈا,কলম্বিয়া কাউন্টি,コロンビア郡,哥倫比亞縣		US	FL	023	67531	America/New_York
4152927	DeSoto County	desoto-county	Comitatul DeSoto,Comte de DeSoto,Comté de DeSoto,Condado de DeSoto,Condado han DeSoto,Contea di DeSoto,De Soto County,De Soto srjan,De-Soto,DeSoto,DeSoto Comitatus,DeSoto Kun,DeSoto Kūn,DeSoto konderria,DeSoto maakond,DeSoto megye,Hrabstwo DeSoto,Okrug Desoto,Quan DeSoto,Quận DeSoto,de suo tuo xian,desoto jun,desoto ka'unti,shhrstan dswtw  flwryda,Де-Сото,ДеСото,Округ Десото,Դե Սոտո շրջան,شهرستان دسوتو، فلوریدا,مقاطعة ديسوتو,ڈی سوٹو کاؤنٹی,ڈیسوٹو کاؤنٹی، فلوریڈا,ডেসোটো কাউন্টি,デソト郡,德索托縣		US	FL	027	34862	America/New_York
4153352	Dixie County	dixie-county	Comitatul Dixie,Comte de Dixie,Comté de Dixie,Condado de Dixie,Condado han Dixie,Contea di Dixie,Diksi,Dixie,Dixie Comitatus,Dixie Kun,Dixie Kūn,Dixie konderria,Dixie megye,Hrabstwo Dixie,Okrug Diksi,Quan Dixie,Quận Dixie,di ke xi xian,dikishi jun,diksi ka'unti,shhrstan dyksy  flwryda,Дикси,Діксі,Округ Дикси,Դիքսի շրջան,شهرستان دیکسی، فلوریدا,ڈکسی کاؤنٹی,ڈیکسی کاؤنٹی، فلوریڈا,ডিক্সি কাউন্টি,ディキシー郡,迪克西縣		US	FL	029	16422	America/New_York
4153840	Duval County	duval-county	Comitatul Duval,Comte de Duval,Comté de Duval,Condado de Duval,Condado han Duval,Contea di Duval,Djuval,Duval,Duval Comitatus,Duval Kun,Duval Kūn,Duval Scir,Duval Scīr,Duval konderria,Duval megye,Duvali maakond,Dyuval srjan,Hrabstwo Duval,Okrug Duval,Quan Duval,Quận Duval,de~yubaru jun,du wa er xian,dubala ka'unti,shhrstan dwwal  flwryda,Дувал,Дювал,Округ Дувал,Դյուվալ շրջան,دووال کاؤنٹی,شهرستان دووال، فلوریدا,مقاطعة دوفال,ڈووال کاؤنٹی، فلوریڈا,ডুবাল কাউন্টি,デュバル郡,杜瓦爾縣		US	FL	031	864263	America/New_York
4154550	Escambia County	escambia-county	Comitatul Escambia,Comte d'Escambia,Comté d'Escambia,Condado de Escambia,Condado han Escambia,Contea di Escambia,Ehskambia,Escambia,Escambia Comitatus,Escambia Kun,Escambia Kūn,Escambia konderria,Escambia maakond,Escambia megye,Escambian piirikunta,Eskambia srjan,Eskambija,Hrabstwo Escambia,Okrug Eskambija,Quan Escambia,Quận Escambia,ai si kang bi ya xian,esakambiya ka'unti,esukanbia jun,shhrstan askambya  flwryda,Ескамбия,Ескамбія,Округ Ескамбија,Эскамбиа,Էսկամբիա շրջան,اسکامبیا کاؤنٹی,اسکامبیا کاؤنٹی، فلوریڈا,شهرستان اسکامبیا، فلوریدا,مقاطعة إسكمبيا,এসকাম্বিয়া কাউন্টি,エスカンビア郡,艾斯康比亞縣		US	FL	033	297619	America/Chicago
4155535	Flagler County	flagler-county	Comitatul Flagler,Comte de Flagler,Comté de Flagler,Condado de Flagler,Condado han Flagler,Contea di Flagler,Flagler,Flagler Comitatus,Flagler Kun,Flagler Kūn,Flagler konderria,Flagler megye,Flaglur,Flegler,Flegler srjan,Flehgler,Hrabstwo Flagler,Okrug Flagler,Quan Flagler,Quận Flagler,fu lai ge lei xian,furagura jun,phlagalera ka'unti,shhrstan flglr  flwryda,Округ Флаглер,Флаглър,Флеґлер,Флэглер,Ֆլեգլեր շրջան,شهرستان فلگلر، فلوریدا,فلیگلر کاؤنٹی,فلیگلر کاؤنٹی، فلوریڈا,ফ্লাগলের কাউন্টি,フラグラー郡,弗萊格勒縣		US	FL	035	95696	America/New_York
4156210	Franklin County	franklin-county	Comitatul Franklin,Comte de Franklin,Comté de Franklin,Condado de Franklin,Condado han Franklin,Contea di Franklin,Franklin,Franklin Comitatus,Franklin Kun,Franklin Kūn,Franklin konderria,Franklin megye,Franklin srjan,Franklini maakond,Hrabstwo Franklin,Okrug Frenklin,Quan Franklin,Quận Franklin,fu lan ke lin xian,furankurin jun,phrankalina ka'unti,shhrstan franklyn  flwryda,Округ Френклин,Франклин,Франклін,Ֆրանկլին շրջան,شهرستان فرانکلین، فلوریدا,فرینکلن کاؤنٹی، فلوریڈا,مقاطعة فرانكلين,ফ্রাঙ্কলিন কাউন্টি,フランクリン郡,富蘭克林縣		US	FL	037	11549	America/New_York
4156394	Gadsden County	gadsden-county	Comitatul Gadsden,Comte de Gadsden,Comté de Gadsden,Condado de Gadsden,Condado han Gadsden,Contea di Gadsden,Gadsden,Gadsden Comitatus,Gadsden Kun,Gadsden Kūn,Gadsden konderria,Gadsden megye,Gadsden srjan,Gadsdun,Hrabstwo Gadsden,Okrug Gadsden,Quan Gadsden,Quận Gadsden,gadasadena ka'unti,gazuden jun,jia zi deng xian,shhrstan gdzdn  flwryda,Гадсден,Гадсдън,Округ Гадсден,Գադսդեն շրջան,شهرستان گدزدن، فلوریدا,گیڈسٹن کاؤنٹی، فلوریڈا,گیڈسڈن کاؤنٹی,গাডসডেন কাউন্টি,ガズデン郡,加茲登縣		US	FL	039	46389	America/New_York
4156770	Gilchrist County	gilchrist-county	Comitatul Gilchrist,Comte de Gilchrist,Comté de Gilchrist,Condado de Gilchrist,Condado han Gilchrist,Contea di Gilchrist,Gilchrist,Gilchrist Comitatus,Gilchrist Kun,Gilchrist Kūn,Gilchrist konderria,Gilchrist megye,Gilkrajst,Gilkrist,Hrabstwo Gilchrist,Okrug Gilkrist,Quan Gilchrist,Quận Gilchrist,gilakrista ka'unti,girukurisuto jun,ji er ke li si te xian,shhrstan gylkryst  flwryda,Гилкрайст,Гилкрист,Округ Гилкрист,Ґілкріст,Գիլքրիստ շրջան,شهرستان گیلکریست، فلوریدا,گلکرسٹ کاؤنٹی,گلکرسٹ کاؤنٹی، فلوریڈا,গিলক্রিস্ট কাউন্টি,ギルクリスト郡,吉爾克里斯特縣		US	FL	041	16939	America/New_York
4156815	Glades County	glades-county	Comitatul Glades,Comte de Glades,Comté de Glades,Condado de Glades,Condado han Glades,Contea di Glades,Glades,Glades Comitatus,Glades Kun,Glades Kūn,Glades konderria,Glades megye,Glejds,Gleyds srjan,Hrabstwo Glades,Okrug Glejds,Quan Glades,Quận Glades,gladesa ka'unti,gurezu jun,zhao ze xian,Глейдс,Округ Глејдс,Ґлейдс,Գլեյդս շրջան,گلیڈز کاؤنٹی، فلوریڈا,گلیڈس کاؤنٹی,গ্লাডেস কাউন্টি,グレーズ郡,沼澤縣		US	FL	043	12884	America/New_York
4157652	Gulf County	gulf-county	Comitatul Gulf,Comte de Gulf,Comté de Gulf,Condado de Gulf,Condado han Gulf,Contea di Gulf,Galf,Galf srjan,Gulf,Gulf Comitatus,Gulf Kun,Gulf Kūn,Gulf konderria,Gulf megye,Hrabstwo Gulf,Okrug Galf,Quan Gulf,Quận Gulf,galapha ka'unti,garufu jun,shhrstan glf  flwryda,wan xian,Галф,Гълф,Округ Галф,Ґалф,Գալֆ շրջան,شهرستان گلف، فلوریدا,مقاطعة غولف,گلف کاؤنٹی,گلف کاؤنٹی، فلوریڈا,গালফ কাউন্টি,ガルフ郡,灣縣		US	FL	045	15863	America/Chicago
4157924	Hamilton County	hamilton-county	Comitatul Hamilton,Comte de Hamilton,Comté de Hamilton,Condado de Hamilton,Condado han Hamilton,Contea di Hamilton,Gamil'ton,Hamilton,Hamilton Comitatus,Hamilton Coonty,Hamilton Kun,Hamilton Kūn,Hamilton konderria,Hamilton megye,Hamilton srjan,Hrabstwo Hamilton,Khamiltun,Okrug Khamilton,Quan Hamilton,Quận Hamilton,hamiruton jun,han mi er dun xian,hyamiltana ka'unti,shhrstan hmyltwn  flwryda,Гамильтон,Гамільтон,Округ Хамилтон,Хамилтън,Համիլտոն շրջան,شهرستان همیلتون، فلوریدا,ہیملٹن کاؤنٹی، فلوریڈا,হ্যমিল্টন কাউন্টি,ハミルトン郡,漢密爾頓縣		US	FL	047	14799	America/New_York
4158068	Hardee County	hardee-county	Comitatul Hardee,Comte de Hardee,Comté de Hardee,Condado de Hardee,Condado han Hardee,Contea di Hardee,Gardi,Hardee,Hardee Comitatus,Hardee Kun,Hardee Kūn,Hardee konderria,Hardee megye,Hardi srjan,Hrabstwo Hardee,Khardi,Khardij,Okrug Khardi,Quan Hardee,Quận Hardee,ha di xian,hadi jun,hardi ka'unti,Гарді,Округ Харди,Харди,Хардий,Հարդի շրջան,مقاطعة هارديز,ہارڈی کاؤنٹی,ہارڈی کاؤنٹی، فلوریڈا,হার্ডী কাউন্টি,ハーディ郡,哈迪縣		US	FL	049	27731	America/New_York
4158392	Hendry County	hendry-county	Comitatul Hendry,Comte de Hendry,Comté de Hendry,Condado de Hendry,Condado han Hendry,Contea di Hendry,Gendri,Hendri srjan,Hendry,Hendry Comitatus,Hendry Kun,Hendry Kūn,Hendry konderria,Hendry megye,Hrabstwo Hendry,Khendri,Okrug Khendri,Quan Hendry,Quận Hendry,hendariya ka'unti,hendori jun,heng de li xian,shhrstan hndry  flwryda,Гендрі,Округ Хендри,Хендри,Հենդրի շրջան,شهرستان هندری، فلوریدا,ہنڈری کاؤنٹی,ہینڈری کاؤنٹی، فلوریڈا,হেন্ডরিয় কাউন্টি,ヘンドリー郡,亨德里縣		US	FL	051	39140	America/New_York
4158449	Hernando County	hernando-county	Comitatul Hernando,Comte de Hernando,Comté de Hernando,Condado de Hernando,Condado han Hernando,Contea di Hernando,Ehrnando,Ernando,Hernando,Hernando Comitatus,Hernando Kun,Hernando Kūn,Hernando konderria,Hernando megye,Hernando srjan,Hrabstwo Hernando,Khernando,Okrug Khernando,Quan Hernando,Quận Hernando,he er nan duo xian,heranando ka'unti,herunando jun,shhrstan hrnandw  flwryda,Ернандо,Округ Хернандо,Хернандо,Эрнандо,Հերնանդո շրջան,شهرستان هرناندو، فلوریدا,ہرنانڈو کاؤنٹی,ہرنینڈو کاؤنٹی، فلوریڈا,হেরনান্ডো কাউন্টি,ヘルナンド郡,赫爾南多縣		US	FL	053	172778	America/New_York
4158643	Highlands County	highlands-county	Comitatul Highlands,Comte de Highlands,Comté de Highlands,Condado de Highlands,Condado han Highlands,Contea di Highlands,Haylends srjan,Highlands,Highlands Comitatus,Highlands Kun,Highlands Kūn,Highlands konderria,Highlands megye,Hrabstwo Highlands,Khajlends,Okrug Khajlands,Quan Highlands,Quận Highlands,gao de xian,ha'ilyandasa ka'unti,hairanzu jun,shhrstan haylndz  flwryda,Округ Хајландс,Хайлендс,Հայլենդս շրջան,شهرستان هایلندز، فلوریدا,مقاطعة هايلاندز,ہائلینڈز کاؤنٹی، فلوریڈا,ہائیلینڈز کاؤنٹک,হাইল্যান্ডস কাউন্টি,ハイランズ郡,高地縣		US	FL	055	98786	America/New_York
4158712	Hillsborough County	hillsborough-county	Comte de Hillsborough,Comté de Hillsborough,Hillsboro County,Hillsborough,Hillsborough County		US	FL	057	1229226	America/New_York
4383752	Dent County	dent-county	Comitatul Dent,Comte de Dent,Comté de Dent,Condado de Dent,Condado han Dent,Contea di Dent,Dent,Dent Kun,Dent Kūn,Dent konderria,Dent megye,Dent srjan,Hrabstwo Dent,Okrug Dent,Quan Dent,Quận Dent,deng te xian,denta ka'unti,dento jun,mqatʿt dynt,shhrstan dnt  myzwry,Дент,Округ Дент,Դենտ շրջան,شهرستان دنت، میزوری,مقاطعة دينت,ڈینٹ کاؤنٹی، مسوری,ڈینٹ کاؤنٹی،مسوری,ডেন্ট কাউন্টি,デント郡,登特縣		US	MO	065	15657	America/Chicago
4158961	Holmes County	holmes-county	Comitatul Holmes,Comte de Holmes,Comté de Holmes,Condado de Holmes,Condado han Holmes,Contea di Holmes,Golms,Holmes,Holmes Comitatus,Holmes Kun,Holmes Kūn,Holmes konderria,Holmes megye,Holms srjan,Hrabstwo Holmes,Kholms,Okrug Kholms,Quan Holmes,Quận Holmes,holamsa ka'unti,homuzu jun,huo er mu si xian,shhrstan hwlmz  flwryda,Голмс,Округ Холмс,Холмс,Հոլմս շրջան,شهرستان هولمز، فلوریدا,ہولمز کاؤنٹی,ہومز کاؤنٹی، فلوریڈا,হোলম্স কাউন্টি,ホームズ郡,霍爾姆斯縣		US	FL	059	19927	America/Chicago
4159657	Indian River County	indian-river-county	Comitatul Indian River,Comte d'Indian River,Comté d'Indian River,Condado de Indian River,Condado de Rio Indio,Condado de Río Indio,Condado han Indian River,Contea di Indian River,Hrabstwo Indian River,Indian River,Indian River Comitatus,Indian River Kun,Indian River Kūn,Indian River konderria,Indian River megye,Indian River srjan,Indian-River,Indiun Rivur,Okrug Indijan River,Quan Indian River,Quận Indian River,indianriba jun,indiyana ribhara ka'unti,shhrstan ayndyan rywr  flwryda,yin di an he xian,Індіан-Рівер,Индиан-Ривер,Индиън Ривър,Округ Индијан Ривер,Ինդիան Ռիվեր շրջան,انڈین روور کاؤنٹی,انڈین ریور کاؤنٹی، فلوریڈا,شهرستان ایندیان ریور، فلوریدا,مقاطعة إنديان ريفر,ইন্ডিয়ান রিভার কাউন্টি,インディアンリバー郡,印第安河縣		US	FL	061	138028	America/New_York
4159990	Jackson County	jackson-county	Comitatul Jackson,Comte de Jackson,Comté de Jackson,Condado de Jackson,Condado han Jackson,Contea di Jackson,Dzhaksun,Dzhekson,Hrabstwo Jackson,Jackson,Jackson Comitatus,Jackson Kun,Jackson Kūn,Jackson konderria,Jackson megye,Jacksoni maakond,Okrug DZekson,Quan Jackson,Quận Jackson,jakuson jun,jie ke xun xian,jyakasana ka'unti,shhrstan jkswn  flwryda,Джаксън,Джексон,Округ Џексон,Ջեքսոն շրջան,جیکسن کاؤنٹی,جیکسن کاؤنٹی، فلوریڈا,شهرستان جکسون، فلوریدا,مقاطعة جاكسون,জ্যাকশন কাউন্টি,ジャクソン郡,傑克遜縣		US	FL	063	49746	America/Chicago
4160118	Jefferson County	jefferson-county	Comitatul Jefferson,Comte de Jefferson,Comté de Jefferson,Condado de Jefferson,Condado han Jefferson,Contea di Jefferson,Dzhefersun,Dzhefferson,Hrabstwo Jefferson,Jeferson srjan,Jefferson,Jefferson Comitatus,Jefferson Kun,Jefferson Kūn,Jefferson konderria,Jefferson megye,Jeffersoni maakond,Okrug DZeferson,Quan Jefferson,Quận Jefferson,jefason jun,jepharasana ka'unti,jie fu xun xian,shhrstan jfrswn  flwryda,Джеферсън,Джефферсон,Округ Џеферсон,Ջեֆերսոն շրջան,جیفرسن کاؤنٹی، فلوریڈا,شهرستان جفرسون، فلوریدا,مقاطعة جيفرسون,জেফারশন কাউন্টি,ジェファーソン郡,傑佛遜縣		US	FL	065	14761	America/New_York
4161127	Lafayette County	lafayette-county	Comitatul Lafayette,Comtat de Lafayette,Comte de Lafayette,Comté de Lafayette,Condado de Lafayette,Condado han Lafayette,Contea di Lafayette,Hrabstwo Lafayette,Lafaett,Lafajet,Lafajett,Lafayet srjan,Lafayette,Lafayette Comitatus,Lafayette Kun,Lafayette Kūn,Lafayette konderria,Lafayette megye,Okrug Lafejet,Quan Lafayette,Quận Lafayette,la fa ye xian,laphayeta ka'unti,rafaietto jun,shhrstan lafayt  flwryda,Лафайет,Лафайетт,Лафаєтт,Округ Лафејет,Լաֆայետ շրջան,شهرستان لافایت، فلوریدا,لافائیٹ کاؤنٹی، فلوریڈا,لافایتے کاؤنٹی,লাফায়েত কাউন্টি,ラファイエット郡,拉法葉縣		US	FL	067	8870	America/New_York
4161204	Lake County	lake-county	Comitatul Lake,Comte de Lake,Comté de Lake,Condado de Lake,Condado han Lake,Contea di Lake,Hrabstwo Lake,Lake,Lake Kun,Lake Kūn,Lake konderria,Lake megye,Lakei maakond,Lejk,Okrug Lejk,Quan Lake,Quận Lake,lai ke xian,leka ka'unti,reiku jun,shhrstan lyk  flwryda,Лейк,Округ Лејк,Լեյք շրջան,شهرستان لیک، فلوریدا,لیک کاؤنٹی، فلوریڈا,مقاطعة ليك,লেক কাউন্টি,レイク郡,萊克縣		US	FL	069	297052	America/New_York
4161743	Lee County	lee-county	Comitatul Lee,Comte de Lee,Comté de Lee,Condado de Lee,Condado han Lee,Contea di Lee,Hrabstwo Lee,Lee,Lee Comitatus,Lee Kun,Lee Kūn,Lee konderria,Lee megye,Li,Li srjan,Lij,Okrug Li,Quan Lee,Quận Lee,li ka'unti,li xian,ri jun,shhrstan ly  flwryda,Ли,Лий,Лі,Округ Ли,Լի շրջան,شهرستان لی، فلوریدا,لی کاؤنٹی، فلوریڈا,مقاطعة لي,লী কাউন্টি,リー郡,李縣		US	FL	071	618754	America/New_York
4161831	Leon County	leon-county	Comitatul Leon,Comte de Leon,Comté de Leon,Condado de Leon,Condado de León,Condado han Leon,Contea di Leon,Hrabstwo Leon,Leon,Leon Comitatus,Leon Kun,Leon Kūn,Leon konderria,Leon megye,Leon srjan,Leoni maakond,Lion,Okrug Lion,Quan Leon,Quận Leon,lai ang xian,li'ona ka'unti,reon jun,shhrstan lywn  flwryda,Леон,Лион,Округ Лион,Լեոն շրջան,شهرستان لئون، فلوریدا,لیون کاؤنٹی,لیون کاؤنٹی، فلوریڈا,مقاطعة ليون,লিওন কাউন্টি,レオン郡,萊昂縣		US	FL	073	275487	America/New_York
4161891	Levy County	levy-county	Comitatul Levy,Comte de Levy,Comté de Levy,Condado de Levy,Condado han Levy,Contea di Levy,Hrabstwo Levy,Levi,Levi srjan,Levy,Levy Comitatus,Levy Kun,Levy Kūn,Levy konderria,Levy megye,Okrug Livi,Quan Levy,Quận Levy,lai wei xian,lebhi ka'unti,rebi jun,shhrstan lwy  flwryda,Леви,Округ Ливи,Լևի շրջան,شهرستان لوی، فلوریدا,لیووی کاؤنٹی,لیوی کاؤنٹی، فلوریڈا,লেভী কাউন্টি,レビー郡,萊維縣		US	FL	075	40801	America/New_York
4161925	Liberty County	liberty-county	Comitatul Liberty,Comte de Liberty,Comté de Liberty,Condado de Liberty,Condado han Liberty,Contea di Liberty,Hrabstwo Liberty,Liberti,Liberty,Liberty Comitatus,Liberty Kun,Liberty Kūn,Liberty konderria,Liberty megye,Liburti,Okrug Liberti,Quan Liberty,Quận Liberty,li bai ti xian,libarti ka'unti,ribati jun,shhrstan lybrty  flwryda,Либерти,Либърти,Ліберті,Округ Либерти,Լիբերթի շրջան,شهرستان لیبرتی، فلوریدا,لبرٹی کاؤنٹی,لبرٹی کاؤنٹی، فلوریڈا,مقاطعة ليبرتي,লিবার্টি কাউন্টি,リバティ郡,利柏提縣		US	FL	077	8365	America/New_York
4163142	Madison County	madison-county	Comitatul Madison,Comte de Madison,Comté de Madison,Condado de Madison,Condado han Madison,Contea di Madison,Hrabstwo Madison,Madison,Madison Comitatus,Madison Coonty,Madison Kun,Madison Kūn,Madison konderria,Madison megye,Madisun,Medison,Medison srjan,Mehdison,Okrug Medison,Quan Madison,Quận Madison,madison jun,mai di xun xian,medisana ka'unti,shhrstan mdyswn  flwryda,Мадисън,Медісон,Мэдисон,Округ Медисон,Մեդիսոն շրջան,شهرستان مدیسون، فلوریدا,میڈیسن کاؤنٹی، فلوریڈا,মেডিশন কাউন্টি,マディソン郡,麥迪遜縣		US	FL	079	19224	America/New_York
4163277	Manatee County	manatee-county	Comitatul Manatee,Comte de Manatee,Comté de Manatee,Condado de Manatee,Condado han Manatee,Contea di Manatee,Hrabstwo Manatee,MZE,Manatee,Manatee Comitatus,Manatee County,Manatee Kun,Manatee Kūn,Manatee konderria,Manatee megye,Manati,Manuti,Mehnati,Okrug Manati,Quan Manatee,Quận Manatee,ma na ti xian,manati jun,manati ka'unti,shhrstan manath  flwryda,Манаті,Манъти,Мэнати,Округ Манати,Մանաթի շրջան,شهرستان ماناته، فلوریدا,ماناٹی کاؤنٹی,مانیٹی کاؤنٹی، فلوریڈا,মানাটী কাউন্টি,マナティ郡,馬納提縣		US	FL	081	322833	America/New_York
4163456	Marion County	marion-county	Comitatul Marion,Comte de Marion,Comté de Marion,Condado de Marion,Condado han Marion,Contea di Marion,Hrabstwo Marion,Marion,Marion Comitatus,Marion Kun,Marion Kūn,Marion konderria,Marion megye,Marion srjan,Mariun,Mehrion,Merion,Okrug Marion,Quan Marion,Quận Marion,ma li ang xian,mari'ona ka'unti,marion jun,shhrstan marywn  flwryda,Мариън,Меріон,Мэрион,Округ Марион,Մարիոն շրջան,شهرستان ماریون، فلوریدا,ماریون کاؤنٹی، فلوریڈا,مقاطعة ماريون,میرین کاؤنٹی,মারিওন কাউন্টি,マリオン郡,馬里昂縣		US	FL	083	331298	America/New_York
4163566	Martin County	martin-county	Comitatul Martin,Comte de Martin,Comté de Martin,Condado de Martin,Condado de Martín,Condado han Martin,Contea di Martin,Hrabstwo Martin,Martin,Martin Comitatus,Martin Kun,Martin Kūn,Martin konderria,Martin megye,Martin srjan,Okrug Martin,Quan Martin,Quận Martin,ma ding xian,martina ka'unti,matin jun,shhrstan martyn  flwryda,Мартин,Мартін,Округ Мартин,Մարտին շրջան,شهرستان مارتین، فلوریدا,مارٹن کاؤنٹی,مارٹن کاؤنٹی، فلوریڈا,মার্টিন কাউন্টি,マーティン郡,馬丁縣		US	FL	085	146318	America/New_York
4164238	Miami-Dade County	miami-dade-county	Comitatul Miami-Dade,Comte de Miami-Dade,Comté de Miami-Dade,Condado de Miami-Dade,Condado han Miami-Dade,Contea di Miami-Dade,Dade County,Hrabstwo Miami-Dade,Majami-Dejd,Mayami Deyd srjan,Miami-Dade,Miami-Dade County,Miami-Dade Kun,Miami-Dade Kūn,Miami-Dade konderria,Miami-Dade megye,Miami-Dadei maakond,Miamia-Dade Comitatus,Okrug Majami-Dejd,Quan Miami-Dade,Quận Miami-Dade,mai a mi-dai de xian,maiaemideideu gun,mayami-de'ida ka'unti,shhrstan myamy-dyd  flwryda,Майами-Дейд,Маями-Дейд,Маямі-Дейд,Округ Мајами-Дејд,Մայամի Դեյդ շրջան,מחוז מיאמי-דייד,شهرستان میامی-دید، فلوریدا,مقاطعة ميامي داد,میامی-ڈیڈ کاؤنٹی,میامی-ڈیڈ کاؤنٹی، فلوریڈا,মায়ামি-ডেইড কাউন্টি,マイアミ・デイド郡,迈阿密-戴德县,마이애미데이드 군		US	FL	086	2496435	America/New_York
4164762	Monroe County	monroe-county	Comitatul Monroe,Comte de Monroe,Comté de Monroe,Condado de Monroe,Condado han Monroe,Contea di Monroe,Hrabstwo Monroe,Monro,Monro srjan,Monroe,Monroe Comitatus,Monroe Coonty,Monroe Kun,Monroe Kūn,Monroe konderria,Monroe megye,Okrug Monro,Quan Monroe,Quận Monroe,manarau ka'unti,men luo xian,monro jun,shhrstan mwnrw  flwryda,Монро,Округ Монро,Մոնրո շրջան,شهرستان مونرو، فلوریدا,منرو کاؤنٹی، فلوریڈا,مونرو کاؤنٹی، فلوریڈا,মনরৌ কাউন্টি,モンロー郡,门罗县		US	FL	087	73090	America/New_York
4165603	Nassau County	nassau-county	Comitatul Nassau,Comte de Nassau,Comté de Nassau,Condado de Nassau,Condado han Nassau,Contea di Nassau,Hrabstwo Nassau,Nasau srjan,Naso,Nassau,Nassau Comitatus,Nassau Coonty,Nassau Kun,Nassau Kūn,Nassau konderria,Nassau maakond,Nassau megye,Nasso,Okrug Naso,Quan Nassau,Quận Nassau,na sao xian,nasa'u ka'unti,naso gun,nasso jun,shhrstan nasaw  flwryda,Насо,Нассау,Нассо,Округ Насо,Նասաու շրջան,شهرستان ناساو، فلوریدا,مقاطعة ناسو,ناساؤ کاؤنٹی، فلوریڈا,نساؤ کاؤنٹی، فلوریڈا,নাসাউ কাউন্টি,ナッソー郡,拿騷縣,나소 군		US	FL	089	73314	America/New_York
4166818	Okaloosa County	okaloosa-county	Comitatul Okaloosa,Comte d'Okaloosa,Comté d'Okaloosa,Condado de Okaloosa,Condado han Okaloosa,Contea di Okaloosa,Hrabstwo Okaloosa,Okaloosa,Okaloosa Comitatus,Okaloosa Kun,Okaloosa Kūn,Okaloosa konderria,Okaloosa maakond,Okaloosa megye,Okaloosan piirikunta,Okalusa,Okalusa srjan,Okrug Okalusa,Quan Okaloosa,Quận Okaloosa,ao ka lu sha xian,okalosa ka'unti,okarusa jun,shhrstan awkalwsa  flwryda,Окалуса,Округ Окалуса,Օկալուսա շրջան,اوکالوسا کاؤنٹی,اوکالوسا کاؤنٹی، فلوریڈا,شهرستان اوکالوسا، فلوریدا,مقاطعة أكلووسا,ওকালোসা কাউন্টি,オカルーサ郡,奧卡魯沙縣		US	FL	091	180822	America/Chicago
4166825	Okeechobee County	okeechobee-county	Comitatul Okeechobee,Comte d'Okeechobee,Comté d'Okeechobee,Condado de Okeechobee,Condado han Okeechobee,Contea di Okeechobee,Hrabstwo Okeechobee,Okechobee County,Okeechobee,Okeechobee Comitatus,Okeechobee Coonty,Okeechobee County,Okeechobee Kun,Okeechobee Kūn,Okeechobee konderria,Okeechobee megye,Okichobi,Okrug Okichobi,Quan Okeechobee,Quận Okeechobee,okichobi jun,okicobi ka'unti,ou ji qiu bi xian,shhrstan awkychwby  flwryda,Окичоби,Округ Окичоби,Окічобі,Օկիչոբի շրջան,اوکیچوبی کاؤنٹی,اوکیچوبی کاؤنٹی، فلوریڈا,شهرستان اوکیچوبی، فلوریدا,ওকীচোবী কাউন্টি,オキーチョビー郡,歐基求碧縣		US	FL	093	39996	America/New_York
4167060	Orange County	orange-county	Comte d'Orange,Comté d'Orange,Orange		US	FL	095	1145956	America/New_York
4167218	Osceola County	osceola-county	Comitatul Osceola,Comte d'Osceola,Comté d'Osceola,Condado de Osceola,Condado han Osceola,Contea di Osceola,Hrabstwo Osceola,Oceola,Okrug Osiola,Osceola,Osceola Comitatus,Osceola Coonty,Osceola Kun,Osceola Kūn,Osceola konderria,Osceola megye,Oseola,Osiola srjan,Quan Osceola,Quận Osceola,ao xi ou la xian,osaserala ka'unti,oseora jun,shhrstan awskywla  flwryda,Округ Осиола,Осеола,Оцеола,Օսիոլա շրջան,اوسچیولا کاؤنٹی,اوسیولا کاؤنٹی، فلوریڈا,شهرستان اوسکئولا، فلوریدا,مقاطعة أوسيولا,ওসসেৱলা কাউন্টি,オセオラ郡,奧西歐拉縣		US	FL	097	268685	America/New_York
4167510	Palm Beach County	palm-beach-county	Comitatul Palm Beach,Comte de Palm Beach,Comté de Palm Beach,Condado de Palm Beach,Condado han Palm Beach,Condau de Palm Beach,Contea di Palm Beach,Hrabstwo Palm Beach,Okrug Palm Bich,Palm Beach,Palm Beach Comitatus,Palm Beach Kun,Palm Beach Kūn,Palm Beach konderria,Palm Beach megye,Palm Beach  okrug,Palm Beachi maakond,Palm Bijch,Palm-Bich,Quan Palm Beach,Quận Palm Beach,palam bica ka'unti,pambichi gun,pamubichi jun,shhrstan palm bych  flwryda,zong lu tan xian,Округ Палм Бич,Палм Бийч,Палм-Бич,Палм-Біч,Պալմ Բիչ շրջան,شهرستان پالم بیچ، فلوریدا,مقاطعة بالم بيتش,پام بیچ کاؤنٹی,پام بیچ کاؤنٹی، فلوریڈا,পালম্ বীচ কাউন্টি,パームビーチ郡,棕櫚灘縣,팜비치 군		US	FL	099	1320134	America/New_York
4167895	Pasco County	pasco-county	Comitatul Pasco,Comte de Pasco,Comté de Pasco,Condado de Pasco,Condado han Pasco,Contea di Pasco,Hrabstwo Pasco,Okrug Pasko,Pasco,Pasco Comitatus,Pasco Kun,Pasco Kūn,Pasco konderria,Pasco megye,Pasko,Quan Pasco,Quận Pasco,pa si ke xian,pasako ka'unti,pasuko jun,shhrstan paskw  flwryda,Округ Паско,Паско,Փասկո շրջան,شهرستان پاسکو، فلوریدا,پاسکو کاؤنٹی,پاسکو کاؤنٹی، فلوریڈا,পাসকো কাউন্টি,パスコ郡,帕斯科縣		US	FL	101	464697	America/New_York
4168618	Pinellas County	pinellas-county	Comitatul Pinellas,Comte de Pinellas,Comté de Pinellas,Condado de Pinellas,Condado han Pinellas,Contea di Pinellas,Hrabstwo Pinellas,Okrug Pinelas,Pinelas,Pinellas,Pinellas Comitatus,Pinellas Kun,Pinellas Kūn,Pinellas konderria,Pinellas megye,Pinellase maakond,Quan Pinellas,Quận Pinellas,pi ni la si xian,pinerasu jun,pinnelasa ka'unti,shhrstan paynlas  flwryda,Округ Пинелас,Пинелас,Пинеллас,Пінеллас,Փինելաս շրջան,شهرستان پاینلاس، فلوریدا,مقاطعة بينيلاس,پنیلاس کاؤنٹی,پینیلس کاؤنٹی، فلوریڈا,পিন্নেলাস কাউন্টি,ピネラス郡,皮尼拉斯縣		US	FL	103	916542	America/New_York
4168988	Polk County	polk-county	Comitatul Polk,Comte de Polk,Comté de Polk,Condado de Polk,Condado han Polk,Contea di Polk,Hrabstwo Polk,Okrug Polk,Polk,Polk Comitatus,Polk Kun,Polk Kūn,Polk konderria,Polk megye,Quan Polk,Quận Polk,bo er ke xian,poku jun,polka ka'unti,shhrstan pwlk  flwryda,Округ Полк,Полк,Փոլկ շրջան,شهرستان پولک، فلوریدا,مقاطعة بولك,پولک کاؤنٹی,پوک کاؤنٹی، فلوریڈا,পোল্ক কাউন্টি,ポーク郡,波爾克縣		US	FL	105	602095	America/New_York
4169471	Putnam County	putnam-county	Comitatul Putnam,Comte de Putnam,Comté de Putnam,Condado de Putnam,Condado han Putnam,Contea di Putnam,Hrabstwo Putnam,Okrug Patnam,Patnam,Patnem,Putnam,Putnam Comitatus,Putnam Kun,Putnam Kūn,Putnam konderria,Putnam megye,Quan Putnam,Quận Putnam,pattonamu jun,pu te nan xian,putanama ka'unti,shhrstan patnm  flwryda,Округ Патнам,Патнам,Патнем,Путнам,Փատնամ շրջան,شهرستان پاتنم، فلوریدا,پتنام کاؤنٹی، فلوریڈا,پٹنم کاؤنٹی، فلوریڈا,পুতনাম কাউন্টি,パットナム郡,普特南縣		US	FL	107	74364	America/New_York
4171153	Saint Johns County	saint-johns-county	Comte de Saint Johns,Comté de Saint Johns,Saint Johns,St. Johns		US	FL	109	190039	America/New_York
4171260	Saint Lucie County	saint-lucie-county	Comte de Saint Lucie,Comté de Saint Lucie,Saint Lucie,St. Lucie		US	FL	111	277789	America/New_York
4172096	Santa Rosa County	santa-rosa-county	Comitatul Santa Rosa,Comte de Santa Rosa,Comté de Santa Rosa,Condado de Santa Rosa,Condado han Santa Rosa,Contea di Santa Rosa,Hrabstwo Santa Rosa,Okrug Santa Rosa,Quan Santa Rosa,Quận Santa Rosa,Santa Rosa,Santa Rosa Comitatus,Santa Rosa Kun,Santa Rosa Kūn,Santa Rosa konderria,Santa Rosa maakond,Santa Rosa megye,Santa Rosa srjan,Santa Rosan piirikunta,Santa Roza,Santa-Roza,santa roja ka'unti,santaroza jun,sheng luo sa xian,shhrstan santa amrswn  flwryda,Округ Санта Роса,Санта Роза,Санта-Роза,Սանտա Ռոսա շրջան,سانتا روزا کاؤنٹی، فلوریڈا,سانتا روسا کاؤنٹی,شهرستان سانتا امرسون، فلوریدا,مقاطعة سانتا روزا,সান্তা রোজা কাউন্টি,サンタローザ郡,聖羅薩縣		US	FL	113	151372	America/Chicago
4172139	Sarasota County	sarasota-county	Comitatul Sarasota,Comte de Sarasota,Comté de Sarasota,Condado de Sarasota,Condado han Sarasota,Contea di Sarasota,Hrabstwo Sarasota,Okrug Sarasota,Quan Sarasota,Quận Sarasota,Sarasota,Sarasota Comitatus,Sarasota Kun,Sarasota Kūn,Sarasota konderria,Sarasota megye,Sarasota srjan,sa la suo ta xian,sarasota jun,sarasota ka'unti,shhrstan saraswta  flwryda,Округ Сарасота,Сарасота,Սարասոտա շրջան,ساراسوٹا کاؤنٹی,سیراسوٹا کاؤنٹی، فلوریڈا,شهرستان ساراسوتا، فلوریدا,সারাসোটা কাউন্টি,サラソータ郡,薩拉索塔縣		US	FL	115	379448	America/New_York
4172445	Seminole County	seminole-county	Comitatul Seminole,Comte de Seminole,Comté de Seminole,Condado de Seminole,Condado han Seminole,Contea di Seminole,Hrabstwo Seminole,Okrug Seminol,Quan Seminole,Quận Seminole,Seminol,Seminol srjan,Seminole,Seminole Comitatus,Seminole Kun,Seminole Kūn,Seminole konderria,Seminole megye,Semunoul,sai mi nuo er xian,seminole ka'unti,seminoru jun,shhrstan smynwl  flwryda,Округ Семинол,Семинол,Семъноул,Семінол,Սեմինոլ շրջան,سیمینول کاؤنٹی,سیمینول کاؤنٹی، فلوریڈا,شهرستان سمینول، فلوریدا,مقاطعة سيمينول,সেমিনোলে কাউন্টি,セミノール郡,塞米諾爾縣		US	FL	117	422718	America/New_York
4174301	Sumter County	sumter-county	Comitatul Sumter,Comte de Sumter,Comté de Sumter,Condado de Sumter,Condado han Sumter,Contea di Sumter,Hrabstwo Sumter,Okrug Samter,Quan Sumter,Quận Sumter,Samter,Samter srjan,Sumter,Sumter Comitatus,Sumter Kun,Sumter Kūn,Sumter konderria,Sumter megye,Sumtur,sa mu te xian,samatera ka'unti,samuta jun,shhrstan swmtr  flwryda,Округ Самтер,Самтер,Съмтър,Սամտեր շրջան,سمٹر کاؤنٹی,سمٹر کاؤنٹی، فلوریڈا,شهرستان سومتر، فلوریدا,সামটের কাউন্টি,サムター郡,薩姆特縣		US	FL	119	93420	America/New_York
4174543	Suwannee County	suwannee-county	Comitatul Suwannee,Comte de Suwannee,Comté de Suwannee,Condado de Suwannee,Condado han Suwannee,Contea di Suwannee,Hrabstwo Suwannee,Okrug Suvoni,Quan Suwannee,Quận Suwannee,Suani,Suoni srjan,Suonni,Suvanni,Suwanee County,Suwannee,Suwannee Comitatus,Suwannee County,Suwannee Kun,Suwannee Kūn,Suwannee konderria,Suwannee megye,sa wang ni xian,shhrstan swanh  flwryda,suraanne ka'unti,suwani jun,Округ Сувони,Суани,Суванні,Суонни,Սուոնի շրջան,سوانی کاؤنٹی,سووانی کاؤنٹی، فلوریڈا,شهرستان سوانه، فلوریدا,مقاطعة سواني,সুৱান্নে কাউন্টি,スワニー郡,薩旺尼縣		US	FL	121	41551	America/New_York
4174886	Taylor County	taylor-county	Comitatul Taylor,Comte de Taylor,Comté de Taylor,Condado de Taylor,Condado han Taylor,Contea di Taylor,Hrabstwo Taylor,Okrug Tejlor,Quan Taylor,Quận Taylor,Taylor,Taylor Comitatus,Taylor Kun,Taylor Kūn,Taylor konderria,Taylor megye,Tejlor,Tejlur,shhrstan tylwr  flwryda,tai lei xian,te'ilara ka'unti,teira jun,Округ Тејлор,Тейлор,Тейлър,Թեյլոր շրջան,شهرستان تیلور، فلوریدا,ٹیلر کاؤنٹی,ٹیلر کاؤنٹی، فلوریڈا,টেইলর কাউন্টি,テイラー郡,泰勒縣		US	FL	123	22570	America/New_York
4176099	Union County	union-county	Comitatul Union,Comte d'Union,Comté d'Union,Condado de Union,Condado han Union,Contea di Union,Hrabstwo Union,Junion,Juniun,Okrug Junion,Quan Union,Quận Union,Union,Union Comitatus,Union Kun,Union Kūn,Union konderria,Union megye,Yunion srjan,i'uniyana ka'unti,shhrstan ywnywn  flwryda,you ni ang xian,yunion jun,Округ Јунион,Юнион,Юниън,Юніон,Յունիոն շրջան,شهرستان یونیون، فلوریدا,یونین کاؤنٹی، فلوریڈا,ইউনিয়ন কাউন্টি,ユニオン郡,猶尼昂縣		US	FL	125	15535	America/New_York
4176559	Volusia County	volusia-county	Comitatul Volusia,Comte de Volusia,Comté de Volusia,Condado de Volusia,Condado han Volusia,Contea di Volusia,Hrabstwo Volusia,Okrug Volusha,Quan Volusia,Quận Volusia,Volusha,Volusi,Volusia,Volusia Comitatus,Volusia Kun,Volusia Kūn,Volusia konderria,Volusia maakond,Volusia megye,Volusia srjan,bholusiya ka'unti,borusha jun,shhrstan wlwsya  flwryda,wo lu xi ya xian,Волуси,Волусіа,Волуша,Округ Волуша,Վոլուսիա շրջան,شهرستان ولوسیا، فلوریدا,مقاطعة فولوسيا,وولوسیا کاؤنٹی,وولوشا کاؤنٹی، فلوریڈا,ভোলুসিয়া কাউন্টি,ボルーシャ郡,沃盧西亞縣		US	FL	127	494593	America/New_York
4177321	Wakulla County	wakulla-county	Comitatul Wakulla,Comte de Wakulla,Comté de Wakulla,Condado de Wakulla,Condado han Wakulla,Contea di Wakulla,Hrabstwo Wakulla,Okrug Vokala,Owokala srjan,Uakula,Uakulla,Vakulla,Wakulla,Wakulla Comitatus,Wakulla Kun,Wakulla Kūn,Wakulla konderria,Wakulla megye,raakulla ka'unti,shhrstan wakala  flwryda,wakura jun,wo ku la xian,Вакулла,Округ Вокала,Уакула,Уакулла,Ուոկալա շրջան,شهرستان واکالا، فلوریدا,مقاطعة واكولا,واکولا کاؤنٹی,واکولا کاؤنٹی، فلوریڈا,ৱাকুল্লা কাউন্টি,ワクラ郡,沃库拉县		US	FL	129	30776	America/New_York
4177409	Walton County	walton-county	Comitatul Walton,Comte de Walton,Comté de Walton,Condado de Walton,Condado han Walton,Contea di Walton,Hrabstwo Walton,Okrug Volton,Owolton srjan,Quan Walton,Quận Walton,Uolton,Uoltun,Volton,Walton,Walton Comitatus,Walton County,Walton Kun,Walton Kūn,Walton konderria,Walton megye,Waltoni maakond,raalatana ka'unti,shhrstan waltwn  flwryda,u~oruton jun,wo er dun xian,Волтон,Округ Волтон,Уолтон,Уолтън,Ուոլտոն շրջան,شهرستان والتون، فلوریدا,والٹن کاؤنٹی,والٹن کاؤنٹی، فلوریڈا,ৱালটন কাউন্টি,ウォルトン郡,沃尔顿县		US	FL	131	55043	America/Chicago
4177485	Washington County	washington-county	Comitatul Washington,Comte de Washington,Comté de Washington,Condado de Washington,Condado han Washington,Contea di Washington,Hrabstwo Washington,Okrug Vashington,Quan Washington,Quận Washington,Vashington,Vasington srjan,Washington,Washington Comitatus,Washington Kun,Washington Kūn,Washington konderria,Washington megye,Washingtoni maakond,hua sheng dun xian,raasintana ka'unti,shhrstan washyngtn  flwryda,washinton jun,Вашингтон,Округ Вашингтон,Վաշինգտոն շրջան,شهرستان واشینگتن، فلوریدا,مقاطعة واشنطن,واشنگٹن کاؤنٹی، فلوریڈا,ৱাশিংটন কাউন্টি,ワシントン郡,華盛頓縣		US	FL	133	24896	America/Chicago
4180088	Appling County	appling-county	Apling,Apling srjan,Appling,Appling Comitatus,Appling Kun,Appling Kūn,Appling konderria,Appling megye,Comitatul Appling,Comte d'Appling,Comté d'Appling,Condado de Appling,Condado han Appling,Contea di Appling,Hrabstwo Appling,Kantono Appling,Okrug Apling,Quan Appling,Quận Appling,a pu lin xian,apalim ka'unti,appuringu jun,mqatʿt ablyngh,shhrstan aplyng  jwrjya,Аплинг,Апплінґ,Округ Аплинг,Ապլինգ շրջան,ایپلنگ کاؤنٹی، جارجیا,شهرستان اپلینگ، جورجیا,مقاطعة أبلينغ,আপলিং কাউন্টি,アップリング郡,阿普林縣		US	GA	001	18236	America/New_York
4180432	Atkinson County	atkinson-county	Atkinson,Atkinson Comitatus,Atkinson Kun,Atkinson Kūn,Atkinson konderria,Atkinson megye,Atkinson srjan,Atkinsun,Comitatul Atkinson,Comte d'Atkinson,Comté d'Atkinson,Condado de Atkinson,Condado han Atkinson,Contea di Atkinson,Hrabstwo Atkinson,Kantono Atkinson,Okrug Atkinson,Quan Atkinson,Quận Atkinson,a te jin sen xian,atokinson jun,etakinasana ka'unti,mqatʿt atkynswn,shhrstan atkynswn  jwrjya,Аткинсон,Аткинсън,Аткінсон,Округ Аткинсон,Ատկինսոն շրջան,ایٹکنسن کاؤنٹی، جارجیا,شهرستان اتکینسون، جورجیا,مقاطعة أتكينسون,এটকিনশন কাউন্টি,アトキンソン郡,阿特金森縣		US	GA	003	8375	America/New_York
4180711	Bacon County	bacon-county	Bacon,Bacon Comitatus,Bacon Kun,Bacon Kūn,Bacon konderria,Bacon megye,Behkon,Bejkon,Bejkun,Comitatul Bacon,Comte de Bacon,Comté de Bacon,Condado de Bacon,Condado han Bacon,Contea di Bacon,Hrabstwo Bacon,Kantono Bacon,Okrug Bejkon,Quan Bacon,Quận Bacon,bekana ka'unti,bekon jun,mqatʿt bakwn,pei gen xian,shhrstan bykn  jwrjya,Бейкон,Бейкън,Бэкон,Округ Бејкон,Բեյքոն շրջան,بیکن کاؤنٹی، جارجیا,شهرستان بیکن، جورجیا,مقاطعة باكون,বেকন কাউন্টি,ベーコン郡,培根縣		US	GA	005	11096	America/New_York
4180816	Baker County	baker-county	Baker,Baker Comitatus,Baker Kun,Baker Kūn,Baker konderria,Baker megye,Bejker,Bejkur,Comitatul Baker,Comte de Baker,Comté de Baker,Condado de Baker,Condado han Baker,Contea di Baker,Hrabstwo Baker,Kantono Baker,Okrug Bejker,Quan Baker,Quận Baker,bakera ka'unti,bei ke xian,beika jun,mqatʿt bakr,shhrstan bykr  jwrjya,Бейкер,Бейкър,Округ Бејкер,Բեյքեր շրջան,بیکر کاؤنٹی، جارجیا,شهرستان بیکر، جورجیا,مقاطعة باكر,বাকের কাউন্টি,ベイカー郡,貝克縣		US	GA	007	3451	America/New_York
4180872	Baldwin County	baldwin-county	Baldwin,Baldwin Comitatus,Baldwin Kun,Baldwin Kūn,Baldwin konderria,Baldwin megye,Baldwini maakond,Bolduin,Bolduin srjan,Boldvin,Comitatul Baldwin,Comte de Baldwin,Comté de Baldwin,Condado de Baldwin,Condado han Baldwin,Contea di Baldwin,Hrabstwo Baldwin,Kantono Baldwin,Okrug Boldvin,Quan Baldwin,Quận Baldwin,balduraina ka'unti,bao de wen xian,borudou~in jun,mqatʿt baldwyn,shhrstan baldwyn  jwrjya,Болдвін,Болдуин,Округ Болдвин,Բոլդուին շրջան,بالڈون کاؤنٹی، جارجیا,شهرستان بالدوین، جورجیا,مقاطعة بالدوين,বাল্ডুৱিন কাউন্টি,ボールドウィン郡,鲍德温县		US	GA	009	45720	America/New_York
4180965	Banks County	banks-county	Banks,Banks Comitatus,Banks Kun,Banks Kūn,Banks konderria,Banks megye,Banks srjan,Behnks,Benks,Comitatul Banks,Comte de Banks,Comté de Banks,Condado de Banks,Condado han Banks,Contea di Banks,Hrabstwo Banks,Kantono Banks,Okrug Banks,Quan Banks,Quận Banks,ban ke si xian,bankusu jun,byankasa ka'unti,mqatʿt banks,shhrstan bnks  jwrjya,Банкс,Бенкс,Бэнкс,Округ Банкс,Բանկս շրջան,بینکس کاؤنٹی، جارجیا,شهرستان بنکس، جورجیا,مقاطعة بانكس,ব্যাংকস কাউন্টি,バンクス郡,班克斯縣		US	GA	011	18395	America/New_York
4181182	Barrow County	barrow-county	Barou,Barou srjan,Barrow,Barrow Comitatus,Barrow Kun,Barrow Kūn,Barrow konderria,Barrow megye,Behrrou,Berrou,Comitatul Barrow,Comte de Barrow,Comté de Barrow,Condado de Barrow,Condado han Barrow,Contea di Barrow,Hrabstwo Barrow,Kantono Barrow,Okrug Barou,Quan Barrow,Quận Barrow,ba luo xian,barara'u ka'unti,barou jun,mqatʿt barw,shhrstan barw  jwrjya,Бароу,Берроу,Бэрроу,Округ Бароу,Բարոու շրջան,بیرو کاؤنٹی، جارجیا,شهرستان بارو، جورجیا,مقاطعة بارو,বাররউ কাউন্টি,バロウ郡,巴羅縣		US	GA	013	69367	America/New_York
4181218	Bartow County	bartow-county	Bartou,Bartow,Bartow Comitatus,Bartow County,Bartow Kun,Bartow Kūn,Bartow konderria,Bartow megye,Cass County,Comitatul Bartow,Comte de Bartow,Comté de Bartow,Condado de Bartow,Condado han Bartow,Contea di Bartow,Hrabstwo Bartow,Kantono Bartow,Okrug Bartou,Quan Bartow,Quận Bartow,ba tuo xian,barata'u ka'unti,batou jun,mqatʿt bartw,shhrstan bartww  jwrjya,Бартоу,Округ Бартоу,Բարթոու շրջան,بارٹو کاؤنٹی، جارجیا,شهرستان بارتوو، جورجیا,مقاطعة بارتو,বারতউ কাউন্টি,バートウ郡,巴托縣		US	GA	015	100157	America/New_York
4181955	Ben Hill County	ben-hill-county	Ben Hill,Comte de Ben Hill,Comté de Ben Hill		US	GA	017	17634	America/New_York
4182126	Berrien County	berrien-county	Berien srjan,Beriun,Berriehn,Berrien,Berrien Comitatus,Berrien Kun,Berrien Kūn,Berrien konderria,Berrien megye,Berrieni maakond,Comitatul Berrien,Comte de Berrien,Comté de Berrien,Condado de Berrien,Condado han Berrien,Contea di Berrien,Hrabstwo Berrien,Kantono Berrien,Okrug Berijen,Quan Berrien,Quận Berrien,barin jun,bei lin xian,beriyena ka'unti,mqatʿt byryn,shhrstan bryn  jwrjya,Бериън,Берриэн,Беррієн,Округ Беријен,Բերիեն շրջան,بیرین کاؤنٹی، جارجیا,شهرستان برین، جورجیا,مقاطعة بيرين,বেরিয়েন কাউন্টি,バーリン郡,贝林县		US	GA	019	19286	America/New_York
4182755	Bibb County	bibb-county	Bib,Bib srjan,Bibb,Bibb Comitatus,Bibb Kun,Bibb Kūn,Bibb konderria,Bibb megye,Bibbi maakond,Comitatul Bibb,Comte de Bibb,Comté de Bibb,Condado de Bibb,Condado han Bibb,Contea di Bibb,Hrabstwo Bibb,Kantono Bibb,Okrug Bib,Quan Bibb,Quận Bibb,bi bo xian,bibba ka'unti,bibbu jun,mqatʿt byb,shhrstan byb  jwrjya,Биб,Бибб,Бібб,Округ Биб,Բիբ շրջան,بب کاؤنٹی، جارجیا,شهرستان بیب، جورجیا,مقاطعة بيب,বিব্ব কাউন্টি,ビッブ郡,比伯县		US	GA	021	155547	America/New_York
4183415	Bleckley County	bleckley-county	Bleckley,Bleckley Comitatus,Bleckley Kun,Bleckley Kūn,Bleckley konderria,Bleckley megye,Blekli,Comitatul Bleckley,Comte de Bleckley,Comté de Bleckley,Condado de Bleckley,Condado han Bleckley,Contea di Bleckley,Hrabstwo Bleckley,Kantono Bleckley,Okrug Blekli,Quan Bleckley,Quận Bleckley,blikale ka'unti,bu lai ke li xian,burekkuri jun,mqatʿt blykly,Блекли,Блеклі,Округ Блекли,Բլեքլի շրջան,بلیکلی کاؤنٹی، جارجیا,مقاطعة بليكلي,ব্লীকলে কাউন্টি,ブレックリー郡,布莱克利县		US	GA	023	13063	America/New_York
4184153	Brantley County	brantley-county	Brantley,Brantley Comitatus,Brantley Kun,Brantley Kūn,Brantley konderria,Brantley megye,Brantli,Brehntli,Brentli,Brentli srjan,Comitatul Brantley,Comte de Brantley,Comté de Brantley,Condado de Brantley,Condado han Brantley,Contea di Brantley,Hrabstwo Brantley,Kantono Brantley,Okrug Brantli,Quan Brantley,Quận Brantley,brantale ka'unti,bu lan te li xian,burantori jun,mqatʿt brantly,Брантли,Брентлі,Брэнтли,Округ Брантли,Բրենտլի շրջան,برینٹلی کاؤنٹی، جارجیا,مقاطعة برانتلي,ব্রান্টলে কাউন্টি,ブラントリー郡,布兰特利县		US	GA	025	18411	America/New_York
4184557	Brooks County	brooks-county	Brooks,Brooks Comitatus,Brooks Kun,Brooks Kūn,Brooks konderria,Brooks megye,Brooksi maakond,Bruks,Bruks srjan,Comitatul Brooks,Comte de Brooks,Comté de Brooks,Condado de Brooks,Condado han Brooks,Contea di Brooks,Hrabstwo Brooks,Kantono Brooks,Okrug Bruks,Quan Brooks,Quận Brooks,bruksa ka'unti,bu lu ke si xian,burukkusu jun,mqatʿt brwwks,shhrstan brwks  jwrjya,Брукс,Округ Брукс,Բրուկս շրջան,بروکس کاؤنٹی، جارجیا,شهرستان بروکس، جورجیا,مقاطعة برووكس,ব্রুক্স কাউন্টি,ブルックス郡,布魯克斯縣		US	GA	027	16243	America/New_York
4184899	Bryan County	bryan-county	Brajan,Brajun,Brayan srjan,Bryan,Bryan Comitatus,Bryan Kun,Bryan Kūn,Bryan konderria,Bryan megye,Bryani maakond,Comitatul Bryan,Comte de Bryan,Comté de Bryan,Condado de Bryan,Condado han Bryan,Contea di Bryan,Hrabstwo Bryan,Kantono Bryan,Okrug Brajan,Quan Bryan,Quận Bryan,brayana ka'unti,bu lai en xian,buraian jun,mqatʿt brayn,shhrstan brayan  jwrjya,Брайан,Брайън,Браян,Округ Брајан,Բրայան շրջան,برائن کاؤنٹی، جارجیا,شهرستان برایان، جورجیا,مقاطعة براين,ব্রায়ান কাউন্টি,ブライアン郡,布賴恩縣		US	GA	029	30233	America/New_York
4185202	Bulloch County	bulloch-county	Ballok,Bulloch,Bulloch Comitatus,Bulloch Kun,Bulloch Kūn,Bulloch konderria,Bulloch megye,Bullok,Bulok,Comitatul Bulloch,Comte de Bulloch,Comté de Bulloch,Condado de Bulloch,Condado han Bulloch,Contea di Bulloch,Hrabstwo Bulloch,Kantono Bulloch,Okrug Bulok,Quan Bulloch,Quận Bulloch,bu luo ke xian,bulloca ka'unti,burokku jun,mqatʿt bwlwk,Баллок,Буллок,Бълок,Округ Булок,Բուլոք շրջան,بلوک کاؤنٹی، جارجیا,مقاطعة بولوك,বুল্লোচ কাউন্টি,ブロック郡,布洛克县		US	GA	031	70217	America/New_York
4185265	Burke County	burke-county	Berk,Burk,Burk srjan,Burke,Burke Comitatus,Burke County,Burke Kun,Burke Kūn,Burke konderria,Burke megye,Comitatul Burke,Comte de Burke,Comté de Burke,Condado de Burke,Condado han Burke,Contea di Burke,Hrabstwo Burke,Kantono Burke,Okrug Berk,Parish of Saint George,Quan Burke,Quận Burke,baku jun,bo ke xian,bruka ka'unti,mqatʿt bwrk,shhrstan brk  jwrjya,Берк,Бърк,Округ Берк,Բուրկ շրջան,برک کاؤنٹی، جارجیا,شهرستان برک، جورجیا,مقاطعة بورك,ব্রুক কাউন্টি,バーク郡,伯克縣		US	GA	033	23316	America/New_York
4185484	Butts County	butts-county	Bats srjan,Batts,Buts,Butts,Butts Comitatus,Butts Kun,Butts Kūn,Butts konderria,Butts megye,Comitatul Butts,Comte de Butts,Comté de Butts,Condado de Butts,Condado han Butts,Contea di Butts,Hrabstwo Butts,Kantono Butts,Okrug Bat,Quan Butts,Quận Butts,ba ci xian,batasa ka'unti,battsu jun,mqatʿt bwts,shhrstan bwtz  jwrjya,Баттс,Бътс,Округ Бат,Բատս շրջան,بٹس کاؤنٹی، جارجیا,شهرستان بوتز، جورجیا,مقاطعة بوتس,বাটস কাউন্টি,バッツ郡,巴茨县		US	GA	035	23655	America/New_York
4185662	Calhoun County	calhoun-county	Calhoun,Calhoun Comitatus,Calhoun Kun,Calhoun Kūn,Calhoun konderria,Calhoun megye,Comitatul Calhoun,Comte de Calhoun,Comté de Calhoun,Condado de Calhoun,Condado han Calhoun,Contea di Calhoun,Hrabstwo Calhoun,Kalgun,Kalkhun,Kantono Calhoun,Okrug Kalkhun,Quan Calhoun,Quận Calhoun,ka er huo en xian,karahauna ka'unti,karufun jun,mqatʿt kalhawn,shhrstan klhwn  jwrjya,Калгун,Калхун,Округ Калхун,Քալհուն շրջան,شهرستان کلهون، جورجیا,مقاطعة كالهاون,کالہون کاؤنٹی، جارجیا,কারহৌন কাউন্টি,カルフーン郡,卡爾霍恩縣		US	GA	037	6694	America/New_York
4185838	Camden County	camden-county	Camden,Camden Comitatus,Camden County,Camden Kun,Camden Kūn,Camden konderria,Camden megye,Comitatul Camden,Comte de Camden,Comté de Camden,Condado de Camden,Condado han Camden,Contea di Camden,Hrabstwo Camden,Kamdun,Kantono Camden,Kehmden,Kemden,Okrug Kamden,Quan Camden,Quận Camden,Saint Mary Parish,Saint Thomas' Parish,kamuden jun,kang deng xian,kemadena ka'unti,mqatʿt kamdn,shhrstan kmdn  jwrjya,Камдън,Кемден,Кэмден,Округ Камден,Քամդեն շրջան,شهرستان کمدن، جورجیا,مقاطعة كامدن,کیمڈن کاؤنٹی، جارجیا,কেমডেন কাউন্টি,カムデン郡,康登縣		US	GA	039	50513	America/New_York
4186104	Candler County	candler-county	Candler,Candler Comitatus,Candler Kun,Candler Kūn,Candler konderria,Candler megye,Comitatul Candler,Comte de Candler,Comté de Candler,Condado de Candler,Condado han Candler,Contea di Candler,Hrabstwo Candler,Kandlur,Kantono Candler,Kehndler,Kendler,Okrug Kandl,Quan Candler,Quận Candler,kan de lei xian,kendalara ka'unti,kyandora jun,mqatʿt kandlyr,Кандлър,Кендлер,Кэндлер,Округ Кандл,Քանդլեր շրջան,مقاطعة كاندلير,کینڈلر کاؤنٹی، جارجیا,কেন্ডলার কাউন্টি,キャンドラー郡,坎德勒县		US	GA	043	10998	America/New_York
4186396	Carroll County	carroll-county	Carroll,Carroll Comitatus,Carroll County,Carroll Kun,Carroll Kūn,Carroll konderria,Carroll megye,Comitatul Carroll,Comte de Carroll,Comté de Carroll,Condado de Carroll,Condado han Carroll,Contea di Carroll,Free State of Carroll,Hrabstwo Carroll,Kantono Carroll,Karroll,Kerroll,Kerul,Okrug Karol,Quan Carroll,Quận Carroll,ka luo er xian,kerola ka'unti,kyaroru jun,mqatʿt karwl,shhrstan krwl  jwrjya,Карролл,Керролл,Керъл,Округ Карол,Քարոլ շրջան,شهرستان کرول، جورجیا,مقاطعة كارول,کیرول کاؤنٹی، جارجیا,কেরোল কাউন্টি,キャロル郡,卡洛爾縣		US	GA	045	110527	America/New_York
4186713	Catoosa County	catoosa-county	Catoosa,Catoosa Comitatus,Catoosa Kun,Catoosa Kūn,Catoosa konderria,Catoosa megye,Comitatul Catoosa,Comte de Catoosa,Comté de Catoosa,Condado de Catoosa,Condado han Catoosa,Contea di Catoosa,Hrabstwo Catoosa,Kantono Catoosa,Katusa,Katuza,Okrug Katusa,Quan Catoosa,Quận Catoosa,ka tu sa xian,katosa jun,katosa ka'unti,mqatʿt katwsa,shhrstan ktwsa  jwrjya,Катуза,Катуса,Округ Катуса,Քատուսա շրջան,شهرستان کتوسا، جورجیا,مقاطعة كاتوسا,کاٹوسا کاؤنٹی، جارجیا,কাটোসা কাউন্টি,カトーサ郡,卡图萨县		US	GA	047	63942	America/New_York
4187348	Charlton County	charlton-county	Charl'ton,Charlton,Charlton Comitatus,Charlton Kun,Charlton Kūn,Charlton konderria,Charlton megye,Charltun,Comitatul Charlton,Comte de Charlton,Comté de Charlton,Condado de Charlton,Condado han Charlton,Contea di Charlton,Hrabstwo Charlton,Kantono Charlton,Okrug Charlton,Quan Charlton,Quận Charlton,carlatana ka'unti,cha er dun xian,charuton jun,mqatʿt tsharltwn,shhrstan charltn  jwrjya,Округ Чарлтон,Чарлтон,Чарлтън,Чарльтон,Չառլտոն շրջան,شهرستان چارلتن، جورجیا,مقاطعة تشارلتون,چارلٹن کاؤنٹی، جارجیا,চার্লটন কাউন্টি,チャールトン郡,查尔顿县		US	GA	049	12171	America/New_York
4187390	Chatham County	chatham-county	Chatem,Chatham,Chatham Comitatus,Chatham County,Chatham Kun,Chatham Kūn,Chatham konderria,Chatham megye,Chathami maakond,Chatum,Chetem,Christ Church Parish,Comitatul Chatham,Comte de Chatham,Comté de Chatham,Condado de Chatham,Condado han Chatham,Contea di Chatham,Hrabstwo Chatham,Kantono Chatham,Okrug Chatam,Quan Chatham,Quận Chatham,Saint Philip's Parish,catahama ka'unti,cha ta mu xian,chatamu jun,mqatʿt tshatham,shhrstan chatham  jwrjya,Округ Чатам,Чатем,Чатъм,Четем,Չաթհամ շրջան,شهرستان چاتهام، جورجیا,مقاطعة تشاثام,چیٹہم کاؤنٹی، جارجیا,চাটহাম কাউন্টি,チャタム郡,查塔姆縣		US	GA	051	265128	America/New_York
4187416	Chattahoochee County	chattahoochee-county	Chatakhuchi,Chattaguchi,Chattahoochee,Chattahoochee Comitatus,Chattahoochee Kun,Chattahoochee Kūn,Chattahoochee konderria,Chattahoochee megye,Chattakhuchi,Comitatul Chattahoochee,Comte de Chattahoochee,Comté de Chattahoochee,Condado de Chattahoochee,Condado han Chattahoochee,Contea di Chattahoochee,Hrabstwo Chattahoochee,Kantono Chattahoochee,Okrug Chatakhuchi,Quan Chattahoochee,Quận Chattahoochee,cattahoci ka'unti,cha ta hu qi xian,chatafuchi jun,mqatʿt tshatahwtshy,shhrstan chatahwchy  jwrjya,Округ Чатахучи,Чатахучи,Чаттагучі,Чаттахучи,Չաթահուչի շրջան,شهرستان چاتاهوچی، جورجیا,مقاطعة تشاتاهوتشي,چاٹاہوچی کاؤنٹی، جارجیا,চাট্টাহোচী কাউন্টি,チャタフーチ郡,查塔胡其縣		US	GA	053	11267	America/New_York
4187459	Chattooga County	chattooga-county	Chattooga,Chattooga Comitatus,Chattooga Kun,Chattooga Kūn,Chattooga konderria,Chattooga megye,Chattuga,Chatuga,Comitatul Chattooga,Comte de Chattooga,Comté de Chattooga,Condado de Chattooga,Condado han Chattooga,Contea di Chattooga,Hrabstwo Chattooga,Kantono Chattooga,Okrug Chatuga,Quan Chattooga,Quận Chattooga,cattoga ka'unti,cha tu jia xian,chato~uga jun,mqatʿt tshatwgha,Округ Чатуга,Чаттуга,Чаттуґа,Чатуга,Չաթուգա շրջան,مقاطعة تشاتوغا,چاٹوگا کاؤنٹی، جارجیا,চাট্টোগা কাউন্টি,チャトゥーガ郡,查圖加縣		US	GA	055	26015	America/New_York
4187535	Cherokee County	cherokee-county	Cherokee,Cherokee Comitatus,Cherokee Kun,Cherokee Kūn,Cherokee konderria,Cherokee megye,Cheroki,Comitatul Cherokee,Comte de Cherokee,Comté de Cherokee,Condado de Cherokee,Condado han Cherokee,Contea di Cherokee,Hrabstwo Cherokee,Kantono Cherokee,Okrug Cheroki,Quan Cherokee,Quận Cherokee,ceruki ka'unti,cheroki jun,mqatʿt tshyrwky,qie luo ji xian,shhrstan chrwky  jwrjya,Округ Чероки,Чероки,Черокі,Չերոկի շրջան,شهرستان چروکی، جورجیا,مقاطعة تشيروكي,چروکی کاؤنٹی، جارجیا,চেরুকী কাউন্টি,チェロキー郡,切羅基縣		US	GA	057	214346	America/New_York
4188191	Clarke County	clarke-county	Clark County,Clarke,Clarke Comitatus,Clarke County,Clarke Kun,Clarke Kūn,Clarke konderria,Clarke megye,Comitatul Clarke,Comte de Clarke,Comté de Clarke,Condado de Clarke,Condado han Clarke,Contea di Clarke,Hrabstwo Clarke,Kantono Clarke,Klark,Okrug Klark,Quan Clarke,Quận Clarke,klarke ka'unti,kuraku jun,mqatʿt klark,shhrstan klark  jwrjya,ya dian-ke la ke xian,Кларк,Округ Кларк,Քլարկ շրջան,شهرستان کلارک، جورجیا,مقاطعة كلارك,کلارک کاؤنٹی، جارجیا,ক্লার্কে কাউন্টি,クラーク郡,雅典-克拉克縣		US	GA	059	116714	America/New_York
4188258	Clay County	clay-county	Clay,Clay Comitatus,Clay Kun,Clay Kūn,Clay konderria,Clay megye,Comitatul Clay,Comte de Clay,Comté de Clay,Condado de Clay,Condado han Clay,Contea di Clay,Hrabstwo Clay,Kantono Clay,Klej,Okrug Klej,Quan Clay,Quận Clay,ke lai xian,kle ka'unti,kurei jun,mqatʿt klay,shhrstan kly  jwrjya,Клей,Округ Клеј,Քլեյ շրջան,شهرستان کلی، جورجیا,مقاطعة كلاي,کلے کاؤنٹی، جارجیا,ক্লে কাউন্টি,クレイ郡,克莱县		US	GA	061	3183	America/New_York
4188291	Clayton County	clayton-county	Clayton,Clayton Comitatus,Clayton Kun,Clayton Kūn,Clayton konderria,Clayton megye,Claytoni maakond,Comitatul Clayton,Comte de Clayton,Comté de Clayton,Condado de Clayton,Condado han Clayton,Contea di Clayton,Hrabstwo Clayton,Kantono Clayton,Klejton,Klejtun,Okrug Klejton,Quan Clayton,Quận Clayton,ke lai dun xian,kletana ka'unti,kureiton jun,mqatʿt klaytwn,shhrstan klytwn  jwrjya,Клейтон,Клейтън,Округ Клејтон,Քլեյտոն շրջան,شهرستان کلیتون، جورجیا,مقاطعة كلايتون,کلیٹن کاؤنٹی، جارجیا,ক্লেটন কাউন্টি,クレイトン郡,克莱顿县		US	GA	063	259424	America/New_York
4188433	Clinch County	clinch-county	Clinch,Clinch Comitatus,Clinch Kun,Clinch Kūn,Clinch konderria,Clinch megye,Comitatul Clinch,Comte de Clinch,Comté de Clinch,Condado de Clinch,Condado han Clinch,Contea di Clinch,Hrabstwo Clinch,Kantono Clinch,Klinch,Okrug Klinch,Quan Clinch,Quận Clinch,ke lin qi xian,klinca ka'unti,kurinchi jun,mqatʿt klyntsh,Клинч,Клінч,Округ Клинч,Քլինչ շրջան,مقاطعة كلينتش,کلینچ کاؤنٹی، جارجیا,ক্লিন্চ কাউন্টি,クリンチ郡,克林奇县		US	GA	065	6798	America/New_York
4188547	Cobb County	cobb-county	Cobb,Cobb Comitatus,Cobb Kun,Cobb Kūn,Cobb konderria,Cobb megye,Comitatul Cobb,Comte de Cobb,Comté de Cobb,Condado de Cobb,Condado han Cobb,Contea di Cobb,Hrabstwo Cobb,Kantono Cobb,Kob,Kobb,Okrug Kab,Quan Cobb,Quận Cobb,ke bu xian,koba ka'unti,kobu jun,mqatʿt kwb,shhrstan kab  jwrjya,Коб,Кобб,Округ Каб,Քոբ շրջան,شهرستان کاب، جورجیا,مقاطعة كوب,کاب کاؤنٹی، جارجیا,কোব কাউন্টি,コブ郡,科布縣		US	GA	067	688078	America/New_York
4188653	Coffee County	coffee-county	Coffee,Coffee Comitatus,Coffee Kun,Coffee Kūn,Coffee konderria,Coffee megye,Comitatul Coffee,Comte de Coffee,Comté de Coffee,Condado de Coffee,Condado han Coffee,Contea di Coffee,Hrabstwo Coffee,Kantono Coffee,Koffi,Kofi,Okrug Kofi,Quan Coffee,Quận Coffee,kaphi ka'unti,ke fei xian,kofi jun,mqatʿt kwfy,shhrstan kafy  jwrjya,Кофи,Коффи,Коффі,Округ Кофи,Քոֆի շրջան,شهرستان کافی، جورجیا,مقاطعة كوفي,کافی کاؤنٹی، جارجیا,কফি কাউন্টি,コフィー郡,科菲县		US	GA	069	42356	America/New_York
4188937	Colquitt County	colquitt-county	Colquitt,Colquitt Comitatus,Colquitt Kun,Colquitt Kūn,Colquitt konderria,Colquitt megye,Comitatul Colquitt,Comte de Colquitt,Comté de Colquitt,Condado de Colquitt,Condado han Colquitt,Contea di Colquitt,Hrabstwo Colquitt,Kantono Colquitt,Kolkuit,Kolkuitt,Kolkvit,Okrug Kolkvit,Quan Colquitt,Quận Colquitt,ke er kui te xian,kolaku'ita ka'unti,korukitto jun,mqatʿt kwlkwyt,shhrstan kwlkwyt  jwrjya,Колквіт,Колкуит,Колкуитт,Округ Колквит,Քոլքուիտ շրջան,شهرستان کولکویت، جورجیا,مقاطعة كولكويت,کولکویٹ کاؤنٹی، جارجیا,কোলকুইট কাউন্টি,コルキット郡,科尔奎特县		US	GA	071	45498	America/New_York
4188957	Columbia County	columbia-county	Columbia,Columbia Comitatus,Columbia Kun,Columbia Kūn,Columbia konderria,Columbia megye,Comitatul Columbia,Comte de Columbia,Comté de Columbia,Condado de Columbia,Condado han Columbia,Contea di Columbia,Hrabstwo Columbia,Kantono Columbia,Kolumbia srjan,Kolumbija,Okrug Kolambija,Quan Columbia,Quận Columbia,ge lun bi ya xian,kalambiya ka'unti,koronbia jun,mqatʿt kwlwmbya,shhrstan klmbya  jwrjya,Колумбия,Колумбія,Округ Коламбија,Կոլումբիա շրջան,شهرستان کلمبیا، جورجیا,مقاطعة كولومبيا,کولمبیا کاؤنٹی، جارجیا,কলম্বিয়া কাউন্টি,コロンビア郡,哥倫比亞縣		US	GA	073	124053	America/New_York
4189236	Cook County	cook-county	Comitatul Cook,Comte de Cook,Comté de Cook,Condado de Cook,Condado han Cook,Contea di Cook,Cook,Cook Kun,Cook Kūn,Cook konderria,Cook megye,Hrabstwo Cook,Kantono Cook,Kuk,Okrug Kuk,Quan Cook,Quận Cook,koka ka'unti,ku ke xian,kukku jun,mqatʿt kwk,shhrstan kwk  jwrjya,Кук,Округ Кук,Քուկ շրջան,شهرستان کوک، جورجیا,مقاطعة كوك,کک کاؤنٹی، جارجیا,কোক কাউন্টি,クック郡,庫克縣		US	GA	075	17212	America/New_York
4189828	Coweta County	coweta-county	Comitatul Coweta,Comte de Coweta,Comté de Coweta,Condado de Coweta,Condado han Coweta,Contea di Coweta,Coweta,Coweta Kun,Coweta Kūn,Coweta konderria,Coweta megye,Hrabstwo Coweta,Kantono Coweta,Kauita,Koveta,Okrug Kauita,Quan Coweta,Quận Coweta,kao wei ta xian,koraeta ka'unti,kou~eta jun,mqatʿt kwwyta,shhrstan kwwta  jwrjya,Кауита,Ковета,Округ Кауита,Քովետա շրջան,شهرستان کووتا، جورجیا,مقاطعة كوويتا,کووئٹا کاؤنٹی، جارجیا,কোৱেটা কাউন্টি,コウェタ郡,考维塔县		US	GA	077	127317	America/New_York
4189924	Crawford County	crawford-county	Comitatul Crawford,Comte de Crawford,Comté de Crawford,Condado de Crawford,Condado han Crawford,Contea di Crawford,Crawford,Crawford Kun,Crawford Kūn,Crawford konderria,Crawford megye,Hrabstwo Crawford,Kantono Crawford,Kroford,Krouford,Okrug Kroford,Quan Crawford,Quận Crawford,ke lao fu de xian,kra'uphorda ka'unti,kuroufodo jun,mqatʿt krawfwrd,shhrstan krafwrd  jwrjya,Кроуфорд,Крофорд,Округ Крофорд,Քրոուֆորդ շրջան,شهرستان کرافورد، جورجیا,مقاطعة كراوفورد,کرافورڈ کاؤنٹی، جارجیا,ক্রাউফোর্ড কাউন্টি,クロウフォード郡,克勞福德縣		US	GA	079	12630	America/New_York
4635138	Lake County	lake-county	Comitatul Lake,Comte de Lake,Comté de Lake,Condado de Lake,Condado han Lake,Contea di Lake,Hrabstwo Lake,Lake,Lake Comitatus,Lake Kun,Lake Kūn,Lake konderria,Lake megye,Lejk,Okrug Lejk,Quan Lake,Quận Lake,lai ke xian,leka ka'unti,reiku jun,shhrstan lyk  tnsy,Лейк,Округ Лејк,Լեյք շրջան,شهرستان لیک، تنسی,لیک کاؤنٹی، ٹینیسی,مقاطعة ليك,লেক কাউন্টি,レイク郡,萊克縣		US	TN	095	7832	America/Chicago
4190062	Crisp County	crisp-county	Comitatul Crisp,Comte de Crisp,Comté de Crisp,Condado de Crisp,Condado han Crisp,Contea di Crisp,Crisp,Crisp Kun,Crisp Kūn,Crisp konderria,Crisp megye,Hrabstwo Crisp,Kantono Crisp,Krisp,Okrug Krisp,Quan Crisp,Quận Crisp,ke li si pu xian,krispa ka'unti,kurisupu jun,mqatʿt krysb,shhrstan krsp  jwrjya,Крисп,Крісп,Округ Крисп,Քրիսպ շրջան,شهرستان کرسپ، جورجیا,مقاطعة كريسب,کرسپ کاؤنٹی، جارجیا,ক্রিস্প কাউন্টি,クリスプ郡,克里斯普县		US	GA	081	23439	America/New_York
4190530	Dade County	dade-county	Comitatul Dade,Comte de Dade,Comté de Dade,Condado de Dade,Condado han Dade,Contea di Dade,Dade,Dade County,Dade Kun,Dade Kūn,Dade konderria,Dade megye,Dadei maakond,Dejd,Deyd srjan,Hrabstwo Dade,Kantono Dade,Okrug Dejd,Quan Dade,Quận Dade,The Free State of Dade,The Independent State of Dade,dai de xian,de'ida ka'unti,deido jun,mqatʿt dyd,Дейд,Округ Дејд,Դեյդ շրջան,مقاطعة ديد,ڈیڈ کاؤنٹی، جارجیا,ডেইড কাউন্টি,デイド郡,戴德縣		US	GA	083	16633	America/New_York
4190959	Dawson County	dawson-county	Comitatul Dawson,Comte de Dawson,Comté de Dawson,Condado de Dawson,Condado han Dawson,Contea di Dawson,Dawson,Dawson Kun,Dawson Kūn,Dawson konderria,Dawson megye,Doson,Dosun,Douson,Douson srjan,Hrabstwo Dawson,Kantono Dawson,Okrug Doson,Quan Dawson,Quận Dawson,dao sheng xian,darasana ka'unti,doson jun,mqatʿt dawswn,shhrstan dawsn  jwrjya,Досон,Досън,Доусон,Округ Досон,Դոուսոն շրջան,شهرستان داوسن، جورجیا,مقاطعة داوسون,ڈاوسن کاؤنٹی، جارجیا,ডাৱসন কাউন্টি,ドーソン郡,道生縣		US	GA	085	22330	America/New_York
4191014	DeKalb County	dekalb-county	Comitatul DeKalb,Comte de DeKalb,Comté de DeKalb,Condado de DeKalb,Condado han DeKalb,Contea di DeKalb,De Kalb County,De-Kalb,DeKalb,DeKalb County,DeKalb Kun,DeKalb Kūn,DeKalb konderria,DeKalb megye,DeKalbi maakond,Dekal'b,Dekalb County,Dikalb,Hrabstwo DeKalb,Kantono DeKalb,Okrug Dekab,Quan DeKalb,Quận DeKalb,dekalaba ka'unti,di ka er bu xian,dikabu jun,shhrstan dyklb  jwrjya,Де-Калб,Декальб,Дикалб,Округ Декаб,Դե-Քալբ շրջան,شهرستان دیکلب، جورجیا,مقاطعة ديكالب,ڈیکلب کاؤنٹی، جارجیا,ডেকলাব কাউন্টি,ディカーブ郡,迪卡尔布县		US	GA	089	691893	America/New_York
4191127	Decatur County	decatur-county	Comitatul Decatur,Comte de Decatur,Comté de Decatur,Condado de Decatur,Condado han Decatur,Contea di Decatur,Decatur,Decatur Kun,Decatur Kūn,Decatur konderria,Decatur megye,Dekatur,Dekejter,Dikejtur,Hrabstwo Decatur,Kantono Decatur,Okrug Dekejtur,Quan Decatur,Quận Decatur,dekatora ka'unti,di kai te xian,diketa jun,shhrstan dkatwr  jwrjya,Декатур,Декейтер,Дикейтър,Округ Декејтур,Դիքեյտուր շրջան,شهرستان دکاتور، جورجیا,مقاطعة ديكاتور,ڈیکیٹر کاؤنٹی، جارجیا,ডেকাটোর কাউন্টি,ディケーター郡,第開特縣		US	GA	087	27842	America/New_York
4191654	Dodge County	dodge-county	Comitatul Dodge,Comte de Dodge,Comté de Dodge,Condado de Dodge,Condado han Dodge,Contea di Dodge,Dodge,Dodge Kun,Dodge Kūn,Dodge konderria,Dodge megye,Dodzh,Doj srjan,Hrabstwo Dodge,Kantono Dodge,Okrug Dodz,Quan Dodge,Quận Dodge,dao qi xian,dodaja ka'unti,dojji jun,mqatʿt dwj,shhrstan daj  jwrjya,Додж,Округ Доџ,Դոջ շրջան,شهرستان داج، جورجیا,مقاطعة دوج,ڈاج کاؤنٹی، جارجیا,ডোডজ কাউন্টি,ドッジ郡,道奇縣		US	GA	091	21796	America/New_York
4191760	Dooly County	dooly-county	Comitatul Dooly,Comte de Dooly,Comté de Dooly,Condado de Dooly,Condado han Dooly,Contea di Dooly,Dooly,Dooly Kun,Dooly Kūn,Dooly konderria,Dooly megye,Duli,Duli srjan,Hrabstwo Dooly,Kantono Dooly,Okrug Duli,Quan Dooly,Quận Dooly,doli ka'unti,do~uri jun,du li xian,mqatʿt dwwly,shhrstan dwly  jwrjya,Дули,Дулі,Округ Дули,Դուլի շրջան,شهرستان دولی، جورجیا,مقاطعة دوولي,ڈولی کاؤنٹی، جارجیا,ডোলি কাউন্টি,ドゥーリー郡,杜利县		US	GA	093	14918	America/New_York
4191903	Dougherty County	dougherty-county	Comitatul Dougherty,Comte de Dougherty,Comté de Dougherty,Condado de Dougherty,Condado han Dougherty,Contea di Dougherty,Dakurti,Dauehrti,Dogerti,Dougherty,Dougherty Kun,Dougherty Kūn,Dougherty konderria,Dougherty megye,Hrabstwo Dougherty,Kantono Dougherty,Okrug Doreti,Quan Dougherty,Quận Dougherty,dagherati ka'unti,douati jun,duo er di xian,mqatʿt dwghrty,shhrstan dwwgrty  jwrjya,Дакърти,Дауэрти,Доґерті,Округ Дорети,Դովերթի շրջան,شهرستان دووگرتی، جورجیا,مقاطعة دوغرتي,ڈوہرٹی کاؤنٹی، جارجیا,ডঘেরটি কাউন্টি,ドウアティ郡,多尔蒂县		US	GA	095	94565	America/New_York
4191928	Douglas County	douglas-county	Comitatul Douglas,Comte de Douglas,Comté de Douglas,Condado de Douglas,Condado han Douglas,Contea di Douglas,Douglas,Douglas Kun,Douglas Kūn,Douglas konderria,Douglas megye,Duglas,Duglas srjan,Hrabstwo Douglas,Kantono Douglas,Okrug Daglas,Quan Douglas,Quận Douglas,dagalasa ka'unti,dagurasu jun,dao ge la si xian,mqatʿt dwghlas,shhrstan daglas  jwrjya,Дуглас,Дъглас,Округ Даглас,Դուգլաս շրջան,شهرستان داگلاس، جورجیا,مقاطعة دوغلاس,ڈگلس کاؤنٹی، جارجیا,ডগলাস কাউন্টি,ダグラス郡,道格拉斯縣		US	GA	097	132403	America/New_York
4192532	Early County	early-county	rli,Comitatul Early,Comte d'Early,Comté d'Early,Condado de Early,Condado han Early,Contea di Early,Early,Early Kun,Early Kūn,Early konderria,Early megye,Ehrli,Erli,Erli srjan,Hrabstwo Early,Kantono Early,Okrug Erli,Quan Early,Quận Early,ari jun,arli ka'unti,e er li xian,mqatʿt ayrly,shhrstan ayrly  jwrjya,Ерлі,Округ Ерли,Ърли,Эрли,Էրլի շրջան,ارلی کاؤنٹی، جارجیا,شهرستان ایرلی، جورجیا,مقاطعة إيرلي,আর্লি কাউন্টি,アーリー郡,厄尔利县		US	GA	099	11008	America/New_York
4192932	Echols County	echols-county	Comitatul Echols,Comte d'Echols,Comté d'Echols,Condado de Echols,Condado han Echols,Contea di Echols,Echols,Echols Kun,Echols Kūn,Echols konderria,Echols megye,Ehkls,Ekols,Ekuls,Hrabstwo Echols,Kantono Echols,Okrug Ekols,Quan Echols,Quận Echols,ai ke er si xian,ekoruzu jun,icolasa ka'unti,mqatʿt akwls,Еколс,Екълс,Округ Еколс,Эклс,Էքոլս շրջան,ایکولس کاؤنٹی، جارجیا,مقاطعة إكولس,ইচোলস কাউন্টি,エコルズ郡,埃科爾斯縣		US	GA	101	4034	America/New_York
4226924	Towns County	towns-county	Comitatul Towns,Comte de Towns,Comté de Towns,Condado de Towns,Condado han Towns,Contea di Towns,Hrabstwo Towns,Okrug Tauns,Quan Towns,Quận Towns,Tauns,Towns,Towns Kun,Towns Kūn,Towns konderria,Towns megye,mqatʿt tawnz,shhrstan twnz  jwrjya,ta'unsa ka'unti,tang si xian,taunzu jun,Округ Таунс,Таунс,Թաունս շրջան,شهرستان تونز، جورجیا,مقاطعة تاونز,ٹاؤنز کاؤنٹی، جارجیا,টাউন্স কাউন্টি,タウンズ郡,湯斯縣		US	GA	281	10471	America/New_York
4193042	Effingham County	effingham-county	Comitatul Effingham,Comte d'Effingham,Comté d'Effingham,Condado de Effingham,Condado han Effingham,Contea di Effingham,Effingem,Effingham,Effingham County,Effingham Kun,Effingham Kūn,Effingham konderria,Effingham megye,Effinghami maakond,Efingam,Efingham srjan,Ehffingkhem,Hrabstwo Effingham,Kantono Effingham,Okrug Efingkham,Quan Effingham,Quận Effingham,Saint Mathew Parish,Saint Matthew Parish,Saint Philip Parish,Saint Philip's Parish,ai fen han xian,efingamu jun,ephinaghama ka'unti,mqatʿt afynghham,shhrstan afyngham  jwrjya,Ефингам,Еффінґем,Округ Ефингхам,Эффингхем,Էֆինգհամ շրջան,ایفنگہیم کاؤنٹی، جارجیا,شهرستان افینگهام، جورجیا,مقاطعة إفينغهام,এফিনঘাম কাউন্টি,エフィンガム郡,埃芬漢縣		US	GA	103	52250	America/New_York
4193088	Elbert County	elbert-county	Comitatul Elbert,Comte d'Elbert,Comté d'Elbert,Condado de Elbert,Condado han Elbert,Contea di Elbert,Ehlbert,Elbert,Elbert Kun,Elbert Kūn,Elbert konderria,Elbert megye,Elbert srjan,Elberti maakond,Elburt,Hrabstwo Elbert,Kantono Elbert,Okrug Elbert,Quan Elbert,Quận Elbert,ai bo te xian,elabarta ka'unti,erubato jun,mqatʿt albrt,shhrstan albrt  jwrjya,Елберт,Елбърт,Округ Елберт,Элберт,Էլբերտ շրջան,ایلبرٹ کاؤنٹی، جارجیا,شهرستان البرت، جورجیا,مقاطعة إلبرت,এলবার্ট কাউন্টি,エルバート郡,艾伯特縣		US	GA	105	20166	America/New_York
4193335	Emanuel County	emanuel-county	Comitatul Emanuel,Comte d'Emanuel,Comté d'Emanuel,Condado de Emanuel,Condado han Emanuel,Contea di Emanuel,Ehmanuehl',Emanuel,Emanuel Kun,Emanuel Kūn,Emanuel konderria,Emanuel megye,Emanuel srjan,Emanuel',Hrabstwo Emanuel,Imanjuul,Kantono Emanuel,Okrug Emanjuel,Quan Emanuel,Quận Emanuel,emanyueru jun,iman'yuyela ka'unti,mqatʿt amanywwyl,shhrstan amanwyl  jwrjya,yi man niu er xian,Емануель,Иманюъл,Округ Еманјуел,Эмануэль,Էմանուել շրջան,ایمینوئل کاؤنٹی، جارجیا,شهرستان امانوئل، جورجیا,مقاطعة إمانيوويل,ইমান্যুয়েল কাউন্টি,エマニュエル郡,伊曼紐爾縣		US	GA	107	22598	America/New_York
4193705	Evans County	evans-county	Comitatul Evans,Comte d'Evans,Comté d'Evans,Condado de Evans,Condado han Evans,Contea di Evans,Ehvans,Evans,Evans Kun,Evans Kūn,Evans konderria,Evans megye,Evans srjan,Evuns,Hrabstwo Evans,Kantono Evans,Okrug Evans,Quan Evans,Quận Evans,ai wen si xian,ebansu jun,ibhanasa ka'unti,mqatʿt ayfanz,shhrstan awans  jwrjya,Еванс,Евънс,Округ Еванс,Эванс,Էվանս շրջան,ایونز کاؤنٹی، جارجیا,شهرستان اوانس، جورجیا,مقاطعة إيفانز,ইভানস কাউন্টি,エバンス郡,埃文斯縣		US	GA	109	11000	America/New_York
4194387	Fannin County	fannin-county	Comitatul Fannin,Comte de Fannin,Comté de Fannin,Condado de Fannin,Condado han Fannin,Contea di Fannin,Fanin,Fanin srjan,Fannin,Fannin Kun,Fannin Kūn,Fannin konderria,Fannin megye,Fannini maakond,Fehnnin,Fennin,Hrabstwo Fannin,Kantono Fannin,Okrug Fanin,Quan Fannin,Quận Fannin,fan ning xian,fanin jun,mqatʿt fanyn,phannina ka'unti,shhrstan fanyn  jwrjya,Округ Фанин,Фанин,Феннін,Фэннин,Ֆանին շրջան,شهرستان فانین، جورجیا,فینن کاؤنٹی، جارجیا,مقاطعة فانين,ফান্নিন কাউন্টি,ファニン郡,範寧縣		US	GA	111	23682	America/New_York
4194465	Fayette County	fayette-county	Comitatul Fayette,Comte de Fayette,Comté de Fayette,Condado de Fayette,Condado han Fayette,Contea di Fayette,Faett,Fajet,Fayette,Fayette Kun,Fayette Kūn,Fayette konderria,Fayette megye,Fejett,Feyet srjan,Hrabstwo Fayette,Kantono Fayette,Okrug Fejet,Quan Fayette,Quận Fayette,faietto jun,fei ye te xian,mqatʿt fayyt,phayeta ka'unti,shhrstan fayt  jwrjya,Округ Фејет,Файет,Фаєтт,Фейетт,Ֆեյետ շրջան,شهرستان فایت، جورجیا,فائیٹ کاؤنٹی، جارجیا,مقاطعة فاييت,ফায়েত কাউন্টি,ファイエット郡,費耶特縣		US	GA	113	106567	America/New_York
4195536	Floyd County	floyd-county	Comitatul Floyd,Comte de Floyd,Comté de Floyd,Condado de Floyd,Condado han Floyd,Contea di Floyd,Flojd,Floyd,Floyd Kun,Floyd Kūn,Floyd konderria,Floyd megye,Floyd srjan,Hrabstwo Floyd,Kantono Floyd,Okrug Flojd,Quan Floyd,Quận Floyd,fu luo yi de xian,furoido jun,mqatʿt flwyd,phlayeda ka'unti,shhrstan flwyd  jwrjya,Округ Флојд,Флойд,Ֆլոյդ շրջան,شهرستان فلوید، جورجیا,فلوئڈ کاؤنٹی، جارجیا,مقاطعة فلويد,ফ্লয়েড কাউন্টি,フロイド郡,弗洛伊德縣		US	GA	115	96317	America/New_York
4195777	Forsyth County	forsyth-county	Comitatul Forsyth,Comte de Forsyth,Comté de Forsyth,Condado de Forsyth,Condado han Forsyth,Contea di Forsyth,Forsajt,Forsyth,Forsyth Kun,Forsyth Kūn,Forsyth konderria,Forsyth megye,Forsythi maakond,Hrabstwo Forsyth,Kantono Forsyth,Okrug Forsajt,Quan Forsyth,Quận Forsyth,fosaisu jun,fu sai si xian,mqatʿt fwrsyth,phorasayatha ka'unti,shhrstan fwrsayt  jwrjya,Округ Форсајт,Форсайт,Ֆորսիթ շրջան,شهرستان فورسایت، جورجیا,فورسایتھ کاؤنٹی، جارجیا,مقاطعة فورسيث,ফোরসায়থ কাউন্টি,フォーサイス郡,福賽斯縣		US	GA	117	175511	America/New_York
4196096	Franklin County	franklin-county	Comitatul Franklin,Comte de Franklin,Comté de Franklin,Condado de Franklin,Condado han Franklin,Contea di Franklin,Franklin,Franklin Kun,Franklin Kūn,Franklin konderria,Franklin megye,Franklin srjan,Franklini maakond,Hrabstwo Franklin,Kantono Franklin,Okrug Frenklin,Quan Franklin,Quận Franklin,fu lan ke lin xian,furankurin jun,mqatʿt franklyn,phrankalina ka'unti,shhrstan franklyn  jwrjya,Округ Френклин,Франклин,Франклін,Ֆրանկլին շրջան,شهرستان فرانکلین، جورجیا,فرینکلن کاؤنٹی، جارجیا,مقاطعة فرانكلين,ফ্রাঙ্কলিন কাউন্টি,フランクリン郡,富蘭克林縣		US	GA	119	22084	America/New_York
4196508	Fulton County	fulton-county	Comitatul Fulton,Comte de Fulton,Comté de Fulton,Condado de Fulton,Condado han Fulton,Contea di Fulton,Fulton,Fulton Kun,Fulton Kūn,Fulton konderria,Fulton megye,Fulton srjan,Fultoni maakond,Fultun,Hrabstwo Fulton,Kantono Fulton,Okrug Fulton,Quan Fulton,Quận Fulton,fu er dun xian,furuton jun,phulatana ka'unti,shhrstan fwltn  jwrjya,Округ Фултон,Фултон,Фултън,Ֆուլտոն շրջան,شهرستان فولتن، جورجیا,فلٹن کاؤنٹی، جارجیا,مقاطعة فولتن,ফূলটন কাউন্টি,フルトン郡,富爾頓縣		US	GA	121	920581	America/New_York
4234184	Bond County	bond-county	Bond,Bond Comitatus,Bond Kun,Bond Kūn,Bond konderria,Bond megye,Bond srjan,Comitatul Bond,Comte de Bond,Comté de Bond,Condado de Bond,Condado han Bond,Contea di Bond,Hrabstwo Bond,Okrug Bond,Quan Bond,Quận Bond,banda ka'unti,bang de xian,bondo jun,mqatʿt bwnd,shhrstan band  aylynwy,Бонд,Округ Бонд,Բոնդ շրջան,بانڈ کاؤنٹی,بونڈ کاؤنٹی، الینوائے,شهرستان باند، ایلینوی,مقاطعة بوند,বন্ড কাউন্টি,ボンド郡,邦德縣		US	IL	005	17768	America/Chicago
4197146	Gilmer County	gilmer-county	Comitatul Gilmer,Comte de Gilmer,Comté de Gilmer,Condado de Gilmer,Condado han Gilmer,Contea di Gilmer,Gilmer,Gilmer Kun,Gilmer Kūn,Gilmer konderria,Gilmer megye,Gilmer srjan,Gilmeri maakond,Gilmur,Hrabstwo Gilmer,Kantono Gilmer,Okrug Gilmer,Quan Gilmer,Quận Gilmer,gilamera ka'unti,giruma jun,ji er mo xian,mqatʿt ghylmr,shhrstan gylmr  jwrjya,Гилмер,Гилмър,Округ Гилмер,Ґілмер,Գիլմեր շրջան,شهرستان گیلمر، جورجیا,مقاطعة غيلمر,گلمر کاؤنٹی، جارجیا,গিলমের কাউন্টি,ギルマー郡,吉爾默縣		US	GA	123	28292	America/New_York
4197240	Glascock County	glascock-county	Comitatul Glascock,Comte de Glascock,Comté de Glascock,Condado de Glascock,Condado han Glascock,Contea di Glascock,Glascock,Glascock Kun,Glascock Kūn,Glascock konderria,Glascock megye,Glaskok,Glaskok srjan,Glehskok,Gleskok,Hrabstwo Glascock,Kantono Glascock,Okrug Glaskok,Quan Glascock,Quận Glascock,ge la si ka ke xian,glasakoka ka'unti,gurasukokku jun,mqatʿt ghlaskwk,Гласкок,Глэскок,Округ Гласкок,Ґлескок,Գլասկոկ շրջան,مقاطعة غلاسكوك,گلاسکوک کاؤنٹی، جارجیا,গ্লাসকোক কাউন্টি,グラスコック郡,格拉斯卡克縣		US	GA	125	3082	America/New_York
4197388	Glynn County	glynn-county	Comitatul Glynn,Comte de Glynn,Comté de Glynn,Condado de Glynn,Condado han Glynn,Contea di Glynn,Glin,Glin srjan,Glinn,Glynn,Glynn Kun,Glynn Kūn,Glynn konderria,Glynn megye,Hrabstwo Glynn,Kantono Glynn,Okrug Glin,Quan Glynn,Quận Glynn,ge lin xian,glayana ka'unti,gurin jun,mqatʿt ghlyn,shhrstan glyn  jwrjya,Глин,Глинн,Округ Глин,Ґлинн,Գլին շրջան,شهرستان گلین، جورجیا,مقاطعة غلين,گلین کاؤنٹی، جارجیا,গ্লায়ান কাউন্টি,グリン郡,格林縣		US	GA	127	79626	America/New_York
4197608	Gordon County	gordon-county	Comitatul Gordon,Comte de Gordon,Comté de Gordon,Condado de Gordon,Condado han Gordon,Contea di Gordon,Gordon,Gordon Kun,Gordon Kūn,Gordon konderria,Gordon megye,Gordon srjan,Gordun,Hrabstwo Gordon,Kantono Gordon,Okrug Gordon,Quan Gordon,Quận Gordon,ge deng xian,godon jun,gordana ka'unti,mqatʿt ghwrdwn,shhrstan gwrdwn  jwrjya,Гордон,Гордън,Округ Гордон,Ґордон,Գորդոն շրջան,شهرستان گوردون، جورجیا,مقاطعة غوردون,گورڈن کاؤنٹی، جارجیا,গোর্ডন কাউন্টি,ゴードン郡,戈登縣		US	GA	129	55186	America/New_York
4197807	Grady County	grady-county	Comitatul Grady,Comte de Grady,Comté de Grady,Condado de Grady,Condado han Grady,Contea di Grady,Grady,Grady Kun,Grady Kūn,Grady konderria,Grady maakond,Grady megye,Grejdi,Greydi srjan,Hrabstwo Grady,Kantono Grady,Okrug Grejdi,Quan Grady,Quận Grady,ge lei di xian,gredi ka'unti,gureidi jun,mqatʿt ghrady,shhrstan grydy  jwrjya,Грейди,Округ Грејди,Ґрейді,Գրեյդի շրջան,شهرستان گریدی، جورجیا,مقاطعة غرادي,گریڈی کاؤنٹی، جارجیا,গ্রেডি কাউন্টি,グレイディ郡,格雷迪縣		US	GA	131	25011	America/New_York
4198160	Greene County	greene-county	Comitatul Greene,Comte de Greene,Comté de Greene,Condado de Greene,Condado han Greene,Contea di Greene,Greene,Greene Kun,Greene Kūn,Greene konderria,Greene megye,Grijn,Grin,Grin srjan,Hrabstwo Greene,Kantono Greene,Okrug Grin,Quan Greene,Quận Greene,ge lin xian,grini ka'unti,gurin jun,mqatʿt ghryn,shhrstan gryn  jwrjya,Грийн,Грин,Округ Грин,Ґрін,Գրին շրջան,شهرستان گرین، جورجیا,مقاطعة غرين,گرین کاؤنٹی، جارجیا,গ্রীনি কাউন্টি,グリーン郡,格林縣		US	GA	133	15994	America/New_York
4198645	Gwinnett County	gwinnett-county	Comitatul Gwinnett,Comte de Gwinnett,Comté de Gwinnett,Condado de Gwinnett,Condado han Gwinnett,Contea di Gwinnett,Guinet,Guinnett,Gvinnett,Gwinnett,Gwinnett Kun,Gwinnett Kūn,Gwinnett konderria,Gwinnett megye,Hrabstwo Gwinnett,Kantono Gwinnett,Okrug Gvinet,Quan Gwinnett,Quận Gwinnett,Swydd Gwinnett,garainneta ka'unti,ge wei na te xian,guinetto jun,mqatʿt ghwynyt,shhrstan gwynt  jwrjya,Гуинет,Гуиннетт,Округ Гвинет,Ґвіннетт,Գվինեթ շրջան,شهرستان گوینت، جورجیا,مقاطعة غوينيت,گوینیٹ کاؤنٹی، جارجیا,গৱিন্নেট কাউন্টি,グイネット郡,格威納特縣		US	GA	135	805321	America/New_York
4198688	Habersham County	habersham-county	Comitatul Habersham,Comte de Habersham,Comté de Habersham,Condado de Habersham,Condado han Habersham,Contea di Habersham,Ehjbershem,Gejbershem,Habersam srjan,Habersham,Habersham Kun,Habersham Kūn,Habersham konderria,Habersham megye,Hrabstwo Habersham,Kantono Habersham,Khejbursham,Okrug Khabisham,Quan Habersham,Quận Habersham,ha bo sha mu xian,habashamu jun,haberasama ka'unti,mqatʿt habrsham,shhrstan hbrsham  jwrjya,Гейбершем,Округ Хабишам,Хейбършам,Эйбершем,Հաբերշամ շրջան,شهرستان هبرشام، جورجیا,مقاطعة هابرشام,ہیبرشام کاؤنٹی، جارجیا,হাবেরশাম কাউন্টি,ハーバーシャム郡,哈伯沙姆縣		US	GA	137	43041	America/New_York
4198821	Hall County	hall-county	Comitatul Hall,Comte de Hall,Comté de Hall,Condado de Hall,Condado han Hall,Contea di Hall,Goll,Hall,Hall Kun,Hall Kūn,Hall konderria,Hall megye,Hol srjan,Hrabstwo Hall,Kantono Hall,Khol,Kholl,Okrug Khol,Quan Hall,Quận Hall,hala ka'unti,horu jun,huo er xian,mqatʿt hal,shhrstan hal  jwrjya,Голл,Округ Хол,Хол,Холл,Հոլ շրջան,شهرستان هال، جورجیا,مقاطعة هال,ہال کاؤنٹی، جارجیا,হাল কাউন্টি,ホール郡,霍爾縣		US	GA	139	179684	America/New_York
4198997	Hancock County	hancock-county	Comitatul Hancock,Comte de Hancock,Comté de Hancock,Condado de Hancock,Condado han Hancock,Contea di Hancock,Genkok,Hancock,Hancock Kun,Hancock Kūn,Hancock konderria,Hancock megye,Hankok srjan,Hrabstwo Hancock,Kantono Hancock,Khankok,Khehnkok,Okrug Khenkok,Quan Hancock,Quận Hancock,han kao ke xian,hanakoka ka'unti,hankokku jun,mqatʿt hankwk,shhrstan hnkak  jwrjya,Генкок,Округ Хенкок,Ханкок,Хэнкок,Հանկոկ շրջան,شهرستان هنکاک، جورجیا,مقاطعة هانكوك,ہینکوک کاؤنٹی، جارجیا,হানকোক কাউন্টি,ハンコック郡,漢考克縣		US	GA	141	9429	America/New_York
4199102	Haralson County	haralson-county	Comitatul Haralson,Comte de Haralson,Comté de Haralson,Condado de Haralson,Condado han Haralson,Contea di Haralson,Geralson,Haralson,Haralson Kun,Haralson Kūn,Haralson konderria,Haralson megye,Haralson srjan,Hrabstwo Haralson,Kantono Haralson,Kharal'son,Kharalsun,Okrug Kharalson,Quan Haralson,Quận Haralson,ha la er sen xian,haralasana ka'unti,hararuson jun,mqatʿt haralswn,Гералсон,Округ Харалсон,Харалсън,Харальсон,Հարալսոն շրջան,مقاطعة هارالسون,ہیرلسن کاؤنٹی، جارجیا,হারালসন কাউন্টি,ハラルソン郡,哈拉爾森縣		US	GA	143	28780	America/New_York
4199416	Harris County	harris-county	Comitatul Harris,Comte de Harris,Comté de Harris,Condado de Harris,Condado han Harris,Contea di Harris,Garris,Haris srjan,Harris,Harris Kun,Harris Kūn,Harris konderria,Harris megye,Harrise maakond,Hrabstwo Harris,Kantono Harris,Kharis,Kharris,Okrug Kharis,Quan Harris,Quận Harris,ha li si xian,harisa ka'unti,harisu jun,mqatʿt harys,shhrstan hrys  jwrjya,Гарріс,Округ Харис,Харис,Харрис,Հարիս շրջան,شهرستان هریس، جورجیا,مقاطعة هاريس,ہیرس کاؤنٹی، جارجیا,হারিস কাউন্টি,ハリス郡,哈里斯縣		US	GA	145	32024	America/New_York
4199517	Hart County	hart-county	Comitatul Hart,Comtat de Hart,Comte de Hart,Comté de Hart,Condado de Hart,Condado han Hart,Contea di Hart,Gart,Hart,Hart Kun,Hart Kūn,Hart konderria,Hart megye,Hart srjan,Harti maakond,Hrabstwo Hart,Kantono Hart,Khart,Okrug Khart,Quan Hart,Quận Hart,ha te xian,harta ka'unti,hato jun,mqatʿt hart,shhrstan hart  jwrjya,Гарт,Округ Харт,Харт,Հարտ շրջան,شهرستان هارت، جورجیا,مقاطعة هارت,ہارٹ کاؤنٹی، جارجیا,হার্ট কাউন্টি,ハート郡,哈特縣		US	GA	147	25213	America/New_York
4199820	Heard County	heard-county	Comitatul Heard,Comte de Heard,Comté de Heard,Condado de Heard,Condado han Heard,Contea di Heard,Gerd,Heard,Heard Kun,Heard Kūn,Heard konderria,Heard megye,Herd srjan,Hrabstwo Heard,Kantono Heard,Kherd,Khurd,Okrug Kherd,Quan Heard,Quận Heard,hado jun,he de xian,heyarda ka'unti,mqatʿt hyrd,shhrstan hrd  jwrjya,Герд,Округ Херд,Херд,Хърд,Հերդ շրջան,شهرستان هرد، جورجیا,مقاطعة هيرد,ہرڈ کاؤنٹی، جارجیا,হেয়ার্ড কাউন্টি,ハード郡,赫德縣		US	GA	149	11834	America/New_York
4200051	Henry County	henry-county	Comitatul Henry,Comte de Henry,Comté de Henry,Condado de Henry,Condado han Henry,Contea di Henry,Genri,Henri srjan,Henry,Henry Kun,Henry Kūn,Henry konderria,Henry megye,Hrabstwo Henry,Kantono Henry,Khenri,Okrug Khenri,Quan Henry,Quận Henry,henari ka'unti,heng li xian,henri jun,mqatʿt hynry,shhrstan hnry  jwrjya,Генри,Генрі,Округ Хенри,Хенри,Հենրի շրջան,شهرستان هنری، جورجیا,مقاطعة هينري,ہینری کاؤنٹی، جارجیا,হেনরি কাউন্টি,ヘンリー郡,亨利县		US	GA	151	203922	America/New_York
4201512	Houston County	houston-county	Comitatul Houston,Comte de Houston,Comté de Houston,Condado de Houston,Condado han Houston,Contea di Houston,Houston,Houston County,Houston Kun,Houston Kūn,Houston konderria,Houston megye,Houstoun County,Hrabstwo Houston,Hyuston srjan,Kantono Houston,Kh'juston,Khjuston,Khjustun,Okrug Khauston,Quan Houston,Quận Houston,ha'usatana ka'unti,hausuton jun,mqatʿt hywstwn,shhrstan hywstwn  jwrjya,xiu si dui xian,Округ Хаустон,Хьюстон,Хюстон,Хюстън,Հյուստոն շրջան,شهرستان هیوستون، جورجیا,مقاطعة هيوستون,ہیوسٹن کاؤنٹی، جارجیا,হাউসটন কাউন্টি,ハウストン郡,休斯敦县		US	GA	153	139900	America/New_York
4202266	Irwin County	irwin-county	ruin,Comitatul Irwin,Comte d'Irwin,Comté d'Irwin,Condado de Irwin,Condado han Irwin,Contea di Irwin,Hrabstwo Irwin,Irvin,Irvin srjan,Irwin,Irwin Kun,Irwin Kūn,Irwin konderria,Irwin megye,Kantono Irwin,Okrug Ervin,Quan Irwin,Quận Irwin,au~in jun,iraraina ka'unti,mqatʿt arwyn,ou wen xian,shhrstan ayrwyn  jwrjya,Ірвін,Ирвин,Округ Ервин,Ъруин,Իրվին շրջան,ارون کاؤنٹی، جارجیا,شهرستان ایروین، جورجیا,مقاطعة إروين,ইরৱিন কাউন্টি,アーウィン郡,歐文縣		US	GA	155	9538	America/New_York
4202453	Jackson County	jackson-county	Comitatul Jackson,Comte de Jackson,Comté de Jackson,Condado de Jackson,Condado han Jackson,Contea di Jackson,Dzhaksun,Dzhekson,Hrabstwo Jackson,Jackson,Jackson Kun,Jackson Kūn,Jackson konderria,Jackson megye,Jacksoni maakond,Kantono Jackson,Okrug DZekson,Quan Jackson,Quận Jackson,jakuson jun,jie ke xun xian,jyakasana ka'unti,mqatʿt jakswn,shhrstan jkswn  jwrjya,Джаксън,Джексон,Округ Џексон,Ջեքսոն շրջան,جیکسن کاؤنٹی، جارجیا,شهرستان جکسون، جورجیا,مقاطعة جاكسون,জ্যাকশন কাউন্টি,ジャクソン郡,杰克逊县		US	GA	157	60485	America/New_York
4202638	Jasper County	jasper-county	Comitatul Jasper,Comte de Jasper,Comté de Jasper,Condado de Jasper,Condado han Jasper,Contea di Jasper,Dzhasper,Dzhaspur,Dzhesper,Hrabstwo Jasper,Jasper,Jasper County,Jasper Kun,Jasper Kūn,Jasper konderria,Jasper megye,Jasper srjan,Kantono Jasper,Okrug DZasper,Quan Jasper,Quận Jasper,jasapera ka'unti,jasupa jun,jie si pa xian,mqatʿt jasbr,shhrstan jaspr  jwrjya,Джаспер,Джаспър,Джеспер,Округ Џаспер,Ջասպեր շրջան,جیسپر کاؤنٹی، جارجیا,شهرستان جاسپر، جورجیا,مقاطعة جاسبر,জাসপের কাউন্টি,ジャスパー郡,傑斯帕縣		US	GA	159	13900	America/New_York
4202662	Jeff Davis County	jeff-davis-county	Comitatul Jeff Davis,Comte de Jeff Davis,Comté de Jeff Davis,Condado de Jeff Davis,Condado han Jeff Davis,Contea di Jeff Davis,Dzhef Dejvis,Dzheff-Dejvis,Dzheff-Devis,Hrabstwo Jeff Davis,Jef Devis srjan,Jeff Davis,Jeff Davis Kun,Jeff Davis Kūn,Jeff Davis konderria,Jeff Davis megye,Jeff Davise maakond,Kantono Jeff Davis,Okrug DZef Dejvis,Quan Jeff Davis,Quận Jeff Davis,jefudeibisu jun,jepha debhisa ka'unti,mqatʿt jyf dyfys,shhrstan jf dywys  jwrjya,Джеф Дейвис,Джефф-Девіс,Джефф-Дейвис,Округ Џеф Дејвис,Ջեֆ Դևիս շրջան,جیف ڈیوس کاؤنٹی، جارجیا,شهرستان جف دیویس، جورجیا,مقاطعة جيف ديفيس,জেফ ডেভিস কাউন্টি,ジェフデイビス郡,傑夫·戴維斯縣		US	GA	161	15068	America/New_York
4202678	Jefferson County	jefferson-county	Comitatul Jefferson,Comte de Jefferson,Comté de Jefferson,Condado de Jefferson,Condado han Jefferson,Contea di Jefferson,Dzhefersun,Dzhefferson,Hrabstwo Jefferson,Jeferson srjan,Jefferson,Jefferson Kun,Jefferson Kūn,Jefferson konderria,Jefferson megye,Jeffersoni maakond,Kantono Jefferson,Okrug DZeferson,Quan Jefferson,Quận Jefferson,jefason jun,jepharasana ka'unti,jie fu xun xian,mqatʿt jyfrswn,shhrstan jfrswn  jwrjya,Джеферсън,Джефферсон,Округ Џеферсон,Ջեֆերսոն շրջան,جیفرسن کاؤنٹی، جارجیا,شهرستان جفرسون، جورجیا,مقاطعة جيفرسون,জেফারশন কাউন্টি,ジェファーソン郡,傑佛遜縣		US	GA	163	16930	America/New_York
4202750	Jenkins County	jenkins-county	Comitatul Jenkins,Comte de Jenkins,Comté de Jenkins,Condado de Jenkins,Condado han Jenkins,Contea di Jenkins,Dzhenkins,Hrabstwo Jenkins,Jenkins,Jenkins Kun,Jenkins Kūn,Jenkins konderria,Jenkins megye,Jenkins srjan,Kantono Jenkins,Okrug DZenkins,Quan Jenkins,Quận Jenkins,jenakinsa ka'unti,jenkinsu jun,mqatʿt jynkynz,shhrstan jnkyns  jwrjya,zhan jin si xian,Дженкинс,Дженкінс,Округ Џенкинс,Ջենկինս շրջան,جینکنز کاؤنٹی، جارجیا,شهرستان جنکینس، جورجیا,مقاطعة جينكينز,জেনকিন্স কাউন্টি,ジェンキンス郡,詹金斯縣		US	GA	165	8340	America/New_York
4202983	Johnson County	johnson-county	Comitatul Johnson,Comte de Johnson,Comté de Johnson,Condado de Johnson,Condado han Johnson,Contea di Johnson,Dzhonson,Dzhonsun,Hrabstwo Johnson,Johnson,Johnson Kun,Johnson Kūn,Johnson konderria,Johnson megye,Jonson srjan,Kantono Johnson,Okrug DZonson,Quan Johnson,Quận Johnson,jonasana ka'unti,jonson jun,mqatʿt jwnswn,shhrstan janswn  jwrjya,yue han xun xian,Джонсон,Джонсън,Округ Џонсон,Ջոնսոն շրջան,جانسن کاؤنٹی، جارجیا,شهرستان جانسون، جورجیا,مقاطعة جونسون,জোনসন কাউন্টি,ジョンソン郡,約翰遜縣		US	GA	167	9980	America/New_York
4203171	Jones County	jones-county	Comitatul Jones,Comte de Jones,Comté de Jones,Condado de Jones,Condado han Jones,Contea di Jones,Dzhons,Dzhouns,Hrabstwo Jones,Jones,Jones Kun,Jones Kūn,Jones konderria,Jones megye,Jons srjan,Kantono Jones,Okrug DZouns,Quan Jones,Quận Jones,jonsa ka'unti,jonzu jun,mqatʿt jwnz,qiong si xian,shhrstan jwnz  jwrjya,Джонс,Джоунс,Округ Џоунс,Ջոնս շրջան,جونز کاؤنٹی، جارجیا,شهرستان جونز، جورجیا,مقاطعة جونز,জোন্স কাউন্টি,ジョーンズ郡,瓊斯縣		US	GA	169	28669	America/New_York
4204869	Lamar County	lamar-county	Comitatul Lamar,Comte de Lamar,Comté de Lamar,Condado de Lamar,Condado han Lamar,Contea di Lamar,Hrabstwo Lamar,Kantono Lamar,Lamar,Lamar Kun,Lamar Kūn,Lamar konderria,Lamar megye,Lamar srjan,Okrug Lamar,Quan Lamar,Quận Lamar,la ma er xian,lamara ka'unti,mqatʿt lamar,rama jun,shhrstan lamar  jwrjya,Ламар,Округ Ламар,Լամար շրջան,شهرستان لامار، جورجیا,لامار کاؤنٹی، جارجیا,مقاطعة لامار,লামার কাউন্টি,ラマー郡,拉馬爾縣		US	GA	171	18317	America/New_York
4205013	Lanier County	lanier-county	Comitatul Lanier,Comte de Lanier,Comté de Lanier,Condado de Lanier,Condado han Lanier,Contea di Lanier,Hrabstwo Lanier,Kantono Lanier,Lan'e,Lan'er,Lanier,Lanier Kun,Lanier Kūn,Lanier konderria,Lanier megye,Lanier srjan,Laniur,Okrug Lanir,Quan Lanier,Quận Lanier,la ni er xian,laniyera ka'unti,mqatʿt lanyyr,rania jun,shhrstan lnyr  jwrjya,Ланиър,Ланье,Ланьєр,Округ Ланир,Լանիեր շրջան,شهرستان لنیر، جورجیا,لانیئر کاؤنٹی، جارجیا,مقاطعة لانيير,লানিয়ের কাউন্টি,ラニア郡,拉尼爾縣		US	GA	173	10078	America/New_York
4205152	Laurens County	laurens-county	Comitatul Laurens,Comte de Laurens,Comté de Laurens,Condado de Laurens,Condado han Laurens,Contea di Laurens,Hrabstwo Laurens,Kantono Laurens,Laurens,Laurens Kun,Laurens Kūn,Laurens konderria,Laurens megye,Laurensi maakond,Lorens,Lorens srjan,Loruns,Okrug Lorens,Quan Laurens,Quận Laurens,lao lun si xian,laurensa ka'unti,mqatʿt lwrnz,rorensu jun,shhrstan larns  jwrjya,Лоренс,Лорънс,Округ Лоренс,Լորենս շրջան,شهرستان لارنس، جورجیا,لارینس کاؤنٹی، جارجیا,مقاطعة لورنز,লৌরেন্স কাউন্টি,ローレンス郡,勞倫斯縣		US	GA	175	48434	America/New_York
4205331	Lee County	lee-county	Comitatul Lee,Comte de Lee,Comté de Lee,Condado de Lee,Condado han Lee,Contea di Lee,Hrabstwo Lee,Kantono Lee,Lee,Lee Kun,Lee Kūn,Lee konderria,Lee megye,Li,Li srjan,Lij,Okrug Li,Quan Lee,Quận Lee,li ka'unti,li xian,mqatʿt ly,ri jun,shhrstan ly  jwrjya,Ли,Лий,Лі,Округ Ли,Լի շրջան,شهرستان لی، جورجیا,لی کاؤنٹی، جارجیا,مقاطعة لي,লী কাউন্টি,リー郡,李縣		US	GA	177	28298	America/New_York
4205615	Liberty County	liberty-county	Comitatul Liberty,Comte de Liberty,Comté de Liberty,Condado de Liberty,Condado han Liberty,Contea di Liberty,Hrabstwo Liberty,Kantono Liberty,Liberti,Liberty,Liberty Kun,Liberty Kūn,Liberty konderria,Liberty megye,Liburti,Okrug Liberti,Quan Liberty,Quận Liberty,Sunbury,li bai ti xian,libarti ka'unti,mqatʿt lybyrty,ribati jun,shhrstan lybrty  jwrjya,Либерти,Либърти,Ліберті,Округ Либерти,Լիբերթի շրջան,شهرستان لیبرتی، جورجیا,لبرٹی کاؤنٹی، جارجیا,مقاطعة ليبيرتي,লিবার্টি কাউন্টি,リバティ郡,利柏提縣		US	GA	179	63453	America/New_York
4205780	Lincoln County	lincoln-county	Comitatul Lincoln,Comte de Lincoln,Comté de Lincoln,Condado de Lincoln,Condado han Lincoln,Contea di Lincoln,Hrabstwo Lincoln,Kantono Lincoln,Lincoln,Lincoln Kun,Lincoln Kūn,Lincoln konderria,Lincoln megye,Lincolni maakond,Linkol'n,Linkoln srjan,Linkuln,Okrug Linkoln,Quan Lincoln,Quận Lincoln,lin ken xian,linkana ka'unti,mqatʿt lynkn,rinkan jun,shhrstan lynkln  jwrjya,Линкольн,Линкълн,Лінкольн,Округ Линколн,Լինկոլն շրջան,شهرستان لینکلن، جورجیا,لنکن کاؤنٹی، جارجیا,مقاطعة لينكن,লিঙ্কন কাউন্টি,リンカーン郡,林肯縣		US	GA	181	7996	America/New_York
4207045	Lowndes County	lowndes-county	Comitatul Lowndes,Comte de Lowndes,Comté de Lowndes,Condado de Lowndes,Condado han Lowndes,Contea di Lowndes,Hrabstwo Lowndes,Kantono Lowndes,Laundes srjan,Launds,Lounds,Lowndes,Lowndes Kun,Lowndes Kūn,Lowndes konderria,Lowndes megye,Okrug Launds,Quan Lowndes,Quận Lowndes,lang zi xian,laranadesa ka'unti,mqatʿt lawndyz,raunzu jun,shhrstan lands  jwrjya,Лаундс,Лоундс,Округ Лаундс,Լաունդես շրջան,شهرستان لاندس، جورجیا,لانڈیس کاؤنٹی، جارجیا,مقاطعة لاونديز,লৱনডেস কাউন্টি,ラウンズ郡,朗茲縣		US	GA	185	109233	America/New_York
4207132	Lumpkin County	lumpkin-county	Comitatul Lumpkin,Comte de Lumpkin,Comté de Lumpkin,Condado de Lumpkin,Condado han Lumpkin,Contea di Lumpkin,Hrabstwo Lumpkin,Kantono Lumpkin,Lampkin,Lampkin srjan,Lumpkin,Lumpkin Kun,Lumpkin Kūn,Lumpkin konderria,Lumpkin megye,Okrug Lampkin,Quan Lumpkin,Quận Lumpkin,lampakina ka'unti,lan pu jin xian,mqatʿt lwmbkn,ranpukin jun,shhrstan lmpkyn  jwrjya,Лампкин,Лампкін,Лъмпкин,Округ Лампкин,Լամպկին շրջան,شهرستان لمپکین، جورجیا,لمپکن کاؤنٹی، جارجیا,مقاطعة لومبكن,লাম্পকিন কাউন্টি,ランプキン郡,蘭普金縣		US	GA	187	29966	America/New_York
4207403	Macon County	macon-county	Comitatul Macon,Comte de Macon,Comté de Macon,Condado de Macon,Condado han Macon,Contea di Macon,Hrabstwo Macon,Kantono Macon,Macon,Macon Kun,Macon Kūn,Macon konderria,Macon megye,Mejkon,Mejkun,Okrug Mejkon,Quan Macon,Quận Macon,mei ken xian,meikon jun,mekana ka'unti,mqatʿt makwn,shhrstan mkwn  jwrjya,Мейкон,Мейкън,Округ Мејкон,Մեյքոն շրջան,شهرستان مکون، جورجیا,ماکون کاؤنٹی، جارجیا,مقاطعة ماكون,মেকন কাউন্টি,メイコン郡,梅肯縣		US	GA	193	14740	America/New_York
4207451	Madison County	madison-county	Comitatul Madison,Comte de Madison,Comté de Madison,Condado de Madison,Condado han Madison,Contea di Madison,Hrabstwo Madison,Kantono Madison,Madison,Madison Kun,Madison Kūn,Madison konderria,Madison megye,Madisun,Medison,Medison srjan,Mehdison,Okrug Medison,Quan Madison,Quận Madison,madison jun,mai di xun xian,medisana ka'unti,mqatʿt madyswn,shhrstan mdyswn  jwrjya,Мадисън,Медісон,Мэдисон,Округ Медисон,Մեդիսոն շրջան,شهرستان مدیسون، جورجیا,مقاطعة ماديسون,میڈیسن کاؤنٹی، جارجیا,মেডিশন কাউন্টি,マディソン郡,麥迪遜縣		US	GA	195	28120	America/New_York
4207805	Marion County	marion-county	Comitatul Marion,Comte de Marion,Comté de Marion,Condado de Marion,Condado han Marion,Contea di Marion,Hrabstwo Marion,Kantono Marion,Marion,Marion Kun,Marion Kūn,Marion konderria,Marion megye,Marion srjan,Mariun,Mehrion,Merion,Okrug Marion,Quan Marion,Quận Marion,ma li ang xian,mari'ona ka'unti,marion jun,mqatʿt marywn,shhrstan marywn  jwrjya,Мариън,Меріон,Мэрион,Округ Марион,Մարիոն շրջան,شهرستان ماریون، جورجیا,ماریون کاؤنٹی، جارجیا,مقاطعة ماريون,মারিওন কাউন্টি,マリオン郡,馬里昂縣		US	GA	197	8742	America/New_York
4208454	McDuffie County	mcduffie-county	Comitatul McDuffie,Comte de McDuffie,Comté de McDuffie,Condado de McDuffie,Condado han McDuffie,Contea di McDuffie,Hrabstwo McDuffie,Kantono McDuffie,Mak-Daffi,Mak-Dafi srjan,Makdaffi,Makdufi,McDuffie,McDuffie Kun,McDuffie Kūn,McDuffie konderria,McDuffie megye,Okrug Makdafi,Quan McDuffie,Quận McDuffie,mai ke da fei xian,makudafi jun,mqatʿt mkdwfy,myakadaphi ka'unti,Мак-Даффи,Макдаффі,Макдъфи,Округ Макдафи,Մակ-Դաֆի շրջան,شهرستان مک‌دافی، جورجیا,مقاطعة مكدوفي,مکڈوفی کاؤنٹی، جارجیا,ম্যাকডাফি কাউন্টি,マクダフィ郡,麥克達菲縣		US	GA	189	21875	America/New_York
4208544	McIntosh County	mcintosh-county	Comitatul McIntosh,Comte de McIntosh,Comté de McIntosh,Condado de McIntosh,Condado han McIntosh,Contea di McIntosh,Hrabstwo McIntosh,Mak-Intos srjan,Mak-Intosh,Makintosh,McIntosh,McIntosh Kun,McIntosh Kūn,McIntosh konderria,McIntosh megye,Okrug Makintosh,Quan McIntosh,Quận McIntosh,mai jin tuo shen xian,makkintoshu jun,mqatʿt mkyntwsh,myaka'intosa ka'unti,Мак-Интош,Макинтош,Макінтош,Округ Макинтош,Մակ-Ինտոշ շրջան,شهرستان مک‌اینتاش، جورجیا,ماکنتاش کاؤنٹی، جارجیا,مقاطعة مكينتوش,ম্যাকইন্টোস কাউন্টি,マッキントシュ郡,麥金托什縣		US	GA	191	14333	America/New_York
4208945	Meriwether County	meriwether-county	Comitatul Meriwether,Comte de Meriwether,Comté de Meriwether,Condado de Meriwether,Condado han Meriwether,Contea di Meriwether,Hrabstwo Meriwether,Meriuedur,Meriuehder,Meriveter,Meriwether,Meriwether Kun,Meriwether Kūn,Meriwether konderria,Meriwether megye,Okrug Meriveder,Quan Meriwether,Quận Meriwether,mei li wei se xian,meriraedara ka'unti,meriu~eza jun,mqatʿt myrywydhr,Мериуедър,Мериуэдер,Меріветер,Округ Мериведер,Մերիուեթեր շրջան,شهرستان مری‌وثر، جورجیا,مقاطعة ميريويذر,میریویدر کاؤنٹی، جارجیا,মেরিৱেডার কাউন্টি,メリウェザー郡,梅里韋瑟縣		US	GA	199	21992	America/New_York
4209479	Miller County	miller-county	Comitatul Miller,Comte de Miller,Comté de Miller,Condado de Miller,Condado han Miller,Contea di Miller,Hrabstwo Miller,Miller,Miller Kun,Miller Kūn,Miller konderria,Miller megye,Miller srjan,Milur,Okrug Miler,Quan Miller,Quận Miller,mi lei xian,mira jun,mirara ka'unti,shhrstan mylr  jwrjya,Миллер,Милър,Міллер,Округ Милер,Միլլեր շրջան,شهرستان میلر، جورجیا,مقاطعة ميلر,ملر کاؤنٹی، جارجیا,মিরার কাউন্টি,ミラー郡,米勒縣		US	GA	201	6125	America/New_York
4209744	Mitchell County	mitchell-county	Comitatul Mitchell,Comte de Mitchell,Comté de Mitchell,Condado de Mitchell,Condado han Mitchell,Contea di Mitchell,Hrabstwo Mitchell,Michel,Mitchell,Mitchell Kun,Mitchell Kūn,Mitchell konderria,Mitchell megye,Okrug Michel,Quan Mitchell,Quận Mitchell,mi qie er xian,micela ka'unti,mitcheru jun,mqatʿt mytshl,shhrstan mychl  jwrjya,Митчелл,Мичел,Мітчелл,Округ Мичел,Միտչել շրջան,شهرستان میچل، جورجیا,مقاطعة ميتشل,مچل کاؤنٹی، جارجیا,মিচেল কাউন্টি,ミッチェル郡,米切爾縣		US	GA	205	23498	America/New_York
4209889	Monroe County	monroe-county	Comitatul Monroe,Comte de Monroe,Comté de Monroe,Condado de Monroe,Condado han Monroe,Contea di Monroe,Hrabstwo Monroe,Monro,Monro srjan,Monroe,Monroe Kun,Monroe Kūn,Monroe konderria,Monroe megye,Okrug Monro,Quan Monroe,Quận Monroe,manarau ka'unti,men luo xian,monro jun,mqatʿt mwnrw,shhrstan mwnrw  jwrjya,Монро,Округ Монро,Մոնրո շրջան,شهرستان مونرو، جورجیا,مقاطعة مونرو,مونرو کاؤنٹی، جارجیا,মনরৌ কাউন্টি,モンロー郡,門羅縣		US	GA	207	26424	America/New_York
4209939	Montgomery County	montgomery-county	Comitatul Montgomery,Comte de Montgomery,Comté de Montgomery,Condado de Montgomery,Condado han Montgomery,Contea di Montgomery,Hrabstwo Montgomery,Montgomeri,Montgomeri srjan,Montgomery,Montgomery Kun,Montgomery Kūn,Montgomery konderria,Montgomery megye,Montgomuri,Okrug Montgomeri,Quan Montgomery,Quận Montgomery,meng ge ma li xian,mongomeri jun,montagomeri ka'unti,mqatʿt mwntghwmry,shhrstan mwntgwmry  jwrjya,Монтгомери,Монтгомері,Монтгомъри,Округ Монтгомери,Մոնտգոմերի շրջան,شهرستان مونتگومری، جورجیا,مقاطعة مونتغومري,مونٹگمری کاؤنٹی، جارجیا,মোন্টগোমেরী কাউন্টি,モンゴメリー郡,蒙哥馬利縣		US	GA	209	9123	America/New_York
4210114	Morgan County	morgan-county	Comitatul Morgan,Comte de Morgan,Comté de Morgan,Condado de Morgan,Condado han Morgan,Contea di Morgan,Hrabstwo Morgan,Morgan,Morgan Kun,Morgan Kūn,Morgan konderria,Morgan megye,Morgan srjan,Okrug Morgan,Quan Morgan,Quận Morgan,mo gen xian,mogan jun,moragana ka'unti,mqatʿt mwrghan,shhrstan mwrgan  jwrjya,Морган,Морґан,Округ Морган,Մորգան շրջան,شهرستان مورگان، جورجیا,مقاطعة مورغان,مورگن کاؤنٹی، جارجیا,মোরগান কাউন্টি,モーガン郡,摩根縣		US	GA	211	17868	America/New_York
4211691	Murray County	murray-county	Comitatul Murray,Comte de Murray,Comté de Murray,Condado de Murray,Condado han Murray,Contea di Murray,Hrabstwo Murray,Marrej,Marri,Muri,Murray,Murray Kun,Murray Kūn,Murray konderria,Murray megye,Myurey srjan,Okrug Mari,Quan Murray,Quận Murray,mare jun,mo lei xian,morari ka'unti,mqatʿt mwry,shhrstan mwray  jwrjya,Маррей,Марри,Мъри,Округ Мари,Մյուրեյ շրջան,شهرستان مورای، جورجیا,مرے کاؤنٹی، جارجیا,مقاطعة موري,মোরারি কাউন্টি,マレー郡,莫雷縣		US	GA	213	39628	America/New_York
4211716	Muscogee County	muscogee-county	Comitatul Muscogee,Comte de Muscogee,Comté de Muscogee,Condado de Muscogee,Condado han Muscogee,Contea di Muscogee,Hrabstwo Muscogee,Kantono Muscogee,Maskogi,Maskogi srjan,Muscogee,Muscogee Kun,Muscogee Kūn,Muscogee konderria,Muscogee megye,Muskogij,Okrug Maskogi,Quan Muscogee,Quận Muscogee,ma si ke ji xian,masakogi ka'unti,masukogi jun,mqatʿt mwskwjy,shhrstan mwskwgy  jwrjya,Маскоги,Маскоґі,Мъскогий,Округ Маскоги,Մասկոգի շրջան,شهرستان موسکوگی، جورجیا,مقاطعة موسكوجي,موسکوگی کاؤنٹی، جارجیا,মাসকোগী কাউন্টি,マスコギー郡,馬斯科吉縣		US	GA	215	189885	America/New_York
4212736	Newton County	newton-county	Comitatul Newton,Comte de Newton,Comté de Newton,Condado de Newton,Condado han Newton,Contea di Newton,Hrabstwo Newton,N'juton,Newton,Newton Kun,Newton Kūn,Newton konderria,Newton megye,Njutun,Nyuton srjan,Okrug NJuton,Quan Newton,Quận Newton,ni'utana ka'unti,niu dun xian,nyuton jun,shhrstan nywtwn  jwrjya,Ньютон,Нютън,Округ Њутон,Նյուտոն շրջան,شهرستان نیوتون، جورجیا,مقاطعة نيوتن,نیوٹن کاؤنٹی، جارجیا,নিউটন কাউন্টি,ニュートン郡,牛頓縣		US	GA	217	99958	America/New_York
4213838	Oconee County	oconee-county	Comitatul Oconee,Comte d'Oconee,Comté d'Oconee,Condado de Oconee,Condado han Oconee,Contea di Oconee,Hrabstwo Oconee,Kantono Oconee,Oconee,Oconee Kun,Oconee Kūn,Oconee konderria,Oconee maakond,Oconee megye,Okoni,Okoni srjan,Okrug Okoni,Oukouni,Quan Oconee,Quận Oconee,ao kang ni xian,mqatʿt awkwny,okoni jun,okoni ka'unti,shhrstan awkwny  jwrjya,Окони,Оконі,Округ Окони,Оукоуни,Օկոնի շրջան,اوکنی کاؤنٹی، جارجیا,شهرستان اوکونی، جورجیا,مقاطعة أوكوني,ওকোনী কাউন্টি,オコニー郡,奧康尼縣		US	GA	219	32808	America/New_York
4213930	Oglethorpe County	oglethorpe-county	Comitatul Oglethorpe,Comte d'Oglethorpe,Comté d'Oglethorpe,Condado de Oglethorpe,Condado han Oglethorpe,Contea di Oglethorpe,Hrabstwo Oglethorpe,Kantono Oglethorpe,Oglethorpe,Oglethorpe Kun,Oglethorpe Kūn,Oglethorpe konderria,Oglethorpe megye,Oglitorp,Ogltorp,Okrug Ogltorp,Ougultorp,Quan Oglethorpe,Quận Oglethorpe,ao ge er suo pu xian,mqatʿt awghlythwrb,ogletharape ka'unti,ogurusopu jun,shhrstan agltrwp  jwrjya,Оглиторп,Округ Оглторп,Оугълторп,Оґлторп,Օգլեթորպ շրջան,اوگوتھورپ کاؤنٹی، جارجیا,شهرستان اگلتروپ، جورجیا,مقاطعة أوغليثورب,ওগ্লেথরপে কাউন্টি,オグルソープ郡,奧格爾索普縣		US	GA	221	14899	America/New_York
4214993	Paulding County	paulding-county	Comitatul Paulding,Comte de Paulding,Comté de Paulding,Condado de Paulding,Condado han Paulding,Contea di Paulding,Hrabstwo Paulding,Okrug Polding,Paulding,Paulding Kun,Paulding Kūn,Paulding konderria,Paulding megye,Pauldingi maakond,Polding,Quan Paulding,Quận Paulding,bao er ding xian,mqatʿt bwldyngh,pauldim ka'unti,porudingu jun,shhrstan pwldyng  jwrjya,Округ Полдинг,Полдинг,Полдінґ,Փոլդինգ շրջան,شهرستان پولدینگ، جورجیا,مقاطعة بولدينغ,پالڈنگ کاؤنٹی، جارجیا,পৌল্ডিং কাউন্টি,ポールディング郡,保爾丁縣		US	GA	223	142324	America/New_York
4215089	Peach County	peach-county	Comitatul Peach,Comte de Peach,Comté de Peach,Condado de Peach,Condado han Peach,Contea di Peach,Hrabstwo Peach,Okrug Pich,Peach,Peach Kun,Peach Kūn,Peach konderria,Peach megye,Pich,Pijch,Quan Peach,Quận Peach,mqatʿt bytsh,pi qi xian,pica ka'unti,pichi jun,shhrstan hlw  jwrjya,Округ Пич,Пийч,Пич,Піч,Փիչ շրջան,شهرستان هلو، جورجیا,مقاطعة بيتش,پیچ کاؤنٹی، جارجیا,পীচ কাউন্টি,ピーチ郡,皮奇縣		US	GA	225	27695	America/New_York
4215637	Pickens County	pickens-county	Comitatul Pickens,Comte de Pickens,Comté de Pickens,Condado de Pickens,Condado han Pickens,Contea di Pickens,Hrabstwo Pickens,Okrug Pikens,Pickens,Pickens Kun,Pickens Kūn,Pickens konderria,Pickens megye,Pikens,Pikuns,Quan Pickens,Quận Pickens,mqatʿt bykynz,pi ken si xian,pikensa ka'unti,pikenzu jun,shhrstan pyknz  jwrjya,Округ Пикенс,Пикенс,Пикънс,Пікенс,Փիքենս շրջան,شهرستان پیکنز، جورجیا,مقاطعة بيكينز,پکینز کاؤنٹی، جارجیا,পিকেন্স কাউন্টি,ピケンズ郡,皮肯斯縣		US	GA	227	29431	America/New_York
4215697	Pierce County	pierce-county	Comitatul Pierce,Comte de Pierce,Comté de Pierce,Condado de Pierce,Condado han Pierce,Contea di Pierce,Hrabstwo Pierce,Kantono Pierce,Okrug Pirs,Pierce,Pierce Kun,Pierce Kūn,Pierce konderria,Pierce megye,Piers,Pirs,Piurs,Quan Pierce,Quận Pierce,mqatʿt byrs,pi er si xian,piasu jun,piyerase ka'unti,shhrstan pyrs  jwrjya,Округ Пирс,Пирс,Пиърс,Пієрс,Փիրս շրջան,شهرستان پیرس، جورجیا,مقاطعة بيرس,پیئرس کاؤنٹی، جارجیا,পিয়েরসে কাউন্টি,ピアース郡,皮爾斯縣		US	GA	229	18758	America/New_York
4215755	Pike County	pike-county	Comitatul Pike,Comte de Pike,Comté de Pike,Condado de Pike,Condado han Pike,Contea di Pike,Hrabstwo Pike,Okrug Pajk,Pajk,Pike,Pike Kun,Pike Kūn,Pike konderria,Pike megye,Quan Pike,Quận Pike,mqatʿt bayk,pa'ika ka'unti,pai ke xian,paiku jun,shhrstan payk  jwrjya,Округ Пајк,Пайк,Փայկ շրջան,شهرستان پایک، جورجیا,مقاطعة بايك,پائیک کاؤنٹی، جارجیا,পাইক কাউন্টি,パイク郡,派克縣		US	GA	231	17869	America/New_York
4216880	Polk County	polk-county	Comitatul Polk,Comte de Polk,Comté de Polk,Condado de Polk,Condado han Polk,Contea di Polk,Hrabstwo Polk,Okrug Polk,Polk,Polk Kun,Polk Kūn,Polk konderria,Polk megye,Quan Polk,Quận Polk,bo er ke xian,mqatʿt bwlk,poku jun,polka ka'unti,shhrstan pwlk  jwrjya,Округ Полк,Полк,Փոլկ շրջան,شهرستان پولک، جورجیا,مقاطعة بولك,پوک کاؤنٹی، جارجیا,পোল্ক কাউন্টি,ポーク郡,波爾克縣		US	GA	233	41475	America/New_York
4217563	Pulaski County	pulaski-county	Comitatul Pulaski,Comte de Pulaski,Comté de Pulaski,Condado de Pulaski,Condado han Pulaski,Contea di Pulaski,Hrabstwo Pulaski,Okrug Pulaski,P'julaski,Pulaski,Pulaski Kun,Pulaski Kūn,Pulaski konderria,Pulaski megye,Quan Pulaski,Quận Pulaski,mqatʿt bwlasky,pu wa si ji xian,pulaski ka'unti,purasuki jun,shhrstan plasky  jwrjya,Округ Пуласки,Пуласки,Пуласкі,Пьюласки,Փուլասկի շրջան,شهرستان پلاسکی، جورجیا,مقاطعة بولاسكي,پولاسکی کاؤنٹی، جارجیا,পুলাস্কি কাউন্টি,プラスキ郡,普瓦斯基縣		US	GA	235	12010	America/New_York
4705758	Lee County	lee-county	Comitatul Lee,Comte de Lee,Comté de Lee,Condado de Lee,Condado han Lee,Contea di Lee,Hrabstwo Lee,Lee,Lee Comitatus,Lee Kun,Lee Kūn,Lee konderria,Lee megye,Li,Li srjan,Lij,Okrug Li,Quan Lee,Quận Lee,li ka'unti,li xian,mqatʿt ly,ri jun,shhrstan ly  tgzas,Ли,Лий,Лі,Округ Ли,Լի շրջան,شهرستان لی، تگزاس,لی کاؤنٹی، ٹیکساس,مقاطعة لي,লী কাউন্টি,リー郡,李縣		US	TX	287	16612	America/Chicago
4217625	Putnam County	putnam-county	Comitatul Putnam,Comte de Putnam,Comté de Putnam,Condado de Putnam,Condado han Putnam,Contea di Putnam,Hrabstwo Putnam,Okrug Patnam,Patnam,Patnem,Putnam,Putnam Kun,Putnam Kūn,Putnam konderria,Putnam megye,Quan Putnam,Quận Putnam,mqatʿt bwtnam,pattonamu jun,pu te nan xian,putanama ka'unti,shhrstan patnm  jwrjya,Округ Патнам,Патнам,Патнем,Путнам,Փատնամ շրջան,شهرستان پاتنم، جورجیا,مقاطعة بوتنام,پٹنم کاؤنٹی، جارجیا,পুতনাম কাউন্টি,パットナム郡,普特南縣		US	GA	237	21218	America/New_York
4217715	Quitman County	quitman-county	Comitatul Quitman,Comte de Quitman,Comté de Quitman,Condado de Quitman,Condado han Quitman,Contea di Quitman,Hrabstwo Quitman,Kuitman,Kuitmen,Kvitmen,Okrug Kvitman,Quan Quitman,Quitman,Quitman Kun,Quitman Kūn,Quitman konderria,Quitman megye,Quitmani maakond,Quận Quitman,ku'itamyana ka'unti,kui te man xian,kuittoman jun,mqatʿt kwytman,shhrstan kwyytmn  jwrjya,Квітмен,Куитман,Куитмен,Округ Квитман,Քուիտման շրջան,شهرستان کوئیتمن، جورجیا,مقاطعة كويتمان,کوئٹمین کاؤنٹی، جارجیا,কুইটম্যান কাউন্টি,クイットマン郡,奎特曼縣		US	GA	239	2513	America/New_York
4217747	Rabun County	rabun-county	Comitatul Rabun,Comte de Rabun,Comté de Rabun,Condado de Rabun,Condado han Rabun,Contea di Rabun,Hrabstwo Rabun,Okrug Rejbun,Quan Rabun,Quận Rabun,Rabun,Rabun Kun,Rabun Kūn,Rabun konderria,Rabun megye,Rabun srjan,Rejban,Rejbun,lei ben xian,mqatʿt rabwn,rabun jun,rabuna ka'unti,Округ Рејбун,Рабун,Рейбан,Рейбън,Ռաբուն շրջան,رابن کاؤنٹی، جارجیا,مقاطعة رابون,রাবুন কাউন্টি,ラブン郡,雷本縣		US	GA	241	16276	America/New_York
4217909	Randolph County	randolph-county	Comitatul Randolph,Comte de Randolph,Comté de Randolph,Condado de Randolph,Condado han Randolph,Contea di Randolph,Hrabstwo Randolph,Okrug Randolf,Quan Randolph,Quận Randolph,Randolf,Randolf srjan,Randolph,Randolph Kun,Randolph Kūn,Randolph konderria,Randolph megye,Rehndol'f,Rendolf,lan dao fu xian,mqatʿt randwlf,randorufu jun,rendalapha ka'unti,shhrstan rndwlf  jwrjya,Округ Рандолф,Рандолф,Рендолф,Рэндольф,Ռանդոլֆ շրջան,رینڈولف کاؤنٹی، جارجیا,شهرستان رندولف، جورجیا,مقاطعة راندولف,রেন্ডলফ কাউন্টি,ランドルフ郡,蘭道夫縣		US	GA	243	7719	America/New_York
4218744	Richmond County	richmond-county	Comitatul Richmond,Comte de Richmond,Comté de Richmond,Condado de Richmond,Condado han Richmond,Contea di Richmond,Hrabstwo Richmond,Kantono Richmond,Okrug Richmond,Quan Richmond,Quận Richmond,Richmond,Richmond Kun,Richmond Kūn,Richmond konderria,Richmond megye,Richmondi maakond,Richmund,ao gu si ta-li qi meng xian,mqatʿt rytshmwnd,ricamanda ka'unti,ritchimondo jun,shhrstan rychmwnd  jwrjya,Округ Ричмонд,Ричмонд,Ричмънд,Річмонд,Ռիչմոնդ շրջան,رچمنڈ کاؤنٹی، جارجیا,شهرستان ریچموند، جورجیا,مقاطعة ريتشموند,রিচমন্ড কাউন্টি,リッチモンド郡,奧古斯塔-里奇蒙縣		US	GA	245	200549	America/New_York
4219431	Rockdale County	rockdale-county	Comitatul Rockdale,Comte de Rockdale,Comté de Rockdale,Condado de Rockdale,Condado han Rockdale,Contea di Rockdale,Hrabstwo Rockdale,Okrug Rokdejl,Quan Rockdale,Quận Rockdale,Rockdale,Rockdale Kun,Rockdale Kūn,Rockdale konderria,Rockdale megye,Rokdejl,luo ke dai er xian,mqatʿt rwkdyl,rakadela ka'unti,rokkuderu jun,shhrstan rakdyl  jwrjya,Округ Рокдејл,Рокдейл,Ռոքդեյլ շրջան,راکڈیل کاؤنٹی، جارجیا,شهرستان راکدیل، جورجیا,مقاطعة روكديل,রকডেল কাউন্টি,ロックデール郡,羅克代爾縣		US	GA	247	85215	America/New_York
4221659	Schley County	schley-county	Comitatul Schley,Comte de Schley,Comté de Schley,Condado de Schley,Condado han Schley,Contea di Schley,Hrabstwo Schley,Okrug Slaj,Quan Schley,Quận Schley,Schley,Schley Kun,Schley Kūn,Schley konderria,Schley megye,Shlaj,Shlej,Sli srjan,mqatʿt shly,shi lai xian,skele'i ka'unti,surai jun,Округ Слај,Шлай,Шлей,Շլի շրջան,شلئی کاؤنٹی، جارجیا,مقاطعة شلي,স্কেলেই কাউন্টি,スライ郡,施萊縣		US	GA	249	5010	America/New_York
4221757	Screven County	screven-county	Comitatul Screven,Comte de Screven,Comté de Screven,Condado de Screven,Condado han Screven,Contea di Screven,Hrabstwo Screven,Okrug Skreven,Quan Screven,Quận Screven,Screven,Screven Kun,Screven Kūn,Screven konderria,Screven megye,Skreven,Skreven srjan,Skrevun,Skriven,mqatʿt skryfyn,shhrstan askrwn  jwrjya,si ke li wen xian,skrebhena ka'unti,sukuribun jun,Округ Скревен,Скревен,Скревън,Скривен,Սկրևեն շրջան,سکریون کاؤنٹی، جارجیا,شهرستان اسکرون، جورجیا,مقاطعة سكريفين,স্ক্রেভেন কাউন্টি,スクリーブン郡,斯克里文縣		US	GA	251	14593	America/New_York
4221942	Seminole County	seminole-county	Comitatul Seminole,Comte de Seminole,Comté de Seminole,Condado de Seminole,Condado han Seminole,Contea di Seminole,Hrabstwo Seminole,Okrug Seminol,Quan Seminole,Quận Seminole,Seminol,Seminol srjan,Seminole,Seminole Kun,Seminole Kūn,Seminole konderria,Seminole megye,Semunoul,mqatʿt symynwl,sai mi nuo er xian,seminola ka'unti,seminoru jun,shhrstan smynwl  jwrjya,Округ Семинол,Семинол,Семъноул,Семінол,Սեմինոլ շրջան,سیمینول کاؤنٹی، جارجیا,شهرستان سمینول، جورجیا,مقاطعة سيمينول,সেমিনোল কাউন্টি,セミノール郡,塞米諾爾縣		US	GA	253	8729	America/New_York
4223848	Spalding County	spalding-county	Comitatul Spalding,Comte de Spalding,Comté de Spalding,Condado de Spalding,Condado han Spalding,Contea di Spalding,Hrabstwo Spalding,Kantono Spalding,Okrug Spolding,Quan Spalding,Quận Spalding,Spalding,Spalding Kun,Spalding Kūn,Spalding konderria,Spalding megye,Spolding,Spolding srjan,mqatʿt sbaldyngh,shhrstan aspldyng  jwrjya,si bo er ding xian,spaladim ka'unti,suporudingu jun,Округ Сполдинг,Сполдинг,Сполдінґ,Սպոլդինգ շրջան,سپالڈنگ کاؤنٹی، جارجیا,شهرستان اسپلدینگ، جورجیا,مقاطعة سبالدينغ,স্পালডিং কাউন্টি,スポルディング郡,斯波爾丁縣		US	GA	255	64073	America/New_York
4224510	Stephens County	stephens-county	Comitatul Stephens,Comte de Stephens,Comté de Stephens,Condado de Stephens,Condado han Stephens,Contea di Stephens,Hrabstwo Stephens,Okrug Stivens,Quan Stephens,Quận Stephens,Stephens,Stephens Kun,Stephens Kūn,Stephens konderria,Stephens megye,Stivens,Stivens srjan,Stivuns,mqatʿt styfynz,shhrstan astywnz  jwrjya,si di fen si xian,stepahensa ka'unti,sutefanzu jun,Округ Стивенс,Стивенс,Стивънс,Стівенс,Ստիվենս շրջան,سٹیفنز کاؤنٹی، جارجیا,شهرستان استیونز، جورجیا,مقاطعة ستيفينز,স্টেপহেন্স কাউন্টি,ステファンズ郡,斯蒂芬斯縣		US	GA	257	26175	America/New_York
4224592	Stewart County	stewart-county	Comitatul Stewart,Comte de Stewart,Comté de Stewart,Condado de Stewart,Condado han Stewart,Contea di Stewart,Hrabstwo Stewart,Okrug Stjuart,Quan Stewart,Quận Stewart,St'juart,Stewart,Stewart Kun,Stewart Kūn,Stewart konderria,Stewart megye,Stewarti maakond,Stjuart,Styuart srjan,mqatʿt stywart,shhrstan astwart  jwrjya,si tu er te xian,steraarta ka'unti,suchuato jun,Округ Стјуарт,Стьюарт,Стюарт,Ստյուարտ շրջան,سٹیورٹ کاؤنٹی، جارجیا,شهرستان استوارت، جورجیا,مقاطعة ستيوارت,স্টেৱার্ট কাউন্টি,スチュアート郡,斯圖爾特縣		US	GA	259	6058	America/New_York
4225168	Sumter County	sumter-county	Comitatul Sumter,Comte de Sumter,Comté de Sumter,Condado de Sumter,Condado han Sumter,Contea di Sumter,Hrabstwo Sumter,Okrug Samter,Quan Sumter,Quận Sumter,Samter,Samter srjan,Sumpter County,Sumter,Sumter County,Sumter Kun,Sumter Kūn,Sumter konderria,Sumter megye,Sumtur,mqatʿt swmtr,sa mu te xian,samatera ka'unti,samuta jun,shhrstan swmtr  jwrjya,Округ Самтер,Самтер,Съмтър,Սամտեր շրջան,سمٹر کاؤنٹی، جارجیا,شهرستان سومتر، جورجیا,مقاطعة سومتر,সামটের কাউন্টি,サムター郡,薩姆特縣		US	GA	261	32819	America/New_York
4225609	Talbot County	talbot-county	Comitatul Talbot,Comte de Talbot,Comté de Talbot,Condado de Talbot,Condado han Talbot,Contea di Talbot,Hrabstwo Talbot,Okrug Talbot,Quan Talbot,Quận Talbot,Talbot,Talbot Kun,Talbot Kūn,Talbot konderria,Talbot megye,Talboti maakond,Telbot,Tolbot,Tolbut,mqatʿt talbwt,shhrstan talbwt  jwrjya,ta er bo te xian,talabata ka'unti,tarubotto jun,Округ Талбот,Телбот,Толбот,Толбът,Թալբոտ շրջան,شهرستان تالبوت، جورجیا,مقاطعة تالبوت,ٹیلبوٹ کاؤنٹی، جارجیا,টালবট কাউন্টি,タルボット郡,塔爾博特縣		US	GA	263	6865	America/New_York
4225621	Taliaferro County	taliaferro-county	Comitatul Taliaferro,Comte de Taliaferro,Comté de Taliaferro,Condado de Taliaferro,Condado han Taliaferro,Contea di Taliaferro,Hrabstwo Taliaferro,Okrug Toliver,Quan Taliaferro,Quận Taliaferro,Taliaferro,Taliaferro Kun,Taliaferro Kūn,Taliaferro konderria,Taliaferro megye,Talijaferro,Toliver,Tolivur,mqatʿt talyafyrw,shhrstan talyafrw  jwrjya,taliyaphero ka'unti,tarifea jun,tuo li fu xian,Округ Толивер,Таліяферро,Толивер,Толивър,Թալիաֆերո շրջան,شهرستان تالیافرو، جورجیا,مقاطعة تاليافيرو,ٹالیفیرو کاؤنٹی، جارجیا,টালিয়াফেরো কাউন্টি,タリフェア郡,托利弗縣		US	GA	265	1717	America/New_York
4225814	Tattnall County	tattnall-county	Comitatul Tattnall,Comte de Tattnall,Comté de Tattnall,Condado de Tattnall,Condado han Tattnall,Contea di Tattnall,Hrabstwo Tattnall,Okrug Tatnol,Quan Tattnall,Quận Tattnall,Tatnal,Tatnoll,Tattnal County,Tattnall,Tattnall County,Tattnall Kun,Tattnall Kūn,Tattnall konderria,Tattnall megye,Tettnoll,mqatʿt tatnal,shhrstan tatnl  jwrjya,ta te na er xian,tattanala ka'unti,tattonoru jun,Округ Татнол,Татнал,Татнолл,Теттнолл,Թատնոլ շրջան,شهرستان تاتنل، جورجیا,مقاطعة تاتنال,ٹیٹنیل کاؤنٹی، جارجیا,টাত্তনাল কাউন্টি,タットノール郡,塔特納爾縣		US	GA	267	25520	America/New_York
4225854	Taylor County	taylor-county	Comitatul Taylor,Comte de Taylor,Comté de Taylor,Condado de Taylor,Condado han Taylor,Contea di Taylor,Hrabstwo Taylor,Okrug Tejlor,Quan Taylor,Quận Taylor,Taylor,Taylor Kun,Taylor Kūn,Taylor konderria,Taylor megye,Tejlor,Tejlur,mqatʿt taylwr,shhrstan tylwr  jwrjya,tai lei xian,te'ilara ka'unti,teira jun,Округ Тејлор,Тейлор,Тейлър,Թեյլոր շրջան,شهرستان تیلور، جورجیا,مقاطعة تايلور,ٹیلر کاؤنٹی، جارجیا,টেইলর কাউন্টি,テイラー郡,泰勒縣		US	GA	269	8906	America/New_York
4225944	Telfair County	telfair-county	Comitatul Telfair,Comte de Telfair,Comté de Telfair,Condado de Telfair,Condado han Telfair,Contea di Telfair,Hrabstwo Telfair,Okrug Telfer,Quan Telfair,Quận Telfair,Telfair,Telfair Kun,Telfair Kūn,Telfair konderria,Telfair megye,Telfehr,Telfer,Telfeur,mqatʿt tylfyr,shhrstan tlfr  jwrjya,te er fei er xian,telapheyara ka'unti,terufea jun,Округ Телфер,Телфер,Телфеър,Телфэр,Թելֆեյր շրջան,شهرستان تلفر، جورجیا,مقاطعة تيلفير,ٹیلفائر کاؤنٹی، جارجیا,টেলফেয়ার কাউন্টি,テルフェア郡,特爾費爾縣		US	GA	271	16500	America/New_York
4226051	Terrell County	terrell-county	Comitatul Terrell,Comte de Terrell,Comté de Terrell,Condado de Terrell,Condado han Terrell,Contea di Terrell,Hrabstwo Terrell,Okrug Terel,Quan Terrell,Quận Terrell,Terrell,Terrell Kun,Terrell Kūn,Terrell konderria,Terrell megye,Terrelli maakond,Terul,mqatʿt tyryl,shhrstan trl  jwrjya,te lei er xian,tereru jun,terrela ka'unti,Округ Терел,Террелл,Теръл,Թերել շրջան,شهرستان ترل، جورجیا,مقاطعة تيريل,ٹیریل کاؤنٹی، جارجیا,টের্রেল কাউন্টি,テレル郡,特勒爾縣		US	GA	273	9315	America/New_York
4226286	Thomas County	thomas-county	Comitatul Thomas,Comte de Thomas,Comté de Thomas,Condado de Thomas,Condado han Thomas,Contea di Thomas,Hrabstwo Thomas,Okrug Tomas,Quan Thomas,Quận Thomas,Thomas,Thomas Kun,Thomas Kūn,Thomas konderria,Thomas megye,Tomas,mqatʿt twmas,shhrstan twmas  jwrjya,thamasa ka'unti,tomasu jun,tuo ma si xian,Округ Томас,Томас,Թոմաս շրջան,تھامس کاؤنٹی، جارجیا,شهرستان توماس، جورجیا,مقاطعة توماس,থমাস কাউন্টি,トーマス郡,托馬斯縣		US	GA	275	44720	America/New_York
4226538	Tift County	tift-county	Comitatul Tift,Comte de Tift,Comté de Tift,Condado de Tift,Condado han Tift,Contea di Tift,Hrabstwo Tift,Okrug Tilt,Quan Tift,Quận Tift,Tift,Tift Kun,Tift Kūn,Tift konderria,Tift megye,di fu te xian,mqatʿt tyft,shhrstan tyft  jwrjya,tifuto jun,tiphta ka'unti,Округ Тилт,Тифт,Тіфт,Թիֆտ շրջան,شهرستان تیفت، جورجیا,مقاطعة تيفت,ٹفٹ کاؤنٹی، جارجیا,টিফ্ট কাউন্টি,ティフト郡,蒂夫特縣		US	GA	277	40118	America/New_York
4226802	Toombs County	toombs-county	Comitatul Toombs,Comte de Toombs,Comté de Toombs,Condado de Toombs,Condado han Toombs,Contea di Toombs,Hrabstwo Toombs,Okrug Tums,Quan Toombs,Quận Toombs,Toombs,Toombs Kun,Toombs Kūn,Toombs konderria,Toombs megye,Tumbs,Tums,mqatʿt twmbz,shhrstan twmbz  jwrjya,tambasa ka'unti,tomusu jun,tu mu si xian,Округ Тумс,Тумбс,Тумс,Թումբս շրջան,شهرستان تومبز، جورجیا,مقاطعة تومبز,ٹومبز کاؤنٹی، جارجیا,টম্বস কাউন্টি,トームス郡,圖姆斯縣		US	GA	279	27223	America/New_York
4227019	Treutlen County	treutlen-county	Comitatul Treutlen,Comte de Treutlen,Comté de Treutlen,Condado de Treutlen,Condado han Treutlen,Contea di Treutlen,Hrabstwo Treutlen,Okrug Trutlen,Quan Treutlen,Quận Treutlen,Treutlen,Treutlen Kun,Treutlen Kūn,Treutlen konderria,Treutlen megye,Trojtlen,Trutlen,mqatʿt trwtlyn,te lu te lun xian,toroitoren jun,tre'utalena ka'unti,Округ Трутлен,Тройтлен,Трутлен,Թրոտլեն շրջան,مقاطعة تروتلين,ٹروٹلین کاؤنٹی، جارجیا,ট্রেউটলেন কাউন্টি,トロイトレン郡,特魯特倫縣		US	GA	283	6885	America/New_York
4227166	Troup County	troup-county	Comitatul Troup,Comte de Troup,Comté de Troup,Condado de Troup,Condado han Troup,Contea di Troup,Hrabstwo Troup,Okrug Trup,Quan Troup,Quận Troup,Troup,Troup Kun,Troup Kūn,Troup konderria,Troup megye,Trup,mqatʿt trawb,shhrstan trwp  jwrjya,te lu pu xian,torupu jun,tropa ka'unti,Округ Труп,Труп,Թրուպ շրջան,شهرستان تروپ، جورجیا,مقاطعة تراوب,ٹرووپ کاؤنٹی، جارجیا,ট্রোপ কাউন্টি,トループ郡,特魯普縣		US	GA	285	67044	America/New_York
4227392	Turner County	turner-county	Comitatul Turner,Comte de Turner,Comté de Turner,Condado de Turner,Condado han Turner,Contea di Turner,Hrabstwo Turner,Okrug Terner,Quan Turner,Quận Turner,Terner,Turner,Turner Kun,Turner Kūn,Turner konderria,Turner megye,Turneri maakond,Turnur,mqatʿt twrnr,shhrstan trnr  jwrjya,tana jun,tarnara ka'unti,te na xian,Округ Тернер,Тернер,Търнър,Թերներ շրջան,شهرستان ترنر، جورجیا,مقاطعة تورنر,ٹرنر کاؤنٹی، جارجیا,টার্নার কাউন্টি,ターナー郡,特納縣		US	GA	287	8930	America/New_York
4227499	Twiggs County	twiggs-county	Comitatul Twiggs,Comte de Twiggs,Comté de Twiggs,Condado de Twiggs,Condado han Twiggs,Contea di Twiggs,Hrabstwo Twiggs,Okrug Tvigs,Quan Twiggs,Quận Twiggs,Tuigs,Tviggs,Twiggs,Twiggs Kun,Twiggs Kūn,Twiggs konderria,Twiggs megye,mqatʿt twyghz,shhrstan twygz  jwrjya,te wei ge xian,to~uiggusu jun,tu'igasa ka'unti,Округ Твигс,Твиггс,Твіґґс,Туигс,Թվիգս շրջան,شهرستان تویگز، جورجیا,مقاطعة تويغز,ٹویگز کاؤنٹی، جارجیا,টুইগস কাউন্টি,トゥイッグス郡,特維格縣		US	GA	289	9023	America/New_York
4227781	Union County	union-county	Comitatul Union,Comte d'Union,Comté d'Union,Condado de Union,Condado han Union,Contea di Union,Hrabstwo Union,Junion,Juniun,Okrug Junion,Quan Union,Quận Union,Union,Union Kun,Union Kūn,Union konderria,Union megye,Yunion srjan,i'uniyana ka'unti,mqatʿt ywnywn,shhrstan ywnywn  jwrjya,you ni ang xian,yunion jun,Округ Јунион,Юнион,Юниън,Юніон,Յունիոն շրջան,شهرستان یونیون، جورجیا,مقاطعة يونيون,یونین کاؤنٹی، جارجیا,ইউনিয়ন কাউন্টি,ユニオン郡,猶尼昂縣		US	GA	291	21356	America/New_York
4228098	Upson County	upson-county	psun,Apson,Comitatul Upson,Comte d'Upson,Comté d'Upson,Condado de Upson,Condado han Upson,Contea di Upson,Hrabstwo Upson,Okrug Apson,Quan Upson,Quận Upson,Upson,Upson Kun,Upson Kūn,Upson konderria,Upson megye,a pu sen xian,apasana ka'unti,apuson jun,mqatʿt abswn,shhrstan awpswn  jwrjya,Апсон,Округ Апсон,Ъпсън,Ափսոն շրջան,اپسن کاؤنٹی، جارجیا,شهرستان اوپسون، جورجیا,مقاطعة أبسون,আপসন কাউন্টি,アプソン郡,阿普森县		US	GA	293	27153	America/New_York
4229163	Walker County	walker-county	Comitatul Walker,Comte de Walker,Comté de Walker,Condado de Walker,Condado han Walker,Contea di Walker,Hrabstwo Walker,Kantono Walker,Okrug Voker,Quan Walker,Quận Walker,Uoker,Uokur,Voker,Walker,Walker Kun,Walker Kūn,Walker konderria,Walker megye,mqatʿt walkr,raakera ka'unti,shhrstan wakr  jwrjya,u~oka jun,wo ke xian,Вокер,Округ Вокер,Уокер,Уокър,Ուոքեր շրջան,شهرستان واکر، جورجیا,مقاطعة والكر,واکر کاؤنٹی، جارجیا,ৱাকের কাউন্টি,ウォーカー郡,沃克縣		US	GA	295	68756	America/New_York
4229371	Walton County	walton-county	Comitatul Walton,Comte de Walton,Comté de Walton,Condado de Walton,Condado han Walton,Contea di Walton,Hrabstwo Walton,Kantono Walton,Okrug Volton,Owolton srjan,Quan Walton,Quận Walton,Uolton,Uoltun,Volton,Walton,Walton Kun,Walton Kūn,Walton konderria,Walton megye,Waltoni maakond,mqatʿt waltwn,raalatana ka'unti,shhrstan waltwn  jwrjya,u~oruton jun,wo er dun xian,Волтон,Округ Волтон,Уолтон,Уолтън,Ուոլտոն շրջան,شهرستان والتون، جورجیا,مقاطعة والتون,والٹن کاؤنٹی، جارجیا,ৱালটন কাউন্টি,ウォルトン郡,沃尔顿县		US	GA	297	83768	America/New_York
4229446	Ware County	ware-county	Comitatul Ware,Comte de Ware,Comté de Ware,Condado de Ware,Condado han Ware,Contea di Ware,Hrabstwo Ware,Kantono Ware,Okrug Ver,Ower srjan,Quan Ware,Quận Ware,Uehjr,Ueur,Ver,Ware,Ware Kun,Ware Kūn,Ware konderria,Ware megye,mqatʿt wyr,raare ka'unti,shhrstan wr  jwrjya,u~ea jun,wei er xian,Вер,Округ Вер,Уеър,Уэйр,Ուեր շրջան,شهرستان ور، جورجیا,مقاطعة وير,ویئر کاؤنٹی، جارجیا,ৱারে কাউন্টি,ウェア郡,韋爾縣		US	GA	299	36312	America/New_York
4229498	Warren County	warren-county	Comitatul Warren,Comte de Warren,Comté de Warren,Condado de Warren,Condado han Warren,Contea di Warren,Hrabstwo Warren,Kantono Warren,Okrug Voren,Oworen srjan,Quan Warren,Quận Warren,Uorren,Uorun,Vorren,Warren,Warren Comitatus,Warren Kun,Warren Kūn,Warren konderria,Warren megye,mqatʿt waryn,raarena ka'unti,shhrstan warn  jwrjya,u~oren jun,wo lun xian,Воррен,Округ Ворен,Уоррен,Уорън,Ուորեն շրջան,شهرستان وارن، جورجیا,مقاطعة وارين,وارن کاؤنٹی، جارجیا,ৱারেন কাউন্টি,ウォーレン郡,沃倫縣		US	GA	301	5834	America/New_York
4229557	Washington County	washington-county	Comitatul Washington,Comte de Washington,Comté de Washington,Condado de Washington,Condado han Washington,Contea di Washington,Hrabstwo Washington,Kantono Washington,Okrug Vashington,Quan Washington,Quận Washington,Vashington,Vasington srjan,Washington,Washington Kun,Washington Kūn,Washington konderria,Washington megye,Washingtoni maakond,hua sheng dun xian,mqatʿt washntn,raasintana ka'unti,shhrstan washyngtn  jwrjya,washinton jun,Вашингтон,Округ Вашингтон,Վաշինգտոն շրջան,شهرستان واشینگتن، جورجیا,مقاطعة واشنطن,واشنگٹن کاؤنٹی، جارجیا,ৱাশিংটন কাউন্টি,ワシントン郡,華盛頓縣		US	GA	303	21187	America/New_York
4229782	Wayne County	wayne-county	Comitatul Wayne,Comte de Wayne,Comté de Wayne,Condado de Wayne,Condado han Wayne,Contea di Wayne,Hrabstwo Wayne,Kantono Wayne,Okrug Vejn,Oweyn srjan,Quan Wayne,Quận Wayne,Uehjn,Uejn,Vejn,Wayne,Wayne Kun,Wayne Kūn,Wayne konderria,Wayne megye,mqatʿt wyn,raa'ini ka'unti,shhrstan wyn  jwrjya,u~ein jun,wei en xian,Вейн,Округ Вејн,Уейн,Уэйн,Ուեյն շրջան,شهرستان وین، جورجیا,مقاطعة وين,وین کاؤنٹی، جارجیا,ৱাইনি কাউন্টি,ウェイン郡,韋恩縣		US	GA	305	30099	America/New_York
4229882	Webster County	webster-county	Comitatul Webster,Comte de Webster,Comté de Webster,Condado de Webster,Condado han Webster,Contea di Webster,Hrabstwo Webster,Kantono Webster,Kinchafoonee County,Okrug Vebster,Quan Webster,Quận Webster,Uebstur,Uehbster,Vebster,Vebster srjan,Webster,Webster Coonty,Webster County,Webster Kun,Webster Kūn,Webster konderria,Webster megye,mqatʿt wybstr,raebastara ka'unti,shhrstan wbstr  jwrjya,u~ebusuta jun,wei bo si te xian,Вебстер,Округ Вебстер,Уебстър,Уэбстер,Վեբստեր շրջան,شهرستان وبستر، جورجیا,مقاطعة ويبستر,ویبسٹر کاؤنٹی، جارجیا,ৱেবস্টার কাউন্টি,ウェブスター郡,韋伯斯特縣		US	GA	307	2799	America/New_York
4230492	Wheeler County	wheeler-county	Comitatul Wheeler,Comte de Wheeler,Comté de Wheeler,Condado de Wheeler,Condado han Wheeler,Contea di Wheeler,Hrabstwo Wheeler,Kantono Wheeler,Okrug Viler,Owiler srjan,Quan Wheeler,Quận Wheeler,Uijlur,Uiler,Viler,Wheeler,Wheeler Kun,Wheeler Kūn,Wheeler konderria,Wheeler megye,hu'ilara ka'unti,hui lei xian,mqatʿt wylr,shhrstan wylr  jwrjya,u~ira jun,Вілер,Округ Вилер,Уийлър,Уилер,Ուիլեր շրջան,شهرستان ویلر، جورجیا,مقاطعة ويلر,وہیلر کاؤنٹی، جارجیا,হুইলার কাউন্টি,ウィーラー郡,惠勒縣		US	GA	309	7421	America/New_York
4230595	White County	white-county	Comitatul White,Comte de White,Comté de White,Condado de White,Condado han White,Contea di White,Hrabstwo White,Kantono White,Okrug Vajt,Quan White,Quận White,Uajt,Vajt,White,White Kun,White Kūn,White konderria,White megye,howaito jun,huai te xian,huya'ita ka'unti,mqatʿt wayt,shhrstan wayt  jwrjya,Вайт,Округ Вајт,Уайт,Ուայթ շրջան,شهرستان وایت، جورجیا,مقاطعة وايت,وائٹ کاؤنٹی، جارجیا,হুয়াইট কাউন্টি,ホワイト郡,懷特縣		US	GA	311	27144	America/New_York
4230822	Whitfield County	whitfield-county	Comitatul Whitfield,Comte de Whitfield,Comté de Whitfield,Condado de Whitfield,Condado han Whitfield,Contea di Whitfield,Hrabstwo Whitfield,Kantono Whitfield,Okrug Vajtfild,Quan Whitfield,Quận Whitfield,Uitfijld,Uitfild,Vitfild,Whitfield,Whitfield Kun,Whitfield Kūn,Whitfield konderria,Whitfield megye,hui te fei er de xian,huyitaphilda ka'unti,mqatʿt wytfyld,shhrstan wytfyld  jwrjya,u~ittofirudo jun,Вітфілд,Округ Вајтфилд,Уитфийлд,Уитфилд,Ուիթֆիլդ շրջան,شهرستان ویتفیلد، جورجیا,مقاطعة ويتفيلد,ویٹفیلڈ کاؤنٹی، جارجیا,হুয়িটফিল্ড কাউন্টি,ウィットフィールド郡,惠特菲爾德縣		US	GA	313	102599	America/New_York
4230919	Wilcox County	wilcox-county	Comitatul Wilcox,Comte de Wilcox,Comté de Wilcox,Condado de Wilcox,Condado han Wilcox,Contea di Wilcox,Hrabstwo Wilcox,Kantono Wilcox,Okrug Vilkoks,Owilkoks srjan,Quan Wilcox,Quận Wilcox,Uilkoks,Vilkoks,Wilcox,Wilcox Kun,Wilcox Kūn,Wilcox konderria,Wilcox megye,Wilcoxi maakond,mqatʿt wylkwks,shhrstan wylkaks  jwrjya,u'ilakaksa ka'unti,u~irukokkusu jun,wei er ke ke si xian,Вілкокс,Округ Вилкокс,Уилкокс,Ուիլկոկս շրջան,شهرستان ویلکاکس، جورجیا,مقاطعة ويلكوكس,ولکاکس کاؤنٹی، جارجیا,উইলকক্স কাউন্টি,ウィルコックス郡,威爾科克斯縣		US	GA	315	9255	America/New_York
4231029	Wilkes County	wilkes-county	Comitatul Wilkes,Comte de Wilkes,Comté de Wilkes,Condado de Wilkes,Condado han Wilkes,Contea di Wilkes,Hrabstwo Wilkes,Kantono Wilkes,Okrug Vilks,Owilks srjan,Quan Wilkes,Quận Wilkes,Uilks,Vilks,Wilkes,Wilkes Kun,Wilkes Kūn,Wilkes konderria,Wilkes megye,Wilkesi maakond,mqatʿt wylks,shhrstan wylks  jwrjya,u'ilakisa ka'unti,u~irukusu jun,wei er ke si xian,Вілкс,Округ Вилкс,Уилкс,Ուիլկս շրջան,شهرستان ویلکس، جورجیا,مقاطعة ويلكس,ویلکس کاؤنٹی، جارجیا,উইলকিস কাউন্টি,ウィルクス郡,威爾克斯縣		US	GA	317	10593	America/New_York
4231046	Wilkinson County	wilkinson-county	Comitatul Wilkinson,Comte de Wilkinson,Comté de Wilkinson,Condado de Wilkinson,Condado han Wilkinson,Contea di Wilkinson,Hrabstwo Wilkinson,Kantono Wilkinson,Okrug Vilkinson,Owilkinson srjan,Quan Wilkinson,Quận Wilkinson,Uilkinson,Uilkinsun,Vilkinson,Wilkinson,Wilkinson Kun,Wilkinson Kūn,Wilkinson konderria,Wilkinson megye,Wilkinsoni maakond,mqatʿt wylkynswn,shhrstan wylkynswn  jwrjya,u'ilakinasana ka'unti,u~irukinson jun,wei er jin sen xian,Вілкінсон,Округ Вилкинсон,Уилкинсон,Уилкинсън,Ուիլկինսոն շրջան,شهرستان ویلکینسون، جورجیا,مقاطعة ويلكينسون,ولکنسن کاؤنٹی، جارجیا,উইলকিনসন কাউন্টি,ウィルキンソン郡,威爾金森縣		US	GA	319	9563	America/New_York
4231976	Worth County	worth-county	Comitatul Worth,Comte de Worth,Comté de Worth,Condado de Worth,Condado han Worth,Contea di Worth,Hrabstwo Worth,Kantono Worth,Okrug Vort,Quan Worth,Quận Worth,Uort,Uurt,Vort,Worth,Worth Kun,Worth Kūn,Worth konderria,Worth megye,mqatʿt wwrth,raartha ka'unti,shhrstan wrt  jwrjya,wasu jun,wo si xian,Ворт,Округ Ворт,Уорт,Уърт,Վորթ շրջան,شهرستان ورت، جورجیا,مقاطعة وورث,ورتھ کاؤنٹی، جارجیا,ৱার্থ কাউন্টি,ワース郡,沃思縣		US	GA	321	21679	America/New_York
4232512	Adams County	adams-county	Adams,Adams Comitatus,Adams Kun,Adams Kūn,Adams konderria,Adams megye,Adamsi srjan,Comitatul Adams,Comte d'Adams,Comté d'Adams,Condado de Adams,Condado han Adams,Contea di Adams,Hrabstwo Adams,Okrug Adams,Quan Adams,Quận Adams,adamuzu jun,mqatʿt admz,shhrstan adamz  aylynwy,ya dang si xian,Адамс,Округ Адамс,Ադամսի շրջան,ایڈمز کاؤنٹی,ایڈمز کاؤنٹی، الینوائے,شهرستان آدامز، ایلینوی,مقاطعة آدمز,অ্যাডামস কাউন্টি,アダムズ郡,亞當斯縣		US	IL	001	67103	America/Chicago
4232592	Alexander County	alexander-county	Aleksander,Aleksandr,Aleksandur,Alexander,Alexander Comitatus,Alexander Kun,Alexander Kūn,Alexander konderria,Alexander megye,Alexanderi maakond,Comitatul Alexander,Comte d'Alexander,Comté d'Alexander,Condado de Alexander,Condado han Alexander,Contea di Alexander,Hrabstwo Alexander,Okrug Aleksander,Quan Alexander,Quận Alexander,alekajandara ka'unti,arekusanda jun,mqatʿt alykzandr,shhrstan alksandr  aylynwy,ya li shan da xian,Александер,Александр,Александър,Округ Александер,Ալեքսանդր շրջան,الیگزنڈر کاؤنٹی,الیگزینڈر کاؤنٹی، الینوائے,شهرستان الکساندر، ایلینوی,مقاطعة أليكزاندر,আলেকজান্ডার কাউন্টি,アレクサンダー郡,亞歷山大縣		US	IL	003	8238	America/Chicago
4234528	Brown County	brown-county	Braun,Braun srjan,Brown,Brown Comitatus,Brown Kun,Brown Kūn,Brown konderria,Brown megye,Comitatul Brown,Comte de Brown,Comté de Brown,Condado de Brown,Condado han Brown,Contea di Brown,Hrabstwo Brown,Okrug Braun,Quan Brown,Quận Brown,bra'una ka'unti,bu lang xian,buraun jun,mqatʿt brawn,shhrstan brawn  aylynwy,Браун,Округ Браун,Բրաուն շրջան,براؤن کاؤنٹی,براؤن کاؤنٹی، الینوائے,شهرستان براون، ایلینوی,مقاطعة براون,ব্রাউন কাউন্টি,ブラウン郡,布朗縣		US	IL	009	6937	America/Chicago
4235018	Calhoun County	calhoun-county	Calhoun,Calhoun Comitatus,Calhoun Kun,Calhoun Kūn,Calhoun konderria,Calhoun megye,Comitatul Calhoun,Comte de Calhoun,Comté de Calhoun,Condado de Calhoun,Condado han Calhoun,Contea di Calhoun,Hrabstwo Calhoun,Kalgun,Kalhun srjan,Kalkhun,Okrug Kalkhun,Quan Calhoun,Quận Calhoun,ka er huo en xian,kalahauna ka'unti,karufun jun,mqatʿt kalhawn,shhrstan klhwn  aylynwy,Калгун,Калхун,Округ Калхун,Կալհուն շրջան,شهرستان کلهون، ایلینوی,مقاطعة كالهاون,کالہاؤن کاؤنٹی، الینوۓ,کالہون کاؤنٹی، الینوائے,কলহৌন কাউন্টি,カルフーン郡,卡爾霍恩縣		US	IL	013	5089	America/Chicago
4235369	Cass County	cass-county	Cass,Cass Comitatus,Cass Kun,Cass Kūn,Cass konderria,Cass megye,Comitatul Cass,Comte de Cass,Comté de Cass,Condado de Cass,Condado han Cass,Contea di Cass,Hrabstwo Cass,Kas,Kass,Kass srjan,Kess,Okrug Kas,Quan Cass,Quận Cass,ka si xian,kasa ka'unti,kasu jun,mqatʿt kas,shhrstan kas  aylynwy,Кас,Касс,Кесс,Округ Кас,Կասս շրջան,شهرستان کاس، ایلینوی,مقاطعة كاس,کاس کاؤنٹی، الینوائے,کاس کاؤنٹی، کینٹکی,কাস কাউন্টি,カス郡,卡斯縣		US	IL	017	13642	America/Chicago
4235793	Christian County	christian-county	Christian,Christian Comitatus,Christian Kun,Christian Kūn,Christian konderria,Christian megye,Comitatul Christian,Comte de Christian,Comté de Christian,Condado de Christian,Condado han Christian,Contea di Christian,Hrabstwo Christian,Krischun,Kristian,Okrug Krishchan,Quan Christian,Quận Christian,ke li si di an xian,khristiyana ka'unti,kurisuchan jun,mqatʿt krystshyan,shhrstan krystyn  aylynwy,Кристиан,Крисчън,Крістіан,Округ Кришчан,Քրիստիան շրջան,شهرستان کریستین، ایلینوی,مقاطعة كريستشيان,کرسچن کاؤنٹی، الینوۓ,کرسچین کاؤنٹی، الینوائے,খ্রিষ্টীয়ান কাউন্টি,クリスチャン郡,克里斯蒂安縣		US	IL	021	34800	America/Chicago
4235954	Clark County	clark-county	Clark,Clark Comitatus,Clark Kun,Clark Kūn,Clark konderria,Clark megye,Comitatul Clark,Comte de Clark,Comté de Clark,Condado de Clark,Condado han Clark,Contea di Clark,Hrabstwo Clark,Klark,Okrug Klark,Quan Clark,Quận Clark,ke la ke xian,klarka ka'unti,kuraku jun,mqatʿt klark,shhrstan klark  aylynwy,Кларк,Округ Кларк,Քլարկ շրջան,شهرستان کلارک، ایلینوی,مقاطعة كلارك,کلارک کاؤنٹی، الینوائے,کلارک کاؤنٹی، الینوۓ,ক্লার্ক কাউন্টি,クラーク郡,克拉克縣		US	IL	023	16335	America/Chicago
4235992	Clay County	clay-county	Clay,Clay Comitatus,Clay Kun,Clay Kūn,Clay konderria,Clay megye,Comitatul Clay,Comte de Clay,Comté de Clay,Condado de Clay,Condado han Clay,Contea di Clay,Hrabstwo Clay,Klej,Okrug Klej,Quan Clay,Quận Clay,ke lai xian,kle ka'unti,kurei jun,mqatʿt klay,shhrstan kly  aylynwy,Клей,Округ Клеј,Քլեյ շրջան,شهرستان کلی، ایلینوی,مقاطعة كلاي,کلے کاؤنٹی، الینوائے,کلے کاؤنٹی، الینوۓ,ক্লে কাউন্টি,クレイ郡,克莱县		US	IL	025	13815	America/Chicago
4236063	Clinton County	clinton-county	Clinton,Clinton Comitatus,Clinton Kun,Clinton Kūn,Clinton konderria,Clinton megye,Comitatul Clinton,Comte de Clinton,Comté de Clinton,Condado de Clinton,Condado han Clinton,Contea di Clinton,Hrabstwo Clinton,Klinton,Klintun,Okrug Klinton,Quan Clinton,Quận Clinton,ke lin dun xian,klintana ka'unti,kurinton jun,mqatʿt klyntwn,shhrstan klyntwn  aylynwy,Клинтон,Клинтън,Клінтон,Округ Клинтон,Քլինթոն շրջան,شهرستان کلینتون، ایلینوی,مقاطعة كلينتون,کلنٹن کاؤنٹی، الینوائے,کلنٹن کاؤنٹی، الینوۓ,ক্লিন্টন কাউন্টি,クリントン郡,克林頓縣		US	IL	027	37762	America/Chicago
4236157	Coles County	coles-county	Coles,Coles Comitatus,Coles Kun,Coles Kūn,Coles konderria,Coles megye,Comitatul Coles,Comte de Coles,Comté de Coles,Condado de Coles,Condado han Coles,Contea di Coles,Hrabstwo Coles,Kouls,Okrug Kouls,Quan Coles,Quận Coles,ke er si xian,kolesa ka'unti,koruzu jun,mqatʿt kwlz,Коулс,Округ Коулс,Քոուլս շրջան,مقاطعة كولز,کولs کاؤنٹی، الینوائے,کولیس کاؤنٹی,কোলেস কাউন্টি,コールズ郡,科爾斯縣		US	IL	029	53873	America/Chicago
4236576	Crawford County	crawford-county	Comitatul Crawford,Comte de Crawford,Comté de Crawford,Condado de Crawford,Condado han Crawford,Contea di Crawford,Crawford,Crawford Comitatus,Crawford Kun,Crawford Kūn,Crawford konderria,Crawford megye,Hrabstwo Crawford,Kroford,Krouford,Okrug Kroford,Quan Crawford,Quận Crawford,ke lao fu de xian,kraphorda ka'unti,kuroufodo jun,mqatʿt krawfwrd,shhrstan krwfwrd  aylynwy,Кроуфорд,Крофорд,Округ Крофорд,Քրոուֆորդ շրջան,شهرستان کروفورد، ایلینوی,مقاطعة كراوفورد,کرافورڈ کاؤنٹی، الینوائے,کرافورڈ کاؤنٹی، کینٹکی,ক্রাফোর্ড কাউন্টি,クロウフォード郡,克勞福德縣		US	IL	033	19817	America/Chicago
4236738	Cumberland County	cumberland-county	Comitatul Cumberland,Comte de Cumberland,Comté de Cumberland,Condado de Cumberland,Condado han Cumberland,Contea di Cumberland,Cumberland,Cumberland Comitatus,Cumberland Kun,Cumberland Kūn,Cumberland konderria,Cumberland megye,Hrabstwo Cumberland,Kamberlend,Kumburlend,Okrug Kamberland,Quan Cumberland,Quận Cumberland,kambaralyanda ka'unti,kan bo lan xian,kanbarando jun,mqatʿt kwmbrland,shhrstan kwmbrlnd  aylynwy,Камберленд,Къмбърленд,Округ Камберланд,Քամբերլենդ շրջան,شهرستان کومبرلند، ایلینوی,مقاطعة كومبرلاند,کمبرلینڈ کاؤنٹی، الینوائے,کمبرلینڈ کاؤنٹی، الینوۓ,কাম্বারল্যান্ড কাউন্টি,カンバーランド郡,坎伯蘭縣		US	IL	035	11048	America/Chicago
4237204	Douglas County	douglas-county	Comitatul Douglas,Comte de Douglas,Comté de Douglas,Condado de Douglas,Condado han Douglas,Contea di Douglas,Douglas,Douglas Comitatus,Douglas Kun,Douglas Kūn,Douglas konderria,Douglas megye,Duglas,Duglas srjan,Hrabstwo Douglas,Okrug Daglas,Quan Douglas,Quận Douglas,dagalasa ka'unti,dagurasu jun,dao ge la si xian,mqatʿt dwghlas,shhrstan daglas  aylynwy,Дуглас,Дъглас,Округ Даглас,Դուգլաս շրջան,شهرستان داگلاس، ایلینوی,مقاطعة دوغلاس,ڈگلس کاؤنٹی,ڈگلس کاؤنٹی، الینوائے,ডগলাস কাউন্টি,ダグラス郡,道格拉斯縣		US	IL	041	19980	America/Chicago
4237672	Edgar County	edgar-county	Comitatul Edgar,Comte d'Edgar,Comté d'Edgar,Condado de Edgar,Condado han Edgar,Contea di Edgar,Edgar,Edgar Comitatus,Edgar Kun,Edgar Kūn,Edgar konderria,Edgar megye,Edgar srjan,Edgari maakond,Ehdgar,Hrabstwo Edgar,Okrug Edgar,Quan Edgar,Quận Edgar,ai de jia xian,edagara ka'unti,edoga jun,mqatʿt adghar,Едгар,Едґар,Округ Едгар,Эдгар,Էդգար շրջան,ایڈگر کاؤنٹی,ایڈگر کاؤنٹی، الینوائے,مقاطعة إدغار,এডগার কাউন্টি,エドガー郡,埃德加縣		US	IL	045	18576	America/Chicago
4237705	Edwards County	edwards-county	Comitatul Edwards,Comte d'Edwards,Comté d'Edwards,Condado de Edwards,Condado han Edwards,Contea di Edwards,Eduards,Edvards,Edvards srjan,Edwards,Edwards Comitatus,Edwards Kun,Edwards Kūn,Edwards konderria,Edwards megye,Ehdvards,Hrabstwo Edwards,Okrug Edvards,Quan Edwards,Quận Edwards,ai de hua zi xian,edaraardasa ka'unti,edowazu jun,mqatʿt adwrdz,shhrstan adwardz  aylynwy,Едвардс,Едуардс,Округ Едвардс,Эдвардс,Էդվարդս շրջան,ایڈورڈز کاؤنٹی,ایڈورڈز کاؤنٹی، الینوائے,شهرستان ادواردز، ایلینوی,مقاطعة إدوردز,এডৱার্ডস কাউন্টি,エドワーズ郡,愛德華茲縣		US	IL	047	6721	America/Chicago
4237730	Effingham County	effingham-county	Comitatul Effingham,Comte d'Effingham,Comté d'Effingham,Condado de Effingham,Condado han Effingham,Contea di Effingham,Effenhaym srjan,Effinggem,Effingham,Effingham Comitatus,Effingham Kun,Effingham Kūn,Effingham konderria,Effingham megye,Effinghami maakond,Efingam,Ehffingkhem,Hrabstwo Effingham,Okrug Efingkham,Quan Effingham,Quận Effingham,ai fen han xian,efingamu jun,iphinhama ka'unti,mqatʿt ayfynghham,shhrstan afyngham  aylynwy,Ефингам,Еффінґгем,Округ Ефингхам,Эффингхем,Էֆֆենհայմ շրջան,افنگہیم کاؤنٹی,ایفنگہیم کاؤنٹی، الینوائے,شهرستان افینگهام، ایلینوی,مقاطعة إيفينغهام,ইফিংহাম কাউন্টি,エフィンガム郡,埃芬漢縣		US	IL	049	34242	America/Chicago
4238245	Fayette County	fayette-county	Comitatul Fayette,Comte de Fayette,Comté de Fayette,Condado de Fayette,Condado han Fayette,Contea di Fayette,Faett,Fajet,Fayet srjan,Fayette,Fayette Comitatus,Fayette Kun,Fayette Kūn,Fayette konderria,Fayette megye,Fejett,Hrabstwo Fayette,Okrug Fejet,Quan Fayette,Quận Fayette,faietto jun,fei ye te xian,mqatʿt fayyt,phayeta ka'unti,shhrstan fayty  aylynwy,Округ Фејет,Файет,Фаєтт,Фейетт,Ֆայետ շրջան,شهرستان فایتی، ایلینوی,فائیٹ کاؤنٹی، الینوائے,فایٹ کاؤنٹی، الینوۓ,مقاطعة فاييت,ফায়েত কাউন্টি,ファイエット郡,費耶特縣		US	IL	051	22140	America/Chicago
4238982	Franklin County	franklin-county	Comitatul Franklin,Comte de Franklin,Comté de Franklin,Condado de Franklin,Condado han Franklin,Contea di Franklin,Franklin,Franklin Comitatus,Franklin Kun,Franklin Kūn,Franklin konderria,Franklin megye,Franklin srjan,Franklini maakond,Hrabstwo Franklin,Okrug Frenklin,Quan Franklin,Quận Franklin,fu lan ke lin xian,furankurin jun,mqatʿt frankln,phrankalina ka'unti,shhrstan franklyn  aylynwy,Округ Френклин,Франклин,Франклін,Ֆրանկլին շրջան,شهرستان فرانکلین، ایلینوی,فرینکلن کاؤنٹی، الینوائے,فرینکلن کاؤنٹی، الینوۓ,مقاطعة فرانكلن,ফ্রাঙ্কলিন কাউন্টি,フランクリン郡,富蘭克林縣		US	IL	055	39561	America/Chicago
4239230	Gallatin County	gallatin-county	Comitatul Gallatin,Comte de Gallatin,Comté de Gallatin,Condado de Gallatin,Condado han Gallatin,Contea di Gallatin,Gallatin,Gallatin Comitatus,Gallatin Kun,Gallatin Kūn,Gallatin konderria,Gallatin megye,Gallatin srjan,Galutin,Hrabstwo Gallatin,Okrug Galatin,Quan Gallatin,Quận Gallatin,gyalatina ka'unti,gyaratin jun,jia la ting xian,mqatʿt ghalatyn,shhrstan galatyn  aylynwy,Галлатин,Галътин,Округ Галатин,Ґаллатін,Գալլատին շրջան,شهرستان گالاتین، ایلینوی,مقاطعة غالاتين,گالاٹن کاؤنٹی، الینوۓ,گیلیٹن کاؤنٹی، الینوائے,গ্যালাটিন কাউন্টি,ギャラティン郡,加拉廷縣		US	IL	059	5589	America/Chicago
4239836	Greene County	greene-county	Comitatul Greene,Comte de Greene,Comté de Greene,Condado de Greene,Condado han Greene,Contea di Greene,Greene,Greene Comitatus,Greene Kun,Greene Kūn,Greene konderria,Greene megye,Grijn,Grin,Grin srjan,Hrabstwo Greene,Okrug Grin,Quan Greene,Quận Greene,ge lin xian,grini ka'unti,gurin jun,mqatʿt ghryn,shhrstan gryn  aylynwy,Грийн,Грин,Округ Грин,Ґрін,Գրին շրջան,شهرستان گرین، ایلینوی,مقاطعة غرين,گرین کاؤنٹی، الینوائے,گرین کاؤنٹی، الینوۓ,গ্রীনি কাউন্টি,グリーン郡,格林縣		US	IL	061	13886	America/Chicago
4240145	Hamilton County	hamilton-county	Comitatul Hamilton,Comte de Hamilton,Comté de Hamilton,Condado de Hamilton,Condado han Hamilton,Contea di Hamilton,Gamil'ton,Hamilton,Hamilton Comitatus,Hamilton Kun,Hamilton Kūn,Hamilton konderria,Hamilton megye,Hrabstwo Hamilton,Khamiltun,Okrug Khamilton,Quan Hamilton,Quận Hamilton,hamiruton jun,han mi er dun xian,hyamilatana ka'unti,mqatʿt hamyltwn,shhrstan hmyltwn  aylynwy,Гамильтон,Гамільтон,Округ Хамилтон,Хамилтън,Համիլթոն շրջան,شهرستان همیلتون، ایلینوی,مقاطعة هاميلتون,ہیملٹن کاؤنٹی، الینوائے,ہیملٹن کاؤنٹی، الینوۓ,হ্যামিলটন কাউন্টি,ハミルトン郡,漢密爾頓縣		US	IL	065	8457	America/Chicago
4240212	Hardin County	hardin-county	Comitatul Hardin,Comte de Hardin,Comté de Hardin,Condado de Hardin,Condado han Hardin,Contea di Hardin,Gardin,Hardin,Hardin Comitatus,Hardin Kun,Hardin Kūn,Hardin konderria,Hardin megye,Hardin srjan,Hrabstwo Hardin,Khardin,Okrug Khardin,Quan Hardin,Quận Hardin,ha ding xian,hadin jun,haradina ka'unti,mqatʿt hardyn,shhrstan hardyn  aylynwy,Гардін,Округ Хардин,Хардин,Հարդին շրջան,شهرستان هاردین، ایلینوی,مقاطعة هاردين,ہارڈن کاؤنٹی، الینوائے,ہارڈن کاؤنٹی، الینوۓ,হারডিন কাউন্টি,ハーディン郡,哈丁縣		US	IL	069	4320	America/Chicago
4241687	Jackson County	jackson-county	Comitatul Jackson,Comte de Jackson,Comté de Jackson,Condado de Jackson,Condado han Jackson,Contea di Jackson,Dzhaksun,Dzhekson,Hrabstwo Jackson,Jackson,Jackson Comitatus,Jackson Kun,Jackson Kūn,Jackson konderria,Jackson megye,Jacksoni maakond,Okrug DZekson,Quan Jackson,Quận Jackson,jakuson jun,jie ke xun xian,jyakasana ka'unti,mqatʿt jakswn,shhrstan jkswn  aylynwy,Джаксън,Джексон,Округ Џексон,Ջեքսոն շրջան,جیکسن کاؤنٹی، الینوائے,جیکسن کاؤنٹی، الینوۓ,شهرستان جکسون، ایلینوی,مقاطعة جاكسون,জ্যাকশন কাউন্টি,ジャクソン郡,杰克逊县		US	IL	077	60218	America/Chicago
4241756	Jasper County	jasper-county	Comitatul Jasper,Comte de Jasper,Comté de Jasper,Condado de Jasper,Condado han Jasper,Contea di Jasper,Dzhasper,Dzhaspur,Dzhesper,Hrabstwo Jasper,Jasper,Jasper Comitatus,Jasper Kun,Jasper Kūn,Jasper konderria,Jasper megye,Jesper srjan,Okrug DZasper,Quan Jasper,Quận Jasper,jasapera ka'unti,jasupa jun,jie si pa xian,mqatʿt jasbyr,shhrstan jaspr  aylynwy,Джаспер,Джаспър,Джеспер,Округ Џаспер,Ջեսպեր շրջան,جیسپر کاؤنٹی,جیسپر کاؤنٹی، الینوائے,شهرستان جاسپر، ایلینوی,مقاطعة جاسبير,জাসপের কাউন্টি,ジャスパー郡,傑斯帕縣		US	IL	079	9698	America/Chicago
4241773	Jefferson County	jefferson-county	Comitatul Jefferson,Comte de Jefferson,Comté de Jefferson,Condado de Jefferson,Condado han Jefferson,Contea di Jefferson,Dzhefersun,Dzhefferson,Hrabstwo Jefferson,Jefferson,Jefferson Comitatus,Jefferson Kun,Jefferson Kūn,Jefferson konderria,Jefferson megye,Jefferson srjan,Jeffersoni maakond,Okrug DZeferson,Quan Jefferson,Quận Jefferson,jefason jun,jepharasana ka'unti,jie fu xun xian,mqatʿt jyfyrswn,shhrstan jfrswn  aylynwy,Джеферсън,Джефферсон,Округ Џеферсон,Ջեֆֆերսոն շրջան,جیفرسن کاؤنٹی، الینوائے,جیفرسن کاؤنٹی، الینوۓ,شهرستان جفرسون، ایلینوی,مقاطعة جيفيرسون,জেফারশন কাউন্টি,ジェファーソン郡,傑佛遜縣		US	IL	081	38827	America/Chicago
4241818	Jersey County	jersey-county	Comitatul Jersey,Comte de Jersey,Comté de Jersey,Condado de Jersey,Condado han Jersey,Contea di Jersey,Dzhersi,Dzhursi,Hrabstwo Jersey,Jersey,Jersey Comitatus,Jersey Kun,Jersey Kūn,Jersey konderria,Jersey megye,Jersi srjan,Okrug DZerzi,Quan Jersey,Quận Jersey,jaji jun,jarsi ka'unti,mqatʿt jyrzy,ze xi xian,Джерси,Джерсі,Джърси,Округ Џерзи,Ջերսի շրջան,جرسی کاؤنٹی,جرسی کاؤنٹی، الینوائے,مقاطعة جيرزي,জার্সি কাউন্টি,ジャージー郡,澤西縣		US	IL	083	22985	America/Chicago
4241904	Johnson County	johnson-county	Comitatul Johnson,Comte de Johnson,Comté de Johnson,Condado de Johnson,Condado han Johnson,Contea di Johnson,Dzhonson,Dzhonsun,Hrabstwo Johnson,Johnson,Johnson Comitatus,Johnson Kun,Johnson Kūn,Johnson konderria,Johnson megye,Jonson srjan,Okrug DZonson,Quan Johnson,Quận Johnson,jonson jun,jonsona ka'unti,mqatʿt jwnswn,shhrstan janswn  aylynwy,yue han xun xian,Джонсон,Джонсън,Округ Џонсон,Ջոնսոն շրջան,جانسن کاؤنٹی، الینوائے,جانسن کاؤنٹی، الینوۓ,شهرستان جانسون، ایلینوی,مقاطعة جونسون,জোন্সোন কাউন্টি,ジョンソン郡,約翰遜縣		US	IL	087	12582	America/Chicago
4242758	Lawrence County	lawrence-county	Comitatul Lawrence,Comte de Lawrence,Comté de Lawrence,Condado de Lawrence,Condado han Lawrence,Contea di Lawrence,Hrabstwo Lawrence,Lawrence,Lawrence Comitatus,Lawrence Kun,Lawrence Kūn,Lawrence konderria,Lawrence megye,Lorens,Loruns,Lourens,Lourens srjan,Okrug Lorens,Quan Lawrence,Quận Lawrence,lao lun si xian,lararensa ka'unti,mqatʿt lwryns,rorensu jun,shhrstan larns  aylynwy,Лоренс,Лорънс,Лоуренс,Округ Лоренс,Լոուրենս շրջան,شهرستان لارنس، ایلینوی,لارنس کاؤنٹی، الینوائے,لارنس کاؤنٹی، الینوۓ,مقاطعة لورينس,লৱরেন্স কাউন্টি,ローレンス郡,勞倫斯縣		US	IL	101	16833	America/Chicago
4243719	Macon County	macon-county	Comitatul Macon,Comte de Macon,Comté de Macon,Condado de Macon,Condado han Macon,Contea di Macon,Hrabstwo Macon,Kantono Makona,Macon,Macon Comitatus,Macon Kun,Macon Kūn,Macon konderria,Macon megye,Mejkon,Mejkun,Meykon srjan,Okrug Mejkon,Quan Macon,Quận Macon,mei ken xian,meikon jun,mekana ka'unti,mqatʿt makwn,shhrstan mkn  aylynwy,Мейкон,Мейкън,Округ Мејкон,Մեյկոն շրջան,شهرستان مکن، ایلینوی,ماکون کاؤنٹی، الینوائے,مقاطعة ماكون,میکن کاؤنٹی,মেকন কাউন্টি,メイコン郡,梅肯縣		US	IL	115	110768	America/Chicago
4243727	Macoupin County	macoupin-county	Comitatul Macoupin,Comte de Macoupin,Comté de Macoupin,Condado de Macoupin,Condado han Macoupin,Contea di Macoupin,Hrabstwo Macoupin,Macoupin,Macoupin Comitatus,Macoupin Kun,Macoupin Kūn,Macoupin konderria,Macoupin megye,Makupin,Makupin srjan,Okrug Makupin,Quan Macoupin,Quận Macoupin,ma ku ping xian,makaupina ka'unti,makupin jun,mqatʿt makwbyn,Макупин,Макупін,Округ Макупин,Մակուպին շրջան,مقاطعة ماكوبين,میکوپن کاؤنٹی,میکوپن کاؤنٹی، الینوائے,মাকৌপিন কাউন্টি,マクーピン郡,马库平县		US	IL	117	47765	America/Chicago
4243743	Madison County	madison-county	Comitatul Madison,Comte de Madison,Comté de Madison,Condado de Madison,Condado han Madison,Contea di Madison,Hrabstwo Madison,Madison,Madison Comitatus,Madison Kun,Madison Kūn,Madison konderria,Madison megye,Madisun,Medison,Medison srjan,Mehdison,Okrug Medison,Quan Madison,Quận Madison,madison jun,mai di xun xian,medisana ka'unti,mqatʿt madyswn,shhrstan mdysn  aylynwy,Мадисън,Медісон,Мэдисон,Округ Медисон,Մեդիսոն շրջան,شهرستان مدیسن، ایلینوی,مقاطعة ماديسون,میڈیسن کاؤنٹی، الینوائے,میڈیسن کاؤنٹی، الینوۓ,মেডিশন কাউন্টি,マディソン郡,麥迪遜縣		US	IL	119	269282	America/Chicago
4243907	Marion County	marion-county	Comitatul Marion,Comte de Marion,Comté de Marion,Condado de Marion,Condado han Marion,Contea di Marion,Hrabstwo Marion,Marion,Marion Comitatus,Marion Kun,Marion Kūn,Marion konderria,Marion megye,Mariun,Mehrion,Merion,Merion srjan,Okrug Marion,Quan Marion,Quận Marion,ma li ang xian,mari'ona ka'unti,marion jun,mqatʿt marywn,shhrstan marywn  aylynwy,Мариън,Меріон,Мэрион,Округ Марион,Մերիոն շրջան,شهرستان ماریون، ایلینوی,ماریون کاؤنٹی، الینوائے,مقاطعة ماريون,میرین کاؤنٹی، الینوۓ,মারিওন কাউন্টি,マリオン郡,馬里昂縣		US	IL	121	39437	America/Chicago
4244065	Massac County	massac-county	Comitatul Massac,Comte de Massac,Comté de Massac,Condado de Massac,Condado han Massac,Contea di Massac,Hrabstwo Massac,Masak,Massac,Massac Comitatus,Massac Kun,Massac Kūn,Massac konderria,Massac megye,Massak,Massak srjan,Okrug Masak,Quan Massac,Quận Massac,ma sa ke xian,masaka ka'unti,masakku jun,mqatʿt masak,shhrstan masak  aylynwy,Масак,Массак,Округ Масак,Մասսակ շրջան,شهرستان ماساک، ایلینوی,ماساک کاؤنٹی، الینوائے,مساک کاؤنٹی,مقاطعة ماساك,মাসাক কাউন্টি,マサック郡,马萨克县		US	IL	127	15429	America/Chicago
4244752	Monroe County	monroe-county	Comitatul Monroe,Comte de Monroe,Comté de Monroe,Condado de Monroe,Condado han Monroe,Contea di Monroe,Hrabstwo Monroe,Monro,Monro srjan,Monroe,Monroe Comitatus,Monroe Kun,Monroe Kūn,Monroe konderria,Monroe megye,Okrug Monro,Quan Monroe,Quận Monroe,manarau ka'unti,men luo xian,monro jun,mqatʿt mwnrw,shhrstan mwnrw  aylynwy,Монро,Округ Монро,Մոնրո շրջան,شهرستان مونرو، ایلینوی,مقاطعة مونرو,منرو کاؤنٹی، الینوۓ,مونرو کاؤنٹی، الینوائے,মনরৌ কাউন্টি,モンロー郡,門羅縣		US	IL	133	32957	America/Chicago
4244772	Montgomery County	montgomery-county	Comitatul Montgomery,Comte de Montgomery,Comté de Montgomery,Condado de Montgomery,Condado han Montgomery,Contea di Montgomery,Hrabstwo Montgomery,Montgomeri,Montgomeri srjan,Montgomery,Montgomery Comitatus,Montgomery Kun,Montgomery Kūn,Montgomery konderria,Montgomery megye,Montgomuri,Okrug Montgomeri,Quan Montgomery,Quận Montgomery,mantagomeri ka'unti,meng ge ma li xian,mongomeri jun,mqatʿt mwntghwmry,shhrstan mwntgmry  aylynwy,Монтгомери,Монтгомері,Монтгомъри,Округ Монтгомери,Մոնտգոմերի շրջան,شهرستان مونتگمری، ایلینوی,مقاطعة مونتغومري,مونٹگمری کاؤنٹی، الینوائے,مونٹگومری کاؤنٹیع الینوۓ,মন্টগোমেরী কাউন্টি,モンゴメリー郡,蒙哥馬利縣		US	IL	135	30104	America/Chicago
4244840	Morgan County	morgan-county	Comitatul Morgan,Comte de Morgan,Comté de Morgan,Condado de Morgan,Condado han Morgan,Contea di Morgan,Hrabstwo Morgan,Morgan,Morgan Comitatus,Morgan Kun,Morgan Kūn,Morgan konderria,Morgan megye,Morgan srjan,Okrug Morgan,Quan Morgan,Quận Morgan,maragana ka'unti,mo gen xian,mogan jun,mqatʿt mwrghan,shhrstan mwrgan  aylynwy,Морган,Морґан,Округ Морган,Մորգան շրջան,شهرستان مورگان، ایلینوی,مقاطعة مورغان,مورگن کاؤنٹی، الینوائے,مورگن کاؤنٹی، الینوۓ,মরগান কাউন্টি,モーガン郡,摩根縣		US	IL	137	35547	America/Chicago
4244913	Moultrie County	moultrie-county	Comitatul Moultrie,Comte de Moultrie,Comté de Moultrie,Condado de Moultrie,Condado han Moultrie,Contea di Moultrie,Hrabstwo Moultrie,Moltri,Moltrij,Moultrie,Moultrie Comitatus,Moultrie Kun,Moultrie Kūn,Moultrie konderria,Moultrie megye,Multri,Multri srjan,Okrug Moltri,Quan Moultrie,Quận Moultrie,maulatra'i ka'unti,mo er te li xian,mqatʿt mwltry,murutori jun,Молтри,Молтрий,Мултрі,Округ Молтри,Մուլտրի շրջան,مقاطعة مولتري,مولٹری کاؤنٹی,مویلٹری کاؤنٹی، الینوائے,মৌলট্রাই কাউন্টি,ムールトリー郡,莫爾特里縣		US	IL	139	14846	America/Chicago
4246841	Perry County	perry-county	Comitatul Perry,Comte de Perry,Comté de Perry,Condado de Perry,Condado han Perry,Contea di Perry,Hrabstwo Perry,Okrug Peri,Peri,Perri,Perry,Perry Comitatus,Perry Kun,Perry Kūn,Perry konderria,Perry megye,Quan Perry,Quận Perry,mqatʿt byry,pei li xian,peri jun,peri ka'unti,shhrstan pry  aylynwy,Округ Пери,Пери,Перри,Перрі,Փերի շրջան,شهرستان پری، ایلینوی,مقاطعة بيري,پیری کاؤنٹی، الینوائے,پیری کاؤنٹی، الینوۓ,পেরী কাউন্টি,ペリー郡,佩里縣		US	IL	145	22350	America/Chicago
4246953	Pike County	pike-county	Comitatul Pike,Comte de Pike,Comté de Pike,Condado de Pike,Condado han Pike,Contea di Pike,Hrabstwo Pike,Okrug Pajk,Pajk,Pike,Pike Comitatus,Pike Kun,Pike Kūn,Pike konderria,Pike megye,Quan Pike,Quận Pike,mqatʿt bayk,pa'ika ka'unti,pai ke xian,paiku jun,shhrstan payk  aylynwy,Округ Пајк,Пайк,Փայկ շրջան,شهرستان پایک، ایلینوی,مقاطعة بايك,پائک کاؤنٹی، الینوۓ,پائیک کاؤنٹی، الینوائے,পাইক কাউন্টি,パイク郡,派克縣		US	IL	149	16430	America/Chicago
4247387	Pope County	pope-county	Comitatul Pope,Comte de Pope,Comté de Pope,Condado de Pope,Condado han Pope,Contea di Pope,Hrabstwo Pope,Okrug Poup,Pope,Pope Comitatus,Pope Kun,Pope Kūn,Pope konderria,Pope megye,Poup,Quan Pope,Quận Pope,bo pu xian,mqatʿt bwb,popa ka'unti,popu jun,shhrstan pwp  aylynwy,Округ Поуп,Поуп,Փոպ շրջան,شهرستان پوپ، ایلینوی,مقاطعة بوب,پوپ کاؤنٹی,پوپ کاؤنٹی، الینوائے,পোপ কাউন্টি,ポープ郡,波普縣		US	IL	151	4470	America/Chicago
4247655	Pulaski County	pulaski-county	Comitatul Pulaski,Comte de Pulaski,Comté de Pulaski,Condado de Pulaski,Condado han Pulaski,Contea di Pulaski,Hrabstwo Pulaski,Okrug Pulaski,P'julaski,Pulaski,Pulaski Comitatus,Pulaski Kun,Pulaski Kūn,Pulaski konderria,Pulaski megye,Pulaski srjan,Quan Pulaski,Quận Pulaski,mqatʿt bwlasky,pu wa si ji xian,pulaski ka'unti,purasuki jun,shhrstan plasky  aylynwy,Округ Пуласки,Пуласки,Пуласкі,Пьюласки,Պուլասկի շրջան,شهرستان پلاسکی، ایلینوی,مقاطعة بولاسكي,پلاسکی کاؤنٹی، الینوۓ,پولاسکی کاؤنٹی، الینوائے,পুলাস্কি কাউন্টি,プラスキ郡,普瓦斯基縣		US	IL	153	6161	America/Chicago
4247802	Randolph County	randolph-county	Comitatul Randolph,Comte de Randolph,Comté de Randolph,Condado de Randolph,Condado han Randolph,Contea di Randolph,Hrabstwo Randolph,Okrug Randolf,Quan Randolph,Quận Randolph,Randolf,Randolph,Randolph Comitatus,Randolph Kun,Randolph Kūn,Randolph konderria,Randolph megye,Rehndol'f,Rendolf,Rendolf srjan,lan dao fu xian,mqatʿt randwlf,randorufu jun,rendalapha ka'unti,shhrstan rndwlf  aylynwy,Округ Рандолф,Рандолф,Рендолф,Рэндольф,Ռենդոլֆ շրջան,رینڈولف کاؤنٹی,رینڈولف کاؤنٹی، الینوائے,شهرستان رندولف، ایلینوی,مقاطعة راندولف,রেন্ডলফ কাউন্টি,ランドルフ郡,蘭道夫縣		US	IL	157	33476	America/Chicago
4248062	Richland County	richland-county	Comitatul Richland,Comte de Richland,Comté de Richland,Condado de Richland,Condado han Richland,Contea di Richland,Hrabstwo Richland,Okrug Richland,Quan Richland,Quận Richland,Richland,Richland Comitatus,Richland Kun,Richland Kūn,Richland konderria,Richland megye,Richlend,Richlund,li qi lan xian,mqatʿt rytshland,ricalyanda ka'unti,ritchirando jun,shhrstan rychlnd  aylynwy,Округ Ричланд,Ричленд,Ричлънд,Річленд,Ռիչլենդ շրջան,رچلینڈ کاؤنٹی,رچلینڈ کاؤنٹی، الینوائے,شهرستان ریچلند، ایلینوی,مقاطعة ريتشلاند,রিচল্যান্ড কাউন্টি,リッチランド郡,里奇蘭縣		US	IL	159	16233	America/Chicago
4248751	Saint Clair County	saint-clair-county	Comte de Saint Clair,Comté de Saint Clair,Saint Clair,St. Clair		US	IL	163	270056	America/Chicago
4249341	Saline County	saline-county	Comitatul Saline,Comte de Saline,Comté de Saline,Condado de Saline,Condado han Saline,Contea di Saline,Hrabstwo Saline,Okrug Salin,Quan Saline,Quận Saline,Salin,Salin srjan,Saline,Saline Comitatus,Saline Kun,Saline Kūn,Saline konderria,Saline megye,mqatʿt salyn,sa lin xian,sala'ina ka'unti,seirin jun,shhrstan salyn  aylynwy,Округ Салин,Салин,Салін,Սալին շրջան,سالئین کاؤنٹی، الینوائے,سیلین کاؤنٹی,شهرستان سالین، ایلینوی,مقاطعة سالين,সালাইন কাউন্টি,セイリーン郡,薩林縣		US	IL	165	24913	America/Chicago
4249472	Sangamon County	sangamon-county	Comitatul Sangamon,Comte de Sangamon,Comté de Sangamon,Condado de Sangamon,Condado han Sangamon,Contea di Sangamon,Hrabstwo Sangamon,Okrug Sangamon,Quan Sangamon,Quận Sangamon,Sangamon,Sangamon Comitatus,Sangamon Kun,Sangamon Kūn,Sangamon konderria,Sangamon megye,Sangamoni maakond,Sangumun,Sengamon,Sengamon srjan,mqatʿt sanghamwn,sanagamona ka'unti,sang jia meng xian,sangamon jun,Округ Сангамон,Сангамон,Сангъмън,Сенґамон,Սենգամոն շրջան,سانگامون کاؤنٹی,سینگامون کاؤنٹی، الینوائے,مقاطعة سانغامون,সানগামোন কাউন্টি,サンガモン郡,桑加蒙縣		US	IL	167	197465	America/Chicago
4249615	Scott County	scott-county	Comitatul Scott,Comte de Scott,Comté de Scott,Condado de Scott,Condado han Scott,Contea di Scott,Hrabstwo Scott,Okrug Skot,Quan Scott,Quận Scott,Scott,Scott Comitatus,Scott Kun,Scott Kūn,Scott konderria,Scott megye,Skot,Skot srjan,Skott,mqatʿt skwt,shhrstan askat  aylynwy,si ke te xian,skata ka'unti,sukotto jun,Округ Скот,Скот,Скотт,Սկոտ շրջան,سکاٹ کاؤنٹی,سکاٹ کاؤنٹی، الینوائے,شهرستان اسکات، ایلینوی,مقاطعة سكوت,স্কট কাউন্টি,スコット郡,斯科特縣		US	IL	171	5355	America/Chicago
4249847	Shelby County	shelby-county	Comitatul Shelby,Comte de Shelby,Comté de Shelby,Condado de Shelby,Condado han Shelby,Contea di Shelby,Hrabstwo Shelby,Okrug Shelbi,Quan Shelby,Quận Shelby,Selbi srjan,Shelbi,Shelby,Shelby Comitatus,Shelby Kun,Shelby Kūn,Shelby konderria,Shelby megye,mqatʿt shylby,selabi ka'unti,sherubi jun,shhrstan shl‌bay  aylynwy,xie er bi xian,Округ Шелби,Шелби,Шелбі,Շելբի շրջան,شهرستان شل‌بای، ایلینوی,شیلبی کاؤنٹی، الینوائے,شیلبی کاؤنٹی، الینوۓ,مقاطعة شيلبي,শেলবী কাউন্টি,シェルビー郡,謝爾比縣		US	IL	173	22363	America/Chicago
4251707	Union County	union-county	Comitatul Union,Comte d'Union,Comté d'Union,Condado de Union,Condado han Union,Contea di Union,Hrabstwo Union,Junion,Juniun,Okrug Junion,Quan Union,Quận Union,Union,Union Comitatus,Union Kun,Union Kūn,Union konderria,Union megye,Yunion srjan,i'uniyana ka'unti,mqatʿt ywnywn,shhrstan ywnywn  aylynwy,you ni ang xian,yunion jun,Округ Јунион,Юнион,Юниън,Юніон,Յունիոն շրջան,شهرستان یونیون، ایلینوی,مقاطعة يونيون,یونین کاؤنٹی، الینوائے,یونین کاؤنٹی، الینوۓ,ইউনিয়ন কাউন্টি,ユニオン郡,猶尼昂縣		US	IL	181	17808	America/Chicago
4252248	Wabash County	wabash-county	Comitatul Wabash,Comte de Wabash,Comté de Wabash,Condado de Wabash,Condado han Wabash,Contea di Wabash,Hrabstwo Wabash,Okrug Vobash,Owabas srjan,Quan Wabash,Quận Wabash,Uobash,Vabash,Wabash,Wabash Comitatus,Wabash Kun,Wabash Kūn,Wabash konderria,Wabash megye,Wabashi maakond,mqatʿt wabash,raabasa ka'unti,shhrstan wabsh  aylynwy,u~obasshu jun,wo ba shen xian,Вабаш,Округ Вобаш,Уобаш,Ուաբաշ շրջան,شهرستان وابش، ایلینوی,مقاطعة واباش,واباش کاؤنٹی,وابیش کاؤنٹی، الینوائے,ৱাবাস কাউন্টি,ウォバッシュ郡,沃巴什縣		US	IL	185	11947	America/Chicago
4252486	Washington County	washington-county	Comitatul Washington,Comte de Washington,Comté de Washington,Condado de Washington,Condado han Washington,Contea di Washington,Hrabstwo Washington,Okrug Vashington,Quan Washington,Quận Washington,Vashington,Vasington srjan,Washington,Washington Comitatus,Washington Kun,Washington Kūn,Washington konderria,Washington megye,Washingtoni maakond,hua sheng dun xian,mqatʿt washnghtwn,raasintana ka'unti,shhrstan washyngtn  aylynwy,washinton jun,Вашингтон,Округ Вашингтон,Վաշինգտոն շրջան,شهرستان واشینگتن، ایلینوی,مقاطعة واشنغطون,واشنگٹن کاؤنٹی، الینوائے,واشنگٹن کاؤنٹی، الینوۓ,ৱাশিংটন কাউন্টি,ワシントン郡,華盛頓縣		US	IL	189	14716	America/Chicago
4252607	Wayne County	wayne-county	Comitatul Wayne,Comte de Wayne,Comté de Wayne,Condado de Wayne,Condado han Wayne,Contea di Wayne,Hrabstwo Wayne,Kantono Wayne,Okrug Vejn,Oweyn srjan,Quan Wayne,Quận Wayne,Uehjn,Uejn,Vejn,Wayne,Wayne Comitatus,Wayne Kun,Wayne Kūn,Wayne konderria,Wayne megye,mqatʿt wyn,raa'ini ka'unti,shhrstan wyn  aylynwy,u~ein jun,wei en xian,Вейн,Округ Вејн,Уейн,Уэйн,Ուեյն շրջան,شهرستان وین، ایلینوی,مقاطعة وين,وین کاؤنٹی، الینوائے,وین کاؤنٹی، الینوۓ,ৱাইনি কাউন্টি,ウェイン郡,韋恩縣		US	IL	191	16760	America/Chicago
4252955	White County	white-county	Comitatul White,Comte de White,Comté de White,Condado de White,Condado han White,Contea di White,Hrabstwo White,Okrug Vajt,Owayt srjan,Quan White,Quận White,Uajt,Vajt,White,White Comitatus,White Kun,White Kūn,White konderria,White megye,howaito jun,huai te xian,huya'ita ka'unti,mqatʿt wayt,shhrstan wayt  aylynwy,Вайт,Округ Вајт,Уайт,Ուայտ շրջան,شهرستان وایت، ایلینوی,مقاطعة وايت,وائٹ کاؤنٹی,وائٹ کاؤنٹی، الینوائے,হুয়াইট কাউন্টি,ホワイト郡,懷特縣		US	IL	193	14665	America/Chicago
4253173	Williamson County	williamson-county	Comitatul Williamson,Comte de Williamson,Comté de Williamson,Condado de Williamson,Condado han Williamson,Contea di Williamson,Hrabstwo Williamson,Okrug Vilijamson,Owilyamson srjan,Quan Williamson,Quận Williamson,Uil'jamson,Uilijamsun,Vil'jamson,Williamson,Williamson Comitatus,Williamson Kun,Williamson Kūn,Williamson konderria,Williamson megye,mqatʿt wylyamswn,shhrstan wylyamswn  aylynwy,u'iliyamasana ka'unti,u~iriamuson jun,wei lian sen xian,Вільямсон,Округ Вилијамсон,Уилиямсън,Уильямсон,Ուիլյամսոն շրջան,شهرستان ویلیامسون، ایلینوی,مقاطعة ويليامسون,ولیمسن کاؤنٹی,ولیمسن کاؤنٹی، الینوائے,উইলিয়ামসন কাউন্টি,ウィリアムソン郡,威廉森縣		US	IL	199	66357	America/Chicago
4259986	Knox County	knox-county	Comitatul Knox,Comte de Knox,Comté de Knox,Condado de Knox,Condado han Knox,Contea di Knox,Hrabstwo Knox,Knox,Knox Kun,Knox Kūn,Knox konderria,Knox megye,Noks,Okrug Noks,Quan Knox,Quận Knox,kaksa ka'unti,nokkusu jun,nuo ke si xian,shhrstan naks  ayndyana,Нокс,Округ Нокс,Նոքս շրջան,شهرستان ناکس، ایندیانا,مقاطعة نوكس,کنو کاؤنٹی، انڈیانا,কক্স কাউন্টি,ノックス郡,諾克斯縣		US	IN	083	38440	America/Indiana/Vincennes
4254165	Bartholomew County	bartholomew-county	Bartholomew,Bartholomew Kun,Bartholomew Kūn,Bartholomew konderria,Bartholomew megye,Bartolom'ju,Bartolomju,Bartoulomju,Comitatul Bartholomew,Comte de Bartholomew,Comté de Bartholomew,Condado de Bartholomew,Condado han Bartholomew,Contea di Bartholomew,Hrabstwo Bartholomew,Okrug Bartolomju,Quan Bartholomew,Quận Bartholomew,ba sai luo lu xian,baratholomi'u ka'unti,bartholomi'u ka'unti,basoromyu jun,shhrstan bartwlma  ayndyana,Бартоломью,Бартоломю,Бартоуломю,Округ Бартоломју,Բարթոլոմյու շրջան,برتھالومیو کاؤنٹی، انڈیانا,شهرستان بارتولما، ایندیانا,बारथोलोमिऊ काउंटी,বার্থোলোমিউ কাউন্টি,バーソロミュー郡,巴塞洛穋縣		US	IN	005	76794	America/Indiana/Indianapolis
4255024	Brown County	brown-county	Braun,Braun srjan,Brown,Brown Kun,Brown Kūn,Brown konderria,Brown megye,Browni maakond,Comitatul Brown,Comte de Brown,Comté de Brown,Condado de Brown,Condado han Brown,Contea di Brown,Hrabstwo Brown,Okrug Braun,Quan Brown,Quận Brown,bra'una ka'unti,bu lang xian,buraun jun,shhrstan brawn  ayndyana,Браун,Округ Браун,Բրաուն շրջան,براؤن کاؤنٹی، انڈیانا,شهرستان براون، ایندیانا,مقاطعة براون,ব্রাউন কাউন্টি,ブラウン郡,布朗縣		US	IN	013	15242	America/Indiana/Indianapolis
4255818	Clark County	clark-county	Clark,Clark Kun,Clark Kūn,Clark konderria,Clark megye,Comitatul Clark,Comte de Clark,Comté de Clark,Condado de Clark,Condado han Clark,Contea di Clark,Hrabstwo Clark,Klark,Okrug Klark,Quan Clark,Quận Clark,ke la ke xian,klarka ka'unti,kuraku jun,shhrstan klark  ayndyana,Кларк,Округ Кларк,Քլարկ շրջան,شهرستان کلارک، ایندیانا,مقاطعة كلارك,کلارک کاؤنٹی، انڈیانا,ক্লার্ক কাউন্টি,クラーク郡,克拉克縣		US	IN	019	110232	America/Kentucky/Louisville
4255843	Clay County	clay-county	Clay,Clay Kun,Clay Kūn,Clay konderria,Clay megye,Comitatul Clay,Comte de Clay,Comté de Clay,Condado de Clay,Condado han Clay,Contea di Clay,Hrabstwo Clay,Klej,Okrug Klej,Quan Clay,Quận Clay,ke lai xian,kle ka'unti,kurei jun,shhrstan kly  ayndyana,Клей,Округ Клеј,Քլեյ շրջան,شهرستان کلی، ایندیانا,مقاطعة كلاي,کلے کاؤنٹی، انڈیانا,ক্লে কাউন্টি,クレイ郡,克莱县		US	IN	021	26890	America/Indiana/Indianapolis
4256259	Crawford County	crawford-county	Comitatul Crawford,Comte de Crawford,Comté de Crawford,Condado de Crawford,Condado han Crawford,Contea di Crawford,Crawford,Crawford Kun,Crawford Kūn,Crawford konderria,Crawford megye,Hrabstwo Crawford,Kroford,Krouford,Okrug Kroford,Quan Crawford,Quận Crawford,ke lao fu de xian,kraphorda ka'unti,kuroufodo jun,shhrstan krafwrd  ayndyana,Кроуфорд,Крофорд,Округ Крофорд,Քրոուֆորդ շրջան,شهرستان کرافورد، ایندیانا,مقاطعة كروفورد,کرافورڈ کاؤنٹی، انڈیانا,ক্রাফোর্ড কাউন্টি,クロウフォード郡,克勞福德縣		US	IN	025	10713	America/Indiana/Marengo
4256468	Daviess County	daviess-county	Comitatul Daviess,Comte de Daviess,Comté de Daviess,Condado de Daviess,Condado han Daviess,Contea di Daviess,Daviess,Daviess Kun,Daviess Kūn,Daviess konderria,Daviess megye,Dejvis,Dejviss,Deyvis srjan,Hrabstwo Daviess,Okrug Dejvis,Quan Daviess,Quận Daviess,dabhiyesa ka'unti,dai wei si xian,deibizu jun,shhrstan dywys  ayndyana,Дейвис,Дейвісс,Округ Дејвис,Դեյվիս շրջան,شهرستان دیویس، ایندیانا,مقاطعة ديفيس,ڈیویس کاؤنٹی، انڈیانا,ডাভিয়েস কাউন্টি,デイビーズ郡,戴維斯縣		US	IN	027	31648	America/Indiana/Vincennes
4256516	Decatur County	decatur-county	Comitatul Decatur,Comte de Decatur,Comté de Decatur,Condado de Decatur,Condado han Decatur,Contea di Decatur,Decatur,Decatur Kun,Decatur Kūn,Decatur konderria,Decatur megye,Dekatur,Dekatur srjan,Dekejter,Dikejtur,Hrabstwo Decatur,Okrug Dekejtur,Quan Decatur,Quận Decatur,dekatura ka'unti,di kai te xian,diketa jun,shhrstan dkatwr  ayndyana,Декатур,Декейтер,Дикейтър,Округ Декејтур,Դեկատուր շրջան,شهرستان دکاتور، ایندیانا,ڈیکیٹر کاؤنٹی، انڈیانا,ডেকাটুর কাউন্টি,ディケーター郡,第開特縣		US	IN	031	25740	America/Indiana/Indianapolis
4256524	Dearborn County	dearborn-county	Comitatul Dearborn,Comte de Dearborn,Comté de Dearborn,Condado de Dearborn,Condado han Dearborn,Contea di Dearborn,Dearborn,Dearborn Kun,Dearborn Kūn,Dearborn konderria,Dearborn megye,Dirborn,Dirborn srjan,Diurborn,Hrabstwo Dearborn,Okrug Dirborn,Quan Dearborn,Quận Dearborn,di er bo en xian,diabon jun,diyarabarna ka'unti,shhrstan dyrbwrn  ayndyana,Дирборн,Диърборн,Дірборн,Округ Дирборн,Դիրբորն շրջան,شهرستان دیربورن، ایندیانا,ڈیئربورن کاؤنٹی، انڈیانا,ডিয়ারবর্ন কাউন্টি,ディアボーン郡,迪爾伯恩縣		US	IN	029	50047	America/New_York
4256808	Dubois County	dubois-county	Comitatul Dubois,Comte de Dubois,Comté de Dubois,Condado de Dubois,Condado han Dubois,Contea di Dubois,Djubojs,Duboa,Dubois,Dubois Kun,Dubois Kūn,Dubois konderria,Dubois megye,Dubojs,Dyuboys srjan,Hrabstwo Dubois,Okrug Dubojs,Quan Dubois,Quận Dubois,de~yuboisu jun,du bo yi si xian,dubaisa ka'unti,shhrstan dwbwa  ayndyana,Дубоа,Дубойс,Дюбойс,Округ Дубојс,Դյուբոյս շրջան,شهرستان دوبوا، ایندیانا,مقاطعة جيفيرسون,ڈبوا کاؤنٹی، انڈیانا,ডুবৈস কাউন্টি,デュボイス郡,杜波伊斯縣		US	IN	037	41889	America/Indiana/Vincennes
4257390	Fayette County	fayette-county	Comitatul Fayette,Comte de Fayette,Comté de Fayette,Condado de Fayette,Condado han Fayette,Contea di Fayette,Faett,Fajet,Fayet srjan,Fayette,Fayette Kun,Fayette Kūn,Fayette konderria,Fayette megye,Fejett,Hrabstwo Fayette,Okrug Fejet,Quan Fayette,Quận Fayette,faietto jun,fei ye te xian,phayeta ka'unti,shhrstan fayt  ayndyana,Округ Фејет,Файет,Фаєтт,Фейетт,Ֆայետ շրջան,شهرستان فایت، ایندیانا,فائیٹ کاؤنٹی، انڈیانا,مقاطعة فاييت,ফায়েত কাউন্টি,ファイエット郡,費耶特縣		US	IN	041	24277	America/Indiana/Indianapolis
4257565	Floyd County	floyd-county	Comitatul Floyd,Comte de Floyd,Comté de Floyd,Condado de Floyd,Condado han Floyd,Contea di Floyd,Flojd,Floyd,Floyd Kun,Floyd Kūn,Floyd konderria,Floyd megye,Floyd srjan,Hrabstwo Floyd,Okrug Flojd,Quan Floyd,Quận Floyd,fu luo yi de xian,furoido jun,phlayeda ka'unti,shhrstan flwyd  ayndyana,Округ Флојд,Флойд,Ֆլոյդ շրջան,شهرستان فلوید، ایندیانا,فلوئڈ کاؤنٹی، انڈیانا,مقاطعة فلويد,ফ্লয়েড কাউন্টি,フロイド郡,弗洛伊德縣		US	IN	043	74578	America/Kentucky/Louisville
4257700	Franklin County	franklin-county	Comitatul Franklin,Comte de Franklin,Comté de Franklin,Condado de Franklin,Condado han Franklin,Contea di Franklin,Franklin,Franklin Kun,Franklin Kūn,Franklin konderria,Franklin megye,Franklin srjan,Franklini maakond,Hrabstwo Franklin,Okrug Frenklin,Quan Franklin,Quận Franklin,fu lan ke lin xian,furankurin jun,phrankalina ka'unti,shhrstan franklyn  ayndyana,Округ Френклин,Франклин,Франклін,Ֆրանկլին շրջան,شهرستان فرانکلین، ایندیانا,فرینکلن کاؤنٹی، انڈیانا,ফ্রাঙ্কলিন কাউন্টি,フランクリン郡,富蘭克林縣		US	IN	047	23087	America/Indiana/Indianapolis
4257948	Gibson County	gibson-county	Comitatul Gibson,Comte de Gibson,Comté de Gibson,Condado de Gibson,Condado han Gibson,Contea di Gibson,Gibson,Gibson Kun,Gibson Kūn,Gibson konderria,Gibson megye,Gibson srjan,Gibsoni maakond,Gibsun,Hrabstwo Gibson,Okrug Gibson,Quan Gibson,Quận Gibson,gibasana ka'unti,gibuson jun,ji bu sen xian,shhrstan gybswn  ayndyana,Гибсон,Гибсън,Округ Гибсон,Ґібсон,Գիբսոն շրջան,شهرستان گیبسون، ایندیانا,مقاطعة جيبسون,گبسن کاؤنٹی، انڈیانا,গিবসন কাউন্টি,ギブソン郡,吉布森縣		US	IN	051	33503	America/Chicago
4258280	Greene County	greene-county	Comitatul Greene,Comte de Greene,Comté de Greene,Condado de Greene,Condado han Greene,Contea di Greene,Greene,Greene Kun,Greene Kūn,Greene konderria,Greene megye,Grijn,Grin,Grin srjan,Hrabstwo Greene,Okrug Grin,Quan Greene,Quận Greene,ge lin xian,grini ka'unti,gurin jun,shhrstan gryn  ayndyana,Грийн,Грин,Округ Грин,Ґрін,Գրին շրջան,شهرستان گرین، ایندیانا,مقاطعة غرين,گرین کاؤنٹی، انڈیانا,গ্রীনি কাউন্টি,グリーン郡,格林縣		US	IN	055	33165	America/Indiana/Indianapolis
4258477	Hancock County	hancock-county	Comitatul Hancock,Comte de Hancock,Comté de Hancock,Condado de Hancock,Condado han Hancock,Contea di Hancock,Genkok,Hancock,Hancock Kun,Hancock Kūn,Hancock konderria,Hancock megye,Henkok srjan,Hrabstwo Hancock,Khankok,Khehnkok,Okrug Khenkok,Quan Hancock,Quận Hancock,han kao ke xian,hanakoka ka'unti,hankokku jun,shhrstan hnkak  ayndyana,Генкок,Округ Хенкок,Ханкок,Хэнкок,Հենկոկ շրջան,شهرستان هنکاک، ایندیانا,مقاطعة هانكوك,ہینکوک کاؤنٹی، انڈیانا,হানকোক কাউন্টি,ハンコック郡,漢考克縣		US	IN	059	70002	America/Indiana/Indianapolis
4258587	Harrison County	harrison-county	Comitatul Harrison,Comte de Harrison,Comté de Harrison,Condado de Harrison,Condado han Harrison,Contea di Harrison,Garrison,Harison srjan,Harrison,Harrison Kun,Harrison Kūn,Harrison konderria,Harrison megye,Hrabstwo Harrison,Kharisun,Okrug Kharison,Quan Harrison,Quận Harrison,ha li sen xian,harison jun,harisona ka'unti,shhrstan hryswn  ayndyana,Гаррисон,Гаррісон,Округ Харисон,Харисън,Հարիսոն շրջան,شهرستان هریسون، ایندیانا,ہیریسن کاؤنٹی، انڈیانا,হারিসোন কাউন্টি,ハリソン郡,哈里森縣		US	IN	061	39364	America/Kentucky/Louisville
4258778	Hendricks County	hendricks-county	Comitatul Hendricks,Comte de Hendricks,Comté de Hendricks,Condado de Hendricks,Condado han Hendricks,Contea di Hendricks,Gendriks,Hendricks,Hendricks Kun,Hendricks Kūn,Hendricks konderria,Hendricks megye,Hendrikʻs srjan,Hrabstwo Hendricks,Khendriks,Okrug Khendriks,Quan Hendricks,Quận Hendricks,hendariksa ka'unti,hendorikkusu jun,heng de li ke si xian,shhrstan hndryks  ayndyana,Гендрікс,Округ Хендрикс,Хендрикс,Հենդրիքս շրջան,شهرستان هندریکس، ایندیانا,ہینڈرکس کاؤنٹی، انڈیانا,হেন্ডরিক্স কাউন্টি,ヘンドリックス郡,亨德里克斯縣		US	IN	063	145448	America/Indiana/Indianapolis
4258792	Henry County	henry-county	Comitatul Henry,Comte de Henry,Comté de Henry,Condado de Henry,Condado han Henry,Contea di Henry,Genri,Henri srjan,Henry,Henry Kun,Henry Kūn,Henry konderria,Henry megye,Hrabstwo Henry,Khenri,Okrug Khenri,Quan Henry,Quận Henry,henari ka'unti,heng li xian,henri jun,shhrstan hnry  ayndyana,Генри,Генрі,Округ Хенри,Хенри,Հենրի շրջան,شهرستان هنری، ایندیانا,مقاطعة هنري,ہینری کاؤنٹی، انڈیانا,হেনরি কাউন্টি,ヘンリー郡,亨利县		US	IN	065	49462	America/Indiana/Indianapolis
4259572	Jackson County	jackson-county	Comitatul Jackson,Comte de Jackson,Comté de Jackson,Condado de Jackson,Condado han Jackson,Contea di Jackson,Dzhaksun,Dzhekson,Hrabstwo Jackson,Jackson,Jackson Kun,Jackson Kūn,Jackson konderria,Jackson megye,Jacksoni maakond,Okrug DZekson,Quan Jackson,Quận Jackson,jakuson jun,jie ke xun xian,jyakasana ka'unti,shhrstan jkswn  ayndyana,Джаксън,Джексон,Округ Џексон,Ջեքսոն շրջան,جیکسن کاؤنٹی، انڈیانا,شهرستان جکسون، ایندیانا,مقاطعة جاكسون,জ্যাকশন কাউন্টি,ジャクソン郡,杰克逊县		US	IN	071	42376	America/Indiana/Indianapolis
4259654	Jefferson County	jefferson-county	Comitatul Jefferson,Comte de Jefferson,Comté de Jefferson,Condado de Jefferson,Condado han Jefferson,Contea di Jefferson,Dzhefersun,Dzhefferson,Hrabstwo Jefferson,Jeferson srjan,Jefferson,Jefferson Kun,Jefferson Kūn,Jefferson konderria,Jefferson megye,Jeffersoni maakond,Okrug DZeferson,Quan Jefferson,Quận Jefferson,jefason jun,jepharasana ka'unti,jie fu xun xian,shhrstan jfrswn  ayndyana,Джеферсън,Джефферсон,Округ Џеферсон,Ջեֆերսոն շրջան,جیفرسن کاؤنٹی، انڈیانا,شهرستان جفرسون، ایندیانا,مقاطعة جيفرسون,জেফারশন কাউন্টি,ジェファーソン郡,傑佛遜縣		US	IN	077	32428	America/Indiana/Indianapolis
4259679	Jennings County	jennings-county	Comitatul Jennings,Comte de Jennings,Comté de Jennings,Condado de Jennings,Condado han Jennings,Contea di Jennings,Dzhenings,Dzhennings,Hrabstwo Jennings,Jenings srjan,Jennings,Jennings Kun,Jennings Kūn,Jennings konderria,Jennings megye,Okrug DZenings,Quan Jennings,Quận Jennings,jeningusu jun,jeninsa ka'unti,shhrstan jnyngz  ayndyana,zhan ning si xian,Дженингс,Дженнингс,Дженнінґс,Округ Џенингс,Ջենինգս շրջան,جینینگز کاؤنٹی، انڈیانا,شهرستان جنینگز، ایندیانا,مقاطعة جينينغز,জেনিংস কাউন্টি,ジェニングス郡,詹寧斯縣		US	IN	079	28525	America/Indiana/Indianapolis
4259727	Johnson County	johnson-county	Comitatul Johnson,Comte de Johnson,Comté de Johnson,Condado de Johnson,Condado han Johnson,Contea di Johnson,Dzhonson,Dzhonsun,Hrabstwo Johnson,Johnson,Johnson Kun,Johnson Kūn,Johnson konderria,Johnson megye,Jonson srjan,Okrug DZonson,Quan Johnson,Quận Johnson,jonson jun,jonsona ka'unti,shhrstan janswn  ayndyana,yue han xun xian,Джонсон,Джонсън,Округ Џонсон,Ջոնսոն շրջան,جانسن کاؤنٹی، انڈیانا,شهرستان جانسون، ایندیانا,জোন্সোন কাউন্টি,ジョンソン郡,約翰遜縣		US	IN	081	139654	America/Indiana/Indianapolis
4260213	Lawrence County	lawrence-county	Comte de Lawrence,Comté de Lawrence,Condado de Lawrence,Condado han Lawrence,Contea di Lawrence,Hrabstwo Lawrence,Lawrence,Lawrence Kun,Lawrence Kūn,Lawrence konderria,Lorens,Loruns,Lourens,Lourens srjan,Okrug Lorens,Quan Lawrence,Quận Lawrence,lao lun si xian,lararensa ka'unti,rorensu jun,shhrstan larns  ayndyana,Лоренс,Лорънс,Лоуренс,Округ Лоренс,Լոուրենս շրջան,شهرستان لارنس، ایندیانا,لارنس کاؤنٹی، انڈیانا,مقاطعة لورانس,লৱরেন্স কাউন্টি,ローレンス郡,勞倫斯縣		US	IN	093	46134	America/Indiana/Indianapolis
4260977	Marion County	marion-county	Comitatul Marion,Comte de Marion,Comté de Marion,Condado de Marion,Condado han Marion,Contea di Marion,Hrabstwo Marion,Marion,Marion Kun,Marion Kūn,Marion konderria,Marion megye,Marion srjan,Marioni maakond,Mariun,Mehrion,Merion,Okrug Marion,Quan Marion,Quận Marion,ma li ang xian,mari'ona ka'unti,marion jun,mqatʿt marywn,shhrstan marywn  ayndyana,Мариън,Меріон,Мэрион,Округ Марион,Մարիոն շրջան,شهرستان ماریون، ایندیانا,ماریون کاؤنٹی، انڈیانا,مقاطعة ماريون,মারিওন কাউন্টি,マリオン郡,馬里昂縣		US	IN	097	903393	America/Indiana/Indianapolis
4261020	Martin County	martin-county	Comitatul Martin,Comte de Martin,Comté de Martin,Condado de Martin,Condado han Martin,Contea di Martin,Hrabstwo Martin,Martin,Martin Kun,Martin Kūn,Martin konderria,Martin megye,Martin srjan,Okrug Martin,Quan Martin,Quận Martin,ma ding xian,martina ka'unti,matin jun,shhrstan martyn  ayndyana,Мартин,Мартін,Округ Мартин,Մարտին շրջան,شهرستان مارتین، ایندیانا,مارٹن کاؤنٹی، انڈیانا,مقاطعة مارتن,মার্টিন কাউন্টি,マーティン郡,馬丁縣		US	IN	101	10334	America/Indiana/Vincennes
4261526	Monroe County	monroe-county	Comitatul Monroe,Comte de Monroe,Comté de Monroe,Condado de Monroe,Condado han Monroe,Contea di Monroe,Hrabstwo Monroe,Monro,Monro srjan,Monroe,Monroe Kun,Monroe Kūn,Monroe konderria,Monroe maakond,Monroe megye,Okrug Monro,Quan Monroe,Quận Monroe,manarau ka'unti,men luo xian,monro jun,shhrstan mwnrw  ayndyana,Монро,Округ Монро,Մոնրո շրջան,شهرستان مونرو، ایندیانا,مقاطعة مونرو,مونرو کاؤنٹی، انڈیانا,মনরৌ কাউন্টি,モンロー郡,門羅縣		US	IN	105	137974	America/Indiana/Indianapolis
4261598	Morgan County	morgan-county	Comitatul Morgan,Comte de Morgan,Comté de Morgan,Condado de Morgan,Condado han Morgan,Contea di Morgan,Hrabstwo Morgan,Morgan,Morgan Kun,Morgan Kūn,Morgan konderria,Morgan megye,Morgan srjan,Okrug Morgan,Quan Morgan,Quận Morgan,maragana ka'unti,mo gen xian,mogan jun,shhrstan mwrgan  ayndyana,Морган,Морґан,Округ Морган,Մորգան շրջան,شهرستان مورگان، ایندیانا,مقاطعة مورغان,مورگن کاؤنٹی، انڈیانا,মরগান কাউন্টি,モーガン郡,摩根縣		US	IN	109	68894	America/Indiana/Indianapolis
4262462	Ohio County	ohio-county	Comitatul Ohio,Comte d'Ohio,Comté d'Ohio,Condado de Ohio,Condado han Ohio,Contea di Ohio,Hrabstwo Ohio,Ogajo,Ohayo srjan,Ohio,Ohio Kun,Ohio Kūn,Ohio konderria,Ohio megye,Okhajo,Okrug Okhajo,Quan Ohio,Quận Ohio,e hai e xian,oha'i'o ka'unti,ohaio jun,ohayo ka'unti,shhrstan awhayw  ayndyana,Огайо,Округ Охајо,Охайо,Օհայո շրջան,اوہائیو کاؤنٹی، انڈیانا,شهرستان اوهایو، ایندیانا,مقاطعة أوهايو,ओहायो काउंटी,ওহাইও কাউন্টি,オハイオ郡,俄亥俄县		US	IN	115	6128	America/New_York
4262595	Orange County	orange-county	Comte d'Orange,Comté d'Orange,Orange		US	IN	117	19840	America/Indiana/Indianapolis
4262691	Owen County	owen-county	Comitatul Owen,Comte d'Owen,Comté d'Owen,Condado de Owen,Condado han Owen,Contea di Owen,Hrabstwo Owen,Okrug Oven,Ouehn,Ouen,Ouen srjan,Owen,Owen Kun,Owen Kūn,Owen konderria,Owen megye,Oweni maakond,Quan Owen,Quận Owen,ou wen xian,ou~en jun,raena ka'unti,shhrstan awwn  ayndyana,Округ Овен,Оуен,Оуэн,Օուեն շրջան,اوون کاؤنٹی، انڈیانا,شهرستان اوون، ایندیانا,مقاطعة أوين,ৱেন কাউন্টি,オーウェン郡,歐文縣		US	IN	119	21575	America/Indiana/Indianapolis
4262785	Parke County	parke-county	Comitatul Parke,Comte de Parke,Comté de Parke,Condado de Parke,Condado han Parke,Contea di Parke,Hrabstwo Parke,Okrug Park,Park,Parke,Parke Kun,Parke Kūn,Parke konderria,Parke megye,Parki,Quan Parke,Quận Parke,pa ke xian,paku jun,parke ka'unti,shhrstan park  ayndyana,Округ Парк,Парк,Парки,Փարկ շրջան,شهرستان پارک، ایندیانا,مقاطعة بارك,پارک کاؤنٹی، انڈیانا,পার্কে কাউন্টি,パーク郡,帕克縣		US	IN	121	17339	America/Indiana/Indianapolis
4262934	Perry County	perry-county	Comitatul Perry,Comte de Perry,Comté de Perry,Condado de Perry,Condado han Perry,Contea di Perry,Hrabstwo Perry,Okrug Peri,Peri,Perri,Perry,Perry Kun,Perry Kūn,Perry konderria,Perry megye,Quan Perry,Quận Perry,pei li xian,peri jun,peri ka'unti,shhrstan pry  ayndyana,Округ Пери,Пери,Перри,Перрі,Փերի շրջան,شهرستان پری، ایندیانا,مقاطعة بيري,پیری کاؤنٹی، انڈیانا,পেরী কাউন্টি,ペリー郡,佩里縣		US	IN	123	19338	America/Indiana/Tell_City
4263024	Pike County	pike-county	Comitatul Pike,Comte de Pike,Comté de Pike,Condado de Pike,Condado han Pike,Contea di Pike,Hrabstwo Pike,Okrug Pajk,Pajk,Pike,Pike Kun,Pike Kūn,Pike konderria,Pike megye,Quan Pike,Quận Pike,pa'ika ka'unti,pai ke xian,paiku jun,shhrstan payk  ayndyana,Округ Пајк,Пайк,Փայկ շրջան,شهرستان پایک، ایندیانا,مقاطعة بايك,پائیک کاؤنٹی، انڈیانا,পাইক কাউন্টি,パイク郡,派克縣		US	IN	125	12845	America/Indiana/Petersburg
4263298	Posey County	posey-county	Comitatul Posey,Comte de Posey,Comté de Posey,Condado de Posey,Condado han Posey,Contea di Posey,Hrabstwo Posey,Okrug Pozi,Posey,Posey Kun,Posey Kūn,Posey konderria,Posey megye,Pouzi,Pozi,Quan Posey,Quận Posey,bo xi xian,poji jun,pose'i ka'unti,shhrstan psy  ayndyana,Округ Пози,Пози,Поузи,Поузі,Փոզի շրջան,شهرستان پسی، ایندیانا,مقاطعة بوسي,پوزی کاؤنٹی، انڈیانا,পোসেই কাউন্টি,ポージー郡,波西縣		US	IN	129	25910	America/Chicago
4263451	Putnam County	putnam-county	Comitatul Putnam,Comte de Putnam,Comté de Putnam,Condado de Putnam,Condado han Putnam,Contea di Putnam,Hrabstwo Putnam,Okrug Patnam,Patnam,Patnem,Putnam,Putnam Kun,Putnam Kūn,Putnam konderria,Putnam megye,Quan Putnam,Quận Putnam,pattonamu jun,pu te nan xian,putanama ka'unti,shhrstan patnm  ayndyana,Округ Патнам,Патнам,Патнем,Путнам,Փատնեմ շրջան,شهرستان پاتنم، ایندیانا,پٹنم کاؤنٹی، انڈیانا,পুতনাম কাউন্টি,パットナム郡,普特南縣		US	IN	133	37963	America/Indiana/Indianapolis
4263732	Ripley County	ripley-county	Comitatul Ripley,Comte de Ripley,Comté de Ripley,Condado de Ripley,Condado han Ripley,Contea di Ripley,Hrabstwo Ripley,Okrug Ripli,Quan Ripley,Quận Ripley,Ripley,Ripley Kun,Ripley Kūn,Ripley konderria,Ripley maakond,Ripley megye,Ripli,Ripli srjan,li pu li xian,riple'i ka'unti,ripuri jun,shhrstan ryply  ayndyana,Округ Рипли,Рипли,Ріплі,Ռիպլի շրջան,رپلی کاؤنٹی، انڈیانا,شهرستان ریپلی، ایندیانا,مقاطعة ريبلي,রিপ্লেই কাউন্টি,リプリー郡,里普利縣		US	IN	137	28818	America/Indiana/Indianapolis
4263953	Rush County	rush-county	Comitatul Rush,Comte de Rush,Comté de Rush,Condado de Rush,Condado han Rush,Contea di Rush,Hrabstwo Rush,Okrug Rash,Quan Rush,Quận Rush,Ras srjan,Rash,Rush,Rush Kun,Rush Kūn,Rush konderria,Rush megye,Rushi maakond,la shen xian,rasa ka'unti,rasshu jun,shhrstan rash  ayndyana,Округ Раш,Раш,Ръш,Ռաշ շրջան,رش کاؤنٹی، انڈیانا,شهرستان راش، ایندیانا,مقاطعة روش,রাশ কাউন্টি,ラッシュ郡,拉什縣		US	IN	139	17392	America/Indiana/Indianapolis
4264540	Scott County	scott-county	Comitatul Scott,Comte de Scott,Comté de Scott,Condado de Scott,Condado han Scott,Contea di Scott,Hrabstwo Scott,Okrug Skot,Quan Scott,Quận Scott,Scott,Scott Kun,Scott Kūn,Scott konderria,Scott megye,Skot,Skot srjan,Skott,shhrstan askat  ayndyana,si ke te xian,skata ka'unti,sukotto jun,Округ Скот,Скот,Скотт,Սկոտ շրջան,سکاٹ کاؤنٹی، انڈیانا,شهرستان اسکات، ایندیانا,مقاطعة سكوت,স্কট কাউন্টি,スコット郡,斯科特縣		US	IN	143	24181	America/Indiana/Indianapolis
4264684	Shelby County	shelby-county	Comitatul Shelby,Comte de Shelby,Comté de Shelby,Condado de Shelby,Condado han Shelby,Contea di Shelby,Hrabstwo Shelby,Okrug Shelbi,Quan Shelby,Quận Shelby,Selbi srjan,Shelbi,Shelby,Shelby Kun,Shelby Kūn,Shelby konderria,Shelby megye,selaba'i ka'unti,sherubi jun,xie er bi xian,Округ Шелби,Шелби,Шелбі,Շելբի շրջան,شهرستان شل‌بای، ایندیانا,شیلبی کاؤنٹی، انڈیانا,শেলবাই কাউন্টি,シェルビー郡,謝爾比縣		US	IN	145	44436	America/Indiana/Indianapolis
4265152	Spencer County	spencer-county	Comitatul Spencer,Comte de Spencer,Comté de Spencer,Condado de Spencer,Condado han Spencer,Contea di Spencer,Hrabstwo Spencer,Okrug Spenser,Quan Spencer,Quận Spencer,Spencer,Spencer Kun,Spencer Kūn,Spencer konderria,Spencer megye,Spenceri maakond,Spenser,Spenser srjan,Spensur,shhrstan aspnsr  ayndyana,si pan sai xian,spensara ka'unti,supensa jun,Округ Спенсер,Спенсер,Спенсър,Սպենսեր շրջան,سپینسر کاؤنٹی، انڈیانا,شهرستان اسپنسر، ایندیانا,مقاطعة سبنسر,স্পেন্সার কাউন্টি,スペンサー郡,斯潘塞縣		US	IN	147	20952	America/Chicago
4265509	Sullivan County	sullivan-county	Comitatul Sullivan,Comte de Sullivan,Comté de Sullivan,Condado de Sullivan,Condado han Sullivan,Contea di Sullivan,Hrabstwo Sullivan,Okrug Salivan,Quan Sullivan,Quận Sullivan,Salivan srjan,Sallivan,Sulivan,Sullivan,Sullivan Kun,Sullivan Kūn,Sullivan konderria,Sullivan megye,sariban jun,sha li wen xian,shhrstan salywan  ayndyana,sullibana ka'unti,Округ Саливан,Салливан,Салліван,Съливан,Սալիվան շրջան,سولیوان کاؤنٹی، انڈیانا,شهرستان سالیوان، ایندیانا,مقاطعة سوليفان,সুল্লিবান কাউন্টি,サリバン郡,沙利文縣		US	IN	153	21475	America/Indiana/Indianapolis
4265618	Switzerland County	switzerland-county	Comitatul Switzerland,Comte de Switzerland,Comté de Switzerland,Condado de Switzerland,Condado han Switzerland,Contea di Switzerland,Hrabstwo Switzerland,Okrug Svicerland,Quan Switzerland,Quận Switzerland,Suicurland,Suitserlend,Svitzerlend,Switzerland,Switzerland Kun,Switzerland Kūn,Switzerland konderria,Switzerland megye,rui shi xian,shhrstan swyys  ayndyana,su'ijaralyanda ka'unti,suu~ittsu~arando jun,Округ Свицерланд,Світзерленд,Суитсерленд,Суицърланд,Շվեյցարիա շրջան,سوئٹزرلینڈ کاؤنٹی، انڈیانا,شهرستان سوئیس، ایندیانا,مقاطعة سويسرا,সুইজারল্যান্ড কাউন্টি,スウィッツァランド郡,瑞士縣		US	IN	155	10613	America/Indiana/Vevay
4266110	Union County	union-county	Comitatul Union,Comte d'Union,Comté d'Union,Condado de Union,Condado han Union,Contea di Union,Hrabstwo Union,Junion,Juniun,Okrug Junion,Quan Union,Quận Union,Union,Union Kun,Union Kūn,Union konderria,Union megye,Yunion srjan,i'uniyana ka'unti,shhrstan ywnywn  ayndyana,you ni ang xian,yunion jun,Округ Јунион,Юнион,Юниън,Юніон,Յունիոն շրջան,شهرستان یونیون، ایندیانا,مقاطعة يونيون,یونین کاؤنٹی، انڈیانا,ইউনিয়ন কাউন্টি,ユニオン郡,猶尼昂縣		US	IN	161	7516	America/Indiana/Indianapolis
4266235	Vanderburgh County	vanderburgh-county	Comitatul Vanderburgh,Comte de Vanderburgh,Comté de Vanderburgh,Condado de Vanderburgh,Condado han Vanderburgh,Contea di Vanderburgh,Hrabstwo Vanderburgh,Okrug Vanderburg,Quan Vanderburgh,Quận Vanderburgh,Vanderberg,Vanderburg,Vanderburg County,Vanderburg srjan,Vanderburgh,Vanderburgh County,Vanderburgh Kun,Vanderburgh Kūn,Vanderburgh konderria,Vanderburgh megye,bandabagu jun,bhanderabarga ka'unti,fan de bao xian,shhrstan wndrbwrg  ayndyana,Вандерберг,Вандербърг,Округ Вандербург,Վանդերբուրգ շրջան,شهرستان وندربورگ، ایندیانا,مقاطعة فندربور,وینڈربرگ کاؤنٹی، انڈیانا,ভান্দেরবার্গ কাউন্টি,バンダーバーグ郡,范德堡縣		US	IN	163	179703	America/Chicago
4266252	Vermillion County	vermillion-county	Comitatul Vermillion,Comte de Vermillion,Comté de Vermillion,Condado de Vermillion,Condado han Vermillion,Contea di Vermillion,Hrabstwo Vermillion,Okrug Vermilion,Quan Vermillion,Quận Vermillion,Vermil'en,Vermil'jon,Vermilion County,Vermillion,Vermillion County,Vermillion Kun,Vermillion Kūn,Vermillion konderria,Vermillion megye,Vermillionin piirikunta,Vermilyon srjan,Vurmiliun,bamirion jun,bharmiliyana ka'unti,fu mi li en xian,shhrstan wrmylywn  ayndyana,Вермильен,Вермільйон,Върмилиън,Округ Вермилион,Վերմիլյոն շրջան,شهرستان ورمیلیون، ایندیانا,مقاطعة فيرميليون,ویرملین کاؤنٹی، انڈیانا,ভার্মিলিয়ন কাউন্টি,バーミリオン郡,弗米利恩縣		US	IN	165	16212	America/Indiana/Indianapolis
4266295	Vigo County	vigo-county	Comitatul Vigo,Comte de Vigo,Comté de Vigo,Condado de Vigo,Condado han Vigo,Contea di Vigo,Hrabstwo Vigo,Okrug Vajgo,Quan Vigo,Quận Vigo,Vigo,Vigo Kun,Vigo Kūn,Vigo konderria,Vigo megye,Vigo srjan,bhiga ka'unti,bigo jun,shhrstan wygw  ayndyana,wei ge xian,Виго,Віго,Округ Вајго,Վիգո շրջան,شهرستان ویگو، ایندیانا,مقاطعة فيغو,ویگو کاؤنٹی، انڈیانا,ভিগ কাউন্টি,ビーゴ郡,維哥縣		US	IN	167	107848	America/Indiana/Indianapolis
4266579	Warrick County	warrick-county	Comitatul Warrick,Comte de Warrick,Comté de Warrick,Condado de Warrick,Condado han Warrick,Contea di Warrick,Hrabstwo Warrick,Okrug Vorik,Quan Warrick,Quận Warrick,Uorik,Uorrik,Vorrik,Warrick,Warrick Kun,Warrick Kūn,Warrick konderria,Warrick megye,raarrika ka'unti,shhrstan waryk  ayndyana,u~orikku jun,wo li ke xian,Воррік,Округ Ворик,Уорик,Уоррик,Ուորիք շրջան,شهرستان واریک، ایندیانا,مقاطعة واريك,وارک کاؤنٹی، انڈیانا,ৱার্রিক কাউন্টি,ウォリック郡,沃里克縣		US	IN	173	59689	America/Chicago
4266588	Washington County	washington-county	Comitatul Washington,Comte de Washington,Comté de Washington,Condado de Washington,Condado han Washington,Contea di Washington,Hrabstwo Washington,Okrug Vashington,Quan Washington,Quận Washington,Vashington,Vasington srjan,Washington,Washington Kun,Washington Kūn,Washington konderria,Washington megye,Washingtoni maakond,hua sheng dun xian,raasintana ka'unti,shhrstan washyngtn  ayndyana,washinton jun,Вашингтон,Округ Вашингтон,Վաշինգտոն շրջան,شهرستان واشینگتن، ایندیانا,واشنگٹن کاؤنٹی، انڈیانا,ৱাশিংটন কাউন্টি,ワシントン郡,華盛頓縣		US	IN	175	28262	America/Indiana/Indianapolis
4266673	Wayne County	wayne-county	Comitatul Wayne,Comte de Wayne,Comté de Wayne,Condado de Wayne,Condado han Wayne,Contea di Wayne,Hrabstwo Wayne,Kantono Wayne,Okrug Vejn,Oweyn srjan,Quan Wayne,Quận Wayne,Uehjn,Uejn,Vejn,Wayne,Wayne Kun,Wayne Kūn,Wayne konderria,Wayne megye,raa'ine ka'unti,shhrstan wyn  ayndyana,u~ein jun,wei en xian,Вейн,Округ Вејн,Уейн,Уэйн,Ուեյն շրջան,شهرستان وین، ایندیانا,مقاطعة واين,وین کاؤنٹی، انڈیانا,ৱাইনে কাউন্টি,ウェイン郡,韋恩縣		US	IN	177	68917	America/Indiana/Indianapolis
4267492	Allen County	allen-county	Alen srjan,Allen,Allen Comitatus,Allen Kun,Allen Kūn,Allen konderria,Allen megye,Alun,Comitatul Allen,Comte d'Allen,Comté d'Allen,Condado de Allen,Condado han Allen,Contea di Allen,Hrabstwo Allen,Okrug Alen,Quan Allen,Quận Allen,ai lun xian,aren jun,mqatʿt alyn,shhrstan aln  kanzas,Аллен,Алън,Округ Ален,Ալեն շրջան,ایلن کاؤنٹی، کنساس,شهرستان آلن، کانزاس,مقاطعة ألين,অ্যালেন কাউন্টি,アレン郡,艾倫縣		US	KS	001	13371	America/Chicago
4267572	Anderson County	anderson-county	Anderson,Anderson Comitatus,Anderson Kun,Anderson Kūn,Anderson konderria,Anderson megye,Anderson srjan,Andersun,Comitatul Anderson,Comte d'Anderson,Comté d'Anderson,Condado de Anderson,Condado han Anderson,Contea di Anderson,Hrabstwo Anderson,Okrug Anderson,Quan Anderson,Quận Anderson,an de sen xian,andason jun,endarasana ka'unti,mqatʿt andrswn,shhrstan andrswn  kanzas,Андерсон,Андерсън,Округ Андерсон,Անդերսոն շրջան,اینڈرسن کاؤنٹی، کنساس,شهرستان اندرسون، کانزاس,مقاطعة أندرسون,এন্ডারসন কাউন্টি,アンダーソン郡,安德森縣		US	KS	003	8102	America/Chicago
4267734	Atchison County	atchison-county	Atchinson County,Atchison,Atchison Comitatus,Atchison County,Atchison Kun,Atchison Kūn,Atchison konderria,Atchison megye,Atchisoni maakond,Atchisun,Comitatul Atchison,Comte d'Atchison,Comté d'Atchison,Condado de Atchison,Condado han Atchison,Contea di Atchison,Hrabstwo Atchison,Okrug Achison,Quan Atchison,Quận Atchison,ai qi xun xian,atchison jun,etacisana ka'unti,mqatʿt atshyswn,shhrstan achyswn  kanzas,Атчисон,Атчисън,Атчісон,Округ Ачисон,Ատչիսոն շրջան,ایچیسن کاؤنٹی، کنساس,شهرستان اچیسون، کانزاس,مقاطعة أتشيسون,এটচিসন কাউন্টি,アッチソン郡,艾奇遜縣		US	KS	005	16924	America/Chicago
4267902	Barber County	barber-county	Barber,Barber Comitatus,Barber Kun,Barber Kūn,Barber konderria,Barber megye,Barber srjan,Barbur,Comitatul Barber,Comte de Barber,Comté de Barber,Condado de Barber,Condado han Barber,Contea di Barber,Hrabstwo Barber,Okrug Barber,Quan Barber,Quận Barber,ba bo xian,baba jun,barabera ka'unti,mqatʿt barbr,shhrstan barbr  kanzas,Барбер,Барбър,Округ Барбер,Բարբեր շրջան,باربر کاؤنٹی، کنساس,شهرستان باربر، کانزاس,مقاطعة باربر,বারবের কাউন্টি,バーバー郡,巴伯縣		US	KS	007	4861	America/Chicago
4267938	Barton County	barton-county	Barton,Barton Comitatus,Barton Kun,Barton Kūn,Barton konderria,Barton megye,Barton srjan,Bartoni maakond,Bartun,Comitatul Barton,Comte de Barton,Comté de Barton,Condado de Barton,Condado han Barton,Contea di Barton,Hrabstwo Barton,Okrug Barton,Quan Barton,Quận Barton,ba dun xian,baratana ka'unti,baton jun,mqatʿt bartwn,shhrstan bartwn  kanzas,Бартон,Бартън,Округ Бартон,Բարտոն շրջան,بارٹن کاؤنٹی، کنساس,شهرستان بارتون، کانزاس,مقاطعة بارتون,বারতন কাউন্টি,バートン郡,巴頓縣		US	KS	009	27674	America/Chicago
4268552	Bourbon County	bourbon-county	Bourbon,Bourbon Comitatus,Bourbon Kun,Bourbon Kūn,Bourbon konderria,Bourbon megye,Bourboni maakond,Burbon,Burbon srjan,Burbun,Comitatul Bourbon,Comte de Bourbon,Comté de Bourbon,Condado de Bourbon,Condado han Bourbon,Contea di Bourbon,Hrabstwo Bourbon,Okrug Burbon,Quan Bourbon,Quận Bourbon,babon jun,baurabona ka'unti,bo pang xian,mqatʿt bwrbwn,shhrstan bwrbn  kanzas,Бурбон,Бърбън,Округ Бурбон,Բուրբոն շրջան,بربن کاؤنٹی، کنساس,شهرستان بوربن، کانزاس,مقاطعة بوربون,বৌরবোন কাউন্টি,バーボン郡,波旁縣		US	KS	011	15173	America/Chicago
4268687	Brown County	brown-county	Braun,Braun srjan,Brown,Brown Comitatus,Brown Kun,Brown Kūn,Brown konderria,Brown megye,Comitatul Brown,Comte de Brown,Comté de Brown,Condado de Brown,Condado han Brown,Contea di Brown,Hrabstwo Brown,Okrug Braun,Quan Brown,Quận Brown,bra'una ka'unti,bu lang xian,buraun jun,mqatʿt brawn,shhrstan brawn  kanzas,Браун,Округ Браун,Բրաուն շրջան,براؤن کاؤنٹی، کنساس,شهرستان براون، کانزاس,مقاطعة براون,ব্রাউন কাউন্টি,ブラウン郡,布朗縣		US	KS	013	9984	America/Chicago
4268899	Butler County	butler-county	Batler,Batler srjan,Butler,Butler Comitatus,Butler Kun,Butler Kūn,Butler konderria,Butler megye,Butleri maakond,Butlur,Comitatul Butler,Comte de Butler,Comté de Butler,Condado de Butler,Condado han Butler,Contea di Butler,Hrabstwo Butler,Okrug Batler,Quan Butler,Quận Butler,ba te lei xian,batalara ka'unti,batora jun,mqatʿt bwtlr,shhrstan batlr  kanzas,Батлер,Бътлър,Округ Батлер,Բատլեր շրջան,شهرستان باتلر، کانزاس,مقاطعة بوتلر,বাটলার কাউন্টি,バトラー郡,巴特勒縣		US	KS	015	65880	America/Chicago
4269433	Chautauqua County	chautauqua-county	Chautauqua,Chautauqua Comitatus,Chautauqua Kun,Chautauqua Kūn,Chautauqua konderria,Chautauqua maakond,Chautauqua megye,Chotokua,Comitatul Chautauqua,Comte de Chautauqua,Comté de Chautauqua,Condado de Chautauqua,Condado han Chautauqua,Contea di Chautauqua,Hrabstwo Chautauqua,Okrug Shatokva,Quan Chautauqua,Quận Chautauqua,Shotokva,ca'utakuya ka'unti,mqatʿt tshwtaghwa,shatokua jun,shhrstan shtkwa  kanzas,xue tuo kuo xian,Округ Шатоква,Чотокуа,Шотоква,Շոտաքուա շրջան,شهرستان شتکوا، کانزاس,مقاطعة تشوتاغوا,چاوتاکوا کاؤنٹی، کنساس,চাউটাকুয়া কাউন্টি,シャトークア郡,學托擴縣		US	KS	019	3669	America/Chicago
4269459	Cherokee County	cherokee-county	Cherokee,Cherokee Comitatus,Cherokee County,Cherokee Kun,Cherokee Kūn,Cherokee konderria,Cherokee megye,Cheroki,Comitatul Cherokee,Comte de Cherokee,Comté de Cherokee,Condado de Cherokee,Condado han Cherokee,Contea di Cherokee,Hrabstwo Cherokee,McGee County,Okrug Cheroki,Quan Cherokee,Quận Cherokee,ceruki ka'unti,cheroki jun,mqatʿt tshyrwky,qie luo ji xian,shhrstan chrwky  kanzas,Округ Чероки,Чероки,Черокі,Չերոկի շրջան,شهرستان چروکی، کانزاس,مقاطعة تشيروكي,چروکی کاؤنٹی، کنساس,চেরুকী কাউন্টি,チェロキー郡,切羅基縣		US	KS	021	21603	America/Chicago
4269620	Clark County	clark-county	Clark,Clark Comitatus,Clark Kun,Clark Kūn,Clark konderria,Clark megye,Comitatul Clark,Comte de Clark,Comté de Clark,Condado de Clark,Condado han Clark,Contea di Clark,Hrabstwo Clark,Klark,Okrug Klark,Quan Clark,Quận Clark,ke la ke xian,klarka ka'unti,kuraku jun,mqatʿt klark,shhrstan klark  kanzas,Кларк,Округ Кларк,Քլարկ շրջան,شهرستان کلارک، کانزاس,مقاطعة كلارك,کلارک کاؤنٹی، کنساس,ক্লার্ক কাউন্টি,クラーク郡,克拉克縣		US	KS	025	2215	America/Chicago
4269648	Clay County	clay-county	Clay,Clay Comitatus,Clay Kun,Clay Kūn,Clay konderria,Clay megye,Comitatul Clay,Comte de Clay,Comté de Clay,Condado de Clay,Condado han Clay,Contea di Clay,Hrabstwo Clay,Klej,Okrug Klej,Quan Clay,Quận Clay,ke lai xian,kle ka'unti,kurei jun,mqatʿt klay,shhrstan kly  kanzas,Клей,Округ Клеј,Քլեյ շրջան,شهرستان کلی، کانزاس,مقاطعة كلاي,کلے کاؤنٹی، کنساس,ক্লে কাউন্টি,クレイ郡,克莱县		US	KS	027	8535	America/Chicago
4269744	Cloud County	cloud-county	Cloud,Cloud Comitatus,Cloud County,Cloud Kun,Cloud Kūn,Cloud konderria,Cloud megye,Comitatul Cloud,Comte de Cloud,Comté de Cloud,Condado de Cloud,Condado han Cloud,Contea di Cloud,Hrabstwo Cloud,Klaud,Okrug Klaud,Quan Cloud,Quận Cloud,Shirley County,ke lao de xian,klauda ka'unti,kuraudo jun,mqatʿt klawd,shhrstan klawd  kanzas,Клауд,Округ Клауд,Քլաուդ շրջան,شهرستان کلاود، کانزاس,مقاطعة كلاود,کلاؤڈ کاؤنٹی، کنساس,ক্লৌড কাউন্টি,クラウド郡,克勞德縣		US	KS	029	9533	America/Chicago
4269788	Coffey County	coffey-county	Coffee County,Coffey,Coffey Comitatus,Coffey County,Coffey Kun,Coffey Kūn,Coffey konderria,Coffey maakond,Coffey megye,Comitatul Coffey,Comte de Coffey,Comté de Coffey,Condado de Coffey,Condado han Coffey,Contea di Coffey,Hrabstwo Coffey,Koffi,Kofi,Okrug Kofi,Quan Coffey,Quận Coffey,kaphiya ka'unti,ke fei xian,kofi jun,mqatʿt kwfy,shhrstan kafy  kanzas,Кофи,Коффи,Коффі,Округ Кофи,Քոֆի շրջան,شهرستان کافی، کانزاس,مقاطعة كوفي,کافی کاؤنٹی، کنساس,কফিয় কাউন্টি,コフィー郡,科菲縣		US	KS	031	8601	America/Chicago
4269851	Comanche County	comanche-county	Comanche,Comanche Comitatus,Comanche Kun,Comanche Kūn,Comanche konderria,Comanche megye,Comitatul Comanche,Comte de Comanche,Comté de Comanche,Condado de Comanche,Condado han Comanche,Contea di Comanche,Hrabstwo Comanche,Komanchi,Okrug Komanchi,Quan Comanche,Quận Comanche,ke man qi xian,komanace ka'unti,komanchi jun,mqatʿt kwhmantshy,shhrstan kwmanchy  kanzas,Команчи,Команчі,Округ Команчи,Քոմանչի շրջան,شهرستان کومانچی، کانزاس,مقاطعة كوهمانتشي,کومینچی کاؤنٹی، کنساس,কোমানচে কাউন্টি,コマンチ郡,科曼奇縣		US	KS	033	1891	America/Chicago
4270053	Cowley County	cowley-county	Comitatul Cowley,Comte de Cowley,Comté de Cowley,Condado de Cowley,Condado han Cowley,Contea di Cowley,Cowley,Cowley Comitatus,Cowley County,Cowley Kun,Cowley Kūn,Cowley konderria,Cowley maakond,Cowley megye,Hrabstwo Cowley,Hunter County,Kauli,Kovli,Okrug Kauli,Quan Cowley,Quận Cowley,kao li xian,kauri jun,korali ka'unti,mqatʿt kawly,shhrstan kawly  kanzas,Каули,Ковлі,Округ Каули,Քոուլի շրջան,شهرستان کاولی، کانزاس,مقاطعة كاولي,کاولی کاؤنٹی، کنساس,কোৱলি কাউন্টি,カウリー郡,考利縣		US	KS	035	36311	America/Chicago
4270088	Crawford County	crawford-county	Comitatul Crawford,Comte de Crawford,Comté de Crawford,Condado de Crawford,Condado han Crawford,Contea di Crawford,Crawford,Crawford Comitatus,Crawford Kun,Crawford Kūn,Crawford konderria,Crawford megye,Hrabstwo Crawford,Kroford,Krouford,Okrug Kroford,Quan Crawford,Quận Crawford,ke lao fu de xian,kraphorda ka'unti,kuroufodo jun,mqatʿt krawfwrd,shhrstan krafwrd  kanzas,Кроуфорд,Крофорд,Округ Крофорд,Քրոուֆորդ շրջան,شهرستان کرافورد، کانزاس,مقاطعة كراوفورد,کرافورڈ کاؤنٹی، کنساس,ক্রাফোর্ড কাউন্টি,クロウフォード郡,克勞福德縣		US	KS	037	39134	America/Chicago
4270394	Dickinson County	dickinson-county	Comitatul Dickinson,Comte de Dickinson,Comté de Dickinson,Condado de Dickinson,Condado han Dickinson,Contea di Dickinson,Dickinson,Dickinson Comitatus,Dickinson Kun,Dickinson Kūn,Dickinson konderria,Dickinson megye,Dikenson srjan,Dikinson,Dikinsun,Hrabstwo Dickinson,Okrug Dikinson,di jin sen xian,dikinasana ka'unti,dikinson jun,mqatʿt dykynswn,shhrstan dykynswn  kanzas,Дикинсон,Дикинсън,Дікінсон,Округ Дикинсон,Դիկենսոն շրջան,شهرستان دیکینسون، کانزاس,مقاطعة ديكينسون,ڈکنسن کاؤنٹی، کنساس,ডিকিনসন কাউন্টি,ディキンソン郡,迪金森县		US	KS	041	19754	America/Chicago
4270436	Doniphan County	doniphan-county	Comitatul Doniphan,Comte de Doniphan,Comté de Doniphan,Condado de Doniphan,Condado han Doniphan,Contea di Doniphan,Donifan,Donifan srjan,Doniphan,Doniphan Comitatus,Doniphan Kun,Doniphan Kūn,Doniphan konderria,Doniphan megye,Hrabstwo Doniphan,Okrug Donifan,Quan Doniphan,Quận Doniphan,donifan jun,doniphana ka'unti,duo ni fen xian,mqatʿt dwnyfan,shhrstan dwnyphan  kanzas,Донифан,Доніфан,Округ Донифан,Դոնիֆան շրջան,شهرستان دونیپهان، کانزاس,مقاطعة دونيفان,ڈونیفین کاؤنٹی، کنساس,ডোনিফান কাউন্টি,ドニファン郡,多尼芬縣		US	KS	043	7945	America/Chicago
4270450	Douglas County	douglas-county	Comitatul Douglas,Comte de Douglas,Comté de Douglas,Condado de Douglas,Condado han Douglas,Contea di Douglas,Douglas,Douglas Comitatus,Douglas County,Douglas Kun,Douglas Kūn,Douglas konderria,Douglas megye,Douglase maakond,Douglass County,Duglas,Duglas srjan,Hrabstwo Douglas,Okrug Daglas,Quan Douglas,Quận Douglas,dagalasa ka'unti,dagurasu jun,dao ge la si xian,deogeulleoseu gun,mqatʿt dwghlas,shhrstan daglas  kanzas,Дуглас,Дъглас,Округ Даглас,Դուգլաս շրջան,شهرستان داگلاس، کانزاس,مقاطعة دوغلاس,ڈگلس کاؤنٹی، کنساس,ডগলাস কাউন্টি,ダグラス郡,道格拉斯縣,더글러스 군		US	KS	045	110826	America/Chicago
4270841	Edwards County	edwards-county	Comitatul Edwards,Comte d'Edwards,Comté d'Edwards,Condado de Edwards,Condado han Edwards,Contea di Edwards,Eduards,Edvards,Edvards srjan,Edwards,Edwards Comitatus,Edwards Kun,Edwards Kūn,Edwards konderria,Edwards megye,Ehdvards,Hrabstwo Edwards,Okrug Edvards,Quan Edwards,Quận Edwards,ai de hua zi xian,edaraardasa ka'unti,edowazu jun,mqatʿt adwrdz,shhrstan adwardz  kanzas,Едвардс,Едуардс,Округ Едвардс,Эдвардс,Էդվարդս շրջան,ایڈورڈز کاؤنٹی، کنساس,شهرستان ادواردز، کانزاس,مقاطعة أدوردز,এডৱার্ডস কাউন্টি,エドワーズ郡,愛德華茲縣		US	KS	047	3037	America/Chicago
4270898	Elk County	elk-county	Comitatul Elk,Comte d'Elk,Comté d'Elk,Condado de Elk,Condado han Elk,Contea di Elk,Ehlk,Elk,Elk Comitatus,Elk County,Elk Kun,Elk Kūn,Elk konderria,Elk megye,Elk srjan,Elki maakond,Godfrey County,Hrabstwo Elk,Okrug Elk,Quan Elk,Quận Elk,ai ke xian,elka ka'unti,eruku jun,mqatʿt alk,shhrstan alk  kanzas,Елк,Округ Елк,Элк,Էլկ շրջան,ایلک کاؤنٹی، کنساس,شهرستان الک، کانزاس,مقاطعة إلك,এল্ক কাউন্টি,エルク郡,艾克縣		US	KS	049	2882	America/Chicago
4270937	Ellis County	ellis-county	Comitatul Ellis,Comte d'Ellis,Comté d'Ellis,Condado de Ellis,Condado han Ellis,Contea di Ellis,Ehllis,Elis,Elis srjan,Ellis,Ellis Comitatus,Ellis Kun,Ellis Kūn,Ellis konderria,Ellis megye,Hrabstwo Ellis,Okrug Elis,Quan Ellis,Quận Ellis,ai li si xian,elisa ka'unti,erisu jun,mqatʿt aylys,shhrstan alys  kanzas,Елис,Елліс,Округ Елис,Эллис,Էլիս շրջան,ایلس کاؤنٹی، کنساس,شهرستان الیس، کانزاس,مقاطعة إيليس,এলিস কাউন্টি,エリス郡,埃利斯縣		US	KS	051	28452	America/Chicago
4270946	Ellsworth County	ellsworth-county	Comitatul Ellsworth,Comte d'Ellsworth,Comté d'Ellsworth,Condado de Ellsworth,Condado han Ellsworth,Contea di Ellsworth,Ehllsuort,Ellsvort,Ellsworth,Ellsworth Comitatus,Ellsworth Kun,Ellsworth Kūn,Ellsworth konderria,Ellsworth megye,Elsuurt,Hrabstwo Ellsworth,Okrug Elsvort,Quan Ellsworth,Quận Ellsworth,ai er si wo si xian,elasaraartha ka'unti,eruzuwasu jun,mqatʿt alzwwrth,shhrstan alzwrt  kanzas,Еллсворт,Елсуърт,Округ Елсворт,Эллсуорт,Էլսվորթ շրջան,ایلسورتھ کاؤنٹی، کنساس,شهرستان الزورت، کانزاس,مقاطعة إلزوورث,এলসৱার্থ কাউন্টি,エルズワース郡,埃爾斯沃思縣		US	KS	053	6497	America/Chicago
4271650	Ford County	ford-county	Comitatul Ford,Comte de Ford,Comté de Ford,Condado de Ford,Condado han Ford,Contea di Ford,Ford,Ford Comitatus,Ford Kun,Ford Kūn,Ford konderria,Ford megye,Ford srjan,Fordi maakond,Hrabstwo Ford,Okrug Ford,Quan Ford,Quận Ford,fodo jun,fu te xian,mqatʿt fwrd,phorda ka'unti,shhrstan fwrd  kanzas,Округ Форд,Форд,Ֆորդ շրջան,شهرستان فورد، کانزاس,فورڈ کاؤنٹی، کنساس,مقاطعة فورد,ফোর্ড কাউন্টি,フォード郡,福特縣		US	KS	057	33848	America/Chicago
4271771	Franklin County	franklin-county	Comitatul Franklin,Comte de Franklin,Comté de Franklin,Condado de Franklin,Condado han Franklin,Contea di Franklin,Franklin,Franklin Comitatus,Franklin Kun,Franklin Kūn,Franklin konderria,Franklin megye,Franklin srjan,Franklini maakond,Hrabstwo Franklin,Okrug Frenklin,Quan Franklin,Quận Franklin,fu lan ke lin xian,furankurin jun,mqatʿt frankln,phrankalina ka'unti,shhrstan franklyn  kanzas,Округ Френклин,Франклин,Франклін,Ֆրանկլին շրջան,شهرستان فرانکلین، کانزاس,فرینکلن کاؤنٹی، کنساس,مقاطعة فرانكلن,ফ্রাঙ্কলিন কাউন্টি,フランクリン郡,富蘭克林縣		US	KS	059	25992	America/Chicago
4272003	Geary County	geary-county	Comitatul Geary,Comte de Geary,Comté de Geary,Condado de Geary,Condado han Geary,Contea di Geary,Davis County,Geary,Geary Comitatus,Geary County,Geary Kun,Geary Kūn,Geary konderria,Geary megye,Gijri,Giri,Giri srjan,Hrabstwo Geary,Okrug Giri,Quan Geary,Quận Geary,giari jun,giyeri ka'unti,ji li xian,mqatʿt ghyry,shhrstan gary  kanzas,Гийри,Гири,Округ Гири,Ґірі,Գիրի շրջան,شهرستان گاری، کانزاس,مقاطعة غيري,گیئری کاؤنٹی، کنساس,গিয়েরি কাউন্টি,ギアリー郡,吉里縣		US	KS	061	34362	America/Chicago
4272234	Graham County	graham-county	Comitatul Graham,Comte de Graham,Comté de Graham,Condado de Graham,Condado han Graham,Contea di Graham,Graham,Graham Comitatus,Graham Kun,Graham Kūn,Graham konderria,Graham megye,Graham srjan,Grejam,Grem,Greum,Hrabstwo Graham,Okrug Grejam,Quan Graham,Quận Graham,ge lan mu xian,grahama ka'unti,gurahamu jun,mqatʿt ghraham,shhrstan graham  kanzas,Грейам,Греъм,Округ Грејам,Ґрем,Գրահամ շրջան,شهرستان گراهام، کانزاس,مقاطعة غراهام,گراہم کاؤنٹی، کنساس,গ্রহাম কাউন্টি,グラハム郡,葛蘭姆縣		US	KS	065	2597	America/Chicago
4272434	Greenwood County	greenwood-county	Comitatul Greenwood,Comte de Greenwood,Comté de Greenwood,Condado de Greenwood,Condado han Greenwood,Contea di Greenwood,Greenwood,Greenwood Comitatus,Greenwood Kun,Greenwood Kūn,Greenwood konderria,Greenwood megye,Greenwoodi maakond,Grijnud,Grinvud,Grinvud srjan,Hrabstwo Greenwood,Okrug Grinvud,Quan Greenwood,Quận Greenwood,ge lin wu de xian,grinarada ka'unti,gurin'uddo jun,mqatʿt ghrynwwd,shhrstan grynwwd  kanzas,Грийнуд,Гринвуд,Округ Гринвуд,Ґрінвуд,Գրինվուդ շրջան,شهرستان گرینوود، کانزاس,مقاطعة غرينوود,گرینووڈ کاؤنٹی، کنساس,গ্রীনৱড কাউন্টি,グリーンウッド郡,格林伍德縣		US	KS	073	6689	America/Chicago
4272662	Harper County	harper-county	Comitatul Harper,Comte de Harper,Comté de Harper,Condado de Harper,Condado han Harper,Contea di Harper,Garper,Harper,Harper Comitatus,Harper Kun,Harper Kūn,Harper konderria,Harper megye,Harper srjan,Harperi maakond,Hrabstwo Harper,Kharper,Kharpur,Okrug Kharper,Quan Harper,Quận Harper,ha po xian,hapa jun,harapera ka'unti,mqatʿt harbr,shhrstan harpr  kanzas,Гарпер,Округ Харпер,Харпер,Харпър,Հարպեր շրջան,شهرستان هارپر، کانزاس,مقاطعة هاربر,ہارپر کاؤنٹی، کنساس,হারপের কাউন্টি,ハーパー郡,哈珀縣		US	KS	077	6034	America/Chicago
4272705	Harvey County	harvey-county	Comitatul Harvey,Comte de Harvey,Comté de Harvey,Condado de Harvey,Condado han Harvey,Contea di Harvey,Garvi,Harvey,Harvey Comitatus,Harvey Kun,Harvey Kūn,Harvey konderria,Harvey megye,Harvi srjan,Hrabstwo Harvey,Kharvi,Okrug Kharvi,Quan Harvey,Quận Harvey,ha wei xian,habei jun,harbhi ka'unti,mqatʿt harfy,shhrstan harwy  kanzas,Гарві,Округ Харви,Харви,Հարվի շրջան,شهرستان هاروی، کانزاس,مقاطعة هارفي,ہاروے کاؤنٹی، کنساس,হার্ভি কাউন্টি,ハーベイ郡,哈維縣		US	KS	079	34684	America/Chicago
4273049	Hodgeman County	hodgeman-county	Comitatul Hodgeman,Comte de Hodgeman,Comté de Hodgeman,Condado de Hodgeman,Condado han Hodgeman,Contea di Hodgeman,Godzhmen,Hodgeman,Hodgeman Comitatus,Hodgeman Kun,Hodgeman Kūn,Hodgeman konderria,Hodgeman megye,Hojman srjan,Hrabstwo Hodgeman,Khodzhman,Khodzhmun,Okrug Khodzman,Quan Hodgeman,Quận Hodgeman,hodajamyana ka'unti,hojjiman jun,huo zhi man xian,mqatʿt hwjman,shhrstan hajmn  kanzas,Годжмен,Округ Хоџман,Ходжман,Ходжмън,Հոջման շրջան,شهرستان هاجمن، کانزاس,مقاطعة هوجمان,ہاجمین کاؤنٹی، کنساس,হোডজম্যান কাউন্টি,ホッジマン郡,霍治曼縣		US	KS	083	1916	America/Chicago
4273514	Jackson County	jackson-county	Calhoun County,Comitatul Jackson,Comte de Jackson,Comté de Jackson,Condado de Jackson,Condado han Jackson,Contea di Jackson,Dzhaksun,Dzhekson,Hrabstwo Jackson,Jackson,Jackson Comitatus,Jackson County,Jackson Kun,Jackson Kūn,Jackson konderria,Jackson megye,Jacksoni maakond,Okrug DZekson,Quan Jackson,Quận Jackson,jakuson jun,jie ke xun xian,jyakasana ka'unti,mqatʿt jakswn,shhrstan jkswn  kanzas,Джаксън,Джексон,Округ Џексон,Ջեքսոն շրջան,جیکسن کاؤنٹی، کنساس,شهرستان جکسون، کانزاس,مقاطعة جاكسون,জ্যাকশন কাউন্টি,ジャクソン郡,杰克逊县		US	KS	085	13462	America/Chicago
4273563	Jefferson County	jefferson-county	Comitatul Jefferson,Comte de Jefferson,Comté de Jefferson,Condado de Jefferson,Condado han Jefferson,Contea di Jefferson,Dzhefersun,Dzhefferson,Hrabstwo Jefferson,Jeferson srjan,Jefferson,Jefferson Comitatus,Jefferson Kun,Jefferson Kūn,Jefferson konderria,Jefferson megye,Jeffersoni maakond,Jeffersonin piirikunta,Okrug DZeferson,Quan Jefferson,Quận Jefferson,jefason jun,jepharasana ka'unti,jie fu xun xian,mqatʿt jyfrswn,shhrstan jfrswn  kanzas,Джеферсън,Джефферсон,Округ Џеферсон,Ջեֆերսոն շրջան,جیفرسن کاؤنٹی، کنساس,شهرستان جفرسون، کانزاس,مقاطعة جيفرسون,জেফারশন কাউন্টি,ジェファーソン郡,傑佛遜縣		US	KS	087	19126	America/Chicago
4273605	Jewell County	jewell-county	Comitatul Jewell,Comte de Jewell,Comté de Jewell,Condado de Jewell,Condado han Jewell,Contea di Jewell,Dzhuehl,Dzhuell,Dzhuul,Hrabstwo Jewell,Jewell,Jewell Comitatus,Jewell Kun,Jewell Kūn,Jewell konderria,Jewell megye,Juel srjan,Okrug DZuel,Quan Jewell,Quận Jewell,jeraela ka'unti,jueru jun,mqatʿt jywyl,shhrstan jwyl  kanzas,zhu e er xian,Джуелл,Джуъл,Джуэл,Округ Џуел,Ջուել շրջան,جیول کاؤنٹی، کنساس,شهرستان جوئل، کانزاس,مقاطعة جيويل,জেৱেল কাউন্টি,ジュエル郡,朱厄爾縣		US	KS	089	3077	America/Chicago
4273638	Johnson County	johnson-county	Comitatul Johnson,Comte de Johnson,Comté de Johnson,Condado de Johnson,Condado han Johnson,Contea di Johnson,Dzhonson,Dzhonsun,Hrabstwo Johnson,Johnson,Johnson Comitatus,Johnson Kun,Johnson Kūn,Johnson konderria,Johnson megye,Jonson srjan,Okrug DZonson,Quan Johnson,Quận Johnson,jonson jun,jonsona ka'unti,mqatʿt jwnswn,shhrstan janswn  kanzas,yue han xun xian,Джонсон,Джонсън,Округ Џонсон,Ջոնսոն շրջան,جانسن کاؤنٹی، کنساس,شهرستان جانسون، کانزاس,مقاطعة جونسون,জোন্সোন কাউন্টি,ジョンソン郡,約翰遜縣		US	KS	091	544179	America/Chicago
4273980	Kingman County	kingman-county	Comitatul Kingman,Comte de Kingman,Comté de Kingman,Condado de Kingman,Condado han Kingman,Contea di Kingman,Hrabstwo Kingman,Kingman,Kingman Comitatus,Kingman Kun,Kingman Kūn,Kingman konderria,Kingman megye,Kingmani maakond,Kingmen,Kingmun,Okrug Kingman,Quan Kingman,Quận Kingman,jin man xian,kimmyana ka'unti,kinguman jun,mqatʿt kynghman,shhrstan kyngmn  kanzas,Кингман,Кингмън,Кінгмен,Округ Кингман,Քինգման շրջան,شهرستان کینگمن، کانزاس,مقاطعة كينغمان,کنگمین کاؤنٹی، کنساس,কিংম্যান কাউন্টি,キングマン郡,金曼縣		US	KS	095	7858	America/Chicago
4274001	Kiowa County	kiowa-county	Comitatul Kiowa,Comte de Kiowa,Comté de Kiowa,Condado de Kiowa,Condado han Kiowa,Contea di Kiowa,Hrabstwo Kiowa,Kajoua,Kajova,Kiowa,Kiowa Comitatus,Kiowa Kun,Kiowa Kūn,Kiowa konderria,Kiowa megye,Okrug Kajova,Quan Kiowa,Quận Kiowa,ka'iraa ka'unti,kai e wa xian,kaiowa jun,mqatʿt kywa,shhrstan kywwa  kanzas,Кайова,Кайоуа,Округ Кајова,Քիովա շրջան,شهرستان کیووا، کانزاس,مقاطعة كيوا,کآئیووا کاؤنٹی، کنساس,কাইৱা কাউন্টি,カイオワ郡,凱厄瓦縣		US	KS	097	2553	America/Chicago
4274089	Labette County	labette-county	Comitatul Labette,Comte de Labette,Comté de Labette,Condado de Labette,Condado han Labette,Contea di Labette,Hrabstwo Labette,Labet,Labet srjan,Labett,Labette,Labette Comitatus,Labette Kun,Labette Kūn,Labette konderria,Labette megye,Okrug Labet,Quan Labette,Quận Labette,la bei te xian,labette ka'unti,mqatʿt labyt,rabetto jun,shhrstan labt  kanzas,Лабет,Лабетт,Округ Лабет,Լաբետ շրջան,شهرستان لابت، کانزاس,لابیتے کاؤنٹی، کنساس,مقاطعة لابيت,লাবেত্তে কাউন্টি,ラベット郡,拉貝特縣		US	KS	099	21607	America/Chicago
4274307	Leavenworth County	leavenworth-county	Comitatul Leavenworth,Comte de Leavenworth,Comté de Leavenworth,Condado de Leavenworth,Condado han Leavenworth,Contea di Leavenworth,Hrabstwo Leavenworth,Leavenworth,Leavenworth Comitatus,Leavenworth Kun,Leavenworth Kūn,Leavenworth konderria,Leavenworth megye,Levenuehrt,Levunuurt,Livenvort,Okrug Levenvort,Quan Leavenworth,Quận Leavenworth,lai wen wo si xian,libhenaraartha ka'unti,mqatʿt lyfynwwrth,rebunwasu jun,Левенуэрт,Левънуърт,Лівенворт,Округ Левенворт,Լիվենվորթ շրջան,شهرستان لیون‌ورت، کانزاس,لیونورتھ کاؤنٹی، کنساس,مقاطعة ليفينوورث,লিভেনৱার্থ কাউন্টি,レブンワース郡,萊文沃思縣		US	KS	103	76227	America/Chicago
4278061	Riley County	riley-county	Comitatul Riley,Comte de Riley,Comté de Riley,Condado de Riley,Condado han Riley,Contea di Riley,Hrabstwo Riley,Okrug Rajli,Quan Riley,Quận Riley,Rajli,Riley,Riley Comitatus,Riley Kun,Riley Kūn,Riley konderria,Riley megye,Rili srjan,lai li xian,mqatʿt rayly,rairi jun,rile ka'unti,shhrstan ryly  kanzas,Округ Рајли,Райли,Райлі,Ռիլի շրջան,رائلی کاؤنٹی، کنساس,شهرستان ریلی، کانزاس,مقاطعة رايلي,রিলে কাউন্টি,ライリー郡,賴利縣		US	KS	161	71115	America/Chicago
4274455	Lincoln County	lincoln-county	Comitatul Lincoln,Comte de Lincoln,Comté de Lincoln,Condado de Lincoln,Condado han Lincoln,Contea di Lincoln,Hrabstwo Lincoln,Lincoln,Lincoln Comitatus,Lincoln Kun,Lincoln Kūn,Lincoln konderria,Lincoln megye,Lincolni maakond,Linkol'n,Linkoln srjan,Linkuln,Okrug Linkoln,Quan Lincoln,Quận Lincoln,lin ken xian,linkana ka'unti,mqatʿt lynkn,rinkan jun,shhrstan lynkln  kanzas,Линкольн,Линкълн,Лінкольн,Округ Линколн,Լինկոլն շրջան,شهرستان لینکلن، کانزاس,لنکن کاؤنٹی، کنساس,مقاطعة لينكن,লিঙ্কন কাউন্টি,リンカーン郡,林肯縣		US	KS	105	3241	America/Chicago
4274536	Linn County	linn-county	Comitatul Linn,Comte de Linn,Comté de Linn,Condado de Linn,Condado han Linn,Contea di Linn,Hrabstwo Linn,Lin,Lin srjan,Linn,Linn Comitatus,Linn Kun,Linn Kūn,Linn konderria,Linn megye,Okrug Lin,Quan Linn,Quận Linn,lin xian,lina ka'unti,mqatʿt ln,rin jun,Лин,Линн,Лінн,Округ Лин,Լին շրջան,مقاطعة لن,লিন কাউন্টি,リン郡,林縣		US	KS	107	9656	America/Chicago
4274916	Lyon County	lyon-county	Breckenridge County,Comitatul Lyon,Comte de Lyon,Comté de Lyon,Condado de Lyon,Condado han Lyon,Contea di Lyon,Hrabstwo Lyon,Lajon,Lion,Lion srjan,Lyon,Lyon Comitatus,Lyon County,Lyon Kun,Lyon Kūn,Lyon konderria,Lyon megye,Okrug Lajon,Quan Lyon,Quận Lyon,lai ang xian,liyana ka'unti,mqatʿt lywn,raian jun,shhrstan lywn  kanzas,Лайон,Лион,Округ Лајон,Լիոն շրջան,شهرستان لیون، کانزاس,لیون کاؤنٹی، کنساس,مقاطعة ليون,লিয়ন কাউন্টি,ライアン郡,萊昂縣		US	KS	111	33690	America/Chicago
4275073	Marion County	marion-county	Comitatul Marion,Comte de Marion,Comté de Marion,Condado de Marion,Condado han Marion,Contea di Marion,Hrabstwo Marion,Marion,Marion Comitatus,Marion Kun,Marion Kūn,Marion konderria,Marion megye,Marion srjan,Mariun,Mehrion,Merion,Okrug Marion,Quan Marion,Quận Marion,ma li ang xian,mari'ona ka'unti,marion jun,mqatʿt marywn,shhrstan marywn  kanzas,Мариън,Меріон,Мэрион,Округ Марион,Մարիոն շրջան,شهرستان ماریون، کانزاس,ماریون کاؤنٹی، کنساس,مقاطعة ماريون,মারিওন কাউন্টি,マリオン郡,馬里昂縣		US	KS	115	12660	America/Chicago
4275111	Marshall County	marshall-county	Comitatul Marshall,Comte de Marshall,Comté de Marshall,Condado de Marshall,Condado han Marshall,Contea di Marshall,Hrabstwo Marshall,Marsal srjan,Marshal,Marshall,Marshall Comitatus,Marshall Kun,Marshall Kūn,Marshall konderria,Marshall megye,Okrug Marshal,Quan Marshall,Quận Marshall,ma xie er xian,marsahala ka'unti,masharu jun,mqatʿt marshal,shhrstan marshal  kanzas,Маршал,Маршалл,Округ Маршал,Մարշալ շրջան,شهرستان مارشال، کانزاس,مارشل کاؤنٹی، کنساس,مقاطعة مارشال,মার্সহাল কাউন্টি,マーシャル郡,馬歇爾縣		US	KS	117	10117	America/Chicago
4275266	McPherson County	mcpherson-county	Comitatul McPherson,Comte de McPherson,Comté de McPherson,Condado de McPherson,Condado han McPherson,Contea di McPherson,Hrabstwo McPherson,Mak-Ferson srjan,Makferson,Makfiursun,McPherson,McPherson Comitatus,McPherson Kun,McPherson Kūn,McPherson konderria,McPherson megye,Okrug Makferson,Quan McPherson,Quận McPherson,mai ke fu sen xian,makufason jun,mqatʿt makfyrswn,myakapherasana ka'unti,Макферсон,Макфиърсън,Округ Макферсон,Մակ-Ֆերսոն շրջան,شهرستان مک‌فرسون، کانزاس,مقاطعة ماكفيرسون,مکفیرسن کاؤنٹی، کنساس,ম্যাকফেরসন কাউন্টি,マクファーソン郡,麥克弗森縣		US	KS	113	29180	America/Chicago
4275428	Miami County	miami-county	Comitatul Miami,Comte de Miami,Comté de Miami,Condado de Miami,Condado han Miami,Contea di Miami,Hrabstwo Miami,Lykins County,Majami,Mayami srjan,Miami,Miami Comitatus,Miami County,Miami Kun,Miami Kūn,Miami konderria,Miami megye,Okrug Majami,Quan Miami,Quận Miami,mai a mi xian,maiami jun,mayami ka'unti,mqatʿt myamy,shhrstan myamy  kanzas,Майами,Маями,Маямі,Округ Мајами,Մայամի շրջան,شهرستان میامی، کانزاس,مقاطعة ميامي,میامی کاؤنٹی، کنساس,মায়ামি কাউন্টি,マイアミ郡,邁阿密縣		US	KS	121	32787	America/Chicago
4275635	Mitchell County	mitchell-county	Comitatul Mitchell,Comte de Mitchell,Comté de Mitchell,Condado de Mitchell,Condado han Mitchell,Contea di Mitchell,Hrabstwo Mitchell,Michel,Mitchell,Mitchell Comitatus,Mitchell Kun,Mitchell Kūn,Mitchell konderria,Mitchell megye,Okrug Michel,Quan Mitchell,Quận Mitchell,mi qie er xian,micela ka'unti,mitcheru jun,mqatʿt mytshl,shhrstan mychl  kanzas,Митчелл,Мичел,Мітчелл,Округ Мичел,Միտչել շրջան,شهرستان میچل، کانزاس,مقاطعة ميتشل,مچل کاؤنٹی، کنساس,মিচেল কাউন্টি,ミッチェル郡,米切爾縣		US	KS	123	6373	America/Chicago
4275684	Montgomery County	montgomery-county	Comitatul Montgomery,Comte de Montgomery,Comté de Montgomery,Condado de Montgomery,Condado han Montgomery,Contea di Montgomery,Hrabstwo Montgomery,Montgomeri,Montgomeri srjan,Montgomery,Montgomery Comitatus,Montgomery Kun,Montgomery Kūn,Montgomery konderria,Montgomery megye,Montgomuri,Okrug Montgomeri,Quan Montgomery,Quận Montgomery,mantagomeri ka'unti,meng ge ma li xian,mongomeri jun,mqatʿt mwnghwmry,shhrstan mwntgwmry  kanzas,Монтгомери,Монтгомері,Монтгомъри,Округ Монтгомери,Մոնտգոմերի շրջան,شهرستان مونتگومری، کانزاس,مقاطعة مونغومري,مونٹگمری کاؤنٹی، کنساس,মন্টগোমেরী কাউন্টি,モンゴメリー郡,蒙哥馬利縣		US	KS	125	35471	America/Chicago
4275742	Morris County	morris-county	Comitatul Morris,Comte de Morris,Comté de Morris,Condado de Morris,Condado han Morris,Contea di Morris,Hrabstwo Morris,Moris,Moris srjan,Morris,Morris Comitatus,Morris County,Morris Kun,Morris Kūn,Morris konderria,Morris megye,Okrug Moris,Quan Morris,Quận Morris,Wise County,marisa ka'unti,mo li si xian,morisu jun,mqatʿt mwrys,shhrstan mwrys  kanzas,Морис,Моррис,Морріс,Округ Морис,Մորիս շրջան,شهرستان موریس، کانزاس,مقاطعة موريس,مورس کاؤنٹی، کنساس,মরিস কাউন্টি,モリス郡,摩里斯縣		US	KS	127	5923	America/Chicago
4276120	Nemaha County	nemaha-county	Comitatul Nemaha,Comte de Nemaha,Comté de Nemaha,Condado de Nemaha,Condado han Nemaha,Contea di Nemaha,Hrabstwo Nemaha,Nemaga,Nemaha,Nemaha Comitatus,Nemaha Kun,Nemaha Kūn,Nemaha konderria,Nemaha maakond,Nemaha megye,Nemaha srjan,Nimakha,Okrug Nimakha,Quan Nemaha,Quận Nemaha,mqatʿt nymaha,nemaha jun,nemaha ka'unti,ni ma ha xian,shhrstan nmaha  kanzas,Немага,Нимаха,Округ Нимаха,Նեմահա շրջան,شهرستان نماها، کانزاس,مقاطعة نيماها,نیماہ کاؤنٹی، کنساس,নেমাহা কাউন্টি,ネマハ郡,尼馬哈縣		US	KS	131	10178	America/Chicago
4276136	Neosho County	neosho-county	Comitatul Neosho,Comte de Neosho,Comté de Neosho,Condado de Neosho,Condado han Neosho,Contea di Neosho,Dorn County,Hrabstwo Neosho,Neosho,Neosho Comitatus,Neosho County,Neosho Kun,Neosho Kūn,Neosho konderria,Neosho megye,Niosho,Nioso srjan,Okrug Niosho,Quan Neosho,Quận Neosho,mqatʿt nywshw,neosho jun,ni ou xiao xian,ni'oso ka'unti,shhrstan nywshw  kanzas,Ниошо,Ніошо,Округ Ниошо,Նիոշո շրջան,شهرستان نیوشو، کانزاس,مقاطعة نيوشو,نیوشو کاؤنٹی، کنساس,নিওশো কাউন্টি,ネオショ郡,尼歐肖縣		US	KS	133	16512	America/Chicago
4276164	Ness County	ness-county	Comitatul Ness,Comte de Ness,Comté de Ness,Condado de Ness,Condado han Ness,Contea di Ness,Hrabstwo Ness,Nes,Nes srjan,Ness,Ness Comitatus,Ness Kun,Ness Kūn,Ness konderria,Ness megye,Nessi maakond,Okrug Nes,Quan Ness,Quận Ness,mqatʿt nys,nei si xian,nesa ka'unti,nesu jun,shhrstan ns  kanzas,Нес,Несс,Округ Нес,Նես շրջան,شهرستان نس، کانزاس,مقاطعة نيس,نیس کاؤنٹی، کنساس,নেস কাউন্টি,ネス郡,內斯縣		US	KS	135	3107	America/Chicago
4276454	Norton County	norton-county	Billings County,Comitatul Norton,Comte de Norton,Comté de Norton,Condado de Norton,Condado han Norton,Contea di Norton,Hrabstwo Norton,Norton,Norton Comitatus,Norton County,Norton Kun,Norton Kūn,Norton konderria,Norton megye,Norton srjan,Nortun,Okrug Norton,Quan Norton,Quận Norton,mqatʿt nwrtwn,nartana ka'unti,noton jun,nuo dun xian,shhrstan nwrtwn  kanzas,Нортон,Нортън,Округ Нортон,Նորտոն շրջան,شهرستان نورتون، کانزاس,مقاطعة نورتون,نورٹن کاؤنٹی، کنساس,নর্টন কাউন্টি,ノートン郡,諾頓縣		US	KS	137	5671	America/Chicago
4276754	Osage County	osage-county	Comitatul Osage,Comte d'Osage,Comté d'Osage,Condado de Osage,Condado han Osage,Contea di Osage,Hrabstwo Osage,Okrug Osejdz,Osage,Osage Comitatus,Osage County,Osage Kun,Osage Kūn,Osage konderria,Osage megye,Osagei maakond,Osejdzh,Oseyj srjan,Ousejdzh,Quan Osage,Quận Osage,Weller County,mqatʿt awsaj,osage ka'unti,oseji jun,ou sai qi xian,shhrstan awsyj  kanzas,Округ Осејџ,Осейдж,Оусейдж,Օսեյջ շրջան,آسیج کاؤنٹی، کنساس,شهرستان اوسیج، کانزاس,مقاطعة اوساج,ওসাগে কাউন্টি,オーセージ郡,歐塞奇縣		US	KS	139	16295	America/Chicago
4276786	Osborne County	osborne-county	Comitatul Osborne,Comte d'Osborne,Comté d'Osborne,Condado de Osborne,Condado han Osborne,Contea di Osborne,Hrabstwo Osborne,Okrug Ozborn,Osborn,Osborn srjan,Osborne,Osborne Comitatus,Osborne Kun,Osborne Kūn,Osborne konderria,Osborne megye,Ozburn,Quan Osborne,Quận Osborne,ao si bo en xian,mqatʿt awzbwrn,osarbana ka'unti,ozubon jun,shhrstan azbwrn  kanzas,Озбърн,Округ Озборн,Осборн,Օսբորն շրջան,اوسبورن کاؤنٹی، کنساس,شهرستان آزبورن، کانزاس,مقاطعة أوزبورن,ওসর্বন কাউন্টি,オズボーン郡,奧斯伯恩縣		US	KS	141	3858	America/Chicago
4276817	Ottawa County	ottawa-county	Comitatul Ottawa,Comte d'Ottawa,Comté d'Ottawa,Condado de Ottawa,Condado han Ottawa,Contea di Ottawa,Hrabstwo Ottawa,Okrug Otava,Otava,Ottava,Ottava srjan,Ottawa,Ottawa Comitatus,Ottawa Kun,Ottawa Kūn,Ottawa konderria,Ottawa megye,Quan Ottawa,Quận Ottawa,mqatʿt awtawa,otawa jun,ottaraa ka'unti,shhrstan atawa  kanzas,wo tai hua xian,Округ Отава,Отава,Оттава,Օտտավա շրջան,اوٹاوا کاؤنٹی، کنساس,شهرستان اتاوا، کانزاس,مقاطعة أوتاوا,ওট্টাৱা কাউন্টি,オタワ郡,渥太華縣		US	KS	143	6091	America/Chicago
4277045	Pawnee County	pawnee-county	Comitatul Pawnee,Comte de Pawnee,Comté de Pawnee,Condado de Pawnee,Condado han Pawnee,Contea di Pawnee,Hrabstwo Pawnee,Okrug Poni,Pawnee,Pawnee Comitatus,Pawnee Kun,Pawnee Kūn,Pawnee konderria,Pawnee megye,Poni,Ponij,Quan Pawnee,Quận Pawnee,bo ni xian,mqatʿt bwny,pauni ka'unti,poni jun,shhrstan pwny  kanzas,Округ Пони,Пони,Поний,Поні,Փոնի շրջան,شهرستان پونی، کانزاس,مقاطعة بوني,پاونی کاؤنٹی، کنساس,পৌনী কাউন্টি,ポーニー郡,波尼縣		US	KS	145	6973	America/Chicago
4277173	Phillips County	phillips-county	Comte de Phillips,Comté de Phillips,Phillips		US	KS	147	5642	America/Chicago
4277604	Pottawatomie County	pottawatomie-county	Comitatul Pottawatomie,Comte de Pottawatomie,Comté de Pottawatomie,Condado de Pottawatomie,Condado han Pottawatomie,Contea di Pottawatomie,Hrabstwo Pottawatomie,Okrug Potavotomi,Pottavatomi,Pottawatomie,Pottawatomie Comitatus,Pottawatomie Kun,Pottawatomie Kūn,Pottawatomie konderria,Pottawatomie maakond,Pottawatomie megye,Potuuotumi,Quan Pottawatomie,Quận Pottawatomie,bo te wa te mi xian,mqatʿt bwtawatwmy,potawatomi jun,pottaraatomi ka'unti,shhrstan patwatwmy  kanzas,Округ Потавотоми,Поттаватоми,Поттаватомі,Потъуотъми,Փոտավատոմի շրջան,شهرستان پاتواتومی، کانزاس,مقاطعة بوتاواتومي,پوٹاواٹومی کاؤنٹی، کنساس,পোট্টাৱাটোমি কাউন্টি,ポタワトミー郡,波特瓦特米縣		US	KS	149	21604	America/Chicago
4277733	Pratt County	pratt-county	Comitatul Pratt,Comte de Pratt,Comté de Pratt,Condado de Pratt,Condado han Pratt,Contea di Pratt,Hrabstwo Pratt,Okrug Prat,Prat,Pratt,Pratt Comitatus,Pratt Kun,Pratt Kūn,Pratt konderria,Pratt megye,Prett,Quan Pratt,Quận Pratt,mqatʿt brat,prata ka'unti,pu la te xian,puratto jun,shhrstan prt  kanzas,Округ Прат,Прат,Пратт,Претт,Փրատ շրջան,شهرستان پرت، کانزاس,مقاطعة برات,پراٹ کاؤنٹی، کنساس,প্রাট কাউন্টি,プラット郡,普拉特縣		US	KS	151	9656	America/Chicago
4277972	Reno County	reno-county	Comitatul Reno,Comte de Reno,Comté de Reno,Condado de Reno,Condado han Reno,Contea di Reno,Hrabstwo Reno,Okrug Rino,Quan Reno,Quận Reno,Reno,Reno Comitatus,Reno Kun,Reno Kūn,Reno konderria,Reno megye,Reno srjan,Rino,li nuo xian,mqatʿt rynw,reno ka'unti,rino jun,shhrstan rnw  kanzas,Округ Рино,Рино,Ріно,Ռենո շրջան,رینو کاؤنٹی، کنساس,شهرستان رنو، کانزاس,مقاطعة رينو,রেনো কাউন্টি,リノ郡,里諾縣		US	KS	155	64511	America/Chicago
4277976	Republic County	republic-county	Comitatul Republic,Comte de Republic,Comté de Republic,Condado de Republic,Condado han Republic,Contea di Republic,Hrabstwo Republic,Okrug Repablik,Quan Republic,Quận Republic,Republic,Republic Comitatus,Republic Kun,Republic Kūn,Republic konderria,Republic megye,Ripablik,Ripublik,li pa bu li ke xian,mqatʿt rybblyk,ripabalika ka'unti,ripaburikku jun,shhrstan rypablyk  kanzas,Округ Репаблик,Рипаблик,Рипъблик,Ріпаблік,Ռեպուբլիք շրջան,ریپیبلک کاؤنٹی، کنساس,شهرستان ریپابلیک، کانزاس,مقاطعة ريببليك,রিপাবলিক কাউন্টি,リパブリック郡,里帕布利克縣		US	KS	157	4980	America/Chicago
4278304	Rooks County	rooks-county	Comitatul Rooks,Comte de Rooks,Comté de Rooks,Condado de Rooks,Condado han Rooks,Contea di Rooks,Hrabstwo Rooks,Okrug Ruks,Quan Rooks,Quận Rooks,Rooks,Rooks Comitatus,Rooks Kun,Rooks Kūn,Rooks konderria,Rooks megye,Rooksi maakond,Ruks,Ruks srjan,lu ke si xian,mqatʿt rwwks,ruksa ka'unti,rukusu jun,shhrstan rwks  kanzas,Округ Рукс,Рукс,Ռուկս շրջան,روکس کاؤنٹی، کنساس,شهرستان روکس، کانزاس,مقاطعة رووكس,রুক্স কাউন্টি,ルークス郡,魯克斯縣		US	KS	163	5181	America/Chicago
4278457	Rush County	rush-county	Comitatul Rush,Comte de Rush,Comté de Rush,Condado de Rush,Condado han Rush,Contea di Rush,Hrabstwo Rush,Okrug Rash,Quan Rush,Quận Rush,Ras srjan,Rash,Rush,Rush Comitatus,Rush Kun,Rush Kūn,Rush konderria,Rush megye,Rushi maakond,la shen xian,mqatʿt rwsh,rasa ka'unti,rasshu jun,shhrstan rash  kanzas,Округ Раш,Раш,Ръш,Ռաշ շրջան,رش کاؤنٹی، کنساس,شهرستان راش، کانزاس,مقاطعة روش,রাশ কাউন্টি,ラッシュ郡,拉什縣		US	KS	165	3307	America/Chicago
4278472	Russell County	russell-county	Comitatul Russell,Comte de Russell,Comté de Russell,Condado de Russell,Condado han Russell,Contea di Russell,Hrabstwo Russell,Okrug Rasel,Rasel srjan,Rassell,Rusel,Russell,Russell Comitatus,Russell Kun,Russell Kūn,Russell konderria,Russell megye,la sai er xian,mqatʿt rwsl,rasela ka'unti,rasseru jun,shhrstan rasl  kanzas,Округ Расел,Расселл,Ръсел,Ռասել շրջան,رسل کاؤنٹی، کنساس,شهرستان راسل، کانزاس,مقاطعة روسل,রাশেল কাউন্টি,ラッセル郡,拉塞爾縣		US	KS	167	6970	America/Chicago
4278895	Saline County	saline-county	Comitatul Saline,Comte de Saline,Comté de Saline,Condado de Saline,Condado han Saline,Contea di Saline,Hrabstwo Saline,Kantono Saline,Okrug Salin,Quan Saline,Quận Saline,Salin,Salin srjan,Saline,Saline Comitatus,Saline Kun,Saline Kūn,Saline konderria,Saline megye,mqatʿt sylayn,sa lin xian,salina ka'unti,seirin jun,shhrstan salyn  kanzas,Округ Салин,Салин,Салін,Սալին շրջան,سالئین کاؤنٹی، کنساس,شهرستان سالین، کانزاس,مقاطعة سيلاين,সালিন কাউন্টি,セイリーン郡,薩林縣		US	KS	169	55606	America/Chicago
4279155	Sedgwick County	sedgwick-county	Comitatul Sedgwick,Comte de Sedgwick,Comté de Sedgwick,Condado de Sedgwick,Condado han Sedgwick,Contea di Sedgwick,Hrabstwo Sedgwick,Okrug Sedzvik,Quan Sedgwick,Quận Sedgwick,Sedgwick,Sedgwick Comitatus,Sedgwick Kun,Sedgwick Kūn,Sedgwick konderria,Sedgwick megye,Sedgwicki maakond,Sedzhuik,Sedzhvik,mqatʿt syjwyk,sai qi wei ke xian,sedagaraika ka'unti,sejiu~ikku jun,shhrstan sjwyk  kanzas,Округ Сеџвик,Седжвік,Седжуик,Սեջուիք շրջան,سیڈجویک کاؤنٹی، کنساس,شهرستان سجویک، کانزاس,مقاطعة سيجويك,সেডগৱিক কাউন্টি,セジウィック郡,塞奇威克县		US	KS	173	498365	America/Chicago
4279253	Shawnee County	shawnee-county	Comitatul Shawnee,Comte de Shawnee,Comté de Shawnee,Condado de Shawnee,Condado han Shawnee,Contea di Shawnee,Hrabstwo Shawnee,Okrug Shoni,Quan Shawnee,Quận Shawnee,Shawnee,Shawnee Comitatus,Shawnee Kun,Shawnee Kūn,Shawnee konderria,Shawnee maakond,Shawnee megye,Shoni,Shounij,Soni srjan,mqatʿt shwny,saharani ka'unti,shhrstan shawny  kanzas,shoni jun,xiao ni xian,Округ Шони,Шони,Шоні,Шоуний,Շոնի շրջան,شانی کاؤنٹی، کنساس,شهرستان شاونی، کانزاس,مقاطعة شوني,শাহৱনী কাউন্টি,ショーニー郡,肖尼縣		US	KS	177	177934	America/Chicago
4279478	Smith County	smith-county	Comitatul Smith,Comte de Smith,Comté de Smith,Condado de Smith,Condado han Smith,Contea di Smith,Hrabstwo Smith,Okrug Smit,Quan Smith,Quận Smith,Smit,Smith,Smith Comitatus,Smith Kun,Smith Kūn,Smith konderria,Smith megye,mqatʿt smyth,shhrstan asmyt  kanzas,shi mi si xian,smitha ka'unti,sumisu jun,Округ Смит,Смит,Сміт,Սմիթ շրջան,سمتھ کاؤنٹی، کنساس,شهرستان اسمیت، کانزاس,مقاطعة سميث,স্মিথ কাউন্টি,スミス郡,史密斯縣		US	KS	183	3853	America/Chicago
4279904	Stafford County	stafford-county	Comitatul Stafford,Comte de Stafford,Comté de Stafford,Condado de Stafford,Condado han Stafford,Contea di Stafford,Hrabstwo Stafford,Okrug Staford,Quan Stafford,Quận Stafford,Stafford,Stafford Comitatus,Stafford Kun,Stafford Kūn,Stafford konderria,Stafford megye,Staffordi maakond,Staford,Staford srjan,mqatʿt stafwrd,shhrstan astfwrd  kanzas,si ta fu de xian,staphaphorda ka'unti,sutaffodo jun,Округ Стафорд,Стафорд,Стаффорд,Ստաֆորդ շրջան,سٹیورڈ کاؤنٹی، کنساس,شهرستان استفورد، کانزاس,مقاطعة ستافورد,স্টাফফোর্ড কাউন্টি,スタッフォード郡,斯塔福德縣		US	KS	185	4437	America/Chicago
4280143	Sumner County	sumner-county	Comitatul Sumner,Comte de Sumner,Comté de Sumner,Condado de Sumner,Condado han Sumner,Contea di Sumner,Hrabstwo Sumner,Okrug Samner,Quan Sumner,Quận Sumner,Samner,Samner srjan,Sumner,Sumner Comitatus,Sumner Kun,Sumner Kūn,Sumner konderria,Sumner megye,Sumneri maakond,Sumnur,mqatʿt swmnr,samanara ka'unti,samuna jun,shhrstan samnr  kanzas,suo mu nai xian,Округ Самнер,Самнер,Съмнър,Սամներ շրջան,سمنر کاؤنٹی، کنساس,شهرستان سامنر، کانزاس,مقاطعة سومنر,সামনর কাউন্টি,サムナー郡,索姆奈縣		US	KS	191	24132	America/Chicago
4280609	Trego County	trego-county	Comitatul Trego,Comte de Trego,Comté de Trego,Condado de Trego,Condado han Trego,Contea di Trego,Hrabstwo Trego,Okrug Trigo,Quan Trego,Quận Trego,Trego,Trego Comitatus,Trego Kun,Trego Kūn,Trego konderria,Trego maakond,Trego megye,Trigo,mqatʿt tryghw,shhrstan trgw  kanzas,te li ge xian,torego jun,trego ka'unti,Округ Триго,Трего,Треґо,Триго,Թրեգո շրջան,شهرستان ترگو، کانزاس,مقاطعة تريغو,ٹریگو کاؤنٹی، کنساس,ট্রেগো কাউন্টি,トレゴ郡,特里戈县		US	KS	195	3001	America/Chicago
4281087	Wabaunsee County	wabaunsee-county	Comitatul Wabaunsee,Comte de Wabaunsee,Comté de Wabaunsee,Condado de Wabaunsee,Condado han Wabaunsee,Contea di Wabaunsee,Hrabstwo Wabaunsee,Okrug Vobansi,Owabonsi srjan,Quan Wabaunsee,Quận Wabaunsee,Richardson County,Uabonze,Uobonsi,Vabonsi,Wabaunsee,Wabaunsee Comitatus,Wabaunsee County,Wabaunsee Kun,Wabaunsee Kūn,Wabaunsee konderria,Wabaunsee megye,mqatʿt wabwnsy,raabaunasi ka'unti,shhrstan wbansy  kanzas,wabonshi jun,wo bang xi xian,Вабонсі,Округ Вобанси,Уабонзе,Уобонси,Ուաբոնսի շրջան,شهرستان وبانسی، کانزاس,مقاطعة وابونسي,واباونسی کاؤنٹی، کنساس,ৱাবৌনসী কাউন্টি,ワボンシー郡,沃邦西县		US	KS	197	7053	America/Chicago
4281258	Washington County	washington-county	Comitatul Washington,Comte de Washington,Comté de Washington,Condado de Washington,Condado han Washington,Contea di Washington,Hrabstwo Washington,Okrug Vashington,Quan Washington,Quận Washington,Vashington,Vasington srjan,Washington,Washington Comitatus,Washington Kun,Washington Kūn,Washington konderria,Washington megye,Washingtoni maakond,hua sheng dun xian,mqatʿt washntwn,raasintana ka'unti,shhrstan washyngtn  kanzas,washinton jun,Вашингтон,Округ Вашингтон,Վաշինգտոն շրջան,شهرستان واشینگتن، کانزاس,مقاطعة واشنطون,واشنگٹن کاؤنٹی، کنساس,ৱাশিংটন কাউন্টি,ワシントン郡,華盛頓縣		US	KS	201	5799	America/Chicago
4281852	Wilson County	wilson-county	Comitatul Wilson,Comte de Wilson,Comté de Wilson,Condado de Wilson,Condado han Wilson,Contea di Wilson,Hrabstwo Wilson,Okrug Vilson,Owilson srjan,Quan Wilson,Quận Wilson,Uilson,Uilsun,Vilson,Wilson,Wilson Comitatus,Wilson Kun,Wilson Kūn,Wilson konderria,Wilson megye,mqatʿt wylswn,railasana ka'unti,shhrstan wylswn  kanzas,u~iruson jun,wei er xun xian,Вілсон,Округ Вилсон,Уилсон,Уилсън,Ուիլսոն շրջան,شهرستان ویلسون، کانزاس,مقاطعة ويلسون,ولسن کاؤنٹی، کنساس,ৱিলসন কাউন্টি,ウィルソン郡,威爾遜縣		US	KS	205	9409	America/Chicago
4282006	Woodson County	woodson-county	Comitatul Woodson,Comte de Woodson,Comté de Woodson,Condado de Woodson,Condado han Woodson,Contea di Woodson,Hrabstwo Woodson,Okrug Vudson,Owudson srjan,Quan Woodson,Quận Woodson,Udsun,Vudson,Woodson,Woodson Comitatus,Woodson Kun,Woodson Kūn,Woodson konderria,Woodson megye,Woodsoni maakond,mqatʿt wwdswn,radasana ka'unti,shhrstan wwdsn  kanzas,uddoson jun,wu de sen xian,Вудсон,Округ Вудсон,Удсън,Ուուդսոն շրջան,شهرستان وودسن، کانزاس,مقاطعة وودسون,ووڈسن کاؤنٹی، کنساس,ৱডসন কাউন্টি,ウッドソン郡,伍德森縣		US	KS	207	3309	America/Chicago
4282035	Wyandotte County	wyandotte-county	Comitatul Wyandotte,Comte de Wyandotte,Comté de Wyandotte,Condado de Wyandotte,Condado han Wyandotte,Contea di Wyandotte,Hrabstwo Wyandotte,Okrug Vajandot,Owayandot srjan,Quan Wyandotte,Quận Wyandotte,Uajandott,Uajundot,Vajandott,Wyandotte,Wyandotte Comitatus,Wyandotte Kun,Wyandotte Kūn,Wyandotte konderria,Wyandotte megye,huai en duo te xian,mqatʿt wyandwt,raa'indotte ka'unti,shhrstan wayndat  kanzas,waiandotto jun,Ваяндотт,Округ Вајандот,Уайандотт,Уайъндот,Ուայանդոտ շրջան,شهرستان وایندات، کانزاس,مقاطعة وياندوت,وائنڈات کاؤنٹی، کنساس,ৱাইন্ডোত্তে কাউন্টি,ワイアンドット郡,懷恩多特縣		US	KS	209	157505	America/Chicago
4282211	Adair County	adair-county	Adair,Adair Kun,Adair Kūn,Adair konderria,Adehr,Ader,Ader srjan,Adeur,Comitatul Adair,Comte d'Adair,Comté d'Adair,Condado de Adair,Condado han Adair,Contea di Adair,Hrabstwo Adair,Okrug Ader,adayara ka'unti,adea jun,mqatʿt adyr,shhrstan adyr  kntaky,ya dai er xian,Адер,Адеър,Адэр,Округ Адер,Ադեր շրջան,اڈئیر کاؤنٹی، کینٹکی,اڈائر کاؤنٹی,شهرستان ادیر، کنتاکی,مقاطعة أدير,আডায়ার কাউন্টি,アデア郡,亞代爾縣		US	KY	001	18656	America/Chicago
4282393	Allen County	allen-county	Alen srjan,Allen,Allen Kun,Allen Kūn,Allen konderria,Allen megye,Alun,Comitatul Allen,Comte d'Allen,Comté d'Allen,Condado de Allen,Condado han Allen,Contea di Allen,Hrabstwo Allen,Okrug Alen,Quan Allen,Quận Allen,ai lun xian,aren jun,mqatʿt alyn,shhrstan aln  kntaky,Аллен,Алън,Округ Ален,Ալեն շրջան,ایلن کاؤنٹی,ایلن کاؤنٹی، کینٹکی,شهرستان آلن، کنتاکی,مقاطعة ألين,অ্যালেন কাউন্টি,アレン郡,艾倫縣		US	KY	003	19956	America/Chicago
4282511	Anderson County	anderson-county	Anderson,Anderson Kun,Anderson Kūn,Anderson konderria,Anderson megye,Anderson srjan,Andersun,Comitatul Anderson,Comte d'Anderson,Comté d'Anderson,Condado de Anderson,Condado han Anderson,Contea di Anderson,Hrabstwo Anderson,Okrug Anderson,Quan Anderson,Quận Anderson,an de sen xian,andason jun,endarasana ka'unti,mqatʿt andyrswn,shhrstan andrswn  kntaky,Андерсон,Андерсън,Округ Андерсон,Անդերսոն շրջան,انڈرسن کاؤنٹی، کینٹکی,اینڈرسن کاؤنٹی، کینٹکی,شهرستان اندرسون، کنتاکی,مقاطعة أنديرسون,এন্ডারসন কাউন্টি,アンダーソン郡,安德森縣		US	KY	005	21421	America/New_York
4283067	Ballard County	ballard-county	Balard srjan,Ballard,Ballard Kun,Ballard Kūn,Ballard konderria,Ballard megye,Bulard,Comitatul Ballard,Comte de Ballard,Comté de Ballard,Condado de Ballard,Condado han Ballard,Contea di Ballard,Hrabstwo Ballard,Okrug Balard,Quan Ballard,Quận Ballard,ba la de xian,balarda ka'unti,barado jun,mqatʿt balard,shhrstan balard  kntaky,Баллард,Бълард,Округ Балард,Բալարդ շրջան,بالارڈ کاؤنٹی,بیلارڈ کاؤنٹی، کینٹکی,شهرستان بالارد، کنتاکی,مقاطعة بالارد,বালার্ড কাউন্টি,バラード郡,巴拉德縣		US	KY	007	8249	America/Chicago
4283268	Barren County	barren-county	Baren srjan,Barren,Barren Kun,Barren Kūn,Barren konderria,Barren megye,Barun,Berren,Comitatul Barren,Comte de Barren,Comté de Barren,Condado de Barren,Condado han Barren,Contea di Barren,Hrabstwo Barren,Kantono Barren,Okrug Beren,Quan Barren,Quận Barren,ba lun xian,baren jun,barena ka'unti,mqatʿt baryn,shhrstan brn  kntaky,Баррен,Барън,Беррен,Округ Берен,Բարեն շրջան,بیرن کاؤنٹی,بیرن کاؤنٹی، کینٹکی,شهرستان برن، کنتاکی,مقاطعة بارين,বারেন কাউন্টি,バーレン郡,巴倫縣		US	KY	009	42173	America/Chicago
4283333	Bath County	bath-county	Bat,Bath,Bath Kun,Bath Kūn,Bath konderria,Bath megye,Comitatul Bath,Comte de Bath,Comté de Bath,Condado de Bath,Condado han Bath,Contea di Bath,Hrabstwo Bath,Okrug Bat,Quan Bath,Quận Bath,ba si xian,basu jun,batha ka'unti,mqatʿt bath,shhrstan bth  kntaky,Бат,Округ Бат,Բաթ շրջան,باتھ کاؤنٹی، کینٹکی,شهرستان بث، کنتاکی,مقاطعة باث,বাথ কাউন্টি,バス郡,巴斯縣		US	KY	011	11591	America/New_York
4283814	Bell County	bell-county	Bel,Bel srjan,Bell,Bell County,Bell Kun,Bell Kūn,Bell konderria,Bell megye,Belli maakond,Comitatul Bell,Comte de Bell,Comté de Bell,Condado de Bell,Condado han Bell,Contea di Bell,Hrabstwo Bell,Josh Bell County,Okrug Bel,Quan Bell,Quận Bell,bei er xian,bela ka'unti,beru jun,mqatʿt byl,shhrstan bl  kntaky,Бел,Белл,Округ Бел,Բել շրջան,بل کاؤنٹی,بیل کاؤنٹی، کینٹکی,شهرستان بل، کنتاکی,مقاطعة بيل,বেল কাউন্টি,ベル郡,貝爾縣		US	KY	013	28691	America/New_York
4285233	Bourbon County	bourbon-county	Bourbon,Bourbon Kun,Bourbon Kūn,Bourbon konderria,Bourbon megye,Bourboni maakond,Burbon,Burbon srjan,Burbun,Comitatul Bourbon,Comte de Bourbon,Comté de Bourbon,Condado de Bourbon,Condado han Bourbon,Contea di Bourbon,Hrabstwo Bourbon,Okrug Burbon,Quan Bourbon,Quận Bourbon,babon jun,baurabana ka'unti,bo pang xian,mqatʿt bwrbwn,shhrstan bwrbn  kntaky,Бурбон,Бърбън,Округ Бурбон,Բուրբոն շրջան,بربن کاؤنٹی، کینٹکی,بوربون کاؤنٹی,شهرستان بوربن، کنتاکی,مقاطعة بوربون,বৌরবন কাউন্টি,バーボン郡,波旁縣		US	KY	017	19985	America/New_York
4285302	Boyd County	boyd-county	Bojd,Boyd,Boyd Kun,Boyd Kūn,Boyd konderria,Boyd megye,Boyd srjan,Comitatul Boyd,Comte de Boyd,Comté de Boyd,Condado de Boyd,Condado han Boyd,Contea di Boyd,Hrabstwo Boyd,Okrug Bojd,Quan Boyd,Quận Boyd,bo yi de xian,boido jun,boyada ka'unti,mqatʿt bwyd,shhrstan bwyd  kntaky,Бойд,Округ Бојд,Բոյդ շրջան,بائڈ کاؤنٹی، کینٹکی,بوئڈ کاؤنٹی,شهرستان بوید، کنتاکی,مقاطعة بويد,বোয়ড কাউন্টি,ボイド郡,博伊德縣		US	KY	019	49542	America/New_York
4285317	Boyle County	boyle-county	Bojl,Boyl srjan,Boyle,Boyle Kun,Boyle Kūn,Boyle konderria,Boyle megye,Comitatul Boyle,Comtat de Boyle,Comte de Boyle,Comté de Boyle,Condado de Boyle,Condado han Boyle,Contea di Boyle,Hrabstwo Boyle,Okrug Bojl,Quan Boyle,Quận Boyle,bo yi er xian,boiru jun,boyale ka'unti,mqatʿt bwyl,shhrstan bwyl  kntaky,Бойл,Округ Бојл,Բոյլ շրջան,بوئل کاؤنٹی,بوئیل کاؤنٹی، کینٹکی,شهرستان بویل، کنتاکی,مقاطعة بويل,বোয়লে কাউন্টি,ボイル郡,博伊爾縣		US	KY	021	28432	America/New_York
4285325	Bracken County	bracken-county	Bracken,Bracken Kun,Bracken Kūn,Bracken konderria,Bracken megye,Braken,Brakun,Comitatul Bracken,Comte de Bracken,Comté de Bracken,Condado de Bracken,Condado han Bracken,Contea di Bracken,Hrabstwo Bracken,Okrug Braken,Quan Bracken,Quận Bracken,brakena ka'unti,bu la ken xian,burakken jun,mqatʿt brakyn,shhrstan brakn  kntaky,Бракен,Бракън,Округ Бракен,Բրաքեն շրջան,بریکن کاؤنٹی,بریکن کاؤنٹی، کینٹکی,شهرستان براکن، کنتاکی,مقاطعة براكين,ব্রাকেন কাউন্টি,ブラッケン郡,布拉肯縣		US	KY	023	8488	America/New_York
4285423	Breathitt County	breathitt-county	Breathitt,Breathitt Kun,Breathitt Kūn,Breathitt konderria,Breathitt megye,Bretit,Bretitt,Britit,Comitatul Breathitt,Comte de Breathitt,Comté de Breathitt,Condado de Breathitt,Condado han Breathitt,Contea di Breathitt,Hrabstwo Breathitt,Okrug Bretit,Quan Breathitt,Quận Breathitt,brethita ka'unti,bu lei sa te xian,bureshitto jun,mqatʿt brythyt,shhrstan brythyt  kntaky,Бретит,Бретітт,Бритит,Округ Бретит,Բրեթիտ շրջան,بریتھیٹ کاؤنٹی، کینٹکی,بریٹہٹ کاؤنٹی,شهرستان بریثیت، کنتاکی,مقاطعة بريتهيت,ব্রেথিট কাউন্টি,ブレシット郡,布雷薩特縣		US	KY	025	13878	America/New_York
4285428	Breckinridge County	breckinridge-county	Breckinridge,Breckinridge Kun,Breckinridge Kūn,Breckinridge konderria,Breckinridge megye,Brekinridzh,Comitatul Breckinridge,Comte de Breckinridge,Comté de Breckinridge,Condado de Breckinridge,Condado han Breckinridge,Contea di Breckinridge,Hrabstwo Breckinridge,Okrug Brekinridz,Quan Breckinridge,Quận Breckinridge,brekinarija ka'unti,bu lei ken li qi xian,burekkinrijji jun,mqatʿt brykynryj,shhrstan brkynryj  kntaky,Брекинридж,Брекінрідж,Округ Брекинриџ,Բրեքինրիջ շրջան,بریکنرج کاؤنٹی,بریکنریج کاؤنٹی، کینٹکی,شهرستان برکینریج، کنتاکی,مقاطعة بريكينريج,ব্রেকিনরিজ কাউন্টি,ブレッキンリッジ郡,布雷肯里奇縣		US	KY	027	20059	America/Chicago
4286176	Bullitt County	bullitt-county	Bulit,Bulit srjan,Bullitt,Bullitt Kun,Bullitt Kūn,Bullitt konderria,Bullitt megye,Comitatul Bullitt,Comte de Bullitt,Comté de Bullitt,Condado de Bullitt,Condado han Bullitt,Contea di Bullitt,Hrabstwo Bullitt,Okrug Bulit,Quan Bullitt,Quận Bullitt,bu li te xian,bullita ka'unti,buritto jun,mqatʿt bwlyt,shhrstan bwlt  kntaky,Булит,Буллитт,Буллітт,Округ Булит,Բուլիտ շրջան,بلٹ کاؤنٹی,بولیٹ کاؤنٹی، کینٹکی,شهرستان بولت، کنتاکی,مقاطعة بوليت,বুল্লিট কাউন্টি,ブリット郡,布利特縣		US	KY	029	74319	America/New_York
4286382	Butler County	butler-county	Batler,Butler,Butler Kun,Butler Kūn,Butler konderria,Butler megye,Butlur,Comitatul Butler,Comte de Butler,Comté de Butler,Condado de Butler,Condado han Butler,Contea di Butler,Hrabstwo Butler,Okrug Batler,Quan Butler,Quận Butler,ba te lei xian,batarara ka'unti,batora jun,mqatʿt btlr,shhrstan batlr  kntaky,Батлер,Бътлър,Округ Батлер,Բաթլեր շրջան,بٹلر کاؤنٹی,بٹلر کاؤنٹی، کینٹکی,شهرستان باتلر، کنتاکی,مقاطعة بتلر,বাটরার কাউন্টি,バトラー郡,巴特勒縣		US	KY	031	12690	America/Chicago
4286500	Caldwell County	caldwell-county	Caldwell,Caldwell Kun,Caldwell Kūn,Caldwell konderria,Caldwell megye,Comitatul Caldwell,Comte de Caldwell,Comté de Caldwell,Condado de Caldwell,Condado han Caldwell,Contea di Caldwell,Hrabstwo Caldwell,Kolduehll,Kolduel,Koldvell,Okrug Koldvel,Quan Caldwell,Quận Caldwell,kaldaraela ka'unti,kao de wei er xian,korudou~eru jun,mqatʿt kaldwyl,shhrstan kaldwl  kntaky,Колдвелл,Колдуел,Колдуэлл,Округ Колдвел,Քոլդուել շրջան,شهرستان کالدول، کنتاکی,مقاطعة كالدويل,کالڈول کاؤنٹی,کالڈویل کاؤنٹی، کینٹکی,কাল্ডৱেল কাউন্টি,コールドウェル郡,考德威爾縣		US	KY	033	12984	America/Chicago
4286549	Calloway County	calloway-county	Calloway,Calloway Kun,Calloway Kūn,Calloway konderria,Calloway megye,Comitatul Calloway,Comte de Calloway,Comté de Calloway,Condado de Calloway,Condado han Calloway,Contea di Calloway,Hrabstwo Calloway,Kallovej,Kehllouehj,Koluuej,Okrug Kalovej,Quan Calloway,Quận Calloway,ka luo wei xian,kalorae ka'unti,karou~ei jun,mqatʿt kalwway,shhrstan klwwy  kntaky,Калловей,Колъуей,Кэллоуэй,Округ Каловеј,Քալոուեյ շրջան,شهرستان کلووی، کنتاکی,مقاطعة كالوواي,کالووے کاؤنٹی,کالووے کاؤنٹی، کینٹکی,কলোৱে কাউন্টি,カロウェイ郡,卡洛威縣		US	KY	035	37191	America/Chicago
4286705	Campbell County	campbell-county	Campbell,Campbell Kun,Campbell Kūn,Campbell konderria,Campbell megye,Comitatul Campbell,Comte de Campbell,Comté de Campbell,Condado de Campbell,Condado han Campbell,Contea di Campbell,Hrabstwo Campbell,Kehmpbell,Kembul,Kempbell,Okrug Kembel,Quan Campbell,Quận Campbell,kan bei er xian,kyampabela ka'unti,kyanberu jun,mqatʿt kambbyl,shhrstan kmbl  kntaky,Кембъл,Кемпбелл,Кэмпбелл,Округ Кембел,Քեմպբել շրջան,شهرستان کمبل، کنتاکی,مقاطعة كامببيل,کیمبل کاؤنٹی,کیمبل کاؤنٹی، کینٹکی,ক্যম্পবেল কাউন্টি,キャンベル郡,坎貝爾縣		US	KY	037	90336	America/New_York
4286990	Carlisle County	carlisle-county	Carlisle,Carlisle Kun,Carlisle Kūn,Carlisle konderria,Carlisle megye,Comitatul Carlisle,Comte de Carlisle,Comté de Carlisle,Condado de Carlisle,Condado han Carlisle,Contea di Carlisle,Hrabstwo Carlisle,Karlajl,Okrug Karlajl,Quan Carlisle,Quận Carlisle,ka lai er xian,karairu jun,karlisale ka'unti,mqatʿt karlayl,shhrstan karlayl  kntaky,Карлайл,Округ Карлајл,Քարլայլ շրջան,شهرستان کارلایل، کنتاکی,مقاطعة كارلآيل,کارلائل کاؤنٹی، کینٹکی,کارلزلے کاؤنٹی,কার্লিসলে কাউন্টি,カーライル郡,卡萊爾縣		US	KY	039	5104	America/Chicago
4287048	Carroll County	carroll-county	Carroll,Carroll Kun,Carroll Kūn,Carroll konderria,Carroll megye,Comitatul Carroll,Comte de Carroll,Comté de Carroll,Condado de Carroll,Condado han Carroll,Contea di Carroll,Hrabstwo Carroll,Karroll,Kerroll,Kerul,Okrug Karol,Quan Carroll,Quận Carroll,ka luo er xian,kerola ka'unti,kyaroru jun,mqatʿt karwl,shhrstan krwl  kntaky,Карролл,Керролл,Керъл,Округ Карол,Քարոլ շրջան,شهرستان کرول، کنتاکی,مقاطعة كارول,کیرل کاؤنٹی، کینٹکی,کیرول کاؤنٹی، کینٹکی,কেরোল কাউন্টি,キャロル郡,卡洛爾縣		US	KY	041	10811	America/New_York
4287080	Carter County	carter-county	Carter,Carter Kun,Carter Kūn,Carter konderria,Carter megye,Comitatul Carter,Comte de Carter,Comté de Carter,Condado de Carter,Condado han Carter,Contea di Carter,Hrabstwo Carter,Karter,Kartur,Okrug Karter,Quan Carter,Quận Carter,ka te xian,kartara ka'unti,kata jun,mqatʿt kartr,shhrstan kartr  kntaky,Картер,Картър,Округ Картер,Քարթեր շրջան,شهرستان کارتر، کنتاکی,مقاطعة كارتر,کارٹر کاؤنٹی,کارٹر کاؤنٹی، کینٹکی,কার্টার কাউন্টি,カーター郡,卡特縣		US	KY	043	27720	America/New_York
4287126	Casey County	casey-county	Casey,Casey Kun,Casey Kūn,Casey konderria,Casey megye,Comitatul Casey,Comte de Casey,Comté de Casey,Condado de Casey,Condado han Casey,Contea di Casey,Hrabstwo Casey,Kejsi,Okrug Kejsi,Quan Casey,Quận Casey,kai xi xian,kaseya ka'unti,keshi jun,mqatʿt kysy,shhrstan kysy  kntaky,Кейси,Кейсі,Округ Кејси,Քեյսի շրջան,شهرستان کیسی، کنتاکی,مقاطعة كيسي,کیسی کاؤنٹی,کیسی کاؤنٹی، کینٹکی,কাসেয় কাউন্টি,ケーシー郡,凱西縣		US	KY	045	15955	America/New_York
4287749	Christian County	christian-county	Christian,Christian Kun,Christian Kūn,Christian konderria,Christian megye,Comitatul Christian,Comte de Christian,Comté de Christian,Condado de Christian,Condado han Christian,Contea di Christian,Hrabstwo Christian,Krischun,Kristian,Okrug Krishchan,Quan Christian,Quận Christian,ke li si di an xian,khristiyana ka'unti,kurisuchan jun,mqatʿt krstshyan,shhrstan krystyn  kntaky,Кристиан,Крисчън,Крістіан,Округ Кришчан,Քրիստիան շրջան,شهرستان کریستین، کنتاکی,مقاطعة كرستشيان,کرسچن کاؤنٹی,کرسچین کاؤنٹی، کینٹکی,খ্রিষ্টিয়ান কাউন্টি,クリスチャン郡,克里斯蒂安縣		US	KY	047	73955	America/Chicago
4287837	Clark County	clark-county	Clark,Clark Kun,Clark Kūn,Clark konderria,Clark megye,Comitatul Clark,Comte de Clark,Comté de Clark,Condado de Clark,Condado han Clark,Contea di Clark,Hrabstwo Clark,Klark,Okrug Klark,Quan Clark,Quận Clark,ke la ke xian,klarka ka'unti,kuraku jun,mqatʿt klark,shhrstan klark  kntaky,Кларк,Округ Кларк,Քլարկ շրջան,شهرستان کلارک، کنتاکی,مقاطعة كلارك,کلارک کاؤنٹی، کینٹکی,ক্লার্ক কাউন্টি,クラーク郡,克拉克縣		US	KY	049	35613	America/New_York
4287883	Clay County	clay-county	Clay,Clay Kun,Clay Kūn,Clay konderria,Clay megye,Comitatul Clay,Comte de Clay,Comté de Clay,Condado de Clay,Condado han Clay,Contea di Clay,Hrabstwo Clay,Klej,Okrug Klej,Quan Clay,Quận Clay,ke lai xian,kle ka'unti,kurei jun,mqatʿt klay,shhrstan kly  kntaky,Клей,Округ Клеј,Քլեյ շրջան,شهرستان کلی، کنتاکی,مقاطعة كلاي,کلے کاؤنٹی، کینٹکی,ক্লে কাউন্টি,クレイ郡,克莱县		US	KY	051	21730	America/New_York
4288063	Clinton County	clinton-county	Clinton,Clinton Kun,Clinton Kūn,Clinton konderria,Clinton megye,Comitatul Clinton,Comte de Clinton,Comté de Clinton,Condado de Clinton,Condado han Clinton,Contea di Clinton,Hrabstwo Clinton,Klinton,Klintun,Okrug Klinton,Quan Clinton,Quận Clinton,ke lin dun xian,klintana ka'unti,kurinton jun,mqatʿt klyntwn,shhrstan klyntn  kntaky,Клинтон,Клинтън,Клінтон,Округ Клинтон,Քլինտոն շրջան,شهرستان کلینتن، کنتاکی,مقاطعة كلينتون,کلنٹن کاؤنٹی، کینٹکی,ক্লিন্টন কাউন্টি,クリントン郡,克林頓縣		US	KY	053	10272	America/Chicago
4289074	Crittenden County	crittenden-county	Comitatul Crittenden,Comte de Crittenden,Comté de Crittenden,Condado de Crittenden,Condado han Crittenden,Contea di Crittenden,Crittenden,Crittenden Kun,Crittenden Kūn,Crittenden konderria,Crittenden megye,Crittendeni maakond,Hrabstwo Crittenden,Krittenden,Kritundun,Okrug Kritenden,Quan Crittenden,Quận Crittenden,ke li tan deng xian,kritenadena ka'unti,kurittenden jun,mqatʿt krytyndyn,shhrstan krytndn  kntaky,Криттенден,Критъндън,Кріттенден,Округ Критенден,Քրիտենդեն շրջան,شهرستان کریتندن، کنتاکی,مقاطعة كريتيندين,کرٹنڈن کاؤنٹی,کریٹینڈین کاؤنٹی، کینٹکی,ক্রিটেনডেন কাউন্টি,クリッテンデン郡,克里坦登縣		US	KY	055	9315	America/Chicago
4289242	Cumberland County	cumberland-county	Comitatul Cumberland,Comte de Cumberland,Comté de Cumberland,Condado de Cumberland,Condado han Cumberland,Contea di Cumberland,Cumberland,Cumberland Kun,Cumberland Kūn,Cumberland konderria,Cumberland megye,Hrabstwo Cumberland,Kamberlend,Kumburland,Okrug Kamberland,Quan Cumberland,Quận Cumberland,kambaralyanda ka'unti,kan bo lan xian,kanbarando jun,mqatʿt kmbrland,shhrstan kambrlnd  kntaky,Камберленд,Къмбърланд,Округ Камберланд,Քամբերլենդ շրջան,شهرستان کامبرلند، کنتاکی,مقاطعة كمبرلاند,کمبرلینڈ کاؤنٹی، کینٹکی,কাম্বারল্যান্ড কাউন্টি,カンバーランド郡,坎伯蘭縣		US	KY	057	6856	America/Chicago
4289518	Daviess County	daviess-county	Comitatul Daviess,Comte de Daviess,Comté de Daviess,Condado de Daviess,Condado han Daviess,Contea di Daviess,Daviess,Daviess Kun,Daviess Kūn,Daviess konderria,Daviess megye,Davijz,Dejvis,Deviss,Deyvies srjan,Hrabstwo Daviess,Okrug Dejvis,Quan Daviess,Quận Daviess,dai wei si xian,debhiyesa ka'unti,deibisu jun,mqatʿt dafyys,shhrstan dywys  kntaky,Давийз,Девісс,Дейвис,Округ Дејвис,Դեյվիես շրջան,شهرستان دیویس، کنتاکی,مقاطعة دافييس,ڈیوس کاؤنٹی,ڈیویس کاؤنٹی، کینٹکی,ডেভিয়েস কাউন্টি,デイビース郡,戴維斯縣		US	KY	059	96656	America/Chicago
4290885	Edmonson County	edmonson-county	Comitatul Edmonson,Comte d'Edmonson,Comté d'Edmonson,Condado de Edmonson,Condado han Edmonson,Contea di Edmonson,Edmonson,Edmonson Kun,Edmonson Kūn,Edmonson konderria,Edmonson megye,Edmonson srjan,Edmunsun,Ehdmondson,Hrabstwo Edmonson,Okrug Edmonson,Quan Edmonson,Quận Edmonson,ai de meng sen xian,edamanasana ka'unti,edomonson jun,mqatʿt admwnswn,shhrstan admwnsn  kntaky,Едмонсон,Едмънсън,Округ Едмонсон,Эдмондсон,Էդմոնսոն շրջան,ایڈمنسن کاؤنٹی، کینٹکی,ایڈمونسن کاؤنٹی,شهرستان ادمونسن، کنتاکی,مقاطعة إدمونسون,এডমনসন কাউন্টি,エドモンソン郡,埃德蒙森縣		US	KY	061	12161	America/Chicago
4291095	Elliott County	elliott-county	Comitatul Elliott,Comte d'Elliott,Comté d'Elliott,Condado de Elliott,Condado han Elliott,Contea di Elliott,Ehlliott,Eliot srjan,Eliut,Elliott,Elliott Kun,Elliott Kūn,Elliott konderria,Elliott megye,Hrabstwo Elliott,Okrug Eliot,Quan Elliott,Quận Elliott,ai li ao te xian,eliyata ka'unti,eriotto jun,mqatʿt alywt,shhrstan alywt  kntaky,Елиът,Елліотт,Округ Елиот,Эллиотт,Էլիոտ շրջան,الیوٹ کاؤنٹی,ایلیٹ کاؤنٹی، کینٹکی,شهرستان الیوت، کنتاکی,مقاطعة إليوت,এলিয়ট কাউন্টি,エリオット郡,埃利奧特縣		US	KY	063	7852	America/New_York
4291280	Estill County	estill-county	Comitatul Estill,Comte d'Estill,Comté d'Estill,Condado de Estill,Condado han Estill,Contea di Estill,Ehstill,Estil,Estil srjan,Estill,Estill Kun,Estill Kūn,Estill konderria,Estill megye,Hrabstwo Estill,Okrug Estil,Quan Estill,Quận Estill,ai si di er xian,esatila ka'unti,esutiru jun,mqatʿt astl,shhrstan astyl  kntaky,Естил,Естілл,Округ Естил,Эстилл,Էստիլ շրջան,اسٹل کاؤنٹی,ایسٹیل کاؤنٹی، کینٹکی,شهرستان استیل، کنتاکی,مقاطعة إستل,এসটিল কাউন্টি,エスティル郡,埃斯蒂爾縣		US	KY	065	14672	America/New_York
4291564	Fayette County	fayette-county	Comitatul Fayette,Comte de Fayette,Comté de Fayette,Condado de Fayette,Condado han Fayette,Contea di Fayette,Faett,Fajet,Fayet srjan,Fayette,Fayette Kun,Fayette Kūn,Fayette konderria,Fayette megye,Fejett,Hrabstwo Fayette,Okrug Fejet,Quan Fayette,Quận Fayette,faietto jun,fei ye te xian,mqatʿt fayyt,phayeta ka'unti,shhrstan fyt  kntaky,Округ Фејет,Файет,Фаєтт,Фейетт,Ֆայետ շրջան,شهرستان فیت، کنتاکی,فائیٹ کاؤنٹی، کینٹکی,فایٹ کاؤنٹی، کینٹکی,مقاطعة فاييت,ফায়েত কাউন্টি,ファイエット郡,費耶特縣		US	KY	067	295803	America/New_York
4291901	Fleming County	fleming-county	Comitatul Fleming,Comte de Fleming,Comté de Fleming,Condado de Fleming,Condado han Fleming,Contea di Fleming,Elizaville,Fleming,Fleming Kun,Fleming Kūn,Fleming konderria,Fleming megye,Fleming srjan,Hrabstwo Fleming,Okrug Fleming,Quan Fleming,Quận Fleming,fu lai ming xian,furemingu jun,mqatʿt flymngh,phlemim ka'unti,shhrstan flmyng  kntaky,Округ Флеминг,Флеминг,Флемінґ,Ֆլեմինգ շրջան,شهرستان فلمینگ، کنتاکی,فلیمنگ کاؤنٹی,فلیمنگ کاؤنٹی، کینٹکی,مقاطعة فليمنغ,ফ্লেমিং কাউন্টি,フレミング郡,弗萊明縣		US	KY	069	14348	America/New_York
4291960	Floyd County	floyd-county	Comitatul Floyd,Comte de Floyd,Comté de Floyd,Condado de Floyd,Condado han Floyd,Contea di Floyd,Flojd,Floyd,Floyd Kun,Floyd Kūn,Floyd konderria,Floyd megye,Floyd srjan,Hrabstwo Floyd,Okrug Flojd,Quan Floyd,Quận Floyd,fu luo yi de xian,furoido jun,mqatʿt flwyd,phlayada ka'unti,shhrstan flwyd  kntaky,Округ Флојд,Флойд,Ֆլոյդ շրջան,شهرستان فلوید، کنتاکی,فلائڈ کاؤنٹی,فلوئڈ کاؤنٹی، کینٹکی,مقاطعة فلويد,ফ্লয়ড কাউন্টি,フロイド郡,弗洛伊德縣		US	KY	071	39451	America/New_York
4292202	Franklin County	franklin-county	Comitatul Franklin,Comte de Franklin,Comté de Franklin,Condado de Franklin,Condado han Franklin,Contea di Franklin,Franklin,Franklin Kun,Franklin Kūn,Franklin konderria,Franklin megye,Franklin srjan,Franklini maakond,Hrabstwo Franklin,Okrug Frenklin,Quan Franklin,Quận Franklin,fu lan ke lin xian,furankurin jun,mqatʿt frankln,phrankalina ka'unti,shhrstan franklyn  kntaky,Округ Френклин,Франклин,Франклін,Ֆրանկլին շրջան,شهرستان فرانکلین، کنتاکی,فرینکلن کاؤنٹی، کینٹکی,مقاطعة فرانكلن,ফ্রাঙ্কলিন কাউন্টি,フランクリン郡,富蘭克林縣		US	KY	073	49285	America/New_York
4292427	Fulton County	fulton-county	Comitatul Fulton,Comte de Fulton,Comté de Fulton,Condado de Fulton,Condado han Fulton,Contea di Fulton,Fulton,Fulton Kun,Fulton Kūn,Fulton konderria,Fulton megye,Fulton srjan,Fultun,Hrabstwo Fulton,Okrug Fulton,Quan Fulton,Quận Fulton,fu er dun xian,furuton jun,mqatʿt fltwn,phulatana ka'unti,shhrstan fwltn  kntaky,Округ Фултон,Фултон,Фултън,Ֆուլտոն շրջան,شهرستان فولتن، کنتاکی,فلٹن کاؤنٹی، کینٹکی,مقاطعة فلتون,ফূলটন কাউন্টি,フルトン郡,富爾頓縣		US	KY	075	6813	America/Chicago
4292492	Gallatin County	gallatin-county	Comitatul Gallatin,Comte de Gallatin,Comté de Gallatin,Condado de Gallatin,Condado han Gallatin,Contea di Gallatin,Galatin srjan,Gallatin,Gallatin Kun,Gallatin Kūn,Gallatin konderria,Gallatin megye,Galutin,Hrabstwo Gallatin,Okrug Galatin,Quan Gallatin,Quận Gallatin,gyalatina ka'unti,gyaratin jun,jia la ting xian,mqatʿt ghalatyn,shhrstan galtyn  kntaky,Галлатин,Галътин,Округ Галатин,Ґаллатін,Գալատին շրջան,شهرستان گالتین، کنتاکی,مقاطعة غالاتين,گالاٹن کاؤنٹی,گیلیٹن کاؤنٹی، کینٹکی,গ্যালাটিন কাউন্টি,ギャラティン郡,加拉廷縣		US	KY	077	8589	America/New_York
4292570	Garrard County	garrard-county	Comitatul Garrard,Comte de Garrard,Comté de Garrard,Condado de Garrard,Condado han Garrard,Contea di Garrard,Dzherard,Garard,Garard srjan,Garrard,Garrard Kun,Garrard Kūn,Garrard konderria,Garrard megye,Hrabstwo Garrard,Okrug Gared,Quan Garrard,Quận Garrard,garrarda ka'unti,gearido jun,jia lei de xian,mqatʿt gharard,shhrstan grrd  kntaky,Гарард,Джерард,Округ Гаред,Ґаррард,Գարարդ շրջան,شهرستان گررد، کنتاکی,مقاطعة غارارد,گارارڈ کاؤنٹی,گیرارڈ کاؤنٹی، کینٹکی,গার্রার্ড কাউন্টি,ゲアリド郡,加勒德縣		US	KY	079	16912	America/New_York
4293148	Grant County	grant-county	Comitatul Grant,Comte de Grant,Comté de Grant,Condado de Grant,Condado han Grant,Contea di Grant,Grant,Grant Kun,Grant Kūn,Grant konderria,Grant megye,Grant srjan,Hrabstwo Grant,Okrug Grant,Quan Grant,Quận Grant,ge lan te xian,granta ka'unti,guranto jun,mqatʿt ghrant,shhrstan grnt  kntaky,Грант,Округ Грант,Գրանտ շրջան,شهرستان گرنت، کنتاکی,مقاطعة غرانت,گرانٹ کاؤنٹی، کینٹکی,گرینٹ کاؤنٹی، کینٹکی,গ্রান্ট কাউন্টি,グラント郡,格蘭特縣		US	KY	081	24662	America/New_York
4293245	Graves County	graves-county	Comitatul Graves,Comte de Graves,Comté de Graves,Condado de Graves,Condado han Graves,Contea di Graves,Graves,Graves Kun,Graves Kūn,Graves konderria,Graves megye,Grejvs,Greyvs srjan,Hrabstwo Graves,Okrug Grejvs,Quan Graves,Quận Graves,ge lei fu si xian,grabhesa ka'unti,gureibusu jun,mqatʿt ghryfz,shhrstan gryws  kntaky,Грейвс,Округ Грејвс,Ґрейвс,Գրեյվս շրջան,شهرستان گریوس، کنتاکی,مقاطعة غريفز,گریوز کاؤنٹی,گریوز کاؤنٹی، کینٹکی,গ্রাভেস কাউন্টি,グレイブス郡,格雷夫斯縣		US	KY	083	37121	America/Chicago
4293301	Grayson County	grayson-county	Comitatul Grayson,Comte de Grayson,Comté de Grayson,Condado de Grayson,Condado han Grayson,Contea di Grayson,Grayson,Grayson Kun,Grayson Kūn,Grayson konderria,Grayson megye,Grejson,Grejsun,Greyson srjan,Hrabstwo Grayson,Okrug Grejson,Quan Grayson,Quận Grayson,ge lei sen xian,gresana ka'unti,gureison jun,mqatʿt ghrayswn,shhrstan gryswn  kntaky,Грейсон,Грейсън,Округ Грејсон,Ґрейсон,Գրեյսոն շրջան,شهرستان گریسون، کنتاکی,مقاطعة غرايسون,گریسن کاؤنٹی، کینٹکی,گریسن کاؤنٹی، کینٹکی کاؤنٹی,গ্রেসন কাউন্টি,グレイソン郡,格雷森縣		US	KY	085	25746	America/Chicago
4293371	Green County	green-county	Comitatul Green,Comte de Green,Comté de Green,Condado de Green,Condado han Green,Contea di Green,Green,Green Kun,Green Kūn,Green konderria,Green megye,Grijn,Grin,Grin srjan,Hrabstwo Green,Okrug Grin,Quan Green,Quận Green,ge lin xian,grina ka'unti,gurin jun,mqatʿt ghryn,shhrstan gryn  kntaky,Грийн,Грин,Округ Грин,Ґрін,Գրին շրջան,شهرستان گرین، کنتاکی,مقاطعة غرين,گرین کاؤنٹی، کینٹکی,গ্রীন কাউন্টি,グリーン郡,格林縣		US	KY	087	11258	America/Chicago
4293471	Greenup County	greenup-county	Comitatul Greenup,Comte de Greenup,Comté de Greenup,Condado de Greenup,Condado han Greenup,Contea di Greenup,Greenup,Greenup Kun,Greenup Kūn,Greenup konderria,Greenup megye,Grijnup,Grinap,Grinap srjan,Hrabstwo Greenup,Okrug Grinup,Quan Greenup,Quận Greenup,ge li na pu xian,grina'apa ka'unti,gurinappu jun,mqatʿt ghrynwb,shhrstan grynap  kntaky,Грийнъп,Гринап,Округ Гринуп,Ґрінап,Գրինապ շրջան,شهرستان گریناپ، کنتاکی,مقاطعة غرينوب,گریناپ کاؤنٹی,گریناپ کاؤنٹی، کینٹکی,গ্রীনআপ কাউন্টি,グリーナップ郡,格里納普縣		US	KY	089	36910	America/New_York
4293950	Hancock County	hancock-county	Comitatul Hancock,Comte de Hancock,Comté de Hancock,Condado de Hancock,Condado han Hancock,Contea di Hancock,Genkok,Hancock,Hancock Kun,Hancock Kūn,Hancock konderria,Hancock megye,Hrabstwo Hancock,Khankok,Khehnkok,Okrug Khenkok,Quan Hancock,Quận Hancock,han kao ke xian,hanakoka ka'unti,hankokku jun,mqatʿt hankwk,shhrstan hnkak  kntaky,Генкок,Округ Хенкок,Ханкок,Хэнкок,Հանքոկ շրջան,شهرستان هنکاک، کنتاکی,مقاطعة هانكوك,ہینکاک کاؤنٹی، کینٹکی,ہینکوک کاؤنٹی، کینٹکی,হানকোক কাউন্টি,ハンコック郡,漢考克縣		US	KY	091	8565	America/Chicago
4294031	Hardin County	hardin-county	Comitatul Hardin,Comtat de Hardin,Comte de Hardin,Comté de Hardin,Condado de Hardin,Condado han Hardin,Contea di Hardin,Gardin,Hardin,Hardin Kun,Hardin Kūn,Hardin konderria,Hardin megye,Hardin srjan,Hardini maakond,Hrabstwo Hardin,Khardin,Okrug Khardin,Quan Hardin,Quận Hardin,ha ding xian,hadin jun,haradina ka'unti,mqatʿt hardyn,shhrstan hardyn  kntaky,Гардін,Округ Хардин,Хардин,Հարդին շրջան,شهرستان هاردین، کنتاکی,مقاطعة هاردين,ہارڈن کاؤنٹی,ہارڈن کاؤنٹی، کینٹکی,হারডিন কাউন্টি,ハーディン郡,哈丁县		US	KY	093	105543	America/New_York
4294084	Harlan County	harlan-county	Comitatul Harlan,Comte de Harlan,Comté de Harlan,Condado de Harlan,Condado han Harlan,Contea di Harlan,Garlan,Harlan,Harlan Kun,Harlan Kūn,Harlan konderria,Harlan megye,Harlan srjan,Harlani maakond,Hrabstwo Harlan,Kharlan,Okrug Kharlan,Quan Harlan,Quận Harlan,ha lun xian,haralana ka'unti,haran jun,mqatʿt harln,shhrstan harln  kntaky,Гарлан,Округ Харлан,Харлан,Հարլան շրջան,شهرستان هارلن، کنتاکی,مقاطعة هارلن,ہارلن کاؤنٹی,ہارلن کاؤنٹی، کینٹکی,হারলান কাউন্টি,ハーラン郡,哈倫縣		US	KY	095	29278	America/New_York
4294160	Harrison County	harrison-county	Comitatul Harrison,Comte de Harrison,Comté de Harrison,Condado de Harrison,Condado han Harrison,Contea di Harrison,Garrison,Harison srjan,Harrison,Harrison Kun,Harrison Kūn,Harrison konderria,Harrison megye,Hrabstwo Harrison,Kharisun,Okrug Kharison,Quan Harrison,Quận Harrison,ha li sen xian,harison jun,harisona ka'unti,mqatʿt haryswn,shhrstan hryswn  kntaky,Гаррисон,Гаррісон,Округ Харисон,Харисън,Հարիսոն շրջան,شهرستان هریسون، کنتاکی,مقاطعة هاريسون,ہیریسن کاؤنٹی، کینٹکی,হারিসোন কাউন্টি,ハリソン郡,哈里森縣		US	KY	097	18846	America/New_York
4294190	Hart County	hart-county	Comitatul Hart,Comte de Hart,Comté de Hart,Condado de Hart,Condado han Hart,Contea di Hart,Gart,Hart,Hart Kun,Hart Kūn,Hart konderria,Hart megye,Hart srjan,Harti maakond,Hrabstwo Hart,Khart,Okrug Khart,Quan Hart,Quận Hart,ha te xian,harta ka'unti,hato jun,mqatʿt hart,shhrstan hart  kntaky,Гарт,Округ Харт,Харт,Հարտ շրջան,شهرستان هارت، کنتاکی,مقاطعة هارت,ہارٹ کاؤنٹی,ہارٹ کاؤنٹی، کینٹکی,হার্ট কাউন্টি,ハート郡,哈特縣		US	KY	099	18199	America/Chicago
4294512	Henderson County	henderson-county	Comitatul Henderson,Comte de Henderson,Comté de Henderson,Condado de Henderson,Condado han Henderson,Contea di Henderson,Genderson,Henderson,Henderson Kun,Henderson Kūn,Henderson konderria,Henderson megye,Henderson srjan,Hrabstwo Henderson,Khenderson,Khendersun,Okrug Khenderson,Quan Henderson,Quận Henderson,hendarasana ka'unti,hendason jun,heng de sen xian,mqatʿt hyndyrswn,shhrstan hndrswn  kntaky,Гендерсон,Округ Хендерсон,Хендерсон,Хендерсън,Հենդերսոն շրջան,شهرستان هندرسون، کنتاکی,مقاطعة هينديرسون,ہنڈرسن کاؤنٹی,ہینڈرسن کاؤنٹی، کینٹکی,হেন্ডারসন কাউন্টি,ヘンダーソン郡,亨德森縣		US	KY	101	46250	America/Chicago
4294546	Henry County	henry-county	Comitatul Henry,Comte de Henry,Comté de Henry,Condado de Henry,Condado han Henry,Contea di Henry,Genri,Henri srjan,Henry,Henry Kun,Henry Kūn,Henry konderria,Henry megye,Hrabstwo Henry,Khenri,Okrug Khenri,Quan Henry,Quận Henry,henari ka'unti,heng li xian,henri jun,mqatʿt hnry,shhrstan hnry  kntaky,Генри,Генрі,Округ Хенри,Хенри,Հենրի շրջան,شهرستان هنری، کنتاکی,مقاطعة هنري,ہنری کاؤنٹی,ہینری کاؤنٹی، کینٹکی,হেনরি কাউন্টি,ヘンリー郡,亨利县		US	KY	103	15416	America/New_York
4294628	Hickman County	hickman-county	Comitatul Hickman,Comte de Hickman,Comté de Hickman,Condado de Hickman,Condado han Hickman,Contea di Hickman,Gikmen,Hickman,Hickman Kun,Hickman Kūn,Hickman konderria,Hickman megye,Hickmani maakond,Hrabstwo Hickman,Khikman,Khikmen,Okrug Khikman,Quan Hickman,Quận Hickman,hikamyana ka'unti,hikkuman jun,mqatʿt hykman,shhrstan hykmn  kntaky,xi ke man xian,Гікмен,Округ Хикман,Хикман,Хикмен,Հիքման շրջան,شهرستان هیکمن، کنتاکی,مقاطعة هيكمان,ہکمین کاؤنٹی,ہکمین کاؤنٹی، کینٹکی,হিকম্যান কাউন্টি,ヒックマン郡,希克曼縣		US	KY	105	4902	America/Chicago
4295247	Hopkins County	hopkins-county	Comitatul Hopkins,Comte de Hopkins,Comté de Hopkins,Condado de Hopkins,Condado han Hopkins,Contea di Hopkins,Gopkins,Hopkins,Hopkins Kun,Hopkins Kūn,Hopkins konderria,Hopkins megye,Hopkins srjan,Hopkinsi maakond,Hrabstwo Hopkins,Khopkins,Okrug Khopins,Quan Hopkins,Quận Hopkins,hapakinsa ka'unti,hopukinsu jun,huo pu jin si xian,mqatʿt hwbknz,shhrstan hapkynz  kntaky,Гопкінс,Округ Хопинс,Хопкинс,Հոպկինս շրջան,شهرستان هاپکینز، کنتاکی,مقاطعة هوبكنز,ہاپکنز کاؤنٹی,ہاپکنس کاؤنٹی، کینٹکی,হপকিন্স কাউন্টি,ホプキンス郡,霍普金斯縣		US	KY	107	46920	America/Chicago
4296106	Jackson County	jackson-county	Comitatul Jackson,Comte de Jackson,Comté de Jackson,Condado de Jackson,Condado han Jackson,Contea di Jackson,Dzhaksun,Dzhekson,Hrabstwo Jackson,Jackson,Jackson Kun,Jackson Kūn,Jackson konderria,Jackson megye,Jacksoni maakond,Okrug DZekson,Quan Jackson,Quận Jackson,jakuson jun,jie ke xun xian,jyakasana ka'unti,mqatʿt jakswn,shhrstan jkswn  kntaky,Джаксън,Джексон,Округ Џексон,Ջեքսոն շրջան,جیکسن کاؤنٹی، کینٹکی,شهرستان جکسون، کنتاکی,مقاطعة جاكسون,জ্যাকশন কাউন্টি,ジャクソン郡,杰克逊县		US	KY	109	13494	America/New_York
4296212	Jefferson County	jefferson-county	Comitatul Jefferson,Comte de Jefferson,Comté de Jefferson,Condado de Jefferson,Condado han Jefferson,Contea di Jefferson,Dzhefersun,Dzhefferson,Hrabstwo Jefferson,Jeferson srjan,Jefferson,Jefferson Kun,Jefferson Kūn,Jefferson konderria,Jefferson megye,Jeffersoni maakond,Okrug DZeferson,Quan Jefferson,Quận Jefferson,jefason jun,jepharasana ka'unti,jie fu xun xian,mqatʿt jyfyrswn,shhrstan jfrswn  kntaky,Джеферсън,Джефферсон,Округ Џеферсон,Ջեֆերսոն շրջան,جیفرسن کاؤنٹی، کینٹکی,شهرستان جفرسون، کنتاکی,مقاطعة جيفيرسون,জেফারশন কাউন্টি,ジェファーソン郡,傑佛遜縣		US	KY	111	741096	America/Kentucky/Louisville
4296292	Jessamine County	jessamine-county	Comitatul Jessamine,Comte de Jessamine,Comté de Jessamine,Condado de Jessamine,Condado han Jessamine,Contea di Jessamine,Dzhessamajn,Dzhessamin,Dzhesumin,Hrabstwo Jessamine,Jesamin srjan,Jessamine,Jessamine Kun,Jessamine Kūn,Jessamine konderria,Jessamine megye,Okrug DZesamin,Quan Jessamine,Quận Jessamine,jesamin jun,jesamina ka'unti,jie sa man xian,mqatʿt jysamyn,shhrstan jsamyn  kntaky,Джессамайн,Джессамін,Джесъмин,Округ Џесамин,Ջեսամին շրջան,جیسامین کاؤنٹی,جیسمین کاؤنٹی، کینٹکی,شهرستان جسامین، کنتاکی,مقاطعة جيسامين,জেসমিন কাউন্টি,ジェサミン郡,傑薩曼縣		US	KY	113	48586	America/New_York
4296508	Johnson County	johnson-county	Comitatul Johnson,Comte de Johnson,Comté de Johnson,Condado de Johnson,Condado han Johnson,Contea di Johnson,Dzhonson,Dzhonsun,Hrabstwo Johnson,Johnson,Johnson Kun,Johnson Kūn,Johnson konderria,Johnson megye,Jonson srjan,Okrug DZonson,Quan Johnson,Quận Johnson,jonasana ka'unti,jonson jun,mqatʿt jwnswn,shhrstan janswn  kntaky,yue han xun xian,Джонсон,Джонсън,Округ Џонсон,Ջոնսոն շրջան,جانسن کاؤنٹی,جانسن کاؤنٹی، کینٹکی,شهرستان جانسون، کنتاکی,مقاطعة جونسون,জোনসন কাউন্টি,ジョンソン郡,約翰遜縣		US	KY	115	23356	America/New_York
4296902	Kenton County	kenton-county	Comitatul Kenton,Comte de Kenton,Comté de Kenton,Condado de Kenton,Condado han Kenton,Contea di Kenton,Hrabstwo Kenton,Kenton,Kenton Kun,Kenton Kūn,Kenton konderria,Kenton megye,Kentun,Okrug Kenton,Quan Kenton,Quận Kenton,ken dun xian,kenton jun,kentona ka'unti,mqatʿt kyntwn,shhrstan kntwn  kntaky,Кентон,Кентън,Округ Кентон,Քենտոն շրջան,شهرستان کنتون، کنتاکی,مقاطعة كينتون,کینٹان کاؤنٹی، کینٹکی,کینٹن کاؤنٹی,কেন্টোন কাউন্টি,ケントン郡,肯頓縣		US	KY	117	159720	America/New_York
4297180	Knott County	knott-county	Comitatul Knott,Comte de Knott,Comté de Knott,Condado de Knott,Condado han Knott,Contea di Knott,Hrabstwo Knott,Knott,Knott Kun,Knott Kūn,Knott konderria,Knott megye,Not,Not srjan,Nott,Okrug Nat,Quan Knott,Quận Knott,mqatʿt nwt,nata ka'unti,notto jun,nuo te xian,shhrstan nat  kntaky,Нот,Нотт,Округ Нат,Նոտ շրջան,شهرستان نات، کنتاکی,مقاطعة نوت,ناٹ کاؤنٹی,ناٹ کاؤنٹی، کینٹکی,নট কাউন্টি,ノット郡,諾特縣		US	KY	119	16346	America/New_York
4297187	Knox County	knox-county	Comitatul Knox,Comte de Knox,Comté de Knox,Condado de Knox,Condado han Knox,Contea di Knox,Hrabstwo Knox,Knox,Knox Kun,Knox Kūn,Knox konderria,Knox megye,Noks,Okrug Noks,Quan Knox,Quận Knox,kaksa ka'unti,mqatʿt nwks,nokkusu jun,nuo ke si xian,shhrstan naks  kntaky,Нокс,Округ Нокс,Նոքս շրջան,شهرستان ناکس، کنتاکی,مقاطعة نوكس,ناکس کاؤنٹی، کینٹکی,کنو کاؤنٹی، کینٹکی,কক্স কাউন্টি,ノックス郡,諾克斯縣		US	KY	121	31883	America/New_York
4297424	Larue County	larue-county	Comte de Larue,Comté de Larue,Larue		US	KY	123	14193	America/New_York
4297480	Laurel County	laurel-county	Comitatul Laurel,Comte de Laurel,Comté de Laurel,Condado de Laurel,Condado han Laurel,Contea di Laurel,Hrabstwo Laurel,Laurel,Laurel Kun,Laurel Kūn,Laurel konderria,Laurel megye,Lorel,Lorel srjan,Lorul,Lourel,Okrug Lorel,Quan Laurel,Quận Laurel,lao lei er xian,laurela ka'unti,mqatʿt lwryl,roreru jun,shhrstan lawrl  kntaky,Лорел,Лоръл,Лоурел,Округ Лорел,Լորել շրջան,شهرستان لاورل، کنتاکی,لاؤرل کاؤنٹی,لورل کاؤنٹی، کینٹکی,مقاطعة لوريل,লৌরেল কাউন্টি,ローレル郡,勞雷爾縣		US	KY	125	58849	America/New_York
4301192	Monroe County	monroe-county	Comitatul Monroe,Comte de Monroe,Comté de Monroe,Condado de Monroe,Condado han Monroe,Contea di Monroe,Hrabstwo Monroe,Monro,Monro srjan,Monroe,Monroe Kun,Monroe Kūn,Monroe konderria,Monroe megye,Okrug Monro,Quan Monroe,Quận Monroe,manarau ka'unti,men luo xian,monro jun,mqatʿt mwnrw,shhrstan mwnrww  kntaky,Монро,Округ Монро,Մոնրո շրջան,شهرستان مونروو، کنتاکی,مقاطعة مونرو,منرو کاؤنٹی، کینٹکی,مونرو کاؤنٹی، کینٹکی,মনরৌ কাউন্টি,モンロー郡,門羅縣		US	KY	171	10963	America/Chicago
4297576	Lawrence County	lawrence-county	Comitatul Lawrence,Comte de Lawrence,Comté de Lawrence,Condado de Lawrence,Condado han Lawrence,Contea di Lawrence,Hrabstwo Lawrence,Lawrence,Lawrence Kun,Lawrence Kūn,Lawrence konderria,Lawrence megye,Lorens,Loruns,Lourens,Lourens srjan,Okrug Lorens,Quan Lawrence,Quận Lawrence,lao lun si xian,lararensa ka'unti,mqatʿt lwryns,rorensu jun,shhrstan larns  kntaky,Лоренс,Лорънс,Лоуренс,Округ Лоренс,Լոուրենս շրջան,شهرستان لارنس، کنتاکی,لارنس کاؤنٹی,لارنس کاؤنٹی، کینٹکی,مقاطعة لورينس,লৱরেন্স কাউন্টি,ローレンス郡,勞倫斯縣		US	KY	127	15860	America/New_York
4297704	Lee County	lee-county	Comitatul Lee,Comte de Lee,Comté de Lee,Condado de Lee,Condado han Lee,Contea di Lee,Hrabstwo Lee,Lee,Lee Kun,Lee Kūn,Lee konderria,Lee megye,Li,Li srjan,Lij,Okrug Li,Quan Lee,Quận Lee,li ka'unti,li xian,mqatʿt ly,ri jun,shhrstan ly  kntaky,Ли,Лий,Лі,Округ Ли,Լի շրջան,شهرستان لی، کنتاکی,لی کاؤنٹی، کینٹکی,مقاطعة لي,লী কাউন্টি,リー郡,李縣		US	KY	129	7887	America/New_York
4297902	Leslie County	leslie-county	Comitatul Leslie,Comte de Leslie,Comté de Leslie,Condado de Leslie,Condado han Leslie,Contea di Leslie,Hrabstwo Leslie,Lesli,Lesli srjan,Leslie,Leslie Kun,Leslie Kūn,Leslie konderria,Leslie megye,Okrug Lesli,Quan Leslie,Quận Leslie,lai si li xian,lesali ka'unti,mqatʿt lysly,resuri jun,shhrstan lsly  kntaky,Лесли,Леслі,Округ Лесли,Լեսլի շրջան,شهرستان لسلی، کنتاکی,لیسلی کاؤنٹی,لیسلی کاؤنٹی، کینٹکی,مقاطعة ليسلي,লেসলি কাউন্টি,レスリー郡,萊斯利縣		US	KY	131	11310	America/New_York
4297909	Letcher County	letcher-county	Comitatul Letcher,Comte de Letcher,Comté de Letcher,Condado de Letcher,Condado han Letcher,Contea di Letcher,Hrabstwo Letcher,Lechur,Letcher,Letcher Kun,Letcher Kūn,Letcher konderria,Letcher megye,Okrug Lecher,Quan Letcher,Quận Letcher,lai che xian,lecera ka'unti,mqatʿt lytshr,retcha jun,shhrstan ltchr  kntaky,Летчер,Лечър,Округ Лечер,Լետչեր շրջան,شهرستان لتچر، کنتاکی,لیچر کاؤنٹی,لیچر کاؤنٹی، کینٹکی,مقاطعة ليتشر,লেচের কাউন্টি,レッチャー郡,萊徹縣		US	KY	133	24519	America/New_York
4297955	Lewis County	lewis-county	Comitatul Lewis,Comte de Lewis,Comté de Lewis,Condado de Lewis,Condado han Lewis,Contea di Lewis,Hrabstwo Lewis,L'juis,Lewis,Lewis Kun,Lewis Kūn,Lewis konderria,Lewis megye,Ljuis,Luis,Lyuis srjan,Okrug Luis,Quan Lewis,Quận Lewis,liu yi si xian,lu'isa ka'unti,mqatʿt lwys,ruisu jun,shhrstan lwys  kntaky,Луис,Льюис,Люїс,Округ Луис,Լյուիս շրջան,شهرستان لویس، کنتاکی,لوئیس کاؤنٹی، کینٹکی,لیوس کاؤنٹی، کینٹکی,مقاطعة لويس,লুইস কাউন্টি,ルイス郡,劉易斯縣		US	KY	135	13870	America/New_York
4298293	Lincoln County	lincoln-county	Comitatul Lincoln,Comte de Lincoln,Comté de Lincoln,Condado de Lincoln,Condado han Lincoln,Contea di Lincoln,Hrabstwo Lincoln,Lincoln,Lincoln Kun,Lincoln Kūn,Lincoln konderria,Lincoln megye,Lincolni maakond,Linkol'n,Linkoln srjan,Linkuln,Okrug Linkoln,Quan Lincoln,Quận Lincoln,lin ken xian,linkana ka'unti,mqatʿt lynkn,rinkan jun,shhrstan lynkln  kntaky,Линкольн,Линкълн,Лінкольн,Округ Линколн,Լինկոլն շրջան,شهرستان لینکلن، کنتاکی,لنکن کاؤنٹی، کینٹکی,مقاطعة لينكن,লিঙ্কন কাউন্টি,リンカーン郡,林肯縣		US	KY	137	24742	America/New_York
4298811	Livingston County	livingston-county	Comitatul Livingston,Comte de Livingston,Comté de Livingston,Condado de Livingston,Condado han Livingston,Contea di Livingston,Hrabstwo Livingston,Livingston,Livingston Kun,Livingston Kūn,Livingston konderria,Livingston megye,Livingston srjan,Livingstun,Okrug Livingston,Quan Livingston,Quận Livingston,li wen si dun xian,libhintana ka'unti,mqatʿt lyfynghstwn,ribingusuton jun,shhrstan lywyngstwn  kntaky,Ливингстон,Ливингстън,Лівінґстон,Округ Ливингстон,Լիվինգստոն շրջան,شهرستان لیوینگستون، کنتاکی,لونگسٹن کاؤنٹی، کینٹکی,لیونگسٹن کاؤنٹی، کینٹکی,مقاطعة ليفينغستون,লিভিংটন কাউন্টি,リビングストン郡,利文斯頓縣		US	KY	139	9519	America/Chicago
4298932	Logan County	logan-county	Comitatul Logan,Comte de Logan,Comté de Logan,Condado de Logan,Condado han Logan,Contea di Logan,Hrabstwo Logan,Logan,Logan Kun,Logan Kūn,Logan konderria,Logan megye,Logan srjan,Okrug Logan,Quan Logan,Quận Logan,logana ka'unti,luo gen xian,mqatʿt lwghan,rogan jun,shhrstan lwgan  kntaky,Логан,Лоґан,Округ Логан,Լոգան շրջան,شهرستان لوگان، کنتاکی,لوگن کاؤنٹی، کینٹکی,مقاطعة لوغان,লোগান কাউন্টি,ローガン郡,洛根縣		US	KY	141	26835	America/Chicago
4299595	Lyon County	lyon-county	Comitatul Lyon,Comte de Lyon,Comté de Lyon,Condado de Lyon,Condado han Lyon,Contea di Lyon,Hrabstwo Lyon,Lajon,Lajun,Lion srjan,Lyon,Lyon Kun,Lyon Kūn,Lyon konderria,Lyon megye,Okrug Lajon,Quan Lyon,Quận Lyon,lai ang xian,layana ka'unti,raian jun,shhrstan lywn  kntaky,Лайон,Лайън,Округ Лајон,Լիոն շրջան,شهرستان لیون، کنتاکی,لیون کاؤنٹی، کینٹکی,مقاطعة ليون,লয়ন কাউন্টি,ライアン郡,萊昂縣		US	KY	143	8314	America/Chicago
4299665	Madison County	madison-county	Comitatul Madison,Comte de Madison,Comté de Madison,Condado de Madison,Condado han Madison,Contea di Madison,Hrabstwo Madison,Madison,Madison Kun,Madison Kūn,Madison konderria,Madison megye,Medison,Medison srjan,Medisun,Mehdison,Okrug Medison,Quan Madison,Quận Madison,madison jun,mai di xun xian,medisana ka'unti,mqatʿt madyswn,shhrstan mdyswn  kntaky,Медисън,Медісон,Мэдисон,Округ Медисон,Մեդիսոն շրջան,شهرستان مدیسون، کنتاکی,مقاطعة ماديسون,میڈیسن کاؤنٹی، کینٹکی,মেডিশন কাউন্টি,マディソン郡,麥迪遜縣		US	KY	151	82916	America/New_York
4299695	Magoffin County	magoffin-county	Comitatul Magoffin,Comte de Magoffin,Comté de Magoffin,Condado de Magoffin,Condado han Magoffin,Contea di Magoffin,Hrabstwo Magoffin,Magoffin,Magoffin Kun,Magoffin Kūn,Magoffin konderria,Magoffin megye,Magofin,Magofin srjan,Megoffin,Mehgoffin,Okrug Magofin,Quan Magoffin,Quận Magoffin,ma ge fen xian,magofin jun,magophina ka'unti,mqatʿt maghwfyn,shhrstan mgafyn  kntaky,Магофин,Меґоффін,Мэгоффин,Округ Магофин,Մագոֆին շրջան,شهرستان مگافین، کنتاکی,مقاطعة ماغوفين,میگوفن کاؤنٹی,میگوفن کاؤنٹی، کینٹکی,মাগোফিন কাউন্টি,マゴフィン郡,馬哥芬縣		US	KY	153	13333	America/New_York
4299849	Marion County	marion-county	Comitatul Marion,Comte de Marion,Comté de Marion,Condado de Marion,Condado han Marion,Contea di Marion,Hrabstwo Marion,Marion,Marion Kun,Marion Kūn,Marion konderria,Marion megye,Marion srjan,Mariun,Mehrion,Merion,Okrug Marion,Quan Marion,Quận Marion,ma li ang xian,mari'ona ka'unti,marion jun,mqatʿt marywn,shhrstan marywn  kntaky,Мариън,Меріон,Мэрион,Округ Марион,Մարիոն շրջան,شهرستان ماریون، کنتاکی,ماریون کاؤنٹی، کینٹکی,مقاطعة ماريون,میرین کاؤنٹی، کینٹکی,মারিওন কাউন্টি,マリオン郡,馬里昂縣		US	KY	155	19820	America/New_York
4299896	Marshall County	marshall-county	Comitatul Marshall,Comte de Marshall,Comté de Marshall,Condado de Marshall,Condado han Marshall,Contea di Marshall,Hrabstwo Marshall,Marsal srjan,Marshall,Marshall Kun,Marshall Kūn,Marshall konderria,Marshall megye,Marshul,Okrug Marshal,Quan Marshall,Quận Marshall,ma xie er xian,marsahala ka'unti,masharu jun,mqatʿt marshal,shhrstan marshal  kntaky,Маршалл,Маршъл,Округ Маршал,Մարշալ շրջան,شهرستان مارشال، کنتاکی,مارشل کاؤنٹی، کینٹکی,مقاطعة مارشال,মার্সহাল কাউন্টি,マーシャル郡,馬歇爾縣		US	KY	157	31448	America/Chicago
4299939	Martin County	martin-county	Comitatul Martin,Comte de Martin,Comté de Martin,Condado de Martin,Condado han Martin,Contea di Martin,Hrabstwo Martin,Martin,Martin Kun,Martin Kūn,Martin konderria,Martin megye,Martin srjan,Okrug Martin,Quan Martin,Quận Martin,ma ding xian,martina ka'unti,matin jun,mqatʿt martn,shhrstan martyn  kntaky,Мартин,Мартін,Округ Мартин,Մարտին շրջան,شهرستان مارتین، کنتاکی,مارٹن کاؤنٹی، کینٹکی,مقاطعة مارتن,মার্টিন কাউন্টি,マーティン郡,馬丁縣		US	KY	159	12929	America/New_York
4300012	Mason County	mason-county	Comitatul Mason,Comte de Mason,Comté de Mason,Condado de Mason,Condado han Mason,Contea di Mason,Hrabstwo Mason,Mason,Mason Kun,Mason Kūn,Mason konderria,Mason megye,Mejson,Mejsun,Meyson srjan,Okrug Mejson,Quan Mason,Quận Mason,mei sen xian,meison jun,mesana ka'unti,mqatʿt maswn,shhrstan maswn  kntaky,Мейсон,Мейсън,Округ Мејсон,Մեյսոն շրջան,شهرستان ماسون، کنتاکی,مقاطعة ماسون,میسن کاؤنٹی، کینٹکی,মেশন কাউন্টি,メイソン郡,梅森縣		US	KY	161	17490	America/New_York
4300244	McCracken County	mccracken-county	Comitatul McCracken,Comte de McCracken,Comté de McCracken,Condado de McCracken,Condado han McCracken,Contea di McCracken,Hrabstwo McCracken,Mak-Kraken,Makkraken,Makkrakun,McCracken,McCracken Kun,McCracken Kūn,McCracken konderria,McCracken megye,Okrug Makraken,mai ke la ken xian,makurakken jun,mqatʿt mkkrakyn,myakakrakena ka'unti,Мак-Кракен,Маккракен,Маккракън,Округ Макракен,Մակ-Քրակեն շրջան,شهرستان مک‌کراکن، کنتاکی,مقاطعة مككراكين,مک کریکین کاؤنٹی، کینٹکی,مککریکن کاؤنٹی,ম্যাকক্রাকেন কাউন্টি,マクラッケン郡,麥克拉肯縣		US	KY	145	65565	America/Chicago
4300249	McCreary County	mccreary-county	Comitatul McCreary,Comte de McCreary,Comté de McCreary,Condado de McCreary,Condado han McCreary,Contea di McCreary,Hrabstwo McCreary,Mak-Kriri,Makkriri,Makkrlijri,McCreary,McCreary Kun,McCreary Kūn,McCreary konderria,McCreary megye,Okrug Makriri,Quan McCreary,Quận McCreary,mai ke lei li xian,makuriaryi jun,mqatʿt mkkryry,myakakriyeri ka'unti,Мак-Крири,Маккрлийри,Маккрірі,Округ Макрири,Մակ-Քրիրի շրջան,شهرستان مک‌کرری، کنتاکی,مقاطعة مككريري,مک کریئری کاؤنٹی، کینٹکی,مککریاری کاؤنٹی,ম্যাকক্রিয়েরী কাউন্টি,マクリアリィ郡,麥克雷里縣		US	KY	147	18306	America/New_York
4300401	McLean County	mclean-county	Comitatul McLean,Comte de McLean,Comté de McLean,Condado de McLean,Condado han McLean,Contea di McLean,Hrabstwo McLean,Mak-Lin srjan,Maklejn,Maklijn,McLean,McLean Kun,McLean Kūn,McLean konderria,McLean megye,Okrug Maklejn,Quan McLean,Quận McLean,mai ke lai en xian,makurin jun,mqatʿt mklyn,myakalina ka'unti,Маклейн,Маклийн,Округ Маклејн,Մակ-Լին շրջան,شهرستان مک‌لین، کنتاکی,مقاطعة مكلين,مک لین کاؤنٹی,مکلین کاؤنٹی، کینٹکی,ম্যাকলীন কাউন্টি,マクリーン郡,麥克萊恩縣		US	KY	149	9531	America/Chicago
4300426	Meade County	meade-county	Comitatul Meade,Comte de Meade,Comté de Meade,Condado de Meade,Condado han Meade,Contea di Meade,Hrabstwo Meade,Meade,Meade Kun,Meade Kūn,Meade konderria,Meade megye,Mid,Mid srjan,Mijd,Okrug Mid,Quan Meade,Quận Meade,mi de xian,mido jun,miyade ka'unti,mqatʿt myd,shhrstan myd  kntaky,Мид,Мийд,Мід,Округ Мид,Միդ շրջան,شهرستان مید، کنتاکی,مقاطعة ميد,میڈ کاؤنٹی,میڈ کاؤنٹی، کینٹکی,মিয়াডে কাউন্টি,ミード郡,米德縣		US	KY	163	28602	America/New_York
4300562	Menifee County	menifee-county	Comitatul Menifee,Comte de Menifee,Comté de Menifee,Condado de Menifee,Condado han Menifee,Contea di Menifee,Hrabstwo Menifee,Menifee,Menifee Kun,Menifee Kūn,Menifee konderria,Menifee megye,Menifi,Menifi srjan,Munufij,Okrug Menifi,Quan Menifee,Quận Menifee,men ni fei xian,menifi jun,meniphi ka'unti,mqatʿt mynyfy,shhrstan mnyfy  kntaky,Менифи,Меніфі,Мънъфий,Округ Менифи,Մենիֆի շրջան,شهرستان منیفی، کنتاکی,مقاطعة مينيفي,مینیفی کاؤنٹی,مینیفی کاؤنٹی، کینٹکی,মেনিফি কাউন্টি,メニフィー郡,門尼菲縣		US	KY	165	6306	America/New_York
4300572	Mercer County	mercer-county	Comitatul Mercer,Comte de Mercer,Comté de Mercer,Condado de Mercer,Condado han Mercer,Contea di Mercer,Hrabstwo Mercer,Mercer,Mercer Kun,Mercer Kūn,Mercer konderria,Mercer megye,Merser,Merser srjan,Mursur,Okrug Merser,Quan Mercer,Quận Mercer,mararsera ka'unti,masa jun,mo se xian,mqatʿt myrsyr,shhrstan mrsr  kntaky,Мерсер,Мърсър,Округ Мерсер,Մերսեր շրջան,شهرستان مرسر، کنتاکی,مرسر کاؤنٹی، کینٹکی,مقاطعة ميرسير,মারর্সের কাউন্টি,マーサー郡,默瑟縣		US	KY	167	21331	America/New_York
4300606	Metcalfe County	metcalfe-county	Comitatul Metcalfe,Comte de Metcalfe,Comté de Metcalfe,Condado de Metcalfe,Condado han Metcalfe,Contea di Metcalfe,Hrabstwo Metcalfe,Metcalfe,Metcalfe Kun,Metcalfe Kūn,Metcalfe konderria,Metcalfe megye,Metkaf,Metkalf srjan,Okrug Metkalf,Quan Metcalfe,Quận Metcalfe,mei te ka fu xian,metakalaphe ka'unti,metokafu jun,mqatʿt mytkalf,shhrstan mtkalf  kntaky,Меткаф,Округ Меткалф,Մետկալֆ շրջան,شهرستان متکالف، کنتاکی,مقاطعة ميتكالف,مٹکالفے کاؤنٹی,میٹکاف کاؤنٹی، کینٹکی,মেটকালফে কাউন্টি,メトカーフ郡,梅特卡夫縣		US	KY	169	10099	America/Chicago
4301216	Montgomery County	montgomery-county	Comitatul Montgomery,Comte de Montgomery,Comté de Montgomery,Condado de Montgomery,Condado han Montgomery,Contea di Montgomery,Hrabstwo Montgomery,Montgomeri,Montgomeri srjan,Montgomery,Montgomery Kun,Montgomery Kūn,Montgomery konderria,Montgomery megye,Montgomuri,Okrug Montgomeri,Quan Montgomery,Quận Montgomery,mantagomeri ka'unti,meng ge ma li xian,mongomeri jun,mqatʿt mwntghwmry,shhrstan mwntgwmry  kntaky,Монтгомери,Монтгомері,Монтгомъри,Округ Монтгомери,Մոնտգոմերի շրջան,شهرستان مونتگومری، کنتاکی,مقاطعة مونتغومري,مونٹگمری کاؤنٹی، کینٹکی,مونٹگومری کاؤنٹی، کینٹکی,মন্টগোমেরী কাউন্টি,モンゴメリー郡,蒙哥馬利縣		US	KY	173	26499	America/New_York
4301333	Morgan County	morgan-county	Comitatul Morgan,Comte de Morgan,Comté de Morgan,Condado de Morgan,Condado han Morgan,Contea di Morgan,Hrabstwo Morgan,Morgan,Morgan Kun,Morgan Kūn,Morgan konderria,Morgan megye,Morgan srjan,Okrug Morgan,Quan Morgan,Quận Morgan,maragana ka'unti,mo gen xian,mogan jun,mqatʿt mwrghan,shhrstan mwrgan  kntaky,Морган,Морґан,Округ Морган,Մորգան շրջան,شهرستان مورگان، کنتاکی,مقاطعة مورغان,مورگن کاؤنٹی، کینٹکی,মরগান কাউন্টি,モーガン郡,摩根縣		US	KY	175	13923	America/New_York
4301955	Muhlenberg County	muhlenberg-county	Comitatul Muhlenberg,Comte de Muhlenberg,Comté de Muhlenberg,Condado de Muhlenberg,Condado han Muhlenberg,Contea di Muhlenberg,Hrabstwo Muhlenberg,Mjulenberg,Muhlenberg,Muhlenberg Kun,Muhlenberg Kūn,Muhlenberg konderria,Muhlenberg megye,Mulenberg,Mulenberg srjan,Mulenburg,Okrug Mjulenburg,Quan Muhlenberg,Quận Muhlenberg,mqatʿt mwlynbrgh,mu lun bei er ge xian,muhalenabarga ka'unti,myurenbagu jun,shhrstan mwlnbrg  kntaky,Муленберґ,Мъленбърг,Мюленберг,Округ Мјуленбург,Մուլենբերգ շրջան,شهرستان مولنبرگ، کنتاکی,مقاطعة مولينبرغ,موہلنبرگ کاؤنٹی، کینٹکی,মুহলেনবার্গ কাউন্টি,ミューレンバーグ郡,穆倫貝爾格縣		US	KY	177	31499	America/Chicago
4302277	Nelson County	nelson-county	Comitatul Nelson,Comte de Nelson,Comté de Nelson,Condado de Nelson,Condado han Nelson,Contea di Nelson,Hrabstwo Nelson,Nel'son,Nelson,Nelson Kun,Nelson Kūn,Nelson konderria,Nelson megye,Nelson srjan,Nelsun,Okrug Nelson,Quan Nelson,Quận Nelson,mqatʿt nylswn,na er xun xian,nelasana ka'unti,neruson jun,shhrstan nlsn  kntaky,Нелсон,Нелсън,Нельсон,Округ Нелсон,Նելսոն շրջան,شهرستان نلسن، کنتاکی,مقاطعة نيلسون,نیلسن کاؤنٹی، کینٹکی,নেলসন কাউন্টি,ネルソン郡,納爾遜縣		US	KY	179	43437	America/New_York
4302564	Nicholas County	nicholas-county	Comitatul Nicholas,Comte de Nicholas,Comté de Nicholas,Condado de Nicholas,Condado han Nicholas,Contea di Nicholas,Hrabstwo Nicholas,Nicholas,Nicholas Kun,Nicholas Kūn,Nicholas konderria,Nicholas megye,Nicholase maakond,Nikolas,Nikolas srjan,Nikulus,Okrug Nikolas,Quan Nicholas,Quận Nicholas,mqatʿt nykwlas,ni gu la si xian,nikolasa ka'unti,nikorasu jun,shhrstan nykwlas  kntaky,Николас,Никълъс,Ніколас,Округ Николас,Նիկոլաս շրջան,شهرستان نیکولاس، کنتاکی,مقاطعة نيكولاس,نکولس کاؤنٹی، کینٹکی,নিকোলাস কাউন্টি,ニコラス郡,尼古拉斯縣		US	KY	181	7135	America/New_York
4302977	Ohio County	ohio-county	Comitatul Ohio,Comte d'Ohio,Comté d'Ohio,Condado de Ohio,Condado han Ohio,Contea di Ohio,Hrabstwo Ohio,Ogajo,Ohayo srjan,Ohio,Ohio Kun,Ohio Kūn,Ohio konderria,Ohio megye,Okhajo,Okrug Okhajo,Quan Ohio,Quận Ohio,e hai e xian,mqatʿt awhayw,oha'i'o ka'unti,ohaio jun,shhrstan awhayw  kntaky,Огайо,Округ Охајо,Охайо,Օհայո շրջան,اوہائیو کاؤنٹی، کینٹکی,شهرستان اوهایو، کنتاکی,مقاطعة أوهايو,ওহাইও কাউন্টি,オハイオ郡,俄亥俄县		US	KY	183	23842	America/Chicago
4303164	Oldham County	oldham-county	Comitatul Oldham,Comte d'Oldham,Comté d'Oldham,Condado de Oldham,Condado han Oldham,Contea di Oldham,Hrabstwo Oldham,Okrug Oldam,Oldem,Oldham,Oldham Kun,Oldham Kūn,Oldham konderria,Oldham megye,Oldhami maakond,Oldhem srjan,Oldum,Quan Oldham,Quận Oldham,ao er de mu xian,mqatʿt awldham,oldahama ka'unti,orudamu jun,shhrstan awldham  kntaky,Округ Олдам,Олдем,Олдъм,Օլդհեմ շրջան,اولڈہیم کاؤنٹی,اولڈہیم کاؤنٹی، کینٹکی,شهرستان اولدهام، کنتاکی,مقاطعة أولدهام,ওল্ডহাম কাউন্টি,オールダム郡,奧爾德姆縣		US	KY	185	60316	America/New_York
4303402	Owen County	owen-county	Comitatul Owen,Comte d'Owen,Comté d'Owen,Condado de Owen,Condado han Owen,Contea di Owen,Hrabstwo Owen,Okrug Oven,Ouehn,Ouen,Ouen srjan,Owen,Owen Kun,Owen Kūn,Owen konderria,Owen megye,Oweni maakond,Quan Owen,Quận Owen,mqatʿt awyn,oen jun,ou wen xian,raena ka'unti,shhrstan awwn  kntaky,Округ Овен,Оуен,Оуэн,Օուեն շրջան,اوون کاؤنٹی,اوون کاؤنٹی، کینٹکی,شهرستان اوون، کنتاکی,مقاطعة أوين,ৱেন কাউন্টি,オーエン郡,歐文縣		US	KY	187	10841	America/New_York
4303455	Owsley County	owsley-county	Ausli,Comitatul Owsley,Comte d'Owsley,Comté d'Owsley,Condado de Owsley,Condado han Owsley,Contea di Owsley,Hrabstwo Owsley,Okrug Auzli,Ousli,Ousli srjan,Ouzli,Owsley,Owsley Kun,Owsley Kūn,Owsley konderria,Owsley megye,Quan Owsley,Quận Owsley,ao si li xian,mqatʿt awsly,ousuri jun,rasale ka'unti,shhrstan awsly  kntaky,Ауслі,Округ Аузли,Оузли,Оусли,Օուսլի շրջան,اوسلی کاؤنٹی، کینٹکی,اووسلے کاؤنٹی,شهرستان آوسلی، کنتاکی,مقاطعة أوسلي,ৱসলে কাউন্টি,オウスリー郡,奧斯利縣		US	KY	189	4755	America/New_York
4303870	Pendleton County	pendleton-county	Comitatul Pendleton,Comte de Pendleton,Comté de Pendleton,Condado de Pendleton,Condado han Pendleton,Contea di Pendleton,Hrabstwo Pendleton,Okrug Pendlton,Pendleton,Pendleton Kun,Pendleton Kūn,Pendleton konderria,Pendleton megye,Pendletoni maakond,Pendlton,Pendultun,Quan Pendleton,Quận Pendleton,mqatʿt byndltwn,pendaletana ka'unti,pendoruton jun,peng de er dun xian,shhrstan pndltn  kntaky,Округ Пендлтон,Пендлтон,Пендълтън,Փենդլտոն շրջան,شهرستان پندلتن، کنتاکی,مقاطعة بيندلتون,پنڈلٹن کاشنٹی,پینڈلٹن کاؤنٹی، کینٹکی,পেন্ডলেটন কাউন্টি,ペンドルトン郡,彭德爾頓縣		US	KY	191	14877	America/New_York
4303951	Perry County	perry-county	Comitatul Perry,Comte de Perry,Comté de Perry,Condado de Perry,Condado han Perry,Contea di Perry,Hrabstwo Perry,Okrug Peri,Peri,Perri,Perry,Perry Kun,Perry Kūn,Perry konderria,Perry megye,Quan Perry,Quận Perry,mqatʿt byry,pei li xian,peri jun,peri ka'unti,shhrstan pry  kntaky,Округ Пери,Пери,Перри,Перрі,Փերի շրջան,شهرستان پری، کنتاکی,مقاطعة بيري,پیری کاؤنٹی,پیری کاؤنٹی، کینٹکی,পেরী কাউন্টি,ペリー郡,佩里縣		US	KY	193	28712	America/New_York
4305121	Powell County	powell-county	Comitatul Powell,Comte de Powell,Comté de Powell,Condado de Powell,Condado han Powell,Contea di Powell,Hrabstwo Powell,Okrug Pauel,Pauehll,Pauul,Povell,Powell,Powell Kun,Powell Kūn,Powell konderria,Powell megye,Powelli maakond,Quan Powell,Quận Powell,bao wei er xian,mqatʿt bawl,paraela ka'unti,paueru jun,shhrstan pawl  kntaky,Округ Пауел,Пауъл,Пауэлл,Повелл,Փոուել շրջան,شهرستان پاول، کنتاکی,مقاطعة باول,پاول کاؤنٹی,پاول کاؤنٹی، کینٹکی,পাৱেল কাউন্টি,パウエル郡,鮑威爾縣		US	KY	197	12613	America/New_York
4305364	Pulaski County	pulaski-county	Comitatul Pulaski,Comte de Pulaski,Comté de Pulaski,Condado de Pulaski,Condado han Pulaski,Contea di Pulaski,Hrabstwo Pulaski,Okrug Pulaski,P'julaski,Pulaski,Pulaski Kun,Pulaski Kūn,Pulaski konderria,Pulaski megye,Quan Pulaski,Quận Pulaski,pu wa si ji xian,pulaski ka'unti,purasuki jun,shhrstan plasky  kntaky,Округ Пуласки,Пуласки,Пуласкі,Пьюласки,Փուլասկի շրջան,شهرستان پلاسکی، کنتاکی,مقاطعة بولاسكي,پلاسکی کاؤنٹی، کینٹکی,پولاسکی کاؤنٹی، کینٹکی,পুলাস্কি কাউন্টি,プラスキ郡,普瓦斯基縣		US	KY	199	63063	America/New_York
4306340	Robertson County	robertson-county	Comitatul Robertson,Comte de Robertson,Comté de Robertson,Condado de Robertson,Condado han Robertson,Contea di Robertson,Hrabstwo Robertson,Okrug Robertson,Quan Robertson,Quận Robertson,Robertson,Robertson Kun,Robertson Kūn,Robertson konderria,Robertson megye,Robertson srjan,Roburtsun,luo bo sen xian,rabartasana ka'unti,robatoson jun,shhrstan rabrtswn  kntaky,Округ Робертсон,Робертсон,Робъртсън,Ռոբերտսոն շրջան,رابرٹسن کاؤنٹی، کینٹکی,روبرٹسن کاؤنٹی,شهرستان رابرتسون، کنتاکی,مقاطعة روبرتسون,রবার্টসন কাউন্টি,ロバートソン郡,羅伯森縣		US	KY	201	2282	America/New_York
4306470	Rockcastle County	rockcastle-county	Comitatul Rockcastle,Comte de Rockcastle,Comté de Rockcastle,Condado de Rockcastle,Condado han Rockcastle,Contea di Rockcastle,Hrabstwo Rockcastle,Okrug Rokasl,Quan Rockcastle,Quận Rockcastle,Rockcastle,Rockcastle Kun,Rockcastle Kūn,Rockcastle konderria,Rockcastle megye,Rokkasl,Rokkasul,luo ke ka si er xian,rakakyasela ka'unti,rokkukyassuru jun,shhrstan rak kasl  kntaky,Округ Рокасл,Роккасл,Роккасъл,Ռոքքասլ շրջան,راک کیسل کاؤنٹی، کینٹکی,راککاسل کاؤنٹی,شهرستان راک کاسل، کنتاکی,مقاطعة روكاستل,রকক্যাসেল কাউন্টি,ロックキャッスル郡,羅克卡斯爾縣		US	KY	203	17056	America/New_York
4306996	Russell County	russell-county	Comitatul Russell,Comte de Russell,Comté de Russell,Condado de Russell,Condado han Russell,Contea di Russell,Hrabstwo Russell,Okrug Rasel,Quan Russell,Quận Russell,Rasel srjan,Rassell,Rusel,Russell,Russell Kun,Russell Kūn,Russell konderria,Russell megye,la sai er xian,rasela ka'unti,rasseru jun,shhrstan rasl  kntaky,Округ Расел,Расселл,Ръсел,Ռասել շրջան,رسل کاؤنٹی، کینٹکی,شهرستان راسل، کنتاکی,مقاطعة راسيل,রাসেল কাউন্টি,ラッセル郡,拉塞爾縣		US	KY	207	17565	America/Chicago
4307808	Scott County	scott-county	Comitatul Scott,Comte de Scott,Comté de Scott,Condado de Scott,Condado han Scott,Contea di Scott,Hrabstwo Scott,Okrug Skot,Quan Scott,Quận Scott,Scott,Scott Kun,Scott Kūn,Scott konderria,Scott megye,Skot,Skot srjan,Skott,shhrstan askat  kntaky,si ke te xian,skata ka'unti,sukotto jun,Округ Скот,Скот,Скотт,Սկոտ շրջան,سکاٹ کاؤنٹی، کینٹکی,شهرستان اسکات، کنتاکی,مقاطعة سكوت,স্কট কাউন্টি,スコット郡,斯科特縣		US	KY	209	47173	America/New_York
4308112	Shelby County	shelby-county	Comitatul Shelby,Comte de Shelby,Comté de Shelby,Condado de Shelby,Condado han Shelby,Contea di Shelby,Hrabstwo Shelby,Okrug Shelbi,Quan Shelby,Quận Shelby,Selbi srjan,Shelbi,Shelby,Shelby Kun,Shelby Kūn,Shelby konderria,Shelby megye,selabi ka'unti,sherubi jun,shhrstan shlby  kntaky,xie er bi xian,Округ Шелби,Шелби,Шелбі,Շելբի շրջան,شهرستان شلبی، کنتاکی,شیلبی کاؤنٹی,شیلبی کاؤنٹی، کینٹکی,مقاطعة شيلبي,শেলবী কাউন্টি,シェルビー郡,謝爾比縣		US	KY	211	42074	America/New_York
4308447	Simpson County	simpson-county	Comitatul Simpson,Comte de Simpson,Comté de Simpson,Condado de Simpson,Condado han Simpson,Contea di Simpson,Hrabstwo Simpson,Kantono Simpson,Okrug Simpson,Quan Simpson,Quận Simpson,Simpson,Simpson Kun,Simpson Kūn,Simpson konderria,Simpson megye,Simpson srjan,Simpsoni maakond,Simpsun,shhrstan sympswn  kntaky,shinpuson jun,simasana ka'unti,xin pu sen xian,Округ Симпсон,Симпсон,Симпсън,Сімпсон,Սիմպսոն շրջան,سمپسن کاؤنٹی,سمپسن کاؤنٹی، کینٹکی,شهرستان سیمپسون، کنتاکی,مقاطعة سيمبسون,সিমসন কাউন্টি,シンプソン郡,辛普森縣		US	KY	213	17327	America/Chicago
4309179	Spencer County	spencer-county	Comitatul Spencer,Comte de Spencer,Comté de Spencer,Condado de Spencer,Condado han Spencer,Contea di Spencer,Hrabstwo Spencer,Okrug Spenser,Quan Spencer,Quận Spencer,Spencer,Spencer Kun,Spencer Kūn,Spencer konderria,Spencer megye,Spenceri maakond,Spenser,Spenser srjan,Spensur,shhrstan aspnsr  kntaky,si pan sai xian,spenasara ka'unti,supensa jun,Округ Спенсер,Спенсер,Спенсър,Սպենսեր շրջան,سپینسر کاؤنٹی,سپینسر کاؤنٹی، کینٹکی,شهرستان اسپنسر، کنتاکی,مقاطعة سبنسر,স্পেনসার কাউন্টি,スペンサー郡,斯潘塞縣		US	KY	215	17061	America/New_York
4310601	Taylor County	taylor-county	Comitatul Taylor,Comte de Taylor,Comté de Taylor,Condado de Taylor,Condado han Taylor,Contea di Taylor,Hrabstwo Taylor,Okrug Tejlor,Taylor,Taylor Kun,Taylor Kūn,Taylor konderria,Taylor megye,Tejlor,Tejlur,shhrstan tylwr  kntaky,tai lei xian,te'ilara ka'unti,teira jun,Округ Тејлор,Тейлор,Тейлър,Թեյլոր շրջան,شهرستان تیلور، کنتاکی,مقاطعة تايلور,ٹیلر کاؤنٹی، کینٹکی,টেইলর কাউন্টি,テイラー郡,泰勒縣		US	KY	217	24512	America/New_York
4310988	Todd County	todd-county	Comitatul Todd,Comte de Todd,Comté de Todd,Condado de Todd,Condado han Todd,Contea di Todd,Hrabstwo Todd,Okrug Tod,Quan Todd,Quận Todd,Tod,Todd,Todd Kun,Todd Kūn,Todd konderria,Todd megye,shhrstan tad  kntaky,toda ka'unti,toddo jun,tuo de xian,Округ Тод,Тод,Тодд,Թոդ շրջան,شهرستان تاد، کنتاکی,مقاطعة تود,ٹاڈ کاؤنٹی,ٹوڈ کاؤنٹی، کینٹکی,টোড কাউন্টি,トッド郡,托德縣		US	KY	219	12460	America/Chicago
4311258	Trigg County	trigg-county	Comitatul Trigg,Comte de Trigg,Comté de Trigg,Condado de Trigg,Condado han Trigg,Contea di Trigg,Hrabstwo Trigg,Okrug Trig,Quan Trigg,Quận Trigg,Trig,Trigg,Trigg Kun,Trigg Kūn,Trigg konderria,Trigg megye,qu ge xian,shhrstan tryg  kntaky,toriggu jun,triga ka'unti,Округ Триг,Триг,Тригг,Тріґґ,Թրիգ շրջան,شهرستان تریگ، کنتاکی,مقاطعة تريغ,ٹرگ کاؤنٹی,ٹریگ کاؤنٹی، کینٹکی,ট্রিগ কাউন্টি,トリッグ郡,區格縣		US	KY	221	14339	America/Chicago
4311266	Trimble County	trimble-county	Comitatul Trimble,Comte de Trimble,Comté de Trimble,Condado de Trimble,Condado han Trimble,Contea di Trimble,Hrabstwo Trimble,Okrug Trimbl,Quan Trimble,Quận Trimble,Trimbl,Trimble,Trimble Kun,Trimble Kūn,Trimble konderria,Trimble megye,Trimbul,chuan bo xian,shhrstan trymbl  kntaky,torinburu jun,trimbala ka'unti,Округ Тримбл,Тримбл,Тримбъл,Трімбл,Թրիմբլ շրջան,شهرستان تریمبل، کنتاکی,مقاطعة تريمبل,ٹرمبل کاؤنٹی,ٹریمبل کاؤنٹی، کینٹکی,ট্রিম্বল কাউন্টি,トリンブル郡,川波縣		US	KY	223	8809	America/New_York
4311683	Union County	union-county	Comitatul Union,Comte d'Union,Comté d'Union,Condado de Union,Condado han Union,Contea di Union,Hrabstwo Union,Junion,Juniun,Okrug Junion,Quan Union,Quận Union,Union,Union Kun,Union Kūn,Union konderria,Union megye,Yunion srjan,i'uniyana ka'unti,shhrstan ywnywn  kntaky,you ni ang xian,yunion jun,Округ Јунион,Юнион,Юниън,Юніон,Յունիոն շրջան,شهرستان یونیون، کنتاکی,مقاطعة يونيون,یونین کاؤنٹی، کینٹکی,ইউনিয়ন কাউন্টি,ユニオン郡,猶尼昂縣		US	KY	225	15007	America/Chicago
4312732	Warren County	warren-county	Comitatul Warren,Comte de Warren,Comté de Warren,Condado de Warren,Condado han Warren,Contea di Warren,Hrabstwo Warren,Okrug Voren,Oworen srjan,Quan Warren,Quận Warren,Uorren,Uorun,Vorren,Warren,Warren Kun,Warren Kūn,Warren konderria,Warren megye,raarena ka'unti,shhrstan warn  kntaky,u~oren jun,wo lun xian,Воррен,Округ Ворен,Уоррен,Уорън,Ուորեն շրջան,شهرستان وارن، کنتاکی,مقاطعة وارين,وارن کاؤنٹی، کینٹکی,ৱারেন কাউন্টি,ウォーレン郡,沃倫縣		US	KY	227	113792	America/Chicago
4312745	Washington County	washington-county	Comitatul Washington,Comte de Washington,Comté de Washington,Condado de Washington,Condado han Washington,Contea di Washington,Hrabstwo Washington,Okrug Vashington,Quan Washington,Quận Washington,Vashington,Vasington srjan,Washington,Washington Kun,Washington Kūn,Washington konderria,Washington megye,Washingtoni maakond,hua sheng dun xian,raasintana ka'unti,shhrstan washyngtn  kntaky,washinton jun,Вашингтон,Округ Вашингтон,Վաշինգտոն շրջան,شهرستان واشینگتن، کنتاکی,مقاطعة واشنطن,واشنگٹن کاؤنٹی، کینٹکی,ৱাশিংটন কাউন্টি,ワシントン郡,華盛頓縣		US	KY	229	11717	America/New_York
4312835	Wayne County	wayne-county	Comitatul Wayne,Comte de Wayne,Comté de Wayne,Condado de Wayne,Condado han Wayne,Contea di Wayne,Hrabstwo Wayne,Kantono Wayne,Okrug Vejn,Oweyn srjan,Quan Wayne,Quận Wayne,Uehjn,Uejn,Vejn,Wayne,Wayne Kun,Wayne Kūn,Wayne konderria,Wayne megye,raa'ine ka'unti,shhrstan wyn  kntaky,u~ein jun,wei en xian,Вейн,Округ Вејн,Уейн,Уэйн,Ուեյն շրջան,شهرستان وین، کنتاکی,مقاطعة وين,وین کاؤنٹی، کینٹکی,ৱাইনে কাউন্টি,ウェイン郡,韋恩縣		US	KY	231	20813	America/Kentucky/Monticello
4312885	Webster County	webster-county	Comitatul Webster,Comte de Webster,Comté de Webster,Condado de Webster,Condado han Webster,Contea di Webster,Hrabstwo Webster,Okrug Vebster,Quan Webster,Quận Webster,Uebstur,Uehbster,Vebster,Vebster srjan,Webster,Webster Kun,Webster Kūn,Webster konderria,Webster megye,oyebastara ka'unti,shhrstan wbstr  kntaky,u~ebusuta jun,wei bo si te xian,Вебстер,Округ Вебстер,Уебстър,Уэбстер,Վեբստեր շրջան,شهرستان وبستر، کنتاکی,مقاطعة ويبستر,ویبسٹر کاؤنٹی، کینٹکی,ওয়েবস্টার কাউন্টি,ウェブスター郡,韋伯斯特縣		US	KY	233	13621	America/Chicago
4313367	Whitley County	whitley-county	Comitatul Whitley,Comte de Whitley,Comté de Whitley,Condado de Whitley,Condado han Whitley,Contea di Whitley,Hrabstwo Whitley,Okrug Vitli,Owitli srjan,Quan Whitley,Quận Whitley,Uitli,Vitli,Whitley,Whitley Kun,Whitley Kūn,Whitley konderria,Whitley maakond,Whitley megye,hu'itali ka'unti,hui te li xian,shhrstan wytly  kntaky,u~ittori jun,Вітлі,Округ Витли,Уитли,Ուիտլի շրջան,شهرستان ویتلی، کنتاکی,مقاطعة ويتلي,وائٹلی کاؤنٹی، کینٹکی,وٹلے کاؤنٹی,হুইটলি কাউন্টি,ウィットリー郡,惠特利縣		US	KY	235	35637	America/New_York
4313865	Wolfe County	wolfe-county	Comitatul Wolfe,Comte de Wolfe,Comté de Wolfe,Condado de Wolfe,Condado han Wolfe,Contea di Wolfe,Hrabstwo Wolfe,Okrug Vulf,Quan Wolfe,Quận Wolfe,Ulf,Vulf,Vulf srjan,Wolfe,Wolfe Kun,Wolfe Kūn,Wolfe konderria,Wolfe megye,shhrstan wwlf  kntaky,ulphe ka'unti,urufu jun,wo er fu xian,Вулф,Округ Вулф,Улф,Վուլֆ շրջան,شهرستان وولف، کنتاکی,مقاطعة وولف,ولف کاؤنٹی,وولف کاؤنٹی، کینٹکی,উল্ফে কাউন্টি,ウルフ郡,沃爾夫縣		US	KY	237	7355	America/New_York
4313946	Woodford County	woodford-county	Comitatul Woodford,Comte de Woodford,Comté de Woodford,Condado de Woodford,Condado han Woodford,Contea di Woodford,Hrabstwo Woodford,Okrug Vudford,Quan Woodford,Quận Woodford,Udford,Vudford,Vudford srjan,Woodford,Woodford Kun,Woodford Kūn,Woodford konderria,Woodford megye,Woodfordi maakond,radaphorda ka'unti,shhrstan wwdfwrd  kntaky,uddofodo jun,wu de fu de xian,Вудфорд,Округ Вудфорд,Удфорд,Վուդֆորդ շրջան,شهرستان وودفورد، کنتاکی,مقاطعة ودفورد,ووڈفورڈ کاؤنٹی، کینٹکی,وڈفورڈ کاؤنٹی,ৱডফোর্ড কাউন্টি,ウッドフォード郡,伍德福德縣		US	KY	239	24939	America/New_York
4314344	Acadia Parish	acadia-parish	Acadia,Acadia Kun,Acadia Kūn,Acadia Paroecia,Acadia megye,Acadia parrokia,Akadia srjan,Akadija,Akejdija,Okrug Akejdija,Parafia Acadia,Parohia Acadia,Paroisse d'Acadia,Parokya han Acadia,Paroquia de Acadia,Parrocchia di Acadia,Parroquia de Acadia,Paróquia de Acádia,a ka di ya jiao qu,akadia jun,akadiya parisa,akadya prysh,Акадія,Акейдия,Округ Акејдија,Ակադիա շրջան,اکادیا پریش,اکاڈیا کاؤنٹی، لوئزیانا,اکیڈیا پیرش، لوزیانا,مقاطعة أكاديا,আকাডিয়া পারিশ,アカディア郡,阿卡迪亚教区		US	LA	001	61773	America/Chicago
4314607	Allen Parish	allen-parish	Alen srjan,Allen,Allen Kun,Allen Kūn,Allen Paroecia,Allen megye,Allen parrokia,Allen  zupa,Allen  župa,Okrug Alen,Parafia Allen,Parohia Allen,Paroisse d'Allen,Paroisse dAllen,Parokya han Allen,Paroquia de Allen,Parrocchia di Allen,Parroquia de Allen,Paróquia de Allen,ai lun tang qu,aren jun,ayln pyrsh  lwzyana,prysh aln  lwyyzyana,Аллен,Округ Ален,Ալեն շրջան,الن پارش کاؤنٹی، لوئزیانا,ایلن پیرش، لوزیانا,مقاطعة ألين,پریش آلن، لوئیزیانا,অ্যালেন পারিশ,アレン郡,艾伦堂区		US	LA	003	25764	America/Chicago
4315067	Ascension Parish	ascension-parish	Asansion srjan,Ascension,Ascension Kun,Ascension Kūn,Ascension Paroecia,Ascension megye,Ascension parrokia,Assans'jon,Assenshen,Okrug Asenshon,Parafia Ascension,Parohia Ascension,Paroisse d'Ascension,Parokya han Ascension,Paroquia de Ascension,Parrocchia di Ascension,Parroquia de Ascension,Paróquia de Ascension,a sen song tang qu,asenshon jun,asknshn prysh,asynshn pyrsh  lwzyana,Ассансьйон,Ассеншен,Округ Асеншон,Ասանսիոն շրջան,اسنسین پارش کاؤنٹی، لوئزیانا,اسکنشن پریش,اسینشن پیرش، لوزیانا,مقاطعة أسكنسيون,অ্যাশেনসিয়ন পারিশ,アセンション郡,阿森松堂区		US	LA	005	107215	America/Chicago
4315120	Assumption Parish	assumption-parish	Assampshen,Assumps'jon,Assumption,Assumption Kun,Assumption Kūn,Assumption Parish,Assumption Paroecia,Assumption megye,Assumption parrokia,Asumpsion srjan,L'Assomption Parish,Okrug Asampshon,Parafia Assumption,Parohia Assumption,Paroisse d'Assumption,Parokya han Assumption,Paroquia de Assumption,Parrocchia di Assumption,Parroquia de Assumption,Paróquia de Assumption,a sang pu shen tang qu,asanpushon jun,asmpshn parsh,asmpshn prysh,asmpshn pyrsh  lwzyana,Ассампшен,Ассумпсьйон,Округ Асампшон,Ասումպսիոն շրջան,اسمپشن پارش,اسمپشن پریش,اسمپشن پیرش، لوزیانا,مقاطعة أسومبتيون,অ্যসামশন পারিশ,アサンプション郡,阿桑普申堂区		US	LA	007	23421	America/Chicago
4315243	Avoyelles Parish	avoyelles-parish	Avojlz,Avoyeles Parish,Avoyelles,Avoyelles Kun,Avoyelles Kūn,Avoyelles Parish,Avoyelles Paroecia,Avoyelles megye,Avoyelles parrokia,Avuael srjan,Avuael',Okrug Avojls,Parafia Avoyelles,Parohia Avoyelles,Paroisse des Avoyelles,Parokya han Avoyelles,Paroquia de Avoyelles,Parrocchia di Avoyelles,Parroquia de Avoyelles,Paróquia de Avoyelles,Quan Avoyelles,Quận Avoyelles,a wo ye er tang qu,aboiruzu jun,awwylz parsh,awyls prysh,aywwylz pyrsh  lwzyana,Авойлз,Авуаель,Округ Авојлс,Ավուաել շրջան,اوویلز پارش,اویلس پریش,ایوویلز پیرش، لوزیانا,مقاطعة أفويليس,অ্যভোয়েলেস পারিশ,アボイルズ郡,阿沃耶尔堂区		US	LA	009	42073	America/Chicago
4316112	Beauregard Parish	beauregard-parish	Beauregard,Beauregard Kun,Beauregard Kūn,Beauregard Paroecia,Beauregard megye,Beauregard parrokia,Boregard,Boregard srjan,Okrug Boregard,Parafia Beauregard,Parohia Beauregard,Paroisse de Beauregard,Parokya han Beauregard,Paroquia de Beauregard,Parrocchia di Beauregard,Parroquia de Beauregard,Paróquia de Beauregard,Quan Beauregard,Quận Beauregard,bo er ge tang qu,borigado jun,byrgard prysh,byurogarda parisa,Борегард,Округ Борегард,Բորեգարդ շրջան,بیرگارد پریش,بیورگارڈ پیرش، لوزیانا,بیوریگارڈ پارش,مقاطعة بيوريغارد,ব্যুরোগার্ড পারিশ,ボーリガード郡,波尔格堂区		US	LA	011	35654	America/Chicago
4316721	Bienville Parish	bienville-parish	B'envill,Benvil',Bienvil srjan,Bienville,Bienville Kun,Bienville Kūn,Bienville Paroecia,Bienville megye,Bienville parrokia,Okrug Bjenvil,Parafia Bienville,Parohia Bienville,Paroisse de Bienville,Parokya han Bienville,Paroquia de Bienville,Parrocchia di Bienville,Parroquia de Bienville,Parròquia de Bienville,Paróquia de Bienville,Quan Bienville,Quận Bienville,bian wei er tang qu,bienbiru jun,biyenabila parisa,bynwyl prysh,byynwyl pyrsh  lwzyana,Бьенвилл,Бєнвіль,Округ Бјенвил,Բիենվիլ շրջան,بیئنویل پیرش، لوزیانا,بینولے پارش,بینویل پریش,مقاطعة بينفيل,বিয়েনবিল পারিশ,ビエンビル郡,边维尔堂区		US	LA	013	14353	America/Chicago
4317649	Bossier Parish	bossier-parish	Bosier srjan,Boss'er,Bossier,Bossier Kun,Bossier Kūn,Bossier Paroecia,Bossier megye,Bossier parrokia,Bozher,Okrug Bozher,Parafia Bossier,Parohia Bossier,Paroisse de Bossier,Parokya han Bossier,Paroquia de Bossier,Parrocchia di Bossier,Parroquia de Bossier,Paróquia de Bossier,Quan Bossier,Quận Bossier,basyr prysh,bo xi er tang qu,boja jun,bosiyera parisa,bwsyyr parsh,bwsyyr pyrsh  lwzyana,Божер,Боссьєр,Округ Божер,Բոսիեր շրջան,باسیر پریش,بوسیئر پارش,بوسیئر پیرش، لوزیانا,مقاطعة بوسير,বোসিয়ের পারিশ,ボージャー郡,博西尔堂区		US	LA	015	116979	America/Chicago
4318532	Caddo Parish	caddo-parish	Caddo,Caddo Kun,Caddo Kūn,Caddo Paroecia,Caddo megye,Caddo parrokia,Caddo vald,Kaddo,Okrug Kado,Parafia Caddo,Parohia Caddo,Paroisse de Caddo,Parokya han Caddo,Paroquia de Caddo,Parrocchia di Caddo,Parroquia de Caddo,Paróquia de Caddo,Quan Caddo,Quận Caddo,ka duo tang qu,kado jun,kado parisa,kadw prysh,Каддо,Округ Кадо,Քադո շրջան,مقاطعة كادو,کادو پریش,کاڈو پارش,کاڈو پیرش، لوزیانا,কাডো পারিশ,カドー郡,卡多堂区		US	LA	017	254969	America/Chicago
4318583	Calcasieu Parish	calcasieu-parish	Calcasieu,Calcasieu Kun,Calcasieu Kūn,Calcasieu Paroecia,Calcasieu megye,Calcasieu parrokia,Kalkas'e,Kalkashu,Okrug Kalkashu,Parafia Calcasieu,Parohia Calcasieu,Paroisse de Calcasieu,Parokya han Calcasieu,Paroquia de Calcasieu,Parrocchia di Calcasieu,Parroquia de Calcasieu,Paróquia de Calcasieu,Quan Calcasieu,Quận Calcasieu,ka er ke su tang qu,kalkasyw parsh,karukashu jun,klakyshyw pyrsh  lwzyana,kyalakesiyau parisa,Калкасьє,Калкашу,Округ Калкашу,Քալկասյու շրջան,مقاطعة كالكاسيو,کالکاسیو پارش,کلاکیشیو پیرش، لوزیانا,ক্যালকেসিয়ৌ পারিশ,カルカシュー郡,卡尔克苏堂区		US	LA	019	192768	America/Chicago
4318597	Caldwell Parish	caldwell-parish	Caldwell,Caldwell Kun,Caldwell Kūn,Caldwell Paroecia,Caldwell megye,Caldwell parrokia,Kolduehll,Koldvell,Okrug Koldvel,Parafia Caldwell,Parohia Caldwell,Paroisse de Caldwell,Parokya han Caldwell,Paroquia de Caldwell,Parrocchia di Caldwell,Parroquia de Caldwell,Paróquia de Caldwell,Quan Caldwell,Quận Caldwell,kaladaraela parisa,kaldwl prysh,kao de wei er tang qu,korudou~eru jun,Колдвелл,Колдуэлл,Округ Колдвел,Քոլդուել շրջան,مقاطعة كالدويل,کالدول پریش,کالڈول پارش,کالڈویل پیرش، لوزیانا,কলডৱেল পারিশ,コールドウェル郡,考德威尔堂区		US	LA	021	10132	America/Chicago
4318690	Cameron Parish	cameron-parish	Cameron,Cameron Kun,Cameron Kūn,Cameron Paroecia,Cameron megye,Cameron parrokia,Kameron,Okrug Kameron,Parafia Cameron,Parohia Cameron,Paroisse de Cameron,Parokya han Cameron,Paroquia de Cameron,Parrocchia di Cameron,Parroquia de Cameron,Parròquia de Cameron,Paróquia de Cameron,Quan Cameron,Quận Cameron,ka mei lun tang qu,kemerana parisa,kyameron jun,kymrwn parsh,kymrwn pyrsh  lwzyana,prysh kmrwn  lwyyzyana,Камерон,Округ Камерон,Քամերոն շրջան,مقاطعة كاميرون,پریش کمرون، لوئیزیانا,کیمرون پارش,کیمرون پیرش، لوزیانا,কেমেরন পারিশ,キャメロン郡,卡梅伦堂区		US	LA	023	6839	America/Chicago
4319276	Catahoula Parish	catahoula-parish	Catahoula,Catahoula Kun,Catahoula Kūn,Catahoula Paroecia,Catahoula megye,Catahoula parrokia,Katakhula,Kataula,Okrug Katakhula,Parafia Catahoula,Parohia Catahoula,Paroisse de Catahoula,Parokya han Catahoula,Paroquia de Catahoula,Parrocchia di Catahoula,Parroquia de Catahoula,Paróquia de Catahoula,Quan Catahoula,Quận Catahoula,ka ta hu la tang qu,katahaula parisa,katahoura jun,katahwla prysh,Катаула,Катахула,Округ Катахула,Քատահուլա շրջան,مقاطعة كاتاهولا,کاتاهولا پریش,کاٹاہولا پارش,کیٹاہولا پیرش، لوزیانا,কাটাহৌলা পারিশ,カタホウラ郡,卡塔胡拉堂区		US	LA	025	10407	America/Chicago
4320117	Claiborne Parish	claiborne-parish	Claiborne,Claiborne Kun,Claiborne Kūn,Claiborne Paroecia,Claiborne megye,Claiborne parrokia,Klejborn,Okrug Klejborn,Parafia Claiborne,Parohia Claiborne,Paroisse de Claiborne,Parokya han Claiborne,Paroquia de Claiborne,Parrocchia di Claiborne,Parroquia de Claiborne,Paróquia de Claiborne,Quan Claiborne,Quận Claiborne,ke lai ben tang qu,kla'iborna parisa,klybwrn parsh,klybwrn pyrsh  lwzyana,kureibon jun,prysh klybwrn  lwyyzyana,Клейборн,Округ Клејборн,Քլեյբորն շրջան,مقاطعة كليبورن,پریش کلیبورن، لوئیزیانا,کلیبورن پارش,کلیبورن پیرش، لوزیانا,ক্লাইবোর্ন পারিশ,クレイボーン郡,克莱本堂区		US	LA	027	17195	America/Chicago
4320594	Concordia Parish	concordia-parish	Concordia,Concordia Kun,Concordia Kūn,Concordia Paroecia,Concordia megye,Concordia parrokia,Konkordija,Okrug Konkordija,Parafia Concordia,Parohia Concordia,Paroisse de Concordia,Parokya han Concordia,Paroquia de Concordia,Parrocchia di Concordia,Parroquia de Concordia,Paróquia de Concordia,Quan Concordia,Quận Concordia,kanakardiya parisa,kang ke di ya tang qu,knkwrdya prysh,konkorudia jun,Конкордия,Конкордія,Округ Конкордија,Քոնկորդիա շրջան,مقاطعة كونكورديا,کنکوردیا پریش,کنکورڈیا پارش,کونکورڈیا پیرش، لوزیانا,কনকর্ডিয়া পারিশ,コンコルディア郡,康科迪亚堂区		US	LA	029	20822	America/Chicago
4321759	De Soto Parish	de-soto-parish	De Soto,De Soto Parish,De Soto Paroecia,De Soto parrokia,De Soto srjan,De-Soto,DeSoto Kun,DeSoto Kūn,DeSoto Parish,Desota Parish,Okrug De Soto,Parafia DeSoto,Parohia DeSoto,Paroisse de De Soto,Parokya han DeSoto,Paroquia de De Soto,Parrocchia di De Soto,Parroquia de De Soto,Paróquia de De Soto,Quan De Soto,Quận De Soto,de soto parisa,de suo tuo tang qu,desoto jun,dswtw prysh,Де-Сото,Округ Де Сото,Դե Սոտո շրջան,دسوتو پریش,مقاطعة ديسوتو,ڈی سوٹو پارش,ڈیسوٹو پیرش، لوزیانا,ডে সোটো পারিশ,デソト郡,德索托堂区		US	LA	031	26656	America/Chicago
4323288	East Baton Rouge Parish	east-baton-rouge-parish	East Baton Rouge,East Baton Rouge Kun,East Baton Rouge Kūn,East Baton Rouge megye,East Baton Rouge parrokia,Ist Baton Ruz srjan,Ist-Baton,Ist-Baton-Ruzh,Kantono East Baton Rouge,Okrug Ist Baton Ruzh,Parafia East Baton Rouge,Parohia East Baton Rouge,Paroisse d'East Baton Rouge,Paroisse de Baton-Rouge Est,Paroisse de Bâton-Rouge Est,Parokya han East Baton Rouge,Paroquia de East Baton Rouge,Parrocchia di East Baton Rouge,Parroquia de East Baton Rouge,Paróquia de East Baton Rouge,Quan GJong Baton Rouge,Quận Đông Baton Rouge,Rubribaculum Orientale Paroecia,ayst batn rw prysh,dong ba tun lu ri tang qu,ista batona rauge parisa,isutobatonruju jun,Іст-Батон,Ист-Батон-Руж,Округ Ист Батон Руж,Իստ Բատոն Ռուժ շրջան,ایست باتن رو پریش,ایسٹ بیٹن رف پارش,ایسٹ بیٹون روج پیرش، لوزیانا,مقاطعة إيست باتون روغ,ঈস্ট বাটোন রৌগে পারিশ,イーストバトンルージュ郡,东巴吞鲁日堂区		US	LA	033	440171	America/Chicago
4323316	East Carroll Parish	east-carroll-parish	East Carroll,East Carroll Kun,East Carroll Kūn,East Carroll Paroecia,East Carroll megye,East Carroll parrokia,Ist-Karroll,Ist-Kerroll,Okrug Ist Karol,Parafia East Carroll,Parohia East Carroll,Paroisse d'East Carroll,Paroisse de Carroll Est,Parokya han East Carroll,Paroquia de East Carroll,Parrocchia di East Carroll,Parroquia de East Carroll,Paróquia de East Carroll,Quan GJong Carroll,Quận Đông Carroll,ayst krwl prysh,dong ka luo er tang qu,ista kerola parisa,isutokyaroru jun,Іст-Керролл,Ист-Карролл,Округ Ист Карол,Իստ Քարոլ շրջան,ایست کرول پریش,ایسٹ کیرل پارش,ایسٹ کیرول پیرش، لوزیانا,مقاطعة إيست كارول,ঈস্ট কেরোল পারিশ,イーストキャロル郡,东卡洛尔堂区		US	LA	035	7759	America/Chicago
4323332	East Feliciana Parish	east-feliciana-parish	East Feliciana,East Feliciana Kun,East Feliciana Kūn,East Feliciana Paroecia,East Feliciana megye,East Feliciana parrokia,Ist Felisiana srjan,Ist-Felisiana,Okrug Ist Felisijana,Parafia East Feliciana,Parohia East Feliciana,Paroisse d'East Feliciana,Paroisse de Feliciana Est,Parokya han East Feliciana,Paroquia de East Feliciana,Parrocchia di East Feliciana,Parroquia de East Feliciana,Paróquia de East Feliciana,Quan GJong Feliciana,Quận Đông Feliciana,ayst flyshyana prysh,dong fei li xi ya na tang qu,ista phelisiyana parisa,isutoferishiana jun,Іст-Фелісіана,Ист-Фелисиана,Округ Ист Фелисијана,Իստ Ֆելիսիանա շրջան,ایست فلیشیانا پریش,ایسٹ فیلیشیانا پارش,ایسٹ فیلیشیانا پیرش، لوزیانا,مقاطعة إيست فيليكينا,ঈস্ট ফেলিসিয়ানা পারিশ,イーストフェリシアナ郡,东费利西亚纳堂区		US	LA	037	20267	America/Chicago
4323933	Evangeline Parish	evangeline-parish	Evandzhelin,Evangeline,Evangeline Kun,Evangeline Kūn,Evangeline Paroecia,Evangeline megye,Evangeline parrokia,Ivanjelin srjan,Ivehndzhelin,Okrug Evandzelin,Parafia Evangeline,Parohia Evangeline,Paroisse d'Evangeline,Parokya han Evangeline,Paroquia de Evangeline,Parrocchia di Evangeline,Parroquia de Evangeline,Paróquia de Evangeline,Quan Evangeline,Quận Evangeline,awnjlyn prysh,aywanjlyn parsh,aywynjlyn pyrsh  lwzyana,evu~anjerin jun,ibhanajelina parisa,yi wen ge lin tang qu,Еванджелін,Ивэнджелин,Округ Еванџелин,Իվանջելին շրջան,اونجلین پریش,ایوانجلین پارش,ایوینجلین پیرش، لوزیانا,مقاطعة إيفانغلين,ইভানজেলিনা পারিশ,エヴァンジェリン郡,伊文格琳堂区		US	LA	039	33984	America/Chicago
4325158	Franklin Parish	franklin-parish	Franklin,Franklin Kun,Franklin Kūn,Franklin Paroecia,Franklin megye,Franklin parrokia,Franklin srjan,Franklini vald,Okrug Frenklin,Parafia Franklin,Parohia Franklin,Paroisse de Franklin,Parokya han Franklin,Paroquia de Franklin,Parrocchia di Franklin,Parroquia de Franklin,Paróquia de Franklin,Quan Franklin,Quận Franklin,franklyn prysh,frynkln parsh,frynkln pyrsh  lwzyana,fu lan ke lin tang qu,furankurin jun,phrankalina parisa,Округ Френклин,Франклин,Франклін,Ֆրանկլին շրջան,فرانکلین پریش,فرینکلن پارش,فرینکلن پیرش، لوزیانا,مقاطعة فرانكلين,ফ্রাঙ্কলিন পারিশ,フランクリン郡,富兰克林堂区		US	LA	041	20767	America/Chicago
4326254	Grant Parish	grant-parish	Grant,Grant Kun,Grant Kūn,Grant Paroecia,Grant megye,Grant parrokia,Grant srjan,Okrug Grant,Parafia Grant,Parohia Grant,Paroisse de Grant,Parokya han Grant,Paroquia de Grant,Parrocchia di Grant,Parroquia de Grant,Paróquia de Grant,Quan Grant,Quận Grant,ge lan te tang qu,granta parisa,grnt prysh,guranto jun,Грант,Округ Грант,Ґрант,Գրանտ շրջան,گرانٹ پیرش، لوزیانا,گرنت پریش,گرینٹ پارش,গ্রান্ট পারিশ,グラント郡,格蘭特堂區		US	LA	043	22309	America/Chicago
4328254	Iberia Parish	iberia-parish	Ajbirija,Iberia,Iberia Kun,Iberia Kūn,Iberia Paroecia,Iberia megye,Iberia parrokia,Iberia srjan,Iberija,Okrug Ajbirija,Parafia Iberia,Parohia Iberia,Paroisse d'Iberia,Parokya han Iberia,Paroquia de Iberia,Parrocchia di Iberia,Parroquia de Iberia,Paróquia de Iberia,Quan Iberia,Quận Iberia,aibiria jun,aybrya prysh,aybyrya pyrsh  lwzyana,ayybyrya parsh,iberiya parisa,yi bi li ya tang qu,Іберія,Айбирия,Округ Ајбирија,Իբերիա շրջան,آئبیریا پیرش، لوزیانا,آئیبیریا پارش,ایبریا پریش,مقاطعة إيبيريا,ইবেরিয়া পারিশ,アイビーリア郡,伊比利亚堂区		US	LA	045	73240	America/Chicago
4328261	Iberville Parish	iberville-parish	Ajbirvill,Ibervil srjan,Ibervil',Iberville,Iberville Kun,Iberville Kūn,Iberville Paroecia,Iberville megye,Iberville parrokia,Okrug Ibervil,Parafia Iberville,Parohia Iberville,Paroisse d'Iberville,Parokya han Iberville,Paroquia de Iberville,Parrocchia di Iberville,Parroquia de Iberville,Paróquia de Iberville,Quan Iberville,Quận Iberville,aibabiru jun,aybrwyl prysh,aybrwyl pyrsh  lwzyana,iberabhila parisa,yi bei wei er tang qu,Ібервіль,Айбирвилл,Округ Ибервил,Իբերվիլ շրջան,آئیبرولے پارش,ایبرویل پریش,ایبرویل پیرش، لوزیانا,مقاطعة إبيرفيل,ইবেরভিল পারিশ,アイバービル郡,伊贝维尔堂区		US	LA	047	33387	America/Chicago
4328854	Jackson Parish	jackson-parish	Dzhekson,Jackson,Jackson Kun,Jackson Kūn,Jackson Paroecia,Jackson megye,Jackson parrokia,Jacksoni vald,Okrug DZekson,Parafia Jackson,Parohia Jackson,Paroisse de Jackson,Parokya han Jackson,Paroquia de Jackson,Parrocchia di Jackson,Parroquia de Jackson,Paróquia de Jackson,Quan Jackson,Quận Jackson,jakuson jun,jie ke xun tang qu,jyakasana parisa,jyksn parsh,jyksn pyrsh  lwzyana,prysh jkswn  lwyyzyana,Джексон,Округ Џексон,Ջեքսոն շրջան,جیکسن پارش,جیکسن پیرش، لوزیانا,مقاطعة جاكسون,پریش جکسون، لوئیزیانا,জ্যাকশন পারিশ,ジャクソン郡,杰克逊堂区		US	LA	049	16274	America/Chicago
4328965	Jefferson Davis Parish	jefferson-davis-parish	Dzhefferson-Dejvis,Dzhefferson-Devis,Jeferson Devis srjan,Jefferson Davis,Jefferson Davis Kun,Jefferson Davis Kūn,Jefferson Davis Paroecia,Jefferson Davis megye,Jefferson Davis parrokia,Okrug DZeferson Dejvis,Parafia Jefferson Davis,Parohia Jefferson Davis,Paroisse de Jefferson Davis,Parokya han Jefferson Davis,Paroquia de Jefferson Davis,Parrocchia di Jefferson Davis,Parroquia de Jefferson Davis,Paróquia de Jefferson Davis,Quan Jefferson Davis,Quận Jefferson Davis,frwdgah prysh jfrswn dywys lwyzyna,jefasondeibisu jun,jepharasana debhisa parisa,jie fu xun·dai wei si tang qu,Джефферсон-Девіс,Джефферсон-Дейвис,Округ Џеферсон Дејвис,Фурудгоҳи ҷфрсн дюис порисҳ луизино,Ջեֆերսոն Դևիս շրջան,جیفرسن ڈیوس پارش,جیفرسن ڈیوس پیرش، لوزیانا,فرودگاه پریش جفرسون دیویس لویزینا,مقاطعة جيفرسون ديفيس,জেফারশন ডেভিস পারিশ,ジェファーソンデイビス郡,杰佛逊·戴维斯堂区		US	LA	053	31594	America/Chicago
4328978	Jefferson Parish	jefferson-parish	Dzhefferson,Jeferson srjan,Jefferson,Jefferson Kun,Jefferson Kūn,Jefferson Paroecia,Jefferson megye,Jefferson parrokia,Jeffersoni vald,Okrug DZeferson,Parafia Jefferson,Parohia Jefferson,Paroisse de Jefferson,Parokya han Jefferson,Paroquia de Jefferson,Parrocchia di Jefferson,Parroquia de Jefferson,Paróquia de Jefferson,Quan Jefferson,Quận Jefferson,jefason jun,jepharasana parisa,jie fu xun tang qu,jyfrsn parsh,jyfrsn pyrsh  lwzyana,prysh jfrswn  lwyyzyana,Джефферсон,Округ Џеферсон,Ջեֆերսոն շրջան,جیفرسن پارش,جیفرسن پیرش، لوزیانا,مقاطعة جيفرسون,پریش جفرسون، لوئیزیانا,জেফারশন পারিশ,ジェファーソン郡,杰佛逊堂区		US	LA	051	432552	America/Chicago
4330078	La Salle Parish	la-salle-parish	La Sal srjan,La Salle,La Salle Kun,La Salle Kūn,La Salle Parish,La Salle Paroecia,La Salle megye,La Salle parrokia,La-Sall,Okrug La Sal,Parafia La Salle,Parohia La Salle,Paroisse de La Salle,Parokya han La Salle,Paroquia de La Salle,Parrocchia di La Salle,Parroquia de La Salle,Paróquia de La Salle,Quan La Salle,Quận La Salle,la sa er tang qu,la salh prysh,la salle parisa,la syl pyrsh  lwzyana,ly sal parsh,rasaru jun,Ла-Салл,Округ Ла Сал,Լա Սալ շրջան,لا ساله پریش,لا سیل پیرش، لوزیانا,لی سال پارش,مقاطعة لا سال,লা সাল্লে পারিশ,ラサール郡,拉萨尔堂区		US	LA	059	14890	America/Chicago
4330160	Lafayette Parish	lafayette-parish	Lafaett,Lafajett,Lafayet srjan,Lafayette,Lafayette Kun,Lafayette Kūn,Lafayette Paroecia,Lafayette megye,Lafayette parrokia,Okrug Lafejet,Parafia Lafayette,Parohia Lafayette,Paroisse de Lafayette,Parokya han Lafayette,Paroquia de Lafayette,Parrocchia di Lafayette,Parroquia de Lafayette,Paróquia de Lafayette,Quan Lafayette,Quận Lafayette,la fa ye tang qu,laphayeta parisa,prysh lafayt  lwyyzyana,rafaietto jun,Лафайетт,Лафаєтт,Округ Лафејет,Լաֆայետ շրջան,لافائیٹ پیرش، لوزیانا,لافایٹ پارش,مقاطعة لافايت,پریش لافایت، لوئیزیانا,লাফায়েত পারিশ,ラファイエット郡,拉法叶堂区		US	LA	055	221578	America/Chicago
4652809	Rhea County	rhea-county	Comitatul Rhea,Comte de Rhea,Comté de Rhea,Condado de Rhea,Condado han Rhea,Contea di Rhea,Hrabstwo Rhea,Okrug Rej,Quan Rhea,Quận Rhea,Rej,Rhea,Rhea Comitatus,Rhea Kun,Rhea Kūn,Rhea konderria,Rhea megye,Ria,Ria srjan,rei jun,reya ka'unti,rui xian,shhrstan rya  tnsy,Округ Реј,Рей,Ріа,Ռիա շրջան,ریا کاؤنٹی، ٹینیسی,رے کاؤنٹی,شهرستان رئا، تنسی,ড়েয়া কাউন্টি,レイ郡,瑞縣		US	TN	143	31809	America/New_York
4330185	Lafourche Parish	lafourche-parish	La Fourche Parish,Lafourche,Lafourche Kun,Lafourche Kūn,Lafourche Parish,Lafourche Paroecia,Lafourche megye,Lafourche parrokia,Lafurs srjan,Lafursh,Okrug Lafush,Parafia Lafourche,Parohia Lafourche,Paroisse de La Fourche,Parokya han Lafourche,Paroquia de Lafourche,Parrocchia di Lafourche,Parroquia de Lafourche,Paróquia de Lafourche,Quan Lafourche,Quận Lafourche,la fu shen tang qu,lafwrch parsh,lafwrsh prysh,lafwrsh pyrsh  lwzyana,laphorace parisa,rafoshe jun,Лафурш,Округ Лафуш,Լաֆուրշ շրջան,لافورش پریش,لافورش پیرش، لوزیانا,لافورچ پارش,مقاطعة فوورش,লাফোরচে পারিশ,ラフォーシェ郡,拉福什堂区		US	LA	057	96318	America/Chicago
4330983	Lincoln Parish	lincoln-parish	Lincoln,Lincoln Kun,Lincoln Kūn,Lincoln Paroecia,Lincoln megye,Lincoln parrokia,Lincolni vald,Linkol'n,Linkoln srjan,Okrug Linkoln,Parafia Lincoln,Parohia Lincoln,Paroisse de Lincoln,Parokya han Lincoln,Paroquia de Lincoln,Parrocchia di Lincoln,Parroquia de Lincoln,Paróquia de Lincoln,Quan Lincoln,Quận Lincoln,lin ken tang qu,linkana parisa,lnkn parsh,lnkn prysh  lwzyana,lynkln prysh,rinkan jun,Линкольн,Лінкольн,Округ Линколн,Լինկոլն շրջան,لنکن پارش,لنکن پریش، لوزیانا,لینکلن پریش,مقاطعة لينكولن,লিঙ্কন পারিশ,リンカーン郡,林肯堂区		US	LA	061	46735	America/Chicago
4331488	Livingston Parish	livingston-parish	Livingston,Livingston Kun,Livingston Kūn,Livingston Paroecia,Livingston megye,Livingston parrokia,Livingston srjan,Okrug Livingston,Parafia Livingston,Parohia Livingston,Paroisse de Livingston,Parokya han Livingston,Paroquia de Livingston,Parrocchia di Livingston,Parroquia de Livingston,Paróquia de Livingston,Quan Livingston,Quận Livingston,li wen si dun tang qu,libhintana parisa,lywyngstwn prysh,ribingusuton jun,Ливингстон,Лівінґстон,Округ Ливингстон,Լիվինգստոն շրջան,لونگسٹن پارش,لیونگسٹن پیرش، لوزیانا,لیوینگستون پریش,مقاطعة ليفينغستون,লিভিংটন পারিশ,リビングストン郡,利文斯顿堂区		US	LA	063	128026	America/Chicago
4332258	Madison Parish	madison-parish	Madison,Madison Kun,Madison Kūn,Madison Paroecia,Madison megye,Madison parrokia,Medison,Medison srjan,Mehdison,Okrug Medison,Parafia Madison,Parohia Madison,Paroisse de Madison,Parokya han Madison,Paroquia de Madison,Parrocchia di Madison,Parroquia de Madison,Paróquia de Madison,Quan Madison,Quận Madison,madison jun,mai di xun tang qu,medisana parisa,prysh mdyswn  lwyyzyana,Медісон,Мэдисон,Округ Медисон,Մեդիսոն շրջան,مقاطعة ماديسون,میڈیسن پارش,میڈیسن پیرش، لوزیانا,پریش مدیسون، لوئیزیانا,মেডিশন পারিশ,マディソン郡,麦迪逊堂区		US	LA	065	12093	America/Chicago
4333789	Morehouse Parish	morehouse-parish	Morehouse,Morehouse Kun,Morehouse Kūn,Morehouse Paroecia,Morehouse megye,Morehouse parrokia,Morgaus,Morhaus srjan,Morkhaus,Okrug Morkhaus,Parafia Morehouse,Parohia Morehouse,Paroisse de Morehouse,Parokya han Morehouse,Paroquia de Morehouse,Parrocchia di Morehouse,Parroquia de Morehouse,Paróquia de Morehouse,Quan Morehouse,Quận Morehouse,mo hao si tang qu,moahausu jun,moraha'usa parisa,mwrhaws prysh,Моргаус,Морхаус,Округ Морхаус,Մորհաուս շրջան,مقاطعة مورهاوس,مورهاوس پریش,مورہاؤس پارش,موریہاوس پیرش، لوزیانا,মোরহাউস পারিশ,モアハウス郡,莫豪斯堂区		US	LA	067	27979	America/Chicago
4334734	Natchitoches Parish	natchitoches-parish	Nachitosh,Nakitosh,Natchitoches,Natchitoches Kun,Natchitoches Kūn,Natchitoches Paroecia,Natchitoches megye,Natchitoches parrokia,Okrug Nakitosh,Parafia Natchitoches,Parohia Natchitoches,Paroisse de Natchitoches,Paroisse des Natchitoches,Parokya han Natchitoches,Paroquia de Natchitoches,Parrocchia di Natchitoches,Parroquia de Natchitoches,Paróquia de Natchitoches,Quan Natchitoches,Quận Natchitoches,na ji tuo shen tang qu,nachytwks prysh,nacitocesa parisa,naketeshu jun,nychaytwchys pyrsh  lwzyana,Накитош,Начітош,Округ Накитош,Նաչիտոշ շրջան,مقاطعة نتشتوشس,ناچیتوکس پریش,ناچیٹوچس پارش,نیچایتوچیس پیرش، لوزیانا,নাচিটোচেস পারিশ,ナケテシュ郡,纳基托什堂区		US	LA	069	39566	America/Chicago
4336191	Orleans Parish	orleans-parish	Orleans,Paroisse d'Orleans		US	LA	071	343829	America/Chicago
4336232	Ouachita Parish	ouachita-parish	Okrug Voshito,Ouachita,Ouachita Kun,Ouachita Kūn,Ouachita Paroecia,Ouachita megye,Ouachita parrokia,Parafia Ouachita,Parohia Ouachita,Paroisse d'Ouachita,Paroisse dOuachita,Parokya han Ouachita,Paroquia de Ouachita,Parrocchia di Ouachita,Parroquia de Ouachita,Paróquia de Ouachita,Quan Ouachita,Quận Ouachita,Uoshito,Vachita,Vasita srjan,auyacita parisa,awkyta prysh,washita jun,wo xi tuo tang qu,Вачіта,Округ Вошито,Уошито,Վաշիտա շրջան,اواچیٹا پیرش، لوزیانا,اوچیٹا پارش,اوکیتا پریش,مقاطعة أواتشيتا,ঔয়াচিতা পারিশ,ワシタ郡,沃希托堂区		US	LA	073	153720	America/Chicago
4337452	Plaquemines Parish	plaquemines-parish	Okrug Plakemins,Parafia Plaquemines,Parohia Plaquemines,Paroisse de Plaquemine,Paroisse de Plaquemines,Parokya han Plaquemines,Paroquia de Plaquemines,Parrocchia di Plaquemines,Parroquia de Plaquemines,Paróquia de Plaquemines,Plakeminz,Plakmin,Plaquemines,Plaquemines Kun,Plaquemines Kūn,Plaquemines Paroecia,Plaquemines megye,Plaquemines parrokia,Quan Plaquemines,Quận Plaquemines,plakmayns prysh,plakuyeminesa parisa,plykmaynz pyrsh  lwzyana,plyksmaynz parsh,pu la ke ming tang qu,purakuminzu jun,Округ Плакеминс,Плакеминз,Плакмін,Փլաքմին շրջան,مقاطعة بلاكيماينز,پلاکماینس پریش,پلیکسمائنز پارش,پلیکماینز پیرش، لوزیانا,প্লাকুয়েমিনেস পারিশ,プラークミンズ郡,普拉克明堂区		US	LA	075	23042	America/Chicago
4337708	Pointe Coupee Parish	pointe-coupee-parish	Okrug Pojnt Kupe,Parafia Pointe Coupee,Parohia Pointe Coupee,Paroisse de Pointe Coupee,Paroisse de la Pointe Coupee,Paroisse de la Pointe Coupée,Parokya han Pointe Coupee,Paroquia de Pointe Coupee,Parrocchia di Pointe Coupee,Parroquia de Pointe Coupee,Paróquia de Pointe Coupee,Point Coupee Parish,Pointe Coupee,Pointe Coupee Kun,Pointe Coupee Kūn,Pointe Coupee Parish,Pointe Coupee Paroecia,Pointe Coupee megye,Pointe Coupee parrokia,Pojnt-Kupe,Puant,Puant Kup srjan,Quan Pointe Coupee,Quận Pointe Coupee,pan te kang bo tang qu,po'inte kaupi parisa,pointokupi jun,pwynt kwph prysh,Округ Појнт Купе,Пойнт-Купе,Пуант,Պուանտ Կուպ շրջան,مقاطعة بوينت كوبي,پواؤنٹ کوپ پارش,پوائنٹ کوپے پیرش، لوزیانا,پوینت کوپه پریش,পোইন্টে কৌপী পারিশ,ポイントクーピー郡,潘特康勃堂区		US	LA	077	22802	America/Chicago
4338356	Rapides Parish	rapides-parish	Okrug Rapids,Parafia Rapides,Parohia Rapides,Paroisse de Rapides,Paroisse des Rapides,Parokya han Rapides,Paroquia de Rapides,Parrocchia di Rapides,Parroquia de Rapides,Paróquia de Rapides,Quan Rapides,Quận Rapides,Rapid,Rapid srjan,Rapides,Rapides Kun,Rapides Kūn,Rapides Paroecia,Rapides megye,Rapides parrokia,Rapids,la pi de tang qu,rapizzu jun,repidesa parisa,rpydz prysh,Округ Рапидс,Рапидс,Рапід,Ռապիդ շրջան,رپیدز پریش,ریپڈز پارش,ریپیڈیز پیرش، لوزیانا,مقاطعة رابيدز,রেপিডেস পারিশ,ラピッズ郡,拉皮德堂区		US	LA	079	131613	America/Chicago
4338489	Red River Parish	red-river-parish	Okrug Red River,Parafia Red River,Parohia Red River,Paroisse de Red River,Parokya han Red River,Paroquia de Red River,Parrocchia di Red River,Parroquia de Red River,Paróquia de Red River,Quan Red River,Quận Red River,Red River,Red River Kun,Red River Kūn,Red River Paroecia,Red River megye,Red River parrokia,Red River srjan,Red-River,hong he tang qu,rd rywr prysh,reda ribhara parisa,reddoriba jun,Округ Ред Ривер,Ред-Ривер,Ред-Рівер,Ռեդ Ռիվեր շրջան,رد ریور پریش,ریڈ روور پارش,ریڈ ریور پیرش، لوزیانا,مقاطعة ريد ريفر,রেড রিভার পারিশ,レッドリバー郡,红河堂区		US	LA	081	9091	America/Chicago
4338711	Richland Parish	richland-parish	Okrug Richland,Parafia Richland,Parohia Richland,Paroisse de Richland,Parokya han Richland,Paroquia de Richland,Parrocchia di Richland,Parroquia de Richland,Paróquia de Richland,Quan Richland,Quận Richland,Richland,Richland Kun,Richland Kūn,Richland Paroecia,Richland megye,Richland parrokia,Richlend,li qi lan tang qu,ricalyanda parisa,ritchirando jun,rychlnd prysh,Округ Ричланд,Ричленд,Річленд,Ռիչլենդ շրջան,رچلینڈ پارش,رچلینڈ پیرش، لوزیانا,ریچلند پریش,مقاطعة ريتشلاند,রিচল্যান্ড পারিশ,リッチランド郡,里奇兰堂区		US	LA	083	20725	America/Chicago
4339354	Sabine Parish	sabine-parish	Okrug Sabin,Parafia Sabine,Parohia Sabine,Paroisse de Sabine,Parokya han Sabine,Paroquia de Sabine,Parrocchia di Sabine,Parroquia de Sabine,Paróquia de Sabine,Quan Sabine,Quận Sabine,Sabin,Sabin srjan,Sabine,Sabine Kun,Sabine Kūn,Sabine Paroecia,Sabine megye,Sabine parrokia,sabin jun,sabine parisa,sabyn parsh,sabyn pyrsh  lwzyana,sha bin tang qu,zabynh prysh,Округ Сабин,Сабин,Сабін,Սաբին շրջան,زابینه پریش,سابین پارش,سابین پیرش، لوزیانا,مقاطعة سابين,সাবিনে পারিশ,サビーン郡,沙宾堂区		US	LA	085	24233	America/Chicago
4339526	Saint Bernard Parish	saint-bernard-parish	Paroisse de Saint Bernard,Saint Bernard,St. Bernard		US	LA	087	35897	America/Chicago
4339583	Saint Charles Parish	saint-charles-parish	Paroisse de Saint Charles,Saint Charles,St. Charles		US	LA	089	52780	America/Chicago
4339724	Saint Helena Parish	saint-helena-parish	Paroisse de Saint Helena,Saint Helena,Saint Helena Parish,St. Helena,St. Helena Parish		US	LA	091	11203	America/Chicago
4339793	Saint James Parish	saint-james-parish	Paroisse de Saint James,Saint James,St. James		US	LA	093	22102	America/Chicago
4339881	Saint John the Baptist Parish	saint-john-the-baptist-parish	Paroisse de Saint John the Baptist,Saint Jean the Baptiste Parish,Saint John the Baptist,Saint John the Baptist Parish,St. John the Baptist,St. John the Baptist Parish		US	LA	095	45924	America/Chicago
4340045	Saint Landry Parish	saint-landry-parish	Paroisse de Saint Landry,Saint Landry,St. Landry		US	LA	097	83384	America/Chicago
4340186	Saint Martin Parish	saint-martin-parish	Paroisse de Saint Martin,Saint Martin,St. Martin		US	LA	099	52160	America/Chicago
4340232	Saint Mary Parish	saint-mary-parish	Paroisse de Saint Mary,Saint Mary,Saint Mary Parish,Saint Marys Parish,St. Mary,St. Mary Parish		US	LA	101	54650	America/Chicago
4340579	Saint Tammany Parish	saint-tammany-parish	Paroisse de Saint Tammany,Saint Tammany,St. Tammany		US	LA	103	233740	America/Chicago
4343122	Tangipahoa Parish	tangipahoa-parish	Okrug Tandzipakhoa,Parafia Tangipahoa,Parohia Tangipahoa,Paroisse de Tangipahoa,Parokya han Tangipahoa,Paroquia de Tangipahoa,Parrocchia di Tangipahoa,Parroquia de Tangipahoa,Paróquia de Tangipahoa,Quan Tangipahoa,Quận Tangipahoa,Tandzhipakhoa,Tangipahoa,Tangipahoa Kun,Tangipahoa Kūn,Tangipahoa Paroecia,Tangipahoa megye,Tangipahoa parrokia,Tangipaoa,tan ji pa huo a tang qu,tangipahoa jun,tangipahoya parisa,tngypahwa prysh,Округ Танџипахоа,Танджипахоа,Танґіпаоа,Թանգիպահոա շրջան,تنگیپاهوا پریش,مقاطعة تانغيباهوا,ٹینجیپاہوا پیرش، لوزیانا,টাঙ্গিপাহোয়া পারিশ,タンギパホア郡,坦吉帕霍阿堂区		US	LA	105	121097	America/Chicago
4343280	Tensas Parish	tensas-parish	Okrug Tensas,Parafia Tensas,Parohia Tensas,Paroisse de Tensas,Paroisse des Tensas,Parokya han Tensas,Paroquia de Tensas,Parrocchia di Tensas,Parroquia de Tensas,Paróquia de Tensas,Quan Tensas,Quận Tensas,Tensas,Tensas Kun,Tensas Kūn,Tensas Parish,Tensas Paroecia,Tensas megye,Tensas parrokia,Tensaw Parish,Tenso,tenasasa parisa,teng sa si tang qu,tensasu jun,tnss prysh,Округ Тенсас,Тенсас,Тенсо,Թենսաս շրջան,تنسس پریش,مقاطعة تنساس,ٹینساس پیرش، لوزیانا,টেনসাস পারিশ,テンサス郡,滕萨斯堂区		US	LA	107	5252	America/Chicago
4343313	Terrebonne Parish	terrebonne-parish	Okrug Terbon,Parafia Terrebonne,Parohia Terrebonne,Paroisse de Terrebonne,Parokya han Terrebonne,Paroquia de Terrebonne,Parrocchia di Terrebonne,Parroquia de Terrebonne,Paróquia de Terrebonne,Quan Terrebonne,Quận Terrebonne,Terrbonn,Terre Bonne Parish,Terrebonn,Terrebonne,Terrebonne Kun,Terrebonne Kūn,Terrebonne Parish,Terrebonne Paroecia,Terrebonne megye,Terrebonne parrokia,tai lei bo en tang qu,terebon jun,terrebona parisa,trbwn prysh,Округ Тербон,Террбонн,Терребонн,Թեռեբոն շրջան,تربون پریش,مقاطعة تيريبون,ٹیریبونی پیرش، لوزیانا,টের্রেবোন পারিশ,テレボーン郡,泰勒博恩堂区		US	LA	109	111860	America/Chicago
4344274	Union Parish	union-parish	Junion,Okrug Junion,Parafia Union,Parohia Union,Paroisse de l'Union,Parokya han Union,Paroquia de Union,Parrocchia di Union,Parroquia de Union,Paróquia de Union,Quan Union,Quận Union,Union,Union Kun,Union Kūn,Union Paroecia,Union megye,Union parrokia,Yunion srjan,i'uniyana parisa,you ning tang qu,yunion jun,ywnyn pyrsh  lwzyana,ywnywn prysh,Округ Јунион,Юнион,Юніон,Յունիոն շրջան,مقاطعة يونيون,یونین پیرش، لوزیانا,یونیون پریش,ইউনিয়ন পারিশ,ユニオン郡,尤宁堂区		US	LA	111	22721	America/Chicago
4344530	Vermilion Parish	vermilion-parish	Okrug Vermilion,Parafia Vermilion,Parohia Vermilion,Paroisse de Vermilion,Parokya han Vermilion,Paroquia de Vermilion,Parrocchia di Vermilion,Parroquia de Vermilion,Paróquia de Vermilion,Quan Vermilion,Quận Vermilion,Vermil'jon,Vermilion,Vermilion Kun,Vermilion Kūn,Vermilion Parish,Vermilion Paroecia,Vermilion megye,Vermilion parrokia,Vermilion srjan,Vermillion Parish,bamirion jun,bharmiliyana parisa,fu mi li en tang qu,wrmylywn prysh,wyrmylyn pyrsh  lwzyana,Вермилион,Вермільйон,Округ Вермилион,Վերմիլիոն շրջան,مقاطعة فيرميليون,ورمیلیون پریش,ویرمیلین پیرش، لوزیانا,ভার্মিলিয়ন পারিশ,バーミリオン郡,弗米利恩堂区		US	LA	113	57999	America/Chicago
4344544	Vernon Parish	vernon-parish	Okrug Vernon,Parafia Vernon,Parohia Vernon,Paroisse de Vernon,Parokya han Vernon,Paroquia de Vernon,Parrocchia di Vernon,Parroquia de Vernon,Paróquia de Vernon,Quan Vernon,Quận Vernon,Vernon,Vernon Kun,Vernon Kūn,Vernon Paroecia,Vernon parrokia,Vernon srjan,banon jun,bharnana parisa,fu nong tang qu,wrnan prysh,wrnn pyrsh  lwzyana,Вернон,Округ Вернон,Վերնոն շրջան,مقاطعة فيرنون,ورنان پریش,ورنن پیرش، لوزیانا,ভার্নন পারিশ,バーノン郡,弗农堂区		US	LA	115	52334	America/Chicago
4345509	Washington Parish	washington-parish	Okrug Vashington,Parafia Washington,Parohia Washington,Paroisse de Washington,Parokya han Washington,Paroquia de Washington,Parrocchia di Washington,Parroquia de Washington,Paróquia de Washington,Quan Washington,Quận Washington,Vashington,Vasington srjan,Washington,Washington Kun,Washington Kūn,Washington Paroecia,Washington megye,Washington parrokia,hua sheng dun tang qu,raasintana parisa,washinton jun,washyngtn prysh,Вашингтон,Округ Вашингтон,Վաշինգտոն շրջան,مقاطعة واشنطن,واشنگٹن پیرش، لوزیانا,واشینگتن پریش,ৱাশিংটন পারিশ,ワシントン郡,华盛顿堂区		US	LA	117	47168	America/Chicago
4345618	Webster Parish	webster-parish	Okrug Vebster,Parafia Webster,Parohia Webster,Paroisse de Webster,Parokya han Webster,Paroquia de Webster,Parrocchia di Webster,Parroquia de Webster,Paróquia de Webster,Quan Webster,Quận Webster,Uehbster,Vebster,Vebster srjan,Webster,Webster Kun,Webster Kūn,Webster Paroecia,Webster megye,Webster parrokia,oyebastera parisa,u~ebusuta jun,wbstr prysh,wei bo si te tang qu,Вебстер,Округ Вебстер,Уэбстер,Վեբստեր շրջան,مقاطعة وبستر,وبستر پریش,ویبسٹر پیرش، لوزیانا,ওয়েবস্টের পারিশ,ウェブスター郡,韦伯斯特堂区		US	LA	119	41207	America/Chicago
4345713	West Baton Rouge Parish	west-baton-rouge-parish	Okrug Vest Baton Ruzh,Parafia West Baton Rouge,Parohia West Baton Rouge,Paroisse de Baton-Rouge Ouest,Paroisse de Bâton-Rouge Ouest,Paroisse de West Baton Rouge,Parokya han West Baton Rouge,Paroquia de West Baton Rouge,Parrocchia di West Baton Rouge,Parroquia de West Baton Rouge,Paróquia de West Baton Rouge,Quan Tay Baton Rouge,Quận Tây Baton Rouge,Rubribaculum Occidentale Paroecia,Uehst-Baton-Ruzh,Vest Baton Ruz srjan,Vest-Baton-Ruzh,West Baton Rouge,West Baton Rouge Kun,West Baton Rouge Kūn,West Baton Rouge megye,West Baton Rouge parrokia,raesta batona rauja parisa,u~esutobatonruju jun,wst batwn rw prysh,xi ba tun lu ri tang qu,Вест-Батон-Руж,Округ Вест Батон Руж,Уэст-Батон-Руж,Վեստ Բատոն Ռուժ շրջան,مقاطعة ويست باتون روغ,وست باتون رو پریش,ویسٹ بیٹون روج پیرش، لوزیانا,ৱেস্ট বাটোন রৌজ পারিশ,ウェストバトンルージュ郡,西巴吞鲁日堂区		US	LA	121	23788	America/Chicago
4345740	West Carroll Parish	west-carroll-parish	Okrug Vest Karol,Parafia West Carroll,Parohia West Carroll,Paroisse de Carroll Ouest,Paroisse de West Carroll,Parokya han West Carroll,Paroquia de West Carroll,Parrocchia di West Carroll,Parroquia de West Carroll,Paróquia de West Carroll,Quan Tay Carroll,Quận Tây Carroll,Uehst-Karroll,Vest-Kerroll,West Carroll,West Carroll Kun,West Carroll Kūn,West Carroll Paroecia,West Carroll megye,West Carroll parrokia,raesta kerola parisa,u~esutokyaroru jun,wst krwl prysh,xi ka luo er tang qu,Вест-Керролл,Округ Вест Карол,Уэст-Карролл,Վեստ Քարոլ շրջան,مقاطعة ويست كارول,وست کرول پریش,ویسٹ کیرول پیرش، لوزیانا,ৱেস্ট কেরোল পারিশ,ウェストキャロル郡,西卡洛尔堂区		US	LA	123	11604	America/Chicago
4345778	West Feliciana Parish	west-feliciana-parish	Okrug Vest Felisijana,Parafia West Feliciana,Parohia West Feliciana,Paroisse de Feliciana Ouest,Paroisse de West Feliciana,Parokya han West Feliciana,Paroquia de West Feliciana,Parrocchia di West Feliciana,Parroquia de West Feliciana,Paróquia de West Feliciana,Quan Tay Feliciana,Quận Tây Feliciana,Uehst-Felisiana,Vest Felisiana srjan,Vest-Felisiana,West Feliciana,West Feliciana Kun,West Feliciana Kūn,West Feliciana Paroecia,West Feliciana megye,West Feliciana parrokia,raesta phelisiyana parisa,u~esutoferishiana jun,xi fei li xi ya na tang qu,Вест-Фелісіана,Округ Вест Фелисијана,Уэст-Фелисиана,Վեստ Ֆելիսիանա շրջան,مقاطعة ويست فيليكينا,ویسٹ فیلیشیانا پیرش، لوزیانا,ৱেস্ট ফেলিসিয়ানা পারিশ,ウェストフェリシアナ郡,西费利西亚纳堂区		US	LA	125	15625	America/Chicago
4346451	Winn Parish	winn-parish	Okrug Vin,Owin srjan,Parafia Winn,Parohia Winn,Paroisse de Winn,Parokya han Winn,Paroquia de Winn,Parrocchia di Winn,Parroquia de Winn,Paróquia de Winn,Quan Winn,Quận Winn,Uinn,Vinn,Winn,Winn Kun,Winn Kūn,Winn Paroecia,Winn megye,Winn parrokia,raina parisa,u~in jun,wen tang qu,wyn prysh,wyn pyrsh  lwzyana,Вінн,Округ Вин,Уинн,Ուին շրջան,مقاطعة وين,وین پریش,وین پیرش، لوزیانا,ৱিন পারিশ,ウィン郡,温堂区		US	LA	127	15313	America/Chicago
4347094	Allegany County	allegany-county	Alegani srjan,Alegeni,Allegany,Allegany County,Allegany Kun,Allegany Kūn,Allegany konderria,Allegany maakond,Allegany megye,Allegejni,Allegeni,Alligany County,Comitatul Allegany,Comitatus Allegany,Comte d'Allegany,Comté d'Allegany,Condado de Allegany,Condado han Allegany,Contea di Allegany,Hrabstwo Allegany,Konteth Allegany,Okres Allegany,Okrug Alegeni,a li gen ni xian,alegan'ya ka'unti,arigeini jun,shhrstan alygny  mrylnd,Алегени,Аллегейни,Аллегені,Округ Алегени,Ալեգանի շրջան,الگنی کاؤنٹی، میری لینڈ,ایلیگینی کاؤنٹی، میری لینڈ,شهرستان الیگنی، مریلند,مقاطعة ألغني,আলেগান্য কাউন্টি,アリゲイニー郡,阿利根尼縣		US	MD	001	75087	America/New_York
4673147	Bee County	bee-county	Bee,Bee Comitatus,Bee Kun,Bee Kūn,Bee konderria,Bee megye,Bi,Bi srjan,Bij,Comitatul Bee,Comte de Bee,Comté de Bee,Condado de Bee,Condado han Bee,Contea di Bee,County Bee,Hrabstwo Bee,Okrug Bi,Quan Bee,Quận Bee,bi jun,bi ka'unti,bi xian,mqatʿt by,shhrstan by  tgzas,Би,Бий,Бі,Округ Би,Բի շրջան,بی کاؤنٹی,بی کاؤنٹی، ٹیکساس,شهرستان بی، تگزاس,مقاطعة بي,বী কাউন্টি,ビー郡,比縣		US	TX	025	31861	America/Chicago
4347283	Anne Arundel County	anne-arundel-county	An Arandul,An Arrundell County,An Arundel County,Ann Arrandell County,Ann Arrondell County,Ann Arrundall County,Ann Arrundell County,Ann Arundel County,Ann Arundell County,Ann Arunndel County,Ann-Arandel,Annarundell County,Anne Arrundel County,Anne Arundel,Anne Arundel County,Anne Arundel Kun,Anne Arundel Kūn,Anne Arundel konderria,Anne Arundel megye,Anne Arundeli maakond,Comitatul Anne Arundel,Comte d'Anne Arundel,Comté d'Anne Arundel,Condado de Anne Arundel,Condado han Anne Arundel,Contea di Anne Arundel,Enn Arundel srjan,Enn-Arundel,Hrabstwo Anne Arundel,Konteth Anne Arundel,Okrug An Arandel,an arwndl kawnty,an ni a lun de er xian,anaranderu jun,ane arunadela ka'unti,shhrstan ana arwndl  mrylnd,Ан Арандъл,Анн-Арандел,Енн-Арундел,Округ Ан Арандел,Էնն Արունդել շրջան,آن أروندل كاونتي,این ارنڈل کاؤنٹی,این ایرنڈیل کاؤنٹی، میری لینڈ,شهرستان آنا آروندل، مریلند,আনে আরুনডেল কাউন্টি,アナランデル郡,安妮阿倫德爾縣		US	MD	003	537656	America/New_York
4347790	Baltimore County	baltimore-county	Baltemore County,Baltimor,Baltimore,Baltimore County,Baltimore Kun,Baltimore Kūn,Baltimore konderria,Baltimore megye,Baltimorei maakond,Comitatul Baltimore,Comte de Baltimore,Comté de Baltimore,Condado de Baltimore,Condado han Baltimore,Contea di Baltimora,Hrabstwo Baltimore,Konteth Baltimore,Okrug Baltimor,ba er de mo xian,baltimora ka'unti,boruchimoa jun,shhrstan baltymwr  mrylnd,Балтимор,Округ Балтимор,Բալթիմոր շրջան,بالٹیمور کاؤنٹی,بالٹیمور کاؤنٹی، میری لینڈ,شهرستان بالتیمور، مریلند,مقاطعة بالتيمور,বাল্টিমোর কাউন্টি,ボルチモア郡,巴爾的摩縣		US	MD	005	805029	America/New_York
4347820	City of Baltimore	city-of-baltimore	Baltimore,Baltimore City,City of Baltimore,Ville de Baltimore		US	MD	510	620961	America/New_York
4350123	Calvert County	calvert-county	Calvert,Calvert County,Calvert Kun,Calvert Kūn,Calvert konderria,Calvert megye,Comitatul Calvert,Comte de Calvert,Comté de Calvert,Condado de Calvert,Condado han Calvert,Contea di Calvert,Hrabstwo Calvert,Kalvert,Konteth Calvert,Kulvurt,Okrug Kalvert,Patuxent County,ka er fu te xian,kalabharta ka'unti,karubato jun,shhrstan klwrt  mrylnd,Калверт,Кълвърт,Округ Калверт,Քալվերտ շրջան,شهرستان کلورت، مریلند,مقاطعة كالفرت,کالورٹ کاؤنٹی,کالویرٹ کاؤنٹی، میری لینڈ,কালভার্ট কাউন্টি,カルバート郡,卡爾弗特縣		US	MD	009	88737	America/New_York
4350425	Caroline County	caroline-county	Caroline,Caroline Kun,Caroline Kūn,Caroline konderria,Caroline megye,Carolinei maakond,Comitatul Caroline,Comte de Caroline,Comté de Caroline,Condado de Caroline,Condado han Caroline,Contea di Caroline,Hrabstwo Caroline,Karulajn,Kehrolajn,Kerolajn,Konteth Caroline,Okrug Karolajn,jia luo lin xian,kyaralina ka'unti,kyarorain jun,shhrstan karwlyn  mrylnd,Карълайн,Керолайн,Кэролайн,Округ Каролајн,Քարոլինա շրջան,شهرستان کارولین، مریلند,مقاطعة كارولين,کیرولائن کاؤنٹی,کیرولائن کاؤنٹی، میری لینڈ,ক্যারলিন কাউন্টি,キャロライン郡,加羅林縣		US	MD	011	33066	America/New_York
4350461	Carroll County	carroll-county	Carroll,Carroll Kun,Carroll Kūn,Carroll konderria,Carroll megye,Comitatul Carroll,Comte de Carroll,Comté de Carroll,Condado de Carroll,Condado han Carroll,Contea di Carroll,Hrabstwo Carroll,Karroll,Kerroll,Kerul,Konteth Carroll,Okrug Karol,ka luo er xian,kerola ka'unti,kyaroru jun,shhrstan krwl  mrylnd,Карролл,Керролл,Керъл,Округ Карол,Քարոլ շրջան,شهرستان کرول، مریلند,مقاطعة كارول,کیرل کاؤنٹی، میری لینڈ,کیرول کاؤنٹی، میری لینڈ,কেরোল কাউন্টি,キャロル郡,卡洛爾縣		US	MD	013	167134	America/New_York
4350685	Cecil County	cecil-county	Caecil County,Caecill County,Cecil,Cecil County,Cecil Kun,Cecil Kūn,Cecil konderria,Cecil megye,Comitatul Cecil,Comte de Cecil,Comté de Cecil,Condado de Cecil,Condado han Cecil,Contea di Cecil,Hrabstwo Cecil,Konteth Cecil,Okrug Sisil,Sesil,Sesil srjan,Sisul,sai xi er xian,seshiru jun,sesila ka'unti,shhrstan sysyl  mrylnd,Округ Сисил,Сесил,Сесіл,Сисъл,Սեսիլ շրջան,سیسل کاؤنٹی,سیسل کاؤنٹی، میری لینڈ,شهرستان سیسیل، مریلند,সেসিল কাউন্টি,セシル郡,塞西尔县		US	MD	015	101108	America/New_York
4351021	Charles County	charles-county	Charl'z,Charles,Charles Countie,Charles County,Charles Countye,Charles Kun,Charles Kūn,Charles konderria,Charles megye,Charleses Countie,Charleses County,Charls Countie,Charls County,Charlz,Comitatul Charles,Comte de Charles,Comté de Charles,Condado de Charles,Condado han Charles,Contea di Charles,Hrabstwo Charles,Konteth Charles,Okrug Charls,carlasa ka'unti,cha er si xian,charuzu jun,shhrstan charlz  mrylnd,Округ Чарлс,Чарлз,Чарльз,Չառլզ շրջան,شهرستان چارلز، مریلند,چارلز کاؤنٹی,چارلس کاؤنٹی، میری لینڈ,চার্লস কাউন্টি,チャールズ郡,查爾斯縣		US	MD	017	146551	America/New_York
4353543	Dorchester County	dorchester-county	Comitatul Dorchester,Comte de Dorchester,Comté de Dorchester,Condado de Dorchester,Condado han Dorchester,Contea di Dorchester,Dorcester County,Dorchester,Dorchester County,Dorchester Kun,Dorchester Kūn,Dorchester konderria,Dorchester megye,Dorchesteri maakond,Dorset,Dorset County,Dorsett County,Hrabstwo Dorchester,Konteth Dorchester,Okrug Dorchester,docheseuteo gun,dochesuta jun,doracestara ka'unti,duo che si te xian,shhrstan darchstr  mrylnd,Дорсет,Дорчестер,Округ Дорчестер,Դորչեստր շրջան,شهرستان دارچستر، مریلند,مقاطعة دورشيستر,ڈورچسٹر کاؤنٹی,ڈورچیسٹر کاؤنٹی، میری لینڈ,ডোরচেস্টার কাউন্টি,ドーチェスター郡,多徹斯特縣,도체스터 군		US	MD	019	32618	America/New_York
4355594	Frederick County	frederick-county	Comitatul Frederick,Comte de Frederick,Comté de Frederick,Condado de Frederick,Condado han Frederick,Contea di Frederick,Frederick County,Frederick Kun,Frederick Kūn,Frederick konderria,Frederick megye,Fredericki maakond,Frederik,Frederik srjan,Hrabstwo Frederick,Konteth Frederick,Okrug Frederik,fu lei de li ke xian,furederikku jun,phredika ka'unti,shhrstan frdryk  mrylnd,Округ Фредерик,Фредерик,Фредерік,Ֆրեդերիկ շրջան,شهرستان فردریک، مریلند,فریڈرک کاؤنٹی، میری لینڈ,مقاطعة فريدريك,ফ্রেডিক কাউন্টি,フレデリック郡,弗雷德里克县		US	MD	021	233385	America/New_York
4697746	Hill County	hill-county	Comte de Hill,Comté de Hill,Hill		US	TX	217	35089	America/Chicago
4355939	Garrett County	garrett-county	Comitatul Garrett,Comte de Garrett,Comté de Garrett,Condado de Garrett,Condado han Garrett,Contea di Garrett,Garet,Garet srjan,Garrett,Garrett Kun,Garrett Kūn,Garrett konderria,Garrett megye,Gerrett,Hrabstwo Garrett,Konteth Garrett,Okrug Garet,gareta ka'unti,garetto jun,jia lei te xian,shhrstan grt  mrylnd,Гарет,Гарретт,Округ Гарет,Ґерретт,Գարետ շրջան,شهرستان گرت، مریلند,مقاطعة غاريت,گیرٹ کاؤنٹی,گیریٹ کاؤنٹی، میری لینڈ,গারেট কাউন্টি,ガレット郡,加勒特縣		US	MD	023	30097	America/New_York
4357407	Harford County	harford-county	Comitatul Harford,Comte de Harford,Comté de Harford,Condado de Harford,Condado han Harford,Contea di Harford,Garford,Harford,Harford County,Harford Kun,Harford Kūn,Harford konderria,Harford megye,Harford srjan,Hartford County,Hrabstwo Harford,Kharford,Khartford,Konteth Harford,Okrug Kharford,ha fu de xian,hafodo jun,haraphorda ka'unti,shhrstan harfwrd  mrylnd,Гарфорд,Округ Харфорд,Хартфорд,Харфорд,Հարֆորդ շրջան,شهرستان هارفورد، مریلند,مقاطعة هارفورد,ہارفورڈ کاؤنٹی,ہارفورڈ کاؤنٹی، میری لینڈ,হারফোর্ড কাউন্টি,ハーフォード郡,哈福德縣		US	MD	025	244826	America/New_York
4358598	Howard County	howard-county	Comitatul Howard,Comte de Howard,Comté de Howard,Condado de Howard,Condado han Howard,Contea di Howard,Govard,Hovard srjan,Howard,Howard Comitatus,Howard Kun,Howard Kūn,Howard konderria,Howard megye,Hrabstwo Howard,Khauard,Khauurd,Konteth Howard,Okrug Khauard,haraarda ka'unti,hawado jun,huo hua de xian,shhrstan haward  mrylnd,Говард,Округ Хауард,Хауард,Хауърд,Հովարդ շրջան,شهرستان هاوارد، مریلند,مقاطعة هاوارد,ہاورڈ کاؤنٹی,ہاورڈ کاؤنٹی، میریلینڈ,হাৱার্ড কাউন্টি,ハワード郡,霍華德縣		US	MD	027	287085	America/New_York
4359780	Kent County	kent-county	Comitatul Kent,Comte de Kent,Comté de Kent,Condado de Kent,Condado han Kent,Contea di Kent,County of Kente,Hrabstwo Kent,Kent,Kent County,Kent Kun,Kent Kūn,Kent konderria,Kent megye,Konteth Kent,Okrug Kent,Quan Kent,Quận Kent,ken te xian,kenta ka'unti,kento jun,shhrstan knt  mrylnd,Кент,Округ Кент,Քենտ շրջան,شهرستان کنت، مریلند,مقاطعة كينت,کنٹ کاؤنٹی,کینٹ کاؤنٹی، میری لینڈ,কেন্ট কাউন্টি,ケント郡,肯特县		US	MD	029	20197	America/New_York
4362716	Montgomery County	montgomery-county	Comitatul Montgomery,Comtat de Montgomery,Comte de Montgomery,Comté de Montgomery,Condado de Montgomery,Condado han Montgomery,Contea di Montgomery,Hrabstwo Montgomery,Kantono Montgomery,Konteth Montgomery,MoCo,Montgomeri,Montgomeri srjan,Montgomery,Montgomery Kun,Montgomery Kūn,Montgomery konderria,Montgomery maakond,Montgomery megye,Montgomuri,Okrug Montgomeri,Quan Montgomery,Quận Montgomery,mantagomeri ka'unti,meng ge ma li xian,mong-gomeli gun,mongomeri jun,shhrstan mwntgwmry  mrylnd,Монтгомери,Монтгомері,Монтгомъри,Округ Монтгомери,Մոնտգոմերի շրջան,شهرستان مونتگومری، مریلند,مقاطعة مونتغومري,مونٹگمری کاؤنٹی، میری لینڈ,مونٹگومری کاؤنٹی، میری لینڈ,মন্টগোমেরী কাউন্টি,モンゴメリー郡,蒙哥马利县,몽고메리 군		US	MD	031	971777	America/New_York
4366164	Prince George's County	prince-george-s-county	Comte de Prince George,Comte de Prince George's,Comté de Prince George,Comté de Prince George's,Condado de Prince George,Condado de Prince Georges,Condado han Prince Georges,Contea di Prince Georges,Grafstvo princa Georga,Hrabstwo Prince George's,Hrabstwo Prince George’s,Konteth Prince Georges,Prince George,Prince George's,Prince George's County,Prince Georges County,Prince George’s County,Prins-Dzhordzhes,prinsa jarjasa ka'unti,qiao zhi wang zi xian,Графство принца Георга,Принс-Джорджес,Փրինս Ջորջս շրջան,پرنس جارج کاؤنٹی، میری لینڈ,প্রিন্স জর্জস কাউন্টি,乔治王子县		US	MD	033	863420	America/New_York
4366351	Queen Anne's County	queen-anne-s-county	Comte de Queen Anne,Comte de Queen Anne's,Comté de Queen Anne,Comté de Queen Anne's,Condado de Queen Anne,Condado de Queen Anne's,Condado han Queen Anne's,Contea di Queen Anne's,Grafstvo korolevi Anni,Hrabstwo Queen Anne's,Konteth Queen Anne's,Kuin-Ehnns,Quan Queen Anne,Queen Ann County,Queen Ann's County,Queen Anne County,Queen Anne's,Queen Anne's County,Queen Annes County,Queen Anne’s County,Queen Anns County,Quận Queen Anne,an ni nu wang xian,ku'ina anne'sa ka'unti,Графство королеви Анни,Куин-Эннс,Քուին Էննս շրջան,کوین این کاؤنٹی,কুইন আন্নে'স কাউন্টি,安妮女王縣		US	MD	035	47798	America/New_York
4368320	Saint Mary's County	saint-mary-s-county	Augusta Caroline County,Comte de Saint Mary's,Comté de Saint Mary's,Potomack County,Saint Maries Countie,Saint Maries County,Saint Mary County,Saint Mary's,Saint Mary's County,Saint Maryes County,Saint Marys County,St. Mary's,St. Mary's County,XSM		US	MD	037	105151	America/New_York
4369894	Somerset County	somerset-county	Comitatul Somerset,Comte de Somerset,Comté de Somerset,Condado de Somerset,Condado han Somerset,Contea di Somerset,Hrabstwo Somerset,Konteth Somerset,Okrug Samerset,Somerset,Somerset County,Somerset Kun,Somerset Kūn,Somerset konderria,Somerset megye,Somerset srjan,Somersetensis comitatus,Somerseti maakond,Sommersett County,sa mo sai te xian,samasetto jun,shhrstan samrst  mrylnd,somaraseta ka'unti,Округ Самерсет,Сомерсет,Սոմերսետ շրջան,سومرسیٹ کاؤنٹی، میری لینڈ,شهرستان سامرست، مریلند,مقاطعة سومرست,সোমারসেট কাউন্টি,サマセット郡,薩默塞特縣		US	MD	039	26470	America/New_York
4370904	Talbot County	talbot-county	Comitatul Talbot,Comte de Talbot,Comté de Talbot,Condado de Talbot,Condado han Talbot,Contea di Talbot,Hrabstwo Talbot,Konteth Talbot,Okrug Talbot,Tabbot County,Talbot,Talbot County,Talbot Kun,Talbot Kūn,Talbot konderria,Talbot megye,Talboti maakond,Talbott County,Talbut,Talbut County,Tolbot,shhrstan talbwt  mrylnd,ta er bo te xian,talabata ka'unti,tarubotto jun,Округ Талбот,Талбот,Талбът,Толбот,Թալբոտ շրջան,شهرستان تالبوت، مریلند,مقاطعة تالبوت,ٹالبوٹ کاؤنٹی,ٹیلبوٹ کاؤنٹی، میری لینڈ,টালবট কাউন্টি,タルボット郡,塔爾博特縣		US	MD	041	37782	America/New_York
4384356	Douglas County	douglas-county	Comitatul Douglas,Comte de Douglas,Comté de Douglas,Condado de Douglas,Condado han Douglas,Contea di Douglas,Douglas,Douglas Kun,Douglas Kūn,Douglas konderria,Douglas megye,Duglas,Duglas srjan,Hrabstwo Douglas,Okrug Daglas,Quan Douglas,Quận Douglas,dagalasa ka'unti,dagurasu jun,dao ge la si xian,mqatʿt dwghlas,shhrstan daglas  myzwry,Дуглас,Дъглас,Округ Даглас,Դուգլաս շրջան,شهرستان داگلاس، میزوری,مقاطعة دوغلاس,ڈوگلس کاؤنٹی، مسوری,ڈوگلس کاؤنٹی،مسوری,ডগলাস কাউন্টি,ダグラス郡,道格拉斯縣		US	MO	067	13684	America/Chicago
4372777	Washington County	washington-county	Comitatul Washington,Comte de Washington,Comté de Washington,Condado de Washington,Condado han Washington,Contea di Washington,Hrabstwo Washington,Konteth Washington,Okrug Vashington,Vashington,Vasington srjan,Washington,Washington Kun,Washington Kūn,Washington konderria,Washington megye,Washingtoni maakond,hua sheng dun xian,raasintana ka'unti,shhrstan washyngtn  mrylnd,washinton jun,Вашингтон,Округ Вашингтон,Վաշինգտոն շրջան,شهرستان واشینگتن، مریلند,مقاطعة واشنطن,واشنگٹن کاؤنٹی، میری لینڈ,ৱাশিংটন কাউন্টি,ワシントン郡,華盛頓縣		US	MD	043	147430	America/New_York
4373554	Wicomico County	wicomico-county	Comitatul Wicomico,Comte de Wicomico,Comté de Wicomico,Condado de Wicomico,Condado han Wicomico,Contea di Wicomico,Hrabstwo Wicomico,Konteth Wicomico,Okrug Vajkomiko,Owikomiko srjan,Uajkomiko,Vikomiko,Wicomico,Wicomico Kun,Wicomico Kūn,Wicomico konderria,Wicomico maakond,Wicomico megye,raikomiko ka'unti,waikamiko jun,wei ke mi ke xian,Вікоміко,Округ Вајкомико,Уайкомико,Ուիկոմիկո շրջան,وکومیکو کاؤنٹی,ویکومیکو کاؤنٹی، میری لینڈ,ৱিকোমিকো কাউন্টি,ワイカミコ郡,威科米科縣		US	MD	045	98733	America/New_York
4374180	Worcester County	worcester-county	Comitatul Worcester,Comte de Worcester,Comté de Worcester,Condado de Worcester,Condado han Worcester,Contea di Worcester,Hrabstwo Worcester,Konteth Worcester,Okrug Vuster,Owister srjan,Quan Worcester,Quận Worcester,Ustur,Vuster,Worcester,Worcester Kun,Worcester Kūn,Worcester konderria,Worcester megye,Worcesteri maakond,oracestara ka'unti,shhrstan wwstr  mrylnd,usuta jun,wu si te xian,Вустер,Округ Вустер,Устър,Ուիստեր շրջան,شهرستان ووستر، مریلند,وارکیسٹر کاؤنٹی,ووسٹر کاؤنٹی، میری لینڈ,ওরচেস্টার কাউন্টি,ウースター郡,烏斯特縣		US	MD	047	51454	America/New_York
4374849	Andrew County	andrew-county	Andrew,Andrew Kun,Andrew Kūn,Andrew konderria,Andrew megye,Andrju,Comitatul Andrew,Comte d'Andrew,Comté d'Andrew,Condado de Andrew,Condado han Andrew,Contea di Andrew,Ehndrju,Endrju,Endryu srjan,Hrabstwo Andrew,Okrug Endru,Quan Andrew,Quận Andrew,an de lu xian,andoryu jun,endru ka'unti,mqatʿt andrw,shhrstan andrw  myzwry,Андрю,Ендрю,Округ Ендру,Эндрю,Էնդրյու շրջան,انڈریو کاؤنٹی,اینڈریو کاؤنٹی، مسوری,شهرستان اندرو، میزوری,مقاطعة أندرو,এন্ড্রু কাউন্টি,アンドリュー郡,安德魯縣		US	MO	003	17291	America/Chicago
4375346	Audrain County	audrain-county	Audrain,Audrain Kun,Audrain Kūn,Audrain konderria,Audrain megye,Comitatul Audrain,Comte d'Audrain,Comté d'Audrain,Condado de Audrain,Condado han Audrain,Contea di Audrain,Hrabstwo Audrain,Odrejn,Odreyn srjan,Okrug Odrejn,Quan Audrain,Quận Audrain,a'udre'ina ka'unti,ao de lei en xian,audorein jun,mqatʿt awdryn,shhrstan adryn  myzwry,Одрейн,Округ Одрејн,Օդրեյն շրջան,آڈرین کاؤنٹی، مسوری,اوڈرین کاؤنٹی,شهرستان ادرین، میزوری,مقاطعة أودرين,আউড্রেইন কাউন্টি,アウドレイン郡,奧德雷恩縣		US	MO	007	25529	America/Chicago
4375882	Barry County	barry-county	Bari srjan,Barri,Barry,Barry Kun,Barry Kūn,Barry konderria,Barry maakond,Barry megye,Behrri,Beri,Comitatul Barry,Comte de Barry,Comté de Barry,Condado de Barry,Condado han Barry,Contea di Barry,Hrabstwo Barry,Okrug Bari,Quan Barry,Quận Barry,ba li xian,bari jun,byari ka'unti,mqatʿt bary,shhrstan bry  myzwry,Баррі,Бери,Бэрри,Округ Бари,Բարի շրջան,باری کاؤنٹی,بیری کاؤنٹی، مسوری,شهرستان بری، میزوری,مقاطعة باري,ব্যারি কাউন্টি,バリー郡,巴里縣		US	MO	009	35597	America/Chicago
4375904	Barton County	barton-county	Barton,Barton Kun,Barton Kūn,Barton konderria,Barton megye,Barton srjan,Bartoni maakond,Bartun,Comitatul Barton,Comte de Barton,Comté de Barton,Condado de Barton,Condado han Barton,Contea di Barton,Hrabstwo Barton,Okrug Barton,Quan Barton,Quận Barton,ba dun xian,bartana ka'unti,baton jun,mqatʿt bartwn,shhrstan bartwn  myzwry,Бартон,Бартън,Округ Бартон,Բարտոն շրջան,بارٹن کاؤنٹی,بارٹن کاؤنٹی، مسوری,شهرستان بارتون، میزوری,مقاطعة بارتون,বার্টন কাউন্টি,バートン郡,巴頓縣		US	MO	011	12402	America/Chicago
4375954	Bates County	bates-county	Bates,Bates Kun,Bates Kūn,Bates konderria,Bates megye,Behjts,Bejts,Beyts srjan,Comitatul Bates,Comte de Bates,Comté de Bates,Condado de Bates,Condado han Bates,Contea di Bates,Hrabstwo Bates,Okrug Bejts,Quan Bates,Quận Bates,batesa ka'unti,bei ci xian,beitsu jun,mqatʿt bytz,shhrstan byts  myzwry,Бейтс,Бэйтс,Округ Бејтс,Բեյտս շրջան,بیٹس کاؤنٹی,بیٹس کاؤنٹی، مسوری,شهرستان بیتس، میزوری,مقاطعة بيتز,বাটেস কাউন্টি,ベイツ郡,貝茨縣		US	MO	013	17049	America/Chicago
4376578	Benton County	benton-county	Benton,Benton Kun,Benton Kūn,Benton konderria,Benton megye,Benton srjan,Bentun,Comitatul Benton,Comte de Benton,Comté de Benton,Condado de Benton,Condado han Benton,Contea di Benton,Hrabstwo Benton,Okrug Benton,Quan Benton,Quận Benton,ben dun xian,bentana ka'unti,benton jun,mqatʿt byntwn,shhrstan bntwn  myzwry,Бентон,Бентън,Округ Бентон,Բենտոն շրջան,بینٹن کاؤنٹی,بینٹن کاؤنٹی، مسوری,شهرستان بنتون، میزوری,مقاطعة بينتون,বেন্টন কাউন্টি,ベントン郡,本頓縣		US	MO	015	19056	America/Chicago
4377844	Bollinger County	bollinger-county	Bolindzhur,Bolinjer srjan,Bollindzher,Bollinger,Bollinger Kun,Bollinger Kūn,Bollinger konderria,Bollinger megye,Comitatul Bollinger,Comte de Bollinger,Comté de Bollinger,Condado de Bollinger,Condado han Bollinger,Contea di Bollinger,Hrabstwo Bollinger,Okrug Bolindzer,Quan Bollinger,Quận Bollinger,bo lin ge xian,bollingara ka'unti,boringa jun,mqatʿt bwlynghr,shhrstan balyngr  myzwry,Болинджър,Боллинджер,Боллінджер,Округ Болинџер,Բոլինջեր շրջան,بولنگر کاؤنٹی,بولنگر کاؤنٹی، مسوری,شهرستان بالینگر، میزوری,مقاطعة بولينغر,বোল্লিংগার কাউন্টি,ボリンガー郡,波林格縣		US	MO	017	12363	America/Chicago
4377925	Boone County	boone-county	Boone,Boone Kun,Boone Kūn,Boone konderria,Boone megye,Bun,Bun srjan,Comitatul Boone,Comte de Boone,Comté de Boone,Condado de Boone,Condado han Boone,Contea di Boone,Hrabstwo Boone,Okrug Bun,Quan Boone,Quận Boone,bone ka'unti,bu en xian,bun jun,mqatʿt bwn,shhrstan bwny  myzwry,Бун,Округ Бун,Բուն շրջան,بون کاؤنٹی، مسوری,بون کاؤنٹی،مسوری,شهرستان بونی، میزوری,مقاطعة بون,বোনে কাউন্টি,ブーン郡,布恩縣		US	MO	019	162642	America/Chicago
4378897	Buchanan County	buchanan-county	B'jukenen,Bjukanun,Bjukenan,Buchanan,Buchanan County,Buchanan Kun,Buchanan Kūn,Buchanan konderria,Buchanan megye,Bukenan srjan,Comitatul Buchanan,Comte de Buchanan,Comté de Buchanan,Condado de Buchanan,Condado han Buchanan,Contea di Buchanan,Hrabstwo Buchanan,Okrug Bjukanan,Quan Buchanan,Quận Buchanan,Roberts County,bu kan nan xian,bucanana ka'unti,bukyanan jun,mqatʿt bwjanan,shhrstan bywkanan  myzwry,Бьюкенен,Бюканън,Бюкенан,Округ Бјуканан,Բուկենան շրջան,بوچانن کاؤنٹی,بیوکینن کاؤنٹی، مسوری,شهرستان بیوکانان، میزوری,مقاطعة بوجانان,বুচানন কাউন্টি,ブキャナン郡,布坎南縣		US	MO	021	89201	America/Chicago
4379332	Butler County	butler-county	Batler,Batler srjan,Butler,Butler Kun,Butler Kūn,Butler konderria,Butler megye,Butlur,Comitatul Butler,Comte de Butler,Comté de Butler,Condado de Butler,Condado han Butler,Contea di Butler,Hrabstwo Butler,Okrug Batler,Quan Butler,Quận Butler,ba te lei xian,batalara ka'unti,batora jun,mqatʿt btlr,shhrstan batlr  myzwry,Батлер,Бътлър,Округ Батлер,Բատլեր շրջան,بٹلر کاؤنٹی، مسوری,بٹلر کاؤنٹی،مسوری,شهرستان باتلر، میزوری,مقاطعة بتلر,বাটলার কাউন্টি,バトラー郡,巴特勒縣		US	MO	023	42794	America/Chicago
4379520	Caldwell County	caldwell-county	Caldwell,Caldwell Kun,Caldwell Kūn,Caldwell konderria,Caldwell megye,Comitatul Caldwell,Comte de Caldwell,Comté de Caldwell,Condado de Caldwell,Condado han Caldwell,Contea di Caldwell,Hrabstwo Caldwell,Kolduehll,Kolduel,Koldvell,Okrug Koldvel,Quan Caldwell,Quận Caldwell,kaldaraela ka'unti,kao de wei er xian,korudou~eru jun,mqatʿt kaldwyl,shhrstan kaldwl  myzwry,Колдвелл,Колдуел,Колдуэлл,Округ Колдвел,Քոլդուել շրջան,شهرستان کالدول، میزوری,مقاطعة كالدويل,کالڈویل کاؤنٹی,کالڈویل کاؤنٹی، مسوری,কাল্ডৱেল কাউন্টি,コールドウェル郡,考德威爾縣		US	MO	025	9424	America/Chicago
4379567	Callaway County	callaway-county	Callaway,Callaway Kun,Callaway Kūn,Callaway konderria,Callaway megye,Comitatul Callaway,Comte de Callaway,Comté de Callaway,Condado de Callaway,Condado han Callaway,Contea di Callaway,Hrabstwo Callaway,Kehllouehj,Kellevej,Koluuej,Okrug Kalavej,Quan Callaway,Quận Callaway,ka lei wei xian,kallarae ka'unti,kyarau~ei jun,mqatʿt kalaway,shhrstan kalawy  myzwry,Келлевей,Колъуей,Кэллоуэй,Округ Калавеј,Քելաուեյ շրջան,شهرستان کالاوی، میزوری,مقاطعة كالاواي,کالاوے کاؤنٹی,کالاوے کاؤنٹی، مسوری,কাল্লাৱে কাউন্টি,キャラウェイ郡,卡勒韋縣		US	MO	027	44332	America/Chicago
4379625	Camden County	camden-county	Camden,Camden County,Camden Kun,Camden Kūn,Camden konderria,Camden megye,Comitatul Camden,Comte de Camden,Comté de Camden,Condado de Camden,Condado han Camden,Contea di Camden,Hrabstwo Camden,Kamdun,Kehmden,Kemden,Kinderhook County,Okrug Kamden,Quan Camden,Quận Camden,kamuden jun,kang deng xian,kyamadena ka'unti,mqatʿt kamdyn,shhrstan kmdn  myzwry,Камдън,Кемден,Кэмден,Округ Камден,Քեմդեն շրջան,شهرستان کمدن، میزوری,مقاطعة كامدين,کیمڈن کاؤنٹی، مسوری,کیمڈن کاؤنٹی،مسوری,ক্যামডেন কাউন্টি,カムデン郡,康登縣		US	MO	029	44002	America/Chicago
4379968	Cape Girardeau County	cape-girardeau-county	Cape Girardeau,Cape Girardeau Kun,Cape Girardeau Kūn,Cape Girardeau konderria,Cape Girardeau megye,Comitatul Cape Girardeau,Comte de Cap-Girardeau,Comte de Cape Girardeau,Comté de Cap-Girardeau,Comté de Cape Girardeau,Condado de Cape Girardeau,Condado han Cape Girardeau,Contea di Cape Girardeau,Hrabstwo Cape Girardeau,Kejp Zhirardo,Kejp-Dzhirardo,Kejp-Zhirardo,Okrug Kejp DZirardo,Quan Cape Girardeau,Quận Cape Girardeau,kai pu ji la duo xian,kepa giraradi'u ka'unti,kepujirado jun,mqatʿt kyb ghyrardw,shhrstan kap gyrardaw  myzwry,Кейп Жирардо,Кейп-Джірардо,Кейп-Жирардо,Округ Кејп Џирардо,Քեյպ Ջիրարդո շրջան,شهرستان کاپ گیرارداو، میزوری,مقاطعة كيب غيراردو,کیپ جیرادو کاؤنٹی، مسوری,کیپ گیرارڈیوا کاؤنٹی,কেপ গিরারদিউ কাউন্টি,ケープジラード郡,開普吉拉多縣		US	MO	031	75674	America/Chicago
4380138	Carroll County	carroll-county	Carroll,Carroll Kun,Carroll Kūn,Carroll konderria,Carroll megye,Comitatul Carroll,Comte de Carroll,Comté de Carroll,Condado de Carroll,Contea di Carroll,Hrabstwo Carroll,Karroll,Kerroll,Kerul,Okrug Karol,Quan Carroll,Quận Carroll,ka luo er xian,kerola ka'unti,kyaroru jun,mqatʿt karwl,shhrstan krwl  myzwry,Карролл,Керролл,Керъл,Округ Карол,Քերոլ շրջան,شهرستان کرول، میزوری,مقاطعة كارول,کیرول کاؤنٹی,کیرول کاؤنٹی، مسوری,কেরোল কাউন্টি,キャロル郡,卡洛爾縣		US	MO	033	9295	America/Chicago
4380170	Carter County	carter-county	Carter,Carter Kun,Carter Kūn,Carter konderria,Carter megye,Comitatul Carter,Comte de Carter,Comté de Carter,Condado de Carter,Condado han Carter,Contea di Carter,Hrabstwo Carter,Karter,Kartur,Okrug Karter,Quan Carter,Quận Carter,ka te xian,kartera ka'unti,kata jun,mqatʿt kartr,shhrstan kartr  myzwry,Картер,Картър,Округ Картер,Քարտեր շրջան,شهرستان کارتر، میزوری,مقاطعة كارتر,کارٹر کاؤنٹی، مسوری,کارٹر کاؤنٹی،مسوری,কার্টের কাউন্টি,カーター郡,卡特縣		US	MO	035	6265	America/Chicago
4380266	Cass County	cass-county	Cass,Cass County,Cass Kun,Cass Kūn,Cass konderria,Cass megye,Comitatul Cass,Comte de Cass,Comté de Cass,Condado de Cass,Condado han Cass,Contea di Cass,Hrabstwo Cass,Kas,Kass,Kess,Okrug Kas,Quan Cass,Quận Cass,Van Buren County,ka si xian,kasa ka'unti,kasu jun,mqatʿt kas,shhrstan kas  myzwry,Кас,Касс,Кесс,Округ Кас,Քես շրջան,شهرستان کاس، میزوری,مقاطعة كاس,کاس کاؤنٹی، مسوری,کاس کاؤنٹی،مسوری,কাস কাউন্টি,カス郡,卡斯縣		US	MO	037	99478	America/Chicago
4380498	Cedar County	cedar-county	Cedar,Cedar County,Cedar Kun,Cedar Kūn,Cedar konderria,Cedar megye,Comitatul Cedar,Comte de Cedar,Comté de Cedar,Condado de Cedar,Condado han Cedar,Contea di Cedar,Hrabstwo Cedar,Okrug Sidar,Quan Cedar,Quận Cedar,Sedar,Sedar srjan,Sidar,Sidur,mqatʿt sydar,shhrstan sdar  myzwry,shida jun,sidara ka'unti,xi da xian,Округ Сидар,Седар,Сидар,Сидър,Սեդար շրջան,سیڈر کاؤنٹی، مسوری,سیڈر کاؤنٹی،مسوری,شهرستان سدار، میزوری,مقاطعة سيدار,সিডার কাউন্টি,シーダー郡,錫達縣		US	MO	039	13982	America/Chicago
4380961	Chariton County	chariton-county	Chariton,Chariton Kun,Chariton Kūn,Chariton konderria,Chariton megye,Cheriton,Comitatul Chariton,Comte de Chariton,Comté de Chariton,Condado de Chariton,Condado han Chariton,Contea di Chariton,Hrabstwo Chariton,Okrug Shariton,Quan Chariton,Quận Chariton,Shariton,Sharitun,caritana ka'unti,chariton jun,mqatʿt tsharytwn,sha li dun xian,shhrstan charytwn  myzwry,Округ Шаритон,Черітон,Шаритон,Шаритън,Չերիտոն շրջան,شهرستان چاریتون، میزوری,مقاطعة تشاريتون,چاریٹن کاؤنٹی،مسوری,چاریٹون کاؤنٹی، مسوری,চারিটন কাউন্টি,チャリトン郡,沙里頓縣		US	MO	041	7831	America/Chicago
4381179	Christian County	christian-county	Christian,Christian Kun,Christian Kūn,Christian konderria,Christian megye,Comitatul Christian,Comte de Christian,Comté de Christian,Condado de Christian,Condado han Christian,Contea di Christian,Hrabstwo Christian,Krischun,Kristian,Okrug Krishchan,Quan Christian,Quận Christian,ke li si di an xian,khristiyana ka'unti,kurisuchan jun,mqatʿt krystshyan,shhrstan krystyn  myzwry,Кристиан,Крисчън,Крістіан,Округ Кришчан,Քրիստիան շրջան,شهرستان کریستین، میزوری,مقاطعة كريستشيان,کرسچن کاؤنٹی،مسوری,کرسچین کاؤنٹی، مسوری,খ্রিষ্টীয়ান কাউন্টি,クリスチャン郡,克里斯蒂安縣		US	MO	043	77422	America/Chicago
4381444	Clay County	clay-county	Clay,Clay Kun,Clay Kūn,Clay konderria,Clay megye,Comitatul Clay,Comte de Clay,Comté de Clay,Condado de Clay,Condado han Clay,Contea di Clay,Hrabstwo Clay,Klej,Okrug Klej,Quan Clay,Quận Clay,ke lai xian,kle ka'unti,kurei jun,mqatʿt klay,shhrstan kly  myzwry,Клей,Округ Клеј,Քլեյ շրջան,شهرستان کلی، میزوری,مقاطعة كلاي,کلے کاؤنٹی، مسوری,کلے کاؤنٹی،مسوری,ক্লে কাউন্টি,クレイ郡,克萊縣		US	MO	047	221939	America/Chicago
4381646	Clinton County	clinton-county	Clinton,Clinton Kun,Clinton Kūn,Clinton konderria,Clinton megye,Comitatul Clinton,Comte de Clinton,Comté de Clinton,Condado de Clinton,Condado han Clinton,Contea di Clinton,Hrabstwo Clinton,Klinton,Klintun,Okrug Klinton,Quan Clinton,Quận Clinton,ke lin dun xian,klintana ka'unti,kurinton jun,mqatʿt klyntwn,shhrstan klyntwn  myzwry,Клинтон,Клинтън,Клінтон,Округ Клинтон,Քլինտոն շրջան,شهرستان کلینتون، میزوری,مقاطعة كلينتون,کلنٹن کاؤنٹی، مسوری,کلنٹن کاؤنٹی،مسوری,ক্লিন্টন কাউন্টি,クリントン郡,克林頓縣		US	MO	049	20743	America/Chicago
4381866	Cole County	cole-county	Cole,Cole Kun,Cole Kūn,Cole konderria,Cole megye,Colei maakond,Comitatul Cole,Comte de Cole,Comté de Cole,Condado de Cole,Condado han Cole,Contea di Cole,Hrabstwo Cole,Koul,Okrug Koul,Quan Cole,Quận Cole,ke er xian,kola ka'unti,koru jun,mqatʿt kwl,shhrstan kwl  myzwry,Коул,Округ Коул,Քոուլ շրջան,شهرستان کول، میزوری,مقاطعة كول,کول کاؤنٹی، مسوری,کول کاؤنٹی،مسوری,কোল কাউন্টি,コール郡,科爾縣		US	MO	051	75990	America/Chicago
4382297	Cooper County	cooper-county	Comitatul Cooper,Comte de Cooper,Comté de Cooper,Condado de Cooper,Condado han Cooper,Contea di Cooper,Cooper,Cooper Kun,Cooper Kūn,Cooper konderria,Cooper megye,Hrabstwo Cooper,Kuper,Kupur,Okrug Kuper,Quan Cooper,Quận Cooper,kopara ka'unti,ku po xian,kupa jun,mqatʿt kwbr,shhrstan kwpr  myzwry,Купер,Купър,Округ Купер,Քուպեր շրջան,شهرستان کوپر، میزوری,مقاطعة كوبر,کوپر کاؤنٹی، مسوری,کوپر کاؤنٹی،مسوری,কোপার কাউন্টি,クーパー郡,庫珀縣		US	MO	053	17601	America/Chicago
4382777	Crawford County	crawford-county	Comitatul Crawford,Comte de Crawford,Comté de Crawford,Condado de Crawford,Condado han Crawford,Contea di Crawford,Crawford,Crawford County,Crawford Kun,Crawford Kūn,Crawford konderria,Crawford megye,Crowford,Hrabstwo Crawford,Kroford,Krouford,Okrug Kroford,Quan Crawford,Quận Crawford,ke lao fu de xian,kraphorda ka'unti,kuroufodo jun,mqatʿt krawfwrd,shhrstan krafwrd  myzwry,Кроуфорд,Крофорд,Округ Крофорд,Քրոուֆորդ շրջան,شهرستان کرافورد، میزوری,مقاطعة كراوفورد,کرافورڈ کاؤنٹی، مسوری,کرافورڈ کاؤنٹی،مسوری,ক্রাফোর্ড কাউন্টি,クロウフォード郡,克勞福德縣		US	MO	055	24696	America/Chicago
4383206	Dade County	dade-county	Comitatul Dade,Comte de Dade,Comté de Dade,Condado de Dade,Condado han Dade,Contea di Dade,Dade,Dade Kun,Dade Kūn,Dade konderria,Dade megye,Dadei maakond,Dejd,Deyd srjan,Hrabstwo Dade,Okrug Dejd,Quan Dade,Quận Dade,dai de xian,de'ida ka'unti,deido jun,mqatʿt dyd,Дейд,Округ Дејд,Դեյդ շրջան,مقاطعة ديد,ڈیڈ کاؤنٹی، مسوری,ڈیڈ کاؤنٹی،مسوری,ডেইড কাউন্টি,デイド郡,戴德縣		US	MO	057	7883	America/Chicago
4383238	Dallas County	dallas-county	Comitatul Dallas,Comte de Dallas,Comté de Dallas,Condado de Dallas,Condado han Dallas,Contea di Dallas,Dalas,Dalas srjan,Dallas,Dallas Kun,Dallas Kūn,Dallas konderria,Dallas megye,Hrabstwo Dallas,Okrug Dalas,Quan Dallas,Quận Dallas,da la si xian,dalasa ka'unti,darasu jun,mqatʿt dalas,shhrstan dalas  myzwry,Далас,Даллас,Округ Далас,Դալաս շրջան,شهرستان دالاس، میزوری,مقاطعة دالاس,ڈالاس کاؤنٹی،مسوری,ڈیلاس کاؤنٹی، مسوری,ডালাস কাউন্টি,ダラス郡,達拉斯縣		US	MO	059	16777	America/Chicago
4383368	Daviess County	daviess-county	Comitatul Daviess,Comte de Daviess,Comté de Daviess,Condado de Daviess,Condado han Daviess,Contea di Daviess,Daviess,Daviess Kun,Daviess Kūn,Daviess konderria,Daviess megye,Dejvis,Deviss,Deyvis srjan,Hrabstwo Daviess,Okrug Dejvis,Quan Daviess,Quận Daviess,dabhiyesa ka'unti,dai wei si xian,deibisu jun,mqatʿt dafyz,shhrstan dywys  myzwry,Девісс,Дейвис,Округ Дејвис,Դեյվիս շրջան,شهرستان دیویس، میزوری,مقاطعة دافيز,ڈیوس کاؤنٹی،مسوری,ڈیویس کاؤنٹی، مسوری,ডাভিয়েস কাউন্টি,デイビース郡,戴維斯縣		US	MO	061	8433	America/Chicago
4383515	DeKalb County	dekalb-county	Comitatul DeKalb,Comte de DeKalb,Comté de DeKalb,Condado de DeKalb,Condado han DeKalb,Contea di DeKalb,De Kalb County,De-Kalb,DeKalb,DeKalb County,DeKalb Kun,DeKalb Kūn,DeKalb konderria,DeKalb megye,Dekal'b,Dikalb,Hrabstwo DeKalb,Okrug Dekab,Quan DeKalb,Quận DeKalb,dekarubu jun,di ka er bu xian,dikalaba ka'unti,mqatʿt dykalb,shhrstan dyklb  myzwry,Де-Калб,Декальб,Дикалб,Округ Декаб,Դե-Քալբ շրջան,شهرستان دیکلب، میزوری,مقاطعة ديكالب,ڈیکالب کاؤنٹی،مسوری,ڈیکلب کاؤنٹی، مسوری,ডিকলাব কাউন্টি,デカルブ郡,迪卡尔布县		US	MO	063	12892	America/Chicago
4384778	Dunklin County	dunklin-county	Comitatul Dunklin,Comte de Dunklin,Comté de Dunklin,Condado de Dunklin,Condado han Dunklin,Contea di Dunklin,Dankin,Danklin,Danklin srjan,Dunklin,Dunklin Kun,Dunklin Kūn,Dunklin konderria,Dunklin megye,Hrabstwo Dunklin,Okrug Danklin,Quan Dunklin,Quận Dunklin,danaklina ka'unti,dankurin jun,deng ke lin xian,mqatʿt dwnklyn,Данклин,Данкін,Дънклин,Округ Данклин,Դանկլին շրջան,مقاطعة دونكلين,ڈنکلن کاؤنٹی،مسوری,ڈینکلن کاؤنٹی، مسوری,ডানক্লিন কাউন্টি,ダンクリン郡,鄧克林縣		US	MO	069	31953	America/Chicago
4387172	Franklin County	franklin-county	Comitatul Franklin,Comte de Franklin,Comté de Franklin,Condado de Franklin,Condado han Franklin,Contea di Franklin,Franklin,Franklin Kun,Franklin Kūn,Franklin konderria,Franklin megye,Franklin srjan,Franklini maakond,Hrabstwo Franklin,Okrug Frenklin,Quan Franklin,Quận Franklin,fu lan ke lin xian,furankurin jun,mqatʿt franklyn,phrankalina ka'unti,shhrstan franklyn  myzwry,Округ Френклин,Франклин,Франклін,Ֆրանկլին շրջան,شهرستان فرانکلین، میزوری,فرینکلن کاؤنٹی، مسوری,فرینکلن کاؤنٹی،مسوری,مقاطعة فرانكلين,ফ্রাঙ্কলিন কাউন্টি,フランクリン郡,富蘭克林縣		US	MO	071	101492	America/Chicago
4387701	Gasconade County	gasconade-county	Comitatul Gasconade,Comte de Gasconade,Comté de Gasconade,Condado de Gasconade,Condado han Gasconade,Contea di Gasconade,Gasconade,Gasconade Kun,Gasconade Kūn,Gasconade konderria,Gasconade megye,Gaskonejd,Gaskoneyd srjan,Gaskunejd,Hrabstwo Gasconade,Okrug Gaskonejd,Quan Gasconade,Quận Gasconade,gasukoneido jun,gyasakonde ka'unti,jia si ke nei de xian,mqatʿt ghaskwnyd,shhrstan gaskwnad  myzwry,Гасконейд,Гаскънейд,Округ Гасконејд,Ґасконейд,Գասկոնեյդ շրջան,شهرستان گاسکوناد، میزوری,مقاطعة غاسكونيد,گاسکوناڈے کاؤنٹی، مسوری,گاسکونیڈ کاؤنٹی،مسوری,গ্যাসকোন্ডে কাউন্টি,ガスコネイド郡,加斯科內德縣		US	MO	073	15222	America/Chicago
4388781	Greene County	greene-county	Comitatul Greene,Comte de Greene,Comté de Greene,Condado de Greene,Condado han Greene,Contea di Greene,Greene,Greene Kun,Greene Kūn,Greene konderria,Greene megye,Grijn,Grin,Grin srjan,Hrabstwo Greene,Okrug Grin,Quan Greene,Quận Greene,ge lin xian,grini ka'unti,gurin jun,mqatʿt ghryn,shhrstan gryn  myzwry,Грийн,Грин,Округ Грин,Ґрін,Գրին շրջան,شهرستان گرین، میزوری,مقاطعة غرين,گرین کاؤنٹی، مسوری,گرین کاؤنٹی،مسوری,গ্রীনি কাউন্টি,グリーン郡,格林縣		US	MO	077	275174	America/Chicago
4390169	Henry County	henry-county	Comitatul Henry,Comte de Henry,Comté de Henry,Condado de Henry,Condado han Henry,Contea di Henry,Genri,Henri srjan,Henry,Henry County,Henry Kun,Henry Kūn,Henry konderria,Henry megye,Hrabstwo Henry,Khenri,Okrug Khenri,Quan Henry,Quận Henry,Rives County,henari ka'unti,heng li xian,henri jun,mqatʿt hnry,shhrstan hnry  myzwry,Генри,Генрі,Округ Хенри,Хенри,Հենրի շրջան,شهرستان هنری، میزوری,مقاطعة هنري,ہنری کاؤنٹی،مسوری,ہینری کاؤنٹی، مسوری,হেনরি কাউন্টি,ヘンリー郡,亨利县		US	MO	083	22272	America/Chicago
4390327	Hickory County	hickory-county	Comitatul Hickory,Comte de Hickory,Comté de Hickory,Condado de Hickory,Condado han Hickory,Contea di Hickory,Gikori,Hickory,Hickory Kun,Hickory Kūn,Hickory konderria,Hickory megye,Hikori srjan,Hrabstwo Hickory,Khikori,Khikuri,Okrug Khikori,Quan Hickory,Quận Hickory,hikkori jun,hikoraya ka'unti,mqatʿt hykwry,shhrstan hykwry  myzwry,xi ke li xian,Гікорі,Округ Хикори,Хикори,Хикъри,Հիկորի շրջան,شهرستان هیکوری، میزوری,مقاطعة هيكوري,ہکوری کاؤنٹی،مسوری,ہیکری کاؤنٹی، مسوری,হিকোরয় কাউন্টি,ヒッコリー郡,希科里縣		US	MO	085	9627	America/Chicago
4391383	Howard County	howard-county	Comitatul Howard,Comte de Howard,Comté de Howard,Condado de Howard,Condado han Howard,Contea di Howard,Govard,Hovard srjan,Howard,Howard Kun,Howard Kūn,Howard konderria,Howard megye,Hrabstwo Howard,Khauard,Khauurd,Okrug Khauard,Quan Howard,Quận Howard,haraarda ka'unti,hawado jun,huo hua de xian,mqatʿt haward,shhrstan hward  myzwry,Говард,Округ Хауард,Хауард,Хауърд,Հովարդ շրջան,شهرستان هوارد، میزوری,مقاطعة هاوارد,ہووارڈ کاؤنٹی، مسوری,ہوورڈ کاؤنٹی،مسوری,হাৱার্ড কাউন্টি,ハワード郡,霍華德縣		US	MO	089	10144	America/Chicago
4391410	Howell County	howell-county	Comitatul Howell,Comte de Howell,Comté de Howell,Condado de Howell,Condado han Howell,Contea di Howell,Gavell,Hovel srjan,Howell,Howell Kun,Howell Kūn,Howell konderria,Howell megye,Hrabstwo Howell,Khauehll,Khauul,Okrug Khauel,Quan Howell,Quận Howell,hao e er xian,hau~eru jun,horaela ka'unti,mqatʿt hawl,shhrstan hwwl  myzwry,Гавелл,Округ Хауел,Хауъл,Хауэлл,Հովել շրջան,شهرستان هوول، میزوری,مقاطعة هاول,ہاول کاؤنٹی، مسوری,ہوول کاؤنٹی،مسوری,হোৱেল কাউন্টি,ハウェル郡,豪厄爾縣		US	MO	091	40400	America/Chicago
4392025	Iron County	iron-county	Ajron,Ajrun,Ayron srjan,Comitatul Iron,Comte d'Iron,Comté d'Iron,Condado de Iron,Condado han Iron,Contea di Iron,Hrabstwo Iron,Iron,Iron Kun,Iron Kūn,Iron konderria,Iron megye,Okrug Ajron,Quan Iron,Quận Iron,a'irana ka'unti,ai ang xian,aian jun,mqatʿt ayrn,shhrstan ayrwn  myzwry,Айрон,Айрън,Округ Ајрон,Այրոն շրջան,آئرن کاؤنٹی، مسوری,ائرن کاؤنٹی،مسوری,شهرستان آیرون، میزوری,مقاطعة آيرن,আইরন কাউন্টি,アイアン郡,艾昂縣		US	MO	093	10630	America/Chicago
4392183	Jackson County	jackson-county	Blue County,Comitatul Jackson,Comte de Jackson,Comté de Jackson,Condado de Jackson,Condado han Jackson,Contea di Jackson,Dzhaksun,Dzhekson,Hrabstwo Jackson,Jackson,Jackson County,Jackson Kun,Jackson Kūn,Jackson konderria,Jackson megye,Jacksoni maakond,Kantono Jackson,Okrug DZekson,Quan Jackson,Quận Jackson,jakuson jun,jie ke xun xian,jyakasana ka'unti,mqatʿt jakswn,shhrstan jkswn  myzwry,Джаксън,Джексон,Округ Џексон,Ջեքսոն շրջան,جیکسن کاؤنٹی، مسوری,جیکسن کاؤنٹی،مسوری,شهرستان جکسون، میزوری,مقاطعة جاكسون,জ্যাকশন কাউন্টি,ジャクソン郡,杰克逊县		US	MO	095	674158	America/Chicago
4404128	Polk County	polk-county	Comitatul Polk,Comte de Polk,Comté de Polk,Condado de Polk,Condado han Polk,Contea di Polk,Hrabstwo Polk,Okrug Polk,Polk,Polk Kun,Polk Kūn,Polk konderria,Polk megye,Quan Polk,Quận Polk,bo er ke xian,mqatʿt bwlk,poku jun,polka ka'unti,shhrstan palk  myzwry,Округ Полк,Полк,Փոլկ շրջան,شهرستان پالک، میزوری,مقاطعة بولك,پولک کاؤنٹی،مسوری,پوک کاؤنٹی، مسوری,পোল্ক কাউন্টি,ポーク郡,波爾克縣		US	MO	167	31137	America/Chicago
4392354	Jasper County	jasper-county	Comitatul Jasper,Comte de Jasper,Comté de Jasper,Condado de Jasper,Condado han Jasper,Contea di Jasper,Dzhasper,Dzhaspur,Dzhesper,Hrabstwo Jasper,Jasper,Jasper Kun,Jasper Kūn,Jasper konderria,Jasper megye,Jasper srjan,Jasperi maakond,Okrug DZasper,Quan Jasper,Quận Jasper,jasapera ka'unti,jasupa jun,jie si pa xian,mqatʿt jasbr,shhrstan jaspr  myzwry,Джаспер,Джаспър,Джеспер,Округ Џаспер,Ջասպեր շրջան,جیسپر کاؤنٹی، مسوری,جیسپر کاؤنٹی،مسوری,شهرستان جاسپر، میزوری,مقاطعة جاسبر,জাসপের কাউন্টি,ジャスパー郡,傑斯帕縣		US	MO	097	117404	America/Chicago
4392394	Jefferson County	jefferson-county	Comitatul Jefferson,Comte de Jefferson,Comté de Jefferson,Condado de Jefferson,Condado han Jefferson,Contea di Jefferson,Dzhefersun,Dzhefferson,Hrabstwo Jefferson,Jeferson srjan,Jefferson,Jefferson Kun,Jefferson Kūn,Jefferson konderria,Jefferson megye,Jeffersoni maakond,Okrug DZeferson,Quan Jefferson,Quận Jefferson,jefason jun,jepharasana ka'unti,jie fu xun xian,mqatʿt jyfyrswn,shhrstan jfrswn  myzwry,Джеферсън,Джефферсон,Округ Џеферсон,Ջեֆերսոն շրջան,جیفرسن کاؤنٹی، مسوری,جیفرسن کاؤنٹی،مسوری,شهرستان جفرسون، میزوری,مقاطعة جيفيرسون,জেফারশন কাউন্টি,ジェファーソン郡,傑佛遜縣		US	MO	099	218733	America/Chicago
4392606	Johnson County	johnson-county	Comitatul Johnson,Comte de Johnson,Comté de Johnson,Condado de Johnson,Condado han Johnson,Contea di Johnson,Dzhonson,Dzhonsun,Hrabstwo Johnson,Johnson,Johnson Kun,Johnson Kūn,Johnson konderria,Johnson megye,Jonson srjan,Okrug DZonson,Quan Johnson,Quận Johnson,jonson jun,jonsona ka'unti,mqatʿt jwnswn,shhrstan janswn  myzwry,yue han xun xian,Джонсон,Джонсън,Округ Џонсон,Ջոնսոն շրջան,جانسن کاؤنٹی، مسوری,جانسن کاؤنٹی،مسوری,شهرستان جانسون، میزوری,مقاطعة جونسون,জোন্সোন কাউন্টি,ジョンソン郡,約翰遜縣		US	MO	101	52595	America/Chicago
4394029	Laclede County	laclede-county	Comitatul Laclede,Comte de Laclede,Comté de Laclede,Condado de Laclede,Condado han Laclede,Contea di Laclede,Hrabstwo Laclede,Laclede,Laclede Kun,Laclede Kūn,Laclede konderria,Laclede megye,Laklid,Laklid srjan,Okrug Laklid,Quan Laclede,Quận Laclede,la ke li de xian,laklede ka'unti,mqatʿt laklyd,rakuredo jun,Лаклид,Лаклід,Округ Лаклид,Լակլիդ շրջան,لیکلیڈ کاؤنٹی، مسوری,لیکلیڈ کاؤنٹی،مسوری,مقاطعة لاكليد,লাক্লেডে কাউন্টি,ラクレード郡,拉克利德縣		US	MO	105	35571	America/Chicago
4394055	Lafayette County	lafayette-county	Comitatul Lafayette,Comte de Lafayette,Comté de Lafayette,Condado de Lafayette,Condado han Lafayette,Contea di Lafayette,Hrabstwo Lafayette,Lafaett,Lafajet,Lafajett,Lafayet srjan,Lafayette,Lafayette County,Lafayette Kun,Lafayette Kūn,Lafayette konderria,Lafayette megye,Lillard County,Okrug Lafejet,Quan Lafayette,Quận Lafayette,la fa ye xian,laphayeta ka'unti,mqatʿt lafayyt,rafaietto jun,shhrstan lafayt  myzwry,Лафайет,Лафайетт,Лафаєтт,Округ Лафејет,Լաֆայետ շրջան,شهرستان لافایت، میزوری,لافائیٹ کاؤنٹی، مسوری,لافاییٹ کاؤنٹی،مسوری,مقاطعة لافاييت,লাফায়েত কাউন্টি,ラファイエット郡,拉法葉縣		US	MO	107	33381	America/Chicago
4394702	Lawrence County	lawrence-county	Comitatul Lawrence,Comte de Lawrence,Comté de Lawrence,Condado de Lawrence,Condado han Lawrence,Contea di Lawrence,Hrabstwo Lawrence,Lawrence,Lawrence Kun,Lawrence Kūn,Lawrence konderria,Lawrence megye,Lorens,Loruns,Lourens,Lourens srjan,Okrug Lorens,Quan Lawrence,Quận Lawrence,lao lun si xian,lararensa ka'unti,mqatʿt lwrns,rorensu jun,shhrstan larns  myzwry,Лоренс,Лорънс,Лоуренс,Округ Лоренс,Լոուրենս շրջան,شهرستان لارنس، میزوری,لارنس کاؤنٹی، مسوری,لارینس کاؤنٹی،مسوری,مقاطعة لورنس,লৱরেন্স কাউন্টি,ローレンス郡,勞倫斯縣		US	MO	109	38634	America/Chicago
4395330	Lincoln County	lincoln-county	Comitatul Lincoln,Comte de Lincoln,Comté de Lincoln,Condado de Lincoln,Condado han Lincoln,Contea di Lincoln,Hrabstwo Lincoln,Lincoln,Lincoln Kun,Lincoln Kūn,Lincoln konderria,Lincoln megye,Lincolni maakond,Linkol'n,Linkoln srjan,Linkuln,Okrug Linkoln,Quan Lincoln,Quận Lincoln,lin ken xian,linkana ka'unti,mqatʿt lynkwln,rinkan jun,shhrstan lynkln  myzwry,Линкольн,Линкълн,Лінкольн,Округ Линколн,Լինկոլն շրջան,شهرستان لینکلن، میزوری,لنکن کاؤنٹی، مسوری,لنکن کاؤنٹی،مسوری,مقاطعة لينكولن,লিঙ্কন কাউন্টি,リンカーン郡,林肯縣		US	MO	113	52566	America/Chicago
4395428	Linn County	linn-county	Comitatul Linn,Comte de Linn,Comté de Linn,Condado de Linn,Condado han Linn,Contea di Linn,Hrabstwo Linn,Lin,Lin srjan,Linn,Linn Kun,Linn Kūn,Linn konderria,Linn megye,Okrug Lin,Quan Linn,Quận Linn,lin xian,lina ka'unti,mqatʿt lyn,rin jun,shhrstan lyn  myzwry,Лин,Линн,Лінн,Округ Лин,Լին շրջան,شهرستان لین، میزوری,لین کاؤنٹی، مسوری,لین کاؤنٹی،مسوری,مقاطعة لين,লিন কাউন্টি,リン郡,林縣		US	MO	115	12761	America/Chicago
4395900	Livingston County	livingston-county	Comitatul Livingston,Comte de Livingston,Comté de Livingston,Condado de Livingston,Condado han Livingston,Contea di Livingston,Hrabstwo Livingston,Livingston,Livingston Kun,Livingston Kūn,Livingston konderria,Livingston megye,Livingston srjan,Livingstun,Okrug Livingston,Quan Livingston,Quận Livingston,li wen si dun xian,libhintana ka'unti,mqatʿt lyfynghstwn,ribingusuton jun,shhrstan lywyngstwn  myzwry,Ливингстон,Ливингстън,Лівінгстон,Округ Ливингстон,Լիվինգստոն շրջան,شهرستان لیوینگستون، میزوری,لونگسٹن کاؤنٹی،مسوری,لیونگسٹن کاؤنٹی، مسوری,مقاطعة ليفينغستون,লিভিংটন কাউন্টি,リビングストン郡,利文斯頓縣		US	MO	117	15195	America/Chicago
4396768	Macon County	macon-county	Comitatul Macon,Comte de Macon,Comté de Macon,Condado de Macon,Condado han Macon,Contea di Macon,Hrabstwo Macon,Macon,Macon Kun,Macon Kūn,Macon konderria,Macon megye,Mejkon,Mejkun,Meykon srjan,Okrug Mejkon,Quan Macon,Quận Macon,mei ken xian,meikon jun,mekana ka'unti,mqatʿt makwn,shhrstan mkwn  myzwry,Мейкон,Мейкън,Округ Мејкон,Մեյկոն շրջան,شهرستان مکون، میزوری,ماکون کاؤنٹی، مسوری,مقاطعة ماكون,میکون کاؤنٹی،مسوری,মেকন কাউন্টি,メイコン郡,梅肯縣		US	MO	121	15566	America/Chicago
4396798	Madison County	madison-county	Comitatul Madison,Comte de Madison,Comté de Madison,Condado de Madison,Condado han Madison,Contea di Madison,Hrabstwo Madison,Madison,Madison Kun,Madison Kūn,Madison konderria,Madison megye,Madison srjan,Medison,Medisun,Mehdison,Okrug Medison,Quan Madison,Quận Madison,madison jun,mai di xun xian,medisana ka'unti,mqatʿt madyswn,shhrstan mdyswn  myzwry,Медисън,Медісон,Мэдисон,Округ Медисон,Մադիսոն շրջան,شهرستان مدیسون، میزوری,مقاطعة ماديسون,میڈیسن کاؤنٹی، مسوری,میڈیسن کاؤنٹی،مسوری,মেডিশন কাউন্টি,マディソン郡,麥迪遜縣		US	MO	123	12226	America/Chicago
4397100	Maries County	maries-county	Comitatul Maries,Comte de Maries,Comté de Maries,Condado de Maries,Condado han Maries,Contea di Maries,Hrabstwo Maries,Maries,Maries Kun,Maries Kūn,Maries konderria,Maries megye,Mehris,Meris,Meris srjan,Okrug Meriz,Quan Maries,Quận Maries,ma li xian,mariyesa ka'unti,marizu jun,mqatʿt maryz,shhrstan maryz  myzwry,Мерис,Меріс,Мэрис,Округ Мериз,Մերիս շրջան,شهرستان ماریز، میزوری,مقاطعة ماريز,میریز کاؤنٹی، مسوری,میریز کاؤنٹی،مسوری,মারিয়েস কাউন্টি,マリーズ郡,瑪麗縣		US	MO	125	9176	America/Chicago
4397108	Marion County	marion-county	Comitatul Marion,Comte de Marion,Comté de Marion,Condado de Marion,Condado han Marion,Contea di Marion,Hrabstwo Marion,Marion,Marion Kun,Marion Kūn,Marion konderria,Marion megye,Marion srjan,Mariun,Mehrion,Merion,Okrug Marion,Quan Marion,Quận Marion,ma li ang xian,mari'ona ka'unti,marion jun,mqatʿt marywn,shhrstan marywn  myzwry,Мариън,Меріон,Мэрион,Округ Марион,Մարիոն շրջան,شهرستان ماریون، میزوری,مارین کاؤنٹی،مسوری,ماریون کاؤنٹی، مسوری,مقاطعة ماريون,মারিওন কাউন্টি,マリオン郡,馬里昂縣		US	MO	127	28781	America/Chicago
4397698	McDonald County	mcdonald-county	Comitatul McDonald,Comte de McDonald,Comté de McDonald,Condado de McDonald,Condado han McDonald,Contea di McDonald,Hrabstwo McDonald,Mak-Donal'd,Mak-Donald srjan,Makdonal'd,Makdonald,McDonald,McDonald County,McDonald Kun,McDonald Kūn,McDonald konderria,McDonald megye,Okrug Makdonald,Quan McDonald,Quận McDonald,Snake County,mai ke tang na xian,makudonarudo jun,mqatʿt mkdwnald,myakadonalda ka'unti,Мак-Дональд,Макдоналд,Макдональд,Округ Макдоналд,Մակ-Դոնալդ շրջան,شهرستان مک‌دونالد، میزوری,مقاطعة مكدونالد,میکڈونلڈ کاؤنٹی، مسوری,میکڈونلڈ کاؤنٹی،مسوری,ম্যাকডোনাল্ড কাউন্টি,マクドナルド郡,麥克唐納縣		US	MO	119	23083	America/Chicago
4398373	Miller County	miller-county	Comitatul Miller,Comte de Miller,Comté de Miller,Condado de Miller,Condado han Miller,Contea di Miller,Hrabstwo Miller,Miler srjan,Miller,Miller Kun,Miller Kūn,Miller konderria,Miller megye,Milur,Okrug Miler,Quan Miller,Quận Miller,mi lei xian,milara ka'unti,mira jun,mqatʿt myllr,shhrstan mylr  myzwry,Миллер,Милър,Міллер,Округ Милер,Միլեր շրջան,شهرستان میلر، میزوری,مقاطعة ميللر,ملر کاؤنٹی، مسوری,ملر کاؤنٹی،مسوری,মিলার কাউন্টি,ミラー郡,米勒縣		US	MO	131	24748	America/Chicago
4398638	Mississippi County	mississippi-county	Comitatul Mississippi,Comte de Mississippi,Comté de Mississippi,Condado de Misisipi,Condado de Mississippi,Condado han Mississippi,Contea di Mississippi,Hrabstwo Mississippi,Misisipi,Missisipi,Missisipi srjan,Mississippi,Mississippi Kun,Mississippi Kūn,Mississippi konderria,Mississippi maakond,Mississippi megye,Okrug Misisipi,Quan Mississippi,Quận Mississippi,mi xi xi bi xian,mishishippi jun,misisipi ka'unti,mqatʿt mysysyby,shhrstan mysysypy  myzwry,Мисисипи,Миссисипи,Міссісіпі,Округ Мисисипи,Միսսիսիպի շրջան,شهرستان میسیسیپی، میزوری,مسسسپی کاؤنٹی،مسوری,مسیسپی کاؤنٹی، مسوری,مقاطعة ميسيسيبي,মিসিসিপি কাউন্টি,ミシシッピ郡,密西西比縣		US	MO	133	14358	America/Chicago
4398787	Moniteau County	moniteau-county	Comitatul Moniteau,Comte de Moniteau,Comté de Moniteau,Condado de Moniteau,Condado han Moniteau,Contea di Moniteau,Hrabstwo Moniteau,Manitou,Moniteau,Moniteau Kun,Moniteau Kūn,Moniteau konderria,Moniteau megye,Monito,Monito srjan,Okrug Monito,Quan Moniteau,Quận Moniteau,mo ni tuo xian,monitiyau ka'unti,monito jun,mqatʿt mwnytw,Манитоу,Монито,Моніто,Округ Монито,Մոնիտո շրջան,مقاطعة مونيتو,مونیٹیو کاؤنٹی، مسوری,مونیٹیوا کاؤنٹی،مسوری,মোনিটিয়ৌ কাউন্টি,モニトー郡,莫尼托縣		US	MO	135	15607	America/Chicago
4398864	Monroe County	monroe-county	Comitatul Monroe,Comte de Monroe,Comté de Monroe,Condado de Monroe,Condado han Monroe,Contea di Monroe,Hrabstwo Monroe,Monro,Monro srjan,Monroe,Monroe Kun,Monroe Kūn,Monroe konderria,Monroe megye,Okrug Monro,Quan Monroe,Quận Monroe,manarau ka'unti,men luo xian,monro jun,mqatʿt mwnrw,shhrstan mwnrw  myzwry,Монро,Округ Монро,Մոնրո շրջան,شهرستان مونرو، میزوری,مقاطعة مونرو,مونرو کاؤنٹی، مسوری,مونرو کاؤنٹی،مسوری,মনরৌ কাউন্টি,モンロー郡,門羅縣		US	MO	137	8840	America/Chicago
4398895	Montgomery County	montgomery-county	Comitatul Montgomery,Comte de Montgomery,Comté de Montgomery,Condado de Montgomery,Condado han Montgomery,Contea di Montgomery,Hrabstwo Montgomery,Montgomeri,Montgomeri srjan,Montgomery,Montgomery Kun,Montgomery Kūn,Montgomery konderria,Montgomery megye,Montgomuri,Okrug Montgomeri,Quan Montgomery,Quận Montgomery,mantagomeri ka'unti,meng ge ma li xian,mongomeri jun,mqatʿt mwntghwmry,shhrstan mwntgwmry  myzwry,Монтгомери,Монтгомері,Монтгомъри,Округ Монтгомери,Մոնտգոմերի շրջան,شهرستان مونتگومری، میزوری,مقاطعة مونتغومري,مونٹگمری کاؤنٹی، مسوری,مونٹگومری کاؤنٹی،مسوری,মন্টগোমেরী কাউন্টি,モンゴメリー郡,蒙哥馬利縣		US	MO	139	12236	America/Chicago
4399052	Morgan County	morgan-county	Comitatul Morgan,Comte de Morgan,Comté de Morgan,Condado de Morgan,Condado han Morgan,Contea di Morgan,Hrabstwo Morgan,Morgan,Morgan Kun,Morgan Kūn,Morgan konderria,Morgan megye,Morgan srjan,Okrug Morgan,Quan Morgan,Quận Morgan,maragana ka'unti,mo gen xian,mogan jun,mqatʿt mwrghan,shhrstan mwrgan  myzwry,Морган,Морґан,Округ Морган,Մորգան շրջան,شهرستان مورگان، میزوری,مقاطعة مورغان,مورگن کاؤنٹی، مسوری,مورگن کاؤنٹی،مسوری,মরগান কাউন্টি,モーガン郡,摩根縣		US	MO	141	20565	America/Chicago
4400430	New Madrid County	new-madrid-county	Comitatul New Madrid,Comte de New Madrid,Comté de New Madrid,Condado de Nova Madrid,Condado de Nueva Madrid,Condado han New Madrid,Contea di New Madrid,Hrabstwo New Madrid,N'ju-Madrid,New Madrid,New Madrid Kun,New Madrid Kūn,New Madrid konderria,New Madrid megye,Nju Madrid,Nyu Madrid srjan,Okrug NJu Madrid,Quan New Madrid,Quận New Madrid,mqatʿt nyw mdryd,ni'u madrida ka'unti,nyumadorido jun,shhrstan nyw madryd  myzwry,xin ma de li xian,Нью-Мадрид,Ню Мадрид,Округ Њу Мадрид,Նյու Մադրիդ շրջան,شهرستان نیو مادرید، میزوری,مقاطعة نيو مدريد,نیو میڈرڈ کاؤنٹی، مسوری,نیو میڈرڈ کاؤنٹی،مسوری,নিউ মাদ্রিদ কাউন্টি,ニューマドリード郡,新馬德里縣		US	MO	143	18956	America/Chicago
4400561	Newton County	newton-county	Comitatul Newton,Comte de Newton,Comté de Newton,Condado de Newton,Condado han Newton,Contea di Newton,Hrabstwo Newton,N'juton,Newton,Newton Kun,Newton Kūn,Newton konderria,Newton megye,Newtoni maakond,Njutun,Nyuton srjan,Okrug NJuton,Quan Newton,Quận Newton,mqatʿt nywtn,ni'utana ka'unti,niu dun xian,nyuton jun,shhrstan nywtwn  myzwry,Ньютон,Нютън,Округ Њутон,Նյուտոն շրջան,شهرستان نیوتون، میزوری,مقاطعة نيوتن,نیوٹن کاؤنٹی، مسوری,نیوٹن کاؤنٹی،مسوری,নিউটন কাউন্টি,ニュートン郡,牛頓縣		US	MO	145	58114	America/Chicago
4402012	Oregon County	oregon-county	Comitatul Oregon,Comte d'Oregon,Comté d'Oregon,Condado de Oregon,Condado de Oregón,Condado han Oregon,Contea di Oregon,Hrabstwo Oregon,Okrug Oregon,Oregon,Oregon Kun,Oregon Kūn,Oregon konderria,Oregon megye,Oregon srjan,Quan Oregon,Quận Oregon,aregana ka'unti,e lei gang xian,mqatʿt awryghwn,oregon jun,shhrstan awrgn  myzwry,Округ Орегон,Орегон,Օրեգոն շրջան,اوریگون کاؤنٹی، مسوری,اوریگون کاؤنٹی،مسوری,شهرستان اورگن، میزوری,مقاطعة أوريغون,অরেগন কাউন্টি,オレゴン郡,俄勒岡縣		US	MO	149	10881	America/Chicago
4402051	Osage County	osage-county	Comitatul Osage,Comte d'Osage,Comté d'Osage,Condado de Osage,Condado han Osage,Contea di Osage,Hrabstwo Osage,Okrug Osejdz,Osage,Osage Kun,Osage Kūn,Osage konderria,Osage megye,Osejdzh,Oseyj srjan,Quan Osage,Quận Osage,mqatʿt awsyj,osage ka'unti,oseji jun,ou sai qi xian,shhrstan awsyj  myzwry,Округ Осејџ,Осейдж,Օսեյջ շրջան,آسیج کاؤنٹی، مسوری,اوسیچ کاؤنٹی،مسوری,شهرستان اوسیج، میزوری,مقاطعة أوسيج,ওসাগে কাউন্টি,オーセージ郡,歐塞奇縣		US	MO	151	13878	America/Chicago
4402255	Ozark County	ozark-county	Comitatul Ozark,Comte d'Ozark,Comté d'Ozark,Condado de Ozark,Condado han Ozark,Contea di Ozark,Decatur County,Hrabstwo Ozark,Okrug Ozark,Ozark,Ozark County,Ozark Kun,Ozark Kūn,Ozark konderria,Ozark megye,Ozark srjan,Quan Ozark,Quận Ozark,ao zha ke xian,mqatʿt awzark,ojarka ka'unti,ozaku jun,shhrstan azrk  myzwry,Озарк,Округ Озарк,Օզարկ շրջան,اوزارک کاؤنٹی، مسوری,اوزارک کاؤنٹی،مسوری,شهرستان آزرک، میزوری,مقاطعة أوزارك,ওজার্ক কাউন্টি,オザーク郡,奧札克縣		US	MO	153	9723	America/Chicago
4402864	Pemiscot County	pemiscot-county	Comitatul Pemiscot,Comte de Pemiscot,Comté de Pemiscot,Condado de Pemiscot,Condado han Pemiscot,Contea di Pemiscot,Hrabstwo Pemiscot,Okrug Pemiskot,Pemiscot,Pemiscot Kun,Pemiscot Kūn,Pemiscot konderria,Pemiscot megye,Pemiskot,Quan Pemiscot,Quận Pemiscot,mqatʿt bymyskwt,pei mi si ke te xian,pemisakota ka'unti,pemisukotto jun,shhrstan pmyskat  myzwry,Округ Пемискот,Пемискот,Пеміскот,Փերմիսկոտ շրջան,شهرستان پمیسکات، میزوری,مقاطعة بيميسكوت,پیمسکاٹ کاؤنٹی، مسوری,پیمسکوٹ کاؤنٹی،مسوری,পেমিসকোট কাউন্টি,ペミスコット郡,佩米斯科特縣		US	MO	155	18296	America/Chicago
4402984	Perry County	perry-county	Comitatul Perry,Comte de Perry,Comté de Perry,Condado de Perry,Condado han Perry,Contea di Perry,Hrabstwo Perry,Okrug Peri,Peri,Perri,Perry,Perry Kun,Perry Kūn,Perry konderria,Perry megye,Quan Perry,Quận Perry,mqatʿt byry,pei li xian,peri jun,peri ka'unti,shhrstan pry  myzwry,Округ Пери,Пери,Перри,Перрі,Փերի շրջան,شهرستان پری، میزوری,مقاطعة بيري,پیری کاؤنٹی، مسوری,پیری کاؤنٹی،مسوری,পেরী কাউন্টি,ペリー郡,佩里縣		US	MO	157	18971	America/Chicago
4403095	Pettis County	pettis-county	Comitatul Pettis,Comte de Pettis,Comté de Pettis,Condado de Pettis,Condado han Pettis,Contea di Pettis,Hrabstwo Pettis,Okrug Petis,Petis,Pettis,Pettis Kun,Pettis Kūn,Pettis konderria,Pettis megye,Quan Pettis,Quận Pettis,mqatʿt bytys,pei di si xian,petisu jun,pettisa ka'unti,shhrstan ptys  myzwry,Округ Петис,Петис,Петтис,Петтіс,Փետիս շրջան,شهرستان پتیس، میزوری,مقاطعة بيتيس,پیٹس کاؤنٹی، مسوری,পেত্তিস কাউন্টি,ペティス郡,佩蒂斯縣		US	MO	159	42201	America/Chicago
4403116	Phelps County	phelps-county	Comitatul Phelps,Comte de Phelps,Comté de Phelps,Condado de Phelps,Condado han Phelps,Contea di Phelps,Felps,Felps srjan,Hrabstwo Phelps,Okrug Felps,Phelps,Phelps Kun,Phelps Kūn,Phelps konderria,Phelps megye,Phelpsi maakond,Quan Phelps,Quận Phelps,fei er pu si xian,ferupusu jun,mqatʿt fylbs,phelapsa ka'unti,shhrstan flps  myzwry,Округ Фелпс,Фелпс,Ֆելպս շրջան,شهرستان فلپس، میزوری,فیلپس کاؤنٹی، مسوری,فیلپس کاؤنٹی،مسوری,مقاطعة فيلبس,ফেলপ্স কাউন্টি,フェルプス郡,費爾普斯縣		US	MO	161	45156	America/Chicago
4403228	Pike County	pike-county	Comitatul Pike,Comte de Pike,Comté de Pike,Condado de Pike,Condado han Pike,Contea di Pike,Hrabstwo Pike,Okrug Pajk,Pajk,Pike,Pike County,Pike Kun,Pike Kūn,Pike konderria,Pike megye,Quan Pike,Quận Pike,Upper Saint Louis County,mqatʿt bayk,pa'ika ka'unti,pai ke xian,paiku jun,shhrstan payk  myzwry,Округ Пајк,Пайк,Փայկ շրջան,شهرستان پایک، میزوری,مقاطعة بايك,پائک کاؤنٹی،مسوری,پائیک کاؤنٹی، مسوری,পাইক কাউন্টি,パイク郡,派克縣		US	MO	163	18516	America/Chicago
4403600	Platte County	platte-county	Comitatul Platte,Comte de Platte,Comté de Platte,Condado de Platte,Condado han Platte,Contea di Platte,Hrabstwo Platte,Okrug Plat,Plat,Platt,Platte,Platte Kun,Platte Kūn,Platte konderria,Platte megye,Quan Platte,Quận Platte,mqatʿt blat,platte ka'unti,pu la te xian,puratto jun,shhrstan plt  myzwry,Округ Плат,Плат,Платт,Փլատ շրջան,شهرستان پلت، میزوری,مقاطعة بلات,پلیٹ کاؤنٹی، مسوری,پلیٹ کاؤنٹی،مسوری,প্লাত্তে কাউন্টি,プラット郡,普拉特縣		US	MO	165	89322	America/Chicago
4404807	Pulaski County	pulaski-county	Comitatul Pulaski,Comte de Pulaski,Comté de Pulaski,Condado de Pulaski,Condado han Pulaski,Contea di Pulaski,Hrabstwo Pulaski,Okrug Pulaski,P'julaski,Pulaski,Pulaski County,Pulaski Kun,Pulaski Kūn,Pulaski konderria,Pulaski megye,Quan Pulaski,Quận Pulaski,Switzerland of America,mqatʿt bwlasky,pu wa si ji xian,pulaski ka'unti,purasuki jun,shhrstan plasky  myzwry,Округ Пуласки,Пуласки,Пуласкі,Пьюласки,Փուլասկի շրջան,شهرستان پلاسکی، میزوری,مقاطعة بولاسكي,پولاسکی کاؤنٹی، مسوری,پولاسکی کاؤنٹی،مسوری,পুলাস্কি কাউন্টি,プラスキ郡,普瓦斯基縣		US	MO	169	52274	America/Chicago
4405038	Ralls County	ralls-county	Comitatul Ralls,Comte de Ralls,Comté de Ralls,Condado de Ralls,Condado han Ralls,Contea di Ralls,Hrabstwo Ralls,Okrug Rols,Quan Ralls,Quận Ralls,Ralls,Ralls Kun,Ralls Kūn,Ralls konderria,Ralls megye,Rolls,Rols,Rols srjan,luo er si xian,mqatʿt ralz,ralasa ka'unti,raruzu jun,shhrstan ralz  myzwry,Округ Ролс,Роллс,Ролс,Ռոլս շրջան,رالز کاؤنٹی، مسوری,رالز کاؤنٹی،مسوری,شهرستان رالز، میزوری,مقاطعة رالز,রালস কাউন্টি,ラルズ郡,羅爾斯縣		US	MO	173	10167	America/Chicago
4405082	Randolph County	randolph-county	Comitatul Randolph,Comte de Randolph,Comté de Randolph,Condado de Randolph,Condado han Randolph,Contea di Randolph,Hrabstwo Randolph,Okrug Randolf,Quan Randolph,Quận Randolph,Randolf,Randolph,Randolph Komtio,Randolph Kun,Randolph Kūn,Randolph konderria,Randolph megye,Rehndol'f,Rendolf,Rendolf srjan,lan dao fu xian,mqatʿt randwlf,randorufu jun,rendalapha ka'unti,shhrstan rndwlf  myzwry,Округ Рандолф,Рандолф,Рендолф,Рэндольф,Ռենդոլֆ շրջան,رانڈولف کاؤنٹی،مسوری,رینڈولف کاؤنٹی، مسوری,شهرستان رندولف، میزوری,مقاطعة راندولف,রেন্ডলফ কাউন্টি,ランドルフ郡,蘭道夫縣		US	MO	175	25414	America/Chicago
4405143	Ray County	ray-county	Comitatul Ray,Comte de Ray,Comté de Ray,Condado de Ray,Condado han Ray,Contea di Ray,Hrabstwo Ray,Okrug Rej,Quan Ray,Quận Ray,Ray,Ray Kun,Ray Kūn,Ray konderria,Ray megye,Rehj,Rej,Rey srjan,lei xian,mqatʿt ray,re ka'unti,rei jun,shhrstan ry  myzwry,Округ Реј,Рей,Рэй,Ռեյ շրջան,رے کاؤنٹی، مسوری,رے کاؤنٹی،مسوری,شهرستان ری، میزوری,مقاطعة راي,রে কাউন্টি,レイ郡,雷縣		US	MO	177	23494	America/Chicago
4405470	Reynolds County	reynolds-county	Comitatul Reynolds,Comte de Reynolds,Comté de Reynolds,Condado de Reynolds,Condado han Reynolds,Contea di Reynolds,Hrabstwo Reynolds,Okrug Renolds,Quan Reynolds,Quận Reynolds,Rejnol'ds,Rejnolds,Reynolds,Reynolds Kun,Reynolds Kūn,Reynolds konderria,Reynolds megye,Reynolds srjan,lei nuo zi xian,mqatʿt rynwldz,re'inaldasa ka'unti,reinoruzu jun,shhrstan rynwldz  myzwry,Округ Ренолдс,Рейнолдс,Рейнольдс,Ռեյնոլդս շրջան,رینالڈز کاؤنٹی، مسوری,رینولڈز کاؤنٹی،مسوری,شهرستان رینولدز، میزوری,مقاطعة رينولدز,রেইনল্ডস কাউন্টি,レイノルズ郡,雷諾茲縣		US	MO	179	6696	America/Chicago
4405720	Ripley County	ripley-county	Comitatul Ripley,Comte de Ripley,Comté de Ripley,Condado de Ripley,Condado han Ripley,Contea di Ripley,Hrabstwo Ripley,Okrug Ripli,Quan Ripley,Quận Ripley,Ripley,Ripley Kun,Ripley Kūn,Ripley konderria,Ripley maakond,Ripley megye,Ripli,Ripli srjan,li pu li xian,mqatʿt raybly,ripleya ka'unti,ripuri jun,shhrstan ryply  myzwry,Округ Рипли,Рипли,Ріплі,Ռիպլի շրջան,رائپلی کاؤنٹی،مسوری,رپلی کاؤنٹی، مسوری,شهرستان ریپلی، میزوری,مقاطعة رايبلي,রিপ্লেয় কাউন্টি,リプリー郡,里普利縣		US	MO	181	14100	America/Chicago
4406835	Saint Charles County	saint-charles-county	Comte de Saint Charles,Comté de Saint Charles,Saint Charles,St. Charles		US	MO	183	360485	America/Chicago
4406842	Saint Clair County	saint-clair-county	Comte de Saint Clair,Comté de Saint Clair,Saint Clair,Saint Clair County,St. Clair,St. Clair County		US	MO	185	9805	America/Chicago
4406884	Saint Francois County	saint-francois-county	Comte de Saint Francois,Comté de Saint Francois,Saint Francois,St. Francois		US	MO	187	65359	America/Chicago
4407074	Saint Louis County	saint-louis-county	Comte de Saint Louis,Comté de Saint Louis,Saint Louis,St. Louis		US	MO	189	998954	America/Chicago
4407084	City of Saint Louis	city-of-saint-louis	Saint Louis,St. Louis,Ville de Saint Louis		US	MO	510	319294	America/Chicago
4407295	Sainte Genevieve County	sainte-genevieve-county	Comte de Sainte Genevieve,Comté de Sainte Genevieve,Sainte Genevieve		US	MO	186	18145	America/Chicago
4407376	Saline County	saline-county	Comitatul Saline,Comte de Saline,Comté de Saline,Condado de Saline,Condado han Saline,Contea di Saline,Hrabstwo Saline,Okrug Salin,Quan Saline,Quận Saline,Salin,Salin srjan,Saline,Saline Kun,Saline Kūn,Saline konderria,Saline megye,mqatʿt salyn,sa lin xian,seirin jun,shhrstan salyn  myzwry,syala'ina ka'unti,Округ Салин,Салин,Салін,Սալին շրջան,سالئین کاؤنٹی، مسوری,سالائن کاؤنٹی،مسوری,شهرستان سالین، میزوری,مقاطعة سالين,স্যালাইন কাউন্টি,セイリーン郡,薩林縣		US	MO	195	23370	America/Chicago
4407901	Scott County	scott-county	Comitatul Scott,Comte de Scott,Comté de Scott,Condado de Scott,Condado han Scott,Contea di Scott,Hrabstwo Scott,Okrug Skot,Quan Scott,Quận Scott,Scott,Scott Kun,Scott Kūn,Scott konderria,Scott megye,Skot,Skot srjan,Skott,shhrstan askat  myzwry,si ke te xian,skata ka'unti,sukotto jun,Округ Скот,Скот,Скотт,Սկոտ շրջան,سکاٹ کاؤنٹی، مسوری,سکاٹ کاؤنٹی،مسوری,شهرستان اسکات، میزوری,مقاطعة سكوت,স্কট কাউন্টি,スコット郡,斯科特縣		US	MO	201	39191	America/Chicago
4408228	Shannon County	shannon-county	Comitatul Shannon,Comte de Shannon,Comté de Shannon,Condado de Shannon,Condado han Shannon,Contea di Shannon,Hrabstwo Shannon,Okrug Shenon,Quan Shannon,Quận Shannon,Senon srjan,Shannon,Shannon Kun,Shannon Kūn,Shannon konderria,Shannon megye,Shannoni maakond,Shanun,Shennon,sanona ka'unti,shanon jun,shhrstan shnwn  myzwry,xiang nong xian,Округ Шенон,Шанън,Шеннон,Շենոն շրջան,شانون کاؤنٹی،مسوری,شهرستان شنون، میزوری,شینن کاؤنٹی، مسوری,مقاطعة شانون,শানোন কাউন্টি,シャノン郡,香農縣		US	MO	203	8441	America/Chicago
4698632	Hood County	hood-county	Comitatul Hood,Comte de Hood,Comté de Hood,Condado de Hood,Condado han Hood,Contea di Hood,Gud,Hood,Hood Comitatus,Hood Kun,Hood Kūn,Hood konderria,Hood megye,Hoodi maakond,Hrabstwo Hood,Hud srjan,Khud,Okrug Khud,Quan Hood,Quận Hood,fuddo jun,hoda ka'unti,hu de xian,mqatʿt hwd,shhrstan hwd  tgzas,Гуд,Округ Худ,Худ,Հուդ շրջան,شهرستان هود، تگزاس,مقاطعة هود,ہڈ کاؤنٹی,ہڈ کاؤنٹی، ٹیکساس,হোড কাউন্টি,フッド郡,胡德縣		US	TX	221	51182	America/Chicago
4408345	Shelby County	shelby-county	Comitatul Shelby,Comte de Shelby,Comté de Shelby,Condado de Shelby,Condado han Shelby,Contea di Shelby,Hrabstwo Shelby,Okrug Shelbi,Quan Shelby,Quận Shelby,Selbi srjan,Shelbi,Shelby,Shelby Kun,Shelby Kūn,Shelby konderria,Shelby megye,selabya ka'unti,sherubi jun,xie er bi xian,Округ Шелби,Шелби,Шелбі,Շելբի շրջան,شهرستان شل‌بای، میزوری,شیلبی کاؤنٹی، مسوری,شیلبی کاؤنٹی،مسوری,শেলব্য কাউন্টি,シェルビー郡,謝爾比縣		US	MO	205	6373	America/Chicago
4410296	Stoddard County	stoddard-county	Comitatul Stoddard,Comte de Stoddard,Comté de Stoddard,Condado de Stoddard,Condado han Stoddard,Contea di Stoddard,Hrabstwo Stoddard,Okrug Stodard,Quan Stoddard,Quận Stoddard,Stodard srjan,Stoddard,Stoddard Kun,Stoddard Kūn,Stoddard konderria,Stoddard megye,Stodurd,shhrstan astadar  myzwry,si tuo da de xian,stodarda ka'unti,sutoddado jun,Округ Стодард,Стоддард,Стодърд,Ստոդարդ շրջան,سٹوڈارڈ کاؤنٹی، مسوری,سٹوڈرڈ کاؤنٹی،مسوری,شهرستان استادار، میزوری,مقاطعة ستودارد,স্টোডার্ড কাউন্টি,ストッダード郡,斯托達德縣		US	MO	207	29968	America/Chicago
4410325	Stone County	stone-county	Comitatul Stone,Comte de Stone,Comté de Stone,Condado de Stone,Condado han Stone,Contea di Stone,Hrabstwo Stone,Okrug Stoun,Quan Stone,Quận Stone,Ston srjan,Stone,Stone Kun,Stone Kūn,Stone konderria,Stone megye,Stoun,shhrstan astwn  myzwry,si tong xian,stona ka'unti,suton jun,Округ Стоун,Стоун,Ստոն շրջան,سٹون کاؤنٹی، مسوری,سٹون کاؤنٹی،مسوری,شهرستان استون، میزوری,مقاطعة ستون,স্টোন কাউন্টি,ストーン郡,斯通縣		US	MO	209	32202	America/Chicago
4411205	Taney County	taney-county	Comitatul Taney,Comte de Taney,Comté de Taney,Condado de Taney,Condado han Taney,Contea di Taney,Hrabstwo Taney,Okrug Toni,Quan Taney,Quận Taney,Taney,Taney Kun,Taney Kūn,Taney konderria,Taney megye,Tehjni,Tejni,shhrstan tany  myzwry,taneya ka'unti,toni jun,tuo ni xian,Округ Тони,Тейни,Тейні,Тэйни,Թեյնի շրջան,شهرستان تانی، میزوری,مقاطعة تاني,ٹانی کاؤنٹی،مسوری,ٹینی کاؤنٹی، مسوری,টানেয় কাউন্টি,トーニー郡,托尼縣		US	MO	213	51675	America/Chicago
4411468	Texas County	texas-county	Comitatul Texas,Comte de Texas,Comté de Texas,Condado de Texas,Condado han Texas,Contea di Texas,Hrabstwo Texas,Okrug Teksas,Quan Texas,Quận Texas,Tekhas,Teksas,Texas,Texas Kun,Texas Kūn,Texas konderria,Texas megye,Texas srjan,Texase maakond,de ke sa si xian,shhrstan tgzas  myzwry,tekisasu jun,teksasa ka'unti,Округ Тексас,Тексас,Техас,Տեխաս շրջան,شهرستان تگزاس، میزوری,مقاطعة تكساس,ٹیکساس کاؤنٹی، مسوری,ٹیکساس کاؤنٹی،مسوری,টেক্সাস কাউন্টি,テキサス郡,德克薩斯縣		US	MO	215	26008	America/Chicago
4413006	Vernon County	vernon-county	Comitatul Vernon,Comte de Vernon,Comté de Vernon,Condado de Vernon,Condado han Vernon,Contea di Vernon,Hrabstwo Vernon,Okrug Vernon,Quan Vernon,Quận Vernon,Vernon,Vernon Kun,Vernon Kūn,Vernon konderria,Vernon megye,Vernon srjan,Vurnun,banon jun,bheranana ka'unti,fu nong xian,shhrstan wrnn  myzwry,Вернон,Върнън,Округ Вернон,Վերնոն շրջան,شهرستان ورنن، میزوری,مقاطعة فيرنون,ورنن کاؤنٹی، مسوری,ورنن کاؤنٹی،مسوری,ভেরনন কাউন্টি,バーノン郡,弗農縣		US	MO	217	21159	America/Chicago
4413583	Warren County	warren-county	Comitatul Warren,Comte de Warren,Comté de Warren,Condado de Warren,Condado han Warren,Contea di Warren,Hrabstwo Warren,Okrug Voren,Oworen srjan,Quan Warren,Quận Warren,Uorren,Uorun,Vorren,Warren,Warren Kun,Warren Kūn,Warren konderria,Warren megye,raarena ka'unti,shhrstan warn  myzwry,u~oren jun,wo lun xian,Воррен,Округ Ворен,Уоррен,Уорън,Ուորեն շրջան,شهرستان وارن، میزوری,مقاطعة وارين,وارن کاؤنٹی، مسوری,وارن کاؤنٹی،مسوری,ৱারেন কাউন্টি,ウォーレン郡,沃倫縣		US	MO	219	32513	America/Chicago
4413630	Washington County	washington-county	Comitatul Washington,Comte de Washington,Comté de Washington,Condado de Washington,Condado han Washington,Contea di Washington,Hrabstwo Washington,Okrug Vashington,Quan Washington,Quận Washington,Vashington,Vasington srjan,Washington,Washington Kun,Washington Kūn,Washington konderria,Washington megye,Washingtoni maakond,hua sheng dun xian,raasintana ka'unti,shhrstan washyngtn  myzwry,washinton jun,Вашингтон,Округ Вашингтон,Վաշինգտոն շրջան,شهرستان واشینگتن، میزوری,مقاطعة واشنطن,واشنگٹن کاؤنٹی، مسوری,واشنگٹن کاؤنٹی،مسوری,ৱাশিংটন কাউন্টি,ワシントン郡,華盛頓縣		US	MO	221	25195	America/Chicago
4413797	Wayne County	wayne-county	Comitatul Wayne,Comte de Wayne,Comté de Wayne,Condado de Wayne,Condado han Wayne,Contea di Wayne,Hrabstwo Wayne,Kantono Wayne,Okrug Vejn,Oweyn srjan,Quan Wayne,Quận Wayne,Uehjn,Uejn,Vejn,Wayne,Wayne Kun,Wayne Kūn,Wayne konderria,Wayne megye,raa'ine ka'unti,shhrstan wyn  myzwry,u~ein jun,wei en xian,Вейн,Округ Вејн,Уейн,Уэйн,Ուեյն շրջան,شهرستان وین، میزوری,مقاطعة واين,وائن کاؤنٹی،مسوری,وین کاؤنٹی، مسوری,ৱাইনে কাউন্টি,ウェイン郡,韋恩縣		US	MO	223	13521	America/Chicago
4413870	Webster County	webster-county	Comitatul Webster,Comte de Webster,Comté de Webster,Condado de Webster,Condado han Webster,Contea di Webster,Hrabstwo Webster,Okrug Vebster,Owebster srjan,Quan Webster,Quận Webster,Uebstur,Uehbster,Vebster,Webster,Webster Comitatus,Webster Kun,Webster Kūn,Webster konderria,Webster megye,oyebastera ka'unti,shhrstan wbstr  myzwry,u~ebusuta jun,wei bo si te xian,Вебстер,Округ Вебстер,Уебстър,Уэбстер,Ուեբստեր շրջան,شهرستان وبستر، میزوری,وبسٹر کاؤنٹی،مسوری,ویبسٹر کاؤنٹی، مسوری,ওয়েবস্টের কাউন্টি,ウェブスター郡,韋伯斯特縣		US	MO	225	36202	America/Chicago
4415503	Wright County	wright-county	Comitatul Wright,Comte de Wright,Comté de Wright,Condado de Wright,Condado han Wright,Contea di Wright,Hrabstwo Wright,Okrug Rajt,Quan Wright,Quận Wright,Rajt,Rayt srjan,Wright,Wright Kun,Wright Kūn,Wright konderria,Wright megye,lai te xian,ra'ita ka'unti,raito jun,shhrstan rayt  myzwry,Округ Рајт,Райт,Ռայտ շրջան,رائٹ کاؤنٹی، مسوری,شهرستان رایت، میزوری,مقاطعة رايت,ورائٹ کاؤنٹی،مسوری,রাইট কাউন্টি,ライト郡,賴特縣		US	MO	229	18815	America/Chicago
4415912	Adams County	adams-county	Adams,Adams Comitatus,Adams Kun,Adams Kūn,Adams konderria,Adams megye,Adams srjan,Comitatul Adams,Comte d'Adams,Comté d'Adams,Condado de Adams,Condado han Adams,Contea di Adams,Hrabstwo Adams,Okrug Adams,Quan Adams,Quận Adams,adamasa ka'unti,adamuzu jun,shhrstan adamz  mysysypy,ya dang si xian,Адамс,Округ Адамс,Ադամս շրջան,اوکٹیبیہا کاؤنٹی،مسسسپی,ایڈمز کاؤنٹی، مسیسپی,شهرستان آدامز، میسیسیپی,مقاطعة آدامز,আডামস কাউন্টি,アダムズ郡,亞當斯縣		US	MS	001	32297	America/Chicago
4416012	Alcorn County	alcorn-county	Alcorn,Alcorn Comitatus,Alcorn Kun,Alcorn Kūn,Alcorn konderria,Alcorn megye,Alkorn,Alkorn srjan,Comitatul Alcorn,Comte d'Alcorn,Comté d'Alcorn,Condado de Alcorn,Condado han Alcorn,Contea di Alcorn,Hrabstwo Alcorn,Okrug Olkorn,Olkorn,Quan Alcorn,Quận Alcorn,alakarna ka'unti,ao er kang xian,arukon jun,shhrstan alkwrn  mysysypy,Алкорн,Округ Олкорн,Олкорн,Ալկորն շրջան,الکورن کاؤنٹی، مسیسپی,الکورن کاؤنٹی،مسسسپی,شهرستان آلکورن، میسیسیپی,আলকর্ন কাউন্টি,アルコーン郡,奧爾康縣		US	MS	003	37057	America/Chicago
4416182	Amite County	amite-county	Amit,Amit srjan,Amite,Amite Comitatus,Amite Kun,Amite Kūn,Amite konderria,Amite megye,Comitatul Amite,Comte d'Amite,Comté d'Amite,Condado de Amite,Condado han Amite,Contea di Amite,Ehjmit,Emajt,Hrabstwo Amite,Okrug Ejmit,Quan Amite,Quận Amite,a mi te xian,amite ka'unti,eimetto jun,shhrstan amyt  mysysypy,Амит,Емайт,Округ Ејмит,Эймит,Ամիտ շրջան,امائت کاؤنٹی،مسسسپی,ایمیٹ کاؤنٹی، مسیسپی,شهرستان امیت، میسیسیپی,আমিটে কাউন্টি,エイメット郡,阿米特縣		US	MS	005	13131	America/Chicago
4416669	Attala County	attala-county	Atala,Atala srjan,Attala,Attala Comitatus,Attala Kun,Attala Kūn,Attala konderria,Attala megye,Comitatul Attala,Comte d'Attala,Comté d'Attala,Condado de Attala,Condado han Attala,Contea di Attala,Hrabstwo Attala,Okrug Atala,Quan Attala,Quận Attala,a ta la xian,atara jun,attala ka'unti,shhrstan atla  mysysypy,Атала,Аттала,Округ Атала,Ատալա շրջան,اٹالا کاؤنٹی، مسیسپی,اٹالا کاؤنٹی،مسسسپی,شهرستان اتلا، میسیسیپی,আত্তালা কাউন্টি,アタラ郡,阿塔拉縣		US	MS	007	19564	America/Chicago
4417738	Benton County	benton-county	Benton,Benton Comitatus,Benton Kun,Benton Kūn,Benton konderria,Benton megye,Benton srjan,Bentun,Comitatul Benton,Comte de Benton,Comté de Benton,Condado de Benton,Condado han Benton,Contea di Benton,Hrabstwo Benton,Okrug Benton,Quan Benton,Quận Benton,ben dun xian,bentana ka'unti,benton jun,shhrstan bntwn  mysysypy,Бентон,Бентън,Округ Бентон,Բենտոն շրջան,بنٹن کاؤنٹی،مسسسپی,بینٹن کاؤنٹی، مسیسپی,شهرستان بنتون، میسیسیپی,বেন্টন কাউন্টি,ベントン郡,本頓縣		US	MS	009	8729	America/Chicago
4419012	Bolivar County	bolivar-county	Bolivar,Bolivar Comitatus,Bolivar Kun,Bolivar Kūn,Bolivar konderria,Bolivar megye,Bolivar srjan,Comitatul Bolivar,Comte de Bolivar,Comté de Bolivar,Condado de Bolivar,Condado han Bolivar,Contea di Bolivar,Hrabstwo Bolivar,Okrug Bolivar,Quan Bolivar,Quận Bolivar,balibhara ka'unti,bo li wa er xian,boriba jun,shhrstan bwlywar  mysysypy,Боливар,Болівар,Округ Боливар,Բոլիվար շրջան,بولیوار کاؤنٹی،مسسسپی,بولیور کاؤنٹی، مسیسپی,شهرستان بولیوار، میسیسیپی,বলিভার কাউন্টি,ボリバー郡,玻利瓦爾縣		US	MS	011	34145	America/Chicago
4420309	Calhoun County	calhoun-county	Calhoun,Calhoun Comitatus,Calhoun Kun,Calhoun Kūn,Calhoun konderria,Calhoun megye,Comitatul Calhoun,Comte de Calhoun,Comté de Calhoun,Condado de Calhoun,Condado han Calhoun,Contea di Calhoun,Hrabstwo Calhoun,Kalgun,Kalkhun,Okrug Kalkhun,Quan Calhoun,Quận Calhoun,ka er huo en xian,kalahauna ka'unti,karufun jun,shhrstan kalhwn  mysysypy,Калгун,Калхун,Округ Калхун,Քալհուն շրջան,شهرستان کالهون، میسیسیپی,مقاطعة كالهون,کالہائن کاؤنٹی،مسسسپی,کالہون کاؤنٹی، مسیسپی,কলহৌন কাউন্টি,カルフーン郡,卡爾霍恩縣		US	MS	013	14962	America/Chicago
4420741	Carroll County	carroll-county	Carroll,Carroll Comitatus,Carroll Kun,Carroll Kūn,Carroll konderria,Carroll megye,Comitatul Carroll,Comte de Carroll,Comté de Carroll,Condado de Carroll,Condado han Carroll,Contea di Carroll,Hrabstwo Carroll,Karroll,Kerroll,Kerul,Okrug Karol,Quan Carroll,Quận Carroll,ka luo er xian,kerola ka'unti,kyaroru jun,shhrstan karwl  mysysypy,Карролл,Керролл,Керъл,Округ Карол,Քերոլ շրջան,شهرستان کارول، میسیسیپی,مقاطعة كارول,کارل کاؤنٹی،مسسسپی,کیرول کاؤنٹی، مسیسپی,কেরোল কাউন্টি,キャロル郡,卡洛爾縣		US	MS	015	10597	America/Chicago
4421449	Chickasaw County	chickasaw-county	Chickasaw,Chickasaw Comitatus,Chickasaw Kun,Chickasaw Kūn,Chickasaw konderria,Chickasaw maakond,Chickasaw megye,Chikaso,Chikuso,Comitatul Chickasaw,Comte de Chickasaw,Comté de Chickasaw,Condado de Chickasaw,Condado han Chickasaw,Contea di Chickasaw,Hrabstwo Chickasaw,Okrug Chikaso,Quan Chickasaw,Quận Chickasaw,chikaso jun,cikasau ka'unti,qi ke suo xian,shhrstan chykasw  mysysypy,Округ Чикасо,Чикасо,Чикъсо,Չիկասաու շրջան,شهرستان چیکاسو، میسیسیپی,چکاسا کاؤنٹی، مسیسپی,چکاسا کاؤنٹی،مسسسپی,চিকাসৌ কাউন্টি,チカソー郡,奇克索縣		US	MS	017	17392	America/Chicago
4421547	Choctaw County	choctaw-county	Choctaw,Choctaw Comitatus,Choctaw Kun,Choctaw Kūn,Choctaw konderria,Choctaw megye,Chokto,Comitatul Choctaw,Comte de Choctaw,Comté de Choctaw,Condado de Choctaw,Condado han Choctaw,Contea di Choctaw,Hrabstwo Choctaw,Okrug Chokto,Quan Choctaw,Quận Choctaw,cakatau ka'unti,chokuto jun,qiao ke tuo xian,shhrstan chaktaw  mysysypy,Округ Чокто,Чокто,Չոկտոու շրջան,شهرستان چاکتاو، میسیسیپی,چاکتاو کاؤنٹی، مسیسپی,چوکٹا کاؤنٹی،مسسسپی,চকটৌ কাউন্টি,チョクトー郡,喬克托縣		US	MS	019	8547	America/Chicago
4421859	Claiborne County	claiborne-county	Claiborne,Claiborne Comitatus,Claiborne Kun,Claiborne Kūn,Claiborne konderria,Claiborne megye,Claibornei maakond,Comitatul Claiborne,Comte de Claiborne,Comté de Claiborne,Condado de Claiborne,Condado han Claiborne,Contea di Claiborne,Hrabstwo Claiborne,Klejborn,Okrug Klejborn,kla'iborna ka'unti,kureibon jun,shhrstan klybwrn  mysysypy,Клейборн,Округ Клејборн,Քլեյբորն շրջան,شهرستان کلیبورن، میسیسیپی,کلیبورن کاؤنٹی، مسیسپی,کلےبورن کاؤنٹی،مسسسپی,ক্লাইবোর্ন কাউন্টি,クレイボーン郡		US	MS	021	9604	America/Chicago
4421913	Clarke County	clarke-county	Clarke,Clarke Comitatus,Clarke Kun,Clarke Kūn,Clarke konderria,Clarke megye,Comitatul Clarke,Comte de Clarke,Comté de Clarke,Condado de Clarke,Condado han Clarke,Contea di Clarke,Hrabstwo Clarke,Klark,Okrug Klark,Quan Clarke,Quận Clarke,ke la ke xian,klarke ka'unti,kuraku jun,shhrstan klark  mysysypy,Кларк,Округ Кларк,Քլարկ շրջան,شهرستان کلارک، میسیسیپی,کلارک کاؤنٹی، مسیسپی,کلارک کاؤنٹی،مسسسپی,ক্লার্কে কাউন্টি,クラーク郡,克拉克縣		US	MS	023	16732	America/Chicago
4421964	Clay County	clay-county	Clay,Clay Comitatus,Clay County,Clay Kun,Clay Kūn,Clay konderria,Clay megye,Colfax County,Comitatul Clay,Comte de Clay,Comté de Clay,Condado de Clay,Condado han Clay,Contea di Clay,Hrabstwo Clay,Klej,Okrug Klej,Quan Clay,Quận Clay,ke lai xian,kle ka'unti,kurei jun,shhrstan kly  mysysypy,Клей,Округ Клеј,Քլեյ շրջան,شهرستان کلی، میسیسیپی,مقاطعة كلاي,کلے کاؤنٹی، مسیسپی,کلے کاؤنٹی،مسسسپی,ক্লে কাউন্টি,クレイ郡,克莱县		US	MS	025	20634	America/Chicago
4422178	Coahoma County	coahoma-county	Coahoma,Coahoma Comitatus,Coahoma Kun,Coahoma Kūn,Coahoma konderria,Coahoma megye,Comitatul Coahoma,Comte de Coahoma,Comté de Coahoma,Condado de Coahoma,Condado han Coahoma,Contea di Coahoma,Hrabstwo Coahoma,Koagoma,Koakhoma,Koehkhoma,Okrug Kokhoma,Quan Coahoma,Quận Coahoma,ke he ma xian,koahoma jun,koraahoma ka'unti,shhrstan kwahwma  mysysypy,Коагома,Коахома,Коэхома,Округ Кохома,Քաուհոմա շրջան,شهرستان کواهوما، میسیسیپی,کواہوما کاؤنٹی، مسیسپی,کواہوما کاؤنٹی،مسسسپی,কোৱাহোমা কাউন্টি,コアホマ郡,科荷馬縣		US	MS	027	26151	America/Chicago
4422700	Copiah County	copiah-county	Comitatul Copiah,Comte de Copiah,Comté de Copiah,Condado de Copiah,Condado han Copiah,Contea di Copiah,Copiah,Copiah Comitatus,Copiah Kun,Copiah Kūn,Copiah konderria,Copiah megye,Hrabstwo Copiah,Kopaja,Okrug Kopaja,Quan Copiah,Quận Copiah,ke pai ya xian,kopia jun,kopiyaha ka'unti,Копайа,Копая,Округ Копаја,Քոպայահ շրջան,کوپیاہ کاؤنٹی، مسیسپی,کوپیاہ کاؤنٹی،مسسسپی,কোপিয়াহ কাউন্টি,コピア郡,科派亞縣		US	MS	029	29449	America/Chicago
4422907	Covington County	covington-county	Comitatul Covington,Comte de Covington,Comté de Covington,Condado de Covington,Condado han Covington,Contea di Covington,Covington,Covington Comitatus,Covington Kun,Covington Kūn,Covington konderria,Covington megye,Covingtoni maakond,Hrabstwo Covington,Kovington,Kovingtun,Okrug Kavington,Quan Covington,Quận Covington,ka wen dun xian,kobhintana ka'unti,kobinton jun,shhrstan kawyngtwn  mysysypy,Ковингтон,Ковингтън,Ковінґтон,Округ Кавингтон,Քովինգտոն շրջան,شهرستان کاوینگتون، میسیسیپی,کوونگٹن کاؤنٹی،مسسسپی,کوینگٹن کاؤنٹی، مسیسپی,কোভিংটন কাউন্টি,コビントン郡,卡温顿县		US	MS	031	19568	America/Chicago
4423655	De Soto County	de-soto-county	Comte de DeSoto,Comté de DeSoto,Condado de DeSoto,Condado han DeSoto,Contea di DeSoto,De Soto,De-Soto,De-Soto srjan,DeSoto,DeSoto Comitatus,DeSoto maakond,Desoto,Hrabstwo DeSoto,Okrug Desoto,Quan DeSoto,Quận DeSoto,de suo tuo xian,desoto jun,desoto ka'unti,Де-Сото,ДеСото,Десото,Округ Десото,Դե-Սոտո շրջան,ڈیسوٹو کاؤنٹی،مسسسپی,ডেসোটো কাউন্টি,デソト郡,德索托縣		US	MS	033	161252	America/Chicago
4426954	Forrest County	forrest-county	Comitatul Forrest,Comte de Forrest,Comté de Forrest,Condado de Forrest,Condado han Forrest,Contea di Forrest,Forest,Forest srjan,Forrest,Forrest Comitatus,Forrest Kun,Forrest Kūn,Forrest konderria,Forrest megye,Hrabstwo Forrest,Okrug Forist,Quan Forrest,Quận Forrest,foresuto jun,fu lei si te xian,phoresta ka'unti,shhrstan farst  mysysypy,Округ Форист,Форест,Форрест,Ֆորեստ շրջան,شهرستان فارست، میسیسیپی,فورسٹ کاؤنٹی،مسسسپی,فوریسٹ کاؤنٹی، مسیسپی,ফোরেস্ট কাউন্টি,フォレスト郡,福雷斯特縣		US	MS	035	74934	America/Chicago
4427119	Franklin County	franklin-county	Comitatul Franklin,Comte de Franklin,Comté de Franklin,Condado de Franklin,Condado han Franklin,Contea di Franklin,Franklin,Franklin Comitatus,Franklin Kun,Franklin Kūn,Franklin konderria,Franklin megye,Franklin srjan,Franklini maakond,Hrabstwo Franklin,Okrug Frenklin,Quan Franklin,Quận Franklin,fu lan ke lin xian,furankurin jun,phrankalina ka'unti,shhrstan franklyn  mysysypy,Округ Френклин,Франклин,Франклін,Ֆրանկլին շրջան,شهرستان فرانکلین، میسیسیپی,فرینکلن کاؤنٹی، مسیسپی,فرینکلن کاؤنٹی،مسسسپی,ফ্রাঙ্কলিন কাউন্টি,フランクリン郡,富蘭克林縣		US	MS	037	8118	America/Chicago
4427592	George County	george-county	Comitatul George,Comte de George,Comté de George,Condado de George,Condado han George,Contea di George,Dzhordzh,George,George Comitatus,George Kun,George Kūn,George konderria,George megye,Hrabstwo George,Jorj srjan,Okrug DZordz,Quan George,Quận George,jarja ka'unti,joji jun,qiao zhi xian,shhrstan jwrj  mysysypy,Джордж,Округ Џорџ,Ջորջ շրջան,جارج کاؤنٹی، مسیسپی,جارج کاؤنٹی،مسسسپی,شهرستان جورج، میسیسیپی,জর্জ কাউন্টি,ジョージ郡,喬治縣		US	MS	039	22578	America/Chicago
4428420	Greene County	greene-county	Comitatul Greene,Comte de Greene,Comté de Greene,Condado de Greene,Condado han Greene,Contea di Greene,Greene,Greene Comitatus,Greene Kun,Greene Kūn,Greene konderria,Greene megye,Grijn,Grin,Grin srjan,Hrabstwo Greene,Okrug Grin,Quan Greene,Quận Greene,ge lin xian,grini ka'unti,gurin jun,shhrstan gryn  ayalt mysysypy,Грийн,Грин,Округ Грин,Ґрін,Գրին շրջան,شهرستان گرین، ایالت میسیسیپی,گرین کاؤنٹی، مسیسپی,گرین کاؤنٹی،مسسسپی,গ্রীনি কাউন্টি,グリーン郡,格林縣		US	MS	041	14400	America/Chicago
4428541	Grenada County	grenada-county	Comitatul Grenada,Comte de Grenada,Comté de Grenada,Condado de Grenada,Condado han Grenada,Contea di Grenada,Grenada,Grenada Comitatus,Grenada Kun,Grenada Kūn,Grenada konderria,Grenada megye,Grenada srjan,Hrabstwo Grenada,Okrug Grenejda,Quan Grenada,Quận Grenada,ge la na da xian,granada ka'unti,gurenada jun,shhrstan granada  mysysypy,Гренада,Округ Гренејда,Ґренада,Գրենադա շրջան,شهرستان گرانادا، میسیسیپی,گریناڈا کاؤنٹی، مسیسپی,گریناڈا کاؤنٹی،مسسسپی,গ্রনাডা কাউন্টি,グレナダ郡,格拉納達縣		US	MS	043	21906	America/Chicago
4428961	Hancock County	hancock-county	Comitatul Hancock,Comte de Hancock,Comté de Hancock,Condado de Hancock,Condado han Hancock,Contea di Hancock,Genkok,Hancock,Hancock Comitatus,Hancock Kun,Hancock Kūn,Hancock konderria,Hancock megye,Henkok srjan,Hrabstwo Hancock,Khankok,Khehnkok,Okrug Khenkok,Quan Hancock,Quận Hancock,han kao ke xian,hanakoka ka'unti,hankokku jun,shhrstan hnkak  mysysypy,Генкок,Округ Хенкок,Ханкок,Хэнкок,Հենկոկ շրջան,شهرستان هنکاک، میسیسیپی,ہینکاک کاؤنٹی،مسسسپی,ہینکوک کاؤنٹی، مسیسپی,হানকোক কাউন্টি,ハンコック郡,漢考克縣		US	MS	045	43929	America/Chicago
4429197	Harrison County	harrison-county	Comitatul Harrison,Comte de Harrison,Comté de Harrison,Condado de Harrison,Condado han Harrison,Contea di Harrison,Garrison,Harison srjan,Harrison,Harrison Comitatus,Harrison Kun,Harrison Kūn,Harrison konderria,Harrison megye,Hrabstwo Harrison,Kharisun,Kharrison,Okrug Kharison,Quan Harrison,Quận Harrison,ha li sen xian,harison jun,harisona ka'unti,shhrstan hryswn  mysysypy,Гаррісон,Округ Харисон,Харисън,Харрисон,Հարիսոն շրջան,شهرستان هریسون، میسیسیپی,ہاریسن کاؤنٹی،مسسسپی,ہیریسن کاؤنٹی، مسیسپی,হারিসোন কাউন্টি,ハリソン郡,哈里森縣		US	MS	047	187105	America/Chicago
4429877	Hinds County	hinds-county	Comitatul Hinds,Comte de Hinds,Comté de Hinds,Condado de Hinds,Condado han Hinds,Contea di Hinds,Ginds,Hinds,Hinds Comitatus,Hinds Kun,Hinds Kūn,Hinds konderria,Hinds megye,Hinds srjan,Hindsi maakond,Hrabstwo Hinds,Khajnds,Khinds,Okrug Khajnds,Quan Hinds,Quận Hinds,hai en zi xian,hainzu jun,hindasa ka'unti,shhrstan hyndz  mysysypy,Гіндс,Округ Хајндс,Хайндс,Хиндс,Հինդս շրջան,شهرستان هیندز، میسیسیپی,ہائنڈز کاؤنٹی، مسیسپی,ہنڈس کاؤنٹی،مسسسپی,হিন্দস কাউন্টি,ハインズ郡,海恩茲縣		US	MS	049	245285	America/Chicago
4430142	Holmes County	holmes-county	Comitatul Holmes,Comte de Holmes,Comté de Holmes,Condado de Holmes,Condado han Holmes,Contea di Holmes,Golms,Holmes,Holmes Comitatus,Holmes County,Holmes Kun,Holmes Kūn,Holmes konderria,Holmes megye,Holmesi maakond,Holms County,Holms srjan,Hrabstwo Holmes,Kholms,Okrug Kholms,Quan Holmes,Quận Holmes,holamasa ka'unti,homuzu jun,huo er mu si xian,shhrstan hwlmz  mysysypy,Голмс,Округ Холмс,Холмс,Հոլմս շրջան,شهرستان هولمز، میسیسیپی,ہولمز کاؤنٹی،مسسسپی,ہومز کاؤنٹی، مسیسپی,হোলমস কাউন্টি,ホームズ郡,霍爾姆斯縣		US	MS	051	19198	America/Chicago
4430705	Humphreys County	humphreys-county	Comitatul Humphreys,Comte de Humphreys,Comté de Humphreys,Condado de Humphreys,Condado han Humphreys,Contea di Humphreys,Gamfris,Hamfris srjan,Hrabstwo Humphreys,Humphreys,Humphreys Comitatus,Humphreys Kun,Humphreys Kūn,Humphreys konderria,Humphreys megye,Humphreysi maakond,Khamfris,Khumfris,Okrug Khamfriz,Quan Humphreys,Quận Humphreys,hamaphre'isa ka'unti,han fu lai si xian,hanfurizu jun,shhrstan hamfryz  mysysypy,Гамфріс,Округ Хамфриз,Хамфрис,Хъмфрис,Համֆրիս շրջան,شهرستان هامفریز، میسیسیپی,ہمپھریز کاؤنٹی،مسسسپی,ہیمپفریز کاؤنٹی، مسیسپی,হামফ্রেইস কাউন্টি,ハンフリーズ郡,漢弗萊斯縣		US	MS	053	9375	America/Chicago
4431269	Issaquena County	issaquena-county	Comitatul Issaquena,Comte d'Issaquena,Comté d'Issaquena,Condado de Issaquena,Condado han Issaquena,Contea di Issaquena,Hrabstwo Issaquena,Isakuehna,Isakuena,Issakvena,Issaquena,Issaquena Comitatus,Issaquena Kun,Issaquena Kūn,Issaquena konderria,Issaquena megye,Okrug Isakvina,Quan Issaquena,Quận Issaquena,isakena jun,isakuyena ka'unti,yi sa kui na xian,Іссаквена,Исакуена,Исакуэна,Округ Исаквина,Իսաքվենա շրջան,ایساکوینا کاؤنٹی، مسیسپی,ایساکوینا کاؤنٹی،مسسسپی,ইসাকুয়েনা কাউন্টি,イサケナ郡,伊薩奎納縣		US	MS	055	1406	America/Chicago
4431274	Itawamba County	itawamba-county	Comitatul Itawamba,Comte d'Itawamba,Comté d'Itawamba,Condado de Itawamba,Condado han Itawamba,Contea di Itawamba,Hrabstwo Itawamba,Itauamba,Itavamba,Itavamba srjan,Itawamba,Itawamba Comitatus,Itawamba Kun,Itawamba Kūn,Itawamba konderria,Itawamba megye,Okrug Itavomba,Quan Itawamba,Quận Itawamba,itaraamba ka'unti,itawanba jun,yi ta wan ba xian,Ітавамба,Итауамба,Округ Итавомба,Իտավամբա շրջան,ایٹاوامبا کاؤنٹی، مسیسپی,ایٹاوامبا کاؤنٹی،مسسسپی,مقاطعة إيتاوامبا,ইটাৱাম্বা কাউন্টি,イタワンバ郡,伊塔宛巴縣		US	MS	057	23401	America/Chicago
4431425	Jackson County	jackson-county	Comitatul Jackson,Comte de Jackson,Comté de Jackson,Condado de Jackson,Condado han Jackson,Contea di Jackson,Dzhaksun,Dzhekson,Hrabstwo Jackson,Jackson,Jackson Comitatus,Jackson Kun,Jackson Kūn,Jackson konderria,Jackson megye,Jacksoni maakond,Okrug DZekson,Quan Jackson,Quận Jackson,jakuson jun,jie ke xun xian,jyakasana ka'unti,shhrstan jkswn  mysysypy,Джаксън,Джексон,Округ Џексон,Ջեքսոն շրջան,جیکسن کاؤنٹی، مسیسپی,جیکسن کاؤنٹی،مسسسپی,شهرستان جکسون، میسیسیپی,مقاطعة جاكسون,জ্যাকশন কাউন্টি,ジャクソン郡,杰克逊县		US	MS	059	139668	America/Chicago
4431565	Jasper County	jasper-county	Comitatul Jasper,Comte de Jasper,Comté de Jasper,Condado de Jasper,Condado han Jasper,Contea di Jasper,Dzhasper,Dzhaspur,Dzhesper,Hrabstwo Jasper,Jasper,Jasper Comitatus,Jasper Kun,Jasper Kūn,Jasper konderria,Jasper megye,Jasper srjan,Okrug DZasper,Quan Jasper,Quận Jasper,jasapera ka'unti,jasupa jun,jie si pa xian,shhrstan jaspr  mysysypy,Джаспер,Джаспър,Джеспер,Округ Џаспер,Ջասպեր շրջան,جیسپر کاؤنٹی، مسیسپی,جیسپر کاؤنٹی،مسسسپی,شهرستان جاسپر، میسیسیپی,জাসপের কাউন্টি,ジャスパー郡,傑斯帕縣		US	MS	061	17062	America/Chicago
4431608	Jefferson County	jefferson-county	Comitatul Jefferson,Comte de Jefferson,Comté de Jefferson,Condado de Jefferson,Condado han Jefferson,Contea di Jefferson,Dzhefersun,Dzhefferson,Hrabstwo Jefferson,Jeferson srjan,Jefferson,Jefferson Comitatus,Jefferson Kun,Jefferson Kūn,Jefferson konderria,Jefferson megye,Jeffersoni maakond,Okrug DZeferson,Quan Jefferson,Quận Jefferson,jefason jun,jepharasana ka'unti,jie fu xun xian,shhrstan jfrswn  mysysypy,Джеферсън,Джефферсон,Округ Џеферсон,Ջեֆերսոն շրջան,جیفرسن کاؤنٹی، مسیسپی,جیفرسن کاؤنٹی،مسسسپی,شهرستان جفرسون، میسیسیپی,জেফারশন কাউন্টি,ジェファーソン郡,傑佛遜縣		US	MS	063	7726	America/Chicago
4431611	Jefferson Davis County	jefferson-davis-county	Comitatul Jefferson Davis,Comte de Jefferson Davis,Comté de Jefferson Davis,Condado de Jefferson Davis,Condado han Jefferson Davis,Contea di Jefferson Davis,Dzhefersun Dejvis,Dzhefferson-Dejvis,Dzhefferson-Devis,Hrabstwo Jefferson Davis,Jeferson Deyvis srjan,Jefferson Davis,Jefferson Davis Comitatus,Jefferson Davis Kun,Jefferson Davis Kūn,Jefferson Davis konderria,Jefferson Davis megye,Okrug DZeferson Dejvis,Quan Jefferson Davis,Quận Jefferson Davis,jefasondeibisu jun,jepharasana debhisa ka'unti,shhrstan jfrswn dywys  mysysypy,Джеферсън Дейвис,Джефферсон-Девіс,Джефферсон-Дейвис,Округ Џеферсон Дејвис,Ջեֆերսոն Դեյվիս շրջան,جیفرسن ڈیوس کاؤنٹی، مسیسپی,جیفرسن ڈیوس کاؤنٹی،مسسسپی,شهرستان جفرسون دیویس، میسیسیپی,জেফারশন ডেভিস কাউন্টি,ジェファーソンデイビス郡,傑佛遜·戴維斯縣		US	MS	065	12487	America/Chicago
4431982	Jones County	jones-county	Comitatul Jones,Comte de Jones,Comté de Jones,Condado de Jones,Condado han Jones,Contea di Jones,Dzhons,Dzhouns,Free State of Jones,Hrabstwo Jones,Jones,Jones Comitatus,Jones County,Jones Kun,Jones Kūn,Jones konderria,Jones megye,Jons srjan,Okrug DZouns,Quan Jones,Quận Jones,jonasa ka'unti,jonzu jun,qiong si xian,shhrstan jwnz  mysysypy,Джонс,Джоунс,Округ Џоунс,Ջոնս շրջան,جونز کاؤنٹی، مسیسپی,جونز کاؤنٹی،مسسسپی,شهرستان جونز، میسیسیپی,জোনস কাউন্টি,ジョーンズ郡,瓊斯縣		US	MS	067	67761	America/Chicago
4432218	Kemper County	kemper-county	Comitatul Kemper,Comte de Kemper,Comté de Kemper,Condado de Kemper,Condado han Kemper,Contea di Kemper,Hrabstwo Kemper,Kemper,Kemper Comitatus,Kemper Kun,Kemper Kūn,Kemper konderria,Kemper megye,Kemper srjan,Kempur,Okrug Kemper,Quan Kemper,Quận Kemper,kempera ka'unti,ken po xian,kenpa jun,shhrstan kmpr  mysysypy,Кемпер,Кемпър,Округ Кемпер,Կեմպեր շրջան,شهرستان کمپر، میسیسیپی,کیمپر کاؤنٹی، مسیسپی,کیمپر کاؤنٹی،مسسسپی,কেম্পের কাউন্টি,ケンパー郡,肯珀縣		US	MS	069	10456	America/Chicago
4432670	Lafayette County	lafayette-county	Comitatul Lafayette,Comte de Lafayette,Comté de Lafayette,Condado de Lafayette,Condado han Lafayette,Contea di Lafayette,Hrabstwo Lafayette,La Fayette County,Lafaett,Lafajet,Lafajett,Lafayet srjan,Lafayette,Lafayette Comitatus,Lafayette County,Lafayette Kun,Lafayette Kūn,Lafayette konderria,Lafayette megye,Okrug Lafejet,Quan Lafayette,Quận Lafayette,la fa ye xian,laphayeta ka'unti,rafaietto jun,shhrstan lafayt  mysysypy,Лафайет,Лафайетт,Лафаєтт,Округ Лафејет,Լաֆայետ շրջան,شهرستان لافایت، میسیسیپی,لافائٹ کاؤنٹی،مسسسپی,لافائیٹ کاؤنٹی، مسیسپی,مقاطعة لافاييت,লাফায়েত কাউন্টি,ラファイエット郡,拉法葉縣		US	MS	071	47351	America/Chicago
4432922	Lamar County	lamar-county	Comitatul Lamar,Comte de Lamar,Comté de Lamar,Condado de Lamar,Condado han Lamar,Contea di Lamar,Hrabstwo Lamar,Lamar,Lamar Comitatus,Lamar Kun,Lamar Kūn,Lamar konderria,Lamar megye,Lamar srjan,Okrug Lamar,Quan Lamar,Quận Lamar,la ma er xian,lamara ka'unti,rama jun,shhrstan lamar  mysysypy,Ламар,Округ Ламар,Լամար շրջան,شهرستان لامار، میسیسیپی,لامار کاؤنٹی، مسیسپی,لامار کاؤنٹی،مسسسپی,লামার কাউন্টি,ラマー郡,拉马尔县		US	MS	073	55658	America/Chicago
4433028	Lauderdale County	lauderdale-county	Comitatul Lauderdale,Comte de Lauderdale,Comté de Lauderdale,Condado de Lauderdale,Condado han Lauderdale,Contea di Lauderdale,Hrabstwo Lauderdale,Lauderdale,Lauderdale Comitatus,Lauderdale Kun,Lauderdale Kūn,Lauderdale konderria,Lauderdale megye,Loderdejl,Loderdeyl srjan,Lodurdejl,Okrug Loderdejl,Quan Lauderdale,Quận Lauderdale,lao de dai er xian,laudaradela ka'unti,rodaderu jun,shhrstan lawdrdyl  mysysypy,Лодердейл,Лодърдейл,Округ Лодердејл,Լոդերդեյլ շրջան,شهرستان لاودردیل، میسیسیپی,لاوڈردیل کاؤنٹی، مسیسپی,لوڈرڈیل کاؤنٹی،مسسسپی,লৌডারডেল কাউন্টি,ローダーデール郡,劳德代尔县		US	MS	075	80261	America/Chicago
4433059	Lawrence County	lawrence-county	Comitatul Lawrence,Comte de Lawrence,Comté de Lawrence,Condado de Lawrence,Condado han Lawrence,Contea di Lawrence,Hrabstwo Lawrence,Lawrence,Lawrence Comitatus,Lawrence Kun,Lawrence Kūn,Lawrence konderria,Lawrence megye,Lorens,Loruns,Lourens,Lourens srjan,Okrug Lorens,Quan Lawrence,Quận Lawrence,lao lun si xian,lararensa ka'unti,rorensu jun,shhrstan larns  mysysypy,Лоренс,Лорънс,Лоуренс,Округ Лоренс,Լոուրենս շրջան,شهرستان لارنس، میسیسیپی,لارنس کاؤنٹی، مسیسپی,لارینس کاؤنٹی،مسسسپی,مقاطعة لورنس,লৱরেন্স কাউন্টি,ローレンス郡,勞倫斯縣		US	MS	077	12929	America/Chicago
4433110	Leake County	leake-county	Comitatul Leake,Comte de Leake,Comté de Leake,Condado de Leake,Condado han Leake,Contea di Leake,Hrabstwo Leake,Leake,Leake Comitatus,Leake Kun,Leake Kūn,Leake konderria,Leake megye,Lijk,Lik,Okrug Lik,Quan Leake,Quận Leake,li ke xian,lika ka'unti,riku jun,shhrstan lyk  mysysypy,Лийк,Лик,Лік,Округ Лик,Լիք շրջան,شهرستان لیک، میسیسیپی,لیک کاؤنٹی، مسیسپی,لیک کاؤنٹی،مسسسپی,লীক কাউন্টি,リーク郡,利克縣		US	MS	079	23805	America/Chicago
4433190	Lee County	lee-county	Comitatul Lee,Comte de Lee,Comté de Lee,Condado de Lee,Condado han Lee,Contea di Lee,Hrabstwo Lee,Lee,Lee Comitatus,Lee Kun,Lee Kūn,Lee konderria,Lee megye,Li,Li srjan,Lij,Okrug Li,Quan Lee,Quận Lee,li ka'unti,li xian,ri jun,shhrstan ly  mysysypy,Ли,Лий,Лі,Округ Ли,Լի շրջան,شهرستان لی، میسیسیپی,لی کاؤنٹی، مسیسپی,لی کاؤنٹی،مسسسپی,লী কাউন্টি,リー郡,李縣		US	MS	081	82910	America/Chicago
4433243	Leflore County	leflore-county	Comitatul Leflore,Comte de Leflore,Comté de Leflore,Condado de Leflore,Condado han Leflore,Contea di Leflore,Hrabstwo Leflore,Kantono Leflore,Le Flore County,Leflor,Leflor srjan,Leflore,Leflore Comitatus,Leflore County,Leflore Kun,Leflore Kūn,Leflore konderria,Leflore megye,Liflor,Okrug Leflor,Quan Leflore,Quận Leflore,lephlore ka'unti,li fu lei xian,refuroa jun,Лефлор,Лифлор,Округ Лефлор,Լեֆլոր շրջան,لیفلور کاؤنٹی، مسیسپی,لیفلور کاؤنٹی،مسسسپی,লেফ্লোরে কাউন্টি,レフロア郡,利福勒縣		US	MS	083	32317	America/Chicago
4851866	Clay County	clay-county	Clay,Clay Kun,Clay Kūn,Clay konderria,Clay megye,Comitatul Clay,Comte de Clay,Comté de Clay,Condado de Clay,Condado han Clay,Contea di Clay,Hrabstwo Clay,Kantono Clay,Klej,Okrug Klej,Quan Clay,Quận Clay,ke lai xian,kle ka'unti,kurei jun,mqatʿt klay,shhrstan kly  aywwa,Клей,Округ Клеј,Քլեյ շրջան,شهرستان کلی، آیووا,مقاطعة كلاي,کلے کاؤنٹی، آئیووا,ক্লে কাউন্টি,クレイ郡,克莱县		US	IA	041	16667	America/Chicago
4433521	Lincoln County	lincoln-county	Comitatul Lincoln,Comte de Lincoln,Comté de Lincoln,Condado de Lincoln,Condado han Lincoln,Contea di Lincoln,Hrabstwo Lincoln,Lincoln,Lincoln Comitatus,Lincoln Kun,Lincoln Kūn,Lincoln konderria,Lincoln megye,Lincolni maakond,Linkol'n,Linkoln srjan,Linkuln,Okrug Linkoln,Quan Lincoln,Quận Lincoln,lin ken xian,linkana ka'unti,rinkan jun,shhrstan lynkln  mysysypy,Линкольн,Линкълн,Лінкольн,Округ Линколн,Լինկոլն շրջան,شهرستان لینکلن، میسیسیپی,لنکن کاؤنٹی، مسیسپی,لینکالن کاؤنٹی،مسسسپی,লিঙ্কন কাউন্টি,リンカーン郡,林肯縣		US	MS	085	34869	America/Chicago
4434357	Lowndes County	lowndes-county	Comitatul Lowndes,Comte de Lowndes,Comté de Lowndes,Condado de Lowndes,Condado han Lowndes,Contea di Lowndes,Hrabstwo Lowndes,Kantono Lowndes,Laundis,Launds,Loundes srjan,Lowndes,Lowndes Comitatus,Lowndes Kun,Lowndes Kūn,Lowndes konderria,Lowndes megye,Okrug Launds,Quan Lowndes,Quận Lowndes,lang zi xian,lonadesa ka'unti,raunzu jun,shhrstan lands  mysysypy,Лаундис,Лаундс,Округ Лаундс,Լոունդես շրջան,شهرستان لاندس، میسیسیپی,لاؤنڈس کاؤنٹی،مسسسپی,لانڈیس کاؤنٹی، مسیسپی,লোনডেস কাউন্টি,ラウンズ郡,朗茲縣		US	MS	087	59779	America/Chicago
4434666	Madison County	madison-county	Comitatul Madison,Comte de Madison,Comté de Madison,Condado de Madison,Condado han Madison,Contea di Madison,Hrabstwo Madison,Madison,Madison Comitatus,Madison Kun,Madison Kūn,Madison konderria,Madison megye,Madison srjan,Madisun,Medison,Mehdison,Okrug Medison,Quan Madison,Quận Madison,madison jun,mai di xun xian,medisana ka'unti,shhrstan mdyswn  mysysypy,Мадисън,Медісон,Мэдисон,Округ Медисон,Մադիսոն շրջան,شهرستان مدیسون، میسیسیپی,ماڈیسن کاؤنٹی،مسسسپی,میڈیسن کاؤنٹی، مسیسپی,মেডিশন কাউন্টি,マディソン郡,麥迪遜縣		US	MS	089	95203	America/Chicago
4434905	Marion County	marion-county	Comitatul Marion,Comte de Marion,Comté de Marion,Condado de Marion,Condado han Marion,Contea di Marion,Hrabstwo Marion,Marion,Marion Comitatus,Marion Kun,Marion Kūn,Marion konderria,Marion megye,Marion srjan,Mariun,Mehrion,Merion,Okrug Marion,Quan Marion,Quận Marion,ma li ang xian,mari'ona ka'unti,marion jun,shhrstan marywn  mysysypy,Мариън,Меріон,Мэрион,Округ Марион,Մարիոն շրջան,شهرستان ماریون، میسیسیپی,مارین کاؤنٹی،مسسسپی,ماریون کاؤنٹی، مسیسپی,মারিওন কাউন্টি,マリオン郡,馬里昂縣		US	MS	091	27088	America/Chicago
4434977	Marshall County	marshall-county	Comitatul Marshall,Comte de Marshall,Comté de Marshall,Condado de Marshall,Condado han Marshall,Contea di Marshall,Hrabstwo Marshall,Marsal srjan,Marshal,Marshall,Marshall Comitatus,Marshall Kun,Marshall Kūn,Marshall konderria,Marshall megye,Okrug Marshal,Quan Marshall,Quận Marshall,ma xie er xian,marsahala ka'unti,masharu jun,shhrstan marshal  mysysypy,Маршал,Маршалл,Округ Маршал,Մարշալ շրջան,شهرستان مارشال، میسیسیپی,مارشل کاؤنٹی، مسیسپی,مارشل کاؤنٹی،مسسسپی,মার্সহাল কাউন্টি,マーシャル郡,馬歇爾縣		US	MS	093	37144	America/Chicago
4436434	Montgomery County	montgomery-county	Comitatul Montgomery,Comte de Montgomery,Comté de Montgomery,Condado de Montgomery,Condado han Montgomery,Contea di Montgomery,Hrabstwo Montgomery,Montgomeri,Montgomeri srjan,Montgomery,Montgomery Comitatus,Montgomery Kun,Montgomery Kūn,Montgomery konderria,Montgomery megye,Montgomuri,Okrug Montgomeri,Quan Montgomery,Quận Montgomery,mantagomeri ka'unti,meng ge ma li xian,mongomeri jun,shhrstan mwntgwmry  mysysypy,Монтгомери,Монтгомері,Монтгомъри,Округ Монтгомери,Մոնտգոմերի շրջան,شهرستان مونتگومری، میسیسیپی,مونٹگمری کاؤنٹی، مسیسپی,مونٹگومری کاؤنٹی،مسسسپی,মন্টগোমেরী কাউন্টি,モンゴメリー郡,蒙哥馬利縣		US	MS	097	10925	America/Chicago
4436465	Monroe County	monroe-county	Comitatul Monroe,Comte de Monroe,Comté de Monroe,Condado de Monroe,Condado han Monroe,Contea di Monroe,Hrabstwo Monroe,Monro,Monro srjan,Monroe,Monroe Comitatus,Monroe Kun,Monroe Kūn,Monroe konderria,Monroe megye,Okrug Monro,Quan Monroe,Quận Monroe,manarau ka'unti,men luo xian,monro jun,shhrstan mwnrw  mysysypy,Монро,Округ Монро,Մոնրո շրջան,شهرستان مونرو، میسیسیپی,مونرو کاؤنٹی، مسیسپی,مونرو کاؤنٹی،مسسسپی,মনরৌ কাউন্টি,モンロー郡,門羅縣		US	MS	095	36989	America/Chicago
4438104	Neshoba County	neshoba-county	Comitatul Neshoba,Comte de Neshoba,Comté de Neshoba,Condado de Neshoba,Condado han Neshoba,Contea di Neshoba,Hrabstwo Neshoba,Neshoba,Neshoba Comitatus,Neshoba Kun,Neshoba Kūn,Neshoba konderria,Neshoba megye,Neshoda,Nesoba srjan,Nishoba,Okrug Neshoba,Quan Neshoba,Quận Neshoba,neshoba jun,nesoba ka'unti,ni xiao ba xian,shhrstan nshwba  mysysypy,Нешоба,Нешода,Нишоба,Округ Нешоба,Նեշոբա շրջան,شهرستان نشوبا، میسیسیپی,نیشوبا کاؤنٹی، مسیسپی,نیشوبا کاؤنٹی،مسسسپی,নেশোবা কাউন্টি,ネショバ郡,尼肖巴縣		US	MS	099	29676	America/Chicago
4438827	Newton County	newton-county	Comitatul Newton,Comte de Newton,Comté de Newton,Condado de Newton,Condado han Newton,Contea di Newton,Hrabstwo Newton,N'juton,Newton,Newton Comitatus,Newton Kun,Newton Kūn,Newton konderria,Newton megye,Njutun,Nyuton srjan,Okrug NJuton,Quan Newton,Quận Newton,ni'utana ka'unti,niu dun xian,nyuton jun,shhrstan nywtwn  mysysypy,Ньютон,Нютън,Округ Њутон,Նյուտոն շրջան,شهرستان نیوتون، میسیسیپی,نیوٹن کاؤنٹی، مسیسپی,نیوٹن کاؤنٹی،مسسسپی,নিউটন কাউন্টি,ニュートン郡,牛頓縣		US	MS	101	21720	America/Chicago
4439115	Noxubee County	noxubee-county	Comitatul Noxubee,Comte de Noxubee,Comté de Noxubee,Condado de Noxubee,Condado han Noxubee,Contea di Noxubee,Hrabstwo Noxubee,Noksabi,Noksubij,Noxabee County,Noxubee,Noxubee Comitatus,Noxubee County,Noxubee Kun,Noxubee Kūn,Noxubee konderria,Noxubee megye,Okrug Noksubi,Quan Noxubee,Quận Noxubee,noksubi ka'unti,nokusabi jun,nuo ke su bi xian,shhrstan nakswby  mysysypy,Ноксаби,Ноксабі,Ноксъбий,Округ Ноксуби,Նոքսաբի շրջան,شهرستان ناکسوبی، میسیسیپی,ناکسوبی کاؤنٹی،مسسسپی,نوکسوبی کاؤنٹی، مسیسپی,নোক্সুবী কাউন্টি,ノクサビー郡,諾克蘇比縣		US	MS	103	11545	America/Chicago
4918771	Cass County	cass-county	Cass,Cass Kun,Cass Kūn,Cass konderria,Cass megye,Cassi maakond,Comitatul Cass,Comte de Cass,Comté de Cass,Condado de Cass,Condado han Cass,Contea di Cass,Hrabstwo Cass,Kas,Kass,Kess,Okrug Kas,Quan Cass,Quận Cass,ka si xian,kasa ka'unti,kasu jun,shhrstan kas  ayndyana,Кас,Касс,Кесс,Округ Кас,Քես շրջան,شهرستان کاس، ایندیانا,کاس کاؤنٹی، انڈیانا,কাস কাউন্টি,カス郡,卡斯縣		US	IN	017	38966	America/Indiana/Indianapolis
4439581	Oktibbeha County	oktibbeha-county	Comitatul Oktibbeha,Comte d'Oktibbeha,Comté d'Oktibbeha,Condado de Oktibbeha,Condado han Oktibbeha,Contea di Oktibbeha,Hrabstwo Oktibbeha,Okrug Oktibekha,Oktibbega,Oktibbeha,Oktibbeha Comitatus,Oktibbeha County,Oktibbeha Kun,Oktibbeha Kūn,Oktibbeha konderria,Oktibbeha megye,Oktibeeha County,Oktibeha srjan,Oktibehkha,Oktibikha,Quan Oktibbeha,Quận Oktibbeha,ao ke di bi ha xian,ogtibeha gun,oktibbeha ka'unti,okutibeha jun,Округ Октибеха,Октибиха,Октибэха,Октіббега,Օկտիբեհա շրջան,اوکٹیبیہا کاؤنٹی، مسیسپی,ওক্টিব্বেহা কাউন্টি,オクティベハ郡,奧克蒂比哈縣,옥티베하 군		US	MS	105	47671	America/Chicago
4440232	Panola County	panola-county	Comitatul Panola,Comte de Panola,Comté de Panola,Condado de Panola,Condado han Panola,Contea di Panola,Hrabstwo Panola,Okrug Panola,Panola,Panola Comitatus,Panola Kun,Panola Kūn,Panola konderria,Panola maakond,Panola megye,Penola,Quan Panola,Quận Panola,pa nuo la xian,panola ka'unti,panora jun,shhrstan panwla  mysysypy,Округ Панола,Панола,Пенола,Փանոլա շրջան,شهرستان پانولا، میسیسیپی,پانولا کاؤنٹی،مسسسپی,پینولا کاؤنٹی، مسیسپی,পানোলা কাউন্টি,パノラ郡,帕諾拉縣		US	MS	107	34707	America/Chicago
4440578	Pearl River County	pearl-river-county	Comitatul Pearl River,Comtat de Pearl River,Comte de Pearl River,Comté de Pearl River,Condado de Pearl River,Condado han Pearl River,Contea di Pearl River,Hrabstwo Pearl River,Okrug Perl River,Pearl River,Pearl River Comitatus,Pearl River Kun,Pearl River Kūn,Pearl River konderria,Pearl River megye,Perl-River,Purl Rivur,Quan Pearl River,Quận Pearl River,parla ribhara ka'unti,paruriba jun,po er li fu xian,shhrstan prl rywr  mysysypy,Округ Перл Ривер,Перл-Ривер,Перл-Рівер,Пърл Ривър,Փերլ Ռիվեր շրջան,شهرستان پرل ریور، میسیسیپی,پرل رور کاؤنٹی،مسسسپی,پرل ریور کاؤنٹی، مسیسپی,পার্ল রিভার কাউন্টি,パールリバー郡,珀爾里弗縣		US	MS	109	55834	America/Chicago
4440794	Perry County	perry-county	Comitatul Perry,Comte de Perry,Comté de Perry,Condado de Perry,Condado han Perry,Contea di Perry,Hrabstwo Perry,Okrug Peri,Peri,Perri,Perry,Perry Comitatus,Perry Kun,Perry Kūn,Perry konderria,Perry megye,Quan Perry,Quận Perry,pei li xian,peri jun,peri ka'unti,shhrstan pry  mysysypy,Округ Пери,Пери,Перри,Перрі,Փերի շրջան,شهرستان پری، میسیسیپی,پیری کاؤنٹی، مسیسپی,پیری کاؤنٹی،مسسسپی,পেরী কাউন্টি,ペリー郡,佩里縣		US	MS	111	12250	America/Chicago
4441053	Pike County	pike-county	Comitatul Pike,Comtat de Pike,Comte de Pike,Comté de Pike,Condado de Pike,Condado han Pike,Contea di Pike,Hrabstwo Pike,Okrug Pajk,Pajk,Pike,Pike Comitatus,Pike Kun,Pike Kūn,Pike konderria,Pike megye,Quan Pike,Quận Pike,pa'ika ka'unti,pai ke xian,paiku jun,shhrstan payk  mysysypy,Округ Пајк,Пайк,Փայկ շրջան,شهرستان پایک، میسیسیپی,مقاطعة بايك,پائک کاؤنٹی،مسسسپی,پائیک کاؤنٹی، مسیسپی,পাইক কাউন্টি,パイク郡,派克縣		US	MS	113	40404	America/Chicago
4442070	Pontotoc County	pontotoc-county	Comitatul Pontotoc,Comte de Pontotoc,Comté de Pontotoc,Condado de Pontotoc,Condado han Pontotoc,Contea di Pontotoc,Hrabstwo Pontotoc,Okrug Pontotok,Pontotoc,Pontotoc Comitatus,Pontotoc Kun,Pontotoc Kūn,Pontotoc konderria,Pontotoc megye,Pontotoci maakond,Pontotok,Quan Pontotoc,Quận Pontotoc,pang tuo tuo ke xian,pontotoka ka'unti,pontotoku jun,shhrstan pantwtwk  mysysypy,Округ Понтоток,Понтоток,Փոնտոտոկ շրջան,شهرستان پانتوتوک، میسیسیپی,پونٹوٹاک کاؤنٹی، مسیسپی,پونٹوٹوک کاؤنٹی،مسسسپی,পোন্টোটোক কাউন্টি,ポントトク郡,龐托托克縣		US	MS	115	29957	America/Chicago
4442374	Prentiss County	prentiss-county	Comitatul Prentiss,Comte de Prentiss,Comté de Prentiss,Condado de Prentiss,Condado han Prentiss,Contea di Prentiss,Hrabstwo Prentiss,Okrug Prentis,Prentis,Prentiss,Prentiss Comitatus,Prentiss Kun,Prentiss Kūn,Prentiss konderria,Prentiss megye,Quan Prentiss,Quận Prentiss,prenatisa ka'unti,pu lan ti si xian,purentisu jun,shhrstan prntys  mysysypy,Округ Прентис,Прентис,Прентисс,Прентісс,Փրինտիս շրջան,شهرستان پرنتیس، میسیسیپی,پرینٹس کاؤنٹی، مسیسپی,پرینٹس کاؤنٹی،مسسسپی,প্রেনটিস কাউন্টি,プレンティス郡,普蘭提斯縣		US	MS	117	25276	America/Chicago
4442697	Quitman County	quitman-county	Comitatul Quitman,Comte de Quitman,Comté de Quitman,Condado de Quitman,Condado han Quitman,Contea di Quitman,Hrabstwo Quitman,Kuitman,Kuitmen,Kvitmen,Okrug Kvitman,Quan Quitman,Quitman,Quitman Comitatus,Quitman Kun,Quitman Kūn,Quitman konderria,Quitman megye,Quitmani maakond,Quận Quitman,ku'itamyana ka'unti,kui te man xian,kuittoman jun,shhrstan kwyytmn  mysysypy,Квітмен,Куитман,Куитмен,Округ Квитман,Քուիտմեն շրջան,شهرستان کوئیتمن، میسیسیپی,کوئٹمین کاؤنٹی، مسیسپی,کوٹمین کاؤنٹی،مسسسپی,কুইটম্যান কাউন্টি,クイットマン郡,奎特曼縣		US	MS	119	8223	America/Chicago
4442841	Rankin County	rankin-county	Comitatul Rankin,Comte de Rankin,Comté de Rankin,Condado de Rankin,Condado han Rankin,Contea di Rankin,Hrabstwo Rankin,Okrug Rankin,Quan Rankin,Quận Rankin,Rankin,Rankin Comitatus,Rankin Kun,Rankin Kūn,Rankin konderria,Rankin megye,Rankini maakond,Rehnkin,Renkin,Renkin srjan,lan jin xian,ranakina ka'unti,rankin jun,shhrstan rnkyn  mysysypy,Округ Ранкин,Ранкин,Ренкін,Рэнкин,Ռենկին շրջան,رانکین کاؤنٹی،مسسسپی,رینکن کاؤنٹی، مسیسپی,شهرستان رنکین، میسیسیپی,রানকিন কাউন্টি,ランキン郡,蘭金縣		US	MS	121	141617	America/Chicago
4445321	Scott County	scott-county	Comitatul Scott,Comte de Scott,Comté de Scott,Condado de Scott,Condado han Scott,Contea di Scott,Hrabstwo Scott,Okrug Skot,Quan Scott,Quận Scott,Scott,Scott Comitatus,Scott Kun,Scott Kūn,Scott konderria,Scott megye,Skot,Skot srjan,Skott,shhrstan askat  mysysypy,si ke te xian,skata ka'unti,sukotto jun,Округ Скот,Скот,Скотт,Սկոտ շրջան,سکاٹ کاؤنٹی، مسیسپی,سکاٹ کاؤنٹی،مسسسپی,شهرستان اسکات، میسیسیپی,স্কট কাউন্টি,スコット郡,斯科特縣		US	MS	123	28264	America/Chicago
4445678	Sharkey County	sharkey-county	Comitatul Sharkey,Comte de Sharkey,Comté de Sharkey,Condado de Sharkey,Condado han Sharkey,Contea di Sharkey,Hrabstwo Sharkey,Okrug Sharki,Sarki srjan,Sharkey,Sharkey Comitatus,Sharkey Kun,Sharkey Kūn,Sharkey konderria,Sharkey megye,Sharki,saraki ka'unti,shaki jun,shhrstan sharky  mysysypy,xia ji xian,Округ Шарки,Шарки,Шаркі,Շարկի շրջան,شارکی کاؤنٹی، مسیسپی,شارکی کاؤنٹی،مسسسپی,شهرستان شارکی، میسیسیپی,শারকি কাউন্টি,シャーキー郡,夏基縣		US	MS	125	4916	America/Chicago
4446158	Simpson County	simpson-county	Comitatul Simpson,Comte de Simpson,Comté de Simpson,Condado de Simpson,Condado han Simpson,Contea di Simpson,Hrabstwo Simpson,Okrug Simpson,Simpson,Simpson Comitatus,Simpson Kun,Simpson Kūn,Simpson konderria,Simpson megye,Simpson srjan,Simpsoni maakond,Simpsun,shhrstan sympswn  mysysypy,shinpuson jun,simpasana ka'unti,xin pu sen xian,Округ Симпсон,Симпсон,Симпсън,Сімпсон,Սիմպսոն շրջան,سمپسن کاؤنٹی، مسیسپی,سمپسن کاؤنٹی،مسسسپی,شهرستان سیمپسون، میسیسیپی,সিম্পসন কাউন্টি,シンプソン郡,辛普森縣		US	MS	127	27503	America/Chicago
4446378	Smith County	smith-county	Comitatul Smith,Comte de Smith,Comté de Smith,Condado de Smith,Condado han Smith,Contea di Smith,Hrabstwo Smith,Okrug Smit,Quan Smith,Quận Smith,Smit,Smith,Smith Comitatus,Smith Kun,Smith Kūn,Smith konderria,Smith megye,shhrstan asmyt  mysysypy,shi mi si xian,smitha ka'unti,sumisu jun,Округ Смит,Смит,Сміт,Սմիթ շրջան,سمتھ کاؤنٹی، مسیسپی,سمتھ کاؤنٹی،مسسسپی,شهرستان اسمیت، میسیسیپی,স্মিথ কাউন্টি,スミス郡,史密斯縣		US	MS	129	16491	America/Chicago
4447325	Stone County	stone-county	Comitatul Stone,Comte de Stone,Comté de Stone,Condado de Stone,Condado han Stone,Contea di Stone,Hrabstwo Stone,Okrug Stoun,Quan Stone,Quận Stone,Ston srjan,Stone,Stone Comitatus,Stone Kun,Stone Kūn,Stone konderria,Stone megye,Stoun,shhrstan astwn  mysysypy,si tong xian,stona ka'unti,suton jun,Округ Стоун,Стоун,Ստոն շրջան,سٹون کاؤنٹی، مسیسپی,سٹون کاؤنٹی،مسسسپی,شهرستان استون، میسیسیپی,স্টোন কাউন্টি,ストーン郡,斯通縣		US	MS	131	17786	America/Chicago
4447584	Sunflower County	sunflower-county	Comitatul Sunflower,Comte de Sunflower,Comté de Sunflower,Condado de Sunflower,Condado han Sunflower,Contea di Sunflower,Hrabstwo Sunflower,Okrug Sanflauer,Quan Sunflower,Quận Sunflower,Sanflauehr,Sanflauer,Sanflauer srjan,Sunflauur,Sunflower,Sunflower Comitatus,Sunflower Kun,Sunflower Kūn,Sunflower konderria,Sunflower megye,sanaphlaraara ka'unti,sanfurawa jun,sen fu lao er xian,shhrstan sanflawr  mysysypy,Округ Санфлауер,Санфлауер,Санфлауэр,Сънфлауър,Սանֆլաուեր շրջան,سن فلاور کاؤنٹی، مسیسپی,سنفلاور کاؤنٹی،مسسسپی,شهرستان سانفلاور، میسیسیپی,সানফ্লাৱার কাউন্টি,サンフラワー郡,森弗勞爾縣		US	MS	133	29450	America/Chicago
4447911	Tallahatchie County	tallahatchie-county	Comitatul Tallahatchie,Comte de Tallahatchie,Comté de Tallahatchie,Condado de Tallahatchie,Condado han Tallahatchie,Contea di Tallahatchie,Hrabstwo Tallahatchie,Okrug Talakhachi,Quan Tallahatchie,Quận Tallahatchie,Talakhachi,Tallagachi,Tallahatchee County,Tallahatchie,Tallahatchie Comitatus,Tallahatchie County,Tallahatchie Kun,Tallahatchie Kūn,Tallahatchie konderria,Tallahatchie megye,Tallakhatchi,shhrstan talahatchy  mysysypy,ta la ha qi xian,tallahaciye ka'unti,tarahachi jun,Округ Талахачи,Талахачи,Таллагачі,Таллахатчи,Թալահաչի շրջան,شهرستان تالاهاتچی، میسیسیپی,ٹالاہاٹچی کاؤنٹی،مسسسپی,ٹالاہاچی کاؤنٹی، مسیسپی,টাল্লাহাচিয়ে কাউন্টি,タラハチー郡,塔拉哈奇縣		US	MS	135	15378	America/Chicago
4447998	Tate County	tate-county	Comitatul Tate,Comte de Tate,Comté de Tate,Condado de Tate,Condado han Tate,Contea di Tate,Hrabstwo Tate,Okrug Tejt,Quan Tate,Quận Tate,Tate,Tate Comitatus,Tate Kun,Tate Kūn,Tate konderria,Tate megye,Tejt,shhrstan tyt  mysysypy,tai te xian,tate ka'unti,teito jun,Округ Тејт,Тейт,Թեյտ շրջան,شهرستان تیت، میسیسیپی,ٹیٹ کاؤنٹی، مسیسپی,ٹیٹ کاؤنٹی،مسسسپی,টাটে কাউন্টি,テイト郡,泰特縣		US	MS	137	28886	America/Chicago
4448467	Tippah County	tippah-county	Comitatul Tippah,Comte de Tippah,Comté de Tippah,Condado de Tippah,Condado han Tippah,Contea di Tippah,Hrabstwo Tippah,Okrug Tipa,Quan Tippah,Quận Tippah,Tipa,Tippa,Tippah,Tippah Comitatus,Tippah Kun,Tippah Kūn,Tippah konderria,Tippah megye,di pa xian,shhrstan typa  mysysypy,tippa jun,tippaha ka'unti,Округ Типа,Типа,Типпа,Тіппа,Թիպա շրջան,شهرستان تیپا، میسیسیپی,ٹیپاہ کاؤنٹی، مسیسپی,ٹیپاہ کاؤنٹی،مسسسپی,টিপ্পাহ কাউন্টি,ティッパー郡,蒂帕縣		US	MS	139	22232	America/Chicago
4448508	Tishomingo County	tishomingo-county	Comitatul Tishomingo,Comte de Tishomingo,Comté de Tishomingo,Condado de Tishomingo,Condado han Tishomingo,Contea di Tishomingo,Hrabstwo Tishomingo,Okrug Tishomingo,Quan Tishomingo,Quận Tishomingo,Tishamingo County,Tishomingo,Tishomingo Comitatus,Tishomingo County,Tishomingo Kun,Tishomingo Kūn,Tishomingo konderria,Tishomingo megye,di xiao ming ge xian,shhrstan tyshwmyngw  mysysypy,tishomingo jun,tisomingo ka'unti,Округ Тишоминго,Тишоминго,Тішомінґо,Թիշոմինգո շրջան,شهرستان تیشومینگو، میسیسیپی,ٹیشومنگو کاؤنٹی، مسیسپی,ٹیشومنگو کاؤنٹی،مسسسپی,টিসোমিঙ্গো কাউন্টি,ティショミンゴ郡,蒂肖明戈縣		US	MS	141	19593	America/Chicago
4448921	Tunica County	tunica-county	Comitatul Tunica,Comte de Tunica,Comté de Tunica,Condado de Tunica,Condado han Tunica,Contea di Tunica,Hrabstwo Tunica,Okrug Tunika,Quan Tunica,Quận Tunica,Tunica,Tunica Comitatus,Tunica Kun,Tunica Kūn,Tunica konderria,Tunica megye,Tunika,Tunika srjan,di ni ka xian,shhrstan twnyka  mysysypy,to~unika jun,tunika ka'unti,Округ Туника,Туника,Туніка,Տունիկա շրջան,شهرستان تونیکا، میسیسیپی,ٹونیکا کاؤنٹی، مسیسپی,ٹونیکا کاؤنٹی،مسسسپی,টুনিকা কাউন্টি,トゥニカ郡,蒂尼卡縣		US	MS	143	10778	America/Chicago
4449240	Union County	union-county	Comitatul Union,Comte d'Union,Comté d'Union,Condado de Union,Condado han Union,Contea di Union,Hrabstwo Union,Junion,Juniun,Okrug Junion,Quan Union,Quận Union,Union,Union Comitatus,Union Kun,Union Kūn,Union konderria,Union megye,Yunion srjan,i'uniyana ka'unti,shhrstan ywnywn  mysysypy,you ni ang xian,yunion jun,Округ Јунион,Юнион,Юниън,Юніон,Յունիոն շրջան,شهرستان یونیون، میسیسیپی,یونین کاؤنٹی، مسیسپی,یونین کاؤنٹی،مسسسپی,ইউনিয়ন কাউন্টি,ユニオン郡,猶尼昂縣		US	MS	145	27134	America/Chicago
4458194	Burke County	burke-county	Berk,Burk,Burke,Burke County,Burke Kun,Burke Kūn,Burke konderria,Burke megye,Comitatul Burke,Comte de Burke,Comté de Burke,Condado de Burke,Condado han Burke,Contea di Burke,Hrabstwo Burke,Okrug Berk,Quan Burke,Quận Burke,Tryons County,baku jun,barka ka'unti,bo ke xian,mqatʿt bwrk,shhrstan brk  karwlynay shmaly,Берк,Бърк,Округ Берк,برک کاؤنٹی,برک کاؤنٹی، شمالی کیرولائنا,شهرستان برک، کارولینای شمالی,مقاطعة بورك,বার্ক কাউন্টি,バーク郡,伯克縣		US	NC	023	90912	America/New_York
4450205	Walthall County	walthall-county	Comitatul Walthall,Comtat de Walthall,Comte de Walthall,Comté de Walthall,Condado de Walthall,Condado han Walthall,Contea di Walthall,Hrabstwo Walthall,Okrug Voltol,Quan Walthall,Quận Walthall,Uoltkhol,Uoltkholl,Voltgoll,Walthall,Walthall Comitatus,Walthall Kun,Walthall Kūn,Walthall konderria,Walthall megye,raaltahala ka'unti,warutohoru jun,wo er suo er xian,Волтголл,Округ Волтол,Уолтхол,Уолтхолл,Ուոլթհոլ շրջան,شهرستان والت‌هال، میسیسیپی,والتھال کاؤنٹی، مسیسپی,والٹہال کاؤنٹی،مسسسپی,ৱাল্টহাল কাউন্টি,ワルトホール郡,沃爾索爾縣		US	MS	147	15443	America/Chicago
4450285	Warren County	warren-county	Comitatul Warren,Comte de Warren,Comté de Warren,Condado de Warren,Condado han Warren,Contea di Warren,Hrabstwo Warren,Okrug Voren,Oworen srjan,Quan Warren,Quận Warren,Uorren,Uorun,Vorren,Warren,Warren Comitatus,Warren Kun,Warren Kūn,Warren konderria,Warren megye,raarena ka'unti,shhrstan warn  mysysypy,u~oren jun,wo lun xian,Воррен,Округ Ворен,Уоррен,Уорън,Ուորեն շրջան,شهرستان وارن، میسیسیپی,وارن کاؤنٹی، مسیسپی,وارن کاؤنٹی،مسسسپی,ৱারেন কাউন্টি,ウォーレン郡,沃倫縣		US	MS	149	48773	America/Chicago
4450315	Washington County	washington-county	Comitatul Washington,Comte de Washington,Comté de Washington,Condado de Washington,Condado han Washington,Contea di Washington,Hrabstwo Washington,Okrug Vashington,Quan Washington,Quận Washington,Vashington,Vasington srjan,Washington,Washington Comitatus,Washington Kun,Washington Kūn,Washington konderria,Washington megye,Washingtoni maakond,hua sheng dun xian,raasintana ka'unti,shhrstan washyngtn  mysysypy,washinton jun,Вашингтон,Округ Вашингтон,Վաշինգտոն շրջան,شهرستان واشینگتن، میسیسیپی,واشنگٹن کاؤنٹی، مسیسپی,واشنگٹن کاؤنٹی،مسسسپی,ৱাশিংটন কাউন্টি,ワシントン郡,華盛頓縣		US	MS	151	51137	America/Chicago
4450432	Wayne County	wayne-county	Comitatul Wayne,Comte de Wayne,Comté de Wayne,Condado de Wayne,Condado han Wayne,Contea di Wayne,Hrabstwo Wayne,Okrug Vejn,Oweyn srjan,Quan Wayne,Quận Wayne,Uehjn,Uejn,Vejn,Wayne,Wayne Comitatus,Wayne Kun,Wayne Kūn,Wayne konderria,Wayne megye,raa'ine ka'unti,shhrstan wyn  mysysypy,u~ein jun,wei en xian,Вейн,Округ Вејн,Уейн,Уэйн,Ուեյն շրջան,شهرستان وین، میسیسیپی,وائن کاؤنٹی،مسسسپی,وین کاؤنٹی، مسیسپی,ৱাইনে কাউন্টি,ウェイン郡,韋恩縣		US	MS	153	20747	America/Chicago
4450493	Webster County	webster-county	Comitatul Webster,Comte de Webster,Comté de Webster,Condado de Webster,Condado han Webster,Contea di Webster,Hrabstwo Webster,Okrug Vebster,Owebster srjan,Quan Webster,Quận Webster,Sumner County,Uebstur,Uehbster,Vebster,Webster,Webster Comitatus,Webster County,Webster Kun,Webster Kūn,Webster konderria,Webster megye,oyebastera ka'unti,shhrstan wbstr  mysysypy,u~ebusuta jun,wei bo si te xian,Вебстер,Округ Вебстер,Уебстър,Уэбстер,Ուեբստեր շրջան,شهرستان وبستر، میسیسیپی,ویبسٹر کاؤنٹی، مسیسپی,ویبسٹر کاؤنٹی،مسسسپی,ওয়েবস্টের কাউন্টি,ウェブスター郡,韋伯斯特縣		US	MS	155	10253	America/Chicago
4451213	Wilkinson County	wilkinson-county	Comitatul Wilkinson,Comte de Wilkinson,Comté de Wilkinson,Condado de Wilkinson,Condado han Wilkinson,Contea di Wilkinson,Hrabstwo Wilkinson,Okrug Vilkinson,Owilkinson srjan,Quan Wilkinson,Quận Wilkinson,Uilkinson,Uilkinsun,Vilkinson,Wilkinson,Wilkinson Comitatus,Wilkinson Kun,Wilkinson Kūn,Wilkinson konderria,Wilkinson megye,Wilkinsoni maakond,shhrstan wylkynswn  mysysypy,u'ilakinasana ka'unti,u~irukinson jun,wei er jin sen xian,Вілкінсон,Округ Вилкинсон,Уилкинсон,Уилкинсън,Ուիլկինսոն շրջան,شهرستان ویلکینسون، میسیسیپی,ولکنسن کاؤنٹی، مسیسپی,ولکنسن کاؤنٹی،مسسسپی,উইলকিনসন কাউন্টি,ウィルキンソン郡,威爾金森縣		US	MS	157	9878	America/Chicago
4451480	Winston County	winston-county	Comitatul Winston,Comte de Winston,Comté de Winston,Condado de Winston,Condado han Winston,Contea di Winston,Hrabstwo Winston,Okrug Vinston,Owinston srjan,Quan Winston,Quận Winston,Uinston,Uinstun,Vinston,Winston,Winston Comitatus,Winston Kun,Winston Kūn,Winston konderria,Winston megye,Winstoni maakond,shhrstan wynstwn  mysysypy,u'inastana ka'unti,u~insuton jun,wen si dun xian,Вінстон,Округ Винстон,Уинстон,Уинстън,Ուինստոն շրջան,شهرستان وینستون، میسیسیپی,ونسٹن کاؤنٹی، مسیسپی,ونسٹن کاؤنٹی،مسسسپی,উইনস্টন কাউন্টি,ウィンストン郡,溫斯頓縣		US	MS	159	19198	America/Chicago
4451779	Yalobusha County	yalobusha-county	Comitatul Yalobusha,Comte de Yalobusha,Comté de Yalobusha,Condado de Yalobusha,Condado han Yalobusha,Contea di Yalobusha,Hrabstwo Yalobusha,Jalobusha,Okrug Jalobusha,Quan Yalobusha,Quận Yalobusha,Yalobusa srjan,Yalobusha,Yalobusha Comitatus,Yalobusha County,Yalobusha Kun,Yalobusha Kūn,Yalobusha konderria,Yalobusha megye,Yellowbusha County,iyalobusa ka'unti,shhrstan yalwbwsha  mysysypy,ya luo bu sha xian,yarobusha jun,Округ Јалобуша,Ялобуша,Յալոբուշա շրջան,شهرستان یالوبوشا، میسیسیپی,یالوبشا کاؤنٹی،مسسسپی,یالوبوشا کاؤنٹی، مسیسپی,ইয়ালোবুশা কাউন্টি,ヤロブシャ郡,亞洛布沙縣		US	MS	161	12678	America/Chicago
4451815	Yazoo County	yazoo-county	Comitatul Yazoo,Comte de Yazoo,Comté de Yazoo,Condado de Yazoo,Condado han Yazoo,Contea di Yazoo,Hrabstwo Yazoo,Jazu,Okrug Jazu,Quan Yazoo,Quận Yazoo,Yazoo,Yazoo Comitatus,Yazoo Kun,Yazoo Kūn,Yazoo konderria,Yazoo megye,Yazu srjan,iyajo ka'unti,shhrstan yazw  mysysypy,ya zu xian,yazu jun,Округ Јазу,Язу,Յազու շրջան,شهرستان یازو، میسیسیپی,یازو کاؤنٹی، مسیسپی,یازو کاؤنٹی،مسسسپی,ইয়াজো কাউন্টি,ヤズー郡,亞祖縣		US	MS	163	28065	America/Chicago
4452290	Alamance County	alamance-county	Alamance,Alamance Kun,Alamance Kūn,Alamance konderria,Alamance megye,Alamans,Comitatul Alamance,Comte d'Alamance,Comté d'Alamance,Condado de Alamance,Condado han Alamance,Contea di Alamance,Hrabstwo Alamance,Okrug Alamans,Quan Alamance,Quận Alamance,a la man si xian,alamanase ka'unti,aramansu jun,mqatʿt alamans,shhrstan alamans  karwlynay shmaly,Аламанс,Округ Аламанс,الامانس کاؤنٹی,ایلامینس کاؤنٹی، شمالی کیرولائنا,شهرستان الامانس، کارولینای شمالی,مقاطعة ألامانس,আলামানসে কাউন্টি,アラマンス郡,阿拉曼斯縣		US	NC	001	151131	America/New_York
4452352	Alexander County	alexander-county	Aleksander,Aleksandr,Aleksandur,Alexander,Alexander Kun,Alexander Kūn,Alexander konderria,Alexander megye,Alexanderi maakond,Comitatul Alexander,Comte d'Alexander,Comté d'Alexander,Condado de Alexander,Condado han Alexander,Contea di Alexander,Hrabstwo Alexander,Okrug Aleksander,Quan Alexander,Quận Alexander,aleksajandara ka'unti,arekusanda jun,mqatʿt alykzandr,shhrstan alksandr  karwlynay shmaly,ya li shan da xian,Александер,Александр,Александър,Округ Александер,الیگزنڈر کاؤنٹی، اتلا کیرولینا,الیگزینڈر کاؤنٹی، شمالی کیرولائنا,شهرستان الکساندر، کارولینای شمالی,مقاطعة أليكزاندر,আলেক্সজান্ডার কাউন্টি,アレクサンダー郡,亞歷山大縣		US	NC	003	37198	America/New_York
4452391	Alleghany County	alleghany-county	Alegeni,Allegejni,Allegeni,Alleghany,Alleghany Kun,Alleghany Kūn,Alleghany konderria,Alleghany maakond,Alleghany megye,Comitatul Alleghany,Comte d'Alleghany,Comté d'Alleghany,Condado de Alleghany,Condado han Alleghany,Contea di Alleghany,Hrabstwo Alleghany,Okrug Alegeni,Quan Alleghany,Quận Alleghany,a li gen ni xian,aleghani ka'unti,arigeini jun,mqatʿt alyghany,shhrstan alygny  karwlynay shmaly,Алегени,Аллегейни,Аллегені,Округ Алегени,الفنی کاؤنٹی,ایلیگینی کاؤنٹی، شمالی کیرولائنا,شهرستان الیگنی، کارولینای شمالی,مقاطعة أليغاني,আলেঘানি কাউন্টি,アリゲイニー郡,阿利根尼縣		US	NC	005	11155	America/New_York
4452708	Anson County	anson-county	Anson,Anson Kun,Anson Kūn,Anson konderria,Anson megye,Ansun,Comitatul Anson,Comte d'Anson,Comté d'Anson,Condado de Anson,Condado han Anson,Contea di Anson,Enson,Hrabstwo Anson,Okrug Anson,Quan Anson,Quận Anson,an sen xian,anasona ka'unti,anson jun,mqatʿt answn,shhrstan ansn  karwlynay shmaly,Ансон,Ансън,Енсон,Округ Ансон,انسن کاؤنٹی,انسون کاؤنٹی، شمالی کیرولائنا,شهرستان آنسن، کارولینای شمالی,مقاطعة أنسون,আনসোন কাউন্টি,アンソン郡,安森縣		US	NC	007	26948	America/New_York
4453028	Ashe County	ashe-county	Ash,Ashe,Ashe Kun,Ashe Kūn,Ashe konderria,Ashe megye,Ashei maakond,Comitatul Ashe,Comte d'Ashe,Comté d'Ashe,Condado de Ashe,Condado han Ashe,Contea di Ashe,Ehsh,Esh,Hrabstwo Ashe,Okrug Esh,Quan Ashe,Quận Ashe,a shen xian,asshu jun,mqatʿt ash,shhrstan ash  karwlynay shmaly,Аш,Еш,Округ Еш,Эш,ایش کاؤنٹی,ایش کاؤنٹی، شمالی کیرولائنا,شهرستان اش، کارولینای شمالی,مقاطعة آش,অ্যাশ কাউন্টি,アッシュ郡,阿什縣		US	NC	009	27281	America/New_York
4453232	Avery County	avery-county	Avery,Avery Kun,Avery Kūn,Avery konderria,Avery megye,Comitatul Avery,Comte d'Avery,Comté d'Avery,Condado de Avery,Condado han Avery,Contea di Avery,Ehjveri,Ejveri,Ejvuri,Hrabstwo Avery,Okrug Ejveri,Quan Avery,Quận Avery,aberi jun,ai fu li xian,ebhari ka'unti,mqatʿt afyry,shhrstan awry  karwlynay shmaly,Ейвері,Ейвъри,Округ Ејвери,Эйвери,ایوری کاؤنٹی,ایوری کاؤنٹی، شمالی کیرولائنا,شهرستان آوری، کارولینای شمالی,مقاطعة أفيري,এভারি কাউন্টি,アベリー郡,埃弗里縣		US	NC	011	17797	America/New_York
4454373	Beaufort County	beaufort-county	Baufort,Beaufort,Beaufort County,Beaufort Kun,Beaufort Kūn,Beaufort konderria,Beaufort megye,Beauforti maakond,Bofort,Comitatul Beaufort,Comte de Beaufort,Comté de Beaufort,Condado de Beaufort,Condado han Beaufort,Contea di Beaufort,Hrabstwo Beaufort,Okrug Bofort,Pampticough Precinct,Quan Beaufort,Quận Beaufort,bi'uphorta ka'unti,bo fu te xian,bofoto jun,bopeoteu gun,mqatʿt bwfwrt,shhrstan bwfwrt  karwlynay shmaly,Бауфорт,Бофорт,Округ Бофорт,بیوفورٹ کاؤنٹی، اتلا کیرولینا,بیوفورٹ کاؤنٹی، شمالی کیرولائنا,شهرستان بوفورت، کارولینای شمالی,مقاطعة بوفورت,বিউফোর্ট কাউন্টি,ボーフォート郡,博福特縣,보퍼트 군		US	NC	013	47759	America/New_York
4455071	Bertie County	bertie-county	Berti,Bertie,Bertie Kun,Bertie Kūn,Bertie konderria,Bertie megye,Burti,Comitatul Bertie,Comte de Bertie,Comté de Bertie,Condado de Bertie,Condado han Bertie,Contea di Bertie,Hrabstwo Bertie,Okrug Berti,Quan Bertie,Quận Bertie,bati jun,berata'i ka'unti,bo di xian,mqatʿt byrty,shhrstan brty  karwlynay shmaly,Берти,Берті,Бърти,Округ Берти,برٹی کاؤنٹی,بیرٹی کاؤنٹی، شمالی کیرولائنا,شهرستان برتی، کارولینای شمالی,مقاطعة بيرتي,বেরটাই কাউন্টি,バーティ郡,伯蒂縣		US	NC	015	21282	America/New_York
4456243	Bladen County	bladen-county	Bladen,Bladen Kun,Bladen Kūn,Bladen konderria,Bladen megye,Blejden,Blejdun,Comitatul Bladen,Comte de Bladen,Comté de Bladen,Condado de Bladen,Condado han Bladen,Contea di Bladen,Hrabstwo Bladen,Okrug Blejden,Quan Bladen,Quận Bladen,bladena ka'unti,bu la deng xian,bureiden jun,mqatʿt bladyn,shhrstan bladn  karwlynay shmaly,Блейден,Блейдън,Округ Блејден,بلیڈن کاؤنٹی,بلیڈن کاؤنٹی، شمالی کیرولینا,شهرستان بلادن، کارولینای شمالی,مقاطعة بلادين,ব্লাডেন কাউন্টি,ブレイデン郡,布拉登縣		US	NC	017	35190	America/New_York
4457580	Brunswick County	brunswick-county	Bransuik,Bransvik,Brunswick,Brunswick Kun,Brunswick Kūn,Brunswick konderria,Brunswick megye,Brunswicki maakond,Brunzuik,Comitatul Brunswick,Comte de Brunswick,Comté de Brunswick,Condado de Brunswick,Condado han Brunswick,Contea di Brunswick,Hrabstwo Brunswick,Okrug Bransvik,Quan Brunswick,Quận Brunswick,barnasa'u'ika ka'unti,bu lun rui ke xian,buranzuu~ikku jun,mqatʿt brwnzwyk,shhrstan branswyk  karwlynay shmaly,Брансвік,Брансуик,Брънзуик,Округ Брансвик,برنزوک کاؤنٹی، شمالی کیرولائنا,برنسوک کاؤنٹی، اتلا کیرولینا,شهرستان برانسویک، کارولینای شمالی,مقاطعة برونزويك,বার্নসউইক কাউন্টি,ブランズウィック郡,不倫瑞克縣		US	NC	019	107431	America/New_York
4458155	Buncombe County	buncombe-county	Bankom,Bankomb,Buncombe,Buncombe Kun,Buncombe Kūn,Buncombe konderria,Buncombe megye,Bungkum,Comitatul Buncombe,Comte de Buncombe,Comté de Buncombe,Condado de Buncombe,Condado han Buncombe,Contea di Buncombe,Hrabstwo Buncombe,Okrug Bankom,Quan Buncombe,Quận Buncombe,ban kang xian,banakambe ka'unti,bankomu jun,mqatʿt bwnkwm,Банком,Банкомб,Бънгкъм,Округ Банком,بنکومب کاؤنٹی,بنکومبے کاؤنٹی، شمالی کیرولینا,مقاطعة بونكوم,বানকম্বে কাউন্টি,バンコム郡,班康縣		US	NC	021	238318	America/New_York
4458491	Cabarrus County	cabarrus-county	Cabarras,Cabarrus,Cabarrus County,Cabarrus Kun,Cabarrus Kūn,Cabarrus konderria,Cabarrus megye,Comitatul Cabarrus,Comte de Cabarrus,Comté de Cabarrus,Condado de Cabarrus,Condado han Cabarrus,Contea di Cabarrus,Hrabstwo Cabarrus,Kabearus,Kaberrus,Kuberas,Okrug Kaberus,Quan Cabarrus,Quận Cabarrus,ka bei lei si xian,kabarasu jun,kabarusa ka'unti,mqatʿt kabarws,Кабеарус,Каберрус,Къберас,Округ Каберус,مقاطعة كاباروس,کابارس کاؤنٹی,کاباریس کاؤنٹی، شمالی کیرولینا,কাবারুস কাউন্টি,カバラス郡,卡贝勒斯县		US	NC	025	178011	America/New_York
4458601	Caldwell County	caldwell-county	Caldwell,Caldwell County,Caldwell Kun,Caldwell Kūn,Caldwell konderria,Caldwell megye,Comitatul Caldwell,Comte de Caldwell,Comté de Caldwell,Condado de Caldwell,Condado han Caldwell,Contea di Caldwell,Hrabstwo Caldwell,Kolduehll,Kolduel,Koldvell,Okrug Koldvel,Quan Caldwell,Quận Caldwell,kao de wei er xian,kledaraela ka'unti,korudou~eru jun,mqatʿt kaldwyl,shhrstan kaldwl  karwlynay shmaly,Колдвелл,Колдуел,Колдуэлл,Округ Колдвел,شهرستان کالدول، کارولینای شمالی,مقاطعة كالدويل,کالڈول کاؤنٹی، نارتھ کیرولینا,کالڈویل کاؤنٹی، شمالی کیرولائنا,ক্লেডৱেল কাউন্টি,コールドウェル郡,考德威爾縣		US	NC	027	83029	America/New_York
4458740	Camden County	camden-county	Camden,Camden Kun,Camden Kūn,Camden konderria,Camden megye,Comitatul Camden,Comte de Camden,Comté de Camden,Condado de Camden,Condado han Camden,Contea di Camden,Hrabstwo Camden,Kamdun,Kehmden,Kemden,Okrug Kamden,Quan Camden,Quận Camden,kamuden jun,kang deng xian,kyamadena ka'unti,mqatʿt kamdn,shhrstan kmdn  karwlynay shmaly,Камдън,Кемден,Кэмден,Округ Камден,شهرستان کمدن، کارولینای شمالی,مقاطعة كامدن,کیمڈن کاؤنٹی، شمالی کیرولینا,ক্যামডেন কাউন্টি,カムデン郡,康登縣		US	NC	029	9980	America/New_York
4459410	Carteret County	carteret-county	Carteret,Carteret Kun,Carteret Kūn,Carteret konderria,Carteret megye,Comitatul Carteret,Comte de Carteret,Comté de Carteret,Condado de Carteret,Condado han Carteret,Contea di Carteret,Hrabstwo Carteret,Karteret,Karturut,Okrug Karteret,Quan Carteret,Quận Carteret,jia te li xian,kartareta ka'unti,kataretto jun,shhrstan kartrt  karwlynay shmaly,Картерет,Картърът,Округ Картерет,شهرستان کارترت، کارولینای شمالی,مقاطعة كارتيريت,کارٹرٹ کاؤنٹی,کارٹریٹ کاؤنٹی، شمالی کیرولائنا,কার্টারেট কাউন্টি,カータレット郡,加特利縣		US	NC	031	66469	America/New_York
4459547	Caswell County	caswell-county	Caswell,Caswell Kun,Caswell Kūn,Caswell konderria,Caswell megye,Comitatul Caswell,Comte de Caswell,Comté de Caswell,Condado de Caswell,Condado han Caswell,Contea di Caswell,Hrabstwo Caswell,Kasuel,Kasvell,Okrug Kasvel,Quan Caswell,Quận Caswell,ka si wei er xian,kasaraela ka'unti,kyasuu~eru jun,mqatʿt kaswyl,shhrstan kswl  karwlynay shmaly,Касвелл,Касуел,Округ Касвел,شهرستان کسول، کارولینای شمالی,مقاطعة كاسويل,کاسول کاؤنٹی,کاسویل کاؤنٹی، شمالی کیرولینا,কাসৱেল কাউন্টি,キャスウェル郡,卡斯韋爾縣		US	NC	033	23719	America/New_York
4459575	Catawba County	catawba-county	Catawba,Catawba Kun,Catawba Kūn,Catawba konderria,Catawba megye,Comitatul Catawba,Comte de Catawba,Comté de Catawba,Condado de Catawba,Condado han Catawba,Contea di Catawba,Hrabstwo Catawba,Katoba,Ketoba,Kutouba,Okrug Katoba,Quan Catawba,Quận Catawba,ka tuo ba xian,kataraaba ka'unti,katoba jun,mqatʿt katawba,shhrstan katawba  karwlynay shmaly,Катоба,Кетоба,Кътоуба,Округ Катоба,شهرستان کاتاوبا، کارولینای شمالی,مقاطعة كاتاوبا,کاتاوبا کاؤنٹی,کیٹاوبا کاؤنٹی، شمالی کیرولائنا,কাটাৱাবা কাউন্টি,カトーバ郡,卡托巴縣		US	NC	035	154358	America/New_York
4460324	Chatham County	chatham-county	Chatam,Chatem,Chatham,Chatham Kun,Chatham Kūn,Chatham konderria,Chatham megye,Chathami maakond,Chetem,Comitatul Chatham,Comte de Chatham,Comté de Chatham,Condado de Chatham,Condado han Chatham,Contea di Chatham,Hrabstwo Chatham,Okrug Chatam,Quan Chatham,Quận Chatham,catahama ka'unti,cha ta mu xian,chatamu jun,mqatʿt tshatham,shhrstan chtham  karwlynay shmaly,Округ Чатам,Чатам,Чатем,Четем,شهرستان چتهام، کارولینای شمالی,مقاطعة تشاتهام,چاتھم کاؤنٹی,چیٹہم کاؤنٹی، شمالی کیرولائنا,চাটহাম কাউন্টি,チャタム郡,查塔姆縣		US	NC	037	63505	America/New_York
4460366	Cherokee County	cherokee-county	Cherokee,Cherokee Kun,Cherokee Kūn,Cherokee konderria,Cherokee megye,Cheroki,Comitatul Cherokee,Comte de Cherokee,Comté de Cherokee,Condado de Cherokee,Condado han Cherokee,Contea di Cherokee,Hrabstwo Cherokee,Okrug Cheroki,Quan Cherokee,Quận Cherokee,ceruki ka'unti,cheroki jun,mqatʿt tshyrwky,qie luo ji xian,shhrstan chrwky  karwlynay shmaly,Округ Чероки,Чероки,Черокі,شهرستان چروکی، کارولینای شمالی,مقاطعة تشيروكي,چروکی کاؤنٹی، شمالی کیرولائنا,چیروکی کاؤنٹی، اتلا کیرولینا,চেরুকী কাউন্টি,チェロキー郡,切羅基縣		US	NC	039	27444	America/New_York
4460702	Chowan County	chowan-county	Chouan,Chovan,Chowan,Chowan County,Chowan Kun,Chowan Kūn,Chowan Precinct,Chowan konderria,Chowan megye,Comitatul Chowan,Comte de Chowan,Comté de Chowan,Condado de Chowan,Condado han Chowan,Contea di Chowan,Hrabstwo Chowan,Okrug Chovon,Quan Chowan,Quận Chowan,Shaftesbury Precinct of Albemarle County,cauraana ka'unti,chou~on jun,mqatʿt tshawan,qiao wan xian,Округ Човон,Чован,Чоуан,مقاطعة تشاوان,چووان کاؤنٹی,چووین کاؤنٹی، شمالی کیرولائنا,চৌৱান কাউন্টি,チョウォーン郡,喬萬縣		US	NC	041	14793	America/New_York
4460927	Clay County	clay-county	Clay,Clay Kun,Clay Kūn,Clay konderria,Clay megye,Comitatul Clay,Comte de Clay,Comté de Clay,Condado de Clay,Condado han Clay,Contea di Clay,Hrabstwo Clay,Klej,Okrug Klej,Quan Clay,Quận Clay,ke lai xian,kle ka'unti,kurei jun,mqatʿt klay karwlayna alshmalyt,shhrstan kly  karwlynay shmaly,Клей,Округ Клеј,شهرستان کلی، کارولینای شمالی,مقاطعة كلاي كارولاينا الشمالية,کلے کاؤنٹی، اتلا کیرولینا,کلے کاؤنٹی، شمالی کیرولائنا,ক্লে কাউন্টি,クレイ郡,克莱县		US	NC	043	10587	America/New_York
4922013	Jay County	jay-county	Comitatul Jay,Comte de Jay,Comté de Jay,Condado de Jay,Condado han Jay,Contea di Jay,Dzhej,Hrabstwo Jay,Jay,Jay Kun,Jay Kūn,Jay konderria,Jay megye,Jey srjan,Okrug DZej,Quan Jay,Quận Jay,je ka'unti,jei jun,jie yi xian,shhrstan jy  ayndyana,Джей,Округ Џеј,Ջեյ շրջան,جے کاؤنٹی، انڈیانا,شهرستان جی، ایندیانا,مقاطعة جاي,জে কাউন্টি,ジェイ郡,傑伊縣		US	IN	075	21253	America/Indiana/Indianapolis
4461030	Cleveland County	cleveland-county	Cleaveland County,Cleveland,Cleveland County,Cleveland Kun,Cleveland Kūn,Cleveland konderria,Cleveland megye,Clevelandi maakond,Comitatul Cleveland,Comte de Cleveland,Comté de Cleveland,Condado de Cleveland,Condado han Cleveland,Contea di Cleveland,Hrabstwo Cleveland,Klivland,Klivlend,Okrug Klivland,Quan Cleveland,Quận Cleveland,ke li fu lan xian,klibhalyanda ka'unti,kuriburando jun,mqatʿt klyfland,shhrstan klywlnd  karwlynay shmaly,Кливланд,Кливленд,Клівленд,Округ Кливланд,شهرستان کلیولند، کارولینای شمالی,مقاطعة كليفلاند,کلیولینڈ کاؤنٹی، شمالی کیرولینا,کلیوولینڈ کاؤنٹی، اتلا کیرولینا,ক্লীভল্যান্ড কাউন্টি,クリーブランド郡,克里夫蘭縣		US	NC	045	98078	America/New_York
4461503	Columbus County	columbus-county	Columbus,Columbus Kun,Columbus Kūn,Columbus konderria,Columbus megye,Comitatul Columbus,Comte de Columbus,Comté de Columbus,Condado de Columbus,Condado han Columbus,Contea di Columbus,Hrabstwo Columbus,Kolumbus,Kulumbus,Okrug Kolambus,Quan Columbus,Quận Columbus,ge lun bu xian,kalambasa ka'unti,koronbasu jun,mqatʿt kwlwmbws,shhrstan klmbws  karwlynay shmaly,Колумбус,Кълъмбъс,Округ Коламбус,شهرستان کلمبوس، کارولینای شمالی,مقاطعة كولومبوس,کلمبس کاؤنٹی,کولمبس کاؤنٹی، شمالی کیرولائنا,কলম্বাস কাউন্টি,コロンバス郡,哥倫布縣		US	NC	047	58098	America/New_York
4462398	Craven County	craven-county	Archdale County,Comitatul Craven,Comte de Craven,Comté de Craven,Condado de Craven,Condado han Craven,Contea di Craven,Craven,Craven County,Craven Kun,Craven Kūn,Craven konderria,Craven megye,Hrabstwo Craven,Krejven,Krejvun,Okrug Krejven,Quan Craven,Quận Craven,ke lei wen xian,krabhena ka'unti,kureibun jun,shhrstan krywn  karwlynay shmaly,Крейвен,Крейвън,Округ Крејвен,شهرستان کریون، کارولینای شمالی,مقاطعة كرافين,کراوون کاؤنٹی,کریون کاؤنٹی، شمالی کیرولائنا,ক্রাভেন কাউন্টি,クレイブン郡,克雷文縣		US	NC	049	103505	America/New_York
4462716	Cumberland County	cumberland-county	Comitatul Cumberland,Comte de Cumberland,Comté de Cumberland,Condado de Cumberland,Condado han Cumberland,Contea di Cumberland,Cumberland,Cumberland Kun,Cumberland Kūn,Cumberland konderria,Cumberland megye,Hrabstwo Cumberland,Kamberlend,Kumburland,Okrug Kamberland,Quan Cumberland,Quận Cumberland,kambaralyanda ka'unti,kambrlnd  karwlynay shmaly,kan bo lan xian,kanbarando jun,mqatʿt kwmbrland,Камберленд,Къмбърланд,Округ Камберланд,مقاطعة كومبرلاند,کامبرلند، کارولینای شمالی,کمبرلینڈ کاؤنٹی، اتلا کیرولینا,کمبرلینڈ کاؤنٹی، شمالی کیرولائنا,কাম্বারল্যান্ড কাউন্টি,カンバーランド郡,坎伯蘭縣		US	NC	051	319431	America/New_York
4462764	Currituck County	currituck-county	Comitatul Currituck,Comte de Currituck,Comté de Currituck,Condado de Currituck,Condado han Currituck,Contea di Currituck,Currituck,Currituck Kun,Currituck Kūn,Currituck konderria,Currituck megye,Hrabstwo Currituck,Karritak,Kurituk,Okrug Keritak,Quan Currituck,Quận Currituck,karitaka ka'unti,karitakku jun,ke li ta ke xian,mqatʿt kwrytwk,shhrstan kwrytwk  karwlynay shmaly,Карритак,Каррітак,Къритък,Округ Керитак,شهرستان کوریتوک، کارولینای شمالی,مقاطعة كوريتوك,کریٹک کاؤنٹی,کریٹیک کاؤنٹی، شمالی کیرولائنا,কারিটাক কাউন্টি,カリタック郡,柯里塔克縣		US	NC	053	23547	America/New_York
4462997	Dare County	dare-county	Comitatul Dare,Comte de Dare,Comté de Dare,Condado de Dare,Condado han Dare,Contea di Dare,Dare,Dare Kun,Dare Kūn,Dare konderria,Dare megye,Dehjr,Der,Deur,Hrabstwo Dare,Okrug Der,Quan Dare,Quận Dare,dai er xian,dare ka'unti,dea jun,mqatʿt dyr,shhrstan dyr  karwlynay shmaly,Дер,Деър,Дэйр,Округ Дер,شهرستان دیر، کارولینای شمالی,مقاطعة دير,ڈیئر کاؤنٹی,ڈیئر کاؤنٹی، شمالی کیرولائنا,ডারে কাউন্টি,デア郡,戴爾縣		US	NC	055	33920	America/New_York
4463056	Davidson County	davidson-county	Comitatul Davidson,Comte de Davidson,Comté de Davidson,Condado de Davidson,Condado han Davidson,Contea di Davidson,Davidson,Davidson Kun,Davidson Kūn,Davidson konderria,Davidson megye,Davidsoni maakond,Dejvidson,Dejvidsun,Devidson,Hrabstwo Davidson,Okrug Dejvidson,Quan Davidson,Quận Davidson,dai wei sen xian,debhidasana ka'unti,deibiddoson jun,mqatʿt dyfydswn,shhrstan dywydsn  karwlynay shmaly,Девідсон,Дейвидсон,Дейвидсън,Округ Дејвидсон,شهرستان دیویدسن، کارولینای شمالی,مقاطعة ديفيدسون,ڈیوڈسن کاؤنٹی، اتلا کیرولینا,ڈیوڈسن کاؤنٹی، شمالی کیرولائنا,ডেভিডসন কাউন্টি,デイビッドソン郡,戴維森縣		US	NC	057	162878	America/New_York
4463078	Davie County	davie-county	Comitatul Davie,Comte de Davie,Comté de Davie,Condado de Davie,Condado han Davie,Contea di Davie,Davie,Davie Kun,Davie Kūn,Davie konderria,Davie megye,Dejvi,Devi,Hrabstwo Davie,Okrug Dejvi,Quan Davie,Quận Davie,dabhi ka'unti,dai wei xian,deibi jun,mqatʿt dafy,shhrstan dywy  karwlynay shmaly,Деві,Дейви,Округ Дејви,شهرستان دیوی، کارولینای شمالی,مقاطعة دافي,ڈیوی کاؤنٹی، اتلا کیرولینا,ڈیوی کاؤنٹی، شمالی کیرولائنا,ডাভি কাউন্টি,デイビー郡,戴維縣		US	NC	059	41240	America/New_York
4464351	Duplin County	duplin-county	Comitatul Duplin,Comte de Duplin,Comté de Duplin,Condado de Duplin,Condado han Duplin,Contea di Duplin,Daplin,Duplin,Duplin Kun,Duplin Kūn,Duplin konderria,Duplin megye,Hrabstwo Duplin,Okrug Duplin,Quan Duplin,Quận Duplin,dapalina ka'unti,de~yupurin jun,du pu lin xian,mqatʿt dwblyn,shhrstan dwplyn  karwlynay shmaly,Даплін,Дуплин,Дъплин,Округ Дуплин,شهرستان دوپلین، کارولینای شمالی,مقاطعة دوبلين,ڈوپلن کاؤنٹی، شمالی کیرولائنا,ڈپلن کاؤنٹی,ডাপলিন কাউন্টি,デュプリン郡,杜普林縣		US	NC	061	58505	America/New_York
4464374	Durham County	durham-county	Comitatul Durham,Comitatus Durhamensis,Comte de Durham,Comté de Durham,Condado de Durham,Condado han Durham,Contea di Durham,Darem,Dergem,Duram,Durham,Durham Kun,Durham Kūn,Durham konderria,Durham megye,Hrabstwo Durham,Okrug Daram,Quan Durham,Quận Durham,da lei mu xian,darahama ka'unti,daramu jun,mqatʿt dwrham,shhrstan dwrham  karwlynay shmaly,Дарем,Дергем,Дърам,Округ Дарам,شهرستان دورهام، کارولینای شمالی,مقاطعة دورهام,ڈرہام کاؤنٹی,ڈرہم کاؤنٹی، شمالی کیرولینا,ডারহাম কাউন্টি,ダーラム郡,达勒姆县		US	NC	063	267587	America/New_York
4464909	Edgecombe County	edgecombe-county	Comitatul Edgecombe,Comte d'Edgecombe,Comté d'Edgecombe,Condado de Edgecombe,Condado han Edgecombe,Contea di Edgecombe,Edgecombe,Edgecombe Kun,Edgecombe Kūn,Edgecombe konderria,Edgecombe megye,Edgecombei maakond,Edzhkom,Edzhkoum,Ehdzhkomb,Hrabstwo Edgecombe,Okrug Edzkom,Quan Edgecombe,Quận Edgecombe,e qi kang xian,edajakamba ka'unti,ejjikomu jun,mqatʿt ayjkwm,Еджком,Еджкоум,Округ Еџком,Эджкомб,ایجکومب کاؤنٹی، شمالی کیرولائنا,ایجکومبی کاؤنٹی,مقاطعة إيجكوم,এডজকম্ব কাউন্টি,エッジコム郡,厄齊康縣		US	NC	065	56552	America/New_York
4466900	Forsyth County	forsyth-county	Comitatul Forsyth,Comte de Forsyth,Comté de Forsyth,Condado de Forsyth,Condado han Forsyth,Contea di Forsyth,Forsajt,Forsyth,Forsyth County,Forsyth Kun,Forsyth Kūn,Forsyth konderria,Forsyth megye,Forsythe County,Forsythi maakond,Fursit,Hrabstwo Forsyth,Okrug Forsajt,Quan Forsyth,Quận Forsyth,fosaisu jun,fu sai si xian,mqatʿt fwrsyth,pharasa'ita ka'unti,shhrstan fwrsayt  karwlynay shmaly,Округ Форсајт,Форсайт,Фърсит,شهرستان فورسایت، کارولینای شمالی,فورسائتھ کاؤنٹی,فورسایتھ کاؤنٹی، شمالی کیرولائنا,مقاطعة فورسيث,ফরসাইট কাউন্টি,フォーサイス郡,福賽斯縣		US	NC	067	350670	America/New_York
4467141	Franklin County	franklin-county	Comitatul Franklin,Comte de Franklin,Comté de Franklin,Condado de Franklin,Condado han Franklin,Contea di Franklin,Franklin,Franklin Kun,Franklin Kūn,Franklin konderria,Franklin megye,Hrabstwo Franklin,Okrug Frenklin,Quan Franklin,Quận Franklin,fu lan ke lin xian,furankurin jun,mqatʿt frankln,phrankalina ka'unti,shhrstan franklyn  karwlynay shmaly,Округ Френклин,Франклин,Франклін,شهرستان فرانکلین، کارولینای شمالی,فرانکلن کاؤنٹی,فرینکلن کاؤنٹی، شمالی کیرولائنا,مقاطعة فرانكلن,ফ্রাঙ্কলিন কাউন্টি,フランクリン郡,富蘭克林縣		US	NC	069	60619	America/New_York
4467717	Gaston County	gaston-county	Comitatul Gaston,Comte de Gaston,Comté de Gaston,Condado de Gaston,Condado han Gaston,Contea di Gaston,Gaston,Gaston County,Gaston Kun,Gaston Kūn,Gaston konderria,Gaston megye,Gastun,Geston,Hrabstwo Gaston,Okrug Gaston,Quan Gaston,Quận Gaston,gasuton jun,gyasatona ka'unti,jia si dun xian,mqatʿt ghastwn,shhrstan gastwn  karwlynay shmaly,Гастон,Гастън,Округ Гастон,Ґестон,شهرستان گاستون، کارولینای شمالی,مقاطعة غاستون,گاسٹن کاؤنٹی,گیسٹن کاؤنٹی، شمالی کیرولائنا,গ্যাসটোন কাউন্টি,ガストン郡,加斯頓縣		US	NC	071	206086	America/New_York
4467741	Gates County	gates-county	Comitatul Gates,Comte de Gates,Comté de Gates,Condado de Gates,Condado han Gates,Contea di Gates,Gates,Gates Kun,Gates Kūn,Gates konderria,Gates megye,Gejts,Hrabstwo Gates,Okrug Gejts,Quan Gates,Quận Gates,gai ci xian,ge'itasa ka'unti,geitsu jun,mqatʿt ghyts,shhrstan gyts  karwlynay shmaly,Гейтс,Округ Гејтс,Ґейтс,شهرستان گیتس، کارولینای شمالی,مقاطعة غيتس,گیٹس کاؤنٹی,گیٹس کاؤنٹی، شمالی کیرولائنا,গেইটস কাউন্টি,ゲイツ郡,蓋茨縣		US	NC	073	12197	America/New_York
4468538	Graham County	graham-county	Comitatul Graham,Comte de Graham,Comté de Graham,Condado de Graham,Condado han Graham,Contea di Graham,Graham,Graham Kun,Graham Kūn,Graham konderria,Graham megye,Grejam,Grem,Greum,Hrabstwo Graham,Okrug Grejam,Quan Graham,Quận Graham,ge lan mu xian,grahama ka'unti,gurahamu jun,mqatʿt ghraham,shhrstan graham  karwlynay shmaly,Грейам,Греъм,Округ Грејам,Ґрем,شهرستان گراهام، کارولینای شمالی,مقاطعة غراهام,گراہم کاؤنٹی، شمالی کیرولینا,گراہم کاؤنی,গ্রাহাম কাউন্টি,グラハム郡,葛蘭姆縣		US	NC	075	8861	America/New_York
4468623	Granville County	granville-county	Comitatul Granville,Comte de Granville,Comté de Granville,Condado de Granville,Condado han Granville,Contea di Granville,Granvil,Granvill,Granville,Granville Kun,Granville Kūn,Granville konderria,Granville megye,Grenvill,Hrabstwo Granville,Okrug Granvil,Quan Granville,Quận Granville,ge lan wei er xian,granabhila ka'unti,guranbiru jun,mqatʿt ghranfyl,shhrstan grnwyl  karwlynay shmaly,Гранвил,Гранвилл,Округ Гранвил,Ґренвілл,شهرستان گرنویل، کارولینای شمالی,مقاطعة غرانفيل,گرانولے کاؤنٹی,گرینویل کاؤنٹی، شمالی کیرولائنا,গ্রানভিল কাউন্টি,グランビル郡,格蘭維爾縣		US	NC	077	59916	America/New_York
4469093	Greene County	greene-county	Comitatul Greene,Comte de Greene,Comté de Greene,Condado de Greene,Condado han Greene,Contea di Greene,Glascow County,Greene,Greene County,Greene Kun,Greene Kūn,Greene konderria,Greene megye,Grijn,Grin,Hrabstwo Greene,Okrug Grin,Quan Greene,Quận Greene,ge lin xian,grini ka'unti,gurin jun,mqatʿt ghryn,shhrstan gryn  karwlynay shmaly,Грийн,Грин,Округ Грин,Ґрін,شهرستان گرین، کارولینای شمالی,مقاطعة غرين,گرین کاؤنٹی، شمالی کیرولائنا,گرین کاؤنٹی، نارتھ کاؤنٹی,গ্রীনি কাউন্টি,グリーン郡,格林縣		US	NC	079	21362	America/New_York
4469393	Guilford County	guilford-county	Comitatul Guilford,Comte de Guilford,Comté de Guilford,Condado de Guilford,Condado han Guilford,Contea di Guilford,Gilford,Guilford,Guilford Kun,Guilford Kūn,Guilford konderria,Guilford megye,Guilfordi maakond,Hrabstwo Guilford,Okrug Gilford,Quan Guilford,Quận Guilford,girufodo jun,gu'ilaphorda ka'unti,ji er fu de xian,mqatʿt ghylfwrd,shhrstan gylfrd  karwlynay shmaly,Гилфорд,Округ Гилфорд,Ґілфорд,شهرستان گیلفرد، کارولینای شمالی,مقاطعة غيلفورد,گوئلفورڈ کاؤنٹی,گیلفورڈ کاؤنٹی، شمالی کیرولینا,গুইলফোর্ড কাউন্টি,ギルフォード郡,吉爾福德縣		US	NC	081	488406	America/New_York
4469619	Halifax County	halifax-county	Comitatul Halifax,Comte de Halifax,Comté de Halifax,Condado de Halifax,Condado han Halifax,Contea di Halifax,Galifaks,Halifax,Halifax Kun,Halifax Kūn,Halifax konderria,Halifax megye,Hrabstwo Halifax,Khalifaks,Okrug Khalifaks,Quan Halifax,Quận Halifax,ha li fa ke si xian,halaphyaksa ka'unti,harifakkusu jun,mqatʿt halyfaks,shhrstan halyfaks  karwlynay shmaly,Галифакс,Галіфакс,Округ Халифакс,Халифакс,شهرستان هالیفاکس، کارولینای شمالی,مقاطعة هاليفاكس,ہیلفیکس کاؤنٹی، شمالی کیرولائنا,ہیلیفیکس کاؤنٹی، اتلا کیرولینا,হালফ্যাক্স কাউন্টি,ハリファックス郡,哈利法克斯縣		US	NC	083	54691	America/New_York
4470002	Harnett County	harnett-county	Comitatul Harnett,Comte de Harnett,Comté de Harnett,Condado de Harnett,Condado han Harnett,Contea di Harnett,Garnett,Harnett,Harnett Kun,Harnett Kūn,Harnett konderria,Harnett megye,Hrabstwo Harnett,Kharnet,Kharnett,Okrug Kharnet,Quan Harnett,Quận Harnett,ha ni te xian,hanetto jun,harneta ka'unti,mqatʿt harnyt,shhrstan harnyt  karwlynay shmaly,Гарнетт,Округ Харнет,Харнет,Харнетт,شهرستان هارنیت، کارولینای شمالی,مقاطعة هارنيت,ہارنٹ کاؤنٹی,ہارنیٹ کاؤنٹی، شمالی کیرولائنا,হার্নেট কাউন্টি,ハーネット郡,哈尼特縣		US	NC	085	114678	America/New_York
4470398	Haywood County	haywood-county	Comitatul Haywood,Comte de Haywood,Comté de Haywood,Condado de Haywood,Condado han Haywood,Contea di Haywood,Gejvud,Haywood,Haywood Kun,Haywood Kūn,Haywood konderria,Haywood megye,Haywoodi maakond,Hrabstwo Haywood,Khejud,Khejvud,Okrug Khejvud,Quan Haywood,Quận Haywood,hai wu de xian,hayarada ka'unti,heiuddo jun,mqatʿt haywwd,shhrstan hywwd  karwlynay shmaly,Гейвуд,Округ Хејвуд,Хейвуд,Хейуд,شهرستان هیوود، کارولینای شمالی,مقاطعة هايوود,ہیورڈ کاؤنٹی,ہیووڈ کاؤنٹی، شمالی کیرولائنا,হায়ৱড কাউন্টি,ヘイウッド郡,海伍德縣		US	NC	087	59036	America/New_York
4470576	Henderson County	henderson-county	Comte de Henderson,Comté de Henderson,Condado de Henderson,Condado han Henderson,Contea di Henderson,Genderson,Henderson,Henderson Kun,Henderson Kūn,Henderson konderria,Hrabstwo Henderson,Khenderson,Khendersun,Okrug Khenderson,Quan Henderson,Quận Henderson,hendarasana ka'unti,hendason jun,heng de sen xian,mqatʿt hyndyrswn,Гендерсон,Округ Хендерсон,Хендерсон,Хендерсън,مقاطعة هينديرسون,ہینڈرسن کاؤنٹی,হেন্ডারসন কাউন্টি,ヘンダーソン郡,亨德森縣		US	NC	089	106740	America/New_York
4470729	Hertford County	hertford-county	Comitatul Hertford,Comte de Hertford,Comté de Hertford,Condado de Hertford,Condado han Hertford,Contea di Hertford,Gertford,Hertford,Hertford Kun,Hertford Kūn,Hertford konderria,Hertford megye,Hrabstwo Hertford,Khertford,Khurtford,Okrug Khartford,Quan Hertford,Quận Hertford,hartaphorda ka'unti,hatofodo jun,he de fu de xian,mqatʿt hrtfwrd,shhrstan hrtfwrd  karwlynay shmaly,Гертфорд,Округ Хартфорд,Хертфорд,Хъртфорд,شهرستان هرتفورد، کارولینای شمالی,مقاطعة هرتفورد,ہرٹفورڈ کاؤنٹی,ہرٹفورڈ کاؤنٹی، شمالی کیرولائنا,হার্টফোর্ড কাউন্টি,ハートフォード郡,赫德福德縣		US	NC	091	24669	America/New_York
4471487	Hoke County	hoke-county	Comitatul Hoke,Comte de Hoke,Comté de Hoke,Condado de Hoke,Condado han Hoke,Contea di Hoke,Gouk,Hoke,Hoke Kun,Hoke Kūn,Hoke konderria,Hoke megye,Hrabstwo Hoke,Khok,Khouk,Okrug Khok,Quan Hoke,Quận Hoke,hoka ka'unti,hoku jun,huo ke xian,mqatʿt hwk,shhrstan hwk  karwlynay shmaly,Гоук,Округ Хок,Хок,Хоук,شهرستان هوک، کارولینای شمالی,مقاطعة هوك,ہوک کاؤنٹی,ہوک کاؤنٹی، شمالی کیرولائنا,হোক কাউন্টি,ホーク郡,霍克县		US	NC	093	46952	America/New_York
4472505	Hyde County	hyde-county	Comitatul Hyde,Comte de Hyde,Comté de Hyde,Condado de Hyde,Condado han Hyde,Contea di Hyde,Gajd,Hrabstwo Hyde,Hyde,Hyde County,Hyde Kun,Hyde Kūn,Hyde konderria,Hyde megye,Hydei maakond,Khajd,Okrug Khajd,Quan Hyde,Quận Hyde,Wickham Precinct,hai de xian,haido jun,hayade ka'unti,mqatʿt hayd,shhrstan hayd  karwlynay shmaly,Гайд,Округ Хајд,Хайд,شهرستان هاید، کارولینای شمالی,مقاطعة هايد,ہائڈ کاؤنٹی، شمالی کیرولائنا,ہائڈ کاؤںٹی,হায়ডে কাউন্টি,ハイド郡,海德縣		US	NC	095	5810	America/New_York
4472769	Iredell County	iredell-county	Ajrdell,Comitatul Iredell,Comte d'Iredell,Comté d'Iredell,Condado de Iredell,Condado han Iredell,Contea di Iredell,Eredell,Eurdel,Hrabstwo Iredell,Iredell,Iredell County,Iredell Kun,Iredell Kūn,Iredell konderria,Iredell megye,Okrug Ajredel,Quan Iredell,Quận Iredell,ai er dai er xian,aiaderu jun,iredela ka'unti,mqatʿt ayrdyl,shhrstan ayrdl  karwlynay shmaly,Айрделл,Еределл,Еърдел,Округ Ајредел,آئرڈیل کاؤنٹی، شمالی کیرولائنا,اریڈل کاؤنٹی,شهرستان ایردل، کارولینای شمالی,مقاطعة آيرديل,ইরেডেল কাউন্টি,アイアデル郡,艾爾代爾縣		US	NC	097	159437	America/New_York
4473029	Jackson County	jackson-county	Comitatul Jackson,Comte de Jackson,Comté de Jackson,Condado de Jackson,Condado han Jackson,Contea di Jackson,Dzhaksun,Dzhekson,Hrabstwo Jackson,Jackson,Jackson Kun,Jackson Kūn,Jackson konderria,Jackson megye,Jacksoni maakond,Okrug DZekson,Quan Jackson,Quận Jackson,jakuson jun,jie ke xun xian,jyakasana ka'unti,mqatʿt jakswn,shhrstan jkswn  karwlynay shmaly,Джаксън,Джексон,Округ Џексон,جیکسن کاؤنٹی، اتلا کیرولینا,جیکسن کاؤنٹی، شمالی کیرولینا,شهرستان جکسون، کارولینای شمالی,مقاطعة جاكسون,জ্যাকশন কাউন্টি,ジャクソン郡,杰克逊县		US	NC	099	40271	America/New_York
4473631	Johnston County	johnston-county	Comitatul Johnston,Comte de Johnston,Comté de Johnston,Condado de Johnston,Condado han Johnston,Contea di Johnston,Dzhonson,Dzhonston,Dzhonstun,Hrabstwo Johnston,Johnston,Johnston Kun,Johnston Kūn,Johnston konderria,Johnston megye,Johnstoni maakond,Okrug DZonston,Quan Johnston,Quận Johnston,jonsatona ka'unti,jonsuton jun,mqatʿt jwnstwn,shhrstan janstwn  karwlynay shmaly,yue han si dun xian,Джонсон,Джонстон,Джонстън,Округ Џонстон,جانسٹن کاؤنٹی، اتلا کیرولینا,جانسٹن کاؤنٹی، شمالی کیرولائنا,شهرستان جانستون، کارولینای شمالی,مقاطعة جونستون,জোন্সটোন কাউন্টি,ジョンストン郡,約翰斯頓縣		US	NC	101	168878	America/New_York
4473713	Jones County	jones-county	Comitatul Jones,Comte de Jones,Comté de Jones,Condado de Jones,Condado han Jones,Contea di Jones,Dzhons,Dzhouns,Hrabstwo Jones,Jones,Jones Kun,Jones Kūn,Jones konderria,Jones megye,Okrug DZouns,Quan Jones,Quận Jones,jonasa ka'unti,jonzu jun,mqatʿt jwnz,qiong si xian,shhrstan jwnz  karwlynay shmaly,Джонс,Джоунс,Округ Џоунс,جونز کاؤنٹی، اتلا کیرولینا,جونز کاؤنٹی، شمالی کیرولائنا,شهرستان جونز، کارولینای شمالی,مقاطعة جونز,জোনস কাউন্টি,ジョーンズ郡,瓊斯縣		US	NC	103	10153	America/New_York
4475520	Lee County	lee-county	Comitatul Lee,Comte de Lee,Comté de Lee,Condado de Lee,Condado han Lee,Contea di Lee,Hrabstwo Lee,Lee,Lee Kun,Lee Kūn,Lee konderria,Lee megye,Li,Lij,Okrug Li,Quan Lee,Quận Lee,li ka'unti,li xian,mqatʿt ly,ri jun,shhrstan ly  karwlynay shmaly,Ли,Лий,Лі,Округ Ли,شهرستان لی، کارولینای شمالی,لی کاؤنٹی، اتلا کیرولینا,لی کاؤنٹی، شمالی کیرولائنا,مقاطعة لي,লী কাউন্টি,リー郡,李縣		US	NC	105	57866	America/New_York
4475647	Lenoir County	lenoir-county	Comitatul Lenoir,Comte de Lenoir,Comté de Lenoir,Condado de Lenoir,Condado han Lenoir,Contea di Lenoir,Hrabstwo Lenoir,Lenoir,Lenoir Kun,Lenoir Kūn,Lenoir konderria,Lenoir megye,Lenuar,Lunor,Okrug Lenor,Quan Lenoir,Quận Lenoir,lei nuo xian,lena'ira ka'unti,mqatʿt lynwyr,renoa jun,shhrstan lwnwar  karwlynay shmaly,Ленуар,Лънор,Округ Ленор,شهرستان لونوار، کارولینای شمالی,لینوار کاؤنٹی,لینور کاؤنٹی، شمالی کیرولائنا,مقاطعة لينوير,লেনইর কাউন্টি,レノア郡,勒诺县		US	NC	107	59495	America/New_York
4475969	Lincoln County	lincoln-county	Comitatul Lincoln,Comte de Lincoln,Comté de Lincoln,Condado de Lincoln,Condado han Lincoln,Contea di Lincoln,Hrabstwo Lincoln,Lincoln,Lincoln County,Lincoln Kun,Lincoln Kūn,Lincoln konderria,Lincoln megye,Lincolni maakond,Linkol'n,Linkuln,Okrug Linkoln,Quan Lincoln,Quận Lincoln,Tryon County,lin ken xian,linkana ka'unti,mqatʿt lynkn,rinkan jun,shhrstan lynkln  karwlynay shmaly,Линкольн,Линкълн,Лінкольн,Округ Линколн,شهرستان لینکلن، کارولینای شمالی,لنکن کاؤنٹی، اتلا کیرولینا,لنکن کاؤنٹی، شمالی کیرولائنا,مقاطعة لينكن,লিঙ্কন কাউন্টি,リンカーン郡,林肯縣		US	NC	109	78265	America/New_York
4477724	Macon County	macon-county	Comitatul Macon,Comte de Macon,Comté de Macon,Condado de Macon,Condado han Macon,Contea di Macon,Hrabstwo Macon,Macon,Macon Kun,Macon Kūn,Macon konderria,Macon megye,Mejkon,Mejkun,Okrug Mejkon,Quan Macon,Quận Macon,mei ken xian,meikon jun,mekana ka'unti,mqatʿt makwn,shhrstan mkwn  karwlynay shmaly,Мейкон,Мейкън,Округ Мејкон,شهرستان مکون، کارولینای شمالی,ماکن کاؤنٹی,ماکون کاؤنٹی، شمالی کیرولائنا,مقاطعة ماكون,মেকন কাউন্টি,メイコン郡,梅肯縣		US	NC	113	33922	America/New_York
4477734	Madison County	madison-county	Comitatul Madison,Comte de Madison,Comté de Madison,Condado de Madison,Condado han Madison,Contea di Madison,Hrabstwo Madison,Madison,Madison Kun,Madison Kūn,Madison konderria,Madison megye,Medison,Medisun,Mehdison,Okrug Medison,Quan Madison,Quận Madison,madison jun,mai di xun xian,medisana ka'unti,mqatʿt madyswn,shhrstan mdyswn  karwlynay shmaly,Медисън,Медісон,Мэдисон,Округ Медисон,شهرستان مدیسون، کارولینای شمالی,مقاطعة ماديسون,میڈیسن کاؤنٹی، اتلا کیرولینا,میڈیسن کاؤنٹی، شمالی کیرولائنا,মেডিশন কাউন্টি,マディソン郡,麥迪遜縣		US	NC	115	20764	America/New_York
4478142	Martin County	martin-county	Comitatul Martin,Comte de Martin,Comté de Martin,Condado de Martin,Condado han Martin,Contea di Martin,Hrabstwo Martin,Martin,Martin Kun,Martin Kūn,Martin konderria,Martin megye,Okrug Martin,Quan Martin,Quận Martin,ma ding xian,martina ka'unti,matin jun,mqatʿt martn,shhrstan martyn  karwlynay shmaly,Мартин,Мартін,Округ Мартин,شهرستان مارتین، کارولینای شمالی,مارٹن کاؤنٹی، شمالی کیرولینا,مقاطعة مارتن,মার্টিন কাউন্টি,マーティン郡,馬丁縣		US	NC	117	24505	America/New_York
4478581	McDowell County	mcdowell-county	Comitatul McDowell,Comte de McDowell,Comté de McDowell,Condado de McDowell,Condado han McDowell,Contea di McDowell,Hrabstwo McDowell,Mak-Dauehll,Makdauul,Makdavell,McDowell,McDowell Kun,McDowell Kūn,McDowell konderria,McDowell megye,McDowelli maakond,Okrug Makdauel,Quan McDowell,Quận McDowell,mai ke dao wei xian,makudou~eru jun,mqatʿt mkdawyl,myakadoraela ka'unti,Мак-Дауэлл,Макдавелл,Макдауъл,Округ Макдауел,شهرستان مک‌داول، کارولینای شمالی,مقاطعة مكداويل,مکڈوول کاؤنٹی,میک ڈوویل کاؤنٹی، شمالی کیرولائنا,ম্যাকডোৱেল কাউন্টি,マクドウェル郡,麥克道威縣		US	NC	111	44996	America/New_York
4478884	Mecklenburg County	mecklenburg-county	Comitatul Mecklenburg,Comte de Mecklenburg,Comté de Mecklenburg,Condado de Mecklenburg,Condado han Mecklenburg,Contea di Mecklenburg,Hrabstwo Mecklenburg,Mecklenberg County,Mecklenburg,Mecklenburg County,Mecklenburg Kun,Mecklenburg Kūn,Mecklenburg konderria,Mecklenburg megye,Mecklenburgi maakond,Meklenberg,Meklenburg,Okrug Meklenburg,Quan Mecklenburg,Quận Mecklenburg,mei ke lun bao xian,mekurenbagu jun,mqatʿt mklynbrgh,myakalenabarga ka'unti,shhrstan mklnbrg  karwlynay shmaly,Мекленберг,Мекленбърг,Округ Мекленбург,شهرستان مکلنبرگ، کارولینای شمالی,مقاطعة مكلينبرغ,میکلنبرگ کاؤنٹی، اتلا کیرولینا,میکلینبرگ کاؤنٹی، شمالی کیرولائنا,ম্যাকলেনবার্গ কাউন্টি,メクレンバーグ郡,梅克倫堡縣		US	NC	119	919628	America/New_York
4479817	Mitchell County	mitchell-county	Comitatul Mitchell,Comte de Mitchell,Comté de Mitchell,Condado de Mitchell,Condado han Mitchell,Contea di Mitchell,Hrabstwo Mitchell,Michel,Mitchell,Mitchell Kun,Mitchell Kūn,Mitchell konderria,Mitchell megye,Okrug Michel,Quan Mitchell,Quận Mitchell,mi qie er xian,micela ka'unti,mitcheru jun,mqatʿt mytshl,shhrstan mychl  karwlynay shmaly,Митчелл,Мичел,Мітчелл,Округ Мичел,شهرستان میچل، کارولینای شمالی,مقاطعة ميتشل,مچل کاؤنٹی، اتلا کیرولینا,مچل کاؤنٹی، شمالی کیرولائنا,মিচেল কাউন্টি,ミッチェル郡,米切爾縣		US	NC	121	15579	America/New_York
4479988	Montgomery County	montgomery-county	Comitatul Montgomery,Comte de Montgomery,Comté de Montgomery,Condado de Montgomery,Condado han Montgomery,Contea di Montgomery,Hrabstwo Montgomery,Montgomeri,Montgomery,Montgomery Kun,Montgomery Kūn,Montgomery konderria,Montgomery megye,Montgomuri,Okrug Montgomeri,Quan Montgomery,Quận Montgomery,mantagomeri ka'unti,meng ge ma li xian,mongomeri jun,mqatʿt mwntghwmry,shhrstan mwntgwmry  karwlynay shmaly,Монтгомери,Монтгомері,Монтгомъри,Округ Монтгомери,شهرستان مونتگومری، کارولینای شمالی,مقاطعة مونتغومري,مونٹگمری کاؤنٹی، شمالی کیرولینا,مونٹگومری کاؤنٹی، اتلا کیرولینا,মন্টগোমেরী কাউন্টি,モンゴメリー郡,蒙哥馬利縣		US	NC	123	27798	America/New_York
4480053	Moore County	moore-county	Comitatul Moore,Comte de Moore,Comté de Moore,Condado de Moore,Condado han Moore,Contea di Moore,Hrabstwo Moore,Moore,Moore Kun,Moore Kūn,Moore konderria,Moore megye,Mor,Mur,Okrug Mur,Quan Moore,Quận Moore,mora ka'unti,mqatʿt mwr,mu er xian,mua jun,shhrstan mwr  karwlynay shmaly,Мор,Мур,Округ Мур,شهرستان مور، کارولینای شمالی,مقاطعة مور,مور کاؤنٹی، اتلا کیرولینا,موور کاؤنٹی، شمالی کیرولائنا,মোর কাউন্টি,ムーア郡,穆爾縣		US	NC	125	88247	America/New_York
4481511	Nash County	nash-county	Comitatul Nash,Comte de Nash,Comté de Nash,Condado de Nash,Condado han Nash,Contea di Nash,Hrabstwo Nash,Nash,Nash Kun,Nash Kūn,Nash konderria,Nash megye,Nashi maakond,Nehsh,Nesh,Okrug Nesh,Quan Nash,Quận Nash,mqatʿt nash,na shen xian,nasa ka'unti,nasshu jun,shhrstan nsh  karwlynay shmaly,Наш,Неш,Нэш,Округ Неш,شهرستان نش، کارولینای شمالی,مقاطعة ناش,نیش کاؤنٹی,نیش کاؤنٹی، شمالی کیرولینا,নাশ কাউন্টি,ナッシュ郡,納什縣		US	NC	127	95840	America/New_York
4481757	New Hanover County	new-hanover-county	Comitatul New Hanover,Comte de New Hanover,Comté de New Hanover,Condado de New Hanover,Condado han New Hanover,Contea di New Hanover,Hrabstwo New Hanover,N'ju-Ganover,N'ju-Khanover,New Hanover,New Hanover Kun,New Hanover Kūn,New Hanover konderria,New Hanover megye,Nju Khanovur,Okrug NJu Khanover,Quan New Hanover,Quận New Hanover,mqatʿt nywhanwfr,ni'u hyanobhara ka'unti,nyuhanoba jun,shhrstan nyw hanwfr  karwlynay shmaly,xin han nuo wei xian,Нью-Гановер,Нью-Хановер,Ню Хановър,Округ Њу Хановер,شهرستان نیو هانوفر، کارولینای شمالی,مقاطعة نيوهانوفر,نیو ہنور کاؤنٹی، شمالی کیرولائنا,نیو ہینوور کاؤنٹی,নিউ হ্যানোভার কাউন্টি,ニューハノバー郡,新漢諾威縣		US	NC	129	202667	America/New_York
4482584	Northampton County	northampton-county	Comitatul Northampton,Comte de Northampton,Comté de Northampton,Condado de Northampton,Condado han Northampton,Contea di Northampton,Hrabstwo Northampton,Nortgempton,Northampton,Northampton Kun,Northampton Kūn,Northampton konderria,Nortkhamptun,Okrug Nortkhempton,Quan Northampton,Quận Northampton,bei an pu dun xian,mqatʿt nwrthhambtwn,narthamatana ka'unti,nosanputon jun,Нортгемптон,Нортхамптън,Округ Нортхемптон,شهرستان نورث‌همپتون، کارولینای شمالی,مقاطعة نورثهامبتون,نارتھیمٹن کاؤنٹی,نارتھیمپٹن کاؤنٹی، شمالی کیرولینا,নর্থামটন কাউন্টি,ノーサンプトン郡,北安普頓縣		US	NC	131	22099	America/New_York
4483494	Onslow County	onslow-county	Comitatul Onslow,Comte d'Onslow,Comté d'Onslow,Condado de Onslow,Condado han Onslow,Contea di Onslow,Hrabstwo Onslow,Okrug Onslou,Onslou,Onslow,Onslow Kun,Onslow Kūn,Onslow konderria,Onslow megye,Quan Onslow,Quận Onslow,ang si luo xian,mqatʿt awnslw,onaslo ka'unti,onsuro jun,Округ Онслоу,Онслоу,آنسلو کاؤنٹی، شمالی کیرولینا,اونسلو کاؤنٹی,مقاطعة أونسلو,ওনস্লো কাউন্টি,オンスロー郡,昂斯洛縣		US	NC	133	177772	America/New_York
4483525	Orange County	orange-county	Comte d'Orange,Comté d'Orange,Orange		US	NC	135	133801	America/New_York
4483897	Pamlico County	pamlico-county	Comitatul Pamlico,Comte de Pamlico,Comté de Pamlico,Condado de Pamlico,Condado han Pamlico,Contea di Pamlico,Hrabstwo Pamlico,Okrug Pamliko,Pamlico,Pamlico County,Pamlico Kun,Pamlico Kūn,Pamlico konderria,Pamlico megye,Pamliko,Quan Pamlico,Quận Pamlico,Walnut Knob,mqatʿt bamlykw,pa mu li ke xian,pamaliko ka'unti,pamuriko jun,Округ Памлико,Памлико,Памліко,مقاطعة بامليكو,پاملیکو کاؤنٹی,پیملیکو کاؤنٹی، شمالی کیرولائنا,পামলিকো কাউন্টি,パムリコ郡,帕姆利科縣		US	NC	137	13144	America/New_York
4484186	Pasquotank County	pasquotank-county	Comitatul Pasquotank,Comte de Pasquotank,Comté de Pasquotank,Condado de Pasquotank,Condado han Pasquotank,Contea di Pasquotank,Hrabstwo Pasquotank,Okrug Paskvotank,Paskuotank,Paskvotenk,Pasquotank,Pasquotank Kun,Pasquotank Kūn,Pasquotank konderria,Pasquotank megye,Quan Pasquotank,Quận Pasquotank,mqatʿt baskwtank,pa si kuo tan ke xian,pasakautanka ka'unti,pasuku~otanku jun,shhrstan paskwtank  karwlynay shmaly,Округ Пасквотанк,Пасквотенк,Паскуотанк,شهرستان پاسکوتانک، کارولینای شمالی,مقاطعة باسكوتانك,پاسکوئٹینک کاؤنٹی، شمالی کیرولائنا,پاسکوٹینک کاؤنٹی,পাসকৌটাঙ্ক কাউন্টি,パスクォタンク郡,帕斯闊坦克縣		US	NC	139	40661	America/New_York
4484498	Pender County	pender-county	Comitatul Pender,Comte de Pender,Comté de Pender,Condado de Pender,Condado han Pender,Contea di Pender,Hrabstwo Pender,Okrug Pender,Pender,Pender Kun,Pender Kūn,Pender konderria,Pender megye,Pendur,Quan Pender,Quận Pender,mqatʿt byndr,penda jun,pendera ka'unti,peng de xian,shhrstan pndr  karwlynay shmaly,Округ Пендер,Пендер,Пендър,شهرستان پندر، کارولینای شمالی,مقاطعة بيندر,پنڈر کاؤنٹی,پینڈر کاؤنٹی، شمالی کیرولائنا,পেন্ডের কাউন্টি,ペンダー郡,彭德縣		US	NC	141	52217	America/New_York
4484605	Perquimans County	perquimans-county	Comitatul Perquimans,Comte de Perquimans,Comté de Perquimans,Condado de Perquimans,Condado han Perquimans,Contea di Perquimans,Hrabstwo Perquimans,Okrug Perkvimans,Perkimans,Perkvimans,Perquimans,Perquimans County,Perquimans Kun,Perquimans Kūn,Perquimans konderria,Perquimans megye,Purkuimuns,Quan Perquimans,Quận Perquimans,Tryons County,mqatʿt byrkwymanz,pakimansu jun,peraku'imanasa ka'unti,po kui man si xian,Округ Перквиманс,Перквіманс,Перкиманс,Пъркуимънс,مقاطعة بيركويمانز,پرکیومانز کاؤنٹی,پیرکویمینس کاؤنٹی، شمالی کیرولائنا,পেরকুইমানস কাউন্টি,パーキマンス郡,珀奎曼斯縣		US	NC	143	13453	America/New_York
4484671	Person County	person-county	Comitatul Person,Comte de Person,Comté de Person,Condado de Person,Condado han Person,Contea di Person,Hrabstwo Person,Okrug Person,Person,Person Kun,Person Kūn,Person konderria,Person megye,Pursun,Quan Person,Quận Person,mqatʿt byrswn,pason jun,perasana ka'unti,po sen xian,shhrstan prswn  karwlynay shmaly,Округ Персон,Персон,Пърсън,شهرستان پرسون، کارولینای شمالی,مقاطعة بيرسون,پرسن کاؤنٹی,پرسن کاؤنٹی، شمالی کیرولائنا,পেরসন কাউন্টি,パーソン郡,珀森縣		US	NC	145	39464	America/New_York
4485631	Pitt County	pitt-county	Comitatul Pitt,Comte de Pitt,Comté de Pitt,Condado de Pitt,Condado han Pitt,Contea di Pitt,Hrabstwo Pitt,Okrug Pit,Pit,Pitt,Pitt Kun,Pitt Kūn,Pitt konderria,Pitt megye,Quan Pitt,Quận Pitt,mqatʿt byt,pi te xian,pita ka'unti,pitto jun,shhrstan pyt  karwlynay shmaly,Округ Пит,Пит,Питт,Пітт,شهرستان پیت، کارولینای شمالی,مقاطعة بيت,پٹ کاؤنٹی,پٹ کاؤنٹی، شمالی کیرولائنا,পিট কাউন্টি,ピット郡,皮特縣		US	NC	147	168148	America/New_York
4486072	Polk County	polk-county	Comte de Polk,Comté de Polk,Condado de Polk,Condado han Polk,Contea di Polk,Hrabstwo Polk,Okrug Polk,Polk,Polk Kun,Polk Kūn,Polk konderria,Quan Polk,Quận Polk,bo er ke xian,mqatʿt bwlk,poku jun,polka ka'unti,Округ Полк,Полк,مقاطعة بولك,پولک کاؤنٹی، اتلا کیرولینا,পোল্ক কাউন্টি,ポーク郡,波爾克縣		US	NC	149	20510	America/New_York
4487127	Randolph County	randolph-county	Comitatul Randolph,Comte de Randolph,Comté de Randolph,Condado de Randolph,Condado han Randolph,Contea di Randolph,Hrabstwo Randolph,Okrug Randolf,Quan Randolph,Quận Randolph,Randolf,Randolph,Randolph Kun,Randolph Kūn,Randolph konderria,Randolph megye,Rehndol'f,Rendolf,lan dao fu xian,mqatʿt randwlf,randorufu jun,rendalapha ka'unti,shhrstan rndwlf  karwlynay shmaly,Округ Рандолф,Рандолф,Рендолф,Рэндольф,رانڈولف کاؤنٹی,رینڈولف کاؤنٹی، شمالی کیرولائنا,شهرستان رندولف، کارولینای شمالی,مقاطعة راندولف,রেন্ডলফ কাউন্টি,ランドルフ郡,蘭道夫縣		US	NC	151	141752	America/New_York
4487947	Richmond County	richmond-county	Comitatul Richmond,Comte de Richmond,Comté de Richmond,Condado de Richmond,Condado han Richmond,Contea di Richmond,Hrabstwo Richmond,Okrug Richmond,Quan Richmond,Quận Richmond,Richmond,Richmond Kun,Richmond Kūn,Richmond konderria,Richmond megye,Richmund,li qi meng xian,mqatʿt rytshmwnd,ricamanda ka'unti,ritchimondo jun,shhrstan rychmwnd  karwlynay shmaly,Округ Ричмонд,Ричмонд,Ричмънд,Річмонд,رچمنڈ کاؤنٹی، شمالی کیرولائنا,رچمونڈ کاؤنٹی، اتلا کیرولینا,شهرستان ریچموند، کارولینای شمالی,مقاطعة ريتشموند,রিচমন্ড কাউন্টি,リッチモンド郡,里奇蒙縣		US	NC	153	46639	America/New_York
4488351	Robeson County	robeson-county	Comitatul Robeson,Comte de Robeson,Comté de Robeson,Condado de Robeson,Condado han Robeson,Contea di Robeson,Hrabstwo Robeson,Okrug Roberson,Quan Robeson,Quận Robeson,Robeson,Robeson Kun,Robeson Kūn,Robeson konderria,Robeson megye,Robson,Robsun,luo bo xun xian,mqatʿt rwbswn,robesana ka'unti,robuson jun,Округ Роберсон,Робсон,Робсън,روبسن کاؤنٹی، شمالی کیرولینا,روبیسن کاؤنٹی,مقاطعة روبسون,রোবেসন কাউন্টি,ロブソン郡,羅伯遜縣		US	NC	155	134168	America/New_York
4488575	Rockingham County	rockingham-county	Comitatul Rockingham,Comte de Rockingham,Comté de Rockingham,Condado de Rockingham,Condado han Rockingham,Contea di Rockingham,Hrabstwo Rockingham,Okrug Rokingkham,Quan Rockingham,Quận Rockingham,Rockingham,Rockingham Kun,Rockingham Kūn,Rockingham konderria,Rockingham megye,Rokingam,Rokingem,Rokinggem,luo jing an xian,mqatʿt rwknghham,rakinhama ka'unti,rokkingamu jun,shhrstan rakyngham  karwlynay shmaly,Округ Рокингхам,Рокингам,Рокингем,Рокінґгем,راکنگہیم کاؤنٹی، شمالی کیرولائنا,روکنگہیم کاؤنٹی,شهرستان راکینگهام، کارولینای شمالی,مقاطعة روكنغهام,রকিংহাম কাউন্টি,ロッキンガム郡,羅京安縣		US	NC	157	93643	America/New_York
4489163	Rowan County	rowan-county	Comitatul Rowan,Comte de Rowan,Comté de Rowan,Condado de Rowan,Condado han Rowan,Contea di Rowan,Hrabstwo Rowan,Okrug Rouan,Quan Rowan,Quận Rowan,Rouehn,Rouun,Roven,Rowan,Rowan Kun,Rowan Kūn,Rowan konderria,Rowan megye,Rowani maakond,luo en xian,mqatʿt rwan,rauyana ka'unti,rowan jun,shhrstan rwan  karwlynay shmaly,Округ Роуан,Ровен,Роуън,Роуэн,رووان کاؤنٹی,روون کاؤنٹی، شمالی کیرولائنا,شهرستان روآن، کارولینای شمالی,مقاطعة روان,রৌয়ান কাউন্টি,ローワン郡,羅恩縣		US	NC	159	138428	America/New_York
4489357	Rutherford County	rutherford-county	Comitatul Rutherford,Comte de Rutherford,Comté de Rutherford,Condado de Rutherford,Condado han Rutherford,Contea di Rutherford,Hrabstwo Rutherford,Okrug Raderford,Quan Rutherford,Quận Rutherford,Rezerford,Rudurford,Ruterford,Rutherford,Rutherford County,Rutherford Kun,Rutherford Kūn,Rutherford konderria,Rutherford megye,Rutherfordi maakond,Tryon County,la se fu xian,mqatʿt rwdhrfwrd,razafodo jun,rutheraphorda ka'unti,shhrstan rwtrfwrd  karwlynay shmaly,Округ Радерфорд,Резерфорд,Рутерфорд,Ръдърфорд,ردرفورڈ کاؤنٹی، اتلا کیرولینا,ردرفورڈ کاؤنٹی، شمالی کیرولائنا,شهرستان روترفورد، کارولینای شمالی,مقاطعة روذرفورد,রুথেরফোর্ড কাউন্টি,ラザフォード郡,拉瑟福縣		US	NC	161	67810	America/New_York
4490053	Sampson County	sampson-county	Comitatul Sampson,Comte de Sampson,Comté de Sampson,Condado de Sampson,Condado han Sampson,Contea di Sampson,Hrabstwo Sampson,Okrug Sampson,Quan Sampson,Quận Sampson,Sampson,Sampson Kun,Sampson Kūn,Sampson konderria,Sampson megye,Sampsun,Sehmpson,mqatʿt sambswn,sampasana ka'unti,sang pu sen xian,sanpuson jun,shhrstan smswn  karwlynay shmaly,Округ Сампсон,Сампсон,Сампсън,Сэмпсон,سیمپسن کاؤنٹی,سیمپسن کاؤنٹی، شمالی کیرولائنا,شهرستان سمسون، کارولینای شمالی,مقاطعة سامبسون,সাম্পসন কাউন্টি,サンプソン郡,桑普森縣		US	NC	163	63431	America/New_York
4490602	Scotland County	scotland-county	Comitatul Scotland,Comte de Scotland,Comté de Scotland,Condado de Scotland,Condado han Scotland,Contea di Scotland,Hrabstwo Scotland,Okrug Skotland,Quan Scotland,Quận Scotland,Scotland,Scotland Kun,Scotland Kūn,Scotland konderria,Scotland megye,Scotlandi maakond,Skotland,Skotlend,mqatʿt skwtland,shhrstan askatlnd  karwlynay shmaly,skotalyanda ka'unti,su ge lan xian,sukottorando jun,Округ Скотланд,Скотланд,Скотленд,سکاٹ لینڈ کاؤنٹی، شمالی کیرولائنا,سکاٹلینڈ کاؤنٹی,شهرستان اسکاتلند، کارولینای شمالی,مقاطعة سكوتلاند,স্কোটল্যান্ড কাউন্টি,スコットランド郡,蘇格蘭縣		US	NC	165	36157	America/New_York
4493238	Stanly County	stanly-county	Comitatul Stanly,Comte de Stanly,Comté de Stanly,Condado de Stanly,Condado han Stanly,Contea di Stanly,Hrabstwo Stanly,Okrug Stenli,Quan Stanly,Quận Stanly,Stanly,Stanly Kun,Stanly Kūn,Stanly konderria,Stanly megye,Stehnli,Stenli,mqatʿt stanly,shhrstan astnly  karwlynay shmaly,si tan li xian,stenali ka'unti,sutanri jun,Округ Стенли,Стенли,Стенлі,Стэнли,سٹینلی کاؤنٹی، شمالی کیرولائنا,سٹینلے کاؤنٹی، اتلا کیرولینا,شهرستان استنلی، کارولینای شمالی,مقاطعة ستانلي,স্টেনলি কাউন্টি,スタンリー郡,斯坦利縣		US	NC	167	60585	America/New_York
4493539	Stokes County	stokes-county	Comitatul Stokes,Comte de Stokes,Comté de Stokes,Condado de Stokes,Condado han Stokes,Contea di Stokes,Hrabstwo Stokes,Okrug Stoks,Quan Stokes,Quận Stokes,Stokes,Stokes Kun,Stokes Kūn,Stokes konderria,Stokes megye,Stoks,Stouks,mqatʿt stwks,shhrstan astwks  karwlynay shmaly,si tuo ke si xian,stokasa ka'unti,sutokusu jun,Округ Стокс,Стокс,Стоукс,سٹوکس کاؤنٹی,سٹوکس کاؤنٹی، شمالی کیرولائنا,شهرستان استوکس، کارولینای شمالی,مقاطعة ستوكس,স্টোকস কাউন্টি,ストークス郡,斯托克斯縣		US	NC	169	47401	America/New_York
4494132	Surry County	surry-county	Comitatul Surry,Comte de Surry,Comté de Surry,Condado de Surry,Condado han Surry,Contea di Surry,Hrabstwo Surry,Okrug Sari,Quan Surry,Quận Surry,Sarri,Suri,Surry,Surry Kun,Surry Kūn,Surry konderria,Surry maakond,Surry megye,mqatʿt swry,sa li xian,sari jun,shhrstan sry  karwlynay shmaly,suri ka'unti,Округ Сари,Сарри,Саррі,Съри,سری کاؤنٹی، اتلا کیرولینا,سریئی کاؤنٹی، شمالی کیرولائنا,شهرستان سری، کارولینای شمالی,مقاطعة سوري,সুরি কাউন্টি,サリー郡,薩里縣		US	NC	171	73673	America/New_York
4494189	Swain County	swain-county	Comitatul Swain,Comte de Swain,Comté de Swain,Condado de Swain,Condado han Swain,Contea di Swain,Hrabstwo Swain,Okrug Svejn,Quan Swain,Quận Swain,Suehjn,Suejn,Svejn,Swain,Swain Kun,Swain Kūn,Swain konderria,Swain megye,mqatʿt swyn,saraina ka'unti,si wen xian,suu~ein jun,Округ Свејн,Свейн,Суейн,Суэйн,سوئین کاؤنٹی، شمالی کیرولینا,سوائن کاؤنٹی,مقاطعة سوين,সৱিন কাউন্টি,スウェイン郡,斯溫縣		US	NC	173	13981	America/New_York
4495544	Transylvania County	transylvania-county	Comitatul Transylvania,Comte de Transylvania,Comté de Transylvania,Condado de Transilvania,Condado de Transylvania,Condado han Transylvania,Contea di Transylvania,Hrabstwo Transylvania,Okrug Transilvejnija,Quan Transylvania,Quận Transylvania,Transil'vanija,Transilvanija,Transylvania,Transylvania Kun,Transylvania Kūn,Transylvania konderria,Transylvania megye,mqatʿt transylfanya,shhrstan transylwanya  karwlynay shmaly,te lan xi wa ni ya xian,toranshirubenia jun,tranasilabheniya ka'unti,Округ Трансилвејнија,Трансилвания,Трансильвания,Трансильванія,شهرستان ترانسیلوانیا، کارولینای شمالی,مقاطعة ترانسيلفانيا,ٹرانسوانیا کاؤنٹی,ٹرینسیلوینیا کاؤنٹی، شمالی کیرولینا,ট্রানসিলভেনিয়া কাউন্টি,トランシルベニア郡,特蘭西瓦尼亞縣		US	NC	175	33090	America/New_York
4496070	Tyrrell County	tyrrell-county	Comitatul Tyrrell,Comte de Tyrrell,Comté de Tyrrell,Condado de Tyrrell,Condado han Tyrrell,Contea di Tyrrell,Hrabstwo Tyrrell,Okrug Tajrel,Quan Tyrrell,Quận Tyrrell,Tijrul,Tirrell,Tyrrell,Tyrrell Kun,Tyrrell Kūn,Tyrrell konderria,Tyrrell megye,di lei er xian,mqatʿt tayryl,shhrstan tayrl  karwlynay shmaly,tayarela ka'unti,tireru jun,Округ Тајрел,Тийръл,Тиррелл,Тіррелл,شهرستان تایرل، کارولینای شمالی,مقاطعة تايريل,ٹائرل کاؤنٹی,ٹیریل کاؤنٹی، شمالی کیرولائنا,টায়রেল কাউন্টি,ティレル郡,蒂勒爾縣		US	NC	177	4407	America/New_York
4496196	Union County	union-county	Comitatul Union,Comte d'Union,Comté d'Union,Condado de Union,Condado han Union,Contea di Union,Hrabstwo Union,Junion,Juniun,Okrug Junion,Quan Union,Quận Union,Union,Union County,Union Kun,Union Kūn,Union konderria,Union megye,i'uniyana ka'unti,mqatʿt ywnywn,shhrstan ywnywn  karwlynay shmaly,you ni ang xian,yunion jun,Округ Јунион,Юнион,Юниън,Юніон,شهرستان یونیون، کارولینای شمالی,مقاطعة يونيون,یونین کاؤنٹی، اتلا کیرولینا,یونین کاؤنٹی، شمالی کیرولائنا,ইউনিয়ন কাউন্টি,ユニオン郡,猶尼昂縣		US	NC	179	201292	America/New_York
4496539	Vance County	vance-county	Comitatul Vance,Comte de Vance,Comté de Vance,Condado de Vance,Condado han Vance,Contea di Vance,Hrabstwo Vance,Okrug Vens,Quan Vance,Quận Vance,Vance,Vance Kun,Vance Kūn,Vance konderria,Vance megye,Vans,Vehns,Vens,bansu jun,bhanase ka'unti,mqatʿt fans,shhrstan wns  karwlynay shmaly,wan si xian,Ванс,Венс,Вэнс,Округ Венс,شهرستان ونس، کارولینای شمالی,مقاطعة فانس,وینس کاؤنٹی,وینس کاؤنٹی، شمالی کیرولائنا,ভানসে কাউন্টি,バンス郡,萬斯縣		US	NC	181	45422	America/New_York
4497286	Wake County	wake-county	Comitatul Wake,Comte de Wake,Comté de Wake,Condado de Wake,Condado han Wake,Contea di Wake,Hrabstwo Wake,Okrug Vejk,Quan Wake,Quận Wake,Uehjk,Uejk,Vejk,Wake,Wake Kun,Wake Kūn,Wake konderria,Wake megye,Wakei maakond,mqatʿt wyk,rae'ika ka'unti,u~eiku jun,wei ke xian,Вейк,Округ Вејк,Уейк,Уэйк,مقاطعة ويك,ویک کاؤنٹی,ویک کاؤنٹی، شمالی کیرولائنا,ৱেইক কাউন্টি,ウェイク郡,韦克县		US	NC	183	900993	America/New_York
4497598	Warren County	warren-county	Comitatul Warren,Comte de Warren,Comté de Warren,Condado de Warren,Condado han Warren,Contea di Warren,Hrabstwo Warren,Okrug Voren,Quan Warren,Quận Warren,Uorren,Uorun,Vorren,Warren,Warren Kun,Warren Kūn,Warren konderria,Warren megye,mqatʿt waryn,raarena ka'unti,shhrstan warn  karwlynay shmaly,u~oren jun,wo lun xian,Воррен,Округ Ворен,Уоррен,Уорън,شهرستان وارن، کارولینای شمالی,مقاطعة وارين,وارن کاؤنٹی، اتلا کیرولینا,وارن کاؤنٹی، شمالی کیرولینا,ৱারেন কাউন্টি,ウォーレン郡,沃倫縣		US	NC	185	20972	America/New_York
4497673	Washington County	washington-county	Comitatul Washington,Comte de Washington,Comté de Washington,Condado de Washington,Condado han Washington,Contea di Washington,Hrabstwo Washington,Okrug Vashington,Quan Washington,Quận Washington,Vashington,Washington,Washington Kun,Washington Kūn,Washington konderria,Washington megye,Washingtoni maakond,hua sheng dun xian,mqatʿt washntwn,raasintana ka'unti,shhrstan washyngtn  karwlynay shmaly,washinton jun,Вашингтон,Округ Вашингтон,شهرستان واشینگتن، کارولینای شمالی,مقاطعة واشنطون,واشنگٹن کاؤنٹی، اتلا کیرولینا,واشنگٹن کاؤنٹی، شمالی کیرولائنا,ৱাশিংটন কাউন্টি,ワシントン郡,華盛頓縣		US	NC	187	13228	America/New_York
4497707	Watauga County	watauga-county	Comitatul Watauga,Comte de Watauga,Comté de Watauga,Condado de Watauga,Condado han Watauga,Contea di Watauga,Hrabstwo Watauga,Okrug Vatoga,Quan Watauga,Quận Watauga,Uotoga,Vatoga,Votoga,Watauga,Watauga County,Watauga Kun,Watauga Kūn,Watauga konderria,Watauga megye,mqatʿt watwgha,raatauga ka'unti,shhrstan watag  karwlynay shmaly,watauga jun,wo tuo jia xian,Ватога,Вотоґа,Округ Ватога,Уотога,شهرستان واتاگ، کارولینای شمالی,مقاطعة واتوغا,واتاؤگا کاؤنٹی,واٹاگا کاؤنٹی، شمالی کیرولائنا,ৱাটৌগা কাউন্টি,ワタウガ郡,沃托加縣		US	NC	189	51079	America/New_York
4518038	Meigs County	meigs-county	Comitatul Meigs,Comte de Meigs,Comté de Meigs,Condado de Meigs,Condado han Meigs,Contea di Meigs,Hrabstwo Meigs,Megs,Megz,Meigs,Meigs Comitatus,Meigs Kun,Meigs Kūn,Meigs konderria,Meigs megye,Meigsi maakond,Meigsin piirikunta,Okrug Megs,Quan Meigs,Quận Meigs,me'ijasa ka'unti,meguzu jun,mei ge si xian,mqatʿt myghz,shhrstan mygs  awhayw,Мегз,Мегс,Меґс,Округ Мегс,شهرستان میگس، اوهایو,مقاطعة ميغز,میگز کاؤنٹی، اوہائیو,মেইজস কাউন্টি,メグズ郡,梅格斯縣		US	OH	105	23770	America/New_York
4497859	Wayne County	wayne-county	Comitatul Wayne,Comte de Wayne,Comté de Wayne,Condado de Wayne,Condado han Wayne,Contea di Wayne,Hrabstwo Wayne,Kantono Wayne,Okrug Vejn,Quan Wayne,Quận Wayne,Uehjn,Uejn,Vejn,Wayne,Wayne Kun,Wayne Kūn,Wayne konderria,Wayne megye,mqatʿt wyn,raa'ine ka'unti,shhrstan wyn  karwlynay shmaly,u~ein jun,wei en xian,Вейн,Округ Вејн,Уейн,Уэйн,شهرستان وین، کارولینای شمالی,مقاطعة وين,وین کاؤنٹی، اتلا کیرولینا,وین کاؤنٹی، شمالی کیرولائنا,ৱাইনে কাউন্টি,ウェイン郡,韋恩縣		US	NC	191	122623	America/New_York
4499127	Wilkes County	wilkes-county	Comitatul Wilkes,Comte de Wilkes,Comté de Wilkes,Condado de Wilkes,Condado han Wilkes,Contea di Wilkes,Hrabstwo Wilkes,Okrug Vilks,Quan Wilkes,Quận Wilkes,Uilks,Vilks,Wilkes,Wilkes Kun,Wilkes Kūn,Wilkes konderria,Wilkes megye,Wilkesi maakond,mqatʿt wylks,shhrstan wylks  karwlynay shmaly,u'ilakesa ka'unti,u~irukusu jun,wei er ke si xian,Вілкс,Округ Вилкс,Уилкс,شهرستان ویلکس، کارولینای شمالی,مقاطعة ويلكس,ولکیز کاؤنٹی,ویلکس کاؤنٹی، شمالی کیرولائنا,উইলকেস কাউন্টি,ウィルクス郡,威爾克斯縣		US	NC	193	69340	America/New_York
4499428	Wilson County	wilson-county	Comitatul Wilson,Comte de Wilson,Comté de Wilson,Condado de Wilson,Condado han Wilson,Contea di Wilson,Hrabstwo Wilson,Okrug Vilson,Quan Wilson,Quận Wilson,Uilson,Uilsun,Vilson,Wilson,Wilson Kun,Wilson Kūn,Wilson konderria,Wilson megye,mqatʿt wylswn,shhrstan wylswn  karwlynay shmaly,u'ilasana ka'unti,u~iruson jun,wei er xun xian,Вілсон,Округ Вилсон,Уилсон,Уилсън,شهرستان ویلسون، کارولینای شمالی,مقاطعة ويلسون,ولسن کاؤنٹی، اتلا کیرولینا,ولسن کاؤنٹی، شمالی کیرولائنا,উইলসন কাউন্টি,ウィルソン郡,威爾遜縣		US	NC	195	81234	America/New_York
4500134	Yadkin County	yadkin-county	Comitatul Yadkin,Comte de Yadkin,Comté de Yadkin,Condado de Yadkin,Condado han Yadkin,Contea di Yadkin,Hrabstwo Yadkin,Jadkin,Okrug Jadkin,Quan Yadkin,Quận Yadkin,Yadkin,Yadkin Kun,Yadkin Kūn,Yadkin konderria,Yadkin megye,Yadkini maakond,mqatʿt yadkyn,ya de jin xian,yadakina ka'unti,yadokin jun,Округ Јадкин,Ядкин,Ядкін,مقاطعة يادكين,یادکین کاؤنٹی,یاڈکن کاؤنٹی، شمالی کیرولائنا,য়াদকিন কাউন্টি,ヤドキン郡,亞德金縣		US	NC	197	38406	America/New_York
4500160	Yancey County	yancey-county	Comitatul Yancey,Comte de Yancey,Comté de Yancey,Condado de Yancey,Condado han Yancey,Contea di Yancey,Hrabstwo Yancey,Jansi,Okrug Jansi,Quan Yancey,Quận Yancey,Yancey,Yancey Kun,Yancey Kūn,Yancey konderria,Yancey megye,Yancey  okrug,Yanceyn piirikunta,mqatʿt yansy,shhrstan ynsy  karwlynay shmaly,yanasiya ka'unti,yang xi xian,yanshi jun,Округ Јанси,Янси,Янсі,شهرستان ینسی، کارولینای شمالی,مقاطعة يانسي,یئنسی کاؤنٹی، شمالی کیرولائنا,یانسے کاؤنٹی,য়ানসিয় কাউন্টি,ヤンシー郡,揚西縣		US	NC	199	17818	America/New_York
4500561	Atlantic County	atlantic-county	Atlantic,Atlantic Kun,Atlantic Kūn,Atlantic konderria,Atlantic megye,Atlanticu maakond,Atlantik,Atlantik srjan,Comitatul Atlantic,Comtat dAtlantic,Comte d'Atlantic,Comté d'Atlantic,Condado de Atlantic,Condado han Atlantic,Contea di Atlantic,Hrabstwo Atlantic,Okrug Atlantik,Quan Atlantic,Quận Atlantic,altantika ka'unti,atorantikku jun,da xi yang xian,shhrstan atlantyk  nywjrsy,Атлантик,Округ Атлантик,Ատլանտիկ շրջան,اٹلانٹک کاؤنٹی، نیو جرسی,ایٹلانٹک کاؤنٹی,شهرستان آتلانتیک، نیوجرسی,مقاطعة أتلانتك,আল্টান্টিক কাউন্টি,アトランティック郡,大西洋縣		US	NJ	001	274549	America/New_York
4500994	Burlington County	burlington-county	Berlington,Berlington srjan,Burlington,Burlington Kun,Burlington Kūn,Burlington konderria,Burlington megye,Burlingtun,Comitatul Burlington,Comte de Burlington,Comté de Burlington,Condado de Burlington,Condado han Burlington,Contea di Burlington,Hrabstwo Burlington,Okrug Berlington,Quan Burlington,Quận Burlington,barinton jun,barlintana ka'unti,bo ling dun jun,shhrstan brlyngtwn  nywjrsy,Берлингтон,Берлінгтон,Бърлингтън,Округ Берлингтон,Բերլինգտոն շրջան,برلنگٹن کاؤنٹی,برلنگٹن کاؤنٹی، نیو جرسی,شهرستان برلینگتون، نیوجرسی,مقاطعة برلنغتون,বার্লিংটন কাউন্টি,バーリントン郡,伯靈頓郡		US	NJ	005	448734	America/New_York
4501019	Camden County	camden-county	Camden,Camden Kun,Camden Kūn,Camden konderria,Camden megye,Comitatul Camden,Comte de Camden,Comté de Camden,Condado de Camden,Condado han Camden,Contea di Camden,Hrabstwo Camden,Kamdun,Kehmden,Kemden,Okrug Kamden,Quan Camden,Quận Camden,kamuden jun,kang deng xian,kemadena ka'unti,shhrstan kmdn  nywjrsy,Камдън,Кемден,Кэмден,Округ Камден,Քեմդեն շրջան,شهرستان کمدن، نیوجرسی,مقاطعة كامدن,کیمڈن کاؤنٹی,کیمڈن کاؤنٹی، نیو جرسی,কেমডেন কাউন্টি,カムデン郡,康登縣		US	NJ	007	513657	America/New_York
4501053	Cape May County	cape-may-county	Cape May,Cape May Kun,Cape May Kūn,Cape May konderria,Cape May megye,Comitatul Cape May,Comte de Cape May,Comté de Cape May,Condado de Cape May,Condado han Cape May,Contea di Cape May,Hrabstwo Cape May,Kejp Mej,Kejp-Mej,Okrug Kejp Mej,Quan Cape May,Quận Cape May,kai pu mei xian,ke'ipa me ka'unti,kepumei jun,shhrstan kyp my  nywjrsy,Кейп Мей,Кейп-Мей,Округ Кејп Меј,Քեյպ Մեյ շրջան,شهرستان کیپ می، نیوجرسی,مقاطعة كيب مي,کیپ مئے کاؤنٹی، نیو جرسی,کیپ مے کاؤنٹی,কেইপ মে কাউন্টি,ケープメイ郡,開普梅縣		US	NJ	009	97265	America/New_York
4501427	Cumberland County	cumberland-county	Comitatul Cumberland,Comte de Cumberland,Comté de Cumberland,Condado de Cumberland,Condado han Cumberland,Contea di Cumberland,Cumberland,Cumberland Kun,Cumberland Kūn,Cumberland konderria,Cumberland megye,Hrabstwo Cumberland,Kamberlend,Kumburland,Okrug Kamberland,Quan Cumberland,Quận Cumberland,kambaralyanda ka'unti,kan bo lan xian,kanbarando jun,shhrstan kambrlnd  nywjrsy,Камберленд,Къмбърланд,Округ Камберланд,Քամբերլենդ շրջան,شهرستان کامبرلند، نیوجرسی,مقاطعة كمبرلاند,کمبرلینڈ کاؤنٹی,کمبرلینڈ کاؤنٹی، نیو جرسی,কাম্বারল্যান্ড কাউন্টি,カンバーランド郡,坎伯蘭縣		US	NJ	011	156898	America/New_York
4968996	Knox County	knox-county	Comitatul Knox,Comte de Knox,Comté de Knox,Condado de Knox,Condado han Knox,Contea di Knox,Hrabstwo Knox,Knox,Knox Kun,Knox Kūn,Knox konderria,Knox megye,Noks,Okrug Noks,kaksa ka'unti,nokkusu jun,nuo ke si xian,shhrstan naks  myn,Нокс,Округ Нокс,Նոքս շրջան,شهرستان ناکس، مین,ناکس کاؤنٹی,کنو کاؤنٹی، میئن,কক্স কাউন্টি,ノックス郡,諾克斯縣		US	ME	013	39736	America/New_York
4501944	Gloucester County	gloucester-county	Comitatul Gloucester,Comte de Gloucester,Comté de Gloucester,Condado de Gloucester,Condado han Gloucester,Contea di Gloucester,Glocester County,Gloster,Glostur,Gloucester,Gloucester County,Gloucester Kun,Gloucester Kūn,Gloucester konderria,Gloucester megye,Golster srjan,Hrabstwo Gloucester,Okrug Gloster,Quan Gloucester,Quận Gloucester,ge luo si te xian,glausestera ka'unti,gurosuta jun,shhrstan glastr  nywjrsy,Глостер,Глостър,Округ Глостер,Գոլստեր շրջան,شهرستان گلاستر، نیوجرسی,مقاطعة غلوستر,گلوسٹر کاؤنٹی، نیو جرسی,گلوکسٹر کاؤنٹی,গ্লৌসেস্টের কাউন্টি,グロスター郡,格洛斯特縣		US	NJ	015	288288	America/New_York
4503355	Ocean County	ocean-county	Comitatul Ocean,Comte d'Ocean,Comté d'Ocean,Condado de Ocean,Condado han Ocean,Contea di Ocean,Hrabstwo Ocean,Ocean,Ocean Kun,Ocean Kūn,Ocean konderria,Ocean megye,Okrug Oushan,Oushen,Oushun,Ousn srjan,Quan Ocean,Quận Ocean,hai yang xian,oshan jun,osiyana ka'unti,shhrstan awshn  nywjrsy,Округ Оушан,Оушен,Оушън,Օուշն շրջան,اوشن کاؤنٹی، نیو جرسی,اوشین کاؤنٹی,شهرستان اوشن، نیوجرسی,مقاطعة أوشن,ওসিয়ান কাউন্টি,オーシャン郡,海洋縣		US	NJ	029	576567	America/New_York
4503949	Salem County	salem-county	Comitatul Salem,Comte de Salem,Comté de Salem,Condado de Salem,Condado han Salem,Contea di Salem,Hrabstwo Salem,Okrug Sejlem,Quan Salem,Quận Salem,Salem,Salem Kun,Salem Kūn,Salem konderria,Salem megye,Salem srjan,Sejlem,Sejlum,sai lei mu xian,salema ka'unti,seiramu jun,shhrstan sylm  nywjrsy,Округ Сејлем,Салем,Сейлем,Сейлъм,Սալեմ շրջան,سیلم کاؤنٹی,سیلم کاؤنٹی، نیو جرسی,شهرستان سیلم، نیوجرسی,مقاطعة سالم,সালেম কাউন্টি,セイラム郡,塞勒姆縣		US	NJ	033	66083	America/New_York
4505006	Adams County	adams-county	Adams,Adams Comitatus,Adams Kun,Adams Kūn,Adams konderria,Adams megye,Adamsin piirikunta,Comitatul Adams,Comte d'Adams,Comté d'Adams,Condado de Adams,Condado han Adams,Contea di Adams,Hrabstwo Adams,Okrug Adams,Quan Adams,Quận Adams,adamasa ka'unti,adamuzu jun,mqatʿt admz,shhrstan adamz  awhayw,ya dang si xian,Адамс,Округ Адамс,ایڈمز کاؤنٹی، اوہائیو,شهرستان آدامز، اوهایو,مقاطعة آدمز,আডামস কাউন্টি,アダムズ郡,亞當斯縣		US	OH	001	28550	America/New_York
4505546	Athens County	athens-county	Afini,Atens,Athens,Athens Comitatus,Athens Kun,Athens Kūn,Athens konderria,Athens megye,Athensin piirikunta,Atuns,Comitatul Athens,Comte d'Athens,Comté d'Athens,Condado de Athens,Condado han Athens,Contea di Athens,Hrabstwo Athens,Okrug Atens,Quan Athens,Quận Athens,asenzu jun,ethensa ka'unti,mqatʿt athynz,shhrstan atn  awhayw,ya dian xian,Атенс,Атънс,Афіни,Округ Атенс,ایتھنز کاؤنٹی,ایتھنز کاؤنٹی، اوہائیو,شهرستان آتن، اوهایو,مقاطعة أثينز,এথেন্স কাউন্টি,アセンズ郡,雅典縣		US	OH	009	64757	America/New_York
4507215	Brown County	brown-county	Braun,Brown,Brown Comitatus,Brown Kun,Brown Kūn,Brown konderria,Brown megye,Brownin piirikunta,Comitatul Brown,Comte de Brown,Comté de Brown,Condado de Brown,Condado han Brown,Contea di Brown,Hrabstwo Brown,Okrug Braun,Quan Brown,Quận Brown,bra'una ka'unti,bu lang xian,buraun jun,mqatʿt brawn,shhrstan brawn  awhayw,Браун,Округ Браун,براؤن کاؤنٹی، اوہائیو,شهرستان براون، اوهایو,مقاطعة براون,ব্রাউন কাউন্টি,ブラウン郡,布朗縣		US	OH	015	44846	America/New_York
4507568	Butler County	butler-county	Batler,Butler,Butler Comitatus,Butler Kun,Butler Kūn,Butler konderria,Butler megye,Butlerin piirikunta,Butlur,Comitatul Butler,Comte de Butler,Comté de Butler,Condado de Butler,Condado han Butler,Contea di Butler,Hrabstwo Butler,Okrug Batler,Quan Butler,Quận Butler,ba te lei xian,batarara ka'unti,batora jun,mqatʿt btlr,shhrstan batlr  awhayw,Батлер,Бътлър,Округ Батлер,بٹلر کاؤنٹی، اوہائیو,شهرستان باتلر، اوهایو,مقاطعة بتلر,বাটরার কাউন্টি,バトラー郡,巴特勒縣		US	OH	017	368130	America/New_York
4508810	Clark County	clark-county	Clark,Clark Comitatus,Clark Kun,Clark Kūn,Clark konderria,Clark megye,Clarkin piirikunta,Comitatul Clark,Comte de Clark,Comté de Clark,Condado de Clark,Condado han Clark,Contea di Clark,Hrabstwo Clark,Klark,Okrug Klark,Quan Clark,Quận Clark,ke la ke xian,klarka ka'unti,kuraku jun,mqatʿt klark,shhrstan klark  awhayw,Кларк,Округ Кларк,شهرستان کلارک، اوهایو,مقاطعة كلارك,کلارک کاؤنٹی، اوہائیو,ক্লার্ক কাউন্টি,クラーク郡,克拉克縣		US	OH	023	138333	America/New_York
4508924	Clermont County	clermont-county	Clermont,Clermont Comitatus,Clermont Kun,Clermont Kūn,Clermont konderria,Clermont megye,Clermontin piirikunta,Comitatul Clermont,Comte de Clermont,Comté de Clermont,Condado de Clermont,Condado han Clermont,Contea di Clermont,Hrabstwo Clermont,Klermont,Okrug Klermont,Quan Clermont,Quận Clermont,ke lai meng xian,kleramonta ka'unti,kuramonto jun,mqatʿt klyrmwnt,shhrstan klrmwnt  awhayw,Клермонт,Округ Клермонт,شهرستان کلرمونت، اوهایو,مقاطعة كليرمونت,کلرمونٹ کاؤنٹی,کلرمونٹ کاؤنٹی، اوہائیو,ক্লেরমোন্ট কাউন্টি,クラーモント郡,克萊蒙縣		US	OH	025	197363	America/New_York
4508988	Clinton County	clinton-county	Clinton,Clinton Comitatus,Clinton Kun,Clinton Kūn,Clinton konderria,Clinton megye,Clintonin piirikunta,Comitatul Clinton,Comte de Clinton,Comté de Clinton,Condado de Clinton,Condado han Clinton,Contea di Clinton,Hrabstwo Clinton,Klinton,Klintun,Okrug Klinton,Quan Clinton,Quận Clinton,ke lin dun xian,klintana ka'unti,kurinton jun,mqatʿt klyntwn,shhrstan klyntn  awhayw,Клинтон,Клинтън,Клінтон,Округ Клинтон,شهرستان کلینتن، اوهایو,مقاطعة كلينتون,کلنٹن کاؤنٹی، اوہائیو,ক্লিন্টন কাউন্টি,クリントン郡,克林頓縣		US	OH	027	42040	America/New_York
4511295	Fairfield County	fairfield-county	Comitatul Fairfield,Comte de Fairfield,Comté de Fairfield,Condado de Fairfield,Condado han Fairfield,Contea di Fairfield,Fairfield,Fairfield Comitatus,Fairfield Kun,Fairfield Kūn,Fairfield konderria,Fairfield megye,Fairfieldin piirikunta,Fehrfild,Ferfild,Feurfijld,Hrabstwo Fairfield,Okrug Ferfild,Quan Fairfield,Quận Fairfield,feafirudo jun,fei er fei er de xian,mqatʿt fyrfyld,pheyaraphilda ka'unti,shhrstan fyrfyld  awhayw,Округ Ферфилд,Ферфілд,Феърфийлд,Фэрфилд,شهرستان فیرفیلد، اوهایو,فیئرفیلڈ کاؤنٹی، اوہائیو,فیرفیلڈ کاؤنٹی، اوہائیو,مقاطعة فيرفيلد,ফেয়ারফিল্ড কাউন্টি,フェアフィールド郡,費爾菲爾德縣		US	OH	045	146156	America/New_York
4511521	Fayette County	fayette-county	Comitatul Fayette,Comte de Fayette,Comté de Fayette,Condado de Fayette,Condado han Fayette,Contea di Fayette,Faett,Fajet,Fayette,Fayette Comitatus,Fayette Kun,Fayette Kūn,Fayette konderria,Fayette megye,Fayetten piirikunta,Fejett,Hrabstwo Fayette,Okrug Fejet,Quan Fayette,Quận Fayette,faietto jun,fei ye te xian,mqatʿt fyyt,phayeta ka'unti,shhrstan fyt  awhayw,Округ Фејет,Файет,Фаєтт,Фейетт,شهرستان فیت، اوهایو,فائیٹ کاؤنٹی، اوہائیو,فایٹ کاؤنٹی، اوہائیو,مقاطعة فييت,ফায়েত কাউন্টি,ファイエット郡,費耶特縣		US	OH	047	29030	America/New_York
4512214	Franklin County	franklin-county	Comitatul Franklin,Comte de Franklin,Comté de Franklin,Condado de Franklin,Condado han Franklin,Contea di Franklin,Franklin,Franklin Comitatus,Franklin Kun,Franklin Kūn,Franklin konderria,Franklin megye,Franklini maakond,Franklinin piirikunta,Hrabstwo Franklin,Okrug Frenklin,Quan Franklin,Quận Franklin,fu lan ke lin xian,furankurin jun,mqatʿt frankln,phrankalina ka'unti,shhrstan franklyn  awhayw,Округ Френклин,Франклин,Франклін,شهرستان فرانکلین، اوهایو,فرینکلن کاؤنٹی، اوہائیو,مقاطعة فرانكلن,ফ্রাঙ্কলিন কাউন্টি,フランクリン郡,富兰克林县		US	OH	049	1163414	America/New_York
4512438	Gallia County	gallia-county	Comitatul Gallia,Comte de Gallia,Comté de Gallia,Condado de Gallia,Condado han Gallia,Condau de Gallia,Condáu de Gallia,Contea di Gallia,Galija,Gallia,Gallia Comitatus,Gallia Kun,Gallia Kūn,Gallia konderria,Gallia megye,Gallian piirikunta,Gallija,Hrabstwo Gallia,Okrug Galija,Quan Gallia,Quận Gallia,galliya ka'unti,gao lu xian,garia jun,mqatʿt ghalya,shhrstan galya  awhayw,Галия,Галлия,Галлія,Округ Галија,شهرستان گالیا، اوهایو,مقاطعة غاليا,گالیا کاؤنٹی، اوہائیو,گالیو کاؤنٹی,গাল্লিয়া কাউন্টি,ガリア郡,高盧縣		US	OH	053	30934	America/New_York
4513280	Greene County	greene-county	Comitatul Greene,Comte de Greene,Comté de Greene,Condado de Greene,Condado han Greene,Contea di Greene,Greene,Greene Comitatus,Greene Kun,Greene Kūn,Greene konderria,Greene megye,Greenen piirikunta,Grijn,Grin,Hrabstwo Greene,Okrug Grin,Quan Greene,Quận Greene,ge lin xian,grini ka'unti,gurin jun,mqatʿt ghryn,shhrstan gryn  awhayw,Грийн,Грин,Округ Грин,Ґрін,شهرستان گرین، اوهایو,مقاطعة غرين,گرین کاؤنٹی، اوہائیو,গ্রীনি কাউন্টি,グリーン郡,格林縣		US	OH	057	161573	America/New_York
4513583	Hamilton County	hamilton-county	Comitatul Hamilton,Comte de Hamilton,Comté de Hamilton,Condado de Hamilton,Condado han Hamilton,Contea di Hamilton,Gamil'ton,Hamilton,Hamilton Comitatus,Hamilton Kun,Hamilton Kūn,Hamilton konderria,Hamilton megye,Hamiltoni maakond,Hamiltonin piirikunta,Hrabstwo Hamilton,Khamiltun,Okrug Khamilton,Quan Hamilton,Quận Hamilton,hamiruton jun,han mi er dun xian,hyamilatana ka'unti,mqatʿt hamltwn,shhrstan hmyltwn  awhayw,Гамильтон,Гамільтон,Округ Хамилтон,Хамилтън,شهرستان همیلتون، اوهایو,مقاطعة هاملتون,ہیملٹن کاؤنٹی، اوہائیو,হ্যামিলটন কাউন্টি,ハミルトン郡,漢密爾頓縣		US	OH	061	802374	America/New_York
4514204	Highland County	highland-county	Comitatul Highland,Comte de Highland,Comté de Highland,Condado de Highland,Condado han Highland,Contea di Highland,Gajlend,Highland,Highland Comitatus,Highland Kun,Highland Kūn,Highland konderria,Highland megye,Highlandi maakond,Highlandin piirikunta,Hrabstwo Highland,Khajland,Khajlend,Okrug Khajland,Quan Highland,Quận Highland,gao de xian,ha'ilyanda ka'unti,hairando jun,mqatʿt hayland,shhrstan haylnd  awhayw,Гайленд,Округ Хајланд,Хайланд,Хайленд,شهرستان هایلند، اوهایو,مقاطعة هايلاند,ہائلینڈ کاؤنٹی، اوہائیو,ہائیلینڈ کاؤنٹی، اوہائیو,হাইল্যান্ড কাউন্টি,ハイランド郡,高地縣		US	OH	071	43589	America/New_York
4514358	Hocking County	hocking-county	Comitatul Hocking,Comte de Hocking,Comté de Hocking,Condado de Hocking,Condado han Hocking,Condau de Hocking,Condáu de Hocking,Contea di Hocking,Goking,Hocking,Hocking Comitatus,Hocking Kun,Hocking Kūn,Hocking konderria,Hocking megye,Hockingin piirikunta,Hrabstwo Hocking,Khoking,Okrug Khoking,Quan Hocking,Quận Hocking,hokim ka'unti,hokkingu jun,huo jin xian,mqatʿt hwkngh,shhrstan hwkyng  awhayw,Гокінґ,Округ Хокинг,Хокинг,شهرستان هوکینگ، اوهایو,مقاطعة هوكنغ,ہاکنگ کاؤنٹی,ہاکنگ کاؤنٹی، اوہائیو,হোকিং কাউন্টি,ホッキング郡,霍金縣		US	OH	073	29380	America/New_York
4515328	Jackson County	jackson-county	Comitatul Jackson,Comte de Jackson,Comté de Jackson,Condado de Jackson,Condado han Jackson,Contea di Jackson,Dzhaksun,Dzhekson,Hrabstwo Jackson,Jackson,Jackson Comitatus,Jackson Kun,Jackson Kūn,Jackson konderria,Jackson megye,Jacksoni maakond,Jacksonin piirikunta,Okrug DZekson,Quan Jackson,Quận Jackson,jakuson jun,jie ke xun xian,jyakasana ka'unti,mqatʿt jakswn,shhrstan jkswn  awhayw,Джаксън,Джексон,Округ Џексон,جیکسن کاؤنٹی، اوہائیو,شهرستان جکسون، اوهایو,مقاطعة جاكسون,জ্যাকশন কাউন্টি,ジャクソン郡,杰克逊县		US	OH	079	33225	America/New_York
4516351	Lawrence County	lawrence-county	Comitatul Lawrence,Comte de Lawrence,Comté de Lawrence,Condado de Lawrence,Condado han Lawrence,Contea di Lawrence,Hrabstwo Lawrence,Lawrence,Lawrence Comitatus,Lawrence Kun,Lawrence Kūn,Lawrence konderria,Lawrence megye,Lawrencen piirikunta,Lorens,Loruns,Lourens,Okrug Lorens,Quan Lawrence,Quận Lawrence,lao lun si xian,lararensa ka'unti,mqatʿt lwrns,rorensu jun,shhrstan larns  awhayw,Лоренс,Лорънс,Лоуренс,Округ Лоренс,شهرستان لارنس، اوهایو,لارنس کاؤنٹی، اوہائیو,مقاطعة لورنس,লৱরেন্স কাউন্টি,ローレンス郡,勞倫斯縣		US	OH	087	62450	America/New_York
4517365	Madison County	madison-county	Comitatul Madison,Comte de Madison,Comté de Madison,Condado de Madison,Condado han Madison,Contea di Madison,Hrabstwo Madison,Madison,Madison Comitatus,Madison Kun,Madison Kūn,Madison konderria,Madison megye,Madisonin piirikunta,Medison,Medisun,Mehdison,Okrug Medison,Quan Madison,Quận Madison,madison jun,mai di xun xian,medisana ka'unti,mqatʿt madyswn,shhrstan mdyswn  awhayw,Медисън,Медісон,Мэдисон,Округ Медисон,شهرستان مدیسون، اوهایو,مقاطعة ماديسون,میڈیسن کاؤنٹی، اوہائیو,মেডিশন কাউন্টি,マディソン郡,麥迪遜縣		US	OH	097	43435	America/New_York
4518563	Monroe County	monroe-county	Comitatul Monroe,Comte de Monroe,Comté de Monroe,Condado de Monroe,Condado han Monroe,Contea di Monroe,Hrabstwo Monroe,Monro,Monroe,Monroe Comitatus,Monroe Kun,Monroe Kūn,Monroe konderria,Monroe megye,Monroen piirikunta,Okrug Monro,Quan Monroe,Quận Monroe,manarau ka'unti,men luo xian,monro jun,mqatʿt mnrw,shhrstan mwnrw  awhayw,Монро,Округ Монро,شهرستان مونرو، اوهایو,مقاطعة منرو,منرو کاؤنٹی، اوہائیو,مونرو کاؤنٹی، اوہائیو,মনরৌ কাউন্টি,モンロー郡,門羅縣		US	OH	111	14642	America/New_York
4518598	Montgomery County	montgomery-county	Comitatul Montgomery,Comte de Montgomery,Comté de Montgomery,Condado de Montgomery,Condado han Montgomery,Contea di Montgomery,Hrabstwo Montgomery,Montgomeri,Montgomery,Montgomery Comitatus,Montgomery Kun,Montgomery Kūn,Montgomery konderria,Montgomery maakond,Montgomery megye,Montgomeryn piirikunta,Montgomuri,Okrug Montgomeri,Quan Montgomery,Quận Montgomery,mantagomeri ka'unti,meng ge ma li xian,mongomeri jun,mqatʿt mntghamry,shhrstan mwntgwmry  awhayw,Монтгомери,Монтгомері,Монтгомъри,Округ Монтгомери,شهرستان مونتگومری، اوهایو,مقاطعة منتغامري,مونٹگمری کاؤنٹی، اوہائیو,مونٹگومری کاؤنٹی، اوہائیو,মন্টগোমেরী কাউন্টি,モンゴメリー郡,蒙哥馬利縣		US	OH	113	535153	America/New_York
4518677	Morgan County	morgan-county	Comitatul Morgan,Comte de Morgan,Comté de Morgan,Condado de Morgan,Condado han Morgan,Contea di Morgan,Hrabstwo Morgan,Morgan,Morgan Comitatus,Morgan Kun,Morgan Kūn,Morgan konderria,Morgan megye,Morganin piirikunta,Okrug Morgan,Quan Morgan,Quận Morgan,maragana ka'unti,mo gen xian,mogan jun,mqatʿt mwrghan,shhrstan mwrgan  awhayw,Морган,Морґан,Округ Морган,شهرستان مورگان، اوهایو,مقاطعة مورغان,مورگن کاؤنٹی، اوہائیو,মরগান কাউন্টি,モーガン郡,摩根縣		US	OH	115	15054	America/New_York
4519300	Muskingum County	muskingum-county	Comitatul Muskingum,Comte de Muskingum,Comté de Muskingum,Condado de Muskingum,Condado han Muskingum,Contea di Muskingum,Hrabstwo Muskingum,Maskingam,Muskingum,Muskingum Comitatus,Muskingum Kun,Muskingum Kūn,Muskingum konderria,Muskingum megye,Muskingumin piirikunta,Okrug Maskingam,Quan Muskingum,Quận Muskingum,ma si jin ge mu xian,masakingama ka'unti,masukingamu jun,mqatʿt msknghm,shhrstan maskyngam  awhayw,Маскингам,Маскінґам,Мъскингъм,Округ Маскингам,شهرستان ماسکینگام، اوهایو,مسکنگم کاؤنٹی,مسکنگم کاؤنٹی، اوہائیو,مقاطعة مسكنغم,মাসকিঙ্গাম কাউন্টি,マスキンガム郡,馬斯金格姆縣		US	OH	119	86074	America/New_York
4519808	Noble County	noble-county	Comitatul Noble,Comte de Noble,Comté de Noble,Condado de Noble,Condado han Noble,Contea di Noble,Hrabstwo Noble,Nobl,Noble,Noble Comitatus,Noble Kun,Noble Kūn,Noble konderria,Noble megye,Noblen piirikunta,Nobul,Okrug Nobl,Quan Noble,Quận Noble,mqatʿt nwbl,nobela ka'unti,noburu jun,nuo bu er xian,shhrstan nwbl  awhayw,Нобл,Нобъл,Округ Нобл,شهرستان نوبل، اوهایو,مقاطعة نوبل,نوبل کاؤنٹی,نوبل کاؤنٹی، اوہائیو,নোবেল কাউন্টি,ノーブル郡,諾布爾縣		US	OH	121	14645	America/New_York
4521093	Perry County	perry-county	Comitatul Perry,Comte de Perry,Comté de Perry,Condado de Perry,Condado han Perry,Contea di Perry,Hrabstwo Perry,Okrug Peri,Peri,Perri,Perry,Perry Comitatus,Perry Kun,Perry Kūn,Perry konderria,Perry megye,Perryn piirikunta,Quan Perry,Quận Perry,mqatʿt byry,pei li xian,peri jun,peri ka'unti,shhrstan pry  awhayw,Округ Пери,Пери,Перри,Перрі,شهرستان پری، اوهایو,مقاطعة بيري,پیری کاؤنٹی، اوہائیو,পেরী কাউন্টি,ペリー郡,佩里縣		US	OH	127	36058	America/New_York
4521196	Pickaway County	pickaway-county	Comitatul Pickaway,Comte de Pickaway,Comté de Pickaway,Condado de Pickaway,Condado han Pickaway,Contea di Pickaway,Hrabstwo Pickaway,Okrug Pikavej,Pickaway,Pickaway Comitatus,Pickaway Kun,Pickaway Kūn,Pickaway konderria,Pickaway megye,Pickawayn piirikunta,Pikauehj,Pikevej,Pikuuej,Quan Pickaway,Quận Pickaway,mqatʿt bykaway,pi ke wei xian,pika'erae ka'unti,pikkau~ei jun,shhrstan pykway  awhayw,Округ Пикавеј,Пикауэй,Пикъуей,Пікевей,شهرستان پیکوای، اوهایو,مقاطعة بيكاواي,پکآوے کاؤنٹی، اوہائیو,پکاوے کاؤنٹی,পিকএৱে কাউন্টি,ピッカウェイ郡,匹克威县		US	OH	129	55698	America/New_York
4521245	Pike County	pike-county	Comitatul Pike,Comte de Pike,Comté de Pike,Condado de Pike,Condado han Pike,Contea di Pike,Hrabstwo Pike,Okrug Pajk,Pajk,Pike,Pike Comitatus,Pike Kun,Pike Kūn,Pike konderria,Pike megye,Piken piirikunta,Quan Pike,Quận Pike,mqatʿt bayk,pa'ika ka'unti,pai ke xian,paiku jun,shhrstan payk  awhayw,Округ Пајк,Пайк,شهرستان پایک، اوهایو,مقاطعة بايك,پائک کاؤنٹی، اوہائیو,پائیک کاؤنٹی، اوہائیو,পাইক কাউন্টি,パイク郡,派克縣		US	OH	131	28709	America/New_York
4521907	Preble County	preble-county	Comitatul Preble,Comte de Preble,Comté de Preble,Condado de Preble,Condado han Preble,Contea di Preble,Hrabstwo Preble,Okrug Prebl,Prebl,Preble,Preble Comitatus,Preble Kun,Preble Kūn,Preble konderria,Preble megye,Preblen piirikunta,Prebul,Quan Preble,Quận Preble,mqatʿt brybl,pribale ka'unti,pu lei bu er xian,pureburu jun,shhrstan prbl  awhayw,Округ Пребл,Пребл,Пребъл,شهرستان پربل، اوهایو,مقاطعة بريبل,پریبل کاؤنٹی,پریبل کاؤنٹی، اوہائیو,প্রিবলে কাউন্টি,プレブル郡,普雷布爾縣		US	OH	135	42270	America/New_York
4522889	Ross County	ross-county	Comitatul Ross,Comte de Ross,Comté de Ross,Condado de Ross,Condado han Ross,Contea di Ross,Hrabstwo Ross,Okrug Ros,Quan Ross,Quận Ross,Ros,Ross,Ross Comitatus,Ross Kun,Ross Kūn,Ross konderria,Ross megye,Rossin piirikunta,luo si xian,mqatʿt rws,rosa ka'unti,rosu jun,shhrstan rws  awhayw,Округ Рос,Рос,Росс,راس کاؤنٹی,راس کاؤنٹی، اوہائیو,شهرستان روس، اوهایو,مقاطعة روس,রোস কাউন্টি,ロス郡,羅斯縣		US	OH	141	78064	America/New_York
4524221	Scioto County	scioto-county	Comitatul Scioto,Comte de Scioto,Comté de Scioto,Condado de Scioto,Condado han Scioto,Contea di Scioto,Hrabstwo Scioto,Okrug Sajoto,Quan Scioto,Quận Scioto,Sajota,Sajoto,Scioto,Scioto Comitatus,Scioto Kun,Scioto Kūn,Scioto konderria,Scioto megye,Scioton piirikunta,mqatʿt sywtw,sai ou tuo xian,saioto jun,shhrstan sywtw  awhayw,skiyato ka'unti,Округ Сајото,Сайота,Сайото,سکیوٹو کاؤنٹی,سکیوٹو کاؤنٹی، اوہائیو,شهرستان سیوتو، اوهایو,مقاطعة سيوتو,স্কিয়টো কাউন্টি,サイオト郡,賽歐托縣		US	OH	145	79499	America/New_York
4527250	Vinton County	vinton-county	Comitatul Vinton,Comte de Vinton,Comté de Vinton,Condado de Vinton,Condado han Vinton,Contea di Vinton,Hrabstwo Vinton,Okrug Vinton,Quan Vinton,Quận Vinton,Vinton,Vinton Comitatus,Vinton Kun,Vinton Kūn,Vinton konderria,Vinton megye,Vintonin piirikunta,Vintun,bhinatona ka'unti,binton jun,mqatʿt fntwn,shhrstan wyntwn  awhayw,wen dun xian,Винтон,Винтън,Вінтон,Округ Винтон,شهرستان وینتون، اوهایو,مقاطعة فنتون,ونٹن کاؤنٹی,وینٹن کاؤنٹی، اوہائیو,ভিনটোন কাউন্টি,ビントン郡,文頓縣		US	OH	163	13435	America/New_York
4527624	Warren County	warren-county	Comitatul Warren,Comte de Warren,Comté de Warren,Condado de Warren,Condado han Warren,Contea di Warren,Hrabstwo Warren,Okrug Voren,Quan Warren,Quận Warren,Uorren,Uorun,Vorren,Warren,Warren Comitatus,Warren Kun,Warren Kūn,Warren konderria,Warren megye,Warrenin piirikunta,mqatʿt warn,raarena ka'unti,shhrstan warn  awhayw,u~oren jun,wo lun xian,Воррен,Округ Ворен,Уоррен,Уорън,شهرستان وارن، اوهایو,مقاطعة وارن,وارن کاؤنٹی، اوہائیو,ৱারেন কাউন্টি,ウォーレン郡,沃倫縣		US	OH	165	212693	America/New_York
4527654	Washington County	washington-county	Comitatul Washington,Comte de Washington,Comté de Washington,Condado de Washington,Condado han Washington,Contea di Washington,Hrabstwo Washington,Okrug Vashington,Quan Washington,Quận Washington,Vashington,Washington,Washington Comitatus,Washington Kun,Washington Kūn,Washington konderria,Washington megye,Washingtoni maakond,Washingtonin piirikunta,hua sheng dun xian,mqatʿt washntn,raasintana ka'unti,shhrstan washyngtn  awhayw,washinton jun,Вашингтон,Округ Вашингтон,شهرستان واشینگتن، اوهایو,مقاطعة واشنطن,واشنگٹن کاؤنٹی، اوہائیو,ৱাশিংটন কাউন্টি,ワシントン郡,華盛頓縣		US	OH	167	61778	America/New_York
4529106	Adair County	adair-county	Adair,Adair Kun,Adair Kūn,Adair konderria,Adehr,Ader,Adeur,Comitatul Adair,Comte d'Adair,Comté d'Adair,Condado de Adair,Condado han Adair,Contea di Adair,Hrabstwo Adair,Okrug Ader,aderu jun,mqatʿt adayr,shhrstan adyr  aklahma,ya dai er xian,Адер,Адеър,Адэр,Округ Адер,اڈئیر کاؤنٹی، اوکلاہوما,اڈیئر کاؤنٹی,شهرستان ادیر، اکلاهما,مقاطعة أداير,অ্যাডায়ার কাউন্টি,アデール郡,亞代爾縣		US	OK	001	22683	America/Chicago
4529227	Alfalfa County	alfalfa-county	Alfalfa,Alfalfa Kun,Alfalfa Kūn,Alfalfa konderria,Alfalfa megye,Comitatul Alfalfa,Comte d'Alfalfa,Comté d'Alfalfa,Condado de Alfalfa,Condado han Alfalfa,Contea di Alfalfa,Hrabstwo Alfalfa,Okrug Alfalfa,alaphalapha ka'unti,arufarufa jun,mqatʿt alfalfa,shhrstan alfalfa  aklahma,ya er fa fa xian,Алфалфа,Округ Алфалфа,الفاالفا کاؤنٹی,الفالفا کاؤنٹی، اوکلاہوما,شهرستان الفالفا، اکلاهما,مقاطعة الفالفا,আলফালফা কাউন্টি,アルファルファ郡,亞爾發法縣		US	OK	003	5642	America/Chicago
4529605	Atoka County	atoka-county	Atoka,Atoka Kun,Atoka Kūn,Atoka konderria,Atoka megye,Comitatul Atoka,Comtat dAtoka,Comte d'Atoka,Comté d'Atoka,Condado de Atoka,Condado han Atoka,Contea di Atoka,Hrabstwo Atoka,Okrug Atoka,Quan Atoka,Quận Atoka,a tuo ka xian,atoka jun,atoka ka'unti,mqatʿt atwka,shhrstan atwka  aklahma,Атока,Округ Атока,اٹوکا کاؤنٹی,اٹوکا کاؤنٹی، اوکلاہوما,شهرستان اتوکا، اکلاهما,مقاطعة أتوكا,আটোকা কাউন্টি,アトカ郡,阿托卡縣		US	OK	005	14182	America/Chicago
4530237	Beckham County	beckham-county	Beckham,Beckham Kun,Beckham Kūn,Beckham konderria,Beckham megye,Bekgem,Bekkhehm,Bekum,Comitatul Beckham,Comtat de Beckham,Comte de Beckham,Comté de Beckham,Condado de Beckham,Condado han Beckham,Contea di Beckham,Hrabstwo Beckham,Okrug Bekam,Quan Beckham,Quận Beckham,bei kan xian,bekahama ka'unti,bekkamu jun,mqatʿt bykham,shhrstan bkham  aklahma,Бекгем,Бекхэм,Бекъм,Округ Бекам,بیکم کاؤنٹی,بیکہم کاؤنٹی، اوکلاہوما,شهرستان بکهام، اکلاهما,مقاطعة بيكهام,বেকহাম কাউন্টি,ベッカム郡,貝坎縣		US	OK	009	22119	America/Chicago
4530876	Blaine County	blaine-county	Blaine,Blaine Kun,Blaine Kūn,Blaine konderria,Blaine megye,Blejn,Comitatul Blaine,Comte de Blaine,Comté de Blaine,Condado de Blaine,Condado han Blaine,Contea di Blaine,Hrabstwo Blaine,Okrug Blejn,bleyara ka'unti,bu lai en xian,burein jun,mqatʿt blayn,shhrstan blyn  aklahma,Блейн,Округ Блејн,بلیئن کاؤنٹی,بلیئن کاؤنٹی، اوکلاہوما,شهرستان بلین، اکلاهما,مقاطعة بلاين,ব্লেয়ার কাউন্টি,ブレイン郡,布萊恩縣		US	OK	011	11943	America/Chicago
4531565	Bryan County	bryan-county	Brajan,Brajun,Bryan,Bryan Kun,Bryan Kūn,Bryan konderria,Bryan megye,Bryani maakond,Comitatul Bryan,Comte de Bryan,Comté de Bryan,Condado de Bryan,Condado han Bryan,Contea di Bryan,Hrabstwo Bryan,Okrug Brajan,brayana ka'unti,bu lai en xian,buraian jun,mqatʿt brayn,shhrstan brayan  aklahma,Брайан,Брайън,Браян,Округ Брајан,برائن کاؤنٹی,برائن کاؤنٹی، اوکلاہوما,شهرستان برایان، اکلاهما,مقاطعة براين,ব্রায়ান কাউন্টি,ブライアン郡,布賴恩縣		US	OK	013	42416	America/Chicago
4531901	Caddo County	caddo-county	Caddo,Caddo Kun,Caddo Kūn,Caddo konderria,Caddo megye,Comitatul Caddo,Comtat de Caddo,Comte de Caddo,Comté de Caddo,Condado de Caddo,Condado han Caddo,Contea di Caddo,Hrabstwo Caddo,Kaddo,Kadou,Okrug Kado,ka duo xian,kaddo ka'unti,kado jun,mqatʿt kadw,shhrstan kdw  aklahma,Каддо,Кадоу,Округ Кадо,شهرستان کدو، اکلاهما,مقاطعة كادو,کاڈو کاؤنٹی,کاڈو کاؤنٹی، اوکلاہوما,কাড্ডো কাউন্টি,カドー郡,卡多縣		US	OK	015	29600	America/Chicago
4532136	Canadian County	canadian-county	Canadian,Canadian Kun,Canadian Kūn,Canadian konderria,Canadian megye,Comitatul Canadian,Comtat de Canadian,Comte de Canadian,Comté de Canadian,Condado de Canadian,Condado han Canadian,Contea di Canadian,Hrabstwo Canadian,Kanadijan,Kanejdian,Kunejdiun,Okrug Kanejdijan,jia na da ren xian,kanadian jun,kanadiyana ka'unti,mqatʿt knydyan,shhrstan kanada  aklahma,Канадіян,Канейдиан,Кънейдиън,Округ Канејдијан,شهرستان کانادا، اکلاهما,مقاطعة كنيديان,کنیڈین کاؤنٹی,کینیڈین کاؤنٹی، اوکلاہوما,কানাডিয়ান কাউন্টি,カナディアン郡,加拿大人縣		US	OK	017	115541	America/Chicago
4535054	Dewey County	dewey-county	Comitatul Dewey,Comte de Dewey,Comté de Dewey,Condado de Dewey,Condado han Dewey,Contea di Dewey,D'jui,Dewey,Dewey Kun,Dewey Kūn,Dewey konderria,Dewey maakond,Dewey megye,Djui,Hrabstwo Dewey,Okrug Djui,Quan Dewey,Quận Dewey,de~yui jun,di'u'i ka'unti,du wei xian,shhrstan dwwy  aklahma,Дьюи,Дьюї,Дюи,Округ Дјуи,شهرستان دووی، اکلاهما,مقاطعة ديوي,ڈیوی کاؤنٹی، اوکلاہوما,ডিউই কাউন্টি,デューイ郡,杜威縣		US	OK	043	4810	America/Chicago
4532398	Carter County	carter-county	Carter,Carter Kun,Carter Kūn,Carter konderria,Carter megye,Comitatul Carter,Comte de Carter,Comté de Carter,Condado de Carter,Condado han Carter,Contea di Carter,Hrabstwo Carter,Karter,Kartur,Okrug Karter,ka te xian,kartara ka'unti,kata jun,mqatʿt kartr,shhrstan kartr  aklahma,Картер,Картър,Округ Картер,شهرستان کارتر، اکلاهما,مقاطعة كارتر,کارٹر کاؤنٹی، اوکلاہوما,کارٹر کاؤنٹی، اوہائیو,কার্টার কাউন্টি,カーター郡,卡特縣		US	OK	019	47557	America/Chicago
4532932	Cherokee County	cherokee-county	Cherokee,Cherokee Kun,Cherokee Kūn,Cherokee konderria,Cherokee megye,Cheroki,Comitatul Cherokee,Comte de Cherokee,Comté de Cherokee,Condado de Cherokee,Condado han Cherokee,Contea di Cherokee,Hrabstwo Cherokee,Okrug Cheroki,Quan Cherokee,Quận Cherokee,ceruki ka'unti,cheroki jun,qie luo ji xian,shhrstan chrwky  aklahma,Округ Чероки,Чероки,Черокі,شهرستان چروکی، اکلاهما,مقاطعة شيروكي,چروکی کاؤنٹی، اوکلاہوما,چیروکی کاؤنٹی، اوہائیو,চেরুকী কাউন্টি,チェロキー郡,切羅基縣		US	OK	021	46987	America/Chicago
4533135	Choctaw County	choctaw-county	Choctaw,Choctaw Kun,Choctaw Kūn,Choctaw konderria,Choctaw megye,Chokto,Comitatul Choctaw,Comte de Choctaw,Comté de Choctaw,Condado de Choctaw,Condado han Choctaw,Contea di Choctaw,Hrabstwo Choctaw,Okrug Chokto,Quan Choctaw,Quận Choctaw,chokuto jun,cokatau ka'unti,mqatʿt tshwktaw,qiao ke tuo xian,shhrstan chaktaw  aklahma,Округ Чокто,Чокто,شهرستان چاکتاو، اکلاهما,مقاطعة تشوكتاو,چاکتاو کاؤنٹی، اوکلاہوما,چوکٹا کاؤنٹی,চোকটৌ কাউন্টি,チョクトー郡,喬克托縣		US	OK	023	15205	America/Chicago
4533690	Cleveland County	cleveland-county	Cleveland,Cleveland Kun,Cleveland Kūn,Cleveland konderria,Cleveland megye,Comitatul Cleveland,Comte de Cleveland,Comté de Cleveland,Condado de Cleveland,Condado han Cleveland,Contea di Cleveland,Hrabstwo Cleveland,Klivland,Klivlend,Okrug Klivland,Quan Cleveland,Quận Cleveland,ke li fu lan xian,klibhalyanda ka'unti,kuriburando jun,mqatʿt klyfland,shhrstan klywlnd  aklahma,Кливланд,Кливленд,Клівленд,Округ Кливланд,شهرستان کلیولند، اکلاهما,مقاطعة كليفلاند,کلیولینڈ کاؤنٹی، اوکلاہوما,کلیوولینڈ کاؤنٹی، اوکلاہوما,ক্লিভল্যান্ড কাউন্টি,クリーブランド郡,克里夫蘭縣		US	OK	027	255755	America/Chicago
4533759	Coal County	coal-county	Coal,Coal Kun,Coal Kūn,Coal konderria,Coal megye,Coali maakond,Comitatul Coal,Comte de Coal,Comté de Coal,Condado de Coal,Condado han Coal,Contea di Coal,Hrabstwo Coal,Koal,Koul,Okrug Koul,Quan Coal,Quận Coal,ke er xian,koru jun,koyala ka'unti,mqatʿt kwal,shhrstan kwl  aklahma,Коал,Коул,Округ Коул,شهرستان کول، اکلاهما,مقاطعة كوال,کول کاؤنٹی,کول کاؤنٹی، اوکلاہوما,কোয়ল কাউন্টি,コール郡,科爾縣		US	OK	029	5925	America/Chicago
4533932	Comanche County	comanche-county	Comanche,Comanche Kun,Comanche Kūn,Comanche konderria,Comanche megye,Comitatul Comanche,Comte de Comanche,Comté de Comanche,Condado comanche,Condado de Comanche,Condado han Comanche,Contea di Comanche,Hrabstwo Comanche,Komanchi,Okrug Komanchi,Quan Comanche,Quận Comanche,ke man qi xian,komanace ka'unti,komanchi jun,mqatʿt kwmantshy,shhrstan kwmanchy  aklahma,Команчи,Команчі,Округ Команчи,شهرستان کومانچی، اکلاهما,مقاطعة كومانتشي,کومانچے کاؤنٹی، اوکلاہوما,কোমানচে কাউন্টি,コマンチ郡,科曼奇县		US	OK	031	124098	America/Chicago
4534159	Cotton County	cotton-county	Comitatul Cotton,Comtat de Cotton,Comte de Cotton,Comté de Cotton,Condado de Cotton,Condado han Cotton,Contea di Cotton,Cotton,Cotton Kun,Cotton Kūn,Cotton konderria,Cotton megye,Hrabstwo Cotton,Kotton,Kotun,Okrug Koton,Quan Cotton,Quận Cotton,ka dun xian,katana ka'unti,kotton jun,mqatʿt kwtwn,shhrstan katn  aklahma,Коттон,Котън,Округ Котон,شهرستان کاتن، اکلاهما,مقاطعة كوتون,کاٹن کاؤنٹی,کاٹن کاؤنٹی، اوکلاہوما,কটন কাউন্টি,コットン郡,卡頓縣		US	OK	033	6193	America/Chicago
4534416	Craig County	craig-county	Comitatul Craig,Comte de Craig,Comté de Craig,Condado de Craig,Condado han Craig,Contea di Craig,Craig,Craig Kun,Craig Kūn,Craig konderria,Craig megye,Craigi maakond,Hrabstwo Craig,Krejg,Okrug Krejg,Quan Craig,Quận Craig,ke lei ge xian,kre'iga ka'unti,kureigu jun,mqatʿt krygh,shhrstan kryg  aklahma,Крейг,Округ Крејг,شهرستان کریگ، اکلاهما,مقاطعة كريغ,کریگ کاؤنٹی، اوکلاہوما,ক্রেইগ কাউন্টি,クレイグ郡,克雷格縣		US	OK	035	15029	America/Chicago
4534444	Creek County	creek-county	Comitatul Creek,Comte de Creek,Comté de Creek,Condado de Creek,Condado han Creek,Contea di Creek,Creek,Creek Kun,Creek Kūn,Creek konderria,Creek megye,Hrabstwo Creek,Krijk,Krik,Okrug Krik,Quan Creek,Quận Creek,ke li xian,krika ka'unti,kuriku jun,mqatʿt kryk,shhrstan kryk  aklahma,Крийк,Крик,Крік,Округ Крик,شهرستان کریک، اکلاهما,مقاطعة كريك,کریک کاؤنٹی، اوکلاہوما,ক্রিক কাউন্টি,クリーク郡,克里縣		US	OK	037	69967	America/Chicago
4534674	Custer County	custer-county	Comitatul Custer,Comte de Custer,Comté de Custer,Condado de Custer,Condado han Custer,Contea di Custer,Custer,Custer Kun,Custer Kūn,Custer konderria,Custer megye,Hrabstwo Custer,Kaster,Kustur,Okrug Kaster,Quan Custer,Quận Custer,ka si te xian,kastara ka'unti,kasuta jun,mqatʿt kstr,shhrstan kastr  aklahma,Кастер,Къстър,Округ Кастер,شهرستان کاستر، اکلاهما,مقاطعة كستر,کسٹر کاؤنٹی، اوکلاہوما,کیسٹر کاؤنٹی، اوکلاہوما,কাস্টার কাউন্টি,カスター郡,卡斯特縣		US	OK	039	27469	America/Chicago
4534948	Delaware County	delaware-county	Comitatul Delaware,Comte de Delaware,Comté de Delaware,Condado de Delaware,Condado han Delaware,Contea di Delaware,Delaueur,Delavehr,Delaver,Delaware,Delaware Kun,Delaware Kūn,Delaware konderria,Delaware megye,Hrabstwo Delaware,Okrug Delaver,Quan Delaware,Quận Delaware,dela'oyyara ka'unti,derau~ea jun,mqatʿt dylwyr,shhrstan dlawyr  aklahma,te la hua xian,Делавер,Делавэр,Делауеър,Округ Делавер,شهرستان دلاویر، اکلاهما,مقاطعة ديلوير,ڈیلاویئر کاؤنٹی، اوکلاہوما,ডেলাওয়্যার কাউন্টি,デラウェア郡,特拉華縣		US	OK	041	41487	America/Chicago
5000297	Luce County	luce-county	Comitatul Luce,Comte de Luce,Comté de Luce,Condado de Luce,Condado han Luce,Contea di Luce,Hrabstwo Luce,Ljus,Luce,Luce Comitatus,Luce Kun,Luce Kūn,Luce konderria,Luce megye,Lus,Lyus srjan,Okrug Lus,Quan Luce,Quận Luce,lu si xian,lusi ka'unti,rusu jun,shhrstan lws  myshygan,Лус,Люс,Округ Лус,Լյուս շրջան,شهرستان لوس، میشیگان,لوس کاؤنٹی,لوس کاؤنٹی، مشی گن,লুসি কাউন্টি,ルース郡,盧斯縣		US	MI	095	6631	America/Detroit
4535845	Ellis County	ellis-county	Comitatul Ellis,Comtat dEllis,Comte d'Ellis,Comté d'Ellis,Condado de Ellis,Condado han Ellis,Contea di Ellis,Ehllis,Elis,Ellis,Ellis Kun,Ellis Kūn,Ellis konderria,Ellis megye,Hrabstwo Ellis,Okrug Elis,Quan Ellis,Quận Ellis,ai li si xian,elisa ka'unti,erisu jun,mqatʿt alys,shhrstan alys  aklahma,Елис,Елліс,Округ Елис,Эллис,ایلس کاؤنٹی، اوکلاہوما,شهرستان الیس، اکلاهما,مقاطعة إليس,এলিস কাউন্টি,エリス郡,埃利斯縣		US	OK	045	4151	America/Chicago
4537472	Garfield County	garfield-county	Comitatul Garfield,Comte de Garfield,Comté de Garfield,Condado de Garfield,Condado han Garfield,Contea di Garfield,Garfield,Garfield Kun,Garfield Kūn,Garfield konderria,Garfield megye,Garfijld,Garfild,Hrabstwo Garfield,Okrug Garfild,Quan Garfield,Quận Garfield,gafirudo jun,garaphilda ka'unti,jia fei er de xian,mqatʿt gharfyld,shhrstan garfyld  aklahma,Гарфийлд,Гарфилд,Гарфілд,Округ Гарфилд,شهرستان گارفیلد، اکلاهما,مقاطعة غارفيلد,گارفیلڈ کاؤنٹی، اوکلاہوما,গারফিল্ড কাউন্টি,ガーフィールド郡,加菲爾德縣		US	OK	047	60580	America/Chicago
4537513	Garvin County	garvin-county	Comitatul Garvin,Comte de Garvin,Comté de Garvin,Condado de Garvin,Condado han Garvin,Contea di Garvin,Garvin,Garvin Kun,Garvin Kūn,Garvin konderria,Garvin megye,Hrabstwo Garvin,Okrug Garvin,Quan Garvin,Quận Garvin,gabin jun,garabhina ka'unti,jia wen xian,mqatʿt gharfyn,shhrstan garwyn  aklahma,Гарвин,Гарвін,Округ Гарвин,شهرستان گاروین، اکلاهما,مقاطعة غارفين,گارون کاؤنٹی,گارون کاؤنٹی، اوکلاہوما,গারভিন কাউন্টি,ガービン郡,加文县		US	OK	049	27576	America/Chicago
4537854	Grady County	grady-county	Comitatul Grady,Comte de Grady,Comté de Grady,Condado de Grady,Condado han Grady,Contea di Grady,Grady,Grady Kun,Grady Kūn,Grady konderria,Grady maakond,Grady megye,Grejdi,Hrabstwo Grady,Okrug Grejdi,Quan Grady,Quận Grady,ge lei di xian,gredi ka'unti,gureidi jun,mqatʿt ghrady,shhrstan grydy  aklahma,Грейди,Грейді,Округ Грејди,شهرستان گریدی، اکلاهما,مقاطعة غرادي,گریڈی کاؤنٹی,گریڈی کاؤنٹی، اوکلاہوما,গ্রেডি কাউন্টি,グレイディ郡,格雷迪縣		US	OK	051	52431	America/Chicago
4537914	Grant County	grant-county	Comitatul Grant,Comte de Grant,Comté de Grant,Condado de Grant,Condado han Grant,Contea di Grant,Grant,Grant Kun,Grant Kūn,Grant konderria,Grant megye,Hrabstwo Grant,Okrug Grant,Quan Grant,Quận Grant,ge lan te xian,granta ka'unti,guranto jun,mqatʿt ghrant,shhrstan grant  aklahma,Грант,Округ Грант,شهرستان گرانت، اکلاهما,مقاطعة غرانت,گرانٹ کاؤنٹی، اوکلاہوما,گرینٹ کاؤنٹی، اوکلاہوما,গ্রন্ট কাউন্টি,グラント郡,格蘭特縣		US	OK	053	4527	America/Chicago
4538074	Greer County	greer-county	Comitatul Greer,Comtat de Greer,Comte de Greer,Comté de Greer,Condado de Greer,Condado han Greer,Contea di Greer,Greer,Greer Kun,Greer Kūn,Greer konderria,Greer megye,Grir,Griur,Hrabstwo Greer,Okrug Grir,Quan Greer,Quận Greer,ge li er xian,grira ka'unti,guria jun,mqatʿt ghryr,shhrstan gryr  aklahma,Грир,Гриър,Грір,Округ Грир,شهرستان گریر، اکلاهما,مقاطعة غرير,گریر کاؤنٹی,گریر کاؤنٹی، اوکلاہوما,গ্রীর কাউন্টি,グリアー郡,格里爾縣		US	OK	055	6239	America/Chicago
4538322	Harmon County	harmon-county	Comitatul Harmon,Comtat de Harmon,Comte de Harmon,Comté de Harmon,Condado de Harmon,Condado han Harmon,Contea di Harmon,Garmon,Harmon,Harmon Kun,Harmon Kūn,Harmon konderria,Harmon megye,Hrabstwo Harmon,Kharmon,Kharmun,Okrug Kharmon,Quan Harmon,Quận Harmon,ha meng xian,hamon jun,haramona ka'unti,mqatʿt harmwn,shhrstan harmwn  aklahma,Гармон,Округ Хармон,Хармон,Хармън,شهرستان هارمون، اکلاهما,مقاطعة هارمون,ہارمن کاؤنٹی، اوکلاہوما,ہارمون کاؤنٹی,হারমোন কাউন্টি,ハーモン郡,哈蒙縣		US	OK	057	2922	America/Chicago
4538342	Harper County	harper-county	Comitatul Harper,Comtat de Harper,Comte de Harper,Comté de Harper,Condado de Harper,Condado han Harper,Contea di Harper,Garper,Harper,Harper Kun,Harper Kūn,Harper konderria,Harper megye,Harperi maakond,Hrabstwo Harper,Kharper,Kharpur,Okrug Kharper,Quan Harper,Quận Harper,ha po xian,hapa jun,harapera ka'unti,mqatʿt harbr,shhrstan harpr  aklahma,Гарпер,Округ Харпер,Харпер,Харпър,شهرستان هارپر، اکلاهما,مقاطعة هاربر,ہارپر کاؤنٹی,ہارپر کاؤنٹی، اوکلاہوما,হারপের কাউন্টি,ハーパー郡,哈珀縣		US	OK	059	3685	America/Chicago
4538431	Haskell County	haskell-county	Comitatul Haskell,Comte de Haskell,Comté de Haskell,Condado de Haskell,Condado han Haskell,Contea di Haskell,Gaskell,Haskell,Haskell Kun,Haskell Kūn,Haskell konderria,Haskell megye,Hrabstwo Haskell,Khaskell,Khaskul,Okrug Khaskel,Quan Haskell,Quận Haskell,ha si ke er xian,hasakela ka'unti,hasukeru jun,mqatʿt haskyl,shhrstan hskl  aklahma,Гаскелл,Округ Хаскел,Хаскелл,Хаскъл,شهرستان هسکل، اکلاهما,مقاطعة هاسكيل,ہاسکل کاؤنٹی، اوکلاہوما,ہیسکل کاؤنٹی، اوکلاہوما,হাসকেল কাউন্টি,ハスケル郡,哈斯克爾縣		US	OK	061	12769	America/Chicago
4539140	Hughes County	hughes-county	Comitatul Hughes,Comte de Hughes,Comté de Hughes,Condado de Hughes,Condado han Hughes,Contea di Hughes,Gjuz,Hrabstwo Hughes,Hughes,Hughes Kun,Hughes Kūn,Hughes konderria,Hughes megye,Hughesi maakond,Kh'jus,Khjuz,Okrug Khjuz,Quan Hughes,Quận Hughes,haghesa ka'unti,hyuzu jun,mqatʿt hwghyz,shhrstan hywz  aklahma,xiu si xian,Гюз,Округ Хјуз,Хьюс,Хюз,شهرستان هیوز، اکلاهما,مقاطعة هوغيز,ہجس کاؤنٹی، اوکلاہوما,ہیوز کاؤنٹی، اوکلاہوما,হাঘেস কাউন্টি,ヒューズ郡,休斯縣		US	OK	063	14003	America/Chicago
4539499	Jackson County	jackson-county	Comitatul Jackson,Comtat de Jackson,Comte de Jackson,Comté de Jackson,Condado de Jackson,Condado han Jackson,Contea di Jackson,Dzhaksun,Dzhekson,Hrabstwo Jackson,Jackson,Jackson Kun,Jackson Kūn,Jackson konderria,Jackson megye,Jacksoni maakond,Okrug DZekson,Quan Jackson,Quận Jackson,jakuson jun,jie ke xun xian,jyakasana ka'unti,mqatʿt jakswn,shhrstan jkswn  aklahma,Джаксън,Джексон,Округ Џексон,جیکسن کاؤنٹی، اوکلاہوما,شهرستان جکسون، اکلاهما,مقاطعة جاكسون,জ্যাকশন কাউন্টি,ジャクソン郡,杰克逊县		US	OK	065	26446	America/Chicago
4539571	Jefferson County	jefferson-county	Comitatul Jefferson,Comtat de Jefferson,Comte de Jefferson,Comté de Jefferson,Condado de Jefferson,Condado han Jefferson,Contea di Jefferson,Dzhefersun,Dzhefferson,Hrabstwo Jefferson,Jefferson,Jefferson Kun,Jefferson Kūn,Jefferson konderria,Jefferson megye,Jeffersoni maakond,Okrug DZeferson,Quan Jefferson,Quận Jefferson,jefason jun,jepharasana ka'unti,jie fu xun xian,mqatʿt jyfyrswn,shhrstan jfrswn  aklahma,Джеферсън,Джефферсон,Округ Џеферсон,جیفرسن کاؤنٹی، اوکلاہوما,شهرستان جفرسون، اکلاهما,مقاطعة جيفيرسون,জেফারশন কাউন্টি,ジェファーソン郡,傑佛遜縣		US	OK	067	6472	America/Chicago
4539716	Johnston County	johnston-county	Comitatul Johnston,Comtat de Johnston,Comte de Johnston,Comté de Johnston,Condado de Johnston,Condado han Johnston,Contea di Johnston,Dzhonston,Dzhonstun,Hrabstwo Johnston,Johnston,Johnston Kun,Johnston Kūn,Johnston konderria,Johnston megye,Johnstoni maakond,Okrug DZonston,Quan Johnston,Quận Johnston,jonsatona ka'unti,jonsuton jun,mqatʿt jwnstwn,shhrstan janstwn  aklahma,yue han si dun xian,Джонстон,Джонстън,Округ Џонстон,جانسٹن کاؤنٹی,جانسٹن کاؤنٹی، اوکلاہوما,شهرستان جانستون، اکلاهما,مقاطعة جونستون,জোন্সটোন কাউন্টি,ジョンストン郡,約翰斯頓縣		US	OK	069	10957	America/Chicago
4540074	Kay County	kay-county	Comitatul Kay,Comte de Kay,Comté de Kay,Condado de Kay,Condado han Kay,Contea di Kay,Hrabstwo Kay,Kay,Kay Kun,Kay Kūn,Kay konderria,Kay megye,Kej,Okrug Kej,Quan Kay,Quận Kay,ka'i ka'unti,kai xian,kei jun,mqatʿt kay,shhrstan ky  aklahma,Кей,Округ Кеј,شهرستان کی، اکلاهما,مقاطعة كاي,کے کاؤنٹی,کے کاؤنٹی، اوکلاہوما,কাই কাউন্টি,ケイ郡,凱縣		US	OK	071	46562	America/Chicago
4540316	Kingfisher County	kingfisher-county	Comitatul Kingfisher,Comte de Kingfisher,Comté de Kingfisher,Condado de Kingfisher,Condado han Kingfisher,Contea di Kingfisher,Hrabstwo Kingfisher,Kingfisher,Kingfisher Kun,Kingfisher Kūn,Kingfisher konderria,Kingfisher megye,Kingfishur,Okrug Kingfisher,Quan Kingfisher,Quận Kingfisher,jin fei she xian,kimphisara ka'unti,kingufissha jun,mqatʿt kynghfyshr,Кингфишер,Кингфишър,Кінгфішер,Округ Кингфишер,شهرستان کینگ‌فیشر، اکلاهما,مقاطعة كينغفيشر,کنگفشر کاؤنٹی,کنگفشر کاؤنٹی، اوکلاہوما,কিংফিসার কাউন্টি,キングフィッシャー郡,金菲舍縣		US	OK	073	15034	America/Chicago
4540342	Kiowa County	kiowa-county	Comitatul Kiowa,Comtat de Kiowa,Comte de Kiowa,Comté de Kiowa,Condado de Kiowa,Condado han Kiowa,Condado kiowa,Contea di Kiowa,Hrabstwo Kiowa,Kajoua,Kajova,Kiowa,Kiowa Kun,Kiowa Kūn,Kiowa konderria,Kiowa megye,Okrug Kajova,Quan Kiowa,Quận Kiowa,ka'iraa ka'unti,kai e wa xian,kaiowa jun,mqatʿt kywa,shhrstan kywwa  aklahma,Кайова,Кайоуа,Округ Кајова,شهرستان کیووا، اکلاهما,مقاطعة كيوا,کآئیووا کاؤنٹی، اوکلاہوما,کیووا کاؤنٹی، اوکلاہوما,কাইৱা কাউন্টি,カイオワ郡,凱厄瓦縣		US	OK	075	9446	America/Chicago
4540696	Latimer County	latimer-county	Comitatul Latimer,Comtat de Latimer,Comte de Latimer,Comté de Latimer,Condado de Latimer,Condado han Latimer,Contea di Latimer,Hrabstwo Latimer,Latimer,Latimer Kun,Latimer Kūn,Latimer konderria,Latimer megye,Latimur,Okrug Latimer,Quan Latimer,Quận Latimer,la di mo xian,latimera ka'unti,mqatʿt latymr,ratima jun,shhrstan latymr  aklahma,Латимер,Латимър,Латімер,Округ Латимер,شهرستان لاتیمر، اکلاهما,لاتیمر کاؤنٹی، اوکلاہوما,لاٹیمار کاؤنٹی,مقاطعة لاتيمر,লাটিমের কাউন্টি,ラティマー郡,拉蒂默縣		US	OK	077	11154	America/Chicago
4540759	Le Flore County	le-flore-county	Comitatul Le Flore,Comte de Le Flore,Comté de Le Flore,Condado de Le Flore,Condado han Le Flore,Contea di Le Flore,Hrabstwo Le Flore,Le Flor,Le Flore,Le Flore Kun,Le Flore Kūn,Le Flore konderria,Le Flore megye,Le-Flor,Leflor,Okrug Le Flor,Quan Le Flore,Quận Le Flore,le phlore ka'unti,li fu lei xian,mqatʿt ly flwry,rufuroa jun,shhrstan lw flwr  aklahma,Ле Флор,Ле-Флор,Лефлор,Округ Ле Флор,شهرستان لو فلور، اکلاهما,لی فلور کاؤنٹی,لے فلور کاؤنٹی، اوکلاہوما,مقاطعة لي فلوري,লে ফ্লোরে কাউন্টি,ルフロア郡,利福勒縣		US	OK	079	50384	America/Chicago
4541067	Lincoln County	lincoln-county	Comitatul Lincoln,Comte de Lincoln,Comté de Lincoln,Condado de Lincoln,Condado han Lincoln,Contea di Lincoln,Hrabstwo Lincoln,Lincoln,Lincoln Kun,Lincoln Kūn,Lincoln konderria,Lincoln megye,Lincolni maakond,Linkol'n,Linkuln,Okrug Linkoln,Quan Lincoln,Quận Lincoln,lin ken xian,linkana ka'unti,mqatʿt lynkwn,rinkan jun,shhrstan lynkln  aklahma,Линкольн,Линкълн,Лінкольн,Округ Линколн,شهرستان لینکلن، اکلاهما,لنکن کاؤنٹی، اوکلاہوما,مقاطعة لينكون,লিঙ্কন কাউন্টি,リンカーン郡,林肯縣		US	OK	081	34273	America/Chicago
4541599	Logan County	logan-county	Comitatul Logan,Comte de Logan,Comté de Logan,Condado de Logan,Condado han Logan,Contea di Logan,Hrabstwo Logan,Logan,Logan Kun,Logan Kūn,Logan konderria,Logan megye,Okrug Logan,Quan Logan,Quận Logan,logana ka'unti,luo gen xian,mqatʿt lwghn,rogan jun,shhrstan lwgan  aklahma,Логан,Округ Логан,شهرستان لوگان، اکلاهما,لوگن کاؤنٹی، اوکلاہوما,مقاطعة لوغن,লোগান কাউন্টি,ローガン郡,洛根縣		US	OK	083	41848	America/Chicago
4541812	Love County	love-county	Comitatul Love,Comtat de Love,Comte de Love,Comté de Love,Condado de Love,Condado han Love,Contea di Love,Hrabstwo Love,Lav,Love,Love Kun,Love Kūn,Love konderria,Love megye,Okrug Lav,Quan Love,Quận Love,la fu xian,labha ka'unti,mqatʿt lwf,rabu jun,shhrstan law  aklahma,Лав,Округ Лав,شهرستان لاو، اکلاهما,لوو کاؤنٹی,لوو کاؤنٹی، اوکلاہوما,مقاطعة لوف,লাভ কাউন্টি,ラブ郡,拉夫縣		US	OK	085	9423	America/Chicago
4542080	Major County	major-county	Comitatul Major,Comte de Major,Comté de Major,Condado de Major,Condado han Major,Contea di Major,Hrabstwo Major,Major,Major Kun,Major Kūn,Major konderria,Major megye,Mejdzhor,Mejdzhur,Okrug Mejdzor,Quan Major,Quận Major,mei jie xian,meja jun,mejara ka'unti,mqatʿt myjr,shhrstan myjr  aklahma,Мейджор,Мейджър,Округ Мејџор,شهرستان میجر، اکلاهما,مقاطعة ميجر,میجر کاؤنٹی,میجر کاؤنٹی، اوکلاہوما,মেজর কাউন্টি,メジャー郡,梅傑縣		US	OK	093	7527	America/Chicago
4542194	Marshall County	marshall-county	Comitatul Marshall,Comtat de Marshall,Comte de Marshall,Comté de Marshall,Condado de Marshall,Condado han Marshall,Contea di Marshall,Hrabstwo Marshall,Marshal,Marshall,Marshall Kun,Marshall Kūn,Marshall konderria,Marshall megye,Okrug Marshal,Quan Marshall,Quận Marshall,ma xie er xian,marsahala ka'unti,masharu jun,mqatʿt marshal,shhrstan marshal  aklahma,Маршал,Маршалл,Округ Маршал,شهرستان مارشال، اکلاهما,مارشل کاؤنٹی، اوکلاہوما,مقاطعة مارشال,মার্সহাল কাউন্টি,マーシャル郡,馬歇爾縣		US	OK	095	15840	America/Chicago
4542291	Mayes County	mayes-county	Comitatul Mayes,Comte de Mayes,Comté de Mayes,Condado de Mayes,Condado han Mayes,Contea di Mayes,Hrabstwo Mayes,Mayes,Mayes Kun,Mayes Kūn,Mayes konderria,Mayes megye,Mehjs,Mejs,Mejz,Okrug Mejz,Quan Mayes,Quận Mayes,mayesa ka'unti,mei si xian,meizu jun,mqatʿt mayz,shhrstan mayz  aklahma,Мейз,Мейс,Мэйс,Округ Мејз,شهرستان مایز، اکلاهما,مایز کاؤنٹی,مقاطعة مايز,میئز کاؤنٹی، اوکلاہوما,মায়েস কাউন্টি,メイズ郡,梅斯縣		US	OK	097	41259	America/Chicago
4542393	McClain County	mcclain-county	Comte de McClain,Comté de McClain,McClain		US	OK	087	34506	America/Chicago
4542417	McCurtain County	mccurtain-county	Comitatul McCurtain,Comte de McCurtain,Comté de McCurtain,Condado de McCurtain,Condado han McCurtain,Contea di McCurtain,Hrabstwo McCurtain,Mak-Kerten,Makkerten,Makkurtun,McCurtain,McCurtain Kun,McCurtain Kūn,McCurtain konderria,McCurtain megye,Okrug Makertin,Quan McCurtain,Quận McCurtain,mai ke ting xian,makaten jun,mqatʿt makwrtayn,myakakarte'ina ka'unti,Мак-Кертен,Маккертен,Маккъртън,Округ Макертин,شهرستان مک‌کرتین، اکلاهما,مقاطعة ماكورتاين,مک کرٹین کاؤنٹی,مککرٹن کاؤنٹی، اوکلاہوما,ম্যাককার্টেইন কাউন্টি,マカーテン郡,麥柯廷縣		US	OK	089	33151	America/Chicago
4542456	McIntosh County	mcintosh-county	Comitatul McIntosh,Comte de McIntosh,Comté de McIntosh,Condado de McIntosh,Condado han McIntosh,Contea di McIntosh,Hrabstwo McIntosh,Mak-Intosh,Makintosh,McIntosh,McIntosh Kun,McIntosh Kūn,McIntosh konderria,McIntosh megye,McIntoshi maakond,Okrug Makintosh,Quan McIntosh,Quận McIntosh,mai jin tuo shen xian,makkintosshu jun,mqatʿt makwntwsh,myakintosa ka'unti,Мак-Интош,Макинтош,Макінтош,Округ Макинтош,شهرستان مک‌اینتاش، اکلاهما,ماکنتاش کاؤنٹی، اوکلاہوما,مقاطعة ماكونتوش,مکنٹوش کاؤنٹی,ম্যাকিন্টোস কাউন্টি,マッキントッシュ郡,麥金托什縣		US	OK	091	20252	America/Chicago
4543314	Murray County	murray-county	Comitatul Murray,Comtat de Murray,Comte de Murray,Comté de Murray,Condado de Murray,Condado han Murray,Contea di Murray,Hrabstwo Murray,Marri,Muri,Murray,Murray Kun,Murray Kūn,Murray konderria,Murray megye,Okrug Mari,Quan Murray,Quận Murray,mare jun,mo lei xian,mqatʿt mwray,murareya ka'unti,shhrstan mwray  aklahma,Марри,Маррі,Мъри,Округ Мари,شهرستان مورای، اکلاهما,مرے کاؤنٹی,مرے کاؤنٹی، اوکلاہوما,مقاطعة موراي,মুররেয় কাউন্টি,マレー郡,莫雷縣		US	OK	099	13488	America/Chicago
4543342	Muskogee County	muskogee-county	Comitatul Muskogee,Comte de Muskogee,Comté de Muskogee,Condado de Muskogee,Condado han Muskogee,Contea di Muskogee,Hrabstwo Muskogee,Maskogi,Muskogee,Muskogee Kun,Muskogee Kūn,Muskogee konderria,Muskogee maakond,Muskogee megye,Muskougij,Okrug Maskogi,Quan Muskogee,Quận Muskogee,ma si ke ji xian,masukogi jun,mqatʿt kwskwghy,muskogi ka'unti,shhrstan maskwwgy  aklahma,Маскоги,Маскогі,Мъскоугий,Округ Маскоги,شهرستان ماسکووگی، اکلاهما,مسکوگی کاؤنٹی,مسکوگی کاؤنٹی، اوکلاہوما,مقاطعة كوسكوغي,মুস্কোগী কাউন্টি,マスコギー郡,馬斯科吉縣		US	OK	101	70990	America/Chicago
4543736	Noble County	noble-county	Comitatul Noble,Comte de Noble,Comté de Noble,Condado de Noble,Condado han Noble,Contea di Noble,Hrabstwo Noble,Nobl,Noble,Noble Kun,Noble Kūn,Noble konderria,Noble megye,Nobul,Okrug Nobl,Quan Noble,Quận Noble,mqatʿt nwbyl,nobela ka'unti,noburu jun,nuo bu er xian,shhrstan nwbl  aklahma,Нобл,Нобъл,Округ Нобл,شهرستان نوبل، اکلاهما,مقاطعة نوبيل,نوبل کاؤنٹی، اوکلاہوما,নোবেল কাউন্টি,ノーブル郡,諾布爾縣		US	OK	103	11561	America/Chicago
4544026	Nowata County	nowata-county	Comitatul Nowata,Comte de Nowata,Comté de Nowata,Condado de Nowata,Condado han Nowata,Contea di Nowata,Hrabstwo Nowata,Nouata,Novata,Nowata,Nowata Kun,Nowata Kūn,Nowata konderria,Nowata megye,Okrug Novata,Quan Nowata,Quận Nowata,mqatʿt nwwata,noraata ka'unti,nowata jun,nuo wa ta xian,shhrstan nwwata  aklahma,Новата,Ноуата,Округ Новата,شهرستان نوواتا، اکلاهما,مقاطعة نوواتا,نوواٹا کاؤنٹی,نوواٹا کاؤنٹی، اوکلاہوما,নোৱাটা কাউন্টি,ノワタ郡,諾瓦塔縣		US	OK	105	10536	America/Chicago
4544284	Okfuskee County	okfuskee-county	Comitatul Okfuskee,Comte d'Okfuskee,Comté d'Okfuskee,Condado de Okfuskee,Condado han Okfuskee,Contea di Okfuskee,Hrabstwo Okfuskee,Okfaski,Okfuskee,Okfuskee Kun,Okfuskee Kūn,Okfuskee konderria,Okfuskee megye,Okfuskij,Okrug Okfaski,Quan Okfuskee,Quận Okfuskee,ao ke fu si ji xian,mqatʿt awkfwsky,okaphosaki ka'unti,okufusuki jun,shhrstan awkfsky  aklahma,Округ Окфаски,Окфаски,Окфаскі,Окфъский,آکفسکی کاؤنٹی,اوکفوسکی کاؤنٹی، اوکلاہوما,شهرستان اوکفسکی، اکلاهما,مقاطعة أوكفوسكي,ওকফোসকী কাউন্টি,オクフスキー郡,奥克福斯基县		US	OK	107	12191	America/Chicago
4544356	Oklahoma County	oklahoma-county	Comitatul Oklahoma,Comtat dOklahoma,Comte d'Oklahoma,Comté d'Oklahoma,Condado de Oklahoma,Condado han Oklahoma,Contea di Oklahoma,Hrabstwo Oklahoma,Oklahoma,Oklahoma Kun,Oklahoma Kūn,Oklahoma konderria,Oklahoma maakond,Oklahoma megye,Oklakhoma,Okrug Oklakhoma,Quan Oklahoma,Quận Oklahoma,ao ke la he ma xian,mqatʿt awklahwma,okalahoma ka'unti,okurahoma jun,shhrstan aklahma  aklahma,Оклахома,Округ Оклахома,اوکلاہوما کاؤنٹی,اوکلاہوما کاؤنٹی، اوکلاہوما,شهرستان اکلاهما، اکلاهما,مقاطعة أوكلاهوما,ওকলাহোমা কাউন্টি,オクラホマ郡,奧克拉荷馬縣		US	OK	109	718633	America/Chicago
4549638	Rogers County	rogers-county	Comitatul Rogers,Comte de Rogers,Comté de Rogers,Condado de Rogers,Condado han Rogers,Contea di Rogers,Hrabstwo Rogers,Okrug Rodzers,Quan Rogers,Quận Rogers,Rodzhers,Rodzhurs,Rogers,Rogers Kun,Rogers Kūn,Rogers konderria,Rogers megye,Rogersi maakond,luo jie si xian,mqatʿt rwjrz,rojararsa ka'unti,rojazu jun,shhrstan rajrz  aklahma,Округ Роџерс,Роджерс,Роджърс,راجرز کاؤنٹی,راجرز کاؤنٹی، اوکلاہوما,شهرستان راجرز، اکلاهما,مقاطعة روجرز,রোজারর্স কাউন্টি,ロジャーズ郡,羅傑斯縣		US	OK	131	86905	America/Chicago
4544386	Okmulgee County	okmulgee-county	Comitatul Okmulgee,Comte d'Okmulgee,Comté d'Okmulgee,Condado de Okmulgee,Condado han Okmulgee,Contea di Okmulgee,Hrabstwo Okmulgee,Okmalgi,Okmulgee,Okmulgee Kun,Okmulgee Kūn,Okmulgee konderria,Okmulgee megye,Okrug Okmalgi,Oukmulgij,Quan Okmulgee,Quận Okmulgee,ao ke ma er ji xian,mqatʿt awkmwlghy,okamolagi ka'unti,okumarugi jun,shhrstan awkmalgy  aklahma,Окмалги,Окмалгі,Округ Окмалги,Оукмългий,اوکملگی کاؤنٹی,اوکمولگی کاؤنٹی، اوکلاہوما,شهرستان اوکمالگی، اکلاهما,مقاطعة أوكمولغي,ওকমোলগী কাউন্টি,オクマルギー郡,奧克馬爾吉縣		US	OK	111	40069	America/Chicago
4547304	Osage County	osage-county	Comitatul Osage,Comte d'Osage,Comté d'Osage,Condado de Osage,Condado han Osage,Contea di Osage,Hrabstwo Osage,Okrug Osejdz,Osadzh,Osage,Osage Kun,Osage Kūn,Osage konderria,Osage megye,Osagei maakond,Osejdzh,Ousejdzh,Quan Osage,Quận Osage,mqatʿt awsaghy,osaga ka'unti,oseji jun,ou sai qi xian,shhrstan awsyj  aklahma,Округ Осејџ,Осадж,Осейдж,Оусейдж,آسیج کاؤنٹی، اوکلاہوما,اوساگی کاؤنٹی,شهرستان اوسیج، اکلاهما,مقاطعة أوساغي,ওসাগা কাউন্টি,オーセージ郡,歐塞奇縣		US	OK	113	47472	America/Chicago
4547357	Ottawa County	ottawa-county	Comitatul Ottawa,Comte d'Ottawa,Comté d'Ottawa,Condado de Ottawa,Condado han Ottawa,Contea di Ottawa,Hrabstwo Ottawa,Okrug Otava,Otava,Ottava,Ottawa,Ottawa Kun,Ottawa Kūn,Ottawa konderria,Ottawa megye,Quan Ottawa,Quận Ottawa,mqatʿt awtawa,otawa jun,ottaraa ka'unti,shhrstan atawa  aklahma,wo tai hua xian,Округ Отава,Отава,Оттава,اوٹاوا کاؤنٹی، اوکلاہوما,شهرستان اتاوا، اکلاهما,مقاطعة أوتاوا,ওট্টাৱা কাউন্টি,オタワ郡,渥太華縣		US	OK	115	31848	America/Chicago
4547688	Pawnee County	pawnee-county	Comitatul Pawnee,Comte de Pawnee,Comté de Pawnee,Condado de Pawnee,Condado han Pawnee,Contea di Pawnee,Hrabstwo Pawnee,Okrug Poni,Pawnee,Pawnee Kun,Pawnee Kūn,Pawnee konderria,Pawnee megye,Poni,Ponij,Quan Pawnee,Quận Pawnee,bo ni xian,mqatʿt bawny,parani ka'unti,poni jun,shhrstan pwny  aklahma,Округ Пони,Пони,Поний,Поні,شهرستان پونی، اکلاهما,مقاطعة باوني,پائنی کاؤنٹی,پاونی کاؤنٹی، اوکلاہوما,পৱনি কাউন্টি,ポーニー郡,波尼縣		US	OK	117	16577	America/Chicago
4547701	Payne County	payne-county	Comitatul Payne,Comte de Payne,Comté de Payne,Condado de Payne,Condado han Payne,Contea di Payne,Hrabstwo Payne,Okrug Pejn,Payne,Payne Kun,Payne Kūn,Payne konderria,Payne megye,Pejn,Quan Payne,Quận Payne,mqatʿt bayyn,payane ka'unti,pei en xian,pein jun,shhrstan pyn  aklahma,Округ Пејн,Пейн,شهرستان پین، اکلاهما,مقاطعة بايين,پیئن کاؤنٹی، اوکلاہوما,پین کاؤنٹی,পায়নে কাউন্টি,ペイン郡,佩恩縣		US	OK	119	77350	America/Chicago
4548102	Pittsburg County	pittsburg-county	Comitatul Pittsburg,Comte de Pittsburg,Comté de Pittsburg,Condado de Pittsburg,Condado han Pittsburg,Contea di Pittsburg,Hrabstwo Pittsburg,Okrug Pitsburg,Pitsburg,Pittsburg,Pittsburg Kun,Pittsburg Kūn,Pittsburg konderria,Pittsburg megye,Quan Pittsburg,Quận Pittsburg,mqatʿt bytsbyrgh,pi zi bao xian,pitarsabarga ka'unti,pittsubagu jun,shhrstan pytsbrg  aklahma,Округ Питсбург,Питсбърг,Питтсбург,Піттсбург,شهرستان پیتسبرگ، اکلاهما,مقاطعة بيتسبيرغ,پٹسبرگ کاؤنٹی,پٹسبرگ کاؤنٹی، اوکلاہوما,পিটর্সবার্গ কাউন্টি,ピッツバーグ郡,匹茲堡縣		US	OK	121	45837	America/Chicago
4548292	Pontotoc County	pontotoc-county	Comitatul Pontotoc,Comte de Pontotoc,Comté de Pontotoc,Condado de Pontotoc,Condado han Pontotoc,Contea di Pontotoc,Hrabstwo Pontotoc,Okrug Pontotok,Pontotoc,Pontotoc Kun,Pontotoc Kūn,Pontotoc konderria,Pontotoc megye,Pontotoci maakond,Pontotok,Quan Pontotoc,Quận Pontotoc,mqatʿt bantwtwk,pang tuo tuo ke xian,pontotoka ka'unti,pontotoku jun,shhrstan pantwtwk  aklahma,Округ Понтоток,Понтоток,شهرستان پانتوتوک، اکلاهما,مقاطعة بانتوتوك,پونوٹوک کاؤنٹی,پونٹوٹاک کاؤنٹی، اوکلاہوما,পোন্টোটোক কাউন্টি,ポントトク郡,龐托托克縣		US	OK	123	37492	America/Chicago
4548371	Pottawatomie County	pottawatomie-county	Comitatul Pottawatomie,Comte de Pottawatomie,Comté de Pottawatomie,Condado de Pottawatomie,Condado han Pottawatomie,Contea di Pottawatomie,Hrabstwo Pottawatomie,Okrug Potavotomi,Potauatomi,Pottavatomi,Pottawatomie,Pottawatomie Kun,Pottawatomie Kūn,Pottawatomie konderria,Pottawatomie maakond,Pottawatomie megye,Quan Pottawatomie,Quận Pottawatomie,bo te wa te mi xian,mqatʿt bwtawatwmy,potawatomi jun,pottaraatomi ka'unti,shhrstan patwatwmy  aklahma,Округ Потавотоми,Потауатоми,Поттаватоми,Поттаватомі,شهرستان پاتواتومی، اکلاهما,مقاطعة بوتاواتومي,پوٹاواٹومی کاؤنٹی,پوٹاواٹومی کاؤنٹی، اوکلاہوما,পোট্টাৱাটোমি কাউন্টি,ポタワトミー郡,波特瓦特米縣		US	OK	125	69442	America/Chicago
4548586	Pushmataha County	pushmataha-county	Comitatul Pushmataha,Comtat de Pushmataha,Comte de Pushmataha,Comté de Pushmataha,Condado de Pushmataha,Condado han Pushmataha,Contea di Pushmataha,Hrabstwo Pushmataha,Okrug Pushmatakha,Pushmataga,Pushmataha,Pushmataha Kun,Pushmataha Kūn,Pushmataha konderria,Pushmataha megye,Pushmatakha,Quan Pushmataha,Quận Pushmataha,mqatʿt bwshmataha,pu shen ma ta ha xian,pusamataha ka'unti,pusshumataha jun,shhrstan pwshmataha  aklahma,Округ Пушматаха,Пушматага,Пушматаха,شهرستان پوشماتاها، اکلاهما,مقاطعة بوشماتاها,پشماٹاہا کاؤنٹی,پشمیٹاہا کاؤنٹی، اوکلاہوما,পুশমাতাহা কাউন্টি,プッシュマタハ郡,普什馬塔哈縣		US	OK	127	11572	America/Chicago
4549635	Roger Mills County	roger-mills-county	Comitatul Roger Mills,Comtat de Roger Mills,Comte de Roger Mills,Comté de Roger Mills,Condado de Roger Mills,Condado han Roger Mills,Contea di Roger Mills,Hrabstwo Roger Mills,Okrug Rodzer Mils,Quan Roger Mills,Quận Roger Mills,Rodzher-Mills,Rodzhur Mils,Roger Mills,Roger Mills Kun,Roger Mills Kūn,Roger Mills konderria,Roger Mills megye,luo jie mi er si xian,mqatʿt rwjr mylz,rojamiruzu jun,rojara milasa ka'unti,shhrstan rajr mylz  aklahma,Округ Роџер Милс,Роджер-Миллс,Роджер-Міллс,Роджър Милс,راجر ملز کاؤنٹی,راجر ملز کاؤنٹی، اوکلاہوما,شهرستان راجر میلز، اکلاهما,مقاطعة روجر ميلز,রোজার মিলস কাউন্টি,ロジャーミルズ郡,羅傑米爾斯縣		US	OK	129	3647	America/Chicago
4551046	Seminole County	seminole-county	Comitatul Seminole,Comte de Seminole,Comté de Seminole,Condado de Seminole,Condado han Seminole,Contea di Seminole,Hrabstwo Seminole,Okrug Seminol,Quan Seminole,Quận Seminole,Seminol,Seminole,Seminole Kun,Seminole Kūn,Seminole konderria,Seminole megye,Semunoul,mqatʿt symynwl,sai mi nuo er xian,seminola ka'unti,seminoru jun,shhrstan smynwl  aklahma,Округ Семинол,Семъноул,Семінол,سیمینول کاؤنٹی، اوکلاہوما,شهرستان سمینول، اکلاهما,مقاطعة سيمينول,সেমিনোল কাউন্টি,セミノール郡,塞米諾爾縣		US	OK	133	25482	America/Chicago
4551067	Sequoyah County	sequoyah-county	Comitatul Sequoyah,Comte de Sequoyah,Comté de Sequoyah,Condado de Sequoyah,Condado han Sequoyah,Contea di Sequoyah,Hrabstwo Sequoyah,Okrug Sekvoja,Quan Sequoyah,Quận Sequoyah,Sekvoja,Sequoyah,Sequoyah Kun,Sequoyah Kūn,Sequoyah konderria,Sequoyah megye,mqatʿt sykwyah,sai kuo ya xian,sekoia jun,seku'o'iyaha ka'unti,shhrstan skwya  aklahma,Округ Секвоја,Секвоя,سیقوئیاہ کاؤنٹی، اوکلاہوما,سیکویاہ کاؤنٹی,شهرستان سکویا، اکلاهما,مقاطعة سيكوياه,সেকুওইয়াহ কাউন্টি,セコイア郡,塞闊雅縣		US	OK	135	42391	America/Chicago
4552182	Stephens County	stephens-county	Comitatul Stephens,Comte de Stephens,Comté de Stephens,Condado de Stephens,Condado han Stephens,Contea di Stephens,Hrabstwo Stephens,Okrug Stivens,Quan Stephens,Quận Stephens,Stephens,Stephens Kun,Stephens Kūn,Stephens konderria,Stephens megye,Stivens,Stivuns,mqatʿt styfynz,shhrstan astywns  aklahma,si di fen si xian,stephanasa ka'unti,sutibunzu jun,Округ Стивенс,Стивенс,Стивънс,Стівенс,ستیپہینز کاؤنٹی، اوکلاہوما,سٹیفنز کاؤنٹی,شهرستان استیونس، اکلاهما,مقاطعة ستيفينز,স্টেফানস কাউন্টি,スティーブンズ郡,斯蒂芬斯縣		US	OK	137	45048	America/Chicago
4553073	Tillman County	tillman-county	Comitatul Tillman,Comtat de Tillman,Comte de Tillman,Comté de Tillman,Condado de Tillman,Condado han Tillman,Contea di Tillman,Hrabstwo Tillman,Okrug Tilman,Quan Tillman,Quận Tillman,Tillman,Tillman Kun,Tillman Kūn,Tillman konderria,Tillman megye,Tilman,di er man xian,mqatʿt tylyman,shhrstan tylmn  aklahma,tilamyana ka'unti,tiruman jun,Округ Тилман,Тиллман,Тилман,Тіллман,شهرستان تیلمن، اکلاهما,مقاطعة تيليمان,ٹلمین کاؤنٹی,ٹلمیں کاؤنٹی، اوکلاہوما,টিলম্যান কাউন্টি,ティルマン郡,蒂爾曼縣		US	OK	141	7992	America/Chicago
4553440	Tulsa County	tulsa-county	Comitatul Tulsa,Comte de Tulsa,Comté de Tulsa,Condado de Tulsa,Condado han Tulsa,Contea di Tulsa,Hrabstwo Tulsa,Okrug Talsa,Quan Tulsa,Quận Tulsa,Talsa,Tulsa,Tulsa Kun,Tulsa Kūn,Tulsa konderria,Tulsa maakond,Tulsa megye,mqatʿt tlsa,shhrstan talsa  aklahma,ta er sa xian,tarusa jun,tulasa ka'unti,Округ Талса,Талса,Тълса,تالسا کاؤنٹی، اوکلاہوما,تلسا کاؤنٹی,شهرستان تالسا، اکلاهما,مقاطعة تلسا,টুলসা কাউন্টি,タルサ郡,塔爾薩縣		US	OK	143	603403	America/Chicago
4554551	Wagoner County	wagoner-county	Comitatul Wagoner,Comte de Wagoner,Comté de Wagoner,Condado de Wagoner,Condado han Wagoner,Contea di Wagoner,Hrabstwo Wagoner,Okrug Vagoner,Quan Wagoner,Quận Wagoner,Uagoner,Uagonur,Vagoner,Wagoner,Wagoner Kun,Wagoner Kūn,Wagoner konderria,Wagoner megye,Wagoneri maakond,mqatʿt waghwnr,raagonera ka'unti,shhrstan wgnr  aklahma,wa ge na xian,wagona jun,Вагонер,Округ Вагонер,Уагонер,Уагонър,شهرستان وگنر، اکلاهما,مقاطعة واغونر,واگونر کاؤنٹی,ویگنر کاؤنٹی، اوکلاہوما,ৱাগোনের কাউন্টি,ワゴナー郡,瓦戈納縣		US	OK	145	73085	America/Chicago
4554708	Washington County	washington-county	Comitatul Washington,Comte de Washington,Comté de Washington,Condado de Washington,Condado han Washington,Contea di Washington,Hrabstwo Washington,Okrug Vashington,Quan Washington,Quận Washington,Vashington,Washington,Washington Kun,Washington Kūn,Washington konderria,Washington megye,Washingtoni maakond,hua sheng dun xian,mqatʿt washntn,raasintana ka'unti,shhrstan washyngtn  aklahma,washinton jun,Вашингтон,Округ Вашингтон,شهرستان واشینگتن، اکلاهما,مقاطعة واشنطن,واشنگٹن کاؤنٹی، اوکلاہوما,ৱাশিংটন কাউন্টি,ワシントン郡,華盛頓縣		US	OK	147	50976	America/Chicago
4554753	Washita County	washita-county	Comitatul Washita,Comte de Washita,Comté de Washita,Condado de Washita,Condado han Washita,Contea di Washita,Hrabstwo Washita,Okrug Voshito,Quan Washita,Quận Washita,Uoshita,Uoshito,Voshita,Washita,Washita Kun,Washita Kūn,Washita konderria,Washita megye,mqatʿt washyta,raasita ka'unti,shhrstan wshyta  aklahma,u~oshita jun,wo xi tuo xian,Вошіта,Округ Вошито,Уошита,Уошито,شهرستان وشیتا، اکلاهما,مقاطعة واشيتا,واشیٹا کاؤنٹی,واشیٹا کاؤنٹی، اوکلاہوما,ৱাসিটা কাউন্টি,ウォシタ郡,沃希托縣		US	OK	149	11629	America/Chicago
4556038	Woods County	woods-county	Comitatul Woods,Comte de Woods,Comté de Woods,Condado de Woods,Condado han Woods,Contea di Woods,Hrabstwo Woods,Okrug Vuds,Quan Woods,Quận Woods,Uds,Vuds,Woods,Woods Kun,Woods Kūn,Woods konderria,Woods megye,mqatʿt wwdz,radasa ka'unti,shhrstan wwdz  aklahma,uzzu jun,wu zi xian,Вудс,Округ Вудс,Удс,شهرستان وودز، اکلاهما,مقاطعة وودز,ووڈز کاؤنٹی، اوکلاہوما,وڈز کاؤنٹی,ৱডস কাউন্টি,ウッズ郡,伍茲縣		US	OK	151	8878	America/Chicago
4556051	Woodward County	woodward-county	Comitatul Woodward,Comte de Woodward,Comté de Woodward,Condado de Woodward,Condado han Woodward,Contea di Woodward,Hrabstwo Woodward,Okrug Vudvard,Quan Woodward,Quận Woodward,Uduurd,Vudvord,Woodward,Woodward Kun,Woodward Kūn,Woodward konderria,Woodward megye,mqatʿt wwdward,radaraarda ka'unti,shhrstan wwdward  aklahma,uddowado jun,wu de wo de xian,Вудворд,Округ Вудвард,Удуърд,شهرستان وودوارد، اکلاهما,مقاطعة وودوارد,ووڈورڈ کاؤنٹی، اوکلاہوما,وڈوارڈ کاؤنٹی,ৱডৱার্ড কাউন্টি,ウッドワード郡,伍德沃德縣		US	OK	153	20081	America/Chicago
4556228	Adams County	adams-county	Adams,Adams Comitatus,Adams County,Adams Kun,Adams Kūn,Adams konderria,Adams megye,Adams srjan,Comitatul Adams,Comte d'Adams,Comté d'Adams,Condado de Adams,Condado han Adams,Contae Adams,Contea di Adams,Hrabstwo Adams,Konteth Adams,Okrug Adams,Quan Adams,Quận Adams,adamasa ka'unti,adamuzu jun,shhrstan adamz  pnsylwanya,ya dang si xian,Адамс,Округ Адамс,Ադամս շրջան,ایڈمز کاؤنٹی، پنسلوانیا,شهرستان آدامز، پنسیلوانیا,مقاطعة أدمز,আডামস কাউন্টি,アダムズ郡,亞當斯縣		US	PA	001	101407	America/New_York
4568959	Abbeville County	abbeville-county	Abbevill,Abbeville,Abbeville County,Abbeville District,Abbeville Kun,Abbeville Kūn,Abbeville konderria,Abbeville megye,Abbeville  okrug,Abbevillei maakond,Abbvill,Abivil srjan,Abvil,Comitatul Abbeville,Comte d'Abbeville,Comté d'Abbeville,Condado de Abbeville,Condado han Abbeville,Contea di Abbeville,Hrabstwo Abbeville,Kantono Abbeville,Okrug Abevil,Quan Abbeville,Quận Abbeville,a bi wei er xian,abebhila ka'unti,abebiru jun,okrug Abbevill,shhrstan abwyl  karwlynay jnwby,Аббвілл,Аббевилл,Абвил,Округ Абевил,округ Аббевилл,Աբիվիլ շրջան,ایبولے کاؤنٹی,ایبیویل کاؤنٹی، جنوبی کیرولائنا,شهرستان ابویل، کارولینای جنوبی,مقاطعة أبفيل,আবেভিল কাউন্টি,アベビル郡,阿比維爾縣		US	SC	001	25417	America/New_York
4569073	Aiken County	aiken-county	Aiken,Aiken Kun,Aiken Kūn,Aiken konderria,Aiken megye,Comitatul Aiken,Comte d'Aiken,Comté d'Aiken,Condado de Aiken,Condado han Aiken,Contea di Aiken,Ehjken,Ejken,Ejkun,Eyken srjan,Hrabstwo Aiken,Kantono Aiken,Okrug Ejken,Quan Aiken,Quận Aiken,a'ikina ka'unti,ai ken xian,eikin jun,shhrstan aykn  karwlynay jnwby,Ейкен,Ейкън,Округ Ејкен,Эйкен,Էյկեն շրջան,آئیکن کاؤنٹی,ایکن کاؤنٹی، جنوبی کیرولائنا,شهرستان ایکن، کارولینای جنوبی,مقاطعة أيكن,আইকিন কাউন্টি,エイキン郡,艾肯縣		US	SC	003	160099	America/New_York
4569210	Allendale County	allendale-county	Alendeyl srjan,Allendale,Allendale Kun,Allendale Kūn,Allendale konderria,Allendale megye,Allendejl,Alundejl,Comitatul Allendale,Comte d'Allendale,Comté d'Allendale,Condado de Allendale,Condado han Allendale,Contea di Allendale,Hrabstwo Allendale,Kantono Allendale,Okrug Alendejl,Quan Allendale,Quận Allendale,a lun da xian,arenderu jun,shhrstan alndyl  karwlynay jnwby,Аллендейл,Алъндейл,Округ Алендејл,Ալենդեյլ շրջան,ایلنڈیل کاؤنٹی,ایلنڈیل کاؤنٹی، جنوبی کیرولائنا,شهرستان آلندیل، کارولینای جنوبی,অ্যালেনডেল কাউন্টি,アレンデール郡,阿倫達縣		US	SC	005	10419	America/New_York
4569313	Anderson County	anderson-county	Anderson,Anderson Kun,Anderson Kūn,Anderson konderria,Anderson megye,Anderson srjan,Andersun,Comitatul Anderson,Comte d'Anderson,Comté d'Anderson,Condado de Anderson,Condado han Anderson,Contea di Anderson,Hrabstwo Anderson,Kantono Anderson,Okrug Anderson,Quan Anderson,Quận Anderson,an de sen xian,andason jun,endarasana ka'unti,shhrstan andrswn  karwlynay jnwby,Андерсон,Андерсън,Округ Андерсон,Անդերսոն շրջան,انڈرسن کاؤنٹی، ساؤتھ کیرولائنا,اینڈرسن کاؤنٹی، جنوبی کیرولائنا,شهرستان اندرسون، کارولینای جنوبی,مقاطعة أندرسون,এন্ডারসন কাউন্টি,アンダーソン郡,安德森縣		US	SC	007	187126	America/New_York
4569930	Bamberg County	bamberg-county	Bamberg,Bamberg Kun,Bamberg Kūn,Bamberg konderria,Bamberg megye,Bamberg srjan,Bamburg,Bemberg,Comitatul Bamberg,Comte de Bamberg,Comté de Bamberg,Condado de Bamberg,Condado han Bamberg,Contea di Bamberg,Hrabstwo Bamberg,Kantono Bamberg,Okrug Bamberg,Quan Bamberg,Quận Bamberg,bamabarga ka'unti,ban bo ge xian,banbagu jun,shhrstan bmbrg  karwlynay jnwby,Бамберг,Бамбърг,Бемберг,Округ Бамберг,Բամբերգ շրջան,بامبرگ کاؤنٹی,بیمبرگ کاؤنٹی، جنوبی کیرولائنا,شهرستان بمبرگ، کارولینای جنوبی,বামবার্গ কাউন্টি,バンバーグ郡,班伯格縣		US	SC	009	15987	America/New_York
4570020	Barnwell County	barnwell-county	Barnuehll,Barnuel,Barnvel srjan,Barnvell,Barnwell,Barnwell County,Barnwell District,Barnwell Kun,Barnwell Kūn,Barnwell konderria,Barnwell megye,Comitatul Barnwell,Comte de Barnwell,Comté de Barnwell,Condado de Barnwell,Condado han Barnwell,Contea di Barnwell,Hrabstwo Barnwell,Kantono Barnwell,Okrug Barnvel,Quan Barnwell,Quận Barnwell,Winton County,ba en wei er xian,ban'u~eru jun,barnaraela ka'unti,shhrstan brnwl  karwlynay jnwby,Барнвелл,Барнуел,Барнуэлл,Округ Барнвел,Բարնվել շրջան,بارنول کاؤنٹی,بارنویل کاؤنٹی، جنوبی کیرولائنا,شهرستان برنول، کارولینای جنوبی,বার্নৱেল কাউন্টি,バーンウェル郡,巴恩韋爾縣		US	SC	011	22621	America/New_York
4570292	Beaufort County	beaufort-county	Baufort,Beaufort,Beaufort County,Beaufort District,Beaufort Kun,Beaufort Kūn,Beaufort konderria,Beaufort megye,Beauforti maakond,Bofort,Bofort srjan,Comitatul Beaufort,Comte de Beaufort,Comté de Beaufort,Condado de Beaufort,Condado han Beaufort,Contea di Beaufort,Hrabstwo Beaufort,Kantono Beaufort,Okrug Bjufort,Quan Beaufort,Quận Beaufort,bi'uphorta ka'unti,bo fu te xian,byufoto jun,byupeoteu gun,shhrstan bywfwrt  karwlynay jnwby,Бауфорт,Бофорт,Округ Бјуфорт,Բոֆորտ շրջան,بیوفورٹ کاؤنٹی,بیوفورٹ کاؤنٹی، جنوبی کیرولائنا,شهرستان بیوفورت، کارولینای جنوبی,বিউফোর্ট কাউন্টি,ビューフォート郡,博福特縣,뷰퍼트 군		US	SC	013	162233	America/New_York
4570707	Berkeley County	berkeley-county	Berkeley,Berkeley County,Berkeley Kun,Berkeley Kūn,Berkeley konderria,Berkeley maakond,Berkeley megye,Berkli,Berkli srjan,Berkly County,Burkli,Comitatul Berkeley,Comte de Berkeley,Comté de Berkeley,Condado de Berkeley,Condado han Berkeley,Contea di Berkeley,Hrabstwo Berkeley,Kantono Berkeley,Okrug Berkli,Quan Berkeley,Quận Berkeley,bakure jun,barkali ka'unti,bo ke li xian,shhrstan brkly  karwlynay jnwby,Беркли,Берклі,Бъркли,Округ Беркли,Բերկլի շրջան,برکلے کاؤنٹی، جنوبی کیرولائنا,برکلے کاؤنٹی، ساؤتھ کیرولائنا,شهرستان برکلی، کارولینای جنوبی,বার্কলি কাউন্টি,バークレー郡,伯克利县		US	SC	015	177843	America/New_York
4573075	Calhoun County	calhoun-county	Calhoun,Calhoun Kun,Calhoun Kūn,Calhoun konderria,Calhoun megye,Comitatul Calhoun,Comte de Calhoun,Comté de Calhoun,Condado de Calhoun,Condado han Calhoun,Contea di Calhoun,Hrabstwo Calhoun,Kalgun,Kalkhun,Kantono Calhoun,Okrug Kalkhun,Quan Calhoun,Quận Calhoun,ka er huo en xian,kalahauna ka'unti,karufun jun,shhrstan klhwn  karwlynay jnwby,Калгун,Калхун,Округ Калхун,Քալհուն շրջան,شهرستان کلهون، کارولینای جنوبی,مقاطعة كالهون,کالہاؤن کاؤنٹی، ساؤتھ کیرولائنا,کالہون کاؤنٹی، جنوبی کیرولائنا,কলহৌন কাউন্টি,カルフーン郡,卡爾霍恩縣		US	SC	017	15175	America/New_York
4613912	Clay County	clay-county	Clay,Clay Comitatus,Clay Kun,Clay Kūn,Clay konderria,Clay megye,Comitatul Clay,Comte de Clay,Comté de Clay,Condado de Clay,Condado han Clay,Contea di Clay,Hrabstwo Clay,Klej,Okrug Klej,Quan Clay,Quận Clay,ke lai xian,kle ka'unti,kurei jun,shhrstan kly  tnsy,Клей,Округ Клеј,شهرستان کلی، تنسی,مقاطعة كلاي,کلے کاؤنٹی، ٹینیسی,ক্লে কাউন্টি,クレイ郡,克莱县		US	TN	027	7861	America/Chicago
4574328	Charleston County	charleston-county	Charleston,Charleston County,Charleston District,Charleston Kun,Charleston Kūn,Charleston konderria,Charleston megye,Charlestoni maakond,Charlston,Charlstun,Comitatul Charleston,Comte de Charleston,Comté de Charleston,Condado de Charleston,Condado han Charleston,Contea di Charleston,Hrabstwo Charleston,Kantono Charleston,Okrug Charlston,Quan Charleston,Quận Charleston,carlasatana ka'unti,cha er si dun xian,charusuton jun,shhrstan charlstwn  karwlynay jnwby,Округ Чарлстон,Чарлстон,Чарлстън,Չառլստոն շրջան,شهرستان چارلستون، کارولینای جنوبی,چارلزٹن کاؤنٹی,چارلسٹن کاؤنٹی، جنوبی کیرولائنا,চার্লসটন কাউন্টি,チャールストン郡,查尔斯顿县		US	SC	019	350209	America/New_York
4574428	Cherokee County	cherokee-county	Cherokee,Cherokee Kun,Cherokee Kūn,Cherokee konderria,Cherokee megye,Cheroki,Comitatul Cherokee,Comte de Cherokee,Comté de Cherokee,Condado de Cherokee,Condado han Cherokee,Contea di Cherokee,Hrabstwo Cherokee,Kantono Cherokee,Okrug Cheroki,Quan Cherokee,Quận Cherokee,ceruki ka'unti,cheroki jun,qie luo ji xian,shhrstan chrwky  karwlynay jnwby,Округ Чероки,Чероки,Черокі,Չերոկի շրջան,شهرستان چروکی، کارولینای جنوبی,چروکی کاؤنٹی، جنوبی کیرولائنا,چیروکی کاؤنٹی، ساؤتھ کیرولائنا,চেরুকী কাউন্টি,チェロキー郡,切羅基縣		US	SC	021	55342	America/New_York
4574531	Chester County	chester-county	Chester,Chester County,Chester District,Chester Kun,Chester Kūn,Chester konderria,Chester megye,Chestur,Comitatul Chester,Comte de Chester,Comté de Chester,Condado de Chester,Condado han Chester,Contea di Chester,Hrabstwo Chester,Kantono Chester,Okrug Chester,Quan Chester,Quận Chester,cestara ka'unti,chesuta jun,qie si te xian,shhrstan chstr  karwlynay jnwby,Округ Честер,Честер,Честър,Չեստեր շրջան,شهرستان چستر، کارولینای جنوبی,چسٹر کاؤنٹی,چیسٹر کاؤنٹی، جنوبی کیرولائنا,চেস্টার কাউন্টি,チェスター郡,切斯特縣		US	SC	023	33140	America/New_York
4574554	Chesterfield County	chesterfield-county	Chesterfield,Chesterfield County,Chesterfield District,Chesterfield Kun,Chesterfield Kūn,Chesterfield konderria,Chesterfield megye,Chesterfieldi maakond,Chesterfild,Chesturfijld,Comitatul Chesterfield,Comte de Chesterfield,Comté de Chesterfield,Condado de Chesterfield,Condado han Chesterfield,Contea di Chesterfield,Hrabstwo Chesterfield,Okrug Chesterfild,Quan Chesterfield,Quận Chesterfield,cestaraphilda ka'unti,chesutafirudo jun,qie si te fei er de xian,shhrstan chstrfyld  karwlynay jnwby,Округ Честерфилд,Честерфилд,Честерфілд,Честърфийлд,Չեստերֆիլդ շրջան,شهرستان چسترفیلد، کارولینای جنوبی,مقاطعة تشيسترفيلد,چسٹرفیلڈ کاؤنٹی,چیسٹرفیلڈ کاؤنٹی، جنوبی کیرولائنا,চেস্টারফিল্ড কাউন্টি,チェスターフィールド郡,切斯特菲爾德縣		US	SC	025	46734	America/New_York
4574857	Clarendon County	clarendon-county	Clarendon,Clarendon Kun,Clarendon Kūn,Clarendon konderria,Clarendon megye,Comitatul Clarendon,Comte de Clarendon,Comté de Clarendon,Condado de Clarendon,Condado han Clarendon,Contea di Clarendon,Hrabstwo Clarendon,Kantono Clarendon,Klarendon,Klarundun,Klerendon,Okrug Klerendon,Quan Clarendon,Quận Clarendon,ke la lun deng xian,klarenadana ka'unti,kurarendon jun,shhrstan klarndwn  karwlynay jnwby,Кларендон,Кларъндън,Клерендон,Округ Клерендон,Քլերենդոն շրջան,شهرستان کلارندون، کارولینای جنوبی,کلئیرنڈن کاؤنٹی، جنوبی کیرولائنا,کلارنڈن کاؤنٹی,ক্লারেনডন কাউন্টি,クラレンドン郡,克拉倫登縣		US	SC	027	34971	America/New_York
4575230	Colleton County	colleton-county	Colleton,Colleton County,Colleton District,Colleton Kun,Colleton Kūn,Colleton konderria,Colleton megye,Colliton County,Comitatul Colleton,Comte de Colleton,Comté de Colleton,Condado de Colleton,Condado han Colleton,Contea di Colleton,Hrabstwo Colleton,Kantono Colleton,Kolleton,Kollton,Koltun,Okrug Koleton,Quan Colleton,Quận Colleton,kalletana ka'unti,ke lei dun xian,koreton jun,shhrstan kaltwn  karwlynay jnwby,Коллетон,Коллтон,Колтън,Округ Колетон,Քոլտոն շրջան,شهرستان کالتون، کارولینای جنوبی,کولٹن کاؤنٹی، جنوبی کیرولائنا,کولیٹن کاؤنٹی,কাল্লেটন কাউন্টি,コレトン郡,科勒頓縣		US	SC	029	38892	America/New_York
4576323	Darlington County	darlington-county	Comitatul Darlington,Comte de Darlington,Comté de Darlington,Condado de Darlington,Condado han Darlington,Contea di Darlington,Darlington,Darlington County,Darlington District,Darlington Kun,Darlington Kūn,Darlington konderria,Darlington megye,Darlington srjan,Darlingtun,Hrabstwo Darlington,Kantono Darlington,Okrug Darlington,Quan Darlington,Quận Darlington,da ling dui xian,darinton jun,darlintana ka'unti,shhrstan darlyngtwn  karwlynay jnwby,Дарлингтон,Дарлингтън,Дарлінґтон,Округ Дарлингтон,Դարլինգտոն շրջան,شهرستان دارلینگتون، کارولینای جنوبی,ڈارلنگٹن کاؤنٹی,ڈارلنگٹن کاؤنٹی، جنوبی کیرولائنا,ডার্লিংটন কাউন্টি,ダーリントン郡,達令敦縣		US	SC	031	68681	America/New_York
4576657	Dillon County	dillon-county	Comitatul Dillon,Comte de Dillon,Comté de Dillon,Condado de Dillon,Condado han Dillon,Contea di Dillon,Dillon,Dillon Kun,Dillon Kūn,Dillon konderria,Dillon megye,Dilon srjan,Dilun,Hrabstwo Dillon,Kantono Dillon,Okrug Dilon,Quan Dillon,Quận Dillon,di long xian,dilana ka'unti,diron jun,shhrstan dylwn  karwlynay jnwby,Диллон,Дилън,Діллон,Округ Дилон,Դիլոն շրջան,شهرستان دیلون، کارولینای جنوبی,ڈلن کاؤنٹی,ڈلن کاؤنٹی، جنوبی کیرولائنا,ডিলন কাউন্টি,ディロン郡,狄龍縣		US	SC	033	32062	America/New_York
4576822	Dorchester County	dorchester-county	Comitatul Dorchester,Comte de Dorchester,Comté de Dorchester,Condado de Dorchester,Condado han Dorchester,Contea di Dorchester,Dorchester,Dorchester Kun,Dorchester Kūn,Dorchester konderria,Dorchester megye,Dorchesteri maakond,Dorset,Hrabstwo Dorchester,Kantono Dorchester,Okrug Dorchester,Quan Dorchester,Quận Dorchester,dochesuta jun,doracestara ka'unti,duo che si te xian,shhrstan darchstr  karwlynay jnwby,Дорсет,Дорчестер,Округ Дорчестер,Դորչեստեր շրջան,شهرستان دارچستر، کارولینای جنوبی,ڈورچسٹر کاؤنٹی، ساؤتھ کیرولائنا,ڈورچیسٹر کاؤنٹی، جنوبی کیرولائنا,ডোরচেস্টার কাউন্টি,ドーチェスター郡,多徹斯特縣		US	SC	035	136555	America/New_York
4577533	Edgefield County	edgefield-county	Comitatul Edgefield,Comte d'Edgefield,Comté d'Edgefield,Condado de Edgefield,Condado han Edgefield,Contea di Edgefield,Edgefield,Edgefield County,Edgefield District,Edgefield Kun,Edgefield Kūn,Edgefield konderria,Edgefield megye,Edzhfijld,Edzhfild,Ehdzhfild,Ejfild srjan,Hrabstwo Edgefield,Kantono Edgefield,Okrug Edzfild,Quan Edgefield,Quận Edgefield,ai qi fei er de xian,edajaphilda ka'unti,ejjifirudo jun,shhrstan ajfyld  karwlynay jnwby,Еджфийлд,Еджфілд,Округ Еџфилд,Эджфилд,Էջֆիլդ շրջան,ایجفیلڈ کاؤنٹی,ایجفیلڈ کاؤنٹی، جنوبی کیرولائنا,شهرستان اجفیلد، کارولینای جنوبی,এডজফিল্ড কাউন্টি,エッジフィールド郡,埃奇菲爾德縣		US	SC	037	26985	America/New_York
4578064	Fairfield County	fairfield-county	Comitatul Fairfield,Comte de Fairfield,Comté de Fairfield,Condado de Fairfield,Condado han Fairfield,Contea di Fairfield,Fairfield,Fairfield County,Fairfield District,Fairfield Kun,Fairfield Kūn,Fairfield konderria,Fairfield megye,Fehrfild,Ferfild,Ferfild srjan,Feurfijld,Hrabstwo Fairfield,Kantono Fairfield,Okrug Ferfild,Quan Fairfield,Quận Fairfield,feafirudo jun,fei er fei er de xian,pheyaraphilda ka'unti,shhrstan fyrfyld  karwlynay jnwby,Округ Ферфилд,Ферфілд,Феърфийлд,Фэрфилд,Ֆերֆիլդ շրջան,شهرستان فیرفیلد، کارولینای جنوبی,فیئرفیلڈ کاؤنٹی,فیئرفیلڈ کاؤنٹی، جنوبی کیرولائنا,ফেয়ারফিল্ড কাউন্টি,フェアフィールド郡,費爾菲爾德縣		US	SC	039	23956	America/New_York
4578745	Florence County	florence-county	Comitatul Florence,Comte de Florence,Comté de Florence,Condado de Florence,Condado han Florence,Contea di Florence,Florence,Florence Kun,Florence Kūn,Florence konderria,Florence megye,Florencei maakond,Florens,Florens srjan,Floruns,Hrabstwo Florence,Kantono Florence,Okrug Florens,Quan Florence,Quận Florence,fu luo lun si xian,furorensu jun,phlorensa ka'unti,shhrstan flwrans  karwlynay jnwby,Округ Флоренс,Флоренс,Флорънс,Ֆլորենս շրջան,شهرستان فلورانس، کارولینای جنوبی,فلورنس کاؤنٹی,فلورنس کاؤنٹی، جنوبی کیرولائنا,ফ্লোরেন্স কাউন্টি,フローレンス郡,弗洛倫斯縣		US	SC	041	136885	America/New_York
4579666	Georgetown County	georgetown-county	Comitatul Georgetown,Comte de Georgetown,Comté de Georgetown,Condado de Georgetown,Condado han Georgetown,Contea di Georgetown,Dzhordzhtaun,Georgetown,Georgetown County,Georgetown District,Georgetown Kun,Georgetown Kūn,Georgetown konderria,Georgetown megye,Hrabstwo Georgetown,Kantono Georgetown,Okrug DZordztaun,Quan Georgetown,Quận Georgetown,jarjata'una ka'unti,jojitaun jun,qiao zhi dui xian,Джорджтаун,Округ Џорџтаун,Ջորջթաուն շրջան,جارج ٹاؤن کاؤنٹی، جنوبی کیرولائنا,جارجٹاؤن کاؤنٹی,شهرستان جورج‌تاون، کارولینای جنوبی,জর্জটাউন কাউন্টি,ジョージタウン郡,喬治敦縣		US	SC	043	60158	America/New_York
4580549	Greenville County	greenville-county	Comitatul Greenville,Comte de Greenville,Comté de Greenville,Condado de Greenville,Condado han Greenville,Contea di Greenville,Greeneville County,Greenville,Greenville County,Greenville District,Greenville Kun,Greenville Kūn,Greenville konderria,Greenville megye,Grijnvil,Grinvil srjan,Grinvill,Hrabstwo Greenville,Kantono Greenville,Okrug Grinvil,Quan Greenville,Quận Greenville,ge lin wei er xian,grinabhila ka'unti,gurinbiru jun,shhrstan grynwyl  karwlynay jnwby,Грийнвил,Гринвилл,Грінвілл,Округ Гринвил,Գրինվիլ շրջան,شهرستان گرینویل، کارولینای جنوبی,مقاطعة غرينفيل,گرینولے کاؤنٹی,گرینویل کاؤنٹی، جنوبی کیرولائنا,গ্রিনভিল কাউন্টি,グリーンビル郡,格林維爾縣		US	SC	045	451225	America/New_York
4580575	Greenwood County	greenwood-county	Comitatul Greenwood,Comte de Greenwood,Comté de Greenwood,Condado de Greenwood,Condado han Greenwood,Contea di Greenwood,Greenwood,Greenwood Kun,Greenwood Kūn,Greenwood konderria,Greenwood megye,Greenwoodi maakond,Grijnud,Grinvud,Grinvud srjan,Hrabstwo Greenwood,Kantono Greenwood,Okrug Grinvud,Quan Greenwood,Quận Greenwood,ge lin wu de xian,grinarada ka'unti,gurin'uddo jun,shhrstan grynwwd  karwlynay jnwby,Грийнуд,Гринвуд,Грінвуд,Округ Гринвуд,Գրինվուդ շրջան,شهرستان گرینوود، کارولینای جنوبی,گرینووڈ کاؤنٹی، جنوبی کیرولائنا,گرینوڈ کاؤنٹی,গ্রিনৱড কাউন্টি,グリーンウッド郡,格林伍德縣		US	SC	047	69661	America/New_York
4580988	Hampton County	hampton-county	Comitatul Hampton,Comte de Hampton,Comté de Hampton,Condado de Hampton,Condado han Hampton,Contea di Hampton,Gempton,Hampton,Hampton Kun,Hampton Kūn,Hampton konderria,Hampton megye,Hampton srjan,Hrabstwo Hampton,Kantono Hampton,Khamptun,Khehmpton,Okrug Khempton,Quan Hampton,Quận Hampton,hampatana ka'unti,han pu dun xian,hanputon jun,shhrstan hmptwn  karwlynay jnwby,Гемптон,Округ Хемптон,Хамптън,Хэмптон,Համպտոն շրջան,شهرستان همپتون، کارولینای جنوبی,ہیمپٹن کاؤنٹی,ہیمپٹن کاؤنٹی، جنوبی کیرولائنا,হাম্পটন কাউন্টি,ハンプトン郡,漢普頓縣		US	SC	049	21090	America/New_York
4582287	Horry County	horry-county	Comitatul Horry,Comte de Horry,Comté de Horry,Condado de Horry,Condado han Horry,Contea di Horry,Gorri,Hori srjan,Horry,Horry Coonty,Horry County,Horry District,Horry Kun,Horry Kūn,Horry konderria,Horry megye,Hrabstwo Horry,Kantono Horry,Okrug Ori,Ourij,Quan Horry,Quận Horry,hori ka'unti,huo li xian,ori jun,shhrstan hary  karwlynay jnwby,Горрі,Округ Ори,Оърий,Հորի շրջան,شهرستان هاری، کارولینای جنوبی,مقاطعة هوري,ہوری کاؤنٹی,ہوری کاؤنٹی، جنوبی کیرولائنا,হোরি কাউন্টি,オリー郡,霍里縣		US	SC	051	269291	America/New_York
4583318	Jasper County	jasper-county	Comitatul Jasper,Comte de Jasper,Comté de Jasper,Condado de Jasper,Condado han Jasper,Contea di Jasper,Dzhasper,Dzhaspur,Dzhesper,Hrabstwo Jasper,Jasper,Jasper Kun,Jasper Kūn,Jasper konderria,Jasper megye,Jasper srjan,Kantono Jasper,Okrug DZasper,Quan Jasper,Quận Jasper,jasapera ka'unti,jasupa jun,jie si pa xian,shhrstan jaspr  karwlynay jnwby,Джаспер,Джаспър,Джеспер,Округ Џаспер,Ջասպեր շրջան,جاسپر کاؤنٹی، ساؤتھ کیرولائنا,جیسپر کاؤنٹی، جنوبی کیرولائنا,شهرستان جاسپر، کارولینای جنوبی,জাসপের কাউন্টি,ジャスパー郡,傑斯帕縣		US	SC	053	24777	America/New_York
4583989	Kershaw County	kershaw-county	Comitatul Kershaw,Comte de Kershaw,Comté de Kershaw,Condado de Kershaw,Condado han Kershaw,Contea di Kershaw,Hrabstwo Kershaw,Kantono Kershaw,Kershaw,Kershaw County,Kershaw District,Kershaw Kun,Kershaw Kūn,Kershaw konderria,Kershaw megye,Kersho,Kershou,Kurshou,Okrug Kersho,Quan Kershaw,Quận Kershaw,kasho jun,ke xiao xian,keraso ka'unti,shhrstan krshaw  karwlynay jnwby,Кершо,Кершоу,Кършоу,Округ Кершо,Քերշոու շրջան,شهرستان کرشاو، کارولینای جنوبی,کرشا کاؤنٹی,کیرشا کاؤنٹی، جنوبی کیرولائنا,কেরশো কাউন্টি,カーショー郡,克肖縣		US	SC	055	61697	America/New_York
4584561	Lancaster County	lancaster-county	Comitatul Lancaster,Comte de Lancaster,Comté de Lancaster,Condado de Lancaster,Condado han Lancaster,Contea di Lancaster,Hrabstwo Lancaster,Kantono Lancaster,Lancaster,Lancaster County,Lancaster District,Lancaster Kun,Lancaster Kūn,Lancaster konderria,Lancaster megye,Lankaster,Lankaster srjan,Lankastur,Okrug Lankaster,Quan Lancaster,Quận Lancaster,lan kai si te xian,lenkastera ka'unti,rankasuta jun,shhrstan lankstr  karwlynay jnwby,Ланкастер,Ланкастър,Округ Ланкастер,Լանկաստեր շրջան,شهرستان لانکستر، کارولینای جنوبی,لنکاسٹر کاؤنٹی، جنوبی کیرولائنا,لینکسٹر کاؤنٹی، ساؤتھ کیرولائنا,مقاطعة لانكستر,লেঙ্কস্টের কাউন্টি,ランカスター郡,蘭開斯特縣		US	SC	057	76652	America/New_York
4584742	Laurens County	laurens-county	Comitatul Laurens,Comte de Laurens,Comté de Laurens,Condado de Laurens,Condado han Laurens,Contea di Laurens,Hereford County,Hrabstwo Laurens,Kantono Laurens,Laurens,Laurens County,Laurens District,Laurens Kun,Laurens Kūn,Laurens konderria,Laurens megye,Laurensi maakond,Lorens,Lorens srjan,Loruns,Okrug Lorens,Quan Laurens,Quận Laurens,lao lun si xian,laurensa ka'unti,rorensu jun,shhrstan larns  karwlynay jnwby,Лоренс,Лорънс,Округ Лоренс,Լորենս շրջան,شهرستان لارنس، کارولینای جنوبی,لاؤرنز کاؤنٹی,لارینس کاؤنٹی، جنوبی کیرولائنا,লৌরেন্স কাউন্টি,ローレンス郡,勞倫斯縣		US	SC	059	66537	America/New_York
4584845	Lee County	lee-county	Comitatul Lee,Comte de Lee,Comté de Lee,Condado de Lee,Condado han Lee,Contea di Lee,Hrabstwo Lee,Kantono Lee,Lee,Lee Kun,Lee Kūn,Lee konderria,Lee megye,Li,Li srjan,Lij,Okrug Li,Quan Lee,Quận Lee,li ka'unti,li xian,ri jun,shhrstan ly  karwlynay jnwby,Ли,Лий,Лі,Округ Ли,Լի շրջան,شهرستان لی، کارولینای جنوبی,لی کاؤنٹی، جنوبی کیرولائنا,لی کاؤنٹی، ساؤتھ کیرولائنا,লী কাউন্টি,リー郡,李縣		US	SC	061	19220	America/New_York
4585002	Lexington County	lexington-county	Comitatul Lexington,Comte de Lexington,Comté de Lexington,Condado de Lexington,Condado han Lexington,Contea di Lexington,Hrabstwo Lexington,Kantono Lexington,Leksington,Leksingtun,Lexington,Lexington County,Lexington District,Lexington Kun,Lexington Kūn,Lexington konderria,Lexington megye,Lexingtoni maakond,Okrug Leksington,Quan Lexington,Quận Lexington,lei xing dun xian,leksinatana ka'unti,rekishinton jun,shhrstan lkzyngtn  karwlynay jnwby,Лексингтон,Лексингтън,Округ Лексингтон,Լեքսինգտոն շրջան,شهرستان لکزینگتن، کارولینای جنوبی,لکسنگٹن کاؤنٹی,لیکسنگٹن کاؤنٹی، جنوبی کیرولائنا,مقاطعة ليكسينغتون,লেক্সিনটন কাউন্টি,レキシントン郡,勒星頓縣		US	SC	063	262391	America/New_York
4586272	Marion County	marion-county	Comitatul Marion,Comte de Marion,Comté de Marion,Condado de Marion,Condado han Marion,Contea di Marion,Hrabstwo Marion,Kantono Marion,Marion,Marion County,Marion District,Marion Kun,Marion Kūn,Marion konderria,Marion megye,Marion srjan,Mariun,Mehrion,Merion,Okrug Marion,Quan Marion,Quận Marion,ma li ang xian,mari'ona ka'unti,marion jun,shhrstan marywn  karwlynay jnwby,Мариън,Меріон,Мэрион,Округ Марион,Մարիոն շրջան,شهرستان ماریون، کارولینای جنوبی,ماریون کاؤنٹی، جنوبی کیرولائنا,میرین کاؤنٹی، ساؤتھ کیرولائنا,মারিওন কাউন্টি,マリオン郡,馬里昂縣		US	SC	067	33062	America/New_York
4586301	Marlboro County	marlboro-county	Comitatul Marlboro,Comte de Marlboro,Comté de Marlboro,Condado de Marlboro,Condado han Marlboro,Contea di Marlboro,Hrabstwo Marlboro,Mal'boro,Marl'boro,Marlboro,Marlboro County,Marlboro Kun,Marlboro Kūn,Marlboro konderria,Marlboro megye,Marlboro srjan,Marlborough County,Marlborough District,Okrug Marlboro,Quan Marlboro,Quận Marlboro,ma er bo lei xian,marlaboro ka'unti,maruboro jun,shhrstan marlbwrw  karwlynay jnwby,Мальборо,Марлборо,Марльборо,Округ Марлборо,Մարլբորո շրջան,شهرستان مارلبورو، کارولینای جنوبی,مارلبرو کاؤنٹی، ساؤتھ کیرولائنا,مارلبورو کاؤنٹی، جنوبی کیرولائنا,মার্লবোরো কাউন্টি,マルボロ郡,馬爾伯勒縣		US	SC	069	28933	America/New_York
4586645	McCormick County	mccormick-county	Comitatul McCormick,Comte de McCormick,Comté de McCormick,Condado de McCormick,Condado han McCormick,Contea di McCormick,Hrabstwo McCormick,Mak-Kormik,Makkormik,McCormick,McCormick Kun,McCormick Kūn,McCormick konderria,McCormick megye,Okrug Makormik,Quan McCormick,Quận McCormick,mai ke mi ke xian,makomikku jun,myakakoramika ka'unti,Мак-Кормик,Маккормик,Маккормік,Округ Макормик,Մակ-Քորմիկ շրջան,شهرستان مک‌کارمیک، کارولینای جنوبی,مقاطعة ماكورميك,مک کورمک کاؤنٹی، جنوبی کیرولائنا,مککارمک کاؤنٹی,ম্যাককোরমিক কাউন্টি,マコーミック郡,麥科米克縣		US	SC	065	10233	America/New_York
4589213	Newberry County	newberry-county	Comitatul Newberry,Comte de Newberry,Comté de Newberry,Condado de Newberry,Condado han Newberry,Contea di Newberry,Hrabstwo Newberry,N'juberi,N'juberri,Newberry,Newberry County,Newberry District,Newberry Kun,Newberry Kūn,Newberry konderria,Newberry megye,Njuburi,Nyuberi srjan,Okrug NJuberi,Quan Newberry,Quận Newberry,ni'uberi ka'unti,niu bei li xian,nyuberi jun,shhrstan nywbry  karwlynay jnwby,Ньюберри,Ньюбері,Нюбъри,Округ Њубери,Նյուբերի շրջան,شهرستان نیوبری، کارولینای جنوبی,مقاطعة نيوبيري,نیوبری کاؤنٹی,نیوبیری کاؤنٹی، جنوبی کیرولائنا,নিউবেরী কাউন্টি,ニューベリー郡,紐貝里縣		US	SC	071	37508	America/New_York
4614441	Cocke County	cocke-county	Cocke,Cocke Comitatus,Cocke Kun,Cocke Kūn,Cocke konderria,Cocke megye,Comitatul Cocke,Comte de Cocke,Comté de Cocke,Condado de Cocke,Condado han Cocke,Contea di Cocke,Hrabstwo Cocke,Kok,Okrug Kok,Quan Cocke,Quận Cocke,ke ke xian,koka ka'unti,kokku jun,shhrstan kwk  tnsy,Кок,Округ Кок,Քոկ շրջան,شهرستان کوک، تنسی,مقاطعة كوك,کاک کاؤنٹی,کاک کاؤنٹی، ٹینیسی,কোক কাউন্টি,コック郡,科克縣		US	TN	029	35662	America/New_York
4589892	Oconee County	oconee-county	Comitatul Oconee,Comte d'Oconee,Comté d'Oconee,Condado de Oconee,Condado han Oconee,Contea di Oconee,Hrabstwo Oconee,Oconee,Oconee Kun,Oconee Kūn,Oconee konderria,Oconee maakond,Oconee megye,Okni srjan,Okoni,Okrug Okoni,Quan Oconee,Quận Oconee,ao kang ni xian,okoni jun,osiyana ka'unti,shhrstan awkwny  karwlynay jnwby,Окони,Оконі,Округ Окони,Օկնի շրջան,اوکنی کاؤنٹی، جنوبی کیرولائنا,اکونی کاؤنٹی,شهرستان اوکونی، کارولینای جنوبی,ওসিয়ান কাউন্টি,オコニー郡,奧康尼縣		US	SC	073	74273	America/New_York
4590186	Orangeburg County	orangeburg-county	Comte d'Orangeburg,Comté d'Orangeburg,Orangeburg,Orangeburg County,Orangeburgh District		US	SC	075	92501	America/New_York
4590954	Pickens County	pickens-county	Comitatul Pickens,Comte de Pickens,Comté de Pickens,Condado de Pickens,Condado han Pickens,Contea di Pickens,Hrabstwo Pickens,Okrug Pikens,Pickens,Pickens Kun,Pickens Kūn,Pickens konderria,Pickens megye,Pikens,Pikuns,Quan Pickens,Quận Pickens,pi ken si xian,pikenasa ka'unti,pikenzu jun,shhrstan pyknz  karwlynay jnwby,Округ Пикенс,Пикенс,Пикънс,Пікенс,Փիկենս շրջան,شهرستان پیکنز، کارولینای جنوبی,پکنز کاؤنٹی,پکینز کاؤنٹی، جنوبی کیرولائنا,পিকেনস কাউন্টি,ピケンズ郡,皮肯斯縣		US	SC	077	119224	America/New_York
4592843	Richland County	richland-county	Comitatul Richland,Comte de Richland,Comté de Richland,Condado de Richland,Condado han Richland,Contea di Richland,Hrabstwo Richland,Okrug Richland,Quan Richland,Quận Richland,Richland,Richland County,Richland District,Richland Kun,Richland Kūn,Richland konderria,Richland megye,Richlandi maakond,Richlend,li qi lan xian,lichillaendeu gun,ricalyanda ka'unti,ritchirando jun,shhrstan rychlnd  karwlynay jnwby,Округ Ричланд,Ричланд,Ричленд,Річленд,Ռիչլենդ շրջան,رچلینڈ کاؤنٹی، جنوبی کیرولائنا,رچلینڈ کاؤنٹی، ساؤتھ کیرولائنا,شهرستان ریچلند، کارولینای جنوبی,مقاطعة ريتشلاند,রিচল্যান্ড কাউন্টি,リッチランド郡,里奇蘭縣,리칠랜드 군		US	SC	079	384504	America/New_York
4594698	Saluda County	saluda-county	Comitatul Saluda,Comte de Saluda,Comté de Saluda,Condado de Saluda,Condado han Saluda,Contea di Saluda,Hrabstwo Saluda,Okrug Saluda,Quan Saluda,Quận Saluda,Saluda,Saluda Kun,Saluda Kūn,Saluda konderria,Saluda megye,Saluda srjan,sa lu da xian,saluda ka'unti,saruda jun,shhrstan salwda  karwlynay jnwby,Округ Салуда,Салуда,Սալուդա շրջան,سالوڈا کاؤنٹی,سالوڈا کاؤنٹی، جنوبی کیرولائنا,شهرستان سالودا، کارولینای جنوبی,সালুডা কাউন্টি,サルーダ郡,薩盧達縣		US	SC	081	19875	America/New_York
4597204	Spartanburg County	spartanburg-county	Comitatul Spartanburg,Comte de Spartanburg,Comté de Spartanburg,Condado de Spartanburg,Condado han Spartanburg,Contea di Spartanburg,Hrabstwo Spartanburg,Okrug Spartanburg,Quan Spartanburg,Quận Spartanburg,Spartan County,Spartan District,Spartanberg,Spartanburg,Spartanburg County,Spartanburg Kun,Spartanburg Kūn,Spartanburg konderria,Spartanburg megye,Spartanburg srjan,Spartanburgh District,shhrstan aspartanbrg  karwlynay jnwby,si pa tan bao xian,spartanabarga ka'unti,supatanbagu jun,Округ Спартанбург,Спартанберг,Спартанбърг,Սպարտանբուրգ շրջան,سپارٹنبرگ کاؤنٹی,سپارٹنبرگ کاؤنٹی، جنوبی کیرولائنا,شهرستان اسپارتانبرگ، کارولینای جنوبی,مقاطعة سبارتنبرغ,স্পার্টানবার্গ কাউন্টি,スパータンバーグ郡,斯帕坦堡縣		US	SC	083	284307	America/New_York
4597954	Sumter County	sumter-county	Comitatul Sumter,Comte de Sumter,Comté de Sumter,Condado de Sumter,Condado han Sumter,Contea di Sumter,Hrabstwo Sumter,Okrug Samter,Quan Sumter,Quận Sumter,Samter,Samter srjan,Sumter,Sumter County,Sumter District,Sumter Kun,Sumter Kūn,Sumter konderria,Sumter megye,Sumtur,sa mu te xian,samatera ka'unti,samuta jun,shhrstan swmtr  karwlynay jnwby,Округ Самтер,Самтер,Съмтър,Սամտեր շրջան,سمٹر کاؤنٹی، جنوبی کیرولائنا,سمٹر کاؤنٹی، ساؤتھ کیرولائنا,شهرستان سومتر، کارولینای جنوبی,সামটের কাউন্টি,サムター郡,薩姆特縣		US	SC	085	107456	America/New_York
4599283	Union County	union-county	Comitatul Union,Comte d'Union,Comté d'Union,Condado de Union,Condado han Union,Contea di Union,Hrabstwo Union,Junion,Juniun,Okrug Junion,Quan Union,Quận Union,Union,Union County,Union District,Union Kun,Union Kūn,Union konderria,Union megye,Yunion srjan,i'uniyana ka'unti,shhrstan ywnywn  karwlynay jnwby,you ni ang xian,yunion jun,Округ Јунион,Юнион,Юниън,Юніон,Յունիոն շրջան,شهرستان یونیون، کارولینای جنوبی,مقاطعة يونيون,یونین کاؤنٹی، جنوبی کیرولائنا,یونین کاؤنٹی، ساؤتھ کیرولائنا,ইউনিয়ন কাউন্টি,ユニオン郡,猶尼昂縣		US	SC	087	28961	America/New_York
4601150	Williamsburg County	williamsburg-county	Comitatul Williamsburg,Comte de Williamsburg,Comté de Williamsburg,Condado de Williamsburg,Condado han Williamsburg,Contea di Williamsburg,Hrabstwo Williamsburg,Okrug Vilijamsburg,Owilyamsburg srjan,Quan Williamsburg,Quận Williamsburg,Uil'jamsberg,Uilijamsburg,Vil'jamsberg,Williamsburg,Williamsburg County,Williamsburg Kun,Williamsburg Kūn,Williamsburg konderria,Williamsburg megye,Williamsburgh District,shhrstan wylyamzbrg  karwlynay jnwby,u'iliyamasabarga ka'unti,u~iriamuzubagu jun,wei lian si bao xian,Вільямсберг,Округ Вилијамсбург,Уилиямсбърг,Уильямсберг,Ուիլյամսբուրգ շրջան,شهرستان ویلیامزبرگ، کارولینای جنوبی,ولیمزبرگ کاؤنٹی,ویلمزبرگ کاؤنٹی، جنوبی کیرولائنا,উইলিয়ামসবার্গ কাউন্টি,ウィリアムズバーグ郡,威廉斯堡縣		US	SC	089	34423	America/New_York
4601709	York County	york-county	Comitatul York,Comte de York,Comté de York,Condado de York,Condado han York,Contea di York,Hrabstwo York,Jork,Okrug Jork,Quan York,Quận York,York,York County,York District,York Kun,York Kūn,York konderria,York megye,iyarka ka'unti,shhrstan ywrk  karwlynay jnwby,yoku jun,yue ke xian,Йорк,Округ Јорк,Յորք շրջան,شهرستان یورک، کارولینای جنوبی,مقاطعة يورك,یارک کاؤنٹی، جنوبی کیرولائنا,یارک کاؤنٹی، ساؤتھ کیرولائنا,ইয়র্ক কাউন্টি,ヨーク郡,約克縣		US	SC	091	226073	America/New_York
4602643	Anderson County	anderson-county	Anderson,Anderson Comitatus,Anderson Kun,Anderson Kūn,Anderson konderria,Anderson megye,Anderson srjan,Andersun,Comitatul Anderson,Comte d'Anderson,Comté d'Anderson,Condado de Anderson,Condado han Anderson,Contea di Anderson,Hrabstwo Anderson,Okrug Anderson,Quan Anderson,Quận Anderson,an de sen xian,andason jun,endarasana ka'unti,shhrstan andrswn  tnsy,Андерсон,Андерсън,Округ Андерсон,Անդերսոն շրջան,انڈرسن کاؤنٹی، ٹینیسی,اینڈرسن کاؤنٹی، ٹینیسی,شهرستان اندرسون، تنسی,مقاطعة أندرسون,এন্ডারসন কাউন্টি,アンダーソン郡,安德森縣		US	TN	001	75129	America/New_York
4605583	Benton County	benton-county	Benton,Benton Comitatus,Benton Kun,Benton Kūn,Benton konderria,Benton megye,Benton srjan,Bentun,Comitatul Benton,Comte de Benton,Comté de Benton,Condado de Benton,Condado han Benton,Contea di Benton,Hrabstwo Benton,Okrug Benton,Quan Benton,Quận Benton,ben dun xian,bentana ka'unti,benton jun,shhrstan bntwn  tnsy,Бентон,Бентън,Округ Бентон,Բենտոն շրջան,بنٹن کاؤنٹی، ٹینیسی,بینٹن کاؤنٹی، ٹینیسی,شهرستان بنتون، تنسی,مقاطعة بينتون,বেন্টন কাউন্টি,ベントン郡,本頓縣		US	TN	005	16489	America/Chicago
4607097	Bledsoe County	bledsoe-county	Bledso,Bledso srjan,Bledsoe,Bledsoe Comitatus,Bledsoe Kun,Bledsoe Kūn,Bledsoe konderria,Bledsoe megye,Bledsou,Comitatul Bledsoe,Comte de Bledsoe,Comté de Bledsoe,Condado de Bledsoe,Condado han Bledsoe,Contea di Bledsoe,Hrabstwo Bledsoe,Okrug Bledso,Quan Bledsoe,Quận Bledsoe,bledasoya ka'unti,bu lai de suo xian,bureddoso jun,shhrstan bldsw  tnsy,Бледсо,Бледсоу,Округ Бледсо,Բլեդսո շրջան,بلیڈسو کاؤنٹی,بلیڈسو کاؤنٹی، ٹینیسی,شهرستان بلدسو، تنسی,مقاطعة بلدسو,ব্লেডসোয় কাউন্টি,ブレッドソー郡,布來德索縣		US	TN	007	12876	America/Chicago
4607192	Blount County	blount-county	Blant,Blaunt,Blaunt srjan,Blount,Blount Comitatus,Blount Kun,Blount Kūn,Blount konderria,Blount megye,Blounti maakond,Blunt,Comitatul Blount,Comte de Blount,Comté de Blount,Condado de Blount,Condado han Blount,Contea di Blount,Hrabstwo Blount,Okrug Blant,Quan Blount,Quận Blount,blonta ka'unti,bu lang te xian,buraunto jun,shhrstan blwnt  tnsy,Блант,Блаунт,Блънт,Округ Блант,Բլաունտ շրջան,بلاؤنٹ کاؤنٹی,بلونت کاؤنٹی، ٹینیسی,شهرستان بلونت، تنسی,مقاطعة بلونت,ব্লোন্ট কাউন্টি,ブラウント郡,布朗特县		US	TN	009	123010	America/New_York
4608185	Bradley County	bradley-county	Bradley,Bradley Comitatus,Bradley Kun,Bradley Kūn,Bradley konderria,Bradley maakond,Bradley megye,Bradli,Bredli,Bredli srjan,Brehdli,Comitatul Bradley,Comte de Bradley,Comté de Bradley,Condado de Bradley,Condado han Bradley,Contea di Bradley,Hrabstwo Bradley,Okrug Bradli,Quan Bradley,Quận Bradley,bredali ka'unti,bu la de li xian,buraddori jun,shhrstan bradly  tnsy,Брадли,Бредлі,Брэдли,Округ Брадли,Բրեդլի շրջան,بریڈلی کاؤنٹی، ٹینیسی,بریڈلے کاؤنٹی,شهرستان برادلی، تنسی,مقاطعة برادلي,ব্রেডলি কাউন্টি,ブラッドリー郡,布拉德利縣		US	TN	011	98963	America/New_York
4611179	Cannon County	cannon-county	Cannon,Cannon Comitatus,Cannon Kun,Cannon Kūn,Cannon konderria,Cannon megye,Comitatul Cannon,Comte de Cannon,Comté de Cannon,Condado de Cannon,Condado han Cannon,Contea di Cannon,Hrabstwo Cannon,Kanun,Kehnnon,Kennon,Okrug Kanon,Quan Cannon,Quận Cannon,kan nong xian,kenana ka'unti,kyanon jun,shhrstan kann  tnsy,Канън,Кеннон,Кэннон,Округ Канон,Քենոն շրջան,شهرستان کانن، تنسی,مقاطعة كانون,کینن کاؤنٹی,کینن کاؤنٹی، ٹینیسی,কেনন কাউন্টি,キャノン郡,坎農縣		US	TN	015	13801	America/Chicago
4611490	Carroll County	carroll-county	Carroll,Carroll Comitatus,Carroll Kun,Carroll Kūn,Carroll konderria,Carroll megye,Comitatul Carroll,Comte de Carroll,Comté de Carroll,Condado de Carroll,Condado han Carroll,Contea di Carroll,Hrabstwo Carroll,Karroll,Kerroll,Kerul,Okrug Karol,Quan Carroll,Quận Carroll,ka luo er xian,kerola ka'unti,kyaroru jun,shhrstan krwl  tnsy,Карролл,Керролл,Керъл,Округ Карол,Քարոլ շրջան,شهرستان کرول، تنسی,مقاطعة كارول,کیرل کاؤنٹی، ٹینیسی,کیرول کاؤنٹی، ٹینیسی,কেরোল কাউন্টি,キャロル郡,卡洛爾縣		US	TN	017	28522	America/Chicago
4611599	Carter County	carter-county	Carter,Carter Comitatus,Carter Kun,Carter Kūn,Carter konderria,Carter megye,Comitatul Carter,Comte de Carter,Comté de Carter,Condado de Carter,Condado han Carter,Contea di Carter,Hrabstwo Carter,Karter,Kartur,Okrug Karter,Quan Carter,Quận Carter,cartara ka'unti,ka te xian,kata jun,shhrstan kartr  tnsy,Картер,Картър,Округ Картер,Քարտեր շրջան,شهرستان کارتر، تنسی,مقاطعة كارتر,کارٹر کاؤنٹی، ٹینیسی,চার্টার কাউন্টি,カーター郡,卡特縣		US	TN	019	57424	America/New_York
4612891	Cheatham County	cheatham-county	Cheatham,Cheatham Comitatus,Cheatham Kun,Cheatham Kūn,Cheatham konderria,Cheatham megye,Chijtam,Chitam,Chitem,Comitatul Cheatham,Comte de Cheatham,Comté de Cheatham,Condado de Cheatham,Condado han Cheatham,Contea di Cheatham,Hrabstwo Cheatham,Okrug Chitam,Quan Cheatham,Quận Cheatham,chizamu jun,cithama ka'unti,qi te mu xian,Округ Читам,Чийтам,Читам,Чітем,Չիթհեմ շրջան,مقاطعة تشيذام,چیٹہیم کاؤنٹی,چیٹہیم کاؤنٹی، ٹینیسی,চিথাম কাউন্টি,チーザム郡,奇特姆縣		US	TN	021	39105	America/Chicago
4613057	Chester County	chester-county	Chester,Chester Comitatus,Chester County,Chester Kun,Chester Kūn,Chester konderria,Chester megye,Chestur,Comitatul Chester,Comte de Chester,Comté de Chester,Condado de Chester,Condado han Chester,Contea di Chester,Hrabstwo Chester,Okrug Chester,Quan Chester,Quận Chester,Wisdom County,cestara ka'unti,chesuta jun,qie si te xian,shhrstan chstr  tnsy,Округ Честер,Честер,Честър,Չեստեր շրջան,شهرستان چستر، تنسی,مقاطعة تشيستر,چیسٹر کاؤنٹی، ٹینیسی,চেষ্টার কাউন্টি,チェスター郡,切斯特縣		US	TN	023	17131	America/Chicago
4613750	Claiborne County	claiborne-county	Claiborne,Claiborne Comitatus,Claiborne Kun,Claiborne Kūn,Claiborne konderria,Claiborne megye,Claibornei maakond,Comitatul Claiborne,Comte de Claiborne,Comté de Claiborne,Condado de Claiborne,Condado han Claiborne,Contea di Claiborne,Hrabstwo Claiborne,Klejborn,Okrug Klejborn,Quan Claiborne,Quận Claiborne,ke lai ben xian,keliborna ka'unti,kureibon jun,shhrstan klybwrn  tnsy,Клейборн,Округ Клејборн,Քլեյբորն շրջան,شهرستان کلیبورن، تنسی,مقاطعة كليبورن,کلیبورن کاؤنٹی,کلیبورن کاؤنٹی، ٹینیسی,কেলিবোর্ন কাউন্টি,クレイボーン郡,克萊本縣		US	TN	025	32213	America/New_York
4614466	Coffee County	coffee-county	Coffee,Coffee Comitatus,Coffee Kun,Coffee Kūn,Coffee konderria,Coffee megye,Comitatul Coffee,Comte de Coffee,Comté de Coffee,Condado de Coffee,Condado han Coffee,Contea di Coffee,Hrabstwo Coffee,Koffi,Kofi,Okrug Kofi,Quan Coffee,Quận Coffee,kaphi ka'unti,ke fei xian,kofi jun,shhrstan kafy  tnsy,Кофи,Коффи,Коффі,Округ Кофи,Քոֆի շրջան,شهرستان کافی، تنسی,مقاطعة كوفي,کافی کاؤنٹی,کافی کاؤنٹی، ٹینیسی,কফি কাউন্টি,コーフィ郡,科菲县		US	TN	031	52796	America/Chicago
4616263	Crockett County	crockett-county	Comitatul Crockett,Comte de Crockett,Comté de Crockett,Condado de Crockett,Condado han Crockett,Contea di Crockett,Crockett,Crockett Comitatus,Crockett Kun,Crockett Kūn,Crockett konderria,Crockett megye,Crocketti maakond,Hrabstwo Crockett,Kroket,Krokett,Okrug Kroket,Quan Crockett,Quận Crockett,ke luo ji te xian,kraketa ka'unti,kuroketto jun,shhrstan krakt  tnsy,Крокет,Крокетт,Округ Крокет,Քրոկետ շրջան,شهرستان کراکت، تنسی,مقاطعة كروكيت,کراکٹ کاؤنٹی,کروکیٹ کاؤنٹی، ٹینیسی,ক্রকেট কাউন্টি,クロケット郡,克羅基特縣		US	TN	033	14586	America/Chicago
4616678	Cumberland County	cumberland-county	Comitatul Cumberland,Comte de Cumberland,Comté de Cumberland,Condado de Cumberland,Condado han Cumberland,Contea di Cumberland,Cumberland,Cumberland Comitatus,Cumberland Kun,Cumberland Kūn,Cumberland konderria,Cumberland megye,Hrabstwo Cumberland,Kamberlend,Kumburland,Okrug Kamberland,Quan Cumberland,Quận Cumberland,kambaralyanda ka'unti,kan bo lan xian,kanbarando jun,shhrstan kambrlnd  tnsy,Камберленд,Къмбърланд,Округ Камберланд,Քամբերլենդ շրջան,شهرستان کامبرلند، تنسی,مقاطعة كمبرلاند,کمبرلینڈ کاؤنٹی، ٹینیسی,কাম্বারল্যান্ড কাউন্টি,カンバーランド郡,坎伯蘭縣		US	TN	035	56053	America/Chicago
4617305	Davidson County	davidson-county	Comitatul Davidson,Comte de Davidson,Comté de Davidson,Condado de Davidson,Condado han Davidson,Contea di Davidson,Davidson,Davidson Comitatus,Davidson Kun,Davidson Kūn,Davidson konderria,Davidson megye,Davidson srjan,Davidsoni maakond,Dejvidson,Dejvidsun,Devidson,Okrug Dejvidson,Quan Davidson,Quận Davidson,dai wei sen xian,debhidasana ka'unti,deivu~iddoson jun,shhrstan dywydsn  tnsy,Девідсон,Дейвидсон,Дейвидсън,Округ Дејвидсон,Դավիդսոն շրջան,شهرستان دیویدسن، تنسی,مقاطعة ديفيدسون,ڈیوڈسن کاؤنٹی,ডেভিডসন কাউন্টি,デイヴィッドソン郡,戴維森縣		US	TN	037	626681	America/Chicago
4617573	DeKalb County	dekalb-county	Comitatul DeKalb,Comte de DeKalb,Comté de DeKalb,Condado de DeKalb,Condado han DeKalb,Contea di DeKalb,De Kalb County,De-Kalb,De-Kalb srjan,DeKalb,DeKalb Comitatus,DeKalb County,DeKalb Kun,DeKalb Kūn,DeKalb konderria,DeKalb megye,Dekal'b,Dekalb County,Dikalb,Hrabstwo DeKalb,Okrug Dekab,Quan DeKalb,Quận DeKalb,di ka er bu xian,dikabu jun,dikalaba ka'unti,shhrstan dyklb  tnsy,Де-Калб,Декальб,Дикалб,Округ Декаб,Դե-Կալբ շրջան,شهرستان دیکلب، تنسی,مقاطعة ديكالب,ڈیکالب کاؤنٹی,ڈیکلب کاؤنٹی، ٹینیسی,ডিকলাব কাউন্টি,ディカーブ郡,迪卡尔布县		US	TN	041	18723	America/Chicago
4617654	Decatur County	decatur-county	Comitatul Decatur,Comte de Decatur,Comté de Decatur,Condado de Decatur,Condado han Decatur,Contea di Decatur,Decatur,Decatur Comitatus,Decatur Kun,Decatur Kūn,Decatur konderria,Decatur megye,Dekatur,Dekatur srjan,Dekejter,Dikejtur,Hrabstwo Decatur,Okrug Dekejtur,Quan Decatur,Quận Decatur,dekatura ka'unti,di kai te xian,diketa jun,shhrstan dkatwr  tnsy,Декатур,Декейтер,Дикейтър,Округ Декејтур,Դեկատուր շրջան,شهرستان دکاتور، تنسی,مقاطعة ديكاتور,ڈیکاٹر کاؤنٹی,ڈیکیٹر کاؤنٹی، ٹینیسی,ডেকাটুর কাউন্টি,ディケーター郡,第開特縣		US	TN	039	11757	America/Chicago
4618068	Dickson County	dickson-county	Comitatul Dickson,Comte de Dickson,Comté de Dickson,Condado de Dickson,Condado han Dickson,Contea di Dickson,Dickson,Dickson Comitatus,Dickson Kun,Dickson Kūn,Dickson konderria,Dickson megye,Dikson,Dikson srjan,Diksun,Hrabstwo Dickson,Okrug Dikson,Quan Dickson,Quận Dickson,di ke sen xian,dikasana ka'unti,dikuson jun,shhrstan dyksn  tnsy,Диксон,Диксън,Діксон,Округ Диксон,Դիկսոն շրջան,شهرستان دیکسن، تنسی,مقاطعة ديكسون,ڈکسن کاؤنٹی,ڈکسن کاؤنٹی، ٹینیسی,ডিকসন কাউন্টি,ディクソン郡,迪克森縣		US	TN	043	49666	America/Chicago
4619773	Dyer County	dyer-county	Comitatul Dyer,Comte de Dyer,Comté de Dyer,Condado de Dyer,Condado han Dyer,Contea di Dyer,Daer,Dajer,Dajur,Dayer srjan,Dyer,Dyer Comitatus,Dyer Kun,Dyer Kūn,Dyer konderria,Dyer megye,Hrabstwo Dyer,Okrug Dajer,Quan Dyer,Quận Dyer,dai er xian,daia jun,dayera ka'unti,shhrstan dayr  tnsy,Дайер,Дайър,Даєр,Округ Дајер,Դայեր շրջան,شهرستان دایر، تنسی,مقاطعة ديير,ڈائر کاؤنٹی,ڈائر کاؤنٹی، ٹینیسی,ডায়ের কাউন্টি,ダイアー郡,戴爾縣		US	TN	045	38335	America/Chicago
4621908	Fayette County	fayette-county	Comitatul Fayette,Comte de Fayette,Comté de Fayette,Condado de Fayette,Condado han Fayette,Contea di Fayette,Faett,Fajet,Fayet srjan,Fayette,Fayette Comitatus,Fayette Kun,Fayette Kūn,Fayette konderria,Fayette megye,Fejett,Hrabstwo Fayette,Okrug Fejet,Quan Fayette,Quận Fayette,faietto jun,fei ye te xian,phayeta ka'unti,shhrstan fayt  tnsy,Округ Фејет,Файет,Фаєтт,Фейетт,Ֆայետ շրջան,شهرستان فایت، تنسی,فائیٹ کاؤنٹی، ٹینیسی,فایٹ کاؤنٹی، ٹینیسی,مقاطعة فاييت,ফায়েত কাউন্টি,ファイエット郡,費耶特縣		US	TN	047	38413	America/Chicago
4621984	Fentress County	fentress-county	Comitatul Fentress,Comte de Fentress,Comté de Fentress,Condado de Fentress,Condado han Fentress,Contea di Fentress,Fentres,Fentres srjan,Fentress,Fentress Comitatus,Fentress Kun,Fentress Kūn,Fentress konderria,Fentress megye,Hrabstwo Fentress,Okrug Fentres,Quan Fentress,Quận Fentress,fen te lei si xian,fentoresu jun,phenatresa ka'unti,shhrstan fntrs  tnsy,Округ Фентрес,Фентрес,Фентресс,Ֆենտրես շրջան,شهرستان فنترس، تنسی,فینٹرس کاؤنٹی,فینٹریس کاؤنٹی، ٹینیسی,مقاطعة فنتريس,ফেনট্রেস কাউন্টি,フェントレス郡,芬特雷斯縣		US	TN	049	17959	America/Chicago
4627625	Hardin County	hardin-county	Comitatul Hardin,Comte de Hardin,Comté de Hardin,Condado de Hardin,Condado han Hardin,Contea di Hardin,Gardin,Hardin,Hardin Comitatus,Hardin Kun,Hardin Kūn,Hardin konderria,Hardin megye,Hardin srjan,Hrabstwo Hardin,Khardin,Okrug Khardin,Quan Hardin,Quận Hardin,ha ding xian,hadin jun,haradina ka'unti,shhrstan hardyn  tnsy,Гардін,Округ Хардин,Хардин,Հարդին շրջան,شهرستان هاردین، تنسی,مقاطعة هاردن,ہارڈن کاؤنٹی، ٹینیسی,হারডিন কাউন্টি,ハーディン郡,哈丁縣		US	TN	071	26026	America/Chicago
4623574	Franklin County	franklin-county	Comitatul Franklin,Comte de Franklin,Comté de Franklin,Condado de Franklin,Condado han Franklin,Contea di Franklin,Franklin,Franklin Comitatus,Franklin Kun,Franklin Kūn,Franklin konderria,Franklin megye,Franklin srjan,Hrabstwo Franklin,Okrug Frenklin,Quan Franklin,Quận Franklin,fu lan ke lin xian,furankurin jun,phrankalina ka'unti,shhrstan franklyn  tnsy,Округ Френклин,Франклин,Франклін,Ֆրանկլին շրջան,شهرستان فرانکلین، تنسی,فرینکلن کاؤنٹی، ٹینیسی,مقاطعة فرانكلين,ফ্রাঙ্কলিন কাউন্টি,フランクリン郡,富蘭克林縣		US	TN	051	41052	America/Chicago
4624666	Gibson County	gibson-county	Comitatul Gibson,Comte de Gibson,Comté de Gibson,Condado de Gibson,Condado han Gibson,Contea di Gibson,Gibson,Gibson Comitatus,Gibson Kun,Gibson Kūn,Gibson konderria,Gibson megye,Gibson srjan,Gibsoni maakond,Gibsun,Hrabstwo Gibson,Okrug Gibson,Quan Gibson,Quận Gibson,gibasana ka'unti,gibuson jun,ji bu sen xian,shhrstan gybswn  tnsy,Гибсон,Гибсън,Округ Гибсон,Ґібсон,Գիբսոն շրջան,شهرستان گیبسون، تنسی,مقاطعة جيبسون,گبسن کاؤنٹی,گبسن کاؤنٹی، ٹینیسی,গিবসন কাউন্টি,ギブソン郡,吉布森縣		US	TN	053	49683	America/Chicago
4624737	Giles County	giles-county	Comitatul Giles,Comte de Giles,Comté de Giles,Condado de Giles,Condado han Giles,Contea di Giles,Dzhajls,Dzhajlz,Dzhils,Giles,Giles Comitatus,Giles Kun,Giles Kūn,Giles konderria,Giles megye,Gilesi maakond,Hrabstwo Giles,Jayls srjan,Okrug DZajls,Quan Giles,Quận Giles,gu er si xian,jairuzu jun,jilesa ka'unti,shhrstan gylz  tnsy,Джайлз,Джайлс,Джилс,Округ Џајлс,Ջայլս շրջան,جائلز کاؤنٹی، ٹینیسی,شهرستان گیلز، تنسی,مقاطعة غيلز,گلز کاؤنٹی,জিলেস কাউন্টি,ジャイルズ郡,賈爾斯縣		US	TN	055	29485	America/Chicago
4625620	Grainger County	grainger-county	Comitatul Grainger,Comte de Grainger,Comté de Grainger,Condado de Grainger,Condado han Grainger,Contea di Grainger,Grainger,Grainger Comitatus,Grainger Kun,Grainger Kūn,Grainger konderria,Grainger megye,Grehjndzher,Grejndzher,Grejndzhur,Greynjer srjan,Hrabstwo Grainger,Okrug Grejndzer,Quan Grainger,Quận Grainger,ge lan jie xian,gre'inagera ka'unti,gurenja jun,shhrstan grayngr  tnsy,Грейнджър,Грэйнджер,Округ Грејнџер,Ґрейнджер,Գրեյնջեր շրջան,شهرستان گراینگر، تنسی,مقاطعة غرينجر,گرینجر کاؤنٹی، ٹینیسی,گرینگر کاؤنٹی,গ্রেইনগের কাউন্টি,グレンジャー郡,格蘭傑縣		US	TN	057	22657	America/New_York
4626324	Greene County	greene-county	Comitatul Greene,Comte de Greene,Comté de Greene,Condado de Greene,Condado han Greene,Contea di Greene,Greene,Greene Comitatus,Greene Kun,Greene Kūn,Greene konderria,Greene megye,Grijn,Grin,Grin srjan,Hrabstwo Greene,Okrug Grin,Quan Greene,Quận Greene,ge lin xian,grini ka'unti,gurin jun,shhrstan gryn  tnsy,Грийн,Грин,Округ Грин,Ґрін,Գրին շրջան,شهرستان گرین، تنسی,مقاطعة غرين,گرین کاؤنٹی، ٹینیسی,গ্রীনি কাউন্টি,グリーン郡,格林縣		US	TN	059	68831	America/New_York
4626743	Grundy County	grundy-county	Comitatul Grundy,Comte de Grundy,Comté de Grundy,Condado de Grundy,Condado han Grundy,Contea di Grundy,Grandi,Grandi srjan,Grundi,Grundy,Grundy Comitatus,Grundy Kun,Grundy Kūn,Grundy konderria,Grundy megye,Hrabstwo Grundy,Okrug Grandi,Quan Grundy,Quận Grundy,ge lan di xian,gra'undi ka'unti,gurandi jun,shhrstan grandy  tnsy,Гранди,Грънди,Округ Гранди,Ґранді,Գրանդի շրջան,شهرستان گراندی، تنسی,مقاطعة غراندي,گرنڈی کاؤنٹی، ٹینیسی,گرونڈی کاؤنٹی، ٹینیسی,গ্রাউন্ডি কাউন্টি,グランディ郡,格蘭迪縣		US	TN	061	13703	America/Chicago
4627251	Hamblen County	hamblen-county	Comitatul Hamblen,Comte de Hamblen,Comté de Hamblen,Condado de Hamblen,Condado han Hamblen,Contea di Hamblen,Gemblen,Hamblen,Hamblen Comitatus,Hamblen Kun,Hamblen Kūn,Hamblen konderria,Hamblen megye,Hamblin srjan,Hrabstwo Hamblen,Khamblun,Khehmblen,Okrug Khamblen,Quan Hamblen,Quận Hamblen,hamablena ka'unti,han bu lun xian,hanburen jun,shhrstan hmbl  tnsy,Гемблен,Округ Хамблен,Хамблън,Хэмблен,Համբլին շրջան,شهرستان همبل، تنسی,مقاطعة هامبلين,ہیمبلن کاؤنٹی,ہیمپلن کاؤنٹی، ٹینیسی,হামব্লেন কাউন্টি,ハンブレン郡,漢布倫縣		US	TN	063	62544	America/New_York
4627306	Hamilton County	hamilton-county	Comitatul Hamilton,Comte de Hamilton,Comté de Hamilton,Condado de Hamilton,Condado han Hamilton,Contea di Hamilton,Gamil'ton,Hamilton,Hamilton Comitatus,Hamilton Kun,Hamilton Kūn,Hamilton konderria,Hamilton megye,Hamilton srjan,Hamiltoni maakond,Hrabstwo Hamilton,Khamiltun,Okrug Khamilton,Quan Hamilton,Quận Hamilton,hamiruton jun,han mi er dun xian,hyamilatana ka'unti,shhrstan hmyltwn  tnsy,Гамильтон,Гамільтон,Округ Хамилтон,Хамилтън,Համիլտոն շրջան,شهرستان همیلتون، تنسی,مقاطعة هاميلتون,ہیملٹن کاؤنٹی، ٹینیسی,হ্যামিলটন কাউন্টি,ハミルトン郡,漢密爾頓縣		US	TN	065	336463	America/New_York
4627427	Hancock County	hancock-county	Comitatul Hancock,Comte de Hancock,Comté de Hancock,Condado de Hancock,Condado han Hancock,Contea di Hancock,Genkok,Hancock,Hancock Comitatus,Hancock Kun,Hancock Kūn,Hancock konderria,Hancock megye,Hrabstwo Hancock,Khankok,Khehnkok,Okrug Khenkok,Quan Hancock,Quận Hancock,han kao ke xian,hanakoka ka'unti,hankokku jun,shhrstan hnkak  tnsy,Генкок,Округ Хенкок,Ханкок,Хэнкок,Հանքոկ շրջան,شهرستان هنکاک، تنسی,مقاطعة هانكوك,ہینکاک کاؤنٹی، ٹینیسی,ہینکوک کاؤنٹی، ٹینیسی,হানকোক কাউন্টি,ハンコック郡,漢考克縣		US	TN	067	6819	America/New_York
4627590	Hardeman County	hardeman-county	Comitatul Hardeman,Comte de Hardeman,Comté de Hardeman,Condado de Hardeman,Condado han Hardeman,Contea di Hardeman,Gardeman,Hardeman,Hardeman Comitatus,Hardeman Kun,Hardeman Kūn,Hardeman konderria,Hardeman megye,Hardemani maakond,Hardmen srjan,Hrabstwo Hardeman,Khardimehn,Khardman,Okrug Khardeman,Quan Hardeman,Quận Hardeman,ha de man xian,hadoman jun,hardemyana ka'unti,Гардеман,Округ Хардеман,Хардимэн,Хардман,Հարդմեն շրջան,مقاطعة هاردمان,ہارڈریمین کاؤنٹی,ہارڈمین کاؤنٹی، ٹینیسی,হার্ডেম্যান কাউন্টি,ハードマン郡,哈德曼縣		US	TN	069	27253	America/Chicago
4634931	Knox County	knox-county	Comitatul Knox,Comte de Knox,Comté de Knox,Condado de Knox,Condado han Knox,Contea di Knox,Hrabstwo Knox,Knox,Knox Comitatus,Knox Kun,Knox Kūn,Knox konderria,Knox megye,Noks,Okrug Noks,Quan Knox,Quận Knox,kaksa ka'unti,nokkusu jun,nuo ke si xian,shhrstan naks  tnsy,Нокс,Округ Нокс,Նոքս շրջան,شهرستان ناکس، تنسی,مقاطعة كنوكس,ناکس کاؤنٹی، ٹینیسی,کنو کاؤنٹی، ٹینیسی,কক্স কাউন্টি,ノックス郡,諾克斯縣		US	TN	093	432226	America/New_York
4628325	Hawkins County	hawkins-county	Comitatul Hawkins,Comte de Hawkins,Comté de Hawkins,Condado de Hawkins,Condado han Hawkins,Contea di Hawkins,Gokins,Hawkins,Hawkins Comitatus,Hawkins County,Hawkins Kun,Hawkins Kūn,Hawkins konderria,Hawkins megye,Hokins srjan,Hrabstwo Hawkins,Khokins,Khoukins,Okrug Khokins,Quan Hawkins,Quận Hawkins,Spencer County,harakinasa ka'unti,hokinsu jun,huo jin si xian,shhrstan hawkynz  tnsy,Гокінс,Округ Хокинс,Хокинс,Хоукинс,Հոկինս շրջան,شهرستان هاوکینز، تنسی,مقاطعة هوكينز,ہاکنز کاؤنٹی,ہاکنز کاؤنٹی، ٹینیسی,হাৱকিনস কাউন্টি,ホーキンス郡,霍金斯縣		US	TN	073	56833	America/New_York
4628456	Haywood County	haywood-county	Comitatul Haywood,Comte de Haywood,Comté de Haywood,Condado de Haywood,Condado han Haywood,Contea di Haywood,Gejvud,Haywood,Haywood Comitatus,Haywood Kun,Haywood Kūn,Haywood konderria,Haywood megye,Haywoodi maakond,Heyvud srjan,Hrabstwo Haywood,Khejud,Khejvud,Okrug Khejvud,Quan Haywood,Quận Haywood,ha'irada ka'unti,hai wu de xian,heiuddo jun,shhrstan hywwd  tnsy,Гейвуд,Округ Хејвуд,Хейвуд,Хейуд,Հեյվուդ շրջան,شهرستان هیوود، تنسی,مقاطعة هايوود,ہیووڈ کاؤنٹی، ٹینیسی,ہیوڈ کاؤنٹی,হাইৱড কাউন্টি,ヘイウッド郡,海伍德縣		US	TN	075	18787	America/Chicago
4628715	Henderson County	henderson-county	Comitatul Henderson,Comte de Henderson,Comté de Henderson,Condado de Henderson,Condado han Henderson,Contea di Henderson,Genderson,Henderson,Henderson Comitatus,Henderson Kun,Henderson Kūn,Henderson konderria,Henderson megye,Henderson srjan,Hrabstwo Henderson,Khenderson,Khendersun,Okrug Khenderson,Quan Henderson,Quận Henderson,hendarasana ka'unti,hendason jun,heng de sen xian,shhrstan hndrswn  tnsy,Гендерсон,Округ Хендерсон,Хендерсон,Хендерсън,Հենդերսոն շրջան,شهرستان هندرسون، تنسی,مقاطعة هندرسون,ہنڈرسن کاؤنٹی، ٹینیسی,ہینڈرسن کاؤنٹی، ٹینیسی,হেন্ডারসন কাউন্টি,ヘンダーソン郡,亨德森縣		US	TN	077	27769	America/Chicago
4628829	Henry County	henry-county	Comitatul Henry,Comte de Henry,Comté de Henry,Condado de Henry,Condado han Henry,Contea di Henry,Genri,Henri srjan,Henry,Henry Comitatus,Henry Kun,Henry Kūn,Henry konderria,Henry megye,Hrabstwo Henry,Khenri,Okrug Khenri,Quan Henry,Quận Henry,henari ka'unti,heng li xian,henri jun,shhrstan hnry  tnsy,Генри,Генрі,Округ Хенри,Хенри,Հենրի շրջան,شهرستان هنری، تنسی,مقاطعة هنري,ہنری کاؤنٹی، ٹینیسی,ہینری کاؤنٹی، ٹینیسی,হেনরি কাউন্টি,ヘンリー郡,亨利县		US	TN	079	32330	America/Chicago
4629047	Hickman County	hickman-county	Comitatul Hickman,Comte de Hickman,Comté de Hickman,Condado de Hickman,Condado han Hickman,Contea di Hickman,Gikman,Hickman,Hickman Comitatus,Hickman Kun,Hickman Kūn,Hickman konderria,Hickman megye,Hickmani maakond,Hrabstwo Hickman,Khikman,Khikmen,Okrug Khikman,Quan Hickman,Quận Hickman,hikamyana ka'unti,hikkuman jun,shhrstan hykmn  tnsy,xi ke man xian,Гікман,Округ Хикман,Хикман,Хикмен,Հիքմեն շրջան,شهرستان هیکمن، تنسی,مقاطعة هيكمان,ہکمین کاؤنٹی، ٹینیسی,হিকম্যান কাউন্টি,ヒックマン郡,希克曼縣		US	TN	081	24690	America/Chicago
4630950	Houston County	houston-county	Comitatul Houston,Comte de Houston,Comté de Houston,Condado de Houston,Condado han Houston,Contea di Houston,Gjuston,Houston,Houston Comitatus,Houston Kun,Houston Kūn,Houston konderria,Houston megye,Hrabstwo Houston,Hyuston srjan,Kh'juston,Khjustun,Okrug Khauston,Quan Houston,Quận Houston,ha'usatana ka'unti,hyusuton jun,shhrstan hywstwn  tnsy,xiu si dui xian,Гюстон,Округ Хаустон,Хьюстон,Хюстън,Հյուստոն շրջան,شهرستان هیوستون، تنسی,مقاطعة هيوستن,ہوسٹن کاؤنٹی، ٹینیسی,ہیوسٹن کاؤنٹی، ٹینیسی,হাউসটন কাউন্টি,ヒューストン郡,休斯敦县		US	TN	083	8426	America/Chicago
4631309	Humphreys County	humphreys-county	Comitatul Humphreys,Comte de Humphreys,Comté de Humphreys,Condado de Humphreys,Condado han Humphreys,Contea di Humphreys,Gamfris,Hamfris srjan,Hrabstwo Humphreys,Humphreys,Humphreys Comitatus,Humphreys Kun,Humphreys Kūn,Humphreys konderria,Humphreys megye,Humphreysi maakond,Khamfris,Khumfris,Okrug Khamfriz,Quan Humphreys,Quận Humphreys,hamaphre'isa ka'unti,han fu lai si xian,hanfurizu jun,shhrstan hamfryz  tnsy,Гамфріс,Округ Хамфриз,Хамфрис,Хъмфрис,Համֆրիս շրջան,شهرستان هامفریز، تنسی,مقاطعة همفريز,ہمفریز کاؤنٹی,ہیمپفریز کاؤنٹی، ٹینیسی,হামফ্রেইস কাউন্টি,ハンフリーズ郡,漢弗萊斯縣		US	TN	085	18538	America/Chicago
4632660	Jackson County	jackson-county	Comitatul Jackson,Comte de Jackson,Comté de Jackson,Condado de Jackson,Condado han Jackson,Contea di Jackson,Dzhaksun,Dzhekson,Hrabstwo Jackson,Jackson,Jackson Comitatus,Jackson Kun,Jackson Kūn,Jackson konderria,Jackson megye,Jacksoni maakond,Okrug DZekson,Quan Jackson,Quận Jackson,jakuson jun,jie ke xun xian,jyakasana ka'unti,shhrstan jkswn  tnsy,Джаксън,Джексон,Округ Џексон,Ջեքսոն շրջան,جیکسن کاؤنٹی، ٹینیسی,شهرستان جکسون، تنسی,مقاطعة جاكسون,জ্যাকশন কাউন্টি,ジャクソン郡,杰克逊县		US	TN	087	11638	America/Chicago
4632934	Jefferson County	jefferson-county	Caswell County,Comitatul Jefferson,Comte de Jefferson,Comté de Jefferson,Condado de Jefferson,Condado han Jefferson,Contea di Jefferson,Dzhefersun,Dzhefferson,Hrabstwo Jefferson,Jeferson srjan,Jefferson,Jefferson Comitatus,Jefferson County,Jefferson Kun,Jefferson Kūn,Jefferson konderria,Jefferson megye,Jeffersoni maakond,Okrug DZeferson,Quan Jefferson,Quận Jefferson,jefason jun,jepharasana ka'unti,jie fu xun xian,shhrstan jfrswn  tnsy,Джеферсън,Джефферсон,Округ Џеферсон,Ջեֆերսոն շրջան,جیفرسن کاؤنٹی، ٹینیسی,شهرستان جفرسون، تنسی,مقاطعة جيفرسون,জেফারশন কাউন্টি,ジェファーソン郡,傑佛遜縣		US	TN	089	51407	America/New_York
4633430	Johnson County	johnson-county	Comitatul Johnson,Comte de Johnson,Comté de Johnson,Condado de Johnson,Condado han Johnson,Contea di Johnson,Dzhonson,Dzhonsun,Hrabstwo Johnson,Johnson,Johnson Comitatus,Johnson Kun,Johnson Kūn,Johnson konderria,Johnson megye,Jonson srjan,Okrug DZonson,Quan Johnson,Quận Johnson,jonson jun,jonsona ka'unti,shhrstan janswn  tnsy,yue han xun xian,Джонсон,Джонсън,Округ Џонсон,Ջոնսոն շրջան,جانسن کاؤنٹی، ٹینیسی,شهرستان جانسون، تنسی,مقاطعة جونسون,জোন্সোন কাউন্টি,ジョンソン郡,約翰遜縣		US	TN	091	18244	America/New_York
4635615	Lauderdale County	lauderdale-county	Comitatul Lauderdale,Comte de Lauderdale,Comté de Lauderdale,Condado de Lauderdale,Condado han Lauderdale,Contea di Lauderdale,Hrabstwo Lauderdale,Lauderdale,Lauderdale Comitatus,Lauderdale Kun,Lauderdale Kūn,Lauderdale konderria,Lauderdale megye,Loderdejl,Loderdeyl srjan,Lodurdejl,Okrug Loderdejl,Quan Lauderdale,Quận Lauderdale,lao de dai er xian,launderadela ka'unti,rodaderu jun,shhrstan lawdrdyl  tnsy,Лодердейл,Лодърдейл,Округ Лодердејл,Լոդերդեյլ շրջան,شهرستان لاودردیل، تنسی,لاؤڈرڈیل کاؤنٹی,لاوڈردیل کاؤنٹی، ٹینیسی,مقاطعة لودردل,লৌন্ডেরডেল কাউন্টি,ローダーデール郡,劳德代尔县		US	TN	097	27815	America/Chicago
4635830	Lawrence County	lawrence-county	Comitatul Lawrence,Comte de Lawrence,Comté de Lawrence,Condado de Lawrence,Condado han Lawrence,Contea di Lawrence,Hrabstwo Lawrence,Lawrence,Lawrence Comitatus,Lawrence Kun,Lawrence Kūn,Lawrence konderria,Lawrence megye,Lorens,Loruns,Lourens,Lourens srjan,Okrug Lorens,Quan Lawrence,Quận Lawrence,lao lun si xian,lararensa ka'unti,rorensu jun,shhrstan larns  tnsy,Лоренс,Лорънс,Лоуренс,Округ Лоренс,Լոուրենս շրջան,شهرستان لارنس، تنسی,لارنس کاؤنٹی، ٹینیسی,مقاطعة لورنس,লৱরেন্স কাউন্টি,ローレンス郡,勞倫斯縣		US	TN	099	41869	America/Chicago
4636403	Lewis County	lewis-county	Comitatul Lewis,Comte de Lewis,Comté de Lewis,Condado de Lewis,Condado han Lewis,Contea di Lewis,Hrabstwo Lewis,L'juis,Lewis,Lewis Comitatus,Lewis Kun,Lewis Kūn,Lewis konderria,Lewis megye,Luis,Lyuis srjan,Okrug Luis,Quan Lewis,Quận Lewis,liu yi si xian,lu'isa ka'unti,ruisu jun,shhrstan lwys  tnsy,Луис,Льюис,Льюїс,Округ Луис,Լյուիս շրջան,شهرستان لویس، تنسی,لوئیس کاؤنٹی، ٹینیسی,لیوس کاؤنٹی، ٹینیسی,লুইস কাউন্টি,ルイス郡,劉易斯縣		US	TN	101	12161	America/Chicago
4636884	Lincoln County	lincoln-county	Comte de Lincoln,Comté de Lincoln,Condado de Lincoln,Condado han Lincoln,Contea di Lincoln,Hrabstwo Lincoln,Lincoln,Lincoln Comitatus,Lincoln Kun,Lincoln Kūn,Lincoln konderria,Lincolni maakond,Linkol'n,Linkoln srjan,Linkuln,Okrug Linkoln,Quan Lincoln,Quận Lincoln,lin ken xian,linkana ka'unti,rinkan jun,Линкольн,Линкълн,Лінкольн,Округ Линколн,Լինկոլն շրջան,لنکن کاؤنٹی، ٹینیسی,লিঙ্কন কাউন্টি,リンカーン郡,林肯縣		US	TN	103	33361	America/Chicago
4638283	Loudon County	loudon-county	Comitatul Loudon,Comte de Loudon,Comté de Loudon,Condado de Loudon,Condado han Loudon,Contea di Loudon,Hrabstwo Loudon,Lauden,Laudon,Laudon srjan,Laudun,Loudon,Loudon Comitatus,Loudon Kun,Loudon Kūn,Loudon konderria,Loudon megye,Okrug Laudon,Quan Loudon,Quận Loudon,lao deng xian,laudana ka'unti,raudon jun,shhrstan lwwdwn  tnsy,Лауден,Лаудон,Лаудън,Округ Лаудон,Լաուդոն շրջան,شهرستان لوودون، تنسی,لاؤڈن کاؤنٹی,لوئڈن کاؤنٹی، ٹینیسی,লৌডন কাউন্টি,ラウドン郡,勞登縣		US	TN	105	48556	America/New_York
4638991	Macon County	macon-county	Comitatul Macon,Comte de Macon,Comté de Macon,Condado de Macon,Condado han Macon,Contea di Macon,Hrabstwo Macon,Macon,Macon Comitatus,Macon Kun,Macon Kūn,Macon konderria,Macon megye,Mejkon,Mejkun,Okrug Mejkon,Quan Macon,Quận Macon,mei ken xian,meikon jun,mekana ka'unti,shhrstan mkwn  tnsy,Мейкон,Мейкън,Округ Мејкон,Մեյքոն շրջան,شهرستان مکون، تنسی,ماکون کاؤنٹی، ٹینیسی,میکن کاؤنٹی، ٹینیسی,মেকন কাউন্টি,メイコン郡,梅肯縣		US	TN	111	22248	America/Chicago
4639045	Madison County	madison-county	Comitatul Madison,Comte de Madison,Comté de Madison,Condado de Madison,Condado han Madison,Contea di Madison,Hrabstwo Madison,Madison,Madison Comitatus,Madison Kun,Madison Kūn,Madison konderria,Madison megye,Madisun,Medison,Medison srjan,Mehdison,Okrug Medison,Quan Madison,Quận Madison,madison jun,mai di xun xian,medisana ka'unti,shhrstan mdyswn  tnsy,Мадисън,Медісон,Мэдисон,Округ Медисон,Մեդիսոն շրջան,شهرستان مدیسون، تنسی,میڈیسن کاؤنٹی، ٹینیسی,মেডিশন কাউন্টি,マディソン郡,麥迪遜縣		US	TN	113	98294	America/Chicago
4639514	Marion County	marion-county	APT,Comitatul Marion,Comte de Marion,Comté de Marion,Condado de Marion,Condado han Marion,Contea di Marion,Hrabstwo Marion,Marion,Marion Comitatus,Marion Kun,Marion Kūn,Marion konderria,Marion megye,Marion srjan,Mariun,Mehrion,Merion,Okrug Marion,Quan Marion,Quận Marion,ma li ang xian,mari'ona ka'unti,marion jun,shhrstan marywn  tnsy,Мариън,Меріон,Мэрион,Округ Марион,Մարիոն շրջան,شهرستان ماریون، تنسی,ماریون کاؤنٹی، ٹینیسی,میرین کاؤنٹی، ٹینیسی,মারিওন কাউন্টি,マリオン郡,馬里昂縣		US	TN	115	28237	America/Chicago
4639630	Marshall County	marshall-county	Comitatul Marshall,Comte de Marshall,Comté de Marshall,Condado de Marshall,Condado han Marshall,Contea di Marshall,Hrabstwo Marshall,Marsal srjan,Marshall,Marshall Comitatus,Marshall Kun,Marshall Kūn,Marshall konderria,Marshall megye,Marshul,Okrug Marshal,Quan Marshall,Quận Marshall,ma xie er xian,marsahala ka'unti,masharu jun,mhwz mrsl,shhrstan marshal  tnsy,Маршалл,Маршъл,Округ Маршал,Մարշալ շրջան,מחוז מרשל,برلن، ٹینیسی,شهرستان مارشال، تنسی,مارشل کاؤنٹی، ٹینیسی,মার্সহাল কাউন্টি,マーシャル郡,馬歇爾縣		US	TN	117	30617	America/Chicago
4640041	Maury County	maury-county	Comitatul Maury,Comte de Maury,Comté de Maury,Condado de Maury,Condado han Maury,Contea di Maury,Hrabstwo Maury,MRC,Maury,Maury Comitatus,Maury Kun,Maury Kūn,Maury konderria,Maury megye,Mori,Mori srjan,Okrug Mori,Quan Maury,Quận Maury,mauri ka'unti,mo li xian,mori jun,shhrstan mwry  tnsy,Мори,Морі,Округ Мори,Մորի շրջան,شهرستان موری، تنسی,ماؤری کاؤنٹی,موری کاؤنٹی، ٹینیسی,মৌরি কাউন্টি,モーリー郡,摩利縣		US	TN	119	80956	America/Chicago
4640873	McMinn County	mcminn-county	Comitatul McMinn,Comte de McMinn,Comté de McMinn,Condado de McMinn,Condado han McMinn,Contea di McMinn,Hrabstwo McMinn,Mak-Min srjan,Mak-Minn,Makmin,Makminn,McMinn,McMinn Comitatus,McMinn Kun,McMinn Kūn,McMinn konderria,McMinn megye,Okrug Makmin,Quan McMinn,Quận McMinn,mai ke ming xian,makumin jun,myakamina ka'unti,Мак-Минн,Макмин,Макмінн,Округ Макмин,Մակ-Մին շրջան,شهرستان مک‌مین، تنسی,مکمن کاؤنٹی,مکمین کاؤنٹی، ٹینیسی,ম্যাকমিন কাউন্টি,マクミン郡,麥克明縣		US	TN	107	52266	America/New_York
4640921	McNairy County	mcnairy-county	Comitatul McNairy,Comte de McNairy,Comté de McNairy,Condado de McNairy,Condado han McNairy,Contea di McNairy,Hrabstwo McNairy,Mak-Nehri,Mak-Neyri srjan,MakNeri,Makneri,McNairy,McNairy Comitatus,McNairy Kun,McNairy Kūn,McNairy konderria,McNairy megye,Okrug Makneri,Quan McNairy,Quận McNairy,mai ke nai li xian,makuneari jun,myakanayari ka'unti,Мак-Нэри,МакНері,Макнери,Округ Макнери,Մակ-Նեյրի շրջան,شهرستان مک‌نایری، تنسی,مکنائری کاؤنٹی، ٹینیسی,مکنیری کاؤنٹی,ম্যাকনায়রি কাউন্টি,マクネアリー郡,麥克奈里縣		US	TN	109	26075	America/Chicago
4641148	Meigs County	meigs-county	Comitatul Meigs,Comte de Meigs,Comté de Meigs,Condado de Meigs,Condado han Meigs,Contea di Meigs,Hrabstwo Meigs,Megs,Megz,Meigs,Meigs Comitatus,Meigs County,Meigs Kun,Meigs Kūn,Meigs konderria,Meigs megye,Meigsi maakond,Meygs srjan,Okrug Megs,Quan Meigs,Quận Meigs,Vernon County,me'igasa ka'unti,meguzu jun,mei ge si xian,shhrstan mygs  tnsy,Мегз,Мегс,Меґс,Округ Мегс,Մեյգս շրջան,شهرستان میگس، تنسی,میگز کاؤنٹی,میگز کاؤنٹی، ٹینیسی,মেইগস কাউন্টি,メグズ郡,梅格斯縣		US	TN	121	11753	America/New_York
4642365	Monroe County	monroe-county	Comitatul Monroe,Comte de Monroe,Comté de Monroe,Condado de Monroe,Condado han Monroe,Contea di Monroe,Hrabstwo Monroe,Monro,Monro srjan,Monroe,Monroe Comitatus,Monroe Kun,Monroe Kūn,Monroe konderria,Monroe megye,Okrug Monro,Quan Monroe,Quận Monroe,manarau ka'unti,men luo xian,monro jun,shhrstan mwnrw  tnsy,Монро,Округ Монро,Մոնրո շրջան,شهرستان مونرو، تنسی,منرو کاؤنٹی، ٹینیسی,مونرو کاؤنٹی، ٹینیسی,মনরৌ কাউন্টি,モンロー郡,門羅縣		US	TN	123	44519	America/New_York
4642445	Montgomery County	montgomery-county	Comitatul Montgomery,Comte de Montgomery,Comté de Montgomery,Condado de Montgomery,Condado han Montgomery,Contea di Montgomery,Hrabstwo Montgomery,Montgomeri,Montgomeri srjan,Montgomery,Montgomery Comitatus,Montgomery Kun,Montgomery Kūn,Montgomery konderria,Montgomery megye,Montgomuri,Okrug Montgomeri,Quan Montgomery,Quận Montgomery,mantagomeri ka'unti,meng ge ma li xian,mongomeri jun,shhrstan mwntgwmry  tnsy,Монтгомери,Монтгомері,Монтгомъри,Округ Монтгомери,Մոնտգոմերի շրջան,شهرستان مونتگومری، تنسی,مونٹگمری کاؤنٹی، ٹینیسی,مونٹگومری کاؤنٹی، ٹینیسی,মন্টগোমেরী কাউন্টি,モンゴメリー郡,蒙哥馬利縣		US	TN	125	172331	America/Chicago
4642600	Moore County	moore-county	Comitatul Moore,Comte de Moore,Comté de Moore,Condado de Moore,Condado han Moore,Contea di Moore,Hrabstwo Moore,Moore,Moore Comitatus,Moore Kun,Moore Kūn,Moore konderria,Moore megye,Mor,Mur,Mur srjan,Okrug Mur,Quan Moore,Quận Moore,mhwz mwr,more ka'unti,mu er xian,mua jun,shhrstan mwr  tnsy,Мор,Мур,Округ Мур,Մուր շրջան,מחוז מור,شهرستان مور، تنسی,مور کاؤنٹی، ٹینیسی,موور کاؤنٹی، ٹینیسی,মোরে কাউন্টি,ムーア郡,穆爾縣		US	TN	127	6362	America/Chicago
4642752	Morgan County	morgan-county	Comitatul Morgan,Comte de Morgan,Comté de Morgan,Condado de Morgan,Condado han Morgan,Contea di Morgan,Hrabstwo Morgan,Morgan,Morgan Comitatus,Morgan Kun,Morgan Kūn,Morgan konderria,Morgan megye,Morgan srjan,Okrug Morgan,Quan Morgan,Quận Morgan,maragana ka'unti,mo gen xian,mogan jun,shhrstan mwrgan  tnsy,Морган,Морґан,Округ Морган,Մորգան շրջան,شهرستان مورگان، تنسی,مورگن کاؤنٹی، ٹینیسی,মরগান কাউন্টি,モーガン郡,摩根縣		US	TN	129	21987	America/New_York
4646779	Obion County	obion-county	Comitatul Obion,Comte d'Obion,Comté d'Obion,Condado de Obion,Condado han Obion,Contea di Obion,Hrabstwo Obion,Obajon,Obion,Obion Comitatus,Obion Kun,Obion Kūn,Obion konderria,Obion megye,Obion srjan,Obiun,Okrug Obajon,Quan Obion,Quận Obion,ao bai en xian,obion jun,obiyana ka'unti,shhrstan awbywn  tnsy,Обайон,Обиън,Обіон,Округ Обајон,Օբիոն շրջան,اوبئین کاؤنٹی، ٹینیسی,اوبین کاؤنٹی,شهرستان اوبیون، تنسی,ওবিয়ন কাউন্টি,オビオン郡,奧拜恩縣		US	TN	131	31807	America/Chicago
4647552	Overton County	overton-county	Comitatul Overton,Comte d'Overton,Comté d'Overton,Condado de Overton,Condado han Overton,Contea di Overton,Hrabstwo Overton,Okrug Overton,Overton,Overton Comitatus,Overton Kun,Overton Kūn,Overton konderria,Overton megye,Overton srjan,Ovurtun,Quan Overton,Quận Overton,obaratana ka'unti,obaton jun,ou fu dun xian,shhrstan awrtwn  tnsy,Овертон,Овъртън,Округ Овертон,Օվերտոն շրջան,اوورٹن کاؤنٹی,اوورٹن کاؤنٹی، ٹینیسی,شهرستان اورتون، تنسی,ওবারটন কাউন্টি,オーバートン郡,歐弗頓縣		US	TN	133	22083	America/Chicago
4648830	Perry County	perry-county	Comitatul Perry,Comte de Perry,Comté de Perry,Condado de Perry,Condado han Perry,Contea di Perry,Hrabstwo Perry,Okrug Peri,Peri,Perri,Perry,Perry Comitatus,Perry Kun,Perry Kūn,Perry konderria,Perry megye,Quan Perry,Quận Perry,pei li xian,peri jun,peri ka'unti,shhrstan pry  tnsy,Округ Пери,Пери,Перри,Перрі,Փերի շրջան,شهرستان پری، تنسی,پیری کاؤنٹی، ٹینیسی,পেরী কাউন্টি,ペリー郡,佩里縣		US	TN	135	7915	America/Chicago
4649175	Pickett County	pickett-county	Comitatul Pickett,Comte de Pickett,Comté de Pickett,Condado de Pickett,Condado han Pickett,Contea di Pickett,Hrabstwo Pickett,Okrug Piket,Pickett,Pickett Comitatus,Pickett Kun,Pickett Kūn,Pickett konderria,Pickett megye,Piket,Pikett,Quan Pickett,Quận Pickett,pi ke te xian,piketto jun,pikketa ka'unti,shhrstan pykt  tnsy,Округ Пикет,Пикет,Пикетт,Пікетт,Փիքետ շրջան,شهرستان پیکت، تنسی,پکئیٹ کاؤنٹی، ٹینیسی,پکٹ کاؤنٹی,পিক্কেট কাউন্টি,ピケット郡,皮克特縣		US	TN	137	5077	America/Chicago
4650495	Polk County	polk-county	Comitatul Polk,Comte de Polk,Comté de Polk,Condado de Polk,Condado han Polk,Contea di Polk,Hrabstwo Polk,Okrug Polk,Polk,Polk Comitatus,Polk Kun,Polk Kūn,Polk konderria,Polk megye,Quan Polk,Quận Polk,bo er ke xian,poku jun,polka ka'unti,shhrstan pwlk  tnsy,Округ Полк,Полк,Փոլկ շրջան,شهرستان پولک، تنسی,پولک کاؤنٹی، ٹینیسی,پوک کاؤنٹی، ٹینیسی,পোল্ক কাউন্টি,ポーク郡,波爾克縣		US	TN	139	16825	America/New_York
4651744	Putnam County	putnam-county	Comitatul Putnam,Comte de Putnam,Comté de Putnam,Condado de Putnam,Condado han Putnam,Contea di Putnam,Hrabstwo Putnam,Okrug Patnam,Patnam,Patnem,Putnam,Putnam Comitatus,Putnam Kun,Putnam Kūn,Putnam konderria,Putnam megye,Quan Putnam,Quận Putnam,pattonamu jun,pu te nan xian,putanama ka'unti,shhrstan patnm  tnsy,Округ Патнам,Патнам,Патнем,Путнам,Փատնամ շրջան,شهرستان پاتنم، تنسی,پتنام کاؤنٹی، ٹینیسی,پٹنم کاؤنٹی، ٹینیسی,পুতনাম কাউন্টি,パットナム郡,普特南縣		US	TN	141	72321	America/Chicago
4653455	Roane County	roane-county	Comitatul Roane,Comte de Roane,Comté de Roane,Condado de Roane,Condado han Roane,Contea di Roane,Hrabstwo Roane,Okrug Roun,Quan Roane,Quận Roane,Roan,Roane,Roane Comitatus,Roane Kun,Roane Kūn,Roane konderria,Roane megye,Roanei maakond,Ron srjan,Rouan,Roun,luo en xian,rauyane ka'unti,ron jun,shhrstan rwan  tnsy,Округ Роун,Роан,Роуан,Роун,Ռոն շրջան,روان کاؤنٹی، ٹینیسی,شهرستان روان، تنسی,রৌয়ানে কাউন্টি,ローン郡,羅恩縣		US	TN	145	54181	America/New_York
4653638	Robertson County	robertson-county	Comitatul Robertson,Comte de Robertson,Comté de Robertson,Condado de Robertson,Condado han Robertson,Contea di Robertson,Hrabstwo Robertson,Okrug Robertson,Quan Robertson,Quận Robertson,Robertson,Robertson Comitatus,Robertson Kun,Robertson Kūn,Robertson konderria,Robertson megye,Robertson srjan,Roburtsun,luo bo sen xian,rabartasana ka'unti,robatoson jun,shhrstan rabrtswn  tnsy,Округ Робертсон,Робертсон,Робъртсън,Ռոբերտսոն շրջան,رابرٹسن کاؤنٹی,رابرٹسن کاؤنٹی، ٹینیسی,شهرستان رابرتسون، تنسی,রবার্টসন কাউন্টি,ロバートソン郡,羅伯森縣		US	TN	147	66283	America/Chicago
4654962	Rutherford County	rutherford-county	Comitatul Rutherford,Comte de Rutherford,Comté de Rutherford,Condado de Rutherford,Condado han Rutherford,Contea di Rutherford,Hrabstwo Rutherford,Okrug Raderford,Quan Rutherford,Quận Rutherford,Rezerford,Rudurford,Rutherford,Rutherford Comitatus,Rutherford Kun,Rutherford Kūn,Rutherford konderria,Rutherford megye,Rutherfordi maakond,la se fu xian,razafodo jun,rutheraphorda ka'unti,shhrstan rwtrfwrd  tnsy,Округ Радерфорд,Резерфорд,Ръдърфорд,Ռաթերֆորդ շրջան,ردرفورڈ کاؤنٹی,ردرفورڈ کاؤنٹی، ٹینیسی,شهرستان روترفورد، تنسی,রুথেরফোর্ড কাউন্টি,ラザフォード郡,拉瑟福縣		US	TN	149	262604	America/Chicago
4656214	Scott County	scott-county	Comitatul Scott,Comte de Scott,Comté de Scott,Condado de Scott,Condado han Scott,Contea di Scott,Hrabstwo Scott,Okrug Skot,Quan Scott,Quận Scott,Scott,Scott Comitatus,Scott Kun,Scott Kūn,Scott konderria,Scott megye,Skot,Skot srjan,Skott,shhrstan askat  tnsy,si ke te xian,skata ka'unti,sukotto jun,Округ Скот,Скот,Скотт,Սկոտ շրջան,سکاٹ کاؤنٹی، ٹینیسی,شهرستان اسکات، تنسی,স্কট কাউন্টি,スコット郡,斯科特縣		US	TN	151	22228	America/New_York
4656461	Sequatchie County	sequatchie-county	Comitatul Sequatchie,Comte de Sequatchie,Comté de Sequatchie,Condado de Sequatchie,Condado han Sequatchie,Contea di Sequatchie,Hrabstwo Sequatchie,Okrug Sekvochi,Quan Sequatchie,Quận Sequatchie,Sekuachi,Sekvachi,Sequatchie,Sequatchie Comitatus,Sequatchie Kun,Sequatchie Kūn,Sequatchie konderria,Sequatchie megye,Sikuochi,sai kua qi xian,sekuyataciye ka'unti,shhrstan skwachy  tnsy,shikuatchi jun,Округ Секвочи,Секвачі,Секуачи,Сикуочи,Սեկվաչի շրջան,سکواشی کاؤنٹی، ٹینیسی,سکواچی کاؤنٹی,شهرستان سکواچی، تنسی,সেকুয়াটচিয়ে কাউন্টি,シクアッチー郡,塞夸奇縣		US	TN	153	14112	America/Chicago
4656568	Sevier County	sevier-county	Comitatul Sevier,Comte de Sevier,Comté de Sevier,Condado de Sevier,Condado han Sevier,Contea di Sevier,Hrabstwo Sevier,Okrug Sevir,Quan Sevier,Quận Sevier,Sevi,Sevier,Sevier Comitatus,Sevier Kun,Sevier Kūn,Sevier konderria,Sevier megye,Sevir,Sevir srjan,Seviur,sai wei er xian,sebhiyera ka'unti,sebia jun,shhrstan swyr  tnsy,Округ Севир,Севи,Севиър,Севір,Սևիր շրջան,سیویئر کاؤنٹی,سیویر کاؤنٹی، ٹینیسی,شهرستان سویر، تنسی,সেভিয়ের কাউন্টি,セビア郡,塞維爾縣		US	TN	155	89889	America/New_York
4657046	Shelby County	shelby-county	Comitatul Shelby,Comte de Shelby,Comté de Shelby,Condado de Shelby,Condado han Shelby,Contea di Shelby,Hrabstwo Shelby,Okrug Shelbi,Quan Shelby,Quận Shelby,Selbi srjan,Shelbi,Shelby,Shelby Comitatus,Shelby Kun,Shelby Kūn,Shelby konderria,Shelby maakond,Shelby megye,selabhi ka'unti,sherubi jun,shhrstan shlby  tnsy,xie er bi xian,Округ Шелби,Шелби,Шелбі,Շելբի շրջան,شلبی کاؤنٹی,شهرستان شلبی، تنسی,شیلبی کاؤنٹی، ٹینیسی,শেলভি কাউন্টি,シェルビー郡,謝爾比縣		US	TN	157	927644	America/Chicago
4658423	Smith County	smith-county	Comitatul Smith,Comte de Smith,Comté de Smith,Condado de Smith,Condado han Smith,Contea di Smith,Hrabstwo Smith,Okrug Smit,Quan Smith,Quận Smith,Smit,Smith,Smith Comitatus,Smith Kun,Smith Kūn,Smith konderria,Smith megye,shhrstan asmyt  tnsy,shi mi si xian,smitha ka'unti,sumisu jun,Округ Смит,Смит,Сміт,Սմիթ շրջան,سمتھ کاؤنٹی,سمتھ کاؤنٹی، ٹینیسی,شهرستان اسمیت، تنسی,স্মিথ কাউন্টি,スミス郡,史密斯縣		US	TN	159	19166	America/Chicago
4660056	Stewart County	stewart-county	Comitatul Stewart,Comte de Stewart,Comté de Stewart,Condado de Stewart,Condado han Stewart,Contea di Stewart,Hrabstwo Stewart,Okrug Stjuart,Quan Stewart,Quận Stewart,St'juart,Stewart,Stewart Comitatus,Stewart Kun,Stewart Kūn,Stewart konderria,Stewart megye,Stewarti maakond,Stjuart,Styuart srjan,shhrstan astwart  tnsy,si tu er te xian,stiyarta ka'unti,suchuato jun,Округ Стјуарт,Стьюарт,Стюарт,Ստյուարտ շրջան,سٹیورٹ کاؤنٹی,سٹیورٹ کاؤنٹی، ٹینیسی,شهرستان استوارت، تنسی,স্টিয়ার্ট কাউন্টি,スチュアート郡,斯圖爾特縣		US	TN	161	13324	America/Chicago
4660813	Sullivan County	sullivan-county	Comitatul Sullivan,Comte de Sullivan,Comté de Sullivan,Condado de Sullivan,Condado han Sullivan,Contea di Sullivan,Hrabstwo Sullivan,Okrug Salivan,Quan Sullivan,Quận Sullivan,Salivan srjan,Sallivan,Sulivan,Sullivan,Sullivan Comitatus,Sullivan Kun,Sullivan Kūn,Sullivan konderria,Sullivan megye,sariban jun,sha li wen xian,shhrstan salywan  tnsy,sullibhana ka'unti,Округ Саливан,Салливан,Салліван,Съливан,Սալիվան շրջան,سلیوان کاؤنٹی، ٹینیسی,سولیوان کاؤنٹی، ٹینیسی,شهرستان سالیوان، تنسی,সুল্লিভান কাউন্টি,サリバン郡,沙利文縣		US	TN	163	156823	America/New_York
4661017	Sumner County	sumner-county	Comitatul Sumner,Comte de Sumner,Comté de Sumner,Condado de Sumner,Condado han Sumner,Contea di Sumner,Hrabstwo Sumner,Okrug Samner,Samner,Samner srjan,Sumner,Sumner Comitatus,Sumner Kun,Sumner Kūn,Sumner konderria,Sumner megye,Sumneri maakond,Sumnur,samanera ka'unti,samuna jun,shhrstan swmnr  tnsy,suo mu nai xian,Округ Самнер,Самнер,Съмнър,Սամներ շրջան,سمنر کاؤنٹی,سمنر کاؤنٹی، ٹینیسی,شهرستان سومنر، تنسی,সামনের কাউন্টি,サムナー郡,索姆奈縣		US	TN	165	160645	America/Chicago
4662784	Tipton County	tipton-county	Comitatul Tipton,Comte de Tipton,Comté de Tipton,Condado de Tipton,Condado han Tipton,Contea di Tipton,Hrabstwo Tipton,Okrug Tipton,Quan Tipton,Quận Tipton,Tipton,Tipton Comitatus,Tipton Kun,Tipton Kūn,Tipton konderria,Tipton megye,Tiptoni maakond,Tiptun,di pu dun xian,shhrstan typtwn  tnsy,tipatana ka'unti,tiputon jun,Округ Типтон,Типтон,Типтън,Тіптон,Թիպտոն շրջան,شهرستان تیپتون، تنسی,ٹپٹن کاؤنٹی,ٹپٹن کاؤنٹی، ٹینیسی,টিপটন কাউন্টি,ティプトン郡,蒂普頓縣		US	TN	167	61081	America/Chicago
4663355	Trousdale County	trousdale-county	Comitatul Trousdale,Comte de Trousdale,Comté de Trousdale,Condado de Trousdale,Condado han Trousdale,Contea di Trousdale,Hartsville/Trousdale County,Hrabstwo Trousdale,Okrug Trusdejl,Quan Trousdale,Quận Trousdale,Trousdale,Trousdale Comitatus,Trousdale Kun,Trousdale Kūn,Trousdale konderria,Trousdale megye,Trusdejl,te lao si dai er xian,torausuderu jun,trausadela ka'unti,Округ Трусдејл,Трусдейл,Թրաուսդեյլ շրջան,ٹراؤسڈیل کاؤنٹی,ٹروزڈیل کاؤنٹی، ٹینیسی,ট্রৌসডেল কাউন্টি,トラウスデール郡,特勞斯代爾縣		US	TN	169	7870	America/Chicago
4663934	Unicoi County	unicoi-county	Comitatul Unicoi,Comte d'Unicoi,Comté d'Unicoi,Condado de Unicoi,Condado han Unicoi,Contea di Unicoi,Hrabstwo Unicoi,Junikoj,Okrug Junikoj,Quan Unicoi,Quận Unicoi,Unicoi,Unicoi Comitatus,Unicoi Kun,Unicoi Kūn,Unicoi konderria,Unicoi megye,i'uniko'i ka'unti,shhrstan wnykwy  tnsy,you ni ke yi xian,yunikoi jun,Округ Јуникој,Юникой,Юнікой,Յունիքոյի շրջան,شهرستان ونیکوی، تنسی,یونیکوئی کاؤنٹی,یونیکوئی کاؤنٹی، ٹینیسی,ইউনিকোই কাউন্টি,ユニコイ郡,尤尼科伊縣		US	TN	171	18313	America/New_York
4664043	Union County	union-county	Comitatul Union,Comte d'Union,Comté d'Union,Condado de Union,Condado han Union,Contea di Union,Hrabstwo Union,Junion,Juniun,Okrug Junion,Quan Union,Quận Union,Union,Union Comitatus,Union Kun,Union Kūn,Union konderria,Union megye,Yunion srjan,i'uniyana ka'unti,shhrstan ywnywn  tnsy,you ni ang xian,yunion jun,Округ Јунион,Юнион,Юниън,Юніон,Յունիոն շրջան,شهرستان یونیون، تنسی,یونین کاؤنٹی، ٹینیسی,ইউনিয়ন কাউন্টি,ユニオン郡,猶尼昂縣		US	TN	173	19109	America/New_York
4664489	Van Buren County	van-buren-county	Comitatul Van Buren,Comte de Van Buren,Comté de Van Buren,Condado de Van Buren,Condado han Van Buren,Contea di Van Buren,Hrabstwo Van Buren,Okrug Van Bjuren,Quan Van Buren,Quận Van Buren,Van Bjuren,Van Buren,Van Buren Comitatus,Van Buren Kun,Van Buren Kūn,Van Buren konderria,Van Buren megye,Van Byuren srjan,Van-B'juren,Van-Bjuren,bhyana burena ka'unti,fan bu lun xian,shhrstan wan brn  tnsy,vu~anbyuren jun,Ван Бюрен,Ван-Бьюрен,Ван-Бюрен,Округ Ван Бјурен,Վան Բյուրեն շրջան,شهرستان وان برن، تنسی,وان بورن کاؤنٹی، ٹینیسی,وان بورین کاؤنٹی، ٹینیسی,ভ্যান বুরেন কাউন্টি,ヴァンビューレン郡,范布倫縣		US	TN	175	5548	America/Chicago
4665884	Warren County	warren-county	Comitatul Warren,Comte de Warren,Comté de Warren,Condado de Warren,Condado han Warren,Contea di Warren,Hrabstwo Warren,Okrug Voren,Oworen srjan,Quan Warren,Quận Warren,Uorren,Uorun,Vorren,Warren,Warren Comitatus,Warren Kun,Warren Kūn,Warren konderria,Warren megye,raarena ka'unti,shhrstan warn  tnsy,u~oren jun,wo lun xian,Воррен,Округ Ворен,Уоррен,Уорън,Ուորեն շրջան,شهرستان وارن، تنسی,وارن کاؤنٹی، ٹینیسی,ৱারেন কাউন্টি,ウォーレン郡,沃倫縣		US	TN	177	39839	America/Chicago
4665975	Washington County	washington-county	Comitatul Washington,Comte de Washington,Comté de Washington,Condado de Washington,Condado han Washington,Contea di Washington,Hrabstwo Washington,Okrug Vashington,Quan Washington,Quận Washington,Vashington,Vasington srjan,Washington,Washington Comitatus,Washington Kun,Washington Kūn,Washington konderria,Washington megye,Washingtoni maakond,hua sheng dun xian,raasintana ka'unti,shhrstan washyngtn  tnsy,washinton jun,Вашингтон,Округ Вашингтон,Վաշինգտոն շրջան,شهرستان واشینگتن، تنسی,واشنگٹن کاؤنٹی، ٹینیسی,ৱাশিংটন কাউন্টি,ワシントン郡,華盛頓縣		US	TN	179	122979	America/New_York
4666233	Wayne County	wayne-county	Comitatul Wayne,Comte de Wayne,Comté de Wayne,Condado de Wayne,Condado han Wayne,Contea di Wayne,Hrabstwo Wayne,Kantono Wayne,Okrug Vejn,Oweyn srjan,Quan Wayne,Quận Wayne,Uehjn,Uejn,Vejn,Wayne,Wayne Comitatus,Wayne Kun,Wayne Kūn,Wayne konderria,Wayne megye,raa'ine ka'unti,shhrstan wyn  tnsy,u~ein jun,wei en xian,Вейн,Округ Вејн,Уейн,Уэйн,Ուեյն շրջան,شهرستان وین، تنسی,وین کاؤنٹی، ٹینیسی,ৱাইনে কাউন্টি,ウェイン郡,韋恩縣		US	TN	181	17021	America/Chicago
4666265	Weakley County	weakley-county	Comitatul Weakley,Comte de Weakley,Comté de Weakley,Condado de Weakley,Condado han Weakley,Contea di Weakley,Hrabstwo Weakley,Okrug Vikli,Owikli srjan,Quan Weakley,Quận Weakley,Uijkli,Uikli,Vikli,Weakley,Weakley Comitatus,Weakley Kun,Weakley Kūn,Weakley konderria,Weakley megye,shhrstan wykly  tnsy,u'ikaliya ka'unti,u~ikuri jun,wei ke lai xian,Віклі,Округ Викли,Уийкли,Уикли,Ուիկլի շրջան,شهرستان ویکلی، تنسی,ویکلی کاؤنٹی، ٹینیسی,ویکلے کاؤنٹی,উইকলিয় কাউন্টি,ウィークリー郡,威克萊縣		US	TN	183	35021	America/Chicago
4667226	White County	white-county	Comitatul White,Comte de White,Comté de White,Condado de White,Condado han White,Contea di White,Hrabstwo White,Okrug Vajt,Quan White,Quận White,Uajt,Vajt,White,White Comitatus,White Kun,White Kūn,White konderria,White megye,howaito jun,huai te xian,huya'ita ka'unti,shhrstan wayt  tnsy,Вайт,Округ Вајт,Уайт,Ուայթ շրջան,شهرستان وایت، تنسی,وائٹ کاؤنٹی، ٹینیسی,হুয়াইট কাউন্টি,ホワイト郡,懷特縣		US	TN	185	25841	America/Chicago
4668054	Williamson County	williamson-county	Comitatul Williamson,Comte de Williamson,Comté de Williamson,Condado de Williamson,Condado han Williamson,Contea di Williamson,Hrabstwo Williamson,Okrug Vilijamson,Owilyamson srjan,Quan Williamson,Quận Williamson,Uil'jamson,Uilijamsun,Vil'jamson,Williamson,Williamson Comitatus,Williamson Kun,Williamson Kūn,Williamson konderria,Williamson megye,Williamsoni maakond,shhrstan wylyamswn  tnsy,u'iliyamasana ka'unti,u~iriamuson jun,wei lian sen xian,Вільямсон,Округ Вилијамсон,Уилиямсън,Уильямсон,Ուիլյամսոն շրջան,شهرستان ویلیامسون، تنسی,ولیمسن کاؤنٹی، ٹینیسی,উইলিয়ামসন কাউন্টি,ウィリアムソン郡,威廉森縣		US	TN	187	183182	America/Chicago
4668271	Wilson County	wilson-county	Comitatul Wilson,Comte de Wilson,Comté de Wilson,Condado de Wilson,Condado han Wilson,Contea di Wilson,Hrabstwo Wilson,Okrug Vilson,Quan Wilson,Quận Wilson,Uilson,Uilsun,Vilson,Vilson srjan,Wilson,Wilson Comitatus,Wilson Kun,Wilson Kūn,Wilson konderria,Wilson megye,shhrstan wylswn  tnsy,u'ilasana ka'unti,u~iruson jun,wei er xun xian,Вілсон,Округ Вилсон,Уилсон,Уилсън,Վիլսոն շրջան,شهرستان ویلسون، تنسی,ولسن کاؤنٹی,ولسن کاؤنٹی، ٹینیسی,উইলসন কাউন্টি,ウィルソン郡,威爾遜縣		US	TN	189	113993	America/Chicago
4670756	Anderson County	anderson-county	Anderson,Anderson Comitatus,Anderson Kun,Anderson Kūn,Anderson konderria,Anderson kontlugu,Anderson kontluğu,Anderson megye,Anderson srjan,Andersun,Comitatul Anderson,Comte d'Anderson,Comté d'Anderson,Condado de Anderson,Condado han Anderson,Contea di Anderson,County Anderson,Hrabstwo Anderson,Kantono Anderson,Okrug Anderson,Quan Anderson,Quận Anderson,an de sen xian,andason jun,endarasana ka'unti,shhrstan andrswn  tgzas,Андерсон,Андерсън,Округ Андерсон,Անդերսոն շրջան,انڈرسن کاؤنٹی,اینڈرسن کاؤنٹی، ٹیکساس,شهرستان اندرسون، تگزاس,مقاطعة أندرسون,এন্ডারসন কাউন্টি,アンダーソン郡,安德森縣		US	TX	001	58458	America/Chicago
4670841	Angelina County	angelina-county	Andzhelina,Angelina,Angelina Comitatus,Angelina Kun,Angelina Kūn,Angelina konderria,Angelina megye,Anjelina srjan,Comitatul Angelina,Comte d'Angelina,Comté d'Angelina,Condado de Angelina,Condado han Angelina,Contea di Angelina,County Angelina,Hrabstwo Angelina,Okrug Andzelina,Quan Angelina,Quận Angelina,an jie li na xian,anjerina jun,enjelina ka'unti,mqatʿt anjylyna,shhrstan anjlyna  tgzas,Анджелина,Анджеліна,Округ Анџелина,Անջելինա շրջան,انجلینا کاؤنٹی,اینجلینا کاؤنٹی، ٹیکساس,شهرستان انجلینا، تگزاس,مقاطعة أنجيلينا,এঞ্জেলিনা কাউন্টি,アンジェリーナ郡,安傑利納縣		US	TX	005	86771	America/Chicago
4671133	Aransas County	aransas-county	Aransas,Aransas Comitatus,Aransas Kun,Aransas Kūn,Aransas konderria,Aransas megye,Aranzas,Aranzas srjan,Aranzaso apygarda,Comitatul Aransas,Comte d'Aransas,Comté d'Aransas,Condado de Aransas,Condado han Aransas,Contea di Aransas,County Aransas,Hrabstwo Aransas,Okrug Aranzas,Quan Aransas,Quận Aransas,a lan se si xian,aranasasa ka'unti,aransasu jun,mqatʿt aransas,shhrstan arnzas  tgzas,Аранзас,Арансас,Округ Аранзас,Արանզաս շրջան,ارانساس کاشنٹی,ارانسس کاؤنٹی، ٹیکساس,شهرستان آرنزاس، تگزاس,مقاطعة أرانساس,আরানসাস কাউন্টি,アランサス郡,阿蘭瑟斯縣		US	TX	007	23158	America/Chicago
4671180	Archer County	archer-county	Archer,Archer Comitatus,Archer Kun,Archer Kūn,Archer konderria,Archer megye,Comitatul Archer,Comte d'Archer,Comté d'Archer,Condado de Archer,Condado han Archer,Contea di Archer,County Archer,Hrabstwo Archer,Okrug Archer,Quan Archer,Quận Archer,a che xian,acha jun,arcera ka'unti,mqatʿt artshr,shhrstan archr  tgzas,Арчер,Округ Арчер,Արչեր շրջան,آرچر کاؤنٹی,آرچر کاؤنٹی، ٹیکساس,شهرستان آرچر، تگزاس,مقاطعة آرتشر,আর্চের কাউন্টি,アーチャー郡,阿徹縣		US	TX	009	9054	America/Chicago
4671531	Atascosa County	atascosa-county	Atacosa County,Atascosa,Atascosa Comitatus,Atascosa County,Atascosa Kun,Atascosa Kūn,Atascosa konderria,Atascosa megye,Ataskosa,Ataskosa srjan,Comitatul Atascosa,Comte d'Atascosa,Comté d'Atascosa,Condado de Atascosa,Condado han Atascosa,Contea di Atascosa,County Atascosa,Hrabstwo Atascosa,Okrug Ataskosa,Quan Atascosa,Quận Atascosa,atasakosa ka'unti,atasukosa jun,mqatʿt ataskwsa,shhrstan atskwza  tgzas,ya ta si ke sha xian,Атаскоса,Округ Атаскоса,Ատասկոսա շրջան,اٹاسکوسا کاؤنٹی,اٹیسکوسا کاؤنٹی، ٹیکساس,شهرستان اتسکوزا، تگزاس,مقاطعة أتاسكوسا,আটাসকোসা কাউন্টি,アタスコサ郡,亞他斯科沙縣		US	TX	013	44911	America/Chicago
4671673	Austin County	austin-county	Austin,Austin Comitatus,Austin Kun,Austin Kūn,Austin konderria,Austin megye,Comitatul Austin,Comte d'Austin,Comté d'Austin,Condado de Austin,Condado han Austin,Contea di Austin,County Austin,Hrabstwo Austin,Okrug Ostin,Ostin,Ostin srjan,Quan Austin,Quận Austin,ao si ting xian,astina ka'unti,mqatʿt awstn,osutin jun,shhrstan astyn  tgzas,Округ Остин,Остин,Остін,Օստին շրջան,آسٹن کاؤنٹی، ٹیکساس,اسٹن کاؤنٹی,شهرستان آستین، تگزاس,مقاطعة أوستن,অস্টিন কাউন্টি,オースティン郡,奧斯汀縣		US	TX	015	28417	America/Chicago
4672172	Bandera County	bandera-county	Bandera,Bandera Comitatus,Bandera Kun,Bandera Kūn,Bandera konderria,Bandera megye,Bandera srjan,Comitatul Bandera,Comte de Bandera,Comté de Bandera,Condado de Bandera,Condado han Bandera,Contea di Bandera,County Bandera,Hrabstwo Bandera,Okrug Bandera,Quan Bandera,Quận Bandera,ban de la xian,bandera jun,bandera ka'unti,mqatʿt bandyra,shhrstan bndra  tgzas,Бандера,Округ Бандера,Բանդերա շրջան,باندیرا کاؤنٹی,بینڈیرا کاؤنٹی، ٹیکساس,شهرستان بندرا، تگزاس,مقاطعة بانديرا,বান্ডেরা কাউন্টি,バンデラ郡,班德拉縣		US	TX	019	20485	America/Chicago
4672581	Bastrop County	bastrop-county	Bastrop,Bastrop Comitatus,Bastrop Kun,Bastrop Kūn,Bastrop konderria,Bastrop megye,Bastrop srjan,Comitatul Bastrop,Comte de Bastrop,Comté de Bastrop,Condado de Bastrop,Condado han Bastrop,Contea di Bastrop,County Bastrop,Hrabstwo Bastrop,Okrug Bastrop,Quan Bastrop,Quận Bastrop,ba si te luo pu xian,basatrapa ka'unti,basutoroppu jun,mqatʿt bastrwb,shhrstan bstrap  tgzas,Бастроп,Округ Бастроп,Բաստրոպ շրջան,باسٹروپ کاؤنٹی,بیسٹروپ کاؤنٹی، ٹیکساس,شهرستان بستراپ، تگزاس,مقاطعة باستروب,বাসট্রপ কাউন্টি,バストロップ郡,巴斯特羅普縣		US	TX	021	74171	America/Chicago
4672691	Baylor County	baylor-county	Baylor,Baylor Comitatus,Baylor Kun,Baylor Kūn,Baylor konderria,Baylor megye,Bejlor,Bejlur,Beylor srjan,Comitatul Baylor,Comte de Baylor,Comté de Baylor,Condado de Baylor,Condado han Baylor,Contea di Baylor,County Baylor,Hrabstwo Baylor,Okrug Bejlor,Quan Baylor,Quận Baylor,bei lei xian,beira jun,belora ka'unti,mqatʿt baylwr,shhrstan bylwr  tgzas,Бейлор,Бейлър,Округ Бејлор,Բեյլոր շրջան,بیلر کاؤنٹی,بیلور کاؤنٹی، ٹیکساس,شهرستان بیلور، تگزاس,مقاطعة بايلور,বেলোর কাউন্টি,ベイラー郡,貝勒縣		US	TX	023	3726	America/Chicago
4673310	Bell County	bell-county	Bel,Bel srjan,Bell,Bell Comitatus,Bell Kun,Bell Kūn,Bell konderria,Bell megye,Belli maakond,Comitatul Bell,Comte de Bell,Comté de Bell,Condado de Bell,Condado han Bell,Contea di Bell,County Bell,Hrabstwo Bell,Okrug Bel,Quan Bell,Quận Bell,bei er xian,bela ka'unti,beru jun,mqatʿt bl,shhrstan bl  tgzas,Бел,Белл,Округ Бел,Բել շրջան,بل کاؤنٹی، ٹیکساس,بیل کاؤنٹی، ٹیکساس,شهرستان بل، تگزاس,مقاطعة بل,বেল কাউন্টি,ベル郡,貝爾縣		US	TX	027	310235	America/Chicago
4674023	Bexar County	bexar-county	Bear,Beur,Bexar,Bexar Comitatus,Bexar Kun,Bexar Kūn,Bexar konderria,Bexar megye,Bexar srjan,Comitatul Bexar,Comte de Bexar,Comté de Bexar,Condado de Bexar,Condado han Bexar,Contea di Bexar,County Bexar,Hrabstwo Bexar,Kantono Bexar,Okrug Ber,Quan Bexar,Quận Bexar,bea jun,beksara ka'unti,bi er xian,byksar,mqatʿt byksar,shhrstan byr  tgzas,Беар,Беър,Округ Бер,Բեխար շրջան,بیکسار,بیکسار کاؤنٹی، ٹیکساس,شهرستان بیر، تگزاس,مقاطعة بيكسار,বেক্সার কাউন্টি,ベア郡,比爾縣		US	TX	029	1714773	America/Chicago
4674915	Blanco County	blanco-county	Blanco,Blanco Comitatus,Blanco Kun,Blanco Kūn,Blanco konderria,Blanco megye,Blanko,Blanko srjan,Comitatul Blanco,Comte de Blanco,Comté de Blanco,Condado de Blanco,Condado han Blanco,Contea di Blanco,County Blanco,Hrabstwo Blanco,Okrug Blanko,Quan Blanco,Quận Blanco,blanako ka'unti,bu lan ke xian,buranko jun,mqatʿt blankw,shhrstan blankw  tgzas,Бланко,Округ Бланко,Բլանկո շրջան,بلانکو کاؤنٹی,بلانکو کاؤنٹی، ٹیکساس,شهرستان بلانکو، تگزاس,مقاطعة بلانكو,ব্লানকো কাউন্টি,ブランコ郡,布兰科县		US	TX	031	10497	America/Chicago
4675728	Bosque County	bosque-county	Boske,Boski,Bosque,Bosque Comitatus,Bosque Kun,Bosque Kūn,Bosque konderria,Bosque megye,Comitatul Bosque,Comte de Bosque,Comté de Bosque,Condado de Bosque,Condado han Bosque,Contea di Bosque,County Bosque,Hrabstwo Bosque,Okrug Boski,Quan Bosque,Quận Bosque,basakuyi ka'unti,bo si ji xian,bosuki jun,mqatʿt bwsk,shhrstan bask  tgzas,Боске,Боски,Боскі,Округ Боски,Բոսքի շրջան,بوسک کاؤنٹی,بوسک کاؤنٹی، ٹیکساس,شهرستان باسک، تگزاس,مقاطعة بوسك,বসকুয়ি কাউন্টি,ボスキー郡,博斯基縣		US	TX	035	18212	America/Chicago
4675805	Bowie County	bowie-county	Boui,Boui srjan,Bovi,Bowie,Bowie Comitatus,Bowie Kun,Bowie Kūn,Bowie konderria,Bowie megye,Bui,Comitatul Bowie,Comte de Bowie,Comté de Bowie,Condado de Bowie,Condado han Bowie,Contea di Bowie,County Bowie,Hrabstwo Bowie,Okrug Bui,Quan Bowie,Quận Bowie,bao yi xian,borai ka'unti,boui jun,mqatʿt bawy,shhrstan bwyy  tgzas,Бові,Боуи,Буи,Округ Буи,Բոուի շրջան,بوئی کاؤنٹی,بووئی کاؤنٹی، ٹیکساس,شهرستان بویی، تگزاس,مقاطعة باوي,বোৱি কাউন্টি,ボウイ郡,鮑伊縣		US	TX	037	92565	America/Chicago
4676137	Brazoria County	brazoria-county	Brazoria,Brazoria Comitatus,Brazoria Kun,Brazoria Kūn,Brazoria konderria,Brazoria megye,Brazoria srjan,Brazorija,Comitatul Brazoria,Comte de Brazoria,Comté de Brazoria,Condado de Brazoria,Condado han Brazoria,Contea di Brazoria,County Brazoria,Hrabstwo Brazoria,Okrug Brazorija,Quan Brazoria,Quận Brazoria,brajoriya ka'unti,bu la zuo li ya xian,burazoria jun,mqatʿt brazwrya,shhrstan brazwrya  tgzas,Бразория,Бразорія,Округ Бразорија,Բրազորիա շրջան,بریزوریا کاؤنٹی,بریزوریا کاؤنٹی، ٹیکساس,شهرستان برازوریا، تگزاس,مقاطعة برازوريا,ব্রাজোরিয়া কাউন্টি,ブラゾリア郡,布拉佐里亞縣		US	TX	039	313166	America/Chicago
4676153	Brazos County	brazos-county	Brazos,Brazos Comitatus,Brazos Kun,Brazos Kūn,Brazos konderria,Brazos megye,Brazos srjan,Comitatul Brazos,Comte de Brazos,Comté de Brazos,Condado de Brazos,Condado han Brazos,Contea di Brazos,County Brazos,Hrabstwo Brazos,Okrug Brazos,Quan Brazos,Quận Brazos,brajosa ka'unti,bu la suo si xian,burazosu jun,mqatʿt bratswz,shhrstan brazws  tgzas,Бразос,Округ Бразос,Բրազոս շրջան,برازوس کاؤنٹی، ٹیکساس,بریزوس کاؤنٹی,شهرستان برازوس، تگزاس,مقاطعة براتسوز,ব্রাজোস কাউন্টি,ブラゾス郡,布拉索斯縣		US	TX	041	194851	America/Chicago
4676547	Brooks County	brooks-county	Brooks,Brooks Comitatus,Brooks Kun,Brooks Kūn,Brooks konderria,Brooks megye,Brooksi maakond,Bruks,Bruks srjan,Comitatul Brooks,Comte de Brooks,Comté de Brooks,Condado de Brooks,Condado han Brooks,Contea di Brooks,County Brooks,Hrabstwo Brooks,Okrug Bruks,Quan Brooks,Quận Brooks,brokasa ka'unti,bu lu ke si xian,burukkusu jun,mqatʿt brwwks,shhrstan brwks  tgzas,Брукс,Округ Брукс,Բրուկս շրջան,بروکس کاؤنٹی,بروکس کاؤنٹی، ٹیکساس,شهرستان بروکس، تگزاس,مقاطعة برووكس,ব্রোকস কাউন্টি,ブルックス郡,布魯克斯縣		US	TX	047	7223	America/Chicago
4676632	Brown County	brown-county	Braun,Braun srjan,Brown,Brown Comitatus,Brown Kun,Brown Kūn,Brown konderria,Brown megye,Comitatul Brown,Comte de Brown,Comté de Brown,Condado de Brown,Condado han Brown,Contea di Brown,County Brown,Hrabstwo Brown,Okrug Braun,Quan Brown,Quận Brown,bra'una ka'unti,bu lang xian,buraun jun,mqatʿt brawn,shhrstan brawn  tgzas,Браун,Округ Браун,Բրաուն շրջան,براؤن کاؤنٹی، ٹیکساس,شهرستان براون، تگزاس,مقاطعة براون,ব্রাউন কাউন্টি,ブラウン郡,布朗縣		US	TX	049	38106	America/Chicago
4677558	Burleson County	burleson-county	Barleson srjan,Berleson,Burleson,Burleson Comitatus,Burleson Kun,Burleson Kūn,Burleson konderria,Burleson megye,Burlsun,Comitatul Burleson,Comte de Burleson,Comté de Burleson,Condado de Burleson,Condado han Burleson,Contea di Burleson,County Burleson,Hrabstwo Burleson,Okrug Berleson,Quan Burleson,Quận Burleson,baralesana ka'unti,baruson jun,bo li sen xian,mqatʿt brlyswn,shhrstan brlswn  tgzas,Берлесон,Бърлсън,Округ Берлесон,Բարլեսոն շրջան,برلسن کاؤنٹی,بورلیسن کاؤنٹی، ٹیکساس,شهرستان برلسون، تگزاس,مقاطعة برليسون,বারলেসন কাউন্টি,バールソン郡,伯利森縣		US	TX	051	17187	America/Chicago
4677612	Burnet County	burnet-county	Bernet,Bernet srjan,Burnet,Burnet Comitatus,Burnet Kun,Burnet Kūn,Burnet konderria,Burnet megye,Burnit,Comitatul Burnet,Comte de Burnet,Comté de Burnet,Condado de Burnet,Condado han Burnet,Contea di Burnet,County Burnet,Hrabstwo Burnet,Okrug Bernet,Quan Burnet,Quận Burnet,banetto jun,barneta ka'unti,bo ni te xian,mqatʿt brnyt,shhrstan brnt  tgzas,Бернет,Бърнит,Округ Бернет,Բերնետ շրջան,برنٹ کاؤنٹی,برنیٹ کاؤنٹی، ٹیکساس,شهرستان برنت، تگزاس,مقاطعة برنيت,বার্নেট কাউন্টি,バーネット郡,伯尼特縣		US	TX	053	42750	America/Chicago
4678113	Caldwell County	caldwell-county	Caldwell,Caldwell Comitatus,Caldwell Kun,Caldwell Kūn,Caldwell konderria,Caldwell megye,Comitatul Caldwell,Comte de Caldwell,Comté de Caldwell,Condado de Caldwell,Condado han Caldwell,Contea di Caldwell,County Caldwell,Hrabstwo Caldwell,Kolduehll,Kolduel,Koldvell,Okrug Koldvel,Quan Caldwell,Quận Caldwell,kao de wei er xian,kledaraela ka'unti,korudou~eru jun,mqatʿt kaldwyl,shhrstan kaldwl  tgzas,Колдвелл,Колдуел,Колдуэлл,Округ Колдвел,Քոլդուել շրջան,شهرستان کالدول، تگزاس,مقاطعة كالدويل,کالڈول کاؤنٹی، ٹیکساس,کالڈویل کاؤنٹی، ٹیکساس,ক্লেডৱেল কাউন্টি,コールドウェル郡,考德威爾縣		US	TX	055	38066	America/Chicago
4678165	Calhoun County	calhoun-county	Calhoun,Calhoun Comitatus,Calhoun Kun,Calhoun Kūn,Calhoun konderria,Calhoun megye,Comitatul Calhoun,Comte de Calhoun,Comté de Calhoun,Condado de Calhoun,Condado han Calhoun,Contea di Calhoun,County Calhoun,Hrabstwo Calhoun,Kalgun,Kalkhun,Okrug Kalkhun,Quan Calhoun,Quận Calhoun,ka er huo en xian,kalahauna ka'unti,karufun jun,mqatʿt kalhawn,shhrstan klhwn  tgzas,Калгун,Калхун,Округ Калхун,Քալհուն շրջան,شهرستان کلهون، تگزاس,مقاطعة كالهاون,کالاہاؤن کاؤنٹی,کالہون کاؤنٹی، ٹیکساس,কলহৌন কাউন্টি,カルフーン郡,卡爾霍恩縣		US	TX	057	21381	America/Chicago
4678206	Callahan County	callahan-county	Callahan,Callahan Comitatus,Callahan Kun,Callahan Kūn,Callahan konderria,Callahan megye,Comitatul Callahan,Comte de Callahan,Comté de Callahan,Condado de Callahan,Condado han Callahan,Contea di Callahan,County Callahan,Hrabstwo Callahan,Kalakhan,Kallakhan,Kallegen,Okrug Kalakhan,Quan Callahan,Quận Callahan,ka la han xian,kallahana ka'unti,kyarahan jun,mqatʿt kalahan,shhrstan klhn  tgzas,Калахан,Каллахан,Каллеген,Округ Калахан,Քալահան շրջան,شهرستان کلهن، تگزاس,مقاطعة كالاهان,کالاہان کاؤنٹی,کالاہین کاؤنٹی، ٹیکساس,কল্লাহান কাউন্টি,キャラハン郡,卡拉漢縣		US	TX	059	13544	America/Chicago
4678364	Cameron County	cameron-county	Cameron,Cameron Comitatus,Cameron Kun,Cameron Kūn,Cameron konderria,Cameron megye,Cameroni maakond,Comitatul Cameron,Comte de Cameron,Comté de Cameron,Condado de Cameron,Condado han Cameron,Contea di Cameron,County Cameron,Hrabstwo Cameron,Kameron,Kamerun,Okrug Kameron,Quan Cameron,Quận Cameron,Swydd Cameron,ka mei lun xian,kamerona ka'unti,kyameron jun,mqatʿt kamrwn,shhrstan kmrwn  tgzas,Камерон,Камерън,Округ Камерон,Քեմերոն շրջան,شهرستان کمرون، تگزاس,مقاطعة كامرون,کیمرون کاؤنٹی، ٹیکساس,কামেরোন কাউন্টি,キャメロン郡,卡梅倫縣		US	TX	061	406220	America/Chicago
4678446	Camp County	camp-county	Camp,Camp Comitatus,Camp Kun,Camp Kūn,Camp konderria,Camp megye,Comitatul Camp,Comte de Camp,Comté de Camp,Condado de Camp,Condado han Camp,Contea di Camp,County Camp,Hrabstwo Camp,Kehmp,Kemp,Okrug Kemp,Quan Camp,Quận Camp,kan pu xian,kyampa ka'unti,kyanpu jun,mqatʿt kamb,shhrstan kmp  tgzas,Кемп,Кэмп,Округ Кемп,Քեմպ շրջան,شهرستان کمپ، تگزاس,مقاطعة كامب,کیمپ کاؤنٹی,کیمپ کاؤنٹی، ٹیکساس,ক্যাম্প কাউন্টি,キャンプ郡,坎普縣		US	TX	063	12401	America/Chicago
4679435	Cass County	cass-county	Cass,Cass Comitatus,Cass Kun,Cass Kūn,Cass konderria,Cass megye,Cassi maakond,Comitatul Cass,Comte de Cass,Comté de Cass,Condado de Cass,Condado han Cass,Contea di Cass,County Cass,Hrabstwo Cass,Kas,Kass,Kess,Okrug Kas,Quan Cass,Quận Cass,ka si xian,kasa ka'unti,kasu jun,mqatʿt kas,shhrstan ks  tgzas,Кас,Касс,Кесс,Округ Кас,Քաս շրջան,شهرستان کس، تگزاس,مقاطعة كاس,کاس کاؤنٹی، ٹیکساس,কাস কাউন্টি,カス郡,卡斯縣		US	TX	067	30464	America/Chicago
4680335	Chambers County	chambers-county	Chambers,Chambers Comitatus,Chambers Kun,Chambers Kūn,Chambers konderria,Chambers megye,Chambersi maakond,Chejmbers,Chejmburs,Chembers,Comitatul Chambers,Comte de Chambers,Comté de Chambers,Condado de Chambers,Condado han Chambers,Contea di Chambers,County Chambers,Hrabstwo Chambers,Okrug Chejmbers,Quan Chambers,Quận Chambers,cembararsa ka'unti,chenbazu jun,mqatʿt tshambrz,qian bo si xian,shhrstan chmbrz  tgzas,Округ Чејмберс,Чеймберс,Чеймбърс,Чемберс,Չամբերս շրջան,شهرستان چمبرز، تگزاس,مقاطعة تشامبرز,چیمبرز کاؤنٹی,چیمبرز کاؤنٹی، ٹیکساس,চেম্বারর্স কাউন্টি,チェンバーズ郡,钱伯斯县		US	TX	071	35096	America/Chicago
4680611	Cherokee County	cherokee-county	Cherokee,Cherokee Comitatus,Cherokee Kun,Cherokee Kūn,Cherokee konderria,Cherokee megye,Cheroki,Comitatul Cherokee,Comte de Cherokee,Comté de Cherokee,Condado de Cherokee,Condado han Cherokee,Contea di Cherokee,County Cherokee,Hrabstwo Cherokee,Okrug Cheroki,Quan Cherokee,Quận Cherokee,ceruki ka'unti,cheroki jun,mqatʿt shyrwky,qie luo ji xian,shhrstan chrwky  tgzas,Округ Чероки,Чероки,Черокі,Չերոկի շրջան,شهرستان چروکی، تگزاس,مقاطعة شيروكي,چروکی کاؤنٹی، ٹیکساس,چیروکی کاؤنٹی,চেরুকী কাউন্টি,チェロキー郡,切羅基縣		US	TX	073	50845	America/Chicago
4681782	Clay County	clay-county	Clay,Clay Comitatus,Clay Kun,Clay Kūn,Clay konderria,Clay maakond,Clay megye,Comitatul Clay,Comte de Clay,Comté de Clay,Condado de Clay,Condado han Clay,Contea di Clay,County Clay,Hrabstwo Clay,Klej,Okrug Klej,Quan Clay,Quận Clay,ke lai xian,kle ka'unti,kurei jun,mqatʿt klay,shhrstan kly  tgzas,Клей,Округ Клеј,Քլեյ շրջան,شهرستان کلی، تگزاس,مقاطعة كلاي,کلے کاؤنٹی، ٹیکساس,ক্লে কাউন্টি,クレイ郡,克莱县		US	TX	077	10752	America/Chicago
4682392	Coleman County	coleman-county	Coleman,Coleman Comitatus,Coleman Kun,Coleman Kūn,Coleman konderria,Coleman megye,Comitatul Coleman,Comte de Coleman,Comté de Coleman,Condado de Coleman,Condado han Coleman,Contea di Coleman,County Coleman,Hrabstwo Coleman,Kolman,Kolmen,Koulman,Okrug Kolman,Quan Coleman,Quận Coleman,ke er man xian,kolemyana ka'unti,koruman jun,mqatʿt kwlman,shhrstan kwlmn  tgzas,Колман,Колмен,Коулман,Округ Колман,Քոլմեն շրջան,شهرستان کولمن، تگزاس,مقاطعة كولمان,کولمین کاؤنٹی,کولمین کاؤنٹی، ٹیکساس,কোলেম্যান কাউন্টি,コールマン郡,科爾曼縣		US	TX	083	8895	America/Chicago
4701505	Jones County	jones-county	Comitatul Jones,Comte de Jones,Comté de Jones,Condado de Jones,Condado han Jones,Contea di Jones,Dzhons,Dzhouns,Hrabstwo Jones,Jones,Jones Comitatus,Jones Kun,Jones Kūn,Jones konderria,Jones megye,Jonesi maakond,Jons srjan,Okrug DZouns,Quan Jones,Quận Jones,jonasa ka'unti,jonzu jun,mqatʿt jwnz,qiong si xian,shhrstan jwnz  tgzas,Джонс,Джоунс,Округ Џоунс,Ջոնս շրջան,جونز کاؤنٹی,جونز کاؤنٹی، ٹیکساس,شهرستان جونز، تگزاس,مقاطعة جونز,জোনস কাউন্টি,ジョーンズ郡,瓊斯縣		US	TX	253	20202	America/Chicago
4682500	Collin County	collin-county	Collin,Collin Comitatus,Collin Coonty,Collin Kun,Collin Kūn,Collin konderria,Collin megye,Collini maakond,Comitatul Collin,Comte de Collin,Comté de Collin,Condado de Collin,Condado han Collin,Contea di Collin,County Collin,Hrabstwo Collin,Kolin,Kollin,Okrug Kolin,Quan Collin,Quận Collin,ke lin xian,kolina ka'unti,korin jun,mqatʿt kwlyn,shhrstan kalyn  tgzas,Колин,Коллин,Коллін,Округ Колин,Քոլին շրջան,شهرستان کالین، تگزاس,مقاطعة كولين,کولن کاؤنٹی,کولن کاؤنٹی، ٹیکساس,কোলিন কাউন্টি,കോളിൻ കൗണ്ടി,コリン郡,科林縣		US	TX	085	782341	America/Chicago
4682626	Colorado County	colorado-county	Colorado,Colorado Comitatus,Colorado Kun,Colorado Kūn,Colorado konderria,Colorado megye,Comitatul Colorado,Comte de Colorado,Comté de Colorado,Condado de Colorado,Condado han Colorado,Contea di Colorado,County Colorado,Hrabstwo Colorado,Kolorado,Kolorado srjan,Okrug Kolorado,Quan Colorado,Quận Colorado,kalorado ka'unti,ke luo la duo xian,kororado jun,mqatʿt kwlwradw,shhrstan klradw  tgzas,Колорадо,Округ Колорадо,Կոլորադո շրջան,شهرستان کلرادو، تگزاس,مقاطعة كولورادو,کولوراڈو کاؤنٹی، ٹیکساس,কলোরাডো কাউন্টি,コロラド郡,科羅拉多縣		US	TX	089	20874	America/Chicago
4682688	Comal County	comal-county	Comal,Comal Comitatus,Comal Kun,Comal Kūn,Comal konderria,Comal megye,Comitatul Comal,Comte de Comal,Comté de Comal,Condado de Comal,Condado han Comal,Contea di Comal,County Comal,Hrabstwo Comal,Komal,Komal',Okrug Komal,Quan Comal,Quận Comal,ke ma er xian,komala ka'unti,komaru jun,mqatʿt kwmal,shhrstan kwmal  tgzas,Комал,Комаль,Округ Комал,Քոմալ շրջան,شهرستان کومال، تگزاس,مقاطعة كومال,کومل کاؤنٹی,کومل کاؤنٹی، ٹیکساس,কোমাল কাউন্টি,コマール郡,科馬爾縣		US	TX	091	108472	America/Chicago
4682707	Comanche County	comanche-county	Comanche,Comanche Comitatus,Comanche Kun,Comanche Kūn,Comanche konderria,Comanche megye,Comitatul Comanche,Comte de Comanche,Comté de Comanche,Condado comanche,Condado de Comanche,Condado han Comanche,Contea di Comanche,County Comanche,Hrabstwo Comanche,Komanchi,Okrug Komanchi,Quan Comanche,Quận Comanche,ke man qi xian,komanace ka'unti,komanchi jun,mqatʿt kwmansh,shhrstan kwmanchy  tgzas,Команчи,Команчі,Округ Команчи,Քոմանչի շրջան,شهرستان کومانچی، تگزاس,مقاطعة كومانش,کومانچے کاؤنٹی,کومینچی کاؤنٹی، ٹیکساس,কোমানচে কাউন্টি,コマンチ郡,科曼奇縣		US	TX	093	13974	America/Chicago
4682862	Concho County	concho-county	Comitatul Concho,Comte de Concho,Comté de Concho,Concho,Concho Comitatus,Concho Kun,Concho Kūn,Concho konderria,Concho megye,Condado de Concho,Condado han Concho,Contea di Concho,County Concho,Hrabstwo Concho,Koncho,Okrug Koncho,Quan Concho,Quận Concho,konaco ka'unti,koncho jun,kong qiao xian,mqatʿt kwntshw,shhrstan kanchw  tgzas,Кончо,Округ Кончо,Քոնչո շրջան,شهرستان کانچو، تگزاس,مقاطعة كونتشو,کونچو کاؤنٹی,کونچو کاؤنٹی، ٹیکساس,কোনচো কাউন্টি,コンチョ郡,孔喬縣		US	TX	095	4087	America/Chicago
4683066	Cooke County	cooke-county	Comitatul Cooke,Comte de Cooke,Comté de Cooke,Condado de Cooke,Condado han Cooke,Contea di Cooke,Cooke,Cooke Comitatus,Cooke Kun,Cooke Kūn,Cooke konderria,Cooke megye,Cookei maakond,County Cooke,Hrabstwo Cooke,Kuk,Okrug Kuk,Quan Cooke,Quận Cooke,koke ka'unti,ku ke xian,kukku jun,mqatʿt kwwk,shhrstan kwk  tgzas,Кук,Округ Кук,Քուկ շրջան,شهرستان کوک، تگزاس,مقاطعة كووك,کک کاؤنٹی، ٹیکساس,কোকে কাউন্টি,クック郡,庫克縣		US	TX	097	38437	America/Chicago
4683477	Coryell County	coryell-county	Comitatul Coryell,Comte de Coryell,Comté de Coryell,Condado de Coryell,Condado han Coryell,Contea di Coryell,Coryell,Coryell Comitatus,Coryell Kun,Coryell Kūn,Coryell konderria,Coryell megye,County Coryell,Hrabstwo Coryell,Kor'el,Korell,Koriel,Okrug Korijel,Quan Coryell,Quận Coryell,ke li er xian,korayela ka'unti,korieru jun,mqatʿt kwryyl,shhrstan kwryl  tgzas,Кориел,Корьел,Корєлл,Округ Коријел,Քորյել շրջան,شهرستان کوریل، تگزاس,مقاطعة كورييل,کوریئل کاؤنٹی، ٹیکساس,کوریل کاؤنٹی,কোরয়েল কাউন্টি,コリエル郡,科里爾縣		US	TX	099	75388	America/Chicago
4684904	Dallas County	dallas-county	Comitatul Dallas,Comtat de Dallas,Comte de Dallas,Comté de Dallas,Condado de Dallas,Condado han Dallas,Contea di Dallas,County Dallas,Dalas,Dalas srjan,Dallas,Dallas Comitatus,Dallas Kun,Dallas Kūn,Dallas konderria,Dallas megye,Dallase maakond,Hrabstwo Dallas,Okrug Dalas,Quan Dallas,Quận Dallas,da la si xian,dalas kanti,dalasa ka'unti,darasu jun,mqatʿt dalas,shhrstan dalas  tgzas,Далас,Даллас,Округ Далас,Դալաս շրջան,شهرستان دالاس، تگزاس,مقاطعة دالاس,ڈالاس کاؤنٹی,ڈیلاس کاؤنٹی، ٹیکساس,ডালাস কাউন্টি,ഡാളസ് കൗണ്ടി,ダラス郡,達拉斯縣		US	TX	113	2368139	America/Chicago
4685527	DeWitt County	dewitt-county	Comitatul DeWitt,Comte de DeWitt,Comté de DeWitt,Condado de DeWitt,Condado han DeWitt,Contea di DeWitt,County DeWitt,De-Vit srjan,De-Vitt,DeUit,DeWitt,DeWitt Comitatus,DeWitt Kun,DeWitt Kūn,DeWitt konderria,DeWitt megye,DeWitti maakond,Devitt,Hrabstwo DeWitt,Okrug Devit,Quan DeWitt,Quận DeWitt,de wei te xian,deu~itto jun,diraita ka'unti,mqatʿt dywyt,shhrstan dwyt  tgzas,Де-Витт,ДеУит,Девітт,Округ Девит,Դե-Վիտ շրջան,شهرستان دویت، تگزاس,مقاطعة ديويت,ڈیوٹ کاؤنٹی، ٹیکساس,ڈیویٹ کاؤنٹی، ٹیکساس,ডিৱিট কাউন্টি,デウィット郡,德威特縣		US	TX	123	20097	America/Chicago
4685841	Delta County	delta-county	Comitatul Delta,Comte de Delta,Comté de Delta,Condado de Delta,Condado han Delta,Contea di Delta,County Delta,Del'ta,Delta,Delta Comitatus,Delta Kun,Delta Kūn,Delta konderria,Delta megye,Delta srjan,Hrabstwo Delta,Okrug Delta,Quan Delta,Quận Delta,de er ta xian,delta ka'unti,deruta jun,mqatʿt dlta,shhrstan dlta  tgzas,Делта,Дельта,Округ Делта,Դելտա շրջան,شهرستان دلتا، تگزاس,مقاطعة دلتا,ڈلٹا کاؤنٹی,ڈیلٹا کاؤنٹی، ٹیکساس,ডেল্টা কাউন্টি,ഡെൽറ്റ കൗണ്ടി,デルタ郡,德爾塔縣		US	TX	119	5231	America/Chicago
4685912	Denton County	denton-county	Comitatul Denton,Comte de Denton,Comté de Denton,Condado de Denton,Condado han Denton,Contea di Denton,County Denton,Denton,Denton Comitatus,Denton Kun,Denton Kūn,Denton konderria,Denton megye,Denton srjan,Dentoni maakond,Dentun,Hrabstwo Denton,Okrug Denton,Quan Denton,Quận Denton,deng dun xian,dentana ka'unti,denton jun,mqatʿt dyntwn,shhrstan dntwn  tgzas,Дентон,Дентън,Округ Дентон,Դենտոն շրջան,شهرستان دنتون، تگزاس,مقاطعة دينتون,ڈنٹن کاؤنٹی,ڈینٹن کاؤنٹی، ٹیکساس,ডেন্টন কাউন্টি,ഡെന്റൺ കൗണ്ടി,デントン郡,登頓縣		US	TX	121	662614	America/Chicago
4686231	Dimmit County	dimmit-county	Comitatul Dimmit,Comte de Dimmit,Comté de Dimmit,Condado de Dimmit,Condado han Dimmit,Contea di Dimmit,County Dimmit,Dimit,Dimit srjan,Dimmit,Dimmit Comitatus,Dimmit Kun,Dimmit Kūn,Dimmit konderria,Dimmit megye,Hrabstwo Dimmit,Okrug Dimit,Quan Dimmit,Quận Dimmit,di mi te xian,dim'mita ka'unti,dimitto jun,mqatʿt dymyt,shhrstan dymyt  tgzas,Димит,Диммит,Дімміт,Округ Димит,Դիմիտ շրջան,شهرستان دیمیت، تگزاس,مقاطعة ديميت,ڈمٹ کاؤنٹی,ڈیمیٹ کاؤنٹی، ٹیکساس,ডিম্মিট কাউন্টি,ディミット郡,迪米特縣		US	TX	127	9996	America/Chicago
4687437	Duval County	duval-county	Comitatul Duval,Comte de Duval,Comté de Duval,Condado de Duval,Condado han Duval,Contea di Duval,County Duval,Djuval,Djuval',Duval,Duval Comitatus,Duval Kun,Duval Kūn,Duval konderria,Duval megye,Duval srjan,Duvali maakond,Hrabstwo Duval,Okrug Duval,Quan Duval,Quận Duval,de~yubaru jun,du wa er xian,dubala ka'unti,mqatʿt dwfal,shhrstan dwwal  tgzas,Дювал,Дюваль,Округ Дувал,Դուվալ շրջան,شهرستان دووال، تگزاس,مقاطعة دوفال,ڈووال کاؤنٹی، ٹیکساس,ڈوول کاؤنٹی,ডুবাল কাউন্টি,デュバル郡,杜瓦爾縣		US	TX	131	11782	America/Chicago
4688072	Eastland County	eastland-county	Comitatul Eastland,Comte d'Eastland,Comté d'Eastland,Condado de Eastland,Condado han Eastland,Contea di Eastland,County Eastland,Eastland,Eastland Comitatus,Eastland Kun,Eastland Kūn,Eastland konderria,Eastland megye,Hrabstwo Eastland,Ijstlend,Istlend,Istlend srjan,Okrug Istland,Quan Eastland,Quận Eastland,istalyanda ka'unti,isutorando jun,mqatʿt aystland,shhrstan aystlnd  tgzas,yi si te lan xian,Істленд,Ийстленд,Истленд,Округ Истланд,Իստլենդ շրջան,ایسٹلینڈ کاؤنٹی,ایسٹلینڈ کاؤنٹی، ٹیکساس,شهرستان ایستلند، تگزاس,مقاطعة إيستلاند,ইস্টল্যান্ড কাউন্টি,イーストランド郡,伊斯特蘭縣		US	TX	133	18583	America/Chicago
4688864	Ellis County	ellis-county	Comitatul Ellis,Comtat dEllis,Comte d'Ellis,Comté d'Ellis,Condado de Ellis,Condado han Ellis,Contea di Ellis,Ehllis,Elis,Elis srjan,Ellis,Ellis Comitatus,Ellis Kun,Ellis Kūn,Ellis konderria,Ellis megye,Ellise maakond,Hrabstwo Ellis,Okrug Elis,Quan Ellis,Quận Ellis,ai li si xian,elisa ka'unti,ellis kanti,erisu jun,mqatʿt alys,shhrstan alys  tgzas,Елис,Елліс,Округ Елис,Эллис,Էլիս շրջան,ایلس کاؤنٹی,ایلس کاؤنٹی، ٹیکساس,شهرستان الیس، تگزاس,مقاطعة إليس,এলিস কাউন্টি,എല്ലിസ് കൗണ്ടി,エリス郡,埃利斯縣		US	TX	139	149610	America/Chicago
4689391	Erath County	erath-county	Comitatul Erath,Comte d'Erath,Comté d'Erath,Condado de Erath,Condado han Erath,Contea di Erath,Ehrat,Erat,Erath,Erath Comitatus,Erath Kun,Erath Kūn,Erath konderria,Erath megye,Hrabstwo Erath,Ijrad,Okrug Irat,Quan Erath,Quận Erath,artha ka'unti,irasu jun,mqatʿt ayrath,shhrstan ayrath  tgzas,yi la si xian,Ерат,Ийрад,Округ Ират,Эрат,Էրաթ շրջան,ایراتھ کاؤنٹی,ایراتھ کاؤنٹی، ٹیکساس,شهرستان ایراث، تگزاس,مقاطعة إيراث,আর্থ কাউন্টি,イーラス郡,伊拉斯縣		US	TX	143	37890	America/Chicago
4690103	Falls County	falls-county	Comitatul Falls,Comte de Falls,Comté de Falls,Condado de Falls,Condado han Falls,Contea di Falls,County Falls,Falls,Falls Comitatus,Falls Kun,Falls Kūn,Falls konderria,Falls megye,Folls,Follz,Fols,Fols srjan,Hrabstwo Falls,Okrug Fols,Quan Falls,Quận Falls,foruzu jun,fu er si xian,mqatʿt falz,phalasa ka'unti,shhrstan falz  tgzas,Округ Фолс,Фоллз,Фоллс,Фолс,Ֆոլս շրջան,شهرستان فالز، تگزاس,فالز کاؤنٹی,فالز کاؤنٹی، ٹیکساس,مقاطعة فالز,ফলস কাউন্টি,フォールズ郡,福爾斯縣		US	TX	145	17866	America/Chicago
4690140	Fannin County	fannin-county	Comitatul Fannin,Comte de Fannin,Comté de Fannin,Condado de Fannin,Condado han Fannin,Contea di Fannin,Fanin,Fannin,Fannin Comitatus,Fannin Kun,Fannin Kūn,Fannin konderria,Fannin megye,Fannini maakond,Fehnnin,Fenin srjan,Hrabstwo Fannin,Okrug Fanin,Quan Fannin,Quận Fannin,fan ning xian,fanin jun,mqatʿt fanyn,phanina ka'unti,shhrstan fnyn  tgzas,Округ Фанин,Фанин,Фаннін,Фэннин,Ֆենին շրջան,شهرستان فنین، تگزاس,فانن کاؤنٹی,فینن کاؤنٹی، ٹیکساس,مقاطعة فانين,ফানিন কাউন্টি,ファニン郡,範寧縣		US	TX	147	33915	America/Chicago
4690287	Fayette County	fayette-county	Comitatul Fayette,Comte de Fayette,Comté de Fayette,Condado de Fayette,Condado han Fayette,Contea di Fayette,Faett,Fajet,Fayet srjan,Fayette,Fayette Comitatus,Fayette Kun,Fayette Kūn,Fayette konderria,Fayette megye,Fejett,Hrabstwo Fayette,Okrug Fejet,Quan Fayette,Quận Fayette,faietto jun,fei ye te xian,mqatʿt fayyt,phayeta ka'unti,shhrstan fyt  tgzas,Округ Фејет,Файет,Фаєтт,Фейетт,Ֆայետ շրջան,شهرستان فیت، تگزاس,فائیٹ کاؤنٹی، ٹیکساس,فایٹ کاؤنٹی، ٹیکساس,مقاطعة فاييت,ফায়েত কাউন্টি,ファイエット郡,費耶特縣		US	TX	149	24554	America/Chicago
4691668	Foard County	foard-county	Comitatul Foard,Comte de Foard,Comté de Foard,Condado de Foard,Condado han Foard,Contea di Foard,Foard,Foard Comitatus,Foard Kun,Foard Kūn,Foard konderria,Foard megye,Ford,Ford srjan,Hrabstwo Foard,Okrug Ford,Quan Foard,Quận Foard,fodo jun,fu er de xian,phauyarda ka'unti,shhrstan fward  tgzas,Округ Форд,Форд,Ֆորդ շրջան,شهرستان فوارد، تگزاس,فوارڈ کاؤنٹی,فوارڈ کاؤنٹی، ٹیکساس,مقاطعة فورد,ফৌয়ার্ড কাউন্টি,フォード郡,福爾德縣		US	TX	155	1336	America/Chicago
4691851	Fort Bend County	fort-bend-county	Comitatul Fort Bend,Comte de Fort Bend,Comté de Fort Bend,Condado de Fort Bend,Condado han Fort Bend,Contea di Fort Bend,County Fort Bend,Fort,Fort Bend,Fort Bend Comitatus,Fort Bend Kun,Fort Bend Kūn,Fort Bend konderria,Fort Bend megye,Fort Bend srjan,Fort-Bend,Hrabstwo Fort Bend,Okrug Fort Bend,Quan Fort Bend,Quận Fort Bend,ben de bao xian,fotobendo jun,mqatʿt fwrt bynd,phorta byanda ka'unti,shhrstan fwrt bnd  tgzas,Округ Форт Бенд,Форт,Форт Бенд,Форт-Бенд,Ֆորտ Բենդ շրջան,شهرستان فورت بند، تگزاس,فورٹ بنڈ کاؤنٹی,فورٹ بینڈ کاؤنٹی، ٹیکساس,مقاطعة فورت بيند,ফোর্ট ব্যান্ড কাউন্টি,フォートベンド郡,本德堡縣		US	TX	157	585375	America/Chicago
4702669	Karnes County	karnes-county	Comitatul Karnes,Comte de Karnes,Comté de Karnes,Condado de Karnes,Condado han Karnes,Contea di Karnes,Hrabstwo Karnes,Karnes,Karnes Comitatus,Karnes Kun,Karnes Kūn,Karnes konderria,Karnes megye,Karns,Okrug Karns,Quan Karnes,Quận Karnes,ka en si xian,kanzu jun,karnesa ka'unti,mqatʿt karns,shhrstan karnz  tgzas,Карнс,Округ Карнс,Քարնս շրջան,شهرستان کارنز، تگزاس,مقاطعة كارنس,کارنس کاؤنٹی,کارنس کاؤنٹی، ٹیکساس,কার্নেস কাউন্টি,カーンズ郡,卡恩斯縣		US	TX	255	14824	America/Chicago
4692203	Franklin County	franklin-county	Comitatul Franklin,Comte de Franklin,Comté de Franklin,Condado de Franklin,Condado han Franklin,Contea di Franklin,Franklin,Franklin Comitatus,Franklin Kun,Franklin Kūn,Franklin konderria,Franklin megye,Franklin srjan,Hrabstwo Franklin,Okrug Frenklin,Quan Franklin,Quận Franklin,fu lan ke lin xian,furankurin jun,mqatʿt franklyn,phrankalina ka'unti,shhrstan franklyn  tgzas,Округ Френклин,Франклин,Франклін,Ֆրանկլին շրջան,شهرستان فرانکلین، تگزاس,فرینکلن کاؤنٹی، ٹیکساس,مقاطعة فرانكلين,ফ্রাঙ্কলিন কাউন্টি,フランクリン郡,富蘭克林縣		US	TX	159	10605	America/Chicago
4692377	Freestone County	freestone-county	Comitatul Freestone,Comte de Freestone,Comté de Freestone,Condado de Freestone,Condado han Freestone,Contea di Freestone,County Freestone,Freestone,Freestone Comitatus,Freestone Kun,Freestone Kūn,Freestone konderria,Freestone megye,Frijstoun,Friston srjan,Fristoun,Hrabstwo Freestone,Okrug Fristoun,Quan Freestone,Quận Freestone,fu li si tong xian,furisuton jun,mqatʿt frystwn,phristona ka'unti,shhrstan frstwn  tgzas,Округ Фристоун,Фрийстоун,Фристоун,Фрістоун,Ֆրիստոն շրջան,شهرستان فرستون، تگزاس,فریسٹون کاؤنٹی,فریسٹون کاؤنٹی، ٹیکساس,مقاطعة فريستون,ফ্রিস্টোন কাউন্টি,フリーストーン郡,弗里斯通縣		US	TX	161	19816	America/Chicago
4692545	Frio County	frio-county	Comitatul Frio,Comte de Frio,Comté de Frio,Condado de Frio,Condado de Frío,Condado han Frio,Contea di Frio,Frio,Frio Comitatus,Frio Kun,Frio Kūn,Frio konderria,Frio megye,Frio srjan,Hrabstwo Frio,Okrug Frio,Quan Frio,Quận Frio,fu li ao xian,furio jun,mqatʿt fryw,phri'o ka'unti,shhrstan fryw  tgzas,Округ Фрио,Фрио,Фріо,Ֆրիո շրջան,شهرستان فریو، تگزاس,فریئو کاؤنٹی، ٹیکساس,فریو کاؤنٹی,مقاطعة فريو,ফ্রিও কাউন্টি,フリオ郡,弗里奧縣		US	TX	163	17217	America/Chicago
4692856	Galveston County	galveston-county	Comitatul Galveston,Comte de Galveston,Comté de Galveston,Condado de Galveston,Condado han Galveston,Contea di Galveston,County Galveston,Galveston,Galveston Comitatus,Galveston Kun,Galveston Kūn,Galveston konderria,Galveston megye,Galveston srjan,Galvestoni maakond,Galvistun,Hrabstwo Galveston,Okrug Galveston,Quan Galveston,Quận Galveston,galabhesatana ka'unti,garubesuton jun,jia er wei si dun xian,mqatʿt ghalfystwn,shhrstan glwstwn  tgzas,Галвестон,Галвистън,Округ Галвестон,Ґалвестон,Գալվեստոն շրջան,شهرستان گلوستون، تگزاس,مقاطعة غالفيستون,گالووسٹن کاؤنٹی,گیلویسٹن کاؤنٹی، ٹیکساس,গালভেসটন কাউন্টি,ガルベストン郡,加尔维斯顿县		US	TX	167	291309	America/Chicago
4693544	Gillespie County	gillespie-county	Comitatul Gillespie,Comte de Gillespie,Comté de Gillespie,Condado de Gillespie,Condado han Gillespie,Contea di Gillespie,County Gillespie,Gilespi,Gilespi srjan,Gillespi,Gillespie,Gillespie Comitatus,Gillespie Kun,Gillespie Kūn,Gillespie konderria,Gillespie megye,Hrabstwo Gillespie,Okrug Gilespi,Quan Gillespie,Quận Gillespie,gilespi ka'unti,ji li si bi xian,jirusupi jun,mqatʿt ghylysby,shhrstan gylspy  tgzas,Гилеспи,Гиллеспи,Гіллеспі,Округ Гилеспи,Գիլեսպի շրջան,شهرستان گیلسپی، تگزاس,مقاطعة غيليسبي,گلیسپی کاؤنٹی، ٹیکساس,گیلسپی کاؤنٹی,গিলেস্পি কাউন্টি,ジルスピー郡,基利斯比縣		US	TX	171	24837	America/Chicago
4693922	Goliad County	goliad-county	Comitatul Goliad,Comte de Goliad,Comté de Goliad,Condado de Goliad,Condado han Goliad,Contea di Goliad,Goliad,Goliad Comitatus,Goliad Kun,Goliad Kūn,Goliad konderria,Goliad megye,Goliad srjan,Hrabstwo Goliad,Okrug Golijad,Quan Goliad,Quận Goliad,ge li ya de xian,goliyada ka'unti,goriado jun,mqatʿt ghwlyad,shhrstan gwlyad  tgzas,Голиад,Голіад,Округ Голијад,Գոլիադ շրջան,شهرستان گولیاد، تگزاس,مقاطعة غولياد,گولیئڈ کاؤنٹی، ٹیکساس,گولیاڈ کاؤنٹی,গোলিয়াড কাউন্টি,ゴリアド郡,戈利亞德縣		US	TX	175	7210	America/Chicago
4693951	Gonzales County	gonzales-county	Comitatul Gonzales,Comte de Gonzales,Comté de Gonzales,Condado de Gonzales,Condado han Gonzales,Contea di Gonzales,County Gonzales,Gonsales,Gonzales,Gonzales Comitatus,Gonzales Kun,Gonzales Kūn,Gonzales konderria,Gonzales megye,Gonzales srjan,Hrabstwo Gonzales,Okrug Gonzales,Quan Gonzales,Quận Gonzales,gang sa lei si xian,ganjalesa ka'unti,gonzaresu jun,mqatʿt ghwnzalys,shhrstan gwnzals  tgzas,Гонзалес,Округ Гонзалес,Ґонсалес,Գոնզալես շրջան,شهرستان گونزالس، تگزاس,مقاطعة غونزاليس,گونزالس کاؤنٹی,گونزالیس کاؤنٹی، ٹیکساس,গন্জালেস কাউন্টি,ゴンザレス郡,岡薩雷斯縣		US	TX	177	19807	America/Chicago
4694710	Grayson County	grayson-county	Comitatul Grayson,Comte de Grayson,Comté de Grayson,Condado de Grayson,Condado han Grayson,Contea di Grayson,Grayson,Grayson Comitatus,Grayson Kun,Grayson Kūn,Grayson konderria,Grayson megye,Grejson,Grejsun,Greyson srjan,Hrabstwo Grayson,Okrug Grejson,Quan Grayson,Quận Grayson,ge lei sen xian,gresana ka'unti,gureison jun,mqatʿt ghrayswn,shhrstan gryswn  tgzas,Грейсон,Грейсън,Округ Грејсон,Գրեյսոն շրջան,شهرستان گریسون، تگزاس,مقاطعة غرايسون,گریسن کاؤنٹی، ٹیکساس,গ্রেসন কাউন্টি,グレイソン郡,格雷森縣		US	TX	181	120877	America/Chicago
4695143	Gregg County	gregg-county	Comitatul Gregg,Comte de Gregg,Comté de Gregg,Condado de Gregg,Condado han Gregg,Contea di Gregg,Greg,Greg srjan,Gregg,Gregg Comitatus,Gregg Kun,Gregg Kūn,Gregg konderria,Gregg megye,Hrabstwo Gregg,Okrug Greg,Quan Gregg,Quận Gregg,ge lei ge xian,grega ka'unti,gureggu jun,mqatʿt ghrygh,shhrstan grg  tgzas,Грег,Грегг,Округ Грег,Գրեգ շրջան,شهرستان گرگ، تگزاس,مقاطعة غريغ,گریگ کاؤنٹی,گریگ کاؤنٹی، ٹیکساس,গ্রেগ কাউন্টি,グレッグ郡,格雷格縣		US	TX	183	121730	America/Chicago
4695236	Grimes County	grimes-county	Comitatul Grimes,Comte de Grimes,Comté de Grimes,Condado de Grimes,Condado han Grimes,Contea di Grimes,County Grimes,Grajms,Grimes,Grimes Comitatus,Grimes Kun,Grimes Kūn,Grimes konderria,Grimes megye,Grims,Grims srjan,Hrabstwo Grimes,Okrug Grajms,Quan Grimes,Quận Grimes,ge lai mu si xian,grimesa ka'unti,guraimuzu jun,mqatʿt ghraymz,shhrstan grymz  tgzas,Граймс,Гримс,Округ Грајмс,Գրիմս շրջան,شهرستان گریمز، تگزاس,مقاطعة غرايمز,گرائمز کاؤنٹی,گرائمس کاؤنٹی، ٹیکساس,গ্রিমেস কাউন্টি,グライムズ郡,格賴姆斯縣		US	TX	185	26604	America/Chicago
4695361	Guadalupe County	guadalupe-county	Comitatul Guadalupe,Comte de Guadalupe,Comté de Guadalupe,Condado de Guadalupe,Condado han Guadalupe,Contea di Guadalupe,County Guadalupe,Guadalupe,Guadalupe Comitatus,Guadalupe Kun,Guadalupe Kūn,Guadalupe konderria,Guadalupe maakond,Guadalupe megye,Guadalupe srjan,Gvadalupe,Hrabstwo Guadalupe,Okrug Gvadalupi,Quan Guadalupe,Quận Guadalupe,gua da lu pei xian,guadarupe jun,guraandalopa ka'unti,mqatʿt ghwadalwb,shhrstan gwdalwp  tgzas,Гвадалупе,Гуадалупе,Округ Гвадалупи,Գուադալուպե շրջան,شهرستان گودالوپ، تگزاس,مقاطعة غوادالوب,گواڈالوپ کاؤنٹی,گواڈیلوپے کاؤنٹی، ٹیکساس,গুৱান্ডালোপ কাউন্টি,グアダルーペ郡,瓜達盧佩縣		US	TX	187	131533	America/Chicago
4695945	Hamilton County	hamilton-county	Comitatul Hamilton,Comte de Hamilton,Comté de Hamilton,Condado de Hamilton,Condado han Hamilton,Contea di Hamilton,County Hamilton,Gamil'ton,Hamilton,Hamilton Comitatus,Hamilton Kun,Hamilton Kūn,Hamilton konderria,Hamilton megye,Hamilton srjan,Hrabstwo Hamilton,Khamiltun,Okrug Khamilton,Quan Hamilton,Quận Hamilton,hamiruton jun,han mi er dun xian,hyamilatana ka'unti,mqatʿt hamyltwn,shhrstan hmyltwn  tgzas,Гамильтон,Гамільтон,Округ Хамилтон,Хамилтън,Համիլտոն շրջան,شهرستان همیلتون، تگزاس,مقاطعة هاميلتون,ہملٹن کاؤنٹی,ہیملٹن کاؤنٹی، ٹیکساس,হ্যামিলটন কাউন্টি,ハミルトン郡,漢密爾頓縣		US	TX	193	8517	America/Chicago
4696131	Hardeman County	hardeman-county	Comitatul Hardeman,Comte de Hardeman,Comté de Hardeman,Condado de Hardeman,Condado han Hardeman,Contea di Hardeman,County Hardeman,Gardeman,Hardeman,Hardeman Comitatus,Hardeman Kun,Hardeman Kūn,Hardeman konderria,Hardeman megye,Hardeman srjan,Hardemani maakond,Hrabstwo Hardeman,Khardimehn,Khardman,Okrug Khardeman,Quan Hardeman,Quận Hardeman,ha de man xian,hadoman jun,hardemyana ka'unti,mqatʿt hardman,Гардеман,Округ Хардеман,Хардимэн,Хардман,Հարդեման շրջան,مقاطعة هاردمان,ہارڈمین کاؤنٹی,ہارڈمین کاؤنٹی، ٹیکساس,হার্ডেম্যান কাউন্টি,ハードマン郡,哈德曼縣		US	TX	197	4139	America/Chicago
4696143	Hardin County	hardin-county	Comitatul Hardin,Comte de Hardin,Comté de Hardin,Condado de Hardin,Condado han Hardin,Contea di Hardin,County Hardin,Gardin,Hardin,Hardin Comitatus,Hardin Kun,Hardin Kūn,Hardin konderria,Hardin megye,Hardin srjan,Hrabstwo Hardin,Khardin,Okrug Khardin,Quan Hardin,Quận Hardin,ha ding xian,hadin jun,haradina ka'unti,mqatʿt hardyn,shhrstan hardyn  tgzas,Гардін,Округ Хардин,Хардин,Հարդին շրջան,شهرستان هاردین، تگزاس,مقاطعة هاردين,ہارڈن کاؤنٹی، ٹیکساس,হারডিন কাউন্টি,ハーディン郡,哈丁縣		US	TX	199	54635	America/Chicago
4696376	Harris County	harris-county	Comitatul Harris,Comte de Harris,Comté de Harris,Condado de Harris,Condado han Harris,Contea di Harris,County Harris,Garris,Haris srjan,Harris,Harris Comitatus,Harris County,Harris Kun,Harris Kūn,Harris konderria,Harris megye,Harrisburg County,Harrise maakond,Hrabstwo Harris,Kharis,Kharris,Konteth Harris,Okrug Kharis,Quan Harris,Quận Harris,Swydd Harris,ha li si xian,haris kanti,harisa ka'unti,harisu jun,mqatʿt harys,shhrstan hrys  tgzas,Гарріс,Округ Харис,Харис,Харрис,Հարիս շրջան,شهرستان هریس، تگزاس,مقاطعة هاريس,ہیرس کاؤنٹی,ہیرس کاؤنٹی، ٹیکساس,হারিস কাউন্টি,ഹാരിസ് കൗണ്ടി,ハリス郡,哈里斯縣		US	TX	201	4092459	America/Chicago
4696450	Harrison County	harrison-county	Comitatul Harrison,Comte de Harrison,Comté de Harrison,Condado de Harrison,Condado han Harrison,Contea di Harrison,Garrison,Harison srjan,Harrison,Harrison Comitatus,Harrison Kun,Harrison Kūn,Harrison konderria,Harrison megye,Hrabstwo Harrison,Kharisun,Kharrison,Okrug Kharison,Quan Harrison,Quận Harrison,ha li sen xian,harisasana ka'unti,harison jun,mqatʿt haryswn,shhrstan hryswn  tgzas,Гаррісон,Округ Харисон,Харисън,Харрисон,Հարիսոն շրջան,شهرستان هریسون، تگزاس,مقاطعة هاريسون,ہیریسن کاؤنٹی، ٹیکساس,হারিসসন কাউন্টি,ハリソン郡,哈里森縣		US	TX	203	65631	America/Chicago
4696596	Haskell County	haskell-county	Comitatul Haskell,Comte de Haskell,Comté de Haskell,Condado de Haskell,Condado han Haskell,Contea di Haskell,Gaskell,Haskel srjan,Haskell,Haskell Comitatus,Haskell Kun,Haskell Kūn,Haskell konderria,Haskell megye,Hrabstwo Haskell,Khaskell,Khaskul,Okrug Khaskel,Quan Haskell,Quận Haskell,ha si ke er xian,hasakela ka'unti,hasukeru jun,mqatʿt haskyl,shhrstan hskl  tgzas,Гаскелл,Округ Хаскел,Хаскелл,Хаскъл,Հասկել շրջան,شهرستان هسکل، تگزاس,مقاطعة هاسكيل,ہاسکل کاؤنٹی,ہیسکل کاؤنٹی، ٹیکساس,হাসকেল কাউন্টি,ハスケル郡,哈斯克爾縣		US	TX	207	5899	America/Chicago
4696788	Hays County	hays-county	Comitatul Hays,Comte de Hays,Comté de Hays,Condado de Hays,Condado han Hays,Contea di Hays,Gejs,Hays,Hays Comitatus,Hays Kun,Hays Kūn,Hays konderria,Hays megye,Heys srjan,Hrabstwo Hays,Khehjs,Khejs,Okrug Khejz,Quan Hays,Quận Hays,ha'isa ka'unti,hai si xian,heizu jun,mqatʿt hayz,shhrstan hyz  tgzas,Гейс,Округ Хејз,Хейс,Хэйс,Հեյս շրջան,شهرستان هیز، تگزاس,مقاطعة هايز,ہیئز کاؤنٹی، ٹیکساس,ہیز کاؤنٹی,হাইস কাউন্টি,ヘイズ郡,海斯縣		US	TX	209	157107	America/Chicago
4697070	Henderson County	henderson-county	Comitatul Henderson,Comte de Henderson,Comté de Henderson,Condado de Henderson,Condado han Henderson,Contea di Henderson,Genderson,Henderson,Henderson Comitatus,Henderson Kun,Henderson Kūn,Henderson konderria,Henderson megye,Henderson srjan,Hendersoni maakond,Hrabstwo Henderson,Khenderson,Khendersun,Okrug Khenderson,Quan Henderson,Quận Henderson,hendarasana ka'unti,hendason jun,heng de sen xian,mqatʿt hyndyrswn,shhrstan hndrswn  tgzas,Гендерсон,Округ Хендерсон,Хендерсон,Хендерсън,Հենդերսոն շրջան,شهرستان هندرسون، تگزاس,مقاطعة هينديرسون,ہنڈرسن کاؤنٹی، ٹیکساس,ہینڈرسن کاؤنٹی، ٹیکساس,হেন্ডারসন কাউন্টি,ヘンダーソン郡,亨德森縣		US	TX	213	78532	America/Chicago
4697444	Hidalgo County	hidalgo-county	Comitatul Hidalgo,Comte de Hidalgo,Comté de Hidalgo,Condado de Hidalgo,Condado han Hidalgo,Contea di Hidalgo,Hidalgo,Hidalgo Comitatus,Hidalgo Kun,Hidalgo Kūn,Hidalgo konderria,Hidalgo maakond,Hidalgo megye,Hidalgo srjan,Hrabstwo Hidalgo,Idal'go,Kantono Hidalgo,Khidalgo,Okrug Khidalgo,Quan Hidalgo,Quận Hidalgo,hidalago ka'unti,hidarugo jun,mqatʿt hydalghw,shhrstan aydalgw  tgzas,yi da er ge xian,Ідальго,Идальго,Округ Хидалго,Хидалго,Հիդալգո շրջան,شهرستان ایدالگو، تگزاس,مقاطعة هيدالغو,ہڈالگو کاؤنٹی,ہیڈالگو کاؤنٹی، ٹیکساس,হিদালগো কাউন্টি,ヒダルゴ郡,伊達爾戈縣		US	TX	215	774769	America/Chicago
4698747	Hopkins County	hopkins-county	Comitatul Hopkins,Comte de Hopkins,Comté de Hopkins,Condado de Hopkins,Condado han Hopkins,Contea di Hopkins,Gopkins,Hopkins,Hopkins Comitatus,Hopkins Kun,Hopkins Kūn,Hopkins konderria,Hopkins megye,Hopkins srjan,Hopkinsi maakond,Hrabstwo Hopkins,Khopkins,Okrug Khopkins,Quan Hopkins,Quận Hopkins,hapakinasa ka'unti,hopukinsu jun,huo pu jin si xian,mqatʿt hwbknz,shhrstan hapkynz  tgzas,Гопкінс,Округ Хопкинс,Хопкинс,Հոպկինս շրջան,شهرستان هاپکینز، تگزاس,مقاطعة هوبكنز,ہاپکنز کاؤنٹی، ٹیکساس,ہاپکنس کاؤنٹی، ٹیکساس,হপকিনস কাউন্টি,ホプキンス郡,霍普金斯縣		US	TX	223	35161	America/Chicago
4699084	Houston County	houston-county	Comitatul Houston,Comte de Houston,Comté de Houston,Condado de Houston,Condado han Houston,Contea di Houston,Gjuston,Houston,Houston Comitatus,Houston Kun,Houston Kūn,Houston konderria,Houston megye,Hrabstwo Houston,Hyuston srjan,Kh'juston,Khjustun,Okrug Khjuston,Quan Houston,Quận Houston,ha'usatana ka'unti,hyusuton jun,mqatʿt hywstn,shhrstan hywstwn  tgzas,xiu si dui xian,Гюстон,Округ Хјустон,Хьюстон,Хюстън,Հյուստոն շրջան,شهرستان هیوستون، تگزاس,مقاطعة هيوستن,ہوسٹن کاؤنٹی,ہیوسٹن کاؤنٹی، ٹیکساس,হাউসটন কাউন্টি,ヒューストン郡,休斯敦县		US	TX	225	23732	America/Chicago
4699487	Hunt County	hunt-county	Comitatul Hunt,Comte de Hunt,Comté de Hunt,Condado de Hunt,Condado han Hunt,Contea di Hunt,Gant,Hant srjan,Hrabstwo Hunt,Hunt,Hunt Comitatus,Hunt Kun,Hunt Kūn,Hunt konderria,Hunt megye,Hunti maakond,Khant,Khunt,Okrug Khant,Quan Hunt,Quận Hunt,hanta ka'unti,hanto jun,heng te xian,mqatʿt hnt,shhrstan hant  tgzas,Гант,Округ Хант,Хант,Хънт,Հանտ շրջան,شهرستان هانت، تگزاس,مقاطعة هنت,ہنٹ کاؤنٹی,ہنٹ کاؤنٹی، ٹیکساس,হান্ট কাউন্টি,ハント郡,亨特縣		US	TX	231	86129	America/Chicago
4700414	Jack County	jack-county	Comitatul Jack,Comte de Jack,Comté de Jack,Condado de Jack,Condado han Jack,Contea di Jack,Dzhak,Dzhek,Hrabstwo Jack,Jack,Jack Comitatus,Jack Kun,Jack Kūn,Jack konderria,Jack megye,Jek srjan,Okrug DZek,Quan Jack,Quận Jack,jakku jun,jie ke xian,jyaka ka'unti,mqatʿt jak,shhrstan jk  tgzas,Джак,Джек,Округ Џек,Ջեկ շրջան,جیک کاؤنٹی,جیک کاؤنٹی، ٹیکساس,شهرستان جک، تگزاس,مقاطعة جاك,জ্যাক কাউন্টি,ジャック郡,傑克縣		US	TX	237	9044	America/Chicago
4700488	Jackson County	jackson-county	Comitatul Jackson,Comte de Jackson,Comté de Jackson,Condado de Jackson,Condado han Jackson,Contea di Jackson,Dzhaksun,Dzhekson,Hrabstwo Jackson,Jackson,Jackson Comitatus,Jackson Kun,Jackson Kūn,Jackson konderria,Jackson megye,Jacksoni maakond,Jekson srjan,Kantono Jackson,Okrug DZekson,Quan Jackson,Quận Jackson,jakuson jun,jie ke xun xian,jyakasana ka'unti,mqatʿt jakswn,shhrstan jkswn  tgzas,Джаксън,Джексон,Округ Џексон,Ջեկսոն շրջան,جیکسن کاؤنٹی، ٹیکساس,شهرستان جکسون، تگزاس,مقاطعة جاكسون,জ্যাকশন কাউন্টি,ジャクソン郡,傑克遜縣		US	TX	239	14075	America/Chicago
4700729	Jasper County	jasper-county	Comitatul Jasper,Comte de Jasper,Comté de Jasper,Condado de Jasper,Condado han Jasper,Contea di Jasper,Dzhasper,Dzhaspur,Dzhesper,Hrabstwo Jasper,Jasper,Jasper Comitatus,Jasper Kun,Jasper Kūn,Jasper konderria,Jasper megye,Jasper srjan,Okrug DZasper,Quan Jasper,Quận Jasper,jasapera ka'unti,jasupa jun,jie si pa xian,mqatʿt jasbr,shhrstan jspr  tgzas,Джаспер,Джаспър,Джеспер,Округ Џаспер,Ջասպեր շրջան,جاسپر کاؤنٹی,جیسپر کاؤنٹی، ٹیکساس,شهرستان جسپر، تگزاس,مقاطعة جاسبر,জাসপের কাউন্টি,ジャスパー郡,傑斯帕縣		US	TX	241	35710	America/Chicago
4700821	Jefferson County	jefferson-county	Comitatul Jefferson,Comte de Jefferson,Comté de Jefferson,Condado de Jefferson,Condado han Jefferson,Contea di Jefferson,Dzhefersun,Dzhefferson,Hrabstwo Jefferson,Jefferson,Jefferson Comitatus,Jefferson Kun,Jefferson Kūn,Jefferson konderria,Jefferson megye,Jeffersoni maakond,Jerferson srjan,Okrug DZeferson,Quan Jefferson,Quận Jefferson,jefason jun,jepharasana ka'unti,jie fu xun xian,mqatʿt jyfyrswn,shhrstan jfrswn  tgzas,Джеферсън,Джефферсон,Округ Џеферсон,Ջերֆերսոն շրջան,جیفرسن کاؤنٹی، ٹیکساس,شهرستان جفرسون، تگزاس,مقاطعة جيفيرسون,জেফারশন কাউন্টি,ジェファーソン郡,傑佛遜縣		US	TX	245	252273	America/Chicago
4701059	Jim Hogg County	jim-hogg-county	Comitatul Jim Hogg,Comte de Jim Hogg,Comté de Jim Hogg,Condado de Jim Hogg,Condado han Jim Hogg,Contea di Jim Hogg,Dzhim Khog,Dzhim-Gogg,Dzhim-Khogg,Hrabstwo Jim Hogg,Jim Hog srjan,Jim Hogg,Jim Hogg Comitatus,Jim Hogg Kun,Jim Hogg Kūn,Jim Hogg konderria,Jim Hogg megye,Okrug DZim Khog,Quan Jim Hogg,Quận Jim Hogg,ji mu huo ge xian,jima haga ka'unti,jimuhoggu jun,mqatʿt jm hwgh,shhrstan jym hag  tgzas,Джим Хог,Джим-Гогг,Джим-Хогг,Округ Џим Хог,Ջիմ Հոգ շրջան,جم ہاگ کاؤنٹی، ٹیکساس,جم ہاگ کاشنٹی,شهرستان جیم هاگ، تگزاس,مقاطعة جم هوغ,জিম হগ কাউন্টি,ジムホッグ郡,吉姆霍格縣		US	TX	247	5300	America/Chicago
4701084	Jim Wells County	jim-wells-county	Comitatul Jim Wells,Comte de Jim Wells,Comté de Jim Wells,Condado de Jim Wells,Condado han Jim Wells,Contea di Jim Wells,Dzhim Uels,Dzhim-Uehlls,Dzhim-Vells,Hrabstwo Jim Wells,Jim Owels srjan,Jim Wells,Jim Wells Comitatus,Jim Wells Kun,Jim Wells Kūn,Jim Wells konderria,Jim Wells megye,Okrug DZim Vels,Quan Jim Wells,Quận Jim Wells,ji mu wei er si xian,jima raelasa ka'unti,jimuu~eruzu jun,mqatʿt jm wylz,shhrstan jym wlz  tgzas,Джим Уелс,Джим-Веллс,Джим-Уэллс,Округ Џим Велс,Ջիմ Ուելս շրջան,جم ولز کاؤنٹی,جم ویلز کاؤنٹی، ٹیکساس,شهرستان جیم ولز، تگزاس,مقاطعة جم ويلز,জিম ৱেলস কাউন্টি,ジムウェルズ郡,吉姆韋爾斯縣		US	TX	249	40838	America/Chicago
4701348	Johnson County	johnson-county	Comitatul Johnson,Comte de Johnson,Comté de Johnson,Condado de Johnson,Condado han Johnson,Contea di Johnson,Dzhonson,Dzhonsun,Hrabstwo Johnson,Johnson,Johnson Comitatus,Johnson Kun,Johnson Kūn,Johnson konderria,Johnson megye,Johnsoni maakond,Jonson srjan,Okrug DZonson,Quan Johnson,Quận Johnson,jonson jun,jonsona ka'unti,mqatʿt jwnswn,shhrstan janswn  tgzas,yue han xun xian,Джонсон,Джонсън,Округ Џонсон,Ջոնսոն շրջան,جانسن کاؤنٹی، ٹیکساس,جانسن کاشنٹی,شهرستان جانسون، تگزاس,مقاطعة جونسون,জোন্সোন কাউন্টি,ジョンソン郡,約翰遜縣		US	TX	251	150934	America/Chicago
4702735	Kaufman County	kaufman-county	Comitatul Kaufman,Comtat de Kaufman,Comte de Kaufman,Comté de Kaufman,Condado de Kaufman,Condado han Kaufman,Contea di Kaufman,Hrabstwo Kaufman,Kaufman,Kaufman Comitatus,Kaufman Kun,Kaufman Kūn,Kaufman konderria,Kaufman megye,Kaufmani maakond,Kofman,Okrug Kofman,Quan Kaufman,Quận Kaufman,kao fu man xian,kaufuman jun,kauphamyana ka'unti,mqatʿt kwfman,shhrstan kafmn  tgzas,Кауфман,Кофман,Округ Кофман,Քաուֆման շրջան,شهرستان کافمن، تگزاس,مقاطعة كوفمان,کاؤفمین کاشنٹی,کافمین کاؤنٹی، ٹیکساس,কৌফম্যান কাউন্টি,カウフマン郡,考夫曼縣		US	TX	257	103350	America/Chicago
4702947	Kendall County	kendall-county	Comitatul Kendall,Comte de Kendall,Comté de Kendall,Condado de Kendall,Condado han Kendall,Contea di Kendall,Hrabstwo Kendall,Kendall,Kendall Comitatus,Kendall Kun,Kendall Kūn,Kendall konderria,Kendall megye,Kendalli maakond,Kendul,Okrug Kendal,Quan Kendall,Quận Kendall,ken de er xian,kenadala ka'unti,kendoru jun,mqatʿt kndal,shhrstan kndal  tgzas,Кендалл,Кендъл,Округ Кендал,Քենդալ շրջան,شهرستان کندال، تگزاس,مقاطعة كندال,کینڈل کاؤنٹی، ٹیکساس,কেনডাল কাউন্টি,ケンドール郡,肯德爾縣		US	TX	259	33410	America/Chicago
4702968	Kenedy County	kenedy-county	Comitatul Kenedy,Comte de Kenedy,Comté de Kenedy,Condado de Kenedy,Condado han Kenedy,Contea di Kenedy,Hrabstwo Kenedy,Kenedi,Kenedy,Kenedy Comitatus,Kenedy Kun,Kenedy Kūn,Kenedy konderria,Kenedy megye,Okrug Kenedi,Quan Kenedy,Quận Kenedy,kai nei di xian,kenedi jun,kenedi ka'unti,mqatʿt kynydy,shhrstan kndy  tgzas,Кенеди,Кенеді,Округ Кенеди,Քենեդի շրջան,شهرستان کندی، تگزاس,مقاطعة كينيدي,کینیڈی کاؤنٹی,کینیڈی کاؤنٹی، ٹیکساس,কেনেডি কাউন্টি,ケネディ郡,凱內迪縣		US	TX	261	416	America/Chicago
4703071	Kerr County	kerr-county	Comitatul Kerr,Comte de Kerr,Comté de Kerr,Condado de Kerr,Condado han Kerr,Contea di Kerr,Hrabstwo Kerr,Kerr,Kerr Comitatus,Kerr Kun,Kerr Kūn,Kerr konderria,Kerr megye,Kur,Okrug Ker,Quan Kerr,Quận Kerr,ka jun,ke er xian,kera ka'unti,mqatʿt kyr,shhrstan kr  tgzas,Керр,Кър,Округ Кер,Քեր շրջան,شهرستان کر، تگزاس,مقاطعة كير,کیر کاؤنٹی,کیر کاؤنٹی، ٹیکساس,কের কাউন্টি,カー郡,克爾縣		US	TX	265	49625	America/Chicago
4703256	Kimble County	kimble-county	Comitatul Kimble,Comte de Kimble,Comté de Kimble,Condado de Kimble,Condado han Kimble,Contea di Kimble,Hrabstwo Kimble,Kimbl,Kimble,Kimble Comitatus,Kimble Kun,Kimble Kūn,Kimble konderria,Kimble megye,Kimbul,Okrug Kimbl,Quan Kimble,Quận Kimble,jin bu er xian,kimabela ka'unti,kinburu jun,mqatʿt kymbl,shhrstan kymbl  tgzas,Кимбл,Кимбъл,Кімбл,Округ Кимбл,Քիմբլ շրջան,شهرستان کیمبل، تگزاس,مقاطعة كيمبل,کمبل کاؤنٹی,کیمبل کاؤنٹی، ٹیکساس,কিমবেল কাউন্টি,キンブル郡,金布爾縣		US	TX	267	4607	America/Chicago
4703486	Kleberg County	kleberg-county	Comitatul Kleberg,Comte de Kleberg,Comté de Kleberg,Condado de Kleberg,Condado han Kleberg,Contea di Kleberg,Hrabstwo Kleberg,Kleberg,Kleberg Comitatus,Kleberg Kun,Kleberg Kūn,Kleberg konderria,Kleberg megye,Kleburg,Okrug Klejberg,Quan Kleberg,Quận Kleberg,ke lei bo xian,klebarga ka'unti,kurebagu jun,mqatʿt klybrgh,shhrstan klbrg  tgzas,Клеберг,Клебърг,Округ Клејберг,Քլեբերգ շրջան,شهرستان کلبرگ، تگزاس,مقاطعة كليبرغ,کلیبرگ کاؤنٹی,کلیبرگ کاؤنٹی، ٹیکساس,ক্লেবার্গ কাউন্টি,クレバーグ郡,克雷伯縣		US	TX	273	32061	America/Chicago
4703582	Knox County	knox-county	Comitatul Knox,Comte de Knox,Comté de Knox,Condado de Knox,Condado han Knox,Contea di Knox,Hrabstwo Knox,Knox,Knox Comitatus,Knox Kun,Knox Kūn,Knox konderria,Knox megye,Noks,Noks srjan,Okrug Noks,Quan Knox,Quận Knox,kaksa ka'unti,mqatʿt nwks,nokkusu jun,nuo ke si xian,shhrstan naks  tgzas,Нокс,Округ Нокс,Նոկս շրջան,شهرستان ناکس، تگزاس,مقاطعة نوكس,ناکس کاؤنٹی، ٹیکساس,کنو کاؤنٹی، ٹیکساس,কক্স কাউন্টি,ノックス郡,諾克斯縣		US	TX	275	3719	America/Chicago
4704157	La Salle County	la-salle-county	Comitatul La Salle,Comte de La Salle,Comté de La Salle,Condado de La Salle,Condado han La Salle,Contea di La Salle,Hrabstwo La Salle,La Sal,La Sal srjan,La Salle,La Salle Comitatus,La Salle Kun,La Salle Kūn,La Salle konderria,La Salle megye,La-Sal',La-Sall,Okrug Lasal,Quan La Salle,Quận La Salle,la sa er xian,la salle ka'unti,mqatʿt la sal,rasaru jun,shhrstan la sal  tgzas,Ла Сал,Ла-Салл,Ла-Саль,Округ Ласал,Լա Սալ շրջան,شهرستان لا سال، تگزاس,لا سال کاؤنٹی,لا سیل کاؤنٹی، ٹیکساس,مقاطعة لا سال,লা সাল্লে কাউন্টি,ラサール郡,拉薩爾縣		US	TX	283	6886	America/Chicago
4705086	Lamar County	lamar-county	Comitatul Lamar,Comte de Lamar,Comté de Lamar,Condado de Lamar,Condado han Lamar,Contea di Lamar,Hrabstwo Lamar,Lamar,Lamar Comitatus,Lamar Kun,Lamar Kūn,Lamar konderria,Lamar megye,Lamar srjan,Okrug Lamar,Quan Lamar,Quận Lamar,la ma er xian,lamara ka'unti,mqatʿt lamar,rama jun,shhrstan lamar  tgzas,Ламар,Округ Ламар,Լամար շրջան,شهرستان لامار، تگزاس,لامار کاؤنٹی,لامار کاؤنٹی، ٹیکساس,مقاطعة لامار,লামার কাউন্টি,ラマー郡,拉马尔县		US	TX	277	49793	America/Chicago
4705179	Lampasas County	lampasas-county	Comitatul Lampasas,Comte de Lampasas,Comté de Lampasas,Condado de Lampasas,Condado han Lampasas,Contea di Lampasas,Hrabstwo Lampasas,Lampasas,Lampasas Comitatus,Lampasas Kun,Lampasas Kūn,Lampasas konderria,Lampasas megye,Lampasas srjan,Lempasas,Okrug Lampasas,Quan Lampasas,Quận Lampasas,lamapasa ka'unti,lan pa se si xian,mqatʿt lambasas,ranpasasu jun,shhrstan lmpss  tgzas,Лампасас,Лемпасас,Округ Лампасас,Լամպասաս շրջան,شهرستان لمپسس، تگزاس,لامپاساس کاؤنٹی,لیمپاسس کاؤنٹی، ٹیکساس,مقاطعة لامباساس,লামপাস কাউন্টি,ランパサス郡,蘭帕瑟斯縣		US	TX	281	19677	America/Chicago
4705575	Lavaca County	lavaca-county	Comitatul Lavaca,Comte de Lavaca,Comté de Lavaca,Condado de Lavaca,Condado han Lavaca,Contea di Lavaca,Hrabstwo Lavaca,Lavaca,Lavaca Comitatus,Lavaca Kun,Lavaca Kūn,Lavaca konderria,Lavaca megye,Lavaka,Lavaka srjan,Okrug Lavaka,Quan Lavaca,Quận Lavaca,la wa ka xian,labhaka ka'unti,mqatʿt lafaka,rabaka jun,shhrstan lawaka  tgzas,Лавака,Округ Лавака,Լավակա շրջան,شهرستان لاواکا، تگزاس,لاواکا کاؤنٹی,لاواکا کاؤنٹی، ٹیکساس,مقاطعة لافاكا,লাভাকা কাউন্টি,ラバカ郡,拉瓦卡縣		US	TX	285	19263	America/Chicago
4705899	Leon County	leon-county	Comitatul Leon,Comte de Leon,Comté de Leon,Condado de Leon,Condado de León,Condado han Leon,Contea di Leon,Hrabstwo Leon,Leon,Leon Comitatus,Leon Kun,Leon Kūn,Leon konderria,Leon megye,Leon srjan,Leoni maakond,Lion,Okrug Lion,Quan Leon,Quận Leon,lai ang xian,li'ona ka'unti,mqatʿt lywn,reon jun,shhrstan lywn  tgzas,Леон,Лион,Округ Лион,Լեոն շրջան,شهرستان لئون، تگزاس,لیون کاؤنٹی، ٹیکساس,مقاطعة ليون,লিওন কাউন্টি,レオン郡,萊昂縣		US	TX	289	16801	America/Chicago
4706143	Liberty County	liberty-county	Comitatul Liberty,Comte de Liberty,Comté de Liberty,Condado de Liberty,Condado han Liberty,Contea di Liberty,Hrabstwo Liberty,Liberti,Liberty,Liberty Comitatus,Liberty Kun,Liberty Kūn,Liberty konderria,Liberty megye,Liburti,Okrug Liberti,Quan Liberty,Quận Liberty,li bai ti xian,libarti ka'unti,mqatʿt lybyrty,ribati jun,shhrstan lybrty  tgzas,Либерти,Либърти,Ліберті,Округ Либерти,Լիբերթի շրջան,شهرستان لیبرتی، تگزاس,لبرٹی کاؤنٹی، ٹیکساس,مقاطعة ليبيرتي,লিবার্টি কাউন্টি,リバティー郡,利柏提縣		US	TX	291	75643	America/Chicago
4706335	Limestone County	limestone-county	Comitatul Limestone,Comte de Limestone,Comté de Limestone,Condado de Limestone,Condado han Limestone,Contea di Limestone,Hrabstwo Limestone,Lajmstoun,Laymston srjan,Limestone,Limestone Comitatus,Limestone Kun,Limestone Kūn,Limestone konderria,Limestone megye,Limestonei maakond,Okrug Lajmstoun,Quan Limestone,Quận Limestone,limestona ka'unti,mqatʿt laymstwn,raimusuton jun,shhrstan laymstwn  tgzas,shi hui yan xian,Лаймстоун,Округ Лајмстоун,Լայմստոն շրջան,شهرستان لایمستون، تگزاس,لائمسٹون کاؤنٹی,لائمسٹون کاؤنٹی، ٹیکساس,مقاطعة لايمستون,লিমেস্টোন কাউন্টি,ライムストーン郡,石灰岩縣		US	TX	293	23384	America/Chicago
4707076	Live Oak County	live-oak-county	Comitatul Live Oak,Comte de Live Oak,Comté de Live Oak,Condado de Live Oak,Condado han Live Oak,Contea di Live Oak,Hrabstwo Live Oak,Lajv Ouk,Lajv-Oak,Lajv-Ouk,Layv Ok srjan,Live Oak,Live Oak Comitatus,Live Oak Kun,Live Oak Kūn,Live Oak konderria,Live Oak megye,Okrug Lajv Ouk,Quan Live Oak,Quận Live Oak,la'ibha oka ka'unti,lai fu ou ke xian,mqatʿt layf awk,raibuoku jun,shhrstan layw awk  tgzas,Лайв Оук,Лайв-Оак,Лайв-Оук,Округ Лајв Оук,Լայվ Օկ շրջան,شهرستان لایو اوک، تگزاس,لائیو آک کاؤنٹی,لائیو اوک کاؤنٹی، ٹیکساس,مقاطعة لايف اوك,লাইভ ওক কাউন্টি,ライブオーク郡,來弗歐克縣		US	TX	297	11531	America/Chicago
4707196	Llano County	llano-county	Comitatul Llano,Comte de Llano,Comté de Llano,Condado de Llano,Condado han Llano,Contea di Llano,Hrabstwo Llano,Lano,Lano srjan,Llano,Llano Comitatus,Llano Kun,Llano Kūn,Llano konderria,Llano megye,Okrug Lano,Quan Llano,Quận Llano,la nuo xian,lano ka'unti,mqatʿt lanw,ryano jun,shhrstan lanw  tgzas,Лано,Ллано,Округ Лано,Լանո շրջան,شهرستان لانو، تگزاس,للانو کاؤنٹی,للانو کاؤنٹی، ٹیکساس,مقاطعة لانو,লানো কাউন্টি,リャノ郡,拉諾縣		US	TX	299	19301	America/Chicago
4708691	Madison County	madison-county	Comitatul Madison,Comte de Madison,Comté de Madison,Condado de Madison,Condado han Madison,Contea di Madison,Hrabstwo Madison,Madison,Madison Comitatus,Madison Kun,Madison Kūn,Madison konderria,Madison megye,Madison srjan,Medison,Medisun,Mehdison,Okrug Medison,Quan Madison,Quận Madison,madison jun,mai di xun xian,medisana ka'unti,mqatʿt madyswn,shhrstan mdyswn  tgzas,Медисън,Медісон,Мэдисон,Округ Медисон,Մադիսոն շրջան,شهرستان مدیسون، تگزاس,مقاطعة ماديسون,میڈیسن کاؤنٹی، ٹیکساس,মেডিশন কাউন্টি,マディソン郡,麥迪遜縣		US	TX	313	13664	America/Chicago
4709165	Marion County	marion-county	Comitatul Marion,Comte de Marion,Comté de Marion,Condado de Marion,Condado han Marion,Contea di Marion,Hrabstwo Marion,Marion,Marion Comitatus,Marion Kun,Marion Kūn,Marion konderria,Marion megye,Marion srjan,Marioni maakond,Mariun,Mehrion,Merion,Okrug Marion,Quan Marion,Quận Marion,ma li ang xian,mari'ona ka'unti,marion jun,mqatʿt marywn,shhrstan mryn  tgzas,Мариън,Меріон,Мэрион,Округ Марион,Մարիոն շրջան,شهرستان مرین، تگزاس,ماریون کاؤنٹی، ٹیکساس,مقاطعة ماريون,میرین کاؤنٹی، ٹیکساس,মারিওন কাউন্টি,マリオン郡,馬里昂縣		US	TX	315	10546	America/Chicago
4709509	Mason County	mason-county	Comitatul Mason,Comte de Mason,Comté de Mason,Condado de Mason,Condado han Mason,Contea di Mason,Hrabstwo Mason,Mason,Mason Comitatus,Mason Kun,Mason Kūn,Mason konderria,Mason megye,Mason srjan,Mejson,Mejsun,Okrug Mejson,Quan Mason,Quận Mason,mei sen xian,mesana ka'unti,meson jun,mqatʿt maswn,shhrstan maswn  tgzas,Мейсон,Мейсън,Округ Мејсон,Մասոն շրջան,شهرستان ماسون، تگزاس,مقاطعة ماسون,میسن کاؤنٹی، ٹیکساس,মেশন কাউন্টি,メーソン郡,梅森縣		US	TX	319	4012	America/Chicago
4709580	Matagorda County	matagorda-county	Comitatul Matagorda,Comte de Matagorda,Comté de Matagorda,Condado de Matagorda,Condado han Matagorda,Contea di Matagorda,Hrabstwo Matagorda,Matagorda,Matagorda Comitatus,Matagorda Kun,Matagorda Kūn,Matagorda konderria,Matagorda megye,Matagorda srjan,Okrug Matagorda,Quan Matagorda,Quận Matagorda,ma ta ge da xian,matagorda ka'unti,matagoruda jun,mqatʿt mataghwrda,shhrstan matagwrda  tgzas,Матагорда,Округ Матагорда,Մատագորդա շրջան,شهرستان ماتاگوردا، تگزاس,ماٹاگوردا کاؤنٹی,مقاطعة ماتاغوردا,میٹاگورڈا کاؤنٹی، ٹیکساس,মাতাগোর্ডা কাউন্টি,マタゴルダ郡,馬塔哥達縣		US	TX	321	36702	America/Chicago
4709977	McCulloch County	mcculloch-county	Comitatul McCulloch,Comte de McCulloch,Comté de McCulloch,Condado de McCulloch,Condado han McCulloch,Contea di McCulloch,Hrabstwo McCulloch,Mak-Kalokh,Makkalokh,Makkuluk,McCulloch,McCulloch Comitatus,McCulloch County,McCulloch Kun,McCulloch Kūn,McCulloch konderria,McCulloch megye,McCullough County,Okrug Makalok,Quan McCulloch,Quận McCulloch,mai ka luo ke xian,makarokku jun,mqatʿt mkkwlwk,myakakulloca ka'unti,Мак-Калох,Маккалох,Маккълък,Округ Макалок,Մակ-Քալոխ շրջան,شهرستان مک‌کلاچ، تگزاس,مقاطعة مككولوك,مککلوچ کاؤنٹی,مککولک کاؤنٹی، ٹیکساس,ম্যাককুল্লোচ কাউন্টি,マカロック郡,麥卡洛克縣		US	TX	307	8283	America/Chicago
4710229	McLennan County	mclennan-county	Comitatul McLennan,Comte de McLennan,Comté de McLennan,Condado de McLennan,Condado han McLennan,Contea di McLennan,Hrabstwo McLennan,Mak-Lenan srjan,Mak-Lennan,Maklenan,Maklennan,McLennan,McLennan Comitatus,McLennan Kun,McLennan Kūn,McLennan konderria,McLennan megye,Okrug Maklenan,Quan McLennan,Quận McLennan,mai ke lun nan xian,makurenan jun,mqatʿt mklynan,myakalinnana ka'unti,Мак-Леннан,Макленан,Макленнан,Округ Макленан,Մակ-Լենան շրջան,شهرستان مک‌لنن، تگزاس,مقاطعة مكلينان,مکلینان کاؤنٹی,مکلینن کاؤنٹی، ٹیکساس,ম্যাকলিন্নান কাউন্টি,マクレナン郡,麦克伦南县		US	TX	309	234906	America/Chicago
4710259	McMullen County	mcmullen-county	Comitatul McMullen,Comte de McMullen,Comté de McMullen,Condado de McMullen,Condado han McMullen,Contea di McMullen,Hrabstwo McMullen,Mak-Mallen,Mak-Mulen srjan,Makmallen,Makmulen,McMullen,McMullen Comitatus,McMullen Kun,McMullen Kūn,McMullen konderria,McMullen megye,Okrug Makmalen,Quan McMullen,Quận McMullen,mai ke ma lun xian,makumaren jun,myakamullena ka'unti,Мак-Маллен,Макмаллен,Макмълен,Округ Макмален,Մակ-Մուլեն շրջան,شهرستان مک‌مولن، تگزاس,مقاطعة مكمولين,مکملن کاؤنٹی,مکمولن کاؤنٹی، ٹیکساس,ম্যাকমুল্লেন কাউন্টি,マクマレン郡,麥克馬倫縣		US	TX	311	707	America/Chicago
4710490	Medina County	medina-county	Comitatul Medina,Comte de Medina,Comté de Medina,Condado de Medina,Condado han Medina,Contea di Medina,Hrabstwo Medina,Medina,Medina Comitatus,Medina Kun,Medina Kūn,Medina konderria,Medina maakond,Medina megye,Medina srjan,Okrug Medina,Quan Medina,Quận Medina,medina jun,medina ka'unti,mei di na xian,mqatʿt mdynt,shhrstan mdyna  tgzas,Медина,Округ Медина,Մեդինա շրջան,شهرستان مدینا، تگزاس,مدینہ کاؤنٹی,مدینہ کاؤنٹی، ٹیکساس,مقاطعة مدينة,মেডিনা কাউন্টি,メディナ郡,梅迪納縣		US	TX	325	46006	America/Chicago
4710698	Menard County	menard-county	Comitatul Menard,Comte de Menard,Comté de Menard,Condado de Menard,Condado han Menard,Contea di Menard,Hrabstwo Menard,Menard,Menard Comitatus,Menard Kun,Menard Kūn,Menard konderria,Menard megye,Menard srjan,Menardi maakond,Menurd,Okrug Menard,Quan Menard,Quận Menard,menado jun,menarda ka'unti,mo na de xian,mqatʿt mynard,shhrstan mnard  tgzas,Менард,Менърд,Округ Менард,Մենարդ շրջան,شهرستان منارد، تگزاس,مقاطعة مينارد,منارڈ کاؤنٹی، ٹیکساس,مینارڈ کاؤنٹی، ٹیکساس,মেনার্ড কাউন্টি,メナード郡,默納德縣		US	TX	327	2242	America/Chicago
4711286	Milam County	milam-county	Comitatul Milam,Comte de Milam,Comté de Milam,Condado de Milam,Condado han Milam,Contea di Milam,Hrabstwo Milam,Majlam,Majlem,Maylem srjan,Milam,Milam Comitatus,Milam Kun,Milam Kūn,Milam konderria,Milam megye,Milum,Okrug Majlam,Quan Milam,Quận Milam,mi la mu xian,milama ka'unti,miramu jun,mqatʿt mylam,shhrstan mylam  tgzas,Майлам,Майлем,Милъм,Округ Мајлам,Մայլեմ շրջան,شهرستان میلام، تگزاس,مقاطعة ميلام,ملام کاؤنٹی,میلم کاؤنٹی، ٹیکساس,মিলাম কাউন্টি,ミラム郡,米拉姆縣		US	TX	331	24757	America/Chicago
4711560	Mills County	mills-county	Comitatul Mills,Comte de Mills,Comté de Mills,Condado de Mills,Condado han Mills,Contea di Mills,Hrabstwo Mills,Mills,Mills Comitatus,Mills Kun,Mills Kūn,Mills konderria,Mills megye,Millsi maakond,Mils,Mils srjan,Okrug Mils,Quan Mills,Quận Mills,mi er si xian,milasa ka'unti,miruzu jun,mqatʿt mylz,shhrstan mylz  tgzas,Миллс,Милс,Міллс,Округ Милс,Միլս շրջան,شهرستان میلز، تگزاس,مقاطعة ميلز,ملز کاؤنٹی,ملز کاؤنٹی، ٹیکساس,মিলস কাউন্টি,ミルズ郡,米爾斯縣		US	TX	333	4936	America/Chicago
4711974	Montague County	montague-county	Comitatul Montague,Comte de Montague,Comté de Montague,Condado de Montague,Condado han Montague,Contea di Montague,Hrabstwo Montague,Montagju,Montague,Montague Comitatus,Montague Kun,Montague Kūn,Montague konderria,Montague megye,Montegyu srjan,Montejg,Okrug Montejg,Quan Montague,Quận Montague,mantaga ka'unti,meng ta gu xian,montagyu jun,mqatʿt mwntagh,shhrstan mwntag  tgzas,Монтагю,Монтейг,Округ Монтејг,Մոնտեգյու շրջան,شهرستان مونتاگ، تگزاس,مانٹیگیو کاؤنٹی، ٹیکساس,مقاطعة مونتاغ,مونٹاگ کاؤنٹی,মন্টাগ কাউন্টি,モンタギュー郡,蒙塔古縣		US	TX	337	19719	America/Chicago
4712041	Montgomery County	montgomery-county	Comitatul Montgomery,Comte de Montgomery,Comté de Montgomery,Condado de Montgomery,Condado han Montgomery,Contea di Montgomery,Hrabstwo Montgomery,Montgomeri,Montgomery,Montgomery Comitatus,Montgomery Kun,Montgomery Kūn,Montgomery konderria,Montgomery megye,Montgomuri,Motgomeri srjan,Okrug Montgomeri,Quan Montgomery,Quận Montgomery,mantagomeri ka'unti,meng ge ma li xian,mongomeri jun,mqatʿt mwntghwmry,shhrstan mwntgwmry  tgzas,Монтгомери,Монтгомері,Монтгомъри,Округ Монтгомери,Մոտգոմերի շրջան,شهرستان مونتگومری، تگزاس,مقاطعة مونتغومري,مونٹگمری کاؤنٹی، ٹیکساس,مونٹگومری کاؤنٹی، ٹیکساس,মন্টগোমেরী কাউন্টি,モンゴメリー郡,蒙哥馬利縣		US	TX	339	455746	America/Chicago
4712390	Morris County	morris-county	Comitatul Morris,Comte de Morris,Comté de Morris,Condado de Morris,Condado han Morris,Contea di Morris,Hrabstwo Morris,Moris,Moris srjan,Morris,Morris Comitatus,Morris Kun,Morris Kūn,Morris konderria,Morris megye,Okrug Moris,Quan Morris,Quận Morris,marisa ka'unti,mo li si xian,morisu jun,mqatʿt mwrys,shhrstan mwrys  tgzas,Морис,Моррис,Морріс,Округ Морис,Մորիս շրջան,شهرستان موریس، تگزاس,مقاطعة موريس,مورس کاؤنٹی، ٹیکساس,মরিস কাউন্টি,モリス郡,摩里斯縣		US	TX	343	12934	America/Chicago
4713738	Nacogdoches County	nacogdoches-county	Comitatul Nacogdoches,Comte de Nacogdoches,Comté de Nacogdoches,Condado de Nacogdoches,Condado han Nacogdoches,Contea di Nacogdoches,Hrabstwo Nacogdoches,Nacogdoches,Nacogdoches Comitatus,Nacogdoches Kun,Nacogdoches Kūn,Nacogdoches konderria,Nacogdoches megye,Nakodoches,Nakudochis,Okrug Nakodoches,Quan Nacogdoches,Quận Nacogdoches,mqatʿt nykwdwshyz,na ke duo qi si xian,nakadochesu jun,nakogadocesa ka'unti,shhrstan nakwdwchz  tgzas,Накодочес,Накъдочис,Округ Накодочес,Նակոդոչես շրջան,شهرستان ناکودوچز، تگزاس,مقاطعة نيكودوشيز,نوکاگڈوچس کاؤنٹی,نیکوگڈوچیس کاؤنٹی، ٹیکساس,নাকোগডোচেস কাউন্টি,ナカドーチェス郡,納科多奇斯縣		US	TX	347	64524	America/Chicago
4713849	Navarro County	navarro-county	Comitatul Navarro,Comte de Navarro,Comté de Navarro,Condado de Navarro,Condado han Navarro,Contea di Navarro,Hrabstwo Navarro,Navaro,Navaro srjan,Navarro,Navarro Comitatus,Navarro Kun,Navarro Kūn,Navarro konderria,Navarro megye,Okrug Navaro,Quan Navarro,Quận Navarro,mqatʿt nafarw,na wa luo xian,nabaro jun,nabharo ka'unti,shhrstan nawarw  tgzas,Наваро,Наварро,Округ Наваро,Նավարո շրջան,شهرستان ناوارو، تگزاس,مقاطعة نافارو,ناوارو کاؤنٹی,ناوارو کاؤنٹی، ٹیکساس,নাভারো কাউন্টি,ナバロ郡,納瓦羅縣		US	TX	349	47735	America/Chicago
4714720	Newton County	newton-county	Comitatul Newton,Comte de Newton,Comté de Newton,Condado de Newton,Condado han Newton,Contea di Newton,Hrabstwo Newton,N'juton,Newton,Newton Comitatus,Newton Kun,Newton Kūn,Newton konderria,Newton megye,Njutun,Nyuton srjan,Okrug NJuton,Quan Newton,Quận Newton,mqatʿt nywtn,ni'utana ka'unti,niu dun xian,nyuton jun,shhrstan nywtwn  tgzas,Ньютон,Нютън,Округ Њутон,Նյուտոն շրջան,شهرستان نیوتون، تگزاس,مقاطعة نيوتن,نیوٹن کاؤنٹی,نیوٹن کاؤنٹی، ٹیکساس,নিউটন কাউন্টি,ニュートン郡,牛頓縣		US	TX	351	14445	America/Chicago
4715635	Nueces County	nueces-county	Comitatul Nueces,Comte de Nueces,Comté de Nueces,Condado de Nueces,Condado han Nueces,Contea di Nueces,Hrabstwo Nueces,Njuejsis,Njueses,Nueces,Nueces Comitatus,Nueces Kun,Nueces Kūn,Nueces konderria,Nueces megye,Nuecesi maakond,Nuehses,Nueses srjan,Okrug Nueses,Quan Nueces,Quận Nueces,mqatʿt nwysyz,nu ai sai si xian,nusesa ka'unti,nyuesesu jun,shhrstan nwyss  tgzas,Нуэсес,Нюейсис,Нюесес,Округ Нуесес,Նուեսես շրջան,شهرستان نویسس، تگزاس,مقاطعة نويسيز,نوئسیس کاؤنٹی، ٹیکساس,نیوکس کاؤنٹی,নুসেস কাউন্টি,ニュエセス郡,努埃塞斯縣		US	TX	355	340223	America/Chicago
4716826	Orange County	orange-county	Comte d'Orange,Comté d'Orange,Orange		US	TX	361	81837	America/Chicago
4717377	Palo Pinto County	palo-pinto-county	Comitatul Palo Pinto,Comte de Palo Pinto,Comté de Palo Pinto,Condado de Palo Pinto,Condado han Palo Pinto,Contea di Palo Pinto,Hrabstwo Palo Pinto,Okrug Palo Pinto,Palo Pinto,Palo Pinto Comitatus,Palo Pinto Kun,Palo Pinto Kūn,Palo Pinto konderria,Palo Pinto megye,Palo-Pinto,Quan Palo Pinto,Quận Palo Pinto,mqatʿt balw byntw,pa luo ping tuo xian,palo pinto ka'unti,paropinto jun,shhrstan palw pyntw  tgzas,Округ Пало Пинто,Пало Пинто,Пало-Пинто,Пало-Пінто,Փալո Փինտո շրջան,شهرستان پالو پینتو، تگزاس,مقاطعة بالو بينتو,پالو پنٹو کاؤنٹی,پالو پنٹو کاؤنٹی، ٹیکساس,পালো পিন্টো কাউন্টি,パロピント郡,帕洛平托縣		US	TX	363	28111	America/Chicago
4717434	Panola County	panola-county	Comitatul Panola,Comte de Panola,Comté de Panola,Condado de Panola,Condado han Panola,Contea di Panola,Hrabstwo Panola,Okrug Panola,Panola,Panola Comitatus,Panola Kun,Panola Kūn,Panola konderria,Panola maakond,Panola megye,Quan Panola,Quận Panola,mqatʿt banwla,pa nuo la xian,panola ka'unti,panora jun,shhrstan panwla  tgzas,Округ Панола,Панола,Փանոլա շրջան,شهرستان پانولا، تگزاس,مقاطعة بانولا,پانولا کاؤنٹی,پینولا کاؤنٹی، ٹیکساس,পানোলা কাউন্টি,パノラ郡,帕諾拉縣		US	TX	365	23796	America/Chicago
4717644	Parker County	parker-county	Comitatul Parker,Comte de Parker,Comté de Parker,Condado de Parker,Condado han Parker,Contea di Parker,Hrabstwo Parker,Kantono Parker,Okrug Parker,Parker,Parker Comitatus,Parker Kun,Parker Kūn,Parker konderria,Parker megye,Parkeri maakond,Parkur,Quan Parker,Quận Parker,mqatʿt barkr,pa ke xian,paka jun,parkara ka'unti,shhrstan parkr  tgzas,Округ Паркер,Паркер,Паркър,Փարկեր շրջան,شهرستان پارکر، تگزاس,مقاطعة باركر,پارکر کاؤنٹی,پارکر کاؤنٹی، ٹیکساس,পার্কার কাউন্টি,パーカー郡,帕克縣		US	TX	367	116927	America/Chicago
4719903	Polk County	polk-county	Comitatul Polk,Comte de Polk,Comté de Polk,Condado de Polk,Condado han Polk,Contea di Polk,Hrabstwo Polk,Okrug Polk,Polk,Polk Comitatus,Polk Kun,Polk Kūn,Polk konderria,Polk megye,Quan Polk,Quận Polk,bo er ke xian,mqatʿt bwlk,poku jun,polka ka'unti,shhrstan pwlk  tgzas,Округ Полк,Полк,Փոլկ շրջան,شهرستان پولک، تگزاس,مقاطعة بولك,پولک کاؤنٹی، ٹیکساس,پوک کاؤنٹی، ٹیکساس,পোল্ক কাউন্টি,ポーク郡,波爾克縣		US	TX	373	45413	America/Chicago
4721307	Rains County	rains-county	Comitatul Rains,Comte de Rains,Comté de Rains,Condado de Rains,Condado han Rains,Contea di Rains,Hrabstwo Rains,Okrug Rejns,Quan Rains,Quận Rains,Rains,Rains Comitatus,Rains Kun,Rains Kūn,Rains konderria,Rains megye,Rehjns,Rejns,Reyns srjan,lei en si xian,mqatʿt rynz,re'inasa ka'unti,reinzu jun,shhrstan ryns  tgzas,Округ Рејнс,Рейнс,Рэйнс,Ռեյնս շրջան,رینز کاؤنٹی,رینز کاؤنٹی، ٹیکساس,شهرستان رینس، تگزاس,مقاطعة رينز,রেইনস কাউন্টি,レインズ郡,雷恩斯縣		US	TX	379	10914	America/Chicago
4721747	Real County	real-county	Comitatul Real,Comte de Real,Comté de Real,Condado de Real,Condado han Real,Contea di Real,Hrabstwo Real,Okrug Riol,Quan Real,Quận Real,Real,Real Comitatus,Real Kun,Real Kūn,Real konderria,Real megye,Riehl,Ril srjan,lei ya er xian,mqatʿt ryl,riaru jun,riyela ka'unti,shhrstan ryal  tgzas,Округ Риол,Реал,Риэл,Ռիլ շրջան,رئیل کاؤنٹی، ٹیکساس,ریل کاؤنٹی,شهرستان رئال، تگزاس,مقاطعة ريل,রিয়েল কাউন্টি,リアル郡,雷亞爾縣		US	TX	385	3309	America/Chicago
4721949	Red River County	red-river-county	Comitatul Red River,Comte de Red River,Comté de Red River,Condado de Red River,Condado han Red River,Contea di Red River,Hrabstwo Red River,Okrug Red River,Quan Red River,Quận Red River,Red River,Red River Comitatus,Red River Kun,Red River Kūn,Red River konderria,Red River megye,Red River srjan,Red Rivur,Red-River,hong he xian,mqatʿt ryd ryfr,reda ribhara ka'unti,reddoriba jun,shhrstan rd rywr  tgzas,Округ Ред Ривер,Ред Ривър,Ред-Ривер,Ред-Рівер,Ռեդ Ռիվեր շրջան,ریڈ روور کاؤنٹی,ریڈ ریور کاؤنٹی، ٹیکساس,شهرستان رد ریور، تگزاس,مقاطعة ريد ريفر,রেড রিভার কাউন্টি,レッドリバー郡,紅河縣		US	TX	387	12860	America/Chicago
4736982	Titus County	titus-county	Comitatul Titus,Comte de Titus,Comté de Titus,Condado de Titus,Condado han Titus,Contea di Titus,Hrabstwo Titus,Okrug Tajtus,Quan Titus,Quận Titus,Tajtus,Titus,Titus Comitatus,Titus Kun,Titus Kūn,Titus konderria,Titus megye,mqatʿt taytws,shhrstan tytws  tgzas,tai te si xian,taitasu jun,titusa ka'unti,Округ Тајтус,Тайтус,Тайтъс,Թիտուս շրջան,شهرستان تیتوس، تگزاس,مقاطعة تايتوس,ٹائٹس کاؤنٹی، ٹیکساس,ٹٹس کاؤنٹی,টিটুস কাউন্টি,タイタス郡,泰特斯縣		US	TX	449	32334	America/Chicago
4722147	Refugio County	refugio-county	Comitatul Refugio,Comte de Refugio,Comté de Refugio,Condado de Refugio,Condado han Refugio,Contea di Refugio,Hrabstwo Refugio,Okrug Refjurio,Quan Refugio,Quận Refugio,Refjurio,Refugio,Refugio Comitatus,Refugio Kun,Refugio Kūn,Refugio konderria,Refugio megye,Refukhio,Refuxio srjan,li fei ji ao xian,mqatʿt ryftwjyw,refu~yurio jun,riphuji'u ka'unti,shhrstan rfjyw  tgzas,Округ Рефјурио,Рефухио,Рефухіо,Рефюрио,Ռեֆուխիո շրջան,ریفوجیو کاؤنٹی، ٹیکساس,ریفیوجیو کاؤنٹی,شهرستان رفجیو، تگزاس,مقاطعة ريفتوجيو,রিফুজিউ কাউন্টি,レフュリオ郡,里菲吉奧縣		US	TX	391	7383	America/Chicago
4723147	Robertson County	robertson-county	Comitatul Robertson,Comte de Robertson,Comté de Robertson,Condado de Robertson,Condado han Robertson,Contea di Robertson,Hrabstwo Robertson,Okrug Robertson,Quan Robertson,Quận Robertson,Robertson,Robertson Comitatus,Robertson Kun,Robertson Kūn,Robertson konderria,Robertson megye,Robertson srjan,Roburtsun,luo bo sen xian,mqatʿt rwbrtswn,rabartasana ka'unti,robatoson jun,shhrstan rabrtswn  tgzas,Округ Робертсон,Робертсон,Робъртсън,Ռոբերտսոն շրջան,رابرٹسن کاؤنٹی، ٹیکساس,شهرستان رابرتسون، تگزاس,مقاطعة روبرتسون,রবার্টসন কাউন্টি,ロバートソン郡,羅伯森縣		US	TX	395	16622	America/Chicago
4723410	Rockwall County	rockwall-county	Comitatul Rockwall,Comte de Rockwall,Comté de Rockwall,Condado de Rockwall,Condado han Rockwall,Contea di Rockwall,Hrabstwo Rockwall,Okrug Rokvol,Quan Rockwall,Quận Rockwall,Rockwall,Rockwall Comitatus,Rockwall Kun,Rockwall Kūn,Rockwall konderria,Rockwall megye,Rockwalli maakond,Rokuol,Rokuoll,Rokvoll,luo ke wo er xian,mqatʿt rwkwwl,rakaraala ka'unti,rokkuu~oru jun,Округ Роквол,Рокволл,Рокуол,Рокуолл,Ռոքուոլ շրջան,راکوال کاؤنٹی,راکوال کاؤنٹی، ٹیکساس,شهرستان راک‌وال، تگزاس,مقاطعة روكوول,রকৱাল কাউন্টি,ロックウォール郡,羅克沃爾縣		US	TX	397	78337	America/Chicago
4724312	Runnels County	runnels-county	Comitatul Runnels,Comte de Runnels,Comté de Runnels,Condado de Runnels,Condado han Runnels,Contea di Runnels,Hrabstwo Runnels,Okrug Ranels,Quan Runnels,Quận Runnels,Ranels srjan,Rannels,Runnels,Runnels Comitatus,Runnels Kun,Runnels Kūn,Runnels konderria,Runnels megye,Runuls,lan na er si xian,mqatʿt rwnlz,raneruzu jun,rannelasa ka'unti,Округ Ранелс,Раннелс,Рънълс,Ռանելս շրջան,رنلز کاؤنٹی,رونیلز کاؤنٹی، ٹیکساس,مقاطعة رونلز,রান্নেলস কাউন্টি,ラネルズ郡,兰纳尔斯县		US	TX	399	10501	America/Chicago
4724363	Rusk County	rusk-county	Comitatul Rusk,Comte de Rusk,Comté de Rusk,Condado de Rusk,Condado han Rusk,Contea di Rusk,Hrabstwo Rusk,Kantono Rusk,Okrug Rask,Quan Rusk,Quận Rusk,Rask,Rask srjan,Rusk,Rusk Comitatus,Rusk Kun,Rusk Kūn,Rusk konderria,Rusk megye,Ruski maakond,la si ke xian,mqatʿt rwsk,raska ka'unti,rasuku jun,shhrstan rask  tgzas,Округ Раск,Раск,Ръск,Ռասկ շրջան,رسک کاؤنٹی,رسک کاؤنٹی، ٹیکساس,شهرستان راسک، تگزاس,مقاطعة روسك,রাস্ক কাউন্টি,ラスク郡,臘斯克縣		US	TX	401	53330	America/Chicago
4724540	Sabine County	sabine-county	Comitatul Sabine,Comte de Sabine,Comté de Sabine,Condado de Sabine,Condado han Sabine,Contea di Sabine,Hrabstwo Sabine,Okrug Sabin,Quan Sabine,Quận Sabine,Sabin,Sabin srjan,Sabine,Sabine Comitatus,Sabine Kun,Sabine Kūn,Sabine konderria,Sabine megye,mqatʿt sabyn,sabin jun,sabine ka'unti,sha bin xian,shhrstan sbyn  tgzas,Округ Сабин,Сабин,Сабін,Սաբին շրջան,سابین کاؤنٹی,سابین کاؤنٹی، ٹیکساس,شهرستان سبین، تگزاس,مقاطعة سابين,সাবিনে কাউন্টি,サビーン郡,沙賓縣		US	TX	403	10834	America/Chicago
4726259	San Augustine County	san-augustine-county	Comitatul San Augustine,Comte de San Augustine,Comté de San Augustine,Condado de San Augustine,Condado han San Augustine,Contea di San Augustine,Hrabstwo San Augustine,Okrug San Ogastin,Quan San Augustine,Quận San Augustine,San Augustine,San Augustine Comitatus,San Augustine Kun,San Augustine Kūn,San Augustine konderria,San Augustine megye,San Ogustin,San Ogustin srjan,San-Avgustin,San-Ogastin,mqatʿt san awghstyn,san'ogasutin jun,sana agastina ka'unti,sheng ao gu si ding xian,shhrstan sn agwstyn  tgzas,Округ Сан Огастин,Сан Огустин,Сан-Августин,Сан-Огастин,Սան Օգուստին շրջան,سان آگسٹین کاؤنٹی، ٹیکساس,سان اگسٹین کاؤنٹی,شهرستان سن آگوستین، تگزاس,مقاطعة سان أوغستين,সান আগষ্টিন কাউন্টি,サンオーガスティン郡,聖奧古斯丁縣		US	TX	405	8865	America/Chicago
4726377	San Jacinto County	san-jacinto-county	Comitatul San Jacinto,Comte de San Jacinto,Comté de San Jacinto,Condado de San Jacinto,Condado han San Jacinto,Contea di San Jacinto,Hrabstwo San Jacinto,Okrug San DZasinto,Quan San Jacinto,Quận San Jacinto,San Jacinto,San Jacinto Comitatus,San Jacinto Kun,San Jacinto Kūn,San Jacinto konderria,San Jacinto megye,San Khasinto,San Xasinto srjan,San-Dzhesinto,San-Khasinto,mqatʿt san hasyntw,sana jasinto ka'unti,sanjashinto jun,sheng ha xin tuo xian,shhrstan sn jasyntw  tgzas,Округ Сан Џасинто,Сан Хасинто,Сан-Джесінто,Сан-Хасинто,Սան Խասինտո շրջան,سان جاسنٹو کاؤنٹی، ٹیکساس,سان جاکنتو کاؤنٹی,شهرستان سن جاسینتو، تگزاس,مقاطعة سان هاسينتو,সান জাসিন্টো কাউন্টি,サンジャシント郡,聖哈辛托縣		US	TX	407	26384	America/Chicago
4726521	San Patricio County	san-patricio-county	Comitatul San Patricio,Comte de San Patricio,Comté de San Patricio,Condado de San Patricio,Condado han San Patricio,Contea di San Patricio,Hrabstwo San Patricio,Okrug San Patrishio,Quan San Patricio,Quận San Patricio,San Patricio,San Patricio Comitatus,San Patricio Kun,San Patricio Kūn,San Patricio konderria,San Patricio megye,San Patrisio,San Patrisio srjan,San-Patrisio,mqatʿt san batryshyw,sana patrisiya ka'unti,sanpatorishio jun,sheng pa te li xi ao xian,shhrstan sn patrysyw  tgzas,Округ Сан Патришио,Сан Патрисио,Сан-Патрисио,Сан-Патрисіо,Սան Պատրիսիո շրջան,سان پاٹریچیو کاؤنٹی,سان پیٹریکیو کاؤنٹی، ٹیکساس,شهرستان سن پاتریسیو، تگزاس,مقاطعة سان باتريشيو,সান পাট্রিসিয় কাউন্টি,サンパトリシオ郡,聖帕特里西奧縣		US	TX	409	64804	America/Chicago
4762187	Greene County	greene-county	Comitatul Greene,Comte de Greene,Comté de Greene,Condado de Greene,Condado han Greene,Contea di Greene,Greene,Greene Kun,Greene Kūn,Greene konderria,Greene megye,Grijn,Grin,Hrabstwo Greene,Okrug Grin,Quan Greene,Quận Greene,ge lin xian,grini ka'unti,gurin jun,shhrstan gryn  wyrjynya,Грийн,Грин,Округ Грин,Ґрін,شهرستان گرین، ویرجینیا,مقاطعة غرين,گرین کاؤنٹی، ورجینیا,গ্রীনি কাউন্টি,グリーン郡,格林縣		US	VA	079	18403	America/New_York
4726585	San Saba County	san-saba-county	Comitatul San Saba,Comte de San Saba,Comté de San Saba,Condado de San Saba,Condado han San Saba,Contea di San Saba,Hrabstwo San Saba,Okrug San Saba,Quan San Saba,Quận San Saba,San Saba,San Saba Comitatus,San Saba Kun,San Saba Kūn,San Saba konderria,San Saba maakond,San Saba megye,San Saba srjan,San-Saba,mqatʿt san saba,sana saba ka'unti,sansaba jun,sheng sa ba xian,shhrstan sn saba  tgzas,Округ Сан Саба,Сан Саба,Сан-Саба,Սան Սաբա շրջան,سان سابا کاؤنٹی,سان سابا کاؤنٹی، ٹیکساس,شهرستان سن سابا، تگزاس,مقاطعة سان سابا,সান সাবা কাউন্টি,サンサバ郡,聖薩巴縣		US	TX	411	6131	America/Chicago
4727962	Shackelford County	shackelford-county	Comitatul Shackelford,Comte de Shackelford,Comté de Shackelford,Condado de Shackelford,Condado han Shackelford,Contea di Shackelford,Hrabstwo Shackelford,Okrug Sheklford,Quan Shackelford,Quận Shackelford,Shackelford,Shackelford Comitatus,Shackelford County,Shackelford Kun,Shackelford Kūn,Shackelford konderria,Shackelford megye,Shackleford County,Shakulford,Shekelford,Sheklford,mqatʿt shaklfwrd,sakelaphorda ka'unti,sha ke er fu de xian,shakkurufodo jun,Округ Шеклфорд,Шакълфорд,Шекелфорд,Шеклфорд,Շեքելֆորդ շրջան,شیکلفورڈ کاؤنٹی,شیکلفورڈ کاؤنٹی، ٹیکساس,مقاطعة شاكلفورد,শাকেলফোর্ড কাউন্টি,シャックルフォード郡,沙克爾福德縣		US	TX	417	3378	America/Chicago
4728231	Shelby County	shelby-county	Comitatul Shelby,Comte de Shelby,Comté de Shelby,Condado de Shelby,Condado han Shelby,Contea di Shelby,Hrabstwo Shelby,Okrug Shelbi,Quan Shelby,Quận Shelby,Selbi srjan,Shelbi,Shelby,Shelby Comitatus,Shelby Kun,Shelby Kūn,Shelby konderria,Shelby megye,mqatʿt shylby,selabi ka'unti,sherubi jun,shhrstan shlby  tgzas,xie er bi xian,Округ Шелби,Шелби,Шелбі,Շելբի շրջան,شهرستان شلبی، تگزاس,شیلبی کاؤنٹی، ٹیکساس,مقاطعة شيلبي,শেলবি কাউন্টি,シェルビー郡,謝爾比縣		US	TX	419	25448	America/Chicago
4729130	Smith County	smith-county	Comitatul Smith,Comte de Smith,Comté de Smith,Condado de Smith,Condado han Smith,Contea di Smith,Hrabstwo Smith,Okrug Smit,Quan Smith,Quận Smith,Smit,Smith,Smith Comitatus,Smith Kun,Smith Kūn,Smith konderria,Smith megye,mqatʿt smyth,shhrstan asmyt  tgzas,shi mi si xian,smitha ka'unti,sumisu jun,Округ Смит,Смит,Сміт,Սմիթ շրջան,سمتھ کاؤنٹی، ٹیکساس,شهرستان اسمیت، تگزاس,مقاطعة سميث,স্মিথ কাউন্টি,スミス郡,史密斯縣		US	TX	423	209714	America/Chicago
4732807	Somervell County	somervell-county	Comitatul Somervell,Comte de Somervell,Comté de Somervell,Condado de Somervell,Condado han Somervell,Contea di Somervell,Hrabstwo Somervell,Okrug Samervel,Quan Somervell,Quận Somervell,Samurvel,Somervel srjan,Somervell,Somervell Comitatus,Somervell Kun,Somervell Kūn,Somervell konderria,Somervell megye,mqatʿt swmrfyl,samarabhela ka'unti,samavu~eru jun,suo mo wei er xian,Округ Самервел,Самървел,Сомервелл,Սոմերվել շրջան,سومروول کاؤنٹی,سومرویل کاؤنٹی، ٹیکساس,مقاطعة سومرفيل,সমারভেল কাউন্টি,サマーヴェル郡,索莫威爾縣		US	TX	425	8490	America/Chicago
4734150	Starr County	starr-county	Comitatul Starr,Comte de Starr,Comté de Starr,Condado de Starr,Condado han Starr,Contea di Starr,Hrabstwo Starr,Okrug Star,Quan Starr,Quận Starr,Star,Star srjan,Starr,Starr Comitatus,Starr Kun,Starr Kūn,Starr konderria,Starr megye,mqatʿt star,shhrstan astar  tgzas,si ta er xian,stara ka'unti,suta jun,Округ Стар,Стар,Старр,Ստար շրջան,سٹار کاؤنٹی,سٹار کاؤنٹی، ٹیکساس,شهرستان استار، تگزاس,مقاطعة ستار,স্টার কাউন্টি,スター郡,斯塔爾縣		US	TX	427	60968	America/Chicago
4734326	Stephens County	stephens-county	Comitatul Stephens,Comte de Stephens,Comté de Stephens,Condado de Stephens,Condado han Stephens,Contea di Stephens,Hrabstwo Stephens,Okrug Stivens,Quan Stephens,Quận Stephens,Stephens,Stephens Comitatus,Stephens Kun,Stephens Kūn,Stephens konderria,Stephens megye,Stifens srjan,Stivens,Stivuns,mqatʿt styfynz,shhrstan astywnz  tgzas,si di fen si xian,stephenasa ka'unti,sutibunzu jun,Округ Стивенс,Стивенс,Стивънс,Стівенс,Ստիֆենս շրջան,سٹیفنز کاؤنٹی، ٹیکساس,شهرستان استیونز، تگزاس,مقاطعة ستيفينز,স্টেফেনস কাউন্টি,スティーブンズ郡,斯蒂芬斯縣		US	TX	429	9630	America/Chicago
4735638	Tarrant County	tarrant-county	Comitatul Tarrant,Comte de Tarrant,Comté de Tarrant,Condado de Tarrant,Condado han Tarrant,Contea di Tarrant,Hrabstwo Tarrant,Okrug Tarant,Quan Tarrant,Quận Tarrant,Tarrant,Tarrant Comitatus,Tarrant Kun,Tarrant Kūn,Tarrant konderria,Tarrant megye,Tarranti maakond,Tarunt,Tehrrent,mqatʿt tarant,shhrstan tarant  tgzas,ta lan te xian,taranta ka'unti,taranto jun,Округ Тарант,Таррант,Тарънт,Тэррент,Թերանտ շրջան,شهرستان تارانت، تگزاس,مقاطعة تارانت,ٹرانٹ کاؤنٹی,ٹیرینٹ کاؤنٹی، ٹیکساس,টারান্ট কাউন্টি,タラント郡,塔兰特县		US	TX	439	1809034	America/Chicago
4735729	Taylor County	taylor-county	Comitatul Taylor,Comte de Taylor,Comté de Taylor,Condado de Taylor,Condado han Taylor,Contea di Taylor,Hrabstwo Taylor,Okrug Tejlor,Quan Taylor,Quận Taylor,Taylor,Taylor Comitatus,Taylor Kun,Taylor Kūn,Taylor konderria,Taylor megye,Taylori maakond,Tejlor,Tejlur,mqatʿt taylwr,shhrstan tylwr  tgzas,tai lei xian,teira jun,Округ Тејлор,Тейлор,Тейлър,Թեյլոր շրջան,شهرستان تیلور، تگزاس,مقاطعة تايلور,ٹیلر کاؤنٹی، ٹیکساس,テイラー郡,泰勒縣		US	TX	441	131506	America/Chicago
4736742	Throckmorton County	throckmorton-county	Comitatul Throckmorton,Comte de Throckmorton,Comté de Throckmorton,Condado de Throckmorton,Condado han Throckmorton,Contea di Throckmorton,Hrabstwo Throckmorton,Okrug Trokmorton,Quan Throckmorton,Quận Throckmorton,Throckmorton,Throckmorton Comitatus,Throckmorton Kun,Throckmorton Kūn,Throckmorton konderria,Throckmorton megye,Trokmorton,Trokmortun,mqatʿt thrwkmwrtwn,shhrstan trwkmartwn  tgzas,si luo ke mo dun xian,surokkumoton jun,tharkamaratana ka'unti,Округ Трокмортон,Трокмортон,Трокмортън,Թրոկմորտոն շրջան,تھاکمورٹن کاؤنٹی,تھورکمورٹن کاؤنٹی، ٹیکساس,شهرستان تروکمارتون، تگزاس,مقاطعة ثروكمورتون,থর্কমরটন কাউন্টি,スロックモートン郡,斯羅克莫頓縣		US	TX	447	1641	America/Chicago
4778642	City of Petersburg	city-of-petersburg	Petersburg,Ville de Petersburg		US	VA	730	32420	America/New_York
4737316	Travis County	travis-county	Comitatul Travis,Comte de Travis,Comté de Travis,Condado de Travis,Condado han Travis,Contea di Travis,Hrabstwo Travis,Kantono Travis,Okrug Travis,Quan Travis,Quận Travis,Travis,Travis Comitatus,Travis Kun,Travis Kūn,Travis konderria,Travis megye,Trevis,mqatʿt trafyz,shhrstan trawys  tgzas,te la wei si xian,toravu~isu jun,trabhisa ka'unti,Округ Травис,Травис,Тревис,Тревіс,Թրևիս շրջան,شهرستان تراویس، تگزاس,مقاطعة ترافيز,ٹریوس کاؤنٹی، ٹیکساس,ٹریووس کاؤنٹی,ট্রাভিস কাউন্টি,トラヴィス郡,特拉維斯縣		US	TX	453	1024266	America/Chicago
4737562	Trinity County	trinity-county	Comitatul Trinity,Comte de Trinity,Comté de Trinity,Condado de Trinity,Condado han Trinity,Contea di Trinity,Hrabstwo Trinity,Okrug Triniti,Quan Trinity,Quận Trinity,Triniti,Trinity,Trinity Comitatus,Trinity Kun,Trinity Kūn,Trinity konderria,Trinity maakond,Trinity megye,mqatʿt trynyty,san yi xian,shhrstan trynyty  tgzas,toriniti jun,triniti ka'unti,Округ Тринити,Тринити,Триніті,Թրինիտի շրջան,شهرستان ترینیتی، تگزاس,مقاطعة ترينيتي,ٹرنٹی کاؤنٹی، ٹیکساس,ٹرینیٹی کاؤنٹی,ট্রিনিটি কাউন্টি,トリニティー郡,三一縣		US	TX	455	14585	America/Chicago
4738216	Tyler County	tyler-county	Comitatul Tyler,Comte de Tyler,Comté de Tyler,Condado de Tyler,Condado han Tyler,Contea di Tyler,Hrabstwo Tyler,Okrug Tajler,Quan Tyler,Quận Tyler,Tajler,Tajlur,Tyler,Tyler Comitatus,Tyler Kun,Tyler Kūn,Tyler konderria,Tyler megye,Tyleri maakond,mqatʿt taylr,shhrstan taylr  tgzas,tai lei xian,taira jun,te'ilara ka'unti,Округ Тајлер,Тайлер,Тайлър,Թայլոր շրջան,شهرستان تایلر، تگزاس,مقاطعة تايلر,ٹائلر کاؤنٹی، ٹیکساس,টেইলর কাউন্টি,タイラー郡,泰勒縣		US	TX	457	21766	America/Chicago
4738689	Upshur County	upshur-county	pshur,Apsher,Apshur,Apsur srjan,Comitatul Upshur,Comte d'Upshur,Comté d'Upshur,Condado de Upshur,Condado han Upshur,Contea di Upshur,Hrabstwo Upshur,Okrug Apsher,Quan Upshur,Quận Upshur,Upshur,Upshur Comitatus,Upshur Kun,Upshur Kūn,Upshur konderria,Upshur megye,Upshuri maakond,apasura ka'unti,appusha jun,e pu she xian,mqatʿt abshwr,shhrstan apshar  tgzas,Апшер,Апшур,Округ Апшер,Ъпшър,Ապշուր շրջան,اپشر کاؤنٹی، ٹیکساس,شهرستان آپشار، تگزاس,مقاطعة أبشور,আপসুর কাউন্টি,アップシャー郡,厄普舍縣		US	TX	459	39309	America/Chicago
4738723	Uvalde County	uvalde-county	Comitatul Uvalde,Comte d'Uvalde,Comté d'Uvalde,Condado de Uvalde,Condado han Uvalde,Contea di Uvalde,Hrabstwo Uvalde,Juvalde,Juvaldi,Okrug Juvaldi,Quan Uvalde,Quận Uvalde,Uvalde,Uvalde Comitatus,Uvalde Kun,Uvalde Kūn,Uvalde konderria,Uvalde megye,Yuvaldi srjan,mqatʿt ywfald,shhrstan ywwald  tgzas,ubarude jun,ubhalade ka'unti,you wa er di xian,Округ Јувалди,Ювалде,Ювалди,Յուվալդի շրջան,اووالدے کاؤنٹی,شهرستان یووالد، تگزاس,مقاطعة يوفالد,یووالڈی کاؤنٹی، ٹیکساس,উভালডে কাউন্টি,ウバルデ郡,尤瓦爾迪縣		US	TX	463	26405	America/Chicago
4738915	Van Zandt County	van-zandt-county	Comitatul Van Zandt,Comte de Van Zandt,Comté de Van Zandt,Condado de Van Zandt,Condado han Van Zandt,Contea di Van Zandt,Hrabstwo Van Zandt,Okrug Van Zant,Quan Van Zandt,Quận Van Zandt,Van Zand,Van Zandt,Van Zandt Comitatus,Van Zandt Kun,Van Zandt Kūn,Van Zandt konderria,Van Zandt megye,Van Zandt srjan,Van Zandti maakond,Van-Zand,Van-Zandt,banzanto jun,bhyana jandata ka'unti,fan zan de xian,mqatʿt fan zant,Ван Занд,Ван-Занд,Ван-Зандт,Округ Ван Зант,Վան Զանդտ շրջան,مقاطعة فان زانت,وان زانت کاؤنٹی,وین زینڈٹ کاؤنٹی، ٹیکساس,ভ্যান জান্ডট কাউন্টি,バンザント郡,范贊德縣		US	TX	467	52579	America/Chicago
4739167	Victoria County	victoria-county	Comitatul Victoria,Comte de Victoria,Comté de Victoria,Condado de Victoria,Condado han Victoria,Contea di Victoria,Hrabstwo Victoria,Okrug Viktorija,Quan Victoria,Quận Victoria,Victoria,Victoria Comitatus,Victoria Kun,Victoria Kūn,Victoria konderria,Victoria megye,Viktoria srjan,Viktorija,bhiktoriya ka'unti,bikutoria jun,mqatʿt fktwrya,shhrstan wyktwrya  tgzas,wei duo li ya xian,Виктория,Вікторія,Округ Викторија,Վիկտորիա շրջան,شهرستان ویکتوریا، تگزاس,مقاطعة فكتوريا,وکٹوریا کاؤنٹی، ٹیکساس,وکٹوریہ کاؤنٹی، ٹیکساس,ভিক্টোরিয়া কাউন্টি,ビクトリア郡,維多利亞縣		US	TX	469	86793	America/Chicago
4739690	Walker County	walker-county	Comitatul Walker,Comte de Walker,Comté de Walker,Condado de Walker,Condado han Walker,Contea di Walker,Hrabstwo Walker,Okrug Voker,Owoker srjan,Quan Walker,Quận Walker,Uoker,Uokur,Voker,Walker,Walker Comitatus,Walker Kun,Walker Kūn,Walker konderria,Walker megye,mqatʿt walkr,raakera ka'unti,shhrstan wakr  tgzas,u~oka jun,wo ke xian,Вокер,Округ Вокер,Уокер,Уокър,Ուոկեր շրջան,شهرستان واکر، تگزاس,مقاطعة والكر,واکر کاؤنٹی,واکر کاؤنٹی، ٹیکساس,ৱাকের কাউন্টি,ウォーカー郡,沃克縣		US	TX	471	67861	America/Chicago
4739804	Waller County	waller-county	Comitatul Waller,Comte de Waller,Comté de Waller,Condado de Waller,Condado han Waller,Contea di Waller,Hrabstwo Waller,Okrug Voler,Owoler srjan,Quan Waller,Quận Waller,Uoller,Uolur,Voller,Waller,Waller Comitatus,Waller Kun,Waller Kūn,Waller konderria,Waller megye,mqatʿt walr,raalera ka'unti,shhrstan walr  tgzas,u~ora jun,wo lei xian,Воллер,Округ Волер,Уоллер,Уолър,Ուոլեր շրջան,شهرستان والر، تگزاس,مقاطعة والر,والر کاؤنٹی,والر کاؤنٹی، ٹیکساس,ৱালের কাউন্টি,ウォーラー郡,沃勒縣		US	TX	473	43205	America/Chicago
4740157	Washington County	washington-county	Comitatul Washington,Comte de Washington,Comté de Washington,Condado de Washington,Condado han Washington,Contea di Washington,Hrabstwo Washington,Okrug Voshington,Quan Washington,Quận Washington,Vashington,Vasington srjan,Washington,Washington Comitatus,Washington Kun,Washington Kūn,Washington konderria,Washington megye,Washingtoni maakond,hua sheng dun xian,mqatʿt washnghtwn,raasintana ka'unti,shhrstan washyngtn  tgzas,washinton jun,Вашингтон,Округ Вошингтон,Վաշինգտոն շրջան,شهرستان واشینگتن، تگزاس,مقاطعة واشنغطون,واشنگٹن کاؤنٹی، ٹیکساس,ৱাশিংটন কাউন্টি,ワシントン郡,華盛頓縣		US	TX	477	33718	America/Chicago
4782241	City of Roanoke	city-of-roanoke	City of Roanoke,Ville de Roanoke		US	VA	770	97032	America/New_York
4740399	Webb County	webb-county	Comitatul Webb,Comte de Webb,Comté de Webb,Condado de Webb,Condado han Webb,Contea di Webb,Hrabstwo Webb,Okrug Veb,Oweb srjan,Quan Webb,Quận Webb,Ueb,Uehbb,Vebb,Webb,Webb Comitatus,Webb Coonty,Webb Kun,Webb Kūn,Webb konderria,Webb megye,Webbi maakond,mqatʿt wyb,raeba ka'unti,shhrstan wb  tgzas,u~ebu jun,wei bu xian,Вебб,Округ Веб,Уеб,Уэбб,Ուեբ շրջան,شهرستان وب، تگزاس,مقاطعة ويب,ویب کاؤنٹی,ویب کاؤنٹی، ٹیکساس,ৱেব কাউন্টি,ウェブ郡,韋布縣		US	TX	479	250304	America/Chicago
4741328	Wharton County	wharton-county	Comitatul Wharton,Comte de Wharton,Comté de Wharton,Condado de Wharton,Condado han Wharton,Contea di Wharton,Hrabstwo Wharton,Okrug Vorton,Owarton srjan,Quan Wharton,Quận Wharton,Uorton,Uortun,Varton,Wharton,Wharton Comitatus,Wharton Kun,Wharton Kūn,Wharton konderria,Wharton megye,huo dun xian,mqatʿt wartwn,rahartona ka'unti,shhrstan wartwn  tgzas,waton jun,Вартон,Округ Вортон,Уортон,Уортън,Ուարտոն շրջան,شهرستان وارتون، تگزاس,مقاطعة وارتون,وارٹن کاؤنٹی,وارٹن کاؤنٹی، ٹیکساس,ৱহার্টোন কাউন্টি,ワートン郡,霍頓縣		US	TX	481	41280	America/Chicago
4741751	Wichita County	wichita-county	Comitatul Wichita,Comte de Wichita,Comté de Wichita,Condado de Wichita,Condado han Wichita,Contea di Wichita,Hrabstwo Wichita,Okrug Vichita,Quan Wichita,Quận Wichita,Uichita,Vichita,Wichita,Wichita Comitatus,Wichita Kun,Wichita Kūn,Wichita konderria,Wichita maakond,Wichita megye,mqatʿt wytshyta,raicita ka'unti,shhrstan wychyta  tgzas,u~ichita jun,wei qi tuo xian,Вічита,Округ Вичита,Уичита,Ուիչիտա շրջան,شهرستان ویچیتا، تگزاس,مقاطعة ويتشيتا,وچیٹا کاؤنٹی,ویچیتا کاؤنٹی، ٹیکساس,ৱিচিতা কাউন্টি,ウィチタ郡,威奇托縣		US	TX	485	131500	America/Chicago
4741797	Wilbarger County	wilbarger-county	Comitatul Wilbarger,Comte de Wilbarger,Comté de Wilbarger,Condado de Wilbarger,Condado han Wilbarger,Contea di Wilbarger,Hrabstwo Wilbarger,Okrug Vilbarger,Owilbarger srjan,Quan Wilbarger,Quận Wilbarger,Uilbardzhur,Uilbarger,Vilbarger,WIB,Wilabarger County,Wilbarger,Wilbarger Comitatus,Wilbarger County,Wilbarger Kun,Wilbarger Kūn,Wilbarger konderria,Wilbarger megye,mqatʿt wylbarjr,shhrstan wylbarjr  tgzas,u'irabargera ka'unti,u~irubaga jun,wei er ba ge xian,Вілбаргер,Округ Вилбаргер,Уилбаргер,Уилбарджър,Ուիլբարգեր շրջան,شهرستان ویلبارجر، تگزاس,مقاطعة ويلبارجر,ولبارجر کاؤنٹی، ٹیکساس,ولبارگر کاؤنٹی,উইরবার্গের কাউন্টি,ウィルバーガー郡,威尔巴格县		US	TX	487	13535	America/Chicago
4741939	Willacy County	willacy-county	Comitatul Willacy,Comte de Willacy,Comté de Willacy,Condado de Willacy,Condado han Willacy,Contea di Willacy,Hrabstwo Willacy,Okrug Vilasi,Owilasi srjan,Quan Willacy,Quận Willacy,Uillasi,Uilusi,Villasi,Willacy,Willacy Comitatus,Willacy Kun,Willacy Kūn,Willacy konderria,Willacy megye,mqatʿt wylasy,shhrstan wylsy  tgzas,u'ilasi ka'unti,u~irashi jun,wei la xi xian,Вілласі,Округ Виласи,Уилласи,Уилъси,Ուիլասի շրջան,شهرستان ویلسی، تگزاس,مقاطعة ويلاسي,ولاسی کاؤنٹی,ولیسی کاؤنٹی، ٹیکساس,উইলাসি কাউন্টি,ウィラシー郡,威拉西县		US	TX	489	22134	America/Chicago
4742143	Williamson County	williamson-county	Comitatul Williamson,Comte de Williamson,Comté de Williamson,Condado de Williamson,Condado han Williamson,Contea di Williamson,Hrabstwo Williamson,Okrug Vilijamson,Quan Williamson,Quận Williamson,Uil'jamson,Uilijamsun,Vil'jamson,Vilyamson srjan,Williamson,Williamson Comitatus,Williamson Kun,Williamson Kūn,Williamson konderria,Williamson megye,mqatʿt wylyamswn,shhrstan wylyamswn  tgzas,u'iliyamasana ka'unti,u~iriamuson jun,wei lian sen xian,Вільямсон,Округ Вилијамсон,Уилиямсън,Уильямсон,Վիլյամսոն շրջան,شهرستان ویلیامسون، تگزاس,مقاطعة ويليامسون,ولیمسن کاؤنٹی، ٹیکساس,উইলিয়ামসন কাউন্টি,ウィリアムソン郡,威廉森縣		US	TX	491	422679	America/Chicago
4742425	Wilson County	wilson-county	Comitatul Wilson,Comte de Wilson,Comté de Wilson,Condado de Wilson,Condado han Wilson,Contea di Wilson,Hrabstwo Wilson,Okrug Vilson,Quan Wilson,Quận Wilson,Uilson,Uilsun,Vilson,Vilson srjan,Wilson,Wilson Comitatus,Wilson Kun,Wilson Kūn,Wilson konderria,Wilson megye,mqatʿt wylswn,shhrstan wylswn  tgzas,u'ilasana ka'unti,u~iruson jun,wei er xun xian,Вілсон,Округ Вилсон,Уилсон,Уилсън,Վիլսոն շրջան,شهرستان ویلسون، تگزاس,مقاطعة ويلسون,ولسن کاؤنٹی، ٹیکساس,উইলসন কাউন্টি,ウィルソン郡,威爾遜縣		US	TX	493	42918	America/Chicago
4742676	Wise County	wise-county	Comitatul Wise,Comte de Wise,Comté de Wise,Condado de Wise,Condado han Wise,Contea di Wise,Hrabstwo Wise,Okrug Vajz,Oways srjan,Quan Wise,Quận Wise,Uajz,Vajz,Wise,Wise Comitatus,Wise Kun,Wise Kūn,Wise konderria,Wise megye,Wisei maakond,huai si xian,mqatʿt wayz,raa'isa ka'unti,shhrstan wys  tgzas,waizu jun,Вайз,Округ Вајз,Уайз,Ուայս շրջան,شهرستان ویس، تگزاس,مقاطعة وايز,وائز کاؤنٹی، ٹیکساس,ৱাইস কাউন্টি,ワイズ郡,懷斯縣		US	TX	497	59127	America/Chicago
4742850	Wood County	wood-county	Comitatul Wood,Comte de Wood,Comté de Wood,Condado de Wood,Condado han Wood,Contato Wood,Contea di Wood,Hrabstwo Wood,Okrug Vud,Quan Wood,Quận Wood,Ud,Vud,Vud srjan,Wood,Wood Comitatus,Wood Kun,Wood Kūn,Wood konderria,Wood megye,mqatʿt wwd,rada ka'unti,shhrstan wwd  tgzas,uddo jun,wu de xian,Вуд,Округ Вуд,Уд,Վուդ շրջան,شهرستان وود، تگزاس,مقاطعة وود,ووڈ کاؤنٹی، ٹیکساس,وڈ کاؤنٹی، ٹیکساس,ৱড কাউন্টি,ウッド郡,伍德縣		US	TX	499	41964	America/Chicago
4743474	Young County	young-county	Comitatul Young,Comte de Young,Comté de Young,Condado de Young,Condado han Young,Contea di Young,Hrabstwo Young,Jang,Jung,Okrug Jang,Quan Young,Quận Young,Yang srjan,Young,Young Comitatus,Young Kun,Young Kūn,Young konderria,Young megye,iyam ka'unti,mqatʿt ywngh,shhrstan yang  tgzas,yang xian,yangu jun,Йънг,Округ Јанг,Янг,Յանգ շրջան,شهرستان یانگ، تگزاس,مقاطعة يونغ,ینگ کاؤنٹی,ینگ کاؤنٹی، ٹیکساس,ইয়াং কাউন্টি,ヤング郡,揚縣		US	TX	503	18550	America/Chicago
4743577	Zapata County	zapata-county	Comitatul Zapata,Comte de Zapata,Comté de Zapata,Condado de Zapata,Condado han Zapata,Contea di Zapata,Hrabstwo Zapata,Okrug Zapata,Quan Zapata,Quận Zapata,Sapata,Zapata,Zapata Comitatus,Zapata Coonty,Zapata Kun,Zapata Kūn,Zapata konderria,Zapata maakond,Zapata megye,Zapata srjan,japata ka'unti,mqatʿt zabata,sa pa ta xian,shhrstan zapata  tgzas,zapata jun,Запата,Округ Запата,Сапата,Զապատա շրջան,زاپاٹا کاؤنٹی، ٹیکساس,زپاٹا کاؤنٹی,شهرستان زاپاتا، تگزاس,مقاطعة زاباتا,জাপাটা কাউন্টি,ザパタ郡,薩帕塔縣		US	TX	505	14018	America/Chicago
4743595	Zavala County	zavala-county	Comitatul Zavala,Comte de Zavala,Comté de Zavala,Condado de Zavala,Condado han Zavala,Contea di Zavala,Hrabstwo Zavala,Okrug Zavala,Quan Zavala,Quận Zavala,Savala,Zavala,Zavala Comitatus,Zavala County,Zavala Kun,Zavala Kūn,Zavala konderria,Zavala maakond,Zavala megye,Zavala srjan,Zavalla county,jabhala ka'unti,mqatʿt zafala,shhrstan zawala  tgzas,zabara jun,zha wa la xian,Завала,Округ Завала,Савала,Զավալա շրջան,زاوالا کاؤنٹی، ٹیکساس,زوالا کاؤنٹی,شهرستان زاوالا، تگزاس,مقاطعة زافالا,জাভালা কাউন্টি,ザバラ郡,札瓦拉縣		US	TX	507	11677	America/Chicago
4743865	Accomack County	accomack-county	Accomack,Accomack Kun,Accomack Kūn,Accomack konderria,Akkomak,Akomak,Comitatul Accomack,Comte d'Accomack,Comté d'Accomack,Condado de Accomack,Condado han Accomack,Contea di Accomack,Hrabstwo Accomack,Konteth Accomack,Okrug Akomak,Quan Accomack,Quận Accomack,a ke mai ke xian,akkomakku jun,akomaka ka'unti,shhrstan akwmak  wyrjynya,Аккомак,Акомак,Округ Акомак,اکوماک کاؤنٹی,ایکومیک کاؤنٹی، ورجینیا,شهرستان اکوماک، ویرجینیا,مقاطعة أكوماك,আকোমাক কাউন্টি,アッコマック郡,阿可麥克縣		US	VA	001	33164	America/New_York
4744031	Albemarle County	albemarle-county	Albemarl,Albemarle,Albemarle Kun,Albemarle Kūn,Albemarle konderria,Albemarle megye,Comitatul Albemarle,Comte d'Albemarle,Comté d'Albemarle,Condado de Albemarle,Condado han Albemarle,Contea di Albemarle,Hrabstwo Albemarle,Konteth Albemarle,Okrug Albemarl,Quan Albemarle,Quận Albemarle,a er bo ma er xian,alabemarle ka'unti,arubemaru jun,shhrstan albmarl  wyrjynya,Албемарл,Округ Албемарл,البیمارل کاؤنٹی، ورجینیا,شهرستان البمارل، ویرجینیا,مقاطعة ألبمارل,আলবেমার্লে কাউন্টি,アルベマール郡,阿爾伯馬爾縣		US	VA	003	98970	America/New_York
4744106	City of Alexandria	city-of-alexandria	Alexandria,Ville d'Alexandria		US	VA	510	139966	America/New_York
4744139	Alleghany County	alleghany-county	Alegeni,Allegejni,Allegeni,Alleghany,Alleghany Kun,Alleghany Kūn,Alleghany konderria,Alleghany maakond,Alleghany megye,Comitatul Alleghany,Comte d'Alleghany,Comté d'Alleghany,Condado de Alleghany,Condado han Alleghany,Contea di Alleghany,Hrabstwo Alleghany,Konteth Alleghany,Okrug Alegeni,Quan Alleghany,Quận Alleghany,a li gen ni xian,aleghani ka'unti,arigeini jun,shhrstan alygny  wyrjynya,Алегени,Аллегейни,Аллегені,Округ Алегени,الیگانی کاؤنٹی,الیگھانی کاؤنٹی، ورجینیا,شهرستان الیگنی، ویرجینیا,مقاطعة أليغاني,আলেঘানি কাউন্টি,アリゲイニー郡,阿利根尼縣		US	VA	005	16250	America/New_York
4744308	Amelia County	amelia-county	Ameli County,Amelia,Amelia County,Amelia Kun,Amelia Kūn,Amelia konderria,Amelia megye,Amelija,Amilija,Comitatul Amelia,Comte d'Amelia,Comté d'Amelia,Condado de Amelia,Condado han Amelia,Contea di Amelia,Hrabstwo Amelia,Konteth Amelia,Okrug Amilija,Quan Amelia,Quận Amelia,a mi li ya xian,ameliya ka'unti,ameria jun,shhrstan amlya  wyrjynya,Амелиа,Амелія,Амилия,Округ Амилија,امیلیا کاؤنٹی,امیلیا کاؤنٹی، ورجینیا,شهرستان آملیا، ویرجینیا,مقاطعة أميليا,আমেলিয়া কাউন্টি,アメリア郡,阿米利亞縣		US	VA	007	12690	America/New_York
4744328	Amherst County	amherst-county	Amgerst,Amherst,Amherst Kun,Amherst Kūn,Amherst konderria,Amherst megye,Amkherst,Amkhurst,Comitatul Amherst,Comte d'Amherst,Comté d'Amherst,Condado de Amherst,Condado han Amherst,Contea di Amherst,Hrabstwo Amherst,Konteth Amherst,Okrug Amkherst,Quan Amherst,Quận Amherst,a mo si te xian,amahersata ka'unti,amasuto jun,shhrstan amrst  wyrjynya,Амгерст,Амхерст,Амхърст,Округ Амхерст,امہرسٹ کاؤنٹی,ایمہرسٹ کاؤنٹی، ورجینیا,شهرستان آمرست، ویرجینیا,مقاطعة أمهيرست,আমহের্সট কাউন্টি,アマースト郡,阿默斯特縣		US	VA	009	32353	America/New_York
4744616	Appomattox County	appomattox-county	Apomatoks,Appomattoks,Appomattox,Appomattox Kun,Appomattox Kūn,Appomattox konderria,Comte d'Appomattox,Comté d'Appomattox,Condado de Appomattox,Condado han Appomattox,Contea di Appomattox,Hrabstwo Appomattox,Konteth Appomattox,Okrug Apomatoks,Quan Appomattox,Quận Appomattox,a bo ma tuo ke si xian,apomatokkusu jun,appametaksa ka'unti,Апоматокс,Аппоматтокс,Округ Апоматокс,اپومیٹوکس کاؤنٹی,ایپومیٹوکس کاؤنٹی، ورجینیا,مقاطعة أبوماتوكس,আপ্পমেটক্স কাউন্টি,アポマトックス郡,阿波馬托克斯縣		US	VA	011	14973	America/New_York
4744725	Arlington County	arlington-county	Alexandria County,Arlington,Arlington County,Arlington Kun,Arlington Kūn,Arlington konderria,Arlington megye,Arlingtonas,Arlingtonas apgabals,Arlingtoni maakond,Arlingtonin piirikunta,Arlingtun,Comitatul Arlington,Comtat dArlington,Comte d'Arlington,Comté d'Arlington,Condado de Arlington,Condado han Arlington,Contea di Arlington,Hrabstwo Arlington,Kaunti Arlington,Konteth Arlington,Okrug Arlington,Quan Arlington,Quận Arlington,a ling dun xian,allingteon gun,arinton jun,arlintana ka'unti,arlyngtwn  vyrjynya,mqatʿt arlnghtwn,shhrstan arlyngtwn  wyrjynya,Ārlingtonas apgabals,Арлингтон,Арлингтън,Арлінгтон,Округ Арлингтон,آرلنگٹن، ورجینیا,آرلینگتون، ڤیرجینیا,ارلنگٹن کاؤنٹی,شهرستان آرلینگتون، ویرجینیا,مقاطعة أرلنغتون,আর্লিংটন কাউন্টি,アーリントン郡,阿靈頓縣,알링턴 군		US	VA	013	207627	America/New_York
4745015	Augusta County	augusta-county	Augusta,Augusta Kun,Augusta Kūn,Augusta konderria,Augusta megye,Comitatul Augusta,Comte d'Augusta,Comté d'Augusta,Condado de Augusta,Condado han Augusta,Contea di Augusta,Hrabstwo Augusta,Konteth Augusta,Ogasta,Ogusta,Okrug Ogasta,Quan Augusta,Quận Augusta,agusta ka'unti,ao gu si ta xian,ogasuta jun,shhrstan agasta  wyrjynya,Огаста,Огъста,Округ Огаста,آگسٹا کاؤنٹی,اوگسٹا کاؤنٹی، ورجینیا,شهرستان آگاستا، ویرجینیا,مقاطعة أوغوستا,আগুষ্টা কাউন্টি,オーガスタ郡,奧古斯塔縣		US	VA	015	73750	America/New_York
4745776	Bath County	bath-county	Bat,Bath,Bath Kun,Bath Kūn,Bath konderria,Bath megye,Comitatul Bath,Comte de Bath,Comté de Bath,Condado de Bath,Condado han Bath,Contea di Bath,Hrabstwo Bath,Konteth Bath,Okrug Bat,Quan Bath,Quận Bath,ba si xian,basu jun,batha ka'unti,shhrstan bth  wyrjynya,Бат,Округ Бат,باتھ کاؤنٹی,باتھ کاؤنٹی، ورجینیا,شهرستان بث، ویرجینیا,مقاطعة باث,বাথ কাউন্টি,バス郡,巴斯縣		US	VA	017	4731	America/New_York
4746270	Bedford County	bedford-county	Bedford,Bedford Kun,Bedford Kūn,Bedford konderria,Bedford megye,Bedfordiensis comitatus,Comitatul Bedford,Comte de Bedford,Comté de Bedford,Condado de Bedford,Condado han Bedford,Contea di Bedford,Hrabstwo Bedford,Konteth Bedford,Okrug Bedford,Quan Bedford,Quận Bedford,bedaphorda ka'unti,beddofodo jun,bei de fu xian,shhrstan bdfwrd  wyrjynya,Бедфорд,Округ Бедфорд,بیڈفورڈ کاؤنٹی,بیڈفورڈ کاؤنٹی، ورجینیا,شهرستان بدفورد، ویرجینیا,مقاطعة بيدفورد,বেডফোর্ড কাউন্টি,ベッドフォード郡,貝德福縣		US	VA	019	68676	America/New_York
4747931	Bland County	bland-county	Bland,Bland Kun,Bland Kūn,Bland konderria,Bland megye,Blehnd,Blend,Comitatul Bland,Comte de Bland,Comté de Bland,Condado de Bland,Condado han Bland,Contea di Bland,Hrabstwo Bland,Konteth Bland,Okrug Bland,Quan Bland,Quận Bland,bilyanda ka'unti,bu lan de xian,burando jun,shhrstan bland  wyrjynya,Бланд,Бленд,Блэнд,Округ Бланд,بلینڈ کاؤنٹی,بلینڈ کاؤنٹی، ورجینیا,شهرستان بلاند، ویرجینیا,مقاطعة بلاند,বিল্যান্ড কাউন্টি,ブランド郡,布蘭德縣		US	VA	021	6824	America/New_York
4748452	Botetourt County	botetourt-county	Botatort,Botetot,Botetourt,Botetourt Kun,Botetourt Kūn,Botetourt konderria,Botetourt megye,Botetourti maakond,Botutot,Comitatul Botetourt,Comte de Botetourt,Comté de Botetourt,Condado de Botetourt,Condado han Botetourt,Contea di Botetourt,Hrabstwo Botetourt,Konteth Botetourt,Okrug Botetot,Quan Botetourt,Quận Botetourt,bo te tuo er te xian,botetorta ka'unti,botototo jun,shhrstan battwrt  wyrjynya,Ботаторт,Ботетот,Ботътот,Округ Ботетот,بوٹیٹورٹ کاؤنٹی,بوٹیٹورٹ کاؤنٹی، ورجینیا,شهرستان باتتورت، ویرجینیا,مقاطعة بوتيتورت,বোটেটোর্ট কাউন্টি,ボトトート郡,博特托爾特縣		US	VA	023	33148	America/New_York
4749005	City of Bristol	city-of-bristol	Bristol,Ville de Bristol		US	VA	520	17835	America/New_York
4749396	Brunswick County	brunswick-county	Bransuik,Bransvik,Brounsgouik,Brunswick,Brunswick Kun,Brunswick Kūn,Brunswick konderria,Brunswick megye,Brunswicki maakond,Brunzuik,Comitatul Brunswick,Comte de Brunswick,Comté de Brunswick,Condado de Brunswick,Condado han Brunswick,Contea di Brunswick,Hrabstwo Brunswick,Konteth Brunswick,Okrug Bransvik,Quan Brunswick,Quận Brunswick,Swydd Brunswick,barnasaraika ka'unti,bu lun rui ke xian,buranzuu~ikku jun,shhrstan branswyk  wyrjynya,Μπρούνσγουικ,Брансвік,Брансуик,Брънзуик,Округ Брансвик,برنزوک کاؤنٹی، ورجینیا,برنسوک کاؤنٹی,شهرستان برانسویک، ویرجینیا,مقاطعة برونزويك,বার্নসৱিক কাউন্টি,ブランズウィック郡,不倫瑞克縣		US	VA	025	17434	America/New_York
4749535	Buchanan County	buchanan-county	B'jukenen,Bjukanun,Bjukenan,Buchanan,Buchanan Kun,Buchanan Kūn,Buchanan konderria,Buchanan megye,Comitatul Buchanan,Comte de Buchanan,Comté de Buchanan,Condado de Buchanan,Condado han Buchanan,Contea di Buchanan,Hrabstwo Buchanan,Konteth Buchanan,Okrug Bakanan,Quan Buchanan,Quận Buchanan,bu kan nan xian,bucanana ka'unti,bukyanan jun,shhrstan bywkanan  wyrjynya,Бьюкенен,Бюканън,Бюкенан,Округ Бaканан,بچانان کاؤنٹی,بچانن کاؤنٹی، ورجینیا,شهرستان بیوکانان، ویرجینیا,مقاطعة بوكانان,বুচানন কাউন্টি,ブキャナン郡,布坎南縣		US	VA	027	24098	America/New_York
4749657	Buckingham County	buckingham-county	Bakingem,Buckingham,Buckingham Kun,Buckingham Kūn,Buckingham konderria,Buckingham megye,Bukingam,Comitatul Buckingham,Comte de Buckingham,Comté de Buckingham,Condado de Buckingham,Condado han Buckingham,Contea di Buckingham,Hrabstwo Buckingham,Konteth Buckingham,Okrug Bakingkham,Quan Buckingham,Quận Buckingham,bai jin han xian,bakinhama ka'unti,bakkingamu jun,shhrstan bakyngham  wyrjynya,Бакингем,Бакінгем,Бъкингам,Округ Бакингхам,بکنگہم کاؤنٹی، ورجینیا,بکنگہیم کاؤنٹی,شهرستان باکینگهام، ویرجینیا,مقاطعة بوكنغهام,বাকিংহাম কাউন্টি,バッキンガム郡,白金漢縣		US	VA	029	17146	America/New_York
4749725	City of Buena Vista	city-of-buena-vista	Buena Vista,Ville de Buena Vista		US	VA	530	6650	America/New_York
4750738	Campbell County	campbell-county	Campbell,Campbell Kun,Campbell Kūn,Campbell konderria,Campbell megye,Comitatul Campbell,Comte de Campbell,Comté de Campbell,Condado de Campbell,Condado han Campbell,Contea di Campbell,Hrabstwo Campbell,Kehmpbell,Kembul,Kempbell,Konteth Campbell,Okrug Kembel,Quan Campbell,Quận Campbell,kan bei er xian,kyampabela ka'unti,kyanberu jun,shhrstan kmbl  wyrjynya,Кембъл,Кемпбелл,Кэмпбелл,Округ Кембел,شهرستان کمبل، ویرجینیا,مقاطعة كامبل,کیمپبل کاؤنٹی,کیمپبیل کاؤنٹی، ورجینیا,ক্যাম্পবেল কাউন্টি,キャンベル郡,坎貝爾縣		US	VA	031	54842	America/New_York
4751013	Caroline County	caroline-county	Caroline,Caroline Kun,Caroline Kūn,Caroline konderria,Caroline megye,Carolinei maakond,Comitatul Caroline,Comte de Caroline,Comté de Caroline,Condado de Caroline,Condado han Caroline,Contea di Caroline,Hrabstwo Caroline,Karulajn,Kehrolajn,Kerolajn,Konteth Caroline,Okrug Kerolajn,Quan Caroline,Quận Caroline,jia luo lin xian,kyarolina ka'unti,kyarorain jun,shhrstan karwlyn  wyrjynya,Карълайн,Керолайн,Кэролайн,Округ Керолајн,شهرستان کارولین، ویرجینیا,مقاطعة كارولاين,کیرولن کاؤنٹی، ورجینیا,کیرولین کاؤنٹی,ক্যারোলিন কাউন্টি,キャロライン郡,加羅林縣		US	VA	033	28545	America/New_York
4751058	Carroll County	carroll-county	Carroll,Carroll Kun,Carroll Kūn,Carroll konderria,Carroll megye,Comitatul Carroll,Comte de Carroll,Comté de Carroll,Condado de Carroll,Condado han Carroll,Contea di Carroll,Hrabstwo Carroll,Karroll,Kerroll,Kerul,Konteth Carroll,Okrug Kerol,Quan Carroll,Quận Carroll,ka luo er xian,kerola ka'unti,kyaroru jun,shhrstan krwl  wyrjynya,Карролл,Керролл,Керъл,Округ Керол,شهرستان کرول، ویرجینیا,مقاطعة كارول,کیرل کاؤنٹی، ورجینیا,কেরোল কাউন্টি,キャロル郡,卡洛爾縣		US	VA	035	30042	America/New_York
4752002	Charles City County	charles-city-county	Charl'z-Siti,Charles City,Charles City Kun,Charles City Kūn,Charles City konderria,Charles City megye,Charlz,Charlz Siti,Comitatul Charles City,Comte de Charles City,Comté de Charles City,Condado de Charles City,Condado han Charles City,Contea di Charles City,Hrabstwo Charles City,Konteth Charles City,Okrug Charls Siti,Quan Charles City,Quận Charles City,carlesa siti ka'unti,cha er si cheng xian,charuzushiti jun,shhrstan charlz syty  wyrjynya,Округ Чарлс Сити,Чарлз,Чарлз Сити,Чарльз-Сити,شهرستان چارلز سیتی، ویرجینیا,مقاطعة تشارلز سيتي,چارلز سٹی کاؤنٹی,চার্লেস সিটি কাউন্টি,チャールズシティ郡,查爾斯城縣		US	VA	036	7256	America/New_York
4752025	Charlotte County	charlotte-county	Charlotte,Charlotte Kun,Charlotte Kūn,Charlotte konderria,Charlotte megye,Comitatul Charlotte,Comte de Charlotte,Comté de Charlotte,Condado de Charlotte,Condado han Charlotte,Contea di Charlotte,Hrabstwo Charlotte,Konteth Charlotte,Okrug Sharlot,Quan Charlotte,Quận Charlotte,Sharlott,Sharlut,carlotte ka'unti,sharotto jun,shhrstan sharlwt  wyrjynya,xia luo te xian,Округ Шарлот,Шарлотт,Шарлът,شارلیٹ کاؤنٹی، ورجینیا,شهرستان شارلوت، ویرجینیا,مقاطعة شارلوت,چارلیٹ کاؤنٹی,চার্লোট্টে কাউন্টি,シャーロット郡,夏洛特縣		US	VA	037	12586	America/New_York
4752046	City of Charlottesville	city-of-charlottesville	Charlottesville,Ville de Charlottesville		US	VA	540	43475	America/New_York
4752215	City of Chesapeake	city-of-chesapeake	Chesapeake,Ville de Chesapeake		US	VA	550	222209	America/New_York
4752255	Chesterfield County	chesterfield-county	Chesterfield,Chesterfield Kun,Chesterfield Kūn,Chesterfield konderria,Chesterfield megye,Chesterfieldi maakond,Chesterfild,Chesturfijld,Comitatul Chesterfield,Comte de Chesterfield,Comté de Chesterfield,Condado de Chesterfield,Condado han Chesterfield,Contea di Chesterfield,Hrabstwo Chesterfield,Konteth Chesterfield,Okrug Chesterfild,Quan Chesterfield,Quận Chesterfield,cestaraphilda ka'unti,chesutafirudo jun,qie si te fei er de xian,shhrstan chstrfyld  wyrjynya,Округ Честерфилд,Честерфилд,Честерфілд,Честърфийлд,شهرستان چسترفیلد، ویرجینیا,مقاطعة تشيسترفيلد,چیسٹرفلیڈ کاؤنٹی,چیسٹرفیلڈ کاؤنٹی، ورجینیا,চেস্টারফিল্ড কাউন্টি,チェスターフィールド郡,切斯特菲爾德縣		US	VA	041	316236	America/New_York
4752978	Clarke County	clarke-county	Clarke,Clarke Kun,Clarke Kūn,Clarke konderria,Clarke megye,Comitatul Clarke,Comte de Clarke,Comté de Clarke,Condado de Clarke,Condado han Clarke,Contea di Clarke,Hrabstwo Clarke,Klark,Konteth Clarke,Okrug Klark,Quan Clarke,Quận Clarke,ke la ke xian,klarke ka'unti,kuraku jun,shhrstan klark  wyrjynya,Кларк,Округ Кларк,شهرستان کلارک، ویرجینیا,مقاطعة كلارك,کلارک کاؤنٹی,کلارک کاؤنٹی، ورجینیا,ক্লার্কে কাউন্টি,クラーク郡,克拉克縣		US	VA	043	14034	America/New_York
4753684	City of Colonial Heights	city-of-colonial-heights	Colonial Heights,Ville de Colonial Heights		US	VA	570	17411	America/New_York
4754373	City of Covington	city-of-covington	Covington,Ville de Covington		US	VA	580	5961	America/New_York
4754544	Craig County	craig-county	Comitatul Craig,Comte de Craig,Comté de Craig,Condado de Craig,Condado han Craig,Contea di Craig,Craig,Craig Kun,Craig Kūn,Craig konderria,Craig megye,Craigi maakond,Hrabstwo Craig,Konteth Craig,Krejg,Okrug Krejg,Quan Craig,Quận Craig,ke lei ge xian,kre'iga ka'unti,kureigu jun,shhrstan kryg  wyrjynya,Крейг,Округ Крејг,شهرستان کریگ، ویرجینیا,مقاطعة كريغ,کریگ کاؤنٹی,کریگ کاؤنٹی، ورجینیا,ক্রেইগ কাউন্টি,クレイグ郡,克雷格縣		US	VA	045	5190	America/New_York
4754972	Culpeper County	culpeper-county	Comitatul Culpeper,Comte de Culpeper,Comté de Culpeper,Condado de Culpeper,Condado han Culpeper,Contea di Culpeper,Culpeper,Culpeper Kun,Culpeper Kūn,Culpeper konderria,Culpeper megye,Hrabstwo Culpeper,Kabupaten Culpeper,Kalpeper,Konteth Culpeper,Kulpepur,Okrug Kalpeper,Quan Culpeper,Quận Culpeper,kalapepera ka'unti,karupepa jun,ku er pei po xian,shhrstan kalppr  wyrjynya,Калпепер,Кълпепър,Округ Калпепер,شهرستان کالپپر، ویرجینیا,مقاطعة كلبيبر,کلپیپر کاؤنٹی,کلپیپر کاؤنٹی، ورجینیا,কালপেপের কাউন্টি,カルペパー郡,庫爾佩珀縣		US	VA	047	46689	America/New_York
4754992	Cumberland County	cumberland-county	Comitatul Cumberland,Comte de Cumberland,Comté de Cumberland,Condado de Cumberland,Condado han Cumberland,Contea di Cumberland,Cumberland,Cumberland Kun,Cumberland Kūn,Cumberland konderria,Cumberland megye,Hrabstwo Cumberland,Kamberlend,Konteth Cumberland,Kumburland,Okrug Kamberland,Quan Cumberland,Quận Cumberland,kambaralyanda ka'unti,kan bo lan xian,kanbarando jun,shhrstan kambrlnd  wyrjynya,Камберленд,Къмбърланд,Округ Камберланд,شهرستان کامبرلند، ویرجینیا,مقاطعة كومبرلاند,کمبرلینڈ کاؤنٹی، ورجینیا,কাম্বারল্যান্ড কাউন্টি,カンバーランド郡,坎伯蘭縣		US	VA	049	10052	America/New_York
4755298	City of Danville	city-of-danville	Danville,Ville de Danville		US	VA	590	43055	America/New_York
4755865	Dickenson County	dickenson-county	Comitatul Dickenson,Comte de Dickenson,Comté de Dickenson,Condado de Dickenson,Condado han Dickenson,Contea di Dickenson,Dickenson,Dickenson Kun,Dickenson Kūn,Dickenson konderria,Dickenson megye,Dikenson,Dikensun,Dikinson,Hrabstwo Dickenson,Konteth Dickenson,Okrug Dikenson,Quan Dickenson,Quận Dickenson,di geng sheng xian,dikenson jun,dikinasana ka'unti,Дикенсън,Дикинсон,Дікенсон,Округ Дикенсон,مقاطعة ديكينسون,ڈکنسن کاؤنٹی,ڈکنسن کاؤنٹی، ورجینیا,ডিকিনসন কাউন্টি,ディケンソン郡,狄更生縣		US	VA	051	15903	America/New_York
4755976	Dinwiddie County	dinwiddie-county	Comitatul Dinwiddie,Comte de Dinwiddie,Comté de Dinwiddie,Condado de Dinwiddie,Condado han Dinwiddie,Contea di Dinwiddie,Dinuiddi,Dinuidi,Dinviddi,Dinwiddie,Dinwiddie Kun,Dinwiddie Kūn,Dinwiddie konderria,Dinwiddie megye,Hrabstwo Dinwiddie,Konteth Dinwiddie,Okrug Dinvidi,Quan Dinwiddie,Quận Dinwiddie,din'u~idi jun,dinaraiddi ka'unti,ding wei di xian,shhrstan dynywydy  wyrjynya,Динвідді,Динуидди,Динуиди,Округ Динвиди,شهرستان دینیویدی، ویرجینیا,مقاطعة دينويدي,ڈنوڈی کاؤنٹی,ڈنوڈی کاؤنٹی، ورجینیا,ডিনৱিড্ডি কাউন্টি,ディンウィディ郡,丁威迪縣		US	VA	053	28001	America/New_York
4757688	City of Emporia	city-of-emporia	Emporia,Ville d'Emporia		US	VA	595	5927	America/New_York
4757844	Essex County	essex-county	Comitatul Essex,Comte d'Essex,Comté d'Essex,Condado de Essex,Condado han Essex,Contea di Essex,Ehsseks,Eseks,Esseks,Essex,Essex Kun,Essex Kūn,Essex konderria,Essex megye,Hrabstwo Essex,Konteth Essex,Okrug Eseks,Quan Essex,Quận Essex,ai sai ke si jun,esekkusu jun,eseksa ka'unti,shhrstan asks  wyrjynya,Есекс,Ессекс,Округ Есекс,Эссекс,ایسکس کاؤنٹی، ورجینیا,شهرستان اسکس، ویرجینیا,مقاطعة إيسكس,এসেক্স কাউন্টি,エセックス郡,愛塞克斯郡		US	VA	057	11151	America/New_York
4758041	Fairfax County	fairfax-county	Comitatul Fairfax,Comte de Fairfax,Comté de Fairfax,Condado de Fairfax,Condado han Fairfax,Contea di Fairfax,Fairfax,Fairfax Kun,Fairfax Kūn,Fairfax konderria,Fairfax megye,Fairfaxin piirikunta,Fehrfaks,Ferfaks,Feurfaks,Hrabstwo Fairfax,Kantono Fairfax,Konteth Fairfax,Okrug Ferfaks,Quan Fairfax,Quận Fairfax,feafakkusu jun,fei er fa ke si xian,mqatʿt fyrfaks,pheyaraphyaksa ka'unti,shhrstan frfks  wyrjynya,Округ Ферфакс,Ферфакс,Феърфакс,Фэрфакс,شهرستان فرفکس، ویرجینیا,فیئرفیکس کاؤنٹی,فیئرفیکس کاؤنٹی، ورجینیا,مقاطعة فيرفاكس,ফেয়ারফ্যাক্স কাউন্টি,ፌርፋክስ ካውንቲ,フェアファックス郡,費爾法克斯縣		US	VA	059	1081726	America/New_York
4758109	City of Fairfax	city-of-fairfax	City of Fairfax,Ville de Fairfax		US	VA	600	22565	America/New_York
4758398	City of Falls Church	city-of-falls-church	Falls Church,Ville de Falls Church		US	VA	610	12332	America/New_York
4758541	Fauquier County	fauquier-county	Comitatul Fauquier,Comte de Fauquier,Comté de Fauquier,Condado de Fauquier,Condado han Fauquier,Contea di Fauquier,Fauquier,Fauquier Kun,Fauquier Kūn,Fauquier konderria,Fauquier megye,Fokir,Fokiur,Hrabstwo Fauquier,Konteth Fauquier,Okrug Fokir,fokia jun,fu ji er xian,phaukuyera ka'unti,Округ Фокир,Фокир,Фокиър,Фокір,فاوکیئر کاؤنٹی,فاکیئر کاؤنٹی، ورجینیا,مقاطعة فاوكواير,ফৌকুয়ের কাউন্টি,フォーキア郡,福基爾縣		US	VA	061	65203	America/New_York
4759449	Floyd County	floyd-county	Comitatul Floyd,Comte de Floyd,Comté de Floyd,Condado de Floyd,Condado han Floyd,Contea di Floyd,Flojd,Floyd,Floyd Kun,Floyd Kūn,Floyd konderria,Floyd megye,Hrabstwo Floyd,Konteth Floyd,Okrug Flojd,Quan Floyd,Quận Floyd,fu luo yi de xian,furoido jun,phla'ida ka'unti,shhrstan flwyd  wyrjynya,Округ Флојд,Флойд,شهرستان فلوید، ویرجینیا,فلوئڈ کاؤنٹی,فلوئڈ کاؤنٹی، ورجینیا,مقاطعة فلويد,ফ্লইড কাউন্টি,フロイド郡,弗洛伊德縣		US	VA	063	15279	America/New_York
4759468	Fluvanna County	fluvanna-county	Comitatul Fluvanna,Comte de Fluvanna,Comté de Fluvanna,Condado de Fluvanna,Condado han Fluvanna,Contea di Fluvanna,Fluvana,Fluvanna,Fluvanna Kun,Fluvanna Kūn,Fluvanna konderria,Fluvanna megye,Hrabstwo Fluvanna,Konteth Fluvanna,Okrug Fluvana,Quan Fluvanna,Quận Fluvanna,fu lu wan na xian,furubana jun,pha'ubanna ka'unti,Округ Флувана,Флувана,Флуванна,فلووانا کاؤنٹی، ورجینیا,فلوووانا کاؤنٹی,مقاطعة فلوفانان,ফউবান্না কাউন্টি,フルバナ郡,弗盧萬納縣		US	VA	065	25691	America/New_York
4759996	Franklin County	franklin-county	Comitatul Franklin,Comte de Franklin,Comté de Franklin,Condado de Franklin,Condado han Franklin,Contea di Franklin,Franklin,Franklin Kun,Franklin Kūn,Franklin konderria,Franklin megye,Hrabstwo Franklin,Konteth Franklin,Okrug Frenklin,Quan Franklin,Quận Franklin,fu lan ke lin xian,furankurin jun,phrankalina ka'unti,shhrstan franklyn  wyrjynya,Округ Френклин,Франклин,Франклін,شهرستان فرانکلین، ویرجینیا,فرینکلن کاؤنٹی، ورجینیا,مقاطعة فرانكلين,ফ্রাঙ্কলিন কাউন্টি,フランクリン郡,富蘭克林縣		US	VA	067	56159	America/New_York
4760031	City of Franklin	city-of-franklin	City of Franklin,Ville de Franklin		US	VA	620	8582	America/New_York
4760052	Frederick County	frederick-county	Comitatul Frederick,Comte de Frederick,Comté de Frederick,Condado de Frederick,Condado han Frederick,Contea di Frederick,Frederick,Frederick Kun,Frederick Kūn,Frederick konderria,Frederick megye,Fredericki maakond,Frederik,Hrabstwo Frederick,Konteth Frederick,Okrug Frederik,Quan Frederick,Quận Frederick,fu lei de li ke xian,furederikku jun,phredrika ka'unti,shhrstan frdryk  wyrjynya,Округ Фредерик,Фредерик,Фредерік,شهرستان فردریک، ویرجینیا,فریڈرک کاؤنٹی,فریڈرک کاؤنٹی، ورجینیا,مقاطعة فريدريك,ফ্রেড্রিক কাউন্টি,フレデリック郡,弗雷德里克县		US	VA	069	78305	America/New_York
4760084	City of Fredericksburg	city-of-fredericksburg	Fredericksburg,Ville de Fredericksburg		US	VA	630	24286	America/New_York
4760382	City of Galax	city-of-galax	Galax,Ville de Galax		US	VA	640	7042	America/New_York
4760832	Giles County	giles-county	Comitatul Giles,Comte de Giles,Comté de Giles,Condado de Giles,Condado han Giles,Contea di Giles,Dzhajls,Dzhajlz,Dzhils,Giles,Giles Kun,Giles Kūn,Giles konderria,Giles megye,Gilesi maakond,Hrabstwo Giles,Konteth Giles,Okrug DZajls,Quan Giles,Quận Giles,gu er si xian,jairuzu jun,jilesa ka'unti,shhrstan gylz  wyrjynya,Джайлз,Джайлс,Джилс,Округ Џајлс,جائلز کاؤنٹی، ورجینیا,جیلز کاؤنٹی,شهرستان گیلز، ویرجینیا,مقاطعة جايلز,জিলেস কাউন্টি,ジャイルズ郡,賈爾斯縣		US	VA	071	17286	America/New_York
4761164	Gloucester County	gloucester-county	Claudiocestriensis comitatus,Comitatul Gloucester,Comte de Gloucester,Comté de Gloucester,Condado de Gloucester,Condado han Gloucester,Contea di Gloucester,Gloster,Glostur,Gloucester,Gloucester Kun,Gloucester Kūn,Gloucester konderria,Gloucester megye,Hrabstwo Gloucester,Konteth Gloucester,Okrug Gloster,Quan Gloucester,Quận Gloucester,ge luo si te xian,glausestera ka'unti,gurosuta jun,shhrstan glastr  wyrjynya,Глостер,Глостър,Округ Глостер,شهرستان گلاستر، ویرجینیا,مقاطعة غلوستر,گلوسٹر کاؤنٹی، ورجینیا,گلوکسٹر کاؤنٹی، ورجینیا,গ্লৌসেস্টের কাউন্টি,グロスター郡,格洛斯特縣		US	VA	073	36858	America/New_York
4761280	Goochland County	goochland-county	Comitatul Goochland,Comte de Goochland,Comté de Goochland,Condado de Goochland,Condado han Goochland,Contea di Goochland,Goochland,Goochland Kun,Goochland Kūn,Goochland konderria,Goochland megye,Guchland,Guchlend,Hrabstwo Goochland,Okrug Guchland,Quan Goochland,Quận Goochland,gocalyanda ka'unti,gu qi lan xian,guchirando jun,Гучланд,Гучленд,Округ Гучланд,مقاطعة غووتشلاند,گوچلینڈ کاؤنٹی,گوچلینڈ کاؤنٹی، ورجینیا,গোচল্যান্ড কাউন্টি,グーチランド郡,古奇蘭縣		US	VA	075	21717	America/New_York
4761913	Grayson County	grayson-county	Comitatul Grayson,Comte de Grayson,Comté de Grayson,Condado de Grayson,Condado han Grayson,Contea di Grayson,Grayson,Grayson Kun,Grayson Kūn,Grayson konderria,Grayson megye,Grejson,Grejsun,Hrabstwo Grayson,Okrug Grejson,Quan Grayson,Quận Grayson,ge lei sen xian,gresana ka'unti,gureison jun,shhrstan gryswn  wyrjynya,Грейсон,Грейсън,Округ Грејсон,شهرستان گریسون، ویرجینیا,مقاطعة غرايسون,گریسن کاؤنٹی,گریسن کاؤنٹی، ورجینیا,গ্রেসন কাউন্টি,グレイソン郡,格雷森縣		US	VA	077	15533	America/New_York
4762246	Greensville County	greensville-county	Comitatul Greensville,Comte de Greensville,Comté de Greensville,Condado de Greensville,Condado han Greensville,Contea di Greensville,Greenesville County,Greensville,Greensville County,Greensville Kun,Greensville Kūn,Greensville konderria,Greensville megye,Greenville County,Grijnsvil,Grinsvill,Hrabstwo Greensville,Okrug Grinsvil,Quan Greensville,Quận Greensville,ge lin si wei er xian,grinsabhila ka'unti,gurinzubiru jun,shhrstan grynswyl  wyrjynya,Грийнсвил,Гринсвилл,Грінсвілл,Округ Гринсвил,شهرستان گرینسویل، ویرجینیا,مقاطعة غرينزفيل,گرینزولے کاؤنٹی,گرینزویل کاؤنٹی، ورجینیا,গ্রিন্সভিল কাউন্টি,グリーンズビル郡,格林斯維爾縣		US	VA	081	12243	America/New_York
4762757	Halifax County	halifax-county	Comitatul Halifax,Comte de Halifax,Comté de Halifax,Condado de Halifax,Condado han Halifax,Contea di Halifax,Galifaks,Halifax,Halifax Kun,Halifax Kūn,Halifax konderria,Halifax megye,Hrabstwo Halifax,Khalifaks,Okrug Khalifaks,Quan Halifax,Quận Halifax,ha li fa ke si xian,haliphyaksa ka'unti,harifakkusu jun,shhrstan halyfaks  wyrjynya,Галифакс,Галіфакс,Округ Халифакс,Халифакс,شهرستان هالیفاکس، ویرجینیا,مقاطعة هاليفاكس,ہیلفیکس کاؤنٹی، ورجینیا,ہیلیفیکس کاؤنٹی,হালিফ্যাক্স কাউন্টি,ハリファックス郡,哈利法克斯縣		US	VA	083	36241	America/New_York
4762929	City of Hampton	city-of-hampton	Hampton,Ville de Hampton		US	VA	650	137436	America/New_York
4762988	Hanover County	hanover-county	Comitatul Hanover,Comte de Hanover,Comté de Hanover,Condado de Hanover,Condado han Hanover,Contea di Hanover,Ganover,Hannoveriensis comitatus,Hanover,Hanover Kun,Hanover Kūn,Hanover konderria,Hanover megye,Hrabstwo Hanover,Khanover,Okrug Khanover,Quan Hanover,Quận Hanover,han nuo wei xian,hanabhara ka'unti,hanoba jun,shhrstan hanwfr  wyrjynya,Гановер,Округ Хановер,Хановер,شهرستان هانوفر، ویرجینیا,مقاطعة هانوفر,ہنور کاؤنٹی، ورجینیا,ہینوور کاؤنٹی,হানভার কাউন্টি,ハノーバー郡,漢諾威縣		US	VA	085	99863	America/New_York
4763237	City of Harrisonburg	city-of-harrisonburg	Harrisonburg,Ville de Harrisonburg		US	VA	660	48914	America/New_York
4763688	Henrico County	henrico-county	Comitatul Henrico,Comte de Henrico,Comté de Henrico,Condado de Henrico,Condado han Henrico,Contea di Henrico,Ehnriko,Genrajko,Henrico,Henrico Kun,Henrico Kūn,Henrico konderria,Henrico maakond,Henrico megye,Hrabstwo Henrico,Khenrajko,Konteth Henrico,Okrug Khenrajko,Quan Henrico,Quận Henrico,henariko ka'unti,heng li ke xian,henraiko jun,shhrstan hnrykw  wyrjynya,Генрайко,Округ Хенрајко,Хенрайко,Энрико,شهرستان هنریکو، ویرجینیا,مقاطعة هنريكو,ہنریکو کاؤنٹی,ہینریکو کاؤنٹی، ورجینیا,হেনরিকো কাউন্টি,ヘンライコ郡,亨利科縣		US	VA	087	306935	America/New_York
4763710	Henry County	henry-county	Comitatul Henry,Comte de Henry,Comté de Henry,Condado de Henry,Condado han Henry,Contea di Henry,Genri,Henry,Henry Kun,Henry Kūn,Henry konderria,Henry megye,Hrabstwo Henry,Khenri,Okrug Khenri,Quan Henry,Quận Henry,henari ka'unti,heng li xian,henri jun,shhrstan hnry  wyrjynya,Генри,Генрі,Округ Хенри,Хенри,شهرستان هنری، ویرجینیا,مقاطعة هنري,ہینری کاؤنٹی,ہینری کاؤنٹی، ورجینیا,হেনরি কাউন্টি,ヘンリー郡,亨利县		US	VA	089	54151	America/New_York
4764100	Highland County	highland-county	Comitatul Highland,Comte de Highland,Comté de Highland,Condado de Highland,Condado han Highland,Contea di Highland,Gajlend,Highland,Highland Kun,Highland Kūn,Highland konderria,Highland megye,Highlandi maakond,Hrabstwo Highland,Khajland,Khajlend,Okrug Khajland,Quan Highland,Quận Highland,gao de xian,ha'ilyanda ka'unti,hairando jun,shhrstan haylnd  wyrjynya,Гайленд,Округ Хајланд,Хайланд,Хайленд,شهرستان هایلند، ویرجینیا,مقاطعة هايلاند,ہائلینڈ کاؤنٹی، ورجینیا,ہائیلینڈ کاؤنٹی,হাইল্যান্ড কাউন্টি,ハイランド郡,高地縣		US	VA	091	2321	America/New_York
4764849	City of Hopewell	city-of-hopewell	Hopewell,Ville de Hopewell		US	VA	670	22591	America/New_York
4766205	Isle of Wight County	isle-of-wight-county	Ajl uf Uajt,Ajl-of-Uajt,Ajl-of-Vajt,Comitatul Isle of Wight,Comte d'Isle of Wight,Comté d'Isle of Wight,Condado de Isle of Wight,Condado han Isle of Wight,Contea di Isle of Wight,Hrabstwo Isle of Wight,Isle of Wight,Isle of Wight County,Isle of Wight Kun,Isle of Wight Kūn,Isle of Wight konderria,Isle of Wight megye,Okrug Ajl ov Vajt,Quan Isle of Wight,Quận Isle of Wight,Warasquioake County,Warrascoyak County,Warrosquayoake County,airuobuwaito jun,huai te dao xian,isala apha raighata ka'unti,Айл ъф Уайт,Айл-оф-Вайт,Айл-оф-Уайт,Округ Ајл ов Вајт,آئل آف وائٹ کاؤنٹی,آئل آف وایٹ کاؤنٹی، ورجینیا,مقاطعة آيل أوف وايت,ইসল অফ ৱিঘট কাউন্টি,アイルオブワイト郡,懷特島縣		US	VA	093	35270	America/New_York
4766447	James City County	james-city-county	Comitatul James City,Comte de James City,Comté de James City,Condado de James City,Condado han James City,Contea di James City,Dzhejms,Dzhejms Siti,Dzhejms-Siti,Hrabstwo James City,James City,James City Kun,James City Kūn,James City konderria,James City megye,Kondado ng Lungsod ng James,Okrug DZejms Siti,Quan James City,Quận James City,jemasa siti ka'unti,jemuzushiti jun,shhrstan jymz syty  wyrjynya,zhan mu si shi xian,Джеймс,Джеймс Сити,Джеймс-Сити,Округ Џејмс Сити,جیمز سٹی کاؤنٹی,جیمز سٹی کاؤنٹی، ورجینیا,شهرستان جیمز سیتی، ویرجینیا,مقاطعة جيمس سيتي,জেমস সিটি কাউন্টি,ジェームズシティ郡,詹姆斯市縣		US	VA	095	67009	America/New_York
4767772	King George County	king-george-county	Comitatul King George,Comte de King George,Comté de King George,Condado de King George,Condado han King George,Contea di King George,Hrabstwo King George,King George,King George Kun,King George Kūn,King George konderria,King George megye,King-Dzhordzh,Okrug King DZordz,Quan King George,Quận King George,kim jarja ka'unti,king jorj kaunti,kingujoji jun,mqatʿt kyngh jwrj,qiao zhi wang xian,shhrstan kyng jwrj  wyrjynya,Кинг-Джордж,Кінг-Джордж,Округ Кинг Џорџ,شهرستان کینگ جورج، ویرجینیا,مقاطعة كينغ جورج,کنگ جارج کاؤنٹی,কিং জর্জ কাউন্টি,ქინგ ჯორჯ ქაუნთი,キングジョージ郡,喬治王縣		US	VA	099	23584	America/New_York
4767790	King William County	king-william-county	Comitatul King William,Comte de King William,Comté de King William,Condado de King William,Condado han King William,Contea di King William,Hrabstwo King William,King William,King William Kun,King William Kūn,King William konderria,King William megye,King-Uil'jam,King-Vil'jam,Okrug King Vilijam,Quan King William,Quận King William,kim u'iliyama ka'unti,kinguu~iriamu jun,shhrstan kyng wylyam  wyrjynya,wei lian wang xian,Кинг-Уильям,Кінг-Вільям,Округ Кинг Вилијам,شهرستان کینگ ویلیام، ویرجینیا,مقاطعة كينغ ويليام,کنگ ولیم کاؤنٹی,কিং উইলিয়াম কাউন্টি,キングウィリアム郡,威廉王縣		US	VA	101	15935	America/New_York
4767793	King and Queen County	king-and-queen-county	Comitatul King and Queen,Comte de King and Queen,Comté de King and Queen,Condado de King and Queen,Condado han King and Queen,Contea di King and Queen,Hrabstwo King and Queen,King and Queen,King and Queen Kun,King and Queen Kūn,King and Queen megye,King and Queeni maakond,King-ehnd-Kuin,King-end-Kvin,Okrug King end Kvin,Quan King and Queen,Quận King and Queen,guo wang yu wang hou xian,kinguandokuin jun,kinsa enda ku'ina ka'unti,shhrstan kyng w kwyn  wyrjynya,Кинг-энд-Куин,Кінг-енд-Квін,Округ Кинг енд Квин,شهرستان کینگ و کوین، ویرجینیا,مقاطعة كينغ أند كوين,کنگ اینڈ کوین کاؤنٹی,কিংস এন্ড কুইন কাউন্টি,キングアンドクイーン郡,國王與王后縣		US	VA	097	6945	America/New_York
4768515	Lancaster County	lancaster-county	Comitatul Lancaster,Comte de Lancaster,Comté de Lancaster,Condado de Lancaster,Condado han Lancaster,Contea di Lancaster,Hrabstwo Lancaster,Lancaster,Lancaster Kun,Lancaster Kūn,Lancaster konderria,Lancaster megye,Lancastriensis comitatus,Lankaster,Okrug Lankaster,Quan Lancaster,Quận Lancaster,lan kai si te xian,lyankastara ka'unti,mqatʿt lankstr,rankasuta jun,shhrstan lankstr  wyrjynya,Ланкастер,Округ Ланкастер,شهرستان لانکستر، ویرجینیا,لنکاسٹر کاؤنٹی، ورجینیا,لینکسٹر کاؤنٹی,مقاطعة لانكستر,ল্যাঙ্কস্টার কাউন্টি,ランカスター郡,蘭開斯特縣		US	VA	103	11391	America/New_York
4769028	Lee County	lee-county	Comitatul Lee,Comte de Lee,Comté de Lee,Condado de Lee,Condado han Lee,Contea di Lee,Hrabstwo Lee,Lee,Lee Kun,Lee Kūn,Lee konderria,Lee megye,Li,Okrug Li,Quan Lee,Quận Lee,li ka'unti,li xian,ri jun,shhrstan ly  wyrjynya,Ли,Лі,Округ Ли,شهرستان لی، ویرجینیا,لی کاؤنٹی,لی کاؤنٹی، ورجینیا,مقاطعة لي,লী কাউন্টি,リー郡,李縣		US	VA	105	25587	America/New_York
4769352	City of Lexington	city-of-lexington	Lexington,Ville de Lexington		US	VA	678	7042	America/New_York
4770746	Loudoun County	loudoun-county	Christiana County,Comitatul Loudoun,Comte de Loudoun,Comté de Loudoun,Condado de Loudoun,Condado han Loudoun,Contea di Loudoun,Hrabstwo Loudoun,Konteth Loudoun,Laudon,Laudun,Loudoun,Loudoun County,Loudoun Kun,Loudoun Kūn,Loudoun konderria,Loudoun megye,Okres Loudoun,Okrug Laudon,Quan Loudoun,Quận Loudoun,lao deng xian,laudauna ka'unti,raudon jun,Лаудон,Лаудун,Округ Лаудон,لاؤڈاؤن کاؤنٹی,لاوڈن کاؤنٹی، ورجینیا,مقاطعة لاودون,লৌডৌন কাউন্টি,ラウドン郡,勞登縣		US	VA	107	312311	America/New_York
4770767	Louisa County	louisa-county	Comitatul Louisa,Comte de Louisa,Comté de Louisa,Condado de Louisa,Condado han Louisa,Contea di Louisa,Hrabstwo Louisa,Louisa,Louisa Kun,Louisa Kūn,Louisa konderria,Louisa maakond,Louisa megye,Luiza,Okrug Lovisa,Quan Louisa,Quận Louisa,lausiya ka'unti,lu yi sha xian,ruiza jun,shhrstan lwyysa  wyrjynya,Луиза,Луїза,Округ Ловиса,شهرستان لوئیسا، ویرجینیا,لوئیزا کاؤنٹی,لویزا کاؤنٹی، ورجینیا,مقاطعة لويزا,লৌসিয়া কাউন্টি,ルイーザ郡,路易莎縣		US	VA	109	33153	America/New_York
4771000	Lunenburg County	lunenburg-county	Comitatul Lunenburg,Comte de Lunenburg,Comté de Lunenburg,Condado de Lunenburg,Condado han Lunenburg,Contea di Lunenburg,Hrabstwo Lunenburg,Lunenberg,Lunenburg,Lunenburg County,Lunenburg Kun,Lunenburg Kūn,Lunenburg konderria,Lunenburg megye,Lunenburgh County,Lunenburgi maakond,Okrug Lunenburg,Quan Lunenburg,Quận Lunenburg,lu nen bao xian,lunenabarga ka'unti,runenbagu jun,shhrstan lwlnbrg  wyrjynya,Луненберг,Округ Луненбург,شهرستان لولنبرگ، ویرجینیا,لوننبرگ کاؤنٹی,لونینبرگ کاؤنٹی، ورجینیا,مقاطعة لونينبرغ,লুনেনবার্গ কাউন্টি,ルーネンバーグ郡,盧嫩堡縣		US	VA	111	12914	America/New_York
4771099	City of Lynchburg	city-of-lynchburg	Lynchburg,Ville de Lynchburg		US	VA	680	75568	America/New_York
4771240	Madison County	madison-county	Comitatul Madison,Comte de Madison,Comté de Madison,Condado de Madison,Condado han Madison,Contea di Madison,Hrabstwo Madison,Madison,Madison Kun,Madison Kūn,Madison konderria,Madison megye,Medison,Mehdison,Okrug Medison,Quan Madison,Quận Madison,madison jun,mai di xun xian,medisana ka'unti,shhrstan mdyswn  wyrjynya,Медісон,Мэдисон,Округ Медисон,شهرستان مدیسون، ویرجینیا,مقاطعة ماديسون,میڈیسن کاؤنٹی، ورجینیا,মেডিশন কাউন্টি,マディソン郡,麥迪遜縣		US	VA	113	13308	America/New_York
4771421	City of Manassas Park	city-of-manassas-park	City of Manassas Park,Manassas Park,Manassas Park City,Ville de Manassas Park		US	VA	685	14273	America/New_York
4771426	City of Manassas	city-of-manassas	Manassas,Ville de Manassas		US	VA	683	37821	America/New_York
4771819	City of Martinsville	city-of-martinsville	Martinsville,Ville de Martinsville		US	VA	690	13821	America/New_York
4771977	Mathews County	mathews-county	Comitatul Mathews,Comte de Mathews,Comté de Mathews,Condado de Mathews,Condado han Mathews,Contea di Mathews,Hrabstwo Mathews,Mathews,Mathews Kun,Mathews Kūn,Mathews konderria,Mathews megye,Meht'juz,Met'juz,Okrug Metjuz,Quan Mathews,Quận Mathews,ma xiu si xian,mashuzu jun,methi'usa ka'unti,shhrstan mtyws  wyrjynya,Метьюз,Мэтьюз,Округ Метјуз,شهرستان متیوس، ویرجینیا,مقاطعة ماثيوز,میتھیوز کاؤنٹی,میتھیوز کاؤنٹی، ورجینیا,মেথিউস কাউন্টি,マシューズ郡,馬修斯縣		US	VA	115	8978	America/New_York
4782531	Rockbridge County	rockbridge-county	Comitatul Rockbridge,Comte de Rockbridge,Comté de Rockbridge,Condado de Rockbridge,Condado han Rockbridge,Contea di Rockbridge,Hrabstwo Rockbridge,Okrug Rokbridz,Quan Rockbridge,Quận Rockbridge,Rockbridge,Rockbridge Kun,Rockbridge Kūn,Rockbridge konderria,Rockbridge megye,Rokbridzh,logbeuliji gun,luo ke bu li qi xian,rakabrija ka'unti,rokkuburijji jun,Округ Рокбриџ,Рокбридж,راکبرج کاؤنٹی,راکبریج کاؤنٹی، ورجینیا,مقاطعة روكبريج,রকব্রিজ কাউন্টি,ロックブリッジ郡,羅克布里奇縣,록브리지 군		US	VA	163	22307	America/New_York
4772586	Mecklenburg County	mecklenburg-county	Comitatul Mecklenburg,Comte de Mecklenburg,Comté de Mecklenburg,Condado de Mecklenburg,Condado han Mecklenburg,Contea di Mecklenburg,Hrabstwo Mecklenburg,Mecklenburg,Mecklenburg County,Mecklenburg Kun,Mecklenburg Kūn,Mecklenburg konderria,Mecklenburg megye,Mecklenburgh County,Mecklenburgi maakond,Meklenberg,Okrug Meklenburg,Quan Mecklenburg,Quận Mecklenburg,mei ke lun bao xian,mekurenbagu jun,myakalenabarga ka'unti,shhrstan mklnbrg  wyrjynya,Мекленберг,Округ Мекленбург,شهرستان مکلنبرگ، ویرجینیا,مقاطعة ميكلينبرغ,میکلنبرگ کاؤنٹی,میکلینبرگ کاؤنٹی، ورجینیا,ম্যাকলেনবার্গ কাউন্টি,メクレンバーグ郡,梅克倫堡縣		US	VA	117	32727	America/New_York
4772915	Middlesex County	middlesex-county	Comitatul Middlesex,Comte de Middlesex,Comté de Middlesex,Condado de Middlesex,Condado han Middlesex,Contea di Middlesex,Hrabstwo Middlesex,Middlesex,Middlesex Kun,Middlesex Kūn,Middlesex konderria,Middlesex megye,Middlseks,Okrug Midlseks,Quan Middlesex,Quận Middlesex,mi de er sai ke si xian,midalaseksa ka'unti,midorusekkusu jun,shhrstan mydlsks  wyrjynya,Миддлсекс,Міддлсекс,Округ Мидлсекс,شهرستان میدلسکس، ویرجینیا,مقاطعة ميديلسكس,مڈلسکس کاؤنٹی، ورجینیا,مڈلسیکس کاؤنٹی، ورجینیا,মিডলসেক্স কাউন্টি,ミドルセックス郡,米德爾塞克斯縣		US	VA	119	10959	America/New_York
4773711	Montgomery County	montgomery-county	Comitatul Montgomery,Comte de Montgomery,Comté de Montgomery,Condado de Montgomery,Condado han Montgomery,Contea di Montgomery,Hrabstwo Montgomery,Konteth Montgomery,Montgomeri,Montgomery,Montgomery Kun,Montgomery Kūn,Montgomery konderria,Montgomery megye,Montgomeryn piirikunta,Okrug Montgomeri,Quan Montgomery,Quận Montgomery,mantagomeri ka'unti,meng ge ma li xian,montogomeri jun,shhrstan mwntgwmry  wyrjynya,Монтгомери,Монтгомері,Округ Монтгомери,شهرستان مونتگومری، ویرجینیا,مقاطعة مونتغومري,مونٹگمری کاؤنٹی، ورجینیا,مونٹگومری کاؤنٹی، ورجینیا,মন্টগোমেরী কাউন্টি,モントゴメリー郡,蒙哥馬利縣		US	VA	121	94392	America/New_York
4775610	Nelson County	nelson-county	Comitatul Nelson,Comte de Nelson,Comté de Nelson,Condado de Nelson,Condado han Nelson,Contea di Nelson,Hrabstwo Nelson,Nel'son,Nelson,Nelson Kun,Nelson Kūn,Nelson konderria,Nelson megye,Okrug Nelson,Quan Nelson,Quận Nelson,na er xun xian,nelasana ka'unti,neruson jun,shhrstan nlswn  wyrjynya,Нелсон,Нельсон,Округ Нелсон,شهرستان نلسون، ویرجینیا,مقاطعة نيلسون,نیلسن کاؤنٹی,نیلسن کاؤنٹی، ورجینیا,নেলসন কাউন্টি,ネルソン郡,納爾遜縣		US	VA	125	15020	America/New_York
4775834	New Kent County	new-kent-county	Comitatul New Kent,Comte de New Kent,Comté de New Kent,Condado de New Kent,Condado han New Kent,Contea di New Kent,Hrabstwo New Kent,N'ju-Kent,New Kent,New Kent Kun,New Kent Kūn,New Kent konderria,New Kent megye,Okrug NJu Kent,Quan New Kent,Quận New Kent,ni'u kenta ka'unti,nyukento jun,shhrstan nyw knt  wyrjynya,xin ken te xian,Нью-Кент,Округ Њу Кент,شهرستان نیو کنت، ویرجینیا,مقاطعة نيوكينت,نیو کینٹ کاؤنٹی,نیو کینٹ کاؤنٹی، ورجینیا,নিউ কেন্ট কাউন্টি,ニューケント郡,新肯特縣		US	VA	127	18429	America/New_York
4776037	City of Newport News	city-of-newport-news	City of Newport News,Newport News,Ville de Newport News,Warwick County		US	VA	700	180719	America/New_York
4776242	City of Norfolk	city-of-norfolk	Norfolk,Ville de Norfolk		US	VA	710	242803	America/New_York
4776500	Northampton County	northampton-county	Comitatul Northampton,Comte de Northampton,Comté de Northampton,Condado de Northampton,Condado han Northampton,Contea di Northampton,Hrabstwo Northampton,Nortgempton,Northampton,Northampton Kun,Northampton Kūn,Northampton konderria,Northampton megye,Okrug Nortkhempton,Quan Northampton,Quận Northampton,bei an pu dun xian,nosanputon jun,Нортгемптон,Округ Нортхемптон,شهرستان نورث‌همپتون، ویرجینیا,مقاطعة نورثهامبتون,نارتھایمپٹن کاؤنٹی,نارتھیمپٹن کاؤنٹی، ورجینیا,নর্থঅ্যাম্পটন কাউন্টি,ノーサンプトン郡,北安普頓縣		US	VA	131	12389	America/New_York
4776564	Northumberland County	northumberland-county	Comte de Northumberland,Comté de Northumberland,Condado de Northumberland,Condado han Northumberland,Contea di Northumberland,Hrabstwo Northumberland,Nortamberlend,Northumberland,Northumberland Kun,Northumberland Kūn,Northumberland konderria,Okrug Nortamberland,Quan Northumberland,Quận Northumberland,nartha'amaberalyanda ka'unti,nosanbarando jun,nuo sen bo lan xian,Нортамберленд,Округ Нортамберланд,مقاطعة نورثومبرلاند,نارتھمبرلینڈ کاؤنٹی، ورجینیا,নর্থআমবেরল্যান্ড কাউন্টি,ノーサンバーランド郡,諾森伯蘭縣		US	VA	133	12330	America/New_York
4776591	City of Norton	city-of-norton	Norton,Ville de Norton		US	VA	720	3958	America/New_York
4776629	Nottoway County	nottoway-county	Comitatul Nottoway,Comte de Nottoway,Comté de Nottoway,Condado de Nottoway,Condado han Nottoway,Contea di Nottoway,Hrabstwo Nottoway,Notawe County,Nottouehj,Nottovej,Nottoway,Nottoway County,Nottoway Kun,Nottoway Kūn,Nottoway konderria,Nottoway megye,Okrug Notovej,Quan Nottoway,Quận Nottoway,notoraye ka'unti,nottou~ei jun,nuo tuo wei xian,shhrstan nwtaway  wyrjynya,Ноттовей,Ноттоуэй,Округ Нотовеј,شهرستان نوتاوای، ویرجینیا,مقاطعة نوتوواي,ناٹووئے کاؤنٹی، ورجینیا,ناٹووے کاؤنٹی,নোটোৱয়ে কাউন্টি,ノットウェイ郡,諾托韋縣		US	VA	135	15853	America/New_York
4777457	Orange County	orange-county	Comte d'Orange,Comté d'Orange,Orange		US	VA	137	33481	America/New_York
4777756	Page County	page-county	Comitatul Page,Comte de Page,Comté de Page,Condado de Page,Condado han Page,Contea di Page,Hrabstwo Page,Okrug Pejdz,Page,Page Kun,Page Kūn,Page konderria,Page megye,Pagei maakond,Pejdzh,Quan Page,Quận Page,pe'ija ka'unti,pei qi xian,peiji jun,shhrstan pyj  wyrjynya,Округ Пејџ,Пейдж,شهرستان پیج، ویرجینیا,مقاطعة بيج,پیج کاؤنٹی,پیج کاؤنٹی، ورجینیا,পেইজ কাউন্টি,ペイジ郡,佩奇縣		US	VA	139	24042	America/New_York
4778096	Patrick County	patrick-county	Comitatul Patrick,Comte de Patrick,Comté de Patrick,Condado de Patrick,Condado han Patrick,Contea di Patrick,Hrabstwo Patrick,Okrug Patrik,Patrick,Patrick Kun,Patrick Kūn,Patrick konderria,Patrick megye,Patrik,Quan Patrick,Quận Patrick,pa te li ke xian,patorikku jun,pyatrika ka'unti,shhrstan patryk  wyrjynya,Округ Патрик,Патрик,Патрік,شهرستان پاتریک، ویرجینیا,مقاطعة باتريك,پیٹرک کاؤنٹی,پیٹرک کاؤنٹی، ورجینیا,প্যাট্রিক কাউন্টি,パトリック郡,帕特里克縣		US	VA	141	18490	America/New_York
4779336	Pittsylvania County	pittsylvania-county	Comitatul Pittsylvania,Comte de Pittsylvania,Comté de Pittsylvania,Condado de Pittsylvania,Condado han Pittsylvania,Contea di Pittsylvania,Hrabstwo Pittsylvania,Okrug Pitsilvejnija,Pitt's Woods County,Pittsil'vanija,Pittsylvania,Pittsylvania County,Pittsylvania Kun,Pittsylvania Kūn,Pittsylvania konderria,Pittsylvania megye,Quan Pittsylvania,Quận Pittsylvania,pi ci er wa ni ya xian,pitasilabhaniya ka'unti,pittoshirubenia jun,Округ Питсилвејнија,Питтсильвания,Піттсильванія,مقاطعة بيتيسيلفانيا,پٹسلوانیا کاؤنٹی,پٹسلوینیا کاؤنٹی، ورجینیا,পিটসিলভানিয়া কাউন্টি,ピットシルベニア郡,皮茨爾瓦尼亞縣		US	VA	143	63506	America/New_York
4779934	City of Poquoson	city-of-poquoson	Poquoson,Ville de Poquoson		US	VA	735	12150	America/New_York
4780019	City of Portsmouth	city-of-portsmouth	Portsmouth,Ville de Portsmouth		US	VA	740	95535	America/New_York
4780225	Powhatan County	powhatan-county	Comitatul Powhatan,Comte de Powhatan,Comté de Powhatan,Condado de Powhatan,Condado han Powhatan,Contea di Powhatan,Hrabstwo Powhatan,Okrug Paukhatan,Paugaten,Poukhehten,Powhatan,Powhatan Kun,Powhatan Kūn,Powhatan konderria,Powhatan megye,Quan Powhatan,Quận Powhatan,bo wa tan xian,pauhatana ka'unti,pouhatan jun,shhrstan pwhatan  wyrjynya,Округ Паухатан,Паугатен,Поухэтен,شهرستان پوهاتان، ویرجینیا,مقاطعة باوهاتن,پوہینٹان کاؤنٹی، ورجینیا,پوہیٹن کاؤنٹی,পৌহাটন কাউন্টি,ポウハタン郡,波瓦坦縣		US	VA	145	28046	America/New_York
4780362	Prince Edward County	prince-edward-county	Comitatul Prince Edward,Comte de Prince Edward,Comte du Prince-Edouard,Comté de Prince Edward,Comté du Prince-Édouard,Condado de Prince Edward,Condado han Prince Edward,Contea di Prince Edward,Hrabstwo Prince Edward,Okrug Prins Edvard,Princ-Edvard,Prince Edward,Prince Edward Kun,Prince Edward Kūn,Prince Edward konderria,Prince Edward megye,Prince Edwardi maakond,Prins-Ehdvard,Quan Prince Edward,Quận Prince Edward,ai de hua wang zi xian,prinsa edaraarda ka'unti,purinsuedowado jun,shhrstan pryns adward  wyrjynya,Ēadƿeard Æðeling Scīr,Округ Принс Едвард,Принс-Эдвард,Принц-Едвард,شهرستان پرینس ادوارد، ویرجینیا,مقاطعة برينس إدورد,پرنس ایڈورڈ کاؤنٹی,پرنس ایڈورڈ کاؤنٹی، ورجینیا,প্রিন্স এডৱার্ড কাউন্টি,プリンスエドワード郡,愛德華王子縣		US	VA	147	23368	America/New_York
4780374	Prince George County	prince-george-county	Comitatul Prince George,Comte de Prince George,Comté de Prince George,Condado de Prince George,Condado han Prince George,Contea di Prince George,Hrabstwo Prince George,Okrug Prins DZordz,Princ-Dzhordzh,Prince George,Prince George Kun,Prince George Kūn,Prince George konderria,Prince George megye,Prins-Dzhordzh,Quan Prince George,Quận Prince George,prinsa jarja ka'unti,purinsujoji jun,qiao zhi wang zi xian,shhrstan pryns jwrj  wyrjynya,Округ Принс Џорџ,Принс-Джордж,Принц-Джордж,شهرستان پرینس جورج، ویرجینیا,مقاطعة برينس جورج,پرنس جارج کاؤنٹی,پرنس جارج کاؤنٹی، ورجینیا,প্রিন্স জর্জ কাউন্টি,プリンスジョージ郡,喬治王子縣		US	VA	149	35725	America/New_York
4780384	Prince William County	prince-william-county	Comitatul Prince William,Comte de Prince William,Comté de Prince William,Condado de Prince William,Condado han Prince William,Contea di Prince William,Hrabstwo Prince William,Konteth Prince William,Okrug Prins Vilijam,Princ Uiljam,Princ-Vil'jam,Prince William,Prince William Kun,Prince William Kūn,Prince William konderria,Prince William megye,Prins-Uil'jam,Quan Prince William,Quận Prince William,prinsa u'iliyama ka'unti,purinsuu~iriamu jun,shhrstan prns wylyam  wyrjynya,wei lian wang zi xian,Округ Принс Вилијам,Принс-Уильям,Принц Уилям,Принц-Вільям,شهرستان پرنس ویلیام، ویرجینیا,مقاطعة برينس ويليام,پرنس ولیم کاؤنٹی,پرنس ولیم کاؤنٹی، ورجینیا,প্রিন্স উইলিয়াম কাউন্টি,プリンスウィリアム郡,威廉王子縣		US	VA	153	402002	America/New_York
4780581	Pulaski County	pulaski-county	Comitatul Pulaski,Comte de Pulaski,Comté de Pulaski,Condado de Pulaski,Condado han Pulaski,Contea di Pulaski,Hrabstwo Pulaski,Okrug Pjulaski,P'julaski,Pulaski,Pulaski Kun,Pulaski Kūn,Pulaski konderria,Pulaski megye,Quan Pulaski,Quận Pulaski,pu wa si ji xian,pulaski ka'unti,purasuki jun,shhrstan plasky  wyrjynya,Округ Пјуласки,Пуласкі,Пьюласки,شهرستان پلاسکی، ویرجینیا,مقاطعة بولاسكي,پلاسکی کاؤنٹی,پولاسکی کاؤنٹی، ورجینیا,পুলাস্কি কাউন্টি,プラスキ郡,普瓦斯基縣		US	VA	155	34872	America/New_York
4780851	City of Radford	city-of-radford	Radford,Ville de Radford		US	VA	750	16408	America/New_York
4781039	Rappahannock County	rappahannock-county	Comitatul Rappahannock,Comte de Rappahannock,Comté de Rappahannock,Condado de Rappahannock,Condado han Rappahannock,Contea di Rappahannock,Hrabstwo Rappahannock,Okrug Rapakhanok,Quan Rappahannock,Quận Rappahannock,Rappagannok,Rappahannock,Rappahannock Kun,Rappahannock Kūn,Rappahannock konderria,Rappahannock megye,Rappakhehnnok,la pa han nuo ke xian,rappahannoka ka'unti,rappahanokku jun,shhrstan rapanak  wyrjynya,Округ Рапаханок,Раппаганнок,Раппахэннок,راپاہیناک,ریپاہانوک کاؤنٹی، ورجینیا,شهرستان راپاناک، ویرجینیا,مقاطعة راباهانوك,রাপ্পাহান্নোক কাউন্টি,ラッパハノック郡,拉帕漢諾克縣		US	VA	157	7373	America/New_York
4781725	Richmond County	richmond-county	Comitatul Richmond,Comte de Richmond,Comté de Richmond,Condado de Richmond,Condado han Richmond,Contea di Richmond,Hrabstwo Richmond,Okrug Richmond,Quan Richmond,Quận Richmond,Richmond,Richmond Kun,Richmond Kūn,Richmond konderria,Richmond megye,li qi meng xian,ricamanda ka'unti,ritchimondo jun,shhrstan rychmwnd  wyrjynya,Округ Ричмонд,Ричмонд,رچمنڈ کاؤنٹی، ورجینیا,رچمونڈ کاؤنٹی,شهرستان ریچموند، ویرجینیا,مقاطعة ريتشموند,রিচমন্ড কাউন্টি,リッチモンド郡,里奇蒙縣		US	VA	159	9254	America/New_York
4781756	City of Richmond	city-of-richmond	City of Richmond,Ville de Richmond		US	VA	760	204214	America/New_York
4782181	Roanoke County	roanoke-county	Comitatul Roanoke,Comte de Roanoke,Comté de Roanoke,Condado de Roanoke,Condado han Roanoke,Contea di Roanoke,Hrabstwo Roanoke,Okrug Roanok,Quan Roanoke,Quận Roanoke,Roanok,Roanoke,Roanoke Kun,Roanoke Kūn,Roanoke konderria,Roanoke megye,Roanouk,luo ya nuo ke xian,roanoku jun,royanoka ka'unti,shhrstan rwanwk  wyrjynya,Округ Роанок,Роанок,Роаноук,روانوک کاؤنٹی,روانوک کاؤنٹی، ورجینیا,شهرستان روانوک، ویرجینیا,مقاطعة رونوك,রোয়ানোক কাউন্টি,ロアノーク郡,洛亞諾克縣		US	VA	161	92376	America/New_York
4782579	Rockingham County	rockingham-county	Comitatul Rockingham,Comte de Rockingham,Comté de Rockingham,Condado de Rockingham,Condado han Rockingham,Contea di Rockingham,Hrabstwo Rockingham,Okrug Rokingkham,Quan Rockingham,Quận Rockingham,Rockingham,Rockingham Kun,Rockingham Kūn,Rockingham konderria,Rockingham megye,Rokingem,luo jing an xian,raka'inhama ka'unti,rokkingamu jun,shhrstan rakyngham  wyrjynya,Округ Рокингхам,Рокингем,Рокінгем,راکنگہیم کاؤنٹی، ورجینیا,شهرستان راکینگهام، ویرجینیا,مقاطعة روكنغهام,রকইংহাম কাউন্টি,ロッキンガム郡,羅京安縣		US	VA	165	76314	America/New_York
4783267	Russell County	russell-county	Comitatul Russell,Comte de Russell,Comté de Russell,Condado de Russell,Condado han Russell,Contea di Russell,Hrabstwo Russell,Okrug Rasel,Rassell,Russell,Russell Kun,Russell Kūn,Russell konderria,Russell megye,la sai er xian,rasela ka'unti,rasseru jun,shhrstan rasl  wyrjynya,Округ Расел,Расселл,رسل کاؤنٹی,رسل کاؤنٹی، ورجینیا,شهرستان راسل، ویرجینیا,مقاطعة روسيل,রাসেল কাউন্টি,ラッセル郡,拉塞爾縣		US	VA	167	28897	America/New_York
4784205	City of Salem	city-of-salem	Salem,Ville de Salem		US	VA	775	24802	America/New_York
4784660	Scott County	scott-county	Comitatul Scott,Comte de Scott,Comté de Scott,Condado de Scott,Condado han Scott,Contea di Scott,Hrabstwo Scott,Okrug Skot,Quan Scott,Quận Scott,Scott,Scott Kun,Scott Kūn,Scott konderria,Scott megye,Skott,shhrstan askat  wyrjynya,si ke te xian,skata ka'unti,sukotto jun,Округ Скот,Скотт,سکاٹ کاؤنٹی,سکاٹ کاؤنٹی، ورجینیا,شهرستان اسکات، ویرجینیا,مقاطعة سكوت,স্কট কাউন্টি,スコット郡,斯科特縣		US	VA	169	23177	America/New_York
4785252	Shenandoah County	shenandoah-county	Comitatul Shenandoah,Comte de Shenandoah,Comté de Shenandoah,Condado de Shenandoah,Condado han Shenandoah,Contea di Shenandoah,Dunmore County,Hrabstwo Shenandoah,Okrug Shenandoa,Quan Shenandoah,Quận Shenandoah,Shanando County,Shenandoa,Shenandoah,Shenandoah County,Shenandoah Kun,Shenandoah Kūn,Shenandoah konderria,Shenandoah megye,senanad'oha ka'unti,shenando jun,shhrstan shnndwa  wyrjynya,xie nan duo e xian,Округ Шенандоа,Шенандоа,شهرستان شنندوا، ویرجینیا,شینندواہ کاؤنٹی، ورجینیا,شینودواہ کاؤنٹی,مقاطعة شيناندوا,শেনানডোহ কাউন্টি,シェナンドー郡,謝南多厄縣		US	VA	171	41993	America/New_York
4786352	Smyth County	smyth-county	Comitatul Smyth,Comte de Smyth,Comté de Smyth,Condado de Smyth,Condado han Smyth,Contea di Smyth,Hrabstwo Smyth,Okrug Smit,Quan Smyth,Quận Smyth,Smit,Smyth,Smyth Kun,Smyth Kūn,Smyth konderria,Smyth megye,shhrstan asmyth  wyrjynya,shi mi si xian,smitha ka'unti,sumisu jun,Округ Смит,Смит,Сміт,سمائتھ کاؤنٹی,سمیتھ کاؤنٹی، ورجینیا,شهرستان اسمیث، ویرجینیا,مقاطعة سميث,স্মিথ কাউন্টি,スミス郡,史密斯縣		US	VA	173	32208	America/New_York
4786735	Southampton County	southampton-county	Comitatul Southampton,Comte de Southampton,Comté de Southampton,Condado de Southampton,Condado han Southampton,Contea di Southampton,Hrabstwo Southampton,Okrug Sautkhempton,Quan Southampton,Quận Southampton,Sautgempton,Southampton,Southampton Kun,Southampton Kūn,Southampton konderria,Southampton megye,nan an pu dun xian,sausanputon jun,sautahampatana ka'unti,Округ Саутхемптон,Саутгемптон,ساؤتھایمپٹن کاؤنٹی,ساؤتیمپٹن کاؤنٹی، ورجینیا,شهرستان ساوت‌همپتون، ویرجینیا,مقاطعة ساوثهامبتون,সৌটহাম্পটন কাউন্টি,サウサンプトン郡,南安普頓縣		US	VA	175	18570	America/New_York
4786949	Spotsylvania County	spotsylvania-county	Comitatul Spotsylvania,Comte de Spotsylvania,Comté de Spotsylvania,Condado de Spotsylvania,Condado han Spotsylvania,Contea di Spotsylvania,Hrabstwo Spotsylvania,Okrug Spotsilvejnija,Quan Spotsylvania,Quận Spotsylvania,Spotsil'vanija,Spotsil'vejni,Spotsylvania,Spotsylvania County,Spotsylvania Kun,Spotsylvania Kūn,Spotsylvania konderria,Spotsylvania megye,Spottsylvania County,si bo te se er wei ni ya xian,spasilabheniya ka'unti,supottoshirubenia jun,Округ Спотсилвејнија,Спотсильванія,Спотсильвейни,سپاٹسلوانیا کاؤنٹی,سپوٹسلوینیا کاؤنٹی، ورجینیا,مقاطعة سبوتسيلفانيا,স্পসিলভেনিয়া কাউন্টি,スポットシルベニア郡,斯波特瑟爾韋尼亞縣		US	VA	177	122397	America/New_York
4787248	Stafford County	stafford-county	Comitatul Stafford,Comte de Stafford,Comté de Stafford,Condado de Stafford,Condado han Stafford,Contea di Stafford,Hrabstwo Stafford,Konteth Stafford,Okrug Staford,Quan Stafford,Quận Stafford,Stafford,Stafford Kun,Stafford Kūn,Stafford konderria,Stafford megye,Staffordensis Comitatus,Staffordi maakond,shhrstan astfwrd  wyrjynya,si ta fu de xian,staphorda ka'unti,sutafodo jun,Округ Стафорд,Стаффорд,سٹیفورڈ کاؤنٹی,سٹیفورڈ کاؤنٹی، ورجینیا,شهرستان استفورد، ویرجینیا,مقاطعة ستافورد,স্টাফোর্ড কাউন্টি,スタフォード郡,斯塔福德縣		US	VA	179	128961	America/New_York
4787467	City of Staunton	city-of-staunton	Staunton,Ville de Staunton		US	VA	790	23746	America/New_York
4788160	City of Suffolk	city-of-suffolk	Suffolk,Ville de Suffolk		US	VA	800	84585	America/New_York
4788433	Surry County	surry-county	Comitatul Surry,Comte de Surry,Comté de Surry,Condado de Surry,Condado han Surry,Contea di Surry,Hrabstwo Surry,Okrug Sari,Quan Surry,Quận Surry,Sarri,Surry,Surry Kun,Surry Kūn,Surry konderria,Surry maakond,Surry megye,Suthriona comitatus,sa li xian,sari jun,shhrstan sry  wyrjynya,suri ka'unti,Округ Сари,Сарри,Саррі,سری کاؤنٹی,سریئی کاؤنٹی، ورجینیا,شهرستان سری، ویرجینیا,مقاطعة سوري,সুরি কাউন্টি,サリー郡,薩里縣		US	VA	181	7058	America/New_York
4788448	Sussex County	sussex-county	Comitatul Sussex,Comte de Sussex,Comté de Sussex,Condado de Sussex,Condado han Sussex,Contea di Sussex,Hrabstwo Sussex,Okrug Saseks,Quan Sussex,Quận Sussex,Sasseks,Sussex,Sussex Kun,Sussex Kūn,Sussex konderria,Sussex megye,sasekkusu jun,saseksa ka'unti,shhrstan sasks  wyrjynya,su sai ke si xian,Округ Сасекс,Сассекс,سسکس کاؤنٹی، ورجینیا,سسیکس کاؤنٹی، ورجینیا,شهرستان ساسکس، ویرجینیا,مقاطعة سوسيكس,সাসেক্স কাউন্টি,サセックス郡,蘇塞克斯縣		US	VA	183	12087	America/New_York
4788970	Tazewell County	tazewell-county	Comitatul Tazewell,Comte de Tazewell,Comté de Tazewell,Condado de Tazewell,Condado han Tazewell,Contea di Tazewell,Hrabstwo Tazewell,Okrug Tazvel,Quan Tazewell,Quận Tazewell,Tazewell,Tazewell Kun,Tazewell Kūn,Tazewell konderria,Tazewell megye,Tazewelli maakond,Tazuehll,Tejzvell,shhrstan tyzwl  wyrjynya,ta zi wei er xian,tajeraela ka'unti,teizuu~eru jun,Округ Тазвел,Тазуэлл,Тейзвелл,شهرستان تیزول، ویرجینیا,مقاطعة تازويل,ٹیزول کاؤنٹی,ٹیزویل کاؤنٹی، ورجینیا,তাজেৱেল কাউন্টি,テイズウェル郡,塔茲韋爾縣		US	VA	185	45078	America/New_York
4791271	City of Virginia Beach	city-of-virginia-beach	Ville de Virginia Beach,Virginia Beach		US	VA	810	437994	America/New_York
4792238	Warren County	warren-county	Comitatul Warren,Comte de Warren,Comté de Warren,Condado de Warren,Condado han Warren,Contea di Warren,Hrabstwo Warren,Okrug Voren,Quan Warren,Quận Warren,Uorren,Vorren,Warren,Warren Kun,Warren Kūn,Warren konderria,Warren megye,raarena ka'unti,shhrstan warn  wyrjynya,u~oren jun,wo lun xian,Воррен,Округ Ворен,Уоррен,شهرستان وارن، ویرجینیا,مقاطعة وارين,وارن کاؤنٹی، ورجینیا,ৱারেন কাউন্টি,ウォーレン郡,沃倫縣		US	VA	187	37575	America/New_York
4792315	Washington County	washington-county	Comitatul Washington,Comte de Washington,Comté de Washington,Condado de Washington,Condado han Washington,Contea di Washington,Hrabstwo Washington,Okrug Vashington,Quan Washington,Quận Washington,Vashington,Washington,Washington Kun,Washington Kūn,Washington konderria,Washington megye,Washingtoni maakond,hua sheng dun xian,raasintana ka'unti,shhrstan washyngtn  wyrjynya,washinton jun,Вашингтон,Округ Вашингтон,شهرستان واشینگتن، ویرجینیا,مقاطعة واشنغطون,واشنگٹن کاؤنٹی، ورجینیا,ৱাশিংটন কাউন্টি,ワシントン郡,華盛頓縣		US	VA	191	54876	America/New_York
4792534	City of Waynesboro	city-of-waynesboro	Ville de Waynesboro,Waynesboro		US	VA	820	21006	America/New_York
4793032	Westmoreland County	westmoreland-county	Comitatul Westmoreland,Comte de Westmoreland,Comté de Westmoreland,Condado de Westmoreland,Condado han Westmoreland,Contea di Westmoreland,Hrabstwo Westmoreland,Kantono Westmoreland,Okrug Vestmorland,Quan Westmoreland,Quận Westmoreland,Swydd Westmoreland,Uehstmorlend,Vestmorlend,Westmoreland,Westmoreland Kun,Westmoreland Kūn,Westmoreland konderria,Westmoreland megye,Westmorelandi maakond,Westmorelandin piirikunta,raestamoralyanda ka'unti,shhrstan wstmwrlnd  wyrjynya,u~esutomoarando jun,vesmorlend kaunti,wei si te mo lan xian,Вестморленд,Округ Вестморланд,Уэстморленд,شهرستان وستمورلند، ویرجینیا,مقاطعة ويستمورلاند,ویسٹمورلینڈ کاؤنٹی,ویسٹمورلینڈ کاؤنٹی، ورجینیا,ৱেস্টমোরল্যান্ড কাউন্টি,ვესმორლენდ ქაუნთი,ウェストモアランド郡,威斯特摩兰县		US	VA	193	17454	America/New_York
4793872	City of Williamsburg	city-of-williamsburg	Ville de Williamsburg,Williamsburg		US	VA	830	14068	America/New_York
4794134	City of Winchester	city-of-winchester	Ville de Winchester,Winchester		US	VA	840	26203	America/New_York
4794277	Wise County	wise-county	Comitatul Wise,Comte de Wise,Comté de Wise,Condado de Wise,Condado han Wise,Contea di Wise,Hrabstwo Wise,Okrug Vajz,Quan Wise,Quận Wise,Uajz,Vajz,Wise,Wise Kun,Wise Kūn,Wise konderria,Wise megye,Wisei maakond,huai si xian,raa'isa ka'unti,shhrstan wys  wyrjynya,waizu jun,Вайз,Округ Вајз,Уайз,شهرستان ویس، ویرجینیا,مقاطعة وايز,وائز کاؤنٹی,وائز کاؤنٹی، ورجینیا,ৱাইস কাউন্টি,ワイズ郡,懷斯縣		US	VA	195	41452	America/New_York
4794827	Wythe County	wythe-county	Comitatul Wythe,Comte de Wythe,Comté de Wythe,Condado de Wythe,Condado han Wythe,Contea di Wythe,Hrabstwo Wythe,Okrug Vit,Quan Wythe,Quận Wythe,Uit,Vit,Wythe,Wythe Kun,Wythe Kūn,Wythe konderria,Wythe megye,raa'ithe ka'unti,waisu jun,wei si xian,Віт,Округ Вит,Уит,مقاطعة وايذ,وائتھ کاؤنٹی,وائتھ کاؤنٹی، ورجینیا,ৱাইথে কাউন্টি,ワイス郡,威斯縣		US	VA	197	29235	America/New_York
4794943	York County	york-county	Charles River County,Comitatul York,Comte de York,Comté de York,Condado de York,Condado han York,Contea di York,Eboracensis comitatus,Hrabstwo York,Jork,Okrug Jork,Quan York,Quận York,York,York County,York Kun,York Kūn,York konderria,York megye,iyarka ka'unti,shhrstan ywrk  wyrjynya,yoku jun,yue ke xian,Йорк,Округ Јорк,شهرستان یورک، ویرجینیا,مقاطعة يورك,یارک کاؤنٹی,یارک کاؤنٹی، ورجینیا,ইয়র্ক কাউন্টি,ヨーク郡,約克縣		US	VA	199	65464	America/New_York
4797875	Barbour County	barbour-county	Barbour,Barbour Kaundi,Barbour Kun,Barbour Kūn,Barbour konderria,Barbour megye,Barbouri maakond,Barbourscir,Barbourscīr,Barbur,Barbur srjan,Comitatul Barbour,Comte de Barbour,Comté de Barbour,Condado de Barbour,Condado han Barbour,Contea di Barbour,Hrabstwo Barbour,Kantono Barbour,Konteth Barbour,Okrug Barbor,Quan Barbour,Quận Barbour,ba bo xian,baba jun,barabaura ka'unti,shhrstan barbr  wyrjynyay ghrby,Барбур,Барбър,Округ Барбор,Բարբուր շրջան,باربور کاؤنٹی,باربور کاؤنٹی، مغربی ورجینیا,شهرستان باربر، ویرجینیای غربی,বারবৌর কাউন্টি,バーバー郡,巴伯縣		US	WV	001	16589	America/New_York
4798686	Berkeley County	berkeley-county	Berkeley,Berkeley Kaundi,Berkeley Kun,Berkeley Kūn,Berkeley konderria,Berkeley maakond,Berkeley megye,Berkli,Berkli srjan,Burkli,Comitatul Berkeley,Comte de Berkeley,Comté de Berkeley,Condado de Berkeley,Condado han Berkeley,Contea di Berkeley,Hrabstwo Berkeley,Kantono Berkeley,Konteth Berkeley,Okrug Berkli,Quan Berkeley,Quận Berkeley,bakure jun,barkali ka'unti,bo ke li xian,shhrstan brkly  wyrjynyay ghrby,Беркли,Берклі,Бъркли,Округ Беркли,Բերկլի շրջան,برکلے کاؤنٹی,برکلے کاؤنٹی، مغربی ورجینیا,شهرستان برکلی، ویرجینیای غربی,বার্কলি কাউন্টি,バークレー郡,伯克利县		US	WV	003	104169	America/New_York
4799815	Boone County	boone-county	Boone,Boone Kaundi,Boone Kun,Boone Kūn,Boone konderria,Boone megye,Bun,Bun srjan,Comitatul Boone,Comte de Boone,Comté de Boone,Condado de Boone,Condado han Boone,Contea di Boone,Hrabstwo Boone,Kantono Boone,Konteth Boone,Okrug Bun,Quan Boone,Quận Boone,baune ka'unti,bu en xian,bun jun,shhrstan bwny  wyrjynyay ghrby,Бун,Округ Бун,Բուն շրջան,بون کاؤنٹی,بون کاؤنٹی، مغربی ورجینیا,شهرستان بونی، ویرجینیای غربی,বৌনে কাউন্টি,ブーン郡,布恩縣		US	WV	005	24629	America/New_York
4800020	Braxton County	braxton-county	Brakstun,Braxton,Braxton Kaundi,Braxton Kun,Braxton Kūn,Braxton konderria,Braxton megye,Brehkston,Brekston,Comitatul Braxton,Comte de Braxton,Comté de Braxton,Condado de Braxton,Condado han Braxton,Contea di Braxton,Hrabstwo Braxton,Kantono Braxton,Konteth Braxton,Okrug Brakston,Quan Braxton,Quận Braxton,braksatana ka'unti,bu la ke si dun xian,burakusuton jun,shhrstan brkstwn  wyrjynyay ghrby,Бракстън,Брекстон,Брэкстон,Округ Бракстон,Բրեքսթոն շրջան,بریکسٹن کاؤنٹی,بریکسٹن کاؤنٹی، مغربی ورجینیا,شهرستان برکستون، ویرجینیای غربی,ব্রাক্সটন কাউন্টি,ブラクストン郡,布拉克斯頓縣		US	WV	007	14523	America/New_York
4800996	Cabell County	cabell-county	Cabell,Cabell Kaundi,Cabell Kun,Cabell Kūn,Cabell konderria,Cabell megye,Comitatul Cabell,Comte de Cabell,Comté de Cabell,Condado de Cabell,Condado han Cabell,Contea di Cabell,Hrabstwo Cabell,Kabell,Kabul,Kantono Cabell,Konteth Cabell,Okrug Kabel,Quan Cabell,Quận Cabell,ka bai er xian,kabela ka'unti,kyaberu jun,shhrstan kabl  wyrjynyay ghrby,Кабелл,Кабъл,Округ Кабел,Քաբել շրջան,شهرستان کابل، ویرجینیای غربی,کابل کاؤنٹی,کابیل کاؤنٹی، مغربی ورجینیا,কাবেল কাউন্টি,キャベル郡,喀拜爾縣		US	WV	011	96319	America/New_York
4801086	Calhoun County	calhoun-county	Calhoun,Calhoun Kaundi,Calhoun Kun,Calhoun Kūn,Calhoun konderria,Calhoun megye,Comitatul Calhoun,Comte de Calhoun,Comté de Calhoun,Condado de Calhoun,Condado han Calhoun,Contea di Calhoun,Hrabstwo Calhoun,Kalgun,Kalkhun,Kantono Calhoun,Konteth Calhoun,Okrug Kalkhun,Quan Calhoun,Quận Calhoun,ka er huo en xian,kalahauna ka'unti,karufun jun,shhrstan klhwn  wyrjynyay ghrby,Калгун,Калхун,Округ Калхун,Քալհուն շրջան,شهرستان کلهون، ویرجینیای غربی,کالہاؤن کاؤنٹی، ویسٹ ورجینیا,کالہون کاؤنٹی، مغربی ورجینیا,কলহৌন কাউন্টি,カルフーン郡,卡爾霍恩縣		US	WV	013	7627	America/New_York
4802346	Clay County	clay-county	Clay,Clay Kaundi,Clay Kun,Clay Kūn,Clay konderria,Clay megye,Comitatul Clay,Comte de Clay,Comté de Clay,Condado de Clay,Condado han Clay,Contea di Clay,Hrabstwo Clay,Kantono Clay,Klej,Konteth Clay,Okrug Klej,Quan Clay,Quận Clay,ke lai xian,kle ka'unti,kurei jun,shhrstan kly  wyrjynyay ghrby,Клей,Округ Клеј,Քլեյ շրջան,شهرستان کلی، ویرجینیای غربی,کلے کاؤنٹی، مغربی ورجینیا,کلے کاؤنٹی، ویسٹ ورجینیا,ক্লে কাউন্টি,クレイ郡,克莱县		US	WV	015	9386	America/New_York
4804155	Doddridge County	doddridge-county	Comitatul Doddridge,Comte de Doddridge,Comté de Doddridge,Condado de Doddridge,Condado han Doddridge,Contea di Doddridge,Doddridge,Doddridge Kaundi,Doddridge Kun,Doddridge Kūn,Doddridge konderria,Doddridge megye,Doddridzh,Dodridzh,Dodrij srjan,Hrabstwo Doddridge,Kantono Doddridge,Konteth Doddridge,Okrug Dodridz,Quan Doddridge,Quận Doddridge,dodaridaja ka'unti,doddorijji jun,duo de li qi xian,Доддридж,Додридж,Округ Додриџ,Դոդրիջ շրջան,ڈاڈرج کاؤنٹی,ڈوڈریج کاؤنٹی، مغربی ورجینیا,ডোডরিডজ কাউন্টি,ドッドリッジ郡,多德里奇縣		US	WV	017	8202	America/New_York
4805678	Fayette County	fayette-county	Comitatul Fayette,Comte de Fayette,Comté de Fayette,Condado de Fayette,Condado han Fayette,Contea di Fayette,Faett,Fajet,Fayet srjan,Fayette,Fayette Kaundi,Fayette Kun,Fayette Kūn,Fayette konderria,Fayette megye,Fejett,Hrabstwo Fayette,Kantono Fayette,Konteth Fayette,Okrug Fejet,Quan Fayette,Quận Fayette,faietto jun,fei ye te xian,phayeta ka'unti,shhrstan fayt  wyrjynyay ghrby,Округ Фејет,Файет,Фаєтт,Фейетт,Ֆայետ շրջան,شهرستان فایت، ویرجینیای غربی,فائیٹ کاؤنٹی، مغربی ورجینیا,فایٹ کاؤنٹی,ফায়েত কাউন্টি,ファイエット郡,費耶特縣		US	WV	019	46039	America/New_York
4806966	Gilmer County	gilmer-county	Comitatul Gilmer,Comte de Gilmer,Comté de Gilmer,Condado de Gilmer,Condado han Gilmer,Contea di Gilmer,Filmer srjan,Gilmer,Gilmer Kaundi,Gilmer Kun,Gilmer Kūn,Gilmer konderria,Gilmer megye,Gilmeri maakond,Gilmur,Hrabstwo Gilmer,Kantono Gilmer,Konteth Gilmer,Okrug Gilmer,Quan Gilmer,Quận Gilmer,gilamera ka'unti,giruma jun,ji er mo xian,shhrstan gylmr  wyrjynyay ghrby,Гилмер,Гилмър,Округ Гилмер,Ґілмер,Ֆիլմեր շրջան,شهرستان گیلمر، ویرجینیای غربی,گلمر کاؤنٹی,گلمر کاؤنٹی، مغربی ورجینیا,গিলমের কাউন্টি,ギルマー郡,吉爾默縣		US	WV	021	8693	America/New_York
4807365	Grant County	grant-county	Comitatul Grant,Comte de Grant,Comté de Grant,Condado de Grant,Condado han Grant,Contea di Grant,Grant,Grant Kaundi,Grant Kun,Grant Kūn,Grant konderria,Grant megye,Grant srjan,Hrabstwo Grant,Kantono Grant,Konteth Grant,Okrug Grant,Quan Grant,Quận Grant,ge lan te xian,granta ka'unti,guranto jun,shhrstan grant  wyrjynyay ghrby,Грант,Округ Грант,Գրանտ շրջան,شهرستان گرانت، ویرجینیای غربی,گرانٹ کاؤنٹی، مغربی ورجینیا,گرینٹ کاؤنٹی,গ্রান্ট কাউন্টি,グラント郡,格蘭特縣		US	WV	023	11937	America/New_York
4807600	Greenbrier County	greenbrier-county	Comitatul Greenbrier,Comte de Greenbrier,Comté de Greenbrier,Condado de Greenbrier,Condado han Greenbrier,Contea di Greenbrier,Greenbrier,Greenbrier Kaundi,Greenbrier Kun,Greenbrier Kūn,Greenbrier konderria,Greenbrier megye,Grijnbrajur,Grinbraer,Grinbrajer,Grinbrayer srjan,Hrabstwo Greenbrier,Kantono Greenbrier,Konteth Greenbrier,Okrug Grinbrajer,Quan Greenbrier,Quận Greenbrier,ge lin bu lai er xian,grinabriyera ka'unti,gurinburaia jun,Грийнбрайър,Гринбрайер,Округ Гринбрајер,Ґрінбраєр,Գրինբրայեր շրջան,شهرستان گرین‌بریر، ویرجینیای غربی,گرینبرائر کاؤنٹی,گرینبریر کاؤنٹی، مغربی ورجینیا,গ্রিনব্রিয়ের কাউন্টি,グリーンブライア郡,格林布賴爾縣		US	WV	025	35480	America/New_York
4807996	Hampshire County	hampshire-county	Comitatul Hampshire,Comte de Hampshire,Comté de Hampshire,Condado de Hampshire,Condado han Hampshire,Contea di Hampshire,Gempshir,Hampshire,Hampshire Kaundi,Hampshire Kun,Hampshire Kūn,Hampshire konderria,Hampshire megye,Hampshirei maakond,Hamtoni comitatus,Hamtunscir Scir,Hrabstwo Hampshire,Hāmtūnscīr Scīr,Kantono Hampshire,Khampshir,Khehmpshir,Konteth Hampshire,Okrug Khempshir,Quan Hampshire,Quận Hampshire,han pu xia xian,hanpusha jun,hyampasayara ka'unti,shhrstan hmpshayr  wyrjynyay ghrby,Гемпшир,Округ Хемпшир,Хампшир,Хэмпшир,Հեմփշիր շրջան,شهرستان همپشایر، ویرجینیای غربی,ہیمپشائر کاؤنٹی، مغربی ورجینیا,ہیمپشائر کاؤنٹی، ویسٹ ورجینیا,হ্যাম্পসায়ার কাউন্টি,ハンプシャー郡,漢普夏縣		US	WV	027	23964	America/New_York
4808124	Hardy County	hardy-county	Comitatul Hardy,Comte de Hardy,Comté de Hardy,Condado de Hardy,Condado han Hardy,Contea di Hardy,Gardi,Hardi srjan,Hardy,Hardy Kaundi,Hardy Kun,Hardy Kūn,Hardy konderria,Hardy megye,Hrabstwo Hardy,Kantono Hardy,Khardi,Konteth Hardy,Okrug Khardi,Quan Hardy,Quận Hardy,ha de xian,hadi jun,hardi ka'unti,shhrstan hardy  wyrjynyay ghrby,Гарді,Округ Харди,Харди,Հարդի շրջան,شهرستان هاردی، ویرجینیای غربی,ہارڈی کاؤنٹی، مغربی ورجینیا,ہارڈی کاؤنٹی، ویسٹ ورجینیا,হার্ডি কাউন্টি,ハーディ郡,哈地縣		US	WV	031	14025	America/New_York
4808274	Harrison County	harrison-county	Comitatul Harrison,Comte de Harrison,Comté de Harrison,Condado de Harrison,Condado han Harrison,Contea di Harrison,Garrison,Harison srjan,Harrison,Harrison Kaundi,Harrison Kun,Harrison Kūn,Harrison konderria,Harrison megye,Hrabstwo Harrison,Kantono Harrison,Kharisun,Konteth Harrison,Okrug Kharison,Quan Harrison,Quận Harrison,ha li sen xian,harisa'ona ka'unti,harison jun,shhrstan hryswn  wyrjynyay ghrby,Гаррисон,Гаррісон,Округ Харисон,Харисън,Հարիսոն շրջան,شهرستان هریسون، ویرجینیای غربی,ہیریسن کاؤنٹی,ہیریسن کاؤنٹی، مغربی ورجینیا,হারিসওন কাউন্টি,ハリソン郡,哈里森縣		US	WV	033	69099	America/New_York
4810022	Jackson County	jackson-county	Comitatul Jackson,Comte de Jackson,Comté de Jackson,Condado de Jackson,Condado han Jackson,Contea di Jackson,Dzhaksun,Dzhekson,Hrabstwo Jackson,Jackson,Jackson Kaundi,Jackson Kun,Jackson Kūn,Jackson konderria,Jackson megye,Jacksoni maakond,Kantono Jackson,Konteth Jackson,Okrug DZekson,Quan Jackson,Quận Jackson,jakuson jun,jie ke xun xian,jyakasana ka'unti,shhrstan jkswn  wyrjynyay ghrby,Джаксън,Джексон,Округ Џексон,Ջեքսոն շրջան,جیکسن کاؤنٹی، مغربی ورجینیا,جیکسن کاؤنٹی، ویسٹ ورجینیا,شهرستان جکسون، ویرجینیای غربی,জ্যাকশন কাউন্টি,ジャクソン郡,杰克逊县		US	WV	035	29211	America/New_York
4810162	Jefferson County	jefferson-county	Comitatul Jefferson,Comte de Jefferson,Comté de Jefferson,Condado de Jefferson,Condado han Jefferson,Contea di Jefferson,Dzhefersun,Dzhefferson,Hrabstwo Jefferson,Jeferson srjan,Jefferson,Jefferson Kaundi,Jefferson Kun,Jefferson Kūn,Jefferson konderria,Jefferson megye,Jeffersoni maakond,Kantono Jefferson,Konteth Jefferson,Okrug DZeferson,Quan Jefferson,Quận Jefferson,jefason jun,jepharasana ka'unti,jie fu xun xian,shhrstan jfrswn  wyrjynyay ghrby,Джеферсън,Джефферсон,Округ Џеферсон,Ջեֆերսոն շրջան,جیفرسن کاؤنٹی، مغربی ورجینیا,جیفرسن کاؤنٹی، ویسٹ ورجینیا,شهرستان جفرسون، ویرجینیای غربی,জেফারশন কাউন্টি,ジェファーソン郡,傑佛遜縣		US	WV	037	53498	America/New_York
4810630	Kanawha County	kanawha-county	Comitatul Kanawha,Comte de Kanawha,Comté de Kanawha,Condado de Kanawha,Condado han Kanawha,Contea di Kanawha,Hrabstwo Kanawha,Kanaway County,Kanawha,Kanawha County,Kanawha Kun,Kanawha Kūn,Kanawha konderria,Kanawha maakond,Kanawha megye,Kanoa,Kanova,Kantono Kanawha,Kenova,Konteth Kanawha,Okrug Kano,Quan Kanawha,Quận Kanawha,ka nuo wa xian,kana jun,kanahuraa ka'unti,shhrstan kanawa  wyrjynyay ghrby,Каноа,Канова,Кенова,Округ Кано,Քենովա շրջան,شهرستان کاناوا، ویرجینیای غربی,کاناوہا کاؤنٹی، مغربی ورجینیا,کناوہا کاؤنٹی,কানাহুৱা কাউন্টি,カナー郡,卡諾瓦縣		US	WV	039	193063	America/New_York
4811999	Lewis County	lewis-county	Comitatul Lewis,Comte de Lewis,Comté de Lewis,Condado de Lewis,Condado han Lewis,Contea di Lewis,Hrabstwo Lewis,Kantono Lewis,Konteth Lewis,L'juis,Lewis,Lewis Kun,Lewis Kūn,Lewis konderria,Lewis megye,Luis,Lyuis srjan,Okrug Luis,Quan Lewis,Quận Lewis,liu yi si xian,lu'isa ka'unti,ruisu jun,shhrstan lwys  wyrjynyay ghrby,Луис,Льюис,Льюїс,Округ Луис,Լյուիս շրջան,شهرستان لویس، ویرجینیای غربی,لوئیس کاؤنٹی، مغربی ورجینیا,لیوس کاؤنٹی، ویسٹ ورجینیا,লুইস কাউন্টি,ルイス郡,劉易斯縣		US	WV	041	16372	America/New_York
4812303	Lincoln County	lincoln-county	Comitatul Lincoln,Comte de Lincoln,Comté de Lincoln,Condado de Lincoln,Condado han Lincoln,Contea di Lincoln,Hrabstwo Lincoln,Kantono Lincoln,Konteth Lincoln,Lincoln,Lincoln Kun,Lincoln Kūn,Lincoln konderria,Lincoln megye,Lincolni maakond,Lincolniensis comitatus,Linkol'n,Linkoln srjan,Linkuln,Okrug Linkoln,Quan Lincoln,Quận Lincoln,lin ken xian,linkana ka'unti,rinkan jun,shhrstan lynkln  wyrjynyay ghrby,Линкольн,Линкълн,Лінкольн,Округ Линколн,Լինկոլն շրջան,شهرستان لینکلن، ویرجینیای غربی,لنکن کاؤنٹی، مغربی ورجینیا,لنکن کاؤنٹی، ویسٹ ورجینیا,লিঙ্কন কাউন্টি,リンカーン郡,林肯縣		US	WV	043	21720	America/New_York
4812863	Logan County	logan-county	Comitatul Logan,Comte de Logan,Comté de Logan,Condado de Logan,Condado han Logan,Contea di Logan,Hrabstwo Logan,Kantono Logan,Konteth Logan,Logan,Logan Kun,Logan Kūn,Logan konderria,Logan megye,Logan srjan,Okrug Logan,Quan Logan,Quận Logan,logana ka'unti,luo gen xian,rogan jun,shhrstan lwgan  wyrjynyay ghrby,Логан,Лоґан,Округ Логан,Լոգան շրջան,شهرستان لوگان، ویرجینیای غربی,لوگن کاؤنٹی,لوگن کاؤنٹی، مغربی ورجینیا,লোগান কাউন্টি,ローガン郡,洛根縣		US	WV	045	36743	America/New_York
4813754	Marion County	marion-county	Comitatul Marion,Comte de Marion,Comté de Marion,Condado de Marion,Condado han Marion,Contea di Marion,Hrabstwo Marion,Kantono Marion,Konteth Marion,Marion,Marion Kaundi,Marion Kun,Marion Kūn,Marion konderria,Marion megye,Mariun,Mehrion,Merion,Merion srjan,Okrug Marion,Quan Marion,Quận Marion,ma li ang xian,mari'ona ka'unti,marion jun,shhrstan marywn  wyrjynyay ghrby,Мариън,Меріон,Мэрион,Округ Марион,Մերիոն շրջան,شهرستان ماریون، ویرجینیای غربی,ماریون کاؤنٹی، مغربی ورجینیا,میرین کاؤنٹی، ویسٹ ورجینیا,মারিওন কাউন্টি,マリオン郡,馬里昂縣		US	WV	049	56418	America/New_York
4813820	Marshall County	marshall-county	Comitatul Marshall,Comte de Marshall,Comté de Marshall,Condado de Marshall,Condado han Marshall,Contea di Marshall,Hrabstwo Marshall,Kantono Marshall,Konteth Marshall,Marsal srjan,Marshall,Marshall Kaundi,Marshall Kun,Marshall Kūn,Marshall konderria,Marshall megye,Marshul,Okrug Marshal,Quan Marshall,Quận Marshall,ma xie er xian,marsahala ka'unti,masharu jun,shhrstan marshal  wyrjynyay ghrby,Маршалл,Маршъл,Округ Маршал,Մարշալ շրջան,شهرستان مارشال، ویرجینیای غربی,مارشل کاؤنٹی,مارشل کاؤنٹی، مغربی ورجینیا,মার্সহাল কাউন্টি,マーシャル郡,馬歇爾縣		US	WV	051	33107	America/New_York
4813934	Mason County	mason-county	Comitatul Mason,Comte de Mason,Comté de Mason,Condado de Mason,Condado han Mason,Contea di Mason,Hrabstwo Mason,Kantono Mason,Konteth Mason,Mason,Mason Kun,Mason Kūn,Mason konderria,Mason megye,Mejson,Mejsun,Meyson srjan,Okrug Mejson,Quan Mason,Quận Mason,mei sen xian,meison jun,mesana ka'unti,shhrstan maswn  wyrjynyay ghrby,Мейсон,Мейсън,Округ Мејсон,Մեյսոն շրջան,شهرستان ماسون، ویرجینیای غربی,میسن کاؤنٹی، مغربی ورجینیا,میسن کاؤنٹی، ویسٹ ورجینیا,মেশন কাউন্টি,メイソン郡,梅森縣		US	WV	053	27324	America/New_York
4814188	McDowell County	mcdowell-county	Comitatul McDowell,Comte de McDowell,Comté de McDowell,Condado de McDowell,Condado han McDowell,Contea di McDowell,Hrabstwo McDowell,Kantono McDowell,Konteth McDowell,Mak-Dauehll,Mak-Dauell,Makdauul,McDowell,McDowell Kun,McDowell Kūn,McDowell konderria,McDowell megye,McDowelli maakond,Okrug Makdauel,Quan McDowell,Quận McDowell,mai ke dao wei xian,makudou~eru jun,myakadoraela ka'unti,Мак-Дауелл,Мак-Дауэлл,Макдауъл,Округ Макдауел,ՄաքԴոուել շրջան,شهرستان مک‌داول، ویرجینیای غربی,مکڈاول کاؤنٹی,میک ڈوویل کاؤنٹی، مغربی ورجینیا,ম্যাকডোৱেল কাউন্টি,マクドウェル郡,麥克道威縣		US	WV	047	22113	America/New_York
4814465	Mercer County	mercer-county	Comitatul Mercer,Comte de Mercer,Comté de Mercer,Condado de Mercer,Condado han Mercer,Contea di Mercer,Hrabstwo Mercer,Kantono Mercer,Konteth Mercer,Mercer,Mercer Kun,Mercer Kūn,Mercer konderria,Mercer megye,Merser,Merser srjan,Mursur,Okrug Merser,Quan Mercer,Quận Mercer,mararsera ka'unti,masa jun,mo se xian,shhrstan mrsr  wyrjynyay ghrby,Мерсер,Мърсър,Округ Мерсер,Մերսեր շրջան,شهرستان مرسر، ویرجینیای غربی,مرسر کاؤنٹی، مغربی ورجینیا,مرسر کاؤنٹی، ویسٹ ورجینیا,মারর্সের কাউন্টি,マーサー郡,默瑟縣		US	WV	055	62264	America/New_York
4815060	Mineral County	mineral-county	Comitatul Mineral,Comte de Mineral,Comté de Mineral,Condado de Mineral,Condado han Mineral,Contea di Mineral,Hrabstwo Mineral,Kantono Mineral,Konteth Mineral,Mineral,Mineral Kaundi,Mineral Kun,Mineral Kūn,Mineral konderria,Mineral megye,Mineral srjan,Minerul,Okrug Mineral,Quan Mineral,Quận Mineral,mi na lei er xian,minerala ka'unti,mineraru jun,shhrstan mynral  wyrjynyay ghrby,Минерал,Минеръл,Мінерал,Округ Минерал,Միներալ շրջան,شهرستان مینرال، ویرجینیای غربی,منرل کاؤنٹی,منرل کاؤنٹی، مغربی ورجینیا,মিনেরাল কাউন্টি,ミネラル郡,米納勒爾縣		US	WV	057	28212	America/New_York
4815072	Mingo County	mingo-county	Comitatul Mingo,Comte de Mingo,Comté de Mingo,Condado de Mingo,Condado han Mingo,Contea di Mingo,Hrabstwo Mingo,Kantono Mingo,Konteth Mingo,Mingo,Mingo Kun,Mingo Kūn,Mingo konderria,Mingo megye,Mingo srjan,Okrug Mingo,Quan Mingo,Quận Mingo,ming ge xian,mingo jun,mingo ka'unti,shhrstan myngw  wyrjynyay ghrby,Минго,Мінґо,Округ Минго,Մինգո շրջան,شهرستان مینگو، ویرجینیای غربی,منگو کاؤنٹی,منگو کاؤنٹی، مغربی ورجینیا,মিঙ্গো কাউন্টি,ミンゴ郡,明戈縣		US	WV	059	26839	America/New_York
4815207	Monongalia County	monongalia-county	Comitatul Monongalia,Comte de Monongalia,Comté de Monongalia,Condado de Monongalia,Condado han Monongalia,Contea di Monongalia,Hrabstwo Monongalia,Kantono Monongalia,Konteth Monongalia,Mona County,Mong County,Monga County,Mongalia County,Monninghalia County,Monogahela County,Monon County,Monona County,Mononga County,Monongaha County,Monongalia,Monongalia County,Monongalia Kun,Monongalia Kūn,Monongalia konderria,Monongalia megye,Monongalia srjan,Monongaliensis comitatus,Monongalija,Okrug Monongejlija,Quan Monongalia,Quận Monongalia,mo nong jia li ya xian,monongaliya ka'unti,monongaria jun,Мононгалия,Мононґалія,Округ Мононгејлија,Մոնոնգալիա շրջան,مونونگالیا کاؤنٹی,مونوگالیا کاؤنٹی، مغربی ورجینیا,মোনোঙ্গালিয়া কাউন্টি,モノンガリア郡,莫農加利亞縣		US	WV	061	96189	America/New_York
4815213	Monroe County	monroe-county	Comitatul Monroe,Comte de Monroe,Comté de Monroe,Condado de Monroe,Condado han Monroe,Contea di Monroe,Hrabstwo Monroe,Kantono Monroe,Konteth Monroe,Monro,Monro srjan,Monroe,Monroe Kun,Monroe Kūn,Monroe konderria,Monroe megye,Okrug Monro,Quan Monroe,Quận Monroe,manarau ka'unti,men luo xian,monro jun,shhrstan mwnrw  wyrjynyay ghrby,Монро,Округ Монро,Մոնրո շրջան,شهرستان مونرو، ویرجینیای غربی,منرو کاؤنٹی، ویسٹ ورجینیا,مونرو کاؤنٹی، مغربی ورجینیا,মনরৌ কাউন্টি,モンロー郡,門羅縣		US	WV	063	13502	America/New_York
4815321	Morgan County	morgan-county	Comitatul Morgan,Comte de Morgan,Comté de Morgan,Condado de Morgan,Condado han Morgan,Contea di Morgan,Hrabstwo Morgan,Kantono Morgan,Konteth Morgan,Morgan,Morgan Kaundi,Morgan Kun,Morgan Kūn,Morgan konderria,Morgan megye,Morgan srjan,Okrug Morgan,Quan Morgan,Quận Morgan,maragana ka'unti,mo gen xian,mogan jun,shhrstan mwrgan  wyrjynyay ghrby,Морган,Морґан,Округ Морган,Մորգան շրջան,شهرستان مورگان، ویرجینیای غربی,مورگن کاؤنٹی,مورگن کاؤنٹی، مغربی ورجینیا,মরগান কাউন্টি,モーガン郡,摩根縣		US	WV	065	17541	America/New_York
4816620	Nicholas County	nicholas-county	Comitatul Nicholas,Comte de Nicholas,Comté de Nicholas,Condado de Nicholas,Condado han Nicholas,Contea di Nicholas,Hrabstwo Nicholas,Kantono Nicholas,Konteth Nicholas,Nicholas,Nicholas Kun,Nicholas Kūn,Nicholas konderria,Nicholas megye,Nicholase maakond,Nikolas,Nikulus,Okrug Nikolas,Quan Nicholas,Quận Nicholas,ni gu la si xian,nikolasa ka'unti,nikorasu jun,shhrstan nykwlas  wyrjynyay ghrby,Николас,Никълъс,Ніколас,Округ Николас,Նիքոլաս շրջան,شهرستان نیکولاس، ویرجینیای غربی,نکولس کاؤنٹی,نکولس کاؤنٹی، مغربی ورجینیا,নিকোলাস কাউন্টি,ニコラス郡,尼古拉斯縣		US	WV	067	26233	America/New_York
4817892	Pendleton County	pendleton-county	Comitatul Pendleton,Comte de Pendleton,Comté de Pendleton,Condado de Pendleton,Condado han Pendleton,Contea di Pendleton,Hrabstwo Pendleton,Kantono Pendleton,Konteth Pendleton,Okrug Pendlton,Pendleton,Pendleton Kaundi,Pendleton Kun,Pendleton Kūn,Pendleton konderria,Pendleton megye,Pendletoni maakond,Pendlton,Pendultun,Quan Pendleton,Quận Pendleton,pendaletana ka'unti,pendoruton jun,peng de er dun xian,shhrstan pndltn  wyrjynyay ghrby,Округ Пендлтон,Пендлтон,Пендълтън,Փենդլտոն շրջան,شهرستان پندلتن، ویرجینیای غربی,پنڈلٹن کاؤنٹی,پینڈلٹن کاؤنٹی، مغربی ورجینیا,পেন্ডলেটন কাউন্টি,ペンドルトン郡,彭德爾頓縣		US	WV	071	7695	America/New_York
4818649	Pleasants County	pleasants-county	Comitatul Pleasants,Comte de Pleasants,Comté de Pleasants,Condado de Pleasants,Condado han Pleasants,Contea di Pleasants,Hrabstwo Pleasants,Kantono Pleasants,Konteth Pleasants,Okrug Plezants,Pleasants,Pleasants Kun,Pleasants Kūn,Pleasants konderria,Pleasants megye,Plezants,Plezunts,Quan Pleasants,Quận Pleasants,pliyasantasa ka'unti,pu lai sen zi xian,purezantsu jun,shhrstan plzntz  wyrjynyay ghrby,Округ Плезантс,Плезантс,Плезънтс,Փլեզանտս շրջան,شهرستان پلزنتز، ویرجینیای غربی,پلیزنٹس کاؤنٹی,پلیزینٹز کاؤنٹی، مغربی ورجینیا,প্লিয়াসান্টস কাউন্টি,プレザンツ郡,普萊森茲縣		US	WV	073	7605	America/New_York
4818700	Pocahontas County	pocahontas-county	Comitatul Pocahontas,Comte de Pocahontas,Comté de Pocahontas,Condado de Pocahontas,Condado han Pocahontas,Contea di Pocahontas,Hrabstwo Pocahontas,Kantono Pocahontas,Konteth Pocahontas,Okrug Pokakhontas,Pocahontas,Pocahontas Kun,Pocahontas Kūn,Pocahontas konderria,Pocahontas megye,Pocahontase maakond,Pokakhontas,Quan Pocahontas,Quận Pocahontas,bo ka hong ta si xian,pokahontasa ka'unti,pokahontasu jun,shhrstan pwkahants  wyrjynyay ghrby,Округ Покахонтас,Покахонтас,Փոքահոնտաս շրջան,شهرستان پوکاهانتس، ویرجینیای غربی,پوکاہانٹس کاؤنٹی، مغربی ورجینیا,پوکوہانٹس کاؤنٹی,পোকাহোন্টাস কাউন্টি,ポカホンタス郡,波卡洪塔斯縣		US	WV	075	8719	America/New_York
4819019	Preston County	preston-county	Comitatul Preston,Comte de Preston,Comté de Preston,Condado de Preston,Condado han Preston,Contea di Preston,Hrabstwo Preston,Kantono Preston,Konteth Preston,Okrug Preston,Preston,Preston Kun,Preston Kūn,Preston konderria,Preston megye,Prestun,Quan Preston,Quận Preston,presatana ka'unti,pu lei si dun xian,puresuton jun,shhrstan prstwn  wyrjynyay ghrby,Округ Престон,Престон,Престън,Փրեստոն շրջան,شهرستان پرستون، ویرجینیای غربی,پریسٹن کاؤنٹی,پریسٹن کاؤنٹی، مغربی ورجینیا,প্রেসটন কাউন্টি,プレストン郡,普雷斯頓縣		US	WV	077	33520	America/New_York
4819197	Putnam County	putnam-county	Comitatul Putnam,Comte de Putnam,Comté de Putnam,Condado de Putnam,Condado han Putnam,Contea di Putnam,Hrabstwo Putnam,Kantono Putnam,Konteth Putnam,Okrug Patnam,Patnam,Patnem,Putnam,Putnam Kun,Putnam Kūn,Putnam konderria,Putnam megye,Quan Putnam,Quận Putnam,pattonamu jun,pu te nan xian,putanama ka'unti,shhrstan patnm  wyrjynyay ghrby,Округ Патнам,Патнам,Патнем,Путнам,Փուտնամ շրջան,شهرستان پاتنم، ویرجینیای غربی,پتنام کاؤنٹی، ویسٹ ورجینیا,پٹنم کاؤنٹی، مغربی ورجینیا,পুতনাম কাউন্টি,パットナム郡,普特南縣		US	WV	079	55486	America/New_York
4819310	Raleigh County	raleigh-county	Comitatul Raleigh,Comte de Raleigh,Comté de Raleigh,Condado de Raleigh,Condado han Raleigh,Contea di Raleigh,Hrabstwo Raleigh,Kantono Raleigh,Konteth Raleigh,Okrug Rali,Quan Raleigh,Quận Raleigh,Raleigh,Raleigh Kun,Raleigh Kūn,Raleigh konderria,Raleigh maakond,Raleigh megye,Raley srjan,Rehlej,Relej,Roli,luo li xian,raleyaha ka'unti,rori jun,shhrstan raly  wyrjynyay ghrby,Округ Рали,Релей,Роли,Рэлей,Ռալեյ շրջան,رالی کاؤنٹی، مغربی ورجینیا,رالیغ کاؤنٹی,شهرستان رالی، ویرجینیای غربی,রালেয়হ কাউন্টি,ローリー郡,羅利縣		US	WV	081	78859	America/New_York
4819366	Randolph County	randolph-county	Comitatul Randolph,Comte de Randolph,Comté de Randolph,Condado de Randolph,Condado han Randolph,Contea di Randolph,Hrabstwo Randolph,Kantono Randolph,Konteth Randolph,Okrug Randolf,Quan Randolph,Quận Randolph,Randolf,Randolf srjan,Randolph,Randolph Kun,Randolph Kūn,Randolph konderria,Randolph megye,Rehndol'f,Rendolf,lan dao fu xian,randorufu jun,rendalapha ka'unti,shhrstan rndwlf  wyrjynyay ghrby,Округ Рандолф,Рандолф,Рендолф,Рэндольф,Ռանդոլֆ շրջան,رینڈالف کاؤنٹی,رینڈولف کاؤنٹی، مغربی ورجینیا,شهرستان رندولف، ویرجینیای غربی,রেন্ডলফ কাউন্টি,ランドルフ郡,蘭道夫縣		US	WV	083	29405	America/New_York
4820055	Ritchie County	ritchie-county	Comitatul Ritchie,Comte de Ritchie,Comté de Ritchie,Condado de Ritchie,Condado han Ritchie,Contea di Ritchie,Hrabstwo Ritchie,Kantono Ritchie,Konteth Ritchie,Okrug Richi,Quan Ritchie,Quận Ritchie,Richi,Ritchi,Ritchie,Ritchie Kun,Ritchie Kūn,Ritchie konderria,Ritchie megye,li qi xian,ritaci ka'unti,ritchi jun,shhrstan rychy  wyrjynyay ghrby,Округ Ричи,Ритчи,Ричи,Рітчі,Ռիտչի շրջան,رچی کاؤنٹی,رچی کاؤنٹی، مغربی ورجینیا,شهرستان ریچی، ویرجینیای غربی,রিটচি কাউন্টি,リッチー郡,里奇縣		US	WV	085	10449	America/New_York
4820200	Roane County	roane-county	Comitatul Roane,Comte de Roane,Comté de Roane,Condado de Roane,Condado han Roane,Contea di Roane,Hrabstwo Roane,Kantono Roane,Konteth Roane,Okrug Roun,Quan Roane,Quận Roane,Roan,Roane,Roane County,Roane Kun,Roane Kūn,Roane konderria,Roane megye,Roane srjan,Roanei maakond,Roans County,Rouan,Roun,luo en xian,ron jun,royane ka'unti,shhrstan rwan  wyrjynyay ghrby,Округ Роун,Роан,Роуан,Роун,Ռոանե շրջան,روان کاؤنٹی,روان کاؤنٹی، مغربی ورجینیا,شهرستان روان، ویرجینیای غربی,রোয়ানে কাউন্টি,ローン郡,羅恩縣		US	WV	087	14926	America/New_York
4823985	Summers County	summers-county	Comitatul Summers,Comte de Summers,Comté de Summers,Condado de Summers,Condado han Summers,Contea di Summers,Hrabstwo Summers,Kantono Summers,Konteth Summers,Okrug Samers,Quan Summers,Quận Summers,Samers srjan,Sammers,Samurs,Summers,Summers Kun,Summers Kūn,Summers konderria,Summers megye,sa mo si xian,samazu jun,samerasa ka'unti,shhrstan samrz  wyrjynyay ghrby,Округ Самерс,Саммерс,Самърс,Սամերս շրջան,سمرز کاؤنٹی,سمرز کاؤنٹی، مغربی ورجینیا,شهرستان سامرز، ویرجینیای غربی,সামেরস কাউন্টি,サマーズ郡,薩默斯縣		US	WV	089	13927	America/New_York
4824403	Taylor County	taylor-county	Comitatul Taylor,Comte de Taylor,Comté de Taylor,Condado de Taylor,Condado han Taylor,Contea di Taylor,Hrabstwo Taylor,Kantono Taylor,Konteth Taylor,Okrug Tejlor,Quan Taylor,Quận Taylor,Taylor,Taylor Kun,Taylor Kūn,Taylor konderria,Taylor megye,Tejlor,Tejlur,shhrstan tylwr  wyrjynyay ghrby,tai lei xian,teira jun,Округ Тејлор,Тейлор,Тейлър,Թեյլոր շրջան,شهرستان تیلور، ویرجینیای غربی,ٹیلر کاؤنٹی، مغربی ورجینیا,ٹیلر کاؤنٹی، ویسٹ ورجینیا,テイラー郡,泰勒縣		US	WV	091	16895	America/New_York
4825147	Tucker County	tucker-county	Comitatul Tucker,Comte de Tucker,Comté de Tucker,Condado de Tucker,Condado han Tucker,Contea di Tucker,Hrabstwo Tucker,Kantono Tucker,Konteth Tucker,Okrug Taker,Quan Tucker,Quận Tucker,Taker,Takur,Tucker,Tucker Kun,Tucker Kūn,Tucker konderria,Tucker megye,shhrstan twkr  wyrjynyay ghrby,ta ke xian,takera ka'unti,takka jun,Округ Такер,Такер,Такър,Թաքեր շրջան,شهرستان توکر، ویرجینیای غربی,ٹکر کاؤنٹی,ٹکر کاؤنٹی، مغربی ورجینیا,টাকের কাউন্টি,タッカー郡,塔克縣		US	WV	093	7141	America/New_York
4825407	Tyler County	tyler-county	Comitatul Tyler,Comte de Tyler,Comté de Tyler,Condado de Tyler,Condado han Tyler,Contea di Tyler,Hrabstwo Tyler,Kantono Tyler,Konteth Tyler,Okrug Tajler,Quan Tyler,Quận Tyler,Tajler,Tajlur,Tyler,Tyler Kun,Tyler Kūn,Tyler konderria,Tyler megye,Tyleri maakond,shhrstan taylr  wyrjynyay ghrby,tai lei xian,taira jun,te'ilara ka'unti,Округ Тајлер,Тайлер,Тайлър,Թայլեր շրջան,شهرستان تایلر، ویرجینیای غربی,ٹائلر کاؤنٹی,ٹائلر کاؤنٹی، مغربی ورجینیا,টেইলর কাউন্টি,タイラー郡,泰勒縣		US	WV	095	9208	America/New_York
4825733	Upshur County	upshur-county	pshur,Apsher,Apshur,Comitatul Upshur,Comte d'Upshur,Comté d'Upshur,Condado de Upshur,Condado han Upshur,Contea di Upshur,Hrabstwo Upshur,Kantono Upshur,Konteth Upshur,Okrug Apsher,Quan Upshur,Quận Upshur,Upshur,Upshur Kun,Upshur Kūn,Upshur konderria,Upshur megye,Upshuri maakond,apasura ka'unti,appusha jun,e pu she xian,shhrstan apshwr  wyrjynyay ghrby,Апшер,Апшур,Округ Апшер,Ъпшър,Ափշեր շրջան,اپشر کاؤنٹی,اپشر کاؤنٹی، مغربی ورجینیا,شهرستان آپشور، ویرجینیای غربی,আপসুর কাউন্টি,アップシャー郡,厄普舍縣		US	WV	097	24254	America/New_York
4826596	Wayne County	wayne-county	Comitatul Wayne,Comte de Wayne,Comté de Wayne,Condado de Wayne,Condado han Wayne,Contea di Wayne,Hrabstwo Wayne,Kantono Wayne,Konteth Wayne,Okrug Vejn,Oweyn srjan,Quan Wayne,Quận Wayne,Uehjn,Uejn,Vejn,Wayne,Wayne Kun,Wayne Kūn,Wayne konderria,Wayne megye,raa'ine ka'unti,shhrstan wyn  wyrjynyay ghrby,u~ein jun,wei en xian,Вейн,Округ Вејн,Уейн,Уэйн,Ուեյն շրջան,شهرستان وین، ویرجینیای غربی,وین کاؤنٹی، مغربی ورجینیا,وین کاؤنٹی، ویسٹ ورجینیا,ৱাইনে কাউন্টি,ウェイン郡,韋恩縣		US	WV	099	42481	America/New_York
4826636	Webster County	webster-county	Comitatul Webster,Comte de Webster,Comté de Webster,Condado de Webster,Condado han Webster,Contea di Webster,Hrabstwo Webster,Kantono Webster,Konteth Webster,Okrug Vebster,Owebster srjan,Quan Webster,Quận Webster,Uebstur,Uehbster,Vebster,Webster,Webster Kun,Webster Kūn,Webster konderria,Webster megye,oyebastera ka'unti,shhrstan wbstr  wyrjynyay ghrby,u~ebusuta jun,wei bo si te xian,Вебстер,Округ Вебстер,Уебстър,Уэбстер,Ուեբստեր շրջան,شهرستان وبستر، ویرجینیای غربی,ویبسٹر کاؤنٹی,ویبسٹر کاؤنٹی، مغربی ورجینیا,ওয়েবস্টের কাউন্টি,ウェブスター郡,韋伯斯特縣		US	WV	101	9154	America/New_York
4826911	Wetzel County	wetzel-county	Comitatul Wetzel,Comte de Wetzel,Comté de Wetzel,Condado de Wetzel,Condado han Wetzel,Contea di Wetzel,Hrabstwo Wetzel,Kantono Wetzel,Konteth Wetzel,Okrug Vecel,Owetzel srjan,Quan Wetzel,Quận Wetzel,Uecul,Vetcel',Vetzel,Wetzel,Wetzel Kun,Wetzel Kūn,Wetzel konderria,Wetzel megye,raetajela ka'unti,shhrstan wtzl  wyrjynyay ghrby,u~ettsu~eru jun,wei suo xian,Ветзел,Ветцель,Округ Вецел,Уецъл,Ուետզել շրջան,شهرستان وتزل، ویرجینیای غربی,ویٹزل کاؤنٹی,ویٹزل کاؤنٹی، مغربی ورجینیا,ৱেটজেল কাউন্টি,ウェッツェル郡,威索縣		US	WV	103	16583	America/New_York
4827540	Wirt County	wirt-county	Comitatul Wirt,Comte de Wirt,Comté de Wirt,Condado de Wirt,Condado han Wirt,Contea di Wirt,Hrabstwo Wirt,Kantono Wirt,Konteth Wirt,Okrug Vert,Quan Wirt,Quận Wirt,Uurt,Vert,Virt,Wirt,Wirt Kun,Wirt Kūn,Wirt konderria,Wirt megye,raita ka'unti,wato jun,wo te xian,Верт,Вирт,Округ Верт,Уърт,Ուերթ շրջան,ورٹ کاؤنٹی,ویرٹ کاؤنٹی، مغربی ورجینیا,ৱিট কাউন্টি,ワート郡,沃特縣		US	WV	105	5717	America/New_York
4827706	Wood County	wood-county	Comitatul Wood,Comte de Wood,Comté de Wood,Condado de Wood,Condado han Wood,Contato Wood,Contea di Wood,Hrabstwo Wood,Kantono Wood,Konteth Wood,Okrug Vud,Quan Wood,Quận Wood,Ud,Vud,Vud srjan,Wood,Wood County,Wood Kun,Wood Kūn,Wood konderria,Wood megye,Woods County,rada ka'unti,shhrstan wwd  wyrjynyay ghrby,uddo jun,wu de xian,Вуд,Округ Вуд,Уд,Վուդ շրջան,شهرستان وود، ویرجینیای غربی,ووڈ کاؤنٹی، مغربی ورجینیا,وڈ کاؤنٹی,ৱড কাউন্টি,ウッド郡,伍德縣		US	WV	107	86956	America/New_York
4827881	Wyoming County	wyoming-county	Comitatul Wyoming,Comte de Wyoming,Comté de Wyoming,Condado de Wyoming,Condado han Wyoming,Contea di Wyoming,Hrabstwo Wyoming,Kantono Wyoming,Konteth Wyoming,Okrug Vajoming,Owayoming srjan,Quan Wyoming,Quận Wyoming,Uajoming,Vajoming,Wyoming,Wyoming Kun,Wyoming Kūn,Wyoming konderria,Wyoming megye,huai e ming xian,raa'i'omim ka'unti,shhrstan waywmyng  wyrjynyay ghrby,waiomingu jun,Вайоминг,Вайомінг,Округ Вајоминг,Уайоминг,Ուայոմինգ շրջան,شهرستان وایومینگ، ویرجینیای غربی,وائیومنگ کاؤنٹی، مغربی ورجینیا,ویومنگ کاؤنٹی، ویسٹ ورجینیا,ৱাইওমিং কাউন্টি,ワイオミング郡,懷俄明縣		US	WV	109	23796	America/New_York
4829092	Bedford County	bedford-county	Bedford,Bedford Comitatus,Bedford Kun,Bedford Kūn,Bedford konderria,Bedford megye,Bedford srjan,Comitatul Bedford,Comte de Bedford,Comté de Bedford,Condado de Bedford,Condado han Bedford,Contea di Bedford,Hrabstwo Bedford,Okrug Bedford,Quan Bedford,Quận Bedford,bedaphorda ka'unti,beddofodo jun,bei de fu xian,shhrstan bdfwrd  tnsy,Бедфорд,Округ Бедфорд,Բեդֆորդ շրջան,بیڈفورڈ کاؤنٹی، ٹینیسی,شهرستان بدفورد، تنسی,مقاطعة بيدفورد,বেডফোর্ড কাউন্টি,ベッドフォード郡,貝德福縣		US	TN	003	45058	America/Chicago
4830868	Autauga County	autauga-county	Autauga,Autauga Comitatus,Autauga Kun,Autauga Kūn,Autauga konderria,Autauga megye,Autauga  okrug,Comitatul Autauga,Comte d'Autauga,Comté d'Autauga,Condado de Autauga,Condado han Autauga,Contea di Autauga,County Autauga,Hrabstwo Autauga,Konteth Autauga,Okrug Otoga,Otoga,Otoga srjan,Quan Autauga,Quận Autauga,a'utoga ka'unti,ao tao jia xian,otoga jun,shhrstan awtwga  alabama,Аутауга,Округ Отога,Отога,Отоґа,Օտոգա շրջան,اوتوگا کاؤنٹی، الاباما,شهرستان اوتوگا، آلاباما,مقاطعة أوتوغا,আউটোগা কাউন্টি,オートーガ郡,奥陶加县		US	AL	001	54571	America/Chicago
4831207	Baldwin County	baldwin-county	Baldwin,Baldwin Comitatus,Baldwin Kun,Baldwin Kūn,Baldwin konderria,Baldwin megye,Baldwini maakond,Baldwinin piirikunta,Bolduin,Bolduin srjan,Boldvin,Comitatul Baldwin,Comte de Baldwin,Comté de Baldwin,Condado de Baldwin,Condado han Baldwin,Contea di Baldwin,County Baldwin,Hrabstwo Baldwin,Konteth Baldwin,Okrug Boldvin,Quan Baldwin,Quận Baldwin,baladuraina ka'unti,bao de wen xian,borudou~in jun,shhrstan baldwyn  alabama,Болдвин,Болдвін,Болдуин,Округ Болдвин,Բոլդուին շրջան,بالڈون کاؤنٹی، الاباما,شهرستان بالدوین، آلاباما,مقاطعة بالدوين,বালদুৱিন কাউন্টি,ボールドウィン郡,鲍德温县		US	AL	003	182265	America/Chicago
4831351	Barbour County	barbour-county	Barbour,Barbour Kun,Barbour Kūn,Barbour konderria,Barbour megye,Barbouri maakond,Barbur,Barbur srjan,Comitatul Barbour,Comte de Barbour,Comté de Barbour,Condado de Barbour,Condado han Barbour,Contea di Barbour,County Barbour,Hrabstwo Barbour,Okrug Barbor,Quan Barbour,Quận Barbour,ba bo xian,baba jun,barabora ka'unti,shhrstan barbr  alabama,Барбур,Барбър,Округ Барбор,Բարբուր շրջան,باربور کاؤنٹی، الاباما,شهرستان باربر، آلاباما,مقاطعة بربور,বারবোর কাউন্টি,バーバー郡,巴伯縣		US	AL	005	27457	America/Chicago
4831820	Iowa County	iowa-county	Ajova,Ayova srjan,Comitatul Iowa,Comte d'Iowa,Comté d'Iowa,Condado de Iowa,Condado han Iowa,Contea di Iowa,Hrabstwo Iowa,Iowa,Iowa Kun,Iowa Kūn,Iowa konderria,Iowa maakond,Iowa megye,Kantono Iowa,Okrug Ajova,Quan Iowa,Quận Iowa,a'iraa ka'unti,ai a hua xian,aiowa jun,mqatʿt aywa,shhrstan aywwa  aywwa,Айова,Округ Ајова,Այովա շրջան,آئیووا کاؤنٹی,آئیووا کاؤنٹی، آئیووا,شهرستان آیووا، آیووا,مقاطعة آيوا,আইৱা কাউন্টি,アイオワ郡,愛阿華縣		US	IA	095	16355	America/Chicago
4834162	Fairfield County	fairfield-county	Comitatul Fairfield,Comte de Fairfield,Comté de Fairfield,Condado de Fairfield,Condado han Fairfield,Contea di Fairfield,Fairfield,Fairfield Kun,Fairfield Kūn,Fairfield konderria,Fairfield megye,Fairfieldi maakond,Fehrfild,Ferfild,Feurfijld,Feyrfild srjan,Hrabstwo Fairfield,Okrug Ferfild,Quan Fairfield,Quận Fairfield,feafirudo jun,fei er fei er de xian,pheyaraphilda ka'unti,shhrstan fyrfyld  kntykt,Округ Ферфилд,Ферфілд,Феърфийлд,Фэрфилд,Ֆեյրֆիլդ շրջան,شهرستان فیرفیلد، کنتیکت,فیئرفیلڈ کاؤنٹی، کنیکٹیکٹ,فیرفیلڈ کاؤنٹی,مقاطعة فيرفيلد,ফেয়ারফিল্ড কাউন্টি,フェアフィールド郡,費爾菲爾德縣		US	CT	001	916829	America/New_York
4835806	Hartford County	hartford-county	Comitatul Hartford,Comte de Hartford,Comté de Hartford,Condado de Hartford,Condado han Hartford,Contea di Hartford,Gartford,Hartford,Hartford Kun,Hartford Kūn,Hartford konderria,Hartford megye,Hartford srjan,Hartfordi maakond,Hrabstwo Hartford,Khartford,Okrug Khartford,Quan Hartford,Quận Hartford,ha te fu de xian,hartaphorda ka'unti,hatofodo jun,shhrstan hartfwrd  kntykt,Гартфорд,Округ Хартфорд,Хартфорд,Հարտֆորդ շրջան,شهرستان هارتفورد، کنتیکت,مقاطعة هارتفورد,ہارٹفورڈ کاؤنٹی,ہارٹفورڈ کاؤنٹی، کنیکٹیکٹ,হার্টফোর্ড কাউন্টি,ハートフォード郡,哈特福德縣		US	CT	003	894014	America/New_York
4837802	Litchfield County	litchfield-county	Comitatul Litchfield,Comte de Litchfield,Comté de Litchfield,Condado de Litchfield,Condado han Litchfield,Contea di Litchfield,Hrabstwo Litchfield,Lichfijld,Lichfild,Litchfield,Litchfield Kun,Litchfield Kūn,Litchfield konderria,Litchfield megye,Okrug Lichfild,Quan Litchfield,Quận Litchfield,li qi fei er de xian,litacaphilda ka'unti,ritchifirudo jun,shhrstan ltchfyld  kntykt,Личфийлд,Личфилд,Лічфілд,Округ Личфилд,Լիչֆիլդ շրջան,شهرستان لتچفیلد، کنتیکت,لچفیلڈ کاؤنٹی,لچفیلڈ کاؤنٹی، کنیکٹیکٹ,مقاطعة ليتشفيلد,লিটচফিল্ড কাউন্টি,リッチフィールド郡,利奇菲爾德縣		US	CT	005	189927	America/New_York
4838627	Middlesex County	middlesex-county	Comitatul Middlesex,Comte de Middlesex,Comté de Middlesex,Condado de Middlesex,Condado han Middlesex,Contae Middlesex,Contea di Middlesex,Hrabstwo Middlesex,Middlesex,Middlesex Kun,Middlesex Kūn,Middlesex konderria,Middlesex megye,Middlseks,Midlseks,Midulseks,Okrug Midlseks,Quan Middlesex,Quận Middlesex,mi de er sai ke si jun,midalaseksa ka'unti,midorusekkusu jun,shhrstan mydlsks  kntykt,Мидлсекс,Мидълсекс,Міддлсекс,Округ Мидлсекс,Միդլսեքս շրջան,شهرستان میدلسکس، کنتیکت,مڈلسکس کاؤنٹی,مڈلسیکس کاؤنٹی، کنیکٹیکٹ,মিডলসেক্স কাউন্টি,ミドルセックス郡,米德爾塞克斯郡		US	CT	007	165676	America/New_York
4839373	New Haven County	new-haven-county	Comitatul New Haven,Comte de New Haven,Comté de New Haven,Condado de New Haven,Condado han New Haven,Contea di New Haven,Hrabstwo New Haven,N'ju-Gejven,N'ju-Khejven,New Haven,New Haven Kun,New Haven Kūn,New Haven konderria,New Haven megye,New Haveni maakond,Nju Khejvun,Nyu Heyven srjan,Okrug NJu Khejven,Quan New Haven,Quận New Haven,ni'u hebhena ka'unti,niu hei wen xian,nyuheibun jun,shhrstan nyw hawn  kntykt,Нью-Гейвен,Нью-Хейвен,Ню Хейвън,Округ Њу Хејвен,Նյու Հեյվեն շրջան,شهرستان نیو هاون، کنتیکت,مقاطعة نيو هيفن,نیو ہیون کاؤنٹی، کنیکٹیکٹ,نیو ہیوون کاؤنٹی,নিউ হেভেন কাউন্টি,ニューヘイブン郡,紐黑文縣		US	CT	009	862477	America/New_York
4839420	New London County	new-london-county	Comitatul New London,Comte de New London,Comté de New London,Condado de New London,Condado han New London,Contea di New London,Hrabstwo New London,N'ju-London,New London,New London Kun,New London Kūn,New London konderria,New London megye,Nju Lundun,Nyu London srjan,Okrug NJu London,Quan New London,Quận New London,ni'u landana ka'unti,nyurondon jun,shhrstan nyw lndn  kntykt,xin lun dui xian,Нью-Лондон,Ню Лъндън,Округ Њу Лондон,Նյու Լոնդոն շրջան,شهرستان نیو لندن، کنتیکت,نیو لندن کاؤنٹی,نیو لندن کاؤنٹی، کنیکٹیکٹ,নিউ লন্ডন কাউন্টি,ニューロンドン郡,新倫敦縣		US	CT	011	274055	America/New_York
4844275	Tolland County	tolland-county	Comitatul Tolland,Comte de Tolland,Comté de Tolland,Condado de Tolland,Condado han Tolland,Contae Tolland,Contea di Tolland,Hrabstwo Tolland,Okrug Taland,Quan Tolland,Quận Tolland,Tolland,Tolland Kun,Tolland Kūn,Tolland konderria,Tolland megye,Tollandin piirikunta,Tollend,Tolund,shhrstan twlnd  kntykt,tolalyanda ka'unti,torando jun,tuo lan xian,Округ Таланд,Толланд,Толленд,Толънд,Թոլանդ շրջան,شهرستان تولند، کنتیکت,ٹولینڈ کاؤنٹی,ٹولینڈ کاؤنٹی، کنیکٹیکٹ,টোলল্যান্ড কাউন্টি,トランド郡,托兰县		US	CT	013	152691	America/New_York
4845904	Windham County	windham-county	Comitatul Windham,Comte de Windham,Comté de Windham,Condado de Windham,Condado han Windham,Contea di Windham,Hrabstwo Windham,Okrug Vindkham,Owindham srjan,Quan Windham,Quận Windham,Uindem,Uindum,Vindem,Windham,Windham Kun,Windham Kūn,Windham konderria,Windham megye,Windhami maakond,rayindahama ka'unti,shhrstan wyndham  kntykt,u~indamu jun,wen de mu xian,Віндем,Округ Виндхам,Уиндем,Уиндъм,Ուինդհամ շրջան,شهرستان ویندهام، کنتیکت,ونڈہیم کاؤنٹی، کنکٹیکٹ,وینڈم کاؤنٹی، کنیکٹیکٹ,ৱয়িন্ডহাম কাউন্টি,ウィンダム郡,溫德姆縣		US	CT	015	118428	America/New_York
4846344	Adair County	adair-county	Adair,Adair Kun,Adair Kūn,Adair konderria,Adair megye,Adehr,Ader,Ader srjan,Adeur,Comitatul Adair,Comte d'Adair,Comté d'Adair,Condado de Adair,Condado han Adair,Contea di Adair,Hrabstwo Adair,Kantono Adair,Okrug Ader,Quan Adair,Quận Adair,adayira ka'unti,aderu jun,mqatʿt adyr,shhrstan adyr  aywwa,ya dai er xian,Адер,Адеър,Адэр,Округ Адер,Ադեր շրջան,ادائر کاؤنٹی، آئیووا,ایڈیئر کاؤنٹی,شهرستان ادیر، آیووا,مقاطعة أدير,আডায়ির কাউন্টি,アデール郡,亞代爾縣		US	IA	001	7682	America/Chicago
4846362	Adams County	adams-county	Adams,Adams Kun,Adams Kūn,Adams konderria,Adams megye,Adams srjan,Comitatul Adams,Comte d'Adams,Comté d'Adams,Condado de Adams,Condado han Adams,Contea di Adams,Hrabstwo Adams,Kantono Adams,Okrug Adams,Quan Adams,Quận Adams,adamuzu jun,mqatʿt adamz,shhrstan adamz  aywwa,ya dang si xian,Адамс,Округ Адамс,Ադամս շրջան,ایڈمز کاؤنٹی، آئیووا,شهرستان آدامز، آیووا,مقاطعة أدامز,অ্যাডামস কাউন্টি,アダムズ郡,亞當斯縣		US	IA	003	4029	America/Chicago
4846643	Allamakee County	allamakee-county	Alamaki,Allamakee,Allamakee Kun,Allamakee Kūn,Allamakee konderria,Allamakee megye,Allamaki,Almaki srjan,Comitatul Allamakee,Comte d'Allamakee,Comté d'Allamakee,Condado de Allamakee,Condado han Allamakee,Contea di Allamakee,Hrabstwo Allamakee,Kantono Allamakee,Okrug Alamaki,Quan Allamakee,Quận Allamakee,a lei ma ji xian,alamaki ka'unti,aramaki jun,mqatʿt alamaky,shhrstan alamaky  aywwa,Аламаки,Алламаки,Алламакі,Округ Аламаки,Ալմակի շրջան,الاماکی کاؤنٹی,الاماکی کاؤنٹی، آئیووا,شهرستان آلاماکی، آیووا,مقاطعة ألاماكي,আলামাকী কাউন্টি,アラマキー郡,阿勒马基县		US	IA	005	14330	America/Chicago
4847063	Appanoose County	appanoose-county	Apanus,Apanus srjan,Appanoose,Appanoose Kun,Appanoose Kūn,Appanoose konderria,Appanoose megye,Appanus,Comitatul Appanoose,Comte d'Appanoose,Comté d'Appanoose,Condado de Appanoose,Condado han Appanoose,Contea di Appanoose,Hrabstwo Appanoose,Kantono Appanoose,Okrug Apanus,Quan Appanoose,Quận Appanoose,a po nu si xian,apanose ka'unti,apanusu jun,mqatʿt abanwz,shhrstan apnws  aywwa,Апанус,Аппанус,Округ Апанус,Ապանուս շրջան,اپانوز کاؤنٹی,ایپانوس کاؤنٹی، آئیووا,شهرستان اپنوس، آیووا,مقاطعة أبانوز,আপানোসে কাউন্টি,アパヌース郡,阿珀努斯县		US	IA	007	12887	America/Chicago
4847428	Audubon County	audubon-county	Audubon,Audubon Kun,Audubon Kūn,Audubon konderria,Audubon megye,Comitatul Audubon,Comte d'Audubon,Comté d'Audubon,Condado de Audubon,Condado han Audubon,Contea di Audubon,Hrabstwo Audubon,Kantono Audubon,Odjubon,Odubon srjan,Odubun,Okrug Odubon,Quan Audubon,Quận Audubon,ao de ban xian,audobana ka'unti,mqatʿt awdwbwn,ode~yubon jun,shhrstan awdwban  aywwa,Одубън,Одюбон,Округ Одубон,Օդուբոն շրջան,آڈوبن کاؤنٹی، آئیووا,اڈوبون کاؤنٹی,شهرستان اودوبان، آیووا,مقاطعة أودوبون,ঔডোবন কাউন্টি,オーデュボン郡,奧德班縣		US	IA	009	6119	America/Chicago
4848237	Benton County	benton-county	Benton,Benton Kun,Benton Kūn,Benton konderria,Benton megye,Benton srjan,Bentun,Comitatul Benton,Comte de Benton,Comté de Benton,Condado de Benton,Condado han Benton,Contea di Benton,Hrabstwo Benton,Kantono Benton,Okrug Benton,Quan Benton,Quận Benton,ben dun xian,bentana ka'unti,benton jun,mqatʿt byntwn,shhrstan bntwn  aywwa,Бентон,Бентън,Округ Бентон,Բենտոն շրջան,بنٹن کاؤنٹی، آئیووا,بینٹن کاؤنٹی، آئیووا,شهرستان بنتون، آیووا,مقاطعة بينتون,বেন্টন কাউন্টি,ベントン郡,本頓縣		US	IA	011	26076	America/Chicago
4848699	Black Hawk County	black-hawk-county	Black Hawk,Black Hawk County,Black Hawk Kun,Black Hawk Kūn,Black Hawk konderria,Black Hawk megye,Blackhawk County,Blehk-Khok,Blek Khok,Blek-Gok,Comitatul Black Hawk,Comte de Black Hawk,Comté de Black Hawk,Condado de Black Hawk,Condado han Black Hawk,Contea di Black Hawk,Hrabstwo Black Hawk,Kantono Black Hawk,Okrug Blek Khok,Quan Black Hawk,Quận Black Hawk,blyaka ha'uka ka'unti,bu lai ke huo ke xian,burakkuhoku jun,mqatʿt blak hwk,shhrstan blk hak  aywwa,Блек Хок,Блек-Гок,Блэк-Хок,Округ Блек Хок,Բլեք Հոուկ շրջան,بلیک ہاک کاؤنٹی,بلیک ہاک کاؤنٹی، آئیووا,شهرستان بلک هاک، آیووا,مقاطعة بلاك هوك,ব্ল্যাক হাউক কাউন্টি,ブラックホーク郡,布萊克霍克縣		US	IA	013	131090	America/Chicago
4849058	Boone County	boone-county	Boone,Boone Kun,Boone Kūn,Boone konderria,Boone megye,Bun,Bun srjan,Comitatul Boone,Comte de Boone,Comté de Boone,Condado de Boone,Condado han Boone,Contea di Boone,Hrabstwo Boone,Kantono Boone,Okrug Bun,Quan Boone,Quận Boone,bhana ka'unti,bu en xian,bun jun,mqatʿt bwn,shhrstan bwny  aywwa,Бун,Округ Бун,Բուն շրջան,بون کاؤنٹی، آئیووا,شهرستان بونی، آیووا,مقاطعة بون,ভন কাউন্টি,ブーン郡,布恩縣		US	IA	015	26306	America/Chicago
4849288	Bremer County	bremer-county	Bremer,Bremer Kun,Bremer Kūn,Bremer konderria,Bremer megye,Bremer srjan,Bremur,Comitatul Bremer,Comte de Bremer,Comté de Bremer,Condado de Bremer,Condado han Bremer,Contea di Bremer,Hrabstwo Bremer,Kantono Bremer,Okrug Brimer,Quan Bremer,Quận Bremer,bremera ka'unti,bu lei mo xian,burema jun,mqatʿt brymyr,shhrstan brmr  aywwa,Бремер,Бремър,Округ Бример,Բրեմեր շրջան,بریمر کاؤنٹی، آئیووا,شهرستان برمر، آیووا,مقاطعة بريمير,ব্রেমের কাউন্টি,ブレマー郡,布雷默縣		US	IA	017	24276	America/Chicago
4851832	Clarke County	clarke-county	Clarke,Clarke Kun,Clarke Kūn,Clarke konderria,Clarke megye,Comitatul Clarke,Comte de Clarke,Comté de Clarke,Condado de Clarke,Condado han Clarke,Contea di Clarke,Hrabstwo Clarke,Kantono Clarke,Klark,Okrug Klark,Quan Clarke,Quận Clarke,ke la ke xian,klarke ka'unti,kuraku jun,mqatʿt klark,shhrstan klark  aywwa,Кларк,Округ Кларк,Քլարկ շրջան,شهرستان کلارک، آیووا,مقاطعة كلارك,کلارک کاؤنٹی، آئیووا,ক্লার্কে কাউন্টি,クラーク郡,克拉克縣		US	IA	039	9286	America/Chicago
4849598	Buchanan County	buchanan-county	B'jukenen,Bjukanun,Bjukenan,Buchanan,Buchanan Kun,Buchanan Kūn,Buchanan konderria,Buchanan megye,Byukenan srjan,Comitatul Buchanan,Comte de Buchanan,Comté de Buchanan,Condado de Buchanan,Condado han Buchanan,Contea di Buchanan,Hrabstwo Buchanan,Kantono Buchanan,Okrug Bjukenan,Quan Buchanan,Quận Buchanan,bu kan nan xian,bucanana ka'unti,bukyanan jun,mqatʿt bwkanan,shhrstan bywkanan  aywwa,Бьюкенен,Бюканън,Бюкенан,Округ Бјукенан,Բյուկենան շրջան,بوچانن کاؤنٹی، آئیووا,بیوکینن کاؤنٹی، آئیووا,شهرستان بیوکانان، آیووا,مقاطعة بوكانان,বুচানান কাউন্টি,ブキャナン郡,布坎南縣		US	IA	019	20958	America/Chicago
4849689	Buena Vista County	buena-vista-county	B'juna-Vista,Buena Vista,Buena Vista Kun,Buena Vista Kūn,Buena Vista konderria,Buena Vista megye,Buena Vista srjan,Buena-Vista,Comitatul Buena Vista,Comte de Buena Vista,Comté de Buena Vista,Condado de Buena Vista,Condado han Buena Vista,Contea di Buena Vista,Hrabstwo Buena Vista,Kantono Buena Vista,Okrug Bjuna Vista,Quan Buena Vista,Quận Buena Vista,bu you na wei si ta xian,buenabisuta jun,buyena bhista ka'unti,mqatʿt bwyna fysta,shhrstan bwyna wysta  aywwa,Буена Виста,Буена-Віста,Бьюна-Виста,Округ Бјуна Виста,Բուենա Վիստա շրջան,بیونا وزٹا کاؤنٹی,بیونا وسٹا کاؤنٹی، آئیووا,شهرستان بوئنا ویستا، آیووا,مقاطعة بوينا فيستا,বুয়েনা ভিস্তা কাউন্টি,ブエナビスタ郡,布尤納維斯塔縣		US	IA	021	20260	America/Chicago
4849935	Butler County	butler-county	Batler,Batler srjan,Butler,Butler Kun,Butler Kūn,Butler konderria,Butler megye,Butlur,Comitatul Butler,Comte de Butler,Comté de Butler,Condado de Butler,Condado han Butler,Contea di Butler,Hrabstwo Butler,Kantono Butler,Okrug Batler,Quan Butler,Quận Butler,ba te lei xian,batalara ka'unti,batora jun,mqatʿt bwtlr,shhrstan batlr  aywwa,Батлер,Бътлър,Округ Батлер,Բատլեր շրջան,بٹلر کاؤنٹی، آئیووا,شهرستان باتلر، آیووا,مقاطعة بوتلر,বাটলার কাউন্টি,バトラー郡,巴特勒縣		US	IA	023	14867	America/Chicago
4850031	Calhoun County	calhoun-county	Calhoun,Calhoun Kun,Calhoun Kūn,Calhoun konderria,Calhoun megye,Comitatul Calhoun,Comte de Calhoun,Comté de Calhoun,Condado de Calhoun,Condado han Calhoun,Contea di Calhoun,Hrabstwo Calhoun,Kalgun,Kalkhun,Kantono Calhoun,Okrug Kalkhun,Quan Calhoun,Quận Calhoun,ka er huo en xian,kalahauna ka'unti,karufun jun,mqatʿt kalhawn,shhrstan klhwn  aywwa,Калгун,Калхун,Округ Калхун,Քալհուն շրջան,شهرستان کلهون، آیووا,مقاطعة كالهاون,کالہاؤن کاؤنٹی، آئیووا,کالہون کاؤنٹی، آئیووا,কলহৌন কাউন্টি,カルフーン郡,卡爾霍恩縣		US	IA	025	9670	America/Chicago
4850488	Carroll County	carroll-county	Carroll,Carroll Kun,Carroll Kūn,Carroll konderria,Carroll megye,Comitatul Carroll,Comte de Carroll,Comté de Carroll,Condado de Carroll,Condado han Carroll,Contea di Carroll,Hrabstwo Carroll,Kantono Carroll,Karroll,Kerroll,Kerul,Okrug Karol,Quan Carroll,Quận Carroll,ka luo er xian,kerola ka'unti,kyaroru jun,shhrstan krwl  aywwa,Карролл,Керролл,Керъл,Округ Карол,Քերոլ շրջան,شهرستان کرول، آیووا,مقاطعة كارول,کیرل کاؤنٹی، آئیووا,کیرول کاؤنٹی، آئیووا,কেরোল কাউন্টি,キャロル郡,卡洛爾縣		US	IA	027	20816	America/Chicago
4850583	Cass County	cass-county	Cass,Cass Kun,Cass Kūn,Cass konderria,Cass megye,Comitatul Cass,Comte de Cass,Comté de Cass,Condado de Cass,Condado han Cass,Contea di Cass,Hrabstwo Cass,Kantono Cass,Kas,Kass,Kes srjan,Kess,Okrug Kas,Quan Cass,Quận Cass,ka si xian,kasa ka'unti,kasu jun,mqatʿt kas,shhrstan kas  aywwa,Кас,Касс,Кесс,Округ Кас,Կես շրջան,شهرستان کاس، آیووا,مقاطعة كاس,کاس کاؤنٹی، آئیووا,কাস কাউন্টি,カス郡,卡斯縣		US	IA	029	13956	America/Chicago
4850676	Cedar County	cedar-county	Cedar,Cedar Kun,Cedar Kūn,Cedar konderria,Cedar megye,Comitatul Cedar,Comte de Cedar,Comté de Cedar,Condado de Cedar,Condado han Cedar,Contea di Cedar,Hrabstwo Cedar,Kantono Cedar,Okrug Sidar,Quan Cedar,Quận Cedar,Sedar,Sedar srjan,Sidar,Sidur,mqatʿt sydar,shhrstan sdar  aywwa,shida jun,sidara ka'unti,xi da xian,Округ Сидар,Седар,Сидар,Сидър,Սեդար շրջան,سیڈار کاؤنٹی,سیڈر کاؤنٹی، آئیووا,شهرستان سدار، آیووا,مقاطعة سيدار,সিডার কাউন্টি,シーダー郡,錫達縣		US	IA	031	18499	America/Chicago
4851093	Cerro Gordo County	cerro-gordo-county	Cerro Gordo,Cerro Gordo Kun,Cerro Gordo Kūn,Cerro Gordo konderria,Cerro Gordo megye,Comitatul Cerro Gordo,Comte de Cerro Gordo,Comté de Cerro Gordo,Condado Cerro Gordo,Condado de Cerro Gordo,Condado han Cerro Gordo,Contea di Cerro Gordo,Hrabstwo Cerro Gordo,Kantono Cerro Gordo,Okrug Sero Gordo,Quan Cerro Gordo,Quận Cerro Gordo,Sero Gordo,Sero Gordo srjan,Serro-Gordo,mqatʿt syrw ghwrdw,sai luo ge duo xian,sero gorda ka'unti,serogodo jun,shhrstan srw gwrdw  aywwa,Округ Серо Гордо,Серо Гордо,Серро-Гордо,Серро-Ґордо,Սերո Գորդո շրջան,سیرو گورڈو کاؤنٹی، آئیووا,شهرستان سرو گوردو، آیووا,مقاطعة سيرو غوردو,چیرو گوردو کاؤنٹی,সেরো গোর্ড কাউন্টি,セロゴード郡,塞羅戈多縣		US	IA	033	44151	America/Chicago
4851249	Cherokee County	cherokee-county	Cherokee,Cherokee Kun,Cherokee Kūn,Cherokee konderria,Cherokee megye,Cheroki,Comitatul Cherokee,Comte de Cherokee,Comté de Cherokee,Condado de Cherokee,Condado han Cherokee,Contea di Cherokee,Hrabstwo Cherokee,Kantono Cherokee,Okrug Cheroki,Quan Cherokee,Quận Cherokee,ceruki ka'unti,cheroki jun,mqatʿt tshyrwky,qie luo ji xian,shhrstan chrwky  aywwa,Округ Чероки,Чероки,Черокі,Չերոկի շրջան,شهرستان چروکی، آیووا,مقاطعة تشيروكي,چروکی کاؤنٹی، آئیووا,چیروکی کاؤنٹی، آئیووا,চেরুকী কাউন্টি,チェロキー郡,切羅基縣		US	IA	035	12072	America/Chicago
4851303	Chickasaw County	chickasaw-county	Chickasaw,Chickasaw Kun,Chickasaw Kūn,Chickasaw konderria,Chickasaw maakond,Chickasaw megye,Chikaso,Chikuso,Comitatul Chickasaw,Comte de Chickasaw,Comté de Chickasaw,Condado de Chickasaw,Condado han Chickasaw,Contea di Chickasaw,Hrabstwo Chickasaw,Kantono Chickasaw,Okrug Chikaso,Quan Chickasaw,Quận Chickasaw,chikaso jun,cikasa'u ka'unti,mqatʿt tshykasw,qi ke suo xian,shhrstan chykasw  aywwa,Округ Чикасо,Чикасо,Чикъсо,Չիկասո շրջան,شهرستان چیکاسو، آیووا,مقاطعة تشيكاسو,چکاسا کاؤنٹی,چکاسا کاؤنٹی، آئیووا,চিকাসউ কাউন্টি,チカソー郡,奇克索縣		US	IA	037	12439	America/Chicago
4851902	Clayton County	clayton-county	Clayton,Clayton Kun,Clayton Kūn,Clayton konderria,Clayton megye,Claytoni maakond,Comitatul Clayton,Comte de Clayton,Comté de Clayton,Condado de Clayton,Condado han Clayton,Contea di Clayton,Hrabstwo Clayton,Kantono Clayton,Klejton,Klejtun,Okrug Klejton,Quan Clayton,Quận Clayton,ke lai dun xian,kletana ka'unti,kureiton jun,mqatʿt klaytwn,shhrstan klytwn  aywwa,Клейтон,Клейтън,Округ Клејтон,Քլեյտոն շրջան,شهرستان کلیتون، آیووا,مقاطعة كلايتون,کلیٹن کاؤنٹی,کلیٹن کاؤنٹی، آئیووا,ক্লেটন কাউন্টি,クレイトン郡,克萊頓縣		US	IA	043	18129	America/Chicago
4852032	Clinton County	clinton-county	Clinton,Clinton Kun,Clinton Kūn,Clinton konderria,Clinton megye,Comitatul Clinton,Comte de Clinton,Comté de Clinton,Condado de Clinton,Condado han Clinton,Contea di Clinton,Hrabstwo Clinton,Kantono Clinton,Klinton,Klintun,Okrug Klinton,Quan Clinton,Quận Clinton,ke lin dun xian,klintana ka'unti,kurinton jun,mqatʿt klyntwn,shhrstan klyntwn  aywwa,Клинтон,Клинтън,Клінтон,Округ Клинтон,Քլինտոն շրջան,شهرستان کلینتون، آیووا,مقاطعة كلينتون,کلنٹن کاؤنٹی، آئیووا,ক্লিন্টন কাউন্টি,クリントン郡,克林頓縣		US	IA	045	49116	America/Chicago
4853012	Crawford County	crawford-county	Comitatul Crawford,Comte de Crawford,Comté de Crawford,Condado de Crawford,Condado han Crawford,Contea di Crawford,Crawford,Crawford Kun,Crawford Kūn,Crawford konderria,Crawford megye,Hrabstwo Crawford,Kantono Crawford,Kroford,Krouford,Okrug Kroford,Quan Crawford,Quận Crawford,ke lao fu de xian,kraphorda ka'unti,kuroufodo jun,mqatʿt krwfwrd,shhrstan krafwrd  aywwa,Кроуфорд,Крофорд,Округ Крофорд,Քրոուֆորդ շրջան,شهرستان کرافورد، آیووا,مقاطعة كروفورد,کرافورڈ کاؤنٹی، آئیووا,ক্রাফোর্ড কাউন্টি,クロウフォード郡,克勞福德縣		US	IA	047	17096	America/Chicago
4853335	Dallas County	dallas-county	Comitatul Dallas,Comte de Dallas,Comté de Dallas,Condado de Dallas,Condado han Dallas,Contea di Dallas,Dalas,Dalas srjan,Dallas,Dallas Kun,Dallas Kūn,Dallas konderria,Dallas megye,Hrabstwo Dallas,Kantono Dallas,Okrug Dalas,Quan Dallas,Quận Dallas,da la si xian,dalasa ka'unti,darasu jun,mqatʿt dalas,shhrstan dalas  aywwa,Далас,Даллас,Округ Далас,Դալաս շրջան,شهرستان دالاس، آیووا,مقاطعة دالاس,ڈالاس کاؤنٹی، آئیووا,ڈیلاس کاؤنٹی، آئیووا,ডালাস কাউন্টি,ダラス郡,達拉斯縣		US	IA	049	66135	America/Chicago
4853465	Davis County	davis-county	Comitatul Davis,Comte de Davis,Comté de Davis,Condado de Davis,Condado han Davis,Contea di Davis,Davis,Davis Kun,Davis Kūn,Davis konderria,Davis megye,Dejvis,Devis,Deyvis srjan,Hrabstwo Davis,Kantono Davis,Okrug Dejvis,Quan Davis,Quận Davis,dai wei si xian,debisa ka'unti,deibisu jun,mqatʿt dyfys,shhrstan dywys  aywwa,Девіс,Дейвис,Округ Дејвис,Դեյվիս շրջան,شهرستان دیویس، آیووا,مقاطعة ديفيس,ڈیوس کاؤنٹی، آئیووا,ডেবিস কাউন্টি,デイビス郡,戴維斯縣		US	IA	051	8753	America/Chicago
4853590	Decatur County	decatur-county	Comitatul Decatur,Comte de Decatur,Comté de Decatur,Condado de Decatur,Condado han Decatur,Contea di Decatur,Decatur,Decatur Kun,Decatur Kūn,Decatur konderria,Decatur megye,Dekatur,Dekatur srjan,Dekejter,Dikejtur,Hrabstwo Decatur,Kantono Decatur,Okrug Dekejtur,Quan Decatur,Quận Decatur,dekatura ka'unti,di kai te xian,diketa jun,mqatʿt dykatwr,shhrstan dkatwr  aywwa,Декатур,Декейтер,Дикейтър,Округ Декејтур,Դեկատուր շրջան,شهرستان دکاتور، آیووا,مقاطعة ديكاتور,ڈیکاٹر کاؤنٹی، آئیووا,ڈیکاٹور کاؤنٹی، آئیووا,ডেকাটুর কাউন্টি,ディケーター郡,第開特縣		US	IA	053	8457	America/Chicago
4853709	Delaware County	delaware-county	Comitatul Delaware,Comte de Delaware,Comté de Delaware,Condado de Delaware,Condado han Delaware,Contea di Delaware,Delaueur,Delavehr,Delaver,Delaver srjan,Delaware,Delaware Kun,Delaware Kūn,Delaware konderria,Delaware megye,Hrabstwo Delaware,Kantono Delaware,Okrug Delaver,Quan Delaware,Quận Delaware,dela'oyyara ka'unti,derau~ea jun,mqatʿt dylawyr,shhrstan dlawyr  aywwa,te la hua xian,Делавер,Делавэр,Делауеър,Округ Делавер,Դելավեր շրջան,شهرستان دلاویر، آیووا,مقاطعة ديلاوير,ڈیلاویئر کاؤنٹی، آئیووا,ডেলাওয়্যার কাউন্টি,デラウェア郡,特拉華縣		US	IA	055	17764	America/Chicago
4853838	Des Moines County	des-moines-county	Comitatul Des Moines,Comte de Des Moines,Comté de Des Moines,Condado de Des Moines,Condado han Des Moines,Contea di Des Moines,De Mojn,De Moyn srjan,De-Mojn,Des Moines,Des Moines Kun,Des Moines Kūn,Des Moines konderria,Des Moines megye,Hrabstwo Des Moines,Kantono Des Moines,Okrug De Mojn,Quan Des Moines,Quận Des Moines,de mei yin xian,demoin jun,desa mainesa ka'unti,mqatʿt dy mwyn,shhrstan ds mwyns  aywwa,Де Мойн,Де-Мойн,Округ Де Мојн,Դե Մոյն շրջան,دی موین کاؤنٹی، آئیووا,شهرستان دس موینس، آیووا,مقاطعة دي موين,ڈیس موئینس کاؤنٹی,ডেস মৈনেস কাউন্টি,デモイン郡,得梅因縣		US	IA	057	40325	America/Chicago
4853961	Dickinson County	dickinson-county	Comitatul Dickinson,Comte de Dickinson,Comté de Dickinson,Condado de Dickinson,Condado han Dickinson,Contea di Dickinson,Dickinson,Dickinson Kun,Dickinson Kūn,Dickinson konderria,Dickinson megye,Dikinson,Dikinson srjan,Dikinsun,Hrabstwo Dickinson,Kantono Dickinson,Okrug Dikinson,Quan Dickinson,Quận Dickinson,di jin sen xian,dikinasana ka'unti,dikinson jun,mqatʿt dykynswn,shhrstan dykynswn  aywwa,Дикинсон,Дикинсън,Дікінсон,Округ Дикинсон,Դիկինսոն շրջան,شهرستان دیکینسون، آیووا,مقاطعة ديكينسون,ڈکنسن کاؤنٹی، آئیووا,ডিকিনসন কাউন্টি,ディキンソン郡,迪金森縣		US	IA	059	16667	America/Chicago
4854534	Dubuque County	dubuque-county	Comitatul Dubuque,Comte de Dubuque,Comté de Dubuque,Condado de Dubuque,Condado han Dubuque,Contea di Dubuque,Djubjuk,Dub'juk,Dubjuk,Dubuque,Dubuque Kun,Dubuque Kūn,Dubuque konderria,Dubuque megye,Dubuquei maakond,Hrabstwo Dubuque,Kantono Dubuque,Okrug Dubjuk,Quan Dubuque,Quận Dubuque,dabyuku jun,di bi ke xian,dubuku'i ka'unti,mqatʿt dwbwk,shhrstan dwbwk  aywwa,Дубьюк,Дъбюк,Дюбюк,Округ Дубјук,Դուբյուք շրջան,شهرستان دوبوک، آیووا,مقاطعة دوبوك,ڈوبوق کاؤنٹی,ڈوبیوک کاؤنٹی، آئیووا,ডুবুকুই কাউন্টি,ダビューク郡,迪比克縣		US	IA	061	93653	America/Chicago
4855587	Emmet County	emmet-county	Comitatul Emmet,Comte d'Emmet,Comté d'Emmet,Condado de Emmet,Condado han Emmet,Contea di Emmet,Ehmmet,Emet srjan,Emit,Emmet,Emmet Kun,Emmet Kūn,Emmet konderria,Emmet megye,Emmeti maakond,Hrabstwo Emmet,Kantono Emmet,Okrug Emet,Quan Emmet,Quận Emmet,ai mi te xian,emeta ka'unti,emetto jun,mqatʿt aymyt,shhrstan amt  aywwa,Емит,Еммет,Округ Емет,Эммет,Էմետ շրջան,ایمٹ کاؤنٹی، آئیووا,ایمیٹ کاؤنٹی، آئیووا,شهرستان امت، آیووا,مقاطعة إيميت,এমেট কাউন্টি,エメット郡,埃米特縣		US	IA	063	10302	America/Chicago
4856473	Fayette County	fayette-county	Comitatul Fayette,Comte de Fayette,Comté de Fayette,Condado de Fayette,Condado han Fayette,Contea di Fayette,Faett,Fajet,Fayet srjan,Fayette,Fayette Kun,Fayette Kūn,Fayette konderria,Fayette megye,Fejett,Hrabstwo Fayette,Kantono Fayette,Okrug Fejet,Quan Fayette,Quận Fayette,faietto jun,fei ye te xian,mqatʿt fayyt,phayeta ka'unti,shhrstan fayt  aywwa,Округ Фејет,Файет,Фаєтт,Фейетт,Ֆայետ շրջան,شهرستان فایت، آیووا,فائیٹ کاؤنٹی، آئیووا,فایٹ کاؤنٹی، آئیووا,مقاطعة فاييت,ফায়েত কাউন্টি,ファイエット郡,費耶特縣		US	IA	065	20880	America/Chicago
4857314	Floyd County	floyd-county	Comitatul Floyd,Comte de Floyd,Comté de Floyd,Condado de Floyd,Condado han Floyd,Contea di Floyd,Flojd,Floyd,Floyd Kun,Floyd Kūn,Floyd konderria,Floyd megye,Floyd srjan,Hrabstwo Floyd,Kantono Floyd,Okrug Flojd,Quan Floyd,Quận Floyd,fu luo yi de xian,furoido jun,mqatʿt flwyd,phlayeda ka'unti,shhrstan flwyd  aywwa,Округ Флојд,Флойд,Ֆլոյդ շրջան,شهرستان فلوید، آیووا,فلوؤڈ کاؤنٹی,فلوئڈ کاؤنٹی، آئیووا,مقاطعة فلويد,ফ্লয়েড কাউন্টি,フロイド郡,弗洛伊德縣		US	IA	067	16303	America/Chicago
4857648	Franklin County	franklin-county	Comitatul Franklin,Comte de Franklin,Comté de Franklin,Condado de Franklin,Condado han Franklin,Contea di Franklin,Franklin,Franklin Kun,Franklin Kūn,Franklin konderria,Franklin megye,Franklin srjan,Franklini maakond,Hrabstwo Franklin,Kantono Franklin,Okrug Frenklin,Quan Franklin,Quận Franklin,fu lan ke lin xian,furankurin jun,mqatʿt frankln,phrankalina ka'unti,shhrstan franklyn  aywwa,Округ Френклин,Франклин,Франклін,Ֆրանկլին շրջան,شهرستان فرانکلین، آیووا,فرینکلن کاؤنٹی، آئیووا,مقاطعة فرانكلن,ফ্রাঙ্কলিন কাউন্টি,フランクリン郡,富蘭克林縣		US	IA	069	10680	America/Chicago
4857806	Fremont County	fremont-county	Comitatul Fremont,Comte de Fremont,Comté de Fremont,Condado de Fremont,Condado han Fremont,Contea di Fremont,Fremont,Fremont Kun,Fremont Kūn,Fremont konderria,Fremont megye,Frimont,Frimont srjan,Hrabstwo Fremont,Kantono Fremont,Okrug Frimont,Quan Fremont,Quận Fremont,fu li meng te xian,furemonto jun,mqatʿt frymwnt,phrimanta ka'unti,shhrstan frmwnt  aywwa,Округ Фримонт,Фремонт,Фримонт,Ֆրիմոնտ շրջան,شهرستان فرمونت، آیووا,فریمونٹ کاؤنٹی، آئیووا,مقاطعة فريمونت,ফ্রীমন্ট কাউন্টি,フレモント郡,弗里蒙特縣		US	IA	071	7441	America/Chicago
4859214	Greene County	greene-county	Comitatul Greene,Comte de Greene,Comté de Greene,Condado de Greene,Condado han Greene,Contea di Greene,Greene,Greene Kun,Greene Kūn,Greene konderria,Greene megye,Grijn,Grin,Grin srjan,Hrabstwo Greene,Kantono Greene,Okrug Grin,Quan Greene,Quận Greene,ge lin xian,grini ka'unti,gurin jun,mqatʿt ghryn,shhrstan gryn  aywwa,Грийн,Грин,Округ Грин,Ґрін,Գրին շրջան,شهرستان گرین، آیووا,مقاطعة غرين,گرین کاؤنٹی، آئیووا,গ্রীনি কাউন্টি,グリーン郡,格林縣		US	IA	073	9336	America/Chicago
4859441	Grundy County	grundy-county	Comitatul Grundy,Comte de Grundy,Comté de Grundy,Condado de Grundy,Condado han Grundy,Contea di Grundy,Grandi,Grandi srjan,Grundi,Grundy,Grundy Kun,Grundy Kūn,Grundy konderria,Grundy megye,Hrabstwo Grundy,Kantono Grundy,Okrug Grandi,Quan Grundy,Quận Grundy,ge lan di xian,gra'undi ka'unti,gurandi jun,mqatʿt ghrwndy,shhrstan grandy  aywwa,Гранди,Грънди,Округ Гранди,Ґранді,Գրանդի շրջան,شهرستان گراندی، آیووا,مقاطعة غروندي,گرنڈی کاؤنٹی,گرونڈی کاؤنٹی، آئیووا,গ্রাউন্ডি কাউন্টি,グランディ郡,格蘭迪縣		US	IA	075	12453	America/Chicago
4859502	Guthrie County	guthrie-county	Comitatul Guthrie,Comte de Guthrie,Comté de Guthrie,Condado de Guthrie,Condado han Guthrie,Contea di Guthrie,Gatri,Guthrie,Guthrie Kun,Guthrie Kūn,Guthrie konderria,Guthrie megye,Gutri,Hrabstwo Guthrie,Kantono Guthrie,Okrug Gatri,Quan Guthrie,Quận Guthrie,gasuri jun,guthriye ka'unti,jia si li xian,mqatʿt ghwdhry,shhrstan gatry  aywwa,Гатри,Гътри,Округ Гaтри,Ґатрі,Գաթրի շրջան,شهرستان گاتری، آیووا,مقاطعة غوذري,گتھری کاؤنٹی,گوتھری کاؤنٹی، آئیووا,গুথ্রিয়ে কাউন্টি,ガスリー郡,加斯里縣		US	IA	077	10954	America/Chicago
4859624	Hamilton County	hamilton-county	Comitatul Hamilton,Comte de Hamilton,Comté de Hamilton,Condado de Hamilton,Condado han Hamilton,Contea di Hamilton,Gamil'ton,Hamilton,Hamilton Kun,Hamilton Kūn,Hamilton konderria,Hamilton megye,Hamilton srjan,Hrabstwo Hamilton,Kantono Hamilton,Khamiltun,Okrug Khamilton,Quan Hamilton,Quận Hamilton,hamiruton jun,han mi er dun xian,hyamilatana ka'unti,mqatʿt hamyltwn,shhrstan hmyltwn  aywwa,Гамильтон,Гамільтон,Округ Хамилтон,Хамилтън,Համիլտոն շրջան,شهرستان همیلتون، آیووا,مقاطعة هاميلتون,ہیملٹن کاؤنٹی، آئیووا,হ্যামিলটন কাউন্টি,ハミルトン郡,漢密爾頓縣		US	IA	079	15673	America/Chicago
4859678	Hancock County	hancock-county	Comitatul Hancock,Comte de Hancock,Comté de Hancock,Condado de Hancock,Condado han Hancock,Contea di Hancock,Genkok,Hancock,Hancock Kun,Hancock Kūn,Hancock konderria,Hancock megye,Hrabstwo Hancock,Kantono Hancock,Khankok,Khehnkok,Okrug Khenkok,Quan Hancock,Quận Hancock,han kao ke xian,hanakoka ka'unti,hankokku jun,mqatʿt hankwk,shhrstan hnkak  aywwa,Генкок,Округ Хенкок,Ханкок,Хэнкок,Հենքոկ շրջան,شهرستان هنکاک، آیووا,مقاطعة هانكوك,ہینکاک کاؤنٹی، آئیووا,ہینکوک کاؤنٹی، آئیووا,হানকোক কাউন্টি,ハンコック郡,漢考克縣		US	IA	081	11341	America/Chicago
4859771	Hardin County	hardin-county	Comitatul Hardin,Comte de Hardin,Comté de Hardin,Condado de Hardin,Condado han Hardin,Contea di Hardin,Gardin,Hardin,Hardin Kun,Hardin Kūn,Hardin konderria,Hardin megye,Hardin srjan,Hrabstwo Hardin,Kantono Hardin,Khardin,Okrug Khardin,Quan Hardin,Quận Hardin,ha ding xian,hadin jun,haradina ka'unti,mqatʿt hardyn,shhrstan hardyn  aywwa,Гардін,Округ Хардин,Хардин,Հարդին շրջան,شهرستان هاردین، آیووا,مقاطعة هاردين,ہارڈن کاؤنٹی، آئیووا,হারডিন কাউন্টি,ハーディン郡,哈丁縣		US	IA	083	17534	America/Chicago
4859901	Harrison County	harrison-county	Comitatul Harrison,Comte de Harrison,Comté de Harrison,Condado de Harrison,Condado han Harrison,Contea di Harrison,Garrison,Harison srjan,Harrison,Harrison Kun,Harrison Kūn,Harrison konderria,Harrison megye,Hrabstwo Harrison,Kantono Harrison,Kharisun,Okrug Kharison,Quan Harrison,Quận Harrison,ha li sen xian,harison jun,harisona ka'unti,mqatʿt haryswn,shhrstan hryswn  aywwa,Гаррисон,Гаррісон,Округ Харисон,Харисън,Հարիսոն շրջան,شهرستان هریسون، آیووا,مقاطعة هاريسون,ہیریسن کاؤنٹی، آئیووا,হারিসোন কাউন্টি,ハリソン郡,哈里森縣		US	IA	085	14928	America/Chicago
4860353	Henry County	henry-county	Comitatul Henry,Comte de Henry,Comté de Henry,Condado de Henry,Condado han Henry,Contea di Henry,Genri,Henri srjan,Henry,Henry Kun,Henry Kūn,Henry konderria,Henry megye,Hrabstwo Henry,Kantono Henry,Khenri,Okrug Khenri,Quan Henry,Quận Henry,henari ka'unti,heng li xian,henri jun,mqatʿt hnry,shhrstan hnry  aywwa,Генри,Генрі,Округ Хенри,Хенри,Հենրի շրջան,شهرستان هنری، آیووا,مقاطعة هنري,ہنری کاؤنٹی، آئیووا,ہینری کاؤنٹی، آئیووا,হেনরি কাউন্টি,ヘンリー郡,亨利县		US	IA	087	20145	America/Chicago
4861232	Howard County	howard-county	Comitatul Howard,Comte de Howard,Comté de Howard,Condado de Howard,Condado han Howard,Contea di Howard,Govard,Hovard srjan,Howard,Howard Kun,Howard Kūn,Howard konderria,Howard megye,Hrabstwo Howard,Kantono Howard,Khauard,Khauurd,Okrug Khauard,Quan Howard,Quận Howard,haraarda ka'unti,hawado jun,huo hua de xian,mqatʿt haward,shhrstan hward  aywwa,Говард,Округ Хауард,Хауард,Хауърд,Հովարդ շրջան,شهرستان هوارد، آیووا,مقاطعة هاوارد,ہاوورڈ کاؤنٹی,ہووارڈ کاؤنٹی، آئیووا,হাৱার্ড কাউন্টি,ハワード郡,霍華德縣		US	IA	089	9566	America/Chicago
4861343	Humboldt County	humboldt-county	Comitatul Humboldt,Comte de Humboldt,Comté de Humboldt,Condado de Humboldt,Condado han Humboldt,Contea di Humboldt,Gumbol'dt,Hrabstwo Humboldt,Humbold srjan,Humboldt,Humboldt Kun,Humboldt Kūn,Humboldt konderria,Humboldt megye,Kantono Humboldt,Khumboult,Okrug Khambolt,Quan Humboldt,Quận Humboldt,hamaboldata ka'unti,hanboruto jun,hong bao xian,mqatʿt hwmbwlt,shhrstan hambwlt  aywwa,Гумбольдт,Округ Хамболт,Хъмбоулт,Հումբոլդ շրջան,شهرستان هامبولت، آیووا,مقاطعة هومبولت,ہمبولٹ کاؤنٹی، آئیووا,হামবোল্ডট কাউন্টি,ハンボルト郡,洪堡縣		US	IA	091	9815	America/Chicago
4861459	Ida County	ida-county	Ajda,Comitatul Ida,Comte d'Ida,Comté d'Ida,Condado de Ida,Condado han Ida,Contea di Ida,Hrabstwo Ida,Ida,Ida Kun,Ida Kūn,Ida konderria,Ida megye,Ida srjan,Kantono Ida,Okrug Ajda,Quan Ida,Quận Ida,ai da xian,aida jun,ida ka'unti,mqatʿt ayda,shhrstan ayda  aywwa,Іда,Айда,Округ Ајда,Իդա շրջան,ایڈا کاؤنٹی,ایڈا کاؤنٹی، آئیووا,شهرستان ایدا، آیووا,مقاطعة آيدا,ইডা কাউন্টি,アイダ郡,艾達縣		US	IA	093	7089	America/Chicago
4862320	Jackson County	jackson-county	Comitatul Jackson,Comte de Jackson,Comté de Jackson,Condado de Jackson,Condado han Jackson,Contea di Jackson,Dzhaksun,Dzhekson,Hrabstwo Jackson,Jackson,Jackson Kun,Jackson Kūn,Jackson konderria,Jackson megye,Jacksoni maakond,Kantono Jackson,Okrug DZekson,Quan Jackson,Quận Jackson,jakuson jun,jie ke xun xian,jyakasana ka'unti,mqatʿt jakswn,shhrstan jkswn  aywwa,Джаксън,Джексон,Округ Џексон,Ջեքսոն շրջան,جیکسن کاؤنٹی، آئیووا,شهرستان جکسون، آیووا,مقاطعة جاكسون,জ্যাকশন কাউন্টি,ジャクソン郡,杰克逊县		US	IA	097	19848	America/Chicago
4862456	Jasper County	jasper-county	Comitatul Jasper,Comte de Jasper,Comté de Jasper,Condado de Jasper,Condado han Jasper,Contea di Jasper,Dzhasper,Dzhaspur,Dzhesper,Hrabstwo Jasper,Jasper,Jasper Kun,Jasper Kūn,Jasper konderria,Jasper megye,Jasper srjan,Kantono Jasper,Okrug DZasper,Quan Jasper,Quận Jasper,jasapera ka'unti,jasupa jun,jie si pa xian,mqatʿt jasbr,shhrstan jaspr  aywwa,Джаспер,Джаспър,Джеспер,Округ Џаспер,Ջասպեր շրջան,جاسپر کاؤنٹی، آئیووا,جیسپر کاؤنٹی، آئیووا,شهرستان جاسپر، آیووا,مقاطعة جاسبر,জাসপের কাউন্টি,ジャスパー郡,傑斯帕縣		US	IA	099	36842	America/Chicago
4862494	Jefferson County	jefferson-county	Comitatul Jefferson,Comte de Jefferson,Comté de Jefferson,Condado de Jefferson,Condado han Jefferson,Contea di Jefferson,Dzhefersun,Dzhefferson,Hrabstwo Jefferson,Jeferson srjan,Jefferson,Jefferson Kun,Jefferson Kūn,Jefferson konderria,Jefferson megye,Jeffersoni maakond,Kantono Jefferson,Okrug DZeferson,Quan Jefferson,Quận Jefferson,jefason jun,jepharasana ka'unti,jie fu xun xian,mqatʿt jyfyrswn,shhrstan jfrswn  aywwa,Джеферсън,Джефферсон,Округ Џеферсон,Ջեֆերսոն շրջան,جیفرسن کاؤنٹی، آئیووا,شهرستان جفرسون، آیووا,مقاطعة جيفيرسون,জেফারশন কাউন্টি,ジェファーソン郡,傑佛遜縣		US	IA	101	16843	America/Chicago
4862732	Johnson County	johnson-county	Comitatul Johnson,Comte de Johnson,Comté de Johnson,Condado de Johnson,Condado han Johnson,Contea di Johnson,Dzhonson,Dzhonsun,Hrabstwo Johnson,Johnson,Johnson Kun,Johnson Kūn,Johnson konderria,Johnson megye,Johnsoni maakond,Jonson srjan,Kantono Johnson,Okrug DZonson,Quan Johnson,Quận Johnson,janasana ka'unti,jonson jun,mqatʿt jwnswn,shhrstan janswn  aywwa,yue han xun xian,Джонсон,Джонсън,Округ Џонсон,Ջոնսոն շրջան,جانسن کاؤنٹی، آئیووا,شهرستان جانسون، آیووا,مقاطعة جونسون,জনসন কাউন্টি,ジョンソン郡,約翰遜縣		US	IA	103	130882	America/Chicago
4862800	Jones County	jones-county	Comitatul Jones,Comte de Jones,Comté de Jones,Condado de Jones,Condado han Jones,Contea di Jones,Dzhons,Dzhouns,Hrabstwo Jones,Jones,Jones Kun,Jones Kūn,Jones konderria,Jones megye,Jons srjan,Kantono Jones,Okrug DZouns,Quan Jones,Quận Jones,jonesa ka'unti,jonzu jun,mqatʿt jwnz,qiong si xian,shhrstan jwnz  aywwa,Джонс,Джоунс,Округ Џоунс,Ջոնս շրջան,جونز کاؤنٹی، آئیووا,شهرستان جونز، آیووا,مقاطعة جونز,জোনেস কাউন্টি,ジョーンズ郡,瓊斯縣		US	IA	105	20638	America/Chicago
4863357	Keokuk County	keokuk-county	Comitatul Keokuk,Comte de Keokuk,Comté de Keokuk,Condado de Keokuk,Condado han Keokuk,Contea di Keokuk,Hrabstwo Keokuk,Kantono Keokuk,Keokuk,Keokuk Kun,Keokuk Kūn,Keokuk konderria,Keokuk megye,Kiokak,Okrug Kiokak,Quan Keokuk,Quận Keokuk,ji ao ka ke xian,ke'okuka ka'unti,keokuku jun,mqatʿt kywkwk,shhrstan kywkwk  aywwa,Кеокук,Киокак,Кіокак,Округ Киокак,Քիոկակ շրջան,شهرستان کئوکوک، آیووا,مقاطعة كيوكوك,کیوکوک کاؤنٹی، آئیووا,کیوکک کاؤنٹی,কেওকুক কাউন্টি,ケオクク郡,基奧卡克縣		US	IA	107	10511	America/Chicago
4863753	Kossuth County	kossuth-county	Comitatul Kossuth,Comte de Kossuth,Comté de Kossuth,Condado de Kossuth,Condado han Kossuth,Contea di Kossuth,Hrabstwo Kossuth,Kantono Kossuth,Koshut,Kossuth,Kossuth Kun,Kossuth Kūn,Kossuth konderria,Kossuth megye,Kosut,Okrug Kosut,Quan Kossuth,Quận Kossuth,ke su te xian,kos'sutha ka'unti,koshuto jun,mqatʿt kwswth,shhrstan kaswt  aywwa,Косут,Кошут,Округ Косут,Քոսուտ շրջան,شهرستان کاسوت، آیووا,مقاطعة كوسوث,کوستھ کاؤنٹی,کوسوتھ کاؤنٹی، آئیووا,কোস্সুথ কাউন্টি,コシュート郡,科蘇特縣		US	IA	109	15543	America/Chicago
4864395	Lee County	lee-county	Comitatul Lee,Comte de Lee,Comté de Lee,Condado de Lee,Condado han Lee,Contea di Lee,Hrabstwo Lee,Kantono Lee,Lee,Lee Kun,Lee Kūn,Lee konderria,Lee megye,Li,Li srjan,Lij,Okrug Li,Quan Lee,Quận Lee,li ka'unti,li xian,mqatʿt ly,ri jun,shhrstan ly  aywwa,Ли,Лий,Лі,Округ Ли,Լի շրջան,شهرستان لی، آیووا,لی کاؤنٹی، آئيووا,لی کاؤنٹی، آئیووا,مقاطعة لي,লী কাউন্টি,リー郡,李縣		US	IA	111	35862	America/Chicago
4864924	Linn County	linn-county	Comitatul Linn,Comte de Linn,Comté de Linn,Condado de Linn,Condado han Linn,Contea di Linn,Hrabstwo Linn,Kantono Linn,Lin,Lin srjan,Linn,Linn Kun,Linn Kūn,Linn konderria,Linn megye,Linni maakond,Okrug Lin,Quan Linn,Quận Linn,lin xian,lina ka'unti,lina ka'unti  ayova,mqatʿt lyn,rin jun,shhrstan lyn  aywwa,Лин,Линн,Лінн,Округ Лин,Լին շրջան,شهرستان لین، آیووا,لن کاؤنٹی,مقاطعة لين,लिन काउंटी  आयोवा,লিন কাউন্টি,リン郡,林縣		US	IA	113	211226	America/Chicago
4865506	Louisa County	louisa-county	Comitatul Louisa,Comte de Louisa,Comté de Louisa,Condado de Louisa,Condado han Louisa,Contea di Louisa,Hrabstwo Louisa,Kantono Louisa,Louisa,Louisa Kun,Louisa Kūn,Louisa konderria,Louisa maakond,Louisa megye,Luiza,Luiza okrugi,Luiza srjan,Okrug Luiza,Quan Louisa,Quận Louisa,lausa ka'unti,lu yi sha xian,mqatʿt lwyza,ruiza jun,shhrstan lwyysa  aywwa,Луиза,Луїза,Округ Луиза,Լուիզա շրջան,شهرستان لوئیسا، آیووا,لوئیزیا کاؤنٹی,لویزا کاؤنٹی، آئیووا,مقاطعة لويزا,লৌসা কাউন্টি,ルイザ郡,路易莎縣		US	IA	115	11387	America/Chicago
4865617	Lucas County	lucas-county	Comitatul Lucas,Comte de Lucas,Comté de Lucas,Condado de Lucas,Condado han Lucas,Contea di Lucas,Hrabstwo Lucas,Kantono Lucas,Lucas,Lucas Kun,Lucas Kūn,Lucas konderria,Lucas megye,Lucase maakond,Lukas,Lukas srjan,Okrug Lukas,Quan Lucas,Quận Lucas,lu ka si xian,lukasa ka'unti,mqatʿt lwkas,rukasu jun,shhrstan lwkas  aywwa,Лукас,Округ Лукас,Լուկաս շրջան,شهرستان لوکاس، آیووا,لوکس کاؤنٹی، آئیووا,مقاطعة لوكاس,লুকাস কাউন্টি,ルーカス郡,盧卡斯縣		US	IA	117	8898	America/Chicago
4865744	Lyon County	lyon-county	Comitatul Lyon,Comte de Lyon,Comté de Lyon,Condado de Lyon,Condado han Lyon,Contea di Lyon,Hrabstwo Lyon,Kantono Lyon,Lajon,Lion,Lion srjan,Lyon,Lyon Kun,Lyon Kūn,Lyon konderria,Lyon megye,Okrug Lajon,Quan Lyon,Quận Lyon,lai ang xian,lyayana ka'unti,mqatʿt lywn,raian jun,shhrstan lywn  aywwa,Лайон,Лион,Округ Лајон,Լիոն շրջան,شهرستان لیون، آیووا,لیون کاؤنٹی، آئیووا,مقاطعة ليون,ল্যয়ন কাউন্টি,ライアン郡,萊昂縣		US	IA	119	11581	America/Chicago
4865839	Madison County	madison-county	Comitatul Madison,Comte de Madison,Comté de Madison,Condado de Madison,Condado han Madison,Contea di Madison,Hrabstwo Madison,Kantono Madison,Madison,Madison Kun,Madison Kūn,Madison konderria,Madison megye,Madison srjan,Medison,Medisun,Mehdison,Okrug Medison,Quan Madison,Quận Madison,madison jun,mai di xun xian,maidisana ka'unti,medisana ka'unti,mqatʿt madyswn,shhrstan mdyswn  aywwa,Медисън,Медісон,Мэдисон,Округ Медисон,Մադիսոն շրջան,شهرستان مدیسون، آیووا,مقاطعة ماديسون,میڈیسن کاؤنٹی، آئیووا,मैडीसन काउंटी,মেডিশন কাউন্টি,マディソン郡,麥迪遜縣		US	IA	121	15679	America/Chicago
4865894	Mahaska County	mahaska-county	Comitatul Mahaska,Comte de Mahaska,Comté de Mahaska,Condado de Mahaska,Condado han Mahaska,Contea di Mahaska,Hrabstwo Mahaska,Kantono Mahaska,Mahaska,Mahaska Kun,Mahaska Kūn,Mahaska konderria,Mahaska megye,Mahaska srjan,Makhaska,Okrug Makhaska,Quan Mahaska,Quận Mahaska,ma ha si ka xian,mahaska ka'unti,mahasuka jun,mqatʿt mahaska,shhrstan mahaska  aywwa,Махаска,Округ Махаска,Մահասկա շրջան,شهرستان ماهاسکا، آیووا,ماہاسکا کاؤنٹی، آئیووا,مقاطعة ماهاسكا,مہاسکا کاؤنٹی,মাহাস্কা কাউন্টি,マハスカ郡,马哈斯卡县		US	IA	123	22381	America/Chicago
4866274	Marion County	marion-county	Comitatul Marion,Comte de Marion,Comté de Marion,Condado de Marion,Condado han Marion,Contea di Marion,Hrabstwo Marion,Kantono Marion,Marion,Marion Kun,Marion Kūn,Marion konderria,Marion megye,Mariun,Mehrion,Merion,Merion srjan,Okrug Marion,Quan Marion,Quận Marion,ma li ang xian,mari'ona ka'unti,marion jun,mqatʿt marywn,shhrstan marywn  aywwa,Мариън,Меріон,Мэрион,Округ Марион,Մերիոն շրջան,شهرستان ماریون، آیووا,ماریون کاؤنٹی، آئیووا,مرین کاؤنٹی,مقاطعة ماريون,মারিওন কাউন্টি,マリオン郡,馬里昂縣		US	IA	125	33309	America/Chicago
4866360	Marshall County	marshall-county	Comitatul Marshall,Comte de Marshall,Comté de Marshall,Condado de Marshall,Condado han Marshall,Contea di Marshall,Hrabstwo Marshall,Kantono Marshall,Marsal srjan,Marshal,Marshall,Marshall Kun,Marshall Kūn,Marshall konderria,Marshall megye,Okrug Marshal,Quan Marshall,Quận Marshall,ma xie er xian,marsahala ka'unti,masharu jun,mqatʿt marshal,shhrstan marshal  aywwa,Маршал,Маршалл,Округ Маршал,Մարշալ շրջան,شهرستان مارشال، آیووا,مارشل کاؤنٹی، آئیووا,مقاطعة مارشال,মার্সহাল কাউন্টি,マーシャル郡,馬歇爾縣		US	IA	127	40648	America/Chicago
4867477	Mills County	mills-county	Comitatul Mills,Comte de Mills,Comté de Mills,Condado de Mills,Condado han Mills,Contea di Mills,Hrabstwo Mills,Kantono Mills,Mills,Mills Kun,Mills Kūn,Mills konderria,Mills megye,Millsi maakond,Mils,Mils srjan,Okrug Mils,Quan Mills,Quận Mills,mi er si xian,milsa ka'unti,miruzu jun,mqatʿt mylz,shhrstan mylz  aywwa,Миллс,Милс,Міллс,Округ Милс,Միլս շրջան,شهرستان میلز، آیووا,مقاطعة ميلز,ملز کاؤنٹی، آئیووا,মিল্স কাউন্টি,ミルズ郡,米爾斯縣		US	IA	129	15059	America/Chicago
4867612	Mitchell County	mitchell-county	Comitatul Mitchell,Comte de Mitchell,Comté de Mitchell,Condado de Mitchell,Condado han Mitchell,Contea di Mitchell,Hrabstwo Mitchell,Kantono Mitchell,Michul,Mitchell,Mitchell Kun,Mitchell Kūn,Mitchell konderria,Mitchell megye,Okrug Michel,Quan Mitchell,Quận Mitchell,mi qie er xian,micela ka'unti,mitcheru jun,mqatʿt mytshl,shhrstan mychl  aywwa,Митчелл,Мичъл,Мітчелл,Округ Мичел,Միտչել շրջան,شهرستان میچل، آیووا,مقاطعة ميتشل,مچل کاؤنٹی، آئیووا,মিচেল কাউন্টি,ミッチェル郡,米切爾縣		US	IA	131	10776	America/Chicago
4867704	Monona County	monona-county	Comitatul Monona,Comte de Monona,Comté de Monona,Condado de Monona,Condado han Monona,Contea di Monona,Hrabstwo Monona,Kantono Monona,Monona,Monona Kun,Monona Kūn,Monona konderria,Monona megye,Monona srjan,Okrug Monona,Quan Monona,Quận Monona,mo nuo na xian,monona jun,monona ka'unti,mqatʿt mwnwna,shhrstan mwnwna  aywwa,Монона,Округ Монона,Մոնոնա շրջան,شهرستان مونونا، آیووا,مقاطعة مونونا,مونونا کاؤنٹی,مونونا کاؤنٹی، آئیووا,মোনোনা কাউন্টি,モノナ郡,莫諾納縣		US	IA	133	9243	America/Chicago
4867729	Monroe County	monroe-county	Comitatul Monroe,Comte de Monroe,Comté de Monroe,Condado de Monroe,Condado han Monroe,Contea di Monroe,Hrabstwo Monroe,Kantono Monroe,Monro,Monro srjan,Monroe,Monroe Kun,Monroe Kūn,Monroe konderria,Monroe megye,Okrug Monro,Quan Monroe,Quận Monroe,manarau ka'unti,men luo xian,monro jun,mqatʿt mwnrw,shhrstan mwnrw  aywwa,Монро,Округ Монро,Մոնրո շրջան,شهرستان مونرو، آیووا,مقاطعة مونرو,منرو کاؤنٹی، آئیووا,مونرو کاؤنٹی، آئیووا,মনরৌ কাউন্টি,モンロー郡,門羅縣		US	IA	135	7970	America/Chicago
4867788	Montgomery County	montgomery-county	Comitatul Montgomery,Comte de Montgomery,Comté de Montgomery,Condado de Montgomery,Condado han Montgomery,Contea di Montgomery,Hrabstwo Montgomery,Kantono Montgomery,Montgomeri,Montgomeri srjan,Montgomery,Montgomery Kun,Montgomery Kūn,Montgomery konderria,Montgomery megye,Montgomuri,Okrug Montgomeri,Quan Montgomery,Quận Montgomery,mantagomeri ka'unti,meng ge ma li xian,mongomeri jun,mqatʿt mwntghwmry,shhrstan mwntgwmry  aywwa,Монтгомери,Монтгомері,Монтгомъри,Округ Монтгомери,Մոնտգոմերի շրջան,شهرستان مونتگومری، آیووا,مقاطعة مونتغومري,مونٹگمری کاؤنٹی، آئیووا,مونٹگومری کاؤنٹی، آئیووا,মন্টগোমেরী কাউন্টি,モンゴメリー郡,蒙哥馬利縣		US	IA	137	10740	America/Chicago
4868410	Muscatine County	muscatine-county	Comitatul Muscatine,Comte de Muscatine,Comté de Muscatine,Condado de Muscatine,Condado han Muscatine,Contea di Muscatine,Hrabstwo Muscatine,Kantono Muscatine,Maskatin,Maskatin srjan,Masketin,Muscatine,Muscatine Kun,Muscatine Kūn,Muscatine konderria,Muscatine megye,Muskutijn,Okrug Maskatin,Quan Muscatine,Quận Muscatine,ma si ka ting xian,masukatin jun,mqatʿt mwskatayn,muskatina ka'unti,shhrstan maskatyn  aywwa,Маскатин,Маскетін,Мъскътийн,Округ Маскатин,Մասկատին շրջան,شهرستان ماسکاتین، آیووا,مسکاٹائن کاؤنٹی، آئیووا,مسکاٹین کاؤنٹی,مقاطعة موسكاتاين,মুস্কাটিন কাউন্টি,マスカティン郡,馬斯卡廷縣		US	IA	139	42745	America/Chicago
4869475	O'Brien County	o-brien-county	Comte d'O'Brien,Comté d'O'Brien,O'Brien		US	IA	141	14398	America/Chicago
4870217	Osceola County	osceola-county	Comitatul Osceola,Comte d'Osceola,Comté d'Osceola,Condado de Osceola,Condado han Osceola,Contea di Osceola,Hrabstwo Osceola,Kantono Osceola,Oceola,Okrug Osiola,Osceola,Osceola Kun,Osceola Kūn,Osceola konderria,Osceola megye,Oseola,Oseola srjan,Osseola,Quan Osceola,Quận Osceola,ao xi ou la xian,mqatʿt awsywla,ose'ola ka'unti,oseora jun,shhrstan awskywla  aywwa,Округ Осиола,Осеола,Оссеола,Оцеола,Օսեոլա շրջան,اوسچوایلا کاؤنٹی,اوسیولا کاؤنٹی، آئیووا,شهرستان اوسکئولا، آیووا,مقاطعة أوسيولا,ওসেওলা কাউন্টি,オセオラ郡,奧西歐拉縣		US	IA	143	6462	America/Chicago
4870567	Page County	page-county	Comitatul Page,Comte de Page,Comté de Page,Condado de Page,Condado han Page,Contea di Page,Hrabstwo Page,Kantono Page,Okrug Pejdz,Page,Page Kun,Page Kūn,Page konderria,Page megye,Pagei maakond,Pejdzh,Quan Page,Quận Page,mqatʿt byj,pe'ija ka'unti,pei qi xian,peji jun,shhrstan pyj  aywwa,Округ Пејџ,Пейдж,Փեյջ շրջան,شهرستان پیج، آیووا,مقاطعة بيج,پیج کاؤنٹی، آئیووا,পেইজ কাউন্টি,ページ郡,佩奇縣		US	IA	145	15932	America/Chicago
4870630	Palo Alto County	palo-alto-county	Comitatul Palo Alto,Comte de Palo Alto,Comté de Palo Alto,Condado de Palo Alto,Condado han Palo Alto,Contea di Palo Alto,Hrabstwo Palo Alto,Kantono Palo Alto,Okrug Palo Alto,Palo Alto,Palo Alto Kun,Palo Alto Kūn,Palo Alto konderria,Palo Alto megye,Palo-Al'to,Quan Palo Alto,Quận Palo Alto,mqatʿt balw altw,pa luo a er tuo xian,palo alato ka'unti,paroaruto jun,shhrstan palw altw  aywwa,Округ Пало Алто,Пало Алто,Пало-Альто,Փալո Ալտո շրջան,شهرستان پالو آلتو، آیووا,مقاطعة بالو ألتو,پالو آلٹو کاؤنٹی، آئیووا,پالو الٹو کاؤنٹی,পালো আলটো কাউন্টি,パロアルト郡,帕洛阿爾托縣		US	IA	147	9421	America/Chicago
4871708	Plymouth County	plymouth-county	Comitatul Plymouth,Comte de Plymouth,Comté de Plymouth,Condado de Plymouth,Condado han Plymouth,Contea di Plymouth,Hrabstwo Plymouth,Kantono Plymouth,Okrug Plimut,Plimut,Plymouth,Plymouth Kun,Plymouth Kūn,Plymouth konderria,Plymouth megye,Plymouthi maakond,Quan Plymouth,Quận Plymouth,mqatʿt blymwth,pla'ima'utha ka'unti,pu li mao si xian,purimasu jun,shhrstan plymwth  aywwa,Округ Плимут,Плимут,Плимът,Плімут,Փլիմունտ շրջան,شهرستان پلیموث، آیووا,مقاطعة بليموث,پلائیماؤتھ کاؤنٹی,پلایماؤت کاؤنٹی، آئیووا,প্লাইমাউথ কাউন্টি,プリマス郡,普利茅斯縣		US	IA	149	24986	America/Chicago
4871736	Pocahontas County	pocahontas-county	Comitatul Pocahontas,Comte de Pocahontas,Comté de Pocahontas,Condado de Pocahontas,Condado han Pocahontas,Contea di Pocahontas,Hrabstwo Pocahontas,Okrug Pokakhontas,Pocahontas,Pocahontas Kun,Pocahontas Kūn,Pocahontas konderria,Pocahontas megye,Pocahontase maakond,Pokakhontas,Quan Pocahontas,Quận Pocahontas,bo ka hong ta si xian,mqatʿt bwkahwnts,pokahontasa ka'unti,pokahontasu jun,shhrstan pwkwhants  aywwa,Округ Покахонтас,Покахонтас,Փոկահոնտաս շրջան,شهرستان پوکوهانتس، آیووا,مقاطعة بوكاهونتس,پوکاہانٹس کاؤنٹی، آئیووا,پوکوہانٹاس کاؤنٹی,পোকাহোন্টাস কাউন্টি,ポカホンタス郡,波卡洪塔斯縣		US	IA	151	7310	America/Chicago
4871782	Polk County	polk-county	Comitatul Polk,Comtat de Polk,Comte de Polk,Comté de Polk,Condado de Polk,Condado han Polk,Contea di Polk,Hrabstwo Polk,Kantono Polk,Okrug Polk,Polk,Polk Kun,Polk Kūn,Polk konderria,Polk megye,Polki maakond,Quan Polk,Quận Polk,bo er ke xian,mqatʿt bwlk,poku jun,polka ka'unti,shhrstan pwlk  aywwa,Округ Полк,Полк,Փոլկ շրջան,شهرستان پولک، آیووا,مقاطعة بولك,پولک کاؤنٹی، آئیووا,پوک کاؤنٹی، آئیووا,পোল্ক কাউন্টি,ポーク郡,波爾克縣		US	IA	153	430640	America/Chicago
4871894	Pottawattamie County	pottawattamie-county	Comitatul Pottawattamie,Comte de Pottawattamie,Comté de Pottawattamie,Condado de Pottawattamie,Condado han Pottawattamie,Contea di Pottawattamie,Hrabstwo Pottawattamie,Kantono Pottawattamie,Okrug Potavotami,Pottavatomi,Pottavattami,Pottawattamie,Pottawattamie Kun,Pottawattamie Kūn,Pottawattamie konderria,Pottawattamie megye,Potuuotumi,Quan Pottawattamie,Quận Pottawattamie,Saint Marys,bo te wa te mi xian,mqatʿt bwtawatamy,potawatami jun,pottaraattami ka'unti,shhrstan pwtawatamy  aywwa,Округ Потавотами,Поттаватоми,Поттаваттамі,Потъуотъми,Փոտավատամի շրջան,شهرستان پوتاواتامی، آیووا,مقاطعة بوتاواتامي,پوٹاواٹامی کاؤنٹی، آئیووا,پوٹاوٹامی کاؤنٹی,পোট্টাৱাট্টামি কাউন্টি,ポタワタミー郡,波特瓦特米縣		US	IA	155	93158	America/Chicago
4871919	Poweshiek County	poweshiek-county	Comitatul Poweshiek,Comte de Poweshiek,Comté de Poweshiek,Condado de Poweshiek,Condado han Poweshiek,Contea di Poweshiek,Hrabstwo Poweshiek,Kantono Poweshiek,Okrug Paushik,Pauehshik,Pauushijk,Poveshik,Poweshiek,Poweshiek Kun,Poweshiek Kūn,Poweshiek konderria,Poweshiek megye,Quan Poweshiek,Quận Poweshiek,bao e xi ke xian,mqatʿt bawyshyk,poraesiyeka ka'unti,poushiku jun,shhrstan pawshyk  aywwa,Округ Паушик,Пауъшийк,Пауэшик,Повешік,Փովեշիկ շրջան,شهرستان پاوشیک، آیووا,مقاطعة باويشيك,پاویشیک کاؤنٹی، آئیووا,پوشیک کاؤنٹی,পোৱেশিয়েক কাউন্টি,ポウシーク郡,保厄希克县		US	IA	157	18914	America/Chicago
4873016	Ringgold County	ringgold-county	Comitatul Ringgold,Comte de Ringgold,Comté de Ringgold,Condado de Ringgold,Condado han Ringgold,Contea di Ringgold,Hrabstwo Ringgold,Kantono Ringgold,Okrug Ringold,Quan Ringgold,Quận Ringgold,Ringgold,Ringgold Kun,Ringgold Kūn,Ringgold konderria,Ringgold megye,Ringold srjan,ling ge er de xian,mqatʿt rynghwld,ringolda ka'unti,ringugorudo jun,Округ Ринголд,Рингголд,Рінґґолд,Ռինգոլդ շրջան,رنگ گولڈ کاؤنٹی، آئیووا,رنگگولڈ کاؤنٹی,شهرستان رینگ‌گلد، آیووا,مقاطعة رينغولد,রিংগোল্ড কাউন্টি,リングゴールド郡,靈戈爾德縣		US	IA	159	5131	America/Chicago
4873899	Sac County	sac-county	Comitatul Sac,Comte de Sac,Comté de Sac,Condado de Sac,Condado han Sac,Contea di Sac,Hrabstwo Sac,Kantono Sac,Okrug Sak,Quan Sac,Quận Sac,Sac,Sac Kun,Sac Kūn,Sac konderria,Sac megye,Sak,Sak srjan,Sok,mqatʿt sak,saka ka'unti,saku jun,shhrstan sk  aywwa,suo ke xian,Округ Сак,Сак,Сок,Սակ շրջան,ساک کاؤنٹی,سیک کاؤنٹی، آئیووا,شهرستان سک، آیووا,مقاطعة ساك,সাক কাউন্টি,サク郡,索克縣		US	IA	161	10350	America/Chicago
4875785	Scott County	scott-county	Comitatul Scott,Comte de Scott,Comté de Scott,Condado de Scott,Condado han Scott,Contea di Scott,Hrabstwo Scott,Kantono Scott,Okrug Skot,Quan Scott,Quận Scott,Scott,Scott Kun,Scott Kūn,Scott konderria,Scott megye,Scotti maakond,Skot,Skot srjan,Skott,mqatʿt skwt,shhrstan askat  aywwa,si ke te xian,skata ka'unti,sukotto jun,Округ Скот,Скот,Скотт,Սկոտ շրջան,سکاٹ کاؤنٹی، آئیووا,شهرستان اسکات، آیووا,مقاطعة سكوت,স্কট কাউন্টি,スコット郡,斯科特縣		US	IA	163	165224	America/Chicago
4876117	Shelby County	shelby-county	Comitatul Shelby,Comte de Shelby,Comté de Shelby,Condado de Shelby,Condado han Shelby,Contea di Shelby,Hrabstwo Shelby,Kantono Shelby,Okrug Shelbi,Quan Shelby,Quận Shelby,Selbi srjan,Shelbi,Shelby,Shelby Kun,Shelby Kūn,Shelby konderria,Shelby megye,mqatʿt shylby,selabi ka'unti,sherubi jun,xie er bi xian,Округ Шелби,Шелби,Шелбі,Շելբի շրջան,شلبی کاؤنٹی، آئیووا,شهرستان شل‌بای، آیووا,شیلبی کاؤنٹی، آئیووا,مقاطعة شيلبي,শেলবী কাউন্টি,シェルビー郡,謝爾比縣		US	IA	165	12167	America/Chicago
4876545	Sioux County	sioux-county	Comitatul Sioux,Comte de Sioux,Comté de Sioux,Condado de Sioux,Condado han Sioux,Contea di Sioux,Hrabstwo Sioux,Kantono Sioux,Okrug Su,Quan Sioux,Quận Sioux,Sioux,Sioux Kun,Sioux Kūn,Sioux konderria,Sioux megye,Siu,Siu srjan,Siuks,Su,mqatʿt sayw,shhrstan sw  aywwa,siyauksa ka'unti,su jun,su xian,Округ Су,Сиукс,Су,Сіу,Սիու շրջան,سیو کاؤنٹی، آئیووا,سیوکس کاؤنٹی,شهرستان سو، آیووا,مقاطعة سايو,সিয়ৌক্স কাউন্টি,スー郡,蘇縣		US	IA	167	33704	America/Chicago
4877685	Story County	story-county	Comitatul Story,Comte de Story,Comté de Story,Condado de Story,Condado han Story,Contea di Story,Hrabstwo Story,Kantono Story,Okrug Stori,Quan Story,Quận Story,Stori,Stori srjan,Story,Story Kun,Story Kūn,Story konderria,Story megye,mqatʿt stwry,shhrstan astwry  aywwa,si tuo li xian,stra'i ka'unti,sutori jun,Округ Стори,Стори,Сторі,Ստորի շրջան,سٹوری کاؤنٹی، آئیووا,شهرستان استوری، آیووا,مقاطعة ستوري,স্ত্রই কাউন্টি,ストーリー郡,斯托里縣		US	IA	169	89542	America/Chicago
4878233	Tama County	tama-county	Comitatul Tama,Comte de Tama,Comté de Tama,Condado de Tama,Condado han Tama,Contea di Tama,Hrabstwo Tama,Kantono Tama,Okrug Tejma,Quan Tama,Quận Tama,Tama,Tama Kun,Tama Kūn,Tama konderria,Tama megye,Tejma,mqatʿt tama,shhrstan tama  aywwa,tai ma xian,tama jun,tama ka'unti,Округ Тејма,Тама,Тейма,Թամա շրջան,شهرستان تاما، آیووا,مقاطعة تاما,ٹاما کاؤنٹی,ٹاما کاؤنٹی، آئیووا,টামা কাউন্টি,タマ郡,泰馬縣		US	IA	171	17767	America/Chicago
4878273	Taylor County	taylor-county	Comitatul Taylor,Comte de Taylor,Comté de Taylor,Condado de Taylor,Condado han Taylor,Contea di Taylor,Hrabstwo Taylor,Kantono Taylor,Okrug Tejlor,Quan Taylor,Quận Taylor,Taylor,Taylor Kun,Taylor Kūn,Taylor konderria,Taylor megye,Tejlor,Tejlur,mqatʿt taylwr,shhrstan tylwr  aywwa,tai lei xian,te'ilara ka'unti,teira jun,Округ Тејлор,Тейлор,Тейлър,Թեյլոր շրջան,شهرستان تیلور، آیووا,مقاطعة تايلور,ٹیلر کاؤنٹی، آئيووا,ٹیلر کاؤنٹی، آئیووا,টেইলর কাউন্টি,テイラー郡,泰勒縣		US	IA	173	6317	America/Chicago
4879340	Union County	union-county	Comitatul Union,Comte d'Union,Comté d'Union,Condado de Union,Condado han Union,Contea di Union,Hrabstwo Union,Junion,Juniun,Kantono Union,Okrug Junion,Quan Union,Quận Union,Union,Union Kun,Union Kūn,Union konderria,Union megye,Yunion srjan,i'uniyana ka'unti,mqatʿt ywnywn,shhrstan ywnywn  aywwa,you ni ang xian,yunion jun,Округ Јунион,Юнион,Юниън,Юніон,Յունիոն շրջան,شهرستان یونیون، آیووا,مقاطعة يونيون,یونین کاؤنٹی، آئیووا,ইউনিয়ন কাউন্টি,ユニオン郡,猶尼昂縣		US	IA	175	12534	America/Chicago
4879999	Van Buren County	van-buren-county	Comitatul Van Buren,Comte de Van Buren,Comté de Van Buren,Condado de Van Buren,Condado han Van Buren,Contea di Van Buren,Hrabstwo Van Buren,Kantono Van Buren,Okrug Van Bjuren,Quan Van Buren,Quận Van Buren,Van Bjuren,Van Buren,Van Buren Kun,Van Buren Kūn,Van Buren konderria,Van Buren megye,Van Buren srjan,Van-B'juren,Van-Bjuren,bhena burena ka'unti,fan bu lun xian,mqatʿt fan bwryn,shhrstan wan brn  aywwa,vu~anbyuren jun,Ван Бюрен,Ван-Бьюрен,Ван-Бюрен,Округ Ван Бјурен,Վան Բուրեն շրջան,شهرستان وان برن، آیووا,مقاطعة فان بورين,وان بورن کاؤنٹی، آئیووا,وان بورین کاؤنٹی، آئیووا,ভেন বুরেন কাউন্টি,ヴァンビューレン郡,范布倫縣		US	IA	177	7570	America/Chicago
4880625	Wapello County	wapello-county	Comitatul Wapello,Comte de Wapello,Comté de Wapello,Condado de Wapello,Condado han Wapello,Contea di Wapello,Hrabstwo Wapello,Kantono Wapello,Okrug Vopelo,Owapelo srjan,Quan Wapello,Quận Wapello,Uapello,Uapelo,Vapello,Wapello,Wapello Kun,Wapello Kūn,Wapello konderria,Wapello megye,mqatʿt wabylw,raapello ka'unti,shhrstan waplw  aywwa,wa pei luo xian,wapero jun,Вапелло,Округ Вопело,Уапелло,Уапело,Ուապելո շրջան,شهرستان واپلو، آیووا,مقاطعة وابيلو,واپیلو کاؤنٹی,واپیلو کاؤنٹی، آئیووا,ৱাপেল্লো কাউন্টি,ワペロ郡,瓦佩洛縣		US	IA	179	35625	America/Chicago
4880695	Warren County	warren-county	Comitatul Warren,Comte de Warren,Comté de Warren,Condado de Warren,Condado han Warren,Contea di Warren,Hrabstwo Warren,Kantono Warren,Okrozje Warren,Okrožje Warren,Okrug Voren,Oworen srjan,Quan Warren,Quận Warren,Uorren,Uorun,Vorren,Warren,Warren Kun,Warren Kūn,Warren konderria,Warren megye,mqatʿt waryn,raarena ka'unti,shhrstan warn  aywwa,u~oren jun,wo lun xian,Воррен,Округ Ворен,Уоррен,Уорън,Ուորեն շրջան,شهرستان وارن، آیووا,مقاطعة وارين,وارن کاؤنٹی، آئيووا,وارن کاؤنٹی، آئیووا,ৱারেন কাউন্টি,ウォーレン郡,沃倫縣		US	IA	181	46225	America/Chicago
4880748	Washington County	washington-county	Comitatul Washington,Comte de Washington,Comté de Washington,Condado de Washington,Condado han Washington,Contea di Washington,Hrabstwo Washington,Kantono Washington,Okrug Vashington,Quan Washington,Quận Washington,Vashington,Vasington srjan,Washington,Washington Kun,Washington Kūn,Washington konderria,Washington megye,Washingtoni maakond,hua sheng dun xian,mqatʿt washntn,raasintana ka'unti,shhrstan washyngtn  aywwa,washinton jun,Вашингтон,Округ Вашингтон,Վաշինգտոն շրջան,شهرستان واشینگتن، آیووا,مقاطعة واشنطن,واشنگٹن کاؤنٹی، آئیووا,ৱাশিংটন কাউন্টি,ワシントン郡,華盛頓縣		US	IA	183	21704	America/Chicago
4881059	Wayne County	wayne-county	Comitatul Wayne,Comte de Wayne,Comté de Wayne,Condado de Wayne,Condado han Wayne,Contea di Wayne,Hrabstwo Wayne,Kantono Wayne,Okrug Vejn,Oweyn srjan,Quan Wayne,Quận Wayne,Uehjn,Uejn,Vejn,Wayne,Wayne Kun,Wayne Kūn,Wayne konderria,Wayne megye,mqatʿt wyn,raa'ine ka'unti,shhrstan wyn  aywwa,u~ein jun,wei en xian,Вейн,Округ Вејн,Уейн,Уэйн,Ուեյն շրջան,شهرستان وین، آیووا,مقاطعة وين,وین کاؤنٹی، آئیووا,ৱাইনে কাউন্টি,ウェイン郡,韋恩縣		US	IA	185	6403	America/Chicago
4881109	Webster County	webster-county	Comitatul Webster,Comte de Webster,Comté de Webster,Condado de Webster,Condado han Webster,Contea di Webster,Hrabstwo Webster,Kantono Webster,Okrug Vebster,Owebster srjan,Quan Webster,Quận Webster,Uebstur,Uehbster,Vebster,Webster,Webster Kun,Webster Kūn,Webster konderria,Webster megye,mqatʿt wybstr,oyeba ka'unti,shhrstan wbstr  aywwa,u~ebusuta jun,wei bo si te xian,Вебстер,Округ Вебстер,Уебстър,Уэбстер,Ուեբստեր շրջան,شهرستان وبستر، آیووا,مقاطعة ويبستر,ویبسٹر کاؤنٹی، آئیووا,ওয়েব কাউন্টি,ウェブスター郡,韋伯斯特縣		US	IA	187	38013	America/Chicago
4882231	Winnebago County	winnebago-county	Comitatul Winnebago,Comte de Winnebago,Comté de Winnebago,Condado de Winnebago,Condado han Winnebago,Contea di Winnebago,Hrabstwo Winnebago,Kantono Winnebago,Okrug Vinebejgo,Owinebago srjan,Quan Winnebago,Quận Winnebago,Uinebago,Uinnebejgo,Vinnebago,Winnebago,Winnebago Kun,Winnebago Kūn,Winnebago konderria,Winnebago megye,mqatʿt wynybaghw,rainnebago ka'unti,u~inebego jun,wen na bei ge xian,Віннебаґо,Округ Винебејго,Уинебаго,Уиннебейго,Ուինեբագո շրջան,شهرستان وینه‌بگو، آیووا,مقاطعة وينيباغو,ونیباگو کاؤنٹی، آئيووا,وینیباگو کاؤنٹی، آئیووا,ৱিন্নেবাগো কাউন্টি,ウィネベーゴ郡,溫納貝戈縣		US	IA	189	10866	America/Chicago
4882242	Winneshiek County	winneshiek-county	Comitatul Winneshiek,Comte de Winneshiek,Comté de Winneshiek,Condado de Winneshiek,Condado han Winneshiek,Contea di Winneshiek,Hrabstwo Winneshiek,Kantono Winneshiek,Okrug Vinishik,Owinesik srjan,Quan Winneshiek,Quận Winneshiek,Uinneshik,Uinushijk,Vinneshik,Winneshiek,Winneshiek Kun,Winneshiek Kūn,Winneshiek konderria,Winneshiek megye,mqatʿt wynyshyk,rainnesiyeka ka'unti,u~ineshiku jun,wen na xi ke xian,Віннешік,Округ Винишик,Уиннешик,Уинъшийк,Ուինեշիկ շրջան,شهرستان وین‌شیک، آیووا,مقاطعة وينيشيك,ونیشیئیک کاؤنٹی، آئیووا,ونیشیک کاؤنٹی,ৱিন্নেশিয়েক কাউন্টি,ウィネシーク郡,温纳希克县		US	IA	191	21056	America/Chicago
4882396	Woodbury County	woodbury-county	Comitatul Woodbury,Comte de Woodbury,Comté de Woodbury,Condado de Woodbury,Condado han Woodbury,Contea di Woodbury,Hrabstwo Woodbury,Kantono Woodbury,Okrug Vudberi,Owudberi srjan,Quan Woodbury,Quận Woodbury,Udburi,Vudberi,Woodbury,Woodbury Kun,Woodbury Kūn,Woodbury konderria,Woodbury maakond,Woodbury megye,mqatʿt wwdbry,radabari ka'unti,shhrstan wwdbry  aywwa,uddoberi jun,wu de bo li xian,Вудбери,Вудбері,Округ Вудбери,Удбъри,Ուուդբերի շրջան,شهرستان وودبری، آیووا,مقاطعة وودبري,ووڈبری کاؤنٹی، آئیووا,وڈبری کاؤنٹی,ৱডবারি কাউন্টি,ウッドベリー郡,伍德伯里縣		US	IA	193	102172	America/Chicago
4882529	Wright County	wright-county	Comitatul Wright,Comte de Wright,Comté de Wright,Condado de Wright,Condado han Wright,Contea di Wright,Hrabstwo Wright,Kantono Wright,Okrug Rajt,Quan Wright,Quận Wright,Rajt,Wright,Wright Kun,Wright Kūn,Wright konderria,Wright megye,lai te xian,mqatʿt rayt,ra'ita ka'unti,raito jun,shhrstan rayt  aywwa,Округ Рајт,Райт,Ռայթ շրջան,رائٹ کاؤنٹی، آئیووا,شهرستان رایت، آیووا,مقاطعة رايت,ورائٹ کاؤنٹی، آئیووا,রাইট কাউন্টি,ライト郡,賴特縣		US	IA	197	13229	America/Chicago
4882561	Worth County	worth-county	Comitatul Worth,Comte de Worth,Comté de Worth,Condado de Worth,Condado han Worth,Contea di Worth,Hrabstwo Worth,Kantono Worth,Okrug Vort,Owort srjan,Quan Worth,Quận Worth,Uort,Uurt,Vort,Worth,Worth Kun,Worth Kūn,Worth konderria,Worth megye,mqatʿt wwrth,raartha ka'unti,shhrstan wrt  aywwa,wasu jun,wo si xian,Ворт,Округ Ворт,Уорт,Уърт,Ուորտ շրջան,شهرستان ورت، آیووا,مقاطعة وورث,ورتھ کاؤنٹی,ورتھ کاؤنٹی، آئیووا,ৱার্থ কাউন্টি,ワース郡,沃思縣		US	IA	195	7598	America/Chicago
4885392	Boone County	boone-county	Boone,Boone Comitatus,Boone Kun,Boone Kūn,Boone konderria,Boone megye,Bun,Bun srjan,Comitatul Boone,Comte de Boone,Comté de Boone,Condado de Boone,Condado han Boone,Contea di Boone,Hrabstwo Boone,Okrug Bun,Quan Boone,Quận Boone,bhona ka'unti,bu en xian,bun jun,mqatʿt bwn,shhrstan bwny  aylynwy,Бун,Округ Бун,Բուն շրջան,بون کاؤنٹی، الینوائے,شهرستان بونی، ایلینوی,مقاطعة بون,ভোন কাউন্টি,ブーン郡,布恩縣		US	IL	007	54165	America/Chicago
4885994	Bureau County	bureau-county	Bjuro,Bureau,Bureau Comitatus,Bureau Kun,Bureau Kūn,Bureau konderria,Bureau megye,Byuro srjan,Comitatul Bureau,Comte de Bureau,Comté de Bureau,Condado de Bureau,Condado han Bureau,Contea di Bureau,Hrabstwo Bureau,Okrug Bjuro,Quan Bureau,Quận Bureau,bi luo xian,bure'u ka'unti,byuro jun,mqatʿt bywrw,shhrstan bwra  aylynwy,Бюро,Округ Бјуро,Բյուրո շրջան,بیورو کاؤنٹی,بیورو کاؤنٹی، الینوائے,شهرستان بورا، ایلینوی,مقاطعة بيورو,বুরেউ কাউন্টি,ビュロー郡,比羅縣		US	IL	011	34978	America/Chicago
4886694	Carroll County	carroll-county	Carroll,Carroll Comitatus,Carroll Kun,Carroll Kūn,Carroll konderria,Carroll megye,Comitatul Carroll,Comte de Carroll,Comté de Carroll,Condado de Carroll,Condado han Carroll,Contea di Carroll,Hrabstwo Carroll,Karroll,Kerroll,Kerul,Okrug Karol,Quan Carroll,Quận Carroll,ka luo er xian,kerola ka'unti,kyaroru jun,mqatʿt karwl,shhrstan krwl  aylynwy,Карролл,Керролл,Керъл,Округ Карол,Քերոլ շրջան,شهرستان کرول، ایلینوی,مقاطعة كارول,کیرل کاؤنٹی، الینوۓ,کیرول کاؤنٹی، الینوائے,কেরোল কাউন্টি,キャロル郡,卡洛爾縣		US	IL	015	15387	America/Chicago
4887163	Champaign County	champaign-county	Champaign,Champaign Comitatus,Champaign Kun,Champaign Kūn,Champaign konderria,Champaign megye,Champaigni maakond,Comitatul Champaign,Comtat de Champaign,Comte de Champaign,Comté de Champaign,Condado de Champaign,Condado han Champaign,Contea di Champaign,Hrabstwo Champaign,Okrug Shampejn,Quan Champaign,Quận Champaign,Sampeyn srjan,Shampejn,campe'ina ka'unti,mhwz smpyyn,mqatʿt shambyn,shang pei en xian,shanpen jun,syampe'ina ka'unti,Округ Шампејн,Шампейн,Շամպեյն շրջան,מחוז שמפיין,شیمپائن کاؤنٹی,شیمپیئن کاؤنٹی، الینوائے,مقاطعة شامبين,চাম্পেইন কাউন্টি,শ্যাম্পেইন কাউন্টি,シャンペーン郡,尚佩恩縣		US	IL	019	201081	America/Chicago
4888671	Cook County	cook-county	Comte de Cook,Comté de Cook,Condado de Cook,Condado han Cook,Contea di Cook,Cook,Cook Comitatus,Cook Kun,Cook Kūn,Cook konderria,Cooki maakond,Hrabstwo Cook,Kuk,Kuk srjan,Okrug Kuk,Quan Cook,Quận Cook,koka ka'unti,ku ke xian,kukku jun,mhwz qwq,mqatʿt kwk,Кук,Округ Кук,Կուկ շրջան,מחוז קוק,קוק קאונטי,مقاطعة كوك,کک کاؤنٹی,کک کاؤنٹی، الینوائے,কোক কাউন্টি,クック郡,庫克縣		US	IL	031	5194675	America/Chicago
4889548	De Witt County	de-witt-county	Comte de De Witt,Comté de De Witt,De Witt,De Witt County,Dewitt County		US	IL	039	16561	America/Chicago
4889554	DeKalb County	dekalb-county	Comitatul DeKalb,Comte de DeKalb,Comté de DeKalb,Condado de DeKalb,Condado han DeKalb,Contea di DeKalb,De Kalb County,De-Kalb,DeKalb,DeKalb Comitatus,DeKalb County,DeKalb Kun,DeKalb Kūn,DeKalb konderria,DeKalb megye,Dekal'b,Dekalb srjan,Dikalb,Hrabstwo DeKalb,Okrug Dekab,Quan DeKalb,Quận DeKalb,dekarubu jun,di ka er bu xian,dikalaba ka'unti,mqatʿt dykalb,shhrstan dyklb  aylynwy,Де-Калб,Декальб,Дикалб,Округ Декаб,Դեկալբ շրջան,شهرستان دیکلب، ایلینوی,مقاطعة ديكالب,ڈیکالب کاشنٹی,ڈیکلب کاؤنٹی، الینوائے,ডিকলাব কাউন্টি,デカルブ郡,迪卡尔布县		US	IL	037	105160	America/Chicago
4890213	DuPage County	dupage-county	Comitatul DuPage,Comte de DuPage,Comté de DuPage,Condado de DuPage,Condado han DuPage,Contea di DuPage,Djupazh,Du Page County,Du-Pejdzh,DuPage,DuPage Comitatus,DuPage County,DuPage Kun,DuPage Kūn,DuPage konderria,DuPage megye,Dupage County,Dupejdzh,Dyupaz srjan,Hrabstwo DuPage,Okrug Dupejdz,Quan DuPage,Quận DuPage,de~yupeji jun,du pei qi xian,dupe'ija ka'unti,mqatʿt dwbyj,shhrstan dwpyj  aylynwy,Ду-Пейдж,Дупейдж,Дюпаж,Округ Дупејџ,Դյուպաժ շրջան,شهرستان دوپیج، ایلینوی,مقاطعة دوبيج,ڈوپیج کاؤنٹی,ڈوپیگ کاؤنٹی، الینوائے,ডুপেইজ কাউন্টি,デュページ郡,杜佩奇縣		US	IL	043	916924	America/Chicago
4892729	Ford County	ford-county	Comitatul Ford,Comte de Ford,Comté de Ford,Condado de Ford,Condado han Ford,Contea di Ford,Ford,Ford Comitatus,Ford Kun,Ford Kūn,Ford konderria,Ford megye,Ford srjan,Fordi maakond,Hrabstwo Ford,Okrug Ford,Quan Ford,Quận Ford,fodo jun,fu te xian,mqatʿt fwrd,phorda ka'unti,Округ Форд,Форд,Ֆորդ շրջան,فورڈ کاؤنٹی,فورڈ کاؤنٹی، الینوائے,مقاطعة فورد,ফোর্ড কাউন্টি,フォード郡,福特縣		US	IL	053	14081	America/Chicago
4893313	Fulton County	fulton-county	Comitatul Fulton,Comte de Fulton,Comté de Fulton,Condado de Fulton,Condado han Fulton,Contea di Fulton,Fulton,Fulton Comitatus,Fulton Kun,Fulton Kūn,Fulton konderria,Fulton megye,Fulton srjan,Fultun,Hrabstwo Fulton,Okrug Fulton,Quan Fulton,Quận Fulton,fu er dun xian,furuton jun,mqatʿt fwltwn,phulatana ka'unti,shhrstan fwltn  aylynwy,Округ Фултон,Фултон,Фултън,Ֆուլտոն շրջան,شهرستان فولتن، ایلینوی,فلٹن کاؤنٹی، الینوائے,فلٹن کاؤنٹی، الینوۓ,مقاطعة فولتون,ফূলটন কাউন্টি,フルトン郡,富爾頓縣		US	IL	057	37069	America/Chicago
4894828	Grundy County	grundy-county	Comitatul Grundy,Comte de Grundy,Comté de Grundy,Condado de Grundy,Condado han Grundy,Contea di Grundy,Grandi,Grandi srjan,Grundi,Grundy,Grundy Comitatus,Grundy Kun,Grundy Kūn,Grundy konderria,Grundy megye,Hrabstwo Grundy,Okrug Grandi,Quan Grundy,Quận Grundy,ge lan di xian,gra'undi ka'unti,gurandi jun,mqatʿt ghrwndy,shhrstan grandy  aylynwy,Гранди,Грънди,Округ Гранди,Ґранді,Գրանդի շրջան,شهرستان گراندی، ایلینوی,مقاطعة غروندي,گرنڈی کاؤنٹی، الینوۓ,گرونڈی کاؤنٹی، الینوائے,গ্রাউন্ডি কাউন্টি,グランディ郡,格蘭迪縣		US	IL	063	50063	America/Chicago
4895035	Hancock County	hancock-county	Comitatul Hancock,Comte de Hancock,Comté de Hancock,Condado de Hancock,Condado han Hancock,Contea di Hancock,Genkok,Hancock,Hancock Comitatus,Hancock Kun,Hancock Kūn,Hancock konderria,Hancock megye,Henkok srjan,Hrabstwo Hancock,Khankok,Khehnkok,Okrug Khenkok,Quan Hancock,Quận Hancock,han kao ke xian,hanakoka ka'unti,hankokku jun,mqatʿt hankwk,shhrstan hnkak  aylynwy,Генкок,Округ Хенкок,Ханкок,Хэнкок,Հենկոկ շրջան,شهرستان هنکاک، ایلینوی,مقاطعة هانكوك,ہینکاک کاؤنٹی، الینوۓ,ہینکوک کاؤنٹی، الینوائے,হানকোক কাউন্টি,ハンコック郡,漢考克縣		US	IL	067	19104	America/Chicago
4895552	Henderson County	henderson-county	Comitatul Henderson,Comte de Henderson,Comté de Henderson,Condado de Henderson,Condado han Henderson,Contea di Henderson,Genderson,Henderson,Henderson Comitatus,Henderson Kun,Henderson Kūn,Henderson konderria,Henderson megye,Henderson srjan,Hrabstwo Henderson,Khenderson,Khendersun,Okrug Khenderson,Quan Henderson,Quận Henderson,hendarasana ka'unti,hendason jun,heng de sen xian,mqatʿt hyndyrswn,shhrstan hndrswn  aylynwy,Гендерсон,Округ Хендерсон,Хендерсон,Хендерсън,Հենդերսոն շրջան,شهرستان هندرسون، ایلینوی,مقاطعة هينديرسون,ہنڈرسن کاؤنٹی، الینوۓ,ہینڈرسن کاؤنٹی، الینوائے,হেন্ডারসন কাউন্টি,ヘンダーソン郡,亨德森縣		US	IL	071	7331	America/Chicago
4895598	Henry County	henry-county	Comitatul Henry,Comte de Henry,Comté de Henry,Condado de Henry,Condado han Henry,Contea di Henry,Genri,Henri srjan,Henry,Henry Comitatus,Henry Kun,Henry Kūn,Henry konderria,Henry megye,Hrabstwo Henry,Khenri,Okrug Khenri,Quan Henry,Quận Henry,henari ka'unti,heng li xian,henri jun,mqatʿt hnry,shhrstan hnry  aylynwy,Генри,Генрі,Округ Хенри,Хенри,Հենրի շրջան,شهرستان هنری، ایلینوی,مقاطعة هنري,ہنری کاؤنٹی، الینوۓ,ہینری کاؤنٹی، الینوائے,হেনরি কাউন্টি,ヘンリー郡,亨利县		US	IL	073	50486	America/Chicago
4897521	Iroquois County	iroquois-county	Comitatul Iroquois,Comte d'Iroquois,Comté d'Iroquois,Condado de Iroquois,Condado han Iroquois,Contea di Iroquois,Hrabstwo Iroquois,Irokoj,Irokvaj,Iroquois,Iroquois Comitatus,Iroquois Kun,Iroquois Kūn,Iroquois konderria,Iroquois megye,Irukuoj,Okrug Irokvoj,Quan Iroquois,Quận Iroquois,irakauyisa ka'unti,irokoi jun,mqatʿt ayrwkwy,yi luo kui xian,Іроквай,Ирокой,Иръкуой,Округ Ироквој,Իրոքեզ շրջան,اروکوئی کاؤنٹی,ایروکواے کاؤنٹی، الینوائے,مقاطعة إيروكوي,ইরকৌয়িস কাউন্টি,イロコイ郡,易洛魁縣		US	IL	075	29718	America/Chicago
4897897	Jo Daviess County	jo-daviess-county	Comitatul Jo Daviess,Comte de Jo Daviess,Comté de Jo Daviess,Condado de Jo Daviess,Condado han Jo Daviess,Contea di Jo Daviess,Dzho Dejvis,Dzho-Dejviss,Hrabstwo Jo Daviess,Jo Daviess,Jo Daviess Comitatus,Jo Daviess Kun,Jo Daviess Kūn,Jo Daviess konderria,Jo Daviess megye,Jo Devies srjan,Okrug DZo Dejvis,Quan Jo Daviess,Quận Jo Daviess,jo debhisa ka'unti,jodeibisu jun,mqatʿt jw dafys,qiao dai wei si xian,shhrstan jw dwys  aylynwy,Джо Дейвис,Джо-Дейвисс,Джо-Дейвісс,Округ Џо Дејвис,Ջո Դեվիես շրջան,جو ڈیوس کاؤنٹی,جو ڈیویس کاؤنٹی، الینوائے,شهرستان جو دویس، ایلینوی,مقاطعة جو دافيس,জো ডেভিস কাউন্টি,ジョーデイビース郡,喬戴維斯縣		US	IL	085	22678	America/Chicago
4898166	Kane County	kane-county	Comitatul Kane,Comte de Kane,Comté de Kane,Condado de Kane,Condado han Kane,Contea di Kane,Hrabstwo Kane,Kane,Kane Comitatus,Kane Kun,Kane Kūn,Kane konderria,Kane megye,Kanei maakond,Kejn,Okrug Kejn,Quan Kane,Quận Kane,kai en xian,kana ka'unti,ken jun,mqatʿt kyn,Кейн,Округ Кејн,Քեյն շրջան,مقاطعة كين,کین کاؤنٹی,کین کاؤنٹی، الینوائے,কান কাউন্টি,ケーン郡,凱恩縣		US	IL	089	515269	America/Chicago
4898188	Kankakee County	kankakee-county	Comitatul Kankakee,Comte de Kankakee,Comté de Kankakee,Condado de Kankakee,Condado han Kankakee,Contea di Kankakee,Hrabstwo Kankakee,Kankakee,Kankakee Comitatus,Kankakee Kun,Kankakee Kūn,Kankakee konderria,Kankakee megye,Kankaki,Kankaki srjan,Kankakij,Okrug Kankaki,Quan Kankakee,Quận Kankakee,kan ka ji xian,kanakaki ka'unti,kankaki jun,mqatʿt kankaky,shhrstan knkaky  aylynwy,Канкаки,Канкакий,Канкакі,Округ Канкаки,Կանկակի շրջան,شهرستان کنکاکی، ایلینوی,مقاطعة كانكاكي,کاناکی کاؤنٹی,کینکاکی کاؤنٹی، الینوائے,কানকাকী কাউন্টি,カンカキー郡,坎卡基縣		US	IL	091	113449	America/Chicago
4898342	Kendall County	kendall-county	Comitatul Kendall,Comte de Kendall,Comté de Kendall,Condado de Kendall,Condado han Kendall,Contea di Kendall,Hrabstwo Kendall,Kendall,Kendall Comitatus,Kendall Kun,Kendall Kūn,Kendall konderria,Kendall megye,Kendalli maakond,Kendul,Okrug Kendal,Quan Kendall,Quận Kendall,ken de er xian,kenadala ka'unti,kendoru jun,mqatʿt kyndal,shhrstan kndal  aylynwy,Кендалл,Кендъл,Округ Кендал,Քենդելլ շրջան,شهرستان کندال، ایلینوی,مقاطعة كيندال,کینڈل کاؤنٹی,کینڈل کاؤنٹی، الینوائے,কেনডাল কাউন্টি,ケンドール郡,肯德爾縣		US	IL	093	114736	America/Chicago
4898722	Knox County	knox-county	Comitatul Knox,Comte de Knox,Comté de Knox,Condado de Knox,Condado han Knox,Contea di Knox,Hrabstwo Knox,Knox,Knox Comitatus,Knox Kun,Knox Kūn,Knox konderria,Knox megye,Noks,Noks srjan,Okrug Noks,Quan Knox,Quận Knox,kaksa ka'unti,mqatʿt nwks,nokkusu jun,nuo ke si xian,shhrstan naks  aylynwy,Нокс,Округ Нокс,Նոկս շրջան,شهرستان ناکس، ایلینوی,مقاطعة نوكس,ناکس کاؤنٹی، الینوۓ,کنو کاؤنٹی، الینوائے,কক্স কাউন্টি,ノックス郡,諾克斯縣		US	IL	095	52919	America/Chicago
4898878	LaSalle County	lasalle-county	Comitatul LaSalle,Comte de La Salle,Comte de LaSalle,Comté de La Salle,Comté de LaSalle,Condado de La Salle,Condado de LaSalle,Condado han LaSalle,Contea di LaSalle,Hrabstwo LaSalle,La Salle County,La-Sall,LaSal,LaSalle,LaSalle Comitatus,LaSalle County,LaSalle Kun,LaSalle Kūn,LaSalle konderria,LaSalle megye,LaSell srjan,Lasalle County,Okrug Lasal,Quan LaSalle,Quận LaSalle,la sa er xian,la salle ka'unti,mqatʿt lasal,rasaru jun,Ла-Салл,ЛаСал,Округ Ласал,ԼաՍելլ շրջան,لاسالے کاؤنٹی,لاسیل کاؤنٹی، الینوائے,مقاطعة لاسال,লা সাল্লে কাউন্টি,ラサール郡,拉薩爾縣		US	IL	099	113924	America/Chicago
4898998	Lake County	lake-county	Comitatul Lake,Comte de Lake,Comté de Lake,Condado de Lake,Condado han Lake,Contea di Lake,Hrabstwo Lake,Lake,Lake Comitatus,Lake Kun,Lake Kūn,Lake konderria,Lake megye,Lejk,Okrug Lejk,Quan Lake,Quận Lake,lai ke xian,leka ka'unti,mhwz lyyq,mqatʿt lyk,reiku jun,Лейк,Округ Лејк,Լեյք շրջան,מחוז לייק,لیک کاؤنٹی، الینوائے,لیک کاؤنٹی، الینوۓ,مقاطعة ليك,লেক কাউন্টি,レイク郡,萊克縣		US	IL	097	703462	America/Chicago
4899519	Lee County	lee-county	Comitatul Lee,Comte de Lee,Comté de Lee,Condado de Lee,Condado han Lee,Contea di Lee,Hrabstwo Lee,Lee,Lee Comitatus,Lee Kun,Lee Kūn,Lee konderria,Lee megye,Li,Li srjan,Lij,Okrug Li,Quan Lee,Quận Lee,li ka'unti,li xian,mqatʿt ly,ri jun,shhrstan ly  aylynwy,Ли,Лий,Лі,Округ Ли,Լի շրջան,شهرستان لی، ایلینوی,لی کاؤنٹی، الینوائے,لی کاؤنٹی، الینوۓ,مقاطعة لي,লী কাউন্টি,リー郡,李縣		US	IL	103	36031	America/Chicago
4900233	Livingston County	livingston-county	Comitatul Livingston,Comte de Livingston,Comté de Livingston,Condado de Livingston,Condado han Livingston,Contea di Livingston,Hrabstwo Livingston,Livingston,Livingston Comitatus,Livingston Kun,Livingston Kūn,Livingston konderria,Livingston megye,Livingston srjan,Livingstun,Okrug Livingston,Quan Livingston,Quận Livingston,li wen si dun xian,libhintana ka'unti,mqatʿt lyfynghstwn,ribingusuton jun,shhrstan lywnyg‌astwn  aylynwy,Ливингстон,Ливингстън,Лівінґстон,Округ Ливингстон,Լիվինգստոն շրջան,شهرستان لیونیگ‌استون، ایلینوی,لوونگسٹن کاؤنٹی، الینوۓ,لیونگسٹن کاؤنٹی، الینوائے,مقاطعة ليفينغستون,লিভিংটন কাউন্টি,リビングストン郡,利文斯頓縣		US	IL	105	38950	America/Chicago
4900338	Logan County	logan-county	Comitatul Logan,Comte de Logan,Comté de Logan,Condado de Logan,Condado han Logan,Contea di Logan,Hrabstwo Logan,Logan,Logan Comitatus,Logan Kun,Logan Kūn,Logan konderria,Logan megye,Logan srjan,Okrug Logan,Quan Logan,Quận Logan,logana ka'unti,luo gen xian,mqatʿt lwghan,rogan jun,shhrstan lwgan  aylynwy,Логан,Лоґан,Округ Логан,Լոգան շրջան,شهرستان لوگان، ایلینوی,لوگن کاؤنٹی، الینوائے,لوگن کاؤنٹی، الینوۓ,مقاطعة لوغان,লোগান কাউন্টি,ローガン郡,洛根縣		US	IL	107	30305	America/Chicago
4901299	Marshall County	marshall-county	Comitatul Marshall,Comte de Marshall,Comté de Marshall,Condado de Marshall,Condado han Marshall,Contea di Marshall,Hrabstwo Marshall,Marsal srjan,Marshal,Marshall,Marshall Comitatus,Marshall Kun,Marshall Kūn,Marshall konderria,Marshall megye,Okrug Marshal,Quan Marshall,Quận Marshall,ma xie er xian,marsahala ka'unti,masharu jun,mqatʿt marshal,shhrstan marshal  aylynwy,Маршал,Маршалл,Округ Маршал,Մարշալ շրջան,شهرستان مارشال، ایلینوی,مارشل کاؤنٹی، الینوائے,مارشل کاؤنٹی، الینوۓ,مقاطعة مارشال,মার্সহাল কাউন্টি,マーシャル郡,馬歇爾縣		US	IL	123	12640	America/Chicago
4901395	Mason County	mason-county	Comitatul Mason,Comte de Mason,Comté de Mason,Condado de Mason,Condado han Mason,Contea di Mason,Hrabstwo Mason,Mason,Mason Comitatus,Mason Kun,Mason Kūn,Mason konderria,Mason megye,Mejson,Mejsun,Meyson srjan,Okrug Mejson,Quan Mason,Quận Mason,mei sen xian,meison jun,mesana ka'unti,mqatʿt maswn,shhrstan maswn  aylynwy,Мейсон,Мейсън,Округ Мејсон,Մեյսոն շրջան,شهرستان ماسون، ایلینوی,مقاطعة ماسون,میسن کاؤنٹی، الینوائے,میسن کاؤنٹی، الینوۓ,মেশন কাউন্টি,メイソン郡,梅森縣		US	IL	125	14666	America/Chicago
4901622	McDonough County	mcdonough-county	Comitatul McDonough,Comte de McDonough,Comté de McDonough,Condado de McDonough,Condado han McDonough,Contea di McDonough,Hrabstwo McDonough,MakDono srjan,Makdono,Makduna,McDonough,McDonough Comitatus,McDonough Kun,McDonough Kūn,McDonough konderria,McDonough megye,Okrug Makdona,Quan McDonough,Quận McDonough,mai ke duo nuo xian,makudonau jun,mqatʿt mkdwna,myakadanaugha ka'unti,Макдоно,Макдъна,Округ Макдона,ՄակԴոնո շրջան,مقاطعة مكدونا,مکڈونوغ کاؤنٹی,مکڈونوف کاؤنٹی، الینوائے,ম্যাকডনৌঘ কাউন্টি,マクドナウ郡,麥克多諾縣		US	IL	109	32612	America/Chicago
4901666	McHenry County	mchenry-county	Comitatul McHenry,Comte de McHenry,Comté de McHenry,Condado de McHenry,Condado han McHenry,Contea di McHenry,Hrabstwo McHenry,Mak-Genri,Makgenri,Makhenri srjan,Makkhenri,McHenry,McHenry Comitatus,McHenry Kun,McHenry Kūn,McHenry konderria,McHenry maakond,McHenry megye,Okrug Makkhenri,Quan McHenry,Quận McHenry,mai ke heng li xian,makuhenri jun,mqatʿt mkhnry,myakahenari ka'unti,Мак-Генри,Макгенрі,Макхенри,Округ Макхенри,Մակհենրի շրջան,مقاطعة مكهنري,مکہنری کاؤنٹی,مکہینری کاؤنٹی، الینوائے,ম্যাকহেনরি কাউন্টি,マクヘンリー郡,麥克亨利縣		US	IL	111	308760	America/Chicago
4901730	McLean County	mclean-county	Comitatul McLean,Comte de McLean,Comté de McLean,Condado de McLean,Condado han McLean,Contea di McLean,Hrabstwo McLean,Mak-Lin srjan,Maklejn,Maklijn,McLean,McLean Comitatus,McLean Kun,McLean Kūn,McLean konderria,McLean megye,Okrug Maklejn,Quan McLean,Quận McLean,mai ke lai en xian,makurin jun,mqatʿt mklyn,myakalina ka'unti,shhrstan mk‌lyn  aylynwy,Маклейн,Маклийн,Округ Маклејн,Մակ-Լին շրջան,شهرستان مک‌لین، ایلینوی,مقاطعة مكلين,مکلین کاؤنٹی,مکلین کاؤنٹی، الینوائے,ম্যাকলীন কাউন্টি,マクリーン郡,麥克萊恩縣		US	IL	113	169572	America/Chicago
4901936	Menard County	menard-county	Comitatul Menard,Comte de Menard,Comté de Menard,Condado de Menard,Condado han Menard,Contea di Menard,Hrabstwo Menard,Menard,Menard Comitatus,Menard Kun,Menard Kūn,Menard konderria,Menard megye,Menard srjan,Menardi maakond,Menurd,Okrug Menard,Quan Menard,Quận Menard,menado jun,menarda ka'unti,meonadeu gun,mo na de xian,mqatʿt mynard,shhrstan mnard  aylynwy,Менард,Менърд,Округ Менард,Մենարդ շրջան,شهرستان منارد، ایلینوی,مقاطعة مينارد,منارڈ کاؤنٹی,مینارڈ کاؤنٹی، الینوائے,মেনার্ড কাউন্টি,メナード郡,默納德縣,머나드 군		US	IL	129	12705	America/Chicago
4901976	Mercer County	mercer-county	Comitatul Mercer,Comte de Mercer,Comté de Mercer,Condado de Mercer,Condado han Mercer,Contea di Mercer,Hrabstwo Mercer,Mercer,Mercer Comitatus,Mercer Kun,Mercer Kūn,Mercer konderria,Mercer megye,Merser,Merser srjan,Mursur,Okrug Merser,Quan Mercer,Quận Mercer,mararsera ka'unti,masa jun,mo se xian,mqatʿt myrsyr,shhrstan mrsr  aylynwy,Мерсер,Мърсър,Округ Мерсер,Մերսեր շրջան,شهرستان مرسر، ایلینوی,مرسر کاؤنٹی، الینوائے,مرسر کاؤنٹی، الینوۓ,مقاطعة ميرسير,মারর্সের কাউন্টি,マーサー郡,默瑟縣		US	IL	131	16434	America/Chicago
4904601	Ogle County	ogle-county	Comitatul Ogle,Comte d'Ogle,Comté d'Ogle,Condado de Ogle,Condado han Ogle,Contea di Ogle,Hrabstwo Ogle,Ogl,Ogl srjan,Ogle,Ogle Comitatus,Ogle Kun,Ogle Kūn,Ogle konderria,Ogle megye,Ogul,Okrug Ogl,Quan Ogle,Quận Ogle,ao ge er xian,augle ka'unti,mqatʿt awghl,oguru jun,shhrstan awgl  aylynwy,Огл,Огъл,Округ Огл,Оґл,Օգլ շրջան,اوگل کاؤنٹی، الینوائے,اوگلے کاؤنٹی,شهرستان اوگل، ایلینوی,مقاطعة أوغل,ঔগ্লে কাউন্টি,オーグル郡,奧格爾縣		US	IL	141	53497	America/Chicago
4905697	Peoria County	peoria-county	Comitatul Peoria,Comte de Peoria,Comté de Peoria,Condado de Peoria,Condado han Peoria,Contea di Peoria,Hrabstwo Peoria,Okrug Piorija,Peoria,Peoria Comitatus,Peoria Kun,Peoria Kūn,Peoria konderria,Peoria megye,Peorija,Piorija,Quan Peoria,Quận Peoria,mqatʿt bywrya,pi ao li ya xian,pi'oriya ka'unti,piolia gun,pioria jun,Округ Пиорија,Пеория,Піорія,Փեորիա շրջան,مقاطعة بيوريا,پیوریا کاؤنٹی,پیوریا کاؤنٹی، الینوائے,পিওরিয়া কাউন্টি,ピオリア郡,皮奥里亚县,피오리아 군		US	IL	143	186494	America/Chicago
4905877	Piatt County	piatt-county	Comitatul Piatt,Comte de Piatt,Comté de Piatt,Condado de Piatt,Condado han Piatt,Contea di Piatt,Hrabstwo Piatt,Okrug Pajat,Pajatt,Pajut,Piatt,Piatt Comitatus,Piatt Kun,Piatt Kūn,Piatt konderria,Piatt megye,Quan Piatt,Quận Piatt,mqatʿt bayat,pi ya te xian,piatto jun,piyata ka'unti,Округ Пајат,Пайатт,Пайът,Піатт,Փլաթ շրջան,מחוז פיאט,مقاطعة بايات,پائیٹ کاؤنٹی، الینوائے,پیاٹ کاؤنٹی,পিয়াট কাউন্টি,ピアット郡,皮亞特縣		US	IL	147	16729	America/Chicago
4906962	Putnam County	putnam-county	Comitatul Putnam,Comte de Putnam,Comté de Putnam,Condado de Putnam,Condado han Putnam,Contea di Putnam,Hrabstwo Putnam,Okrug Patnam,Patnam,Patnem,Patnem srjan,Putnam,Putnam Comitatus,Putnam Kun,Putnam Kūn,Putnam konderria,Putnam megye,Putnum,Quan Putnam,Quận Putnam,mqatʿt bwtnam,pattonamu jun,pu te nan xian,putanama ka'unti,shhrstan patnm  aylynwy,Округ Патнам,Патнам,Патнем,Путнъм,Պատնեմ շրջան,شهرستان پاتنم، ایلینوی,مقاطعة بوتنام,پتنام کاؤنٹی، الینوۓ,پٹنم کاؤنٹی، الینوائے,পুতনাম কাউন্টি,パットナム郡,普特南縣		US	IL	155	6006	America/Chicago
4907910	Rock Island County	rock-island-county	Comitatul Rock Island,Comte de Rock Island,Comté de Rock Island,Condado de Rock Island,Condado han Rock Island,Contea di Rock Island,Hrabstwo Rock Island,Okrug Rok Ajland,Quan Rock Island,Quận Rock Island,Rock Island,Rock Island Comitatus,Rock Island Kun,Rock Island Kūn,Rock Island konderria,Rock Island megye,Rok Ajlund,Rok-Ajlend,luo ke ai lan xian,mqatʿt rwk ayland,raka a'ilyanda ka'unti,rokkuairando jun,shhrstan rak ayslnd  aylynwy,Округ Рок Ајланд,Рок Айлънд,Рок-Айленд,Ռոք Այլենդ շրջան,راک آئیلینڈ کاؤنٹی,راک جزیرہ کاؤنٹی، الینوائے,شهرستان راک ایسلند، ایلینوی,مقاطعة روك آيلاند,রক আইল্যান্ড কাউন্টি,ロックアイランド郡,羅克艾蘭縣		US	IL	161	147546	America/Chicago
4910877	Schuyler County	schuyler-county	Comitatul Schuyler,Comte de Schuyler,Comté de Schuyler,Condado de Schuyler,Condado han Schuyler,Contea di Schuyler,Hrabstwo Schuyler,Okrug Skajler,Quan Schuyler,Quận Schuyler,Schuyler,Schuyler Comitatus,Schuyler Kun,Schuyler Kūn,Schuyler konderria,Schuyler megye,Shujlur,Skajler,Skayler srjan,mqatʿt shwylyr,si kai lei xian,sku'ilara ka'unti,sukaira jun,Округ Скајлер,Скайлер,Шуйлър,Սկայլեր շրջան,سکئیلر کاؤنٹی، الینوائے,شولر کاؤنٹی,مقاطعة شويلير,স্কুইলার কাউন্টি,スカイラー郡,斯凱勒縣		US	IL	169	7544	America/Chicago
4912398	Stark County	stark-county	Comitatul Stark,Comte de Stark,Comté de Stark,Condado de Stark,Condado han Stark,Contea di Stark,Hrabstwo Stark,Okrug Stark,Quan Stark,Quận Stark,Stark,Stark Comitatus,Stark Kun,Stark Kūn,Stark konderria,Stark megye,Stark srjan,mqatʿt stark,shhrstan astark  aylynwy,si ta ke xian,starka ka'unti,sutaku jun,Округ Старк,Старк,Ստարկ շրջան,سٹارک کاؤنٹی، الینوائے,سٹارک کاؤنٹی، الینوۓ,شهرستان استارک، ایلینوی,مقاطعة ستارك,স্টার্ক কাউন্টি,スターク郡,斯塔克縣		US	IL	175	5994	America/Chicago
4912492	Stephenson County	stephenson-county	Comitatul Stephenson,Comte de Stephenson,Comté de Stephenson,Condado de Stephenson,Condado han Stephenson,Contea di Stephenson,Hrabstwo Stephenson,Okrug Stivenson,Quan Stephenson,Quận Stephenson,Stephenson,Stephenson Comitatus,Stephenson Kun,Stephenson Kūn,Stephenson konderria,Stephenson megye,Stivenson,Stivenson srjan,Stivunsun,mqatʿt styfynswn,si di fen sen xian,stibhenasana ka'unti,sutibunson jun,Округ Стивенсон,Стивенсон,Стивънсън,Стівенсон,Ստիվենսոն շրջան,سٹیفنسن کاؤنٹی,سٹیفنسن کاؤنٹی، الینوائے,مقاطعة ستيفينسون,স্টিভেনশন কাউন্টি,スティーブンソン郡,斯蒂芬森縣		US	IL	177	47711	America/Chicago
4913271	Tazewell County	tazewell-county	Comitatul Tazewell,Comte de Tazewell,Comté de Tazewell,Condado de Tazewell,Condado han Tazewell,Contea di Tazewell,Hrabstwo Tazewell,Okrug Tazvel,Quan Tazewell,Quận Tazewell,Tazewell,Tazewell Comitatus,Tazewell Kun,Tazewell Kūn,Tazewell konderria,Tazewell megye,Tazewelli maakond,Tazuehll,Tazvell,Tejzuel,mqatʿt tyzwyl,ta zi wei er xian,tajaraela ka'unti,teizuu~eru jun,Округ Тазвел,Тазвелл,Тазуэлл,Тейзуел,Թազվել շրջան,مقاطعة تيزويل,ٹیزول کاؤنٹی، الینوۓ,ٹیزویل کاؤنٹی، الینوائے,তাজৱেল কাউন্টি,テイズウェル郡,塔茲韋爾縣		US	IL	179	135394	America/Chicago
4918765	Carroll County	carroll-county	Carroll,Carroll Kun,Carroll Kūn,Carroll konderria,Carroll megye,Comitatul Carroll,Comte de Carroll,Comté de Carroll,Condado de Carroll,Condado han Carroll,Contea di Carroll,Hrabstwo Carroll,Karroll,Kerroll,Kerul,Okrug Karol,Quan Carroll,Quận Carroll,ka luo er xian,kyarala ka'unti,kyaroru jun,shhrstan krwl  ayndyana,Карролл,Керролл,Керъл,Округ Карол,Քերոլ շրջան,شهرستان کرول، ایندیانا,کیرول کاؤنٹی، انڈیانا,ক্যারল কাউন্টি,キャロル郡,卡洛爾縣		US	IN	015	20155	America/Indiana/Indianapolis
4914710	Vermilion County	vermilion-county	Comitatul Vermilion,Comte de Vermilion,Comté de Vermilion,Condado de Vermilion,Condado han Vermilion,Contea di Vermilion,Hrabstwo Vermilion,Okrug Vermilion,Quan Vermilion,Quận Vermilion,Vermil'jon,Vermilion,Vermilion Comitatus,Vermilion Kun,Vermilion Kūn,Vermilion konderria,Vermilion megye,Vermilion srjan,Vurmiliun,bharameliyana ka'unti,fu mi li en xian,mhwz wrmylywn,mqatʿt fyrmylywn,vu~amirion jun,Вермилион,Вермільйон,Върмилиън,Округ Вермилион,Վերմիլիոն շրջան,מחוז ורמיליון,مقاطعة فيرميليون,ورمیلین کاؤنٹی,ویرمیلین کاؤنٹی، الینوائے,ভারমেলিয়ন কাউন্টি,ヴァーミリオン郡,弗米利恩縣		US	IL	183	81625	America/Chicago
4915502	Warren County	warren-county	Comitatul Warren,Comte de Warren,Comté de Warren,Condado de Warren,Condado han Warren,Contea di Warren,Hrabstwo Warren,Okrug Voren,Oworen srjan,Quan Warren,Quận Warren,Uorren,Uorun,Vorren,Warren,Warren Comitatus,Warren Kun,Warren Kūn,Warren konderria,Warren megye,mqatʿt waryn,raarena ka'unti,shhrstan warn  aylynwy,u~oren jun,wo lun xian,Воррен,Округ Ворен,Уоррен,Уорън,Ուորեն շրջան,شهرستان وارن، ایلینوی,مقاطعة وارين,وارن کاؤنٹی، الینوائے,وارن کاؤنٹی، الینوۓ,ৱারেন কাউন্টি,ウォーレン郡,沃倫縣		US	IL	187	17707	America/Chicago
4916434	Whiteside County	whiteside-county	Comitatul Whiteside,Comte de Whiteside,Comté de Whiteside,Condado de Whiteside,Condado han Whiteside,Contea di Whiteside,Hrabstwo Whiteside,Okrug Vajtsajd,Owaytsayd srjan,Quan Whiteside,Quận Whiteside,Uajtsajd,Vajtsajd,Whiteside,Whiteside Comitatus,Whiteside Kun,Whiteside Kūn,Whiteside konderria,Whiteside megye,howaitosaido jun,huai te sai de xian,huya'itasa'ida ka'unti,mqatʿt waytsayd,Вайтсайд,Округ Вајтсајд,Уайтсайд,Ուայտսայդ շրջան,مقاطعة وايتسايد,وائٹ سائڈ کاؤنٹی,وائٹسائڈ کاؤنٹی، الینوائے,হুয়াইটসাইড কাউন্টি,ホワイトサイド郡,懷特塞德縣		US	IL	195	58498	America/Chicago
4916565	Will County	will-county	Comitatul Will,Comte de Will,Comté de Will,Condado de Will,Condado han Will,Contea di Will,Hrabstwo Will,Okrug Vil,Owil srjan,Quan Will,Quận Will,Uil,Uill,Vill,Will,Will Comitatus,Will Kun,Will Kūn,Will konderria,Will megye,mqatʿt wyl,shhrstan wyl  aylynwy,u'ila ka'unti,u~iru jun,wei er xian,Вілл,Округ Вил,Уил,Уилл,Ուիլ շրջան,شهرستان ویل، ایلینوی,مقاطعة ويل,ول کاؤنٹی,ول کاؤنٹی، الینوائے,উইল কাউন্টি,ウィル郡,威爾縣		US	IL	197	677560	America/Chicago
4916845	Winnebago County	winnebago-county	Comitatul Winnebago,Comte de Winnebago,Comté de Winnebago,Condado de Winnebago,Condado han Winnebago,Contea di Winnebago,Hrabstwo Winnebago,Okrug Vinebejgo,Quan Winnebago,Quận Winnebago,Uinebago,Uinnebejgo,Vinbago srjan,Vinnebago,Winnebago,Winnebago Comitatus,Winnebago Kun,Winnebago Kūn,Winnebago konderria,Winnebago megye,mqatʿt wynybaghw,shhrstan wynh‌bgw  aylynwy,u'inebago ka'unti,u~inebego jun,wen na bei ge xian,Віннебаґо,Округ Винебејго,Уинебаго,Уиннебейго,Վինբագո շրջան,شهرستان وینه‌بگو، ایلینوی,مقاطعة وينيباغو,ونیباگو کاؤنٹی,وینیباگو کاؤنٹی، الینوائے,উইনেবাগো কাউন্টি,ウィネベーゴ郡,溫納貝戈縣		US	IL	201	295266	America/Chicago
4917010	Woodford County	woodford-county	Comitatul Woodford,Comte de Woodford,Comté de Woodford,Condado de Woodford,Condado han Woodford,Contea di Woodford,Hrabstwo Woodford,Okrug Vudford,Quan Woodford,Quận Woodford,Udford,Vudford,Vudford srjan,Woodford,Woodford Comitatus,Woodford Kun,Woodford Kūn,Woodford konderria,Woodford megye,Woodfordi maakond,mqatʿt wwdfwrd,odaphorda ka'unti,uddofodo jun,wu de fu de xian,Вудфорд,Округ Вудфорд,Удфорд,Վուդֆորդ շրջան,مقاطعة وودفورد,ووڈفورڈ کاؤنٹی، الینوائے,وڈفورڈ کاؤنٹی، الینوۓ,ওডফোর্ড কাউন্টি,ウッドフォード郡,伍德福德縣		US	IL	203	38664	America/Chicago
4917487	Adams County	adams-county	Adams,Adams Kun,Adams Kūn,Adams konderria,Adams megye,Adams srjan,Comitatul Adams,Comte d'Adams,Comté d'Adams,Condado de Adams,Condado han Adams,Contea di Adams,Hrabstwo Adams,Okrug Adams,Quan Adams,Quận Adams,adamuzu jun,edamsa ka'unti,shhrstan adamz  ayndyana,ya dang si xian,Адамс,Округ Адамс,Ադամս շրջան,ایڈمز کاؤنٹی، انڈیانا,شهرستان آدامز، ایندیانا,مقاطعة آدمز,एडम्स काउंटी,অ্যাডামস কাউন্টি,アダムズ郡,亞當斯縣		US	IN	001	34387	America/Indiana/Indianapolis
4917555	Allen County	allen-county	Alen srjan,Allen,Allen Kun,Allen Kūn,Allen konderria,Allen megye,Alleni maakond,Alun,Comitatul Allen,Comitatus Allensis Indianensis,Comte d'Allen,Comté d'Allen,Condado de Allen,Condado han Allen,Contea di Allen,Hrabstwo Allen,Okrug Alen,Quan Allen,Quận Allen,ai lun xian,aren jun,elana ka'unti,shhrstan aln  ayndyana,Аллен,Алън,Округ Ален,Ալեն շրջան,ایلن کاؤنٹی، انڈیانا,شهرستان آلن، ایندیانا,مقاطعة ألين,एलन काउंटी,অ্যলেন কাউন্টি,アレン郡,艾倫縣		US	IN	003	355329	America/Indiana/Indianapolis
4917993	Benton County	benton-county	Benton,Benton Kun,Benton Kūn,Benton konderria,Benton megye,Benton srjan,Bentun,Comitatul Benton,Comte de Benton,Comté de Benton,Condado de Benton,Condado han Benton,Contea di Benton,Hrabstwo Benton,Okrug Benton,Quan Benton,Quận Benton,ben dun xian,bentana ka'unti,benton jun,shhrstan bntwn  ayndyana,Бентон,Бентън,Округ Бентон,Բենտոն շրջան,بینٹن کاؤنٹی، انڈیانا,شهرستان بنتون، ایندیانا,مقاطعة بينتون,বেন্টন কাউন্টি,ベントン郡,本頓縣		US	IN	007	8854	America/Indiana/Indianapolis
4918181	Blackford County	blackford-county	Blackford,Blackford Kun,Blackford Kūn,Blackford konderria,Blackford megye,Blehkford,Blekford,Comitatul Blackford,Comte de Blackford,Comté de Blackford,Condado de Blackford,Condado han Blackford,Contea di Blackford,Hrabstwo Blackford,Okrug Blekford,Quan Blackford,Quận Blackford,blyakaphorda ka'unti,bu lai ke fu de xian,burakkufodo jun,shhrstan blkfwrd  ayndyana,Блекфорд,Блэкфорд,Округ Блекфорд,Բլեքֆորդ շրջան,بلیکفورڈ کاؤنٹی، انڈیانا,شهرستان بلکفورد، ایندیانا,مقاطعة بلاكفورد,ব্ল্যাকফোর্ড কাউন্টি,ブラックフォード郡,布萊克福德縣		US	IN	009	12766	America/Indiana/Indianapolis
4918273	Boone County	boone-county	Boone,Boone Kun,Boone Kūn,Boone konderria,Boone megye,Bun,Bun srjan,Comitatul Boone,Comte de Boone,Comté de Boone,Condado de Boone,Condado han Boone,Contea di Boone,Hrabstwo Boone,Okrug Bun,Quan Boone,Quận Boone,ba'una ka'unti,bu en xian,bun jun,shhrstan bwny  ayndyana,Бун,Округ Бун,Բուն շրջան,بون کاؤنٹی، انڈیانا,شهرستان بونی، ایندیانا,বউন কাউন্টি,ブーン郡,布恩縣		US	IN	011	56640	America/Indiana/Indianapolis
4919127	Clinton County	clinton-county	Clinton,Clinton Kun,Clinton Kūn,Clinton konderria,Clinton megye,Comitatul Clinton,Comte de Clinton,Comté de Clinton,Condado de Clinton,Condado han Clinton,Contea di Clinton,Hrabstwo Clinton,Klinton,Klintun,Okrug Klinton,Quan Clinton,Quận Clinton,ke lin dun xian,klintana ka'unti,kurinton jun,shhrstan klyntwn  ayndyana,Клинтон,Клинтън,Клінтон,Округ Клинтон,Քլինտոն շրջան,شهرستان کلینتون، ایندیانا,مقاطعة كلينتون,کلنٹن کاؤنٹی، انڈیانا,ক্লিন্টন কাউন্টি,クリントン郡,克林頓縣		US	IN	023	33224	America/Indiana/Indianapolis
4919554	DeKalb County	dekalb-county	Comitatul DeKalb,Comte de DeKalb,Comté de DeKalb,Condado de DeKalb,Condado han DeKalb,Contea di DeKalb,De Kalb County,De-Kalb,DeKalb,DeKalb County,DeKalb Kun,DeKalb Kūn,DeKalb konderria,DeKalb megye,Dekal'b,Dekalb County,Dikalb,Hrabstwo DeKalb,Okrug Dekab,Quan DeKalb,Quận DeKalb,dekarubu jun,di ka er bu xian,dikalaba ka'unti,shhrstan dyklb  ayndyana,Де-Калб,Декальб,Дикалб,Округ Декаб,Դե-Քալբ շրջան,شهرستان دیکلب، ایندیانا,ڈیکلب کاؤنٹی، انڈیانا,ডিকলাব কাউন্টি,デカルブ郡,迪卡尔布县		US	IN	033	42223	America/Indiana/Indianapolis
4919615	Delaware County	delaware-county	Comitatul Delaware,Comte de Delaware,Comté de Delaware,Condado de Delaware,Condado han Delaware,Contea di Delaware,Delaueur,Delavehr,Delaver,Delaver srjan,Delaware,Delaware Kun,Delaware Kūn,Delaware konderria,Delaware megye,Hrabstwo Delaware,Okrug Delaver,Quan Delaware,Quận Delaware,dela'oyyara ka'unti,derau~ea jun,shhrstan dlawyr  ayndyana,te la hua xian,Делавер,Делавэр,Делауеър,Округ Делавер,Դելավեր շրջան,شهرستان دلاویر، ایندیانا,ڈیلاویئر کاؤنٹی، انڈیانا,ডেলাওয়্যার কাউন্টি,デラウェア郡,特拉華縣		US	IN	035	117671	America/Indiana/Indianapolis
4919988	Elkhart County	elkhart-county	Comitatul Elkhart,Comte d'Elkhart,Comté d'Elkhart,Condado de Elkhart,Condado han Elkhart,Contea di Elkhart,Ehlkkhart,Elkgart,Elkhart,Elkhart Kun,Elkhart Kūn,Elkhart konderria,Elkhart megye,Elkhart srjan,Elkkhart,Hrabstwo Elkhart,Okrug Elkkhart,Quan Elkhart,Quận Elkhart,ai er ke ha te xian,elkaharta ka'unti,erukuhato jun,shhrstan alkhart  ayndyana,Елкгарт,Елкхарт,Округ Елкхарт,Элкхарт,Էլկհարտ շրջան,ایلکھارٹ کاؤنٹی، انڈیانا,شهرستان الخارت، ایندیانا,এল্কহার্ট কাউন্টি,エルクハート郡,埃爾克哈特縣		US	IN	039	197559	America/Indiana/Indianapolis
4920444	Fountain County	fountain-county	Comitatul Fountain,Comte de Fountain,Comté de Fountain,Condado de Fountain,Condado han Fountain,Contea di Fountain,Faunten,Faunten srjan,Fauntin,Fauntun,Fountain,Fountain Kun,Fountain Kūn,Fountain konderria,Fountain megye,Hrabstwo Fountain,Okrug Fauntin,fang ting xian,faunten jun,pha'unte'ina ka'unti,shhrstan fantn  ayndyana,Округ Фаунтин,Фаунтен,Фаунтин,Фаунтън,Ֆաունտեն շրջան,شهرستان فانتن، ایندیانا,فاؤنٹین کاؤنٹی، انڈیانا,مقاطعة فاونتن,ফাউন্টেইন কাউন্টি,ファウンテン郡,方廷縣		US	IN	045	17240	America/Indiana/Indianapolis
4920550	Fulton County	fulton-county	Comitatul Fulton,Comte de Fulton,Comté de Fulton,Condado de Fulton,Condado han Fulton,Contea di Fulton,Fulton,Fulton Kun,Fulton Kūn,Fulton konderria,Fulton megye,Fulton srjan,Fultun,Hrabstwo Fulton,Okrug Fulton,Quan Fulton,Quận Fulton,fu er dun xian,furuton jun,phulatana ka'unti,shhrstan fwltn  ayndyana,Округ Фултон,Фултон,Фултън,Ֆուլտոն շրջան,شهرستان فولتن، ایندیانا,فلٹن کاؤنٹی، انڈیانا,ফূলটন কাউন্টি,フルトン郡,富爾頓縣		US	IN	049	20836	America/Indiana/Indianapolis
4920875	Grant County	grant-county	Comitatul Grant,Comte de Grant,Comté de Grant,Condado de Grant,Condado han Grant,Contea di Grant,Grant,Grant Kun,Grant Kūn,Grant konderria,Grant megye,Grant srjan,Hrabstwo Grant,Okrug Grant,Quan Grant,Quận Grant,ge lan te xian,granta ka'unti,guranto jun,shhrstan grant  ayndyana,Грант,Округ Грант,Գրանտ շրջան,شهرستان گرانت، ایندیانا,مقاطعة غرانت,گرانٹ کاؤنٹی، انڈیانا,গ্রান্ট কাউন্টি,グラント郡,格蘭特縣		US	IN	053	70061	America/Indiana/Indianapolis
4921085	Hamilton County	hamilton-county	Comitatul Hamilton,Comte de Hamilton,Comté de Hamilton,Condado de Hamilton,Condado han Hamilton,Contea di Hamilton,Gamil'ton,Hamilton,Hamilton Kun,Hamilton Kūn,Hamilton konderria,Hamilton megye,Hamilton srjan,Hrabstwo Hamilton,Khamiltun,Okrug Khamilton,Quan Hamilton,Quận Hamilton,hamiruton jun,han mi er dun xian,hyamilatana ka'unti,shhrstan hmyltwn  ayndyana,Гамильтон,Гамільтон,Округ Хамилтон,Хамилтън,Համիլտոն շրջան,شهرستان همیلتون، ایندیانا,مقاطعة هاميلتون,ہیملٹن کاؤنٹی، انڈیانا,হ্যামিলটন কাউন্টি,ハミルトン郡,漢密爾頓縣		US	IN	057	274569	America/Indiana/Indianapolis
4921670	Howard County	howard-county	Comitatul Howard,Comte de Howard,Comté de Howard,Condado de Howard,Condado han Howard,Contea di Howard,Govard,Hovard srjan,Howard,Howard County,Howard Kun,Howard Kūn,Howard konderria,Howard megye,Hrabstwo Howard,Khauard,Khauurd,Okrug Khauard,Quan Howard,Quận Howard,Richardsville County,Richardsville Township,haraarda ka'unti,hawado jun,huo hua de xian,shhrstan hward  ayndyana,Говард,Округ Хауард,Хауард,Хауърд,Հովարդ շրջան,شهرستان هوارد، ایندیانا,ہووارڈ کاؤنٹی، انڈیانا,হাৱার্ড কাউন্টি,ハワード郡,霍華德縣		US	IN	067	82752	America/Indiana/Indianapolis
4921729	Huntington County	huntington-county	Comitatul Huntington,Comte de Huntington,Comté de Huntington,Condado de Huntington,Condado han Huntington,Contea di Huntington,Gantington,Hrabstwo Huntington,Huntington,Huntington Kun,Huntington Kūn,Huntington konderria,Huntington megye,Khantington,Khuntingtun,Okrug Khantington,Quan Huntington,Quận Huntington,hantintana ka'unti,hantinton jun,heng ting dun xian,shhrstan hantyngtn  ayndyana,Гантінґтон,Округ Хантингтон,Хантингтон,Хънтингтън,Հանթինգտոն շրջան,شهرستان هانتینگتن، ایندیانا,مقاطعة هنتنغتون,ہنٹنگٹن کاؤنٹی، انڈیانا,হান্টিংটন কাউন্টি,ハンティントン郡,亨廷頓縣		US	IN	069	37124	America/Indiana/Indianapolis
4922007	Jasper County	jasper-county	Comte de Jasper,Comté de Jasper,Condado de Jasper,Condado han Jasper,Contea di Jasper,Dzhasper,Dzhaspur,Dzhesper,Hrabstwo Jasper,Jasper,Jasper Kun,Jasper Kūn,Jasper konderria,Jasper srjan,Okrug DZasper,Quan Jasper,Quận Jasper,jasapera ka'unti,jasupa jun,jie si pa xian,shhrstan jaspr  ayndyana,Джаспер,Джаспър,Джеспер,Округ Џаспер,Ջասպեր շրջան,جیسپر کاؤنٹی، انڈیانا,شهرستان جاسپر، ایندیانا,জাসপের কাউন্টি,ジャスパー郡,傑斯帕縣		US	IN	073	33478	America/Chicago
4922408	Kosciusko County	kosciusko-county	Comitatul Kosciusko,Comte de Kosciusko,Comté de Kosciusko,Condado de Kosciusko,Condado han Kosciusko,Contea di Kosciusko,Hrabstwo Kosciusko,Kosciusko,Kosciusko Kun,Kosciusko Kūn,Kosciusko konderria,Kosciusko megye,Koscjushko,Okrug Kosijasko,Quan Kosciusko,Quận Kosciusko,kazuyasuko jun,ke xi a si ke xian,kosi'usko ka'unti,shhrstan ksywskw  ayndyana,Косцюшко,Округ Косијаско,Կոսցյուշկո շրջան,شهرستان کسیوسکو، ایندیانا,مقاطعة كوسيوسكو,کوسیاسکو کاؤنٹی، انڈیانا,কোসিউস্কো কাউন্টি,カズヤスコ郡,科西阿斯科縣		US	IN	085	77358	America/Indiana/Indianapolis
4922458	LaGrange County	lagrange-county	Comte de LaGrange,Comté de LaGrange,LaGrange,LaGrange County,Lagrange County		US	IN	087	37128	America/Indiana/Indianapolis
4922460	LaPorte County	laporte-county	Comte de LaPorte,Comté de LaPorte,Condado de LaPorte,Condado han LaPorte,Contea di LaPorte,Hrabstwo LaPorte,La Porte County,La-Port srjan,LaPorte,LaPorte County,LaPorte Kun,LaPorte Kūn,LaPorte konderria,Laport,Okrug Laport,Quan LaPorte,Quận LaPorte,la bo te xian,laporte ka'unti,rapoto jun,shhrstan lapwrth  ayndyana,Лапорт,Округ Лапорт,Լա-Պորտ շրջան,شهرستان لاپورته، ایندیانا,لاپورٹ کاؤنٹی، انڈیانا,مقاطعة لابورت,লাপোর্টে কাউন্টি,ラポート郡,拉波特縣		US	IN	091	111467	America/Chicago
4922493	Lake County	lake-county	Comte de Lake,Comté de Lake,Condado de Lake,Condado han Lake,Contea di Lake,Hrabstwo Lake,Lake,Lake Kun,Lake Kūn,Lake konderria,Lakei maakond,Lejk,Okrug Lejk,Quan Lake,Quận Lake,lai ke xian,leka ka'unti,reiku jun,shhrstan lyk  ayndyana,Лейк,Округ Лејк,Լեյք շրջան,شهرستان لیک، ایندیانا,لیک کاؤنٹی، انڈیانا,مقاطعة ليك,लेक काउंटी,লেক কাউন্টি,レイク郡,萊克縣		US	IN	089	496005	America/Chicago
4923124	Madison County	madison-county	Comitatul Madison,Comte de Madison,Comté de Madison,Condado de Madison,Condado han Madison,Contea di Madison,Hrabstwo Madison,Madison,Madison Kun,Madison Kūn,Madison konderria,Madison megye,Medison,Medison srjan,Medisun,Mehdison,Okrug Medison,Quan Madison,Quận Madison,madison jun,mai di xun xian,medisana ka'unti,shhrstan mdyswn  ayndyana,Медисън,Медісон,Мэдисон,Округ Медисон,Մեդիսոն շրջան,شهرستان مدیسون، ایندیانا,مقاطعة ماديسون,میڈیسن کاؤنٹی، انڈیانا,মেডিশন কাউন্টি,マディソン郡,麥迪遜縣		US	IN	095	131636	America/Indiana/Indianapolis
4923252	Marshall County	marshall-county	Comitatul Marshall,Comte de Marshall,Comté de Marshall,Condado de Marshall,Condado han Marshall,Contea di Marshall,Hrabstwo Marshall,Marsal srjan,Marshal,Marshall,Marshall Kun,Marshall Kūn,Marshall konderria,Marshall megye,Okrug Marshal,Quan Marshall,Quận Marshall,ma xie er xian,marsahala ka'unti,masharu jun,shhrstan marshal  ayndyana,Маршал,Маршалл,Округ Маршал,Մարշալ շրջան,شهرستان مارشال، ایندیانا,مارشل کاؤنٹی، انڈیانا,مقاطعة مارشال,মার্সহাল কাউন্টি,マーシャル郡,馬歇爾縣		US	IN	099	47051	America/Indiana/Indianapolis
4923517	Miami County	miami-county	Comitatul Miami,Comte de Miami,Comté de Miami,Condado de Miami,Condado han Miami,Contea di Miami,Hrabstwo Miami,Majami,Mayami srjan,Miami,Miami County,Miami Kun,Miami Kūn,Miami konderria,Miami megye,Okrug Majami,Oumiamiak,Oumiamiouek,Quan Miami,Quận Miami,Wemiamik,mai a mi xian,maiami jun,mayami ka'unti,shhrstan myamy  ayndyana,Майами,Маями,Маямі,Округ Мајами,Մայամի շրջան,شهرستان میامی، ایندیانا,مقاطعة ميامي,میامی کاؤنٹی، انڈیانا,মায়ামি কাউন্টি,マイアミ郡,邁阿密縣		US	IN	103	36903	America/Indiana/Indianapolis
4923741	Montgomery County	montgomery-county	Comitatul Montgomery,Comte de Montgomery,Comté de Montgomery,Condado de Montgomery,Condado han Montgomery,Contea di Montgomery,Hrabstwo Montgomery,Montgomeri,Montgomeri srjan,Montgomery,Montgomery Kun,Montgomery Kūn,Montgomery konderria,Montgomery megye,Montgomuri,Okrug Montgomeri,Quan Montgomery,Quận Montgomery,mantagomeri ka'unti,meng ge ma li xian,mongomeri jun,shhrstan mwntgwmry  ayndyana,Монтгомери,Монтгомері,Монтгомъри,Округ Монтгомери,Մոնտգոմերի շրջան,شهرستان مونتگومری، ایندیانا,مقاطعة مونتغومري,مونٹگمری کاؤنٹی، انڈیانا,মন্টগোমেরী কাউন্টি,モンゴメリー郡,蒙哥馬利縣		US	IN	107	38124	America/Indiana/Indianapolis
4924165	Newton County	newton-county	Comte de Newton,Comté de Newton,Condado de Newton,Condado han Newton,Contea di Newton,Hrabstwo Newton,N'juton,Newton,Newton Kun,Newton Kūn,Newton konderria,Njutun,Nyuton srjan,Okrug NJuton,Quan Newton,Quận Newton,ni'utana ka'unti,niu dun xian,nyuton jun,shhrstan nywtwn  ayndyana,Ньютон,Нютън,Округ Њутон,Նյուտոն շրջան,شهرستان نیوتون، ایندیانا,مقاطعة نيوتن,نیوٹن کاؤنٹی، انڈیانا,নিউটন কাউন্টি,ニュートン郡,牛頓縣		US	IN	111	14244	America/Chicago
4924192	Noble County	noble-county	Comitatul Noble,Comte de Noble,Comté de Noble,Condado de Noble,Condado han Noble,Contea di Noble,Hrabstwo Noble,Nobl,Nobl srjan,Noble,Noble Kun,Noble Kūn,Noble konderria,Noble megye,Nobul,Okrug Nobl,Quan Noble,Quận Noble,nobela ka'unti,noburu jun,nuo bu er xian,shhrstan nwbl  ayndyana,Нобл,Нобъл,Округ Нобл,Նոբլ շրջան,شهرستان نوبل، ایندیانا,مقاطعة نوبل,نوبل کاؤنٹی، انڈیانا,নোবেল কাউন্টি,ノーブル郡,諾布爾縣		US	IN	113	47536	America/Indiana/Indianapolis
4925020	Porter County	porter-county	Comte de Porter,Comté de Porter,Condado de Porter,Condado han Porter,Contea di Porter,Hrabstwo Porter,Okrug Porter,Porter,Porter Kun,Porter Kūn,Porter konderria,Portur,Quan Porter,Quận Porter,bo te xian,portera ka'unti,pota jun,shhrstan prtr  ayndyana,Округ Портер,Портер,Портър,Փորտեր շրջան,شهرستان پرتر، ایندیانا,پورٹر کاؤنٹی، انڈیانا,পোর্টের কাউন্টি,ポーター郡,波特縣		US	IN	127	164343	America/Chicago
4925155	Pulaski County	pulaski-county	Comitatul Pulaski,Comte de Pulaski,Comté de Pulaski,Condado de Pulaski,Condado han Pulaski,Contea di Pulaski,Hrabstwo Pulaski,Okrug Pulaski,P'julaski,Pulaski,Pulaski Kun,Pulaski Kūn,Pulaski konderria,Quan Pulaski,Quận Pulaski,pu wa si ji xian,pulaski ka'unti,purasuki jun,shhrstan plasky  ayndyana,Округ Пуласки,Пуласки,Пуласкі,Пьюласки,Փուլասկի շրջան,شهرستان پلاسکی، ایندیانا,پولاسکی کاؤنٹی، انڈیانا,পুলাস্কি কাউন্টি,プラスキ郡,普瓦斯基縣		US	IN	131	13402	America/Indiana/Winamac
4925224	Randolph County	randolph-county	Comitatul Randolph,Comte de Randolph,Comté de Randolph,Condado de Randolph,Condado han Randolph,Contea di Randolph,Hrabstwo Randolph,Okrug Randolf,Quan Randolph,Quận Randolph,Randolf,Randolf srjan,Randolph,Randolph Kun,Randolph Kūn,Randolph konderria,Randolph megye,Rehndol'f,Rendolf,lan dao fu xian,randorufu jun,rendalapha ka'unti,shhrstan rndwlf  ayndyana,Округ Рандолф,Рандолф,Рендолф,Рэндольф,Ռանդոլֆ շրջան,رینڈولف کاؤنٹی، انڈیانا,شهرستان رندولف، ایندیانا,রেন্ডলফ কাউন্টি,ランドルフ郡,蘭道夫縣		US	IN	135	26171	America/Indiana/Indianapolis
4925848	Saint Joseph County	saint-joseph-county	Comte de Saint Joseph,Comté de Saint Joseph,Saint Joseph,Saint Joseph County,St. Joseph,St. Joseph County		US	IN	141	266931	America/Indiana/Indianapolis
4926760	Starke County	starke-county	Comitatul Starke,Comte de Starke,Comté de Starke,Condado de Starke,Condado han Starke,Contea di Starke,Hrabstwo Starke,Okrug Stark,Quan Starke,Quận Starke,Stark,Stark srjan,Starke,Starke Kun,Starke Kūn,Starke konderria,shhrstan astark  ayndyana,si ta ke xian,starka ka'unti,starke ka'unti,sutaku jun,Округ Старк,Старк,Ստարկ շրջան,سٹارک کاؤنٹی، انڈیانا,شهرستان استارک، ایندیانا,مقاطعة ستارك,स्टार्क काउंटी,স্টার্কে কাউন্টি,スターク郡,斯塔克縣		US	IN	149	23363	America/Indiana/Knox
4926796	Steuben County	steuben-county	Comitatul Steuben,Comte de Steuben,Comté de Steuben,Condado de Steuben,Condado han Steuben,Contea di Steuben,Hrabstwo Steuben,Okrug Stuben,Quan Steuben,Quận Steuben,Steuben,Steuben Kun,Steuben Kūn,Steuben konderria,Steuben megye,Steubeni maakond,Stojben,Stoyben srjan,Stuben,shhrstan astwbyn  ayndyana,si tuo ben xian,stubena ka'unti,suchuben jun,Округ Стубен,Стойбен,Стубен,Ստոյբեն շրջան,سٹوبن کاؤنٹی، انڈیانا,شهرستان استوبین، ایندیانا,مقاطعة ستوبين,স্টুবেন কাউন্টি,スチューベン郡,斯托本縣		US	IN	151	34185	America/Indiana/Indianapolis
4927230	Tippecanoe County	tippecanoe-county	Comitatul Tippecanoe,Comte de Tippecanoe,Comté de Tippecanoe,Condado de Tippecanoe,Condado han Tippecanoe,Contea di Tippecanoe,Hrabstwo Tippecanoe,Okrug Tipikanu,Quan Tippecanoe,Quận Tippecanoe,Tipikanu,Tipikanu srjan,Tipikehnu,Tippecanoe,Tippecanoe Kun,Tippecanoe Kūn,Tippecanoe konderria,Tippecanoe maakond,Tippecanoe megye,Tippikanu,di po ka nu xian,shhrstan typkanw  ayndyana,tipikanu jun,tippekanarae ka'unti,Округ Типикану,Типикану,Типикэну,Тіппікану,Տիպիկանու շրջան,شهرستان تیپکانو، ایندیانا,مقاطعة تيبيكانوي,ٹیپیکینیو کاؤنٹی، انڈیانا,টিপ্পেকানৱে কাউন্টি,ティピカヌー郡,蒂珀卡努縣		US	IN	157	172780	America/Indiana/Indianapolis
4927243	Tipton County	tipton-county	Comitatul Tipton,Comte de Tipton,Comté de Tipton,Condado de Tipton,Condado han Tipton,Contea di Tipton,Hrabstwo Tipton,Okrug Tipton,Quan Tipton,Quận Tipton,Tipton,Tipton Kun,Tipton Kūn,Tipton konderria,Tipton megye,Tipton srjan,Tiptoni maakond,Tiptun,di pu dun xian,shhrstan typtwn  ayndyana,tipatana ka'unti,tiputon jun,Округ Типтон,Типтон,Типтън,Тіптон,Տիպտոն շրջան,شهرستان تیپتون، ایندیانا,مقاطعة تيبتون,ٹپٹن کاؤنٹی، انڈیانا,টিপটন কাউন্টি,ティプトン郡,蒂普頓縣		US	IN	159	15936	America/Indiana/Indianapolis
4927751	Wabash County	wabash-county	Comitatul Wabash,Comte de Wabash,Comté de Wabash,Condado de Wabash,Condado han Wabash,Contea di Wabash,Hrabstwo Wabash,Okrug Vobash,Owobas srjan,Quan Wabash,Quận Wabash,Uobash,Vobash,Wabash,Wabash Kun,Wabash Kūn,Wabash konderria,Wabash megye,Wabashi maakond,raabasa ka'unti,shhrstan wabsh  ayndyana,u~obasshu jun,wo ba shen xian,Вобаш,Округ Вобаш,Уобаш,Ուոբաշ շրջան,شهرستان وابش، ایندیانا,مقاطعة واباش,وابیش کاؤنٹی، انڈیانا,ৱাবাস কাউন্টি,ウォバッシュ郡,沃巴什縣		US	IN	169	32888	America/Indiana/Indianapolis
4927846	Warren County	warren-county	Comitatul Warren,Comte de Warren,Comté de Warren,Condado de Warren,Condado han Warren,Contea di Warren,Hrabstwo Warren,Okrug Voren,Oworen srjan,Quan Warren,Quận Warren,Uorren,Uorun,Vorren,Warren,Warren Kun,Warren Kūn,Warren konderria,Warren megye,raarena ka'unti,shhrstan warn  ayndyana,u~oren jun,wo lun xian,Воррен,Округ Ворен,Уоррен,Уорън,Ուորեն շրջան,شهرستان وارن، ایندیانا,مقاطعة وارين,وارن کاؤنٹی، انڈیانا,ৱারেন কাউন্টি,ウォーレン郡,沃倫縣		US	IN	171	8508	America/Indiana/Indianapolis
4928008	Wells County	wells-county	Comitatul Wells,Comte de Wells,Comté de Wells,Condado de Wells,Condado han Wells,Contea di Wells,Hrabstwo Wells,Okrug Vels,Owels srjan,Quan Wells,Quận Wells,Uehlls,Uels,Vells,Wells,Wells Kun,Wells Kūn,Wells konderria,Wells megye,Wellsi maakond,raelsa ka'unti,shhrstan wlz  ayndyana,u~eruzu jun,vailsa ka'unti,wei er si xian,Веллс,Округ Велс,Уелс,Уэллс,Ուելս շրջան,شهرستان ولز، ایندیانا,مقاطعة ويلز,ویلز کاؤنٹی، انڈیانا,वैल्स काउंटी,ৱেল্স কাউন্টি,ウェルズ郡,韋爾斯縣		US	IN	179	27636	America/Indiana/Indianapolis
4928184	White County	white-county	Comitatul White,Comte de White,Comté de White,Condado de White,Condado han White,Contea di White,Hrabstwo White,Okrug Vajt,Owayt srjan,Quan White,Quận White,Uajt,Vajt,White,White Kun,White Kūn,White konderria,White megye,howaito jun,huai te xian,huya'ita ka'unti,shhrstan wayt  ayndyana,Вайт,Округ Вајт,Уайт,Ուայտ շրջան,شهرستان وایت، ایندیانا,وائٹ کاؤنٹی، انڈیانا,হুয়াইট কাউন্টি,ホワイト郡,懷特縣		US	IN	181	24643	America/Indiana/Indianapolis
4928215	Whitley County	whitley-county	Comitatul Whitley,Comte de Whitley,Comté de Whitley,Condado de Whitley,Condado han Whitley,Contea di Whitley,Hrabstwo Whitley,Okrug Vitli,Owaytli srjan,Quan Whitley,Quận Whitley,Uitli,Vitli,Whitley,Whitley Kun,Whitley Kūn,Whitley konderria,Whitley maakond,Whitley megye,hui te li xian,huyitale ka'unti,shhrstan wytly  ayndyana,u~ittori jun,Вітлі,Округ Витли,Уитли,Ուայտլի շրջան,شهرستان ویتلی، ایندیانا,مقاطعة ويتلي,وائٹلی کاؤنٹی، انڈیانا,হুয়িটলে কাউন্টি,ウィットリー郡,惠特利縣		US	IN	183	33292	America/Indiana/Indianapolis
5004681	Ottawa County	ottawa-county	Comitatul Ottawa,Comte d'Ottawa,Comté d'Ottawa,Condado de Ottawa,Condado han Ottawa,Contea di Ottawa,Hrabstwo Ottawa,Okrug Otava,Otava,Ottava,Ottava srjan,Ottawa,Ottawa Comitatus,Ottawa Kun,Ottawa Kūn,Ottawa konderria,Ottawa megye,Quan Ottawa,Quận Ottawa,otawa jun,ottaraa ka'unti,shhrstan atawa  myshygan,wo tai hua xian,Округ Отава,Отава,Оттава,Օտտավա շրջան,اوٹاوا کاؤنٹی,اوٹاوا کاؤنٹی، مشی گن,شهرستان اتاوا، میشیگان,ওট্টাৱা কাউন্টি,オタワ郡,渥太華縣		US	MI	139	263801	America/Detroit
4929772	Barnstable County	barnstable-county	Barnstable,Barnstable County,Barnstable Kun,Barnstable Kūn,Barnstable konderria,Barnstable megye,Barnstablei maakond,Barnstabul,Barnstejbl,Barnsteybl srjan,Cape Cod,Comitatul Barnstable,Comte de Barnstable,Comté de Barnstable,Condado de Barnstable,Condado han Barnstable,Contea di Barnstable,Hrabstwo Barnstable,Okrug Barnstabl,Quan Barnstable,Quận Barnstable,ba en si te bu er xian,bansutaburu jun,barnasatebala ka'unti,shhrstan brnstbl  masachwst,Барнстабъл,Барнстейбл,Округ Барнстабл,Բարնստեյբլ շրջան,بارنسٹیبل کاؤنٹی,بارنسٹیبل کاؤنٹی، میساچوسٹس,شهرستان برنستبل، ماساچوست,বার্নসটেবল কাউন্টি,バーンスタブル郡,巴恩斯特布爾縣		US	MA	001	215888	America/New_York
4930396	Berkshire County	berkshire-county	Berkshir,Berkshire,Berkshire Comitatus,Berkshire Kun,Berkshire Kūn,Berkshire konderria,Berkshire megye,Berksir srjan,Burkshur,Comitatul Berkshire,Comte de Berkshire,Comté de Berkshire,Condado de Berkshire,Condado han Berkshire,Contea di Berkshire,Hrabstwo Berkshire,Okrug Berkshir,Quan Berkshire,Quận Berkshire,bakusha jun,barkasayara ka'unti,bo ke xia xian,shhrstan brkshr  masachwst,Беркшир,Бъркшър,Округ Беркшир,Բերկշիր շրջան,برکسشائر کاؤنٹی، میساچوسٹس,برکشائر کاؤنٹی,شهرستان برکشر، ماساچوست,مقاطعة بيركشاير,বার্কশায়ার কাউন্টি,バークシャー郡,伯克夏縣		US	MA	003	131219	America/New_York
4931378	Bristol County	bristol-county	Bristol,Bristol Kun,Bristol Kūn,Bristol konderria,Bristol megye,Bristol srjan,Bristol',Bristoli maakond,Bristul,Comitatul Bristol,Comte de Bristol,Comté de Bristol,Condado de Bristol,Condado han Bristol,Contea di Bristol,Hrabstwo Bristol,Kantono Bristol,Okrug Bristol,Quan Bristol,Quận Bristol,bristala ka'unti,bu li si tuo xian,burisutoru jun,shhrstan brystwl  masachwst,Бристол,Бристоль,Бристъл,Округ Бристол,Բրիստոլ շրջան,برسٹل کاؤنٹی,برسٹل کاؤنٹی، میساچوسٹس,شهرستان بریستول، ماساچوست,مقاطعة بريستول,ব্রিস্টল কাউন্টি,ブリストル郡,布里斯托縣		US	MA	005	548285	America/New_York
4935156	Dukes County	dukes-county	Comitatul Dukes,Comte de Dukes,Comté de Dukes,Condado de Dukes,Condado han Dukes,Contea di Dukes,D'juks,Djuks,Duke's County,Dukes,Dukes County,Dukes Kun,Dukes Kūn,Dukes konderria,Dukes megye,Dyuks srjan,Hrabstwo Dukes,Okrug Djuks,Quan Dukes,Quận Dukes,de~yukusu jun,du ke si xian,dukasa ka'unti,shhrstan dwks  masachwst,Дьюкс,Дюкс,Округ Дјукс,Դյուկս շրջան,شهرستان دوکس، ماساچوست,مقاطعة دوكس,ڈیوکس کاؤنٹی,ڈیوکس کاؤنٹی، میساچوسٹس,ডুকস কাউন্টি,デュークス郡,杜克斯县		US	MA	007	16535	America/New_York
4935951	Essex County	essex-county	Comitatul Essex,Comte d'Essex,Comté d'Essex,Condado de Essex,Condado han Essex,Contea di Essex,Ehsseks,Eseks,Esseks,Essex,Essex Comitatus,Essex Kun,Essex Kūn,Essex konderria,Essex megye,Hrabstwo Essex,Okrug Eseks,Quan Essex,Quận Essex,ai sai ke si xian,esekkusu jun,eseksa ka'unti,shhrstan asks  masachwst,Есекс,Ессекс,Округ Есекс,Эссекс,Էսեքս շրջան,ایسکس کاؤنٹی،میساچیوسٹس,ایسیکس کاؤنٹی، میساچوسٹس,شهرستان اسکس، ماساچوست,مقاطعة إسكس,এসেক্স কাউন্টি,エセックス郡,艾塞克斯縣		US	MA	009	743159	America/New_York
4937280	Franklin County	franklin-county	Comitatul Franklin,Comte de Franklin,Comté de Franklin,Condado de Franklin,Condado han Franklin,Contea di Franklin,Franklin,Franklin Kun,Franklin Kūn,Franklin konderria,Franklin megye,Franklin srjan,Franklini maakond,Hrabstwo Franklin,Okrug Frenklin,Quan Franklin,Quận Franklin,fu lan ke lin xian,furankurin jun,phrankalina ka'unti,shhrstan franklyn  masachwst,Округ Френклин,Франклин,Франклін,Ֆրանկլին շրջան,شهرستان فرانکلین، ماساچوست,فرینکلن کاؤنٹی، میساچوسٹس,فرینکلن کاؤنٹی،میساچیوسٹس,مقاطعة فرانكلين,ফ্রাঙ্কলিন কাউন্টি,フランクリン郡,富蘭克林縣		US	MA	011	71372	America/New_York
4938741	Hampden County	hampden-county	Comitatul Hampden,Comte de Hampden,Comté de Hampden,Condado de Hampden,Condado han Hampden,Contea di Hampden,Gempden,Hampden,Hampden Kun,Hampden Kūn,Hampden konderria,Hampden megye,Hampden srjan,Hrabstwo Hampden,Khampden,Khampdun,Okrug Khampden,Quan Hampden,Quận Hampden,han deng xian,hanpuden jun,hempadena ka'unti,shhrstan hmpdn  masachwst,Гемпден,Округ Хампден,Хампден,Хампдън,Համպդեն շրջան,شهرستان همپدن، ماساچوست,مقاطعة هامبدن,ہیمپڈن کاؤنٹی,ہیمپڈن کاؤنٹی، میساچوسٹس,হেম্পডেন কাউন্টি,ハンプデン郡,漢登縣		US	MA	013	463490	America/New_York
4938757	Hampshire County	hampshire-county	Comitatul Hampshire,Comte de Hampshire,Comté de Hampshire,Condado de Hampshire,Condado han Hampshire,Contea di Hampshire,Gempshir,Hampshire,Hampshire Kun,Hampshire Kūn,Hampshire konderria,Hampshire megye,Hampshirei maakond,Hampsir srjan,Hantoniensis Comitatus,Hrabstwo Hampshire,Khampshir,Khampshur,Okrug Khempshir,Quan Hampshire,Quận Hampshire,han pu xia xian,hanpusha jun,hempasayara ka'unti,shhrstan hmpshr  masachwst,Гемпшир,Округ Хемпшир,Хампшир,Хампшър,Համպշիր շրջան,شهرستان همپشر، ماساچوست,مقاطعة هامبشاير,ہیمپشائر کاؤنٹی,ہیمپشائر کاؤنٹی، میساچوسٹس,হেম্পশায়ার কাউন্টি,ハンプシャー郡,漢普夏縣		US	MA	015	158080	America/New_York
4943909	Middlesex County	middlesex-county	Comitatul Middlesex,Comte de Middlesex,Comté de Middlesex,Condado de Middlesex,Condado han Middlesex,Contea di Middlesex,Hrabstwo Middlesex,Middlesex,Middlesex Kun,Middlesex Kūn,Middlesex konderria,Middlesex megye,Middlesexi maakond,Middlseks,Midlseks,Midulseks,Okrug Midlseks,Quan Middlesex,Quận Middlesex,mi de er sai ke si xian,midalaseksa ka'unti,midorusekkusu jun,shhrstan mydlsks  masachwst,Мидлсекс,Мидълсекс,Міддлсекс,Округ Мидлсекс,Միդլսեքս շրջան,شهرستان میدلسکس، ماساچوست,مقاطعة ميدلسيكس,مڈلسیکس کاؤنٹی,مڈلسیکس کاؤنٹی، میساچوسٹس,মিডলসেক্স কাউন্টি,ミドルセックス郡,米德爾塞克斯縣		US	MA	017	1503085	America/New_York
4944911	Nantucket County	nantucket-county	Comte de Nantucket,Comté de Nantucket,Nantucket		US	MA	019	10172	America/New_York
5024432	Dodge County	dodge-county	Comitatul Dodge,Comte de Dodge,Comté de Dodge,Condado de Dodge,Condado han Dodge,Contea di Dodge,Dodge,Dodge Comitatus,Dodge Kun,Dodge Kūn,Dodge konderria,Dodge megye,Dodzh,Doj srjan,Hrabstwo Dodge,Okrug Dodz,Quan Dodge,Quận Dodge,dao qi xian,dojesa ka'unti,dojji jun,mqatʿt dwdj,Додж,Округ Доџ,Դոջ շրջան,شهرستان دوج، مینه‌سوتا,مقاطعة دودج,ڈاج کاؤنٹی، مینیسوٹا,ڈوج کاؤنٹی,ডোজেস কাউন্টি,ドッジ郡,道奇縣		US	MN	039	20087	America/Chicago
4945455	Norfolk County	norfolk-county	Comitatul Norfolk,Comte de Norfolk,Comté de Norfolk,Condado de Norfolk,Condado han Norfolk,Contea di Norfolk,County Norfolk,Hrabstwo Norfolk,Norfolk,Norfolk Kun,Norfolk Kūn,Norfolk konderria,Norfolk megye,Norfolk srjan,Norfolki maakond,Okrug Norfok,Quan Norfolk,Quận Norfolk,mqatʿt nwrfwlk,naraphaka ka'unti,nofoku jun,nuo fu ke xian,shhrstan nwrfk  masachwst,Норфолк,Округ Норфок,Նորֆոլկ շրջան,شهرستان نورفک، ماساچوست,مقاطعة نورفولك,نارفوک کاؤنٹی، میساچوسٹس,نورفولک کاؤنٹی,নরফক কাউন্টি,ノーフォーク郡,诺福克县		US	MA	021	670850	America/New_York
4947607	Plymouth County	plymouth-county	Comitatul Plymouth,Comte de Plymouth,Comté de Plymouth,Condado de Plymouth,Condado han Plymouth,Contea di Plymouth,Hrabstwo Plymouth,Okrug Plimut,Plimut,Plymouth,Plymouth Kun,Plymouth Kūn,Plymouth konderria,Plymouth megye,Plymouthi maakond,Quan Plymouth,Quận Plymouth,pla'ima'utha ka'unti,pu li mao si xian,purimasu jun,shhrstan plymwth  masachwst,Округ Плимут,Плимут,Плимът,Плімут,Փլիմաութ շրջան,شهرستان پلیموث، ماساچوست,پلائیموتھ کاؤنٹی,پلایماؤت کاؤنٹی، میساچوسٹس,প্লাইমউথ কাউন্টি,プリマス郡,普利茅斯縣		US	MA	023	494919	America/New_York
4952349	Suffolk County	suffolk-county	Comitatul Suffolk,Comte de Suffolk,Comté de Suffolk,Condado de Suffolk,Condado han Suffolk,Contae Suffolk,Contea di Suffolk,Hrabstwo Suffolk,Okrug Safok,Quan Suffolk,Quận Suffolk,Saffolk,Saffolk srjan,Suffolk,Suffolk Kun,Suffolk Kūn,Suffolk konderria,Suffolk megye,Suffolki maakond,Sufolk,Swydd Suffolk,saffxlk khea n ti,safoku jun,saphaka ka'unti,sha fu ke xian,shhrstan safk  masachwst,Округ Сафок,Саффолк,Съфолк,Սաֆֆոլկ շրջան,سفولک کاؤنٹی,سوفولک کاؤنٹی، میساچوسٹس,شهرستان سافک، ماساچوست,مقاطعة سوفولك,সাফক কাউন্টি,ซัฟฟอล์กเคาน์ตี,サフォーク郡,沙福克縣		US	MA	025	722023	America/New_York
4956199	Worcester County	worcester-county	Comitatul Worcester,Comte de Worcester,Comté de Worcester,Condado de Worcester,Condado han Worcester,Contea di Worcester,Hrabstwo Worcester,Okrug Vuster,Quan Worcester,Quận Worcester,Ustur,Vuster,Vuster srjan,Worcester,Worcester Kun,Worcester Kūn,Worcester konderria,Worcester megye,Worcesteri maakond,raoracestara ka'unti,shhrstan wwstr  masachwst,usuta jun,wu si te xian,Вустер,Округ Вустер,Устър,Վուստեր շրջան,شهرستان ووستر، ماساچوست,مقاطعة ووستر,وارکسٹر کاؤنٹی,ووسٹر کاؤنٹی، میساچوسٹس,ৱোরচেষ্টার কাউন্টি,ウースター郡,烏斯特縣		US	MA	027	798552	America/New_York
4956755	Androscoggin County	androscoggin-county	Androscoggin,Androscoggin Kun,Androscoggin Kūn,Androscoggin konderria,Androscoggin megye,Androskoggin,Androskogin srjan,Andruskogin,Comitatul Androscoggin,Comte d'Androscoggin,Comté d'Androscoggin,Condado de Androscoggin,Condado han Androscoggin,Contea di Androscoggin,Hrabstwo Androscoggin,Okrug Androskogin,Quan Androscoggin,Quận Androscoggin,an de luo si ke jin xian,andorosukoggin jun,endroskoggina ka'unti,shhrstan andrwskwjyn  myn,Андроскоггин,Андроскоґґін,Андръскогин,Округ Андроскогин,Անդրոսկոգին շրջան,ایندروسکوگن کاؤنٹی,اینڈوسکوگین کاؤنٹی، میئن,شهرستان آندروسکوجین، مین,এন্ড্রোস্কোগ্গিন কাউন্টি,アンドロスコッギン郡,安德羅斯科金縣		US	ME	001	107702	America/New_York
4956873	Aroostook County	aroostook-county	Aroostook,Aroostook County,Aroostook Kun,Aroostook Kūn,Aroostook konderria,Aroostook megye,Aroostooki maakond,Arustuk,Arustuk srjan,Comitatul Aroostook,Comtat dAroostook,Comte d'Aroostook,Comte de l'Aroostook,Comté d'Aroostook,Condado de Aroostook,Condado han Aroostook,Contea di Aroostook,Hrabstwo Aroostook,Okrug Arustuk,Quan Aroostook,Quận Aroostook,a lu si tu ke xian,arostaka ka'unti,arusutokku jun,shhrstan arwztwk  myn,Арустук,Арустък,Округ Арустук,Արուստուկ շրջան,ארוסטוק,آروسٹوک کاؤنٹی، میئن,اروسٹاک کاؤنٹی,شهرستان اروزتوک، مین,مقاطعة أروستوك,আরোস্টক কাউন্টি,アルーストック郡,阿魯斯圖克縣		US	ME	003	71870	America/New_York
4961900	Cumberland County	cumberland-county	Comitatul Cumberland,Comte de Cumberland,Comté de Cumberland,Condado de Cumberland,Condado han Cumberland,Contae Cumberland,Contea di Cumberland,Cumberland,Cumberland Kun,Cumberland Kūn,Cumberland konderria,Cumberland megye,Cumberlandi maakond,Hrabstwo Cumberland,Kamberlend,Kumburland,Okrug Kamberland,kambaralyanda ka'unti,kan bo lan xian,kanbarando jun,shhrstan kambrlnd  myn,Камберленд,Къмбърланд,Округ Камберланд,Քամբերլենդ շրջան,شهرستان کامبرلند، مین,مقاطعة كمبرلاند,کمبرلینڈ کاؤنٹی، میئن,کمبرلینڈ کاؤنٹی، مینے,কাম্বারল্যান্ড কাউন্টি,カンバーランド郡,坎伯蘭縣		US	ME	005	281674	America/New_York
4964821	Franklin County	franklin-county	Comitatul Franklin,Comte de Franklin,Comté de Franklin,Condado de Franklin,Condado han Franklin,Contea di Franklin,Franklin,Franklin Kun,Franklin Kūn,Franklin konderria,Franklin megye,Franklin srjan,Franklini maakond,Hrabstwo Franklin,Okrug Frenklin,Quan Franklin,Quận Franklin,fu lan ke lin xian,furankurin jun,phrankalina ka'unti,shhrstan franklyn  myn,Округ Френклин,Франклин,Франклін,Ֆրանկլին շրջան,شهرستان فرانکلین، مین,فرینکلن کاؤنٹی، میئن,فرینکلن کاؤنٹی، مینے,ফ্রাঙ্কলিন কাউন্টি,フランクリン郡,富蘭克林縣		US	ME	007	30768	America/New_York
4966407	Hancock County	hancock-county	Comitatul Hancock,Comte de Hancock,Comté de Hancock,Condado de Hancock,Condado han Hancock,Contea di Hancock,Genkok,Hancock,Hancock Kun,Hancock Kūn,Hancock konderria,Hancock megye,Hrabstwo Hancock,Khankok,Khehnkok,Okrug Khenkok,han kao ke xian,hanakoka ka'unti,hankokku jun,hnqwq,shhrstan hnkak  myn,Генкок,Округ Хенкок,Ханкок,Хэнкок,Հանքոկ շրջան,הנקוק,شهرستان هنکاک، مین,ہینکاک کاؤنٹی,ہینکوک کاؤنٹی، میئن,হানকোক কাউন্টি,ハンコック郡,漢考克縣		US	ME	009	54418	America/New_York
4968714	Kennebec County	kennebec-county	Comitatul Kennebec,Comte de Kennebec,Comté de Kennebec,Condado de Kennebec,Condado han Kennebec,Contea di Kennebec,Hrabstwo Kennebec,Kantono Kennebec,Kennebec,Kennebec Kun,Kennebec Kūn,Kennebec konderria,Kennebec megye,Kennebeci maakond,Kennebek,Kenubek,Okrug Kenebek,ken na bei ke xian,kenebekku jun,kennebyaka ka'unti,shhrstan knbk  myn,Кеннебек,Кенъбек,Округ Кенебек,Քեննեբեք շրջան,شهرستان کنبک، مین,کینوبیک کاؤنٹی، میئن,کینیبک کاؤنٹی,কেন্নেব্যাক কাউন্টি,ケネベック郡,肯纳贝克县		US	ME	011	122151	America/New_York
4969555	Lincoln County	lincoln-county	Comitatul Lincoln,Comte de Lincoln,Comté de Lincoln,Condado de Lincoln,Condado han Lincoln,Contae Lincoln,Contea di Lincoln,Hrabstwo Lincoln,Lincoln,Lincoln Kun,Lincoln Kūn,Lincoln konderria,Lincoln megye,Lincolni maakond,Linkol'n,Linkoln srjan,Linkuln,Okrug Linkoln,lin ken xian,linkana ka'unti,rinkan jun,shhrstan lynkln  myn,Линкольн,Линкълн,Лінкольн,Округ Линколн,Լինկոլն շրջան,شهرستان لینکلن، مین,لنکن کاؤنٹی,لنکن کاؤنٹی، میئن,লিঙ্কন কাউন্টি,リンカーン郡,林肯縣		US	ME	015	34457	America/New_York
4974522	Oxford County	oxford-county	Comitatul Oxford,Comte d'Oxford,Comté d'Oxford,Condado de Oxford,Condado han Oxford,Contea di Oxford,Hrabstwo Oxford,Okrug Oksford,Oksford,Oxford,Oxford Kun,Oxford Kūn,Oxford konderria,Oxford megye,niu jin xian,okkusufodo jun,oksaphorda ka'unti,shhrstan aksfwrd  myn,Округ Оксфорд,Оксфорд,Օքսֆորդ շրջան,آکسفورڈ کاؤنٹی,آکسفورڈ کاؤنٹی، میئن,شهرستان آکسفورد، مین,ওক্সফোর্ড কাউন্টি,オックスフォード郡,牛津縣		US	ME	017	57833	America/New_York
4974977	Penobscot County	penobscot-county	Comitatul Penobscot,Comte de Penobscot,Comté de Penobscot,Condado de Penobscot,Condado han Penobscot,Contea di Penobscot,Hrabstwo Penobscot,Okrug Penobskot,Penobscot,Penobscot Kun,Penobscot Kūn,Penobscot konderria,Penobscot megye,Penobskot,Punobskot,pei nuo bu si ke te xian,penobaskata ka'unti,penobusukotto jun,pnwbsqwt,Округ Пенобскот,Пенобскот,Пънобскот,Փենոբսկոտ շրջան,פנובסקוט,شهرستان پنوب‌اسکات، مین,مقاطعة بينوبسكوت,پینوببسکاٹ کاؤنٹی,پینوبسکٹ کاؤنٹی، میئن,পেনোবস্কট কাউন্টি,ペノブスコット郡,佩諾布斯科特縣		US	ME	019	153923	America/New_York
4975418	Piscataquis County	piscataquis-county	Comitatul Piscataquis,Comte de Piscataquis,Comté de Piscataquis,Condado de Piscataquis,Condado han Piscataquis,Contea di Piscataquis,Hrabstwo Piscataquis,Okrug Piskatakvis,Piscataquis,Piscataquis Kun,Piscataquis Kūn,Piscataquis konderria,Piscataquis megye,Piskatakis,Piskatakvis,Piskatukuis,pi si ka te kui si xian,pisakataku'isa ka'unti,pisukatakisu jun,shhrstan pyskatakyws  myn,Округ Пискатаквис,Пискатакис,Пискатъкуис,Піскатаквіс,Փիսքատաքուի շրջան,شهرستان پیسکاتاکیوس، مین,پسٹاکوس کاؤنٹی,پسکیٹاکیز کاؤنٹی، میئن,পিসকাটাকুইস কাউন্টি,ピスカタキス郡,皮斯卡特奎斯縣		US	ME	021	17535	America/New_York
4977278	Sagadahoc County	sagadahoc-county	Comitatul Sagadahoc,Comte de Sagadahoc,Comté de Sagadahoc,Condado de Sagadahoc,Condado han Sagadahoc,Contea di Sagadahoc,Hrabstwo Sagadahoc,Okrug Sagadakhok,Sagadagok,Sagadahoc,Sagadahoc Kun,Sagadahoc Kūn,Sagadahoc konderria,Sagadahoc megye,Sagadahok srjan,Sagadakhok,sa jia da huo ke xian,sagad'ahoka ka'unti,sagadahoku jun,shhrstan sagadahak  myn,Округ Сагадахок,Сагадахок,Саґадагок,Սագադահոկ շրջան,ساگاڈیہاک کاؤنٹی، میئن,سگاداہوک کاؤنٹی,شهرستان ساگاداهاک، مین,সগাডাহোক কাউন্টি,サガダホク郡,萨加达霍克县		US	ME	023	35293	America/New_York
4978972	Somerset County	somerset-county	Comitatul Somerset,Comte de Somerset,Comté de Somerset,Condado de Somerset,Condado han Somerset,Contae Somerset,Contea di Somerset,Hrabstwo Somerset,Okrug Samerset,Quan Somerset,Quận Somerset,Samurset,Somerset,Somerset Kun,Somerset Kūn,Somerset konderria,Somerset megye,Somerset srjan,sa mo sai te xian,samasetto jun,shhrstan samrst  myn,somaraseta ka'unti,Округ Самерсет,Самърсет,Сомерсет,Սոմերսետ շրջան,סאמרסט,سومرسیٹ کاؤنٹی,سومرسیٹ کاؤنٹی، میئن,شهرستان سامرست، مین,সোমারসেট কাউন্টি,サマセット郡,薩默塞特縣		US	ME	025	52228	America/New_York
4982040	Waldo County	waldo-county	Comitatul Waldo,Comte de Waldo,Comté de Waldo,Condado de Waldo,Condado han Waldo,Contea di Waldo,Hrabstwo Waldo,Okrug Voldo,Ualdo,Valdo srjan,Voldo,Waldo,Waldo Kun,Waldo Kūn,Waldo konderria,Waldo megye,raalado ka'unti,shhrstan waldw  myn,u~orudo jun,wa duo xian,Волдо,Округ Волдо,Уалдо,Վալդո շրջան,شهرستان والدو، مین,والڈو کاؤنٹی,والڈو کاؤنٹی، میئن,ৱালডো কাউন্টি,ウォルド郡,瓦多縣		US	ME	027	38786	America/New_York
4982182	Washington County	washington-county	Comitatul Washington,Comte de Washington,Comté de Washington,Condado de Washington,Condado han Washington,Contae Washington,Contea di Washington,Hrabstwo Washington,Okrug Vashington,Vashington,Vasington srjan,Washington,Washington Kun,Washington Kūn,Washington konderria,Washington megye,Washingtoni maakond,hua sheng dun xian,raasintana ka'unti,shhrstan washyngtn  myn,washinton jun,wwsyngtwn,Вашингтон,Округ Вашингтон,Վաշինգտոն շրջան,וושינגטון,شهرستان واشینگتن، مین,مقاطعة واشنطن,واشنگٹن کاؤنٹی، مینے,ৱাশিংটন কাউন্টি,ワシントン郡,華盛頓縣		US	ME	029	32856	America/New_York
4983621	York County	york-county	Comitatul York,Comte de York,Comté de York,Condado de York,Condado han York,Contea di York,County of Yorke,Hrabstwo York,Jork,Okrug Jork,Quan York,Quận York,York,York County,York Kun,York Kūn,York konderria,York megye,iyarka ka'unti,shhrstan ywrk  myn,yoku jun,yue ke xian,Йорк,Округ Јорк,Յորք շրջան,شهرستان یورک، مین,یارک کاؤنٹی، میئن,یارک کاؤنٹی، مینے,ইয়র্ক কাউন্টি,ヨーク郡,約克縣		US	ME	031	197131	America/New_York
4983917	Alcona County	alcona-county	Alcona,Alcona Comitatus,Alcona Kun,Alcona Kūn,Alcona konderria,Alcona megye,Alkona,Alkona srjan,Comitatul Alcona,Comte d'Alcona,Comté d'Alcona,Condado de Alcona,Condado han Alcona,Contea di Alcona,Hrabstwo Alcona,Okrug Alkona,Quan Alcona,Quận Alcona,a er ke na xian,alakona ka'unti,arukona jun,shhrstan alkwna  myshygan,Алкона,Округ Алкона,Ալկոնա շրջան,الکونا کاؤنٹی,الکونا کاؤنٹی، مشی گن,شهرستان آلکونا، میشیگان,আলকোনা কাউন্টি,アルコナ郡,阿爾科納縣		US	MI	001	10942	America/Detroit
4983956	Alger County	alger-county	Aldzher,Aldzhur,Alger,Alger Comitatus,Alger Kun,Alger Kūn,Alger konderria,Alger megye,Aljer srjan,Comitatul Alger,Comte d'Alger,Comté d'Alger,Condado de Alger,Condado han Alger,Contea di Alger,Hrabstwo Alger,Okrug Aldzer,Quan Alger,Quận Alger,a er jie xian,alajera ka'unti,aruja jun,shhrstan algr  myshygan,Алджер,Алджър,Округ Алџер,Ալջեր շրջան,الجر کاؤنٹی، مشی گن,الگر کاؤنٹی,شهرستان آلگر، میشیگان,আলজের কাউন্টি,アルジャー郡,阿爾傑縣		US	MI	003	9601	America/Detroit
4983990	Allegan County	allegan-county	Alegan,Alegan srjan,Allegan,Allegan Comitatus,Allegan Kun,Allegan Kūn,Allegan konderria,Allegan megye,Comitatul Allegan,Comte d'Allegan,Comté d'Allegan,Condado de Allegan,Condado han Allegan,Contea di Allegan,Hrabstwo Allegan,Okrug Alegan,Quan Allegan,Quận Allegan,a lei gen xian,alegana ka'unti,aregan jun,shhrstan algan  myshygan,Алеган,Аллеган,Округ Алеган,Ալեգան շրջան,الیگان کاؤنٹی,الیگن کاؤنٹی، مشی گن,شهرستان آلگان، میشیگان,আলেগান কাউন্টি,アレガン郡,阿勒根縣		US	MI	005	111408	America/Detroit
4984076	Alpena County	alpena-county	Alpena,Alpena Comitatus,Alpena Kun,Alpena Kūn,Alpena konderria,Alpena megye,Alpena srjan,Alpina,Comitatul Alpena,Comte d'Alpena,Comté d'Alpena,Condado de Alpena,Condado han Alpena,Contea di Alpena,Hrabstwo Alpena,Okrug Alpina,Quan Alpena,Quận Alpena,a er pi na xian,alapena ka'unti,arupina jun,shhrstan alpna  myshygan,Алпена,Алпина,Округ Алпина,Ալպենա շրջան,الپینا کاؤنٹی,الپینا کاؤنٹی، مشی گن,شهرستان آلپنا، میشیگان,مقاطعة ألبينا,আলপেনা কাউন্টি,アルピーナ郡,阿爾皮納縣		US	MI	007	29598	America/Detroit
4984284	Antrim County	antrim-county	Antrim,Antrim Comitatus,Antrim Kun,Antrim Kūn,Antrim konderria,Antrim megye,Antrim srjan,Comitatul Antrim,Comte d'Antrim,Comté d'Antrim,Condado de Antrim,Condado han Antrim,Contea di Antrim,Hrabstwo Antrim,Okrug Antrim,Quan Antrim,Quận Antrim,an te li mu xian,anatrima ka'unti,antorimu jun,shhrstan antrym  myshygan,Антрим,Антрім,Округ Антрим,Անտրիմ շրջան,انٹرم کاؤنٹی,اینٹرم کاؤنٹی، مشی گن,شهرستان انتریم، میشیگان,আনত্রিম কাউন্টি,アントリム郡,安特里姆縣		US	MI	009	23580	America/Detroit
4984356	Arenac County	arenac-county	Arenac,Arenac Comitatus,Arenac Kun,Arenac Kūn,Arenac konderria,Arenac megye,Arenak,Arenak srjan,Comitatul Arenac,Comte d'Arenac,Comté d'Arenac,Condado de Arenac,Condado han Arenac,Contea di Arenac,Hrabstwo Arenac,Okrug Arenak,Quan Arenac,Quận Arenac,a lei na ke xian,arenaka ka'unti,arenaku jun,shhrstan arnak  myshygan,Аренак,Округ Аренак,Արենակ շրջան,اریناک کاؤنٹی,ارینیک کاؤنٹی، مشی گن,شهرستان ارناک، میشیگان,আরেনাক কাউন্টি,アレナク郡,阿勒纳克县		US	MI	011	15899	America/Detroit
4984903	Baraga County	baraga-county	Bagara,Baraga,Baraga Comitatus,Baraga Kun,Baraga Kūn,Baraga konderria,Baraga megye,Baraga srjan,Comitatul Baraga,Comte de Baraga,Comté de Baraga,Condado de Baraga,Condado han Baraga,Contea di Baraga,Hrabstwo Baraga,Okrug Baraga,Quan Baraga,Quận Baraga,ba la jia xian,baraga jun,baraga ka'unti,shhrstan braga  myshygan,Багара,Барага,Округ Барага,Բարագա շրջան,باراگا کاؤنٹی، مشی گن,براگا کاؤنٹی,شهرستان براگا، میشیگان,বারাগা কাউন্টি,バラガ郡,巴拉加縣		US	MI	013	8860	America/Detroit
4985016	Barry County	barry-county	Barry,Barry Comitatus,Barry Kun,Barry Kūn,Barry konderria,Barry maakond,Barry megye,Behrri,Beri,Beri srjan,Berri,Comitatul Barry,Comte de Barry,Comté de Barry,Condado de Barry,Condado han Barry,Contea di Barry,Hrabstwo Barry,Okrug Bari,Quan Barry,Quận Barry,ba li xian,bari jun,bari ka'unti,shhrstan bry  myshygan,Бери,Беррі,Бэрри,Округ Бари,Բերի շրջան,بیری کاؤنٹی,بیری کاؤنٹی، مشی گن,شهرستان بری، میشیگان,বারি কাউন্টি,バリー郡,巴里縣		US	MI	015	59173	America/Detroit
4985190	Bay County	bay-county	Bay,Bay Comitatus,Bay Kun,Bay Kūn,Bay konderria,Bay maakond,Bay megye,Bej,Bey srjan,Comitatul Bay,Comte de Bay,Comté de Bay,Condado de Bay,Condado han Bay,Contea di Bay,Hrabstwo Bay,Okrug Bej,Quan Bay,Quận Bay,be ka'unti,bei jun,bei xian,shhrstan by  myshygan,Бей,Округ Беј,Բեյ շրջան,بے کاؤنٹی، مشی گن,بے کاؤنٹی، مشیگن,شهرستان بی، میشیگان,مقاطعة باي,বে কাউন্টি,ベイ郡,貝縣		US	MI	017	107771	America/Detroit
4985733	Benzie County	benzie-county	Benzi,Benzi srjan,Benzie,Benzie Comitatus,Benzie Kun,Benzie Kūn,Benzie konderria,Benzie megye,Comitatul Benzie,Comte de Benzie,Comté de Benzie,Condado de Benzie,Condado han Benzie,Contea di Benzie,Hrabstwo Benzie,Okrug Benzi,Quan Benzie,Quận Benzie,ben xi xian,benji jun,benji ka'unti,Бензи,Бензі,Округ Бензи,Բենզի շրջան,بنزی کاؤنٹی,بینزی کاؤنٹی، مشی گن,বেন্জি কাউন্টি,ベンジー郡,本西縣		US	MI	019	17525	America/Detroit
4985760	Berrien County	berrien-county	Berien srjan,Beriun,Berriehn,Berrien,Berrien Comitatus,Berrien Kun,Berrien Kūn,Berrien konderria,Berrien megye,Berrieni maakond,Comitatul Berrien,Comte de Berrien,Comté de Berrien,Condado de Berrien,Condado han Berrien,Contea di Berrien,Hrabstwo Berrien,Okrug Berijen,Quan Berrien,Quận Berrien,barin jun,bei lin xian,beriyena ka'unti,shhrstan bryn  myshygan,Бериън,Берриэн,Беррієн,Округ Беријен,Բերիեն շրջան,بیریئن کاؤنٹی,بیرین کاؤنٹی، مشی گن,شهرستان برین، میشیگان,مقاطعة بيرين,বেরিয়েন কাউন্টি,バーリン郡,貝林縣		US	MI	021	156813	America/Detroit
4986828	Branch County	branch-county	Branch,Branch Comitatus,Branch Kun,Branch Kūn,Branch konderria,Branch megye,Comitatul Branch,Comte de Branch,Comté de Branch,Condado de Branch,Condado han Branch,Contea di Branch,Hrabstwo Branch,Okrug Branch,Quan Branch,Quận Branch,branca ka'unti,bu lan qi xian,buranchi jun,shhrstan brnch  myshygan,Бранч,Округ Бранч,Բրանչ շրջան,برانچ کاؤنٹی,برانچ کاؤنٹی، مشی گن,شهرستان برنچ، میشیگان,مقاطعة برانش,ব্রাঞ্চ কাউন্টি,ブランチ郡,布蘭奇縣		US	MI	023	45248	America/Detroit
4987673	Calhoun County	calhoun-county	Calhoun,Calhoun Comitatus,Calhoun Kun,Calhoun Kūn,Calhoun konderria,Calhoun megye,Comitatul Calhoun,Comte de Calhoun,Comté de Calhoun,Condado de Calhoun,Condado han Calhoun,Contea di Calhoun,Hrabstwo Calhoun,Kalgun,Kalkhun,Okrug Kalkhun,Quan Calhoun,Quận Calhoun,ka er huo en xian,kalahauna ka'unti,karufun jun,shhrstan kalhawn  myshygan,Калгун,Калхун,Округ Калхун,Քալհուն շրջան,شهرستان کالهاون، میشیگان,مقاطعة كالهون,کالہاؤن کاؤنٹی، مشیگن,کالہون کاؤنٹی، مشی گن,কলহৌন কাউন্টি,カルフーン郡,卡爾霍恩縣		US	MI	025	136146	America/Detroit
4988216	Cass County	cass-county	Cass,Cass Comitatus,Cass Kun,Cass Kūn,Cass konderria,Cass megye,Comitatul Cass,Comte de Cass,Comté de Cass,Condado de Cass,Condado han Cass,Contea di Cass,Hrabstwo Cass,Kas,Kass,Kess,Okrug Kas,Quan Cass,Quận Cass,ka si xian,kasa ka'unti,kasu jun,shhrstan kas  myshygan,Кас,Касс,Кесс,Округ Кас,Քես շրջան,شهرستان کاس، میشیگان,مقاطعة كاس,کاس کاؤنٹی,کاس کاؤنٹی، مشی گن,কাস কাউন্টি,カス郡,卡斯縣		US	MI	027	52293	America/Indiana/Indianapolis
4988577	Charlevoix County	charlevoix-county	Charlevoix,Charlevoix Comitatus,Charlevoix Kun,Charlevoix Kūn,Charlevoix konderria,Charlevoix megye,Comitatul Charlevoix,Comte de Charlevoix,Comté de Charlevoix,Condado de Charlevoix,Condado han Charlevoix,Contea di Charlevoix,Hrabstwo Charlevoix,Okrug Sharlevoj,Quan Charlevoix,Quận Charlevoix,Sharlevua,Sharluvoj,carlebho'iksa ka'unti,sharuruboa jun,shhrstan sharlwwy  myshygan,xia li hua xian,Округ Шарлевој,Шарлевуа,Шарлъвой,Չառլևուա շրջան,شارلیوئے کاؤنٹی، مشی گن,شهرستان شارلووی، میشیگان,مقاطعة شرلفويكس,چارلیوائی کاؤنٹی,চার্লেভোইক্স কাউন্টি,シャルルボア郡,夏利華縣		US	MI	029	25949	America/Detroit
4988619	Cheboygan County	cheboygan-county	Chebojgan,Cheboygan,Cheboygan Comitatus,Cheboygan Kun,Cheboygan Kūn,Cheboygan konderria,Cheboygan megye,Chibojgan,Comitatul Cheboygan,Comte de Cheboygan,Comté de Cheboygan,Condado de Cheboygan,Condado han Cheboygan,Contea di Cheboygan,Hrabstwo Cheboygan,Okrug Shebojgan,Quan Cheboygan,Quận Cheboygan,Shebojgan,cebayagana ka'unti,shhrstan chbwygan  myshygan,shiboigan jun,xi bo yi gen xian,Округ Шебојган,Чебойган,Чибойган,Шебойган,Չեբոյգան շրջան,شهرستان چبویگان، میشیگان,چیبوئگن کاؤنٹی، مشی گن,چیبوئیگان کاؤنٹی,চেবয়গান কাউন্টি,シボイガン郡,希博伊根縣		US	MI	031	26152	America/Detroit
4988755	Chippewa County	chippewa-county	Chippeva,Chippewa,Chippewa Comitatus,Chippewa Kun,Chippewa Kūn,Chippewa konderria,Chippewa megye,Chipuua,Comitatul Chippewa,Comte de Chippewa,Comté de Chippewa,Condado de Chippewa,Condado han Chippewa,Contea di Chippewa,Hrabstwo Chippewa,Okrug Chipeva,Quan Chippewa,Quận Chippewa,chippewa jun,ciperaa ka'unti,qi pi wa xian,shhrstan chypwa  myshygan,Округ Чипева,Чиппева,Чипъуа,Чіппева,Չիպևա շրջան,شهرستان چیپوا، میشیگان,چپیوا کاؤنٹی,چپیوا کاؤنٹی، مشی گن,চিপেৱা কাউন্টি,チッペワ郡,契皮瓦縣		US	MI	033	38520	America/Detroit
4988934	Clare County	clare-county	Clare,Clare Comitatus,Clare Kun,Clare Kūn,Clare konderria,Clare megye,Comitatul Clare,Comte de Clare,Comté de Clare,Condado de Clare,Condado han Clare,Contea di Clare,Hrabstwo Clare,Klehr,Kler,Okrug Kler,Quan Clare,Quận Clare,ke lai er xian,klare ka'unti,kurea jun,shhrstan klyr  myshygan,Клер,Клэр,Округ Клер,Քլեր շրջան,شهرستان کلیر، میشیگان,مقاطعة كلير,کلیئر کاؤنٹی,کلیئر کاؤنٹی، مشی گن,ক্লারে কাউন্টি,クレア郡,克萊爾縣		US	MI	035	30926	America/Detroit
4989135	Clinton County	clinton-county	Clinton,Clinton Comitatus,Clinton Kun,Clinton Kūn,Clinton konderria,Clinton megye,Comitatul Clinton,Comte de Clinton,Comté de Clinton,Condado de Clinton,Condado han Clinton,Contea di Clinton,Hrabstwo Clinton,Klinton,Klintun,Okrug Klinton,Quan Clinton,Quận Clinton,ke lin dun xian,klintana ka'unti,kurinton jun,shhrstan klyntwn  myshygan,Клинтон,Клинтън,Клінтон,Округ Клинтон,Քլինտոն շրջան,شهرستان کلینتون، میشیگان,مقاطعة كلينتون,کلنٹن کاؤنٹی، مشی گن,کلنٹن کاؤنٹی، مشیگن,ক্লিন্টন কাউন্টি,クリントン郡,克林頓縣		US	MI	037	75382	America/Detroit
4989916	Crawford County	crawford-county	Comitatul Crawford,Comte de Crawford,Comté de Crawford,Condado de Crawford,Condado han Crawford,Contea di Crawford,Crawford,Crawford Comitatus,Crawford Kun,Crawford Kūn,Crawford konderria,Crawford megye,Hrabstwo Crawford,Kroford,Krouford,Okrug Kroford,Quan Crawford,Quận Crawford,ke lao fu de xian,kraphorda ka'unti,kuroufodo jun,shhrstan krafwrd  myshygan,Кроуфорд,Крофорд,Округ Крофорд,Քրոուֆորդ շրջան,شهرستان کرافورد، میشیگان,کرافورڈ کاؤنٹی,کرافورڈ کاؤنٹی، مشی گن,ক্রাফোর্ড কাউন্টি,クロウフォード郡,克勞福德縣		US	MI	039	14074	America/Detroit
4990662	Delta County	delta-county	Comitatul Delta,Comte de Delta,Comté de Delta,Condado de Delta,Condado han Delta,Contea di Delta,Del'ta,Delta,Delta Comitatus,Delta Kun,Delta Kūn,Delta konderria,Delta megye,Delta srjan,Hrabstwo Delta,Okrug Delta,Quan Delta,Quận Delta,de er ta xian,delta ka'unti,deruta jun,shhrstan dlta  myshygan,Делта,Дельта,Округ Делта,Դելտա շրջան,شهرستان دلتا، میشیگان,ڈیلٹا کاؤنٹی، مشی گن,ڈیلٹا کاشنٹی,ডেল্টা কাউন্টি,デルタ郡,德爾塔縣		US	MI	041	37069	America/Detroit
4990845	Dickinson County	dickinson-county	Comitatul Dickinson,Comte de Dickinson,Comté de Dickinson,Condado de Dickinson,Condado han Dickinson,Contea di Dickinson,Dickinson,Dickinson Comitatus,Dickinson Kun,Dickinson Kūn,Dickinson konderria,Dickinson megye,Dikinson,Dikinson srjan,Dikinsun,Hrabstwo Dickinson,Okrug Dikinson,Quan Dickinson,Quận Dickinson,di jin sen xian,dikinasana ka'unti,dikinson jun,shhrstan dykynswn  myshygan,Дикинсон,Дикинсън,Дікінсон,Округ Дикинсон,Դիկինսոն շրջան,شهرستان دیکینسون، میشیگان,مقاطعة ديكنسون,ڈکنسن کاؤنٹی، مشی گن,ڈکنسن کاؤنٹی، مشیگن,ডিকিনসন কাউন্টি,ディキンソン郡,迪金森縣		US	MI	043	26168	America/Menominee
4991746	Eaton County	eaton-county	Comitatul Eaton,Comte d'Eaton,Comté d'Eaton,Condado de Eaton,Condado han Eaton,Contea di Eaton,Eaton,Eaton Comitatus,Eaton Kun,Eaton Kūn,Eaton konderria,Eaton megye,Hrabstwo Eaton,Ijtun,Iton,Iton srjan,Okrug Iton,Quan Eaton,Quận Eaton,itana ka'unti,iton jun,shhrstan aytwn  myshygan,yi dun xian,Ітон,Ийтън,Итон,Округ Итон,Իտոն շրջան,ایٹن کاؤنٹی,ایٹن کاؤنٹی، مشی گن,شهرستان ایتون، میشیگان,مقاطعة إيتون,ইটন কাউন্টি,イートン郡,伊頓縣		US	MI	045	107759	America/Detroit
4992137	Emmet County	emmet-county	Comitatul Emmet,Comte d'Emmet,Comté d'Emmet,Condado de Emmet,Condado han Emmet,Contea di Emmet,Ehmmet,Emit,Emmet,Emmet Comitatus,Emmet Kun,Emmet Kūn,Emmet konderria,Emmet megye,Emmeti maakond,Hrabstwo Emmet,Okrug Emet,Quan Emmet,Quận Emmet,ai mi te xian,em'meta ka'unti,emetto jun,shhrstan amt  myshygan,Емит,Еммет,Округ Емет,Эммет,Էմեթ շրջան,ایمٹ کاؤنٹی,ایمیٹ کاؤنٹی، مشی گن,شهرستان امت، میشیگان,এম্মেট কাউন্টি,エメット郡,埃米特縣		US	MI	047	32694	America/Detroit
4993785	Genesee County	genesee-county	Comitatul Genesee,Comte de Genesee,Comté de Genesee,Condado de Genesee,Condado han Genesee,Contea di Genesee,Dzhenesi,Dzhenesij,Genesee,Genesee Comitatus,Genesee Kun,Genesee Kūn,Genesee konderria,Genesee maakond,Genesee megye,Hrabstwo Genesee,Jenesi srjan,Okrug DZenesi,Quan Genesee,Quận Genesee,jeneshi jun,jenisi ka'unti,jie na xi xian,Дженеси,Дженесий,Дженесі,Округ Џенеси,Ջենեսի շրջան,جینیسی کاؤنٹی، مشیگن,مقاطعة جينيسي,گینیسی کاؤنٹی، مشی گن,জেনিসি কাউন্টি,ジェネシー郡,傑納西縣		US	MI	049	425790	America/Detroit
4993986	Gladwin County	gladwin-county	Comitatul Gladwin,Comte de Gladwin,Comté de Gladwin,Condado de Gladwin,Condado han Gladwin,Contea di Gladwin,Gladuin,Gladwin,Gladwin Comitatus,Gladwin Kun,Gladwin Kūn,Gladwin konderria,Gladwin megye,Gledvin,Gledvin srjan,Glehduin,Hrabstwo Gladwin,Okrug Gladvin,Quan Gladwin,Quận Gladwin,ge la de wen xian,gladaraina ka'unti,guraddou~in jun,shhrstan gldwyn  myshygan,Гладуин,Гледвін,Глэдуин,Округ Гладвин,Գլեդվին շրջան,شهرستان گلدوین، میشیگان,گلیڈون کاؤنٹی,گلیڈون کاؤنٹی، مشی گن,গ্লাডৱিন কাউন্টি,グラッドウィン郡,格拉德溫縣		US	MI	051	25692	America/Detroit
4994090	Gogebic County	gogebic-county	Comitatul Gogebic,Comte de Gogebic,Comté de Gogebic,Condado de Gogebic,Condado han Gogebic,Contea di Gogebic,Gogebic,Gogebic Comitatus,Gogebic Kun,Gogebic Kūn,Gogebic konderria,Gogebic megye,Gogibik,Gogibik srjan,Hrabstwo Gogebic,Okrug Gogibik,Quan Gogebic,Quận Gogebic,ge ji bi ke xian,gogibikku jun,gojebika ka'unti,shhrstan gwgbyk  myshygan,Гогибик,Гогібік,Округ Гогибик,Գոգիբիկ շրջան,شهرستان گوگبیک، میشیگان,گوگیبک کاؤنٹی,گوگیبیک کاؤنٹی، مشی گن,গোজেবিক কাউন্টি,ゴギービック郡,戈吉比克縣		US	MI	053	16427	America/Menominee
4994374	Grand Traverse County	grand-traverse-county	Comitatul Grand Traverse,Comte de Grand Traverse,Comté de Grand Traverse,Condado de Grand Traverse,Condado han Grand Traverse,Contea di Grand Traverse,Grand Traverse,Grand Traverse Comitatus,Grand Traverse Kun,Grand Traverse Kūn,Grand Traverse konderria,Grand Traverse megye,Grand Travurs,Grand-Travers,Hrabstwo Grand Traverse,Okrug Grand Travers,Quan Grand Traverse,Quận Grand Traverse,da te la fu si xian,granda trabharsa ka'unti,gurandotorabasu jun,shhrstan grand traws  myshygan,Гранд Травърс,Гранд-Траверс,Округ Гранд Траверс,Գրանդ Թրավերս շրջան,شهرستان گراند تراوس، میشیگان,گرینڈ ٹراورس کاؤنٹی,گرینڈ ٹریورس کاؤنٹی، مشی گن,গ্রান্ড ট্রাভার্স কাউন্টি,グランドトラバース郡,大特拉弗斯縣		US	MI	055	86986	America/Detroit
4994537	Gratiot County	gratiot-county	Comitatul Gratiot,Comte de Gratiot,Comté de Gratiot,Condado de Gratiot,Condado han Gratiot,Contea di Gratiot,Grashit,Grasiot srjan,Gratiot,Gratiot Comitatus,Gratiot Kun,Gratiot Kūn,Gratiot konderria,Gratiot megye,Greshit,Hrabstwo Gratiot,Okrug Grashot,Quan Gratiot,Quận Gratiot,ge la xi e te xian,grati'ota ka'unti,guratiotto jun,shhrstan gratyt  myshygan,Гратиот,Грашит,Грешіт,Округ Грашот,Գրաշիոտ շրջան,شهرستان گراتیت، میشیگان,گراٹیوٹ کاؤنٹی,گریشیوٹ کاؤنٹی، مشی گن,গ্রাটিওট কাউন্টি,グラティオット郡,格拉希厄特縣		US	MI	057	42476	America/Detroit
4996110	Hillsdale County	hillsdale-county	Comte de Hillsdale,Comté de Hillsdale,Hillsdale		US	MI	059	46688	America/Detroit
4996573	Houghton County	houghton-county	Comitatul Houghton,Comte de Houghton,Comté de Houghton,Condado de Houghton,Condado han Houghton,Contea di Houghton,Gauton,Hauton srjan,Houghton,Houghton Comitatus,Houghton Kun,Houghton Kūn,Houghton konderria,Houghton megye,Hrabstwo Houghton,Khoton,Khoutun,Okrug Khoton,Quan Houghton,Quận Houghton,haugatana ka'unti,hoton jun,huo dun xian,Гаутон,Округ Хотон,Хотон,Хоутън,Հաուտոն շրջան,مقاطعة هوتون,ہوٹن کاؤنٹی,ہیوٹن کاؤنٹی، مشی گن,হৌগটন কাউন্টি,ホートン郡,霍頓縣		US	MI	061	36628	America/Detroit
4996859	Huron County	huron-county	Comitatul Huron,Comte de Huron,Comté de Huron,Condado de Huron,Condado han Huron,Contea di Huron,Guron,Hrabstwo Huron,Huron,Huron Comitatus,Huron Kun,Huron Kūn,Huron konderria,Huron megye,Huron srjan,Khjuran,Okrug Khjuron,Quan Huron,Quận Huron,hurona ka'unti,hyuron jun,shhrstan hywrn  myshygan,xiu lun xian,Гурон,Округ Хјурон,Хюран,Հուրոն շրջան,شهرستان هیورن، میشیگان,مقاطعة هورون,ہورن کاؤنٹی,ہیوران کاؤنٹی، مشی گن,হুরোন কাউন্টি,ヒューロン郡,休倫縣		US	MI	063	33118	America/Detroit
4997130	Ingham County	ingham-county	Comitatul Ingham,Comte d'Ingham,Comté d'Ingham,Condado de Ingham,Condado han Ingham,Contea di Ingham,Hrabstwo Ingham,Ingam,Ingam srjan,Ingem,Ingham,Ingham Comitatus,Ingham Kun,Ingham Kūn,Ingham konderria,Ingham megye,Okrug Ingam,Quan Ingham,Quận Ingham,Swydd Ingham,ingamu jun,inhama ka'unti,shhrstan ayngam  myshygan,ying e mu xian,Інгем,Ингам,Ингем,Округ Ингам,Ինգամ շրջան,انغم کاؤنٹی,انگہم کاؤنٹی، مشی گن,شهرستان اینگام، میشیگان,ইংহাম কাউন্টি,インガム郡,英厄姆縣		US	MI	065	280895	America/Detroit
4997193	Ionia County	ionia-county	Ajonija,Ayonia srjan,Comitatul Ionia,Comte d'Ionia,Comte de Ionia,Comté d'Ionia,Comté de Ionia,Condado de Ionia,Condado han Ionia,Contea di Ionia,Hrabstwo Ionia,Ionia,Ionia Comitatus,Ionia Kun,Ionia Kūn,Ionia konderria,Ionia megye,Okrug Ajonija,Quan Ionia,Quận Ionia,a'i'ona ka'unti,ai ao ni ya xian,ionia jun,shhrstan aywnya  myshygan,Айония,Айонія,Округ Ајонија,Այոնիա շրջան,آئونیا کاؤنٹی، مشی گن,ایونیا کاؤنٹی,شهرستان آیونیا، میشیگان,আইওনা কাউন্টি,イオニア郡,愛奧尼亞縣		US	MI	067	63905	America/Detroit
4997201	Iosco County	iosco-county	Ajosko,Ayosko srjan,Comitatul Iosco,Comte d'Iosco,Comte de Iosco,Comté d'Iosco,Comté de Iosco,Condado de Iosco,Condado han Iosco,Contea di Iosco,Hrabstwo Iosco,Iosco,Iosco Comitatus,Iosco Kun,Iosco Kūn,Iosco konderria,Iosco megye,Iosko,Josko,Okrug Ajosko,Quan Iosco,Quận Iosco,a'i'osako ka'unti,ai ao si ke xian,iosuko jun,shhrstan aywskw  myshygan,Айоско,Иоско,Йоско,Округ Ајоско,Այոսկո շրջան,آئیوسکو کاؤنٹی,ائوسکو کاؤنٹی، مشی گن,شهرستان ایوسکو، میشیگان,আইওসকো কাউন্টি,イオスコ郡,艾奥斯科县		US	MI	069	25887	America/Detroit
4997220	Iron County	iron-county	Ajron,Ajrun,Ayron srjan,Comitatul Iron,Comte d'Iron,Comté d'Iron,Condado de Iron,Condado han Iron,Contea di Iron,Hrabstwo Iron,Iron,Iron Comitatus,Iron Kun,Iron Kūn,Iron konderria,Iron megye,Okrug Ajron,Quan Iron,Quận Iron,a'irana ka'unti,ai ang xian,aian jun,shhrstan ayrwn  myshygan,Айрон,Айрън,Округ Ајрон,Այրոն շրջան,آئرن کاؤنٹی,آئرن کاؤنٹی، مشی گن,شهرستان آیرون، میشیگان,আইরন কাউন্টি,アイアン郡,艾昂縣		US	MI	071	11817	America/Menominee
5055806	Knox County	knox-county	Comitatul Knox,Comte de Knox,Comté de Knox,Condado de Knox,Condado han Knox,Contea di Knox,Hrabstwo Knox,Knox,Knox Kun,Knox Kūn,Knox konderria,Knox megye,Noks,Okrug Noks,Quan Knox,Quận Knox,kaksa ka'unti,mqatʿt nwks,nokkusu jun,nuo ke si xian,shhrstan naks  myzwry,Нокс,Округ Нокс,Նոքս շրջան,شهرستان ناکس، میزوری,مقاطعة نوكس,نوکس کاؤنٹی،مسوری,کنو کاؤنٹی، مسوری,কক্স কাউন্টি,ノックス郡,諾克斯縣		US	MO	103	4131	America/Chicago
4997272	Isabella County	isabella-county	Comitatul Isabella,Comte d'Isabella,Comté d'Isabella,Condado de Isabella,Condado han Isabella,Contea di Isabella,Hrabstwo Isabella,Isabella,Isabella Comitatus,Isabella Kun,Isabella Kūn,Isabella konderria,Isabella megye,Izabela,Izabela srjan,Izabella,Okrug Izabela,Quan Isabella,Quận Isabella,isabela ka'unti,isabera jun,shhrstan ayzabla  myshygan,yi sha bei la xian,Ізабелла,Изабела,Изабелла,Округ Изабела,Իզաբելա շրջան,ازابیل کاؤنٹی,ازابیلا کاؤنٹی، مشی گن,شهرستان ایزابلا، میشیگان,ইসাবেলা কাউন্টি,イサベラ郡,伊莎貝拉縣		US	MI	073	70311	America/Detroit
4997389	Jackson County	jackson-county	Comitatul Jackson,Comte de Jackson,Comté de Jackson,Condado de Jackson,Condado han Jackson,Contea di Jackson,Dzhaksun,Dzhekson,Hrabstwo Jackson,Jackson,Jackson Comitatus,Jackson Kun,Jackson Kūn,Jackson konderria,Jackson megye,Jacksoni maakond,Okrug DZekson,Quan Jackson,Quận Jackson,jakuson jun,jie ke xun xian,jyakasana ka'unti,shhrstan jkswn  myshygan,Джаксън,Джексон,Округ Џексон,Ջեքսոն շրջան,جیکسن کاؤنٹی، مشی گن,جیکسن کاؤنٹی، مشیگن,شهرستان جکسون، میشیگان,مقاطعة جاكسون,জ্যাকশন কাউন্টি,ジャクソン郡,杰克逊县		US	MI	075	160248	America/Detroit
4997791	Kalamazoo County	kalamazoo-county	Comitatul Kalamazoo,Comte de Kalamazoo,Comté de Kalamazoo,Condado de Kalamazoo,Condado han Kalamazoo,Contea di Kalamazoo,Hrabstwo Kalamazoo,Kalamazoo,Kalamazoo Comitatus,Kalamazoo Kun,Kalamazoo Kūn,Kalamazoo konderria,Kalamazoo maakond,Kalamazoo megye,Kalamazu,Okrug Kalamazu,Quan Kalamazoo,Quận Kalamazoo,ka la ma zu xian,kalamaju ka'unti,karamazu jun,shhrstan kalamazw  myshygan,Каламазу,Округ Каламазу,Քալամազու շրջան,شهرستان کالامازو، میشیگان,مقاطعة كالامازو,کالامازو کاؤنٹی,کالامازو کاؤنٹی، مشی گن,কালামাজু কাউন্টি,カラマズー郡,卡拉馬祖縣		US	MI	077	250331	America/Detroit
4997807	Kalkaska County	kalkaska-county	Comitatul Kalkaska,Comte de Kalkaska,Comté de Kalkaska,Condado de Kalkaska,Condado han Kalkaska,Contea di Kalkaska,Hrabstwo Kalkaska,Kalkaska,Kalkaska Comitatus,Kalkaska Kun,Kalkaska Kūn,Kalkaska konderria,Kalkaska megye,Okrug Kalkaska,Quan Kalkaska,Quận Kalkaska,ka er ka si ka xian,kalakaska ka'unti,karukasuka jun,Калкаска,Округ Калкаска,Քալկասկա շրջան,کالاکاسکا کاؤنٹی,کیلکاسا کاؤنٹی، مشی گن,কালকাস্কা কাউন্টি,カルカスカ郡,卡爾卡斯卡縣		US	MI	079	17153	America/Detroit
4998005	Kent County	kent-county	Comitatul Kent,Comte de Kent,Comté de Kent,Condado de Kent,Condado han Kent,Contea di Kent,Hrabstwo Kent,Kent,Kent Comitatus,Kent Kun,Kent Kūn,Kent konderria,Kent megye,Kentin piirikunta,Okrug Kent,Quan Kent,Quận Kent,ken te xian,kenta ka'unti,kento jun,shhrstan knt  myshygan,Кент,Округ Кент,Քենտ շրջան,شهرستان کنت، میشیگان,مقاطعة كينت,کینٹ کاؤنٹی، مشی گن,کینٹ کاؤنٹی، مشیگن,কেন্ট কাউন্টি,ケント郡,肯特縣		US	MI	081	602622	America/Detroit
4998067	Keweenaw County	keweenaw-county	Comitatul Keweenaw,Comte de Keweenaw,Comté de Keweenaw,Condado de Keweenaw,Condado han Keweenaw,Contea di Keweenaw,Hrabstwo Keweenaw,Keweenaw,Keweenaw Comitatus,Keweenaw Kun,Keweenaw Kūn,Keweenaw konderria,Keweenaw megye,Kijuino,Kivino,Okrug Kiveno,Quan Keweenaw,Quận Keweenaw,ji wei nuo xian,ki'uyina'u ka'unti,kiu~ino jun,Кивино,Кийуино,Ківіно,Округ Кивено,Քիվինո շրջան,مقاطعة كيويناو,کویناو کاؤنٹی، مشی گن,کیوانا کاؤنٹی,কিউয়িনাউ কাউন্টি,キーウィーノー郡,基威諾縣		US	MI	083	2156	America/Detroit
4998535	Lake County	lake-county	Comitatul Lake,Comte de Lake,Comté de Lake,Condado de Lake,Condado han Lake,Contea di Lake,Hrabstwo Lake,Lake,Lake Comitatus,Lake Kun,Lake Kūn,Lake konderria,Lake megye,Lejk,Okrug Lejk,Quan Lake,Quận Lake,lai ke xian,leka ka'unti,reiku jun,shhrstan lyk  myshygan,Лейк,Округ Лејк,Լեյք շրջան,شهرستان لیک، میشیگان,لیک کاؤنٹی، مشی گن,مقاطعة ليك,লেক কাউন্টি,レイク郡,萊克縣		US	MI	085	11539	America/Detroit
4998845	Lapeer County	lapeer-county	Comitatul Lapeer,Comte de Lapeer,Comté de Lapeer,Condado de Lapeer,Condado han Lapeer,Contea di Lapeer,Hrabstwo Lapeer,Lapeer,Lapeer Comitatus,Lapeer Kun,Lapeer Kūn,Lapeer konderria,Lapeer megye,Lapijr,Lapir,Lapir srjan,Okrug Lapir,Quan Lapeer,Quận Lapeer,la pi er xian,lapira ka'unti,rapia jun,shhrstan lpyr  myshygan,Лапийр,Лапир,Лапір,Округ Лапир,Լապիր շրջան,شهرستان لپیر، میشیگان,لاپیر کاؤنٹی,لاپیر کاؤنٹی، مشی گن,লাপীর কাউন্টি,ラピーア郡,拉皮爾縣		US	MI	087	88319	America/Detroit
4999022	Leelanau County	leelanau-county	Comitatul Leelanau,Comte de Leelanau,Comté de Leelanau,Condado de Leelanau,Condado han Leelanau,Contea di Leelanau,Hrabstwo Leelanau,Leelanau,Leelanau Comitatus,Leelanau County,Leelanau Kun,Leelanau Kūn,Leelanau konderria,Leelanau megye,Leelanaw County,Lijlano,Lilano,Lilano srjan,Okrug Lilano,Quan Leelanau,Quận Leelanau,li lei nuo xian,lilanau ka'unti,rirano jun,Лийлано,Лилано,Лілано,Округ Лилано,Լիլանո շրջան,لیلانا کاؤنٹی، مشی گن,لیلاناؤ کاؤنٹی,লীলানৌ কাউন্টি,リーラノー郡,利勒諾縣		US	MI	089	21708	America/Detroit
4999081	Lenawee County	lenawee-county	Comitatul Lenawee,Comte de Lenawee,Comté de Lenawee,Condado de Lenawee,Condado han Lenawee,Contea di Lenawee,Hrabstwo Lenawee,Lenavi,Lenavi srjan,Lenawee,Lenawee Comitatus,Lenawee Kun,Lenawee Kūn,Lenawee konderria,Lenawee megye,Lenuuej,Okrug Lenave,Quan Lenawee,Quận Lenawee,lai na wei xian,linarai ka'unti,ren'au~ei jun,shhrstan lnawy  myshygan,Ленави,Ленаві,Ленъуей,Округ Ленаве,Լենավի շրջան,شهرستان لناوی، میشیگان,لیناوی کاؤنٹی,لیناوی کاؤنٹی، مشی گن,مقاطعة لينوي,লীনাৱি কাউন্টি,レンアウェイ郡,莱纳维县		US	MI	091	99892	America/Detroit
4999829	Livingston County	livingston-county	Comitatul Livingston,Comte de Livingston,Comté de Livingston,Condado de Livingston,Condado han Livingston,Contea di Livingston,Hrabstwo Livingston,Livingston,Livingston Comitatus,Livingston Kun,Livingston Kūn,Livingston konderria,Livingston megye,Livingston srjan,Livingstun,Okrug Livingston,Quan Livingston,Quận Livingston,li wen si dun xian,libhintana ka'unti,ribingusuton jun,shhrstan lywyngstwn  myshygan,Ливингстон,Ливингстън,Лівінгстон,Округ Ливингстон,Լիվինգստոն շրջան,شهرستان لیوینگستون، میشیگان,لوونگسٹن کاؤنٹی,لیونگسٹن کاؤنٹی، مشی گن,مقاطعة ليفينغستون,লিভিংটন কাউন্টি,リビングストーン郡,利文斯頓縣		US	MI	093	180967	America/Detroit
5000447	Mackinac County	mackinac-county	Comitatul Mackinac,Comte de Mackinac,Comté de Mackinac,Condado de Mackinac,Condado han Mackinac,Contea di Mackinac,Hrabstwo Mackinac,Mackinac,Mackinac Comitatus,Mackinac Kun,Mackinac Kūn,Mackinac konderria,Mackinac megye,Makino,Mekinak,Okrug Makino,Quan Mackinac,Quận Mackinac,mai ji nuo xian,makinaka ka'unti,makinakku jun,shhrstan mkynak  myshygan,Макино,Мекінак,Округ Макино,Մեքինակ շրջան,شهرستان مکیناک، میشیگان,ماکیناک کاؤنٹی,مقاطعة ماكيناك,میکیناک کاؤنٹی، مشی گن,মাকিনাক কাউন্টি,マキナック郡,麥基諾縣		US	MI	097	11113	America/Detroit
5000477	Macomb County	macomb-county	Comitatul Macomb,Comte de Macomb,Comté de Macomb,Condado de Macomb,Condado han Macomb,Contea di Macomb,Hrabstwo Macomb,Macomb,Macomb Comitatus,Macomb County,Macomb Kun,Macomb Kūn,Macomb konderria,Macomb megye,Makom,Makoum,Okrug Makom,Quan Macomb,Quận Macomb,UIZ,ma ke mu xian,makomba ka'unti,makomu jun,shhrstan mkmb  myshygan,Маком,Макоум,Округ Маком,Մաքոմ շրջան,شهرستان مکمب، میشیگان,ماکومب کاؤنٹی، مشی گن,مقاطعة ماكومب,میکامب کاؤنٹی,মাকোম্ব কাউন্টি,マコーム郡,马科姆县		US	MI	099	840978	America/Detroit
5000612	Manistee County	manistee-county	Comitatul Manistee,Comte de Manistee,Comté de Manistee,Condado de Manistee,Condado han Manistee,Contea di Manistee,Hrabstwo Manistee,Manistee,Manistee Comitatus,Manistee Kun,Manistee Kūn,Manistee konderria,Manistee megye,Manisti srjan,Manistij,Mehnisti,Menisti,Okrug Manisti,Quan Manistee,Quận Manistee,ma ni si di xian,manisati ka'unti,manisuti jun,shhrstan mnysty  myshygan,Манистий,Меністі,Мэнисти,Округ Манисти,Մանիստի շրջան,شهرستان منیستی، میشیگان,مینسٹی کاؤنٹی,مینیسٹی کاؤنٹی، مشی گن,মানিসটি কাউন্টি,マニスティー郡,馬尼斯蒂縣		US	MI	101	24733	America/Detroit
5000950	Marquette County	marquette-county	Comitatul Marquette,Comte de Marquette,Comté de Marquette,Condado de Marquette,Condado han Marquette,Contea di Marquette,Hrabstwo Marquette,Market,Markett,Marquette,Marquette Comitatus,Marquette Kun,Marquette Kūn,Marquette konderria,Marquette megye,Marquettei maakond,Okrug Market,Quan Marquette,Quận Marquette,ma kai te xian,maketto jun,marakuyete ka'unti,shhrstan markt  myshygan,Маркет,Маркетт,Округ Маркет,Մարքետ շրջան,شهرستان مارکت، میشیگان,مارکؤٹ کاؤنٹی,مارکوئٹ کاؤنٹی، مشی گن,مقاطعة ماركويت,মারকুয়েটে কাউন্টি,マーケット郡,馬凱特縣		US	MI	103	67077	America/Detroit
5001099	Mason County	mason-county	Comitatul Mason,Comte de Mason,Comté de Mason,Condado de Mason,Condado han Mason,Contea di Mason,Hrabstwo Mason,Mason,Mason Comitatus,Mason Kun,Mason Kūn,Mason konderria,Mason megye,Mejson,Mejsun,Meyson srjan,Okrug Mejson,Quan Mason,Quận Mason,mei sen xian,meison jun,mesana ka'unti,shhrstan maswn  myshygan,Мейсон,Мейсън,Округ Мејсон,Մեյսոն շրջան,شهرستان ماسون، میشیگان,میسن کاؤنٹی,میسن کاؤنٹی، مشی گن,মেশন কাউন্টি,メイソン郡,梅森縣		US	MI	105	28705	America/Detroit
5001594	Mecosta County	mecosta-county	Comitatul Mecosta,Comte de Mecosta,Comté de Mecosta,Condado de Mecosta,Condado han Mecosta,Contea di Mecosta,Hrabstwo Mecosta,Mecosta,Mecosta Comitatus,Mecosta Kun,Mecosta Kūn,Mecosta konderria,Mecosta megye,Mekosta,Mekosta srjan,Mikosta,Okrug Mekosta,Quan Mecosta,Quận Mecosta,mekasta ka'unti,mekosuta jun,mi ke si ta xian,shhrstan mykwsta  myshygan,Мекоста,Микоста,Округ Мекоста,Մեկոստա շրջան,شهرستان میکوستا، میشیگان,مقاطعة ميكوستا,مکوسٹا کاؤنٹی,میکوسٹا کاؤنٹی، مشی گن,মেকস্তা কাউন্টি,メコスタ郡,米科斯塔县		US	MI	107	42798	America/Detroit
5001670	Menominee County	menominee-county	Comitatul Menominee,Comte de Menominee,Comté de Menominee,Condado de Menominee,Condado han Menominee,Contea di Menominee,Hrabstwo Menominee,Menominee,Menominee Comitatus,Menominee Kun,Menominee Kūn,Menominee konderria,Menominee maakond,Menominee megye,Menomini,Minomini srjan,Munomunij,Okrug Menomini,Quan Menominee,Quận Menominee,mei nuo mi ni xian,menomini jun,menomini ka'unti,shhrstan mnwmynh  myshygan,Меномини,Меноміні,Мъномъний,Округ Меномини,Մինոմինի շրջան,شهرستان منومینه، میشیگان,مینومنی کاؤنٹی,مینومینی کاؤنٹی، مشی گن,মেনোমিনী কাউন্টি,メノミニー郡,梅諾米尼縣		US	MI	109	24029	America/Menominee
5001932	Midland County	midland-county	Comitatul Midland,Comte de Midland,Comté de Midland,Condado de Midland,Condado han Midland,Contea di Midland,Hrabstwo Midland,Midland,Midland Comitatus,Midland Kun,Midland Kūn,Midland konderria,Midland megye,Midlandi maakond,Midlend,Midlend srjan,Okrug Midland,Quan Midland,Quận Midland,mi de lan xian,midalyanda ka'unti,middorando jun,shhrstan danylz  myshygan,Мидланд,Мидленд,Мідленд,Округ Мидланд,Միդլենդ շրջան,شهرستان دانیلز، میشیگان,مڈلینڈ کاؤنٹی,مڈلینڈ کاؤنٹی، مشی گن,মিডল্যান্ড কাউন্টি,ミッドランド郡,密德蘭縣		US	MI	111	83629	America/Detroit
5002231	Missaukee County	missaukee-county	Comitatul Missaukee,Comte de Missaukee,Comté de Missaukee,Condado de Missaukee,Condado han Missaukee,Contea di Missaukee,Hrabstwo Missaukee,Misoki,Misoki srjan,Misokij,Missaukee,Missaukee Comitatus,Missaukee Kun,Missaukee Kūn,Missaukee konderria,Missaukee megye,Missoki,Okrug Misoki,Quan Missaukee,Quận Missaukee,mi suo ji xian,misauki ka'unti,misoki jun,Мисоки,Мисокий,Міссокі,Округ Мисоки,Միսոկի շրջան,مسواکی کاؤنٹی,میساکی کاؤنٹی، مشی گن,মিসৌকি কাউন্টি,ミソーキー郡,米索基县		US	MI	113	14849	America/Detroit
5002348	Monroe County	monroe-county	Comitatul Monroe,Comte de Monroe,Comté de Monroe,Condado de Monroe,Condado han Monroe,Contea di Monroe,Hrabstwo Monroe,Monro,Monro srjan,Monroe,Monroe Comitatus,Monroe Kun,Monroe Kūn,Monroe konderria,Monroe megye,Okrug Monro,Quan Monroe,Quận Monroe,manarau ka'unti,men luo xian,monro jun,shhrstan mwnrw  myshygan,Монро,Округ Монро,Մոնրո շրջան,شهرستان مونرو، میشیگان,مقاطعة مونرو,منرو کاؤنٹی، مشیگن,مونرو کاؤنٹی، مشی گن,মনরৌ কাউন্টি,モンロー郡,門羅縣		US	MI	115	152021	America/Detroit
5004659	Otsego County	otsego-county	Comitatul Otsego,Comte d'Otsego,Comté d'Otsego,Condado de Otsego,Condado han Otsego,Contea di Otsego,Hrabstwo Otsego,Ocego,Okrug Otsego,Otsego,Otsego Comitatus,Otsego Kun,Otsego Kūn,Otsego konderria,Otsego maakond,Otsego megye,Otsego srjan,Quan Otsego,Quận Otsego,ao qi ge xian,otasego ka'unti,otosego jun,shhrstan atsgw  myshygan,Округ Отсего,Отсего,Оцего,Օտսեգո շրջան,اوتسیگو کاؤنٹی,اوٹسیگو کاؤنٹی، مشی گن,شهرستان آتسگو، میشیگان,ওটসেগো কাউন্টি,オトセゴ郡,奧齊戈縣		US	MI	137	24164	America/Detroit
5002390	Montcalm County	montcalm-county	Comitatul Montcalm,Comte de Montcalm,Comté de Montcalm,Condado de Montcalm,Condado han Montcalm,Contea di Montcalm,Hrabstwo Montcalm,Monkehlm,Montcalm,Montcalm Comitatus,Montcalm Kun,Montcalm Kūn,Montcalm konderria,Montcalm megye,Montkam,Montkam srjan,Okrug Montkam,Quan Montcalm,Quận Montcalm,meng ka er mu xian,monkarumu jun,montakama ka'unti,shhrstan mwntkalm  myshygan,Монкэлм,Монткам,Округ Монткам,Մոնտկամ շրջան,شهرستان مونتکالم، میشیگان,مونٹکام کاؤنٹی,مونٹکام کاؤنٹی، مشی گن,মোন্টকাম কাউন্টি,モンカルム郡,蒙卡爾姆縣		US	MI	117	63342	America/Detroit
5002394	Montmorency County	montmorency-county	Comitatul Montmorency,Comte de Montmorency,Comté de Montmorency,Condado de Montmorency,Condado han Montmorency,Contea di Montmorency,Hrabstwo Montmorency,Monmoransi,Montmorency,Montmorency Comitatus,Montmorency Kun,Montmorency Kūn,Montmorency konderria,Montmorency megye,Montmorensi,Montmorensi srjan,Montmorunsi,Okrug Montmorensi,Quan Montmorency,Quận Montmorency,mantamorenasi ka'unti,meng mo lang xi xian,monmoranshi jun,shhrstan mwnmwransy  myshygan,Монморанси,Монтморенсі,Монтморънси,Округ Монтморенси,Մոնտմորենսի շրջան,شهرستان مونمورانسی، میشیگان,مونٹمورینسی کاؤنٹی,مونٹمورینسی کاؤنٹی، مشی گن,মন্টমোরেনসি কাউন্টি,モンモランシー郡,蒙莫朗西縣		US	MI	119	9765	America/Detroit
5003136	Muskegon County	muskegon-county	Comitatul Muskegon,Comte de Muskegon,Comté de Muskegon,Condado de Muskegon,Condado han Muskegon,Contea di Muskegon,Hrabstwo Muskegon,Maskigon,Muskegon,Muskegon Comitatus,Muskegon Kun,Muskegon Kūn,Muskegon konderria,Muskegon megye,Muskijgun,Myuskegon srjan,Okrug Maskigon,Quan Muskegon,Quận Muskegon,ma si ji gen xian,masukigon jun,muskegona ka'unti,shhrstan mwskgwn  myshygan,Маскигон,Маскігон,Мъскийгън,Округ Маскигон,Մյուսկեգոն շրջան,شهرستان موسکگون، میشیگان,مسکیگن کاؤنٹی، مشی گن,مسکیگون کاؤنٹی,মুস্কেগোন কাউন্টি,マスキーゴン郡,馬斯基根縣		US	MI	121	172188	America/Detroit
5003426	Newaygo County	newaygo-county	Comitatul Newaygo,Comte de Newaygo,Comté de Newaygo,Condado de Newaygo,Condado han Newaygo,Contea di Newaygo,Hrabstwo Newaygo,N'juehjgo,Nevaygo srjan,Nevejgo,Newaygo,Newaygo Comitatus,Newaygo Kun,Newaygo Kūn,Newaygo konderria,Newaygo megye,Njuejgo,Okrug Nuejgo,Quan Newaygo,Quận Newaygo,ni'u'ayago ka'unti,niu wei ge xian,niu~ego jun,shhrstan nywygw  myshygan,Невейго,Ньюэйго,Нюейго,Округ Нуејго,Նեվայգո շրջան,شهرستان نیویگو، میشیگان,نیویاگو کاؤنٹی,نیویگو کاؤنٹی، مشی گن,নিউআয়গো কাউন্টি,ニウェーゴ郡,紐威哥縣		US	MI	123	48460	America/Detroit
5004223	Oakland County	oakland-county	Comitatul Oakland,Comte d'Oakland,Comté d'Oakland,Condado de Oakland,Condado han Oakland,Contea di Oakland,Hrabstwo Oakland,Oakland,Oakland Comitatus,Oakland Kun,Oakland Kūn,Oakland konderria,Oakland megye,Oklend,Okrug Oukland,Okʻlend srjan,Oukland,Quan Oakland,Quận Oakland,ao ke lan xian,mqatʿt awkland,okalyanda ka'unti,okeullaendeu gun,okurando jun,shhrstan awkland  myshygan,Окленд,Округ Оукланд,Оукланд,Օքլենդ շրջան,آکلینڈ کاؤنٹی,اوکلینڈ کاؤنٹی، مشی گن,شهرستان اوکلاند، میشیگان,مقاطعة أوكلاند,ওকল্যান্ড কাউন্টি,オークランド郡,奥克兰县,오클랜드 군		US	MI	125	1202362	America/Detroit
5004294	Oceana County	oceana-county	Comitatul Oceana,Comte d'Oceana,Comté d'Oceana,Condado de Oceana,Condado han Oceana,Contea di Oceana,Hrabstwo Oceana,Oceana,Oceana Comitatus,Oceana Kun,Oceana Kūn,Oceana konderria,Oceana megye,Okrug Oshijana,Oseana srjan,Oshiana,Ousheana,Quan Oceana,Quận Oceana,ao xi a na xian,oseana jun,osiyana ka'unti,shhrstan awshna  myshygan,Округ Ошијана,Оушеана,Ошиана,Օսեանա շրջան,اوشیانا کاؤنٹی,اوشیانا کاؤنٹی، مشی گن,شهرستان اوشنا، میشیگان,ওসিয়ানা কাউন্টি,オセアナ郡,奥希阿纳县		US	MI	127	26570	America/Detroit
5004326	Ogemaw County	ogemaw-county	Comitatul Ogemaw,Comte d'Ogemaw,Comté d'Ogemaw,Condado de Ogemaw,Condado han Ogemaw,Contea di Ogemaw,Hrabstwo Ogemaw,Odzhima,Ogemaw,Ogemaw Comitatus,Ogemaw Kun,Ogemaw Kūn,Ogemaw konderria,Ogemaw megye,Ogemo,Ogemo srjan,Okrug Ogemo,Quan Ogemaw,Quận Ogemaw,ao ge mo xian,ogema'u ka'unti,ogemo jun,Огемо,Оджима,Округ Огемо,Օգեմո շրջան,اوگیما کاؤنٹی,اوگیما کاؤنٹی، مشی گن,ওগেমাউ কাউন্টি,オゲモー郡,奥格莫县		US	MI	129	21699	America/Detroit
5004521	Ontonagon County	ontonagon-county	Comitatul Ontonagon,Comte d'Ontonagon,Comté d'Ontonagon,Condado de Ontonagon,Condado han Ontonagon,Contea di Ontonagon,Hrabstwo Ontonagon,Okrug Ontonagon,Ontonagon,Ontonagon Comitatus,Ontonagon Kun,Ontonagon Kūn,Ontonagon konderria,Ontonagon megye,Ontonagon srjan,Ontunagun,Quan Ontonagon,Quận Ontonagon,ang tuo na gong xian,ontonagon jun,ontonagona ka'unti,shhrstan antwnagwn  myshygan,Округ Онтонагон,Онтонагон,Онтънагън,Օնտոնագոն շրջան,اونٹاناگون کاؤنٹی,اونٹوناگن کاؤنٹی، مشی گن,شهرستان انتوناگون، میشیگان,مقاطعة أونتوناغون,ওন্টোনাগোন কাউন্টি,オントナゴン郡,昂托納貢縣		US	MI	131	6780	America/Detroit
5004611	Osceola County	osceola-county	Comitatul Osceola,Comte d'Osceola,Comté d'Osceola,Condado de Osceola,Condado han Osceola,Contea di Osceola,Hrabstwo Osceola,Oceola,Okrug Osiola,Osceola,Osceola Comitatus,Osceola Kun,Osceola Kūn,Osceola konderria,Osceola megye,Oseola,Oseola srjan,Quan Osceola,Quận Osceola,ao xi ou la xian,os'se'ola ka'unti,oseora jun,shhrstan awskywla  myshygan,Округ Осиола,Осеола,Оцеола,Օսեոլա շրջան,اوسچیولا کاؤنٹی، مشیگن,اوسیولا کاؤنٹی، مشی گن,شهرستان اوسکئولا، میشیگان,مقاطعة أوسيولا,ওস্সেওলা কাউন্টি,オセオラ郡,奧西歐拉縣		US	MI	133	23528	America/Detroit
5004616	Oscoda County	oscoda-county	Comitatul Oscoda,Comte d'Oscoda,Comté d'Oscoda,Condado de Oscoda,Condado han Oscoda,Contea di Oscoda,Hrabstwo Oscoda,Okrug Oskoda,Oscoda,Oscoda Comitatus,Oscoda Kun,Oscoda Kūn,Oscoda konderria,Oscoda megye,Oskoda,Oskoda srjan,Quan Oscoda,Quận Oscoda,ao si ke da xian,osakoda ka'unti,osukoda jun,Округ Оскода,Оскода,Օսկոդա շրջան,اوسکوڈا کاؤنٹی,اوسکوڈا کاؤنٹی، مشی گن,مقاطعة أوسكودا,ওসকোডা কাউন্টি,オスコダ郡,奧斯科達縣		US	MI	135	8640	America/Detroit
5006470	Presque Isle County	presque-isle-county	Comitatul Presque Isle,Comte de Presque Isle,Comté de Presque Isle,Condado de Presque Isle,Condado han Presque Isle,Contea di Presque Isle,Hrabstwo Presque Isle,Okrug Presk Ajl,Presk Ajl,Presk-Ajl,Preske-Ajl,Presqu'ile County,Presqu'isle County,Presque Ile,Presque Isle,Presque Isle Comitatus,Presque Isle County,Presque Isle Kun,Presque Isle Kūn,Presque Isle konderria,Presque Isle megye,Quan Presque Isle,Quận Presque Isle,presakurae isale ka'unti,pu lei si ke ai er xian,puresukuairu jun,Округ Преск Ajл,Преск Айл,Преск-Айл,Преске-Айл,Փրեսք Այլ շրջան,پریسک آئل کاؤنٹی,پریسک آئل کاؤنٹی، مشی گن,প্রেসকুৱে ইসলে কাউন্টি,プレスクアイル郡,普雷斯克艾爾縣		US	MI	141	13376	America/Detroit
5007587	Roscommon County	roscommon-county	Comitatul Roscommon,Comte de Roscommon,Comté de Roscommon,Condado de Roscommon,Condado han Roscommon,Contea di Roscommon,Hrabstwo Roscommon,Okrug Roskomon,Quan Roscommon,Quận Roscommon,Roscommon,Roscommon Comitatus,Roscommon Kun,Roscommon Kūn,Roscommon konderria,Roscommon megye,Roskommon,Roskomon srjan,Roskomun,luo si kang mang xian,rasakamana ka'unti,rosukomon jun,shhrstan raskwmwn  myshygan,Округ Роскомон,Роскоммон,Роскомън,Ռոսկոմոն շրջան,راسکامن کاؤنٹی,راسکامن کاؤنٹی، مشی گن,شهرستان راسکومون، میشیگان,রসকমন কাউন্টি,ロスコモン郡,羅斯康芒縣		US	MI	143	24449	America/Detroit
5007996	Saginaw County	saginaw-county	Comitatul Saginaw,Comte de Saginaw,Comté de Saginaw,Condado de Saginaw,Condado han Saginaw,Contea di Saginaw,Hrabstwo Saginaw,Okrug Sagino,Quan Saginaw,Quận Saginaw,Saginaw,Saginaw Comitatus,Saginaw Kun,Saginaw Kūn,Saginaw konderria,Saginaw megye,Sagino,Saguno,Segino,Segino srjan,sa ji nuo xian,sagina'u ka'unti,sagino jun,shhrstan sgyna  myshygan,Округ Сагино,Сагино,Сагъно,Сегіно,Սեգինո շրջան,ساگینا کاؤنٹی، مشی گن,ساگیناوا کاؤنٹی,شهرستان سگینا، میشیگان,مقاطعة ساغينو,সাগিনাউ কাউন্টি,サギノー郡,薩吉諾縣		US	MI	145	200169	America/Detroit
5008112	Saint Clair County	saint-clair-county	Comte de Saint Clair,Comté de Saint Clair,Saint Clair,St. Clair		US	MI	147	163040	America/Detroit
5008347	Saint Joseph County	saint-joseph-county	Comte de Saint Joseph,Comté de Saint Joseph,Saint Joseph,St. Joseph		US	MI	149	61295	America/Indiana/Indianapolis
5008950	Sanilac County	sanilac-county	Comitatul Sanilac,Comte de Sanilac,Comté de Sanilac,Condado de Sanilac,Condado han Sanilac,Contea di Sanilac,Hrabstwo Sanilac,Okrug Sanilak,Quan Sanilac,Quận Sanilac,Sanilac,Sanilac Comitatus,Sanilac Kun,Sanilac Kūn,Sanilac konderria,Sanilac megye,Sanilak,Sanilak srjan,Senilak,sa ni la ke xian,sanilaka ka'unti,sanirakku jun,Округ Санилак,Санилак,Сенілак,Սանիլակ շրջան,سانیلاک کاؤنٹی,سینیلاک کاؤنٹی، مشی گن,সানিলাক কাউন্টি,サニラック郡,萨尼拉克县		US	MI	151	43114	America/Detroit
5009187	Schoolcraft County	schoolcraft-county	Comitatul Schoolcraft,Comte de Schoolcraft,Comté de Schoolcraft,Condado de Schoolcraft,Condado han Schoolcraft,Contea di Schoolcraft,Hrabstwo Schoolcraft,Okrug Skulkraft,Quan Schoolcraft,Quận Schoolcraft,Schoolcraft,Schoolcraft Comitatus,Schoolcraft Kun,Schoolcraft Kūn,Schoolcraft konderria,Schoolcraft megye,Skulkraft,si ku ke la fu te xian,skulakraphata ka'unti,sukurukurafuto jun,Округ Скулкрафт,Скулкрафт,Սքուլքրաֆտ շրջան,سکولکرافت کاؤنٹی، مشی گن,سکولکرافٹ کاؤنٹی,স্কুলক্রাফট কাউন্টি,スクールクラフト郡,斯庫克拉夫特縣		US	MI	153	8485	America/Detroit
5009706	Shiawassee County	shiawassee-county	Comitatul Shiawassee,Comte de Shiawassee,Comté de Shiawassee,Condado de Schiawassee,Condado de Shiawassee,Condado han Shiawassee,Contea di Shiawassee,Hrabstwo Shiawassee,Okrug Shajavosi,Quan Shiawassee,Quận Shiawassee,Sayavasi srjan,Shajavassi,Shajuuasi,Shiawassee,Shiawassee Comitatus,Shiawassee Kun,Shiawassee Kūn,Shiawassee konderria,Shiawassee megye,shhrstan shyawash  myshygan,shiawashi jun,siyaraas'si ka'unti,xia e wo xi xian,Округ Шајавоси,Шайавасси,Шайъуаси,Шаявассі,Շայավասի շրջան,شهرستان شیاواسه، میشیگان,شیاواسی کاؤنٹی، مشی گن,شیواسی کاؤنٹی,مقاطعة شياوسي,শিয়াৱাস্সী কাউন্টি,シアワシー郡,夏厄沃西縣		US	MI	155	70648	America/Detroit
5012748	Tuscola County	tuscola-county	Comitatul Tuscola,Comte de Tuscola,Comté de Tuscola,Condado de Tuscola,Condado han Tuscola,Contea di Tuscola,Hrabstwo Tuscola,Okrug Taskola,Quan Tuscola,Quận Tuscola,TZC,Taskola,Tuscola,Tuscola Comitatus,Tuscola County,Tuscola Kun,Tuscola Kūn,Tuscola konderria,Tuscola megye,Tuskola,shhrstan taskwla  myshygan,tasukora jun,tu si ke la xian,tusakola ka'unti,Округ Таскола,Таскола,Тускола,Թուսկոլա շրջան,شهرستان تاسکولا، میشیگان,مقاطعة توسكولا,ٹسکولا کاؤنٹی,ٹوسکولا کاؤنٹی، مشی گن,টুসকোলা কাউন্টি,タスコラ郡,土斯科拉縣		US	MI	157	55729	America/Detroit
5013104	Van Buren County	van-buren-county	Comitatul Van Buren,Comte de Van Buren,Comté de Van Buren,Condado de Van Buren,Condado han Van Buren,Contea di Van Buren,Hrabstwo Van Buren,Okrug Van Bjuren,Quan Van Buren,Quận Van Buren,Van Bjurun,Van Buren,Van Buren Comitatus,Van Buren Kun,Van Buren Kūn,Van Buren konderria,Van Buren megye,Van Buren srjan,Van-B'juren,Van-Bjuren,bhyana burena ka'unti,fan bu lun xian,shhrstan wan brn  myshygan,vu~anbyuren jun,Ван Бюрън,Ван-Бьюрен,Ван-Бюрен,Округ Ван Бјурен,Վան Բուրեն շրջան,شهرستان وان برن، میشیگان,وان بورن کاؤنٹی,وان بورین کاؤنٹی، مشی گن,ভ্যান বুরেন কাউন্টি,ヴァンビューレン郡,范布倫縣		US	MI	159	76258	America/Detroit
5014120	Washtenaw County	washtenaw-county	Comitatul Washtenaw,Comte de Washtenaw,Comté de Washtenaw,Condado de Washtenaw,Condado han Washtenaw,Contea di Washtenaw,Hrabstwo Washtenaw,Okrug Voshteno,Owosteno srjan,Quan Washtenaw,Quận Washtenaw,Uoshteno,Uoshtuno,Voshteno,Washtenaw,Washtenaw Comitatus,Washtenaw Kun,Washtenaw Kūn,Washtenaw konderria,Washtenaw maakond,Washtenaw megye,raasatena'u ka'unti,u~osshutono jun,wo shen te nao xian,Воштено,Округ Воштено,Уоштено,Уоштъно,Ուոշտենո շրջան,واشناو کاؤنٹی، مشی گن,واشٹینا کاؤنٹی,ৱাসটেনাউ কাউন্টি,ウォッシュトノー郡,沃什特瑙縣		US	MI	161	344791	America/Detroit
5014227	Wayne County	wayne-county	Comitatul Wayne,Comte de Wayne,Comté de Wayne,Condado de Wayne,Condado han Wayne,Contea di Wayne,Hrabstwo Wayne,Kantono Wayne,Okrug Vejn,Oweyn srjan,Quan Wayne,Quận Wayne,Uehjn,Uejn,Vejn,Wayne,Wayne Comitatus,Wayne Kun,Wayne Kūn,Wayne konderria,Wayne megye,Waynei maakond,mqatʿt wyn,raa'ine ka'unti,shhrstan wyn  myshygan,u~ein jun,wei en xian,Вейн,Вејн,Округ Вејн,Уейн,Уэйн,Ուեյն շրջան,شهرستان وین، میشیگان,مقاطعة وين,وین کاؤنٹی، مشی گن,وین کاؤنٹی، مشیگن,ৱাইনে কাউন্টি,ウェイン郡,韦恩县		US	MI	163	1820584	America/Detroit
5014729	Wexford County	wexford-county	Comitatul Wexford,Comte de Wexford,Comté de Wexford,Condado de Wexford,Condado han Wexford,Contea di Wexford,Hrabstwo Wexford,Okrug Veksford,Quan Wexford,Quận Wexford,Uehksford,Ueksford,Veksford,Wexford,Wexford Comitatus,Wexford Kun,Wexford Kūn,Wexford konderria,Wexford megye,raeksaphorda ka'unti,shhrstan wksfwrd  myshygan,u~ekkusufodo jun,wei ke si fu de xian,Вексфорд,Округ Вексфорд,Уексфорд,Уэксфорд,Ուեքսֆորդ շրջան,شهرستان وکسفورد، میشیگان,ویکسفورڈ کاؤنٹی,ویکسفورڈ کاؤنٹی، مشی گن,ৱেক্সফোর্ড কাউন্টি,ウェックスフォード郡,韋克斯福德縣		US	MI	165	32735	America/Detroit
5015979	Aitkin County	aitkin-county	Aiken County,Aitkin,Aitkin Comitatus,Aitkin County,Aitkin Kun,Aitkin Kūn,Aitkin konderria,Aitkin megye,Aitkinin piirikunta,Comitatul Aitkin,Comte d'Aitkin,Comté d'Aitkin,Condado de Aitkin,Condado han Aitkin,Contea di Aitkin,Ehjtkin,Ejtkin,Hrabstwo Aitkin,Okrug Ejtkin,Quan Aitkin,Quận Aitkin,ai te jin xian,eikin jun,mqatʿt aytkyn,Ейткин,Ейткін,Округ Ејткин,Эйткин,Էյտքին շրջան,آئتکن کاؤنٹی، مینیسوٹا,ایٹکن کاؤنٹی,شهرستان ایتکین، مینه‌سوتا,مقاطعة أيتكين,অ্যটকিন কাউন্টি,エイキン郡,艾特金縣		US	MN	001	16202	America/Chicago
5016452	Anoka County	anoka-county	Anoka,Anoka Comitatus,Anoka Kun,Anoka Kūn,Anoka konderria,Anoka megye,Anoka srjan,Anokan piirikunta,Comitatul Anoka,Comte d'Anoka,Comté d'Anoka,Condado de Anoka,Condado han Anoka,Contea di Anoka,Hrabstwo Anoka,Okrug Anoka,Quan Anoka,Quận Anoka,an nuo ka xian,anoka jun,anoka ka'unti,mqatʿt anwka,Анока,Округ Анока,Անոկա շրջան,انوکا کاؤنٹی,انوکا کاؤنٹی، مینیسوٹا,شهرستان آنوکا، مینه‌سوتا,مقاطعة أنوكا,আনোকা কাউন্টি,アノーカ郡,安諾卡縣		US	MN	003	330844	America/Chicago
5017670	Becker County	becker-county	Becker,Becker Comitatus,Becker Kun,Becker Kūn,Becker konderria,Becker megye,Beckerin piirikunta,Beker,Bekur,Comitatul Becker,Comte de Becker,Comté de Becker,Condado de Becker,Condado han Becker,Contea di Becker,Hrabstwo Becker,Okrug Beker,Quan Becker,Quận Becker,bei ke xian,bekera ka'unti,bekka jun,mqatʿt bykr,Бекер,Бекър,Округ Бекер,Բեքեր շրջան,بکر کاؤنٹی,بیکر کاؤنٹی، مینیسوٹا,شهرستان بکر، مینه‌سوتا,مقاطعة بيكر,বেকের কাউন্টি,ベッカー郡,貝克縣		US	MN	005	32504	America/Chicago
5017805	Beltrami County	beltrami-county	Beltrami,Beltrami Comitatus,Beltrami Kun,Beltrami Kūn,Beltrami konderria,Beltrami megye,Beltramin piirikunta,Beltremi,Beltremi srjan,Comitatul Beltrami,Comte de Beltrami,Comté de Beltrami,Condado de Beltrami,Condado han Beltrami,Contea di Beltrami,Hrabstwo Beltrami,Okrug Beltrami,Quan Beltrami,Quận Beltrami,bei er te la mi xian,belatrami ka'unti,berutorami jun,mqatʿt byltramy,Белтрами,Белтремі,Округ Белтрами,Բելտրեմի շրջան,بیلٹرامی کاؤنٹی,بیلٹریمی کاؤنٹی، مینیسوٹا,شهرستان بلترامی، مینه‌سوتا,مقاطعة بيلترامي,বেলট্রামি কাউন্টি,ベルトラミー郡,貝爾特拉米縣		US	MN	007	44442	America/Chicago
5017916	Benton County	benton-county	Benton,Benton Comitatus,Benton Kun,Benton Kūn,Benton konderria,Benton megye,Benton srjan,Bentonin piirikunta,Bentun,Comitatul Benton,Comte de Benton,Comté de Benton,Condado de Benton,Condado han Benton,Contea di Benton,Hrabstwo Benton,Okrug Benton,Quan Benton,Quận Benton,ben dun xian,bentana ka'unti,benton jun,mqatʿt byntwn,Бентон,Бентън,Округ Бентон,Բենտոն շրջան,بنٹن کاؤنٹی، منسسوٹا,بینٹن کاؤنٹی، مینیسوٹا,شهرستان بنتون، مینه‌سوتا,مقاطعة بينتون,বেন্টন কাউন্টি,ベントン郡,本頓縣		US	MN	009	38451	America/Chicago
5018364	Big Stone County	big-stone-county	Big Stone,Big Stone Comitatus,Big Stone County,Big Stone Kun,Big Stone Kūn,Big Stone konderria,Big Stone megye,Big Stonen piirikunta,Big Stoun,Big-Ston,Big-Stoun,Bigstone County,Comitatul Big Stone,Comte de Big Stone,Comté de Big Stone,Condado de Big Stone,Condado han Big Stone,Contea di Big Stone,Hrabstwo Big Stone,Okrug Big Stoun,Quan Big Stone,Quận Big Stone,biga stona ka'unti,biggusuton jun,da shi hu xian,mqatʿt bygh stwn,Биг Стоун,Биг-Стон,Біг-Стоун,Округ Биг Стоун,Բիգ Սթոուն շրջան,بگ سٹون کاؤنٹی,بگ سٹون کاؤنٹی، مینیسوٹا,شهرستان بیگ استون، مینه‌سوتا,مقاطعة بيغ ستون,বিগ স্টোন কাউন্টি,ビッグストーン郡,大石湖縣		US	MN	011	5269	America/Chicago
5018756	Blue Earth County	blue-earth-county	Blju-Ert,Blu rt,Blu-Ehrt,Blue Earth,Blue Earth Comitatus,Blue Earth Kun,Blue Earth Kūn,Blue Earth konderria,Blue Earth megye,Blue Earthin piirikunta,Comitatul Blue Earth,Comte de Blue Earth,Comté de Blue Earth,Condado de Blue Earth,Condado han Blue Earth,Contea di Blue Earth,Hrabstwo Blue Earth,Okrug Blu Ert,Quan Blue Earth,Quận Blue Earth,blu artha ka'unti,bu lu e si xian,buruasu jun,mqatʿt blw arth,Блу Ърт,Блу-Эрт,Блю-Ерт,Округ Блу Ерт,Բլու Էրթ շրջան,بلو ارتھ کاؤنٹی,بلیو ارتھ کاؤنٹی، مینیسوٹا,شهرستان بلو ارث، مینه‌سوتا,مقاطعة بلو إرث,ব্লু আর্থ কাউন্টি,ブルーアース郡,布盧厄斯縣		US	MN	013	64013	America/Chicago
5019385	Brown County	brown-county	Braun,Braun srjan,Brown,Brown Comitatus,Brown Kun,Brown Kūn,Brown konderria,Brown megye,Brownin piirikunta,Comitatul Brown,Comte de Brown,Comté de Brown,Condado de Brown,Condado han Brown,Contea di Brown,Hrabstwo Brown,Okrug Braun,Quan Brown,Quận Brown,bra'una ka'unti,bu lang xian,buraun jun,mqatʿt brawn,Браун,Округ Браун,Բրաուն շրջան,براؤن کاؤنٹی، منسسوٹا,براؤن کاؤنٹی، مینیسوٹا,شهرستان براون، مینه‌سوتا,مقاطعة براون,ব্রাউন কাউন্টি,ブラウン郡,布朗縣		US	MN	015	25893	America/Chicago
5020429	Carlton County	carlton-county	Carlton,Carlton Comitatus,Carlton Kun,Carlton Kūn,Carlton konderria,Carlton megye,Carltonin piirikunta,Comitatul Carlton,Comte de Carlton,Comté de Carlton,Condado de Carlton,Condado han Carlton,Contea di Carlton,Hrabstwo Carlton,Karlton,Karltun,Okrug Karlton,Quan Carlton,Quận Carlton,ka er dun xian,karlatana ka'unti,karuton jun,mqatʿt karltwn,Карлтон,Карлтън,Округ Карлтон,Քարլտոն շրջան,شهرستان کارلتون، مینه‌سوتا,مقاطعة كارلتون,کارلٹن کاؤنٹی,کارلٹن کاؤنٹی، مینیسوٹا,কার্লটন কাউন্টি,カールトン郡,卡爾頓縣		US	MN	017	35386	America/Chicago
5020499	Carver County	carver-county	Carver,Carver Comitatus,Carver Kun,Carver Kūn,Carver konderria,Carver megye,Carverin piirikunta,Comitatul Carver,Comte de Carver,Comté de Carver,Condado de Carver,Condado han Carver,Contea di Carver,Hrabstwo Carver,Karver,Karvur,Okrug Karver,Quan Carver,Quận Carver,ka fu xian,kaba jun,karbera ka'unti,mqatʿt karfr,Карвер,Карвър,Округ Карвер,Քարվեր շրջան,شهرستان کارور، مینه‌سوتا,مقاطعة كارفر,کارور کاؤنٹی، مینیسوٹا,کاروور کاؤنٹی,কার্বের কাউন্টি,カーバー郡,卡弗縣		US	MN	019	91042	America/Chicago
5020546	Cass County	cass-county	Cass,Cass Comitatus,Cass Kun,Cass Kūn,Cass konderria,Cass megye,Cassin piirikunta,Comitatul Cass,Comte de Cass,Comté de Cass,Condado de Cass,Condado han Cass,Contea di Cass,Hrabstwo Cass,Kas,Kass,Kess,Okrug Kas,Quan Cass,Quận Cass,ka si xian,kasa ka'unti,kasu jun,mqatʿt kas,Кас,Касс,Кесс,Округ Кас,Քաս շրջան,شهرستان کاس، مینه‌سوتا,مقاطعة كاس,کاس کاؤنٹی، منسسوٹا,کاس کاؤنٹی، مینیسوٹا,কাস কাউন্টি,カス郡,卡斯縣		US	MN	021	28567	America/Chicago
5021038	Chippewa County	chippewa-county	Chippeva,Chippewa,Chippewa Comitatus,Chippewa Kun,Chippewa Kūn,Chippewa konderria,Chippewa megye,Chippewan piirikunta,Chipuua,Comitatul Chippewa,Comte de Chippewa,Comté de Chippewa,Condado de Chippewa,Condado han Chippewa,Contea di Chippewa,Hrabstwo Chippewa,Okrug Chipeva,Quan Chippewa,Quận Chippewa,chippewa jun,cipperaa ka'unti,mqatʿt tshybywa,qi pi wa xian,Округ Чипева,Чиппева,Чипъуа,Чіппева,Չիպևա շրջան,شهرستان چیپوا، مینه‌سوتا,مقاطعة تشيبيوا,چپیوا کاؤنٹی، مینیسوٹا,چپیووا کاؤنٹی,চিপ্পেৱা কাউন্টি,チッペワ郡,契皮瓦縣		US	MN	023	12441	America/Chicago
5021070	Chisago County	chisago-county	Chisago,Chisago Comitatus,Chisago Kun,Chisago Kūn,Chisago konderria,Chisago megye,Comitatul Chisago,Comte de Chisago,Comté de Chisago,Condado de Chisago,Condado han Chisago,Contea di Chisago,Hrabstwo Chisago,Okrug Shisago,Quan Chisago,Quận Chisago,cisago ka'unti,mqatʿt tshysaghw,qi sa ge xian,shisago jun,Округ Шисаго,Чисаго,Չիսագո շրջան,شهرستان چیساکو، مینه‌سوتا,مقاطعة تشيساغو,چیساگو کاؤنٹی,چیساگو کاؤنٹی، مینیسوٹا,চিসাগো কাউন্টি,シサゴ郡,奇萨戈县		US	MN	025	53887	America/Chicago
5021444	Clay County	clay-county	Clay,Clay Comitatus,Clay Kun,Clay Kūn,Clay konderria,Clay megye,Comitatul Clay,Comte de Clay,Comté de Clay,Condado de Clay,Condado han Clay,Contea di Clay,Hrabstwo Clay,Klej,Okrug Klej,Quan Clay,Quận Clay,ke lai xian,kle ka'unti,kurei jun,mqatʿt klay,Клей,Округ Клеј,Քլեյ շրջան,شهرستان کلی، مینه‌سوتا,مقاطعة كلاي,کلے کاؤنٹی، منسسوٹا,کلے کاؤنٹی، مینیسوٹا,ক্লে কাউন্টি,クレイ郡,克莱县		US	MN	027	58999	America/Chicago
5021535	Clearwater County	clearwater-county	Clearwater,Clearwater Comitatus,Clearwater Kun,Clearwater Kūn,Clearwater konderria,Clearwater megye,Comitatul Clearwater,Comte de Clearwater,Comté de Clearwater,Condado de Clearwater,Condado han Clearwater,Contea di Clearwater,Hrabstwo Clearwater,Kliruoter,Klirvoter,Kliuruotur,Okrug Klirvoter,Quan Clearwater,Quận Clearwater,kliyararaatara ka'unti,kuriau~ota jun,mqatʿt klyrwatr,qing shui xian,Клируотер,Клиъруотър,Клірвотер,Округ Клирвотер,Քլիրվոտեր շրջան,شهرستان کلیرواتر، مینه‌سوتا,مقاطعة كليرواتر,کلیئرواٹر کاؤنٹی,کلیئرواٹر کاؤنٹی، مینیسوٹا,ক্লিয়ারৱাটার কাউন্টি,クリアウォーター郡,清水縣		US	MN	029	8695	America/Chicago
5021977	Cook County	cook-county	Comitatul Cook,Comte de Cook,Comté de Cook,Condado de Cook,Condado han Cook,Contea di Cook,Cook,Cook Comitatus,Cook Kun,Cook Kūn,Cook konderria,Cook megye,Hrabstwo Cook,Kuk,Okrug Kuk,Quan Cook,Quận Cook,koka ka'unti,ku ke xian,kukku jun,mqatʿt kwk,Кук,Округ Кук,Քուկ շրջան,شهرستان کوک، مینه‌سوتا,مقاطعة كوك,کک کاؤنٹی، منسسوٹا,کک کاؤنٹی، مینیسوٹا,কোক কাউন্টি,クック郡,庫克縣		US	MN	031	5176	America/Chicago
5022154	Cottonwood County	cottonwood-county	Comitatul Cottonwood,Comte de Cottonwood,Comté de Cottonwood,Condado de Cottonwood,Condado han Cottonwood,Contea di Cottonwood,Cottonwood,Cottonwood Comitatus,Cottonwood Kun,Cottonwood Kūn,Cottonwood konderria,Cottonwood megye,Hrabstwo Cottonwood,Kottonvud,Kotunud,Okrug Kotonvud,Quan Cottonwood,Quận Cottonwood,ka dun wu de xian,katanarada ka'unti,kotton'uddo jun,mqatʿt kwtwnwwd,Коттонвуд,Котънуд,Округ Котонвуд,Քոտոնվուդ շրջան,شهرستان کاتنوود، مینه‌سوتا,مقاطعة كوتونوود,کاٹنووڈ کاؤنٹی، مینیسوٹا,کاٹنوڈ کاؤنٹی,কটনৱড কাউন্টি,コットンウッド郡,卡頓伍德縣		US	MN	033	11687	America/Chicago
5023545	Crow Wing County	crow-wing-county	Comitatul Crow Wing,Comte de Crow Wing,Comté de Crow Wing,Condado de Crow Wing,Condado han Crow Wing,Contea di Crow Wing,Crow Wing,Crow Wing Comitatus,Crow Wing Kun,Crow Wing Kūn,Crow Wing konderria,Crow Wing megye,Crow Wingin piirikunta,Hrabstwo Crow Wing,Krou Uing,Krou-Uing,Krou-Ving,Okrug Krou Ving,Quan Crow Wing,Quận Crow Wing,ke luo wen xian,kra raim ka'unti,kurouu~ingu jun,mqatʿt krw wyngh,Кроу Уинг,Кроу-Вінг,Кроу-Уинг,Округ Кроу Винг,Քրոու Վինգ շրջան,شهرستان کرو وینگ، مینه‌سوتا,مقاطعة كرو وينغ,کرو ونگ کاؤنٹی,کرو ونگ کاؤنٹی، مینیسوٹا,ক্র ৱিং কাউন্টি,クロウウィング郡,克羅溫縣		US	MN	035	62500	America/Chicago
5023752	Dakota County	dakota-county	Comitatul Dakota,Comte de Dakota,Comté de Dakota,Condado de Dakota,Condado han Dakota,Contea di Dakota,Dakota,Dakota Comitatus,Dakota Kun,Dakota Kūn,Dakota konderria,Dakota maakond,Dakota megye,Dakota srjan,Hrabstwo Dakota,Okrug Dakota,Quan Dakota,Quận Dakota,da ke ta xian,dakota jun,dakota ka'unti,mqatʿt dakwta,Дакота,Округ Дакота,Դակոտա շրջան,شهرستان داکوتا، مینه‌سوتا,مقاطعة داكوتا,ڈاکوٹا کاؤنٹی,ڈکوٹا کاؤنٹی، مینیسوٹا,ডাকোটা কাউন্টি,ダコタ郡,達科他縣		US	MN	037	398552	America/Chicago
5024544	Douglas County	douglas-county	Comitatul Douglas,Comte de Douglas,Comté de Douglas,Condado de Douglas,Condado han Douglas,Contea di Douglas,Douglas,Douglas Comitatus,Douglas Kun,Douglas Kūn,Douglas konderria,Douglas megye,Douglasin piirikunta,Duglas,Duglas srjan,Hrabstwo Douglas,Okrug Daglas,Quan Douglas,Quận Douglas,dagalasa ka'unti,dagurasu jun,dao ge la si xian,mqatʿt dwghlas,Дуглас,Дъглас,Округ Даглас,Դուգլաս շրջան,شهرستان داگلاس، مینه‌سوتا,مقاطعة دوغلاس,ڈگلس کاؤنٹی، منسسوٹا,ڈگلس کاؤنٹی، مینیسوٹا,ডগলাস কাউন্টি,ダグラス郡,道格拉斯縣		US	MN	041	36009	America/Chicago
5026292	Faribault County	faribault-county	Comitatul Faribault,Comte de Faribault,Comté de Faribault,Condado de Faribault,Condado han Faribault,Contea di Faribault,Faribault,Faribault Comitatus,Faribault Kun,Faribault Kūn,Faribault konderria,Faribault megye,Fehribo,Feriblot srjan,Feribolt,Feribou,Hrabstwo Faribault,Okrug Faribo,Quan Faribault,Quận Faribault,fa li bo xian,fearibo jun,mqatʿt farybwlt,pharibaulta ka'unti,Округ Фарибо,Ферибоу,Феріболт,Фэрибо,Ֆերիբլոտ շրջան,شهرستان فریبلت، مینه‌سوتا,فاریبالٹ کاؤنٹی,فاریبولٹ کاؤنٹی، مینیسوٹا,مقاطعة فاريبولت,ফারিবৌল্ট কাউন্টি,フェアリボー郡,法里博縣		US	MN	043	14553	America/Chicago
5026478	Fillmore County	fillmore-county	Comitatul Fillmore,Comte de Fillmore,Comté de Fillmore,Condado de Fillmore,Condado han Fillmore,Contea di Fillmore,Fillmor,Fillmore,Fillmore Comitatus,Fillmore Kun,Fillmore Kūn,Fillmore konderria,Fillmore megye,Fillmorei maakond,Filmor,Filmor srjan,Hrabstwo Fillmore,Okrug Filmor,Quan Fillmore,Quận Fillmore,fei er mo er xian,firumoa jun,mqatʿt fylmwr,philamora ka'unti,Округ Филмор,Филмор,Філлмор,Ֆիլմոր շրջան,شهرستان فیلمور، مینه‌سوتا,فلمور کاؤنٹی,فلمور کاؤنٹی، مینیسوٹا,مقاطعة فيلمور,ফিলমোর কাউন্টি,フィルモア郡,菲爾莫爾縣		US	MN	045	20866	America/Chicago
5027399	Freeborn County	freeborn-county	Comitatul Freeborn,Comte de Freeborn,Comté de Freeborn,Condado de Freeborn,Condado han Freeborn,Contea di Freeborn,Freeborn,Freeborn Comitatus,Freeborn Kun,Freeborn Kūn,Freeborn konderria,Freeborn megye,Friborn,Friborn srjan,Frijborn,Hrabstwo Freeborn,Okrug Friborn,Quan Freeborn,Quận Freeborn,fu li bo en xian,furibon jun,mqatʿt frybwrn,phriborna ka'unti,Округ Фриборн,Фриборн,Фрийборн,Фріборн,Ֆրիբորն շրջան,شهرستان فری‌بورن، مینه‌سوتا,فریبورن کاؤنٹی,فریبورن کاؤنٹی، مینیسوٹا,مقاطعة فريبورن,ফ্রিবোর্ন কাউন্টি,フリーボーン郡,弗里伯恩縣		US	MN	047	31255	America/Chicago
5028232	Goodhue County	goodhue-county	Comitatul Goodhue,Comte de Goodhue,Comté de Goodhue,Condado de Goodhue,Condado han Goodhue,Contea di Goodhue,Goodhue,Goodhue Comitatus,Goodhue Kun,Goodhue Kūn,Goodhue konderria,Goodhue megye,Gudgju,Gudhyu srjan,Gudkh'ju,Gudkhjuej,Hrabstwo Goodhue,Okrug Gudkhju,Quan Goodhue,Quận Goodhue,gu de xiu xian,gudahi'u ka'unti,guddohyu jun,mqatʿt ghwdhw,Гудгю,Гудхью,Гудхюей,Округ Гудхју,Գուդհյու շրջան,شهرستان گودهیو، مینه‌سوتا,مقاطعة غودهو,گڈہیو کاؤنٹی,گڈہیو کاؤنٹی، مینیسوٹا,গুডহিউ কাউন্টি,グッドヒュー郡,古德休县		US	MN	049	46183	America/Chicago
5028615	Grant County	grant-county	Comitatul Grant,Comte de Grant,Comté de Grant,Condado de Grant,Condado han Grant,Contea di Grant,Grant,Grant Comitatus,Grant Kun,Grant Kūn,Grant konderria,Grant megye,Grant srjan,Hrabstwo Grant,Okrug Grant,Quan Grant,Quận Grant,ge lan te xian,granta ka'unti,guranto jun,mqatʿt ghrant,Грант,Округ Грант,Գրանտ շրջան,شهرستان گرانت، مینه‌سوتا,مقاطعة غرانت,گرانٹ کاؤنٹی، مینیسوٹا,گرینٹ کاؤنٹی، منسسوٹا,গ্রান্ট কাউন্টি,グラント郡,格蘭特縣		US	MN	051	6018	America/Chicago
5029877	Hennepin County	hennepin-county	Comitatul Hennepin,Comte de Hennepin,Comté de Hennepin,Condado de Hennepin,Condado han Hennepin,Contea di Hennepin,Gannepin,Henepin srjan,Hennepin,Hennepin Comitatus,Hennepin Kun,Hennepin Kūn,Hennepin konderria,Hennepin megye,Hennepini maakond,Hennepinin piirikunta,Hrabstwo Hennepin,Khenepin,Khennepin,Okrug Khenepin,Quan Hennepin,Quận Hennepin,henepin jun,heng nei ping xian,hennepina ka'unti,mhwz hnpyn,mqatʿt hynybyn,Ганнепін,Округ Хенепин,Хенепин,Хеннепин,Հենեպին շրջան,מחוז הנפין,شهرستان هنپین، مینه‌سوتا,مقاطعة هينيبين,ہنیپن کاؤنٹی,ہینیپن کاؤنٹی، مینیسوٹا,হেন্নেপিন কাউন্টি,ヘネピン郡,亨内平县		US	MN	053	1152425	America/Chicago
5030806	Houston County	houston-county	Comitatul Houston,Comte de Houston,Comté de Houston,Condado de Houston,Condado han Houston,Contea di Houston,Gjuston,Houston,Houston Comitatus,Houston Kun,Houston Kūn,Houston konderria,Houston megye,Hrabstwo Houston,Hyuston srjan,Kh'juston,Khjustun,Okrug Khauston,Quan Houston,Quận Houston,ha'usatana ka'unti,hyusuton jun,mqatʿt hwstwn,xiu si dun xian,Гюстон,Округ Хаустон,Хьюстон,Хюстън,Հյուստոն շրջան,شهرستان هیوستون، مینه‌سوتا,مقاطعة هوستون,ہوسٹن کاؤنٹی، منسسوٹا,ہیوسٹن کاؤنٹی، مینیسوٹا,হাউসটন কাউন্টি,ヒューストン郡,休斯頓縣		US	MN	055	19027	America/Chicago
5030862	Hubbard County	hubbard-county	Comitatul Hubbard,Comte de Hubbard,Comté de Hubbard,Condado de Hubbard,Condado han Hubbard,Contea di Hubbard,Gabbard,Habard srjan,Hrabstwo Hubbard,Hubbard,Hubbard Comitatus,Hubbard Kun,Hubbard Kūn,Hubbard konderria,Hubbard megye,Khabbard,Khuburd,Okrug Khabard,Quan Hubbard,Quận Hubbard,ha bo de xian,habado jun,harbbada ka'unti,mqatʿt hwbard,Габбард,Округ Хабард,Хаббард,Хъбърд,Հաբարդ շրջան,شهرستان هابرد، مینه‌سوتا,مقاطعة هوبارد,ہبارڈ کاؤنٹی,ہبرڈ کاؤنٹی، مینیسوٹا,হার্ব্বাড কাউন্টি,ハバード郡,哈伯德縣		US	MN	057	20428	America/Chicago
5031493	Isanti County	isanti-county	Ajsanti,Comitatul Isanti,Comte d'Isanti,Comté d'Isanti,Condado de Isanti,Condado han Isanti,Contea di Isanti,Hrabstwo Isanti,Isant srjan,Isanti,Isanti Comitatus,Isanti Kun,Isanti Kūn,Isanti konderria,Isanti megye,Okrug Ajsanti,Quan Isanti,Quận Isanti,aisanti jun,isanati ka'unti,mqatʿt astany,yi shan ti xian,Ісанті,Айсанти,Исанти,Округ Ајсанти,Իսանտ շրջան,اسانتی کاؤنٹی,اسانٹی کاؤنٹی، مینیسوٹا,شهرستان ایسانتی، مینه‌سوتا,مقاطعة إستاني,ইসানটি কাউন্টি,アイサンティ郡,伊善提縣		US	MN	059	37816	America/Chicago
5031616	Itasca County	itasca-county	Ajtaska,Comitatul Itasca,Comte d'Itasca,Comté d'Itasca,Condado de Itasca,Condado han Itasca,Contea di Itasca,Hrabstwo Itasca,Itasca,Itasca Comitatus,Itasca Kun,Itasca Kūn,Itasca konderria,Itasca megye,Itaska,Itaska srjan,Okrug Ajtaska,Quan Itasca,Quận Itasca,itaska ka'unti,itasuka jun,mqatʿt ataska,yi ta si jia xian,Ітаска,Айтаска,Итаска,Округ Ајтаска,Իտասկա շրջան,اٹاسکا کاؤنٹی,اٹاسکا کاؤنٹی، مینیسوٹا,شهرستان ایتاسکا، مینه‌سوتا,مقاطعة إتاسكا,ইটাস্কা কাউন্টি,イタスカ郡,伊塔斯加縣		US	MN	061	45058	America/Chicago
5031682	Jackson County	jackson-county	Comitatul Jackson,Comte de Jackson,Comté de Jackson,Condado de Jackson,Condado han Jackson,Contea di Jackson,Dzhaksun,Dzhekson,Hrabstwo Jackson,Jackson,Jackson Comitatus,Jackson Kun,Jackson Kūn,Jackson konderria,Jackson megye,Jacksoni maakond,Okrug DZekson,Quan Jackson,Quận Jackson,jakuson jun,jie ke xun xian,jyakasana ka'unti,mqatʿt jakswn,Джаксън,Джексон,Округ Џексон,Ջեքսոն շրջան,جیکسن کاؤنٹی، منسسوٹا,جیکسن کاؤنٹی، مینیسوٹا,شهرستان جکسون، مینه‌سوتا,مقاطعة جاكسون,জ্যাকশন কাউন্টি,ジャクソン郡,杰克逊县		US	MN	063	10266	America/Chicago
5032855	Kanabec County	kanabec-county	Comitatul Kanabec,Comte de Kanabec,Comté de Kanabec,Condado de Kanabec,Condado han Kanabec,Contea di Kanabec,Hrabstwo Kanabec,Kanabec,Kanabec Comitatus,Kanabec Kun,Kanabec Kūn,Kanabec konderria,Kanabec megye,Kanabek,Kanejbek,Okrug Kanejbek,Quan Kanabec,Quận Kanabec,kanabeka ka'unti,kaneibeku jun,mqatʿt kanabyk,Канабек,Канейбек,Округ Канејбек,Քանաբեկ շրջան,مقاطعة كانابيك,کانابک کاؤنٹی,کینابیک کاؤنٹی، مینیسوٹا,কানাবেক কাউন্টি,カネイベク郡		US	MN	065	16239	America/Chicago
5032867	Kandiyohi County	kandiyohi-county	Comitatul Kandiyohi,Comte de Kandiyohi,Comté de Kandiyohi,Condado de Kandiyohi,Condado han Kandiyohi,Contea di Kandiyohi,Hrabstwo Kandiyohi,Kandijokhaj,Kandijokhi,Kandiyohi,Kandiyohi Comitatus,Kandiyohi Kun,Kandiyohi Kūn,Kandiyohi konderria,Kandiyohi megye,Kendijogi,Okrug Kandijokhaj,Quan Kandiyohi,Quận Kandiyohi,kan di yue xi xian,kandiyahi ka'unti,kandiyohai jun,mqatʿt kandywhy,Кандийохай,Кандийохи,Кендійогі,Округ Кандијохај,Քանդիյոհի շրջան,شهرستان کندیوهای، مینه‌سوتا,مقاطعة كانديوهي,کاندی یوہی کاؤنٹی,کینڈیئوہی کاؤنٹی، مینیسوٹا,কান্দিয়হি কাউন্টি,カンディヨーハイ郡,坎迪约希县		US	MN	067	42239	America/Chicago
5033353	Kittson County	kittson-county	Comitatul Kittson,Comte de Kittson,Comté de Kittson,Condado de Kittson,Condado han Kittson,Contea di Kittson,Hrabstwo Kittson,Kitson,Kitsun,Kittson,Kittson Comitatus,Kittson Kun,Kittson Kūn,Kittson konderria,Kittson megye,Okrug Kitson,Quan Kittson,Quận Kittson,ji te xun xian,kitasana ka'unti,kittoson jun,mqatʿt kytswn,Китсон,Китсън,Кіттсон,Округ Китсон,Քիտսոն շրջան,شهرستان کیتسان، مینه‌سوتا,مقاطعة كيتسون,کٹسن کاؤنٹی,کٹسن کاؤنٹی، مینیسوٹا,কিটসন কাউন্টি,キットソン郡,基特遜縣		US	MN	069	4552	America/Chicago
5033463	Koochiching County	koochiching-county	Comitatul Koochiching,Comte de Koochiching,Comté de Koochiching,Condado de Koochiching,Condado han Koochiching,Contea di Koochiching,Hrabstwo Koochiching,Koochiching,Koochiching Comitatus,Koochiching Kun,Koochiching Kūn,Koochiching konderria,Koochiching megye,Kuchiching,Okrug Kuchiching,Quan Koochiching,Quận Koochiching,kang qi qin xian,kocicim ka'unti,kuchichingu jun,mqatʿt kwtshytshyngh,Кучичинг,Округ Кучичинг,Քուչիչինգ շրջան,مقاطعة كوتشيتشينغ,کوچچنگ کاؤنٹی,کوچیچنگ کاؤنٹی، مینیسوٹا,কোচিচিং কাউন্টি,クーチチング郡,康契欽縣		US	MN	071	13311	America/Chicago
5033637	Lac qui Parle County	lac-qui-parle-county	Comitatul Lac qui Parle,Comte de Lac qui Parle,Comté de Lac qui Parle,Condado de Lac qui Parle,Condado han Lac qui Parle,Contea di Lac qui Parle,Hrabstwo Lac qui Parle,Lac qui Parle,Lac qui Parle Comitatus,Lac qui Parle Kun,Lac qui Parle Kūn,Lac qui Parle konderria,Lac qui Parle megye,Lak ki Parul,Lak-ki-Parl,Okrug Lakveparle,Quan Lac qui Parle,Quận Lac qui Parle,la ji pa er xian,lak kwyy parlے kawnٹy,laka ku'i parle ka'unti,mqatʿt lak kwy barly,rakukiparu jun,Лак ки Паръл,Лак-ки-Парл,Лак-кі-Парл,Округ Лаквепарле,Լակ քի Պառլե շրջան,لاک کوئی پارلے کاؤنٹی,لاک کی پارل کاؤنٹی، مینیسوٹا,مقاطعة لاك كوي بارلي,লাক কুই পার্লে কাউন্টি,ラクキパール郡,拉基帕爾縣		US	MN	073	7259	America/Chicago
5033738	Lake County	lake-county	Comitatul Lake,Comte de Lake,Comté de Lake,Condado de Lake,Condado han Lake,Contea di Lake,Hrabstwo Lake,Lake,Lake Comitatus,Lake Kun,Lake Kūn,Lake konderria,Lake megye,Lejk,Okrug Lejk,Quan Lake,Quận Lake,lai ke xian,leka ka'unti,mqatʿt lyk,reiku jun,Лейк,Округ Лејк,Լեյք շրջան,شهرستان لیک، مینه‌سوتا,لیک کاؤنٹی، منسسوٹا,لیک کاؤنٹی، مینیسوٹا,مقاطعة ليك,লেক কাউন্টি,レイク郡,萊克縣		US	MN	075	10866	America/Chicago
5033955	Lake of the Woods County	lake-of-the-woods-county	Comitatul Lake of the Woods,Comte de Lake of the Woods,Comte du Lake of the Woods,Comté de Lake of the Woods,Comté du Lake of the Woods,Condado de Lake of the Woods,Condado han Lake of the Woods,Contea di Lake of the Woods,Hrabstwo Lake of the Woods,Lake of the Woods,Lake of the Woods Comitatus,Lake of the Woods Kun,Lake of the Woods Kūn,Lake of the Woods konderria,Lake of the Woods megye,Lejk uf du Uds,Lejk-of-Vuds,Lejk-of-te-Vuds,Okrug Lejk ov Vuds,Quan Lake of the Woods,Quận Lake of the Woods,leka aba dya rada ka'unti,mqatʿt lyk awf dha wwdz,reikuobuzauzzu jun,wu zi hu xian,Лейк ъф дъ Удс,Лейк-оф-Вудс,Лейк-оф-те-Вудс,Округ Лејк ов Вудс,Լեյք օֆ դը Վուդս շրջան,شهرستان لیک وودز، مینه‌سوتا,لیک آف دی ووڈز کاؤنٹی، مینیسوٹا,لیک آف دی وڈز کاؤنٹی,مقاطعة ليك أوف ذا وودز,লেক অব দ্যা ৱড কাউন্টি,レイクオブザウッズ郡,伍茲湖縣		US	MN	077	4045	America/Chicago
5034327	Le Sueur County	le-sueur-county	Comitatul Le Sueur,Comte de Le Sueur,Comté de Le Sueur,Condado de Le Sueur,Condado han Le Sueur,Contea di Le Sueur,Hrabstwo Le Sueur,La Sur,Le Sueur,Le Sueur Comitatus,Le Sueur County,Le Sueur Kun,Le Sueur Kūn,Le Sueur konderria,Le Sueur megye,Le Syur srjan,Le-Sjuer,Le-Sur,Lesueur County,Okrug Le Suer,Quan Le Sueur,Quận Le Sueur,le su'iyura ka'unti,lei su er xian,mqatʿt ly swywr,rushuru jun,Ла Сур,Ле-Сур,Ле-Сюер,Округ Ле Суер,Լե Սյուր շրջան,شهرستان لو سوئور، مینه‌سوتا,لا سوئر کاؤنٹی,لے سویر کاؤنٹی، مینیسوٹا,مقاطعة لي سويور,লে সুইয়ুর কাউন্টি,ルシュール郡,勒蘇爾縣		US	MN	079	27703	America/Chicago
5034652	Lincoln County	lincoln-county	Comitatul Lincoln,Comte de Lincoln,Comté de Lincoln,Condado de Lincoln,Condado han Lincoln,Contea di Lincoln,Hrabstwo Lincoln,Lincoln,Lincoln Comitatus,Lincoln Kun,Lincoln Kūn,Lincoln konderria,Lincoln megye,Lincolni maakond,Linkol'n,Linkoln srjan,Linkuln,Okrug Linkoln,Quan Lincoln,Quận Lincoln,lin ken xian,linkana ka'unti,mqatʿt lynkwn,rinkan jun,Линкольн,Линкълн,Лінкольн,Округ Линколн,Լինկոլն շրջան,شهرستان لینکلن، مینه‌سوتا,لنکن کاؤنٹی، منسسوٹا,لنکن کاؤنٹی، مینیسوٹا,مقاطعة لينكون,লিঙ্কন কাউন্টি,リンカーン郡,林肯縣		US	MN	081	5896	America/Chicago
5036131	Lyon County	lyon-county	Comitatul Lyon,Comte de Lyon,Comté de Lyon,Condado de Lyon,Condado han Lyon,Contea di Lyon,Hrabstwo Lyon,Lajon,Layon srjan,Lion,Lyon,Lyon Comitatus,Lyon Kun,Lyon Kūn,Lyon konderria,Lyon megye,Okrug Lajon,Quan Lyon,Quận Lyon,lai ang xian,lyona ka'unti,mqatʿt lywn,raian jun,Лайон,Лион,Округ Лајон,Լայոն շրջան,شهرستان لیون، مینه‌سوتا,لیون کاؤنٹی، منسسوٹا,لیون کاؤنٹی، مینیسوٹا,مقاطعة ليون,ল্যোন কাউন্টি,ライアン郡,萊昂縣		US	MN	083	25857	America/Chicago
5036279	Mahnomen County	mahnomen-county	Comitatul Mahnomen,Comtat de Mahnomen,Comte de Mahnomen,Comté de Mahnomen,Condado de Mahnomen,Condado han Mahnomen,Contea di Mahnomen,Hrabstwo Mahnomen,Mahnomen,Mahnomen Comitatus,Mahnomen Kun,Mahnomen Kūn,Mahnomen konderria,Mahnomen megye,Manomen,Menomen,Menomen srjan,Munomin,Okrug Manomen,Quan Mahnomen,Quận Mahnomen,ma nuo men xian,mahanomena ka'unti,manoumen jun,mqatʿt marshal,Маномен,Меномен,Мъномин,Округ Маномен,Մենոմեն շրջան,ماہنومن کاؤنٹی,مقاطعة مارشال,میہنومین کاؤنٹی، مینیسوٹا,মাহনোমেন কাউন্টি,マノウメン郡,馬諾門縣		US	MN	087	5413	America/Chicago
5036734	Marshall County	marshall-county	Comitatul Marshall,Comte de Marshall,Comté de Marshall,Condado de Marshall,Condado han Marshall,Contea di Marshall,Hrabstwo Marshall,Marsal srjan,Marshal,Marshall,Marshall Comitatus,Marshall Kun,Marshall Kūn,Marshall konderria,Marshall megye,Okrug Marshal,Quan Marshall,Quận Marshall,ma xie er xian,marsahala ka'unti,masharu jun,mqatʿt martyn,Маршал,Маршалл,Округ Маршал,Մարշալ շրջան,شهرستان مارشال، مینه‌سوتا,مارشل کاؤنٹی، منسسوٹا,مارشل کاؤنٹی، مینیسوٹا,مقاطعة مارتين,মার্সহাল কাউন্টি,マーシャル郡,馬歇爾縣		US	MN	089	9439	America/Chicago
5036797	Martin County	martin-county	Comitatul Martin,Comte de Martin,Comté de Martin,Condado de Martin,Condado han Martin,Contea di Martin,Hrabstwo Martin,Martin,Martin Comitatus,Martin Kun,Martin Kūn,Martin konderria,Martin megye,Martin srjan,Okrug Martin,Quan Martin,Quận Martin,ma ding xian,martina ka'unti,matin jun,mqatʿt maklywd,Мартин,Мартін,Округ Мартин,Մարտին շրջան,شهرستان مارتین، مینه‌سوتا,مارٹن کاؤنٹی، منسسوٹا,مارٹن کاؤنٹی، مینیسوٹا,مقاطعة ماكليود,মার্টিন কাউন্টি,マーティン郡,馬丁縣		US	MN	091	20840	America/Chicago
5037083	McLeod County	mcleod-county	Comitatul McLeod,Comte de McLeod,Comté de McLeod,Condado de McLeod,Condado han McLeod,Contea di McLeod,Hrabstwo McLeod,Mak-Laud,Mak-Lod srjan,Maklaud,Makleod,McLeod,McLeod Comitatus,McLeod Kun,McLeod Kūn,McLeod konderria,McLeod megye,Okrug Maklaud,Quan McLeod,Quận McLeod,mai ke lai de xian,makkurodo jun,mqatʿt mahnwmyn,myakali'oda ka'unti,Мак-Лауд,Маклауд,Маклеод,Округ Маклауд,Մակ-Լոդ շրջան,شهرستان مک‌لئود، مینه‌سوتا,مقاطعة ماهنومين,مک لاوڈ کاؤنٹی، مینیسوٹا,مکلیوڈ کاؤنٹی,ম্যকলিওড কাউন্টি,マックロード郡,麥克萊德縣		US	MN	085	36651	America/Chicago
5037200	Meeker County	meeker-county	Comitatul Meeker,Comte de Meeker,Comté de Meeker,Condado de Meeker,Condado han Meeker,Contea di Meeker,Hrabstwo Meeker,Meeker,Meeker Comitatus,Meeker Kun,Meeker Kūn,Meeker konderria,Meeker megye,Mijkur,Miker,Miker srjan,Okrug Miker,Quan Meeker,Quận Meeker,mi ke xian,mika jun,mikera ka'unti,mqatʿt mykr,Мийкър,Микер,Мікер,Округ Микер,Միկեր շրջան,شهرستان میکر، مینه‌سوتا,مقاطعة ميكر,میکر کاؤنٹی,میکر کاؤنٹی، مینیسوٹا,মীকের কাউন্টি,ミーカー郡,米克縣		US	MN	093	23300	America/Chicago
5037515	Mille Lacs County	mille-lacs-county	Comitatul Mille Lacs,Comte de Mille Lacs,Comté de Mille Lacs,Condado de Mille Lacs,Condado han Mille Lacs,Contea di Mille Lacs,Hrabstwo Mille Lacs,Mil Laks,Mil-Laks,Mill'-Lak,Mille Lacs,Mille Lacs Comitatus,Mille Lacs County,Mille Lacs Kun,Mille Lacs Kūn,Mille Lacs konderria,Mille Lacs megye,Millelacs County,Okrug Majl Laks,Quan Mille Lacs,Quận Mille Lacs,mi er hu xian,mila lakasa ka'unti,mirurakusu jun,mqatʿt myl laks,Мил Лакс,Мил-Лакс,Мілль-Лак,Округ Мајл Лакс,Մայլ Լաքս շրջան,مقاطعة ميل لاكس,ملے لاکس کاؤنٹی,میل لاکس کاؤنٹی، مینیسوٹا,মিল লাকাস কাউন্টি,ミルラクス郡,密爾湖縣		US	MN	095	26097	America/Chicago
5038318	Morrison County	morrison-county	Comitatul Morrison,Comte de Morrison,Comté de Morrison,Condado de Morrison,Condado han Morrison,Contea di Morrison,Hrabstwo Morrison,Morison srjan,Morisun,Morrison,Morrison Comitatus,Morrison Kun,Morrison Kūn,Morrison konderria,Morrison megye,Okrug Morison,Quan Morrison,Quận Morrison,marisana ka'unti,mo li sen xian,morison jun,mqatʿt mwryswn,Морисън,Моррисон,Моррісон,Округ Морисон,Մորիսոն շրջան,شهرستان موریسون، مینه‌سوتا,مقاطعة موريسون,موریسن کاؤنٹی,موریسن کاؤنٹی، مینیسوٹا,মরিসন কাউন্টি,モリソン郡,莫里森縣		US	MN	097	33198	America/Chicago
5038458	Mower County	mower-county	Comitatul Mower,Comte de Mower,Comté de Mower,Condado de Mower,Condado han Mower,Contea di Mower,Hrabstwo Mower,Mouehr,Mouur,Mouver srjan,Mover,Mower,Mower Comitatus,Mower Kun,Mower Kūn,Mower konderria,Mower megye,Okrug Mauer,Quan Mower,Quận Mower,mao er xian,moa jun,moraera ka'unti,mqatʿt mwwr,Мовер,Моуър,Моуэр,Округ Мауер,Մոուվեր շրջան,شهرستان مور، مینه‌سوتا,مقاطعة موور,موئر کاؤنٹی,موور کاؤنٹی، مینیسوٹا,মোৱের কাউন্টি,モーア郡,毛尔县		US	MN	099	39163	America/Chicago
5038801	Murray County	murray-county	Comitatul Murray,Comte de Murray,Comté de Murray,Condado de Murray,Condado han Murray,Contea di Murray,Hrabstwo Murray,Marey srjan,Marrej,Marri,Muri,Murray,Murray Comitatus,Murray Kun,Murray Kūn,Murray konderria,Murray megye,Okrug Mari,Quan Murray,Quận Murray,mare jun,mo lei xian,mqatʿt mwry,murraya ka'unti,Маррей,Марри,Мъри,Округ Мари,Մարեյ շրջան,شهرستان مورای، مینه‌سوتا,مرے کاؤنٹی، منسسوٹا,مرے کاؤنٹی، مینیسوٹا,مقاطعة موري,মুর্রায় কাউন্টি,マレー郡,莫雷縣		US	MN	101	8725	America/Chicago
5039249	Nicollet County	nicollet-county	Comitatul Nicollet,Comte de Nicollet,Comté de Nicollet,Condado de Nicollet,Condado han Nicollet,Contea di Nicollet,Hrabstwo Nicollet,Nicollet,Nicollet Comitatus,Nicollet Kun,Nicollet Kūn,Nicollet konderria,Nicollet megye,Nikolet,Nikolet srjan,Nikollet,Okrug Nikolet,Quan Nicollet,Quận Nicollet,mqatʿt nykwlyt,ni ke lai te xian,nikoleta ka'unti,nikoretto jun,Николет,Николлет,Ніколлет,Округ Николет,Նիկոլետ շրջան,شهرستان نیکلت، مینه‌سوتا,مقاطعة نيكوليت,نکولٹ کاؤنٹی,نکولیٹ کاؤنٹی، مینیسوٹا,নিকোলেট কাউন্টি,ニコレット郡,尼科萊特縣		US	MN	103	32727	America/Chicago
5039323	Nobles County	nobles-county	Comitatul Nobles,Comte de Nobles,Comté de Nobles,Condado de Nobles,Condado han Nobles,Contea di Nobles,Hrabstwo Nobles,Nobles,Nobles Comitatus,Nobles Kun,Nobles Kūn,Nobles konderria,Nobles megye,Nobls,Nobls srjan,Nobuls,Okrug Nobls,Quan Nobles,Quận Nobles,mqatʿt nwblyz,nobelasa ka'unti,noburuzu jun,nuo bu er si xian,Ноблс,Нобълс,Округ Ноблс,Նոբլս շրջան,شهرستان نوبلز، مینه‌سوتا,مقاطعة نوبليز,نوبلز کاؤنٹی,نوبلز کاؤنٹی، مینیسوٹا,নোবেলস কাউন্টি,ノーブルズ郡,諾布爾斯縣		US	MN	105	21378	America/Chicago
5039381	Norman County	norman-county	Comitatul Norman,Comte de Norman,Comté de Norman,Condado de Norman,Condado han Norman,Contea di Norman,Hrabstwo Norman,Norman,Norman Comitatus,Norman Kun,Norman Kūn,Norman konderria,Norman megye,Norman srjan,Normanin piirikunta,Normun,Okrug Norman,Quan Norman,Quận Norman,mqatʿt nwrman,noman jun,noramyana ka'unti,nuo man xian,Норман,Нормън,Округ Норман,Նորման շրջան,شهرستان نورمن، مینه‌سوتا,مقاطعة نورمان,نارمن کاؤنٹی، مینیسوٹا,نورمن کاؤنٹی,নোরম্যান কাউন্টি,ノーマン郡,諾曼縣		US	MN	107	6852	America/Chicago
5040211	Olmsted County	olmsted-county	Comitatul Olmsted,Comte d'Olmsted,Comté d'Olmsted,Condado de Olmsted,Condado han Olmsted,Contea di Olmsted,Hrabstwo Olmsted,Okrug Olmsted,Olmsted,Olmsted Comitatus,Olmsted Kun,Olmsted Kūn,Olmsted konderria,Olmsted megye,Olmsted srjan,Quan Olmsted,Quận Olmsted,ao mu si te de xian,mqatʿt awlmstyd,olamasteda ka'unti,orumusuteddo jun,Округ Олмстед,Олмстед,Օլմստեդ շրջան,المسٹڈ کاؤنٹی,اولمسٹیڈ کاؤنٹی، مینیسوٹا,شهرستان اولمستد، مینه‌سوتا,مقاطعة أولمستيد,ওলমস্টেড কাউন্টি,オルムステッド郡,奧姆斯特德縣		US	MN	109	144248	America/Chicago
5040515	Otter Tail County	otter-tail-county	Comitatul Otter Tail,Comte d'Otter Tail,Comté d'Otter Tail,Condado de Otter Tail,Condado han Otter Tail,Contea di Otter Tail,Hrabstwo Otter Tail,Okrug Ater Tejl,Otter Tail,Otter Tail Comitatus,Otter Tail Kun,Otter Tail Kūn,Otter Tail konderria,Otter Tail megye,Otter Tailin piirikunta,Otter-Tejl,Otur Tejl,Quan Otter Tail,Quận Otter Tail,ao te tai er xian,mqatʿt awtr tyl,ottateiru jun,ottera te'ila ka'unti,Округ Атер Тејл,Оттер-Тейл,Отър Тейл,Օտեր Թեյլ շրջան,اوٹر ٹیل کاؤنٹی,اوٹر ٹیل کاؤنٹی، مینیسوٹا,شهرستان اوتر تیل، مینه‌سوتا,مقاطعة أوتر تيل,ওট্টের টেইল কাউন্টি,オッターテイル郡,奧特泰爾縣		US	MN	111	57303	America/Chicago
5041121	Pennington County	pennington-county	Comitatul Pennington,Comte de Pennington,Comté de Pennington,Condado de Pennington,Condado han Pennington,Contea di Pennington,Hrabstwo Pennington,Okrug Penington,Peningtun,Pennington,Pennington Comitatus,Pennington Kun,Pennington Kūn,Pennington konderria,Pennington megye,Penningtoni maakond,Quan Pennington,Quận Pennington,mqatʿt bynynghtwn,peng ning dun xian,peninton jun,pennintana ka'unti,Округ Пенингтон,Пенингтън,Пеннингтон,Пеннінгтон,Փենինգտոն շրջան,شهرستان پنینگتن، مینه‌سوتا,مقاطعة بينينغتون,پیننگٹن کاؤنٹی، منسسوٹا,پینینگٹن کاؤنٹی، مینیسوٹا,পেন্নিংটন কাউন্টি,ペニントン郡,彭寧頓縣		US	MN	113	13930	America/Chicago
5041542	Pine County	pine-county	Comitatul Pine,Comte de Pine,Comté de Pine,Condado de Pine,Condado han Pine,Contea di Pine,Hrabstwo Pine,Okrug Pajn,Pajn,Pine,Pine Comitatus,Pine Kun,Pine Kūn,Pine konderria,Pine megye,Pinen piirikunta,Quan Pine,Quận Pine,mqatʿt byn,pa'ina ka'unti,pai en xian,pain jun,Округ Пајн,Пайн,Փայն շրջան,شهرستان پین، مینه‌سوتا,مقاطعة بين,پائن کاؤنٹی,پائن کاؤنٹی، مینیسوٹا,পাইন কাউন্টি,パイン郡,派恩縣		US	MN	115	29750	America/Chicago
5041756	Pipestone County	pipestone-county	Comitatul Pipestone,Comtat de Pipestone,Comte de Pipestone,Comté de Pipestone,Condado de Pipestone,Condado han Pipestone,Contea di Pipestone,Hrabstwo Pipestone,Okrug Pajpston,Pajpston,Pajpstoun,Pipestone,Pipestone Comitatus,Pipestone Kun,Pipestone Kūn,Pipestone konderria,Pipestone megye,Pipestonen piirikunta,Quan Pipestone,Quận Pipestone,mqatʿt baybstwn,pa'ipastona ka'unti,pai pu si tong xian,paipusuton jun,Округ Пајпстон,Пайпстон,Пайпстоун,Փայպսթոուն շրջան,شهرستان پایپستون، مینه‌سوتا,مقاطعة بايبستون,پائپسٹون کاؤنٹی,پائپسٹون کاؤنٹی، مینیسوٹا,পাইপস্টোন কাউন্টি,パイプストーン郡,派普斯通縣		US	MN	117	9596	America/Chicago
5041970	Polk County	polk-county	Comitatul Polk,Comte de Polk,Comté de Polk,Condado de Polk,Condado han Polk,Contea di Polk,Hrabstwo Polk,Okrug Polk,Polk,Polk Comitatus,Polk Kun,Polk Kūn,Polk konderria,Polk megye,Polkin piirikunta,Quan Polk,Quận Polk,bo er ke xian,mqatʿt bwlk,poku jun,polka ka'unti,Округ Полк,Полк,Փոլկ շրջան,شهرستان پولک، مینه‌سوتا,مقاطعة بولك,پولک کاؤنٹی، منسسوٹا,پوک کاؤنٹی، مینیسوٹا,পোল্ক কাউন্টি,ポーク郡,波爾克縣		US	MN	119	31600	America/Chicago
5042066	Pope County	pope-county	Comitatul Pope,Comte de Pope,Comté de Pope,Condado de Pope,Condado han Pope,Contea di Pope,Hrabstwo Pope,Okrug Poup,Pop,Pope,Pope Comitatus,Pope Kun,Pope Kūn,Pope konderria,Pope megye,Poup,Quan Pope,Quận Pope,bo pu xian,mqatʿt bwb,popa ka'unti,popu jun,Округ Поуп,Поп,Поуп,Փոպ շրջան,شهرستان پوپ، مینه‌سوتا,مقاطعة بوب,پوپ کاؤنٹی، منسسوٹا,پوپ کاؤنٹی، مینیسوٹا,পোপ কাউন্টি,ポープ郡,波普縣		US	MN	121	10995	America/Chicago
5060890	Pembina County	pembina-county	Comitatul Pembina,Comte de Pembina,Comté de Pembina,Condado de Pembina,Condado han Pembina,Contea di Pembina,Hrabstwo Pembina,Okrug Pembina,Pembina,Pembina Kun,Pembina Kūn,Pembina konderria,Pembina megye,Quan Pembina,Quận Pembina,mqatʿt bymbyna,pembina ka'unti,penbina jun,peng bi na xian,shhrstan pmbyna  dakwtay shmaly,Округ Пембина,Пембина,Пембіна,شهرستان پمبینا، داکوتای شمالی,مقاطعة بيمبينا,پیمبینا کاؤنٹی,পেম্বিনা কাউন্টি,ペンビナ郡,彭比納縣		US	ND	067	7413	America/Chicago
5042563	Ramsey County	ramsey-county	Comitatul Ramsey,Comte de Ramsey,Comté de Ramsey,Condado de Ramsey,Condado han Ramsey,Contea di Ramsey,Hrabstwo Ramsey,Okrug Remzi,Quan Ramsey,Quận Ramsey,Ramsey,Ramsey Comitatus,Ramsey Kun,Ramsey Kūn,Ramsey konderria,Ramsey maakond,Ramsey megye,Ramsi,Ramzi,Remsi,Remsi srjan,la mu xi xian,mqatʿt ramsy,ramasi ka'unti,ramuze jun,Округ Ремзи,Рамзи,Рамси,Ремсі,Ռեմսի շրջան,رامسے کاؤنٹی,ریمسی کاؤنٹی، مینیسوٹا,شهرستان رامسی، مینه‌سوتا,مقاطعة رامسي,রামসি কাউন্টি,ラムゼー郡,拉姆西縣		US	MN	123	508640	America/Chicago
5042730	Red Lake County	red-lake-county	Comitatul Red Lake,Comte de Red Lake,Comté de Red Lake,Condado de Red Lake,Condado han Red Lake,Contea di Red Lake,Hrabstwo Red Lake,Okrug Red Lejk,Quan Red Lake,Quận Red Lake,Red Lake,Red Lake Comitatus,Red Lake Kun,Red Lake Kūn,Red Lake konderria,Red Lake megye,Red Lejk,Red-Lejk,hong hu xian,mqatʿt rd lyk,reda leka ka'unti,reddoreiku jun,Округ Ред Лејк,Ред Лейк,Ред-Лейк,Ռեդ Լեյք շրջան,ریڈ لیک کاؤنٹی,ریڈ لیک کاؤنٹی، مینیسوٹا,شهرستان رد لیک، مینه‌سوتا,مقاطعة رد ليك,রেড লেক কাউন্টি,レッドレイク郡,紅湖縣		US	MN	125	4089	America/Chicago
5042847	Redwood County	redwood-county	Comitatul Redwood,Comte de Redwood,Comté de Redwood,Condado de Redwood,Condado han Redwood,Contea di Redwood,Hrabstwo Redwood,Okrug Redvud,Quan Redwood,Quận Redwood,Redud,Redvud,Redvud srjan,Redwood,Redwood Comitatus,Redwood Kun,Redwood Kūn,Redwood konderria,Redwood megye,lei de wu de xian,mqatʿt rdwwd,redarada ka'unti,reddouddo jun,Округ Редвуд,Редвуд,Редуд,Ռեդվուդ շրջան,ریڈووڈ کاؤنٹی، مینیسوٹا,ریڈوڈ کاؤنٹی,شهرستان ردوود، مینه‌سوتا,مقاطعة ردوود,রেডৱড কাউন্টি,レッドウッド郡,雷德伍德縣		US	MN	127	16059	America/Chicago
5042928	Renville County	renville-county	Comitatul Renville,Comte de Renville,Comté de Renville,Condado de Renville,Condado han Renville,Contea di Renville,Hrabstwo Renville,Okrug Renvil,Quan Renville,Quận Renville,Renvil,Renvil srjan,Renvill,Renville,Renville Comitatus,Renville Kun,Renville Kūn,Renville konderria,Renville megye,Renvillei maakond,lun wei er xian,mqatʿt rynfyl,renabhila ka'unti,renbiru jun,Округ Ренвил,Ренвил,Ренвилл,Ренвілл,Ռենվիլ շրջան,رنولے کاؤنٹی,رینویل کاؤنٹی، مینیسوٹا,شهرستان رنویل، مینه‌سوتا,مقاطعة رينفيل,রেনভিল কাউন্টি,レンビル郡,倫維爾縣		US	MN	129	15730	America/Chicago
5043007	Rice County	rice-county	Comitatul Rice,Comte de Rice,Comté de Rice,Condado de Rice,Condado han Rice,Contea di Rice,Hrabstwo Rice,Okrug Rajs,Quan Rice,Quận Rice,Rajs,Rays srjan,Rice,Rice Comitatus,Rice Kun,Rice Kūn,Rice konderria,Rice megye,Ricei maakond,lai si xian,mqatʿt rays,ra'isa ka'unti,raisu jun,Округ Рајс,Райс,Ռայս շրջան,رائس کاؤنٹی,رائس کاؤنٹی، مینیسوٹا,شهرستان رایس، مینه‌سوتا,مقاطعة رايس,রাইস কাউন্টি,ライス郡,賴斯縣		US	MN	131	64142	America/Chicago
5043502	Rock County	rock-county	Comitatul Rock,Comte de Rock,Comté de Rock,Condado de Rock,Condado han Rock,Contea di Rock,Hrabstwo Rock,Okrug Rok,Quan Rock,Quận Rock,Rock,Rock Comitatus,Rock Kun,Rock Kūn,Rock konderria,Rock megye,Rok,luo ke xian,mqatʿt rwk,raka ka'unti,rokku jun,Округ Рок,Рок,Ռոք շրջան,راک کاؤنٹی,راک کاؤنٹی، مینیسوٹا,شهرستان راک، مینه‌سوتا,مقاطعة روك,রক কাউন্টি,ロック郡,羅克縣		US	MN	133	9687	America/Chicago
5043753	Roseau County	roseau-county	Comitatul Roseau,Comte de Roseau,Comté de Roseau,Condado de Roseau,Condado han Roseau,Contea di Roseau,Hrabstwo Roseau,Okrug Rozo,Quan Roseau,Quận Roseau,Roseau,Roseau Comitatus,Roseau Kun,Roseau Kūn,Roseau konderria,Roseau megye,Roso,Roso srjan,Rozo,luo suo xian,mqatʿt rwzaw,rose'u ka'unti,rozo jun,Округ Розо,Розо,Росо,Ռոսո շրջան,روسئو کاؤنٹی، مینیسوٹا,روسو کاؤنٹی,شهرستان روسو، مینه‌سوتا,مقاطعة روزأو,রোসেউ কাউন্টি,ロゾー郡,羅索縣		US	MN	135	15629	America/Chicago
5045020	Saint Louis County	saint-louis-county	Comte de Saint Louis,Comté de Saint Louis,Saint Louis,St. Louis		US	MN	137	200226	America/Chicago
5046749	Scott County	scott-county	Comitatul Scott,Comte de Scott,Comté de Scott,Condado de Scott,Condado han Scott,Contea di Scott,Hrabstwo Scott,Okrug Skot,Quan Scott,Quận Scott,Scott,Scott Comitatus,Scott Kun,Scott Kūn,Scott konderria,Scott megye,Skot,Skot srjan,Skott,mqatʿt skwt,si ke te xian,skata ka'unti,sukotto jun,Округ Скот,Скот,Скотт,Սկոտ շրջան,سکاٹ کاؤنٹی، منسسوٹا,سکاٹ کاؤنٹی، مینیسوٹا,شهرستان اسکات، مینه‌سوتا,مقاطعة سكوت,স্কট কাউন্টি,スコット郡,斯科特縣		US	MN	139	129928	America/Chicago
5047121	Sherburne County	sherburne-county	Comitatul Sherburne,Comte de Sherburne,Comté de Sherburne,Condado de Sherburne,Condado han Sherburne,Contea di Sherburne,Hrabstwo Sherburne,Okrug Sherbern,Quan Sherburne,Quận Sherburne,Serbyurn srjan,Sherbern,Sherburne,Sherburne Comitatus,Sherburne Kun,Sherburne Kūn,Sherburne konderria,Sherburne megye,Shurburn,mqatʿt shyrbwrny,seraburane ka'unti,shaban jun,she ben xian,Округ Шерберн,Шерберн,Шърбърн,Շերբյուռն շրջան,شربرن کاؤنٹی,شربرن کاؤنٹی، مینیسوٹا,شهرستان شربرن، مینه‌سوتا,مقاطعة شيربورني,শেরবুরনে কাউন্টি,シャーバーン郡,舍本縣		US	MN	141	88499	America/Chicago
5047260	Sibley County	sibley-county	Comitatul Sibley,Comte de Sibley,Comté de Sibley,Condado de Sibley,Condado han Sibley,Contea di Sibley,Hrabstwo Sibley,Okrug Sibli,Quan Sibley,Quận Sibley,Sibley,Sibley Comitatus,Sibley Kun,Sibley Kūn,Sibley konderria,Sibley megye,Sibli,Sibli srjan,mqatʿt sybly,shiburi jun,sibalyi ka'unti,xi bu li xian,Округ Сибли,Сибли,Сіблі,Սիբլի շրջան,سبلے کاؤنٹی,سیبلی کاؤنٹی، مینیسوٹا,شهرستان سیبلی، مینه‌سوتا,مقاطعة سيبلي,সিবল্যি কাউন্টি,シブリー郡,錫布利縣		US	MN	143	15226	America/Chicago
5048685	Stearns County	stearns-county	Comitatul Stearns,Comte de Stearns,Comté de Stearns,Condado de Stearns,Condado han Stearns,Contea di Stearns,Hrabstwo Stearns,Okrug Sterns,Quan Stearns,Quận Stearns,Stearns,Stearns Comitatus,Stearns Kun,Stearns Kūn,Stearns konderria,Stearns megye,Sterns,Sterns srjan,Sturns,mqatʿt styarnz,si te en si xian,steyarnasa ka'unti,sutanzu jun,Округ Стернс,Стернс,Стърнс,Ստերնս շրջան,سٹئینز کاؤنٹی، مینیسوٹا,سٹیرنز کاؤنٹی,شهرستان استیرنز، مینه‌سوتا,مقاطعة ستيارنز,স্টেয়ার্নস কাউন্টি,スターンズ郡,斯特恩斯縣		US	MN	145	150642	America/Chicago
5048696	Steele County	steele-county	Comitatul Steele,Comte de Steele,Comté de Steele,Condado de Steele,Condado han Steele,Contea di Steele,Hrabstwo Steele,Okrug Stil,Pratt,Quan Steele,Quận Steele,Steele,Steele Comitatus,Steele Kun,Steele Kūn,Steele konderria,Steele megye,Steelei maakond,Stijl,Stil,Stil srjan,mqatʿt styly,si di er xian,stile ka'unti,sutiru jun,Округ Стил,Стийл,Стил,Стіл,Ստիլ շրջան,سٹیل کاؤنٹی,سٹیل کاؤنٹی، مینیسوٹا,شهرستان استیل، مینه‌سوتا,مقاطعة ستيلي,স্টীলে কাউন্টি,スティール郡,斯蒂爾縣		US	MN	147	36576	America/Chicago
5048759	Stevens County	stevens-county	Comitatul Stevens,Comte de Stevens,Comté de Stevens,Condado de Stevens,Condado han Stevens,Contea di Stevens,Hrabstwo Stevens,Okrug Stivens,Quan Stevens,Quận Stevens,Stevens,Stevens Comitatus,Stevens Kun,Stevens Kūn,Stevens konderria,Stevens megye,Stivens,Stivens srjan,Stivuns,mqatʿt styfnz,shi di wen si xian,stibhenasa ka'unti,sutibunzu jun,Округ Стивенс,Стивенс,Стивънс,Стівенс,Ստիվենս շրջան,سٹیونز کاؤنٹی، منسسوٹا,سٹیونس کاؤنٹی، مینیسوٹا,شهرستان استیونز، مینه‌سوتا,مقاطعة ستيفنز,স্টীভেনস কাউন্টি,スティーブンズ郡,史蒂文斯縣		US	MN	149	9726	America/Chicago
5049534	Swift County	swift-county	Comitatul Swift,Comte de Swift,Comté de Swift,Condado de Swift,Condado han Swift,Contea di Swift,Hrabstwo Swift,Okrug Svift,Quan Swift,Quận Swift,Suift,Svift,Sviftʻ srjan,Swift,Swift Comitatus,Swift Kun,Swift Kūn,Swift konderria,Swift megye,mqatʿt swyft,si wei fu te xian,su'iphata ka'unti,suu~ifuto jun,Округ Свифт,Свіфт,Суифт,Սվիֆթ շրջան,سوئفٹ کاؤنٹی، مینیسوٹا,سوفٹ کاؤنٹی,شهرستان سوئیفت، مینه‌سوتا,مقاطعة سويفت,সুইফট কাউন্টি,スウィフト郡,斯威夫特縣		US	MN	151	9783	America/Chicago
5050162	Todd County	todd-county	Comitatul Todd,Comte de Todd,Comté de Todd,Condado de Todd,Condado han Todd,Contea di Todd,Hrabstwo Todd,Okrug Tod,Quan Todd,Quận Todd,Tod,Todd,Todd Comitatus,Todd Kun,Todd Kūn,Todd konderria,Todd megye,mqatʿt twd,toda ka'unti,toddo jun,tuo de xian,Округ Тод,Тод,Тодд,Թոդ շրջան,شهرستان تاد، مینه‌سوتا,مقاطعة تود,ٹاڈ کاؤنٹی، منسسوٹا,ٹوڈ کاؤنٹی، مینیسوٹا,টোড কাউন্টি,トッド郡,托德縣		US	MN	153	24895	America/Chicago
5050331	Traverse County	traverse-county	Comitatul Traverse,Comte de Traverse,Comté de Traverse,Condado de Traverse,Condado han Traverse,Contea di Traverse,Hrabstwo Traverse,Okrug Travers,Quan Traverse,Quận Traverse,Travers,Traverse,Traverse Comitatus,Traverse Kun,Traverse Kūn,Traverse konderria,Traverse megye,Travurs,mqatʿt trafyrs,te la fu si xian,torabasu jun,trabharsa ka'unti,Округ Траверс,Траверс,Травърс,Թրավերս շրջան,شهرستان تراوس، مینه‌سوتا,مقاطعة ترافيرس,ٹراورس کاؤنٹی,ٹریورس کاؤنٹی، مینیسوٹا,ট্রাভার্স কাউন্টি,トラバース郡,特拉弗斯縣		US	MN	155	3558	America/Chicago
5051601	Wabasha County	wabasha-county	Comitatul Wabasha,Comte de Wabasha,Comté de Wabasha,Condado de Wabasha,Condado han Wabasha,Contea di Wabasha,Hrabstwo Wabasha,Okrug Vobasho,Owobasa srjan,Quan Wabasha,Quận Wabasha,Uabasha,Uabushou,Vobasha,Wabasha,Wabasha Comitatus,Wabasha Kun,Wabasha Kūn,Wabasha konderria,Wabasha megye,mqatʿt wabasha,raabasa ka'unti,wa ba sha xian,wabasha jun,Вобаша,Округ Вобашо,Уабаша,Уабъшоу,Ուոբաշա շրջան,مقاطعة واباشا,واباشا کاؤنٹی,وابیشا کاؤنٹی، مینیسوٹا,ৱাবাসা কাউন্টি,ワバシャ郡,瓦巴沙縣		US	MN	157	21676	America/Chicago
5051662	Wadena County	wadena-county	Comitatul Wadena,Comte de Wadena,Comté de Wadena,Condado de Wadena,Condado han Wadena,Contea di Wadena,Hrabstwo Wadena,Okrug Vadina,Owodena srjan,Quan Wadena,Quận Wadena,Uadina,Uodina,Vodena,Wadena,Wadena Comitatus,Wadena Kun,Wadena Kūn,Wadena konderria,Wadena megye,mqatʿt wadyna,raadena ka'unti,wadena jun,wo di na xian,Водена,Округ Вадина,Уадина,Уодина,Ուոդենա շրջան,شهرستان وادنا، مینه‌سوتا,مقاطعة وادينا,وادینا کاؤنٹی,واڈینا کاؤنٹی، مینیسوٹا,ৱাডেনা কাউন্টি,ワデナ郡,沃迪納縣		US	MN	159	13843	America/Chicago
5051907	Waseca County	waseca-county	Comitatul Waseca,Comte de Waseca,Comté de Waseca,Condado de Waseca,Condado han Waseca,Contea di Waseca,Hrabstwo Waseca,Okrug Vosika,Owoseka srjan,Quan Waseca,Quận Waseca,Uasika,Uosika,Voseka,Waseca,Waseca Comitatus,Waseca Kun,Waseca Kūn,Waseca konderria,Waseca megye,mqatʿt wasyka,raaseka ka'unti,waseka jun,wo xi ka xian,Восека,Округ Восика,Уасика,Уосика,Ուոսեկա շրջան,شهرستان وسکا، مینه‌سوتا,مقاطعة واسيكا,واسیکا کاؤنٹی,واسیکا کاؤنٹی، مینیسوٹا,ৱাসেকা কাউন্টি,ワセカ郡,沃西卡縣		US	MN	161	19136	America/Chicago
5051936	Washington County	washington-county	Comitatul Washington,Comtat de Washington,Comte de Washington,Comté de Washington,Condado de Washington,Condado han Washington,Contea di Washington,Hrabstwo Washington,Okrug Vashington,Quan Washington,Quận Washington,Uoshingtun,Vashington,Vasington srjan,Washington,Washington Comitatus,Washington Kun,Washington Kūn,Washington konderria,Washington megye,Washingtoni maakond,hua sheng dun xian,mqatʿt washntn,raasintana ka'unti,washinton jun,Вашингтон,Округ Вашингтон,Уошингтън,Վաշինգտոն շրջան,شهرستان واشینگتن، مینه‌سوتا,مقاطعة واشنطن,واشنگٹن کاؤنٹی، منسسوٹا,واشنگٹن کاؤنٹی، مینیسوٹا,ৱাশিংটন কাউন্টি,ワシントン郡,華盛頓縣		US	MN	163	238136	America/Chicago
5052059	Watonwan County	watonwan-county	Comitatul Watonwan,Comte de Watonwan,Comté de Watonwan,Condado de Watonwan,Condado han Watonwan,Contea di Watonwan,Hrabstwo Watonwan,Okrug Vatanvon,Owetonvan srjan,Quan Watonwan,Quận Watonwan,Uatonuan,Uotonuan,Vatonvan,Watonwan,Watonwan Comitatus,Watonwan Kun,Watonwan Kūn,Watonwan konderria,Watonwan megye,mqatʿt watwnwan,raatanaraana ka'unti,watonwan jun,wo tong wang xian,Ватонван,Округ Ватанвон,Уатонуан,Уотонуан,Ուետոնվան շրջան,شهرستان واتونون، مینه‌سوتا,مقاطعة واتونوان,واٹنوان کاؤنٹی,واٹونوین کاؤنٹی، مینیسوٹا,ৱাটনৱান কাউন্টি,ワトンワン郡,沃通旺县		US	MN	165	11211	America/Chicago
5068853	Gage County	gage-county	Comitatul Gage,Comte de Gage,Comté de Gage,Condado de Gage,Condado han Gage,Contea di Gage,Gage,Gage Kun,Gage Kūn,Gage konderria,Gage megye,Gejdzh,Geyj srjan,Hrabstwo Gage,Okrug Gejdz,Quan Gage,Quận Gage,gai qi xian,ge'ija ka'unti,geji jun,mqatʿt ghyj,Гейдж,Округ Гејџ,Ґейдж,Գեյջ շրջան,مقاطعة غيج,گیج کاؤنٹی، نیبراسکا,گیج کاؤنٹی،نیبراسکا,গেইজ কাউন্টি,ゲージ郡,蓋奇縣		US	NE	067	22311	America/Chicago
5052862	Wilkin County	wilkin-county	Comitatul Wilkin,Comte de Wilkin,Comté de Wilkin,Condado de Wilkin,Condado han Wilkin,Contea di Wilkin,Hrabstwo Wilkin,Okrug Vilkin,Quan Wilkin,Quận Wilkin,Uilkin,Vilkin,Wilkin,Wilkin Comitatus,Wilkin Kun,Wilkin Kūn,Wilkin konderria,Wilkin megye,mqatʿt wylkyn,ulakina ka'unti,u~irukin jun,wei er jin xian,Вілкін,Округ Вилкин,Уилкин,Ուիլքին շրջան,شهرستان ویلکین، مینه‌سوتا,مقاطعة ويلكين,ولکن کاؤنٹی,ویلکن کاؤنٹی، مینیسوٹا,উলকিন কাউন্টি,ウィルキン郡,威爾金縣		US	MN	167	6576	America/Chicago
5053164	Winona County	winona-county	Comitatul Winona,Comte de Winona,Comté de Winona,Condado de Winona,Condado han Winona,Contea di Winona,Hrabstwo Winona,Okrug Vajnona,Owinona srjan,Quan Winona,Quận Winona,Uinona,Vinona,Winona,Winona Comitatus,Winona Kun,Winona Kūn,Winona konderria,Winona maakond,Winona megye,mqatʿt wynwna,u'inona ka'unti,u~inona jun,wei nuo na xian,Вінона,Округ Вајнона,Уинона,Ուինոնա շրջան,شهرستان وینونا، مینه‌سوتا,مقاطعة وينونا,ونونا کاؤنٹی,وینونا کاؤنٹی، مینیسوٹا,উইনোনা কাউন্টি,ウィノナ郡,威諾納縣		US	MN	169	51461	America/Chicago
5053485	Wright County	wright-county	Comitatul Wright,Comte de Wright,Comté de Wright,Condado de Wright,Condado han Wright,Contea di Wright,Hrabstwo Wright,Okrug Rajt,Quan Wright,Quận Wright,Rajt,Wright,Wright Comitatus,Wright Kun,Wright Kūn,Wright konderria,Wright megye,lai te xian,mqatʿt rayt,ra'ita ka'unti,raito jun,Округ Рајт,Райт,Ռայթ շրջան,رائٹ کاؤنٹی,رائٹ کاؤنٹی، مینیسوٹا,شهرستان رایت، مینه‌سوتا,مقاطعة رايت,রাইট কাউন্টি,ライト郡,賴特縣		US	MN	171	124700	America/Chicago
5053562	Yellow Medicine County	yellow-medicine-county	Comitatul Yellow Medicine,Comte de Yellow Medicine,Comté de Yellow Medicine,Condado de Yellow Medicine,Condado han Yellow Medicine,Contea di Yellow Medicine,Ellou-Medisin,Elou Medisin srjan,Hrabstwo Yellow Medicine,Jellou-Medisin,Jelou Medisin,Okrug Jelou Medisin,Quan Yellow Medicine,Quận Yellow Medicine,Yellow Medicine,Yellow Medicine Comitatus,Yellow Medicine Kun,Yellow Medicine Kūn,Yellow Medicine konderria,Yellow Medicine megye,ieromedisun jun,iyelo medisina ka'unti,mqatʿt ylw mydysyn,ye luo mei de xin xian,Єллоу-Медісін,Йеллоу-Медисин,Йелоу Медисин,Округ Јелоу Медисин,Ելոու Մեդիսին շրջան,شهرستان یلو مدیسن، مینه‌سوتا,مقاطعة يلو ميديسين,یلو میڈیسن کاؤنٹی,یلو میڈیسن کاؤنٹی، مینیسوٹا,ইয়েলো মেডিসিন কাউন্টি,イエローメディスン郡,耶洛梅德辛縣		US	MN	173	10438	America/Chicago
5053853	Adair County	adair-county	Adair,Adair Kun,Adair Kūn,Adair konderria,Adehr,Ader,Ader srjan,Adeur,Comitatul Adair,Comte d'Adair,Comté d'Adair,Condado de Adair,Condado han Adair,Contea di Adair,Hrabstwo Adair,Okrug Ader,Quan Adair,Quận Adair,aderu jun,mqatʿt adyr,shhrstan adyr  myzwry,ya dai er xian,Адер,Адеър,Адэр,Округ Адер,Ադեր շրջան,ادیر کاؤنٹی,اڈئیر کاؤنٹی، مسوری,شهرستان ادیر، میزوری,مقاطعة أدير,অ্যডায়ার কাউন্টি,アデール郡,亞代爾縣		US	MO	001	25607	America/Chicago
5053940	Atchison County	atchison-county	Atchison,Atchison Kun,Atchison Kūn,Atchison konderria,Atchison megye,Atchisoni maakond,Atchisun,Comitatul Atchison,Comte d'Atchison,Comté d'Atchison,Condado de Atchison,Condado han Atchison,Contea di Atchison,Hrabstwo Atchison,Okrug Achison,Quan Atchison,Quận Atchison,ai qi xun xian,atchison jun,atcinasana ka'unti,mqatʿt aytshyswn,shhrstan achyswn  myzwry,Атчисон,Атчисън,Атчісон,Округ Ачисон,Ատչիսոն շրջան,اٹچسن کاؤنٹی,ایچیسن کاؤنٹی، مسوری,شهرستان اچیسون، میزوری,مقاطعة أيتشيسون,আট্চিনসন কাউন্টি,アッチソン郡,艾奇遜縣		US	MO	005	5685	America/Chicago
5054481	Clark County	clark-county	Clark,Clark Kun,Clark Kūn,Clark konderria,Clark megye,Comitatul Clark,Comte de Clark,Comté de Clark,Condado de Clark,Condado han Clark,Contea di Clark,Hrabstwo Clark,Klark,Okrug Klark,Quan Clark,Quận Clark,ke la ke xian,klarka ka'unti,kuraku jun,mqatʿt klark,shhrstan klark  myzwry,Кларк,Округ Кларк,Քլարկ շրջան,شهرستان کلارک، میزوری,مقاطعة كلارك,کلارک کاؤنٹی، مسوری,کلارک کاؤنٹی،مسوری,ক্লার্ক কাউন্টি,クラーク郡,克拉克縣		US	MO	045	7139	America/Chicago
5055119	Gentry County	gentry-county	Comitatul Gentry,Comte de Gentry,Comté de Gentry,Condado de Gentry,Condado han Gentry,Contea di Gentry,Dzhentri,Gentry,Gentry Kun,Gentry Kūn,Gentry konderria,Gentry megye,Hrabstwo Gentry,Jentri srjan,Okrug DZentri,Quan Gentry,Quận Gentry,jentori jun,jentri ka'unti,jin te li xian,mqatʿt jyntry,shhrstan jntry  myzwry,Джентри,Джентрі,Округ Џентри,Ջենտրի շրջան,جینٹری کاؤنٹی، مسوری,شهرستان جنتری، میزوری,مقاطعة جينتري,گنٹری کاؤنٹی،مسوری,জেন্ট্রি কাউন্টি,ジェントリー郡,金特里縣		US	MO	075	6738	America/Chicago
5055285	Grundy County	grundy-county	Comitatul Grundy,Comte de Grundy,Comté de Grundy,Condado de Grundy,Condado han Grundy,Contea di Grundy,Grandi,Grandi srjan,Grundi,Grundy,Grundy Kun,Grundy Kūn,Grundy konderria,Grundy megye,Hrabstwo Grundy,Okrug Grandi,Quan Grundy,Quận Grundy,ge lan di xian,gra'undi ka'unti,gurandi jun,mqatʿt ghrwndy,shhrstan grandy  myzwry,Гранди,Грънди,Округ Гранди,Ґранді,Գրանդի շրջան,شهرستان گراندی، میزوری,مقاطعة غروندي,گرنڈی کاؤنٹی،مسوری,گرونڈی کاؤنٹی، مسوری,গ্রাউন্ডি কাউন্টি,グランディ郡,格蘭迪縣		US	MO	079	10261	America/Chicago
5055359	Harrison County	harrison-county	Comitatul Harrison,Comte de Harrison,Comté de Harrison,Condado de Harrison,Condado han Harrison,Contea di Harrison,Garrison,Harison srjan,Harrison,Harrison Kun,Harrison Kūn,Harrison konderria,Harrison megye,Hrabstwo Harrison,Kharisun,Kharrison,Okrug Kharison,Quan Harrison,Quận Harrison,ha li sen xian,harisa'ona ka'unti,harison jun,mqatʿt haryswn,shhrstan hryswn  myzwry,Гаррісон,Округ Харисон,Харисън,Харрисон,Հարիսոն շրջան,شهرستان هریسون، میزوری,مقاطعة هاريسون,ہاریسن کاؤنٹی،مسوری,ہیریسن کاؤنٹی، مسوری,হারিসওন কাউন্টি,ハリソン郡,哈里森縣		US	MO	081	8957	America/Chicago
5055521	Holt County	holt-county	Comitatul Holt,Comte de Holt,Comté de Holt,Condado de Holt,Condado han Holt,Contea di Holt,Golt,Holt,Holt Kun,Holt Kūn,Holt konderria,Holt megye,Holt srjan,Holti maakond,Hrabstwo Holt,Kholt,Okrug Kholt,Quan Holt,Quận Holt,holta ka'unti,horuto jun,huo er te xian,mqatʿt hwlt,shhrstan halt  myzwry,Голт,Округ Холт,Холт,Հոլտ շրջան,شهرستان هالت، میزوری,مقاطعة هولت,ہولٹ کاؤنٹی، مسوری,ہولٹ کاؤنٹی،مسوری,হোল্ট কাউন্টি,ホルト郡,霍爾特縣		US	MO	087	4912	America/Chicago
5055902	Lewis County	lewis-county	Comitatul Lewis,Comte de Lewis,Comté de Lewis,Condado de Lewis,Condado han Lewis,Contea di Lewis,Hrabstwo Lewis,L'juis,Lewis,Lewis Kun,Lewis Kūn,Lewis konderria,Lewis megye,Ljuis,Luis,Luis srjan,Okrug Luis,Quan Lewis,Quận Lewis,liu yi si xian,loyisa ka'unti,mqatʿt lwys,ruisu jun,shhrstan lwys  myzwry,Луис,Льюис,Люїс,Округ Луис,Լուիս շրջան,شهرستان لویس، میزوری,لوئیس کاؤنٹی، مسوری,لیوس کاؤنٹی،مسوری,مقاطعة لويس,লোয়িস কাউন্টি,ルイス郡,劉易斯縣		US	MO	111	10211	America/Chicago
5056253	Mercer County	mercer-county	Comitatul Mercer,Comte de Mercer,Comté de Mercer,Condado de Mercer,Condado han Mercer,Contea di Mercer,Hrabstwo Mercer,Mercer,Mercer Kun,Mercer Kūn,Mercer konderria,Mercer megye,Merser,Merser srjan,Mursur,Okrug Merser,Quan Mercer,Quận Mercer,mararsera ka'unti,masa jun,mo se xian,mqatʿt myrsyr,shhrstan mrsr  myzwry,Мерсер,Мърсър,Округ Мерсер,Մերսեր շրջան,شهرستان مرسر، میزوری,مرسر کاؤنٹی، مسوری,مرسر کاؤنٹی،مسوری,مقاطعة ميرسير,মারর্সের কাউন্টি,マーサー郡,默瑟縣		US	MO	129	3785	America/Chicago
5056549	Nodaway County	nodaway-county	Comitatul Nodaway,Comte de Nodaway,Comté de Nodaway,Condado de Nodaway,Condado han Nodaway,Contea di Nodaway,Hrabstwo Nodaway,Nodavej,Nodaway,Nodaway Kun,Nodaway Kūn,Nodaway konderria,Nodaway megye,Nodehuehj,Noduey srjan,Noduuej,Okrug Nodavej,Quan Nodaway,Quận Nodaway,mqatʿt nwdaway,nodarae ka'unti,nodau~ei jun,nuo de wei xian,shhrstan nwdaway  myzwry,Нодавей,Нодъуей,Нодэуэй,Округ Нодавеј,Նոդուեյ շրջան,شهرستان نوداوای، میزوری,مقاطعة نوداواي,ناڈاوے کاؤنٹی، مسوری,نوڈاوے کاؤنٹی،مسوری,নোডাৱে কাউন্টি,ノダウェイ郡,諾德韋縣		US	MO	147	23370	America/Chicago
5056963	Putnam County	putnam-county	Comitatul Putnam,Comte de Putnam,Comté de Putnam,Condado de Putnam,Condado han Putnam,Contea di Putnam,Dodge County,Hrabstwo Putnam,Okrug Patnam,Patnam,Patnem,Putnam,Putnam County,Putnam Kun,Putnam Kūn,Putnam konderria,Putnam megye,Putnum,Quan Putnam,Quận Putnam,mqatʿt bwtnam,pattonamu jun,pu te nan xian,putanama ka'unti,shhrstan patnm  myzwry,Округ Патнам,Патнам,Патнем,Путнъм,Փատնեմ շրջան,شهرستان پاتنم، میزوری,مقاطعة بوتنام,پتنام کاؤنٹی،مسوری,پٹنم کاؤنٹی، مسوری,পুতনাম কাউন্টি,パットナム郡,普特南縣		US	MO	171	4979	America/Chicago
5057186	Schuyler County	schuyler-county	Comitatul Schuyler,Comte de Schuyler,Comté de Schuyler,Condado de Schuyler,Condado han Schuyler,Contea di Schuyler,Hrabstwo Schuyler,Okrug Skajler,Quan Schuyler,Quận Schuyler,Schuyler,Schuyler Kun,Schuyler Kūn,Schuyler konderria,Schuyler megye,Shujlur,Skajler,Skayler srjan,scu'ilera ka'unti,shhrstan shwylr  myzwry,si kai lei xian,sukaira jun,Округ Скајлер,Скайлер,Шуйлър,Սկայլեր շրջան,سکئیلر کاؤنٹی، مسوری,شهرستان شویلر، میزوری,شوئلر کاؤنٹی،مسوری,مقاطعة شويلر,স্চুইলের কাউন্টি,スカイラー郡,斯凱勒縣		US	MO	197	4431	America/Chicago
5057190	Scotland County	scotland-county	Comitatul Scotland,Comte de Scotland,Comté de Scotland,Condado de Scotland,Condado han Scotland,Contea di Scotland,Hrabstwo Scotland,Okrug Skotland,Quan Scotland,Quận Scotland,Scotland,Scotland Kun,Scotland Kūn,Scotland konderria,Scotland megye,Scotlandi maakond,Skotland,Skotlend,Skotlund,shhrstan askatlnd  myzwry,skatalyanda ka'unti,su ge lan xian,sukottorando jun,Округ Скотланд,Скотланд,Скотленд,Скотлънд,Սքոտլենդ շրջան,سکاٹ لینڈ کاؤنٹی، مسوری,سکاٹلینڈ کاؤنٹی،مسوری,شهرستان اسکاتلند، میزوری,مقاطعة إسكتلندا,স্কটল্যান্ড কাউন্টি,スコットランド郡,蘇格蘭縣		US	MO	199	4843	America/Chicago
5057455	Sullivan County	sullivan-county	Comitatul Sullivan,Comte de Sullivan,Comté de Sullivan,Condado de Sullivan,Condado han Sullivan,Contea di Sullivan,Hrabstwo Sullivan,Okrug Salivan,Quan Sullivan,Quận Sullivan,Salivan srjan,Sallivan,Sulivan,Sullivan,Sullivan Kun,Sullivan Kūn,Sullivan konderria,Sullivan megye,sariban jun,sha li wen xian,shhrstan salywan  myzwry,sullibhana ka'unti,Округ Саливан,Салливан,Салліван,Съливан,Սալիվան շրջան,سولیوان کاؤنٹی، مسوری,سولیوان کاؤنٹی،مسوری,شهرستان سالیوان، میزوری,مقاطعة سوليفان,সুল্লিভান কাউন্টি,サリバン郡,沙利文縣		US	MO	211	6714	America/Chicago
5057952	Worth County	worth-county	Comitatul Worth,Comte de Worth,Comté de Worth,Condado de Worth,Condado han Worth,Contea di Worth,Hrabstwo Worth,Okrug Vort,Quan Worth,Quận Worth,Uort,Uurt,Vort,Worth,Worth Kun,Worth Kūn,Worth konderria,Worth megye,raartha ka'unti,shhrstan wrt  myzwry,wasu jun,wo si xian,Ворт,Округ Ворт,Уорт,Уърт,Ուորթ շրջան,شهرستان ورت، میزوری,مقاطعة ورث,ورتھ کاؤنٹی، مسوری,ورتھ کاؤنٹی،مسوری,ৱার্থ কাউন্টি,ワース郡,沃思縣		US	MO	227	2171	America/Chicago
5058187	Barnes County	barnes-county	Barnes,Barnes Kun,Barnes Kūn,Barnes konderria,Barnes megye,Barns,Comitatul Barnes,Comte de Barnes,Comté de Barnes,Condado de Barnes,Condado han Barnes,Contea di Barnes,Hrabstwo Barnes,Okrug Barns,Quan Barnes,Quận Barnes,ba en si xian,banzu jun,barnesa ka'unti,mqatʿt barnz,shhrstan barnz  dakwtay shmaly,Барнс,Округ Барнс,بارنز کاؤنٹی,بارنز کاؤنٹی، شالی ڈکوٹا,شهرستان بارنز، داکوتای شمالی,مقاطعة بارنز,বার্নেস কাউন্টি,バーンズ郡,巴恩斯縣		US	ND	003	11066	America/Chicago
5058251	Benson County	benson-county	Benson,Benson konderria,Benson megye,Bensun,Comitatul Benson,Comte de Benson,Comté de Benson,Condado de Benson,Condado han Benson,Contea di Benson,Hrabstwo Benson,Okrug Benson,Quan Benson,Quận Benson,ben sen xian,benasana ka'unti,benson jun,mqatʿt bnswn,shhrstan bnswn  dakwtay shmaly,Бенсон,Бенсън,Округ Бенсон,بینسن کاؤنٹی,بینسن کاؤنٹی، شمالی ڈکوٹا,شهرستان بنسون، داکوتای شمالی,مقاطعة بنسون,বেনসন কাউন্টি,ベンソン郡,本森縣		US	ND	005	6660	America/Chicago
5058559	Cass County	cass-county	Cass,Cass konderria,Cass megye,Comitatul Cass,Comte de Cass,Comté de Cass,Condado de Cass,Condado han Cass,Contea di Cass,Hrabstwo Cass,Kas,Kass,Kess,Okrug Kas,Quan Cass,Quận Cass,ka si xian,kasa ka'unti,kasu jun,mqatʿt kas,shhrstan kas  dakwtay shmaly,Кас,Касс,Кесс,Округ Кас,شهرستان کاس، داکوتای شمالی,مقاطعة كاس,کاس کاؤنٹی، نارتھ ڈیکوٹا,کیس کاؤنٹی، شمالی ڈکوٹا,কাস কাউন্টি,カス郡,卡斯縣		US	ND	017	149778	America/Chicago
5058571	Cavalier County	cavalier-county	Cavalier,Cavalier Kun,Cavalier Kūn,Cavalier konderria,Cavalier megye,Comitatul Cavalier,Comte de Cavalier,Comté de Cavalier,Condado de Cavalier,Condado han Cavalier,Contea di Cavalier,Hrabstwo Cavalier,Kaval'er,Kavalir,Kavaliur,Okrug Kavalir,Quan Cavalier,Quận Cavalier,ka fu li er xian,kabhaliyera ka'unti,kyabarie jun,mqatʿt kafalyr,shhrstan kawalyr  dakwtay shmaly,Кавалир,Кавалиър,Кавальєр,Округ Кавалир,شهرستان کاوالیر، داکوتای شمالی,مقاطعة كافالير,کاویلیئر کاؤنٹی,কাভালিয়ের কাউন্টি,キャバリエ郡,卡弗利爾縣		US	ND	019	3993	America/Chicago
5058882	Dickey County	dickey-county	Comitatul Dickey,Comte de Dickey,Comté de Dickey,Condado de Dickey,Condado han Dickey,Contea di Dickey,Dickey,Dickey Kun,Dickey Kūn,Dickey konderria,Dickey megye,Diki,Hrabstwo Dickey,Okrug Diki,Quan Dickey,Quận Dickey,di ji xian,diki ka'unti,dikki jun,mqatʿt dyky,shhrstan dyky  dakwtay shmaly,Дики,Дікі,Округ Дики,شهرستان دیکی، داکوتای شمالی,مقاطعة ديكي,ڈکی کاؤنٹی,ڈکی کاؤنٹی، شمالی ڈکوٹا,ডিকি কাউন্টি,ディッキー郡,迪基縣		US	ND	021	5289	America/Chicago
5058990	Eddy County	eddy-county	Comitatul Eddy,Comte d'Eddy,Comté d'Eddy,Condado de Eddy,Condado han Eddy,Contea di Eddy,Eddi,Eddy,Eddy Kun,Eddy Kūn,Eddy konderria,Eddy maakond,Eddy megye,Edi,Ehddi,Hrabstwo Eddy,Okrug Edi,Quan Eddy,Quận Eddy,ai di xian,edi jun,edi ka'unti,shhrstan ady  dakwtay shmaly,Едді,Еди,Округ Еди,Эдди,ایڈی کاؤنٹی، شمالی ڈکوٹا,ایڈی کاؤنٹی، نارتھ ڈیکوٹا,شهرستان ادی، داکوتای شمالی,مقاطعة إدي,এডি কাউন্টি,エディ郡,埃迪縣		US	ND	027	2385	America/Chicago
5059254	Foster County	foster-county	Comitatul Foster,Comte de Foster,Comté de Foster,Condado de Foster,Condado han Foster,Contea di Foster,Foster,Foster Kun,Foster Kūn,Foster konderria,Foster megye,Fostur,Hrabstwo Foster,Okrug Foster,Quan Foster,Quận Foster,fosuta jun,fu si te xian,phostara ka'unti,shhrstan fastr  dakwtay shmaly,Округ Фостер,Фостер,Фостър,شهرستان فاستر، داکوتای شمالی,فوسٹر کاؤنٹی، شمالی ڈکوٹا,مقاطعة فوستر,ফোস্টার কাউন্টি,フォスター郡,福斯特縣		US	ND	031	3343	America/Chicago
5059430	Grand Forks County	grand-forks-county	Comitatul Grand Forks,Comte de Grand Forks,Comté de Grand Forks,Condado de Grand Forks,Condado han Grand Forks,Contea di Grand Forks,Grand Forks,Grand Forks Kun,Grand Forks Kūn,Grand Forks konderria,Grand Forks megye,Grand-Forks,Hrabstwo Grand Forks,Okrug Grand Foks,Quan Grand Forks,Quận Grand Forks,da fu ke si xian,granda phorkasa ka'unti,gurandofokusu jun,mqatʿt ghrand fwrks,shhrstan grand fwrks  dakwtay shmaly,Гранд Форкс,Гранд-Форкс,Округ Гранд Фокс,Ґранд-Форкс,شهرستان گراند فورکس، داکوتای شمالی,مقاطعة غراند فوركس,گرینڈ فورکس کاؤنٹی,গ্রান্ড ফোর্কস কাউন্টি,グランドフォークス郡,大福克斯縣		US	ND	035	66861	America/Chicago
5059489	Griggs County	griggs-county	Comitatul Griggs,Comte de Griggs,Comté de Griggs,Condado de Griggs,Condado han Griggs,Contea di Griggs,Griggs,Griggs Kun,Griggs Kūn,Griggs konderria,Griggs megye,Grigs,Hrabstwo Griggs,Okrug Grigs,Quan Griggs,Quận Griggs,ge li ge si xian,grigasa ka'unti,guriggusu jun,mqatʿt ghryghz,shhrstan grygz  dakwtay shmaly,Григгс,Григс,Округ Григс,Ґріґґс,شهرستان گریگز، داکوتای شمالی,مقاطعة غريغز,گرگز کاؤنٹی,گرگز کاؤنٹی، شمالی ڈکوٹا,গ্রিগস কাউন্টি,グリッグス郡,格里格斯縣		US	ND	039	2420	America/Chicago
5059961	Kidder County	kidder-county	Comitatul Kidder,Comte de Kidder,Comté de Kidder,Condado de Kidder,Condado han Kidder,Contea di Kidder,Hrabstwo Kidder,Kidder,Kidder Kun,Kidder Kūn,Kidder konderria,Kidder megye,Kidur,Okrug Kider,Quan Kidder,Quận Kidder,ji de xian,kida jun,kidera ka'unti,mqatʿt kydr,shhrstan kydr  dakwtay shmaly,Киддер,Кидър,Кіддер,Округ Кидер,شهرستان کیدر، داکوتای شمالی,مقاطعة كيدر,کڈر کاؤنٹی,کڈر کاؤنٹی، شمالی ڈکوٹا,কিডের কাউন্টি,キダー郡,基德縣		US	ND	043	2435	America/Chicago
5060009	LaMoure County	lamoure-county	Comitatul LaMoure,Comte de LaMoure,Comté de LaMoure,Condado de La Moure,Condado de LaMoure,Condado han LaMoure,Contea di LaMoure,Hrabstwo LaMoure,La-Mur,LaMor,LaMoure,LaMoure Kun,LaMoure Kūn,LaMoure konderria,LaMoure megye,Lamur,Okrug Lamor,Quan LaMoure,Quận LaMoure,la mu er xian,lamaure ka'unti,mqatʿt lamwr,ramua jun,shhrstan lamwr  dakwtay shmaly,Ла-Мур,ЛаМор,Ламур,Округ Ламор,شهرستان لامور، داکوتای شمالی,لا موغ کاؤنٹی,لامور کاؤنٹی,مقاطعة لامور,লামৌরে কাউন্টি,ラムーア郡,拉穆爾縣		US	ND	045	4139	America/Chicago
5060192	Logan County	logan-county	Comitatul Logan,Comte de Logan,Comté de Logan,Condado de Logan,Condado han Logan,Contea di Logan,Hrabstwo Logan,Logan,Logan Kun,Logan Kūn,Logan konderria,Logan megye,Lougan,Okrug Logan,Quan Logan,Quận Logan,logana ka'unti,luo gen xian,mqatʿt lwghan,rogan jun,shhrstan lwgan  dakwtay shmaly,Логан,Лоуган,Лоґан,Округ Логан,شهرستان لوگان، داکوتای شمالی,لوگن کاؤنٹی، اتلا ڈیکوٹا,لوگن کاؤنٹی، شمالی ڈکوٹا,مقاطعة لوغان,লোগান কাউন্টি,ローガン郡,洛根縣		US	ND	047	1990	America/Chicago
5060360	McIntosh County	mcintosh-county	Comitatul McIntosh,Comte de McIntosh,Comté de McIntosh,Condado de McIntosh,Condado han McIntosh,Contea di McIntosh,Hrabstwo McIntosh,Mak-Intosh,Makintosh,McIntosh,McIntosh County i Nord-Dakota,McIntosh Kun,McIntosh Kūn,McIntosh konderria,McIntosh megye,Okrug Makintosh,Quan McIntosh,Quận McIntosh,mai jin tuo shen xian,makkintosshu jun,mqatʿt makntwsh,myakintosa ka'unti,Мак-Интош,Макинтош,Макінтош,Округ Макинтош,شهرستان مک‌اینتاش، داکوتای شمالی,مقاطعة ماكنتوش,میکنٹوش کاؤنٹی,ম্যাকিন্টোস কাউন্টি,マッキントッシュ郡,麥金托什縣		US	ND	051	2809	America/Chicago
5060593	Nelson County	nelson-county	Comitatul Nelson,Comte de Nelson,Comté de Nelson,Condado de Nelson,Condado han Nelson,Contea di Nelson,Hrabstwo Nelson,Nel'son,Nelson,Nelson Kun,Nelson Kūn,Nelson konderria,Nelson megye,Nelsun,Okrug Nelson,Quan Nelson,Quận Nelson,mqatʿt nylswn,na er xun xian,nelasana ka'unti,neruson jun,shhrstan nlswn  dakwtay shmaly,Нелсон,Нелсън,Нельсон,Округ Нелсон,شهرستان نلسون، داکوتای شمالی,مقاطعة نيلسون,نیلسن کاؤنٹی، اتلا ڈیکوٹا,نیلسن کاؤنٹی، شمالی ڈکوٹا,নেলসন কাউন্টি,ネルソン郡,納爾遜縣		US	ND	063	3126	America/Chicago
5061063	Ramsey County	ramsey-county	Comitatul Ramsey,Comte de Ramsey,Comté de Ramsey,Condado de Ramsey,Condado han Ramsey,Contea di Ramsey,Hrabstwo Ramsey,Okrug Remzi,Quan Ramsey,Quận Ramsey,Ramsey,Ramsey Kun,Ramsey Kūn,Ramsey konderria,Ramsey maakond,Ramsey megye,Ramzi,Rehmzi,Remsi,la mu xi xian,mqatʿt ramsy,ramasi ka'unti,ramuji jun,shhrstan ramsy  dakwtay shmaly,Округ Ремзи,Рамзи,Ремсі,Рэмзи,ریمزے کاؤنٹی، شمالی ڈکوٹا,شهرستان رامسی، داکوتای شمالی,مقاطعة رامسي,রামসি কাউন্টি,ラムジー郡,拉姆西縣		US	ND	071	11451	America/Chicago
5061068	Ransom County	ransom-county	Comitatul Ransom,Comte de Ransom,Comté de Ransom,Condado de Ransom,Condado han Ransom,Contea di Ransom,Hrabstwo Ransom,Okrug Ransom,Quan Ransom,Quận Ransom,Ransom,Ransom Kun,Ransom Kūn,Ransom konderria,Ransom megye,Ransum,Rehnsom,Rensom,lan sen mu xian,mqatʿt ranswm,ranasoma ka'unti,ransamu jun,shhrstan ranswm  dakwtay shmaly,Округ Рансом,Рансъм,Ренсом,Рэнсом,رینسم کاؤنٹی,شهرستان رانسوم، داکوتای شمالی,مقاطعة رانسوم,রানসোম কাউন্টি,ランサム郡,蘭森姆縣		US	ND	073	5457	America/Chicago
5061114	Richland County	richland-county	Comitatul Richland,Comte de Richland,Comté de Richland,Condado de Richland,Condado han Richland,Contea di Richland,Hrabstwo Richland,Okrug Richland,Quan Richland,Quận Richland,Richland,Richland Kun,Richland Kūn,Richland konderria,Richland megye,Richlend,li qi lan xian,mqatʿt rytshland,ricalyanda ka'unti,ritchirando jun,shhrstan rychlnd  dakwtay shmaly,Округ Ричланд,Ричланд,Ричленд,Річленд,رچلینڈ کاؤنٹی، شمالی ڈکوٹا,شهرستان ریچلند، داکوتای شمالی,مقاطعة ريتشلاند,রিচল্যান্ড কাউন্টি,リッチランド郡,里奇蘭縣		US	ND	077	16321	America/Chicago
5061157	Rolette County	rolette-county	Comitatul Rolette,Comte de Rolette,Comté de Rolette,Condado de Rolette,Condado han Rolette,Contea di Rolette,Hrabstwo Rolette,Kantono Rolette,Okrug Rolet,Quan Rolette,Quận Rolette,Rolet,Rolett,Rolette,Rolette Kun,Rolette Kūn,Rolette konderria,Rolette megye,luo li te xian,mqatʿt rwlyt,roleta ka'unti,roretto jun,shhrstan rwlt  dakwtay shmaly,Округ Ролет,Ролет,Ролетт,رولے کاؤنٹی، شمالی ڈکوٹا,شهرستان رولت، داکوتای شمالی,مقاطعة روليت,রোলেট কাউন্টি,ロレット郡,羅利特縣		US	ND	079	13937	America/Chicago
5061439	Sargent County	sargent-county	Comitatul Sargent,Comte de Sargent,Comté de Sargent,Condado de Sargent,Condado han Sargent,Contea di Sargent,Hrabstwo Sargent,Okrug Sardzent,Quan Sargent,Quận Sargent,Sardzhent,Sardzhunt,Sargent,Sargent Kun,Sargent Kūn,Sargent konderria,Sargent megye,mqatʿt sarghynt,sa jin te xian,sajento jun,sarjenta ka'unti,shhrstan sarjnt  dakwtay shmaly,Округ Сарџент,Сарджент,Сарджънт,سارجنٹ کاؤنٹی، شمالی ڈکوٹا,شهرستان سارجنت، داکوتای شمالی,مقاطعة سارغينت,সার্জেন্ট কাউন্টি,サージェント郡,薩金特縣		US	ND	081	3829	America/Chicago
5062037	Steele County	steele-county	Comitatul Steele,Comte de Steele,Comté de Steele,Condado de Steele,Condado han Steele,Contea di Steele,Hrabstwo Steele,Okrug Stil,Quan Steele,Quận Steele,Steele,Steele Kun,Steele Kūn,Steele konderria,Steele megye,Steelei maakond,Stijl,Stil,mqatʿt styly,shhrstan astyl  dakwtay shmaly,si di er xian,stila ka'unti,sutiru jun,Округ Стил,Стийл,Стил,Стіл,سٹیل کاؤنٹی، شمالی ڈکوٹا,شهرستان استیل، داکوتای شمالی,مقاطعة ستيلي,স্টীল কাউন্টি,スティール郡,斯蒂爾縣		US	ND	091	1975	America/Chicago
5062096	Stutsman County	stutsman-county	Comitatul Stutsman,Comte de Stutsman,Comté de Stutsman,Condado de Stutsman,Condado han Stutsman,Contea di Stutsman,Hrabstwo Stutsman,Okrug Statsman,Quan Stutsman,Quận Stutsman,Statsmen,Stutsman,Stutsman Kun,Stutsman Kūn,Stutsman konderria,Stutsman megye,mqatʿt stwtsman,si ta ci men xian,stutasamyana ka'unti,sutattsuman jun,Округ Статсман,Статсмен,Стътсман,سٹٹس مین کاؤنٹی,مقاطعة ستوتسمان,স্টুটসম্যান কাউন্টি,スタッツマン郡,斯塔茨門縣		US	ND	093	21100	America/Chicago
5062209	Towner County	towner-county	Comitatul Towner,Comte de Towner,Comté de Towner,Condado de Towner,Condado han Towner,Contea di Towner,Hrabstwo Towner,Okrug Tauner,Quan Towner,Quận Towner,Tauner,Taunur,Towner,Towner Kun,Towner Kūn,Towner konderria,Towner megye,mqatʿt twnr,shhrstan tawnr  dakwtay shmaly,tao na xian,tauna jun,toranera ka'unti,Округ Таунер,Таунер,Таунър,شهرستان تاونر، داکوتای شمالی,مقاطعة تونر,ٹاؤنر کاؤنٹی,টোৱনের কাউন্টি,タウナー郡,陶納縣		US	ND	095	2246	America/Chicago
5062211	Traill County	traill-county	Comitatul Traill,Comte de Traill,Comté de Traill,Condado de Traill,Condado han Traill,Contea di Traill,Hrabstwo Traill,Okrug Trejl,Quan Traill,Quận Traill,Traill,Traill Kun,Traill Kūn,Traill konderria,Traill megye,Trehjll,Trejl,Trejll,te lei er xian,toreiru jun,tra'ila ka'unti,Округ Трејл,Трейл,Трейлл,Трэйлл,مقاطعة ترايل,ٹریل کاؤنٹی، شمالی ڈکوٹا,ট্রাইল কাউন্টি,トレイル郡,特雷爾縣		US	ND	097	8121	America/Chicago
5062384	Walsh County	walsh-county	Comitatul Walsh,Comte de Walsh,Comté de Walsh,Condado de Walsh,Condado han Walsh,Contea di Walsh,Hrabstwo Walsh,Okrug Volsh,Quan Walsh,Quận Walsh,Uolsh,Volsh,Walsh,Walsh Kun,Walsh Kūn,Walsh konderria,Walsh megye,mqatʿt walsh,raalesa ka'unti,shhrstan walsh  dakwtay shmaly,u~orushu jun,wo er shen xian,Волш,Округ Волш,Уолш,شهرستان والش، داکوتای شمالی,مقاطعة والش,والش کاؤنٹی، شمالی ڈکوٹا,ৱালেশ কাউন্টি,ウォルシュ郡,沃爾什縣		US	ND	099	11119	America/Chicago
5062441	Wells County	wells-county	Comitatul Wells,Comte de Wells,Comté de Wells,Condado de Wells,Condado han Wells,Contea di Wells,Hrabstwo Wells,Okrug Vels,Quan Wells,Quận Wells,Uehlls,Uels,Vells,Wells,Wells Kun,Wells Kūn,Wells konderria,Wells megye,Wellsi maakond,mqatʿt wylz,raelasa ka'unti,shhrstan wlz  dakwtay shmaly,u~eruzu jun,wei er si xian,Веллс,Округ Велс,Уелс,Уэллс,شهرستان ولز، داکوتای شمالی,مقاطعة ويلز,ویلز کاؤنٹی، شمالی ڈکوٹا,ৱেলস কাউন্টি,ウェルズ郡,韋爾斯縣		US	ND	103	4207	America/Chicago
5062699	Adams County	adams-county	Adams,Adams Kun,Adams Kūn,Adams konderria,Adams megye,Adams srjan,Comitatul Adams,Comte d'Adams,Comté d'Adams,Condado de Adams,Condado han Adams,Contea di Adams,Hrabstwo Adams,Okrug Adams,Quan Adams,Quận Adams,adamasa ka'unti,adamuzu jun,mqatʿt admz,shhrstan adamz  nbraska,ya dang si xian,Адамс,Округ Адамс,Ադամս շրջան,ایڈمز کاؤنٹی، نیبراسکا,شهرستان آدامز، نبراسکا,مقاطعة آدمز,ناکس کاؤنٹی،نیبراسکا,আডামস কাউন্টি,アダムズ郡,亞當斯縣		US	NE	001	31364	America/Chicago
5063023	Antelope County	antelope-county	Antelop srjan,Antelope,Antelope Kun,Antelope Kūn,Antelope konderria,Antelope megye,Anteloup,Antuloup,Comitatul Antelope,Comte d'Antelope,Comté d'Antelope,Condado de Antelope,Condado han Antelope,Contea di Antelope,Ehntelop,Hrabstwo Antelope,Kata ya Antelope,Okrug Antelop,Quan Antelope,Quận Antelope,an di luo pu xian,antelopa ka'unti,anteropu jun,mqatʿt antylwby,shhrstan antlwp  nbraska,Антелоуп,Антълоуп,Округ Антелоп,Энтелоп,Անտելոպ շրջան,اینٹیلوپ کاؤنٹی، نیبراسکا,اینٹیلوپ کاؤنٹی،نیبراسکا,شهرستان آنتلوپ، نبراسکا,مقاطعة أنتيلوبي,আন্তেলোপ কাউন্টি,アンテロープ郡,安蒂洛普縣		US	NE	003	6685	America/Chicago
5064222	Blaine County	blaine-county	Blaine,Blaine Kun,Blaine Kūn,Blaine konderria,Blaine megye,Blejn,Bleyn srjan,Comitatul Blaine,Comte de Blaine,Comté de Blaine,Condado de Blaine,Condado han Blaine,Contea di Blaine,Hrabstwo Blaine,Okrug Blejn,Quan Blaine,Quận Blaine,bleyara ka'unti,bu lai en xian,burein jun,mqatʿt blayn,shhrstan blyn  nbraska,Блейн,Округ Блејн,Բլեյն շրջան,بلیئن کاؤنٹی، نیبراسکا,بلین کاؤنٹی،نیبراسکا,شهرستان بلین، نبراسکا,مقاطعة بلاين,ব্লেয়ার কাউন্টি,ブレイン郡,布萊恩縣		US	NE	009	478	America/Chicago
5064432	Boone County	boone-county	Boone,Boone Kun,Boone Kūn,Boone konderria,Boone megye,Bun,Bun srjan,Comitatul Boone,Comte de Boone,Comté de Boone,Condado de Boone,Condado han Boone,Contea di Boone,Hrabstwo Boone,Okrug Bun,Quan Boone,Quận Boone,baune ka'unti,bu en xian,bun jun,mqatʿt bwny,shhrstan bwn  nbraska,Бун,Округ Бун,Բուն շրջան,بون کاؤنٹی، نیبراسکا,بون کاؤنٹی،نیبراسکا,شهرستان بون، نبراسکا,مقاطعة بوني,বৌনে কাউন্টি,ブーン郡,布恩縣		US	NE	011	5505	America/Chicago
5064500	Boyd County	boyd-county	Bojd,Boyd,Boyd Kun,Boyd Kūn,Boyd konderria,Boyd megye,Boyd srjan,Comitatul Boyd,Comte de Boyd,Comté de Boyd,Condado de Boyd,Condado han Boyd,Contea di Boyd,Hrabstwo Boyd,Okrug Bojd,Quan Boyd,Quận Boyd,bo yi de xian,boido jun,boyeda ka'unti,mqatʿt bwyd,shhrstan bwyd  nbraska,Бойд,Округ Бојд,Բոյդ շրջան,بائڈ کاؤنٹی، نیبراسکا,بویڈ کاؤنٹی،نیبراسکا,شهرستان بوید، نبراسکا,مقاطعة بويد,বোয়েড কাউন্টি,ボイド郡,博伊德縣		US	NE	015	2099	America/Chicago
5064663	Brown County	brown-county	Braun,Braun srjan,Brown,Brown Kun,Brown Kūn,Brown konderria,Brown megye,Comitatul Brown,Comte de Brown,Comté de Brown,Condado de Brown,Condado han Brown,Contea di Brown,Hrabstwo Brown,Okrug Braun,Quan Brown,Quận Brown,bra'una ka'unti,bu lang xian,buraun jun,shhrstan brawn  nbraska,Браун,Округ Браун,Բրաուն շրջան,براؤن کاؤنٹی، نیبراسکا,براؤن کاؤنٹی،نیبراسکا,شهرستان براون، نبراسکا,مقاطعة براون,ব্রাউন কাউন্টি,ブラウン郡,布朗縣		US	NE	017	3145	America/Chicago
5064837	Buffalo County	buffalo-county	Baffalo,Bufalo,Bufalo srjan,Buffalo,Buffalo Kun,Buffalo Kūn,Buffalo konderria,Buffalo megye,Comitatul Buffalo,Comte de Buffalo,Comté de Buffalo,Condado de Buffalo,Condado han Buffalo,Contea di Buffalo,Hrabstwo Buffalo,Okrug Bufalo,Quan Buffalo,Quận Buffalo,baffaro jun,baphelo ka'unti,mqatʿt bflw,shhrstan bwfalw  nbraska,shui niu xian,Баффало,Бъфало,Округ Буфало,Բուֆալո շրջան,بفیلو کاؤنٹی، نیبراسکا,بوفیلو کاؤنٹی،نیبراسکا,شهرستان بوفالو، نبراسکا,مقاطعة بفلو,বাফেলো কাউন্টি,バッファロー郡,水牛縣		US	NE	019	46102	America/Chicago
5064925	Burt County	burt-county	Bert,Bert srjan,Burt,Burt Kun,Burt Kūn,Burt konderria,Burt megye,Comitatul Burt,Comte de Burt,Comté de Burt,Condado de Burt,Condado han Burt,Contea di Burt,Hrabstwo Burt,Okrug Burt,Quan Burt,Quận Burt,barta ka'unti,bato jun,bo te xian,mqatʿt bwrt,shhrstan brt  nbraska,Берт,Бурт,Бърт,Округ Бурт,Բերտ շրջան,برٹ کاؤنٹی، نیبراسکا,برٹ کاؤنٹی،نیبراسکا,شهرستان برت، نبراسکا,مقاطعة بورت,বার্ট কাউন্টি,バート郡,伯特縣		US	NE	021	6858	America/Chicago
5064961	Butler County	butler-county	Batler,Batler srjan,Butler,Butler Kun,Butler Kūn,Butler konderria,Butler megye,Butlur,Comitatul Butler,Comte de Butler,Comté de Butler,Condado de Butler,Condado han Butler,Contea di Butler,Hrabstwo Butler,Okrug Batler,Quan Butler,Quận Butler,ba te lei xian,batarara ka'unti,batora jun,mqatʿt bwtlr,shhrstan batlr  nbraska,Батлер,Бътлър,Округ Батлер,Բատլեր շրջան,بٹلر کاؤنٹی، نیبراسکا,بٹلر کاؤنٹی،نیبراسکا,شهرستان باتلر، نبراسکا,مقاطعة بوتلر,বাটরার কাউন্টি,バトラー郡,巴特勒縣		US	NE	023	8395	America/Chicago
5065267	Cass County	cass-county	Cass,Cass Kun,Cass Kūn,Cass konderria,Cass megye,Comitatul Cass,Comte de Cass,Comté de Cass,Condado de Cass,Condado han Cass,Contea di Cass,Hrabstwo Cass,Kas,Kass,Kess,Okrug Kas,Quan Cass,Quận Cass,ka si xian,kasa ka'unti,kasu jun,mqatʿt kas,shhrstan ks  nbraska,Кас,Касс,Кесс,Округ Кас,Քես շրջան,شهرستان کس، نبراسکا,مقاطعة كاس,کاس کاؤنٹی، نیبراسکا,کاس کاؤنٹی،نیبراسکا,কাস কাউন্টি,カス郡,卡斯縣		US	NE	025	25241	America/Chicago
5065306	Cedar County	cedar-county	Cedar,Cedar Kun,Cedar Kūn,Cedar konderria,Cedar megye,Comitatul Cedar,Comte de Cedar,Comté de Cedar,Condado de Cedar,Condado han Cedar,Contea di Cedar,Hrabstwo Cedar,Okrug Sidar,Quan Cedar,Quận Cedar,Sedar,Sedar srjan,Sidar,Sijdur,mqatʿt sydar,shhrstan sdar  nbraska,shida jun,sidara ka'unti,xi da xian,Округ Сидар,Седар,Сидар,Сийдър,Սեդար շրջան,سیڈر کاؤنٹی، نیبراسکا,سیڈر کاؤنٹی،نیبراسکا,شهرستان سدار، نبراسکا,مقاطعة سيدار,সিডার কাউন্টি,シーダー郡,錫達縣		US	NE	027	8852	America/Chicago
5065828	Clay County	clay-county	Clay,Clay Kun,Clay Kūn,Clay konderria,Clay megye,Comitatul Clay,Comte de Clay,Comté de Clay,Condado de Clay,Condado han Clay,Contea di Clay,Hrabstwo Clay,Klej,Okrug Klej,Quan Clay,Quận Clay,ke lai xian,kle ka'unti,kurei jun,mqatʿt klay,shhrstan kly  nbraska,Клей,Округ Клеј,Քլեյ շրջան,شهرستان کلی، نبراسکا,مقاطعة كلاي,کلے کاؤنٹی، نیبراسکا,کلے کاؤنٹی،نیبراسکا,ক্লে কাউন্টি,クレイ郡,克莱县		US	NE	035	6542	America/Chicago
5145576	Allen County	allen-county	Allen,Allen Comitatus,Allen Kun,Allen Kūn,Allen konderria,Allen megye,Allenin piirikunta,Alun,Comitatul Allen,Comte d'Allen,Comté d'Allen,Condado de Allen,Condado han Allen,Contea di Allen,Hrabstwo Allen,Okrug Alen,Quan Allen,Quận Allen,ai lun xian,aren jun,mqatʿt alyn,shhrstan aln  awhayw,Аллен,Алън,Округ Ален,ایلن کاؤنٹی، اوہائیو,شهرستان آلن، اوهایو,مقاطعة ألين,অ্যালেন কাউন্টি,アレン郡,艾倫縣		US	OH	003	106331	America/New_York
5065953	Colfax County	colfax-county	Colfax,Colfax Kun,Colfax Kūn,Colfax konderria,Colfax megye,Colfaxi maakond,Comitatul Colfax,Comtat de Colfax,Comte de Colfax,Comté de Colfax,Condado de Colfax,Condado han Colfax,Contea di Colfax,Hrabstwo Colfax,Kolfaks,Okrug Kolfaks,Quan Colfax,Quận Colfax,ke er fa ke si xian,kolaphyaksa ka'unti,korufakusu jun,mqatʿt kwlfaks,shhrstan kalfks  nbraska,Колфакс,Округ Колфакс,Քոլֆաքս շրջան,شهرستان کالفکس، نبراسکا,مقاطعة كولفاكس,کولفیکس کاؤنٹی، نیبراسکا,کولفیکس کاؤنٹی،نیبراسکا,কোলফ্যাক্স কাউন্টি,コルファクス郡,科爾法克斯縣		US	NE	037	10515	America/Chicago
5066574	Cuming County	cuming-county	Comitatul Cuming,Comte de Cuming,Comté de Cuming,Condado de Cuming,Condado han Cuming,Contea di Cuming,Cuming,Cuming Kun,Cuming Kūn,Cuming konderria,Cuming megye,Hrabstwo Cuming,Kaming,Kuming,Okrug Kaming,Quan Cuming,Quận Cuming,kamingu jun,ku ming xian,kumim ka'unti,mqatʿt kwmyngh,Каминг,Камінґ,Къминг,Округ Каминг,Քամինգ շրջան,مقاطعة كومينغ,کمنگ کاؤنٹی،نیبراسکا,کمنگز کاؤنٹی، نیبراسکا,কুমিং কাউন্টি,カミング郡,庫名縣		US	NE	039	9139	America/Chicago
5066605	Custer County	custer-county	Comitatul Custer,Comte de Custer,Comté de Custer,Condado de Custer,Condado han Custer,Contea di Custer,Custer,Custer Kun,Custer Kūn,Custer konderria,Custer megye,Hrabstwo Custer,Kaster,Kustur,Okrug Kaster,Quan Custer,Quận Custer,ka si te xian,kastera ka'unti,kasuta jun,mqatʿt kstr,shhrstan kastr  nbraska,Кастер,Къстър,Округ Кастер,Քաստեր շրջան,شهرستان کاستر، نبراسکا,مقاطعة كستر,کسٹر کاؤنٹی،نیبراسکا,کیسٹر کاؤنٹی، نیبراسکا,কাস্তের কাউন্টি,カスター郡,卡斯特縣		US	NE	041	10939	America/Chicago
5066642	Dakota County	dakota-county	Comitatul Dakota,Comte de Dakota,Comté de Dakota,Condado de Dakota,Condado han Dakota,Contea di Dakota,Dakota,Dakota Kun,Dakota Kūn,Dakota konderria,Dakota maakond,Dakota megye,Dakota srjan,Hrabstwo Dakota,Okrug Dakota,Quan Dakota,Quận Dakota,da ke ta xian,dakota jun,dakota ka'unti,mqatʿt dakwta,shhrstan dakwta  nbraska,Дакота,Округ Дакота,Դակոտա շրջան,شهرستان داکوتا، نبراسکا,مقاطعة داكوتا,ڈاکوٹا کاؤنٹی،نیبراسکا,ڈکوٹا کاؤنٹی، نیبراسکا,ডাকোটা কাউন্টি,ダコタ郡,達科他縣		US	NE	043	21006	America/Chicago
5066750	Dawson County	dawson-county	Comitatul Dawson,Comte de Dawson,Comté de Dawson,Condado de Dawson,Condado han Dawson,Contea di Dawson,Dawson,Dawson Kun,Dawson Kūn,Dawson konderria,Dawson megye,Doson,Douson,Douson srjan,Dousun,Hrabstwo Dawson,Okrug Doson,Quan Dawson,Quận Dawson,dao sheng xian,darasana ka'unti,doson jun,mqatʿt dawswn,shhrstan dawsn  nbraska,Досон,Доусон,Доусън,Округ Досон,Դոուսոն շրջան,شهرستان داوسن، نبراسکا,مقاطعة داوسون,ڈاسن کاؤنٹی،نیبراسکا,ڈاوسن کاؤنٹی، نیبراسکا,ডাৱসন কাউন্টি,ドーソン郡,道生縣		US	NE	047	24326	America/Chicago
5067019	Dixon County	dixon-county	Comitatul Dixon,Comte de Dixon,Comté de Dixon,Condado de Dixon,Condado han Dixon,Contea di Dixon,Dikson,Diksun,Dixon,Dixon Kun,Dixon Kūn,Dixon konderria,Dixon megye,Hrabstwo Dixon,Okrug Dikson,Quan Dixon,Quận Dixon,di ke sen xian,diksana ka'unti,dikuson jun,mqatʿt dykswn,shhrstan dykswn  nbraska,Диксон,Диксън,Діксон,Округ Диксон,Դիքսոն շրջան,شهرستان دیکسون، نبراسکا,مقاطعة ديكسون,ڈکسن کاؤنٹی، نیبراسکا,ڈیکسن کاؤنٹی،نیبراسکا,ডিক্সন কাউন্টি,ディクソン郡,迪克森縣		US	NE	051	6000	America/Chicago
5067039	Dodge County	dodge-county	Comitatul Dodge,Comte de Dodge,Comté de Dodge,Condado de Dodge,Condado han Dodge,Contea di Dodge,Dodge,Dodge Kun,Dodge Kūn,Dodge konderria,Dodge megye,Dodzh,Doj srjan,Hrabstwo Dodge,Okrug Dodz,Quan Dodge,Quận Dodge,daja ka'unti,dao qi xian,dojji jun,mqatʿt dwdj,shhrstan dwj  nbraska,Додж,Округ Доџ,Դոջ շրջան,شهرستان دوج، نبراسکا,مقاطعة دودج,ڈاج کاؤنٹی، نیبراسکا,ڈاج کاؤنٹی،نیبراسکا,ডজ কাউন্টি,ドッジ郡,道奇縣		US	NE	053	36691	America/Chicago
5067114	Douglas County	douglas-county	Comitatul Douglas,Comte de Douglas,Comté de Douglas,Condado de Douglas,Condado han Douglas,Contea di Douglas,Douglas,Douglas Kun,Douglas Kūn,Douglas konderria,Douglas megye,Douglase maakond,Duglas,Duglas srjan,Hrabstwo Douglas,Okrug Daglas,Quan Douglas,Quận Douglas,dagalasa ka'unti,dagurasu jun,dao ge la si xian,mqatʿt dwghlas,shhrstan daglas  nbraska,Дуглас,Дъглас,Округ Даглас,Դուգլաս շրջան,شهرستان داگلاس، نبراسکا,مقاطعة دوغلاس,ڈوگلس کاؤنٹی،نیبراسکا,ڈگلس کاؤنٹی، نیبراسکا,ডগলাস কাউন্টি,ダグラス郡,道格拉斯县		US	NE	055	517110	America/Chicago
5068222	Fillmore County	fillmore-county	Comitatul Fillmore,Comte de Fillmore,Comté de Fillmore,Condado de Fillmore,Condado han Fillmore,Contea di Fillmore,Fillmor,Fillmore,Fillmore Kun,Fillmore Kūn,Fillmore konderria,Fillmore megye,Fillmorei maakond,Filmor,Filmor srjan,Hrabstwo Fillmore,Okrug Filmor,Quan Fillmore,Quận Fillmore,fei er mo er xian,firumoa jun,mqatʿt fylmwr,philamora ka'unti,shhrstan fylmwr  nbraska,Округ Филмор,Филлмор,Филмор,Філлмор,Ֆիլմոր շրջան,شهرستان فیلمور، نبراسکا,فلمور کاؤنٹی، نیبراسکا,فلمور کاؤنٹی،نیبراسکا,مقاطعة فيلمور,ফিলমোর কাউন্টি,フィルモア郡,菲爾莫爾縣		US	NE	059	5890	America/Chicago
5068649	Franklin County	franklin-county	Comitatul Franklin,Comte de Franklin,Comté de Franklin,Condado de Franklin,Condado han Franklin,Contea di Franklin,Franklin,Franklin Kun,Franklin Kūn,Franklin konderria,Franklin megye,Franklin srjan,Franklini maakond,Hrabstwo Franklin,Okrug Frenklin,Quan Franklin,Quận Franklin,fu lan ke lin xian,furankurin jun,mqatʿt franklyn,phrankalina ka'unti,shhrstan franklyn  nbraska,Округ Френклин,Франклин,Франклін,Ֆրանկլին շրջան,شهرستان فرانکلین، نبراسکا,فرینکلن کاؤنٹی، نیبراسکا,فرینکلن کاؤنٹی،نیبراسکا,مقاطعة فرانكلين,ফ্রাঙ্কলিন কাউন্টি,フランクリン郡,富蘭克林縣		US	NE	061	3225	America/Chicago
5068841	Furnas County	furnas-county	Comitatul Furnas,Comte de Furnas,Comté de Furnas,Condado de Furnas,Condado han Furnas,Contea di Furnas,Fernas,Fernas srjan,Fernes,Furnas,Furnas Kun,Furnas Kūn,Furnas konderria,Furnas megye,Furnasi maakond,Hrabstwo Furnas,Okrug Fernas,Quan Furnas,Quận Furnas,fanasu jun,fu er na si xian,mqatʿt fwrnas,pharanasa ka'unti,Округ Фернас,Фернас,Фернес,Фърнас,Ֆերնաս շրջան,فرناس کاؤنٹی، نیبراسکا,فرنس کاؤنٹی،نیبراسکا,مقاطعة فورناس,ফারনাস কাউন্টি,ファーナス郡,富爾納斯縣		US	NE	065	4959	America/Chicago
5068888	Garfield County	garfield-county	Comitatul Garfield,Comte de Garfield,Comté de Garfield,Condado de Garfield,Condado han Garfield,Contea di Garfield,Garfield,Garfield Kun,Garfield Kūn,Garfield konderria,Garfield megye,Garfijld,Garfild,Garfild srjan,Hrabstwo Garfield,Okrug Garfild,Quan Garfield,Quận Garfield,gafirudo jun,garaphilda ka'unti,jia fei er de xian,shhrstan garfyld  nbraska,Гарфийлд,Гарфилд,Округ Гарфилд,Ґарфілд,Գարֆիլդ շրջան,شهرستان گارفیلد، نبراسکا,مقاطعة غارفيلد,گارفیلڈ کاؤنٹی، نیبراسکا,گارفیلڈ کاؤنٹی،نیبراسکا,গারফিল্ড কাউন্টি,ガーフィールド郡,加菲爾德縣		US	NE	071	2049	America/Chicago
5069211	Gosper County	gosper-county	Comitatul Gosper,Comte de Gosper,Comté de Gosper,Condado de Gosper,Condado han Gosper,Contea di Gosper,Gosper,Gosper Kun,Gosper Kūn,Gosper konderria,Gosper megye,Gosper srjan,Gospur,Hrabstwo Gosper,Okrug Gosper,Quan Gosper,Quận Gosper,gao si pa xian,gosapera ka'unti,gosupa jun,shhrstan gaspr  nbraska,Госпер,Госпър,Округ Госпер,Ґоспер,Գոսպեր շրջան,شهرستان گاسپر، نبراسکا,مقاطعة غوسبر,گوسپر کاؤنٹی، نیبراسکا,گوسپر کاؤنٹی،نیبراسکا,গোসপের কাউন্টি,ゴスパー郡,高斯帕縣		US	NE	073	2044	America/Chicago
5069397	Greeley County	greeley-county	Comitatul Greeley,Comte de Greeley,Comté de Greeley,Condado de Greeley,Condado han Greeley,Contea di Greeley,Greeley,Greeley Kun,Greeley Kūn,Greeley konderria,Greeley maakond,Greeley megye,Grijli,Grili,Grili srjan,Hrabstwo Greeley,Okrug Grili,Quan Greeley,Quận Greeley,ge li li xian,grile ka'unti,guriri jun,mqatʿt ghryly,shhrstan gryly  nbraska,Грийли,Грили,Округ Грили,Ґрілі,Գրիլի շրջան,شهرستان گریلی، نبراسکا,مقاطعة غريلي,گریلی کاؤنٹی، نیبراسکا,گریلی کاؤنٹی،نیبراسکا,গ্রীলে কাউন্টি,グリーリー郡,格里利縣		US	NE	077	2538	America/Chicago
5069587	Hall County	hall-county	Comitatul Hall,Comte de Hall,Comté de Hall,Condado de Hall,Condado han Hall,Contea di Hall,Goll,Hall,Hall Kun,Hall Kūn,Hall konderria,Hall megye,Hol srjan,Hrabstwo Hall,Khol,Kholl,Okrug Khol,Quan Hall,Quận Hall,hala ka'unti,horu jun,huo er xian,mqatʿt hal,shhrstan hal  nbraska,Голл,Округ Хол,Хол,Холл,Հոլ շրջան,شهرستان هال، نبراسکا,مقاطعة هال,ہال کاؤنٹی، نیبراسکا,ہال کاؤنٹی،نیبراسکا,হাল কাউন্টি,ホール郡,霍爾縣		US	NE	079	58607	America/Chicago
5069604	Hamilton County	hamilton-county	Comitatul Hamilton,Comte de Hamilton,Comté de Hamilton,Condado de Hamilton,Condado han Hamilton,Contea di Hamilton,Gamil'ton,Hamilton,Hamilton Kun,Hamilton Kūn,Hamilton konderria,Hamilton megye,Hamilton srjan,Hrabstwo Hamilton,Khamiltun,Okrug Khamilton,Quan Hamilton,Quận Hamilton,hamiruton jun,han mi er dun xian,hyamilatana ka'unti,mqatʿt hamyltwn,shhrstan hmyltwn  nbraska,Гамильтон,Гамільтон,Округ Хамилтон,Хамилтън,Համիլտոն շրջան,شهرستان همیلتون، نبراسکا,مقاطعة هاميلتون,ہاملٹن کاؤنٹی،نیبراسکا,ہیملٹن کاؤنٹی، نیبراسکا,হ্যামিলটন কাউন্টি,ハミルトン郡,漢密爾頓縣		US	NE	081	9124	America/Chicago
5069693	Harlan County	harlan-county	Comitatul Harlan,Comte de Harlan,Comté de Harlan,Condado de Harlan,Condado han Harlan,Contea di Harlan,Garlan,Harlan,Harlan Kun,Harlan Kūn,Harlan konderria,Harlan megye,Harlan srjan,Harlani maakond,Hrabstwo Harlan,Kharlan,Okrug Kharlan,Quan Harlan,Quận Harlan,ha lun xian,haralana ka'unti,haran jun,mqatʿt harlan,shhrstan harln  nbraska,Гарлан,Округ Харлан,Харлан,Հարլան շրջան,شهرستان هارلن، نبراسکا,مقاطعة هارلان,ہارلن کاؤنٹی، نیبراسکا,ہارلن کاؤنٹی،نیبراسکا,হারলান কাউন্টি,ハーラン郡,哈倫縣		US	NE	083	3423	America/Chicago
5070270	Holt County	holt-county	Comitatul Holt,Comte de Holt,Comté de Holt,Condado de Holt,Condado han Holt,Contea di Holt,Golt,Holt,Holt Kun,Holt Kūn,Holt konderria,Holt megye,Holt srjan,Holti maakond,Hrabstwo Holt,Kholt,Okrug Kholt,Quan Holt,Quận Holt,holta ka'unti,horuto jun,huo er te xian,mqatʿt hwlt,shhrstan halt  nbraska,Голт,Округ Холт,Холт,Հոլտ շրջան,شهرستان هالت، نبراسکا,مقاطعة هولت,ہالٹ کاؤنٹی،نیبراسکا,ہولٹ کاؤنٹی، نیبراسکا,হোল্ট কাউন্টি,ホルト郡,霍爾特縣		US	NE	089	10435	America/Chicago
5070443	Howard County	howard-county	Comitatul Howard,Comte de Howard,Comté de Howard,Condado de Howard,Condado han Howard,Contea di Howard,Govard,Hovard srjan,Howard,Howard Kun,Howard Kūn,Howard konderria,Howard megye,Hrabstwo Howard,Khauard,Khauurd,Okrug Khauard,Quan Howard,Quận Howard,haraarda ka'unti,hawado jun,huo hua de xian,mqatʿt hawrd,shhrstan haward  nbraska,Говард,Округ Хауард,Хауард,Хауърд,Հովարդ շրջան,شهرستان هاوارد، نبراسکا,مقاطعة هاورد,ہووارڈ کاؤنٹی، نیبراسکا,ہوورڈ کاؤنٹی،نیبراسکا,হাৱার্ড কাউন্টি,ハワード郡,霍華德縣		US	NE	093	6274	America/Chicago
5070975	Jefferson County	jefferson-county	Comitatul Jefferson,Comte de Jefferson,Comté de Jefferson,Condado de Jefferson,Condado han Jefferson,Contea di Jefferson,Dzhefersun,Dzhefferson,Hrabstwo Jefferson,Jeferson srjan,Jefferson,Jefferson Kun,Jefferson Kūn,Jefferson konderria,Jefferson megye,Jeffersoni maakond,Okrug DZeferson,Quan Jefferson,Quận Jefferson,jefason jun,jepharasana ka'unti,jie fu xun xian,mqatʿt jyfyrswn,shhrstan jfrsn  nbraska,Джеферсън,Джефферсон,Округ Џеферсон,Ջեֆերսոն շրջան,جیفرسن کاؤنٹی، نیبراسکا,جیفرسن کاؤنٹی،نیبراسکا,شهرستان جفرسن، نبراسکا,مقاطعة جيفيرسون,জেফারশন কাউন্টি,ジェファーソン郡,傑佛遜縣		US	NE	095	7547	America/Chicago
5071072	Johnson County	johnson-county	Comitatul Johnson,Comte de Johnson,Comté de Johnson,Condado de Johnson,Condado han Johnson,Contea di Johnson,Dzhonson,Dzhonsun,Hrabstwo Johnson,Johnson,Johnson Kun,Johnson Kūn,Johnson konderria,Johnson megye,Jonson srjan,Okrug DZonson,Quan Johnson,Quận Johnson,jonson jun,jonsona ka'unti,mqatʿt jwnswn,shhrstan janswn  nbraska,yue han xun xian,Джонсон,Джонсън,Округ Џонсон,Ջոնսոն շրջան,جانسن کاؤنٹی، نیبراسکا,جانسن کاؤنٹی،نیبراسکا,شهرستان جانسون، نبراسکا,مقاطعة جونسون,জোন্সোন কাউন্টি,ジョンソン郡,約翰遜縣		US	NE	097	5217	America/Chicago
5071364	Kearney County	kearney-county	Comitatul Kearney,Comte de Kearney,Comté de Kearney,Condado de Kearney,Condado han Kearney,Contea di Kearney,Hrabstwo Kearney,Karni,Kearney,Kearney Kun,Kearney Kūn,Kearney konderria,Kearney megye,Kurni,Okrug Karni,Quan Kearney,Quận Kearney,ka ni xian,kani jun,keraneya ka'unti,mqatʿt kyarny,shhrstan karny  nbraska,Карни,Карні,Кърни,Округ Карни,Քարնի շրջան,شهرستان کارنی، نبراسکا,مقاطعة كيارني,کیارنے کاؤنٹی،نیبراسکا,کیرینی کاؤنٹی، نیبراسکا,কেরনেয় কাউন্টি,カーニー郡,卡尼縣		US	NE	099	6489	America/Chicago
5071580	Knox County	knox-county	Comitatul Knox,Comte de Knox,Comté de Knox,Condado de Knox,Condado han Knox,Contea di Knox,Hrabstwo Knox,Knox,Knox County,Knox Kun,Knox Kūn,Knox konderria,Knox megye,L'Eau Qui Court County,Noks,Okrug Noks,Quan Knox,Quận Knox,kaksa ka'unti,mqatʿt knwks,nokkusu jun,nuo ke si xian,shhrstan naks  nbraska,Нокс,Округ Нокс,Նոքս շրջան,شهرستان ناکس، نبراسکا,مقاطعة كنوكس,کنو کاؤنٹی، نیبراسکا,কক্স কাউন্টি,ノックス郡,諾克斯縣		US	NE	107	8701	America/Chicago
5071741	Lancaster County	lancaster-county	Comitatul Lancaster,Comte de Lancaster,Comté de Lancaster,Condado de Lancaster,Condado han Lancaster,Contea di Lancaster,Hrabstwo Lancaster,Lancaster,Lancaster Kun,Lancaster Kūn,Lancaster konderria,Lancaster megye,Lancasteri maakond,Lankaster,Lankaster srjan,Lankastur,Okrug Lankaster,Quan Lancaster,Quận Lancaster,laengkeoseuteo gun,lan kai si te xian,lanakastara ka'unti,mqatʿt lankstr,rankasuta jun,shhrstan lankstr  nbraska,Ланкастер,Ланкастър,Округ Ланкастер,Լանկաստեր շրջան,شهرستان لانکستر، نبراسکا,لنکاسٹر کاؤنٹی، نیبراسکا,لینکاسٹر کاؤنٹی،نیبراسکا,مقاطعة لانكستر,লানকাস্টার কাউন্টি,ランカスター郡,蘭開斯特縣,랭커스터 군		US	NE	109	285407	America/Chicago
5072388	Loup County	loup-county	Comitatul Loup,Comte de Loup,Comté de Loup,Condado de Loup,Condado han Loup,Contea di Loup,Hrabstwo Loup,Loup,Loup Kun,Loup Kūn,Loup konderria,Loup megye,Loup srjan,Lup,Okrug Lu,Quan Loup,Quận Loup,laupa ka'unti,lu pu xian,rupu jun,shhrstan lwp  nbraska,Лоуп,Луп,Округ Лу,Լոուպ շրջան,شهرستان لوپ، نبراسکا,لوپ کاؤنٹی، نیبراسکا,لوپ کاؤنٹی،نیبراسکا,مقاطعة لوب,লৌপ কাউন্টি,ループ郡,盧普縣		US	NE	115	632	America/Chicago
5072535	Madison County	madison-county	Comitatul Madison,Comte de Madison,Comté de Madison,Condado de Madison,Condado han Madison,Contea di Madison,Hrabstwo Madison,Madison,Madison County i Nebraska,Madison Kun,Madison Kūn,Madison konderria,Madison megye,Madison srjan,Madisun,Medison,Mehdison,Okrug Medison,Quan Madison,Quận Madison,madison jun,mai di xun xian,medisana ka'unti,mqatʿt madyswn,shhrstan mdyswn  nbraska,Мадисън,Медісон,Мэдисон,Округ Медисон,Մադիսոն շրջան,شهرستان مدیسون، نبراسکا,ماڈیسن کاؤنٹی،نیبراسکا,مقاطعة ماديسون,میڈیسن کاؤنٹی، نیبراسکا,মেডিশন কাউন্টি,マディソン郡,麥迪遜縣		US	NE	119	34876	America/Chicago
5072973	Merrick County	merrick-county	Comitatul Merrick,Comte de Merrick,Comté de Merrick,Condado de Merrick,Condado han Merrick,Contea di Merrick,Hrabstwo Merrick,Merik,Merrick,Merrick Kun,Merrick Kūn,Merrick konderria,Merrick megye,Merrik,Okrug Merik,Quan Merrick,Quận Merrick,mei li ke xian,merikku jun,mqatʿt myryk,myarika ka'unti,shhrstan mryk  nbraska,Мерик,Меррик,Меррік,Округ Мерик,Մերիք շրջան,شهرستان مریک، نبراسکا,مقاطعة ميريك,میرک کاؤنٹی، نیبراسکا,میرک کاؤنٹی،نیبراسک,ম্যারিক কাউন্টি,メリック郡,梅里克縣		US	NE	121	7845	America/Chicago
5073611	Nance County	nance-county	Comitatul Nance,Comte de Nance,Comté de Nance,Condado de Nance,Condado han Nance,Contea di Nance,Hrabstwo Nance,Nance,Nance Kun,Nance Kūn,Nance konderria,Nance megye,Nans,Nans srjan,Nehns,Nens,Okrug Nans,Quan Nance,Quận Nance,mqatʿt nans,nan si xian,nanase ka'unti,nansu jun,shhrstan nansy  nbraska,Нанс,Ненс,Нэнс,Округ Нанс,Նանս շրջան,شهرستان نانسی، نبراسکا,مقاطعة نانس,نانس کاؤنٹی،نیبراسک,نینس کاؤنٹی، نیبراسکا,নানসে কাউন্টি,ナンス郡,南斯縣		US	NE	125	3735	America/Chicago
5073780	Nemaha County	nemaha-county	Comitatul Nemaha,Comte de Nemaha,Comté de Nemaha,Condado de Nemaha,Condado han Nemaha,Contea di Nemaha,Hrabstwo Nemaha,Nemaga,Nemaha,Nemaha Kun,Nemaha Kūn,Nemaha konderria,Nemaha maakond,Nemaha megye,Nemaha srjan,Nimakha,Okrug Nimakha,Quan Nemaha,Quận Nemaha,mqatʿt nyhama,nemaha jun,nemaha ka'unti,ni ma ha xian,shhrstan nmaha  nbraska,Немага,Нимаха,Округ Нимаха,Նեմահա շրջան,شهرستان نماها، نبراسکا,مقاطعة نيهاما,نیماہ کاؤنٹی، نیبراسکا,نیماہا کاؤنٹی،نیبراسک,নেমাহা কাউন্টি,ネマハ郡,尼馬哈縣		US	NE	127	7248	America/Chicago
5074208	Nuckolls County	nuckolls-county	Comitatul Nuckolls,Comte de Nuckolls,Comté de Nuckolls,Condado de Nuckolls,Condado han Nuckolls,Contea di Nuckolls,Hrabstwo Nuckolls,Nakolls,Nakols,Nuckolls,Nuckolls Kun,Nuckolls Kūn,Nuckolls konderria,Nuckolls megye,Nukols,Okrug Nakols,Quan Nuckolls,Quận Nuckolls,mqatʿt nwkwls,na ke er si xian,nakakolasa ka'unti,nakkoruzu jun,Наколлс,Наколс,Нъколс,Округ Наколс,Նաքոլս շրջան,مقاطعة نوكولس,نکولز کاؤنٹی،نیبراسک,نیکولز کاؤنٹی، نیبراسکا,নাককোলস কাউন্টি,ナッコルズ郡,納科爾斯縣		US	NE	129	4500	America/Chicago
5074642	Otoe County	otoe-county	Comitatul Otoe,Comte d'Otoe,Comté d'Otoe,Condado de Otoe,Condado han Otoe,Contea di Otoe,Hrabstwo Otoe,Okrug Oto,Oto,Oto srjan,Otoe,Otoe Kun,Otoe Kūn,Otoe konderria,Otoe megye,Otoi,Quan Otoe,Quận Otoe,ao tuo xian,mqatʿt awtwy,otarae ka'unti,oto jun,Округ Ото,Ото,Отои,Օտո շրջան,اوٹو کاؤنٹی، نیبراسکا,اوٹو کاؤنٹی،نیبراسکا,مقاطعة أوتوي,ওটৱে কাউন্টি,オトー郡,奧托縣		US	NE	131	15740	America/Chicago
5074895	Pawnee County	pawnee-county	Comitatul Pawnee,Comte de Pawnee,Comté de Pawnee,Condado de Pawnee,Condado han Pawnee,Contea di Pawnee,Hrabstwo Pawnee,Okrug Poni,Pawnee,Pawnee Kun,Pawnee Kūn,Pawnee konderria,Pawnee megye,Poni,Ponij,Quan Pawnee,Quận Pawnee,bo ni xian,mqatʿt bawny,parani ka'unti,poni jun,shhrstan pwny  nbraska,Округ Пони,Пони,Поний,Поні,Փոունի շրջան,شهرستان پونی، نبراسکا,مقاطعة باوني,پاونی کاؤنٹی، نیبراسکا,پاونی کاؤنٹی،نیبراسکا,পাৱনী কাউন্টি,ポーニー郡,波尼縣		US	NE	133	2773	America/Chicago
5075078	Phelps County	phelps-county	Comitatul Phelps,Comte de Phelps,Comté de Phelps,Condado de Phelps,Condado han Phelps,Contea di Phelps,Felps,Felps srjan,Hrabstwo Phelps,Okrug Felps,Phelps,Phelps Kun,Phelps Kūn,Phelps konderria,Phelps megye,Phelpsi maakond,Quan Phelps,Quận Phelps,fei er pu si xian,ferupusu jun,mqatʿt fylbs,phelapsa ka'unti,shhrstan flps  nbraska,Округ Фелпс,Фелпс,Ֆելպս շրջան,شهرستان فلپس، نبراسکا,فیلپس کاؤنٹی، نیبراسکا,فیلپس کاؤنٹی،نیبراسکا,مقاطعة فيلبس,ফেলপ্স কাউন্টি,フェルプス郡,費爾普斯縣		US	NE	137	9188	America/Chicago
5075153	Pierce County	pierce-county	Comitatul Pierce,Comte de Pierce,Comté de Pierce,Condado de Pierce,Condado han Pierce,Contea di Pierce,Hrabstwo Pierce,Okrug Pirs,Pierce,Pierce Kun,Pierce Kūn,Pierce konderria,Pierce megye,Piers,Pirs,Piurs,Quan Pierce,Quận Pierce,mqatʿt byrsy,pi er si xian,piasu jun,piyerase ka'unti,shhrstan pyrs  nbraska,Округ Пирс,Пирс,Пиърс,Пієрс,Փիրս շրջան,شهرستان پیرس، نبراسکا,مقاطعة بيرسي,پیئرس کاؤنٹی، نیبراسکا,پیرس کاؤنٹی،نیبراسکا,পিয়েরসে কাউন্টি,ピアース郡,皮爾斯縣		US	NE	139	7266	America/Chicago
5075315	Platte County	platte-county	Comitatul Platte,Comte de Platte,Comté de Platte,Condado de Platte,Condado han Platte,Contea di Platte,Hrabstwo Platte,Okrug Plat,Plat,Platt,Platte,Platte Kun,Platte Kūn,Platte konderria,Platte megye,Quan Platte,Quận Platte,mqatʿt blaty,plate ka'unti,pu la te xian,puratto jun,shhrstan plt  nbraska,Округ Плат,Плат,Платт,Փլատ շրջան,شهرستان پلت، نبراسکا,مقاطعة بلاتي,پلیٹ کاؤنٹی، نیبراسکا,پلیٹ کاؤنٹی،نیبراسکا,প্লাটে কাউন্টি,プラット郡,普拉特縣		US	NE	141	32237	America/Chicago
5075605	Polk County	polk-county	Comitatul Polk,Comte de Polk,Comté de Polk,Condado de Polk,Condado han Polk,Contea di Polk,Hrabstwo Polk,Okrug Polk,Polk,Polk Kun,Polk Kūn,Polk konderria,Polk megye,Quan Polk,Quận Polk,bo er ke xian,poku jun,polka ka'unti,shhrstan pwlk  nbraska,Округ Полк,Полк,Փոլկ շրջան,شهرستان پولک، نبراسکا,مقاطعة بولك,پولک کاؤنٹی،نیبراسکا,پوک کاؤنٹی، نیبراسکا,পোল্ক কাউন্টি,ポーク郡,波爾克縣		US	NE	143	5406	America/Chicago
5076190	Richardson County	richardson-county	Comitatul Richardson,Comte de Richardson,Comté de Richardson,Condado de Richardson,Condado han Richardson,Contea di Richardson,Hrabstwo Richardson,Okrug Richardson,Quan Richardson,Quận Richardson,Richardson,Richardson Kun,Richardson Kūn,Richardson konderria,Richardson megye,Richardsun,li cha sen xian,mqatʿt rytshardswn,ricardasana ka'unti,richadoson jun,shhrstan rychardswn  nbraska,Округ Ричардсон,Ричардсон,Ричардсън,Річардсон,Ռիչարդսոն շրջան,رچرڈسن کاؤنٹی، نیبراسکا,ریچرڈسن کاؤنٹی،نیبراسکا,شهرستان ریچاردسون، نبراسکا,مقاطعة ريتشاردسون,রিচার্ডসন কাউন্টি,リチャードソン郡,理查森縣		US	NE	147	8363	America/Chicago
5076351	Rock County	rock-county	Comitatul Rock,Comte de Rock,Comté de Rock,Condado de Rock,Condado han Rock,Contea di Rock,Hrabstwo Rock,Okrug Rok,Quan Rock,Quận Rock,Rock,Rock Kun,Rock Kūn,Rock konderria,Rock megye,Rok,luo ke xian,raka ka'unti,rokku jun,shhrstan rak  nbraska,Округ Рок,Рок,Ռոք շրջան,راک کاؤنٹی، نیبراسکا,راک کاؤنٹی،نیبراسکا,شهرستان راک، نبراسکا,مقاطعة روك,রক কাউন্টি,ロック郡,羅克縣		US	NE	149	1526	America/Chicago
5077506	Saline County	saline-county	Comitatul Saline,Comte de Saline,Comté de Saline,Condado de Saline,Condado han Saline,Contea di Saline,Hrabstwo Saline,Okrug Salin,Quan Saline,Quận Saline,Salin,Salin srjan,Saline,Saline Kun,Saline Kūn,Saline konderria,Saline megye,mqatʿt salyn,sa lin xian,saline ka'unti,seirin jun,shhrstan salyn  nbraska,Округ Салин,Салин,Салін,Սալին շրջան,سالئین کاؤنٹی، نیبراسکا,سالائن کاؤنٹی،نیبراسکا,شهرستان سالین، نبراسکا,مقاطعة سالين,সালিনে কাউন্টি,セイリーン郡,薩林縣		US	NE	151	14200	America/Chicago
5077695	Sarpy County	sarpy-county	Comitatul Sarpy,Comte de Sarpy,Comté de Sarpy,Condado de Sarpy,Condado han Sarpy,Contea di Sarpy,Hrabstwo Sarpy,Okrug Sarpi,Quan Sarpy,Quận Sarpy,Sarpi,Sarpi srjan,Sarpy,Sarpy Kun,Sarpy Kūn,Sarpy konderria,Sarpy megye,mqatʿt sarby,sa pi xian,sapyi jun,sarapaya ka'unti,shhrstan srpy  nbraska,Округ Сарпи,Сарпи,Сарпі,Սարպի շրջան,سارپی کاؤنٹی، نیبراسکا,سرپی کاؤنٹی،نیبراسکا,شهرستان سرپی، نبراسکا,مقاطعة ساربي,সারপয় কাউন্টি,サーピィ郡,薩皮縣		US	NE	153	158840	America/Chicago
5077708	Saunders County	saunders-county	Calhoun County,Comitatul Saunders,Comte de Saunders,Comté de Saunders,Condado de Saunders,Condado han Saunders,Contea di Saunders,Hrabstwo Saunders,Okrug Sonders,Quan Saunders,Quận Saunders,Saunders,Saunders County,Saunders Kun,Saunders Kūn,Saunders konderria,Saunders megye,Sonders,Sonders srjan,Sondres,Sondurs,mqatʿt sawndrs,sang de si xian,saunderasa ka'unti,sondasu jun,Округ Сондерс,Сондерс,Сондрес,Сондърс,Սոնդերս շրջան,سانڈرز کاؤنٹی، نیبراسکا,سونڈرز کاؤنٹی،نیبراسکا,مقاطعة ساوندرس,সৌন্দেরস কাউন্টি,ソーンダース郡,桑德斯縣		US	NE	155	20780	America/Chicago
5078798	Seward County	seward-county	Comitatul Seward,Comte de Seward,Comté de Seward,Condado de Seward,Condado han Seward,Contea di Seward,Hrabstwo Seward,Okrug Sivod,Quan Seward,Quận Seward,S'juard,Seward,Seward Kun,Seward Kūn,Seward konderria,Seward megye,Sewardi maakond,Sjuard,Sjuord,Syuard srjan,mqatʿt syward,seraarda ka'unti,shhrstan swrd  nbraska,su e de xian,suwado jun,Округ Сивод,Сьюард,Сюард,Сюорд,Սյուարդ շրջան,سیوارڈ کاؤنٹی،نیبراسکا,سیویرڈ کاؤنٹی، نیبراسکا,شهرستان سورد، نبراسکا,مقاطعة سيوارد,সেৱার্ড কাউন্টি,スワード郡,蘇厄德縣		US	NE	159	16750	America/Chicago
5078904	Sherman County	sherman-county	Comitatul Sherman,Comte de Sherman,Comté de Sherman,Condado de Sherman,Condado han Sherman,Contea di Sherman,Hrabstwo Sherman,Okrug Sherman,Quan Sherman,Quận Sherman,Serman srjan,Sherman,Sherman Kun,Sherman Kūn,Sherman konderria,Sherman megye,Shurman,seramyana ka'unti,shaman jun,shhrstan shrmn  nbraska,xie er man xian,Округ Шерман,Шерман,Шърман,Շերման շրջան,شهرستان شرمن، نبراسکا,شیرمین کاؤنٹی، نیبراسکا,مقاطعة شيرمان,শেরম্যান কাউন্টি,シャーマン郡,謝爾曼縣		US	NE	163	3152	America/Chicago
5079543	Stanton County	stanton-county	Comitatul Stanton,Comte de Stanton,Comté de Stanton,Condado de Stanton,Condado han Stanton,Contea di Stanton,Hrabstwo Stanton,Izard County,Okrug Stanton,Stanton,Stanton County,Stanton Kun,Stanton Kūn,Stanton konderria,Stanton megye,Stanton srjan,Stantoni maakond,Stantun,Stehnton,Stenton,shhrstan astantwn  nbraska,si tan dun xian,stanatana ka'unti,sutanton jun,Округ Стантон,Стантън,Стентон,Стэнтон,Ստանտոն շրջան,سٹانٹن کاؤنٹی،نیبراسکا,سٹینٹن کاؤنٹی، نیبراسکا,شهرستان استانتون، نبراسکا,مقاطعة ستانتون,স্টানটন কাউন্টি,スタントン郡,斯坦頓縣		US	NE	167	6129	America/Chicago
5080164	Thayer County	thayer-county	Comitatul Thayer,Comte de Thayer,Comté de Thayer,Condado de Thayer,Condado han Thayer,Contea di Thayer,Hrabstwo Thayer,Okrug Tejer,Quan Thayer,Quận Thayer,Teer,Tehjer,Tejur,Thayer,Thayer County,Thayer Kun,Thayer Kūn,Thayer konderria,Thayer megye,mqatʿt thayr,sai ye xian,seiya jun,shhrstan tyr  nbraska,thayera ka'unti,Округ Тејер,Тейър,Теєр,Тэйер,Թեյեր շրջան,تھایر کاؤنٹی،نیبراسکا,تھیئر کاؤنٹی، نیبراسکا,شهرستان تیر، نبراسکا,مقاطعة ثاير,থায়ের কাউন্টি,セイヤー郡,塞耶縣		US	NE	169	5228	America/Chicago
5080274	Thurston County	thurston-county	Black Bird County,Blackbird County,Comitatul Thurston,Comte de Thurston,Comté de Thurston,Condado de Thurston,Condado han Thurston,Contea di Thurston,Hrabstwo Thurston,Okrug Terston,Terston,Thurston,Thurston County,Thurston Kun,Thurston Kūn,Thurston konderria,Thurston megye,Thurstoni maakond,Turstun,mqatʿt thwrstwn,sasuton jun,se si dun xian,shhrstan trstn  nbraska,tharsatana ka'unti,Округ Терстон,Терстон,Търстън,Թերստոն շրջան,تھرسٹن کاؤنٹی، نیبراسکا,تھرسٹن کاؤنٹی،نیبراسک,شهرستان ترستن، نبراسکا,مقاطعة ثورستون,থার্সটন কাউন্টি,サーストン郡,瑟斯頓縣		US	NE	173	6940	America/Chicago
5081000	Valley County	valley-county	Comitatul Valley,Comte de Valley,Comté de Valley,Condado de Valley,Condado han Valley,Contea di Valley,Hrabstwo Valley,Okrug Vali,Quan Valley,Quận Valley,Vali,Vali srjan,Valley,Valley Kun,Valley Kūn,Valley konderria,Valley megye,Vehlli,Velli,bare jun,bheli ka'unti,mqatʿt faly,shhrstan wly  nbraska,wa li xian,Вали,Веллі,Вэлли,Округ Вали,Վալի շրջան,شهرستان ولی، نبراسکا,مقاطعة فالي,ویلی کاؤنٹی، نیبراسکا,ویلی کاؤنٹی،نیبراسک,ভেলী কাউন্টি,バレー郡,瓦利縣		US	NE	175	4260	America/Chicago
5081383	Washington County	washington-county	Comitatul Washington,Comte de Washington,Comté de Washington,Condado de Washington,Condado han Washington,Contea di Washington,Hrabstwo Washington,Okrug Vashington,Quan Washington,Quận Washington,Uoshingtun,Vashington,Vasington srjan,Washington,Washington Kun,Washington Kūn,Washington konderria,Washington megye,Washingtoni maakond,hua sheng dun xian,mqatʿt washntn,raasintana ka'unti,shhrstan washyngtn  nbraska,washinton jun,Вашингтон,Округ Вашингтон,Уошингтън,Վաշինգտոն շրջան,شهرستان واشینگتن، نبراسکا,مقاطعة واشنطن,واشنگٹن کاؤنٹی، نیبراسکا,واشنگٹن کاؤنٹی،نیبراسک,ৱাশিংটন কাউন্টি,ワシントン郡,華盛頓縣		US	NE	177	20234	America/Chicago
5081458	Wayne County	wayne-county	Comitatul Wayne,Comte de Wayne,Comté de Wayne,Condado de Wayne,Condado han Wayne,Contea di Wayne,Hrabstwo Wayne,Kantono Wayne,Okrug Vejn,Oweyn srjan,Quan Wayne,Quận Wayne,Uehjn,Uejn,Vejn,Wayne,Wayne Kun,Wayne Kūn,Wayne konderria,Wayne megye,mqatʿt wayny,raa'ine ka'unti,shhrstan wyn  nbraska,u~ein jun,wei en xian,Вейн,Округ Вејн,Уейн,Уэйн,Ուեյն շրջան,شهرستان وین، نبراسکا,مقاطعة وايني,وائن کاؤنٹی،نیبراسک,وین کاؤنٹی، نیبراسکا,ৱাইনে কাউন্টি,ウェイン郡,韋恩縣		US	NE	179	9595	America/Chicago
5081496	Webster County	webster-county	Comitatul Webster,Comte de Webster,Comté de Webster,Condado de Webster,Condado han Webster,Contea di Webster,Hrabstwo Webster,Okrug Vebster,Quan Webster,Quận Webster,Uebstur,Uehbster,Vebster,Vebster srjan,Webster,Webster Kun,Webster Kūn,Webster konderria,Webster megye,mqatʿt wbstr,oyebastera ka'unti,shhrstan wbstr  nbraska,u~ebusuta jun,wei bo si te xian,Вебстер,Округ Вебстер,Уебстър,Уэбстер,Վեբստեր շրջան,شهرستان وبستر، نبراسکا,مقاطعة وبستر,ویبسٹر کاؤنٹی، نیبراسکا,ویبسٹر کاؤنٹی،نیبراسک,ওয়েবস্টের কাউন্টি,ウェブスター郡,韋伯斯特縣		US	NE	181	3812	America/Chicago
5081776	Wheeler County	wheeler-county	Comitatul Wheeler,Comte de Wheeler,Comté de Wheeler,Condado de Wheeler,Condado han Wheeler,Contea di Wheeler,Hrabstwo Wheeler,Okrug Viler,Owiler srjan,Quan Wheeler,Quận Wheeler,Uiler,Uilur,Viler,Wheeler,Wheeler Kun,Wheeler Kūn,Wheeler konderria,Wheeler megye,hu'ilara ka'unti,hui lei xian,shhrstan wylr  nbraska,u~ira jun,Вілер,Округ Вилер,Уилер,Уилър,Ուիլեր շրջան,شهرستان ویلر، نبراسکا,مقاطعة ويلر,وہیلر کاؤنٹی، نیبراسکا,ویلر کاؤنٹی،نیبراسک,হুইলার কাউন্টি,ウィーラー郡,惠勒縣		US	NE	183	818	America/Chicago
5082335	York County	york-county	Comitatul York,Comte de York,Comté de York,Condado de York,Condado han York,Contea di York,Hrabstwo York,Jork,Okrug Jork,Quan York,Quận York,York,York Kun,York Kūn,York konderria,York megye,iyarka ka'unti,mqatʿt ywrk,shhrstan ywrk  nbraska,yoku jun,yue ke xian,Йорк,Округ Јорк,Յորք շրջան,شهرستان یورک، نبراسکا,مقاطعة يورك,یارک کاؤنٹی، نیبراسکا,یارک کاؤنٹی،نیبراسک,ইয়র্ক কাউন্টি,ヨーク郡,約克縣		US	NE	185	13665	America/Chicago
5083273	Belknap County	belknap-county	Belknap,Belknap Kun,Belknap Kūn,Belknap konderria,Belknap megye,Belknap srjan,Belknehp,Belknep,Belnap,Comitatul Belknap,Comte de Belknap,Comté de Belknap,Condado de Belknap,Condado han Belknap,Contea di Belknap,Hrabstwo Belknap,Okrug Belnap,Quan Belknap,Quận Belknap,bei er na pu xian,belkanapa ka'unti,berunappu jun,shhrstan blnp  nywhmpshayr,Белкнеп,Белкнэп,Белнап,Округ Белнап,Բելկնապ շրջան,بلکنیپ کاؤنٹی,بیلنیپ کاؤنٹی، نیو ہیمپشائر,شهرستان بلنپ، نیوهمپشایر,বেল্কনাপ কাউন্টি,ベルナップ郡,貝爾納普縣		US	NH	001	60088	America/New_York
5278147	Waushara County	waushara-county	Comitatul Waushara,Comte de Waushara,Comté de Waushara,Condado de Waushara,Condado han Waushara,Contea di Waushara,Hrabstwo Waushara,Okrug Voshera,Quan Waushara,Quận Waushara,Uoshera,Uushara,Voshara,Waushara,Waushara Comitatus,Waushara Kun,Waushara Kūn,Waushara konderria,Waushara megye,raa'usara ka'unti,waushara jun,wo sha la xian,Вошара,Округ Вошера,Уошера,Уъшара,واوشارا کاؤنٹی، وسکونسن,ৱাউসারা কাউন্টি,ワウシャラ郡,沃沙拉县		US	WI	137	24496	America/Chicago
5084247	Carroll County	carroll-county	Carroll,Carroll Kun,Carroll Kūn,Carroll konderria,Carroll megye,Comitatul Carroll,Comte de Carroll,Comté de Carroll,Condado de Carroll,Condado han Carroll,Contea di Carroll,Hrabstwo Carroll,Karroll,Kerroll,Kerul,Okrug Karol,Quan Carroll,Quận Carroll,ka luo er xian,kerola ka'unti,kyaroru jun,shhrstan karwl  nywhmpshayr,Карролл,Керролл,Керъл,Округ Карол,Քարոլ շրջան,شهرستان کارول، نیوهمپشایر,کیرل کاؤنٹی,کیرول کاؤنٹی، نیو ہیمپشائر,কেরোল কাউন্টি,キャロル郡,卡洛爾縣		US	NH	003	47818	America/New_York
5084505	Cheshire County	cheshire-county	Cheschire County,Cheshir,Cheshire,Cheshire County,Cheshire Kun,Cheshire Kūn,Cheshire konderria,Cheshire megye,Cheshur,Comitatul Cheshire,Comte de Cheshire,Comté de Cheshire,Condado de Cheshire,Condado han Cheshire,Contea di Cheshire,Hrabstwo Cheshire,Okrug Cheshir,Quan Cheshire,Quận Cheshire,cesayara ka'unti,chesha jun,chi xia xian,shhrstan chshayr  nywhmpshayr,Округ Чешир,Чешир,Чешър,Չեշիր շրջան,شهرستان چشایر، نیوهمپشایر,چیشائر کاؤنٹی,چیشائر کاؤنٹی، نیو ہیمپشائر,চেসায়ার কাউন্টি,チェシャー郡,赤夏縣		US	NH	005	77117	America/New_York
5084973	Coos County	coos-county	Comitatul Cooes,Comitatul Coös,Comte de Cooes,Comte de Coos,Comté de Coos,Comté de Coös,Condado de Cooes,Condado de Coös,Condado han Cooes,Condado han Coös,Contea di Coos,Cooes County,Cooes Kun,Cooes megye,Coos,Coos konderria,Coosi maakond,Coös County,Coös Kūn,Coös megye,Hrabstwo Cooes,Hrabstwo Coös,Koos,Kus,Okrug Kouos,Quan Coos,Quận Coos,koasu jun,kosa ka'unti,ku si xian,shhrstan kwas  nywhmpshayr,Коос,Кус,Округ Коуос,Քոոս շրջան,شهرستان کوآس، نیوهمپشایر,مقاطعة كوس,کوس کاؤنٹی,کووس کاؤنٹی، نیو ہیمپشائر,কোস কাউন্টি,コーアス郡,库斯县		US	NH	007	33055	America/New_York
5086767	Grafton County	grafton-county	Comitatul Grafton,Comte de Grafton,Comté de Grafton,Condado de Grafton,Condado han Grafton,Contea di Grafton,Grafton,Grafton Kun,Grafton Kūn,Grafton konderria,Grafton megye,Grafton srjan,Graftun,Hrabstwo Grafton,Okrug Grafton,Quan Grafton,Quận Grafton,ge la fu dun xian,graphatana ka'unti,gurafuton jun,shhrstan graftn  nywhmpshayr,Графтон,Графтън,Округ Графтон,Ґрафтон,Գրաֆտոն շրջան,شهرستان گرافتن، نیوهمپشایر,مقاطعة غرافتون,گرافٹن کاؤنٹی,گرافٹن کاؤنٹی، نیو ہیمپشائر,গ্রফটন কাউন্টি,グラフトン郡,格拉夫頓縣		US	NH	009	89118	America/New_York
5087463	Hillsborough County	hillsborough-county	Comte de Hillsborough,Comté de Hillsborough,Hillsboro County,Hillsborough,Hillsborough County		US	NH	011	400721	America/New_York
5089480	Merrimack County	merrimack-county	Comitatul Merrimack,Comte de Merrimack,Comté de Merrimack,Condado de Merrimack,Condado han Merrimack,Contea di Merrimack,Hrabstwo Merrimack,Merimak,Merimak srjan,Merrimac County,Merrimack,Merrimack County,Merrimack Kun,Merrimack Kūn,Merrimack konderria,Merrimack megye,Merrimacki maakond,Merrimak,Okrug Merimak,Quan Merrimack,Quận Merrimack,mai li ma ke xian,merimakku jun,myarimeka ka'unti,shhrstan mrymk  nywhmpshayr,Меримак,Мерримак,Меррімак,Округ Меримак,Մերիմակ շրջան,شهرستان مریمک، نیوهمپشایر,میریمیک کاؤنٹی,میریمیک کاؤنٹی، نیو ہیمپشائر,ম্যারীমেক কাউন্টি,メリマック郡,麥立馬克縣		US	NH	013	146445	America/New_York
5091860	Rockingham County	rockingham-county	Comitatul Rockingham,Comte de Rockingham,Comté de Rockingham,Condado de Rockingham,Condado han Rockingham,Contea di Rockingham,Hrabstwo Rockingham,Okrug Rokingkham,Quan Rockingham,Quận Rockingham,Rockingham,Rockingham Kun,Rockingham Kūn,Rockingham konderria,Rockingham megye,Rockinghami maakond,Rokingam,Rokingem,Rokinggem,luo jing an xian,rakinhama ka'unti,rokkingamu jun,shhrstan rakyngham  nywhmpshayr,Округ Рокингхам,Рокингам,Рокингем,Рокінґгем,Ռոքինգհեմ շրջան,راکنگہیم کاؤنٹی,راکنگہیم کاؤنٹی، نیو ہیمپشائر,شهرستان راکینگهام، نیوهمپشایر,রকিংহাম কাউন্টি,ロッキンガム郡,羅京安縣		US	NH	015	295223	America/New_York
5093237	Strafford County	strafford-county	Comitatul Strafford,Comte de Strafford,Comté de Strafford,Condado de Strafford,Condado han Strafford,Contea di Strafford,Hrabstwo Strafford,Okrug Straford,Quan Strafford,Quận Strafford,Strafford,Strafford Kun,Strafford Kūn,Strafford konderria,Strafford megye,Straford,Straford srjan,shhrstan astrafwrd  nywhmpshayr,si te la fu xian,straphorda ka'unti,sutoraffodo jun,Округ Страфорд,Страфорд,Страффорд,Ստրաֆորդ շրջան,سٹریفورڈ کاؤنٹی,سٹریفورڈ کاؤنٹی، نیو ہیمپشائر,شهرستان استرافورد، نیوهمپشایر,স্ট্রাফোর্ড কাউন্টি,ストラッフォード郡,斯特拉佛縣		US	NH	017	123143	America/New_York
5093334	Sullivan County	sullivan-county	Comitatul Sullivan,Comte de Sullivan,Comté de Sullivan,Condado de Sullivan,Condado han Sullivan,Contea di Sullivan,Hrabstwo Sullivan,Okrug Salivan,Quan Sullivan,Quận Sullivan,Sallivan,Sulivan,Sulivan srjan,Sullivan,Sullivan Kun,Sullivan Kūn,Sullivan konderria,Sullivan megye,sariban jun,sha li wen xian,shhrstan salywan  nywhmpshayr,sullibhana ka'unti,Округ Саливан,Салливан,Салліван,Съливан,Սուլիվան շրջան,سلیوان کاؤنٹی، نیو ہیمپشائر,سولیوان کاؤنٹی، نیو ہیمپشائر,شهرستان سالیوان، نیوهمپشایر,সুল্লিভান কাউন্টি,サリバン郡,沙利文縣		US	NH	019	43742	America/New_York
5095598	Bergen County	bergen-county	Bergen,Bergen County,Bergen Kun,Bergen Kūn,Bergen konderria,Bergen megye,Bergen srjan,Burgun,Comitatul Bergen,Comte de Bergen,Comté de Bergen,Condado de Bergen,Condado han Bergen,Contae Bergen,Contea di Bergen,Hrabstwo Bergen,Kantono Bergen,Okrug Bergen,Quan Bergen,Quận Bergen,Tappaans,bagen jun,bargena ka'unti,beogeon gun,bo gen xian,perkan kavuntti,shhrstan brgn  nywjrsy,Берген,Бъргън,Округ Берген,Բերգեն շրջան,برگن کاؤنٹی,برگن کاؤنٹی، نیو جرسی,شهرستان برگن، نیوجرسی,مقاطعة بيرغن,বার্গেন কাউন্টি,பெர்கன் கவுண்ட்டி,バーゲン郡,博根縣,버건 군		US	NJ	003	905116	America/New_York
5097707	Essex County	essex-county	Comitatul Essex,Comte d'Essex,Comté d'Essex,Condado de Essex,Condado han Essex,Contea di Essex,Ehsseks,Eseks,Esseks,Essex,Essex Kun,Essex Kūn,Essex konderria,Essex megye,Essexi maakond,Essexin piirikunta,Hrabstwo Essex,Kantono Essex,Okrug Eseks,Quan Essex,Quận Essex,ai sai ke si jun,esekkusu jun,eseksa ka'unti,shhrstan asks  nywjrsy,Есекс,Ессекс,Округ Есекс,Эссекс,Էսեքս շրջան,ایسکس کاؤنٹی، نیو جرسی,ایسیکس کاؤنٹی، نیو جرسی,شهرستان اسکس، نیوجرسی,مقاطعة إسكس,এসেক্স কাউন্টি,エセックス郡,艾塞克斯郡		US	NJ	013	783969	America/New_York
5099357	Hudson County	hudson-county	Comitatul Hudson,Comte de Hudson,Comté de Hudson,Condado de Hudson,Condado han Hudson,Contea di Hudson,Gudzon,Hrabstwo Hudson,Hudson,Hudson Kun,Hudson Kūn,Hudson konderria,Hudson megye,Hudsonin piirikunta,Hudzon srjan,Khadson,Khudsun,Okrug Khadson,Quan Hudson,Quận Hudson,ha de xun xian,hadasana ka'unti,hadoson jun,shhrstan hadswn  nywjrsy,Гудзон,Округ Хадсон,Хадсон,Хъдсън,Հուդզոն շրջան,شهرستان هادسون، نیوجرسی,مقاطعة هدسون,ہڈسن کاؤنٹی,ہڈسن کاؤنٹی، نیو جرسی,হাডসন কাউন্টি,ハドソン郡,哈德遜縣		US	NJ	017	634266	America/New_York
5099381	Hunterdon County	hunterdon-county	Comitatul Hunterdon,Comte de Hunterdon,Comté de Hunterdon,Condado de Hunterdon,Condado han Hunterdon,Contea di Hunterdon,Ganterdon,Hanterdon srjan,Hrabstwo Hunterdon,Hunterdon,Hunterdon Kun,Hunterdon Kūn,Hunterdon konderria,Hunterdon megye,Khanterdon,Khunturdun,Okrug Khanterdon,Quan Hunterdon,Quận Hunterdon,hantadon jun,hantaradana ka'unti,heng te dui xian,Гантердон,Округ Хантердон,Хантердон,Хънтърдън,Հանտերդոն շրջան,مقاطعة هونتردون,ہنٹرڈن کاؤنٹی,ہنٹرڈن کاؤنٹی، نیو جرسی,হান্টারডন কাউন্টি,ハンタードン郡,亨特敦縣		US	NJ	019	128349	America/New_York
5101090	Mercer County	mercer-county	Comitatul Mercer,Comte de Mercer,Comté de Mercer,Condado de Mercer,Condado han Mercer,Contea di Mercer,Hrabstwo Mercer,Mercer,Mercer Kun,Mercer Kūn,Mercer konderria,Mercer megye,Mercer-sysla,Mercer-sýsla,Merceri maakond,Merser,Merser srjan,Mursur,Okrug Merser,Quan Mercer,Quận Mercer,mararsera ka'unti,masa jun,mo se xian,shhrstan mrsr  nywjrsy,Мерсер,Мърсър,Округ Мерсер,Մերսեր շրջան,شهرستان مرسر، نیوجرسی,مرسر کاؤنٹی,مرسر کاؤنٹی، نیو جرسی,مقاطعة ميرسر,মারর্সের কাউন্টি,マーサー郡,默瑟县		US	NJ	021	366513	America/New_York
5101160	Middlesex County	middlesex-county	Comitatul Middlesex,Comte de Middlesex,Comté de Middlesex,Condado de Middlesex,Condado han Middlesex,Contea di Middlesex,Hrabstwo Middlesex,Middlesex,Middlesex Kun,Middlesex Kūn,Middlesex konderria,Middlesex megye,Middlseks,Midlseks,Midulseks,Okrug Midlseks,Quan Middlesex,Quận Middlesex,mi de sa ke si jun,midalaseksa ka'unti,midorusekkusu jun,shhrstan mydlsks  nywjrsy,Мидлсекс,Мидълсекс,Міддлсекс,Округ Мидлсекс,Միդլսեքս շրջան,شهرستان میدلسکس، نیوجرسی,مقاطعة ميدلسكس,مڈلسکس کاؤنٹی، نیو جرسی,مڈلسیکس کاؤنٹی، نیو جرسی,মিডলসেক্স কাউন্টি,ミドルセックス郡,密德薩克斯郡		US	NJ	023	809858	America/New_York
5101305	Monmouth County	monmouth-county	Comitatul Monmouth,Comte de Monmouth,Comté de Monmouth,Condado de Monmouth,Condado han Monmouth,Contea di Monmouth,Hrabstwo Monmouth,Monmaut,Monmouth,Monmouth Kun,Monmouth Kūn,Monmouth konderria,Monmouth megye,Monmut,Okrug Monmut,Quan Monmouth,Quận Monmouth,meng mao si xian,monama'utha ka'unti,monmasu jun,shhrstan mwnmwwth  nywjrsy,Монмаут,Монмут,Округ Монмут,Մոնմաութ շրջան,شهرستان مونمووث، نیوجرسی,مقاطعة مونموث,مونماؤتھ کاؤنٹی,مونماوتھ کاؤنٹی، نیو جرسی,মোনমাউথ কাউন্টি,モンマス郡,蒙茅斯縣		US	NJ	025	630380	America/New_York
5101405	Morris County	morris-county	Comitatul Morris,Comte de Morris,Comté de Morris,Condado de Morris,Condado han Morris,Contea di Morris,Hrabstwo Morris,Moris,Moris srjan,Morris,Morris Kun,Morris Kūn,Morris konderria,Morris megye,Okrug Moris,Okrug Morris,Quan Morris,Quận Morris,mo li si xian,morisa ka'unti,morisu jun,shhrstan mwrys  nywjrsy,Морис,Моррис,Морріс,Округ Морис,Մորիս շրջան,شهرستان موریس، نیوجرسی,مقاطعة موريس,مورس کاؤنٹی,مورس کاؤنٹی، نیو جرسی,মোরিস কাউন্টি,モリス郡,摩里斯縣		US	NJ	027	492276	America/New_York
5102445	Passaic County	passaic-county	Comitatul Passaic,Comte de Passaic,Comté de Passaic,Condado de Passaic,Condado han Passaic,Contea di Passaic,Hrabstwo Passaic,Okrug Pasejik,Passaic,Passaic Kun,Passaic Kūn,Passaic konderria,Passaic megye,Passaik,Passejik,Pusejik,Quan Passaic,Quận Passaic,ba sai ke xian,pasaiku jun,pasayika ka'unti,shhrstan pasayyk  nywjrsy,Округ Пасејик,Пассаїк,Пассейик,Пъсейик,Փասայկ շրջան,شهرستان پاسائیک، نیوجرسی,مقاطعة باسيك,پاسائک کاؤنٹی,پاسیک کاؤنٹی، نیو جرسی,পাসায়িক কাউন্টি,パサイク郡,巴賽克縣		US	NJ	031	501226	America/New_York
5104759	Somerset County	somerset-county	Comitatul Somerset,Comte de Somerset,Comté de Somerset,Condado de Somerset,Condado han Somerset,Contea di Somerset,Hrabstwo Somerset,Okrug Samerset,Quan Somerset,Quận Somerset,Samurset,Somerset,Somerset Kun,Somerset Kūn,Somerset konderria,Somerset megye,Somerset srjan,sa mo sai te xian,samasetto jun,shhrstan samrst  nywjrsy,somaraseta ka'unti,Округ Самерсет,Самърсет,Сомерсет,Սոմերսետ շրջան,سومرسٹ کاؤنٹی,سومرسیٹ کاؤنٹی، نیو جرسی,شهرستان سامرست، نیوجرسی,مقاطعة سومرست,সোমারসেট কাউন্টি,サマセット郡,萨默塞特县		US	NJ	035	323444	America/New_York
5105168	Sussex County	sussex-county	Comitatul Sussex,Comte de Sussex,Comté de Sussex,Condado de Sussex,Condado han Sussex,Contea di Sussex,Hrabstwo Sussex,Okrug Saseks,Quan Sussex,Quận Sussex,Sasseks,Suseks,Sussex,Sussex Kun,Sussex Kūn,Sussex konderria,Sussex megye,sasekkusu jun,saseksa ka'unti,shhrstan sasks  nywjrsy,su sai ke si xian,Округ Сасекс,Сассекс,Съсекс,Սասեքս շրջան,سسکس کاؤنٹی، نیو جرسی,سسیکس کاؤنٹی، نیو جرسی,شهرستان ساسکس، نیوجرسی,مقاطعة ساسكس,সাসেক্স কাউন্টি,サセックス郡,蘇塞克斯縣		US	NJ	037	149265	America/New_York
5105640	Union County	union-county	Comitatul Union,Comte d'Union,Comté d'Union,Condado de Union,Condado han Union,Contea di Union,Hrabstwo Union,Junion,Juniun,Okrug Junion,Quan Union,Quận Union,Union,Union Kun,Union Kūn,Union konderria,Union megye,Yunion srjan,i'uniyana ka'unti,lian he xian,shhrstan ywnywn  nywjrsy,yunion jun,Округ Јунион,Юнион,Юниън,Юніон,Յունիոն շրջան,شهرستان یونیون، نیوجرسی,مقاطعة يونيون,یونین کاؤنٹی,یونین کاؤنٹی، نیو جرسی,ইউনিয়ন কাউন্টি,ユニオン郡,聯合縣		US	NJ	039	536499	America/New_York
5106044	Warren County	warren-county	Comitatul Warren,Comte de Warren,Comté de Warren,Condado de Warren,Condado han Warren,Contea di Warren,Hrabstwo Warren,Okrug Voren,Oworen srjan,Quan Warren,Quận Warren,Uorren,Uorun,Vorren,Warren,Warren Kun,Warren Kūn,Warren konderria,Warren megye,raarena ka'unti,shhrstan warn  nywjrsy,u~oren jun,wo lun xian,Воррен,Округ Ворен,Уоррен,Уорън,Ուորեն շրջան,شهرستان وارن، نیوجرسی,مقاطعة وارين,وارن کاؤنٹی، نیو جرسی,ৱারেন কাউন্টি,ウォーレン郡,沃倫縣		US	NJ	041	108692	America/New_York
5106841	Albany County	albany-county	Albany,Albany Comitatus,Albany Kun,Albany Kūn,Albany konderria,Albany maakond,Albany megye,Albany  okrug,Albanyn piirikunta,Comitatul Albany,Comte d'Albany,Comté d'Albany,Condado de Albany,Condado han Albany,Contea di Albany,Hrabstwo Albany,Okrug Olbani,Olbani,Olbani srjan,Quan Albany,Quận Albany,alabeni ka'unti,ao er ba ni xian,mqatʿt albany,orubani jun,shhrstan albany  nywywrk,Округ Олбани,Олбани,Олбані,Օլբանի շրջան,البانی کاؤنٹی,البنی کاؤنٹی,شهرستان آلبانی، نیویورک,مقاطعة ألباني,আলবেনী কাউন্টি,オールバニ郡,奧爾巴尼縣		US	NY	001	304204	America/New_York
5106997	Allegany County	allegany-county	Alegani srjan,Alegeni,Allegany,Allegany Comitatus,Allegany Kun,Allegany Kūn,Allegany konderria,Allegany maakond,Allegany megye,Allegany  okrug,Allegejni,Allegeni,Comitatul Allegany,Comte d'Allegany,Comté d'Allegany,Condado de Allegany,Condado han Allegany,Contea di Allegany,Hrabstwo Allegany,Okrug Alegeni,a li gen ni xian,alegani ka'unti,arigeini jun,mqatʿt allyghany,shhrstan alygny  nywywrk,Алегени,Аллегейни,Аллегені,Округ Алегени,Ալեգանի շրջան,الگنی کاؤنٹی,الیگانی کاؤنٹی، نیویارک,شهرستان الیگنی، نیویورک,مقاطعة ألليغاني,আলেগানী কাউন্টি,アリゲイニー郡,阿利根尼縣		US	NY	003	48946	America/New_York
5110253	Bronx County	bronx-county	An Bronx,Bron'x,Bronks,Bronksa,Bronksas,Bronkso,Bronx,Bronx County,The Bronx,beulongkeuseu,brankasa ka'unti,branks,bronksi,brwnks,bu lang ke si,buronkusu qu,dexa br xngs,hbrwnqs,Μπρονξ,Бронкс,בראנקס,הברונקס,برانکس,برونكس,ব্রঙ্কস কাউন্টি,ব্রঙ্ক্‌স,เดอะบร็องซ์,ბრონქსი,ブロンクス区,布朗克斯,브롱크스		US	NY	005	1385108	America/New_York
5110365	Broome County	broome-county	Broome,Broome Comitatus,Broome Kun,Broome Kūn,Broome konderria,Broome megye,Broome  okrug,Brum,Brum srjan,Comitatul Broome,Comte de Broome,Comté de Broome,Condado de Broome,Condado han Broome,Contea di Broome,Hrabstwo Broome,Okrug Brum,Quan Broome,Quận Broome,brome ka'unti,bu lu mu xian,burumu jun,mhwz brwm,mqatʿt brwm,shhrstan brwm  nywywrk,Брум,Округ Брум,Բրում շրջան,מחוז ברום,بروم کاؤنٹی,بروم کاؤنٹی، نیویارک,بروم، نیویۆرک,شهرستان بروم، نیویورک,مقاطعة بروم,ব্রোমে কাউন্টি,ブルーム郡,布魯姆縣		US	NY	007	200600	America/New_York
5111846	Cattaraugus County	cattaraugus-county	Cattaraugus,Cattaraugus Comitatus,Cattaraugus Kun,Cattaraugus Kūn,Cattaraugus konderria,Cattaraugus megye,Cattaraugus  okrug,Comitatul Cattaraugus,Comte de Cattaraugus,Comté de Cattaraugus,Condado de Cattaraugus,Condado han Cattaraugus,Contea di Cattaraugus,Hrabstwo Cattaraugus,Katarogas,Katarogus,Kattarogus,Okrug Katarogus,Quan Cattaraugus,Quận Cattaraugus,ka te luo ge si xian,kataraugasu jun,mqatʿt katarwghws,sattaraugusa ka'unti,shhrstan kataragws  nywywrk,Катарогас,Катарогъс,Каттарогус,Округ Катарогус,Քատարոգաս շրջան,شهرستان کاتاراگوس، نیویورک,مقاطعة كاتاروغوس,کٹاراگس کاؤنٹی,کیٹاروگس کاؤنٹی,সাত্তারৌগুস কাউন্টি,カタラウガス郡,卡特羅格斯縣		US	NY	009	80317	America/New_York
5111868	Cayuga County	cayuga-county	Cayuga,Cayuga Comitatus,Cayuga Kun,Cayuga Kūn,Cayuga konderria,Cayuga maakond,Cayuga megye,Cayuga  okrug,Comitatul Cayuga,Comte de Cayuga,Comté de Cayuga,Condado de Cayuga,Condado han Cayuga,Contea di Cayuga,Hrabstwo Cayuga,Kajjuga,Kajuga,Okrug Kejuga,Quan Cayuga,Quận Cayuga,ka you jia xian,kayuga jun,mqatʿt kaywgha,sayuga ka'unti,shhrstan kaywga  nywywrk,Кайюга,Каюга,Округ Кејуга,Քայուգա շրջան,شهرستان کایوگا، نیویورک,مقاطعة كايوغا,کایوگا کاؤنٹی,کایوگا کاؤنٹی، نیویارک,সায়ুগা কাউন্টি,カユガ郡,卡尤加縣		US	NY	011	80026	America/New_York
5112358	Chautauqua County	chautauqua-county	Chatokva,Chautauqua,Chautauqua Comitatus,Chautauqua Kun,Chautauqua Kūn,Chautauqua konderria,Chautauqua maakond,Chautauqua megye,Chautauqua  okrug,Chotokva,Comitatul Chautauqua,Comte de Chautauqua,Comté de Chautauqua,Condado de Chautauqua,Condado han Chautauqua,Contea di Chautauqua,Hrabstwo Chautauqua,Okrug Shatokva,Quan Chautauqua,Quận Chautauqua,Shutokua,ca'utakuya ka'unti,mqatʿt tshataqwa,shatokua jun,shhrstan chatakwa  nywywrk,xue tuo kuo xian,Округ Шатоква,Чатоква,Чотоква,Шътокуа,Չոտոկվա շրջան,شهرستان چاتاکوآ، نیویورک,مقاطعة تشاتاقوا,چاؤتاکوا کاؤنٹی,چوٹوقوا کاؤنٹی، نیویارک,চাউতাকুয়া কাউন্টি,シャトークア郡,學托擴縣		US	NY	013	134905	America/New_York
5112392	Chemung County	chemung-county	Chemang,Chemung,Chemung Comitatus,Chemung Kun,Chemung Kūn,Chemung konderria,Chemung megye,Chemung  okrug,Comitatul Chemung,Comte de Chemung,Comté de Chemung,Condado de Chemung,Condado han Chemung,Contea di Chemung,Hrabstwo Chemung,Okrug Shemang,Quan Chemung,Quận Chemung,Shimang,Shimung,cemum ka'unti,mqatʿt tshymwngh,shemangu jun,shhrstan chymang  nywywrk,xi mang xian,Округ Шеманг,Чеманг,Шиманг,Шимънг,Չեմանգ շրջան,شهرستان چیمانگ، نیویورک,مقاطعة تشيمونغ,چیمنگ کاؤنٹی,چیمنگ کاؤنٹی، نیویارک,চেমুং কাউন্টি,シェマング郡,希芒縣		US	NY	015	88830	America/New_York
5112398	Chenango County	chenango-county	Chenango,Chenango Comitatus,Chenango Kun,Chenango Kūn,Chenango konderria,Chenango megye,Comitatul Chenango,Comte de Chenango,Comté de Chenango,Condado de Chenango,Condado han Chenango,Contea di Chenango,Hrabstwo Chenango,Okrug Shenango,Quan Chenango,Quận Chenango,Shenango,cenango ka'unti,mqatʿt tshynanghw,shenango jun,shhrstan chynangw  nywywrk,xi nan ge xian,Округ Шенанго,Ченанго,Шенанго,Չենանգո շրջան,شهرستان چینانگو، نیویورک,مقاطعة تشينانغو,چینانگو کاؤنٹی,چینانگو کاؤنٹی، نیویارک,চেনাঙ্গো কাউন্টি,シェナンゴ郡,希南戈縣		US	NY	017	50477	America/New_York
5112977	Clinton County	clinton-county	Clinton,Clinton Comitatus,Clinton Kun,Clinton Kūn,Clinton konderria,Clinton megye,Comitatul Clinton,Comte de Clinton,Comté de Clinton,Condado de Clinton,Condado han Clinton,Contea di Clinton,Hrabstwo Clinton,Klinton,Klintun,Okrug Klinton,Quan Clinton,Quận Clinton,ke lin dun xian,klintana ka'unti,kurinton jun,mqatʿt klyntwn,shhrstan klyntwn  nywywrk,Клинтон,Клинтън,Клінтон,Округ Клинтон,Քլինտոն շրջան,شهرستان کلینتون، نیویورک,مقاطعة كلينتون,کلنٹن کاؤنٹی,کلنٹن کاؤنٹی، نیویارک,ক্লিন্টন কাউন্টি,クリントン郡,克林頓縣		US	NY	019	82128	America/New_York
5113366	Columbia County	columbia-county	Columbia,Columbia Comitatus,Columbia Kun,Columbia Kūn,Columbia konderria,Columbia megye,Comitatul Columbia,Comte de Columbia,Comté de Columbia,Condado de Columbia,Condado han Columbia,Contea di Columbia,Hrabstwo Columbia,Kolumbia srjan,Kolumbija,Okrug Kolambija,Quan Columbia,Quận Columbia,ge lun bi ya xian,kalambiya ka'unti,koronbia jun,mqatʿt kwlwmbya,shhrstan klmbya  nywywrk,Колумбия,Колумбія,Округ Коламбија,Կոլումբիա շրջան,شهرستان کلمبیا، نیویورک,مقاطعة كولومبيا,کولمبیا کاؤنٹی,کولمبیا کاؤنٹی، نیویارک,কলম্বিয়া কাউন্টি,コロンビア郡,哥倫比亞縣		US	NY	021	63096	America/New_York
5113792	Cortland County	cortland-county	Comitatul Cortland,Comte de Cortland,Comté de Cortland,Condado de Cortland,Condado han Cortland,Contea di Cortland,Cortland,Cortland Comitatus,Cortland Kun,Cortland Kūn,Cortland konderria,Cortland megye,Cortlandi maakond,Hrabstwo Cortland,Kortland,Kortlend,Okrug Kortland,Quan Cortland,Quận Cortland,ke te lan xian,kortalyanda ka'unti,kotorando jun,mqatʿt kwrtland,shhrstan kwrtlnd  nywywrk,Кортланд,Кортленд,Округ Кортланд,Քորտլենդ շրջան,شهرستان کورتلند، نیویورک,مقاطعة كورتلاند,کورٹلینڈ کاؤنٹی,کورٹلینڈ کاؤنٹی، نیویارک,কোর্টল্যান্ড কাউন্টি,コートランド郡,科特蘭縣		US	NY	023	49336	America/New_York
5114810	Delaware County	delaware-county	Comitatul Delaware,Comte de Delaware,Comté de Delaware,Condado de Delaware,Condado han Delaware,Contea di Delaware,Delaueur,Delavehr,Delaver,Delaver srjan,Delaware,Delaware Comitatus,Delaware Kun,Delaware Kūn,Delaware konderria,Delaware megye,Hrabstwo Delaware,Okrug Delaver,Quan Delaware,Quận Delaware,dela'oyyara ka'unti,derau~ea jun,mqatʿt dylawyr,shhrstan dlawyr  nywywrk,te la hua xian,Делавер,Делавэр,Делауеър,Округ Делавер,Դելավեր շրջան,شهرستان دلاویر، نیویورک,مقاطعة ديلاوير,ڈیلاویئر کاؤنٹی,ڈیلاویئر کاؤنٹی، نیویارک,ডেলাওয়্যার কাউন্টি,デラウェア郡,特拉華縣		US	NY	025	47980	America/New_York
5115580	Dutchess County	dutchess-county	Comitatul Dutchess,Comte de Dutchess,Comté de Dutchess,Condado de Dutchess,Condado han Dutchess,Contea di Dutchess,Dachess,Datchess,Duchis,Dutchess,Dutchess Comitatus,Dutchess Kun,Dutchess Kūn,Dutchess konderria,Dutchess megye,Hrabstwo Dutchess,Okrug Daches,Quan Dutchess,Quận Dutchess,da qi si xian,dacesa ka'unti,datchesu jun,mqatʿt dwtshyz,shhrstan dachs  nywywrk,Датчесс,Дачесс,Дъчис,Округ Дачес,Դաչես շրջան,شهرستان داچس، نیویورک,مقاطعة دوتشيز,ڈچس کاؤنٹی,ডাচেস কাউন্টি,ダッチェス郡,達奇斯縣		US	NY	027	297488	America/New_York
5116642	Erie County	erie-county	Comitatul Erie,Comte d'Erie,Comté d'Érie,Condado de Erie,Condado han Erie,Contea di Erie,Ehri,Eri,Eri srjan,Erie,Erie Comitatus,Erie Kun,Erie Kūn,Erie konderria,Erie maakond,Erie megye,Hrabstwo Erie,Okrug Iri,Quan Erie,Quận Erie,eri jun,eri ka'unti,mqatʿt ayry,shhrstan ayry  nywywrk,yi li xian,Ери,Ері,Округ Ири,Эри,Էրի շրջան,ایری کاؤنٹی,ایری کاؤنٹی، نیویارک,شهرستان ایری، نیویورک,مقاطعة إيري,এরি কাউন্টি,エリー郡,伊利縣		US	NY	029	919040	America/New_York
5116680	Essex County	essex-county	Comitatul Essex,Comte d'Essex,Comté d'Essex,Condado de Essex,Condado han Essex,Contea di Essex,Ehsseks,Eseks,Esseks,Essex,Essex Comitatus,Essex Kun,Essex Kūn,Essex konderria,Essex megye,Essexi maakond,Hrabstwo Essex,Okrug Eseks,Quan Essex,Quận Essex,ai sai ke si xian,esekkusu jun,eseksa ka'unti,mqatʿt aysyks,shhrstan asks  nywywrk,Есекс,Ессекс,Округ Есекс,Эссекс,Էսեքս շրջան,ایسکس کاؤنٹی,شهرستان اسکس، نیویورک,مقاطعة إيسيكس,এসেক্স কাউন্টি,エセックス郡,艾塞克斯縣		US	NY	031	39370	America/New_York
5117867	Franklin County	franklin-county	Comitatul Franklin,Comte de Franklin,Comté de Franklin,Condado de Franklin,Condado han Franklin,Contea di Franklin,Franklin,Franklin Comitatus,Franklin Kun,Franklin Kūn,Franklin konderria,Franklin megye,Franklin srjan,Hrabstwo Franklin,Okrug Frenklin,Quan Franklin,Quận Franklin,fu lan ke lin xian,furankurin jun,mqatʿt frankln,phrankalina ka'unti,shhrstan franklyn  nywywrk,Округ Френклин,Франклин,Франклін,Ֆրանկլին շրջան,شهرستان فرانکلین، نیویورک,فرینکلن کاؤنٹی,مقاطعة فرانكلن,ফ্রাঙ্কলিন কাউন্টি,フランクリン郡,富蘭克林縣		US	NY	033	51599	America/New_York
5118116	Fulton County	fulton-county	Comitatul Fulton,Comte de Fulton,Comté de Fulton,Condado de Fulton,Condado han Fulton,Contea di Fulton,Fulton,Fulton Comitatus,Fulton Kun,Fulton Kūn,Fulton konderria,Fulton megye,Fulton srjan,Fultun,Hrabstwo Fulton,Okrug Fulton,Quan Fulton,Quận Fulton,fu er dun xian,furuton jun,mqatʿt fwltwn,phulatana ka'unti,shhrstan fwltn  nywywrk,Округ Фултон,Фултон,Фултън,Ֆուլտոն շրջան,شهرستان فولتن، نیویورک,فلٹن کاؤنٹی,مقاطعة فولتون,ফূলটন কাউন্টি,フルトン郡,富爾頓縣		US	NY	035	55531	America/New_York
5118380	Genesee County	genesee-county	Comitatul Genesee,Comte de Genesee,Comté de Genesee,Condado de Genesee,Condado han Genesee,Contea di Genesee,Dzhenesi,Dzhenesij,Genesee,Genesee Comitatus,Genesee Kun,Genesee Kūn,Genesee konderria,Genesee maakond,Genesee megye,Hrabstwo Genesee,Jenesi srjan,Kantono Genesee,Okrug DZenesi,Quan Genesee,Quận Genesee,jeneshi jun,jenisi ka'unti,jie na xi xian,mqatʿt jynysy,shhrstan jnsy  nywywrk,Дженеси,Дженесий,Дженесі,Округ Џенеси,Ջենեսի շրջան,جینسی کاؤنٹی، نیویارک,جینیسی کاؤنٹی,شهرستان جنسی، نیویورک,مقاطعة جينيسي,জেনিসী কাউন্টি,ジェネシー郡,傑納西縣		US	NY	037	60079	America/New_York
5119355	Greene County	greene-county	Comitatul Greene,Comte de Greene,Comté de Greene,Condado de Greene,Condado han Greene,Contea di Greene,Greene,Greene Comitatus,Greene Kun,Greene Kūn,Greene konderria,Greene megye,Grijn,Grin,Grin srjan,Hrabstwo Greene,Okrug Grin,Quan Greene,Quận Greene,ge lin xian,grini ka'unti,gurin jun,mqatʿt ghryn,shhrstan gryn  nywywrk,Грийн,Грин,Округ Грин,Ґрін,Գրին շրջան,شهرستان گرین، نیویورک,مقاطعة غرين,گرین کاؤنٹی,گرین کاؤنٹی، نیویارک,গ্রীনি কাউন্টি,グリーン郡,格林縣		US	NY	039	49221	America/New_York
5427799	Lake County	lake-county	Comitatul Lake,Comte de Lake,Comté de Lake,Condado de Lake,Condado han Lake,Contea di Lake,Hrabstwo Lake,Lake,Lake Kun,Lake Kūn,Lake konderria,Lake megye,Lakei maakond,Lejk,Okrug Lejk,Quan Lake,Quận Lake,lai ke xian,leka ka'unti,mqatʿt lyk,reiku jun,shhrstan lyk  klradw,Лейк,Округ Лејк,Լեյք շրջան,شهرستان لیک، کلرادو,لیک کاؤنٹی، کولوراڈو,مقاطعة ليك,লেক কাউন্টি,レイク郡,萊克縣		US	CO	065	7310	America/Denver
5119847	Hamilton County	hamilton-county	Comitatul Hamilton,Comte de Hamilton,Comté de Hamilton,Condado de Hamilton,Condado han Hamilton,Contea di Hamilton,Gamil'ton,Hamilton,Hamilton Comitatus,Hamilton Kun,Hamilton Kūn,Hamilton konderria,Hamilton megye,Hamilton srjan,Hrabstwo Hamilton,Khamiltun,Okrug Khamilton,Quan Hamilton,Quận Hamilton,hamiruton jun,han mi er dun xian,hyamilatana ka'unti,mqatʿt hamyltwn,shhrstan hmyltwn  nywywrk,Гамильтон,Гамільтон,Округ Хамилтон,Хамилтън,Համիլտոն շրջան,شهرستان همیلتون، نیویورک,مقاطعة هاميلتون,ہیملٹن کاؤنٹی,ہیملٹن کاؤنٹی، نیویارک,হ্যামিলটন কাউন্টি,ハミルトン郡,漢密爾頓縣		US	NY	041	4836	America/New_York
5120548	Herkimer County	herkimer-county	Comitatul Herkimer,Comte de Herkimer,Comté de Herkimer,Condado de Herkimer,Condado han Herkimer,Contea di Herkimer,Gerkajmer,Herkaymer srjan,Herkimer,Herkimer Comitatus,Herkimer Kun,Herkimer Kūn,Herkimer konderria,Herkimer megye,Hrabstwo Herkimer,Kherkimer,Khurkimur,Okrug Kherkimer,Quan Herkimer,Quận Herkimer,hakima jun,he ji mo xian,herakimera ka'unti,mqatʿt hyrkaymr,shhrstan hrkymr  nywywrk,Геркаймер,Округ Херкимер,Херкимер,Хъркимър,Հերկայմեր շրջան,شهرستان هرکیمر، نیویورک,مقاطعة هيركايمر,ہرکائمر کاؤنٹی,ہرکائمر کاؤنٹی، نیویارک,হেরকিমের কাউন্টি,ハーキマー郡,赫基默縣		US	NY	043	64519	America/New_York
5122581	Jefferson County	jefferson-county	Comitatul Jefferson,Comte de Jefferson,Comté de Jefferson,Condado de Jefferson,Condado han Jefferson,Contea di Jefferson,Dzhefersun,Dzhefferson,Hrabstwo Jefferson,Jeferson srjan,Jefferson,Jefferson Comitatus,Jefferson Kun,Jefferson Kūn,Jefferson konderria,Jefferson megye,Jeffersoni maakond,Okrug DZeferson,Quan Jefferson,Quận Jefferson,jefason jun,jepharasana ka'unti,jie fei xun xian,mqatʿt jyfyrswn,shhrstan jfrswn  nywywrk,Джеферсън,Джефферсон,Округ Џеферсон,Ջեֆերսոն շրջան,جیفرسن کاؤنٹی,جیفرسن کاؤنٹی، نیویارک,شهرستان جفرسون، نیویورک,مقاطعة جيفيرسون,জেফারশন কাউন্টি,ジェファーソン郡,杰斐逊县		US	NY	045	116229	America/New_York
5124290	Lewis County	lewis-county	Comitatul Lewis,Comte de Lewis,Comté de Lewis,Condado de Lewis,Condado han Lewis,Contea di Lewis,Hrabstwo Lewis,L'juis,Lewis,Lewis Comitatus,Lewis Kun,Lewis Kūn,Lewis konderria,Lewis megye,Luis,Luis srjan,Okrug Luis,Quan Lewis,Quận Lewis,leyusa ka'unti,liu yi si xian,mqatʿt lwys,ruisu jun,shhrstan lwys  nywywrk,Луис,Льюис,Льюїс,Округ Луис,Լուիս շրջան,شهرستان لویس، نیویورک,لیوس کاؤنٹی,لیوس کاؤنٹی، نیویارک,مقاطعة لويس,লেয়ুস কাউন্টি,ルイス郡,劉易斯縣		US	NY	049	27087	America/New_York
5124928	Livingston County	livingston-county	Comitatul Livingston,Comte de Livingston,Comté de Livingston,Condado de Livingston,Condado han Livingston,Contea di Livingston,Hrabstwo Livingston,Livingston,Livingston Comitatus,Livingston Kun,Livingston Kūn,Livingston konderria,Livingston megye,Livingston srjan,Livingstoni maakond,Livingstun,Okrug Livingston,Quan Livingston,Quận Livingston,li wen si dun xian,libhintana ka'unti,lywngsٹn kawnٹy  nyw yark,mqatʿt lyfynghstwn,ribingusuton jun,shhrstan lywyngstwn  nywywrk,Ливингстон,Ливингстън,Лівінгстон,Округ Ливингстон,Լիվինգստոն շրջան,شهرستان لیوینگستون، نیویورک,لونگسٹن کاؤنٹی,لیونگسٹن کاؤنٹی، نیو یارک,مقاطعة ليفينغستون,লিভিংটন কাউন্টি,リビングストン郡,利文斯頓縣		US	NY	051	65393	America/New_York
5125630	Madison County	madison-county	Comitatul Madison,Comte de Madison,Comté de Madison,Condado de Madison,Condado han Madison,Contea di Madison,Hrabstwo Madison,Madison,Madison Comitatus,Madison Kun,Madison Kūn,Madison konderria,Madison megye,Madison srjan,Madisun,Medison,Mehdison,Okrug Medison,Quan Madison,Quận Madison,madison jun,mai di xun xian,medisana ka'unti,mqatʿt madyswn,shhrstan mdyswn  nywywrk,Мадисън,Медісон,Мэдисон,Округ Медисон,Մադիսոն շրջան,شهرستان مدیسون، نیویورک,مقاطعة ماديسون,میڈسن کاؤنٹی، نیویارک,میڈیسن کاؤنٹی,মেডিশন কাউন্টি,マディソン郡,麥迪遜縣		US	NY	053	73442	America/New_York
5127305	Monroe County	monroe-county	Comitatul Monroe,Comte de Monroe,Comté de Monroe,Condado de Monroe,Condado han Monroe,Contea di Monroe,Hrabstwo Monroe,Monro,Monro srjan,Monroe,Monroe Comitatus,Monroe Kun,Monroe Kūn,Monroe konderria,Monroe megye,Okrug Monro,Quan Monroe,Quận Monroe,manarau ka'unti,men luo xian,mhwz mwnrw,monro jun,mqatʿt mwnrw,shhrstan mwnrw  nywywrk,Монро,Округ Монро,Մոնրո շրջան,מחוז מונרו,شهرستان مونرو، نیویورک,مقاطعة مونرو,منرو کاؤنٹی,مونرو کاؤنٹی، نیویارک,মনরৌ কাউন্টি,モンロー郡,門羅縣		US	NY	055	744344	America/New_York
5127354	Montgomery County	montgomery-county	Comitatul Montgomery,Comte de Montgomery,Comté de Montgomery,Condado de Montgomery,Condado han Montgomery,Contea di Montgomery,Hrabstwo Montgomery,Montgomeri,Montgomeri srjan,Montgomery,Montgomery Comitatus,Montgomery Kun,Montgomery Kūn,Montgomery konderria,Montgomery megye,Montgomuri,Okrug Montgomeri,Quan Montgomery,Quận Montgomery,mantagomeri ka'unti,meng ge ma li xian,mongomeri jun,mqatʿt mwntghwmry,shhrstan mwntgwmry  nywywrk,Монтгомери,Монтгомері,Монтгомъри,Округ Монтгомери,Մոնտգոմերի շրջան,شهرستان مونتگومری، نیویورک,مقاطعة مونتغومري,مونٹگومری کاؤنٹی,مونٹگومری، نیویارک,মন্টগোমেরী কাউন্টি,モンゴメリー郡,蒙哥馬利縣		US	NY	057	50219	America/New_York
5128316	Nassau County	nassau-county	Comitatul Nassau,Comtat de Nassau,Comte de Nassau,Comté de Nassau,Condado de Nassau,Condado han Nassau,Contea di Nassau,Hrabstwo Nassau,Nasau,Nasau srjan,Nassau,Nassau Comitatus,Nassau Kun,Nassau Kūn,Nassau konderria,Nassau maakond,Nassau megye,Nassau  okrug,Nasso,Okrug Naso,Quan Nassau,Quận Nassau,mqatʿt nasw,na su xian,nasa'u ka'unti,nasso jun,shhrstan nasaw  nywywrk,Насау,Нассау,Нассо,Округ Насо,Նասաու շրջան,מחוז נסאו,شهرستان ناساو، نیویورک,مقاطعة ناسو,نساؤ کاؤنٹی,نساؤ کاؤنٹی، نیویارک,নাসাউ কাউন্টি,ナッソー郡,納蘇縣		US	NY	059	1339532	America/New_York
5128594	New York County	new-york-county	Comte de New York,Comté de New York,Manhattan,Manhattan County,New York,New York County		US	NY	061	1585873	America/New_York
5128734	Niagara County	niagara-county	Comitatul Niagara,Comte de Niagara,Comté de Niagara,Condado de Niagara,Condado de Niágara,Condado han Niagara,Contea di Niagara,Hrabstwo Niagara,Niagara,Niagara Comitatus,Niagara Kun,Niagara Kūn,Niagara konderria,Niagara megye,Niagara srjan,Okrug Najagara,Quan Niagara,Quận Niagara,mqatʿt nyaghra,naiagara jun,nayagra ka'unti,ni ya jia la xian,shhrstan nyagara  nywywrk,Ниагара,Ніагара,Округ Најагара,Նիագարա շրջան,شهرستان نیاگارا، نیویورک,مقاطعة نياغرا,نیاگرا کاؤنٹی,নায়াগ্রা কাউন্টি,ナイアガラ郡,尼亞加拉縣		US	NY	063	216469	America/New_York
5129832	Oneida County	oneida-county	Comitatul Oneida,Comte d'Oneida,Comté d'Oneida,Condado de Oneida,Condado han Oneida,Contea di Oneida,Hrabstwo Oneida,Okrug Onajda,Onajda,Oneida,Oneida Comitatus,Oneida Kun,Oneida Kūn,Oneida konderria,Oneida megye,Onejda,Oneyda srjan,Quan Oneida,Quận Oneida,ao nai da xian,mqatʿt awnyda,onaida jun,oniyeda ka'unti,shhrstan awnyda  nywywrk,Округ Онајда,Онайда,Онейда,Օնեյդա շրջան,اونائیڈہ کاؤنٹی، نیویارک,اونیڈا کاؤنٹی,شهرستان اونیدا، نیویورک,مقاطعة أونيدا,ওনিয়েডা কাউন্টি,オナイダ郡,奧奈達縣		US	NY	065	234878	America/New_York
5129867	Onondaga County	onondaga-county	Comitatul Onondaga,Comte d'Onondaga,Comté d'Onondaga,Condado de Onondaga,Condado han Onondaga,Contea di Onondaga,Hrabstwo Onondaga,Okrug Onondaga,Onondaga,Onondaga Comitatus,Onondaga Kun,Onondaga Kūn,Onondaga konderria,Onondaga maakond,Onondaga megye,Onondaga srjan,Quan Onondaga,Quận Onondaga,ao nong da jia xian,mqatʿt awnwndagha,onondaga jun,onondaga ka'unti,shhrstan awnandaga  nywywrk,Округ Онондага,Онондага,Онондаґа,Օնոնդագա շրջան,انونڈنگا کاؤنٹی,اونونڈاگا کاؤنٹی,شهرستان اونانداگا، نیویورک,مقاطعة أونونداغا,ওনোন্দাগা কাউন্টি,オノンダガ郡,奧農達加縣		US	NY	067	467026	America/New_York
5129891	Ontario County	ontario-county	Comitatul Ontario,Comte d'Ontario,Comté d'Ontario,Condado de Ontario,Condado de Ontário,Condado han Ontario,Contea di Ontario,Hrabstwo Ontario,Okrug Ontario,Ontario,Ontario Comitatus,Ontario Kun,Ontario Kūn,Ontario konderria,Ontario megye,Ontario srjan,Quan Ontario,Quận Ontario,an da e xian,mqatʿt awntaryw,ontari'o ka'unti,ontario jun,shhrstan awntaryw  nywywrk,Округ Онтарио,Онтарио,Онтаріо,Օնտարիո շրջան,انٹرایو کاؤنٹی,اونٹاریو کاؤنٹی، نیویارک,شهرستان اونتاریو، نیویورک,مقاطعة أونتاريو,ওন্টারিও কাউন্টি,オンタリオ郡,安大略縣		US	NY	069	107931	America/New_York
5129915	Orange County	orange-county	Comte d'Orange,Comté d'Orange,Orange		US	NY	071	372813	America/New_York
5129995	Orleans County	orleans-county	Comitatul Orleans,Comte d'Orleans,Comté d'Orleans,Condado de Orleans,Condado han Orleans,Contea di Orleans,Hrabstwo Orleans,Okrug Orlins,Orleans,Orleans Comitatus,Orleans Kun,Orleans Kūn,Orleans konderria,Orleans megye,Orleans srjan,Orleansi maakond,Orlins,Orliuns,Quan Orleans,Quận Orleans,ao er liang xian,mqatʿt awrlynz,oraliyensa ka'unti,orinzu jun,shhrstan awrlyan  nywywrk,Округ Орлинс,Орлеанс,Орлиънс,Орлінс,Օռլեանս շրջան,اورلینز کاؤنٹی,اورلینز کاؤنٹی، نیو یارک,شهرستان اورلئان، نیویورک,مقاطعة أورلينز,ওরলিয়েন্স কাউন্টি,オーリンズ郡,奧爾良縣		US	NY	073	42883	America/New_York
5130076	Oswego County	oswego-county	Comitatul Oswego,Comte d'Oswego,Comté d'Oswego,Condado de Oswego,Condado han Oswego,Contea di Oswego,Hrabstwo Oswego,Okrug Osvigo,Osuego,Osuego srjan,Osuigo,Osvego,Oswego,Oswego Comitatus,Oswego Kun,Oswego Kūn,Oswego konderria,Oswego megye,Quan Oswego,Quận Oswego,ao si wei ge xian,mqatʿt awswyghw,osaraego ka'unti,osuu~ego jun,shhrstan azwygw  nywywrk,Округ Освиго,Освего,Осуего,Осуиго,Օսուեգո շրջան,اسویگو کاؤنٹی,اوسویگو کاؤنٹی,شهرستان آزویگو، نیویورک,مقاطعة أوسويغو,ওসৱেগো কাউন্টি,オスウェゴ郡,奧斯威戈縣		US	NY	075	122109	America/New_York
5130111	Otsego County	otsego-county	Comitatul Otsego,Comte d'Otsego,Comté d'Otsego,Condado de Otsego,Condado han Otsego,Contea di Otsego,Hrabstwo Otsego,Ocego,Okrug Otsejgo,Otsego,Otsego Comitatus,Otsego Kun,Otsego Kūn,Otsego konderria,Otsego maakond,Otsego megye,Otsego srjan,Quan Otsego,Quận Otsego,ao qi ge xian,mqatʿt awtsyghw,ochigo jun,otasego ka'unti,shhrstan atsgw  nywywrk,Округ Отсејго,Отсего,Оцего,Օտսեգո շրջան,آٹسیگو کاؤنٹی,اتسیگو کاؤنٹی,شهرستان آتسگو، نیویورک,مقاطعة أوتسيغو,ওটসেগো কাউন্টি,オチゴ郡,奧齊戈縣		US	NY	077	62259	America/New_York
5133166	Putnam County	putnam-county	Comitatul Putnam,Comte de Putnam,Comté de Putnam,Condado de Putnam,Condado han Putnam,Contea di Putnam,Hrabstwo Putnam,Okrug Patnam,Patnam,Patnem,Putnam,Putnam Comitatus,Putnam Kun,Putnam Kūn,Putnam konderria,Putnam megye,Quan Putnam,Quận Putnam,mqatʿt bwtnam,pattonamu jun,pu te nan xian,putanama ka'unti,shhrstan pwtnam  nywywrk,Округ Патнам,Патнам,Патнем,Путнам,Փատնեմ շրջան,شهرستان پوتنام، نیویورک,مقاطعة بوتنام,پتنام کاؤنٹی,پٹنیم کاؤنٹی، نیویارک,পুতনাম কাউন্টি,パットナム郡,普特南縣		US	NY	079	99710	America/New_York
5133268	Queens County	queens-county	Comte de Queens,Comté de Queens,Queens,Queens County		US	NY	081	2230722	America/New_York
5133668	Rensselaer County	rensselaer-county	Comitatul Rensselaer,Comte de Rensselaer,Comté de Rensselaer,Condado de Rensselaer,Condado han Rensselaer,Contea di Rensselaer,Hrabstwo Rensselaer,Okrug Rensler,Quan Rensselaer,Quận Rensselaer,Renseler srjan,Rensselaer,Rensselaer Comitatus,Rensselaer Kun,Rensselaer Kūn,Rensselaer konderria,Rensselaer megye,Rensseler,Rensulijr,lun sai lei xian,rensasilayera ka'unti,renseria jun,shhrstan alksandr  nywywrk,Округ Ренслер,Ренсселер,Ренсълийр,Ռենսելեր շրջան,رنسیلائر کاؤنٹی,رینسیلر کاؤنٹی، نیویارک,شهرستان الکساندر، نیویورک,مقاطعة رينسيلير,রেন্সসীলায়ের কাউন্টি,レンセリア郡,倫塞勒縣		US	NY	083	159429	America/New_York
5146062	Ashland County	ashland-county	Ashland,Ashland Comitatus,Ashland Kun,Ashland Kūn,Ashland konderria,Ashland megye,Ashlandi maakond,Ashlandin piirikunta,Ashlend,Comitatul Ashland,Comte d'Ashland,Comté d'Ashland,Condado de Ashland,Condado han Ashland,Contea di Ashland,Eshlend,Hrabstwo Ashland,Okrug Eshland,Quan Ashland,Quận Ashland,a shen lan xian,ashurando jun,mqatʿt ashland,shhrstan ashlnd  awhayw,Ашланд,Ашленд,Ешленд,Округ Ешланд,ایشلنڈ کاؤنٹی، اوہائیو,ایشلینڈ کاؤنٹی,شهرستان اشلند، اوهایو,مقاطعة آشلاند,অ্যাশল্যান্ড কাউন্টি,アシュランド郡,阿什兰县		US	OH	005	53139	America/New_York
5134189	Rockland County	rockland-county	Comitatul Rockland,Comte de Rockland,Comté de Rockland,Condado de Rockland,Condado han Rockland,Contea di Rockland,Hrabstwo Rockland,Okrug Rokland,Quan Rockland,Quận Rockland,Rockland,Rockland Comitatus,Rockland Kun,Rockland Kūn,Rockland konderria,Rockland megye,Rocklandin piirikunta,Rokland,Roklend,lokeullaendeu gun,luo ke lan xian,rakalyanda ka'unti,rokkurando jun,shhrstan raklnd  nywywrk,Округ Рокланд,Рокланд,Рокленд,Ռոքլենդ շրջան,ראקלענד קאונטי,راکلینڈ کاؤنٹی,راکلینڈ کاؤنٹی، نیویارک,شهرستان راکلند، نیویورک,مقاطعة روكلاند,রকল্যান্ড কাউন্টি,ロックランド郡,羅克蘭縣,로클랜드 군		US	NY	087	311687	America/New_York
5135484	St. Lawrence County	st-lawrence-county	Comte de Saint Lawrence,Comte de St. Lawrence,Comté de Saint Lawrence,Comté de St. Lawrence,Condado de St. Lawrence,Condado han St. Lawrence,Contea di St. Lawrence,Hrabstwo St. Lawrence,Okrug Sent Lorens,Quan St. Lawrence,Quận St. Lawrence,Saint Lawrence,Sejnt Loruns,Sent Lourens srjan,Sent-Lorens,Sent-Lourens,St,St. Lawrence,St. Lawrence Comitatus,mqatʿt sant lwrns,senta lararensa ka'unti,sentororensu jun,sheng luo lun si xian,shhrstan snt larns  nywywrk,Округ Сент Лоренс,Сейнт Лорънс,Сент-Лоренс,Сент-Лоуренс,Սենտ Լոուրենս շրջան,سینٹ لارنس کاؤنٹی، نیویارک,شهرستان سنت لارنس، نیویورک,مقاطعة سانت لورنس,সেন্ট লৱরেন্স কাউন্টি,セントローレンス郡,聖羅倫斯縣		US	NY	089	111944	America/New_York
5136325	Saratoga County	saratoga-county	Comitatul Saratoga,Comte de Saratoga,Comté de Saratoga,Condado de Saratoga,Condado han Saratoga,Contea di Saratoga,Hrabstwo Saratoga,Okrug Saratoga,Quan Saratoga,Quận Saratoga,Saratoga,Saratoga Comitatus,Saratoga Kun,Saratoga Kūn,Saratoga konderria,Saratoga megye,Saratoga srjan,mqatʿt saratwgha,sa la tuo jia xian,saratoga jun,saratoga ka'unti,shhrstan asrtwwga  nywywrk,Округ Саратога,Саратога,Սարատոգա շրջան,ساراٹوگا کاؤنٹی,سراٹوگا کاؤنٹی، نیویارک,شهرستان اسرتووگا، نیویورک,مقاطعة ساراتوغا,সারাটোগা কাউন্টি,サラトガ郡,薩拉托加縣		US	NY	091	219607	America/New_York
5136456	Schenectady County	schenectady-county	Comitatul Schenectady,Comte de Schenectady,Comté de Schenectady,Condado de Schenectady,Condado han Schenectady,Contea di Schenectady,Hrabstwo Schenectady,Okrug Skenektadi,Quan Schenectady,Quận Schenectady,Schenectady,Schenectady Comitatus,Schenectady Kun,Schenectady Kūn,Schenectady konderria,Schenectady megye,Skenektadi,Skenektadi srjan,Skenektedi,Skunektadi,mqatʿt shynyktady,scenekatedi ka'unti,shhrstan asknktady  nywywrk,si ke nei ke ta di xian,skynkٹڈy kawnٹy,sukenekutadi jun,Округ Скенектади,Скенектади,Скенектеді,Скънектади,Սկենեկտադի շրջան,سکینکٹڈی کاؤنٹی,شنکٹیڈی کاؤنٹی,شهرستان اسکنکتادی، نیویورک,مقاطعة شينيكتادي,স্চেনেকটেডি কাউন্টি,スケネクタディ郡,斯克內克塔迪縣		US	NY	093	154727	America/New_York
5136495	Schoharie County	schoharie-county	Comitatul Schoharie,Comte de Schoharie,Comté de Schoharie,Condado de Schoharie,Condado han Schoharie,Contea di Schoharie,Hrabstwo Schoharie,Okrug Skokheri,Quan Schoharie,Quận Schoharie,Schoharie,Schoharie Comitatus,Schoharie Kun,Schoharie Kūn,Schoharie konderria,Schoharie megye,Skogari,Skohari srjan,Skokhari,Skokharij,mqatʿt shwhary,si ke ha li xian,skuhari ka'unti,sukahari jun,Округ Скохери,Скогарі,Скохари,Скохарий,Սկոհարի շրջան,شوہارئی,شوہاری کاؤنٹی، نیویارک,مقاطعة شوهاري,স্কুহারি কাউন্টি,スカハリー郡,斯科哈里縣		US	NY	095	32749	America/New_York
5137368	Schuyler County	schuyler-county	Comitatul Schuyler,Comte de Schuyler,Comté de Schuyler,Condado de Schuyler,Condado han Schuyler,Contea di Schuyler,Hrabstwo Schuyler,Okrug Skajler,Quan Schuyler,Quận Schuyler,Schuyler,Schuyler Comitatus,Schuyler Kun,Schuyler Kūn,Schuyler konderria,Schuyler megye,Shujlur,Skajler,Skayler srjan,mqatʿt shwylr,shhrstan shwylr  nywywrk,si kai lei xian,sku'ilera ka'unti,sukaira jun,Округ Скајлер,Скайлер,Шуйлър,Սկայլեր շրջան,شهرستان شویلر، نیویورک,شیولر کاؤنٹی,شیولر کاؤنٹی، نیویارک,مقاطعة شويلر,স্কুইলের কাউন্টি,スカイラー郡,斯凱勒縣		US	NY	097	18343	America/New_York
5137620	Seneca County	seneca-county	Comitatul Seneca,Comte de Seneca,Comté de Seneca,Condado de Seneca,Condado han Seneca,Contea di Seneca,Hrabstwo Seneca,Okrug Seneka,Quan Seneca,Quận Seneca,Seneca,Seneca Comitatus,Seneca Kun,Seneca Kūn,Seneca konderria,Seneca maakond,Seneca megye,Seneka,Seneka srjan,mqatʿt synyka,se nei sa xian,seneka jun,seneka ka'unti,shhrstan snka  nywywrk,Округ Сенека,Сенека,Սենեկա շրջան,سنیکا کاؤنٹی,سینیکا کاؤنٹی، نیویارک,شهرستان سنکا، نیویورک,مقاطعة سينيكا,সেনেকা কাউন্টি,セネカ郡,瑟內薩縣		US	NY	099	35251	America/New_York
5139559	Richmond County	richmond-county	A-que-hon-ga,Aque-Hon-Ga,Aquehonga,Aquehonga Manacknong,Egh-Qua-Ous,Egh-qua-ons,Eghquaons,Ma-ta-nucke,Ma-ta-wucks,Matanucke,Mo-Nock-Nong,Mo-Ta-Nucke,Monocknong,Richmond,Richmond County,Staaten Eylandt,Staaten Eylant,Staaten Island,Staten Island,Staten-Ajlend,Status Eylandt,Stejten Ajlend,shi tai deng dao,sutaten dao,sutaten'airando,Стeйтен Айленд,Статен-Айленд,סטטן איילנד,スタテンアイランド,スタテン島,史泰登岛		US	NY	085	468730	America/New_York
5139656	Steuben County	steuben-county	Comitatul Steuben,Comte de Steuben,Comté de Steuben,Condado de Steuben,Condado han Steuben,Contea di Steuben,Hrabstwo Steuben,Okrug Stjuben,Quan Steuben,Quận Steuben,Steuben,Steuben Comitatus,Steuben Kun,Steuben Kūn,Steuben konderria,Steuben megye,Steubeni maakond,Stjuben,Stuben,Stuben srjan,mqatʿt stwbyn,shhrstan astwbyn  nywywrk,si tuo ben xian,staubena ka'unti,suchuben jun,Округ Стјубен,Стубен,Стюбен,Ստուբեն շրջան,سٹیوبن کاؤنٹی,سٹیوبن کاؤنٹی، نیویارک,شهرستان استوبین، نیویورک,مقاطعة ستوبين,স্টৌবেন কাউন্টি,スチューベン郡,斯托本縣		US	NY	101	98990	America/New_York
5140076	Suffolk County	suffolk-county	Comitatul Suffolk,Comte de Suffolk,Comté de Suffolk,Condado de Suffolk,Condado han Suffolk,Contea di Suffolk,Hrabstwo Suffolk,Okrug Safok,Saffolk,Safolk srjan,Suffolk,Suffolk Comitatus,Suffolk Kun,Suffolk Kūn,Suffolk konderria,Suffolk megye,Suffolk  okrug,Suffolki maakond,Sufolk,mqatʿt swfwlk,safoku jun,saphoka ka'unti,shhrstan safwlk  nywywrk,su fu ke jun,Округ Сафок,Саффолк,Съфолк,Սաֆոլկ շրջան,سفالک کاؤنٹی,سفوک کاؤنٹی، نیویارک,شهرستان سافولک، نیویورک,مقاطعة سوفولك,সাফোক কাউন্টি,サフォーク郡,蘇福克郡		US	NY	103	1493350	America/New_York
5140135	Sullivan County	sullivan-county	Comitatul Sullivan,Comte de Sullivan,Comté de Sullivan,Condado de Sullivan,Condado han Sullivan,Contea di Sullivan,Hrabstwo Sullivan,Okrug Salivan,Quan Sullivan,Quận Sullivan,Salivan srjan,Sallivan,Sulivan,Sullivan,Sullivan Comitatus,Sullivan Kun,Sullivan Kūn,Sullivan konderria,Sullivan megye,Sullivani maakond,mqatʿt swlyfan,sariban jun,sha li wen xian,shhrstan salywan  nywywrk,sullibhana ka'unti,Округ Саливан,Салливан,Салліван,Съливан,Սալիվան շրջան,סאליוואן קאונטי,سلیوان کاؤنٹی,سلیون کاؤنٹی، نیویارک,شهرستان سالیوان، نیویورک,مقاطعة سوليفان,সুল্লিভান কাউন্টি,サリバン郡,沙利文縣		US	NY	105	77547	America/New_York
5141045	Tioga County	tioga-county	Comitatul Tioga,Comte de Tioga,Comté de Tioga,Condado de Tioga,Condado han Tioga,Contea di Tioga,Hrabstwo Tioga,Okrug Tajoga,Quan Tioga,Quận Tioga,Tajoga,Tayoga srjan,Tioga,Tioga Comitatus,Tioga Kun,Tioga Kūn,Tioga konderria,Tioga maakond,Tioga megye,mqatʿt tywgha,shhrstan tywga  nywywrk,tai ao jia xian,taioga jun,ti'oga ka'unti,Округ Тајога,Тайога,Տայոգա շրջան,شهرستان تیوگا، نیویورک,مقاطعة تيوغا,ٹیوگا کاؤنٹی,ٹیوگا کاؤنٹی، نیویارک,টিওগা কাউন্টি,タイオガ郡,泰奧加縣		US	NY	107	51125	America/New_York
5141153	Tompkins County	tompkins-county	Comitatul Tompkins,Comte de Tompkins,Comté de Tompkins,Condado de Tompkins,Condado han Tompkins,Contea di Tompkins,Hrabstwo Tompkins,Okrug Tompkins,Quan Tompkins,Quận Tompkins,Tompkins,Tompkins Comitatus,Tompkins Kun,Tompkins Kūn,Tompkins konderria,Tompkins megye,Tompkins srjan,Tompkinsi maakond,mqatʿt twmbkynz,shhrstan tampkynz  nywywrk,tamakinasa ka'unti,tang pu jin si xian,tonpukinsu jun,Округ Томпкинс,Томпкинс,Томпкінс,Տոմպկինս շրջան,شهرستان تامپکینز، نیویورک,مقاطعة تومبكينز,ٹامپکنز کاؤنٹی,ٹومپکنز کاؤنٹی، نیویارک,টমকিনস কাউন্টি,トンプキンス郡,湯普金斯縣		US	NY	109	101564	America/New_York
5141784	Ulster County	ulster-county	lstur,Comitatul Ulster,Comte d'Ulster,Comté d'Ulster,Condado de Ulster,Condado han Ulster,Contea di Ulster,Hrabstwo Ulster,Okrug Alster,Ol'ster,Olster,Olster srjan,Quan Ulster,Quận Ulster,Ulster,Ulster Comitatus,Ulster Kun,Ulster Kūn,Ulster konderria,Ulster megye,Ulsteri maakond,a er si te xian,alasatera ka'unti,arusuta jun,mqatʿt awlstr,shhrstan awlstr  nywywrk,Округ Алстер,Олстер,Ольстер,Ълстър,Օլստեր շրջան,السٹر کاؤنٹی,السٹر کاؤنٹی، نیویارک,شهرستان اولستر، نیویورک,مقاطعة أولستر,আলসটের কাউন্টি,アルスター郡,阿爾斯特縣		US	NY	111	182493	America/New_York
5143268	Warren County	warren-county	Comitatul Warren,Comte de Warren,Comté de Warren,Condado de Warren,Condado han Warren,Contea di Warren,Hrabstwo Warren,Okrug Voren,Oworen srjan,Quan Warren,Quận Warren,Uorren,Uorun,Vorren,Warren,Warren Comitatus,Warren Kun,Warren Kūn,Warren konderria,Warren megye,mqatʿt waryn,raarena ka'unti,shhrstan warn  nywywrk,u~oren jun,wo lun xian,Воррен,Округ Ворен,Уоррен,Уорън,Ուորեն շրջան,شهرستان وارن، نیویورک,مقاطعة وارين,وارن کاؤنٹی,وارن کاؤنٹی، نیویارک,ৱারেন কাউন্টি,ウォーレン郡,沃倫縣		US	NY	113	65707	America/New_York
5143303	Washington County	washington-county	Charlotte County,Comitatul Washington,Comte de Washington,Comté de Washington,Condado de Washington,Condado han Washington,Contea di Washington,Hrabstwo Washington,Okrug Voshington,Quan Washington,Quận Washington,Vashington,Vasington srjan,Washington,Washington Comitatus,Washington County,Washington Kun,Washington Kūn,Washington konderria,Washington megye,Washingtoni maakond,hua sheng dun xian,mqatʿt washntn,raasintana ka'unti,shhrstan washyngtn  nywywrk,washinton jun,Вашингтон,Округ Вошингтон,Վաշինգտոն շրջան,شهرستان واشینگتن، نیویورک,مقاطعة واشنطن,واشنگٹن کاؤنٹی,واشنگٹن کاؤنٹی، نیویارک,ৱাশিংটন কাউন্টি,ワシントン郡,華盛頓縣		US	NY	115	63216	America/New_York
5143455	Wayne County	wayne-county	Comitatul Wayne,Comte de Wayne,Comté de Wayne,Condado de Wayne,Condado han Wayne,Contea di Wayne,Hrabstwo Wayne,Kantono Wayne,Okrug Vejn,Oweyn srjan,Quan Wayne,Quận Wayne,Uehjn,Uejn,Vejn,Wayne,Wayne Comitatus,Wayne Kun,Wayne Kūn,Wayne konderria,Wayne megye,mqatʿt wyn,raa'ine ka'unti,shhrstan wyn  nywywrk,u~ein jun,wei en xian,Вейн,Округ Вејн,Уейн,Уэйн,Ուեյն շրջան,شهرستان وین، نیویورک,مقاطعة وين,وین کاؤنٹی,وین کاؤنٹی، نیویارک,ৱাইনে কাউন্টি,ウェイン郡,韋恩縣		US	NY	117	93772	America/New_York
5144050	Westchester County	westchester-county	Comitatul Westchester,Comte de Westchester,Comté de Westchester,Condado de Westchester,Condado han Westchester,Contea di Westchester,HPN,Hrabstwo Westchester,Okrug Vestchester,Quan Westchester,Quận Westchester,Uehstchester,Uestchestur,Vestchester,Westchester,Westchester Comitatus,Westchester County,Westchester Kun,Westchester Kūn,Westchester konderria,Westchester megye,Westchesteri maakond,mhwz wstzstr,mqatʿt wysttshstr,raestacestara ka'unti,shhrstan wstchstr  nywywrk,uesutochesuta jun,wei si te che si te jun,weseuteucheseuteo gun,Вестчестер,Округ Вестчестер,Уестчестър,Уэстчестер,Վեստչեստեր շրջան,וועסטשעסטער קאונטי,מחוז וסטצסטר,شهرستان وستچستر، نیویورک,مقاطعة ويستتشستر,وسٹچسٹر کاؤنٹی,ویسٹچیسٹر کاؤنٹی، نیویارک,ৱেস্টচেস্টার কাউন্টি,ウエストチェスター郡,威斯特徹斯特郡,웨스트체스터 군		US	NY	119	949113	America/New_York
5145163	Wyoming County	wyoming-county	Comitatul Wyoming,Comte de Wyoming,Comté de Wyoming,Condado de Wyoming,Condado han Wyoming,Contea di Wyoming,Hrabstwo Wyoming,Okrug Vajoming,Owayoming srjan,Uajoming,Vajoming,Wyoming,Wyoming Comitatus,Wyoming Kun,Wyoming Kūn,Wyoming konderria,Wyoming megye,huai e ming xian,mqatʿt waywmyngh,raa'i'omim ka'unti,shhrstan waywmyng  nywywrk,waiomingu jun,Вайоминг,Вайомінг,Округ Вајоминг,Уайоминг,Ուայոմինգ շրջան,شهرستان وایومینگ، نیویورک,مقاطعة وايومينغ,وایومنگ کاؤنٹی، نیویارک,ویومنگ کاؤنٹی,ৱাইওমিং কাউন্টি,ワイオミング郡,懷俄明縣		US	NY	121	42155	America/New_York
5145190	Yates County	yates-county	Comitatul Yates,Comte de Yates,Comté de Yates,Condado de Yates,Condado han Yates,Contea di Yates,Ejts,Hrabstwo Yates,Ieyts srjan,Jejts,Okrug Jejts,Quan Wyoming,Quận Wyoming,Yates,Yates Kun,Yates Kūn,Yates konderria,Yates megye,iyetasa ka'unti,i~etsu jun,mqatʿt yats,shhrstan yyts  nywywrk,ye zhi xian,Єйтс,Йейтс,Округ Јејтс,Իեյտս շրջան,شهرستان ییتس، نیویورک,مقاطعة ياتس,ییٹس کاؤنٹی,ییٹس کاؤنٹی، نیویارک,ইয়েটস কাউন্টি,イェーツ郡,耶芝縣		US	NY	123	25348	America/New_York
5146092	Ashtabula County	ashtabula-county	Ashtab'jula,Ashtabula,Ashtabula Comitatus,Ashtabula Kun,Ashtabula Kūn,Ashtabula konderria,Ashtabula megye,Ashtabulan piirikunta,Ashtubjula,Comitatul Ashtabula,Comte d'Ashtabula,Comté d'Ashtabula,Condado de Ashtabula,Condado han Ashtabula,Contea di Ashtabula,Eshtabula,Hrabstwo Ashtabula,Okrug Ashtabjula,Quan Ashtabula,Quận Ashtabula,a shi ta bu la xian,ashutabyura jun,mqatʿt ashtabwla,shhrstan ashtabwla  awhayw,Аштабьюла,Аштъбюла,Ештабула,Округ Аштабјула,اشتابولا کاؤنٹی,ایشتابیولا کاؤنٹی، اوہائیو,شهرستان آشتابولا، اوهایو,مقاطعة أشتابولا,অ্যাশটাবুলা কাউন্টি,アシュタビューラ郡,阿士塔布拉縣		US	OH	007	101497	America/New_York
5146199	Auglaize County	auglaize-county	Auglais County,Auglaize,Auglaize Comitatus,Auglaize County,Auglaize Kun,Auglaize Kūn,Auglaize konderria,Auglaize megye,Auglaizei maakond,Auglaizen piirikunta,Comitatul Auglaize,Comte d'Auglaize,Comté d'Auglaize,Condado de Auglaize,Condado han Auglaize,Contea di Auglaize,Hrabstwo Auglaize,Oglejz,Oglez,Okrug Oglejz,Quan Auglaize,Quận Auglaize,agla'ija ka'unti,ao ge lai sai xian,mqatʿt awghlayz,ogureizu jun,Оглейз,Округ Оглејз,Оґлез,آگلیز کاؤنٹی، اوہائیو,اگلائز کاؤنٹی,مقاطعة أوغلايز,আগ্লাইজ কাউন্টি,オーグレイズ郡,奥格莱塞县		US	OH	011	45949	America/New_York
5147012	Belmont County	belmont-county	Bel'mont,Belmont,Belmont Comitatus,Belmont Kun,Belmont Kūn,Belmont konderria,Belmont megye,Belmontin piirikunta,Comitatul Belmont,Comte de Belmont,Comté de Belmont,Condado de Belmont,Condado han Belmont,Contea di Belmont,Hrabstwo Belmont,Okrug Belmont,Quan Belmont,Quận Belmont,bei er meng te xian,belamanta ka'unti,berumonto jun,mqatʿt blmwnt,shhrstan blmwn  awhayw,Белмонт,Бельмонт,Округ Белмонт,بیلمونٹ کاؤنٹی,بیلمونٹ کاؤنٹی، اوہائیو,شهرستان بلمون، اوهایو,مقاطعة بلمونت,বেলমন্ট কাউন্টি,ベルモント郡,貝爾蒙特縣		US	OH	013	70400	America/New_York
5149311	Carroll County	carroll-county	Carroll,Carroll Comitatus,Carroll Kun,Carroll Kūn,Carroll konderria,Carroll megye,Carrollin piirikunta,Comitatul Carroll,Comte de Carroll,Comté de Carroll,Condado de Carroll,Condado han Carroll,Contea di Carroll,Hrabstwo Carroll,Karroll,Kerroll,Kerul,Okrug Karol,Quan Carroll,Quận Carroll,ka luo er xian,kerola ka'unti,kyaroru jun,mqatʿt karwl,shhrstan krwl  awhayw,Карролл,Керролл,Керъл,Округ Карол,شهرستان کرول، اوهایو,مقاطعة كارول,کیرل کاؤنٹی، اوہائیو,کیرول کاؤنٹی، اوہائیو,কেরোল কাউন্টি,キャロル郡,卡洛爾縣		US	OH	019	28836	America/New_York
5149757	Champaign County	champaign-county	Champaign,Champaign Comitatus,Champaign Kun,Champaign Kūn,Champaign konderria,Champaign megye,Champaigni maakond,Champaignin piirikunta,Comitatul Champaign,Comte de Champaign,Comté de Champaign,Condado de Champaign,Condado han Champaign,Contea di Champaign,Hrabstwo Champaign,Okrug Shampejn,Quan Champaign,Quận Champaign,Shampejn,cempiyana ka'unti,mqatʿt tshambayn,shang pei en xian,shanpen jun,shhrstan shmpyn  awhayw,Округ Шампејн,Шампейн,شهرستان شمپین، اوهایو,شیمپائن کاؤنٹی، اوہائیو,شیمپیئن کاؤنٹی، اوہائیو,مقاطعة تشامباين,চেম্পিয়ান কাউন্টি,シャンペーン郡,尚佩恩縣		US	OH	021	40097	America/New_York
5150853	Columbiana County	columbiana-county	Columbiana,Columbiana Comitatus,Columbiana Kun,Columbiana Kūn,Columbiana konderria,Columbiana megye,Columbianan piirikunta,Comitatul Columbiana,Comte de Columbiana,Comté de Columbiana,Condado de Columbiana,Condado han Columbiana,Contea di Columbiana,Hrabstwo Columbiana,Kolambiana,Kolumbiana,Okrug Kolumbijana,Quan Columbiana,Quận Columbiana,ge lun bi ya na xian,kalambiyana ka'unti,koronbiana jun,mqatʿt kwlwmbyana,shhrstan klmbyana  awhayw,Коламбіана,Колумбиана,Округ Колумбијана,شهرستان کلمبیانا، اوهایو,مقاطعة كولومبيانا,کولمبیانا کاؤنٹی,کولمبیانا کاؤنٹی، اوہائیو,কলম্বিয়ানা কাউন্টি,コロンビアナ郡,哥倫比亞納縣		US	OH	029	107841	America/New_York
5151190	Coshocton County	coshocton-county	Comitatul Coshocton,Comte de Coshocton,Comté de Coshocton,Condado de Coshocton,Condado han Coshocton,Contea di Coshocton,Coshocton,Coshocton Comitatus,Coshocton Kun,Coshocton Kūn,Coshocton konderria,Coshocton megye,Coshoctonin piirikunta,Hrabstwo Coshocton,Koshokton,Kushoktun,Okrug Koshokton,Quan Coshocton,Quận Coshocton,ke xiao ke dun xian,koshokuton jun,kosokatona ka'unti,mqatʿt kwshwktn,shhrstan kwshaktn  awhayw,Кошоктон,Къшоктън,Округ Кошоктон,شهرستان کوشاکتن، اوهایو,مقاطعة كوشوكتن,کوشاکٹن کاؤنٹی، اوہائیو,کوشوکٹن کاؤنٹی,কোশোকটোন কাউন্টি,コショクトン郡,科肖克頓縣		US	OH	031	36901	America/New_York
5151374	Crawford County	crawford-county	Comitatul Crawford,Comte de Crawford,Comté de Crawford,Condado de Crawford,Condado han Crawford,Contea di Crawford,Crawford,Crawford Comitatus,Crawford Kun,Crawford Kūn,Crawford konderria,Crawford megye,Crawfordin piirikunta,Hrabstwo Crawford,Kroford,Krouford,Okrug Kroford,Quan Crawford,Quận Crawford,ke lao fu de xian,kraphorda ka'unti,kuroufodo jun,mqatʿt krafwrd,shhrstan krafwrd  awhayw,Кроуфорд,Крофорд,Округ Крофорд,شهرستان کرافورد، اوهایو,مقاطعة كرافورد,کرافورڈ کاؤنٹی، اوہائیو,ক্রাফোর্ড কাউন্টি,クロウフォード郡,克勞福德縣		US	OH	033	43784	America/New_York
5151606	Cuyahoga County	cuyahoga-county	Comitatul Cuyahoga,Comtat de Cuyahoga,Comte de Cuyahoga,Comté de Cuyahoga,Condado de Cuyahoga,Condado han Cuyahoga,Contea di Cuyahoga,Cuyahoga,Cuyahoga Comitatus,Cuyahoga Kun,Cuyahoga Kūn,Cuyahoga konderria,Cuyahoga maakond,Cuyahoga megye,Cuyahogan piirikunta,Hrabstwo Cuyahoga,Kajagoga,Kajakhoga,Okrug Kajakhoga,Quan Cuyahoga,Quận Cuyahoga,kai huo jia xian,kayahoga jun,kuyahoga ka'unti,mqatʿt kayahwgha,shhrstan kwyahwga  awhayw,Кайахога,Каягога,Каяхога,Округ Кајахога,מחוז קויאהוגה,شهرستان کویاهوگا، اوهایو,مقاطعة كاياهوغا,کرافورڈ کاؤنٹی، اوہائیو,کواہوگا کاؤنٹی، اوہائیو,কুয়াহোগা কাউন্টি,カヤホガ郡,凱霍加縣		US	OH	035	1280122	America/New_York
5151705	Darke County	darke-county	Comitatul Darke,Comte de Darke,Comté de Darke,Condado de Darke,Condado han Darke,Contea di Darke,Dark,Darke,Darke Comitatus,Darke Kun,Darke Kūn,Darke konderria,Darke megye,Darken piirikunta,Hrabstwo Darke,Okrug Dark,Quan Darke,Quận Darke,da ke xian,daku jun,darke ka'unti,mqatʿt dark,shhrstan dark  awhayw,Дарк,Округ Дарк,شهرستان دارک، اوهایو,مقاطعة دارك,ڈارک کاؤنٹی,ڈارک کاؤنٹی، اوہائیو,ডার্কে কাউন্টি,ダーク郡,達克縣		US	OH	037	52959	America/New_York
5151865	Defiance County	defiance-county	Comitatul Defiance,Comte de Defiance,Comté de Defiance,Condado de Defiance,Condado han Defiance,Contea di Defiance,Defaens,Defajans,Defiance,Defiance Comitatus,Defiance Kun,Defiance Kūn,Defiance konderria,Defiance megye,Defiancen piirikunta,Difajuns,Hrabstwo Defiance,Okrug Defajans,Quan Defiance,Quận Defiance,dephiyanse ka'unti,di fa en si xian,difaiansu jun,mqatʿt dyfyans,shhrstan dfyans  awhayw,Дефайанс,Дефаєнс,Дифайънс,Округ Дефајанс,شهرستان دفیانس، اوهایو,مقاطعة ديفيانس,ڈافائینس کاؤنٹی، اوہائیو,ڈیفائنس کاؤنٹی,ডেফিয়ান্সে কাউন্টি,ディファイアンス郡,迪法恩斯縣		US	OH	039	39037	America/New_York
5151896	Delaware County	delaware-county	Comitatul Delaware,Comte de Delaware,Comté de Delaware,Condado de Delaware,Condado han Delaware,Contea di Delaware,Delaueur,Delavehr,Delaver,Delaware,Delaware Comitatus,Delaware Kun,Delaware Kūn,Delaware konderria,Delaware megye,Delawaren piirikunta,Hrabstwo Delaware,Okrug Delaver,Quan Delaware,Quận Delaware,dela'oyyara ka'unti,derau~ea jun,mqatʿt dylawyr,shhrstan dlawyr  awhayw,te la hua xian,Делавер,Делавэр,Делауеър,Округ Делавер,شهرستان دلاویر، اوهایو,مقاطعة ديلاوير,ڈیلاویئر کاؤنٹی، اوہائیو,ডেলাওয়্যার কাউন্টি,デラウェア郡,特拉華縣		US	OH	041	174214	America/New_York
5153362	Erie County	erie-county	Comitatul Erie,Comte d'Erie,Comté d'Erie,Condado de Erie,Condado han Erie,Contea di Erie,Ehri,Eri,Erie,Erie Comitatus,Erie Kun,Erie Kūn,Erie konderria,Erie megye,Erien piirikunta,Hrabstwo Erie,Okrug Iri,Quan Erie,Quận Erie,eri jun,iri ka'unti,mqatʿt ayry,shhrstan ayry  awhayw,yi li xian,Ери,Ері,Округ Ири,Эри,ایری کاؤنٹی، اوہائیو,شهرستان ایری، اوهایو,مقاطعة إيري,ঈরী কাউন্টি,エリー郡,伊利縣		US	OH	043	77079	America/New_York
5155347	Fulton County	fulton-county	Comitatul Fulton,Comte de Fulton,Comté de Fulton,Condado de Fulton,Condado han Fulton,Contea di Fulton,Fulton,Fulton Comitatus,Fulton Kun,Fulton Kūn,Fulton konderria,Fulton megye,Fultonin piirikunta,Fultun,Hrabstwo Fulton,Okrug Fulton,Quan Fulton,Quận Fulton,fu er dun xian,furuton jun,mqatʿt fwltn,phulatana ka'unti,shhrstan fwltn  awhayw,Округ Фултон,Фултон,Фултън,شهرستان فولتن، اوهایو,فلٹن کاؤنٹی، اوہائیو,مقاطعة فولتن,ফূলটন কাউন্টি,フルトン郡,富爾頓縣		US	OH	051	42698	America/New_York
5155556	Geauga County	geauga-county	Comitatul Geauga,Comte de Geauga,Comté de Geauga,Condado de Geauga,Condado han Geauga,Contea di Geauga,Dzhioga,Geauga,Geauga Comitatus,Geauga Kun,Geauga Kūn,Geauga konderria,Geauga megye,Geaugan piirikunta,Goga,Hrabstwo Geauga,Okrug DZioga,Quan Geauga,Quận Geauga,jeyauga ka'unti,ji ao ge xian,jiaga jun,mqatʿt ghyawgha,Джиога,Округ Џиога,Ґоґа,جیاوگا کاؤنٹی، اوہائیو,مقاطعة غياوغا,گیوگا کاؤنٹی,জেয়ৌগা কাউন্টি,ジアーガ郡,吉奧格縣		US	OH	055	93389	America/New_York
5156615	Guernsey County	guernsey-county	Comitatul Guernsey,Comte de Guernsey,Comté de Guernsey,Condado de Guernsey,Condado han Guernsey,Contea di Guernsey,Gernsi,Guernsey,Guernsey Comitatus,Guernsey Kun,Guernsey Kūn,Guernsey konderria,Guernsey megye,Guernseyn piirikunta,Gurnzi,Hrabstwo Guernsey,Okrug Gernsi,Quan Guernsey,Quận Guernsey,ganji jun,gen xi xian,gurenasi ka'unti,mqatʿt ghrynzy,shhrstan gwrnsy  awhayw,Гернси,Гърнзи,Округ Гернси,Ґернсі,شهرستان گورنسی، اوهایو,مقاطعة غرينزي,گرنزی کاؤنٹی، اوہائیو,گورنسی کاؤنٹی,গুরেনসি কাউন্টি,ガーンジー郡,根西縣		US	OH	059	40087	America/New_York
5156770	Hancock County	hancock-county	Comitatul Hancock,Comte de Hancock,Comté de Hancock,Condado de Hancock,Condado han Hancock,Contea di Hancock,Genkok,Hancock,Hancock Comitatus,Hancock Kun,Hancock Kūn,Hancock konderria,Hancock megye,Hancockin piirikunta,Hrabstwo Hancock,Khankok,Khehnkok,Okrug Khenkok,Quan Hancock,Quận Hancock,han kao ke xian,hanakoka ka'unti,hankokku jun,shhrstan hnkak  awhayw,Генкок,Округ Хенкок,Ханкок,Хэнкок,شهرستان هنکاک، اوهایو,مقاطعة هانكوك,ہینکاک کاؤنٹی، اوہائیو,ہینکوک کاؤنٹی، اوہائیو,হানকোক কাউন্টি,ハンコック郡,漢考克縣		US	OH	063	74782	America/New_York
5156844	Hardin County	hardin-county	Comitatul Hardin,Comte de Hardin,Comté de Hardin,Condado de Hardin,Condado han Hardin,Contea di Hardin,Gardin,Hardin,Hardin Comitatus,Hardin Kun,Hardin Kūn,Hardin konderria,Hardin megye,Hardinin piirikunta,Hrabstwo Hardin,Khardin,Okrug Khardin,Quan Hardin,Quận Hardin,ha ding xian,hadin jun,haradina ka'unti,mqatʿt hardn,shhrstan hardyn  awhayw,Гардін,Округ Хардин,Хардин,شهرستان هاردین، اوهایو,مقاطعة هاردن,ہارڈن کاؤنٹی، اوہائیو,হারডিন কাউন্টি,ハーディン郡,哈丁縣		US	OH	065	32058	America/New_York
5156975	Harrison County	harrison-county	Comitatul Harrison,Comtat de Harrison,Comte de Harrison,Comté de Harrison,Condado de Harrison,Condado han Harrison,Contea di Harrison,Garrison,Harrison,Harrison Comitatus,Harrison Kun,Harrison Kūn,Harrison konderria,Harrison megye,Harrisonin piirikunta,Hrabstwo Harrison,Kharisun,Okrug Kharison,Quan Harrison,Quận Harrison,ha li sen xian,harison jun,harisona ka'unti,mqatʿt haryswn,shhrstan hryswn  awhayw,Гаррисон,Гаррісон,Округ Харисон,Харисън,شهرستان هریسون، اوهایو,مقاطعة هاريسون,ہیریسن کاؤنٹی، اوہائیو,হারিসোন কাউন্টি,ハリソン郡,哈里森縣		US	OH	067	15864	America/New_York
5157338	Henry County	henry-county	Comitatul Henry,Comte de Henry,Comté de Henry,Condado de Henry,Condado han Henry,Contea di Henry,Genri,Henry,Henry Comitatus,Henry Kun,Henry Kūn,Henry konderria,Henry megye,Henryn piirikunta,Hrabstwo Henry,Khenri,Okrug Khenri,Quan Henry,Quận Henry,henari ka'unti,heng li xian,henri jun,mqatʿt hnry,shhrstan hnry  awhayw,Генри,Генрі,Округ Хенри,Хенри,شهرستان هنری، اوهایو,مقاطعة هنري,ہنری کاؤنٹی، اوہائیو,ہینری کاؤنٹی، اوہائیو,হেনরি কাউন্টি,ヘンリー郡,亨利县		US	OH	069	28215	America/New_York
5157783	Holmes County	holmes-county	Comitatul Holmes,Comte de Holmes,Comté de Holmes,Condado de Holmes,Condado han Holmes,Contea di Holmes,Golms,Holmes,Holmes Comitatus,Holmes Kun,Holmes Kūn,Holmes konderria,Holmes megye,Holmesi maakond,Holmesin piirikunta,Hrabstwo Holmes,Kholms,Okrug Kholms,Quan Holmes,Quận Holmes,holamasa ka'unti,homuzu jun,huo er mu si xian,mqatʿt hwlmz,shhrstan hwlmz  awhayw,Голмс,Округ Холмс,Холмс,شهرستان هولمز، اوهایو,مقاطعة هولمز,ہومز کاؤنٹی,ہومز کاؤنٹی، اوہائیو,হোলমস কাউন্টি,ホームズ郡,霍爾姆斯縣		US	OH	075	42366	America/New_York
5158275	Huron County	huron-county	Comitatul Huron,Comte de Huron,Comté de Huron,Condado de Huron,Condado han Huron,Contea di Huron,Guron,Hrabstwo Huron,Huron,Huron Comitatus,Huron Kun,Huron Kūn,Huron konderria,Huron megye,Huronin piirikunta,Khjuran,Okrug Khjuron,Quan Huron,Quận Huron,hurona ka'unti,hyuron jun,mqatʿt hwrwn,shhrstan hywrn  awhayw,xiu lun xian,Гурон,Округ Хјурон,Хюран,شهرستان هیورن، اوهایو,مقاطعة هورون,ہورون کاؤنٹی,ہیوران کاؤنٹی، اوہائیو,হুরোন কাউন্টি,ヒューロン郡,休倫縣		US	OH	077	59626	America/New_York
5159079	Jefferson County	jefferson-county	Comitatul Jefferson,Comte de Jefferson,Comté de Jefferson,Condado de Jefferson,Condado han Jefferson,Contea di Jefferson,Dzhefersun,Dzhefferson,Hrabstwo Jefferson,Jefferson,Jefferson Comitatus,Jefferson Kun,Jefferson Kūn,Jefferson konderria,Jefferson megye,Jeffersoni maakond,Jeffersonin piirikunta,Okrug DZeferson,Quan Jefferson,Quận Jefferson,jefason jun,jepharasana ka'unti,jie fu xun xian,mqatʿt jfrswn,shhrstan jfrswn  awhayw,Джеферсън,Джефферсон,Округ Џеферсон,جیفرسن کاؤنٹی، اوہائیو,شهرستان جفرسون، اوهایو,مقاطعة جفرسون,জেফারশন কাউন্টি,ジェファーソン郡,傑佛遜縣		US	OH	081	69709	America/New_York
5159891	Knox County	knox-county	Comitatul Knox,Comte de Knox,Comté de Knox,Condado de Knox,Condado han Knox,Contea di Knox,Hrabstwo Knox,Knox,Knox Comitatus,Knox Kun,Knox Kūn,Knox konderria,Knox megye,Knoxin piirikunta,Noks,Okrug Noks,Quan Knox,Quận Knox,kaksa ka'unti,mqatʿt nwks,nokkusu jun,nuo ke si xian,shhrstan naks  awhayw,Нокс,Округ Нокс,شهرستان ناکس، اوهایو,مقاطعة نوكس,ناکس کاؤنٹی، اوہائیو,کنو کاؤنٹی، اوہائیو,কক্স কাউন্টি,ノックス郡,諾克斯縣		US	OH	083	60921	America/New_York
5160090	Lake County	lake-county	Comitatul Lake,Comte de Lake,Comté de Lake,Condado de Lake,Condado han Lake,Contea di Lake,Hrabstwo Lake,Lake,Lake Comitatus,Lake County,Lake Kun,Lake Kūn,Lake konderria,Lake megye,Laken piirikunta,Lejk,Okrug Lejk,Quan Lake,Quận Lake,lai ke xian,leka ka'unti,mqatʿt lyk,reiku jun,shhrstan lyk  awhayw,Лейк,Округ Лејк,شهرستان لیک، اوهایو,لیک کاؤنٹی، اوہائیو,مقاطعة ليك,লেক কাউন্টি,レイク郡,萊克縣		US	OH	085	230041	America/New_York
5160740	Licking County	licking-county	Comitatul Licking,Comte de Licking,Comté de Licking,Condado de Licking,Condado han Licking,Contea di Licking,Hrabstwo Licking,Licking,Licking Comitatus,Licking Kun,Licking Kūn,Licking konderria,Licking megye,Lickingi maakond,Lickingin piirikunta,Liking,Okrug Liking,Quan Licking,Quận Licking,li jin xian,likim ka'unti,mqatʿt lykngh,rikkingu jun,Ликинг,Лікінґ,Округ Ликинг,لکنگ کاؤنٹی,لکینگ کاؤنٹی، اوہائیو,مقاطعة ليكنغ,লিকিং কাউন্টি,リッキング郡,利金縣		US	OH	089	166492	America/New_York
5161156	Logan County	logan-county	Comitatul Logan,Comte de Logan,Comté de Logan,Condado de Logan,Condado han Logan,Contea di Logan,Hrabstwo Logan,Logan,Logan Comitatus,Logan Kun,Logan Kūn,Logan konderria,Logan megye,Loganin piirikunta,Okrug Logan,Quan Logan,Quận Logan,logana ka'unti,luo gen xian,mqatʿt lwghan,rogan jun,shhrstan lwgan  awhayw,Логан,Лоґан,Округ Логан,شهرستان لوگان، اوهایو,لوگن کاؤنٹی، اوہائیو,مقاطعة لوغان,লোগান কাউন্টি,ローガン郡,洛根縣		US	OH	091	45858	America/New_York
5161272	Lorain County	lorain-county	Comitatul Lorain,Comte de Lorain,Comté de Lorain,Condado de Lorain,Condado han Lorain,Contea di Lorain,Hrabstwo Lorain,Lorain,Lorain Comitatus,Lorain Kun,Lorain Kūn,Lorain konderria,Lorain megye,Loraini maakond,Lorainin piirikunta,Lorejn,Okrug Loren,Quan Lorain,Quận Lorain,lore'ina ka'unti,luo lan xian,mqatʿt lwryn,rorein jun,shhrstan lwryn  awhayw,Лорейн,Округ Лорен,شهرستان لورین، اوهایو,لورین کاؤنٹی,لورین کاؤنٹی، اوہائیو,مقاطعة لورين,লোরেইন কাউন্টি,ロレイン郡,羅藍縣		US	OH	093	301356	America/New_York
5161413	Lucas County	lucas-county	Comitatul Lucas,Comte de Lucas,Comté de Lucas,Condado de Lucas,Condado han Lucas,Contea di Lucas,Hrabstwo Lucas,Lucas,Lucas Comitatus,Lucas Kun,Lucas Kūn,Lucas konderria,Lucas megye,Lucase maakond,Lucasin piirikunta,Lukas,Okrug Lukas,Quan Lucas,Quận Lucas,lu ka si xian,lukasa ka'unti,mqatʿt lwkas,rukasu jun,shhrstan lwkas  awhayw,Лукас,Округ Лукас,מחוז לוקאס,شهرستان لوکاس، اوهایو,لوکس کاؤنٹی,لوکس کاؤنٹی، اوہائیو,مقاطعة لوكاس,লুকাস কাউন্টি,ルーカス郡,盧卡斯縣		US	OH	095	441815	America/New_York
5161640	Mahoning County	mahoning-county	Comitatul Mahoning,Comte de Mahoning,Comté de Mahoning,Condado de Mahoning,Condado han Mahoning,Contea di Mahoning,Hrabstwo Mahoning,Magoning,Mahoning,Mahoning Comitatus,Mahoning Kun,Mahoning Kūn,Mahoning konderria,Mahoning megye,Mahoningin piirikunta,Makhoning,Okrug Makhoning,Quan Mahoning,Quận Mahoning,ma huo ning xian,mahonim ka'unti,mahoningu jun,mqatʿt mahwnngh,shhrstan mahwnyng  awhayw,Магонінґ,Махонинг,Округ Махонинг,شهرستان ماهونینگ، اوهایو,ماہوننگ کاؤنٹی,ماہونینگ کاؤنٹی، اوہائیو,مقاطعة ماهوننغ,মাহোনিং কাউন্টি,マホニング郡,馬霍寧縣		US	OH	099	238823	America/New_York
5161911	Marion County	marion-county	Comitatul Marion,Comte de Marion,Comté de Marion,Condado de Marion,Condado han Marion,Contea di Marion,Hrabstwo Marion,Marion,Marion Comitatus,Marion Kun,Marion Kūn,Marion konderria,Marion megye,Marionin piirikunta,Mariun,Mehrion,Merion,Okrug Marion,Quan Marion,Quận Marion,ma li ang xian,mari'ona ka'unti,marion jun,mqatʿt marywn,shhrstan marywn  awhayw,Мариън,Меріон,Мэрион,Округ Марион,شهرستان ماریون، اوهایو,ماریون کاؤنٹی، اوہائیو,مقاطعة ماريون,میرین کاؤنٹی، اوہائیو,মারিওন কাউন্টি,マリオン郡,馬里昂縣		US	OH	101	66501	America/New_York
5162517	Medina County	medina-county	Comitatul Medina,Comte de Medina,Comté de Medina,Condado de Medina,Condado han Medina,Contea di Medina,Hrabstwo Medina,Medina,Medina Comitatus,Medina Kun,Medina Kūn,Medina konderria,Medina maakond,Medina megye,Medinan piirikunta,Okrug Medajna,Quan Medina,Quận Medina,medaina jun,medina ka'unti,mei di na xian,mqatʿt mdyna,shhrstan mdyna  awhayw,Медина,Медіна,Округ Медајна,شهرستان مدینا، اوهایو,مدینہ کاؤنٹی، اوہائیو,مقاطعة مدينا,মেডিনা কাউন্টি,メダイナ郡,梅迪納縣		US	OH	103	172332	America/New_York
5162679	Mercer County	mercer-county	Comitatul Mercer,Comte de Mercer,Comté de Mercer,Condado de Mercer,Condado han Mercer,Contea di Mercer,Hrabstwo Mercer,Mercer,Mercer Comitatus,Mercer Kun,Mercer Kūn,Mercer konderria,Mercer megye,Mercerin piirikunta,Merser,Mursur,Okrug Merser,Quan Mercer,Quận Mercer,mararsera ka'unti,masa jun,mo se xian,mqatʿt mrsr,shhrstan mrsr  awhayw,Мерсер,Мърсър,Округ Мерсер,شهرستان مرسر، اوهایو,مرسر کاؤنٹی، اوہائیو,مقاطعة مرسر,মারর্সের কাউন্টি,マーサー郡,默瑟縣		US	OH	107	40814	America/New_York
5162774	Miami County	miami-county	Comitatul Miami,Comte de Miami,Comté de Miami,Condado de Miami,Condado han Miami,Contea di Miami,Hrabstwo Miami,Majami,Miami,Miami Comitatus,Miami Kun,Miami Kūn,Miami konderria,Miami megye,Miamin piirikunta,Okrug Majami,Quan Miami,Quận Miami,mai a mi xian,maiami jun,mayami ka'unti,mqatʿt myamy,shhrstan myamy  awhayw,Майами,Маями,Маямі,Округ Мајами,شهرستان میامی، اوهایو,مایامی کاؤنٹی,مقاطعة ميامي,میامی کاؤنٹی، اوہائیو,মায়ামি কাউন্টি,マイアミ郡,邁阿密縣		US	OH	109	102506	America/New_York
5163509	Morrow County	morrow-county	Comitatul Morrow,Comte de Morrow,Comté de Morrow,Condado de Morrow,Condado han Morrow,Contea di Morrow,Hrabstwo Morrow,Morou,Morrou,Morrow,Morrow Comitatus,Morrow Kun,Morrow Kūn,Morrow konderria,Morrow maakond,Morrow megye,Morrowin piirikunta,Okrug Morou,Quan Morrow,Quận Morrow,mo luo xian,molo gun,morara ka'unti,moro jun,mqatʿt mwrw,shhrstan mwrw  awhayw,Мороу,Морроу,Округ Мороу,شهرستان مورو، اوهایو,مقاطعة مورو,مورو کاؤنٹی,موروو کاؤنٹی، اوہائیو,মোরৱ কাউন্টি,モロー郡,莫羅縣,모로 군		US	OH	117	34827	America/New_York
5165803	Ottawa County	ottawa-county	Comitatul Ottawa,Comte d'Ottawa,Comté d'Ottawa,Condado de Ottawa,Condado han Ottawa,Contea di Ottawa,Hrabstwo Ottawa,Kabupaten Ottawa,Okrug Otava,Otava,Ottava,Ottawa,Ottawa Comitatus,Ottawa Kun,Ottawa Kūn,Ottawa konderria,Ottawa megye,Ottawan piirikunta,Quan Ottawa,Quận Ottawa,mqatʿt awtawa,otawa jun,ottoya ka'unti,shhrstan atawa  awhayw,wo tai hua xian,Округ Отава,Отава,Оттава,اوٹاوا کاؤنٹی، اوہائیو,شهرستان اتاوا، اوهایو,مقاطعة أوتاوا,ওট্টোয়া কাউন্টি,オタワ郡,渥太華縣		US	OH	123	41428	America/New_York
5166256	Paulding County	paulding-county	Comitatul Paulding,Comte de Paulding,Comté de Paulding,Condado de Paulding,Condado han Paulding,Contea di Paulding,Hrabstwo Paulding,Okrug Polding,Paulding,Paulding Comitatus,Paulding Kun,Paulding Kūn,Paulding konderria,Paulding megye,Pauldingi maakond,Pauldingin piirikunta,Polding,Quan Paulding,Quận Paulding,bao er ding xian,mqatʿt bwldyngh,pauladim ka'unti,porudingu jun,shhrstan pwldyng  awhayw,Округ Полдинг,Полдинг,Полдінґ,شهرستان پولدینگ، اوهایو,مقاطعة بولدينغ,پالڈنگ کاؤنٹی,پالڈنگ کاؤنٹی، اوہائیو,পৌলডিং কাউন্টি,ポールディング郡,保爾丁縣		US	OH	125	19614	America/New_York
5167284	Portage County	portage-county	Comitatul Portage,Comte de Portage,Comté de Portage,Condado de Portage,Condado han Portage,Contea di Portage,Hrabstwo Portage,Okrug Portidz,Portadzh,Portage,Portage Comitatus,Portage Kun,Portage Kūn,Portage konderria,Portage megye,Portagei maakond,Portagen piirikunta,Portidzh,Quan Portage,Quận Portage,bo di qi xian,mqatʿt bwrtj,porteja ka'unti,poteji jun,shhrstan pwrtyj  awhayw,Округ Портиџ,Портадж,Портидж,شهرستان پورتیج، اوهایو,مقاطعة بورتج,پورٹیج کاؤنٹی,پورٹیج کاؤنٹی، اوہائیو,পোর্টেজ কাউন্টি,ポーテージ郡,波蒂奇县		US	OH	133	161419	America/New_York
5167574	Putnam County	putnam-county	Comitatul Putnam,Comte de Putnam,Comté de Putnam,Condado de Putnam,Condado han Putnam,Contea di Putnam,Hrabstwo Putnam,Okrug Patnam,Patnam,Patnem,Putnam,Putnam Comitatus,Putnam Kun,Putnam Kūn,Putnam konderria,Putnam megye,Putnamin piirikunta,Quan Putnam,Quận Putnam,mqatʿt btnam,pattonamu jun,pu te nan xian,putanama ka'unti,shhrstan patnm  awhayw,Округ Патнам,Патнам,Патнем,Путнам,شهرستان پاتنم، اوهایو,مقاطعة بتنام,پتنام کاؤنٹی، اوہائیو,پٹنم کاؤنٹی، اوہائیو,পুতনাম কাউন্টি,パットナム郡,普特南縣		US	OH	137	34499	America/New_York
5168041	Richland County	richland-county	Comitatul Richland,Comte de Richland,Comté de Richland,Condado de Richland,Condado han Richland,Contea di Richland,Hrabstwo Richland,Okrug Richland,Quan Richland,Quận Richland,Richland,Richland Comitatus,Richland Kun,Richland Kūn,Richland konderria,Richland megye,Richlandin piirikunta,Richlend,li qi lan xian,mqatʿt rtshland,ricalyanda ka'unti,ritchirando jun,shhrstan rychlnd  awhayw,Округ Ричланд,Ричланд,Ричленд,Річленд,رچلینڈ کاؤنٹی، اوہائیو,شهرستان ریچلند، اوهایو,مقاطعة رتشلاند,রিচল্যান্ড কাউন্টি,リッチランド郡,里奇蘭縣		US	OH	139	124475	America/New_York
5170698	Sandusky County	sandusky-county	Comitatul Sandusky,Comte de Sandusky,Comté de Sandusky,Condado de Sandusky,Condado han Sandusky,Contea di Sandusky,Hrabstwo Sandusky,Okrug Sandaski,Quan Sandusky,Quận Sandusky,Sandaski,Sanduskij,Sandusky,Sandusky Comitatus,Sandusky Kun,Sandusky Kūn,Sandusky konderria,Sandusky megye,Sanduskyn piirikunta,Sendaski,mqatʿt sandsky,sanadaski ka'unti,sandasuki jun,sang da si ji xian,shhrstan sandwskay  awhayw,Округ Сандаски,Сандаски,Сандъский,Сендаскі,سانڈوسکی کاؤنٹی,سینڈسکی کاؤنٹی، اوہائیو,شهرستان ساندوسکای، اوهایو,مقاطعة ساندسكي,সানডাস্কি কাউন্টি,サンダスキー郡,桑達斯基縣		US	OH	143	60944	America/New_York
5171643	Seneca County	seneca-county	Comitatul Seneca,Comte de Seneca,Comté de Seneca,Condado de Seneca,Condado han Seneca,Contea di Seneca,Hrabstwo Seneca,Okrug Seneka,Quan Seneca,Quận Seneca,Seneca,Seneca Comitatus,Seneca Kun,Seneca Kūn,Seneca konderria,Seneca maakond,Seneca megye,Senecan piirikunta,Seneka,mqatʿt snyka,se nei sa xian,seneka jun,seneka ka'unti,shhrstan snka  awhayw,Округ Сенека,Сенека,سنیکا کاؤنٹی، اوہائیو,سینیکا کاؤنٹی، اوہائیو,شهرستان سنکا، اوهایو,مقاطعة سنيكا,সেনেকা কাউন্টি,セネカ郡,瑟內薩縣		US	OH	147	56745	America/New_York
5171871	Shelby County	shelby-county	Comitatul Shelby,Comte de Shelby,Comté de Shelby,Condado de Shelby,Condado han Shelby,Contea di Shelby,Hrabstwo Shelby,Okrug Shelbi,Quan Shelby,Quận Shelby,Shelbi,Shelby,Shelby Comitatus,Shelby Kun,Shelby Kūn,Shelby konderria,Shelby megye,Shelbyn piirikunta,mqatʿt shlby,selabi ka'unti,sherubi jun,shhrstan shlby  awhayw,xie er bi xian,Округ Шелби,Шелби,Шелбі,شهرستان شلبی، اوهایو,شیلبی کاؤنٹی، اوہائیو,مقاطعة شلبي,শেলবি কাউন্টি,シェルビー郡,謝爾比縣		US	OH	149	49423	America/New_York
5172936	Stark County	stark-county	Comitatul Stark,Comte de Stark,Comté de Stark,Condado de Stark,Condado han Stark,Contea di Stark,Hrabstwo Stark,Okrug Stark,Quan Stark,Quận Stark,Stark,Stark Comitatus,Stark Kun,Stark Kūn,Stark konderria,Stark megye,Starki maakond,Starkin piirikunta,mqatʿt stark,shhrstan astark  awhayw,si ta ke xian,starka ka'unti,sutaku jun,Округ Старк,Старк,سٹارک کاؤنٹی,سٹارک کاؤنٹی، اوہائیو,شهرستان استارک، اوهایو,مقاطعة ستارك,স্টার্ক কাউন্টি,スターク郡,斯塔克縣		US	OH	151	375586	America/New_York
5173386	Summit County	summit-county	Comitatul Summit,Comte de Summit,Comté de Summit,Condado de Summit,Condado han Summit,Contea di Summit,Hrabstwo Summit,Okrug Samit,Quan Summit,Quận Summit,Sammit,Sumit,Summit,Summit Comitatus,Summit Kun,Summit Kūn,Summit konderria,Summit megye,Summiti maakond,Summitin piirikunta,mqatʿt samyt,sa mi te xian,samita ka'unti,samitto jun,shhrstan samyt  awhayw,Округ Самит,Саммит,Самміт,Съмит,سمٹ کاؤنٹی، اوہائیو,شهرستان سامیت، اوهایو,مقاطعة ساميت,সামিট কাউন্টি,サミット郡,薩米特縣		US	OH	153	541781	America/New_York
5174418	Trumbull County	trumbull-county	Comitatul Trumbull,Comte de Trumbull,Comté de Trumbull,Condado de Trumbull,Condado han Trumbull,Contea di Trumbull,Hrabstwo Trumbull,Okrug Trambul,Quan Trumbull,Quận Trumbull,Tramball,Trambull,Trumbul,Trumbull,Trumbull Comitatus,Trumbull Kun,Trumbull Kūn,Trumbull konderria,Trumbull megye,Trumbulli maakond,Trumbullin piirikunta,du lun ba er xian,mqatʿt trmbwl,shhrstan trambl  awhayw,toranburu jun,trambula ka'unti,Округ Трамбул,Трамбалл,Трамбулл,Тръмбъл,شهرستان ترامبل، اوهایو,مقاطعة ترمبول,ٹرمبال کاؤنٹی,ٹرمبل کاؤنٹی، اوہائیو,ট্রাম্বুল কাউন্টি,トランブル郡,杜倫巴爾縣		US	OH	155	210312	America/New_York
5174499	Tuscarawas County	tuscarawas-county	Comitatul Tuscarawas,Comte de Tuscarawas,Comté de Tuscarawas,Condado de Tuscarawas,Condado han Tuscarawas,Contea di Tuscarawas,Hrabstwo Tuscarawas,Okrug Taskarovas,Quan Tuscarawas,Quận Tuscarawas,Taskarovas,Taskarvas,Tuscarawas,Tuscarawas Comitatus,Tuscarawas Kun,Tuscarawas Kūn,Tuscarawas konderria,Tuscarawas megye,Tuscarawasin piirikunta,Tuskarauus,mqatʿt tskarawas,shhrstan twskaraws  awhayw,ta si ka luo wa si xian,tasukarawasu jun,tuskararaaja ka'unti,Округ Таскаровас,Таскарвас,Таскаровас,Тъскарауъс,شهرستان توسکاراوس، اوهایو,مقاطعة تسكاراواس,ٹسکاراواس کاؤنٹی,ٹسکاراویس کاؤنٹی، اوہائیو,টুস্কারাৱাজ কাউন্টি,タスカラワス郡,塔斯卡羅瓦斯縣		US	OH	157	92582	America/New_York
5174669	Union County	union-county	Comitatul Union,Comte d'Union,Comté d'Union,Condado de Union,Condado han Union,Contea di Union,Hrabstwo Union,Junion,Juniun,Okrug Junion,Quan Union,Quận Union,Union,Union Comitatus,Union Kun,Union Kūn,Union konderria,Union megye,Unionin piirikunta,i'uniyana ka'unti,mqatʿt ywnywn,shhrstan ywnywn  awhayw,you ni ang xian,yunion jun,Округ Јунион,Юнион,Юниън,Юніон,شهرستان یونیون، اوهایو,مقاطعة يونيون,یونین کاؤنٹی، اوہائیو,ইউনিয়ন কাউন্টি,ユニオン郡,猶尼昂縣		US	OH	159	52300	America/New_York
5175012	Van Wert County	van-wert-county	Comitatul Van Wert,Comte de Van Wert,Comté de Van Wert,Condado de Van Wert,Condado han Van Wert,Contea di Van Wert,Hrabstwo Van Wert,Okrug Van Vert,Quan Van Wert,Quận Van Wert,Van Uurt,Van Wert,Van Wert Comitatus,Van Wert Kun,Van Wert Kūn,Van Wert konderria,Van Wert megye,Van Wertin piirikunta,Van-Uehrt,Van-Vert,banwato jun,bhyana raerta ka'unti,fan wo te xian,mqatʿt fan wyrt,shhrstan wan wrt  awhayw,Ван Уърт,Ван-Верт,Ван-Уэрт,Округ Ван Верт,شهرستان وان ورت، اوهایو,مقاطعة فان ويرت,وان ورت کاؤنٹی,وان ویرٹ کاؤنٹی، اوہائیو,ভ্যান ৱের্ট কাউন্টি,バンワート郡,范沃特縣		US	OH	161	28744	America/New_York
5175898	Wayne County	wayne-county	Comitatul Wayne,Comte de Wayne,Comté de Wayne,Condado de Wayne,Condado han Wayne,Contea di Wayne,Hrabstwo Wayne,Kantono Wayne,Okrug Vejn,Quan Wayne,Quận Wayne,Uehjn,Uejn,Vejn,Wayne,Wayne Comitatus,Wayne Kun,Wayne Kūn,Wayne konderria,Wayne megye,Waynei maakond,Waynen piirikunta,mqatʿt wyn,raa'ine ka'unti,shhrstan wyn  awhayw,u~ein jun,wei en xian,Вейн,Округ Вејн,Уейн,Уэйн,شهرستان وین، اوهایو,مقاطعة وين,وین کاؤنٹی، اوہائیو,ৱাইনে কাউন্টি,ウェイン郡,韋恩縣		US	OH	169	114520	America/New_York
5176872	Williams County	williams-county	Comitatul Williams,Comte de Williams,Comté de Williams,Condado de Williams,Condado han Williams,Contea di Williams,Hrabstwo Williams,Okrug Vilijams,Quan Williams,Quận Williams,Uil'jams,Uiljams,Vil'jams,Williams,Williams Comitatus,Williams Kun,Williams Kūn,Williams konderria,Williams megye,Williamsi maakond,Williamsin piirikunta,mqatʿt wlyamz,shhrstan wylyamz  awhayw,u'iliyamasa ka'unti,u~iriamuzu jun,wei lian si xian,Вільямс,Округ Вилијамс,Уильямс,Уилямс,شهرستان ویلیامز، اوهایو,مقاطعة وليامز,ولیمز کاؤنٹی,ولیمز کاؤنٹی، اوہائیو,উইলিয়ামস কাউন্টি,ウィリアムズ郡,威廉斯縣		US	OH	171	37642	America/New_York
5177229	Wood County	wood-county	Comitatul Wood,Comte de Wood,Comté de Wood,Condado de Wood,Condado han Wood,Contato Wood,Contea di Wood,Hrabstwo Wood,Okrug Vud,Quan Wood,Quận Wood,Ud,Vud,Wood,Wood Comitatus,Wood Kun,Wood Kūn,Wood konderria,Wood megye,Woodin piirikunta,mqatʿt wwd,rada ka'unti,shhrstan wwd  awhayw,uddo jun,wu de xian,Вуд,Округ Вуд,Уд,شهرستان وود، اوهایو,مقاطعة وود,ووڈ کاؤنٹی، اوہائیو,وڈ کاؤنٹی، اوہائیو,ৱড কাউন্টি,ウッド郡,伍德縣		US	OH	173	125488	America/New_York
5177434	Wyandot County	wyandot-county	Comitatul Wyandot,Comte de Wyandot,Comté de Wyandot,Condado de Wyandot,Condado han Wyandot,Contea di Wyandot,Hrabstwo Wyandot,Okrug Vajandot,Quan Wyandot,Quận Wyandot,Uajandot,Uajundot,Vajandot,Wyandot,Wyandot Comitatus,Wyandot Coonty,Wyandot Kun,Wyandot Kūn,Wyandot konderria,Wyandot megye,Wyandotin piirikunta,huai en duo te xian,mqatʿt wayndwt,raayanadota ka'unti,shhrstan wayndat  awhayw,waiandotto jun,Ваяндот,Округ Вајандот,Уайандот,Уайъндот,شهرستان وایندات، اوهایو,مقاطعة وايندوت,وائنڈاٹ کاؤنٹی، اوہائیو,ویانڈاٹ کاؤنٹی,ৱায়নডোট কাউন্টি,ワイアンドット郡,懷恩多特縣		US	OH	175	22615	America/New_York
5178040	Allegheny County	allegheny-county	Alegeni,Alegini srjan,Allegejni,Allegeni,Allegheny,Allegheny County,Allegheny Kun,Allegheny Kūn,Allegheny konderria,Allegheny maakond,Allegheny megye,Comitatul Allegheny,Comitatus Alleghenia,Comte d'Allegheny,Comté d'Allegheny,Condado de Allegheny,Condado han Allegheny,Contae Allegheny,Contea di Allegheny,Hrabstwo Allegheny,Konteth Allegheny,Okrug Alegeni,Quan Allegheny,Quận Allegheny,a li gen ni xian,aelleogeni gun,aregeni jun,shhrstan alygny  pnsylwanya,Алегени,Аллегейни,Аллегені,Округ Алегени,Ալեգինի շրջան,الگنی کاؤنٹی، پنسلوانیا,الیگھینی کاؤنٹی، پنسلوانیا,شهرستان الیگنی، پنسیلوانیا,مقاطعة أليني,অ্যলেঘেনি কাউন্টি,アレゲニー郡,阿利根尼縣,앨러게니 군		US	PA	003	1223348	America/New_York
5178515	Armstrong County	armstrong-county	Allegheny County,Armstrong,Armstrong Comitatus,Armstrong County,Armstrong Kun,Armstrong Kūn,Armstrong konderria,Armstrong megye,Armstrong srjan,Comitatul Armstrong,Comte d'Armstrong,Comté d'Armstrong,Condado de Armstrong,Condado han Armstrong,Contae Armstrong,Contea di Armstrong,Hrabstwo Armstrong,Konteth Armstrong,Okrug Armstrong,Quan Armstrong,Quận Armstrong,a mu si te lang xian,amusutorongu jun,armastram ka'unti,shhrstan armstrang  pnsylwanya,Армстронг,Округ Армстронг,Արմստրոնգ շրջան,آرمسٹرانگ کاؤنٹی، پنسلوانیا,شهرستان آرمسترانگ، پنسیلوانیا,مقاطعة أرمسترونغ,আর্মস্ট্রং কাউন্টি,アームストロング郡,阿姆斯特朗縣		US	PA	005	68941	America/New_York
5179454	Beaver County	beaver-county	Allegheny County,Beaver,Beaver Comitatus,Beaver County,Beaver Kun,Beaver Kūn,Beaver konderria,Beaver megye,Bijvur,Biver,Biver srjan,Comitatul Beaver,Comte de Beaver,Comté de Beaver,Condado de Beaver,Condado han Beaver,Contae Beaver,Contea di Beaver,Hrabstwo Beaver,Konteth Beaver,Okrug Biver,Quan Beaver,Quận Beaver,bi fu xian,biba jun,bibhera ka'unti,shhrstan bywr  pnsylwanya,Бивер,Бийвър,Бівер,Округ Бивер,Բիվեր շրջան,بیور کاؤنٹی، پنسلوانیا,بیوور کاؤنٹی,شهرستان بیور، پنسیلوانیا,مقاطعة بيفر,বিভের কাউন্টি,ビーバー郡,比佛縣		US	PA	007	170539	America/New_York
5179633	Bedford County	bedford-county	Bedford,Bedford Comitatus,Bedford Kun,Bedford Kūn,Bedford konderria,Bedford megye,Bedford srjan,Comitatul Bedford,Comte de Bedford,Comté de Bedford,Condado de Bedford,Condado han Bedford,Contae Bedford,Contea di Bedford,Hrabstwo Bedford,Konteth Bedford,Okrug Bedford,Quan Bedford,Quận Bedford,bedaphorda ka'unti,beddofodo jun,bei de fu xian,shhrstan bdfwrd  pnsylwanya,Бедфорд,Округ Бедфорд,Բեդֆորդ շրջան,بیڈفورڈ کاؤنٹی، پنسلوانیا,شهرستان بدفورد، پنسیلوانیا,مقاطعة بيدفورد,বেডফোর্ড কাউন্টি,ベッドフォード郡,貝德福縣		US	PA	009	49762	America/New_York
5180052	Berks County	berks-county	Barricks Kaundi,Berks,Berks Comitatus,Berks Kun,Berks Kūn,Berks konderria,Berks megye,Berks srjan,Burks,Comitatul Berks,Comte de Berks,Comté de Berks,Condado de Berks,Condado han Berks,Contae Berks,Contea di Berks,Hrabstwo Berks,Konteth Berks,Okrug Berks,Quan Berks,Quận Berks,bakusu jun,berkasa ka'unti,bo ke xian,shhrstan brks,Беркс,Бъркс,Округ Беркс,Բերկս շրջան,برکس کاؤنٹی,برکس کاؤنٹی، پنسلوانیا,شهرستان برکس,مقاطعة بركس,বের্কস কাউন্টি,バークス郡,伯克縣		US	PA	011	411442	America/New_York
5180809	Blair County	blair-county	Blair,Blair Comitatus,Blair County,Blair Kun,Blair Kūn,Blair konderria,Blair megye,Blehr,Bler,Bler srjan,Bleur,Comitatul Blair,Comte de Blair,Comté de Blair,Condado de Blair,Condado han Blair,Contae Blair,Contea di Blair,Hrabstwo Blair,Konteth Blair,Okrug Bler,Quan Blair,Quận Blair,bleyara ka'unti,bu lai er xian,burea jun,shhrstan blyr  pnsylwanya,Блер,Блеър,Блэр,Округ Блер,Բլեր շրջան,بلیئر کاؤنٹی,بلیئر کاؤنٹی، پنسلوانیا,شهرستان بلیر، پنسیلوانیا,مقاطعة بلير,ব্লেয়ার কাউন্টি,ブレア郡,布萊爾縣		US	PA	013	127089	America/New_York
5181416	Bradford County	bradford-county	Bradford,Bradford Comitatus,Bradford County,Bradford Kun,Bradford Kūn,Bradford konderria,Bradford megye,Bradfordi maakond,Bredford,Bredford srjan,Comitatul Bradford,Comte de Bradford,Comté de Bradford,Condado de Bradford,Condado han Bradford,Contae Bradford,Contea di Bradford,Hrabstwo Bradford,Konteth Bradford,Okrug Bradford,Ontario County,Quan Bradford,Quận Bradford,bredaphorda ka'unti,bu la fu xian,buraddofodo jun,shhrstan bradfwrd  pnsylwanya,Брадфорд,Бредфорд,Округ Брадфорд,Բրեդֆորդ շրջան,بریڈفورڈ کاؤنٹی، پنسلوانیا,شهرستان برادفورد، پنسیلوانیا,مقاطعة برادفورد,ব্রেডফোর্ড কাউন্টি,ブラッドフォード郡,布拉福縣		US	PA	015	62622	America/New_York
5182201	Bucks County	bucks-county	Baks,Bucks,Bucks Comitatus,Bucks Kun,Bucks Kūn,Bucks konderria,Bucks megye,Buks,Comitatul Bucks,Comte de Bucks,Comté de Bucks,Condado de Bucks,Condado han Bucks,Contae Bucks,Contea di Bucks,Hrabstwo Bucks,Konteth Bucks,Okrug Baks,Quan Bucks,Quận Bucks,ba ke si xian,bakasa ka'unti,bakkusu jun,shhrstan baks  pnsylwanya,Бакс,Бъкс,Округ Бакс,Բաքս շրջան,بکس کاؤنٹی,بکس کاؤنٹی، پنسلوانیا,شهرستان باکس، پنسیلوانیا,مقاطعة باكز,বাকস কাউন্টি,バックス郡,巴克斯縣		US	PA	017	625249	America/New_York
5182539	Butler County	butler-county	Allegheny County,Batler,Batler srjan,Butler,Butler Comitatus,Butler County,Butler Kun,Butler Kūn,Butler konderria,Butler megye,Butlur,Comitatul Butler,Comte de Butler,Comté de Butler,Condado de Butler,Condado han Butler,Contae Butler,Contea di Butler,Hrabstwo Butler,Konteth Butler,Okrug Batler,Quan Butler,Quận Butler,ba te lei xian,batarara ka'unti,batora jun,shhrstan batlr  pnsylwanya,Батлер,Бътлър,Округ Батлер,Բատլեր շրջան,بٹلر کاؤنٹی، پنسلوانیا,شهرستان باتلر، پنسیلوانیا,مقاطعة بتلر,বাটরার কাউন্টি,バトラー郡,巴特勒縣		US	PA	019	183862	America/New_York
5182829	Cambria County	cambria-county	Cambria,Cambria Comitatus,Cambria County,Cambria Kun,Cambria Kūn,Cambria konderria,Cambria megye,Comitatul Cambria,Comte de Cambria,Comté de Cambria,Condado de Cambria,Condado han Cambria,Contae Cambria,Contea di Cambria,Hrabstwo Cambria,Kambrija,Kembrija,Konteth Cambria,Okrug Kambrija,Quan Cambria,Quận Cambria,Swydd Cambria,kan bu li ya xian,kanburia jun,kyambriya ka'unti,shhrstan kmbrya  pnsylwanya,Камбрия,Кембрія,Округ Камбрија,Քամբրիա շրջան,شهرستان کمبریا، پنسیلوانیا,مقاطعة كامبريا,کامبریا کاؤنٹی، پنسلوانیا,کیمبریا کاؤنٹی,ক্যাম্ব্রিয়া কাউন্টি,カンブリア郡,坎布里亞縣		US	PA	021	143679	America/New_York
5182858	Cameron County	cameron-county	Cameron,Cameron Comitatus,Cameron County,Cameron Kun,Cameron Kūn,Cameron konderria,Cameron megye,Cameroni maakond,Comitatul Cameron,Comte de Cameron,Comté de Cameron,Condado de Cameron,Condado han Cameron,Contae Cameron,Contea di Cameron,Hrabstwo Cameron,Kameron,Kamerun,Konteth Cameron,Okrug Kameron,Quan Cameron,Quận Cameron,ka mei lun xian,kameron jun,kyamerana ka'unti,shhrstan kmrwn  pnsylwanya,Камерон,Камерън,Округ Камерон,Քամերոն շրջան,شهرستان کمرون، پنسیلوانیا,کیمرون کاؤنٹی,کیمرون کاؤنٹی، پنسلوانیا,ক্যামেরন কাউন্টি,カメロン郡,卡梅倫縣		US	PA	023	5085	America/New_York
5183193	Carbon County	carbon-county	Carbon,Carbon Comitatus,Carbon County,Carbon Kaundi,Carbon Kun,Carbon Kūn,Carbon konderria,Carbon megye,Comitatul Carbon,Comte de Carbon,Comté de Carbon,Condado de Carbon,Condado han Carbon,Contae Carbon,Contea di Carbon,Hrabstwo Carbon,Karbon,Karbun,Konteth Carbon,Okrug Karbon,Quan Carbon,Quận Carbon,ka ben xian,kabon jun,karabona ka'unti,shhrstan krbn  pnsylwanya,Карбон,Карбън,Округ Карбон,Քարբոն շրջան,شهرستان کربن، پنسیلوانیا,مقاطعة كربون,کاربن کاؤنٹی,کاربن کاؤنٹی، پنسلوانیا,কারবোন কাউন্টি,カーボン郡,卡本縣		US	PA	025	65249	America/New_York
5183763	Centre County	centre-county	Center County,Centre,Centre Comitatus,Centre County,Centre Kun,Centre Kūn,Centre konderria,Centre megye,Comitatul Centre,Comte de Centre,Comté de Centre,Condado de Centre,Condado han Centre,Contae Centre,Contea di Centre,Hrabstwo Centre,Konteth Centre,Okrug Senter,Quan Centre,Quận Centre,Senter srjan,Sentr,Sentur,senta jun,sentri ka'unti,shen te xian,shhrstan sntr  pnsylwanya,Округ Сентер,Сентр,Сентър,Սենտեր շրջան,سینٹر کاؤنٹی,سینٹر کاؤنٹی، پنسلوانیا,شهرستان سنتر، پنسیلوانیا,مقاطعة سنتر,সেন্ট্রি কাউন্টি,センター郡,申特縣		US	PA	027	153990	America/New_York
5184079	Chester County	chester-county	Chester,Chester Comitatus,Chester County PA,Chester Kun,Chester Kūn,Chester konderria,Chester megye,Chestur,Comitatul Chester,Comte de Chester,Comté de Chester,Condado de Chester,Condado han Chester,Contae Chester,Contea di Chester,Hrabstwo Chester,Kantono Chester,Konteth Chester,Okrug Chester,Quan Chester,Quận Chester,Tscheschter Kaundi,cestara ka'unti,chesuta jun,qie si te xian,shhrstan chstr  pnsylwanya,Округ Честер,Честер,Честър,Չեստեր շրջան,شهرستان چستر، پنسیلوانیا,مقاطعة تشيستر,چیسٹر کاؤنٹی,چیسٹر کاؤنٹی، پنسلوانیا,চেস্টার কাউন্টি,チェスター郡,切斯特縣		US	PA	029	498886	America/New_York
5184423	Clarion County	clarion-county	Clarion,Clarion Comitatus,Clarion Kun,Clarion Kūn,Clarion konderria,Clarion megye,Comitatul Clarion,Comte de Clarion,Comté de Clarion,Condado de Clarion,Condado han Clarion,Contae Clarion,Contea di Clarion,Hrabstwo Clarion,Klarion,Klariun,Klerion,Konteth Clarion,Okrug Klarion,Quan Clarion,Quận Clarion,ke la li en xian,klariyana ka'unti,kurarion jun,shhrstan klryan  pnsylwanya,Кларион,Клариън,Клеріон,Округ Кларион,Քլարիոն շրջան,شهرستان کلریان، پنسیلوانیا,مقاطعة كلاريون,کلیریون کاؤنٹی,کلیریون کاؤنٹی، پنسلوانیا,ক্লারিয়ন কাউন্টি,クラリオン郡,克拉里恩縣		US	PA	031	39988	America/New_York
5184546	Clearfield County	clearfield-county	Clearfield,Clearfield Comitatus,Clearfield Kun,Clearfield Kūn,Clearfield konderria,Clearfield megye,Comitatul Clearfield,Comte de Clearfield,Comté de Clearfield,Condado de Clearfield,Condado han Clearfield,Contae Clearfield,Contea di Clearfield,Hrabstwo Clearfield,Klirfild,Kliurfijld,Konteth Clearfield,Okrug Klirfild,Quan Clearfield,Quận Clearfield,ke li er fei xian,kliyaraphilda ka'unti,kuriafirudo jun,shhrstan klyrfyld  pnsylwanya,Клирфилд,Клиърфийлд,Клірфілд,Округ Клирфилд,Քլիրֆիլդ շրջան,شهرستان کلیرفیلد، پنسیلوانیا,مقاطعة كلرفيلد,کلیئرفیلڈ کاؤنٹی,کلیئرفیلڈ کاؤنٹی، پنسلوانیا,ক্লিয়ারফিল্ড কাউন্টি,クリアフィールド郡,克利爾菲縣		US	PA	033	81642	America/New_York
5184630	Clinton County	clinton-county	Clinton,Clinton Comitatus,Clinton County,Clinton Kun,Clinton Kūn,Clinton konderria,Clinton megye,Comitatul Clinton,Comte de Clinton,Comté de Clinton,Condado de Clinton,Condado han Clinton,Contae Clinton,Contea di Clinton,Hrabstwo Clinton,Klinton,Klintun,Konteth Clinton,Okrug Klinton,Quan Clinton,Quận Clinton,ke lin dun xian,klintana ka'unti,kurinton jun,shhrstan klyntwn  pnsylwanya,Клинтон,Клинтън,Клінтон,Округ Клинтон,Քլինտոն շրջան,شهرستان کلینتون، پنسیلوانیا,مقاطعة كلينتون,کلنٹن کاؤنٹی، پنسلوانیا,ক্লিন্টন কাউন্টি,クリントン郡,克林頓縣		US	PA	035	39238	America/New_York
5185032	Columbia County	columbia-county	Columbia,Columbia Comitatus,Columbia County,Columbia Kun,Columbia Kūn,Columbia konderria,Columbia megye,Comitatul Columbia,Comte de Columbia,Comté de Columbia,Condado de Columbia,Condado han Columbia,Contae Columbia,Contea di Columbia,Hrabstwo Columbia,Kolambia,Kolumbia srjan,Kolumbija,Konteth Columbia,Okrug Kolambija,Quan Columbia,Quận Columbia,ge lun bi ya xian,kalambiya ka'unti,koronbia jun,shhrstan klmbya  pnsylwanya,Коламбиа,Колумбия,Колумбія,Округ Коламбија,Կոլումբիա շրջան,شهرستان کلمبیا، پنسیلوانیا,کولمبیا کاؤنٹی، پنسلوانیا,কলম্বিয়া কাউন্টি,コロンビア郡,哥倫比亞縣		US	PA	037	67295	America/New_York
5185801	Crawford County	crawford-county	Allegheny County,Comitatul Crawford,Comte de Crawford,Comté de Crawford,Condado de Crawford,Condado han Crawford,Contae Crawford,Contea di Crawford,Crawford,Crawford Comitatus,Crawford County,Crawford Kun,Crawford Kūn,Crawford konderria,Crawford megye,Hrabstwo Crawford,Konteth Crawford,Kroford,Krouford,Okrug Kroford,Quan Crawford,Quận Crawford,ke lao fu de xian,kraphorda ka'unti,kuroufodo jun,shhrstan krafwrd  pnsylwanya,Кроуфорд,Крофорд,Округ Крофорд,Քրոֆորդ շրջան,شهرستان کرافورد، پنسیلوانیا,مقاطعة كروفورد,کرافورڈ کاؤنٹی، پنسلوانیا,ক্রাফোর্ড কাউন্টি,クロウフォード郡,克勞福德縣		US	PA	039	88765	America/New_York
5220355	York County	york-county	Comitatul York,Comte de York,Comté de York,Condado de York,Condado han York,Contea di York,Eboracensis Comitatus,Hrabstwo York,Jork,Konteth York,Okrug Jork,Quan York,Quận York,Swydd York,Yarrick Kaundi,York,York Kun,York Kūn,York konderria,York megye,iyarka ka'unti,shhrstan ywrk  pnsylwanya,yokeu gun,yoku jun,yue ke xian,Йорк,Округ Јорк,Յորք շրջան,شهرستان یورک، پنسیلوانیا,مقاطعة يورك,یارک کاؤنٹی، پنسلوانیا,ইয়র্ক কাউন্টি,ヨーク郡,約克縣,요크 군		US	PA	133	434972	America/New_York
5186106	Cumberland County	cumberland-county	Comitatul Cumberland,Comte de Cumberland,Comté de Cumberland,Condado de Cumberland,Condado han Cumberland,Contae Cumberland,Contea di Cumberland,Cumberland,Cumberland Comitatus,Cumberland Kun,Cumberland Kūn,Cumberland konderria,Cumberland megye,Hrabstwo Cumberland,Kamberlend,Kamberlend srjan,Konteth Cumberland,Kumburland,Okrug Kamberland,Quan Cumberland,Quận Cumberland,kambaralyanda ka'unti,kan bo lan xian,kanbarando jun,shhrstan kambrlnd  pnsylwanya,Камберленд,Къмбърланд,Округ Камберланд,Կամբերլենդ շրջան,شهرستان کامبرلند، پنسیلوانیا,مقاطعة كمبرلاند,کمبرلینڈ کاؤنٹی، پنسلوانیا,کمبرلینڈ کاشںٹی، پنسلوانیا,কাম্বারল্যান্ড কাউন্টি,カンバーランド郡,坎伯蘭縣		US	PA	041	235406	America/New_York
5186395	Dauphin County	dauphin-county	Comitatul Dauphin,Comte de Dauphin,Comte du Dauphin,Comté de Dauphin,Comté du Dauphin,Condado de Dauphin,Condado han Dauphin,Contae Dauphin,Contea di Dauphin,Dauphin,Dauphin Comitatus,Dauphin County,Dauphin Kun,Dauphin Kūn,Dauphin konderria,Dauphin megye,Dauphini maakond,Dofin,Dofin srjan,Hrabstwo Dauphin,Konteth Dauphin,Okrug Dofin,Paxtang Township,Quan Dauphin,Quận Dauphin,dao fen xian,dauphina ka'unti,dofin jun,Дофин,Дофін,Округ Дофин,Դոֆին շրջան,مقاطعة دوفين,ڈاؤفن کاؤنٹی,ڈافین کاؤنٹی، پنسلوانیا,ডৌফিন কাউন্টি,ドーフィン郡,道芬縣		US	PA	043	268100	America/New_York
5186677	Delaware County	delaware-county	Colonia de Delaware,Comitatul Delaware,Comte de Delaware,Comté de Delaware,Condado de Delaware,Condado han Delaware,Contae Delaware,Contea di Delaware,Delaueur,Delavehr,Delaver,Delaver srjan,Delaware,Delaware Comitatus,Delaware County PA,Delaware Kun,Delaware Kūn,Delaware konderria,Delaware megye,Delawaren piirikunta,Hrabstwo Delaware,Konteth Delaware,Okrug Delaver,Quan Delaware,Quận Delaware,dela'oyyara ka'unti,derau~ea jun,shhrstan dlawyr  pnsylwanya,te la hua xian,Делавер,Делавэр,Делауеър,Округ Делавер,Դելավեր շրջան,شهرستان دلاویر، پنسیلوانیا,مقاطعة ديلاوير,ڈیلاویئر کاؤنٹی، پنسلوانیا,ডেলাওয়্যার কাউন্টি,デラウェア郡,特拉華縣		US	PA	045	558979	America/New_York
5188486	Elk County	elk-county	Comitatul Elk,Comte d'Elk,Comté d'Elk,Condado de Elk,Condado han Elk,Contea di Elk,Ehlk,Elk,Elk Comitatus,Elk County,Elk Kun,Elk Kūn,Elk konderria,Elk megye,Elk srjan,Elki maakond,Hrabstwo Elk,Konteth Elk,Okrug Elk,Quan Elk,Quận Elk,ai ke xian,elka ka'unti,eruku jun,shhrstan alk  pnsylwanya,Елк,Округ Елк,Элк,Էլկ շրջան,الک کاؤنٹی، پنسلوانیا,ایلک کاؤنٹی، پنسلوانیا,شهرستان الک، پنسیلوانیا,مقاطعة إلك,এল্ক কাউন্টি,エルク郡,艾克縣		US	PA	047	31946	America/New_York
5188847	Erie County	erie-county	Comitatul Erie,Comte d'Erie,Comté d'Erie,Comté d'Érié,Condado de Erie,Condado han Erie,Contae Erie,Contea di Erie,Ehri,Eri,Eri srjan,Erie,Erie Comitatus,Erie Kun,Erie Kūn,Erie konderria,Erie megye,Hrabstwo Erie,Konteth Erie,Okrug Iri,Quan Erie,Quận Erie,eri jun,eri ka'unti,mqatʿt ayry,shhrstan ayry  pnsylwanya,yi li xian,Ері,Округ Ири,Эри,Էրի շրջան,اری کاؤنٹی,ایری کاؤنٹی، پنسلوانیا,شهرستان ایری، پنسیلوانیا,مقاطعة إيري,এরি কাউন্টি,エリー郡,伊利縣		US	PA	049	280566	America/New_York
5189414	Fayette County	fayette-county	Comitatul Fayette,Comte de Fayette,Comté de Fayette,Condado de Fayette,Condado han Fayette,Contae Fayette,Contea di Fayette,Faett,Fajet,Fayet srjan,Fayette,Fayette Comitatus,Fayette Kun,Fayette Kūn,Fayette konderria,Fayette megye,Fejett,Hrabstwo Fayette,Konteth Fayette,Okrug Fejet,Quan Fayette,Quận Fayette,faietto jun,fei ye te xian,phayeta ka'unti,shhrstan fayt  pnsylwanya,Округ Фејет,Файет,Фаєтт,Фейетт,Ֆայետ շրջան,شهرستان فایت، پنسیلوانیا,فائیٹ کاؤنٹی، پنسلوانیا,فایٹ کاؤنٹی، پنسلوانیا,مقاطعة فاييت,ফায়েত কাউন্টি,ファイエット郡,费耶特县		US	PA	051	136606	America/New_York
5189967	Forest County	forest-county	Comitatul Forest,Comte de Forest,Comté de Forest,Condado de Forest,Condado han Forest,Contae Forest,Contea di Forest,Forest,Forest Comitatus,Forest County,Forest Kun,Forest Kūn,Forest konderria,Forest megye,Foresti maakond,Forist srjan,Hrabstwo Forest,Konteth Forest,Okrug Forist,Quan Forest,Quận Forest,foresuto jun,fu lei si xian,pharesta ka'unti,shhrstan farst  pnsylwanya,Округ Форист,Форест,Ֆորիստ շրջան,شهرستان فارست، پنسیلوانیا,فارسٹ کاؤنٹی، پنسلوانیا,فاریسٹ کاؤنٹی,مقاطعة فورست,ফরেস্ট কাউন্টি,フォレスト郡,福雷斯縣		US	PA	053	7716	America/New_York
5190337	Franklin County	franklin-county	Comitatul Franklin,Comte de Franklin,Comté de Franklin,Condado de Franklin,Condado han Franklin,Contae Franklin,Contea di Franklin,Franklin,Franklin Comitatus,Franklin County,Franklin Kun,Franklin Kūn,Franklin konderria,Franklin megye,Franklin srjan,Hrabstwo Franklin,Konteth Franklin,Okrug Frenklin,Quan Franklin,Quận Franklin,fu lan ke lin xian,furankurin jun,phrankalina ka'unti,shhrstan franklyn  pnsylwanya,Округ Френклин,Франклин,Франклін,Ֆրանկլին շրջան,شهرستان فرانکلین، پنسیلوانیا,فرینکلن کاؤنٹی، پنسلوانیا,مقاطعة فرانكلين,ফ্রাঙ্কলিন কাউন্টি,フランクリン郡,富蘭克林縣		US	PA	055	149618	America/New_York
5190669	Fulton County	fulton-county	Comitatul Fulton,Comte de Fulton,Comté de Fulton,Condado de Fulton,Condado han Fulton,Contae Fulton,Contea di Fulton,Fulton,Fulton Comitatus,Fulton County,Fulton Kun,Fulton Kūn,Fulton konderria,Fulton megye,Fulton srjan,Fultun,Hrabstwo Fulton,Konteth Fulton,Okrug Fulton,Quan Fulton,Quận Fulton,fu er dun xian,furuton jun,phulatana ka'unti,shhrstan fwltn  pnsylwanya,Округ Фултон,Фултон,Фултън,Ֆուլտոն շրջան,شهرستان فولتن، پنسیلوانیا,فلٹن کاؤنٹی، پنسلوانیا,ফূলটন কাউন্টি,フルトン郡,富爾頓縣		US	PA	057	14845	America/New_York
5191994	Greene County	greene-county	Comitatul Greene,Comte de Greene,Comté de Greene,Condado de Greene,Condado han Greene,Contae Greene,Contea di Greene,Greene,Greene Comitatus,Greene County,Greene Kun,Greene Kūn,Greene konderria,Greene megye,Grijn,Grin,Grin srjan,Hrabstwo Greene,Konteth Greene,Okrug Grin,Quan Greene,Quận Greene,WAY,ge lin xian,grini ka'unti,gurin jun,shhrstan gryn  pnsylwanya,Грийн,Грин,Округ Грин,Ґрін,Գրին շրջան,شهرستان گرین، پنسیلوانیا,مقاطعة غرين,گرین کاؤنٹی، پنسلوانیا,গ্রীনি কাউন্টি,グリーン郡,格林縣		US	PA	059	38686	America/New_York
5194592	Huntingdon County	huntingdon-county	Comitatul Huntingdon,Comte de Huntingdon,Comté de Huntingdon,Condado de Huntingdon,Condado han Huntingdon,Contae Huntingdon,Contea di Huntingdon,Gantingdon,Hrabstwo Huntingdon,Huntingdon,Huntingdon Comitatus,Huntingdon County,Huntingdon Kun,Huntingdon Kūn,Huntingdon konderria,Huntingdon megye,Khantington,Khuntingdun,Konteth Huntingdon,Okrug Khantingdon,Quan Huntingdon,Quận Huntingdon,hantindana ka'unti,hantindon jun,heng ding dun xian,shhrstan hantyngdan  pnsylwanya,Гантінґдон,Округ Хантингдон,Хантингтон,Хънтингдън,Հանթինգդոն շրջան,شهرستان هانتینگدان، پنسیلوانیا,ہنٹنگڈن کاؤنٹی,ہنٹنگڈن کاؤنٹی، پنسلوانیا,হান্টিংডন কাউন্টি,ハンティンドン郡,亨丁頓縣		US	PA	061	45913	America/New_York
5194872	Indiana County	indiana-county	Comitatul Indiana,Comte d'Indiana,Comté d'Indiana,Condado de Indiana,Condado han Indiana,Contae Indiana,Contea di Indiana,Hrabstwo Indiana,Indiana,Indiana Comitatus,Indiana County,Indiana Kun,Indiana Kūn,Indiana konderria,Indiana megye,Indiana srjan,Konteth Indiana,Okrug Indijana,Quan Indiana,Quận Indiana,indiana jun,indiyana ka'unti,shhrstan ayndyana  pnsylwanya,yin de an na xian,Індіана,Индиана,Округ Индијана,Ինդիանա շրջան,انڈیانا کاؤنٹی,انڈیانا کاؤنٹی، پنسلوانیا,شهرستان ایندیانا، پنسیلوانیا,مقاطعة إنديانا,ইন্ডিয়ানা কাউন্টি,インディアナ郡,印地安納縣		US	PA	063	88880	America/New_York
5195307	Jefferson County	jefferson-county	Comitatul Jefferson,Comte de Jefferson,Comté de Jefferson,Condado de Jefferson,Condado han Jefferson,Contae Jefferson,Contea di Jefferson,Dzhefersun,Dzhefferson,Hrabstwo Jefferson,Jeferson srjan,Jefferson,Jefferson Comitatus,Jefferson County,Jefferson Kun,Jefferson Kūn,Jefferson konderria,Jefferson megye,Jeffersoni maakond,Konteth Jefferson,Okrug DZeferson,Quan Jefferson,Quận Jefferson,jefason jun,jepharasana ka'unti,jie fu xun xian,shhrstan jfrswn  pnsylwanya,Джеферсън,Джефферсон,Округ Џеферсон,Ջեֆերսոն շրջան,جیفرسن کاؤنٹی، پنسلوانیا,شهرستان جفرسون، پنسیلوانیا,مقاطعة جيفرسون,জেফারশন কাউন্টি,ジェファーソン郡,傑佛遜縣		US	PA	065	45200	America/New_York
5195677	Juniata County	juniata-county	Comitatul Juniata,Comte de Juniata,Comté de Juniata,Condado de Juniata,Condado han Juniata,Contae Juniata,Contea di Juniata,Dzhuniata,Hrabstwo Juniata,Juniata,Juniata Comitatus,Juniata Kun,Juniata Kūn,Juniata konderria,Juniata megye,Khuanita,Konteth Juniata,Okrug DZunijata,Quan Juniata,Quận Juniata,Yuniata srjan,juniata jun,juniyata ka'unti,shhrstan jwnyata  pnsylwanya,zhu ni ya ta xian,Джуниата,Округ Џунијата,Хуаніта,Յունիատա շրջան,جونیاتا کاؤنٹی، پنسلوانیا,جونیاٹا کاؤنٹی,شهرستان جونیاتا، پنسیلوانیا,مقاطعة جونياتا,জুনিয়াটা কাউন্টি,ジュニアータ郡,朱尼亞塔縣		US	PA	067	24636	America/New_York
5196674	Lackawanna County	lackawanna-county	Comitatul Lackawanna,Comte de Lackawanna,Comté de Lackawanna,Condado de Lackawanna,Condado han Lackawanna,Contae Lackawanna,Contea di Lackawanna,Hrabstwo Lackawanna,Konteth Lackawanna,Lackawanna,Lackawanna Comitatus,Lackawanna County,Lackawanna Kun,Lackawanna Kūn,Lackawanna konderria,Lackawanna megye,Lackawannock,Lakavanna,Lakuuana,Lekavanna,Okrug Lakavona,Quan Lackawanna,Quận Lackawanna,la ke wa na xian,lakaraanna ka'unti,rakkawana jun,shhrstan lakawana  pnsylwanya,Лакаванна,Лакъуана,Лекаванна,Округ Лакавона,Լեքավանա շրջան,شهرستان لاکاوانا، پنسیلوانیا,لیکاؤنا کاؤنٹی,لیکاوانا کاؤنٹی، پنسلوانیا,مقاطعة لاكاوانا,লাকাৱান্না কাউন্টি,ラッカワナ郡,拉克瓦納縣		US	PA	069	214437	America/New_York
5197085	Lancaster County	lancaster-county	Comitatul Lancaster,Comte de Lancaster,Comté de Lancaster,Condado de Lancaster,Condado han Lancaster,Contae Lancaster,Contea di Lancaster,Hrabstwo Lancaster,Konteth Lancaster,Lancaster,Lancaster Comitatus,Lancaster Kun,Lancaster Kūn,Lancaster konderria,Lancaster megye,Lankaster,Lankaster srjan,Lankastur,Lengeschder Kaundi,Okrug Lankaster,lan kai si te xian,lankastara ka'unti,rankasuta jun,shhrstan lankstr  pnsylwanya,Ланкастер,Ланкастър,Округ Ланкастер,Լանկաստեր շրջան,شهرستان لانکستر، پنسیلوانیا,لنکاسٹر کاؤنٹی، پنسلوانیا,لینکاسٹر کاؤنٹی,مقاطعة لانكستر,লাঙ্কাস্টার কাউন্টি,ランカスター郡,蘭開斯特縣		US	PA	071	519445	America/New_York
5197440	Lawrence County	lawrence-county	Comitatul Lawrence,Comte de Lawrence,Comté de Lawrence,Condado de Lawrence,Condado han Lawrence,Contae Lawrence,Contea di Lawrence,Hrabstwo Lawrence,Konteth Lawrence,Lawrence,Lawrence Comitatus,Lawrence County,Lawrence Kun,Lawrence Kūn,Lawrence konderria,Lawrence megye,Lorens,Loruns,Lourens,Lourens srjan,Okrug Lorens,Quan Lawrence,Quận Lawrence,lao lun si xian,lararensa ka'unti,rorensu jun,shhrstan larns  pnsylwanya,Лоренс,Лорънс,Лоуренс,Округ Лоренс,Լոուրենս շրջան,شهرستان لارنس، پنسیلوانیا,لارنس کاؤنٹی، پنسلوانیا,مقاطعة لورنس,লৱরেন্স কাউন্টি,ローレンス郡,勞倫斯縣		US	PA	073	91108	America/New_York
5197522	Lebanon County	lebanon-county	Comitatul Lebanon,Comte de Lebanon,Comté de Lebanon,Condado de Lebanon,Condado han Lebanon,Contae Lebanon,Contea di Lebanon,Hrabstwo Lebanon,Konteth Lebanon,Lebanon,Lebanon Comitatus,Lebanon County,Lebanon Kaundi,Lebanon Kun,Lebanon Kūn,Lebanon konderria,Lebanon megye,Lebanoni maakond,Libanan srjan,Okrug Lebanon,Quan Lebanon,Quận Lebanon,lebanana ka'unti,li ba nen xian,rebanon jun,shhrstan lbnan  pnsylwanya,Лебанон,Округ Лебанон,Լիբանան շրջան,شهرستان لبنان، پنسیلوانیا,لبنان کاؤنٹی,لیبانن کاؤنٹی، پنسلوانیا,مقاطعة لبنان,লেবানন কাউন্টি,レバノン郡,黎巴嫩县		US	PA	075	133568	America/New_York
5197646	Lehigh County	lehigh-county	Comitatul Lehigh,Comte de Lehigh,Comté de Lehigh,Condado de Lehigh,Condado han Lehigh,Contae Lehigh,Contea di Lehigh,Hrabstwo Lehigh,Konteth Lehigh,Lechaa Kaundi,Lehay srjan,Lehigh,Lehigh Comitatus,Lehigh Kun,Lehigh Kūn,Lehigh konderria,Lehigh megye,Ligaj,Likhaj,Okrug Likhaj,Quan Lehigh,Quận Lehigh,leha'i ka'unti,li ha yi xian,rihai jun,Лихай,Лігай,Округ Лихај,Լեհայ շրջան,شهرستان له‌های، پنسیلوانیا,لی ہائی کاؤنٹی,لیہائی کاؤنٹی، پنسلوانیا,مقاطعة ليهاي,লেহাই কাউন্টি,リーハイ郡,利哈伊縣		US	PA	077	349497	America/New_York
5199309	Luzerne County	luzerne-county	Comitatul Luzerne,Comte de Luzerne,Comté de Luzerne,Condado de Luzerne,Condado han Luzerne,Contae Luzerne,Contea di Luzerne,Hrabstwo Luzerne,Konteth Luzerne,Ljucern,Luzern,Luzern srjan,Luzerne,Luzerne Comitatus,Luzerne Kun,Luzerne Kūn,Luzerne konderria,Luzerne megye,Okrug Luzern,Quan Luzerne,Quận Luzerne,lu ze en xian,lujerne ka'unti,ruzan jun,shhrstan lwzrn  pnsylwanya,Лузерн,Люцерн,Округ Лузерн,Լուզերն շրջան,شهرستان لوزرن، پنسیلوانیا,لزرنے کاؤنٹی,لوزرنے کاؤنٹی، پنسلوانیا,مقاطعة لوزيرن,লুজের্নে কাউন্টি,ルザーン郡,路澤恩縣		US	PA	079	320918	America/New_York
5199318	Lycoming County	lycoming-county	Comitatul Lycoming,Comte de Lycoming,Comté de Lycoming,Condado de Lycoming,Condado han Lycoming,Contae Lycoming,Contea di Lycoming,Hrabstwo Lycoming,Konteth Lycoming,Lajkoming,Lycaumick,Lycomin,Lycoming,Lycoming Comitatus,Lycoming County,Lycoming Kun,Lycoming Kūn,Lycoming konderria,Lycoming megye,Okrug Lajkaming,Quan Lycoming,Quận Lycoming,lai ke ming xian,layakamim ka'unti,raikamingu jun,shhrstan lykamyng  pnsylwanya,Лайкоминг,Лайкомінґ,Округ Лајкаминг,Լայքոմինգ շրջան,شهرستان لیکامینگ، پنسیلوانیا,لائکومنگ کاؤنٹی، پنسلوانیا,لائیکومنگ کاؤنٹی,مقاطعة ليكومينغ,লায়কামিং কাউন্টি,ライカミング郡,來可明縣		US	PA	081	116111	America/New_York
5200448	McKean County	mckean-county	Comitatul McKean,Comte de McKean,Comté de McKean,Condado de McKean,Condado han McKean,Contea di McKean,Hrabstwo McKean,Konteth McKean,Makkijn,Makkin,McKean,McKean Comitatus,McKean Kun,McKean Kūn,McKean konderria,McKean megye,Okrug Makin,Quan McKean,Quận McKean,mai ji en xian,makkin jun,myakakina ka'unti,Маккийн,Маккин,Маккін,Округ Макин,Մակ-Քին շրջան,مقاطعة ماكين,مککین کاؤنٹی,مککین کاؤنٹی، پنسلوانیا,ম্যাককিন কাউন্টি,マッキーン郡,麥基恩縣		US	PA	083	43450	America/New_York
5200801	Mercer County	mercer-county	Allegheny County,Comitatul Mercer,Comte de Mercer,Comté de Mercer,Condado de Mercer,Condado han Mercer,Contae Mercer,Contea di Mercer,Hrabstwo Mercer,Konteth Mercer,Mercer,Mercer Comitatus,Mercer County,Mercer Kun,Mercer Kūn,Mercer konderria,Mercer megye,Merser,Merser srjan,Mursur,Okrug Merser,Quan Mercer,Quận Mercer,mararsera ka'unti,masa jun,mo se xian,shhrstan mrsr  pnsylwanya,Мерсер,Мърсър,Округ Мерсер,Մերսեր շրջան,شهرستان مرسر، پنسیلوانیا,مرسر کاؤنٹی، پنسلوانیا,مقاطعة ميرسر,মারর্সের কাউন্টি,マーサー郡,默瑟縣		US	PA	085	116638	America/New_York
5201068	Mifflin County	mifflin-county	Comitatul Mifflin,Comte de Mifflin,Comté de Mifflin,Condado de Mifflin,Condado han Mifflin,Contae Mifflin,Contea di Mifflin,Hrabstwo Mifflin,Konteth Mifflin,Mifflin,Mifflin Comitatus,Mifflin County,Mifflin Kaundi,Mifflin Kun,Mifflin Kūn,Mifflin konderria,Mifflin megye,Miflin,Miflin srjan,Okrug Miflin,Quan Mifflin,Quận Mifflin,mi fu lin xian,mifurin jun,miphalina ka'unti,shhrstan myfln  pnsylwanya,Мифлин,Миффлин,Міффлін,Округ Мифлин,Միֆլին շրջան,شهرستان میفلن، پنسیلوانیا,مفلن کاؤنٹی,مفلن کاؤنٹی، پنسلوانیا,مقاطعة ميفلين,মিফলিন কাউন্টি,ミフリン郡,密夫林縣		US	PA	087	46682	America/New_York
5201707	Monroe County	monroe-county	Comitatul Monroe,Comte de Monroe,Comté de Monroe,Condado de Monroe,Condado han Monroe,Contae Monroe,Contea di Monroe,Hrabstwo Monroe,Konteth Monroe,Monro,Monro srjan,Monroe,Monroe Comitatus,Monroe Kun,Monroe Kūn,Monroe konderria,Monroe megye,Okrug Monro,Quan Monroe,Quận Monroe,manarau ka'unti,men luo xian,monro jun,shhrstan mwnrw  pnsylwanya,Монро,Округ Монро,Մոնրո շրջան,شهرستان مونرو، پنسیلوانیا,مقاطعة مونرو,منرو کاؤنٹی، پنسلوانیا,مونرو کاؤنٹی، پنسلوانیا,মনরৌ কাউন্টি,モンロー郡,門羅縣		US	PA	089	169842	America/New_York
5201756	Montgomery County	montgomery-county	Comitatul Montgomery,Comte de Montgomery,Comté de Montgomery,Condado de Montgomery,Condado han Montgomery,Contae Montgomery,Contea di Montgomery,Hrabstwo Montgomery,Konteth Montgomery,Montgomeri,Montgomeri srjan,Montgomery,Montgomery Comitatus,Montgomery County,Montgomery Kun,Montgomery Kūn,Montgomery konderria,Montgomery megye,Montgomuri,Okrug Montgomeri,Quan Montgomery,Quận Montgomery,mantagomeri ka'unti,meng ge ma li xian,mongomeri jun,shhrstan mwntgwmry  pnsylwanya,Монтгомери,Монтгомері,Монтгомъри,Округ Монтгомери,Մոնտգոմերի շրջան,شهرستان مونتگومری، پنسیلوانیا,مقاطعة مونتغومري,مونٹگمری کاؤنٹی، پنسلوانیا,مونٹگومری کاؤنٹی، پنسلوانیا,মন্টগোমেরী কাউন্টি,モンゴメリー郡,蒙哥馬利縣		US	PA	091	799874	America/New_York
5201786	Montour County	montour-county	Comitatul Montour,Comte de Montour,Comté de Montour,Condado de Montour,Condado han Montour,Contae Montour,Contea di Montour,Hrabstwo Montour,Konteth Montour,Montour,Montour Comitatus,Montour County,Montour Kun,Montour Kūn,Montour konderria,Montour megye,Montur,Montur srjan,Okrug Montur,Quan Montour,Quận Montour,meng tu er xian,monataura ka'unti,montsua jun,shhrstan mwntwwr  pnsylwanya,Монтур,Округ Монтур,Մոնտուր շրջան,شهرستان مونتوور، پنسیلوانیا,مونٹور کاؤنٹی,مونٹور کاؤنٹی، پنسلوانیا,মোনটৌর কাউন্টি,モンツアー郡,蒙土爾縣		US	PA	093	18267	America/New_York
5203809	Northampton County	northampton-county	Comitatul Northampton,Comte de Northampton,Comté de Northampton,Condado de Northampton,Condado han Northampton,Contae Northampton,Contea di Northampton,Hrabstwo Northampton,Konteth Northampton,Nortempton,Nortgempton,Northampton,Northampton Comitatus,Northampton Kun,Northampton Kūn,Northampton konderria,Northampton megye,Nortkhamptun,Okrug Nortkhempton,Quan Northampton,Quận Northampton,bei an pu dun xian,nartha'empatana ka'unti,nosanputon jun,Нортгемптон,Нортемптон,Нортхамптън,Округ Нортхемптон,Նորթեմպտոն շրջան,شهرستان نورث‌همپتون، پنسیلوانیا,نارتھایمپٹن کاؤنٹی، پنسلوانیا,نارتھیمپٹن کاؤنٹی، پنسلوانیا,নর্থএম্পটন কাউন্টি,ノーサンプトン郡,北安普頓縣		US	PA	095	297735	America/New_York
5226565	Brule County	brule-county	Brul,Brul srjan,Brule,Brule Kun,Brule Kūn,Brule konderria,Brule megye,Comitatul Brule,Comte de Brule,Comté de Brule,Condado de Brule,Condado han Brule,Contea di Brule,Hrabstwo Brule,Okrug Brul,Quan Brule,Quận Brule,brule ka'unti,bu lu er xian,buryure jun,mqatʿt brwl,shhrstan brwly  dakwtay jnwby,Брул,Бруле,Округ Брул,Բրուլ շրջան,برول کاؤنٹی,برول کاؤنٹی، جنوبی ڈکوٹا,شهرستان برولی، داکوتای جنوبی,مقاطعة برول,ব্রুলে কাউন্টি,ブリュレ郡,布魯爾縣		US	SD	015	5255	America/Chicago
5203860	Northumberland County	northumberland-county	Comitatul Northumberland,Comte de Northumberland,Comté de Northumberland,Condado de Northumberland,Condado han Northumberland,Contea di Northumberland,Hrabstwo Northumberland,Konteth Northumberland,Nortamberlend,Northumberland,Northumberland Comitatus,Northumberland Kun,Northumberland Kūn,Northumberland konderria,Northumberland megye,Nortumburland,Okrug Nortamberland,Quan Northumberland,Quận Northumberland,nartha'ambaralyanda ka'unti,nosanbarando jun,nuo sen bo lan xian,Нортамберленд,Нортъмбърланд,Округ Нортамберланд,Նորթամբերլենդ շրջան,شهرستان نورث‌آمبرلند، پنسیلوانیا,مقاطعة نورثمبرلاند,نارتھمبرلینڈ کاؤنٹی، پنسلوانیا,نارتھنمبرلینڈ کاؤنٹی,নর্থআম্বারল্যান্ড কাউন্টি,ノーサンバーランド郡,諾森伯蘭縣		US	PA	097	94528	America/New_York
5205669	Perry County	perry-county	Comitatul Perry,Comte de Perry,Comté de Perry,Condado de Perry,Condado han Perry,Contea di Perry,Hrabstwo Perry,Konteth Perry,Okrug Peri,Peri,Perri,Perry,Perry Comitatus,Perry County,Perry Kun,Perry Kūn,Perry konderria,Perry megye,Quan Perry,Quận Perry,pei li xian,peri jun,peri ka'unti,shhrstan pry  pnsylwanya,Округ Пери,Пери,Перри,Перрі,Փերի շրջան,شهرستان پری، پنسیلوانیا,مقاطعة بيري,پیری کاؤنٹی، پنسلوانیا,পেরী কাউন্টি,ペリー郡,佩里縣		US	PA	099	45969	America/New_York
5205788	Philadelphia County	philadelphia-county	Comitatul Philadelphia,Comte de Philadelphia,Comte de Philadelphie,Comté de Philadelphia,Comté de Philadelphie,Condado de Filadelfia,Condado han Philadelphia,Contae Philadelphia,Contea di Filadelfia,Filadel'fija,Filadelfia konderria,Filadelfia srjan,Filadelfija,Hrabstwo Philadelphia,Konteth Philadelphia,Okrug Filadelfija,Philadelphia,Philadelphia Comitatus,Philadelphia Kun,Philadelphia Kūn,Philadelphia megye,Philadelphia-sysla,Philadelphia-sýsla,Philadelphian piirikunta,Quan Philadelphia,Quận Philadelphia,fei cheng xian,firaderufia jun,philadelaphiya ka'unti,pilladelpia gun,Округ Филаделфија,Филаделфия,Филадельфия,Філадельфія,Ֆիլադելֆիա շրջան,فلاڈیلفیا کاؤنٹی,فلاڈیلفیا کاؤنٹی، پنسلوانیا,مقاطعة فيلادلفيا,ফিলাডেলফিয়া কাউন্টি,フィラデルフィア郡,費城縣,필라델피아 군		US	PA	101	1526006	America/New_York
5205930	Pike County	pike-county	Comitatul Pike,Comte de Pike,Comté de Pike,Condado de Pike,Condado han Pike,Contae Pike,Contea di Pike,Hrabstwo Pike,Konteth Pike,Okrug Pajk,Pajk,Pike,Pike Comitatus,Pike County,Pike Kun,Pike Kūn,Pike konderria,Pike megye,Quan Pike,Quận Pike,pa'ika ka'unti,pai ke xian,paiku jun,shhrstan payk  pnsylwanya,Округ Пајк,Пайк,Փայկ շրջան,شهرستان پایک، پنسیلوانیا,مقاطعة بايك,پائک کاؤنٹی، پنسلوانیا,پائیک کاؤنٹی، پنسلوانیا,পাইক কাউন্টি,パイク郡,派克縣		US	PA	103	57369	America/New_York
5207042	Potter County	potter-county	Comitatul Potter,Comte de Potter,Comté de Potter,Condado de Potter,Condado han Potter,Contae Potter,Contea di Potter,Hrabstwo Potter,Konteth Potter,Okrug Poter,Potter,Potter Comitatus,Potter County,Potter Kun,Potter Kūn,Potter konderria,Potter megye,Potur,Quan Potter,Quận Potter,Sinnemahoning,bo te xian,potara ka'unti,potta jun,shhrstan patr  pnsylwanya,Округ Потер,Поттер,Потър,Փոտեր շրջան,شهرستان پاتر، پنسیلوانیا,مقاطعة بوتر,پوٹر کاؤنٹی,پوٹر کاؤنٹی، پنسلوانیا,পোটার কাউন্টি,ポッター郡,波特縣		US	PA	105	17457	America/New_York
5211208	Schuylkill County	schuylkill-county	Comitatul Schuylkill,Comte de Schuylkill,Comté de Schuylkill,Condado de Schuylkill,Condado han Schuylkill,Contae Schuylkill,Contea di Schuylkill,Hrabstwo Schuylkill,Konteth Schuylkill,Okrug Skulkil,Quan Schuylkill,Quận Schuylkill,Schuylkill,Schuylkill Comitatus,Schuylkill County,Schuylkill Kaundi,Schuylkill Kun,Schuylkill Kūn,Schuylkill konderria,Schuylkill megye,Skajlkill,Skukil srjan,Skulkil,Skulkill,shhrstan schwylkyll  pnsylwanya,si gu ji er xian,sku'ilakila ka'unti,sukukaru jun,Округ Скулкил,Скайлкілл,Скулкил,Скулкилл,Սկուկիլ շրջան,سکیلکل کاؤنٹی، پنسلوانیا,شهرستان سچویلکیلل، پنسیلوانیا,شیوکل کاؤنٹی,مقاطعة شيلكيل,স্কুইলকিল কাউন্টি,スクーカル郡,斯古吉爾縣		US	PA	107	148289	America/New_York
5212772	Snyder County	snyder-county	Comitatul Snyder,Comte de Snyder,Comté de Snyder,Condado de Snyder,Condado han Snyder,Contae Snyder,Contea di Snyder,Hrabstwo Snyder,Konteth Snyder,Okrug Snajder,Quan Snyder,Quận Snyder,Snajder,Snajdur,Snayder srjan,Snyder,Snyder Comitatus,Snyder County,Snyder Kun,Snyder Kūn,Snyder konderria,Snyder megye,shhrstan asnaydr  pnsylwanya,si nai de xian,snayadara ka'unti,sunaida jun,Округ Снајдер,Снайдер,Снайдър,Սնայդեր շրջան,سنائیڈر کاؤنٹی,سنائیڈر کاؤنٹی، پنسلوانیا,شهرستان اسنایدر، پنسیلوانیا,مقاطعة سنايدر,স্নায়ডার কাউন্টি,スナイダー郡,斯奈德縣		US	PA	109	39702	America/New_York
5212857	Somerset County	somerset-county	Comitatul Somerset,Comte de Somerset,Comté de Somerset,Condado de Somerset,Condado han Somerset,Contae Somerset,Contea di Somerset,Hrabstwo Somerset,Konteth Somerset,Okrug Samerset,Quan Somerset,Quận Somerset,Samurset,Somerset,Somerset Kaundi,Somerset Kun,Somerset Kūn,Somerset konderria,Somerset megye,Somerset srjan,Somersetensis comitatus,sa mo sai te xian,samaraseta ka'unti,samasetto jun,seomeosis gun,shhrstan samrst  pnsylwanya,Округ Самерсет,Самърсет,Сомерсет,Սոմերսետ շրջան,سومرسیٹ کاؤنٹی، پنسلوانیا,شهرستان سامرست، پنسیلوانیا,সমারসেট কাউন্টি,サマセット郡,萨默塞特县,서머싯 군		US	PA	111	77742	America/New_York
5214721	Sullivan County	sullivan-county	Comitatul Sullivan,Comte de Sullivan,Comté de Sullivan,Condado de Sullivan,Condado han Sullivan,Contae Ui Shuilleabhain,Contae Uí Shúilleabháin,Contea di Sullivan,Hrabstwo Sullivan,Konteth Sullivan,Okrug Salivan,Quan Sullivan,Quận Sullivan,Salivan srjan,Sallikan,Sallivan,Sulivan,Sullivan,Sullivan Comitatus,Sullivan County,Sullivan Kun,Sullivan Kūn,Sullivan konderria,Sullivan megye,sariban jun,sha li wen xian,shhrstan salywan  pnsylwanya,sullibhana ka'unti,Округ Саливан,Салливан,Саллікан,Съливан,Սալիվան շրջան,سلیوان کاؤنٹی، پنسلوانیا,سولیوان کاؤنٹی، پنسلوانیا,شهرستان سالیوان، پنسیلوانیا,مقاطعة سوليفان,সুল্লিভান কাউন্টি,サリバン郡,沙利文縣		US	PA	113	6428	America/New_York
5214915	Susquehanna County	susquehanna-county	Comitatul Susquehanna,Comte de Susquehanna,Comté de Susquehanna,Condado de Susquehanna,Condado han Susquehanna,Contae Susquehanna,Contea di Susquehanna,Hrabstwo Susquehanna,Konteth Susquehanna,Okrug Saskvekhana,Quan Susquehanna,Quận Susquehanna,Saskuehkhanna,Saskvegenna,Saskvehana srjan,Suskuikhana,Susquehanna,Susquehanna Comitatus,Susquehanna County,Susquehanna Kun,Susquehanna Kūn,Susquehanna konderria,Susquehanna megye,sa si kui han na xian,sasukehana jun,shhrstan saskwhna  pnsylwanya,susakuyehanna ka'unti,Округ Сасквехана,Сасквегенна,Саскуэханна,Съскуихана,Սասկվեհանա շրջան,سسکوہینا کاؤنٹی، پنسلوانیا,سسکیوہانا کاؤنٹی,شهرستان ساسکوهنا، پنسیلوانیا,مقاطعة سسكويهانا,সুসকুয়েহান্না কাউন্টি,サスケハナ郡,薩斯奎漢納縣		US	PA	115	43356	America/New_York
5215684	Tioga County	tioga-county	Comitatul Tioga,Comte de Tioga,Comté de Tioga,Condado de Tioga,Condado han Tioga,Contae Tioga,Contea di Tioga,Hrabstwo Tioga,Konteth Tioga,Okrug Tajoga,Quan Tioga,Quận Tioga,Tajoga,Tioga,Tioga Comitatus,Tioga Kun,Tioga Kūn,Tioga konderria,Tioga maakond,Tioga megye,shhrstan tywga  pnsylwanya,tai ao jia xian,taioga jun,tiyoga ka'unti,Округ Тајога,Тайога,Тайоґа,Թայոգա շրջան,شهرستان تیوگا، پنسیلوانیا,ٹیوگا کاؤنٹی، پنسلوانیا,টিয়োগা কাউন্টি,タイオガ郡,泰奧加縣		US	PA	117	41981	America/New_York
5216649	Union County	union-county	Comitatul Union,Comte d'Union,Comté d'Union,Condado de Union,Condado han Union,Contae Union,Contea di Union,Hrabstwo Union,Junion,Juniun,Konteth Union,Okrug Junion,Quan Union,Quận Union,Union,Union Comitatus,Union County,Union Kun,Union Kūn,Union konderria,Union megye,Yunion srjan,i'uniyana ka'unti,shhrstan ywnywn  pnsylwanya,you ni ang xian,yunion jun,Округ Јунион,Юнион,Юниън,Юніон,Յունիոն շրջան,شهرستان یونیون، پنسیلوانیا,مقاطعة يونيون,یونین کاؤنٹی، پنسلوانیا,ইউনিয়ন কাউন্টি,ユニオン郡,猶尼昂縣		US	PA	119	44947	America/New_York
5217142	Venango County	venango-county	Comitatul Venango,Comte de Venango,Comté de Venango,Condado de Venango,Condado han Venango,Contae Venango,Contea di Venango,Hrabstwo Venango,Konteth Venango,Okrug Venango,Quan Venango,Quận Venango,Venango,Venango Comitatus,Venango County,Venango Kun,Venango Kūn,Venango konderria,Venango megye,Venango srjan,Vinango,Wenango,Weningo,benango jun,bhenanago ka'unti,shhrstan wnangw  pnsylwanya,wei nan ge xian,Венанго,Венанґо,Округ Венанго,Վենանգո շրջան,شهرستان ونانگو، پنسیلوانیا,مقاطعة فينانغو,وینانگو کاؤنٹی,وینانگو کاؤنٹی، پنسلوانیا,ভেনানগো কাউন্টি,ベナンゴ郡,韋南戈縣		US	PA	121	54984	America/New_York
5217991	Warren County	warren-county	Allegheny County,Comitatul Warren,Comte de Warren,Comté de Warren,Condado de Warren,Condado han Warren,Contae Warren,Contea di Warren,Hrabstwo Warren,Konteth Warren,Okrug Voren,Oworen srjan,Quan Warren,Quận Warren,Uorren,Uorun,Vorren,Warren,Warren Comitatus,Warren County,Warren Kun,Warren Kūn,Warren konderria,Warren megye,raarena ka'unti,shhrstan warn  pnsylwanya,u~oren jun,wo lun xian,Воррен,Округ Ворен,Уоррен,Уорън,Ուորեն շրջան,شهرستان وارن، پنسیلوانیا,مقاطعة وارين,وارن کاؤنٹی، پنسلوانیا,ৱারেন কাউন্টি,ウォーレン郡,沃倫縣		US	PA	123	41815	America/New_York
5218076	Washington County	washington-county	Comitatul Washington,Comte de Washington,Comté de Washington,Condado de Washington,Condado han Washington,Contae Washington,Contea di Washington,Hrabstwo Washington,Konteth Washington,Okrug Vashington,Quan Washington,Quận Washington,Vashington,Vasington srjan,Washington,Washington Comitatus,Washington Kun,Washington Kūn,Washington konderria,Washington megye,Washingtoni maakond,hua sheng dun xian,raasintana ka'unti,shhrstan washyngtn  pnsylwanya,washinton jun,Вашингтон,Округ Вашингтон,Վաշինգտոն շրջան,شهرستان واشینگتن، پنسیلوانیا,مقاطعة واشنطن,واشنگٹن کاؤنٹی، پنسلوانیا,ৱাশিংটন কাউন্টি,ワシントン郡,華盛頓縣		US	PA	125	207820	America/New_York
5218273	Wayne County	wayne-county	Comitatul Wayne,Comte de Wayne,Comté de Wayne,Condado de Wayne,Condado han Wayne,Contae Wayne,Contea di Wayne,Hrabstwo Wayne,Kantono Wayne,Konteth Wayne,Okrug Vejn,Oweyn srjan,Quan Wayne,Quận Wayne,Uehjn,Uejn,Vejn,Wayne,Wayne Comitatus,Wayne County,Wayne Kun,Wayne Kūn,Wayne konderria,Wayne megye,raa'ine ka'unti,shhrstan wyn  pnsylwanya,u~ein jun,wei en xian,Вейн,Округ Вејн,Уейн,Уэйн,Ուեյն շրջան,شهرستان وین، پنسیلوانیا,مقاطعة واين,وین کاؤنٹی، پنسلوانیا,ৱাইনে কাউন্টি,ウェイン郡,韋恩縣		US	PA	127	52822	America/New_York
5219013	Westmoreland County	westmoreland-county	Comitatul Westmoreland,Comte de Westmoreland,Comté de Westmoreland,Condado de Westmoreland,Condado han Westmoreland,Contea di Westmoreland,Hrabstwo Westmoreland,Konteth Westmoreland,Okrug Vestmorland,Quan Westmoreland,Quận Westmoreland,Uehstmorlend,Uestmorlend,Vestmorlend,Vestmorlend srjan,Westmoreland,Westmoreland Comitatus,Westmoreland Kun,Westmoreland Kūn,Westmoreland konderria,Westmoreland megye,Westmorelandi maakond,raestamoralyanda ka'unti,shhrstan wstmwrlnd  pnsylwanya,u~esutomoarando jun,wei si te mo lan xian,Вестморленд,Округ Вестморланд,Уестморленд,Уэстморленд,Վեստմորլենդ շրջան,شهرستان وستمورلند، پنسیلوانیا,مقاطعة ويستمورلاند,ویسٹمورلینڈ کاؤنٹی، پنسلوانیا,ৱেস্টমোরল্যান্ড কাউন্টি,ウェストモアランド郡,威斯特摩蘭縣		US	PA	129	365169	America/New_York
5220239	Wyoming County	wyoming-county	Comitatul Wyoming,Comte de Wyoming,Comté de Wyoming,Condado de Wyoming,Condado han Wyoming,Contea di Wyoming,Hrabstwo Wyoming,Konteth Wyoming,Okrug Vajoming,Quan Wyoming,Quận Wyoming,Uajoming,Vajoming,Vayoming srjan,Wyoming,Wyoming Comitatus,Wyoming Kun,Wyoming Kūn,Wyoming konderria,Wyoming megye,huai e ming xian,raa'i'omim ka'unti,shhrstan waywmyng  pnsylwanya,waiomingu jun,Вайоминг,Вайомінг,Округ Вајоминг,Уайоминг,Վայոմինգ շրջան,شهرستان وایومینگ، پنسیلوانیا,وائیومنگ کاؤنٹی، پنسلوانیا,ویومنگ کاؤنٹی، پنسلوانیا,ৱাইওমিং কাউন্টি,ワイオミング郡,懷俄明縣		US	PA	131	28276	America/New_York
5254832	Grant County	grant-county	Comitatul Grant,Comte de Grant,Comté de Grant,Condado de Grant,Condado han Grant,Contea di Grant,Grant,Grant Comitatus,Grant Kun,Grant Kūn,Grant konderria,Grant megye,Hrabstwo Grant,Okrug Grant,Quan Grant,Quận Grant,ge lan te xian,granta ka'unti,guranto jun,shhrstan grant  wyskansyn,Грант,Округ Грант,شهرستان گرانت، ویسکانسین,مقاطعة غرانت,گرانٹ کاؤنٹی، وسکونسن,গ্রান্ট কাউন্টি,グラント郡,格蘭特縣		US	WI	043	51208	America/Chicago
5221078	Bristol County	bristol-county	Bristol,Bristol Kun,Bristol Kūn,Bristol konderria,Bristol megye,Bristol srjan,Bristol',Bristoli maakond,Bristolin piirikunta,Bristul,Comitatul Bristol,Comte de Bristol,Comté de Bristol,Condado de Bristol,Condado han Bristol,Contae Bristol,Contea di Bristol,Hrabstwo Bristol,Kantono Bristol,Okrug Bristol,bris txl khea n ti,bristala ka'unti,bu li si tuo xian,burisutoru jun,shhrstan brystwl  rwd aylnd,Бристол,Бристоль,Бристъл,Округ Бристол,Բրիստոլ շրջան,برسٹل کاؤنٹی، روڈ آئلینڈ,شهرستان بریستول، رود آیلند,ব্রিস্টল কাউন্টি,บริสตอลเคาน์ตี,ブリストル郡,布里斯托縣		US	RI	001	49875	America/New_York
5222961	Kent County	kent-county	Comitatul Kent,Comte de Kent,Comté de Kent,Condado de Kent,Condado han Kent,Contea di Kent,Hrabstwo Kent,Kantono Kent,Kent,Kent Kun,Kent Kūn,Kent konderria,Kent megye,Kenti maakond,Kentin piirikunta,Okrug Kent,ken te xian,kenta ka'unti,kento jun,shhrstan knt  rwd aylnd,Кент,Округ Кент,Քենտ շրջան,شهرستان کنت، رود آیلند,کینٹ کاؤنٹی,کینٹ کاؤنٹی، روڈ آئلینڈ,কেন্ট কাউন্টি,ケント郡,肯特县		US	RI	003	166158	America/New_York
5223601	Newport County	newport-county	Comitatul Newport,Comte de Newport,Comté de Newport,Condado de Newport,Condado han Newport,Contea di Newport,Hrabstwo Newport,Kantono Newport,N'juport,Newport,Newport County,Newport Kun,Newport Kūn,Newport konderria,Newport megye,Newporti maakond,Newportin piirikunta,Njuport,Nyuport srjan,Okrug NJuport,Rhode Island County,ni'uporta ka'unti,niu bo te xian,niw phxrt khea n ti,nyupoteu gun,nyupoto jun,shhrstan nywpwrt  rwd aylnd,Ньюпорт,Нюпорт,Округ Њупорт,Նյուպորտ շրջան,شهرستان نیوپورت، رود آیلند,نیوپورٹ کاؤنٹی، روڈ آئلینڈ,নিউপোর্ট কাউন্টি,นิวพอร์ตเคาน์ตี,ニューポート郡,紐波特縣,뉴포트 군		US	RI	005	82888	America/New_York
5224162	Providence County	providence-county	Comitatul Providence,Comte de Providence,Comté de Providence,Condado de Providence,Condado han Providence,Contea di Providence,Hrabstwo Providence,Kantono Providence,Okrug Providens,Providence,Providence County,Providence Kun,Providence Kūn,Providence Plantations,Providence konderria,Providence megye,Providencei maakond,Providencen piirikunta,Providens,Providuns,phr x wi den s khea n ti,probhidensa ka'unti,pu luo wei deng si xian,purobidensu jun,shhrstan prawydns  rwd aylnd,Округ Провиденс,Провиденс,Провидънс,Провіденс,Փրովիդենս շրջան,شهرستان پراویدنس، رود آیلند,پروویڈنس کاؤنٹی,پروویڈنس کاؤنٹی، روڈ آئلینڈ,প্রোভিডেন্স কাউন্টি,พรอวิเดนซ์เคาน์ตี,プロビデンス郡,普罗维登斯县		US	RI	007	626667	America/New_York
5225535	Washington County	washington-county	Comitatul Washington,Comte de Washington,Comté de Washington,Condado de Washington,Condado han Washington,Contae Washington,Contea di Washington,Hrabstwo Washington,Kantono Washington,King's County,King's Province,Kings County,Narragansett Country,Okrug Vashington,South County,Vashington,Vasington srjan,Washington,Washington County,Washington Kun,Washington Kūn,Washington konderria,Washington megye,Washingtoni maakond,Washingtonin piirikunta,hua sheng dun xian,raasintana ka'unti,shhrstan washyngtn  rwd aylnd,washinton jun,Вашингтон,Округ Вашингтон,Վաշինգտոն շրջան,شهرستان واشینگتن، رود آیلند,واشنگٹن کاؤنٹی، روڈ آئلینڈ,واشنگٹن کاؤنٹی،رہوڈ آئلینڈ,ৱাশিংটন কাউন্টি,ワシントン郡,華盛頓縣		US	RI	009	126979	America/New_York
5226093	Aurora County	aurora-county	Aurora,Aurora Kun,Aurora Kūn,Aurora konderria,Aurora megye,Avrora srjan,Comitatul Aurora,Comte d'Aurora,Comté d'Aurora,Condado de Aurora,Condado han Aurora,Contea di Aurora,Hrabstwo Aurora,Okrug Orora,Orora,Quan Aurora,Quận Aurora,ao luo la xian,aurora ka'unti,mqatʿt awrwra,orora jun,shhrstan arwra  dakwtay jnwby,Округ Орора,Орора,Ավրորա շրջան,ارورا کاؤنٹی,ارورا کاؤنٹی، جنوبی ڈکوٹا,شهرستان آرورا، داکوتای جنوبی,مقاطعة أورورا,ঔরোরা কাউন্টি,オーロラ郡,奧羅拉縣		US	SD	003	2710	America/Chicago
5226183	Beadle County	beadle-county	Beadle,Beadle Kun,Beadle Kūn,Beadle konderria,Beadle megye,Bidl,Bidl srjan,Bijdul,Comitatul Beadle,Comte de Beadle,Comté de Beadle,Condado de Beadle,Condado han Beadle,Contea di Beadle,Hrabstwo Beadle,Okrug Bidl,Quan Beadle,Quận Beadle,bi de er xian,bidela ka'unti,bidoru jun,mqatʿt bydl,shhrstan bydl  dakwtay jnwby,Бидл,Бийдъл,Бідл,Округ Бидл,Բիդլ շրջան,بیڈل کاؤنٹی,بیڈل کاؤنٹی، جنوبی ڈکوٹا,شهرستان بیدل، داکوتای جنوبی,مقاطعة بيدل,বীডেল কাউন্টি,ビードル郡,比德爾縣		US	SD	005	17398	America/Chicago
5226441	Bon Homme County	bon-homme-county	Bon Hom srjan,Bon Homme,Bon Homme County,Bon Homme Kun,Bon Homme Kūn,Bon Homme konderria,Bon Homme megye,Bon Khom,Bon-Om,Bonhomme County,Bonom,Comitatul Bon Homme,Comte de Bon Homme,Comté de Bon Homme,Condado de Bon Homme,Condado han Bon Homme,Contea di Bon Homme,Hrabstwo Bon Homme,Okrug Bon Om,Quan Bon Homme,Quận Bon Homme,banamu jun,bo nuo mu xian,bona hom'me ka'unti,mqatʿt bwn hwm,shhrstan bn hwm  dakwtay jnwby,Бон Хом,Бон-Ом,Боном,Округ Бон Ом,Բոն Հոմ շրջան,بون ہوم کاؤنٹی,بون ہوم کاؤنٹی، جنوبی ڈکوٹا,شهرستان بن هوم، داکوتای جنوبی,مقاطعة بون هوم,বোন হোম্মে কাউন্টি,バナム郡,博諾姆縣		US	SD	009	7070	America/Chicago
5226536	Brookings County	brookings-county	Brookings,Brookings Kun,Brookings Kūn,Brookings konderria,Brookings megye,Brukings,Brukings srjan,Brukingz,Comitatul Brookings,Comte de Brookings,Comté de Brookings,Condado de Brookings,Condado han Brookings,Contea di Brookings,Hrabstwo Brookings,Okrug Brukings,Quan Brookings,Quận Brookings,brokinsa ka'unti,bu lu jin si xian,burukkinguzu jun,mqatʿt brwkynghz,shhrstan brwkyngz  dakwtay jnwby,Брукингз,Брукингс,Брукінґс,Округ Брукингс,Բրուկինգս շրջան,بروکنگز کاؤنٹی، جنوبی ڈکوٹا,برکنگز کاؤنٹی,شهرستان بروکینگز، داکوتای جنوبی,مقاطعة بروكينغز,ব্রোকিংস কাউন্টি,ブルッキングズ郡,布魯金斯縣		US	SD	011	31965	America/Chicago
5226553	Brown County	brown-county	Braun,Braun srjan,Brown,Brown Kun,Brown Kūn,Brown konderria,Brown megye,Browni maakond,Comitatul Brown,Comte de Brown,Comté de Brown,Condado de Brown,Condado han Brown,Contea di Brown,Hrabstwo Brown,Okrug Braun,Quan Brown,Quận Brown,bra'una ka'unti,bu lang xian,buraun jun,mqatʿt brawn,shhrstan brawn  dakwtay jnwby,Браун,Округ Браун,Բրաուն շրջան,براؤن کاؤنٹی، جنوبی ڈکوٹا,براؤن کاؤنٹی، ساؤتھ ڈیکوٹا,شهرستان براون، داکوتای جنوبی,مقاطعة براون,ব্রাউন কাউন্টি,ブラウン郡,布朗縣		US	SD	013	36531	America/Chicago
5226588	Buffalo County	buffalo-county	Bafalo srjan,Baffalo,Bufalo,Buffalo,Buffalo Kun,Buffalo Kūn,Buffalo konderria,Buffalo megye,Comitatul Buffalo,Comte de Buffalo,Comté de Buffalo,Condado de Buffalo,Condado han Buffalo,Contea di Buffalo,Hrabstwo Buffalo,Okrug Bufalo,Quan Buffalo,Quận Buffalo,baffaro jun,baphelo ka'unti,mqatʿt baflw,shhrstan bwfalw  dakwtay jnwby,shui niu xian,Баффало,Бъфало,Округ Буфало,Բաֆալո շրջան,بفیلو کاؤنٹی,بفیلو کاؤنٹی، جنوبی ڈکوٹا,شهرستان بوفالو، داکوتای جنوبی,مقاطعة بافلو,বাফেলো কাউন্টি,バッファロー郡,水牛縣		US	SD	017	1912	America/Chicago
5226849	Charles Mix County	charles-mix-county	Charl'z Miks,Charles Mix,Charles Mix Kun,Charles Mix Kūn,Charles Mix konderria,Charles Mix megye,Charlz Miks,Charlz-Miks,Comitatul Charles Mix,Comte de Charles Mix,Comté de Charles Mix,Condado de Charles Mix,Condado han Charles Mix,Contea di Charles Mix,Hrabstwo Charles Mix,Okrug Charls Miks,Quan Charles Mix,Quận Charles Mix,carlesa miksa ka'unti,cha er si mi ke si xian,charuzumikkusu jun,mqatʿt tsharlz myks,shhrstan charlz myks  dakwtay jnwby,Округ Чарлс Микс,Чарлз Микс,Чарлз-Мікс,Чарльз Микс,Չառլզ Միքս շրջան,شهرستان چارلز میکس، داکوتای جنوبی,مقاطعة تشارلز ميكس,چارلز مکس کاؤنٹی,چارلس مکس کاؤنٹی، جنوبی ڈکوٹا,চার্লেস মিক্স কাউন্টি,チャールズミックス郡,查爾斯米克斯縣		US	SD	023	9129	America/Chicago
5226904	Clark County	clark-county	Clark,Clark Kun,Clark Kūn,Clark konderria,Clark megye,Comitatul Clark,Comte de Clark,Comté de Clark,Condado de Clark,Condado han Clark,Contea di Clark,Hrabstwo Clark,Klark,Okrug Klark,Quan Clark,Quận Clark,ke la ke xian,klarka ka'unti,kuraku jun,mqatʿt klark,shhrstan klark  dakwtay jnwby,Кларк,Округ Кларк,Քլարկ շրջան,شهرستان کلارک، داکوتای جنوبی,مقاطعة كلارك,کلارک کاؤنٹی، جنوبی ڈکوٹا,کلارک کاؤنٹی، ساؤتھ ڈیکوٹا,ক্লার্ক কাউন্টি,クラーク郡,克拉克縣		US	SD	025	3691	America/Chicago
5226970	Codington County	codington-county	Codington,Codington Kun,Codington Kūn,Codington konderria,Codington megye,Comitatul Codington,Comte de Codington,Comté de Codington,Condado de Codington,Condado han Codington,Contea di Codington,Hrabstwo Codington,Kodington,Kodingtun,Okrug Kodington,Quan Codington,Quận Codington,ke ding dun xian,kodintana ka'unti,kodinton jun,mqatʿt kwdynghtwn,shhrstan kadyngtwn  dakwtay jnwby,Кодингтон,Кодингтън,Кодінґтон,Округ Кодингтон,Քոդինգտոն շրջան,شهرستان کادینگتون، داکوتای جنوبی,مقاطعة كودينغتون,کوڈنگٹن کاؤنٹی,کوڈنگٹن کاؤنٹی، جنوبی ڈکوٹا,কোডিংটন কাউন্টি,コディントン郡,科丁頓縣		US	SD	029	27227	America/Chicago
5226973	Clay County	clay-county	Clay,Clay Kun,Clay Kūn,Clay konderria,Clay megye,Comitatul Clay,Comte de Clay,Comté de Clay,Condado de Clay,Condado han Clay,Contea di Clay,Hrabstwo Clay,Klej,Okrug Klej,Quan Clay,Quận Clay,ke lai xian,kle ka'unti,kurei jun,mqatʿt klay,shhrstan kly  dakwtay jnwby,Клей,Округ Клеј,Քլեյ շրջան,شهرستان کلی، داکوتای جنوبی,مقاطعة كلاي,کلے کاؤنٹی، جنوبی ڈکوٹا,کلے کاؤنٹی، ساؤتھ ڈیکوٹا,ক্লে কাউন্টি,クレイ郡,克莱县		US	SD	027	13864	America/Chicago
5227222	Davison County	davison-county	Comitatul Davison,Comte de Davison,Comté de Davison,Condado de Davison,Condado han Davison,Contea di Davison,Davison,Davison Kun,Davison Kūn,Davison konderria,Davison megye,Dehvison,Dejvisun,Devison,Devison srjan,Hrabstwo Davison,Okrug Dejvison,Quan Davison,Quận Davison,dai wei sen xian,debhisana ka'unti,deibison jun,mqatʿt dafyswn,shhrstan dawyswn  dakwtay jnwby,Девісон,Дейвисън,Дэвисон,Округ Дејвисон,Դևիսոն շրջան,شهرستان داویسون، داکوتای جنوبی,مقاطعة دافيسون,ڈیویسن کاؤنٹی,ڈیویسن کاؤنٹی، جنوبی ڈکوٹا,ডেভিসন কাউন্টি,デイビソン郡,戴維森縣		US	SD	035	19504	America/Chicago
5227240	Day County	day-county	Comitatul Day,Comte de Day,Comté de Day,Condado de Day,Condado han Day,Contea di Day,Day,Day Kun,Day Kūn,Day konderria,Day megye,Dej,Dey srjan,Hrabstwo Day,Okrug Dej,Quan Day,Quận Day,dai xian,de ka'unti,dei jun,mqatʿt dyh,shhrstan dy  dakwtay jnwby,Дей,Округ Деј,Դեյ շրջան,شهرستان دی، داکوتای جنوبی,مقاطعة ديه,ڈے کاؤنٹی,ڈے کاؤنٹی، جنوبی ڈکوٹا,ডে কাউন্টি,デイ郡,戴縣		US	SD	037	5710	America/Chicago
5227295	Deuel County	deuel-county	Comitatul Deuel,Comte de Deuel,Comté de Deuel,Condado de Deuel,Condado han Deuel,Contea di Deuel,Deuel,Deuel Coonty,Deuel Kun,Deuel Kūn,Deuel konderria,Deuel megye,Deueli maakond,Djuul,Duel srjan,Duil,Dul,Hrabstwo Deuel,Okrug Dul,Quan Deuel,Quận Deuel,di'uyela ka'unti,do~uru jun,du er xian,mqatʿt dywyl,shhrstan dwyl  dakwtay jnwby,Дуил,Дул,Дюъл,Округ Дул,Դուել շրջան,شهرستان دویل، داکوتای جنوبی,مقاطعة ديويل,ڈول کاؤنٹی,ڈویئل کاؤنٹی، جنوبی ڈکوٹا,দিউয়েল কাউন্টি,ドゥール郡,杜爾縣		US	SD	039	4364	America/Chicago
5227372	Douglas County	douglas-county	Comitatul Douglas,Comte de Douglas,Comté de Douglas,Condado de Douglas,Condado han Douglas,Contea di Douglas,Douglas,Douglas Kun,Douglas Kūn,Douglas konderria,Douglas megye,Duglas,Duglas srjan,Hrabstwo Douglas,Okrug Daglas,Quan Douglas,Quận Douglas,dagalasa ka'unti,dagurasu jun,dao ge la si xian,mqatʿt dwghlas,shhrstan daglas  dakwtay jnwby,Дуглас,Дъглас,Округ Даглас,Դուգլաս շրջան,شهرستان داگلاس، داکوتای جنوبی,مقاطعة دوغلاس,ڈگلس کاؤنٹی، جنوبی ڈکوٹا,ڈگلس کاؤنٹی، ساؤتھ ڈیکوٹا,ডগলাস কাউন্টি,ダグラス郡,道格拉斯縣		US	SD	043	3002	America/Chicago
5227535	Edmunds County	edmunds-county	Comitatul Edmunds,Comte d'Edmunds,Comté d'Edmunds,Condado de Edmunds,Condado han Edmunds,Contea di Edmunds,Edmunds,Edmunds Kun,Edmunds Kūn,Edmunds konderria,Edmunds megye,Edmunds srjan,Ehdmunds,Hrabstwo Edmunds,Okrug Edmunds,Quan Edmunds,Quận Edmunds,ai de meng zi xian,edamundasa ka'unti,edomanzu jun,mqatʿt admwndz,shhrstan admwndz  dakwtay jnwby,Едмундс,Едмъндс,Округ Едмундс,Эдмундс,Էդմունդս շրջան,ایڈمنڈز کاؤنٹی,ایڈمنڈز کاؤنٹی، جنوبی ڈکوٹا,شهرستان ادموندز، داکوتای جنوبی,مقاطعة إدموندز,এডমুন্ডস কাউন্টি,エドマンズ郡,埃德蒙茲縣		US	SD	045	4071	America/Chicago
5227752	Faulk County	faulk-county	Comitatul Faulk,Comte de Faulk,Comté de Faulk,Condado de Faulk,Condado han Faulk,Contea di Faulk,Faulk,Faulk Kun,Faulk Kūn,Faulk konderria,Faulk megye,Fok,Fok srjan,Folk,Hrabstwo Faulk,Okrug Fok,Quan Faulk,Quận Faulk,foku jun,fu ke xian,mqatʿt fawlk,phaulka ka'unti,shhrstan fawlk  dakwtay jnwby,Округ Фок,Фок,Фолк,Ֆոկ շրջան,شهرستان فاولک، داکوتای جنوبی,فاؤلک کاؤنٹی,فاوک کاؤنٹی، جنوبی ڈکوٹا,مقاطعة فاولك,ফৌল্ক কাউন্টি,フォーク郡,福克縣		US	SD	049	2364	America/Chicago
5228179	Grant County	grant-county	Comitatul Grant,Comte de Grant,Comté de Grant,Condado de Grant,Condado han Grant,Contea di Grant,Grant,Grant Kun,Grant Kūn,Grant konderria,Grant megye,Grant srjan,Hrabstwo Grant,Okrug Grant,Quan Grant,Quận Grant,ge lan te xian,granta ka'unti,guranto jun,mqatʿt ghrant,shhrstan grnt  dakwtay jnwby,Грант,Округ Грант,Ґрант,Գրանտ շրջան,شهرستان گرنت، داکوتای جنوبی,مقاطعة غرانت,گرانٹ کاؤنٹی، جنوبی ڈکوٹا,گرینٹ کاؤنٹی، ساؤتھ ڈیکوٹا,গ্রান্ট কাউন্টি,グラント郡,格蘭特縣		US	SD	051	7356	America/Chicago
5228223	Gregory County	gregory-county	Comitatul Gregory,Comte de Gregory,Comté de Gregory,Condado de Gregory,Condado han Gregory,Contea di Gregory,Gregori,Gregori srjan,Gregory,Gregory Kun,Gregory Kūn,Gregory konderria,Gregory megye,Greguri,Hrabstwo Gregory,Okrug Gregori,Quan Gregory,Quận Gregory,ge lei ge li xian,gregari ka'unti,guregori jun,mqatʿt ghryghwry,shhrstan grgwry  dakwtay jnwby,Грегори,Грегъри,Округ Грегори,Ґреґорі,Գրեգորի շրջան,شهرستان گرگوری، داکوتای جنوبی,مقاطعة غريغوري,گریگوری کاؤنٹی,گریگوری کاؤنٹی، جنوبی ڈکوٹا,গ্রেগরি কাউন্টি,グレゴリー郡,格雷戈里縣		US	SD	053	4271	America/Chicago
5228291	Hamlin County	hamlin-county	Comitatul Hamlin,Comte de Hamlin,Comté de Hamlin,Condado de Hamlin,Condado han Hamlin,Contea di Hamlin,Gemlin,Hamlin,Hamlin Kun,Hamlin Kūn,Hamlin konderria,Hamlin megye,Hamlin srjan,Hrabstwo Hamlin,Khamlin,Khehmlin,Okrug Khamlin,Quan Hamlin,Quận Hamlin,ha mu lin xian,hamalina ka'unti,hamurin jun,mqatʿt hamlyn,shhrstan hmlyn  dakwtay jnwby,Гемлін,Округ Хамлин,Хамлин,Хэмлин,Համլին շրջան,شهرستان هملین، داکوتای جنوبی,مقاطعة هاملين,ہیملن کاؤنٹی,ہیملن کاؤنٹی، جنوبی ڈکوٹا,হামলিন কাউন্টি,ハムリン郡,哈姆林縣		US	SD	057	5903	America/Chicago
5228302	Hand County	hand-county	Comitatul Hand,Comte de Hand,Comté de Hand,Condado de Hand,Condado han Hand,Contea di Hand,Gend,Hand,Hand Kun,Hand Kūn,Hand konderria,Hand megye,Hend srjan,Hrabstwo Hand,Khehnd,Khend,Okrug Khand,Quan Hand,Quận Hand,han de xian,hando jun,hyanda ka'unti,mqatʿt hand,shhrstan hnd  dakwtay jnwby,Генд,Округ Ханд,Хенд,Хэнд,Հենդ շրջան,شهرستان هند، داکوتای جنوبی,مقاطعة هاند,ہینڈ کاؤنٹی,ہینڈ کاؤنٹی، جنوبی ڈکوٹا,হ্যান্ড কাউন্টি,ハンド郡,漢德縣		US	SD	059	3431	America/Chicago
5228308	Hanson County	hanson-county	Comitatul Hanson,Comte de Hanson,Comté de Hanson,Condado de Hanson,Condado han Hanson,Contea di Hanson,Genson,Hanson,Hanson Kun,Hanson Kūn,Hanson konderria,Hanson megye,Henson srjan,Hrabstwo Hanson,Khehnson,Khensun,Okrug Khanson,Quan Hanson,Quận Hanson,han sen xian,hanson jun,henasana ka'unti,mqatʿt hanswn,shhrstan hnsn  dakwtay jnwby,Генсон,Округ Хансон,Хенсън,Хэнсон,Հենսոն շրջան,شهرستان هنسن، داکوتای جنوبی,مقاطعة هانسون,ہینسن کاؤنٹی,ہینسن کاؤنٹی، جنوبی ڈکوٹا,হেনসন কাউন্টি,ハンソン郡,漢森縣		US	SD	061	3331	America/Chicago
5228654	Hughes County	hughes-county	Comitatul Hughes,Comte de Hughes,Comté de Hughes,Condado de Hughes,Condado han Hughes,Contea di Hughes,Gjuz,Hrabstwo Hughes,Hughes,Hughes Kun,Hughes Kūn,Hughes konderria,Hughes megye,Hughes  okrug,Hughesi maakond,Hyuz srjan,Kh'jus,Khjuz,Okrug Khjuz,Quan Hughes,Quận Hughes,hughesa ka'unti,hyuzu jun,mqatʿt hywz,shhrstan hywz  dakwtay jnwby,xiu si xian,Гюз,Округ Хјуз,Хьюс,Хюз,Հյուզ շրջան,شهرستان هیوز، داکوتای جنوبی,مقاطعة هيوز,ہجس کاؤنٹی,ہیوز کاؤنٹی، جنوبی ڈکوٹا,হুঘেস কাউন্টি,ヒューズ郡,休斯縣		US	SD	065	17022	America/Chicago
5228688	Hutchinson County	hutchinson-county	Comitatul Hutchinson,Comte de Hutchinson,Comté de Hutchinson,Condado de Hutchinson,Condado han Hutchinson,Contea di Hutchinson,Gatchinson,Hrabstwo Hutchinson,Hutchinson,Hutchinson Kun,Hutchinson Kūn,Hutchinson konderria,Hutchinson megye,Hutchinsoni maakond,Khatchinson,Khutchinsun,Okrug Khachinson,Quan Hutchinson,Quận Hutchinson,ha qin sen xian,hacinasana ka'unti,hatchinson jun,mqatʿt hwtshynswn,shhrstan hachynswn  dakwtay jnwby,Гатчинсон,Округ Хачинсон,Хатчинсон,Хътчинсън,Հաչինսոն շրջան,شهرستان هاچینسون، داکوتای جنوبی,مقاطعة هوتشينسون,ہچنسن کاؤنٹی، ساؤتھ ڈیکوٹا,ہچینسن کاؤنٹی، جنوبی ڈکوٹا,হাচিনসন কাউন্টি,ハッチンソン郡,哈欽森縣		US	SD	067	7343	America/Chicago
5228693	Hyde County	hyde-county	Comitatul Hyde,Comte de Hyde,Comté de Hyde,Condado de Hyde,Condado han Hyde,Contea di Hyde,Gajd,Hayd srjan,Hrabstwo Hyde,Hyde,Hyde Kun,Hyde Kūn,Hyde konderria,Hyde megye,Hydei maakond,Khajd,Okrug Khajd,Quan Hyde,Quận Hyde,ha'ida ka'unti,hai de xian,haido jun,mqatʿt hayd,shhrstan hayd  dakwtay jnwby,Гайд,Округ Хајд,Хайд,Հայդ շրջան,شهرستان هاید، داکوتای جنوبی,مقاطعة هايد,ہائڈ کاؤنٹی,ہائڈ کاؤنٹی، جنوبی ڈکوٹا,হাইড কাউন্টি,ハイド郡,海德縣		US	SD	069	1420	America/Chicago
5228817	Jerauld County	jerauld-county	Comitatul Jerauld,Comte de Jerauld,Comté de Jerauld,Condado de Jerauld,Condado han Jerauld,Contea di Jerauld,Dzheral'd,Dzherold,Hrabstwo Jerauld,Jerauld,Jerauld Kun,Jerauld Kūn,Jerauld konderria,Jerauld megye,Jerold srjan,Okrug DZerold,Quan Jerauld,Quận Jerauld,jeraulda ka'unti,jerorudo jun,jie lao er de xian,mqatʿt jyrawld,shhrstan jrald  dakwtay jnwby,Джеральд,Джеролд,Округ Џеролд,Ջերոլդ շրջան,جیرالڈ کاؤنٹی,جیراولڈ کاؤنٹی، جنوبی ڈکوٹا,شهرستان جرالد، داکوتای جنوبی,مقاطعة جيراولد,জেরৌল্ড কাউন্টি,ジェロールド郡,傑勞爾德縣		US	SD	073	2071	America/Chicago
5254978	Green County	green-county	Comitatul Green,Comtat de Green,Comte de Green,Comté de Green,Condado de Green,Condado han Green,Contea di Green,Green,Green Comitatus,Green Kun,Green Kūn,Green konderria,Green megye,Grijn,Grin,Hrabstwo Green,Okrug Grin,Quan Green,Quận Green,ge lin xian,grina ka'unti,gurin jun,shhrstan gryn  wyskansyn,Грийн,Грин,Округ Грин,Ґрін,شهرستان گرین، ویسکانسین,مقاطعة غرين,گرین کاؤنٹی، وسکونسن,গ্রিন কাউন্টি,グリーン郡,格林縣		US	WI	045	36842	America/Chicago
5228997	Kingsbury County	kingsbury-county	Comitatul Kingsbury,Comte de Kingsbury,Comté de Kingsbury,Condado de Kingsbury,Condado han Kingsbury,Contea di Kingsbury,Hrabstwo Kingsbury,Kingsberi,Kingsburi,Kingsbury,Kingsbury Kun,Kingsbury Kūn,Kingsbury konderria,Kingsbury megye,Okrug Kingsberi,Quan Kingsbury,Quận Kingsbury,jin si bo li xian,kingusuberi jun,kinsabari ka'unti,mqatʿt kynghzbwry,shhrstan kyngsbry  dakwtay jnwby,Кингсбери,Кингсбъри,Кінґсбері,Округ Кингсбери,Քինգսբարի շրջան,شهرستان کینگسبری، داکوتای جنوبی,مقاطعة كينغزبوري,کنگزبری کاؤنٹی,کنگزبیری کاؤنٹی، جنوبی ڈکوٹا,কিংসবারি কাউন্টি,キングスベリー郡,金斯伯里縣		US	SD	077	5148	America/Chicago
5229128	Lake County	lake-county	Comitatul Lake,Comte de Lake,Comté de Lake,Condado de Lake,Condado han Lake,Contea di Lake,Hrabstwo Lake,Lake,Lake Kun,Lake Kūn,Lake konderria,Lake megye,Lejk,Okrug Lejk,Quan Lake,Quận Lake,lai ke xian,leka ka'unti,mqatʿt lyk,reiku jun,shhrstan lyk  dakwtay jnwby,Лейк,Округ Лејк,Լեյք շրջան,شهرستان لیک، داکوتای جنوبی,لیک کاؤنٹی، جنوبی ڈکوٹا,لیک کاؤنٹی، ساؤتھ ڈیکوٹا,مقاطعة ليك,লেক কাউন্টি,レイク郡,萊克縣		US	SD	079	11200	America/Chicago
5229313	Lincoln County	lincoln-county	Comitatul Lincoln,Comte de Lincoln,Comté de Lincoln,Condado de Lincoln,Condado han Lincoln,Contea di Lincoln,Hrabstwo Lincoln,Lincoln,Lincoln Kun,Lincoln Kūn,Lincoln konderria,Lincoln megye,Lincolni maakond,Linkol'n,Linkoln srjan,Linkuln,Okrug Linkoln,Quan Lincoln,Quận Lincoln,lin ken xian,linkana ka'unti,mqatʿt lynkwn,rinkan jun,shhrstan lynkln  dakwtay jnwby,Линкольн,Линкълн,Лінкольн,Округ Линколн,Լինկոլն շրջան,شهرستان لینکلن، داکوتای جنوبی,لنکن کاؤنٹی، جنوبی ڈکوٹا,لنکن کاؤنٹی، ساؤتھ ڈیکوٹا,مقاطعة لينكون,লিঙ্কন কাউন্টি,リンカーン郡,林肯縣		US	SD	083	44828	America/Chicago
5229494	Lyman County	lyman-county	Comitatul Lyman,Comte de Lyman,Comté de Lyman,Condado de Lyman,Condado han Lyman,Contea di Lyman,Hrabstwo Lyman,Lajman,Lajmen,Laymen srjan,Limun,Lyman,Lyman Kun,Lyman Kūn,Lyman konderria,Lyman megye,Okrug Lajman,Quan Lyman,Quận Lyman,lai man xian,le'imyana ka'unti,mqatʿt lyman,raiman jun,shhrstan lyman  dakwtay jnwby,Лайман,Лаймен,Лимън,Округ Лајман,Լայմեն շրջան,شهرستان لیمان، داکوتای جنوبی,لائیمین کاؤنٹی,لیمن کاؤنٹی، جنوبی ڈکوٹا,مقاطعة ليمان,লেইম্যান কাউন্টি,ライマン郡,萊曼縣		US	SD	085	3755	America/Chicago
5229574	Marshall County	marshall-county	Comitatul Marshall,Comte de Marshall,Comté de Marshall,Condado de Marshall,Condado han Marshall,Contea di Marshall,Hrabstwo Marshall,Marsal srjan,Marshal,Marshall,Marshall Kun,Marshall Kūn,Marshall konderria,Marshall megye,Okrug Marshal,Quan Marshall,Quận Marshall,ma xie er xian,marsahala ka'unti,masharu jun,mqatʿt marshal,shhrstan marshal  dakwtay jnwby,Маршал,Маршалл,Округ Маршал,Մարշալ շրջան,شهرستان مارشال، داکوتای جنوبی,مارشل کاؤنٹی، جنوبی ڈکوٹا,مارشل کاؤنٹی، ساؤتھ ڈیکوٹا,مقاطعة مارشال,মার্সহাল কাউন্টি,マーシャル郡,馬歇爾縣		US	SD	091	4656	America/Chicago
5229622	McCook County	mccook-county	Comitatul McCook,Comte de McCook,Comté de McCook,Condado de McCook,Condado han McCook,Contea di McCook,Hrabstwo McCook,Makkuk,McCook,McCook Kun,McCook Kūn,McCook konderria,McCook megye,Okrug Makuk,Quan McCook,Quận McCook,mai ku ke xian,makukku jun,mqatʿt makwk,myakakoka ka'unti,Маккук,Округ Макук,Մակ-Քուկ շրջան,شهرستان مک‌کوک، داکوتای جنوبی,مقاطعة ماكوك,مک کوک کاؤنٹی,مک کوک کاؤنٹی، جنوبی ڈکوٹا,ম্যাককোক কাউন্টি,マクック郡,麥庫克縣		US	SD	087	5618	America/Chicago
5229653	McPherson County	mcpherson-county	Comitatul McPherson,Comte de McPherson,Comté de McPherson,Condado de McPherson,Condado han McPherson,Contea di McPherson,Hrabstwo McPherson,Mak-Ferson srjan,Makferson,Makfiursun,McPherson,McPherson Kun,McPherson Kūn,McPherson konderria,McPherson megye,Okrug Makferson,Quan McPherson,Quận McPherson,mai ke fu sen xian,makufason jun,mqatʿt makfrswn,myakapherasana ka'unti,Макферсон,Макфиърсън,Округ Макферсон,Մակ-Ֆերսոն շրջան,شهرستان مک‌فرسون، داکوتای جنوبی,مقاطعة ماكفرسون,مکفرسن کاؤنٹی,مکفیرسن کاؤنٹی، جنوبی ڈکوٹا,ম্যাকফেরসন কাউন্টি,マクファーソン郡,麥克弗森縣		US	SD	089	2459	America/Chicago
5229775	Miner County	miner-county	Comitatul Miner,Comte de Miner,Comté de Miner,Condado de Miner,Condado han Miner,Contea di Miner,Hrabstwo Miner,Majner,Majnur,Mayner srjan,Miner,Miner Kun,Miner Kūn,Miner konderria,Miner megye,Okrug Majner,Quan Miner,Quận Miner,ma'inera ka'unti,mai na xian,maina jun,mqatʿt maynr,shhrstan mynr  dakwtay jnwby,Майнер,Майнър,Округ Мајнер,Մայներ շրջան,شهرستان مینر، داکوتای جنوبی,مائنر کاؤنٹی,مائنر کاؤنٹی، جنوبی ڈکوٹا,مقاطعة ماينر,মাইনের কাউন্টি,マイナー郡,邁納縣		US	SD	097	2389	America/Chicago
5229782	Minnehaha County	minnehaha-county	Comitatul Minnehaha,Comte de Minnehaha,Comté de Minnehaha,Condado de Minnehaha,Condado han Minnehaha,Contea di Minnehaha,Hrabstwo Minnehaha,Minekhakha,Minhaha srjan,Minnehaha,Minnehaha Kun,Minnehaha Kūn,Minnehaha konderria,Minnehaha megye,Minnekhakha,Minnigaga,Okrug Minikhakha,Quan Minnehaha,Quận Minnehaha,minehaha jun,ming ni ha ha xian,minnehaha ka'unti,mqatʿt mynyhaha,Минехаха,Миннехаха,Міннігага,Округ Минихаха,Մինհահա շրջան,شهرستان مینه‌هاها، داکوتای جنوبی,مقاطعة مينيهاها,منہاہا کاؤنٹی,مینیہاہا کاؤنٹی، جنوبی ڈکوٹا,মিন্নেহাহা কাউন্টি,ミネハハ郡,明尼哈哈縣		US	SD	099	169468	America/Chicago
5229837	Moody County	moody-county	Comitatul Moody,Comte de Moody,Comté de Moody,Condado de Moody,Condado han Moody,Contea di Moody,Hrabstwo Moody,Moody,Moody Kun,Moody Kūn,Moody konderria,Moody megye,Mudi,Mudi srjan,Okrug Mudi,Quan Moody,Quận Moody,modi ka'unti,mqatʿt mwdy,mu di xian,mudi jun,shhrstan mwdy  dakwtay jnwby,Муди,Муді,Округ Муди,Մուդի շրջան,شهرستان مودی، داکوتای جنوبی,مقاطعة مودي,موڈی کاؤنٹی,موڈی کاؤنٹی، جنوبی ڈکوٹا,মোডি কাউন্টি,ムーディ郡,穆迪縣		US	SD	101	6486	America/Chicago
5230591	Potter County	potter-county	Ashmore County,Comitatul Potter,Comte de Potter,Comté de Potter,Condado de Potter,Condado han Potter,Contea di Potter,Hrabstwo Potter,Okrug Poter,Potter,Potter County,Potter Kun,Potter Kūn,Potter konderria,Potter megye,Potur,Quan Potter,Quận Potter,bo te xian,mqatʿt bwtr,patara ka'unti,potta jun,shhrstan patr  dakwtay jnwby,Округ Потер,Поттер,Потър,Փոտեր շրջան,شهرستان پاتر، داکوتای جنوبی,مقاطعة بوتر,پوٹر کاؤنٹی، جنوبی ڈکوٹا,پوٹر کاؤنٹی، ساؤتھ ڈیکوٹا,পটার কাউন্টি,ポッター郡,波特縣		US	SD	107	2329	America/Chicago
5230872	Roberts County	roberts-county	Comitatul Roberts,Comte de Roberts,Comté de Roberts,Condado de Roberts,Condado han Roberts,Contea di Roberts,Hrabstwo Roberts,Okrug Roberts,Quan Roberts,Quận Roberts,Roberts,Roberts Kun,Roberts Kūn,Roberts konderria,Roberts megye,Roberts srjan,Robertsi maakond,Roburts,luo bo ci xian,mqatʿt rwbrtz,rabartasa ka'unti,robatsu jun,shhrstan rabrtz  dakwtay jnwby,Округ Робертс,Робертс,Робъртс,Ռոբերտս շրջան,رابرٹس کاؤنٹی,رابرٹس کاؤنٹی، جنوبی ڈکوٹا,شهرستان رابرتز، داکوتای جنوبی,مقاطعة روبرتز,রবার্টস কাউন্টি,ロバーツ郡,羅伯茨縣		US	SD	109	10149	America/Chicago
5231251	Sanborn County	sanborn-county	Comitatul Sanborn,Comte de Sanborn,Comté de Sanborn,Condado de Sanborn,Condado han Sanborn,Contea di Sanborn,Hrabstwo Sanborn,Okrug Sanborn,Quan Sanborn,Quận Sanborn,Sanborn,Sanborn Kun,Sanborn Kūn,Sanborn konderria,Sanborn megye,Sanborn srjan,Sehnborn,Senborn,mqatʿt sanbwrn,sanabarna ka'unti,sanbon jun,sang bo en xian,shhrstan snbwrn  dakwtay jnwby,Округ Санборн,Санборн,Сенборн,Сэнборн,Սանբորն շրջան,سانبورن کاؤنٹی,سینبورن کاؤنٹی، جنوبی ڈکوٹا,شهرستان سنبورن، داکوتای جنوبی,مقاطعة سانبورن,সানবর্ন কাউন্টি,サンボーン郡,桑博恩縣		US	SD	111	2355	America/Chicago
5231992	Spink County	spink-county	Comitatul Spink,Comte de Spink,Comté de Spink,Condado de Spink,Condado han Spink,Contea di Spink,Hrabstwo Spink,Okrug Spink,Quan Spink,Quận Spink,Spink,Spink Kun,Spink Kūn,Spink konderria,Spink megye,Spink srjan,mqatʿt sbynk,shhrstan aspynk  dakwtay jnwby,si ping ke xian,spinka ka'unti,supinku jun,Округ Спинк,Спинк,Спінк,Սպինկ շրջան,سپنک کاؤنٹی,سپینک کاؤنٹی، جنوبی ڈکوٹا,شهرستان اسپینک، داکوتای جنوبی,مقاطعة سبينك,স্পিঙ্ক কাউন্টি,スピンク郡,斯平克縣		US	SD	115	6415	America/Chicago
5232417	Tripp County	tripp-county	Comitatul Tripp,Comte de Tripp,Comté de Tripp,Condado de Tripp,Condado han Tripp,Contea di Tripp,Hrabstwo Tripp,Okrug Trip,Quan Tripp,Quận Tripp,Trip,Tripp,Tripp Kun,Tripp Kūn,Tripp konderria,Tripp megye,mqatʿt tryb,shhrstan tryp  dakwtay jnwby,te li pu xian,torippu jun,tripa ka'unti,Округ Трип,Трип,Трипп,Тріпп,Թրիպ շրջան,شهرستان تریپ، داکوتای جنوبی,مقاطعة تريب,ٹرپ کاؤنٹی,ٹریپ کاؤنٹی، جنوبی ڈکوٹا,ট্রিপ কাউন্টি,トリップ郡,特里普縣		US	SD	123	5644	America/Chicago
5232458	Turner County	turner-county	Comitatul Turner,Comte de Turner,Comté de Turner,Condado de Turner,Condado han Turner,Contea di Turner,Hrabstwo Turner,Okrug Terner,Quan Turner,Quận Turner,Terner,Turner,Turner Kun,Turner Kūn,Turner konderria,Turner megye,Turneri maakond,Turnur,mqatʿt tyrnr,shhrstan trnr  dakwtay jnwby,tana jun,tarnara ka'unti,te na xian,Округ Тернер,Тернер,Търнър,Թերներ շրջան,شهرستان ترنر، داکوتای جنوبی,مقاطعة تيرنر,ٹرنر کاؤنٹی,ٹرنر کاؤنٹی، جنوبی ڈکوٹا,টার্নার কাউন্টি,ターナー郡,特納縣		US	SD	125	8347	America/Chicago
5232511	Union County	union-county	Comitatul Union,Comte d'Union,Comté d'Union,Condado de Union,Condado han Union,Contea di Union,Hrabstwo Union,Junion,Juniun,Okrug Junion,Quan Union,Quận Union,Union,Union Kun,Union Kūn,Union konderria,Union megye,Yunion srjan,i'uniyana ka'unti,mqatʿt ywnywn,shhrstan ywnywn  dakwtay jnwby,you ni ang xian,yunion jun,Округ Јунион,Юнион,Юниън,Юніон,Յունիոն շրջան,شهرستان یونیون، داکوتای جنوبی,مقاطعة يونيون,یونین کاؤنٹی، جنوبی ڈکوٹا,یونین کاؤنٹی، ساؤتھ ڈیکوٹا,ইউনিয়ন কাউন্টি,ユニオン郡,猶尼昂縣		US	SD	127	14399	America/Chicago
5232702	Walworth County	walworth-county	Comitatul Walworth,Comte de Walworth,Comté de Walworth,Condado de Walworth,Condado han Walworth,Contea di Walworth,Hrabstwo Walworth,Okrug Volvort,Quan Walworth,Quận Walworth,Uoluort,Uoluurt,Volvort,Walworth,Walworth Kun,Walworth Kūn,Walworth konderria,Walworth megye,Walworthi maakond,mqatʿt walwrth,raalaraartha ka'unti,shhrstan walwrs  dakwtay jnwby,u~oruwasu jun,wo er wo si xian,Волворт,Округ Волворт,Уолуорт,Уолуърт,Ուոլվորթ շրջան,شهرستان والورس، داکوتای جنوبی,مقاطعة والورث,والورتھ کاؤنٹی,والورتھ کاؤنٹی، جنوبی ڈکوٹا,ৱালৱার্থ কাউন্টি,ウォルワース郡,沃爾沃思縣		US	SD	129	5438	America/Chicago
5233056	Yankton County	yankton-county	Comitatul Yankton,Comte de Yankton,Comté de Yankton,Condado de Yankton,Condado han Yankton,Contea di Yankton,Hrabstwo Yankton,Jankton,Janktun,Okrug Jankton,Quan Yankton,Quận Yankton,Yankton,Yankton Kun,Yankton Kūn,Yankton konderria,Yankton megye,Yankton srjan,iyankatana ka'unti,mqatʿt yanktwn,shhrstan ynktwn  dakwtay jnwby,yang ke dun xian,yankuton jun,yenkatana ka'unti,Округ Јанктон,Янктон,Янктън,Յանկտոն շրջան,شهرستان ینکتون، داکوتای جنوبی,مقاطعة يانكتون,یانکٹن کاؤنٹی,یانکٹن کاؤنٹی، جنوبی ڈکوٹا,यॅङ्कटन काउण्टी,ইয়াঙ্কটন কাউন্টি,ヤンクトン郡,揚克頓縣		US	SD	135	22438	America/Chicago
5233146	Addison County	addison-county	Addison,Addison Kun,Addison Kūn,Addison konderria,Addison megye,Adisun,Comitatul Addison,Comte d'Addison,Comté d'Addison,Condado de Addison,Condado han Addison,Contea di Addison,Eddison,Edison srjan,Hrabstwo Addison,Okrug Adison,a di sen xian,adison jun,edisana ka'unti,shhrstan adyswn  wrmwnt,Аддисон,Адисън,Еддісон,Округ Адисон,Էդիսոն շրջան,ایڈسن کاؤنٹی، ورمونٹ,ایڈیسن کاؤنٹی,شهرستان آدیسون، ورمونت,এডিসন কাউন্টি,アディソン郡,阿迪森縣		US	VT	001	36821	America/New_York
5541473	Kane County	kane-county	Comitatul Kane,Comte de Kane,Comté de Kane,Condado de Kane,Condado han Kane,Contea di Kane,Eyn srjan,Hrabstwo Kane,Kane,Kane Comitatus,Kane Kun,Kane Kūn,Kane konderria,Kane megye,Kanei maakond,Kejn,Okrug Kejn,Quan Kane,Quận Kane,kai en jun,kai en xian,kana ka'unti,ken jun,mqatʿt kyn,shhrstan kyn  ywta,Кейн,Округ Кејн,Էյն շրջան,شهرستان کین، یوتا,مقاطعة كين,کین کاؤنٹی، یوٹاہ,কান কাউন্টি,ケーン郡,凯恩县,凱恩郡		US	UT	025	7125	America/Denver
5233748	Bennington County	bennington-county	Benington srjan,Beningtun,Bennington,Bennington Kun,Bennington Kūn,Bennington konderria,Bennington megye,Comitatul Bennington,Comte de Bennington,Comté de Bennington,Condado de Bennington,Condado han Bennington,Contea di Bennington,Hrabstwo Bennington,Okrug Benington,ben ning dun xian,benintana ka'unti,beninton jun,shhrstan bnyngtn  wrmwnt,Бенингтън,Беннингтон,Беннінґтон,Округ Бенингтон,Բենինգտոն շրջան,بیننگٹن کاؤنٹی,بینینگٹن کاؤنٹی، ورمونٹ,شهرستان بنینگتن، ورمونت,বেনিংটন কাউন্টি,ベニントン郡,本寧頓縣		US	VT	003	37125	America/New_York
5234484	Caledonia County	caledonia-county	Caledonia,Caledonia Kun,Caledonia Kūn,Caledonia konderria,Caledonia megye,Comitatul Caledonia,Comte de Caledonia,Comté de Caledonia,Condado de Caledonia,Condado han Caledonia,Contea di Caledonia,Hrabstwo Caledonia,Kaledonija,Okrug Kaledonija,ka li duo ni ya xian,kaledoniya ka'unti,karedonia jun,shhrstan kldwnya  wrmwnt,Каледония,Каледонія,Округ Каледонија,Քալեդոնիա շրջան,شهرستان کلدونیا، ورمونت,کالیڈونیا کاؤنٹی,کیلیڈونیا کاؤنٹی، ورمونٹ,কালেডোনিয়া কাউন্টি,カレドニア郡,喀里多尼亞縣		US	VT	005	31227	America/New_York
5234861	Chittenden County	chittenden-county	Chittenden,Chittenden Kun,Chittenden Kūn,Chittenden konderria,Chittenden megye,Chitundun,Comitatul Chittenden,Comte de Chittenden,Comté de Chittenden,Condado de Chittenden,Condado han Chittenden,Contea di Chittenden,Hrabstwo Chittenden,Okrug Chitenden,chittenden jun,cittenadena ka'unti,qi tan dan xian,shhrstan chytndn  wrmwnt,Округ Читенден,Читтенден,Читъндън,Չիթենդեն շրջան,شهرستان چیتندن، ورمونت,چٹنڈن کاؤنٹی,چیٹنڈین کاؤنٹی، ورمونٹ,চিত্তেনডেন কাউন্টি,チッテンデン郡,齊坦丹縣		US	VT	007	156545	America/New_York
5235945	Essex County	essex-county	Comitatul Essex,Comte d'Essex,Comté d'Essex,Condado de Essex,Condado han Essex,Contea di Essex,Ehsseks,Eseks,Esseks,Essex,Essex Kun,Essex Kūn,Essex konderria,Essex megye,Hrabstwo Essex,Okrug Eseks,ai sai ke si xian,esekkusu jun,eseksa ka'unti,shhrstan asks  wrmwnt,Есекс,Ессекс,Округ Есекс,Эссекс,Էսեքս շրջան,ایسکس کاؤنٹی، ورمونٹ,ایسیکس کاؤنٹی، ورمونٹ,شهرستان اسکس، ورمونت,এসেক্স কাউন্টি,エセックス郡,艾塞克斯縣		US	VT	009	6306	America/New_York
5236279	Franklin County	franklin-county	Comitatul Franklin,Comte de Franklin,Comté de Franklin,Condado de Franklin,Condado han Franklin,Contea di Franklin,Franklin,Franklin Kun,Franklin Kūn,Franklin konderria,Franklin megye,Franklin srjan,Hrabstwo Franklin,Okrug Frenklin,fu lan ke lin xian,furankurin jun,phrankalina ka'unti,shhrstan franklyn  wrmwnt,Округ Френклин,Франклин,Франклін,Ֆրանկլին շրջան,شهرستان فرانکلین، ورمونت,فرینکلن کاؤنٹی، ورمونٹ,ফ্রাঙ্কলিন কাউন্টি,フランクリン郡,富蘭克林縣		US	VT	011	47746	America/New_York
5236542	Grand Isle County	grand-isle-county	Comitatul Grand Isle,Comte de Grand Isle,Comté de Grand Isle,Condado de Grand Isle,Condado han Grand Isle,Contea di Grand Isle,Grand Ajl,Grand Ayl srjan,Grand Isle,Grand Isle Kun,Grand Isle Kūn,Grand Isle konderria,Grand Isle megye,Grand-Ajl,Hrabstwo Grand Isle,Okrug Grand Ajl,da dao xian,granda isale ka'unti,gurandoairu jun,shhrstan grnd ayl  wrmwnt,Гранд Айл,Гранд-Айл,Округ Гранд Ајл,Ґранд-Айл,Գրանդ Այլ շրջան,شهرستان گرند آیل، ورمونت,گرینڈ آئل کاؤنٹی,گرینڈ آئل کاؤنٹی، ورمونٹ,গ্রান্ড ইসলে কাউন্টি,グランドアイル郡,大島縣		US	VT	013	6970	America/New_York
5237839	Lamoille County	lamoille-county	Comitatul Lamoille,Comte de Lamoille,Comté de Lamoille,Condado de Lamoille,Condado han Lamoille,Contea di Lamoille,Hrabstwo Lamoille,Lamoille,Lamoille Kun,Lamoille Kūn,Lamoille konderria,Lamoille megye,Lamojl,Lamojll,Lamoyl srjan,Okrug Lamojl,la mo yi er xian,lamo'ile ka'unti,ramoiru jun,shhrstan lamwyly  wrmwnt,Ламойл,Ламойлл,Округ Ламојл,Լամոյլ շրջան,شهرستان لامویلی، ورمونت,لیموئیل کاؤنٹی، ورمونٹ,لیموالے کاؤنٹی,লামোইলে কাউন্টি,ラモイル郡,拉莫伊爾縣		US	VT	015	24475	America/New_York
5239504	Orange County	orange-county	Comte d'Orange,Comté d'Orange,Orange		US	VT	017	28936	America/New_York
5239520	Orleans County	orleans-county	Comitatul Orleans,Comte d'Orleans,Comté d'Orleans,Condado de Orleaes,Condado de Orleans,Condado de Orleães,Condado han Orleans,Contea de Orleans,Contea di Orleans,Hrabstwo Orleans,Okrug Orlins,Orleans,Orleans Kun,Orleans Kūn,Orleans konderria,Orleans megye,Orleansi maakond,Orlins,Orlins srjan,Orliuns,Quan Orleans,Quận Orleans,ao er liang xian,oralensa ka'unti,orinzu jun,shhrstan awrlyan  wrmwnt,Округ Орлинс,Орлеанс,Орлиънс,Орлінс,Օռլինս շրջան,اورلینز کاؤنٹی، ورمونٹ,شهرستان اورلئان، ورمونت,ওরলেন্স কাউন্টি,オーリンズ郡,奧爾良縣		US	VT	019	27231	America/New_York
5240516	Rutland County	rutland-county	Comitatul Rutland,Comte de Rutland,Comté de Rutland,Condado de Rutland,Condado han Rutland,Contea di Rutland,Hrabstwo Rutland,Okrug Ratland,Ratlend,Rutland,Rutland Kun,Rutland Kūn,Rutland konderria,Rutland megye,la te lan xian,ratorando jun,ruthalyanda ka'unti,shhrstan rwtlnd  wrmwnt,Округ Ратланд,Ратленд,Рътланд,Ռաթլենդ շրջան,رٹلینڈ کاؤنٹی,رٹلینڈ کاؤنٹی، ورمونٹ,شهرستان روتلند، ورمونت,রুথল্যান্ড কাউন্টি,ラトランド郡,拉特蘭縣		US	VT	021	61642	America/New_York
5242529	Washington County	washington-county	Comitatul Washington,Comte de Washington,Comté de Washington,Condado de Washington,Condado han Washington,Contea di Washington,Hrabstwo Washington,Okrug Vashington,Vashington,Vasington srjan,Washington,Washington Kun,Washington Kūn,Washington konderria,Washington megye,Washingtoni maakond,hua sheng dun xian,raasintana ka'unti,shhrstan washyngtn  wrmwnt,washinton jun,Вашингтон,Округ Вашингтон,Վաշինգտոն շրջան,شهرستان واشینگتن، ورمونت,واشنگٹن کاؤنٹی، ورمونٹ,ৱাশিংটন কাউন্টি,ワシントン郡,華盛頓縣		US	VT	023	59534	America/New_York
5243051	Windham County	windham-county	Comitatul Windham,Comte de Windham,Comté de Windham,Condado de Windham,Condado han Windham,Contea di Windham,Hrabstwo Windham,Okrug Vindam,Owindhem srjan,Uindem,Uindum,Vindem,Windham,Windham Kun,Windham Kūn,Windham konderria,Windham megye,Windhami maakond,raindahama ka'unti,shhrstan wyndham  wrmwnt,u~indamu jun,wen de mu xian,Віндем,Округ Виндам,Уиндем,Уиндъм,Ուինդհեմ շրջան,شهرستان ویندهام، ورمونت,ونڈہیم کاؤنٹی,وینڈم کاؤنٹی، ورمونٹ,ৱিন্ডহাম কাউন্টি,ウィンダム郡,溫德姆縣		US	VT	025	44513	America/New_York
5243062	Windsor County	windsor-county	Comitatul Windsor,Comte de Windsor,Comté de Windsor,Condado de Windsor,Condado han Windsor,Contea di Windsor,Hrabstwo Windsor,Okrug Vindzor,Owindsor srjan,Quan Windsor,Quận Windsor,Uindzur,Vindzor,Windsor,Windsor Kun,Windsor Kūn,Windsor konderria,Windsor megye,raindasara ka'unti,shhrstan wynzr  wrmwnt,u~inza jun,wen sha xian,Виндзор,Віндзор,Округ Виндзор,Уиндзър,Ուինդսոր շրջան,شهرستان وینزر، ورمونت,ونڈسر کاؤنٹی,ونڈسر کاؤنٹی، ورمونٹ,ৱিন্ডসর কাউন্টি,ウィンザー郡,溫莎縣		US	VT	027	56670	America/New_York
5243559	Adams County	adams-county	Adams,Adams Comitatus,Adams Kun,Adams Kūn,Adams konderria,Adams megye,Comitatul Adams,Comte d'Adams,Comté d'Adams,Condado de Adams,Condado han Adams,Contea di Adams,Hrabstwo Adams,Kantono Adams,Okrug Adams,Quan Adams,Quận Adams,adamasa ka'unti,adamuzu jun,shhrstan adamz  wyskansyn,ya dang si xian,Адамс,Округ Адамс,ایڈمز کاؤنٹی، وسکونسن,شهرستان ادامز، ویسکانسین,مقاطعة آدامز,আডামস কাউন্টি,アダムズ郡,亞當斯縣		US	WI	001	20875	America/Chicago
5244249	Ashland County	ashland-county	Ashland,Ashland Comitatus,Ashland Kun,Ashland Kūn,Ashland konderria,Ashland megye,Ashlandi maakond,Ashlend,Comitatul Ashland,Comte d'Ashland,Comté d'Ashland,Condado de Ashland,Condado han Ashland,Contea di Ashland,Eshlend,Hrabstwo Ashland,Kantono Ashland,Okrug Eshland,Quan Ashland,Quận Ashland,a shen lan xian,ashurando jun,shhrstan ashlnd  wyskansyn,Ашланд,Ашленд,Ешленд,Округ Ешланд,ایشلنڈ کاؤنٹی، وسکونسن,شهرستان اشلند، ویسکانسین,مقاطعة آشلاند,অ্যাসল্যান্ড কাউন্টি,アシュランド郡,阿什兰县		US	WI	003	16157	America/Chicago
5244742	Barron County	barron-county	Barron,Barron Comitatus,Barron County,Barron Kun,Barron Kūn,Barron konderria,Barron megye,Barun,Behrron,Berron,Comitatul Barron,Comte de Barron,Comté de Barron,Condado de Barron,Condado han Barron,Contea di Barron,Dallas County,Hrabstwo Barron,Kantono Barron,Okrug Baron,Quan Barron,Quận Barron,ba lun xian,baron jun,barona ka'unti,shhrstan barwn  wyskansyn,Барън,Беррон,Бэррон,Округ Барон,بیرن کاؤنٹی، وسکونسن,شهرستان بارون، ویسکانسین,বারোন কাউন্টি,バロン郡,巴倫縣		US	WI	005	45870	America/Chicago
5244967	Bayfield County	bayfield-county	Bayfield,Bayfield Comitatus,Bayfield County,Bayfield Kun,Bayfield Kūn,Bayfield konderria,Bayfield megye,Bayfieldin piirikunta,Bejfijld,Bejfild,Comitatul Bayfield,Comte de Bayfield,Comté de Bayfield,Condado de Bayfield,Condado han Bayfield,Contea di Bayfield,Hrabstwo Bayfield,Kantono Bayfield,La Point County,Okrug Bajfild,Quan Bayfield,Quận Bayfield,bei fei xian,beifirudo jun,bephilda ka'unti,shhrstan byfyld  wyskansyn,Бейфийлд,Бейфилд,Бейфілд,Округ Бајфилд,بےفیلڈ کاؤنٹی، وسکونسن,شهرستان بیفیلد، ویسکانسین,مقاطعة بايفيلد,বেফিল্ড কাউন্টি,ベイフィールド郡,貝菲縣		US	WI	007	15014	America/Chicago
5246898	Brown County	brown-county	Braun,Brown,Brown Comitatus,Brown Kun,Brown Kūn,Brown konderria,Brown megye,Browni maakond,Comitatul Brown,Comte de Brown,Comté de Brown,Condado de Brown,Condado han Brown,Contea di Brown,Hrabstwo Brown,Kantono Brown,Okrug Braun,Quan Brown,Quận Brown,bra'una ka'unti,bu lang xian,buraun jun,shhrstan brawn  wyskansyn,Браун,Округ Браун,מחוז בראון,براؤن کاؤنٹی، وسکونسن,شهرستان براون، ویسکانسین,ব্রাউন কাউন্টি,ブラウン郡,布朗縣		US	WI	009	248007	America/Chicago
5247108	Buffalo County	buffalo-county	Baffalo,Bufalo,Buffalo,Buffalo Comitatus,Buffalo Kun,Buffalo Kūn,Buffalo konderria,Buffalo megye,Comitatul Buffalo,Comte de Buffalo,Comté de Buffalo,Condado de Buffalo,Condado han Buffalo,Contea di Buffalo,Hrabstwo Buffalo,Kantono Buffalo,Okrug Bufalo,Quan Buffalo,Quận Buffalo,baffaro jun,baphelo ka'unti,shhrstan bwfalw  wyskansyn,shui niu xian,Баффало,Бъфало,Округ Буфало,بفیلو کاؤنٹی، وسکونسن,شهرستان بوفالو، ویسکانسین,مقاطعة بوفالو,বাফেলো কাউন্টি,バッファロー郡,水牛縣		US	WI	011	13587	America/Chicago
5247230	Burnett County	burnett-county	Bernett,Burnet,Burnett,Burnett Comitatus,Burnett Kun,Burnett Kūn,Burnett konderria,Burnett megye,Comitatul Burnett,Comte de Burnett,Comté de Burnett,Condado de Burnett,Condado han Burnett,Contea di Burnett,Hrabstwo Burnett,Kantono Burnett,Okrug Bernet,Quan Burnett,Quận Burnett,banetto jun,baraneta ka'unti,bo nai te xian,shhrstan barnt  wyskansyn,Бернетт,Бърнет,Округ Бернет,برنیٹ کاؤنٹی، وسکونسن,شهرستان بارنت، ویسکانسین,বারনেট কাউন্টি,バーネット郡,伯奈特縣		US	WI	013	15457	America/Chicago
5247444	Calumet County	calumet-county	Calumet,Calumet Comitatus,Calumet Kun,Calumet Kūn,Calumet megye,Comitatul Calumet,Comte de Calumet,Comté de Calumet,Condado de Calumet,Condado han Calumet,Contea di Calumet,Hrabstwo Calumet,Kal'jumet,Kaliumet,Kalumet,Kantono Calumet,Okrug Kaljumet,Quan Calumet,Quận Calumet,ka liu mei te xian,karumetto jun,klaumeta ka'unti,shhrstan kalwmt  wyskansyn,Калиъмет,Калумет,Кальюмет,Округ Калјумет,شهرستان کالومت، ویسکانسین,مقاطعة كالوميت,ক্লৌমেট কাউন্টি,カルメット郡,卡柳梅特縣		US	WI	015	48971	America/Chicago
5248507	Chippewa County	chippewa-county	Chippeva,Chippewa,Chippewa Comitatus,Chippewa Kun,Chippewa Kūn,Chippewa konderria,Chippewa megye,Chipuua,Comitatul Chippewa,Comte de Chippewa,Comté de Chippewa,Condado de Chippewa,Condado han Chippewa,Contea di Chippewa,Hrabstwo Chippewa,Kantono Chippewa,Okrug Chipeva,Quan Chippewa,Quận Chippewa,ceperaa ka'unti,chippewa jun,qi pi wa xian,shhrstan chypwa  wyskansyn,Округ Чипева,Чиппева,Чипъуа,Чіппева,شهرستان چیپوا، ویسکانسین,چپیوا کاؤنٹی، وسکونسن,চেপেৱা কাউন্টি,チッペワ郡,契皮瓦縣		US	WI	017	62415	America/Chicago
5248812	Clark County	clark-county	Clark,Clark Comitatus,Clark Kun,Clark Kūn,Clark konderria,Clark megye,Comitatul Clark,Comte de Clark,Comté de Clark,Condado de Clark,Condado han Clark,Contea di Clark,Hrabstwo Clark,Kantono Clark,Klark,Okrug Klark,Quan Clark,Quận Clark,ke la ke xian,klarka ka'unti,kuraku jun,shhrstan klark  wyskansyn,Кларк,Округ Кларк,شهرستان کلارک، ویسکانسین,مقاطعة كلارك,کلارک کاؤنٹی، وسکونسن,ক্লার্ক কাউন্টি,クラーク郡,克拉克縣		US	WI	019	34690	America/Chicago
5249193	Columbia County	columbia-county	Columbia,Columbia Comitatus,Columbia Kun,Columbia Kūn,Columbia konderria,Columbia megye,Comitatul Columbia,Comte de Columbia,Comté de Columbia,Condado de Columbia,Condado han Columbia,Contea di Columbia,Hrabstwo Columbia,Kantono Columbia,Kolambia,Kolumbia County,Kolumbija,Okrug Kolambija,Quan Columbia,Quận Columbia,ge lun bi ya xian,kalambiya ka'unti,koronbia jun,shhrstan klmbya  wyskansyn,Коламбиа,Колумбия,Колумбія,Округ Коламбија,شهرستان کلمبیا، ویسکانسین,کولمبیا کاؤنٹی، وسکونسن,কলম্বিয়া কাউন্টি,コロンビア郡,哥倫比亞縣		US	WI	021	56833	America/Chicago
5249701	Crawford County	crawford-county	Comitatul Crawford,Comte de Crawford,Comté de Crawford,Condado de Crawford,Condado han Crawford,Contea di Crawford,Crawford,Crawford Comitatus,Crawford Kun,Crawford Kūn,Crawford konderria,Crawford megye,Hrabstwo Crawford,Kantono Crawford,Kroford,Krouford,Okrug Kroford,Quan Crawford,Quận Crawford,ke lao fu de xian,kraphorda ka'unti,kuroufodo jun,shhrstan krfwrd  wyskansyn,Кроуфорд,Крофорд,Округ Крофорд,شهرستان کرفورد، ویسکانسین,کرافورڈ کاؤنٹی، وسکونسن,ক্রাফোর্ড কাউন্টি,クロウフォード郡,克勞福德縣		US	WI	023	16644	America/Chicago
5250074	Dane County	dane-county	Comitatul Dane,Comte de Dane,Comté de Dane,Condado de Dane,Condado han Dane,Contea di Dane,Dane,Dane Comitatus,Dane Kun,Dane Kūn,Dane konderria,Dane megye,Danei maakond,Dejn,Hrabstwo Dane,Kantono Dane,Okrug Dejn,Quan Dane,Quận Dane,dai en xian,dane ka'unti,den jun,shhrstan dan  wyskansyn,Дейн,Округ Дејн,شهرستان دان، ویسکانسین,مقاطعة دان,ڈین کاؤنٹی، وسکونسن,ডানে কাউন্টি,デーン郡,戴恩縣		US	WI	025	488073	America/Chicago
5250710	Dodge County	dodge-county	Comitatul Dodge,Comte de Dodge,Comté de Dodge,Condado de Dodge,Condado han Dodge,Contea di Dodge,Dodge,Dodge Comitatus,Dodge Kun,Dodge Kūn,Dodge konderria,Dodge megye,Dodzh,Hrabstwo Dodge,Kantono Dodge,Okrug Dodz,Quan Dodge,Quận Dodge,dao qi xian,doja ka'unti,dojji jun,shhrstan dwj  wyskansyn,Додж,Округ Доџ,شهرستان دوج، ویسکانسین,مقاطعة دودج,ڈاج کاؤنٹی، وسکونسن,ডোজ কাউন্টি,ドッジ郡,道奇縣		US	WI	027	88759	America/Chicago
5250768	Door County	door-county	Comitatul Door,Comte de Door,Comté de Door,Condado de Door,Condado han Door,Contea di Door,Door,Door Comitatus,Door Kun,Door Kūn,Door konderria,Door megye,Doori maakond,Dor,Hrabstwo Door,Kantono Door,Okrug Dor,Quan Door,Quận Door,doa jun,dora ka'unti,duo er xian,mhwz dwr,shhrstan dwr  wyskansyn,Дор,Округ Дор,מחוז דור,شهرستان دور، ویسکانسین,مقاطعة دور,ڈور کاؤنٹی، وسکونسن,ডোর কাউন্টি,ドア郡,多爾縣		US	WI	029	27785	America/Chicago
5250831	Douglas County	douglas-county	Comitatul Douglas,Comte de Douglas,Comté de Douglas,Condado de Douglas,Condado han Douglas,Contea di Douglas,Douglas,Douglas Comitatus,Douglas Kun,Douglas Kūn,Douglas konderria,Douglas megye,Duglas,Hrabstwo Douglas,Okrug Daglas,Quan Douglas,Quận Douglas,dagalasa ka'unti,dagurasu jun,dao ge la si xian,shhrstan daglas  wyskansyn,Дуглас,Дъглас,Округ Даглас,شهرستان داگلاس، ویسکانسین,مقاطعة دوغلاس,ڈگلس کاؤنٹی، وسکونسن,ডগলাস কাউন্টি,ダグラス郡,道格拉斯縣		US	WI	031	44159	America/Chicago
5251040	Dunn County	dunn-county	Comitatul Dunn,Comte de Dunn,Comté de Dunn,Condado de Dunn,Condado han Dunn,Contea di Dunn,Dann,Dun,Dunn,Dunn Comitatus,Dunn Kun,Dunn Kūn,Dunn konderria,Dunn megye,Dunni maakond,Hrabstwo Dunn,Okrug Dan,Quan Dunn,Quận Dunn,dan jun,dana ka'unti,deng en xian,shhrstan dwn  wyskansyn,Данн,Дън,Округ Дан,شهرستان دون، ویسکانسین,ڈن کاؤنٹی، وسکونسن,ডান কাউন্টি,ダン郡,鄧恩縣		US	WI	033	43857	America/Chicago
5251439	Eau Claire County	eau-claire-county	Clearwater County,Comitatul Eau Claire,Comte d'Eau Claire,Comté d'Eau Claire,Condado de Eau Claire,Condado han Eau Claire,Contea di Eau Claire,Eau Claire,Eau Claire Amt,Eau Claire Comitatus,Eau Claire County,Eau Claire Kun,Eau Claire Kūn,Eau Claire konderria,Eau Claire megye,Eau Clairei maakond,Eau Clairen piirikunta,Eauclaire County,Hrabstwo Eau Claire,O-Klehr,O-Kler,Okrug O Kler,Ou Kler,Quan Eau Claire,Quận Eau Claire,iyu kleyare ka'unti,okurea jun,qing shui xian,О-Клер,О-Клэр,Округ О Клер,Оу Клер,اوو کلیئر کاؤنٹی، وسکونسن,مقاطعة يو كلير,ইয়ু ক্লেয়ারে কাউন্টি,オークレア郡,清水縣		US	WI	035	98736	America/Chicago
5253306	Florence County	florence-county	Comitatul Florence,Comte de Florence,Comté de Florence,Condado de Florence,Condado han Florence,Contea di Florence,Florence,Florence Comitatus,Florence Kun,Florence Kūn,Florence konderria,Florence megye,Florencei maakond,Florens,Floruns,Hrabstwo Florence,Okrug Florens,Quan Florence,Quận Florence,fu luo lun si xian,furorensu jun,phlorensa ka'unti,shhrstan flwrans  wyskansyn,Округ Флоренс,Флоренс,Флорънс,شهرستان فلورانس، ویسکانسین,فلورنس کاؤنٹی، وسکونسن,مقاطعة فلورنس,ফ্লোরেন্স কাউন্টি,フローレンス郡,弗洛倫斯縣		US	WI	037	4423	America/Chicago
5253356	Fond du Lac County	fond-du-lac-county	Comitatul Fond du Lac,Comte de Fond du Lac,Comté de Fond du Lac,Condado de Fond du Lac,Condado han Fond du Lac,Contea di Fond du Lac,Fon du Lak,Fon-dju-Lak,Fond du Lac,Fond du Lac Comitatus,Fond du Lac County i Wisconsin,Fond du Lac Kun,Fond du Lac Kūn,Fond du Lac konderria,Fond du Lac megye,Hrabstwo Fond du Lac,Okrug Fon du Lak,Quan Fond du Lac,Quận Fond du Lac,feng di la ke xian,fonde~yuraku jun,phanda du laka ka'unti,shhrstan fwnd dw lk  wyskansyn,Округ Фон ду Лак,Фон дъ Лак,Фон-дю-Лак,شهرستان فوند دو لک، ویسکانسین,فونڈ ڈو لاک کاؤنٹی، وسکونسن,مقاطعة فوند دو لاك,ফন্ড ডু লক কাউন্টি,フォンデュラク郡,豐迪拉克縣		US	WI	039	101633	America/Chicago
5253400	Forest County	forest-county	Comitatul Forest,Comte de Forest,Comté de Forest,Condado de Forest,Condado han Forest,Contea di Forest,Forest,Forest Comitatus,Forest Kun,Forest Kūn,Forest konderria,Forest megye,Foresti maakond,Hrabstwo Forest,Okrug Forist,Quan Forest,Quận Forest,foresuto jun,fu lei si xian,pharesta ka'unti,shhrstan farst  wyskansyn,Округ Форист,Форест,شهرستان فارست، ویسکانسین,فارسٹ کاؤنٹی، وسکونسن,مقاطعة فورست,ফরেস্ট কাউন্টি,フォレスト郡,福雷斯縣		US	WI	041	9304	America/Chicago
5255015	Green Lake County	green-lake-county	Comitatul Green Lake,Comte de Green Lake,Comté de Green Lake,Condado de Green Lake,Condado han Green Lake,Contea di Green Lake,Green Lake,Green Lake Comitatus,Green Lake Kun,Green Lake Kūn,Green Lake konderria,Green Lake megye,Green Lakei maakond,Grijn Lejk,Grin-Lejk,Hrabstwo Green Lake,Okrug Grin Lejk,Quan Green Lake,Quận Green Lake,ge lin lai ke xian,grina leka ka'unti,gurinreiku jun,shhrstan gryn lyk  wyskansyn,Грийн Лейк,Грин-Лейк,Округ Грин Лејк,Ґрін-Лейк,شهرستان گرین لیک، ویسکانسین,مقاطعة غرين ليك,گرین لیک کاؤنٹی، وسکونسن,গ্রিন লেক কাউন্টি,グリーンレイク郡,格林萊克縣		US	WI	047	19051	America/Chicago
5257509	Iowa County	iowa-county	Ajova,Comitatul Iowa,Comte d'Iowa,Comté d'Iowa,Condado de Iowa,Condado han Iowa,Contea di Iowa,Hrabstwo Iowa,Iowa,Iowa Comitatus,Iowa Kun,Iowa Kūn,Iowa konderria,Iowa maakond,Iowa megye,Okrug Ajova,Quan Iowa,Quận Iowa,a'iraa ka'unti,ai a hua xian,aiowa jun,shhrstan aywwa  wyskansyn,Айова,Округ Ајова,آئیووا کاؤنٹی، وسکونسن,شهرستان آیووا، ویسکانسین,مقاطعة آيوا,আইৱা কাউন্টি,アイオワ郡,愛阿華縣		US	WI	049	23687	America/Chicago
5257533	Iron County	iron-county	Ajron,Ajrun,Comitatul Iron,Comte d'Iron,Comté d'Iron,Condado de Iron,Condado han Iron,Contea di Iron,Hrabstwo Iron,Iron,Iron Comitatus,Iron Kun,Iron Kūn,Iron konderria,Iron megye,Okrug Ajron,Quan Iron,Quận Iron,a'irana ka'unti,ai ang xian,aian jun,shhrstan ayrn  wyskansyn,Айрон,Айрън,Округ Ајрон,آئرن کاؤنٹی، وسکونسن,شهرستان آیرن، ویسکانسین,مقاطعة أيرون,আইরন কাউন্টি,アイアン郡,艾昂縣		US	WI	051	5916	America/Chicago
5257673	Jackson County	jackson-county	Comitatul Jackson,Comte de Jackson,Comté de Jackson,Condado de Jackson,Condado han Jackson,Contea di Jackson,Dzhaksun,Dzhekson,Hrabstwo Jackson,Jackson,Jackson Comitatus,Jackson Kun,Jackson Kūn,Jackson konderria,Jackson megye,Jacksoni maakond,Okrug DZekson,Quan Jackson,Quận Jackson,jakuson jun,jie ke xun xian,jyakasana ka'unti,shhrstan jkswn  wyskansyn,Джаксън,Джексон,Округ Џексон,جیکسن کاؤنٹی، وسکونسن,شهرستان جکسون، ویسکانسین,مقاطعة جاكسون,জ্যাকশন কাউন্টি,ジャクソン郡,傑克遜縣		US	WI	053	20449	America/Chicago
5257788	Jefferson County	jefferson-county	Comitatul Jefferson,Comte de Jefferson,Comté de Jefferson,Condado de Jefferson,Condado han Jefferson,Contea di Jefferson,Dzhefersun,Dzhefferson,Hrabstwo Jefferson,Jefferson,Jefferson Comitatus,Jefferson Kun,Jefferson Kūn,Jefferson konderria,Jefferson megye,Jeffersoni maakond,Okrug DZeferson,Quan Jefferson,Quận Jefferson,jefason jun,jepharasana ka'unti,jie fu xun xian,shhrstan jfrswn  wyskansyn,Джеферсън,Джефферсон,Округ Џеферсон,جیفرسن کاؤنٹی، وسکونسن,شهرستان جفرسون، ویسکانسین,مقاطعة جيفرسون,জেফারশন কাউন্টি,ジェファーソン郡,傑佛遜縣		US	WI	055	83686	America/Chicago
5258193	Juneau County	juneau-county	Comitatul Juneau,Comte de Juneau,Comté de Juneau,Condado de Juneau,Condado han Juneau,Contea di Juneau,Dzhuno,Hrabstwo Juneau,Juneau,Juneau Comitatus,Juneau Kun,Juneau Kūn,Juneau konderria,Juneau megye,Okrug DZuno,Quan Juneau,Quận Juneau,june'u ka'unti,juno jun,shhrstan jwnyw  wyskansyn,zhu nuo xian,Джуно,Округ Џуно,جونیاؤ کاؤنٹی، وسکونسن,شهرستان جونیو، ویسکانسین,مقاطعة جونو,জুনেউ কাউন্টি,ジュノー郡,朱諾縣		US	WI	057	26664	America/Chicago
5258396	Kenosha County	kenosha-county	Comitatul Kenosha,Comte de Kenosha,Comté de Kenosha,Condado de Kenosha,Condado han Kenosha,Contea di Kenosha,Hrabstwo Kenosha,Kenosha,Kenosha Comitatus,Kenosha Kun,Kenosha Kūn,Kenosha konderria,Kenosha megye,Okrug Kenosha,Quan Kenosha,Quận Kenosha,ji nuo sha xian,kenosa ka'unti,kenosha jun,shhrstan knwsha  wyskansyn,Кеноша,Округ Кеноша,شهرستان کنوشا، ویسکانسین,کینوشا کاؤنٹی، وسکونسن,কেনোসা কাউন্টি,ケノーシャ郡,基諾沙縣		US	WI	059	166426	America/Chicago
5258491	Kewaunee County	kewaunee-county	Comitatul Kewaunee,Comte de Kewaunee,Comté de Kewaunee,Condado de Kewaunee,Condado han Kewaunee,Contea di Kewaunee,Hrabstwo Kewaunee,Kevoni,Kewaunee,Kewaunee Comitatus,Kewaunee Kun,Kewaunee Kūn,Kewaunee konderria,Kewaunee megye,Kiuanij,Okrug Kevoni,Quan Kewaunee,Quận Kewaunee,ji wo ni xian,kewani jun,kiraa'une ka'unti,shhrstan kywany  wyskansyn,Кевони,Кевоні,Киуаний,Округ Кевони,شهرستان کیوانی، ویسکانسین,مقاطعة كيواوني,کیواونی کاؤنٹی، وسکونسن,কিৱাউনে কাউন্টি,ケワニー郡,基沃尼縣		US	WI	061	20574	America/Chicago
5258961	La Crosse County	la-crosse-county	Comitatul La Crosse,Comte de La Crosse,Comté de La Crosse,Condado de La Crosse,Condado han La Crosse,Contea di La Crosse,Hrabstwo La Crosse,La Crosse,La Crosse Comitatus,La Crosse County,La Crosse Kun,La Crosse Kūn,La Crosse konderria,La Crosse megye,La Kros,La-Kross,Lac Rosse County,Lacrosse County,Okrug La Kros,Quan La Crosse,Quận La Crosse,la ke luo si xian,la krose ka'unti,rakurosu jun,shhrstan la krws  wyskansyn,Ла Крос,Ла-Кросс,Округ Ла Крос,شهرستان لا کروس، ویسکانسین,لا کراس کاؤنٹی، وسکونسن,লা ক্রোসে কাউন্টি,ラクロス郡,拉克羅斯縣		US	WI	063	114638	America/Chicago
5259061	Lafayette County	lafayette-county	Comitatul Lafayette,Comte de Lafayette,Comté de Lafayette,Condado de Lafayette,Condado han Lafayette,Contea di Lafayette,Hrabstwo Lafayette,Lafaett,Lafajet,Lafajett,Lafayette,Lafayette Comitatus,Lafayette Kun,Lafayette Kūn,Lafayette konderria,Lafayette megye,Okrug Lafejet,Quan Lafayette,Quận Lafayette,la fa ye xian,laphayeta ka'unti,rafaietto jun,shhrstan lafayt  wyskansyn,Лафайет,Лафайетт,Лафаєтт,Округ Лафејет,شهرستان لافایت، ویسکانسین,لافائیٹ کاؤنٹی، وسکونسن,مقاطعة لافاييت,লাফায়েত কাউন্টি,ラファイエット郡,拉法葉縣		US	WI	065	16836	America/Chicago
5259487	Langlade County	langlade-county	Comitatul Langlade,Comte de Langlade,Comté de Langlade,Condado de Langlade,Condado han Langlade,Contea di Langlade,Hrabstwo Langlade,Langlade,Langlade Comitatus,Langlade County,Langlade Kun,Langlade Kūn,Langlade konderria,Langlade megye,Langlejd,Lehnglejd,New County,Okrug Langlejd,Quan Langlade,Quận Langlade,lang ge la de xian,lanladela ka'unti,ranguredo jun,shhrstan langlad  wyskansyn,Ланглейд,Ланґлейд,Лэнглейд,Округ Ланглејд,شهرستان لانگلاد، ویسکانسین,لینگڈیل کاؤنٹی، وسکونسن,مقاطعة لانغلاد,লাংলাডেল কাউন্টি,ラングレード郡,朗格拉德縣		US	WI	067	19977	America/Chicago
5259991	Lincoln County	lincoln-county	Comitatul Lincoln,Comte de Lincoln,Comté de Lincoln,Condado de Lincoln,Condado han Lincoln,Contea di Lincoln,Hrabstwo Lincoln,Lincoln,Lincoln Comitatus,Lincoln Kun,Lincoln Kūn,Lincoln konderria,Lincoln megye,Lincolni maakond,Linkol'n,Linkuln,Okrug Linkoln,Quan Lincoln,Quận Lincoln,lin ken xian,linkana ka'unti,rinkan jun,shhrstan lynkln  wyskansyn,Линкольн,Линкълн,Лінкольн,Округ Линколн,شهرستان لینکلن، ویسکانسین,لنکن کاؤنٹی، وسکونسن,مقاطعة لنكولن,লিঙ্কন কাউন্টি,リンカーン郡,林肯縣		US	WI	069	28743	America/Chicago
5261587	Manitowoc County	manitowoc-county	Comitatul Manitowoc,Comte de Manitowoc,Comté de Manitowoc,Condado de Manitowoc,Condado han Manitowoc,Contea di Manitowoc,Hrabstwo Manitowoc,Manitovok,Manitowoc,Manitowoc Comitatus,Manitowoc Kun,Manitowoc Kūn,Manitowoc konderria,Manituak,Okrug Manitovok,Quan Manitowoc,Quận Manitowoc,ma ni tuo wo ke xian,manitoraoka ka'unti,manitowakku jun,shhrstan mnytwak  wyskansyn,Манитовок,Манитуак,Манітовок,Округ Манитовок,شهرستان منیتواک، ویسکانسین,مقاطعة مانيتووك,مینیٹوواک کاؤنٹی، وسکونسن,মানিটোৱোক কাউন্টি,マニトワック郡,馬尼托沃克縣		US	WI	071	81442	America/Chicago
5261790	Marathon County	marathon-county	Comitatul Marathon,Comte de Marathon,Comté de Marathon,Condado de Marathon,Condado han Marathon,Contea di Marathon,Hrabstwo Marathon,Marafon,Marathon,Marathon Comitatus,Marathon Kun,Marathon Kūn,Marathon konderria,Marathon megye,Maraton,Okrug Maraton,Quan Marathon,Quận Marathon,ma la song xian,marason jun,myarathana ka'unti,shhrstan maratwn  wyskansyn,Маратон,Марафон,Округ Маратон,شهرستان ماراتون، ویسکانسین,میراتھن کاؤنٹی، وسکونسن,ম্যারাথন কাউন্টি,マラソン郡,馬拉松縣		US	WI	073	134063	America/Chicago
5261856	Marinette County	marinette-county	Comitatul Marinette,Comte de Marinette,Comté de Marinette,Condado de Marinette,Condado han Marinette,Contea di Marinette,Hrabstwo Marinette,Marinett,Marinette,Marinette Comitatus,Marinette Kun,Marinette Kūn,Marinette konderria,Marinette megye,Mehrinett,Merinet,Okrug Marinet,Quan Marinette,Quận Marinette,ma li nei te xian,marinete ka'unti,marinetto jun,shhrstan mrynt  wyskansyn,Марінетт,Меринет,Мэринетт,Округ Маринет,شهرستان مرینت، ویسکانسین,مقاطعة مارينيت,میرینیٹ کاؤنٹی، وسکونسن,মারিনেটে কাউন্টি,マリネット郡,馬里內特縣		US	WI	075	41749	America/Chicago
5261914	Marquette County	marquette-county	Comitatul Marquette,Comte de Marquette,Comté de Marquette,Condado de Marquette,Condado han Marquette,Contea di Marquette,Hrabstwo Marquette,Market,Markett,Marquette,Marquette Comitatus,Marquette Kun,Marquette Kūn,Marquette konderria,Marquette megye,Marquettei maakond,Okrug Market,Quan Marquette,Quận Marquette,ma kai te xian,maketto jun,marakuyette ka'unti,shhrstan markwt  wyskansyn,Маркет,Маркетт,Округ Маркет,شهرستان مارکوت، ویسکانسین,مارکوئٹ کاؤنٹی، وسکونسن,مقاطعة ماركويت,মারকুয়েট্টে কাউন্টি,マーケット郡,馬凱特縣		US	WI	077	15404	America/Chicago
5262622	Menominee County	menominee-county	Comitatul Menominee,Comte de Menominee,Comté de Menominee,Condado de Menominee,Condado han Menominee,Contea di Menominee,Hrabstwo Menominee,Menominee,Menominee Comitatus,Menominee Kun,Menominee Kūn,Menominee konderria,Menominee maakond,Menominee megye,Menomini,Munomunij,Okrug Menomini,Quan Menominee,Quận Menominee,mei nuo mi ni xian,menomine ka'unti,menomini jun,shhrstan mnwmynh  wyskansyn,Меномини,Меноміні,Мъномъний,Округ Меномини,شهرستان منومینه، ویسکانسین,مینومینی کاؤنٹی، وسکونسن,মেনোমিনে কাউন্টি,メノミニー郡,梅諾米尼縣		US	WI	078	4232	America/Chicago
5263058	Milwaukee County	milwaukee-county	Comitatul Milwaukee,Comte de Milwaukee,Comté de Milwaukee,Condado de Milwaukee,Condado han Milwaukee,Contea di Milwaukee,Hrabstwo Milwaukee,Miluoki,Milwaukee,Milwaukee Comitatus,Milwaukee Kun,Milwaukee Kūn,Milwaukee konderria,Milwaukee megye,Okrug Milvoki,Quan Milwaukee,Quận Milwaukee,mi er wa ji xian,milaraaki ka'unti,miruu~oki jun,shhrstan mylwaky  wyskansyn,Милуоки,Мілуокі,Округ Милвоки,شهرستان میلواکی، ویسکانسین,مقاطعة ميلووكي,ملواکی کاؤنٹی، وسکونسن,মিলৱাকি কাউন্টি,ミルウォーキー郡,密爾瓦基縣		US	WI	079	947735	America/Chicago
5263335	Monroe County	monroe-county	Comitatul Monroe,Comte de Monroe,Comté de Monroe,Condado de Monroe,Condado han Monroe,Contea di Monroe,Hrabstwo Monroe,Monro,Monroe,Monroe Comitatus,Monroe Kun,Monroe Kūn,Monroe konderria,Monroe megye,Okrug Monro,Quan Monroe,Quận Monroe,manarau ka'unti,men luo xian,monro jun,shhrstan mwnrww  wyskansyn,Монро,Округ Монро,شهرستان مونروو، ویسکانسین,مقاطعة مونرو,مونرو کاؤنٹی، وسکونسن,মনরৌ কাউন্টি,モンロー郡,門羅縣		US	WI	081	44673	America/Chicago
5265518	Oconto County	oconto-county	Comitatul Oconto,Comte d'Oconto,Comté d'Oconto,Condado de Oconto,Condado han Oconto,Contea di Oconto,Hrabstwo Oconto,Oconto,Oconto Comitatus,Oconto Kun,Oconto Kūn,Oconto konderria,Oconto megye,Okonto,Okrug Okonto,Quan Oconto,Quận Oconto,ao kang tuo xian,okonato ka'unti,okonto jun,shhrstan awkwntw  wyskansyn,Оконто,Округ Оконто,اوکانٹو کاؤنٹی، وسکونسن,شهرستان اوکونتو، ویسکانسین,مقاطعة أوكونتو,ওকোনটো কাউন্টি,オコント郡,奧康托縣		US	WI	083	37660	America/Chicago
5265726	Oneida County	oneida-county	Comitatul Oneida,Comte d'Oneida,Comté d'Oneida,Condado de Oneida,Condado han Oneida,Contea di Oneida,Hrabstwo Oneida,Kabupaten Oneida,Okrug Onajda,Onajda,Oneida,Oneida Comitatus,Oneida Kun,Oneida Kūn,Oneida konderria,Oneida maakond,Oneida megye,Onejda,Quan Oneida,Quận Oneida,ao nai da xian,onaida jun,oniyeda ka'unti,shhrstan awnyda  wyskansyn,Округ Онајда,Онайда,Онейда,اونیڈا کاؤنٹی، وسکونسن,شهرستان اونیدا، ویسکانسین,مقاطعة أونيدا,ওনিয়েডা কাউন্টি,オナイダ郡,奧奈達縣		US	WI	085	35998	America/Chicago
5266044	Outagamie County	outagamie-county	Autagejmi,Avtagemi,Comitatul Outagamie,Comte d'Outagamie,Comté d'Outagamie,Condado de Outagamie,Condado han Outagamie,Contea di Outagamie,Hrabstwo Outagamie,Okrug Autagami,Outagamie,Outagamie Comitatus,Outagamie Kun,Outagamie Kūn,Outagamie konderria,Outagamie megye,Quan Outagamie,Quận Outagamie,ao ta jia mi xian,autagami jun,autagami ka'unti,shhrstan awtagamy  wyskansyn,Автаґемі,Аутагейми,Округ Аутагами,اوٹاگیمی کاؤنٹی، وسکونسن,شهرستان اوتاگامی، ویسکانسین,ঔটাগামি কাউন্টি,アウタガミ郡,奥塔加米縣		US	WI	087	176695	America/Chicago
5266102	Ozaukee County	ozaukee-county	Comitatul Ozaukee,Comte d'Ozaukee,Comté d'Ozaukee,Condado de Ozaukee,Condado han Ozaukee,Contea di Ozaukee,Hrabstwo Ozaukee,Okrug Ozoki,Ozaukee,Ozaukee Comitatus,Ozaukee Kun,Ozaukee Kūn,Ozaukee konderria,Ozaukee maakond,Ozaukee megye,Ozoki,Quan Ozaukee,Quận Ozaukee,ao zuo ji xian,ojauki ka'unti,ozoki jun,shhrstan awzawky  wyskansyn,Озоки,Озокі,Округ Озоки,اوزاوکی کاؤنٹی، وسکونسن,شهرستان اوزاوکی، ویسکانسین,مقاطعة أوزاوكي,ওজৌকি কাউন্টি,オゾーキー郡,奧佐基縣		US	WI	089	86395	America/Chicago
5266547	Pepin County	pepin-county	Comitatul Pepin,Comte de Pepin,Comté de Pepin,Condado de Pepin,Condado han Pepin,Contea di Pepin,Hrabstwo Pepin,Okrug Pepin,Pepin,Pepin Comitatus,Pepin Kun,Pepin Kūn,Pepin konderria,Pepin megye,Quan Pepin,Quận Pepin,pepin jun,pepina ka'unti,pi ping xian,shhrstan ppyn  wyskansyn,Округ Пепин,Пепин,Пепін,شهرستان پپین، ویسکانسین,پیپن کاؤنٹی، وسکونسن,পেপিন কাউন্টি,ペピン郡,丕平縣		US	WI	091	7469	America/Chicago
5266878	Pierce County	pierce-county	Comitatul Pierce,Comte de Pierce,Comté de Pierce,Condado de Pierce,Condado han Pierce,Contea di Pierce,Hrabstwo Pierce,Okrug Pirs,Pierce,Pierce Comitatus,Pierce Kun,Pierce Kūn,Pierce konderria,Pierce megye,Piers,Pirs,Piurs,Quan Pierce,Quận Pierce,pi er si xian,piasu jun,piyerase ka'unti,shhrstan pyrs  wyskansyn,Округ Пирс,Пирс,Пиърс,Пієрс,شهرستان پیرس، ویسکانسین,مقاطعة بيرس,پیئرس کاؤنٹی، وسکونسن,পিয়েরসে কাউন্টি,ピアース郡,皮爾斯縣		US	WI	093	41019	America/Chicago
5267654	Polk County	polk-county	Comitatul Polk,Comte de Polk,Comté de Polk,Condado de Polk,Condado han Polk,Contea di Polk,Hrabstwo Polk,Okrug Polk,Polk,Polk Comitatus,Polk Kun,Polk Kūn,Polk konderria,Polk megye,Quan Polk,Quận Polk,bo er ke xian,poku jun,polka ka'unti,shhrstan pwlk  wyskansyn,Округ Полк,Полк,شهرستان پولک، ویسکانسین,مقاطعة بولك,پوک کاؤنٹی، وسکونسن,পোল্ক কাউন্টি,ポーク郡,波爾克縣		US	WI	095	44205	America/Chicago
5267787	Portage County	portage-county	Comitatul Portage,Comte de Portage,Comté de Portage,Condado de Portage,Condado han Portage,Contea di Portage,Hrabstwo Portage,Okrug Portidz,Portage,Portage Comitatus,Portage Kun,Portage Kūn,Portage konderria,Portage megye,Portagei maakond,Portedzh,Portidzh,Quan Portage,Quận Portage,bo di qi xian,porteja ka'unti,poteji jun,shhrstan pwrtyj  wyskansyn,Округ Портиџ,Портедж,Портидж,شهرستان پورتیج، ویسکانسین,مقاطعة بورتاغ,پورٹیج کاؤنٹی، وسکونسن,পোর্টেজ কাউন্টি,ポーテージ郡,波蒂奇縣		US	WI	097	70019	America/Chicago
5268067	Price County	price-county	Comitatul Price,Comte de Price,Comté de Price,Condado de Price,Condado han Price,Contea di Price,Hrabstwo Price,Okrug Prajs,Prajs,Price,Price Comitatus,Price Kun,Price Kūn,Price konderria,Price megye,Quan Price,Quận Price,pra'isa ka'unti,pu lai si xian,puraisu jun,shhrstan prays  wyskansyn,Округ Прајс,Прайс,شهرستان پرایس، ویسکانسین,مقاطعة برايس,پرائس کاؤنٹی، وسکونسن,প্রাইস কাউন্টি,プライス郡,普賴斯縣		US	WI	099	14159	America/Chicago
5268253	Racine County	racine-county	Comitatul Racine,Comte de Racine,Comté de Racine,Condado de Racine,Condado han Racine,Contea di Racine,Hrabstwo Racine,Okrug Rasin,Racine,Racine Comitatus,Racine Kun,Racine Kūn,Racine konderria,Racine megye,Rasijn,Rasin,la xin xian,rashin jun,resine ka'unti,shhrstan rsyn  wyskansyn,Округ Расин,Расийн,Расин,Расін,راسین کاؤنٹی، وسکونسن,شهرستان رسین، ویسکانسین,রেসিনে কাউন্টি,ラシーン郡,拉辛縣		US	WI	101	195408	America/Chicago
5268859	Richland County	richland-county	Comitatul Richland,Comte de Richland,Comté de Richland,Condado de Richland,Condado han Richland,Contea di Richland,Hrabstwo Richland,Okrug Richland,Quan Richland,Quận Richland,Richland,Richland Comitatus,Richland Kun,Richland Kūn,Richland konderria,Richland megye,Richlend,li qi lan xian,ricalyanda ka'unti,ritchirando jun,shhrstan rychlnd  wyskansyn,Округ Ричланд,Ричланд,Ричленд,Річленд,رچلینڈ کاؤنٹی، وسکونسن,شهرستان ریچلند، ویسکانسین,রিচল্যান্ড কাউন্টি,リッチランド郡,里奇蘭縣		US	WI	103	18021	America/Chicago
5269209	Rock County	rock-county	Comitatul Rock,Comte de Rock,Comté de Rock,Condado de Rock,Condado han Rock,Contea di Rock,Hrabstwo Rock,Okrug Rok,Quan Rock,Quận Rock,Rock,Rock Comitatus,Rock Kun,Rock Kūn,Rock konderria,Rock megye,Rok,luo ke xian,raka ka'unti,rokku jun,shhrstan rak  wyskansyn,Округ Рок,Рок,راک کاؤنٹی، وسکونسن,شهرستان راک، ویسکانسین,রক কাউন্টি,ロック郡,羅克縣		US	WI	105	160331	America/Chicago
5269777	Rusk County	rusk-county	Comitatul Rusk,Comte de Rusk,Comté de Rusk,Condado de Rusk,Condado han Rusk,Contea di Rusk,Hrabstwo Rusk,Okrug Rask,Quan Rusk,Quận Rusk,Rask,Rusk,Rusk Comitatus,Rusk Kun,Rusk Kūn,Rusk konderria,Rusk megye,Ruski maakond,la si ke xian,raska ka'unti,rasuku jun,shhrstan rask  wyskansyn,Округ Раск,Раск,Ръск,رسک کاؤنٹی، وسکونسن,شهرستان راسک، ویسکانسین,مقاطعة راسك,রাস্ক কাউন্টি,ラスク郡,臘斯克縣		US	WI	107	14755	America/Chicago
5270199	Saint Croix County	saint-croix-county	Comte de Saint Croix,Comté de Saint Croix,Saint Croix,St. Croix		US	WI	109	84345	America/Chicago
5272232	Sauk County	sauk-county	Comitatul Sauk,Comte de Sauk,Comté de Sauk,Condado de Sauk,Condado han Sauk,Contea di Sauk,Hrabstwo Sauk,Okrug Sok,Quan Sauk,Quận Sauk,Sauk,Sauk Comitatus,Sauk Kun,Sauk Kūn,Sauk konderria,Sauk megye,Sok,sauka ka'unti,shhrstan sawk  wyskansyn,soku jun,suo ke xian,Округ Сок,Сок,ساوک کاؤنٹی، وسکونسن,شهرستان ساوک، ویسکانسین,مقاطعة سوك,সৌক কাউন্টি,ソーク郡,索克縣		US	WI	111	61976	America/Chicago
5272272	Sawyer County	sawyer-county	Comitatul Sawyer,Comte de Sawyer,Comté de Sawyer,Condado de Sawyer,Condado han Sawyer,Contea di Sawyer,Hrabstwo Sawyer,Okrug Sojer,Quan Sawyer,Quận Sawyer,Sawyer,Sawyer Comitatus,Sawyer Kun,Sawyer Kūn,Sawyer konderria,Sawyer megye,Soer,Sojer,sa'iyara ka'unti,shhrstan sayr  wyskansyn,soya jun,suo ye xian,Округ Сојер,Сойер,Соєр,سایئر کاؤنٹی، وسکونسن,شهرستان سایر، ویسکانسین,مقاطعة سوير,সইয়ার কাউন্টি,ソーヤー郡,索耶縣		US	WI	113	16557	America/Chicago
5272875	Shawano County	shawano-county	Comitatul Shawano,Comte de Shawano,Comté de Shawano,Condado de Shawano,Condado han Shawano,Contea di Shawano,Hrabstwo Shawano,Okrug Shono,Quan Shawano,Quận Shawano,Shauano,Shavano,Shawano,Shawano Comitatus,Shawano Kun,Shawano Kūn,Shawano konderria,Shawano megye,Shono,saraano ka'unti,sha wa nuo xian,shhrstan shawanw  wyskansyn,shono jun,Округ Шоно,Шавано,Шауано,Шоно,شاوانو کاؤنٹی، وسکونسن,شهرستان شاوانو، ویسکانسین,مقاطعة شاوانو,শাৱানো কাউন্টি,ショーノー郡,沙瓦諾縣		US	WI	115	41949	America/Chicago
5272899	Sheboygan County	sheboygan-county	Comitatul Sheboygan,Comte de Sheboygan,Comté de Sheboygan,Condado de Sheboygan,Condado han Sheboygan,Contea di Sheboygan,Hrabstwo Sheboygan,Okrug Shebojgan,Quan Sheboygan,Quận Sheboygan,Shebojgan,Sheboygan,Sheboygan Comitatus,Sheboygan Kun,Sheboygan Kūn,Sheboygan konderria,shhrstan shybwygan  wyskansyn,shiboigan jun,sibayagana ka'unti,xi bo yi gen xian,Округ Шебојган,Шебойган,Шебойґан,شهرستان شیبویگان، ویسکانسین,شیبویگان کاؤنٹی، وسکونسن,শীবয়গান কাউন্টি,シボイガン郡,希博伊根縣		US	WI	117	115507	America/Chicago
5275451	Taylor County	taylor-county	Comitatul Taylor,Comte de Taylor,Comté de Taylor,Condado de Taylor,Condado han Taylor,Contea di Taylor,Hrabstwo Taylor,Okrug Tejlor,Quan Taylor,Quận Taylor,Taylor,Taylor Comitatus,Taylor Kun,Taylor Kūn,Taylor konderria,Taylor megye,Tejlor,Tejlur,shhrstan tylwr  wyskansyn,tai lei xian,te'ilara ka'unti,teira jun,Округ Тејлор,Тейлор,Тейлър,شهرستان تیلور، ویسکانسین,ٹیلر کاؤنٹی، وسکونسن,টেইলর কাউন্টি,テイラー郡,泰勒縣		US	WI	119	20689	America/Chicago
5276086	Trempealeau County	trempealeau-county	Comitatul Trempealeau,Comte de Trempealeau,Comté de Trempealeau,Condado de Trempealeau,Condado han Trempealeau,Contea di Trempealeau,Hrabstwo Trempealeau,Okrug Trempelo,Quan Trempealeau,Quận Trempealeau,Trempealeau,Trempealeau Comitatus,Trempealeau Kun,Trempealeau Kūn,Trempealeau konderria,Trempealeau megye,Trempelo,Trempolo,Trempulo,shhrstan trmpyalyw  wyskansyn,te lun po luo xian,toremupiro jun,tremapiyelau ka'unti,Округ Тремпело,Тремпело,Тремполо,Тремпъло,شهرستان ترمپیالیو، ویسکانسین,مقاطعة ترمبيلاو,ٹریمپیلیاو کاؤنٹی، وسکونسن,ট্রেমপিয়েলৌ কাউন্টি,トレムピーロー郡,特倫珀洛縣		US	WI	121	28816	America/Chicago
5277134	Vernon County	vernon-county	Comitatul Vernon,Comte de Vernon,Comté de Vernon,Condado de Vernon,Condado han Vernon,Contea di Vernon,Hrabstwo Vernon,Okrug Vernon,Quan Vernon,Quận Vernon,Vernon,Vernon Comitatus,Vernon Kun,Vernon Kūn,Vernon konderria,Vernon megye,Vurnun,banon jun,bheranana ka'unti,fu nong xian,shhrstan wrnn  wyskansyn,Вернон,Върнън,Округ Вернон,شهرستان ورنن، ویسکانسین,مقاطعة فيرنون,ورنن کاؤنٹی، وسکونسن,ভেরনন কাউন্টি,バーノン郡,弗農縣		US	WI	123	29773	America/Chicago
5277222	Vilas County	vilas-county	Comitatul Vilas,Comte de Vilas,Comté de Vilas,Condado de Vilas,Condado han Vilas,Contea di Vilas,Hrabstwo Vilas,Okrug Vajlas,Quan Vilas,Quận Vilas,Vajlas,Vilas,Vilas Comitatus,Vilas Kun,Vilas Kūn,Vilas konderria,Vilas megye,bhilasa ka'unti,birasu jun,shhrstan wyls  wyskansyn,wei lei si xian,Вайлас,Вилас,Вілас,Округ Вајлас,شهرستان ویلس، ویسکانسین,مقاطعة فيلاس,ویلاس کاؤنٹی، وسکونسن,ভিলাস কাউন্টি,ビラス郡,韋勒斯縣		US	WI	125	21430	America/Chicago
5277773	Walworth County	walworth-county	Comitatul Walworth,Comte de Walworth,Comté de Walworth,Condado de Walworth,Condado han Walworth,Contea di Walworth,Hrabstwo Walworth,Okrug Volvort,Quan Walworth,Quận Walworth,Uoluort,Uoluurt,Volvort,Walworth,Walworth Comitatus,Walworth Kun,Walworth Kūn,Walworth konderria,Walworth megye,Walworthi maakond,raalaraartha ka'unti,shhrstan walwrs  wyskansyn,u~oruwasu jun,wo er wo si xian,Волворт,Округ Волворт,Уолуорт,Уолуърт,شهرستان والورس، ویسکانسین,مقاطعة والورث,والورتھ کاؤنٹی، وسکونسن,ৱালৱার্থ কাউন্টি,ウォルワース郡,沃爾沃思縣		US	WI	127	102228	America/Chicago
5277858	Washburn County	washburn-county	Comitatul Washburn,Comte de Washburn,Comté de Washburn,Condado de Washburn,Condado han Washburn,Contea di Washburn,Hrabstwo Washburn,Okrug Voshbern,Quan Washburn,Quận Washburn,Uoshbern,Uoshburn,Voshbern,Washburn,Washburn Comitatus,Washburn Kun,Washburn Kūn,Washburn konderria,Washburn megye,raasabarna ka'unti,shhrstan washbrn  wyskansyn,u~oshuban jun,wo shen bo en xian,Вошберн,Округ Вошберн,Уошберн,Уошбърн,شهرستان واشبرن، ویسکانسین,مقاطعة واشبرن,واشبرن کاؤنٹی، وسکونسن,ৱাসবার্ন কাউন্টি,ウォシュバーン郡,沃什伯恩縣		US	WI	129	15911	America/Chicago
5277887	Washington County	washington-county	Comitatul Washington,Comte de Washington,Comté de Washington,Condado de Washington,Condado han Washington,Contea di Washington,Hrabstwo Washington,Okrug Vashington,Quan Washington,Quận Washington,Vashington,Washington,Washington Comitatus,Washington Kun,Washington Kūn,Washington konderria,Washington megye,Washingtoni maakond,hua sheng dun xian,raasintana ka'unti,shhrstan washyngtn  wyskansyn,washinton jun,Вашингтон,Округ Вашингтон,شهرستان واشینگتن، ویسکانسین,واشنگٹن کاؤنٹی، وسکونسن,ৱাশিংটন কাউন্টি,ワシントン郡,華盛頓縣		US	WI	131	131887	America/Chicago
5278054	Waukesha County	waukesha-county	Comitatul Waukesha,Comte de Waukesha,Comté de Waukesha,Condado de Waukesha,Condado han Waukesha,Contea di Waukesha,Hrabstwo Waukesha,Kantono Waukesha,Okrug Vokisha,Quan Waukesha,Quận Waukesha,Uokesho,Uokisha,Vokesha,Waukesha,Waukesha Comitatus,Waukesha Kun,Waukesha Kūn,Waukesha konderria,Waukesha maakond,Waukesha megye,raaukesa ka'unti,shhrstan wakysha  wyskansyn,u~okisho jun,wo ji xiao xian,Вокеша,Округ Вокиша,Уокешо,Уокиша,شهرستان واکیشا، ویسکانسین,مقاطعة واكيشا,واوکیشا کاؤنٹی، وسکونسن,ৱৌকেশা কাউন্টি,ウォキショー郡,沃基肖縣		US	WI	133	389891	America/Chicago
5278089	Waupaca County	waupaca-county	Comitatul Waupaca,Comte de Waupaca,Comté de Waupaca,Condado de Waupaca,Condado han Waupaca,Contea di Waupaca,Hrabstwo Waupaca,Okrug Vopaka,Quan Waupaca,Quận Waupaca,Uopaka,Uupaka,Vopaka,Waupaca,Waupaca Comitatus,Waupaca Kun,Waupaca Kūn,Waupaca konderria,Waupaca megye,raa'upaka ka'unti,shhrstan wpaka  wyskansyn,waupaka jun,wo pa ka xian,Вопака,Округ Вопака,Уопака,Уъпака,شهرستان وپاکا، ویسکانسین,مقاطعة واوباكا,واوپیکا کاؤنٹی، وسکونسن,ৱাউপাকা কাউন্টি,ワウパカ郡,沃帕卡縣		US	WI	135	52410	America/Chicago
5279387	Winnebago County	winnebago-county	Comitatul Winnebago,Comte de Winnebago,Comté de Winnebago,Condado de Winnebago,Condado han Winnebago,Contea di Winnebago,Hrabstwo Winnebago,Okrug Vinebejgo,Quan Winnebago,Quận Winnebago,Uinebago,Uinnebejgo,Vinnebago,Winnebago,Winnebago Comitatus,Winnebago Kun,Winnebago Kūn,Winnebago konderria,Winnebago megye,rainnebago ka'unti,u~inebego jun,wen na bei ge xian,Віннебаґо,Округ Винебејго,Уинебаго,Уиннебейго,شهرستان وینه‌بگو، ویسکانسین,وینیباگو کاؤنٹی، وسکونسن,ৱিন্নেবাগো কাউন্টি,ウィネベーゴ郡,溫納貝戈縣		US	WI	139	166994	America/Chicago
5279557	Wood County	wood-county	Comitatul Wood,Comte de Wood,Comté de Wood,Condado de Wood,Condado han Wood,Contato Wood,Contea di Wood,Hrabstwo Wood,Okrug Vud,Quan Wood,Quận Wood,Ud,Vud,Wood,Wood Comitatus,Wood Kun,Wood Kūn,Wood konderria,Wood megye,rada ka'unti,shhrstan wwd  wyskansyn,uddo jun,wu de xian,Вуд,Округ Вуд,Уд,شهرستان وود، ویسکانسین,ووڈ کاؤنٹی، وسکونسن,ৱড কাউন্টি,ウッド郡,伍德縣		US	WI	141	74749	America/Chicago
5280114	Brooke County	brooke-county	Brooke,Brooke Kaundi,Brooke Kun,Brooke Kūn,Brooke konderria,Brooke megye,Bruk,Bruk srjan,Comitatul Brooke,Comte de Brooke,Comté de Brooke,Condado de Brooke,Condado han Brooke,Contea di Brooke,Hrabstwo Brooke,Kantono Brooke,Konteth Brooke,Okrug Bruk,Quan Brooke,Quận Brooke,bruka ka'unti,bu lu ke xian,burukku jun,shhrstan brwk  wyrjynyay ghrby,Брук,Округ Брук,Բրուկ շրջան,بروک کاؤنٹی,بروک کاؤنٹی، مغربی ورجینیا,شهرستان بروک، ویرجینیای غربی,ব্রুক কাউন্টি,ブルック郡,布魯克縣		US	WV	009	24069	America/New_York
5280351	Hancock County	hancock-county	Comitatul Hancock,Comte de Hancock,Comté de Hancock,Condado de Hancock,Condado han Hancock,Contea di Hancock,Genkok,Hancock,Hancock Kaundi,Hancock Kun,Hancock Kūn,Hancock konderria,Hancock megye,Hrabstwo Hancock,Kantono Hancock,Khankok,Khehnkok,Konteth Hancock,Okrug Khenkok,Quan Hancock,Quận Hancock,han kao ke xian,hanakoka ka'unti,hankokku jun,shhrstan hnkak  wyrjynyay ghrby,Генкок,Округ Хенкок,Ханкок,Хэнкок,Հենքոկ շրջան,شهرستان هنکاک، ویرجینیای غربی,ہینکانک کاؤنٹی,ہینکوک کاؤنٹی، مغربی ورجینیا,হানকোক কাউন্টি,ハンコック郡,漢考克縣		US	WV	029	30676	America/New_York
5280563	Ohio County	ohio-county	Comitatul Ohio,Comte d'Ohio,Comté d'Ohio,Condado de Ohio,Condado han Ohio,Contea di Ohio,Hrabstwo Ohio,Kantono Ohio,Konteth Ohio,Ogajo,Ohayio srjan,Ohio,Ohio Kaundi,Ohio Kun,Ohio Kūn,Ohio konderria,Ohio megye,Okhajo,Okrug Okhajo,Quan Ohio,Quận Ohio,e hai e xian,oha'i'o ka'unti,ohaio jun,shhrstan awhayw  wyrjynyay ghrby,Огайо,Округ Охајо,Охайо,Օհայիո շրջան,اوہائیو کاؤنٹی,اوہائیو کاؤنٹی، مغربی ورجینیا,شهرستان اوهایو، ویرجینیای غربی,ওহাইও কাউন্টি,オハイオ郡,俄亥俄县		US	WV	069	44443	America/New_York
5290270	Cochise County	cochise-county	Cochise,Cochise County,Cochise Kontlugu,Cochise Kontluğu,Cochise Kun,Cochise Kūn,Cochise konderria,Cochise megye,Cochise  okrug,Cochisei maakond,Cochisen piirikunta,Comitatul Cochise,Comte de Cochise,Comté de Cochise,Condado de Cochise,Condado han Cochise,Contea di Cochise,Dona Ana County,Ewell County,Hrabstwo Cochise,Kochis,Kouchis,Okrug Kochiz,Pimeria Alta,Quan Cochise,Quận Cochise,ke qi si xian,kochise jun,kocise ka'unti,mqatʿt kwtshayz,shhrstan kwchyz  aryzwna,Коучис,Кочис,Кочіс,Округ Кочиз,Կոչիս շրջան,شهرستان کوچیز، آریزونا,مقاطعة كوتشايز,کوچائس کاؤنٹی,কোচিসে কাউন্টি,ኮቻይስ ካውንቲ፥ አሪዞና,コチセ郡,科奇斯縣		US	AZ	003	131346	America/Phoenix
5290307	Coconino County	coconino-county	Coconino,Coconino County,Coconino Kontlugu,Coconino Kontluğu,Coconino Kun,Coconino Kūn,Coconino konderria,Coconino maakond,Coconino megye,Coconino  okrug,Coconinon piirikunta,Comitatul Coconino,Comtat de Coconino,Comte de Coconino,Comté de Coconino,Condado de Coconino,Condado han Coconino,Contea di Coconino,Hrabstwo Coconino,Kokonino,Kokonino srjan,Okrug Kokonino,Quan Coconino,Quận Coconino,ke ke ni nuo xian,kokino ka'unti,kokonino jun,mqatʿt kwkwnynw,qwqwnynw,shhrstan kakanynw  aryzwna,Коконино,Коконіно,Округ Коконино,Կոկոնինո շրջան,קוקונינו,شهرستان کاکانینو، آریزونا,مقاطعة كوكونينو,کوکونینو کاؤنٹی,کوکونینو کاؤنٹی، ایریزونا,কোকিনো কাউন্টি,ኮኮኒኖ ካውንቲ፥ አሪዞና,ココニノ郡,可可尼諾縣,科科尼諾縣		US	AZ	005	134421	America/Phoenix
5295877	Gila County	gila-county	Comitatul Gila,Comtat de Gila,Comte de Gila,Comté de Gila,Condado de Gila,Condado han Gila,Contea di Gila,Gila,Gila County,Gila Kontlugu,Gila Kontluğu,Gila Kun,Gila Kūn,Gila konderria,Gila megye,Gila  okrug,Gilan piirikunta,Hrabstwo Gila,Jila srjan,Khila,Okrug Khila,Quan Gila,Quận Gila,gila ka'unti,hira jun,mqatʿt jyla,shhrstan jyla  aryzwna,xi la xian,Гіла,Округ Хила,Хила,Ջիլա շրջան,شهرستان جیلا، آریزونا,مقاطعة جيلا,گیلا کاؤنٹی,گیلا کاؤنٹی، ایریزونا,গিলা কাউন্টি,ሒላ ካውንቲ፥ አሪዞና,ヒラ郡,希拉縣		US	AZ	007	53597	America/Phoenix
5296368	Graham County	graham-county	Comitatul Graham,Comte de Graham,Comté de Graham,Condado de Graham,Condado han Graham,Contea di Graham,Graham,Graham County,Graham County i Arizona,Graham Kontlugu,Graham Kontluğu,Graham Kun,Graham Kūn,Graham konderria,Graham megye,Graham srjan,Graham  okrug,Grahamin piirikunta,Grejam,Grem,Greum,Hrabstwo Graham,Okrug Grejam,Quan Graham,Quận Graham,ge lan mu xian,grahama ka'unti,gurahamu jun,mqatʿt ghraham,shhrstan grhm  aryzwna,Грейам,Греъм,Округ Грејам,Ґрем,Գրահամ շրջան,شهرستان گرهم، آریزونا,مقاطعة غراهام,گراہم کاؤنٹی,گراہم کاؤنٹی، ایریزونا,গ্রাহাম কাউন্টি,ግራህም ካውንቲ፥ አሪዞና,グラハム郡,葛蘭姆縣		US	AZ	009	37220	America/Phoenix
5296837	Greenlee County	greenlee-county	Comitatul Greenlee,Comte de Greenlee,Comté de Greenlee,Condado de Greenlee,Condado han Greenlee,Contea di Greenlee,Greenlee,Greenlee County,Greenlee Kontlugu,Greenlee Kontluğu,Greenlee Kun,Greenlee Kūn,Greenlee konderria,Greenlee megye,Greenlee  okrug,Greenleen piirikunta,Grijnli,Grinli,Grinli srjan,Hrabstwo Greenlee,Okrug Grinli,Quan Greenlee,Quận Greenlee,ge lin li xian,grinali ka'unti,gurinri jun,mqatʿt ghrynly,shhrstan grynly  aryzwna,Грийнли,Гринли,Округ Гринли,Ґрінлі,Գրինլի շրջան,شهرستان گرینلی، آریزونا,مقاطعة غرينلي,گرینلی کاؤنٹی,گرینلی کاؤنٹی، ایریزونا,গ্রীনলী কাউন্টি,ግሪንሊ ካውንቲ፥ አሪዞና,グリーンリー郡,格林利縣		US	AZ	011	8437	America/Phoenix
5301323	La Paz County	la-paz-county	Comitatul La Paz,Comte de La Paz,Comté de La Paz,Condado de La Paz,Condado han La Paz,Contea di La Paz,Hrabstwo La Paz,La Pas srjan,La Paz,La Paz County,La Paz Kontlugu,La Paz Kontluğu,La Paz Kun,La Paz Kūn,La Paz konderria,La Paz megye,La Paz  okrug,La Pazi maakond,La Pazin piirikunta,La-Pas,Okrug La Paz,Quan La Paz,Quận La Paz,la ba si xian,la paja ka'unti,mqatʿt la baz,rapasu jun,shhrstan lapaz  aryzwna,Ла Паз,Ла-Пас,Округ Ла Паз,Լա Պաս շրջան,לה פאז,شهرستان لاپاز، آریزونا,لا پاز کاؤنٹی,لا پاز کاؤنٹی، ایریزونا,مقاطعة لا باز,লা পাজ কাউন্টি,ላ ፓዝ ካውንቲ፥ አሪዞና,ラパス郡,拉巴斯縣		US	AZ	012	20489	America/Phoenix
5303754	Maricopa County	maricopa-county	Comitatul Maricopa,Comte de Maricopa,Comté de Maricopa,Condado de Maricopa,Condado han Maricopa,Contea di Maricopa,Hrabstwo Maricopa,Konteth Maricopa,Maricopa,Maricopa County,Maricopa Kontlugu,Maricopa Kontluğu,Maricopa Kun,Maricopa Kūn,Maricopa konderria,Maricopa maakond,Maricopa megye,Maricopa  okrug,Maricopan piirikunta,Marikopa,Marikopa srjan,Okrug Marikopa,Quan Maricopa,Quận Maricopa,ma li ke pa xian,maelikopa gun,marikopa jun,marikopa ka'unti,mqatʿt marykwba,mryqwph,shhrstan mrykwpa  aryzwna,Марикопа,Марікопа,Округ Марикопа,Մարիկոպա շրջան,מריקופה,شهرستان مریکوپا، آریزونا,ماریکوپا کاؤنٹی,ماریکوپا کاؤنٹی، ایریزونا,مقاطعة ماريكوبا,মারিকোপা কাউন্টি,ማሪኮፓ ካውንቲ፥ አሪዞና,マリコパ郡,馬里科帕縣,매리코파 군		US	AZ	013	3817117	America/Phoenix
5305206	Mohave County	mohave-county	Comitatul Mohave,Comtat de Mohave,Comte de Mohave,Comté de Mohave,Condado de Mohave,Condado han Mohave,Contea di Mohave,Hrabstwo Mohave,Mogave,Mohave,Mohave County,Mohave Kontlugu,Mohave Kontluğu,Mohave Kun,Mohave Kūn,Mohave konderria,Mohave maakond,Mohave megye,Mohave srjan,Mohave  okrug,Mohaven piirikunta,Mojave County,Mokhave,Okrug Mokhave,Quan Mohave,Quận Mohave,mo ha wei xian,mohabe ka'unti,mohabi gun,mohavu~e jun,mqatʿt mwhaf,shhrstan mwhawy  aryzwna,Могаве,Мохаве,Округ Мохаве,Մոհավե շրջան,מוהאבי,شهرستان موهاوی، آریزونا,مقاطعة موهاف,موہاووے کاؤنٹی,موہیو کاؤنٹی، ایریزونا,মোহাবে কাউন্টি,ሞሃቬ ካውንቲ፥ አሪዞና,モハーヴェ郡,莫哈維縣,모하비 군		US	AZ	015	200186	America/Phoenix
5306233	Navajo County	navajo-county	Comitatul Navajo,Comtat de Navajo,Comte de Navajo,Comté de Navajo,Condado de Navajo,Condado han Navajo,Contea di Navajo,Hrabstwo Navajo,Navaho County,Navajo,Navajo County,Navajo Kontlugu,Navajo Kontluğu,Navajo Kun,Navajo Kūn,Navajo konderria,Navajo megye,Navajo srjan,Navajo  okrug,Navajoe County,Navajon piirikunta,Navakho,Okrug Navakho,Quan Navajo,Quận Navajo,mqatʿt nafahw,na wa huo xian,nabajo ka'unti,navu~aho jun,shhrstan nawahw  aryzwna,Навахо,Округ Навахо,Նավաջո շրջան,شهرستان ناواهو، آریزونا,مقاطعة نافاهو,ناواجو کاؤنٹی، ایریزونا,نواجو کاؤنٹی,নাবাজো কাউন্টি,ናቫሖ ካውንቲ፥ አሪዞና,ナヴァホ郡,納瓦霍縣		US	AZ	017	107449	America/Denver
5308878	Pima County	pima-county	Comitatul Pima,Comte de Pima,Comté de Pima,Condado de Pima,Condado han Pima,Contea di Pima,Hrabstwo Pima,Okrug Pima,Pima,Pima County,Pima Kontlugu,Pima Kontluğu,Pima Kun,Pima Kūn,Pima konderria,Pima maakond,Pima megye,Pima  okrug,Piman piirikunta,Prima srjan,Quan Pima,Quận Pima,mqatʿt byma,pi ma xian,pima gun,pima jun,prima ka'unti,shhrstan pyma  aryzwna,Округ Пима,Пима,Піма,Պրիմա շրջան,شهرستان پیما، آریزونا,مقاطعة بيما,پیما کاؤنٹی,پیما کاؤنٹی، ایریزونا,প্রিমা কাউন্টি,ፒማ ካውንቲ፥ አሪዞና,ピマ郡,皮马县,피마 군		US	AZ	019	980263	America/Phoenix
5308916	Pinal County	pinal-county	Comitatul Pinal,Comte de Pinal,Comté de Pinal,Condado de Pinal,Condado han Pinal,Contea di Pinal,Hrabstwo Pinal,Okrug Pinal,Pinal,Pinal County,Pinal Kontlugu,Pinal Kontluğu,Pinal Kun,Pinal Kūn,Pinal konderria,Pinal megye,Pinal  okrug,Pinalin piirikunta,Prinal srjan,Quan Pinal,Quận Pinal,mqatʿt bynal,pi na er xian,pinala ka'unti,pinaru jun,shhrstan paynal  aryzwna,Округ Пинал,Пинал,Пінал,Պրինալ շրջան,شهرستان پاینال، آریزونا,مقاطعة بينال,پینال کاؤنٹی، ایریزونا,پینل کاؤنٹی,পিনাল কাউন্টি,ፒናል ካውንቲ፥ አሪዞና,ピナル郡,皮納爾縣		US	AZ	021	375770	America/Phoenix
5313135	Santa Cruz County	santa-cruz-county	Comitatul Santa Cruz,Comtat de Santa Cruz,Comte de Santa Cruz,Comté de Santa Cruz,Condado de Santa Cruz,Condado han Santa Cruz,Contea di Santa Cruz,Hrabstwo Santa Cruz,Okrug Santa Kruz,Quan Santa Cruz,Quận Santa Cruz,Santa Cruz,Santa Cruz County,Santa Cruz County i Arizona,Santa Cruz Kontlugu,Santa Cruz Kontluğu,Santa Cruz Kun,Santa Cruz Kūn,Santa Cruz konderria,Santa Cruz megye,Santa Cruz  okrug,Santa Cruzi maakond,Santa Cruzin piirikunta,Santa Krus srjan,Santa Kruz,Santa-Krus,Santa-Kruz,mqatʿt santa krwz,santa kroja ka'unti,santakurusu jun,sheng ke lu si xian,shhrstan santakrwz  aryzwna,Округ Санта Круз,Санта Круз,Санта-Круз,Санта-Крус,Սանտա Կրուս շրջան,سانتا کروز کاؤنٹی، ایریزونا,سانٹا کروز کاؤنٹی,شهرستان سانتاکروز، آریزونا,مقاطعة سانتا كروز,সান্তা ক্রোজ কাউন্টি,ሳንታ ክሩዝ ካውንቲ፥ አሪዞና,サンタクルス郡,聖克魯斯縣		US	AZ	023	47420	America/Phoenix
5321860	Yavapai County	yavapai-county	Comitatul Yavapai,Comte de Yavapai,Comté de Yavapai,Condado de Yavapai,Condado han Yavapai,Contea di Yavapai,Hrabstwo Yavapai,Javapai,Javapaj,Okrug Javapaj,Quan Yavapai,Quận Yavapai,Yavapai,Yavapai County,Yavapai Kontlugu,Yavapai Kontluğu,Yavapai Kun,Yavapai Kūn,Yavapai konderria,Yavapai maakond,Yavapai megye,Yavapai  okrug,Yavapain piirikunta,Yavapay srjan,iyabapa'i ka'unti,mqatʿt yafabay,shhrstan yawapay  aryzwna,ya wa pai xian,yavu~apai jun,Округ Јавапај,Явапаи,Явапай,Յավապայ շրջան,شهرستان یاواپای، آریزونا,مقاطعة يافاباي,یاواپائی کاؤنٹی، ایریزونا,یاوواپائی کاؤنٹی,ইয়াবাপাই কাউন্টি,ያቫፓይ ካውንቲ፥ አሪዞና,ヤヴァパイ郡,亞瓦派縣		US	AZ	025	211033	America/Phoenix
5322057	Yuma County	yuma-county	Castle Dome County,Comitatul Yuma,Comte de Yuma,Comté de Yuma,Condado de Yuma,Condado han Yuma,Contea di Yuma,Dona Ana County,Hrabstwo Yuma,Juma,Okrug Juma,Quan Yuma,Quận Yuma,Yuma,Yuma County,Yuma County i Arizona,Yuma Kontlugu,Yuma Kontluğu,Yuma Kun,Yuma Kūn,Yuma konderria,Yuma maakond,Yuma megye,Yuma srjan,Yuma  okrug,Yuman piirikunta,mqatʿt ywma,shhrstan ywma  aryzwna,you ma xian,yuma jun,yuma ka'unti,Округ Јума,Юма,Յումա շրջան,شهرستان یوما، آریزونا,مقاطعة يوما,یوما کاؤنٹی، ایریزونا,یووما کاؤنٹی,য়ুমা কাউন্টি,ዩማ ካውንቲ፥ አሪዞና,ユマ郡,尤馬縣		US	AZ	027	195751	America/Phoenix
5322745	Alameda County	alameda-county	Alameda,Alameda Comitatus,Alameda Kun,Alameda Kūn,Alameda konderria,Alameda maakond,Alameda megye,Alameda srjan,Alamedan piirikunta,Alamedos apygarda,Alamida,Comitatul Alameda,Comte d'Alameda,Comté d'Alameda,Condado de Alameda,Condado han Alameda,Contea di Alameda,Hrabstwo Alameda,Kantono Alameda,Okrug Alamida,Quan Alameda,Quận Alameda,a la mi da xian,aelleomida gun,alameda ka'unti,arameda jun,mqatʿt alamyda,shhrstan alamda  kalyfrnya,Аламеда,Аламида,Округ Аламида,Ալամեդա շրջան,الامیدا کاؤنٹی، کیلیفورنیا,المیدا کاؤنٹی,شهرستان آلامدا، کالیفرنیا,مقاطعة ألاميدا,আলামেডা কাউন্টি,アラメダ郡,阿拉米達縣,앨러미다 군		US	CA	001	1510271	America/Los_Angeles
5323414	Alpine County	alpine-county	Alpajn,Alpayn srjan,Alpine,Alpine Comitatus,Alpine Kun,Alpine Kūn,Alpine konderria,Alpine megye,Alpiu apygarda,Alpių apygarda,Comte d'Alpine,Comté d'Alpine,Condado de Alpine,Condado han Alpine,Contea di Alpine,Hrabstwo Alpine,Okrug Alpajn,Quan Alpine,Quận Alpine,a er pai en xian,alapa'ina ka'unti,arupain jun,mqatʿt albayn,shhrstan alpayn  kalyfrnya,Алпайн,Округ Алпајн,Ալպայն շրջան,الپائن کاؤنٹی,الپائن کاؤنٹی، کیلیفورنیا,شهرستان آلپاین، کالیفرنیا,مقاطعة ألباين,আলপাইন কাউন্টি,アルパイン郡,阿尔派恩县		US	CA	003	1175	America/Los_Angeles
5323622	Amador County	amador-county	Amador,Amador Comitatus,Amador Kun,Amador Kūn,Amador konderria,Amador megye,Amador srjan,Amadori maakond,Amadoros apygarda,Comte d'Amador,Comté d'Amador,Condado de Amador,Condado han Amador,Contea di Amador,Hrabstwo Amador,Okrug Amador,Quan Amador,Quận Amador,a ma duo er xian,amadora ka'unti,amadoru jun,mqatʿt amadwr,shhrstan amadwr  kalyfrnya,Амадор,Округ Амадор,Ամադոր շրջան,اماڈور کاؤنٹی,ایماڈور کاؤنٹی، کیلیفورنیا,شهرستان آمادور، کالیفرنیا,مقاطعة أمادور,আমাডোর কাউন্টি,アマドール郡,阿马多尔县		US	CA	005	38091	America/Los_Angeles
5332191	Butte County	butte-county	B'jutt,Bjut,Bjutt,Butte,Butte Comitatus,Butte Kun,Butte Kūn,Butte konderria,Butte megye,Byut srjan,Comtat de Butte,Comte de Butte,Comté de Butte,Condado de Butte,Condado han Butte,Contea di Butte,Hrabstwo Butte,Okrug Bjut,Quan Butte,Quận Butte,batte ka'unti,bi you te xian,byuto jun,mqatʿt bwt,shhrstan bywt  kalyfrnya,Бьютт,Бют,Бютт,Округ Бјут,Բյուտ շրջան,بوٹ کاؤنٹی، کیلیفورنیا,بوٹے کاؤنٹی,شهرستان بیوت، کالیفرنیا,مقاطعة بوت,বাট্টে কাউন্টি,ビュート郡,比尤特县		US	CA	007	220000	America/Los_Angeles
5332628	Calaveras County	calaveras-county	Calaveras,Calaveras Comitatus,Calaveras Kun,Calaveras Kūn,Calaveras konderria,Calaveras megye,Calaverase maakond,Comte de Calaveras,Comté de Calaveras,Condado de Calaveras,Condado han Calaveras,Contea di Calaveras,Hrabstwo Calaveras,Kalaveras,Okrug Kalaveras,Quan Calaveras,Quận Calaveras,ka la wei la si xian,karaberasu jun,klaberasa ka'unti,mqatʿt kalafyras,shhrstan kalawras  kalyfrnya,Калаверас,Округ Калаверас,Քալավերաս շրջան,شهرستان کالاوراس، کالیفرنیا,مقاطعة كالافيراس,کالاویراس کاؤنٹی,کالاویریس کاؤنٹی، کیلیفورنیا,ক্লাবেরাস কাউন্টি,カラベラス郡,卡拉韦拉斯县		US	CA	009	45578	America/Los_Angeles
5338872	Colusa County	colusa-county	Colusa,Colusa Comitatus,Colusa County,Colusa Kun,Colusa Kūn,Colusa konderria,Colusa megye,Colusi County,Comte de Colusa,Comté de Colusa,Condado de Colusa,Condado han Colusa,Contea di Colusa,Hrabstwo Colusa,Kolusa,Koluza,Okrug Kolusa,Quan Colusa,Quận Colusa,ke lu sa xian,kolusa ka'unti,korusa jun,mqatʿt kwlwsa,shhrstan kwlwza  kalyfrnya,Колуза,Колуса,Округ Колуса,Քոլուսա շրջան,شهرستان کولوزا، کالیفرنیا,مقاطعة كولوسا,کولوسا کاؤنٹی، کیلیفورنیا,کولیوسا کاؤنٹی,কোলুসা কাউন্টি,コルサ郡,科卢萨县		US	CA	011	21419	America/Los_Angeles
5339268	Contra Costa County	contra-costa-county	Comte de Contra Costa,Comté de Contra Costa,Condado de Contra Costa,Condado han Contra Costa,Contea di Contra Costa,Contra Costa,Contra Costa Comitatus,Contra Costa Kun,Contra Costa Kūn,Contra Costa konderria,Contra Costa megye,Contra Costan piirikunta,Hrabstwo Contra Costa,Kantono Contra Costa,Kontra Kosta,Kontra-Kosta,Okrug Kontra Kosta,Quan Contra Costa,Quận Contra Costa,kang te la ke si ta xian,kontorakosuta jun,kontra kosta ka'unti,mqatʿt kwntra kwsta,shhrstan kntra kwsta  kalyfrnya,Контра Коста,Контра-Коста,Округ Контра Коста,Քոնտրա Քոստա շրջան,شهرستان کنترا کوستا، کالیفرنیا,مقاطعة كونترا كوستا,کونٹرا کوسٹا کاؤنٹی,کونٹرا کوسٹا کاؤنٹی، کیلیفورنیا,কোন্ট্রা কোস্টা কাউন্টি,コントラコスタ郡,康特拉科斯塔县,康特拉科斯塔縣		US	CA	013	1049025	America/Los_Angeles
5345659	El Dorado County	el-dorado-county	Comitatul El Dorado,Comtat dEl Dorado,Comte d'El Dorado,Comté d'El Dorado,Condado de El Dorado,Condado han El Dorado,Contea di El Dorado,Ehl'-Dorado,El Dorado,El Dorado Comitatus,El Dorado Kun,El Dorado Kūn,El Dorado konderria,El Dorado maakond,El Dorado megye,El Dorado srjan,El'-Dorado,Hrabstwo El Dorado,Okrug El Dorejdo,Quan El Dorado,Quận El Dorado,ai er duo la duo xian,ela dorado ka'unti,erudorado jun,mqatʿt al dwradw,shhrstan al dwradw  kalyfrnya,Ел Дорадо,Ель-Дорадо,Округ Ел Дорејдо,Эль-Дорадо,Էլ Դորադո շրջան,ال ڈوراڈو کاؤنٹی,ایل دورادو کاؤنٹی، کیلیفورنیا,شهرستان ال دورادو، کالیفرنیا,مقاطعة إل دورادو,এল ডোরাডো কাউন্টি,エルドラド郡,埃尔多拉多县		US	CA	017	181058	America/Los_Angeles
5350964	Fresno County	fresno-county	Comte de Fresno,Comté de Fresno,Condado de Fresno,Condado han Fresno,Contea di Fresno,Fresno,Fresno Comitatus,Fresno Kun,Fresno Kūn,Fresno konderria,Fresno maakond,Fresno megye,Frezno srjan,Hrabstwo Fresno,Okrug Frezno,Quan Fresno,Quận Fresno,fei lei si nuo xian,furezuno jun,mqatʿt frysnw,phresano ka'unti,shhrstan frsnw  kalyfrnya,Округ Фрезно,Фресно,Ֆրեզնո շրջան,شهرستان فرسنو، کالیفرنیا,فرنسو کاؤنٹی، کیلیفورنیا,فریسنو کاؤنٹی,مقاطعة فريسنو,ফ্রেসনো কাউন্টি,フレズノ郡,費雷斯諾縣		US	CA	019	930450	America/Los_Angeles
5352462	Glenn County	glenn-county	Comte de Glenn,Comté de Glenn,Condado de Glenn,Condado han Glenn,Contea di Glenn,Glen,Glen srjan,Glenn,Glenn Comitatus,Glenn Kun,Glenn Kūn,Glenn konderria,Glenn megye,Hrabstwo Glenn,Okrug Glen,Quan Glenn,Quận Glenn,ge lun xian,glena ka'unti,guren jun,mqatʿt ghlyn,shhrstan gln  kalyfrnya,Глен,Гленн,Округ Глен,Ґленн,Գլեն շրջան,شهرستان گلن، کالیفرنیا,مقاطعة غلين,گلن کاؤنٹی,گلین کاؤنٹی، کیلیفورنیا,গ্লেন কাউন্টি,グレン郡,格伦县		US	CA	021	28122	America/Los_Angeles
5359067	Imperial County	imperial-county	Comtat dImperial,Comte d'Imperial,Comté d'Imperial,Condado de Imperial,Condado han Imperial,Contea di Imperial,Hrabstwo Imperial,Imperial,Imperial Comitatus,Imperial Kun,Imperial Kūn,Imperial konderria,Imperial megye,Imperial srjan,Imperiali maakond,Impiriul,Kantono Imperial,Kondehan ng Imperial,Okrug Impirijal,imperiyela ka'unti,inperiaru jun,mqatʿt ambyryal,shhrstan aympryal  kalyfrnya,yin pi li er xian,ʼympryʼl,Імперіал,Империал,Импириъл,Округ Импиријал,Իմպերիալ շրջան,אימפריאל,امپیریل کاؤنٹی,امپیریل کاؤنٹی، کیلیفورنیا,شهرستان ایمپریال، کالیفرنیا,مقاطعة إمبيريال,ইম্পেরিয়েল কাউন্টি,インペリアル郡,因皮里尔县		US	CA	025	174528	America/Los_Angeles
5359604	Inyo County	inyo-county	Comte d'Inyo,Comté d'Inyo,Condado de Inyo,Condado han Inyo,Contea di Inyo,Coso County,Hrabstwo Inyo,In'jo,In'o,Inio srjan,Inyo,Inyo Comitatus,Inyo County,Inyo Kun,Inyo Kūn,Inyo konderria,Inyo maakond,Inyo megye,Okrug Injo,Quan Inyo,Quận Inyo,in'yo jun,inayo ka'unti,mqatʿt anyw,shhrstan aynyw  kalyfrnya,yin yue xian,Іньйо,Иньо,Округ Инјо,Ինիո շրջան,انیو کاؤنٹی,انیو کاؤنٹی، کیلیفورنیا,شهرستان اینیو، کالیفرنیا,مقاطعة إنيو,ইনয়ো কাউন্টি,インヨー郡,因约县		US	CA	027	18546	America/Los_Angeles
5362932	Kern County	kern-county	Comte de Kern,Comté de Kern,Condado de Kern,Condado han Kern,Contea di Kern,Hrabstwo Kern,Kern,Kern Comitatus,Kern Kun,Kern Kūn,Kern konderria,Kern megye,Kerni maakond,Kurn,Okrug Kern,Quan Kern,Quận Kern,kan jun,ke en xian,keon gun,kerna ka'unti,mqatʿt kyrn,qrn,shhrstan krn  kalyfrnya,Керн,Кърн,Округ Керн,Քերն շրջան,קרן,شهرستان کرن، کالیفرنیا,مقاطعة كيرن,کرن کاؤنٹی,کیرن کاؤنٹی، کیلیفورنیا,কের্ন কাউন্টি,カーン郡,克恩县,컨 군		US	CA	029	839631	America/Los_Angeles
5363385	Kings County	kings-county	Comte de Kings,Comté de Kings,Condado de Kings,Condado han Kings,Contea di Kings,Hrabstwo Kings,Kings,Kings Comitatus,Kings Kun,Kings Kūn,Kings konderria,Kings megye,Okrug Kings,Quan Kings,Quận Kings,jin si xian,kingusu jun,kinsa ka'unti,mqatʿt kynghz,shhrstan kyngz  kalyfrnya,Кингс,Кінгс,Округ Кингс,Քինգս շրջան,شهرستان کینگز، کالیفرنیا,مقاطعة كينغز,کنگز کاؤنٹی,کنگز کاؤنٹی، کیلیفورنیا,কিংস কাউন্টি,キングス郡,金斯县		US	CA	031	152982	America/Los_Angeles
5364466	Lake County	lake-county	Comtat de Lake,Comte de Lake,Comté de Lake,Condado de Lake,Condado han Lake,Contea di Lake,Hrabstwo Lake,Lake,Lake Comitatus,Lake Kun,Lake Kūn,Lake konderria,Lake megye,Lejk,Okrug Lejk,Quan Lake,Quận Lake,lai ke xian,le'ika ka'unti,mqatʿt lyk,reiku jun,shhrstan lyk  kalyfrnya,Лейк,Округ Лејк,Լեյք շրջան,شهرستان لیک، کالیفرنیا,لیک کاؤنٹی,لیک کاؤنٹی، کیلیفورنیا,مقاطعة ليك,লেইক কাউন্টি,レイク郡,萊克縣		US	CA	033	64665	America/Los_Angeles
5368381	Los Angeles County	los-angeles-county	Comitatul Los Angeles,Comtat de Los Angeles,Comte de Los Angeles,Comté de Los Angeles,Condado de Los Angeles,Condado de Los Ángeles,Condado dos Anxeles,Condado dos Ánxeles,Condado han Los Angeles,Contea di Los Angeles,County Los Angeles,Hrabstwo Los Angeles,Kantono Los-Angeleso,Kantono Los-Anĝeleso,Komiteia Los Antzeles,Los Andzelo apygarda,Los Andzhelis,Los Andželo apygarda,Los Angeles,Los Angeles Comitatus,Los Angeles Kun,Los Angeles Kūn,Los Angeles konderria,Los Angeles megye,Los Angeles  okrug,Los Angelese maakond,Los Angelesin piirikunta,Los Anjeles srjan,Los Ángeles,Los-Anceles,Los-Andzheles,Losandzelosas apgabals,Losandželosas apgabals,Okres Los Angeles,Quan Los Angeles,Quận Los Angeles,Wokrjes Los Angeles,lasa enjelesa ka'unti,loseuaenjelleseu gun,luo shan ji xian,lws ʼngls,mqatʿt lws anjlws,rosanzerusu jun,Κομητεία Λος Άντζελες,Лос Анджелис,Лос-Анджелес,Округ Лос Анђелес,Լոս Անջելես շրջան,לוס אנגלס,شهرستان لس‌آنجلس، کالیفرنیا,لاس اینجلس کاؤنٹی,لاس اینجلس کاؤنٹی، کیلیفورنیا,مقاطعة لوس أنجلوس,লস এঞ্জেলেস কাউন্টি,ロサンゼルス郡,洛杉矶县,로스앤젤레스 군		US	CA	037	9818605	America/Los_Angeles
5369578	Madera County	madera-county	Comte de Madera,Comté de Madera,Condado de Madera,Condado han Madera,Contea di Madera,Hrabstwo Madera,Madera,Madera Comitatus,Madera Kun,Madera Kūn,Madera konderria,Madera maakond,Madera megye,Madera srjan,Okrug Madera,Quan Madera,Quận Madera,ma de la xian,madera jun,madera ka'unti,mqatʿt madyra,shhrstan madra  kalyfrnya,Мадера,Округ Мадера,Մադերա շրջան,شهرستان مادرا، کالیفرنیا,ماڈیرا کاؤنٹی,مقاطعة ماديرا,মাডেরা কাউন্টি,マデラ郡,馬德拉縣		US	CA	039	150865	America/Los_Angeles
5370468	Marin County	marin-county	Comte de Marin,Comté de Marin,Condado de Marin,Condado han Marin,Contea di Marin,E-Marin County,Hrabstwo Marin,Kantono Marin,Kondado Marin,Kondado ng Marin,Marin,Marin Comitatus,Marin Kun,Marin Kūn,Marin konderria,Marin megye,Marin srjan,Marini maakond,Marinin piirikunta,Okrug Marin,Quan Marin,Quận Marin,ma lin xian,marin jun,marina ka'unti,mqatʿt maryn,shhrstan maryn  kalyfrnya,Марин,Марін,Округ Марин,Մարին շրջան,شهرستان مارین، کالیفرنیا,مارن کاؤنٹی,مارین کاؤنٹی، کیلیفورنیا,مقاطعة مارين,মারিন কাউন্টি,マリン郡,馬林縣,马林县		US	CA	041	252409	America/Los_Angeles
5370594	Mariposa County	mariposa-county	Comte de Mariposa,Comté de Mariposa,Condado de Mariposa,Condado han Mariposa,Contea di Mariposa,Hrabstwo Mariposa,Mariposa,Mariposa Comitatus,Mariposa Kun,Mariposa Kūn,Mariposa konderria,Mariposa maakond,Mariposa megye,Mariposa srjan,Okrug Mariposa,Quan Mariposa,Quận Mariposa,ma li bo sa xian,mariposa jun,mariposa ka'unti,mqatʿt marybwsa,shhrstan marypwza  kalyfrnya,Марипоса,Маріпоса,Округ Марипоса,Մարիպոսա շրջան,شهرستان ماریپوزا، کالیفرنیا,مقاطعة ماريبوسا,میریپوسا کاؤنٹی,میریپوسا کاؤنٹی، کیلیفورنیا,মারিপোসা কাউন্টি,マリポサ郡,马里波萨县		US	CA	043	18251	America/Los_Angeles
5372163	Mendocino County	mendocino-county	Comte de Mendocino,Comté de Mendocino,Condado de Mendocino,Condado han Mendocino,Contea di Mendocino,Hrabstwo Mendocino,Mendocino,Mendocino Comitatus,Mendocino Kun,Mendocino Kūn,Mendocino konderria,Mendocino megye,Mendosino,Mendosino srjan,Okrug Mendosino,Quan Mendocino,Quận Mendocino,men duo xi nuo xian,mendokino ka'unti,mendoshino jun,mndwsynw,mqatʿt myndwsynw,shhrstan mndwsynw  kalyfrnya,Мендосино,Мендосіно,Округ Мендосино,Մենդոսինո շրջան,מנדוסינו,شهرستان مندوسینو، کالیفرنیا,مقاطعة ميندوسينو,منڈوچینو کاؤنٹی,مینڈوسینو کاؤنٹی، کیلیفورنیا,মেন্ডোকিনো কাউন্টি,メンドシーノ郡,门多西诺县		US	CA	045	87841	America/Los_Angeles
5372259	Merced County	merced-county	Comte de Merced,Comté de Merced,Condado de Merced,Condado han Merced,Contea di Merced,Hrabstwo Merced,Merced,Merced Comitatus,Merced Kun,Merced Kūn,Merced konderria,Merced megye,Mercedi maakond,Mersed,Mersed srjan,Mursed,Okrug Mersed,Quan Merced,Quận Merced,marsida ka'unti,masedo jun,mo sai de xian,mqatʿt myrsyd,shhrstan mrsd  kalyfrnya,Мерсед,Мърсед,Округ Мерсед,Մերսեդ շրջան,شهرستان مرسد، کالیفرنیا,مرسیڈ کاؤنٹی، کیلیفورنیا,مرکڈ کاؤنٹی,مقاطعة ميرسيد,মার্সিড কাউন্টি,マーセド郡,默塞德縣		US	CA	047	255793	America/Los_Angeles
5374091	Mono County	mono-county	Comte de Mono,Comté de Mono,Condado de Mono,Condado han Mono,Contea di Mono,Hrabstwo Mono,Mono,Mono Comitatus,Mono Kun,Mono Kūn,Mono konderria,Mono maakond,Mono megye,Mono srjan,Okrug Mono,Quan Mono,Quận Mono,mo nuo xian,mono jun,mono ka'unti,mqatʿt mwnw,shhrstan mwnw  kalyfrnya,Моно,Округ Моно,Մոնո շրջան,شهرستان مونو، کالیفرنیا,مقاطعة مونو,مونو کاؤنٹی,مونو کاؤنٹی، کیلیفورنیا,মোনো কাউন্টি,モノ郡,莫諾縣,莫诺县		US	CA	051	14202	America/Los_Angeles
5374376	Monterey County	monterey-county	Comitatul Monterey,Comte de Monterey,Comté de Monterey,Condado de Monterey,Condado de Monterrey,Condado han Monterey,Contea di Monterey,Hrabstwo Monterey,Montere srjan,Monterej,Monterey,Monterey Kun,Monterey Kūn,Monterey konderria,Monterey maakond,Monterey megye,Montis Regis Comitatus,Okrug Monterej,Quan Monterey,Quận Monterey,meng te lei xian,montore jun,montori ka'unti,mqatʿt mwntyry,shhrstan mwntry  kalyfrnya,Монтерей,Округ Монтереј,Մոնտերե շրջան,شهرستان مونتری، کالیفرنیا,مقاطعة مونتيري,مونٹیری کاؤنٹی,مونٹیری کاؤنٹی، کیلیفورنیا,মোন্টোরি কাউন্টি,モントレー郡,蒙特雷縣		US	CA	053	415057	America/Los_Angeles
5376101	Napa County	napa-county	Comtat de Napa,Comte de Napa,Comté de Napa,Condado de Napa,Condado han Napa,Contea di Napa,Hrabstwo Napa,Kantono Napa,Napa,Napa Comitatus,Napa Kun,Napa Kūn,Napa Valley,Napa konderria,Napa maakond,Napa megye,Napa srjan,Napan piirikunta,Okrug Napa,Quan Napa,Quận Napa,mqatʿt naba,na pa xian,napa gun,napa jun,napa ka'unti,napa kavuntti,nʼph,shhrstan napa  kalyfrnya,Напа,Округ Напа,Նապա շրջան,נאפה,شهرستان ناپا، کالیفرنیا,مقاطعة نابا,ناپا کاؤنٹی,ناپا کاؤنٹی، کیلیفورنیا,নাপা কাউন্টি,நாபா கவுன்ட்டி,ナパ郡,納帕縣,纳帕县,나파 군		US	CA	055	136484	America/Los_Angeles
5376509	Nevada County	nevada-county	Comte de Nevada,Comté de Nevada,Condado de Nevada,Condado han Nevada,Contea di Nevada,Hrabstwo Nevada,Nevada,Nevada Comitatus,Nevada Kun,Nevada Kūn,Nevada konderria,Nevada maakond,Nevada megye,Nevada srjan,Okrug Nevada,Quan Nevada,Quận Nevada,mqatʿt nyfada,nebada jun,nebhada ka'unti,nei hua da xian,shhrstan nwada  kalyfrnya,Невада,Округ Невада,Նևադա շրջան,شهرستان نوادا، کالیفرنیا,مقاطعة نيفادا,نیواڈا کاؤنٹی,نیواڈا کاؤنٹی، کیلیفورنیا,নেভাডা কাউন্টি,ネバダ郡,內華達縣		US	CA	057	98764	America/Los_Angeles
5379524	Orange County	orange-county	Comtat d'Orange,Comte d'Orange,Comté d'Orange,Condado de Orange,Condado han Orange,Contea di Orange,Hrabstwo Orange,Kondado ng Orange,Orandzh,Orange,Orange Comitatus,Orange Ili,Orange İli,Orange'i maakond,Orangen piirikunta,Orindzh,Quan Cam,Quận Cam,chen xian,olenji gun,orenja ka'unti,orenji jun,shhrstan awrnj  kalyfrnya,Орандж,Ориндж,מחוז אורנג',اورنج کاؤنٹی، کیلیفورنیا,شهرستان اورنج، کالیفرنیا,مقاطعة أورانج، كاليفورنيا,ওরেঞ্জ কাউন্টি,オレンジ郡,橙縣,오렌지 군		US	CA	059	3010232	America/Los_Angeles
5383537	Placer County	placer-county	Comte de Placer,Comté de Placer,Condado de Placer,Condado han Placer,Contea di Placer,Hrabstwo Placer,Okrug Plaser,Placer,Placer Comitatus,Placer Kun,Placer Kūn,Placer konderria,Placer megye,Plejser,Plejsur,Quan Placer,Quận Placer,mqatʿt blasr,plasera ka'unti,pu lai se xian,pureisa jun,shhrstan plasr  kalyfrnya,Округ Пласер,Плейсер,Плейсър,Փլեյսեր շրջան,شهرستان پلاسر، کالیفرنیا,مقاطعة بلاسر,پلیسر کاؤنٹی,پلیسر کاؤنٹی، کیلیفورنیا,প্লাসের কাউন্টি,プレイサー郡,普莱瑟县		US	CA	061	348432	America/Los_Angeles
5383832	Plumas County	plumas-county	Comte de Plumas,Comté de Plumas,Condado de Plumas,Condado han Plumas,Contea di Plumas,Hrabstwo Plumas,Okrug Plumas,Plumas,Plumas Comitatus,Plumas Kun,Plumas Kūn,Plumas konderria,Plumas megye,Plumus,Quan Plumas,Quận Plumas,mqatʿt blwmas,plamasa ka'unti,pu lu mo si xian,puramasu jun,shhrstan plwmas  kalyfrnya,Округ Плумас,Плумас,Плумъс,Փլումաս շրջան,شهرستان پلوماس، کالیفرنیا,مقاطعة بلوماس,پلوماس کاؤنٹی,پلومس کاؤنٹی، کیلیفورنیا,প্লামাস কাউন্টি,プラマス郡,普卢默斯县		US	CA	063	20007	America/Los_Angeles
5387890	Riverside County	riverside-county	Comitatul Riverside,Comtat de Riverside,Comte de Riverside,Comté de Riverside,Condado de Riverside,Condado han Riverside,Contea di Riverside,Hrabstwo Riverside,Kantono Riverside,Okrug Riversajd,Quan Riverside,Quận Riverside,Riversajd,Riversayd srjan,Riverside,Riverside Comitatus,Riverside Kun,Riverside Kūn,Riverside konderria,Riverside megye,Riversidei maakond,Rivursajd,he bin xian,libeosaideu gun,mqatʿt ryfyrsayd,ribasaido jun,ribharasa'ida ka'unti,rybrsyyd,shhrstan rywrsayd  kalyfrnya,Округ Риверсајд,Риверсайд,Ривърсайд,Ріверсайд,Ռիվերսայդ շրջան,ריברסייד,رورسائڈ کاؤنٹی,رورسائیڈ کاؤنٹی، کیلیفورنیا,شهرستان ریورساید، کالیفرنیا,مقاطعة ريفيرسايد,রিভারসাইড কাউন্টি,リバーサイド郡,河濱縣,리버사이드 군		US	CA	065	2189641	America/Los_Angeles
5389519	Sacramento County	sacramento-county	Comte de Sacramento,Comté de Sacramento,Condado de Sacramento,Condado han Sacramento,Contea di Sacramento,Hrabstwo Sacramento,Okrug Sakramento,Quan Sacramento,Quận Sacramento,Sacramento,Sacramento Comitatus,Sacramento Kun,Sacramento Kūn,Sacramento konderria,Sacramento maakond,Sacramento megye,Sakramento,Sakramento srjan,mqatʿt sakramyntw,sakramento ka'unti,sakuramento jun,sha jia mian du jun,shhrstan sakramntw  kalyfrnya,Округ Сакраменто,Сакраменто,Սակրամենտո շրջան,ساکرامنٹو کاؤنٹی,سکرامنٹو کاؤنٹی، کیلی فورنیا,شهرستان ساکرامنتو، کالیفرنیا,مقاطعة ساكرامينتو,সাক্রামেন্টো কাউন্টি,サクラメント郡,沙加緬度郡		US	CA	067	1418788	America/Los_Angeles
5391692	San Benito County	san-benito-county	Comte de San Benito,Comté de San Benito,Condado de San Benito,Condado han San Benito,Contea di San Benito,Hrabstwo San Benito,Okrug San Benito,Quan San Benito,Quận San Benito,San Benito,San Benito Comitatus,San Benito Kun,San Benito Kūn,San Benito konderria,San Benito megye,San Benito srjan,San-Benito,mqatʿt san bynytw,sana benito ka'unti,sanbenito jun,sheng bei ni tuo xian,shhrstan sn bnytw  kalyfrnya,Округ Сан Бенито,Сан Бенито,Сан-Бенито,Сан-Беніто,Սան Բենիտո շրջան,سان بنیٹو,سان بینیتو کاؤنٹی، کیلیفورنیا,شهرستان سن بنیتو، کالیفرنیا,مقاطعة سان بينيتو,সান বেনিটো কাউন্টি,サンベニト郡,聖貝尼托縣		US	CA	069	55269	America/Los_Angeles
5391726	San Bernardino County	san-bernardino-county	Comtat de San Bernardino,Comte de San Bernardino,Comté de San Bernardino,Condado de San Bernardino,Condado han San Bernardino,Contea di San Bernardino,Hrabstwo San Bernardino,Okrug San Bernardino,Quan San Bernardino,Quận San Bernardino,San Bernardino,San Bernardino Comitatus,San Bernardino Kun,San Bernardino Kūn,San Bernardino konderria,San Bernardino maakond,San Bernardino megye,San Bernardino srjan,San Bernardino  okrug,San Bernardinon piirikunta,San-Bernardino,mqatʿt san byrnardynw,saenbeoneodino gun,sana bernadino ka'unti,sanbanadino jun,sheng bei na di nuo xian,shhrstan sn brnardynw  kalyfrnya,sn brnrdynw,Округ Сан Бернардино,Сан Бернардино,Сан-Бернардино,Сан-Бернардіно,Սան Բերնարդինո շրջան,סן ברנרדינו,سان برنارڈینو کاؤنٹی,سان برنارڈینو کاؤنٹی، کیلیفورنیا,شهرستان سن برناردینو، کالیفرنیا,مقاطعة سان بيرناردينو,সান বের্নাডিনো কাউন্টি,サンバーナーディーノ郡,聖貝納迪諾縣,샌버너디노 군		US	CA	071	2035210	America/Los_Angeles
5391832	San Diego County	san-diego-county	Comitatul San Diego,Comitatus Didacopolitanus,Comtat de San Diego,Comte de San Diego,Comté de San Diego,Condado de San Diego,Condado han San Diego,Contea di San Diego,Hrabstwo San Diego,Kantono San-Diego,Okrug San Dijego,Quan San Diego,Quận San Diego,San Diego,San Diego Country,San Diego County,San Diego Kun,San Diego Kūn,San Diego konderria,San Diego maakond,San Diego megye,San Diego srjan,San-Diego,mqatʿt san dyyghw,saendieigo gun,sana diyego ka'unti,sandiego jun,sheng de ya ge xian,sheng die ge xian,shhrstan sn dygw  kalyfrnya,sn dyygw,Округ Сан Дијего,Сан Диего,Сан-Диего,Сан-Дієго,Սան Դիեգո շրջան,סן דייגו,سان ڈیگو کاؤنٹی,سان ڈیگو کاؤنٹی، کیلیفورنیا,شهرستان سن دیگو، کالیفرنیا,مقاطعة سان دييغو,সান ডিয়েগো কাউন্টি,サンディエゴ郡,圣迭戈县,聖地牙哥縣,샌디에이고 군		US	CA	073	3095313	America/Los_Angeles
5391997	City and County of San Francisco	city-and-county-of-san-francisco	City and County of San Francisco,Comte de San Francisco,Comté de San Francisco,San Francisco County		US	CA	075	805235	America/Los_Angeles
5392126	San Joaquin County	san-joaquin-county	Comte de San Joaquin,Comté de San Joaquin,Condado de San Joaquin,Condado de San Joaquín,Condado han San Joaquin,Contea di San Joaquin,Hrabstwo San Joaquin,Okrug San Khoakin,Quan San Joaquin,Quận San Joaquin,San Joaquin,San Joaquin Comitatus,San Joaquin Kun,San Joaquin Kūn,San Joaquin konderria,San Joaquin megye,San Joaquini maakond,San Joaquín,San Uakin,San Xoakin srjan,San-Khoakin,mqatʿt san hwakwyn,sana yoyakuyina ka'unti,sanhoakin jun,sheng hua jin xian,shhrstan sn zhwakyn  kalyfrnya,Округ Сан Хоакин,Сан Уакин,Сан-Хоакин,Сан-Хоакін,Սան Խոակին շրջան,سان جواکون کاؤنٹی,سان جوکن کاؤنٹی، کیلیفورنیا,شهرستان سن ژواکین، کالیفرنیا,مقاطعة سان هواكوين,সান যোয়াকুয়িন কাউন্টি,サンホアキン郡,聖華金縣		US	CA	077	685306	America/Los_Angeles
5392329	San Luis Obispo County	san-luis-obispo-county	Comte de San Luis Obispo,Comté de San Luis Obispo,Condado de San Luis Obispo,Condado han San Luis Obispo,Contea di San Luis Obispo,Hrabstwo San Luis Obispo,Kantono San Luis Obispo,Okrug San Luis Obispo,Quan San Luis Obispo,Quận San Luis Obispo,San Luis Obispo,San Luis Obispo Comitatus,San Luis Obispo Kun,San Luis Obispo Kūn,San Luis Obispo konderria,San Luis Obispo megye,San Luis Obispo srjan,San Luis Oubispou,San-Luis-Obispo,mqatʿt san lwys awbysbw,sana lu'isa obisapo ka'unti,sanruisuobisupo jun,sheng lu yi si-ao bi si bo xian,shhrstan sn lwyyz awbyspw  kalyfrnya,Округ Сан Луис Обиспо,Сан Луис Оубиспоу,Сан-Луис-Обиспо,Сан-Луїс-Обіспо,Սան Լուիս Օբիսպո շրջան,سان لوئی اوبسپو کاؤنٹی,سان لوئیس اوبسپو کاؤنٹی، کیلیفورنیا,شهرستان سن لوییز اوبیسپو، کالیفرنیا,مقاطعة سان لويس أوبيسبو,সান লুইস ওবিসপো কাউন্টি,サンルイスオビスポ郡,聖路易斯-奧比斯波縣		US	CA	079	269637	America/Los_Angeles
5392427	San Mateo County	san-mateo-county	Comitatul San Mateo,Comte de San Mateo,Comté de San Mateo,Condado de San Mateo,Condado han San Mateo,Contea di San Mateo,Hrabstwo San Mateo,Kantono San Mateo,Okrug San Mateo,Quan San Mateo,Quận San Mateo,San Mateo,San Mateo Comitatus,San Mateo Coonty,San Mateo Kun,San Mateo Kūn,San Mateo konderria,San Mateo maakond,San Mateo megye,San Mateo srjan,San-Mateo,mqatʿt san matyw,sana mate'u ka'unti,sanmateo jun,sheng ma diao jun,shhrstan sn matyw  kalyfrnya,Округ Сан Матео,Сан Матео,Сан-Матео,Սան Մատեո շրջան,سان ماتیو کاؤنٹی، کیلیفورنیا,سان ماٹیو کاؤنٹی,شهرستان سن ماتئو، کالیفرنیا,مقاطعة سان ماتيو,সান মাতেউ কাউন্টি,サンマテオ郡,聖馬刁郡		US	CA	081	718451	America/Los_Angeles
5392967	Santa Barbara County	santa-barbara-county	Comitatul Santa Barbara,Comte de Santa Barbara,Comté de Santa Barbara,Condado de Santa Barbara,Condado de Santa Bárbara,Condado han Santa Barbara,Contea di Santa Barbara,Hrabstwo Santa Barbara,Kantono Santa Barbara,Okrug Santa Barbara,Quan Santa Barbara,Quận Santa Barbara,Santa Barbara,Santa Barbara Comitatus,Santa Barbara Kun,Santa Barbara Kūn,Santa Barbara konderria,Santa Barbara maakond,Santa Barbara megye,Santa Barbara srjan,Santa Bárbara,Santa-Barbara,Santos Barbaros regionas,mqatʿt santa barbara,saentababeola gun,santa barabara ka'unti,santababara jun,sheng ba ba la xian,shhrstan santa barbara  kalyfrnya,Округ Санта Барбара,Санта Барбара,Санта-Барбара,Սանտա Բարբարա շրջան,سانتا باربرا کاؤنٹی,سانتا باربرا کاؤنٹی، کیلیفورنیا,شهرستان سانتا باربارا، کالیفرنیا,مقاطعة سانتا باربارا,সান্তা বারবারা কাউন্টি,サンタバーバラ郡,聖巴巴拉縣,샌타바버라 군		US	CA	083	423895	America/Los_Angeles
5393021	Santa Clara County	santa-clara-county	Comitatul Santa Clara,Comte de Santa Clara,Comté de Santa Clara,Condado de Santa Clara,Condado han Santa Clara,Contea di Santa Clara,Hrabstwo Santa Clara,Kantono Santa Clara,Okrug Santa Klara,Quan Santa Clara,Quận Santa Clara,Santa Clara,Santa Clara Comitatus,Santa Clara County,Santa Clara County (Calif.),Santa Clara Kun,Santa Clara Kūn,Santa Clara konderria,Santa Clara maakond,Santa Clara megye,Santa Claran piirikunta,Santa Klara,Santa Klara srjan,Santa-Klara,mhwz snth qlrh,mqatʿt santa klara,saentakeullaela gun,santa klara ka'unti,santakurara jun,sheng ta ke la la xian,shhrstan santa klara  kalyfrnya,Округ Санта Клара,Санта Клара,Санта-Клара,Սանտա Կլարա շրջան,מחוז סנטה קלרה,سانتا کلارا کاؤنٹی,سانتا کلارا کاؤنٹی، کیلیفورنیا,شهرستان سانتا کلارا، کالیفرنیا,مقاطعة سانتا كلارا,সান্তা ক্লারা কাউন্টি,サンタクララ郡,聖塔克拉拉縣,샌타클래라 군		US	CA	085	1781642	America/Los_Angeles
5393068	Santa Cruz County	santa-cruz-county	Branciforte County,Comtat de Santa Cruz,Comte de Santa Cruz,Comté de Santa Cruz,Condado de Santa Cruz,Condado han Santa Cruz,Contea di Santa Cruz,Hrabstwo Santa Cruz,Okrug Santa Cruz,Okrug Santa Kruz,Quan Santa Cruz,Quận Santa Cruz,Santa Cruz,Santa Cruz Comitatus,Santa Cruz County,Santa Cruz Kun,Santa Cruz Kūn,Santa Cruz konderria,Santa Cruz megye,Santa Cruzi maakond,Santa Krus,Santa Krus srjan,Santa-Krus,Santa-Kruz,mqatʿt santa krwz,saentakeulujeu gun,santa kruja ka'unti,santakuruzu jun,sheng ta ke lu zi xian,shhrstan santa krwz  kalyfrnya,Округ Санта Круз,Санта Крус,Санта-Круз,Санта-Крус,Սանտա Կրուս շրջան,سانتا کروز کاؤنٹی,سانتا کروز کاؤنٹی، کیلیفورنیا,شهرستان سانتا کروز، کالیفرنیا,مقاطعة سانتا كروز,সান্তা ক্রুজ কাউন্টি,サンタクルーズ郡,聖塔克魯茲縣,샌타크루즈 군		US	CA	087	262382	America/Los_Angeles
5395582	Sierra County	sierra-county	Comte de Sierra,Comté de Sierra,Condado de Sierra,Condado han Sierra,Contea di Sierra,Hrabstwo Sierra,Okrug Sijera,Quan Sierra,Quận Sierra,S'erra,Siera,Sierra,Sierra Comitatus,Sierra Kun,Sierra Kūn,Sierra konderria,Sierra maakond,Sierra megye,Sierra srjan,mqatʿt syyra,shhrstan syra  kalyfrnya,shiera jun,siyerra ka'unti,xie la xian,Округ Сијера,Сиера,Сьерра,Сьєрра,Սիերրա շրջան,سیئرا کاؤنٹی، کیلیفورنیا,سیرا کاؤنٹی,شهرستان سیرا، کالیفرنیا,مقاطعة سييرا,সিয়ের্রা কাউন্টি,シエラ郡,謝拉縣		US	CA	091	3240	America/Los_Angeles
5396987	Solano County	solano-county	Comte de Solano,Comté de Solano,Condado de Solano,Condado han Solano,Contea di Solano,Hrabstwo Solano,Kantono Solano,Okrug Solano,Quan Solano,Quận Solano,Solano,Solano Comitatus,Solano Kun,Solano Kūn,Solano konderria,Solano megye,Solano srjan,mqatʿt swlanw,shhrstan swlanw  kalyfrnya,solano ka'unti,sorano jun,suo la nuo xian,Округ Солано,Солано,Սոլանո շրջան,سولانو کاؤنٹی,سولونو کاؤنٹی، کیلیفورنیا,شهرستان سولانو، کالیفرنیا,مقاطعة سولانو,সোলানো কাউন্টি,ソラノ郡,索拉諾縣,索拉诺县		US	CA	095	413344	America/Los_Angeles
5397100	Sonoma County	sonoma-county	Comte de Sonoma,Comté de Sonoma,Condado de Sonoma,Condado han Sonoma,Contea di Sonoma,Hrabstwo Sonoma,Kantono Sonoma,Okrug Sonoma,Quan Sonoma,Quận Sonoma,Sonoma,Sonoma Comitatus,Sonoma Kun,Sonoma Kūn,Sonoma konderria,Sonoma maakond,Sonoma megye,Sonoma srjan,mqatʿt swnwma,shhrstan swnwma  kalyfrnya,sonoma jun,sonoma ka'unti,suo nuo ma xian,swnwmh,Округ Сонома,Сонома,Սոնոմա շրջան,סונומה,سونوما کاؤنٹی,سونوما کاؤنٹی، کیلیفورنیا,شهرستان سونوما، کالیفرنیا,مقاطعة سونوما,সোনোমা কাউন্টি,ソノマ郡,索諾馬縣,索诺马县		US	CA	097	483878	America/Los_Angeles
5398597	Stanislaus County	stanislaus-county	Comitatul Stanislaus,Comte de Stanislaus,Comté de Stanislaus,Condado de Stanislaus,Condado han Stanislaus,Contea di Stanislaus,Hrabstwo Stanislaus,Okrug Stanislaus,Quan Stanislaus,Quận Stanislaus,Stanislaus,Stanislaus Comitatus,Stanislaus Kun,Stanislaus Kūn,Stanislaus konderria,Stanislaus megye,Stanislaus srjan,Stanislos,mqatʿt stanyslws,shhrstan astanyslas  kalyfrnya,si tan ni si lao si xian,stanisala'usa ka'unti,sutanisurausu jun,Округ Станислаус,Станислаус,Станислос,Станіслаус,Ստանիսլաուս շրջան,سٹانسلاس کاؤنٹی,سٹانیسلاوس کاؤنٹی، کیلیفورنیا,شهرستان استانیسلاس، کالیفرنیا,مقاطعة ستانيسلوس,স্টানিসলাউস কাউন্টি,スタニスラウス郡,斯坦尼斯劳斯县		US	CA	099	514453	America/Los_Angeles
5400390	Sutter County	sutter-county	Comte de Sutter,Comté de Sutter,Condado de Sutter,Condado han Sutter,Contea di Sutter,Hrabstwo Sutter,Okrug Sater,Quan Sutter,Quận Sutter,Sater srjan,Satter,Satur,Sutter,Sutter Comitatus,Sutter Kun,Sutter Kūn,Sutter konderria,Sutter megye,Sutteri maakond,mqatʿt swtr,sa te xian,satta jun,sattera ka'unti,shhrstan swtr  kalyfrnya,Округ Сатер,Саттер,Сатър,Սատեր շրջան,سٹر کاؤنٹی,سیٹر کاؤنٹی، کیلیفورنیا,شهرستان سوتر، کالیفرنیا,مقاطعة سوتر,সাত্তের কাউন্টি,サッター郡,萨特县		US	CA	101	94737	America/Los_Angeles
5403789	Tulare County	tulare-county	Comte de Tulare,Comté de Tulare,Condado de Tulare,Condado han Tulare,Contea di Tulare,Hrabstwo Tulare,Okrug Tuleri,Quan Tulare,Quận Tulare,Tjuleri,Tulare,Tulare Comitatus,Tulare Kun,Tulare Kūn,Tulare konderria,Tulare megye,mqatʿt twlyr,shhrstan twlar  kalyfrnya,to~ureari jun,tu lai li xian,tulare ka'unti,Округ Тулери,Туларе,Тюлери,Թուլարե շրջան,شهرستان تولار، کالیفرنیا,مقاطعة تولير,ٹلارے کاؤنٹی,ٹولیری کاؤنٹی، کیلیفورنیا,তুলারে কাউন্টি,トゥーレアリ郡,图莱里县		US	CA	107	442179	America/Los_Angeles
5403973	Tuolumne County	tuolumne-county	Comte de Tuolumne,Comté de Tuolumne,Condado de Tuolumne,Condado han Tuolumne,Contea di Tuolumne,Hrabstwo Tuolumne,Okrug Tuolumi,Quan Tuolumne,Quận Tuolumne,Tualehmi,Tuolemi,Tuolumi,Tuolumne,Tuolumne Comitatus,Tuolumne Kun,Tuolumne Kūn,Tuolumne konderria,Tuolumne megye,mqatʿt twlwmn,shhrstan twalwmy  kalyfrnya,taulumne ka'unti,to~uorumi jun,tu ao lei mi xian,Округ Туолуми,Туалэми,Туолемі,Туолъми,Թուալեմ շրջան,توالومنی کاؤنٹی، کیلیفورنیا,شهرستان توآلومی، کالیفرنیا,مقاطعة تولومن,ٹولومنے کاؤنٹی,তৌলুম্নে কাউন্টি,トゥオルミ郡,图奥勒米县		US	CA	109	55365	America/Los_Angeles
5405889	Ventura County	ventura-county	Comitatul Ventura,Comte de Ventura,Comté de Ventura,Condado de Ventura,Condado han Ventura,Contea di Ventura,Hrabstwo Ventura,Okrug Ventura,Quan Ventura,Quận Ventura,Ventura,Ventura Comitatus,Ventura Kun,Ventura Kūn,Ventura konderria,Ventura megye,Ventura srjan,Ventura  okrug,Venturan piirikunta,benchura jun,bhencura ka'unti,mqatʿt fyntwra,shhrstan wntwra  kalyfrnya,wen tu la xian,Вентура,Округ Вентура,Վենտուրա շրջան,شهرستان ونتورا، کالیفرنیا,مقاطعة فينتورا,ونچورا کاؤنٹی,وینٹورا کاؤنٹی، کیلیفورنیا,ভেন্চুরা কাউন্টি,ベンチュラ郡,文图拉县		US	CA	111	823318	America/Los_Angeles
5410882	Yolo County	yolo-county	Comte de Yolo,Comté de Yolo,Condado de Yolo,Condado han Yolo,Contea di Yolo,Hrabstwo Yolo,Jolo,Okrug Jolo,Quan Yolo,Quận Yolo,Yolo,Yolo Comitatus,Yolo Kun,Yolo Kūn,Yolo konderria,Yolo megye,Yolo srjan,mqatʿt ywlw,shhrstan ywlw  kalyfrnya,yolo ka'unti,yoro jun,you luo xian,Йоло,Округ Јоло,Յոլո շրջան,شهرستان یولو، کالیفرنیا,مقاطعة يولو,یولو کاؤنٹی,یولو کاؤنٹی، کیلی فورنیا,য়োলো কাউন্টি,ヨロ郡,優洛縣		US	CA	113	200849	America/Los_Angeles
5411026	Yuba County	yuba-county	Comte de Yuba,Comté de Yuba,Condado de Yuba,Condado han Yuba,Contea di Yuba,Hrabstwo Yuba,Juba,Okrug Juba,Yuba,Yuba Comitatus,Yuba Kun,Yuba Kūn,Yuba konderria,Yuba megye,Yuba srjan,mqatʿt ywba,shhrstan ywba  kalyfrnya,you ba xian,yuba jun,yuba ka'unti,Округ Јуба,Юба,Յուբա շրջան,شهرستان یوبا، کالیفرنیا,مقاطعة يوبا,یوبا کاؤنٹی,یوبا کاؤنٹی، کیلیفورنیا,য়ুবা কাউন্টি,ユバ郡,尤巴县		US	CA	115	72155	America/Los_Angeles
5411363	Adams County	adams-county	Adams,Adams Kun,Adams Kūn,Adams konderria,Adams megye,Adams srjan,Adamsi maakond,Comitatul Adams,Comte d'Adams,Comté d'Adams,Condado de Adams,Condado han Adams,Contea di Adams,Hrabstwo Adams,Okrug Adams,Quan Adams,Quận Adams,adamuzu jun,mqatʿt adamz,shhrstan adamz  klradw,ya dang si xian,Адамс,Округ Адамс,Ադամս շրջան,ایڈمز کاؤنٹی، کولوراڈو,شهرستان آدامز، کلرادو,مقاطعة آدامز,অ্যডামস কাউন্টি,アダムズ郡,亞當斯縣		US	CO	001	441603	America/Denver
5412056	Arapahoe County	arapahoe-county	Arapago,Arapaho srjan,Arapahoe,Arapahoe Kun,Arapahoe Kūn,Arapahoe konderria,Arapahoe maakond,Arapahoe megye,Arapakho,Comitatul Arapahoe,Comte d'Arapahoe,Comté d'Arapahoe,Condado de Arapahoe,Condado han Arapahoe,Contea di Arapahoe,Hrabstwo Arapahoe,Okrug Arapakho,Quan Arapahoe,Quận Arapahoe,a la pa huo xian,arapaho jun,arapahoye ka'unti,mqatʿt arabahw,shhrstan arphww  klradw,Арапаго,Арапахо,Округ Арапахо,Արապահո շրջան,آراپاہو کاؤنٹی,آریپاہو کاؤنٹی، کولوراڈو,شهرستان آرپهوو، کلرادو,مقاطعة أراباهو,আরাপাহোয়ে কাউন্টি,アラパホ郡,阿拉帕霍縣		US	CO	005	572003	America/Denver
5412082	Archuleta County	archuleta-county	Archuleta,Archuleta Kun,Archuleta Kūn,Archuleta konderria,Archuleta maakond,Archuleta megye,Comitatul Archuleta,Comte d'Archuleta,Comté d'Archuleta,Condado de Archuleta,Condado han Archuleta,Contea di Archuleta,Hrabstwo Archuleta,Okrug Archuleta,Quan Archuleta,Quận Archuleta,a qiu li ta xian,araculeta ka'unti,ashureta jun,mqatʿt artshwlyta,shhrstan archwlta  klradw,Арчулета,Округ Арчулета,Արքուլետա շրջան,آرچولیٹا کاؤنٹی، کولوراڈو,ارچولیٹا کاؤنٹی,شهرستان آرچولتا، کلرادو,مقاطعة أرتشوليتا,আরচুলেটা কাউন্টি,アーシュレタ郡,阿丘利塔縣		US	CO	007	12084	America/Denver
5412453	Baca County	baca-county	Baca,Baca Kun,Baca Kūn,Baca konderria,Baca maakond,Baca megye,Baka,Baka srjan,Comitatul Baca,Comtat de Baca,Comte de Baca,Comté de Baca,Condado de Baca,Condado han Baca,Contea di Baca,Hrabstwo Baca,Okrug Baka,Quan Baca,Quận Baca,ba ka xian,baka jun,baka ka'unti,mqatʿt baka,Бака,Округ Бака,Բակա շրջան,باچا کاؤنٹی,بیکا کاؤنٹی، کولوراڈو,مقاطعة باكا,বাকা কাউন্টি,バカ郡,巴卡縣		US	CO	009	3788	America/Denver
5413481	Bent County	bent-county	Bent,Bent Kun,Bent Kūn,Bent konderria,Bent megye,Bent srjan,Benti maakond,Comitatul Bent,Comte de Bent,Comté de Bent,Condado de Bent,Condado han Bent,Contea di Bent,Hrabstwo Bent,Okrug Bent,Quan Bent,Quận Bent,ben te xian,benta ka'unti,bento jun,mqatʿt bynt,shhrstan bnt  klradw,Бент,Округ Бент,Բենտ շրջան,بنٹ کاؤنٹی,بینٹ کاؤنٹی، کولوراڈو,شهرستان بنت، کلرادو,مقاطعة بينت,বেন্ট কাউন্টি,ベント郡,本特縣		US	CO	011	6499	America/Denver
5415040	Broomfield County	broomfield-county	Broomfield,City and County of Broomfield,Comte de Broomfield,Comté de Broomfield		US	CO	014	55889	America/Denver
5416621	Chaffee County	chaffee-county	Chaffee,Chaffee Kun,Chaffee Kūn,Chaffee konderria,Chaffee maakond,Chaffee megye,Chaffeen piirikunta,Chaffi,Chafi,Comitatul Chaffee,Comte de Chaffee,Comté de Chaffee,Condado de Chaffee,Condado han Chaffee,Contea di Chaffee,Hrabstwo Chaffee,Okrug Chejfi,Quan Chaffee,Quận Chaffee,caphi ka'unti,cha fei xian,chafi jun,mqatʿt tshafy,shhrstan chafy  klradw,Округ Чејфи,Чафи,Чаффи,Чаффі,Չաֆի շրջան,شهرستان چافی، کلرادو,مقاطعة تشافي,چافی کاؤنٹی,چافی کاؤنٹی، کولوراڈو,চাফী কাউন্টি,チャフィー郡,查菲縣		US	CO	015	17809	America/Denver
5416840	Cheyenne County	cheyenne-county	Cheyenne,Cheyenne Kun,Cheyenne Kūn,Cheyenne konderria,Cheyenne megye,Cheyennei maakond,Comitatul Cheyenne,Comte de Cheyenne,Comté de Cheyenne,Condado de Cheyenne,Condado han Cheyenne,Contea di Cheyenne,Hrabstwo Cheyenne,Okrug Shajen,Quan Cheyenne,Quận Cheyenne,Sayen srjan,Shaenn,Shajen,Shajenn,ceyenne ka'unti,mqatʿt tshyny,shaian jun,shhrstan shayn  klradw,xia yan xian,Округ Шајен,Шайен,Шайенн,Шаєнн,Շայեն շրջան,شاین کاؤنٹی، کولوراڈو,شهرستان شاین، کلرادو,مقاطعة تشيني,چاین کاؤنٹی,চেয়েন্নে কাউন্টি,シャイアン郡,夏延縣		US	CO	017	1836	America/Denver
5417183	Clear Creek County	clear-creek-county	Clear Creek,Clear Creek Kun,Clear Creek Kūn,Clear Creek konderria,Clear Creek megye,Clear Creeki maakond,Comitatul Clear Creek,Comte de Clear Creek,Comté de Clear Creek,Condado de Clear Creek,Condado han Clear Creek,Contea di Clear Creek,Hrabstwo Clear Creek,Klir-Krik,Kliur Krijk,Okrug Klir Krik,Quan Clear Creek,Quận Clear Creek,ke li er ke li ke xian,kliyara krika ka'unti,kuriakuriku jun,mqatʿt klyr kryk,shhrstan klyr kryk  klradw,Клир-Крик,Клиър Крийк,Клір-Крік,Округ Клир Крик,Քլիր Քրիկ շրջան,شهرستان کلیر کریک، کلرادو,مقاطعة كلير كريك,کلئیر کریک کاؤنٹی، کولوراڈو,کلیئر کریک کاؤنٹی,ক্লিয়ার ক্রীক কাউন্টি,クリアクリーク郡,克利爾克里克縣		US	CO	019	9088	America/Denver
5417799	Conejos County	conejos-county	Comitatul Conejos,Comte de Conejos,Comté de Conejos,Condado de Conejos,Condado han Conejos,Conejos,Conejos Kun,Conejos Kūn,Conejos konderria,Conejos megye,Conejose maakond,Contea di Conejos,Hrabstwo Conejos,Konekhos,Okrug Konekhos,Quan Conejos,Quận Conejos,ke nei huo si xian,konehosu jun,konejosa ka'unti,mqatʿt kwnyhws,Конехос,Округ Конехос,Քոնայհոս շրջան,مقاطعة كونيهوس,کنیہوز کاؤنٹی، کولوراڈو,کونیوس کاؤنٹی,কোনেজোস কাউন্টি,コネホス郡,科內霍斯縣		US	CO	021	8256	America/Denver
5418130	Costilla County	costilla-county	Comitatul Costilla,Comte de Costilla,Comté de Costilla,Condado de Costilla,Condado han Costilla,Contea di Costilla,Costilla,Costilla Kun,Costilla Kūn,Costilla konderria,Costilla maakond,Costilla megye,Hrabstwo Costilla,Kostija,Kostil'ja,Kostilla,Okrug Kostija,Quan Costilla,Quận Costilla,ke si di ya xian,kostilla ka'unti,kosutira jun,mqatʿt kwstyla,shhrstan kwstya  klradw,Костилла,Костия,Костілья,Округ Костија,Քոստիլա շրջան,شهرستان کوستیا، کلرادو,مقاطعة كوستيلا,کوسٹلا کاؤنٹی,کوسٹیلا کاؤنٹی، کولوراڈو,কোস্টিল্লা কাউন্টি,コスティラ郡,科斯蒂亞縣		US	CO	023	3524	America/Denver
5418687	Crowley County	crowley-county	Comitatul Crowley,Comte de Crowley,Comté de Crowley,Condado de Crowley,Condado han Crowley,Contea di Crowley,Crowley,Crowley Kun,Crowley Kūn,Crowley konderria,Crowley maakond,Crowley megye,Hrabstwo Crowley,Krauli,Krouli,Okrug Krouli,Quan Crowley,Quận Crowley,ke luo li xian,krarale ka'unti,kurouri jun,mqatʿt krwly,shhrstan krawly  klradw,Краули,Кроули,Кроулі,Округ Кроули,Քրոուլի շրջան,شهرستان کراولی، کلرادو,مقاطعة كرولي,کرولی کاؤنٹی,کرولی کاؤنٹی، کولوراڈو,ক্রৱলে কাউন্টি,クロウリー郡,克羅利縣		US	CO	025	5823	America/Denver
5418854	Custer County	custer-county	Comitatul Custer,Comte de Custer,Comté de Custer,Condado de Custer,Condado han Custer,Contea di Custer,Custer,Custer Kun,Custer Kūn,Custer konderria,Custer megye,Custeri maakond,Hrabstwo Custer,Kaster,Kustur,Okrug Kaster,Quan Custer,Quận Custer,ka si te xian,kastera ka'unti,kasuta jun,mqatʿt kstr,shhrstan kastr  klradw,Кастер,Къстър,Округ Кастер,Քաստեր շրջան,شهرستان کاستر، کلرادو,مقاطعة كستر,کسٹر کاؤنٹی، کولوراڈو,کیسٹر کاؤنٹی، کولوراڈو,কাস্টের কাউন্টি,カスター郡,卡斯特縣		US	CO	027	4255	America/Denver
5419338	Delta County	delta-county	Comitatul Delta,Comte de Delta,Comté de Delta,Condado de Delta,Condado han Delta,Contea di Delta,Del'ta,Delta,Delta Kun,Delta Kūn,Delta konderria,Delta maakond,Delta megye,Delta srjan,Hrabstwo Delta,Okrug Delta,Quan Delta,Quận Delta,de er ta xian,delta ka'unti,deruta jun,mqatʿt dlta,shhrstan dlta  klradw,Делта,Дельта,Округ Делта,Դելտա շրջան,شهرستان دلتا، کلرادو,مقاطعة دلتا,ڈیلٹا کاؤنٹی,ڈیلٹا کاؤنٹی، کولوراڈو,ডেল্টা কাউন্টি,デルタ郡,德爾塔縣		US	CO	029	30952	America/Denver
5419396	Denver County	denver-county	Comte de Denver,Comté de Denver,Denver		US	CO	031	600158	America/Denver
5419761	Dolores County	dolores-county	Comitatul Dolores,Comte de Dolores,Comté de Dolores,Condado de Dolores,Condado han Dolores,Contea di Dolores,Dolores,Dolores Kun,Dolores Kūn,Dolores konderria,Dolores megye,Dolores srjan,Dolorese maakond,Hrabstwo Dolores,Okrug Dolores,Quan Dolores,Quận Dolores,doloresa ka'unti,dororesu jun,duo luo lei si xian,mqatʿt dwlwrys,shhrstan dwlwrs  klradw,Долорес,Округ Долорес,Դոլորես շրջան,شهرستان دولورس، کلرادو,مقاطعة دولوريس,ڈولوریس کاؤنٹی,ڈولوریس کاؤنٹی، کولوراڈو,ডোলোরেস কাউন্টি,ドロレス郡,多洛雷斯縣		US	CO	033	2064	America/Denver
5419891	Douglas County	douglas-county	Comitatul Douglas,Comte de Douglas,Comté de Douglas,Condado de Douglas,Condado han Douglas,Contea di Douglas,Douglas,Douglas Kun,Douglas Kūn,Douglas konderria,Douglas megye,Douglase maakond,Duglas,Duglas srjan,Hrabstwo Douglas,Okrug Daglas,Quan Douglas,Quận Douglas,dagalasa ka'unti,dagurasu jun,dao ge la si xian,mqatʿt dwghlas,shhrstan daglas  klradw,Дуглас,Дъглас,Округ Даглас,Դուգլաս շրջան,شهرستان داگلاس، کلرادو,مقاطعة دوغلاس,ڈگلس کاؤنٹی، کولوراڈو,ডগলাস কাউন্টি,ダグラス郡,道格拉斯縣		US	CO	035	285465	America/Denver
5420332	Eagle County	eagle-county	Comitatul Eagle,Comte d'Eagle,Comté d'Eagle,Condado de Eagle,Condado han Eagle,Contea di Eagle,Eagle,Eagle Kun,Eagle Kūn,Eagle konderria,Eagle megye,Eaglei maakond,Hrabstwo Eagle,Igl,Igl srjan,Igul,Okrug Igl,Quan Eagle,Quận Eagle,igala ka'unti,iguru jun,mqatʿt ayghl,shhrstan aygl  klradw,yi ge er xian,Іґл,Игл,Игъл,Округ Игл,Իգլ շրջան,ایگل کاؤنٹی,ایگل کاؤنٹی، کولوراڈو,شهرستان ایگل، کلرادو,مقاطعة إيغل,ঈগল কাউন্টি,イーグル郡,伊格爾縣		US	CO	037	52197	America/Denver
5420926	El Paso County	el-paso-county	Comitatul El Paso,Comte d'El Paso,Comté d'El Paso,Condado de El Paso,Condado han El Paso,Contea di El Paso,Ehl'-Paso,El Paso,El Paso Kun,El Paso Kūn,El Paso konderria,El Paso maakond,El Paso megye,El Paso srjan,El'-Paso,Hrabstwo El Paso,Okrug El Paso,Quan El Paso,Quận El Paso,e er ba suo xian,ela paso ka'unti,mqatʿt al basw,shhrstan al pasw  klradw,Ел Пасо,Ель-Пасо,Округ Ел Пасо,Эль-Пасо,Էլ Պասո շրջան,ال پاسو کاؤنٹی، کولوراڈو,ایل پاسو کاؤنٹی، کولوراڈو,شهرستان ال پاسو، کلرادو,مقاطعة إل باسو,এল পাসো কাউন্টি,エル・パソ郡,厄爾巴索縣		US	CO	041	622263	America/Denver
5420936	Elbert County	elbert-county	Comitatul Elbert,Comte d'Elbert,Comté d'Elbert,Condado de Elbert,Condado han Elbert,Contea di Elbert,Ehlbert,Elbert,Elbert Kun,Elbert Kūn,Elbert konderria,Elbert megye,Elbert srjan,Elberti maakond,Elburt,Hrabstwo Elbert,Okrug Elbert,Quan Elbert,Quận Elbert,ai bo te xian,elabarta ka'unti,erubato jun,shhrstan albrt  klradw,Елберт,Елбърт,Округ Елберт,Элберт,Էլբերտ շրջան,البرٹ کاؤنٹی، کولوراڈو,ایلبرٹ کاؤنٹی، کولوراڈو,شهرستان البرت، کلرادو,مقاطعة إلبيرت,এলবার্ট কাউন্টি,エルバート郡,艾伯特縣		US	CO	039	23086	America/Denver
5445855	Logan County	logan-county	Comitatul Logan,Comte de Logan,Comté de Logan,Condado de Logan,Condado han Logan,Contea di Logan,Hrabstwo Logan,Logan,Logan Comitatus,Logan County,Logan Kun,Logan Kūn,Logan konderria,Logan megye,Logan srjan,Okrug Logan,Quan Logan,Quận Logan,Saint John County,logana ka'unti,luo gen xian,mqatʿt lwghan,rogan jun,shhrstan lwgan  kanzas,Логан,Лоґан,Округ Логан,Լոգան շրջան,شهرستان لوگان، کانزاس,لوگن کاؤنٹی، کنساس,مقاطعة لوغان,লোগান কাউন্টি,ローガン郡,洛根縣		US	KS	109	2756	America/Chicago
5422448	Fremont County	fremont-county	Comitatul Fremont,Comte de Fremont,Comté de Fremont,Condado de Fremont,Condado han Fremont,Contea di Fremont,Fremont,Fremont Kun,Fremont Kūn,Fremont konderria,Fremont megye,Fremonti maakond,Frimont,Frimont srjan,Hrabstwo Fremont,Okrug Frimont,Quan Fremont,Quận Fremont,fu li meng te xian,furemonto jun,mqatʿt frymwnt,phrimanta ka'unti,shhrstan frmwnt  klradw,Округ Фримонт,Фремонт,Фримонт,Ֆրիմոնտ շրջան,شهرستان فرمونت، کلرادو,فریمونٹ کاؤنٹی,فریمونٹ کاؤنٹی، کولوراڈو,مقاطعة فريمونت,ফ্রীমন্ট কাউন্টি,フレモント郡,弗里蒙特縣		US	CO	043	46824	America/Denver
5422751	Garfield County	garfield-county	Comitatul Garfield,Comte de Garfield,Comté de Garfield,Condado de Garfield,Condado han Garfield,Contea di Garfield,Garfield,Garfield Kun,Garfield Kūn,Garfield konderria,Garfield megye,Garfieldi maakond,Garfijld,Garfild,Garfild srjan,Hrabstwo Garfield,Okrug Garfild,Quan Garfield,Quận Garfield,gafirudo jun,garaphilda ka'unti,jia fei er de xian,mqatʿt gharfyld,shhrstan garfyld  klradw,Гарфийлд,Гарфилд,Округ Гарфилд,Ґарфілд,Գարֆիլդ շրջան,شهرستان گارفیلد، کلرادو,مقاطعة غارفيلد,گارفیلڈ کاؤنٹی، کولوراڈو,গারফিল্ড কাউন্টি,ガーフィールド郡,加菲爾德縣		US	CO	045	56389	America/Denver
5422987	Gilpin County	gilpin-county	Comitatul Gilpin,Comte de Gilpin,Comté de Gilpin,Condado de Gilpin,Condado han Gilpin,Contea di Gilpin,Gilpin,Gilpin Kun,Gilpin Kūn,Gilpin konderria,Gilpin megye,Gilpin srjan,Gilpini maakond,Hrabstwo Gilpin,Okrug Gilpin,Quan Gilpin,Quận Gilpin,gilapina ka'unti,girupin jun,ji er ping xian,mqatʿt ghylbyn,shhrstan gylpyn  klradw,Гилпин,Округ Гилпин,Ґілпін,Գիլպին շրջան,شهرستان گیلپین، کلرادو,مقاطعة غيلبين,گلپن کاؤنٹی,گلپن کاؤنٹی، کولوراڈو,গিলপিন কাউন্টি,ギルピン郡,吉爾平縣		US	CO	047	5441	America/Denver
5424092	Gunnison County	gunnison-county	Comitatul Gunnison,Comte de Gunnison,Comté de Gunnison,Condado de Gunnison,Condado han Gunnison,Contea di Gunnison,Ganison srjan,Gannison,Gunisun,Gunnison,Gunnison Kun,Gunnison Kūn,Gunnison konderria,Gunnison megye,Gunnisoni maakond,Hrabstwo Gunnison,Okrug Ganison,Quan Gunnison,Quận Gunnison,gan ni sen xian,ganison jun,gunnisana ka'unti,mqatʿt ghwnyswn,shhrstan ganyswn  klradw,Ганнисон,Гънисън,Округ Ганисон,Ґаннісон,Գանիսոն շրջան,شهرستان گانیسون، کلرادو,مقاطعة غونيسون,گنیسن کاؤنٹی,گینیسن کاؤنٹی، کولوراڈو,গুন্নিসন কাউন্টি,ガニソン郡,甘尼森縣		US	CO	051	15324	America/Denver
5425136	Hinsdale County	hinsdale-county	Comitatul Hinsdale,Comte de Hinsdale,Comté de Hinsdale,Condado de Hinsdale,Condado han Hinsdale,Contea di Hinsdale,Ginsdejl,Hinsdale,Hinsdale Kun,Hinsdale Kūn,Hinsdale konderria,Hinsdale megye,Hinsdalei maakond,Hinsdeyl srjan,Hrabstwo Hinsdale,Khinsdejl,Okrug Khinsdejl,Quan Hinsdale,Quận Hinsdale,hinsadela ka'unti,hinzuderu jun,mqatʿt hynsdal,shhrstan hynzdyl  klradw,xin si dai er xian,Гінсдейл,Округ Хинсдејл,Хинсдейл,Հինսդեյլ շրջան,شهرستان هینزدیل، کلرادو,مقاطعة هينسدال,ہنزڈیل کاؤنٹی,ہنزڈیل کاؤنٹی، کولوراڈو,হিন্সডেল কাউন্টি,ヒンズデール郡,欣斯代爾縣		US	CO	053	843	America/Denver
5425737	Huerfano County	huerfano-county	Comitatul Huerfano,Comte de Huerfano,Comté de Huerfano,Condado de Huerfano,Condado de Huérfano,Condado han Huerfano,Contea di Huerfano,Hrabstwo Huerfano,Huerfano,Huerfano Kun,Huerfano Kūn,Huerfano konderria,Huerfano maakond,Huerfano megye,Okrug Orfano,Owerfano srjan,Quan Huerfano,Quận Huerfano,Uehrfano,Uerfano,Verfano,huyeraphano ka'unti,hyufano jun,mqatʿt hwrfanw,wei er fa nuo xian,Верфано,Округ Орфано,Уерфано,Уэрфано,Ուերֆանո շրջան,مقاطعة هورفانو,ہوئیرفانو کاؤنٹی، کولوراڈو,ہیورفانو کاؤنٹی,হুয়েরফানো কাউন্টি,ヒューファノ郡,韋爾法諾縣		US	CO	055	6711	America/Denver
5426503	Jefferson County	jefferson-county	Comitatul Jefferson,Comte de Jefferson,Comté de Jefferson,Condado de Jefferson,Condado han Jefferson,Contea di Jefferson,Dzhefersun,Dzhefferson,Hrabstwo Jefferson,Jeferson srjan,Jefferson,Jefferson Kun,Jefferson Kūn,Jefferson konderria,Jefferson megye,Jeffersoni maakond,Okrug DZeferson,Quan Jefferson,Quận Jefferson,jefason jun,jepharasana ka'unti,jie fei xun xian,mqatʿt jyfyrswn,shhrstan jfrswn  klradw,Джеферсън,Джефферсон,Округ Џеферсон,Ջեֆերսոն շրջան,جیفرسن کاؤنٹی، کولوراڈو,شهرستان جفرسون، کلرادو,مقاطعة جيفيرسون,জেফারশন কাউন্টি,ジェファーソン郡,杰斐逊县		US	CO	059	534543	America/Denver
5427500	Kiowa County	kiowa-county	Comitatul Kiowa,Comte de Kiowa,Comté de Kiowa,Condado de Kiowa,Condado han Kiowa,Contea di Kiowa,Hrabstwo Kiowa,Kajoua,Kajova,Kiowa,Kiowa Kun,Kiowa Kūn,Kiowa konderria,Kiowa maakond,Kiowa megye,Okrug Kajova,Quan Kiowa,Quận Kiowa,ka'iraa ka'unti,kai e wa xian,kaiowa jun,mqatʿt kywwa,shhrstan kywwa  klradw,Кайова,Кайоуа,Округ Кајова,Քիովա շրջան,شهرستان کیووا، کلرادو,مقاطعة كيووا,کآئیووا کاؤنٹی، کولوراڈو,کیووا کاشنٹی,কাইৱা কাউন্টি,カイオワ郡,凱厄瓦縣		US	CO	061	1398	America/Denver
5427526	Kit Carson County	kit-carson-county	Comitatul Kit Carson,Comte de Kit Carson,Comté de Kit Carson,Condado de Kit Carson,Condado han Kit Carson,Contea di Kit Carson,Hrabstwo Kit Carson,Kit Carson,Kit Carson Kun,Kit Carson Kūn,Kit Carson konderria,Kit Carson megye,Kit Carsoni maakond,Kit Karsun,Kit-Karson,Okrug Kit Karson,Quan Kit Carson,Quận Kit Carson,ji te ka sen xian,kita karasana ka'unti,kittokason jun,mqatʿt kyt karswn,shhrstan kyt karswn  klradw,Кит Карсън,Кит-Карсон,Кіт-Карсон,Округ Кит Карсон,Քիտ Քարսոն շրջան,شهرستان کیت کارسون، کلرادو,مقاطعة كيت كارسون,کٹ کارسن کاؤنٹی,کٹ کارسن کاؤنٹی، کولوراڈو,কিট কারসন কাউন্টি,キットカーソン郡,基特卡森縣		US	CO	063	8270	America/Denver
5427717	La Plata County	la-plata-county	Comitatul La Plata,Comte de La Plata,Comté de La Plata,Condado de La Plata,Condado han La Plata,Contea di La Plata,Hrabstwo La Plata,La Plata,La Plata Kun,La Plata Kūn,La Plata konderria,La Plata maakond,La Plata megye,La Plata srjan,La-Plata,Okrug La Plata,Quan La Plata,Quận La Plata,la plata ka'unti,la pu la ta xian,mqatʿt la blata,rapurata jun,shhrstan la plata  klradw,Ла Плата,Ла-Плата,Округ Ла Плата,Լա Պլատա շրջան,شهرستان لا پلاتا، کلرادو,لا پلاٹا کاؤنٹی,لا پلاٹا کاؤنٹی، کولوراڈو,مقاطعة لا بلاتا,লা প্লাটা কাউন্টি,ラプラタ郡,拉普拉塔縣		US	CO	067	51334	America/Denver
5428059	Las Animas County	las-animas-county	Comitatul Las Animas,Comte de Las Animas,Comté de Las Animas,Condado de Las Animas,Condado de Las Ánimas,Condado han Las Animas,Contea di Las Animas,Hrabstwo Las Animas,Las Animas,Las Animas Kun,Las Animas Kūn,Las Animas konderria,Las Animas megye,Las Animas srjan,Las Animase maakond,Las-Animas,Okrug Las Animas,Quan Las Animas,Quận Las Animas,la si a ni ma si xian,lasa animasa ka'unti,mqatʿt las anymas,rasuanimasu jun,shhrstan las anymas  klradw,Лас Анимас,Лас-Анимас,Лас-Анімас,Округ Лас Анимас,Լաս Անիմաս շրջան,شهرستان لاس انیماس، کلرادو,لاس آنیماس کاؤنٹی,لاس انیماس کاؤنٹی، کولوراڈو,مقاطعة لاس أنيماس,লস আনিমাস কাউন্টি,ラスアニマス郡,拉斯阿尼馬斯縣		US	CO	071	15507	America/Denver
5428518	Lincoln County	lincoln-county	Comitatul Lincoln,Comte de Lincoln,Comté de Lincoln,Condado de Lincoln,Condado han Lincoln,Contea di Lincoln,Hrabstwo Lincoln,Lincoln,Lincoln Kun,Lincoln Kūn,Lincoln konderria,Lincoln megye,Lincolni maakond,Linkol'n,Linkoln srjan,Linkuln,Okrug Linkoln,Quan Lincoln,Quận Lincoln,lin ken xian,linkana ka'unti,mqatʿt lynkwn,rinkan jun,shhrstan lynkln  klradw,Линкольн,Линкълн,Лінкольн,Округ Линколн,Լինկոլն շրջան,شهرستان لینکلن، کلرادو,لنکن کاؤنٹی، کولوراڈو,مقاطعة لينكون,লিঙ্কন কাউন্টি,リンカーン郡,林肯縣		US	CO	073	5467	America/Denver
5430806	Mesa County	mesa-county	Comitatul Mesa,Comte de Mesa,Comté de Mesa,Condado de Mesa,Condado han Mesa,Contea di Mesa,Hrabstwo Mesa,Mejsa,Mesa,Mesa Kun,Mesa Kūn,Mesa konderria,Mesa maakond,Mesa megye,Mesa srjan,Okrug Mesa,Quan Mesa,Quận Mesa,mei sa xian,mesa jun,mesa ka'unti,mqatʿt mysa,shhrstan mysa  klradw,Мейса,Меса,Округ Меса,Մեսա շրջան,شهرستان میسا، کلرادو,مقاطعة ميسا,میسا کاؤنٹی,میسا کاؤنٹی، کولوراڈو,মেসা কাউন্টি,メサ郡,梅薩縣		US	CO	077	146723	America/Denver
5431333	Mineral County	mineral-county	Comitatul Mineral,Comte de Mineral,Comté de Mineral,Condado de Mineral,Condado han Mineral,Contea di Mineral,Hrabstwo Mineral,Mineral,Mineral Kun,Mineral Kūn,Mineral konderria,Mineral megye,Mineral srjan,Minerali maakond,Okrug Mineral,Quan Mineral,Quận Mineral,mi na lei er xian,minerala ka'unti,mineraru jun,mqatʿt mynral,shhrstan mynral  klradw,Минерал,Мінерал,Округ Минерал,Միներալ շրջան,شهرستان مینرال، کلرادو,مقاطعة مينرال,منرل کاؤنٹی، کولوراڈو,মিনেরাল কাউন্টি,ミネラル郡,米納勒爾縣		US	CO	079	712	America/Denver
5431680	Montezuma County	montezuma-county	Comitatul Montezuma,Comte de Montezuma,Comté de Montezuma,Condado de Montezuma,Condado han Montezuma,Contea di Montezuma,Hrabstwo Montezuma,Mantuzuma,Montesuma,Montezuma,Montezuma Kun,Montezuma Kūn,Montezuma konderria,Montezuma maakond,Montezuma megye,Montezuma srjan,Okrug Montezuma,Quan Montezuma,Quận Montezuma,mantejuma ka'unti,meng ti zu ma xian,montezuma jun,mqatʿt mwntyzwma,shhrstan mantzwma  klradw,Мантъзума,Монтесума,Округ Монтезума,Մոնտեզումա շրջան,شهرستان مانتزوما، کلرادو,مقاطعة مونتيزوما,مونٹزوما کاؤنٹی، کولوراڈو,مونٹیزوما کاؤنٹی,মন্টেজুমা কাউন্টি,モンテズマ郡,蒙提祖馬縣		US	CO	083	25535	America/Denver
5431716	Montrose County	montrose-county	Comitatul Montrose,Comte de Montrose,Comté de Montrose,Condado de Montrose,Condado han Montrose,Contea di Montrose,Hrabstwo Montrose,Montrose,Montrose Kun,Montrose Kūn,Montrose konderria,Montrose megye,Montrosei maakond,Montrouz,Montroz,Montroz srjan,Okrug Montrouz,Quan Montrose,Quận Montrose,meng te luo si xian,montaroja ka'unti,montorozu jun,mqatʿt mwntrwz,shhrstan mantrwwz  klradw,Монтроз,Монтроуз,Округ Монтроуз,Մոնտրոզ շրջան,شهرستان مانترووز، کلرادو,مقاطعة مونتروز,مونٹروز کاؤنٹی,مونٹروز کاؤنٹی، کولوراڈو,মোন্টরোজ কাউন্টি,モントローズ郡,蒙特罗斯县		US	CO	085	41276	America/Denver
5433658	Otero County	otero-county	Comitatul Otero,Comte d'Otero,Comté d'Otero,Condado de Otero,Condado han Otero,Contea di Otero,Hrabstwo Otero,Okrug Otero,Otero,Otero Kun,Otero Kūn,Otero konderria,Otero maakond,Otero megye,Otero srjan,Quan Otero,Quận Otero,ao te luo xian,mqatʿt awtyrw,otero jun,otero ka'unti,shhrstan atrw  klradw,Округ Отеро,Отеро,Օտերո շրջան,اوٹیرو کاؤنٹی,اوٹیرو کاؤنٹی، کولوراڈو,شهرستان آترو، کلرادو,مقاطعة أوتيرو,ওটেরো কাউন্টি,オテロ郡,奧特羅縣		US	CO	089	18831	America/Denver
5433677	Ouray County	ouray-county	Comitatul Ouray,Comte d'Ouray,Comté d'Ouray,Condado de Ouray,Condado han Ouray,Contea di Ouray,Hrabstwo Ouray,Jurej,Okrug Jerej,Ouray,Ouray Kun,Ouray Kūn,Ouray konderria,Ouray maakond,Ouray megye,Quan Ouray,Quận Ouray,Urej,Yurey srjan,aure ka'unti,mqatʿt awray,shhrstan awray  klradw,wu lei xian,yuarei jun,Округ Јереј,Урей,Юрей,Յուրեյ շրջան,اوریے کاؤنٹی، کولوراڈو,اورے کاؤنٹی,شهرستان اورای، کلرادو,مقاطعة أوراي,ঔরে কাউন্টি,ユアレイ郡,烏雷縣		US	CO	091	4436	America/Denver
5433959	Park County	park-county	Comitatul Park,Comte de Park,Comté de Park,Condado de Park,Condado han Park,Contea di Park,Hrabstwo Park,Okrug Park,Park,Park Kun,Park Kūn,Park konderria,Park megye,Parki maakond,Quan Park,Quận Park,mqatʿt bark,pa ke xian,paku jun,parka ka'unti,shhrstan park  klradw,Округ Парк,Парк,Փարկ շրջան,شهرستان پارک، کلرادو,مقاطعة بارك,پارک کاؤنٹی,پارک کاؤنٹی، کولوراڈو,পার্ক কাউন্টি,パーク郡,帕克縣		US	CO	093	16206	America/Denver
5434773	Pitkin County	pitkin-county	Comitatul Pitkin,Comte de Pitkin,Comté de Pitkin,Condado de Pitkin,Condado han Pitkin,Contea di Pitkin,Hrabstwo Pitkin,Okrug Pitkin,Pitkin,Pitkin Kun,Pitkin Kūn,Pitkin konderria,Pitkin megye,Pitkini maakond,Pitkinin piirikunta,Quan Pitkin,Quận Pitkin,mqatʿt bytkyn,pi te jin xian,pitakina ka'unti,pitokin jun,shhrstan pyktyn  klradw,Округ Питкин,Питкин,Піткін,Փիտկին շրջան,شهرستان پیکتین، کلرادو,مقاطعة بيتكين,پٹکن کاؤنٹی,پٹکن کاؤنٹی، کولوراڈو,পিটকিন কাউন্টি,ピトキン郡,皮特金縣		US	CO	097	17148	America/Denver
5435436	Prowers County	prowers-county	Comitatul Prowers,Comte de Prowers,Comté de Prowers,Condado de Prowers,Condado han Prowers,Contea di Prowers,Hrabstwo Prowers,Okrug Prauers,Prauehrs,Prauurs,Provers,Prowers,Prowers Kun,Prowers Kūn,Prowers konderria,Prowers megye,Prowersi maakond,Quan Prowers,Quận Prowers,mqatʿt brwyrz,proraersa ka'unti,pu luo wei si xian,purowazu jun,Округ Прауерс,Прауърс,Прауэрс,Проверс,Փրովերս շրջան,مقاطعة برويرز,پراورز کاؤنٹی، کولوراڈو,پرورز کاؤنٹی,প্রোৱের্স কাউন্টি,プロワーズ郡,普洛韋斯縣		US	CO	099	12551	America/Denver
5435465	Pueblo County	pueblo-county	Comitatul Pueblo,Comte de Pueblo,Comté de Pueblo,Condado de Pueblo,Condado han Pueblo,Contea di Pueblo,Hrabstwo Pueblo,Okrug Pueblo,Pueblo,Pueblo Kun,Pueblo Kūn,Pueblo konderria,Pueblo maakond,Pueblo megye,Puehblo,Quan Pueblo,Quận Pueblo,mqatʿt bwyblw,pu wei bu luo xian,pueburo jun,puyebalo ka'unti,shhrstan pwblww  klradw,Округ Пуебло,Пуебло,Пуэбло,Փուեբլո շրջան,شهرستان پوبلوو، کلرادو,مقاطعة بويبلو,پوابلو کاؤنٹی، کولوراڈو,پیوبلو کاؤنٹی,পুয়েবলো কাউন্টি,プエブロ郡,普韋布洛縣		US	CO	101	159063	America/Denver
5436472	Rio Blanco County	rio-blanco-county	Comitatul Rio Blanco,Comte de Rio Blanco,Comté de Rio Blanco,Condado de Rio Blanco,Condado de Río Blanco,Condado han Rio Blanco,Contea di Rio Blanco,Hrabstwo Rio Blanco,Okrug Rio Blanko,Quan Rio Blanco,Quận Rio Blanco,Rio Blanco,Rio Blanco Kun,Rio Blanco Kūn,Rio Blanco konderria,Rio Blanco maakond,Rio Blanco megye,Rio Blanko,Rio Blanko srjan,Rio-Blanko,li ao bu lan ke xian,mqatʿt ryw blankw,ri'o blanka ka'unti,rioburanko jun,shhrstan ryw blankw  klradw,Округ Рио Бланко,Рио Бланко,Рио-Бланко,Ріо-Бланко,Ռիո Բլանկո շրջան,ریو بلانکو کاؤنٹی,ریو بلانکو کاؤنٹی، کولوراڈو,شهرستان ریو بلانکو، کلرادو,مقاطعة ريو بلانكو,রিও ব্লাঙ্ক কাউন্টি,リオブランコ郡,里奧布蘭科縣		US	CO	103	6666	America/Denver
5436477	Rio Grande County	rio-grande-county	Comitatul Rio Grande,Comte de Rio Grande,Comté de Rio Grande,Condado de Rio Grande,Condado de Río Grande,Condado han Rio Grande,Contea di Rio Grande,Hrabstwo Rio Grande,Okrug Rio Grand,Quan Rio Grande,Quận Rio Grande,Rio Grande,Rio Grande Kun,Rio Grande Kūn,Rio Grande konderria,Rio Grande maakond,Rio Grande megye,Rio Grande srjan,Rio-Grande,li ao ge lan de xian,mqatʿt ryw ghrand,ri'o grande ka'unti,riogurande jun,shhrstan ryw grynd  klradw,Округ Рио Гранд,Рио Гранде,Рио-Гранде,Ріо-Гранде,Ռիո Գրանդե շրջան,ریو گرانڈے کاؤنٹی,ریو گرینڈے کاؤنٹی، کولوراڈو,شهرستان ریو گریند، کلرادو,مقاطعة ريو غراند,রিও গ্রান্ডে কাউন্টি,リオグランデ郡,里奧格蘭德縣		US	CO	105	11982	America/Denver
5437350	Saguache County	saguache-county	Comitatul Saguache,Comte de Saguache,Comté de Saguache,Condado de Saguache,Condado han Saguache,Contea di Saguache,Hrabstwo Saguache,Okrug Savach,Quan Saguache,Quận Saguache,Saguache,Saguache Kun,Saguache Kūn,Saguache konderria,Saguache megye,Saguachei maakond,Sauach,Savoch,Siguas srjan,Suuach,mqatʿt saghwatsh,sa wo qi xian,saguraace ka'unti,sawachi jun,shhrstan sgwaych  klradw,Округ Савач,Савоч,Сауач,Съуач,Սիգուաշ շրջան,ساواچ کاؤنٹی، کولوراڈو,ساگواچے کاؤنٹی,شهرستان سگوایچ، کلرادو,مقاطعة ساغواتش,সাগুৱাচে কাউন্টি,サワチ郡,薩沃奇縣		US	CO	109	6108	America/Denver
5437668	San Juan County	san-juan-county	Comitatul San Juan,Comte de San Juan,Comté de San Juan,Condado de San Juan,Condado han San Juan,Contea di San Juan,Hrabstwo San Juan,Okrug San Khuan,Quan San Juan,Quận San Juan,San Juan,San Juan Kun,San Juan Kūn,San Juan konderria,San Juan megye,San Juani maakond,San Khuan,San Xuan srjan,San-Khuan,mqatʿt san khwan,sana juyana ka'unti,sanfan jun,sheng hu an xian,shhrstan sn khwan  klradw,Округ Сан Хуан,Сан Хуан,Сан-Хуан,Սան Խուան շրջան,سان جوان کاؤنٹی، کولوراڈو,سان خوان کاؤنٹی، کولوراڈو,شهرستان سن خوان، کلرادو,مقاطعة سان خوان,সান জুয়ান কাউন্টি,サンファン郡,聖胡安縣		US	CO	111	699	America/Denver
5437707	San Miguel County	san-miguel-county	Comitatul San Miguel,Comte de San Miguel,Comté de San Miguel,Condado de San Miguel,Condado han San Miguel,Contea di San Miguel,Hrabstwo San Miguel,Okrug San Migel,Quan San Miguel,Quận San Miguel,San Migel,San Migel srjan,San Miguel,San Miguel Kun,San Miguel Kūn,San Miguel konderria,San Miguel megye,San Migueli maakond,San-Migel',mqatʿt san myghyl,sana miguraela ka'unti,sanmigeru jun,sheng mi ge er xian,shhrstan sn mygl  klradw,Округ Сан Мигел,Сан Мигел,Сан-Мигель,Сан-Міґель,Սան Միգել շրջան,سان مگوول کاؤنٹی,سان میگیل کاؤنٹی، کولوراڈو,شهرستان سن میگل، کلرادو,مقاطعة سان ميغيل,সান মিগুৱেল কাউন্টি,サンミゲル郡,聖米格爾縣		US	CO	113	7359	America/Denver
5440680	Summit County	summit-county	Comitatul Summit,Comte de Summit,Comté de Summit,Condado de Summit,Condado han Summit,Contea di Summit,Hrabstwo Summit,Okrug Samit,Quan Summit,Quận Summit,Sammit,Sumit,Summit,Summit Kun,Summit Kūn,Summit konderria,Summit megye,Summiti maakond,mqatʿt smyt,sa mi te xian,samita ka'unti,samitto jun,shhrstan samyt  klradw,Округ Самит,Саммит,Самміт,Съмит,Սամիթ շրջան,سمٹ کاؤنٹی، کولوراڈو,شهرستان سامیت، کلرادو,مقاطعة سميت,সামিট কাউন্টি,サミット郡,薩米特縣		US	CO	117	27994	America/Denver
5441188	Teller County	teller-county	Comitatul Teller,Comte de Teller,Comté de Teller,Condado de Teller,Condado han Teller,Contea di Teller,Hrabstwo Teller,Okrug Teler,Quan Teller,Quận Teller,Teller,Teller Kun,Teller Kūn,Teller konderria,Teller megye,Telleri maakond,Telur,mqatʿt tylyr,shhrstan tlr  klradw,te lei xian,telara ka'unti,tera jun,Округ Телер,Теллер,Телър,Թելլեր շրջան,شهرستان تلر، کلرادو,مقاطعة تيلير,ٹیلر کاؤنٹی، کولوراڈو,টেলার কাউন্টি,テラー郡,特勒縣		US	CO	119	23350	America/Denver
5443305	Washington County	washington-county	Comitatul Washington,Comte de Washington,Comté de Washington,Condado de Washington,Condado han Washington,Contea di Washington,Hrabstwo Washington,Okrug Vashington,Quan Washington,Quận Washington,Uoshingtun,Vashington,Vasington srjan,Washington,Washington Kun,Washington Kūn,Washington konderria,Washington megye,Washingtoni maakond,hua sheng dun xian,mqatʿt washntn,raasintana ka'unti,shhrstan washyngtn  klradw,washinton jun,Вашингтон,Округ Вашингтон,Уошингтън,Վաշինգտոն շրջան,شهرستان واشینگتن، کلرادو,مقاطعة واشنطن,واشنگٹن کاؤنٹی، کولوراڈو,ৱাশিংটন কাউন্টি,ワシントン郡,華盛頓縣		US	CO	121	4814	America/Denver
5444907	Yuma County	yuma-county	Comitatul Yuma,Comte de Yuma,Comté de Yuma,Condado de Yuma,Condado han Yuma,Contea di Yuma,Hrabstwo Yuma,Juma,Okrug Juma,Quan Yuma,Quận Yuma,Yuma,Yuma Kun,Yuma Kūn,Yuma konderria,Yuma maakond,Yuma megye,Yuma srjan,shhrstan ywma  klradw,you ma xian,yuma jun,yuma ka'unti,Округ Јума,Юма,Յումա շրջան,شهرستان یوما، کلرادو,مقاطعة يوما,یوما کاؤنٹی,یوما کاؤنٹی، کولوراڈو,য়ুমা কাউন্টি,ユマ郡,尤馬縣		US	CO	125	10043	America/Denver
5445155	Cheyenne County	cheyenne-county	Cheyenne,Cheyenne Comitatus,Cheyenne Kun,Cheyenne Kūn,Cheyenne konderria,Cheyenne megye,Comitatul Cheyenne,Comte de Cheyenne,Comté de Cheyenne,Condado de Cheyenne,Condado han Cheyenne,Contea di Cheyenne,Hrabstwo Cheyenne,Okrug Shajen,Quan Cheyenne,Quận Cheyenne,Sayen srjan,Shaenn,Shajen,Shajenn,ceyanne ka'unti,mqatʿt shayan,shaian jun,shhrstan shayn  kanzas,xia yan xian,Округ Шајен,Шайен,Шайенн,Шаєнн,Շայեն շրջան,شاین کاؤنٹی، کنساس,شهرستان شاین، کانزاس,مقاطعة شايان,চেয়ান্নে কাউন্টি,シャイアン郡,夏延縣		US	KS	023	2726	America/Chicago
5445268	Decatur County	decatur-county	Comitatul Decatur,Comte de Decatur,Comté de Decatur,Condado de Decatur,Condado han Decatur,Contea di Decatur,Decatur,Decatur Comitatus,Decatur Kun,Decatur Kūn,Decatur konderria,Decatur megye,Dekatur,Dekatur srjan,Dekejter,Dikejtur,Hrabstwo Decatur,Okrug Dekejtur,Quan Decatur,Quận Decatur,dekatora ka'unti,di kai te xian,diketa jun,mqatʿt dykatwr,shhrstan dkatwr  kanzas,Декатур,Декейтер,Дикейтър,Округ Декејтур,Դեկատուր շրջան,شهرستان دکاتور، کانزاس,مقاطعة ديكاتور,ڈیکیٹر کاؤنٹی، کنساس,ডেকাটোর কাউন্টি,ディケーター郡,第開特縣		US	KS	039	2961	America/Chicago
5445392	Finney County	finney-county	Comitatul Finney,Comte de Finney,Comté de Finney,Condado de Finney,Condado han Finney,Contea di Finney,Fini,Fini srjan,Finney,Finney Comitatus,Finney County,Finney Kun,Finney Kūn,Finney konderria,Finney megye,Finneyn piirikunta,Finni,Hrabstwo Finney,Okrug Fini,Quan Finney,Quận Finney,Sequoyah County,fen ni xian,fini jun,mqatʿt fyny,phinne'i ka'unti,shhrstan fyny  kanzas,Округ Фини,Фини,Финни,Фінні,Ֆինի շրջան,شهرستان فینی، کانزاس,فنی کاؤنٹی، کنساس,مقاطعة فيني,ফিন্নেই কাউন্টি,フィニー郡,芬尼縣		US	KS	055	36776	America/Chicago
5445489	Gove County	gove-county	Comitatul Gove,Comtat de Gove,Comte de Gove,Comté de Gove,Condado de Gove,Condado han Gove,Contea di Gove,Gouv,Gov,Gov srjan,Gove,Gove Comitatus,Gove Kun,Gove Kūn,Gove konderria,Gove megye,Hrabstwo Gove,Okrug Gouv,Quan Gove,Quận Gove,ge fu xian,gobha ka'unti,govu jun,mqatʿt ghwf,shhrstan gw  kanzas,Гов,Гоув,Округ Гоув,Ґов,Գով շրջան,شهرستان گو، کانزاس,مقاطعة غوف,گوو کاؤنٹی، کنساس,গোভ কাউন্টি,ゴーヴ郡,戈夫縣		US	KS	063	2695	America/Chicago
5445505	Grant County	grant-county	Comitatul Grant,Comte de Grant,Comté de Grant,Condado de Grant,Condado han Grant,Contea di Grant,Grant,Grant Comitatus,Grant Kun,Grant Kūn,Grant konderria,Grant megye,Grant srjan,Hrabstwo Grant,Okrug Grant,Quan Grant,Quận Grant,ge lan te xian,granta ka'unti,guranto jun,mqatʿt ghrant,shhrstan grant  kanzas,Грант,Округ Грант,Գրանտ շրջան,شهرستان گرانت، کانزاس,مقاطعة غرانت,گرانٹ کاؤنٹی، کنساس,গ্রান্ট কাউন্টি,グラント郡,格蘭特縣		US	KS	067	7829	America/Chicago
5445511	Gray County	gray-county	Comitatul Gray,Comte de Gray,Comté de Gray,Condado de Gray,Condado han Gray,Contea di Gray,Gray,Gray Comitatus,Gray Kun,Gray Kūn,Gray konderria,Gray maakond,Gray megye,Grej,Grey srjan,Hrabstwo Gray,Okrug Grej,Quan Gray,Quận Gray,ge lei xian,gre ka'unti,gurei jun,mqatʿt ghray,shhrstan gry  kanzas,Грей,Округ Греј,Ґрей,Գրեյ շրջան,شهرستان گری، کانزاس,مقاطعة غراي,گرے کاؤنٹی، کنساس,গ্রে কাউন্টি,グレイ郡,格雷縣		US	KS	069	6006	America/Chicago
5445516	Greeley County	greeley-county	Comitatul Greeley,Comte de Greeley,Comté de Greeley,Condado de Greeley,Condado han Greeley,Contea di Greeley,Greeley,Greeley Comitatus,Greeley Kun,Greeley Kūn,Greeley konderria,Greeley maakond,Greeley megye,Grijli,Grili,Grili srjan,Hrabstwo Greeley,Okrug Grili,ge li li xian,grileya ka'unti,guriri jun,mqatʿt ghryly,shhrstan gryly  kanzas,Грийли,Грили,Округ Грили,Ґрілі,Գրիլի շրջան,شهرستان گریلی، کانزاس,مقاطعة غريلي,گریلی کاؤنٹی، کنساس,গ্রীলেয় কাউন্টি,グリーリー郡,格里利縣		US	KS	071	1247	America/Denver
5445544	Hamilton County	hamilton-county	Comitatul Hamilton,Comte de Hamilton,Comté de Hamilton,Condado de Hamilton,Condado han Hamilton,Contea di Hamilton,Gamil'ton,Hamilton,Hamilton Comitatus,Hamilton Kun,Hamilton Kūn,Hamilton konderria,Hamilton megye,Hamilton srjan,Hrabstwo Hamilton,Khamiltun,Okrug Khamilton,Quan Hamilton,Quận Hamilton,hamiruton jun,han mi er dun xian,hyamilatana ka'unti,mqatʿt hamyltwn,shhrstan hmyltwn  kanzas,Гамильтон,Гамільтон,Округ Хамилтон,Хамилтън,Համիլտոն շրջան,شهرستان همیلتون، کانزاس,مقاطعة هاميلتون,ہیملٹن کاؤنٹی، کنساس,হ্যামিলটন কাউন্টি,ハミルトン郡,漢密爾頓縣		US	KS	075	2690	America/Denver
5445570	Haskell County	haskell-county	Comitatul Haskell,Comte de Haskell,Comté de Haskell,Condado de Haskell,Condado han Haskell,Contea di Haskell,Gaskell,Haskel srjan,Haskell,Haskell Comitatus,Haskell Kun,Haskell Kūn,Haskell konderria,Haskell megye,Hrabstwo Haskell,Khaskell,Khaskul,Okrug Khaskel,Quan Haskell,Quận Haskell,ha si ke er xian,haskela ka'unti,hasukeru jun,mqatʿt haskyl,shhrstan hskl  kanzas,Гаскелл,Округ Хаскел,Хаскелл,Хаскъл,Հասկել շրջան,شهرستان هسکل، کانزاس,مقاطعة هاسكيل,ہیسکل کاؤنٹی، کنساس,হাস্কেল কাউন্টি,ハスケル郡,哈斯克爾縣		US	KS	081	4256	America/Chicago
5445733	Kearny County	kearny-county	Comitatul Kearny,Comte de Kearny,Comté de Kearny,Condado de Kearny,Condado han Kearny,Contea di Kearny,Hrabstwo Kearny,Karni,Kearny,Kearny Comitatus,Kearny Kun,Kearny Kūn,Kearny konderria,Kearny maakond,Kearny megye,Kurni,Okrug Kerni,Quan Kearny,Quận Kearny,ka ni xian,kani jun,keyarni ka'unti,mqatʿt kyrny,shhrstan karny  kanzas,Карни,Карні,Кърни,Округ Керни,Քարնի շրջան,شهرستان کارنی، کانزاس,مقاطعة كيرني,کیرنی کاؤنٹی، کنساس,কেয়ার্নি কাউন্টি,カーニー郡,卡尼縣		US	KS	093	3977	America/Chicago
5445806	Lane County	lane-county	Comitatul Lane,Comte de Lane,Comté de Lane,Condado de Lane,Condado han Lane,Contea di Lane,Hrabstwo Lane,Lane,Lane Comitatus,Lane Kun,Lane Kūn,Lane konderria,Lane megye,Lanei maakond,Lejn,Leyn srjan,Okrug Lejn,Quan Lane,Quận Lane,lei en xian,lena ka'unti,mqatʿt lyn,ren jun,shhrstan lyn  kanzas,Лейн,Округ Лејн,Լեյն շրջան,شهرستان لین، کانزاس,لین کاؤنٹی، کنساس,مقاطعة لين,লেন কাউন্টি,レーン郡,雷恩縣		US	KS	101	1750	America/Chicago
5445955	Meade County	meade-county	Comitatul Meade,Comte de Meade,Comté de Meade,Condado de Meade,Condado han Meade,Contea di Meade,Hrabstwo Meade,Meade,Meade Comitatus,Meade Kun,Meade Kūn,Meade konderria,Meade megye,Mid,Mid srjan,Mijd,Okrug Mid,Quan Meade,Quận Meade,mi de xian,mido jun,miyade ka'unti,mqatʿt myd,shhrstan myd  kanzas,Мид,Мийд,Мід,Округ Мид,Միդ շրջան,شهرستان مید، کانزاس,مقاطعة ميد,میڈ کاؤنٹی، کنساس,মীয়াডে কাউন্টি,ミード郡,米德縣		US	KS	119	4575	America/Chicago
5446023	Morton County	morton-county	Comitatul Morton,Comtat de Morton,Comte de Morton,Comté de Morton,Condado de Morton,Condado han Morton,Contea di Morton,Hrabstwo Morton,Morton,Morton Comitatus,Morton Kun,Morton Kūn,Morton konderria,Morton megye,Morton srjan,Mortoni maakond,Okrug Morton,Quan Morton,Quận Morton,martana ka'unti,mo dun xian,moton jun,mqatʿt mwrtwn,shhrstan mwrtwn  kanzas,Мортон,Округ Мортон,Մորտոն շրջան,شهرستان مورتون، کانزاس,مقاطعة مورتون,مورٹن کاؤنٹی، کنساس,মর্টন কাউন্টি,モートン郡,莫頓縣		US	KS	129	3233	America/Chicago
5446276	Rawlins County	rawlins-county	Comitatul Rawlins,Comte de Rawlins,Comté de Rawlins,Condado de Rawlins,Condado han Rawlins,Contea di Rawlins,Hrabstwo Rawlins,Okrug Rolins,Quan Rawlins,Quận Rawlins,Rawlins,Rawlins Comitatus,Rawlins Kun,Rawlins Kūn,Rawlins konderria,Rawlins megye,Rolins,Roulins srjan,luo lin si xian,mqatʿt rwlnz,raulinsa ka'unti,rorinzu jun,shhrstan rawlynz  kanzas,Округ Ролинс,Ролинс,Ролінс,Ռոուլինս շրջան,رالینز کاؤنٹی، کنساس,شهرستان راولینز، کانزاس,مقاطعة رولنز,রৌলিন্স কাউন্টি,ローリンズ郡,羅林斯縣		US	KS	153	2519	America/Chicago
5446427	Scott County	scott-county	Comitatul Scott,Comte de Scott,Comté de Scott,Condado de Scott,Condado han Scott,Contea di Scott,Hrabstwo Scott,Okrug Skot,Quan Scott,Quận Scott,Scott,Scott Comitatus,Scott Kun,Scott Kūn,Scott konderria,Scott megye,Scottin piirikunta,Skot,Skot srjan,Skott,mqatʿt skwt,shhrstan askat  kanzas,si ke te xian,skata ka'unti,sukotto jun,Округ Скот,Скот,Скотт,Սկոտ շրջան,سکاٹ کاؤنٹی، کنساس,شهرستان اسکات، کانزاس,مقاطعة سكوت,স্কট কাউন্টি,スコット郡,斯科特縣		US	KS	171	4936	America/Chicago
5446445	Seward County	seward-county	Comitatul Seward,Comte de Seward,Comté de Seward,Condado de Seward,Condado han Seward,Contea di Seward,Greene County,Hrabstwo Seward,Okrug Sjuard,Quan Seward,Quận Seward,S'juard,Seward,Seward Comitatus,Seward County,Seward Kun,Seward Kūn,Seward konderria,Seward megye,Sewardi maakond,Sjuord,Sjuurd,Syuard srjan,seraarda ka'unti,shhrstan swrd  kanzas,su e de xian,suwado jun,Округ Сјуард,Сьюард,Сюорд,Сюърд,Սյուարդ շրջան,سیویرڈ کاؤنٹی، کنساس,شهرستان سورد، کانزاس,مقاطعة سيوورد,সেৱার্ড কাউন্টি,スワード郡,蘇厄德縣		US	KS	175	22952	America/Chicago
5446459	Sheridan County	sheridan-county	Comitatul Sheridan,Comte de Sheridan,Comté de Sheridan,Condado de Sheridan,Condado han Sheridan,Contea di Sheridan,Hrabstwo Sheridan,Okrug Sheridan,Quan Sheridan,Quận Sheridan,Seridan srjan,Sheridan,Sheridan Comitatus,Sheridan Kun,Sheridan Kūn,Sheridan konderria,Sheridan megye,mqatʿt shyrydan,seridana ka'unti,sheridan jun,shhrstan shrydn  kanzas,xie li dui xian,Округ Шеридан,Шеридан,Шерідан,Շերիդան շրջան,شهرستان شریدن، کانزاس,شیئرڈن کاؤنٹی، کنساس,مقاطعة شيريدان,শেরিডান কাউন্টি,シェリダン郡,謝里敦縣		US	KS	179	2556	America/Chicago
5446470	Sherman County	sherman-county	Comitatul Sherman,Comte de Sherman,Comté de Sherman,Condado de Sherman,Condado han Sherman,Contea di Sherman,Hrabstwo Sherman,Okrug Sherman,Quan Sherman,Quận Sherman,Serman srjan,Sherman,Sherman Comitatus,Sherman Kun,Sherman Kūn,Sherman konderria,Sherman megye,Shurman,mqatʿt shrman,seramyana ka'unti,shaman jun,shhrstan shrmn  kanzas,xie er man xian,Округ Шерман,Шерман,Шърман,Շերման շրջան,شهرستان شرمن، کانزاس,شیرمین کاؤنٹی، کنساس,مقاطعة شرمان,শেরম্যান কাউন্টি,シャーマン郡,謝爾曼縣		US	KS	181	6010	America/Denver
5446561	Stanton County	stanton-county	Comitatul Stanton,Comte de Stanton,Comté de Stanton,Condado de Stanton,Condado han Stanton,Contea di Stanton,Hrabstwo Stanton,Okrug Stanton,Quan Stanton,Quận Stanton,Stanton,Stanton Comitatus,Stanton Kun,Stanton Kūn,Stanton konderria,Stanton megye,Stantoni maakond,Stantun,Stehnton,Stenton,shhrstan astantwn  kanzas,si tan dun xian,stanatona ka'unti,sutanton jun,Округ Стантон,Стантън,Стентон,Стэнтон,Սթանտոն շրջան,سٹینٹن کاؤنٹی، کنساس,شهرستان استانتون، کانزاس,مقاطعة ستانتون,স্টানটোন কাউন্টি,スタントン郡,斯坦頓縣		US	KS	187	2235	America/Chicago
5446576	Stevens County	stevens-county	Comitatul Stevens,Comte de Stevens,Comté de Stevens,Condado de Stevens,Condado han Stevens,Contea di Stevens,Hrabstwo Stevens,Okrug Stivens,Quan Stevens,Quận Stevens,Stevens,Stevens Comitatus,Stevens Kun,Stevens Kūn,Stevens konderria,Stevens megye,Stivens,Stivens srjan,Stivuns,shhrstan astywnz  kanzas,shi di wen si xian,stibhensa ka'unti,sutibunzu jun,Округ Стивенс,Стивенс,Стивънс,Стівенс,Ստիվենս շրջան,سٹیونس کاؤنٹی، کنساس,شهرستان استیونز، کانزاس,مقاطعة ستيفينز,স্টিভেন্স কাউন্টি,スティーブンズ郡,史蒂文斯縣		US	KS	189	5724	America/Chicago
5446632	Thomas County	thomas-county	Comitatul Thomas,Comte de Thomas,Comté de Thomas,Condado de Thomas,Condado han Thomas,Contea di Thomas,Hrabstwo Thomas,Okrug Tomas,Quan Thomas,Quận Thomas,Thomas,Thomas Comitatus,Thomas Kun,Thomas Kūn,Thomas konderria,Thomas megye,Tomas,mqatʿt twmas,shhrstan twmas  kanzas,thamasa ka'unti,tomasu jun,tuo ma si xian,Округ Томас,Томас,Թոմաս շրջան,تھامس کاؤنٹی، کنساس,شهرستان توماس، کانزاس,مقاطعة توماس,থমাস কাউন্টি,トーマス郡,托馬斯縣		US	KS	193	7900	America/Chicago
5446712	Wallace County	wallace-county	Comitatul Wallace,Comte de Wallace,Comté de Wallace,Condado de Wallace,Condado han Wallace,Contea di Wallace,Hrabstwo Wallace,Okrug Volas,Owoles srjan,Quan Wallace,Quận Wallace,Uolles,Uolus,Volles,Wallace,Wallace Comitatus,Wallace Kun,Wallace Kūn,Wallace konderria,Wallace megye,hua lai shi xian,mqatʿt walas,raalase ka'unti,shhrstan walas  kanzas,u~oresu jun,Воллес,Округ Волас,Уоллес,Уолъс,Ուոլես շրջան,شهرستان والاس، کانزاس,مقاطعة والاس,والیس کاؤنٹی، کنساس,ৱালাসে কাউন্টি,ウォレス郡,華萊士縣		US	KS	199	1485	America/Denver
5446780	Wichita County	wichita-county	Comitatul Wichita,Comte de Wichita,Comté de Wichita,Condado de Wichita,Condado han Wichita,Contea di Wichita,Hrabstwo Wichita,Okrug Vichita,Quan Wichita,Quận Wichita,Uichita,Vichita,Wichita,Wichita Comitatus,Wichita Kun,Wichita Kūn,Wichita konderria,Wichita maakond,Wichita megye,raicita ka'unti,shhrstan wychyta  kanzas,u~ichita jun,wei qi tuo xian,Вічіта,Округ Вичита,Уичита,Ուիչիտա շրջան,شهرستان ویچیتا، کانزاس,مقاطعة ويتشيتا,ویچیتا کاؤنٹی، کنساس,ৱিচিতা কাউন্টি,ウィチタ郡,威奇托縣		US	KS	203	2234	America/Chicago
5457180	Bernalillo County	bernalillo-county	Beeʼeldííl Dahsinil Bił Hahoodzo,Bernalil'jo,Bernalillo,Bernalillo Kun,Bernalillo Kūn,Bernalillo konderria,Bernalillo maakond,Bernalillo megye,Bernalillo  okrug,Bernalilo,Bernalilo srjan,Comitatul Bernalillo,Comte de Bernalillo,Comté de Bernalillo,Condado de Bernalillo,Condado han Bernalillo,Contea di Bernalillo,Hrabstwo Bernalillo,Okrug Bernalilo,Quan Bernalillo,Quận Bernalillo,beleunalillo gun,beranalillo ka'unti,berunario jun,bo na li ou xian,mqatʿt byrnalylw,shhrstan brnalyw  nywmkzykw,Берналилло,Берналило,Берналільйо,Округ Берналило,Բերնալիլո շրջան,برناللو کاؤنٹی,بیرنلیو کاؤنٹی، نیو میکسیکو,شهرستان برنالیو، نیومکزیکو,مقاطعة بيرناليلو,বেরনালিল্লো কাউন্টি,ベルナリオ郡,伯納利歐縣,베르나릴로 군		US	NM	001	662564	America/Denver
5460788	Catron County	catron-county	Catron,Catron Kun,Catron Kūn,Catron konderria,Catron megye,Catron  okrug,Catroni maakond,Comitatul Catron,Comte de Catron,Comté de Catron,Condado de Catron,Condado han Catron,Contea di Catron,Hrabstwo Catron,Katron,Okrug Katron,Quan Catron,Quận Catron,ka te lun xian,katoron jun,kyatarana ka'unti,mqatʿt katrwn,shhrstan ktrwn  nywmkzykw,Катрон,Округ Катрон,Քատրոն շրջան,شهرستان کترون، نیومکزیکو,مقاطعة كاترون,کیٹرن کاؤنٹی,کیٹرن کاؤنٹی، نیو میکسیکو,ক্যাটরন কাউন্টি,カトロン郡,卡特倫縣		US	NM	003	3725	America/Denver
5461428	Chaves County	chaves-county	Chaves,Chaves Kun,Chaves Kūn,Chaves konderria,Chaves megye,Chaves  okrug,Comitatul Chaves,Comte de Chaves,Comté de Chaves,Condado de Chaves,Condado han Chaves,Contea di Chaves,Hrabstwo Chaves,Okrug Chaves,Quan Chaves,Quận Chaves,cabhesa ka'unti,chabeseu gun,chabesu jun,mqatʿt shafyz,sha wei shen xian,shhrstan chawz  nywmkzykw,Округ Чавес,Чавес,Չավես շրջան,شهرستان چاوز، نیومکزیکو,مقاطعة شافيز,چیوز کاؤنٹی,چیویز کاؤنٹی، نیو میکسیکو,চাভেস কাউন্টি,チャベス郡,沙維什縣,차베스 군		US	NM	005	65645	America/Denver
5462019	Cibola County	cibola-county	Cibola,Cibola Kun,Cibola Kūn,Cibola konderria,Cibola megye,Cibola  okrug,Comitatul Cibola,Comte de Cibola,Comté de Cibola,Condado de Cibola,Condado de Cíbola,Condado han Cibola,Contea di Cibola,Hrabstwo Cibola,Kibola,Naatoohi Bil Hahoodzo,Naatoohí Bił Hahoodzo,Okrug Sibola,Quan Cibola,Quận Cibola,Sibola,mqatʿt sybwla,shhrstan sybwla  nywmkzykw,shibora jun,sibola ka'unti,xi wo li xian,Кибола,Округ Сибола,Сібола,Цибола,Քիբոլա շրջան,سیبولا کاؤنٹی، نیو میکسیکو,شهرستان سیبولا، نیومکزیکو,مقاطعة سيبولا,چیبولا کاؤنٹی,সিবোলা কাউন্টি,シボラ郡,錫沃立縣		US	NM	006	27213	America/Phoenix
5462567	Colfax County	colfax-county	Colfax,Colfax Kun,Colfax Kūn,Colfax konderria,Colfax megye,Colfax  okrug,Colfaxi maakond,Comitatul Colfax,Comtat de Colfax,Comte de Colfax,Comté de Colfax,Condado de Colfax,Condado han Colfax,Contea di Colfax,Hrabstwo Colfax,Kolfaks,Okrug Kolfaks,Quan Colfax,Quận Colfax,ke er fa ke si xian,kolaphyaksa ka'unti,korufakusu jun,mqatʿt kwlfaks,shhrstan kalfks  nywmkzykw,Колфакс,Округ Колфакс,Քոլֆաքս շրջան,شهرستان کالفکس، نیومکزیکو,مقاطعة كولفاكس,کولفیکس کاؤنٹی,کولفیکس کاؤنٹی، نیو میکسیکو,কোলফ্যাক্স কাউন্টি,コルファクス郡,科爾法克斯縣		US	NM	007	13750	America/Denver
5464151	Curry County	curry-county	Comitatul Curry,Comte de Curry,Comté de Curry,Condado de Curry,Condado han Curry,Contea di Curry,Curry,Curry Kun,Curry Kūn,Curry konderria,Curry maakond,Curry megye,Curry  okrug,Hrabstwo Curry,Karri,Kuri,Okrug Kari,Quan Curry,Quận Curry,kari jun,kari ka'unti,kou li xian,mqatʿt kwry,shhrstan kry  nywmkzykw,Карри,Каррі,Къри,Округ Кари,Քարի շրջան,شهرستان کری، نیومکزیکو,مقاطعة كوري,کری کاؤنٹی,کری کاؤنٹی، نیو میکسیکو,কারি কাউন্টি,カリー郡,寇里縣		US	NM	009	48376	America/Denver
5464477	De Baca County	de-baca-county	Comitatul De Baca,Comte de De Baca,Comte de DeBaca,Comté de De Baca,Comté de DeBaca,Condado de De Baca,Condado han De Baca,Contea di De Baca,De Baca,De Baca Kun,De Baca Kūn,De Baca konderria,De Baca megye,De Baca  okrug,De Baka,De Baka srjan,De-Baka,DeBaca County,Hrabstwo De Baca,Okrug De Baka,Quan De Baca,Quận De Baca,debaka gun,debaka jun,di ba ka xian,di baka ka'unti,mqatʿt dy baka,shhrstan dbaka  nywmkzykw,Де Бака,Де-Бака,Округ Де Бака,Դե Բակա շրջան,شهرستان دباکا، نیومکزیکو,مقاطعة دي باكا,ڈی باکا کاؤنٹی,ڈی بیکا کاؤنٹی، نیو میکسیکو,ডি বাকা কাউন্টি,デバカ郡,迪巴卡縣,데바카 군		US	NM	011	2022	America/Denver
5465283	Doña Ana County	dona-ana-county	Comitatul Dona Ana,Comitatul Doña Ana,Comte de Dona Ana,Comté de Doña Ana,Condado de Dona Ana,Condado de Doña Ana,Condado han Dona Ana,Condado han Doña Ana,Contea di Dona Ana,Contea di Doña Ana,Don'ja-Ana,Dona Ana,Dona Ana County,Dona Ana Kun,Dona Ana konderria,Dona Ana maakond,Dona Ana megye,Dona Ana  okrug,Donja Ana,Donna Ana County,Donya Ana srjan,Doña Ana,Doña Ana County,Doña Ana Kūn,Doña Ana konderria,Doña Ana maakond,Doña Ana megye,Doña Ana  okrug,Hrabstwo Dona Ana,Hrabstwo Doña Ana,Okrug Dona Ana,Quan Dona Ana,Quận Doña Ana,dona ana ka'unti,donyaana gun,donyaana jun,mqatʿt dwna ana,shhrstan dwnya ana  nywmkzykw,tang na an na xian,Донья-Ана,Доня Ана,Округ Доња Ана,Դոնյա Անա շրջան,شهرستان دونیا آنا، نیومکزیکو,مقاطعة دونا أنا,ڈونا انا کاؤنٹی,ڈونا عینا کاؤنٹی، نیو میکسیکو,ডোনা আনা কাউন্টি,ドニャアナ郡,唐娜安娜縣,도냐아나 군		US	NM	013	209233	America/Denver
5466318	Eddy County	eddy-county	Comitatul Eddy,Comte d'Eddy,Comté d'Eddy,Condado de Eddy,Condado han Eddy,Contea di Eddy,Eddi,Eddy,Eddy Kun,Eddy Kūn,Eddy konderria,Eddy maakond,Eddy megye,Eddy  okrug,Edi,Edi srjan,Ehddi,Hrabstwo Eddy,Okrug Edi,Quan Eddy,Quận Eddy,ai di xian,edi jun,edi ka'unti,mqatʿt ady,shhrstan ady  nywmkzykw,Едді,Еди,Округ Еди,Эдди,Էդի շրջան,ایڈی کاؤنٹی,ایڈی کاؤنٹی، نیو میکسیکو,شهرستان ادی، نیومکزیکو,مقاطعة إدي,এডি কাউন্টি,エディ郡,埃迪縣		US	NM	015	53829	America/Denver
5469835	Grant County	grant-county	Comitatul Grant,Comte de Grant,Comté de Grant,Condado de Grant,Condado han Grant,Contea di Grant,Grant,Grant Kun,Grant Kūn,Grant konderria,Grant megye,Grant srjan,Grant  okrug,Granti maakond,Hrabstwo Grant,Okrug Grant,Quan Grant,Quận Grant,ge lan te xian,granta ka'unti,guranto jun,mqatʿt ghrant,shhrstan grnt  nywmkzykw,Грант,Округ Грант,Գրանտ շրջան,شهرستان گرنت، نیومکزیکو,مقاطعة غرانت,گرانٹ کاؤنٹی، نیو میکسیکو,گرینٹ کاؤنٹی، نیو میکسیکو,গ্রান্ট কাউন্টি,グラント郡,格蘭特縣		US	NM	017	29514	America/Denver
5470197	Guadalupe County	guadalupe-county	Comitatul Guadalupe,Comte de Guadalupe,Comté de Guadalupe,Condado de Guadalupe,Condado han Guadalupe,Contea di Guadalupe,Guadaloupe County,Guadalupe,Guadalupe County,Guadalupe Kun,Guadalupe Kūn,Guadalupe konderria,Guadalupe maakond,Guadalupe megye,Guadalupe  okrug,Gvadalupe,Gvadalupe srjan,Hrabstwo Guadalupe,Leonard Wood County,Okrug Gvadalup,Quan Guadalupe,Quận Guadalupe,gua da lu pei xian,guadarupe jun,gundalopa ka'unti,gwadallupe gun,mqatʿt ghwadalwby,shhrstan gwadlwp  nywmkzykw,Гвадалупе,Гуадалупе,Округ Гвадалуп,Գվադալուպե շրջան,شهرستان گوادلوپ، نیومکزیکو,مقاطعة غوادالوبي,گوادالوپے کاؤنٹی,گواڈیلوپے کاؤنٹی، نیو میکسیکو,গুন্ডালোপ কাউন্টি,グアダルーペ郡,瓜達盧佩縣,과달루페 군		US	NM	019	4687	America/Denver
5470675	Harding County	harding-county	Comitatul Harding,Comte de Harding,Comté de Harding,Condado de Harding,Condado han Harding,Contea di Harding,Garding,Harding,Harding Kun,Harding Kūn,Harding konderria,Harding megye,Harding srjan,Harding  okrug,Hardingi maakond,Hrabstwo Harding,Kharding,Okrug Kharding,Quan Harding,Quận Harding,ha ding xian,hading gun,hadingu jun,hardim ka'unti,shhrstan hardyng  nywmkzykw,Гардінґ,Округ Хардинг,Хардинг,Հարդինգ շրջան,شهرستان هاردینگ، نیومکزیکو,مقاطعة هاردينغ,ہارڈنگ کاؤنٹی، نیو میکسیکو,হার্ডিং কাউন্টি,ハーディング郡,哈定縣,하딩 군		US	NM	021	695	America/Denver
5471293	Hidalgo County	hidalgo-county	Comitatul Hidalgo,Comte de Hidalgo,Comté de Hidalgo,Condado de Hidalgo,Condado han Hidalgo,Contea di Hidalgo,Hidalgo,Hidalgo Kun,Hidalgo Kūn,Hidalgo konderria,Hidalgo maakond,Hidalgo megye,Hidalgo  okrug,Hrabstwo Hidalgo,Idal'go,Idalgo srjan,Khidalgo,Okrug Khidalgo,Quan Hidalgo,Quận Hidalgo,hidalago ka'unti,hidarugo jun,mqatʿt hydalghw,shhrstan hydalgw  nywmkzykw,yi da er ge xian,Ідальго,Идальго,Округ Хидалго,Хидалго,Իդալգո շրջան,شهرستان هیدالگو، نیومکزیکو,مقاطعة هيدالغو,ہیڈالگو کاؤنٹی,ہیڈالگو کاؤنٹی، نیو میکسیکو,হিদালগো কাউন্টি,ヒダルゴ郡,伊達爾戈縣		US	NM	023	4894	America/Denver
5475594	Lea County	lea-county	Comitatul Lea,Comte de Lea,Comté de Lea,Condado de Lea,Condado han Lea,Contea di Lea,Hrabstwo Lea,Lea,Lea Kun,Lea Kūn,Lea konderria,Lea megye,Lea srjan,Lea  okrug,Lia,Lija,Okrug Li,Quan Lea,Quận Lea,li ka'unti,li xian,mqatʿt lya,ri jun,shhrstan ly  nywmkzykw,Леа,Лиа,Лия,Округ Ли,Լեա շրջան,شهرستان لی، نیومکزیکو,لیا کاؤنٹی,لیا کاؤنٹی، نیو میکسیکو,مقاطعة ليا,লি কাউন্টি,リー郡,利縣		US	NM	025	64727	America/Denver
5475934	Lincoln County	lincoln-county	Comitatul Lincoln,Comte de Lincoln,Comté de Lincoln,Condado de Lincoln,Condado han Lincoln,Contea di Lincoln,Hrabstwo Lincoln,Lincoln,Lincoln Kun,Lincoln Kūn,Lincoln konderria,Lincoln megye,Lincoln  okrug,Lincolni maakond,Linkol'n,Linkuln,Linkʻoln srjan,Okrug Linkoln,Quan Lincoln,Quận Lincoln,lin ken xian,lingkeon gun,linkana ka'unti,mqatʿt lynkwn,rinkan jun,shhrstan lynkln  nywmkzykw,Линкольн,Линкълн,Лінкольн,Округ Линколн,Լինքոլն շրջան,شهرستان لینکلن، نیومکزیکو,لنکن کاؤنٹی، نیو میکسیکو,مقاطعة لينكون,লিঙ্কন কাউন্টি,リンカーン郡,林肯縣,링컨 군		US	NM	027	20497	America/Denver
5476834	Los Alamos County	los-alamos-county	Comitatul Los Alamos,Comte de Los Alamos,Comté de Los Alamos,Condado de Los Alamos,Condado de Los Álamos,Condado han Los Alamos,Contea di Los Alamos,Hrabstwo Los Alamos,Los Alamos,Los Alamos Kun,Los Alamos Kūn,Los Alamos konderria,Los Alamos megye,Los Alamos srjan,Los Alamos  okrug,Los Alamose maakond,Los-Alamos,Okrozje Los Alamos,Okrožje Los Alamos,Okrug Los Alamos,Quan Los Alamos,Quận Los Alamos,lasa alamosa ka'unti,loseuaelleomoseu gun,luo si a la mo si xian,mqatʿt lws alamws,rosuaramosu jun,shhrstan ls alamws  nywmkzykw,Лос Аламос,Лос-Аламос,Округ Лос Аламос,Լոս Ալամոս շրջան,شهرستان لس آلاموس، نیومکزیکو,لاس الوموس کاؤنٹی,لاس ایلموس کاؤنٹی، نیو میکسیکو,مقاطعة لوس ألاموس,লস আলমোস কাউন্টি,ロスアラモス郡,洛斯阿拉莫斯縣,로스앨러모스 군		US	NM	028	17950	America/Denver
5477433	Luna County	luna-county	Comitatul Luna,Comte de Luna,Comté de Luna,Condado de Luna,Condado han Luna,Contea di Luna,Hrabstwo Luna,Luna,Luna Kun,Luna Kūn,Luna konderria,Luna maakond,Luna megye,Luna srjan,Luna  okrug,Okrug Luna,Quan Luna,Quận Luna,lu na xian,luna ka'unti,mqatʿt lwna,runa jun,shhrstan lwna  nywmkzykw,Луна,Округ Луна,Լունա շրջան,شهرستان لونا، نیومکزیکو,لونا کاؤنٹی,لونا کاؤنٹی، نیو میکسیکو,مقاطعة لونا,লুনা কাউন্টি,ルナ郡,盧納縣		US	NM	029	25095	America/Denver
5478585	McKinley County	mckinley-county	Comitatul McKinley,Comte de McKinley,Comté de McKinley,Condado de McKinley,Condado han McKinley,Contea di McKinley,Hrabstwo McKinley,Mak-Kinli,Makkinli,McKinley,McKinley Kun,McKinley Kūn,McKinley konderria,McKinley megye,McKinley  okrug,Naʼnízhoozhí Bił Hahoodzo,Okrug Makinli,Quan McKinley,Quận McKinley,mai jin lai xian,makkinri jun,mqatʿt makkynly,myakakinale ka'unti,Мак-Кинли,Маккинли,Маккінлі,Округ Макинли,Մակ-Քինլի շրջան,شهرستان مک‌کینلی,مقاطعة ماككينلي,مک کنلی کاؤنٹی، نیو میکسیکو,مککنلے کاؤنٹی,ম্যাককিনলে কাউন্টি,マッキンリー郡,麥金萊縣		US	NM	031	71492	America/Denver
5480123	Mora County	mora-county	Comitatul Mora,Comte de Mora,Comté de Mora,Condado de Mora,Condado han Mora,Contea di Mora,Hrabstwo Mora,Mora,Mora Kun,Mora Kūn,Mora konderria,Mora megye,Mora srjan,Mora  okrug,Okrug Mora,Quan Mora,Quận Mora,mo la xian,mola gun,mora jun,mora ka'unti,mqatʿt mwra,shhrstan mwra  nywmkzykw,Мора,Округ Мора,Մորա շրջան,شهرستان مورا، نیومکزیکو,مقاطعة مورا,مورا کاؤنٹی,مورا کاؤنٹی، نیو میکسیکو,মোরা কাউন্টি,モラ郡,莫拉縣,모라 군		US	NM	033	4881	America/Denver
5482932	Otero County	otero-county	Comitatul Otero,Comte d'Otero,Comté d'Otero,Condado de Otero,Condado han Otero,Contea di Otero,Hrabstwo Otero,Okrug Otero,Otero,Otero Kun,Otero Kūn,Otero konderria,Otero maakond,Otero megye,Otero srjan,Otero  okrug,Quan Otero,Quận Otero,ao te luo xian,mqatʿt awtyrw,otero jun,otero ka'unti,shhrstan atrw  nywmkzykw,Округ Отеро,Отеро,Օտերո շրջան,اوٹیرو کاؤنٹی، نیو میکسیکو,شهرستان آترو، نیومکزیکو,مقاطعة أوتيرو,ওটেরো কাউন্টি,オテロ郡,奧特羅縣		US	NM	035	63797	America/Denver
5485605	Quay County	quay-county	Comitatul Quay,Comte de Quay,Comté de Quay,Condado de Quay,Condado han Quay,Contea di Quay,Hrabstwo Quay,Kuej,Kvehj,Kvej,Okrug Kvej,Quan Quay,Quay,Quay Kun,Quay Kūn,Quay konderria,Quay megye,Quay  okrug,Quận Quay,kui yi xian,kuwai jun,kuya'i ka'unti,mqatʿt kway,shhrstan kwyy  nywmkzykw,Квей,Квэй,Куей,Округ Квеј,Քուեյ շրջան,شهرستان کوئی، نیومکزیکو,مقاطعة كواي,کوۓ کاؤنٹی,کیئی کاؤنٹی، نیو میکسیکو,কুয়াই কাউন্টি,クワイ郡,奎伊縣		US	NM	037	9041	America/Denver
5487732	Rio Arriba County	rio-arriba-county	Comitatul Rio Arriba,Comtat de Rio Arriba,Comte de Rio Arriba,Comté de Rio Arriba,Condado de Rio Arriba,Condado de Río Arriba,Condado han Rio Arriba,Contea di Rio Arriba,Hrabstwo Rio Arriba,Okrug Rio Ariba,Quan Rio Arriba,Quận Rio Arriba,Rio Ariba,Rio Ariba srjan,Rio Arriba,Rio Arriba Kun,Rio Arriba Kūn,Rio Arriba konderria,Rio Arriba megye,Rio Arriba  okrug,Rio-Ariba,Rio-Arriba,li ao a li ba xian,mqatʿt ryw aryba,ri'o ariba ka'unti,rioariba jun,shhrstan ryw aryba  nywmkzykw,Округ Рио Ариба,Рио Ариба,Рио-Ариба,Ріо-Арріба,Ռիո Արիբա շրջան,ریو اریبا کاؤنٹی,ریو اریبا کاؤنٹی، نیو میکسیکو,شهرستان ریو آریبا، نیومکزیکو,مقاطعة ريو أريبا,রিও আরিবা কাউন্টি,リオアリバ郡,里奧阿里巴縣		US	NM	039	40246	America/Denver
5488372	Roosevelt County	roosevelt-county	Comitatul Roosevelt,Comte de Roosevelt,Comté de Roosevelt,Condado de Roosevelt,Condado han Roosevelt,Contea di Roosevelt,Hrabstwo Roosevelt,Okrozje Roosevelt,Okrožje Roosevelt,Okrug Ruzvelt,Quan Roosevelt,Quận Roosevelt,Roosevelt,Roosevelt Kun,Roosevelt Kūn,Roosevelt konderria,Roosevelt megye,Roosevelt  okrug,Roosevelti maakond,Ruzvel't,Ruzvelt,Ruzvelt srjan,luo si fu xian,mqatʿt rwzflt,rojabhelta ka'unti,ruzuberuto jun,shhrstan rwzwlt  nywmkzykw,Округ Рузвелт,Рузвелт,Рузвельт,Ռուզվելտ շրջան,روزولٹ کاؤنٹی,روزویلٹ کاؤنٹی، نیو میکسیکو,شهرستان روزولت، نیومکزیکو,مقاطعة روزفلت,রোজভেল্ট কাউন্টি,ルーズベルト郡,羅斯福縣		US	NM	041	19846	America/Denver
5489698	San Juan County	san-juan-county	Comitatul San Juan,Comtat de San Juan,Comte de San Juan,Comté de San Juan,Condado de San Juan,Condado han San Juan,Contea di San Juan,Hrabstwo San Juan,Kinteel Bil Hahoodzo,Kinteel Bił Hahoodzo,Okrug San Khuan,Quan San Juan,Quận San Juan,San Juan,San Juan Kun,San Juan Kūn,San Juan konderria,San Juan megye,San Juan  okrug,San Juani maakond,San Khuan,San Xuan srjan,San-Khuan,mqatʿt san khwan,sana huyana ka'unti,sanfan jun,sheng hu an xian,shhrstan sn khwan  nywmkzykw,Округ Сан Хуан,Сан Хуан,Сан-Хуан,Սան Խուան շրջան,سان جوان کاؤنٹی، نیو میکسیکو,سان خوان کاؤنٹی، نیو میکسیکو,شهرستان سن خوآن، نیومکزیکو,مقاطعة سان خوان,সান হুয়ান কাউন্টি,サンファン郡,聖胡安縣		US	NM	045	130044	America/Denver
5489818	San Miguel County	san-miguel-county	Comitatul San Miguel,Comte de San Miguel,Comté de San Miguel,Condado de San Miguel,Condado han San Miguel,Contea di San Miguel,Hrabstwo San Miguel,Okrug San Migel,Quan San Miguel,Quận San Miguel,San Migel,San Migel srjan,San Miguel,San Miguel Kun,San Miguel Kūn,San Miguel konderria,San Miguel megye,San Miguel  okrug,San Migueli maakond,San-Migel',mqatʿt san myghyl,sana miguyela ka'unti,sanmigel gun,sanmigeru jun,sheng mi ge er xian,shhrstan sn mygl  nywmkzykw,Округ Сан Мигел,Сан Мигел,Сан-Мигель,Сан-Мігель,Սան Միգել շրջան,سان مگول کاؤنٹی,سان میگیل کاؤنٹی، نیو میکسیکو,شهرستان سن میگل، نیومکزیکو,مقاطعة سان ميغيل,সান মিগুয়েল কাউন্টি,サンミゲル郡,聖米格爾縣,산미겔 군		US	NM	047	29393	America/Denver
5490135	Sandoval County	sandoval-county	Comitatul Sandoval,Comte de Sandoval,Comté de Sandoval,Condado de Sandoval,Condado han Sandoval,Contea di Sandoval,Hrabstwo Sandoval,Mąʼii Deeshgiizh Bił Hahoodzo,Okrug Sandoval,Quan Sandoval,Quận Sandoval,Sandoval,Sandoval Kun,Sandoval Kūn,Sandoval konderria,Sandoval megye,Sandoval srjan,Sandoval  okrug,mqatʿt sandwfal,saendobeol gun,sandobhala ka'unti,sandovu~aru jun,sang duo wa er xian,shhrstan sndwwal  nywmkzykw,Округ Сандовал,Сандовал,Սանդովալ շրջան,سانڈووال کاؤنٹی,سینڈوول کاؤنٹی، نیو میکسیکو,شهرستان سندووال، نیومکزیکو,مقاطعة ساندوفال,সান্দোভাল কাউন্টি,サンドヴァル郡,桑多瓦爾縣,샌도벌 군		US	NM	043	131561	America/Denver
5490272	Santa Fe County	santa-fe-county	Comitatul Santa Fe,Comte de Santa Fe,Comté de Santa Fe,Condado de Santa Fe,Condado han Santa Fe,Contea di Santa Fe,Hrabstwo Santa Fe,Okrug Santa Fe,Quan Santa Fe,Quận Santa Fe,Santa Fe,Santa Fe Kun,Santa Fe Kūn,Santa Fe konderria,Santa Fe maakond,Santa Fe megye,Santa Fe srjan,Santa Fe  okrug,Santa-Fe,mqatʿt santa fyh,saentapei gun,santa phe ka'unti,santafe jun,sheng fei xian,shhrstan sntafh  nywmkzykw,Округ Санта Фе,Санта Фе,Санта-Фе,Սանտա Ֆե շրջան,سانتا فے کاؤنٹی، نیو میکسیکو,سانٹا فے کاؤنٹی,شهرستان سنتافه، نیومکزیکو,مقاطعة سانتا فيه,সান্তা ফে কাউন্টি,サンタフェ郡,圣菲县,샌타페이 군		US	NM	049	144170	America/Denver
5491395	Sierra County	sierra-county	Comitatul Sierra,Comte de Sierra,Comté de Sierra,Condado de Sierra,Condado han Sierra,Contae Sierra,Contea di Sierra,Hrabstwo Sierra,Okrug Sijera,Quan Sierra,Quận Sierra,S'erra,Siera srjan,Sierra,Sierra Kun,Sierra Kūn,Sierra konderria,Sierra maakond,Sierra megye,Sierra  okrug,mqatʿt syra,shhrstan syra  nywmkzykw,shiera jun,siela gun,siyera ka'unti,xie la xian,Округ Сијера,Сьерра,Сьєрра,Սիերա շրջան,سیئرا کاؤنٹی، نیو میکسیکو,سیرا کاؤنٹی، نیو میکسیکو,شهرستان سیرا، نیومکزیکو,مقاطعة سيرا,সিয়েরা কাউন্টি,シエラ郡,謝拉縣,시에라 군		US	NM	051	11988	America/Denver
5492031	Socorro County	socorro-county	Comitatul Socorro,Comte de Socorro,Comté de Socorro,Condado de Socorro,Condado han Socorro,Contea di Socorro,Hrabstwo Socorro,Okrozje Socorro,Okrožje Socorro,Okrug Sokoro,Quan Socorro,Quận Socorro,Socorro,Socorro Kun,Socorro Kūn,Socorro konderria,Socorro maakond,Socorro megye,Socorro  okrug,Sokoro,Sokoro srjan,Sokorro,mqatʿt swkwrw,shhrstan sakwrw  nywmkzykw,sokolo gun,sokoro jun,sokoro ka'unti,suo ke luo xian,Округ Сокоро,Сокоро,Сокорро,Սոկորո շրջան,سوکورو کاؤنٹی,سوکورو کاؤنٹی، نیو میکسیکو,شهرستان ساکورو، نیومکزیکو,مقاطعة سوكورو,সোকোরো কাউন্টি,ソコロ郡,索科羅縣,소코로 군		US	NM	053	17866	America/Denver
5493780	Taos County	taos-county	Comitatul Taos,Comtat de Taos,Comte de Taos,Comté de Taos,Condado de Taos,Condado han Taos,Contea di Taos,Hrabstwo Taos,Okrug Taos,Quan Taos,Quận Taos,Taos,Taos Kun,Taos Kūn,Taos konderria,Taos megye,Taos  okrug,mqatʿt taws,shhrstan tayws  nywmkzykw,ta'usa ka'unti,tao si xian,taosu jun,Округ Таос,Таос,Թաոս շրջան,شهرستان تائوس، نیومکزیکو,مقاطعة تاوس,ٹاؤس کاؤنٹی,ٹاوس کاؤنٹی، نیو میکسیکو,তাউস কাউন্টি,タオス郡,陶斯縣		US	NM	055	32937	America/Denver
5494881	Torrance County	torrance-county	Comitatul Torrance,Comte de Torrance,Comté de Torrance,Condado de Torrance,Condado han Torrance,Contea di Torrance,Hrabstwo Torrance,Okrug Torans,Quan Torrance,Quận Torrance,Torrance,Torrance Kun,Torrance Kūn,Torrance konderria,Torrance megye,Torrance  okrug,Torrens,Toruns,mqatʿt twrans,shhrstan tarns  nywmkzykw,toleonseu gun,toransu jun,torensa ka'unti,tuo lan si xian,Округ Торанс,Торренс,Торънс,Թորենս շրջան,شهرستان تارنس، نیومکزیکو,مقاطعة تورانس,ٹورنس کاؤنٹی، نیو میکسیکو,ٹورینس کاؤنٹی,টোরেন্স কাউন্টি,トランス郡,托蘭斯縣,토런스 군		US	NM	057	16383	America/Denver
5495841	Union County	union-county	Comitatul Union,Comtat de Union,Comte d'Union,Comté d'Union,Condado de Union,Condado han Union,Contea di Union,Hrabstwo Union,Junion,Juniun,Okrug Junion,Quan Union,Quận Union,Union,Union Kun,Union Kūn,Union konderria,Union megye,Union  okrug,Yunion srjan,i'uniyana ka'unti,mqatʿt ywnywn,shhrstan ywnywn  nywmkzykw,you ni ang xian,yunion jun,Округ Јунион,Юнион,Юниън,Юніон,Յունիոն շրջան,شهرستان یونیون، نیومکزیکو,مقاطعة يونيون,یونین کاؤنٹی، نیو میکسیکو,ইউনিয়ন কাউন্টি,ユニオン郡,猶尼昂縣		US	NM	059	4549	America/Denver
5496319	Valencia County	valencia-county	Comitatul Valencia,Comte de Valencia,Comté de Valencia,Condado de Valencia,Condado han Valencia,Contea di Valencia,Hrabstwo Valencia,Okrug Valensija,Quan Valencia,Quận Valencia,Valencia,Valencia Kun,Valencia Kūn,Valencia konderria,Valencia megye,Valencia  okrug,Valensia srjan,Valensija,ba lun xi ya xian,ballensia gun,bhalensiya ka'unti,mqatʿt falynsya,shhrstan wlnsya  nywmkzykw,vu~arenshia jun,Валенсия,Валенсія,Округ Валенсија,Վալենսիա շրջան,شهرستان ولنسیا، نیومکزیکو,مقاطعة فالينسيا,والینچیا کاؤنٹی,والیںسیا کاؤنٹی، نیو میکسیکو,ভালেন্সিয়া কাউন্টি,ヴァレンシア郡,巴倫西亞縣,발렌시아 군		US	NM	061	76569	America/Denver
5501350	Carson City	carson-city	Carson City,City of Carson City,Ormsby County,Ville de Carson City		US	NV	510	55274	America/Los_Angeles
5501785	Churchill County	churchill-county	Churchill,Comte de Churchill,Comté de Churchill		US	NV	001	24877	America/Los_Angeles
5501879	Clark County	clark-county	Clark,Clark Kun,Clark Kūn,Clark konderria,Clark megye,Clarki maakond,Clarkin piirikunta,Comitatul Clark,Comte de Clark,Comté de Clark,Condado de Clark,Condado han Clark,Contea di Clark,County Clark,Hrabstwo Clark,Klark,Okrug Klark,Quan Clark,Quận Clark,ke la ke xian,keullakeu gun,klarka ka'unti,kuraku jun,mqatʿt klark,shhrstan klark  nwada,Кларк,Округ Кларк,Քլարկ շրջան,מחוז קלארק,شهرستان کلارک، نوادا,مقاطعة كلارك,کلارک کاؤنٹی، نیواڈا,ক্লার্ক কাউন্টি,クラーク郡,克拉克縣,클라크 군		US	NV	003	1951269	America/Los_Angeles
5503178	Douglas County	douglas-county	Comitatul Douglas,Comte de Douglas,Comté de Douglas,Condado de Douglas,Condado han Douglas,Contea di Douglas,Douglas,Douglas Kun,Douglas Kūn,Douglas konderria,Douglas megye,Douglase maakond,Duglas,Duglas srjan,Hrabstwo Douglas,Okrug Daglas,Quan Douglas,Quận Douglas,dagalasa ka'unti,dagurasu jun,dao ge la si xian,mqatʿt dwghlas,shhrstan daglas  nwada,Дуглас,Дъглас,Округ Даглас,Դուգլաս շրջան,شهرستان داگلاس، نوادا,مقاطعة دوغلاس,ڈگلس کاؤنٹی، نیواڈا,ডগলাস কাউন্টি,ダグラス郡,道格拉斯縣		US	NV	005	46997	America/Los_Angeles
5503780	Esmeralda County	esmeralda-county	Comitatul Esmeralda,Comte d'Esmeralda,Comté d'Esmeralda,Condado de Esmeralda,Condado han Esmeralda,Contea di Esmeralda,Ehsmeral'da,Esmeralda,Esmeralda Kun,Esmeralda Kūn,Esmeralda konderria,Esmeralda maakond,Esmeralda megye,Esmeralda srjan,Hrabstwo Esmeralda,Okrug Esmeralda,Quan Esmeralda,Quận Esmeralda,Teucyotl Esmeralda,Tēucyōtl Esmeralda,ai si mei la da xian,esameralada ka'unti,esumeraruda jun,mqatʿt azmyralda,shhrstan asmralda  nwada,Есмералда,Округ Есмералда,Эсмеральда,Էսմերալդա շրջան,اسمیرالڈا کاؤنٹی,ایسمیرالڈا کاؤنٹی، نیواڈا,شهرستان اسمرالدا، نوادا,مقاطعة إزميرالدا,এসমেরালডা কাউন্টি,エスメラルダ郡,埃斯梅拉达县		US	NV	009	783	America/Los_Angeles
5506935	Lander County	lander-county	Comitatul Lander,Comte de Lander,Comté de Lander,Condado de Lander,Condado han Lander,Contea di Lander,Hrabstwo Lander,Lander,Lander Kun,Lander Kūn,Lander konderria,Lander megye,Lander srjan,Landeri maakond,Lehnder,Lender,Lendur,Okrug Lander,Quan Lander,Quận Lander,lan de xian,lyandara ka'unti,mqatʿt landr,randa jun,shhrstan lndr  nwada,Лендер,Лендър,Лэндер,Округ Ландер,Լանդեր շրջան,شهرستان لندر، نوادا,لانڈر کاؤنٹی,لینڈر کاؤنٹی، نیواڈا,مقاطعة لاندر,ল্যান্ডার কাউন্টি,ランダー郡,蘭德縣		US	NV	015	5775	America/Los_Angeles
5507189	Lincoln County	lincoln-county	Comitatul Lincoln,Comte de Lincoln,Comté de Lincoln,Condado de Lincoln,Condado han Lincoln,Contea di Lincoln,County Lincoln,Hrabstwo Lincoln,Lincoln,Lincoln Kun,Lincoln Kūn,Lincoln konderria,Lincoln megye,Lincolni maakond,Linkol'n,Linkoln srjan,Linkuln,Okrug Linkoln,Quan Lincoln,Quận Lincoln,lin ken xian,linkana ka'unti,mqatʿt lynkwn,rinkan jun,shhrstan lynkln  nwada,Линкольн,Линкълн,Лінкольн,Округ Линколн,Լինկոլն շրջան,شهرستان لینکلن، نوادا,لنکن کاؤنٹی، نیواڈا,مقاطعة لينكون,লিঙ্কন কাউন্টি,リンカーン郡,林肯縣		US	NV	017	5345	America/Los_Angeles
5507669	Lyon County	lyon-county	Comitatul Lyon,Comte de Lyon,Comté de Lyon,Condado de Lyon,Condado han Lyon,Contea di Lyon,Hrabstwo Lyon,Lajon,Lajun,Layon srjan,Lyon,Lyon Kun,Lyon Kūn,Lyon konderria,Lyon megye,Lyoni maakond,Okrug Lajon,Quan Lyon,Quận Lyon,lai ang xian,layyana ka'unti,mqatʿt lywn,raian jun,shhrstan laywn  nwada,Лайон,Лайън,Округ Лајон,Լայոն շրջան,شهرستان لایون، نوادا,لیون کاؤنٹی، نیواڈا,مقاطعة ليون,লয়্যন কাউন্টি,ライアン郡,萊昂縣		US	NV	019	51980	America/Los_Angeles
5508393	Mineral County	mineral-county	Comitatul Mineral,Comte de Mineral,Comté de Mineral,Condado de Mineral,Condado han Mineral,Contea di Mineral,Hrabstwo Mineral,Mineral,Mineral Kun,Mineral Kūn,Mineral konderria,Mineral megye,Mineral srjan,Minerali maakond,Minerul,Okrug Mineral,Quan Mineral,Quận Mineral,Teucyotl Mineral,Tēucyōtl Mineral,mi na lei er xian,minarela ka'unti,mineraru jun,mqatʿt mynyral,shhrstan mynral  nwada,Минерал,Минеръл,Мінерал,Округ Минерал,Միներալ շրջան,شهرستان مینرال، نوادا,مقاطعة مينيرال,منرل کاؤنٹی، نیواڈا,মিনারেল কাউন্টি,ミネラル郡,米納勒爾縣		US	NV	021	4772	America/Los_Angeles
5509519	Nye County	nye-county	Comitatul Nye,Comte de Nye,Comté de Nye,Condado de Nye,Condado han Nye,Contea di Nye,Hrabstwo Nye,Naj,Nay srjan,Nye,Nye Kun,Nye Kūn,Nye konderria,Nye maakond,Nye megye,Okrug Naj,Quan Nye,Quận Nye,mqatʿt ny,nai jun,nai xian,naye ka'unti,shhrstan nay  nwada,Най,Округ Нај,Նայ շրջան,شهرستان نای، نوادا,مقاطعة ني,نائے کاؤنٹی، نیواڈا,ناۓ کاؤنٹی,নয়ে কাউন্টি,ナイ郡,奈縣		US	NV	023	43946	America/Los_Angeles
5513171	Storey County	storey-county	Comitatul Storey,Comte de Storey,Comté de Storey,Condado de Storey,Condado han Storey,Contea di Storey,Hrabstwo Storey,Okrug Stori,Quan Storey,Quận Storey,Storey,Storey Kun,Storey Kūn,Storey konderria,Storey maakond,Storey megye,Stori,Stori srjan,mqatʿt stwry,shhrstan astwry  nwada,si tuo li xian,storeya ka'unti,sutori jun,Округ Стори,Стори,Сторі,Ստորի շրջան,سٹوری کاؤنٹی,سٹوری کاؤنٹی، نیواڈا,شهرستان استوری، نوادا,مقاطعة ستوري,স্টোরেয় কাউন্টি,ストーリー郡,斯托里縣		US	NV	029	4010	America/Los_Angeles
5514990	White Pine County	white-pine-county	Comitatul White Pine,Comte de White Pine,Comté de White Pine,Condado de White Pine,Condado han White Pine,Contea di White Pine,Hrabstwo White Pine,Okrug Vajt Pajn,Quan White Pine,Quận White Pine,Teucyotl White Pine,Tēucyōtl White Pine,Uajt Pajn,Uajt-Pajn,Vajt-Pajn,White Pine,White Pine Kun,White Pine Kūn,White Pine konderria,White Pine megye,White Pinei maakond,bai song xian,howaitopain jun,huya'ita pa'ina ka'unti,mqatʿt wayt byn,Вайт-Пайн,Округ Вајт Пајн,Уайт Пайн,Уайт-Пайн,Ուայտ Փայն շրջան,شهرستان وایت‌پاین، نوادا,مقاطعة وايت بين,وائٹ پائن کاؤنٹی,وائٹ پائن کاؤنٹی، نیواڈا,হুয়াইট পাইন কাউন্টি,ホワイトパイン郡,白松縣		US	NV	033	10030	America/Los_Angeles
5515593	Beaver County	beaver-county	Beaver,Beaver Kun,Beaver Kūn,Beaver konderria,Beaver megye,Bijvur,Biver,Comitatul Beaver,Comtat de Beaver,Comte de Beaver,Comté de Beaver,Condado de Beaver,Condado han Beaver,Contea di Beaver,Hrabstwo Beaver,Okrug Biver,bi fu xian,biba jun,bibhara ka'unti,mqatʿt byfr,shhrstan bywr  aklahma,Бивер,Бийвър,Бівер,Округ Бивер,بیور کاؤنٹی، اوکلاہوما,بیوور کاؤنٹی، اوکلاہوما,شهرستان بیور، اکلاهما,مقاطعة بيفر,বিভার কাউন্টি,ビーバー郡,比佛縣		US	OK	007	5636	America/Chicago
5515651	Cimarron County	cimarron-county	Cimarron,Cimarron Kun,Cimarron Kūn,Cimarron konderria,Cimarron megye,Comitatul Cimarron,Comtat de Cimarron,Comte de Cimarron,Comté de Cimarron,Condado de Cimarron,Condado han Cimarron,Contea di Cimarron,Hrabstwo Cimarron,Okrug Simaron,Quan Cimarron,Quận Cimarron,Simarron,Simuron,mqatʿt symarwn,shhrstan symran  aklahma,shimaron jun,simarona ka'unti,xi ma long xian,Округ Симарон,Симаррон,Симърон,Сімаррон,سیمارون کاؤنٹی، اوکلاہوما,شهرستان سیمران، اکلاهما,مقاطعة سيمارون,چیمارون کاؤنٹی,সিমারোন কাউন্টি,シマロン郡,錫馬龍縣		US	OK	025	2475	America/Chicago
5515937	Texas County	texas-county	Comitatul Texas,Comtat de Texas,Comte de Texas,Comté de Texas,Condado de Texas,Condado han Texas,Contea di Texas,Hrabstwo Texas,Okrug Teksas,Quan Texas,Quận Texas,Tekhas,Teksas,Texas,Texas Kun,Texas Kūn,Texas konderria,Texas megye,Texase maakond,de ke sa si xian,mqatʿt tksas,shhrstan tgzas  aklahma,tekisasu jun,teksasa ka'unti,Округ Тексас,Тексас,Техас,شهرستان تگزاس، اکلاهما,مقاطعة تكساس,ٹیکساس کاؤنٹی,ٹیکساس کاؤنٹی، اوکلاہوما,টেক্সাস কাউন্টি,テキサス郡,德克薩斯縣		US	OK	139	20640	America/Chicago
5516292	Andrews County	andrews-county	Andrews,Andrews Comitatus,Andrews Kun,Andrews Kūn,Andrews konderria,Andrews megye,Andrjus,Andrus,Comitatul Andrews,Comte d'Andrews,Comté d'Andrews,Condado de Andrews,Condado han Andrews,Contea di Andrews,County Andrews,Endrjus,Endryus srjan,Hrabstwo Andrews,Okrug Endruz,Quan Andrews,Quận Andrews,an de lu si xian,andoryuzu jun,mqatʿt andrwz,shhrstan andrwz  tgzas,Андрус,Андрюс,Ендрюс,Округ Ендруз,Էնդրյուս շրջան,ااینڈریوز کاؤنٹی، ٹیکساس,انڈریوز کاؤنٹی,شهرستان اندروز، تگزاس,مقاطعة أندروز,অ্যান্ড্রিউস কাউন্টি,アンドリューズ郡,安德魯斯縣		US	TX	003	14786	America/Chicago
5516441	Armstrong County	armstrong-county	Armstrong,Armstrong Comitatus,Armstrong Kun,Armstrong Kūn,Armstrong konderria,Armstrong megye,Armstrong srjan,Comitatul Armstrong,Comte d'Armstrong,Comté d'Armstrong,Condado de Armstrong,Condado han Armstrong,Contea di Armstrong,County Armstrong,Hrabstwo Armstrong,Okrug Armstrong,Quan Armstrong,Quận Armstrong,a mu si te lang xian,amusutorongu jun,armastram ka'unti,mqatʿt armstrwngh,shhrstan armstrang  tgzas,Армстронг,Округ Армстронг,Արմստրոնգ շրջան,آرمسٹرانگ کاؤنٹی,آرمسٹرانگ کاؤنٹی، ٹیکساس,شهرستان آرمسترانگ، تگزاس,مقاطعة آرمسترونغ,আর্মস্ট্রং কাউন্টি,アームストロング郡,阿姆斯特朗縣		US	TX	011	1901	America/Chicago
5516581	Bailey County	bailey-county	Bailey,Bailey Comitatus,Bailey Kun,Bailey Kūn,Bailey konderria,Bailey maakond,Bailey megye,Bejli,Beyli srjan,Comitatul Bailey,Comte de Bailey,Comté de Bailey,Condado de Bailey,Condado han Bailey,Contea di Bailey,County Bailey,Hrabstwo Bailey,Okrug Bejli,Quan Bailey,Quận Bailey,be'ili ka'unti,bei li xian,beiri jun,mqatʿt bayly,shhrstan byly  tgzas,Бейли,Бейлі,Округ Бејли,Բեյլի շրջան,بیلی کاؤنٹی,بیلی کاؤنٹی، ٹیکساس,شهرستان بیلی، تگزاس,مقاطعة بايلي,বেইলি কাউন্টি,ベイリー郡,貝利縣		US	TX	017	7165	America/Chicago
5517459	Borden County	borden-county	Borden,Borden Comitatus,Borden Kun,Borden Kūn,Borden konderria,Borden megye,Borden srjan,Bordun,Comitatul Borden,Comte de Borden,Comté de Borden,Condado de Borden,Condado han Borden,Contea di Borden,County Borden,Hrabstwo Borden,Okrug Borden,Quan Borden,Quận Borden,bo deng xian,boden jun,bordena ka'unti,mqatʿt bwrdyn,shhrstan bwrdn  tgzas,Борден,Бордън,Округ Борден,Բորդեն շրջան,بورڈن کاؤنٹی,بورڈن کاؤنٹی، ٹیکساس,شهرستان بوردن، تگزاس,مقاطعة بوردين,বোর্ডেন কাউন্টি,ボーデン郡,博登縣		US	TX	033	641	America/Chicago
5517580	Brewster County	brewster-county	Brewster,Brewster Comitatus,Brewster Kun,Brewster Kūn,Brewster konderria,Brewster megye,Brjuster,Bruster,Brustur,Bryuster srjan,Comitatul Brewster,Comte de Brewster,Comté de Brewster,Condado de Brewster,Condado han Brewster,Contea di Brewster,County Brewster,Hrabstwo Brewster,Okrug Bruster,Quan Brewster,Quận Brewster,bri'ustera ka'unti,bu lu si de xian,buryusuta jun,mqatʿt brwstr,shhrstan brwstr  tgzas,Брустер,Брустър,Брюстер,Округ Брустер,Բրյուստեր շրջան,بریوسٹر کاؤنٹی,بریوسٹر کاؤنٹی، ٹیکساس,شهرستان بروستر، تگزاس,مقاطعة بروستر,ব্রিউস্টের কাউন্টি,ブリュースター郡,布魯斯德縣		US	TX	043	9232	America/Chicago
5517598	Briscoe County	briscoe-county	Briscoe,Briscoe Comitatus,Briscoe Kun,Briscoe Kūn,Briscoe konderria,Briscoe megye,Brisko,Brisko srjan,Briskou,Comitatul Briscoe,Comte de Briscoe,Comté de Briscoe,Condado de Briscoe,Condado han Briscoe,Contea di Briscoe,County Briscoe,Hrabstwo Briscoe,Okrug Brisko,Quan Briscoe,Quận Briscoe,brisakuyi ka'unti,bu li si ke xian,burisuko jun,mqatʿt bryskw,shhrstan brskw  tgzas,Бриско,Брискоу,Округ Бриско,Բրիսկո շրջան,برسکو کاؤنٹی,بریسکو کاؤنٹی، ٹیکساس,شهرستان برسکو، تگزاس,مقاطعة بريسكو,ব্রিসকুয়ি কাউন্টি,ブリスコ郡,布里斯科縣		US	TX	045	1637	America/Chicago
5518353	Carson County	carson-county	Carson,Carson Comitatus,Carson Kun,Carson Kūn,Carson konderria,Carson megye,Comitatul Carson,Comte de Carson,Comté de Carson,Condado de Carson,Condado han Carson,Contea di Carson,County Carson,Hrabstwo Carson,Karson,Karsun,Okrug Karson,Quan Carson,Quận Carson,ka sen xian,karasana ka'unti,kason jun,mqatʿt karswn,shhrstan karswn  tgzas,Карсон,Карсън,Округ Карсон,Քարսոն շրջան,شهرستان کارسون، تگزاس,مقاطعة كارسون,کارسن کاؤنٹی,کارسن کاؤنٹی، ٹیکساس,কারসন কাউন্টি,カーソン郡,卡森縣		US	TX	065	6182	America/Chicago
5518431	Castro County	castro-county	Castro,Castro Comitatus,Castro Kun,Castro Kūn,Castro konderria,Castro maakond,Castro megye,Comitatul Castro,Comte de Castro,Comté de Castro,Condado de Castro,Condado han Castro,Contea di Castro,County Castro,Hrabstwo Castro,Kastro,Okrug Kastro,Quan Castro,Quận Castro,ka si te luo xian,kastro ka'unti,kasutoro jun,mqatʿt kastrw,shhrstan kstrw  tgzas,Кастро,Округ Кастро,Քաստրո շրջան,شهرستان کسترو، تگزاس,مقاطعة كاسترو,کاسٹرو کاؤنٹی,کاسٹرو کاؤنٹی، ٹیکساس,কাস্ট্রো কাউন্টি,カストロ郡,卡斯特羅縣		US	TX	069	8062	America/Chicago
5518760	Childress County	childress-county	Chajldres,Chajldress,Childress,Childress Comitatus,Childress Kun,Childress Kūn,Childress konderria,Childress megye,Comitatul Childress,Comte de Childress,Comté de Childress,Condado de Childress,Condado han Childress,Contea di Childress,County Childress,Hrabstwo Childress,Okrug Childres,Quan Childress,Quận Childress,chai er de li si xian,chirudoresu jun,ciladresa ka'unti,mqatʿt tshayldrys,shhrstan chyldrs  tgzas,Округ Чилдрес,Чайлдрес,Чайлдресс,Чилдресс,Չիլդրիս շրջան,شهرستان چیلدرس، تگزاس,مقاطعة تشايلدريس,چلڈرس کاؤنٹی,چلڈریس کاؤنٹی، ٹیکساس,চিলড্রেস কাউন্টি,チルドレス郡,柴爾德里斯縣		US	TX	075	7041	America/Chicago
5519156	Cochran County	cochran-county	Cochran,Cochran Comitatus,Cochran Kun,Cochran Kūn,Cochran konderria,Cochran megye,Comitatul Cochran,Comte de Cochran,Comté de Cochran,Condado de Cochran,Condado han Cochran,Contea di Cochran,County Cochran,Hrabstwo Cochran,Kokran,Okrug Kokran,Quan Cochran,Quận Cochran,ke ke lun xian,kocarana ka'unti,kokuran jun,mqatʿt kwtshran,shhrstan kakrn  tgzas,Кокран,Округ Кокран,Քոքրեն շրջան,شهرستان کاکرن، تگزاس,مقاطعة كوتشران,کوچران کاؤنٹی,کوکرین کاؤنٹی، ٹیکساس,কোচরান কাউন্টি,コクラン郡,科克倫縣		US	TX	079	3127	America/Chicago
5519174	Coke County	coke-county	Coke,Coke Comitatus,Coke Kun,Coke Kūn,Coke konderria,Coke megye,Comitatul Coke,Comte de Coke,Comté de Coke,Condado de Coke,Condado han Coke,Contea di Coke,County Coke,Hrabstwo Coke,Kok,Kouk,Okrug Kouk,Quan Coke,Quận Coke,ke ke xian,koka ka'unti,koku jun,mqatʿt kwk,shhrstan kk  tgzas,Кок,Коук,Округ Коук,Քոկ շրջան,شهرستان کک، تگزاس,مقاطعة كوك,کوک کاؤنٹی,کوک کاؤنٹی، ٹیکساس,কোক কাউন্টি,コーク郡,科克縣		US	TX	081	3320	America/Chicago
5519229	Collingsworth County	collingsworth-county	Collingsworth,Collingsworth Comitatus,Collingsworth County,Collingsworth Kun,Collingsworth Kūn,Collingsworth konderria,Collingsworth megye,Collinsworth County,Comitatul Collingsworth,Comte de Collingsworth,Comté de Collingsworth,Condado de Collingsworth,Condado han Collingsworth,Contea di Collingsworth,County Collingsworth,Hrabstwo Collingsworth,Kolingsuurt,Kollingsvort,Okrug Kolingsvort,Quan Collingsworth,Quận Collingsworth,ke ling si wo si xian,kolinsaraartha ka'unti,koringuzuwasu jun,mqatʿt kwlynghzwwrth,shhrstan kwlyngzwrth  tgzas,Колингсуърт,Коллингсворт,Коллінгсворт,Округ Колингсворт,Քոլինգսվորթ շրջան,شهرستان کولینگزورث، تگزاس,مقاطعة كولينغزوورث,کولنگزورتھ کاؤنٹی,کولینگسورتھ کاؤنٹی، ٹیکساس,কোলিংসৱার্থ কাউন্টি,コリングズワース郡,科靈斯沃思縣		US	TX	087	3057	America/Chicago
5519440	Cottle County	cottle-county	Comitatul Cottle,Comte de Cottle,Comté de Cottle,Condado de Cottle,Condado han Cottle,Contea di Cottle,Cottle,Cottle Comitatus,Cottle Kun,Cottle Kūn,Cottle konderria,Cottle megye,County Cottle,Hrabstwo Cottle,Kottl,Kotul,Okrug Kotl,Quan Cottle,Quận Cottle,ke te er xian,kotale ka'unti,kottoru jun,mqatʿt kwtl,shhrstan katl  tgzas,Коттл,Котъл,Округ Котл,Քոթլ շրջան,شهرستان کاتل، تگزاس,مقاطعة كوتل,کوٹل کاؤنٹی,کوٹل کاؤنٹی، ٹیکساس,কোটলে কাউন্টি,コットル郡,科特爾縣		US	TX	101	1505	America/Chicago
5519649	Crane County	crane-county	Comitatul Crane,Comte de Crane,Comté de Crane,Condado de Crane,Condado han Crane,Contea di Crane,County Crane,Crane,Crane Comitatus,Crane Kun,Crane Kūn,Crane konderria,Crane megye,Hrabstwo Crane,Krejn,Okrug Krejn,Quan Crane,Quận Crane,ke lun xian,kre'ina ka'unti,kuren jun,mqatʿt kryn,shhrstan kryn  tgzas,Крейн,Округ Крејн,Քրեյն շրջան,شهرستان کرین، تگزاس,مقاطعة كرين,کرین کاؤنٹی,کرین کاؤنٹی، ٹیکساس,ক্রেইন কাউন্টি,クレーン郡,克倫縣		US	TX	103	4375	America/Chicago
5519699	Crockett County	crockett-county	Comitatul Crockett,Comte de Crockett,Comté de Crockett,Condado de Crockett,Condado han Crockett,Contea di Crockett,County Crockett,Crockett,Crockett Comitatus,Crockett Kun,Crockett Kūn,Crockett konderria,Crockett megye,Crocketti maakond,Hrabstwo Crockett,Kroket,Krokett,Okrug Kroket,Quan Crockett,Quận Crockett,karketa ka'unti,ke luo ji te xian,kuroketto jun,mqatʿt krwkyt,shhrstan krakt  tgzas,Крокет,Крокетт,Округ Крокет,Քրոկետ շրջան,شهرستان کراکت، تگزاس,مقاطعة كروكيت,کروکٹ کاؤنٹی,کروکیٹ کاؤنٹی، ٹیکساس,কর্কেট কাউন্টি,クロケット郡,克羅基特縣		US	TX	105	3719	America/Chicago
5519715	Crosby County	crosby-county	Comitatul Crosby,Comte de Crosby,Comté de Crosby,Condado de Crosby,Condado han Crosby,Contea di Crosby,County Crosby,Crosby,Crosby Comitatus,Crosby Kun,Crosby Kūn,Crosby konderria,Crosby megye,Hrabstwo Crosby,Krosbi,Okrug Krozbi,Quan Crosby,Quận Crosby,ke luo si bi xian,krosabi ka'unti,kurosubyi jun,mqatʿt krwsby,shhrstan krazby  tgzas,Кросби,Кросбі,Округ Крозби,Քրոսբի շրջան,شهرستان کرازبی، تگزاس,مقاطعة كروسبي,کراسبائی کاؤنٹی,کروسبی کاؤنٹی، ٹیکساس,ক্রোসবি কাউন্টি,クロスビィ郡,克羅斯比縣		US	TX	107	6059	America/Chicago
5519788	Culberson County	culberson-county	Comitatul Culberson,Comte de Culberson,Comté de Culberson,Condado de Culberson,Condado han Culberson,Contea di Culberson,County Culberson,Culberson,Culberson Comitatus,Culberson Kun,Culberson Kūn,Culberson konderria,Culberson megye,Culbersoni maakond,Hrabstwo Culberson,Kalberson,Kantono Culberson,Kulbursun,Okrug Kalberson,Quan Culberson,Quận Culberson,kalabarasana ka'unti,karubason jun,ke bo sen xian,mqatʿt kwlbyrswn,shhrstan kalbrsn  tgzas,Калберсон,Кълбърсън,Округ Калберсон,Քալբերսոն շրջան,شهرستان کالبرسن، تگزاس,مقاطعة كولبيرسون,کلبرسن کاؤنٹی,کولبرسن کاؤنٹی، ٹیکساس,কালবারসন কাউন্টি,カルバーソン郡,克伯森縣		US	TX	109	2398	America/Chicago
5519868	Dallam County	dallam-county	Comitatul Dallam,Comte de Dallam,Comté de Dallam,Condado de Dallam,Condado han Dallam,Contea di Dallam,County Dallam,Dalam srjan,Dallam,Dallam Comitatus,Dallam Kun,Dallam Kūn,Dallam konderria,Dallam megye,Dalum,Hrabstwo Dallam,Okrug Dalam,Quan Dallam,Quận Dallam,da la mu xian,dallama ka'unti,daramu jun,mqatʿt dalam,shhrstan dalam  tgzas,Даллам,Далъм,Округ Далам,Դալամ շրջան,شهرستان دالام، تگزاس,مقاطعة دالام,ڈالام کاؤنٹی,ڈیلام کاؤنٹی، ٹیکساس,ডাল্লাম কাউন্টি,ダラム郡,達拉姆縣		US	TX	111	6703	America/Chicago
5519946	Dawson County	dawson-county	Comitatul Dawson,Comte de Dawson,Comté de Dawson,Condado de Dawson,Condado han Dawson,Contea di Dawson,County Dawson,Dawson,Dawson Comitatus,Dawson Kun,Dawson Kūn,Dawson konderria,Dawson megye,Doson,Dosun,Douson,Douson srjan,Hrabstwo Dawson,Okrug Doson,Quan Dawson,Quận Dawson,dao sheng xian,darasana ka'unti,doson jun,mqatʿt dwswn,shhrstan dawswn  tgzas,Досон,Досън,Доусон,Округ Досон,Դոուսոն շրջան,شهرستان داوسون، تگزاس,مقاطعة دوسون,ڈائسن کاؤنٹی,ڈاوسن کاؤنٹی، ٹیکساس,ডাৱসন কাউন্টি,ドーソン郡,道生縣		US	TX	115	13833	America/Chicago
5520004	Deaf Smith County	deaf-smith-county	Comitatul Deaf Smith,Comte de Deaf Smith,Comté de Deaf Smith,Condado de Deaf Smith,Condado han Deaf Smith,Contea di Deaf Smith,County Deaf Smith,Deaf Smith,Deaf Smith Comitatus,Deaf Smith Kun,Deaf Smith Kūn,Deaf Smith konderria,Deaf Smith megye,Def Smit,Def-Smit,Hrabstwo Deaf Smith,Okrug Def Smit,Quan Deaf Smith,Quận Deaf Smith,dai fu shi mi si xian,defusumisu jun,depha smitha ka'unti,mqatʿt dyf smyth,shhrstan df asmyt  tgzas,Деф Смит,Деф-Смит,Деф-Сміт,Округ Деф Смит,Դիֆ Սմիթ շրջան,شهرستان دف اسمیت، تگزاس,مقاطعة ديف سميث,ڈیف سمتھ کاؤنٹی,ڈیف سمتھ کاؤنٹی، ٹیکساس,ডেফ স্মিথ কাউন্টি,デフスミス郡,戴夫史密斯縣		US	TX	117	19372	America/Chicago
5520187	Dickens County	dickens-county	Comitatul Dickens,Comte de Dickens,Comté de Dickens,Condado de Dickens,Condado han Dickens,Contea di Dickens,County Dickens,Dickens,Dickens Comitatus,Dickens Kun,Dickens Kūn,Dickens konderria,Dickens megye,Dikens,Dikkens,Hrabstwo Dickens,Okrug Dikens,Quan Dickens,Quận Dickens,di geng si xian,dikensa ka'unti,dikenzu jun,mqatʿt dykynz,shhrstan dyknz  tgzas,Дикенс,Диккенс,Дікенс,Округ Дикенс,Դիքենս շրջան,شهرستان دیکنز، تگزاس,مقاطعة ديكينز,ڈکنز کاؤنٹی,ڈکنز کاؤنٹی، ٹیکساس,ডিকেন্স কাউন্টি,ディケンズ郡,狄更斯縣		US	TX	125	2444	America/Chicago
5520330	Donley County	donley-county	Comitatul Donley,Comte de Donley,Comté de Donley,Condado de Donley,Condado han Donley,Contea di Donley,County Donley,Donley,Donley Comitatus,Donley Kun,Donley Kūn,Donley konderria,Donley megye,Donli,Donli srjan,Hrabstwo Donley,Okrug Donli,Quan Donley,Quận Donley,donale ka'unti,donri jun,mqatʿt dwnly,shhrstan danly  tgzas,tang li xian,Донли,Донлі,Округ Донли,Դոնլի շրջան,شهرستان دانلی، تگزاس,مقاطعة دونلي,ڈونلی کاؤنٹی,ڈونلی کاؤنٹی، ٹیکساس,ডোনলে কাউন্টি,ドンリー郡,唐利县		US	TX	129	3677	America/Chicago
5520910	Ector County	ector-county	Comitatul Ector,Comte d'Ector,Comté d'Ector,Condado de Ector,Condado han Ector,Contea di Ector,County Ector,Ector,Ector Comitatus,Ector Kun,Ector Kūn,Ector konderria,Ector megye,Ehktor,Ektor,Ektor srjan,Ektur,Hrabstwo Ector,Okrug Ektor,Quan Ector,Quận Ector,e ke tuo xian,ekatara ka'unti,ekuta jun,mqatʿt aktwr,shhrstan aktwr  tgzas,Ектор,Ектър,Округ Ектор,Эктор,Էկտոր շրջան,اکٹر کاؤنٹی,ایکٹور کاؤنٹی، ٹیکساس,شهرستان اکتور، تگزاس,مقاطعة إكتور,একটর কাউন্টি,エクター郡,厄克托縣		US	TX	135	137130	America/Chicago
5520940	Edwards County	edwards-county	Comitatul Edwards,Comte d'Edwards,Comté d'Edwards,Condado de Edwards,Condado han Edwards,Contea di Edwards,County Edwards,Eduards,Edvards,Edvards srjan,Edwards,Edwards Comitatus,Edwards Kun,Edwards Kūn,Edwards konderria,Edwards megye,Ehdvards,Hrabstwo Edwards,Okrug Edvards,Quan Edwards,Quận Edwards,ai de hua zi xian,edaraardasa ka'unti,edowazu jun,mqatʿt adwrdz,shhrstan adwardz  tgzas,Едвардс,Едуардс,Округ Едвардс,Эдвардс,Էդվարդս շրջան,اڈورڈز کاؤنٹی,ایڈورڈز کاؤنٹی، ٹیکساس,شهرستان ادواردز، تگزاس,مقاطعة إدوردز,এডৱার্ডস কাউন্টি,エドワーズ郡,愛德華茲縣		US	TX	137	2002	America/Chicago
5521001	El Paso County	el-paso-county	Comitatul El Paso,Comte d'El Paso,Comté d'El Paso,Condado de El Paso,Condado han El Paso,Contea di El Paso,County El Paso,Ehl'-Paso,El Paso,El Paso Comitatus,El Paso Kun,El Paso Kūn,El Paso apygarda,El Paso konderria,El Paso maakond,El Paso megye,El Paso srjan,El'-Paso,Hrabstwo El Paso,Kantono El Paso,Okrug El Paso,Quan El Paso,Quận El Paso,e er ba suo xian,ela paso ka'unti,erupaso jun,mqatʿt al basw,shhrstan al pasw  tgzas,Ел Пасо,Ель-Пасо,Округ Ел Пасо,Эль-Пасо,Էլ Պասո շրջան,ال پاسو کاؤنٹی,ایل پاسو کاؤنٹی، ٹیکساس,شهرستان ال پاسو، تگزاس,مقاطعة إل باسو,এল পাসো কাউন্টি,エルパソ郡,厄爾巴索縣		US	TX	141	800647	America/Denver
5521544	Fisher County	fisher-county	Comitatul Fisher,Comte de Fisher,Comté de Fisher,Condado de Fisher,Condado han Fisher,Contea di Fisher,Fiser srjan,Fisher,Fisher Comitatus,Fisher Kun,Fisher Kūn,Fisher konderria,Fisher megye,Fishur,Hrabstwo Fisher,Okrug Fisher,Quan Fisher,Quận Fisher,fei xi er xian,fissha jun,mqatʿt fyshr,phisera ka'unti,shhrstan fyshr  tgzas,Округ Фишер,Фишер,Фишър,Фішер,Ֆիշեր շրջան,شهرستان فیشر، تگزاس,فشر کاؤنٹی,فشر کاؤنٹی، ٹیکساس,مقاطعة فيشر,ফিসের কাউন্টি,フィッシャー郡,費希爾縣		US	TX	151	3974	America/Chicago
5521640	Floyd County	floyd-county	Comitatul Floyd,Comte de Floyd,Comté de Floyd,Condado de Floyd,Condado han Floyd,Contea di Floyd,Flojd,Floyd,Floyd Comitatus,Floyd Kun,Floyd Kūn,Floyd konderria,Floyd megye,Floyd srjan,Hrabstwo Floyd,Okrug Flojd,Quan Floyd,Quận Floyd,fu luo yi de xian,furoido jun,mqatʿt flwyd,phlayada ka'unti,shhrstan flwyd  tgzas,Округ Флојд,Флойд,Ֆլոյդ շրջան,شهرستان فلوید، تگزاس,فلؤڈ کاؤنٹی,فلوئڈ کاؤنٹی، ٹیکساس,مقاطعة فلويد,ফ্লয়ড কাউন্টি,フロイド郡,弗洛伊德縣		US	TX	153	6446	America/Chicago
5521974	Gaines County	gaines-county	Comitatul Gaines,Comte de Gaines,Comté de Gaines,Condado de Gaines,Condado han Gaines,Contea di Gaines,County Gaines,Gaines,Gaines Comitatus,Gaines Kun,Gaines Kūn,Gaines konderria,Gaines megye,Gejns,Gejnz,Geyns srjan,Hrabstwo Gaines,Okrug Gejns,Quan Gaines,Quận Gaines,gai en si xian,ge'inesa ka'unti,geinzu jun,mqatʿt ghynz,shhrstan gyns  tgzas,Гейнз,Гейнс,Округ Гејнс,Ґейнс,Գեյնս շրջան,شهرستان گینس، تگزاس,مقاطعة غينز,گیئنز کاؤنٹی، ٹیکساس,گینز کاؤنٹی,গেইনেস কাউন্টি,ゲインズ郡,蓋恩斯縣		US	TX	165	17526	America/Chicago
5522043	Garza County	garza-county	Comitatul Garza,Comte de Garza,Comté de Garza,Condado de Garza,Condado han Garza,Contea di Garza,County Garza,Garza,Garza Comitatus,Garza Kun,Garza Kūn,Garza konderria,Garza megye,Garza srjan,Hrabstwo Garza,Okrug Garza,Quan Garza,Quận Garza,garja ka'unti,garuza jun,jia zha xian,mqatʿt gharza,shhrstan garza  tgzas,Гарза,Округ Гарза,Ґарза,Գարզա շրջան,شهرستان گارزا، تگزاس,مقاطعة غارزا,گارزا کاؤنٹی,گارزا کاؤنٹی، ٹیکساس,গার্জা কাউন্টি,ガルザ郡,加扎縣		US	TX	169	6461	America/Chicago
5522162	Glasscock County	glasscock-county	Comitatul Glasscock,Comte de Glasscock,Comté de Glasscock,Condado de Glasscock,Condado han Glasscock,Contea di Glasscock,County Glasscock,Glaskok,Glasscock,Glasscock Comitatus,Glasscock Kun,Glasscock Kūn,Glasscock konderria,Glasscock megye,Glasskok,Hrabstwo Glasscock,Okrug Glaskok,Quan Glasscock,Quận Glasscock,ge la si ka ke xian,glasakoka ka'unti,gurasukokku jun,mqatʿt ghlaskwk,Гласкок,Гласскок,Округ Гласкок,Գլասքոկ շրջան,مقاطعة غلاسكوك,گلاسکاک کاؤنٹی,গ্লাসকোক কাউন্টি,グラスコック郡,格拉斯卡克縣		US	TX	173	1226	America/Chicago
5522430	Gray County	gray-county	Comitatul Gray,Comte de Gray,Comté de Gray,Condado de Gray,Condado han Gray,Contea di Gray,County Gray,Gray,Gray Comitatus,Gray Kun,Gray Kūn,Gray konderria,Gray maakond,Gray megye,Grej,Grey srjan,Hrabstwo Gray,Okrug Grej,Quan Gray,Quận Gray,ge lei xian,gre ka'unti,gurei jun,mqatʿt ghray,shhrstan gry  tgzas,Грей,Округ Греј,Գրեյ շրջան,شهرستان گری، تگزاس,مقاطعة غراي,گرے کاؤنٹی,গ্রে কাউন্টি,グレイ郡,格雷縣		US	TX	179	22535	America/Chicago
5522717	Hale County	hale-county	Comitatul Hale,Comte de Hale,Comté de Hale,Condado de Hale,Condado han Hale,Contea di Hale,County Hale,Gejl,Hale,Hale Comitatus,Hale Kun,Hale Kūn,Hale konderria,Hale megye,Halei maakond,Heyl srjan,Hrabstwo Hale,Khejl,Okrug Khejl,Quan Hale,Quận Hale,hale ka'unti,hei er xian,heiru jun,shhrstan haly  tgzas,Гейл,Округ Хејл,Хейл,Հեյլ շրջան,شهرستان هالی، تگزاس,ہیل کاؤنٹی,ہیل کاؤنٹی، ٹیکساس,হালে কাউন্টি,ヘイル郡,黑尔县		US	TX	189	36273	America/Chicago
5522740	Hall County	hall-county	Comitatul Hall,Comte de Hall,Comté de Hall,Condado de Hall,Condado han Hall,Contea di Hall,County Hall,Goll,Hall,Hall Comitatus,Hall Kun,Hall Kūn,Hall konderria,Hall megye,Hol srjan,Hrabstwo Hall,Khol,Kholl,Okrug Khol,Quan Hall,Quận Hall,hala ka'unti,horu jun,huo er xian,mqatʿt hal,shhrstan hal  tgzas,Голл,Округ Хол,Хол,Холл,Հոլ շրջան,شهرستان هال، تگزاس,مقاطعة هال,ہال کاؤنٹی,ہال کاؤنٹی، ٹیکساس,হাল কাউন্টি,ホール郡,霍爾縣		US	TX	191	3353	America/Chicago
5522806	Hansford County	hansford-county	Comitatul Hansford,Comte de Hansford,Comté de Hansford,Condado de Hansford,Condado han Hansford,Contea di Hansford,County Hansford,Gensford,Hansford,Hansford Comitatus,Hansford Kun,Hansford Kūn,Hansford konderria,Hansford megye,Hansford srjan,Hrabstwo Hansford,Khansford,Khehnsford,Okrug Khansford,Quan Hansford,Quận Hansford,han si fu de xian,hansaphorda ka'unti,hansufodo jun,mqatʿt hanzfwrd,shhrstan hansfwrd  tgzas,Генсфорд,Округ Хансфорд,Хансфорд,Хэнсфорд,Հանսֆորդ շրջան,شهرستان هانسفورد، تگزاس,مقاطعة هانزفورد,ہینزفورڈ کاؤنٹی,ہینسفورڈ کاؤنٹی، ٹیکساس,হান্সফোর্ড কাউন্টি,ハンスフォード郡,漢斯福德縣		US	TX	195	5613	America/Chicago
5522887	Hartley County	hartley-county	Comitatul Hartley,Comte de Hartley,Comté de Hartley,Condado de Hartley,Condado han Hartley,Contea di Hartley,Gartli,Hartley,Hartley Comitatus,Hartley Kun,Hartley Kūn,Hartley konderria,Hartley megye,Hartli srjan,Hrabstwo Hartley,Khartli,Okrug Khartli,Quan Hartley,Quận Hartley,ha te li xian,hartali ka'unti,hatori jun,mqatʿt hartly,shhrstan hartly  tgzas,Гартлі,Округ Хартли,Хартли,Հարտլի շրջան,شهرستان هارتلی، تگزاس,مقاطعة هارتلي,ہارٹلی کاؤنٹی، ٹیکساس,ہارٹلے کاؤنٹی,হার্টলি কাউন্টি,ハートリー郡,哈特利縣		US	TX	205	6062	America/Chicago
5523019	Hemphill County	hemphill-county	Comte de Hemphill,Comté de Hemphill,Hemphill		US	TX	211	3807	America/Chicago
5523240	Hockley County	hockley-county	Comitatul Hockley,Comte de Hockley,Comté de Hockley,Condado de Hockley,Condado han Hockley,Contea di Hockley,Gokli,Hockley,Hockley Comitatus,Hockley Kun,Hockley Kūn,Hockley konderria,Hockley megye,Hokli srjan,Hrabstwo Hockley,Khokli,Okrug Khokli,Quan Hockley,Quận Hockley,hokali ka'unti,hokkuri jun,huo ke li xian,mqatʿt hwkly,Гоклі,Округ Хокли,Хокли,Հոկլի շրջան,مقاطعة هوكلي,ہاکلے کاؤنٹی,ہوکلی کاؤنٹی، ٹیکساس,হোকলি কাউন্টি,ホックリー郡,霍克利縣		US	TX	219	22935	America/Chicago
5523520	Howard County	howard-county	Comitatul Howard,Comte de Howard,Comté de Howard,Condado de Howard,Condado han Howard,Contea di Howard,Govard,Hovard srjan,Howard,Howard Comitatus,Howard Kun,Howard Kūn,Howard konderria,Howard megye,Hrabstwo Howard,Khauard,Khauurd,Okrug Khauard,Quan Howard,Quận Howard,haraarda ka'unti,hawado jun,huo hua de xian,mqatʿt haward,shhrstan haward  tgzas,Говард,Округ Хауард,Хауард,Хауърд,Հովարդ շրջան,شهرستان هاوارد، تگزاس,مقاطعة هاوارد,ہووارڈ کاؤنٹی، ٹیکساس,ہوورڈ کاؤنٹی,হাৱার্ড কাউন্টি,ハワード郡,霍華德縣		US	TX	227	35012	America/Chicago
5523551	Hudspeth County	hudspeth-county	Comitatul Hudspeth,Comte de Hudspeth,Comté de Hudspeth,Condado de Hudspeth,Condado han Hudspeth,Contea di Hudspeth,Gadspet,Hrabstwo Hudspeth,Hudspeth,Hudspeth Comitatus,Hudspeth Kun,Hudspeth Kūn,Hudspeth konderria,Hudspeth megye,Kantono Hudspeth,Khadspet,Khudspet,Okrug Khadspet,Quan Hudspeth,Quận Hudspeth,ha de si pei si xian,hadaseptha ka'unti,hazupesu jun,mqatʿt hdzbyth,shhrstan hadspt  tgzas,Гадспет,Округ Хадспет,Хадспет,Хъдспет,Հուդսպեթ շրջան,شهرستان هادسپت، تگزاس,مقاطعة هدزبيث,ہڈسپتھ کاؤنٹی,ہڈسپیتھ کاؤنٹی، ٹیکساس,হাডসেপ্থ কাউন্টি,ハズペス郡,哈得斯佩斯縣		US	TX	229	3476	America/Denver
5523630	Hutchinson County	hutchinson-county	Comitatul Hutchinson,Comte de Hutchinson,Comté de Hutchinson,Condado de Hutchinson,Condado han Hutchinson,Contea di Hutchinson,Gatchinson,Hrabstwo Hutchinson,Hutchinson,Hutchinson Comitatus,Hutchinson Kun,Hutchinson Kūn,Hutchinson konderria,Hutchinson megye,Hutchinsoni maakond,Khatchinson,Khutchinsun,Okrug Khachinson,Quan Hutchinson,Quận Hutchinson,ha qin sen xian,hacinasana ka'unti,hatchinson jun,mqatʿt htshswn,shhrstan hachynswn  tgzas,Гатчинсон,Округ Хачинсон,Хатчинсон,Хътчинсън,Հատչինսոն շրջան,شهرستان هاچینسون، تگزاس,مقاطعة هتشسون,ہچنسن کاؤنٹی,ہچینسن کاؤنٹی، ٹیکساس,হাচিনসন কাউন্টি,ハッチンソン郡,哈欽森縣		US	TX	233	22150	America/Chicago
5523809	Irion County	irion-county	Ajriun,Comitatul Irion,Comte d'Irion,Comté d'Irion,Condado de Irion,Condado han Irion,Contea di Irion,Hrabstwo Irion,Irion,Irion Comitatus,Irion Kun,Irion Kūn,Irion konderria,Irion megye,Irion srjan,Okrug Ajrion,Quan Irion,Quận Irion,irion jun,iriyana ka'unti,mqatʿt ayrywn,yi li ang xian,Іріон,Айриън,Ирион,Округ Ајрион,Իրիոն շրջան,ایرین کاؤنٹی,ایریون کاؤنٹی، ٹیکساس,مقاطعة إيريون,ইরিয়ন কাউন্টি,イリオン郡,伊里昂縣		US	TX	235	1599	America/Chicago
5523967	Jeff Davis County	jeff-davis-county	Comitatul Jeff Davis,Comte de Jeff Davis,Comté de Jeff Davis,Condado de Jeff Davis,Condado han Jeff Davis,Contea di Jeff Davis,Dzhef Dejvis,Dzheff-Dejvis,Dzheff-Devis,Hrabstwo Jeff Davis,Jef Deyvis srjan,Jeff Davis,Jeff Davis Comitatus,Jeff Davis Kun,Jeff Davis Kūn,Jeff Davis konderria,Jeff Davis megye,Jeff Davise maakond,Okrug DZef Dejvis,Quan Jeff Davis,Quận Jeff Davis,jefudeibisu jun,jepha debhisa ka'unti,mqatʿt jyf dyfys,shhrstan jf dywys  tgzas,Джеф Дейвис,Джефф-Девіс,Джефф-Дейвис,Округ Џеф Дејвис,Ջեֆ Դեյվիս շրջան,جیف ڈیوس کاؤنٹی,جیف ڈیوس کاؤنٹی، ٹیکساس,شهرستان جف دیویس، تگزاس,مقاطعة جيف ديفيس,জেফ ডেভিস কাউন্টি,ジェフデイビス郡,傑夫·戴維斯縣		US	TX	243	2342	America/Chicago
5524519	Kent County	kent-county	Comitatul Kent,Comte de Kent,Comté de Kent,Condado de Kent,Condado han Kent,Contea di Kent,Hrabstwo Kent,Kent,Kent Comitatus,Kent Kun,Kent Kūn,Kent konderria,Kent megye,Okrug Kent,Quan Kent,Quận Kent,ken te xian,kenta ka'unti,kento jun,mqatʿt knt,shhrstan knt  tgzas,Кент,Округ Кент,Քենտ շրջան,شهرستان کنت، تگزاس,مقاطعة كنت,کینٹ کاؤنٹی، ٹیکساس,কেন্ট কাউন্টি,ケント郡,肯特县		US	TX	263	808	America/Chicago
5524574	King County	king-county	Comitatul King,Comte de King,Comté de King,Condado de King,Condado han King,Contea di King,Hrabstwo King,King,King Comitatus,King Kun,King Kūn,King konderria,King megye,Okrug King,Quan King,Quận King,jin xian,kim ka'unti,kingu jun,mqatʿt kyngh,shhrstan kyng  tgzas,Кинг,Кінг,Округ Кинг,Քինգ շրջան,شهرستان کینگ، تگزاس,مقاطعة كينغ,کنگ کاؤنٹی,کنگ کاؤنٹی، ٹیکساس,কিং কাউন্টি,キング郡,金县		US	TX	269	286	America/Chicago
5524590	Kinney County	kinney-county	Comitatul Kinney,Comte de Kinney,Comté de Kinney,Condado de Kinney,Condado han Kinney,Contea di Kinney,Hrabstwo Kinney,Kini,Kinney,Kinney Comitatus,Kinney Kun,Kinney Kūn,Kinney konderria,Kinney megye,Kinni,Okrug Kini,Quan Kinney,Quận Kinney,jin ni xian,kini jun,kinni ka'unti,mqatʿt kyny,shhrstan kyny  tgzas,Кини,Кинни,Кінні,Округ Кини,Քինի շրջան,شهرستان کینی، تگزاس,مقاطعة كيني,کنی کاشنٹی,کینی کاؤنٹی، ٹیکساس,কিন্নি কাউন্টি,キニー郡,金尼縣		US	TX	271	3598	America/Chicago
5524844	Lamb County	lamb-county	Comitatul Lamb,Comte de Lamb,Comté de Lamb,Condado de Lamb,Condado han Lamb,Contea di Lamb,Hrabstwo Lamb,Lamb,Lamb Comitatus,Lamb Kun,Lamb Kūn,Lamb konderria,Lamb megye,Lehmb,Lemb,Lemb srjan,Okrug Lem,Quan Lamb,Quận Lamb,lan mu xian,lyamba ka'unti,mqatʿt lam,ramu jun,shhrstan lmb  tgzas,Ламб,Лемб,Лэмб,Округ Лем,Լեմբ շրջան,شهرستان لمب، تگزاس,لیمب کاؤنٹی,لیمب کاؤنٹی، ٹیکساس,مقاطعة لام,ল্যাম্ব কাউন্টি,ラム郡,蘭姆縣		US	TX	279	13977	America/Chicago
5525131	Lipscomb County	lipscomb-county	Comitatul Lipscomb,Comte de Lipscomb,Comté de Lipscomb,Condado de Lipscomb,Condado han Lipscomb,Contea di Lipscomb,Hrabstwo Lipscomb,Lipscomb,Lipscomb Comitatus,Lipscomb Kun,Lipscomb Kūn,Lipscomb konderria,Lipscomb megye,Lipskom,Lipskomb,Lipskomb srjan,Okrug Lipskom,Quan Lipscomb,Quận Lipscomb,li pu si ke mu xian,lipasakamba ka'unti,mqatʿt lybskwm,rippusukomu jun,shhrstan lypskam  tgzas,Липскомб,Ліпском,Округ Липском,Լիպսկոմբ շրջան,شهرستان لیپسکام، تگزاس,لپسکامب کاؤنٹی,لپسکومب کاؤنٹی، ٹیکساس,مقاطعة ليبسكوم,লিপসকম্ব কাউন্টি,リップスコム郡,利普斯科姆縣		US	TX	295	3302	America/Chicago
5525514	Loving County	loving-county	Comitatul Loving,Comte de Loving,Comté de Loving,Condado de Loving,Condado han Loving,Contea di Loving,Hrabstwo Loving,Laving,Loving,Loving Comitatus,Loving Kun,Loving Kūn,Loving konderria,Loving megye,Loving srjan,Lovingi maakond,Lovingin piirikunta,Okrug Laving,Quan Loving,Quận Loving,labhim ka'unti,luo wen xian,mqatʿt lwfngh,ravu~ingu jun,shhrstan lawyng  tgzas,Лавінг,Ловинг,Округ Лавинг,Լովինգ շրջան,شهرستان لاوینگ، تگزاس,لوونگ کاؤنٹی,لوینگ کاؤنٹی، ٹیکساس,مقاطعة لوفنغ,লাভিং কাউন্টি,ラヴィング郡,洛文縣		US	TX	301	82	America/Chicago
5525584	Lubbock County	lubbock-county	Comitatul Lubbock,Comte de Lubbock,Comté de Lubbock,Condado de Lubbock,Condado han Lubbock,Contea di Lubbock,Hrabstwo Lubbock,Labbok,Lubbock,Lubbock Comitatus,Lubbock Kun,Lubbock Kūn,Lubbock konderria,Lubbock megye,Lubbocki maakond,Lubok srjan,Lubuk,Okrug Labok,Quan Lubbock,Quận Lubbock,la bo ke xian,lubboka ka'unti,mqatʿt lwbwk,rabokku jun,shhrstan lwbwk  tgzas,Лаббок,Лъбък,Округ Лабок,Լուբոկ շրջան,شهرستان لوبوک، تگزاس,لابوک کاؤنٹی، ٹیکساس,لباک کاؤنٹی,مقاطعة لوبوك,লুব্বোক কাউন্টি,ラボック郡,拉伯克縣		US	TX	303	278831	America/Chicago
5525637	Lynn County	lynn-county	Comitatul Lynn,Comte de Lynn,Comté de Lynn,Condado de Lynn,Condado han Lynn,Contea di Lynn,Hrabstwo Lynn,Lin,Lin srjan,Linn,Lynn,Lynn Comitatus,Lynn Kun,Lynn Kūn,Lynn konderria,Lynn megye,Lynni maakond,Okrug Lin,Quan Lynn,Quận Lynn,lin en xian,lina ka'unti,mqatʿt lyn,rin jun,shhrstan lyn  tgzas,Лин,Линн,Лінн,Округ Лин,Լին շրջան,شهرستان لین، تگزاس,لائن کاؤنٹی,لین کاؤنٹی، ٹیکساس,مقاطعة لين,লিন কাউন্টি,リン郡,林恩縣		US	TX	305	5915	America/Chicago
5525816	Martin County	martin-county	Comitatul Martin,Comte de Martin,Comté de Martin,Condado de Martin,Condado de Martín,Condado han Martin,Contea di Martin,Hrabstwo Martin,Martin,Martin Comitatus,Martin Kun,Martin Kūn,Martin konderria,Martin megye,Martin srjan,Okrug Martin,Quan Martin,Quận Martin,ma ding xian,martina ka'unti,matin jun,mqatʿt martn,shhrstan martyn  tgzas,Мартин,Округ Мартин,Մարտին շրջան,شهرستان مارتین، تگزاس,مارٹن کاؤنٹی، ٹیکساس,مقاطعة مارتن,মার্টিন কাউন্টি,マーティン郡,馬丁縣		US	TX	317	4799	America/Chicago
5525886	Maverick County	maverick-county	Comitatul Maverick,Comte de Maverick,Comté de Maverick,Condado de Maverick,Condado han Maverick,Contea di Maverick,Hrabstwo Maverick,Maverick,Maverick Comitatus,Maverick Kun,Maverick Kūn,Maverick konderria,Maverick megye,Maverik,Mehverik,Meverik srjan,Okrug Maverik,Quan Maverick,Quận Maverick,ma fu li ke xian,maberikku jun,mabherika ka'unti,mqatʿt mafryk,shhrstan mawryk  tgzas,Маверик,Маверік,Мэверик,Округ Маверик,Մևերիկ շրջան,شهرستان ماوریک، تگزاس,مقاطعة مافريك,میورک کاؤنٹی,میورک کاؤنٹی، ٹیکساس,মাভেরিক কাউন্টি,マーベリック郡,馬弗里克縣		US	TX	323	54258	America/Chicago
5526341	Midland County	midland-county	Comitatul Midland,Comte de Midland,Comté de Midland,Condado de Midland,Condado han Midland,Contea di Midland,Hrabstwo Midland,Midland,Midland Comitatus,Midland Kun,Midland Kūn,Midland konderria,Midland megye,Midlandi maakond,Midlend,Midlend srjan,Okrug Midland,Quan Midland,Quận Midland,mi de lan xian,midalyanda ka'unti,middorando jun,mqatʿt mydland,shhrstan mydlnd  tgzas,Мидланд,Мидленд,Мідленд,Округ Мидланд,Միդլենդ շրջան,شهرستان میدلند، تگزاس,مقاطعة ميدلاند,مڈلینڈ کاؤنٹی، ٹیکساس,মিডল্যান্ড কাউন্টি,ミッドランド郡,密德蘭縣		US	TX	329	136872	America/Chicago
5526473	Mitchell County	mitchell-county	Comitatul Mitchell,Comte de Mitchell,Comté de Mitchell,Condado de Mitchell,Condado han Mitchell,Contea di Mitchell,Hrabstwo Mitchell,Michel,Mitchell,Mitchell Comitatus,Mitchell Kun,Mitchell Kūn,Mitchell konderria,Mitchell megye,Okrug Michel,Quan Mitchell,Quận Mitchell,mi qie er xian,micela ka'unti,mitcheru jun,mqatʿt mtshl,shhrstan mychl  tgzas,Митчелл,Мичел,Мітчелл,Округ Мичел,Միչել շրջան,شهرستان میچل، تگزاس,مقاطعة متشل,مچل کاؤنٹی,مچل کاؤنٹی، ٹیکساس,মিচেল কাউন্টি,ミッチェル郡,米切爾縣		US	TX	335	9403	America/Chicago
5526589	Moore County	moore-county	Comitatul Moore,Comte de Moore,Comté de Moore,Condado de Moore,Condado han Moore,Contea di Moore,Hrabstwo Moore,Moore,Moore Comitatus,Moore Kun,Moore Kūn,Moore konderria,Moore megye,Mor,Mur,Mur srjan,Okrug Mur,Quan Moore,Quận Moore,mora ka'unti,mqatʿt mwr,mu er xian,mua jun,shhrstan mwr  tgzas,Мор,Мур,Округ Мур,Մուր շրջան,شهرستان مور، تگزاس,مقاطعة مور,مور کاؤنٹی,موور کاؤنٹی، ٹیکساس,মোর কাউন্টি,ムーア郡,穆爾縣		US	TX	341	21904	America/Chicago
5526681	Motley County	motley-county	Comitatul Motley,Comte de Motley,Comté de Motley,Condado de Motley,Condado han Motley,Contea di Motley,Hrabstwo Motley,Motley,Motley Comitatus,Motley Kun,Motley Kūn,Motley konderria,Motley megye,Motli,Motli srjan,Okrug Motli,Quan Motley,Quận Motley,mo te li xian,motale ka'unti,motori jun,mqatʿt mwtly,shhrstan matly  tgzas,Мотли,Мотлі,Округ Мотли,Մոտլի շրջան,شهرستان ماتلی، تگزاس,مقاطعة موتلي,موٹلی کاؤنٹی، ٹیکساس,موٹلے کاؤنٹی,মোটলে কাউন্টি,モトリー郡,莫特利縣		US	TX	345	1210	America/Chicago
5527151	Nolan County	nolan-county	Comitatul Nolan,Comte de Nolan,Comté de Nolan,Condado de Nolan,Condado han Nolan,Contea di Nolan,Hrabstwo Nolan,Nolan,Nolan Comitatus,Nolan Kun,Nolan Kūn,Nolan konderria,Nolan megye,Nolan srjan,Nolun,Okrug Nolan,Quan Nolan,Quận Nolan,mqatʿt nwlan,nolana ka'unti,noran jun,nuo lan xian,shhrstan nwlan  tgzas,Нолан,Нолън,Округ Нолан,Նոլան շրջան,شهرستان نولان، تگزاس,مقاطعة نولان,نولان کاؤنٹی,نولن کاؤنٹی، ٹیکساس,নোলান কাউন্টি,ノーラン郡,諾蘭縣		US	TX	353	15216	America/Chicago
5527543	Ochiltree County	ochiltree-county	Comitatul Ochiltree,Comte d'Ochiltree,Comté d'Ochiltree,Condado de Ochiltree,Condado han Ochiltree,Contea di Ochiltree,Hrabstwo Ochiltree,Ochiltree,Ochiltree Comitatus,Ochiltree Kun,Ochiltree Kūn,Ochiltree konderria,Ochiltree megye,Ochiltri,Okiltri,Okrug Okiltri,Quan Ochiltree,Quận Ochiltree,ao xi er te li xian,mqatʿt awkltry,ochirutsuri jun,ocilatri ka'unti,shhrstan awkltry  tgzas,Окилтри,Округ Окилтри,Очилтри,Очилтрі,Օչիլտրի շրջան,آکلٹری کاؤنٹی، ٹیکساس,اوچھلٹری کاؤنٹی,شهرستان اوکلتری، تگزاس,مقاطعة أوكلتري,ওচিলট্রি কাউন্টি,オチルツリー郡,奧希爾特里縣		US	TX	357	10223	America/Chicago
5527746	Oldham County	oldham-county	Comitatul Oldham,Comte d'Oldham,Comté d'Oldham,Condado de Oldham,Condado han Oldham,Contea di Oldham,Hrabstwo Oldham,Okrug Oldam,Oldem,Oldham,Oldham Comitatus,Oldham Kun,Oldham Kūn,Oldham konderria,Oldham megye,Oldham srjan,Oldhami maakond,Oldum,Quan Oldham,Quận Oldham,ao er de mu xian,mqatʿt awldham,oldahama ka'unti,orudamu jun,shhrstan awldham  tgzas,Округ Олдам,Олдем,Олдъм,Օլդհամ շրջան,اولڈہیم کاؤنٹی، ٹیکساس,شهرستان اولدهام، تگزاس,مقاطعة أولدهام,ওল্ডহাম কাউন্টি,オールダム郡,奧爾德姆縣		US	TX	359	2052	America/Chicago
5528077	Parmer County	parmer-county	Comitatul Parmer,Comte de Parmer,Comté de Parmer,Condado de Parmer,Condado han Parmer,Contea di Parmer,Hrabstwo Parmer,Okrug Parmer,Parmer,Parmer Comitatus,Parmer Kun,Parmer Kūn,Parmer konderria,Parmer megye,Parmur,Quan Parmer,Quận Parmer,mqatʿt barmr,pa mo xian,pama jun,parmera ka'unti,shhrstan parmr  tgzas,Округ Пармер,Пармер,Пармър,Փարմեր շրջան,شهرستان پارمر، تگزاس,مقاطعة بارمر,پارمر کاؤنٹی,پارمر کاؤنٹی، ٹیکساس,পার্মের কাউন্টি,パーマー郡,帕默縣		US	TX	369	10269	America/Chicago
5528185	Pecos County	pecos-county	Comitatul Pecos,Comte de Pecos,Comté de Pecos,Condado de Pecos,Condado han Pecos,Contea di Pecos,Hrabstwo Pecos,Okrug Pekos,Pecos,Pecos Comitatus,Pecos Kun,Pecos Kūn,Pecos konderria,Pecos megye,Pekos,Quan Pecos,Quận Pecos,bei ke si xian,mqatʿt bykws,pekosu jun,pikosa ka'unti,shhrstan pyks  tgzas,Округ Пекос,Пекос,Փեկոս շրջան,شهرستان پیکس، تگزاس,مقاطعة بيكوس,پیکوس کاؤنٹی,پیکوس کاؤنٹی، ٹیکساس,পিকোস কাউন্টি,ペコス郡,貝可斯縣		US	TX	371	15507	America/Chicago
5528613	Potter County	potter-county	Comitatul Potter,Comte de Potter,Comté de Potter,Condado de Potter,Condado han Potter,Contea di Potter,Hrabstwo Potter,Okrug Poter,Potter,Potter Comitatus,Potter Kun,Potter Kūn,Potter konderria,Potter megye,Potteri maakond,Potur,Quan Potter,Quận Potter,bo te xian,mqatʿt bwtr,potta jun,pottera ka'unti,shhrstan patr  tgzas,Округ Потер,Поттер,Потър,Փոտեր շրջան,شهرستان پاتر، تگزاس,مقاطعة بوتر,پوٹر کاؤنٹی، ٹیکساس,পোট্টের কাউন্টি,ポッター郡,波特縣		US	TX	375	121073	America/Chicago
5528673	Presidio County	presidio-county	Comitatul Presidio,Comte de Presidio,Comté de Presidio,Condado de Presidio,Condado han Presidio,Contea di Presidio,Hrabstwo Presidio,Okrug Presidio,Presidio,Presidio Comitatus,Presidio Kun,Presidio Kūn,Presidio konderria,Presidio megye,Prezidio,Quan Presidio,Quận Presidio,mqatʿt brysydw,presidi'o ka'unti,pu lei xi di ao xian,pureshidio jun,shhrstan prsdyw  tgzas,Округ Пресидио,Президио,Пресидио,Пресидіо,Փրեսիդիո շրջան,شهرستان پرسدیو، تگزاس,مقاطعة بريسيدو,پریسڈیو کاؤنٹی، ٹیکساس,پریسیڈو کاؤنٹی,প্রেসিডিও কাউন্টি,プレシディオ郡,普雷西迪奧縣		US	TX	377	7818	America/Chicago
5528909	Randall County	randall-county	Comitatul Randall,Comte de Randall,Comté de Randall,Condado de Randall,Condado han Randall,Contea di Randall,Hrabstwo Randall,Okrug Randal,Quan Randall,Quận Randall,Randal,Randall,Randall Comitatus,Randall Kun,Randall Kūn,Randall konderria,Randall megye,Rehndoll,Rendall,Rendol srjan,lan de er xian,mqatʿt randal,randoru jun,renadala ka'unti,shhrstan rndal  tgzas,Округ Рандал,Рандал,Рендалл,Рэндолл,Ռենդոլ շրջան,رینڈل کاؤنٹی,رینڈل کاؤنٹی، ٹیکساس,شهرستان رندال، تگزاس,مقاطعة راندال,রেনডাল কাউন্টি,ランドール郡,蘭德爾縣		US	TX	381	120725	America/Chicago
5528987	Reagan County	reagan-county	Comitatul Reagan,Comte de Reagan,Comté de Reagan,Condado de Reagan,Condado han Reagan,Contea di Reagan,Hrabstwo Reagan,Okrug Rejgan,Quan Reagan,Quận Reagan,Reagan,Reagan Comitatus,Reagan Kun,Reagan Kūn,Reagan konderria,Reagan megye,Rejgan,Rejgun,Reygan srjan,Rigan,li gen xian,mqatʿt ryghan,rigan jun,riyegana ka'unti,shhrstan rygan  tgzas,Округ Рејган,Рейган,Рейгън,Ріган,Ռեյգան շրջան,ریگن کاؤنٹی,ریگن کاؤنٹی، ٹیکساس,شهرستان ریگان، تگزاس,مقاطعة ريغان,রিয়েগান কাউন্টি,リーガン郡,里根縣		US	TX	383	3367	America/Chicago
5529174	Reeves County	reeves-county	Comitatul Reeves,Comte de Reeves,Comté de Reeves,Condado de Reeves,Condado han Reeves,Contea di Reeves,Hrabstwo Reeves,Okrug Rivs,Quan Reeves,Quận Reeves,Reeves,Reeves Comitatus,Reeves Kun,Reeves Kūn,Reeves konderria,Reeves megye,Rijvs,Rivs,Rivs srjan,Rivz,li fu si xian,mqatʿt ryfz,ribhesa ka'unti,ribusu jun,shhrstan rywz  tgzas,Округ Ривс,Ривз,Рийвс,Рівс,Ռիվս շրջան,ریوز کاؤنٹی,ریوز کاؤنٹی، ٹیکساس,شهرستان ریوز، تگزاس,مقاطعة ريفز,রীভেস কাউন্টি,リーブス郡,里夫斯縣		US	TX	389	13783	America/Chicago
5529403	Roberts County	roberts-county	Comitatul Roberts,Comte de Roberts,Comté de Roberts,Condado de Roberts,Condado han Roberts,Contea di Roberts,Hrabstwo Roberts,Okrug Roberts,Quan Roberts,Quận Roberts,Roberts,Roberts Comitatus,Roberts Kun,Roberts Kūn,Roberts konderria,Roberts megye,Roberts srjan,Robertsi maakond,Roburts,luo bo ci xian,mqatʿt rwbrtz,rabartasa ka'unti,robatsu jun,shhrstan rabrtz  tgzas,Округ Робертс,Робертс,Робъртс,Ռոբերտս շրջան,رابرٹس کاؤنٹی، ٹیکساس,شهرستان رابرتز، تگزاس,مقاطعة روبرتز,রবার্টস কাউন্টি,ロバーツ郡,羅伯茨縣		US	TX	393	929	America/Chicago
5530333	Schleicher County	schleicher-county	Comitatul Schleicher,Comte de Schleicher,Comté de Schleicher,Condado de Schleicher,Condado han Schleicher,Contea di Schleicher,Hrabstwo Schleicher,Okrug Shlajker,Quan Schleicher,Quận Schleicher,Schleicher,Schleicher Comitatus,Schleicher Kun,Schleicher Kūn,Schleicher konderria,Schleicher megye,Shlajkher,Shlajkhur,Shlejkher,Sleyxer srjan,mqatʿt shlaykr,shi lai xie er xian,shuraihya jun,skele'icera ka'unti,Округ Шлајкер,Шлайхер,Шлайхър,Шлейхер,Շլեյխեր շրջան,شلائچر کاؤنٹی,شلیئکر کاؤنٹی، ٹیکساس,مقاطعة شلايكر,স্কেলেইচের কাউন্টি,シュライヒャー郡,施萊謝爾縣		US	TX	413	3461	America/Chicago
5530399	Scurry County	scurry-county	Comitatul Scurry,Comte de Scurry,Comté de Scurry,Condado de Scurry,Condado han Scurry,Contea di Scurry,Hrabstwo Scurry,Okrug Skari,Quan Scurry,Quận Scurry,Scurry,Scurry Comitatus,Scurry Kun,Scurry Kūn,Scurry konderria,Scurry megye,Skari srjan,Skarri,Skuri,mqatʿt skwry,shhrstan askwry  tgzas,si ku rui xian,skuri ka'unti,sukari jun,Округ Скари,Скарри,Скаррі,Скъри,Սկարի շրջան,سکری کاؤنٹی,سکوری کاؤنٹی، ٹیکساس,شهرستان اسکوری، تگزاس,مقاطعة سكوري,স্কুরি কাউন্টি,スカリー郡,斯库瑞县		US	TX	415	16921	America/Chicago
5530618	Sherman County	sherman-county	Comitatul Sherman,Comte de Sherman,Comté de Sherman,Condado de Sherman,Condado han Sherman,Contea di Sherman,Hrabstwo Sherman,Okrug Sherman,Quan Sherman,Quận Sherman,Serman srjan,Sherman,Sherman Comitatus,Sherman Kun,Sherman Kūn,Sherman konderria,Sherman megye,Shurman,serasyana ka'unti,shaman jun,shhrstan shrmn  tgzas,xie er man xian,Округ Шерман,Шерман,Шърман,Շերման շրջան,شرمین کاؤنٹی,شهرستان شرمن، تگزاس,شیرمین کاؤنٹی، ٹیکساس,مقاطعة شيرمان,শেরশ্যান কাউন্টি,シャーマン郡,謝爾曼縣		US	TX	421	3034	America/Chicago
5531748	Sterling County	sterling-county	Comitatul Sterling,Comte de Sterling,Comté de Sterling,Condado de Sterling,Condado han Sterling,Contea di Sterling,Hrabstwo Sterling,Okrug Sterling,Quan Sterling,Quận Sterling,Sterling,Sterling Comitatus,Sterling Kun,Sterling Kūn,Sterling konderria,Sterling megye,Sterling srjan,Sturling,mqatʿt styrlngh,shhrstan astrlyng  tgzas,si te ling xian,sterlim ka'unti,sutaringu jun,Округ Стерлинг,Стерлинг,Стерлінг,Стърлинг,Ստեռլինգ շրջան,سٹرلنگ کاؤنٹی,سٹرلنگ کاؤنٹی، ٹیکساس,شهرستان استرلینگ، تگزاس,مقاطعة ستيرلنغ,স্টের্লিং কাউন্টি,スターリング郡,斯特靈縣		US	TX	431	1143	America/Chicago
5531802	Stonewall County	stonewall-county	Comitatul Stonewall,Comte de Stonewall,Comté de Stonewall,Condado de Stonewall,Condado han Stonewall,Contea di Stonewall,Hrabstwo Stonewall,Okrug Stounvol,Quan Stonewall,Quận Stonewall,Stonewall,Stonewall Comitatus,Stonewall Kun,Stonewall Kūn,Stonewall konderria,Stonewall megye,Stonuol srjan,Stounuol,Stounuoll,Stounvoll,mqatʿt stwnwal,shhrstan astwnwal  tgzas,si tong wo er xian,stoni'ula ka'unti,suton'u~oru jun,Округ Стоунвол,Стоунволл,Стоунуол,Стоунуолл,Ստոնուոլ շրջան,سٹونوال کاؤنٹی,سٹونوال کاؤنٹی، ٹیکساس,شهرستان استونوال، تگزاس,مقاطعة ستونوال,স্টোনিউল কাউন্টি,ストーンウォール郡,斯通沃爾縣		US	TX	433	1490	America/Chicago
5531955	Sutton County	sutton-county	Comitatul Sutton,Comte de Sutton,Comté de Sutton,Condado de Sutton,Condado han Sutton,Contea di Sutton,Hrabstwo Sutton,Okrug Saton,Quan Sutton,Quận Sutton,Saton srjan,Satton,Sutton,Sutton Comitatus,Sutton Kun,Sutton Kūn,Sutton konderria,Sutton megye,Sutun,mqatʿt swtwn,sa dun xian,satana ka'unti,satton jun,shhrstan satwn  tgzas,Округ Сатон,Саттон,Сътън,Սատոն շրջան,سٹن کاؤنٹی,سٹن کاؤنٹی، ٹیکساس,شهرستان ساتون، تگزاس,مقاطعة سوتون,সাটন কাউন্টি,サットン郡,薩頓縣		US	TX	435	4128	America/Chicago
5531988	Swisher County	swisher-county	Comitatul Swisher,Comte de Swisher,Comté de Swisher,Condado de Swisher,Condado han Swisher,Contea di Swisher,Hrabstwo Swisher,Okrug Svisher,Quan Swisher,Quận Swisher,Suiser srjan,Suisher,Suishur,Svisher,Swisher,Swisher Comitatus,Swisher Kun,Swisher Kūn,Swisher konderria,Swisher megye,mqatʿt swyshr,seuwisyeo gun,shhrstan swyshr  tgzas,si wei she xian,su'isera ka'unti,suu~issha jun,Округ Свишер,Свішер,Суишер,Суишър,Սուիշեր շրջան,سوشر کاؤنٹی,سویشر کاؤنٹی، ٹیکساس,شهرستان سویشر، تگزاس,مقاطعة سويشر,সুইসের কাউন্টি,スウィッシャー郡,斯威舍县,스위셔 군		US	TX	437	7854	America/Chicago
5532186	Terrell County	terrell-county	Comitatul Terrell,Comte de Terrell,Comté de Terrell,Condado de Terrell,Condado han Terrell,Contea di Terrell,Hrabstwo Terrell,Okrug Terel,Quan Terrell,Quận Terrell,Terrell,Terrell Comitatus,Terrell Kun,Terrell Kūn,Terrell konderria,Terrell megye,Terrelli maakond,Terul,shhrstan trl  tgzas,te lei er xian,terela ka'unti,tereru jun,Округ Терел,Террелл,Теръл,Թերել շրջան,شهرستان ترل، تگزاس,مقاطعة تيريل,ٹیرل کاؤنٹی,ٹیریل کاؤنٹی، ٹیکساس,টেরেল কাউন্টি,テレル郡,特勒爾縣		US	TX	443	984	America/Chicago
5532197	Terry County	terry-county	Comitatul Terry,Comte de Terry,Comté de Terry,Condado de Terry,Condado han Terry,Contea di Terry,Hrabstwo Terry,Okrug Teri,Quan Terry,Quận Terry,Teri,Terri,Terry,Terry Comitatus,Terry Kun,Terry Kūn,Terry konderria,Terry megye,mqatʿt tyry,shhrstan try  tgzas,te li xian,teri jun,teri ka'unti,Округ Тери,Тери,Терри,Террі,Թերի շրջան,شهرستان تری، تگزاس,مقاطعة تيري,ٹیری کاؤنٹی,ٹیری کاؤنٹی، ٹیکساس,টেরি কাউন্টি,テリー郡,特里縣		US	TX	445	12651	America/Chicago
5532405	Tom Green County	tom-green-county	Comitatul Tom Green,Comte de Tom Green,Comté de Tom Green,Condado de Tom Green,Condado han Tom Green,Contea di Tom Green,Hrabstwo Tom Green,Okrug Tom Grin,Quan Tom Green,Quận Tom Green,Tom Green,Tom Green Comitatus,Tom Green Kun,Tom Green Kūn,Tom Green konderria,Tom Green megye,Tom Grijn,Tom-Grin,mqatʿt twm ghryn,shhrstan tam gryn  tgzas,tama grina ka'unti,tang ge lin xian,tomugurin jun,Округ Том Грин,Том Грийн,Том-Грин,Том-Грін,Թոմ շրջան,شهرستان تام گرین، تگزاس,مقاطعة توم غرين,ٹام گرین کاؤنٹی,ٹام گرین کاؤنٹی، ٹیکساس,টম গ্রিন কাউন্টি,トムグリーン郡,湯格林縣		US	TX	451	110224	America/Chicago
5532876	Upton County	upton-county	ptun,Apton,Apton srjan,Comitatul Upton,Comte d'Upton,Comté d'Upton,Condado de Upton,Condado han Upton,Contea di Upton,Hrabstwo Upton,Okrug Apton,Quan Upton,Quận Upton,Upton,Upton Comitatus,Upton Kun,Upton Kūn,Upton konderria,Upton megye,a pu dun xian,apatana ka'unti,aputon jun,mqatʿt abtwn,shhrstan aptwn  tgzas,Аптон,Округ Аптон,Ъптън,Ապտոն շրջան,اپٹن کاؤنٹی,اپٹن کاؤنٹی، ٹیکساس,شهرستان آپتون، تگزاس,مقاطعة أبتون,আপটন কাউন্টি,アプトン郡,阿普頓縣		US	TX	461	3355	America/Chicago
5541372	Juab County	juab-county	Comitatul Juab,Comte de Juab,Comté de Juab,Condado de Juab,Condado han Juab,Contea di Juab,Dzhuab,Dzhueb,Dzhuehb,Hrabstwo Juab,Juab,Juab Comitatus,Juab Kun,Juab Kūn,Juab konderria,Juab megye,Juabi maakond,Jueb srjan,Okrug DZuab,Quan Juab,Quận Juab,gu bu xian,juabu jun,juyaba ka'unti,mqatʿt jwwab,shhrstan jwab,Джуаб,Джуеб,Джуэб,Округ Џуаб,Ջուեբ շրջան,جواب کاؤنٹی,جواب کاؤنٹی، یوٹاہ,شهرستان جواب,مقاطعة جوواب,জুয়াব কাউন্টি,ジューアブ郡,贾布县		US	UT	023	10246	America/Denver
5532889	Val Verde County	val-verde-county	Comitatul Val Verde,Comte de Val Verde,Comté de Val Verde,Condado de Val Verde,Condado han Val Verde,Contea di Val Verde,Hrabstwo Val Verde,Okrug Val Verdi,Quan Val Verde,Quận Val Verde,Val Verde,Val Verde Comitatus,Val Verde Kun,Val Verde Kūn,Val Verde konderria,Val Verde megye,Val Verde srjan,Val-Verde,ba er wei de xian,baruberude jun,bhala bherde ka'unti,mqatʿt fal fyrd,shhrstan wal wrdh  tgzas,Вал Верде,Вал-Верде,Округ Вал Верди,Վալ Վերդե շրջան,شهرستان وال ورده، تگزاس,مقاطعة فال فيرد,وال وردے کاؤنٹی,ویل وردے کاؤنٹی، ٹیکساس,ভাল ভের্দে কাউন্টি,バルベルデ郡,巴爾韋德縣		US	TX	465	48879	America/Chicago
5533109	Ward County	ward-county	Comitatul Ward,Comte de Ward,Comté de Ward,Condado de Ward,Condado han Ward,Contea di Ward,Hrabstwo Ward,Okrug Vord,Oward srjan,Quan Ward,Quận Ward,Uord,Vord,Ward,Ward Comitatus,Ward Kun,Ward Kūn,Ward konderria,Ward megye,Wardi maakond,mqatʿt ward,raarda ka'unti,shhrstan ward  tgzas,wado jun,wo de xian,Ворд,Округ Ворд,Уорд,Ուարդ շրջան,شهرستان وارد، تگزاس,مقاطعة وارد,وارڈ کاؤنٹی,وارڈ کاؤنٹی، ٹیکساس,ৱার্ড কাউন্টি,ワード郡,沃德縣		US	TX	475	10658	America/Chicago
5533544	Wheeler County	wheeler-county	Comitatul Wheeler,Comte de Wheeler,Comté de Wheeler,Condado de Wheeler,Condado han Wheeler,Contea di Wheeler,Hrabstwo Wheeler,Okrug Viler,Owiler srjan,Quan Wheeler,Quận Wheeler,Uijlur,Uiler,Viler,Wheeler,Wheeler Comitatus,Wheeler Kun,Wheeler Kūn,Wheeler konderria,Wheeler megye,hu'irara ka'unti,hui lei xian,mqatʿt wylr,shhrstan wylr  tgzas,u~ira jun,Вілер,Округ Вилер,Уийлър,Уилер,Ուիլեր շրջան,شهرستان ویلر، تگزاس,مقاطعة ويلر,وہیلر کاؤنٹی، ٹیکساس,ویلر کاؤنٹی,হুইরার কাউন্টি,ウィーラー郡,惠勒縣		US	TX	483	5410	America/Chicago
5534055	Winkler County	winkler-county	Comitatul Winkler,Comte de Winkler,Comté de Winkler,Condado de Winkler,Condado han Winkler,Contea di Winkler,Hrabstwo Winkler,Okrug Vinkler,Quan Winkler,Quận Winkler,Uinkler,Uinklur,Vinkler,Vinkler srjan,Winkler,Winkler Comitatus,Winkler Kun,Winkler Kūn,Winkler konderria,Winkler megye,mqatʿt wynklr,shhrstan wynklr  tgzas,u'inkalera ka'unti,u~inkura jun,wen ke lei xian,Вінклер,Округ Винклер,Уинклер,Уинклър,Վինկլեր շրջան,شهرستان وینکلر، تگزاس,مقاطعة وينكلر,ونکلر کاؤنٹی,ونکلر کاؤنٹی، ٹیکساس,উইঙ্কলের কাউন্টি,ウィンクラー郡,溫克勒縣		US	TX	495	7110	America/Chicago
5534225	Yoakum County	yoakum-county	Comitatul Yoakum,Comte de Yoakum,Comté de Yoakum,Condado de Yoakum,Condado han Yoakum,Contea di Yoakum,Hrabstwo Yoakum,Joakum,Jokhum,Okrug Joukum,Quan Yoakum,Quận Yoakum,Yoakum,Yoakum Comitatus,Yoakum Kun,Yoakum Kūn,Yoakum konderria,Yoakum megye,Yoakum srjan,mqatʿt ywkwm,shhrstan ykwm  tgzas,yokamu jun,yokoma ka'unti,yue ke mu xian,Йоакум,Йоакъм,Йохум,Округ Јоукум,Յոակում շրջան,شهرستان یکوم، تگزاس,مقاطعة يوكوم,یواکم کاؤنٹی,یواکم کاؤنٹی، ٹیکساس,য়োকোম কাউন্টি,ヨーカム郡,約克姆縣		US	TX	501	7879	America/Chicago
5534886	Beaver County	beaver-county	Beaver,Beaver Comitatus,Beaver Kun,Beaver Kūn,Beaver konderria,Beaver megye,Beaveri maakond,Biver,Biver srjan,Bivur,Comitatul Beaver,Comte de Beaver,Comté de Beaver,Condado de Beaver,Condado han Beaver,Contea di Beaver,Hrabstwo Beaver,Okrug Biver,Quan Beaver,Quận Beaver,bebhara ka'unti,bi fu xian,biba jun,mqatʿt byfyr,shhrstan bywr  ywta,Бивер,Бивър,Бівер,Округ Бивер,Բիվեր շրջան,بیور کاؤنٹی، یوٹاہ,بیوور کاؤنٹی، یوٹاہ,شهرستان بیور، یوتا,مقاطعة بيفير,বেভার কাউন্টি,ビーバー郡,比佛縣		US	UT	001	6629	America/Denver
5536454	Carbon County	carbon-county	Carbon,Carbon Comitatus,Carbon Kun,Carbon Kūn,Carbon konderria,Carbon megye,Comitatul Carbon,Comte de Carbon,Comté de Carbon,Condado de Carbon,Condado de Carbón,Condado han Carbon,Contea di Carbon,Hrabstwo Carbon,Karbon,Karbun,Okrug Karbon,Quan Carbon,Quận Carbon,ka ben xian,kabon jun,karabona ka'unti,mqatʿt karbwn,shhrstan krbn  ywta,Карбон,Карбън,Округ Карбон,Քարբոն շրջան,شهرستان کربن، یوتا,مقاطعة كاربون,کاربن کاؤنٹی، یوٹاہ,কারবোন কাউন্টি,カーボン郡,卡本縣		US	UT	007	21403	America/Denver
5538893	Emery County	emery-county	Comitatul Emery,Comte d'Emery,Comté d'Emery,Condado de Emery,Condado han Emery,Contea di Emery,Ehmeri,Emeri,Emeri srjan,Emery,Emery Comitatus,Emery Kun,Emery Kūn,Emery konderria,Emery megye,Emuri,Hrabstwo Emery,Okrug Emeri,Quan Emery,Quận Emery,ai mai li xian,emeri jun,emeri ka'unti,mqatʿt amyry,shhrstan amry  ywta,Емері,Емъри,Округ Емери,Эмери,Էմերի շրջան,ایمری کاؤنٹی,ایمری کاؤنٹی، یوٹاہ,شهرستان امری، یوتا,مقاطعة إميري,এমেরি কাউন্টি,エメリー郡,艾麥里縣		US	UT	015	10976	America/Denver
5539525	Garfield County	garfield-county	Comitatul Garfield,Comte de Garfield,Comté de Garfield,Condado de Garfield,Condado han Garfield,Contea di Garfield,Garfield,Garfield Comitatus,Garfield Kun,Garfield Kūn,Garfield konderria,Garfield megye,Garfieldi maakond,Garfijld,Garfild,Garfild srjan,Hrabstwo Garfield,Okrug Garfild,Quan Garfield,Quận Garfield,gafirudo jun,garaphilda ka'unti,jia fei er de xian,mqatʿt gharfyld,shhrstan garfyld  ywta,Гарфийлд,Гарфилд,Округ Гарфилд,Ґарфілд,Գարֆիլդ շրջան,شهرستان گارفیلد، یوتا,مقاطعة غارفيلد,گارفیلڈ کاؤنٹی، یوٹاہ,গারফিল্ড কাউন্টি,ガーフィールド郡,加菲爾德縣		US	UT	017	5172	America/Denver
5539784	Grand County	grand-county	Comitatul Grand,Comte de Grand,Comté de Grand,Condado de Grand,Condado han Grand,Contea di Grand,Grand,Grand Comitatus,Grand Kun,Grand Kūn,Grand konderria,Grand megye,Grand srjan,Grandi maakond,Hrabstwo Grand,Okrug Grand,Quan Grand,Quận Grand,ge lan de xian,granda ka'unti,gurando jun,mqatʿt ghrand,shhrstan grnd  ywta,Гранд,Округ Гранд,Ґранд,Գրանդ շրջան,شهرستان گرند، یوتا,مقاطعة غراند,گرینڈ کاؤنٹی,گرینڈ کاؤنٹی، یوٹاہ,গ্রান্ড কাউন্টি,グランド郡,格蘭德縣		US	UT	019	9225	America/Denver
5541004	Iron County	iron-county	Ajron,Ajrun,Ayron srjan,Comitatul Iron,Comte d'Iron,Comté d'Iron,Condado de Iron,Condado han Iron,Contea di Iron,Hrabstwo Iron,Iron,Iron Comitatus,Iron Kun,Iron Kūn,Iron konderria,Iron megye,Ironi maakond,Okrug Ajron,Quan Iron,Quận Iron,a'irana ka'unti,ai ang xian,aian jun,mqatʿt ayrwn,shhrstan ayrwn  ywta,Айрон,Айрън,Округ Ајрон,Այրոն շրջան,آئرن کاؤنٹی، یوٹاہ,شهرستان آیرون، یوتا,مقاطعة آيرون,আইরন কাউন্টি,アイアン郡,艾昂縣		US	UT	021	46163	America/Denver
5543199	Millard County	millard-county	Comitatul Millard,Comte de Millard,Comté de Millard,Condado de Millard,Condado han Millard,Contea di Millard,Hrabstwo Millard,Milard,Milard srjan,Millard,Millard Comitatus,Millard Kun,Millard Kūn,Millard konderria,Millard megye,Okrug Milard,Quan Millard,Quận Millard,mi lei de xian,milarda ka'unti,mirado jun,mqatʿt mylard,shhrstan mylard  ywta,Милард,Миллард,Міллард,Округ Милард,Միլարդ շրջան,شهرستان میلارد، یوتا,مقاطعة ميلارد,ملارڈ کاؤنٹی، یوٹاہ,ملرڈ کاؤنٹی,মিলার্ড কাউন্টি,ミラード郡,米勒德縣		US	UT	027	12503	America/Denver
5545027	Piute County	piute-county	Comitatul Piute,Comte de Piute,Comté de Piute,Condado de Piute,Condado han Piute,Contea di Piute,Hrabstwo Piute,Okrug Pajut,Pajjut,Pajut,Piute,Piute Comitatus,Piute Kun,Piute Kūn,Piute konderria,Piute megye,Quan Piute,Quận Piute,mqatʿt bywty,pai you te xian,paiyuto jun,piyute ka'unti,shhrstan pywty  ywta,Округ Пајут,Пайют,Пают,Փայուտ շրջան,شهرستان پیوتی، یوتا,مقاطعة بيوتي,پائیوٹ کاؤنٹی، یوٹاہ,پیوٹ کاؤنٹی,পিয়ুটে কাউন্টি,パイユート郡,派尤特縣		US	UT	031	1556	America/Denver
5546337	San Juan County	san-juan-county	Comitatul San Juan,Comte de San Juan,Comté de San Juan,Condado de San Juan,Condado han San Juan,Contea di San Juan,Dziłditłʼoii Bił Hahoodzo,Hrabstwo San Juan,Okrug San Khuan,Quan San Juan,Quận San Juan,San Juan,San Juan Comitatus,San Juan Kun,San Juan Kūn,San Juan konderria,San Juan megye,San Juani maakond,San Khuan,San Xuan srjan,San-Khuan,mqatʿt san khwan,sana juyana ka'unti,sanfuan jun,sheng hu an xian,Округ Сан Хуан,Сан Хуан,Сан-Хуан,Սան Խուան շրջան,سان جوان کاؤنٹی,سان خوان کاؤنٹی، یوٹاہ,شهرستان سن‌خوآن، یوتا,مقاطعة سان خوان,সান জুয়ান কাউন্টি,サンフアン郡,聖胡安縣		US	UT	037	14746	America/Denver
5546434	Sanpete County	sanpete-county	Comitatul Sanpete,Comte de Sanpete,Comté de Sanpete,Condado de Sanpete,Condado han Sanpete,Contea di Sanpete,Hrabstwo Sanpete,Okrug Sanpit,Quan Sanpete,Quận Sanpete,Sanpete,Sanpete Comitatus,Sanpete Kun,Sanpete Kūn,Sanpete konderria,Sanpete megye,Sanpit,Sanpit srjan,mqatʿt sanbyty,sanapete ka'unti,sang pi te xian,sanpito jun,shhrstan snpyt  ywta,Округ Санпит,Санпит,Санпіт,Սանպիտ շրջան,سانپیٹ کاؤنٹی,سینپیٹ کاؤنٹی، یوٹاہ,شهرستان سنپیت، یوتا,مقاطعة سانبيتي,সানপেটে কাউন্টি,サンピート郡,桑皮特县		US	UT	039	27822	America/Denver
5546669	Sevier County	sevier-county	Comitatul Sevier,Comte de Sevier,Comté de Sevier,Condado de Sevier,Condado han Sevier,Contea di Sevier,Hrabstwo Sevier,Okrug Sevir,Quan Sevier,Quận Sevier,Sevi,Sevier,Sevier Comitatus,Sevier Kun,Sevier Kūn,Sevier konderria,Sevier megye,Sevier srjan,Sevir,Seviur,mqatʿt syfyr,sai wei er xian,sebhiyera ka'unti,sebia jun,shhrstan swyr  ywta,Округ Севир,Севи,Севиър,Севір,Սևիեր շրջան,سیوویئر کاؤنٹی,سیویر کاؤنٹی، یوٹاہ,شهرستان سویر، یوتا,مقاطعة سيفير,সেভিয়ের কাউন্টি,セビア郡,塞維爾縣		US	UT	041	20802	America/Denver
5549225	Washington County	washington-county	Comitatul Washington,Comte de Washington,Comté de Washington,Condado de Washington,Condado han Washington,Contea di Washington,Hrabstwo Washington,Okrug Voshington,Quan Washington,Quận Washington,Uoshingtun,Vashington,Vasington srjan,Washington,Washington Comitatus,Washington Kun,Washington Kūn,Washington konderria,Washington megye,Washingtoni maakond,hua sheng dun xian,mqatʿt washntn,raasintana ka'unti,shhrstan washyngtn  ywta,washinton jun,Вашингтон,Округ Вошингтон,Уошингтън,Վաշինգտոն շրջան,شهرستان واشینگتن، یوتا,مقاطعة واشنطن,واشنگٹن کاؤنٹی، یوٹاہ,ৱাশিংটন কাউন্টি,ワシントン郡,華盛頓縣		US	UT	053	138115	America/Denver
5549318	Wayne County	wayne-county	Comitatul Wayne,Comte de Wayne,Comté de Wayne,Condado de Wayne,Condado han Wayne,Contea di Wayne,Hrabstwo Wayne,Kantono Wayne,Okrug Vejn,Oweyn srjan,Quan Wayne,Quận Wayne,Uehjn,Uejn,Vejn,Wayne,Wayne Comitatus,Wayne Kun,Wayne Kūn,Wayne konderria,Wayne megye,Waynei maakond,mqatʿt wayn,raa'ine ka'unti,shhrstan wyn  ywta,u~ein jun,wei en xian,Вейн,Округ Вејн,Уейн,Уэйн,Ուեյն շրջան,شهرستان وین، یوتا,مقاطعة واين,وین کاؤنٹی، یوٹاہ,ৱাইনে কাউন্টি,ウェイン郡,韋恩縣		US	UT	055	2778	America/Denver
5550375	Alamosa County	alamosa-county	Alamosa,Alamosa Kun,Alamosa Kūn,Alamosa konderria,Alamosa maakond,Alamosa megye,Alamosa srjan,Alamoza,Comitatul Alamosa,Comte d'Alamosa,Comté d'Alamosa,Condado de Alamosa,Condado han Alamosa,Contea di Alamosa,Hrabstwo Alamosa,Okrug Alamosa,Quan Alamosa,Quận Alamosa,a la mo sa xian,alamosa ka'unti,aramosa jun,mqatʿt alamwsa,shhrstan alamwsa  klradw,Аламоза,Аламоса,Округ Аламоса,Ալամոսա շրջան,الاموسا کاؤنٹی,الاموسا کاؤنٹی، کولوراڈو,شهرستان آلاموسا، کلرادو,مقاطعة ألاموسا,আলামোসা কাউন্টি,アラモサ郡,阿拉莫薩縣		US	CO	003	15445	America/Denver
5551519	Apache County	apache-county	Apache,Apache Kontlugu,Apache Kontluğu,Apache Kun,Apache Kūn,Apache konderria,Apache megye,Apache  okrug,Apachen piirikunta,Apachi,Comitatul Apache,Comtat dApache,Comte d'Apache,Comté d'Apache,Condado de Apache,Condado han Apache,Contea di Apache,Hrabstwo Apache,Okrug Apache,Okrug Apachi,Quan Apache,Quận Apache,a pa qi xian,apace ka'unti,apachi gun,apatchi jun,mqatʿt abatshy,shhrstan apachy  aryzwna,Апачи,Апачі,Округ Апачи,Ապաչ շրջան,اپاچے کاؤنٹی,اپیچی کاؤنٹی، ایریزونا,شهرستان آپاچی، آریزونا,مقاطعة أباتشي,আপচে কাউন্টি,አፓቼ ካውንቲ፥ አሪዞና,アパッチ郡,阿帕奇縣,阿帕契縣,아파치 군		US	AZ	001	71518	America/Phoenix
5553701	Trinity County	trinity-county	Comte de Trinity,Comté de Trinity,Condado de Trinity,Condado han Trinity,Contea di Trinity,Hrabstwo Trinity,Okrug Triniti,Quan Trinity,Quận Trinity,Triniti,Trinity,Trinity Comitatus,Trinity Kun,Trinity Kūn,Trinity konderria,Trinity maakond,Trinity megye,mqatʿt trynyty,san yi xian,shhrstan trynyty  kalyfrnya,toriniti jun,triniti ka'unti,Округ Тринити,Тринити,Трініті,Թրինիտի շրջան,شهرستان ترینیتی، کالیفرنیا,مقاطعة ترينيتي,ٹرنٹی کاؤنٹی,ٹرنٹی کاؤنٹی، کیلیفورنیا,ট্রিনিটি কাউন্টি,トリニティ郡,三一县		US	CA	105	13786	America/Los_Angeles
5554074	Juneau City and Borough	juneau-city-and-borough	Juneau Borough,Juneau City and Borough,Ville-arrondissement de Juneau		US	AK	110	31275	America/Juneau
5554432	Ketchikan Gateway Borough	ketchikan-gateway-borough	Arrondissement de Ketchikan Gateway,Boro han Ketchikan Gateway,Borough de Ketchikan Gateway,Borough di Ketchikan Gateway,Ketchikan,Ketchikan Gateway,Ketchikan Gateway Kun,Ketchikan Gateway Kūn,Ketchikan Gateway megye,Ketchikan-Gejtuehj,Okreg Ketchikan Gateway,Okręg Ketchikan Gateway,ke qi kan men zi zhi shi zhen,kechikangetou~ei jun,ketikana getarae byuro,Кетчикан,Кетчикан-Гейтуэй,Քետչիկան Գեյթուեյ շրջան,کٹچیکان گیٹ وے برو، الاسکا,কেটিকান গেটৱে ব্যুরো,ケチカンゲートウェイ郡,克奇坎門自治市鎮		US	AK	130	13477	America/Sitka
5557295	Sitka City and Borough	sitka-city-and-borough	Sitka Borough,Sitka City and,Sitka City and Borough,Ville-arrondissement de Sitka		US	AK	220	8881	America/Sitka
5558618	Yakutat City and Borough	yakutat-city-and-borough	Ville-arrondissement de Yakutat,Yakutat Borough,Yakutat City and,Yakutat City and Borough		US	AK	282	662	America/Yakutat
5562484	Del Norte County	del-norte-county	Comte de Del Norte,Comté de Del Norte,Condado de Del Norte,Condado han Del Norte,Contea di Del Norte,Del Norte,Del Norte Comitatus,Del Norte Kun,Del Norte Kūn,Del Norte konderria,Del Norte maakond,Del Norte megye,Del Norte srjan,Del Nortej,Del'-Norte,Hrabstwo Del Norte,Okrug Del Norte,Quan Del Norte,Quận Del Norte,de er nuo te xian,dela norte ka'unti,derunoruto jun,mqatʿt dyl nwrt,shhrstan dl nwrt  kalyfrnya,Дел Нортей,Дель-Норте,Округ Дел Норте,Դել Նորտե շրջան,شهرستان دل نورت، کالیفرنیا,مقاطعة ديل نورت,ڈل نارت کاؤنٹی,ڈیل نورٹ کاؤنٹی، کیلیفورنیا,ডেল নোর্টে কাউন্টি,デルノルト郡,德尔诺特县		US	CA	015	28610	America/Los_Angeles
5565500	Humboldt County	humboldt-county	Comte de Humboldt,Comté de Humboldt,Condado de Humboldt,Condado han Humboldt,Contea di Humboldt,Gumbol'dt,Hrabstwo Humboldt,Humboldt,Humboldt Comitatus,Humboldt Kun,Humboldt Kūn,Humboldt konderria,Humboldt megye,Humboldt srjan,Khumboult,Okrug Khambolt,Quan Humboldt,Quận Humboldt,hamaboldata ka'unti,hanboruto jun,hong bao xian,mqatʿt hwmbwlt,shhrstan hwmbwlt  kalyfrnya,Гумбольдт,Округ Хамболт,Хъмбоулт,Հումբոլդտ շրջան,شهرستان هومبولت، کالیفرنیا,مقاطعة هومبولت,ہمبولٹ کاؤنٹی,ہمبولٹ کاؤنٹی، کیلیفورنیا,হামবোল্ডট কাউন্টি,ハンボルト郡,洪堡縣		US	CA	023	134623	America/Los_Angeles
5566544	Lassen County	lassen-county	Comte de Lassen,Comté de Lassen,Condado de Lassen,Condado han Lassen,Contea di Lassen,Hrabstwo Lassen,Lassen,Lassen Comitatus,Lassen Kun,Lassen Kūn,Lassen konderria,Lassen megye,Lassen srjan,Lasseni maakond,Lasun,Okrug Lasen,Quan Lassen,Quận Lassen,la sen xian,las'sena ka'unti,mqatʿt lasyn,rassen jun,shhrstan lasn  kalyfrnya,Лассен,Ласън,Округ Ласен,Լասսեն շրջան,شهرستان لاسن، کالیفرنیا,لاسین کاؤنٹی، کیلیفورنیا,لیسن کاؤنٹی,مقاطعة لاسين,লাস্সেন কাউন্টি,ラッセン郡,拉森县		US	CA	035	34895	America/Los_Angeles
5568120	Modoc County	modoc-county	Comte de Modoc,Comté de Modoc,Condado de Modoc,Condado han Modoc,Contea di Modoc,Hrabstwo Modoc,Modoc,Modoc Comitatus,Modoc Kun,Modoc Kūn,Modoc konderria,Modoc megye,Modocin piirikunta,Modok,Modok srjan,Okrug Modok,Quan Modoc,Quận Modoc,mo duo ke xian,modoka ka'unti,modokku jun,mqatʿt mwdwk,shhrstan mwdwk  kalyfrnya,Модок,Округ Модок,Մոդոկ շրջան,شهرستان مودوک، کالیفرنیا,مقاطعة مودوك,موڈوک کاؤنٹی,موڈوک کاؤنٹی، کیلیفورنیا,মোডোক কাউন্টি,モドック郡,莫多克县		US	CA	049	9686	America/Los_Angeles
5571096	Shasta County	shasta-county	Comte de Shasta,Comté de Shasta,Condado de Shasta,Condado han Shasta,Contea di Shasta,Hrabstwo Shasta,Okrug Shasta,Quan Shasta,Quận Shasta,Sasta srjan,Shasta,Shasta Comitatus,Shasta Kun,Shasta Kūn,Shasta konderria,Shasta maakond,Shasta megye,mqatʿt shasta,sasta ka'unti,sha si ta xian,shasuta jun,shhrstan shasta  kalyfrnya,Округ Шаста,Шаста,Շաստա շրջան,شاستا کاؤنٹی,شاستا کاؤنٹی، کیلیفورنیا,شهرستان شاستا، کالیفرنیا,مقاطعة شاستا,শাস্তা কাউন্টি,シャスタ郡,沙斯塔县		US	CA	089	177223	America/Los_Angeles
5571369	Siskiyou County	siskiyou-county	Comte de Siskiyou,Comté de Siskiyou,Condado de Siskiyou,Condado han Siskiyou,Contea di Siskiyou,Hrabstwo Siskiyou,Okrug Siskiju,Quan Siskiyou,Quận Siskiyou,SIY,Siskiju,Siskiyou,Siskiyou Comitatus,Siskiyou County,Siskiyou Kun,Siskiyou Kūn,Siskiyou konderria,Siskiyou megye,Siskiyu srjan,mqatʿt syskyyw,shhrstan syskyw  kalyfrnya,shisukyu jun,sisaki'i'u ka'unti,xi si ji you xian,Округ Сискију,Сискию,Сискію,Սիսկիյու շրջան,سسکییو کاؤنٹی,سیسکییو کاؤنٹی، کیلیفورنیا,شهرستان سیسکیو، کالیفرنیا,مقاطعة سيسكييو,সিসকিইউ কাউন্টি,シスキュー郡,锡斯基尤县		US	CA	093	44900	America/Los_Angeles
5572575	Tehama County	tehama-county	Comte de Tehama,Comté de Tehama,Condado de Tehama,Condado han Tehama,Contea di Tehama,Hrabstwo Tehama,Okrug Tekhejma,Quan Tehama,Quận Tehama,Tehama,Tehama Comitatus,Tehama Kun,Tehama Kūn,Tehama konderria,Tehama megye,Tekhama,Tekhejma,Tikhejma,di hei ma xian,mqatʿt tyhama,shhrstan thama  kalyfrnya,tehama jun,tehama ka'unti,Округ Техејма,Техама,Техейма,Тихейма,Թիհամա շրջան,تیھاما کاؤنٹی، کیلیفورنیا,شهرستان تهاما، کالیفرنیا,مقاطعة تيهاما,ٹیہاما کاؤنٹی,তেহামা কাউন্টি,テハマ郡,蒂黑马县		US	CA	103	63463	America/Los_Angeles
5574999	Boulder County	boulder-county	Bolder srjan,Boulder,Boulder Kun,Boulder Kūn,Boulder konderria,Boulder megye,Boulderi maakond,Bouldur,Comitatul Boulder,Comte de Boulder,Comté de Boulder,Condado de Boulder,Condado han Boulder,Contea di Boulder,Hrabstwo Boulder,Okrug Bolder,Quan Boulder,Quận Boulder,bauldara ka'unti,boruda jun,mqatʿt bwldr,shhrstan bwldr  klradw,yuan shi xian,Боулдер,Боулдър,Округ Болдер,Բոլդեր շրջան,باؤلڈر کاؤنٹی,بولڈر کاؤنٹی، کولوراڈو,شهرستان بولدر، کلرادو,مقاطعة بولدر,বৌল্ডার কাউন্টি,ボルダー郡,圓石縣		US	CO	013	294567	America/Denver
5577529	Grand County	grand-county	Comitatul Grand,Comte de Grand,Comté de Grand,Condado de Grand,Condado han Grand,Contea di Grand,Grand,Grand Kun,Grand Kūn,Grand konderria,Grand megye,Grand srjan,Grandi maakond,Hrabstwo Grand,Okrug Grand,Quan Grand,Quận Grand,ge lan de xian,granda ka'unti,gurando jun,mqatʿt ghrand,shhrstan grnd  klradw,Гранд,Округ Гранд,Ґранд,Գրանդ շրջան,شهرستان گرند، کلرادو,مقاطعة غراند,گرینڈ کاؤنٹی، کولوراڈو,গ্রান্ড কাউন্টি,グランド郡,格蘭德縣		US	CO	049	14843	America/Denver
5578418	Jackson County	jackson-county	Comitatul Jackson,Comte de Jackson,Comté de Jackson,Condado de Jackson,Condado han Jackson,Contea di Jackson,Dzhaksun,Dzhekson,Hrabstwo Jackson,Jackson,Jackson Kun,Jackson Kūn,Jackson konderria,Jackson megye,Jacksoni maakond,Okrug DZekson,Quan Jackson,Quận Jackson,jakuson jun,jie ke xun xian,jyakasana ka'unti,mqatʿt jakswn,shhrstan jkswn  klradw,Джаксън,Джексон,Округ Џексон,Ջեքսոն շրջան,جیکسن کاؤنٹی، کولوراڈو,شهرستان جکسون، کلرادو,مقاطعة جاكسون,জ্যাকশন কাউন্টি,ジャクソン郡,杰克逊县		US	CO	057	1394	America/Denver
5578884	Larimer County	larimer-county	Comitatul Larimer,Comte de Larimer,Comté de Larimer,Condado de Larimer,Condado han Larimer,Contea di Larimer,Hrabstwo Larimer,Larimer,Larimer Kun,Larimer Kūn,Larimer konderria,Larimer megye,Larimer srjan,Larimeri maakond,Larimur,Okrug Larimer,Quan Larimer,Quận Larimer,la li mo er xian,larimera ka'unti,mqatʿt larymyr,rarima jun,Лаример,Ларимър,Ларімер,Округ Лаример,Լարիմեր շրջան,لاریمر کاؤنٹی,لیمیمر کاؤنٹی، کولوراڈو,مقاطعة لاريمير,লারিমের কাউন্টি,ラリマー郡,拉里默爾縣		US	CO	069	299630	America/Denver
5579185	Logan County	logan-county	Comitatul Logan,Comte de Logan,Comté de Logan,Condado de Logan,Condado han Logan,Contea di Logan,Hrabstwo Logan,Logan,Logan Kun,Logan Kūn,Logan konderria,Logan megye,Logan srjan,Logani maakond,Lougan,Okrug Logan,Quan Logan,Quận Logan,logana ka'unti,luo gen xian,mqatʿt lwghan,rogan jun,shhrstan lwgan  klradw,Логан,Лоуган,Лоґан,Округ Логан,Լոգան շրջան,شهرستان لوگان، کلرادو,لوگن کاؤنٹی، کولوراڈو,مقاطعة لوغان,লোগান কাউন্টি,ローガン郡,洛根縣		US	CO	075	22709	America/Denver
5579973	Moffat County	moffat-county	Comitatul Moffat,Comte de Moffat,Comté de Moffat,Condado de Moffat,Condado han Moffat,Contea di Moffat,Hrabstwo Moffat,Mafat srjan,Mofat,Moffat,Moffat Kun,Moffat Kūn,Moffat konderria,Moffat megye,Moffati maakond,Okrug Mofat,Quan Moffat,Quận Moffat,mo fu te xian,mofatto jun,mophphata ka'unti,mqatʿt mwfat,shhrstan mwfat  klradw,Мофат,Моффат,Округ Мофат,Մաֆատ շրջան,شهرستان موفات، کلرادو,مقاطعة موفات,موفت کاؤنٹی,موفٹ کاؤنٹی، کولوراڈو,মোফ্ফাট কাউন্টি,モファット郡,莫弗特縣		US	CO	081	13795	America/Denver
5580055	Morgan County	morgan-county	Comitatul Morgan,Comte de Morgan,Comté de Morgan,Condado de Morgan,Condado han Morgan,Contea di Morgan,Hrabstwo Morgan,Morgan,Morgan Kun,Morgan Kūn,Morgan konderria,Morgan megye,Morgan srjan,Morgani maakond,Okrug Morgan,Quan Morgan,Quận Morgan,mo gen xian,mogan jun,morgana ka'unti,mqatʿt mwrghan,shhrstan mwrgan  klradw,Морган,Округ Морган,Մորգան շրջան,شهرستان مورگان، کلرادو,مقاطعة مورغان,مورگن کاؤنٹی، کولوراڈو,মোর্গান কাউন্টি,モーガン郡,摩根縣		US	CO	087	28159	America/Denver
5580855	Phillips County	phillips-county	Comte de Phillips,Comté de Phillips,Phillips		US	CO	095	4442	America/Denver
5581553	Routt County	routt-county	Comitatul Routt,Comte de Routt,Comté de Routt,Condado de Routt,Condado han Routt,Contea di Routt,Hrabstwo Routt,Okrug Raut,Quan Routt,Quận Routt,Raut,Routt,Routt Kun,Routt Kūn,Routt konderria,Routt megye,Routti maakond,Rut srjan,lu te xian,mqatʿt rwt,rauto jun,rautta ka'unti,shhrstan rwt  klradw,Округ Раут,Раут,Роутт,Ռուտ շրջան,راؤٹ کاؤنٹی,راوٹ کاؤنٹی، کولوراڈو,شهرستان روت، کلرادو,مقاطعة روت,রৌট্ট কাউন্টি,ラウト郡,魯特縣		US	CO	107	23509	America/Denver
5581788	Sedgwick County	sedgwick-county	Comitatul Sedgwick,Comte de Sedgwick,Comté de Sedgwick,Condado de Sedgwick,Condado han Sedgwick,Contea di Sedgwick,Hrabstwo Sedgwick,Okrug Sedzvik,Quan Sedgwick,Quận Sedgwick,Sedgwick,Sedgwick Kun,Sedgwick Kūn,Sedgwick konderria,Sedgwick megye,Sedgwicki maakond,Sedzhuik,Sedzhvik,mqatʿt sydghwyk,sai qi wei ke xian,sedagauyika ka'unti,sejiu~ikku jun,shhrstan sjwyk  klradw,Округ Сеџвик,Седжвік,Седжуик,Սեջուիք շրջան,سجوک کاؤنٹی,سیڈجویک کاؤنٹی، کولوراڈو,شهرستان سجویک، کلرادو,مقاطعة سيدغويك,সেডগৌয়িক কাউন্টি,セジウィック郡,塞奇威克縣		US	CO	115	2379	America/Denver
5583239	Weld County	weld-county	Comitatul Weld,Comte de Weld,Comté de Weld,Condado de Weld,Condado han Weld,Contea di Weld,Hrabstwo Weld,Okrug Veld,Oweld srjan,Quan Weld,Quận Weld,Uehld,Ueld,Veld,Weld,Weld Kun,Weld Kūn,Weld konderria,Weld megye,Weldi maakond,mqatʿt wyld,raelda ka'unti,shhrstan wld  klradw,u~erudo jun,wei er de xian,Велд,Округ Велд,Уелд,Уэлд,Ուելդ շրջան,شهرستان ولد، کلرادو,مقاطعة ويلد,ویلڈ کاؤنٹی,ویلڈ کاؤنٹی، کولوراڈو,ৱেল্ড কাউন্টি,ウェルド郡,韋爾德縣		US	CO	123	252825	America/Denver
5583739	Ada County	ada-county	Ada,Ada Kun,Ada Kūn,Ada konderria,Ada maakond,Ada megye,Ada srjan,Adan piirikunta,Comitatul Ada,Comte d'Ada,Comté d'Ada,Condado de Ada,Condado han Ada,Contea di Ada,Ehjda,Eidas apgabals,Ejda,Hrabstwo Ada,Okrug Ejda,Quan Ada,Quận Ada,ada ka'unti,ai da xian,eida jun,mqatʿt ada,shhrstan ada  aydahw,Ада,Ейда,Округ Ејда,Эйда,Ադա շրջան,ادا کاؤنٹی، اڈاہو,ایڈا کاؤنٹی، ایڈاہو,شهرستان آدا، آیداهو,مقاطعة أدا,আডা কাউন্টি,エイダ郡,埃達縣		US	ID	001	392365	America/Boise
5583743	Adams County	adams-county	Adams,Adams Kun,Adams Kūn,Adams konderria,Adams megye,Adams srjan,Comitatul Adams,Comte d'Adams,Comté d'Adams,Condado de Adams,Condado han Adams,Contea di Adams,Hrabstwo Adams,Okrug Adams,Quan Adams,Quận Adams,adamuzu jun,mqatʿt admz,shhrstan adamz  aydahw,ya dang si xian,Адамс,Округ Адамс,Ադամս շրջան,آدمز کاؤنٹی، اڈاہو,ایڈمز کاؤنٹی، ایڈاہو,شهرستان آدامز، آیداهو,مقاطعة آدمز,অ্যাডামস কাউন্টি,アダムズ郡,亞當斯縣		US	ID	003	3976	America/Boise
5584639	Bannock County	bannock-county	Bannock,Bannock Kun,Bannock Kūn,Bannock konderria,Bannock megye,Bannok,Banuk,Bennok,Benok srjan,Comitatul Bannock,Comte de Bannock,Comté de Bannock,Condado de Bannock,Condado han Bannock,Contea di Bannock,Hrabstwo Bannock,Okrug Banok,Quan Bannock,Quận Bannock,ban nuo ke xian,bannoka ka'unti,banokku jun,mqatʿt banwk,shhrstan banwk  aydahw,Баннок,Банък,Беннок,Округ Банок,Բենոկ շրջան,بانوک کاؤنٹی، اڈاہو,بینوک کاؤنٹی، ایڈاہو,شهرستان بانوک، آیداهو,مقاطعة بانوك,বান্নোক কাউন্টি,バノック郡,班諾克縣		US	ID	005	82839	America/Boise
5585000	Bear Lake County	bear-lake-county	Bear Lake,Bear Lake Kun,Bear Lake Kūn,Bear Lake konderria,Bear Lake megye,Behr-Lejk,Ber Leyk srjan,Ber-Lejk,Beur Lejk,Comitatul Bear Lake,Comte de Bear Lake,Comté de Bear Lake,Condado de Bear Lake,Condado han Bear Lake,Contea di Bear Lake,Hrabstwo Bear Lake,Okrug Ber Lejk,Quan Bear Lake,Quận Bear Lake,beareiku jun,bei er lai ke xian,biyara leka ka'unti,mqatʿt byr lyk,shhrstan abshar lyk  aydahw,Бер-Лейк,Беър Лейк,Бэр-Лейк,Округ Бер Лејк,Բեր Լեյկ շրջան,بئر لیک کاؤنٹی، اڈاہو,بئیر لیک کاؤنٹی، ایڈاہو,شهرستان آبشار لیک، آیداهو,مقاطعة بير ليك,বিয়ার লেক কাউন্টি,ベアレイク郡,貝爾萊克縣		US	ID	007	5986	America/Boise
5585304	Benewah County	benewah-county	Beneua srjan,Beneva,Benewah,Benewah Kun,Benewah Kūn,Benewah konderria,Benewah megye,Benuua,Comitatul Benewah,Comte de Benewah,Comté de Benewah,Condado de Benewah,Condado han Benewah,Contea di Benewah,Hrabstwo Benewah,Okrug Beneva,Quan Benewah,Quận Benewah,ben wa xian,benewa jun,beniraaha ka'unti,mqatʿt bynywah,shhrstan bnwa  aydahw,Бенева,Бенъуа,Округ Бенева,Բենեուա շրջան,بینواہ کاؤنٹی، اڈاہو,بینیواہ کاؤنٹی، ایڈاہو,شهرستان بنوا، آیداهو,مقاطعة بينيواه,বেনিৱাহ কাউন্টি,ベネワ郡,本瓦縣		US	ID	009	9285	America/Los_Angeles
5585826	Bingham County	bingham-county	Bingam,Bingem,Binggem,Bingham,Bingham Kun,Bingham Kūn,Bingham konderria,Bingham megye,Binghem srjan,Comitatul Bingham,Comte de Bingham,Comté de Bingham,Condado de Bingham,Condado han Bingham,Contea di Bingham,Hrabstwo Bingham,Okrug Bingam,Quan Bingham,Quận Bingham,bin e mu xian,bingamu jun,binhama ka'unti,mqatʿt bynghham,shhrstan byngm  aydahw,Бингам,Бингем,Бінґгем,Округ Бингам,Բինգհեմ շրջան,بنگھم کاؤنٹی، اڈاہو,بنگہم کاؤنٹی، ایڈاہو,شهرستان بینگم، آیداهو,مقاطعة بينغهام,বিংহাম কাউন্টি,ビンガム郡,賓厄姆縣		US	ID	011	45607	America/Boise
5586170	Blaine County	blaine-county	Blaine,Blaine Kun,Blaine Kūn,Blaine konderria,Blaine megye,Blejn,Bleyn srjan,Comitatul Blaine,Comte de Blaine,Comté de Blaine,Condado de Blaine,Condado han Blaine,Contea di Blaine,Hrabstwo Blaine,Okrug Blejn,Quan Blaine,Quận Blaine,ble'ina ka'unti,bu lai en xian,burein jun,mqatʿt blayny,shhrstan blyn  aydahw,Блейн,Округ Блејн,Բլեյն շրջան,بلیئن کاؤنٹی، ایڈاہو,بلین کاؤنٹی، اڈاہو,شهرستان بلین، آیداهو,مقاطعة بلايني,ব্লেইন কাউন্টি,ブレイン郡,布萊恩縣		US	ID	013	21376	America/Boise
5586445	Boise County	boise-county	Boise,Boise Kun,Boise Kūn,Boise konderria,Boise megye,Bojse,Bojsi,Bojzi,Boysi srjan,Comitatul Boise,Comte de Boise,Comté de Boise,Condado de Boise,Condado han Boise,Contea di Boise,Hrabstwo Boise,Okrug Bojsi,Quan Boise,Quận Boise,bo yi xi xian,bo'ise ka'unti,boishi jun,mqatʿt bwysy,Бойзи,Бойсе,Бойсі,Округ Бојси,Բոյսի շրջան,بوائس کاؤنٹی، اڈاہو,بویز کاؤنٹی، ایڈاہو,مقاطعة بويسي,বোইসে কাউন্টি,ボイシ郡,博伊西縣		US	ID	015	7028	America/Boise
5586489	Bonner County	bonner-county	Bonner,Bonner Kun,Bonner Kūn,Bonner konderria,Bonner megye,Bonneri maakond,Bonor srjan,Bonur,Comitatul Bonner,Comte de Bonner,Comté de Bonner,Condado de Bonner,Condado han Bonner,Contea di Bonner,Hrabstwo Bonner,Okrug Boner,Quan Bonner,Quận Bonner,bang na xian,bona jun,bonnera ka'unti,mqatʿt bwnyr,shhrstan bwnr  aydahw,Боннер,Бонър,Округ Бонер,Բոնոր շրջան,بونر کاؤنٹی، اڈاہو,بونر کاؤنٹی، ایڈاہو,شهرستان بونر، آیداهو,مقاطعة بونير,বোন্নের কাউন্টি,ボナー郡,邦納縣		US	ID	017	40877	America/Los_Angeles
5586500	Bonneville County	bonneville-county	Bonevill srjan,Bonnevill,Bonneville,Bonneville Kun,Bonneville Kūn,Bonneville konderria,Bonneville megye,Bonvil,Comitatul Bonneville,Comte de Bonneville,Comté de Bonneville,Condado de Bonneville,Condado han Bonneville,Contea di Bonneville,Hrabstwo Bonneville,Okrug Bonevil,Quan Bonneville,Quận Bonneville,bang na wei er xian,bon'nebiru jun,bonnebhila ka'unti,mqatʿt bwnyfyl,shhrstan bwnwwyl  aydahw,Бонвил,Бонневилл,Бонневілл,Округ Боневил,Բոնեվիլլ շրջան,بونوائل کاؤنٹی، اڈاہو,بونیویل کاؤنٹی، ایڈاہو,شهرستان بونوویل، آیداهو,مقاطعة بونيفيل,বোন্নেভিল কাউন্টি,ボンネビル郡,邦納維爾縣		US	ID	019	104234	America/Boise
5586641	Boundary County	boundary-county	Baundari,Baunderi,Baunderi srjan,Boundary,Boundary Kun,Boundary Kūn,Boundary konderria,Boundary megye,Comitatul Boundary,Comte de Boundary,Comté de Boundary,Condado de Boundary,Condado han Boundary,Contea di Boundary,Hrabstwo Boundary,Okrug Baundari,Quan Boundary,Quận Boundary,bang de li xian,baundari jun,baundari ka'unti,mqatʿt bawndry,shhrstan bandry  aydahw,Баундари,Баундері,Округ Баундари,Բաունդերի շրջան,باؤنڈری کاؤنٹی، اڈاہو,باؤنڈری کاؤنٹی، ایڈاہو,شهرستان باندری، آیداهو,مقاطعة باوندري,বৌন্ডারি কাউন্টি,バウンダリー郡,邦德里縣		US	ID	021	10972	America/Los_Angeles
5587504	Butte County	butte-county	B'jutt,Bjut,Bjutt,Butte,Butte Kun,Butte Kūn,Butte konderria,Butte megye,Byut srjan,Comitatul Butte,Comtat de Butte,Comte de Butte,Comté de Butte,Condado de Butte,Condado han Butte,Contea di Butte,Hrabstwo Butte,Okrug Bjut,Quan Butte,Quận Butte,batte ka'unti,bu you te xian,byuto jun,mqatʿt bwty,shhrstan bywt  aydahw,Бьютт,Бют,Бютт,Округ Бјут,Բյուտ շրջան,بوٹ کاؤنٹی، اڈاہو,بوٹ کاؤنٹی، ایڈاہو,شهرستان بیوت، آیداهو,مقاطعة بوتي,বাত্তে কাউন্টি,ビュート郡,布尤特縣		US	ID	023	2891	America/Boise
5587757	Camas County	camas-county	Camas,Camas Kun,Camas Kūn,Camas konderria,Camas megye,Comitatul Camas,Comte de Camas,Comté de Camas,Condado de Camas,Condado han Camas,Contea di Camas,Hrabstwo Camas,Kamas,Kamas srjan,Okrug Kamas,Quan Camas,Quận Camas,ka mo si xian,kemsa ka'unti,kyamasu jun,mqatʿt kamas,shhrstan kamas  aydahw,Камас,Округ Камас,Կամաս շրջան,شهرستان کاماس، آیداهو,مقاطعة كاماس,کاماس کاؤنٹی، اڈاہو,کامس کاؤنٹی، ایڈاہو,কেম্স কাউন্টি,キャマス郡,卡默斯縣		US	ID	025	1117	America/Boise
5587975	Canyon County	canyon-county	Canyon,Canyon County,Canyon Kun,Canyon Kūn,Canyon konderria,Canyon megye,Comitatul Canyon,Comte de Canyon,Comté de Canyon,Condado de Canyon,Condado han Canyon,Contea di Canyon,Hrabstwo Canyon,Kan'jon,Kan'on,Keniun,Okrug Kanjon,Quan Canyon,Quận Canyon,Treasure Valley,kan ning xian,keni'ona ka'unti,kyanion jun,mqatʿt kanywn,shhrstan kanywn  aydahw,Каньйон,Каньон,Кениън,Округ Канјон,Քանյոն շրջան,شهرستان کانیون، آیداهو,مقاطعة كانيون,کینیان کاؤنٹی، اڈاہو,کینین کاؤنٹی، ایڈاہو,কেনিওন কাউন্টি,キャニオン郡,坎寧縣		US	ID	027	188923	America/Boise
5588082	Caribou County	caribou-county	Caribou,Caribou Kun,Caribou Kūn,Caribou konderria,Caribou megye,Comitatul Caribou,Comte de Caribou,Comté de Caribou,Condado de Caribou,Condado han Caribou,Contea di Caribou,Hrabstwo Caribou,Karibu,Okrug Karibu,Quan Caribou,Quận Caribou,ka li bu xian,karibau ka'unti,karibu jun,mqatʿt karybw,shhrstan karbw  aydahw,Карибу,Карібу,Округ Карибу,Քարիբու շրջան,شهرستان کاربو، آیداهو,مقاطعة كاريبو,کاریباؤ کاؤنٹی، اڈاہو,کاریبو کاؤنٹی، ایڈاہو,কারিবৌ কাউন্টি,カリブー郡,卡里布縣		US	ID	029	6963	America/Boise
5588204	Cassia County	cassia-county	Cassia,Cassia Kun,Cassia Kūn,Cassia konderria,Cassia megye,Comitatul Cassia,Comte de Cassia,Comté de Cassia,Condado de Cassia,Condado han Cassia,Contea di Cassia,Hrabstwo Cassia,Kasha,Kassija,Okrug Kasha,Quan Cassia,Quận Cassia,ka xi ya xian,kas'siya ka'unti,kashia jun,mqatʿt kasya,Кассия,Кассія,Каша,Округ Каша,Քասիա շրջան,مقاطعة كاسيا,کاسیا کاؤنٹی، اڈاہو,کاسیا کاؤنٹی، ایڈاہو,কাস্সিয়া কাউন্টি,カシア郡,喀細亞縣		US	ID	031	22952	America/Boise
5588908	Clark County	clark-county	Clark,Clark Kun,Clark Kūn,Clark konderria,Clark megye,Comitatul Clark,Comte de Clark,Comté de Clark,Condado de Clark,Condado han Clark,Contea di Clark,Hrabstwo Clark,Klark,Okrug Klark,Quan Clark,Quận Clark,ke la ke xian,klarka ka'unti,kuraku jun,mqatʿt klark,shhrstan klark  aydahw,Кларк,Округ Кларк,Քլարկ շրջան,شهرستان کلارک، آیداهو,مقاطعة كلارك,کلارک کاؤنٹی، اڈاہو,کلارک کاؤنٹی، ایڈاہو,ক্লার্ক কাউন্টি,クラーク郡,克拉克縣		US	ID	033	982	America/Boise
5589005	Clearwater County	clearwater-county	Clearwater,Clearwater Kun,Clearwater Kūn,Clearwater konderria,Clearwater megye,Comitatul Clearwater,Comte de Clearwater,Comté de Clearwater,Condado de Clearwater,Condado han Clearwater,Contea di Clearwater,Hrabstwo Clearwater,Kliruoter,Klirvoter,Kliuruotur,Okrug Klirvoter,Quan Clearwater,Quận Clearwater,kliyararaatara ka'unti,kuriau~ota jun,mqatʿt klyrwatr,qing shui xian,shhrstan klyrwatr  aydahw,Клируотер,Клиъруотър,Клірвотер,Округ Клирвотер,Քլիրուոթեր շրջան,شهرستان کلیرواتر، آیداهو,مقاطعة كليرواتر,کلئرواٹر کاؤنٹی، اڈاہو,کلیئرواٹر کاؤنٹی، ایڈاہو,ক্লিয়ারৱাটার কাউন্টি,クリアウォーター郡,清水縣		US	ID	035	8761	America/Los_Angeles
5590383	Custer County	custer-county	Comitatul Custer,Comte de Custer,Comté de Custer,Condado de Custer,Condado han Custer,Contea di Custer,Custer,Custer Kun,Custer Kūn,Custer konderria,Custer megye,Hrabstwo Custer,Kaster,Kustur,Okrug Kaster,Quan Custer,Quận Custer,ka si te xian,kastera ka'unti,kasuta jun,mqatʿt kwstyr,shhrstan kastr  aydahw,Кастер,Къстър,Округ Кастер,Քասթեր շրջան,شهرستان کاستر، آیداهو,مقاطعة كوستير,کسٹر کاؤنٹی، اڈاہو,کیسٹر کاؤنٹی، ایڈاہو,কাস্টের কাউন্টি,カスター郡,卡斯特縣		US	ID	037	4368	America/Boise
5592510	Elmore County	elmore-county	Comitatul Elmore,Comte d'Elmore,Comté d'Elmore,Condado de Elmore,Condado han Elmore,Contea di Elmore,Ehlmor,Elmor,Elmor srjan,Elmore,Elmore Kun,Elmore Kūn,Elmore konderria,Elmore megye,Elmorei maakond,Hrabstwo Elmore,Okrug Elmor,Quan Elmore,Quận Elmore,ai er mo er xian,elamora ka'unti,erumoa jun,mqatʿt almwr,shhrstan almwr  aydahw,Елмор,Округ Елмор,Элмор,Էլմոր շրջան,المور کاؤنٹی، اڈاہو,ایلمور کاؤنٹی، ایڈاہو,شهرستان المور، آیداهو,مقاطعة إلمور,এলমোর কাউন্টি,エルモア郡,埃爾莫爾縣		US	ID	039	27038	America/Boise
5593547	Franklin County	franklin-county	Comitatul Franklin,Comte de Franklin,Comté de Franklin,Condado de Franklin,Condado han Franklin,Contea di Franklin,Franklin,Franklin Kun,Franklin Kūn,Franklin konderria,Franklin megye,Franklin srjan,Franklini maakond,Hrabstwo Franklin,Okrug Frenklin,Quan Franklin,Quận Franklin,fu lan ke lin xian,furankurin jun,mqatʿt franklyn,phrankalina ka'unti,shhrstan franklyn  aydahw,Округ Френклин,Франклин,Франклін,Ֆրանկլին շրջան,شهرستان فرانکلین، آیداهو,فرینکلن کاؤنٹی، اڈاہو,فرینکلن کاؤنٹی، ایڈاہو,مقاطعة فرانكلين,ফ্রাঙ্কলিন কাউন্টি,フランクリン郡,富蘭克林縣		US	ID	041	12786	America/Boise
5593620	Fremont County	fremont-county	Comitatul Fremont,Comte de Fremont,Comté de Fremont,Condado de Fremont,Condado han Fremont,Contea di Fremont,Fremont,Fremont Kun,Fremont Kūn,Fremont konderria,Fremont megye,Fremont srjan,Frimont,Hrabstwo Fremont,Okrug Frimont,Quan Fremont,Quận Fremont,fu li meng te xian,furemonto jun,mqatʿt frymwnt,phrimanta ka'unti,shhrstan frmwnt  aydahw,Округ Фримонт,Фремонт,Фримонт,Ֆրեմոնտ շրջան,شهرستان فرمونت، آیداهو,فریمونٹ کاؤنٹی، اڈاہو,فریمونٹ کاؤنٹی، ایڈاہو,مقاطعة فريمونت,ফ্রীমন্ট কাউন্টি,フレモント郡,弗里蒙特縣		US	ID	043	13242	America/Boise
5593925	Gem County	gem-county	Comitatul Gem,Comte de Gem,Comté de Gem,Condado de Gem,Condado han Gem,Contea di Gem,Dzhem,Gem,Gem Kun,Gem Kūn,Gem konderria,Gem megye,Hrabstwo Gem,Jem srjan,Okrug DZem,Quan Gem,Quận Gem,gema ka'unti,jemu jun,jie mu xian,mqatʿt ghym,Джем,Округ Џем,Ջեմ շրջան,جم کاؤنٹی، اڈاہو,جیم کاؤنٹی، ایڈاہو,مقاطعة غيم,গেম কাউন্টি,ジェム郡,傑姆縣		US	ID	045	16719	America/Boise
5594311	Gooding County	gooding-county	Comitatul Gooding,Comte de Gooding,Comté de Gooding,Condado de Gooding,Condado han Gooding,Contea di Gooding,Gooding,Gooding Kun,Gooding Kūn,Gooding konderria,Gooding megye,Guding,Guding srjan,Hrabstwo Gooding,Okrug Guding,Quan Gooding,Quận Gooding,gu ding xian,guddingu jun,gudim ka'unti,mqatʿt ghwdyngh,shhrstan gwdyng  aydahw,Гудинг,Округ Гудинг,Ґудінґ,Գուդինգ շրջան,شهرستان گودینگ، آیداهو,مقاطعة غودينغ,گوڈنگ کاؤنٹی، اڈاہو,گڈنگ کاؤنٹی، ایڈاہو,গুডিং কাউন্টি,グッディング郡,古丁縣		US	ID	047	15464	America/Boise
5596467	Idaho County	idaho-county	Ajdakho,Aydaho srjan,Comitatul Idaho,Comte d'Idaho,Comté d'Idaho,Condado de Idaho,Condado han Idaho,Contea di Idaho,Hrabstwo Idaho,Idaho,Idaho Kun,Idaho Kūn,Idaho konderria,Idaho megye,Okrug Ajdakho,Quan Idaho,Quận Idaho,a'id'aho ka'unti,ai da he xian,aidaho jun,mqatʿt aydahw,shhrstan aydahw  aydahw,Айдахо,Округ Ајдахо,Այդահո շրջան,اڈاہو کاؤنٹی، اڈاہو,ایڈاہو کاؤنٹی، ایڈاہو,شهرستان آیداهو، آیداهو,مقاطعة أيداهو,আইডাহো কাউন্টি,アイダホ郡,愛達荷縣		US	ID	049	16267	America/Los_Angeles
5596986	Jefferson County	jefferson-county	Comitatul Jefferson,Comte de Jefferson,Comté de Jefferson,Condado de Jefferson,Condado han Jefferson,Contea di Jefferson,Dzhefersun,Dzhefferson,Hrabstwo Jefferson,Jeferson srjan,Jefferson,Jefferson Kun,Jefferson Kūn,Jefferson konderria,Jefferson megye,Jeffersoni maakond,Okrug DZeferson,Quan Jefferson,Quận Jefferson,jefason jun,jepharasana ka'unti,jie fu xun xian,mqatʿt jyfyrswn,shhrstan jfrswn  aydahw,Джеферсън,Джефферсон,Округ Џеферсон,Ջեֆերսոն շրջան,جیفرسن کاؤنٹی، اڈاہو,جیفرسن کاؤنٹی، ایڈاہو,شهرستان جفرسون، آیداهو,مقاطعة جيفيرسون,জেফারশন কাউন্টি,ジェファーソン郡,傑佛遜縣		US	ID	051	26140	America/Boise
5597037	Jerome County	jerome-county	Comitatul Jerome,Comte de Jerome,Comté de Jerome,Condado de Jerome,Condado han Jerome,Contea di Jerome,Dzherom,Dzherum,Hrabstwo Jerome,Jerom srjan,Jerome,Jerome Kun,Jerome Kūn,Jerome konderria,Jerome megye,Okrug DZerom,Quan Jerome,Quận Jerome,jeroma ka'unti,jeromu jun,jie luo mu xian,mqatʿt jyrwm,shhrstan jrwm  aydahw,Джером,Джеръм,Округ Џером,Ջերոմ շրջան,جیروم کاؤنٹی، اڈاہو,جیروم کاؤنٹی، ایڈاہو,شهرستان جروم، آیداهو,مقاطعة جيروم,জেরোম কাউন্টি,ジェローム郡,傑羅姆縣		US	ID	053	22374	America/Boise
5597922	Kootenai County	kootenai-county	Comitatul Kootenai,Comte de Kootenai,Comté de Kootenai,Condado de Kootenai,Condado han Kootenai,Contea di Kootenai,Hrabstwo Kootenai,Kootenai,Kootenai Kun,Kootenai Kūn,Kootenai konderria,Kootenai megye,Kutenaj,Kutenay srjan,Kutenej,Kutni,Okrug Kutni,Quan Kootenai,Quận Kootenai,kotena'i ka'unti,ku te nei xian,kutoni jun,mqatʿt kwtynay,shhrstan kwtnay  aydahw,Кутенай,Кутеней,Кутни,Округ Кутни,Կուտենայ շրջան,شهرستان کوتنای، آیداهو,مقاطعة كوتيناي,کوتینائی کاؤنٹی، ایڈاہو,کوٹینائ کاؤنٹی، اڈاہو,কোটেনাই কাউন্টি,クートニー郡,庫特內縣		US	ID	055	138494	America/Los_Angeles
5598264	Latah County	latah-county	Comitatul Latah,Comte de Latah,Comté de Latah,Condado de Latah,Condado han Latah,Contea di Latah,Hrabstwo Latah,Lata,Latah,Latah Kun,Latah Kūn,Latah konderria,Latah megye,Latah srjan,Lejta,Okrug Lejto,Quan Latah,Quận Latah,la ta xian,lataha ka'unti,mqatʿt latah,reita jun,Лата,Лейта,Округ Лејто,Լատահ շրջան,لاتاہ کاؤنٹی، اڈاہو,لاٹاہ کاؤنٹی، ایڈاہو,مقاطعة لاتاه,লাটাহ কাউন্টি,レイタ郡,拉塔縣		US	ID	057	37244	America/Los_Angeles
5598464	Lemhi County	lemhi-county	Comitatul Lemhi,Comte de Lemhi,Comté de Lemhi,Condado de Lemhi,Condado han Lemhi,Contea di Lemhi,Hrabstwo Lemhi,Lemgaj,Lemhay srjan,Lemhi,Lemhi Kun,Lemhi Kūn,Lemhi konderria,Lemhi megye,Lemkhaj,Limi,Okrug Lemkhaj,Quan Lemhi,Quận Lemhi,lai mu ha yi xian,lemahi ka'unti,mqatʿt lymhy,remuhi jun,shhrstan lmy  aydahw,Лемгай,Лемхай,Лими,Округ Лемхај,Լեմհայ շրջան,شهرستان لمی، آیداهو,لیمہی کاؤنٹی، اڈاہو,لیمی کاؤنٹی، ایڈاہو,مقاطعة ليمهي,লেমহি কাউন্টি,レムヒ郡,萊姆哈伊縣		US	ID	059	7936	America/Boise
5598527	Lewis County	lewis-county	Comitatul Lewis,Comte de Lewis,Comté de Lewis,Condado de Lewis,Condado han Lewis,Contea di Lewis,Hrabstwo Lewis,L'juis,Lewis,Lewis Kun,Lewis Kūn,Lewis konderria,Lewis megye,Luis,Luis srjan,Okrug Luis,Quan Lewis,Quận Lewis,leraisa ka'unti,liu yi si xian,mqatʿt lwys,ruisu jun,shhrstan lwys  aydahw,Луис,Льюис,Льюїс,Округ Луис,Լուիս շրջան,شهرستان لویس، آیداهو,لوئیس کاؤنٹی، ایڈاہو,لیوس کاؤنٹی، اڈاہو,مقاطعة لويس,লেৱিস কাউন্টি,ルイス郡,劉易斯縣		US	ID	061	3821	America/Los_Angeles
5598678	Lincoln County	lincoln-county	Comitatul Lincoln,Comte de Lincoln,Comté de Lincoln,Condado de Lincoln,Condado han Lincoln,Contea di Lincoln,Hrabstwo Lincoln,Lincoln,Lincoln Kun,Lincoln Kūn,Lincoln konderria,Lincoln megye,Lincolni maakond,Linkol'n,Linkoln srjan,Linkuln,Okrug Linkoln,Quan Lincoln,Quận Lincoln,lin ken xian,linkana ka'unti,mqatʿt lnkn,rinkan jun,shhrstan lynkln  aydahw,Линкольн,Линкълн,Лінкольн,Округ Линколн,Լինկոլն շրջան,شهرستان لینکلن، آیداهو,لنکالن کاؤنٹی، اڈاہو,لنکن کاؤنٹی، ایڈاہو,مقاطعة لنكن,লিঙ্কন কাউন্টি,リンカーン郡,林肯縣		US	ID	063	5208	America/Boise
5599930	Madison County	madison-county	Comitatul Madison,Comte de Madison,Comté de Madison,Condado de Madison,Condado han Madison,Contea di Madison,Hrabstwo Madison,Madison,Madison Kun,Madison Kūn,Madison konderria,Madison megye,Madisun,Medison,Medison srjan,Okrug Medison,Quan Madison,Quận Madison,madison jun,mai di xun xian,medisana ka'unti,mqatʿt madyswn,shhrstan mdyswn  aydahw,Мадисон,Мадисън,Медісон,Округ Медисон,Մեդիսոն շրջան,شهرستان مدیسون، آیداهو,ماڈیسن کاؤنٹی، اڈاہو,مقاطعة ماديسون,میڈیسن کاؤنٹی، ایڈاہو,মেডিশন কাউন্টি,マディソン郡,麥迪遜縣		US	ID	065	37536	America/Boise
5601141	Minidoka County	minidoka-county	Comitatul Minidoka,Comte de Minidoka,Comté de Minidoka,Condado de Minidoka,Condado han Minidoka,Contea di Minidoka,Hrabstwo Minidoka,Minidoka,Minidoka Kun,Minidoka Kūn,Minidoka konderria,Minidoka megye,Minidoka srjan,Okrug Minidoka,Quan Minidoka,Quận Minidoka,mi ni duo ka xian,minidoka jun,minidoka ka'unti,mqatʿt mynydwka,shhrstan mynydwka  aydahw,Минидока,Мінідока,Округ Минидока,Մինիդոկա շրջան,شهرستان مینیدوکا، آیداهو,مقاطعة مينيدوكا,مونیڈوکا کاؤنٹی، اڈاہو,مینیڈوکا کاؤنٹی، ایڈاہو,মিনিডোকা কাউন্টি,ミニドカ郡,米尼多卡縣		US	ID	067	20069	America/Boise
5602115	Nez Perce County	nez-perce-county	Comitatul Nez Perce,Comte de Nez Perce,Comté de Nez Perce,Condado de Nez Perce,Condado han Nez Perce,Contea di Nez Perce,Hrabstwo Nez Perce,Nez Perce,Nez Perce County,Nez Perce Kun,Nez Perce Kūn,Nez Perce konderria,Nez Perce megye,Nez Percé County,Nez Pers srjan,Nez Purs,Nez-Pers,Okrug Nez Pers,Quan Nez Perce,Quận Nez Perce,mqatʿt nyz byrs,nei zi po si xian,neja perase ka'unti,nezupasu jun,Нез Пърс,Нез-Перс,Округ Нез Перс,Նեզ Պերս շրջան,مقاطعة نيز بيرس,نیز پرس کاؤنٹی، ایڈاہو,نیزپرس کاؤنٹی، اڈاہو,নেজ পেরসে কাউন্টি,ネズパース郡,內茲珀斯縣		US	ID	069	39265	America/Los_Angeles
5602844	Oneida County	oneida-county	Comitatul Oneida,Comte d'Oneida,Comté d'Oneida,Condado de Oneida,Condado han Oneida,Contea di Oneida,Hrabstwo Oneida,Okrug Onajda,Onajda,Oneida,Oneida Kun,Oneida Kūn,Oneida konderria,Oneida megye,Onejda,Oneyda srjan,Ounajda,Quan Oneida,Quận Oneida,ao nai da xian,mqatʿt awnyda,onaida jun,oniyeda ka'unti,shhrstan awnyda  aydahw,Округ Онајда,Онайда,Онейда,Оунайда,Օնեյդա շրջան,اونیڈا کاؤنٹی، اڈاہو,اونیڈا کاؤنٹی، ایڈاہو,شهرستان اونیدا، آیداهو,مقاطعة أونيدا,ওনিয়েডা কাউন্টি,オナイダ郡,奧奈達縣		US	ID	071	4286	America/Boise
5603018	Owyhee County	owyhee-county	Comitatul Owyhee,Comte d'Owyhee,Comté d'Owyhee,Condado de Owyhee,Condado han Owyhee,Contea di Owyhee,Hrabstwo Owyhee,Okrug Ovajkhi,Ouajkhi,Ouayhi srjan,Ovajgi,Ovajkhi,Owyhee,Owyhee Kun,Owyhee Kūn,Owyhee konderria,Owyhee megye,Quan Owyhee,Quận Owyhee,ao huai xi xian,mqatʿt awyhy,oraa'ihi ka'unti,owaihi jun,shhrstan awwyhy  aydahw,Овайгі,Овайхи,Округ Овајхи,Оуайхи,Օուայհի շրջան,اوہی کاؤنٹی، اڈاہو,اوہی کاؤنٹی، ایڈاہو,شهرستان اوویهی، آیداهو,مقاطعة أويهي,ওৱাইহী কাউন্টি,オワイヒー郡,奧懷希縣		US	ID	073	11526	America/Boise
5603395	Payette County	payette-county	Comitatul Payette,Comte de Payette,Comté de Payette,Condado de Payette,Condado han Payette,Contea di Payette,Hrabstwo Payette,Okrug Pejet,Paett,Pajet,Payette,Payette Kun,Payette Kūn,Payette konderria,Payette megye,Pejett,Quan Payette,Quận Payette,mqatʿt bayty,payette ka'unti,pei ai te xian,peietto jun,shhrstan payt  aydahw,Округ Пејет,Пайет,Паєтт,Пейетт,Փայեթ շրջան,شهرستان پایت، آیداهو,مقاطعة بايتي,پاییٹ کاؤنٹی، اڈاہو,پیئٹ کاؤنٹی، ایڈاہو,পায়েত্তে কাউন্টি,ペイエット郡,佩埃特縣		US	ID	075	22623	America/Boise
5604439	Power County	power-county	Comitatul Power,Comte de Power,Comté de Power,Condado de Power,Condado han Power,Contea di Power,Hrabstwo Power,Okrug Pauer,Pauehr,Pauur,Paver,Power,Power Kun,Power Kūn,Power konderria,Power megye,Quan Power,Quận Power,bao er xian,mqatʿt bawr,paraara ka'unti,pawa jun,shhrstan pawr  aydahw,Округ Пауер,Павер,Пауър,Пауэр,Փաուեր շրջան,شهرستان پاور، آیداهو,مقاطعة باور,پاور کاؤنٹی، اڈاہو,پاور کاؤنٹی، ایڈاہو,পাৱার কাউন্টি,パワー郡,鮑爾縣		US	ID	077	7817	America/Boise
5607202	Shoshone County	shoshone-county	Comitatul Shoshone,Comte de Shoshone,Comté de Shoshone,Condado de Shoshone,Condado han Shoshone,Contea di Shoshone,Hrabstwo Shoshone,Okrug Shoshoni,Quan Shoshone,Quận Shoshone,Shoshone,Shoshone Kun,Shoshone Kūn,Shoshone konderria,Shoshone megye,Shoshoni,Soson srjan,mqatʿt shwshwn,shhrstan shwshwny  aydahw,shoshoni jun,sosone ka'unti,xiao xiao ni xian,Округ Шошони,Шошони,Шошоні,Շոշոն շրջան,شهرستان شوشونی، آیداهو,شوشون کاؤنٹی، اڈاہو,شوشونی کاؤنٹی، ایڈاہو,مقاطعة شوشون,শোশোনে কাউন্টি,ショショーニ郡,肖肖尼縣		US	ID	079	12765	America/Los_Angeles
5609855	Teton County	teton-county	Comitatul Teton,Comte de Teton,Comté de Teton,Condado de Teton,Condado han Teton,Contea di Teton,Hrabstwo Teton,Okrug Titon,Quan Teton,Quận Teton,Teton,Teton Kun,Teton Kūn,Teton konderria,Teton megye,Titon,mqatʿt tytwn,shhrstan ttwn  aydahw,tetona ka'unti,ti dun xian,titon jun,Округ Титон,Тетон,Титон,Թետոն շրջան,شهرستان تتون، آیداهو,مقاطعة تيتون,ٹیٹن کاؤنٹی، ایڈاہو,ٹیٹون کاؤنٹی، اڈاہو,টেটোন কাউন্টি,ティトン郡,提頓縣		US	ID	081	10170	America/Boise
5610815	Twin Falls County	twin-falls-county	Comitatul Twin Falls,Comte de Twin Falls,Comté de Twin Falls,Condado de Twin Falls,Condado han Twin Falls,Contea di Twin Falls,Hrabstwo Twin Falls,Okrug Tvin Fols,Quan Twin Falls,Quận Twin Falls,Tuin Fols,Tuin-Fols,Tvin-Folls,Twin Falls,Twin Falls Kun,Twin Falls Kūn,Twin Falls konderria,Twin Falls megye,mqatʿt twyn fwlz,shhrstan twyn fals  aydahw,te wen fu er si xian,tsuinforuzu jun,turaina phalasa ka'unti,Округ Твин Фолс,Твін-Фоллс,Туин Фолс,Туин-Фолс,Թվին Ֆոլս շրջան,شهرستان توین فالس، آیداهو,مقاطعة توين فولز,ٹوئن فالز کاؤنٹی، ایڈاہو,ٹون فالز کاؤنٹی، اڈاہو,টুৱিন ফলস কাউন্টি,ツインフォールズ郡,特溫福爾斯縣		US	ID	083	77230	America/Boise
5611156	Valley County	valley-county	Comitatul Valley,Comte de Valley,Comté de Valley,Condado de Valley,Condado han Valley,Contea di Valley,Hrabstwo Valley,Okrug Vali,Quan Valley,Quận Valley,Vali,Valley,Valley Kun,Valley Kūn,Valley konderria,Valley megye,Valli,Veli srjan,Velli,bare jun,bheli ka'unti,mqatʿt faly,shhrstan wly  aydahw,wa li xian,Вали,Валли,Веллі,Округ Вали,Վելի շրջան,شهرستان ولی، آیداهو,مقاطعة فالي,ویلی کاؤنٹی، اڈاہو,ویلی کاؤنٹی، ایڈاہو,ভেলি কাউন্টি,バレー郡,瓦利縣		US	ID	085	9862	America/Boise
5611570	Washington County	washington-county	Comitatul Washington,Comte de Washington,Comté de Washington,Condado de Washington,Condado han Washington,Contea di Washington,Hrabstwo Washington,Okrug Vashington,Quan Washington,Quận Washington,Uoshingtun,Vashington,Vasington srjan,Washington,Washington Kun,Washington Kūn,Washington konderria,Washington megye,Washingtoni maakond,hua sheng dun xian,mqatʿt washntn,raasintana ka'unti,shhrstan washyngtn  aydahw,washinton jun,Вашингтон,Округ Вашингтон,Уошингтън,Վաշինգտոն շրջան,شهرستان واشینگتن، آیداهو,مقاطعة واشنطن,واشنگٹن کاؤنٹی، اڈاہو,واشنگٹن کاؤنٹی، ایڈاہو,ৱাশিংটন কাউন্টি,ワシントン郡,華盛頓縣		US	ID	087	10198	America/Boise
5639238	Beaverhead County	beaverhead-county	Beaverhead,Beaverhead Kun,Beaverhead Kūn,Beaverhead konderria,Beaverhead megye,Beaverheadi maakond,Biverged,Biverhed srjan,Biverkhed,Bivurkhed,Comitatul Beaverhead,Comte de Beaverhead,Comté de Beaverhead,Condado de Beaverhead,Condado han Beaverhead,Contea di Beaverhead,Hrabstwo Beaverhead,Okrug Biverkhed,Quan Beaverhead,Quận Beaverhead,bebharaheda ka'unti,bi fu hei de xian,bibaheddo jun,mqatʿt byfyrhyd,Биверхед,Бивърхед,Бівергед,Округ Биверхед,Բիվերհեդ շրջան,بیورہیڈ کاؤنٹی,بیورہیڈ کاؤنٹی، مونٹانا,مقاطعة بيفيرهيد,বেভারহেড কাউন্টি,ビーバーヘッド郡,比弗黑德縣		US	MT	001	9246	America/Denver
5639974	Big Horn County	big-horn-county	Big Horn,Big Horn Kun,Big Horn Kūn,Big Horn konderria,Big Horn megye,Big Horn srjan,Big Horni maakond,Big Khorn,Big-Gorn,Big-Khorn,Comitatul Big Horn,Comte de Big Horn,Comté de Big Horn,Condado de Big Horn,Condado han Big Horn,Contea di Big Horn,Didziojo Rago apygarda,Didžiojo Rago apygarda,Hrabstwo Big Horn,Okrug Big Khorn,Quan Big Horn,Quận Big Horn,biga harna ka'unti,bigguhon jun,da jiao xian,mqatʿt bygh hwrn,shhrstan byg hwrn  mwntana,Биг Хорн,Биг-Хорн,Біґ-Горн,Округ Биг Хорн,Բիգ Հորն շրջան,بگ ہارن کاؤنٹی,بگ ہارن کاؤنٹی، مونٹانا,شهرستان بیگ هورن، مونتانا,مقاطعة بيغ هورن,বিগ হর্ন কাউন্টি,ビッグホーン郡,大角縣		US	MT	003	12865	America/Denver
5640934	Blaine County	blaine-county	Blaine,Blaine Kun,Blaine Kūn,Blaine konderria,Blaine megye,Blejn,Bleyn srjan,Comitatul Blaine,Comte de Blaine,Comté de Blaine,Condado de Blaine,Condado han Blaine,Contea di Blaine,Hrabstwo Blaine,Okrug Blejn,Quan Blaine,Quận Blaine,ble'ina ka'unti,bu lai en xian,burein jun,mqatʿt blayn,shhrstan blyn  mwntana,Блейн,Округ Блејн,Բլեյն շրջան,بلیئن کاؤنٹی، مونٹانا,بلین کاؤنٹی,شهرستان بلین، مونتانا,مقاطعة بلاين,ব্লেইন কাউন্টি,ブレイン郡,布萊恩縣		US	MT	005	6491	America/Denver
5642059	Broadwater County	broadwater-county	Broad Water County,Broadwater,Broadwater County,Broadwater Kun,Broadwater Kūn,Broadwater konderria,Broadwater megye,Broduoter,Broduoter srjan,Brodvoter,Brouduotur,Comitatul Broadwater,Comte de Broadwater,Comté de Broadwater,Condado de Broadwater,Condado han Broadwater,Contea di Broadwater,Hrabstwo Broadwater,Okrug Brodvoter,Quan Broadwater,Quận Broadwater,brodaraatara ka'unti,bu luo de wo te xian,burodou~ota jun,mqatʿt brwdwatr,shhrstan brwdwatr  mwntana,Бродвотер,Бродуотер,Броудуотър,Округ Бродвотер,Բրոդուոտեր շրջան,براڈواٹر کاؤنٹی,براڈواٹر کاؤنٹی، مونٹانا,شهرستان برودواتر، مونتانا,مقاطعة برودواتر,ব্রোডৱাটার কাউন্টি,ブロードウォーター郡,布羅德沃特縣		US	MT	007	5612	America/Denver
5643686	Carbon County	carbon-county	Carbon,Carbon Kun,Carbon Kūn,Carbon konderria,Carbon megye,Comitatul Carbon,Comte de Carbon,Comté de Carbon,Condado de Carbon,Condado han Carbon,Contea di Carbon,Hrabstwo Carbon,Karbon,Karbun,Okrug Karbon,Quan Carbon,Quận Carbon,ka ben xian,kabon jun,karabona ka'unti,mqatʿt krbwn,shhrstan krbn  mwntana,Карбон,Карбън,Округ Карбон,Քարբոն շրջան,شهرستان کربن، مونتانا,مقاطعة كربون,کاربن کاؤنٹی، مونٹانا,কারবোন কাউন্টি,カーボン郡,卡本縣		US	MT	009	10078	America/Denver
5643864	Carter County	carter-county	Carter,Carter Kun,Carter Kūn,Carter konderria,Carter megye,Comitatul Carter,Comte de Carter,Comté de Carter,Condado de Carter,Condado han Carter,Contea di Carter,Hrabstwo Carter,Karter,Kartur,Okrug Karter,Quan Carter,Quận Carter,ka te xian,kartera ka'unti,kata jun,mqatʿt kartyr,shhrstan kartr  mwntana,Картер,Картър,Округ Картер,Քարտեր շրջան,شهرستان کارتر، مونتانا,مقاطعة كارتير,کارٹر کاؤنٹی، مونٹانا,کارٹر کاؤنٹی،مونٹانا,কার্টের কাউন্টি,カーター郡,卡特縣		US	MT	011	1160	America/Denver
5643929	Cascade County	cascade-county	Cascade,Cascade Kun,Cascade Kūn,Cascade konderria,Cascade megye,Cascadei maakond,Comitatul Cascade,Comte de Cascade,Comté de Cascade,Condado de Cascade,Condado han Cascade,Contea di Cascade,Hrabstwo Cascade,Kaskejd,Okrug Kaskejd,Quan Cascade,Quận Cascade,ka si ka te xian,kasake'ida ka'unti,kasukedo jun,mqatʿt kaskyd,shhrstan kaskyd  mwntana,Каскейд,Округ Каскејд,Քասկեյդ շրջան,شهرستان کاسکید، مونتانا,مقاطعة كاسكيد,کیسکیڈ کاؤنٹی، مونٹانا,কাসকেইড কাউন্টি,カスケード郡,喀斯喀特縣		US	MT	013	81327	America/Denver
5644870	Chouteau County	chouteau-county	Choteau County,Chouteau,Chouteau County,Chouteau Kun,Chouteau Kūn,Chouteau konderria,Chouteau megye,Chuto,Comitatul Chouteau,Comte de Chouteau,Comté de Chouteau,Condado de Chouteau,Condado han Chouteau,Contea di Chouteau,Hrabstwo Chouteau,Okrug Shoto,Quan Chouteau,Quận Chouteau,Shuto,Suto srjan,caute'u ka'unti,mqatʿt tshwtyw,shhrstan chwwtaw  mwntana,shu tuo xian,shuto jun,Округ Шото,Чуто,Шуто,Շուտո շրջան,شهرستان چووتاو، مونتانا,مقاطعة تشوتيو,چوٹیئو کاؤنٹی، مونٹانا,چوٹیاؤ کاؤنٹی،مونٹانا,চৌতেউ কাউন্টি,シュートー郡,舒托縣		US	MT	015	5813	America/Denver
5647449	Custer County	custer-county	Comitatul Custer,Comte de Custer,Comté de Custer,Condado de Custer,Condado han Custer,Contea di Custer,Custer,Custer Kun,Custer Kūn,Custer konderria,Custer megye,Custeri maakond,Hrabstwo Custer,Kaster,Kustur,Okrug Kaster,Quan Custer,Quận Custer,ka si te xian,kasatera ka'unti,kasuta jun,mqatʿt kstyr,shhrstan kastr  mwntana,Кастер,Къстър,Округ Кастер,Քաստեր շրջան,شهرستان کاستر، مونتانا,مقاطعة كستير,کسٹر کاؤنٹی،مونٹانا,کیسٹر کاؤنٹی، مونٹانا,কাসটের কাউন্টি,カスター郡,卡斯特縣		US	MT	017	11699	America/Denver
5647744	Daniels County	daniels-county	Comitatul Daniels,Comte de Daniels,Comté de Daniels,Condado de Daniels,Condado han Daniels,Contea di Daniels,Daniels,Daniels Kun,Daniels Kūn,Daniels konderria,Daniels megye,Daniels srjan,Daniuls,Dehniehls,Deniels,Hrabstwo Daniels,Okrug Danijels,Quan Daniels,Quận Daniels,dan ni er si xian,danieruzu jun,daniyelasa ka'unti,shhrstan dnylz  mwntana,Даниълс,Деніелс,Дэниэлс,Округ Данијелс,Դանիելս շրջան,شهرستان دنیلز، مونتانا,مقاطعة دانيلز,ڈینیلز کاؤنٹی، مونٹانا,ڈینیلز کاؤنٹی،مونٹانا,ডানিয়েলস কাউন্টি,ダニエルズ郡,丹尼爾斯縣		US	MT	019	1751	America/Denver
5647905	Dawson County	dawson-county	Comitatul Dawson,Comte de Dawson,Comté de Dawson,Condado de Dawson,Condado han Dawson,Contea di Dawson,Dawson,Dawson Kun,Dawson Kūn,Dawson konderria,Dawson megye,Doson,Douson,Douson srjan,Dousun,Hrabstwo Dawson,Okrug Doson,Quan Dawson,Quận Dawson,dao sheng xian,dausana ka'unti,doson jun,mqatʿt dawswn,shhrstan dawsn  mwntana,Досон,Доусон,Доусън,Округ Досон,Դոուսոն շրջան,شهرستان داوسن، مونتانا,مقاطعة داوسون,ڈاسن کاؤنٹی،مونٹانا,ڈاوسن کاؤنٹی، مونٹانا,ডৌসন কাউন্টি,ドーソン郡,道生縣		US	MT	021	8966	America/Denver
5648270	Deer Lodge County	deer-lodge-county	Comitatul Deer Lodge,Comte de Deer Lodge,Comté de Deer Lodge,Condado de Deer Lodge,Condado han Deer Lodge,Contea di Deer Lodge,Deer Lodge,Deer Lodge County,Deer Lodge Kun,Deer Lodge Kūn,Deer Lodge konderria,Deer Lodge megye,Deer Lodgei maakond,Deerlodge County,Dir Loj srjan,Dir-Lodzh,Diur Lodzh,Hrabstwo Deer Lodge,Okrug Dir Lodz,Quan Deer Lodge,Quận Deer Lodge,diarojji jun,diyara laja ka'unti,lu zhan xian,mqatʿt dyr lwdj,shhrstan dyr lwdj  mwntana,Дир-Лодж,Диър Лодж,Дір-Лодж,Округ Дир Лоџ,Դիր Լոջ շրջան,شهرستان دیر لودج، مونتانا,مقاطعة دير لودج,ڈئر لوج کاؤنٹی،مونٹانا,ڈیئر لاج کاؤنٹی، مونٹانا,ডিয়ার লজ কাউন্টি,ディアロッジ郡,鹿棧縣		US	MT	023	9298	America/Denver
5651490	Fallon County	fallon-county	Comitatul Fallon,Comte de Fallon,Comté de Fallon,Condado de Fallon,Condado han Fallon,Contea di Fallon,Fallon,Fallon Kun,Fallon Kūn,Fallon konderria,Fallon megye,Falun,Fehllon,Fellon,Felon srjan,Hrabstwo Fallon,Okrug Falon,Quan Fallon,Quận Fallon,fa lun xian,faron jun,mqatʿt falwn,phalona ka'unti,shhrstan falwn  mwntana,Округ Фалон,Фалън,Феллон,Фэллон,Ֆելոն շրջան,شهرستان فالون، مونتانا,فالن کاؤنٹی،مونٹانا,فیلن کاؤنٹی، مونٹانا,مقاطعة فالون,ফালোন কাউন্টি,ファロン郡,法倫縣		US	MT	025	2890	America/Denver
5651735	Fergus County	fergus-county	Comitatul Fergus,Comte de Fergus,Comté de Fergus,Condado de Fergus,Condado han Fergus,Contea di Fergus,Fergu srjan,Fergus,Fergus Kun,Fergus Kūn,Fergus konderria,Fergus megye,Furgjus,Hrabstwo Fergus,Okrug Fergus,Quan Fergus,Quận Fergus,fagasu jun,fu ge si xian,mqatʿt fyrghws,pheragusa ka'unti,shhrstan frgs  mwntana,Округ Фергус,Фергус,Ферґус,Фъргюс,Ֆերգու շրջան,شهرستان فرگس، مونتانا,فرگس کاؤنٹی، مونٹانا,فرگس کاؤنٹی،مونٹانا,مقاطعة فيرغوس,ফেরগুস কাউন্টি,ファーガス郡,弗格斯縣		US	MT	027	11586	America/Denver
5652361	Flathead County	flathead-county	Comitatul Flathead,Comte de Flathead,Comté de Flathead,Condado de Flathead,Condado han Flathead,Contea di Flathead,Flathead,Flathead Kun,Flathead Kūn,Flathead konderria,Flathead megye,Flatheadi maakond,Flatkhed,Fletged,Hrabstwo Flathead,Okrug Flatkhed,Quan Flathead,Quận Flathead,fu la te hei de xian,furattoheddo jun,mqatʿt flathyd,phlataheda ka'unti,Округ Флатхед,Флатхед,Флетгед,Ֆլեթիդ շրջան,فلیٹہیڈ کاؤنٹی، مونٹانا,فلیٹہیڈ کاؤنٹی،مونٹانا,مقاطعة فلاتهيد,ফ্লাটহেড কাউন্টি,フラットヘッド郡,弗拉特黑德縣		US	MT	029	90928	America/Denver
5653656	Gallatin County	gallatin-county	Comitatul Gallatin,Comte de Gallatin,Comté de Gallatin,Condado de Gallatin,Condado han Gallatin,Contea di Gallatin,Galatin srjan,Galatun,Gallatin,Gallatin Kun,Gallatin Kūn,Gallatin konderria,Gallatin megye,Gallatini maakond,Hrabstwo Gallatin,Okrug Galatin,Quan Gallatin,Quận Gallatin,gyalatina ka'unti,gyaratin jun,jia la ting xian,mqatʿt ghlatyn,shhrstan galatyn  mwntana,Галатън,Галлатин,Округ Галатин,Ґаллатін,Գալատին շրջան,شهرستان گالاتین، مونتانا,مقاطعة غلاتين,گلاٹن کاؤنٹی،مونٹانا,گیلیٹن کاؤنٹی، مونٹانا,গ্যালাটিন কাউন্টি,ギャラティン郡,加拉廷縣		US	MT	031	89513	America/Denver
5653782	Garfield County	garfield-county	Comitatul Garfield,Comte de Garfield,Comté de Garfield,Condado de Garfield,Condado han Garfield,Contea di Garfield,Garfield,Garfield Kun,Garfield Kūn,Garfield konderria,Garfield megye,Garfijld,Garfild,Garfild srjan,Garfyldo apygarda,Hrabstwo Garfield,Okrug Garfild,Quan Garfield,Quận Garfield,gafirudo jun,garaphilda ka'unti,jia fei er de xian,mqatʿt gharfyld,shhrstan garfyld  ayalt mwntana,Гарфийлд,Гарфилд,Округ Гарфилд,Ґарфілд,Գարֆիլդ շրջան,شهرستان گارفیلد، ایالت مونتانا,مقاطعة غارفيلد,گارفیلڈ کاؤنٹی، مونٹانا,گارفیلڈ کاؤنٹی،مونٹانا,গারফিল্ড কাউন্টি,ガーフィールド郡,加菲爾德縣		US	MT	033	1206	America/Denver
5654267	Glacier County	glacier-county	Comitatul Glacier,Comte de Glacier,Comté de Glacier,Condado de Glacier,Condado han Glacier,Contea di Glacier,Glacier,Glacier Kun,Glacier Kūn,Glacier konderria,Glacier megye,Glas'e,Glasiur,Glejs'er,Gleysier srjan,Hrabstwo Glacier,Okrug Glejsher,Quan Glacier,Quận Glacier,bing chuan xian,glasiyera ka'unti,gureisha jun,mqatʿt ghlasyr,shhrstan glasyr  mwntana,Гласиър,Гласье,Округ Глејшер,Ґлейсьєр,Գլեյսիեր շրջան,شهرستان گلاسیر، مونتانا,مقاطعة غلاسير,گلیشئر کاؤنٹی،مونٹانا,گلیشیر کاؤنٹی، مونٹانا,গ্লাসিয়ের কাউন্টি,グレイシャー郡,冰川縣		US	MT	035	13399	America/Denver
5654674	Golden Valley County	golden-valley-county	Comitatul Golden Valley,Comte de Golden Valley,Comté de Golden Valley,Condado de Golden Valley,Condado han Golden Valley,Contea di Golden Valley,Golden Vali srjan,Golden Valley,Golden Valley Kun,Golden Valley Kūn,Golden Valley konderria,Golden Valley maakond,Golden Valley megye,Golden-Vehlli,Golden-Velli,Goldun Vali,Hrabstwo Golden Valley,Okrug Golden Vali,Quan Golden Valley,Quận Golden Valley,ge er deng wa li xian,goldana bheli ka'unti,gorudenbare jun,shhrstan gldn wly  mwntana,Голден-Вэлли,Голдън Вали,Округ Голден Вали,Ґолден-Веллі,Գոլդեն Վալի շրջան,شهرستان گلدن ولی، مونتانا,مقاطعة غولدن فالي,گولڈن ویلی کاؤنٹی، مونٹانا,گولڈن ویلی کاؤنٹی،مونٹانا,গোল্ডন ভেলি কাউন্টি,ゴールデンバレー郡,戈爾登瓦利縣		US	MT	037	884	America/Denver
5654985	Granite County	granite-county	Comitatul Granite,Comte de Granite,Comté de Granite,Condado de Granite,Condado han Granite,Contea di Granite,Granit,Granit srjan,Granite,Granite Kun,Granite Kūn,Granite konderria,Granite megye,Granitei maakond,Grenajt,Hrabstwo Granite,Okrug Granit,Quan Granite,Quận Granite,ge la ni te xian,grana'ita ka'unti,guranitto jun,mqatʿt ghranyty,shhrstan grnyt  mwntana,Гранит,Округ Гранит,Ґренайт,Գրանիտ շրջան,شهرستان گرنیت، مونتانا,مقاطعة غرانيتي,گرینائٹ کاؤنٹی، مونٹانا,گرینائٹ کاؤنٹی،مونٹانا,গ্রানাইট কাউন্টি,グラニット郡,格拉尼特縣		US	MT	039	3079	America/Denver
5657400	Hill County	hill-county	Comte de Hill,Comté de Hill,Hill		US	MT	041	16096	America/Denver
5659534	Jefferson County	jefferson-county	Comitatul Jefferson,Comte de Jefferson,Comté de Jefferson,Condado de Jefferson,Condado han Jefferson,Contea di Jefferson,Dzhefersun,Dzhefferson,Hrabstwo Jefferson,Jeferson srjan,Jefferson,Jefferson Kun,Jefferson Kūn,Jefferson konderria,Jefferson megye,Jeffersoni maakond,Okrug DZeferson,Quan Jefferson,Quận Jefferson,jefason jun,jepharasana ka'unti,jie fu xun xian,mqatʿt jyfyrswn,shhrstan jfrswn  ayalt mwntana,Джеферсън,Джефферсон,Округ Џеферсон,Ջեֆերսոն շրջան,جیفرسن کاؤنٹی، مونٹانا,جیفرسن کاؤنٹی،مونٹانا,شهرستان جفرسون، ایالت مونتانا,مقاطعة جيفيرسون,জেফারশন কাউন্টি,ジェファーソン郡,傑佛遜縣		US	MT	043	11406	America/Denver
5660055	Judith Basin County	judith-basin-county	Comitatul Judith Basin,Comte de Judith Basin,Comté de Judith Basin,Condado de Judith Basin,Condado han Judith Basin,Contea di Judith Basin,Dzhudit,Dzhudit Bejsin,Dzhudit-Bejsin,Hrabstwo Judith Basin,Judith Basin,Judith Basin Kun,Judith Basin Kūn,Judith Basin konderria,Judith Basin megye,Okrug DZudit Bejsin,Quan Judith Basin,Quận Judith Basin,judisubeisun jun,juditha besina ka'unti,mqatʿt jwdyth basyn,shhrstan jwdyt bysyn  mwntana,zhu di si pen de xian,Джудит,Джудит Бейсин,Джудит-Бейсин,Округ Џудит Бејсин,Ջուդիթ Բեյսն շրջան,جوڈت بیسن کاؤنٹی، مونٹانا,جوڈتھ بیسن کاؤنٹی،مونٹانا,شهرستان جودیت بیسین، مونتانا,مقاطعة جوديث باسين,জুডিথ বেসিন কাউন্টি,ジュディスベイスン郡,朱迪斯盆地縣		US	MT	045	2072	America/Denver
5661385	Lake County	lake-county	Comitatul Lake,Comte de Lake,Comté de Lake,Condado de Lake,Condado han Lake,Contea di Lake,Hrabstwo Lake,Lake,Lake Kun,Lake Kūn,Lake konderria,Lake megye,Lejk,Okrug Lejk,Quan Lake,Quận Lake,lai ke xian,leka ka'unti,mqatʿt lyk,reiku jun,shhrstan lyk  mwntana,Лейк,Округ Лејк,Լեյք շրջան,شهرستان لیک، مونتانا,لیک کاؤنٹی، مونٹانا,لیک کاؤنٹی،مونٹانا,مقاطعة ليك,লেক কাউন্টি,レイク郡,萊克縣		US	MT	047	28746	America/Denver
5662129	Lewis and Clark County	lewis-and-clark-county	Comitatul Lewis and Clark,Comte de Lewis and Clark,Comte de Lewis et Clark,Comté de Lewis and Clark,Comté de Lewis et Clark,Condado de Lewis and Clark,Condado han Lewis and Clark,Contea di Lewis and Clark,Hrabstwo Lewis and Clark,L'juis-ehnd-Klark,L'juis-end-Klark,Lewis and Clark,Lewis and Clark County,Lewis and Clark Kun,Lewis and Clark Kūn,Lewis and Clark konderria,Lewis and Clark megye,Lewis and Clarke County,Lewis and Clarki maakond,Luis i Klark,Okrug Luis i Klark,Quan Lewis va Clark,Quận Lewis và Clark,liu yi si yu ke la ke xian,lu'isa baro klarka ka'unti,mqatʿt lwys and klark,ruisuandokuraku jun,shhrstan lwys w klark  mwntana,Луис и Кларк,Льюис-энд-Кларк,Льюїс-енд-Кларк,Округ Луис и Кларк,Լուիս և Քլարկ շրջան,شهرستان لویس و کلارک، مونتانا,لوئیس اور کلارک کاؤنٹی، مونٹانا,لیوس تے کلارک کاؤنٹی،مونٹانا,مقاطعة لويس أند كلارك,লুইস বারো ক্লার্ক কাউন্টি,ルイスアンドクラーク郡,劉易斯與克拉克縣		US	MT	049	63395	America/Denver
5662222	Liberty County	liberty-county	Comitatul Liberty,Comte de Liberty,Comté de Liberty,Condado de Liberty,Condado han Liberty,Contea di Liberty,Hrabstwo Liberty,Liberti,Liberti srjan,Liberty,Liberty Kun,Liberty Kūn,Liberty konderria,Liberty megye,Liburti,Okrug Liberti,Quan Liberty,Quận Liberty,li bai ti xian,libarti ka'unti,mqatʿt lybyrty,ribati jun,shhrstan lybrty  mwntana,Либерти,Либърти,Ліберті,Округ Либерти,Լիբերտի շրջան,شهرستان لیبرتی، مونتانا,لبرٹی کاؤنٹی، مونٹانا,لیبرٹی کاؤنٹی،مونٹانا,مقاطعة ليبيرتي,লিবার্টি কাউন্টি,リバティ郡,利柏提縣		US	MT	051	2339	America/Denver
5662406	Lincoln County	lincoln-county	Comitatul Lincoln,Comte de Lincoln,Comté de Lincoln,Condado de Lincoln,Condado han Lincoln,Contea di Lincoln,Hrabstwo Lincoln,Lincoln,Lincoln Kun,Lincoln Kūn,Lincoln konderria,Lincoln megye,Lincolni maakond,Linkol'n,Linkoln srjan,Linkuln,Okrug Linkoln,Quan Lincoln,Quận Lincoln,lin ken xian,linkana ka'unti,mqatʿt lynkwn,rinkan jun,shhrstan lynkln  mwntana,Линкольн,Линкълн,Лінкольн,Округ Линколн,Լինկոլն շրջան,شهرستان لینکلن، مونتانا,لنکالن کاؤنٹی،مونٹانا,لنکن کاؤنٹی، مونٹانا,مقاطعة لينكون,লিঙ্কন কাউন্টি,リンカーン郡,林肯縣		US	MT	053	19687	America/Denver
5664295	Madison County	madison-county	Comitatul Madison,Comte de Madison,Comté de Madison,Condado de Madison,Condado han Madison,Contea di Madison,Hrabstwo Madison,Madison,Madison Kun,Madison Kūn,Madison konderria,Madison megye,Madisoni maakond,Madisun,Medison,Medison srjan,Mehdison,Okrug Medison,Quan Madison,Quận Madison,madison jun,mai di xun xian,medisana ka'unti,mqatʿt madyswn,shhrstan mdyswn  ayalt mwntana,Мадисън,Медісон,Мэдисон,Округ Медисон,Մեդիսոն շրջան,شهرستان مدیسون، ایالت مونتانا,مقاطعة ماديسون,میڈیسن کاؤنٹی، مونٹانا,میڈیسن کاؤنٹی،مونٹانا,মেডিশন কাউন্টি,マディソン郡,麥迪遜縣		US	MT	057	7691	America/Denver
5665177	McCone County	mccone-county	Comitatul McCone,Comte de McCone,Comté de McCone,Condado de McCone,Condado han McCone,Contea di McCone,Hrabstwo McCone,Mak-Kon,Makkoun,McCone,McCone Kun,McCone Kūn,McCone konderria,McCone megye,Okrug Makon,Quan McCone,Quận McCone,mai kong xian,makon jun,mqatʿt makwny,myakakona ka'unti,Мак-Кон,Маккоун,Округ Макон,Մակ-Քոն շրջան,مقاطعة ماكوني,مک کون کاؤنٹی، مونٹانا,میککان کاؤنٹی،مونٹانا,ম্যাককোন কাউন্টি,マコーン郡,麥空縣		US	MT	055	1734	America/Denver
5665612	Meagher County	meagher-county	Comitatul Meagher,Comte de Meagher,Comté de Meagher,Condado de Meagher,Condado han Meagher,Contea di Meagher,Hrabstwo Meagher,Mar,Marh srjan,Meagher,Meagher Kun,Meagher Kūn,Meagher konderria,Meagher megye,Migur,Okrug Mar,Quan Meagher,Quận Meagher,ma er xian,ma jun,miyeghera ka'unti,mqatʿt maghyr,shhrstan maygr  mwntana,Мар,Мигър,Округ Мар,Մարհ շրջան,شهرستان مائگر، مونتانا,مقاطعة ماغير,میاگہر کاؤنٹی، مونٹانا,میگھر کاؤنٹی،مونٹانا,মিয়েঘের কাউন্টি,マー郡,馬爾縣		US	MT	059	1891	America/Denver
5690583	Morton County	morton-county	Comitatul Morton,Comte de Morton,Comté de Morton,Condado de Morton,Condado han Morton,Contea di Morton,Hrabstwo Morton,Morton,Morton Kun,Morton Kūn,Morton konderria,Morton megye,Mortoni maakond,Mortun,Okrug Morton,Quan Morton,Quận Morton,martana ka'unti,mo dun xian,moton jun,mqatʿt mwrtwn,shhrstan mwrtwn  dakwtay shmaly,Мортон,Мортън,Округ Мортон,شهرستان مورتون، داکوتای شمالی,مقاطعة مورتون,مورٹن,مورٹن کاؤنٹی,মর্টন কাউন্টি,モートン郡,莫頓縣		US	ND	059	27471	America/North_Dakota/New_Salem
5666480	Mineral County	mineral-county	Comitatul Mineral,Comte de Mineral,Comté de Mineral,Condado de Mineral,Condado han Mineral,Contea di Mineral,Hrabstwo Mineral,Mineral,Mineral Kun,Mineral Kūn,Mineral konderria,Mineral megye,Mineral srjan,Okrug Mineral,Quan Mineral,Quận Mineral,mi na lei er xian,minarela ka'unti,mineraru jun,mqatʿt mynyral,shhrstan mynral  mwntana,Минерал,Мінерал,Округ Минерал,Միներալ շրջան,شهرستان مینرال، مونتانا,مقاطعة مينيرال,منرل کاؤنٹی، مونٹانا,منرل کاؤنٹی،مونٹانا,মিনারেল কাউন্টি,ミネラル郡,米納勒爾縣		US	MT	061	4223	America/Denver
5666648	Missoula County	missoula-county	Comitatul Missoula,Comte de Missoula,Comté de Missoula,Condado de Missoula,Condado han Missoula,Contea di Missoula,Hrabstwo Missoula,Missoula,Missoula Kun,Missoula Kūn,Missoula konderria,Missoula maakond,Missoula megye,Missula,Misula,Misula srjan,Okrug Mizula,Quan Missoula,Quận Missoula,mi su la xian,misaula ka'unti,mizura jun,mqatʿt myswla,shhrstan myzwla  mwntana,Миссула,Мисула,Міссула,Округ Мизула,Միսուլա շրջան,شهرستان میزولا، مونتانا,مقاطعة ميسولا,میزولا کاؤنٹی،مونٹانا,میسولا کاؤنٹی، مونٹانا,মিসৌলা কাউন্টি,ミズーラ郡,米蘇拉縣		US	MT	063	109299	America/Denver
5667879	Musselshell County	musselshell-county	Comitatul Musselshell,Comte de Musselshell,Comté de Musselshell,Condado de Musselshell,Condado han Musselshell,Contea di Musselshell,Hrabstwo Musselshell,Maselsel srjan,Masselshell,Musselshell,Musselshell Kun,Musselshell Kūn,Musselshell konderria,Musselshell megye,Musulshel,Okrug Maselshel,Quan Musselshell,Quận Musselshell,ma se er xie er xian,massurusheru jun,mqatʿt mwsylshyl,muselasela ka'unti,shhrstan mwslshl  mwntana,Масселшелл,Мъсълшел,Округ Маселшел,Մասելշել շրջան,شهرستان موسلشل، مونتانا,مسلشیل کاؤنٹی، مونٹانا,مسلشیل کاؤنٹی،مونٹانا,مقاطعة موسيلشيل,মুসেলশেল কাউন্টি,マッスルシェル郡,馬瑟爾謝爾縣		US	MT	065	4538	America/Denver
5670652	Park County	park-county	Comitatul Park,Comte de Park,Comté de Park,Condado de Park,Condado han Park,Contea di Park,Hrabstwo Park,Okrug Park,Park,Park Kun,Park Kūn,Park konderria,Park megye,Parki maakond,Quan Park,Quận Park,mqatʿt bark,pa ke xian,paku jun,parka ka'unti,shhrstan park  mwntana,Округ Парк,Парк,Փարկ շրջան,شهرستان پارک، مونتانا,مقاطعة بارك,پارک کاؤنٹی، مونٹانا,پارک کاؤنٹی،مونٹانا,পার্ক কাউন্টি,パーク郡,帕克縣		US	MT	067	15636	America/Denver
5671200	Petroleum County	petroleum-county	Comitatul Petroleum,Comte de Petroleum,Comté de Petroleum,Condado de Petroleum,Condado han Petroleum,Contea di Petroleum,Hrabstwo Petroleum,Okrug Petrolijum,Petroleum,Petroleum Kun,Petroleum Kūn,Petroleum konderria,Petroleum megye,Pitrolium,Quan Petroleum,Quận Petroleum,mqatʿt btrwlywm,petororiamu jun,petroleyuma ka'unti,shhrstan ptrwlywm  mwntana,shi you xian,Округ Петролијум,Петролеум,Питролиъм,Փետրոլեում շրջան,شهرستان پترولیوم، مونتانا,مقاطعة بتروليوم,پٹرولیم کاؤنٹی، مونٹانا,پیٹرولیم کاؤنٹی،مونٹانا,পেট্রোলেয়ুম কাউন্টি,ペトローリアム郡,石油縣		US	MT	069	494	America/Denver
5671269	Phillips County	phillips-county	Comte de Phillips,Comté de Phillips,Phillips		US	MT	071	4253	America/Denver
5672061	Pondera County	pondera-county	Comitatul Pondera,Comte de Pondera,Comté de Pondera,Condado de Pondera,Condado han Pondera,Contea di Pondera,Hrabstwo Pondera,Okrug Pondera,Pondera,Pondera Kun,Pondera Kūn,Pondera konderria,Pondera megye,Quan Pondera,Quận Pondera,mqatʿt bwndyra,pang duo lei xian,pondera jun,pondera ka'unti,shhrstan pandra  mwntana,Округ Пондера,Пондера,Փոնդերա շրջան,شهرستان پاندرا، مونتانا,مقاطعة بونديرا,پونڈرا کاؤنٹی، مونٹانا,پونڈرا کاؤنٹی،مونٹانا,পোন্ডেরা কাউন্টি,ポンデラ郡,龐多雷縣		US	MT	073	6153	America/Denver
5672326	Powder River County	powder-river-county	Comitatul Powder River,Comte de Powder River,Comté de Powder River,Condado de Powder River,Condado han Powder River,Contea di Powder River,Hrabstwo Powder River,Okrug Pauder River,Pauder-River,Paudur Rivur,Powder River,Powder River Kun,Powder River Kūn,Powder River konderria,Powder River megye,Quan Powder River,Quận Powder River,Rouder-River,bao de he xian,mqatʿt bwdyr ryfyr,pa'udara ribhara ka'unti,paudariba jun,shhrstan pwdr rywr  mwntana,Округ Паудер Ривер,Паудер-Ривер,Паудър Ривър,Роудер-Рівер,Փաուդեր Ռիվեր շրջան,شهرستان پودر ریور، مونتانا,مقاطعة بودير ريفير,پاؤڈر رور کاؤنٹی،مونٹانا,پاؤڈر ریور کاؤنٹی، مونٹانا,পাউডার রিভার কাউন্টি,パウダーリバー郡,保德河縣		US	MT	075	1743	America/Denver
5672344	Powell County	powell-county	Comitatul Powell,Comte de Powell,Comté de Powell,Condado de Powell,Condado han Powell,Contea di Powell,Hrabstwo Powell,Okrug Pauel,Pauehll,Pauul,Povell,Powell,Powell Kun,Powell Kūn,Powell konderria,Powell megye,Powelli maakond,Quan Powell,Quận Powell,bao wei er xian,mqatʿt bawl,paraela ka'unti,paueru jun,shhrstan pawl  mwntana,Округ Пауел,Пауъл,Пауэлл,Повелл,Փաուել շրջան,شهرستان پاول، مونتانا,مقاطعة باول,پاول کاؤنٹی، مونٹانا,پاول کاؤنٹی،مونٹانا,পাৱেল কাউন্টি,パウエル郡,鮑威爾縣		US	MT	077	7027	America/Denver
5672408	Prairie County	prairie-county	Comitatul Prairie,Comte de Prairie,Comté de Prairie,Condado de Prairie,Condado han Prairie,Contea di Prairie,Hrabstwo Prairie,Okrug Preri,Prairie,Prairie Kun,Prairie Kūn,Prairie konderria,Prairie maakond,Prairie megye,Prehri,Preri,Preuri,Quan Prairie,Quận Prairie,mqatʿt brayry,pra'iriye ka'unti,pu lei li xian,pureri jun,shhrstan pryry  mwntana,Округ Прери,Прері,Преъри,Прэри,Փրեյրի շրջան,شهرستان پریری، مونتانا,مقاطعة برايري,پریری کاؤنٹی، مونٹانا,پریری کاؤنٹی،مونٹانا,প্রাইরিয়ে কাউন্টি,プレーリー郡,普雷里縣		US	MT	079	1179	America/Denver
5673204	Ravalli County	ravalli-county	Comitatul Ravalli,Comte de Ravalli,Comté de Ravalli,Condado de Ravalli,Condado han Ravalli,Contea di Ravalli,Hrabstwo Ravalli,Okrug Ravali,Quan Ravalli,Quận Ravalli,Ravali,Ravali srjan,Ravalli,Ravalli Kun,Ravalli Kūn,Ravalli konderria,Ravalli megye,la wa li xian,mqatʿt rafaly,raballi ka'unti,rabari jun,shhrstan rawaly  mwntana,Округ Равали,Равали,Раваллі,Ռավալի շրջան,راوالی کاؤنٹی،مونٹانا,ریوالی کاؤنٹی، مونٹانا,شهرستان راوالی، مونتانا,مقاطعة رافالي,রাবাল্লি কাউন্টি,ラバリ郡,拉瓦利縣		US	MT	081	40212	America/Denver
5673849	Richland County	richland-county	Comitatul Richland,Comte de Richland,Comté de Richland,Condado de Richland,Condado han Richland,Contea di Richland,Hrabstwo Richland,Okrug Richland,Quan Richland,Quận Richland,Richland,Richland Kun,Richland Kūn,Richland konderria,Richland megye,Richlend,li qi lan xian,mqatʿt ratshland,ricalyanda ka'unti,ritchirando jun,shhrstan rychlnd  mwntana,Округ Ричланд,Ричланд,Ричленд,Річленд,Ռիչլանդ շրջան,رچلینڈ کاؤنٹی، مونٹانا,رچلینڈ کاؤنٹی،مونٹانا,شهرستان ریچلند، مونتانا,مقاطعة راتشلاند,রিচল্যান্ড কাউন্টি,リッチランド郡,里奇蘭縣		US	MT	083	9746	America/Denver
5674655	Roosevelt County	roosevelt-county	Comitatul Roosevelt,Comte de Roosevelt,Comté de Roosevelt,Condado de Roosevelt,Condado han Roosevelt,Contea di Roosevelt,Hrabstwo Roosevelt,Okrug Ruzvelt,Quan Roosevelt,Quận Roosevelt,Roosevelt,Roosevelt Kun,Roosevelt Kūn,Roosevelt konderria,Roosevelt megye,Roosevelti maakond,Ruzvel't,Ruzvelt,Ruzvelt srjan,luo si fu xian,mqatʿt rwzflt,rojabelta ka'unti,ruzuberuto jun,shhrstan rwzwlt  mwntana,Округ Рузвелт,Рузвелт,Рузвельт,Ռուզվելտ շրջան,روزویلٹ کاؤنٹی، مونٹانا,روسولٹ کاؤنٹی،مونٹانا,شهرستان روزولت، مونتانا,مقاطعة روزفلت,রোজবেল্ট কাউন্টি,ルーズベルト郡,羅斯福縣		US	MT	085	10425	America/Denver
5674707	Rosebud County	rosebud-county	Comitatul Rosebud,Comte de Rosebud,Comté de Rosebud,Condado de Rosebud,Condado han Rosebud,Contea di Rosebud,Hrabstwo Rosebud,Okrug Rouzbad,Quan Rosebud,Quận Rosebud,Rosebud,Rosebud Kun,Rosebud Kūn,Rosebud konderria,Rosebud megye,Rouzbad,Rouzbud,Rozbad srjan,luo si bu de xian,mqatʿt rwzbwd,rojabada ka'unti,rozubaddo jun,shhrstan rwwzbad  mwntana,Округ Роузбад,Роузбад,Роузбъд,Ռոզբադ շրջան,روزبڈ کاؤنٹی، مونٹانا,روزبڈ کاؤنٹی،مونٹانا,شهرستان رووزباد، مونتانا,مقاطعة روزبود,রোজবাড কাউন্টি,ローズバッド郡,羅斯布德縣		US	MT	087	9233	America/Denver
5676299	Sanders County	sanders-county	Comitatul Sanders,Comte de Sanders,Comté de Sanders,Condado de Sanders,Condado han Sanders,Contea di Sanders,Hrabstwo Sanders,Okrug Sanders,Quan Sanders,Quận Sanders,Sanders,Sanders Kun,Sanders Kūn,Sanders konderria,Sanders megye,Sanders srjan,Sandurs,Senders,mqatʿt sandyrz,sandarsa ka'unti,sandazu jun,sang de si xian,shhrstan sandrz  mwntana,Округ Сандерс,Сандерс,Сандърс,Сендерс,Սանդերս շրջան,سانڈرز کاؤنٹی،مونٹانا,سینڈرز کاؤنٹی، مونٹانا,شهرستان ساندرز، مونتانا,مقاطعة سانديرز,সান্ডার্স কাউন্টি,サンダーズ郡,桑德斯縣		US	MT	089	11413	America/Denver
5677503	Sheridan County	sheridan-county	Comitatul Sheridan,Comte de Sheridan,Comté de Sheridan,Condado de Sheridan,Condado han Sheridan,Contea di Sheridan,Hrabstwo Sheridan,Okrug Sheridan,Quan Sheridan,Quận Sheridan,Seridan srjan,Sheridan,Sheridan Kun,Sheridan Kūn,Sheridan konderria,Sheridan megye,mqatʿt shyrydan,seridana ka'unti,sheridan jun,shhrstan shrydn  mwntana,xie li dui xian,Округ Шеридан,Шеридан,Шерідан,Շերիդան շրջան,شهرستان شریدن، مونتانا,شیئرڈن کاؤنٹی، مونٹانا,شیریڈان کاؤنٹی،مونٹانا,مقاطعة شيريدان,শেরিডান কাউন্টি,シェリダン郡,謝里敦縣		US	MT	091	3384	America/Denver
5677822	Silver Bow County	silver-bow-county	Comitatul Silver Bow,Comte de Silver Bow,Comté de Silver Bow,Condado de Silver Bow,Condado han Silver Bow,Contea di Silver Bow,Hrabstwo Silver Bow,Okrug Silver Bou,Quan Silver Bow,Quận Silver Bow,Silver Bow,Silver Bow County,Silver Bow Kun,Silver Bow Kūn,Silver Bow konderria,Silver Bow maakond,Silver Bow megye,Silver srjan,Silver-Bau,Silver-Bou,Silverbow County,Silvur Bou,bi you te-yin gong shi he xian,mqatʿt sylfyr bw,shhrstan sylwr bw  mwntana,shirubabou jun,silabhara bara ka'unti,Округ Силвер Боу,Силвер-Боу,Силвър Боу,Сілвер-Бау,Սիլվեր շրջան,سلور بو کاؤنٹی، مونٹانا,سلور بو کاؤنٹی،مونٹانا,شهرستان سیلور بو، مونتانا,مقاطعة سيلفير بو,সিলভার বৱ কাউন্টি,シルバーボウ郡,比尤特-銀弓市和縣		US	MT	093	34200	America/Denver
5680538	Stillwater County	stillwater-county	Comitatul Stillwater,Comte de Stillwater,Comté de Stillwater,Condado de Stillwater,Condado han Stillwater,Contea di Stillwater,Hrabstwo Stillwater,Okrug Stilvoter,Quan Stillwater,Quận Stillwater,Stilluoter,Stillvoter,Stillwater,Stillwater Kun,Stillwater Kūn,Stillwater konderria,Stillwater megye,Stiluoter srjan,Stiluotur,mqatʿt stylwatr,shhrstan astylwatr  mwntana,si di er wo te xian,stilaraatara ka'unti,sutiruu~ota jun,Округ Стилвотер,Стиллуотер,Стилуотър,Стіллвотер,Ստիլուոտեր շրջան,سٹلواٹر کاؤنٹی،مونٹانا,سٹیلواٹر کاؤنٹی، مونٹانا,شهرستان استیلواتر، مونتانا,مقاطعة ستيلواتر,স্টিলৱাটার কাউন্টি,スティルウォーター郡,斯蒂爾沃特縣		US	MT	095	9117	America/Denver
5681435	Sweet Grass County	sweet-grass-county	Comitatul Sweet Grass,Comte de Sweet Grass,Comté de Sweet Grass,Condado de Sweet Grass,Condado han Sweet Grass,Contea di Sweet Grass,Hrabstwo Sweet Grass,Okrug Svit Gras,Quan Sweet Grass,Quận Sweet Grass,Suit Gras,Suit Gres srjan,Suit-Grass,Svit-Grass,Sweet Grass,Sweet Grass Kun,Sweet Grass Kūn,Sweet Grass konderria,Sweet Grass megye,Sweet Grass  okrug,mqatʿt swyt ghras,shhrstan aswyt grs  mwntana,si wei te ge la si xian,su'ita grasa ka'unti,suu~itogurasu jun,Округ Свит Грас,Світ-Ґрасс,Суит Грас,Суит-Грасс,Սուիտ Գրես շրջան,سویٹ گراس کاؤنٹی، مونٹانا,سویٹ گراس کاؤنٹی،مونٹانا,شهرستان اسویت گرس، مونتانا,مقاطعة سويت غراس,সুইট গ্রাস কাউন্টি,スウィートグラス郡,斯威特格拉斯縣		US	MT	097	3651	America/Denver
5681965	Teton County	teton-county	Comitatul Teton,Comte de Teton,Comté de Teton,Condado de Teton,Condado han Teton,Contea di Teton,Hrabstwo Teton,Okrug Titon,Quan Teton,Quận Teton,Teton,Teton Kun,Teton Kūn,Teton konderria,Teton megye,Titon,mqatʿt tytwn,shhrstan ttwn  mwntana,tetana ka'unti,ti dun xian,titon jun,Округ Титон,Тетон,Титон,Թետոն շրջան,شهرستان تتون، مونتانا,مقاطعة تيتون,ٹیٹان کاؤنٹی،مونٹانا,ٹیٹن کاؤنٹی، مونٹانا,টেটন কাউন্টি,ティトン郡,提頓縣		US	MT	099	6073	America/Denver
5682810	Toole County	toole-county	Comitatul Toole,Comte de Toole,Comté de Toole,Condado de Toole,Condado han Toole,Contea di Toole,Hrabstwo Toole,Okrug Tul,Quan Toole,Quận Toole,Toole,Toole Kun,Toole Kūn,Toole konderria,Toole megye,Tul,mqatʿt twly,shhrstan twl  mwntana,tole ka'unti,tsuru jun,tu lei xian,Округ Тул,Тул,Թուլ շրջան,شهرستان تول، مونتانا,مقاطعة تولي,ٹول کاؤنٹی،مونٹانا,ٹوول کاؤنٹی، مونٹانا,টোলে কাউন্টি,ツール郡,圖勒縣		US	MT	101	5324	America/Denver
5683061	Treasure County	treasure-county	Comitatul Treasure,Comte de Treasure,Comté de Treasure,Condado de Treasure,Condado han Treasure,Contea di Treasure,Hrabstwo Treasure,Okrug Trezhur,Quan Treasure,Quận Treasure,Treasure,Treasure Kun,Treasure Kūn,Treasure konderria,Treasure megye,Tresher,Trezher,Trezhur,shhrstan trysr  mwntana,te lei re xian,toreja jun,trejara ka'unti,Округ Трежур,Трежер,Трежър,Трешер,Թրեժր շրջան,شهرستان تریسر، مونتانا,مقاطعة تريجير,ٹرئیر کاؤنٹی،مونٹانا,ٹریژر کاؤنٹی، مونٹانا,ট্রেজার কাউন্টি,トレジャー郡,特雷熱縣		US	MT	103	718	America/Denver
5684246	Valley County	valley-county	Comitatul Valley,Comte de Valley,Comté de Valley,Condado de Valley,Condado han Valley,Contea di Valley,Hrabstwo Valley,Okrug Vali,Quan Valley,Quận Valley,Vali,Vali srjan,Valley,Valley Kun,Valley Kūn,Valley konderria,Valley megye,Vehlli,Velli,bare jun,bheli ka'unti,mqatʿt faly,shhrstan wly  mwntana,wa li xian,Вали,Веллі,Вэлли,Округ Вали,Վալի շրջան,شهرستان ولی، مونتانا,مقاطعة فالي,ویلی کاؤنٹی، مونٹانا,ویلی کاؤنٹی،مونٹانا,ভেলি কাউন্টি,バレー郡,瓦利縣		US	MT	105	7369	America/Denver
5685886	Wheatland County	wheatland-county	Comitatul Wheatland,Comte de Wheatland,Comté de Wheatland,Condado de Wheatland,Condado han Wheatland,Contea di Wheatland,Hrabstwo Wheatland,Okrug Vitland,Owitlend srjan,Quan Wheatland,Quận Wheatland,Uijtlend,Uitlend,Vitlend,Wheatland,Wheatland Kun,Wheatland Kūn,Wheatland konderria,Wheatland megye,Wheatlandi maakond,hui te lan xian,huyitalyanda ka'unti,mqatʿt wytland,shhrstan wytlnd  mwntana,u~itorando jun,Вітленд,Округ Витланд,Уийтленд,Уитленд,Ուիտլենդ շրջան,شهرستان ویتلند، مونتانا,مقاطعة ويتلاند,ویٹلینڈ کاؤنٹی، مونٹانا,ویٹلینڈ کاؤنٹی،مونٹانا,হুয়িটল্যান্ড কাউন্টি,ウィートランド郡,惠特蘭縣		US	MT	107	2168	America/Denver
5686294	Wibaux County	wibaux-county	Comitatul Wibaux,Comte de Wibaux,Comté de Wibaux,Condado de Wibaux,Condado han Wibaux,Contea di Wibaux,Hrabstwo Wibaux,Okrug Vibo,Owibou srjan,Quan Wibaux,Quận Wibaux,Uibo,Vajbo,Wibaux,Wibaux Kun,Wibaux Kūn,Wibaux konderria,Wibaux megye,mqatʿt wybawks,shhrstan wybawks  mwntana,u'ibauksa ka'unti,u~ibo jun,wei bo xian,Вайбо,Округ Вибо,Уибо,Ուիբոու շրջան,شهرستان ویباوکس، مونتانا,مقاطعة ويباوكس,وائباکس کاؤنٹی،مونٹانا,ویباو کاؤنٹی، مونٹانا,উইবৌক্স কাউন্টি,ウィボー郡,威博縣		US	MT	109	1017	America/Denver
5687489	Yellowstone County	yellowstone-county	Comitatul Yellowstone,Comte de Yellowstone,Comté de Yellowstone,Condado de Yellowstone,Condado han Yellowstone,Contea di Yellowstone,Elloustoun,Elouston srjan,Hrabstwo Yellowstone,Jellouston,Jeloustoun,Okrug Jeloustoun,Quan Yellowstone,Quận Yellowstone,Yellowstone,Yellowstone Kun,Yellowstone Kūn,Yellowstone konderria,Yellowstone megye,Yellowstonei maakond,huang shi xian,ierosuton jun,iyelostona ka'unti,mqatʿt ylwstwn,shhrstan ylwwastwn  mwntana,yalostona ka'unti,Єллоустоун,Йеллоустон,Йелоустоун,Округ Јелоустоун,Ելոուստոն շրջան,شهرستان یلوواستون، مونتانا,مقاطعة يلوستون,یلوسٹون کاؤنٹی، مونٹانا,ییلوسٹون کاؤنٹی،مونٹانا,यलोस्टोन काउंटी,ইয়েলোস্টোন কাউন্টি,イエローストーン郡,黃石縣		US	MT	111	147972	America/Denver
5687646	Adams County	adams-county	Adams,Adams Kun,Adams Kūn,Adams konderria,Adams megye,Comitatul Adams,Comte d'Adams,Comté d'Adams,Condado de Adams,Condado han Adams,Contea di Adams,Hrabstwo Adams,Okrug Adams,Quan Adams,Quận Adams,adamasa ka'unti,adamuzu jun,ayڈmz kawnٹy  nartھ ڈykwٹa,mqatʿt adamz,shhrstan adamz  dakwtay shmaly,ya dang si xian,Адамс,Округ Адамс,ایڈمز کاؤنٹی، شمالی ڈکوٹا,ایڈمز کاؤنٹی، نارتھ ڈیکوٹا,شهرستان آدامز، داکوتای شمالی,مقاطعة آدامز,আডামস কাউন্টি,アダムズ郡,亞當斯縣		US	ND	001	2343	America/Denver
5688020	Billings County	billings-county	Bilings,Billings,Billings Kun,Billings Kūn,Billings konderria,Billings megye,Comitatul Billings,Comte de Billings,Comté de Billings,Condado de Billings,Condado han Billings,Contea di Billings,Hrabstwo Billings,Okrug Bilings,Quan Billings,Quận Billings,bi ling si xian,bilinsa ka'unti,biringusu jun,mqatʿt bylynghz,shhrstan blyng  dakwtay shmaly,Билингс,Биллингс,Біллінґс,Округ Билингс,بلنگز کاؤنٹی,بلنگز کاؤنٹی، شمالی ڈکوٹا,شهرستان بلینگ، داکوتای شمالی,مقاطعة بيلينغز,বিলিংস কাউন্টি,ビリングス郡,比靈斯縣		US	ND	007	783	America/Denver
5688108	Bottineau County	bottineau-county	Botino,Bottineau,Bottineau Kun,Bottineau Kūn,Bottineau konderria,Bottineau megye,Bottino,Comitatul Bottineau,Comte de Bottineau,Comté de Bottineau,Condado de Bottineau,Condado han Bottineau,Contea di Bottineau,Hrabstwo Bottineau,Okrug Botineo,Quan Bottineau,Quận Bottineau,bo di nuo xian,bottin'o jun,bottine'u ka'unti,mqatʿt bwtynw,shhrstan bwtynaw  dakwtay shmaly,Ботино,Боттино,Боттіно,Округ Ботинео,بوٹنوع کاؤنٹی، شمالی ڈکوٹا,بوٹنیو کاؤنٹی,شهرستان بوتیناو، داکوتای شمالی,مقاطعة بوتينو,বোত্তিনেউ কাউন্টি,ボッティンオー郡,博蒂諾縣		US	ND	009	6429	America/Chicago
5688138	Bowman County	bowman-county	Baumen,Bouman,Boumen,Bowman,Bowman konderria,Bowman megye,Comitatul Bowman,Comte de Bowman,Comté de Bowman,Condado de Bowman,Condado han Bowman,Contea di Bowman,Hrabstwo Bowman,Okrug Bouman,Quan Bowman,Quận Bowman,bao man xian,boramana ka'unti,bouman jun,mqatʿt bwman,shhrstan bwmn  dakwtay shmaly,Баумен,Боуман,Боумен,Округ Боуман,بومین کاؤنٹی,بومین کاؤنٹی، شمالی ڈکوٹا,شهرستان بومن، داکوتای شمالی,مقاطعة بومان,বোৱমান কাউন্টি,ボウマン郡,鲍曼县		US	ND	011	3151	America/Denver
5688254	Burke County	burke-county	Berk,Burk,Burke,Burke Kun,Burke Kūn,Burke konderria,Burke megye,Comitatul Burke,Comte de Burke,Comté de Burke,Condado de Burke,Condado han Burke,Contea di Burke,Hrabstwo Burke,Okrug Berk,Quan Burke,Quận Burke,baku jun,barka ka'unti,bo ke xian,mqatʿt bwrky,shhrstan brk  dakwtay shmaly,Берк,Бърк,Округ Берк,برک کاؤنٹی، شمالی ڈکوٹا,برک کاؤنٹی، نارتھ ڈیکوٹا,شهرستان برک، داکوتای شمالی,مقاطعة بوركي,বার্ক কাউন্টি,バーク郡,伯克縣		US	ND	013	1968	America/Chicago
5688266	Burleigh County	burleigh-county	Berli,Burleigh,Burleigh konderria,Burleigh maakond,Burleigh megye,Burlij,Comitatul Burleigh,Comte de Burleigh,Comté de Burleigh,Condado de Burleigh,Condado han Burleigh,Contea di Burleigh,Hrabstwo Burleigh,Okrug Berli,Quan Burleigh,Quận Burleigh,barale'iha ka'unti,bari jun,bo li xian,mqatʿt bwrlygh,shhrstan brly  dakwtay shmaly,Берли,Берлі,Бърлий,Округ Берли,برلیغ کاؤنٹی,برلے کاؤنٹی، شمالی ڈکوٹا,شهرستان برلی، داکوتای شمالی,مقاطعة بورليغ,বারলেইহ কাউন্টি,バーリー郡,伯利縣		US	ND	015	81308	America/Chicago
5688792	Divide County	divide-county	Comitatul Divide,Comte de Divide,Comté de Divide,Condado de Divide,Condado han Divide,Contea di Divide,Divajd,Divide,Divide Kun,Divide Kūn,Divide konderria,Divide megye,Hrabstwo Divide,Okrug Divajd,Quan Divide,Quận Divide,di wa de xian,dibaido jun,dibha'ide ka'unti,mqatʿt dyfayd,Дивайд,Дівайд,Округ Дивајд,مقاطعة ديفايد,ڈوائیڈ کاؤنٹی، شمالی ڈکوٹا,ڈیوائڈ کاؤنٹی,ডিভাইডে কাউন্টি,ディバイド郡,迪瓦德縣		US	ND	023	2071	America/Chicago
5688859	Dunn County	dunn-county	Comitatul Dunn,Comte de Dunn,Comté de Dunn,Condado de Dunn,Condado han Dunn,Contea di Dunn,Dann,Dun,Dunn,Dunn Kun,Dunn Kūn,Dunn konderria,Dunn megye,Dunni maakond,Hrabstwo Dunn,Okrug Dan,Quan Dunn,Quận Dunn,dan jun,dana ka'unti,deng en xian,mqatʿt dwn,shhrstan dwn  dakwtay shmaly,Данн,Дън,Округ Дан,شهرستان دون، داکوتای شمالی,مقاطعة دون,ڈن کاؤنٹی,ڈن کاؤنٹی، شمالی ڈکوٹا,ডান কাউন্টি,ダン郡,鄧恩縣		US	ND	025	3536	America/Denver
5689006	Emmons County	emmons-county	Comitatul Emmons,Comte d'Emmons,Comté d'Emmons,Condado de Emmons,Condado han Emmons,Contea di Emmons,Ehmmons,Emmons,Emmons Kun,Emmons Kūn,Emmons konderria,Emmons megye,Emuns,Hrabstwo Emmons,Okrug Emons,Quan Emmons,Quận Emmons,ai meng si xian,emonasa ka'unti,emonzu jun,mqatʿt amwnz,shhrstan amwns  dakwtay shmaly,Еммонс,Емънс,Округ Емонс,Эммонс,ایمونز کاؤنٹی,ایمونز کاؤنٹی، شمالی ڈکوٹا,شهرستان امونس، داکوتای شمالی,مقاطعة إمونز,এমোনস কাউন্টি,エモンズ郡,埃蒙斯縣		US	ND	029	3550	America/Chicago
5689315	Golden Valley County	golden-valley-county	Comitatul Golden Valley,Comte de Golden Valley,Comté de Golden Valley,Condado de Golden Valley,Condado han Golden Valley,Contea di Golden Valley,Golden Valley,Golden Valley Kun,Golden Valley Kūn,Golden Valley konderria,Golden Valley maakond,Golden Valley megye,Golden-Vehlli,Golden-Velli,Goldun Vali,Hrabstwo Golden Valley,Okrug Golden Vali,Quan Golden Valley,Quận Golden Valley,ge er deng wa li xian,goldena bheli ka'unti,gorudenbare jun,mqatʿt jwldn faly,shhrstan gldn wly  dakwtay shmaly,Голден-Вэлли,Голдън Вали,Округ Голден Вали,Ґолден-Веллі,شهرستان گلدن ولی، داکوتای شمالی,مقاطعة جولدن فالي,گولڈن ویلی کاؤنٹی، شمالی ڈکوٹا,গোল্ডেন ভেলি কাউন্টি,ゴールデンバレー郡,戈爾登瓦利縣		US	ND	033	1680	America/Denver
5689375	Grant County	grant-county	Comitatul Grant,Comte de Grant,Comté de Grant,Condado de Grant,Condado han Grant,Contea di Grant,Grant,Grant Kun,Grant Kūn,Grant konderria,Grant megye,Hrabstwo Grant,Okrug Grant,Quan Grant,Quận Grant,ge lan te xian,granta ka'unti,guranto jun,mqatʿt ghrant,shhrstan grant  dakwtay shmaly,Грант,Округ Грант,شهرستان گرانت، داکوتای شمالی,مقاطعة غرانت,گرانٹ کاؤنٹی، شمالی ڈکوٹا,گرنیٹ کاؤنٹی,গ্রান্ট কাউন্টি,グラント郡,格蘭特縣		US	ND	037	2394	America/Denver
5689621	Hettinger County	hettinger-county	Comitatul Hettinger,Comte de Hettinger,Comté de Hettinger,Condado de Hettinger,Condado han Hettinger,Contea di Hettinger,Gettinger,Hettinger,Hettinger Kun,Hettinger Kūn,Hettinger konderria,Hettinger megye,Hrabstwo Hettinger,Khetingur,Khettinger,Okrug Khetinger,Quan Hettinger,Quận Hettinger,he ting jie xian,hettinga jun,hettingera ka'unti,shhrstan htyngr  dakwtay shmaly,Геттінґер,Округ Хетингер,Хетингър,Хеттингер,شهرستان هتینگر، داکوتای شمالی,مقاطعة هيتينغر,ہیٹنگر کاؤنٹی,হেত্তিঙ্গের কাউন্টি,ヘッティンガー郡,赫廷傑縣		US	ND	041	2477	America/Denver
5690436	McHenry County	mchenry-county	Comitatul McHenry,Comte de McHenry,Comté de McHenry,Condado de McHenry,Condado han McHenry,Contea di McHenry,Hrabstwo McHenry,Mak-Genri,Makgenri,Makkhenri,McHenry,McHenry Kun,McHenry Kūn,McHenry konderria,McHenry maakond,McHenry megye,Okrug Makkhenri,Quan McHenry,Quận McHenry,mai ke heng li xian,makuhenri jun,mqatʿt makhnry,myakahenari ka'unti,Мак-Генри,Макгенрі,Макхенри,Округ Макхенри,مقاطعة ماكهنري,مکہینری کاؤنٹی,میک ہینری، شمالی ڈکوٹا,ম্যাকহেনরি কাউন্টি,マクヘンリー郡,麥克亨利縣		US	ND	049	5395	America/Chicago
5690440	McKenzie County	mckenzie-county	Comitatul McKenzie,Comte de McKenzie,Comté de McKenzie,Condado de McKenzie,Condado han McKenzie,Contea di McKenzie,Hrabstwo McKenzie,Makkenzi,McKenzie,McKenzie Kun,McKenzie Kūn,McKenzie konderria,McKenzie megye,Okrug Makenzi,Quan McKenzie,Quận McKenzie,mai ken qi xian,makkenji jun,mqatʿt makynzy,myakenaji ka'unti,Маккензи,Маккензі,Округ Макензи,شهرستان مک‌کنزی، داکوتای شمالی,مقاطعة ماكينزي,مکینزی کاؤنٹی,میکنزی کاؤنٹی,ম্যাকেনজি কাউন্টি,マッケンジー郡,麦肯齐县		US	ND	053	6360	America/Chicago
5690448	McLean County	mclean-county	Comitatul McLean,Comte de McLean,Comté de McLean,Condado de McLean,Condado han McLean,Contea di McLean,Hrabstwo McLean,Maklejn,Maklijn,McLean,McLean Kun,McLean Kūn,McLean konderria,McLean megye,Okrug Maklejn,Quan McLean,Quận McLean,mai ke lai en xian,makuren jun,mqatʿt maklyn,myakalina ka'unti,Маклейн,Маклийн,Округ Маклејн,شهرستان مک‌لین، داکوتای شمالی,مقاطعة ماكلين,مکلین کاؤنٹی، اتلا ڈیکوٹا,میک لین کاؤنٹی، شمالی ڈکوٹا,ম্যাকলিন কাউন্টি,マクレーン郡,麥克萊恩縣		US	ND	055	8962	America/Chicago
5690489	Mercer County	mercer-county	Comitatul Mercer,Comte de Mercer,Comté de Mercer,Condado de Mercer,Condado han Mercer,Contea di Mercer,Hrabstwo Mercer,Mercer,Mercer Kun,Mercer Kūn,Mercer konderria,Mercer megye,Merser,Mursur,Okrug Merser,Quan Mercer,Quận Mercer,mararsera ka'unti,masa jun,mo se xian,mqatʿt myrsyr,shhrstan mrsr  dakwtay shmaly,Мерсер,Мърсър,Округ Мерсер,شهرستان مرسر، داکوتای شمالی,مرسر کاؤنٹی، اتلا ڈیکوٹا,مرسر کاؤنٹی، شمالی ڈکوٹا,مقاطعة ميرسير,মারর্সের কাউন্টি,マーサー郡,默瑟縣		US	ND	057	8424	America/North_Dakota/Beulah
5690614	Mountrail County	mountrail-county	Comitatul Mountrail,Comte de Mountrail,Comté de Mountrail,Condado de Mountrail,Condado han Mountrail,Contea di Mountrail,Hrabstwo Mountrail,Mauntrejl,Mountrail,Mountrail Kun,Mountrail Kūn,Mountrail konderria,Mountrail megye,Okrug Montrejl,Quan Mountrail,Quận Mountrail,ma'untare'ila ka'unti,mang te lei er xian,mauntoreiru jun,mqatʿt mwntryl,shhrstan mwntryl  dakwtay shmaly,Маунтрейл,Округ Монтрејл,شهرستان مونتریل، داکوتای شمالی,ماؤنٹریل کاؤنٹی,ماؤنٹریل کاؤنٹی، شمالی ڈکوٹا,مقاطعة مونتريل,মাউন্টরেইল কাউন্টি,マウントレイル郡,芒特雷爾縣		US	ND	061	7673	America/Chicago
5690889	Oliver County	oliver-county	Comitatul Oliver,Comte d'Oliver,Comté d'Oliver,Condado de Oliver,Condado han Oliver,Contea di Oliver,Hrabstwo Oliver,Okrug Oliver,Oliver,Oliver Kun,Oliver Kūn,Oliver konderria,Oliver megye,Oliveri maakond,Olivur,Quan Oliver,Quận Oliver,ao li fu xian,olibhara ka'unti,oriba jun,shhrstan alywr  dakwtay shmaly,Округ Оливер,Оливер,Оливър,Олівер,اولور کاؤنٹی، شمالی ڈکوٹا,اولیور کاؤنٹی,شهرستان الیور، داکوتای شمالی,مقاطعة أوليفر,ওলিভার কাউন্টি,オリバー郡,奧利弗縣		US	ND	065	1846	America/North_Dakota/Center
5691033	Pierce County	pierce-county	Comitatul Pierce,Comte de Pierce,Comté de Pierce,Condado de Pierce,Condado han Pierce,Contea di Pierce,Hrabstwo Pierce,Okrug Pirs,Pierce,Pierce Kun,Pierce Kūn,Pierce konderria,Pierce megye,Piers,Pirs,Piurs,Quan Pierce,Quận Pierce,mqatʿt byrsy,pi er si xian,piasu jun,piyersa ka'unti,shhrstan pyrs  dakwtay shmaly,Округ Пирс,Пирс,Пиърс,Пієрс,شهرستان پیرس، داکوتای شمالی,مقاطعة بيرسي,پیئرس کاؤنٹی، شمالی ڈکوٹا,পিয়ের্স কাউন্টি,ピアース郡,皮爾斯縣		US	ND	069	4357	America/Chicago
5691264	Renville County	renville-county	Comitatul Renville,Comte de Renville,Comté de Renville,Condado de Renville,Condado han Renville,Contea di Renville,Hrabstwo Renville,Okrug Renvil,Quan Renville,Quận Renville,Renvil,Renvill,Renville,Renville Kun,Renville Kūn,Renville konderria,Renville megye,Renvillei maakond,lun wei er xian,mqatʿt rynfyl,renabhila ka'unti,renbiru jun,shhrstan rnwyl  dakwtay shmaly,Округ Ренвил,Ренвил,Ренвилл,Ренвілл,رین ول کاؤنٹی، شمالی ڈکوٹا,شهرستان رنویل، داکوتای شمالی,مقاطعة رينفيل,রেনভিল কাউন্টি,レンビル郡,倫維爾縣		US	ND	075	2470	America/Chicago
5692064	Sheridan County	sheridan-county	Comitatul Sheridan,Comte de Sheridan,Comté de Sheridan,Condado de Sheridan,Condado han Sheridan,Contea di Sheridan,Hrabstwo Sheridan,Okrug Sheridan,Quan Sheridan,Quận Sheridan,Sheridan,Sheridan Kun,Sheridan Kūn,Sheridan konderria,Sheridan megye,mqatʿt shyrdan,seridana ka'unti,sheridan jun,shhrstan shrydn  dakwtay shmaly,xie li dui xian,Округ Шеридан,Шеридан,Шерідан,شهرستان شریدن، داکوتای شمالی,شیرڈین کاؤنٹی، شمالی ڈکوٹا,مقاطعة شيردان,শেরিডান কাউন্টি,シェリダン郡,謝里敦縣		US	ND	083	1321	America/Chicago
5692108	Sioux County	sioux-county	Comitatul Sioux,Comte de Sioux,Comté de Sioux,Condado de Sioux,Condado han Sioux,Contea di Sioux,Hrabstwo Sioux,Okrug Su,Quan Sioux,Quận Sioux,Sioux,Sioux Kun,Sioux Kūn,Sioux konderria,Sioux megye,Siu,Siuks,Su,mqatʿt sywks,shhrstan sw  dakwtay shmaly,siyauksa ka'unti,su jun,su xian,Округ Су,Сиукс,Су,Сіу,سیوح کاؤنٹی، شمالی ڈکوٹا,شهرستان سو، داکوتای شمالی,مقاطعة سيوكس,সিয়ৌক্স কাউন্টি,スー郡,蘇縣		US	ND	085	4153	America/Chicago
5692146	Slope County	slope-county	Comitatul Slope,Comte de Slope,Comté de Slope,Condado de Slope,Condado han Slope,Contea di Slope,Hrabstwo Slope,Okrug Slop,Quan Slope,Quận Slope,Slope,Slope Kun,Slope Kūn,Slope konderria,Slope megye,Sloup,mqatʿt slwb,si luo pu xian,slopa ka'unti,suropu jun,Округ Слоп,Слоуп,سلوپ کاؤنٹی، شمالی ڈکوٹا,مقاطعة سلوب,স্লোপ কাউন্টি,スロープ郡,斯洛普縣		US	ND	087	727	America/Denver
5692348	Stark County	stark-county	Comitatul Stark,Comte de Stark,Comté de Stark,Condado de Stark,Condado han Stark,Contea di Stark,Hrabstwo Stark,Okrug Stark,Quan Stark,Quận Stark,Stark,Stark Kun,Stark Kūn,Stark konderria,Stark megye,mqatʿt stark,shhrstan astark  dakwtay shmaly,si ta ke xian,starka ka'unti,sutaku jun,Округ Старк,Старк,سٹارک کاؤنٹی، شمالی ڈکوٹا,شهرستان استارک، داکوتای شمالی,مقاطعة ستارك,স্টার্ক কাউন্টি,スターク郡,斯塔克縣		US	ND	089	24199	America/Denver
5692798	Ward County	ward-county	Comitatul Ward,Comte de Ward,Comté de Ward,Condado de Ward,Condado han Ward,Contea di Ward,Hrabstwo Ward,Okrug Vord,Quan Ward,Quận Ward,Uord,Vord,Ward,Ward Kun,Ward Kūn,Ward konderria,Ward megye,Wardi maakond,mqatʿt ward,raarda ka'unti,shhrstan ward  dakwtay shmaly,u~odo jun,wo de xian,Ворд,Округ Ворд,Уорд,شهرستان وارد، داکوتای شمالی,مقاطعة وارد,وورڈ کاؤنٹی، شمالی ڈکوٹا,ৱার্ড কাউন্টি,ウォード郡,沃德縣		US	ND	101	61675	America/Chicago
5692940	Williams County	williams-county	Comitatul Williams,Comte de Williams,Comté de Williams,Condado de Williams,Condado han Williams,Contea di Williams,Hrabstwo Williams,Okrug Vilijams,Quan Williams,Quận Williams,Uil'jams,Uiljams,Vil'jams,Williams,Williams Kun,Williams Kūn,Williams konderria,Williams megye,Williamsi maakond,mqatʿt wylymz,shhrstan wylyamz  dakwtay shmaly,u'iliyamasa ka'unti,u~iriamuzu jun,wei lian si xian,Вільямс,Округ Вилијамс,Уильямс,Уилямс,شهرستان ویلیامز، داکوتای شمالی,مقاطعة ويليمز,ولیمز کاؤنٹی، شمالی ڈکوٹا,উইলিয়ামস কাউন্টি,ウィリアムズ郡,威廉斯縣		US	ND	105	22398	America/Chicago
5693299	Arthur County	arthur-county	Arthur,Arthur Kun,Arthur Kūn,Arthur konderria,Arthur megye,Artur,Comitatul Arthur,Comte d'Arthur,Comté d'Arthur,Condado de Arthur,Condado han Arthur,Contea di Arthur,Hrabstwo Arthur,Okrug Artur,Quan Arthur,Quận Arthur,a se xian,arathura ka'unti,asa jun,shhrstan artwr  nbraska,Артур,Артър,Округ Артур,Արթուր շրջան,آرتھر کاؤنٹی، نیبراسکا,ارتھر کاؤنٹی،نیبراسکا,شهرستان آرتور، نبراسکا,مقاطعة أرثور,আরথুর কাউন্টি,アーサー郡,阿瑟縣		US	NE	005	460	America/Denver
5696051	Hayes County	hayes-county	Comitatul Hayes,Comte de Hayes,Comté de Hayes,Condado de Hayes,Condado han Hayes,Contea di Hayes,Gejz,Hayes,Hayes Kun,Hayes Kūn,Hayes konderria,Hayes megye,Heys srjan,Hrabstwo Hayes,Khejs,Okrug Khejz,Quan Hayes,Quận Hayes,ha'iyesa ka'unti,hai si xian,heizu jun,shhrstan hyz  nbraska,Гейз,Округ Хејз,Хейс,Հեյս շրջան,شهرستان هیز، نبراسکا,مقاطعة هايس,ہایس کاؤنٹی،نیبراسکا,ہیز کاؤنٹی، نیبراسکا,হাইয়েস কাউন্টি,ヘイズ郡,海斯縣		US	NE	085	967	America/Chicago
5693402	Banner County	banner-county	Banner,Banner Kun,Banner Kūn,Banner konderria,Banner megye,Banner srjan,Banur,Benner,Comitatul Banner,Comte de Banner,Comté de Banner,Condado de Banner,Condado han Banner,Contea di Banner,Hrabstwo Banner,Okrug Baner,Quan Banner,Quận Banner,ban na xian,bana jun,bannera ka'unti,mqatʿt banr,shhrstan bnr  nbraska,Баннер,Банър,Беннер,Округ Банер,Բաններ շրջան,بینر کاؤنٹی، نیبراسکا,بینر کاؤنٹی،نیبراسکا,شهرستان بنر، نبراسکا,مقاطعة بانر,বান্নের কাউন্টি,バナー郡,班納縣		US	NE	007	690	America/Denver
5693772	Box Butte County	box-butte-county	Boks Bjut,Boks-B'jutt,Boks-Bjutt,Box Butte,Box Butte County,Box Butte Kun,Box Butte Kūn,Box Butte konderria,Box Butte megye,Boxbutte County,Comitatul Box Butte,Comte de Box Butte,Comté de Box Butte,Condado de Box Butte,Condado han Box Butte,Contea di Box Butte,Hrabstwo Box Butte,Okrug Boks Bjut,Quan Box Butte,Quận Box Butte,ba ke si gang xian,baksabatte ka'unti,bokkusubyuto jun,shhrstan baks bywt  nbraska,Бокс Бют,Бокс-Бьютт,Бокс-Бютт,Округ Бокс Бјут,Բոքս շրջան,باکس بوٹ کاؤنٹی، نیبراسکا,بوکس بوٹ کاؤنٹی،نیبراسکا,شهرستان باکس بیوت، نبراسکا,مقاطعة بوكس بوتي,বক্সবাট্টে কাউন্টি,ボックスビュート郡,巴克斯岡縣		US	NE	013	11308	America/Denver
5694236	Chase County	chase-county	Chase,Chase Kun,Chase Kūn,Chase konderria,Chase megye,Chasei maakond,Chejs,Comitatul Chase,Comte de Chase,Comté de Chase,Condado de Chase,Condado han Chase,Contea di Chase,Hrabstwo Chase,Okrug Chejs,Quan Chase,Quận Chase,cai si xian,ce'isa ka'unti,cheisu jun,mqatʿt kys,shhrstan chys  nbraska,Округ Чејс,Чейс,Չեյս շրջան,شهرستان چیس، نبراسکا,مقاطعة كيس,چیز کاؤنٹی،نیبراسکا,چیس کاؤنٹی، نیبراسکا,চেইস কাউন্টি,チェイス郡,蔡斯縣		US	NE	029	3966	America/Denver
5694243	Cherry County	cherry-county	Cheri,Cherri,Cherry,Cherry Kun,Cherry Kūn,Cherry konderria,Cherry megye,Comitatul Cherry,Comte de Cherry,Comté de Cherry,Condado de Cherry,Condado han Cherry,Contea di Cherry,Hrabstwo Cherry,Okrug Cheri,Quan Cherry,Quận Cherry,ceri ka'unti,cheri jun,mqatʿt tshyry,qie li xian,shhrstan chry  nbraska,Округ Чери,Чери,Черри,Черрі,Չերի շրջան,شهرستان چری، نبراسکا,مقاطعة تشيري,چیری کاؤنٹی، نیبراسکا,چیری کاؤنٹی،نیبراسکا,চেরী কাউন্টি,チェリー郡,切里縣		US	NE	031	5713	America/Denver
5694258	Cheyenne County	cheyenne-county	Cheyenne,Cheyenne Kun,Cheyenne Kūn,Cheyenne konderria,Cheyenne megye,Comitatul Cheyenne,Comte de Cheyenne,Comté de Cheyenne,Condado de Cheyenne,Condado han Cheyenne,Contea di Cheyenne,Hrabstwo Cheyenne,Okrug Shajen,Quan Cheyenne,Quận Cheyenne,Sayen srjan,Shaenn,Shajen,Shajenn,ce'iyenne ka'unti,mqatʿt tshyny,shaian jun,shhrstan shayn  nbraska,xia yan xian,Округ Шајен,Шайен,Шайенн,Шаєнн,Շայեն շրջան,شاین کاؤنٹی، نیبراسکا,شهرستان شاین، نبراسکا,مقاطعة تشيني,چیین کاؤنٹی،نیبراسکا,চেইয়েন্নে কাউন্টি,シャイアン郡,夏延縣		US	NE	033	9998	America/Denver
5694727	Dawes County	dawes-county	Comitatul Dawes,Comte de Dawes,Comté de Dawes,Condado de Dawes,Condado han Dawes,Contea di Dawes,Dawes,Dawes Kun,Dawes Kūn,Dawes konderria,Dawes megye,Dous,Dous srjan,Doz,Hrabstwo Dawes,Okrug Doz,Quan Dawes,Quận Dawes,dao si xian,daraesa ka'unti,dozu jun,mqatʿt dawz,shhrstan dawz  nbraska,Доз,Доъс,Округ Доз,Դոուս շրջան,شهرستان داوز، نبراسکا,مقاطعة داوز,ڈاوز کاؤنٹی، نیبراسکا,ڈاوس کاؤنٹی،نیبراسکا,ডাৱেস কাউন্টি,ドーズ郡,道斯縣		US	NE	045	9182	America/Denver
5694776	Deuel County	deuel-county	Comitatul Deuel,Comte de Deuel,Comté de Deuel,Condado de Deuel,Condado han Deuel,Contea di Deuel,Deuel,Deuel Kun,Deuel Kūn,Deuel konderria,Deuel megye,Deueli maakond,Djuul,Duil,Duil srjan,Dul,Hrabstwo Deuel,Okrug Dul,Quan Deuel,Quận Deuel,de~yueru jun,du er xian,duraela ka'unti,shhrstan dwyl  nbraska,Дуил,Дул,Дюъл,Округ Дул,Դուիլ շրջան,شهرستان دویل، نبراسکا,مقاطعة ديويل,ڈویئل کاؤنٹی، نیبراسکا,ڈیول کاؤنٹی،نیبراسکا,ডুৱেল কাউন্টি,デュエル郡,杜爾縣		US	NE	049	1941	America/Denver
5694963	Dundy County	dundy-county	Comitatul Dundy,Comte de Dundy,Comté de Dundy,Condado de Dundy,Condado han Dundy,Contea di Dundy,Dandi,Dandi srjan,Dundi,Dundy,Dundy Kun,Dundy Kūn,Dundy konderria,Dundy megye,Hrabstwo Dundy,Okrug Dandi,Quan Dundy,Quận Dundy,dan de xian,dandi jun,dandya ka'unti,mqatʿt dwndy,Данди,Данді,Дънди,Округ Данди,Դանդի շրջան,مقاطعة دوندي,ڈنڈی کاؤنٹی، نیبراسکا,ڈونڈی کاؤنٹی،نیبراسکا,ডান্দ্য কাউন্টি,ダンディ郡,丹地縣		US	NE	057	2008	America/Denver
5695504	Frontier County	frontier-county	Comitatul Frontier,Comte de Frontier,Comté de Frontier,Condado de Frontier,Condado han Frontier,Contea di Frontier,Front'er,Frontier,Frontier Kun,Frontier Kūn,Frontier konderria,Frontier megye,Frontier srjan,Frontir,Frontiur,Hrabstwo Frontier,Okrug Frantir,Quan Frontier,Quận Frontier,fu lan di er xian,furontia jun,mqatʿt frwntyr,phrantiyara ka'unti,shhrstan frantyr  nbraska,Округ Франтир,Фронтир,Фронтиър,Фронтьєр,Ֆրոնտիեր շրջան,شهرستان فرانتیر، نبراسکا,فرنٹیئر کاؤنٹی، نیبراسکا,فرونٹئر کاؤنٹی،نیبراسکا,مقاطعة فرونتير,ফ্রন্টিয়ার কাউন্টি,フロンティア郡,弗蘭蒂爾縣		US	NE	063	2756	America/Chicago
5695559	Garden County	garden-county	Comitatul Garden,Comte de Garden,Comté de Garden,Condado de Garden,Condado han Garden,Contea di Garden,Garden,Garden Kun,Garden Kūn,Garden konderria,Garden megye,Garden srjan,Gardun,Hrabstwo Garden,Okrug Gardn,Quan Garden,Quận Garden,gaden jun,gardena ka'unti,jia deng xian,mqatʿt ghardn,shhrstan gardn  nbraska,Гарден,Гардън,Округ Гардн,Ґарден,Գարդեն շրջան,شهرستان گاردن، نبراسکا,مقاطعة غاردن,گارڈن کاؤنٹی، نیبراسکا,گارڈن کاؤنٹی،نیبراسکا,গার্ডেন কাউন্টি,ガーデン郡,加登縣		US	NE	069	2057	America/Denver
5695796	Grant County	grant-county	Comitatul Grant,Comte de Grant,Comté de Grant,Condado de Grant,Condado han Grant,Contea di Grant,Grant,Grant Kun,Grant Kūn,Grant konderria,Grant megye,Grant srjan,Hrabstwo Grant,Okrug Grant,Quan Grant,Quận Grant,ge lan te xian,granta ka'unti,guranto jun,shhrstan grant  nbraska,Грант,Округ Грант,Գրանտ շրջան,شهرستان گرانت، نبراسکا,مقاطعة غرانت,گرانٹ کاؤنٹی، نیبراسکا,گرانٹ کاؤنٹی،نیبراسکا,গ্রান্ট কাউন্টি,グラント郡,格蘭特縣		US	NE	075	614	America/Denver
5696203	Hitchcock County	hitchcock-county	Comitatul Hitchcock,Comte de Hitchcock,Comté de Hitchcock,Condado de Hitchcock,Condado han Hitchcock,Contea di Hitchcock,Gichkok,Hitchcock,Hitchcock Kun,Hitchcock Kūn,Hitchcock konderria,Hitchcock megye,Hrabstwo Hitchcock,Khichkok,Okrug Khichkok,Quan Hitchcock,Quận Hitchcock,hicakaka ka'unti,hitchikokku jun,mqatʿt hytshkwk,shhrstan hychkak  nbraska,xi qi ke ke xian,Гічкок,Округ Хичкок,Хичкок,Հիչկոկ շրջան,شهرستان هیچکاک، نبراسکا,مقاطعة هيتشكوك,ہچکاک کاؤنٹی، نیبراسکا,ہچکاک کاؤنٹی،نیبراسکا,হিচকক কাউন্টি,ヒッチコック郡,希奇科克縣		US	NE	087	2908	America/Chicago
5696254	Hooker County	hooker-county	Comitatul Hooker,Comte de Hooker,Comté de Hooker,Condado de Hooker,Condado han Hooker,Contea di Hooker,Guker,Hooker,Hooker Kun,Hooker Kūn,Hooker konderria,Hooker megye,Hrabstwo Hooker,Huker srjan,Khuker,Khukur,Okrug Khuker,Quan Hooker,Quận Hooker,fukka jun,hokera ka'unti,hu ke er xian,shhrstan hwkr  nbraska,Гукер,Округ Хукер,Хукер,Хукър,Հուկեր շրջան,شهرستان هوکر، نبراسکا,مقاطعة هوكر,ہوکر کاؤنٹی،نیبراسکا,ہکر کاؤنٹی، نیبراسکا,হোকের কাউন্টি,フッカー郡,胡克爾縣		US	NE	091	736	America/Denver
5696644	Keith County	keith-county	Comitatul Keith,Comte de Keith,Comté de Keith,Condado de Keith,Condado han Keith,Contea di Keith,Hrabstwo Keith,Keith,Keith Kun,Keith Kūn,Keith konderria,Keith megye,Kejt,Kijt,Kit,Okrug Kit,Quan Keith,Quận Keith,ji si xian,ke'itha ka'unti,kisu jun,mqatʿt kyth,shhrstan kyt  nbraska,Кейт,Кийт,Кит,Округ Кит,Քեյտ շրջան,شهرستان کیت، نبراسکا,مقاطعة كيث,کیتھ کاؤنٹی، نیبراسکا,کیتھ کاؤنٹی،نیبراسکا,কেইথ কাউন্টি,キース郡,基斯縣		US	NE	101	8368	America/Denver
5696690	Keya Paha County	keya-paha-county	Comitatul Keya Paha,Comte de Keya Paha,Comté de Keya Paha,Condado de Keya Paha,Condado han Keya Paha,Contea di Keya Paha,Hrabstwo Keya Paha,Keya Paha,Keya Paha County,Keya Paha Kun,Keya Paha Kūn,Keya Paha konderria,Keya Paha megye,Keyapaha County,Ki-Pego,Kija Pakha,Kija-Pakha,Okrug Ki Pakho,Quan Keya Paha,Quận Keya Paha,ji ya pa ha xian,keya paha ka'unti,keyapaha jun,mqatʿt kyabaha,Кия Паха,Кия-Паха,Кі-Пего,Округ Ки Пахо,Քի Պահո շրջան,مقاطعة كياباها,کیا پاہا کاؤنٹی، نیبراسکا,کیا پاہا کاؤنٹی،نیبراسکا,কেয়া পাহা কাউন্টি,ケヤパハ郡,基亞帕哈縣		US	NE	103	824	America/Chicago
5696719	Kimball County	kimball-county	Comitatul Kimball,Comte de Kimball,Comté de Kimball,Condado de Kimball,Condado han Kimball,Contea di Kimball,Hrabstwo Kimball,Kimball,Kimball Kun,Kimball Kūn,Kimball konderria,Kimball megye,Kimbol,Kimboll,Okrug Kimbol,Quan Kimball,Quận Kimball,jin bo er xian,kimbala ka'unti,kinboru jun,shhrstan kymbl  nbraska,Кимбол,Кимболл,Кімболл,Округ Кимбол,Քիմբոլ շրջան,شهرستان کیمبل، نبراسکا,مقاطعة كيمبل,کمبال کاؤنٹی، نیبراسکا,کمبال کاؤنٹی،نیبراسکا,কিম্বাল কাউন্টি,キンボール郡,金博爾縣		US	NE	105	3821	America/Denver
5697026	Lincoln County	lincoln-county	Comitatul Lincoln,Comte de Lincoln,Comté de Lincoln,Condado de Lincoln,Condado han Lincoln,Contea di Lincoln,Hrabstwo Lincoln,Lincoln,Lincoln County,Lincoln Kun,Lincoln Kūn,Lincoln konderria,Lincoln megye,Lincolni maakond,Linkol'n,Linkoln srjan,Linkuln,Okrug Linkoln,Quan Lincoln,Quận Lincoln,Shorter County,lin ken xian,linkana ka'unti,mqatʿt lynkwn,rinkan jun,shhrstan lynkln  nbraska,Линкольн,Линкълн,Лінкольн,Округ Линколн,Լինկոլն շրջան,شهرستان لینکلن، نبراسکا,لنکالن کاؤنٹی،نیبراسکا,لنکن کاؤنٹی، نیبراسکا,مقاطعة لينكون,লিঙ্কন কাউন্টি,リンカーン郡,林肯縣		US	NE	111	36288	America/Chicago
5697135	Logan County	logan-county	Comitatul Logan,Comte de Logan,Comté de Logan,Condado de Logan,Condado han Logan,Contea di Logan,Hrabstwo Logan,Logan,Logan Kun,Logan Kūn,Logan konderria,Logan megye,Logan srjan,Lougan,Okrug Logan,Quan Logan,Quận Logan,logana ka'unti,luo gen xian,rogan jun,shhrstan lwgan  nbraska,Логан,Лоуган,Лоґан,Округ Логан,Լոգան շրջան,شهرستان لوگان، نبراسکا,لوگن کاؤنٹی، نیبراسکا,لوگن کاؤنٹی،نیبراسکا,مقاطعة لوغن,লোগান কাউন্টি,ローガン郡,洛根縣		US	NE	113	763	America/Chicago
5697457	McPherson County	mcpherson-county	Comitatul McPherson,Comte de McPherson,Comté de McPherson,Condado de McPherson,Condado han McPherson,Contea di McPherson,Hrabstwo McPherson,Mak-Ferson srjan,Makferson,Makfiursun,McPherson,McPherson Kun,McPherson Kūn,McPherson konderria,McPherson megye,Okrug Makferson,Quan McPherson,Quận McPherson,mai ke fu sen xian,makufason jun,myakapherasana ka'unti,Макферсон,Макфиърсън,Округ Макферсон,Մակ-Ֆերսոն շրջան,شهرستان مک‌فرسون، نبراسکا,مقاطعة ماكفرسون,مکفیرسن کاؤنٹی، نیبراسکا,میک فرسن کاؤنٹی،نیبراسکا,ম্যাকফেরসন কাউন্টি,マクファーソン郡,麥克弗森縣		US	NE	117	539	America/Chicago
5697710	Morrill County	morrill-county	Comitatul Morrill,Comte de Morrill,Comté de Morrill,Condado de Morrill,Condado han Morrill,Contea di Morrill,Hrabstwo Morrill,Moril,Moril srjan,Morrill,Morrill Kun,Morrill Kūn,Morrill konderria,Morrill megye,Okrug Moril,Quan Morrill,Quận Morrill,mo lei er xian,moriru jun,morrila ka'unti,mqatʿt mwryl,shhrstan mwryl  nbraska,Морил,Моррилл,Моррілл,Округ Морил,Մորիլ շրջան,شهرستان موریل، نبراسکا,مقاطعة موريل,موریل کاؤنٹی، نیبراسکا,موریل کاؤنٹی،نیبراسک,মোর্রিল কাউন্টি,モリル郡,莫勒爾縣		US	NE	123	5042	America/Denver
5698262	Perkins County	perkins-county	Comitatul Perkins,Comte de Perkins,Comté de Perkins,Condado de Perkins,Condado han Perkins,Contea di Perkins,Hrabstwo Perkins,Okrug Perkins,Perkins,Perkins Kun,Perkins Kūn,Perkins konderria,Perkins megye,Perkinsi maakond,Purkins,Quan Perkins,Quận Perkins,mqatʿt brkyns,pakinasa ka'unti,pakinzu jun,po jin si xian,shhrstan prkyns  nbraska,Округ Перкинс,Перкинс,Перкінс,Пъркинс,Փերկինս շրջան,شهرستان پرکینس، نبراسکا,مقاطعة بركينس,پرکنز کاؤنٹی، نیبراسکا,پرکنز کاؤنٹی،نیبراسکا,পাকিনস কাউন্টি,パーキンズ郡,珀金斯縣		US	NE	135	2970	America/Denver
5698593	Red Willow County	red-willow-county	Comitatul Red Willow,Comte de Red Willow,Comté de Red Willow,Condado de Red Willow,Condado han Red Willow,Contea di Red Willow,Hrabstwo Red Willow,Okrug Red Vilou,Quan Red Willow,Quận Red Willow,Red Owiliou srjan,Red Uilou,Red Willow,Red Willow Kun,Red Willow Kūn,Red Willow konderria,Red Willow megye,Red-Uillou,Red-Villou,lei de wei luo xian,mqatʿt rd wylw,reda u'ilara ka'unti,reddou~iro jun,shhrstan rd wylw  nbraska,Округ Ред Вилоу,Ред Уилоу,Ред-Віллоу,Ред-Уиллоу,Ռեդ Ուիլիոու շրջան,ریڈ ویلو کاؤنٹی، نیبراسکا,ریڈ ویلو کاؤنٹی،نیبراسکا,شهرستان رد ویلو، نبراسکا,مقاطعة رد ويلو,রেড উইলৱ কাউন্টি,レッドウィロー郡,雷德威洛縣		US	NE	145	11055	America/Chicago
5699397	Scotts Bluff County	scotts-bluff-county	Comitatul Scotts Bluff,Comte de Scotts Bluff,Comté de Scotts Bluff,Condado de Scotts Bluff,Condado han Scotts Bluff,Contea di Scotts Bluff,Hrabstwo Scotts Bluff,Okrug Skots Blaf,Quan Scotts Bluff,Quận Scotts Bluff,Scotts Bluff,Scotts Bluff Kun,Scotts Bluff Kūn,Scotts Bluff konderria,Scotts Bluff megye,Skots Bluf,Skots-Blaff,Skotts-Blaff,mqatʿt swkts blwf,shhrstan askats blwf  nbraska,si ke ci bu la fu xian,skatasa blapha ka'unti,sukottsuburafu jun,Округ Скотс Блаф,Скотс Блъф,Скотс-Блафф,Скоттс-Блафф,Սքոտս Բլաֆ շրջան,سکاٹس بلف کاؤنٹی، نیبراسکا,سکوٹس بلف کاؤنٹی،نیبراسکا,شهرستان اسکاتس بلوف، نبراسکا,مقاطعة سوكتس بلوف,স্কটস ব্লাফ কাউন্টি,スコッツブラフ郡,斯科茨布拉夫縣		US	NE	157	36970	America/Denver
5699519	Sheridan County	sheridan-county	Comitatul Sheridan,Comte de Sheridan,Comté de Sheridan,Condado de Sheridan,Condado han Sheridan,Contea di Sheridan,Hrabstwo Sheridan,Okrug Sheridan,Quan Sheridan,Quận Sheridan,Seridan srjan,Sheridan,Sheridan Kun,Sheridan Kūn,Sheridan konderria,Sheridan megye,mqatʿt shyrdan,seridana ka'unti,sheridan jun,shhrstan shrydn  nbraska,xie li dui xian,Округ Шеридан,Шеридан,Шерідан,Շերիդան շրջան,شهرستان شریدن، نبراسکا,شیئرڈن کاؤنٹی، نیبراسکا,شیریڈان کاؤنٹی،نیبراسکا,مقاطعة شيردان,শেরিডান কাউন্টি,シェリダン郡,謝里敦縣		US	NE	161	5469	America/Denver
5699598	Sioux County	sioux-county	Comitatul Sioux,Comte de Sioux,Comté de Sioux,Condado de Sioux,Condado han Sioux,Contea di Sioux,Hrabstwo Sioux,Okrug Su,Quan Sioux,Quận Sioux,Sioux,Sioux Kun,Sioux Kūn,Sioux konderria,Sioux megye,Siu,Siu srjan,Siuks,Su,mqatʿt sywks,shhrstan sw  nbraska,siyauksa ka'unti,su jun,su xian,Округ Су,Сиукс,Су,Сіу,Սիու շրջան,سیو کاؤنٹی، نیبراسکا,سیوکس کاؤنٹی،نیبراسکا,شهرستان سو، نبراسکا,مقاطعة سيوكس,সিয়ৌক্স কাউন্টি,スー郡,蘇縣		US	NE	165	1311	America/Denver
5700112	Thomas County	thomas-county	Comitatul Thomas,Comte de Thomas,Comté de Thomas,Condado de Thomas,Condado han Thomas,Contea di Thomas,Hrabstwo Thomas,Okrug Tomas,Quan Thomas,Quận Thomas,Thomas,Thomas Kun,Thomas Kūn,Thomas konderria,Thomas megye,Tomas,shhrstan twmas  nbraska,thomasa ka'unti,tomasu jun,tuo ma si xian,Округ Томас,Томас,Թոմաս շրջան,تھامس کاؤنٹی، نیبراسکا,تھامس کاؤنٹی،نیبراسکا,شهرستان توماس، نبراسکا,مقاطعة توماس,থোমাস কাউন্টি,トーマス郡,托馬斯縣		US	NE	171	647	America/Chicago
5703673	Elko County	elko-county	Comitatul Elko,Comte d'Elko,Comté d'Elko,Condado de Elko,Condado han Elko,Contea di Elko,Ehlko,Elko,Elko Kun,Elko Kūn,Elko konderria,Elko maakond,Elko megye,Elko srjan,Hrabstwo Elko,Okrug Elko,Quan Elko,Quận Elko,Teucyotl Elko,Tēucyōtl Elko,ai er ke xian,elako ka'unti,eruko jun,shhrstan aylkw  nwada,Елко,Округ Елко,Элко,Էլկո շրջան,الکو کاؤنٹی,ایلکو کاؤنٹی، نیواڈا,شهرستان ایلکو، نوادا,مقاطعة إلكو,এলকো কাউন্টি,エルコ郡,埃爾科縣		US	NV	007	48818	America/Los_Angeles
5703766	Eureka County	eureka-county	Comitatul Eureka,Comte d'Eureka,Comté d'Eureka,Condado de Eureka,Condado han Eureka,Contea di Eureka,Eureka,Eureka Kun,Eureka Kūn,Eureka konderria,Eureka maakond,Eureka megye,Eurika srjan,Evrika,Hrabstwo Eureka,Jurika,Okrug Jurika,Quan Eureka,Quận Eureka,i'ureka ka'unti,mqatʿt ywryka,shhrstan ywrka  nwada,you li ka xian,yureka jun,Евріка,Округ Јурика,Юрика,Էուրիկա շրջան,شهرستان یورکا، نوادا,مقاطعة يوريكا,یوریکا کاؤنٹی,یوریکا کاؤنٹی، نیواڈا,ইউরেকা কাউন্টি,ユーレカ郡,尤里卡縣		US	NV	011	1987	America/Los_Angeles
5704974	Humboldt County	humboldt-county	Comte de Humboldt,Comté de Humboldt,Condado de Humboldt,Condado han Humboldt,Contea di Humboldt,Gumbol'dt,Hamboldt srjan,Hrabstwo Humboldt,Humboldt,Humboldt Kun,Humboldt Kūn,Humboldt konderria,Humboldti maakond,Khumboult,Okrug Khambolt,Quan Humboldt,Quận Humboldt,hamaboldata ka'unti,hanboruto jun,hong bao xian,mqatʿt hwmbwlt,shhrstan hambwlt  nwada,Гумбольдт,Округ Хамболт,Хъмбоулт,Համբոլդտ շրջան,شهرستان هامبولت، نوادا,مقاطعة هومبولت,ہمبولٹ کاؤنٹی، نیواڈا,হামবোল্ডট কাউন্টি,ハンボルト郡,洪堡縣		US	NV	013	16528	America/Los_Angeles
5707263	Pershing County	pershing-county	Comitatul Pershing,Comte de Pershing,Comté de Pershing,Condado de Pershing,Condado han Pershing,Contea di Pershing,Hrabstwo Pershing,Okrug Pershing,Pershing,Pershing Kun,Pershing Kūn,Pershing konderria,Pershing megye,Pershingi maakond,Purshing,Quan Pershing,Quận Pershing,mhwz prsyng,mqatʿt byrshynj,pan xing xian,parasim ka'unti,pashingu jun,shhrstan prshyng  nwada,Округ Першинг,Першинг,Першинґ,Пършинг,Փերշինգ շրջան,מחוז פרשינג,شهرستان پرشینگ، نوادا,مقاطعة بيرشينج,پرشنگ کاؤنٹی,پرشنگ کاؤنٹی، نیواڈا,পারসিং কাউন্টি,パーシング郡,潘興縣		US	NV	027	6753	America/Los_Angeles
5709906	Washoe County	washoe-county	Comitatul Washoe,Comte de Washoe,Comté de Washoe,Condado de Washoe,Condado han Washoe,Contea di Washoe,Hrabstwo Washoe,Lake County,Okrug Vosho,Owoso srjan,Quan Washoe,Quận Washoe,Roop County,Teucyotl Washoe,Tēucyōtl Washoe,Uasho,Uosho,Vosho,Washau County,Washoe,Washoe County,Washoe Kun,Washoe Kūn,Washoe konderria,Washoe maakond,Washoe megye,Washou County,raasaho ka'unti,shhrstan washw  nwada,wa xiao xian,washo jun,Вошо,Округ Вошо,Уашо,Уошо,Ուոշո շրջան,شهرستان واشو، نوادا,مقاطعة واشو,واشو کاؤنٹی,واشو کاؤنٹی، نیواڈا,ৱাসহো কাউন্টি,ワショー郡,瓦肖县		US	NV	031	421407	America/Los_Angeles
5712180	Baker County	baker-county	Baker,Baker Comitatus,Baker Kun,Baker Kūn,Baker konderria,Baker megye,Bakeri maakond,Bejker,Bejkur,Comitatul Baker,Comte de Baker,Comté de Baker,Condado de Baker,Condado han Baker,Contea di Baker,Hrabstwo Baker,Okrug Bejker,Quan Baker,Quận Baker,bakera ka'unti,bei ke xian,beika jun,beka jun,mqatʿt bykr,shhrstan bykr  awrgn,Бейкер,Бейкър,Бејкер,Округ Бејкер,Բեյքեր շրջան,بیکر کاؤنٹی، اوریگون,شهرستان بیکر، اورگن,مقاطعة بيكر,বাকের কাউন্টি,ベイカー郡,ベーカー郡,貝克縣		US	OR	001	16134	America/Los_Angeles
5713677	Benton County	benton-county	Benton,Benton Comitatus,Benton Kun,Benton Kūn,Benton konderria,Benton megye,Benton srjan,Bentun,Comitatul Benton,Comte de Benton,Comté de Benton,Condado de Benton,Condado han Benton,Contea di Benton,Hrabstwo Benton,Okrug Benton,Quan Benton,Quận Benton,ben dun xian,bentana ka'unti,benton jun,mqatʿt byntwn,shhrstan bntwn  awrgn,Бентон,Бентън,Округ Бентон,Բենտոն շրջան,بینٹن کاؤنٹی، اوریگون,شهرستان بنتون، اورگن,مقاطعة بينتون,বেন্টন কাউন্টি,ベントン郡,本頓縣		US	OR	003	85579	America/Los_Angeles
5719297	Clackamas County	clackamas-county	Clackamas,Clackamas Comitatus,Clackamas Kun,Clackamas Kūn,Clackamas konderria,Clackamas megye,Comitatul Clackamas,Comte de Clackamas,Comté de Clackamas,Condado de Clackamas,Condado han Clackamas,Contea di Clackamas,Hrabstwo Clackamas,Klakamas,Klakemes,Okrug Klakamas,Quan Clackamas,Quận Clackamas,ke la ke mo si xian,klakamasa ka'unti,kurakamasu jun,mqatʿt klakmas,shhrstan klakamas  awrgn,Клакамас,Клакемес,Округ Клакамас,Քլակամաս շրջան,شهرستان کلاکاماس، اورگن,مقاطعة كلاكماس,کلاکاماس کاؤنٹی، اوریگون,ক্লাকামাস কাউন্টি,クラカマス郡,克拉克默斯縣		US	OR	005	375992	America/Los_Angeles
5719408	Clatsop County	clatsop-county	Clatsop,Clatsop Comitatus,Clatsop Kun,Clatsop Kūn,Clatsop konderria,Clatsop megye,Comitatul Clatsop,Comte de Clatsop,Comté de Clatsop,Condado de Clatsop,Condado han Clatsop,Contea di Clatsop,Hrabstwo Clatsop,Klatsup,Klehtsop,Kletsop,Okrug Klatsop,Quan Clatsop,Quận Clatsop,ke la te suo pu xian,klatasopa ka'unti,kuratosoppu jun,mqatʿt klatswb,Клатсъп,Клетсоп,Клэтсоп,Округ Клатсоп,Քլետսոպ շրջան,مقاطعة كلاتسوب,کلاٹسوپ کاؤنٹی، اوریگون,ক্লাটসোপ কাউন্টি,クラトソップ郡,克拉特索普縣		US	OR	007	37039	America/Los_Angeles
5720173	Columbia County	columbia-county	Columbia,Columbia Comitatus,Columbia Kun,Columbia Kūn,Columbia konderria,Columbia megye,Comitatul Columbia,Comte de Columbia,Comté de Columbia,Condado de Columbia,Condado han Columbia,Contea di Columbia,Hrabstwo Columbia,Kolambia,Kolumbia srjan,Kolumbija,Okrug Kolambija,Quan Columbia,Quận Columbia,ge lun bi ya xian,kalambiya ka'unti,koronbia jun,mqatʿt kwlwmbya,shhrstan klmbya  awrgn,Коламбиа,Колумбия,Колумбія,Округ Коламбија,Կոլումբիա շրջան,شهرستان کلمبیا، اورگن,مقاطعة كولومبيا,کولمبیا کاؤنٹی، اوریگون,কলম্বিয়া কাউন্টি,コロンビア郡,哥倫比亞縣		US	OR	009	49351	America/Los_Angeles
5720502	Coos County	coos-county	Comitatul Coos,Comte de Coos,Comté de Coos,Condado de Coos,Condado han Coos,Contea di Coos,Coos,Coos Comitatus,Coos Kun,Coos Kūn,Coos konderria,Coos megye,Coosi maakond,Hrabstwo Coos,Kus,Okrug Kus,Quan Coos,Quận Coos,kosa ka'unti,ku si xian,kuzu jun,mqatʿt kws,shhrstan kws  awrgn,Кус,Округ Кус,Քուս շրջան,شهرستان کوس، اورگن,مقاطعة كوس,کوز کاؤنٹی، اوریگون,কোস কাউন্টি,クーズ郡,庫斯縣		US	OR	011	63043	America/Los_Angeles
5721611	Crook County	crook-county	Comitatul Crook,Comte de Crook,Comté de Crook,Condado de Crook,Condado han Crook,Contea di Crook,Crook,Crook Comitatus,Crook Kun,Crook Kūn,Crook konderria,Crook megye,Crooki maakond,Hrabstwo Crook,Kruk,Okrug Kruk,Quan Crook,Quận Crook,ke lu ke xian,kroka ka'unti,kurukku jun,mqatʿt krwk,qrwq,shhrstan krwk  awrgn,Крук,Округ Крук,Քրուկ շրջան,קרוק,شهرستان کروک، اورگن,مقاطعة كروك,کروک کاؤنٹی، اوریگون,ক্রোক কাউন্টি,クルック郡,克魯克縣		US	OR	013	20978	America/Los_Angeles
5721936	Curry County	curry-county	Comitatul Curry,Comte de Curry,Comté de Curry,Condado de Curry,Condado han Curry,Contea di Curry,Curry,Curry Comitatus,Curry Kun,Curry Kūn,Curry konderria,Curry maakond,Curry megye,Hrabstwo Curry,Karri,Kuri,Okrug Kari,Quan Curry,Quận Curry,kari jun,karika'unti,kou li xian,mqatʿt kwry,shhrstan kwry  awrgn,Карри,Каррі,Къри,Округ Кари,Քարի շրջան,شهرستان کوری، اورگن,مقاطعة كوري,کری کاؤنٹی، اوریگون,কারিকাউন্টি,カリー郡,寇里縣		US	OR	015	22364	America/Los_Angeles
5722958	Deschutes County	deschutes-county	Comitatul Deschutes,Comte de Deschutes,Comté de Deschutes,Condado de Deschutes,Condado han Deschutes,Contea di Deschutes,Deschutes,Deschutes Comitatus,Deschutes Kun,Deschutes Kūn,Deschutes konderria,Deschutes megye,Deshut,Deshuts,Desuts srjan,Dushuts,Hrabstwo Deschutes,Okrug Deshuts,Quan Deschutes,Quận Deschutes,de shu te xian,desacutesa ka'unti,deshutsu jun,mqatʿt dwstshtys,Дешут,Дешутс,Дъшутс,Округ Дешутс,Դեշուտս շրջան,مقاطعة دوستشتيس,ڈیشوٹس کاؤنٹی، اوریگون,দেসচুটেস কাউন্টি,デシューツ郡,德舒特縣		US	OR	017	157733	America/Los_Angeles
5723759	Douglas County	douglas-county	Comitatul Douglas,Comte de Douglas,Comté de Douglas,Condado de Douglas,Condado han Douglas,Contea di Douglas,Douglas,Douglas Comitatus,Douglas Kun,Douglas Kūn,Douglas konderria,Douglas megye,Duglas,Duglas srjan,Hrabstwo Douglas,Okrug Daglas,Quan Douglas,Quận Douglas,dagalasa ka'unti,dagurasu jun,dao ge la si xian,mqatʿt dwghlas,shhrstan daglas  awrgn,Дуглас,Дъглас,Округ Даглас,Դուգլաս շրջան,דאגלס,شهرستان داگلاس، اورگن,مقاطعة دوغلاس,ڈگلس کاؤنٹی، اوریگون,ডগলাস কাউন্টি,ダグラス郡,道格拉斯縣		US	OR	019	107667	America/Los_Angeles
5728364	Gilliam County	gilliam-county	Comitatul Gilliam,Comte de Gilliam,Comté de Gilliam,Condado de Gilliam,Condado han Gilliam,Contea di Gilliam,Gil'jam,Giliam srjan,Gilijam,Gilliam,Gilliam Comitatus,Gilliam Kun,Gilliam Kūn,Gilliam konderria,Gilliam megye,Gilliami maakond,Hrabstwo Gilliam,Okrug Gilijam,Quan Gilliam,Quận Gilliam,giriamu jun,ji lie mu xian,jiliyama ka'unti,mqatʿt ghylyam,shhrstan gylyam  awrgn,Гилиям,Округ Гилијам,Ґільям,Գիլիամ շրջան,شهرستان گیلیام، اورگن,مقاطعة غيليام,گلیام کاؤنٹی، اوریگون,জিলিয়াম কাউন্টি,ギリアム郡,吉列姆縣		US	OR	021	1871	America/Los_Angeles
5729054	Grant County	grant-county	Comitatul Grant,Comte de Grant,Comté de Grant,Condado de Grant,Condado han Grant,Contea di Grant,Grant,Grant Comitatus,Grant Kun,Grant Kūn,Grant konderria,Grant megye,Grant srjan,Granti maakond,Hrabstwo Grant,Okrug Grant,Quan Grant,Quận Grant,ge lan te xian,granta ka'unti,guranto jun,mqatʿt ghrant,shhrstan grant  awrgn,Грант,Округ Грант,Գրանտ շրջան,شهرستان گرانت، اورگن,مقاطعة غرانت,گرانٹ کاؤنٹی، اوریگون,গ্রান্ট কাউন্টি,グラント郡,格蘭特縣		US	OR	023	7445	America/Los_Angeles
5730293	Harney County	harney-county	Comitatul Harney,Comte de Harney,Comté de Harney,Condado de Harney,Condado han Harney,Contea di Harney,Garni,Harney,Harney Comitatus,Harney Kun,Harney Kūn,Harney konderria,Harney megye,Harni srjan,Hrabstwo Harney,Kharni,Okrug Kharni,Quan Harney,Quận Harney,ha ni xian,hani jun,harni ka'unti,mqatʿt harny,shhrstan harny  awrgn,Гарні,Округ Харни,Харни,Հարնի շրջան,شهرستان هارنی، اورگن,مقاطعة هارني,ہارنی کاؤنٹی، اوریگون,হার্নি কাউন্টি,ハーニー郡,哈尼縣		US	OR	025	7422	America/Los_Angeles
5731767	Hood River County	hood-river-county	Comitatul Hood River,Comtat de Hood River,Comte de Hood River,Comté de Hood River,Condado de Hood River,Condado han Hood River,Contea di Hood River,Gud-River,Hood River,Hood River Comitatus,Hood River Kun,Hood River Kūn,Hood River konderria,Hood River megye,Hrabstwo Hood River,Hud River srjan,Khud Rivur,Khud-River,Okrug Khud River,Quan Hood River,Quận Hood River,fuddoriba jun,hu de li fu xian,huda ribhara ka'unti,mqatʿt hwd ryfyr,shhrstan hwd rywr  awrgn,Гуд-Рівер,Округ Худ Ривер,Худ Ривър,Худ-Ривер,Հուդ Ռիվեր շրջան,شهرستان هود ریور، اورگن,مقاطعة هود ريفير,ہڈ ریور کاؤنٹی، اوریگون,হুড রিভার কাউন্টি,フッドリバー郡,胡德里佛縣		US	OR	027	22346	America/Los_Angeles
5733351	Jackson County	jackson-county	Comitatul Jackson,Comte de Jackson,Comté de Jackson,Condado de Jackson,Condado han Jackson,Contea di Jackson,Dzhaksun,Dzhekson,Hrabstwo Jackson,Jackson,Jackson Comitatus,Jackson Kun,Jackson Kūn,Jackson konderria,Jackson megye,Jacksoni maakond,Okrug DZekson,Quan Jackson,Quận Jackson,gqswn,jakuson jun,jie ke xun xian,jyakasana ka'unti,mqatʿt jakswn,shhrstan jkswn  awrgn,Джаксън,Джексон,Округ Џексон,Ջեքսոն շրջան,גקסון,جیکسن کاؤنٹی، اوریگون,شهرستان جکسون، اورگن,مقاطعة جاكسون,জ্যাকশন কাউন্টি,ジャクソン郡,傑克遜縣		US	OR	029	203206	America/Los_Angeles
5733534	Jefferson County	jefferson-county	Comitatul Jefferson,Comte de Jefferson,Comté de Jefferson,Condado de Jefferson,Condado han Jefferson,Contea di Jefferson,Dzhefersun,Dzhefferson,Hrabstwo Jefferson,Jeferson srjan,Jefferson,Jefferson Comitatus,Jefferson Kun,Jefferson Kūn,Jefferson konderria,Jefferson megye,Jeffersoni maakond,Okrug DZeferson,Quan Jefferson,Quận Jefferson,jefason jun,jepharasana ka'unti,jie fu xun xian,mqatʿt jyrfrswn,shhrstan jfrswn  awrgn,Джеферсън,Джефферсон,Округ Џеферсон,Ջեֆերսոն շրջան,جیفرسن کاؤنٹی، اوریگون,شهرستان جفرسون، اورگن,مقاطعة جيرفرسون,জেফারশন কাউন্টি,ジェファーソン郡,傑佛遜縣		US	OR	031	21720	America/Los_Angeles
5734120	Josephine County	josephine-county	Comitatul Josephine,Comte de Josephine,Comté de Josephine,Condado de Josephine,Condado han Josephine,Contea di Josephine,Dzhosefin,Dzhozefin,Hrabstwo Josephine,Josephine,Josephine Comitatus,Josephine Kun,Josephine Kūn,Josephine konderria,Josephine megye,Okrug DZosefin,Quan Josephine,Quận Josephine,Zozefin srjan,josefin jun,mqatʿt jwsyfyn,shhrstan jwzfyn  awrgn,yosephina ka'unti,yue se fen xian,Джозефин,Джозефін,Джосефин,Округ Џосефин,Ժոզեֆին շրջան,جوزفین کاؤنٹی، اوریگون,شهرستان جوزفین، اورگن,مقاطعة جوسيفين,যোসেফিন কাউন্টি,ジョセフィーン郡,約瑟芬縣		US	OR	033	82713	America/Los_Angeles
5735237	Klamath County	klamath-county	Comitatul Klamath,Comte de Klamath,Comté de Klamath,Condado de Klamath,Condado han Klamath,Contea di Klamath,Hrabstwo Klamath,Klamat,Klamath,Klamath Comitatus,Klamath Kun,Klamath Kūn,Klamath konderria,Klamath megye,Klamathi maakond,Klemet,Okrug Klamat,Quan Klamath,Quận Klamath,ke la ma si xian,klamatha ka'unti,kuramasu jun,mqatʿt klamath,shhrstan klamath  awrgn,Кламат,Клемет,Округ Кламат,Քլամաթ շրջան,קלאמת,شهرستان کلاماث، اورگن,مقاطعة كلاماث,کلیمیتھ کاؤنٹی، اوریگون,ক্লামঠ কাউন্টি,クラマス郡,克拉馬斯縣		US	OR	035	66380	America/Los_Angeles
5735647	Lake County	lake-county	Comitatul Lake,Comte de Lake,Comté de Lake,Condado de Lake,Condado han Lake,Contea di Lake,Hrabstwo Lake,Lake,Lake Comitatus,Lake Kun,Lake Kūn,Lake konderria,Lake megye,Lejk,Okrug Lejk,Quan Lake,Quận Lake,lai ke xian,leka ka'unti,mqatʿt lyk,reiku jun,shhrstan lyk  awrgn,Лейк,Округ Лејк,Լեյք շրջան,شهرستان لیک، اورگن,لیک کاؤنٹی، اوریگون,مقاطعة ليك,লেক কাউন্টি,レイク郡,萊克縣		US	OR	037	7895	America/Los_Angeles
5735869	Lane County	lane-county	Comitatul Lane,Comte de Lane,Comté de Lane,Condado de Lane,Condado han Lane,Contea di Lane,Hrabstwo Lane,Lane,Lane Comitatus,Lane Kun,Lane Kūn,Lane konderria,Lane megye,Lanei maakond,Lejn,Leyn srjan,Okrug Lejn,Quan Lane,Quận Lane,lei en xian,lena ka'unti,ren jun,shhrstan lyn  awrgn,Лейн,Округ Лејн,Լեյն շրջան,شهرستان لین، اورگن,لین کاؤنٹی، اوریگون,مقاطعة ليني,লেন কাউন্টি,レーン郡,雷恩縣		US	OR	039	351715	America/Los_Angeles
5736643	Lincoln County	lincoln-county	Comitatul Lincoln,Comte de Lincoln,Comté de Lincoln,Condado de Lincoln,Condado han Lincoln,Contea di Lincoln,Hrabstwo Lincoln,Lincoln,Lincoln Comitatus,Lincoln Kun,Lincoln Kūn,Lincoln konderria,Lincoln megye,Lincolni maakond,Linkol'n,Linkoln srjan,Linkuln,Okrug Linkoln,Quan Lincoln,Quận Lincoln,lin ken xian,linkana ka'unti,mqatʿt lynkwn,rinkan jun,shhrstan lynkln  awrgn,Линкольн,Линкълн,Лінкольн,Округ Линколн,Լինկոլն շրջան,شهرستان لینکلن، اورگن,لنکن کاؤنٹی، اوریگون,مقاطعة لينكون,লিঙ্কন কাউন্টি,リンカーン郡,林肯縣		US	OR	041	46034	America/Los_Angeles
5736713	Linn County	linn-county	Comitatul Linn,Comte de Linn,Comté de Linn,Condado de Linn,Condado han Linn,Contea di Linn,Hrabstwo Linn,Lin,Linn,Linn Comitatus,Linn Kun,Linn Kūn,Linn konderria,Linn megye,Okrug Lin,Quan Linn,Quận Linn,lin xian,lina ka'unti,mqatʿt lyn,rin jun,Лин,Линн,Лінн,Округ Лин,مقاطعة لين,লিন কাউন্টি,リン郡,林縣		US	OR	043	116672	America/Los_Angeles
5738839	Malheur County	malheur-county	Comitatul Malheur,Comte de Malheur,Comté de Malheur,Condado de Malheur,Condado han Malheur,Contea di Malheur,Hrabstwo Malheur,Maler,Malher srjan,Malheur,Malheur Comitatus,Malheur Kun,Malheur Kūn,Malheur konderria,Malheur megye,Malkhiur,Malur,Okrug Malkhir,Quan Malheur,Quận Malheur,ma lu er xian,malahe'ura ka'unti,maruhyua jun,mqatʿt mahwr,shhrstan malhwr  awrgn,Малер,Малур,Малхиър,Округ Малхир,Մալհեր շրջան,شهرستان مالهور، اورگن,مالہیر کاؤنٹی، اوریگون,مقاطعة ماهور,মালহেউর কাউন্টি,マルヒュア郡,馬盧爾縣		US	OR	045	31313	America/Boise
5739051	Marion County	marion-county	Comitatul Marion,Comte de Marion,Comté de Marion,Condado de Marion,Condado han Marion,Contea di Marion,Hrabstwo Marion,Marion,Marion Comitatus,Marion Kun,Marion Kūn,Marion konderria,Marion megye,Marion srjan,Marioni maakond,Mariun,Mehrion,Merion,Okrug Marion,Quan Marion,Quận Marion,ma li ang xian,mari'ona ka'unti,marion jun,mqatʿt marywn,shhrstan marywn  awrgn,Мариън,Меріон,Мэрион,Округ Марион,Մարիոն շրջան,شهرستان ماریون، اورگن,ماریون کاؤنٹی، اوریگون,مقاطعة ماريون,মারিওন কাউন্টি,マリオン郡,馬里昂縣		US	OR	047	315335	America/Los_Angeles
5741531	Morrow County	morrow-county	Comitatul Morrow,Comte de Morrow,Comté de Morrow,Condado de Morrow,Condado han Morrow,Contea di Morrow,Hrabstwo Morrow,Marrou,Morou,Morou srjan,Morrou,Morrow,Morrow Comitatus,Morrow Kun,Morrow Kūn,Morrow konderria,Morrow maakond,Morrow megye,Okrug Morou,Quan Morrow,Quận Morrow,mo luo xian,molo gun,moro jun,morora ka'unti,mqatʿt mwrw,shhrstan mwrw  awrgn,Марроу,Мороу,Морроу,Округ Мороу,Մորոու շրջան,شهرستان مورو، اورگن,مقاطعة مورو,موروو کاؤنٹی، اوریگون,মোরোৱ কাউন্টি,モロー郡,莫羅縣,모로 군		US	OR	049	11173	America/Los_Angeles
5742126	Multnomah County	multnomah-county	Comitatul Multnomah,Comte de Multnomah,Comté de Multnomah,Condado de Multnomah,Condado han Multnomah,Contea di Multnomah,Hrabstwo Multnomah,Malnoma,Maltnoma,Multnoma,Multnoma srjan,Multnomah,Multnomah Comitatus,Multnomah Kun,Multnomah Kūn,Multnomah konderria,Multnomah megye,Okrug Multnoma,Quan Multnomah,Quận Multnomah,maltanomaha ka'unti,marutonoma jun,mqatʿt mwltnwmah,mu er te nuo mo xian,shhrstan mwltnwmh  awrgn,Малнома,Малтнома,Мълтнома,Округ Мултнома,Մուլտնոմա շրջան,شهرستان مولتنومه، اورگن,مقاطعة مولتنوماه,ملتنوماہ کاؤنٹی، اوریگون,মাল্টনোমাহ কাউন্টি,マルトノマ郡,姆尔特诺默县		US	OR	051	735334	America/Los_Angeles
5746351	Polk County	polk-county	Comitatul Polk,Comte de Polk,Comté de Polk,Condado de Polk,Condado han Polk,Contea di Polk,Hrabstwo Polk,Okrug Polk,Polk,Polk Comitatus,Polk Kun,Polk Kūn,Polk konderria,Polk megye,Polki maakond,Quan Polk,Quận Polk,bo er ke xian,mqatʿt bwlk,poku jun,polka ka'unti,shhrstan pwlk  awrgn,Округ Полк,Полк,Փոլկ շրջան,شهرستان پولک، اورگن,مقاطعة بولك,پوک کاؤنٹی، اوریگون,পোল্ক কাউন্টি,ポーク郡,波爾克縣		US	OR	053	75403	America/Los_Angeles
5751614	Sherman County	sherman-county	Comitatul Sherman,Comte de Sherman,Comté de Sherman,Condado de Sherman,Condado han Sherman,Contea di Sherman,Hrabstwo Sherman,Okrug Sherman,Quan Sherman,Quận Sherman,Sermen srjan,Sherman,Sherman Comitatus,Sherman Kun,Sherman Kūn,Sherman konderria,Sherman megye,Shurman,mqatʿt shyrman,seramyana ka'unti,shaman jun,shhrstan shrmn  awrgn,xie er man xian,Округ Шерман,Шерман,Шърман,Շերմեն շրջան,شهرستان شرمن، اورگن,شیرمین کاؤنٹی، اوریگون,مقاطعة شيرمان,শেরম্যান কাউন্টি,シャーマン郡,謝爾曼縣		US	OR	055	1765	America/Los_Angeles
5756780	Tillamook County	tillamook-county	Comitatul Tillamook,Comte de Tillamook,Comté de Tillamook,Condado de Tillamook,Condado han Tillamook,Contea di Tillamook,Hrabstwo Tillamook,Okrug Tilamuk,Quan Tillamook,Quận Tillamook,Tilamuk,Tillamook,Tillamook Comitatus,Tillamook Kun,Tillamook Kūn,Tillamook konderria,Tillamook megye,Tillamooki maakond,Tillamuk,mqatʿt tylamwk,shhrstan tylamwk  awrgn,ti la mu ke xian,tilramoka ka'unti,tiramukku jun,Округ Тиламук,Тиламук,Тилламук,Тілламук,Թիլամուկ շրջան,شهرستان تیلاموک، اورگن,مقاطعة تيلاموك,ٹیلاموک کاؤنٹی، اوریگون,টিল্রামোক কাউন্টি,ティラムック郡,提拉木克縣		US	OR	057	25250	America/Los_Angeles
5758058	Umatilla County	umatilla-county	Comitatul Umatilla,Comte d'Umatilla,Comté d'Umatilla,Condado de Umatilla,Condado han Umatilla,Contea di Umatilla,Hrabstwo Umatilla,Jumatila,Jumatilla,Okrug Jumatila,Quan Umatilla,Quận Umatilla,Umatilla,Umatilla Comitatus,Umatilla Kun,Umatilla Kūn,Umatilla konderria,Umatilla megye,Yumatila srjan,mqatʿt awmatyla,shhrstan awmatyla  awrgn,umitilla ka'unti,you ma di la xian,yumatira jun,Округ Јуматила,Уматілла,Юматила,Юматилла,Յումատիլա շրջան,شهرستان اوماتیلا، اورگن,مقاطعة أوماتيلا,یومیٹیلا کاؤنٹی، اوریگون,উমিটিল্লা কাউন্টি,ユマティラ郡,尤馬蒂拉縣		US	OR	059	75889	America/Los_Angeles
5758120	Union County	union-county	Comitatul Union,Comte d'Union,Comté d'Union,Condado de Union,Condado han Union,Contea di Union,Hrabstwo Union,Junion,Juniun,Okrug Junion,Quan Union,Quận Union,Union,Union Comitatus,Union Kun,Union Kūn,Union konderria,Union megye,Yunion srjan,i'uniyana ka'unti,mqatʿt ywnywn,shhrstan ywnywn  awrgn,you ni ang xian,yunion jun,Округ Јунион,Юнион,Юниън,Юніон,Յունիոն շրջան,شهرستان یونیون، اورگن,مقاطعة يونيون,یونین کاؤنٹی، اوریگون,ইউনিয়ন কাউন্টি,ユニオン郡,猶尼昂縣		US	OR	061	25748	America/Los_Angeles
5759046	Wallowa County	wallowa-county	Comitatul Wallowa,Comte de Wallowa,Comté de Wallowa,Condado de Wallowa,Condado han Wallowa,Contea di Wallowa,Hrabstwo Wallowa,Okrug Valaua,Owalova srjan,Quan Wallowa,Quận Wallowa,Uolloua,Uoloua,Vallova,Wallowa,Wallowa Comitatus,Wallowa Kun,Wallowa Kūn,Wallowa konderria,Wallowa megye,mqatʿt walwwa,raalaraauya ka'unti,shhrstan walwwa  awrgn,wa luo wa xian,warowa jun,Валлова,Округ Валауа,Уоллоуа,Уолоуа,Ուալովա շրջան,شهرستان والووا، اورگن,مقاطعة والووا,والووا کاؤنٹی، اوریگون,ৱালাৱৌয়া কাউন্টি,ワローワ郡,瓦洛瓦縣		US	OR	063	7008	America/Los_Angeles
5759298	Wasco County	wasco-county	Comitatul Wasco,Comte de Wasco,Comté de Wasco,Condado de Wasco,Condado han Wasco,Contea di Wasco,Hrabstwo Wasco,Okrug Vosko,Owasko srjan,Quan Wasco,Quận Wasco,Uasko,Vasko,Wasco,Wasco Comitatus,Wasco Kun,Wasco Kūn,Wasco konderria,Wasco maakond,Wasco megye,mqatʿt waskw,raasako ka'unti,shhrstan waskw  awrgn,wasuko jun,wo si ke xian,Васко,Округ Воско,Уаско,Ուասկո շրջան,شهرستان واسکو، اورگن,مقاطعة واسكو,واسکو کاؤنٹی، اوریگون,ৱাসকো কাউন্টি,ワスコ郡,沃斯科縣		US	OR	065	25213	America/Los_Angeles
5759333	Washington County	washington-county	Comitatul Washington,Comte de Washington,Comté de Washington,Condado de Washington,Condado han Washington,Contea di Washington,Hrabstwo Washington,Okrug Vashington,Quan Washington,Quận Washington,Uoshingtun,Vashington,Vasington srjan,Washington,Washington Comitatus,Washington Kun,Washington Kūn,Washington konderria,Washington megye,Washingtoni maakond,hua sheng dun xian,mqatʿt washntn,raasintana ka'unti,shhrstan washyngtn  awrgn,washinton jun,Вашингтон,Округ Вашингтон,Уошингтън,Վաշինգտոն շրջան,شهرستان واشینگتن، اورگن,مقاطعة واشنطن,واشنگٹن کاؤنٹی، اوریگون,ৱাশিংটন কাউন্টি,ワシントン郡,華盛頓縣		US	OR	067	529710	America/Los_Angeles
5760229	Wheeler County	wheeler-county	Comitatul Wheeler,Comte de Wheeler,Comté de Wheeler,Condado de Wheeler,Condado han Wheeler,Contea di Wheeler,Hrabstwo Wheeler,Okrug Viler,Owiler srjan,Quan Wheeler,Quận Wheeler,Uijlur,Uiler,Viler,Wheeler,Wheeler Comitatus,Wheeler Kun,Wheeler Kūn,Wheeler konderria,Wheeler megye,Wheeleri maakond,hu'ilara ka'unti,hui lei xian,mqatʿt wylyr,shhrstan wylr  awrgn,u~ira jun,Вілер,Округ Вилер,Уийлър,Уилер,Ուիլեր շրջան,شهرستان ویلر، اورگن,مقاطعة ويلير,وہیلر کاؤنٹی، اوریگون,হুইলার কাউন্টি,ウィーラー郡,惠勒縣		US	OR	069	1441	America/Los_Angeles
5761960	Yamhill County	yamhill-county	Comte de Yamhill,Comté de Yamhill,Yamhill		US	OR	071	99193	America/Los_Angeles
5762756	Bennett County	bennett-county	Benet,Benet srjan,Bennett,Bennett Kun,Bennett Kūn,Bennett konderria,Bennett megye,Comitatul Bennett,Comte de Bennett,Comté de Bennett,Condado de Bennett,Condado han Bennett,Contea di Bennett,Hrabstwo Bennett,Okrug Benet,Quan Bennett,Quận Bennett,ben ni te xian,benetto jun,benneta ka'unti,mqatʿt bnyt,shhrstan bnt  dakwtay jnwby,Бенет,Беннетт,Округ Бенет,Բենետ շրջան,بینٹ کاؤنٹی,بینٹ کاؤنٹی، جنوبی ڈکوٹا,شهرستان بنت، داکوتای جنوبی,مقاطعة بنيت,বেন্নেট কাউন্টি,ベネット郡,本尼特縣		US	SD	007	3431	America/Denver
5763234	Butte County	butte-county	B'jutt,Bjut,Bjutt,Butte,Butte Kun,Butte Kūn,Butte konderria,Butte megye,Byut srjan,Comitatul Butte,Comte de Butte,Comté de Butte,Condado de Butte,Condado han Butte,Contea di Butte,Hrabstwo Butte,Okrug Bjut,Quan Butte,Quận Butte,batte ka'unti,bu you te xian,byuto jun,mqatʿt bwt,shhrstan bywt  dakwtay jnwby,Бьютт,Бют,Бютт,Округ Бјут,Բյուտ շրջան,بٹ کاؤنٹی,شهرستان بیوت، داکوتای جنوبی,مقاطعة بوت,বাট্টে কাউন্টি,ビュート郡,布尤特縣		US	SD	019	10110	America/Denver
5763333	Campbell County	campbell-county	Campbell,Campbell Kun,Campbell Kūn,Campbell konderria,Campbell megye,Comitatul Campbell,Comte de Campbell,Comté de Campbell,Condado de Campbell,Condado han Campbell,Contea di Campbell,Hrabstwo Campbell,Kehmpbell,Kembul,Kempbell,Okrug Kembel,Quan Campbell,Quận Campbell,kan bei er xian,kyampabela ka'unti,kyanberu jun,mqatʿt kambyl,shhrstan kmbl  dakwtay jnwby,Кембъл,Кемпбелл,Кэмпбелл,Округ Кембел,Քամփբել շրջան,شهرستان کمبل، داکوتای جنوبی,مقاطعة كامبيل,کیمبل کاؤنٹی، جنوبی ڈکوٹا,کیمپبل کاؤنٹی، ساؤتھ ڈیکوٹا,ক্যাম্পবেল কাউন্টি,キャンベル郡,坎貝爾縣		US	SD	021	1466	America/Chicago
5763761	Corson County	corson-county	Comitatul Corson,Comte de Corson,Comté de Corson,Condado de Corson,Condado han Corson,Contea di Corson,Corson,Corson Kun,Corson Kūn,Corson konderria,Corson megye,Hrabstwo Corson,Korson,Korsun,Okrug Korson,Quan Corson,Quận Corson,ke sen xian,korasona ka'unti,koson jun,mqatʿt kwrswn,shhrstan kwrsan  dakwtay jnwby,Корсон,Корсън,Округ Корсон,Քորսոն շրջան,شهرستان کورسان، داکوتای جنوبی,مقاطعة كورسون,کورسن کاؤنٹی,کورسن کاؤنٹی، جنوبی ڈکوٹا,কোরসোন কাউন্টি,コーソン郡,科森縣		US	SD	031	4050	America/Denver
5763916	Custer County	custer-county	Comitatul Custer,Comte de Custer,Comté de Custer,Condado de Custer,Condado han Custer,Contea di Custer,Custer,Custer Kun,Custer Kūn,Custer konderria,Custer megye,Hrabstwo Custer,Kaster,Kustur,Okrug Kaster,Quan Custer,Quận Custer,ka si te xian,kastara ka'unti,kasuta jun,mqatʿt kstr,shhrstan kastr  dakwtay jnwby,Кастер,Къстър,Округ Кастер,Քաստեր շրջան,شهرستان کاستر، داکوتای جنوبی,مقاطعة كستر,کسٹر کاؤنٹی,کیسٹر کاؤنٹی، جنوبی ڈکوٹا,কাস্টার কাউন্টি,カスター郡,卡斯特縣		US	SD	033	8216	America/Denver
5764119	Dewey County	dewey-county	Comitatul Dewey,Comte de Dewey,Comté de Dewey,Condado de Dewey,Condado han Dewey,Contea di Dewey,D'jui,Dewey,Dewey Kun,Dewey Kūn,Dewey konderria,Dewey maakond,Dewey megye,Djui,Dui srjan,Hrabstwo Dewey,Okrug Djui,Quan Dewey,Quận Dewey,de~yui jun,dirai ka'unti,du wei xian,mqatʿt dywy,shhrstan dywyy  dakwtay jnwby,Дьюи,Дьюї,Дюи,Округ Дјуи,Դուի շրջան,شهرستان دیویی، داکوتای جنوبی,مقاطعة ديوي,ڈیوی کاؤنٹی,ڈیوی کاؤنٹی، جنوبی ڈکوٹا,ডিৱি কাউন্টি,デューイ郡,杜威縣		US	SD	041	5301	America/Denver
5764690	Fall River County	fall-river-county	Comitatul Fall River,Comte de Fall River,Comté de Fall River,Condado de Fall River,Condado han Fall River,Contea di Fall River,Fall River,Fall River Kun,Fall River Kūn,Fall River konderria,Fall River megye,Fol River srjan,Fol Rivur,Fol-River,Foll-River,Hrabstwo Fall River,Okrug Fol River,Quan Fall River,Quận Fall River,foruriba jun,fu er li fu xian,mqatʿt fwl ryfr,phala ribhara ka'unti,shhrstan fal rywr  dakwtay jnwby,Округ Фол Ривер,Фол Ривър,Фол-Ривер,Фолл-Рівер,Ֆոլ Ռիվեր շրջան,شهرستان فال ریور، داکوتای جنوبی,فال روور کاؤنٹی,فال ریور کاؤنٹی، جنوبی ڈکوٹا,مقاطعة فول ريفر,ফল রিভার কাউন্টি,フォールリバー郡,福爾里弗縣		US	SD	047	7094	America/Denver
5765294	Haakon County	haakon-county	Comitatul Haakon,Comte de Haakon,Comté de Haakon,Condado de Haakon,Condado han Haakon,Contea di Haakon,Haakon,Haakon Kun,Haakon Kūn,Haakon konderria,Haakon megye,Hakon srjan,Hrabstwo Haakon,Khejkun,Khokon,Okrug Khokon,Quan Haakon,Quận Haakon,ha kang xian,hakon jun,hakona ka'unti,shhrstan hakwn  dakwtay jnwby,Округ Хокон,Хейкън,Хокон,Հակոն շրջան,شهرستان هاکون، داکوتای جنوبی,مقاطعة هاكون,ہاکون کاؤنٹی,ہاکون کاؤنٹی، جنوبی ڈکوٹا,হাকোন কাউন্টি,ハーコン郡,哈康縣		US	SD	055	1937	America/Denver
5765341	Harding County	harding-county	Comitatul Harding,Comte de Harding,Comté de Harding,Condado de Harding,Condado han Harding,Contea di Harding,Garding,Harding,Harding Kun,Harding Kūn,Harding konderria,Harding megye,Harding srjan,Hardingi maakond,Hrabstwo Harding,Kharding,Okrug Kharding,Quan Harding,Quận Harding,ha ding xian,hadingu jun,haradim ka'unti,mqatʿt hardyngh,shhrstan hardyng  dakwtay jnwby,Гардінґ,Округ Хардинг,Хардинг,Հարդինգ շրջան,شهرستان هاردینگ، داکوتای جنوبی,مقاطعة هاردينغ,ہارڈنگ کاؤنٹی,ہارڈنگ کاؤنٹی، جنوبی ڈکوٹا,হারডিং কাউন্টি,ハーディング郡,哈定縣		US	SD	063	1255	America/Denver
5765964	Jackson County	jackson-county	Comitatul Jackson,Comte de Jackson,Comté de Jackson,Condado de Jackson,Condado han Jackson,Contea di Jackson,Dzhaksun,Dzhekson,Hrabstwo Jackson,Jackson,Jackson Kun,Jackson Kūn,Jackson konderria,Jackson megye,Jacksoni maakond,Okrug DZekson,Quan Jackson,Quận Jackson,jakuson jun,jie ke xun xian,jyakasana ka'unti,mqatʿt jakswn,shhrstan jkswn  dakwtay jnwby,Джаксън,Джексон,Округ Џексон,Ջեքսոն շրջան,جیکسن کاؤنٹی، جنوبی ڈکوٹا,جیکسن کاؤنٹی، ساؤتھ ڈیکوٹا,شهرستان جکسون، داکوتای جنوبی,مقاطعة جاكسون,জ্যাকশন কাউন্টি,ジャクソン郡,杰克逊县		US	SD	071	3031	America/Denver
5766096	Jones County	jones-county	Comitatul Jones,Comte de Jones,Comté de Jones,Condado de Jones,Condado han Jones,Contea di Jones,Dzhons,Dzhouns,Hrabstwo Jones,Jones,Jones Kun,Jones Kūn,Jones konderria,Jones megye,Jonesi maakond,Jons srjan,Okrug DZouns,Quan Jones,Quận Jones,jonsa ka'unti,jonzu jun,mqatʿt jwnz,qiong si xian,shhrstan jwnz  dakwtay jnwby,Джонс,Джоунс,Округ Џоунс,Ջոնս շրջան,جونز کاؤنٹی، جنوبی ڈکوٹا,جونز کاؤنٹی، ساؤتھ ڈیکوٹا,شهرستان جونز، داکوتای جنوبی,مقاطعة جونز,জোন্স কাউন্টি,ジョーンズ郡,瓊斯縣		US	SD	075	1006	America/Chicago
5766411	Lawrence County	lawrence-county	Comitatul Lawrence,Comte de Lawrence,Comté de Lawrence,Condado de Lawrence,Condado han Lawrence,Contea di Lawrence,Hrabstwo Lawrence,Lawrence,Lawrence Kun,Lawrence Kūn,Lawrence konderria,Lawrence megye,Lorens,Loruns,Lourens,Lourens srjan,Okrug Lorens,Quan Lawrence,Quận Lawrence,lao lun si xian,lararensa ka'unti,mqatʿt lwryns,rorensu jun,shhrstan larns  dakwtay jnwby,Лоренс,Лорънс,Лоуренс,Округ Лоренс,Լոուրենս շրջան,شهرستان لارنس، داکوتای جنوبی,لارنس کاؤنٹی، جنوبی ڈکوٹا,لارنس کاؤنٹی، ساؤتھ ڈیکوٹا,مقاطعة لورينس,লৱরেন্স কাউন্টি,ローレンス郡,勞倫斯縣		US	SD	081	24097	America/Denver
5767000	Meade County	meade-county	Comitatul Meade,Comte de Meade,Comté de Meade,Condado de Meade,Condado han Meade,Contea di Meade,Hrabstwo Meade,Meade,Meade Kun,Meade Kūn,Meade konderria,Meade megye,Mid,Mid srjan,Mijd,Okrug Mid,Quan Meade,Quận Meade,mi de xian,mido jun,miyade ka'unti,mqatʿt myd,shhrstan myd  dakwtay jnwby,Мид,Мийд,Мід,Округ Мид,Միդ շրջան,شهرستان مید، داکوتای جنوبی,مقاطعة ميد,میڈ کاؤنٹی، جنوبی ڈکوٹا,میڈ کاؤنٹی، ساؤتھ ڈیکوٹا,মিয়াডে কাউন্টি,ミード郡,米德縣		US	SD	093	25434	America/Denver
5767033	Mellette County	mellette-county	Comitatul Mellette,Comte de Mellette,Comté de Mellette,Condado de Mellette,Condado han Mellette,Contea di Mellette,Hrabstwo Mellette,Melet,Melet srjan,Mellett,Mellette,Mellette Kun,Mellette Kūn,Mellette konderria,Mellette megye,Militt,Okrug Melet,Quan Mellette,Quận Mellette,mei lai te xian,mellete ka'unti,meretto jun,shhrstan mlt  dakwtay jnwby,Мелет,Меллетт,Милитт,Округ Мелет,Մելետ շրջան,شهرستان ملت، داکوتای جنوبی,مقاطعة ميليت,میلٹے کاؤنٹی,میلیٹ کاؤنٹی، جنوبی ڈکوٹا,মেল্লেটে কাউন্টি,メレット郡,梅萊特縣		US	SD	095	2048	America/Chicago
5767840	Pennington County	pennington-county	Comitatul Pennington,Comte de Pennington,Comté de Pennington,Condado de Pennington,Condado han Pennington,Contea di Pennington,Hrabstwo Pennington,Okrug Penington,Peningtun,Pennington,Pennington Kun,Pennington Kūn,Pennington konderria,Pennington megye,Penningtoni maakond,Quan Pennington,Quận Pennington,mqatʿt bnynghtwn,peng ning dun xian,penintana ka'unti,peninton jun,shhrstan pnyngtn  dakwtay jnwby,Округ Пенингтон,Пенингтън,Пеннингтон,Пеннінґтон,Փենինգտոն շրջան,شهرستان پنینگتن، داکوتای جنوبی,مقاطعة بنينغتون,پیننگٹن کاؤنٹی,پینینگٹن کاؤنٹی، جنوبی ڈکوٹا,পেনিংটন কাউন্টি,ペニントン郡,彭寧頓縣		US	SD	103	100948	America/Denver
5767864	Perkins County	perkins-county	Comitatul Perkins,Comte de Perkins,Comté de Perkins,Condado de Perkins,Condado han Perkins,Contea di Perkins,Hrabstwo Perkins,Okrug Perkins,Perkins,Perkins Kun,Perkins Kūn,Perkins konderria,Perkins megye,Perkinsi maakond,Purkins,Quan Perkins,Quận Perkins,mqatʿt brkynz,pakinzu jun,parkinasa ka'unti,po jin si xian,shhrstan prkyns  dakwtay jnwby,Округ Перкинс,Перкинс,Перкінс,Пъркинс,Փերկինս շրջան,شهرستان پرکینس، داکوتای جنوبی,مقاطعة بركينز,پرکنز کاؤنٹی,پرکنز کاؤنٹی، جنوبی ڈکوٹا,পার্কিনস কাউন্টি,パーキンズ郡,珀金斯縣		US	SD	105	2982	America/Denver
5768976	Oglala Lakota County	oglala-lakota-county	Comitatul Oglala Lakota,Comte d'Oglala Lakota,Comte de Shannon,Comté d'Oglala Lakota,Comté de Shannon,Condado de Shannon,Condado han Shannon,Contea di Shannon,Hrabstwo Shannon,Oglala Lakota,Oglala Lakota County,Oglala Lakota Kun,Oglala Lakota Kūn,Oglala Lakota konderria,Oglala Lakota maakond,Oglala Lakota megye,Oglala-Lakota,Okrug Shenon,Quan Shannon,Quận Shannon,Senon srjan,Shannon County,Shanun,Shennon,mqatʿt shanwn,sanana ka'unti,shanon jun,shhrstan shnwn  dakwtay jnwby,xiang nong xian,Оглала-Лакота,Округ Шенон,Шанън,Шеннон,Շենոն շրջան,اوگلالا لاکوٹا کاؤنٹی، جنوبی ڈکوٹا,شهرستان شنون، داکوتای جنوبی,شینون کاؤنٹی,مقاطعة شانون,শানন কাউন্টি,シャノン郡,香農縣		US	SD	102	13586	America/Denver
5769386	Stanley County	stanley-county	Comitatul Stanley,Comte de Stanley,Comté de Stanley,Condado de Stanley,Condado han Stanley,Contea di Stanley,Hrabstwo Stanley,Okrug Stenli,Quan Stanley,Quận Stanley,Stanley,Stanley Kun,Stanley Kūn,Stanley konderria,Stanley maakond,Stanley megye,Stehnli,Stenli,Stenli srjan,mqatʿt stanly,shhrstan astnly  dakwtay jnwby,si tan li xian,stenali ka'unti,sutanri jun,Округ Стенли,Стенли,Стенлі,Стэнли,Ստենլի շրջան,اسٹینلی کاؤنٹی، جنوبی ڈکوٹا,سٹینلے کاؤنٹی,شهرستان استنلی، داکوتای جنوبی,مقاطعة ستانلي,স্টেনলি কাউন্টি,スタンリー郡,斯坦利縣		US	SD	117	2966	America/Denver
5769502	Sully County	sully-county	Comitatul Sully,Comte de Sully,Comté de Sully,Condado de Sully,Condado han Sully,Contea di Sully,Hrabstwo Sully,Okrug Sali,Quan Sully,Quận Sully,Sali srjan,Salli,Suli,Sully,Sully Kun,Sully Kūn,Sully konderria,Sully megye,mqatʿt swly,sa li xian,sari jun,shhrstan swly  dakwtay jnwby,sulli ka'unti,Округ Сали,Салли,Саллі,Съли,Սալի շրջան,سلی کاؤنٹی,سولی کاؤنٹی، جنوبی ڈکوٹا,شهرستان سولی، داکوتای جنوبی,مقاطعة سولي,সুল্লি কাউন্টি,サリー郡,薩利縣		US	SD	119	1373	America/Chicago
5769778	Todd County	todd-county	Comitatul Todd,Comte de Todd,Comté de Todd,Condado de Todd,Condado han Todd,Contea di Todd,Hrabstwo Todd,Okrug Tod,Quan Todd,Quận Todd,Todd,Todd Kun,Todd Kūn,Todd konderria,Todd megye,mqatʿt twd,shhrstan tad  dakwtay jnwby,toda ka'unti,toddo jun,tuo de xian,Округ Тод,Тодд,Թոդ շրջան,شهرستان تاد، داکوتای جنوبی,مقاطعة تود,ٹاڈ کاؤنٹی، ساؤتھ ڈیکوٹا,ٹوڈ کاؤنٹی، جنوبی ڈکوٹا,টোড কাউন্টি,トッド郡,托德縣		US	SD	121	9612	America/Chicago
5770576	Ziebach County	ziebach-county	Comitatul Ziebach,Comte de Ziebach,Comté de Ziebach,Condado de Ziebach,Condado han Ziebach,Contea di Ziebach,Hrabstwo Ziebach,Okrug Zibak,Quan Ziebach,Quận Ziebach,Zibakh,Zibek,Ziebach,Ziebach Kun,Ziebach Kūn,Ziebach konderria,Ziebach megye,Zijbak,jibakku jun,jiyebaca ka'unti,mqatʿt zybatsh,qi ba he xian,shhrstan zybach  dakwtay jnwby,Зибах,Зийбак,Зібек,Округ Зибак,Զիբաք շրջան,زیباخ کاؤنٹی,زیباخ کاؤنٹی، جنوبی ڈکوٹا,شهرستان زیباچ، داکوتای جنوبی,مقاطعة زيباتش,জিয়েবাচ কাউন্টি,ジーバック郡,齊巴赫縣		US	SD	137	2801	America/Denver
5771875	Box Elder County	box-elder-county	Boks Eldur,Boks-Ehlder,Boks-Elder,Box Elder,Box Elder Comitatus,Box Elder Kun,Box Elder Kūn,Box Elder konderria,Box Elder megye,Box Elderin piirikunta,Comitatul Box Elder,Comte de Box Elder,Comté de Box Elder,Condado de Box Elder,Condado han Box Elder,Contea di Box Elder,Hrabstwo Box Elder,Okrug Boks Elder,Quan Box Elder,Quận Box Elder,baksa'eladara ka'unti,bo ke si ai er de xian,bokkusueruda jun,mqatʿt bwks aldyr,shhrstan baks aldr  ywta,Бокс Елдър,Бокс-Елдер,Бокс-Элдер,Округ Бокс Елдер,Բոքս Էլդեր շրջան,باکس الڈر کاؤنٹی,باکس ایلڈر کاؤنٹی، یوٹاہ,شهرستان باکس الدر، یوتا,مقاطعة بوكس إلدير,বক্সএলডার কাউন্টি,ボックスエルダー郡,博克斯埃爾德縣		US	UT	003	49975	America/Denver
5772317	Cache County	cache-county	Cache,Cache Comitatus,Cache Kun,Cache Kūn,Cache konderria,Cache megye,Comitatul Cache,Comte de Cache,Comté de Cache,Condado de Cache,Condado han Cache,Contea di Cache,Hrabstwo Cache,Kehsh,Kesh,Okrug Kash,Quan Cache,Quận Cache,ka shen xian,kace ka'unti,kyasshu jun,mqatʿt kash,shhrstan ksh  ywta,Кеш,Кэш,Округ Каш,Քեշ շրջան,شهرستان کش، یوتا,مقاطعة كاش,کیش کاؤنٹی، یوٹاہ,کیشے کاؤنٹی,কাচে কাউন্টি,キャッシュ郡,卡什縣		US	UT	005	112656	America/Denver
5773608	Daggett County	daggett-county	Comitatul Daggett,Comte de Daggett,Comté de Daggett,Condado de Daggett,Condado han Daggett,Contea di Daggett,Daget,Daget srjan,Daggett,Daggett Comitatus,Daggett Kun,Daggett Kūn,Daggett konderria,Daggett megye,Hrabstwo Daggett,Okrug Daget,Quan Daggett,Quận Daggett,da gai te xian,dagetto jun,daggeta ka'unti,mqatʿt daghyt,shhrstan dgt  ywta,Даггетт,Дагет,Даґґетт,Округ Дагет,Դագետ շրջան,شهرستان دگت، یوتا,مقاطعة داغيت,ڈیگٹ کاؤنٹی,ڈیگیٹ کاؤنٹی، یوٹاہ,ডাগ্গেট কাউন্টি,ダゲット郡,達蓋特縣		US	UT	009	1059	America/Denver
5773664	Davis County	davis-county	Comitatul Davis,Comte de Davis,Comté de Davis,Condado de Davis,Condado han Davis,Contea di Davis,Davis,Davis Comitatus,Davis Kun,Davis Kūn,Davis konderria,Davis megye,Dejvis,Devis,Deyvis srjan,Hrabstwo Davis,Okrug Dejvis,Quan Davis,Quận Davis,dai wei si xian,debhisa ka'unti,debisu jun,mqatʿt dafyz,shhrstan dywys  ywta,Девіс,Дейвис,Округ Дејвис,Դեյվիս շրջան,شهرستان دیویس، یوتا,مقاطعة دافيز,ڈیوس کاؤنٹی، یوٹاہ,ডেভিস কাউন্টি,デービス郡,戴維斯縣		US	UT	011	306479	America/Denver
5774137	Duchesne County	duchesne-county	Comitatul Duchesne,Comte de Duchesne,Comté de Duchesne,Condado de Duchesne,Condado han Duchesne,Contea di Duchesne,Djushen,Duchesne,Duchesne Comitatus,Duchesne Kun,Duchesne Kūn,Duchesne konderria,Duchesne megye,Duchesnei maakond,Dusen srjan,Dushejn,Hrabstwo Duchesne,Okrug Dukejn,Quan Duchesne,Quận Duchesne,dacesane ka'unti,do~ushein jun,du shen xian,mqatʿt dwtshysn,shhrstan dwshn  ywta,Душейн,Дюшен,Округ Дукејн,Դուշեն շրջան,شهرستان دوشن، یوتا,مقاطعة دوتشيسن,ڈوچیزنی کاؤنٹی، یوٹاہ,ڈچسنے کاؤنٹی,ডাচেসনে কাউন্টি,ドゥーシェイン郡,杜申縣		US	UT	013	18607	America/Denver
5778525	Morgan County	morgan-county	Comitatul Morgan,Comte de Morgan,Comté de Morgan,Condado de Morgan,Condado han Morgan,Contea di Morgan,Hrabstwo Morgan,Morgan,Morgan Comitatus,Morgan Kun,Morgan Kūn,Morgan konderria,Morgan megye,Morgan srjan,Okrug Morgan,Quan Morgan,Quận Morgan,maragana ka'unti,mo gen xian,mogan jun,mqatʿt mwrghan,shhrstan mwrgan  ywta,Морган,Морґан,Округ Морган,Մորգան շրջան,شهرستان مورگان، یوتا,مقاطعة مورغان,مورگن کاؤنٹی، یوٹاہ,মরগান কাউন্টি,モーガン郡,摩根縣		US	UT	029	9469	America/Denver
5780377	Rich County	rich-county	Comitatul Rich,Comte de Rich,Comté de Rich,Condado de Rich,Condado han Rich,Contea di Rich,Hrabstwo Rich,Okrug Rich,Quan Rich,Quận Rich,Rich,Rich Comitatus,Rich Kun,Rich Kūn,Rich konderria,Rich megye,mqatʿt rytsh,rica ka'unti,ritchi jun,rui qi xian,shhrstan rych  ywta,Округ Рич,Рич,Ռիչ շրջան,رچ کاؤنٹی,رچ کاؤنٹی، یوٹاہ,شهرستان ریچ، یوتا,مقاطعة ريتش,রিচ কাউন্টি,リッチ郡,瑞琪縣		US	UT	033	2264	America/Denver
5781004	Salt Lake County	salt-lake-county	Comitatul Salt Lake,Comte de Salt Lake,Comté de Salt Lake,Condado de Salt Lake,Condado han Salt Lake,Contea di Salt Lake,Hrabstwo Salt Lake,Okrug Solt Lejk,Quan Salt Lake,Quận Salt Lake,Salt Lake,Salt Lake Comitatus,Salt Lake Kun,Salt Lake Kūn,Salt Lake konderria,Salt Lake megye,Salt Lakei maakond,Solt Lejk,Solt-Lejk,mhwz swlt lyyq,mqatʿt swlt lyk,salta leka ka'unti,sorutoreiku jun,yan hu xian,Округ Солт Лејк,Солт Лейк,Солт-Лейк,Սոլթ Լեյք շրջան,מחוז סולט לייק,سالٹ لیک کاؤنٹی,سالٹ لیک کاؤنٹی، یوٹاہ,شهرستان سالت‌لیک، یوتا,مقاطعة سولت ليك,সল্ট লেক কাউন্টি,ソルトレイク郡,鹽湖縣		US	UT	035	1029655	America/Denver
5782267	Summit County	summit-county	Comitatul Summit,Comte de Summit,Comté de Summit,Condado de Summit,Condado han Summit,Contea di Summit,Hrabstwo Summit,Okrug Samit,Quan Summit,Quận Summit,Samit srjan,Sammit,Sumit,Summit,Summit Comitatus,Summit Kun,Summit Kūn,Summit konderria,Summit megye,Summiti maakond,mqatʿt swmyt,sa mi te xian,samita ka'unti,samitto jun,shhrstan samyt  ywta,Округ Самит,Саммит,Самміт,Съмит,Սամիտ շրջան,سمٹ کاؤنٹی,سمٹ کاؤنٹی، یوٹاہ,شهرستان سامیت، یوتا,مقاطعة سوميت,সামিট কাউন্টি,サミット郡,薩米特縣		US	UT	043	36324	America/Denver
5783699	Tooele County	tooele-county	Comitatul Tooele,Comte de Tooele,Comté de Tooele,Condado de Tooele,Condado han Tooele,Contea di Tooele,Hrabstwo Tooele,Okrug Tuele,Quan Tooele,Quận Tooele,Tooele,Tooele Comitatus,Tooele County,Tooele Kun,Tooele Kūn,Tooele konderria,Tooele maakond,Tooele megye,Toohilly,Tuehle,Tuela,Tuele srjan,Tuilla,Tuilu,mqatʿt twyly,shhrstan twyly  ywta,toyele ka'unti,to~uiru jun,tu ai lei xian,Округ Туеле,Туела,Туилъ,Туэле,Տուելե շրջան,شهرستان تویلی، یوتا,مقاطعة تويلي,ٹوئل کاؤنٹی، یوٹاہ,ٹوئیلے کاؤنٹی,টোয়েলে কাউন্টি,トゥーイル郡,圖埃勒縣		US	UT	045	58218	America/Denver
5783919	Uintah County	uintah-county	Comitatul Uintah,Comte d'Uintah,Comte de Uintah,Comté d'Uintah,Comté de Uintah,Condado de Uintah,Condado han Uintah,Contea di Uintah,Hrabstwo Uintah,Juinta,Okrug Juinta,Quan Uintah,Quận Uintah,Uinta County,Uintah,Uintah Comitatus,Uintah County,Uintah Kun,Uintah Kūn,Uintah konderria,Uintah megye,Yuinta srjan,mqatʿt wyntah,shhrstan yynta  ywta,uyinata ka'unti,you yin ta xian,yuinta jun,Округ Јуинта,Юинта,Юїнта,Յուինտա շրջան,شهرستان یینتا، یوتا,مقاطعة وينتاه,ینٹاہ کاؤنٹی,یواینٹاہ کاؤنٹی، یوٹاہ,উয়িনটা কাউন্টি,ユインタ郡,尤因塔縣		US	UT	047	32588	America/Denver
5784025	Utah County	utah-county	Comitatul Utah,Comte d'Utah,Comté d'Utah,Condado de Utah,Condado han Utah,Contea di Utah,Hrabstwo Utah,Juta,Okrug Juta,Quan Utah,Quận Utah,Uta Comitatus,Utah,Utah Kun,Utah Kūn,Utah konderria,Utah maakond,Utah megye,Yuta srjan,i'uta ka'unti,mhwz ywth,mqatʿt ywta,shhrstan ywta  ywta,you ta xian,yuta jun,Округ Јута,Юта,Յուտա շրջան,מחוז יוטה,شهرستان یوتا، یوتا,مقاطعة يوتا,یوٹاہ کاؤنٹی,یوٹاہ کاؤنٹی، یوٹاہ,ইউটা কাউন্টি,ユタ郡,猶他縣		US	UT	049	516564	America/Denver
5784339	Wasatch County	wasatch-county	Comitatul Wasatch,Comte de Wasatch,Comté de Wasatch,Condado de Wasatch,Condado han Wasatch,Contea di Wasatch,Hrabstwo Wasatch,Okrug Vosach,Quan Wasatch,Quận Wasatch,Uasach,Uosatch,Vosach,Wasatch,Wasatch Comitatus,Wasatch Kun,Wasatch Kūn,Wasatch konderria,Wasatch megye,mqatʿt wasatsh,raasataca ka'unti,shhrstan wasach  ywta,wa sha qi xian,wasatchi jun,Восач,Округ Восач,Уасач,Уосатч,Ուոսաչ շրջան,شهرستان واساچ، یوتا,مقاطعة واساتش,واساچ کاؤنٹی,واساچ کاؤنٹی، یوٹاہ,ৱাসাটচ কাউন্টি,ワサッチ郡,瓦沙契縣		US	UT	051	23530	America/Denver
5784440	Weber County	weber-county	Comitatul Weber,Comte de Weber,Comté de Weber,Condado de Weber,Condado han Weber,Contea di Weber,Hrabstwo Weber,Okrug Viber,Oweber srjan,Quan Weber,Quận Weber,Uebur,Veber,Weber,Weber Comitatus,Weber Kun,Weber Kūn,Weber konderria,Weber megye,mqatʿt wybyr,oyebera ka'unti,shhrstan wbr  ywta,u~iba jun,wei bo xian,Вебер,Округ Вибер,Уебър,Ուեբեր շրջան,شهرستان وبر، یوتا,مقاطعة ويبير,ویبر کاؤنٹی، یوٹاہ,ওয়েবের কাউন্টি,ウィーバー郡,韋伯縣		US	UT	057	231236	America/Denver
5785282	Adams County	adams-county	Adams,Adams Kontlugu,Adams Kontluğu,Adams Kun,Adams Kūn,Adams konderria,Adams megye,Adams qrafligi,Adams qraflığı,Comitatul Adams,Comte d'Adams,Comté d'Adams,Condado de Adams,Condado han Adams,Contea di Adams,Hrabstwo Adams,Kantono Adams,Okrug Adams,Quan Adams,Quận Adams,adamasa ka'unti,adamuzu jun,aedeomseu gun,mqatʿt admz,shhrstan adamz  washyngtn,ya dang si xian,Адамс,Округ Адамс,ایڈمز کاؤنٹی، واشنگٹن,شهرستان آدامز، واشینگتن,مقاطعة ادمز,আডামস কাউন্টি,アダムズ郡,亚当斯县,애덤스 군		US	WA	001	18728	America/Los_Angeles
5785935	Asotin County	asotin-county	Asotin,Asotin Kun,Asotin Kūn,Asotin konderria,Asotin megye,Asotin qrafligi,Asotin qraflığı,Comitatul Asotin,Comte d'Asotin,Comté d'Asotin,Condado de Asotin,Condado han Asotin,Contea di Asotin,Hrabstwo Asotin,Kantono Asotin,Okrug Asotin,Quan Asotin,Quận Asotin,a suo ting xian,asotin jun,mqatʿt aswtyn,shhrstan aswtyn  washyngtn,Асотин,Округ Асотин,اسوٹن کاشنٹی,ایسوٹن کاؤنٹی، واشنگٹن,شهرستان اسوتین، واشینگتن,مقاطعة أسوتين,অ্যাসোটিন কাউন্টি,アソティン郡,阿索廷县		US	WA	003	21623	America/Los_Angeles
5786991	Benton County	benton-county	Benton,Benton Kun,Benton Kūn,Benton konderria,Benton megye,Benton qrafligi,Benton qraflığı,Bentun,Comitatul Benton,Comte de Benton,Comté de Benton,Condado de Benton,Condado han Benton,Contea di Benton,Hrabstwo Benton,Kantono Benton,Okrug Benton,Quan Benton,Quận Benton,ben dun xian,bentana ka'unti,benton jun,mqatʿt byntn,shhrstan bntwn  washyngtn,Бентон,Бентън,Округ Бентон,بنٹن کاؤنٹی,بینٹن کاؤنٹی، واشنگٹن,شهرستان بنتون، واشینگتن,مقاطعة بينتن,বেন্টন কাউন্টি,ベントン郡,本頓縣		US	WA	005	175177	America/Los_Angeles
5789829	Chelan County	chelan-county	Chelan,Chelan Kun,Chelan Kūn,Chelan konderria,Chelan megye,Comitatul Chelan,Comte de Chelan,Comté de Chelan,Condado de Chelan,Condado han Chelan,Contea di Chelan,Hrabstwo Chelan,Kantono Chelan,Okrug Shelan,Quan Chelan,Quận Chelan,Shelan,Shulan,celana ka'unti,mqatʿt tshylan,qi lan xian,sheran jun,shhrstan chylan  washyngtn,Округ Шелан,Челан,Шелан,Шълан,شهرستان چیلان، واشینگتن,مقاطعة تشيلان,چیلان کاؤنٹی، واشنگٹن,چیلن کاؤنٹی,চেলান কাউন্টি,シェラン郡,奇兰县		US	WA	007	72453	America/Los_Angeles
5790164	Clallam County	clallam-county	Clallam,Clallam Kun,Clallam Kūn,Clallam konderria,Clallam megye,Comitatul Clallam,Comte de Clallam,Comté de Clallam,Condado de Clallam,Condado han Clallam,Contea di Clallam,Hrabstwo Clallam,Kantono Clallam,Klalam,Klehllam,Klellam,Okrug Klalam,Quan Clallam,Quận Clallam,ke la lei mu xian,klalalama ka'unti,kuraramu jun,shhrstan klalam  washyngtn,Клалам,Клеллам,Клэллам,Округ Клалам,شهرستان کلالام، واشینگتن,مقاطعة كلالام,چالم کاؤنٹی,کالام کاؤنٹی، واشنگٹن,ক্লাললাম কাউন্টি,クララム郡,克拉勒姆县		US	WA	009	71404	America/Los_Angeles
5790179	Clark County	clark-county	Clark,Clark County,Clark Kun,Clark Kūn,Clark konderria,Clark megye,Clarke County,Comitatul Clark,Comte de Clark,Comté de Clark,Condado de Clark,Condado han Clark,Contea di Clark,Hrabstwo Clark,Kantono Clark,Klark,Okrug Klark,Quan Clark,Quận Clark,ke la ke xian,klarka ka'unti,kuraku jun,mqatʿt klark,shhrstan klark  washyngtn,Кларк,Округ Кларк,شهرستان کلارک، واشینگتن,مقاطعة كلارك,کلارک کاؤنٹی، واشنگٹن,ক্লার্ক কাউন্টি,クラーク郡,克拉克县		US	WA	011	425363	America/Los_Angeles
5790614	Columbia County	columbia-county	Columbia,Columbia Kun,Columbia Kūn,Columbia konderria,Columbia megye,Comitatul Columbia,Comte de Columbia,Comté de Columbia,Condado de Columbia,Condado han Columbia,Contea di Columbia,Hrabstwo Columbia,Kantono Columbia,Kolumbija,Okrug Kolambija,Quan Columbia,Quận Columbia,ge lun bi ya xian,kalambiya ka'unti,koronbia jun,mqatʿt kwlwmbya,shhrstan klmbya  washyngtn,Колумбия,Колумбія,Округ Коламбија,شهرستان کلمبیا، واشینگتن,مقاطعة كولومبيا,کولمبیا کاؤنٹی، واشنگٹن,কলম্বিয়া কাউন্টি,コロンビア郡,哥倫比亞縣		US	WA	013	4078	America/Los_Angeles
5791206	Cowlitz County	cowlitz-county	Comitatul Cowlitz,Comte de Cowlitz,Comté de Cowlitz,Condado de Cowlitz,Condado han Cowlitz,Contea di Cowlitz,Cowlitz,Cowlitz Kun,Cowlitz Kūn,Cowlitz konderria,Cowlitz megye,Hrabstwo Cowlitz,Kantono Cowlitz,Kaulic,Koulic,Okrug Kaulic,Quan Cowlitz,Quận Cowlitz,ka'ulitaja ka'unti,kao li ci xian,kaurittsu jun,mqatʿt kwlytz,shhrstan kaywlytz  washyngtn,Каулиц,Коуліц,Округ Каулиц,شهرستان کائولیتز، واشینگتن,مقاطعة كوليتز,کاولیٹز کاؤنٹی، واشنگٹن,کوولٹز کاؤنٹی,কাউলিটজ কাউন্টি,カウリッツ郡,考利茨县		US	WA	015	102410	America/Los_Angeles
5792681	Douglas County	douglas-county	Comitatul Douglas,Comte de Douglas,Comté de Douglas,Condado de Douglas,Condado han Douglas,Contea di Douglas,Douglas,Douglas Kun,Douglas Kūn,Douglas konderria,Douglas megye,Duglas,Hrabstwo Douglas,Kantono Douglas,Okrug Daglas,Quan Douglas,Quận Douglas,dagalasa ka'unti,dagurasu jun,dao ge la si xian,mqatʿt dwghlas,shhrstan daglas  washyngtn,Дуглас,Дъглас,Округ Даглас,شهرستان داگلاس، واشینگتن,مقاطعة دوغلاس,ڈگلس کاؤنٹی، واشنگٹن,ডগলাস কাউন্টি,ダグラス郡,道格拉斯縣		US	WA	017	38431	America/Los_Angeles
5794294	Ferry County	ferry-county	Comitatul Ferry,Comte de Ferry,Comté de Ferry,Condado de Ferry,Condado han Ferry,Contea di Ferry,Feri,Ferri,Ferry,Ferry Kun,Ferry Kūn,Ferry konderria,Ferry megye,Hrabstwo Ferry,Kantono Ferry,Okrug Feri,Quan Ferry,Quận Ferry,fei li xian,feri jun,mqatʿt fyry,pheri ka'unti,shhrstan fry  washyngtn,Округ Фери,Фери,Ферри,Феррі,شهرستان فری، واشینگتن,فیری کاؤنٹی,فیری کاؤنٹی، واشنگٹن,مقاطعة فيري,ফেরি কাউন্টি,フェリー郡,费里县		US	WA	019	7551	America/Los_Angeles
5794976	Franklin County	franklin-county	Comitatul Franklin,Comte de Franklin,Comté de Franklin,Condado de Franklin,Condado han Franklin,Contea di Franklin,Franklin,Franklin Kun,Franklin Kūn,Franklin konderria,Franklin megye,Hrabstwo Franklin,Kantono Franklin,Okrug Frenklin,Quan Franklin,Quận Franklin,fu lan ke lin xian,furankurin jun,mqatʿt franklyn,phrankalina ka'unti,shhrstan franklyn  washyngtn,Округ Френклин,Франклин,Франклін,شهرستان فرانکلین، واشینگتن,فرینکلن کاؤنٹی، واشنگٹن,مقاطعة فرانكلين,ফ্রাঙ্কলিন কাউন্টি,フランクリン郡,富蘭克林縣		US	WA	021	78163	America/Los_Angeles
5795265	Garfield County	garfield-county	Comitatul Garfield,Comte de Garfield,Comté de Garfield,Condado de Garfield,Condado han Garfield,Contea di Garfield,Garfield,Garfield Kun,Garfield Kūn,Garfield konderria,Garfield megye,Garfijld,Garfild,Hrabstwo Garfield,Kantono Garfield,Okrug Garfild,Quan Garfield,Quận Garfield,gafirudo jun,garaphilda ka'unti,jia fei er de xian,mqatʿt gharfyld,shhrstan garfyld  washyngtn,Гарфийлд,Гарфилд,Округ Гарфилд,Ґарфілд,شهرستان گارفیلد، واشینگتن,مقاطعة غارفيلد,گارفیلڈ کاؤنٹی,گارفیلڈ کاؤنٹی، واشنگٹن,গারফিল্ড কাউন্টি,ガーフィールド郡,加菲尔德县		US	WA	023	2266	America/Los_Angeles
5796034	Grant County	grant-county	Comitatul Grant,Comte de Grant,Comté de Grant,Condado de Grant,Condado han Grant,Contea di Grant,Grant,Grant Kun,Grant Kūn,Grant konderria,Grant megye,Hrabstwo Grant,Kantono Grant,Okrug Grant,Quan Grant,Quận Grant,ge lan te xian,granta ka'unti,guranto jun,mqatʿt ghrant,shhrstan grant  washyngtn,Грант,Округ Грант,شهرستان گرانت، واشینگتن,مقاطعة غرانت,گرانٹ کاؤنٹی، واشنگٹن,گرینٹ کاؤنٹی، واشنگٹن,গ্রান্ট কাউন্টি,グラント郡,格蘭特縣		US	WA	025	89120	America/Los_Angeles
5796126	Grays Harbor County	grays-harbor-county	Chehalis County,Comitatul Grays Harbor,Comte de Grays Harbor,Comté de Grays Harbor,Condado de Grays Harbor,Condado han Grays Harbor,Contea di Grays Harbor,Grays Harbor,Grays Harbor County,Grays Harbor Kun,Grays Harbor Kūn,Grays Harbor konderria,Grays Harbor megye,Grays Harbori maakond,Grejs Kharbur,Grejs-Kharbor,Grejz,Hrabstwo Grays Harbor,Kantono Grays Harbor,Okrug Grejs Kharbor,Quan Grays Harbor,Quận Grays Harbor,ge lei si gang xian,grayesa harabara ka'unti,gureizuhaba jun,mqatʿt ghrayz harbwr,shhrstan gryz harbr  washyngtn,Грейс Харбър,Грейс-Харбор,Округ Грејс Харбор,Ґрейз,شهرستان گریز هاربر، واشینگتن,مقاطعة غرايز هاربور,گریز بندرگاہ کاؤنٹی، واشنگٹن,گریز ہاربر کاؤنٹی,গ্রায়েস হারবার কাউন্টি,グレイズハーバー郡,格雷斯港县		US	WA	027	72797	America/Los_Angeles
5798453	Island County	island-county	Ajlend,Ajlund,Comitatul Island,Comte d'Island,Comté d'Island,Condado de Island,Condado han Island,Contea di Island,Hrabstwo Island,Island,Island Kun,Island Kūn,Island konderria,Island megye,Kantono Island,Okrug Ajland,Quan Island,Quận Island,a'ilyanda ka'unti,ai lan xian,aillaendeu gun,airando jun,mqatʿt ayland,shhrstan ayslnd  washyngtn,Айленд,Айлънд,Округ Ајланд,آئیلینڈ کاؤنٹی,جزیرہ کاؤنٹی، واشنگٹن,شهرستان ایسلند، واشینگتن,مقاطعة آيلاند,আইল্যান্ড কাউন্টি,アイランド郡,艾兰县,아일랜드 군		US	WA	029	78506	America/Los_Angeles
5798663	Jefferson County	jefferson-county	Comitatul Jefferson,Comte de Jefferson,Comté de Jefferson,Condado de Jefferson,Condado han Jefferson,Contea di Jefferson,Dzhefersun,Dzhefferson,Hrabstwo Jefferson,Jefferson,Jefferson Kun,Jefferson Kūn,Jefferson konderria,Jefferson megye,Jeffersoni maakond,Kantono Jefferson,Okrug DZeferson,Quan Jefferson,Quận Jefferson,jefason jun,jepharasana ka'unti,jie fu xun xian,mqatʿt jyrfrswn,shhrstan jfrswn  washyngtn,Джеферсън,Джефферсон,Округ Џеферсон,جیفرسن کاؤنٹی، واشنگٹن,شهرستان جفرسون، واشینگتن,مقاطعة جيرفرسون,জেফারশন কাউন্টি,ジェファーソン郡,傑佛遜縣		US	WA	031	29872	America/Los_Angeles
5799783	King County	king-county	Comitatul King,Comte de King,Comté de King,Condado de King,Condado han King,Contea di King,Hrabstwo King,Kantono King,King,King Kun,King Kūn,King konderria,King megye,Kingi maakond,Okres King,Okrug King,Quan King,Quận King,jin xian,kim ka'unti,king gun,kingu jun,mhwz qyng,mqatʿt kyngh,shhrstan kyng  washyngtn,Кинг,Кінґ,Округ Кинг,מחוז קינג,شهرستان کینگ، واشینگتن,مقاطعة كينغ,کنگ کاؤنٹی، واشنگٹن,কিং কাউন্টি,キング郡,金县,킹 군		US	WA	033	1931249	America/Los_Angeles
5799853	Kitsap County	kitsap-county	Comitatul Kitsap,Comte de Kitsap,Comté de Kitsap,Condado de Kitsap,Condado han Kitsap,Contea di Kitsap,Hrabstwo Kitsap,Kantono Kitsap,Kitsap,Kitsap Coonty,Kitsap Kun,Kitsap Kūn,Kitsap konderria,Kitsap megye,Kitsep,Okrug Kitsap,Quan Kitsap,Quận Kitsap,ji sha pu xian,kitasapa ka'unti,kiteusab gun,kitosappu jun,mqatʿt kytsab,shhrstan kytsap  washyngtn,Китсап,Кітсеп,Округ Китсап,شهرستان کیتساپ، واشینگتن,مقاطعة كيتساب,کٹسیپ کاؤنٹی,کٹسیپ کاؤنٹی، واشنگٹن,কিটসাপ কাউন্টি,キトサップ郡,基沙普縣,키트삽 군		US	WA	035	251133	America/Los_Angeles
5799889	Kittitas County	kittitas-county	Comitatul Kittitas,Comte de Kittitas,Comté de Kittitas,Condado de Kittitas,Condado han Kittitas,Contea di Kittitas,Hrabstwo Kittitas,Kantono Kittitas,Kititas,Kittitas,Kittitas Kun,Kittitas Kūn,Kittitas konderria,Kittitas megye,Okrug Kititas,Quan Kittitas,Quận Kittitas,ji di ta shen xian,kittitasa ka'unti,kittitasu jun,mqatʿt kytytas,shhrstan kytytas  washyngtn,Кититас,Киттитас,Кіттітас,Округ Кититас,شهرستان کیتیتاس، واشینگتن,مقاطعة كيتيتاس,کٹیٹاس کاؤنٹی,کیٹیٹاس کاؤنٹی، واشنگٹن,কিট্টিটাস কাউন্টি,キッティタス郡,基帝塔什縣		US	WA	037	40915	America/Los_Angeles
5799909	Klickitat County	klickitat-county	Comitatul Klickitat,Comte de Klickitat,Comté de Klickitat,Condado de Klickitat,Condado han Klickitat,Contea di Klickitat,Hrabstwo Klickitat,Kantono Klickitat,Klickitat,Klickitat Kun,Klickitat Kūn,Klickitat konderria,Klickitat megye,Klikitat,Okrug Klikitat,Quan Klickitat,Quận Klickitat,ke li ji ta te xian,klikitata ka'unti,kurikkitato jun,mqatʿt klykytat,shhrstan klykytat  washyngtn,Кликитат,Клікітат,Округ Кликитат,شهرستان کلیکیتات، واشینگتن,مقاطعة كليكيتات,کلکیٹاٹ کاؤنٹی,کلکیٹیٹ کاؤنٹی، واشنگٹن,ক্লিকিটাট কাউন্টি,クリッキタト郡,克里基塔特縣		US	WA	039	20318	America/Los_Angeles
5800813	Lewis County	lewis-county	Comitatul Lewis,Comte de Lewis,Comté de Lewis,Condado de Lewis,Condado han Lewis,Contea di Lewis,Hrabstwo Lewis,Kantono Lewis,L'juis,Lewis,Lewis Kun,Lewis Kūn,Lewis konderria,Lewis megye,Luis,Okrug Luis,Quan Lewis,Quận Lewis,Washington,liu yi si xian,lu'isa ka'unti,mqatʿt lwys,ruisu jun,shhrstan lwyys  washyngtn,Луис,Льюис,Льюїс,Округ Луис,شهرستان لوئیس، واشینگتن,لیوس کاؤنٹی، واشنگٹن,مقاطعة لويس,লুইস কাউন্টি,ルイス郡,劉易斯縣		US	WA	041	75455	America/Los_Angeles
5800965	Lincoln County	lincoln-county	Comitatul Lincoln,Comte de Lincoln,Comté de Lincoln,Condado de Lincoln,Condado han Lincoln,Contea di Lincoln,Hrabstwo Lincoln,Kantono Lincoln,Lincoln,Lincoln Kun,Lincoln Kūn,Lincoln konderria,Lincoln megye,Lincolni maakond,Linkol'n,Linkuln,Okrug Linkoln,Quan Lincoln,Quận Lincoln,lin ken xian,linkana ka'unti,mqatʿt lynkwn,rinkan jun,shhrstan lynkln  washyngtn,Линкольн,Линкълн,Лінкольн,Округ Линколн,شهرستان لینکلن، واشینگتن,لنکن کاؤنٹی، واشنگٹن,مقاطعة لينكون,লিঙ্কন কাউন্টি,リンカーン郡,林肯縣		US	WA	043	10570	America/Los_Angeles
5802584	Mason County	mason-county	Comitatul Mason,Comte de Mason,Comté de Mason,Condado de Mason,Condado han Mason,Contea di Mason,Hrabstwo Mason,Kantono Mason,Mason,Mason Kun,Mason Kūn,Mason konderria,Mason megye,Mejson,Mejsun,Okres Mason,Okrug Mejson,Quan Mason,Quận Mason,mei sen xian,meison jun,mesana ka'unti,mqatʿt maswn,shhrstan maswn  washyngtn,Мейсон,Мейсън,Округ Мејсон,شهرستان ماسون، واشینگتن,مقاطعة ماسون,میسن کاؤنٹی، واشنگٹن,মেশন কাউন্টি,メイソン郡,梅森县		US	WA	045	60699	America/Los_Angeles
5805553	Okanogan County	okanogan-county	Comitatul Okanogan,Comte d'Okanogan,Comté d'Okanogan,Condado de Okanogan,Condado han Okanogan,Contea di Okanogan,Hrabstwo Okanogan,Kantono Okanogan,Okanogan,Okanogan Kun,Okanogan Kūn,Okanogan konderria,Okanogan megye,Okanogani maakond,Okrug Okanogan,Quan Okanogan,Quận Okanogan,ao ka nuo gen xian,mqatʿt awkanwghan,okanogana ka'unti,oukanogan jun,shhrstan awkanwgan  washyngtn,Оканоган,Оканоґан,Округ Оканоган,اوکاناگن کاؤنٹی، واشنگٹن,اوکانوگن کاؤنٹی,شهرستان اوکانوگان، واشینگتن,مقاطعة أوكانوغان,ওকানোগান কাউন্টি,オウカノガン郡,奧卡諾根縣		US	WA	047	41120	America/Los_Angeles
5806002	Pacific County	pacific-county	Comitatul Pacific,Comte de Pacific,Comté de Pacific,Condado de Pacific,Condado han Pacific,Contea di Pacific,Hrabstwo Pacific,Kantono Pacific,Okrug Pasifik,Pacific,Pacific Kun,Pacific Kūn,Pacific konderria,Pacific megye,Pasifik,Quan Pacific,Quận Pacific,mqatʿt basyfyk,pashifikku jun,pyasiphika ka'unti,shhrstan pasyfyk  washyngtn,tai ping yang xian,Округ Пасифик,Пасифик,Пасифік,شهرستان پاسیفیک، واشینگتن,مقاطعة باسيفيك,پیسیفک کاؤنٹی,پیسیفک کاؤنٹی، واشنگٹن,প্যাসিফিক কাউন্টি,パシフィック郡,太平洋縣		US	WA	049	20920	America/Los_Angeles
5806491	Pend Oreille County	pend-oreille-county	Comitatul Pend Oreille,Comte de Pend Oreille,Comté de Pend Oreille,Condado de Pend Oreille,Condado han Pend Oreille,Contea di Pend Oreille,Hrabstwo Pend Oreille,Kantono Pend Oreille,Okrug Pand Orej,Pand Orej,Pand-Orej,Pend Oreille,Pend Oreille Kun,Pend Oreille Kūn,Pend Oreille konderria,Pend Oreille megye,Pond-Orej,Quan Pend Oreille,Quận Pend Oreille,mqatʿt bynd awryly,pang duo lei xian,penda oriyeli ka'unti,pondarei jun,shhrstan pnd awrayl   washyngtn,Округ Панд Ореј,Панд Орей,Панд-Орей,Понд-Орей,شهرستان پند اورایل ، واشینگتن,مقاطعة بيند أوريلي,پنڈ اوریئل کاؤنٹی,پینڈ اورائل کاؤنٹی، واشنگٹن,পেন্ড ওরিয়েলি কাউন্টি,ポンダレイ郡,庞多雷县		US	WA	051	13001	America/Los_Angeles
5806769	Pierce County	pierce-county	Comitatul Pierce,Comte de Pierce,Comté de Pierce,Condado de Pierce,Condado han Pierce,Contea di Pierce,Hrabstwo Pierce,Kantono Pierce,Okrug Pirs,Pierce,Pierce Kun,Pierce Kūn,Pierce konderria,Pierce megye,Piercei maakond,Piers,Pirs,Piurs,Quan Pierce,Quận Pierce,mqatʿt byrsy,pi er si xian,piasu jun,piyerase ka'unti,shhrstan pyrs  washyngtn,Округ Пирс,Пирс,Пиърс,Пієрс,شهرستان پیرس، واشینگتن,مقاطعة بيرسي,پیئرس کاؤنٹی، واشنگٹن,پیرس کاؤنٹی,পিয়েরসে কাউন্টি,ピアース郡,皮尔斯县		US	WA	053	795225	America/Los_Angeles
5809422	San Juan County	san-juan-county	Comitatul San Juan,Comte de San Juan,Comté de San Juan,Condado de San Juan,Condado han San Juan,Contea di San Juan,Hrabstwo San Juan,Kantono San Juan,Okrug San Khuan,Quan San Juan,Quận San Juan,San Juan,San Juan Kun,San Juan Kūn,San Juan konderria,San Juan megye,San Khuan,San-Khuan,mqatʿt san khwan,saenhwan gun,sana juyana ka'unti,sanfuan jun,sheng hu an xian,shhrstan sn khwan  washyngtn,Округ Сан Хуан,Сан Хуан,Сан-Хуан,سان جوان کاؤنٹی، واشنگٹن,سان خوان کاؤنٹی، واشنگٹن,شهرستان سن خوان، واشینگتن,مقاطعة سان خوان,সান জুয়ান কাউন্টি,サンフアン郡,圣胡安县,샌환 군		US	WA	055	15769	America/Los_Angeles
5810608	Skagit County	skagit-county	Comitatul Skagit,Comte de Skagit,Comté de Skagit,Condado de Skagit,Condado han Skagit,Contea di Skagit,Hrabstwo Skagit,Kantono Skagit,Okres Skagit,Okrug Skadzit,Quan Skagit,Quận Skagit,Skadzhit,Skagit,Skagit Kun,Skagit Kūn,Skagit konderria,Skagit megye,Skedzhit,mqatʿt skaghyt,seukaejis gun,shhrstan askagyt  washyngtn,si ka ji te xian,skagita ka'unti,sukajitto jun,Округ Скаџит,Скаджит,Скеджіт,سکاجیٹ کاؤنٹی، واشنگٹن,سکاگت کاؤنٹی,شهرستان اسکاگیت، واشینگتن,مقاطعة سكاغيت,স্কাগিট কাউন্টি,スカジット郡,斯卡吉特县,스캐짓 군		US	WA	057	116901	America/Los_Angeles
5810628	Skamania County	skamania-county	Comitatul Skamania,Comte de Skamania,Comté de Skamania,Condado de Skamania,Condado han Skamania,Contea di Skamania,Hrabstwo Skamania,Kantono Skamania,Okrug Skamejnija,Quan Skamania,Quận Skamania,Skamania,Skamania Kun,Skamania Kūn,Skamania konderria,Skamania megye,Skamanija,Skamejnija,mqatʿt skamanya,shhrstan askmnya  washyngtn,si ka mei ni ya xian,skamaniya ka'unti,sukamania jun,Округ Скамејнија,Скамания,Скамейния,Скамейнія,سکامانیا کاؤنٹی,سکامینیا کاؤنٹی، واشنگٹن,شهرستان اسکمنیا، واشینگتن,مقاطعة سكامانيا,স্কামানিয়া কাউন্টি,スカマニア郡,斯卡梅尼亚县		US	WA	059	11066	America/Los_Angeles
5810982	Snohomish County	snohomish-county	Comitatul Snohomish,Comte de Snohomish,Comté de Snohomish,Condado de Snohomish,Condado han Snohomish,Contea di Snohomish,County Snohomish,Hrabstwo Snohomish,Kantono Snohomish,Okres Snohomish,Okrug Snokhomish,Quan Snohomish,Quận Snohomish,Snogomish,Snohomish,Snohomish Kun,Snohomish Kūn,Snohomish konderria,Snohomish megye,Snohomishi maakond,Snokhomish,Snokhoumish,mqatʿt snwhwmysh,seunohomisi gun,shhrstan asnwhwmysh  washyngtn,si nuo huo mi shen xian,snohomisa ka'unti,sunohomisshu jun,Округ Снохомиш,Сногоміш,Снохомиш,Снохоумиш,سنوہومش کاؤنٹی,سنوہومش کاؤنٹی، واشنگٹن,شهرستان اسنوهومیش، واشینگتن,مقاطعة سنوهوميش,স্নোহোমিশ কাউন্টি,スノホミッシュ郡,斯诺霍米什县,스노호미시 군		US	WA	061	713335	America/Los_Angeles
5811704	Spokane County	spokane-county	Comitatul Spokane,Comte de Spokane,Comté de Spokane,Condado de Spokane,Condado han Spokane,Contea di Spokane,Hrabstwo Spokane,Kantono Spokane,Okrug Spoken,Quan Spokane,Quận Spokane,Spokan,Spokane,Spokane Kun,Spokane Kūn,Spokane konderria,Spokane megye,Spokanei maakond,Spoken,mqatʿt sbwkan,shhrstan aspwkn  washyngtn,si bo kan xian,spokana ka'unti,supoken jun,Округ Спокен,Спокан,Спокен,سپوکین کاؤنٹی,سپوکین کاؤنٹی، واشنگٹن,شهرستان اسپوکن، واشینگتن,مقاطعة سبوكان,স্পোকান কাউন্টি,スポケーン郡,斯波坎縣		US	WA	063	471221	America/Los_Angeles
5812148	Stevens County	stevens-county	Comitatul Stevens,Comte de Stevens,Comté de Stevens,Condado de Stevens,Condado han Stevens,Contea di Stevens,Hrabstwo Stevens,Kantono Stevens,Okrug Stivens,Quan Stevens,Quận Stevens,Stevens,Stevens Kun,Stevens Kūn,Stevens konderria,Stevens megye,Stivens,Stivuns,mqatʿt styfynz,shhrstan astywnz  washyngtn,shi di wen si xian,stibhenasa ka'unti,sutibunsu jun,Округ Стивенс,Стивенс,Стивънс,Стівенс,سٹیونز کاؤنٹی,سٹیونس کاؤنٹی، واشنگٹن,شهرستان استیونز، واشینگتن,مقاطعة ستيفينز,স্টিভেনস কাউন্টি,スティーブンス郡,史蒂文斯縣		US	WA	065	43531	America/Los_Angeles
5813521	Thurston County	thurston-county	Comitatul Thurston,Comte de Thurston,Comté de Thurston,Condado de Thurston,Condado han Thurston,Contea di Thurston,Hrabstwo Thurston,Kantono Thurston,Okres Thurston,Okrug Terston,Quan Thurston,Quận Thurston,Terston,Thurston,Thurston Kun,Thurston Kūn,Thurston konderria,Thurston megye,Thurstoni maakond,Turstun,mqatʿt thwrstwn,sasuton jun,se si dun xian,shhrstan twrstn  washyngtn,tharsatana ka'unti,Округ Терстон,Терстон,Търстън,تھرسٹن کاؤنٹی,تھرسٹن کاؤنٹی، واشنگٹن,شهرستان تورستن، واشینگتن,مقاطعة ثورستون,থার্সটন কাউন্টি,サーストン郡,瑟斯顿县		US	WA	067	252264	America/Los_Angeles
5822351	Crook County	crook-county	Comitatul Crook,Comtat de Crook,Comte de Crook,Comté de Crook,Condado de Crook,Condado han Crook,Contea di Crook,Crook,Crook Comitatus,Crook Kun,Crook Kūn,Crook konderria,Crook megye,Crooki maakond,Crookin piirikunta,Hrabstwo Crook,Kruk,Okrug Kruk,Quan Crook,Quận Crook,ke lu ke xian,kroka ka'unti,kurukku jun,mhwz qrwq,mqatʿt kwrk,shhrstan krwk  waywmyng,Крук,Округ Крук,מחוז קרוק,شهرستان کروک، وایومینگ,مقاطعة كورك,کروک کاؤنٹی، وائیومنگ,ক্রোক কাউন্টি,クルック郡,克魯克縣		US	WY	011	7083	America/Denver
5814851	Wahkiakum County	wahkiakum-county	Comitatul Wahkiakum,Comte de Wahkiakum,Comté de Wahkiakum,Condado de Wahkiakum,Condado han Wahkiakum,Contea di Wahkiakum,Hrabstwo Wahkiakum,Kantono Wahkiakum,Okrug Vakajakam,Quan Wahkiakum,Quận Wahkiakum,Uakajakum,Vakaekum,Wahkiakum,Wahkiakum Kun,Wahkiakum Kūn,Wahkiakum konderria,Wahkiakum megye,mqatʿt wahykakwm,raahakikuma ka'unti,shhrstan wahkykwm  washyngtn,wakaiakamu jun,wo kai ya ku mu xian,Вакаєкум,Округ Вакајакам,Уакайакум,Уакаякъм,شهرستان واهکیکوم، واشینگتن,مقاطعة واهيكاكوم,واہکیاکم کاؤنٹی,واہکیکم کاؤنٹی، واشنگٹن,ৱাহকিকুম কাউন্টি,ワカイアカム郡,沃凱亞庫姆縣		US	WA	069	3978	America/Los_Angeles
5814921	Walla Walla County	walla-walla-county	Comitatul Walla Walla,Comte de Walla Walla,Comté de Walla Walla,Condado de Walla Walla,Condado han Walla Walla,Contea di Walla Walla,Hrabstwo Walla Walla,Kantono Walla Walla,Okrug Vola Vola,Quan Walla Walla,Quận Walla Walla,Uola Uola,Uolla-Uolla,Valla-Valla,Walla Walla,Walla Walla County,Walla Walla Kun,Walla Walla Kūn,Walla Walla konderria,Walla Walla megye,Wallawalla County,mqatʿt wala wala,raala raala ka'unti,shhrstan wala wala  washyngtn,wa la wa la xian,warawara jun,Валла-Валла,Округ Вола Вола,Уола Уола,Уолла-Уолла,شهرستان والا والا، واشینگتن,مقاطعة والا والا,والا والا کاؤنٹی,والا والا کاؤنٹی، واشنگٹن,ৱালা ৱালা কাউন্টি,ワラワラ郡,瓦拉瓦拉縣		US	WA	071	58781	America/Los_Angeles
5815675	Whatcom County	whatcom-county	Comitatul Whatcom,Comte de Whatcom,Comté de Whatcom,Condado de Whatcom,Condado han Whatcom,Contea di Whatcom,Hrabstwo Whatcom,Kantono Whatcom,Okres Whatcom,Okrug Votkom,Quan Whatcom,Quận Whatcom,Uatkum,Uotkom,Uotkom qrafligi,Uotkom qraflığı,Votkom,Whatcom,Whatcom Kun,Whatcom Kūn,Whatcom konderria,Whatcom megye,huo te ke mu xian,huraatakama ka'unti,mqatʿt watkwm,shhrstan watkam  washyngtn,waskeom gun,wattokomu jun,Вотком,Округ Вотком,Уаткъм,Уотком,شهرستان واتکام، واشینگتن,مقاطعة واتكوم,واٹکم کاؤنٹی، واشنگٹن,وٹکام کاؤنٹی,হুৱাটকম কাউন্টি,ワットコム郡,霍特科姆县,왓컴 군		US	WA	073	201140	America/Los_Angeles
5815891	Whitman County	whitman-county	Comitatul Whitman,Comte de Whitman,Comté de Whitman,Condado de Whitman,Condado han Whitman,Contea di Whitman,Hrabstwo Whitman,Kantono Whitman,Okrug Vitman,Quan Whitman,Quận Whitman,Uitman,Uitmen,Vitmen,Whitman,Whitman Kun,Whitman Kūn,Whitman konderria,Whitman megye,hui te man xian,huraitamyana ka'unti,mqatʿt waytman,shhrstan wytmn  washyngtn,u~ittoman jun,Вітмен,Округ Витман,Уитман,Уитмен,شهرستان ویتمن، واشینگتن,مقاطعة وايتمان,وٹمین کاؤنٹی,ویٹمین کاؤنٹی، واشنگٹن,হুৱিটম্যান কাউন্টি,ウィットマン郡,惠特曼縣		US	WA	075	44776	America/Los_Angeles
5816597	Yakima County	yakima-county	Comitatul Yakima,Comte de Yakima,Comté de Yakima,Condado de Yakima,Condado han Yakima,Contea di Yakima,Hrabstwo Yakima,Jakima,Kantono Yakima,Okrug Jakimo,Quan Yakima,Quận Yakima,Yakima,Yakima Kun,Yakima Kūn,Yakima konderria,Yakima maakond,Yakima megye,mqatʿt yakyma,shhrstan yakyma  washyngtn,ya ji ma xian,yakima jun,yakima ka'unti,Округ Јакимо,Якима,Якіма,شهرستان یاکیما، واشینگتن,مقاطعة ياكيما,یاکیما کاؤنٹی,یاکیما کاؤنٹی، واشنگٹن,য়াকিমা কাউন্টি,ヤキマ郡,雅基馬縣		US	WA	077	243231	America/Los_Angeles
5816904	Albany County	albany-county	Albany,Albany Comitatus,Albany Coonty,Albany Kun,Albany Kūn,Albany konderria,Albany maakond,Albany megye,Comitatul Albany,Comte d'Albany,Comté d'Albany,Condado de Albany,Condado han Albany,Contea di Albany,Hrabstwo Albany,Okrug Olbani,Olbani,Quan Albany,Quận Albany,alabeni ka'unti,ao er ba ni xian,mqatʿt albany,orubani jun,shhrstan albany  waywmyng,Округ Олбани,Олбани,Олбані,מחוז אולבני,البانی کاؤنٹی، وائیومنگ,شهرستان آلبانی، وایومینگ,مقاطعة ألباني,আলবেনি কাউন্টি,オールバニ郡,奧爾巴尼縣		US	WY	001	36299	America/Denver
5818658	Big Horn County	big-horn-county	Big Horn,Big Horn Comitatus,Big Horn County,Big Horn Kun,Big Horn Kūn,Big Horn konderria,Big Horn megye,Big Horni maakond,Big Hornin piirikunta,Big Khorn,Big-Gorn,Big-Khorn,Bighorn River County,Comitatul Big Horn,Comte de Big Horn,Comté de Big Horn,Condado de Big Horn,Condado han Big Horn,Contea di Big Horn,Hrabstwo Big Horn,Okrug Big Khorn,Quan Big Horn,Quận Big Horn,bi ge huo en xian,biga harna ka'unti,bigguhon jun,mhwz byg hwrn,mqatʿt bygh hwrn,shhrstan byg hwrn  waywmyng,Биг Хорн,Биг-Хорн,Біґ-Горн,Округ Биг Хорн,מחוז ביג הורן,بگ ہارن کاؤنٹی، وائیومنگ,شهرستان بیگ هورن، وایومینگ,مقاطعة بيغ هورن,বিগ হর্ন কাউন্টি,ビッグホーン郡,比格霍恩縣		US	WY	003	11668	America/Denver
5820441	Campbell County	campbell-county	Campbell,Campbell Comitatus,Campbell Kun,Campbell Kūn,Campbell konderria,Campbell megye,Campbellin piirikunta,Comitatul Campbell,Comte de Campbell,Comté de Campbell,Condado de Campbell,Condado han Campbell,Contea di Campbell,Hrabstwo Campbell,Kehmpbell,Kembul,Kempbell,Okrug Kembel,Quan Campbell,Quận Campbell,kan bei er xian,kyampabela ka'unti,kyanberu jun,mqatʿt kambyl,shhrstan kmbl  waywmyng,Кембъл,Кемпбелл,Кэмпбелл,Округ Кембел,شهرستان کمبل، وایومینگ,مقاطعة كامبيل,کیمبل کاؤنٹی، وائیومنگ,ক্যাম্পবেল কাউন্টি,キャンベル郡,坎貝爾縣		US	WY	005	46133	America/Denver
5820552	Carbon County	carbon-county	Carbon,Carbon Comitatus,Carbon Kun,Carbon Kūn,Carbon konderria,Carbon megye,Comitatul Carbon,Comte de Carbon,Comté de Carbon,Condado de Carbon,Condado han Carbon,Contea di Carbon,Hrabstwo Carbon,Karbon,Karbun,Okrug Karbon,Quan Carbon,Quận Carbon,ka ben xian,kabon jun,karabona ka'unti,mqatʿt krbwn,shhrstan krbn  waywmyng,Карбон,Карбън,Округ Карбон,شهرستان کربن، وایومینگ,مقاطعة كربون,کاربن کاؤنٹی، وائیومنگ,কারবোন কাউন্টি,カーボン郡,卡本縣		US	WY	007	15885	America/Denver
5821791	Converse County	converse-county	Comitatul Converse,Comte de Converse,Comté de Converse,Condado de Converse,Condado han Converse,Contea di Converse,Converse,Converse Comitatus,Converse Kun,Converse Kūn,Converse konderria,Converse megye,Hrabstwo Converse,Konvers,Kunvurs,Okrug Konvers,Quan Converse,Quận Converse,kanabharsa ka'unti,kang fu si xian,kon'vu~asu jun,mqatʿt kwnfyrs,shhrstan kanwrs  waywmyng,Конверс,Кънвърс,Округ Конверс,شهرستان کانورس، وایومینگ,مقاطعة كونفيرس,کونورس کاؤنٹی، وائیومنگ,কনভার্স কাউন্টি,コンヴァース郡,康弗斯縣		US	WY	009	13833	America/Denver
7117568	Hoonah-Angoon Census Area	hoonah-angoon-census-area	Hoonah-Angoon		US	AK	105	2150	America/Juneau
5825643	Fremont County	fremont-county	Comitatul Fremont,Comte de Fremont,Comté de Fremont,Condado de Fremont,Condado han Fremont,Contea di Fremont,Fremont,Fremont Comitatus,Fremont Kun,Fremont Kūn,Fremont konderria,Fremont megye,Fremontin piirikunta,Frimont,Hrabstwo Fremont,Okrug Frimont,Quan Fremont,Quận Fremont,fu li meng te xian,furemonto jun,mqatʿt frymwnt,phrimanta ka'unti,shhrstan frmwnt  waywmyng,Округ Фримонт,Фремонт,Фримонт,شهرستان فرمونت، وایومینگ,فریمونٹ کاؤنٹی، وائیومنگ,مقاطعة فريمونت,ফ্রীমন্ট কাউন্টি,フレモント郡,弗里蒙特縣		US	WY	013	40123	America/Denver
5826220	Goshen County	goshen-county	Comitatul Goshen,Comte de Goshen,Comté de Goshen,Condado de Goshen,Condado han Goshen,Contea di Goshen,Goshen,Goshen Comitatus,Goshen Kun,Goshen Kūn,Goshen konderria,Goshen megye,Goshenin piirikunta,Goushun,Hrabstwo Goshen,Okrug Goshen,Quan Goshen,Quận Goshen,ge shen xian,gosena ka'unti,goshen jun,mhwz gwsn,mqatʿt ghwshyn,shhrstan gwshn  waywmyng,Гоушън,Гошен,Округ Гошен,Ґошен,מחוז גושן,شهرستان گوشن، وایومینگ,مقاطعة غوشين,گوشین کاؤنٹی، وائیومنگ,গোসেন কাউন্টি,ゴシェン郡,戈申縣		US	WY	015	13249	America/Denver
5828054	Hot Springs County	hot-springs-county	Comitatul Hot Springs,Comte de Hot Springs,Comté de Hot Springs,Condado de Hot Springs,Condado han Hot Springs,Contea di Hot Springs,Got-Springs,Hot Springs,Hot Springs Comitatus,Hot Springs Kun,Hot Springs Kūn,Hot Springs konderria,Hot Springs megye,Hot Springsin piirikunta,Hrabstwo Hot Springs,Khot Springs,Khot-Springs,Okrug Khot Springs,Quan Hot Springs,Quận Hot Springs,hata sprinsa ka'unti,hottosupuringusu jun,mhwz hwt spryngs,mqatʿt hwt sbrynghz,shhrstan hat aspryngz  waywmyng,wen quan xian,Гот-Спрінґс,Округ Хот Спрингс,Хот Спрингс,Хот-Спрингс,מחוז הוט ספרינגס,شهرستان هات اسپرینگز، وایومینگ,مقاطعة هوت سبرينغز,ہاٹ سپرنگز کاؤنٹی، وائیومنگ,হট স্প্রিংস কাউন্টি,ホットスプリングス郡,溫泉縣		US	WY	017	4812	America/Denver
5828957	Johnson County	johnson-county	Comitatul Johnson,Comte de Johnson,Comté de Johnson,Condado de Johnson,Condado han Johnson,Contea di Johnson,Dzhonson,Dzhonsun,Hrabstwo Johnson,Johnson,Johnson Comitatus,Johnson County,Johnson Kun,Johnson Kūn,Johnson konderria,Johnson megye,Johnsoni maakond,Okrug DZonson,Pease County,Quan Johnson,Quận Johnson,jonson jun,jonsona ka'unti,mhwz gwnswn,mqatʿt jwnswn,shhrstan janswn  waywmyng,yue han xun xian,Джонсон,Джонсън,Округ Џонсон,מחוז גונסון,جانسن کاؤنٹی، وائیومنگ,شهرستان جانسون، وایومینگ,مقاطعة جونسون,জোন্সোন কাউন্টি,ジョンソン郡,約翰遜縣		US	WY	019	8569	America/Denver
5830051	Laramie County	laramie-county	Comitatul Laramie,Comte de Laramie,Comté de Laramie,Condado de Laramie,Condado han Laramie,Contea di Laramie,Hrabstwo Laramie,Larami,Laramie,Laramie Comitatus,Laramie Kun,Laramie Kūn,Laramie konderria,Laramie maakond,Laramie megye,Laramien piirikunta,Okrug Larami,Quan Laramie,Quận Laramie,la lei mi xian,larami ka'unti,mqatʿt laramy,rarami jun,shhrstan laramy  waywmyng,Ларами,Ларамі,Округ Ларами,شهرستان لارامی، وایومینگ,لارامی کاؤنٹی، وائیومنگ,مقاطعة لارامي,লারামি কাউন্টি,ララミー郡,拉勒米縣		US	WY	021	91738	America/Denver
5830383	Lincoln County	lincoln-county	Comitatul Lincoln,Comte de Lincoln,Comté de Lincoln,Condado de Lincoln,Condado han Lincoln,Contea di Lincoln,Hrabstwo Lincoln,Lincoln,Lincoln Comitatus,Lincoln Kun,Lincoln Kūn,Lincoln konderria,Lincoln megye,Lincolni maakond,Linkol'n,Linkuln,Okrug Linkoln,Quan Lincoln,Quận Lincoln,lin ken xian,linkana ka'unti,mqatʿt lynkwn,rinkan jun,shhrstan lynkln  waywmyng,Линкольн,Линкълн,Лінкольн,Округ Линколн,شهرستان لینکلن، وایومینگ,لنکن کاؤنٹی، وائیومنگ,مقاطعة لينكون,লিঙ্কন কাউন্টি,リンカーン郡,林肯縣		US	WY	023	18106	America/Denver
5833224	Natrona County	natrona-county	Comitatul Natrona,Comte de Natrona,Comté de Natrona,Condado de Natrona,Condado han Natrona,Contea di Natrona,Hrabstwo Natrona,Natrona,Natrona Comitatus,Natrona Kun,Natrona Kūn,Natrona konderria,Natrona maakond,Natrona megye,Natronan piirikunta,Okrug Natrona,Quan Natrona,Quận Natrona,mqatʿt natrwna,na te luo na xian,natorona jun,natrona ka'unti,shhrstan natrwna  waywmyng,Натрона,Округ Натрона,شهرستان ناترونا، وایومینگ,مقاطعة ناترونا,نیٹرونا کاؤنٹی، وائیومنگ,নাট্রোনা কাউন্টি,ナトロナ郡,納特羅納縣		US	WY	025	75450	America/Denver
5833446	Niobrara County	niobrara-county	Comitatul Niobrara,Comtat de Niobrara,Comte de Niobrara,Comté de Niobrara,Condado de Niobrara,Condado han Niobrara,Contea di Niobrara,Hrabstwo Niobrara,Najobrara,Najobrehra,Niobrara,Niobrara Comitatus,Niobrara Kun,Niobrara Kūn,Niobrara konderria,Niobrara megye,Niobraran piirikunta,Okrug Najobrara,Quan Niobrara,Quận Niobrara,mqatʿt nywbrara,nai e bu la lei xian,ni'obrara ka'unti,nioburara jun,shhrstan nywbrara  waywmyng,Найобрара,Найобрэра,Ниобрара,Округ Најобрара,شهرستان نیوبرارا، وایومینگ,مقاطعة نيوبرارا,نیوبرارا کاؤنٹی، وائیومنگ,নিওব্রারা কাউন্টি,ニオブララ郡,奈厄布拉勒縣		US	WY	027	2484	America/Denver
5834587	Park County	park-county	Comitatul Park,Comte de Park,Comté de Park,Condado de Park,Condado han Park,Contea di Park,Hrabstwo Park,Okrug Park,Park,Park Comitatus,Park Kun,Park Kūn,Park konderria,Park megye,Parkin piirikunta,Quan Park,Quận Park,mqatʿt bark,pa ke xian,paku jun,parka ka'unti,shhrstan park  waywmyng,Округ Парк,Парк,شهرستان پارک، وایومینگ,مقاطعة بارك,پارک کاؤنٹی، وائیومنگ,পার্ক কাউন্টি,パーク郡,帕克縣		US	WY	029	28205	America/Denver
5835308	Platte County	platte-county	Comitatul Platte,Comte de Platte,Comté de Platte,Condado de Platte,Condado han Platte,Contea di Platte,Hrabstwo Platte,Okrug Plat,Plat,Platt,Platte,Platte Comitatus,Platte Kun,Platte Kūn,Platte konderria,Platte megye,Quan Platte,Quận Platte,mqatʿt blaty,plate ka'unti,pu la te xian,puratto jun,shhrstan plt  waywmyng,Округ Плат,Плат,Платт,شهرستان پلت، وایومینگ,مقاطعة بلاتي,پلیٹ کاؤنٹی، وائیومنگ,প্লাটে কাউন্টি,プラット郡,普拉特縣		US	WY	031	8667	America/Denver
7117591	City and Borough of Wrangell	city-and-borough-of-wrangell	City and Borough of Wrangell,City of Wrangell		US	AK	275	2369	America/Juneau
7117732	Petersburg Borough	petersburg-borough	Petersburg,Petersburg Borough		US	AK	195	3815	America/Juneau
11550055	Prince of Wales-Hyder Census Area	prince-of-wales-hyder-census-area	Prince of Wales-Hyder		US	AK	198	0	America/Juneau
11550056	Kusilvak Census Area	kusilvak-census-area	Kusilvak		US	AK	158	0	America/Nome
5838199	Sheridan County	sheridan-county	Comitatul Sheridan,Comte de Sheridan,Comté de Sheridan,Condado de Sheridan,Condado han Sheridan,Contea di Sheridan,Hrabstwo Sheridan,Okrug Sheridan,Quan Sheridan,Quận Sheridan,Sheridan,Sheridan Comitatus,Sheridan Kun,Sheridan Kūn,Sheridan konderria,Sheridan megye,mhwz srydn,mqatʿt shyrydan,seridana ka'unti,sheridan jun,shhrstan shrydn  waywmyng,xie li dui xian,Округ Шеридан,Шеридан,מחוז שרידן,شهرستان شریدن، وایومینگ,شیئرڈن کاؤنٹی، وائیومنگ,مقاطعة شيريدان,শেরিডান কাউন্টি,シェリダン郡,謝里敦縣		US	WY	033	29116	America/Denver
5840177	Sublette County	sublette-county	Comitatul Sublette,Comte de Sublette,Comté de Sublette,Condado de Sublette,Condado han Sublette,Contea di Sublette,Hrabstwo Sublette,Okrug Sablet,Quan Sublette,Quận Sublette,Sablett,Sublet,Sublette,Sublette Comitatus,Sublette Kun,Sublette Kūn,Sublette konderria,Sublette megye,mqatʿt swblyty,sa bu lai te xian,sabalette ka'unti,saburetto jun,shhrstan swblt  waywmyng,Округ Саблет,Саблетт,Съблет,سبلیٹ کاؤنٹی، وائیومنگ,شهرستان سوبلت، وایومینگ,مقاطعة سوبليتي,সাবলেট্টে কাউন্টি,サブレット郡,薩布萊特縣		US	WY	035	10247	America/Denver
5840426	Sweetwater County	sweetwater-county	Carter County,Comitatul Sweetwater,Comte de Sweetwater,Comté de Sweetwater,Condado de Sweetwater,Condado han Sweetwater,Contea di Sweetwater,Hrabstwo Sweetwater,Okrug Svitvoter,Quan Sweetwater,Quận Sweetwater,Suituoter,Suituotur,Svitvoter,Sweetwater,Sweetwater Comitatus,Sweetwater County,Sweetwater Kun,Sweetwater Kūn,Sweetwater konderria,Sweetwater megye,Sweetwaterin piirikunta,gan lin xian,mqatʿt swytwatr,su'itaraatara ka'unti,suu~itou~ota jun,Округ Свитвотер,Світвотер,Суитуотер,Суитуотър,سوئیٹ واٹر کاؤنٹی، وائیومنگ,شهرستان سوئیت‌واتر، وایومینگ,مقاطعة سويتواتر,সুইটৱাটার কাউন্টি,スウィートウォーター郡,甘霖縣		US	WY	037	43806	America/Denver
5840786	Teton County	teton-county	Comitatul Teton,Comte de Teton,Comté de Teton,Condado de Teton,Condado han Teton,Contea di Teton,Hrabstwo Teton,Okrug Titon,Quan Teton,Quận Teton,Teton,Teton Comitatus,Teton Kun,Teton Kūn,Teton konderria,Teton megye,Tetoni maakond,Titon,mqatʿt tytwn,shhrstan ttwn  waywmyng,tenatana ka'unti,ti dun xian,titon jun,Округ Титон,Тетон,Титон,شهرستان تتون، وایومینگ,مقاطعة تيتون,ٹیٹن کاؤنٹی، وائیومنگ,টেনটন কাউন্টি,ティトン郡,提頓縣		US	WY	039	21294	America/Denver
5841693	Uinta County	uinta-county	Comitatul Uinta,Comte d'Uinta,Comte de Uinta,Comté d'Uinta,Comté de Uinta,Condado de Uinta,Condado han Uinta,Contea di Uinta,Hrabstwo Uinta,Juinta,Okrug Juinta,Quan Uinta,Quận Uinta,Uinta,Uinta Comitatus,Uinta Kun,Uinta Kūn,Uinta konderria,Uinta megye,Uintan piirikunta,i'unta ka'unti,mqatʿt ywnta,shhrstan ywnyta  waywmyng,uinta jun,you yin ta xian,Округ Јуинта,Уинта,Юинта,Юїнта,شهرستان یونیتا، وایومینگ,مقاطعة يونتا,یواینٹا کاؤنٹی، وائیومنگ,ইউন্টা কাউন্টি,ウインタ郡,尤因塔縣		US	WY	041	21118	America/Denver
5842257	Washakie County	washakie-county	Comitatul Washakie,Comte de Washakie,Comté de Washakie,Condado de Washakie,Condado han Washakie,Contea di Washakie,Hrabstwo Washakie,Okrug Voshaki,Quan Washakie,Quận Washakie,Uoshaki,Uoshehki,Voshejki,Washakie,Washakie Comitatus,Washakie Kun,Washakie Kūn,Washakie konderria,Washakie megye,Washakien piirikunta,hua xie ji xian,mqatʿt washaky,raasakiye ka'unti,shhrstan washakay  waywmyng,washaki jun,Вошейкі,Округ Вошаки,Уошаки,Уошэки,מחוז ואשאקי,شهرستان واشاکای، وایومینگ,مقاطعة واشاكي,واشیکی کاؤنٹی، وائیومنگ,ৱাসাকিয়ে কাউন্টি,ワシャキー郡,華謝基縣		US	WY	043	8533	America/Denver
5842707	Weston County	weston-county	Comitatul Weston,Comtat de Weston,Comte de Weston,Comté de Weston,Condado de Weston,Condado han Weston,Contea di Weston,Hrabstwo Weston,Okrug Veston,Quan Weston,Quận Weston,Uestun,Veston,Weston,Weston Comitatus,Weston Kun,Weston Kūn,Weston konderria,Weston megye,mqatʿt wystwn,raestona ka'unti,shhrstan wstwn  waywmyng,u~esuton jun,wei si dun xian,Вестон,Округ Вестон,Уестън,شهرستان وستون، وایومینگ,مقاطعة ويستون,ویسٹان کاؤنٹی، وائیومنگ,ৱেস্টোন কাউন্টি,ウェストン郡,韋斯頓縣		US	WY	045	7208	America/Denver
5846893	Haines Borough	haines-borough	Arrondissement de Haines,Boro han Haines,Borough de Haines,Borough di Haines,Distrito de Haines,Gejns,Haines,Haines Kun,Haines Kūn,Haines megye,Heyns srjan,Khejns,Khejns Boro,Okreg Haines,Okręg Haines,hai en si zi zhi shi zhen,he'inesa byuro,heinzu jun,Гейнс,Хейнс,Хејнс Боро,Հեյնս շրջան,ہینز برو، الاسکا,হেইনেস ব্যুরো,ヘインズ郡,海恩斯自治市鎮		US	AK	100	2117	America/Juneau
5847795	Kalawao County	kalawao-county	Comitatul Kalawao,Comtat de Kalawao,Comte de Kalawao,Comté de Kalawao,Condado de Kalawao,Condado han Kalawao,Contea di Kalawao,Hrabstwo Kalawao,Kalauao,Kalauao srjan,Kalavao,Kalawao,Kalawao Comitatus,Kalawao Kun,Kalawao Kūn,Kalawao konderria,Kalawao megye,Okrug Kalavao,ka la wo xian,kalaraa'o ka'unti,karawao jun,shhrstan kalawayw  hawayy,Калавао,Калауао,Округ Калавао,Կալաուաո շրջան,شهرستان کالاوائو، هاوایی,کالاواؤ کاؤنٹی,کالاواو کاؤنٹی، ہوائی,কালাৱাও কাউন্টি,カラワオ郡,卡拉沃县		US	HI	005	90	Pacific/Honolulu
5848514	Kauai County	kauai-county	Comitatul Kauai,Comte de Kauai,Comté de Kauai,Condado de Kauai,Condado han Kauai,Contea di Kauai,Hrabstwo Kauai,Kauai,Kauai Comitatus,Kauai Kun,Kauai Kūn,Kauai konderria,Kauai megye,Okrug Kauaji,Quan Kauai,Quận Kauai,kao ai xian,karaa'i ka'unti,kauai,kauai jun,shhrstan kaywayy  hawayy,Кауаи,Кауаї,Округ Кауаји,Քավայի շրջան,شهرستان کائوآئی، هاوایی,کاؤآئی کاؤنٹی,کاؤآئی کاؤنٹی، ہوائی,কাৱাই কাউন্টি,カウアイ郡,考艾县,카우아이		US	HI	007	67091	Pacific/Honolulu
5850871	Maui County	maui-county	Comitatul Maui,Comtat de Maui,Comte de Maui,Comté de Maui,Condado de Maui,Condado han Maui,Contea di Maui,Hrabstwo Maui,Maui,Maui Comitatus,Maui Coonty,Maui County,Maui Kun,Maui Kūn,Maui konderria,Maui megye,Maui srjan,Mauwi,Mawhee,Mowee,Mowi,Okrug Maui,Quan Maui,Quận Maui,mao yi xian,marai ka'unti,mau-i,maui jun,shhrstan mawyy  hawayy,Мауи,Мауї,Округ Мауи,Մաուի շրջան,מחוז מאווי,شهرستان ماویی، هاوایی,ماوئی کاؤنٹی,ماوئی کاؤنٹی، ہوائی,মাৱি কাউন্টি,マウイ郡,茂宜縣,마우이		US	HI	009	154834	Pacific/Honolulu
5855765	Hawaii County	hawaii-county	Comitatul Hawaii,Comte de Hawaii,Comté de Hawaii,Condado de Hawai,Condado de Hawaii,Condado de Hawái,Condado han Hawaii,Contea di Hawaii,County of Hawaii,Gavai,Gavaji,Havaii Comitatus,Havayi srjan,Hawai'i County,Hawaii,Hawaii County,Hawaii Kun,Hawaii Kūn,Hawaii konderria,Hawaii megye,Hawai‘i County,Hrabstwo Hawaii,Khavai,haraa'i ka'unti,hawai jun,shhrstan hawayy  hawayy,xia wei yi xian,Гавайи,Гаваї,Хаваи,Հավայի շրջան,מחוז הוואי,شهرستان هاوایی، هاوایی,ہوائی کاؤنٹی,ہوائی کاؤنٹی، ہوائی,হাৱাই কাউন্টি,ハワイ郡,夏威夷縣		US	HI	001	185079	Pacific/Honolulu
5856194	Honolulu County	honolulu-county	Comte d'Honolulu,Comte de Honolulu,Comté d'Honolulu,Comté de Honolulu,Condado de Honolulu,Condado han Honolulu,Contea di Honolulu,County of Honolulu,Gonolulu,Honolulu,Honolulu City and County,Honolulu Comitatus,Honolulu County,Honolulu Kun,Honolulu Kūn,Honolulu konderria,Honolulu srjan,Hrabstwo Honolulu,Khonolulu,Kondado ti Honolulu,Okrug Khonolulu,hanalulu ka'unti,honoruru jun,mhwz hwnwlwlw,shhrstan hwnwlwlw  hawayy,tan xiang shan shi xian,Гонолулу,Округ Хонолулу,Хонолулу,Հոնոլուլու շրջան,מחוז הונולולו,شهرستان هونولولو، هاوایی,ہونولولو کاؤنٹی,ہونولولو کاؤنٹی، ہوائی,হনলুলু কাউন্টি,ホノルル郡,檀香山市縣		US	HI	003	953207	Pacific/Honolulu
5858042	Bristol Bay Borough	bristol-bay-borough	Arrondissement de Bristol Bay,Boro han Bristol Bay,Borough de Bristol Bay,Borough de la Bahia de Bristol,Borough de la Bahía de Bristol,Borough di Bristol Bay,Bristol Bay,Bristol Bay Kun,Bristol Bay Kūn,Bristol Bay megye,Bristol Bej,Bristol Bey srjan,Bristol-Bej,Distrito de Bristol Bay,Okreg Bristol Bay,Okręg Bristol Bay,bristala be byuro,bu li si tuo wan zi zhi shi zhen,burisutorubei jun,Бристол Беј,Бристол-Бей,Բրիստոլ Բեյ շրջան,برسٹل بے برو، الاسکا,ব্রিষ্টল বে ব্যুরো,ブリストルベイ郡,布里斯托灣自治市鎮		US	AK	060	997	America/Anchorage
5860541	Denali Borough	denali-borough	Arrondissement de Denali,Boro han Denali,Borough de Denali,Borough di Denali,Denali,Denali Kun,Denali Kūn,Denali megye,Denali srjan,Distrito de Denali,Okreg Denali,Okręg Denali,denali byuro,denari jun,di na li zi zhi shi zhen,dynaly brw  alaska,Денали,Деналі,Դենալի շրջան,دینالی برو، الاسکا,ডেনালি ব্যুরো,デナリ郡,迪納利自治市鎮		US	AK	068	1893	America/Anchorage
5860696	Dillingham Census Area	dillingham-census-area	Area censal de Dillingham,Census Area di Dillingham,Dillingham,Dillingham Pho-cha Te-hek,Dillingham Phó͘-cha Tē-he̍k,Dillingkhem,Okreg Dillingham,Okręg Dillingham,Popisna oblast Dilingkham,Regiao Censitaria de Dillingham,Region de recensement de Dillingham,Região Censitária de Dillingham,Région de recensement de Dillingham,Zensusrebeet Dillingham,Zone de recensement de Dillingham,di ling han ren kou pu cha qu,dillinhama manuleha laya,Área censal de Dillingham,Диллингхем,Пописна област Дилингхам,ডিল্লিংহাম মানুলেহা লয়া,迪靈漢人口普查區		US	AK	070	4847	America/Anchorage
5861900	Fairbanks North Star Borough	fairbanks-north-star-borough	Arrondissement de Fairbanks North Star,Boro han Fairbanks North Star,Borough de Fairbanks North Star,Borough di Fairbanks North Star,Distrito de Fairbanks North Star,Fairbanks North Star,Fairbanks North Star Kun,Fairbanks North Star Kūn,Fairbanks North Star megye,Fehrbanks-Nort-Star,Ferbanks Nort Star,Ferbenks-Nort-Star,Okreg Fairbanks North Star,Okręg Fairbanks North Star,feabankusunosusuta jun,fei er ban ke si-bei ji xing zi zhi shi zhen,pheyara bankasa kha stara byuro,Фербанкс Норт Стар,Фербенкс-Норт-Стар,Фэрбанкс-Норт-Стар,Ֆեյրբենկս Նորթ Ստար շրջան,فیئر بینکس نارتھ سٹار برو، الاسکا,مقاطعة فيربانكس نورث ستار بورو,ফেয়ার বাংকস খা স্টার ব্যুরো,フェアバンクスノーススター郡,費爾班克斯-北極星自治市鎮		US	AK	090	97581	America/Anchorage
5866071	Kenai Peninsula Borough	kenai-peninsula-borough	Arrondissement de Kenai Peninsula,Boro han Kenai Peninsula,Borough de Peninsula de Kenai,Borough de Península de Kenai,Borough de la peninsule de Kenai,Borough de la péninsule de Kenai,Borough della Penisola di Kenai,Distrito da Peninsula do Kenai,Kenai Peninsula,Kenai Peninsula Kun,Kenai Peninsula Kūn,Kenai Peninsula megye,Kenaj,Kinaj Peninsula,Okreg Kenai Peninsula,Okręg Kenai Peninsula,ji nai ban dao zi zhi shi zhen,kena'i penisulla byuro,kinaipeninshura jun,Кенай,Кинај Пенинсула,Քենայ Պենինսուլա շրջան,مقاطعة كيناي بنينسولا بورو,کینائی جزیرہ نما برو، الاسکا,কেনাই পেনিসুল্লা ব্যুরো,キナイペニンシュラ郡,基奈半島自治市鎮		US	AK	122	40802	America/Anchorage
5866574	Kodiak Island Borough	kodiak-island-borough	Arrondissement de Kodiak Island,Boro han Kodiak Island,Borough Kodiak-Eiland,Borough de lile Kodiak,Borough de lîle Kodiak,Borough di Kodiak Island,Burgo de Isla Kodiak,Kad'jak-Ajlend,Kodiak Island,Kodiak Island Kun,Kodiak Island Kūn,Kodiak Island megye,Kodijak Ajland,Kodijak-Ajlend,Okreg Kodiak Island,Okręg Kodiak Island,ke de a ke dao zi zhi shi zhen,kodiakkuairando jun,kodiyaka dbipa byuro,Кадьяк-Айленд,Кодијак Ајланд,Кодіяк-Айленд,Քոդիակ Այլենդ շրջան,کوڈیاک جزیرہ برو، الاسکا,কোদিয়াক দ্বীপ ব্যুরো,コディアックアイランド郡,科的阿克島自治市鎮		US	AK	150	13592	America/Anchorage
5867113	Lake and Peninsula Borough	lake-and-peninsula-borough	Arrondissement de Lake and Peninsula,Boro han Lake and Peninsula,Borough de Lake and Peninsula,Borough di Lake and Peninsula,Lake and Peninsula,Lake and Peninsula Kun,Lake and Peninsula Kūn,Lake and Peninsula megye,Lejk end Peninsula,Lejk-ehnd-Peninsula,Lejk-end-Peninsula,Okreg Lake and Peninsula,Okręg Lake and Peninsula,hu po-ban dao zi zhi shi zhen,leka baro penisulla byuro,reikuandopeninshura jun,Лейк-енд-Пенінсула,Лейк-энд-Пенинсула,Лејк енд Пенинсула,Լեյք ենդ Պենինսուլա շրջան,لیک اور جزیرہ نما برو، الاسکا,লেক বারো পেনিসুল্লা ব্যুরো,レイクアンドペニンシュラ郡,湖泊-半島自治市鎮		US	AK	164	1631	America/Anchorage
5868437	Matanuska-Susitna Borough	matanuska-susitna-borough	Arrondissement de Matanuska-Susitna,Boro han Matanuska-Susitna,Borough de Matanuska-Susitna,Borough de Matanuska–Susitna,Borough di Matanuska-Susitna,Matanuska-Susitna,Matanuska-Susitna Kun,Matanuska-Susitna Kūn,Matanuska-Susitna maakond,Matanuska-Susitna megye,Matanuska-Susitna srjan,Okreg Matanuska-Susitna,Okręg Matanuska-Susitna,ma ta nu si ka-su xi te na zi zhi shi zhen,matanuska-susatina byuro,Матануска-Суситна,Матануска-Сусітна,Մատանուսկա-Սուսիտնա շրջան,ماتانوسکا-سوسیٹنا برو، الاسکا,مقاطعة ماتانوسكا سوسيتنا بورو,মাতানুস্কা-সুসটিনা ব্যুরো,マタヌスカ・スシトナ郡,馬塔努斯卡-蘇西特納自治市鎮		US	AK	170	88995	America/Anchorage
5870134	Nome Census Area	nome-census-area	Area censal de Nome,Census Area di Nome,Nom,Nome,Nome Pho-cha Te-hek,Nome Phó͘-cha Tē-he̍k,Noum popisna oblast,Okreg Nome,Okręg Nome,Regiao Censitaria de Nome,Region de recensement de Nome,Região Censitária de Nome,Région de recensement de Nome,Zensusrebeet Nome,Zone de recensement de Nome,nome manuleha laya,nuo mu ren kou pu cha qu,Área censal de Nome,Ном,Ноум пописна област,নোমে মানুলেহা লয়া,諾姆人口普查區		US	AK	180	9492	America/Nome
5870308	North Slope Borough	north-slope-borough	Arrondissement de North Slope,Boro han North Slope,Borough Noordafsiet,Borough de North Slope,Borough di North Slope,Nort Sloup,Nort-Sloup,North Slope,North Slope Kun,North Slope Kūn,North Slope megye,Okreg North Slope,Okręg North Slope,auyam slopa byuro,bei po zi zhi shi zhen,nosusuropu jun,Норт Слоуп,Норт-Слоуп,Նորթ Սլոփ շրջան,مقاطعة نورث سلوب بورو,نارتھ سلوپ برو، الاسکا,ঔয়াং স্লোপ ব্যুরো,ノーススロープ郡,北坡自治市鎮		US	AK	185	9430	America/Anchorage
5870351	Northwest Arctic Borough	northwest-arctic-borough	Arrondissement de Northwest Arctic,Boro han Northwest Arctic,Borough de Northwest Arctic,Borough di Northwest Arctic,Distrito de Northwest Arctic,Noordwest-Arktisch Borough,Northwest Arctic,Northwest Arctic Kun,Northwest Arctic Kūn,Northwest Arctic megye,Nortuehst-Arktik,Nortvest Arktik,Nortvest-Arktik,Okreg Northwest Arctic,Okręg Northwest Arctic,auyam-picha arkatika byuro,nosuuesutoakutikku jun,xi bei-bei ji zi zhi shi zhen,Нортвест Арктик,Нортвест-Арктик,Нортуэст-Арктик,Նորթվեստ Արկտիկ շրջան,نارتھ ویسٹ آرکٹک برو، الاسکا,ঔয়াং-পিছ আর্কটিক ব্যুরো,ノースウエストアークティック郡,西北-北極自治市鎮		US	AK	188	7523	America/Anchorage
5874863	Southeast Fairbanks Census Area	southeast-fairbanks-census-area	Area censal de Southeast Fairbanks,Census Area di Southeast Fairbanks,Okreg Southeast Fairbanks,Okręg Southeast Fairbanks,Regiao Censitaria de Southeast Fairbanks,Region de recensement de Southeast Fairbanks,Região Censitária de Southeast Fairbanks,Région de recensement de Southeast Fairbanks,Sautist Ferbanks,Sautist-Fehrbanks,Southeast Fairbanks,Southeast Fairbanks Pho-cha Te-hek,Southeast Fairbanks Phó͘-cha Tē-he̍k,Zensusrebeet Fairbanks Sueuedoost,Zensusrebeet Fairbanks Süüdoost,Zone de recensement de Southeast Fairbanks,dong nan fei er ban ke si ren kou pu cha qu,kha-muna pheyara bankasa manuleha laya,Área censal de Southeast Fairbanks,Саутист Фербанкс,Саутист-Фэрбанкс,খা-মুঙ ফেয়ার বাংকস মানুলেহা লয়া,東南費爾班克斯人口普查區		US	AK	240	7029	America/Anchorage
5877395	Valdez-Cordova Census Area	valdez-cordova-census-area	Area censal de Valdez-Cordova,Census Area di Valdez-Cordova,Okreg Valdez-Cordova,Okręg Valdez–Cordova,Regiao Censitaria de Valdez-Cordova,Region de recensement de Valdez-Cordova,Região Censitária de Valdez-Cordova,Région de recensement de Valdez-Cordova,Valdez Cordova Census Area,Valdez-Cordova,Valdez-Cordova Census Area,Valdez-Cordova Pho-cha Te-hek,Valdez–Cordova Census Area,Valdez–Cordova Phó͘-cha Tē-he̍k,Zensusrebeet Valdez-Cordova,Zone de recensement de Valdez-Cordova,bhaladeja-koradobha manuleha laya,wa er di zi-ke er duo wa ren kou pu cha qu,Área censal de Valdez–Cordova,Валдиз—Кордова,ভালডেজ-কোরডোভা মানুলেহা লয়া,瓦爾迪茲-科爾多瓦人口普查區		US	AK	261	9636	America/Anchorage
5878558	Yukon-Koyukuk Census Area	yukon-koyukuk-census-area	Area censal de Yukon-Koyukuk,Census Area di Yukon-Koyukuk,Jukon-Kojukuk,Okreg Yukon-Koyukuk,Okręg Yukon–Koyukuk,Regiao Censitaria de Yukon-Koyukuk,Region de recensement de Yukon-Koyukuk,Região Censitária de Yukon-Koyukuk,Région de recensement de Yukon-Koyukuk,Yukon-Koyukuk,Yukon-Koyukuk Census Area,Yukon-Koyukuk Pho-cha Te-hek,Yukon–Koyukuk Census Area,Yukon–Koyukuk Phó͘-cha Tē-he̍k,Zensusrebeet Yukon-Koyukuk,Zone de recensement de Yukon-Koyukuk,yu kong-ke you ku ke ren kou pu cha qu,yyukuna-koyuku manuleha laya,Área censal de Yukón–Koyukuk,Јукон-Којукук,Юкон-Коюкук,য়্যুকুন-কোয়ুকু মানুলেহা লয়া,育空-科尤庫克人口普查區		US	AK	290	5588	America/Anchorage
5879164	Aleutians West Census Area	aleutians-west-census-area	Aleutians West,Zone de recensement d'Aleutians West		US	AK	016	5561	America/Adak
5879166	Aleutians East Borough	aleutians-east-borough	Aleutians East,Aleutians East Kun,Aleutians East Kūn,Aleutians East megye,Aleutians Ist srjan,Aleutiens-Ist,Alushans Ist,Arrondissement d'Aleutians East,Boro han Aleutians East,Borough Oost-Aleuten,Borough de Aleutianas Orientales,Borough delle Aleutine orientali,Borough des Aleoutiennes orientales,Borough des Aléoutiennes orientales,Okreg Aleutians East,Okręg Aleutians East,Vostochnye Aleutskie ostrova,ale'utiyanasa muna byuro,aryushanzuisuto jun,dong a liu shen zi zhi shi zhen,Алеутіенс-Іст,Алушанс Ист,Восточные Алеутские острова,Ալեուտիանս Իստ շրջան,الوشنز ایسٹ برو، الاسکا,مقاطعة إليوتينس إيست بورو,আলেউটিয়ানস মুঙ ব্যুরো,アリューシャンズイースト郡,東阿留申自治市鎮		US	AK	013	3141	America/Nome
5879348	Anchorage Municipality	anchorage-municipality	Anchorage,Anchorage Borough,Anchorage Municipality,Municipalite d'Anchorage,Municipalité d'Anchorage		US	AK	020	291826	America/Anchorage
5880573	Bethel Census Area	bethel-census-area	Area censal de Bethel,Betel,Betel popisna oblast,Bethel,Bethel Pho-cha Te-hek,Bethel Phó͘-cha Tē-he̍k,Census Area di Bethel,Okreg Bethel,Okręg Bethel,Regiao Censitaria de Bethel,Region de recensement de Bethel,Região Censitária de Bethel,Région de recensement de Bethel,Zensusrebeet Bethel,Zone de recensement de Bethel,bei sai er ren kou pu cha qu,bethela manuleha laya,Área censal de Bethel,Бетел,Бетел пописна област,বেথেল মানুলেহা লয়া,貝塞爾人口普查區		US	AK	050	17013	America/Anchorage
6941775	Kings County	kings-county	Brooklyn County,Kings,Kings County		US	NY	047	2504700	America/New_York
7117565	Skagway Municipality	skagway-municipality	Skagway		US	AK	230	968	America/Juneau
\.


--
-- Data for Name: admin3; Type: TABLE DATA; Schema: us; Owner: g5
--

COPY us.admin3 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, admin2_code, admin3_code, population, timezone) FROM stdin;
4047632	Township of Parker	township-of-parker	Parker Township		US	AR	099	92823	0	America/Chicago
4048310	Township of Ridgway	township-of-ridgway	Ridgway Township		US	IL	059	64031	0	America/Chicago
4048364	Township of Lost River	township-of-lost-river	Lost River Township		US	IN	101	45036	0	America/Indiana/Vincennes
4048366	Township of Jackson	township-of-jackson	Jackson Township		US	IN	139	37386	0	America/Indiana/Indianapolis
4048378	Township of Farmer	township-of-farmer	Farmer Township		US	KS	159	23100	0	America/Chicago
4048412	Township of Blue Hill	township-of-blue-hill	Blue Hill Township		US	KS	123	07575	0	America/Chicago
4048462	Township of London	township-of-london	London Township		US	KS	191	42400	0	America/Chicago
4048482	Township of West Branch	township-of-west-branch	West Branch Township		US	KS	115	76775	0	America/Chicago
4049164	Township of Clay	township-of-clay	Clay Township		US	MO	073	14356	0	America/Chicago
4049256	Township of Liberty	township-of-liberty	Liberty Township		US	MO	221	42392	0	America/Chicago
4049260	Township of Marion	township-of-marion	Marion Township		US	MO	057	45992	0	America/Chicago
4049638	Township of Buford	township-of-buford	Buford Township		US	NC	179	90432	0	America/New_York
4049658	Township of Cartoogechaye	township-of-cartoogechaye	Cartoogechaye Township		US	NC	113	90524	0	America/New_York
4049722	Township of Fishing Creek	township-of-fishing-creek	Fishing Creek Township		US	NC	077	91108	0	America/New_York
4050134	Township of Wesley	township-of-wesley	Wesley Township		US	OH	167	82838	0	America/New_York
4099074	Township of Acorn	township-of-acorn	Acorn Township		US	AR	113	90003	0	America/Chicago
4099124	Township of Afton	township-of-afton	Afton Township		US	AR	049	90006	0	America/Chicago
4099149	Township of Alabam	township-of-alabam	Alabam Township		US	AR	087	90009	0	America/Chicago
4099150	Township of Alabama	township-of-alabama	Alabama Township		US	AR	099	90012	0	America/Chicago
4099154	Township of Alamo	township-of-alamo	Alamo Township		US	AR	097	90013	0	America/Chicago
4099155	Township of Albany	township-of-albany	Albany Township		US	AR	099	90015	0	America/Chicago
4099165	Township of Albion	township-of-albion	Albion Township		US	AR	145	90018	0	America/Chicago
4099229	Township of Alix	township-of-alix	Alix Township		US	AR	047	90021	0	America/Chicago
4099305	Township of Alma	township-of-alma	Alma Township		US	AR	033	90024	0	America/Chicago
4099471	Township of Annieville	township-of-annieville	Annieville Township		US	AR	075	90033	0	America/Chicago
4099571	Township of Antioch	township-of-antioch	Antioch Township		US	AR	059	90039	0	America/Chicago
4099572	Township of Antioch	township-of-antioch	Antioch Township		US	AR	145	90042	0	America/Chicago
4099582	Township of Aplin	township-of-aplin	Aplin Township		US	AR	105	90048	0	America/Chicago
4099626	Township of Antoine	township-of-antoine	Antoine Township		US	AR	109	90045	0	America/Chicago
4099628	Township of Archey Valley	township-of-archey-valley	Archey Valley Township		US	AR	141	90054	0	America/Chicago
4099638	Township of Arden	township-of-arden	Arden Township		US	AR	081	90057	0	America/Chicago
4099754	Township of Arkansas	township-of-arkansas	Arkansas Township		US	AR	001	90060	0	America/Chicago
4099758	Township of Arkinda	township-of-arkinda	Arkinda Township		US	AR	081	90063	0	America/Chicago
4099865	Township of Ashland	township-of-ashland	Ashland Township		US	AR	075	90066	0	America/Chicago
4099881	Township of Ashley	township-of-ashley	Ashley Township		US	AR	063	90069	0	America/Chicago
4099916	Township of Athens	township-of-athens	Athens Township		US	AR	065	90072	0	America/Chicago
4099947	Township of Auburn	township-of-auburn	Auburn Township		US	AR	079	90075	0	America/Chicago
4099960	Township of Augusta	township-of-augusta	Augusta Township		US	AR	147	90078	0	America/Chicago
4099987	Township of Austin	township-of-austin	Austin Township		US	AR	029	90081	0	America/Chicago
4100142	Township of Baker	township-of-baker	Baker Township		US	AR	065	90087	0	America/Chicago
4100143	Township of Baker	township-of-baker	Baker Township		US	AR	073	90090	0	America/Chicago
4100144	Township of Baker	township-of-baker	Baker Township		US	AR	121	90093	0	America/Chicago
4100178	Township of Bald Knob	township-of-bald-knob	Bald Knob Township		US	AR	145	90096	0	America/Chicago
4100270	Township of Banner	township-of-banner	Banner Township		US	AR	003	90102	0	America/Chicago
4100271	Township of Banner	township-of-banner	Banner Township		US	AR	125	90105	0	America/Chicago
4100300	Township of Barber	township-of-barber	Barber Township		US	AR	083	90108	0	America/Chicago
4100328	Township of Barham	township-of-barham	Barham Township		US	AR	047	90111	0	America/Chicago
4100385	Township of Barnes	township-of-barnes	Barnes Township		US	AR	147	90114	0	America/Chicago
4100397	Township of Barnett	township-of-barnett	Barnett Township		US	AR	141	90117	0	America/Chicago
4100415	Township of Barraque	township-of-barraque	Banyan Township,Baraque Township,Barraque Township,Township of Barraque		US	AR	069	90120	0	America/Chicago
4100427	Township of Barren Fork	township-of-barren-fork	Barren Fork Township		US	AR	065	90129	0	America/Chicago
4100428	Township of Barren	township-of-barren	Barren Township		US	AR	063	90123	0	America/Chicago
4100429	Township of Barren	township-of-barren	Barren Township		US	AR	067	90126	0	America/Chicago
4100441	Township of Bartholomew	township-of-bartholomew	Bartholomew Township		US	AR	043	90132	0	America/Chicago
4100442	Township of Bartholomew	township-of-bartholomew	Bartholomew Township		US	AR	079	90135	0	America/Chicago
4100458	Township of Barton	township-of-barton	Barton Township		US	AR	001	90138	0	America/Chicago
4100492	Township of Bass Little	township-of-bass-little	Bass Little Township,Little Bass Township,Township of Bass Little		US	AR	131	90141	0	America/Chicago
4100504	Township of Batavia	township-of-batavia	Batavia Township		US	AR	009	90144	0	America/Chicago
4100508	Township of Bateman	township-of-bateman	Bateman Township		US	AR	067	90147	0	America/Chicago
4100548	Township of Batson	township-of-batson	Batson Township		US	AR	071	90150	0	America/Chicago
4100578	Township of Bauxite	township-of-bauxite	Bauxite Township		US	AR	125	90153	0	America/Chicago
4100610	Township of Bayliss	township-of-bayliss	Bayliss Township		US	AR	115	90159	0	America/Chicago
4100635	Township of Bayou Meto	township-of-bayou-meto	Bayou Meto Township		US	AR	001	90168	0	America/Chicago
4100643	Township of Bayou	township-of-bayou	Bayou Township		US	AR	005	90165	0	America/Chicago
4100645	Township of Bayou	township-of-bayou	Bayou Township		US	AR	003	90162	0	America/Chicago
4100730	Township of Bear Creek	township-of-bear-creek	Bear Creek Township		US	AR	133	90175	0	America/Chicago
4100826	Township of Bearhouse	township-of-bearhouse	Bear House Township,Bearhouse Township,Township of Bearhouse		US	AR	003	90183	0	America/Chicago
4100837	Township of Bearhouse	township-of-bearhouse	Bearhouse Township		US	AR	043	90186	0	America/Chicago
4100906	Township of Beaver	township-of-beaver	Beaver Township		US	AR	015	90195	0	America/Chicago
4100908	Township of Beaver	township-of-beaver	Beaver Township		US	AR	125	90198	0	America/Chicago
4100940	Township of Bedford	township-of-bedford	Bedford Township,Benford Township,Township of Bedford		US	AR	037	90204	0	America/Chicago
4101021	Township of Beech Creek	township-of-beech-creek	Beech Creek Township		US	AR	003	90210	0	America/Chicago
4101044	Township of Beech	township-of-beech	Beech Township		US	AR	091	90207	0	America/Chicago
4101071	Township of Belcher	township-of-belcher	Belcher Township,Stillwell Township,Township of Belcher		US	AR	117	90216	0	America/Chicago
4101134	Township of Bellefonte	township-of-bellefonte	Bellefonte Township		US	AR	009	90219	0	America/Chicago
4101208	Township of Benedict	township-of-benedict	Benedict Township		US	AR	045	90225	0	America/Chicago
4101222	Township of Bennett-Lemmons	township-of-bennett-lemmons	Bennett-Lemmons Township		US	AR	021	90232	0	America/Chicago
4101251	Township of Bentley	township-of-bentley	Bentley Township		US	AR	029	90237	0	America/Chicago
4101258	Township of Benton	township-of-benton	Benton Township		US	AR	045	90240	0	America/Chicago
4101259	Township of Benton	township-of-benton	Benton Township		US	AR	049	90243	0	America/Chicago
4101573	Township of Beverly	township-of-beverly	Beverly Township		US	AR	131	90246	0	America/Chicago
4101728	Township of Big Creek	township-of-big-creek	Big Creek Township		US	AR	031	90255	0	America/Chicago
4101729	Township of Big Creek	township-of-big-creek	Big Creek Township		US	AR	049	90258	0	America/Chicago
4101730	Township of Big Creek	township-of-big-creek	Big Creek Township		US	AR	059	90261	0	America/Chicago
4101731	Township of Big Creek	township-of-big-creek	Big Creek Township		US	AR	077	90264	0	America/Chicago
4101733	Township of Big Creek	township-of-big-creek	Big Creek Township		US	AR	101	90270	0	America/Chicago
4101734	Township of Big Creek	township-of-big-creek	Big Creek Township		US	AR	107	90273	0	America/Chicago
4101736	Township of Big Creek	township-of-big-creek	Big Creek Township		US	AR	131	90279	0	America/Chicago
4101737	Township of Big Creek	township-of-big-creek	Big Creek Township		US	AR	135	90282	0	America/Chicago
4101738	Township of Big Creek	township-of-big-creek	Big Creek Township		US	AR	145	90285	0	America/Chicago
4101763	Township of Big Flat	township-of-big-flat	Big Flat Township		US	AR	005	90288	0	America/Chicago
4101770	Township of Big Fork	township-of-big-fork	Big Fork Township		US	AR	113	90294	0	America/Chicago
4101828	Township of Big Lake	township-of-big-lake	Big Lake Township		US	AR	093	90297	0	America/Chicago
4101855	Township of Big Rock	township-of-big-rock	Big Rock Township		US	AR	119	90300	0	America/Chicago
4101892	Township of Big Spring	township-of-big-spring	Big Spring Township		US	AR	065	90306	0	America/Chicago
4101958	Township of Bird	township-of-bird	Bird Township		US	AR	029	90312	0	America/Chicago
4101959	Township of Bird	township-of-bird	Bird Township		US	AR	067	90315	0	America/Chicago
4102002	Township of Bismarck	township-of-bismarck	Bismarck Township		US	AR	059	90318	0	America/Chicago
4102036	Township of Black Fish	township-of-black-fish	Black Fish Township		US	AR	123	90321	0	America/Chicago
4102047	Township of Black Fork	township-of-black-fork	Black Fork Township		US	AR	127	90324	0	America/Chicago
4102078	Township of Black Oak	township-of-black-oak	Black Oak Township		US	AR	031	90330	0	America/Chicago
4102079	Township of Black Oak	township-of-black-oak	Black Oak Township		US	AR	035	90333	0	America/Chicago
4102080	Township of Black Oak	township-of-black-oak	Black Oak Township		US	AR	047	90336	0	America/Chicago
4102087	Township of Black River	township-of-black-river	Black River Township		US	AR	075	90342	0	America/Chicago
4102091	Township of Black Rock	township-of-black-rock	Black Rock Township		US	AR	075	90345	0	America/Chicago
4102132	Township of Blackland	township-of-blackland	Black Land Township,Blackland Township,Township of Blackland		US	AR	061	90327	0	America/Chicago
4102205	Township of Blansett	township-of-blansett	Blancet Township,Blansett Township,Township of Blansett		US	AR	127	90348	0	America/Chicago
4102251	Township of Bloomer	township-of-bloomer	Bloomer Township		US	AR	131	90351	0	America/Chicago
4102286	Township of Blue Bayou	township-of-blue-bayou	Blue Bayou Township		US	AR	061	90354	0	America/Chicago
4102298	Township of Blue Cane	township-of-blue-cane	Blue Cane Township		US	AR	055	90360	0	America/Chicago
4102345	Township of Blue Mountain	township-of-blue-mountain	Blue Mountain Township		US	AR	083	90363	0	America/Chicago
4102346	Township of Blue Mountain	township-of-blue-mountain	Blue Mountain Township		US	AR	137	90366	0	America/Chicago
4102356	Township of Blue Ridge	township-of-blue-ridge	Blue Ridge Township		US	AR	061	90369	0	America/Chicago
4102404	Township of Bluffton	township-of-bluffton	Bluffton Township		US	AR	149	90372	0	America/Chicago
4102409	Township of Blythe	township-of-blythe	Blythe Township		US	AR	009	90375	0	America/Chicago
4102436	Township of Boas	township-of-boas	Boas Township		US	AR	075	90381	0	America/Chicago
4102449	Township of Bob Ward	township-of-bob-ward	Bob Ward Township		US	AR	035	90384	0	America/Chicago
4102463	Township of Bodcaw	township-of-bodcaw	Bodcaw Township		US	AR	057	90387	0	America/Chicago
4102506	Township of Bogy	township-of-bogy	Bogy Township		US	AR	069	90390	0	America/Chicago
4102525	Township of Bois d'Arc	township-of-bois-d-arc	Bois d'Arc Township		US	AR	057	90396	0	America/Chicago
4102546	Township of Bolivar	township-of-bolivar	Bolivar Township		US	AR	111	90402	0	America/Chicago
4102559	Township of Bolivar	township-of-bolivar	Bolivar Township		US	AR	069	90399	0	America/Chicago
4102619	Township of Boone	township-of-boone	Boone Township		US	AR	083	90405	0	America/Chicago
4102620	Township of Boone	township-of-boone	Boone Township		US	AR	139	90408	0	America/Chicago
4102658	Township of Boston	township-of-boston	Boston Township		US	AR	047	90411	0	America/Chicago
4102659	Township of Boston	township-of-boston	Boston Township		US	AR	087	90414	0	America/Chicago
4102660	Township of Boston	township-of-boston	Boston Township		US	AR	101	90417	0	America/Chicago
4102661	Township of Boston	township-of-boston	Boston Township		US	AR	143	90420	0	America/Chicago
4102676	Township of Boughton	township-of-boughton	Boughton Township		US	AR	099	90423	0	America/Chicago
4102692	Township of Bowen	township-of-bowen	Bowen Township		US	AR	087	90426	0	America/Chicago
4102693	Township of Bowen	township-of-bowen	Bowen Township		US	AR	093	90429	0	America/Chicago
4102701	Township of Bowie	township-of-bowie	Bowie Township		US	AR	017	90432	0	America/Chicago
4102702	Township of Bowie	township-of-bowie	Bowie Township		US	AR	041	90435	0	America/Chicago
4102716	Township of Bowman	township-of-bowman	Bowman Township		US	AR	025	90438	0	America/Chicago
4102821	Township of Bradley	township-of-bradley	Bradley Township		US	AR	103	90441	0	America/Chicago
4102822	Township of Bradley	township-of-bradley	Bradley Township		US	AR	141	90444	0	America/Chicago
4102831	Township of Bradshaw-Haywood	township-of-bradshaw-haywood	Bradshaw-Hayworth Township,Township of Bradshaw-Haywood,Township of Bradshaw-Haywoood,Township of Bradshaw-Hayworth		US	AR	021	90448	0	America/Chicago
4102854	Township of Bragg	township-of-bragg	Bragg Township		US	AR	103	90450	0	America/Chicago
4102895	Township of Brawley	township-of-brawley	Brawley Township		US	AR	127	90453	0	America/Chicago
4102914	Township of Breckenridge	township-of-breckenridge	Breckenridge Township		US	AR	055	90456	0	America/Chicago
4102915	Township of Breckenridge	township-of-breckenridge	Breckenridge Township		US	AR	067	90459	0	America/Chicago
4102942	Township of Brewer	township-of-brewer	Brewer Township		US	AR	001	90462	0	America/Chicago
4102943	Township of Brewer	township-of-brewer	Brewer Township		US	AR	061	90465	0	America/Chicago
4102944	Township of Brewer	township-of-brewer	Brewer Township		US	AR	109	90468	0	America/Chicago
4102986	Township of Bridge Creek	township-of-bridge-creek	Bridge Creek Township		US	AR	103	90471	0	America/Chicago
4103012	Township of Briggsville	township-of-briggsville	Briggsville Township		US	AR	149	90474	0	America/Chicago
4103054	Township of Brinkley	township-of-brinkley	Brinkley Township		US	AR	095	90480	0	America/Chicago
4103062	Township of Bristol	township-of-bristol	Bristol Township		US	AR	045	90483	0	America/Chicago
4103063	Township of Bristow	township-of-bristow	Bristow Township		US	AR	121	90486	0	America/Chicago
4103122	Township of Brookland	township-of-brookland	Brookland Township		US	AR	031	90489	0	America/Chicago
4103224	Township of Brown Springs	township-of-brown-springs	Brown Springs Township		US	AR	059	90498	0	America/Chicago
4103225	Township of Brown	township-of-brown	Brown Township		US	AR	095	90495	0	America/Chicago
4103226	Township of Brown-Carpenter	township-of-brown-carpenter	Brown-Carpenter Township		US	AR	021	90496	0	America/Chicago
4103336	Township of Brush Creek	township-of-brush-creek	Brush Creek Township		US	AR	143	90501	0	America/Chicago
4103409	Township of Brushy Lake	township-of-brushy-lake	Brushy Lake Township		US	AR	037	90504	0	America/Chicago
4103442	Township of Bryan	township-of-bryan	Bryan Township		US	AR	009	90507	0	America/Chicago
4103443	Township of Bryan	township-of-bryan	Bryan Township		US	AR	055	90510	0	America/Chicago
4103444	Township of Bryan	township-of-bryan	Bryan Township		US	AR	065	90513	0	America/Chicago
4103445	Township of Bryan	township-of-bryan	Bryan Township		US	AR	067	90516	0	America/Chicago
4103446	Township of Bryan	township-of-bryan	Bryan Township		US	AR	137	90519	0	America/Chicago
4103471	Township of Bryant	township-of-bryant	Bryant Township		US	AR	125	90522	0	America/Chicago
4103525	Township of Buck Range	township-of-buck-range	Buck Range Township		US	AR	061	90531	0	America/Chicago
4103548	Township of Buckhorn	township-of-buckhorn	Buckhorn Township		US	AR	005	90525	0	America/Chicago
4103641	Township of Buffalo	township-of-buffalo	Buffalo Township		US	AR	031	90534	0	America/Chicago
4103652	Township of Buford	township-of-buford	Barren Creek Township,Barren Township,Buford Township,Township of Buford		US	AR	005	90540	0	America/Chicago
4103691	Township of Bullard	township-of-bullard	Bullard Township		US	AR	117	90543	0	America/Chicago
4103717	Township of Bunn	township-of-bunn	Bunn Township		US	AR	039	90546	0	America/Chicago
4103728	Township of Burdette	township-of-burdette	Burdette Township		US	AR	093	90549	0	America/Chicago
4103730	Township of Burg	township-of-burg	Burg Township		US	AR	061	90552	0	America/Chicago
4103739	Township of Burke	township-of-burke	Burke Township		US	AR	081	90555	0	America/Chicago
4103759	Township of Burnett	township-of-burnett	Burnett Township		US	AR	115	90558	0	America/Chicago
4103870	Township of Butler	township-of-butler	Butler Township		US	AR	085	90561	0	America/Chicago
4103871	Township of Butler	township-of-butler	Butler Township		US	AR	121	90564	0	America/Chicago
4103887	Township of Butterfield	township-of-butterfield	Butterfield Township		US	AR	059	90567	0	America/Chicago
4103948	Township of Cabanal	township-of-cabanal	Cabanal Township		US	AR	015	90570	0	America/Chicago
4103978	Township of Cache	township-of-cache	Cache Township		US	AR	055	90576	0	America/Chicago
4103979	Township of Cache	township-of-cache	Cache Township		US	AR	067	90579	0	America/Chicago
4103980	Township of Cache	township-of-cache	Cache Township		US	AR	075	90582	0	America/Chicago
4103981	Township of Cache	township-of-cache	Cache Township		US	AR	095	90585	0	America/Chicago
4103982	Township of Cache	township-of-cache	Cache Township		US	AR	147	90588	0	America/Chicago
4103983	Township of Cache-Wilson	township-of-cache-wilson	Cache-Wilson Township		US	AR	021	90589	0	America/Chicago
4103998	Township of Caddo	township-of-caddo	Caddo Township		US	AR	019	90591	0	America/Chicago
4104012	Township of Cadron	township-of-cadron	Cadron Township		US	AR	023	90597	0	America/Chicago
4104013	Township of Cadron	township-of-cadron	Cadron Township		US	AR	045	90600	0	America/Chicago
4104014	Township of Cadron	township-of-cadron	Cadion Township,Cadron Township,Township of Cadron		US	AR	141	90603	0	America/Chicago
4104015	Township of Cadron	township-of-cadron	Cadron Township		US	AR	145	90606	0	America/Chicago
4104071	Township of Calhoun	township-of-calhoun	Calhoun Township		US	AR	117	90612	0	America/Chicago
4104074	Township of Calf Creek	township-of-calf-creek	Calf Creek Township		US	AR	129	90609	0	America/Chicago
4104086	Township of California	township-of-california	California Township		US	AR	023	90615	0	America/Chicago
4104087	Township of California	township-of-california	California Township		US	AR	045	90618	0	America/Chicago
4104088	Township of California	township-of-california	California Township		US	AR	087	90621	0	America/Chicago
4104167	Township of Calvert	township-of-calvert	Calvert Township		US	AR	053	90624	0	America/Chicago
4104299	Township of Campbell	township-of-campbell	Campbell Township		US	AR	075	90627	0	America/Chicago
4104334	Township of Canadian	township-of-canadian	Canadian Township		US	AR	093	90633	0	America/Chicago
4104379	Township of Cane Creek	township-of-cane-creek	Cane Creek Township		US	AR	079	90639	0	America/Chicago
4104380	Township of Cane Creek	township-of-cane-creek	Cane Creek Township		US	AR	083	90642	0	America/Chicago
4104384	Township of Cane Hill	township-of-cane-hill	Cane Hill Township		US	AR	143	90645	0	America/Chicago
4104393	Township of Cane	township-of-cane	Cane Township		US	AR	145	90636	0	America/Chicago
4104512	Township of Caney	township-of-caney	Caney Township		US	AR	081	90648	0	America/Chicago
4104513	Township of Caney	township-of-caney	Caney Township		US	AR	097	90651	0	America/Chicago
4104514	Township of Caney	township-of-caney	Caney Township		US	AR	099	90654	0	America/Chicago
4104515	Township of Caney	township-of-caney	Caney Township		US	AR	147	90657	0	America/Chicago
4104590	Township of Cargile	township-of-cargile	Cargile Township		US	AR	141	90660	0	America/Chicago
4104608	Township of Carlisle	township-of-carlisle	Carlisle Township		US	AR	085	90663	0	America/Chicago
4104620	Township of Carlton	township-of-carlton	Carlton Township		US	AR	017	90666	0	America/Chicago
4104637	Township of Caroline	township-of-caroline	Caroline Township		US	AR	085	90669	0	America/Chicago
4104665	Township of Carroll	township-of-carroll	Carroll Township		US	AR	103	90675	0	America/Chicago
4104670	Township of Carrollton	township-of-carrollton	Carrollton Township		US	AR	009	90678	0	America/Chicago
4104671	Township of Carrollton	township-of-carrollton	Carrollton Township		US	AR	015	90681	0	America/Chicago
4104713	Township of Carter	township-of-carter	Carter Township		US	AR	003	90687	0	America/Chicago
4104738	Township of Casa	township-of-casa	Casa Township,Cossa Township,Township of Casa		US	AR	105	90690	0	America/Chicago
4104813	Township of Catholic Point	township-of-catholic-point	Catholic Point Township		US	AR	029	90696	0	America/Chicago
4104842	Township of Cauthron	township-of-cauthron	Cauthron Township		US	AR	083	90699	0	America/Chicago
4104843	Township of Cauthron	township-of-cauthron	Cauthron Township		US	AR	127	90702	0	America/Chicago
4104891	Township of Cave	township-of-cave	Cave Township		US	AR	135	90705	0	America/Chicago
4104989	Township of Cedar Creek	township-of-cedar-creek	Cedar Creek Township		US	AR	033	90717	0	America/Chicago
4104992	Township of Cedar Falls	township-of-cedar-falls	Cedar Falls Township		US	AR	029	90723	0	America/Chicago
4105058	Township of Cedar	township-of-cedar	Cedar Township		US	AR	015	90708	0	America/Chicago
4105059	Township of Cedar	township-of-cedar	Cedar Township		US	AR	113	90711	0	America/Chicago
4105060	Township of Cedar	township-of-cedar	Cedar Township		US	AR	127	90714	0	America/Chicago
4105070	Township of Cedarville	township-of-cedarville	Cedarville Township		US	AR	033	90726	0	America/Chicago
4105135	Township of Center Point	township-of-center-point	Center Point Township,Centre Point Township,Township of Center Point		US	AR	061	90747	0	America/Chicago
4105136	Township of Center Post	township-of-center-post	Center Post Township		US	AR	023	90750	0	America/Chicago
4105158	Township of Center	township-of-center	Center Township		US	AR	097	90729	0	America/Chicago
4105159	Township of Center	township-of-center	Center Township,Centre Township,Township of Center		US	AR	113	90732	0	America/Chicago
4105160	Township of Center	township-of-center	Center Township		US	AR	115	90735	0	America/Chicago
4105161	Township of Center	township-of-center	Center Township,Centre Township,Township of Center		US	AR	117	90738	0	America/Chicago
4105162	Township of Center	township-of-center	Center Township,Centre Township,Township of Center		US	AR	131	90741	0	America/Chicago
4105163	Township of Center	township-of-center	Center Township		US	AR	143	90744	0	America/Chicago
4105180	Township of Centerville	township-of-centerville	Centerville Township		US	AR	149	90753	0	America/Chicago
4105275	Township of Chalk Bluff-Liddell	township-of-chalk-bluff-liddell	Chalk Bluff-Liddell Township		US	AR	021	90757	0	America/Chicago
4105439	Township of Cherokee	township-of-cherokee	Cherokee Township		US	AR	135	90768	0	America/Chicago
4105463	Township of Cherry Hill	township-of-cherry-hill	Cherry Hill Township		US	AR	105	90771	0	America/Chicago
4105481	Township of Chester	township-of-chester	Chester Township		US	AR	001	90774	0	America/Chicago
4105482	Township of Chester	township-of-chester	Chester Township		US	AR	033	90777	0	America/Chicago
4105483	Township of Chester	township-of-chester	Chester Township		US	AR	039	90780	0	America/Chicago
4105497	Township of Chickasawba	township-of-chickasawba	Chickasaba Township,Chickasawba Township,Township of Chickasawba		US	AR	093	90783	0	America/Chicago
4105585	Township of Choctaw	township-of-choctaw	Choctaw Township		US	AR	079	90786	0	America/Chicago
4105586	Township of Choctaw	township-of-choctaw	Choctaw Township		US	AR	141	90789	0	America/Chicago
4105590	Township of Chrisp	township-of-chrisp	Chrisp Township		US	AR	145	90792	0	America/Chicago
4105818	Township of Claiborne	township-of-claiborne	Claiborne Township		US	AR	065	90798	0	America/Chicago
4105859	Township of Clark	township-of-clark	Clark Township		US	AR	021	90801	0	America/Chicago
4105860	Township of Clark	township-of-clark	Clark Township		US	AR	055	90804	0	America/Chicago
4105861	Township of Clark	township-of-clark	Clark Township		US	AR	083	90807	0	America/Chicago
4105862	Township of Clark	township-of-clark	Clark Township		US	AR	109	90810	0	America/Chicago
4105863	Township of Clark	township-of-clark	Clark Township		US	AR	115	90813	0	America/Chicago
4105906	Township of Clay	township-of-clay	Clay Township		US	AR	011	90819	0	America/Chicago
4105907	Township of Clay	township-of-clay	Clay Township		US	AR	061	90822	0	America/Chicago
4105908	Township of Clay	township-of-clay	Clay Township		US	AR	145	90825	0	America/Chicago
4105920	Township of Clayton	township-of-clayton	Clayton Township		US	AR	023	90828	0	America/Chicago
4105921	Township of Clayton	township-of-clayton	Clayton Township		US	AR	041	90831	0	America/Chicago
4105951	Township of Clear Creek	township-of-clear-creek	Clear Creek Township		US	AR	043	90834	0	America/Chicago
4105952	Township of Clear Creek	township-of-clear-creek	Clear Creek Township		US	AR	059	90837	0	America/Chicago
4105953	Township of Clear Creek	township-of-clear-creek	Clear Creek Township		US	AR	133	90840	0	America/Chicago
4106012	Township of Cleburne	township-of-cleburne	Cleburne Township		US	AR	095	90846	0	America/Chicago
4106013	Township of Cleburne	township-of-cleburne	Cleburne Township		US	AR	107	90849	0	America/Chicago
4106039	Township of Cleveland	township-of-cleveland	Cleveland Township		US	AR	049	90855	0	America/Chicago
4106040	Township of Cleveland	township-of-cleveland	Cleveland Township		US	AR	081	90858	0	America/Chicago
4106041	Township of Cleveland	township-of-cleveland	Cleveland Township		US	AR	085	90861	0	America/Chicago
4106042	Township of Cleveland	township-of-cleveland	Cleveland Township		US	AR	091	90864	0	America/Chicago
4106043	Township of Cleveland	township-of-cleveland	Cleveland Township		US	AR	103	90867	0	America/Chicago
4106044	Township of Cleveland	township-of-cleveland	Cleveland Township		US	AR	107	90870	0	America/Chicago
4106045	Township of Cleveland	township-of-cleveland	Cleveland Township		US	AR	145	90873	0	America/Chicago
4106047	Township of Cleveland-North Kilgore	township-of-cleveland-north-kilgore	Cleveland-North Kilgore Township		US	AR	021	90874	0	America/Chicago
4106058	Township of Clifton	township-of-clifton	Clifton Township		US	AR	045	90876	0	America/Chicago
4106129	Township of Coal	township-of-coal	Coal Township		US	AR	127	90882	0	America/Chicago
4106139	Township of Cobb	township-of-cobb	Cobb Township		US	AR	047	90885	0	America/Chicago
4106178	Township of Coffey	township-of-coffey	Coffey Township		US	AR	145	90888	0	America/Chicago
4106192	Township of Coin	township-of-coin	Coin Township		US	AR	015	90891	0	America/Chicago
4106232	Township of Coldwater	township-of-coldwater	Coldwater Township		US	AR	037	90894	0	America/Chicago
4106233	Township of Coldwell	township-of-coldwell	Caldwell Township,Coldwell Township,Township of Coldwell		US	AR	145	90897	0	America/Chicago
4106252	Township of Cole	township-of-cole	Cole Township		US	AR	131	90900	0	America/Chicago
4106304	Township of Collier	township-of-collier	Collier Township		US	AR	055	90903	0	America/Chicago
4106321	Township of Collins	township-of-collins	Collins Township		US	AR	043	90906	0	America/Chicago
4106349	Township of Columbia	township-of-columbia	Columbia Township		US	AR	121	90909	0	America/Chicago
4106369	Township of Cominto	township-of-cominto	Cominto Township		US	AR	043	90915	0	America/Chicago
4106421	Township of Compton	township-of-compton	Compton Township		US	AR	149	90918	0	America/Chicago
4106456	Township of Convenience	township-of-convenience	Convenience Township		US	AR	115	90921	0	America/Chicago
4106700	Township of Cornie	township-of-cornie	Cornie Township		US	AR	139	90924	0	America/Chicago
4106736	Township of Cotton Plant	township-of-cotton-plant	Cotton Plant Township		US	AR	147	90927	0	America/Chicago
4106778	Township of Council	township-of-council	Council Township		US	AR	077	90930	0	America/Chicago
4106817	Township of County Line	township-of-county-line	County Line Township		US	AR	061	90933	0	America/Chicago
4106832	Township of Cove City	township-of-cove-city	Core City Township,Cove City Township,Township of Cove City		US	AR	033	90942	0	America/Chicago
4106849	Township of Cove Creek	township-of-cove-creek	Cove Creek Township		US	AR	143	90945	0	America/Chicago
4106866	Township of Cove	township-of-cove	Cove Township		US	AR	113	90936	0	America/Chicago
4106902	Township of Cow Lake	township-of-cow-lake	Cow Lake Township		US	AR	067	90948	0	America/Chicago
4106978	Township of Craig	township-of-craig	Craig Township		US	AR	141	90951	0	America/Chicago
4107037	Township of Crawford	township-of-crawford	Crawford Township		US	AR	143	90957	0	America/Chicago
4107038	Township of Crawford	township-of-crawford	Crawford Township		US	AR	149	90960	0	America/Chicago
4107044	Township of Cravens	township-of-cravens	Cravens Township		US	AR	047	90954	0	America/Chicago
4107089	Township of Crockett	township-of-crockett	Crockett Township		US	AR	001	90963	0	America/Chicago
4107098	Township of Crook	township-of-crook	Crook Township		US	AR	043	90969	0	America/Chicago
4107116	Township of Crooked Creek	township-of-crooked-creek	Crooked Creek Township		US	AR	085	90972	0	America/Chicago
4107136	Township of Crosby	township-of-crosby	Crosby Township		US	AR	145	90978	0	America/Chicago
4107193	Township of Cross	township-of-cross	Cross Township		US	AR	015	90981	0	America/Chicago
4107288	Township of Crowley	township-of-crowley	Crowley Township		US	AR	055	90984	0	America/Chicago
4107374	Township of Culpepper	township-of-culpepper	Culpepper Township		US	AR	141	90987	0	America/Chicago
4107417	Township of Current River	township-of-current-river	Current River Township		US	AR	121	90990	0	America/Chicago
4107445	Township of Cut Off	township-of-cut-off	Cut Off Township,Cutoff Township,Township of Cut Off		US	AR	091	90996	0	America/Chicago
4107469	Township of Cypert	township-of-cypert	Cypert Township		US	AR	145	90999	0	America/Chicago
4107524	Township of Cypress Ridge	township-of-cypress-ridge	Cypress Ridge Township		US	AR	095	91008	0	America/Chicago
4107535	Township of Cypress	township-of-cypress	Cypress Township		US	AR	045	91002	0	America/Chicago
4107536	Township of Cypress	township-of-cypress	Cypress Township		US	AR	107	91005	0	America/Chicago
4107624	Township of Danley	township-of-danley	Danley Township		US	AR	045	91014	0	America/Chicago
4107635	Township of Danville	township-of-danville	Danville Township		US	AR	149	91017	0	America/Chicago
4107653	Township of Dardanelle	township-of-dardanelle	Dardanelle Township		US	AR	149	91020	0	America/Chicago
4107673	Township of Darysaw	township-of-darysaw	Darysaw Township		US	AR	053	91023	0	America/Chicago
4107704	Township of Davidson	township-of-davidson	Davidson Township		US	AR	135	91029	0	America/Chicago
4107766	Township of Davis	township-of-davis	Davis Township		US	AR	053	91032	0	America/Chicago
4107767	Township of Davis	township-of-davis	Davis Township		US	AR	141	91035	0	America/Chicago
4107787	Township of Days Creek	township-of-days-creek	Days Creek Township		US	AR	091	91038	0	America/Chicago
4107794	Township of Dayton	township-of-dayton	Dayton Township		US	AR	131	91041	0	America/Chicago
4107795	Township of De Bastrop	township-of-de-bastrop	De Bastrop Township,Debastrop Township,Township of De Bastrop		US	AR	003	91044	0	America/Chicago
4107812	Township of De Roan	township-of-de-roan	De Roan Township		US	AR	057	91077	0	America/Chicago
4107822	Township of De View	township-of-de-view	De View Township,Deview Township,Township of De View		US	AR	147	91092	0	America/Chicago
4107835	Township of De Roche	township-of-de-roche	De Roche Township		US	AR	059	91080	0	America/Chicago
4107979	Township of Dekalb	township-of-dekalb	De Kalb Township,Dekalb Township,Township of Dekalb		US	AR	053	91050	0	America/Chicago
4107993	Township of Delaware	township-of-delaware	Delaware Township		US	AR	083	91053	0	America/Chicago
4108028	Township of Demun	township-of-demun	De Munn Township,Demun Township,Township of Demun		US	AR	121	91059	0	America/Chicago
4108037	Township of Denmark	township-of-denmark	Denmark Township		US	AR	145	91062	0	America/Chicago
4108059	Township of Dent	township-of-dent	Dent Township		US	AR	075	91065	0	America/Chicago
4108060	Township of Dent	township-of-dent	Dent Township		US	AR	147	91068	0	America/Chicago
4108071	Township of Denton	township-of-denton	Denton Township		US	AR	127	91071	0	America/Chicago
4108081	Township of Departee	township-of-departee	Departee Township		US	AR	063	91074	0	America/Chicago
4108097	Township of Des Arc	township-of-des-arc	Des Arc Township,Desarc Township,Township of Des Arc		US	AR	145	91086	0	America/Chicago
4108107	Township of Des Arc	township-of-des-arc	Des Arc Township,Desarc Township,Township of Des Arc		US	AR	117	91083	0	America/Chicago
4108180	Township of Diamond	township-of-diamond	Diamond Township		US	AR	131	91095	0	America/Chicago
4108234	Township of Dillard	township-of-dillard	Dillard Township		US	AR	061	91104	0	America/Chicago
4108747	Township of Dixon	township-of-dixon	Dixon Township		US	AR	095	91118	0	America/Chicago
4108756	Township of Dobson	township-of-dobson	Dobson Township		US	AR	111	91119	0	America/Chicago
4108825	Township of Dogwood	township-of-dogwood	Dogwood Township		US	AR	145	91122	0	America/Chicago
4108848	Township of Donald	township-of-donald	Donald Township		US	AR	047	91123	0	America/Chicago
4108868	Township of Dora	township-of-dora	Dora Township		US	AR	033	91124	0	America/Chicago
4108880	Township of Dortch	township-of-dortch	Dortch Township		US	AR	085	91125	0	America/Chicago
4108889	Township of Dota	township-of-dota	Dota Township		US	AR	063	91128	0	America/Chicago
4108946	Township of Dover	township-of-dover	Dover Township		US	AR	059	91131	0	America/Chicago
4108947	Township of Dover	township-of-dover	Dover Township		US	AR	115	91134	0	America/Chicago
4108980	Township of Dowell	township-of-dowell	Dowell Township		US	AR	075	91137	0	America/Chicago
4109004	Township of Driggs	township-of-driggs	Driggs Township		US	AR	083	91140	0	America/Chicago
4109137	Township of Dry Fork	township-of-dry-fork	Dry Fork Township		US	AR	015	91143	0	America/Chicago
4109160	Township of Dry Run	township-of-dry-run	Dry Run Township		US	AR	039	91146	0	America/Chicago
4109165	Township of Drytown	township-of-drytown	Dry Town Township,Drytown Township,Township of Drytown		US	AR	065	91149	0	America/Chicago
4109187	Township of Duckett	township-of-duckett	Duckett Township		US	AR	061	91152	0	America/Chicago
4109197	Township of Dudley Lake	township-of-dudley-lake	Dudley Lake Township		US	AR	069	91155	0	America/Chicago
4109271	Township of Duncan	township-of-duncan	Duncan Township		US	AR	095	91158	0	America/Chicago
4109294	Township of Dunnington	township-of-dunnington	Dunnington Township		US	AR	069	91161	0	America/Chicago
4109308	Township of Durham	township-of-durham	Durham Township		US	AR	143	91164	0	America/Chicago
4109318	Township of Dutch Creek	township-of-dutch-creek	Dutch Creek Township		US	AR	149	91167	0	America/Chicago
4109320	Township of Dutch Mills	township-of-dutch-mills	Dutch Mills Township		US	AR	143	91170	0	America/Chicago
4109328	Township of Duty	township-of-duty	Duty Township		US	AR	075	91173	0	America/Chicago
4109343	Township of Dyer	township-of-dyer	Dyer Township		US	AR	033	91176	0	America/Chicago
4109344	Township of Dyer	township-of-dyer	Dyer Township		US	AR	125	91179	0	America/Chicago
4109348	Township of Dyess	township-of-dyess	Dyess Township		US	AR	093	91182	0	America/Chicago
4109386	Township of Eagle	township-of-eagle	Eagle Township		US	AR	011	91185	0	America/Chicago
4109387	Township of Eagle	township-of-eagle	Eagle Township		US	AR	045	91188	0	America/Chicago
4109388	Township of Eagle	township-of-eagle	Eagle Township		US	AR	085	91191	0	America/Chicago
4109389	Township of Eagle	township-of-eagle	Eagle Township		US	AR	109	91194	0	America/Chicago
4109390	Township of Eagle	township-of-eagle	Eagle Township		US	AR	113	91197	0	America/Chicago
4109514	Township of East Fork	township-of-east-fork	East Fork Township		US	AR	045	91199	0	America/Chicago
4109524	Township of East Griggs	township-of-east-griggs	East Griggs Township		US	AR	141	91200	0	America/Chicago
4109537	Township of East Oak Bluff-Blue Cane	township-of-east-oak-bluff-blue-cane	East Oak Bluff-Blue Cane Township		US	AR	021	91201	0	America/Chicago
4109580	Township of East Sullivan	township-of-east-sullivan	East Sullivan Township		US	AR	135	91205	0	America/Chicago
4109628	Township of Eaton	township-of-eaton	Eaton Township		US	AR	075	91206	0	America/Chicago
4109693	Township of Ecore Fabre	township-of-ecore-fabre	Ecore Fabre Township		US	AR	103	91209	0	America/Chicago
4109763	Township of Egypt	township-of-egypt	Egypt Township		US	AR	003	91212	0	America/Chicago
4109796	Township of El Dorado	township-of-el-dorado	El Dorado Township,Eldorado Township,Township of El Dorado		US	AR	139	91218	0	America/Chicago
4109799	Township of El Paso	township-of-el-paso	El Paso Township		US	AR	145	91242	0	America/Chicago
4109838	Township of Eleven Point	township-of-eleven-point	Eleven Points Township,Township of Eleven Point,Township of Eleven Points		US	AR	121	91221	0	America/Chicago
4109853	Township of Elixir	township-of-elixir	Elixir Township		US	AR	009	91224	0	America/Chicago
4109894	Township of Ellis	township-of-ellis	Ellis Township		US	AR	037	91227	0	America/Chicago
4109903	Township of Ellsworth	township-of-ellsworth	Ellsworth Township		US	AR	083	91230	0	America/Chicago
4109929	Township of Elm Springs	township-of-elm-springs	Elm Springs Township		US	AR	143	91233	0	America/Chicago
4109963	Township of Elon	township-of-elon	Elon Township		US	AR	003	91239	0	America/Chicago
4109975	Township of Emerson	township-of-emerson	Emerson Township		US	AR	027	91245	0	America/Chicago
4109990	Township of Emmet	township-of-emmet	Emmet Township,Emmett Township,Township of Emmet		US	AR	099	91248	0	America/Chicago
4110028	Township of Enola	township-of-enola	Enola Township		US	AR	045	91251	0	America/Chicago
4110173	Township of Evening Shade	township-of-evening-shade	Evening Shade Township		US	AR	055	91257	0	America/Chicago
4110202	Township of Ewing	township-of-ewing	Ewing Township		US	AR	009	91260	0	America/Chicago
4110210	Township of Extra	township-of-extra	Extra Township		US	AR	003	91263	0	America/Chicago
4110224	Township of Fair Oaks	township-of-fair-oaks	Fair Oaks Township		US	AR	037	91266	0	America/Chicago
4110253	Township of Fairplay	township-of-fairplay	Fairplay Township		US	AR	125	91269	0	America/Chicago
4110322	Township of Fairview	township-of-fairview	Fairview Township		US	AR	063	91272	0	America/Chicago
4110454	Township of Farris	township-of-farris	Farris Township		US	AR	137	91275	0	America/Chicago
4110477	Township of Faulkner	township-of-faulkner	Faulkner Township		US	AR	113	91278	0	America/Chicago
4110532	Township of Fenter	township-of-fenter	Fenter Township		US	AR	053	91287	0	America/Chicago
4110533	Township of Fenter	township-of-fenter	Fenter Township		US	AR	059	91290	0	America/Chicago
4110560	Township of Ferguson	township-of-ferguson	Ferguson Township		US	AR	149	91293	0	America/Chicago
4111085	Township of Flag	township-of-flag	Flag Township		US	AR	137	91296	0	America/Chicago
4111124	Township of Flat Creek	township-of-flat-creek	Flat Creek Township		US	AR	075	91299	0	America/Chicago
4111169	Township of Fleener	township-of-fleener	Fleener Township,Fleenor Township,Township of Fleener		US	AR	077	91302	0	America/Chicago
4111195	Township of Fletcher	township-of-fletcher	Fletcher Township		US	AR	085	91305	0	America/Chicago
4111196	Township of Fletcher	township-of-fletcher	Fletcher Township		US	AR	093	91308	0	America/Chicago
4111267	Township of Fogleman	township-of-fogleman	Fogleman Township		US	AR	035	91314	0	America/Chicago
4111305	Township of Fordyce	township-of-fordyce	Fordyce Township		US	AR	039	91317	0	America/Chicago
4111379	Township of Formosa	township-of-formosa	Formosa Township		US	AR	141	91318	0	America/Chicago
4111401	Unorganized Territory of Fort Chaffee	unorganized-territory-of-fort-chaffee			US	AR	131	91320	0	America/Chicago
4111469	Township of Foster	township-of-foster	Foster Township		US	AR	121	91323	0	America/Chicago
4111521	Township of Fourche Lafave	township-of-fourche-lafave	Fourche Lafave Township		US	AR	105	91326	0	America/Chicago
4111583	Township of Francis	township-of-francis	Francis Township		US	AR	023	91329	0	America/Chicago
4111589	Township of Francure	township-of-francure	Francure Township		US	AR	145	91332	0	America/Chicago
4111604	Township of Franklin	township-of-franklin	Franklin Township		US	AR	015	91338	0	America/Chicago
4111605	Township of Franklin	township-of-franklin	Franklin Township		US	AR	041	91341	0	America/Chicago
4111606	Township of Franklin	township-of-franklin	Franklin Township		US	AR	043	91344	0	America/Chicago
4111607	Township of Franklin	township-of-franklin	Franklin Township		US	AR	053	91347	0	America/Chicago
4111608	Township of Franklin	township-of-franklin	Franklin Township		US	AR	061	91350	0	America/Chicago
4111609	Township of Franklin	township-of-franklin	Franklin Township		US	AR	065	91353	0	America/Chicago
4111610	Township of Franklin	township-of-franklin	Franklin Township		US	AR	081	91356	0	America/Chicago
4111612	Township of Franklin	township-of-franklin	Franklin Township		US	AR	137	91362	0	America/Chicago
4111613	Township of Franklin	township-of-franklin	Franklin Township		US	AR	139	91365	0	America/Chicago
4111615	Township of Franks	township-of-franks	Franks Township		US	AR	123	91368	0	America/Chicago
4111616	Township of Franks	township-of-franks	Franks Township		US	AR	147	91371	0	America/Chicago
4111666	Township of Freedom	township-of-freedom	Freedom Township		US	AR	113	91374	0	America/Chicago
4111687	Township of Freeman	township-of-freeman	Freeman Township		US	AR	115	91377	0	America/Chicago
4111688	Township of Freeman	township-of-freeman	Freeman Township,Freman Township,Township of Freeman		US	AR	147	91380	0	America/Chicago
4111700	Township of Freeo	township-of-freeo	Freeo Township		US	AR	103	91383	0	America/Chicago
4111708	Township of French	township-of-french	French Township		US	AR	073	91386	0	America/Chicago
4111790	Township of Friendship	township-of-friendship	Friendship Township		US	AR	055	91389	0	America/Chicago
4111862	Township of Fulton	township-of-fulton	Fulton Township		US	AR	113	91395	0	America/Chicago
4111866	Township of Fulton	township-of-fulton	Fulton Township		US	AR	049	91392	0	America/Chicago
4111869	Township of Furlow	township-of-furlow	Furlow Township		US	AR	085	91398	0	America/Chicago
4111905	Township of Gainsboro	township-of-gainsboro	Gainsboro Township		US	AR	063	91401	0	America/Chicago
4111912	Township of Gaither	township-of-gaither	Gaither Township		US	AR	009	91404	0	America/Chicago
4111939	Township of Galla Rock	township-of-galla-rock	Galla Rock Township,Galley Creek Township,Gally Creek Township,Township of Galla Rock		US	AR	149	91410	0	America/Chicago
4111942	Township of Galla	township-of-galla	Galla Township		US	AR	115	91407	0	America/Chicago
4111997	Township of Gap Springs	township-of-gap-springs	Gap Springs Township		US	AR	113	91416	0	America/Chicago
4112027	Township of Garden	township-of-garden	Garden Township		US	AR	147	91419	0	America/Chicago
4112060	Township of Garland	township-of-garland	Garland Township		US	AR	001	91425	0	America/Chicago
4112062	Township of Garland	township-of-garland	Garland Township		US	AR	057	91431	0	America/Chicago
4112063	Township of Garland	township-of-garland	Garland Township		US	AR	091	91434	0	America/Chicago
4112064	Township of Garland	township-of-garland	Garland Township		US	AR	123	91437	0	America/Chicago
4112078	Township of Garner	township-of-garner	Garner Township		US	AR	139	91440	0	America/Chicago
4112079	Township of Garner	township-of-garner	Garner Township		US	AR	145	91443	0	America/Chicago
4112217	Township of Georgia	township-of-georgia	Georgia Township		US	AR	099	91449	0	America/Chicago
4112273	Township of Gid	township-of-gid	Gid Township		US	AR	065	91452	0	America/Chicago
4112279	Township of Gifford	township-of-gifford	Gifford Township		US	AR	059	91455	0	America/Chicago
4112295	Township of Giles	township-of-giles	Giles Township		US	AR	023	91458	0	America/Chicago
4112299	Township of Gilkerson	township-of-gilkerson	Gilkerson Township		US	AR	031	91461	0	America/Chicago
4112340	Township of Gilkey	township-of-gilkey	Gilkey Township		US	AR	149	91464	0	America/Chicago
4112388	Township of Glaize	township-of-glaize	Glaize Township		US	AR	067	91467	0	America/Chicago
4112390	Township of Glass	township-of-glass	Glass Township		US	AR	067	91470	0	America/Chicago
4112402	Township of Gleghorn-South Kilgore	township-of-gleghorn-south-kilgore	Gleghorn-South Kilgore Township		US	AR	021	91474	0	America/Chicago
4112526	Township of Golden Lake	township-of-golden-lake	Golden Lake Township		US	AR	093	91476	0	America/Chicago
4112579	Township of Goodrum	township-of-goodrum	Goodrum Township		US	AR	085	91479	0	America/Chicago
4112598	Township of Goodwin	township-of-goodwin	Goodwin Township		US	AR	123	91482	0	America/Chicago
4112637	Township of Goshen	township-of-goshen	Goshen Township		US	AR	143	91485	0	America/Chicago
4112665	Township of Gould	township-of-gould	Gould Township		US	AR	079	91488	0	America/Chicago
4112782	Township of Grant	township-of-grant	Grant Township		US	AR	071	91491	0	America/Chicago
4112850	Township of Grassey	township-of-grassey	Grassy Township,Township of Grassey,Township of Grassy		US	AR	023	91493	0	America/Chicago
4112868	Township of Gravel Hill	township-of-gravel-hill	Gravel Hill Township		US	AR	145	91497	0	America/Chicago
4112879	Township of Gravelly Hill	township-of-gravelly-hill	Gravelly Hill Township,Gravelly Township,Township of Gravelly Hill		US	AR	149	91500	0	America/Chicago
4112932	Township of Gray	township-of-gray	Gray Township		US	AR	085	91503	0	America/Chicago
4112933	Township of Gray	township-of-gray	Gray Township		US	AR	145	91506	0	America/Chicago
4113083	Township of Greenbrier	township-of-greenbrier	Green Brier Township,Greenbrier Township,Township of Greenbrier		US	AR	063	91509	0	America/Chicago
4113099	Township of Greenfield	township-of-greenfield	Greenfield Township		US	AR	031	91512	0	America/Chicago
4113101	Township of Greenfield	township-of-greenfield	Greenfield Township		US	AR	111	91518	0	America/Chicago
4113121	Township of Greenland	township-of-greenland	Greenland Township		US	AR	143	91521	0	America/Chicago
4113163	Township of Greenwood	township-of-greenwood	Greenwood Township		US	AR	005	91524	0	America/Chicago
4113164	Township of Greenwood	township-of-greenwood	Greenwood Township		US	AR	111	91527	0	America/Chicago
4113188	Township of Gregory	township-of-gregory	Gregory Township		US	AR	029	91530	0	America/Chicago
4113208	Township of Griffin	township-of-griffin	Griffin Township		US	AR	029	91533	0	America/Chicago
4113209	Township of Griffin	township-of-griffin	Griffin Township		US	AR	115	91536	0	America/Chicago
4113219	Township of Griggs	township-of-griggs	Griggs Township		US	AR	123	91539	0	America/Chicago
4113257	Township of Grove	township-of-grove	Grove Township		US	AR	101	91545	0	America/Chicago
4113258	Township of Grover	township-of-grover	Grover Township		US	AR	005	91548	0	America/Chicago
4113259	Township of Grover	township-of-grover	Grover Township		US	AR	047	91551	0	America/Chicago
4113268	Township of Grubbs	township-of-grubbs	Grubbs Township		US	AR	067	91554	0	America/Chicago
4113294	Township of Guion	township-of-guion	Guion Township		US	AR	065	91557	0	America/Chicago
4113339	Township of Gum Log	township-of-gum-log	Gum Log Township,Gumlog Township,Township of Gum Log		US	AR	115	91560	0	America/Chicago
4113347	Township of Gum Pond	township-of-gum-pond	Gum Pond Township		US	AR	001	91563	0	America/Chicago
4113386	Township of Gum Woods	township-of-gum-woods	Gum Woods Township,Gumwoods Township,Township of Gum Woods		US	AR	085	91569	0	America/Chicago
4113394	Township of Gum Springs	township-of-gum-springs	Gum Springs Township		US	AR	145	91566	0	America/Chicago
4113425	Township of Guthrie	township-of-guthrie	Guthrie Township		US	AR	065	91572	0	America/Chicago
4113426	Township of Guthrie	township-of-guthrie	Guthrie Township		US	AR	145	91575	0	America/Chicago
4113466	Township of Hadley	township-of-hadley	Hadley Township		US	AR	073	91578	0	America/Chicago
4113505	Township of Hale	township-of-hale	Hale Township		US	AR	051	91581	0	America/Chicago
4113524	Township of Half Moon Lake	township-of-half-moon-lake	Half Moon Lake Township		US	AR	093	91584	0	America/Chicago
4113576	Township of Halley	township-of-halley	Halley Township		US	AR	041	91587	0	America/Chicago
4113622	Township of Hamilton	township-of-hamilton	Hamilton Township		US	AR	085	91590	0	America/Chicago
4113658	Township of Hampton	township-of-hampton	Hampton Township		US	AR	077	91593	0	America/Chicago
4113764	Township of Hardin	township-of-hardin	Hardin Township		US	AR	045	91599	0	America/Chicago
4113772	Township of Hardy	township-of-hardy	Hardy Township		US	AR	077	91602	0	America/Chicago
4113773	Township of Hardy	township-of-hardy	Hardy Township		US	AR	135	91605	0	America/Chicago
4113801	Township of Harmon	township-of-harmon	Harmon Township		US	AR	143	91608	0	America/Chicago
4113873	Township of Harper	township-of-harper	Harper Township		US	AR	025	91611	0	America/Chicago
4113950	Township of Harris	township-of-harris	Harris Township		US	AR	137	91614	0	America/Chicago
4113976	Township of Harrison	township-of-harrison	Harrison Township		US	AR	059	91617	0	America/Chicago
4113977	Township of Harrison	township-of-harrison	Harrison Township		US	AR	139	91620	0	America/Chicago
4113978	Township of Harrison	township-of-harrison	Harrison Township		US	AR	145	91623	0	America/Chicago
4113998	Township of Hartford	township-of-hartford	Hartford Township		US	AR	131	91626	0	America/Chicago
4114006	Township of Hartsell	township-of-hartsell	Hartsell Township		US	AR	145	91629	0	America/Chicago
4114022	Township of Harve	township-of-harve	Harve Township		US	AR	045	91635	0	America/Chicago
4114049	Township of Haskell	township-of-haskell	Haskell Township		US	AR	125	91638	0	America/Chicago
4114058	Township of Hasty	township-of-hasty	Hasty Township		US	AR	101	91641	0	America/Chicago
4114177	Township of Hays	township-of-hays	Hays Township		US	AR	055	91644	0	America/Chicago
4114198	Township of Hazen	township-of-hazen	Hazen Township		US	AR	117	91650	0	America/Chicago
4114207	Township of Healing Springs	township-of-healing-springs	Healing Springs Township		US	AR	023	91653	0	America/Chicago
4114232	Township of Heber	township-of-heber	Heber Township		US	AR	023	91656	0	America/Chicago
4114246	Township of Hector	township-of-hector	Hector Township		US	AR	093	91659	0	America/Chicago
4114332	Township of Henderson	township-of-henderson	Henderson Township		US	AR	059	91662	0	America/Chicago
4114333	Township of Henderson	township-of-henderson	Henderson Township		US	AR	139	91665	0	America/Chicago
4114381	Township of Henton	township-of-henton	Henton Township		US	AR	001	91668	0	America/Chicago
4114420	Township of Herndon	township-of-herndon	Herndon Township		US	AR	031	91674	0	America/Chicago
4114425	Township of Herring	township-of-herring	Herring Township		US	AR	149	91677	0	America/Chicago
4114447	Township of Heth	township-of-heth	Heth Township		US	AR	123	91680	0	America/Chicago
4114467	Township of Hickey	township-of-hickey	Hickey Township		US	AR	071	91683	0	America/Chicago
4114480	Township of Hickman	township-of-hickman	Hickman Township		US	AR	127	91689	0	America/Chicago
4114535	Township of Hickory Grove	township-of-hickory-grove	Hickory Grove Township		US	AR	101	91695	0	America/Chicago
4114545	Township of Hickory Plain	township-of-hickory-plain	Hickory Plain Township,Hickory Plains Township,Pigeon Roost Township,Township of Hickory Plain		US	AR	117	91698	0	America/Chicago
4114566	Township of Hickory Ridge	township-of-hickory-ridge	Hickory Ridge Township		US	AR	037	91701	0	America/Chicago
4114567	Township of Hickory Ridge	township-of-hickory-ridge	Hickory Ridge Township		US	AR	107	91704	0	America/Chicago
4114579	Township of Hickory	township-of-hickory	Hickory Township		US	AR	015	91692	0	America/Chicago
4114605	Township of Hicksville	township-of-hicksville	Hicksville Township		US	AR	107	91707	0	America/Chicago
4114634	Township of Higgins	township-of-higgins	Higgins Township		US	AR	029	91713	0	America/Chicago
4114636	Township of Higginson	township-of-higginson	Higginson Township		US	AR	145	91716	0	America/Chicago
4114689	Township of Highland	township-of-highland	Highland Township		US	AR	135	91719	0	America/Chicago
4114708	Township of Hilburn	township-of-hilburn	Hilburn Township		US	AR	087	91722	0	America/Chicago
4114744	Township of Hill	township-of-hill	Hill Township		US	AR	063	91725	0	America/Chicago
4114746	Township of Hill	township-of-hill	Hill Township		US	AR	119	91731	0	America/Chicago
4114800	Township of Hindman	township-of-hindman	Hindman Township		US	AR	095	91734	0	America/Chicago
4114883	Township of Hogan	township-of-hogan	Hogan Township		US	AR	047	91740	0	America/Chicago
4114950	Township of Holland	township-of-holland	Holland Township		US	AR	125	91743	0	America/Chicago
4115031	Township of Holly Mountain	township-of-holly-mountain	Holly Mountain Township		US	AR	141	91750	0	America/Chicago
4115046	Township of Holly Creek	township-of-holly-creek	Holly Creek Township		US	AR	061	91749	0	America/Chicago
4115066	Township of Holly Springs	township-of-holly-springs	Holly Springs Township		US	AR	039	91752	0	America/Chicago
4115122	Township of Homan	township-of-homan	Homan Township		US	AR	091	91755	0	America/Chicago
4115136	Township of Hon	township-of-hon	Hon Township		US	AR	127	91758	0	America/Chicago
4115253	Township of Hopewell	township-of-hopewell	Hopewell Township		US	AR	055	91764	0	America/Chicago
4115303	Township of Hornor	township-of-hornor	Hornor Township		US	AR	107	91767	0	America/Chicago
4115327	Township of Horsehead	township-of-horsehead	Horsehead Township		US	AR	071	91770	0	America/Chicago
4115430	Township of Hot Springs	township-of-hot-springs	Hot Springs Township		US	AR	051	91773	0	America/Chicago
4115456	Township of Houston	township-of-houston	Houston Township		US	AR	105	91776	0	America/Chicago
4115484	Township of Howard	township-of-howard	Howard Township		US	AR	029	91779	0	America/Chicago
4115495	Township of Howell	township-of-howell	Howel Township,Howell Township,Township of Howell		US	AR	071	91782	0	America/Chicago
4115545	Township of Hudgin	township-of-hudgin	Hudgin Township		US	AR	025	91785	0	America/Chicago
4115553	Township of Hudson	township-of-hudson	Hudson Township		US	AR	101	91788	0	America/Chicago
4115581	Township of Huff	township-of-huff	Huff Township		US	AR	063	91794	0	America/Chicago
4115633	Township of Hunt	township-of-hunt	Hunt Township		US	AR	127	91797	0	America/Chicago
4115737	Township of Hurricane	township-of-hurricane	Hurricane Township		US	AR	025	91800	0	America/Chicago
4115738	Township of Hurricane	township-of-hurricane	Hurricane Township		US	AR	047	91803	0	America/Chicago
4115739	Township of Hurricane	township-of-hurricane	Hurricane Township		US	AR	055	91806	0	America/Chicago
4115740	Township of Hurricane	township-of-hurricane	Hurricane Township		US	AR	125	91809	0	America/Chicago
4115793	Township of Illinois	township-of-illinois	Illinois Township		US	AR	115	91812	0	America/Chicago
4115794	Township of Illinois	township-of-illinois	Illinois Township		US	AR	143	91815	0	America/Chicago
4115844	Township of Independence	township-of-independence	Independence Township		US	AR	077	91821	0	America/Chicago
4115854	Township of Independence	township-of-independence	Independence Township		US	AR	005	91818	0	America/Chicago
4115860	Township of Indian Bayou	township-of-indian-bayou	Indian Bayou Township		US	AR	085	91827	0	America/Chicago
4115884	Township of Indian Rock	township-of-indian-rock	Indian Rock Township		US	AR	141	91830	0	America/Chicago
4115918	Township of Ingram	township-of-ingram	Ingram Township		US	AR	121	91833	0	America/Chicago
4116099	Township of Ions Creek	township-of-ions-creek	Iono Creek Township,Ions Creek Township,Irons Creek Township,Township of Ions Creek		US	AR	149	91836	0	America/Chicago
4116139	Township of Isbell	township-of-isbell	Isbell Township		US	AR	085	91839	0	America/Chicago
4116158	Township of Island	township-of-island	Island Township		US	AR	131	91842	0	America/Chicago
4116175	Township of Ivy	township-of-ivy	Ivy Township		US	AR	047	91845	0	America/Chicago
4116297	Township of Jackson	township-of-jackson	Jackson Township		US	AR	009	91848	0	America/Chicago
4116300	Township of Jackson	township-of-jackson	Jackson Township		US	AR	035	91857	0	America/Chicago
4116301	Township of Jackson	township-of-jackson	Jackson Township		US	AR	039	91860	0	America/Chicago
4116302	Township of Jackson	township-of-jackson	Jackson Township		US	AR	081	91863	0	America/Chicago
4116303	Township of Jackson	township-of-jackson	Jackson Township		US	AR	095	91866	0	America/Chicago
4116304	Township of Jackson	township-of-jackson	Jackson Township		US	AR	099	91869	0	America/Chicago
4116305	Township of Jackson	township-of-jackson	Jackson Township		US	AR	101	91872	0	America/Chicago
4116306	Township of Jackson	township-of-jackson	Jackson Township		US	AR	115	91875	0	America/Chicago
4116307	Township of Jackson	township-of-jackson	Jackson Township		US	AR	121	91878	0	America/Chicago
4116308	Township of Jackson	township-of-jackson	Jackson Township		US	AR	135	91881	0	America/Chicago
4116309	Township of Jackson	township-of-jackson	Jackson Township		US	AR	139	91884	0	America/Chicago
4116310	Township of Jackson	township-of-jackson	Jackson Township		US	AR	145	91887	0	America/Chicago
4116366	Township of James	township-of-james	James Township		US	AR	127	91890	0	America/Chicago
4116385	Township of Janes Creek	township-of-janes-creek	Janes Creek Township		US	AR	121	91899	0	America/Chicago
4116389	Township of Japton	township-of-japton	Japton Township		US	AR	087	91902	0	America/Chicago
4116403	Township of Jasper	township-of-jasper	Jasper Township		US	AR	033	91905	0	America/Chicago
4116404	Township of Jasper	township-of-jasper	Jasper Township		US	AR	035	91908	0	America/Chicago
4116450	Township of Jefferson	township-of-jefferson	Jefferson Township		US	AR	009	91914	0	America/Chicago
4116452	Township of Jefferson	township-of-jefferson	Jefferson Township		US	AR	041	91920	0	America/Chicago
4116453	Township of Jefferson	township-of-jefferson	Jefferson Township		US	AR	063	91923	0	America/Chicago
4116454	Township of Jefferson	township-of-jefferson	Jefferson Township		US	AR	065	91926	0	America/Chicago
4116455	Township of Jefferson	township-of-jefferson	Jefferson Township		US	AR	067	91929	0	America/Chicago
4116456	Township of Jefferson	township-of-jefferson	Jefferson Township		US	AR	069	91932	0	America/Chicago
4116457	Township of Jefferson	township-of-jefferson	Jefferson Township		US	AR	081	91935	0	America/Chicago
4116459	Township of Jefferson	township-of-jefferson	Jefferson Township		US	AR	101	91941	0	America/Chicago
4116460	Township of Jefferson	township-of-jefferson	Jefferson Township		US	AR	103	91944	0	America/Chicago
4116461	Township of Jefferson	township-of-jefferson	Jefferson Township		US	AR	125	91947	0	America/Chicago
4116463	Township of Jefferson	township-of-jefferson	Jefferson Township		US	AR	145	91953	0	America/Chicago
4116476	Township of Jeff Davis	township-of-jeff-davis	Jeff Davis Township		US	AR	081	91911	0	America/Chicago
4116564	Township of Jesup	township-of-jesup	Jesup Township		US	AR	075	91959	0	America/Chicago
4116578	Township of Jewell	township-of-jewell	Jewell Township		US	AR	081	91962	0	America/Chicago
4116588	Township of Jim Fork	township-of-jim-fork	Jim Fork Township		US	AR	131	91965	0	America/Chicago
4116732	Township of Johnson	township-of-johnson	Johnson Township		US	AR	021	91971	0	America/Chicago
4116733	Township of Johnson	township-of-johnson	Johnson Township		US	AR	081	91974	0	America/Chicago
4116734	Township of Johnson	township-of-johnson	Johnson Township		US	AR	083	91977	0	America/Chicago
4116736	Township of Johnson	township-of-johnson	Johnson Township		US	AR	123	91980	0	America/Chicago
4116737	Township of Johnson	township-of-johnson	Johnson Township		US	AR	139	91986	0	America/Chicago
4116738	Township of Johnson	township-of-johnson	Johnson Township		US	AR	143	91989	0	America/Chicago
4116830	Township of Jones	township-of-jones	Jones Township		US	AR	055	91992	0	America/Chicago
4116831	Township of Jones	township-of-jones	Jones Township		US	AR	101	91995	0	America/Chicago
4116832	Township of Jones	township-of-jones	Jones Township		US	AR	127	91998	0	America/Chicago
4116833	Township of Jones	township-of-jones	Jones Township		US	AR	137	92001	0	America/Chicago
4116850	Township of Jonesboro	township-of-jonesboro	Jonesboro Township		US	AR	031	92004	0	America/Chicago
4116882	Township of Joy	township-of-joy	Joy Township		US	AR	145	92007	0	America/Chicago
4117249	Township of Keaton	township-of-keaton	Keaton Township		US	AR	001	92010	0	America/Chicago
4117283	Township of Keevil	township-of-keevil	Keevil Township		US	AR	095	92019	0	America/Chicago
4117355	Township of Kenney	township-of-kenney	Kenney Township		US	AR	105	92022	0	America/Chicago
4117362	Township of Kensett	township-of-kensett	Kensett Township		US	AR	145	92025	0	America/Chicago
4117371	Township of Kentucky	township-of-kentucky	Kentucky Township		US	AR	101	92031	0	America/Chicago
4117372	Township of Kentucky	township-of-kentucky	Kentucky Township		US	AR	125	92034	0	America/Chicago
4117373	Township of Kentucky	township-of-kentucky	Kentucky Township		US	AR	145	92037	0	America/Chicago
4117449	Township of Kimbrough	township-of-kimbrough	Kimbrough Township		US	AR	079	92043	0	America/Chicago
4117502	Township of King	township-of-king	King Township		US	AR	071	92046	0	America/Chicago
4117550	Township of Kings River	township-of-kings-river	Kings River Township		US	AR	015	92052	0	America/Chicago
4117551	Township of Kings River	township-of-kings-river	Kings River Township		US	AR	087	92055	0	America/Chicago
4117558	Township of Kingsland	township-of-kingsland	Kingsland Township		US	AR	025	92049	0	America/Chicago
4117642	Township of Knob	township-of-knob	Knob Township		US	AR	021	92058	0	America/Chicago
4117713	Township of L'Anguille	township-of-l-anguille	L'Anguille Township		US	AR	123	92118	0	America/Chicago
4117724	Township of La Fave	township-of-la-fave	La Fave Township,Lafave Township,Township of La Fave		US	AR	127	92064	0	America/Chicago
4117727	Township of La Grange	township-of-la-grange	La Grange Township,Lagrange Township,Township of La Grange		US	AR	073	92082	0	America/Chicago
4117730	Township of La Grue	township-of-la-grue	La Grue Township		US	AR	001	92085	0	America/Chicago
4117755	Township of Lacrosse	township-of-lacrosse	La Crosse Township,Lacrosse Township,Township of Lacrosse		US	AR	065	92061	0	America/Chicago
4117781	Township of Lafayette	township-of-lafayette	La Fayette Township,Lafayette Township,Township of Lafayette		US	AR	085	92070	0	America/Chicago
4117782	Township of Lafayette	township-of-lafayette	La Fayette Township,Lafayette Township,Township of Lafayette		US	AR	103	92073	0	America/Chicago
4117783	Township of Lafayette	township-of-lafayette	La Fayette Township,Lafayette Township,Township of Lafayette		US	AR	127	92076	0	America/Chicago
4117797	Township of Lafferty	township-of-lafferty	Lafferty Township		US	AR	065	92079	0	America/Chicago
4117871	Township of Lake City	township-of-lake-city	Lake City Township,Lake Township,Township of Lake City		US	AR	031	92097	0	America/Chicago
4117950	Township of Lake Hamilton	township-of-lake-hamilton	Lake Hamilton Township		US	AR	051	92100	0	America/Chicago
4118157	Township of Lake	township-of-lake	Lake Township		US	AR	055	92088	0	America/Chicago
4118158	Township of Lake	township-of-lake	Lake Township		US	AR	105	92091	0	America/Chicago
4118159	Township of Lake	township-of-lake	Lake Township		US	AR	107	92094	0	America/Chicago
4118229	Township of Lamar	township-of-lamar	Lamar Township		US	AR	087	92103	0	America/Chicago
4118230	Township of Lamar	township-of-lamar	Lamar Township		US	AR	149	92106	0	America/Chicago
4118241	Township of Lamb	township-of-lamb	Lamb Township		US	AR	127	92109	0	America/Chicago
4118267	Township of Lancaster	township-of-lancaster	Lancaster Township		US	AR	033	92112	0	America/Chicago
4118333	Township of Lapile	township-of-lapile	Lapile Township,Lassile Township,Township of Lapile		US	AR	139	92121	0	America/Chicago
4118458	Township of Lave Creek	township-of-lave-creek	Lave Creek Township		US	AR	135	92124	0	America/Chicago
4118487	Township of Lawrence	township-of-lawrence	Lawrence Township		US	AR	075	92127	0	America/Chicago
4118525	Township of Leake	township-of-leake	Lake Township,Leake Township,Township of Leake		US	AR	099	92130	0	America/Chicago
4118613	Township of Lee	township-of-lee	Lee Township		US	AR	009	92133	0	America/Chicago
4118614	Township of Lee	township-of-lee	Lee Township		US	AR	025	92136	0	America/Chicago
4118616	Township of Lee	township-of-lee	Lee Township		US	AR	071	92142	0	America/Chicago
4118624	Township of Lees Creek	township-of-lees-creek	Lees Creek Township		US	AR	143	92148	0	America/Chicago
4118629	Township of Lees Creek	township-of-lees-creek	Lees Creek Township		US	AR	033	92145	0	America/Chicago
4118706	Township of Lester	township-of-lester	Lester Township		US	AR	031	92154	0	America/Chicago
4118750	Township of Lewis	township-of-lewis	Lewis Township		US	AR	127	92160	0	America/Chicago
4118867	Township of Liberty	township-of-liberty	Liberty Township		US	AR	015	92163	0	America/Chicago
4118868	Township of Liberty	township-of-liberty	Liberty Township		US	AR	039	92166	0	America/Chicago
4118869	Township of Liberty	township-of-liberty	Liberty Township		US	AR	063	92169	0	America/Chicago
4118872	Township of Liberty	township-of-liberty	Liberty Township		US	AR	103	92178	0	America/Chicago
4118873	Township of Liberty	township-of-liberty	Liberty Township		US	AR	115	92181	0	America/Chicago
4118874	Township of Liberty	township-of-liberty	Liberty Township		US	AR	125	92184	0	America/Chicago
4118875	Township of Liberty	township-of-liberty	Liberty Township		US	AR	137	92187	0	America/Chicago
4118876	Township of Liberty	township-of-liberty	Liberty Township		US	AR	141	92190	0	America/Chicago
4118877	Township of Liberty	township-of-liberty	Liberty Township		US	AR	145	92193	0	America/Chicago
4118923	Township of Lick Creek	township-of-lick-creek	Lick Creek Township		US	AR	081	92196	0	America/Chicago
4118944	Township of Lick Mountain	township-of-lick-mountain	Lick Mountain Township		US	AR	029	92199	0	America/Chicago
4118979	Township of Limestone	township-of-limestone	Limestone Township		US	AR	047	92205	0	America/Chicago
4119000	Township of Lincoln	township-of-lincoln	Lincoln Township		US	AR	087	92208	0	America/Chicago
4119001	Township of Lincoln	township-of-lincoln	Lincoln Township		US	AR	101	92211	0	America/Chicago
4119041	Township of Linn Creek	township-of-linn-creek	Linn Creek Township		US	AR	141	92214	0	America/Chicago
4119070	Township of Litteral	township-of-litteral	Litteral Township		US	AR	143	92217	0	America/Chicago
4119109	Township of Little Black	township-of-little-black	Little Black Township		US	AR	121	92220	0	America/Chicago
4119381	Township of Little River	township-of-little-river	Little River Township		US	AR	081	92223	0	America/Chicago
4119382	Township of Little River	township-of-little-river	Little River Township		US	AR	093	92226	0	America/Chicago
4119383	Township of Little River	township-of-little-river	Little River Township		US	AR	111	92229	0	America/Chicago
4119431	Township of Little Texas	township-of-little-texas	Little Texas Township		US	AR	031	92232	0	America/Chicago
4119432	Township of Little Texas	township-of-little-texas	Little Texas Township		US	AR	127	92235	0	America/Chicago
4119463	Township of Live Oak	township-of-live-oak	Live Oak Township		US	AR	043	92238	0	America/Chicago
4119552	Township of Locust Grove	township-of-locust-grove	Locust Grove Township		US	AR	137	92244	0	America/Chicago
4119599	Township of Logan	township-of-logan	Logan Township		US	AR	005	92247	0	America/Chicago
4119602	Township of Logan	township-of-logan	Logan Township		US	AR	083	92256	0	America/Chicago
4119616	Township of Lon Norris	township-of-lon-norris	Lon Norris Township		US	AR	131	92280	0	America/Chicago
4119640	Township of Lone Hill	township-of-lone-hill	Lone Hill Township		US	AR	059	92259	0	America/Chicago
4119662	Township of Lone Pine	township-of-lone-pine	Lone Pine Township		US	AR	079	92262	0	America/Chicago
4119667	Township of Lone Rock	township-of-lone-rock	Lone Rock Township		US	AR	005	92265	0	America/Chicago
4119722	Township of Long Creek	township-of-long-creek	Long Creek Township		US	AR	009	92268	0	America/Chicago
4119723	Township of Long Creek	township-of-long-creek	Long Creek Township		US	AR	015	92271	0	America/Chicago
4119724	Township of Long Creek	township-of-long-creek	Long Creek Township		US	AR	129	92274	0	America/Chicago
4119811	Township of Longview	township-of-longview	Longview Township		US	AR	003	92277	0	America/Chicago
4119834	Township of Lonoke	township-of-lonoke	Lonoke Township		US	AR	085	92283	0	America/Chicago
4119961	Township of Low Gap	township-of-low-gap	Low Gap Township		US	AR	071	92292	0	America/Chicago
4119962	Township of Low Gap	township-of-low-gap	Low Gap Township		US	AR	101	92295	0	America/Chicago
4120022	Township of Lower Surrounded Hill	township-of-lower-surrounded-hill	Lower Hill Township,Lower Surrounded Hill Township,Township of Lower Surrounded Hill		US	AR	117	92289	0	America/Chicago
4120031	Township of Lower North	township-of-lower-north	Lower North Township		US	AR	135	92286	0	America/Chicago
4120043	Township of Lucas	township-of-lucas	Lucas Township		US	AR	035	92298	0	America/Chicago
4120078	Township of Lunenburg	township-of-lunenburg	Lunenburg Township		US	AR	065	92301	0	America/Chicago
4120084	Township of Lunsford	township-of-lunsford	Lunsford Township		US	AR	111	92304	0	America/Chicago
4120280	Township of Madison	township-of-madison	Madison Township		US	AR	053	92334	0	America/Chicago
4120281	Township of Madison	township-of-madison	Madison Township		US	AR	061	92337	0	America/Chicago
4120282	Township of Madison	township-of-madison	Madison Township		US	AR	123	92340	0	America/Chicago
4120295	Township of Magazine	township-of-magazine	Magazine Township		US	AR	149	92343	0	America/Chicago
4120313	Township of Magness	township-of-magness	Magness Township		US	AR	063	92346	0	America/Chicago
4120314	Township of Magness	township-of-magness	Magness Township		US	AR	085	92349	0	America/Chicago
4120321	Township of Magnet	township-of-magnet	Magnet Township		US	AR	059	92352	0	America/Chicago
4120336	Township of Magnolia	township-of-magnolia	Magnolia Township		US	AR	027	92355	0	America/Chicago
4120370	Township of Main Shore	township-of-main-shore	Main Shore Township		US	AR	055	92358	0	America/Chicago
4120402	Township of Mammoth Spring	township-of-mammoth-spring	Mammoth Spring Township		US	AR	049	92361	0	America/Chicago
4120406	Township of Manchester	township-of-manchester	Manchester Township		US	AR	039	92364	0	America/Chicago
4120479	Township of Marais Saline	township-of-marais-saline	Marais Saline Township,Marie Saline Township,Township of Marais Saline		US	AR	003	92365	0	America/Chicago
4120494	Township of Marble	township-of-marble	Marble Township		US	AR	087	92367	0	America/Chicago
4120495	Township of Marble	township-of-marble	Marble Township		US	AR	125	92370	0	America/Chicago
4120535	Township of Marion	township-of-marion	Marion Township		US	AR	011	92379	0	America/Chicago
4120536	Township of Marion	township-of-marion	Marion Township		US	AR	043	92382	0	America/Chicago
4120537	Township of Marion	township-of-marion	Marion Township		US	AR	075	92385	0	America/Chicago
4120538	Township of Marion	township-of-marion	Marion Township		US	AR	103	92388	0	America/Chicago
4120539	Township of Marion	township-of-marion	Marion Township		US	AR	107	92391	0	America/Chicago
4120540	Township of Marion	township-of-marion	Marion Township		US	AR	131	92394	0	America/Chicago
4120541	Township of Marion	township-of-marion	Marion Township		US	AR	145	92397	0	America/Chicago
4120590	Township of Marrs Hill	township-of-marrs-hill	Mar Hill Township,Marrs Hill Township,Mars Hill Township,Township of Marrs Hill		US	AR	143	92400	0	America/Chicago
4120601	Township of Mars Hill	township-of-mars-hill	Mars Hill Township		US	AR	073	92409	0	America/Chicago
4120624	Township of Marshall	township-of-marshall	Marshall Township		US	AR	145	92403	0	America/Chicago
4120670	Township of Martin	township-of-martin	Martin Township		US	AR	115	92415	0	America/Chicago
4120677	Township of Martin	township-of-martin	Martin Township		US	AR	029	92412	0	America/Chicago
4120734	Township of Mason	township-of-mason	Mason Township		US	AR	149	92418	0	America/Chicago
4120766	Township of Matney	township-of-matney	Matney Township		US	AR	005	92424	0	America/Chicago
4120779	Township of Matthews	township-of-matthews	Matthews Township		US	AR	045	92427	0	America/Chicago
4120804	Township of Maumelle	township-of-maumelle	Maumelle Township		US	AR	031	92433	0	America/Chicago
4120805	Township of Maumelle	township-of-maumelle	Maumelle Township		US	AR	105	92436	0	America/Chicago
4121034	Township of McFall	township-of-mcfall	McFall Township		US	AR	001	92307	0	America/Chicago
4121045	Township of McGavock	township-of-mcgavock	McGavock Township		US	AR	093	92310	0	America/Chicago
4121094	Township of McHue	township-of-mchue	McHue Township		US	AR	063	92313	0	America/Chicago
4121095	Township of McIlroy	township-of-mcilroy	McIlroy Township		US	AR	047	92316	0	America/Chicago
4121098	Township of McJester	township-of-mcjester	McJester Township		US	AR	023	92319	0	America/Chicago
4121108	Township of McKennon	township-of-mckennon	McKennon Township		US	AR	071	92322	0	America/Chicago
4121140	Township of McLaren	township-of-mclaren	McLaren Township		US	AR	029	92325	0	America/Chicago
4121171	Township of McNeil	township-of-mcneil	McNeil Township		US	AR	027	92328	0	America/Chicago
4121191	Township of McRae	township-of-mcrae	McRae Township		US	AR	145	92331	0	America/Chicago
4121308	Township of Melton	township-of-melton	Melton Township		US	AR	069	92448	0	America/Chicago
4121347	Township of Merry Green	township-of-merry-green	Merry Green Township		US	AR	053	92451	0	America/Chicago
4121420	Township of Middle	township-of-middle	Middle Township		US	AR	047	92454	0	America/Chicago
4121483	Township of Midway	township-of-midway	Midway Township		US	AR	059	92457	0	America/Chicago
4121510	Township of Mill Bayou	township-of-mill-bayou	Mill Bayou Township		US	AR	001	92466	0	America/Chicago
4121617	Township of Mill Creek	township-of-mill-creek	Mill Creek Township		US	AR	003	92469	0	America/Chicago
4121618	Township of Mill Creek	township-of-mill-creek	Mill Creek Township		US	AR	047	92472	0	America/Chicago
4121619	Township of Mill Creek	township-of-mill-creek	Mill Creek Township		US	AR	065	92475	0	America/Chicago
4121620	Township of Mill Creek	township-of-mill-creek	Mill Creek Township		US	AR	079	92478	0	America/Chicago
4121621	Township of Mill Creek	township-of-mill-creek	Mill Creek Township		US	AR	087	92481	0	America/Chicago
4121622	Township of Mill Creek	township-of-mill-creek	Mill Creek Township		US	AR	113	92484	0	America/Chicago
4121623	Township of Mill Creek	township-of-mill-creek	Mill Creek Township		US	AR	127	92487	0	America/Chicago
4121656	Township of Mill	township-of-mill	Mill Township		US	AR	005	92460	0	America/Chicago
4121712	Township of Miller	township-of-miller	Miller Township		US	AR	025	92493	0	America/Chicago
4121713	Township of Miller	township-of-miller	Miller Township		US	AR	047	92496	0	America/Chicago
4121774	Township of Mine Creek	township-of-mine-creek	Mine Creek Township		US	AR	057	92499	0	America/Chicago
4121798	Township of Mineral Springs	township-of-mineral-springs	Mineral Springs Township		US	AR	061	92505	0	America/Chicago
4121799	Township of Mineral	township-of-mineral	Mineral Township		US	AR	133	92502	0	America/Chicago
4121852	Township of Mississippi	township-of-mississippi	Mississippi Township		US	AR	035	92508	0	America/Chicago
4121853	Township of Mississippi	township-of-mississippi	Mississippi Township		US	AR	041	92511	0	America/Chicago
4121854	Township of Mississippi	township-of-mississippi	Mississippi Township		US	AR	131	92514	0	America/Chicago
4121863	Township of Missouri	township-of-missouri	Missouri Township		US	AR	099	92520	0	America/Chicago
4121864	Township of Missouri	township-of-missouri	Missouri Township		US	AR	109	92523	0	America/Chicago
4121898	Township of Mitchell	township-of-mitchell	Mitchell Township		US	AR	037	92526	0	America/Chicago
4121971	Township of Monroe	township-of-monroe	Monroe Township		US	AR	093	92529	0	America/Chicago
4121972	Township of Monroe	township-of-monroe	Monroe Township		US	AR	133	92532	0	America/Chicago
4121975	Township of Mont Sandels	township-of-mont-sandels	Mont Sandels Township		US	AR	131	92544	0	America/Chicago
4122012	Township of Montgomery	township-of-montgomery	Montgomery Township		US	AR	059	92535	0	America/Chicago
4122030	Township of Montrose	township-of-montrose	Montrose Township		US	AR	003	92541	0	America/Chicago
4122051	Township of Mooney	township-of-mooney	Mooney Township		US	AR	107	92547	0	America/Chicago
4122103	Township of Moorefield	township-of-moorefield	Moorefield Township		US	AR	063	92550	0	America/Chicago
4122125	Township of Moreland	township-of-moreland	Moreland Township		US	AR	115	92553	0	America/Chicago
4122155	Township of Morgan	township-of-morgan	Morgan Township		US	AR	023	92556	0	America/Chicago
4122156	Township of Morgan	township-of-morgan	Morgan Township		US	AR	047	92559	0	America/Chicago
4122157	Township of Morgan	township-of-morgan	Morgan Township		US	AR	075	92562	0	America/Chicago
4122158	Township of Morgan	township-of-morgan	Morgan Township		US	AR	135	92565	0	America/Chicago
4122214	Township of Moro	township-of-moro	Moro Township		US	AR	011	92568	0	America/Chicago
4122252	Township of Morris	township-of-morris	Morris Township		US	AR	001	92574	0	America/Chicago
4122268	Township of Morrow	township-of-morrow	Morrow Township		US	AR	143	92577	0	America/Chicago
4122333	Township of Mound City	township-of-mound-city	Mound City Township		US	AR	035	92580	0	America/Chicago
4122359	Township of Mount Calm	township-of-mount-calm	Mount Calm Township		US	AR	049	92619	0	America/Chicago
4122622	Township of Mount Olive	township-of-mount-olive	Mount Olive Township		US	AR	065	92622	0	America/Chicago
4122653	Township of Mount Pisgah	township-of-mount-pisgah	Mount Pisgah Township		US	AR	145	92625	0	America/Chicago
4122723	Township of Mount Pleasant	township-of-mount-pleasant	Mount Pleasant Township		US	AR	127	92628	0	America/Chicago
4122724	Township of Mount Pleasant	township-of-mount-pleasant	Mount Pleasant Township		US	AR	129	92631	0	America/Chicago
4122787	Township of Mount Vernon	township-of-mount-vernon	Mount Vernon Township		US	AR	045	92637	0	America/Chicago
4122960	Township of Mountain Home	township-of-mountain-home	Mountain Home Township		US	AR	005	92616	0	America/Chicago
4123007	Township of Mountain	township-of-mountain	Mountain Township		US	AR	023	92583	0	America/Chicago
4123009	Township of Mountain	township-of-mountain	Mountain Township		US	AR	045	92589	0	America/Chicago
4123010	Township of Mountain	township-of-mountain	Mountain Township		US	AR	047	92592	0	America/Chicago
4123011	Township of Mountain	township-of-mountain	Mountain Township		US	AR	061	92595	0	America/Chicago
4123012	Township of Mountain	township-of-mountain	Mountain Township		US	AR	083	92598	0	America/Chicago
4123013	Township of Mountain	township-of-mountain	Mountain Township		US	AR	109	92601	0	America/Chicago
4123014	Township of Mountain	township-of-mountain	Mountain Township		US	AR	113	92604	0	America/Chicago
4123015	Township of Mountain	township-of-mountain	Mountain Township		US	AR	127	92607	0	America/Chicago
4123016	Township of Mountain	township-of-mountain	Mountain Township		US	AR	141	92610	0	America/Chicago
4123017	Township of Mountain	township-of-mountain	Mountain Township		US	AR	149	92613	0	America/Chicago
4123099	Township of Muddy Fork	township-of-muddy-fork	Muddy Fork Township		US	AR	109	92646	0	America/Chicago
4123108	Township of Muddy Fork	township-of-muddy-fork	Muddy Fork Township		US	AR	061	92643	0	America/Chicago
4123130	Township of Mulberry	township-of-mulberry	Mulberry Township		US	AR	047	92649	0	America/Chicago
4123131	Township of Mulberry	township-of-mulberry	Mulberry Township		US	AR	071	92652	0	America/Chicago
4123198	Township of Murray	township-of-murray	Murray Township		US	AR	101	92655	0	America/Chicago
4123242	Township of Myatt	township-of-myatt	Myatt Township		US	AR	049	92658	0	America/Chicago
4123278	Township of Nashville	township-of-nashville	Nashville Township		US	AR	061	92661	0	America/Chicago
4123307	Township of Neal	township-of-neal	Neal Township		US	AR	093	92664	0	America/Chicago
4123391	Township of Nelson	township-of-nelson	Nelson Township		US	AR	021	92667	0	America/Chicago
4123412	Township of Nettleton	township-of-nettleton	Nettleton Township		US	AR	031	92670	0	America/Chicago
4123660	Township of New Hope	township-of-new-hope	New Hope Township		US	AR	065	92679	0	America/Chicago
4123776	Township of New Tennessee	township-of-new-tennessee	New Tennessee Township		US	AR	105	92682	0	America/Chicago
4123807	Township of Newburg	township-of-newburg	Newberg Township,Newburg Township,Township of Newburg		US	AR	065	92673	0	America/Chicago
4123812	Township of Newcomb	township-of-newcomb	Newcomb Township		US	AR	125	92676	0	America/Chicago
4123871	Township of Newton	township-of-newton	Newton Township		US	AR	045	92685	0	America/Chicago
4123887	Township of Nichols	township-of-nichols	Nichols Township		US	AR	029	92688	0	America/Chicago
4123924	Township of Niven	township-of-niven	Niven Township		US	AR	025	92691	0	America/Chicago
4123925	Township of Niven	township-of-niven	Niven Township		US	AR	069	92694	0	America/Chicago
4123947	Township of Nix	township-of-nix	Nix Township		US	AR	039	92697	0	America/Chicago
4123963	Township of Noland	township-of-noland	Noland Township,Nowland Township,Township of Noland		US	AR	057	92700	0	America/Chicago
4123992	Township of Norphlet	township-of-norphlet	Norphlet Township		US	AR	139	92703	0	America/Chicago
4124021	Township of North Big Rock	township-of-north-big-rock	North Big Rock Township		US	AR	135	92706	0	America/Chicago
4124081	Township of North Fork	township-of-north-fork	North Fork Township		US	AR	005	92709	0	America/Chicago
4124082	Township of North Harrison	township-of-north-harrison	North Harrison Township		US	AR	009	92715	0	America/Chicago
4124126	Township of North Lebanon	township-of-north-lebanon	North Lebanon Township		US	AR	135	92718	0	America/Chicago
4124153	Township of North Saint Francis	township-of-north-saint-francis	North Saint Francis Township		US	AR	021	92719	0	America/Chicago
4124171	Township of North Union	township-of-north-union	North Union Township		US	AR	135	92721	0	America/Chicago
4124179	Township of North Yocum	township-of-north-yocum	North Yocum Township		US	AR	015	92727	0	America/Chicago
4124212	Township of Northwest	township-of-northwest	Northwest Township		US	AR	137	92724	0	America/Chicago
4124306	Township of O'Kean	township-of-o-kean	O'Kean Township		US	AR	121	92742	0	America/Chicago
4124346	Township of Oak Forest	township-of-oak-forest	Oak Forest Township		US	AR	077	92733	0	America/Chicago
4124472	Township of Oak Grove	township-of-oak-grove	Oak Grove Township		US	AR	085	92736	0	America/Chicago
4124659	Township of Oil Trough	township-of-oil-trough	Oil Trough Township		US	AR	063	92739	0	America/Chicago
4124730	Township of Old Hickory	township-of-old-hickory	Old Hickory Township		US	AR	029	92745	0	America/Chicago
4124814	Township of Old River	township-of-old-river	Old River Township		US	AR	069	92748	0	America/Chicago
4124897	Township of Oliver Springs	township-of-oliver-springs	Oliver Springs Township		US	AR	033	92754	0	America/Chicago
4124898	Township of Oliver	township-of-oliver	Oliver Township		US	AR	127	92751	0	America/Chicago
4124906	Township of Olvey	township-of-olvey	Olvey Township		US	AR	009	92757	0	America/Chicago
4124917	Township of Omaha	township-of-omaha	Omaha Township		US	AR	009	92760	0	America/Chicago
4124921	Township of Omega	township-of-omega	Omega Township		US	AR	015	92763	0	America/Chicago
4125001	Township of Osage	township-of-osage	Osage Township		US	AR	015	92769	0	America/Chicago
4125002	Township of Osage	township-of-osage	Osage Township		US	AR	101	92772	0	America/Chicago
4125048	Township of Otter	township-of-otter	Otter Township		US	AR	125	92775	0	America/Chicago
4125081	Township of Ouachita	township-of-ouachita	Ouachita Township		US	AR	011	92778	0	America/Chicago
4125082	Township of Ouachita	township-of-ouachita	Ouachita Township		US	AR	059	92781	0	America/Chicago
4125083	Township of Washita	township-of-washita	Ouachita Township,Township of Ouachita,Township of Washita,Wachita Township		US	AR	097	93934	0	America/Chicago
4125084	Township of Ouachita	township-of-ouachita	Ouachita Township		US	AR	113	92787	0	America/Chicago
4125127	Township of Owen	township-of-owen	Owen Township		US	AR	079	92793	0	America/Chicago
4125128	Township of Owen	township-of-owen	Owen Township		US	AR	111	92796	0	America/Chicago
4125129	Township of Owen	township-of-owen	Owen Township		US	AR	125	92799	0	America/Chicago
4125132	Township of Owen	township-of-owen	Owen Township		US	AR	039	92790	0	America/Chicago
4125179	Township of Ozan	township-of-ozan	Ozan Township		US	AR	057	92802	0	America/Chicago
4125218	Township of Ozark	township-of-ozark	Ozark Township		US	AR	113	92805	0	America/Chicago
4125219	Township of Ozark	township-of-ozark	Ozark Township		US	AR	135	92808	0	America/Chicago
4127409	Township of Prairie	township-of-prairie	Prairie Township		US	AR	123	93009	0	America/Chicago
4125245	Township of Packard Springs	township-of-packard-springs	Packard Springs Township,Township of Packard Spring,Township of Packard Springs		US	AR	015	92811	0	America/Chicago
4125261	Township of Palarm	township-of-palarm	Palarm Township		US	AR	045	92814	0	America/Chicago
4125289	Township of Palestine	township-of-palestine	Palestine Township		US	AR	011	92817	0	America/Chicago
4125362	Township of Paraclifta	township-of-paraclifta	Paraclifta Township		US	AR	133	92820	0	America/Chicago
4125509	Township of Parks	township-of-parks	Parks Township		US	AR	127	92829	0	America/Chicago
4125569	Township of Pastoria	township-of-pastoria	Pastoria Township		US	AR	069	92832	0	America/Chicago
4125664	Township of Payne-Swain	township-of-payne-swain	Payne-Swain Township		US	AR	021	92836	0	America/Chicago
4125779	Township of Pencil Bluff	township-of-pencil-bluff	Pencil Bluff Township		US	AR	097	92841	0	America/Chicago
4125795	Township of Pennington	township-of-pennington	Pennington Township		US	AR	011	92844	0	America/Chicago
4125867	Township of Perry	township-of-perry	Perry Township		US	AR	071	92847	0	America/Chicago
4125868	Township of Perry	township-of-perry	Perry Township		US	AR	105	92850	0	America/Chicago
4125898	Township of Peter Creek	township-of-peter-creek	Peter Creek Township		US	AR	023	92853	0	America/Chicago
4125933	Township of Petit Jean	township-of-petit-jean	Petit Jean Township		US	AR	029	92856	0	America/Chicago
4125934	Township of Petit Jean	township-of-petit-jean	Petit Jean Township		US	AR	083	92859	0	America/Chicago
4125935	Township of Petit Jean	township-of-petit-jean	Petit Jean Township		US	AR	105	92862	0	America/Chicago
4125950	Township of Pettus	township-of-pettus	Pettus Township		US	AR	085	92865	0	America/Chicago
4126038	Township of Phoenix	township-of-phoenix	Phoenix Township		US	AR	115	92871	0	America/Phoenix
4126048	Township of Pickens	township-of-pickens	Pickens Township		US	AR	023	92874	0	America/Chicago
4126104	Township of Pigeon	township-of-pigeon	Pigeon Township		US	AR	005	92877	0	America/Chicago
4126122	Township of Pike City	township-of-pike-city	Pike City Township,Pike Township,Township of Pike City		US	AR	109	92880	0	America/Chicago
4126360	Township of Pine Mountain	township-of-pine-mountain	Pine Mountain Township		US	AR	045	92892	0	America/Chicago
4126383	Township of Pine Ridge	township-of-pine-ridge	Pine Ridge Township		US	AR	095	92895	0	America/Chicago
4126398	Township of Pine	township-of-pine	Pine Township		US	AR	023	92886	0	America/Chicago
4126445	Township of Piney Fork	township-of-piney-fork	Piney Fork Township		US	AR	135	92907	0	America/Chicago
4126472	Township of Piney	township-of-piney	Piney Township		US	AR	015	92898	0	America/Chicago
4126473	Township of Piney	township-of-piney	Piney Township		US	AR	023	92901	0	America/Chicago
4126538	Township of Pittsburg	township-of-pittsburg	Pittsburg Township		US	AR	071	92910	0	America/Chicago
4126565	Township of Planters	township-of-planters	Planters Township		US	AR	017	92913	0	America/Chicago
4126751	Township of Pleasant Hill	township-of-pleasant-hill	Pleasant Hill Township		US	AR	065	92916	0	America/Chicago
4126752	Township of Pleasant Hill	township-of-pleasant-hill	Hill Township,Pleasant Hill Township,Township of Pleasant Hill		US	AR	101	92919	0	America/Chicago
4126811	Township of Pleasant Ridge	township-of-pleasant-ridge	Pleasant Ridge Township		US	AR	049	92922	0	America/Chicago
4126905	Township of Plum Bayou	township-of-plum-bayou	Plum Bayou Township		US	AR	069	92925	0	America/Chicago
4126916	Township of Plumlee	township-of-plumlee	Plumlee Township		US	AR	101	92928	0	America/Chicago
4126940	Township of Poff	township-of-poff	Poff Township		US	AR	023	92931	0	America/Chicago
4126979	Township of Point Deluce	township-of-point-deluce	Point Deluce Township		US	AR	001	92937	0	America/Chicago
4126985	Township of Point	township-of-point	Point Township		US	AR	147	92934	0	America/Chicago
4127003	Township of Poland	township-of-poland	Poland Township		US	AR	055	92940	0	America/Chicago
4127033	Township of Polk	township-of-polk	Polk Township		US	AR	101	92949	0	America/Chicago
4127038	Township of Pollard	township-of-pollard	Pollard Township		US	AR	021	92952	0	America/Chicago
4127045	Township of Polo	township-of-polo	Polo Township		US	AR	015	92955	0	America/Chicago
4127053	Township of Ponca	township-of-ponca	Ponca Township		US	AR	101	92958	0	America/Chicago
4127137	Township of Porter	township-of-porter	Porter Township		US	AR	033	92961	0	America/Chicago
4127147	Township of Portland	township-of-portland	Portland Township		US	AR	003	92964	0	America/Chicago
4127247	Township of Potter	township-of-potter	Potter Township		US	AR	113	92967	0	America/Chicago
4127297	Township of Powell	township-of-powell	Powell Township		US	AR	031	92970	0	America/Chicago
4127372	Township of Prairie Grove	township-of-prairie-grove	Prairie Grove Township		US	AR	143	93024	0	America/Chicago
4127395	Township of Prairie	township-of-prairie	Prairie Township		US	AR	001	92973	0	America/Chicago
4127396	Township of Prairie	township-of-prairie	Prairie Township		US	AR	003	92976	0	America/Chicago
4127397	Township of Prairie	township-of-prairie	Prairie Township		US	AR	009	92979	0	America/Chicago
4127398	Township of Prairie	township-of-prairie	Prairie Township		US	AR	015	92982	0	America/Chicago
4127399	Township of Prairie	township-of-prairie	Prairie Township		US	AR	031	92985	0	America/Chicago
4127400	Township of Prairie	township-of-prairie	Prairie Township		US	AR	047	92988	0	America/Chicago
4127401	Township of Prairie	township-of-prairie	Prairie Township		US	AR	059	92991	0	America/Chicago
4127402	Township of Prairie	township-of-prairie	Prairie Township		US	AR	071	92994	0	America/Chicago
4127403	Township of Prairie	township-of-prairie	Prairie Township		US	AR	085	92997	0	America/Chicago
4127404	Township of Prairie	township-of-prairie	Prairie Township		US	AR	087	93000	0	America/Chicago
4127406	Township of Prairie	township-of-prairie	Prairie Township		US	AR	101	93006	0	America/Chicago
4127407	Township of Prairie	township-of-prairie	Prairie Township		US	AR	129	93012	0	America/Chicago
4127408	Township of Prairie	township-of-prairie	Prairie Township		US	AR	131	93015	0	America/Chicago
4127410	Township of Prairie	township-of-prairie	Prairie Township		US	AR	143	93018	0	America/Chicago
4127411	Township of Prairie	township-of-prairie	Prairie Township		US	AR	149	93021	0	America/Chicago
4127509	Township of Princeton	township-of-princeton	Princeton Township		US	AR	039	93030	0	America/Chicago
4127518	Township of Proctor	township-of-proctor	Proctor Township		US	AR	035	93033	0	America/Chicago
4127535	Township of Promised Land	township-of-promised-land	Promised Land Township		US	AR	031	93036	0	America/Chicago
4127536	Township of Promised Land	township-of-promised-land	Promised Land Township		US	AR	075	93039	0	America/Chicago
4127636	Township of Pulaski	township-of-pulaski	Pulaski Township		US	AR	085	93042	0	America/Chicago
4127654	Township of Pumpkin Bend	township-of-pumpkin-bend	Pumpkin Bend Township,Pumpkin Township,Township of Pumpkin Bend		US	AR	147	93045	0	America/Chicago
4127855	Township of Randolph	township-of-randolph	Randolph Township		US	AR	041	93051	0	America/Chicago
4127871	Township of Rankin	township-of-rankin	Rankin Township		US	AR	105	93054	0	America/Chicago
4127950	Township of Raymond	township-of-raymond	Raymond Township		US	AR	095	93057	0	America/Chicago
4128011	Township of Red Colony	township-of-red-colony	Red Colony Township		US	AR	133	93060	0	America/Chicago
4128041	Township of Red Hill	township-of-red-hill	Red Hill Township		US	AR	103	93066	0	America/Chicago
4128052	Township of Red Fork	township-of-red-fork	Red Fork Township		US	AR	041	93063	0	America/Chicago
4128053	Township of Red Lick	township-of-red-lick	Red Lick Township		US	AR	071	93078	0	America/Chicago
4128073	Township of Red River	township-of-red-river	Red River Township		US	AR	081	93081	0	America/Chicago
4128074	Township of Red River	township-of-red-river	Red River Township		US	AR	091	93084	0	America/Chicago
4128075	Township of Red River	township-of-red-river	Red River Township		US	AR	129	93087	0	America/Chicago
4128076	Township of Red River	township-of-red-river	Red River Township		US	AR	137	93090	0	America/Chicago
4128077	Township of Red River	township-of-red-river	Red River Township		US	AR	141	93093	0	America/Chicago
4128078	Township of Red River	township-of-red-river	Red River Township		US	AR	145	93096	0	America/Chicago
4128110	Township of Redland	township-of-redland	Redland Township		US	AR	025	93069	0	America/Chicago
4128111	Township of Redland	township-of-redland	Redland Township		US	AR	057	93072	0	America/Chicago
4128112	Township of Redland	township-of-redland	Red Land Township,Redland Township,Township of Redland		US	AR	099	93075	0	America/Chicago
4128132	Township of Red Stripe	township-of-red-stripe	Redstripe Township,Township of Red Stripe,Township of Redstripe		US	AR	137	93099	0	America/Chicago
4128146	Township of Reed	township-of-reed	Reed Township		US	AR	143	93102	0	America/Chicago
4128171	Township of Reeds Creek	township-of-reeds-creek	Reeds Creek Township		US	AR	075	93108	0	America/Chicago
4128205	Township of Relief	township-of-relief	Relief Township		US	AR	063	93111	0	America/Chicago
4128256	Township of Reveilee	township-of-reveilee	Revilee Township,Reville Township,Township of Reveilee,Township of Revilee		US	AR	083	93114	0	America/Chicago
4128261	Township of Reyno	township-of-reyno	Reyno Township		US	AR	121	93117	0	America/Chicago
4128278	Township of Reynolds	township-of-reynolds	Reynolds Township		US	AR	055	93120	0	America/Chicago
4128283	Township of Rheas Mill	township-of-rheas-mill	Rhea's Mill Township,Rheas Mill Township,Township of Rheas Mill		US	AR	143	93123	0	America/Chicago
4128313	Township of Rich Mountain	township-of-rich-mountain	Rich Mountain Township		US	AR	113	93162	0	America/Chicago
4128324	Township of Richardson	township-of-richardson	Richardson Township		US	AR	121	93126	0	America/Chicago
4128343	Township of Richland	township-of-richland	Richland Township		US	AR	041	93132	0	America/Chicago
4128344	Township of Richland	township-of-richland	Richland Township		US	AR	069	93135	0	America/Chicago
4128345	Township of Richland	township-of-richland	Richland Township		US	AR	077	93138	0	America/Chicago
4128346	Township of Richland	township-of-richland	Richland Township		US	AR	081	93141	0	America/Chicago
4128347	Township of Richland	township-of-richland	Richland Township		US	AR	087	93144	0	America/Chicago
4128348	Township of Richland	township-of-richland	Richland Township		US	AR	095	93147	0	America/Chicago
4128349	Township of Richland	township-of-richland	Rich Land Township,Richland Township,Township of Richland		US	AR	101	93150	0	America/Chicago
4128351	Township of Richland	township-of-richland	Richland Township		US	AR	143	93156	0	America/Chicago
4128352	Township of Richland	township-of-richland	Richland Township		US	AR	149	93159	0	America/Chicago
4128368	Township of Richwoods	township-of-richwoods	Richwoods Township		US	AR	067	93165	0	America/Chicago
4128369	Township of Richwoods	township-of-richwoods	Richwoods Township		US	AR	075	93168	0	America/Chicago
4128370	Township of Richwoods	township-of-richwoods	Richwoods Township		US	AR	085	93171	0	America/Chicago
4128371	Township of Richwoods	township-of-richwoods	Richwoods Township		US	AR	135	93174	0	America/Chicago
4128372	Township of Richwoods	township-of-richwoods	Richwoods Township		US	AR	137	93177	0	America/Chicago
4128445	Township of Riley	township-of-riley	Riley Township		US	AR	149	93180	0	America/Chicago
4128472	Township of Rison	township-of-rison	Rison Township		US	AR	025	93183	0	America/Chicago
4128502	Township of River	township-of-river	River Township		US	AR	053	93192	0	America/Chicago
4128503	Township of River	township-of-river	River Township		US	AR	083	93195	0	America/Chicago
4128504	Township of River	township-of-river	River Township		US	AR	103	93198	0	America/Chicago
4128550	Township of River	township-of-river	River Township		US	AR	011	93186	0	America/Chicago
4128554	Township of Roane	township-of-roane	Roane Township		US	AR	073	93201	0	America/Chicago
4128569	Township of Roasting Ear	township-of-roasting-ear	Roasting Ear Township		US	AR	137	93207	0	America/Chicago
4128599	Township of Roberts	township-of-roberts	Roberts Township		US	AR	069	93210	0	America/Chicago
4128655	Township of Roc Roe	township-of-roc-roe	Roc Roe Township,Rocroe Township,Township of Roc Roe		US	AR	095	93216	0	America/Chicago
4128656	Township of Roc Roe	township-of-roc-roe	Roc Roe Township,Rock Roe Township,Rockroe Township,Township of Roc Roe		US	AR	117	93219	0	America/Chicago
4128703	Township of Rock Creek	township-of-rock-creek	Rock Creek Township		US	AR	129	93213	0	America/Chicago
4128924	Township of Rogers	township-of-rogers	Rogers Township		US	AR	131	93222	0	America/Chicago
4129016	Township of Rose Creek	township-of-rose-creek	Rose Creek Township		US	AR	105	93228	0	America/Chicago
4129074	Township of Roseville	township-of-roseville	Roseville Township		US	AR	083	93231	0	America/Chicago
4129081	Township of Rosie	township-of-rosie	Rosie Township		US	AR	063	93234	0	America/Chicago
4129250	Township of Rover	township-of-rover	Rover Township		US	AR	149	93240	0	America/Chicago
4129260	Township of Rowell	township-of-rowell	Rowell Township		US	AR	025	93243	0	America/Chicago
4129283	Township of Royal	township-of-royal	Royal Township		US	AR	145	93246	0	America/Chicago
4129310	Township of Ruddell	township-of-ruddell	Ruddell Township		US	AR	063	93249	0	America/Chicago
4129321	Township of Rudy	township-of-rudy	Rudy Township		US	AR	033	93252	0	America/Chicago
4129342	Township of Running Lake	township-of-running-lake	Running Lake Township		US	AR	121	93255	0	America/Chicago
4129395	Township of Russell	township-of-russell	Russell Township		US	AR	073	93258	0	America/Chicago
4129396	Township of Russell	township-of-russell	Russell Township		US	AR	145	93261	0	America/Chicago
4129463	Township of Sage	township-of-sage	Sage Township		US	AR	065	93264	0	America/Chicago
4129958	Township of Salado	township-of-salado	Salado Township		US	AR	063	93285	0	America/Chicago
4130021	Township of Salem	township-of-salem	Salem Township		US	AR	055	93288	0	America/Chicago
4130022	Township of Salem	township-of-salem	Salem Township		US	AR	125	93291	0	America/Chicago
4130049	Township of Saline	township-of-saline	Saline Township		US	AR	023	93294	0	America/Chicago
4130050	Township of Saline	township-of-saline	Saline Township		US	AR	025	93297	0	America/Chicago
4130051	Township of Saline	township-of-saline	Saline Township		US	AR	043	93300	0	America/Chicago
4130052	Township of Saline	township-of-saline	Saline Township		US	AR	057	93303	0	America/Chicago
4130053	Township of Saline	township-of-saline	Saline Township		US	AR	059	93306	0	America/Chicago
4130054	Township of Saline	township-of-saline	Saline Township		US	AR	061	93309	0	America/Chicago
4130055	Township of Saline	township-of-saline	Saline Township		US	AR	109	93312	0	America/Chicago
4130238	Township of Saratoga	township-of-saratoga	Saratoga Township		US	AR	061	93324	0	America/Chicago
4130392	Township of Scott	township-of-scott	Scott Township		US	AR	085	93327	0	America/Chicago
4130393	Township of Scott	township-of-scott	Scott Township		US	AR	093	93330	0	America/Chicago
4130394	Township of Scott	township-of-scott	Scott Township		US	AR	111	93333	0	America/Chicago
4130395	Township of Scott	township-of-scott	Scott Township		US	AR	135	93336	0	America/Chicago
4130441	Township of Searcy	township-of-searcy	Searcy Township		US	AR	037	93339	0	America/Chicago
4130509	Township of Self Creek	township-of-self-creek	Self Creek Township		US	AR	109	93345	0	America/Chicago
4130681	Township of Shady Grove	township-of-shady-grove	Shady Grove Township		US	AR	055	93348	0	America/Chicago
4130682	Township of Shady Grove	township-of-shady-grove	Shady Grove Township		US	AR	129	93351	0	America/Chicago
4130764	Township of Shaw	township-of-shaw	Shaw Township		US	AR	125	93354	0	America/Chicago
4130837	Township of Sherman	township-of-sherman	Sherman Township		US	AR	071	93360	0	America/Chicago
4130962	Township of Shiloh	township-of-shiloh	Shiloh Township		US	AR	121	93363	0	America/Chicago
4130999	Township of Shoal Creek	township-of-shoal-creek	Shoal Creek Township		US	AR	083	93366	0	America/Chicago
4131026	Township of Shores	township-of-shores	Shores Township		US	AR	047	93369	0	America/Chicago
4131058	Township of Short Mountain	township-of-short-mountain	Short Mountain Township		US	AR	083	93372	0	America/Chicago
4131127	Township of Siloam	township-of-siloam	Siloam Township		US	AR	121	93378	0	America/Chicago
4131142	Township of Silver Lake	township-of-silver-lake	Silver Lake Township		US	AR	041	93381	0	America/Chicago
4131181	Township of Simpson	township-of-simpson	Simpson Township		US	AR	053	93384	0	America/Chicago
4131221	Township of Six Mile	township-of-six-mile	Six Mile Township		US	AR	047	93387	0	America/Chicago
4131222	Township of Six Mile	township-of-six-mile	Six Mile Township,Sixmile Township,Township of Six Mile		US	AR	083	93390	0	America/Chicago
4131405	Township of Smackover	township-of-smackover	Smackover Township		US	AR	103	93393	0	America/Chicago
4131406	Township of Smackover	township-of-smackover	Smackover Township		US	AR	139	93396	0	America/Chicago
4131414	Township of Smart	township-of-smart	Smart Township		US	AR	137	93402	0	America/Chicago
4131500	Township of Smith	township-of-smith	Smith Township		US	AR	025	93405	0	America/Chicago
4131501	Township of Smith	township-of-smith	Smith Township		US	AR	037	93408	0	America/Chicago
4131502	Township of Smith	township-of-smith	Smith Township		US	AR	039	93411	0	America/Chicago
4131503	Township of Smith	township-of-smith	Smith Township		US	AR	079	93414	0	America/Chicago
4131504	Township of Smith	township-of-smith	Smith Township		US	AR	125	93417	0	America/Chicago
4131546	Township of Smyrna	township-of-smyrna	Smyrna Township		US	AR	115	93420	0	America/Chicago
4131677	Township of South Big Rock	township-of-south-big-rock	South Big Rock Township		US	AR	135	93426	0	America/Chicago
4131720	Township of South Fork	township-of-south-fork	South Fork Township		US	AR	049	93429	0	America/Chicago
4131731	Township of South Harrison	township-of-south-harrison	South Harrison Township		US	AR	009	93435	0	America/Chicago
4131753	Township of South Lebanon	township-of-south-lebanon	South Lebanon Township		US	AR	135	93438	0	America/Chicago
4131765	Township of South Saint Francis	township-of-south-saint-francis	South Saint Francis Township		US	AR	021	93439	0	America/Chicago
4131783	Township of South Union	township-of-south-union	South Union Township		US	AR	135	93441	0	America/Chicago
4131784	Township of Southall	township-of-southall	Southall Township		US	AR	039	93423	0	America/Chicago
4131786	Township of South Yocum	township-of-south-yocum	South Yocum Township		US	AR	015	93444	0	America/Chicago
4131868	Township of Spadra	township-of-spadra	Spadra Township		US	AR	071	93447	0	America/Chicago
4131998	Township of Spring Creek	township-of-spring-creek	Spring Creek Township		US	AR	077	93459	0	America/Chicago
4131999	Township of Spring Creek	township-of-spring-creek	Spring Creek Township		US	AR	107	93462	0	America/Chicago
4132004	Township of Spring Grove	township-of-spring-grove	Spring Grove Township		US	AR	055	93468	0	America/Chicago
4132029	Township of Spring Hill	township-of-spring-hill	Spring Hill Township		US	AR	043	93471	0	America/Chicago
4132072	Township of Spring River	township-of-spring-river	Spring River Township		US	AR	075	93477	0	America/Chicago
4132073	Township of Spring River	township-of-spring-river	Spring River Township		US	AR	121	93480	0	America/Chicago
4132090	Township of Spring	township-of-spring	Spring Township		US	AR	069	93450	0	America/Chicago
4132091	Township of Spring	township-of-spring	Spring Creek Township,Spring Township,Township of Spring		US	AR	079	93453	0	America/Chicago
4132092	Township of Spring	township-of-spring	Spring Township		US	AR	129	93456	0	America/Chicago
4132106	Township of Springdale	township-of-springdale	Springdale Township		US	AR	143	93465	0	America/Chicago
4132126	Township of Springhill	township-of-springhill	Springhill Township		US	AR	057	93474	0	America/Chicago
4132154	Township of Saint Francis	township-of-saint-francis	Saint Francis Township,St. Francis Township,Township of Saint Francis,Township of St. Francis		US	AR	077	93273	0	America/Chicago
4132155	Township of Saint Francis	township-of-saint-francis	Saint Francis Township,St. Francis Township,Township of Saint Francis,Township of St. Francis		US	AR	107	93276	0	America/Chicago
4132161	Township of Saint Vincent	township-of-saint-vincent	Saint Vincent Township,St. Vincent Township,Township of Saint Vincent,Township of St. Vincent		US	AR	029	93282	0	America/Chicago
4132183	Township of Saint Francis	township-of-saint-francis	Saint Francis Township,St. Francis Township,Township of Saint Francis,Township of St. Francis		US	AR	055	93270	0	America/Chicago
4132218	Township of Stanley	township-of-stanley	Stanley Township		US	AR	001	93483	0	America/Chicago
4132258	Township of Starr Hill	township-of-starr-hill	Star Hill Township,Starr Hill Township,Township of Starr Hill		US	AR	143	93486	0	America/Chicago
4132299	Township of Steel	township-of-steel	Steel Township		US	AR	073	93489	0	America/Chicago
4132305	Township of Steele	township-of-steele	Steele Township		US	AR	029	93492	0	America/Chicago
4132476	Township of Stonewall	township-of-stonewall	Stonewall Township		US	AR	071	93495	0	America/Chicago
4132558	Township of Strawberry	township-of-strawberry	Strawberry Township		US	AR	065	93501	0	America/Chicago
4132559	Township of Strawberry	township-of-strawberry	Strawberry Township		US	AR	075	93504	0	America/Chicago
4132560	Township of Strawberry	township-of-strawberry	Strawberry Township		US	AR	135	93507	0	America/Chicago
4132573	Township of Strawberry	township-of-strawberry	Strawberry Township		US	AR	049	93498	0	America/Chicago
4132664	Township of Sugar Camp	township-of-sugar-camp	Sugar Camp Township		US	AR	023	93510	0	America/Chicago
4132681	Township of Sugar Creek	township-of-sugar-creek	Sugar Creek Township		US	AR	055	93516	0	America/Chicago
4132682	Township of Sugar Creek	township-of-sugar-creek	Sugar Creek Township		US	AR	083	93519	0	America/Chicago
4132697	Township of Sugar Loaf	township-of-sugar-loaf	Sugar Loaf Township		US	AR	009	93522	0	America/Chicago
4132698	Township of Sugar Loaf	township-of-sugar-loaf	Sugar Loaf Township		US	AR	023	93525	0	America/Chicago
4132719	Township of Sugarloaf	township-of-sugarloaf	Sugar Loaf Township,Sugarloaf Township,Township of Sugarloaf		US	AR	131	93531	0	America/Chicago
4132797	Township of Sulphur Springs	township-of-sulphur-springs	Sulphur Springs Township		US	AR	149	93549	0	America/Chicago
4132800	Township of Sulphur	township-of-sulphur	Sulphur Township		US	AR	091	93537	0	America/Chicago
4132821	Township of Summit	township-of-summit	Summit Township		US	AR	009	93552	0	America/Chicago
4132826	Township of Sumpter	township-of-sumpter	Sumpter Township		US	AR	011	93558	0	America/Chicago
4133071	Township of Sylamore	township-of-sylamore	Sylamore Township		US	AR	137	93567	0	America/Chicago
4133128	Township of Talladega	township-of-talladega	Talladega Township		US	AR	069	93570	0	America/Chicago
4133160	Township of Tappan	township-of-tappan	Tappan Township		US	AR	107	93573	0	America/Chicago
4133197	Township of Tate	township-of-tate	Tate Township		US	AR	127	93576	0	America/Chicago
4133277	Township of Taylor	township-of-taylor	Taylor Township		US	AR	027	93579	0	America/Chicago
4133278	Township of Taylor	township-of-taylor	Taylor Township		US	AR	031	93582	0	America/Chicago
4133279	Township of Taylor	township-of-taylor	Taylor Township		US	AR	099	93585	0	America/Chicago
4133298	Township of Telico	township-of-telico	Telico Township		US	AR	123	93588	0	America/Chicago
4133345	Township of Tennessee	township-of-tennessee	Tennessee Township		US	AR	053	93591	0	America/Chicago
4133372	Township of Texas	township-of-texas	Texas Township		US	AR	031	93597	0	America/Chicago
4133373	Township of Texas	township-of-texas	Texas Township		US	AR	077	93600	0	America/Chicago
4133375	Township of Thacker	township-of-thacker	Thacker Township		US	AR	075	93603	0	America/Chicago
4133498	Township of Thompson	township-of-thompson	Thompson Township		US	AR	109	93606	0	America/Chicago
4133608	Township of Timbo	township-of-timbo	Timbo Township		US	AR	137	93609	0	America/Chicago
4133653	Township of Tollette	township-of-tollette	Tollette Township		US	AR	061	93615	0	America/Chicago
4133684	Township of Tomahawk	township-of-tomahawk	Tomahawk Township		US	AR	129	93618	0	America/Chicago
4133693	Township of Tomlinson	township-of-tomlinson	Tomlinson Township		US	AR	083	93619	0	America/Chicago
4133694	Township of Tomlinson	township-of-tomlinson	Tomlinson Township		US	AR	127	93620	0	America/Chicago
4133708	Township of Tontitown	township-of-tontitown	Tontitown Township		US	AR	143	93623	0	America/Chicago
4133718	Township of Totten	township-of-totten	Totten Township		US	AR	085	93625	0	America/Chicago
4133758	Township 1	township-1	Township 1,Township 1 Township,Township of Township 1		US	AR	007	93626	0	America/Chicago
4133759	Township 10	township-10	Township 10,Township 10 Township,Township of Township 10		US	AR	007	93644	0	America/Chicago
4133760	Township 11	township-11	Township 11,Township 11 Township,Township of Township 11		US	AR	007	93645	0	America/Chicago
4133761	Township 12	township-12	Township 12,Township 12 Township,Township of Township 12		US	AR	007	93646	0	America/Chicago
4133762	Township 13	township-13	Township 13,Township 13 Township,Township of Township 13		US	AR	007	93647	0	America/Chicago
4133763	Township 2	township-2	Township 2,Township 2 Township,Township of Township 2		US	AR	007	93628	0	America/Chicago
4133764	Township 3	township-3	Township 3,Township 3 Township,Township of Township 3		US	AR	007	93630	0	America/Chicago
4133765	Township 4	township-4	Township 4,Township 4 Township,Township of Township 4		US	AR	007	93632	0	America/Chicago
4133766	Township 5	township-5	Township 5,Township 5 Township,Township of Township 5		US	AR	007	93634	0	America/Chicago
4133767	Township 6	township-6	Township 6,Township 6 Township,Township of Township 6		US	AR	007	93636	0	America/Chicago
4133768	Township 7	township-7	Township 7,Township 7 Township,Township of Township 7		US	AR	007	93638	0	America/Chicago
4133769	Township 8	township-8	Township 8,Township 8 Township,Township of Township 8		US	AR	007	93640	0	America/Chicago
4133770	Township 9	township-9	Township 9,Township 9 Township,Township of Township 9		US	AR	007	93642	0	America/Chicago
4133807	Township of Traskwood	township-of-traskwood	Traskwood Township		US	AR	125	93648	0	America/Chicago
4133941	Township of Tubal	township-of-tubal	Tubal Township		US	AR	139	93650	0	America/Chicago
4134056	Township of Turkey Creek	township-of-turkey-creek	Turkey Creek Township		US	AR	137	93651	0	America/Chicago
4134192	Township of Twist	township-of-twist	Twist Township		US	AR	037	93652	0	America/Chicago
4134218	Township of Tyler	township-of-tyler	Tyler Township		US	AR	105	93653	0	America/Chicago
4134219	Township of Tyler	township-of-tyler	Tyler Township		US	AR	117	93654	0	America/Chicago
4134240	Township of Tyronza	township-of-tyronza	Township of Tyronza,Tyranga Township,Tyronza Township		US	AR	035	93655	0	America/Chicago
4134241	Township of Tyronza	township-of-tyronza	Township of Tyronza,Tyrangia Township,Tyronza Township		US	AR	037	93657	0	America/Chicago
4134242	Township of Tyronza	township-of-tyronza	Tyronza Township		US	AR	111	93660	0	America/Chicago
4134254	Township of Umpire	township-of-umpire	Umpire Township		US	AR	061	93663	0	America/Chicago
4134445	Township of Union Valley	township-of-union-valley	Union Valley Township		US	AR	105	93735	0	America/Chicago
4134446	Township of Union	township-of-union	Union Township		US	AR	003	93666	0	America/Chicago
4134447	Township of Union	township-of-union	Union Township		US	AR	005	93669	0	America/Chicago
4134448	Township of Union	township-of-union	Union Township		US	AR	029	93672	0	America/Chicago
4134450	Township of Union	township-of-union	Union Township		US	AR	045	93678	0	America/Chicago
4134451	Township of Union	township-of-union	Union Township		US	AR	049	93681	0	America/Chicago
4134453	Township of Union	township-of-union	Union Township		US	AR	055	93687	0	America/Chicago
4134455	Township of Union	township-of-union	Union Township		US	AR	065	93693	0	America/Chicago
4134456	Township of Union	township-of-union	Union Township		US	AR	067	93696	0	America/Chicago
4134457	Township of Union	township-of-union	Union Township		US	AR	077	93699	0	America/Chicago
4134459	Township of Union	township-of-union	Union Township		US	AR	099	93705	0	America/Chicago
4134461	Township of Union	township-of-union	Union Township		US	AR	103	93711	0	America/Chicago
4134462	Township of Union	township-of-union	Union Township		US	AR	105	93714	0	America/Chicago
4134463	Township of Union	township-of-union	Bridge Bend Township,Township of Union,Union Township		US	AR	117	93717	0	America/Chicago
4134464	Township of Union	township-of-union	Union Township		US	AR	121	93720	0	America/Chicago
4134465	Township of Union	township-of-union	Union Township		US	AR	125	93723	0	America/Chicago
4134466	Township of Union	township-of-union	Union Township		US	AR	137	93726	0	America/Chicago
4134467	Township of Union	township-of-union	Union Township		US	AR	141	93729	0	America/Chicago
4134468	Township of Union	township-of-union	Union Township		US	AR	145	93732	0	America/Chicago
4134567	Township of Upper North	township-of-upper-north	Upper North Township		US	AR	135	93744	0	America/Chicago
4134585	Township of Upper Surrounded Hill	township-of-upper-surrounded-hill	Township of Upper Surrounded Hill,Upper Hill Township,Upper Surrounded Hill Township		US	AR	117	93747	0	America/Chicago
4134593	Township of Upper	township-of-upper	Upper Township		US	AR	033	93738	0	America/Chicago
4134594	Township of Upper	township-of-upper	Upper Township		US	AR	131	93741	0	America/Chicago
4134675	Township of Valley	township-of-valley	Valley Township		US	AR	023	93750	0	America/Chicago
4134677	Township of Valley	township-of-valley	Valley Township		US	AR	059	93756	0	America/Chicago
4134678	Township of Valley	township-of-valley	Valley Township		US	AR	087	93759	0	America/Chicago
4134679	Township of Valley	township-of-valley	Valley Township		US	AR	103	93762	0	America/Chicago
4134680	Township of Valley	township-of-valley	Valley Township		US	AR	115	93765	0	America/Chicago
4134681	Township of Valley	township-of-valley	Mountain Township,Township of Valley,Valley Township		US	AR	143	93768	0	America/Chicago
4134705	Township of Van Buren	township-of-van-buren	Van Buren Township		US	AR	033	93771	0	America/Chicago
4134706	Township of Van Buren	township-of-van-buren	Van Buren Township		US	AR	101	93774	0	America/Chicago
4134707	Township of Van Buren	township-of-van-buren	Van Buren Township		US	AR	139	93777	0	America/Chicago
4134763	Township of Vaugine	township-of-vaugine	Vaugine Township		US	AR	069	93783	0	America/Chicago
4134764	Township of Veasey	township-of-veasey	Veasey Township		US	AR	043	93786	0	America/Chicago
4233071	Township of Avena	township-of-avena	Avena Township		US	IL	051	03155	0	America/Chicago
4134772	Township of Velvet Ridge	township-of-velvet-ridge	Velvet Ridge Township		US	AR	145	93789	0	America/Chicago
4134812	Township of Victoria	township-of-victoria	Victoria Township		US	AR	069	93795	0	America/Chicago
4134828	Township of Vidette	township-of-vidette	Vidette Township		US	AR	049	93798	0	America/Chicago
4134850	Township of Village	township-of-village	Village Township		US	AR	027	93801	0	America/Chicago
4134851	Township of Village	township-of-village	Village Township		US	AR	067	93804	0	America/Chicago
4134852	Township of Villemont	township-of-villemont	Villemont Township		US	AR	069	93807	0	America/Chicago
4134872	Township of Vine Prairie	township-of-vine-prairie	Vine Prairie Township		US	AR	033	93810	0	America/Chicago
4134887	Township of Vineyard	township-of-vineyard	Vineyard Township		US	AR	143	93813	0	America/Chicago
4134895	Township of Violet Hill	township-of-violet-hill	Violet Hill Township		US	AR	065	93816	0	America/Chicago
4134998	Township of Waldo	township-of-waldo	Waldo Township		US	AR	027	93822	0	America/Chicago
4135044	Township of Walker Creek	township-of-walker-creek	Walker Creek Township		US	AR	073	93834	0	America/Chicago
4135070	Township of Walker	township-of-walker	Walker Township		US	AR	045	93825	0	America/Chicago
4135071	Township of Walker	township-of-walker	Walker Township		US	AR	047	93828	0	America/Chicago
4135072	Township of Walker	township-of-walker	Walker Township		US	AR	145	93831	0	America/Chicago
4135102	Township of Wallace	township-of-wallace	Wallace Township		US	AR	047	93840	0	America/Chicago
4135103	Township of Wallace	township-of-wallace	Wallace Township		US	AR	081	93843	0	America/Chicago
4135107	Township of Wallaceburg	township-of-wallaceburg	Wallaceburg Township		US	AR	057	93849	0	America/Chicago
4135122	Township of Walls	township-of-walls	Walls Township		US	AR	085	93852	0	America/Chicago
4135132	Township of Walnut Corner	township-of-walnut-corner	Walnut Corner Township		US	AR	055	93867	0	America/Chicago
4135200	Township of Walnut Lake	township-of-walnut-lake	Walnut Lake Township		US	AR	041	93870	0	America/Chicago
4135262	Township of Wappanocca	township-of-wappanocca	Wappanocca Township		US	AR	035	93873	0	America/Chicago
4135274	Township of War Eagle	township-of-war-eagle	War Eagle Township		US	AR	087	93888	0	America/Chicago
4135313	Township of Ward	township-of-ward	Ward Township		US	AR	085	93879	0	America/Chicago
4135314	Township of Ward	township-of-ward	Ward Township		US	AR	149	93882	0	America/Chicago
4135318	Township of Ward	township-of-ward	Ward Township		US	AR	071	93876	0	America/Chicago
4135338	Township of Warm Springs	township-of-warm-springs	Warm Springs Township		US	AR	121	93891	0	America/Chicago
4135384	Township of Washburn	township-of-washburn	Washburn Township		US	AR	083	93894	0	America/Chicago
4135385	Township of Washburn	township-of-washburn	Washburn Township		US	AR	131	93897	0	America/Chicago
4135412	Township of Washington	township-of-washington	Washington Township		US	AR	011	93903	0	America/Chicago
4135413	Township of Washington	township-of-washington	Washington Township		US	AR	029	93906	0	America/Chicago
4135414	Township of Washington	township-of-washington	Washington Township		US	AR	049	93909	0	America/Chicago
4135415	Township of Washington	township-of-washington	Washington Township		US	AR	053	93912	0	America/Chicago
4135416	Township of Washington	township-of-washington	Washington Township		US	AR	063	93915	0	America/Chicago
4135417	Township of Washington	township-of-washington	Washington Township		US	AR	069	93918	0	America/Chicago
4135418	Township of Washington	township-of-washington	Washington Township		US	AR	103	93921	0	America/Chicago
4135420	Township of Washington	township-of-washington	Washington Township		US	AR	135	93927	0	America/Chicago
4135421	Township of Washington	township-of-washington	Washington Township		US	AR	137	93930	0	America/Chicago
4135422	Township of Washington	township-of-washington	Washington Township		US	AR	141	93933	0	America/Chicago
4135433	Township of Watensaw	township-of-watensaw	Township of Watensaw,Watensaw Township,Wattensaw Township		US	AR	117	93939	0	America/Chicago
4135438	Township of Watalula	township-of-watalula	Watalula Township		US	AR	047	93936	0	America/Chicago
4135443	Township of Water Creek	township-of-water-creek	Water Creek Township		US	AR	057	93942	0	America/Chicago
4135445	Township of Water Valley	township-of-water-valley	Water Valley Township		US	AR	121	93948	0	America/Chicago
4135528	Township of Waveland	township-of-waveland	Waveland Township		US	AR	149	93951	0	America/Chicago
4135565	Township of Weaver	township-of-weaver	Weaver Township		US	AR	047	93954	0	America/Chicago
4135604	Township of Wedington	township-of-wedington	Township of Wedington,Weddington Township,Wedington Township		US	AR	143	93957	0	America/Chicago
4135625	Township of Welborn	township-of-welborn	Welborn Township		US	AR	029	93960	0	America/Chicago
4135653	Township of Wells Bayou	township-of-wells-bayou	Wells Bayou Township		US	AR	079	93963	0	America/Chicago
4135709	Township of Wesson	township-of-wesson	Wesson Township		US	AR	139	93966	0	America/Chicago
4135829	Township of West Fork	township-of-west-fork	West Fork Township		US	AR	143	93969	0	America/Chicago
4135838	Township of West Griggs	township-of-west-griggs	West Griggs Township		US	AR	141	93970	0	America/Chicago
4135875	Township of West Oak Bluff	township-of-west-oak-bluff	West Oak Bluff Township		US	AR	021	93971	0	America/Chicago
4135889	Township of West Prairie	township-of-west-prairie	West Prairie Township		US	AR	111	93973	0	America/Chicago
4135924	Township of West Sullivan	township-of-west-sullivan	West Sullivan Township		US	AR	135	93975	0	America/Chicago
4136042	Township of Wheatley	township-of-wheatley	Wheatley Township		US	AR	123	93981	0	America/Chicago
4136065	Township of Wheeler	township-of-wheeler	Wheeler Township		US	AR	141	93984	0	America/Chicago
4136152	Township of White Eagle	township-of-white-eagle	White Eagle Township		US	AR	029	93999	0	America/Chicago
4136260	Township of White Oak	township-of-white-oak	White Oak Township		US	AR	025	94002	0	America/Chicago
4136261	Township of White Oak	township-of-white-oak	White Oak Township		US	AR	047	94005	0	America/Chicago
4136262	Township of White Oak	township-of-white-oak	White Oak Township		US	AR	131	94008	0	America/Chicago
4136276	Township of White River	township-of-white-river	White River Township		US	AR	063	94011	0	America/Chicago
4136277	Township of White River	township-of-white-river	White River Township		US	AR	065	94014	0	America/Chicago
4136280	Township of White River	township-of-white-river	White River Township		US	AR	117	94023	0	America/Chicago
4136281	Township of White River	township-of-white-river	White River Township		US	AR	143	94026	0	America/Chicago
4136282	Township of White River	township-of-white-river	White River Township		US	AR	147	94029	0	America/Chicago
4136294	Township of White Rock	township-of-white-rock	White Rock Township		US	AR	047	94032	0	America/Chicago
4136304	Township of White	township-of-white	White Township		US	AR	003	93987	0	America/Chicago
4136305	Township of White	township-of-white	White Township		US	AR	101	93990	0	America/Chicago
4136306	Township of White	township-of-white	White Township		US	AR	109	93993	0	America/Chicago
4136307	Township of White	township-of-white	White Township		US	AR	113	93996	0	America/Chicago
4136355	Township of Whiteville	township-of-whiteville	Whiteville Township		US	AR	005	94035	0	America/Chicago
4136356	Township of Whiteville	township-of-whiteville	Whiteville Township		US	AR	025	94038	0	America/Chicago
4136357	Township of Whiteville	township-of-whiteville	Whiteville Township		US	AR	069	94041	0	America/Chicago
4136364	Township of Whitley	township-of-whitley	Township of Whitley,Whitley Township,Whitney Township		US	AR	033	94044	0	America/Chicago
4136392	Township of Whittington	township-of-whittington	Whittington Township		US	AR	051	94047	0	America/Chicago
4136400	Township of Whitton	township-of-whitton	Township of Whitton,Whitten Township,Whitton Township		US	AR	093	94050	0	America/Chicago
4136443	Township of Wilburn	township-of-wilburn	Wilburn Township		US	AR	023	94053	0	America/Chicago
4136511	Township of Wiley	township-of-wiley	Wiley Township		US	AR	121	94059	0	America/Chicago
4136513	Township of Wileys Cove	township-of-wileys-cove	Wileys Cove Township		US	AR	129	94062	0	America/Chicago
4136608	Township of Williams	township-of-williams	Williams Township		US	AR	085	94065	0	America/Chicago
4136654	Township of Willis	township-of-willis	Willis Township		US	AR	111	94068	0	America/Chicago
4136687	Township of Wilmington	township-of-wilmington	Wilmington Township		US	AR	139	94074	0	America/Chicago
4136691	Township of Wilmot	township-of-wilmot	Wilmot Township		US	AR	003	94077	0	America/Chicago
4136701	Township of Willow	township-of-willow	Willow Township		US	AR	039	94071	0	America/Chicago
4136757	Township of Wilson	township-of-wilson	Wilson Township		US	AR	045	94083	0	America/Chicago
4136758	Township of Wilson	township-of-wilson	Wilson Township		US	AR	049	94086	0	America/Chicago
4136759	Township of Wilson	township-of-wilson	Wilson Township		US	AR	115	94089	0	America/Chicago
4136760	Township of Wilson	township-of-wilson	Wilson Township		US	AR	137	94092	0	America/Chicago
4136795	Township of Winfrey	township-of-winfrey	Winfrey Township		US	AR	033	94098	0	America/Chicago
4136826	Township of Winona	township-of-winona	Winona Township		US	AR	015	94101	0	America/Chicago
4136835	Township of Winslow	township-of-winslow	Winslow Township		US	AR	143	94104	0	America/Chicago
4136868	Township of Wittich	township-of-wittich	Wittich Township		US	AR	047	94107	0	America/Chicago
4136909	Township of Wolf Creek	township-of-wolf-creek	Wolf Creek Township		US	AR	109	94110	0	America/Chicago
4137195	Township of Wye	township-of-wye	Wye Township		US	AR	105	94119	0	America/Chicago
4137209	Township of Wyman	township-of-wyman	Wyman Township		US	AR	143	94122	0	America/Chicago
4137228	Township of Wynne	township-of-wynne	Wynne Township		US	AR	037	94125	0	America/Chicago
4137319	Township of York	township-of-york	York Township		US	AR	085	94131	0	America/Chicago
4137375	Township of Zinc	township-of-zinc	Zinc Township		US	AR	009	94134	0	America/Chicago
4171272	Town of Saint Lucie Village	town-of-saint-lucie-village			US	FL	111	4171272	590	America/New_York
4232601	Township of Alhambra	township-of-alhambra	Alhambra Township		US	IL	119	00750	0	America/Chicago
4232645	Township of Allison	township-of-allison	Allison Township		US	IL	101	00906	0	America/Chicago
4232651	Township of Alma	township-of-alma	Alma Township		US	IL	121	00932	0	America/Chicago
4232701	Township of Alton	township-of-alton	Alton Township		US	IL	119	01127	0	America/Chicago
4232763	Township of Anderson	township-of-anderson	Anderson Township		US	IL	023	01465	0	America/Chicago
4232870	Township of Arcola	township-of-arcola	Arcola Township		US	IL	041	01894	0	America/Chicago
4232875	Township of Arenzville	township-of-arenzville	Arenzville Township		US	IL	017	01959	0	America/Chicago
4232908	Township of Arrington	township-of-arrington	Arrington Township		US	IL	191	02297	0	America/Chicago
4232938	Township of Asbury	township-of-asbury	Asbury Township		US	IL	059	02427	0	America/Chicago
4232947	Township of Ash Grove	township-of-ash-grove	Ash Grove Township		US	IL	173	02466	0	America/Chicago
4232962	Township of Ashland	township-of-ashland	Ashland Township		US	IL	017	02518	0	America/Chicago
4232972	Township of Ashley	township-of-ashley	Ashley Township		US	IL	189	02544	0	America/Chicago
4232979	Township of Ashmore	township-of-ashmore	Ashmore Township		US	IL	029	02570	0	America/Chicago
4232992	Township of Assumption	township-of-assumption	Assumption Township		US	IL	021	02622	0	America/Chicago
4233005	Township of Athensville	township-of-athensville	Athensville Township		US	IL	061	02700	0	America/Chicago
4233032	Township of Atlas	township-of-atlas	Atlas Township		US	IL	149	02791	0	America/Chicago
4233041	Township of Auburn	township-of-auburn	Auburn Township		US	IL	023	02908	0	America/Chicago
4233042	Township of Auburn	township-of-auburn	Auburn Township		US	IL	167	02928	0	America/Chicago
4233046	Township of Audubon	township-of-audubon	Audubon Township		US	IL	135	02960	0	America/Chicago
4233066	Township of Austin	township-of-austin	Austin Township		US	IL	115	03051	0	America/Chicago
4233083	Township of Ayers	township-of-ayers	Ayers Township		US	IL	019	03246	0	America/Chicago
4233144	Township of Bald Hill	township-of-bald-hill	Bald Hill Township		US	IL	081	03428	0	America/Chicago
4233170	Township of Ball	township-of-ball	Ball Township		US	IL	167	03506	0	America/Chicago
4233187	Township of Banner	township-of-banner	Banner Township		US	IL	049	03558	0	America/Chicago
4233235	Township of Barnhill	township-of-barnhill	Barnhill Township		US	IL	191	03753	0	America/Chicago
4233244	Township of Barr	township-of-barr	Barr Township		US	IL	117	03792	0	America/Chicago
4233250	Township of Barren	township-of-barren	Barren Township		US	IL	055	03818	0	America/Chicago
4233260	Township of Barry	township-of-barry	Barry Township		US	IL	149	03974	0	America/Chicago
4233367	Township of Bear Creek	township-of-bear-creek	Bear Creek Township		US	IL	021	04325	0	America/Chicago
4233368	Township of Bear Grove	township-of-bear-grove	Bear Grove Township		US	IL	051	04377	0	America/Chicago
4233394	Township of Beaucoup	township-of-beaucoup	Beaucoup Township		US	IL	189	04442	0	America/Chicago
4233405	Township of Beaver Creek	township-of-beaver-creek	Beaver Creek Township		US	IL	065	04481	0	America/Chicago
4233444	Township of Bedford	township-of-bedford	Bedford Township		US	IL	191	04559	0	America/Chicago
4233538	Township of Belleville	township-of-belleville	Belleville Township		US	IL	163	04858	0	America/Chicago
4233560	Township of Bement	township-of-bement	Bement Township		US	IL	147	05157	0	America/Chicago
4233606	Township of Benton	township-of-benton	Benton Township		US	IL	055	05313	0	America/Chicago
4233648	Township of Berry	township-of-berry	Berry Township		US	IL	191	05521	0	America/Chicago
4233822	Township of Beverly	township-of-beverly	Beverly Township		US	IL	001	05742	0	America/Chicago
4233831	Township of Bible Grove	township-of-bible-grove	Bible Grove Township		US	IL	025	05807	0	America/Chicago
4233890	Township of Big Mound	township-of-big-mound	Big Mound Township		US	IL	191	05950	0	America/Chicago
4233908	Township of Big Spring	township-of-big-spring	Big Spring Township		US	IL	173	06002	0	America/Chicago
4233939	Township of Bird	township-of-bird	Bird Township		US	IL	117	06067	0	America/Chicago
4233952	Township of Bishop	township-of-bishop	Bishop Township		US	IL	049	06145	0	America/Chicago
4234026	Township of Blair	township-of-blair	Blair Township		US	IL	025	06392	0	America/Chicago
4234043	Township of Blissville	township-of-blissville	Blissville Township		US	IL	081	06496	0	America/Chicago
4234087	Township of Blue Mound	township-of-blue-mound	Blue Mound Township		US	IL	115	06769	0	America/Chicago
4234124	Township of Bluffdale	township-of-bluffdale	Bluffdale Township		US	IL	061	06860	0	America/Chicago
4234173	Township of Bolo	township-of-bolo	Bolo Township		US	IL	189	07172	0	America/Chicago
4234197	Township of Bond	township-of-bond	Bond Township		US	IL	101	07198	0	America/Chicago
4234214	Township of Bonpas	township-of-bonpas	Bompas Township,Bonpas Township,Bonpass Township,Township of Bonpas		US	IL	159	07289	0	America/Chicago
4234269	Township of Bourbon	township-of-bourbon	Bourbon Township		US	IL	041	07458	0	America/Chicago
4234272	Township of Bowdre	township-of-bowdre	Bowdre Township		US	IL	041	07497	0	America/Chicago
4234284	Township of Bowlesville	township-of-bowlesville	Bowlesville Township		US	IL	059	07536	0	America/Chicago
4234289	Township of Bowling Green	township-of-bowling-green	Bowling Green Township		US	IL	051	07562	0	America/Chicago
4234337	Township of Bradley	township-of-bradley	Bradley Township		US	IL	077	07731	0	America/Chicago
4234365	Township of Breese	township-of-breese	Breese Township		US	IL	027	07926	0	America/Chicago
4234420	Township of Bridgeport	township-of-bridgeport	Bridgeport Township		US	IL	101	08199	0	America/Chicago
4234440	Township of Brighton	township-of-brighton	Brighton Township		US	IL	117	08277	0	America/Chicago
4234496	Township of Brookside	township-of-brookside	Brookside Township		US	IL	027	08732	0	America/Chicago
4234506	Township of Brouilletts Creek	township-of-brouilletts-creek	Brouilletts Creek Township		US	IL	045	08901	0	America/Chicago
4234559	Township of Browning	township-of-browning	Browning Township		US	IL	055	08940	0	America/Chicago
4234665	Township of Brushy Mound	township-of-brushy-mound	Brushy Mound Township		US	IL	117	09135	0	America/Chicago
4234695	Township of Brushy	township-of-brushy	Brushy Township		US	IL	165	09122	0	America/Chicago
4234714	Township of Buck	township-of-buck	Buck Township		US	IL	045	09213	0	America/Chicago
4234733	Township of Buckhart	township-of-buckhart	Buckhart Township		US	IL	021	09239	0	America/Chicago
4234743	Township of Buckhorn	township-of-buckhorn	Buckhorn Township		US	IL	009	09291	0	America/Chicago
4234766	Township of Buffalo Hart	township-of-buffalo-hart	Buffalo Hart Township		US	IL	167	09486	0	America/Chicago
4234824	Township of Bunker Hill	township-of-bunker-hill	Bunker Hill Township		US	IL	117	09590	0	America/Chicago
4234849	Township of Burgess	township-of-burgess	Burgess Township		US	IL	005	09694	0	America/Chicago
4234879	Township of Burnt Prairie	township-of-burnt-prairie	Burnt Prairie Township		US	IL	193	09902	0	America/Chicago
4234900	Township of Burton	township-of-burton	Burton Township		US	IL	001	10019	0	America/Chicago
4234923	Township of Butler Grove	township-of-butler-grove	Butler Grove Township		US	IL	135	10175	0	America/Chicago
4234981	Township of Cahokia	township-of-cahokia	Cahokia Township		US	IL	117	10357	0	America/Chicago
4235070	Township of Camargo	township-of-camargo	Camargo Township		US	IL	041	10604	0	America/Chicago
4235174	Township of Canteen	township-of-canteen	Canteen Township		US	IL	163	10968	0	America/Chicago
4235184	Township of Capital	township-of-capital	Capital Township		US	IL	167	11046	0	America/Chicago
4235201	Township of Carbondale	township-of-carbondale	Carbondale Township		US	IL	077	11170	0	America/Chicago
4235222	Township of Carlinville	township-of-carlinville	Carlinville Township		US	IL	117	11209	0	America/Chicago
4235243	Township of Carlyle	township-of-carlyle	Carlyle Township		US	IL	027	11241	0	America/Chicago
4235254	Township of Carmi	township-of-carmi	Carmi Township		US	IL	193	11306	0	America/Chicago
4235278	Township of Carrier Mills	township-of-carrier-mills	Carrier Mills Township,Township of Carrier Mills,Township of Carriers Mills		US	IL	165	11404	0	America/Chicago
4235281	Township of Carrigan	township-of-carrigan	Carrigan Township		US	IL	121	11436	0	America/Chicago
4235287	Township of Carroll	township-of-carroll	Carroll Township		US	IL	183	11449	0	America/Chicago
4235294	Township of Carrollton	township-of-carrollton	Carrollton Township		US	IL	061	11475	0	America/Chicago
4235300	Township of Carson	township-of-carson	Carson Township		US	IL	051	11501	0	America/Chicago
4235325	Township of Cartwright	township-of-cartwright	Cartwright Township		US	IL	167	11579	0	America/Chicago
4235353	Township of Casey	township-of-casey	Casey Township		US	IL	023	11631	0	America/Chicago
4235357	Township of Caseyville	township-of-caseyville	Caseyville Township		US	IL	163	11657	0	America/Chicago
4235361	Township of Casner	township-of-casner	Casner Township		US	IL	081	11670	0	America/Chicago
4235412	Township of Cave	township-of-cave	Cave Township		US	IL	055	11813	0	America/Chicago
4235585	Township of Central	township-of-central	Central Township		US	IL	005	12112	0	America/Chicago
4235599	Township of Centralia	township-of-centralia	Centralia Township		US	IL	121	12177	0	America/Chicago
4235603	Township of Centreville	township-of-centreville	Centreville Township		US	IL	163	12210	0	America/Chicago
4235612	Township of Cerro Gordo	township-of-cerro-gordo	Cerro Gordo Township		US	IL	147	12275	0	America/Chicago
4235626	Township of Chambersburg	township-of-chambersburg	Chambersburg Township		US	IL	149	12359	0	America/Chicago
4235674	Township of Charleston	township-of-charleston	Charleston Township		US	IL	029	12580	0	America/Chicago
4235688	Township of Chatham	township-of-chatham	Chatham Township		US	IL	167	12697	0	America/Chicago
4235731	Township of Chesterfield	township-of-chesterfield	Chesterfield Township		US	IL	117	13178	0	America/Chicago
4235765	Township of Chouteau	township-of-chouteau	Chouteau Township		US	IL	119	14260	0	America/Chicago
4235813	Township of Christy	township-of-christy	Christy Township		US	IL	101	14299	0	America/Chicago
4235909	Township of Cincinnati	township-of-cincinnati	Cincinnati Township		US	IL	149	14390	0	America/Chicago
4235939	Township of Claremont	township-of-claremont	Claremont Township		US	IL	159	14546	0	America/Chicago
4235972	Township of Clarksburg	township-of-clarksburg	Clarksburg Township		US	IL	173	14637	0	America/Chicago
4235991	Township of Clay City	township-of-clay-city	Clay City Township		US	IL	025	14728	0	America/Chicago
4236027	Township of Clear Lake	township-of-clear-lake	Clear Lake Township		US	IL	167	14858	0	America/Chicago
4236041	Township of Clement	township-of-clement	Clement Township		US	IL	027	14884	0	America/Chicago
4236145	Township of Cold Spring	township-of-cold-spring	Cold Spring Township		US	IL	173	15417	0	America/Chicago
4236201	Township of Collinsville	township-of-collinsville	Collinsville Township		US	IL	119	15612	0	America/Chicago
4236231	Township of Columbus	township-of-columbus	Columbus Township		US	IL	001	15859	0	America/Chicago
4236288	Township of Concord	township-of-concord	Concord Township		US	IL	001	16015	0	America/Chicago
4236370	Township of Cooper	township-of-cooper	Cooper Township		US	IL	167	16223	0	America/Chicago
4236373	Township of Cooperstown	township-of-cooperstown	Cooperstown Township		US	IL	009	16262	0	America/Chicago
4236426	Township of Cottage	township-of-cottage	Cottage Township		US	IL	165	16535	0	America/Chicago
4236435	Township of Cotton Hill	township-of-cotton-hill	Cotton Hill Township		US	IL	167	16574	0	America/Chicago
4236476	Township of Cottonwood	township-of-cottonwood	Cottonwood Township		US	IL	035	16587	0	America/Chicago
4236481	Township of Covington	township-of-covington	Covington Township		US	IL	189	17042	0	America/Chicago
4236629	Township of Crittenden	township-of-crittenden	Crittenden Township		US	IL	019	17588	0	America/Chicago
4236635	Township of Crook	township-of-crook	Crook Township		US	IL	065	17627	0	America/Chicago
4236651	Township of Crooked Creek	township-of-crooked-creek	Crooked Creek Township		US	IL	079	17653	0	America/Chicago
4236654	Township of Crooked Creek	township-of-crooked-creek	Crooked Creek Township		US	IL	035	17640	0	America/Chicago
4236690	Township of Crouch	township-of-crouch	Crouch Township		US	IL	065	17809	0	America/Chicago
4236758	Township of Curran	township-of-curran	Curran Township		US	IL	167	18160	0	America/Chicago
4236788	Township of Dahlgren	township-of-dahlgren	Dahlgren Township		US	IL	065	18316	0	America/Chicago
4236827	Township of Darwin	township-of-darwin	Darwin Township		US	IL	023	18680	0	America/Chicago
4236873	Township of De Soto	township-of-de-soto	De Soto Township		US	IL	077	19629	0	America/Chicago
4236910	Township of Decatur	township-of-decatur	Decatur Township		US	IL	115	18836	0	America/Chicago
4236916	Township of Decker	township-of-decker	Decker Township		US	IL	159	18862	0	America/Chicago
4236975	Township of Denison	township-of-denison	Denison Township		US	IL	101	19395	0	America/Chicago
4236984	Township of Denning	township-of-denning	Denning Township		US	IL	055	19421	0	America/Chicago
4236987	Township of Degognia	township-of-degognia	De Gognia Township,Degognia Township,Degonia Town,Township of Degognia		US	IL	077	19148	0	America/Chicago
4236996	Township of Denver	township-of-denver	Denver Township		US	IL	159	19486	0	America/Chicago
4237003	Township of Derry	township-of-derry	Derry Township		US	IL	149	19577	0	America/Chicago
4237005	Township of Detroit	township-of-detroit	Detroit Township		US	IL	149	19694	0	America/Chicago
4237080	Township of Divernon	township-of-divernon	Divernon Township		US	IL	167	20058	0	America/Chicago
4237120	Township of Dodds	township-of-dodds	Dodds Township		US	IL	081	20227	0	America/Chicago
4237148	Township of Dolson	township-of-dolson	Dolson Township		US	IL	023	20279	0	America/Chicago
4237176	Township of Dora	township-of-dora	Dora Township		US	IL	139	20344	0	America/Chicago
4237179	Township of Dorchester	township-of-dorchester	Dorchester Township		US	IL	117	20383	0	America/Chicago
4237231	Township of Douglas	township-of-douglas	Douglas Township		US	IL	023	20461	0	America/Chicago
4237232	Township of Douglas	township-of-douglas	Douglas Township		US	IL	049	20474	0	America/Chicago
4237303	Township of Dry Point	township-of-dry-point	Dry Point Township		US	IL	173	20851	0	America/Chicago
4237311	Township of Du Bois	township-of-du-bois	Du Bois Township		US	IL	189	20877	0	America/Chicago
4237441	Township of Eagle Creek	township-of-eagle-creek	Eagle Creek Township		US	IL	059	21449	0	America/Chicago
4237510	Township of East Eldorado	township-of-east-eldorado	East Eldorado Township		US	IL	165	21709	0	America/Chicago
4237531	Township of East Fork	township-of-east-fork	East Fork Township		US	IL	027	21748	0	America/Chicago
4237533	Township of East Fork	township-of-east-fork	East Fork Township		US	IL	135	21761	0	America/Chicago
4237561	Township of East Nelson	township-of-east-nelson	East Nelson Township		US	IL	139	22099	0	America/Chicago
4237563	Township of East Oakland	township-of-east-oakland	East Oakland Township		US	IL	029	22138	0	America/Chicago
4237613	Township of Eastern	township-of-eastern	Eastern Township		US	IL	055	21735	0	America/Chicago
4237675	Township of Edgar	township-of-edgar	Edgar Township		US	IL	045	22502	0	America/Chicago
4237726	Township of Edwardsville	township-of-edwardsville	Edwardsville Township		US	IL	119	22710	0	America/Chicago
4237761	Township of Elbridge	township-of-elbridge	Elbridge Township		US	IL	045	22912	0	America/Chicago
4237794	Township of Elk Prairie	township-of-elk-prairie	Elk Prairie Township		US	IL	081	23334	0	America/Chicago
4237795	Township of Elk	township-of-elk	Elk Township		US	IL	077	23217	0	America/Chicago
4237797	Township of Elkhart	township-of-elkhart	Elkhart Township		US	IL	107	23282	0	America/Chicago
4237801	Township of Elkhorn	township-of-elkhorn	Elkhorn Township		US	IL	009	23308	0	America/Chicago
4237824	Township of Ellington	township-of-ellington	Ellington Township		US	IL	001	23412	0	America/Chicago
4237871	Township of Elm River	township-of-elm-river	Elm River Township		US	IL	191	23685	0	America/Chicago
4237892	Township of Elsah	township-of-elsah	Elsah Township		US	IL	083	23789	0	America/Chicago
4237906	Township of Elwood	township-of-elwood	Elwood Township		US	IL	183	23932	0	America/Chicago
4237913	Township of Embarrass	township-of-embarrass	Embarrass Township		US	IL	045	23958	0	America/Chicago
4237933	Township of Emma	township-of-emma	Emma Township		US	IL	193	24088	0	America/Chicago
4237958	Township of Enfield	township-of-enfield	Enfield Township		US	IL	193	24192	0	America/Chicago
4237961	Township of Engelmann	township-of-engelmann	Engelmann Township		US	IL	163	24205	0	America/Chicago
4237966	Township of English	township-of-english	English Township		US	IL	083	24231	0	America/Chicago
4237991	Township of Equality	township-of-equality	Equality Township		US	IL	059	24361	0	America/Chicago
4238052	Township of Ewing	township-of-ewing	Ewing Township		US	IL	055	24686	0	America/Chicago
4238109	Township of Fairmount	township-of-fairmount	Fairmount Township		US	IL	149	24972	0	America/Chicago
4238190	Township of Fall Creek	township-of-fall-creek	Fall Creek Township		US	IL	001	25258	0	America/Chicago
4238200	Township of Fancy Creek	township-of-fancy-creek	Fancy Creek Township		US	IL	167	25323	0	America/Chicago
4238237	Township of Farrington	township-of-farrington	Farrington Township		US	IL	081	25648	0	America/Chicago
4238254	Township of Fayetteville	township-of-fayetteville	Fayetteville Township		US	IL	163	25726	0	America/Chicago
4238292	Township of Fidelity	township-of-fidelity	Fidelity Township		US	IL	083	25973	0	America/Chicago
4238295	Township of Field	township-of-field	Field Township		US	IL	081	25986	0	America/Chicago
4238318	Township of Fillmore	township-of-fillmore	Fillmore Township		US	IL	135	26090	0	America/Chicago
4238737	Township of Flannigan	township-of-flannigan	Flannigan Township		US	IL	065	26324	0	America/Chicago
4238746	Township of Flat Branch	township-of-flat-branch	Flat Branch Township		US	IL	173	26337	0	America/Chicago
4238775	Township of Flint	township-of-flint	Flint Township		US	IL	149	26415	0	America/Chicago
4238880	Township of Fort Russell	township-of-fort-russell	Fort Russell Township		US	IL	119	27130	0	America/Chicago
4238897	Township of Foster	township-of-foster	Foster Township		US	IL	119	27182	0	America/Chicago
4238898	Township of Foster	township-of-foster	Foster Township		US	IL	121	27195	0	America/Chicago
4238907	Township of Fountain Bluff	township-of-fountain-bluff	Fountain Bluff Township		US	IL	077	27260	0	America/Chicago
4238920	Township of Four Mile	township-of-four-mile	Four Mile Township		US	IL	191	27364	0	America/Chicago
4238958	Township of Fox	township-of-fox	Fox Township		US	IL	079	27390	0	America/Chicago
4238974	Township of Frankfort	township-of-frankfort	Frankfort Township		US	IL	055	27611	0	America/Chicago
4239064	Township of Freeburg	township-of-freeburg	Freeburg Township		US	IL	163	27819	0	America/Chicago
4239221	Township of Galatia	township-of-galatia	Galatia Township,Gallatia Township,Township of Galatia		US	IL	165	28274	0	America/Chicago
4239250	Township of Garden Hill	township-of-garden-hill	Garden Hill Township		US	IL	191	28534	0	America/Chicago
4239260	Township of Gardner	township-of-gardner	Gardner Township		US	IL	167	28651	0	America/Chicago
4239277	Township of Garrett	township-of-garrett	Garrett Township		US	IL	041	28755	0	America/Chicago
4239367	Township of German	township-of-german	German Township		US	IL	159	29028	0	America/Chicago
4239373	Township of Germantown	township-of-germantown	Germantown Township		US	IL	027	29054	0	America/Chicago
4239432	Township of Gillespie	township-of-gillespie	Gillespie Township		US	IL	117	29249	0	America/Chicago
4239437	Township of Gilmer	township-of-gilmer	Gilmer Township		US	IL	001	29288	0	America/Chicago
4239453	Township of Girard	township-of-girard	Girard Township		US	IL	117	29405	0	America/Chicago
4239514	Township of Godfrey	township-of-godfrey	Godfrey Township		US	IL	119	30107	0	America/Chicago
4239528	Township of Gold Hill	township-of-gold-hill	Gold Hill Township		US	IL	059	30302	0	America/Chicago
4239565	Township of Goode	township-of-goode	Goode Township		US	IL	055	30406	0	America/Chicago
4239694	Township of Grand Prairie	township-of-grand-prairie	Grand Prairie Township		US	IL	081	30731	0	America/Chicago
4239698	Township of Grand Tower	township-of-grand-tower	Grand Tower Township		US	IL	077	30783	0	America/Chicago
4239708	Township of Grandview	township-of-grandview	Grand View Township,Grandview Township,Township of Grandview		US	IL	045	30822	0	America/Chicago
4239709	Township of Grandville	township-of-grandville	Grandville Township		US	IL	079	30887	0	America/Chicago
4239719	Township of Granite City	township-of-granite-city	Granite City Township		US	IL	119	30939	0	America/Chicago
4239770	Township of Gray	township-of-gray	Gray Township		US	IL	193	31069	0	America/Chicago
4239863	Township of Greenup	township-of-greenup	Greenup Township		US	IL	035	31537	0	America/Chicago
4239903	Township of Greenwood	township-of-greenwood	Greenwood Township		US	IL	021	31641	0	America/Chicago
4239937	Township of Griggsville	township-of-griggsville	Griggsville Township		US	IL	149	31784	0	America/Chicago
4239956	Township of Grisham	township-of-grisham	Grisham Township		US	IL	135	31836	0	America/Chicago
4239978	Township of Grove	township-of-grove	Grove Township,Island Grove Township,Township of Grove		US	IL	079	31888	0	America/Chicago
4239979	Township of Grover	township-of-grover	Grover Township		US	IL	191	31953	0	America/Chicago
4240044	Township of Hadley	township-of-hadley	Hadley Township		US	IL	149	32070	0	America/Chicago
4240053	Township of Hagener	township-of-hagener	Hagener Township		US	IL	017	32148	0	America/Chicago
4240063	Township of Haines	township-of-haines	Haines Township		US	IL	121	32187	0	America/Chicago
4240142	Township of Hamel	township-of-hamel	Hamel Township		US	IL	119	32421	0	America/Chicago
4240214	Township of Hardin	township-of-hardin	Hardin Township		US	IL	149	32863	0	America/Chicago
4240290	Township of Harrisburg	township-of-harrisburg	Harrisburg Township		US	IL	165	33149	0	America/Chicago
4240310	Township of Harristown	township-of-harristown	Harristown Township		US	IL	115	33240	0	America/Chicago
4240318	Township of Harter	township-of-harter	Harter Township		US	IL	025	33266	0	America/Chicago
4240350	Township of Harvel	township-of-harvel	Harvel Township		US	IL	135	33370	0	America/Chicago
4240389	Township of Hawthorne	township-of-hawthorne	Hawthorne Township		US	IL	193	33591	0	America/Chicago
4240488	Township of Helvetia	township-of-helvetia	Helvetia Township		US	IL	119	33981	0	America/Chicago
4240525	Township of Heralds Prairie	township-of-heralds-prairie	Heralds Prairie Township		US	IL	193	34228	0	America/Chicago
4240539	Township of Herrick	township-of-herrick	Herrick Township		US	IL	173	34345	0	America/Chicago
4240630	Township of Hickory Hill	township-of-hickory-hill	Hickory Hill Township		US	IL	191	34501	0	America/Chicago
4240641	Township of Hickory Point	township-of-hickory-point	Hickory Point Township		US	IL	115	34527	0	America/Chicago
4240752	Township of Hillsboro	township-of-hillsboro	Hillsboro Township		US	IL	135	35060	0	America/Chicago
4240764	Township of Hillyard	township-of-hillyard	Hillyard Township		US	IL	117	35242	0	America/Chicago
4240865	Township of Holland	township-of-holland	Holland Township		US	IL	173	35567	0	America/Chicago
4240940	Township of Honey Point	township-of-honey-point	Honey Point Township		US	IL	117	35996	0	America/Chicago
4240945	Township of Honey Creek	township-of-honey-creek	Honey Creek Township		US	IL	033	35970	0	America/Chicago
4240957	Township of Hoosier	township-of-hoosier	Hoosier Township		US	IL	025	36087	0	America/Chicago
4241094	Township of Hoyleton	township-of-hoyleton	Hoyleton Township		US	IL	189	36360	0	America/Chicago
4241154	Township of Humboldt	township-of-humboldt	Humboldt Township,Humbolt Township,Township of Humboldt		US	IL	029	36555	0	America/Chicago
4241171	Township of Hunt City	township-of-hunt-city	Hunt City Township		US	IL	079	36659	0	America/Chicago
4241180	Township of Hunter	township-of-hunter	Hunter Township		US	IL	045	36685	0	America/Chicago
4241200	Township of Hurricane	township-of-hurricane	Hurricane Township		US	IL	051	36802	0	America/Chicago
4241218	Township of Hutsonville	township-of-hutsonville	Hutsonville Township		US	IL	033	36854	0	America/Chicago
4241225	Township of Hutton	township-of-hutton	Hutton Township		US	IL	029	36880	0	America/Chicago
4241248	Township of Illini	township-of-illini	Illini Township		US	IL	115	37023	0	America/Chicago
4241304	Township of Illiopolis	township-of-illiopolis	Illiopolis Township		US	IL	167	37140	0	America/Chicago
4241380	Township of Independence	township-of-independence	Independence Township		US	IL	165	37205	0	America/Chicago
4241425	Township of Indian Prairie	township-of-indian-prairie	Indian Prairie Township		US	IL	191	37387	0	America/Chicago
4241432	Township of Indian Creek	township-of-indian-creek	Indian Creek Township		US	IL	193	37231	0	America/Chicago
4241601	Township of Irishtown	township-of-irishtown	Irishtown Township		US	IL	027	37673	0	America/Chicago
4241611	Township of Irving	township-of-irving	Irving Township		US	IL	135	37751	0	America/Chicago
4241618	Township of Irvington	township-of-irvington	Irvington Township		US	IL	189	37790	0	America/Chicago
4241642	Township of Island Grove	township-of-island-grove	Island Grove Township		US	IL	167	37881	0	America/Chicago
4241659	Township of Iuka	township-of-iuka	Iuka Township		US	IL	121	37946	0	America/Chicago
4241706	Township of Jackson	township-of-jackson	Jackson Township		US	IL	049	38063	0	America/Chicago
4241733	Township of Jamaica	township-of-jamaica	Jamaica Township		US	IL	183	38180	0	America/Chicago
4241755	Township of Jarvis	township-of-jarvis	Jarvis Township		US	IL	119	38245	0	America/Chicago
4241762	Township of Jasper	township-of-jasper	Jasper Township		US	IL	191	38258	0	America/Chicago
4241821	Township of Jersey	township-of-jersey	Jersey Township		US	IL	083	38401	0	America/Chicago
4241866	Township of Johannisburg	township-of-johannisburg	Johannisburg Township		US	IL	189	38453	0	America/Chicago
4241926	Township of Johnson	township-of-johnson	Johnson Township		US	IL	021	38492	0	America/Chicago
4241927	Township of Johnson	township-of-johnson	Johnson Township		US	IL	023	38505	0	America/Chicago
4241956	Township of Jonathan Creek	township-of-jonathan-creek	Jonathan Creek Township		US	IL	139	38609	0	America/Chicago
4242065	Township of Kane	township-of-kane	Kane Township		US	IL	061	38882	0	America/Chicago
4242071	Township of Kansas	township-of-kansas	Kansas Township		US	IL	045	38999	0	America/Chicago
4242103	Township of Kaskaskia	township-of-kaskaskia	Kaskaskia Township		US	IL	051	39116	0	America/Chicago
4242135	Township of Keith	township-of-keith	Keith Township		US	IL	191	39285	0	America/Chicago
4242254	Township of Kinderhook	township-of-kinderhook	Kinderhook Township		US	IL	149	39935	0	America/Chicago
4242273	Township of King	township-of-king	King Township		US	IL	021	39948	0	America/Chicago
4242306	Township of Kinkaid	township-of-kinkaid	Kinkaid Township		US	IL	077	40104	0	America/Chicago
4242313	Township of Kinmundy	township-of-kinmundy	Kinmundy Township		US	IL	121	40130	0	America/Chicago
4242369	Township of Knight Prairie	township-of-knight-prairie	Knight Prairie Township		US	IL	065	40299	0	America/Chicago
4242426	Township of La Clede	township-of-la-clede	La Clede Township		US	IL	051	40533	0	America/Chicago
4242454	Township of Lafayette	township-of-lafayette	Lafayette Township		US	IL	029	40637	0	America/Chicago
4242459	Township of Lagrange	township-of-lagrange	Lagrange Township		US	IL	005	40741	0	America/Chicago
4242517	Township of Lake Fork	township-of-lake-fork	Lake Fork Township		US	IL	107	41144	0	America/Chicago
4242643	Township of Lake	township-of-lake	Lake Township		US	IL	027	40871	0	America/Chicago
4242671	Township of Lakewood	township-of-lakewood	Lakewood Township		US	IL	173	41690	0	America/Chicago
4242673	Township of Lamard	township-of-lamard	Lamard Township		US	IL	191	41755	0	America/Chicago
4242689	Township of Lamotte	township-of-lamotte	Lamotte Township		US	IL	033	41833	0	America/Chicago
4242710	Township of Lanesville	township-of-lanesville	Lanesville Township		US	IL	167	41976	0	America/Chicago
4242735	Township of Larkinsburg	township-of-larkinsburg	Larkinsburg Township		US	IL	025	42158	0	America/Chicago
4242768	Township of Lawrence	township-of-lawrence	Lawrence Township		US	IL	101	42379	0	America/Chicago
4242802	Township of Lebanon	township-of-lebanon	Lebanon Township		US	IL	163	42509	0	America/Chicago
4242821	Township of Lee	township-of-lee	Lee Township		US	IL	009	42561	0	America/Chicago
4242824	Township of Leech	township-of-leech	Leech Township		US	IL	191	42626	0	America/Chicago
4242825	Township of Leef	township-of-leef	Leef Township		US	IL	119	42652	0	America/Chicago
4242858	Township of Lenzburg	township-of-lenzburg	Lenzburg Township		US	IL	163	42873	0	America/Chicago
4242873	Township of Levan	township-of-levan	Levan Township		US	IL	077	42990	0	America/Chicago
4242875	Township of Levee	township-of-levee	Levee Township		US	IL	149	43003	0	America/Chicago
4242958	Township of Liberty	township-of-liberty	Liberty Township		US	IL	001	43146	0	America/Chicago
4242959	Township of Liberty	township-of-liberty	Liberty Township		US	IL	049	43159	0	America/Chicago
4242988	Township of Licking	township-of-licking	Licking Township		US	IL	033	43315	0	America/Chicago
4243103	Township of Linder	township-of-linder	Linder Township		US	IL	061	43809	0	America/Chicago
4243326	Township of Lively Grove	township-of-lively-grove	Lively Grove Township		US	IL	189	44108	0	America/Chicago
4243346	Township of Loami	township-of-loami	Loami Township		US	IL	167	44186	0	America/Chicago
4243389	Township of Locust	township-of-locust	Locust Township		US	IL	021	44251	0	America/Chicago
4243426	Township of Lone Grove	township-of-lone-grove	Lone Grove Township		US	IL	051	44459	0	America/Chicago
4243450	Township of Long Branch	township-of-long-branch	Long Branch Township		US	IL	165	44485	0	America/Chicago
4243460	Township of Long Creek	township-of-long-creek	Long Creek Township		US	IL	115	44511	0	America/Chicago
4243508	Township of Looking Glass	township-of-looking-glass	Looking Glass Township		US	IL	027	44667	0	America/Chicago
4243548	Township of Loudon	township-of-loudon	Loudon Township		US	IL	051	44901	0	America/Chicago
4243555	Township of Louisville	township-of-louisville	Louisville Township		US	IL	025	44940	0	America/Chicago
4243561	Township of Love	township-of-love	Love Township		US	IL	183	44953	0	America/Chicago
4243577	Township of Lovington	township-of-lovington	Lovington Township		US	IL	139	45057	0	America/Chicago
4243585	Township of Lowe	township-of-lowe	Lowe Township		US	IL	139	45083	0	America/Chicago
4243621	Township of Lucas	township-of-lucas	Lucas Township		US	IL	049	45161	0	America/Chicago
4243632	Township of Lukin	township-of-lukin	Lukin Township		US	IL	101	45200	0	America/Chicago
4243760	Township of Madison	township-of-madison	Madison Township		US	IL	159	46006	0	America/Chicago
4243796	Township of Makanda	township-of-makanda	Makanda Township		US	IL	077	46227	0	America/Chicago
4243897	Township of Marine	township-of-marine	Marine Township		US	IL	119	46877	0	America/Chicago
4243928	Township of Marissa	township-of-marissa	Marissa Township		US	IL	163	46968	0	America/Chicago
4243968	Township of Marshall	township-of-marshall	Marshall Township		US	IL	023	47176	0	America/Chicago
4243976	Township of Marrowbone	township-of-marrowbone	Marrowbone Township		US	IL	139	47124	0	America/Chicago
4243997	Township of Martin	township-of-martin	Martin Township		US	IL	033	47202	0	America/Chicago
4244004	Township of Martinsburg	township-of-martinsburg	Martinsburg Township		US	IL	149	47241	0	America/Chicago
4244012	Township of Martinsville	township-of-martinsville	Martinsville Township		US	IL	023	47267	0	America/Chicago
4244043	Township of Mascoutah	township-of-mascoutah	Mascoutah Township		US	IL	163	47436	0	America/Chicago
4244055	Township of Mason	township-of-mason	Mason Township		US	IL	049	47462	0	America/Chicago
4244074	Township of Massilon	township-of-massilon	Massilon Township		US	IL	191	47501	0	America/Chicago
4244097	Township of Mattoon	township-of-mattoon	Mattoon Township		US	IL	029	47566	0	America/Chicago
4244120	Township of Maxwell	township-of-maxwell	Maxwell Township		US	IL	167	47618	0	America/Chicago
4244125	Township of May	township-of-may	May Township		US	IL	021	47631	0	America/Chicago
4244129	Township of Mayberry	township-of-mayberry	Mayberry Township		US	IL	065	47657	0	America/Chicago
4244178	Township of McClellan	township-of-mcclellan	McClellan Township		US	IL	081	45512	0	America/Chicago
4244271	Township of McKee	township-of-mckee	McGee Township,McKee Township,McKees Township,Township of McKee		US	IL	001	45746	0	America/Chicago
4244315	Township of McLeansboro	township-of-mcleansboro	McLeansboro Township		US	IL	065	45837	0	America/Chicago
4244333	Township of Meacham	township-of-meacham	Meacham Township		US	IL	121	47826	0	America/Chicago
4244355	Township of Mechanicsburg	township-of-mechanicsburg	Mechanicsburg Township		US	IL	167	48034	0	America/Chicago
4244373	Township of Melrose	township-of-melrose	Melrose Township		US	IL	001	48203	0	America/Chicago
4244374	Township of Melrose	township-of-melrose	Melrose Township		US	IL	023	48229	0	America/Chicago
4244427	Township of Meridian	township-of-meridian	Meridian Township		US	IL	027	48476	0	America/Chicago
4244564	Township of Mill Shoals	township-of-mill-shoals	Mill Shoals Township		US	IL	193	49360	0	America/Chicago
4244636	Township of Mills	township-of-mills	Mills Township		US	IL	005	49321	0	America/Chicago
4244642	Township of Millstadt	township-of-millstadt	Millstadt Township		US	IL	163	49399	0	America/Chicago
4244693	Township of Mississippi	township-of-mississippi	Mississippi Township		US	IL	083	49672	0	America/Chicago
4244722	Township of Moccasin	township-of-moccasin	Moccasin Township		US	IL	049	49763	0	America/Chicago
4244768	Township of Montezuma	township-of-montezuma	Montezuma Township		US	IL	149	50192	0	America/Chicago
4244782	Township of Montgomery	township-of-montgomery	Montgomery Township		US	IL	033	50205	0	America/Chicago
4244825	Township of Moores Prairie	township-of-moores-prairie	Moores Prairie Township		US	IL	081	50348	0	America/Chicago
4244852	Township of Morgan	township-of-morgan	Morgan Township		US	IL	029	50400	0	America/Chicago
4244864	Township of Moro	township-of-moro	Moro Township		US	IL	119	50465	0	America/Chicago
4244949	Township of Mound	township-of-mound	Mound Township		US	IL	049	50725	0	America/Chicago
4244959	Township of Mount Auburn	township-of-mount-auburn	Mount Auburn Township		US	IL	021	50842	0	America/Chicago
4244961	Township of Mosquito	township-of-mosquito	Mosquito Township		US	IL	021	50686	0	America/Chicago
4245000	Township of Mount Erie	township-of-mount-erie	Mount Erie Township		US	IL	191	50946	0	America/Chicago
4245077	Township of Mount Olive	township-of-mount-olive	Mount Olive Township		US	IL	117	51037	0	America/Chicago
4245133	Township of Mount Pulaski	township-of-mount-pulaski	Mount Pulaski Township		US	IL	107	51141	0	America/Chicago
4245143	Township of Mount Sterling	township-of-mount-sterling	Mount Sterling Township		US	IL	009	51167	0	America/Chicago
4245169	Township of Mount Vernon	township-of-mount-vernon	Mount Vernon Township		US	IL	081	51193	0	America/Chicago
4245240	Township of Mount Zion	township-of-mount-zion	Mount Zion Township		US	IL	115	51219	0	America/Chicago
4245243	Township of Mountain	township-of-mountain	Mountain Township		US	IL	165	50803	0	America/Chicago
4245249	Township of Moweaqua	township-of-moweaqua	Moweaqua Township,Mowequa Township,Township of Moweaqua		US	IL	173	51245	0	America/Chicago
4245306	Township of Mulberry Grove	township-of-mulberry-grove	Mulberry Grove Township		US	IL	005	51297	0	America/Chicago
4245329	Township of Murdock	township-of-murdock	Murdock Township		US	IL	041	51427	0	America/Chicago
4245341	Township of Murphysboro	township-of-murphysboro	Murphysboro Township		US	IL	077	51466	0	America/Chicago
4245367	Township of Nameoki	township-of-nameoki	Nameoki Township		US	IL	119	51583	0	America/Chicago
4245385	Township of Nashville	township-of-nashville	Nashville Township		US	IL	189	51713	0	America/Chicago
4245450	Township of Neoga	township-of-neoga	Neoga Township		US	IL	035	51993	0	America/Chicago
4245473	Township of New Athens	township-of-new-athens	New Athens Township		US	IL	163	52129	0	America/Chicago
4245483	Township of New Berlin	township-of-new-berlin	New Berlin Township		US	IL	167	52181	0	America/Chicago
4245515	Township of New Douglas	township-of-new-douglas	New Douglas Township		US	IL	119	52428	0	America/Chicago
4245539	Township of New Haven	township-of-new-haven	New Haven Township		US	IL	059	52519	0	America/Chicago
4245644	Township of New Salem	township-of-new-salem	New Salem Township		US	IL	149	52818	0	America/Chicago
4245668	Township of Newburg	township-of-newburg	Newburg Township		US	IL	149	52259	0	America/Chicago
4245690	Township of Newman	township-of-newman	Newman Township		US	IL	041	52636	0	America/Chicago
4245710	Township of Niantic	township-of-niantic	Niantic Township		US	IL	115	52974	0	America/Chicago
4245724	Township of Nilwood	township-of-nilwood	Nilwood Township		US	IL	117	53052	0	America/Chicago
4245742	Township of Noble	township-of-noble	Noble Township		US	IL	159	53156	0	America/Chicago
4245752	Township of Nokomis	township-of-nokomis	Nokomis Township		US	IL	135	53182	0	America/Chicago
4245808	Township of North Fork	township-of-north-fork	North Fork Township		US	IL	059	53702	0	America/Chicago
4245827	Township of North Litchfield	township-of-north-litchfield	North Litchfield Township		US	IL	135	53949	0	America/Chicago
4245835	Township of North Muddy	township-of-north-muddy	North Muddy Township		US	IL	079	54001	0	America/Chicago
4245837	Township of North Okaw	township-of-north-okaw	North Okaw Township		US	IL	029	54014	0	America/Chicago
4245838	Township of North Otter	township-of-north-otter	North Otter Township		US	IL	117	54040	0	America/Chicago
4245839	Township of North Palmyra	township-of-north-palmyra	North Palmyra Township		US	IL	117	54053	0	America/Chicago
4245881	Township of Northern	township-of-northern	Northern Township		US	IL	055	53637	0	America/Chicago
4245936	Township of O'Fallon	township-of-o-fallon	O'Fallon Township		US	IL	163	55262	0	America/Chicago
4246079	Township of Oakdale	township-of-oakdale	Oakdale Township		US	IL	189	54599	0	America/Chicago
4246113	Township of Oakley	township-of-oakley	Oakley Township		US	IL	115	54859	0	America/Chicago
4246135	Township of Oblong	township-of-oblong	Oblong Township		US	IL	033	55119	0	America/Chicago
4246140	Township of Oconee	township-of-oconee	Oconee Township		US	IL	173	55145	0	America/Chicago
4246150	Township of Odin	township-of-odin	Odin Township		US	IL	121	55223	0	America/Chicago
4246179	Township of Okaw	township-of-okaw	Okaw Township		US	IL	173	55457	0	America/Chicago
4246185	Township of Okawville	township-of-okawville	Okawville Township		US	IL	189	55483	0	America/Chicago
4246288	Township of Old Ripley	township-of-old-ripley	Old Ripley Township		US	IL	005	55730	0	America/Chicago
4246368	Township of Olive	township-of-olive	Olive Township		US	IL	119	55834	0	America/Chicago
4246387	Township of Olney	township-of-olney	Olney Township		US	IL	159	55925	0	America/Chicago
4246393	Township of Omaha	township-of-omaha	Omaha Township		US	IL	059	56016	0	America/Chicago
4246396	Township of Omega	township-of-omega	Omega Township		US	IL	121	56055	0	America/Chicago
4246399	Township of Omphghent	township-of-omphghent	Omphghent Township		US	IL	119	56068	0	America/Chicago
4246431	Township of Ora	township-of-ora	Ora Township		US	IL	077	56276	0	America/Chicago
4246435	Township of Orange	township-of-orange	Orange Township		US	IL	023	56302	0	America/Chicago
4246439	Township of Orchard	township-of-orchard	Orchard Township		US	IL	191	56367	0	America/Chicago
4246446	Township of Orel	township-of-orel	Orel Township		US	IL	191	56510	0	America/Chicago
4246471	Township of Oskaloosa	township-of-oskaloosa	Oskaloosa Township		US	IL	025	56835	0	America/Chicago
4246475	Township of Otego	township-of-otego	Otego Township		US	IL	051	56913	0	America/Chicago
4246483	Township of Otter Creek	township-of-otter-creek	Otter Creek Township		US	IL	083	56952	0	America/Chicago
4246607	Township of Pana	township-of-pana	Pana Township		US	IL	021	57485	0	America/Chicago
4246654	Township of Paradise	township-of-paradise	Paradise Township		US	IL	029	57615	0	America/Chicago
4246667	Township of Paris	township-of-paris	Paris Township		US	IL	045	57641	0	America/Chicago
4246685	Township of Parker	township-of-parker	Parker Township		US	IL	023	57667	0	America/Chicago
4246727	Township of Patoka	township-of-patoka	Patoka Township		US	IL	121	58070	0	America/Chicago
4246741	Township of Patterson	township-of-patterson	Patterson Township		US	IL	061	58096	0	America/Chicago
4246761	Township of Pawnee	township-of-pawnee	Pawnee Township		US	IL	167	58187	0	America/Chicago
4246770	Township of Payson	township-of-payson	Payson Township		US	IL	001	58278	0	America/Chicago
4246790	Township of Pearl	township-of-pearl	Pearl Township		US	IL	149	58356	0	America/Chicago
4246807	Township of Pendleton	township-of-pendleton	Pendleton Township		US	IL	081	58564	0	America/Chicago
4246810	Township of Penn	township-of-penn	Penn Township		US	IL	173	58590	0	America/Chicago
4246849	Township of Perry	township-of-perry	Perry Township		US	IL	149	59169	0	America/Chicago
4246863	Township of Pesotum	township-of-pesotum	Pesotum Township		US	IL	019	59286	0	America/Chicago
4246886	Township of Petty	township-of-petty	Petty Township		US	IL	101	59377	0	America/Chicago
4246899	Township of Philadelphia	township-of-philadelphia	Philadelphia Township		US	IL	017	59481	0	America/Chicago
4246909	Township of Phillips	township-of-phillips	Phillips Township		US	IL	193	59507	0	America/Chicago
4246924	Township of Piasa	township-of-piasa	Piasa Township		US	IL	083	59598	0	America/Chicago
4246930	Township of Pickaway	township-of-pickaway	Pickaway Township		US	IL	173	59663	0	America/Chicago
4246972	Township of Pilot Knob	township-of-pilot-knob	Pilot Knob Township		US	IL	189	59858	0	America/Chicago
4246982	Township of Pin Oak	township-of-pin-oak	Pin Oak Township		US	IL	119	60014	0	America/Chicago
4247057	Township of Pitman	township-of-pitman	Pitman Township		US	IL	135	60183	0	America/Chicago
4247068	Township of Pittsfield	township-of-pittsfield	Pittsfield Township		US	IL	149	60235	0	America/Chicago
4247069	Township of Pixley	township-of-pixley	Pixley Township		US	IL	025	60261	0	America/Chicago
4247144	Township of Pleasant Grove	township-of-pleasant-grove	Pleasant Grove Township		US	IL	029	60469	0	America/Chicago
4247208	Township of Pleasant Hill	township-of-pleasant-hill	Pleasant Hill Township		US	IL	149	60547	0	America/Chicago
4247211	Township of Pleasant Mound	township-of-pleasant-mound	Pleasant Mound Township		US	IL	005	60586	0	America/Chicago
4247252	Township of Pleasant Vale	township-of-pleasant-vale	Pleasant Vale Township		US	IL	149	60651	0	America/Chicago
4247299	Township of Pleasant View	township-of-pleasant-view	Pleasant View Township		US	IL	115	60677	0	America/Chicago
4247310	Township of Plum Hill	township-of-plum-hill	Plum Hill Township		US	IL	189	60807	0	America/Chicago
4247348	Township of Polk	township-of-polk	Polk Township		US	IL	117	60924	0	America/Chicago
4247353	Township of Pomona	township-of-pomona	Pomona Township		US	IL	077	60963	0	America/Chicago
4247390	Township of Pope	township-of-pope	Pope Township		US	IL	051	61106	0	America/Chicago
4247498	Township of Prairie Du Long	township-of-prairie-du-long	Prairie Du Long Township		US	IL	163	61600	0	America/Chicago
4247546	Township of Prairie	township-of-prairie	Prairie Township		US	IL	045	61483	0	America/Chicago
4247547	Township of Prairie	township-of-prairie	Prairie Township		US	IL	173	61522	0	America/Chicago
4247550	Township of Prairieton	township-of-prairieton	Prairieton Township		US	IL	021	61730	0	America/Chicago
4247591	Township of Preston	township-of-preston	Preston Township		US	IL	159	61847	0	America/Chicago
4247642	Township of Prairie	township-of-prairie	Prairie Township		US	IL	033	61470	0	America/Chicago
4247692	Township of Quarry	township-of-quarry	Quarry Township		US	IL	083	62354	0	America/Chicago
4247724	Township of Quincy	township-of-quincy	Quincy Township		US	IL	001	62380	0	America/Chicago
4247751	Township of Raccoon	township-of-raccoon	Raccoon Township		US	IL	121	62445	0	America/Chicago
4247771	Township of Raleigh	township-of-raleigh	Raleigh Township		US	IL	165	62601	0	America/Chicago
4247793	Township of Ramsey	township-of-ramsey	Ramsey Township		US	IL	051	62640	0	America/Chicago
4247857	Township of Raymond	township-of-raymond	Raymond Township		US	IL	019	62952	0	America/Chicago
4247858	Township of Raymond	township-of-raymond	Raymond Township		US	IL	135	62978	0	America/Chicago
4247875	Township of Rector	township-of-rector	Rector Township		US	IL	165	63030	0	America/Chicago
4248048	Township of Richfield	township-of-richfield	Richfield Township		US	IL	001	63550	0	America/Chicago
4248075	Township of Richland	township-of-richland	Richland Township		US	IL	173	63615	0	America/Chicago
4248081	Township of Richview	township-of-richview	Richview Township		US	IL	189	63732	0	America/Chicago
4248086	Township of Richwood	township-of-richwood	Richwood Township		US	IL	083	63745	0	America/Chicago
4248094	Township of Ricks	township-of-ricks	Ricks Township		US	IL	021	63797	0	America/Chicago
4248120	Township of Ridge	township-of-ridge	Ridge Township		US	IL	173	63836	0	America/Chicago
4248204	Township of Riverside	township-of-riverside	Riverside Township		US	IL	001	64408	0	America/Chicago
4248273	Township of Robinson	township-of-robinson	Robinson Township		US	IL	033	64720	0	America/Chicago
4248289	Township of Rochester	township-of-rochester	Rochester Township		US	IL	167	64772	0	America/Chicago
4248331	Township of Rockbridge	township-of-rockbridge	Rockbridge Township		US	IL	061	64824	0	America/Chicago
4248411	Township of Rome	township-of-rome	Rome Township		US	IL	081	65377	0	America/Chicago
4248417	Township of Romine	township-of-romine	Romine Township		US	IL	121	65455	0	America/Chicago
4248426	Township of Roodhouse	township-of-roodhouse	Roodhouse Township		US	IL	061	65494	0	America/Chicago
4248440	Township of Rosamond	township-of-rosamond	Rosamond Township		US	IL	021	65598	0	America/Chicago
4248466	Township of Rose	township-of-rose	Rose Township		US	IL	173	65637	0	America/Chicago
4248474	Township of Rosedale	township-of-rosedale	Rosedale Township		US	IL	083	65689	0	America/Chicago
4248496	Township of Ross	township-of-ross	Ross Township		US	IL	045	65923	0	America/Chicago
4248497	Township of Ross	township-of-ross	Ross Township		US	IL	149	65936	0	America/Chicago
4248534	Township of Rountree	township-of-rountree	Rountree Township		US	IL	135	66092	0	America/Chicago
4248576	Township of Rubicon	township-of-rubicon	Rubicon Township		US	IL	061	66235	0	America/Chicago
4248595	Township of Rural	township-of-rural	Rural Township		US	IL	173	66313	0	America/Chicago
4248612	Township of Russell	township-of-russell	Russell Township		US	IL	101	66378	0	America/Chicago
4248625	Township of Ruyle	township-of-ruyle	Ruyle Township		US	IL	083	66482	0	America/Chicago
4248651	Township of Sadorus	township-of-sadorus	Sadorus Township		US	IL	019	66547	0	America/Chicago
4248760	Township of Saint Clair	township-of-saint-clair	Saint Clair Township,St. Clair Township		US	IL	163	66729	0	America/Chicago
4248809	Township of Saint Francis	township-of-saint-francis	Saint Francis Township,St. Francis Township		US	IL	049	66807	0	America/Chicago
4249251	Township of Saint Rose	township-of-saint-rose	Saint Rose Township,St. Rose Township		US	IL	027	67171	0	America/Chicago
4249337	Township of Salem	township-of-salem	Salem Township		US	IL	121	67249	0	America/Chicago
4249354	Township of Saline	township-of-saline	Saline Township		US	IL	119	67275	0	America/Chicago
4249414	Township of Sand Ridge	township-of-sand-ridge	Sand Ridge Township		US	IL	077	67522	0	America/Chicago
4249441	Township of Sandoval	township-of-sandoval	Sandoval Township		US	IL	121	67457	0	America/Chicago
4249487	Township of Santa Fe	township-of-santa-fe	Santa Fe Township		US	IL	027	67652	0	America/Chicago
4249496	Township of Sargent	township-of-sargent	Sargent Township		US	IL	041	67730	0	America/Chicago
4249635	Township of Scottville	township-of-scottville	Scottville Township		US	IL	117	68419	0	America/Chicago
4249671	Township of Sefton	township-of-sefton	Sefton Township		US	IL	051	68549	0	America/Chicago
4249698	Township of Seminary	township-of-seminary	Seminary Township		US	IL	051	68601	0	America/Chicago
4249711	Township of Seven Hickory	township-of-seven-hickory	Seven Hickory Township		US	IL	029	68718	0	America/Chicago
4249771	Township of Shafter	township-of-shafter	Shafter Township		US	IL	051	68926	0	America/Chicago
4249796	Township of Sharon	township-of-sharon	Sharon Township		US	IL	051	69017	0	America/Chicago
4249829	Township of Shawnee	township-of-shawnee	Shawnee Township		US	IL	059	69069	0	America/Chicago
4249833	Township of Shaws Point	township-of-shaws-point	Shaws Point Township		US	IL	117	69121	0	America/Chicago
4249864	Township of Shelbyville	township-of-shelbyville	Shelbyville Township		US	IL	173	69199	0	America/Chicago
4249964	Township of Shiloh Valley	township-of-shiloh-valley	Shiloh Valley Township		US	IL	163	69550	0	America/Chicago
4249965	Township of Shiloh	township-of-shiloh	Shiloh Township		US	IL	045	69498	0	America/Chicago
4249966	Township of Shiloh	township-of-shiloh	Shiloh Township		US	IL	081	69511	0	America/Chicago
4249978	Township of Shipman	township-of-shipman	Shipman Township		US	IL	117	69576	0	America/Chicago
4249996	Township of Shoal Creek	township-of-shoal-creek	Shoal Creek Township		US	IL	005	69641	0	America/Chicago
4250034	Township of Sidell	township-of-sidell	Sidell Township		US	IL	183	69849	0	America/Chicago
4250040	Township of Sigel	township-of-sigel	Sigel Township		US	IL	173	69927	0	America/Chicago
4250114	Township of Six Mile	township-of-six-mile	Six Mile Township		US	IL	055	70070	0	America/Chicago
4250152	Township of Smallwood	township-of-smallwood	Smallwood Township		US	IL	079	70200	0	America/Chicago
4250216	Township of Smithton	township-of-smithton	Smithton Township		US	IL	163	70265	0	America/Chicago
4250268	Township of Somerset	township-of-somerset	Somerset Township		US	IL	077	70408	0	America/Chicago
4250273	Township of Songer	township-of-songer	Songer Township		US	IL	025	70486	0	America/Chicago
4250299	Township of South Crouch	township-of-south-crouch	South Crouch Township		US	IL	065	70655	0	America/Chicago
4250304	Township of South Fillmore	township-of-south-fillmore	South Fillmore Township		US	IL	135	70772	0	America/Chicago
4250306	Township of South Flannigan	township-of-south-flannigan	South Flannigan Township		US	IL	065	70785	0	America/Chicago
4250327	Township of South Fork	township-of-south-fork	South Fork Township		US	IL	021	70798	0	America/Chicago
4250333	Township of South Hurricane	township-of-south-hurricane	South Hurricane Township		US	IL	051	70876	0	America/Chicago
4268383	Township of Blaine	township-of-blaine	Blaine Township		US	KS	027	07050	0	America/Chicago
4250342	Township of South Litchfield	township-of-south-litchfield	South Litchfield Township		US	IL	135	70928	0	America/Chicago
4250344	Township of South Macon	township-of-south-macon	South Macon Township		US	IL	115	70967	0	America/Chicago
4250348	Township of South Muddy	township-of-south-muddy	South Muddy Township		US	IL	079	71084	0	America/Chicago
4250351	Township of South Otter	township-of-south-otter	South Otter Township		US	IL	117	71123	0	America/Chicago
4250352	Township of South Palmyra	township-of-south-palmyra	South Palmyra Township		US	IL	117	71136	0	America/Chicago
4250385	Township of South Twigg	township-of-south-twigg	South Twigg Township		US	IL	065	71305	0	America/Chicago
4250388	Township of South Wheatland	township-of-south-wheatland	South Wheatland Township		US	IL	115	71357	0	America/Chicago
4250416	Township of Southwest	township-of-southwest	Southwest Township		US	IL	033	71344	0	America/Chicago
4250499	Township of Spring Creek	township-of-spring-creek	Spring Creek Township		US	IL	149	71617	0	America/Chicago
4250501	Township of Spring Garden	township-of-spring-garden	Spring Garden Township		US	IL	081	72039	0	America/Chicago
4250519	Township of Spring Point	township-of-spring-point	Spring Point Township		US	IL	035	72143	0	America/Chicago
4250549	Township of Springfield	township-of-springfield	Springfield Township		US	IL	167	72013	0	America/Chicago
4250579	Township of Stanford	township-of-stanford	Stanford Township		US	IL	025	72247	0	America/Chicago
4250620	Township of Staunton	township-of-staunton	Staunton Township		US	IL	117	72416	0	America/Chicago
4250658	Township of Stevenson	township-of-stevenson	Stevenson Township		US	IL	121	72598	0	America/Chicago
4250688	Township of Stites	township-of-stites	Stites Township		US	IL	163	72741	0	America/Chicago
4250720	Township of Stonefort	township-of-stonefort	Stone Fort Township,Stonefort Township,Township of Stonefort		US	IL	165	72897	0	America/Chicago
4250727	Township of Stonington	township-of-stonington	Stonington Township		US	IL	021	72962	0	America/Chicago
4250732	Township of Stookey	township-of-stookey	Stookey Township		US	IL	163	72988	0	America/Chicago
4250745	Township of Stratton	township-of-stratton	Stratton Township		US	IL	045	73092	0	America/Chicago
4250839	Township of Sugar Creek	township-of-sugar-creek	Sugar Creek Township		US	IL	027	73365	0	America/Chicago
4250852	Township of Sugar Loaf	township-of-sugar-loaf	Sugar Loaf Township		US	IL	163	73456	0	America/Chicago
4250869	Township of Sullivan	township-of-sullivan	Sullivan Township		US	IL	139	73508	0	America/Chicago
4250908	Township of Summit	township-of-summit	Summit Township		US	IL	049	73651	0	America/Chicago
4250921	Township of Sumpter	township-of-sumpter	Sumpter Township		US	IL	035	73729	0	America/Chicago
4251042	Township of Symmes	township-of-symmes	Symmes Township		US	IL	045	74288	0	America/Chicago
4251054	Township of Talkington	township-of-talkington	Talkington Township		US	IL	167	74340	0	America/Chicago
4251071	Township of Tamalco	township-of-tamalco	Tamalco Township		US	IL	005	74418	0	America/Chicago
4251105	Township of Tate	township-of-tate	Tate Township		US	IL	165	74509	0	America/Chicago
4251153	Township of Taylorville	township-of-taylorville	Taylorville Township		US	IL	021	74587	0	America/Chicago
4251189	Township of Teutopolis	township-of-teutopolis	Teutopolis Township		US	IL	049	74756	0	America/Chicago
4251327	Township of Todds Point	township-of-todds-point	Todds Point Township		US	IL	173	75588	0	America/Chicago
4251353	Township of Tonti	township-of-tonti	Tonti Township		US	IL	121	75744	0	America/Chicago
4251377	Township of Tower Hill	township-of-tower-hill	Tower Hill Township		US	IL	173	75861	0	America/Chicago
4251602	Township of Tuscola	township-of-tuscola	Tuscola Township		US	IL	041	76420	0	America/Chicago
4251610	Township of Twigg	township-of-twigg	Twigg Township		US	IL	065	76472	0	America/Chicago
4251644	Township of Tyrone	township-of-tyrone	Tyrone Township		US	IL	055	76576	0	America/Chicago
4251802	Township of Union	township-of-union	Union Township		US	IL	035	76641	0	America/Chicago
4251803	Township of Union	township-of-union	Union Township		US	IL	049	76654	0	America/Chicago
4251832	Township of Unity	township-of-unity	Unity Township		US	IL	147	76888	0	America/Chicago
4251932	Township of Vandalia	township-of-vandalia	Vandalia Township		US	IL	051	77330	0	America/Chicago
4251956	Township of Venedy	township-of-venedy	Venedy Township		US	IL	189	77434	0	America/Chicago
4251964	Township of Venice	township-of-venice	Venice Township		US	IL	119	77486	0	America/Chicago
4251968	Township of Vergennes	township-of-vergennes	Vergennes Township		US	IL	077	77538	0	America/Chicago
4251986	Township of Versailles	township-of-versailles	Versailles Township		US	IL	009	77733	0	America/Chicago
4252068	Township of Virden	township-of-virden	Virden Township		US	IL	117	78162	0	America/Chicago
4252078	Township of Virginia	township-of-virginia	Virginia Township		US	IL	017	78214	0	America/Chicago
4252264	Township of Wabash	township-of-wabash	Wabash Township		US	IL	023	78279	0	America/Chicago
4252273	Township of Wade	township-of-wade	Wade Township		US	IL	027	78344	0	America/Chicago
4252274	Township of Wade	township-of-wade	Wade Township		US	IL	079	78357	0	America/Chicago
4252327	Township of Walkerville	township-of-walkerville	Walkerville Township		US	IL	061	78461	0	America/Chicago
4252402	Township of Walshville	township-of-walshville	Walshville Township		US	IL	135	78669	0	America/Chicago
4252582	Township of Watson	township-of-watson	Watson Township		US	IL	049	79254	0	America/Chicago
4252633	Township of Webber	township-of-webber	Webber Township		US	IL	081	79514	0	America/Chicago
4252890	Township of West	township-of-west	West Township		US	IL	049	79891	0	America/Chicago
4252893	Township of Western Mound	township-of-western-mound	Western Mound Township		US	IL	117	80229	0	America/Chicago
4252900	Township of Westfield	township-of-westfield	Westfield Township		US	IL	023	80294	0	America/Chicago
4252920	Township of Wheatfield	township-of-wheatfield	Wheatfield Township		US	IL	027	80996	0	America/Chicago
4252921	Township of Wheatland	township-of-wheatland	Wheatland Township		US	IL	051	81022	0	America/Chicago
4252968	Township of White Hall	township-of-white-hall	White Hall Township		US	IL	061	81269	0	America/Chicago
4253055	Township of Whitley	township-of-whitley	Whitley Township		US	IL	139	81451	0	America/Chicago
4253059	Township of Whitmore	township-of-whitmore	Whitmore Township		US	IL	115	81464	0	America/Chicago
4253082	Township of Wilberton	township-of-wilberton	Wilberton Township		US	IL	051	81568	0	America/Chicago
4253162	Township of Williams	township-of-williams	Williams Township		US	IL	167	81776	0	America/Chicago
4253205	Township of Willow Branch	township-of-willow-branch	Willow Branch Township		US	IL	147	81906	0	America/Chicago
4253214	Township of Willow Hill	township-of-willow-hill	Willow Hill Township		US	IL	079	82023	0	America/Chicago
4253286	Township of Windsor	township-of-windsor	Windsor Township		US	IL	173	82335	0	America/Chicago
4253331	Township of Witt	township-of-witt	Witt Township		US	IL	135	82738	0	America/Chicago
4253397	Township of Wood River	township-of-wood-river	Wood River Township		US	IL	119	83284	0	America/Chicago
4253408	Township of Woodbury	township-of-woodbury	Woodbury Township		US	IL	035	82959	0	America/Chicago
4253460	Township of Woodside	township-of-woodside	Woodside Township		US	IL	167	83310	0	America/Chicago
4253464	Township of Woodville	township-of-woodville	Woodville Township		US	IL	061	83401	0	America/Chicago
4253502	Township of Wrights	township-of-wrights	Wrights Township		US	IL	061	83583	0	America/Chicago
4253514	Township of Xenia	township-of-xenia	Xenia Township		US	IL	025	83752	0	America/Chicago
4253561	Township of York	township-of-york	York Township		US	IL	023	83934	0	America/Chicago
4253566	Township of Young America	township-of-young-america	Young America Township		US	IL	045	84064	0	America/Chicago
4253590	Township of Zanesville	township-of-zanesville	Zanesville Township		US	IL	135	84129	0	America/Chicago
4253612	Township of Zif	township-of-zif	Zif Township		US	IL	191	84194	0	America/Chicago
4253720	Township of Abington	township-of-abington	Abington Township		US	IN	177	00172	0	America/Indiana/Indianapolis
4253743	Township of Adams	township-of-adams	Adams Township		US	IN	031	00370	0	America/Indiana/Indianapolis
4253744	Township of Adams	township-of-adams	Adams Township		US	IN	095	00406	0	America/Indiana/Indianapolis
4253745	Township of Adams	township-of-adams	Adams Township		US	IN	109	00442	0	America/Indiana/Indianapolis
4253746	Township of Adams	township-of-adams	Adams Township		US	IN	121	00460	0	America/Indiana/Indianapolis
4253747	Township of Adams	township-of-adams	Adams Township		US	IN	137	00478	0	America/Indiana/Indianapolis
4253761	Township of Addison	township-of-addison	Addison Township		US	IN	145	00568	0	America/Indiana/Indianapolis
4253862	Township of Anderson	township-of-anderson	Anderson Township		US	IN	123	01504	0	America/Indiana/Tell_City
4253863	Township of Anderson	township-of-anderson	Anderson Township		US	IN	139	01522	0	America/Indiana/Indianapolis
4253864	Township of Anderson	township-of-anderson	Anderson Township		US	IN	173	01540	0	America/Chicago
4253935	Township of Armstrong	township-of-armstrong	Armstrong Township		US	IN	163	02188	0	America/Chicago
4253986	Township of Ashland	township-of-ashland	Ashland Township		US	IN	109	02440	0	America/Indiana/Indianapolis
4254065	Township of Bainbridge	township-of-bainbridge	Bainbridge Township		US	IN	037	03124	0	America/Indiana/Vincennes
4254082	Township of Baker	township-of-baker	Baker Township		US	IN	109	03178	0	America/Indiana/Indianapolis
4254149	Township of Barr	township-of-barr	Barr Township		US	IN	027	03484	0	America/Indiana/Vincennes
4254173	Township of Barton	township-of-barton	Barton Township		US	IN	051	03556	0	America/Chicago
4254192	Township of Bath	township-of-bath	Bath Township		US	IN	047	03700	0	America/Indiana/Indianapolis
4254217	Township of Bean Blossom	township-of-bean-blossom	Bean Blossom Township		US	IN	105	03808	0	America/Indiana/Indianapolis
4254303	Township of Beech Creek	township-of-beech-creek	Beech Creek Township		US	IN	055	04186	0	America/Indiana/Indianapolis
4254400	Township of Benton	township-of-benton	Benton Township		US	IN	105	04816	0	America/Indiana/Indianapolis
4254488	Township of Bethel	township-of-bethel	Bethel Township		US	IN	129	05014	0	America/Chicago
4254510	Township of Bethlehem	township-of-bethlehem	Bethlehem Township		US	IN	019	05122	0	America/Kentucky/Louisville
4254569	Township of Bigger	township-of-bigger	Bigger Township		US	IN	079	05212	0	America/Indiana/Indianapolis
4254635	Township of Black	township-of-black	Black Township		US	IN	129	05428	0	America/Chicago
4254676	Township of Blooming Grove	township-of-blooming-grove	Blooming Grove Township		US	IN	047	05824	0	America/Indiana/Indianapolis
4254682	Township of Bloomington	township-of-bloomington	Bloomington Township		US	IN	105	05878	0	America/Indiana/Indianapolis
4254725	Township of Blue River	township-of-blue-river	Blue River Township		US	IN	059	06040	0	America/Indiana/Indianapolis
4254726	Township of Blue River	township-of-blue-river	Blue River Township		US	IN	061	06058	0	America/Kentucky/Louisville
4254727	Township of Blue River	township-of-blue-river	Blue River Township		US	IN	065	06076	0	America/Indiana/Indianapolis
4254728	Township of Blue River	township-of-blue-river	Blue River Township		US	IN	081	06094	0	America/Indiana/Indianapolis
4254759	Township of Bogard	township-of-bogard	Bogard Township		US	IN	027	06274	0	America/Indiana/Vincennes
4254780	Township of Bono	township-of-bono	Bono Township		US	IN	093	06436	0	America/Indiana/Indianapolis
4254784	Township of Boon	township-of-boon	Boon Township		US	IN	173	06472	0	America/Chicago
4254793	Township of Boone	township-of-boone	Boone Township		US	IN	037	06526	0	America/Indiana/Vincennes
4254794	Township of Boone	township-of-boone	Boone Township		US	IN	061	06544	0	America/Kentucky/Louisville
4254807	Township of Boone	township-of-boone	Boone Township		US	IN	025	06508	0	America/Indiana/Marengo
4254814	Township of Boston	township-of-boston	Boston Township		US	IN	177	06670	0	America/Indiana/Indianapolis
4254871	Township of Brandywine	township-of-brandywine	Brandywine Township		US	IN	059	07084	0	America/Indiana/Indianapolis
4254873	Township of Brandywine	township-of-brandywine	Brandywine Township		US	IN	145	07102	0	America/Indiana/Indianapolis
4254887	Township of Brazil	township-of-brazil	Brazil Township		US	IN	021	07192	0	America/Indiana/Indianapolis
4255006	Township of Brookville	township-of-brookville	Brookville Township		US	IN	047	08200	0	America/Indiana/Indianapolis
4255045	Township of Brown	township-of-brown	Brown Township		US	IN	063	08308	0	America/Indiana/Indianapolis
4255046	Township of Brown	township-of-brown	Brown Township		US	IN	107	08326	0	America/Indiana/Indianapolis
4255047	Township of Brown	township-of-brown	Brown Township		US	IN	109	08344	0	America/Indiana/Indianapolis
4255048	Township of Brown	township-of-brown	Brown Township		US	IN	137	08362	0	America/Indiana/Indianapolis
4255049	Township of Brown	township-of-brown	Brown Township		US	IN	175	08380	0	America/Indiana/Indianapolis
4255065	Township of Brown	township-of-brown	Brown Township		US	IN	059	08290	0	America/Indiana/Indianapolis
4255067	Township of Brownsville	township-of-brownsville	Brownsville Township		US	IN	161	08542	0	America/Indiana/Indianapolis
4255072	Township of Brownstown	township-of-brownstown	Brownstown Township		US	IN	071	08488	0	America/Indiana/Indianapolis
4255132	Township of Buck Creek	township-of-buck-creek	Buck Creek Township		US	IN	059	08794	0	America/Indiana/Indianapolis
4255248	Township of Busseron	township-of-busseron	Busseron Township		US	IN	083	09514	0	America/Indiana/Vincennes
4255259	Township of Butler	township-of-butler	Butler Township		US	IN	047	09568	0	America/Indiana/Indianapolis
4255291	Township of Caesar Creek	township-of-caesar-creek	Caesar Creek Township,Cedar Creek Township,Township of Caesar Creek		US	IN	029	09730	0	America/New_York
4255411	Township of Campbell	township-of-campbell	Campbell Township		US	IN	079	09946	0	America/Indiana/Indianapolis
4255412	Township of Campbell	township-of-campbell	Campbell Township		US	IN	173	09964	0	America/Chicago
4255489	Township of Carr	township-of-carr	Carr Township		US	IN	071	10450	0	America/Indiana/Indianapolis
4255493	Township of Carr	township-of-carr	Carr Township		US	IN	019	10432	0	America/Kentucky/Louisville
4255499	Township of Carter	township-of-carter	Carter Township		US	IN	147	10576	0	America/Chicago
4255521	Township of Cass	township-of-cass	Cass Township		US	IN	021	10666	0	America/Indiana/Indianapolis
4255522	Township of Cass	township-of-cass	Cass Township		US	IN	037	10684	0	America/Indiana/Vincennes
4255523	Township of Cass	township-of-cass	Cass Township		US	IN	055	10702	0	America/Indiana/Indianapolis
4255524	Township of Cass	township-of-cass	Cass Township		US	IN	115	10738	0	America/New_York
4255525	Township of Cass	township-of-cass	Cass Township		US	IN	153	10792	0	America/Indiana/Indianapolis
4255609	Township of Center	township-of-center	Center Township		US	IN	029	11278	0	America/New_York
4255610	Township of Center	township-of-center	Center Township		US	IN	051	11314	0	America/Chicago
4255611	Township of Center	township-of-center	Center Township		US	IN	055	11350	0	America/Indiana/Indianapolis
4255612	Township of Center	township-of-center	Center Township		US	IN	059	11368	0	America/Indiana/Indianapolis
4255613	Township of Center	township-of-center	Center Township		US	IN	063	11386	0	America/Indiana/Indianapolis
4255614	Township of Center	township-of-center	Center Township		US	IN	079	11458	0	America/Indiana/Indianapolis
4255615	Township of Center	township-of-center	Center Township		US	IN	097	11512	0	America/Indiana/Indianapolis
4255616	Township of Center	township-of-center	Center Township		US	IN	101	11548	0	America/Indiana/Vincennes
4255617	Township of Center	township-of-center	Center Township		US	IN	129	11584	0	America/Chicago
4255618	Township of Center	township-of-center	Center Township		US	IN	137	11602	0	America/Indiana/Indianapolis
4255619	Township of Center	township-of-center	Center Township		US	IN	139	11620	0	America/Indiana/Indianapolis
4255620	Township of Center	township-of-center	Center Township		US	IN	161	11656	0	America/Indiana/Indianapolis
4255621	Township of Center	township-of-center	Center Township		US	IN	163	11674	0	America/Chicago
4255622	Township of Center	township-of-center	Center Township		US	IN	177	11710	0	America/Indiana/Indianapolis
4255707	Township of Charlestown	township-of-charlestown	Charlestown Township		US	IN	019	12142	0	America/Kentucky/Louisville
4255826	Township of Clark	township-of-clark	Clark Township		US	IN	081	12781	0	America/Indiana/Indianapolis
4255827	Township of Clark	township-of-clark	Clark Township		US	IN	107	12790	0	America/Indiana/Indianapolis
4255828	Township of Clark	township-of-clark	Clark Township		US	IN	123	12808	0	America/Indiana/Tell_City
4255852	Township of Clay	township-of-clay	Clay Township		US	IN	029	13024	0	America/New_York
4255853	Township of Clay	township-of-clay	Clay Township		US	IN	031	13042	0	America/Indiana/Indianapolis
4255854	Township of Clay	township-of-clay	Clay Township		US	IN	057	13060	0	America/Indiana/Indianapolis
4255855	Township of Clay	township-of-clay	Clay Township		US	IN	063	13078	0	America/Indiana/Indianapolis
4255856	Township of Clay	township-of-clay	Clay Township		US	IN	109	13168	0	America/Indiana/Indianapolis
4255857	Township of Clay	township-of-clay	Clay Township		US	IN	119	13186	0	America/Indiana/Indianapolis
4255858	Township of Clay	township-of-clay	Clay Township		US	IN	125	13204	0	America/Indiana/Petersburg
4255859	Township of Clay	township-of-clay	Clay Township		US	IN	147	13240	0	America/Chicago
4255860	Township of Clay	township-of-clay	Clay Township		US	IN	177	13258	0	America/Indiana/Indianapolis
4255869	Township of Clay	township-of-clay	Clay Township		US	IN	005	12970	0	America/Indiana/Indianapolis
4255880	Township of Clear Creek	township-of-clear-creek	Clear Creek Township		US	IN	105	13420	0	America/Indiana/Indianapolis
4255922	Township of Clifty	township-of-clifty	Clifty Township		US	IN	005	13618	0	America/Indiana/Indianapolis
4255931	Township of Clinton	township-of-clinton	Clinton Township		US	IN	031	13708	0	America/Indiana/Indianapolis
4255932	Township of Clinton	township-of-clinton	Clinton Township		US	IN	133	13762	0	America/Indiana/Indianapolis
4255933	Township of Clinton	township-of-clinton	Clinton Township		US	IN	165	13798	0	America/Indiana/Indianapolis
4255942	Township of Cloverdale	township-of-cloverdale	Cloverdale Township		US	IN	133	13870	0	America/Indiana/Indianapolis
4256034	Township of Columbia	township-of-columbia	Columbia Township		US	IN	037	14608	0	America/Indiana/Vincennes
4256035	Township of Columbia	township-of-columbia	Columbia Township		US	IN	041	14644	0	America/Indiana/Indianapolis
4256036	Township of Columbia	township-of-columbia	Columbia Township		US	IN	051	14662	0	America/Chicago
4256037	Township of Columbia	township-of-columbia	Columbia Township		US	IN	079	14680	0	America/Indiana/Indianapolis
4256042	Township of Columbus	township-of-columbus	Columbus Township		US	IN	005	14752	0	America/Indiana/Indianapolis
4256089	Township of Connersville	township-of-connersville	Connersville Township		US	IN	041	14950	0	America/Indiana/Indianapolis
4256194	Township of Cotton	township-of-cotton	Colton Township,Cotton Township,Township of Cotton		US	IN	155	15328	0	America/Indiana/Vevay
4256244	Township of Craig	township-of-craig	Craig Township		US	IN	155	15580	0	America/Indiana/Vevay
4256405	Township of Curry	township-of-curry	Curry Township		US	IN	153	16390	0	America/Indiana/Indianapolis
4256434	Township of Dalton	township-of-dalton	Dalton Township		US	IN	177	16714	0	America/Indiana/Indianapolis
4256518	Township of Decatur	township-of-decatur	Decatur Township		US	IN	097	17092	0	America/Indiana/Indianapolis
4256528	Township of Decker	township-of-decker	Decker Township		US	IN	083	17128	0	America/Indiana/Vincennes
4256562	Township of Delaware	township-of-delaware	Delaware Township		US	IN	057	17488	0	America/Indiana/Indianapolis
4256563	Township of Delaware	township-of-delaware	Delaware Township		US	IN	137	17524	0	America/Indiana/Indianapolis
4256630	Township of Dick Johnson	township-of-dick-johnson	Dick Johnson Township		US	IN	021	18118	0	America/Indiana/Indianapolis
4256767	Township of Driftwood	township-of-driftwood	Driftwood Township		US	IN	071	18712	0	America/Indiana/Indianapolis
4256822	Township of Dudley	township-of-dudley	Dudley Township		US	IN	065	18838	0	America/Indiana/Indianapolis
4257059	Township of Eel River	township-of-eel-river	Eel River Township		US	IN	063	20530	0	America/Indiana/Indianapolis
4257136	Township of Elmore	township-of-elmore	Elmore Township		US	IN	027	20962	0	America/Indiana/Vincennes
4257214	Township of Eugene	township-of-eugene	Eugene Township		US	IN	165	21556	0	America/Indiana/Indianapolis
4257258	Township of Fairbanks	township-of-fairbanks	Fairbanks Township		US	IN	153	22162	0	America/Indiana/Indianapolis
4257267	Township of Fairfield	township-of-fairfield	Fairfield Township		US	IN	047	22306	0	America/Indiana/Indianapolis
4257276	Township of Fairplay	township-of-fairplay	Fairplay Township		US	IN	055	22486	0	America/Indiana/Indianapolis
4257310	Township of Fairview	township-of-fairview	Fairview Township		US	IN	041	22522	0	America/Indiana/Indianapolis
4257338	Township of Fall Creek	township-of-fall-creek	Fall Creek Township		US	IN	057	22612	0	America/Indiana/Indianapolis
4257339	Township of Fall Creek	township-of-fall-creek	Fall Creek Township		US	IN	095	22648	0	America/Indiana/Indianapolis
4257391	Township of Fayette	township-of-fayette	Fayette Township		US	IN	167	22882	0	America/Indiana/Indianapolis
4257425	Township of Ferdinand	township-of-ferdinand	Ferdinand Township		US	IN	037	23008	0	America/Indiana/Vincennes
4257456	Township of Finley	township-of-finley	Finley Township		US	IN	143	23224	0	America/Indiana/Indianapolis
4257529	Township of Flat Rock	township-of-flat-rock	Flat Rock Township		US	IN	005	23548	0	America/Indiana/Indianapolis
4257561	Township of Florida	township-of-florida	Florida Township		US	IN	121	23764	0	America/Indiana/Indianapolis
4257566	Township of Floyd	township-of-floyd	Floyd Township		US	IN	133	23782	0	America/Indiana/Indianapolis
4257713	Township of Franklin	township-of-franklin	Franklin Township		US	IN	043	25360	0	America/Kentucky/Louisville
4257714	Township of Franklin	township-of-franklin	Franklin Township		US	IN	061	25396	0	America/Kentucky/Louisville
4257715	Township of Franklin	township-of-franklin	Franklin Township		US	IN	063	25414	0	America/Indiana/Indianapolis
4257716	Township of Franklin	township-of-franklin	Franklin Township		US	IN	065	25432	0	America/Indiana/Indianapolis
4257717	Township of Franklin	township-of-franklin	Franklin Township		US	IN	081	25468	0	America/Indiana/Indianapolis
4257718	Township of Franklin	township-of-franklin	Franklin Township		US	IN	097	25504	0	America/Indiana/Indianapolis
4257719	Township of Franklin	township-of-franklin	Franklin Township		US	IN	119	25540	0	America/Indiana/Indianapolis
4257720	Township of Franklin	township-of-franklin	Franklin Township		US	IN	133	25576	0	America/Indiana/Indianapolis
4257721	Township of Franklin	township-of-franklin	Franklin Township		US	IN	137	25612	0	America/Indiana/Indianapolis
4257722	Township of Franklin	township-of-franklin	Franklin Township		US	IN	175	25630	0	America/Indiana/Indianapolis
4257723	Township of Franklin	township-of-franklin	Franklin Township		US	IN	177	25666	0	America/Indiana/Indianapolis
4257772	Township of French Lick	township-of-french-lick	French Lick Township		US	IN	117	25990	0	America/Indiana/Indianapolis
4257825	Township of Fulton	township-of-fulton	Fulton Township		US	IN	045	26134	0	America/Indiana/Indianapolis
4257827	Township of Fugit	township-of-fugit	Fugit Township		US	IN	031	26098	0	America/Indiana/Indianapolis
4257899	Township of Geneva	township-of-geneva	Geneva Township		US	IN	079	27234	0	America/Indiana/Indianapolis
4257922	Township of Georgetown	township-of-georgetown	Georgetown Township		US	IN	043	27342	0	America/Kentucky/Louisville
4257937	Township of German	township-of-german	German Township		US	IN	005	27432	0	America/Indiana/Indianapolis
4257938	Township of German	township-of-german	German Township		US	IN	163	27486	0	America/Chicago
4257952	Township of Gibson	township-of-gibson	Gibson Township		US	IN	175	27594	0	America/Indiana/Indianapolis
4257960	Township of Gill	township-of-gill	Gill Township		US	IN	153	27666	0	America/Indiana/Indianapolis
4258141	Township of Graham	township-of-graham	Graham Township		US	IN	077	28566	0	America/Indiana/Indianapolis
4258170	Township of Grant	township-of-grant	Grant Township		US	IN	055	28854	0	America/Indiana/Indianapolis
4258176	Township of Grass	township-of-grass	Grass Township		US	IN	147	28944	0	America/Chicago
4258187	Township of Grassy Fork	township-of-grassy-fork	Grassy Fork Township		US	IN	071	29016	0	America/Indiana/Indianapolis
4258256	Township of Green	township-of-green	Green Township,Greene Township,Township of Green		US	IN	059	29142	0	America/Indiana/Indianapolis
4258257	Township of Green	township-of-green	Green Township,Greene Township,Township of Green		US	IN	095	29160	0	America/Indiana/Indianapolis
4258258	Township of Green	township-of-green	Green Township		US	IN	109	29196	0	America/Indiana/Indianapolis
4258276	Township of Greencastle	township-of-greencastle	Greencastle Township		US	IN	133	29376	0	America/Indiana/Indianapolis
4258282	Township of Greene	township-of-greene	Greene Township		US	IN	121	29484	0	America/Indiana/Indianapolis
4258283	Township of Green	township-of-green	Green Township,Greene Township,Township of Green,Township of Greene		US	IN	177	29250	0	America/Indiana/Indianapolis
4258290	Township of Greenfield	township-of-greenfield	Greenfield Township		US	IN	117	29556	0	America/Indiana/Indianapolis
4258301	Township of Greensboro	township-of-greensboro	Greensboro Township		US	IN	065	29700	0	America/Indiana/Indianapolis
4258311	Township of Greenville	township-of-greenville	Greenville Township		US	IN	043	29862	0	America/Kentucky/Louisville
4258325	Township of Greer	township-of-greer	Greer Township		US	IN	173	29970	0	America/Chicago
4258331	Township of Gregg	township-of-gregg	Gregg Township		US	IN	109	29988	0	America/Indiana/Indianapolis
4258381	Township of Guilford	township-of-guilford	Garfield Township,Guilford Township,Township of Guilford		US	IN	063	30204	0	America/Indiana/Indianapolis
4258394	Township of Guthrie	township-of-guthrie	Guthrie Township		US	IN	093	30258	0	America/Indiana/Indianapolis
4258410	Township of Haddon	township-of-haddon	Haddon Township		US	IN	153	30348	0	America/Indiana/Indianapolis
4258427	Township of Halbert	township-of-halbert	Halbert Township		US	IN	101	30420	0	America/Indiana/Vincennes
4258442	Township of Hall	township-of-hall	Hall Township		US	IN	037	30456	0	America/Indiana/Vincennes
4258448	Township of Hamblen	township-of-hamblen	Hamblen Township,Hamblin Township,Township of Hamblen		US	IN	013	30528	0	America/Indiana/Indianapolis
4258467	Township of Hamilton	township-of-hamilton	Hamilton Township		US	IN	071	30618	0	America/Indiana/Indianapolis
4258468	Township of Hamilton	township-of-hamilton	Hamilton Township		US	IN	153	30672	0	America/Indiana/Indianapolis
4258471	Township of Hammond	township-of-hammond	Hammond Township		US	IN	147	31018	0	America/Chicago
4258501	Township of Hanover	township-of-hanover	Hanover Township		US	IN	077	31234	0	America/Indiana/Indianapolis
4258502	Township of Hanover	township-of-hanover	Hanover Township		US	IN	145	31270	0	America/Indiana/Indianapolis
4258525	Township of Harbison	township-of-harbison	Harbison Township		US	IN	037	31324	0	America/Indiana/Vincennes
4258560	Township of Harmony	township-of-harmony	Harmony Township		US	IN	129	31504	0	America/Chicago
4258562	Township of Harmony	township-of-harmony	Harmony Township		US	IN	161	31522	0	America/Indiana/Indianapolis
4258605	Township of Harrison	township-of-harrison	Harrison Township		US	IN	005	31612	0	America/Indiana/Indianapolis
4258606	Township of Harrison	township-of-harrison	Harrison Township		US	IN	011	31648	0	America/Indiana/Indianapolis
4258607	Township of Harrison	township-of-harrison	Harrison Township		US	IN	021	31684	0	America/Indiana/Indianapolis
4258608	Township of Harrison	township-of-harrison	Harrison Township		US	IN	027	31702	0	America/Indiana/Vincennes
4258609	Township of Harrison	township-of-harrison	Harrison Township		US	IN	029	31720	0	America/New_York
4258610	Township of Harrison	township-of-harrison	Harrison Township		US	IN	041	31792	0	America/Indiana/Indianapolis
4258611	Township of Harrison	township-of-harrison	Harrison Township		US	IN	061	31810	0	America/Kentucky/Louisville
4258612	Township of Harrison	township-of-harrison	Harrison Township		US	IN	065	31828	0	America/Indiana/Indianapolis
4258613	Township of Harrison	township-of-harrison	Harrison Township		US	IN	083	31864	0	America/Indiana/Vincennes
4258614	Township of Harrison	township-of-harrison	Harrison Township		US	IN	109	31936	0	America/Indiana/Indianapolis
4258615	Township of Harrison	township-of-harrison	Harrison Township		US	IN	119	31954	0	America/Indiana/Indianapolis
4258616	Township of Harrison	township-of-harrison	Harrison Township		US	IN	147	31990	0	America/Chicago
4258617	Township of Harrison	township-of-harrison	Harrison Township		US	IN	161	32008	0	America/Indiana/Indianapolis
4258618	Township of Harrison	township-of-harrison	Harrison Township		US	IN	167	32026	0	America/Indiana/Indianapolis
4258619	Township of Harrison	township-of-harrison	Harrison Township		US	IN	177	32044	0	America/Indiana/Indianapolis
4258628	Township of Hart	township-of-hart	Hart Township		US	IN	173	32188	0	America/Chicago
4258681	Township of Haw Creek	township-of-haw-creek	Haw Creek Township		US	IN	005	32530	0	America/Indiana/Indianapolis
4258751	Township of Helt	township-of-helt	Helt Township		US	IN	165	32962	0	America/Indiana/Indianapolis
4258790	Township of Hendricks	township-of-hendricks	Hendricks Township		US	IN	145	33070	0	America/Indiana/Indianapolis
4258798	Township of Henry	township-of-henry	Henry Township		US	IN	065	33124	0	America/Indiana/Indianapolis
4258809	Township of Hensley	township-of-hensley	Hensley Township		US	IN	081	33160	0	America/Indiana/Indianapolis
4258826	Township of Heth	township-of-heth	Heth Township		US	IN	061	33268	0	America/Kentucky/Louisville
4258916	Township of Highland	township-of-highland	Highland Township		US	IN	047	33448	0	America/Indiana/Indianapolis
4258917	Township of Highland	township-of-highland	Highland Township		US	IN	055	33457	0	America/Indiana/Indianapolis
4259006	Township of Hogan	township-of-hogan	Hogan Township		US	IN	029	34222	0	America/New_York
4259088	Township of Honey Creek	township-of-honey-creek	Honey Creek Township		US	IN	167	34546	0	America/Indiana/Indianapolis
4259207	Township of Howard	township-of-howard	Howard Township		US	IN	121	34942	0	America/Indiana/Indianapolis
4259208	Township of Howard	township-of-howard	Howard Township		US	IN	175	34960	0	America/Indiana/Indianapolis
4259232	Township of Huff	township-of-huff	Huff Township		US	IN	147	35140	0	America/Chicago
4259365	Township of Indian Creek	township-of-indian-creek	Indian Creek Township		US	IN	093	36054	0	America/Indiana/Indianapolis
4259366	Township of Indian Creek	township-of-indian-creek	Indian Creek Township		US	IN	105	36072	0	America/Indiana/Indianapolis
4259587	Township of Jackson	township-of-jackson	Jackson Township		US	IN	005	36756	0	America/Indiana/Indianapolis
4259588	Township of Jackson	township-of-jackson	Jackson Township		US	IN	011	36792	0	America/Indiana/Indianapolis
4259589	Township of Jackson	township-of-jackson	Jackson Township		US	IN	013	36810	0	America/Indiana/Indianapolis
4259590	Township of Jackson	township-of-jackson	Jackson Township		US	IN	021	36864	0	America/Indiana/Indianapolis
4259591	Township of Jackson	township-of-jackson	Jackson Township		US	IN	029	36900	0	America/New_York
4259592	Township of Jackson	township-of-jackson	Jackson Township		US	IN	031	36918	0	America/Indiana/Indianapolis
4259593	Township of Jackson	township-of-jackson	Jackson Township		US	IN	037	36954	0	America/Indiana/Vincennes
4259594	Township of Jackson	township-of-jackson	Jackson Township		US	IN	041	36990	0	America/Indiana/Indianapolis
4259595	Township of Jackson	township-of-jackson	Jackson Township		US	IN	045	37008	0	America/Indiana/Indianapolis
4259596	Township of Jackson	township-of-jackson	Jackson Township		US	IN	055	37026	0	America/Indiana/Indianapolis
4259597	Township of Jackson	township-of-jackson	Jackson Township		US	IN	059	37062	0	America/Indiana/Indianapolis
4259598	Township of Jackson	township-of-jackson	Jackson Township		US	IN	061	37080	0	America/Kentucky/Louisville
4259599	Township of Jackson	township-of-jackson	Jackson Township		US	IN	071	37134	0	America/Indiana/Indianapolis
4259600	Township of Jackson	township-of-jackson	Jackson Township		US	IN	109	37224	0	America/Indiana/Indianapolis
4259601	Township of Jackson	township-of-jackson	Jackson Township		US	IN	117	37260	0	America/Indiana/Indianapolis
4259602	Township of Jackson	township-of-jackson	Jackson Township		US	IN	119	37278	0	America/Indiana/Indianapolis
4259603	Township of Jackson	township-of-jackson	Jackson Township		US	IN	121	37296	0	America/Indiana/Indianapolis
4259604	Township of Jackson	township-of-jackson	Jackson Township		US	IN	133	37332	0	America/Indiana/Indianapolis
4259605	Township of Jackson	township-of-jackson	Jackson Township		US	IN	137	37368	0	America/Indiana/Indianapolis
4259606	Township of Jackson	township-of-jackson	Jackson Township		US	IN	145	37404	0	America/Indiana/Indianapolis
4259607	Township of Jackson	township-of-jackson	Jackson Township		US	IN	147	37422	0	America/Chicago
4259608	Township of Jackson	township-of-jackson	Jackson Township		US	IN	153	37476	0	America/Indiana/Indianapolis
4259609	Township of Jackson	township-of-jackson	Jackson Township		US	IN	175	37512	0	America/Indiana/Indianapolis
4259610	Township of Jackson	township-of-jackson	Jackson Township		US	IN	177	37530	0	America/Indiana/Indianapolis
4259660	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IN	037	37926	0	America/Indiana/Vincennes
4259661	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IN	055	37980	0	America/Indiana/Indianapolis
4259662	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IN	109	38088	0	America/Indiana/Indianapolis
4259663	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IN	119	38142	0	America/Indiana/Indianapolis
4259664	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IN	125	38160	0	America/Indiana/Petersburg
4259665	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IN	133	38196	0	America/Indiana/Indianapolis
4259666	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IN	153	38214	0	America/Indiana/Indianapolis
4259667	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IN	155	38232	0	America/Indiana/Vevay
4259668	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IN	175	38268	0	America/Indiana/Indianapolis
4259669	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IN	177	38286	0	America/Indiana/Indianapolis
4259672	Township of Jeffersonville	township-of-jeffersonville	Jeffersonville Township		US	IN	019	38367	0	America/Indiana/Indianapolis
4259680	Township of Jennings	township-of-jennings	Jennings Township		US	IN	025	38394	0	America/Indiana/Marengo
4259681	Township of Jennings	township-of-jennings	Jennings Township		US	IN	041	38412	0	America/Indiana/Indianapolis
4259682	Township of Jennings	township-of-jennings	Jennings Township		US	IN	119	38430	0	America/Indiana/Indianapolis
4259683	Township of Jennings	township-of-jennings	Jennings Township		US	IN	143	38448	0	America/Indiana/Indianapolis
4259739	Township of Johnson	township-of-johnson	Johnson Township		US	IN	025	38646	0	America/Indiana/Marengo
4259740	Township of Johnson	township-of-johnson	Johnson Township		US	IN	051	38682	0	America/Chicago
4259741	Township of Johnson	township-of-johnson	Johnson Township		US	IN	083	38700	0	America/Indiana/Vincennes
4259742	Township of Johnson	township-of-johnson	Johnson Township		US	IN	137	38754	0	America/Indiana/Indianapolis
4259743	Township of Johnson	township-of-johnson	Johnson Township		US	IN	143	38772	0	America/Indiana/Indianapolis
4259872	Township of Kelso	township-of-kelso	Kelso Township		US	IN	029	39330	0	America/New_York
4259956	Township of Knight	township-of-knight	Knight Township		US	IN	163	40212	0	America/Chicago
4260032	Township of Lafayette	township-of-lafayette	Lafayette Township		US	IN	043	40734	0	America/Kentucky/Louisville
4260033	Township of Lafayette	township-of-lafayette	Lafayette Township		US	IN	119	40770	0	America/Indiana/Indianapolis
4260151	Township of Lancaster	township-of-lancaster	Lancaster Township		US	IN	077	41940	0	America/Indiana/Indianapolis
4260163	Township of Lane	township-of-lane	Lane Township		US	IN	173	42012	0	America/Chicago
4260195	Township of Laughery	township-of-laughery	Langhery Township,Laughery Township,Township of Laughery		US	IN	137	42336	0	America/Indiana/Indianapolis
4260206	Township of Laurel	township-of-laurel	Laurel Township		US	IN	047	42390	0	America/Indiana/Indianapolis
4260222	Township of Lawrence	township-of-lawrence	Lawrence Township		US	IN	097	42444	0	America/Indiana/Indianapolis
4260225	Township of Lawrenceburg	township-of-lawrenceburg	Lawrenceburg Township		US	IN	029	42480	0	America/New_York
4268384	Township of Blaine	township-of-blaine	Blaine Township		US	KS	115	07125	0	America/Chicago
4260296	Township of Leopold	township-of-leopold	Leopold Township		US	IN	123	42894	0	America/Indiana/Tell_City
4260321	Township of Lewis	township-of-lewis	Lewis Township		US	IN	021	43002	0	America/Indiana/Indianapolis
4260327	Township of Lexington	township-of-lexington	Lexington Township		US	IN	143	43164	0	America/Indiana/Indianapolis
4260354	Township of Liberty	township-of-liberty	Liberty Township		US	IN	025	43218	0	America/Indiana/Marengo
4260355	Township of Liberty	township-of-liberty	Liberty Township		US	IN	063	43290	0	America/Indiana/Indianapolis
4260356	Township of Liberty	township-of-liberty	Liberty Township		US	IN	065	43308	0	America/Indiana/Indianapolis
4260357	Township of Liberty	township-of-liberty	Liberty Township		US	IN	121	43344	0	America/Indiana/Indianapolis
4260358	Township of Liberty	township-of-liberty	Liberty Township		US	IN	145	43398	0	America/Indiana/Indianapolis
4260359	Township of Liberty	township-of-liberty	Liberty Township		US	IN	161	43452	0	America/Indiana/Indianapolis
4260441	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IN	063	43794	0	America/Indiana/Indianapolis
4260454	Township of Linton	township-of-linton	Linton Township		US	IN	167	44208	0	America/Indiana/Indianapolis
4260638	Township of Lockhart	township-of-lockhart	Loackhart Township,Lockhart Township,Township of Lockhart		US	IN	125	44532	0	America/Indiana/Petersburg
4260668	Township of Logan	township-of-logan	Logan Township		US	IN	029	44604	0	America/New_York
4260669	Township of Logan	township-of-logan	Logan Township		US	IN	125	44640	0	America/Indiana/Petersburg
4260731	Township of Lost Creek	township-of-lost-creek	Lost Creek Township		US	IN	167	45018	0	America/Indiana/Indianapolis
4260757	Township of Lovett	township-of-lovett	Lovett Township		US	IN	079	45108	0	America/Indiana/Indianapolis
4260792	Township of Luce	township-of-luce	Luce Township		US	IN	147	45216	0	America/Chicago
4260844	Township of Lynn	township-of-lynn	Lynn Township		US	IN	129	45450	0	America/Chicago
4260860	Township of Madison	township-of-madison	Madison Township		US	IN	027	45936	0	America/Indiana/Vincennes
4260861	Township of Madison	township-of-madison	Madison Township		US	IN	037	45954	0	America/Indiana/Vincennes
4260862	Township of Madison	township-of-madison	Madison Township		US	IN	077	46008	0	America/Indiana/Indianapolis
4260863	Township of Madison	township-of-madison	Madison Township		US	IN	109	46044	0	America/Indiana/Indianapolis
4260864	Township of Madison	township-of-madison	Madison Township		US	IN	125	46062	0	America/Indiana/Petersburg
4260865	Township of Madison	township-of-madison	Madison Township		US	IN	133	46080	0	America/Indiana/Indianapolis
4260866	Township of Madison	township-of-madison	Madison Township		US	IN	175	46134	0	America/Indiana/Indianapolis
4260895	Township of Manchester	township-of-manchester	Manchester Township		US	IN	029	46368	0	America/New_York
4260982	Township of Marion	township-of-marion	Marion Township		US	IN	031	46872	0	America/Indiana/Indianapolis
4260983	Township of Marion	township-of-marion	Marion Township		US	IN	037	46890	0	America/Indiana/Vincennes
4260984	Township of Marion	township-of-marion	Marion Township		US	IN	063	46926	0	America/Indiana/Indianapolis
4260985	Township of Marion	township-of-marion	Marion Township		US	IN	079	46962	0	America/Indiana/Indianapolis
4260986	Township of Marion	township-of-marion	Marion Township		US	IN	093	46980	0	America/Indiana/Indianapolis
4260987	Township of Marion	township-of-marion	Marion Township		US	IN	119	46998	0	America/Indiana/Indianapolis
4260988	Township of Marion	township-of-marion	Marion Township		US	IN	125	47016	0	America/Indiana/Petersburg
4260989	Township of Marion	township-of-marion	Marion Township		US	IN	133	47034	0	America/Indiana/Indianapolis
4260990	Township of Marion	township-of-marion	Marion Township		US	IN	145	47052	0	America/Indiana/Indianapolis
4261003	Township of Marrs	township-of-marrs	Marrs Township		US	IN	129	47250	0	America/Chicago
4261013	Township of Marshall	township-of-marshall	Marshall Township		US	IN	093	47304	0	America/Indiana/Indianapolis
4261293	Township of Metamora	township-of-metamora	Metamora Township		US	IN	047	48564	0	America/Indiana/Indianapolis
4261348	Township of Middle	township-of-middle	Middle Township		US	IN	063	48852	0	America/Indiana/Indianapolis
4261435	Township of Miller	township-of-miller	Miller Township		US	IN	029	49464	0	America/New_York
4261466	Township of Milton	township-of-milton	Milton Township		US	IN	077	49824	0	America/Indiana/Indianapolis
4261493	Township of Mitcheltree	township-of-mitcheltree	Baker Township,Mitchelltree Township,Mitcheltree Township,Township of Mitcheltree		US	IN	101	49995	0	America/Indiana/Vincennes
4261533	Township of Monroe	township-of-monroe	Monroe Township		US	IN	019	50274	0	America/Kentucky/Louisville
4261534	Township of Monroe	township-of-monroe	Monroe Township		US	IN	077	50346	0	America/Indiana/Indianapolis
4261535	Township of Monroe	township-of-monroe	Monroe Township		US	IN	109	50400	0	America/Indiana/Indianapolis
4261536	Township of Monroe	township-of-monroe	Monroe Township		US	IN	125	50418	0	America/Indiana/Petersburg
4261537	Township of Monroe	township-of-monroe	Monroe Township		US	IN	133	50454	0	America/Indiana/Indianapolis
4261538	Township of Monroe	township-of-monroe	Monroe Township		US	IN	175	50508	0	America/Indiana/Indianapolis
4261557	Township of Montgomery	township-of-montgomery	Montgomery Township		US	IN	051	50706	0	America/Chicago
4261558	Township of Montgomery	township-of-montgomery	Montgomery Township		US	IN	079	50724	0	America/Indiana/Indianapolis
4261559	Township of Montgomery	township-of-montgomery	Montgomery Township		US	IN	119	50742	0	America/Indiana/Indianapolis
4261591	Township of Moral	township-of-moral	Moral Township		US	IN	145	50994	0	America/Indiana/Indianapolis
4261608	Township of Morgan	township-of-morgan	Morgan Township		US	IN	061	51030	0	America/Kentucky/Louisville
4261609	Township of Morgan	township-of-morgan	Morgan Township		US	IN	119	51048	0	America/Indiana/Indianapolis
4262011	Township of Needham	township-of-needham	Needham Township		US	IN	081	52164	0	America/Indiana/Indianapolis
4262044	Township of Nevins	township-of-nevins	Nevino Township,Nevins Township,Township of Nevins		US	IN	167	52308	0	America/Indiana/Indianapolis
4262050	Township of New Albany	township-of-new-albany	New Albany Township		US	IN	043	52344	0	America/Kentucky/Louisville
4262089	Township of New Garden	township-of-new-garden	New Garden Township		US	IN	177	52938	0	America/Indiana/Indianapolis
4262206	Township of Nineveh	township-of-nineveh	Nineveh Township		US	IN	081	54000	0	America/Indiana/Indianapolis
4262208	Township of Noble	township-of-noble	Noble Township		US	IN	139	54126	0	America/Indiana/Indianapolis
4262209	Township of Noble	township-of-noble	Noble Township		US	IN	145	54144	0	America/Indiana/Indianapolis
4262332	Township of Northeast	township-of-northeast	North East Township,Northeast Township,Township of Northeast		US	IN	117	54648	0	America/Indiana/Indianapolis
4262347	Township of Northwest	township-of-northwest	North West Township,Northwest Township,Township of Northwest		US	IN	117	55152	0	America/Indiana/Indianapolis
4262465	Township of Ohio	township-of-ohio	Ohio Township		US	IN	005	56124	0	America/Indiana/Indianapolis
4262467	Township of Ohio	township-of-ohio	Ohio Township		US	IN	147	56160	0	America/Chicago
4262468	Township of Ohio	township-of-ohio	Ohio Township		US	IN	173	56178	0	America/Chicago
4262480	Township of Oil	township-of-oil	Oil Township		US	IN	123	56214	0	America/Indiana/Tell_City
4262597	Township of Orange	township-of-orange	Orange Township		US	IN	041	56736	0	America/Indiana/Indianapolis
4262598	Township of Orange	township-of-orange	Orange Township		US	IN	139	56772	0	America/Indiana/Indianapolis
4262601	Township of Orangeville	township-of-orangeville	Orangeville Township		US	IN	117	56826	0	America/Indiana/Indianapolis
4262613	Township of Oregon	township-of-oregon	Oregon Township		US	IN	019	56898	0	America/Kentucky/Louisville
4262625	Township of Orleans	township-of-orleans	Orleans Township		US	IN	117	57042	0	America/Indiana/Indianapolis
4262657	Township of Otter Creek	township-of-otter-creek	Otter Creek Township		US	IN	137	57276	0	America/Indiana/Indianapolis
4262658	Township of Otter Creek	township-of-otter-creek	Otter Creek Township,Otter Township,Township of Otter Creek		US	IN	167	57294	0	America/Indiana/Indianapolis
4262699	Township of Owen	township-of-owen	Owen Township		US	IN	019	57438	0	America/Kentucky/Louisville
4262700	Township of Owen	township-of-owen	Owen Township		US	IN	071	57474	0	America/Indiana/Indianapolis
4262701	Township of Owen	township-of-owen	Owen Township		US	IN	173	57492	0	America/Chicago
4262749	Township of Palmyra	township-of-palmyra	Palmyra Township		US	IN	083	57744	0	America/Indiana/Vincennes
4262760	Township of Paoli	township-of-paoli	Paoli Township		US	IN	117	57798	0	America/Indiana/Indianapolis
4262836	Township of Patoka	township-of-patoka	Patoka Township		US	IN	025	58284	0	America/Indiana/Marengo
4262837	Township of Patoka	township-of-patoka	Patoka Township		US	IN	037	58302	0	America/Indiana/Vincennes
4262838	Township of Patoka	township-of-patoka	Patoka Township		US	IN	051	58338	0	America/Chicago
4262839	Township of Patoka	township-of-patoka	Patoka Township		US	IN	125	58356	0	America/Indiana/Petersburg
4262905	Township of Penn	township-of-penn	Penn Township		US	IN	121	58698	0	America/Indiana/Indianapolis
4262941	Township of Perry	township-of-perry	Perry Township		US	IN	011	58968	0	America/Indiana/Indianapolis
4262942	Township of Perry	township-of-perry	Perry Township		US	IN	021	58986	0	America/Indiana/Indianapolis
4262943	Township of Perry	township-of-perry	Perry Township		US	IN	093	59040	0	America/Indiana/Indianapolis
4262944	Township of Perry	township-of-perry	Perry Township		US	IN	097	59058	0	America/Indiana/Indianapolis
4262945	Township of Perry	township-of-perry	McCameron Township,Perry Township,Township of Perry		US	IN	101	59076	0	America/Indiana/Vincennes
4262946	Township of Perry	township-of-perry	Perry Township		US	IN	105	59112	0	America/Indiana/Indianapolis
4262947	Township of Perry	township-of-perry	Perry Township		US	IN	163	59166	0	America/Chicago
4262948	Township of Perry	township-of-perry	Perry Township		US	IN	177	59184	0	America/Indiana/Indianapolis
4262952	Township of Pershing	township-of-pershing	Pershing Township		US	IN	071	59274	0	America/Indiana/Indianapolis
4263009	Township of Pierce	township-of-pierce	Pierce Township		US	IN	175	59580	0	America/Indiana/Indianapolis
4263012	Township of Pierson	township-of-pierson	Pierson Township		US	IN	167	59652	0	America/Indiana/Indianapolis
4263021	Township of Pigeon	township-of-pigeon	Pigeon Township		US	IN	163	59670	0	America/Chicago
4263022	Township of Pigeon	township-of-pigeon	Pigeon Township		US	IN	173	59688	0	America/Chicago
4263029	Township of Pike	township-of-pike	Pike Township		US	IN	097	59742	0	America/Indiana/Indianapolis
4263030	Township of Pike	township-of-pike	Pike Township		US	IN	115	59760	0	America/New_York
4263179	Township of Pleasant Run	township-of-pleasant-run	Pleasant Run Township		US	IN	093	60624	0	America/Indiana/Indianapolis
4263202	Township of Pleasant	township-of-pleasant	Pleasant Township		US	IN	081	60390	0	America/Indiana/Indianapolis
4263203	Township of Pleasant	township-of-pleasant	Pleasant Township		US	IN	155	60480	0	America/Indiana/Vevay
4263233	Township of Point	township-of-point	Point Township		US	IN	129	60858	0	America/Chicago
4263247	Township of Polk	township-of-polk	Polk Township		US	IN	105	60984	0	America/Indiana/Indianapolis
4263248	Township of Polk	township-of-polk	Polk Township		US	IN	175	61002	0	America/Indiana/Indianapolis
4263300	Township of Posey	township-of-posey	Posey Township		US	IN	021	61290	0	America/Indiana/Indianapolis
4263301	Township of Posey	township-of-posey	Posey Township		US	IN	041	61308	0	America/Indiana/Indianapolis
4263302	Township of Posey	township-of-posey	Posey Township		US	IN	047	61326	0	America/Indiana/Indianapolis
4263303	Township of Posey	township-of-posey	Posey Township		US	IN	061	61344	0	America/Kentucky/Louisville
4263304	Township of Posey	township-of-posey	Posey Township		US	IN	139	61362	0	America/Indiana/Indianapolis
4263305	Township of Posey	township-of-posey	Posey Township		US	IN	155	61380	0	America/Indiana/Vevay
4263306	Township of Posey	township-of-posey	Posey Township		US	IN	175	61398	0	America/Indiana/Indianapolis
4263364	Township of Prairie Creek	township-of-prairie-creek	Prairie Creek Township		US	IN	167	61704	0	America/Indiana/Indianapolis
4263366	Township of Prairieton	township-of-prairieton	Prairieton Township		US	IN	167	61776	0	America/Indiana/Indianapolis
4263492	Township of Raccoon	township-of-raccoon	Raccoon Township		US	IN	121	62622	0	America/Indiana/Indianapolis
4263531	Township of Randolph	township-of-randolph	Randolph Township		US	IN	115	62928	0	America/New_York
4263561	Township of Ray	township-of-ray	Ray Township		US	IN	047	63126	0	America/Indiana/Indianapolis
4263562	Township of Ray	township-of-ray	Ray Township		US	IN	109	63144	0	America/Indiana/Indianapolis
4263594	Township of Redding	township-of-redding	Redding Township		US	IN	071	63414	0	America/Indiana/Indianapolis
4263614	Township of Reeve	township-of-reeve	Reeve Township		US	IN	027	63702	0	America/Indiana/Vincennes
4263629	Township of Republican	township-of-republican	Republican Township		US	IN	077	63828	0	America/Indiana/Indianapolis
4263630	Township of Reserve	township-of-reserve	Reserve Township		US	IN	121	63846	0	America/Indiana/Indianapolis
4263679	Township of Richland	township-of-richland	Richland Township		US	IN	105	64152	0	America/Indiana/Indianapolis
4263680	Township of Richland	township-of-richland	Richland Township		US	IN	139	64188	0	America/Indiana/Indianapolis
4263692	Township of Richland	township-of-richland	Richland Township		US	IN	055	64080	0	America/Indiana/Indianapolis
4263723	Township of Riley	township-of-riley	Riley Township		US	IN	167	64530	0	America/Indiana/Indianapolis
4263734	Township of Ripley	township-of-ripley	Ripley Township		US	IN	107	64620	0	America/Indiana/Indianapolis
4263735	Township of Ripley	township-of-ripley	Ripley Township		US	IN	139	64656	0	America/Indiana/Indianapolis
4263784	Township of Robb	township-of-robb	Robb Township		US	IN	129	65052	0	America/Chicago
4263817	Township of Robinson	township-of-robinson	Robinson Township		US	IN	129	65124	0	America/Chicago
4263826	Township of Rock Creek	township-of-rock-creek	Rock Creek Township		US	IN	005	65250	0	America/Indiana/Indianapolis
4263967	Township of Rushville	township-of-rushville	Rushville Township		US	IN	139	66456	0	America/Indiana/Indianapolis
4263977	Township of Russell	township-of-russell	Russell Township		US	IN	133	66474	0	America/Indiana/Indianapolis
4264006	Township of Rutherford	township-of-rutherford	Rutherford Township		US	IN	101	66582	0	America/Indiana/Vincennes
4264379	Township of Salt Creek	township-of-salt-creek	Salt Creek Township		US	IN	047	67554	0	America/Indiana/Indianapolis
4264380	Township of Salt Creek	township-of-salt-creek	Salt Creek Township		US	IN	071	67572	0	America/Indiana/Indianapolis
4264381	Township of Salt Creek	township-of-salt-creek	Salt Creek Township		US	IN	105	67590	0	America/Indiana/Indianapolis
4264383	Township of Saltcreek	township-of-saltcreek	Salt Creek Township,Township of Salt Creek,Township of Saltcreek		US	IN	031	67536	0	America/Indiana/Indianapolis
4264389	Township of Saluda	township-of-saluda	Saluda Township		US	IN	077	67662	0	America/Indiana/Indianapolis
4264418	Township of Sand Creek	township-of-sand-creek	Sand Creek Township		US	IN	005	67716	0	America/Indiana/Indianapolis
4264419	Township of Sandcreek	township-of-sandcreek	Sand Creek Township,Township of Sand Creek,Township of Sandcreek		US	IN	031	67734	0	America/Indiana/Indianapolis
4264420	Township of Sand Creek	township-of-sand-creek	Sand Creek Township		US	IN	079	67752	0	America/Indiana/Indianapolis
4264550	Township of Scott	township-of-scott	Scott Township		US	IN	107	68436	0	America/Indiana/Indianapolis
4264551	Township of Scott	township-of-scott	Scott Township		US	IN	163	68472	0	America/Chicago
4264671	Township of Shawswick	township-of-shawswick	Shawswick Township		US	IN	093	69102	0	America/Indiana/Indianapolis
4264685	Township of Shelby	township-of-shelby	Shelby Township		US	IN	077	69228	0	America/Indiana/Indianapolis
4264686	Township of Shelby	township-of-shelby	Shelby Township		US	IN	137	69264	0	America/Indiana/Indianapolis
4264687	Township of Shelby	township-of-shelby	Shelby Township		US	IN	145	69282	0	America/Indiana/Indianapolis
4264810	Township of Silver Creek	township-of-silver-creek	Silver Creek Township		US	IN	019	69696	0	America/Kentucky/Louisville
4264875	Township of Skelton	township-of-skelton	Skelton Township		US	IN	173	70002	0	America/Chicago
4264954	Township of Smith	township-of-smith	Smith Township		US	IN	055	70128	0	America/Indiana/Indianapolis
4264955	Township of Smith	township-of-smith	Smith Township		US	IN	129	70164	0	America/Chicago
4264971	Township of Smyrna	township-of-smyrna	Smyrna Township		US	IN	077	70398	0	America/Indiana/Indianapolis
4265099	Township of Southeast	township-of-southeast	Southeast Township		US	IN	117	71090	0	America/Indiana/Indianapolis
4265131	Township of Sparta	township-of-sparta	Sparta Township		US	IN	029	71738	0	America/New_York
4265157	Township of Spencer	township-of-spencer	Spencer Township		US	IN	061	71936	0	America/Kentucky/Louisville
4265158	Township of Spencer	township-of-spencer	Spence Township,Spencer Township,Township of Spencer		US	IN	079	71954	0	America/Indiana/Indianapolis
4265160	Township of Spice Valley	township-of-spice-valley	Spice Valley Township		US	IN	093	72044	0	America/Indiana/Indianapolis
4265163	Township of Spiceland	township-of-spiceland	Spiceland Township		US	IN	065	72026	0	America/Indiana/Indianapolis
4265220	Township of Springfield	township-of-springfield	Springfield Township		US	IN	047	72134	0	America/Indiana/Indianapolis
4265252	Township of Stafford	township-of-stafford	Stafford Township		US	IN	055	72530	0	America/Indiana/Indianapolis
4265267	Township of Stampers Creek	township-of-stampers-creek	Stampers Creek Township,Stampus Creek Township,Township of Stampers Creek		US	IN	117	72548	0	America/Indiana/Indianapolis
4265309	Township of Steele	township-of-steele	Steele Township		US	IN	027	72890	0	America/Indiana/Vincennes
4265312	Township of Steen	township-of-steen	Steen Township,Stien Township,Township of Steen		US	IN	083	72908	0	America/Indiana/Vincennes
4265337	Township of Sterling	township-of-sterling	Sterling Township		US	IN	025	73016	0	America/Indiana/Marengo
4265372	Township of Stockton	township-of-stockton	Stockton Township		US	IN	055	73304	0	America/Indiana/Indianapolis
4265478	Township of Sugar Creek	township-of-sugar-creek	Sugar Creek Township		US	IN	059	73880	0	America/Indiana/Indianapolis
4268385	Township of Blaine	township-of-blaine	Blaine Township		US	KS	143	07150	0	America/Chicago
4265479	Township of Sugar Creek	township-of-sugar-creek	Sugar Creek Township		US	IN	121	73916	0	America/Indiana/Indianapolis
4265480	Township of Sugar Creek	township-of-sugar-creek	Sugar Creek Township		US	IN	145	73952	0	America/Indiana/Indianapolis
4265481	Township of Sugar Creek	township-of-sugar-creek	Sugar Creek Township		US	IN	167	73970	0	America/Indiana/Indianapolis
4265498	Township of Sugar Ridge	township-of-sugar-ridge	Sugar Ridge Township		US	IN	021	73988	0	America/Indiana/Indianapolis
4265700	Township of Taylor	township-of-taylor	Taylor Township		US	IN	055	74996	0	America/Indiana/Indianapolis
4265701	Township of Taylor	township-of-taylor	Taylor Township		US	IN	061	75014	0	America/Kentucky/Louisville
4265702	Township of Taylor	township-of-taylor	Taylor Township		US	IN	119	75050	0	America/Indiana/Indianapolis
4265869	Township of Tobin	township-of-tobin	Tobia Township,Tobin Township,Township of Tobin		US	IN	123	76040	0	America/Indiana/Tell_City
4265977	Township of Troy	township-of-troy	Troy Township		US	IN	123	76652	0	America/Indiana/Tell_City
4266023	Township of Turman	township-of-turman	Turman Township		US	IN	153	76814	0	America/Indiana/Indianapolis
4266127	Township of Union	township-of-union	Union Township		US	IN	019	77174	0	America/Kentucky/Louisville
4266128	Township of Union	township-of-union	Union Township		US	IN	025	77210	0	America/Indiana/Marengo
4266129	Township of Union	township-of-union	Union Township		US	IN	051	77300	0	America/Chicago
4266130	Township of Union	township-of-union	Union Township		US	IN	063	77318	0	America/Indiana/Indianapolis
4266131	Township of Union	township-of-union	Union Township		US	IN	081	77390	0	America/Indiana/Indianapolis
4266132	Township of Union	township-of-union	Union Township		US	IN	115	77498	0	America/New_York
4266133	Township of Union	township-of-union	Union Township		US	IN	121	77516	0	America/Indiana/Indianapolis
4266134	Township of Union	township-of-union	Union Township		US	IN	123	77534	0	America/Indiana/Tell_City
4266135	Township of Union	township-of-union	Union Township		US	IN	139	77606	0	America/Indiana/Indianapolis
4266136	Township of Union	township-of-union	Union Township		US	IN	145	77642	0	America/Indiana/Indianapolis
4266137	Township of Union	township-of-union	Union Township		US	IN	161	77678	0	America/Indiana/Indianapolis
4266138	Township of Union	township-of-union	Union Township		US	IN	163	77696	0	America/Chicago
4266193	Township of Utica	township-of-utica	Utica Township		US	IN	019	78128	0	America/Kentucky/Louisville
4266217	Township of Van Buren	township-of-van-buren	Van Buren Township		US	IN	013	78398	0	America/Indiana/Indianapolis
4266218	Township of Van Buren	township-of-van-buren	Van Buren Township		US	IN	021	78416	0	America/Indiana/Indianapolis
4266219	Township of Van Buren	township-of-van-buren	Van Buren Township		US	IN	027	78434	0	America/Indiana/Vincennes
4266220	Township of Van Buren	township-of-van-buren	Van Buren Township		US	IN	105	78542	0	America/Indiana/Indianapolis
4266221	Township of Van Buren	township-of-van-buren	Van Buren Township		US	IN	145	78578	0	America/Indiana/Indianapolis
4266245	Township of Veale	township-of-veale	Veale Township		US	IN	027	78722	0	America/Indiana/Vincennes
4266253	Township of Vermillion	township-of-vermillion	Township of Vermillion,Vermilion Township,Vermillion Township		US	IN	165	78794	0	America/Indiana/Indianapolis
4266262	Township of Vernon	township-of-vernon	Vernon Township		US	IN	059	78866	0	America/Indiana/Indianapolis
4266263	Township of Vernon	township-of-vernon	Vernon Township		US	IN	071	78884	0	America/Indiana/Indianapolis
4266264	Township of Vernon	township-of-vernon	Vernon Township		US	IN	079	78920	0	America/Indiana/Indianapolis
4266265	Township of Vernon	township-of-vernon	Vernon Township		US	IN	175	78956	0	America/Indiana/Indianapolis
4266292	Township of Vienna	township-of-vienna	Vienna Township		US	IN	143	79100	0	America/Indiana/Indianapolis
4266296	Township of Vigo	township-of-vigo	Vigo Township		US	IN	083	79118	0	America/Indiana/Vincennes
4266309	Township of Vincennes	township-of-vincennes	Vincennes Township		US	IN	083	79217	0	America/Indiana/Vincennes
4266462	Township of Wabash	township-of-wabash	Wabash Township		US	IN	051	79298	0	America/Chicago
4266463	Township of Wabash	township-of-wabash	Wabash Township		US	IN	121	79334	0	America/Indiana/Indianapolis
4266504	Township of Walker	township-of-walker	Walker Township		US	IN	139	79658	0	America/Indiana/Indianapolis
4266543	Township of Walnut	township-of-walnut	Walnut Township		US	IN	107	79838	0	America/Indiana/Indianapolis
4266575	Township of Warren	township-of-warren	Warren Township		US	IN	097	80144	0	America/Indiana/Indianapolis
4266576	Township of Warren	township-of-warren	Warren Township		US	IN	133	80162	0	America/Indiana/Indianapolis
4266609	Township of Washington	township-of-washington	Washington Township		US	IN	013	80396	0	America/Indiana/Indianapolis
4266610	Township of Washington	township-of-washington	Washington Township		US	IN	019	80450	0	America/Kentucky/Louisville
4266611	Township of Washington	township-of-washington	Washington Township		US	IN	021	80468	0	America/Indiana/Indianapolis
4266612	Township of Washington	township-of-washington	Washington Township		US	IN	027	80522	0	America/Indiana/Vincennes
4266613	Township of Washington	township-of-washington	Washington Township		US	IN	029	80540	0	America/New_York
4266614	Township of Washington	township-of-washington	Washington Township		US	IN	031	80558	0	America/Indiana/Indianapolis
4266615	Township of Washington	township-of-washington	Washington Township		US	IN	051	80612	0	America/Chicago
4266616	Township of Washington	township-of-washington	Washington Township		US	IN	055	80648	0	America/Indiana/Indianapolis
4266617	Township of Washington	township-of-washington	Washington Township		US	IN	061	80684	0	America/Kentucky/Louisville
4266618	Township of Washington	township-of-washington	Washington Township		US	IN	063	80702	0	America/Indiana/Indianapolis
4266619	Township of Washington	township-of-washington	Washington Township		US	IN	071	80720	0	America/Indiana/Indianapolis
4266620	Township of Washington	township-of-washington	Washington Township		US	IN	083	80738	0	America/Indiana/Vincennes
4266621	Township of Washington	township-of-washington	Washington Township		US	IN	097	80792	0	America/Indiana/Indianapolis
4266622	Township of Washington	township-of-washington	Washington Township		US	IN	105	80828	0	America/Indiana/Indianapolis
4266623	Township of Washington	township-of-washington	Washington Township		US	IN	109	80846	0	America/Indiana/Indianapolis
4266624	Township of Washington	township-of-washington	Washington Township		US	IN	119	80900	0	America/Indiana/Indianapolis
4266625	Township of Washington	township-of-washington	Washington Township		US	IN	121	80918	0	America/Indiana/Indianapolis
4266626	Township of Washington	township-of-washington	Washington Township		US	IN	125	80936	0	America/Indiana/Petersburg
4266627	Township of Washington	township-of-washington	Washington Township		US	IN	133	80972	0	America/Indiana/Indianapolis
4266628	Township of Washington	township-of-washington	Washington Township		US	IN	137	81008	0	America/Indiana/Indianapolis
4266629	Township of Washington	township-of-washington	Washington Township		US	IN	139	81026	0	America/Indiana/Indianapolis
4266630	Township of Washington	township-of-washington	Washington Township		US	IN	145	81044	0	America/Indiana/Indianapolis
4266631	Township of Washington	township-of-washington	Washington Township		US	IN	175	81116	0	America/Indiana/Indianapolis
4266632	Township of Washington	township-of-washington	Washington Township		US	IN	177	81134	0	America/Indiana/Indianapolis
4266648	Township of Waterloo	township-of-waterloo	Waterloo Township		US	IN	041	81314	0	America/Indiana/Indianapolis
4266675	Township of Wayne	township-of-wayne	Wayne Township		US	IN	005	81656	0	America/Indiana/Indianapolis
4266676	Township of Wayne	township-of-wayne	Wayne Township		US	IN	065	81728	0	America/Indiana/Indianapolis
4266677	Township of Wayne	township-of-wayne	Wayne Township		US	IN	097	81800	0	America/Indiana/Indianapolis
4266678	Township of Wayne	township-of-wayne	Wayne Township		US	IN	119	81872	0	America/Indiana/Indianapolis
4266679	Township of Wayne	township-of-wayne	Wayne Township		US	IN	177	81944	0	America/Indiana/Indianapolis
4266706	Township of Webster	township-of-webster	Webster Township		US	IN	061	82106	0	America/Kentucky/Louisville
4266709	Township of Webster	township-of-webster	Webster Township		US	IN	177	82160	0	America/Indiana/Indianapolis
4266951	Township of White River	township-of-white-river	White River Township		US	IN	051	83888	0	America/Chicago
4266952	Township of White River	township-of-white-river	White River Township		US	IN	081	83924	0	America/Indiana/Indianapolis
4266976	Township of Whitewater	township-of-whitewater	Whitewater Township		US	IN	047	84068	0	America/Indiana/Indianapolis
4266992	Township of Widner	township-of-widner	Widner Township		US	IN	083	84158	0	America/Indiana/Vincennes
4267194	Township of Wood	township-of-wood	Wood Township		US	IN	019	85166	0	America/Kentucky/Louisville
4267234	Township of Worth	township-of-worth	Worth Township		US	IN	011	85580	0	America/Indiana/Indianapolis
4267242	Township of Wright	township-of-wright	Wright Township		US	IN	055	85634	0	America/Indiana/Indianapolis
4267281	Township of York	township-of-york	York Township		US	IN	029	85958	0	America/New_York
4267282	Township of York	township-of-york	York Township		US	IN	155	86048	0	America/Indiana/Vevay
4267365	City of Abilene	city-of-abilene			US	KS	041	00125	6844	America/Chicago
4267385	Township of Adams	township-of-adams	Adams Township		US	KS	131	00275	0	America/Chicago
4267396	Township of Adrian	township-of-adrian	Adrian Township		US	KS	085	00350	0	America/Chicago
4267403	Township of Aetna	township-of-aetna	Aetna Township		US	KS	007	00400	0	America/Chicago
4267408	Township of Agency	township-of-agency	Agency Township		US	KS	139	00450	0	America/Chicago
4267414	Township of Agnes City	township-of-agnes-city	Agnes City Township		US	KS	111	00525	0	America/Chicago
4267431	Township of Albano	township-of-albano	Albano Township		US	KS	185	00800	0	America/Chicago
4267437	Township of Afton	township-of-afton	Afton Township		US	KS	173	00425	0	America/Chicago
4267443	Township of Albion	township-of-albion	Albion Township		US	KS	009	00850	0	America/Chicago
4267444	Township of Albion	township-of-albion	Albion Township		US	KS	155	00875	0	America/Chicago
4267445	Township of Albion	township-of-albion	Albion Township		US	KS	157	00900	0	America/Chicago
4267468	Township of Alexander-Belle Prairie	township-of-alexander-belle-prairie	Alexander-Belle Prairie Township		US	KS	165	01087	0	America/Chicago
4267472	Township of Alexandria	township-of-alexandria	Alexander Township,Alexandria Township,Township of Alexandria		US	KS	103	01100	0	America/Chicago
4267503	Township of Allen	township-of-allen	Allen Township		US	KS	089	01225	0	America/Chicago
4267504	Township of Allen	township-of-allen	Allen Township		US	KS	095	01250	0	America/Chicago
4267518	Township of Alma	township-of-alma	Alma Township		US	KS	197	01375	0	America/Chicago
4267523	Township of Almena-District 4	township-of-almena-district-4	Almena Township,Almena-District 4 Township,Township of Almena-District 4		US	KS	137	01450	0	America/Chicago
4267530	Township of Alta	township-of-alta	Alta Township		US	KS	079	01500	0	America/Chicago
4267555	Township of Americus	township-of-americus	Americus Township		US	KS	111	01700	0	America/Chicago
4267612	City of Anthony	city-of-anthony			US	KS	077	01975	2269	America/Chicago
4267643	Township of Appanoose	township-of-appanoose	Appanoose Township		US	KS	059	02075	0	America/Chicago
4267645	Township of Appleton	township-of-appleton	Appleton Township,Brown Township,Township of Appleton		US	KS	025	02100	0	America/Chicago
4267648	Township of Arcade	township-of-arcade	Arcade Township		US	KS	147	02150	0	America/Chicago
4267658	Township of Arion	township-of-arion	Arion Township		US	KS	029	02275	0	America/Chicago
4267662	City of Arkansas City	city-of-arkansas-city	Arkansas City,City of Arkansas City		US	KS	035	02300	12415	America/Chicago
4267668	Township of Arlington	township-of-arlington	Arlington Township		US	KS	155	02350	0	America/Chicago
4267687	Township of Arvonia	township-of-arvonia	Arvonia Township		US	KS	139	02550	0	America/Chicago
4267705	Township of Ash Valley	township-of-ash-valley	Ash Valley Township		US	KS	145	02825	0	America/Chicago
4267707	Township of Ash Creek	township-of-ash-creek	Ash Creek Township		US	KS	053	02575	0	America/Chicago
4267709	Township of Asherville	township-of-asherville	Asherville Township		US	KS	123	02625	0	America/Chicago
4267718	Township of Ashland	township-of-ashland	Ashland Township		US	KS	161	02725	0	America/Chicago
4267741	City of Atchison	city-of-atchison			US	KS	005	02900	11021	America/Chicago
4267745	Township of Athelstane	township-of-athelstane	Athelstane Township		US	KS	027	02950	0	America/Chicago
4267750	Township of Athens	township-of-athens	Athens Township		US	KS	089	02975	0	America/Chicago
4267755	Township of Atlanta	township-of-atlanta	Atlanta Township		US	KS	159	03075	0	America/Chicago
4267763	Township of Attica	township-of-attica	Attica Township		US	KS	173	03125	0	America/Chicago
4267766	Township of Aubry	township-of-aubry	Aubry Township		US	KS	091	03225	0	America/Chicago
4267771	Township of Auburn	township-of-auburn	Auburn Township		US	KS	177	03275	0	America/Chicago
4267782	City of Augusta	city-of-augusta			US	KS	015	03300	9274	America/Chicago
4267783	Township of Augusta	township-of-augusta	Augusta Township		US	KS	015	03325	0	America/Chicago
4267789	Township of Aurora	township-of-aurora	Aurora Township		US	KS	029	03450	0	America/Chicago
4267798	Township of Avilla	township-of-avilla	Avilla Township		US	KS	033	03525	0	America/Chicago
4267801	Township of Avon	township-of-avon	Avon Township		US	KS	031	03550	0	America/Chicago
4267802	Township of Avon	township-of-avon	Avon Township		US	KS	191	03575	0	America/Chicago
4267856	Township of Baker	township-of-baker	Baker Township		US	KS	037	03750	0	America/Chicago
4267860	Township of Bala	township-of-bala	Bala Township		US	KS	161	03825	0	America/Chicago
4267863	Township of Balderson	township-of-balderson	Balderson Township		US	KS	117	03850	0	America/Chicago
4267889	Township of Banner	township-of-banner	Banner Township		US	KS	041	03975	0	America/Chicago
4267890	Township of Banner	township-of-banner	Banner Township		US	KS	085	04025	0	America/Chicago
4267891	Township of Banner	township-of-banner	Banner Township		US	KS	165	04075	0	America/Chicago
4267892	Township of Banner	township-of-banner	Banner Township		US	KS	183	04100	0	America/Chicago
4267909	Township of Barclay	township-of-barclay	Barclay Township		US	KS	139	04175	0	America/Chicago
4267917	Township of Barnes	township-of-barnes	Barnes Township		US	KS	201	04275	0	America/Chicago
4267965	Township of Battle Creek	township-of-battle-creek	Battle Creek Township		US	KS	105	04525	0	America/Chicago
4267970	Township of Battle Hill	township-of-battle-hill	Battle Hill Township		US	KS	113	04550	0	America/Chicago
4267982	City of Baxter Springs	city-of-baxter-springs			US	KS	021	04625	4238	America/Chicago
4267993	Township of Bazaar	township-of-bazaar	Bazaar Township,Bazar Township,Township of Bazaar		US	KS	017	04700	0	America/Chicago
4268000	Township of Bazine	township-of-bazine	Bazine Township		US	KS	135	04800	0	America/Chicago
4268039	Township of Beaver	township-of-beaver	Beaver Township		US	KS	009	04975	0	America/Chicago
4268040	Township of Beaver	township-of-beaver	Beaver Township		US	KS	035	05025	0	America/Chicago
4268041	Township of Beaver	township-of-beaver	Beaver Township		US	KS	105	05075	0	America/Chicago
4268042	Township of Beaver	township-of-beaver	Beaver Township		US	KS	147	05100	0	America/Chicago
4268043	Township of Beaver	township-of-beaver	Beaver Township		US	KS	157	05150	0	America/Chicago
4268044	Township of Beaver	township-of-beaver	Beaver Township		US	KS	183	05200	0	America/Chicago
4268056	City of Bel Aire	city-of-bel-aire			US	KS	173	05337	6769	America/Chicago
4268077	Township of Bell	township-of-bell	Bell Township		US	KS	155	05350	0	America/Chicago
4268078	Township of Bell	township-of-bell	Bell Township		US	KS	159	05375	0	America/Chicago
4268082	Township of Belle Plaine	township-of-belle-plaine	Belle Plaine Township		US	KS	191	05525	0	America/Chicago
4268097	City of Belleville	city-of-belleville			US	KS	157	05600	1991	America/Chicago
4268098	Township of Belleville	township-of-belleville	Belleville Township		US	KS	019	05575	0	America/Chicago
4268099	Township of Belleville	township-of-belleville	Belleville Township		US	KS	157	05625	0	America/Chicago
4268116	Township of Belmont	township-of-belmont	Belmont Township		US	KS	095	05675	0	America/Chicago
4268117	Township of Belmont	township-of-belmont	Belmont Township		US	KS	147	05700	0	America/Chicago
4268122	City of Beloit	city-of-beloit			US	KS	123	05775	3835	America/Chicago
4268123	Township of Beloit	township-of-beloit	Beloit Township		US	KS	123	05800	0	America/Chicago
4268125	Township of Belpre	township-of-belpre	Belpre Township		US	KS	047	05850	0	America/Chicago
4268134	Township of Belvue	township-of-belvue	Belvue Township		US	KS	149	05950	0	America/Chicago
4268149	Township of Bennett	township-of-bennett	Bennett Township		US	KS	095	06050	0	America/Chicago
4268152	Township of Bennington	township-of-bennington	Bennington Township		US	KS	143	06100	0	America/Chicago
4268164	Township of Benton	township-of-benton	Benton Township		US	KS	005	06150	0	America/Chicago
4268165	Township of Benton	township-of-benton	Benton Township		US	KS	015	06200	0	America/Chicago
4268191	Township of Berwick	township-of-berwick	Berwick Township		US	KS	131	06375	0	America/Chicago
4268214	Township of Bethany	township-of-bethany	Bethany Township		US	KS	141	06425	0	America/Chicago
4268280	Township of Big Bend	township-of-big-bend	Big Bend Township		US	KS	157	06550	0	America/Chicago
4268291	Township of Big Creek	township-of-big-creek	Big Creek Township		US	KS	051	06650	0	America/Chicago
4268292	Township of Big Creek	township-of-big-creek	Big Creek Township		US	KS	133	06675	0	America/Chicago
4268293	Township of Big Creek	township-of-big-creek	Big Creek Township		US	KS	167	06700	0	America/Chicago
4268327	Township of Big Timber	township-of-big-timber	Big Timber Township		US	KS	165	06775	0	America/Chicago
4268328	Township of Bigelow	township-of-bigelow	Bigelow Township		US	KS	117	06725	0	America/Chicago
4268375	Township of Black Wolf	township-of-black-wolf	Black Wolf Township		US	KS	053	07025	0	America/Chicago
4268386	Township of Blaine	township-of-blaine	Blaine Township		US	KS	183	07200	0	America/Chicago
4268390	Township of Blakely	township-of-blakely	Blakeley Township,Blakely Township,Township of Blakely		US	KS	061	07275	0	America/Chicago
4268419	Township of Bloom	township-of-bloom	Bloom Township		US	KS	027	07325	0	America/Chicago
4268420	Township of Bloom	township-of-bloom	Bloom Township		US	KS	057	07375	0	America/Chicago
4268421	Township of Bloom	township-of-bloom	Bloom Township		US	KS	141	07400	0	America/Chicago
4268425	Township of Bloomfield	township-of-bloomfield	Bloomfield Township		US	KS	123	07425	0	America/Chicago
4268432	Township of Bloomington	township-of-bloomington	Bloomington Township		US	KS	015	07500	0	America/Chicago
4268454	Township of Blue Mound	township-of-blue-mound	Blue Mound Township		US	KS	107	07625	0	America/Chicago
4268456	Township of Blue Rapids City	township-of-blue-rapids-city	Blue Rapids City Township		US	KS	117	07700	0	America/Chicago
4268457	Township of Blue Rapids	township-of-blue-rapids	Blue Rapids Township		US	KS	117	07675	0	America/Chicago
4268470	Township of Blue Valley	township-of-blue-valley	Blue Valley Township		US	KS	149	07725	0	America/Chicago
4268471	Township of Blue	township-of-blue	Blue Township		US	KS	149	07550	0	America/Chicago
4268483	Township of Bluff	township-of-bluff	Bluff Township		US	KS	191	07750	0	America/Chicago
4268512	Township of Bolton	township-of-bolton	Bolton Township		US	KS	035	07875	0	America/Chicago
4268526	City of Bonner Springs	city-of-bonner-springs			US	KS	209	07975	7314	America/Chicago
4268530	Township of Bonaville	township-of-bonaville	Bonaville Township		US	KS	113	07925	0	America/Chicago
4268563	Township of Bow Creek	township-of-bow-creek	Bow Creek Township		US	KS	147	08075	0	America/Chicago
4268603	Township of Brantford	township-of-brantford	Brantford Township		US	KS	201	08250	0	America/Chicago
4268714	Township of Browns Grove	township-of-browns-grove	Browns Grove Township		US	KS	145	08750	0	America/Chicago
4268725	Township of Browns Creek	township-of-browns-creek	Brown's Creek Township,Browns Creek Township,Township of Browns Creek		US	KS	089	08725	0	America/Chicago
4268726	Township of Bruno	township-of-bruno	Bruno Township		US	KS	015	08825	0	America/Chicago
4268772	Township of Buckeye	township-of-buckeye	Buckeye Township		US	KS	051	08950	0	America/Chicago
4268773	Township of Buckeye	township-of-buckeye	Buckeye Township		US	KS	143	08975	0	America/Chicago
4268775	Township of Buckeye	township-of-buckeye	Buckeye Township		US	KS	041	08925	0	America/Chicago
4268779	Township of Bucklin	township-of-bucklin	Bucklin Township,Pleasant Valley Township,Township of Bucklin		US	KS	057	09025	0	America/Chicago
4268803	Township of Buffalo	township-of-buffalo	Buffalo Township		US	KS	009	09075	0	America/Chicago
4268804	Township of Buffalo	township-of-buffalo	Buffalo Township		US	KS	029	09100	0	America/Chicago
4268805	Township of Buffalo	township-of-buffalo	Buffalo Township		US	KS	089	09125	0	America/Chicago
4268853	Township of Burlingame	township-of-burlingame	Burlingame Township		US	KS	139	09375	0	America/Chicago
4268858	City of Burlington	city-of-burlington			US	KS	031	09400	2674	America/Chicago
4268859	Township of Burlington	township-of-burlington	Burlington Township		US	KS	031	09425	0	America/Chicago
4268874	Township of Burr Oak	township-of-burr-oak	Burr Oak Township		US	KS	043	09500	0	America/Chicago
4268875	Township of Burr Oak	township-of-burr-oak	Burr Oak Township		US	KS	089	09550	0	America/Chicago
4268881	Township of Burrton	township-of-burrton	Burrton Township		US	KS	079	09600	0	America/Chicago
4268921	Township of Byron	township-of-byron	Byron Township		US	KS	185	09825	0	America/Chicago
4268946	City of Caldwell	city-of-caldwell			US	KS	191	09900	1068	America/Chicago
4268947	Township of Caldwell	township-of-caldwell	Caldwell Township		US	KS	191	09925	0	America/Chicago
4268981	Township of Calvin	township-of-calvin	Calvin Township		US	KS	089	10075	0	America/Chicago
4268983	Township of Cambria	township-of-cambria	Cambria Township		US	KS	169	10100	0	America/Chicago
4269040	Township of Canada	township-of-canada	Canada Township		US	KS	099	10325	0	America/Chicago
4269047	City of Caney	city-of-caney			US	KS	125	10375	2203	America/Chicago
4269048	Township of Caney	township-of-caney	Caney Township		US	KS	125	10400	0	America/Chicago
4269049	Township of Caneyville	township-of-caneyville	Canaville Township,Caneyville Township,Township of Caneyville		US	KS	019	10425	0	America/Chicago
4269057	Township of Canton	township-of-canton	Canton Township		US	KS	095	10450	0	America/Chicago
4269058	Township of Canton	township-of-canton	Canton Township		US	KS	113	10500	0	America/Chicago
4269063	Township of Capioma	township-of-capioma	Capioma Township		US	KS	131	10575	0	America/Chicago
4269071	Township of Canville	township-of-canville	Canville Township		US	KS	133	10525	0	America/Chicago
4269095	Township of Carlyle	township-of-carlyle	Carlyle Township		US	KS	001	10725	0	America/Chicago
4269106	Township of Carneiro	township-of-carneiro	Carneiro Township		US	KS	053	10800	0	America/Chicago
4269130	Township of Carr Creek	township-of-carr-creek	Carr Creek Township		US	KS	123	10850	0	America/Chicago
4269136	Township of Castle	township-of-castle	Castle Township		US	KS	113	10950	0	America/Chicago
4269138	Township of Castleton	township-of-castleton	Castleton Township		US	KS	155	11000	0	America/Chicago
4269148	Township of Catherine	township-of-catherine	Catharine Township,Catherine Township,Township of Catherine		US	KS	051	11050	0	America/Chicago
4269158	Township of Catlin	township-of-catlin	Catlin Township		US	KS	115	11075	0	America/Chicago
4269165	Township of Cawker	township-of-cawker	Cawker Township		US	KS	123	11150	0	America/Chicago
4269222	Township of Cedar	township-of-cedar	Cedar Township		US	KS	017	11225	0	America/Chicago
4269223	Township of Cedar	township-of-cedar	Cedar Township		US	KS	035	11250	0	America/Chicago
4269224	Township of Cedar	township-of-cedar	Cedar Township		US	KS	085	11275	0	America/Chicago
4269225	Township of Cedar	township-of-cedar	Cedar Township		US	KS	183	11350	0	America/Chicago
4269226	Township of Cedar	township-of-cedar	Cedar Township		US	KS	205	11375	0	America/Chicago
4269231	Township of Cedron	township-of-cedron	Cedron Township		US	KS	105	11500	0	America/Chicago
4269275	Township of Center	township-of-center	Center Township		US	KS	005	11550	0	America/Chicago
4269276	Township of Center	township-of-center	Center Township		US	KS	019	11575	0	America/Chicago
4269277	Township of Center	township-of-center	Ashland,Center Township,Township of Center		US	KS	025	11600	0	America/Chicago
4269278	Township of Center	township-of-center	Center Township		US	KS	029	11625	0	America/Chicago
4269279	Township of Center	township-of-center	Center Township		US	KS	041	11675	0	America/Chicago
4269280	Township of Center	township-of-center	Center Township		US	KS	043	11700	0	America/Chicago
4269281	Township of Center	township-of-center	Center Township		US	KS	083	11725	0	America/Chicago
4269282	Township of Center	township-of-center	Center Township		US	KS	089	11750	0	America/Chicago
4269283	Township of Center	township-of-center	Center Township		US	KS	111	11800	0	America/Chicago
4269284	Township of Centre	township-of-centre	Center Township,Township of Center,Township of Centre		US	KS	115	12437	0	America/Chicago
4269285	Township of Center	township-of-center	Center Township		US	KS	117	11850	0	America/Chicago
4269286	Township of Center	township-of-center	Center Township		US	KS	123	11875	0	America/Chicago
4269287	Township of Center	township-of-center	Center Township		US	KS	131	11900	0	America/Chicago
4269288	Township of Center	township-of-center	Center Township		US	KS	135	11925	0	America/Chicago
4269289	Township of Center	township-of-center	Center Township		US	KS	143	11975	0	America/Chicago
4269290	Township of Center	township-of-center	Center Township		US	KS	149	12000	0	America/Chicago
4269291	Township of Center	township-of-center	Center Township		US	KS	155	12050	0	America/Chicago
4269292	Township of Center	township-of-center	Center Township		US	KS	159	12075	0	America/Chicago
4269293	Township of Center	township-of-center	Center Township		US	KS	161	12100	0	America/Chicago
4269294	Township of Center	township-of-center	Center Township		US	KS	165	12125	0	America/Chicago
4269295	Township of Center	township-of-center	Center Township		US	KS	167	12150	0	America/Chicago
4269296	Township of Center	township-of-center	Center Township		US	KS	183	12175	0	America/Chicago
4269297	Township of Center	township-of-center	Center Township		US	KS	205	12225	0	America/Chicago
4269298	Township of Center	township-of-center	Center Township		US	KS	207	12250	0	America/Chicago
4269299	Township of Center-District 1	township-of-center-district-1	Aldin Township,Center Township,Center-District 1 Township,Crystal Township,Emmett Township,Garfield Township,Rock Branch Township,Rockwell Township,Township of Center-District 1		US	KS	137	12260	0	America/Chicago
4269309	Township of Centerville	township-of-centerville	Centerville Township		US	KS	107	12350	0	America/Chicago
4269310	Township of Centerville	township-of-centerville	Centerville Township		US	KS	133	12375	0	America/Chicago
4269373	Township of Centropolis	township-of-centropolis	Centropolis Township		US	KS	059	12475	0	America/Chicago
4269396	City of Chanute	city-of-chanute			US	KS	133	12500	9119	America/Chicago
4269406	Township of Chapman	township-of-chapman	Chapman Township		US	KS	027	12525	0	America/Chicago
4269407	Township of Chapman	township-of-chapman	Chapman Township		US	KS	143	12575	0	America/Chicago
4269418	Township of Charleston	township-of-charleston	Charleston Township		US	KS	201	12625	0	America/Chicago
4269438	Township of Cheever	township-of-cheever	Cheever Township		US	KS	041	12700	0	America/Chicago
4269468	Township of Cherokee	township-of-cherokee	Cherokee Township		US	KS	021	12800	0	America/Chicago
4269469	Township of Cherokee	township-of-cherokee	Cherokee Township		US	KS	125	12850	0	America/Chicago
4269472	Township of Chelsea	township-of-chelsea	Chelsea Township		US	KS	015	12750	0	America/Chicago
4269482	Township of Cherry	township-of-cherry	Cherry Township		US	KS	125	12875	0	America/Chicago
4269486	City of Cherryvale	city-of-cherryvale			US	KS	125	12925	2367	America/Chicago
4269496	City of Chetopa	city-of-chetopa			US	KS	099	12950	1125	America/Chicago
4269497	Township of Chetopa	township-of-chetopa	Chetopa Township		US	KS	205	13000	0	America/Chicago
4269504	Township of Chetopa	township-of-chetopa	Chetopa Township		US	KS	133	12975	0	America/Chicago
4269508	Township of Cheyenne	township-of-cheyenne	Cheyenne Township		US	KS	009	13025	0	America/Chicago
4269521	Township of Chikaskia	township-of-chikaskia	Chicaskia Township,Chikaskia Township,Township of Chikaskia		US	KS	095	13125	0	America/Chicago
4269522	Township of Chikaskia	township-of-chikaskia	Chicaskia Township,Chikaskia Township,Township of Chikaskia		US	KS	191	13150	0	America/Chicago
4269617	Township of Clarence	township-of-clarence	Clarence Township		US	KS	009	13475	0	America/Chicago
4269629	Township of Clark	township-of-clark	Clark Township		US	KS	115	13500	0	America/Chicago
4269646	City of Clay Center	city-of-clay-center			US	KS	027	13625	4334	America/Chicago
4269647	Township of Clay Center	township-of-clay-center	Clay Center Township		US	KS	027	13650	0	America/Chicago
4269654	Township of Clay	township-of-clay	Clay Township		US	KS	015	13575	0	America/Chicago
4269655	Township of Clay	township-of-clay	Clay Township		US	KS	155	13600	0	America/Chicago
4269677	Township of Clear Creek	township-of-clear-creek	Clear Creek Township		US	KS	053	13725	0	America/Chicago
4269678	Township of Clear Creek	township-of-clear-creek	Clear Creek Township		US	KS	115	13750	0	America/Chicago
4269679	Township of Clear Creek	township-of-clear-creek	Clear Creek Township		US	KS	131	13775	0	America/Chicago
4269680	Township of Clear Creek	township-of-clear-creek	Clear Creek Township		US	KS	149	13800	0	America/Chicago
4269681	Township of Clear Creek	township-of-clear-creek	Clear Creek Township		US	KS	185	13825	0	America/Chicago
4269692	Township of Clear Fork	township-of-clear-fork	Clear Fork Township		US	KS	117	13875	0	America/Chicago
4269713	Township of Cleveland	township-of-cleveland	Cleveland Township		US	KS	009	14025	0	America/Chicago
4269714	Township of Cleveland	township-of-cleveland	Cleveland Township		US	KS	117	14100	0	America/Chicago
4269715	Township of Cleveland	township-of-cleveland	Cleveland Township		US	KS	185	14125	0	America/Chicago
4269722	Township of Clifford	township-of-clifford	Clifford Township		US	KS	015	14175	0	America/Chicago
4269727	Township of Clifton	township-of-clifton	Clifton Township		US	KS	201	14225	0	America/Chicago
4269728	Township of Clifton	township-of-clifton	Clifton Township		US	KS	205	14250	0	America/Chicago
4269740	Township of Clinton	township-of-clinton	Clinton Township		US	KS	045	14325	0	America/Chicago
4269795	City of Coffeyville	city-of-coffeyville			US	KS	125	14600	10295	America/Chicago
4269805	Township of Coldwater	township-of-coldwater	Coldwater Township,Logan Township,Nescatunga Township,Shimer Township,Township of Coldwater		US	KS	033	14725	0	America/Chicago
4269816	Township of Coleman	township-of-coleman	Coleman Township		US	KS	201	14750	0	America/Chicago
4269818	Township of Colfax	township-of-colfax	Colfax Township		US	KS	029	14775	0	America/Chicago
4269819	Township of Colfax	township-of-colfax	Colfax Township		US	KS	115	14800	0	America/Chicago
4269820	Township of Colfax	township-of-colfax	Colfax Township		US	KS	205	14825	0	America/Chicago
4269837	Township of Colorado	township-of-colorado	Colorado Township		US	KS	105	15000	0	America/Chicago
4269839	Township of Columbia	township-of-columbia	Columbia Township		US	KS	053	15025	0	America/Chicago
4269846	City of Columbus	city-of-columbus			US	KS	021	15075	3312	America/Chicago
4269852	Township of Comanche	township-of-comanche	Comanche Township		US	KS	009	15125	0	America/Chicago
4269871	Township of Concord	township-of-concord	Concord Township		US	KS	143	15175	0	America/Chicago
4269876	City of Concordia	city-of-concordia			US	KS	029	15200	5395	America/Chicago
4269881	Township of Conkling	township-of-conkling	Conkling Township		US	KS	145	15225	0	America/Chicago
4269890	Township of Conway	township-of-conway	Conway Township		US	KS	191	15300	0	America/Chicago
4269935	Township of Cora	township-of-cora	Cora Township		US	KS	183	15525	0	America/Chicago
4269945	Township of Corinth	township-of-corinth	Corinth Township		US	KS	141	15625	0	America/Chicago
4269969	Township of Cottage Grove	township-of-cottage-grove	Cottage Grove Township		US	KS	001	15825	0	America/Chicago
4269972	Township of Cottage Hill	township-of-cottage-hill	Cottage Hill Township		US	KS	117	15850	0	America/Chicago
4269994	Township of Cottonwood	township-of-cottonwood	Cottonwood Township		US	KS	017	15875	0	America/Chicago
4270007	City of Council Grove	city-of-council-grove			US	KS	127	15925	2182	America/Chicago
4270033	Township of Courtland	township-of-courtland	Cortland Township,Courtland Township,Township of Courtland		US	KS	157	16050	0	America/Chicago
4270044	Township of Covert	township-of-covert	Covert Township		US	KS	141	16100	0	America/Chicago
4270095	Township of Crawford	township-of-crawford	Crawford Township		US	KS	021	16225	0	America/Chicago
4270096	Township of Crawford	township-of-crawford	Crawford Township		US	KS	037	16250	0	America/Chicago
4270097	Township of Creek	township-of-creek	Creek Township		US	KS	191	16300	0	America/Chicago
4270119	Township of Creswell	township-of-creswell	Creswell Township		US	KS	035	16375	0	America/Chicago
4270165	Township of Crystal Plains	township-of-crystal-plains	Crystal Plains Township		US	KS	183	16575	0	America/Chicago
4270168	Township of Crystal	township-of-crystal	Crystal Township		US	KS	147	16550	0	America/Chicago
4270175	Township of Culver	township-of-culver	Culver Township		US	KS	143	16725	0	America/Chicago
4270204	Township of Custer	township-of-custer	Custer Township		US	KS	123	16875	0	America/Chicago
4270205	Township of Cutler	township-of-cutler	Cutler Township		US	KS	059	16900	0	America/Chicago
4270217	Township of Dale	township-of-dale	Dale Township		US	KS	095	16925	0	America/Chicago
4270228	Township of Darlington	township-of-darlington	Darlington Township		US	KS	079	17025	0	America/Chicago
4270257	Township of Dayton	township-of-dayton	Dayton Township		US	KS	147	17100	0	America/Chicago
4270258	Township of Dayton	township-of-dayton	Dayton Township		US	KS	169	17125	0	America/Chicago
4270266	City of De Soto	city-of-de-soto			US	KS	091	17850	5720	America/Chicago
4270307	Township of Deer Creek	township-of-deer-creek	Deer Creek Township		US	KS	001	17175	0	America/Chicago
4270308	Township of Deer Creek	township-of-deer-creek	Deer Creek Township		US	KS	147	17200	0	America/Chicago
4270312	Township of Deerhead	township-of-deerhead	Deerhead Township		US	KS	007	17300	0	America/Chicago
4270316	Township of Delano	township-of-delano	Delano Township		US	KS	173	17375	0	America/Chicago
4270325	Township of Delaware	township-of-delaware	Delaware Township		US	KS	087	17425	0	America/Chicago
4270326	Township of Delaware	township-of-delaware	Delaware Township		US	KS	103	17450	0	America/Chicago
4270327	Township of Delaware	township-of-delaware	Delaware Township		US	KS	209	17475	0	America/Chicago
4270330	Township of Delhi	township-of-delhi	Delhi Township		US	KS	141	17500	0	America/Chicago
4270337	Township of Delmore	township-of-delmore	Delmore Township		US	KS	113	17575	0	America/Chicago
4270376	Township of Dexter	township-of-dexter	Dexter Township		US	KS	035	17950	0	America/Chicago
4270389	Township of Diamond Creek	township-of-diamond-creek	Diamond Creek Township		US	KS	017	17975	0	America/Chicago
4270416	Township of Dixon	township-of-dixon	Dixon Township		US	KS	191	18200	0	America/Chicago
4270446	Township of Dor	township-of-dor	Dor Township		US	KS	183	18300	0	America/Chicago
4270458	Township of Douglas	township-of-douglas	Douglas Township		US	KS	085	18350	0	America/Chicago
4270459	Township of Douglas	township-of-douglas	Douglas Township		US	KS	185	18375	0	America/Chicago
4270465	Township of Douglass	township-of-douglass	Douglass Township		US	KS	015	18425	0	America/Chicago
4270468	Township of Dover	township-of-dover	Dover Township		US	KS	177	18475	0	America/Chicago
4270476	Township of Downs	township-of-downs	Downs Township		US	KS	191	18525	0	America/Chicago
4270483	Township of Doyle	township-of-doyle	Doyle Township		US	KS	115	18550	0	America/Chicago
4270484	Township of Dragoon	township-of-dragoon	Dragoon Township		US	KS	139	18575	0	America/Chicago
4270489	Township of Dresden	township-of-dresden	Dresden Township		US	KS	095	18650	0	America/Chicago
4270497	Township of Drum Creek	township-of-drum-creek	Drum Creek Township		US	KS	125	18700	0	America/Chicago
4270549	Township of Drywood	township-of-drywood	Drywood Township		US	KS	011	18750	0	America/Chicago
4270563	Township of Duck Creek	township-of-duck-creek	Duck Creek Township		US	KS	205	18800	0	America/Chicago
4270607	Township of Durham Park	township-of-durham-park	Durham Park Township		US	KS	115	19100	0	America/Chicago
4270608	Township of Durham	township-of-durham	Durham Township		US	KS	143	19075	0	America/Chicago
4270632	Township of Eagle	township-of-eagle	Eagle Township		US	KS	007	19150	0	America/Chicago
4270633	Township of Eagle	township-of-eagle	Eagle Township		US	KS	095	19225	0	America/Chicago
4270634	Township of Eagle	township-of-eagle	Eagle Township		US	KS	173	19250	0	America/Chicago
4270681	Township of East Branch	township-of-east-branch	East Branch Township		US	KS	115	19325	0	America/Chicago
4270689	Township of East Cooper	township-of-east-cooper	East Cooper Township		US	KS	185	19350	0	America/Chicago
4270771	Township of East Washington	township-of-east-washington	East Washington Township		US	KS	159	19725	0	America/Chicago
4270782	Township of Easton	township-of-easton	Easton Township		US	KS	103	19625	0	America/Chicago
4270816	Township of Eden	township-of-eden	Eden Township		US	KS	191	19800	0	America/Chicago
4270822	City of Edgerton	city-of-edgerton			US	KS	091	19825	1671	America/Chicago
4270845	City of Edwardsville	city-of-edwardsville			US	KS	209	20000	4340	America/Chicago
4270873	City of El Dorado	city-of-el-dorado			US	KS	015	20075	13021	America/Chicago
4270874	Township of El Dorado	township-of-el-dorado	El Dorado Township		US	KS	015	20100	0	America/Chicago
4270910	Township of Elk Creek	township-of-elk-creek	Elk Creek Township		US	KS	157	20275	0	America/Chicago
4270912	Township of Elk Falls	township-of-elk-falls	Elk Falls Township		US	KS	049	20325	0	America/Chicago
4270918	Township of Elk	township-of-elk	Elk Township		US	KS	029	20150	0	America/Chicago
4270919	Township of Elk	township-of-elk	Elk Township		US	KS	139	20175	0	America/Chicago
4270935	City of Ellinwood	city-of-ellinwood			US	KS	009	20425	2131	America/Chicago
4270942	City of Ellis	city-of-ellis			US	KS	051	20450	2062	America/Chicago
4270943	Township of Ellis	township-of-ellis	Ellis Township		US	KS	051	20475	0	America/Chicago
4270951	City of Ellsworth	city-of-ellsworth			US	KS	053	20500	3120	America/Chicago
4270952	Township of Ellsworth	township-of-ellsworth	Ellsworth Township		US	KS	053	20525	0	America/Chicago
4270954	Township of Elkhorn	township-of-elkhorn	Elkhorn Township		US	KS	105	20375	0	America/Chicago
4270986	Township of Elm Creek	township-of-elm-creek	Elm Creek Township		US	KS	117	20600	0	America/Chicago
4270987	Township of Elm Creek	township-of-elm-creek	Elm Creek Township		US	KS	169	20650	0	America/Chicago
4270992	Township of Elm Grove	township-of-elm-grove	Elm Grove Township		US	KS	099	20750	0	America/Chicago
4270995	Township of Elm Mills	township-of-elm-mills	Elm Mills Township		US	KS	007	20800	0	America/Chicago
4271002	Township of Elm	township-of-elm	Elm Township		US	KS	001	20550	0	America/Chicago
4271007	Township of Elmendaro	township-of-elmendaro	Elmendaro Township,Elmerdaro Township,Township of Elmendaro		US	KS	111	20687	0	America/Chicago
4271030	Township of Elsmore	township-of-elsmore	Elsinore Township,Elsmore Township,Township of Elsmore		US	KS	001	20900	0	America/Chicago
4271038	Township of Elwood	township-of-elwood	Elwood Township		US	KS	007	20925	0	America/Chicago
4271058	Township of Emma	township-of-emma	Emma Township		US	KS	079	21025	0	America/Chicago
4271077	Township of Emmett	township-of-emmett	Emmett Township		US	KS	149	21125	0	America/Chicago
4271084	Township of Empire	township-of-empire	Empire Township		US	KS	053	21150	0	America/Chicago
4271085	Township of Empire	township-of-empire	Empire Township		US	KS	113	21200	0	America/Chicago
4271097	City of Emporia	city-of-emporia			US	KS	111	21275	24916	America/Chicago
4271098	Township of Emporia	township-of-emporia	Emporia Township		US	KS	111	21300	0	America/Chicago
4271106	Township of Englewood	township-of-englewood	Englewood Township		US	KS	025	21375	0	America/Chicago
4271125	Township of Enterprise	township-of-enterprise	Enterprise Township		US	KS	057	21450	0	America/Chicago
4271126	Township of Enterprise	township-of-enterprise	Enterprise Township		US	KS	155	21475	0	America/Chicago
4271134	Township of Erie	township-of-erie	Erie Township		US	KS	133	21525	0	America/Chicago
4271135	Township of Erie	township-of-erie	Erie Township		US	KS	173	21550	0	America/Chicago
4271137	Township of Erving	township-of-erving	Erving Township		US	KS	089	21575	0	America/Chicago
4271142	Township of Esbon	township-of-esbon	Esbon Township,Ezbon Township,Township of Esbon		US	KS	089	21625	0	America/Chicago
4271153	Township of Eudora	township-of-eudora	Eudora Township		US	KS	045	21700	0	America/Chicago
4271179	City of Eureka	city-of-eureka			US	KS	073	21800	2633	America/Chicago
4271180	Township of Eureka	township-of-eureka	Eureka Township		US	KS	009	21750	0	America/Chicago
4271181	Township of Eureka	township-of-eureka	Eureka Township		US	KS	073	21825	0	America/Chicago
4271182	Township of Eureka	township-of-eureka	Eureka Township		US	KS	095	21850	0	America/Chicago
4271183	Township of Eureka	township-of-eureka	Eureka Township		US	KS	123	21875	0	America/Chicago
4271184	Township of Eureka	township-of-eureka	Eureka Township		US	KS	159	21900	0	America/Chicago
4271185	Township of Eureka	township-of-eureka	Eureka Township		US	KS	169	21925	0	America/Chicago
4271188	Township of Evan	township-of-evan	Evan Township		US	KS	095	22000	0	America/Chicago
4271228	Township of Exeter	township-of-exeter	Exeter Township		US	KS	027	22100	0	America/Chicago
4271244	Township of Fairfax	township-of-fairfax	Fairfax Township,Lindale Township,Township of Fairfax		US	KS	139	22150	0	America/Chicago
4271250	Township of Fairfield	township-of-fairfield	Fairfield Township		US	KS	167	22200	0	America/Chicago
4271268	Township of Fairmount	township-of-fairmount	Fairmount Township		US	KS	015	22275	0	America/Chicago
4271269	Township of Fairmount	township-of-fairmount	Fairmount Township		US	KS	103	22325	0	America/Chicago
4271273	Township of Fairplay	township-of-fairplay	Fairplay Township		US	KS	115	22350	0	America/Chicago
4271349	Township of Fairview	township-of-fairview	Fairview Township		US	KS	009	22400	0	America/Chicago
4271350	Township of Fairview	township-of-fairview	Fairview Township		US	KS	015	22450	0	America/Chicago
4271351	Township of Fairview	township-of-fairview	Fairview Township		US	KS	035	22475	0	America/Chicago
4271352	Township of Fairview	township-of-fairview	Fairview Township		US	KS	087	22525	0	America/Chicago
4271353	Township of Fairview	township-of-fairview	Fairview Township		US	KS	099	22550	0	America/Chicago
4271354	Township of Fairview	township-of-fairview	Fairview Township		US	KS	157	22575	0	America/Chicago
4271356	Township of Fairview	township-of-fairview	Fairview Township		US	KS	167	22650	0	America/Chicago
4271357	Township of Fairview	township-of-fairview	Fairview Township		US	KS	185	22675	0	America/Chicago
4271360	City of Fairway	city-of-fairway			US	KS	091	22700	3882	America/Chicago
4271384	Township of Fall River	township-of-fall-river	Fall River Township		US	KS	073	22800	0	America/Chicago
4271385	Township of Fall River	township-of-fall-river	Fall River Township		US	KS	205	22825	0	America/Chicago
4271386	Township of Falls	township-of-falls	Falls Township		US	KS	017	22850	0	America/Chicago
4271387	Township of Falls	township-of-falls	Falls Township		US	KS	191	22875	0	America/Chicago
4271390	Township of Falun	township-of-falun	Falun Township,Township of Falun,Township of Falun-Summit		US	KS	169	22925	0	America/Chicago
4271404	Township of Fancy Creek	township-of-fancy-creek	Fancy Creek Township		US	KS	161	22950	0	America/Chicago
4271423	Township of Farmer	township-of-farmer	Farmer Township		US	KS	197	23125	0	America/Chicago
4271431	Township of Farmington	township-of-farmington	Farmington Township		US	KS	157	23200	0	America/Chicago
4271432	Township of Farmington	township-of-farmington	Farmington Township		US	KS	185	23250	0	America/Chicago
4271433	Township of Farmington	township-of-farmington	Farmington Township		US	KS	201	23275	0	America/Chicago
4271455	Township of Fawn Creek	township-of-fawn-creek	Fawn Creek Township		US	KS	125	23325	0	America/Chicago
4271599	Township of Five Creeks	township-of-five-creeks	Five Creeks Township		US	KS	027	23475	0	America/Chicago
4271620	Township of Flora	township-of-flora	Flora Township		US	KS	041	23550	0	America/Chicago
4271625	City of Florence	city-of-florence			US	KS	115	23600	465	America/Chicago
4271654	Township of Ford	township-of-ford	Ford Township		US	KS	057	23750	0	America/Chicago
4271675	Township of Forrester	township-of-forrester	Forrester Township		US	KS	135	23875	0	America/Chicago
4271699	City of Fort Scott	city-of-fort-scott			US	KS	011	24000	8087	America/Chicago
4271716	Township of Fountain	township-of-fountain	Fountain Township		US	KS	143	24075	0	America/Chicago
4271759	Township of Fragrant Hill	township-of-fragrant-hill	Fragrant Hill Township		US	KS	041	24250	0	America/Chicago
4271780	Township of Franklin	township-of-franklin	Franklin Township		US	KS	011	24300	0	America/Chicago
4271781	Township of Franklin	township-of-franklin	Franklin Township		US	KS	047	24350	0	America/Chicago
4271782	Township of Franklin	township-of-franklin	Franklin Township		US	KS	059	24375	0	America/Chicago
4271783	Township of Franklin	township-of-franklin	Franklin Township		US	KS	085	24400	0	America/Chicago
4271784	Township of Franklin	township-of-franklin	Franklin Township		US	KS	105	24425	0	America/Chicago
4271785	Township of Franklin	township-of-franklin	Franklin Township		US	KS	117	24450	0	America/Chicago
4271786	Township of Franklin	township-of-franklin	Franklin Township		US	KS	135	24475	0	America/Chicago
4271787	Township of Franklin	township-of-franklin	Franklin Township		US	KS	201	24525	0	America/Chicago
4271802	City of Fredonia	city-of-fredonia			US	KS	205	24575	2482	America/Chicago
4271809	Township of Freedom	township-of-freedom	Freedom Township		US	KS	011	24600	0	America/Chicago
4271810	Township of Freedom	township-of-freedom	Freedom Township		US	KS	051	24625	0	America/Chicago
4271811	Township of Freedom	township-of-freedom	Freedom Township		US	KS	147	24650	0	America/Chicago
4271812	Township of Freedom	township-of-freedom	Freedom Township		US	KS	157	24675	0	America/Chicago
4271822	Township of Fremont	township-of-fremont	Fremont Township		US	KS	111	24750	0	America/Chicago
4271869	City of Frontenac	city-of-frontenac			US	KS	037	24850	3437	America/Chicago
4271900	Township of Gale	township-of-gale	Gale Township		US	KS	115	25075	0	America/Chicago
4271905	City of Galena	city-of-galena			US	KS	021	25100	3085	America/Chicago
4271908	Township of Galesburg	township-of-galesburg	Galesburg Township		US	KS	095	25125	0	America/Chicago
4271914	Township of Galt	township-of-galt	Galt Township		US	KS	159	25175	0	America/Chicago
4271927	Township of Garden Plain	township-of-garden-plain	Garden Plain Township		US	KS	173	25400	0	America/Chicago
4271930	Township of Garden	township-of-garden	Garden Township		US	KS	021	25250	0	America/Chicago
4271931	Township of Garden	township-of-garden	Garden Township		US	KS	079	25300	0	America/Chicago
4271942	City of Gardner	city-of-gardner			US	KS	091	25425	19123	America/Chicago
4271943	Township of Gardner	township-of-gardner	Gardner Township		US	KS	091	25450	0	America/Chicago
4271964	Township of Garfield	township-of-garfield	Garfield Township		US	KS	027	25500	0	America/Chicago
4271965	Township of Garfield	township-of-garfield	Garfield Township		US	KS	041	25550	0	America/Chicago
4271966	Township of Garfield	township-of-garfield	Garfield Township		US	KS	053	25575	0	America/Chicago
4271967	Township of Garfield	township-of-garfield	Garfield Township		US	KS	085	25625	0	America/Chicago
4271968	Township of Garfield	township-of-garfield	Garfield Township		US	KS	143	25725	0	America/Chicago
4271969	Township of Garfield	township-of-garfield	Garfield Township		US	KS	145	25775	0	America/Chicago
4271970	Township of Garfield	township-of-garfield	Garfield Township		US	KS	165	25800	0	America/Chicago
4271971	Township of Garfield	township-of-garfield	Garfield Township		US	KS	183	25825	0	America/Chicago
4271972	Township of Garfield	township-of-garfield	Garfield Township		US	KS	197	25850	0	America/Chicago
4271979	City of Garnett	city-of-garnett			US	KS	003	25925	3415	America/Chicago
4272019	Township of Geneva	township-of-geneva	Geneva Township		US	KS	001	26100	0	America/Chicago
4272030	Township of German	township-of-german	German Township		US	KS	183	26150	0	America/Chicago
4272052	Township of Gill	township-of-gill	Gill Township		US	KS	027	26250	0	America/Chicago
4272054	Township of Gilman	township-of-gilman	Gilman Township		US	KS	131	26275	0	America/Chicago
4272064	City of Girard	city-of-girard			US	KS	037	26300	2789	America/Chicago
4272083	Township of Glen Elder	township-of-glen-elder	Glen Elder Township		US	KS	123	26525	0	America/Chicago
4272091	Township of Glencoe	township-of-glencoe	Glencoe Township		US	KS	015	26400	0	America/Chicago
4272092	Township of Glencoe	township-of-glencoe	Glencoe Township		US	KS	195	26425	0	America/Chicago
4272105	Township of Glendale	township-of-glendale	Glendale Township		US	KS	169	26475	0	America/Chicago
4272121	Township of Glenwood	township-of-glenwood	Glenwood Township		US	KS	147	26650	0	America/Chicago
4272150	Township of Golden Belt	township-of-golden-belt	Golden Belt Township		US	KS	105	26800	0	America/Chicago
4272189	Township of Gore	township-of-gore	Gore Township		US	KS	191	26975	0	America/Chicago
4272194	Township of Goshen	township-of-goshen	Goshen Township		US	KS	027	27025	0	America/Chicago
4272240	Township of Graham	township-of-graham	Graham Township		US	KS	065	27175	0	America/Chicago
4272243	Township of Granada	township-of-granada	Granada Township		US	KS	131	27275	0	America/Chicago
4272252	Township of Grand River	township-of-grand-river	Grand River Township		US	KS	173	27300	0	America/Chicago
4272277	Township of Grandview	township-of-grandview	Grandview Township		US	KS	057	27350	0	America/Chicago
4272283	Township of Granite	township-of-granite	Granite Township		US	KS	147	27450	0	America/Chicago
4272298	Township of Grant	township-of-grant	Grant Township		US	KS	009	27475	0	America/Chicago
4272299	Township of Grant	township-of-grant	Grant Township		US	KS	027	27500	0	America/Chicago
4272300	Township of Grant	township-of-grant	Grant Township		US	KS	029	27525	0	America/Chicago
4272301	Township of Grant	township-of-grant	Grant Township		US	KS	035	27550	0	America/Chicago
4272302	Township of Grant	township-of-grant	Grant Township		US	KS	037	27575	0	America/Chicago
4272303	Township of Grant	township-of-grant	Grant Township		US	KS	041	27625	0	America/Chicago
4272304	Township of Grant	township-of-grant	Grant Township		US	KS	045	27650	0	America/Chicago
4272305	Township of Grant	township-of-grant	Grant Township		US	KS	085	27700	0	America/Chicago
4272306	Township of Grant	township-of-grant	Grant Township		US	KS	089	27725	0	America/Chicago
4272307	Township of Grant	township-of-grant	Grant Township		US	KS	105	27750	0	America/Chicago
4272308	Township of Grant	township-of-grant	Grant Township		US	KS	115	27775	0	America/Chicago
4272309	Township of Grant	township-of-grant	Grant Township		US	KS	133	27800	0	America/Chicago
4272310	Township of Grant	township-of-grant	Grant Township		US	KS	139	27850	0	America/Chicago
4272312	Township of Grant	township-of-grant	Grant Township		US	KS	143	27900	0	America/Chicago
4272313	Township of Grant	township-of-grant	Grant Township		US	KS	145	27925	0	America/Chicago
4272314	Township of Grant	township-of-grant	Grant Township		US	KS	149	27950	0	America/Chicago
4272315	Township of Grant	township-of-grant	Grant Township		US	KS	155	28025	0	America/Chicago
4272316	Township of Grant	township-of-grant	Grant Township		US	KS	157	28050	0	America/Chicago
4272317	Township of Grant	township-of-grant	Grant Township		US	KS	161	28075	0	America/Chicago
4272318	Township of Grant	township-of-grant	Grant Township		US	KS	167	28100	0	America/Chicago
4272319	Township of Grant	township-of-grant	Grant Township		US	KS	173	28125	0	America/Chicago
4272320	Township of Grant	township-of-grant	Grant Township		US	KS	201	28175	0	America/Chicago
4272328	Township of Grasshopper	township-of-grasshopper	Grasshopper Township		US	KS	005	28225	0	America/Chicago
4272349	City of Great Bend	city-of-great-bend			US	KS	009	28300	15995	America/Chicago
4272350	Township of Great Bend	township-of-great-bend	Great Bend Township		US	KS	009	28325	0	America/Chicago
4272355	Township of Greeley	township-of-greeley	Greeley Township		US	KS	169	28375	0	America/Chicago
4272356	Township of Greeley	township-of-greeley	Greeley Township		US	KS	173	28400	0	America/Chicago
4272367	Township of Green Garden	township-of-green-garden	Green Garden Township		US	KS	053	28600	0	America/Chicago
4272391	Township of Green	township-of-green	Green Township		US	KS	149	28450	0	America/Chicago
4272395	Township of Greene	township-of-greene	Greene Township		US	KS	191	28525	0	America/Chicago
4272400	Township of Greenfield	township-of-greenfield	Greenfield Township		US	KS	049	28550	0	America/Chicago
4272409	Township of Greenleaf	township-of-greenleaf	Greenleaf Township		US	KS	201	28650	0	America/Chicago
4272443	Township of Greenwood	township-of-greenwood	Greenwood Township		US	KS	059	28750	0	America/Chicago
4272444	Township of Greenwood	township-of-greenwood	Greenwood Township		US	KS	147	28775	0	America/Chicago
4272480	Township of Grove	township-of-grove	Grove Township		US	KS	155	29025	0	America/Chicago
4272481	Township of Grove	township-of-grove	Grove Township		US	KS	177	29075	0	America/Chicago
4272487	Township of Groveland	township-of-groveland	Groveland Township		US	KS	113	29150	0	America/Chicago
4272491	Township of Guelph	township-of-guelph	Guelph Township		US	KS	191	29175	0	America/Chicago
4272494	Township of Guilford	township-of-guilford	Guilford Township		US	KS	205	29200	0	America/Chicago
4272497	Township of Guittard	township-of-guittard	Guittard Township		US	KS	117	29225	0	America/Chicago
4272511	Township of Gypsum Creek	township-of-gypsum-creek	Gypsum Creek Township		US	KS	113	29325	0	America/Chicago
4272514	Township of Gypsum	township-of-gypsum	Gypsum Township		US	KS	169	29275	0	America/Chicago
4272515	Township of Gypsum	township-of-gypsum	Gypsum Township		US	KS	173	29300	0	America/Chicago
4272526	Township of Haddam	township-of-haddam	Haddam Township		US	KS	201	29425	0	America/Chicago
4272532	Township of Hackberry	township-of-hackberry	Hackberry Township		US	KS	099	29350	0	America/Chicago
4272570	City of Halstead	city-of-halstead			US	KS	079	29600	2085	America/Chicago
4272571	Township of Halstead	township-of-halstead	Halstead Township		US	KS	079	29625	0	America/Chicago
4272580	Township of Hamlin	township-of-hamlin	Hamlin Township		US	KS	013	29725	0	America/Chicago
4272586	Township of Hampden	township-of-hampden	Hampden Township		US	KS	031	29775	0	America/Chicago
4272590	Township of Hampton-Fairview	township-of-hampton-fairview	Hampton-Fairview Township		US	KS	165	29812	0	America/Chicago
4272594	Township of Hancock	township-of-hancock	Hancock Township		US	KS	141	29825	0	America/Chicago
4272603	Township of Hanover	township-of-hanover	Hanover Township		US	KS	105	29850	0	America/Chicago
4272604	Township of Hanover	township-of-hanover	Hanover Township		US	KS	201	29900	0	America/Chicago
4272617	Township of Happy	township-of-happy	Happy Township		US	KS	065	29950	0	America/Chicago
4272634	Township of Harlan	township-of-harlan	Harlan Township		US	KS	183	30100	0	America/Chicago
4272640	Township of Harmon	township-of-harmon	Harmon Township		US	KS	191	30125	0	America/Chicago
4272669	Township of Harper	township-of-harper	Harper Township		US	KS	113	30225	0	America/Chicago
4272675	City of Harper	city-of-harper			US	KS	077	30175	1473	America/Chicago
4272684	Township of Harrison	township-of-harrison	Harrison Township		US	KS	019	30275	0	America/Chicago
4272685	Township of Harrison	township-of-harrison	Harrison Township		US	KS	059	30300	0	America/Chicago
4272686	Township of Harrison	township-of-harrison	Harrison Township		US	KS	089	30350	0	America/Chicago
4272687	Township of Harrison	township-of-harrison	Harrison Township		US	KS	131	30375	0	America/Chicago
4272688	Township of Harrison	township-of-harrison	Harrison Township		US	KS	159	30425	0	America/Chicago
4272712	Township of Harvey	township-of-harvey	Harvey Township		US	KS	035	30525	0	America/Chicago
4272713	Township of Harvey	township-of-harvey	Harvey Township		US	KS	183	30550	0	America/Chicago
4272734	Township of Haven	township-of-haven	Haven Township		US	KS	155	30750	0	America/Chicago
4272749	Township of Hawkeye	township-of-hawkeye	Hawkeye Township		US	KS	141	30850	0	America/Chicago
4272773	Township of Hayes	township-of-hayes	Hayes Township		US	KS	027	30875	0	America/Chicago
4272774	Township of Hayes	township-of-hayes	Hayes Township		US	KS	041	30900	0	America/Chicago
4272775	Township of Hayes	township-of-hayes	Hayes Township		US	KS	059	30925	0	America/Chicago
4272776	Township of Hayes	township-of-hayes	Hayes Township		US	KS	113	30950	0	America/Chicago
4272777	Township of Hayes	township-of-hayes	Hayes Township		US	KS	123	30975	0	America/Chicago
4272778	Township of Hayes	township-of-hayes	Hayes Township		US	KS	155	31000	0	America/Chicago
4272779	Township of Hayes	township-of-hayes	Hayes Township		US	KS	185	31025	0	America/Chicago
4272787	City of Hays	city-of-hays			US	KS	051	31100	20510	America/Chicago
4272799	Township of Hazelton	township-of-hazelton	Hazelton Township,Hazleton,Township of Hazelton		US	KS	007	31175	0	America/Chicago
4272835	Township of Hendricks	township-of-hendricks	Hendricks Township		US	KS	019	31300	0	America/Chicago
4272837	Township of Henry	township-of-henry	Henry Township		US	KS	143	31325	0	America/Chicago
4272845	City of Herington	city-of-herington			US	KS	127	31400	2526	America/Chicago
4272848	Township of Herkimer	township-of-herkimer	Herkimer Township		US	KS	117	31450	0	America/Chicago
4272857	Township of Herzog	township-of-herzog	Hartsook,Herzog Township,Township of Herzog		US	KS	051	31525	0	America/Chicago
4272878	City of Hiawatha	city-of-hiawatha			US	KS	013	31675	3172	America/Chicago
4272879	Township of Hiawatha	township-of-hiawatha	Hiawatha Township		US	KS	013	31700	0	America/Chicago
4272893	Township of Hickory	township-of-hickory	Hickory Township		US	KS	015	31750	0	America/Chicago
4272913	Township of High Prairie	township-of-high-prairie	High Prairie Township		US	KS	103	32125	0	America/Chicago
4272969	Township of Highland	township-of-highland	Highland Township		US	KS	027	31825	0	America/Chicago
4272970	Township of Highland	township-of-highland	Highland Township		US	KS	079	31875	0	America/Chicago
4272971	Township of Highland	township-of-highland	Highland Township		US	KS	089	31900	0	America/Chicago
4272972	Township of Highland	township-of-highland	Highland Township		US	KS	105	31950	0	America/Chicago
4272973	Township of Highland	township-of-highland	Highland Township		US	KS	127	31975	0	America/Chicago
4272974	Township of Highland	township-of-highland	Highland Township		US	KS	201	32025	0	America/Chicago
4272976	Township of Highpoint	township-of-highpoint	Highpoint Township		US	KS	135	32100	0	America/Chicago
4272985	Township of Hill City	township-of-hill-city	Hill City Township		US	KS	065	32200	0	America/Chicago
4273009	City of Hillsboro	city-of-hillsboro			US	KS	115	32275	2993	America/Chicago
4273068	City of Hoisington	city-of-hoisington			US	KS	009	32550	2706	America/Chicago
4273075	Township of Holland	township-of-holland	Holland Township		US	KS	041	32625	0	America/Chicago
4273101	City of Holton	city-of-holton			US	KS	085	32825	3329	America/Chicago
4273133	Township of Home	township-of-home	Home Township		US	KS	131	32900	0	America/Chicago
4273136	Township of Holmwood	township-of-holmwood	Holmwood Township		US	KS	089	32800	0	America/Chicago
4273140	Township of Homestead	township-of-homestead	Homestead Township		US	KS	017	32950	0	America/Chicago
4273142	Township of Homewood	township-of-homewood	Homewood Township		US	KS	059	33000	0	America/Chicago
4273164	Township of Hoosier	township-of-hoosier	Hoosier Township		US	KS	095	33050	0	America/Chicago
4273178	Township of Hope	township-of-hope	Hope Township		US	KS	041	33100	0	America/Chicago
4273216	City of Horton	city-of-horton			US	KS	013	33200	1776	America/Chicago
4273224	Township of Houston	township-of-houston	Houston Township		US	KS	183	33225	0	America/Chicago
4273234	Township of Howard	township-of-howard	Howard Township		US	KS	049	33275	0	America/Chicago
4273235	Township of Howard	township-of-howard	Howard Township		US	KS	099	33300	0	America/Chicago
4273262	City of Humboldt	city-of-humboldt			US	KS	001	33450	1953	America/Chicago
4273263	Township of Humboldt	township-of-humboldt	Humboldt Township		US	KS	001	33475	0	America/Chicago
4273290	Township of Huntsville	township-of-huntsville	Huntsville Township		US	KS	155	33550	0	America/Chicago
4273306	City of Hutchinson	city-of-hutchinson			US	KS	155	33625	42080	America/Chicago
4273338	Township of Illinois	township-of-illinois	Illinois Township		US	KS	165	33750	0	America/Chicago
4273339	Township of Illinois	township-of-illinois	Illinois Township		US	KS	173	33775	0	America/Chicago
4273340	Township of Illinois	township-of-illinois	Illinois Township		US	KS	191	33800	0	America/Chicago
4273365	Township of Illinois	township-of-illinois	Illinois Township		US	KS	131	33725	0	America/Chicago
4273376	City of Independence	city-of-independence			US	KS	125	33875	9483	America/Chicago
4273377	Township of Independence	township-of-independence	Independence Township		US	KS	043	33850	0	America/Chicago
4273378	Township of Independence	township-of-independence	Independence Township		US	KS	125	33900	0	America/Chicago
4273379	Township of Independence	township-of-independence	Independence Township		US	KS	141	33925	0	America/Chicago
4273380	Township of Independence	township-of-independence	Independence Township		US	KS	201	33950	0	America/Chicago
4273382	Township of Independent	township-of-independent	Independent Township		US	KS	009	33975	0	America/Chicago
4273404	Township of Indian Creek	township-of-indian-creek	Indian Creek Township		US	KS	003	34050	0	America/Chicago
4273417	Township of Indiana	township-of-indiana	Indiana Township		US	KS	065	34000	0	America/Chicago
4273418	Township of Indiana	township-of-indiana	Indiana Township		US	KS	105	34025	0	America/Chicago
4273453	City of Iola	city-of-iola			US	KS	001	34300	5704	America/Chicago
4273454	Township of Iola	township-of-iola	Iola Township		US	KS	001	34325	0	America/Chicago
4273457	Township of Ionia	township-of-ionia	Iona Township,Ionia Township,Township of Ionia		US	KS	089	34375	0	America/Chicago
4273467	Township of Iowa	township-of-iowa	Iowa Township		US	KS	043	34400	0	America/Chicago
4273482	Township of Irving	township-of-irving	Irving Township		US	KS	013	34500	0	America/Chicago
4273504	Township of Ivy	township-of-ivy	Ivy Township		US	KS	111	34700	0	America/Chicago
4273519	Township of Jackson	township-of-jackson	Jackson Township		US	KS	003	34725	0	America/Chicago
4273520	Township of Jackson	township-of-jackson	Jackson Township		US	KS	047	34750	0	America/Chicago
4273521	Township of Jackson	township-of-jackson	Jackson Township		US	KS	061	34775	0	America/Chicago
4273522	Township of Jackson	township-of-jackson	Jackson Township		US	KS	089	34800	0	America/Chicago
4273523	Township of Jackson	township-of-jackson	Jackson Township		US	KS	111	34825	0	America/Chicago
4273524	Township of Jackson	township-of-jackson	Jackson Township		US	KS	113	34850	0	America/Chicago
4273525	Township of Jackson	township-of-jackson	Jackson Township		US	KS	141	34875	0	America/Chicago
4273526	Township of Jackson	township-of-jackson	Jackson Township		US	KS	161	34900	0	America/Chicago
4273527	Township of Jackson	township-of-jackson	Jackson Township		US	KS	191	34925	0	America/Chicago
4273549	Township of Janesville	township-of-janesville	Janesville Township		US	KS	073	35000	0	America/Chicago
4273577	Township of Jefferson	township-of-jefferson	Jefferson Township		US	KS	019	35125	0	America/Chicago
4273578	Township of Jefferson	township-of-jefferson	Jefferson Township		US	KS	041	35175	0	America/Chicago
4273579	Township of Jefferson	township-of-jefferson	Jefferson Township		US	KS	061	35200	0	America/Chicago
4273580	Township of Jefferson	township-of-jefferson	Jefferson Township		US	KS	085	35225	0	America/Chicago
4273581	Township of Jefferson	township-of-jefferson	Jefferson Township		US	KS	087	35250	0	America/Chicago
4273582	Township of Jefferson	township-of-jefferson	Jefferson Township		US	KS	157	35325	0	America/Chicago
4273687	Township of Junction	township-of-junction	Junction Township		US	KS	139	35725	0	America/Chicago
4273836	City of Kansas City	city-of-kansas-city	City of Kansas City,Kansas City		US	KS	209	36000	145786	America/Chicago
4273850	City of Junction City	city-of-junction-city	City of Junction City,Junction City		US	KS	061	35750	23353	America/Chicago
4273860	Township of Kanwaka	township-of-kanwaka	Kanwaka Township		US	KS	045	36075	0	America/Chicago
4273862	Township of Kapioma	township-of-kapioma	Kapioma Township		US	KS	005	36100	0	America/Chicago
4273874	Township of Kaw	township-of-kaw	Kaw Township		US	KS	087	36125	0	America/Chicago
4273875	Township of Kaw	township-of-kaw	Kaw Township		US	KS	197	36150	0	America/Chicago
4273884	Township of Kechi	township-of-kechi	Kechi Township		US	KS	173	36250	0	America/Chicago
4273941	Township of Key West	township-of-key-west	Key West Township		US	KS	031	36650	0	America/Chicago
4273945	Township of Keysville	township-of-keysville	Keysville Township		US	KS	145	36625	0	America/Chicago
4273948	Township of Kentucky	township-of-kentucky	Kentucky Township		US	KS	087	36575	0	America/Chicago
4273953	Township of Kickapoo	township-of-kickapoo	Kickapoo Township		US	KS	103	36700	0	America/Chicago
4273964	Township of Kimeo	township-of-kimeo	Kimeo Township		US	KS	201	36850	0	America/Chicago
4273969	Township of King City	township-of-king-city	King City Township		US	KS	113	36900	0	America/Chicago
4273986	City of Kingman	city-of-kingman			US	KS	095	36950	3177	America/Chicago
4273987	Township of Kingman	township-of-kingman	Kingman Township		US	KS	095	36975	0	America/Chicago
4273989	Township of Kill Creek	township-of-kill-creek	Kill Creek Township		US	KS	141	36750	0	America/Chicago
4273996	City of Kinsley	city-of-kinsley			US	KS	047	37075	1457	America/Chicago
4273997	Township of Kinsley	township-of-kinsley	Kinsley Township		US	KS	047	37100	0	America/Chicago
4274007	Township of Kiowa Rural	township-of-kiowa-rural	Kiowa Township,Township of Kiowa,Township of Kiowa Rural		US	KS	097	37185	0	America/Chicago
4274010	Township of Kiowa	township-of-kiowa	Kiowa Township		US	KS	007	37150	0	America/Chicago
4274021	Township of Kirwin	township-of-kirwin	Kirwin Township		US	KS	147	37300	0	America/Chicago
4274069	Township of La Crosse-Brookdale	township-of-la-crosse-brookdale	La Crosse-Brookdale Township		US	KS	165	37525	0	America/Chicago
4274080	City of La Harpe	city-of-la-harpe			US	KS	001	37725	578	America/Chicago
4274101	Township of Ladore	township-of-ladore	Ladore Township		US	KS	133	37600	0	America/Chicago
4274104	Township of Lafayette	township-of-lafayette	Lafayette Township		US	KS	019	37650	0	America/Chicago
4274110	Township of Labette	township-of-labette	Labette Township		US	KS	099	37400	0	America/Chicago
4274122	Township of Lake City	township-of-lake-city	Lake City Township,Lake Township,Township of Lake City		US	KS	007	37900	0	America/Chicago
4274154	City of Lake Quivira	city-of-lake-quivira			US	KS	091	37975	906	America/Chicago
4274178	Township of Lake	township-of-lake	Lake Township		US	KS	079	37825	0	America/Chicago
4274197	Township of Lakin	township-of-lakin	Lakin Township		US	KS	009	38125	0	America/Chicago
4274198	Township of Lakin	township-of-lakin	Lakin Township		US	KS	079	38150	0	America/Chicago
4274206	Township of Lancaster	township-of-lancaster	Lancaster Township		US	KS	005	38350	0	America/Chicago
4274217	Township of Lane	township-of-lane	Lane Township		US	KS	073	38425	0	America/Chicago
4274218	Township of Lane	township-of-lane	Lane Township		US	KS	183	38450	0	America/Chicago
4274228	Township of Langdon	township-of-langdon	Langdon Township		US	KS	155	38525	0	America/Chicago
4274234	Township of Langley	township-of-langley	Langley Township		US	KS	053	38600	0	America/Chicago
4274239	City of Lansing	city-of-lansing			US	KS	103	38650	11265	America/Chicago
4274255	City of Larned	city-of-larned			US	KS	145	38700	4054	America/Chicago
4274256	Township of Larned	township-of-larned	Larned Township		US	KS	145	38725	0	America/Chicago
4274287	City of Lawrence	city-of-lawrence			US	KS	045	38900	87643	America/Chicago
4274288	Township of Lawrence	township-of-lawrence	Lawrence Township,Lawrenceburg Township,Salt Creek Township,Township of Lawrence		US	KS	029	38875	0	America/Chicago
4274289	Township of Lawrence	township-of-lawrence	Lawrence Township		US	KS	141	38925	0	America/Chicago
4274297	Township of LeRoy	township-of-leroy	Le Roy Township,Township of Le Roy,Township of LeRoy		US	KS	031	39675	0	America/Chicago
4274315	City of Leavenworth	city-of-leavenworth			US	KS	103	39000	35251	America/Chicago
4274320	City of Leawood	city-of-leawood			US	KS	091	39075	31867	America/Chicago
4274333	Township of Lecompton	township-of-lecompton	Lecompton Township		US	KS	045	39175	0	America/Chicago
4274346	Township of Lehigh	township-of-lehigh	Lehigh Township		US	KS	115	39250	0	America/Chicago
4274359	City of Lenexa	city-of-lenexa			US	KS	091	39350	48190	America/Chicago
4274386	Township of Lexington	township-of-lexington	Lexington Township		US	KS	025	39775	0	America/Chicago
4274387	Township of Lexington	township-of-lexington	Lexington Township		US	KS	091	39800	0	America/Chicago
4274412	Township of Liberty	township-of-liberty	Liberty Township		US	KS	009	39875	0	America/Chicago
4274413	Township of Liberty	township-of-liberty	Liberty Township		US	KS	025	39900	0	America/Chicago
4274414	Township of Liberty	township-of-liberty	Liberty Township		US	KS	031	39925	0	America/Chicago
4274415	Township of Liberty	township-of-liberty	Liberty Township		US	KS	035	39950	0	America/Chicago
4274416	Township of Liberty	township-of-liberty	Liberty Township		US	KS	041	40000	0	America/Chicago
4274417	Township of Liberty	township-of-liberty	Liberty Township		US	KS	049	40025	0	America/Chicago
4274418	Township of Liberty	township-of-liberty	Liberty Township		US	KS	061	40050	0	America/Chicago
4274419	Township of Liberty	township-of-liberty	Liberty Township		US	KS	085	40125	0	America/Chicago
4274420	Township of Liberty	township-of-liberty	Liberty Township		US	KS	095	40150	0	America/Chicago
4274421	Township of Liberty	township-of-liberty	Liberty Township		US	KS	099	40175	0	America/Chicago
4274422	Township of Liberty	township-of-liberty	Liberty Township		US	KS	107	40200	0	America/Chicago
4274423	Township of Liberty	township-of-liberty	Liberty Township		US	KS	115	40225	0	America/Chicago
4274424	Township of Liberty	township-of-liberty	Liberty Township		US	KS	125	40275	0	America/Chicago
4274425	Township of Liberty	township-of-liberty	Liberty Township		US	KS	141	40300	0	America/Chicago
4274426	Township of Liberty	township-of-liberty	Liberty Township		US	KS	157	40325	0	America/Chicago
4274427	Township of Liberty	township-of-liberty	Liberty Township		US	KS	169	40350	0	America/Chicago
4274428	Township of Liberty	township-of-liberty	Liberty Township		US	KS	207	40375	0	America/Chicago
4274447	Township of Limestone	township-of-limestone	Limestone Township		US	KS	089	40450	0	America/Chicago
4274492	Township of Lincoln	township-of-lincoln	Lincoln Township		US	KS	003	40475	0	America/Chicago
4274493	Township of Lincoln	township-of-lincoln	Lincoln Township		US	KS	015	40500	0	America/Chicago
4274494	Township of Lincoln	township-of-lincoln	Lincoln Township		US	KS	029	40525	0	America/Chicago
4274495	Township of Lincoln	township-of-lincoln	Lincoln Township		US	KS	031	40550	0	America/Chicago
4274496	Township of Lincoln	township-of-lincoln	Lincoln Township		US	KS	037	40575	0	America/Chicago
4274497	Township of Lincoln	township-of-lincoln	Lincoln Township		US	KS	041	40625	0	America/Chicago
4274498	Township of Lincoln	township-of-lincoln	Lincoln Township		US	KS	047	40650	0	America/Chicago
4274499	Township of Lincoln	township-of-lincoln	Lincoln Township		US	KS	053	40675	0	America/Chicago
4274500	Township of Lincoln	township-of-lincoln	Lincoln Township		US	KS	059	40700	0	America/Chicago
4274501	Township of Lincoln	township-of-lincoln	Lincoln Township		US	KS	085	40750	0	America/Chicago
4274502	Township of Lincoln	township-of-lincoln	Lincoln Township		US	KS	107	40825	0	America/Chicago
4274503	Township of Lincoln	township-of-lincoln	Lincoln Township		US	KS	117	40850	0	America/Chicago
4274504	Township of Lincoln	township-of-lincoln	Lincoln Township		US	KS	133	40875	0	America/Chicago
4274505	Township of Lincoln	township-of-lincoln	Lincoln Township		US	KS	139	40925	0	America/Chicago
4274506	Township of Lincoln	township-of-lincoln	Lincoln Township		US	KS	143	40950	0	America/Chicago
4274507	Township of Lincoln	township-of-lincoln	Lincoln Township		US	KS	145	40975	0	America/Chicago
4274508	Township of Lincoln	township-of-lincoln	Lincoln Township		US	KS	149	41000	0	America/Chicago
4274509	Township of Lincoln	township-of-lincoln	Lincoln Township		US	KS	155	41050	0	America/Chicago
4274510	Township of Lincoln	township-of-lincoln	Lincoln Township		US	KS	157	41075	0	America/Chicago
4274511	Township of Lincoln	township-of-lincoln	Lincoln Township		US	KS	159	41100	0	America/Chicago
4274512	Township of Lincoln	township-of-lincoln	Lincoln Township		US	KS	167	41125	0	America/Chicago
4274513	Township of Lincoln	township-of-lincoln	Lincoln Township		US	KS	173	41150	0	America/Chicago
4274514	Township of Lincoln	township-of-lincoln	Lincoln Township		US	KS	183	41200	0	America/Chicago
4274515	Township of Lincoln	township-of-lincoln	Lincoln Township		US	KS	185	41225	0	America/Chicago
4274516	Township of Lincoln	township-of-lincoln	Lincoln Township		US	KS	201	41250	0	America/Chicago
4274529	City of Lindsborg	city-of-lindsborg			US	KS	113	41375	3458	America/Chicago
4274542	Township of Linn	township-of-linn	Linn Township		US	KS	201	41450	0	America/Chicago
4274573	Township of Little Blue	township-of-little-blue	Little Blue Township		US	KS	201	41500	0	America/Chicago
4274579	Township of Little Caney	township-of-little-caney	Little Caney Township		US	KS	019	41525	0	America/Chicago
4274628	Township of Little River	township-of-little-river	Little River Township		US	KS	155	41550	0	America/Chicago
4274660	Township of Little Valley	township-of-little-valley	Little Valley Township		US	KS	113	41600	0	America/Chicago
4274668	Township of Little Walnut	township-of-little-walnut	Little Walnut Township		US	KS	015	41625	0	America/Chicago
4274684	Township of Loda	township-of-loda	Loda Township		US	KS	155	41700	0	America/Chicago
4274699	Township of Logan	township-of-logan	Logan Township		US	KS	001	41725	0	America/Chicago
4274700	Township of Logan	township-of-logan	Logan Township		US	KS	009	41750	0	America/Chicago
4274701	Township of Logan	township-of-logan	Logan Township		US	KS	015	41775	0	America/Chicago
4274702	Township of Logan	township-of-logan	Logan Township		US	KS	041	41850	0	America/Chicago
4274703	Township of Logan	township-of-logan	Logan Township		US	KS	047	41875	0	America/Chicago
4274704	Township of Logan	township-of-logan	Logan Township		US	KS	105	41925	0	America/Chicago
4274705	Township of Logan	township-of-logan	Logan Township		US	KS	115	41950	0	America/Chicago
4274706	Township of Logan	township-of-logan	Logan Township		US	KS	117	41975	0	America/Chicago
4274707	Township of Logan	township-of-logan	Logan Township		US	KS	123	42025	0	America/Chicago
4274708	Township of Logan	township-of-logan	Logan Township		US	KS	143	42050	0	America/Chicago
4274709	Township of Logan	township-of-logan	Logan Township		US	KS	145	42075	0	America/Chicago
4274710	Township of Logan	township-of-logan	Logan Township		US	KS	147	42125	0	America/Chicago
4274711	Township of Logan	township-of-logan	Logan Township		US	KS	183	42275	0	America/Chicago
4274712	Township of Logan	township-of-logan	Logan Township		US	KS	201	42300	0	America/Chicago
4274717	Township of Lola	township-of-lola	Lola Township		US	KS	021	42350	0	America/Chicago
4274734	Township of Lone Elm	township-of-lone-elm	Lone Elm Township		US	KS	003	42450	0	America/Chicago
4274749	Township of Lone Star	township-of-lone-star	Lone Star Township		US	KS	165	42500	0	America/Chicago
4274759	Township of Lone Tree	township-of-lone-tree	Lone Tree Township		US	KS	113	42525	0	America/Chicago
4274760	Township of Lone Tree	township-of-lone-tree	Lone Tree Township		US	KS	149	42550	0	America/Chicago
4274774	Township of Long Island	township-of-long-island	Long Island Township		US	KS	147	42625	0	America/Chicago
4274787	Township of Longton	township-of-longton	Longton Township		US	KS	049	42675	0	America/Chicago
4274794	Township of Lookout	township-of-lookout	Lookout Township		US	KS	051	42700	0	America/Chicago
4274827	Township of Lost Springs	township-of-lost-springs	Lost Springs Township		US	KS	115	42850	0	America/Chicago
4274833	City of Louisburg	city-of-louisburg			US	KS	121	42875	4315	America/Chicago
4274834	Township of Louisburg	township-of-louisburg	Louisburg Township		US	KS	125	42900	0	America/Chicago
4274838	Township of Louisville	township-of-louisville	Louisville Township		US	KS	149	42950	0	America/Chicago
4274846	Township of Lowe	township-of-lowe	Lowe Township		US	KS	201	43025	0	America/Chicago
4274856	Township of Lowell	township-of-lowell	Lowell Township		US	KS	021	43075	0	America/Chicago
4274884	Township of Lulu	township-of-lulu	Lulu Township		US	KS	123	43225	0	America/Chicago
4274887	Township of Luray	township-of-luray	Luray Township		US	KS	167	43275	0	America/Chicago
4274923	Township of Lyon	township-of-lyon	Lyon Township		US	KS	029	43425	0	America/Chicago
4274924	Township of Lyon	township-of-lyon	Lyon Township		US	KS	041	43475	0	America/Chicago
4274925	Township of Lyon	township-of-lyon	Lyon Township		US	KS	061	43500	0	America/Chicago
4274936	City of Lyons	city-of-lyons			US	KS	159	43525	3739	America/Chicago
4274942	Township of Lyon	township-of-lyon	Lyon Township		US	KS	021	43400	0	America/Chicago
4274952	Township of Macon	township-of-macon	Macon Township		US	KS	079	43925	0	America/Chicago
4274962	Township of Madison	township-of-madison	Madison Township		US	KS	073	44075	0	America/Chicago
4274963	Township of Madison	township-of-madison	Madison Township		US	KS	105	44100	0	America/Chicago
4274964	Township of Madison	township-of-madison	Madison Township		US	KS	161	44125	0	America/Chicago
4275000	City of Manhattan	city-of-manhattan			US	KS	161	44250	52281	America/Chicago
4275001	Township of Manhattan	township-of-manhattan	Manhattan Township		US	KS	161	44275	0	America/Chicago
4275046	Township of Maple Hill	township-of-maple-hill	Maple Hill Township		US	KS	197	44525	0	America/Chicago
4275048	Township of Maple	township-of-maple	Maple Township		US	KS	035	44450	0	America/Chicago
4275060	Township of Marena	township-of-marena	Marena Township		US	KS	083	44575	0	America/Chicago
4275086	City of Marion	city-of-marion			US	KS	115	44750	1927	America/Chicago
4275087	Township of Marion	township-of-marion	Marion Township		US	KS	011	44650	0	America/Chicago
4275088	Township of Marion	township-of-marion	Marion Township		US	KS	043	44675	0	America/Chicago
4275089	Township of Marion	township-of-marion	Marion Township		US	KS	045	44700	0	America/Chicago
4275090	Township of Marion	township-of-marion	Marion Township		US	KS	105	44725	0	America/Chicago
4275091	Township of Marion	township-of-marion	Marion Township		US	KS	131	44775	0	America/Chicago
4275098	Township of Marmaton	township-of-marmaton	Marmaton Township		US	KS	001	44850	0	America/Chicago
4275099	Township of Marmaton	township-of-marmaton	Marmaton Township		US	KS	011	44900	0	America/Chicago
4275103	Township of Marquette	township-of-marquette	Marquette Township		US	KS	113	44950	0	America/Chicago
4275132	Township of Martin	township-of-martin	Martin Township		US	KS	183	45000	0	America/Chicago
4275149	City of Marysville	city-of-marysville			US	KS	117	45050	3294	America/Chicago
4275150	Township of Marysville	township-of-marysville	Marysville Township		US	KS	117	45075	0	America/Chicago
4275151	Township of Marysville	township-of-marysville	Marysville Township		US	KS	121	45100	0	America/Chicago
4275162	Township of Matfield	township-of-matfield	Matfield Township		US	KS	017	45125	0	America/Chicago
4275180	Township of May Day	township-of-may-day	May Day Township,Mayday Township,Township of May Day		US	KS	161	45225	0	America/Chicago
4275201	Township of McAdoo	township-of-mcadoo	McAdoo Township		US	KS	007	43550	0	America/Chicago
4275207	Township of McCamish	township-of-mccamish	McCamish Township		US	KS	091	43625	0	America/Chicago
4275276	City of McPherson	city-of-mcpherson			US	KS	113	43950	13155	America/Chicago
4275277	Township of McPherson	township-of-mcpherson	McPherson Township		US	KS	113	43975	0	America/Chicago
4275309	Township of Medford	township-of-medford	Medford Township		US	KS	155	45450	0	America/Chicago
4275319	Township of Medicine Lodge	township-of-medicine-lodge	Medicine Lodge Township		US	KS	007	45525	0	America/Chicago
4275322	Township of Medora	township-of-medora	Medora Township		US	KS	155	45600	0	America/Chicago
4275336	Township of Melvern	township-of-melvern	Melvern Township		US	KS	139	45725	0	America/Chicago
4275362	Township of Menno	township-of-menno	Menno Township		US	KS	115	45800	0	America/Chicago
4275373	Township of Menoken	township-of-menoken	Menoken Township		US	KS	177	45850	0	America/Chicago
4275384	Township of Meredith	township-of-meredith	Meredith Township		US	KS	029	45925	0	America/Chicago
4275391	Township of Meridian	township-of-meridian	Meriden Township,Meridian,Meridian Township,Township of Meridian		US	KS	113	45975	0	America/Chicago
4275395	City of Merriam	city-of-merriam			US	KS	091	46000	11003	America/Chicago
4275433	Township of Miami	township-of-miami	Miami Township		US	KS	121	46100	0	America/Chicago
4275434	Township of Miami	township-of-miami	Miami Township		US	KS	155	46125	0	America/Chicago
4275461	Township of Middle Creek	township-of-middle-creek	Middle Creek Township		US	KS	121	46225	0	America/Chicago
4275518	Township of Milford	township-of-milford	Milford Township		US	KS	061	46550	0	America/Chicago
4275531	Township of Mill Creek	township-of-mill-creek	Mill Creek Township		US	KS	149	46700	0	America/Chicago
4275532	Township of Mill Creek	township-of-mill-creek	Mill Creek Township		US	KS	197	46725	0	America/Chicago
4275533	Township of Mill Creek	township-of-mill-creek	Mill Creek Township		US	KS	201	46750	0	America/Chicago
4275537	Township of Millbrook	township-of-millbrook	Millbrook Township		US	KS	065	46625	0	America/Chicago
4275545	Township of Mill Creek	township-of-mill-creek	Mill Creek Township		US	KS	011	46675	0	America/Chicago
4275560	Township of Milton	township-of-milton	Milton Township		US	KS	015	46875	0	America/Chicago
4275561	Township of Milton	township-of-milton	Milton Township		US	KS	115	46900	0	America/Chicago
4275573	Township of Mineral	township-of-mineral	Mineral Township		US	KS	021	47000	0	America/Chicago
4275580	Township of Mingona	township-of-mingona	Mingona Township		US	KS	007	47050	0	America/Chicago
4275589	City of Minneapolis	city-of-minneapolis			US	KS	143	47075	2032	America/Chicago
4275592	Township of Minneha	township-of-minneha	Minneha Township		US	KS	173	47125	0	America/Chicago
4275613	Township of Mission Creek	township-of-mission-creek	Mission Creek Township		US	KS	197	47300	0	America/Chicago
4275616	City of Mission Hills	city-of-mission-hills			US	KS	091	47350	3498	America/Chicago
4275626	City of Mission Woods	city-of-mission-woods			US	KS	091	47425	178	America/Chicago
4275627	City of Mission	city-of-mission			US	KS	091	47225	9323	America/Chicago
4275628	Township of Mission	township-of-mission	Mission Township		US	KS	013	47200	0	America/Chicago
4275629	Township of Mission	township-of-mission	Mission Township		US	KS	133	47250	0	America/Chicago
4275630	Township of Mission	township-of-mission	Mission Township		US	KS	177	47275	0	America/Chicago
4275640	Township of Mitchell	township-of-mitchell	Mitchell Township		US	KS	131	47475	0	America/Chicago
4275641	Township of Mitchell	township-of-mitchell	Mitchell Township		US	KS	159	47525	0	America/Chicago
4275665	Township of Monmouth	township-of-monmouth	Monmouth Township		US	KS	177	47700	0	America/Chicago
4275669	Township of Monroe	township-of-monroe	Monroe Township		US	KS	003	47725	0	America/Chicago
4275679	Township of Montana	township-of-montana	Montana Township		US	KS	099	47850	0	America/Chicago
4275702	Township of Montana	township-of-montana	Montana Township		US	KS	089	47800	0	America/Chicago
4275709	Township of Moore	township-of-moore	Moore Township		US	KS	007	48075	0	America/Chicago
4275710	Township of Moore	township-of-moore	Moore Township		US	KS	115	48100	0	America/Chicago
4275733	Township of Morlan	township-of-morlan	Moreland Township,Morelaw Township,Morlan Township,Morland Township,Township of Morlan		US	KS	065	48250	0	America/Chicago
4275738	Township of Morrill	township-of-morrill	Morrill Township		US	KS	013	48325	0	America/Chicago
4275746	Township of Morris	township-of-morris	Morris Township		US	KS	191	48375	0	America/Chicago
4275762	Township of Morton	township-of-morton	Morton Township		US	KS	145	48525	0	America/Chicago
4275763	Township of Morton	township-of-morton	Morton Township		US	KS	173	48550	0	America/Chicago
4275768	Township of Morton	township-of-morton	Morton Township		US	KS	143	48500	0	America/Chicago
4275786	Township of Mound City	township-of-mound-city	Mound City Township		US	KS	107	48775	0	America/Chicago
4275799	Township of Mound Valley	township-of-mound-valley	Mound Valley Township		US	KS	099	48850	0	America/Chicago
4275800	Township of Mound	township-of-mound	Mound Township		US	KS	113	48675	0	America/Chicago
4275801	Township of Mound	township-of-mound	Mound Township		US	KS	121	48700	0	America/Chicago
4275802	Township of Mound	township-of-mound	Mound Township		US	KS	147	48725	0	America/Chicago
4275813	Township of Mount Ayr	township-of-mount-ayr	Mount Ayr Township		US	KS	141	48875	0	America/Chicago
4275915	Township of Mount Pleasant	township-of-mount-pleasant	Mount Pleasant Township		US	KS	005	48925	0	America/Chicago
4275916	Township of Mount Pleasant	township-of-mount-pleasant	Mount Pleasant Township		US	KS	099	48950	0	America/Chicago
4276006	City of Mulberry	city-of-mulberry			US	KS	037	49025	520	America/Chicago
4276007	Township of Mulberry	township-of-mulberry	Mulberry Township		US	KS	027	49000	0	America/Chicago
4276008	Township of Mulberry	township-of-mulberry	Mulberry Township		US	KS	053	49050	0	America/Chicago
4276037	Township of Murdock	township-of-murdock	Murdock Township		US	KS	015	49225	0	America/Chicago
4276046	Township of Murray	township-of-murray	Murray Township		US	KS	117	49275	0	America/Chicago
4276081	Township of Natoma	township-of-natoma	Natoma Township		US	KS	141	49450	0	America/Chicago
4276119	Township of Nelson	township-of-nelson	Nelson Township		US	KS	029	49600	0	America/Chicago
4276127	Township of Nemaha	township-of-nemaha	Nemaha Township		US	KS	131	49625	0	America/Chicago
4276131	City of Neodesha	city-of-neodesha			US	KS	205	49650	2486	America/Chicago
4276132	Township of Neodesha	township-of-neodesha	Neodesha Township		US	KS	205	49675	0	America/Chicago
4276140	Township of Neosho Falls	township-of-neosho-falls	Neosho Falls Township		US	KS	207	49850	0	America/Chicago
4276153	Township of Neosho	township-of-neosho	Neosho Township		US	KS	021	49725	0	America/Chicago
4276154	Township of Neosho	township-of-neosho	Neosho Township		US	KS	031	49750	0	America/Chicago
4276155	Township of Neosho	township-of-neosho	Neosho Township		US	KS	099	49775	0	America/Chicago
4276167	Township of Netawaka	township-of-netawaka	Netawaka Township		US	KS	085	49975	0	America/Chicago
4276172	Township of Neuchatel	township-of-neuchatel	Neuchatel Township		US	KS	131	50050	0	America/Chicago
4276179	Township of Nevada	township-of-nevada	Nevada Township		US	KS	135	50125	0	America/Chicago
4276195	Township of New Gottland	township-of-new-gottland	New Gottland Township		US	KS	113	50350	0	America/Chicago
4276236	Township of Newark	township-of-newark	Newark Township		US	KS	205	50200	0	America/Chicago
4276238	Township of Newbern	township-of-newbern	Newbern Township,Newburn Township,Township of Newbern		US	KS	041	50225	0	America/Chicago
4276241	Township of Newbury	township-of-newbury	Newbury Township		US	KS	197	50275	0	America/Chicago
4276254	City of Newton	city-of-newton			US	KS	079	50475	19132	America/Chicago
4276255	Township of Newton	township-of-newton	Newton Township		US	KS	079	50500	0	America/Chicago
4276268	City of Nickerson	city-of-nickerson			US	KS	155	50525	1070	America/Chicago
4276273	Township of Nicodemus	township-of-nicodemus	Nicodemus Township		US	KS	065	50575	0	America/Chicago
4276286	Township of Ninnescah	township-of-ninnescah	Ninnescah Township		US	KS	035	50625	0	America/Chicago
4276287	Township of Ninnescah	township-of-ninnescah	Ninnescah Township		US	KS	095	50650	0	America/Chicago
4276288	Township of Ninnescah	township-of-ninnescah	Ne-nescah River Township,Ninescah River Township,Ninescau River Township,Ninnescah Township,Ninnescau River Township,Township of Ninnescah		US	KS	155	50700	0	America/Chicago
4276289	Township of Ninnescah	township-of-ninnescah	Ne-nescah River Township,Ninescah River Township,Ninescau River Township,Ninnescah Township,Ninnescau River Township,Township of Ninnescah		US	KS	173	50725	0	America/Chicago
4276294	Township of Nippawalla	township-of-nippawalla	Nippawalla Township		US	KS	007	50775	0	America/Chicago
4276298	Township of Noble	township-of-noble	Noble Township		US	KS	041	50800	0	America/Chicago
4276299	Township of Noble	township-of-noble	Noble Township		US	KS	053	50825	0	America/Chicago
4276300	Township of Noble	township-of-noble	Noble Township		US	KS	117	50850	0	America/Chicago
4276335	Township of North Brown	township-of-north-brown	North Brown Township		US	KS	047	51100	0	America/Chicago
4276379	Township of North Homestead	township-of-north-homestead	North Homestead Township		US	KS	009	51200	0	America/Chicago
4276401	Township of North Seward	township-of-north-seward	North Seward Township		US	KS	185	51375	0	America/Chicago
4276419	Township of North	township-of-north	North Township		US	KS	207	51025	0	America/Chicago
4276458	Township of North	township-of-north	North Township		US	KS	099	50975	0	America/Chicago
4276463	City of Norton	city-of-norton			US	KS	137	51500	2928	America/Chicago
4276464	Township of Norton	township-of-norton	Norton Township		US	KS	087	51475	0	America/Chicago
4276476	Township of Norway	township-of-norway	Norway Township		US	KS	157	51575	0	America/Chicago
4276534	Township of Oak Valley	township-of-oak-valley	Oak Valley Township		US	KS	049	51950	0	America/Chicago
4276535	Township of Oak	township-of-oak	Oak Township		US	KS	183	51650	0	America/Chicago
4276553	Township of Oakland	township-of-oakland	Oakland Township		US	KS	027	51725	0	America/Chicago
4276554	Township of Oakland	township-of-oakland	Oakland Township		US	KS	029	51750	0	America/Chicago
4276579	Township of Odessa	township-of-odessa	Odessa Township		US	KS	089	52125	0	America/Chicago
4276580	Township of Odessa	township-of-odessa	Odessa Township		US	KS	159	52150	0	America/Chicago
4276587	Township of Ogallah	township-of-ogallah	Ogallah Township		US	KS	195	52250	0	America/Chicago
4276592	Township of Ogden	township-of-ogden	Ogden Township		US	KS	161	52300	0	America/Chicago
4276601	Township of Ohio	township-of-ohio	Ohio Township		US	KS	059	52350	0	America/Chicago
4276602	Township of Ohio	township-of-ohio	Ohio Township		US	KS	169	52425	0	America/Chicago
4276603	Township of Ohio	township-of-ohio	Ohio Township		US	KS	173	52450	0	America/Chicago
4276604	Township of Ohio	township-of-ohio	Ohio Township		US	KS	185	52475	0	America/Chicago
4276611	Township of Oketo	township-of-oketo	Oketo Township		US	KS	117	52550	0	America/Chicago
4276617	City of Olathe	city-of-olathe			US	KS	091	52575	125872	America/Chicago
4276618	Township of Olathe	township-of-olathe	Olathe Township		US	KS	091	52600	0	America/Chicago
4276675	Township of Olivet	township-of-olivet	Olivet Township		US	KS	139	52725	0	America/Chicago
4276692	Township of Omnia	township-of-omnia	Omnia Township		US	KS	035	52850	0	America/Chicago
4276719	Township of Orange	township-of-orange	Orange Township		US	KS	105	52950	0	America/Chicago
4276720	Township of Orange	township-of-orange	Orange Township		US	KS	145	53000	0	America/Chicago
4276746	City of Osage City	city-of-osage-city	City of Osage City,Osage City		US	KS	139	53200	2943	America/Chicago
4276767	Township of Osage	township-of-osage	Osage Township		US	KS	001	53075	0	America/Chicago
4276768	Township of Osage	township-of-osage	Osage Township		US	KS	011	53100	0	America/Chicago
4276769	Township of Osage	township-of-osage	Osage Township		US	KS	037	53125	0	America/Chicago
4276770	Township of Osage	township-of-osage	Osage Township		US	KS	099	53150	0	America/Chicago
4276771	Township of Osage	township-of-osage	Osage Township		US	KS	121	53175	0	America/Chicago
4276777	City of Osawatomie	city-of-osawatomie			US	KS	121	53225	4447	America/Chicago
4276778	Township of Osawatomie	township-of-osawatomie	Osawatomie Township		US	KS	121	53250	0	America/Chicago
4276789	City of Osborne	city-of-osborne			US	KS	141	53325	1431	America/Chicago
4276790	Township of Osborne	township-of-osborne	Osborn Township,Osborne Township,Township of Osborne		US	KS	191	53335	0	America/Chicago
4276795	Township of Oskaloosa	township-of-oskaloosa	Oskaloosa Township		US	KS	087	53400	0	America/Chicago
4276804	City of Oswego	city-of-oswego			US	KS	099	53450	1829	America/Chicago
4276805	Township of Oswego	township-of-oswego	Oswego Township		US	KS	099	53475	0	America/Chicago
4276826	City of Ottawa	city-of-ottawa			US	KS	059	53550	12649	America/Chicago
4276827	Township of Ottawa	township-of-ottawa	Ottawa Township		US	KS	059	53575	0	America/Chicago
4276828	Township of Ottawa	township-of-ottawa	Ottawa Township		US	KS	143	53600	0	America/Chicago
4276844	Township of Otter Creek	township-of-otter-creek	Otter Creek Township		US	KS	073	53650	0	America/Chicago
4276849	Township of Otter	township-of-otter	Otter Township,Otto Township,Township of Otter		US	KS	035	53625	0	America/Chicago
4276856	Township of Ottumwa	township-of-ottumwa	Ottumwa Township		US	KS	031	53700	0	America/Chicago
4276875	City of Overland Park	city-of-overland-park			US	KS	091	53775	173372	America/Chicago
4276877	Township of Overland	township-of-overland	Overland Township		US	KS	127	53750	0	America/Chicago
4276899	Township of Oxford	township-of-oxford	Oxford Township		US	KS	091	53825	0	America/Chicago
4276900	Township of Oxford	township-of-oxford	Oxford Township		US	KS	191	53875	0	America/Chicago
4276907	Township of Ozark	township-of-ozark	Ozark Township		US	KS	003	53900	0	America/Chicago
4276909	Township of Ozawkie	township-of-ozawkie	Osawkie Township,Ozawkie Township,Township of Ozawkie		US	KS	087	53950	0	America/Chicago
4276917	Township of Padonia	township-of-padonia	Padonia Township		US	KS	013	54025	0	America/Chicago
4276926	Township of Painterhood	township-of-painterhood	Painterhood Township		US	KS	049	54075	0	America/Chicago
4276928	Township of Palacky	township-of-palacky	Palacky Township		US	KS	053	54100	0	America/Chicago
4276935	Township of Palestine	township-of-palestine	Palestine Township		US	KS	191	54175	0	America/Chicago
4276940	Township of Palmyra	township-of-palmyra	Palmyra Township		US	KS	045	54225	0	America/Chicago
4276951	City of Paola	city-of-paola			US	KS	121	54250	5602	America/Chicago
4276952	Township of Paola	township-of-paola	Paola Township		US	KS	121	54275	0	America/Chicago
4276959	Township of Paradise	township-of-paradise	Paradise Township		US	KS	167	54350	0	America/Chicago
4276967	Township of Paris	township-of-paris	Paris Township		US	KS	107	54375	0	America/Chicago
4276986	Township of Park	township-of-park	Park Township		US	KS	173	54425	0	America/Chicago
4276997	Township of Parker	township-of-parker	Parker Township		US	KS	125	54525	0	America/Chicago
4277020	City of Parsons	city-of-parsons			US	KS	099	54675	10500	America/Chicago
4277047	Township of Paw Paw	township-of-paw-paw	Paw Paw Township		US	KS	049	54925	0	America/Chicago
4277064	Township of Pawnee Rock	township-of-pawnee-rock	Pawnee Rock Township		US	KS	009	54900	0	America/Chicago
4277067	Township of Pawnee	township-of-pawnee	Pawnee Township		US	KS	011	54775	0	America/Chicago
4277068	Township of Pawnee	township-of-pawnee	Pawnee Township		US	KS	145	54800	0	America/Chicago
4277069	Township of Pawnee	township-of-pawnee	Pawnee Township		US	KS	183	54825	0	America/Chicago
4277077	Township of Payne	township-of-payne	Payne Township		US	KS	173	55075	0	America/Chicago
4277081	Township of Peabody	township-of-peabody	Peabody Township		US	KS	115	55125	0	America/Chicago
4277114	Township of Penn	township-of-penn	Penn Township		US	KS	141	55350	0	America/Chicago
4277126	Township of Peoria	township-of-peoria	Peoria Township,Township of Peoria,Waukarusa River Township		US	KS	059	55425	0	America/Chicago
4277141	Township of Perry	township-of-perry	Perry Township		US	KS	207	55475	0	America/Chicago
4277155	Township of Peters	township-of-peters	Peters Township		US	KS	095	55550	0	America/Chicago
4277181	City of Phillipsburg	city-of-phillipsburg			US	KS	147	55675	2581	America/Chicago
4277182	Township of Phillipsburg	township-of-phillipsburg	Phillipsburg Township		US	KS	147	55700	0	America/Chicago
4277207	Township of Pike	township-of-pike	Pike Township		US	KS	111	55825	0	America/Chicago
4277232	Township of Pioneer	township-of-pioneer	Pioneer Township		US	KS	065	55900	0	America/Chicago
4277233	Township of Pioneer	township-of-pioneer	Pioneer Township		US	KS	159	55925	0	America/Chicago
4277234	Township of Pioneer	township-of-pioneer	Pioneer Township		US	KS	165	55950	0	America/Chicago
4277244	City of Pittsburg	city-of-pittsburg			US	KS	037	56025	20233	America/Chicago
4277245	Township of Pittsburg	township-of-pittsburg	Pittsburg Township		US	KS	123	56050	0	America/Chicago
4277259	Township of Plainview	township-of-plainview	Plainview Township		US	KS	147	56125	0	America/Chicago
4277282	Township of Pleasant Grove	township-of-pleasant-grove	Pleasant Grove Township		US	KS	073	56375	0	America/Chicago
4277283	Township of Pleasant Grove	township-of-pleasant-grove	Pleasant Grove Township		US	KS	145	56400	0	America/Chicago
4277362	Township of Pleasant Ridge	township-of-pleasant-ridge	Pleasant Ridge Township		US	KS	145	56475	0	America/Chicago
4277434	Township of Pleasant Valley	township-of-pleasant-valley	Pleasant Valley Township		US	KS	035	56500	0	America/Chicago
4277435	Township of Pleasant Valley	township-of-pleasant-valley	Pleasant Valley Township		US	KS	145	56600	0	America/Chicago
4277436	Township of Pleasant Valley	township-of-pleasant-valley	Pleasant Valley Township		US	KS	169	56625	0	America/Chicago
4277437	Township of Pleasant Valley	township-of-pleasant-valley	Pleasant Valley Township		US	KS	205	56650	0	America/Chicago
4277471	Township of Pleasant View	township-of-pleasant-view	Pleasant View Township		US	KS	021	56675	0	America/Chicago
4277473	Township of Pleasant	township-of-pleasant	Pleasant Township		US	KS	015	56200	0	America/Chicago
4277474	Township of Pleasant	township-of-pleasant	Pleasant Township		US	KS	031	56225	0	America/Chicago
4277475	Township of Pleasant	township-of-pleasant	Pleasant Township		US	KS	079	56250	0	America/Chicago
4277476	Township of Pleasant	township-of-pleasant	Pleasant Township		US	KS	105	56275	0	America/Chicago
4277477	Township of Pleasant	township-of-pleasant	Pleasant Township		US	KS	183	56300	0	America/Chicago
4277480	Township of Pleasantdale	township-of-pleasantdale	Pleasantdale Township		US	KS	165	56325	0	America/Chicago
4277492	Township of Plevna	township-of-plevna	Plevna Township		US	KS	155	56750	0	America/Chicago
4277521	Township of Plum Creek	township-of-plum-creek	Plum Creek Township		US	KS	123	56825	0	America/Chicago
4277523	Township of Plum Grove	township-of-plum-grove	Plum Grove Township		US	KS	015	56850	0	America/Chicago
4277524	Township of Plum	township-of-plum	Plum Township		US	KS	147	56775	0	America/Chicago
4277528	Township of Plumb	township-of-plumb	Plumb Township		US	KS	197	56800	0	America/Chicago
4277532	Township of Plymouth	township-of-plymouth	Plymouth Township		US	KS	167	56925	0	America/Chicago
4277560	Township of Pomona	township-of-pomona	Pomona Township		US	KS	059	57025	0	America/Chicago
4277601	Township of Potosi	township-of-potosi	Potosi Township		US	KS	107	57175	0	America/Chicago
4277613	Township of Pottawatomie	township-of-pottawatomie	Pottawatomie Township		US	KS	031	57200	0	America/Chicago
4277614	Township of Pottawatomie	township-of-pottawatomie	Pottawatomie Township		US	KS	059	57225	0	America/Chicago
4277615	Township of Pottawatomie	township-of-pottawatomie	Pottawatomie Township		US	KS	149	57250	0	America/Chicago
4277631	Township of Powell	township-of-powell	Powell Township		US	KS	033	57325	0	America/Chicago
4277635	Township of Powhattan	township-of-powhattan	Powhatan Township,Powhattan Township,Township of Powhattan		US	KS	013	57375	0	America/Chicago
4277716	Township of Prairie View	township-of-prairie-view	Prairie View Township		US	KS	147	57550	0	America/Chicago
4277720	City of Prairie Village	city-of-prairie-village			US	KS	091	57575	21447	America/Chicago
4277723	Township of Prairie	township-of-prairie	Prairie Township		US	KS	089	57400	0	America/Chicago
4277724	Township of Prairie	township-of-prairie	Prairie Township		US	KS	205	57425	0	America/Chicago
4277740	City of Pratt	city-of-pratt			US	KS	151	57625	6835	America/Chicago
4277779	Township of Prospect	township-of-prospect	Prospect Township		US	KS	015	57775	0	America/Chicago
4277787	Township of Protection	township-of-protection	Protection Township		US	KS	033	57875	0	America/Chicago
4277809	Township of Putnam	township-of-putnam	Putnam Township		US	KS	003	58000	0	America/Chicago
4277810	Township of Putnam	township-of-putnam	Putnam Township		US	KS	185	58050	0	America/Chicago
4277832	Township of Quincy	township-of-quincy	Quincy Township		US	KS	073	58175	0	America/Chicago
4277909	Township of Raymond	township-of-raymond	Raymond Township		US	KS	159	58575	0	America/Chicago
4277914	Township of Reading	township-of-reading	Reading Township		US	KS	111	58625	0	America/Chicago
4277936	Township of Red Vermillion	township-of-red-vermillion	Red Vermillion Township		US	KS	131	58750	0	America/Chicago
4277966	Township of Reilly	township-of-reilly	Reilly Township		US	KS	131	58900	0	America/Chicago
4277973	Township of Reno	township-of-reno	Reno Township		US	KS	103	58950	0	America/Chicago
4277974	Township of Reno	township-of-reno	Reno Township		US	KS	155	58975	0	America/Chicago
4277979	Township of Reeder	township-of-reeder	Reeder Township		US	KS	003	58825	0	America/Chicago
4278002	Township of Rich	township-of-rich	Rich Township		US	KS	003	59175	0	America/Chicago
4278015	Township of Republican	township-of-republican	Republican Township		US	KS	027	59025	0	America/Chicago
4278023	Township of Richland	township-of-richland	Richland Township		US	KS	015	59250	0	America/Chicago
4278024	Township of Richland	township-of-richland	Richland Township		US	KS	035	59275	0	America/Chicago
4278025	Township of Richland	township-of-richland	Richland Township		US	KS	079	59350	0	America/Chicago
4278026	Township of Richland	township-of-richland	Richland Township		US	KS	089	59375	0	America/Chicago
4278027	Township of Richland	township-of-richland	Richland Township		US	KS	095	59400	0	America/Chicago
4278028	Township of Richland	township-of-richland	Richland Township		US	KS	099	59425	0	America/Chicago
4278029	Township of Richland	township-of-richland	Richland Township		US	KS	117	59450	0	America/Chicago
4278030	Township of Richland	township-of-richland	Richland Township		US	KS	121	59475	0	America/Chicago
4278031	Township of Richland	township-of-richland	Richland Township		US	KS	143	59500	0	America/Chicago
4278032	Township of Richland	township-of-richland	Richland Township		US	KS	157	59575	0	America/Chicago
4278033	Township of Richland	township-of-richland	Richland Township		US	KS	185	59650	0	America/Chicago
4278037	Township of Richmond	township-of-richmond	Richmond Township		US	KS	059	59700	0	America/Chicago
4278038	Township of Richmond	township-of-richmond	Richmond Township		US	KS	131	59725	0	America/Chicago
4278044	Township of Ridge	township-of-ridge	Ridge Township		US	KS	041	59800	0	America/Chicago
4278052	Township of Ridgeway	township-of-ridgeway	Ridgeway Township		US	KS	139	59825	0	America/Chicago
4278075	Township of Rinehart	township-of-rinehart	Rinehart Township		US	KS	041	59900	0	America/Chicago
4278091	Township of Risley	township-of-risley	Risley Township		US	KS	115	60000	0	America/Chicago
4278100	Township of River	township-of-river	River Township		US	KS	145	60050	0	America/Chicago
4278129	Township of Riverside	township-of-riverside	Riverside Township		US	KS	173	60125	0	America/Chicago
4278130	Township of Riverside	township-of-riverside	Riverside Township		US	KS	195	60150	0	America/Chicago
4278168	Township of Robinson	township-of-robinson	Robinson Township		US	KS	013	60350	0	America/Chicago
4278171	Township of Rochester	township-of-rochester	Rochester Township		US	KS	095	60375	0	America/Chicago
4278220	Township of Rock Creek	township-of-rock-creek	Rock Creek Township		US	KS	015	60475	0	America/Chicago
4278221	Township of Rock Creek	township-of-rock-creek	Rock Creek Township		US	KS	031	60500	0	America/Chicago
4278222	Township of Rock Creek	township-of-rock-creek	Rock Creek Township		US	KS	035	60525	0	America/Chicago
4278223	Township of Rock Creek	township-of-rock-creek	Rock Creek Township		US	KS	087	60575	0	America/Chicago
4278224	Township of Rock Creek	township-of-rock-creek	Rock Creek Township		US	KS	131	60600	0	America/Chicago
4278225	Township of Rock Creek	township-of-rock-creek	Rock Creek Township		US	KS	149	60625	0	America/Chicago
4278226	Township of Rock Creek	township-of-rock-creek	Rock Creek Township		US	KS	197	60650	0	America/Chicago
4278240	Township of Rock	township-of-rock	Rock Township		US	KS	117	60425	0	America/Chicago
4278243	Township of Rockford	township-of-rockford	Rockford Township		US	KS	173	60675	0	America/Chicago
4278253	Township of Rockville	township-of-rockville	Rockville Township		US	KS	159	60725	0	America/Chicago
4278275	City of Roeland Park	city-of-roeland-park			US	KS	091	60825	6731	America/Chicago
4278329	Township of Rosalia	township-of-rosalia	Rosalia Township		US	KS	015	61125	0	America/Chicago
4278333	Township of Roscoe	township-of-roscoe	Roscoe Township		US	KS	155	61150	0	America/Chicago
4278337	Township of Rose Creek	township-of-rose-creek	Rose Creek Township		US	KS	157	61200	0	America/Chicago
4278365	Township of Rose Valley	township-of-rose-valley	Rose Valley Township		US	KS	185	61300	0	America/Chicago
4278391	Township of Ross	township-of-ross	Ross Township		US	KS	021	61350	0	America/Chicago
4278392	Township of Ross	township-of-ross	Ross Township		US	KS	141	61375	0	America/Chicago
4278395	Township of Rossville	township-of-rossville	Rossville Township		US	KS	177	61425	0	America/Chicago
4278406	Township of Round Mound	township-of-round-mound	Round Mound Township		US	KS	141	61475	0	America/Chicago
4278415	Township of Round Springs	township-of-round-springs	Round Springs Township		US	KS	123	61500	0	America/Chicago
4278450	Township of Rural	township-of-rural	Rural Township		US	KS	087	61700	0	America/Chicago
4278451	Township of Rural	township-of-rural	Rural Township		US	KS	095	61725	0	America/Chicago
4278469	Township of Rushville	township-of-rushville	Rushville Township		US	KS	147	61800	0	America/Chicago
4278476	City of Russell	city-of-russell			US	KS	167	61825	4506	America/Chicago
4278477	Township of Russell	township-of-russell	Russell Township		US	KS	167	61850	0	America/Chicago
4278482	Township of Rutland	township-of-rutland	Rutland Township		US	KS	125	61925	0	America/Chicago
4278485	Township of Ryan	township-of-ryan	Ryan Township		US	KS	191	61950	0	America/Chicago
4278495	City of Sabetha	city-of-sabetha			US	KS	131	62025	2571	America/Chicago
4278571	Township of Saint Bridget	township-of-saint-bridget	Saint Bridget Township,St. Bridget Township		US	KS	117	62100	0	America/Chicago
4278580	Township of Saint Clere	township-of-saint-clere	Saint Clere Township,St. Clere Township		US	KS	149	62150	0	America/Chicago
4278638	Township of St. John	township-of-st-john	Saint John Township,St. John Township,Township of Saint John,Township of St. John		US	KS	185	62300	0	America/Chicago
4278865	Township of Salamanca	township-of-salamanca	Salamanca Township		US	KS	021	62575	0	America/Chicago
4278882	Township of Salem	township-of-salem	Salem Township		US	KS	001	62600	0	America/Chicago
4278883	Township of Salem	township-of-salem	Salem Township		US	KS	035	62625	0	America/Chicago
4278884	Township of Salem	township-of-salem	Salem Township		US	KS	073	62650	0	America/Chicago
4278885	Township of Salem	township-of-salem	Salem Township		US	KS	173	62675	0	America/Chicago
4278894	City of Salina	city-of-salina			US	KS	169	62700	47707	America/Chicago
4278927	Township of Salt Creek	township-of-salt-creek	Salt Creek Township		US	KS	105	62800	0	America/Chicago
4278928	Township of Salt Creek	township-of-salt-creek	Salt Creek Township		US	KS	123	62825	0	America/Chicago
4278929	Township of Salt Creek	township-of-salt-creek	Salt Creek Township		US	KS	155	62850	0	America/Chicago
4278931	Township of Salt Creek	township-of-salt-creek	Salt Creek Township		US	KS	019	62775	0	America/Chicago
4278932	Township of Salt Springs	township-of-salt-springs	Salt Springs Township		US	KS	073	62875	0	America/Chicago
4279004	Township of Santa Fe	township-of-santa-fe	Santa Fe Township		US	KS	145	63025	0	America/Chicago
4279012	Township of Sarcoxie	township-of-sarcoxie	Sarcoxie Township		US	KS	087	63100	0	America/Chicago
4279026	Township of Sawlog	township-of-sawlog	Saw Log,Sawlog Township,Township of Sawlog		US	KS	083	63225	0	America/Chicago
4279033	City of Scammon	city-of-scammon			US	KS	021	63325	482	America/Chicago
4279035	Township of Scandia	township-of-scandia	Scandia Township		US	KS	157	63375	0	America/Chicago
4279039	Township of Sawmill	township-of-sawmill	Sawmill Township		US	KS	145	63250	0	America/Chicago
4279111	Township of Scott	township-of-scott	Scott Township		US	KS	011	63500	0	America/Chicago
4279112	Township of Scott	township-of-scott	Scott Township		US	KS	105	63525	0	America/Chicago
4279113	Township of Scott	township-of-scott	Scott Township		US	KS	107	63550	0	America/Chicago
4279122	Township of Scranton	township-of-scranton	Scranton Township		US	KS	139	63700	0	America/Chicago
4279153	Township of Sedan	township-of-sedan	Sedan Township		US	KS	019	63775	0	America/Chicago
4279159	Township of Sedgwick	township-of-sedgwick	Sedgwick Township		US	KS	079	63825	0	America/Chicago
4279175	City of Seneca	city-of-seneca			US	KS	131	63950	1991	America/Chicago
4279192	Township of Seventy-Six	township-of-seventy-six	Seventy-Six Township		US	KS	191	64000	0	America/Chicago
4279225	Township of Shannon	township-of-shannon	Shannon Township		US	KS	005	64275	0	America/Chicago
4279226	Township of Shannon	township-of-shannon	Shannon Township		US	KS	149	64300	0	America/Chicago
4279233	Township of Sharon	township-of-sharon	Sharon Township		US	KS	007	64350	0	America/Chicago
4279274	City of Shawnee	city-of-shawnee			US	KS	091	64500	62209	America/Chicago
4279275	Township of Shawnee	township-of-shawnee	Shawnee Township		US	KS	021	64475	0	America/Chicago
4279283	Township of Shell Rock	township-of-shell-rock	Shell Rock Township		US	KS	073	64600	0	America/Chicago
4279292	Township of Sheridan	township-of-sheridan	Sheridan Township		US	KS	021	64625	0	America/Chicago
4279293	Township of Sheridan	township-of-sheridan	Sheridan Township		US	KS	035	64650	0	America/Chicago
4279294	Township of Sheridan	township-of-sheridan	Sheridan Township		US	KS	037	64675	0	America/Chicago
4279295	Township of Sheridan	township-of-sheridan	Sheridan Township		US	KS	107	64700	0	America/Chicago
4279296	Township of Sheridan	township-of-sheridan	Sheridan Township		US	KS	143	64725	0	America/Chicago
4279297	Township of Sheridan	township-of-sheridan	Sheridan Township		US	KS	201	64775	0	America/Chicago
4279305	Township of Sherman	township-of-sherman	Sherman Township		US	KS	027	64850	0	America/Chicago
4279306	Township of Sherman	township-of-sherman	Sherman Township		US	KS	037	64875	0	America/Chicago
4279307	Township of Sherman	township-of-sherman	Sherman Township		US	KS	041	64925	0	America/Chicago
4279308	Township of Sherman	township-of-sherman	Sherman Township		US	KS	053	64950	0	America/Chicago
4279309	Township of Sherman	township-of-sherman	Sherman Township		US	KS	103	65000	0	America/Chicago
4279310	Township of Sherman	township-of-sherman	Sherman Township		US	KS	143	65025	0	America/Chicago
4279311	Township of Sherman	township-of-sherman	Sherman Township		US	KS	149	65050	0	America/Chicago
4279312	Township of Sherman	township-of-sherman	Sherman Township		US	KS	161	65075	0	America/Chicago
4279313	Township of Sherman	township-of-sherman	Sherman Township		US	KS	173	65100	0	America/Chicago
4279314	Township of Sherman	township-of-sherman	Sherman Township		US	KS	201	65125	0	America/Chicago
4279324	Township of Shiley	township-of-shiley	Shiley Township		US	KS	145	65275	0	America/Chicago
4279335	Township of Shiloh	township-of-shiloh	Shiloh Township		US	KS	133	65300	0	America/Chicago
4279341	Township of Shirley	township-of-shirley	Shirley Township		US	KS	029	65375	0	America/Chicago
4279365	Township of Sibley	township-of-sibley	Sibley Township		US	KS	029	65425	0	America/Chicago
4279395	Township of Silver Creek	township-of-silver-creek	Silver Creek Township		US	KS	035	65500	0	America/Chicago
4279401	Township of Silver Lake	township-of-silver-lake	Silver Lake Township		US	KS	177	65625	0	America/Chicago
4279405	Township of Silverdale	township-of-silverdale	Silverdale Township		US	KS	035	65575	0	America/Chicago
4279422	Township of Sinclair	township-of-sinclair	Saint Clair Township,Sinclair Township,Township of Sinclair		US	KS	089	65675	0	America/Chicago
4279427	Township of Sitka	township-of-sitka	Sitka Township		US	KS	025	65725	0	America/Chicago
4279498	Township of Smoky Hill	township-of-smoky-hill	Smoky Hill Township		US	KS	113	66025	0	America/Chicago
4279499	Township of Smoky Hill	township-of-smoky-hill	Smoky Hill Township		US	KS	169	66050	0	America/Chicago
4279501	Township of Smoky View	township-of-smoky-view	Smoky View Township		US	KS	169	66075	0	America/Chicago
4279504	Township of Smolan	township-of-smolan	Smolan Township		US	KS	169	66125	0	America/Chicago
4279506	Township of Smoky Hill	township-of-smoky-hill	Smoky Hill Township		US	KS	061	66000	0	America/Chicago
4279531	Township of Sodville	township-of-sodville	Sodville Township		US	KS	057	66150	0	America/Chicago
4279539	Township of Soldier	township-of-soldier	Soldier Township		US	KS	085	66200	0	America/Chicago
4279543	Township of Solomon Rapids	township-of-solomon-rapids	Solomon Rapids Township		US	KS	123	66450	0	America/Chicago
4279545	Township of Soldier	township-of-soldier	Soldier Township		US	KS	177	66225	0	America/Chicago
4279547	Township of Solomon	township-of-solomon	Solomon Township		US	KS	029	66250	0	America/Chicago
4279548	Township of Solomon	township-of-solomon	Solomon Township		US	KS	147	66350	0	America/Chicago
4279549	Township of Solomon	township-of-solomon	Solomon Township		US	KS	169	66375	0	America/Chicago
4280490	Township of Toledo	township-of-toledo	Toledo Township		US	KS	017	70775	0	America/Chicago
4280505	Township of Tonganoxie	township-of-tonganoxie	Tonganoxie Township		US	KS	103	70825	0	America/Chicago
4279550	Township of Solomon-District 3	township-of-solomon-district-3	Belle Plaine Township,Lincoln Township,Sand Creek Township,Solomon Township,Solomon-District 3 Township,Township of Solomon-District 3,West Union Township		US	KS	137	66410	0	America/Chicago
4279567	Township of South Bend	township-of-south-bend	South Bend Township		US	KS	009	66525	0	America/Chicago
4279590	Township of South Brown	township-of-south-brown	South Brown Township		US	KS	047	66550	0	America/Chicago
4279638	Township of South Haven	township-of-south-haven	South Haven Township		US	KS	191	66675	0	America/Chicago
4279643	Township of South Homestead	township-of-south-homestead	South Homestead Township		US	KS	009	66725	0	America/Chicago
4279665	Township of South Salem	township-of-south-salem	South Salem Township		US	KS	073	66925	0	America/Chicago
4279671	Township of South Seward	township-of-south-seward	South Seward Township		US	KS	185	66975	0	America/Chicago
4279684	Township of South Sharps Creek	township-of-south-sharps-creek	South Sharps Creek Township		US	KS	113	67000	0	America/Chicago
4279712	Township of Spearville	township-of-spearville	Speareville,Spearville Township,Township of Spearville		US	KS	057	67150	0	America/Chicago
4279836	Township of Spring Creek	township-of-spring-creek	Spring Creek Township		US	KS	031	67375	0	America/Chicago
4279837	Township of Spring Creek	township-of-spring-creek	Spring Creek Township		US	KS	035	67400	0	America/Chicago
4279838	Township of Spring Creek	township-of-spring-creek	Spring Creek Township		US	KS	073	67425	0	America/Chicago
4279839	Township of Spring Creek	township-of-spring-creek	Spring Creek Township		US	KS	149	67475	0	America/Chicago
4279840	Township of Spring Creek	township-of-spring-creek	Spring Creek Township		US	KS	169	67500	0	America/Chicago
4279855	City of Spring Hill	city-of-spring-hill			US	KS	091	67625	5437	America/Chicago
4279856	Township of Spring Hill	township-of-spring-hill	Spring Hill Township,Spring Township,Springhill Township,Township of Spring Hill		US	KS	091	67650	0	America/Chicago
4279872	Township of Spring Valley	township-of-spring-valley	Spring Valley Township		US	KS	021	67725	0	America/Chicago
4279873	Township of Spring Valley	township-of-spring-valley	Spring Valley Township		US	KS	113	67750	0	America/Chicago
4279874	Township of Spring	township-of-spring	Spring Township		US	KS	015	67275	0	America/Chicago
4279880	Township of Springdale	township-of-springdale	Springdale Township		US	KS	191	67575	0	America/Chicago
4279907	Township of Stafford	township-of-stafford	Stafford Township		US	KS	185	67800	0	America/Chicago
4279923	Township of Stanton	township-of-stanton	Stanton Township		US	KS	107	67875	0	America/Chicago
4279924	Township of Stanton	township-of-stanton	Stanton Township		US	KS	121	67925	0	America/Chicago
4279925	Township of Stanton	township-of-stanton	Stanton Township		US	KS	143	67950	0	America/Chicago
4279952	Township of Star	township-of-star	Star Township		US	KS	031	68000	0	America/Chicago
4279958	Township of Starr	township-of-starr	Starr Township		US	KS	029	68050	0	America/Chicago
4279992	City of Sterling	city-of-sterling			US	KS	159	68200	2328	America/Chicago
4279993	Township of Sterling	township-of-sterling	Sterling Township		US	KS	083	68175	0	America/Chicago
4279994	Township of Sterling	township-of-sterling	Sterling Township		US	KS	159	68225	0	America/Chicago
4280067	Township of Straight Creek	township-of-straight-creek	Straight Creek Township		US	KS	085	68475	0	America/Chicago
4280069	Township of Stranger	township-of-stranger	Stranger Township		US	KS	103	68500	0	America/Chicago
4280074	Township of Strawberry	township-of-strawberry	Strawberry Township		US	KS	201	68550	0	America/Chicago
4280088	Township of Strong	township-of-strong	Strong Township		US	KS	017	68600	0	America/Chicago
4280106	Township of Sugar Creek	township-of-sugar-creek	Sugar Creek Township		US	KS	121	68825	0	America/Chicago
4280138	Township of Summit	township-of-summit	Summit Township		US	KS	019	69025	0	America/Chicago
4280139	Township of Summit	township-of-summit	Summit Township		US	KS	029	69050	0	America/Chicago
4280140	Township of Summit	township-of-summit	Summit Township		US	KS	115	69100	0	America/Chicago
4280147	Township of Sumner	township-of-sumner	Sumner Township		US	KS	141	69150	0	America/Chicago
4280148	Township of Sumner	township-of-sumner	Sumner Township		US	KS	147	69175	0	America/Chicago
4280149	Township of Sumner	township-of-sumner	Sumner Township		US	KS	155	69200	0	America/Chicago
4280150	Township of Sumner	township-of-sumner	Sumner Township		US	KS	191	69225	0	America/Chicago
4280154	Township of Sun City	township-of-sun-city	Sun City Township		US	KS	007	69300	0	America/Chicago
4280230	Township of Superior	township-of-superior	Superior Township		US	KS	113	69475	0	America/Chicago
4280231	Township of Superior	township-of-superior	Superior Township		US	KS	139	69500	0	America/Chicago
4280246	Township of Swan	township-of-swan	Swan Township		US	KS	183	69625	0	America/Chicago
4280261	Township of Swede Creek	township-of-swede-creek	Swede Creek Township		US	KS	161	69650	0	America/Chicago
4280288	Township of Sycamore	township-of-sycamore	Sycamore Township		US	KS	015	69700	0	America/Chicago
4280289	Township of Sycamore	township-of-sycamore	Sycamore Township		US	KS	125	69750	0	America/Chicago
4280299	Township of Sylvia	township-of-sylvia	Sylvia Township		US	KS	155	69825	0	America/Chicago
4280335	Township of Talleyrand	township-of-talleyrand	Talleyrand Township		US	KS	205	69900	0	America/Chicago
4280353	Township of Tecumseh	township-of-tecumseh	Tecumseh Township		US	KS	177	70100	0	America/Chicago
4280375	Township of Ten Mile	township-of-ten-mile	Ten Mile Township		US	KS	121	70125	0	America/Chicago
4280431	Township of Thomas	township-of-thomas	Thomas Township		US	KS	053	70450	0	America/Chicago
4280457	Township of Tilden	township-of-tilden	Tilden Township		US	KS	141	70575	0	America/Chicago
4280470	Township of Timberhill	township-of-timberhill	Timber Hill Township,Timberhill Township,Township of Timberhill		US	KS	011	70600	0	America/Chicago
4280473	Township of Tioga	township-of-tioga	Tioga Township		US	KS	133	70650	0	America/Chicago
4280482	Township of Tisdale	township-of-tisdale	Tisdale Township		US	KS	035	70725	0	America/Chicago
4280516	City of Topeka	city-of-topeka			US	KS	177	71000	127473	America/Chicago
4280517	Township of Topeka	township-of-topeka	Topeka Township		US	KS	177	71025	0	America/Chicago
4280527	Township of Toronto	township-of-toronto	Toronto Township		US	KS	207	71075	0	America/Chicago
4280534	Township of Towanda	township-of-towanda	Towanda Township		US	KS	015	71150	0	America/Chicago
4280535	Township of Towanda	township-of-towanda	Towanda Township		US	KS	147	71175	0	America/Chicago
4280557	Township 1	township-1	Empire Township,Garden Township,Greene Township,Lake Township,Lawn Township,Liberty Township,Ruells Township,Township 1,Township Number 1		US	KS	077	71201	0	America/Chicago
4280558	Township 1	township-1	Township 1,Township Number 1		US	KS	127	71202	0	America/Chicago
4280559	Township 1	township-1	Ash Rock Township,Lowell Township,Medicine Township,Township 1,Township Number 1		US	KS	163	71203	0	America/Chicago
4280560	Township 10	township-10	Township 10,Township Number 10		US	KS	151	71242	0	America/Chicago
4280561	Township 10	township-10	Township 10,Township Number 10		US	KS	163	71243	0	America/Chicago
4280562	Township 11	township-11	Cove Township,Elm Township,Paxon Township,Township 11,Township Number 11		US	KS	151	71245	0	America/Chicago
4280563	Township 11	township-11	Plainville Township,Township 11,Township Number 11,Twin Mound Township		US	KS	163	71246	0	America/Chicago
4280564	Township 12	township-12	Township 12,Township Number 12		US	KS	151	71248	0	America/Chicago
4280565	Township 12	township-12	Township 12,Township Number 12		US	KS	163	71249	0	America/Chicago
4280566	Township 2	township-2	Blaine Township,Eagle Township,Empire Township,Green Township,Township 2,Township Number 2		US	KS	077	71205	0	America/Chicago
4280567	Township 2	township-2	Township 2,Township Number 2		US	KS	127	71206	0	America/Chicago
4280568	Township 2	township-2	Greenfield Township,Iowa Township,Lanark Township,Township 2,Township Number 2		US	KS	163	71207	0	America/Chicago
4280569	Township 3	township-3	Anthony Township,Berlin Township,Spring Township,Township 3,Township Number 3		US	KS	077	71209	0	America/Chicago
4280570	Township 3	township-3	Township 3,Township Number 3		US	KS	127	71210	0	America/Chicago
4280571	Township 3	township-3	Farmington Township,Stockton Township,Township 3,Township Number 3		US	KS	163	71211	0	America/Chicago
4280572	Township 4	township-4	Silver Creek Township,Stohrville Township,Township 4,Township Number 4		US	KS	077	71213	0	America/Chicago
4280573	Township 4	township-4	Township 4,Township Number 4		US	KS	127	71214	0	America/Chicago
4280574	Township 4	township-4	Hobart Township,Township 4,Township Number 4		US	KS	163	71215	0	America/Chicago
4280575	Township 5	township-5	Banner Township,Odell Township,Pilot Knob Township,Township 5,Township Number 5		US	KS	077	71217	0	America/Chicago
4280576	Township 5	township-5	Township 5,Township Number 5		US	KS	127	71218	0	America/Chicago
4280577	Township 5	township-5	Alcona Township,Bow Creek Township,Sugar Loaf Township,Township 5,Township Number 5		US	KS	163	71219	0	America/Chicago
4280578	Township 6	township-6	Chicaskia Township,Chikaskia Township,Harper Township,Township 6,Township Number 6		US	KS	077	71221	0	America/Chicago
4280579	Township 6	township-6	Clarks Creek Township,Township 6,Township Number 6		US	KS	127	71222	0	America/Chicago
4280580	Township 6	township-6	Carmi Township,Haynesville Township,Logan Township,Township 6,Township Number 6		US	KS	151	71223	0	America/Chicago
4280581	Township 6	township-6	Belmont Township,Rush Township,Township 6,Township Number 6		US	KS	163	71224	0	America/Chicago
4280582	Township 7	township-7	Township 7,Township Number 7		US	KS	127	71227	0	America/Chicago
4280583	Township 7	township-7	Township 7,Township Number 7		US	KS	151	71228	0	America/Chicago
4280584	Township 7	township-7	Township 7,Township Number 7		US	KS	163	71229	0	America/Chicago
4280585	Township 8	township-8	Township 8,Township Number 8		US	KS	127	71232	0	America/Chicago
4280586	Township 8	township-8	Township 8,Township Number 8		US	KS	151	71233	0	America/Chicago
4280587	Township 8	township-8	Northampton Township,Township 8,Township Number 8		US	KS	163	71234	0	America/Chicago
4280588	Township 9	township-9	Township 9,Township Number 9		US	KS	127	71237	0	America/Chicago
4280589	Township 9	township-9	Township 9,Township Number 9		US	KS	151	71238	0	America/Chicago
4280590	Township 9	township-9	Fairview Township,Township 9,Township Number 9		US	KS	163	71239	0	America/Chicago
4280617	Township of Trenton	township-of-trenton	Trenton Township		US	KS	047	71400	0	America/Chicago
4280649	Township of Trivoli	township-of-trivoli	Trivoli Township		US	KS	053	71525	0	America/Chicago
4280664	Township of Troy	township-of-troy	Troy Township		US	KS	155	71600	0	America/Chicago
4280711	Township of Turkey Creek	township-of-turkey-creek	Turkey Creek Township		US	KS	007	71675	0	America/Chicago
4280712	Township of Turkey Creek	township-of-turkey-creek	Turkey Creek Township		US	KS	113	71700	0	America/Chicago
4280713	Township of Turkey Creek	township-of-turkey-creek	Turkey Creek Township		US	KS	123	71725	0	America/Chicago
4280747	Township of Twin Grove	township-of-twin-grove	Twin Grove Township		US	KS	073	71825	0	America/Chicago
4280801	Township of Union Center	township-of-union-center	Union Center Township		US	KS	049	72500	0	America/Chicago
4280839	Township of Union	township-of-union	Union Township		US	KS	009	72025	0	America/Chicago
4280840	Township of Union	township-of-union	Union Township		US	KS	015	72050	0	America/Chicago
4280841	Township of Union	township-of-union	Union Township		US	KS	027	72075	0	America/Chicago
4280842	Township of Union	township-of-union	Union Township		US	KS	041	72100	0	America/Chicago
4280843	Township of Union	township-of-union	Union Township		US	KS	043	72125	0	America/Chicago
4280844	Township of Union	township-of-union	Union Township		US	KS	087	72150	0	America/Chicago
4280845	Township of Union	township-of-union	Union Township		US	KS	095	72175	0	America/Chicago
4280846	Township of Union	township-of-union	Union Township		US	KS	113	72225	0	America/Chicago
4280847	Township of Union	township-of-union	Union Township		US	KS	149	72250	0	America/Chicago
4280848	Township of Union	township-of-union	Union Township		US	KS	157	72300	0	America/Chicago
4280849	Township of Union	township-of-union	Union Township		US	KS	159	72325	0	America/Chicago
4280850	Township of Union	township-of-union	Union Township		US	KS	165	72350	0	America/Chicago
4280851	Township of Union	township-of-union	Union Township		US	KS	173	72375	0	America/Chicago
4280852	Township of Union	township-of-union	Union Township		US	KS	185	72450	0	America/Chicago
4280853	Township of Union	township-of-union	Union Township		US	KS	201	72475	0	America/Chicago
4280907	Township of Valley Brook	township-of-valley-brook	Valley Brook Township		US	KS	139	73200	0	America/Chicago
4280913	Township of Valley Center	township-of-valley-center	Valley Center Township		US	KS	145	73225	0	America/Chicago
4280914	Township of Valley Center	township-of-valley-center	Valley Center Township		US	KS	173	73275	0	America/Chicago
4280938	Township of Valley	township-of-valley	Valley Township		US	KS	007	72750	0	America/Chicago
4280939	Township of Valley	township-of-valley	Valley Township		US	KS	053	72800	0	America/Chicago
4280940	Township of Valley	township-of-valley	Valley Township		US	KS	083	72825	0	America/Chicago
4280941	Township of Valley	township-of-valley	Valley Township		US	KS	095	72850	0	America/Chicago
4280942	Township of Valley	township-of-valley	Valley Township		US	KS	105	72900	0	America/Chicago
4280943	Township of Valley	township-of-valley	Valley Township		US	KS	107	72925	0	America/Chicago
4280944	Township of Valley	township-of-valley	Valley Township		US	KS	121	72950	0	America/Chicago
4280945	Township of Valley	township-of-valley	Valley Township		US	KS	141	73000	0	America/Chicago
4280946	Township of Valley	township-of-valley	Valley Township		US	KS	147	73025	0	America/Chicago
4280947	Township of Valley	township-of-valley	Valley Township		US	KS	155	73075	0	America/Chicago
4280948	Township of Valley	township-of-valley	Valley Township		US	KS	159	73100	0	America/Chicago
4280949	Township of Valley	township-of-valley	Valley Township		US	KS	183	73175	0	America/Chicago
4280950	Township of Valverde	township-of-valverde	Valverde Township		US	KS	191	73350	0	America/Chicago
4280981	Township of Verdigris	township-of-verdigris	Verdigris Township		US	KS	205	73500	0	America/Chicago
4280986	Township of Vermillion	township-of-vermillion	Vermillion Township		US	KS	117	73550	0	America/Chicago
4280992	Township of Vernon	township-of-vernon	Vernon Township		US	KS	035	73575	0	America/Chicago
4280995	Township of Vesper	township-of-vesper	Vesper Township		US	KS	105	73650	0	America/Chicago
4281002	Township of Vicksburg	township-of-vicksburg	Vicksburg Township		US	KS	089	73725	0	America/Chicago
4281009	Township of Victor	township-of-victor	Township of Victor,Victor Township,Victory Township		US	KS	141	73750	0	America/Chicago
4281015	Township of Victoria	township-of-victoria	Victoria Township		US	KS	051	73800	0	America/Chicago
4281016	Township of Victoria	township-of-victoria	Victoria Township		US	KS	159	73825	0	America/Chicago
4281031	Township of Vienna	township-of-vienna	Vienna Township		US	KS	149	73875	0	America/Chicago
4281054	Township of Vinita	township-of-vinita	Township of Vinita,Venita Township,Vinita Township		US	KS	095	73975	0	America/Chicago
4281064	Township of Viola	township-of-viola	Viola Township		US	KS	173	74050	0	America/Chicago
4281084	Township of WaKeeney	township-of-wakeeney	WaKeeney Township		US	KS	195	74475	0	America/Chicago
4281089	Township of Wabaunsee	township-of-wabaunsee	Wabaunsee Township		US	KS	197	74250	0	America/Chicago
4281094	Township of Waco	township-of-waco	Waco Township		US	KS	173	74300	0	America/Chicago
4281114	Township of Wakarusa	township-of-wakarusa	Wakarusa Township		US	KS	045	74400	0	America/Chicago
4281126	Township of Waldo	township-of-waldo	Waldo Township		US	KS	167	74600	0	America/Chicago
4281136	Township of Walker	township-of-walker	Walker Township		US	KS	003	74650	0	America/Chicago
4281176	Township of Walnut Creek	township-of-walnut-creek	Walnut Creek Township		US	KS	123	75150	0	America/Chicago
4281184	Township of Walnut Grove	township-of-walnut-grove	Walnut Grove Township		US	KS	133	75175	0	America/Chicago
4281201	Township of Walnut	township-of-walnut	Walnut Township		US	KS	005	74800	0	America/Chicago
4281202	Township of Walnut	township-of-walnut	Walnut Township		US	KS	009	74825	0	America/Chicago
4281203	Township of Walnut	township-of-walnut	Walnut Township		US	KS	011	74850	0	America/Chicago
4281204	Township of Walnut	township-of-walnut	Walnut Township		US	KS	013	74875	0	America/Chicago
4281205	Township of Walnut	township-of-walnut	Walnut Township		US	KS	015	74900	0	America/Chicago
4281206	Township of Walnut	township-of-walnut	Walnut Township		US	KS	035	74925	0	America/Chicago
4281207	Township of Walnut	township-of-walnut	Walnut Township		US	KS	037	74975	0	America/Chicago
4281208	Township of Walnut	township-of-walnut	Walnut Township		US	KS	089	75000	0	America/Chicago
4281209	Township of Walnut	township-of-walnut	Walnut Township		US	KS	117	75025	0	America/Chicago
4281210	Township of Walnut	township-of-walnut	Walnut Township		US	KS	145	75050	0	America/Chicago
4281211	Township of Walnut	township-of-walnut	Walnut Township		US	KS	147	75075	0	America/Chicago
4281212	Township of Walnut	township-of-walnut	Walnut Township		US	KS	155	75100	0	America/Chicago
4281213	Township of Walnut	township-of-walnut	Walnut Township		US	KS	169	75125	0	America/Chicago
4281224	Township of Walton	township-of-walton	Walton Township		US	KS	079	75225	0	America/Chicago
4281225	Township of Walton	township-of-walton	Walton Township		US	KS	099	75250	0	America/Chicago
4281226	Township of Walton	township-of-walton	Walton Township		US	KS	191	75300	0	America/Chicago
4281229	Township of Wamego	township-of-wamego	Wamego Township		US	KS	149	75350	0	America/Chicago
4281243	Township of Waring	township-of-waring	Waring Township		US	KS	135	75400	0	America/Chicago
4281300	City of Washington	city-of-washington			US	KS	201	75825	1131	America/Chicago
4281301	Township of Washington	township-of-washington	Washington Township		US	KS	003	75500	0	America/Chicago
4281302	Township of Washington	township-of-washington	Washington Township		US	KS	013	75525	0	America/Chicago
4281303	Township of Washington	township-of-washington	Washington Township		US	KS	019	75550	0	America/Chicago
4281304	Township of Washington	township-of-washington	Washington Township		US	KS	037	75575	0	America/Chicago
4281305	Township of Washington	township-of-washington	Washington Township		US	KS	043	75600	0	America/Chicago
4281306	Township of Washington	township-of-washington	Washington Township		US	KS	085	75625	0	America/Chicago
4281307	Township of Washington	township-of-washington	Washington Township		US	KS	089	75650	0	America/Chicago
4281308	Township of Washington	township-of-washington	Washington Township		US	KS	131	75675	0	America/Chicago
4281309	Township of Washington	township-of-washington	Washington Township		US	KS	157	75700	0	America/Chicago
4281310	Township of Washington	township-of-washington	Washington Township		US	KS	169	75725	0	America/Chicago
4281311	Township of Washington	township-of-washington	Washington Township		US	KS	183	75775	0	America/Chicago
4281312	Township of Washington	township-of-washington	Washington Township		US	KS	197	75800	0	America/Chicago
4281313	Township of Washington	township-of-washington	Washington Township		US	KS	201	75850	0	America/Chicago
4281317	Township of Waterloo	township-of-waterloo	Waterloo Township		US	KS	111	75925	0	America/Chicago
4281321	Township of Waterville	township-of-waterville	Waterville Township		US	KS	117	75975	0	America/Chicago
4281338	Township of Wayne	township-of-wayne	Wayne Township		US	KS	043	76100	0	America/Chicago
4281339	Township of Wayne	township-of-wayne	Wayne Township		US	KS	047	76125	0	America/Chicago
4281344	Township of Wea	township-of-wea	Wea Township		US	KS	121	76225	0	America/Chicago
4281368	Township of Webster	township-of-webster	Webster Township		US	KS	183	76275	0	America/Chicago
4281369	Township of Webster	township-of-webster	Webster Township		US	KS	205	76300	0	America/Chicago
4281374	City of Weir	city-of-weir			US	KS	021	76350	686	America/Chicago
4281385	Township of Welda	township-of-welda	Welda Township		US	KS	003	76450	0	America/Chicago
4281397	City of Wellington	city-of-wellington			US	KS	191	76475	8172	America/Chicago
4281398	Township of Wellington	township-of-wellington	Wellington Township		US	KS	191	76500	0	America/Chicago
4281408	Township of Wells	township-of-wells	Wells Township		US	KS	117	76525	0	America/Chicago
4281488	Township of West Cherry	township-of-west-cherry	West Cherry Township		US	KS	125	76825	0	America/Chicago
4281490	Township of West Cooper	township-of-west-cooper	West Cooper Township		US	KS	185	76875	0	America/Chicago
4281590	Township of West Washington	township-of-west-washington	West Washington Township		US	KS	159	77425	0	America/Chicago
4281613	Township of Westminster	township-of-westminster	Westminster Township		US	KS	155	77175	0	America/Chicago
4281623	Township of Westphalia	township-of-westphalia	Westphalia Township		US	KS	003	77275	0	America/Chicago
4281641	City of Westwood Hills	city-of-westwood-hills			US	KS	091	77525	359	America/Chicago
4281646	City of Westwood	city-of-westwood			US	KS	091	77500	1506	America/Chicago
4281650	Township of Wetmore	township-of-wetmore	Wetmore Township		US	KS	131	77575	0	America/Chicago
4281659	Township of Wheatland	township-of-wheatland	Wheatland Township		US	KS	009	77600	0	America/Chicago
4281660	Township of Wheatland	township-of-wheatland	Wheatland Township		US	KS	041	77625	0	America/Chicago
4281661	Township of Wheatland	township-of-wheatland	Wheatland Township		US	KS	051	77650	0	America/Chicago
4281662	Township of Wheatland	township-of-wheatland	Wheatland Township		US	KS	057	77675	0	America/Chicago
4281689	Township of White Mound	township-of-white-mound	White Mound Township		US	KS	089	77925	0	America/Chicago
4281696	Township of White Rock	township-of-white-rock	White Rock Township		US	KS	157	77975	0	America/Chicago
4281697	Township of White Rock	township-of-white-rock	White Rock Township		US	KS	183	78000	0	America/Chicago
4281708	Township of White	township-of-white	White Township		US	KS	095	77775	0	America/Chicago
4281719	Township of Whiting	township-of-whiting	Whiting Township		US	KS	085	78125	0	America/Chicago
4281746	City of Wichita	city-of-wichita			US	KS	173	79000	382368	America/Chicago
4281759	Township of Wilcox	township-of-wilcox	Wilcox Township		US	KS	195	79137	0	America/Chicago
4281760	Township of Wildcat	township-of-wildcat	Township of Wild Cat,Township of Wildcat,Wild Cat Township		US	KS	049	79150	0	America/Chicago
4281785	Township of Wildcat	township-of-wildcat	Township of Wildcat,Wild Cat Township,Wildcat Township		US	KS	161	79175	0	America/Chicago
4281788	Township of Wildhorse	township-of-wildhorse	Township of Wildhorse,Wild Horse Township,Wildhorse Township		US	KS	065	79225	0	America/Chicago
4281807	Township of Williamsburg	township-of-williamsburg	Williamsburg Township		US	KS	059	79325	0	America/Chicago
4281809	Township of Williamsport	township-of-williamsport	Williamsport Township		US	KS	177	79350	0	America/Chicago
4281829	Township of Willow Springs	township-of-willow-springs	Willow Springs Township		US	KS	045	79500	0	America/Chicago
4281835	Township of Willowdale	township-of-willowdale	Willowdale Township		US	KS	041	79450	0	America/Chicago
4281838	Township of Wilmington	township-of-wilmington	Wilmington Township		US	KS	197	79525	0	America/Chicago
4281875	Township of Wilson	township-of-wilson	Wilson Township		US	KS	053	79700	0	America/Chicago
4281876	Township of Wilson	township-of-wilson	Wilson Township		US	KS	115	79750	0	America/Chicago
4281877	Township of Wilson	township-of-wilson	Wilson Township		US	KS	159	79775	0	America/Chicago
4281893	Township of Windsor	township-of-windsor	Windsor Township		US	KS	035	79875	0	America/Chicago
4281905	City of Winfield	city-of-winfield			US	KS	035	79950	12301	America/Chicago
4281906	Township of Winfield	township-of-winfield	Winfield Township		US	KS	141	79975	0	America/Chicago
4281908	Township of Wingfield	township-of-wingfield	Wingfield Township		US	KS	061	80025	0	America/Chicago
4281922	Township of Winterset	township-of-winterset	Winterset Township		US	KS	167	80125	0	America/Chicago
4281969	Township of Wolf River	township-of-wolf-river	Wolf River Township		US	KS	043	80275	0	America/Chicago
4282068	City of Yates Center	city-of-yates-center			US	KS	207	80700	1417	America/Chicago
4282079	Township of Yoder	township-of-yoder	Yoder Township		US	KS	155	80775	0	America/Chicago
4282083	Township of York	township-of-york	York Township		US	KS	185	80800	0	America/Chicago
4282096	Township of Zeandale	township-of-zeandale	Zeandale Township		US	KS	161	80900	0	America/Chicago
4335053	City of New Orleans	city-of-new-orleans	City of New Orleans,New Orleans City		US	LA	071	98000	343829	America/Chicago
4374452	Township of Adair	township-of-adair	Adair Township		US	MO	029	00190	0	America/Chicago
4374481	Township of Adams	township-of-adams	Adams Township		US	MO	063	00208	0	America/Chicago
4374525	Township of Agency	township-of-agency	Agency Township		US	MO	021	00316	0	America/Chicago
4374541	Township of Airport	township-of-airport	Airport Township		US	MO	189	00406	0	America/Chicago
4374597	Township of Alexander	township-of-alexander	Alexander Township		US	MO	015	00586	0	America/Chicago
4374711	Township of Alpine	township-of-alpine	Alpine Township		US	MO	209	00892	0	America/Chicago
4374813	Township of Anderson East	township-of-anderson-east	Anderson East Township		US	MO	119	01236	0	America/Chicago
4374843	Township of Anderson West	township-of-anderson-west	Anderson West Township		US	MO	119	01237	0	America/Chicago
4374845	Township of Anderson	township-of-anderson	Anderson Township		US	MO	143	01234	0	America/Chicago
4374985	Township of Apple Creek	township-of-apple-creek	Apple Creek Township		US	MO	031	01450	0	America/Chicago
4374998	Township of Appleton	township-of-appleton	Appleton Township		US	MO	185	01504	0	America/Chicago
4375021	Township of Arcadia	township-of-arcadia	Arcadia Township		US	MO	093	01666	0	America/Chicago
4375058	Township of Arlington	township-of-arlington	Arlington Township		US	MO	161	01918	0	America/Chicago
4375120	Township of Arrow Rock	township-of-arrow-rock	Arrow Rock Township		US	MO	195	02062	0	America/Chicago
4375177	Township of Ash Hill	township-of-ash-hill	Ash Hill Township		US	MO	023	02224	0	America/Chicago
4375198	Township of Ash	township-of-ash	Ash Township		US	MO	009	02116	0	America/Chicago
4375235	Township of Ashley	township-of-ashley	Ashley Township		US	MO	163	02278	0	America/Chicago
4375270	Township of Atchison	township-of-atchison	Atchison Township		US	MO	049	02332	0	America/Chicago
4375316	Township of Auglaize	township-of-auglaize	Auglaize Township,Glaize Township,Township of Auglaize		US	MO	029	02476	0	America/Chicago
4375317	Township of Auglaize	township-of-auglaize	Auglaize Township		US	MO	105	02494	0	America/Chicago
4375355	Township of Aurora	township-of-aurora	Aurora Township		US	MO	109	02566	0	America/Chicago
4375372	Township of Austin	township-of-austin	Austin Township		US	MO	037	02620	0	America/Chicago
4375396	Township of Auxvasse	township-of-auxvasse	Auxvasse Township		US	MO	027	02656	0	America/Chicago
4375464	Township of Bacon	township-of-bacon	Bacon Township		US	MO	217	02872	0	America/Chicago
4375472	Township of Badger	township-of-badger	Badger Township		US	MO	217	02926	0	America/Chicago
4375585	Township of Baker	township-of-baker	Baker Township		US	MO	115	03016	0	America/Chicago
4375867	Township of Barren Fork	township-of-barren-fork	Barren Fork Township		US	MO	153	03412	0	America/Chicago
4375895	Township of Bartlett	township-of-bartlett	Bartlett Township		US	MO	203	03484	0	America/Chicago
4375903	Township of Barton City	township-of-barton-city	Barton City Township		US	MO	011	03502	0	America/Chicago
4375981	Township of Battlefield A	township-of-battlefield-a	Battlefield A Township		US	MO	077	03598	0	America/Chicago
4375982	Township of Battlefield B	township-of-battlefield-b	Battlefield B Township		US	MO	077	03600	0	America/Chicago
4376140	Township of Bear Creek	township-of-bear-creek	Bear Creek Township		US	MO	083	03736	0	America/Chicago
4376141	Township of Bear Creek	township-of-bear-creek	Bear Creek Township		US	MO	139	03754	0	America/Chicago
4376189	Township of Beauvais	township-of-beauvais	Beauvais Township		US	MO	186	03790	0	America/Chicago
4376207	Township of Beaver Dam	township-of-beaver-dam	Beaver Dam Township		US	MO	023	03826	0	America/Chicago
4376216	Township of Beaver	township-of-beaver	Beaver Township		US	MO	213	03808	0	America/Chicago
4376269	Township of Bedford	township-of-bedford	Bedford Township		US	MO	113	03880	0	America/Chicago
4376290	Township of Bee Branch	township-of-bee-branch	Bee Branch Township		US	MO	041	03952	0	America/Chicago
4376371	Township of Belgrade	township-of-belgrade	Belgrade Township		US	MO	221	04078	0	America/Chicago
4376459	Township of Bellevue	township-of-bellevue	Belleview Township,Bellevue Township,Bellview Township,Belview Township,Township of Belleview,Township of Bellevue		US	MO	221	04320	0	America/Chicago
4376599	Township of Benton	township-of-benton	Benton Township		US	MO	039	04600	0	America/Chicago
4376600	Township of Benton	township-of-benton	Benton Township		US	MO	055	04618	0	America/Chicago
4376601	Township of Benton	township-of-benton	Benton Township		US	MO	067	04654	0	America/Chicago
4376602	Township of Benton	township-of-benton	Benton Township		US	MO	091	04690	0	America/Chicago
4376603	Township of Benton	township-of-benton	Benton Township		US	MO	115	04726	0	America/Chicago
4376604	Township of Benton	township-of-benton	Benton Township		US	MO	145	04744	0	America/Chicago
4376605	Township of Benton	township-of-benton	Benton Township		US	MO	151	04762	0	America/Chicago
4376606	Township of Benton	township-of-benton	Benton Township		US	MO	223	04816	0	America/Chicago
4376672	Township of Berwick	township-of-berwick	Berwick Township		US	MO	145	05032	0	America/Chicago
4376815	Township of Bethel	township-of-bethel	Bethel Township		US	MO	205	05122	0	America/Chicago
4376858	Township of Bethlehem	township-of-bethlehem	Bethlehem Township		US	MO	083	05140	0	America/Chicago
4376881	Township of Bevier	township-of-bevier	Bevier Township		US	MO	121	05284	0	America/Chicago
4376904	Township of Big Apple	township-of-big-apple	Big Apple Township		US	MO	149	05338	0	America/Chicago
4376977	Township of Big Creek	township-of-big-creek	Big Creek Township		US	MO	037	05374	0	America/Chicago
4376978	Township of Big Creek	township-of-big-creek	Big Creek Township		US	MO	083	05392	0	America/Chicago
4376979	Township of Big Creek	township-of-big-creek	Big Creek Township		US	MO	123	05410	0	America/Chicago
4376980	Township of Big Creek	township-of-big-creek	Big Creek Township		US	MO	153	05428	0	America/Chicago
4376981	Township of Big Creek	township-of-big-creek	Big Creek Township		US	MO	213	05446	0	America/Chicago
4377059	Township of Big Prairie	township-of-big-prairie	Big Prairie Township		US	MO	143	05518	0	America/Chicago
4377070	Township of Big River	township-of-big-river	Big River Township		US	MO	099	05554	0	America/Chicago
4377071	Township of Big River	township-of-big-river	Big River Township		US	MO	187	05590	0	America/Chicago
4377159	Township of Billmore	township-of-billmore	Billmore Township		US	MO	149	05698	0	America/Chicago
4377191	Township of Birch Tree	township-of-birch-tree	Birch Tree Township		US	MO	203	05752	0	America/Chicago
4377276	Township of Black Creek	township-of-black-creek	Black Creek Township		US	MO	205	05968	0	America/Chicago
4377328	Township of Black Pond	township-of-black-pond	Black Pond Township		US	MO	149	06058	0	America/Chicago
4377336	Township of Black River	township-of-black-river	Black River Township		US	MO	023	06076	0	America/Chicago
4377337	Township of Black River	township-of-black-river	Black River Township		US	MO	179	06094	0	America/Chicago
4377338	Township of Black River	township-of-black-river	Black River Township		US	MO	223	06112	0	America/Chicago
4377405	Township of Blackwater	township-of-blackwater	Blackwater Township		US	MO	053	06166	0	America/Chicago
4377406	Township of Blackwater	township-of-blackwater	Blackwater Township		US	MO	159	06184	0	America/Chicago
4377407	Township of Blackwater	township-of-blackwater	Blackwater Township		US	MO	195	06202	0	America/Chicago
4377541	Township of Bloomington	township-of-bloomington	Bloomington Township		US	MO	021	06418	0	America/Chicago
4377611	Township of Blue Mound	township-of-blue-mound	Blue Mound Township		US	MO	117	06580	0	America/Chicago
4377612	Township of Blue Mound	township-of-blue-mound	Blue Mound Township		US	MO	217	06598	0	America/Chicago
4377683	Township of Blue	township-of-blue	Blue Township		US	MO	095	06490	0	America/Chicago
4377787	Township of Boeuf	township-of-boeuf	Beef Township,Boeuf Township,Boeuff Township,Township of Boeuf		US	MO	071	06796	0	America/Chicago
4377788	Township of Boeuf	township-of-boeuf	Boeuf Township		US	MO	073	06814	0	America/Chicago
4377792	Township of Bogard	township-of-bogard	Bogard Township		US	MO	083	06850	0	America/Chicago
4377831	Township of Bois Brule	township-of-bois-brule	Bois Brule Township		US	MO	157	06886	0	America/Chicago
4377834	Township of Boles	township-of-boles	Boles Township		US	MO	071	06958	0	America/Chicago
4377895	Township of Bonhomme	township-of-bonhomme	Bonhomme Township		US	MO	189	07066	0	America/Chicago
4377902	Township of Bonne Femme	township-of-bonne-femme	Bonne Femme Township		US	MO	089	07084	0	America/Chicago
4377940	Township of Boone	township-of-boone	Boone Township		US	MO	055	07156	0	America/Chicago
4377941	Township of Boone	township-of-boone	Boone Township		US	MO	067	07174	0	America/Chicago
4377942	Township of Boone	township-of-boone	Boone Township,Linn Township,Township of Boone		US	MO	071	07192	0	America/Chicago
4377943	Township of Boone	township-of-boone	Boone Township		US	MO	125	07228	0	America/Chicago
4377944	Township of Boone	township-of-boone	Boone Township,Callaway Township,Femme Osage Township,Township of Boone		US	MO	183	07232	0	America/Chicago
4377945	Township of Boone	township-of-boone	Boone Township		US	MO	215	07246	0	America/Chicago
4377946	Township of Boone	township-of-boone	Boone Township		US	MO	229	07264	0	America/Chicago
4377951	Township of Boonslick	township-of-boonslick	Boones Lick Township,Boons Lick Township,Township of Boons Lick,Township of Boonslick		US	MO	089	07300	0	America/Chicago
4377960	Township of Boonville	township-of-boonville	Boonville Township		US	MO	053	07336	0	America/Chicago
4378019	Township of Boulware	township-of-boulware	Boulware Township		US	MO	073	07462	0	America/Chicago
4378026	Township of Bourbois	township-of-bourbois	Bourbois Township,Burbois Township,Township of Bourbois		US	MO	073	07480	0	America/Chicago
4378030	Township of Bourbon	township-of-bourbon	Bourbon Township		US	MO	019	07498	0	America/Chicago
4378031	Township of Bourbon	township-of-bourbon	Bourbon Township		US	MO	027	07516	0	America/Chicago
4378032	Township of Bourbon	township-of-bourbon	Bourbon Township		US	MO	103	07552	0	America/Chicago
4378075	Township of Bowling Green	township-of-bowling-green	Bowling Green Township		US	MO	041	07624	0	America/Chicago
4378076	Township of Bowling Green	township-of-bowling-green	Bowling Green Township		US	MO	159	07642	0	America/Chicago
4378095	Township of Box	township-of-box	Box Township		US	MO	039	07696	0	America/Chicago
4378187	Township of Braggadocio	township-of-braggadocio	Braggadocio Township		US	MO	155	07858	0	America/Chicago
4378234	Township of Branson	township-of-branson	Branson Township		US	MO	213	07984	0	America/Chicago
4378285	Township of Brazeau	township-of-brazeau	Brazeau Township		US	MO	157	08092	0	America/Chicago
4378295	Township of Breckenridge	township-of-breckenridge	Breckenridge Township		US	MO	025	08146	0	America/Chicago
4378320	Township of Breton	township-of-breton	Breton Township		US	MO	221	08254	0	America/Chicago
4378379	Township of Bridgeport	township-of-bridgeport	Bridgeport Township		US	MO	219	08362	0	America/Chicago
4378390	Township of Bridges	township-of-bridges	Bridges Township		US	MO	153	08380	0	America/Chicago
4378497	Township of Brookfield	township-of-brookfield	Brookfield Township		US	MO	115	08668	0	America/Chicago
4378501	Township of Brooking	township-of-brooking	Brooking Township		US	MO	095	08686	0	America/Chicago
4378506	Township of Brookline	township-of-brookline	Brookline Township		US	MO	077	08704	0	America/Chicago
4378614	Township of Brown	township-of-brown	Brown Township		US	MO	067	08830	0	America/Chicago
4378681	Township of Bruner	township-of-bruner	Bruner Township		US	MO	043	09010	0	America/Chicago
4378687	Township of Brunswick	township-of-brunswick	Brunswick Township		US	MO	041	09064	0	America/Chicago
4378763	Township of Brush Creek	township-of-brush-creek	Brush Creek Township		US	MO	067	09082	0	America/Chicago
4378764	Township of Brush Creek	township-of-brush-creek	Brush Creek Township		US	MO	073	09100	0	America/Chicago
4378765	Township of Brush Creek	township-of-brush-creek	Brush Creek Township		US	MO	229	09154	0	America/Chicago
4378869	Township of Bryan	township-of-bryan	Bryan Township		US	MO	067	09190	0	America/Chicago
4378904	Township of Buchanan	township-of-buchanan	Buchanan Township		US	MO	067	09262	0	America/Chicago
4378949	Township of Buck Prairie	township-of-buck-prairie	Buck Prairie Township		US	MO	109	09442	0	America/Chicago
4378986	Township of Bucklin	township-of-bucklin	Bucklin Township		US	MO	115	09406	0	America/Chicago
4379039	Township of Buffalo Hart	township-of-buffalo-hart	Buffalo Hart Township		US	MO	119	09613	0	America/Chicago
4379046	Township of Buffalo May	township-of-buffalo-may	Buffalo May Township		US	MO	119	09617	0	America/Chicago
4379058	Township of Buffalo	township-of-buffalo	Buffalo Township		US	MO	069	09532	0	America/Chicago
4379059	Township of Buffalo	township-of-buffalo	Buffalo Township		US	MO	141	09568	0	America/Chicago
4379060	Township of Buffalo	township-of-buffalo	Buffalo Township		US	MO	145	09586	0	America/Chicago
4379061	Township of Buffalo	township-of-buffalo	Buffalo Township		US	MO	163	09604	0	America/Chicago
4379163	Township of Burdine	township-of-burdine	Burdine Township		US	MO	215	09766	0	America/Chicago
4379240	Township of Burr Oak	township-of-burr-oak	Burr Oak Township		US	MO	113	09928	0	America/Chicago
4379244	Township of Burris Fork	township-of-burris-fork	Burris Fork Township		US	MO	135	09910	0	America/Chicago
4379273	Township of Burton	township-of-burton	Burton Township		US	MO	089	09964	0	America/Chicago
4379353	Township of Butler	township-of-butler	Butler Township		US	MO	155	10090	0	America/Chicago
4379354	Township of Butler	township-of-butler	Butler Township		US	MO	185	10108	0	America/Chicago
4379364	Township of Butterfield	township-of-butterfield	Butterfield Township		US	MO	009	10162	0	America/Chicago
4379434	Township of Byrd	township-of-byrd	Byrd Township		US	MO	031	10234	0	America/Chicago
4379513	Township of Cairo	township-of-cairo	Cairo Township		US	MO	175	10378	0	America/Chicago
4379527	Township of Caldwell	township-of-caldwell	Caldwell Township		US	MO	027	10414	0	America/Chicago
4379561	Township of Callao	township-of-callao	Callao Township		US	MO	121	10504	0	America/Chicago
4379586	Township of Calumet	township-of-calumet	Calumet Township		US	MO	163	10594	0	America/Chicago
4379615	Township of Calvey	township-of-calvey	Calvey Township,Calvy Township,Township of Calvey		US	MO	071	10630	0	America/Chicago
4379618	Township of Calwood	township-of-calwood	Calwood Township		US	MO	027	10666	0	America/Chicago
4379622	Township of Cambridge	township-of-cambridge	Cambridge Township		US	MO	195	10702	0	America/Chicago
4379632	Township of Camden	township-of-camden	Camden Township		US	MO	063	10720	0	America/Chicago
4379633	Township of Camden	township-of-camden	Camden Township		US	MO	177	10756	0	America/Chicago
4379683	Township of Camp Branch	township-of-camp-branch	Camp Branch Township		US	MO	037	10936	0	America/Chicago
4379684	Township of Camp Branch	township-of-camp-branch	Camp Branch Township		US	MO	219	10954	0	America/Chicago
4379827	Township of Campbell	township-of-campbell	Campbell Township		US	MO	067	10846	0	America/Chicago
4379828	Township of Campbell	township-of-campbell	Campbell Township		US	MO	167	10900	0	America/Chicago
4379855	Township of Canaan	township-of-canaan	Canaan Township		US	MO	073	11008	0	America/Chicago
4379887	Township of Cane Creek	township-of-cane-creek	Cane Creek Township		US	MO	023	11044	0	America/Chicago
4379970	Township of Cape Girardeau	township-of-cape-girardeau	Cape Girardeau Township		US	MO	031	11260	0	America/Chicago
4379992	Township of Capps Creek	township-of-capps-creek	Capps Creek Township		US	MO	009	11332	0	America/Chicago
4380143	Township of Carroll	township-of-carroll	Carroll Township		US	MO	179	11530	0	America/Chicago
4380144	Township of Carroll	township-of-carroll	Carroll Township		US	MO	215	11548	0	America/Chicago
4380149	Township of Carrollton	township-of-carrollton	Carrollton Township		US	MO	033	11584	0	America/Chicago
4380155	Township of Carroll	township-of-carroll	Carroll Township		US	MO	165	11512	0	America/Chicago
4380196	Township of Carter	township-of-carter	Carter Township		US	MO	035	11620	0	America/Chicago
4380269	Township of Cass	township-of-cass	Cass Township		US	MO	067	11800	0	America/Chicago
4380270	Township of Cass	township-of-cass	Cass Township		US	MO	077	11818	0	America/Chicago
4380271	Township of Cass	township-of-cass	Cass Township		US	MO	209	11836	0	America/Chicago
4380272	Township of Cass	township-of-cass	Cass Township		US	MO	215	11854	0	America/Chicago
4380306	Township of Castor	township-of-castor	Castor Township		US	MO	123	11962	0	America/Chicago
4380307	Township of Castor	township-of-castor	Castor Township		US	MO	207	11980	0	America/Chicago
4380484	Township of Cedar Bluff	township-of-cedar-bluff	Cedar Bluff Township		US	MO	149	12232	0	America/Chicago
4380526	Township of Cedar Creek	township-of-cedar-creek	Cedar Creek Township,Cedar Township,Township of Cedar Creek		US	MO	213	12286	0	America/Chicago
4380527	Township of Cedar Creek	township-of-cedar-creek	Cedar Creek Township		US	MO	223	12304	0	America/Chicago
4380656	Township of Cedar	township-of-cedar	Cedar Township		US	MO	019	12142	0	America/Chicago
4380657	Township of Cedar	township-of-cedar	Cedar Township		US	MO	027	12160	0	America/Chicago
4380658	Township of Cedar	township-of-cedar	Cedar Township		US	MO	039	12178	0	America/Chicago
4380659	Township of Cedar	township-of-cedar	Cedar Township,Horse Creek Township,Township of Cedar		US	MO	057	12196	0	America/Chicago
4380660	Township of Cedar	township-of-cedar	Cedar Township		US	MO	159	12214	0	America/Chicago
4380760	Township of Center	township-of-center	Center Township		US	MO	021	12484	0	America/Chicago
4380761	Township of Center	township-of-center	Center Township		US	MO	057	12502	0	America/Chicago
4380762	Township of Center	township-of-center	Center Township		US	MO	085	12538	0	America/Chicago
4380763	Township of Center	township-of-center	Center Township,Cooper Township,Fox Township,Township of Center		US	MO	119	12574	0	America/Chicago
4380764	Township of Center	township-of-center	Center Township		US	MO	173	12610	0	America/Chicago
4380765	Township of Center	township-of-center	Center Township		US	MO	185	12628	0	America/Chicago
4380766	Township of Center	township-of-center	Center Township		US	MO	217	12646	0	America/Chicago
4380774	Township of Centerview	township-of-centerview	Centerview Township		US	MO	101	12700	0	America/Chicago
4380843	Township of Central	township-of-central	Central Township		US	MO	011	12736	0	America/Chicago
4380844	Township of Central	township-of-central	Central Township,Galena Township,Township of Central		US	MO	071	12754	0	America/Chicago
4380845	Township of Central	township-of-central	Central Township		US	MO	099	12790	0	America/Chicago
4380846	Township of Central	township-of-central	Central Township		US	MO	123	12808	0	America/Chicago
4380847	Township of Central	township-of-central	Central Township		US	MO	157	12826	0	America/Chicago
4380849	Township of Centralia	township-of-centralia	Centralia Township		US	MO	019	12916	0	America/Chicago
4380858	Township of Chadwick	township-of-chadwick	Chadwick Township		US	MO	043	12970	0	America/Chicago
4380883	Township of Chalk Level	township-of-chalk-level	Chalk Level Township		US	MO	185	13024	0	America/Chicago
4380910	Township of Champion	township-of-champion	Champion Township		US	MO	067	13114	0	America/Chicago
4380949	Township of Chapel	township-of-chapel	Chapel Township		US	MO	091	13168	0	America/Chicago
4380966	Township of Chariton	township-of-chariton	Chariton Township		US	MO	041	13204	0	America/Chicago
4380967	Township of Chariton	township-of-chariton	Chariton Township		US	MO	089	13222	0	America/Chicago
4380968	Township of Chariton	township-of-chariton	Chariton Township		US	MO	121	13240	0	America/Chicago
4380969	Township of Chariton	township-of-chariton	Chariton Township		US	MO	175	13276	0	America/Chicago
4381000	Township of Charlotte	township-of-charlotte	Charlotte Township		US	MO	013	13384	0	America/Chicago
4381015	Township of Charrette	township-of-charrette	Charrette Township		US	MO	219	13402	0	America/Chicago
4381036	Township of Cherokee	township-of-cherokee	Cherokee Township		US	MO	077	13465	0	America/Chicago
4381060	Township of Cherry Valley	township-of-cherry-valley	Cherry Valley Township		US	MO	033	13510	0	America/Chicago
4381103	Township of Chilhowee	township-of-chilhowee	Chilhowee Township		US	MO	101	13672	0	America/Chicago
4381106	Township of Chillicothe	township-of-chillicothe	Chillicothe Township		US	MO	117	13708	0	America/Chicago
4381153	Township of Chouteau	township-of-chouteau	Chouteau Township		US	MO	047	13780	0	America/Chicago
4381277	Township of Cinque Hommes	township-of-cinque-hommes	Cinque Hommes Township		US	MO	157	13870	0	America/Chicago
4381317	Township of City	township-of-city	City Township		US	MO	011	13897	0	America/Chicago
4381387	Township of Clark Fork	township-of-clark-fork	Clark Fork Township,Clarks Fork Township,Township of Clark Fork		US	MO	053	14122	0	America/Chicago
4381401	Township of Clark	township-of-clark	Clark Township		US	MO	041	14014	0	America/Chicago
4381402	Township of Clark	township-of-clark	Clark Township		US	MO	051	14032	0	America/Chicago
4381403	Township of Clark	township-of-clark	Clark Township		US	MO	113	14050	0	America/Chicago
4381404	Township of Clark	township-of-clark	Clark Township		US	MO	229	14086	0	America/Chicago
4381440	Township of Clay B	township-of-clay-b	Clay B Township		US	MO	077	14542	0	America/Chicago
4381441	Township of Clay C	township-of-clay-c	Clay C Township		US	MO	077	14544	0	America/Chicago
4381458	Township of Clay	township-of-clay	Clay Township		US	MO	067	14320	0	America/Chicago
4381459	Township of Clay	township-of-clay	Clay Township		US	MO	069	14338	0	America/Chicago
4381461	Township of Clay	township-of-clay	Clay Township		US	MO	107	14428	0	America/Chicago
4381462	Township of Clay	township-of-clay	Clay Township		US	MO	115	14446	0	America/Chicago
4381463	Township of Clay	township-of-clay	Clay Township		US	MO	137	14464	0	America/Chicago
4381464	Township of Clay	township-of-clay	Clay Township		US	MO	173	14482	0	America/Chicago
4381465	Township of Clay	township-of-clay	Clay Township		US	MO	195	14500	0	America/Chicago
4381466	Township of Clay	township-of-clay	Clay Township		US	MO	205	14518	0	America/Chicago
4381486	Township of Clayton	township-of-clayton	Clayton Township		US	MO	189	14590	0	America/Chicago
4381522	Township of Clear Creek	township-of-clear-creek	Clear Creek Township		US	MO	053	14626	0	America/Chicago
4381523	Township of Clear Creek	township-of-clear-creek	Clear Creek Township		US	MO	217	14644	0	America/Chicago
4381580	Township of Cleveland	township-of-cleveland	Cleveland Township		US	MO	027	14752	0	America/Chicago
4381623	Township of Clifton	township-of-clifton	Clifton Township		US	MO	175	14824	0	America/Chicago
4381652	Township of Clinton	township-of-clinton	Clinton Township		US	MO	049	14950	0	America/Chicago
4381653	Township of Clinton	township-of-clinton	Clinton Township		US	MO	067	14968	0	America/Chicago
4381654	Township of Clinton	township-of-clinton	Clinton Township		US	MO	083	15004	0	America/Chicago
4381655	Township of Clinton	township-of-clinton	Clinton Township		US	MO	215	15022	0	America/Chicago
4381666	Township of Cliquot	township-of-cliquot	Cliquot Township		US	MO	167	15058	0	America/Chicago
4381735	Township of Coal	township-of-coal	Coal Township		US	MO	217	15166	0	America/Chicago
4381779	Township of Cockrell	township-of-cockrell	Cockrell Township		US	MO	041	15238	0	America/Chicago
4381830	Township of Cold Spring	township-of-cold-spring	Cold Spring Township		US	MO	161	15346	0	America/Chicago
4381852	Township of Coldwater	township-of-coldwater	Coldwater Township		US	MO	037	15382	0	America/Chicago
4381897	Township of Cole	township-of-cole	Cole Township		US	MO	015	15418	0	America/Chicago
4381917	Township of Colfax	township-of-colfax	Colfax Township		US	MO	061	15472	0	America/Chicago
4381918	Township of Colfax	township-of-colfax	Colfax Township		US	MO	063	15490	0	America/Chicago
4381972	Township of Collins	township-of-collins	Collins Township		US	MO	185	15580	0	America/Chicago
4382000	Township of Columbia	township-of-columbia	Columbia Township		US	MO	019	15688	0	America/Chicago
4382007	Township of Columbus	township-of-columbus	Columbus Township		US	MO	101	15724	0	America/Chicago
4382024	Township of Combs	township-of-combs	Combs Township		US	MO	033	15742	0	America/Chicago
4382032	Township of Commerce	township-of-commerce	Commerce Township		US	MO	201	15778	0	America/Chicago
4382050	Township of Como	township-of-como	Como Township		US	MO	143	15832	0	America/Chicago
4382115	Township of Concord	township-of-concord	Concord Township		US	MO	049	15976	0	America/Chicago
4382116	Township of Concord	township-of-concord	Concord Township		US	MO	155	16012	0	America/Chicago
4382117	Township of Concord	township-of-concord	Concord Township		US	MO	189	16048	0	America/Chicago
4382118	Township of Concord	township-of-concord	Concord Township		US	MO	221	16066	0	America/Chicago
4382281	Township of Coon Island	township-of-coon-island	Coon Island Township		US	MO	023	16264	0	America/Chicago
4382330	Township of Cooter	township-of-cooter	Cooter Township,Coutre Township,Township of Cooter		US	MO	155	16354	0	America/Chicago
4382454	Township of Corsicana	township-of-corsicana	Corsicana Township		US	MO	009	16534	0	America/Chicago
4382469	Township of Cote Sans Dessein	township-of-cote-sans-dessein	Cote Sans Dessein Township,Cote Sans Dissein Township,Cote sans Dessein Township,Cotē Sans Dissein Township,Township of Cote Sans Dessein		US	MO	027	16642	0	America/Chicago
4382497	Township of Cotton Hill	township-of-cotton-hill	Cotton Hill Township		US	MO	069	16696	0	America/Chicago
4382549	Township of Couch	township-of-couch	Couch Township		US	MO	149	16768	0	America/Chicago
4382599	Township of Courtois	township-of-courtois	Courtois Township		US	MO	055	16930	0	America/Chicago
4382647	Township of Cowan	township-of-cowan	Cowan Township		US	MO	223	16966	0	America/Chicago
4382747	Township of Crane Creek	township-of-crane-creek	Crane Creek Township		US	MO	009	17092	0	America/Chicago
4382783	Township of Crawford	township-of-crawford	Crawford Township		US	MO	021	17110	0	America/Chicago
4382784	Township of Crawford	township-of-crawford	Crawford Township		US	MO	151	17128	0	America/Chicago
4382793	Township of Cream Ridge	township-of-cream-ridge	Cream Ridge Township		US	MO	117	17146	0	America/Chicago
4382844	Township of Creve Coeur	township-of-creve-coeur	Creve Coeur Township		US	MO	189	17290	0	America/Chicago
4382907	Township of Crooked Creek	township-of-crooked-creek	Crooked Creek Township		US	MO	017	17380	0	America/Chicago
4382912	Township of Crooked River	township-of-crooked-river	Crooked River Township		US	MO	177	17398	0	America/Chicago
4382944	Township of Cross Timbers	township-of-cross-timbers	Cross Timbers Township		US	MO	085	17542	0	America/Chicago
4383080	Township of Cuivre	township-of-cuivre	Cuivre Township		US	MO	163	17704	0	America/Chicago
4383090	Township of Cullen	township-of-cullen	Cullen Township		US	MO	169	17740	0	America/Chicago
4383092	Township of Cuivre	township-of-cuivre	Cuivre Township		US	MO	007	17686	0	America/Chicago
4383121	Township of Cunningham	township-of-cunningham	Cunningham Township		US	MO	041	17776	0	America/Chicago
4383136	Township of Current River	township-of-current-river	Current River Township		US	MO	181	17866	0	America/Chicago
4383138	Township of Current	township-of-current	Current Township		US	MO	065	17830	0	America/Chicago
4383139	Township of Current	township-of-current	Current Township		US	MO	215	17848	0	America/Chicago
4383240	Township of Dallas	township-of-dallas	Dallas Township		US	MO	063	18046	0	America/Chicago
4383241	Township of Dallas	township-of-dallas	Dallas Township		US	MO	185	18100	0	America/Chicago
4383293	Township of Danville	township-of-danville	Danville Township		US	MO	139	18208	0	America/Chicago
4383308	Township of Dardenne	township-of-dardenne	Dardenne Township		US	MO	183	18244	0	America/Chicago
4383334	Township of Date	township-of-date	Date Township		US	MO	215	18334	0	America/Chicago
4383455	Township of Davis	township-of-davis	Davis Township		US	MO	025	18370	0	America/Chicago
4383456	Township of Davis	township-of-davis	Davis Township		US	MO	083	18388	0	America/Chicago
4383457	Township of Davis	township-of-davis	Davis Township		US	MO	107	18406	0	America/Chicago
4383474	Township of Dawson	township-of-dawson	Dawson Township,Township of Dawson,Yorks Leg		US	MO	161	18514	0	America/Chicago
4383480	Township of Dawt	township-of-dawt	Dawt Township		US	MO	153	18568	0	America/Chicago
4383491	Township of Dayton	township-of-dayton	Dayton Township,Page Township,Township of Dayton		US	MO	037	18604	0	America/Chicago
4383492	Township of Dayton	township-of-dayton	Dayton Township		US	MO	145	18622	0	America/Chicago
4383511	Township of De Witt	township-of-de-witt	De Witt Township		US	MO	033	19360	0	America/Chicago
4383598	Township of Deepwater	township-of-deepwater	Deepwater Township		US	MO	083	18748	0	America/Chicago
4383604	Township of Deepwater	township-of-deepwater	Deepwater Township		US	MO	013	18712	0	America/Chicago
4383625	Township of Deer Creek	township-of-deer-creek	Deer Creek Township		US	MO	013	18766	0	America/Chicago
4383626	Township of Deer Creek	township-of-deer-creek	Deer Creek Township		US	MO	083	18784	0	America/Chicago
4383656	Township of Deerfield	township-of-deerfield	Deerfield Township		US	MO	217	18820	0	America/Chicago
4383697	Township of Delaware	township-of-delaware	Delaware Township		US	MO	203	19000	0	America/Chicago
4383756	Township of Dent	township-of-dent	Dent Township		US	MO	093	19108	0	America/Chicago
4383963	Township of Dillon	township-of-dillon	Dillon Township		US	MO	161	19558	0	America/Chicago
4384236	Township of Dolan	township-of-dolan	Dolan Township		US	MO	037	19738	0	America/Chicago
4384269	Township of Doniphan	township-of-doniphan	Doniphan Township		US	MO	181	19810	0	America/Chicago
4384391	Township of Dover	township-of-dover	Dover Township		US	MO	107	19936	0	America/Chicago
4384392	Township of Dover	township-of-dover	Dover Township		US	MO	217	19972	0	America/Chicago
4384423	Township of Doyal	township-of-doyal	Doyal Township		US	MO	185	20008	0	America/Chicago
4384428	Township of Doylesport	township-of-doylesport	Doylesport Township		US	MO	011	20026	0	America/Chicago
4384453	Township of Dresden	township-of-dresden	Dresden Township		US	MO	159	20098	0	America/Chicago
4384569	Township of Dry Creek	township-of-dry-creek	Dry Creek Township		US	MO	091	20188	0	America/Chicago
4384570	Township of Dry Creek	township-of-dry-creek	Dry Creek Township		US	MO	125	20206	0	America/Chicago
4384656	Township of Drywood	township-of-drywood	Drywood Township		US	MO	217	20242	0	America/Chicago
4384676	Township of Duck Creek	township-of-duck-creek	Duck Creek Township		US	MO	207	20260	0	America/Chicago
4384848	Township of Duval	township-of-duval	Duval Township		US	MO	097	20602	0	America/Chicago
4384898	Township of Eagle	township-of-eagle	Eagle Township		US	MO	121	20638	0	America/Chicago
4384932	Township of East Benton	township-of-east-benton	East Benton Township		US	MO	043	20746	0	America/Chicago
4384934	Township of East Boone	township-of-east-boone	East Boone Township		US	MO	013	20800	0	America/Chicago
4384959	Township of East Clay A	township-of-east-clay-a	East Clay A Township		US	MO	077	20809	0	America/Chicago
4385012	Township of East Fulton	township-of-east-fulton	East Fulton Township		US	MO	027	20854	0	America/Chicago
4385040	Township of East Madison	township-of-east-madison	East Madison Township,Madison Township,Township of East Madison		US	MO	167	20995	0	America/Chicago
4385069	Township of East Republic	township-of-east-republic	East Republic Township		US	MO	077	21088	0	America/Chicago
4385290	Township of Egypt	township-of-egypt	Egypt Township		US	MO	033	21412	0	America/Chicago
4385355	Township of Eldridge	township-of-eldridge	Eldridge Township		US	MO	105	21556	0	America/Chicago
4385388	Township of Elk Creek	township-of-elk-creek	Elk Creek Township		US	MO	229	21628	0	America/Chicago
4385400	Township of Elk Fork	township-of-elk-fork	Elk Fork Township		US	MO	159	21646	0	America/Chicago
4385402	Township of Elk Horn	township-of-elk-horn	Elk Horn Township,Elkhorn Township,Township of Elk Horn		US	MO	119	21700	0	America/Chicago
4385408	Township of Elk River East	township-of-elk-river-east	Elk River East Township		US	MO	119	21792	0	America/Chicago
4385409	Township of Elk River West	township-of-elk-river-west	Elk River West Township		US	MO	119	21794	0	America/Chicago
4385415	Township of Elk	township-of-elk	Elk Township		US	MO	207	21592	0	America/Chicago
4385419	Township of Elkhart	township-of-elkhart	Elkhart Township		US	MO	013	21664	0	America/Chicago
4385601	Township of Elmwood	township-of-elmwood	Elm Wood Township,Elmwood Township,Township of Elmwood		US	MO	195	22096	0	America/Chicago
4385659	Township of Eminence	township-of-eminence	Eminence Township		US	MO	203	22294	0	America/Chicago
4385756	Township of Epps	township-of-epps	Epps Township		US	MO	023	22492	0	America/Chicago
4385760	Township of Equality	township-of-equality	Equality Township		US	MO	131	22528	0	America/Chicago
4385765	Township of Erie Goodman	township-of-erie-goodman	Erie Goodman Township		US	MO	119	22550	0	America/Chicago
4385766	Township of Erie McNatt	township-of-erie-mcnatt	Erie McNatt Township		US	MO	119	22554	0	America/Chicago
4385770	Township of Ernest	township-of-ernest	Ernest Township		US	MO	057	22564	0	America/Chicago
4385832	Township of Eugene	township-of-eugene	Eugene Township		US	MO	033	22780	0	America/Chicago
4385916	Township of Everett	township-of-everett	Everett Township		US	MO	037	22942	0	America/Chicago
4385976	Township of Exeter	township-of-exeter	Exeter Township		US	MO	009	23140	0	America/Chicago
4385992	Township of Fabius	township-of-fabius	Fabius Township		US	MO	127	23176	0	America/Chicago
4385996	Township of Fabius	township-of-fabius	Fabius Township		US	MO	103	23158	0	America/Chicago
4386025	Township of Fair	township-of-fair	Fair Township		US	MO	165	23230	0	America/Chicago
4386040	Township of Fairfield	township-of-fairfield	Fairfield Township		US	MO	033	23302	0	America/Chicago
4386209	Township of Fairview	township-of-fairview	Fairview Township		US	MO	025	23464	0	America/Chicago
4386210	Township of Fairview	township-of-fairview	Fairview Township		US	MO	083	23482	0	America/Chicago
4386211	Township of Fairview	township-of-fairview	Fairview Township		US	MO	117	23500	0	America/Chicago
4386239	Township of Falling Spring	township-of-falling-spring	Falling Spring Township		US	MO	149	23608	0	America/Chicago
4386398	Township of Ferguson	township-of-ferguson	Ferguson Township		US	MO	189	24004	0	America/Chicago
4386458	Township of Fields Creek	township-of-fields-creek	Fields Creek Township		US	MO	083	24148	0	America/Chicago
4386474	Township of Filmore	township-of-filmore	Fillmore Township,Township of Fillmore,Township of Filmore		US	MO	017	24210	0	America/Chicago
4386480	Township of Findley	township-of-findley	Findley Township		US	MO	067	24220	0	America/Chicago
4386501	Township of Finley	township-of-finley	Finley Township		US	MO	225	24256	0	America/Chicago
4386598	Township of Fishing River	township-of-fishing-river	Fishing River Township		US	MO	177	24310	0	America/Chicago
4386601	Township of Fishing River	township-of-fishing-river	Fishing River Township		US	MO	047	24292	0	America/Chicago
4386622	Township of Five Mile	township-of-five-mile	Five Mile Township		US	MO	145	24346	0	America/Chicago
4386671	Township of Flat Creek A	township-of-flat-creek-a	Flat Creek A Township,Flat Creek Township,Township of Flat Creek A		US	MO	209	24478	0	America/Chicago
4386674	Township of Flat Creek	township-of-flat-creek	Flat Creek Township		US	MO	009	24436	0	America/Chicago
4386675	Township of Flat Creek	township-of-flat-creek	Flat Creek Township		US	MO	159	24454	0	America/Chicago
4386679	Township of Flat Creek B	township-of-flat-creek-b	Flat Creek B Township,Flat Township,Township of Flat Creek B		US	MO	209	24482	0	America/Chicago
4386727	Township of Flatwoods	township-of-flatwoods	Flatwoods Township		US	MO	181	24544	0	America/Chicago
4386736	Township of Flemington	township-of-flemington	Flemington Township		US	MO	167	24598	0	America/Chicago
4386803	Township of Florissant	township-of-florissant	Florissant Township		US	MO	189	24796	0	America/Chicago
4386880	Township of Forbes	township-of-forbes	Forbes Township		US	MO	087	24976	0	America/Chicago
4386966	Township of Forest	township-of-forest	Forest Township		US	MO	087	25048	0	America/Chicago
4387003	Township of Fort Osage	township-of-fort-osage	Fort Osage Township		US	MO	095	25282	0	America/Chicago
4387131	Township of Fox	township-of-fox	Fox Township		US	MO	165	25450	0	America/Chicago
4387209	Township of Franklin	township-of-franklin	Franklin Township		US	MO	065	25570	0	America/Chicago
4387210	Township of Franklin	township-of-franklin	Franklin Township		US	MO	089	25642	0	America/Chicago
4387211	Township of Franklin	township-of-franklin	Franklin Township		US	MO	105	25660	0	America/Chicago
4387212	Township of Franklin	township-of-franklin	Franklin Township		US	MO	131	25678	0	America/Chicago
4387213	Township of Franklin	township-of-franklin	Franklin Township		US	MO	145	25696	0	America/Chicago
4387255	Township of Freeborn	township-of-freeborn	Freeborn Township		US	MO	069	25804	0	America/Chicago
4387273	Township of Freedom	township-of-freedom	Freedom Township		US	MO	107	25858	0	America/Chicago
4387303	Township of Freistatt	township-of-freistatt	Freistatt Township		US	MO	109	25930	0	America/Chicago
4387415	Township of Fristoe	township-of-fristoe	Fristoe Township		US	MO	015	26074	0	America/Chicago
4387559	Township of Galena	township-of-galena	Galena Township		US	MO	097	26236	0	America/Chicago
4387564	Township of Gallatin	township-of-gallatin	Gallatin Township		US	MO	047	26290	0	America/Chicago
4387687	Township of Garrison	township-of-garrison	Garrison Township		US	MO	043	26542	0	America/Chicago
4387705	Township of Gasconade	township-of-gasconade	Gasconade Township		US	MO	229	26614	0	America/Chicago
4387716	Township of Gasconade	township-of-gasconade	Gasconade Township		US	MO	105	26596	0	America/Chicago
4387725	Township of Gatewood	township-of-gatewood	Gatewood Township		US	MO	181	26704	0	America/Chicago
4387928	Township of Gillis Bluff	township-of-gillis-bluff	Gillis Bluff Township		US	MO	023	27046	0	America/Chicago
4387999	Township of Gladden	township-of-gladden	Gladden Township		US	MO	065	27172	0	America/Chicago
4388013	Township of Glaze	township-of-glaze	Glaze Township		US	MO	131	27244	0	America/Chicago
4388111	Township of Godair	township-of-godair	Godair Township		US	MO	155	27622	0	America/Chicago
4388115	Township of Goebel	township-of-goebel	Goebel Township		US	MO	149	27640	0	America/Chicago
4388141	Township of Golden City	township-of-golden-city	Golden City Township		US	MO	011	27694	0	America/Chicago
4388160	Township of Goldsberry	township-of-goldsberry	Goldsberry Township		US	MO	091	27748	0	America/Chicago
4388165	Township of Gomer	township-of-gomer	Gomer Township		US	MO	025	27784	0	America/Chicago
4388412	Township of Granby	township-of-granby	Granby Township		US	MO	145	28126	0	America/Chicago
4388427	Township of Grand Pass	township-of-grand-pass	Grand Pass Township		US	MO	195	28216	0	America/Chicago
4388438	Township of Grand River	township-of-grand-river	Grand River Township		US	MO	013	28234	0	America/Chicago
4388439	Township of Grand River	township-of-grand-river	Grand River Township		US	MO	037	28252	0	America/Chicago
4388440	Township of Grand River	township-of-grand-river	Grand River Township		US	MO	063	28288	0	America/Chicago
4388441	Township of Grand River	township-of-grand-river	Grand River Township		US	MO	117	28306	0	America/Chicago
4388497	Township of Grant	township-of-grant	Grant Township		US	MO	025	28396	0	America/Chicago
4388498	Township of Grant	township-of-grant	Grant Township		US	MO	057	28432	0	America/Chicago
4388499	Township of Grant	township-of-grant	Grant Township		US	MO	059	28450	0	America/Chicago
4388500	Township of Grant	township-of-grant	Grant Township		US	MO	063	28468	0	America/Chicago
4388501	Township of Grant	township-of-grant	Grant Township		US	MO	209	28558	0	America/Chicago
4388502	Township of Grant	township-of-grant	Grant Township		US	MO	225	28576	0	America/Chicago
4388508	Township of Grantsville	township-of-grantsville	Grantsville Township		US	MO	115	28612	0	America/Chicago
4388514	Township of Grape Grove	township-of-grape-grove	Grape Grove Township		US	MO	177	28666	0	America/Chicago
4388615	Township of Gravois	township-of-gravois	Gravois Township		US	MO	189	28792	0	America/Chicago
4388739	Township of Green Ridge	township-of-green-ridge	Green Ridge Township		US	MO	159	29350	0	America/Chicago
4388767	Township of Green	township-of-green	Green Township		US	MO	085	28954	0	America/Chicago
4388768	Township of Green	township-of-green	Green Township		US	MO	109	28972	0	America/Chicago
4388769	Township of Green	township-of-green	Green Township		US	MO	117	28990	0	America/Chicago
4388770	Township of Green	township-of-green	Green Township		US	MO	165	29026	0	America/Chicago
4389010	Township of Grover	township-of-grover	Grover Township		US	MO	101	29620	0	America/Chicago
4389110	Township of Guthrie	township-of-guthrie	Guthrie Township		US	MO	027	29800	0	America/Chicago
4389163	Township of Hadley	township-of-hadley	Hadley Township		US	MO	189	29818	0	America/Chicago
4389343	Township of Hamilton	township-of-hamilton	Hamilton Township		US	MO	025	30052	0	America/Chicago
4389490	Township of Hardin	township-of-hardin	Hardin Township		US	MO	049	30304	0	America/Chicago
4389568	Township of Harmony	township-of-harmony	Harmony Township		US	MO	221	30394	0	America/Chicago
4389628	Township of Harris	township-of-harris	Harris Township		US	MO	181	30448	0	America/Chicago
4389655	Township of Harrison	township-of-harrison	Harrison Township		US	MO	061	30502	0	America/Chicago
4389656	Township of Harrison	township-of-harrison	Harrison Township		US	MO	135	30556	0	America/Chicago
4389657	Township of Harrison	township-of-harrison	Harrison Township		US	MO	217	30592	0	America/Chicago
4389700	Township of Hart	township-of-hart	Hart Township		US	MO	229	30664	0	America/Chicago
4389706	Township of Hartford	township-of-hartford	Hartford Township,Heel of Pike County,Township of Hartford		US	MO	163	30682	0	America/Chicago
4389812	Township of Haw Creek	township-of-haw-creek	Haw Creek Township		US	MO	141	30988	0	America/Chicago
4389817	Township of Hawk Point	township-of-hawk-point	Hawk Point Township		US	MO	113	31042	0	America/Chicago
4389912	Township of Hayti	township-of-hayti	Hayti Township		US	MO	155	31150	0	America/Chicago
4389952	Township of Hazel Hill	township-of-hazel-hill	Hazel Hill Township		US	MO	101	31240	0	America/Chicago
4389971	Township of Hazelwood	township-of-hazelwood	Hazelwood Township		US	MO	225	31312	0	America/Chicago
4390006	Township of Heath Creek	township-of-heath-creek	Heaths Creek Township,Township of Heath Creek,Township of Heaths Creek		US	MO	159	31362	0	America/Chicago
4390184	Township of Henry	township-of-henry	Henry Township,Summers Township,Township of Henry		US	MO	217	31672	0	America/Chicago
4390393	Township of Hickory Grove	township-of-hickory-grove	Hickory Grove Township		US	MO	219	31888	0	America/Chicago
4390553	Township of High Prairie	township-of-high-prairie	High Prairie Township		US	MO	225	32122	0	America/Chicago
4390600	Township of Highland	township-of-highland	Highland Township		US	MO	111	32014	0	America/Chicago
4390601	Township of Highland	township-of-highland	Highland Township		US	MO	149	32032	0	America/Chicago
4390678	Township of Hill	township-of-hill	Hill Township		US	MO	033	32176	0	America/Chicago
4390812	Township of Hoberg	township-of-hoberg	Hoberg Township		US	MO	109	32428	0	America/Chicago
4390913	Township of Holcomb	township-of-holcomb	Holcomb Township		US	MO	069	32554	0	America/Chicago
4390949	Township of Holland	township-of-holland	Holland Township		US	MO	155	32608	0	America/Chicago
4391057	Township of Homer	township-of-homer	Homer Township		US	MO	013	32788	0	America/Chicago
4391088	Township of Honey Creek	township-of-honey-creek	Honey Creek Township		US	MO	083	32860	0	America/Chicago
4391335	Township of Hough	township-of-hough	Hough Township		US	MO	143	33166	0	America/Chicago
4391367	Township of Houstonia	township-of-houstonia	Houstonia Township		US	MO	159	33274	0	America/Chicago
4391394	Township of Howard	township-of-howard	Howard Township		US	MO	013	33310	0	America/Chicago
4391426	Township of Howell	township-of-howell	Howell Township		US	MO	091	33382	0	America/Chicago
4391452	Township of Hubble	township-of-hubble	Hubble Township		US	MO	031	33454	0	America/Chicago
4391486	Township of Hudson	township-of-hudson	Hudson Township		US	MO	013	33562	0	America/Chicago
4391487	Township of Hudson	township-of-hudson	Hudson Township		US	MO	121	33580	0	America/Chicago
4391540	Township of Hughesville	township-of-hughesville	Hughesville Township		US	MO	159	33670	0	America/Chicago
4391647	Township of Hurley	township-of-hurley	Hurley Township		US	MO	209	33940	0	America/Chicago
4391678	Township of Hurricane	township-of-hurricane	Hurricane Township		US	MO	033	34012	0	America/Chicago
4391679	Township of Hurricane	township-of-hurricane	Hurricane Township		US	MO	113	34030	0	America/Chicago
4391709	Township of Hutton Valley	township-of-hutton-valley	Hutton Valley Township		US	MO	091	34120	0	America/Chicago
4391851	Township of Independence	township-of-independence	Independence Township		US	MO	069	34390	0	America/Chicago
4391852	Township of Independence	township-of-independence	Independence Township		US	MO	121	35018	0	America/Chicago
4391856	Township of Index	township-of-index	Index Township		US	MO	037	35072	0	America/Chicago
4391907	Township of Indian Creek	township-of-indian-creek	Indian Creek Township		US	MO	137	35126	0	America/Chicago
4391959	Township of Indian	township-of-indian	Indian Township		US	MO	163	35090	0	America/Chicago
4392046	Township of Iron	township-of-iron	Iron Township		US	MO	093	35360	0	America/Chicago
4392047	Township of Iron	township-of-iron	Iron Township		US	MO	187	35378	0	America/Chicago
4392220	Township of Jackson	township-of-jackson	Jackson Township		US	MO	021	35594	0	America/Chicago
4392221	Township of Jackson	township-of-jackson	Jackson Township		US	MO	027	35612	0	America/Chicago
4392222	Township of Jackson	township-of-jackson	Jackson Township		US	MO	029	35630	0	America/Chicago
4392223	Township of Jackson	township-of-jackson	Jackson Township		US	MO	035	35666	0	America/Chicago
4392224	Township of Jackson	township-of-jackson	Jackson Township		US	MO	049	35702	0	America/Chicago
4392225	Township of Jackson	township-of-jackson	Jackson Township		US	MO	059	35720	0	America/Chicago
4392226	Township of Jackson	township-of-jackson	Jackson Township		US	MO	061	35738	0	America/Chicago
4392227	Township of Jackson	township-of-jackson	Jackson Township		US	MO	067	35756	0	America/Chicago
4392228	Township of Jackson	township-of-jackson	Jackson Township		US	MO	079	35810	0	America/Chicago
4392229	Township of Jackson	township-of-jackson	Jackson Township		US	MO	097	35828	0	America/Chicago
4392230	Township of Jackson	township-of-jackson	Jackson Township		US	MO	101	35846	0	America/Chicago
4392231	Township of Jackson	township-of-jackson	Jackson Township		US	MO	115	35864	0	America/Chicago
4392232	Township of Jackson	township-of-jackson	Jackson Township		US	MO	117	35882	0	America/Chicago
4392233	Township of Jackson	township-of-jackson	Jackson Township		US	MO	121	35900	0	America/Chicago
4392234	Township of Jackson	township-of-jackson	Jackson Township		US	MO	125	35918	0	America/Chicago
4392235	Township of Jackson	township-of-jackson	Jackson Township		US	MO	137	35936	0	America/Chicago
4392236	Township of Jackson	township-of-jackson	Jackson Township		US	MO	151	35972	0	America/Chicago
4392237	Township of Jackson	township-of-jackson	Jackson Township		US	MO	153	35990	0	America/Chicago
4392238	Township of Jackson	township-of-jackson	Jackson Township		US	MO	167	36008	0	America/Chicago
4392239	Township of Jackson	township-of-jackson	Jackson Township		US	MO	175	36044	0	America/Chicago
4392240	Township of Jackson	township-of-jackson	Jackson Township		US	MO	179	36062	0	America/Chicago
4392242	Township of Jackson	township-of-jackson	Jackson Township		US	MO	205	36134	0	America/Chicago
4392243	Township of Jackson	township-of-jackson	Jackson Township		US	MO	185	36080	0	America/Chicago
4392244	Township of Jackson	township-of-jackson	Jackson Township		US	MO	186	36098	0	America/Chicago
4392245	Township of Jackson	township-of-jackson	Jackson Township		US	MO	215	36170	0	America/Chicago
4392246	Township of Jackson	township-of-jackson	Jackson Township		US	MO	225	36188	0	America/Chicago
4392291	Township of James Bayou	township-of-james-bayou	James Bayou Township		US	MO	133	36278	0	America/Chicago
4392320	Township of Jamesport	township-of-jamesport	Jamesport Township		US	MO	061	36350	0	America/Chicago
4392361	Township of Jasper	township-of-jasper	Jasper Township		US	MO	059	36494	0	America/Chicago
4392362	Township of Jasper	township-of-jasper	Jasper Township		US	MO	097	36530	0	America/Chicago
4392363	Township of Jasper	township-of-jasper	Jasper Township		US	MO	153	36548	0	America/Chicago
4392364	Township of Jasper	township-of-jasper	Jasper Township		US	MO	173	36566	0	America/Chicago
4392365	Township of Jasper	township-of-jasper	Jasper Township		US	MO	213	36584	0	America/Chicago
4392373	Township of Jasper	township-of-jasper	Jasper Township		US	MO	029	36476	0	America/Chicago
4392379	Township of Jeff	township-of-jeff	Jeff Township		US	MO	149	36692	0	America/Chicago
4392410	Township of Jefferson	township-of-jefferson	Jefferson Township		US	MO	003	36710	0	America/Chicago
4392411	Township of Jefferson	township-of-jefferson	Jefferson Township		US	MO	039	36728	0	America/Chicago
4392412	Township of Jefferson	township-of-jefferson	Jefferson Township		US	MO	051	36764	0	America/Chicago
4392413	Township of Jefferson	township-of-jefferson	Jefferson Township		US	MO	061	36782	0	America/Chicago
4392414	Township of Jefferson	township-of-jefferson	Jefferson Township		US	MO	079	36800	0	America/Chicago
4392415	Township of Jefferson	township-of-jefferson	Jefferson Township		US	MO	101	36836	0	America/Chicago
4392416	Township of Jefferson	township-of-jefferson	Jefferson Township		US	MO	115	36854	0	America/Chicago
4392417	Township of Jefferson	township-of-jefferson	Jefferson Township		US	MO	125	36872	0	America/Chicago
4392418	Township of Jefferson	township-of-jefferson	Jefferson Township		US	MO	137	36890	0	America/Chicago
4392419	Township of Jefferson	township-of-jefferson	Jefferson Township		US	MO	151	36926	0	America/Chicago
4392420	Township of Jefferson	township-of-jefferson	Jefferson Township		US	MO	167	36944	0	America/Chicago
4392421	Township of Jefferson	township-of-jefferson	Jefferson Township		US	MO	205	36985	0	America/Chicago
4392422	Township of Jefferson	township-of-jefferson	Jefferson Township		US	MO	189	36962	0	America/Chicago
4392423	Township of Jefferson	township-of-jefferson	Jefferson Township		US	MO	223	36987	0	America/Chicago
4392443	Township of Jenkins	township-of-jenkins	Jenkins Township		US	MO	009	37142	0	America/Chicago
4392496	Township of Jim Henry	township-of-jim-henry	Jim Henry Township		US	MO	131	37322	0	America/Chicago
4392509	Township of Joachim	township-of-joachim	Joachim Township		US	MO	099	37340	0	America/Chicago
4392519	Township of Jobe	township-of-jobe	Jobe Township		US	MO	149	37358	0	America/Chicago
4392676	Township of Johnson	township-of-johnson	Johnson Township		US	MO	035	37376	0	America/Chicago
4392677	Township of Johnson	township-of-johnson	Johnson Township		US	MO	125	37394	0	America/Chicago
4392678	Township of Johnson	township-of-johnson	Johnson Township		US	MO	149	37412	0	America/Chicago
4392679	Township of Johnson	township-of-johnson	Johnson Township		US	MO	167	37430	0	America/Chicago
4392680	Township of Johnson	township-of-johnson	Johnson Township		US	MO	181	37448	0	America/Chicago
4392681	Township of Johnson	township-of-johnson	Johnson Township		US	MO	221	37484	0	America/Chicago
4392690	Township of Johnston	township-of-johnston	Johnston Township		US	MO	121	37520	0	America/Chicago
4392774	Township of Joplin	township-of-joplin	Joplin Township		US	MO	097	37610	0	America/Chicago
4392794	Township of Jordan	township-of-jordan	Jordan Township		US	MO	085	37646	0	America/Chicago
4392795	Township of Jordan	township-of-jordan	Jordan Township		US	MO	181	37664	0	America/Chicago
4393243	Township of Kaolin	township-of-kaolin	Kaolin Township		US	MO	093	38018	0	America/Chicago
4393252	Township of Katy	township-of-katy	Katy Township		US	MO	019	38045	0	America/Chicago
4393258	Township of Kaw	township-of-kaw	Kaw Township		US	MO	095	38054	0	America/Chicago
4393271	Township of Kearney	township-of-kearney	Kearney Township		US	MO	047	38090	0	America/Chicago
4393370	Township of Kelley	township-of-kelley	Kelley Township		US	MO	181	38144	0	America/Chicago
4393398	Township of Kelly	township-of-kelly	Kelly Township		US	MO	035	38162	0	America/Chicago
4393399	Township of Kelly	township-of-kelly	Kelly Township		US	MO	053	38198	0	America/Chicago
4393406	Township of Kelso	township-of-kelso	Kelso Township		US	MO	201	38234	0	America/Chicago
4393537	Township of Keytesville	township-of-keytesville	Keytesville Township		US	MO	041	38504	0	America/Chicago
4393547	Township of Kickapoo	township-of-kickapoo	Kickapoo Township		US	MO	165	38513	0	America/Chicago
4393551	Township of Kidder	township-of-kidder	Kidder Township		US	MO	025	38540	0	America/Chicago
4393562	Township of Kiheka	township-of-kiheka	Kiheka Township		US	MO	029	38585	0	America/Chicago
4393614	Township of Kinder	township-of-kinder	Kinder Township		US	MO	031	38702	0	America/Chicago
4393650	Township of King	township-of-king	King Township		US	MO	149	38756	0	America/Chicago
4393679	Township of Kings Prairie	township-of-kings-prairie	Kings Prairie Township		US	MO	009	38837	0	America/Chicago
4393690	Township of Kingston	township-of-kingston	Kingston Township		US	MO	025	38864	0	America/Chicago
4393691	Township of Kingston	township-of-kingston	Kingston Township		US	MO	221	38882	0	America/Chicago
4393694	Township of Kingsville	township-of-kingsville	Kingsville Township		US	MO	101	38936	0	America/Chicago
4393830	Township of Knobview	township-of-knobview	Knobview Township		US	MO	055	39242	0	America/Chicago
4393853	Township of Knoxville	township-of-knoxville	Knoxville Township		US	MO	177	39314	0	America/Chicago
4393976	Township of La Font	township-of-la-font	La Font Township		US	MO	143	39710	0	America/Chicago
4393985	Township of La Monte	township-of-la-monte	La Monte Township		US	MO	159	40538	0	America/Chicago
4394075	Township of Lafayette	township-of-lafayette	Lafayette Township		US	MO	049	39674	0	America/Chicago
4394157	Township of Lake Creek	township-of-lake-creek	Lake Creek Township		US	MO	159	39926	0	America/Chicago
4394426	Township of Lake	township-of-lake	Lake Township		US	MO	021	39800	0	America/Chicago
4394427	Township of Lake	township-of-lake	Lake Township		US	MO	217	39818	0	America/Chicago
4394495	Township of Lamar	township-of-lamar	Lamar Township		US	MO	011	40394	0	America/Chicago
4394517	Township of Lamine	township-of-lamine	La Mine Township,Lamine Township,Township of Lamine		US	MO	053	40502	0	America/Chicago
4394660	Township of Lathrop	township-of-lathrop	Lathrop Township		US	MO	049	40844	0	America/Chicago
4394749	Township of Le Sieur	township-of-le-sieur	Le Sieur Township		US	MO	143	41654	0	America/Chicago
4394765	Township of Lead Hill	township-of-lead-hill	Lead Hill Township		US	MO	043	41006	0	America/Chicago
4394807	Township of Lebanon	township-of-lebanon	Lebanon Township		US	MO	053	41150	0	America/Chicago
4394808	Township of Lebanon	township-of-lebanon	Lebanon Township		US	MO	105	41186	0	America/Chicago
4394856	Township of Lee	township-of-lee	Lee Township		US	MO	165	41240	0	America/Chicago
4394875	Township of Leesville	township-of-leesville	Leesville Township		US	MO	083	41384	0	America/Chicago
4394906	Township of Lemay	township-of-lemay	Carondelet Township,Lemay Township,Township of Lemay		US	MO	189	41456	0	America/Chicago
4394923	Township of Lentner	township-of-lentner	Lentner Township		US	MO	205	41528	0	America/Chicago
4394946	Township of Leroy	township-of-leroy	Le Roy Township,Leroy Township,Township of Leroy		US	MO	011	41618	0	America/Chicago
4394952	Township of Leslie	township-of-leslie	Leslie Township		US	MO	033	41672	0	America/Chicago
4394960	Township of Lesterville	township-of-lesterville	Lesterville Township		US	MO	179	41726	0	America/Chicago
4395031	Township of Lewis and Clark	township-of-lewis-and-clark	Lewis and Clark Township		US	MO	189	41825	0	America/Chicago
4395032	Township of Lewis	township-of-lewis	Lewis Township		US	MO	087	41798	0	America/Chicago
4395033	Township of Lewis	township-of-lewis	Lewis Township		US	MO	143	41816	0	America/Chicago
4395040	Township of Lexington	township-of-lexington	Lexington Township		US	MO	107	41888	0	America/Chicago
4395175	Township of Liberty	township-of-liberty	Liberty Township		US	MO	009	41942	0	America/Chicago
4395176	Township of Liberty	township-of-liberty	Liberty Township		US	MO	017	41960	0	America/Chicago
4395177	Township of Liberty	township-of-liberty	Liberty Township		US	MO	027	41996	0	America/Chicago
4395178	Township of Liberty	township-of-liberty	Liberty Township		US	MO	031	42014	0	America/Chicago
4395179	Township of Liberty	township-of-liberty	Liberty Township		US	MO	047	42050	0	America/Chicago
4395180	Township of Liberty	township-of-liberty	Liberty Township		US	MO	051	42068	0	America/Chicago
4395181	Township of Liberty	township-of-liberty	Liberty Township		US	MO	055	42086	0	America/Chicago
4395182	Township of Liberty	township-of-liberty	Liberty Township		US	MO	061	42104	0	America/Chicago
4395183	Township of Liberty	township-of-liberty	Liberty Township		US	MO	093	42158	0	America/Chicago
4395184	Township of Liberty	township-of-liberty	Liberty Township		US	MO	121	42194	0	America/Chicago
4395185	Township of Liberty	township-of-liberty	Liberty Township		US	MO	123	42212	0	America/Chicago
4395186	Township of Liberty	township-of-liberty	Liberty Township		US	MO	127	42230	0	America/Chicago
4395187	Township of Liberty	township-of-liberty	Liberty Township		US	MO	161	42248	0	America/Chicago
4395188	Township of Liberty	township-of-liberty	Liberty Township		US	MO	169	42266	0	America/Chicago
4395189	Township of Liberty	township-of-liberty	Liberty Township		US	MO	195	42320	0	America/Chicago
4395190	Township of Liberty	township-of-liberty	Liberty Township		US	MO	187	42302	0	America/Chicago
4395191	Township of Liberty	township-of-liberty	Liberty Township		US	MO	207	42356	0	America/Chicago
4395236	Township of Lick Creek	township-of-lick-creek	Lick Creek Township,Talmage School,Township of Lick Creek		US	MO	153	42446	0	America/Chicago
4395352	Township of Lincoln	township-of-lincoln	Lincoln Township		US	MO	003	42572	0	America/Chicago
4395353	Township of Lincoln	township-of-lincoln	Lincoln Township		US	MO	025	42626	0	America/Chicago
4395354	Township of Lincoln	township-of-lincoln	Lincoln Township		US	MO	043	42644	0	America/Chicago
4395355	Township of Lincoln	township-of-lincoln	Lincoln Township		US	MO	059	42680	0	America/Chicago
4395356	Township of Lincoln	township-of-lincoln	Lincoln Township		US	MO	067	42716	0	America/Chicago
4395357	Township of Lincoln	township-of-lincoln	Lincoln Township		US	MO	097	42788	0	America/Chicago
4395358	Township of Lincoln	township-of-lincoln	Lincoln Township		US	MO	109	42806	0	America/Chicago
4395359	Township of Lincoln	township-of-lincoln	Lincoln Township		US	MO	209	42878	0	America/Chicago
4395375	Township of Linden	township-of-linden	Linden Township		US	MO	043	42968	0	America/Chicago
4395408	Township of Lingo	township-of-lingo	Lingo Township		US	MO	121	43112	0	America/Chicago
4395442	Township of Linn	township-of-linn	Linn Township		US	MO	007	43148	0	America/Chicago
4395443	Township of Linn	township-of-linn	Linn Township		US	MO	039	43166	0	America/Chicago
4395444	Township of Linn	township-of-linn	Linn Township		US	MO	065	43202	0	America/Chicago
4395445	Township of Linn	township-of-linn	Linn Township		US	MO	135	43220	0	America/Chicago
4395446	Township of Linn	township-of-linn	Linn Township		US	MO	151	43256	0	America/Chicago
4395755	Township of Little Prairie	township-of-little-prairie	Little Prairie Township		US	MO	155	43382	0	America/Chicago
4395765	Township of Little River	township-of-little-river	Little River Township		US	MO	155	43400	0	America/Chicago
4395936	Township of Lockwood	township-of-lockwood	Lockwood Township		US	MO	057	43508	0	America/Chicago
4395943	Township of Locust Creek	township-of-locust-creek	Locust Creek Township		US	MO	115	43526	0	America/Chicago
4396020	Township of Logan	township-of-logan	Logan Township		US	MO	179	43598	0	America/Chicago
4396021	Township of Logan	township-of-logan	Logan Township		US	MO	223	43616	0	America/Chicago
4396103	Township of Lone Oak	township-of-lone-oak	Lone Oak Township		US	MO	013	43796	0	America/Chicago
4396262	Township of Long Prairie	township-of-long-prairie	Long Prairie Township		US	MO	133	43886	0	America/Chicago
4396288	Township of Longrun	township-of-longrun	Longrun Township		US	MO	153	43922	0	America/Chicago
4396304	Township of Longwood	township-of-longwood	Longwood Township		US	MO	159	44012	0	America/Chicago
4396321	Township of Lorance	township-of-lorance	Lorance Township		US	MO	017	44084	0	America/Chicago
4396380	Township of Lost Creek	township-of-lost-creek	Lost Creek Township		US	MO	223	44120	0	America/Chicago
4396448	Township of Loutre	township-of-loutre	Loutre Township		US	MO	007	44210	0	America/Chicago
4396449	Township of Loutre	township-of-loutre	Loutre Township		US	MO	139	44228	0	America/Chicago
4396655	Township of Lyda	township-of-lyda	Lyda Township		US	MO	121	44642	0	America/Chicago
4396667	Township of Lynch	township-of-lynch	Lynch Township		US	MO	215	44660	0	America/Chicago
4396680	Township of Lyon	township-of-lyon	Lyon Township		US	MO	071	44714	0	America/Chicago
4396803	Township of Madison	township-of-madison	Madison Township		US	MO	039	45344	0	America/Chicago
4396804	Township of Madison	township-of-madison	Madison Township		US	MO	097	45416	0	America/Chicago
4396805	Township of Madison	township-of-madison	Madison Township		US	MO	101	45434	0	America/Chicago
4397077	Township of Marceline	township-of-marceline	Marceline Township		US	MO	115	45884	0	America/Chicago
4397116	Township of Marion	township-of-marion	Marion Township		US	MO	021	45938	0	America/Chicago
4397117	Township of Marion	township-of-marion	Marion Township		US	MO	051	45974	0	America/Chicago
4397118	Township of Marion	township-of-marion	Marion Township		US	MO	061	46010	0	America/Chicago
4397119	Township of Marion	township-of-marion	Marion Township		US	MO	097	46064	0	America/Chicago
4397120	Township of Marion	township-of-marion	Marion Township		US	MO	137	46100	0	America/Chicago
4397121	Township of Marion	township-of-marion	Marion Township		US	MO	145	46118	0	America/Chicago
4397122	Township of Marion	township-of-marion	Marion Township		US	MO	187	46154	0	America/Chicago
4397188	Township of Marquand	township-of-marquand	Marquand Township		US	MO	123	46262	0	America/Chicago
4397235	Township of Marshall	township-of-marshall	Marshall Township		US	MO	165	46298	0	America/Chicago
4397236	Township of Marshall	township-of-marshall	Marshall Township		US	MO	195	46334	0	America/Chicago
4397377	Township of Mason	township-of-mason	Mason Township		US	MO	127	46658	0	America/Chicago
4397500	Township of May	township-of-may	May Township		US	MO	165	46874	0	America/Chicago
4397653	Township of McCracken	township-of-mccracken	McCracken Township		US	MO	043	44858	0	America/Chicago
4397660	Township of McCredie	township-of-mccredie	McCredie Township		US	MO	027	44876	0	America/Chicago
4397702	Township of McDonald	township-of-mcdonald	McDonald Township		US	MO	009	44912	0	America/Chicago
4397703	Township of McDonald	township-of-mcdonald	McDonald Township		US	MO	097	44930	0	America/Chicago
4397716	Township of McDowell	township-of-mcdowell	McDowell Township		US	MO	009	44966	0	America/Chicago
4397827	Township of McKinley	township-of-mckinley	McKinley Township		US	MO	067	45128	0	America/Chicago
4397828	Township of McKinley	township-of-mckinley	McKinley Township		US	MO	167	45164	0	America/Chicago
4397829	Township of McKinley	township-of-mckinley	McKinley Township		US	MO	209	45182	0	America/Chicago
4397854	Township of McMillen Coy	township-of-mcmillen-coy	McMillen Coy Township		US	MO	119	45240	0	America/Chicago
4397860	Township of McMillen Tiff	township-of-mcmillen-tiff	McMillen Tiff Township		US	MO	119	45246	0	America/Chicago
4397869	Township of McMurtrey	township-of-mcmurtrey	McMurtrey Township		US	MO	067	45272	0	America/Chicago
4397949	Township of Medicine	township-of-medicine	Medicine Township		US	MO	117	47090	0	America/Chicago
4398017	Township of Mendon	township-of-mendon	Mendon Township		US	MO	041	47306	0	America/Chicago
4398039	Township of Meramec	township-of-meramec	Meramec Township		US	MO	055	47360	0	America/Chicago
4398040	Township of Meramec	township-of-meramec	Meramec Township		US	MO	065	47378	0	America/Chicago
4398041	Township of Meramec	township-of-meramec	Meramec Township		US	MO	071	47396	0	America/Chicago
4398042	Township of Meramec	township-of-meramec	Meramec Township		US	MO	099	47414	0	America/Chicago
4398043	Township of Meramec	township-of-meramec	Meramec Township		US	MO	161	47432	0	America/Chicago
4398044	Township of Meramec	township-of-meramec	Meramec Township		US	MO	189	47450	0	America/Chicago
4398101	Township of Metz	township-of-metz	Metz Township		US	MO	217	47630	0	America/Chicago
4398125	Township of Miami	township-of-miami	Miami Township		US	MO	195	47702	0	America/Chicago
4398159	Township of Middle Fork	township-of-middle-fork	Middle Fork Township		US	MO	121	47810	0	America/Chicago
4398190	Township of Middleton	township-of-middleton	Middleton Township		US	MO	107	47882	0	America/Chicago
4398198	Township of Midland	township-of-midland	Midland Township		US	MO	189	47918	0	America/Chicago
4398239	Township of Milford	township-of-milford	Milford Township		US	MO	011	48116	0	America/Chicago
4398316	Township of Mill Creek	township-of-mill-creek	Mill Creek Township,Township of Mill Creek,Willow Creek Township		US	MO	141	48170	0	America/Chicago
4398342	Township of Mill Spring	township-of-mill-spring	Mill Spring Township		US	MO	223	48404	0	America/Chicago
4398424	Township of Miller	township-of-miller	Miller Township		US	MO	059	48188	0	America/Chicago
4398425	Township of Miller	township-of-miller	Miller Township		US	MO	067	48206	0	America/Chicago
4398426	Township of Miller	township-of-miller	Miller Township		US	MO	125	48260	0	America/Chicago
4398427	Township of Miller	township-of-miller	Miller Township		US	MO	127	48278	0	America/Chicago
4398428	Township of Miller	township-of-miller	Miller Township		US	MO	161	48296	0	America/Chicago
4398476	Township of Millwood	township-of-millwood	Millwood Township		US	MO	113	48458	0	America/Chicago
4398517	Township of Mine La Motte	township-of-mine-la-motte	Mine La Motte Township		US	MO	123	48620	0	America/Chicago
4398560	Township of Mineral	township-of-mineral	Mineral Township		US	MO	009	48674	0	America/Chicago
4398561	Township of Mineral	township-of-mineral	Mineral Township		US	MO	097	48692	0	America/Chicago
4398572	Township of Mingo	township-of-mingo	Mingo Township		US	MO	013	48746	0	America/Chicago
4398611	Township of Mirabile	township-of-mirabile	Mirabile Township		US	MO	025	48872	0	America/Chicago
4398652	Township of Mississippi	township-of-mississippi	Mississippi Township		US	MO	133	48926	0	America/Chicago
4398679	Township of Missouri	township-of-missouri	Missouri Township		US	MO	019	48944	0	America/Chicago
4398682	Township of Missouri River	township-of-missouri-river	Missouri River Township		US	MO	189	48989	0	America/Chicago
4398775	Township of Monegaw	township-of-monegaw	Monegaw Township		US	MO	185	49142	0	America/Chicago
4398780	Township of Monett	township-of-monett	Monett Township		US	MO	009	49214	0	America/Chicago
4398791	Township of Moniteau	township-of-moniteau	Moniteau Township		US	MO	089	49232	0	America/Chicago
4398795	Township of Moniteau	township-of-moniteau	Moniteau Township		US	MO	175	49250	0	America/Chicago
4398868	Township of Monroe	township-of-monroe	Monroe Township		US	MO	003	49286	0	America/Chicago
4398869	Township of Monroe	township-of-monroe	Monroe Township		US	MO	061	49304	0	America/Chicago
4398870	Township of Monroe	township-of-monroe	Monroe Township		US	MO	113	49322	0	America/Chicago
4398871	Township of Monroe	township-of-monroe	Monroe Township		US	MO	117	49340	0	America/Chicago
4398872	Township of Monroe	township-of-monroe	Monroe Township		US	MO	137	49358	0	America/Chicago
4398888	Township of Montevallo	township-of-montevallo	Montevallo Township		US	MO	217	49484	0	America/Chicago
4398908	Township of Montgomery	township-of-montgomery	Montgomery Township		US	MO	085	49502	0	America/Chicago
4398909	Township of Montgomery	township-of-montgomery	Montgomery Township		US	MO	139	49520	0	America/Chicago
4398910	Township of Montgomery	township-of-montgomery	Montgomery Township		US	MO	229	49556	0	America/Chicago
4398913	Township of Montier	township-of-montier	Montier Township		US	MO	203	49628	0	America/Chicago
4398924	Township of Montserrat	township-of-montserrat	Montserrat Township		US	MO	101	49700	0	America/Chicago
4398939	Township of Mooney	township-of-mooney	Mooney Township		US	MO	167	49736	0	America/Chicago
4398999	Township of Moore	township-of-moore	Franks Township,Moore Township,Township of Moore		US	MO	149	49754	0	America/Chicago
4399000	Township of Moore	township-of-moore	Moore Township		US	MO	203	49772	0	America/Chicago
4399013	Township of Mooresville	township-of-mooresville	Mooresville Township		US	MO	117	49808	0	America/Chicago
4399029	Township of Moreau	township-of-moreau	Moreau Township		US	MO	135	49862	0	America/Chicago
4399030	Township of Moreau	township-of-moreau	Moreau Township		US	MO	141	49880	0	America/Chicago
4399036	Township of Moreau	township-of-moreau	Moreau Township		US	MO	051	49844	0	America/Chicago
4399038	Township of Moreland	township-of-moreland	Moreland Township		US	MO	201	49916	0	America/Chicago
4399068	Township of Morley	township-of-morley	Morley Township		US	MO	201	50006	0	America/Chicago
4399112	Township of Morris	township-of-morris	Morris Township		US	MO	215	50042	0	America/Chicago
4399131	Township of Morrow	township-of-morrow	Morrow Township		US	MO	121	50114	0	America/Chicago
4399174	Township of Moss Creek	township-of-moss-creek	Moss Creek Township		US	MO	033	50276	0	America/Chicago
4399242	Township of Mound	township-of-mound	Mound Township		US	MO	013	50294	0	America/Chicago
4399250	Township of Moundville	township-of-moundville	Moundville Township		US	MO	217	50348	0	America/Chicago
4399560	Township of Mount Pleasant	township-of-mount-pleasant	Mount Pleasant Township		US	MO	013	50546	0	America/Chicago
4399561	Township of Mount Pleasant	township-of-mount-pleasant	Mount Pleasant Township		US	MO	037	50564	0	America/Chicago
4399562	Township of Mount Pleasant	township-of-mount-pleasant	Mount Pleasant Township		US	MO	109	50582	0	America/Chicago
4399621	Township of Mount Vernon	township-of-mount-vernon	Mount Vernon Township		US	MO	109	50690	0	America/Chicago
4399731	Township of Mountain Grove	township-of-mountain-grove	Mountain Grove Township		US	MO	229	50420	0	America/Chicago
4399755	Township of Mountain	township-of-mountain	Mountain Township		US	MO	009	50366	0	America/Chicago
4399756	Township of Mountain	township-of-mountain	Mountain Township		US	MO	119	50384	0	America/Chicago
4399940	Township of Murray	township-of-murray	Murray Township		US	MO	077	50852	0	America/Chicago
4399964	Township of Musselfork	township-of-musselfork	Muscle Fork Township,Mussel Fork Township,Musselfork Township,Township of Musselfork		US	MO	041	50924	0	America/Chicago
4399979	Township of Myatt	township-of-myatt	Myatt Township		US	MO	091	50960	0	America/Chicago
4399994	Township of Myrtle	township-of-myrtle	Myrtle Township		US	MO	149	51068	0	America/Chicago
4400036	Township of Narrows	township-of-narrows	Narrows Township		US	MO	121	51176	0	America/Chicago
4400048	Township of Nashville	township-of-nashville	Nashville Township		US	MO	011	51248	0	America/Chicago
4400116	Township of Neely	township-of-neely	Neely Township		US	MO	023	51392	0	America/Chicago
4400187	Township of Neosho	township-of-neosho	Neosho Township		US	MO	145	51590	0	America/Chicago
4400296	Township of New Haven	township-of-new-haven	New Haven Township		US	MO	071	51932	0	America/Chicago
4400322	Township of New Home	township-of-new-home	New Home Township		US	MO	013	51950	0	America/Chicago
4400422	Township of New Lisbon	township-of-new-lisbon	New Lisbon Township		US	MO	207	52040	0	America/Chicago
4400434	Township of New Madrid	township-of-new-madrid	New Madrid Township		US	MO	143	52094	0	America/Chicago
4400518	Township of New York	township-of-new-york	New York Township		US	MO	025	52400	0	America/Chicago
4400555	Township of Newport	township-of-newport	Newport Township		US	MO	011	52238	0	America/Chicago
4400570	Township of Newton	township-of-newton	Newton Township		US	MO	203	52274	0	America/Chicago
4400575	Township of Newtonia	township-of-newtonia	Newtonia Township		US	MO	145	52310	0	America/Chicago
4400585	Township of Niangua	township-of-niangua	Niangua Township		US	MO	029	52410	0	America/Chicago
4400586	Township of Niangua	township-of-niangua	Niangua Township		US	MO	225	52436	0	America/Chicago
4400641	Township of Nine Mile Prairie	township-of-nine-mile-prairie	Nine Mile Prairie Township		US	MO	027	52508	0	America/Chicago
4400644	Township of Nineveh	township-of-nineveh	Nineveh Township		US	MO	113	52544	0	America/Chicago
4400660	Township of Noble	township-of-noble	Noble Township		US	MO	153	52652	0	America/Chicago
4400683	Township of Nodaway	township-of-nodaway	Nodaway Township		US	MO	003	52688	0	America/Chicago
4400735	Township of Norman	township-of-norman	Norman Township		US	MO	065	52778	0	America/Chicago
4400742	Township of Normandy	township-of-normandy	Normandy Township		US	MO	189	52814	0	America/Chicago
4400759	Township of North Benton	township-of-north-benton	North Benton Township		US	MO	059	52886	0	America/Chicago
4400760	Township of North Benton	township-of-north-benton	Benton Township,North Benton Township,Township of North Benton		US	MO	167	52894	0	America/Chicago
4400793	Township of North Elkhorn	township-of-north-elkhorn	Elkhorn Township,North Elkhorn Township,Township of North Elkhorn		US	MO	219	53024	0	America/Chicago
4400845	Township of North Galloway	township-of-north-galloway	Breckenridge Township,Galloway Township,North Galloway Township,Township of North Galloway		US	MO	043	53066	0	America/Chicago
4400846	Township of North Green	township-of-north-green	Greene Township,North Greene Township,Township of North Green,Township of North Greene		US	MO	167	53073	0	America/Chicago
4400868	Township of North Lindsey	township-of-north-lindsey	North Lindsey Township		US	MO	015	53142	0	America/Chicago
4400869	Township of North Linn	township-of-north-linn	Linn Township,North Linn Township,Township of North Linn		US	MO	043	53147	0	America/Chicago
4400872	Township of North Moniteau	township-of-north-moniteau	Moniteau Township,North Moniteau Township,Township of North Moniteau		US	MO	053	53156	0	America/Chicago
4400878	Township of North Morgan	township-of-north-morgan	North Morgan Township		US	MO	057	53192	0	America/Chicago
4400900	Township of North River	township-of-north-river	North River Township		US	MO	205	53264	0	America/Chicago
4400901	Township of North Salem	township-of-north-salem	North Salem Township		US	MO	115	53300	0	America/Chicago
4400915	Township of North Sugar Creek	township-of-north-sugar-creek	North Sugar Creek Township		US	MO	175	53318	0	America/Chicago
4400926	Township of North	township-of-north	North Township		US	MO	057	52868	0	America/Chicago
4400931	Township of Northeast Marion	township-of-northeast-marion	Marion Township,Northeast Marion Township,Township of Northeast Marion		US	MO	167	53018	0	America/Chicago
4400939	Township of Northfork	township-of-northfork	Northfork Township,Township of North Fork,Township of Northfork		US	MO	011	53048	0	America/Chicago
4400953	Township of Northwest Marion	township-of-northwest-marion	Marion Township,Northwest Marion Township,Township of Northwest Marion		US	MO	167	53366	0	America/Chicago
4400956	Township of Northwest	township-of-northwest	Northwest Township		US	MO	189	53360	0	America/Chicago
4400988	Township of Nottinghill	township-of-nottinghill	Nottinghill Township		US	MO	153	53498	0	America/Chicago
4401244	Township of O'Fallon	township-of-o-fallon	Cuivre Township,O'Fallon Township,Township of O'Fallon		US	MO	183	54080	0	America/Chicago
4401468	Township of Oak Hill	township-of-oak-hill	Oak Hill Township		US	MO	055	53696	0	America/Chicago
4401698	Township of Ohio	township-of-ohio	Ohio Township		US	MO	133	54128	0	America/Chicago
4401890	Township of Oldfield	township-of-oldfield	Oldfield Township		US	MO	043	54308	0	America/Chicago
4401931	Township of Oliver	township-of-oliver	Oliver Township		US	MO	213	54632	0	America/Chicago
4402030	Township of Orrick	township-of-orrick	Orrick Township		US	MO	177	54956	0	America/Chicago
4402067	Township of Osage	township-of-osage	Osage Township		US	MO	013	55028	0	America/Chicago
4402068	Township of Osage	township-of-osage	Osage Township		US	MO	029	55046	0	America/Chicago
4402069	Township of Osage	township-of-osage	Osage Township		US	MO	051	55082	0	America/Chicago
4402070	Township of Osage	township-of-osage	Osage Township		US	MO	055	55100	0	America/Chicago
4402071	Township of Osage	township-of-osage	Osage Township		US	MO	065	55118	0	America/Chicago
4402072	Township of Osage	township-of-osage	Osage Township		US	MO	083	55136	0	America/Chicago
4402073	Township of Osage	township-of-osage	Osage Township		US	MO	105	55154	0	America/Chicago
4402074	Township of Osage	township-of-osage	Osage Township		US	MO	131	55172	0	America/Chicago
4402075	Township of Osage	township-of-osage	Osage Township		US	MO	141	55190	0	America/Chicago
4402076	Township of Osage	township-of-osage	Osage Township		US	MO	185	55208	0	America/Chicago
4402077	Township of Osage	township-of-osage	Osage Township		US	MO	217	55226	0	America/Chicago
4402104	Township of Osceola	township-of-osceola	Osceola Township		US	MO	185	55406	0	America/Chicago
4402146	Township of Otterville	township-of-otterville	Otterville Township		US	MO	053	55496	0	America/Chicago
4402282	Township of Ozark	township-of-ozark	Ozark Township		US	MO	009	55730	0	America/Chicago
4402283	Township of Ozark	township-of-ozark	Ozark Township		US	MO	011	55748	0	America/Chicago
4402284	Township of Ozark	township-of-ozark	Ozark Township		US	MO	109	55784	0	America/Chicago
4402285	Township of Ozark	township-of-ozark	Ozark Township		US	MO	149	55802	0	America/Chicago
4402286	Township of Ozark	township-of-ozark	Ozark Township		US	MO	215	55820	0	America/Chicago
4402358	Township of Palestine	township-of-palestine	Palestine Township		US	MO	053	56000	0	America/Chicago
4402568	Township of Parson Creek	township-of-parson-creek	Parson Creek Township		US	MO	115	56378	0	America/Chicago
4402579	Township of Pascola	township-of-pascola	Pascola Township		US	MO	155	56450	0	America/Chicago
4402686	Township of Pawnee	township-of-pawnee	Pawnee Township		US	MO	165	56598	0	America/Chicago
4402812	Township of Peculiar	township-of-peculiar	Peculiar Township		US	MO	037	56774	0	America/Chicago
4402869	Township of Pemiscot	township-of-pemiscot	Pemiscot Township		US	MO	155	56846	0	America/Chicago
4402883	Township of Pendleton	township-of-pendleton	Pendleton Township		US	MO	187	56864	0	America/Chicago
4402908	Township of Peno	township-of-peno	Peno Township,Penoe Township,Township of Peno		US	MO	163	56972	0	America/Chicago
4402946	Township of Perche	township-of-perche	Perche Township		US	MO	019	57026	0	America/Chicago
4402995	Township of Perry	township-of-perry	Perry Township		US	MO	187	57098	0	America/Chicago
4403099	Township of Pettis	township-of-pettis	Pettis Township		US	MO	165	57242	0	America/Chicago
4403157	Township of Phillipsburg	township-of-phillipsburg	Phillipsburg Township		US	MO	105	57386	0	America/Chicago
4403195	Township of Pierce	township-of-pierce	Peirce Township,Pierce City Township,Pierce Township,Township of Pierce		US	MO	109	57440	0	America/Chicago
4403196	Township of Pierce	township-of-pierce	Pierce Township		US	MO	209	57458	0	America/Chicago
4403197	Township of Pierce	township-of-pierce	Pierce Township		US	MO	215	57476	0	America/Chicago
4403237	Township of Pike	township-of-pike	Pike Township		US	MO	035	57530	0	America/Chicago
4403238	Township of Pike	township-of-pike	Pike Township		US	MO	207	57548	0	America/Chicago
4403250	Township of Pilgrim	township-of-pilgrim	Pilgrim Township		US	MO	057	57584	0	America/Chicago
4403267	Township of Pilot Grove	township-of-pilot-grove	Pilot Grove Township		US	MO	135	57638	0	America/Chicago
4403287	Township of Pilot Grove	township-of-pilot-grove	Pilot Grove Township		US	MO	053	57620	0	America/Chicago
4403310	Township of Pinckney	township-of-pinckney	Pinckney Township		US	MO	219	57692	0	America/Chicago
4403313	Township of Pine A	township-of-pine-a	Pine A Township		US	MO	209	57749	0	America/Chicago
4403314	Township of Pine B	township-of-pine-b	James Township,Pine B Township,Township of Pine B		US	MO	209	57751	0	America/Chicago
4403337	Township of Pine Creek	township-of-pine-creek	Pine Creek Township		US	MO	153	57764	0	America/Chicago
4403426	Township of Pine	township-of-pine	Pine Township		US	MO	181	57728	0	America/Chicago
4403443	Township of Pineville Lanagan	township-of-pineville-lanagan	Pineville Lanagan Township		US	MO	119	57840	0	America/Chicago
4403444	Township of Pineville North	township-of-pineville-north	Pineville North Township		US	MO	119	57843	0	America/Chicago
4403446	Township of Pineville South	township-of-pineville-south	Pineville South Township		US	MO	119	57846	0	America/Chicago
4403469	Township of Piney	township-of-piney	Piney Township		US	MO	149	57854	0	America/Chicago
4403470	Township of Piney	township-of-piney	Piney Township		US	MO	169	57872	0	America/Chicago
4403471	Township of Piney	township-of-piney	Piney Township		US	MO	215	57890	0	America/Chicago
4403517	Township of Pioneer	township-of-pioneer	Pioneer Township		US	MO	009	57962	0	America/Chicago
4403607	Township of Platte	township-of-platte	Platte Township		US	MO	021	58124	0	America/Chicago
4403608	Township of Platte	township-of-platte	Platte Township		US	MO	047	58142	0	America/Chicago
4403609	Township of Platte	township-of-platte	Platte Township		US	MO	049	58160	0	America/Chicago
4403626	Township of Pleasant Gap	township-of-pleasant-gap	Pleasant Gap Township		US	MO	013	58340	0	America/Chicago
4403798	Township of Pleasant Hill	township-of-pleasant-hill	Pleasant Hill Township		US	MO	037	58412	0	America/Chicago
4403870	Township of Pleasant Ridge	township-of-pleasant-ridge	Pleasant Ridge Township		US	MO	009	58484	0	America/Chicago
4403872	Township of Plattin	township-of-plattin	Plattin Township		US	MO	099	58232	0	America/Chicago
4403952	Township of Pleasant Valley	township-of-pleasant-valley	Pleasant Valley Township		US	MO	229	58556	0	America/Chicago
4404136	Township of Polk	township-of-polk	Polk Township		US	MO	057	58754	0	America/Chicago
4404137	Township of Polk	township-of-polk	Polk Township		US	MO	063	58772	0	America/Chicago
4404138	Township of Polk	township-of-polk	Polk Township		US	MO	123	58790	0	America/Chicago
4404139	Township of Polk	township-of-polk	Polk Township		US	MO	177	58844	0	America/Chicago
4404140	Township of Polk	township-of-polk	Polk Township		US	MO	185	58862	0	America/Chicago
4404142	Township of Polk	township-of-polk	Polk Township		US	MO	037	58718	0	America/Chicago
4404166	Township of Ponce de Leon	township-of-ponce-de-leon	Ponce de Leon Township		US	MO	209	58988	0	America/Chicago
4404178	Township of Pond Creek	township-of-pond-creek	Pond Creek Township		US	MO	077	59024	0	America/Chicago
4404202	Township of Pontiac	township-of-pontiac	Pontiac Township		US	MO	153	59078	0	America/Chicago
4404237	Township of Poplar Bluff	township-of-poplar-bluff	Poplar Bluff Township		US	MO	023	59114	0	America/Chicago
4404277	Township of Portage	township-of-portage	Portage Township		US	MO	143	59132	0	America/Chicago
4404334	Township of Post Oak	township-of-post-oak	Post Oak Township		US	MO	101	59312	0	America/Chicago
4404431	Township of Poynor	township-of-poynor	Poynor Township		US	MO	181	59456	0	America/Chicago
4404519	Township of Prairie Home	township-of-prairie-home	Prairie Home Township		US	MO	053	59744	0	America/Chicago
4404601	Township of Prairie	township-of-prairie	Prairie Township		US	MO	013	59492	0	America/Chicago
4404602	Township of Prairie	township-of-prairie	Prairie Township		US	MO	033	59510	0	America/Chicago
4404603	Township of Prairie	township-of-prairie	Prairie Township		US	MO	071	59528	0	America/Chicago
4404604	Township of Prairie	township-of-prairie	Prairie Township		US	MO	089	59546	0	America/Chicago
4404605	Township of Prairie	township-of-prairie	Prairie Township		US	MO	095	59564	0	America/Chicago
4404606	Township of Prairie	township-of-prairie	Prairie Township		US	MO	113	59582	0	America/Chicago
4404607	Township of Prairie	township-of-prairie	Prairie Township		US	MO	119	59600	0	America/Chicago
4404608	Township of Prairie	township-of-prairie	Prairie Township		US	MO	139	59618	0	America/Chicago
4404609	Township of Prairie	township-of-prairie	Prairie Township		US	MO	159	59636	0	America/Chicago
4404610	Township of Prairie	township-of-prairie	Prairie Township		US	MO	175	59654	0	America/Chicago
4404612	Township of Prairieville	township-of-prairieville	Prairieville Township		US	MO	163	59780	0	America/Chicago
4404617	Township of Prairie	township-of-prairie	Prairie Township		US	MO	007	59474	0	America/Chicago
4404649	Township of Preston	township-of-preston	Preston Township		US	MO	097	59906	0	America/Chicago
4404650	Township of Preston	township-of-preston	Preston Township		US	MO	165	59924	0	America/Chicago
4404850	Township of Purdy	township-of-purdy	Purdy Township		US	MO	009	60194	0	America/Chicago
4404897	Township of Queeny	township-of-queeny	Queeny Township		US	MO	189	60363	0	America/Chicago
4405080	Township of Randol	township-of-randol	Randol Township		US	MO	031	60572	0	America/Chicago
4405087	Township of Randolph	township-of-randolph	Randolph Township		US	MO	187	60608	0	America/Chicago
4405185	Township of Raymore	township-of-raymore	Raymore Township		US	MO	037	60770	0	America/Chicago
4405260	Township of Red Oak	township-of-red-oak	Red Oak Township		US	MO	109	61040	0	America/Chicago
4405435	Township of Republic North	township-of-republic-north	Republic North Township		US	MO	077	61265	0	America/Chicago
4405523	Township of Rich Hill	township-of-rich-hill	Rich Hill Township		US	MO	117	61436	0	America/Chicago
4405576	Township of Richland	township-of-richland	Richland Township		US	MO	011	61454	0	America/Chicago
4405577	Township of Richland	township-of-richland	Richland Township		US	MO	067	61472	0	America/Chicago
4405578	Township of Richland	township-of-richland	Richland Township		US	MO	073	61490	0	America/Chicago
4405579	Township of Richland	township-of-richland	Richland Township		US	MO	121	61508	0	America/Chicago
4405580	Township of Richland	township-of-richland	Richland Township		US	MO	141	61526	0	America/Chicago
4405581	Township of Richland	township-of-richland	Richland Township		US	MO	153	61544	0	America/Chicago
4405582	Township of Richland	township-of-richland	Richland Township		US	MO	201	61598	0	America/Chicago
4405583	Township of Richland	township-of-richland	Richland Township		US	MO	207	61616	0	America/Chicago
4405584	Township of Richland	township-of-richland	Richland Township		US	MO	217	61634	0	America/Chicago
4405595	Township of Richmond	township-of-richmond	Richmond Township		US	MO	089	61652	0	America/Chicago
4405596	Township of Richmond	township-of-richmond	Richmond Township		US	MO	177	61688	0	America/Chicago
4405605	Township of Richwood	township-of-richwood	Richwood Township		US	MO	119	61760	0	America/Chicago
4405612	Township of Richwoods	township-of-richwoods	Richwoods Township		US	MO	131	61778	0	America/Chicago
4405613	Township of Richwoods	township-of-richwoods	Richwoods Township		US	MO	221	61814	0	America/Chicago
4405637	Township of Ridge	township-of-ridge	Ridge Township		US	MO	033	61832	0	America/Chicago
4405863	Township of Roaring River	township-of-roaring-river	Roaring River Township		US	MO	009	62318	0	America/Chicago
4405880	Township of Roark	township-of-roark	Roark Township		US	MO	073	62336	0	America/Chicago
4405996	Township of Rochester	township-of-rochester	Rochester Township		US	MO	003	62534	0	America/Chicago
4406009	Township of Rock Bridge	township-of-rock-bridge	Rock Bridge Township		US	MO	019	62592	0	America/Chicago
4406077	Township of Rock Prairie	township-of-rock-prairie	Rock Prairie Township		US	MO	057	62732	0	America/Chicago
4406108	Township of Rock	township-of-rock	Rock Township		US	MO	099	62552	0	America/Chicago
4406123	Township of Rockford	township-of-rockford	Rockford Township		US	MO	025	62624	0	America/Chicago
4406124	Township of Rockford	township-of-rockford	Rockford Township		US	MO	033	62642	0	America/Chicago
4406152	Township of Rockville	township-of-rockville	Rockville Township		US	MO	013	62804	0	America/Chicago
4406201	Township of Rocky Fork	township-of-rocky-fork	Rocky Fork Township		US	MO	019	62840	0	America/Chicago
4406290	Township of Rolla	township-of-rolla	Rolla Township		US	MO	161	62930	0	America/Chicago
4406359	Township of Roscoe	township-of-roscoe	Roscoe Township		US	MO	185	63092	0	America/Chicago
4406383	Township of Rose Hill	township-of-rose-hill	Rose Hill Township		US	MO	101	63146	0	America/Chicago
4406457	Township of Roubidoux	township-of-roubidoux	Robideauz Township,Roubidoux Township,Township of Roubidoux		US	MO	169	63254	0	America/Chicago
4406458	Township of Roubidoux	township-of-roubidoux	Roubidoux Township		US	MO	215	63290	0	America/Chicago
4406478	Township of Round Grove	township-of-round-grove	Round Grove Township		US	MO	121	63326	0	America/Chicago
4406479	Township of Round Grove	township-of-round-grove	Round Grove Township		US	MO	127	63344	0	America/Chicago
4406508	Township of Round Prairie	township-of-round-prairie	Round Prairie Township		US	MO	027	63362	0	America/Chicago
4406637	Township of Rush	township-of-rush	Rush Township		US	MO	021	63542	0	America/Chicago
4406673	Township of Russell	township-of-russell	Russell Township		US	MO	029	63668	0	America/Chicago
4406674	Township of Russell	township-of-russell	Russell Township		US	MO	121	63686	0	America/Chicago
4406683	Township of Ruth A	township-of-ruth-a	Ruth A Township,Ruth Township,Township of Ruth A		US	MO	209	63761	0	America/Chicago
4406685	Township of Ruth C	township-of-ruth-c	East James Township,Ruth C Township,Ruth Township,Township of Ruth C		US	MO	209	63766	0	America/Chicago
4406746	Township of Sac	township-of-sac	Sac Township		US	MO	057	63812	0	America/Chicago
4406809	Township of Saint Aubert	township-of-saint-aubert	Saint Aubert Township,St. Aubert Township		US	MO	027	64010	0	America/Chicago
4406865	Township of Saint Ferdinand	township-of-saint-ferdinand	Saint Ferdinand Township,St. Ferdinand Township		US	MO	189	64208	0	America/Chicago
4406889	Township of Saint Francois	township-of-saint-francois	Saint Francois Township,St. Francois Township		US	MO	023	64262	0	America/Chicago
4406890	Township of Saint Francois	township-of-saint-francois	Saint Francis Township,Saint Francois Township,St. Francois Township,Township of Saint Francois		US	MO	123	64280	0	America/Chicago
4406891	Township of Saint Francois	township-of-saint-francois	Saint Francois Township,St. Francois Township		US	MO	187	64316	0	America/Chicago
4406892	Township of Saint Francois	township-of-saint-francois	Saint Francois Township,St. Francois Township		US	MO	223	64334	0	America/Chicago
4406927	Township of Saint James	township-of-saint-james	Saint James Township,St. James Township		US	MO	133	64406	0	America/Chicago
4406950	Township of Saint John	township-of-saint-john	Saint John Township,St. John Township		US	MO	143	64460	0	America/Chicago
4407008	Township of Saint Johns	township-of-saint-johns	Saint Johns Township,St. Johns Township		US	MO	071	64496	0	America/Chicago
4407157	Township of Saint Marys	township-of-saint-marys	Saint Marys Township,St. Marys Township		US	MO	157	65036	0	America/Chicago
4407167	Township of Saint Michael	township-of-saint-michael	Saint Michael Township,St. Michael Township		US	MO	123	65072	0	America/Chicago
4407369	Township of Salem	township-of-salem	Salem Township		US	MO	069	65252	0	America/Chicago
4407370	Township of Salem	township-of-salem	Salem Township		US	MO	111	65270	0	America/Chicago
4407371	Township of Salem	township-of-salem	Salem Township		US	MO	157	65288	0	America/Chicago
4407390	Township of Saline	township-of-saline	Saline Township		US	MO	053	65306	0	America/Chicago
4407391	Township of Saline	township-of-saline	Saline Township		US	MO	131	65342	0	America/Chicago
4407392	Township of Saline	township-of-saline	Saline Township		US	MO	157	65360	0	America/Chicago
4407393	Township of Saline	township-of-saline	Saline Township		US	MO	173	65378	0	America/Chicago
4407394	Township of Saline	township-of-saline	Saline Township		US	MO	186	65396	0	America/Chicago
4407405	Township of Salisbury	township-of-salisbury	Salisbury Township		US	MO	041	65468	0	America/Chicago
4407407	Township of Saling	township-of-saling	Saling Township		US	MO	007	65432	0	America/Chicago
4407432	Township of Salt Creek	township-of-salt-creek	Salt Creek Township		US	MO	041	65486	0	America/Chicago
4407435	Township of Salt Fork	township-of-salt-fork	Salt Fork Township		US	MO	195	65504	0	America/Chicago
4407444	Township of Salt Pond	township-of-salt-pond	Salt Pond Township		US	MO	195	65522	0	America/Chicago
4407454	Township of Salt River	township-of-salt-river	Salt River Township		US	MO	007	65558	0	America/Chicago
4407455	Township of Salt River	township-of-salt-river	Salt River Township		US	MO	163	65594	0	America/Chicago
4407456	Township of Salt River	township-of-salt-river	Salt River Township		US	MO	173	65612	0	America/Chicago
4407457	Township of Salt River	township-of-salt-river	Salt River Township		US	MO	175	65630	0	America/Chicago
4407458	Township of Salt River	township-of-salt-river	Salt River Township		US	MO	205	65666	0	America/Chicago
4407463	Township of Salt Springs	township-of-salt-springs	Salt Springs Township		US	MO	175	65684	0	America/Chicago
4407487	Township of Sampsel	township-of-sampsel	Sampsel Township,Sampsell Township,Township of Sampsel		US	MO	117	65774	0	America/Chicago
4407592	Township of Sandywoods	township-of-sandywoods	Sandywoods Township		US	MO	201	65864	0	America/Chicago
4407632	Township of Sarcoxie	township-of-sarcoxie	Sarcoxie Township		US	MO	097	66008	0	America/Chicago
4407641	Township of Sargent	township-of-sargent	Sargent Township		US	MO	215	66026	0	America/Chicago
4407663	Township of Saverton	township-of-saverton	Saverton Township		US	MO	173	66080	0	America/Chicago
4407882	Township of Scopus	township-of-scopus	Scopus Township		US	MO	017	66314	0	America/Chicago
4407930	Township of Scott	township-of-scott	Scott Township		US	MO	213	66350	0	America/Chicago
4407992	Township of Sedalia	township-of-sedalia	Sedalia Township		US	MO	159	66458	0	America/Chicago
4408059	Township of Seneca	township-of-seneca	Seneca Township		US	MO	145	66692	0	America/Chicago
4408073	Township of Seneca	township-of-seneca	Seneca Township		US	MO	043	66656	0	America/Chicago
4408218	Township of Shamrock	township-of-shamrock	Shamrock Township		US	MO	027	66962	0	America/Chicago
4408310	Township of Shawnee	township-of-shawnee	Shawnee Township		US	MO	013	67052	0	America/Chicago
4408311	Township of Shawnee	township-of-shawnee	Shawnee Township		US	MO	031	67070	0	America/Chicago
4408312	Township of Shawnee	township-of-shawnee	Shawnee Township		US	MO	083	67088	0	America/Chicago
4408363	Township of Shell Knob	township-of-shell-knob	Shell Knob Township		US	MO	009	67250	0	America/Chicago
4408412	Township of Sheridan	township-of-sheridan	Sheridan Township		US	MO	059	67304	0	America/Chicago
4408413	Township of Sheridan	township-of-sheridan	Sheridan Township		US	MO	061	67322	0	America/Chicago
4408414	Township of Sheridan	township-of-sheridan	Sheridan Township		US	MO	097	67340	0	America/Chicago
4408424	Township of Sherman	township-of-sherman	Sherman Township		US	MO	037	67394	0	America/Chicago
4408425	Township of Sherman	township-of-sherman	Sherman Township		US	MO	059	67412	0	America/Chicago
4408426	Township of Sherman	township-of-sherman	Sherman Township		US	MO	063	67430	0	America/Chicago
4408432	Township of Shirley	township-of-shirley	Sherley Township,Township of Sherley,Township of Shirley		US	MO	181	67570	0	America/Chicago
4408434	Township of Sherrill	township-of-sherrill	Sherrill Township		US	MO	215	67520	0	America/Chicago
4408549	Township of Shoal Creek	township-of-shoal-creek	Shoal Creek Township		US	MO	145	67610	0	America/Chicago
4408551	Township of Shoal	township-of-shoal	Shoal Township		US	MO	049	67592	0	America/Chicago
4408587	Township of Short Bend	township-of-short-bend	Short Bend Township		US	MO	065	67664	0	America/Chicago
4408695	Township of Siloam Springs	township-of-siloam-springs	Siloam Springs Township		US	MO	091	67844	0	America/Chicago
4408712	Township of Silver Creek	township-of-silver-creek	Silver Creek Township		US	MO	175	67898	0	America/Chicago
4408805	Township of Simpson	township-of-simpson	Simpson Township		US	MO	101	68006	0	America/Chicago
4408846	Township of Sioux	township-of-sioux	Sioux Township		US	MO	165	68073	0	America/Chicago
4408852	Township of Sisson	township-of-sisson	Sisson Township		US	MO	091	68078	0	America/Chicago
4409188	Township of Smith	township-of-smith	Smith Township		US	MO	057	68312	0	America/Chicago
4409198	Township of Smithton	township-of-smithton	Smithton Township		US	MO	159	68402	0	America/Chicago
4409251	Township of Sni-A-Bar	township-of-sni-a-bar	Sni-A-Bar Township		US	MO	107	68456	0	America/Chicago
4409255	Township of Sni-A-Bar	township-of-sni-a-bar	Sni-A-Bar Township		US	MO	095	68438	0	America/Chicago
4409266	Township of Snow Hill	township-of-snow-hill	Snow Hill Township		US	MO	113	68492	0	America/Chicago
4409337	Township of South Benton	township-of-south-benton	South Benton Township		US	MO	059	68636	0	America/Chicago
4409338	Township of South Benton	township-of-south-benton	Benton Township,South Benton Township,Township of South Benton		US	MO	167	68640	0	America/Chicago
4409370	Township of South Elkhorn	township-of-south-elkhorn	Elkhorn Township,South Elkhorn Township,Township of South Elkhorn		US	MO	219	68702	0	America/Chicago
4409433	Township of South Fork	township-of-south-fork	South Fork Township		US	MO	007	68744	0	America/Chicago
4409434	Township of South Fork	township-of-south-fork	South Fork Township		US	MO	137	68798	0	America/Chicago
4409437	Township of South Fork	township-of-south-fork	South Fork Township		US	MO	091	68780	0	America/Chicago
4409438	Township of South Galloway	township-of-south-galloway	Breckenridge Township,Galloway Township,South Galloway Township,Township of South Galloway		US	MO	043	68816	0	America/Chicago
4409444	Township of South Green	township-of-south-green	Greene Township,South Greene Township,Township of South Green,Township of South Greene		US	MO	167	68874	0	America/Chicago
4409459	Township of South Lindsey	township-of-south-lindsey	South Lindsey Township		US	MO	015	68933	0	America/Chicago
4409460	Township of South Linn	township-of-south-linn	Linn,Linn Township,South Linn Township,Township of South Linn		US	MO	043	68948	0	America/Chicago
4409462	Township of South Moniteau	township-of-south-moniteau	Moniteau Township,South Moniteau Township,Township of South Moniteau		US	MO	053	68978	0	America/Chicago
4409465	Township of South Morgan	township-of-south-morgan	South Morgan Township		US	MO	057	68996	0	America/Chicago
4409498	Township of South River	township-of-south-river	South River Township		US	MO	127	69050	0	America/Chicago
4409517	Township of South Sugar Creek	township-of-south-sugar-creek	South Sugar Creek Township		US	MO	175	69122	0	America/Chicago
4409528	Township of South West	township-of-south-west	South West Township		US	MO	011	69194	0	America/Chicago
4409530	Township of South	township-of-south	South Township		US	MO	057	68618	0	America/Chicago
4409536	Township of Southeast Marion	township-of-southeast-marion	Marion Township,Southeast Marion Township,Township of Southeast Marion		US	MO	167	68696	0	America/Chicago
4409568	Township of Southwest Marion	township-of-southwest-marion	Marion Township,Southwest Marion Township,Township of Southwest Marion		US	MO	167	69236	0	America/Chicago
4409592	Township of Spanish Lake	township-of-spanish-lake	Spanish Lake Township		US	MO	189	69284	0	America/Chicago
4409619	Township of Sparta	township-of-sparta	Sparta Township		US	MO	043	69320	0	America/Chicago
4409632	Township of Speedwell	township-of-speedwell	Speedwell Township		US	MO	185	69356	0	America/Chicago
4409657	Township of Spencer	township-of-spencer	Spencer Township		US	MO	067	69374	0	America/Chicago
4409658	Township of Spencer	township-of-spencer	Spencer Township		US	MO	163	69392	0	America/Chicago
4409659	Township of Spencer	township-of-spencer	Spencer Township		US	MO	173	69410	0	America/Chicago
4409777	Township of Spring Creek	township-of-spring-creek	Spring Creek Township		US	MO	067	69626	0	America/Chicago
4409778	Township of Spring Creek	township-of-spring-creek	Spring Creek Township		US	MO	091	69644	0	America/Chicago
4409779	Township of Spring Creek	township-of-spring-creek	Spring Creek Township		US	MO	125	69662	0	America/Chicago
4409780	Township of Spring Creek	township-of-spring-creek	Spring Creek Township		US	MO	153	69680	0	America/Chicago
4409781	Township of Spring Creek	township-of-spring-creek	Spring Creek Township		US	MO	161	69716	0	America/Chicago
4409782	Township of Spring Creek	township-of-spring-creek	Spring Creek Township		US	MO	203	69734	0	America/Chicago
4409857	Township of Spring Hollow	township-of-spring-hollow	Spring Hollow Township		US	MO	105	70072	0	America/Chicago
4409859	Township of Spring River	township-of-spring-river	Spring River Township		US	MO	109	70090	0	America/Chicago
4409889	Township of Spring Valley	township-of-spring-valley	Spring Valley Township		US	MO	203	70144	0	America/Chicago
4409903	Township of Springfield	township-of-springfield	Springfield Township		US	MO	077	70009	0	America/Chicago
4409904	Township of Springfield	township-of-springfield	Springfield Township		US	MO	083	70018	0	America/Chicago
4409916	Township of Spruce	township-of-spruce	Spruce Township		US	MO	013	70198	0	America/Chicago
4410042	Township of Stark	township-of-stark	Stark Township		US	MO	085	70378	0	America/Chicago
4410309	Township of Stokes Mound	township-of-stokes-mound	Stokes Mound Township		US	MO	033	70882	0	America/Chicago
4410607	Township of Sugar Creek	township-of-sugar-creek	Shugar Creek Township,Sugar Creek Township,Township of Sugar Creek		US	MO	009	71332	0	America/Chicago
4410663	Township of Sugartree	township-of-sugartree	Sugartree Township		US	MO	033	71422	0	America/Chicago
4410737	Township of Summit	township-of-summit	Summit Township		US	MO	013	71530	0	America/Chicago
4410738	Township of Summit	township-of-summit	Summit Township		US	MO	027	71548	0	America/Chicago
4410936	Township of Swan	township-of-swan	Swan Township		US	MO	213	71818	0	America/Chicago
4411074	Township of Sylvania	township-of-sylvania	Sylvania Township		US	MO	201	72088	0	America/Chicago
4411081	Township of Taber	township-of-taber	Taber Township		US	MO	185	72124	0	America/Chicago
4411288	Township of Tavern	township-of-tavern	Tavern Township		US	MO	169	72448	0	America/Chicago
4411340	Township of Taylor	township-of-taylor	Taylor Township		US	MO	077	72466	0	America/Chicago
4411341	Township of Taylor	township-of-taylor	Taylor Township		US	MO	205	72520	0	America/Chicago
4411372	Township of Tebo	township-of-tebo	Tebo Township		US	MO	083	72592	0	America/Chicago
4411413	Township of Ten Mile	township-of-ten-mile	Ten Mile Township,Tenmmile Township,Township of Ten Mile		US	MO	121	72718	0	America/Chicago
4411471	Township of Texas	township-of-texas	Texas Township		US	MO	065	72808	0	America/Chicago
4411480	Township of Thayer	township-of-thayer	Thayer Township		US	MO	149	72844	0	America/Chicago
4411524	Township of Third Creek	township-of-third-creek	Third Creek Township		US	MO	073	72934	0	America/Chicago
4411565	Township of Thomas	township-of-thomas	Thomas Township		US	MO	181	72970	0	America/Chicago
4411626	Township of Thornfield	township-of-thornfield	Thornfield Township		US	MO	153	73114	0	America/Chicago
4411661	Township of Three Creeks	township-of-three-creeks	Three Creeks Township		US	MO	019	73129	0	America/Chicago
4411739	Township of Tiger Fork	township-of-tiger-fork	Tiger Fork Township		US	MO	205	73222	0	America/Chicago
4411850	Township of Tom	township-of-tom	Tom Township		US	MO	015	73564	0	America/Chicago
4411994	Township of Tremont	township-of-tremont	Tremont Township		US	MO	021	73798	0	America/Chicago
4412055	Township of Triplett	township-of-triplett	Triplett Township		US	MO	041	73888	0	America/Chicago
4412073	Township of Trotter	township-of-trotter	Trotter Township		US	MO	033	73906	0	America/Chicago
4412256	Township of Turnback	township-of-turnback	Turnback Township		US	MO	109	74104	0	America/Chicago
4412337	Township of Twelvemile	township-of-twelvemile	Township of Twelvemile,Twelve Mile Township,Twelvemile Township		US	MO	123	74248	0	America/Chicago
4412353	Township of Twin Groves	township-of-twin-groves	Twin Groves Township		US	MO	097	74266	0	America/Chicago
4412413	Township of Tyler	township-of-tyler	Tyler Township		US	MO	085	74320	0	America/Chicago
4412421	Township of Tywappity	township-of-tywappity	Tywappity Township		US	MO	133	74392	0	America/Chicago
4412422	Township of Tywappity	township-of-tywappity	Tywappity Township		US	MO	201	74410	0	America/Chicago
4412643	Township of Union	township-of-union	Union Township		US	MO	011	74482	0	America/Chicago
4412644	Township of Union	township-of-union	Union Township		US	MO	015	74500	0	America/Chicago
4412645	Township of Union	township-of-union	Union Township		US	MO	017	74518	0	America/Chicago
4412646	Township of Union	township-of-union	Union Township		US	MO	037	74536	0	America/Chicago
4412647	Township of Union	township-of-union	Union Township		US	MO	055	74572	0	America/Chicago
4412648	Township of Union	township-of-union	Union Township		US	MO	061	74590	0	America/Chicago
4412649	Township of Union	township-of-union	Union Township		US	MO	069	74608	0	America/Chicago
4412650	Township of Union	township-of-union	Union Township		US	MO	071	74644	0	America/Chicago
4412651	Township of Union	township-of-union	Union Township		US	MO	093	74698	0	America/Chicago
4412652	Township of Union	township-of-union	Union Township		US	MO	097	74716	0	America/Chicago
4412653	Township of Union	township-of-union	Union Township		US	MO	105	74734	0	America/Chicago
4412654	Township of Union	township-of-union	Union Township		US	MO	113	74770	0	America/Chicago
4412655	Township of Union	township-of-union	Union Township		US	MO	127	74788	0	America/Chicago
4412656	Township of Union	township-of-union	Union Township		US	MO	137	74806	0	America/Chicago
4412657	Township of Union	township-of-union	Union Township		US	MO	157	74842	0	America/Chicago
4412658	Township of Union	township-of-union	Union Township		US	MO	167	74860	0	America/Chicago
4412659	Township of Union	township-of-union	Union Township		US	MO	169	74878	0	America/Chicago
4412660	Township of Union	township-of-union	Union Township		US	MO	175	74914	0	America/Chicago
4412661	Township of Union	township-of-union	Union Township		US	MO	181	74950	0	America/Chicago
4412662	Township of Union	township-of-union	Union Township		US	MO	186	74968	0	America/Chicago
4412663	Township of Union	township-of-union	Union Township		US	MO	209	75004	0	America/Chicago
4412664	Township of Union	township-of-union	Union Township		US	MO	221	75040	0	America/Chicago
4412665	Township of Union	township-of-union	Union Township		US	MO	225	75058	0	America/Chicago
4412666	Township of Union	township-of-union	Union Township		US	MO	229	75094	0	America/Chicago
4412733	Township of Upper Loutre	township-of-upper-loutre	Upper Loutre Township		US	MO	139	75256	0	America/Chicago
4412757	Township of Upton	township-of-upton	Upton Township		US	MO	215	75292	0	America/Chicago
4412802	Township of Valle	township-of-valle	Valle Township		US	MO	099	75400	0	America/Chicago
4412844	Township of Valley	township-of-valley	Valley Township		US	MO	121	75436	0	America/Chicago
4412854	Township of Van Buren	township-of-van-buren	Van Buren Township		US	MO	145	75616	0	America/Chicago
4412855	Township of Van Buren	township-of-van-buren	Van Buren Township		US	MO	229	75634	0	America/Chicago
4412858	Township of Van Buren	township-of-van-buren	Van Buren Township		US	MO	095	75598	0	America/Chicago
4412863	Township of Van Horn	township-of-van-horn	Van Horn Township		US	MO	033	75742	0	America/Chicago
4412938	Township of Varner	township-of-varner	Varner Township		US	MO	181	75778	0	America/Chicago
4413130	Township of Vineyard	township-of-vineyard	Vineyard Township		US	MO	109	76228	0	America/Chicago
4413152	Township of Virgil	township-of-virgil	Virgil Township		US	MO	217	76318	0	America/Chicago
4413169	Township of Virginia	township-of-virginia	Virginia Township		US	MO	155	76372	0	America/Chicago
4413291	Township of Wakenda	township-of-wakenda	Wakenda Township		US	MO	033	76552	0	America/Chicago
4413304	Township of Waldron	township-of-waldron	Waldron Township		US	MO	165	76606	0	America/Chicago
4413349	Township of Walker	township-of-walker	Walker Township		US	MO	083	76624	0	America/Chicago
4413350	Township of Walker	township-of-walker	Walker Township		US	MO	135	76642	0	America/Chicago
4413351	Township of Walker	township-of-walker	Walker Township		US	MO	217	76678	0	America/Chicago
4413400	Township of Walls	township-of-walls	Walls Township		US	MO	067	76732	0	America/Chicago
4413419	Township of Walnut Creek	township-of-walnut-creek	Walnut Creek Township		US	MO	121	76822	0	America/Chicago
4413470	Township of Walnut Grove	township-of-walnut-grove	Walnut Grove Township		US	MO	077	76858	0	America/Chicago
4413515	Township of Walton	township-of-walton	Walton Township		US	MO	221	76894	0	America/Chicago
4413521	Township of Walnut	township-of-walnut	Walnut Township		US	MO	013	76804	0	America/Chicago
4413593	Township of Warren	township-of-warren	Warren Township		US	MO	127	77074	0	America/Chicago
4413597	Township of Warrensburg	township-of-warrensburg	Warrensburg Township		US	MO	101	77110	0	America/Chicago
4413610	Township of Warren	township-of-warren	Warren Township		US	MO	029	77038	0	America/Chicago
4413620	Township of Washburn	township-of-washburn	Washburn Township		US	MO	009	77218	0	America/Chicago
4413681	Township of Washington	township-of-washington	Washington Township		US	MO	021	77236	0	America/Chicago
4413682	Township of Washington	township-of-washington	Washington Township		US	MO	033	77254	0	America/Chicago
4413683	Township of Washington	township-of-washington	Washington Township		US	MO	039	77272	0	America/Chicago
4413684	Township of Washington	township-of-washington	Washington Township		US	MO	047	77308	0	America/Chicago
4413685	Township of Washington	township-of-washington	Washington Township		US	MO	057	77326	0	America/Chicago
4413686	Township of Washington	township-of-washington	Washington Township		US	MO	059	77344	0	America/Chicago
4413687	Township of Washington	township-of-washington	Washington Township		US	MO	063	77380	0	America/Chicago
4413688	Township of Washington	township-of-washington	Washington Township		US	MO	067	77398	0	America/Chicago
4413689	Township of Washington	township-of-washington	Washington Township		US	MO	071	77434	0	America/Chicago
4413690	Township of Washington	township-of-washington	Washington Township		US	MO	077	77452	0	America/Chicago
4413691	Township of Washington	township-of-washington	Washington Township		US	MO	095	77506	0	America/Chicago
4413692	Township of Washington	township-of-washington	Washington Township		US	MO	101	77524	0	America/Chicago
4413693	Township of Washington	township-of-washington	Washington Township		US	MO	105	77542	0	America/Chicago
4413694	Township of Washington	township-of-washington	Washington Township		US	MO	107	77560	0	America/Chicago
4413695	Township of Washington	township-of-washington	Washington Township		US	MO	137	77596	0	America/Chicago
4413696	Township of Washington	township-of-washington	Washington Township		US	MO	151	77632	0	America/Chicago
4413697	Township of Washington	township-of-washington	Washington Township		US	MO	159	77650	0	America/Chicago
4413698	Township of Washington	township-of-washington	Washington Township		US	MO	181	77668	0	America/Chicago
4413699	Township of Washington	township-of-washington	Washington Township		US	MO	185	77686	0	America/Chicago
4413700	Township of Washington	township-of-washington	Washington Township		US	MO	209	77722	0	America/Chicago
4413701	Township of Washington	township-of-washington	Washington Township		US	MO	217	77740	0	America/Chicago
4413702	Township of Washington	township-of-washington	Washington Township		US	MO	225	77758	0	America/Chicago
4413762	Township of Watkins	township-of-watkins	Watkins Township		US	MO	065	77830	0	America/Chicago
4413789	Township of Waverly	township-of-waverly	Waverly Township		US	MO	113	77884	0	America/Chicago
4413793	Township of Wayland	township-of-wayland	Wayland Township		US	MO	041	77902	0	America/Chicago
4413800	Township of Wayne	township-of-wayne	Wayne Township		US	MO	017	77956	0	America/Chicago
4413801	Township of Wayne	township-of-wayne	Wayne Township		US	MO	021	77974	0	America/Chicago
4413827	Township of Weaubleau	township-of-weaubleau	Weaubleau Township		US	MO	085	78082	0	America/Chicago
4413858	Township of Webb	township-of-webb	Webb Township		US	MO	179	78100	0	America/Chicago
4413920	Township of Welch	township-of-welch	Welch Township		US	MO	031	78280	0	America/Chicago
4413931	Township of Weldon Spring	township-of-weldon-spring	Weldon Spring Township		US	MO	183	78316	0	America/Chicago
4414003	Township of Wentzville	township-of-wentzville	Cuivre Township,Township of Wentzville,Wentzville Township		US	MO	183	78448	0	America/Chicago
4414045	Township of West Benton	township-of-west-benton	West Benton Township		US	MO	043	78550	0	America/Chicago
4414046	Township of West Benton	township-of-west-benton	West Benton Township		US	MO	145	78568	0	America/Chicago
4414049	Township of West Boone	township-of-west-boone	West Boone Township		US	MO	013	78604	0	America/Chicago
4414077	Township of West Dolan	township-of-west-dolan	West Dolan Township		US	MO	037	78694	0	America/Chicago
4414078	Township of West Doniphan	township-of-west-doniphan	West Doniphan Township		US	MO	181	78712	0	America/Chicago
4414141	Township of West Fulton	township-of-west-fulton	West Fulton Township		US	MO	027	78766	0	America/Chicago
4414166	Township of West Madison	township-of-west-madison	Madison Township,Township of West Madison,West Madison Township		US	MO	167	78846	0	America/Chicago
4414175	Township of West Looney	township-of-west-looney	Looney Township,Township of West Looney,West Looney Township		US	MO	167	78842	0	America/Chicago
4414177	Township of West Peculiar	township-of-west-peculiar	West Peculiar Township		US	MO	037	78892	0	America/Chicago
4414192	Township of West Point	township-of-west-point	West Point Township		US	MO	013	78946	0	America/Chicago
4414208	Township of West Republic	township-of-west-republic	West Republic Township		US	MO	077	78992	0	America/Chicago
4414248	Township of West	township-of-west	West Township		US	MO	143	78478	0	America/Chicago
4414273	Township of Weston	township-of-weston	Weston Township		US	MO	165	78874	0	America/Chicago
4414336	Township of Wheatland	township-of-wheatland	Wheatland Township		US	MO	085	79108	0	America/Chicago
4414345	Township of Wheaton	township-of-wheaton	Wheaton Township		US	MO	009	79144	0	America/Chicago
4414366	Township of Wheeling	township-of-wheeling	Wheeling Township		US	MO	117	79198	0	America/Chicago
4414527	Township of White Oak	township-of-white-oak	White Oak Township		US	MO	083	79504	0	America/Chicago
4414531	Township of White River	township-of-white-river	White River Township		US	MO	009	79522	0	America/Chicago
4414541	Township of White Rock	township-of-white-rock	White Rock Township		US	MO	119	79540	0	America/Chicago
4414561	Township of White	township-of-white	White Township		US	MO	015	79252	0	America/Chicago
4414562	Township of White	township-of-white	White Township		US	MO	121	79270	0	America/Chicago
4414621	Township of Whitewater	township-of-whitewater	Whitewater Township		US	MO	031	79630	0	America/Chicago
4414629	Township of Whitewater	township-of-whitewater	Whitewater Township		US	MO	017	79594	0	America/Chicago
4414748	Township of Wildhorse	township-of-wildhorse	Wildhorse Township		US	MO	189	79801	0	America/Chicago
4414891	Township of Williams	township-of-williams	Williams Township		US	MO	015	79936	0	America/Chicago
4414892	Township of Williams	township-of-williams	Williams Township		US	MO	209	79954	0	America/Chicago
4414893	Township of Williams	township-of-williams	Williams Township		US	MO	223	79972	0	America/Chicago
4414949	Township of Willow Fork	township-of-willow-fork	Willow Fork Township		US	MO	135	80080	0	America/Chicago
4414969	Township of Willow Springs	township-of-willow-springs	Willow Springs Township		US	MO	091	80116	0	America/Chicago
4414982	Township of Wilson A	township-of-wilson-a	Wilson A Township		US	MO	077	80251	0	America/Chicago
4414986	Township of Wilson CW	township-of-wilson-cw	Wilson CW Township		US	MO	077	80263	0	America/Chicago
4415003	Township of Wilson C	township-of-wilson-c	Wilson C Township		US	MO	077	80255	0	America/Chicago
4415050	Township of Wilson	township-of-wilson	Wilson Township		US	MO	007	80152	0	America/Chicago
4415051	Township of Wilson	township-of-wilson	Wilson Township		US	MO	059	80170	0	America/Chicago
4415090	Township of Windsor	township-of-windsor	Windsor Township		US	MO	083	80368	0	America/Chicago
4415137	Township of Winona	township-of-winona	Winona Township		US	MO	203	80530	0	America/Chicago
4415173	Township of Wishart	township-of-wishart	Wishart Township		US	MO	167	80602	0	America/Chicago
4415260	Township of Wolf Island	township-of-wolf-island	Wolf Island Township		US	MO	133	80674	0	America/Chicago
4415324	Township of Wood	township-of-wood	Wood Township		US	MO	067	80710	0	America/Chicago
4415325	Township of Wood	township-of-wood	Wood Township		US	MO	229	80728	0	America/Chicago
4415384	Township of Woodlawn	township-of-woodlawn	Woodlawn Township		US	MO	137	80854	0	America/Chicago
4415428	Township of Woodside	township-of-woodside	Woodside Township		US	MO	149	80944	0	America/Chicago
4415606	Township of Yellow Creek	township-of-yellow-creek	Yellow Creek Township		US	MO	115	81304	0	America/Chicago
4415609	Township of Yellow Creek	township-of-yellow-creek	Yellow Creek Township		US	MO	041	81286	0	America/Chicago
4452125	Township of Abbotts Creek	township-of-abbotts-creek	Abbotts Creek Township		US	NC	057	90008	0	America/New_York
4452126	Township of Abbotts Creek	township-of-abbotts-creek	Abbotts Creek Township		US	NC	067	90012	0	America/New_York
4452127	Township of Abbotts	township-of-abbotts	Abbotts Township		US	NC	017	90004	0	America/New_York
4452261	Township of Ahoskie	township-of-ahoskie	Ahoskie Township		US	NC	091	90016	0	America/New_York
4452331	Township of Albright	township-of-albright	Albright Township		US	NC	037	90024	0	America/New_York
4452370	Township of Alfordsville	township-of-alfordsville	Alfordsville Township		US	NC	155	90028	0	America/New_York
4452385	Township of Alleghany	township-of-alleghany	Alleghany Township		US	NC	057	90032	0	America/New_York
4452442	Township of Allendale	township-of-allendale	Allendale Township		US	NC	093	90036	0	America/New_York
4452461	Township of Allensville	township-of-allensville	Allensville Township		US	NC	145	90040	0	America/New_York
4452497	Township of Alligator	township-of-alligator	Alligator Township		US	NC	177	90044	0	America/New_York
4452525	Township of Almond	township-of-almond	Almond Township		US	NC	167	90048	0	America/New_York
4452539	Township of Altamont	township-of-altamont	Altamont Township		US	NC	011	90052	0	America/New_York
4452635	Township of Anderson Creek	township-of-anderson-creek	Anderson Creek Township		US	NC	085	90060	0	America/New_York
4452649	Township of Anderson	township-of-anderson	Anderson Township		US	NC	033	90056	0	America/New_York
4452715	Township of Ansonville	township-of-ansonville	Ansonville Township		US	NC	007	90064	0	America/New_York
4452802	Township of Antioch	township-of-antioch	Antioch Township		US	NC	093	90068	0	America/New_York
4452803	Township of Antioch	township-of-antioch	Antioch Township		US	NC	193	90072	0	America/New_York
4452864	Township of Arcadia	township-of-arcadia	Arcadia Township		US	NC	057	90076	0	America/New_York
4452973	Township of Arthur	township-of-arthur	Arthur Township,Beaver Dam Township,Township of Arthur		US	NC	147	90080	0	America/New_York
4453046	Township of Asheboro	township-of-asheboro	Asheboro Township		US	NC	151	90084	0	America/New_York
4453062	Township of Asheville	township-of-asheville	Asheville Township		US	NC	021	90088	0	America/New_York
4453152	Township of Atlantic	township-of-atlantic	Atlantic Township,Hunting Qaurters Township,Township of Atlantic		US	NC	031	90092	0	America/New_York
4453153	Township of Atlantic	township-of-atlantic	Atlantic Township		US	NC	055	90096	0	America/New_York
4453164	Township of Atwell	township-of-atwell	Atwell Township		US	NC	159	90100	0	America/New_York
4453230	Township of Averasboro	township-of-averasboro	Averasboro Township		US	NC	085	90104	0	America/New_York
4453242	Township of Avery Creek	township-of-avery-creek	Avery Creek Township		US	NC	021	90108	0	America/New_York
4453276	Township of Ayden	township-of-ayden	Ayden Township		US	NC	147	90112	0	America/New_York
4453326	Township of Back Creek	township-of-back-creek	Back Creek Township		US	NC	151	90116	0	America/New_York
4453340	Township of Back Swamp	township-of-back-swamp	Back Swamp Township		US	NC	155	90120	0	America/New_York
4453407	Township of Bailey	township-of-bailey	Bailey Township		US	NC	127	90124	0	America/New_York
4453469	Township of Bakersville	township-of-bakersville	Bakersville Township		US	NC	121	90128	0	America/New_York
4453530	Township of Bald Mountain	township-of-bald-mountain	Bald Mountain Township		US	NC	189	90132	0	America/New_York
4453566	Township of Baldwin	township-of-baldwin	Baldwin Township		US	NC	037	90136	0	America/New_York
4453654	Township of Bandy's	township-of-bandy-s	Bandys Township,Township of Bandy's,Township of Bandys		US	NC	035	90140	0	America/New_York
4453690	Township of Banner Elk	township-of-banner-elk	Banner Elk Township,Banners Elk Township,Township of Banner Elk		US	NC	011	90148	0	America/New_York
4453691	Township of Banner	township-of-banner	Banner Township		US	NC	101	90144	0	America/New_York
4453717	Township of Barbecue	township-of-barbecue	Barbecue Township		US	NC	085	90152	0	America/New_York
4453770	Township of Barkers Creek	township-of-barkers-creek	Barkers Creek Township		US	NC	099	90156	0	America/New_York
4453847	Township of Barringer	township-of-barringer	Barringer Township		US	NC	097	90160	0	America/New_York
4453863	Township of Bartons Creek	township-of-bartons-creek	Bartons Creek Township		US	NC	183	90164	0	America/New_York
4453927	Township of Bath	township-of-bath	Bath Township		US	NC	013	90168	0	America/New_York
4454171	Township of Bear Creek	township-of-bear-creek	Bear Creek Township		US	NC	037	90172	0	America/New_York
4454251	Township of Beargrass	township-of-beargrass	Beargrass Township		US	NC	117	90176	0	America/New_York
4454382	Township of Beaufort	township-of-beaufort	Beaufort Township		US	NC	031	90180	0	America/New_York
4454425	Township of Beaver Creek	township-of-beaver-creek	Beaver Creek Township		US	NC	193	90184	0	America/New_York
4454451	Township of Beaver Island	township-of-beaver-island	Beaver Island Township		US	NC	169	90208	0	America/New_York
4454458	Township of Beaver Dam	township-of-beaver-dam	Beaver Dam Township		US	NC	051	90192	0	America/New_York
4454559	Township of Beaverdam	township-of-beaverdam	Beaverdam Township		US	NC	039	90188	0	America/New_York
4454560	Township of Beaverdam	township-of-beaverdam	Beaverdam Township		US	NC	087	90196	0	America/New_York
4454561	Township of Beaverdam	township-of-beaverdam	Beaverdam Township		US	NC	153	90200	0	America/New_York
4454562	Township of Beaverdam	township-of-beaverdam	Beaverdam Township		US	NC	189	90204	0	America/New_York
4454693	Township of Beech Mountain	township-of-beech-mountain	Beech Mountain Township		US	NC	011	90212	0	America/New_York
4454772	Township of Belews Creek	township-of-belews-creek	Belews Creek Township		US	NC	067	90216	0	America/New_York
4454887	Township of Belvidere	township-of-belvidere	Belvidere Township		US	NC	143	90220	0	America/New_York
4454897	Township of Belvoir	township-of-belvoir	Belvoir Township		US	NC	147	90224	0	America/New_York
4454898	Township of Belvoir	township-of-belvoir	Belvoir Township		US	NC	163	90228	0	America/New_York
4455011	Township of Bentonville	township-of-bentonville	Bentonsville Township,Township of Bentonsville,Township of Bentonville		US	NC	101	90232	0	America/New_York
4455111	Township of Bethania	township-of-bethania	Bethania Township		US	NC	067	90236	0	America/New_York
4455163	Township of Bethany	township-of-bethany	Bethany Township		US	NC	097	90240	0	America/New_York
4455309	Township of Bethel	township-of-bethel	Bethel Township		US	NC	017	90244	0	America/New_York
4455310	Township of Bethel	township-of-bethel	Bethel Township		US	NC	143	90248	0	America/New_York
4455311	Township of Bethel	township-of-bethel	Bethel Township		US	NC	147	90252	0	America/New_York
4455471	Township of Beulah	township-of-beulah	Beulah Township		US	NC	101	90256	0	America/New_York
4455688	Township of Big Creek	township-of-big-creek	Big Creek Township		US	NC	169	90260	0	America/New_York
4455799	Township of Big Lick	township-of-big-lick	Big Lick Township		US	NC	167	90264	0	America/New_York
4456012	Township of Bingham	township-of-bingham	Bingham Township		US	NC	135	90268	0	America/New_York
4456057	Township of Biscoe	township-of-biscoe	Biscoe Township		US	NC	123	90272	0	America/New_York
4456101	Township of Black Creek	township-of-black-creek	Black Creek Township		US	NC	195	90276	0	America/New_York
4456116	Township of Black Jack	township-of-black-jack	Black Jack Township		US	NC	153	90280	0	America/New_York
4456143	Township of Black Mountain	township-of-black-mountain	Black Mountain Township		US	NC	021	90284	0	America/New_York
4456154	Township of Black River	township-of-black-river	Black River Township		US	NC	051	90288	0	America/New_York
4456155	Township of Black River	township-of-black-river	Black River Township		US	NC	085	90292	0	America/New_York
4456258	Township of Bladenboro	township-of-bladenboro	Bladenboro Township		US	NC	017	90296	0	America/New_York
4456381	Township of Blowing Rock	township-of-blowing-rock	Blowing Rock Township		US	NC	189	90300	0	America/New_York
4456440	Township of Blue Ridge	township-of-blue-ridge	Blue Ridge Township		US	NC	089	90304	0	America/New_York
4456441	Township of Blue Ridge	township-of-blue-ridge	Blue Ridge Township		US	NC	189	90308	0	America/New_York
4456454	Township of Blue Springs	township-of-blue-springs	Blue Springs Township		US	NC	093	90312	0	America/New_York
4456598	Township of Bogue	township-of-bogue	Bogue Township		US	NC	047	90316	0	America/New_York
4456628	Township of Bolton	township-of-bolton	Bolton Township		US	NC	047	90320	0	America/New_York
4456700	Township of Boomer	township-of-boomer	Boomer Township		US	NC	193	90324	0	America/New_York
4456702	Township of Boon Hill	township-of-boon-hill	Boon Hill Township		US	NC	101	90336	0	America/New_York
4456736	Township of Boone	township-of-boone	Boone Township		US	NC	057	90328	0	America/New_York
4456737	Township of Boone	township-of-boone	Boone Township		US	NC	189	90332	0	America/New_York
4456756	Township of Boonville	township-of-boonville	Boonville Township		US	NC	197	90340	0	America/New_York
4456861	Township of Boyd	township-of-boyd	Boyd Township		US	NC	175	90344	0	America/New_York
4456891	Township of Brackett	township-of-brackett	Brackett Township		US	NC	111	90348	0	America/New_York
4456929	Township of Bradshaw	township-of-bradshaw	Bradshaw Township		US	NC	121	90352	0	America/New_York
4456988	Township of Brassfield	township-of-brassfield	Brassfield Township		US	NC	077	90356	0	America/New_York
4457014	Township of Brasstown	township-of-brasstown	Brasstown Township		US	NC	043	90360	0	America/New_York
4457051	Township of Brevard	township-of-brevard	Brevard Township		US	NC	175	90364	0	America/New_York
4457222	Township of Brinkleyville	township-of-brinkleyville	Brinkleyville Township		US	NC	083	90368	0	America/New_York
4457273	Township of Britts	township-of-britts	Britts Township		US	NC	155	90372	0	America/New_York
4457305	Township of Broad River	township-of-broad-river	Broad River Township		US	NC	021	90380	0	America/New_York
4457312	Township of Broadbay	township-of-broadbay	Broadbay Township		US	NC	067	90376	0	America/New_York
4457347	Township of Brogden	township-of-brogden	Brogden Township		US	NC	191	90384	0	America/New_York
4457440	Township of Brower	township-of-brower	Brower Township		US	NC	151	90388	0	America/New_York
4457497	Township of Brown Marsh	township-of-brown-marsh	Brown Marsh Township		US	NC	017	90392	0	America/New_York
4457573	Township of Bruce	township-of-bruce	Bruce Township		US	NC	081	90396	0	America/New_York
4457602	Township of Brush Creek	township-of-brush-creek	Brush Creek Township		US	NC	199	90400	0	America/New_York
4457632	Township of Brushy Fork	township-of-brushy-fork	Brushy Fork Township		US	NC	189	90404	0	America/New_York
4457647	Township of Brushy Mountain	township-of-brushy-mountain	Brushy Mountain Township		US	NC	193	90408	0	America/New_York
4457677	Township of Bryan	township-of-bryan	Bryan Township		US	NC	171	90412	0	America/New_York
4457844	Township of Buck Swamp	township-of-buck-swamp	Buck Swamp Township		US	NC	191	90428	0	America/New_York
4457913	Township of Buckhorn	township-of-buckhorn	Buckhorn Township		US	NC	183	90420	0	America/New_York
4457916	Township of Buckhorn	township-of-buckhorn	Buckhorn Township		US	NC	085	90416	0	America/New_York
4458012	Township of Bug Hill	township-of-bug-hill	Bug Hill Township		US	NC	047	90436	0	America/New_York
4458057	Township of Bull Head	township-of-bull-head	Bull Doze Township,Bull Head Township,Bullhead Township,Township of Bull Head		US	NC	079	90440	0	America/New_York
4458178	Township of Burgaw	township-of-burgaw	Burgaw Township		US	NC	141	90444	0	America/New_York
4458258	Township of Burningtown	township-of-burningtown	Burningtown Township		US	NC	113	90448	0	America/New_York
4458267	Township of Burnsville	township-of-burnsville	Burnsville Township		US	NC	007	90452	0	America/New_York
4458268	Township of Burnsville	township-of-burnsville	Burnsville Township		US	NC	199	90456	0	America/New_York
4458298	Township of Burnt Swamp	township-of-burnt-swamp	Burnt Swamp Township		US	NC	155	90460	0	America/New_York
4458342	Township of Bushy Fork	township-of-bushy-fork	Bushy Fork Township		US	NC	145	90464	0	America/New_York
4458389	Township of Butterwood	township-of-butterwood	Butterwood Township		US	NC	083	90468	0	America/New_York
4458588	Township of Calahaln	township-of-calahaln	Calahaln Township		US	NC	059	90472	0	America/New_York
4458613	Township of Caldwell	township-of-caldwell	Caldwell Township		US	NC	035	90476	0	America/New_York
4458862	Township of Camp Creek	township-of-camp-creek	Camp Creek Township		US	NC	161	90480	0	America/New_York
4459004	Township of Canada	township-of-canada	Canada Township		US	NC	099	90484	0	America/New_York
4459070	Township of Cane Creek	township-of-cane-creek	Cane Creek Township		US	NC	121	90488	0	America/New_York
4459078	Township of Cane River	township-of-cane-river	Cane River Township		US	NC	199	90492	0	America/New_York
4459085	Township of Canetuck	township-of-canetuck	Canetuck Township		US	NC	141	90496	0	America/New_York
4459100	Township of Caney Fork	township-of-caney-fork	Caney Fork Township		US	NC	099	90500	0	America/New_York
4459161	Township of Cape Fear	township-of-cape-fear	Cape Fear Township		US	NC	037	90504	0	America/New_York
4459162	Township of Cape Fear	township-of-cape-fear	Cape Fear Township		US	NC	129	90508	0	America/New_York
4459305	Township of Carolina	township-of-carolina	Carolina Township		US	NC	147	90512	0	America/New_York
4459334	Township of Carr	township-of-carr	Carr Township		US	NC	063	90516	0	America/New_York
4459371	Township of Carrs	township-of-carrs	Carrs Township		US	NC	079	90520	0	America/New_York
4459462	Township of Carvers Creek	township-of-carvers-creek	Carvers Creek Township		US	NC	051	90532	0	America/New_York
4459465	Township of Carvers Creek	township-of-carvers-creek	Carvers Creek Township		US	NC	017	90528	0	America/New_York
4459475	Township of Cary	township-of-cary	Cary Township		US	NC	183	90536	0	America/New_York
4459516	Township of Cashiers	township-of-cashiers	Cashiers Township		US	NC	099	90540	0	America/New_York
4459524	Township of Castalia	township-of-castalia	Castalia Township		US	NC	127	90544	0	America/New_York
4459554	Township of Caswell	township-of-caswell	Caswell Township		US	NC	141	90548	0	America/New_York
4459568	Township of Cataloochee	township-of-cataloochee	Cataloochee Township,Cattaloochee Township,Township of Cataloochee		US	NC	087	90552	0	America/New_York
4459589	Township of Catawba Springs	township-of-catawba-springs	Catawba Springs Township		US	NC	109	90560	0	America/New_York
4459593	Township of Catawba	township-of-catawba	Catawba Township		US	NC	035	90556	0	America/New_York
4459628	Township of Catheys Creek	township-of-catheys-creek	Catheys Creek Township		US	NC	175	90564	0	America/New_York
4459681	Township of Cecil	township-of-cecil	Cecil Township		US	NC	087	90568	0	America/New_York
4459757	Township of Cedar Creek	township-of-cedar-creek	Cedar Creek Township		US	NC	051	90572	0	America/New_York
4459823	Township of Cedar Grove	township-of-cedar-grove	Cedar Grove Township		US	NC	135	90580	0	America/New_York
4459824	Township of Cedar Grove	township-of-cedar-grove	Cedar Grove Township		US	NC	151	90584	0	America/New_York
4459826	Township of Cedar Fork	township-of-cedar-fork	Cedar Fork Township		US	NC	183	90576	0	America/New_York
4459866	Township of Cedar Island	township-of-cedar-island	Cedar Island Township		US	NC	031	90588	0	America/New_York
4459990	Township of Center Grove	township-of-center-grove	Center Grove Township		US	NC	081	90600	0	America/New_York
4460005	Township of Center	township-of-center	Center Township		US	NC	037	90592	0	America/New_York
4460006	Township of Center	township-of-center	Center Township		US	NC	167	90596	0	America/New_York
4460071	Township of Central	township-of-central	Central Township		US	NC	017	90604	0	America/New_York
4460082	Township of Cerro Gordo	township-of-cerro-gordo	Cerro Gordo Township		US	NC	047	90608	0	America/New_York
4460088	Township of Chadbourn	township-of-chadbourn	Chadbourn Township		US	NC	047	90612	0	America/New_York
4460128	Township of Chambersburg	township-of-chambersburg	Chambersburg Township		US	NC	097	90616	0	America/New_York
4460180	Township of Chapel Hill	township-of-chapel-hill	Chapel Hill Township		US	NC	135	90620	0	America/New_York
4460227	Township of Charleston	township-of-charleston	Charleston Township		US	NC	173	90624	0	America/New_York
4460346	Township of Cheek Creek	township-of-cheek-creek	Cheek Creek Township		US	NC	123	90628	0	America/New_York
4460350	Township of Cheeks	township-of-cheeks	Cheeks Township		US	NC	135	90632	0	America/New_York
4460361	Township of Cheoah	township-of-cheoah	Cheoah Township		US	NC	075	90636	0	America/New_York
4460424	Township of Cherry Lane	township-of-cherry-lane	Cherry Lane Township		US	NC	005	90640	0	America/New_York
4460461	Township of Cherryville	township-of-cherryville	Cherryville Township		US	NC	071	90644	0	America/New_York
4460527	Township of Chestnut Hill	township-of-chestnut-hill	Chestnut Hill Township		US	NC	009	90648	0	America/New_York
4460617	Township of Chicod	township-of-chicod	Chicod Township		US	NC	147	90652	0	America/New_York
4460634	Township of Chimney Rock	township-of-chimney-rock	Chimney Rock Township		US	NC	161	90656	0	America/New_York
4460649	Township of China Grove	township-of-china-grove	China Grove Township		US	NC	159	90660	0	America/New_York
4460692	Township of Chocowinity	township-of-chocowinity	Chockowinity Township,Chocowinity Township,Township of Chocowinity		US	NC	013	90664	0	America/New_York
4460909	Township of Clarksville	township-of-clarksville	Clarksville Township		US	NC	059	90668	0	America/New_York
4460929	Township of Clay	township-of-clay	Clay Township		US	NC	081	90672	0	America/New_York
4460954	Township of Clayton	township-of-clayton	Clayton Township		US	NC	101	90676	0	America/New_York
4460983	Township of Clear Creek	township-of-clear-creek	Clear Creek Township		US	NC	089	90680	0	America/New_York
4461021	Township of Clemmonsville	township-of-clemmonsville	Clemmonsville Township		US	NC	067	90684	0	America/New_York
4461050	Township of Cleveland	township-of-cleveland	Cleveland Township		US	NC	101	90688	0	America/New_York
4461051	Township of Cleveland	township-of-cleveland	Cleveland Township		US	NC	159	90692	0	America/New_York
4461080	Township of Clifton	township-of-clifton	Clifton Township		US	NC	009	90696	0	America/New_York
4461093	Township of Clines	township-of-clines	Clines Township		US	NC	035	90700	0	America/New_York
4461155	Township of Clyde	township-of-clyde	Clyde Township		US	NC	087	90704	0	America/New_York
4461219	Township of Coddle Creek	township-of-coddle-creek	Coddle Creek Township		US	NC	097	90708	0	America/New_York
4461358	Township of Colerain	township-of-colerain	Colerain Township		US	NC	015	90712	0	America/New_York
4461361	Township of Coleridge	township-of-coleridge	Coleridge Township		US	NC	151	90716	0	America/New_York
4461382	Township of Colfax	township-of-colfax	Colfax Township		US	NC	161	90720	0	America/New_York
4461463	Township of Colly	township-of-colly	Colly Township		US	NC	017	90724	0	America/New_York
4461496	Township of Columbia	township-of-columbia	Columbia Township		US	NC	141	90728	0	America/New_York
4461497	Township of Columbia	township-of-columbia	Columbia Township		US	NC	151	90732	0	America/New_York
4461498	Township of Columbia	township-of-columbia	Columbia Township		US	NC	177	90736	0	America/New_York
4461507	Township of Columbus	township-of-columbus	Columbus Township		US	NC	149	90740	0	America/New_York
4461615	Township of Concord	township-of-concord	Concord Township		US	NC	097	90744	0	America/New_York
4461616	Township of Concord	township-of-concord	Concord Township		US	NC	151	90748	0	America/New_York
4461684	Township of Conoconnara	township-of-conoconnara	Conoconnara Township		US	NC	083	90752	0	America/New_York
4461687	Township of Conrad Hill	township-of-conrad-hill	Conrad Hill Township		US	NC	057	90756	0	America/New_York
4461698	Township of Contentnea Neck	township-of-contentnea-neck	Contentnea Neck Township		US	NC	107	90760	0	America/New_York
4461749	Township of Cool Springs	township-of-cool-springs	Cool Spring Township,Township of Cool Spring,Township of Cool Springs		US	NC	097	90770	0	America/New_York
4461750	Township of Cool Spring	township-of-cool-spring	Cool Spring Township		US	NC	161	90768	0	America/New_York
4461808	Township of Cooper Gap	township-of-cooper-gap	Cooper Gap Township		US	NC	149	90772	0	America/New_York
4461828	Township of Coopers	township-of-coopers	Coopers Township		US	NC	127	90776	0	America/New_York
4461992	Township of Cotton Grove	township-of-cotton-grove	Cotton Grove Township		US	NC	057	90780	0	America/New_York
4462077	Township of Courthouse	township-of-courthouse	Court House Township,Township of Court House,Township of Courthouse		US	NC	029	90784	0	America/New_York
4462115	Township of Cove Creek	township-of-cove-creek	Cove Creek Township		US	NC	189	90788	0	America/New_York
4462202	Township of Cowee	township-of-cowee	Cowee Township		US	NC	113	90792	0	America/New_York
4462293	Township of Crab Creek	township-of-crab-creek	Crab Creek Township		US	NC	089	90796	0	America/New_York
4462326	Township of Crabtree	township-of-crabtree	Crabtree Township		US	NC	087	90800	0	America/New_York
4462327	Township of Crabtree	township-of-crabtree	Crabtree Township		US	NC	199	90804	0	America/New_York
4462380	Township of Cranberry	township-of-cranberry	Cranberry Township		US	NC	005	90808	0	America/New_York
4462381	Township of Cranberry	township-of-cranberry	Cranberry Township		US	NC	011	90812	0	America/New_York
4462429	Township of Crawford	township-of-crawford	Crawford Township		US	NC	053	90816	0	America/New_York
4462480	Township of Creston	township-of-creston	Creston Township		US	NC	009	90820	0	America/New_York
4462527	Township of Croatan	township-of-croatan	Croatan Township		US	NC	055	90824	0	America/New_York
4462552	Township of Crooked Creek	township-of-crooked-creek	Crooked Creek Township		US	NC	111	90828	0	America/New_York
4462572	Township of Cross Creek	township-of-cross-creek	Cross Creek Township		US	NC	051	90832	0	America/New_York
4462591	Township of Cross Roads	township-of-cross-roads	Cross Roads Township		US	NC	117	90836	0	America/New_York
4462592	Township of Cross Roads	township-of-cross-roads	Cross Roads Township		US	NC	195	90840	0	America/New_York
4462630	Township of Crowders Mountain	township-of-crowders-mountain	Crowder Mountain Township,Township of Crowder Mountain,Township of Crowders Mountain		US	NC	071	90844	0	America/New_York
4462703	Township of Cullowhee	township-of-cullowhee	Cullowhee Township		US	NC	099	90848	0	America/New_York
4462743	Township of Cunningham	township-of-cunningham	Cunningham Township		US	NC	145	90852	0	America/New_York
4462773	Township of Currituck	township-of-currituck	Currituck Township		US	NC	095	90856	0	America/New_York
4462845	Township of Cypress Creek	township-of-cypress-creek	Cypress Creek Township		US	NC	017	90860	0	America/New_York
4462846	Township of Cypress Creek	township-of-cypress-creek	Cypress Creek Township		US	NC	061	90864	0	America/New_York
4462876	Township of Dabney	township-of-dabney	Dabney Township		US	NC	181	90868	0	America/New_York
4462892	Township of Dallas	township-of-dallas	Dallas Township		US	NC	071	90872	0	America/New_York
4462932	Township of Dan River	township-of-dan-river	Dan River Township		US	NC	033	90880	0	America/New_York
4462947	Township of Danbury	township-of-danbury	Danbury Township		US	NC	169	90876	0	America/New_York
4463072	Township of Davidson	township-of-davidson	Davidson Township		US	NC	097	90884	0	America/New_York
4463173	Township of Davis	township-of-davis	Davis Township		US	NC	031	90888	0	America/New_York
4463321	Township of Deep Creek	township-of-deep-creek	Deep Creek Township		US	NC	197	90892	0	America/New_York
4463387	Township of Deep River	township-of-deep-river	Deep River Township		US	NC	081	90896	0	America/New_York
4463698	Township of Dillsboro	township-of-dillsboro	Dillsboro Township		US	NC	099	90900	0	America/New_York
4463729	Township of Dismal	township-of-dismal	Dismal Township		US	NC	163	90904	0	America/New_York
4463822	Township of Dobson	township-of-dobson	Dobson Township		US	NC	171	90908	0	America/New_York
4464097	Township of Drexel	township-of-drexel	Drexel Township		US	NC	023	90912	0	America/New_York
4464173	Township of Dry Wells	township-of-dry-wells	Dry Wells Township		US	NC	127	90916	0	America/New_York
4464264	Township of Duke	township-of-duke	Duke Township		US	NC	085	90920	0	America/New_York
4464312	Township of Duncans Creek	township-of-duncans-creek	Duncans Creek Township		US	NC	161	90924	0	America/New_York
4464346	Township of Dunns Rock	township-of-dunns-rock	Dunns Rock Township		US	NC	175	90928	0	America/New_York
4464387	Township of Durham	township-of-durham	Durham Township		US	NC	063	90932	0	America/New_York
4464419	Township of Dutchville	township-of-dutchville	Dutchville Township		US	NC	077	90936	0	America/New_York
4464433	Township of Dysartsville	township-of-dysartsville	Dysartsville Township		US	NC	111	90940	0	America/New_York
4464461	Township of Eagle Mills	township-of-eagle-mills	Eagle Mills Township		US	NC	097	90944	0	America/New_York
4464525	Township of East Bend	township-of-east-bend	East Bend Township		US	NC	197	90952	0	America/New_York
4464601	Township of East Fork	township-of-east-fork	East Fork Township		US	NC	087	90956	0	America/New_York
4464626	Township of East Lake	township-of-east-lake	East Lake Township		US	NC	055	90964	0	America/New_York
4464650	Township of East Howellsville	township-of-east-howellsville	East Howellsville Township		US	NC	155	90960	0	America/New_York
4464707	Township of Eastatoe	township-of-eastatoe	Eastatoe Township		US	NC	175	90948	0	America/New_York
4464756	Township of Eastover	township-of-eastover	Eastover Township		US	NC	051	90968	0	America/New_York
4464967	Township of Edneyville	township-of-edneyville	Edneyville Township		US	NC	089	90972	0	America/New_York
4465010	Township of Edwards	township-of-edwards	Edwards Township		US	NC	193	90976	0	America/New_York
4465020	Township of Egypt	township-of-egypt	Egypt Township		US	NC	199	90980	0	America/New_York
4465048	Township of Eldora	township-of-eldora	Eldora Township		US	NC	171	90984	0	America/New_York
4465052	Township of Eldorado	township-of-eldorado	Eldorado Township		US	NC	123	90988	0	America/New_York
4465060	Township of Elevation	township-of-elevation	Elevation Township		US	NC	101	90992	0	America/New_York
4465095	Township of Elizabeth City	township-of-elizabeth-city	Elizabeth City Township		US	NC	139	90996	0	America/New_York
4465111	Township of Elizabethtown	township-of-elizabethtown	Elizabethtown Township		US	NC	017	91000	0	America/New_York
4465152	Township of Elk	township-of-elk	Elk Township		US	NC	009	91004	0	America/New_York
4465153	Township of Elk	township-of-elk	Elk Township		US	NC	189	91008	0	America/New_York
4465154	Township of Elk	township-of-elk	Elk Township		US	NC	193	91012	0	America/New_York
4465166	Township of Elkin	township-of-elkin	Elkin Township		US	NC	171	91016	0	America/New_York
4465186	Township of Ellendale	township-of-ellendale	Ellendale Township		US	NC	003	91020	0	America/New_York
4465208	Township of Ellijay	township-of-ellijay	Ellijay Township		US	NC	113	91024	0	America/New_York
4465348	Township of Emmons	township-of-emmons	Emmons Township		US	NC	057	91028	0	America/New_York
4465363	Township of Endy	township-of-endy	Endy Township		US	NC	167	91032	0	America/New_York
4465367	Township of Enfield	township-of-enfield	Enfield Township		US	NC	083	91036	0	America/New_York
4465408	Township of Eno	township-of-eno	Eno Township		US	NC	135	91040	0	America/New_York
4465639	Township of Fair Bluff	township-of-fair-bluff	Fair Bluff Township		US	NC	047	91044	0	America/New_York
4465683	Township of Fairfield	township-of-fairfield	Fairfield Township		US	NC	095	91048	0	America/New_York
4465696	Township of Fairmont	township-of-fairmont	Fairmont Township		US	NC	155	91052	0	America/New_York
4465773	Township of Fairview	township-of-fairview	Fairview Township		US	NC	021	91056	0	America/New_York
4465782	Township of Faison	township-of-faison	Faison Township		US	NC	061	91060	0	America/New_York
4465850	Township of Falkland	township-of-falkland	Falkland Township		US	NC	147	91064	0	America/New_York
4465897	Township of Falling Creek	township-of-falling-creek	Falling Creek Township		US	NC	107	91072	0	America/New_York
4465928	Township of Fallstown	township-of-fallstown	Fallstown Township		US	NC	097	91076	0	America/New_York
4465980	Township of Farmington	township-of-farmington	Farmington Township		US	NC	059	91080	0	America/New_York
4465991	Township of Farmville	township-of-farmville	Farmville Township		US	NC	147	91084	0	America/New_York
4466008	Township of Faucett	township-of-faucett	Faucett Township		US	NC	083	91088	0	America/New_York
4466040	Township of Federal Point	township-of-federal-point	Federal Point Township		US	NC	129	91092	0	America/New_York
4466087	Township of Fentress	township-of-fentress	Fentress Township		US	NC	081	91096	0	America/New_York
4466111	Township of Ferrells	township-of-ferrells	Ferrells Township		US	NC	127	91100	0	America/New_York
4466174	Township of Fines Creek	township-of-fines-creek	Fines Creek Township		US	NC	087	91104	0	America/New_York
4466322	Township of Fishing Creek	township-of-fishing-creek	Fishing Creek Township		US	NC	185	91112	0	America/New_York
4466424	Township of Flat Creek	township-of-flat-creek	Flat Creek Township		US	NC	021	91116	0	America/New_York
4466442	Township of Flat River	township-of-flat-river	Flat River Township		US	NC	145	91120	0	America/New_York
4466511	Township of Flats	township-of-flats	Flats Township		US	NC	113	91124	0	America/New_York
4466703	Township of Forbush	township-of-forbush	Forbush Township		US	NC	197	91128	0	America/New_York
4466878	Township of Fork	township-of-fork	Fork Township		US	NC	185	91132	0	America/New_York
4466888	Township of Fork	township-of-fork	Fork Township		US	NC	191	91136	0	America/New_York
4466982	Township of Fountain	township-of-fountain	Fountain Township		US	NC	147	91152	0	America/New_York
4467157	Township of Franklin	township-of-franklin	Franklin Township		US	NC	113	91156	0	America/New_York
4467158	Township of Franklin	township-of-franklin	Franklin Township		US	NC	159	91160	0	America/New_York
4467159	Township of Franklin	township-of-franklin	Franklin Township		US	NC	163	91164	0	America/New_York
4467160	Township of Franklin	township-of-franklin	Franklin Township		US	NC	171	91168	0	America/New_York
4467169	Township of Franklinville	township-of-franklinville	Franklinville Township		US	NC	151	91172	0	America/New_York
4467262	Township of French Broad	township-of-french-broad	French Broad Township		US	NC	021	91176	0	America/New_York
4467273	Township of Frenches Creek	township-of-frenches-creek	Frenchs Creek Township,Township of Frenches Creek,Township of Frenchs Creek		US	NC	017	91180	0	America/New_York
4467358	Township of Friendship	township-of-friendship	Friendship Township		US	NC	081	91184	0	America/New_York
4467403	Township of Fruitville	township-of-fruitville	Fruitville Township		US	NC	053	91188	0	America/New_York
4467475	Township of Fulton	township-of-fulton	Fulton Township		US	NC	059	91192	0	America/New_York
4467490	Township of Furr	township-of-furr	Furr Township		US	NC	167	91196	0	America/New_York
4467516	Township of Gaddys	township-of-gaddys	Gaddys Township,Township of Gaddy,Township of Gaddys		US	NC	155	91200	0	America/New_York
4467595	Township of Gap Civil	township-of-gap-civil	Gap Civil Township		US	NC	005	91204	0	America/New_York
4467634	Township of Gardners	township-of-gardners	Gardner Township,Township of Gardner,Township of Gardners		US	NC	195	91208	0	America/New_York
4467731	Township of Gaston	township-of-gaston	Gaston Township		US	NC	131	91212	0	America/New_York
4467738	Township of Gastonia	township-of-gastonia	Gastonia Township		US	NC	071	91216	0	America/New_York
4467745	Township of Gatesville	township-of-gatesville	Gatesville Township		US	NC	073	91220	0	America/New_York
4467958	Township of Gilkey	township-of-gilkey	Gilkey Township		US	NC	161	91224	0	America/New_York
4467988	Township of Gilmer	township-of-gilmer	Gilmer Township		US	NC	081	91228	0	America/New_York
4468015	Township of Glade Creek	township-of-glade-creek	Glade Creek Township		US	NC	005	91232	0	America/New_York
4468139	Township of Glenwood	township-of-glenwood	Glenwood Township		US	NC	111	91236	0	America/New_York
4468141	Township of Glisson	township-of-glisson	Glisson Township		US	NC	061	91240	0	America/New_York
4468149	Township of Globe	township-of-globe	Globe Township		US	NC	027	91244	0	America/New_York
4468164	Township of Gloucester	township-of-gloucester	Gloucester Township		US	NC	175	91248	0	America/New_York
4468221	Township of Gold Hill	township-of-gold-hill	Gold Hill Township		US	NC	159	91256	0	America/New_York
4468254	Township of Golden Valley	township-of-golden-valley	Golden Valley Township		US	NC	161	91252	0	America/New_York
4468264	Township of Goldsboro	township-of-goldsboro	Goldsboro Township		US	NC	191	91260	0	America/New_York
4468346	Township of Goose Creek	township-of-goose-creek	Goose Creek Township		US	NC	179	91264	0	America/New_York
4468352	Township of Goose Nest	township-of-goose-nest	Goose Nest Township		US	NC	117	91268	0	America/New_York
4468509	Township of Grady	township-of-grady	Grady Township		US	NC	141	91272	0	America/New_York
4468615	Township of Grantham	township-of-grantham	Grantham Township		US	NC	191	91280	0	America/New_York
4468696	Township of Grassy Creek	township-of-grassy-creek	Grassy Creek Township		US	NC	009	91282	0	America/New_York
4468824	Township of Grays Creek	township-of-grays-creek	Grays Creek Township		US	NC	051	91296	0	America/New_York
4468924	Township of Great Swamp	township-of-great-swamp	Great Swamp Township		US	NC	191	91300	0	America/New_York
4468968	Township of Green Hill	township-of-green-hill	Green Hill Township		US	NC	161	91308	0	America/New_York
4469010	Township of Green Mountain	township-of-green-mountain	Green Mountain Township		US	NC	199	91312	0	America/New_York
4469037	Township of Green River	township-of-green-river	Green River Township		US	NC	089	91316	0	America/New_York
4469101	Township of Greene	township-of-greene	Greene Township		US	NC	081	91304	0	America/New_York
4469136	Township of Greens Creek	township-of-greens-creek	Greens Creek Township		US	NC	099	91320	0	America/New_York
4469176	Township of Greenville	township-of-greenville	Greenville Township		US	NC	147	91328	0	America/New_York
4469273	Township of Griffins	township-of-griffins	Griffins Township		US	NC	117	91332	0	America/New_York
4469274	Township of Griffins	township-of-griffins	Griffins Township		US	NC	127	91336	0	America/New_York
4469285	Township of Grifton	township-of-grifton	Grifton Township		US	NC	147	91340	0	America/New_York
4469298	Township of Grimesland	township-of-grimesland	Grimesland Township		US	NC	147	91344	0	America/New_York
4469355	Township of Grove	township-of-grove	Grove Township		US	NC	085	91348	0	America/New_York
4469412	Township of Gulf	township-of-gulf	Gulf Township		US	NC	037	91352	0	America/New_York
4469417	Township of Gulledge	township-of-gulledge	Gulledge Township		US	NC	007	91356	0	America/New_York
4469450	Township of Gum Neck	township-of-gum-neck	Gum Neck Township		US	NC	177	91360	0	America/New_York
4469546	Township of Gwaltneys	township-of-gwaltneys	Gwaltneys Township		US	NC	003	91364	0	America/New_York
4469570	Township of Hadley	township-of-hadley	Hadley Township		US	NC	037	91368	0	America/New_York
4469622	Township of Halifax	township-of-halifax	Halifax Township		US	NC	083	91372	0	America/New_York
4469660	Township of Hall	township-of-hall	Hall Township		US	NC	073	91376	0	America/New_York
4469691	Township of Halls	township-of-halls	Halls Township		US	NC	163	91380	0	America/New_York
4469709	Township of Hamburg	township-of-hamburg	Hamburg Township		US	NC	099	91384	0	America/New_York
4469729	Township of Hamilton	township-of-hamilton	Hamilton Township		US	NC	117	91388	0	America/New_York
4469784	Township of Hampton	township-of-hampton	Hampton Township		US	NC	057	91392	0	America/New_York
4469957	Township of Harkers Island	township-of-harkers-island	Harkers Island Township		US	NC	031	91396	0	America/New_York
4469970	Township of Harlowe	township-of-harlowe	Harlowe Township		US	NC	031	91400	0	America/New_York
4470006	Township of Harnett	township-of-harnett	Harnett Township		US	NC	129	91404	0	America/New_York
4470044	Township of Harrellsville	township-of-harrellsville	Harrellsville Township		US	NC	091	91412	0	America/New_York
4470048	Township of Harrell	township-of-harrell	Harrell Township		US	NC	121	91408	0	America/New_York
4470108	Township of Harris	township-of-harris	Harris Township		US	NC	167	91416	0	America/New_York
4470203	Township of Haslett	township-of-haslett	Haslett Township		US	NC	073	91420	0	America/New_York
4470222	Township of Hatteras	township-of-hatteras	Hatteras Township		US	NC	055	91424	0	America/New_York
4470280	Township of Haw River	township-of-haw-river	Haw River Township		US	NC	037	91428	0	America/New_York
4470333	Township of Hawtree	township-of-hawtree	Hawtree Township		US	NC	185	91432	0	America/New_York
4470365	Township of Hayesville	township-of-hayesville	Hayesville Township		US	NC	043	91436	0	America/New_York
4470435	Township of Healing Spring	township-of-healing-spring	Healing Spring Township		US	NC	057	91440	0	America/New_York
4470499	Township of Hectors Creek	township-of-hectors-creek	Hector Creek Township,Hectors Creek Township,Township of Hectors Creek		US	NC	085	91444	0	America/New_York
4470544	Township of Helton	township-of-helton	Helton Township		US	NC	009	91448	0	America/New_York
4470590	Township of Henderson	township-of-henderson	Henderson Township		US	NC	181	91452	0	America/New_York
4470599	Township of Hendersonville	township-of-hendersonville	Hendersonville Township		US	NC	089	91456	0	America/New_York
4470721	Township of Herring	township-of-herring	Herrings Township,Township of Herring,Township of Herrings		US	NC	163	91460	0	America/New_York
4470733	Township of Hertford	township-of-hertford	Hertford Township		US	NC	143	91464	0	America/New_York
4470871	Township of Hickory Mountain	township-of-hickory-mountain	Hickory Mountain Township		US	NC	037	91472	0	America/New_York
4470894	Township of Hickory	township-of-hickory	Hickory Tavern Township,Hickory Township,Township of Hickory		US	NC	035	91468	0	America/New_York
4470964	Township of Higgins	township-of-higgins	Higgins Township		US	NC	111	91476	0	America/New_York
4471034	Township of High Point	township-of-high-point	High Point Township		US	NC	081	91484	0	America/New_York
4471067	Township of High Shoals	township-of-high-shoals	High Shoal,High Shoals Township,Township of High Shoals		US	NC	161	91488	0	America/New_York
4471129	Township of Highlands	township-of-highlands	Highlands Township		US	NC	113	91480	0	America/New_York
4471142	Township of Hightowers	township-of-hightowers	Hightower Township,Hightowers Township,Township of Hightowers		US	NC	033	91492	0	America/New_York
4471242	Township of Hillsborough	township-of-hillsborough	Hillsborough Township		US	NC	135	91496	0	America/New_York
4471325	Township of Hiawassee	township-of-hiawassee	Hiwassee Township,Township of Hiawassee,Township of Hiwassee		US	NC	043	91466	0	America/New_York
4471445	Township of Hogback	township-of-hogback	Hogback Township		US	NC	175	91504	0	America/New_York
4471570	Township of Hollow	township-of-hollow	Hollow Township		US	NC	017	91508	0	America/New_York
4471576	Township of Holloway	township-of-holloway	Holloway Township		US	NC	145	91512	0	America/New_York
4471605	Township of Holly Grove	township-of-holly-grove	Holly Grove Township		US	NC	073	91520	0	America/New_York
4471654	Township of Holly Springs	township-of-holly-springs	Holly Springs Township		US	NC	183	91524	0	America/New_York
4471658	Township of Holly	township-of-holly	Holly Township		US	NC	141	91516	0	America/New_York
4471776	Township of Honeycutt	township-of-honeycutt	Honeycutts Township,Township of Honeycutt,Township of Honeycutts		US	NC	163	91528	0	America/New_York
4471806	Township of Hookerton	township-of-hookerton	Hookerton Township		US	NC	079	91532	0	America/New_York
4471830	Township of Hoopers Creek	township-of-hoopers-creek	Hoopers Creek Township		US	NC	089	91536	0	America/New_York
4471983	Township of Horse Creek	township-of-horse-creek	Horse Creek Township		US	NC	009	91540	0	America/New_York
4472126	Township of Hothouse	township-of-hothouse	Hot House Township,Township of Hot House,Township of Hothouse		US	NC	039	91544	0	America/New_York
4472138	Township of House Creek	township-of-house-creek	House Creek Township		US	NC	183	91548	0	America/New_York
4472196	Township of Howards Creek	township-of-howards-creek	Howards Creek Township		US	NC	109	91552	0	America/New_York
4472256	Township of Hudson	township-of-hudson	Hudson Township		US	NC	027	91556	0	America/New_York
4472366	Township of Hunters Mill	township-of-hunters-mill	Hunters Mill Township		US	NC	073	91560	0	America/New_York
4472412	Township of Huntsville	township-of-huntsville	Huntsville Township		US	NC	157	91564	0	America/New_York
4472452	Township of Hurricane	township-of-hurricane	Hurricane Township		US	NC	009	91568	0	America/New_York
4472531	Township of Icard	township-of-icard	Icard Township		US	NC	023	91572	0	America/New_York
4472683	Township of Indian Springs	township-of-indian-springs	Indian Springs Township		US	NC	191	91576	0	America/New_York
4472692	Township of Indian Woods	township-of-indian-woods	Blounts Town,Indian Woods Township,Township of Indian Woods		US	NC	015	91580	0	America/New_York
4472723	Township of Ingrams	township-of-ingrams	Ingrams Township		US	NC	101	91584	0	America/New_York
4472738	Township of Institute	township-of-institute	Institute Township		US	NC	107	91588	0	America/New_York
4472780	Township of Iron Duff	township-of-iron-duff	Iron Duff Township		US	NC	087	91592	0	America/New_York
4472798	Township of Ironton	township-of-ironton	Ironton Township		US	NC	109	91596	0	America/New_York
4472846	Township of Island Creek	township-of-island-creek	Island Creek Township		US	NC	061	91600	0	America/New_York
4472905	Township of Ivy Hill	township-of-ivy-hill	Ivy Hill Township		US	NC	087	91608	0	America/New_York
4472962	Township of Ivy	township-of-ivy	Ivy Township		US	NC	021	91604	0	America/New_York
4473007	Township of Jacks Creek	township-of-jacks-creek	Jacks Creek Township		US	NC	199	91612	0	America/New_York
4473048	Township of Jackson Hill	township-of-jackson-hill	Jackson Hill Township		US	NC	057	91628	0	America/New_York
4473071	Township of Jackson	township-of-jackson	Jackson Township		US	NC	127	91616	0	America/New_York
4473072	Township of Jackson	township-of-jackson	Jackson Township		US	NC	131	91620	0	America/New_York
4473073	Township of Jackson	township-of-jackson	Jackson Township		US	NC	179	91624	0	America/New_York
4473090	Township of Jacksonville	township-of-jacksonville	Jacksonville Township		US	NC	133	91632	0	America/New_York
4473112	Township of Jacobs Fork	township-of-jacobs-fork	Jacobs Fork Township		US	NC	035	91636	0	America/New_York
4473163	Township of Jamestown	township-of-jamestown	Jamestown Township		US	NC	081	91640	0	America/New_York
4473167	Township of Jamesville	township-of-jamesville	Jamesville Township		US	NC	117	91644	0	America/New_York
4473207	Township of Jason	township-of-jason	Jason Township		US	NC	079	91648	0	America/New_York
4473239	Township of Jefferson	township-of-jefferson	Jefferson Township		US	NC	009	91652	0	America/New_York
4473240	Township of Jefferson	township-of-jefferson	Jefferson Township		US	NC	081	91656	0	America/New_York
4473347	Township of Jerusalem	township-of-jerusalem	Jerusalem Township		US	NC	059	91660	0	America/New_York
4473416	Township of Jobs Cabin	township-of-jobs-cabin	Jobs Cabin Township		US	NC	193	91664	0	America/New_York
4473514	Township of Johns River	township-of-johns-river	Johns River Township		US	NC	027	91672	0	America/New_York
4473629	Township of Johnsonville	township-of-johnsonville	Johnsonville Township		US	NC	085	91668	0	America/New_York
4473660	Township of Jonas Ridge	township-of-jonas-ridge	Jonas Ridge Township		US	NC	023	91676	0	America/New_York
4473671	Township of Jonathan Creek	township-of-jonathan-creek	Jonathans Creek Township,Township of Jonathan Creek,Township of Jonathans Creek		US	NC	087	91680	0	America/New_York
4473889	Township of Judkins	township-of-judkins	Judkins Township		US	NC	185	91684	0	America/New_York
4474150	Township of Kenansville	township-of-kenansville	Kenansville Township		US	NC	061	91688	0	America/New_York
4474186	Township of Kinnakeet	township-of-kinnakeet	Kennekeet Township,Kinnekeet Township,Township of Kennekeet,Township of Kinnakeet		US	NC	055	91702	0	America/New_York
4474218	Township of Kernersville	township-of-kernersville	Kernersville Township		US	NC	067	91696	0	America/New_York
4474378	Township of Kings Creek	township-of-kings-creek	Kings Creek Township		US	NC	027	91700	0	America/New_York
4474447	Township of Kinston	township-of-kinston	Kinston Township		US	NC	107	91704	0	America/New_York
4474456	Township of Kirby	township-of-kirby	Kirby Township		US	NC	131	91708	0	America/New_York
4474501	Township of Kittrell	township-of-kittrell	Kittrell Township,Township of Kittrell,Turkey Creek		US	NC	181	91712	0	America/New_York
4474704	Township of Lake Creek	township-of-lake-creek	Lake Creek Township		US	NC	017	91720	0	America/New_York
4474784	Township of Lake Landing	township-of-lake-landing	Lake Landing Township		US	NC	095	91724	0	America/New_York
4475089	Township of Lanes Creek	township-of-lanes-creek	Lanes Creek Township		US	NC	179	91736	0	America/New_York
4475092	Township of Lanesboro	township-of-lanesboro	Lanesboro Township		US	NC	007	91732	0	America/New_York
4475257	Township of Laurel Creek	township-of-laurel-creek	Laurel Creek Township		US	NC	189	91744	0	America/New_York
4475285	Township of Laurel Hill	township-of-laurel-hill	Laurel Hill Township		US	NC	165	91748	0	America/New_York
4475342	Township of Laurel	township-of-laurel	Laurel Township		US	NC	009	91740	0	America/New_York
4475420	Township of Leaksville	township-of-leaksville	Leaksville Township		US	NC	157	91752	0	America/New_York
4475427	Township of Leasburg	township-of-leasburg	Leasburg Township		US	NC	033	91756	0	America/New_York
4475468	Township of Lebanon	township-of-lebanon	Lebanon Township		US	NC	063	91760	0	America/New_York
4475563	Township of Lees Mill	township-of-lees-mill	Lees Mills Township,Township of Lees Mill,Township of Lees Mills		US	NC	187	91768	0	America/New_York
4475565	Township of Lees	township-of-lees	Lees Township		US	NC	047	91764	0	America/New_York
4475568	Township of Leesville	township-of-leesville	Leesville Township		US	NC	183	91772	0	America/New_York
4475618	Township of Leicester	township-of-leicester	Leicester Township		US	NC	021	91776	0	America/New_York
4475661	Township of Lenoir	township-of-lenoir	Lenoir Township		US	NC	027	91780	0	America/New_York
4475695	Township of Level Cross	township-of-level-cross	Level Cross Township		US	NC	151	91784	0	America/New_York
4475746	Township of Lewis Fork	township-of-lewis-fork	Lewis Fork Township		US	NC	193	91788	0	America/New_York
4475771	Township of Lewisville	township-of-lewisville	Lewisville Township		US	NC	067	91792	0	America/New_York
4475782	Township of Lexington	township-of-lexington	Lexington Township		US	NC	057	91796	0	America/New_York
4475840	Township of Liberty	township-of-liberty	Liberty Township		US	NC	151	91800	0	America/New_York
4475938	Township of Lilesville	township-of-lilesville	Lilesville Township		US	NC	007	91808	0	America/New_York
4475943	Township of Lillington	township-of-lillington	Lillington Township		US	NC	085	91812	0	America/New_York
4475964	Township of Limestone	township-of-limestone	Limestone Township		US	NC	021	91816	0	America/New_York
4475985	Township of Limestone	township-of-limestone	Limestone Township		US	NC	061	91820	0	America/New_York
4476000	Township of Lincolnton	township-of-lincolnton	Lincolnton Township		US	NC	109	91824	0	America/New_York
4476065	Township of Linville	township-of-linville	Linville Township		US	NC	011	91826	0	America/New_York
4476066	Township of Linville	township-of-linville	Linville Township		US	NC	023	91832	0	America/New_York
4476078	Township of Lisbon	township-of-lisbon	Lisbon Township		US	NC	163	91836	0	America/New_York
4476085	Township of Litaker	township-of-litaker	Litaker Township		US	NC	159	91840	0	America/New_York
4476199	Township of Little Coharie	township-of-little-coharie	Little Coharie Township		US	NC	163	91844	0	America/New_York
4476591	Township of Little River	township-of-little-river	Little River Township		US	NC	003	91848	0	America/New_York
4476592	Township of Little River	township-of-little-river	Little River Township		US	NC	027	91852	0	America/New_York
4476593	Township of Little River	township-of-little-river	Little River Township		US	NC	123	91856	0	America/New_York
4476594	Township of Little River	township-of-little-river	Little River Township		US	NC	135	91860	0	America/New_York
4476595	Township of Little River	township-of-little-river	Little River Township		US	NC	175	91864	0	America/New_York
4476596	Township of Little River	township-of-little-river	Little River Township		US	NC	183	91868	0	America/New_York
4476725	Township of Littleton	township-of-littleton	Littleton Township,Littletown Township,Township of Littleton		US	NC	083	91876	0	America/New_York
4476774	Township of Locke	township-of-locke	Locke Township		US	NC	159	91880	0	America/New_York
4476785	Township of Lockwoods Folly	township-of-lockwoods-folly	Lockwoods Folly Township		US	NC	019	91884	0	America/New_York
4476814	Township of Locust Hill	township-of-locust-hill	Locust Hill Township		US	NC	033	91888	0	America/New_York
4476870	Township of Logan Store	township-of-logan-store	Logan Store Township,Logans Store Township,Township of Logan Store		US	NC	161	91892	0	America/New_York
4476905	Township of Long Acre	township-of-long-acre	Long Acre Township		US	NC	013	91896	0	America/New_York
4477091	Township of Long Creek	township-of-long-creek	Long Creek Township		US	NC	141	91900	0	America/New_York
4477101	Township of Long Hill	township-of-long-hill	Long Hill Township		US	NC	171	91904	0	America/New_York
4477337	Township of Lovelace	township-of-lovelace	Lovelace Township		US	NC	193	91908	0	America/New_York
4477341	Township of Lovelady	township-of-lovelady	Lovelady Township		US	NC	023	91912	0	America/New_York
4477342	Township of Lovelady	township-of-lovelady	Lovelady Township		US	NC	027	91916	0	America/New_York
4477421	Township of Lower Creek	township-of-lower-creek	Lower Creek Township		US	NC	023	91920	0	America/New_York
4477422	Township of Lower Creek	township-of-lower-creek	Lower Creek Township		US	NC	027	91924	0	America/New_York
4477430	Township of Lower Fork	township-of-lower-fork	Lower Fork Township		US	NC	023	91928	0	America/New_York
4477433	Township of Lower Hominy	township-of-lower-hominy	Lower Hominy Township		US	NC	021	91932	0	America/New_York
4477522	Township of Lumber Bridge	township-of-lumber-bridge	Lumber Bridge Township		US	NC	155	91936	0	America/New_York
4477531	Township of Lumberton	township-of-lumberton	Lumberton Township		US	NC	155	91940	0	America/New_York
4477744	Township of Madison	township-of-madison	Madison Township		US	NC	081	91952	0	America/New_York
4477745	Township of Madison	township-of-madison	Madison Township		US	NC	157	91956	0	America/New_York
4477771	Township of Magnolia	township-of-magnolia	Magnolia Township		US	NC	061	91960	0	America/New_York
4477851	Township of Manchester	township-of-manchester	Manchester Township		US	NC	051	91964	0	America/New_York
4477861	Township of Maneys Neck	township-of-maneys-neck	Maneys Neck Township		US	NC	091	91968	0	America/New_York
4477866	Township of Mangum	township-of-mangum	Mangum Township		US	NC	063	91972	0	America/New_York
4477880	Township of Mannings	township-of-mannings	Mannings Township		US	NC	127	91976	0	America/New_York
4478012	Township of Marion	township-of-marion	Marion Township		US	NC	111	91984	0	America/New_York
4478026	Township of Marks Creek	township-of-marks-creek	Marks Creek Township		US	NC	153	91988	0	America/New_York
4478027	Township of Marks Creek	township-of-marks-creek	Marks Creek Township		US	NC	183	91992	0	America/New_York
4478089	Township of Marsh	township-of-marsh	Marsh Township		US	NC	171	91996	0	America/New_York
4478109	Township of Marshallberg	township-of-marshallberg	Marshallberg Township		US	NC	031	92000	0	America/New_York
4478117	Township of Marshville	township-of-marshville	Marshville Township		US	NC	179	92004	0	America/New_York
4478259	Township of Masonboro	township-of-masonboro	Masonboro Township		US	NC	129	92008	0	America/New_York
4478350	Township of Matthews	township-of-matthews	Matthews Township		US	NC	037	92012	0	America/New_York
4478375	Township of Maxton	township-of-maxton	Maxton Township		US	NC	155	92016	0	America/New_York
4478433	Township of Mayo	township-of-mayo	Mayo Township		US	NC	157	92020	0	America/New_York
4478562	Township of McDaniels	township-of-mcdaniels	McDaniels Township		US	NC	163	91944	0	America/New_York
4478697	Township of McLauchlin	township-of-mclauchlin	McLauchlin Township		US	NC	093	91948	0	America/New_York
4478835	Township of Meadow	township-of-meadow	Meadow Township		US	NC	101	92024	0	America/New_York
4478855	Township of Meadows	township-of-meadows	Meadows Township		US	NC	169	92028	0	America/New_York
4478894	Township of Meat Camp	township-of-meat-camp	Meat Camp Township		US	NC	189	92032	0	America/New_York
4478980	Township of Meredith	township-of-meredith	Meredith Township		US	NC	183	92036	0	America/New_York
4478998	Township of Merrimon	township-of-merrimon	Merrimon Township		US	NC	031	92040	0	America/New_York
4479009	Township of Merry Hill	township-of-merry-hill	Merry Hill Township		US	NC	015	92044	0	America/New_York
4479069	Township of Micro	township-of-micro	Micro Township		US	NC	101	92048	0	America/New_York
4479093	Township of Middle Creek	township-of-middle-creek	Middle Creek Township		US	NC	183	92056	0	America/New_York
4479114	Township of Middle Fork I	township-of-middle-fork-i	Middle Fork I Township,Township of Middle Fork,Township of Middle Fork I		US	NC	067	92061	0	America/New_York
4479116	Township of Middle Fork II	township-of-middle-fork-ii	Middle Fork II Township,Township of Middle Fork,Township of Middle Fork II		US	NC	067	92062	0	America/New_York
4479190	Township of Middleburg	township-of-middleburg	Middleburg-Nutbush Township,Township of Middleburg,Township of Middleburg-Nutbush		US	NC	181	92050	0	America/New_York
4479256	Township of Midway	township-of-midway	Midway Township		US	NC	057	92064	0	America/New_York
4479608	Township of Millers	township-of-millers	Millers Township		US	NC	003	92068	0	America/New_York
4479647	Township of Mills River	township-of-mills-river	Mills River Township		US	NC	089	92076	0	America/New_York
4479653	Township of Millshoal	township-of-millshoal	Millshoal Township		US	NC	113	92072	0	America/New_York
4479662	Township of Milton	township-of-milton	Milton Township		US	NC	033	92080	0	America/New_York
4479712	Township of Mineral Springs	township-of-mineral-springs	Mineral Springs Township		US	NC	153	92084	0	America/New_York
4479726	Township of Mingo	township-of-mingo	Mingo Township		US	NC	163	92088	0	America/New_York
4479753	Township of Mintonsville	township-of-mintonsville	Mintonsville Township		US	NC	073	92092	0	America/New_York
4479846	Township of Mitchell	township-of-mitchell	Mitchell Township,Township of Mitchell,Township of Mitchells		US	NC	015	92096	0	America/New_York
4479899	Township of Mocksville	township-of-mocksville	Mocksville Township		US	NC	059	92100	0	America/New_York
4479959	Township of Monroe	township-of-monroe	Monroe Township		US	NC	081	92104	0	America/New_York
4479960	Township of Monroe	township-of-monroe	Monroe Township		US	NC	179	92108	0	America/New_York
4479984	Township of Montford Cove	township-of-montford-cove	Montford Cove Township		US	NC	111	92112	0	America/New_York
4480151	Township of Moravian Falls	township-of-moravian-falls	Moravian Falls Township		US	NC	193	92116	0	America/New_York
4480163	Township of Morehead	township-of-morehead	Morehead Township		US	NC	031	92120	0	America/New_York
4480164	Township of Morehead	township-of-morehead	Morehead Township		US	NC	081	92124	0	America/New_York
4480209	Township of Morgan	township-of-morgan	Morgan Township		US	NC	159	92128	0	America/New_York
4480210	Township of Morgan	township-of-morgan	Morgan Township		US	NC	161	92132	0	America/New_York
4480226	Township of Morganton	township-of-morganton	Morganton Township		US	NC	023	92136	0	America/New_York
4480314	Township of Morven	township-of-morven	Morven Township		US	NC	007	92140	0	America/New_York
4480318	Township of Moseley Hall	township-of-moseley-hall	Moseley Hall Township		US	NC	107	92144	0	America/New_York
4480385	Township of Mount Airy	township-of-mount-airy	Mount Airy Township		US	NC	171	92156	0	America/New_York
4480510	Township of Mount Gilead	township-of-mount-gilead	Mount Gilead Township		US	NC	123	92160	0	America/New_York
4480559	Township of Mount Hermon	township-of-mount-hermon	Mount Hermon Township		US	NC	139	92164	0	America/New_York
4480852	Township of Mount Tirzah	township-of-mount-tirzah	Mount Tirzah Township		US	NC	145	92168	0	America/New_York
4480855	Township of Mount Ulla	township-of-mount-ulla	Mount Ulla Township		US	NC	159	92172	0	America/New_York
4481035	Township of Mountain Creek	township-of-mountain-creek	Mountain Creek Township		US	NC	035	92152	0	America/New_York
4481129	Township of Mountain	township-of-mountain	Mountain Township		US	NC	099	92148	0	America/New_York
4481153	Township of Moyock	township-of-moyock	Moyock Township		US	NC	053	92176	0	America/New_York
4481240	Township of Mulberry	township-of-mulberry	Mulberry Township		US	NC	027	92180	0	America/New_York
4481241	Township of Mulberry	township-of-mulberry	Mulberry Township		US	NC	193	92184	0	America/New_York
4481300	Township of Murfreesboro	township-of-murfreesboro	Murfreesboro Township		US	NC	091	92188	0	America/New_York
4481322	Township of Murphy	township-of-murphy	Murphy Township		US	NC	039	92192	0	America/New_York
4481432	Township of Nags Head	township-of-nags-head	Nags Head Township		US	NC	055	92196	0	America/New_York
4481443	Township of Nahunta	township-of-nahunta	Nahunta Township		US	NC	191	92200	0	America/New_York
4481484	Township of Nantahala	township-of-nantahala	Nantahala Township		US	NC	113	92204	0	America/New_York
4481485	Township of Nantahala	township-of-nantahala	Nantahala Township		US	NC	173	92208	0	America/New_York
4481523	Township of Nashville	township-of-nashville	Nashville Township		US	NC	127	92212	0	America/New_York
4481576	Township of Nebo	township-of-nebo	Nebo Township		US	NC	111	92216	0	America/New_York
4481616	Township of Neills Creek	township-of-neills-creek	Neills Creek Township		US	NC	085	92220	0	America/New_York
4481666	Township of Neuse	township-of-neuse	Neuse Township		US	NC	107	92224	0	America/New_York
4481667	Township of Neuse	township-of-neuse	Neuse River Township,Neuse Township,Township of Neuse		US	NC	183	92228	0	America/New_York
4481713	Township of New Bethel	township-of-new-bethel	New Bethel Township		US	NC	157	92232	0	America/New_York
4481729	Township of New Castle	township-of-new-castle	New Castle Township		US	NC	193	92236	0	America/New_York
4481891	Township of New Hope	township-of-new-hope	New Hope Township		US	NC	037	92240	0	America/New_York
4481892	Township of New Hope	township-of-new-hope	New Hope Township		US	NC	097	92244	0	America/New_York
4481893	Township of New Hope	township-of-new-hope	New Hope Township		US	NC	143	92248	0	America/New_York
4481894	Township of New Hope	township-of-new-hope	New Hope Township		US	NC	151	92252	0	America/New_York
4481895	Township of New Hope	township-of-new-hope	New Hope Township		US	NC	191	92256	0	America/New_York
4481940	Township of New Light	township-of-new-light	New Light Township		US	NC	183	92264	0	America/New_York
4481946	Township of New Market	township-of-new-market	New Market Township		US	NC	151	92268	0	America/New_York
4481983	Township of New River	township-of-new-river	New River Township		US	NC	189	92276	0	America/New_York
4482000	Township of New Salem	township-of-new-salem	New Salem Township		US	NC	179	92280	0	America/New_York
4482071	Township of Newland	township-of-newland	Newland Township		US	NC	139	92260	0	America/New_York
4482091	Township of Newport	township-of-newport	Newport Township		US	NC	031	92272	0	America/New_York
4482111	Township of Newton Grove	township-of-newton-grove	Newton Grove Township		US	NC	163	92288	0	America/New_York
4482116	Township of Newton	township-of-newton	Newton Township		US	NC	035	92284	0	America/New_York
4482174	Township of Nixonton	township-of-nixonton	Nixonton Township		US	NC	139	92292	0	America/New_York
4482298	Township of North Albemarle	township-of-north-albemarle	North Albemarle Township		US	NC	167	92296	0	America/New_York
4482307	Township of North Brook	township-of-north-brook	North Brook Township		US	NC	109	92300	0	America/New_York
4482352	Township of North Catawba	township-of-north-catawba	North Catawba Township		US	NC	027	92304	0	America/New_York
4482357	Township of North Clinton	township-of-north-clinton	North Clinton Township		US	NC	163	92308	0	America/New_York
4482367	Township of North Cove	township-of-north-cove	North Cove Township		US	NC	111	92312	0	America/New_York
4482440	Township of North Fork	township-of-north-fork	North Fork Township		US	NC	009	92316	0	America/New_York
4482449	Township of North Fork	township-of-north-fork	North Fork Township		US	NC	189	92320	0	America/New_York
4482575	Township of North Whitakers	township-of-north-whitakers	North Whitakers Township		US	NC	127	92328	0	America/New_York
4482581	Township of North Wilkesboro	township-of-north-wilkesboro	North Wilkesboro Township		US	NC	193	92332	0	America/New_York
4482666	Township of Northwest	township-of-northwest	Northwest Township		US	NC	019	92324	0	America/New_York
4482703	Township of Notla	township-of-notla	Notla Township		US	NC	039	92336	0	America/New_York
4482731	Township of Nutbush	township-of-nutbush	Nutbush Township		US	NC	185	92340	0	America/New_York
4482748	Township of O'Neals	township-of-o-neals	O'Neals Township		US	NC	101	92408	0	America/New_York
4482892	Township of Oak Grove	township-of-oak-grove	Oak Grove Township		US	NC	063	92344	0	America/New_York
4482909	Township of Oak Hill	township-of-oak-hill	Oak Hill Township		US	NC	077	92348	0	America/New_York
4482933	Township of Oak Level	township-of-oak-level	Oak Level Township		US	NC	127	92356	0	America/New_York
4482964	Township of Oak Ridge	township-of-oak-ridge	Oak Ridge Township		US	NC	081	92360	0	America/New_York
4483045	Township of Oakland	township-of-oakland	Oakland Township		US	NC	037	92352	0	America/New_York
4483114	Township of Obids	township-of-obids	Obids Township		US	NC	009	92364	0	America/New_York
4483140	Township of Oconeechee	township-of-oconeechee	Oconeechee Township		US	NC	131	92368	0	America/New_York
4483147	Township of Ocracoke	township-of-ocracoke	Ocracoke Township		US	NC	095	92372	0	America/New_York
4483267	Township of Old Fields	township-of-old-fields	Old Fields Township		US	NC	195	92380	0	America/New_York
4483275	Township of Old Fort	township-of-old-fort	Old Fort Township		US	NC	111	92384	0	America/New_York
4483342	Township of Old Richmond	township-of-old-richmond	Old Richmond Township		US	NC	067	92388	0	America/New_York
4483386	Township of Old Town	township-of-old-town	Old Town Township		US	NC	067	92396	0	America/New_York
4483414	Township of Old Fields	township-of-old-fields	Oldfields Township,Township of Old Fields,Township of Oldfields		US	NC	009	92376	0	America/New_York
4483422	Township of Olds	township-of-olds	Olds Township		US	NC	079	92392	0	America/New_York
4483432	Township of Olin	township-of-olin	Olin Township		US	NC	097	92400	0	America/New_York
4483452	Township of Olive Hill	township-of-olive-hill	Olive Hill Township		US	NC	145	92404	0	America/New_York
4483515	Township of Ophir	township-of-ophir	Ophir Township		US	NC	123	92412	0	America/New_York
4483565	Township of Ormonds	township-of-ormonds	Ormonds Township,Township of Ormonds,Willow Green Township		US	NC	079	92416	0	America/New_York
4483578	Township of Orrum	township-of-orrum	Orrum Township		US	NC	155	92420	0	America/New_York
4483757	Township of Oxford	township-of-oxford	Oxford Township		US	NC	077	92424	0	America/New_York
4483795	Township of Pactolus	township-of-pactolus	Pactolus Township		US	NC	147	92428	0	America/New_York
4483892	Township of Palmyra	township-of-palmyra	Palmyra Township		US	NC	083	92432	0	America/New_York
4483918	Township of Pantego	township-of-pantego	Pantego Township		US	NC	013	92436	0	America/New_York
4483937	Township of Panther Branch	township-of-panther-branch	Panther Branch Township		US	NC	183	92440	0	America/New_York
4484110	Township of Parkton	township-of-parkton	Parkton Township		US	NC	155	92444	0	America/New_York
4484116	Township of Parkville	township-of-parkville	Parkville Township		US	NC	143	92448	0	America/New_York
4484267	Township of Patterson	township-of-patterson	Patterson Township		US	NC	027	92452	0	America/New_York
4484387	Township of Peak Creek	township-of-peak-creek	Peak Creek Township		US	NC	009	92456	0	America/New_York
4484402	Township of Pearces Mill	township-of-pearces-mill	Pearces Mill Township		US	NC	051	92460	0	America/New_York
4484442	Township of Pee Dee	township-of-pee-dee	Peedee Township,Township of Pee Dee,Township of Peedee		US	NC	123	92464	0	America/New_York
4484480	Township of Pelham	township-of-pelham	Pelham Township		US	NC	033	92468	0	America/New_York
4484495	Township of Pembroke	township-of-pembroke	Pembroke Township		US	NC	155	92472	0	America/New_York
4484562	Township of Pensacola	township-of-pensacola	Pensacola Township		US	NC	199	92476	0	America/New_York
4484708	Township of Peters Creek	township-of-peters-creek	Peters Creek Township		US	NC	169	92480	0	America/New_York
4484798	Township of Philadelphus	township-of-philadelphus	Philadelphus Township		US	NC	155	92484	0	America/New_York
4484934	Township of Pigeon	township-of-pigeon	Pigeon Township		US	NC	087	92488	0	America/New_York
4484959	Township of Pikeville	township-of-pikeville	Pikeville Township		US	NC	191	92492	0	America/New_York
4485028	Township of Pilot	township-of-pilot	Pilot Township		US	NC	171	92496	0	America/New_York
4485165	Township of Pine Level	township-of-pine-level	Pine Level Township		US	NC	101	92500	0	America/New_York
4485239	Township of Pine Swamp	township-of-pine-swamp	Pine Swamp Township		US	NC	009	92504	0	America/New_York
4485346	Township of Piney Creek	township-of-piney-creek	Piney Creek Township		US	NC	005	92508	0	America/New_York
4485347	Township of Piney Creek	township-of-piney-creek	Piney Creek Township		US	NC	009	92512	0	America/New_York
4485429	Township of Piney Grove	township-of-piney-grove	Piney Grove Township		US	NC	163	92516	0	America/New_York
4485524	Township of Pink Hill	township-of-pink-hill	Pink Hill Township		US	NC	107	92520	0	America/New_York
4485670	Township of Plain View	township-of-plain-view	Plain View Township		US	NC	163	92524	0	America/New_York
4485798	Township of Pleasant Grove	township-of-pleasant-grove	Pleasant Grove Township		US	NC	101	92528	0	America/New_York
4485799	Township of Pleasant Grove	township-of-pleasant-grove	Pleasant Grove Township		US	NC	151	92532	0	America/New_York
4485867	Township of Pleasant Hill	township-of-pleasant-hill	Pleasant Hill Township		US	NC	131	92536	0	America/New_York
4485979	Township of Plymouth	township-of-plymouth	Plymouth Township		US	NC	187	92540	0	America/New_York
4486110	Township of Pond Mountain	township-of-pond-mountain	Pond Mountain Township		US	NC	009	92544	0	America/New_York
4486179	Township of Poplar Branch	township-of-poplar-branch	Poplar Branch Township		US	NC	053	92552	0	America/New_York
4486232	Township of Poplar Point	township-of-poplar-point	Poplar Point Township		US	NC	117	92556	0	America/New_York
4486265	Township of Poplar	township-of-poplar	Poplar Township		US	NC	121	92548	0	America/New_York
4486310	Township of Portsmouth	township-of-portsmouth	Portsmouth Township		US	NC	031	92560	0	America/New_York
4486456	Township of Prathers Creek	township-of-prathers-creek	Prathers Creek Township		US	NC	005	92564	0	America/New_York
4486508	Township of Price Creek	township-of-price-creek	Price Creek Township,Price's Creek Township,Prices Creek Township,Township of Price Creek		US	NC	199	92572	0	America/New_York
4486514	Township of Price	township-of-price	Price Township		US	NC	157	92568	0	America/New_York
4486679	Township of Providence	township-of-providence	Providence Township		US	NC	139	92576	0	America/New_York
4486680	Township of Providence	township-of-providence	Providence Township		US	NC	151	92580	0	America/New_York
4486681	Township of Providence	township-of-providence	Providence Township		US	NC	159	92584	0	America/New_York
4486835	Township of Quaker Gap	township-of-quaker-gap	Quaker Gap Township		US	NC	169	92588	0	America/New_York
4486839	Township of Quaker Meadows	township-of-quaker-meadows	Quaker Meadow Township,Quaker Meadows Township,Township of Quaker Meadow,Township of Quaker Meadows		US	NC	023	92592	0	America/New_York
4486847	Township of Qualla	township-of-qualla	Qualla Township		US	NC	099	92596	0	America/New_York
4486900	Township of Quewhiffle	township-of-quewhiffle	Quewhiffle Township		US	NC	093	92600	0	America/New_York
4486987	Township of Raeford	township-of-raeford	Raeford Township		US	NC	093	92604	0	America/New_York
4486994	Township of Raft Swamp	township-of-raft-swamp	Raft Swamp Township		US	NC	155	92608	0	America/New_York
4487055	Township of Raleigh	township-of-raleigh	Raleigh Township		US	NC	183	92612	0	America/New_York
4487104	Township of Ramseytown	township-of-ramseytown	Ramsaytown Township,Ramseytown Township,Township of Ramseytown		US	NC	199	92616	0	America/New_York
4487122	Township of Randleman	township-of-randleman	Randleman Township		US	NC	151	92620	0	America/New_York
4487159	Township of Ransom	township-of-ransom	Ransom Township		US	NC	047	92624	0	America/New_York
4487392	Township of Red Hill	township-of-red-hill	Red Hill Township		US	NC	121	92632	0	America/New_York
4487412	Township of Red Oak	township-of-red-oak	Red Oak Township		US	NC	127	92636	0	America/New_York
4487423	Township of Red Springs	township-of-red-springs	Red Springs Township		US	NC	155	92640	0	America/New_York
4487459	Township of Reddies River	township-of-reddies-river	Reddies River Township		US	NC	193	92628	0	America/New_York
4487558	Township of Reedy Creek	township-of-reedy-creek	Reedy Creek Township		US	NC	057	92644	0	America/New_York
4487583	Township of Reems Creek	township-of-reems-creek	Reems Creek Township		US	NC	021	92648	0	America/New_York
4487654	Township of Reidsville	township-of-reidsville	Reidsville Township		US	NC	157	92652	0	America/New_York
4487670	Township of Rennert	township-of-rennert	Rennert Township		US	NC	155	92656	0	America/New_York
4487733	Township of Reynoldson	township-of-reynoldson	Reynoldson Township		US	NC	073	92660	0	America/New_York
4487878	Township of Rich Square	township-of-rich-square	Rich Square Township		US	NC	131	92676	0	America/New_York
4487939	Township of Richland	township-of-richland	Richland Township		US	NC	151	92668	0	America/New_York
4487943	Township of Richland	township-of-richland	Richland Township		US	NC	013	92664	0	America/New_York
4487946	Township of Richlands	township-of-richlands	Richlands Township		US	NC	133	92672	0	America/New_York
4487990	Township of Ridenhour	township-of-ridenhour	Ridenhour Township		US	NC	167	92680	0	America/New_York
4488106	Township of Riverbend	township-of-riverbend	River Bend Township,Township of River Bend,Township of Riverbend		US	NC	071	92692	0	America/New_York
4488136	Township of River	township-of-river	River Township		US	NC	099	92684	0	America/New_York
4488137	Township of River	township-of-river	River Township		US	NC	185	92688	0	America/New_York
4488236	Township of Roanoke Rapids	township-of-roanoke-rapids	Roanoke Rapids Township		US	NC	083	92704	0	America/New_York
4488242	Township of Roanoke	township-of-roanoke	Roanoke Township		US	NC	131	92696	0	America/New_York
4488243	Township of Roanoke	township-of-roanoke	Roanoke Township		US	NC	185	92700	0	America/New_York
4488256	Township of Roaring Creek	township-of-roaring-creek	Roaring Creek Township		US	NC	011	92708	0	America/New_York
4488315	Township of Robersonville	township-of-robersonville	Robersonville Township		US	NC	117	92712	0	America/New_York
4488465	Township of Rock Creek	township-of-rock-creek	Rock Creek Township		US	NC	081	92716	0	America/New_York
4488466	Township of Rock Creek	township-of-rock-creek	Rock Creek Township		US	NC	193	92720	0	America/New_York
4488543	Township of Rockfish	township-of-rockfish	Rockfish Township		US	NC	051	92724	0	America/New_York
4488544	Township of Rockfish	township-of-rockfish	Rockfish Township		US	NC	061	92728	0	America/New_York
4488555	Township of Rockford	township-of-rockford	Rockford Township		US	NC	171	92732	0	America/New_York
4488581	Township of Rockingham	township-of-rockingham	Rockingham Township		US	NC	153	92736	0	America/New_York
4488746	Township of Rocky Mount	township-of-rocky-mount	Rocky Mount Township		US	NC	127	92740	0	America/New_York
4488773	Township of Rocky Point	township-of-rocky-point	Rocky Point Township		US	NC	141	92744	0	America/New_York
4488792	Township of Rocky Springs	township-of-rocky-springs	Rocky Springs Township		US	NC	123	92748	0	America/New_York
4488965	Township of Rose Hill	township-of-rose-hill	Rose Hill Township		US	NC	061	92752	0	America/New_York
4489000	Township of Roseneath	township-of-roseneath	Roseneath Township		US	NC	083	92756	0	America/New_York
4489195	Township of Rowland	township-of-rowland	Rowland Township		US	NC	155	92760	0	America/New_York
4489210	Township of Roxboro	township-of-roxboro	Roxboro Township		US	NC	145	92764	0	America/New_York
4489212	Township of Roxobel	township-of-roxobel	Roxobel Township		US	NC	015	92768	0	America/New_York
4489265	Township of Ruffin	township-of-ruffin	Ruffin Township		US	NC	157	92772	0	America/New_York
4489368	Township of Rutherfordton	township-of-rutherfordton	Rutherfordton Township		US	NC	161	92776	0	America/New_York
4489421	Township of Saddletree	township-of-saddletree	Saddletree Township		US	NC	155	92780	0	America/New_York
4489625	Township of Saint Johns	township-of-saint-johns	Saint Johns Township,St. Johns Township		US	NC	091	92784	0	America/New_York
4489737	Township of Saint Marys	township-of-saint-marys	Saint Marys Township,St. Marys Township		US	NC	183	92788	0	America/New_York
4489768	Township of Saint Matthews	township-of-saint-matthews	Saint Matthews Township,St. Matthews Township		US	NC	183	92792	0	America/New_York
4489931	Township of Salem Chapel	township-of-salem-chapel	Salem Chapel Township		US	NC	067	92808	0	America/New_York
4489978	Township of Salem	township-of-salem	Salem Township		US	NC	077	92800	0	America/New_York
4489979	Township of Salem	township-of-salem	Salem Township		US	NC	139	92804	0	America/New_York
4489990	Township of Salisbury	township-of-salisbury	Salisbury Township		US	NC	159	92812	0	America/New_York
4490027	Township of Saluda	township-of-saluda	Saluda Township		US	NC	149	92816	0	America/New_York
4490114	Township of Sand Hill	township-of-sand-hill	Sand Hill Township		US	NC	107	92820	0	America/New_York
4490197	Township of Sandy Creek	township-of-sandy-creek	Sandy Creek Township		US	NC	181	92824	0	America/New_York
4490198	Township of Sandy Creek	township-of-sandy-creek	Sandy Creek Township		US	NC	185	92828	0	America/New_York
4490252	Township of Sandy Mush	township-of-sandy-mush	Sandy Mush Township		US	NC	021	92832	0	America/New_York
4490299	Township of Sandy Ridge	township-of-sandy-ridge	Sandy Ridge Township		US	NC	179	92836	0	America/New_York
4490380	Township of Saratoga	township-of-saratoga	Saratoga Township		US	NC	195	92840	0	America/New_York
4490429	Township of Sassafras Fork	township-of-sassafras-fork	Sassafras Fork Township		US	NC	077	92844	0	America/New_York
4490451	Township of Saulston	township-of-saulston	Saulston Township		US	NC	191	92848	0	America/New_York
4490463	Township of Sauratown	township-of-sauratown	Sauratown Township		US	NC	169	92852	0	America/New_York
4490485	Township of Savannah	township-of-savannah	Savannah Township		US	NC	099	92856	0	America/New_York
4490596	Township of Scotch Irish	township-of-scotch-irish	Scotch Irish Township,Scotch-Irish Township,Township of Scotch Irish		US	NC	159	92860	0	America/New_York
4490609	Township of Scotland Neck	township-of-scotland-neck	Scotland Neck Township		US	NC	083	92864	0	America/New_York
4490621	Township of Scott Creek	township-of-scott-creek	Scott Creek Township		US	NC	099	92868	0	America/New_York
4490669	Township of Scuppernong	township-of-scuppernong	Scuppernong Township		US	NC	187	92876	0	America/New_York
4490674	Township of Sea Level	township-of-sea-level	Sea Level Township		US	NC	031	92884	0	America/New_York
4490678	Township of Seaboard	township-of-seaboard	Seaboard Township		US	NC	131	92880	0	America/New_York
4490683	Township of Scuppernong	township-of-scuppernong	Scuppernong Township		US	NC	177	92872	0	America/New_York
4490785	Township of Selma	township-of-selma	Selma Township		US	NC	101	92888	0	America/New_York
4490871	Township of Seventy-First	township-of-seventy-first	Seventy-First Township		US	NC	051	92892	0	America/New_York
4490961	Township of Shady Grove	township-of-shady-grove	Shady Grove Township		US	NC	059	92896	0	America/New_York
4490985	Township of Shallotte	township-of-shallotte	Shallotte Township		US	NC	019	92900	0	America/New_York
4491023	Township of Shannon	township-of-shannon	Shannon Township		US	NC	155	92904	0	America/New_York
4491079	Township of Sharpes	township-of-sharpes	Sharpes Township		US	NC	003	92908	0	America/New_York
4491080	Township of Sharpesburg	township-of-sharpesburg	Sharpesburg Township		US	NC	097	92912	0	America/New_York
4491121	Township of Shawneehaw	township-of-shawneehaw	Shawneehaw Township		US	NC	189	92916	0	America/New_York
4491415	Township of Shiloh	township-of-shiloh	Shiloh Township		US	NC	029	92920	0	America/New_York
4491416	Township of Shiloh	township-of-shiloh	Shiloh Township		US	NC	097	92924	0	America/New_York
4491421	Township of Shine	township-of-shine	Shine Township		US	NC	079	92928	0	America/New_York
4491489	Township of Shoal Creek	township-of-shoal-creek	Shoal Creek Township		US	NC	039	92932	0	America/New_York
4491502	Township of Shoals	township-of-shoals	Shoals Township		US	NC	171	92936	0	America/New_York
4491511	Township of Shocco	township-of-shocco	Shocco Township		US	NC	185	92940	0	America/New_York
4491525	Township of Shooting Creek	township-of-shooting-creek	Shooting Creek Township		US	NC	043	92944	0	America/New_York
4491684	Township of Siloam	township-of-siloam	Siloam Township		US	NC	171	92948	0	America/New_York
4491703	Township of Silver Creek	township-of-silver-creek	Silver Creek Township		US	NC	023	92952	0	America/New_York
4491708	Township of Silver Hill	township-of-silver-hill	Silver Hill Township		US	NC	057	92956	0	America/New_York
4491810	Township of Simpsonville	township-of-simpsonville	Simpsonville Township		US	NC	157	92960	0	America/New_York
4491861	Township of Sixpound	township-of-sixpound	Sixpound Township		US	NC	185	92964	0	America/New_York
4491891	Township of Skinnersville	township-of-skinnersville	Skinnersville Township		US	NC	187	92968	0	America/New_York
4492111	Township of Smith Creek	township-of-smith-creek	Smith Creek Township		US	NC	185	92976	0	America/New_York
4492163	Township of Smith	township-of-smith	Smith Township		US	NC	061	92972	0	America/New_York
4492174	Township of Smithfield	township-of-smithfield	Smithfield Township		US	NC	101	92980	0	America/New_York
4492178	Township of Smithbridge	township-of-smithbridge	Smiths Bridge Township,Township of Smithbridge,Township of Smiths Bridge		US	NC	113	92974	0	America/New_York
4492210	Township of Smithville	township-of-smithville	Smithville Township		US	NC	019	92992	0	America/New_York
4492213	Township of Smiths	township-of-smiths	Smiths Township		US	NC	155	92984	0	America/New_York
4492224	Township of Smoky Creek	township-of-smoky-creek	Smoky Creek Township		US	NC	023	92996	0	America/New_York
4492253	Township of Smyrna	township-of-smyrna	Smyrna Township		US	NC	031	93000	0	America/New_York
4492254	Township of Smyrna	township-of-smyrna	Smyrna Township		US	NC	155	93004	0	America/New_York
4492262	Township of Snakebite	township-of-snakebite	Snake Bite Township,Township of Snake Bite,Township of Snakebite		US	NC	015	93008	0	America/New_York
4492326	Township of Snow Creek	township-of-snow-creek	Snow Creek Township		US	NC	169	93016	0	America/New_York
4492351	Township of Snow Hill	township-of-snow-hill	Snow Hill Township		US	NC	079	93020	0	America/New_York
4492357	Township of Snow Creek	township-of-snow-creek	Snow Creek Township		US	NC	121	93012	0	America/New_York
4492448	Township of Somers	township-of-somers	Somers Township		US	NC	193	93024	0	America/New_York
4492489	Township of South Albemarle	township-of-south-albemarle	South Albemarle Township		US	NC	167	93028	0	America/New_York
4492509	Township of South Clinton	township-of-south-clinton	South Clinton Township		US	NC	163	93032	0	America/New_York
4492571	Township of South Fork	township-of-south-fork	South Fork Township		US	NC	067	93036	0	America/New_York
4492587	Township of South Fork	township-of-south-fork	South Fork Township		US	NC	177	93040	0	America/New_York
4492603	Township of South Mills	township-of-south-mills	South Mills Township		US	NC	029	93044	0	America/New_York
4492625	Township of South Point	township-of-south-point	South Point Township		US	NC	071	93048	0	America/New_York
4492657	Township of South River	township-of-south-river	South River Township		US	NC	163	93052	0	America/New_York
4492679	Township of South Toe	township-of-south-toe	South Toe Township		US	NC	199	93056	0	America/New_York
4492688	Township of South Westfield	township-of-south-westfield	South Westfield Township		US	NC	171	93064	0	America/New_York
4492689	Township of South Whitakers	township-of-south-whitakers	South Whitakers Township		US	NC	127	93068	0	America/New_York
4492691	Township of South Williams	township-of-south-williams	South Williams Township		US	NC	047	93072	0	America/New_York
4492800	Township of Southwest	township-of-southwest	South West Township,Southwest Township,Township of Southwest		US	NC	107	93060	0	America/New_York
4492858	Township of Speights Bridge	township-of-speights-bridge	Speights Bridge Township		US	NC	079	93076	0	America/New_York
4493026	Township of Spring Hill	township-of-spring-hill	Spring Hill Township		US	NC	165	93080	0	America/New_York
4493087	Township of Springhill	township-of-springhill	Springhill Township		US	NC	195	93084	0	America/New_York
4493159	Township of Stacy	township-of-stacy	Stacy Township		US	NC	031	93088	0	America/New_York
4493248	Township of Stanton	township-of-stanton	Stanton Township		US	NC	193	93092	0	America/New_York
4493252	Township of Stantonsburg	township-of-stantonsburg	Stantonsburg Township		US	NC	195	93096	0	America/New_York
4493264	Township of Star	township-of-star	Star Township		US	NC	123	93100	0	America/New_York
4493324	Township of Statesville	township-of-statesville	Statesville Township		US	NC	097	93104	0	America/New_York
4493342	Township of Stecoah	township-of-stecoah	Stecoah Township		US	NC	075	93108	0	America/New_York
4493362	Township of Steele	township-of-steele	Steele Township		US	NC	159	93112	0	America/New_York
4493364	Township of Steeles	township-of-steeles	Steeles Township		US	NC	153	93116	0	America/New_York
4493415	Township of Sterlings	township-of-sterlings	Sterlings Township		US	NC	155	93120	0	America/New_York
4493474	Township of Stewarts Creek	township-of-stewarts-creek	Stewarts Creek Township		US	NC	171	93128	0	America/New_York
4493477	Township of Stewartsville	township-of-stewartsville	Stewartsville Township		US	NC	165	93132	0	America/New_York
4493596	Township of Stonewall	township-of-stonewall	Stonewall Township		US	NC	093	93136	0	America/New_York
4493644	Township of Stoney Creek	township-of-stoney-creek	Stony Creek Township,Township of Stoney Creek,Township of Stony Creek		US	NC	033	93137	0	America/New_York
4493645	Township of Stony Creek	township-of-stony-creek	Stony Creek Township		US	NC	127	93144	0	America/New_York
4493646	Township of Stoney Creek	township-of-stoney-creek	Stony Creek Township,Township of Stoney Creek,Township of Stony Creek		US	NC	191	93138	0	America/New_York
4493660	Township of Stony Fork	township-of-stony-fork	Stony Fork Township		US	NC	189	93152	0	America/New_York
4493746	Township of Straits	township-of-straits	Straits Township		US	NC	031	93156	0	America/New_York
4493828	Township of Stump Sound	township-of-stump-sound	Stump Sound Township		US	NC	133	93160	0	America/New_York
4493906	Township of Sugarfork	township-of-sugarfork	Sugar Fork Township,Township of Sugar Fork,Township of Sugarfork		US	NC	113	93164	0	America/New_York
4493910	Township of Sugar Loaf	township-of-sugar-loaf	Sugar Loaf Township		US	NC	003	93168	0	America/New_York
4493988	Township of Sulphur Springs	township-of-sulphur-springs	Sulphur Springs Township		US	NC	161	93172	0	America/New_York
4494022	Township of Sumner	township-of-sumner	Sumner Township		US	NC	081	93176	0	America/New_York
4494213	Township of Swan Quarter	township-of-swan-quarter	Swan Quarter Township		US	NC	095	93184	0	America/New_York
4494227	Township of Swannanoa	township-of-swannanoa	Swannanoa Township		US	NC	021	93180	0	America/New_York
4494244	Township of Swansboro	township-of-swansboro	Swansboro Township		US	NC	133	93188	0	America/New_York
4494290	Township of Sweetwater	township-of-sweetwater	Sweetwater Township		US	NC	043	93192	0	America/New_York
4494301	Township of Swift Creek	township-of-swift-creek	Swift Creek Township		US	NC	147	93196	0	America/New_York
4494302	Township of Swift Creek	township-of-swift-creek	Swift Creek Township		US	NC	183	93200	0	America/New_York
4494338	Township of Sylva	township-of-sylva	Sylva Township		US	NC	099	93204	0	America/New_York
4494392	Township of Tabernacle	township-of-tabernacle	Tabernacle Township		US	NC	151	93208	0	America/New_York
4494425	Township of Tally Ho	township-of-tally-ho	Tally Ho Township		US	NC	077	93212	0	America/New_York
4494566	Township of Tatums	township-of-tatums	Tatums Township		US	NC	047	93216	0	America/New_York
4496565	Township of Vance	township-of-vance	Vance Township		US	NC	107	93856	0	America/New_York
4494619	Township of Taylors	township-of-taylors	Taylor Township,Township of Taylor,Township of Taylors		US	NC	195	93220	0	America/New_York
4494626	Township of Taylors Bridge	township-of-taylors-bridge	Taylors Bridge Township		US	NC	163	93224	0	America/New_York
4494654	Township of Taylorsville	township-of-taylorsville	Taylorsville Township		US	NC	003	93228	0	America/New_York
4494946	Township of Thomasville	township-of-thomasville	Thomasville Township		US	NC	057	93232	0	America/New_York
4494985	Township of Thompson	township-of-thompson	Thompson Township		US	NC	155	93236	0	America/New_York
4495210	Township of Toisnot	township-of-toisnot	Toisnot Township		US	NC	195	93244	0	America/New_York
4495293	Township of Topsail	township-of-topsail	Topsail Township		US	NC	141	93248	0	America/New_York
4495336	Township of Town Creek	township-of-town-creek	Town Creek Township		US	NC	019	93252	0	America/New_York
4495380	Township 1	township-1			US	NC	049	93256	0	America/New_York
4495381	Township 1	township-1			US	NC	137	93260	0	America/New_York
4495384	Township of Dunn	township-of-dunn	Dunn Township 1,Township of Dunn		US	NC	069	90926	0	America/New_York
4495396	Township of Louisburg	township-of-louisburg	Louisburg Township 10,Township of Louisburg		US	NC	069	91906	0	America/New_York
4495399	Township 10, Midland	township-10-midland	Midland Township 10,Township 10  Midland		US	NC	025	93688	0	America/New_York
4495415	Township 2	township-2			US	NC	049	93308	0	America/New_York
4495416	Township 2	township-2			US	NC	137	93312	0	America/New_York
4495421	Township of Harris	township-of-harris	Harris Township,Harris Township 2,Township of Harris		US	NC	069	91414	0	America/New_York
4495427	Township 3	township-3			US	NC	049	93360	0	America/New_York
4495428	Township 3	township-3			US	NC	137	93364	0	America/New_York
4495431	Township 3, Mars Hill	township-3-mars-hill	Mars Hill Township 3,Township 3  Mars Hill		US	NC	115	93376	0	America/New_York
4495439	Township of Youngsville	township-of-youngsville	Township of Youngsville,Youngsville Township 3		US	NC	069	94150	0	America/New_York
4495440	Township 4	township-4			US	NC	137	93412	0	America/New_York
4495445	Township of Franklinton	township-of-franklinton	Franklinton Township 4,Township of Franklinton		US	NC	069	91170	0	America/New_York
4495452	Township 5	township-5			US	NC	049	93460	0	America/New_York
4495453	Township 5	township-5			US	NC	137	93464	0	America/New_York
4495457	Township of Hayesville	township-of-hayesville	Hayesville Township,Hayesville Township 5,Haysville Township,Township of Hayesville		US	NC	069	91438	0	America/New_York
4495464	Township 6	township-6			US	NC	049	93508	0	America/New_York
4495471	Township of Sandy Creek	township-of-sandy-creek	Sandy Creek Township 6,Township of Sandy Creek		US	NC	069	92822	0	America/New_York
4495475	Township 7	township-7			US	NC	049	93552	0	America/New_York
4495481	Township of Gold Mine	township-of-gold-mine	Gold Mine Township 7,Township of Gold Mine		US	NC	069	91258	0	America/New_York
4495486	Township 8	township-8			US	NC	049	93592	0	America/New_York
4495487	Township of Cedar Rock	township-of-cedar-rock	Cedar Rock Township 8,Township of Cedar Rock		US	NC	069	90590	0	America/New_York
4495495	Township 9	township-9			US	NC	049	93628	0	America/New_York
4495496	Township of Cypress Creek	township-of-cypress-creek	Cypress Creek Township 9,Township of Cypress Creek		US	NC	069	90866	0	America/New_York
4495508	Township of Townsville	township-of-townsville	Townsville Township		US	NC	181	93752	0	America/New_York
4495553	Township of Traphill	township-of-traphill	Township of Trap Hill,Township of Traphill,Trap Hill Township		US	NC	193	93756	0	America/New_York
4495584	Township of Trent	township-of-trent	Trent Township		US	NC	107	93760	0	America/New_York
4495604	Township of Triangle	township-of-triangle	Triangle Township		US	NC	063	93764	0	America/New_York
4495667	Township of Trinity	township-of-trinity	Trinity Township		US	NC	151	93768	0	America/New_York
4495724	Township of Troy	township-of-troy	Troy Township		US	NC	123	93772	0	America/New_York
4495758	Township of Tryon	township-of-tryon	Tryon Township		US	NC	149	93776	0	America/New_York
4495914	Township of Turkey	township-of-turkey	Turkey Township		US	NC	163	93780	0	America/New_York
4495938	Township of Turnbull	township-of-turnbull	Turnbull Township		US	NC	017	93784	0	America/New_York
4495958	Township of Turnersburg	township-of-turnersburg	Turnersburg Township		US	NC	097	93788	0	America/New_York
4495994	Township of Tusquittee	township-of-tusquittee	Township of Tusquittee,Tusquitee Township,Tusquittee Township		US	NC	043	93792	0	America/New_York
4496069	Township of Tyro	township-of-tyro	Tyro Township		US	NC	057	93796	0	America/New_York
4496090	Township of Tyson	township-of-tyson	Tyson Township		US	NC	167	93800	0	America/New_York
4496246	Township of Union Grove	township-of-union-grove	Union Grove Township		US	NC	097	93824	0	America/New_York
4496299	Township of Union	township-of-union	Union Township		US	NC	141	93804	0	America/New_York
4496300	Township of Union	township-of-union	Union Township		US	NC	151	93808	0	America/New_York
4496301	Township of Union	township-of-union	Union Township		US	NC	155	93812	0	America/New_York
4496302	Township of Union	township-of-union	Union Township		US	NC	161	93816	0	America/New_York
4496303	Township of Union	township-of-union	Union Township		US	NC	193	93820	0	America/New_York
4496332	Township of Unity	township-of-unity	Unity Township		US	NC	159	93828	0	America/New_York
4496387	Township of Upper Creek	township-of-upper-creek	Upper Creek Township		US	NC	023	93832	0	America/New_York
4496395	Township of Upper Fork	township-of-upper-fork	Upper Fork Township		US	NC	023	93836	0	America/New_York
4496400	Township of Upper Hominy	township-of-upper-hominy	Upper Hominy Township		US	NC	021	93840	0	America/New_York
4496412	Township of Upper Little River	township-of-upper-little-river	Upper Little River Township		US	NC	085	93844	0	America/New_York
4496473	Township of Uwharrie	township-of-uwharrie	Uwharrie Township		US	NC	123	93848	0	America/New_York
4496519	Township of Valleytown	township-of-valleytown	Township of Valley Town,Township of Valleytown,Valley Town Township		US	NC	039	93852	0	America/New_York
4496566	Township of Vance	township-of-vance	Vance Township		US	NC	179	93860	0	America/New_York
4496674	Township of Vienna	township-of-vienna	Vienna Township		US	NC	067	93864	0	America/New_York
4497219	Township of Waccamaw	township-of-waccamaw	Waccamaw Township		US	NC	019	93868	0	America/New_York
4497220	Township of Waccamaw	township-of-waccamaw	Waccamaw Township		US	NC	047	93872	0	America/New_York
4497248	Township of Wadesboro	township-of-wadesboro	Wadesboro Township		US	NC	007	93876	0	America/New_York
4497295	Township of Wake Forest	township-of-wake-forest	Wake Forest Township		US	NC	183	93880	0	America/New_York
4497471	Township of Walnut Grove	township-of-walnut-grove	Walnut Grove Township		US	NC	077	93884	0	America/New_York
4497472	Township of Walnut Grove	township-of-walnut-grove	Walnut Grove Township		US	NC	193	93888	0	America/New_York
4497473	Township of Walnut Hill	township-of-walnut-hill	Walnut Hill Township		US	NC	009	93892	0	America/New_York
4497625	Township of Warrenton	township-of-warrenton	Warrenton Township		US	NC	185	93896	0	America/New_York
4497646	Township of Warsaw	township-of-warsaw	Warsaw Township		US	NC	061	93900	0	America/New_York
4497700	Township of Washington	township-of-washington	Washington Township		US	NC	013	93904	0	America/New_York
4497701	Township of Washington	township-of-washington	Washington Township		US	NC	081	93908	0	America/New_York
4497718	Township of Watauga	township-of-watauga	Watauga Township		US	NC	189	93912	0	America/New_York
4497788	Township of Watkins	township-of-watkins	Watkins Township		US	NC	181	93916	0	America/New_York
4497875	Township of Waynesville	township-of-waynesville	Waynesville Township		US	NC	087	93920	0	America/New_York
4497954	Township of Webster	township-of-webster	Webster Township		US	NC	099	93924	0	America/New_York
4498001	Township of Welches Creek	township-of-welches-creek	Township of Welch Creek,Township of Welches Creek,Welches Creek Township		US	NC	047	93928	0	America/New_York
4498020	Township of Weldon	township-of-weldon	Weldon Township		US	NC	083	93932	0	America/New_York
4498061	Township of Wentworth	township-of-wentworth	Wentworth Township		US	NC	157	93936	0	America/New_York
4498228	Township of West Howellsville	township-of-west-howellsville	West Howellsville Township		US	NC	155	93952	0	America/New_York
4498233	Township of West Jefferson	township-of-west-jefferson	West Jefferson Township		US	NC	009	93956	0	America/New_York
4498341	Township of Westbrook	township-of-westbrook	Township of Westbrook,Township of Westbrooks,Westbrooks Township		US	NC	163	93939	0	America/New_York
4498374	Township of Western Prong	township-of-western-prong	Western Prong Township		US	NC	047	93944	0	America/New_York
4498390	Township of Westfield	township-of-westfield	Westfield Township		US	NC	171	93948	0	America/New_York
4498705	Township of White Oak	township-of-white-oak	White Oak Township		US	NC	017	93964	0	America/New_York
4498706	Township of White Oak	township-of-white-oak	White Oak Township		US	NC	087	93972	0	America/New_York
4498707	Township of White Oak	township-of-white-oak	White Oak Township		US	NC	133	93976	0	America/New_York
4498708	Township of White Oak	township-of-white-oak	White Oak Township		US	NC	149	93980	0	America/New_York
4498709	Township of White Oak	township-of-white-oak	White Oak Township		US	NC	183	93984	0	America/New_York
4498714	Township of White Oak	township-of-white-oak	White Oak Township		US	NC	031	93968	0	America/New_York
4498777	Township of White Store	township-of-white-store	White Store Township		US	NC	007	93996	0	America/New_York
4498790	Township of Whitehead	township-of-whitehead	Whitehead Township		US	NC	005	93960	0	America/New_York
4498863	Township of Whites Creek	township-of-whites-creek	Whites Creek Township		US	NC	017	93992	0	America/New_York
4498877	Township of Whites	township-of-whites	Whites Township		US	NC	015	93988	0	America/New_York
4498907	Township of Whiteville	township-of-whiteville	Whiteville Township		US	NC	047	94000	0	America/New_York
4498981	Township of Wiccacanee	township-of-wiccacanee	Wiccacanee Township		US	NC	131	94004	0	America/New_York
4499089	Township of Wilders	township-of-wilders	Wilders Township		US	NC	101	94008	0	America/New_York
4499141	Township of Wilkesboro	township-of-wilkesboro	Wilkesboro Township		US	NC	193	94012	0	America/New_York
4499199	Township of Williams	township-of-williams	Township of William,Township of Williams,William Township		US	NC	037	94016	0	America/New_York
4499266	Township of Williams	township-of-williams	Williams Township		US	NC	047	94020	0	America/New_York
4499267	Township of Williams	township-of-williams	Williams Township		US	NC	117	94024	0	America/New_York
4499270	Township of Williamsboro	township-of-williamsboro	Williamsboro Township		US	NC	181	94028	0	America/New_York
4499280	Township of Williamsburg	township-of-williamsburg	Williamsburg Township		US	NC	157	94032	0	America/New_York
4499301	Township of Williamston	township-of-williamston	Williamston Township		US	NC	117	94040	0	America/New_York
4499305	Township of Williamson	township-of-williamson	Township of Williamson,Township of Williamsons,Williamsons Township		US	NC	165	94036	0	America/New_York
4499381	Township of Wilmington	township-of-wilmington	Wilmington Township		US	NC	129	94044	0	America/New_York
4499447	Township of Wilson Creek	township-of-wilson-creek	Wilson Creek Township		US	NC	027	94052	0	America/New_York
4499461	Township of Wilson Mills	township-of-wilson-mills	Township of Wilson Mills,Wilson Mills Township,Wilsons Mills Township		US	NC	101	94056	0	America/New_York
4499479	Township of Wilson	township-of-wilson	Wilson Township		US	NC	195	94048	0	America/New_York
4499538	Township of Windsor	township-of-windsor	Windsor Township		US	NC	015	94064	0	America/New_York
4499611	Township of Winston	township-of-winston	Winston Township		US	NC	067	94068	0	America/New_York
4499632	Township of Winterville	township-of-winterville	Winterville Township		US	NC	147	94072	0	America/New_York
4499636	Township of Winton	township-of-winton	Winton Township		US	NC	091	94076	0	America/New_York
4499651	Township of Wisharts	township-of-wisharts	Township of Wishart,Township of Wisharts,Wishart Township		US	NC	155	94080	0	America/New_York
4499661	Township of Wittenburg	township-of-wittenburg	Township of Wittenberg,Township of Wittenburg,Wittenberg Township		US	NC	003	94086	0	America/New_York
4499744	Township of Wolf Pit	township-of-wolf-pit	Wolf Pit Township		US	NC	153	94088	0	America/New_York
4499783	Township of Wolfscrape	township-of-wolfscrape	Wolfscrape Township		US	NC	061	94092	0	America/New_York
4499866	Township of Woodington	township-of-woodington	Woodington Township		US	NC	107	94096	0	America/New_York
4499962	Township of Woodsdale	township-of-woodsdale	Woodsdale Township		US	NC	145	94100	0	America/New_York
4499979	Township of Woodville	township-of-woodville	Woodville Township		US	NC	015	94104	0	America/New_York
4500133	Township of Yadkin College	township-of-yadkin-college	Fulton,Township of Yadkin College,Yadkin College Township		US	NC	057	94112	0	America/New_York
4500151	Township of Yadkin Valley	township-of-yadkin-valley	Yadkin Valley Township		US	NC	027	94116	0	America/New_York
4500152	Township of Yadkin	township-of-yadkin	Yadkin Township		US	NC	169	94108	0	America/New_York
4500167	Township of Yanceyville	township-of-yanceyville	Yanceyville Township		US	NC	033	94120	0	America/New_York
4500202	Township of Yellow Creek	township-of-yellow-creek	Yellow Creek Township		US	NC	075	94124	0	America/New_York
4500466	City of Absecon	city-of-absecon			US	NJ	001	00100	8411	America/New_York
4500498	Township of Alloway	township-of-alloway	Alloway Township		US	NJ	033	00880	0	America/New_York
4500547	City of Atlantic City	city-of-atlantic-city	Atlantic City,City of Atlantic City		US	NJ	001	02080	39558	America/New_York
4500575	Borough of Audubon Park	borough-of-audubon-park			US	NJ	007	02230	1023	America/New_York
4500576	Borough of Audubon	borough-of-audubon			US	NJ	007	02200	8819	America/New_York
4500582	Borough of Avalon	borough-of-avalon			US	NJ	009	02320	1334	America/New_York
4500639	Borough of Barnegat Light	borough-of-barnegat-light			US	NJ	029	03130	574	America/New_York
4500644	Township of Barnegat	township-of-barnegat	Barnegat Township,Township of Barnegat,Township of Union		US	NJ	029	03050	0	America/New_York
4500651	Borough of Barrington	borough-of-barrington			US	NJ	007	03250	6983	America/New_York
4500664	Township of Bass River	township-of-bass-river	Bass River Township		US	NJ	005	03370	0	America/New_York
4500705	Borough of Beach Haven	borough-of-beach-haven			US	NJ	029	03940	1170	America/New_York
4500712	Borough of Beachwood	borough-of-beachwood			US	NJ	029	04180	11045	America/New_York
4500751	Borough of Bellmawr	borough-of-bellmawr			US	NJ	007	04750	11583	America/New_York
4500769	Township of Berkeley	township-of-berkeley	Berkeley Township		US	NJ	029	05305	0	America/New_York
4500776	Borough of Berlin	borough-of-berlin			US	NJ	007	05440	7588	America/New_York
4500777	Township of Berlin	township-of-berlin	Berlin Township		US	NJ	007	05470	0	America/New_York
4500918	City of Bridgeton	city-of-bridgeton			US	NJ	011	07600	25349	America/New_York
4500934	City of Brigantine	city-of-brigantine			US	NJ	001	07810	9450	America/New_York
4500952	Borough of Brooklawn	borough-of-brooklawn			US	NJ	007	08170	1955	America/New_York
4500978	Township of Buena Vista	township-of-buena-vista	Buena Vista Township		US	NJ	001	08710	0	America/New_York
4500979	Borough of Buena	borough-of-buena			US	NJ	001	08680	4603	America/New_York
4501026	City of Camden	city-of-camden			US	NJ	007	10000	77344	America/New_York
4501061	Borough of Cape May Point	borough-of-cape-may-point			US	NJ	009	10330	291	America/New_York
4501062	City of Cape May	city-of-cape-may			US	NJ	009	10270	3607	America/New_York
4501074	Township of Carneys Point	township-of-carneys-point	Carneys Point Township,Township of Carneys Point,Township of Upper Penns Neck		US	NJ	033	10610	0	America/New_York
4501206	Township of Cherry Hill	township-of-cherry-hill	Cherry Hill Township		US	NJ	007	12280	0	America/New_York
4501211	Borough of Chesilhurst	borough-of-chesilhurst			US	NJ	007	12550	1634	America/New_York
4501260	Borough of Clayton	borough-of-clayton			US	NJ	015	13360	8179	America/New_York
4501272	Borough of Clementon	borough-of-clementon			US	NJ	007	13420	5000	America/New_York
4501308	Borough of Collingswood	borough-of-collingswood			US	NJ	007	14260	13926	America/New_York
4501330	Township of Commercial	township-of-commercial	Commercial Township		US	NJ	011	14710	0	America/New_York
4501350	City of Corbin City	city-of-corbin-city	City of Corbin City,Civil City of Corbin City,Corbin City		US	NJ	001	15160	492	America/New_York
4501485	Township of Deerfield	township-of-deerfield	Deerfield Township		US	NJ	011	16900	0	America/New_York
4501504	Township of Deptford	township-of-deptford	Deptford,Deptford Township		US	NJ	015	17710	30561	America/New_York
4501506	Township of Dennis	township-of-dennis	Dennis Township		US	NJ	009	17560	0	America/New_York
4501554	Township of Toms River	township-of-toms-river	Dover Township,Township of Dover,Township of Toms River		US	NJ	029	73125	0	America/New_York
4501555	Township of Downe	township-of-downe	Downe Township		US	NJ	011	18220	0	America/New_York
4501602	Township of Eagleswood	township-of-eagleswood	Eagleswood Township		US	NJ	029	18670	0	America/New_York
4501613	Township of East Greenwich	township-of-east-greenwich	East Greenwich Township		US	NJ	015	19180	0	America/New_York
4501647	City of Egg Harbor City	city-of-egg-harbor-city	City of Egg Harbor City,Civil City of Egg Harbor City,Egg Harbor City		US	NJ	001	20350	4243	America/New_York
4501649	Township of Egg Harbor	township-of-egg-harbor	Egg Harbor Township,Egg Harbor Twp		US	NJ	001	20290	39863	America/New_York
4501671	Township of Elk	township-of-elk	Elk Township		US	NJ	015	21060	0	America/New_York
4501681	Borough of Elmer	borough-of-elmer			US	NJ	033	21240	1395	America/New_York
4501686	Township of Elsinboro	township-of-elsinboro	Elsinboro Township		US	NJ	033	21330	0	America/New_York
4501710	City of Estell Manor	city-of-estell-manor			US	NJ	001	21870	1735	America/New_York
4501723	Township of Evesham	township-of-evesham	Evesham Township		US	NJ	005	22110	0	America/New_York
4501745	Township of Fairfield	township-of-fairfield	Fairfield Township		US	NJ	011	22350	0	America/New_York
4501810	Borough of Folsom	borough-of-folsom			US	NJ	001	23940	1885	America/New_York
4501856	Township of Franklin	township-of-franklin	Franklin Township		US	NJ	015	24840	0	America/New_York
4501887	Township of Galloway	township-of-galloway	Galloway,Galloway Township		US	NJ	001	25560	0	America/New_York
4501920	Borough of Gibbsboro	borough-of-gibbsboro			US	NJ	007	26070	2274	America/New_York
4501934	Borough of Glassboro	borough-of-glassboro			US	NJ	015	26340	18579	America/New_York
4501942	City of Gloucester City	city-of-gloucester-city	City of Gloucester City,Civil City of Gloucester City,Gloucester City		US	NJ	007	26820	11456	America/New_York
4501947	Township of Gloucester	township-of-gloucester	Gloucester Township		US	NJ	007	26760	0	America/New_York
4502055	Township of Greenwich	township-of-greenwich	Greenwich Township		US	NJ	011	28170	0	America/New_York
4502056	Township of Greenwich	township-of-greenwich	Greenwich Township		US	NJ	015	28185	0	America/New_York
4502095	Borough of Haddon Heights	borough-of-haddon-heights			US	NJ	007	28800	7473	America/New_York
4502102	Township of Haddon	township-of-haddon	Haddon Township		US	NJ	007	28740	0	America/New_York
4502104	Borough of Haddonfield	borough-of-haddonfield			US	NJ	007	28770	11593	America/New_York
4502112	Township of Hainesport	township-of-hainesport	Hainesport Township		US	NJ	005	29010	0	America/New_York
4502125	Township of Hamilton	township-of-hamilton	Hamilton Township		US	NJ	001	29280	0	America/New_York
4502135	Town of Hammonton	town-of-hammonton			US	NJ	001	29430	14791	America/New_York
4502166	Township of Harrison	township-of-harrison	Harrison Township		US	NJ	015	30180	0	America/New_York
4502182	Borough of Harvey Cedars	borough-of-harvey-cedars			US	NJ	029	30390	337	America/New_York
4502225	Borough of Hi-Nella	borough-of-hi-nella			US	NJ	007	32220	870	America/New_York
4502298	Township of Hopewell	township-of-hopewell	Hopewell Township		US	NJ	011	33120	0	America/New_York
4502423	Borough of Island Heights	borough-of-island-heights			US	NJ	029	34530	1673	America/New_York
4502565	Township of Lacey	township-of-lacey	Lacey Township		US	NJ	029	37380	0	America/New_York
4502632	Borough of Laurel Springs	borough-of-laurel-springs			US	NJ	007	39210	1908	America/New_York
4502639	Borough of Lavallette	borough-of-lavallette			US	NJ	029	39390	1875	America/New_York
4502645	Borough of Lawnside	borough-of-lawnside			US	NJ	007	39420	2945	America/New_York
4502647	Township of Lawrence	township-of-lawrence	Lawrence Township		US	NJ	011	39450	0	America/New_York
4502688	Borough of Lindenwold	borough-of-lindenwold			US	NJ	007	40440	17613	America/New_York
4502693	City of Linwood	city-of-linwood			US	NJ	001	40530	7092	America/New_York
4502710	Township of Little Egg Harbor	township-of-little-egg-harbor	Little Egg Harbor Township		US	NJ	029	40560	0	America/New_York
4502753	Township of Logan	township-of-logan	Logan Township		US	NJ	015	41160	0	America/New_York
4502763	Township of Long Beach	township-of-long-beach	Long Beach Township		US	NJ	029	41250	0	America/New_York
4502778	Borough of Longport	borough-of-longport			US	NJ	001	41370	895	America/New_York
4502794	Township of Lower Alloways Creek	township-of-lower-alloways-creek	Lower Alloway Creek Township,Lower Alloways Creek Township,Township of Lower Alloways Creek		US	NJ	033	41640	0	America/New_York
4502807	Township of Lower	township-of-lower	Lower Township		US	NJ	009	41610	0	America/New_York
4502821	Township of Lumberton	township-of-lumberton	Lumberton Township		US	NJ	005	42060	0	America/New_York
4502837	Borough of Magnolia	borough-of-magnolia			US	NJ	007	42630	4341	America/New_York
4502871	Township of Manchester	township-of-manchester	Manchester Township		US	NJ	029	43140	0	America/New_York
4502878	Township of Mannington	township-of-mannington	East Fenwick Township,Mannington Township,Township of Mannington		US	NJ	033	43200	0	America/New_York
4502885	Township of Mantua	township-of-mantua	Mantua Township		US	NJ	015	43440	0	America/New_York
4502899	Township of Maple Shade	township-of-maple-shade	Maple Shade Township		US	NJ	005	43740	0	America/New_York
4502903	City of Margate City	city-of-margate-city	City of Margate City,Civil City of Margate City,Margate City		US	NJ	001	43890	6354	America/New_York
4502956	Township of Maurice River	township-of-maurice-river	Maurice River Township		US	NJ	011	44580	0	America/New_York
4502988	Borough of Medford Lakes	borough-of-medford-lakes			US	NJ	005	45210	4146	America/New_York
4502990	Township of Medford	township-of-medford	Medford Township		US	NJ	005	45120	0	America/New_York
4503002	Borough of Merchantville	borough-of-merchantville			US	NJ	007	45510	3821	America/New_York
4503034	Township of Middle	township-of-middle	Middle Township		US	NJ	009	45810	0	America/New_York
4503080	City of Millville	city-of-millville			US	NJ	011	46680	28400	America/New_York
4503098	Township of Monroe	township-of-monroe	Monroe Township		US	NJ	015	47250	0	America/New_York
4503108	Township of Moorestown	township-of-moorestown	Moorestown Township		US	NJ	005	47880	0	America/New_York
4503133	Borough of Mount Ephraim	borough-of-mount-ephraim			US	NJ	007	48750	4676	America/New_York
4503139	Township of Mount Laurel	township-of-mount-laurel	Mount Laurel Township		US	NJ	005	49020	0	America/New_York
4503201	Township of Mullica	township-of-mullica	Mullica Township		US	NJ	001	49410	0	America/New_York
4503218	Borough of National Park	borough-of-national-park			US	NJ	015	49680	3036	America/New_York
4503265	Borough of Newfield	borough-of-newfield			US	NJ	015	51390	1553	America/New_York
4503314	City of North Wildwood	city-of-north-wildwood			US	NJ	009	53490	4041	America/New_York
4503317	City of Northfield	city-of-northfield			US	NJ	001	52950	8624	America/New_York
4503340	Borough of Oaklyn	borough-of-oaklyn			US	NJ	007	53880	4038	America/New_York
4503352	City of Ocean City	city-of-ocean-city	City of Ocean City,Civil City of Ocean City,Ocean City		US	NJ	009	54360	11701	America/New_York
4503363	Borough of Ocean Gate	borough-of-ocean-gate			US	NJ	029	54450	2011	America/New_York
4503369	Township of Ocean	township-of-ocean	Ocean Township		US	NJ	029	54300	0	America/New_York
4503397	Township of Oldmans	township-of-oldmans	Oldman Township,Oldmans Township,OldmansTownship,Township of Oldmans		US	NJ	033	54810	0	America/New_York
4503518	Borough of Paulsboro	borough-of-paulsboro			US	NJ	015	57150	6097	America/New_York
4503535	Borough of Pemberton	borough-of-pemberton			US	NJ	005	57480	1409	America/New_York
4503536	Township of Pemberton	township-of-pemberton	Pemberton Township		US	NJ	005	57510	0	America/New_York
4503545	Borough of Penns Grove	borough-of-penns-grove			US	NJ	033	57750	5147	America/New_York
4503554	Township of Pennsauken	township-of-pennsauken	Pennsauken Township		US	NJ	007	57660	0	America/New_York
4503557	Township of Pennsville	township-of-pennsville	Pennsville Township		US	NJ	033	57870	0	America/New_York
4503599	Borough of Pine Beach	borough-of-pine-beach			US	NJ	029	58590	2127	America/New_York
4503601	Township of Pilesgrove	township-of-pilesgrove	Pilesgrove Township		US	NJ	033	58530	0	America/New_York
4503609	Borough of Pine Hill	borough-of-pine-hill			US	NJ	007	58770	10233	America/New_York
4503620	Borough of Pine Valley	borough-of-pine-valley			US	NJ	007	58920	12	America/New_York
4503637	Borough of Pitman	borough-of-pitman			US	NJ	015	59070	9011	America/New_York
4503638	Township of Pittsgrove	township-of-pittsgrove	Pittsgrove Township		US	NJ	033	59130	0	America/New_York
4503650	City of Pleasantville	city-of-pleasantville			US	NJ	001	59640	20249	America/New_York
4503685	City of Port Republic	city-of-port-republic			US	NJ	001	60600	1115	America/New_York
4503717	Township of Quinton	township-of-quinton	Quinton Township		US	NJ	033	61470	0	America/New_York
4503834	Borough of Runnemede	borough-of-runnemede			US	NJ	007	65160	8468	America/New_York
4503954	City of Salem	city-of-salem			US	NJ	033	65490	5146	America/New_York
4504004	City of Sea Isle City	city-of-sea-isle-city	City of Sea Isle City,Sea Isle City		US	NJ	009	66390	2114	America/New_York
4504013	Borough of Seaside Heights	borough-of-seaside-heights			US	NJ	029	66450	2887	America/New_York
4504018	Borough of Seaside Park	borough-of-seaside-park			US	NJ	029	66480	1579	America/New_York
4504051	Township of Shamong	township-of-shamong	Shamong Township		US	NJ	005	66810	0	America/New_York
4504093	Borough of Shiloh	borough-of-shiloh			US	NJ	011	67020	516	America/New_York
4504097	Borough of Ship Bottom	borough-of-ship-bottom			US	NJ	029	67110	1156	America/New_York
4504183	Borough of Somerdale	borough-of-somerdale			US	NJ	007	68340	5151	America/New_York
4504187	City of Somers Point	city-of-somers-point			US	NJ	001	68430	10795	America/New_York
4504208	Township of South Harrison	township-of-south-harrison	South Harrison Township		US	NJ	015	69030	0	America/New_York
4504223	Borough of South Toms River	borough-of-south-toms-river			US	NJ	029	69510	3684	America/New_York
4504228	Township of Southampton	township-of-southampton	Southampton Township		US	NJ	005	68610	0	America/New_York
4504264	Township of Stafford	township-of-stafford	Stafford Township		US	NJ	029	70320	0	America/New_York
4504316	Borough of Stone Harbor	borough-of-stone-harbor			US	NJ	009	71010	866	America/New_York
4504330	Township of Stow Creek	township-of-stow-creek	Stoe Creek Township,Stow Creek Township,Stowe Creek Township,Township of Stow Creek		US	NJ	011	71160	0	America/New_York
4504339	Borough of Stratford	borough-of-stratford			US	NJ	007	71220	7040	America/New_York
4504376	Borough of Surf City	borough-of-surf-city			US	NJ	029	71640	1205	America/New_York
4504389	Borough of Swedesboro	borough-of-swedesboro			US	NJ	015	71850	2584	America/New_York
4504399	Township of Tabernacle	township-of-tabernacle	Tabernacle Township		US	NJ	005	72060	0	America/New_York
4504417	Borough of Tavistock	borough-of-tavistock			US	NJ	007	72240	5	America/New_York
4504531	Borough of Tuckerton	borough-of-tuckerton			US	NJ	029	74210	3347	America/New_York
4504585	Township of Upper Pittsgrove	township-of-upper-pittsgrove	Upper Pittsgrove Township		US	NJ	033	75110	0	America/New_York
4504589	Township of Upper	township-of-upper	Upper Township		US	NJ	009	74810	0	America/New_York
4504592	Township of Upper Deerfield	township-of-upper-deerfield	Upper Deerfield Township		US	NJ	011	74870	0	America/New_York
4504599	City of Ventnor City	city-of-ventnor-city	City of Ventnor City,Civil City of Ventnor City,Ventnor City		US	NJ	001	75620	10650	America/New_York
4504627	City of Vineland	city-of-vineland			US	NJ	011	76070	60724	America/New_York
4504635	Township of Voorhees	township-of-voorhees	Voorhees Township		US	NJ	007	76220	29131	America/New_York
4504732	Township of Washington	township-of-washington	Washington Township		US	NJ	005	77150	0	America/New_York
4504733	Township of Washington	township-of-washington	Washington Township		US	NJ	015	77180	0	America/New_York
4504735	Township of Waterford	township-of-waterford	Waterford Township		US	NJ	007	77630	0	America/New_York
4504763	Borough of Wenonah	borough-of-wenonah			US	NJ	015	78110	2278	America/New_York
4504778	Borough of West Cape May	borough-of-west-cape-may			US	NJ	009	78530	1024	America/New_York
4504786	Township of West Deptford	township-of-west-deptford	West Deptford Township		US	NJ	015	78800	0	America/New_York
4504803	Borough of West Wildwood	borough-of-west-wildwood			US	NJ	009	80210	603	America/New_York
4504813	Borough of Westville	borough-of-westville			US	NJ	015	80120	4288	America/New_York
4504816	Township of Weymouth	township-of-weymouth	Weymouth Township		US	NJ	001	80330	0	America/New_York
4504858	Borough of Wildwood Crest	borough-of-wildwood-crest			US	NJ	009	81200	3270	America/New_York
4504864	City of Wildwood	city-of-wildwood			US	NJ	009	81170	5325	America/New_York
4504900	Township of Winslow	township-of-winslow	Winslow Township		US	NJ	007	81740	0	America/New_York
4504914	Borough of Woodbine	borough-of-woodbine			US	NJ	009	81890	2472	America/New_York
4504920	Borough of Woodbury Heights	borough-of-woodbury-heights			US	NJ	015	82180	3055	America/New_York
4504924	City of Woodbury	city-of-woodbury			US	NJ	015	82120	10174	America/New_York
4504934	Township of Woodland	township-of-woodland	Woodland Township		US	NJ	005	82420	0	America/New_York
4504936	Borough of Woodlynne	borough-of-woodlynne			US	NJ	007	82450	2978	America/New_York
4504947	Borough of Woodstown	borough-of-woodstown			US	NJ	033	82720	3505	America/New_York
4504952	Township of Woolwich	township-of-woolwich	Woolwich Township		US	NJ	015	82840	0	America/New_York
4505018	Township of Adams	township-of-adams	Adams Township		US	OH	027	00226	0	America/New_York
4505019	Township of Adams	township-of-adams	Adams Township		US	OH	111	00296	0	America/New_York
4505020	Township of Adams	township-of-adams	Adams Township		US	OH	167	00338	0	America/New_York
4505027	Township of Addison	township-of-addison	Addison Township		US	OH	053	00422	0	America/New_York
4505048	Township of Aid	township-of-aid	Aid Township		US	OH	087	00562	0	America/New_York
4505103	Township of Alexander	township-of-alexander	Alexander Township		US	OH	009	01112	0	America/New_York
4505213	Township of Amanda	township-of-amanda	Amanda Township		US	OH	045	01637	0	America/New_York
4505216	Village of Amberley	village-of-amberley			US	OH	061	01672	3585	America/New_York
4505230	Township of Ames	township-of-ames	Ames Township		US	OH	009	01770	0	America/New_York
4505269	Township of Anderson	township-of-anderson	Anderson Township		US	OH	061	01980	0	America/New_York
4505423	Village of Arlington Heights	village-of-arlington-heights			US	OH	061	02428	745	America/New_York
4505559	Township of Athens	township-of-athens	Athens Township		US	OH	009	02750	0	America/New_York
4505593	Township of Aurelius	township-of-aurelius	Aurelius Township		US	OH	167	03072	0	America/New_York
4505774	Township of Barlow	township-of-barlow	Barlow Township		US	OH	167	03898	0	America/New_York
4505876	Township of Batavia	township-of-batavia	Batavia Township		US	OH	025	04157	0	America/New_York
4505887	Township of Bath	township-of-bath	Bath Township		US	OH	057	04220	0	America/New_York
4505957	Township of Bearfield	township-of-bearfield	Bearfield Township		US	OH	127	04584	0	America/New_York
4506006	Township of Beaver	township-of-beaver	Beaver Township		US	OH	121	04682	0	America/New_York
4506007	Township of Beaver	township-of-beaver	Beaver Township		US	OH	131	04710	0	America/New_York
4506015	Township of Beavercreek	township-of-beavercreek	Beavercreek Township		US	OH	057	04724	0	America/New_York
4506040	Township of Bedford	township-of-bedford	Bedford Township		US	OH	105	04906	0	America/New_York
4506196	City of Belpre	city-of-belpre			US	OH	167	05424	6441	America/New_York
4506197	Township of Belpre	township-of-belpre	Belpre Township		US	OH	167	05438	0	America/New_York
4506226	Township of Benton	township-of-benton	Benton Township		US	OH	073	05578	0	America/New_York
4506227	Township of Benton	township-of-benton	Benton Township,Jolly Township,Township of Benton		US	OH	111	05606	0	America/New_York
4506228	Township of Benton	township-of-benton	Benton Township		US	OH	131	05648	0	America/New_York
4506254	Township of Bern	township-of-bern	Bern Township		US	OH	009	05942	0	America/New_York
4506258	Township of Berne	township-of-berne	Bern Township,Berne Township,Township of Berne		US	OH	045	05956	0	America/New_York
4506422	Township of Bethel	township-of-bethel	Bethel Township		US	OH	023	06054	0	America/New_York
4506423	Township of Bethel	township-of-bethel	Bethel Township		US	OH	109	06110	0	America/New_York
4506424	Township of Bethel	township-of-bethel	Bethel Township		US	OH	111	06124	0	America/New_York
4506495	City of Bexley	city-of-bexley			US	OH	049	06278	13057	America/New_York
4506727	Township of Bloom	township-of-bloom	Bloom Township		US	OH	045	06950	0	America/New_York
4506728	Township of Bloom	township-of-bloom	Bloom Township		US	OH	115	06964	0	America/New_York
4506729	Township of Bloom	township-of-bloom	Bloom Township		US	OH	145	06992	0	America/New_York
4506734	Township of Bloomfield	township-of-bloomfield	Bloomfield Township		US	OH	079	07090	0	America/New_York
4506769	City of Blue Ash	city-of-blue-ash			US	OH	061	07300	12114	America/New_York
4506800	Township of Blue Rock	township-of-blue-rock	Blue Rock Township		US	OH	119	07398	0	America/New_York
4506932	Township of Bowling Green	township-of-bowling-green	Bowling Green Township		US	OH	089	07944	0	America/New_York
4507004	Township of Bratton	township-of-bratton	Bratton Township		US	OH	001	08350	0	America/New_York
4507132	Township of Bristol	township-of-bristol	Bristol Township		US	OH	115	08910	0	America/New_York
4507169	Township of Brookfield	township-of-brookfield	Brookfield Township		US	OH	121	09162	0	America/New_York
4507232	Township of Brown	township-of-brown	Brown Township		US	OH	163	09526	0	America/New_York
4507281	Township of Brush Creek	township-of-brush-creek	Brush Creek Township		US	OH	001	09722	0	America/New_York
4507282	Township of Brush Creek	township-of-brush-creek	Brush Creek Township		US	OH	119	09757	0	America/New_York
4507283	Township of Brush Creek	township-of-brush-creek	Brush Creek Township		US	OH	145	09764	0	America/New_York
4507293	Township of Brushcreek	township-of-brushcreek	Brush Creek Township,Brushcreek Township,Township of Brushcreek		US	OH	071	09736	0	America/New_York
4507414	Township of Buckskin	township-of-buckskin	Buckskin Township		US	OH	141	10016	0	America/New_York
4507440	Township of Buffalo	township-of-buffalo	Buffalo Township		US	OH	121	10142	0	America/New_York
4507571	Township of Butler	township-of-butler	Butler Township		US	OH	037	10576	0	America/New_York
4507572	Township of Butler	township-of-butler	Butler Township		US	OH	113	10618	0	America/New_York
4507607	Township of Byrd	township-of-byrd	Byrd Township		US	OH	015	10758	0	America/New_York
4507653	Township of Caesarscreek	township-of-caesarscreek	Caesars Creek Township,Township of Caesars Creek,Township of Caesarscreek		US	OH	057	10856	0	America/New_York
4507790	Township of Camp Creek	township-of-camp-creek	Camp Creek Township,Campcreek Township,Township of Camp Creek		US	OH	131	11122	0	America/New_York
4507872	Township of Canaan	township-of-canaan	Canaan Township		US	OH	009	11220	0	America/New_York
4508025	Township of Carthage	township-of-carthage	Carthage Township		US	OH	009	12336	0	America/New_York
4508142	Township of Cedarville	township-of-cedarville	Cedarville Township		US	OH	057	12798	0	America/New_York
4508190	Township of Center	township-of-center	Center Township,Centre Township,Township of Center		US	OH	111	12966	0	America/New_York
4508191	Township of Center	township-of-center	Center Township,Centre Township,Township of Center		US	OH	115	12980	0	America/New_York
4511489	Township of Falls	township-of-falls	Falls Township		US	OH	119	26502	0	America/New_York
4508192	Township of Center	township-of-center	Center Township,Centre Township,Township of Center		US	OH	121	12994	0	America/New_York
4508422	Township of Cheshire	township-of-cheshire	Cheshire Township		US	OH	053	13946	0	America/New_York
4508438	Township of Chester	township-of-chester	Chester Township		US	OH	027	13974	0	America/New_York
4508439	Township of Chester	township-of-chester	Chester Township		US	OH	105	14016	0	America/New_York
4508471	City of Cheviot	city-of-cheviot			US	OH	061	14128	8375	America/New_York
4508770	City of Cincinnati	city-of-cincinnati	Cincinnati		US	OH	061	15000	296943	America/New_York
4508784	Township of Circleville	township-of-circleville	Circleville Township		US	OH	129	15077	0	America/New_York
4508834	Township of Clark	township-of-clark	Clark Township		US	OH	015	15224	0	America/New_York
4508835	Township of Clark	township-of-clark	Clark Township		US	OH	027	15238	0	America/New_York
4508864	Township of Clay	township-of-clay	Clay Township		US	OH	053	15462	0	America/New_York
4508865	Township of Clay	township-of-clay	Clay Township		US	OH	071	15476	0	America/New_York
4508866	Township of Clay	township-of-clay	Clay Township		US	OH	113	15518	0	America/New_York
4508867	Township of Clay	township-of-clay	Clay Township		US	OH	119	15532	0	America/New_York
4508868	Township of Clay	township-of-clay	Clay Township		US	OH	145	15560	0	America/New_York
4508892	Township of Clayton	township-of-clayton	Clayton Township		US	OH	127	15658	0	America/New_York
4508903	Township of Clear Creek	township-of-clear-creek	Clear Creek Township		US	OH	165	15700	0	America/New_York
4508910	Township of Clearcreek	township-of-clearcreek	Clear Creek Township,Clearcreek Township,Township of Clearcreek		US	OH	045	15686	0	America/New_York
4508998	Township of Clinton	township-of-clinton	Clinton Township		US	OH	163	16210	0	America/New_York
4509049	Township of Coal	township-of-coal	Coal Township		US	OH	079	16336	0	America/New_York
4509051	Township of Coal	township-of-coal	Coal Township		US	OH	127	16350	0	America/New_York
4509113	Township of Colerain	township-of-colerain	Colerain Township		US	OH	061	16616	0	America/New_York
4509114	Township of Colerain	township-of-colerain	Colerain Township		US	OH	141	16630	0	America/New_York
4509174	Township of Columbia	township-of-columbia	Columbia Township		US	OH	061	16882	0	America/New_York
4509175	Township of Columbia	township-of-columbia	Columbia Township		US	OH	105	16924	0	America/New_York
4509211	City of Columbus	city-of-columbus			US	OH	049	18000	787033	America/New_York
4509275	Township of Concord	township-of-concord	Concord Township		US	OH	047	18154	0	America/New_York
4509276	Township of Concord	township-of-concord	Concord Township		US	OH	071	18168	0	America/New_York
4509277	Township of Concord	township-of-concord	Concord Township		US	OH	141	18238	0	America/New_York
4509649	Township of Crosby	township-of-crosby	Crosby Township		US	OH	061	19470	0	America/New_York
4509812	Township of Darby	township-of-darby	Darby Township		US	OH	129	20156	0	America/New_York
4509920	City of Dayton	city-of-dayton			US	OH	113	21000	141527	America/New_York
4509964	Township of Decatur	township-of-decatur	Decatur Township		US	OH	087	21084	0	America/New_York
4509965	Township of Decatur	township-of-decatur	Decatur Township		US	OH	167	21098	0	America/New_York
4509981	Township of Deer Creek	township-of-deer-creek	Deer Creek Township,Deercreek Township,Township of Deer Creek		US	OH	097	21154	0	America/New_York
4509982	Township of Deercreek	township-of-deercreek	Deer Creek Township,Township of Deer Creek,Township of Deercreek		US	OH	129	21168	0	America/New_York
4509992	City of Deer Park	city-of-deer-park			US	OH	061	21266	5736	America/New_York
4510001	Township of Deerfield	township-of-deerfield	Deerfield Township		US	OH	115	21182	0	America/New_York
4510002	Township of Deerfield	township-of-deerfield	Deerfield Township		US	OH	141	21224	0	America/New_York
4510003	Township of Deerfield	township-of-deerfield	Deerfield Township		US	OH	165	21238	0	America/New_York
4510029	Township of Delhi	township-of-delhi	Delhi Township,South Bend Township,Township of Delhi		US	OH	061	21504	0	America/New_York
4510175	Township of Dixon	township-of-dixon	Dixon Township		US	OH	135	22106	0	America/New_York
4510204	Township of Dodson	township-of-dodson	Dodson Township		US	OH	071	22204	0	America/New_York
4510276	Township of Dover	township-of-dover	Dover Township		US	OH	009	22414	0	America/New_York
4510444	Township of Dunham	township-of-dunham	Dunham Township		US	OH	167	22918	0	America/New_York
4510543	Township of Eagle	township-of-eagle	Eagle Township		US	OH	015	23072	0	America/New_York
4510544	Township of Eagle	township-of-eagle	Eagle Township		US	OH	163	23100	0	America/New_York
4510727	City of Eaton	city-of-eaton			US	OH	135	24234	8407	America/New_York
4510901	Township of Elizabeth	township-of-elizabeth	Elizabeth Township		US	OH	087	24822	0	America/New_York
4510902	Township of Elizabeth	township-of-elizabeth	Elizabeth Township		US	OH	109	24836	0	America/New_York
4510932	Township of Elk	township-of-elk	Elk Township		US	OH	121	24878	0	America/New_York
4510933	Township of Elk	township-of-elk	Elk Township		US	OH	163	24892	0	America/New_York
4511002	Village of Elmwood Place	village-of-elmwood-place			US	OH	061	25186	2188	America/New_York
4511085	Township of Enoch	township-of-enoch	Enoch Township		US	OH	121	25438	0	America/New_York
4511157	Township of Etna	township-of-etna	Etna Township		US	OH	089	25690	0	America/New_York
4511200	Village of Evendale	village-of-evendale			US	OH	061	25802	2767	America/New_York
4511322	City of Fairfield	city-of-fairfield			US	OH	017	25970	42510	America/New_York
4511323	Township of Fairfield	township-of-fairfield	Fairfield Township		US	OH	017	25984	0	America/New_York
4511324	Township of Fairfield	township-of-fairfield	Fairfield Township		US	OH	071	26026	0	America/New_York
4511325	Township of Fairfield	township-of-fairfield	Fairfield Township		US	OH	097	26068	0	America/New_York
4511326	Township of Fairfield	township-of-fairfield	Fairfield Township		US	OH	167	26096	0	America/New_York
4511484	Township of Falls	township-of-falls	Falls Township		US	OH	073	26488	0	America/New_York
4511529	Township of Fayette	township-of-fayette	Fayette Township		US	OH	087	26782	0	America/New_York
4511535	Township of Fearing	township-of-fearing	Fearing Township		US	OH	167	26810	0	America/New_York
4512067	City of Forest Park	city-of-forest-park			US	OH	061	27706	18720	America/New_York
4512255	Township of Franklin	township-of-franklin	Franklin Township		US	OH	015	28210	0	America/New_York
4512256	Township of Franklin	township-of-franklin	Franklin Township		US	OH	025	28224	0	America/New_York
4512257	Township of Franklin	township-of-franklin	Franklin Township		US	OH	049	28280	0	America/New_York
4512258	Township of Franklin	township-of-franklin	Franklin Township		US	OH	079	28322	0	America/New_York
4512259	Township of Franklin	township-of-franklin	Franklin Township		US	OH	089	28336	0	America/New_York
4512260	Township of Franklin	township-of-franklin	Franklin Township		US	OH	111	28357	0	America/New_York
4512261	Township of Franklin	township-of-franklin	Franklin Township		US	OH	141	28420	0	America/New_York
4512262	Township of Franklin	township-of-franklin	Franklin Township		US	OH	165	28490	0	America/New_York
4512280	Township of Franklin	township-of-franklin	Franklin Township		US	OH	001	28196	0	America/New_York
4512455	Township of Gallipolis	township-of-gallipolis	Gallipolis Township		US	OH	053	29218	0	America/New_York
4512519	Township of Gasper	township-of-gasper	Gasper Township		US	OH	135	29484	0	America/New_York
4512617	Township of German	township-of-german	German Township		US	OH	023	29862	0	America/New_York
4512618	Township of German	township-of-german	German Township		US	OH	113	29904	0	America/New_York
4512785	Village of Glendale	village-of-glendale			US	OH	061	30380	2155	America/New_York
4512863	Village of Golf Manor	village-of-golf-manor	City of Golf Manor,Village of Golf Manor		US	OH	061	30786	3611	America/New_York
4512877	Township of Good Hope	township-of-good-hope	Good Hope Township		US	OH	073	30842	0	America/New_York
4512950	Township of Goshen	township-of-goshen	Goshen Township		US	OH	025	31010	0	America/New_York
4513061	City of Grandview Heights	city-of-grandview-heights			US	OH	049	31304	6536	America/New_York
4513065	Township of Grandview	township-of-grandview	Grandview Township		US	OH	167	31276	0	America/New_York
4513119	Township of Gratis	township-of-gratis	Gratis Township		US	OH	135	31486	0	America/New_York
4513231	Township of Green	township-of-green	Green Township		US	OH	001	31668	0	America/New_York
4513232	Township of Green	township-of-green	Green Township		US	OH	015	31696	0	America/New_York
4513233	Township of Green	township-of-green	Green Township,Greene Township,Township of Green		US	OH	023	31703	0	America/New_York
4513234	Township of Green	township-of-green	Green Township		US	OH	027	31710	0	America/New_York
4513235	Township of Green	township-of-green	Green Township,Greene Township,Township of Green		US	OH	047	31724	0	America/New_York
4513236	Township of Green	township-of-green	Green Township		US	OH	053	31738	0	America/New_York
4513237	Township of Green	township-of-green	Green Township		US	OH	061	31752	0	America/New_York
4513238	Township of Green	township-of-green	Green Township		US	OH	073	31780	0	America/New_York
4513239	Township of Green	township-of-green	Green Township		US	OH	111	31808	0	America/New_York
4513240	Township of Green	township-of-green	Green Township		US	OH	141	31822	0	America/New_York
4513241	Township of Green	township-of-green	Green Township		US	OH	145	31836	0	America/New_York
4513307	Township of Greenfield	township-of-greenfield	Greenfield Township		US	OH	045	32060	0	America/New_York
4513308	Township of Greenfield	township-of-greenfield	Greenfield Township		US	OH	053	32074	0	America/New_York
4513316	Village of Greenhills	village-of-greenhills	City of Greenhills,Village of Greenhills		US	OH	061	32158	3615	America/New_York
4513471	Township of Guyan	township-of-guyan	Guyan Township		US	OH	053	32760	0	America/New_York
4513571	Township of Hamer	township-of-hamer	Hamer Township		US	OH	071	32970	0	America/New_York
4513621	City of Hamilton	city-of-hamilton			US	OH	017	33012	62477	America/New_York
4513622	Township of Hamilton	township-of-hamilton	Hamilton Township		US	OH	049	33026	0	America/New_York
4513623	Township of Hamilton	township-of-hamilton	Hamilton Township		US	OH	079	33040	0	America/New_York
4513624	Township of Hamilton	township-of-hamilton	Hamilton Township		US	OH	087	33054	0	America/New_York
4513625	Township of Hamilton	township-of-hamilton	Hamilton Township		US	OH	165	33068	0	America/New_York
4513678	Township of Hanover	township-of-hanover	Hanover Township		US	OH	017	33250	0	America/New_York
4513727	Township of Harlan	township-of-harlan	Harlan Township		US	OH	165	33474	0	America/New_York
4513768	Township of Harmony	township-of-harmony	Harmony Township		US	OH	023	33586	0	America/New_York
4513831	Township of Harrison	township-of-harrison	Harrison Township		US	OH	037	33810	0	America/New_York
4513832	Township of Harrison	township-of-harrison	Harrison Township		US	OH	053	33824	0	America/New_York
4513833	Township of Harrison	township-of-harrison	Harrison Township		US	OH	061	33852	0	America/New_York
4513834	Township of Harrison	township-of-harrison	Harrison Township		US	OH	113	33922	0	America/New_York
4513835	Township of Harrison	township-of-harrison	Harrison Township		US	OH	119	33936	0	America/New_York
4513836	Township of Harrison	township-of-harrison	Harrison Township		US	OH	127	33964	0	America/New_York
4513837	Township of Harrison	township-of-harrison	Harrison Township		US	OH	129	33978	0	America/New_York
4513838	Township of Harrison	township-of-harrison	Harrison Township		US	OH	135	33992	0	America/New_York
4513839	Township of Harrison	township-of-harrison	Harrison Township		US	OH	141	34006	0	America/New_York
4513840	Township of Harrison	township-of-harrison	Harrison Township		US	OH	145	34020	0	America/New_York
4513841	Township of Harrison	township-of-harrison	Harrison Township		US	OH	163	34048	0	America/New_York
4514378	Township of Hocking	township-of-hocking	Hocking Township		US	OH	045	35812	0	America/New_York
4514538	Township of Homer	township-of-homer	Homer Township		US	OH	115	36092	0	America/New_York
4514642	Township of Hopewell	township-of-hopewell	Hopewell Township		US	OH	089	36316	0	America/New_York
4514643	Township of Hopewell	township-of-hopewell	Hopewell Township		US	OH	119	36372	0	America/New_York
4514644	Township of Hopewell	township-of-hopewell	Hopewell Township		US	OH	127	36386	0	America/New_York
4514749	City of Huber Heights	city-of-huber-heights			US	OH	113	36610	38101	America/New_York
4514856	Township of Huntington	township-of-huntington	Huntington Township		US	OH	015	36834	0	America/New_York
4514857	Township of Huntington	township-of-huntington	Huntington Township		US	OH	053	36848	0	America/New_York
4514858	Township of Huntington	township-of-huntington	Huntington Township		US	OH	141	36890	0	America/New_York
4514948	Township of Independence	township-of-independence	Independence Township		US	OH	167	37268	0	America/New_York
4515287	Township of Israel	township-of-israel	Israel Township		US	OH	135	37590	0	America/New_York
4515366	Township of Jackson	township-of-jackson	Jackson Township		US	OH	015	37688	0	America/New_York
4515367	Township of Jackson	township-of-jackson	Jackson Township		US	OH	025	37716	0	America/New_York
4515368	Township of Jackson	township-of-jackson	Jackson Township		US	OH	049	37772	0	America/New_York
4515369	Township of Jackson	township-of-jackson	Jackson Township		US	OH	059	37786	0	America/New_York
4515370	Township of Jackson	township-of-jackson	Jackson Township		US	OH	071	37828	0	America/New_York
4515371	Township of Jackson	township-of-jackson	Jackson Township		US	OH	079	37856	0	America/New_York
4515372	Township of Jackson	township-of-jackson	Jackson Township		US	OH	111	37898	0	America/New_York
4515373	Township of Jackson	township-of-jackson	Jackson Township		US	OH	113	37912	0	America/New_York
4515374	Township of Jackson	township-of-jackson	Jackson Township		US	OH	121	37940	0	America/New_York
4515375	Township of Jackson	township-of-jackson	Jackson Township		US	OH	127	37968	0	America/New_York
4515376	Township of Jackson	township-of-jackson	Jackson Township		US	OH	129	37982	0	America/New_York
4515377	Township of Jackson	township-of-jackson	Jackson Township		US	OH	131	37996	0	America/New_York
4515378	Township of Jackson	township-of-jackson	Jackson Township		US	OH	135	38010	0	America/New_York
4515379	Township of Jackson	township-of-jackson	Jackson Township		US	OH	163	38136	0	America/New_York
4515443	Township of Jasper	township-of-jasper	Jasper Township		US	OH	047	38388	0	America/New_York
4515472	Township of Jefferson	township-of-jefferson	Jefferson Township		US	OH	001	38486	0	America/New_York
4515473	Township of Jefferson	township-of-jefferson	Jefferson Township		US	OH	015	38528	0	America/New_York
4515474	Township of Jefferson	township-of-jefferson	Jefferson Township		US	OH	027	38542	0	America/New_York
4515475	Township of Jefferson	township-of-jefferson	Jefferson Township		US	OH	047	38598	0	America/New_York
4515476	Township of Jefferson	township-of-jefferson	Jefferson Township		US	OH	057	38626	0	America/New_York
4515477	Township of Jefferson	township-of-jefferson	Jefferson Township		US	OH	079	38654	0	America/New_York
4515478	Township of Jefferson	township-of-jefferson	Jefferson Township		US	OH	097	38696	0	America/New_York
4515479	Township of Jefferson	township-of-jefferson	Jefferson Township		US	OH	113	38738	0	America/New_York
4515480	Township of Jefferson	township-of-jefferson	Jefferson Township		US	OH	121	38766	0	America/New_York
4515481	Township of Jefferson	township-of-jefferson	Jefferson Township		US	OH	135	38780	0	America/New_York
4515482	Township of Jefferson	township-of-jefferson	Jefferson Township		US	OH	141	38808	0	America/New_York
4515483	Township of Jefferson	township-of-jefferson	Jefferson Township		US	OH	145	38815	0	America/New_York
4515852	City of Kettering	city-of-kettering			US	OH	113	40040	56163	America/New_York
4516022	Township of Knox	township-of-knox	Knox Township		US	OH	163	40880	0	America/New_York
4516270	Township of Lanier	township-of-lanier	Lanier Township		US	OH	135	41846	0	America/New_York
4516344	Township of Laurel	township-of-laurel	Laurel Township		US	OH	073	42056	0	America/New_York
4516364	Township of Lawrence	township-of-lawrence	Lawrence Township		US	OH	087	42154	0	America/New_York
4516365	Township of Lawrence	township-of-lawrence	Lawrence Township		US	OH	167	42196	0	America/New_York
4516429	City of Lebanon	city-of-lebanon			US	OH	165	42364	20033	America/New_York
4516430	Township of Lebanon	township-of-lebanon	Lebanon Township		US	OH	105	42336	0	America/New_York
4516440	Township of Lee	township-of-lee	Lee Township		US	OH	111	42448	0	America/New_York
4516443	Township of Lee	township-of-lee	Lee Township		US	OH	009	42420	0	America/New_York
4516473	Township of Lemon	township-of-lemon	Lemon Township		US	OH	017	42672	0	America/New_York
4516502	Township of Letart	township-of-letart	Letart Township		US	OH	105	42868	0	America/New_York
4516522	Township of Lewis	township-of-lewis	Lewis Township		US	OH	015	42910	0	America/New_York
4516575	Township of Liberty	township-of-liberty	Liberty Township		US	OH	001	43036	0	America/New_York
4516576	Township of Liberty	township-of-liberty	Liberty Township		US	OH	017	43050	0	America/New_York
4516577	Township of Liberty	township-of-liberty	Liberty Township		US	OH	027	43064	0	America/New_York
4516578	Township of Liberty	township-of-liberty	Liberty Township		US	OH	045	43120	0	America/New_York
4516579	Township of Liberty	township-of-liberty	Liberty Township		US	OH	071	43190	0	America/New_York
4516580	Township of Liberty	township-of-liberty	Liberty Township		US	OH	079	43204	0	America/New_York
4516581	Township of Liberty	township-of-liberty	Liberty Township		US	OH	141	43302	0	America/New_York
4516582	Township of Liberty	township-of-liberty	Liberty Township		US	OH	167	43386	0	America/New_York
4516623	Township of Licking	township-of-licking	Licking Township		US	OH	089	43456	0	America/New_York
4516685	Village of Lincoln Heights	village-of-lincoln-heights	City of Lincoln Heights,Village of Lincoln Heights		US	OH	061	43722	3286	America/New_York
4516941	Village of Lockland	village-of-lockland	City of Lockland,Vilalge of Lockland,Village of Lockland		US	OH	061	44366	3449	America/New_York
4516983	Township of Lodi	township-of-lodi	Lodi Township		US	OH	009	44590	0	America/New_York
4517024	City of London	city-of-london			US	OH	097	44674	9904	America/New_York
4517146	City of Loveland	city-of-loveland			US	OH	061	45108	12081	America/New_York
4517224	Township of Ludlow	township-of-ludlow	Ludlow Township		US	OH	167	45360	0	America/New_York
4517344	Township of Mad River	township-of-mad-river	Mad River Township		US	OH	023	46788	0	America/New_York
4517360	City of Madeira	city-of-madeira			US	OH	061	46312	8726	America/New_York
4517401	Township of Madison	township-of-madison	Madison Township		US	OH	017	46340	0	America/New_York
4517402	Township of Madison	township-of-madison	Madison Township		US	OH	023	46354	0	America/New_York
4517403	Township of Madison	township-of-madison	Madison Township		US	OH	045	46382	0	America/New_York
4517404	Township of Madison	township-of-madison	Madison Township		US	OH	047	46396	0	America/New_York
4517405	Township of Madison	township-of-madison	Madison Township		US	OH	049	46410	0	America/New_York
4517406	Township of Madison	township-of-madison	Madison Township		US	OH	071	46452	0	America/New_York
4517407	Township of Madison	township-of-madison	Madison Township		US	OH	079	46466	0	America/New_York
4517409	Township of Madison	township-of-madison	Madison Township		US	OH	127	46550	0	America/New_York
4517410	Township of Madison	township-of-madison	Madison Township		US	OH	129	46564	0	America/New_York
4517411	Township of Madison	township-of-madison	Madison Township		US	OH	145	46606	0	America/New_York
4517412	Township of Madison	township-of-madison	Madison Township		US	OH	163	46620	0	America/New_York
4517448	Township of Malaga	township-of-malaga	Malaga Township		US	OH	111	46928	0	America/New_York
4517466	Township of Malta	township-of-malta	Malta Township		US	OH	115	46984	0	America/New_York
4517482	Township of Manchester	township-of-manchester	Manchester Township		US	OH	001	47026	0	America/New_York
4517483	Township of Manchester	township-of-manchester	Manchester Township		US	OH	115	47040	0	America/New_York
4517585	Village of Mariemont	village-of-mariemont			US	OH	061	47600	3403	America/New_York
4517596	Township of Marietta	township-of-marietta	Marietta New Township,Township of Marietta,Township of Marietta New		US	OH	167	47642	0	America/New_York
4517601	City of Marietta	city-of-marietta			US	OH	167	47628	14085	America/New_York
4517609	Township of Marion	township-of-marion	Marion Township		US	OH	027	47670	0	America/New_York
4517610	Township of Marion	township-of-marion	Marion Township		US	OH	047	47684	0	America/New_York
4517611	Township of Marion	township-of-marion	Marion Township		US	OH	073	47740	0	America/New_York
4517612	Township of Marion	township-of-marion	Marion Township		US	OH	115	47796	0	America/New_York
4517613	Township of Marion	township-of-marion	Marion Township		US	OH	121	47810	0	America/New_York
4517614	Township of Marion	township-of-marion	Marion Township		US	OH	131	47824	0	America/New_York
4517649	Township of Marshall	township-of-marshall	Marshall Township		US	OH	071	48034	0	America/New_York
4517715	Township of Mason	township-of-mason	Mason Township		US	OH	087	48174	0	America/New_York
4517721	Township of Massie	township-of-massie	Massie Township		US	OH	165	48216	0	America/New_York
4517987	Township of Mead	township-of-mead	Mead Township		US	OH	013	48580	0	America/New_York
4518047	Township of Meigs	township-of-meigs	Meigs Township		US	OH	001	48888	0	America/New_York
4518048	Township of Meigs	township-of-meigs	Meigs Township		US	OH	119	48916	0	America/New_York
4518051	Township of Meigsville	township-of-meigsville	Meigsville Township		US	OH	115	48930	0	America/New_York
4518183	Township of Miami	township-of-miami	Miami Township		US	OH	025	49322	0	America/New_York
4518184	Township of Miami	township-of-miami	Miami Township		US	OH	057	49336	0	America/New_York
4518185	Township of Miami	township-of-miami	Miami Township		US	OH	061	49364	0	America/New_York
4518186	Township of Miami	township-of-miami	Miami Township		US	OH	113	49392	0	America/New_York
4518283	City of Middletown	city-of-middletown			US	OH	017	49840	48694	America/New_York
4518297	Township of Mifflin	township-of-mifflin	Mifflin Township		US	OH	131	50078	0	America/New_York
4518322	City of Milford	city-of-milford			US	OH	025	50176	6709	America/New_York
4518323	Township of Milford	township-of-milford	Milford Township		US	OH	017	50162	0	America/New_York
4518435	Township of Millwood	township-of-millwood	Millwood Township		US	OH	059	50568	0	America/New_York
4518442	Township of Milton	township-of-milton	Milton Township		US	OH	079	50624	0	America/New_York
4518541	Township of Monday Creek	township-of-monday-creek	Monday Creek Township		US	OH	127	51198	0	America/New_York
4518581	Township of Monroe	township-of-monroe	Monroe Township		US	OH	001	51268	0	America/New_York
4518582	Township of Monroe	township-of-monroe	Monroe Township		US	OH	025	51338	0	America/New_York
4518583	Township of Monroe	township-of-monroe	Monroe Township		US	OH	037	51366	0	America/New_York
4518584	Township of Monroe	township-of-monroe	Monroe Township		US	OH	109	51492	0	America/New_York
4518585	Township of Monroe	township-of-monroe	Monroe Township		US	OH	127	51520	0	America/New_York
4518586	Township of Monroe	township-of-monroe	Monroe Township		US	OH	129	51534	0	America/New_York
4518587	Township of Monroe	township-of-monroe	Monroe Township		US	OH	135	51548	0	America/New_York
4518644	Township of Moorefield	township-of-moorefield	Moorefield Township		US	OH	023	51912	0	America/New_York
4518668	City of Moraine	city-of-moraine			US	OH	113	52010	6307	America/New_York
4518692	Township of Morgan	township-of-morgan	Morgan Township		US	OH	017	52080	0	America/New_York
4518693	Township of Morgan	township-of-morgan	Morgan Township		US	OH	053	52094	0	America/New_York
4518694	Township of Morgan	township-of-morgan	Morgan Township		US	OH	115	52122	0	America/New_York
4518695	Township of Morgan	township-of-morgan	Morgan Township		US	OH	145	52150	0	America/New_York
4518896	City of Mount Healthy	city-of-mount-healthy			US	OH	061	52752	6098	America/New_York
4519251	Township of Muhlenberg	township-of-muhlenberg	Muhlenberg Township,Muhlenburg Township,Township of Muhlenberg		US	OH	129	53256	0	America/New_York
4519332	Township of Muskingum	township-of-muskingum	Muskingum Township		US	OH	167	53452	0	America/New_York
4519484	Village of New Boston	village-of-new-boston			US	OH	145	54166	2272	America/New_York
4519575	Township of New Jasper	township-of-new-jasper	New Jasper Township		US	OH	057	54810	0	America/New_York
4519620	Township of New Market	township-of-new-market	New Market Township		US	OH	071	55048	0	America/New_York
4519750	Township of Newport	township-of-newport	Newport Township		US	OH	167	55356	0	America/New_York
4519756	Township of Newton	township-of-newton	Newton Township		US	OH	119	55608	0	America/New_York
4519757	Township of Newton	township-of-newton	Newton Township		US	OH	131	55622	0	America/New_York
4519766	Village of Newtown	village-of-newtown			US	OH	061	55678	2672	America/New_York
4519782	Township of Nile	township-of-nile	Nile Township		US	OH	145	55902	0	America/New_York
4519811	Township of Noble	township-of-noble	Noble Township		US	OH	121	56028	0	America/New_York
4519857	City of North College Hill	city-of-north-college-hill			US	OH	061	56322	9397	America/New_York
4520020	City of Norwood	city-of-norwood			US	OH	061	57386	19207	America/New_York
4520111	Township of Oak Run	township-of-oak-run	Oak Run Township		US	OH	097	57708	0	America/New_York
4520174	City of Oakwood	city-of-oakwood			US	OH	113	57764	9202	America/New_York
4520371	Township of Ohio	township-of-ohio	Ohio Township		US	OH	025	57960	0	America/New_York
4520372	Township of Ohio	township-of-ohio	Ohio Township		US	OH	053	57974	0	America/New_York
4520373	Township of Ohio	township-of-ohio	Ohio Township		US	OH	111	57988	0	America/New_York
4520567	Township of Olive	township-of-olive	Olive Township		US	OH	105	58282	0	America/New_York
4520568	Township of Olive	township-of-olive	Olive Township		US	OH	121	58310	0	America/New_York
4520575	Township of Oliver	township-of-oliver	Oliver Township		US	OH	001	58366	0	America/New_York
4520624	Township of Orange	township-of-orange	Orange Township		US	OH	105	58646	0	America/New_York
4520770	Township of Oxford	township-of-oxford	Oxford Township		US	OH	017	59241	0	America/New_York
4520806	Township of Paint	township-of-paint	Paint Township		US	OH	047	59486	0	America/New_York
4520807	Township of Paint	township-of-paint	Paint Township		US	OH	071	59500	0	America/New_York
4520808	Township of Paint	township-of-paint	Paint Township		US	OH	097	59528	0	America/New_York
4520809	Township of Paint	township-of-paint	Paint Township		US	OH	141	59542	0	America/New_York
4520835	Township of Palmer	township-of-palmer	Palmer Township		US	OH	167	59626	0	America/New_York
4520911	City of Pataskala	city-of-pataskala	City of Pataskala,Village of Pataskala		US	OH	089	61112	14962	America/New_York
4520971	Township of Paxton	township-of-paxton	Paxton Township		US	OH	141	61308	0	America/New_York
4520993	Township of Pebble	township-of-pebble	Pebble Township		US	OH	131	61392	0	America/New_York
4521010	Township of Pee Pee	township-of-pee-pee	Pee Pee Township,Pee-Pee Township,Peepee Township,Township of Pee Pee		US	OH	131	61434	0	America/New_York
4521032	Township of Penn	township-of-penn	Penn Township		US	OH	071	61588	0	America/New_York
4521033	Township of Penn	township-of-penn	Penn Township		US	OH	115	61602	0	America/New_York
4521116	Township of Perry	township-of-perry	Perry Township		US	OH	015	61770	0	America/New_York
4521117	Township of Perry	township-of-perry	Perry Township		US	OH	047	61826	0	America/New_York
4521118	Township of Perry	township-of-perry	Perry Township		US	OH	053	61854	0	America/New_York
4521119	Township of Perry	township-of-perry	Perry Township		US	OH	073	61868	0	America/New_York
4521120	Township of Perry	township-of-perry	Perry Township		US	OH	087	61910	0	America/New_York
4521121	Township of Perry	township-of-perry	Perry Township		US	OH	111	61952	0	America/New_York
4521122	Township of Perry	township-of-perry	Perry Township		US	OH	113	61966	0	America/New_York
4521123	Township of Perry	township-of-perry	Perry Township		US	OH	119	61994	0	America/New_York
4521124	Township of Perry	township-of-perry	Perry Township		US	OH	129	62008	0	America/New_York
4521125	Township of Perry	township-of-perry	Perry Township		US	OH	131	62022	0	America/New_York
4521206	Township of Pickaway	township-of-pickaway	Pickaway Township		US	OH	129	62484	0	America/New_York
4521234	Township of Pierce	township-of-pierce	Pierce Township		US	OH	025	62540	0	America/New_York
4521263	Township of Pike	township-of-pike	Pike Township		US	OH	015	62596	0	America/New_York
4521264	Township of Pike	township-of-pike	Pike Township		US	OH	023	62610	0	America/New_York
4521265	Township of Pike	township-of-pike	Pike Township		US	OH	127	62680	0	America/New_York
4521625	Township of Pleasant	township-of-pleasant	Pleasant Township		US	OH	015	63212	0	America/New_York
4521626	Township of Pleasant	township-of-pleasant	Pleasant Township		US	OH	023	63226	0	America/New_York
4521627	Township of Pleasant	township-of-pleasant	Pleasant Township		US	OH	045	63240	0	America/New_York
4521628	Township of Pleasant	township-of-pleasant	Pleasant Township		US	OH	049	63254	0	America/New_York
4521629	Township of Pleasant	township-of-pleasant	Pleasant Township		US	OH	097	63338	0	America/New_York
4521630	Township of Pleasant	township-of-pleasant	Pleasant Township		US	OH	127	63366	0	America/New_York
4521804	Township of Porter	township-of-porter	Porter Township		US	OH	145	64206	0	America/New_York
4521829	City of Portsmouth	city-of-portsmouth			US	OH	145	64304	20226	America/New_York
4521888	Township of Prairie	township-of-prairie	Prairie Township		US	OH	049	64570	0	America/New_York
4522140	Township of Raccoon	township-of-raccoon	Raccoon Township		US	OH	053	65228	0	America/New_York
4522173	Township of Range	township-of-range	Range Township		US	OH	097	65480	0	America/New_York
4522194	Township of Rarden	township-of-rarden	Rarden Township		US	OH	145	65522	0	America/New_York
4522233	City of Reading	city-of-reading			US	OH	061	65732	10385	America/New_York
4522234	Township of Reading	township-of-reading	Reading Township		US	OH	127	65760	0	America/New_York
4522338	Township of Reily	township-of-reily	Reiley Township,Reily Township,Riley Township,Township of Reily		US	OH	017	66096	0	America/New_York
4522434	Township of Rich Hill	township-of-rich-hill	Rich Hill Township		US	OH	119	66600	0	America/New_York
4522464	Township of Richland	township-of-richland	Richland Township		US	OH	027	66642	0	America/New_York
4522465	Township of Richland	township-of-richland	Richland Township		US	OH	045	66684	0	America/New_York
4522466	Township of Richland	township-of-richland	Richland Township		US	OH	059	66698	0	America/New_York
4522467	Township of Richland	township-of-richland	Richland Township		US	OH	163	66768	0	America/New_York
4522808	Township of Rome	township-of-rome	Rome Township		US	OH	009	68238	0	America/New_York
4522809	Township of Rome	township-of-rome	Rome Township		US	OH	087	68280	0	America/New_York
4522909	Township of Ross	township-of-ross	Ross Township		US	OH	017	68616	0	America/New_York
4522910	Township of Ross	township-of-ross	Ross Township		US	OH	057	68630	0	America/New_York
4523039	Township of Rush Creek	township-of-rush-creek	Rush Creek Township		US	OH	045	69120	0	America/New_York
4523044	Township of Rush	township-of-rush	Rush Township		US	OH	145	69092	0	America/New_York
4523086	Township of Rutland	township-of-rutland	Rutland Township		US	OH	105	69372	0	America/New_York
4523236	Township of Saint Clair	township-of-saint-clair	Saint Clair Township,St. Clair Township		US	OH	017	69498	0	America/New_York
4523792	Township of Salem	township-of-salem	Salem Township		US	OH	071	69862	0	America/New_York
4523793	Township of Salem	township-of-salem	Salem Township		US	OH	105	69904	0	America/New_York
4523794	Township of Salem	township-of-salem	Salem Township		US	OH	111	69918	0	America/New_York
4523795	Township of Salem	township-of-salem	Salem Township		US	OH	165	69988	0	America/New_York
4523796	Township of Salem	township-of-salem	Salem Township		US	OH	167	70002	0	America/New_York
4523803	Township of Salisbury	township-of-salisbury	Salisbury Township		US	OH	105	70114	0	America/New_York
4523818	Township of Salt Creek	township-of-salt-creek	Salt Creek Township,Saltcreek Township,Township of Salt Creek		US	OH	073	70142	0	America/New_York
4523819	Township of Salt Creek	township-of-salt-creek	Salt Creek Township		US	OH	119	70170	0	America/New_York
4523820	Township of Saltcreek	township-of-saltcreek	Salt Creek Township,Township of Salt Creek,Township of Saltcreek		US	OH	129	70184	0	America/New_York
4523825	Township of Salt Lick	township-of-salt-lick	Salt Lick Township		US	OH	127	70226	0	America/New_York
4524249	Township of Scioto	township-of-scioto	Scioto Township		US	OH	079	70856	0	America/New_York
4524250	Township of Scioto	township-of-scioto	Scioto Township		US	OH	129	70870	0	America/New_York
4524251	Township of Scioto	township-of-scioto	Scioto Township		US	OH	131	70884	0	America/New_York
4524252	Township of Scioto	township-of-scioto	Scioto Township		US	OH	141	70898	0	America/New_York
4524262	Township of Scipio	township-of-scipio	Scipio Township		US	OH	105	70996	0	America/New_York
4524282	Township of Scott	township-of-scott	Scott Township		US	OH	015	71066	0	America/New_York
4524289	Township of Scott	township-of-scott	Scott Township		US	OH	001	71052	0	America/New_York
4524295	Township of Seal	township-of-seal	Seal Township		US	OH	131	71171	0	America/New_York
4524382	Township of Seneca	township-of-seneca	Seneca Township		US	OH	111	71349	0	America/New_York
4524383	Township of Seneca	township-of-seneca	Seneca Township		US	OH	121	71352	0	America/New_York
4524498	Township of Sharon	township-of-sharon	Sharon Township		US	OH	121	71826	0	America/New_York
4524510	City of Sharonville	city-of-sharonville			US	OH	061	71892	13560	America/New_York
4524742	Township of Silvercreek	township-of-silvercreek	Silver Creek Township,Township of Silver Creek,Township of Silvercreek		US	OH	057	72473	0	America/New_York
4524758	Village of Silverton	village-of-silverton	City of Silverton,Village of Silverton		US	OH	061	72522	4788	America/New_York
4524924	Township of Smith	township-of-smith	Smith Township		US	OH	013	72736	0	America/New_York
4524991	Township of Somerford	township-of-somerford	Somerford Township,Sommerford Township,Summerford Township,Township of Somerford		US	OH	097	72960	0	America/New_York
4524992	Township of Somers	township-of-somers	Somers Township		US	OH	135	72964	0	America/New_York
4525002	Township of Somerset	township-of-somerset	Somerset Township		US	OH	013	72970	0	America/New_York
4525228	Township of Spencer	township-of-spencer	Spencer Township		US	OH	059	73986	0	America/New_York
4525255	Township of Sprigg	township-of-sprigg	Sprigg Township		US	OH	001	74069	0	America/New_York
4525301	Township of Spring Valley	township-of-spring-valley	Spring Valley Township		US	OH	057	74223	0	America/New_York
4525321	City of Springdale	city-of-springdale			US	OH	061	74104	11223	America/New_York
4525341	City of Springfield	city-of-springfield			US	OH	023	74118	60608	America/New_York
4525342	Township of Springfield	township-of-springfield	Springfield Township		US	OH	023	74119	0	America/New_York
4525343	Township of Springfield	township-of-springfield	Springfield Township		US	OH	053	74120	0	America/New_York
4525344	Township of Springfield	township-of-springfield	Springfield Township		US	OH	061	74121	0	America/New_York
4525345	Township of Springfield	township-of-springfield	Springfield Township		US	OH	119	74125	0	America/New_York
4525346	Township of Springfield	township-of-springfield	Springfield Township		US	OH	141	74129	0	America/New_York
4525375	Village of Saint Bernard	village-of-saint-bernard	City of Saint Bernard,City of St. Bernard,Village of Saint Bernard		US	OH	061	69470	4368	America/New_York
4525418	Township of Starr	township-of-starr	Starr Township		US	OH	073	74405	0	America/New_York
4525471	Township of Sterling	township-of-sterling	Sterling Township		US	OH	015	74559	0	America/New_York
4525519	Township of Stock	township-of-stock	Stock Township		US	OH	121	74728	0	America/New_York
4525546	Township of Stokes	township-of-stokes	Stokes Township		US	OH	097	74784	0	America/New_York
4525571	Township of Stonelick	township-of-stonelick	Stone Lick Township,Stonelick Township,Township of Stonelick		US	OH	025	74825	0	America/New_York
4525730	Township of Sugarcreek	township-of-sugarcreek	Sugar Creek Township,Township of Sugar Creek,Township of Sugarcreek		US	OH	057	75201	0	America/New_York
4525844	Township of Summit	township-of-summit	Summit Township		US	OH	111	75497	0	America/New_York
4525869	Township of Sunfish	township-of-sunfish	Sunfish Township		US	OH	131	75637	0	America/New_York
4525889	Township of Sunsbury	township-of-sunsbury	Sunsbury Township		US	OH	111	75686	0	America/New_York
4525917	Township of Sutton	township-of-sutton	Sutton Township		US	OH	105	75847	0	America/New_York
4525934	Township of Swan	township-of-swan	Swan Township		US	OH	163	75854	0	America/New_York
4525971	Township of Switzerland	township-of-switzerland	Switzerland Township		US	OH	111	75945	0	America/New_York
4526006	Township of Sycamore	township-of-sycamore	Sycamore Township		US	OH	061	75973	0	America/New_York
4526025	Township of Symmes	township-of-symmes	Symmes Township		US	OH	061	76028	0	America/New_York
4526026	Township of Symmes	township-of-symmes	Symmes Township		US	OH	087	76031	0	America/New_York
4526096	Township of Tate	township-of-tate	Tate Township		US	OH	025	76155	0	America/New_York
4526176	Village of Terrace Park	village-of-terrace-park			US	OH	061	76428	2251	America/New_York
4526342	Township of Tiffin	township-of-tiffin	Tiffin Township		US	OH	001	76768	0	America/New_York
4526477	City of Trenton	city-of-trenton			US	OH	017	77322	11869	America/New_York
4526510	Township of Trimble	township-of-trimble	Trimble Township		US	OH	009	77420	0	America/New_York
4526594	Township of Troy	township-of-troy	Troy Township		US	OH	009	77546	0	America/New_York
4526621	Township of Truro	township-of-truro	Truro Township		US	OH	049	77714	0	America/New_York
4526705	Township of Turtlecreek	township-of-turtlecreek	Township of Turtle Creek,Township of Turtlecreek,Turtle Creek Township		US	OH	165	77868	0	America/New_York
4526745	Township of Twin	township-of-twin	Twin Township		US	OH	037	77980	0	America/New_York
4526746	Township of Twin	township-of-twin	Twin Township		US	OH	135	77994	0	America/New_York
4526747	Township of Twin	township-of-twin	Twin Township		US	OH	141	78008	0	America/New_York
4526889	Township of Union	township-of-union	Union Township		US	OH	015	78232	0	America/New_York
4526890	Township of Union	township-of-union	Union Township		US	OH	025	78288	0	America/New_York
4526891	Township of Union	township-of-union	Union Township		US	OH	027	78302	0	America/New_York
4526892	Township of Union	township-of-union	Union Township		US	OH	047	78316	0	America/New_York
4526893	Township of Union	township-of-union	Union Township		US	OH	071	78344	0	America/New_York
4526894	Township of Union	township-of-union	Union Township		US	OH	087	78372	0	America/New_York
4526895	Township of Union	township-of-union	Union Township		US	OH	089	78400	0	America/New_York
4526896	Township of Union	township-of-union	Union Township		US	OH	097	78428	0	America/New_York
4526897	Township of Union	township-of-union	Union Township		US	OH	109	78456	0	America/New_York
4526899	Township of Union	township-of-union	Union Township		US	OH	115	78484	0	America/New_York
4526900	Township of Union	township-of-union	Union Township		US	OH	119	78498	0	America/New_York
4526901	Township of Union	township-of-union	Union Township		US	OH	131	78512	0	America/New_York
4526902	Township of Union	township-of-union	Union Township		US	OH	141	78540	0	America/New_York
4526903	Township of Union	township-of-union	Union Township		US	OH	145	78554	0	America/New_York
4526904	Township of Union	township-of-union	Union Township		US	OH	165	78610	0	America/New_York
4527026	Township of Upper	township-of-upper	Upper Township		US	OH	087	78974	0	America/New_York
4527097	Township of Valley	township-of-valley	Valley Township		US	OH	059	79156	0	America/New_York
4527098	Township of Valley	township-of-valley	Valley Township		US	OH	145	79170	0	America/New_York
4527131	City of Vandalia	city-of-vandalia			US	OH	113	79492	15246	America/New_York
4527173	Township of Vernon	township-of-vernon	Vernon Township		US	OH	027	79772	0	America/New_York
4527174	Township of Vernon	township-of-vernon	Vernon Township		US	OH	145	79828	0	America/New_York
4527259	Township of Vinton	township-of-vinton	Vinton Township		US	OH	163	80192	0	America/New_York
4527261	Township of Violet	township-of-violet	Violet Township		US	OH	045	80206	0	America/New_York
4527574	Township of Walnut	township-of-walnut	Walnut Township		US	OH	045	80570	0	America/New_York
4527575	Township of Walnut	township-of-walnut	Walnut Township		US	OH	053	80584	0	America/New_York
4527576	Township of Walnut	township-of-walnut	Township of Walnut,Walnut Creek Township,Walnut Township		US	OH	129	80598	0	America/New_York
4527596	Township of Ward	township-of-ward	Ward Township		US	OH	073	80780	0	America/New_York
4527636	Township of Warren	township-of-warren	Warren Township		US	OH	167	80934	0	America/New_York
4527646	Township of Warren	township-of-warren	Warren Township		US	OH	013	80864	0	America/New_York
4527697	City of Washington Court House	city-of-washington-court-house	City of Washington,City of Washington Court House,Washington Court House		US	OH	047	81718	14192	America/New_York
4527698	Township of Washington	township-of-washington	Washington Township		US	OH	013	81088	0	America/New_York
4527699	Township of Washington	township-of-washington	Washington Township		US	OH	015	81102	0	America/New_York
4527700	Township of Washington	township-of-washington	Washington Township		US	OH	025	81130	0	America/New_York
4527701	Township of Washington	township-of-washington	Washington Township		US	OH	027	81144	0	America/New_York
4527702	Township of Washington	township-of-washington	Washington Township		US	OH	071	81340	0	America/New_York
4527703	Township of Washington	township-of-washington	Washington Township		US	OH	073	81354	0	America/New_York
4527704	Township of Washington	township-of-washington	Washington Township		US	OH	087	81396	0	America/New_York
4527705	Township of Washington	township-of-washington	Washington Township		US	OH	111	81480	0	America/New_York
4527706	Township of Washington	township-of-washington	Washington Township		US	OH	113	81494	0	America/New_York
4527707	Township of Washington	township-of-washington	Washington Township		US	OH	119	81522	0	America/New_York
4527708	Township of Washington	township-of-washington	Washington Township		US	OH	129	81550	0	America/New_York
4527709	Township of Washington	township-of-washington	Washington Township		US	OH	135	81564	0	America/New_York
4527710	Township of Washington	township-of-washington	Washington Township		US	OH	145	81606	0	America/New_York
4527711	Township of Washington	township-of-washington	Washington Township		US	OH	165	81690	0	America/New_York
4527719	Township of Waterford	township-of-waterford	Waterford Township		US	OH	167	81774	0	America/New_York
4527729	Township of Waterloo	township-of-waterloo	Waterloo Township		US	OH	009	81777	0	America/New_York
4527735	Township of Watertown	township-of-watertown	Watertown Township		US	OH	167	81844	0	America/New_York
4527794	Township of Wayne	township-of-wayne	Wayne Township		US	OH	001	82012	0	America/New_York
4527795	Township of Wayne	township-of-wayne	Wayne Township		US	OH	013	82068	0	America/New_York
4527796	Township of Wayne	township-of-wayne	Wayne Township		US	OH	017	82082	0	America/New_York
4527797	Township of Wayne	township-of-wayne	Wayne Township		US	OH	025	82110	0	America/New_York
4527798	Township of Wayne	township-of-wayne	Wayne Township		US	OH	027	82124	0	America/New_York
4527799	Township of Wayne	township-of-wayne	Wayne Township		US	OH	047	82166	0	America/New_York
4527800	Township of Wayne	township-of-wayne	Wayne Township		US	OH	111	82208	0	America/New_York
4527801	Township of Wayne	township-of-wayne	Wayne Township		US	OH	119	82236	0	America/New_York
4527802	Township of Wayne	township-of-wayne	Wayne Township		US	OH	121	82250	0	America/New_York
4527803	Township of Wayne	township-of-wayne	Wayne Township		US	OH	129	82264	0	America/New_York
4527804	Township of Wayne	township-of-wayne	Wayne Township		US	OH	165	82306	0	America/New_York
4527887	City of Wellston	city-of-wellston			US	OH	079	82712	5663	America/New_York
4527968	City of West Carrollton	city-of-west-carrollton	City of West Carrollton,City of West Carrollton City		US	OH	113	83090	12980	America/New_York
4527979	Township of West Chester	township-of-west-chester	Township of Union,Township of West Chester,West Chester Township		US	OH	017	83150	0	America/New_York
4528139	Township of Westland	township-of-westland	Westland Township		US	OH	059	83664	0	America/New_York
4528294	City of Whitehall	city-of-whitehall			US	OH	049	84742	18062	America/New_York
4528305	Township of Whiteoak	township-of-whiteoak	Township of Whiteoak,White Oak Township,Whiteoak Township		US	OH	071	84826	0	America/New_York
4528339	Township of Whitewater	township-of-whitewater	Whitewater Township		US	OH	061	84938	0	America/New_York
4528375	Township of Wilkesville	township-of-wilkesville	Wilkesville Township		US	OH	163	85204	0	America/New_York
4528423	Township of Williamsburg	township-of-williamsburg	Williamsburg Township		US	OH	025	85302	0	America/New_York
4528522	Township of Wilson	township-of-wilson	Wilson Township		US	OH	027	85820	0	America/New_York
4528537	Township of Winchester	township-of-winchester	Winchester Township		US	OH	001	85890	0	America/New_York
4528546	Township of Windsor	township-of-windsor	Windsor Township		US	OH	087	86002	0	America/New_York
4528547	Township of Windsor	township-of-windsor	Windsor Township		US	OH	115	86016	0	America/New_York
4528704	Village of Woodlawn	village-of-woodlawn			US	OH	061	86366	3294	America/New_York
4528804	City of Wyoming	city-of-wyoming			US	OH	061	86730	8428	America/New_York
4528826	City of Xenia	city-of-xenia			US	OH	057	86772	25719	America/New_York
4528827	Township of Xenia	township-of-xenia	Xenia Township		US	OH	057	86786	0	America/New_York
4528888	Township of York	township-of-york	York Township		US	OH	009	86982	0	America/New_York
4528889	Township of York	township-of-york	York Township		US	OH	013	86996	0	America/New_York
4528890	Township of York	township-of-york	York Township		US	OH	115	87066	0	America/New_York
4528933	City of Zanesville	city-of-zanesville			US	OH	119	88084	25487	America/New_York
4556217	Borough of Abbottstown	borough-of-abbottstown			US	PA	001	00116	1011	America/New_York
4556235	Borough of Addison	borough-of-addison			US	PA	111	00396	207	America/New_York
4556236	Township of Addison	township-of-addison	Addison Township		US	PA	111	00404	0	America/New_York
4556250	Borough of Aldan	borough-of-aldan			US	PA	045	00676	4152	America/New_York
4556252	Township of Aleppo	township-of-aleppo	Aleppo Township		US	PA	059	00740	0	America/New_York
4556301	Township of Antrim	township-of-antrim	Antrim Township		US	PA	055	02696	0	America/New_York
4556312	Borough of Arendtsville	borough-of-arendtsville			US	PA	001	02928	952	America/New_York
4556339	Township of Aston	township-of-aston	Aston,Aston Township		US	PA	045	03336	0	America/New_York
4556342	Borough of Atglen	borough-of-atglen			US	PA	029	03384	1406	America/New_York
4556351	Borough of Avondale	borough-of-avondale			US	PA	029	03656	1265	America/New_York
4556352	Township of Ayr	township-of-ayr	Ayr Township		US	PA	057	03704	0	America/New_York
4556406	Township of Bart	township-of-bart	Bart Township		US	PA	071	04376	0	America/New_York
4556474	Borough of Bedford	borough-of-bedford			US	PA	009	04944	2841	America/New_York
4556485	Township of Belfast	township-of-belfast	Belfast Township		US	PA	057	05144	0	America/New_York
4556504	Borough of Bendersville	borough-of-bendersville			US	PA	001	05536	641	America/New_York
4556520	Borough of Berlin	borough-of-berlin			US	PA	111	05776	2104	America/New_York
4556523	Township of Berwick	township-of-berwick	Berwick Township		US	PA	001	05880	0	America/New_York
4556543	Township of Bethel	township-of-bethel	Bethel Township		US	PA	045	06024	0	America/New_York
4556544	Township of Bethel	township-of-bethel	Bethal Township,Bethel Township,Township of Bethel		US	PA	057	06032	0	America/New_York
4556596	Borough of Biglerville	borough-of-biglerville			US	PA	001	06296	1200	America/New_York
4556605	Township of Birmingham	township-of-birmingham	Birmingham Township		US	PA	029	06544	0	America/New_York
4556634	Township of Black	township-of-black	Black Township		US	PA	111	06640	0	America/New_York
4556695	Borough of Bonneauville	borough-of-bonneauville			US	PA	001	07560	1800	America/New_York
4556795	Borough of Brookhaven	borough-of-brookhaven			US	PA	045	09080	8006	America/New_York
4556806	Township of Brothersvalley	township-of-brothersvalley	Brothers Valley Township,Brothersvalley Township,Township of Brothersvalley		US	PA	111	09256	0	America/New_York
4556837	Township of Brush Creek	township-of-brush-creek	Brush Creek Township		US	PA	057	09568	0	America/New_York
4556943	Township of Caln	township-of-caln	Caln Township		US	PA	029	10824	0	America/New_York
4557006	Borough of Carmichaels	borough-of-carmichaels	Borough of Carmichaels,Carmichael's Borough,Carmichaels Borough		US	PA	059	11328	483	America/New_York
4557016	Borough of Carroll Valley	borough-of-carroll-valley	Borough of Carroll Valley,Carroll Valley		US	PA	001	11472	3876	America/New_York
4557029	Borough of Casselman	borough-of-casselman			US	PA	111	11624	94	America/New_York
4557069	Township of Center	township-of-center	Center Township		US	PA	059	12032	0	America/New_York
4557089	Township of Chadds Ford	township-of-chadds-ford	Chadds Ford Township,Townhip of Birmingham,Township of Chadds Ford		US	PA	045	12442	0	America/New_York
4557102	Borough of Chambersburg	borough-of-chambersburg			US	PA	055	12536	20268	America/New_York
4557106	Township of Chanceford	township-of-chanceford	Chanceford Township		US	PA	133	12584	0	America/New_York
4557139	Borough of Chester Heights	borough-of-chester-heights			US	PA	045	13232	2531	America/New_York
4557144	City of Chester	city-of-chester			US	PA	045	13208	33972	America/New_York
4557145	Township of Chester	township-of-chester	Chester Township		US	PA	045	13212	0	America/New_York
4557183	Borough of Christiana	borough-of-christiana			US	PA	071	13512	1168	America/New_York
4557203	Borough of Clarksville	borough-of-clarksville			US	PA	059	13896	230	America/New_York
4557229	Borough of Clifton Heights	borough-of-clifton-heights	Borough of Clifton Heights,Clifton Boro,Clifton Heights Borough		US	PA	045	14264	6652	America/New_York
4557249	City of Coatesville	city-of-coatesville			US	PA	029	14712	13100	America/New_York
4557260	Township of Codorus	township-of-codorus	Codorus Township		US	PA	133	14832	0	America/New_York
4557281	Township of Colerain	township-of-colerain	Colerain Township		US	PA	009	15032	0	America/New_York
4557282	Township of Colerain	township-of-colerain	Colerain Township		US	PA	071	15056	0	America/New_York
4557288	Borough of Collingdale	borough-of-collingdale			US	PA	045	15232	8786	America/New_York
4557297	Borough of Colwyn	borough-of-colwyn			US	PA	045	15432	2546	America/New_York
4557309	Township of Concord	township-of-concord	Concord Township		US	PA	045	15488	0	America/New_York
4557318	Township of Conewago	township-of-conewago	Conewago Township,Conowago Township,Township of Conewago		US	PA	001	15632	0	America/New_York
4557321	Borough of Confluence	borough-of-confluence			US	PA	111	15680	780	America/New_York
4557329	Township of Conestoga	township-of-conestoga	Conestoga Township		US	PA	071	15592	0	America/New_York
4557421	Borough of Cross Roads	borough-of-cross-roads			US	PA	133	17416	512	America/New_York
4557465	Township of Cumberland Valley	township-of-cumberland-valley	Cumberland Valley Township		US	PA	009	17664	0	America/New_York
4557467	Township of Cumberland	township-of-cumberland	Cumberland Township		US	PA	001	17640	0	America/New_York
4557468	Township of Cumberland	township-of-cumberland	Cumberland Township		US	PA	059	17648	0	America/New_York
4557482	Borough of Dallastown	borough-of-dallastown			US	PA	133	18072	4049	America/New_York
4557490	Borough of Darby	borough-of-darby			US	PA	045	18152	10687	America/New_York
4557491	Township of Darby	township-of-darby	Darby Township		US	PA	045	18160	0	America/New_York
4557546	Borough of Delta	borough-of-delta			US	PA	133	18800	728	America/New_York
4557598	Township of Dover	township-of-dover	Dover Township		US	PA	133	19704	0	America/New_York
4557615	Township of Drumore	township-of-drumore	Drumore Township		US	PA	071	20032	0	America/New_York
4557630	Borough of Dunbar	borough-of-dunbar			US	PA	051	20216	1042	America/New_York
4557639	Township of Dunkard	township-of-dunkard	Dunkard Township		US	PA	059	20296	0	America/New_York
4557667	Borough of East Berlin	borough-of-east-berlin			US	PA	001	20792	1521	America/New_York
4557668	Township of East Bethlehem	township-of-east-bethlehem	East Bethlehem Township		US	PA	125	20808	0	America/New_York
4557670	Township of East Bradford	township-of-east-bradford	East Bradford Township		US	PA	029	20824	0	America/New_York
4557692	Township of East Fallowfield	township-of-east-fallowfield	East Fallowfield Township		US	PA	029	21104	0	America/New_York
4557694	Township of East Finley	township-of-east-finley	East Finley Township		US	PA	125	21144	0	America/New_York
4557696	Township of East Drumore	township-of-east-drumore	East Drumore Township		US	PA	071	21040	0	America/New_York
4557697	Township of East Hopewell	township-of-east-hopewell	East Hopewell Township		US	PA	133	21296	0	America/New_York
4557701	Borough of East Lansdowne	borough-of-east-lansdowne			US	PA	045	21384	2668	America/New_York
4557703	Township of East Marlborough	township-of-east-marlborough	East Marlborough Township		US	PA	029	21480	0	America/New_York
4557705	Township of East Nottingham	township-of-east-nottingham	East Nottingham Township		US	PA	029	21624	0	America/New_York
4557709	Township of East Providence	township-of-east-providence	East Providence Township		US	PA	009	21736	0	America/New_York
4557726	Township of East Goshen	township-of-east-goshen	East Goshen Township		US	PA	029	21192	0	America/New_York
4557736	Borough of Eddystone	borough-of-eddystone			US	PA	045	22296	2410	America/New_York
4557738	Township of Eden	township-of-eden	Eden Township		US	PA	071	22336	0	America/New_York
4557754	Township of Edgmont	township-of-edgmont	Edgemont Township,Edgmond Township,Edgmont Township,Township of Edgmont		US	PA	045	22584	0	America/New_York
4557773	Township of Elk Lick	township-of-elk-lick	Elk Lick Township,Elklick Township,Township of Elk Lick		US	PA	111	23168	0	America/New_York
4557781	Township of Elk	township-of-elk	Elk Township		US	PA	029	23032	0	America/New_York
4557830	Borough of Everett	borough-of-everett			US	PA	009	24304	1834	America/New_York
4557855	Borough of Fairchance	borough-of-fairchance			US	PA	051	24536	1975	America/New_York
4557861	Borough of Fairfield	borough-of-fairfield			US	PA	001	24560	507	America/New_York
4557867	Township of Fairhope	township-of-fairhope	Fairhope Township		US	PA	111	24680	0	America/New_York
4557915	Borough of Fawn Grove	borough-of-fawn-grove			US	PA	133	25416	452	America/New_York
4557916	Township of Fawn	township-of-fawn	Fawn Township		US	PA	133	25408	0	America/New_York
4557933	Borough of Felton	borough-of-felton			US	PA	133	25584	506	America/New_York
4557998	Borough of Folcroft	borough-of-folcroft			US	PA	045	26408	6606	America/New_York
4558069	Township of Franklin	township-of-franklin	Franklin Township		US	PA	001	27320	0	America/New_York
4558070	Township of Franklin	township-of-franklin	Franklin Township		US	PA	029	27376	0	America/New_York
4558071	Township of Franklin	township-of-franklin	Franklin Township		US	PA	051	27400	0	America/New_York
4558072	Township of Franklin	township-of-franklin	Franklin Township		US	PA	059	27408	0	America/New_York
4558075	Township of Freedom	township-of-freedom	Freedom Township		US	PA	001	27704	0	America/New_York
4558078	Township of Freeport	township-of-freeport	Freeport Township		US	PA	059	27800	0	America/New_York
4558108	Township of Fulton	township-of-fulton	Fulton Township		US	PA	071	28168	0	America/New_York
4558150	Borough of Garrett	borough-of-garrett			US	PA	111	28520	456	America/New_York
4558171	Township of Georges	township-of-georges	George Township,Georges Township,Township of Georges		US	PA	051	28792	0	America/New_York
4558177	Township of German	township-of-german	German Township		US	PA	051	28856	0	America/New_York
4558181	Township of Germany	township-of-germany	Germany Township		US	PA	001	28936	0	America/New_York
4558191	Borough of Gettysburg	borough-of-gettysburg			US	PA	001	28960	7620	America/New_York
4558196	Township of Gilmore	township-of-gilmore	Gilmore Township		US	PA	059	29152	0	America/New_York
4558248	Borough of Glenolden	borough-of-glenolden			US	PA	045	29720	7153	America/New_York
4558262	Borough of Glen Rock	borough-of-glen-rock			US	PA	133	29760	2025	America/New_York
4558324	Township of Gray	township-of-gray	Gray Township		US	PA	059	30640	0	America/New_York
4558374	Borough of Greencastle	borough-of-greencastle	Borough of Greencastle,Green Castle Borough,Greencastle Borough		US	PA	055	30896	3996	America/New_York
4558385	Township of Greene	township-of-greene	Greene Township		US	PA	059	30952	0	America/New_York
4558391	Borough of Greensboro	borough-of-greensboro			US	PA	059	31192	260	America/New_York
4558396	Township of Greenville	township-of-greenville	Greenville Township		US	PA	111	31336	0	America/New_York
4558429	Township of Guilford	township-of-guilford	Guilford Township		US	PA	055	31720	0	America/New_York
4558462	Township of Hamilton	township-of-hamilton	Hamilton Township		US	PA	055	32152	0	America/New_York
4558463	Township of Hamiltonban	township-of-hamiltonban	Hamiltonban Township		US	PA	001	32200	0	America/New_York
4558472	Township of Hamilton	township-of-hamilton	Hamilton Township		US	PA	001	32144	0	America/New_York
4558482	Borough of Hanover	borough-of-hanover			US	PA	133	32448	15289	America/New_York
4558505	Township of Harrison	township-of-harrison	Harrison Township		US	PA	009	32840	0	America/New_York
4558522	Township of Haverford	township-of-haverford	Haverford Township		US	PA	045	33144	0	America/New_York
4558542	Township of Heidelberg	township-of-heidelberg	Heidelberg Township		US	PA	133	33624	0	America/New_York
4558557	Township of Henry Clay	township-of-henry-clay	Henry Clay Township		US	PA	051	33896	0	America/New_York
4558610	Township of Highland	township-of-highland	Highland Township		US	PA	001	34424	0	America/New_York
4558611	Township of Highland	township-of-highland	Highland Township		US	PA	029	34448	0	America/New_York
4558701	Township of Hopewell	township-of-hopewell	Hopewell Township		US	PA	133	35704	0	America/New_York
4558741	Township of Huntington	township-of-huntington	Huntington Township		US	PA	001	36424	0	America/New_York
4558754	Borough of Hyndman	borough-of-hyndman			US	PA	009	36640	910	America/New_York
4558821	Township of Jackson	township-of-jackson	Jackson Township		US	PA	059	37376	0	America/New_York
4558822	Township of Jackson	township-of-jackson	Jackson Township		US	PA	133	37488	0	America/New_York
4558833	Borough of Jacobus	borough-of-jacobus			US	PA	133	37640	1841	America/New_York
4558847	Borough of Jefferson	borough-of-jefferson			US	PA	059	37880	270	America/New_York
4558848	Borough of Jefferson	borough-of-jefferson			US	PA	133	37944	733	America/New_York
4558849	Township of Jefferson	township-of-jefferson	Jefferson Township		US	PA	059	37888	0	America/New_York
4558894	Township of Juniata	township-of-juniata	Juniata Township		US	PA	009	38576	0	America/New_York
4558948	Borough of Kennett Square	borough-of-kennett-square			US	PA	029	39352	6072	America/New_York
4558949	Township of Kennett	township-of-kennett	Kennett Township		US	PA	029	39344	0	America/New_York
4559086	Township of Larimer	township-of-larimer	Larimer Township		US	PA	111	41568	0	America/New_York
4559090	Township of Latimore	township-of-latimore	Latimore Township		US	PA	001	41672	0	America/New_York
4559189	Township of Liberty	township-of-liberty	Liberty Township		US	PA	001	43056	0	America/New_York
4559201	Township of Licking Creek	township-of-licking-creek	Licking Creek Township		US	PA	057	43200	0	America/New_York
4559237	Township of Little Britain	township-of-little-britain	Little Britain Township		US	PA	071	43832	0	America/New_York
4559284	Borough of Littlestown	borough-of-littlestown			US	PA	001	43944	4434	America/New_York
4559303	Borough of Loganville	borough-of-loganville	Borough of Loganville,Logansville Borough,Loganville Borough		US	PA	133	44416	1240	America/New_York
4559306	Township of London Britain	township-of-london-britain	London Britain Township		US	PA	029	44440	0	America/New_York
4559308	Township of London Grove	township-of-london-grove	London Grove Township,Londongrove Township,Township of London Grove		US	PA	029	44480	0	America/New_York
4559313	Township of Londonderry	township-of-londonderry	Londonderry Township		US	PA	009	44448	0	America/New_York
4559314	Township of Londonderry	township-of-londonderry	Londonderry Township		US	PA	029	44456	0	America/New_York
4559347	Township of Lower Chichester	township-of-lower-chichester	Lower Chichester Township		US	PA	045	44888	0	America/New_York
4559353	Township of Lower Chanceford	township-of-lower-chanceford	Lower Chanceford Township		US	PA	133	44872	0	America/New_York
4559355	Township of Lower Merion	township-of-lower-merion	Lower Merion Township		US	PA	091	44976	0	America/New_York
4559356	Township of Lower Oxford	township-of-lower-oxford	Lower Oxford Township		US	PA	029	45040	0	America/New_York
4559358	Township of Lower Turkeyfoot	township-of-lower-turkeyfoot	Lower Turkeyfoot Township		US	PA	111	45136	0	America/New_York
4559359	Township of Lower Windsor	township-of-lower-windsor	Lower Windsor Township		US	PA	133	45152	0	America/New_York
4559369	Township of Luzerne	township-of-luzerne	Luzerne Township		US	PA	051	45560	0	America/New_York
4559394	Township of Manheim	township-of-manheim	Manheim Township		US	PA	133	46904	0	America/New_York
4559401	Township of Mann	township-of-mann	Mann Township		US	PA	009	46928	0	America/New_York
4559403	Borough of Manns Choice	borough-of-manns-choice			US	PA	009	46944	300	America/New_York
4559408	Township of Manor	township-of-manor	Manor Township		US	PA	071	46992	0	America/New_York
4559435	Borough of Marcus Hook	borough-of-marcus-hook			US	PA	045	47344	2397	America/New_York
4559448	Borough of Markleysburg	borough-of-markleysburg			US	PA	051	47560	284	America/New_York
4559453	Township of Marple	township-of-marple	Marple Township		US	PA	045	47616	0	America/New_York
4559468	Township of Martic	township-of-martic	Martic Township,Martickville Township,Marticville Township,Township of Martic		US	PA	071	47824	0	America/New_York
4559491	Borough of Masontown	borough-of-masontown			US	PA	051	48000	3450	America/New_York
4559517	Borough of McConnellsburg	borough-of-mcconnellsburg			US	PA	057	46000	1220	America/New_York
4559554	Borough of McSherrystown	borough-of-mcsherrystown			US	PA	001	46376	3038	America/New_York
4559581	Borough of Media	borough-of-media			US	PA	045	48480	5327	America/New_York
4559592	Township of Menallen	township-of-menallen	Menallen Township		US	PA	001	48608	0	America/New_York
4559593	Township of Menallen	township-of-menallen	Menallen Township		US	PA	051	48616	0	America/New_York
4559605	Borough of Mercersburg	borough-of-mercersburg			US	PA	055	48704	1561	America/New_York
4559615	Township of Metal	township-of-metal	Metal Township		US	PA	055	48888	0	America/New_York
4559622	Borough of Meyersdale	borough-of-meyersdale			US	PA	111	48912	2184	America/New_York
4559637	Township of Middletown	township-of-middletown	Middletown Township		US	PA	045	49136	0	America/New_York
4559668	Borough of Millbourne	borough-of-millbourne			US	PA	045	49504	1159	America/New_York
4559717	Borough of Modena	borough-of-modena			US	PA	029	50232	535	America/New_York
4559727	Township of Monongahela	township-of-monongahela	Monongahela Township		US	PA	059	50400	0	America/New_York
4559728	Township of Monroe	township-of-monroe	Monroe Township		US	PA	009	50424	0	America/New_York
4559733	Borough of Mont Alto	borough-of-mont-alto			US	PA	055	50544	1705	America/New_York
4559739	Township of Montgomery	township-of-montgomery	Montgomery Township		US	PA	055	50616	0	America/New_York
4559766	Borough of Morton	borough-of-morton			US	PA	045	51176	2669	America/New_York
4559769	Township of Morris	township-of-morris	Morris Township		US	PA	059	51064	0	America/New_York
4559805	Township of Mount Joy	township-of-mount-joy	Mount Joy Township,Mountjoy Township,Township of Mount Joy		US	PA	001	51640	0	America/New_York
4559842	Township of Mount Pleasant	township-of-mount-pleasant	Mount Pleasant Township		US	PA	001	51776	0	America/New_York
4559949	Township of Nether Providence	township-of-nether-providence	Nether Providence Township		US	PA	045	53104	0	America/New_York
4559955	Borough of New Baltimore	borough-of-new-baltimore			US	PA	111	53168	180	America/New_York
4559959	Borough of New Centerville	borough-of-new-centerville			US	PA	111	53416	133	America/New_York
4559969	Borough of New Freedom	borough-of-new-freedom			US	PA	133	53568	4464	America/New_York
4559976	Township of New Garden	township-of-new-garden	New Garden Township		US	PA	029	53608	0	America/New_York
4559982	Township of New London	township-of-new-london	New London Township		US	PA	029	53816	0	America/New_York
4559984	Borough of New Oxford	borough-of-new-oxford			US	PA	001	53920	1783	America/New_York
4559993	Borough of New Salem	borough-of-new-salem			US	PA	133	54056	724	America/New_York
4560001	Township of Newlin	township-of-newlin	Newlin Township		US	PA	029	53784	0	America/New_York
4560007	Township of Newtown	township-of-newtown	Newtown Township		US	PA	045	54224	0	America/New_York
4560008	Township of Nicholson	township-of-nicholson	Nicholson Township		US	PA	051	54392	0	America/New_York
4560033	Township of North Codorus	township-of-north-codorus	North Codorus Township		US	PA	133	54904	0	America/New_York
4560041	Township of North Hopewell	township-of-north-hopewell	North Hopewell Township		US	PA	133	55112	0	America/New_York
4560045	Township of North Union	township-of-north-union	North Union Township		US	PA	051	55464	0	America/New_York
4560049	Borough of North York	borough-of-north-york			US	PA	133	55608	1914	America/New_York
4560050	Township of Northampton	township-of-northampton	Northampton Township		US	PA	111	54704	0	America/New_York
4560060	Borough of Norwood	borough-of-norwood			US	PA	045	55664	5890	America/New_York
4560128	Borough of Ohiopyle	borough-of-ohiopyle			US	PA	051	56408	59	America/New_York
4560190	Borough of Oxford	borough-of-oxford			US	PA	029	57480	5077	America/New_York
4560191	Township of Oxford	township-of-oxford	Oxford Township		US	PA	001	57472	0	America/New_York
4560222	Township of Paradise	township-of-paradise	Paradise Township		US	PA	133	57872	0	America/New_York
4560232	Borough of Parkesburg	borough-of-parkesburg			US	PA	029	58032	3593	America/New_York
4560236	Borough of Parkside	borough-of-parkside			US	PA	045	58176	2328	America/New_York
4560245	Township of Paradise	township-of-paradise	Paradise Township		US	PA	071	57848	0	America/New_York
4560260	Township of Peach Bottom	township-of-peach-bottom	Peach Bottom Township		US	PA	133	58560	0	America/New_York
4560293	Township of Penn	township-of-penn	Penn Township		US	PA	029	58808	0	America/New_York
4560294	Township of Penn	township-of-penn	Penn Township		US	PA	133	58888	0	America/New_York
4560302	Township of Pennsbury	township-of-pennsbury	Pennsbury Township		US	PA	029	59136	0	America/New_York
4560324	Township of Pequea	township-of-pequea	Pequea Township		US	PA	071	59360	0	America/New_York
4560327	Township of Perry	township-of-perry	Perry Township		US	PA	059	59472	0	America/New_York
4560332	Township of Peters	township-of-peters	Peters Township		US	PA	055	59600	0	America/New_York
4560347	City of Philadelphia	city-of-philadelphia			US	PA	101	60000	1526006	America/New_York
4560485	Township of Pocopson	township-of-pocopson	Pocopson Township		US	PA	029	61800	0	America/New_York
4560494	Borough of Point Marion	borough-of-point-marion			US	PA	051	61864	1159	America/New_York
4560551	Borough of Prospect Park	borough-of-prospect-park			US	PA	045	62792	6454	America/New_York
4560556	Township of Providence	township-of-providence	Providence Township		US	PA	071	62832	0	America/New_York
4560581	Borough of Quarryville	borough-of-quarryville			US	PA	071	63064	2576	America/New_York
4560591	Township of Quincy	township-of-quincy	Quincy Township		US	PA	055	63200	0	America/New_York
4560601	Borough of Railroad	borough-of-railroad	Borough of Railroad,Rail Road Borough,Railroad Borough		US	PA	133	63288	278	America/New_York
4560605	Borough of Rainsburg	borough-of-rainsburg			US	PA	009	63312	133	America/New_York
4560614	Township of Radnor	township-of-radnor	Radnor Township		US	PA	045	63264	0	America/New_York
4560632	Township of Reading	township-of-reading	Reading Township		US	PA	001	63616	0	America/New_York
4560646	Borough of Red Lion	borough-of-red-lion			US	PA	133	63840	6373	America/New_York
4560687	Borough of Rices Landing	borough-of-rices-landing			US	PA	059	64432	463	America/New_York
4560689	Township of Richhill	township-of-richhill	Richhill Township		US	PA	059	64512	0	America/New_York
4560711	Borough of Ridley Park	borough-of-ridley-park			US	PA	045	64832	7002	America/New_York
4560715	Township of Ridley	township-of-ridley	Ridley Township		US	PA	045	64800	0	America/New_York
4560780	Borough of Rockwood	borough-of-rockwood			US	PA	111	65736	890	America/New_York
4560821	Borough of Rose Valley	borough-of-rose-valley			US	PA	045	66192	913	America/New_York
4560866	Borough of Rutledge	borough-of-rutledge			US	PA	045	66928	784	America/New_York
4560884	Township of Sadsbury	township-of-sadsbury	Sadsbury Township,Sudbury,Township of Sadsbury		US	PA	029	67080	0	America/New_York
4560885	Township of Sadsbury	township-of-sadsbury	Sadsbury Township		US	PA	071	67096	0	America/New_York
4561045	Township of Saint Thomas	township-of-saint-thomas	Saint Thomas Township,St. Thomas Township		US	PA	055	67400	0	America/New_York
4561066	Borough of Salisbury	borough-of-salisbury			US	PA	111	67584	727	America/New_York
4561067	Township of Salisbury	township-of-salisbury	Salisbury Township		US	PA	071	67568	0	America/New_York
4561162	Borough of Seven Valleys	borough-of-seven-valleys			US	PA	133	69360	517	America/New_York
4561186	Borough of Sharon Hill	borough-of-sharon-hill			US	PA	045	69752	5697	America/New_York
4561235	Borough of Shrewsbury	borough-of-shrewsbury			US	PA	133	70568	3823	America/New_York
4561236	Township of Shrewsbury	township-of-shrewsbury	Shrewsbury Township		US	PA	133	70576	0	America/New_York
4561303	Borough of Smithfield	borough-of-smithfield			US	PA	051	71320	875	America/New_York
4561313	Township of Snake Spring	township-of-snake-spring	Snake Spring Township,Snake Spring Valley Township,Snakespring Township,Snakespring Valley Township,Township of Snake Spring		US	PA	009	71544	0	America/New_York
4561341	Borough of South Coatesville	borough-of-south-coatesville			US	PA	029	72072	1303	America/New_York
4561343	Borough of South Connellsville	borough-of-south-connellsville			US	PA	051	72080	1970	America/New_York
4561361	Township of South Union	township-of-south-union	South Union Township		US	PA	051	72544	0	America/New_York
4561369	Township of Southampton	township-of-southampton	Southampton Township		US	PA	009	71888	0	America/New_York
4561370	Township of Southampton	township-of-southampton	Southampton Township		US	PA	111	71920	0	America/New_York
4561390	Township of Spring Garden	township-of-spring-garden	Spring Garden Township,Springarden Township,Township of Spring Garden		US	PA	133	73168	0	America/New_York
4561393	Borough of Spring Grove	borough-of-spring-grove			US	PA	133	73192	2167	America/New_York
4561413	Township of Springfield	township-of-springfield	Springfield Township		US	PA	045	73032	0	America/New_York
4561414	Township of Springfield	township-of-springfield	Springfield Township		US	PA	133	73096	0	America/New_York
4561417	Township of Springhill	township-of-springhill	Springhill Township		US	PA	051	73240	0	America/New_York
4561418	Township of Springhill	township-of-springhill	Springhill Township		US	PA	059	73248	0	America/New_York
4561503	Borough of Stewartstown	borough-of-stewartstown			US	PA	133	74104	2089	America/New_York
4561506	Township of Stewart	township-of-stewart	Stewart Township		US	PA	051	74080	0	America/New_York
4561533	Township of Stonycreek	township-of-stonycreek	Stony Creek Township,Stonycreek Township,Township of Stonycreek		US	PA	111	74440	0	America/New_York
4561546	Borough of Strasburg	borough-of-strasburg			US	PA	071	74712	2809	America/New_York
4561547	Township of Strasburg	township-of-strasburg	Strasburg Township		US	PA	071	74720	0	America/New_York
4561556	Township of Straban	township-of-straban	Straban Township,Strabane Township,Township of Straban		US	PA	001	74680	0	America/New_York
4561608	Township of Summit	township-of-summit	Summit Township		US	PA	111	75232	0	America/New_York
4561629	Borough of Swarthmore	borough-of-swarthmore			US	PA	045	75648	6194	America/New_York
4561712	Township of Thompson	township-of-thompson	Thompson Township		US	PA	057	76488	0	America/New_York
4561714	Township of Thornbury	township-of-thornbury	Thornbury Township		US	PA	029	76568	0	America/New_York
4561715	Township of Thornbury	township-of-thornbury	Thornbury Township		US	PA	045	76576	0	America/New_York
4561734	Township of Tinicum	township-of-tinicum	Tinicum Township		US	PA	045	76792	0	America/New_York
4561741	Township of Todd	township-of-todd	Todd Township		US	PA	057	76984	0	America/New_York
4561770	Borough of Trainer	borough-of-trainer			US	PA	045	77288	1828	America/New_York
4561829	Township of Tyrone	township-of-tyrone	Tyrone Township		US	PA	001	78160	0	America/New_York
4561857	Township of Union	township-of-union	Union Township		US	PA	001	78264	0	America/New_York
4561858	Township of Union	township-of-union	Union Township		US	PA	057	78320	0	America/New_York
4561862	City of Uniontown	city-of-uniontown	Beeson's Town,City of Uniontown,Union Borough,Uniontown Borough		US	PA	051	78528	10372	America/New_York
4561876	Borough of Upland	borough-of-upland			US	PA	045	78712	3239	America/New_York
4561878	Township of Upper Chichester	township-of-upper-chichester	Upper Chichester Township		US	PA	045	78776	0	America/New_York
4561881	Township of Upper Darby	township-of-upper-darby	Upper Darby Township		US	PA	045	79000	0	America/New_York
4561884	Township of Upper Oxford	township-of-upper-oxford	Upper Oxford Township		US	PA	029	79208	0	America/New_York
4561889	Township of Upper Providence	township-of-upper-providence	Upper Providence Township		US	PA	045	79248	0	America/New_York
4561890	Township of Upper Turkeyfoot	township-of-upper-turkeyfoot	Upper Turkeyfoot Township		US	PA	111	79336	0	America/New_York
4561896	Borough of Ursina	borough-of-ursina			US	PA	111	79424	225	America/New_York
4561913	Township of Valley	township-of-valley	Valley Township		US	PA	029	79544	0	America/New_York
4562036	Township of Warren	township-of-warren	Warren Township		US	PA	055	80992	0	America/New_York
4562052	Township of Washington	township-of-washington	Washington Township		US	PA	055	81240	0	America/New_York
4562053	Township of Washington	township-of-washington	Washington Township		US	PA	059	81248	0	America/New_York
4562054	Township of Washington	township-of-washington	Washington Township		US	PA	133	81352	0	America/New_York
4562068	Township of Wayne	township-of-wayne	Wayne Township		US	PA	059	81768	0	America/New_York
4562077	Borough of Waynesboro	borough-of-waynesboro			US	PA	055	81824	10568	America/New_York
4562082	Borough of Waynesburg	borough-of-waynesburg			US	PA	059	81832	4176	America/New_York
4562096	Borough of Wellersburg	borough-of-wellersburg			US	PA	111	82128	181	America/New_York
4562113	Township of West Bethlehem	township-of-west-bethlehem	West Bethlehem Township		US	PA	125	82512	0	America/New_York
4562115	Township of West Bradford	township-of-west-bradford	West Bradford Township		US	PA	029	82544	0	America/New_York
4562133	Township of West Caln	township-of-west-caln	West Caln Township		US	PA	029	82664	0	America/New_York
4562135	Borough of West Chester	borough-of-west-chester			US	PA	029	82704	18461	America/New_York
4562140	Township of West Fallowfield	township-of-west-fallowfield	West Fallowfield Township		US	PA	029	82936	0	America/New_York
4562146	Township of West Goshen	township-of-west-goshen	West Goshen Township		US	PA	029	83080	0	America/New_York
4562149	Borough of West Grove	borough-of-west-grove			US	PA	029	83104	2854	America/New_York
4562153	Township of West Lampeter	township-of-west-lampeter	West Lampeter Township		US	PA	071	83256	0	America/New_York
4562156	Township of West Manchester	township-of-west-manchester	West Manchester Township		US	PA	133	83432	0	America/New_York
4562158	Township of West Manheim	township-of-west-manheim	West Manheim Township		US	PA	133	83440	0	America/New_York
4562159	Township of West Marlborough	township-of-west-marlborough	West Marlborough Township		US	PA	029	83464	0	America/New_York
4562161	Township of West Nottingham	township-of-west-nottingham	West Nottingham Township		US	PA	029	83712	0	America/New_York
4562166	Township of West Providence	township-of-west-providence	West Providence Township		US	PA	009	83920	0	America/New_York
4562172	Township of West Whiteland	township-of-west-whiteland	West Whiteland Township		US	PA	029	84192	0	America/New_York
4562177	Borough of West York	borough-of-west-york			US	PA	133	84288	4617	America/New_York
4562188	Township of Westtown	township-of-westtown	Westtown Township		US	PA	029	84104	0	America/New_York
4562199	Township of Wharton	township-of-wharton	Wharton Township		US	PA	051	84344	0	America/New_York
4562235	Township of Whiteley	township-of-whiteley	Whiteley Township		US	PA	059	84608	0	America/New_York
4562270	Township of Willistown	township-of-willistown	Willistown Township		US	PA	029	85352	0	America/New_York
4562315	Borough of Windsor	borough-of-windsor			US	PA	133	85728	1319	America/New_York
4562316	Township of Windsor	township-of-windsor	Windsor Township		US	PA	133	85736	0	America/New_York
4562327	Borough of Winterstown	borough-of-winterstown			US	PA	133	85872	632	America/New_York
4562387	Borough of Wrightsville	borough-of-wrightsville			US	PA	133	86640	2310	America/New_York
4562399	Borough of Yeadon	borough-of-yeadon			US	PA	045	86968	11443	America/New_York
4562406	Borough of Yoe	borough-of-yoe			US	PA	133	87040	1018	America/New_York
4562437	City of York	city-of-york			US	PA	133	87048	43718	America/New_York
4562438	Township of York	township-of-york	York Township		US	PA	133	87056	0	America/New_York
4562440	Borough of Yorkana	borough-of-yorkana			US	PA	133	87064	229	America/New_York
4676793	City of Bruceville-Eddy	city-of-bruceville-eddy	Bruceville-Eddy,City of Bruceville-Eddy		US	TX	309	4676793	1475	America/Chicago
4706920	City of Little River-Academy	city-of-little-river-academy	City of Little River-Academy,Little River-Academy		US	TX	027	4706920	1961	America/Chicago
4710243	City of McLendon-Chisholm	city-of-mclendon-chisholm	City of McLendon-Chisholm,McLendon-Chisholm		US	TX	397	4710243	1373	America/Chicago
4739326	Village of Tiki Island	village-of-tiki-island	Tiki Island,Village of Tiki Island		US	TX	167	4739326	968	America/Chicago
4828038	Township of Drake	township-of-drake	Drake Township		US	MO	121	20062	0	America/Chicago
4828441	Township of Bachelor	township-of-bachelor	Bachelor Township		US	KS	073	03625	0	America/Chicago
4828442	Township of Whiskey Run	township-of-whiskey-run	Whiskey Run Township		US	IN	025	83690	0	America/Indiana/Marengo
4828660	Township of East Looney	township-of-east-looney	East Looney Township,Looney Township,Township of East Looney		US	MO	167	20972	0	America/Chicago
4828777	Township of Albertson	township-of-albertson	Albertson Township		US	NC	061	90020	0	America/New_York
4828806	Township of Grant	township-of-grant	Grant Township		US	NC	151	91276	0	America/New_York
4828816	Township of Stewarts Creek	township-of-stewarts-creek	Stewarts Creek Township		US	NC	085	93124	0	America/New_York
4828851	Township of Thorn	township-of-thorn	Thorn Township		US	OH	127	76659	0	America/New_York
4828930	Township of Washington	township-of-washington	Washington Township		US	OH	079	81382	0	America/New_York
4828999	Borough of Lansdowne	borough-of-lansdowne			US	PA	045	41440	10620	America/New_York
4830366	Township of Butler	township-of-butler	Butler Township		US	PA	001	10456	0	America/New_York
4830430	Township of Lick	township-of-lick	Lick Township		US	OH	079	43442	0	America/New_York
4831804	Township of Brighton	township-of-brighton	Brighton Township		US	IA	183	90339	0	America/Chicago
4831808	Township of Center	township-of-center	Center Township		US	IA	025	90585	0	America/Chicago
4831897	Town of Cornwall	town-of-cornwall			US	CT	005	17240	1387	America/New_York
4831922	Township of Blackhawk	township-of-blackhawk	Blackhawk Township		US	IL	161	06301	0	America/Chicago
4831995	Town of Coventry	town-of-coventry	Town of Coventry,Waramaug		US	CT	013	17800	12438	America/New_York
4832141	Town of Cromwell	town-of-cromwell	Town of Cromwell,Upper Middletown		US	CT	007	18080	14034	America/New_York
4832142	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IN	003	37836	0	America/Indiana/Indianapolis
4832180	Township of Rock Creek	township-of-rock-creek	Rock Creek Township		US	IN	015	65268	0	America/Indiana/Indianapolis
4832268	Town of Hudson	town-of-hudson	Feltonville,Mills,Town of Hudson		US	MA	017	31540	19864	America/New_York
4832330	Town of West Newbury	town-of-west-newbury	Parsons,Town of Newbury,Town of Parsons,Town of West Newbury		US	MA	009	77150	4541	America/New_York
4832397	Town of Danbury	town-of-danbury	Beantown,Hat City,Town of Danbury		US	CT	001	18500	84657	America/New_York
4832437	Town of Darien	town-of-darien	Middlesex Parish,Town of Darien		US	CT	001	18850	21787	America/New_York
4832546	Charter Township of Grayling	charter-township-of-grayling	Charter Township of Grayling,Grayling Township,Township of Grayling		US	MI	039	34660	0	America/Detroit
4832548	Township of Grim	township-of-grim	Grim Township		US	MI	051	35340	0	America/Detroit
4832572	Township of Clear Creek	township-of-clear-creek	Clear Creek Township		US	IN	069	13384	0	America/Indiana/Indianapolis
4832667	Town of Deep River	town-of-deep-river	Pattaquasset,Town of Deep River		US	CT	007	19130	4516	America/New_York
4832700	Township of Little Pine	township-of-little-pine	Little Pine Township		US	MN	035	37646	0	America/Chicago
4832714	Township of Marcell	township-of-marcell	Marcell Township		US	MN	061	40472	0	America/Chicago
4832759	Town of Derby	town-of-derby	Paugasset,Paugasuck,Town of Derby		US	CT	009	19550	12700	America/New_York
4832842	Township of Thomson	township-of-thomson	Thomson Township		US	MO	199	73060	0	America/Chicago
4833062	Township of Mendham	township-of-mendham	Mendham Township		US	NJ	027	45360	0	America/New_York
4833139	Town of Durham	town-of-durham	Cockingchaug,Coginchaug,Town of Durham		US	CT	007	20810	7301	America/New_York
4833140	Town of Freedom	town-of-freedom			US	NY	009	27441	2335	America/New_York
4833356	Township of Newton	township-of-newton	Newton Township		US	OH	089	55580	0	America/New_York
4833359	Town of East Granby	town-of-east-granby			US	CT	003	22070	5199	America/New_York
4833360	Township of Jerome	township-of-jerome	Jerome Township		US	OH	159	39046	0	America/New_York
4833382	Township of Morris	township-of-morris	Morris Township		US	OH	083	52290	0	America/New_York
4833401	Town of East Hampton	town-of-east-hampton	Chatham Town,Pocotopaug,Town of East Hampton		US	CT	007	22490	12858	America/New_York
4833417	Town of East Hartford	town-of-east-hartford	Podunk,Town of East Hartford		US	CT	003	22630	50821	America/New_York
4833435	Town of East Haven	town-of-east-haven			US	CT	009	22910	28935	America/New_York
4833468	Borough of Boyertown	borough-of-boyertown			US	PA	011	07960	4055	America/New_York
4833475	Town of East Lyme	town-of-east-lyme			US	CT	011	23400	19343	America/New_York
4833494	Township of Conemaugh	township-of-conemaugh	Conemaugh Township		US	PA	021	15552	0	America/New_York
4833578	Borough of Youngsville	borough-of-youngsville			US	PA	123	87224	1729	America/New_York
4833613	Town of East Windsor	town-of-east-windsor	Town of East Windsor,Town of Windsor,Town of Windsor Farms		US	CT	003	24800	11400	America/New_York
4833657	Town of Eastford	town-of-eastford	East Parish of Ashford,Town of Eastford		US	CT	015	21860	1750	America/New_York
4833670	Borough of Selinsgrove	borough-of-selinsgrove	Borough of Selinsgrove,Selin's Grove Borough,Selinsgrove Borough		US	PA	109	69216	5654	America/New_York
4833671	Town of Easton	town-of-easton			US	CT	001	23890	7625	America/New_York
4833828	Town of Addison	town-of-addison			US	WI	131	00425	3439	America/Chicago
4833838	Town of Carey	town-of-carey			US	WI	051	12525	160	America/Chicago
4833887	Town of Ellington	town-of-ellington	Town of Ellington,Windsor Goshen Parish		US	CT	013	25360	15916	America/New_York
4833888	City of Galesville	city-of-galesville			US	WI	121	28200	1481	America/Chicago
4833916	Town of Leola	town-of-leola			US	WI	001	43425	298	America/Chicago
4833926	Town of Lincoln	town-of-lincoln			US	WI	061	44425	943	America/Chicago
4833934	Town of Mead	town-of-mead			US	WI	019	50275	321	America/Chicago
4833974	Village of Rockland	village-of-rockland			US	WI	063	68900	594	America/Chicago
4834061	Town of Enfield	town-of-enfield	Freshwater,Town of Enfield		US	CT	003	25990	44323	America/New_York
4834102	Town of Essex	town-of-essex	Old Saybrook,Patapoug,Town of Essex		US	CT	007	26270	6586	America/New_York
4834183	Town of Fairfield	town-of-fairfield	Town of Fairfield,Uncoway		US	CT	001	26620	61523	America/New_York
4834278	Town of Farmington	town-of-farmington	Farmingtown,Town of Farmington		US	CT	003	27600	25629	America/New_York
4834768	Town of Franklin	town-of-franklin			US	CT	011	29910	1975	America/New_York
4835017	Town of Glastonbury	town-of-glastonbury	Glastenbury Town,Town of Glastonbury		US	CT	003	31240	34678	America/New_York
4835146	Town of Goshen	town-of-goshen	New Bantam,Town of Goshen		US	CT	005	32290	2904	America/New_York
4835200	Town of Granby	town-of-granby			US	CT	003	32640	11298	America/New_York
4835416	Town of Greenwich	town-of-greenwich	Patuquapaen,Sicascock,Town of Greenwich		US	CT	001	33620	62695	America/New_York
4835452	Town of Griswold	town-of-griswold			US	CT	011	33900	11830	America/New_York
4835486	Town of Groton	town-of-groton	East Side,Poquonnock,Town of Groton		US	CT	011	34250	39692	America/New_York
4835531	Town of Guilford	town-of-guilford	Menunkatuck,Town of Guilford		US	CT	009	34950	22350	America/New_York
4835580	Town of Haddam	town-of-haddam	Thirty Mile Island Lands,Town of Haddam		US	CT	007	35230	8292	America/New_York
4835665	Town of Hamden	town-of-hamden	Hampden Town,Town of Hamden		US	CT	009	35650	61218	America/New_York
4835707	Town of Hampton	town-of-hampton	Kennedy Town,Town of Hampton		US	CT	015	36000	1849	America/New_York
4835841	Town of Hartford	town-of-hartford	Newtown,Suckiag,Town of Hartford		US	CT	003	37070	124006	America/New_York
4835849	Town of Hartland	town-of-hartland			US	CT	003	37140	2127	America/New_York
4835874	Town of Harwinton	town-of-harwinton	Harrington Town,Town of Harwinton		US	CT	005	37280	5493	America/New_York
4835972	Town of Hebron	town-of-hebron			US	CT	013	37910	9552	America/New_York
4837250	Town of Kent	town-of-kent	Scatacook,Town of Kent		US	CT	005	40290	2869	America/New_York
4837288	Town of Killingly	town-of-killingly	Aspinock,Town of Killingly		US	CT	015	40500	17131	America/New_York
4837293	Town of Killingworth	town-of-killingworth	Hammonassett,Kenilworth,Town of Killingworth		US	CT	007	40710	6455	America/New_York
4837642	Town of Lebanon	town-of-lebanon	Poquedamseg,Town of Lebanon		US	CT	011	42390	7259	America/New_York
4837659	Town of Ledyard	town-of-ledyard	North Groton Town,Town of Ledyard		US	CT	011	42600	15025	America/New_York
4837819	Town of Litchfield	town-of-litchfield	Bantam,New Bantam,Town of Litchfield		US	CT	005	43370	8212	America/New_York
4838084	Town of Lyme	town-of-lyme	East Saybrook,Town of Lyme		US	CT	011	44210	2374	America/New_York
4838127	Town of Madison	town-of-madison	Hammonasset Society,Town of Madison		US	CT	009	44560	18223	America/New_York
4838189	Town of Manchester	town-of-manchester	Charlottesville Parish,Town of Manchester		US	CT	003	44700	58007	America/New_York
4838215	Town of Mansfield	town-of-mansfield	Ponde-Town,Town of Mansfield		US	CT	013	44910	26043	America/New_York
4838283	Town of Marlborough	town-of-marlborough	Eastbury,Marlboro Town,Town of Marlborough		US	CT	003	45820	6430	America/New_York
4838533	Town of Meriden	town-of-meriden	Merredan Town,Town of Meriden		US	CT	009	46520	59988	America/New_York
4838620	Town of Middlebury	town-of-middlebury	Town of Middlebury,West Farms		US	CT	009	46940	7634	America/New_York
4838624	Town of Middlefield	town-of-middlefield	Middlefield Parish,Town of Middlefield		US	CT	007	47080	4407	America/New_York
4838640	Town of Middletown	town-of-middletown	Mattabeset,Midleton,Town of Middletown		US	CT	007	47360	46756	America/New_York
4838671	Town of Milford	town-of-milford	Sleepy Hollow,Town of Milford,Wepawaug		US	CT	009	47535	53592	America/New_York
4838874	Town of Monroe	town-of-monroe	Flat Rock Town,Town of Monroe		US	CT	001	48620	19833	America/New_York
4838891	Town of Montville	town-of-montville			US	CT	011	48900	19396	America/New_York
4838981	Town of Morris	town-of-morris			US	CT	005	49460	2293	America/New_York
4839242	Town of Naugatuck	town-of-naugatuck	South Farms of Waterbury,Town of Naugatuck		US	CT	009	49950	31538	America/New_York
4839317	Town of New Britain	town-of-new-britain			US	CT	003	50440	72808	America/New_York
4839333	Town of New Canaan	town-of-new-canaan	Canaan Parish,Town of New Canaan		US	CT	001	50580	20387	America/New_York
4839353	Town of New Fairfield	town-of-new-fairfield	Lower Seven Miles,Town of New Fairfield		US	CT	001	50860	14126	America/New_York
4839365	Town of New Hartford	town-of-new-hartford	New Hartford,Town of New Hartford		US	CT	005	51350	6764	America/New_York
4839398	Town of New Haven	town-of-new-haven	Newhaven Towne,Quinnipiac,Town of New Haven		US	CT	009	52070	130322	America/New_York
4839433	Town of New London	town-of-new-london	Towaw-wog,Town of New London		US	CT	011	52350	27179	America/New_York
4839451	Town of New Milford	town-of-new-milford	Town of New Milford,Weantinock,Weantinogue		US	CT	005	52630	27276	America/New_York
4839508	Town of Newington	town-of-newington	Cow Plain,Town of Newington		US	CT	003	52140	30604	America/New_York
4839520	Town of Newtown	town-of-newtown	Quonapague,Town of Newtown		US	CT	001	52980	28022	America/New_York
4839605	Town of Norfolk	town-of-norfolk	Norfolk		US	CT	005	53470	1643	America/New_York
4839641	Town of North Branford	town-of-north-branford			US	CT	009	53890	14263	America/New_York
4839652	Town of North Canaan	town-of-north-canaan			US	CT	005	54030	3194	America/New_York
4839712	Town of North Haven	town-of-north-haven	East Farms,Town of North Haven		US	CT	009	54870	23828	America/New_York
4839758	Town of North Stonington	town-of-north-stonington	Mashentuxet,Milltown,Town of North Stonington		US	CT	011	55500	5256	America/New_York
4839842	Town of Norwalk	town-of-norwalk	Norwauke,Town of Norwalk		US	CT	001	56060	88485	America/New_York
4839859	Town of Norwich	town-of-norwich	Monhegan,Town of Norwich		US	CT	011	56270	39899	America/New_York
4840004	Town of Old Lyme	town-of-old-lyme	South Lyme Town,Town of Old Lyme		US	CT	011	57040	7521	America/New_York
4840049	Town of Old Saybrook	town-of-old-saybrook	Say-Brook,Saybroock,Town of Old Saybrook		US	CT	007	57320	10160	America/New_York
4840118	Town of Orange	town-of-orange	North Milford,Town of Orange		US	CT	009	57600	13944	America/New_York
4840247	Town of Oxford	town-of-oxford			US	CT	009	58300	13013	America/New_York
4840763	Town of Plainfield	town-of-plainfield	Quinebaug Plantation,Town of Plainfield		US	CT	015	59980	15077	America/New_York
4840783	Town of Plainville	town-of-plainville	Great Plain of Farmington,Town of Plainville		US	CT	003	60120	17773	America/New_York
4840858	Town of Plymouth	town-of-plymouth	Town of Plymouth,Twitchgrass Meadow		US	CT	005	60750	11813	America/New_York
4840914	Town of Pomfret	town-of-pomfret	Pomphret Town,Town of Pomfret		US	CT	015	61030	4163	America/New_York
4841012	Town of Portland	town-of-portland	Conway Town,Town of Portland		US	CT	007	61800	9391	America/New_York
4841077	Town of Preston	town-of-preston			US	CT	011	62150	4707	America/New_York
4841122	Town of Prospect	town-of-prospect	Columbia Parish,Town of Prospect		US	CT	009	62290	9739	America/New_York
4841177	Town of Putnam	town-of-putnam	Quinebaug,Town of Putnam		US	CT	015	62710	9372	America/New_York
4841387	Town of Redding	town-of-redding	Reading Parish,Town of Redding		US	CT	001	63480	9293	America/New_York
4841476	Town of Ridgefield	town-of-ridgefield	Caudatowa,Ridgefield Town,Town of Ridgefield		US	CT	001	63970	25244	America/New_York
4841655	Town of Rocky Hill	town-of-rocky-hill	Shipmans Hill,Town of Rocky Hill		US	CT	003	65370	20021	America/New_York
4841787	Town of Roxbury	town-of-roxbury	Rocksbury,Town of Roxbury		US	CT	005	65930	2187	America/New_York
4842502	Town of Salem	town-of-salem	New Salem Township,Town of Salem		US	CT	011	66210	4183	America/New_York
4842506	Town of Salisbury	town-of-salisbury	Town M,Town of Salisbury,Weatogue		US	CT	005	66420	3638	America/New_York
4842720	Town of Scotland	town-of-scotland			US	CT	015	67400	1686	America/New_York
4842835	Town of Seymour	town-of-seymour	Chusetown,Humphreysville,Town of Seymour		US	CT	009	67610	16475	America/New_York
4842865	Town of Sharon	town-of-sharon	New Sharon Town,Town of Sharon		US	CT	005	67960	2706	America/New_York
4842911	Town of Shelton	town-of-shelton	Quorum,Ripton Parish,Town of Shelton		US	CT	001	68170	41296	America/New_York
4842955	Town of Sherman	town-of-sherman			US	CT	001	68310	3668	America/New_York
4843090	Town of Simsbury	town-of-simsbury	Massacoe,Town of Simsbury		US	CT	003	68940	24348	America/New_York
4843220	Town of Somers	town-of-somers	East Enfield,Sommers,Town of Somers		US	CT	013	69220	11432	America/New_York
4843358	Town of South Windsor	town-of-south-windsor	Town of South Windsor,Windsor Farms		US	CT	003	71390	25789	America/New_York
4843370	Town of Southbury	town-of-southbury	Potatuck,South Purchase,Town of Southbury		US	CT	009	69640	19675	America/New_York
4843394	Town of Southington	town-of-southington	Clark's Farm,Panthorn,Town of Southington		US	CT	003	70550	43817	America/New_York
4843479	Town of Sprague	town-of-sprague			US	CT	011	71670	2951	America/New_York
4843559	Town of Stafford	town-of-stafford			US	CT	013	72090	11837	America/New_York
4843586	Town of Stamford	town-of-stamford	Town of Stamford,Wethersfield Men's Plantation		US	CT	001	73070	128874	America/New_York
4843675	Town of Sterling	town-of-sterling			US	CT	015	73420	3764	America/New_York
4843755	Town of Stonington	town-of-stonington	Town of Mistic,Town of Stonington		US	CT	011	73770	18370	America/New_York
4843824	Town of Stratford	town-of-stratford	Stradford,Town of Stratford		US	CT	001	74190	52609	America/New_York
4843885	Town of Suffield	town-of-suffield	Town of Suffield,Town of Windsor		US	CT	003	74540	15662	America/New_York
4844183	Town of Thomaston	town-of-thomaston	Church Hill,Fordton,Town of Thomaston		US	CT	005	75730	7621	America/New_York
4844199	Town of Thompson	town-of-thompson	Thompson Parish,Town of Thompson		US	CT	015	75870	9290	America/New_York
4844278	Town of Tolland	town-of-tolland			US	CT	013	76290	14849	America/New_York
4844313	Town of Torrington	town-of-torrington			US	CT	005	76570	34906	America/New_York
4844472	Town of Trumbull	town-of-trumbull	Town of Trumbull,Unity Parish		US	CT	001	77200	36628	America/New_York
4844647	Town of Union	town-of-union	Town of Union,Union Lands		US	CT	013	77830	843	America/New_York
4844832	Town of Vernon	town-of-vernon	North Bolton,Town of Vernon		US	CT	013	78250	28959	America/New_York
4844898	Town of Voluntown	town-of-voluntown	Town of Voluntown,Volunteer's Town,Volunton		US	CT	011	78600	2579	America/New_York
4845064	Town of Wallingford	town-of-wallingford	Town of Wallingford,Wallingsford Town		US	CT	009	78740	44893	America/New_York
4845141	Town of Warren	town-of-warren	East Greenwich,Town of Warren		US	CT	005	79510	1417	America/New_York
4845180	Town of Washington	town-of-washington			US	CT	005	79720	3466	America/New_York
4845214	Town of Waterbury	town-of-waterbury	Mattatuck,Town of Waterbury		US	CT	009	80070	108802	America/New_York
4845233	Town of Waterford	town-of-waterford			US	CT	011	80280	19281	America/New_York
4845249	Town of Watertown	town-of-watertown	Town of Watertown,Westbury Town		US	CT	005	80490	21911	America/New_York
4845415	Town of West Hartford	town-of-west-hartford	Town of West Hartford,West Society Parish		US	CT	003	82590	63053	America/New_York
4845429	Town of West Haven	town-of-west-haven			US	CT	009	82870	54927	America/New_York
4845543	Town of Westbrook	town-of-westbrook	Pochaug,Westbrook		US	CT	007	81680	6902	America/New_York
4845581	Town of Weston	town-of-weston	Aspetuck,Northfield,Town of Weston		US	CT	001	83430	10387	America/New_York
4845593	Town of Westport	town-of-westport	Saugatuck,Town of Westport		US	CT	001	83500	27899	America/New_York
4845626	Town of Wethersfield	town-of-wethersfield	Pyquag,Town of Wethersfield,Watertuyn		US	CT	003	84900	26367	America/New_York
4845835	Town of Willington	town-of-willington	Town of Willington,Wellington		US	CT	013	85950	5908	America/New_York
4845883	Town of Wilton	town-of-wilton	Town of Wilton,Upper Newark		US	CT	001	86370	18714	America/New_York
4845896	Town of Winchester	town-of-winchester	Green Woods,Town of Winchester		US	CT	005	86440	10829	America/New_York
4845916	Town of Windham	town-of-windham			US	CT	015	86790	24799	America/New_York
4845933	Town of Windsor Locks	town-of-windsor-locks	Pinemeadow,Town of Windsor,Town of Windsor Locks		US	CT	003	87070	12537	America/New_York
4845939	Town of Windsor	town-of-windsor			US	CT	003	87000	29016	America/New_York
4845994	Town of Wolcott	town-of-wolcott	Farmingbury,Town of Wolcott		US	CT	009	87560	16673	America/New_York
4846027	Town of Woodbridge	town-of-woodbridge	Amity Parish,Town of Woodbridge		US	CT	009	87700	8886	America/New_York
4846031	Town of Woodbury	town-of-woodbury	Pomperaug,Town of Woodbury		US	CT	005	87910	9636	America/New_York
4846088	Town of Woodstock	town-of-woodstock	New Roxbury Town,Town of Woodstock		US	CT	015	88190	7838	America/New_York
4846379	Township of Adams	township-of-adams	Adams Township		US	IA	049	90003	0	America/Chicago
4846380	Township of Adams	township-of-adams	Adams Township		US	IA	055	90006	0	America/Chicago
4846381	Township of Adams	township-of-adams	Adams Township		US	IA	107	90009	0	America/Chicago
4846382	Township of Adams	township-of-adams	Adams Township		US	IA	123	90012	0	America/Chicago
4846383	Township of Adams	township-of-adams	Adams Township		US	IA	179	90015	0	America/Chicago
4846414	Township of Adel	township-of-adel	Adel Township		US	IA	049	90018	0	America/Chicago
4846457	Township of Afton	township-of-afton	Afton Township		US	IA	035	90021	0	America/Chicago
4846458	Township of Afton	township-of-afton	Afton Township		US	IA	089	90024	0	America/Chicago
4846468	Township of Agency	township-of-agency	Agency Township		US	IA	179	90027	0	America/Chicago
4846553	Township of Albion	township-of-albion	Albion Township		US	IA	023	90030	0	America/Chicago
4846554	Township of Albion	township-of-albion	Albion Township		US	IA	089	90033	0	America/Chicago
4846574	Township of Alden	township-of-alden	Alden Township		US	IA	083	90036	0	America/Chicago
4846616	City of Algona	city-of-algona			US	IA	109	90037	5560	America/Chicago
4846667	Township of Allen	township-of-allen	Allen Township		US	IA	085	90039	0	America/Chicago
4846668	Township of Allen	township-of-allen	Allen Township		US	IA	153	90042	0	America/Chicago
4846669	Township of Allen	township-of-allen	Allen Township		US	IA	181	90045	0	America/Chicago
4846679	Township of Allens Grove	township-of-allens-grove	Allens Grove Township		US	IA	163	90048	0	America/Chicago
4846705	Township of Allison	township-of-allison	Allison Township		US	IA	119	90051	0	America/Chicago
4846706	Township of Allison	township-of-allison	Allison Township		US	IA	143	90054	0	America/Chicago
4846797	Township of Amaqua	township-of-amaqua	Amaqua Township		US	IA	015	90057	0	America/Chicago
4846817	Township of America	township-of-america	America Township		US	IA	149	90060	0	America/Chicago
4846860	Township of Amherst	township-of-amherst	Amherst Township		US	IA	035	90063	0	America/Chicago
4846871	Township of Amity	township-of-amity	Amity Township		US	IA	145	90066	0	America/Chicago
4846876	Township of Amsterdam	township-of-amsterdam	Amsterdam Township		US	IA	081	90069	0	America/Chicago
4846918	Township of Anderson	township-of-anderson	Anderson Township		US	IA	129	90072	0	America/Chicago
4847093	Township of Arcadia	township-of-arcadia	Arcadia Township		US	IA	027	90075	0	America/Chicago
4847148	Township of Arlington	township-of-arlington	Arlington Township		US	IA	193	90078	0	America/Chicago
4847166	Township of Armstrong Grove	township-of-armstrong-grove	Armstrong Grove Township		US	IA	063	90081	0	America/Chicago
4847286	Township of Ashton	township-of-ashton	Ashton Township		US	IA	133	90084	0	America/Chicago
4847370	Township of Athens	township-of-athens	Athens Township		US	IA	159	90087	0	America/Chicago
4847420	Township of Auburn	township-of-auburn	Auburn Township		US	IA	065	90090	0	America/Chicago
4847449	Township of Audubon	township-of-audubon	Audubon Township		US	IA	009	90093	0	America/Chicago
4847495	Township of Avery	township-of-avery	Avery Township		US	IA	081	90096	0	America/Chicago
4847496	Township of Avery	township-of-avery	Avery Township		US	IA	091	90099	0	America/Chicago
4847575	Township of Badger	township-of-badger	Badger Township		US	IA	187	90102	0	America/Chicago
4847623	Township of Baker	township-of-baker	Baker Township		US	IA	077	90105	0	America/Chicago
4847624	Township of Baker	township-of-baker	Baker Township		US	IA	141	90108	0	America/Chicago
4847625	Township of Baker	township-of-baker	Baker Township		US	IA	143	90111	0	America/Chicago
4847671	Township of Baltimore	township-of-baltimore	Baltimore Township		US	IA	087	90114	0	America/Chicago
4847687	Township of Bangor	township-of-bangor	Bangor Township		US	IA	127	90117	0	America/Chicago
4847689	Township of Banks	township-of-banks	Banks Township		US	IA	065	90120	0	America/Chicago
4847699	Township of Banner	township-of-banner	Banner Township		US	IA	193	90123	0	America/Chicago
4847725	Township of Barclay	township-of-barclay	Barclay Township		US	IA	013	90126	0	America/Chicago
4847748	Township of Barnes	township-of-barnes	Barnes Township		US	IA	021	90129	0	America/Chicago
4847787	Township of Barton	township-of-barton	Barton Township		US	IA	195	90132	0	America/Chicago
4847817	Township of Bath	township-of-bath	Bath Township		US	IA	033	90135	0	America/Chicago
4847837	Township of Battle	township-of-battle	Battle Township		US	IA	093	90138	0	America/Chicago
4847932	Township of Bear Creek	township-of-bear-creek	Bear Creek Township		US	IA	157	90141	0	America/Chicago
4847936	Township of Bear Grove	township-of-bear-grove	Bear Grove Township		US	IA	029	90144	0	America/Chicago
4847937	Township of Bear Grove	township-of-bear-grove	Bear Grove Township		US	IA	077	90147	0	America/Chicago
4847998	Township of Beaver	township-of-beaver	Beaver Township		US	IA	015	90150	0	America/Chicago
4847999	Township of Beaver	township-of-beaver	Beaver Township		US	IA	023	90153	0	America/Chicago
4848000	Township of Beaver	township-of-beaver	Beaver Township		US	IA	049	90156	0	America/Chicago
4848001	Township of Beaver	township-of-beaver	Beaver Township		US	IA	075	90159	0	America/Chicago
4848002	Township of Beaver	township-of-beaver	Beaver Township		US	IA	077	90162	0	America/Chicago
4848003	Township of Beaver	township-of-beaver	Beaver Township		US	IA	091	90165	0	America/Chicago
4848004	Township of Beaver	township-of-beaver	Beaver Township		US	IA	153	90168	0	America/Chicago
4848035	Township of Bedford	township-of-bedford	Bedford Township		US	IA	173	90171	0	America/Chicago
4848088	Township of Belknap	township-of-belknap	Belknap Township		US	IA	155	90174	0	America/Chicago
4848100	Township of Bellair	township-of-bellair	Bellair Township		US	IA	007	90177	0	America/Chicago
4848117	City of Belle Plaine	city-of-belle-plaine			US	IA	011	90178	2534	America/Chicago
4848138	Township of Bellevue	township-of-bellevue	Bellevue Township		US	IA	097	90180	0	America/Chicago
4848142	Township of Bellville	township-of-bellville	Bellville Township		US	IA	151	90183	0	America/Chicago
4848157	Township of Belmond	township-of-belmond	Belmond Township		US	IA	197	90186	0	America/Chicago
4848161	Township of Belmont	township-of-belmont	Belmont Township		US	IA	181	90189	0	America/Chicago
4848171	Township of Belvidere	township-of-belvidere	Belvidere Township		US	IA	133	90192	0	America/Chicago
4848206	Township of Bennezette	township-of-bennezette	Bennezette Township		US	IA	023	90195	0	America/Chicago
4848209	Township of Bennington	township-of-bennington	Bennington Township		US	IA	013	90198	0	America/Chicago
4848248	Township of Benton	township-of-benton	Benton Township		US	IA	011	90201	0	America/Chicago
4848249	Township of Benton	township-of-benton	Benton Township		US	IA	029	90204	0	America/Chicago
4848250	Township of Benton	township-of-benton	Benton Township		US	IA	057	90207	0	America/Chicago
4848251	Township of Benton	township-of-benton	Benton Township		US	IA	071	90210	0	America/Chicago
4848252	Township of Benton	township-of-benton	Benton Township		US	IA	107	90213	0	America/Chicago
4848253	Township of Benton	township-of-benton	Benton Township		US	IA	117	90216	0	America/Chicago
4848254	Township of Benton	township-of-benton	Benton Township		US	IA	159	90219	0	America/Chicago
4848255	Township of Benton	township-of-benton	Benton Township		US	IA	173	90222	0	America/Chicago
4848256	Township of Benton	township-of-benton	Benton Township		US	IA	185	90225	0	America/Chicago
4848316	Township of Bertram	township-of-bertram	Bertram Township		US	IA	113	90228	0	America/Chicago
4848452	Township of Bethel	township-of-bethel	Bethel Township		US	IA	065	90231	0	America/Chicago
4848569	Township of Big Creek	township-of-big-creek	Big Creek Township		US	IA	013	90234	0	America/Chicago
4848578	Township of Big Grove	township-of-big-grove	Big Grove Township		US	IA	011	90237	0	America/Chicago
4848579	Township of Big Grove	township-of-big-grove	Big Grove Township		US	IA	103	90240	0	America/Chicago
4848650	Township of Bingham	township-of-bingham	Bingham Township		US	IA	081	90243	0	America/Chicago
4848723	Township of Black Hawk	township-of-black-hawk	Black Hawk Township,Blackhawk Township,Township of Black Hawk		US	IA	013	90246	0	America/Chicago
4848724	Township of Black Hawk	township-of-black-hawk	Black Hawk Township		US	IA	075	90249	0	America/Chicago
4848725	Township of Black Hawk	township-of-black-hawk	Black Hawk Township		US	IA	101	90252	0	America/Chicago
4848729	Township of Black Oak	township-of-black-oak	Black Oak Township		US	IA	123	90255	0	America/Chicago
4848758	Township of Blaine	township-of-blaine	Blaine Township		US	IA	093	90258	0	America/Chicago
4848759	Township of Blaine	township-of-blaine	Blaine Township		US	IA	197	90261	0	America/Chicago
4848772	Township of Blairsburg	township-of-blairsburg	Blairsburg Township		US	IA	079	90264	0	America/Chicago
4848874	City of Bloomfield	city-of-bloomfield			US	IA	051	90268	2640	America/Chicago
4848875	Township of Bloomfield	township-of-bloomfield	Bloomfield Township		US	IA	045	90267	0	America/Chicago
4848876	Township of Bloomfield	township-of-bloomfield	Bloomfield Township		US	IA	153	90270	0	America/Chicago
4848877	Township of Bloomfield	township-of-bloomfield	Bloomfield Township		US	IA	191	90273	0	America/Chicago
4848884	Township of Bloomington	township-of-bloomington	Bloomington Township		US	IA	053	90276	0	America/Chicago
4848885	Township of Bloomington	township-of-bloomington	Bloomington Township		US	IA	139	90279	0	America/Chicago
4848901	Township of Blue Grass	township-of-blue-grass	Blue Grass Township		US	IA	163	90282	0	America/Chicago
4848929	Township of Bluff Creek	township-of-bluff-creek	Bluff Creek Township		US	IA	135	90285	0	America/Chicago
4848946	Township of Bluffton	township-of-bluffton	Bluffton Township		US	IA	191	90288	0	America/Chicago
4848954	Township of Boardman	township-of-boardman	Boardman Township		US	IA	043	90291	0	America/Chicago
4849024	Township of Bonaparte	township-of-bonaparte	Bonaparte Township		US	IA	177	90294	0	America/Chicago
4849049	Township of Boomer	township-of-boomer	Boomer Township		US	IA	155	90297	0	America/Chicago
4849080	Township of Boone	township-of-boone	Boone Township		US	IA	049	90300	0	America/Chicago
4849081	Township of Boone	township-of-boone	Boone Township		US	IA	081	90303	0	America/Chicago
4849082	Township of Boone	township-of-boone	Boone Township		US	IA	197	90306	0	America/Chicago
4849093	Township of Booth	township-of-booth	Booth Township		US	IA	147	90309	0	America/Chicago
4849116	Township of Boulder	township-of-boulder	Boulder Township		US	IA	113	90312	0	America/Chicago
4849186	Township of Boyer Valley	township-of-boyer-valley	Boyer Valley Township		US	IA	161	90321	0	America/Chicago
4849187	Township of Boyer	township-of-boyer	Boyer Township		US	IA	047	90315	0	America/Chicago
4849188	Township of Boyer	township-of-boyer	Boyer Township		US	IA	085	90318	0	America/Chicago
4849218	Township of Bradford	township-of-bradford	Bradford Township		US	IA	037	90324	0	America/Chicago
4849244	Township of Brandon	township-of-brandon	Brandon Township		US	IA	097	90327	0	America/Chicago
4849284	Township of Bremen	township-of-bremen	Bremen Township		US	IA	055	90330	0	America/Chicago
4849357	Township of Brighton	township-of-brighton	Brighton Township		US	IA	029	90336	0	America/Chicago
4849372	Township of Bristol	township-of-bristol	Bristol Township		US	IA	073	90342	0	America/Chicago
4849373	Township of Bristol	township-of-bristol	Bristol Township		US	IA	195	90345	0	America/Chicago
4849390	Township of Britt	township-of-britt	Britt Township		US	IA	081	90348	0	America/Chicago
4849442	Township of Brooke	township-of-brooke	Brooke Township		US	IA	021	90351	0	America/Chicago
4849444	Township of Brookfield	township-of-brookfield	Brookfield Township		US	IA	045	90354	0	America/Chicago
4849445	Township of Brookfield	township-of-brookfield	Brookfield Township		US	IA	195	90357	0	America/Chicago
4849503	Township of Brown	township-of-brown	Brown Township		US	IA	113	90360	0	America/Chicago
4849532	Township of Bruce	township-of-bruce	Bruce Township		US	IA	011	90363	0	America/Chicago
4849609	Township of Buchanan	township-of-buchanan	Buchanan Township		US	IA	101	90366	0	America/Chicago
4849610	Township of Buchanan	township-of-buchanan	Buchanan Township		US	IA	145	90369	0	America/Chicago
4849664	Township of Buckingham	township-of-buckingham	Buckingham Township		US	IA	171	90375	0	America/Chicago
4849668	Township of Buckeye	township-of-buckeye	Buckeye Township		US	IA	083	90372	0	America/Chicago
4849705	Township of Buena Vista	township-of-buena-vista	Buena Vista Township		US	IA	043	90378	0	America/Chicago
4849706	Township of Buena Vista	township-of-buena-vista	Buena Vista Township		US	IA	099	90381	0	America/Chicago
4849755	Township of Buffalo	township-of-buffalo	Buffalo Township		US	IA	019	90384	0	America/Chicago
4849756	Township of Buffalo	township-of-buffalo	Buffalo Township		US	IA	109	90387	0	America/Chicago
4849757	Township of Buffalo	township-of-buffalo	Buffalo Township		US	IA	113	90390	0	America/Chicago
4849758	Township of Buffalo	township-of-buffalo	Buffalo Township		US	IA	163	90393	0	America/Chicago
4849759	Township of Buffalo	township-of-buffalo	Buffalo Township		US	IA	189	90396	0	America/Chicago
4849786	Township of Buncombe	township-of-buncombe	Buncombe Township		US	IA	167	90399	0	America/Chicago
4849867	Township of Burnside	township-of-burnside	Burnside Township		US	IA	187	90405	0	America/Chicago
4849884	Township of Burr Oak	township-of-burr-oak	Burr Oak Township		US	IA	131	90411	0	America/Chicago
4849885	Township of Burr Oak	township-of-burr-oak	Burr Oak Township		US	IA	191	90414	0	America/Chicago
4849887	Township of Burrell	township-of-burrell	Burrell Township		US	IA	053	90408	0	America/Chicago
4849900	Township of Burt	township-of-burt	Burt Township		US	IA	109	90417	0	America/Chicago
4849945	Township of Butler	township-of-butler	Butler Township		US	IA	023	90420	0	America/Chicago
4849946	Township of Butler	township-of-butler	Butler Township		US	IA	025	90423	0	America/Chicago
4849947	Township of Butler	township-of-butler	Butler Township		US	IA	097	90426	0	America/Chicago
4849948	Township of Butler	township-of-butler	Butler Township		US	IA	163	90429	0	America/Chicago
4849978	Township of Byron	township-of-byron	Byron Township		US	IA	019	90432	0	America/Chicago
4850022	Township of Caldwell	township-of-caldwell	Caldwell Township		US	IA	007	90435	0	America/Chicago
4850028	Township of Caledonia	township-of-caledonia	Caledonia Township		US	IA	141	90438	0	America/Chicago
4850042	Township of Calhoun	township-of-calhoun	Calhoun Township		US	IA	025	90441	0	America/Chicago
4850043	Township of Calhoun	township-of-calhoun	Calhoun Township		US	IA	085	90444	0	America/Chicago
4850073	Township of Calmar	township-of-calmar	Calmar Township		US	IA	191	90447	0	America/Chicago
4850213	Township of Camanche	township-of-camanche	Camanche Township		US	IA	045	90450	0	America/Chicago
4850234	Township of Cameron	township-of-cameron	Cameron Township		US	IA	009	90453	0	America/Chicago
4850294	Township of Camp	township-of-camp	Camp Township		US	IA	153	90456	0	America/Chicago
4850322	Township of Canaan	township-of-canaan	Canaan Township		US	IA	087	90459	0	America/Chicago
4850344	Township of Canoe	township-of-canoe	Canoe Township		US	IA	191	90462	0	America/Chicago
4850351	Township of Canton	township-of-canton	Canton Township		US	IA	011	90465	0	America/Chicago
4850361	Township of Capel	township-of-capel	Capel Township,Copel Township,Township of Capel		US	IA	167	90468	0	America/Chicago
4850405	Township of Carl	township-of-carl	Carl Township		US	IA	003	90471	0	America/Chicago
4850435	Township of Carlton	township-of-carlton	Carlton Township		US	IA	171	90474	0	America/Chicago
4850505	City of Carroll	city-of-carroll			US	IA	027	90475	10103	America/Chicago
4850506	Township of Carroll	township-of-carroll	Carroll Township		US	IA	141	90477	0	America/Chicago
4850507	Township of Carroll	township-of-carroll	Carroll Township		US	IA	171	90480	0	America/Chicago
4850524	Township of Carson	township-of-carson	Carson Township		US	IA	155	90483	0	America/Chicago
4850560	Township of Cascade	township-of-cascade	Cascade Township		US	IA	061	90486	0	America/Chicago
4850596	Township of Cass	township-of-cass	Cass Township		US	IA	015	90489	0	America/Chicago
4850597	Township of Cass	township-of-cass	Cass Township		US	IA	029	90492	0	America/Chicago
4850598	Township of Cass	township-of-cass	Cass Township		US	IA	031	90495	0	America/Chicago
4850599	Township of Cass	township-of-cass	Cass Township		US	IA	043	90498	0	America/Chicago
4850600	Township of Cass	township-of-cass	Cass Township		US	IA	077	90501	0	America/Chicago
4850601	Township of Cass	township-of-cass	Cass Township		US	IA	079	90504	0	America/Chicago
4850602	Township of Cass	township-of-cass	Cass Township		US	IA	085	90507	0	America/Chicago
4850603	Township of Cass	township-of-cass	Cass Township		US	IA	105	90510	0	America/Chicago
4850604	Township of Cass	township-of-cass	Cass Township		US	IA	165	90513	0	America/Chicago
4850605	Township of Cass	township-of-cass	Cass Township		US	IA	179	90516	0	America/Chicago
4850629	Township of Castle Grove	township-of-castle-grove	Castle Grove Township		US	IA	105	90519	0	America/Chicago
4850719	Township of Cedar Falls	township-of-cedar-falls	Cedar Falls Township		US	IA	013	90576	0	America/Chicago
4850768	City of Cedar Rapids	city-of-cedar-rapids			US	IA	113	90577	126326	America/Chicago
4850815	Township of Cedar	township-of-cedar	Cedar Township		US	IA	011	90522	0	America/Chicago
4850816	Township of Cedar	township-of-cedar	Cedar Township		US	IA	013	90525	0	America/Chicago
4850817	Township of Cedar	township-of-cedar	Cedar Township		US	IA	025	90528	0	America/Chicago
4850818	Township of Cedar	township-of-cedar	Cedar Township		US	IA	035	90531	0	America/Chicago
4850819	Township of Cedar	township-of-cedar	Cedar Township		US	IA	067	90534	0	America/Chicago
4850820	Township of Cedar	township-of-cedar	Cedar Township		US	IA	073	90537	0	America/Chicago
4850821	Township of Cedar	township-of-cedar	Cedar Township		US	IA	101	90540	0	America/Chicago
4850822	Township of Cedar	township-of-cedar	Cedar Township		US	IA	103	90543	0	America/Chicago
4850823	Township of Cedar	township-of-cedar	Cedar Township		US	IA	111	90546	0	America/Chicago
4850824	Township of Cedar	township-of-cedar	Cedar Township		US	IA	117	90549	0	America/Chicago
4850825	Township of Cedar	township-of-cedar	Cedar Township		US	IA	123	90552	0	America/Chicago
4850826	Township of Cedar	township-of-cedar	Cedar Township		US	IA	131	90555	0	America/Chicago
4850827	Township of Cedar	township-of-cedar	Cedar Township		US	IA	135	90558	0	America/Chicago
4850828	Township of Cedar	township-of-cedar	Cedar Township		US	IA	139	90561	0	America/Chicago
4850829	Township of Cedar	township-of-cedar	Cedar Township		US	IA	151	90564	0	America/Chicago
4850830	Township of Cedar	township-of-cedar	Cedar Township		US	IA	161	90567	0	America/Chicago
4850831	Township of Cedar	township-of-cedar	Cedar Township		US	IA	177	90570	0	America/Chicago
4850832	Township of Cedar	township-of-cedar	Cedar Township		US	IA	183	90573	0	America/Chicago
4850859	Township of Centennial	township-of-centennial	Centennial Township		US	IA	119	90579	0	America/Chicago
4850888	Township of Center Grove	township-of-center-grove	Center Grove Township		US	IA	059	90639	0	America/Chicago
4850939	Township of Center	township-of-center	Center Township		US	IA	005	90582	0	America/Chicago
4850940	Township of Center	township-of-center	Center Township		US	IA	031	90588	0	America/Chicago
4850941	Township of Center	township-of-center	Center Township		US	IA	045	90591	0	America/Chicago
4850942	Township of Center	township-of-center	Center Township		US	IA	053	90594	0	America/Chicago
4850943	Township of Center	township-of-center	Center Township		US	IA	061	90597	0	America/Chicago
4850944	Township of Center	township-of-center	Center Township		US	IA	063	90600	0	America/Chicago
4850945	Township of Center	township-of-center	Center Township		US	IA	065	90603	0	America/Chicago
4850946	Township of Center	township-of-center	Center Township		US	IA	087	90606	0	America/Chicago
4850947	Township of Center	township-of-center	Center Township		US	IA	101	90609	0	America/Chicago
4850948	Township of Center	township-of-center	Center Township		US	IA	129	90612	0	America/Chicago
4850949	Township of Center	township-of-center	Center Township		US	IA	133	90615	0	America/Chicago
4850950	Township of Center	township-of-center	Center Township		US	IA	141	90618	0	America/Chicago
4850951	Township of Center	township-of-center	Center Township		US	IA	151	90621	0	America/Chicago
4850952	Township of Center	township-of-center	Center Township		US	IA	155	90624	0	America/Chicago
4850953	Township of Center	township-of-center	Center Township		US	IA	165	90627	0	America/Chicago
4850954	Township of Center	township-of-center	Center Township		US	IA	167	90630	0	America/Chicago
4850955	Township of Center	township-of-center	Center Township		US	IA	179	90633	0	America/Chicago
4850956	Township of Center	township-of-center	Center Township		US	IA	189	90636	0	America/Chicago
4850977	City of Centerville	city-of-centerville			US	IA	007	90640	5528	America/Chicago
4851157	City of Chariton	city-of-chariton			US	IA	117	90643	4321	America/Chicago
4851158	Township of Chariton	township-of-chariton	Chariton Township		US	IA	007	90642	0	America/Chicago
4851162	City of Charles City	city-of-charles-city	Charles City,City of Charles City		US	IA	067	90645	7652	America/Chicago
4851183	Township of Charleston	township-of-charleston	Charleston Township		US	IA	111	90647	0	America/Chicago
4851198	Township of Charter Oak	township-of-charter-oak	Charter Oak Township		US	IA	047	90648	0	America/Chicago
4851244	Township of Chequest	township-of-chequest	Chequest Township		US	IA	177	90651	0	America/Chicago
4851261	Township of Cherokee	township-of-cherokee	Cherokee Township		US	IA	035	90654	0	America/Chicago
4851290	Township of Chester	township-of-chester	Chester Township		US	IA	089	90657	0	America/Chicago
4851291	Township of Chester	township-of-chester	Chester Township		US	IA	157	90660	0	America/Chicago
4851310	Township of Chickasaw	township-of-chickasaw	Chickasaw Township		US	IA	037	90663	0	America/Chicago
4851718	Township of Cincinnati	township-of-cincinnati	Cincinnati Township		US	IA	085	90666	0	America/Chicago
4851822	Township of Clark	township-of-clark	Clark Township		US	IA	171	90669	0	America/Chicago
4851878	Township of Clay	township-of-clay	Clay Township		US	IA	041	90672	0	America/Chicago
4851879	Township of Clay	township-of-clay	Clay Township		US	IA	075	90675	0	America/Chicago
4851880	Township of Clay	township-of-clay	Clay Township		US	IA	083	90678	0	America/Chicago
4851881	Township of Clay	township-of-clay	Clay Township		US	IA	085	90681	0	America/Chicago
4851882	Township of Clay	township-of-clay	Clay Township		US	IA	105	90684	0	America/Chicago
4851883	Township of Clay	township-of-clay	Clay Township		US	IA	125	90687	0	America/Chicago
4851884	Township of Clay	township-of-clay	Clay Township		US	IA	153	90690	0	America/Chicago
4851885	Township of Clay	township-of-clay	Clay Township		US	IA	165	90693	0	America/Chicago
4851886	Township of Clay	township-of-clay	Clay Township		US	IA	183	90696	0	America/Chicago
4851887	Township of Clay	township-of-clay	Clay Township		US	IA	185	90699	0	America/Chicago
4851888	Township of Clay	township-of-clay	Clay Township		US	IA	187	90702	0	America/Chicago
4851909	Township of Clayton	township-of-clayton	Clayton Township		US	IA	043	90705	0	America/Chicago
4851910	Township of Clayton	township-of-clayton	Clayton Township		US	IA	173	90708	0	America/Chicago
4851930	Township of Clear Creek	township-of-clear-creek	Clear Creek Township		US	IA	099	90711	0	America/Chicago
4851931	Township of Clear Creek	township-of-clear-creek	Clear Creek Township		US	IA	103	90714	0	America/Chicago
4851932	Township of Clear Creek	township-of-clear-creek	Clear Creek Township		US	IA	107	90717	0	America/Chicago
4851952	City of Clear Lake	city-of-clear-lake			US	IA	033	90720	7777	America/Chicago
4851953	Township of Clear Lake	township-of-clear-lake	Clear Lake Township		US	IA	033	90721	0	America/Chicago
4851954	Township of Clear Lake	township-of-clear-lake	Clear Lake Township		US	IA	079	90722	0	America/Chicago
4851981	Township of Cleona	township-of-cleona	Cleona Township		US	IA	163	90726	0	America/Chicago
4851991	Township of Clermont	township-of-clermont	Clermont Township		US	IA	065	90729	0	America/Chicago
4852000	Township of Cleveland	township-of-cleveland	Cleveland Township		US	IA	051	90732	0	America/Chicago
4852001	Township of Cleveland	township-of-cleveland	Cleveland Township		US	IA	119	90735	0	America/Chicago
4852053	City of Clinton	city-of-clinton			US	IA	045	90736	26885	America/Chicago
4852054	Township of Clinton	township-of-clinton	Clinton Township		US	IA	113	90739	0	America/Chicago
4852055	Township of Clinton	township-of-clinton	Clinton Township		US	IA	159	90741	0	America/Chicago
4852056	Township of Clinton	township-of-clinton	Clinton Township		US	IA	161	90744	0	America/Chicago
4852057	Township of Clinton	township-of-clinton	Clinton Township		US	IA	185	90747	0	America/Chicago
4852160	Township of Coffins Grove	township-of-coffins-grove	Coffins Grove Township		US	IA	055	90750	0	America/Chicago
4852197	Township of Coldwater	township-of-coldwater	Coldwater Township		US	IA	023	90753	0	America/Chicago
4852228	Township of Colfax	township-of-colfax	Colfax Township		US	IA	015	90756	0	America/Chicago
4852229	Township of Colfax	township-of-colfax	Colfax Township		US	IA	049	90759	0	America/Chicago
4852230	Township of Colfax	township-of-colfax	Colfax Township		US	IA	075	90762	0	America/Chicago
4852231	Township of Colfax	township-of-colfax	Colfax Township		US	IA	145	90765	0	America/Chicago
4852232	Township of Colfax	township-of-colfax	Colfax Township		US	IA	151	90768	0	America/Chicago
4852233	Township of Colfax	township-of-colfax	Colfax Township		US	IA	187	90771	0	America/Chicago
4852257	Township of College	township-of-college	College Township		US	IA	113	90774	0	America/Chicago
4852279	Township of Collins	township-of-collins	Collins Township		US	IA	169	90777	0	America/Chicago
4852301	Township of Colony	township-of-colony	Colony Township		US	IA	003	90780	0	America/Chicago
4852302	Township of Colony	township-of-colony	Colony Township		US	IA	055	90783	0	America/Chicago
4852312	Township of Columbia	township-of-columbia	Columbia Township		US	IA	171	90786	0	America/Chicago
4852313	Township of Columbia	township-of-columbia	Columbia Township		US	IA	179	90789	0	America/Chicago
4852319	Township of Columbus City	township-of-columbus-city	Columbus City Township		US	IA	115	90792	0	America/Chicago
4852420	Township of Competine	township-of-competine	Competine Township		US	IA	179	90795	0	America/Chicago
4852440	Township of Concord	township-of-concord	Concord Township		US	IA	061	90798	0	America/Chicago
4852441	Township of Concord	township-of-concord	Concord Township		US	IA	081	90801	0	America/Chicago
4852442	Township of Concord	township-of-concord	Concord Township		US	IA	083	90804	0	America/Chicago
4852443	Township of Concord	township-of-concord	Concord Township		US	IA	115	90807	0	America/Chicago
4852444	Township of Concord	township-of-concord	Concord Township		US	IA	193	90810	0	America/Chicago
4852453	Township of Concordia	township-of-concordia	Concordia Township		US	IA	057	90813	0	America/Chicago
4852515	Township of Cono	township-of-cono	Cono Township		US	IA	019	90816	0	America/Chicago
4852562	Township of Cook	township-of-cook	Cook Township		US	IA	161	90819	0	America/Chicago
4852598	Township of Coon Valley	township-of-coon-valley	Coon Valley Township		US	IA	161	90825	0	America/Chicago
4852599	Township of Coon	township-of-coon	Coon Township		US	IA	021	90822	0	America/Chicago
4852612	Township of Cooper	township-of-cooper	Cooper Township		US	IA	133	90828	0	America/Chicago
4852613	Township of Cooper	township-of-cooper	Cooper Township		US	IA	187	90831	0	America/Chicago
4852664	Township of Corinth	township-of-corinth	Corinth Township		US	IA	091	90834	0	America/Chicago
4852739	Township of Corwin	township-of-corwin	Corwin Township		US	IA	093	90837	0	America/Chicago
4852772	Township of Corydon	township-of-corydon	Corydon Township		US	IA	185	90840	0	America/Chicago
4852957	Township of Cox Creek	township-of-cox-creek	Cox Creek Township		US	IA	043	90843	0	America/Chicago
4853029	Township of Crawford	township-of-crawford	Crawford Township		US	IA	121	90846	0	America/Chicago
4853030	Township of Crawford	township-of-crawford	Crawford Township		US	IA	183	90849	0	America/Chicago
4853058	Township of Crescent	township-of-crescent	Crescent Township		US	IA	155	90852	0	America/Chicago
4853067	Township of Cresco	township-of-cresco	Cresco Township		US	IA	109	90855	0	America/Chicago
4853089	City of Creston	city-of-creston			US	IA	175	90856	7834	America/Chicago
4853122	Township of Crocker	township-of-crocker	Crocker Township		US	IA	153	90858	0	America/Chicago
4853205	Township of Crystal	township-of-crystal	Crystal Township		US	IA	081	90861	0	America/Chicago
4853206	Township of Crystal	township-of-crystal	Crystal Township		US	IA	171	90864	0	America/Chicago
4853228	Township of Cummins	township-of-cummins	Cummins Township		US	IA	151	90867	0	America/Chicago
4853280	Township of Dahlonega	township-of-dahlonega	Dahlonega Township		US	IA	179	90870	0	America/Chicago
4853295	City of Dakota City	city-of-dakota-city	City of Dakota City,Dakota City		US	IA	091	90872	843	America/Chicago
4853319	Township of Dale	township-of-dale	Dale Township		US	IA	119	90873	0	America/Chicago
4853320	Township of Dale	township-of-dale	Dale Township		US	IA	141	90876	0	America/Chicago
4853346	Township of Dallas	township-of-dallas	Dallas Township		US	IA	049	90879	0	America/Chicago
4853347	Township of Dallas	township-of-dallas	Dallas Township		US	IA	125	90882	0	America/Chicago
4853348	Township of Dallas	township-of-dallas	Dallas Township		US	IA	173	90885	0	America/Chicago
4853402	Township of Danville	township-of-danville	Danville Township		US	IA	057	90888	0	America/Chicago
4853403	Township of Danville	township-of-danville	Danville Township		US	IA	195	90891	0	America/Chicago
4853500	Township of Dawson	township-of-dawson	Dawson Township		US	IA	073	90897	0	America/Chicago
4853524	Township of Dayton	township-of-dayton	Dayton Township		US	IA	017	90900	0	America/Chicago
4853525	Township of Dayton	township-of-dayton	Dayton Township		US	IA	023	90903	0	America/Chicago
4853526	Township of Dayton	township-of-dayton	Dayton Township		US	IA	031	90906	0	America/Chicago
4853527	Township of Dayton	township-of-dayton	Dayton Township		US	IA	037	90909	0	America/Chicago
4853528	Township of Dayton	township-of-dayton	Dayton Township		US	IA	187	90915	0	America/Chicago
4853529	Township of Dayton	township-of-dayton	Dayton Township		US	IA	197	90918	0	America/Chicago
4853561	Township of De Witt	township-of-de-witt	De Witt Township		US	IA	045	90993	0	America/Chicago
4853605	Township of Decatur	township-of-decatur	Decatur Township		US	IA	053	90921	0	America/Chicago
4853621	Township of Decorah	township-of-decorah	Decorah Township		US	IA	191	90924	0	America/Chicago
4853640	Township of Deep Creek	township-of-deep-creek	Deep Creek Township		US	IA	045	90927	0	America/Chicago
4853648	Township of Deep River	township-of-deep-river	Deep River Township		US	IA	157	90930	0	America/Chicago
4853678	Township of Deer Creek	township-of-deer-creek	Deer Creek Township		US	IA	129	90933	0	America/Chicago
4853679	Township of Deer Creek	township-of-deer-creek	Deer Creek Township		US	IA	187	90936	0	America/Chicago
4853680	Township of Deer Creek	township-of-deer-creek	Deer Creek Township		US	IA	195	90939	0	America/Chicago
4853690	Township of Deerfield	township-of-deerfield	Deerfield Township		US	IA	037	90942	0	America/Chicago
4853704	Township of Delana	township-of-delana	Delana Township,Delano Township,Township of Delana		US	IA	091	90945	0	America/Chicago
4853719	Township of Delaware	township-of-delaware	Delaware Township		US	IA	055	90948	0	America/Chicago
4853720	Township of Delaware	township-of-delaware	Delaware Township		US	IA	153	90951	0	America/Chicago
4853721	Township of Delaware	township-of-delaware	Delaware Township		US	IA	161	90954	0	America/Chicago
4853730	Township of Delhi	township-of-delhi	Delhi Township		US	IA	055	90957	0	America/Chicago
4853773	Township of Denison	township-of-denison	Denison Township		US	IA	047	90960	0	America/Chicago
4853779	Township of Denmark	township-of-denmark	Denmark Township		US	IA	063	90963	0	America/Chicago
4853780	Township of Denmark	township-of-denmark	Denmark Township		US	IA	111	90966	0	America/Chicago
4853868	Township of Des Moines	township-of-des-moines	Des Moines Township		US	IA	015	90969	0	America/Chicago
4853869	Township of Des Moines	township-of-des-moines	Des Moines Township		US	IA	049	90972	0	America/Chicago
4853870	Township of Des Moines	township-of-des-moines	Des Moines Township		US	IA	099	90975	0	America/Chicago
4853871	Township of Des Moines	township-of-des-moines	Des Moines Township		US	IA	101	90978	0	America/Chicago
4853872	Township of Des Moines	township-of-des-moines	Des Moines Township		US	IA	111	90981	0	America/Chicago
4853873	Township of Des Moines	township-of-des-moines	Des Moines Township		US	IA	151	90984	0	America/Chicago
4853874	Township of Des Moines	township-of-des-moines	Des Moines Township		US	IA	153	90987	0	America/Chicago
4853875	Township of Des Moines	township-of-des-moines	Des Moines Township		US	IA	177	90990	0	America/Chicago
4853937	Township of Diamond Lake	township-of-diamond-lake	Diamond Lake Township		US	IA	059	90999	0	America/Chicago
4853941	Township of Diamond	township-of-diamond	Diamond Township		US	IA	035	90996	0	America/Chicago
4854151	Township of Dodge	township-of-dodge	Dodge Township		US	IA	015	91002	0	America/Chicago
4854152	Township of Dodge	township-of-dodge	Dodge Township		US	IA	061	91005	0	America/Chicago
4854153	Township of Dodge	township-of-dodge	Dodge Township		US	IA	077	91008	0	America/Chicago
4854154	Township of Dodge	township-of-dodge	Dodge Township		US	IA	175	91011	0	America/Chicago
4854222	Township of Doon	township-of-doon	Doon Township		US	IA	119	91014	0	America/Chicago
4854252	Township of Dougherty	township-of-dougherty	Daugherty Township,Dougherty Township,Township of Dougherty		US	IA	033	91017	0	America/Chicago
4854266	Township of Douglas	township-of-douglas	Douglas Township		US	IA	003	91020	0	America/Chicago
4854267	Township of Douglas	township-of-douglas	Douglas Township		US	IA	007	91023	0	America/Chicago
4854268	Township of Douglas	township-of-douglas	Douglas Township		US	IA	009	91026	0	America/Chicago
4854269	Township of Douglas	township-of-douglas	Douglas Township		US	IA	015	91029	0	America/Chicago
4854270	Township of Douglas	township-of-douglas	Douglas Township		US	IA	017	91032	0	America/Chicago
4854271	Township of Douglas	township-of-douglas	Douglas Township		US	IA	041	91035	0	America/Chicago
4854272	Township of Douglas	township-of-douglas	Douglas Township		US	IA	085	91038	0	America/Chicago
4854273	Township of Douglas	township-of-douglas	Douglas Township		US	IA	093	91041	0	America/Chicago
4854274	Township of Douglas	township-of-douglas	Douglas Township		US	IA	121	91044	0	America/Chicago
4854275	Township of Douglas	township-of-douglas	Douglas Township		US	IA	131	91047	0	America/Chicago
4854276	Township of Douglas	township-of-douglas	Douglas Township		US	IA	137	91050	0	America/Chicago
4854277	Township of Douglas	township-of-douglas	Douglas Township		US	IA	145	91053	0	America/Chicago
4854278	Township of Douglas	township-of-douglas	Douglas Township		US	IA	153	91056	0	America/Chicago
4854279	Township of Douglas	township-of-douglas	Douglas Township		US	IA	161	91059	0	America/Chicago
4854280	Township of Douglas	township-of-douglas	Douglas Township		US	IA	165	91062	0	America/Chicago
4854281	Township of Douglas	township-of-douglas	Douglas Township		US	IA	175	91065	0	America/Chicago
4854282	Township of Douglas	township-of-douglas	Douglas Township		US	IA	187	91068	0	America/Chicago
4854305	Township of Dover	township-of-dover	Dover Township		US	IA	065	91071	0	America/Chicago
4854306	Township of Dover	township-of-dover	Dover Township		US	IA	151	91074	0	America/Chicago
4854344	Township of Doyle	township-of-doyle	Doyle Township		US	IA	039	91077	0	America/Chicago
4854469	Township of Drakesville	township-of-drakesville	Drakesville Township,Drakeville Township,Township of Drakesville		US	IA	051	91080	0	America/Chicago
4854478	Township of Dresden	township-of-dresden	Dresden Township		US	IA	037	91083	0	America/Chicago
4854561	City of Dubuque	city-of-dubuque			US	IA	061	91085	57637	America/Chicago
4854562	Township of Dubuque	township-of-dubuque	Dubuque Township		US	IA	061	91086	0	America/Chicago
4854697	Township of Dutch Creek	township-of-dutch-creek	Dutch Creek Township		US	IA	183	91089	0	America/Chicago
4854760	Township of Eagle Grove	township-of-eagle-grove	Eagle Grove Township,Eaglegrove Township,Township of Eagle Grove		US	IA	197	91101	0	America/Chicago
4854780	Township of Eagle	township-of-eagle	Eagle Township		US	IA	013	91092	0	America/Chicago
4854781	Township of Eagle	township-of-eagle	Eagle Township		US	IA	109	91095	0	America/Chicago
4854782	Township of Eagle	township-of-eagle	Eagle Township		US	IA	167	91098	0	America/Chicago
4854837	Township of East Boyer	township-of-east-boyer	East Boyer Township		US	IA	047	91107	0	America/Chicago
4854871	Township of East Des Moines	township-of-east-des-moines	East Des Moines Township		US	IA	123	91110	0	America/Chicago
4854909	Township of East Holman	township-of-east-holman	East Holman Township,Township of East Holman,Township of Holman		US	IA	143	91111	0	America/Chicago
4854927	Township of East Lancaster	township-of-east-lancaster	East Lancaster Township		US	IA	107	91113	0	America/Chicago
4854938	Township of East Lincoln	township-of-east-lincoln	East Lincoln Township		US	IA	131	91116	0	America/Chicago
4854947	Township of East Lucas	township-of-east-lucas	East Lucas Township		US	IA	103	91119	0	America/Chicago
4854956	Township of East Orange	township-of-east-orange	East Orange Township		US	IA	167	91122	0	America/Chicago
4854984	Township of East River	township-of-east-river	East River Township		US	IA	145	91125	0	America/Chicago
4855015	Township of East Waterloo	township-of-east-waterloo	East Waterloo Township		US	IA	013	91128	0	America/Chicago
4855016	Township of East	township-of-east	East Township		US	IA	137	91104	0	America/Chicago
4855092	Township of Eden	township-of-eden	Eden Township		US	IA	011	91131	0	America/Chicago
4855093	Township of Eden	township-of-eden	Eden Township		US	IA	027	91134	0	America/Chicago
4855094	Township of Eden	township-of-eden	Eden Township		US	IA	045	91137	0	America/Chicago
4855095	Township of Eden	township-of-eden	Eden Township		US	IA	053	91140	0	America/Chicago
4855096	Township of Eden	township-of-eden	Eden Township		US	IA	065	91143	0	America/Chicago
4855097	Township of Eden	township-of-eden	Eden Township		US	IA	127	91146	0	America/Chicago
4855098	Township of Eden	township-of-eden	Eden Township		US	IA	161	91149	0	America/Chicago
4855099	Township of Eden	township-of-eden	Eden Township		US	IA	189	91152	0	America/Chicago
4855144	Township of Edna	township-of-edna	Edna Township		US	IA	029	91155	0	America/Chicago
4855235	City of Eldora	city-of-eldora			US	IA	083	91157	2732	America/Chicago
4855236	Township of Eldora	township-of-eldora	Eldora Township		US	IA	083	91158	0	America/Chicago
4855243	Township of Eldorado	township-of-eldorado	Eldorado Township		US	IA	011	91161	0	America/Chicago
4855273	Township of Elgin	township-of-elgin	Elgin Township		US	IA	119	91164	0	America/Chicago
4855274	Township of Elgin	township-of-elgin	Elgin Township		US	IA	149	91167	0	America/Chicago
4855278	Township of Eliot	township-of-eliot	Eliot Township		US	IA	115	91170	0	America/Chicago
4855305	Township of Elk Creek	township-of-elk-creek	Elk Creek Township		US	IA	099	91182	0	America/Chicago
4855326	Township of Elk River	township-of-elk-river	Elk River Township		US	IA	045	91194	0	America/Chicago
4855338	Township of Elk	township-of-elk	Elk Township		US	IA	021	91173	0	America/Chicago
4855339	Township of Elk	township-of-elk	Elk Township		US	IA	043	91176	0	America/Chicago
4855340	Township of Elk	township-of-elk	Elk Township		US	IA	055	91179	0	America/Chicago
4855364	Township of Elkhart	township-of-elkhart	Elkhart Township		US	IA	153	91185	0	America/Chicago
4855371	Township of Elkhorn	township-of-elkhorn	Elkhorn Township		US	IA	149	91188	0	America/Chicago
4855379	Township of Ell	township-of-ell	Ell Township		US	IA	081	91197	0	America/Chicago
4855389	Township of Ellington	township-of-ellington	Ellington Township		US	IA	081	91200	0	America/Chicago
4855390	Township of Ellington	township-of-ellington	Ellington Township		US	IA	147	91203	0	America/Chicago
4855398	Township of Elkhorn	township-of-elkhorn	Elkhorn Township		US	IA	187	91191	0	America/Chicago
4855414	Township of Ellis	township-of-ellis	Ellis Township		US	IA	083	91206	0	America/Chicago
4855445	Township of Ellsworth	township-of-ellsworth	Ellsworth Township		US	IA	063	91209	0	America/Chicago
4855446	Township of Ellsworth	township-of-ellsworth	Ellsworth Township		US	IA	079	91212	0	America/Chicago
4855462	Township of Elm Grove	township-of-elm-grove	Elm Grove Township		US	IA	025	91215	0	America/Chicago
4855463	Township of Elm Grove	township-of-elm-grove	Elm Grove Township		US	IA	115	91218	0	America/Chicago
4855593	Township of Emmet	township-of-emmet	Emmet Township		US	IA	063	91221	0	America/Chicago
4855608	Township of Emmetsburg	township-of-emmetsburg	Emmetsburg Township		US	IA	147	91224	0	America/Chicago
4855629	Township of English River	township-of-english-river	English River Township		US	IA	107	91233	0	America/Chicago
4855630	Township of English River	township-of-english-river	English River Township		US	IA	183	91236	0	America/Chicago
4855636	Township of English	township-of-english	English Township		US	IA	095	91227	0	America/Chicago
4855637	Township of English	township-of-english	English Township		US	IA	117	91230	0	America/Chicago
4855683	Township of Erin	township-of-erin	Erin Township		US	IA	081	91239	0	America/Chicago
4855724	Township of Estherville	township-of-estherville	Estherville Township		US	IA	063	91242	0	America/Chicago
4855728	Township of Etna	township-of-etna	Etna Township		US	IA	083	91245	0	America/Chicago
4855747	Township of Eureka	township-of-eureka	Eureka Township		US	IA	001	91248	0	America/Chicago
4855748	Township of Eureka	township-of-eureka	Eureka Township		US	IA	161	91251	0	America/Chicago
4855878	Township of Ewoldt	township-of-ewoldt	Ewoldt Township		US	IA	027	91254	0	America/Chicago
4855886	Township of Excelsior	township-of-excelsior	Excelsior Township		US	IA	059	91257	0	America/Chicago
4855907	Township of Exira	township-of-exira	Exira Township		US	IA	009	91260	0	America/Chicago
4855932	Township of Fabius	township-of-fabius	Fabius Township		US	IA	051	91263	0	America/Chicago
4855957	Township of Fairbank	township-of-fairbank	Fairbank Township		US	IA	019	91266	0	America/Chicago
4855965	Township of Fairfax	township-of-fairfax	Fairfax Township		US	IA	113	91269	0	America/Chicago
4855988	City of Fairfield	city-of-fairfield			US	IA	101	91285	9464	America/Chicago
4855989	Township of Fairfield	township-of-fairfield	Fairfield Township		US	IA	021	91272	0	America/Chicago
4855990	Township of Fairfield	township-of-fairfield	Fairfield Township		US	IA	031	91275	0	America/Chicago
4855991	Township of Fairfield	township-of-fairfield	Fairfield Township		US	IA	065	91278	0	America/Chicago
4855992	Township of Fairfield	township-of-fairfield	Fairfield Township		US	IA	075	91281	0	America/Chicago
4855993	Township of Fairfield	township-of-fairfield	Fairfield Township		US	IA	097	91284	0	America/Chicago
4855994	Township of Fairfield	township-of-fairfield	Fairfield Township		US	IA	147	91287	0	America/Chicago
4856099	Township of Fairview	township-of-fairview	Fairview Township		US	IA	005	91290	0	America/Chicago
4856100	Township of Fairview	township-of-fairview	Fairview Township		US	IA	099	91293	0	America/Chicago
4856101	Township of Fairview	township-of-fairview	Fairview Township		US	IA	105	91296	0	America/Chicago
4856102	Township of Fairview	township-of-fairview	Fairview Township		US	IA	133	91299	0	America/Chicago
4856103	Township of Fairview	township-of-fairview	Fairview Township		US	IA	143	91302	0	America/Chicago
4856104	Township of Fairview	township-of-fairview	Fairview Township		US	IA	165	91305	0	America/Chicago
4856218	Township of Falls	township-of-falls	Falls Township		US	IA	033	91308	0	America/Chicago
4856423	Township of Farmersburg	township-of-farmersburg	Farmersburg Township		US	IA	043	91311	0	America/Chicago
4856434	Township of Farmington	township-of-farmington	Farmington Township		US	IA	031	91317	0	America/Chicago
4856435	Township of Farmington	township-of-farmington	Farmington Township		US	IA	177	91320	0	America/Chicago
4856466	Township of Farmers Creek	township-of-farmers-creek	Farmers Creek Township		US	IA	097	91314	0	America/Chicago
4856488	City of Fayette	city-of-fayette			US	IA	065	91324	1338	America/Chicago
4856489	Township of Fayette	township-of-fayette	Fayette Township		US	IA	053	91323	0	America/Chicago
4856490	Township of Fayette	township-of-fayette	Fayette Township		US	IA	113	91326	0	America/Chicago
4856506	Township of Felix	township-of-felix	Felix Township		US	IA	075	91329	0	America/Chicago
4856535	Township of Fenton	township-of-fenton	Fenton Township		US	IA	109	91332	0	America/Chicago
4856550	Township of Fern Valley	township-of-fern-valley	Fern Valley Township		US	IA	147	91335	0	America/Chicago
4856564	Township of Fertile	township-of-fertile	Fertile Township		US	IA	195	91338	0	America/Chicago
4856602	Township of Fillmore	township-of-fillmore	Fillmore Township		US	IA	095	91341	0	America/Chicago
4857220	Township of Fisher	township-of-fisher	Fisher Township		US	IA	071	91344	0	America/Chicago
4857273	Township of Flint River	township-of-flint-river	Flint River Township		US	IA	057	91347	0	America/Chicago
4857291	Township of Florence	township-of-florence	Florence Township		US	IA	011	91350	0	America/Chicago
4857334	Township of Floyd	township-of-floyd	Floyd Township		US	IA	067	91353	0	America/Chicago
4857335	Township of Floyd	township-of-floyd	Floyd Township		US	IA	141	91356	0	America/Chicago
4857336	Township of Floyd	township-of-floyd	Floyd Township		US	IA	167	91359	0	America/Chicago
4857337	Township of Floyd	township-of-floyd	Floyd Township		US	IA	193	91362	0	America/Chicago
4857423	Township of Forest City	township-of-forest-city	Forest City Township		US	IA	089	91368	0	America/Chicago
4857444	Township of Forest	township-of-forest	Forest Township		US	IA	189	91365	0	America/Chicago
4857505	City of Fort Dodge	city-of-fort-dodge			US	IA	187	91370	25206	America/Chicago
4857569	Township of Four Mile	township-of-four-mile	Four Mile Township		US	IA	153	91371	0	America/Chicago
4857608	Township of Fox River	township-of-fox-river	Fox River Township		US	IA	051	91377	0	America/Chicago
4857615	Township of Fox	township-of-fox	Fox Township		US	IA	013	91374	0	America/Chicago
4857635	Township of Frankfort	township-of-frankfort	Frankfort Township		US	IA	137	91380	0	America/Chicago
4857690	Township of Franklin	township-of-franklin	Franklin Township		US	IA	005	91383	0	America/Chicago
4857691	Township of Franklin	township-of-franklin	Franklin Township		US	IA	007	91386	0	America/Chicago
4857692	Township of Franklin	township-of-franklin	Franklin Township		US	IA	017	91389	0	America/Chicago
4857693	Township of Franklin	township-of-franklin	Franklin Township		US	IA	029	91392	0	America/Chicago
4857694	Township of Franklin	township-of-franklin	Franklin Township		US	IA	039	91395	0	America/Chicago
4857695	Township of Franklin	township-of-franklin	Franklin Township		US	IA	053	91398	0	America/Chicago
4857696	Township of Franklin	township-of-franklin	Franklin Township		US	IA	057	91401	0	America/Chicago
4857697	Township of Franklin	township-of-franklin	Franklin Township		US	IA	073	91404	0	America/Chicago
4857698	Township of Franklin	township-of-franklin	Franklin Centre Township,Franklin Township,Township of Franklin		US	IA	111	91407	0	America/Chicago
4857699	Township of Franklin	township-of-franklin	Franklin Township		US	IA	113	91410	0	America/Chicago
4857700	Township of Franklin	township-of-franklin	Franklin Township		US	IA	125	91413	0	America/Chicago
4857701	Township of Franklin	township-of-franklin	Franklin Township		US	IA	133	91416	0	America/Chicago
4857702	Township of Franklin	township-of-franklin	Franklin Township		US	IA	135	91419	0	America/Chicago
4857703	Township of Franklin	township-of-franklin	Franklin Township		US	IA	141	91422	0	America/Chicago
4857704	Township of Franklin	township-of-franklin	Franklin Township		US	IA	153	91425	0	America/Chicago
4857705	Township of Franklin	township-of-franklin	Franklin Township		US	IA	169	91428	0	America/Chicago
4857706	Township of Franklin	township-of-franklin	Franklin Township		US	IA	183	91431	0	America/Chicago
4857713	Township of Frankville	township-of-frankville	Frankville Township		US	IA	191	91434	0	America/Chicago
4857739	Township of Fredericksburg	township-of-fredericksburg	Fredericksburg Township		US	IA	037	91437	0	America/Chicago
4857747	Township of Frederika	township-of-frederika	Frederika Township		US	IA	017	91440	0	America/Chicago
4857752	Township of Fredonia	township-of-fredonia	Fredonia Township		US	IA	149	91443	0	America/Chicago
4857779	Township of Freedom	township-of-freedom	Freedom Township		US	IA	079	91446	0	America/Chicago
4857780	Township of Freedom	township-of-freedom	Freedom Township		US	IA	147	91449	0	America/Chicago
4857789	Township of Freeman	township-of-freeman	Freeman Township		US	IA	041	91452	0	America/Chicago
4857821	Township of Fremont	township-of-fremont	Fremont Township		US	IA	011	91455	0	America/Chicago
4857822	Township of Fremont	township-of-fremont	Fremont Township		US	IA	017	91458	0	America/Chicago
4857823	Township of Fremont	township-of-fremont	Fremont Township		US	IA	019	91461	0	America/Chicago
4857824	Township of Fremont	township-of-fremont	Fremont Township		US	IA	023	91464	0	America/Chicago
4857825	Township of Fremont	township-of-fremont	Fremont Township		US	IA	031	91467	0	America/Chicago
4857826	Township of Fremont	township-of-fremont	Fremont Township		US	IA	039	91470	0	America/Chicago
4857827	Township of Fremont	township-of-fremont	Fremont Township		US	IA	065	91473	0	America/Chicago
4857828	Township of Fremont	township-of-fremont	Fremont Township		US	IA	079	91476	0	America/Chicago
4857829	Township of Fremont	township-of-fremont	Fremont Township		US	IA	103	91479	0	America/Chicago
4857830	Township of Fremont	township-of-fremont	Fremont Township		US	IA	145	91482	0	America/Chicago
4857831	Township of Fremont	township-of-fremont	Fremont Township		US	IA	191	91485	0	America/Chicago
4857842	Township of French Creek	township-of-french-creek	French Creek Township		US	IA	005	91488	0	America/Chicago
4857917	Township of Fruitland	township-of-fruitland	Fruitland Township		US	IA	139	91491	0	America/Chicago
4857948	Township of Fulton	township-of-fulton	Fulton Township		US	IA	139	91494	0	America/Chicago
4857949	Township of Fulton	township-of-fulton	Fulton Township		US	IA	187	91497	0	America/Chicago
4858016	Township of Galva	township-of-galva	Galva Township		US	IA	093	91500	0	America/Chicago
4858050	Township of Garden Grove	township-of-garden-grove	Garden Grove Township		US	IA	053	91506	0	America/Chicago
4858059	Township of Garden	township-of-garden	Garden Township		US	IA	015	91503	0	America/Chicago
4858085	Township of Garfield	township-of-garfield	Garfield Township		US	IA	025	91509	0	America/Chicago
4858086	Township of Garfield	township-of-garfield	Garfield Township		US	IA	041	91512	0	America/Chicago
4858087	Township of Garfield	township-of-garfield	Garfield Township		US	IA	081	91515	0	America/Chicago
4858088	Township of Garfield	township-of-garfield	Garfield Township		US	IA	093	91518	0	America/Chicago
4858089	Township of Garfield	township-of-garfield	Garfield Township		US	IA	109	91521	0	America/Chicago
4858090	Township of Garfield	township-of-garfield	Garfield Township		US	IA	119	91524	0	America/Chicago
4858091	Township of Garfield	township-of-garfield	Garfield Township		US	IA	123	91527	0	America/Chicago
4858092	Township of Garfield	township-of-garfield	Garfield Township		US	IA	137	91530	0	America/Chicago
4858093	Township of Garfield	township-of-garfield	Garfield Township		US	IA	149	91533	0	America/Chicago
4858094	Township of Garfield	township-of-garfield	Garfield Township		US	IA	151	91536	0	America/Chicago
4858095	Township of Garfield	township-of-garfield	Garfield Township		US	IA	167	91539	0	America/Chicago
4858115	Township of Garnavillo	township-of-garnavillo	Garnavillo Township		US	IA	043	91542	0	America/Chicago
4858131	Township of Garner	township-of-garner	Garner Township		US	IA	155	91545	0	America/Chicago
4858186	Township of Gay	township-of-gay	Gay Township		US	IA	173	91548	0	America/Chicago
4858208	Township of Geneseo	township-of-geneseo	Geneseo Township		US	IA	033	91551	0	America/Chicago
4858209	Township of Geneseo	township-of-geneseo	Geneseo Township		US	IA	171	91554	0	America/Chicago
4858228	Township of Geneva	township-of-geneva	Geneva Township		US	IA	069	91557	0	America/Chicago
4858298	Township of German	township-of-german	German Township		US	IA	075	91560	0	America/Chicago
4858299	Township of German	township-of-german	German Township		US	IA	109	91563	0	America/Chicago
4858322	Township of Giard	township-of-giard	Giard Township		US	IA	043	91566	0	America/Chicago
4858374	Township of Gillett Grove	township-of-gillett-grove	Gillett Grove Township,Gillett's Grove Township,Gilletts Grove Township,Township of Gillett Grove		US	IA	041	91569	0	America/Chicago
4858392	Township of Gilman	township-of-gilman	Gilman Township		US	IA	143	91572	0	America/Chicago
4858495	Township of Glenwood	township-of-glenwood	Glenwood Township		US	IA	129	91575	0	America/Chicago
4858496	Township of Glenwood	township-of-glenwood	Glenwood Township		US	IA	191	91578	0	America/Chicago
4858504	Township of Glidden	township-of-glidden	Glidden Township		US	IA	027	91581	0	America/Chicago
4858531	Township of Goewey	township-of-goewey	Goewey Township		US	IA	143	91584	0	America/Chicago
4858614	Township of Goodrich	township-of-goodrich	Goodrich Township		US	IA	047	91587	0	America/Chicago
4858663	Township of Goshen	township-of-goshen	Goshen Township		US	IA	139	91590	0	America/Chicago
4858685	Township of Gower	township-of-gower	Gower Township		US	IA	031	91593	0	America/Chicago
4858697	Township of Gowrie	township-of-gowrie	Gowrie Township		US	IA	187	91596	0	America/Chicago
4858863	Township of Graham	township-of-graham	Graham Township		US	IA	103	91599	0	America/Chicago
4858886	Township of Grand Meadow	township-of-grand-meadow	Grand Meadow Township		US	IA	035	91602	0	America/Chicago
4858887	Township of Grand Meadow	township-of-grand-meadow	Grand Meadow Township		US	IA	043	91605	0	America/Chicago
4858903	Township of Grand River	township-of-grand-river	Grand River Township		US	IA	001	91608	0	America/Chicago
4858904	Township of Grand River	township-of-grand-river	Grand River Township		US	IA	053	91611	0	America/Chicago
4858905	Township of Grand River	township-of-grand-river	Grand River Township		US	IA	121	91614	0	America/Chicago
4858906	Township of Grand River	township-of-grand-river	Grand River Township		US	IA	185	91617	0	America/Chicago
4858944	Township of Grandview	township-of-grandview	Grandview Township		US	IA	115	91620	0	America/Chicago
4858951	Township of Grange	township-of-grange	Grange Township		US	IA	193	91623	0	America/Chicago
4859015	Township of Grant	township-of-grant	Grant Township		US	IA	003	91626	0	America/Chicago
4859016	Township of Grant	township-of-grant	Grant Township		US	IA	015	91629	0	America/Chicago
4859017	Township of Grant	township-of-grant	Grant Township		US	IA	021	91632	0	America/Chicago
4859018	Township of Grant	township-of-grant	Grant Township		US	IA	027	91635	0	America/Chicago
4859019	Township of Grant	township-of-grant	Grant Township		US	IA	029	91638	0	America/Chicago
4859020	Township of Grant	township-of-grant	Grant Township		US	IA	033	91641	0	America/Chicago
4859021	Township of Grant	township-of-grant	Grant Township		US	IA	045	91644	0	America/Chicago
4859022	Township of Grant	township-of-grant	Grant Township		US	IA	049	91647	0	America/Chicago
4859023	Township of Grant	township-of-grant	Grant Township		US	IA	069	91650	0	America/Chicago
4859024	Township of Grant	township-of-grant	Grant Township		US	IA	073	91653	0	America/Chicago
4859025	Township of Grant	township-of-grant	Grant Township		US	IA	075	91656	0	America/Chicago
4859026	Township of Grant	township-of-grant	Grant Township		US	IA	077	91659	0	America/Chicago
4859027	Township of Grant	township-of-grant	Grant Township		US	IA	083	91662	0	America/Chicago
4859028	Township of Grant	township-of-grant	Grant Township		US	IA	093	91665	0	America/Chicago
4859029	Township of Grant	township-of-grant	Grant Township		US	IA	109	91668	0	America/Chicago
4859030	Township of Grant	township-of-grant	Grant Township		US	IA	113	91671	0	America/Chicago
4859031	Township of Grant	township-of-grant	Grant Township		US	IA	119	91674	0	America/Chicago
4859032	Township of Grant	township-of-grant	Grant Township		US	IA	133	91677	0	America/Chicago
4859033	Township of Grant	township-of-grant	Grant Township		US	IA	137	91680	0	America/Chicago
4859034	Township of Grant	township-of-grant	Grant Township		US	IA	141	91683	0	America/Chicago
4859035	Township of Grant	township-of-grant	Grant Township		US	IA	145	91686	0	America/Chicago
4859036	Township of Grant	township-of-grant	Grant Township		US	IA	149	91689	0	America/Chicago
4859037	Township of Grant	township-of-grant	Grant Township		US	IA	151	91692	0	America/Chicago
4859038	Township of Grant	township-of-grant	Grant Township		US	IA	157	91695	0	America/Chicago
4859039	Township of Grant	township-of-grant	Grant Township		US	IA	159	91698	0	America/Chicago
4859040	Township of Grant	township-of-grant	Grant Township		US	IA	167	91701	0	America/Chicago
4859041	Township of Grant	township-of-grant	Grant Township		US	IA	169	91704	0	America/Chicago
4859042	Township of Grant	township-of-grant	Grant Township		US	IA	171	91707	0	America/Chicago
4859043	Township of Grant	township-of-grant	Grant Township		US	IA	173	91710	0	America/Chicago
4859044	Township of Grant	township-of-grant	Grant Township		US	IA	175	91713	0	America/Chicago
4859045	Township of Grant	township-of-grant	Grant Township		US	IA	189	91716	0	America/Chicago
4859046	Township of Grant	township-of-grant	Grant Township		US	IA	193	91719	0	America/Chicago
4859047	Township of Grant	township-of-grant	Grant Township		US	IA	197	91722	0	America/Chicago
4859103	Township of Great Oak	township-of-great-oak	Great Oak Township		US	IA	147	91725	0	America/Chicago
4859130	Township of Greeley	township-of-greeley	Greeley Township		US	IA	009	91728	0	America/Chicago
4859131	Township of Greeley	township-of-greeley	Greeley Township		US	IA	165	91731	0	America/Chicago
4859142	Township of Green Bay	township-of-green-bay	Green Bay Township		US	IA	039	91740	0	America/Chicago
4859143	Township of Green Bay	township-of-green-bay	Green Bay Township		US	IA	111	91743	0	America/Chicago
4859192	Township of Green	township-of-green	Green Township		US	IA	071	91734	0	America/Chicago
4859193	Township of Green	township-of-green	Green Township		US	IA	179	91737	0	America/Chicago
4859203	Township of Greenbrier	township-of-greenbrier	Greenbrier Township		US	IA	073	91746	0	America/Chicago
4859209	Township of Greencastle	township-of-greencastle	Greencastle Township		US	IA	127	91749	0	America/Chicago
4859233	Township of Greene	township-of-greene	Greene Township		US	IA	095	91752	0	America/Chicago
4859249	Township of Greenfield	township-of-greenfield	Greenfield Township		US	IA	001	91755	0	America/Chicago
4859250	Township of Greenfield	township-of-greenfield	Greenfield Township		US	IA	025	91758	0	America/Chicago
4859251	Township of Greenfield	township-of-greenfield	Greenfield Township		US	IA	105	91761	0	America/Chicago
4859252	Township of Greenfield	township-of-greenfield	Greenfield Township		US	IA	181	91764	0	America/Chicago
4859303	Township of Greenwood	township-of-greenwood	Greenwood Township		US	IA	109	91767	0	America/Chicago
4859327	Township of Griggs	township-of-griggs	Griggs Township		US	IA	093	91770	0	America/Chicago
4859342	Township of Grimes	township-of-grimes	Grimes Township		US	IA	033	91773	0	America/Chicago
4859362	City of Grinnell	city-of-grinnell			US	IA	157	91774	9218	America/Chicago
4859411	Township of Grove	township-of-grove	Grove Township		US	IA	001	91776	0	America/Chicago
4859412	Township of Grove	township-of-grove	Grove Township		US	IA	029	91779	0	America/Chicago
4859413	Township of Grove	township-of-grove	Grove Township		US	IA	051	91782	0	America/Chicago
4859414	Township of Grove	township-of-grove	Grove Township		US	IA	091	91785	0	America/Chicago
4859415	Township of Grove	township-of-grove	Grove Township		US	IA	155	91788	0	America/Chicago
4859416	Township of Grove	township-of-grove	Grove Township		US	IA	165	91791	0	America/Chicago
4859417	Township of Grove	township-of-grove	Grove Township		US	IA	173	91794	0	America/Chicago
4859418	Township of Grove	township-of-grove	Grove Township		US	IA	195	91797	0	America/Chicago
4859461	Township of Guilford	township-of-guilford	Guilford Township		US	IA	135	91800	0	America/Chicago
4859575	Township of Hale	township-of-hale	Hale Township		US	IA	105	91803	0	America/Chicago
4859615	City of Hamburg	city-of-hamburg			US	IA	071	91804	1187	America/Chicago
4859635	Township of Hamilton	township-of-hamilton	Hamilton Township		US	IA	053	91806	0	America/Chicago
4859636	Township of Hamilton	township-of-hamilton	Hamilton Township		US	IA	069	91809	0	America/Chicago
4859637	Township of Hamilton	township-of-hamilton	Hamilton Township		US	IA	079	91812	0	America/Chicago
4859644	Township of Hamlin	township-of-hamlin	Hamlin Township		US	IA	009	91815	0	America/Chicago
4859655	Township of Hampshire	township-of-hampshire	Hampshire Township		US	IA	045	91818	0	America/Chicago
4859670	City of Hampton	city-of-hampton			US	IA	069	91819	4461	America/Chicago
4859688	Township of Hancock	township-of-hancock	Hancock Township		US	IA	149	91821	0	America/Chicago
4859721	Township of Hanover	township-of-hanover	Hanover Township		US	IA	005	91824	0	America/Chicago
4859722	Township of Hanover	township-of-hanover	Hanover Township		US	IA	047	91827	0	America/Chicago
4859783	Township of Hardin	township-of-hardin	Hardin Township		US	IA	073	91830	0	America/Chicago
4859784	Township of Hardin	township-of-hardin	Hardin Township		US	IA	083	91833	0	America/Chicago
4859785	Township of Hardin	township-of-hardin	Hardin Township		US	IA	103	91836	0	America/Chicago
4859786	Township of Hardin	township-of-hardin	Hardin Township		US	IA	155	91839	0	America/Chicago
4859787	Township of Hardin	township-of-hardin	Hardin Township		US	IA	187	91842	0	America/Chicago
4859828	City of Harlan	city-of-harlan			US	IA	165	91849	5106	America/Chicago
4859829	Township of Harlan	township-of-harlan	Harlan Township		US	IA	065	91845	0	America/Chicago
4859830	Township of Harlan	township-of-harlan	Harlan Township		US	IA	145	91848	0	America/Chicago
4859893	Township of Harrisburg	township-of-harrisburg	Harrisburg Township		US	IA	177	91851	0	America/Chicago
4859919	Township of Harrison	township-of-harrison	Harrison Township		US	IA	001	91854	0	America/Chicago
4859920	Township of Harrison	township-of-harrison	Harrison Township		US	IA	011	91857	0	America/Chicago
4859921	Township of Harrison	township-of-harrison	Harrison Township		US	IA	015	91860	0	America/Chicago
4859922	Township of Harrison	township-of-harrison	Harrison Township		US	IA	085	91863	0	America/Chicago
4859923	Township of Harrison	township-of-harrison	Harrison Township		US	IA	109	91866	0	America/Chicago
4859924	Township of Harrison	township-of-harrison	Harrison Township		US	IA	111	91869	0	America/Chicago
4859925	Township of Harrison	township-of-harrison	Harrison Township		US	IA	123	91872	0	America/Chicago
4859926	Township of Harrison	township-of-harrison	Harrison Township		US	IA	143	91875	0	America/Chicago
4859941	Township of Hartford	township-of-hartford	Hartford Township		US	IA	095	91878	0	America/Chicago
4859948	Township of Hartland	township-of-hartland	Hartland Township		US	IA	195	91881	0	America/Chicago
4859956	Township of Hartley	township-of-hartley	Hartley Township		US	IA	141	91884	0	America/Chicago
4860162	Township of Hayes	township-of-hayes	Hayes Township		US	IA	021	91887	0	America/Chicago
4860163	Township of Hayes	township-of-hayes	Hayes Township		US	IA	047	91890	0	America/Chicago
4860164	Township of Hayes	township-of-hayes	Hayes Township		US	IA	093	91893	0	America/Chicago
4860190	Township of Hazel Dell	township-of-hazel-dell	Hazel Dell Township,Hazle Dell Township,Township of Hazel Dell		US	IA	155	91896	0	America/Chicago
4860194	Township of Hazel Green	township-of-hazel-green	Hazel Green Township		US	IA	055	91899	0	America/Chicago
4860211	Township of Hazleton	township-of-hazleton	Hazleton Township		US	IA	019	91902	0	America/Chicago
4860274	Township of Hebron	township-of-hebron	Hebron Township		US	IA	109	91905	0	America/Chicago
4860362	Township of Henry	township-of-henry	Henry Township		US	IA	149	91908	0	America/Chicago
4860363	Township of Henry	township-of-henry	Henry Township		US	IA	177	91911	0	America/Chicago
4860378	Township of Herdland	township-of-herdland	Herdland Township		US	IA	041	91914	0	America/Chicago
4860432	Township of Hesper	township-of-hesper	Hesper Township		US	IA	191	91917	0	America/Chicago
4860513	Township of Hickory Grove	township-of-hickory-grove	Hickory Grove Township		US	IA	099	91920	0	America/Chicago
4860514	Township of Hickory Grove	township-of-hickory-grove	Hickory Grove Township		US	IA	163	91923	0	America/Chicago
4860548	Township of High Lake	township-of-high-lake	High Lake Township		US	IA	063	91926	0	America/Chicago
4860554	Township of High Point	township-of-high-point	High Point Township		US	IA	053	91959	0	America/Chicago
4860615	Township of Highland	township-of-highland	Highland Township		US	IA	043	91929	0	America/Chicago
4860616	Township of Highland	township-of-highland	Highland Township		US	IA	073	91932	0	America/Chicago
4860617	Township of Highland	township-of-highland	Highland Township		US	IA	077	91935	0	America/Chicago
4860618	Township of Highland	township-of-highland	Highland Township		US	IA	141	91938	0	America/Chicago
4860619	Township of Highland	township-of-highland	Highland Township		US	IA	147	91941	0	America/Chicago
4860620	Township of Highland	township-of-highland	Highland Township		US	IA	171	91944	0	America/Chicago
4860621	Township of Highland	township-of-highland	Highland Township		US	IA	175	91947	0	America/Chicago
4860622	Township of Highland	township-of-highland	Highland Township		US	IA	179	91950	0	America/Chicago
4860623	Township of Highland	township-of-highland	Highland Township		US	IA	183	91953	0	America/Chicago
4860624	Township of Highland	township-of-highland	Highland Township		US	IA	191	91956	0	America/Chicago
4860729	Township of Hilton	township-of-hilton	Hilton Township		US	IA	095	91962	0	America/Chicago
4860861	Township of Holland	township-of-holland	Holland Township		US	IA	167	91965	0	America/Chicago
4860901	Township of Holt	township-of-holt	Holt Township		US	IA	173	91971	0	America/Chicago
4861002	Township of Homer	township-of-homer	Homer Township		US	IA	011	91974	0	America/Chicago
4861003	Township of Homer	township-of-homer	Homer Township		US	IA	019	91977	0	America/Chicago
4861047	Township of Honey Creek	township-of-honey-creek	Honey Creek Township		US	IA	055	91980	0	America/Chicago
4861048	Township of Honey Creek	township-of-honey-creek	Honey Creek Township		US	IA	095	91983	0	America/Chicago
4861192	Township of Horton	township-of-horton	Horton Township		US	IA	143	91986	0	America/Chicago
4861231	Township of Howard Center	township-of-howard-center	Howard Center Township		US	IA	089	92001	0	America/Chicago
4861251	Township of Howard	township-of-howard	Howard Township		US	IA	089	91989	0	America/Chicago
4861252	Township of Howard	township-of-howard	Howard Township		US	IA	169	91992	0	America/Chicago
4861253	Township of Howard	township-of-howard	Howard Township		US	IA	171	91995	0	America/Chicago
4861254	Township of Howard	township-of-howard	Howard Township		US	IA	185	91998	0	America/Chicago
4861358	City of Humboldt	city-of-humboldt			US	IA	091	92003	4690	America/Chicago
4861359	Township of Humboldt	township-of-humboldt	Humboldt Township		US	IA	091	92004	0	America/Chicago
4861378	Township of Hungerford	township-of-hungerford	Hungerford Township		US	IA	149	92007	0	America/Chicago
4861404	Township of Huron	township-of-huron	Huron Township		US	IA	057	92010	0	America/Chicago
4861493	Township of Illyria	township-of-illyria	Illyria Township		US	IA	065	92013	0	America/Chicago
4861632	Township of Independence	township-of-independence	Independence Township		US	IA	007	92016	0	America/Chicago
4861633	Township of Independence	township-of-independence	Independence Township		US	IA	079	92019	0	America/Chicago
4861634	Township of Independence	township-of-independence	Independence Township		US	IA	099	92022	0	America/Chicago
4861635	Township of Independence	township-of-independence	Independence Township		US	IA	147	92025	0	America/Chicago
4861679	Township of Indian Creek	township-of-indian-creek	Indian Creek Township		US	IA	129	92031	0	America/Chicago
4861680	Township of Indian Creek	township-of-indian-creek	Indian Creek Township		US	IA	169	92034	0	America/Chicago
4861711	Township of Indian Village	township-of-indian-village	Indian Village Township		US	IA	171	92037	0	America/Chicago
4861715	Township of Indiana	township-of-indiana	Indiana Township		US	IA	125	92028	0	America/Chicago
4861742	City of Indianola	city-of-indianola			US	IA	181	92036	14782	America/Chicago
4861763	Township of Ingham	township-of-ingham	Ingham Township		US	IA	069	92040	0	America/Chicago
4861770	Township of Ingraham	township-of-ingraham	Ingraham Township		US	IA	129	92043	0	America/Chicago
4861779	Township of Inland	township-of-inland	Inland Township		US	IA	031	92046	0	America/Chicago
4862035	City of Iowa City	city-of-iowa-city	City of Iowa City,Iowa City		US	IA	103	92077	67862	America/Chicago
4862109	Township of Iowa Lake	township-of-iowa-lake	Iowa Lake Township		US	IA	063	92079	0	America/Chicago
4862183	Township of Iowa	township-of-iowa	Iowa Township		US	IA	005	92049	0	America/Chicago
4862184	Township of Iowa	township-of-iowa	Iowa Township		US	IA	011	92052	0	America/Chicago
4862185	Township of Iowa	township-of-iowa	Iowa Township		US	IA	031	92055	0	America/Chicago
4862186	Township of Iowa	township-of-iowa	Iowa Township		US	IA	047	92058	0	America/Chicago
4862187	Township of Iowa	township-of-iowa	Iowa Township		US	IA	061	92061	0	America/Chicago
4862188	Township of Iowa	township-of-iowa	Iowa Township		US	IA	095	92064	0	America/Chicago
4862189	Township of Iowa	township-of-iowa	Iowa Township		US	IA	097	92067	0	America/Chicago
4862191	Township of Iowa	township-of-iowa	Iowa Township		US	IA	183	92073	0	America/Chicago
4862192	Township of Iowa	township-of-iowa	Iowa Township		US	IA	197	92076	0	America/Chicago
4862235	Township of Irvington	township-of-irvington	Irvington Township		US	IA	109	92082	0	America/Chicago
4862304	Township of Jack Creek	township-of-jack-creek	Jack Creek Township		US	IA	063	92085	0	America/Chicago
4862359	Township of Jackson	township-of-jackson	Jackson Township		US	IA	001	92088	0	America/Chicago
4862360	Township of Jackson	township-of-jackson	Jackson Township		US	IA	011	92091	0	America/Chicago
4862361	Township of Jackson	township-of-jackson	Jackson Township		US	IA	015	92094	0	America/Chicago
4862362	Township of Jackson	township-of-jackson	Jackson Township		US	IA	017	92097	0	America/Chicago
4862363	Township of Jackson	township-of-jackson	Jackson Township		US	IA	023	92100	0	America/Chicago
4862364	Township of Jackson	township-of-jackson	Jackson Township		US	IA	025	92103	0	America/Chicago
4862365	Township of Jackson	township-of-jackson	Jackson Township		US	IA	039	92106	0	America/Chicago
4862366	Township of Jackson	township-of-jackson	Jackson Township		US	IA	047	92109	0	America/Chicago
4862367	Township of Jackson	township-of-jackson	Jackson Township		US	IA	057	92112	0	America/Chicago
4862368	Township of Jackson	township-of-jackson	Jackson Township		US	IA	073	92115	0	America/Chicago
4862369	Township of Jackson	township-of-jackson	Jackson Township		US	IA	077	92118	0	America/Chicago
4862370	Township of Jackson	township-of-jackson	Jackson Township		US	IA	083	92121	0	America/Chicago
4862371	Township of Jackson	township-of-jackson	Jackson Township		US	IA	085	92124	0	America/Chicago
4862372	Township of Jackson	township-of-jackson	Jackson Township		US	IA	087	92127	0	America/Chicago
4862373	Township of Jackson	township-of-jackson	Jackson Township		US	IA	097	92130	0	America/Chicago
4862374	Township of Jackson	township-of-jackson	Jackson Township		US	IA	105	92133	0	America/Chicago
4862375	Township of Jackson	township-of-jackson	Jackson Township		US	IA	107	92136	0	America/Chicago
4862376	Township of Jackson	township-of-jackson	Jackson Township		US	IA	111	92139	0	America/Chicago
4862377	Township of Jackson	township-of-jackson	Jackson Township		US	IA	113	92142	0	America/Chicago
4862378	Township of Jackson	township-of-jackson	Jackson Township		US	IA	117	92145	0	America/Chicago
4862379	Township of Jackson	township-of-jackson	Jackson Township		US	IA	121	92148	0	America/Chicago
4862380	Township of Jackson	township-of-jackson	Jackson Township		US	IA	135	92151	0	America/Chicago
4862381	Township of Jackson	township-of-jackson	Jackson Township		US	IA	157	92154	0	America/Chicago
4862382	Township of Jackson	township-of-jackson	Jackson Township		US	IA	161	92157	0	America/Chicago
4862383	Township of Jackson	township-of-jackson	Jackson Township		US	IA	165	92160	0	America/Chicago
4862384	Township of Jackson	township-of-jackson	Jackson Township		US	IA	173	92163	0	America/Chicago
4862385	Township of Jackson	township-of-jackson	Jackson Township		US	IA	177	92166	0	America/Chicago
4862386	Township of Jackson	township-of-jackson	Jackson Township		US	IA	181	92169	0	America/Chicago
4862387	Township of Jackson	township-of-jackson	Jackson Township		US	IA	183	92172	0	America/Chicago
4862388	Township of Jackson	township-of-jackson	Jackson Township		US	IA	185	92175	0	America/Chicago
4862389	Township of Jackson	township-of-jackson	Jackson Township		US	IA	187	92178	0	America/Chicago
4862390	Township of Jackson	township-of-jackson	Jackson Township		US	IA	191	92181	0	America/Chicago
4862397	Township of Jacksonville	township-of-jacksonville	Jacksonville Township		US	IA	037	92184	0	America/Chicago
4862432	Township of James	township-of-james	James Township		US	IA	155	92187	0	America/Chicago
4862438	Township of Jamestown	township-of-jamestown	Jamestown Township		US	IA	089	92190	0	America/Chicago
4862463	Township of Jasper	township-of-jasper	Jasper Township		US	IA	003	92193	0	America/Chicago
4862464	Township of Jasper	township-of-jasper	Jasper Township		US	IA	027	92196	0	America/Chicago
4862538	City of Jefferson	city-of-jefferson			US	IA	073	92221	4345	America/Chicago
4862539	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IA	001	92199	0	America/Chicago
4862540	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IA	005	92202	0	America/Chicago
4862541	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IA	017	92205	0	America/Chicago
4862542	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IA	019	92208	0	America/Chicago
4862543	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IA	023	92211	0	America/Chicago
4862544	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IA	043	92214	0	America/Chicago
4862545	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IA	061	92217	0	America/Chicago
4862546	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IA	065	92220	0	America/Chicago
4862547	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IA	085	92223	0	America/Chicago
4862548	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IA	087	92226	0	America/Chicago
4862549	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IA	103	92229	0	America/Chicago
4862550	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IA	111	92232	0	America/Chicago
4862551	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IA	115	92235	0	America/Chicago
4862552	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IA	121	92238	0	America/Chicago
4862553	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IA	123	92241	0	America/Chicago
4862554	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IA	127	92244	0	America/Chicago
4862555	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IA	153	92247	0	America/Chicago
4862556	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IA	157	92250	0	America/Chicago
4862557	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IA	159	92253	0	America/Chicago
4862558	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IA	165	92256	0	America/Chicago
4862559	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IA	173	92259	0	America/Chicago
4862560	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IA	181	92262	0	America/Chicago
4862561	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IA	185	92265	0	America/Chicago
4862616	Township of Jenkins	township-of-jenkins	Jenkins Township		US	IA	131	92268	0	America/Chicago
4862739	Township of Johns	township-of-johns	Johns Township		US	IA	007	92271	0	America/Chicago
4862753	Township of Johnson	township-of-johnson	Johnson Township		US	IA	149	92274	0	America/Chicago
4862754	Township of Johnson	township-of-johnson	Johnson Township		US	IA	187	92277	0	America/Chicago
4862817	Township of Jones	township-of-jones	Jones Township		US	IA	175	92280	0	America/Chicago
4862839	Township of Jordan	township-of-jordan	Jordan Township		US	IA	133	92283	0	America/Chicago
4862879	Township of Junction	township-of-junction	Junction Township		US	IA	073	92286	0	America/Chicago
4863213	Township of Kane	township-of-kane	Kane Township		US	IA	155	92292	0	America/Chicago
4863241	Township of Kedron	township-of-kedron	Kedron Township		US	IA	193	92295	0	America/Chicago
4863250	Township of Keg Creek	township-of-keg-creek	Keg Creek Township		US	IA	155	92298	0	America/Chicago
4863280	Township of Kellogg	township-of-kellogg	Kellogg Township		US	IA	099	92301	0	America/Chicago
4863308	Township of Kendrick	township-of-kendrick	Kendrick Township		US	IA	073	92304	0	America/Chicago
4863314	Township of Kennebec	township-of-kennebec	Kennebec Township		US	IA	133	92307	0	America/Chicago
4863329	Township of Kensett	township-of-kensett	Kensett Township		US	IA	195	92310	0	America/Chicago
4863375	City of Keokuk	city-of-keokuk			US	IA	111	92311	10780	America/Chicago
4863377	Township of Keokuk	township-of-keokuk	Keokuk Township		US	IA	179	92313	0	America/Chicago
4863491	Township of King	township-of-king	King Township		US	IA	189	92316	0	America/Chicago
4863672	Township of Kniest	township-of-kniest	Kniest Township		US	IA	027	92319	0	America/Chicago
4863702	Township of Knox	township-of-knox	Knox Township		US	IA	039	92322	0	America/Chicago
4863703	Township of Knox	township-of-knox	Knox Township		US	IA	155	92325	0	America/Chicago
4863720	Township of Knoxville	township-of-knoxville	Knoxville Township		US	IA	125	92328	0	America/Chicago
4863812	Township of La Grange	township-of-la-grange	La Grange Township		US	IA	085	92343	0	America/Chicago
4863880	Township of Lafayette	township-of-lafayette	Lafayette Township		US	IA	005	92331	0	America/Chicago
4863881	Township of Lafayette	township-of-lafayette	La Fayette Township,Lafayette Township,Township of Lafayette		US	IA	017	92334	0	America/Chicago
4863882	Township of Lafayette	township-of-lafayette	Lafayette Township		US	IA	107	92337	0	America/Chicago
4863883	Township of Lafayette	township-of-lafayette	Lafayette Township		US	IA	169	92340	0	America/Chicago
4863907	City of Lake City	city-of-lake-city	City of Lake City,Lake City		US	IA	025	92368	1727	America/Chicago
4863928	Township of Lake Creek	township-of-lake-creek	Lake Creek Township		US	IA	025	92370	0	America/Chicago
4864001	Township of Lake Prairie	township-of-lake-prairie	Lake Prairie Township		US	IA	125	92376	0	America/Chicago
4864032	Township of Lake	township-of-lake	Lake Township		US	IA	033	92346	0	America/Chicago
4864033	Township of Lake	township-of-lake	Lake Township		US	IA	041	92349	0	America/Chicago
4864034	Township of Lake	township-of-lake	Lake Township		US	IA	091	92352	0	America/Chicago
4864035	Township of Lake	township-of-lake	Lake Township		US	IA	133	92355	0	America/Chicago
4864036	Township of Lake	township-of-lake	Lake Township		US	IA	139	92358	0	America/Chicago
4864037	Township of Lake	township-of-lake	Lake Township		US	IA	151	92361	0	America/Chicago
4864038	Township of Lake	township-of-lake	Lake Township		US	IA	155	92364	0	America/Chicago
4864039	Township of Lake	township-of-lake	Lake Township		US	IA	197	92367	0	America/Chicago
4864045	Township of Lakeport	township-of-lakeport	Lake Port Township,Lakeport Township,Township of Lakeport		US	IA	193	92373	0	America/Chicago
4864073	Township of Lakeville	township-of-lakeville	Lakeville Township		US	IA	059	92379	0	America/Chicago
4864117	City of Lamoni	city-of-lamoni			US	IA	053	92380	2324	America/Chicago
4864178	Township of Lansing	township-of-lansing	Lansing Township		US	IA	005	92382	0	America/Chicago
4864200	Township of Larchwood	township-of-larchwood	Larchwood Township		US	IA	119	92385	0	America/Chicago
4864313	Township of Layton	township-of-layton	Layton Township		US	IA	155	92388	0	America/Chicago
4864325	Township of Le Claire	township-of-le-claire	Le Claire Township		US	IA	163	92391	0	America/Chicago
4864335	Township of Le Grand	township-of-le-grand	Le Grand Township		US	IA	127	92412	0	America/Chicago
4864357	Township of Le Roy	township-of-le-roy	Le Roy Township		US	IA	017	92424	0	America/Chicago
4864390	Township of Ledyard	township-of-ledyard	Ledyard Township		US	IA	109	92394	0	America/Chicago
4864408	Township of Lee	township-of-lee	Lee Township		US	IA	001	92397	0	America/Chicago
4864409	Township of Lee	township-of-lee	Lee Township		US	IA	021	92400	0	America/Chicago
4864410	Township of Lee	township-of-lee	Lee Township		US	IA	069	92403	0	America/Chicago
4864411	Township of Lee	township-of-lee	Lee Township		US	IA	121	92406	0	America/Chicago
4864412	Township of Lee	township-of-lee	Lee Township		US	IA	153	92409	0	America/Chicago
4864484	Township of Lenox	township-of-lenox	Lenox Township		US	IA	095	92415	0	America/Chicago
4864505	City of Leon	city-of-leon			US	IA	053	92416	1977	America/Chicago
4864515	Township of Leroy	township-of-leroy	Leroy Township		US	IA	009	92418	0	America/Chicago
4864516	Township of Leroy	township-of-leroy	Leroy Township		US	IA	011	92421	0	America/Chicago
4864533	Township of Lester	township-of-lester	Lester Township		US	IA	013	92427	0	America/Chicago
4864551	Township of Levey	township-of-levey	Levey Township		US	IA	161	92430	0	America/Chicago
4864586	Township of Lewis	township-of-lewis	Lewis Township		US	IA	155	92433	0	America/Chicago
4864600	Township of Liberal	township-of-liberal	Liberal Township		US	IA	119	92436	0	America/Chicago
4864635	Township of Liberty	township-of-liberty	Liberty Township		US	IA	019	92439	0	America/Chicago
4864636	Township of Liberty	township-of-liberty	Liberty Township		US	IA	035	92442	0	America/Chicago
4864637	Township of Liberty	township-of-liberty	Liberty Township		US	IA	039	92445	0	America/Chicago
4864638	Township of Liberty	township-of-liberty	Liberty Township		US	IA	045	92448	0	America/Chicago
4864639	Township of Liberty	township-of-liberty	Liberty Township		US	IA	061	92451	0	America/Chicago
4864640	Township of Liberty	township-of-liberty	Liberty Township		US	IA	079	92454	0	America/Chicago
4864641	Township of Liberty	township-of-liberty	Liberty Township		US	IA	081	92457	0	America/Chicago
4864642	Township of Liberty	township-of-liberty	Liberty Township		US	IA	101	92460	0	America/Chicago
4864643	Township of Liberty	township-of-liberty	Liberty Township		US	IA	103	92463	0	America/Chicago
4864644	Township of Liberty	township-of-liberty	Liberty Township		US	IA	107	92466	0	America/Chicago
4864645	Township of Liberty	township-of-liberty	Liberty Township		US	IA	117	92469	0	America/Chicago
4864646	Township of Liberty	township-of-liberty	Liberty Township		US	IA	125	92472	0	America/Chicago
4864647	Township of Liberty	township-of-liberty	Liberty Township		US	IA	127	92475	0	America/Chicago
4864648	Township of Liberty	township-of-liberty	Liberty Township		US	IA	131	92478	0	America/Chicago
4864649	Township of Liberty	township-of-liberty	Liberty Township		US	IA	141	92481	0	America/Chicago
4864650	Township of Liberty	township-of-liberty	Liberty Township		US	IA	149	92484	0	America/Chicago
4864651	Township of Liberty	township-of-liberty	Liberty Township		US	IA	159	92487	0	America/Chicago
4864652	Township of Liberty	township-of-liberty	Liberty Township		US	IA	163	92490	0	America/Chicago
4864653	Township of Liberty	township-of-liberty	Liberty Township		US	IA	181	92493	0	America/Chicago
4864654	Township of Liberty	township-of-liberty	Liberty Township		US	IA	193	92496	0	America/Chicago
4864655	Township of Liberty	township-of-liberty	Liberty Township		US	IA	197	92499	0	America/Chicago
4864668	Township of Lick Creek	township-of-lick-creek	Lick Creek Township		US	IA	177	92505	0	America/Chicago
4864699	Township of Lick Creek	township-of-lick-creek	Lick Creek Township		US	IA	051	92502	0	America/Chicago
4864727	Township of Lime Creek	township-of-lime-creek	Lime Creek Township		US	IA	033	92508	0	America/Chicago
4864728	Township of Lime Creek	township-of-lime-creek	Lime Creek Township		US	IA	183	92511	0	America/Chicago
4864839	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IA	001	92514	0	America/Chicago
4864840	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IA	003	92517	0	America/Chicago
4864841	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IA	007	92520	0	America/Chicago
4864842	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IA	009	92523	0	America/Chicago
4864843	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IA	013	92526	0	America/Chicago
4864844	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IA	021	92529	0	America/Chicago
4864845	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IA	025	92532	0	America/Chicago
4864846	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IA	029	92535	0	America/Chicago
4864847	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IA	033	92538	0	America/Chicago
4864848	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IA	041	92541	0	America/Chicago
4864849	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IA	049	92544	0	America/Chicago
4864850	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IA	063	92547	0	America/Chicago
4864851	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IA	075	92550	0	America/Chicago
4864852	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IA	079	92553	0	America/Chicago
4864853	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IA	085	92556	0	America/Chicago
4864854	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IA	095	92559	0	America/Chicago
4864855	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IA	103	92562	0	America/Chicago
4864856	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IA	109	92565	0	America/Chicago
4864857	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IA	117	92568	0	America/Chicago
4864858	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IA	121	92571	0	America/Chicago
4864859	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IA	123	92574	0	America/Chicago
4864860	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IA	133	92577	0	America/Chicago
4864861	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IA	137	92580	0	America/Chicago
4864862	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IA	141	92583	0	America/Chicago
4864863	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IA	145	92586	0	America/Chicago
4864864	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IA	149	92589	0	America/Chicago
4864865	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IA	151	92592	0	America/Chicago
4864866	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IA	153	92595	0	America/Chicago
4864867	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IA	155	92598	0	America/Chicago
4864868	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IA	157	92601	0	America/Chicago
4864869	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IA	159	92604	0	America/Chicago
4864870	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IA	163	92607	0	America/Chicago
4864871	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IA	165	92610	0	America/Chicago
4864872	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IA	167	92613	0	America/Chicago
4864873	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IA	169	92616	0	America/Chicago
4864874	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IA	171	92619	0	America/Chicago
4864875	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IA	175	92622	0	America/Chicago
4864876	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IA	181	92625	0	America/Chicago
4864877	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IA	189	92628	0	America/Chicago
4864878	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IA	191	92631	0	America/Chicago
4864879	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IA	195	92634	0	America/Chicago
4864880	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IA	197	92637	0	America/Chicago
4864899	Township of Linden	township-of-linden	Linden Township		US	IA	189	92640	0	America/Chicago
4864952	Township of Linn	township-of-linn	Linn Township		US	IA	031	92643	0	America/Chicago
4864953	Township of Linn	township-of-linn	Linn Township		US	IA	049	92646	0	America/Chicago
4864954	Township of Linn	township-of-linn	Linn Township		US	IA	113	92649	0	America/Chicago
4864955	Township of Linn	township-of-linn	Linn Township		US	IA	181	92652	0	America/Chicago
4864964	Township of Linton	township-of-linton	Linton Township		US	IA	005	92655	0	America/Chicago
4865006	Township of Liscomb	township-of-liscomb	Liscomb Township		US	IA	127	92658	0	America/Chicago
4865010	Township of Liston	township-of-liston	Liston Township		US	IA	193	92661	0	America/Chicago
4865143	Township of Little Sioux	township-of-little-sioux	Little Sioux Township		US	IA	085	92664	0	America/Chicago
4865144	Township of Little Sioux	township-of-little-sioux	Little Sioux Township		US	IA	193	92667	0	America/Chicago
4865232	Township of Lizard	township-of-lizard	Lizard Township		US	IA	151	92670	0	America/Chicago
4865236	Township of Lloyd	township-of-lloyd	Lloyd Township		US	IA	059	92673	0	America/Chicago
4865261	Township of Lockridge	township-of-lockridge	Lockridge Township		US	IA	101	92676	0	America/Chicago
4865269	Township of Locust Grove	township-of-locust-grove	Locust Grove Township		US	IA	071	92679	0	America/Chicago
4865270	Township of Locust Grove	township-of-locust-grove	Locust Grove Township		US	IA	101	92682	0	America/Chicago
4865276	Township of Lodomillo	township-of-lodomillo	Lodomillo Township		US	IA	043	92685	0	America/Chicago
4865304	Township of Logan	township-of-logan	Logan Township		US	IA	025	92688	0	America/Chicago
4865305	Township of Logan	township-of-logan	Logan Township		US	IA	041	92691	0	America/Chicago
4865306	Township of Logan	township-of-logan	Logan Township		US	IA	093	92694	0	America/Chicago
4865307	Township of Logan	township-of-logan	Logan Township		US	IA	119	92697	0	America/Chicago
4865308	Township of Logan	township-of-logan	Logan Township		US	IA	127	92700	0	America/Chicago
4865309	Township of Logan	township-of-logan	Logan Township		US	IA	167	92703	0	America/Chicago
4865310	Township of Logan	township-of-logan	Logan Township		US	IA	189	92706	0	America/Chicago
4865359	Township of Lone Tree	township-of-lone-tree	Lone Tree Township		US	IA	041	92709	0	America/Chicago
4865376	Township of Long Creek	township-of-long-creek	Long Creek Township		US	IA	053	92712	0	America/Chicago
4865463	Township of Lost Grove	township-of-lost-grove	Lost Grove Township		US	IA	187	92715	0	America/Chicago
4865474	Township of Lost Island	township-of-lost-island	Lost Island Township		US	IA	147	92718	0	America/Chicago
4865494	Township of Lotts Creek	township-of-lotts-creek	Lotts Creek Township		US	IA	109	92721	0	America/Chicago
4865495	Township of Lotts Creek	township-of-lotts-creek	Lotts Creek Township		US	IA	159	92724	0	America/Chicago
4865532	Township of Lovell	township-of-lovell	Lovell Township		US	IA	105	92725	0	America/Chicago
4865600	Township of Lu Verne	township-of-lu-verne	Lu Verne Township,Luverne Township,Township of Lu Verne		US	IA	109	92730	0	America/Chicago
4865645	Township of Ludlow	township-of-ludlow	Ludlow Township		US	IA	005	92727	0	America/Chicago
4865734	Township of Lynn	township-of-lynn	Lynn Township		US	IA	167	92733	0	America/Chicago
4865752	Township of Lyon	township-of-lyon	Lyon Township		US	IA	079	92739	0	America/Chicago
4865753	Township of Lyon	township-of-lyon	Lyon Township		US	IA	119	92742	0	America/Chicago
4865760	Township of Lynn Grove	township-of-lynn-grove	Lynn Grove Township		US	IA	099	92736	0	America/Chicago
4865765	Township of Lyons	township-of-lyons	Lyons Township		US	IA	129	92745	0	America/Chicago
4865804	Township of Macedonia	township-of-macedonia	Macedonia Township		US	IA	155	92748	0	America/Chicago
4865857	Township of Madison	township-of-madison	Madison Township		US	IA	019	92751	0	America/Chicago
4865858	Township of Madison	township-of-madison	Madison Township		US	IA	023	92754	0	America/Chicago
4865859	Township of Madison	township-of-madison	Madison Township		US	IA	039	92757	0	America/Chicago
4865860	Township of Madison	township-of-madison	Madison Township		US	IA	071	92760	0	America/Chicago
4865861	Township of Madison	township-of-madison	Madison Township		US	IA	081	92763	0	America/Chicago
4865862	Township of Madison	township-of-madison	Madison Township		US	IA	103	92766	0	America/Chicago
4865863	Township of Madison	township-of-madison	Madison Township		US	IA	105	92769	0	America/Chicago
4865864	Township of Madison	township-of-madison	Madison Township		US	IA	111	92772	0	America/Chicago
4865865	Township of Madison	township-of-madison	Madison Township		US	IA	121	92775	0	America/Chicago
4865866	Township of Madison	township-of-madison	Madison Township		US	IA	123	92778	0	America/Chicago
4865867	Township of Madison	township-of-madison	Madison Township		US	IA	153	92781	0	America/Chicago
4865868	Township of Madison	township-of-madison	Madison Township		US	IA	157	92784	0	America/Chicago
4865869	Township of Madison	township-of-madison	Madison Township		US	IA	191	92787	0	America/Chicago
4865884	Township of Magnolia	township-of-magnolia	Magnolia Township		US	IA	085	92790	0	America/Chicago
4865886	Township of Magor	township-of-magor	Magor Township		US	IA	081	92793	0	America/Chicago
4865912	Township of Maine	township-of-maine	Maine Township		US	IA	113	92796	0	America/Chicago
4865926	Township of Makee	township-of-makee	Makee Township		US	IA	005	92799	0	America/Chicago
4865927	Township of Malaka	township-of-malaka	Malaka Township		US	IA	099	92802	0	America/Chicago
4865939	Township of Malcom	township-of-malcom	Malcom Township		US	IA	157	92805	0	America/Chicago
4865955	Township of Mallory	township-of-mallory	Mallory Township		US	IA	043	92808	0	America/Chicago
4865981	City of Malvern	city-of-malvern			US	IA	129	92809	1142	America/Chicago
4866058	City of Manning	city-of-manning			US	IA	027	92811	1500	America/Chicago
4866085	Township of Mantua	township-of-mantua	Mantua Township		US	IA	135	92812	0	America/Chicago
4866135	Township of Maple River	township-of-maple-river	Maple River Township		US	IA	027	92820	0	America/Chicago
4866144	Township of Maple Valley	township-of-maple-valley	Maple Valley Township		US	IA	021	92823	0	America/Chicago
4866145	Township of Maple	township-of-maple	Maple Township		US	IA	093	92814	0	America/Chicago
4866146	Township of Maple	township-of-maple	Maple Township		US	IA	133	92817	0	America/Chicago
4866182	Township of Maquoketa	township-of-maquoketa	Maquoketa Township		US	IA	097	92826	0	America/Chicago
4866225	Township of Marcus	township-of-marcus	Marcus Township		US	IA	035	92829	0	America/Chicago
4866230	Township of Marcy	township-of-marcy	Marcy Township		US	IA	015	92832	0	America/Chicago
4866243	Township of Marengo	township-of-marengo	Marengo Township		US	IA	095	92835	0	America/Chicago
4866261	Township of Marietta	township-of-marietta	Marietta Township		US	IA	127	92838	0	America/Chicago
4866299	Township of Marion	township-of-marion	Marion Township		US	IA	043	92841	0	America/Chicago
4866300	Township of Marion	township-of-marion	Marion Township		US	IA	051	92844	0	America/Chicago
4866301	Township of Marion	township-of-marion	Marion Township		US	IA	069	92847	0	America/Chicago
4866302	Township of Marion	township-of-marion	Marion Township		US	IA	079	92850	0	America/Chicago
4866303	Township of Marion	township-of-marion	Marion Township		US	IA	087	92853	0	America/Chicago
4866304	Township of Marion	township-of-marion	Marion Township		US	IA	111	92856	0	America/Chicago
4866305	Township of Marion	township-of-marion	Marion Township		US	IA	113	92859	0	America/Chicago
4866306	Township of Marion	township-of-marion	Marion Township		US	IA	127	92862	0	America/Chicago
4866307	Township of Marion	township-of-marion	Marion Township		US	IA	149	92865	0	America/Chicago
4866308	Township of Marion	township-of-marion	Marion Township		US	IA	183	92868	0	America/Chicago
4866310	Township of Mariposa	township-of-mariposa	Mariposa Township		US	IA	099	92871	0	America/Chicago
4866367	Township of Marshall	township-of-marshall	Marshall Township		US	IA	115	92874	0	America/Chicago
4866369	Township of Marshall	township-of-marshall	Marshall Township		US	IA	151	92880	0	America/Chicago
4866370	Township of Marshall	township-of-marshall	Marshall Township		US	IA	173	92883	0	America/Chicago
4866446	City of Mason City	city-of-mason-city	City of Mason City,Mason City		US	IA	033	92890	28079	America/Chicago
4866466	Township of Mason	township-of-mason	Mason Township		US	IA	173	92889	0	America/Chicago
4866483	Township of Massena	township-of-massena	Massena Township		US	IA	029	92892	0	America/Chicago
4866494	Township of Massillon	township-of-massillon	Massillon Township		US	IA	031	92895	0	America/Chicago
4866514	Township of Mason	township-of-mason	Mason Township		US	IA	033	92886	0	America/Chicago
4866531	Township of Maxfield	township-of-maxfield	Maxfield Township		US	IA	017	92898	0	America/Chicago
4866816	Township of Meadow	township-of-meadow	Meadow Township		US	IA	041	92901	0	America/Chicago
4866817	Township of Meadow	township-of-meadow	Meadow Township		US	IA	149	92904	0	America/Chicago
4866921	Township of Melrose	township-of-melrose	Melrose Township		US	IA	075	92907	0	America/Chicago
4866928	Township of Melville	township-of-melville	Melville Township		US	IA	009	92910	0	America/Chicago
4866980	Township of Mendon	township-of-mendon	Mendon Township		US	IA	043	92913	0	America/Chicago
4867016	Township of Mercer	township-of-mercer	Mercer Township		US	IA	003	92916	0	America/Chicago
4867258	Township of Middle Fork	township-of-middle-fork	Middle Fork Township		US	IA	159	92922	0	America/Chicago
4867290	Township of Middlefield	township-of-middlefield	Middlefield Township		US	IA	019	92919	0	America/Chicago
4867310	Township of Midland	township-of-midland	Midland Township		US	IA	119	92925	0	America/Chicago
4867383	Township of Milford	township-of-milford	Milford Township		US	IA	047	92928	0	America/Chicago
4867384	Township of Milford	township-of-milford	Milford Township		US	IA	059	92931	0	America/Chicago
4867385	Township of Milford	township-of-milford	Milford Township		US	IA	169	92934	0	America/Chicago
4867386	Township of Military	township-of-military	Military Township		US	IA	191	92937	0	America/Chicago
4867453	Township of Miller	township-of-miller	Miller Township		US	IA	193	92940	0	America/Chicago
4867488	Township of Millville	township-of-millville	Millville Township		US	IA	043	92943	0	America/Chicago
4867501	Township of Milo	township-of-milo	Milo Township		US	IA	055	92946	0	America/Chicago
4867529	Township of Minden	township-of-minden	Minden Township		US	IA	155	92949	0	America/Chicago
4867549	Township of Minerva	township-of-minerva	Minerva Township		US	IA	127	92952	0	America/Chicago
4867629	Township of Mitchell	township-of-mitchell	Mitchell Township		US	IA	131	92955	0	America/Chicago
4867697	Township of Monmouth	township-of-monmouth	Monmouth Township		US	IA	097	92958	0	America/Chicago
4867719	Township of Monona	township-of-monona	Monona Township		US	IA	043	92961	0	America/Chicago
4867753	Township of Monroe	township-of-monroe	Monroe Township		US	IA	011	92964	0	America/Chicago
4867754	Township of Monroe	township-of-monroe	Monroe Township		US	IA	023	92967	0	America/Chicago
4867755	Township of Monroe	township-of-monroe	Monroe Township		US	IA	071	92970	0	America/Chicago
4867756	Township of Monroe	township-of-monroe	Monroe Township		US	IA	103	92973	0	America/Chicago
4867757	Township of Monroe	township-of-monroe	Monroe Township		US	IA	113	92976	0	America/Chicago
4867758	Township of Monroe	township-of-monroe	Monroe Township		US	IA	121	92979	0	America/Chicago
4867759	Township of Monroe	township-of-monroe	Monroe Township		US	IA	123	92982	0	America/Chicago
4867760	Township of Monroe	township-of-monroe	Monroe Township		US	IA	135	92985	0	America/Chicago
4867761	Township of Monroe	township-of-monroe	Monroe Township		US	IA	159	92988	0	America/Chicago
4867762	Township of Monroe	township-of-monroe	Monroe Township		US	IA	165	92991	0	America/Chicago
4867763	Township of Monroe	township-of-monroe	Monroe Township		US	IA	185	92994	0	America/Chicago
4867829	Township of Montpelier	township-of-montpelier	Montpelier Township		US	IA	139	92997	0	America/Chicago
4867841	Township of Montrose	township-of-montrose	Montrose Township		US	IA	111	93000	0	America/Chicago
4867931	Township of Morgan	township-of-morgan	Morgan Township		US	IA	047	93003	0	America/Chicago
4867932	Township of Morgan	township-of-morgan	Morgan Township		US	IA	053	93006	0	America/Chicago
4867933	Township of Morgan	township-of-morgan	Morgan Township		US	IA	069	93009	0	America/Chicago
4867934	Township of Morgan	township-of-morgan	Morgan Township		US	IA	085	93012	0	America/Chicago
4867935	Township of Morgan	township-of-morgan	Morgan Township		US	IA	193	93015	0	America/Chicago
4867982	Township of Morning Sun	township-of-morning-sun	Morning Sun Township		US	IA	115	93018	0	America/Chicago
4868036	Township of Morton	township-of-morton	Morton Township		US	IA	145	93021	0	America/Chicago
4868037	Township of Mosalem	township-of-mosalem	Mosalem Township		US	IA	061	93024	0	America/Chicago
4868043	Township of Moscow	township-of-moscow	Moscow Township		US	IA	139	93027	0	America/Chicago
4868066	Township of Mott	township-of-mott	Mott Township		US	IA	069	93030	0	America/Chicago
4868083	Township of Mound Prairie	township-of-mound-prairie	Mound Prairie Township		US	IA	099	93033	0	America/Chicago
4868106	City of Mount Ayr	city-of-mount-ayr			US	IA	159	93034	1691	America/Chicago
4868230	City of Mount Pleasant	city-of-mount-pleasant			US	IA	087	93036	8668	America/Chicago
4868250	Township of Mount Valley	township-of-mount-valley	Mount Valley Township		US	IA	189	93038	0	America/Chicago
4868266	Township of Mount Vernon	township-of-mount-vernon	Mount Vernon Township		US	IA	013	93039	0	America/Chicago
4868267	Township of Mount Vernon	township-of-mount-vernon	Mount Vernon Township		US	IA	033	93042	0	America/Chicago
4868312	Township of Moville	township-of-moville	Moville Township		US	IA	193	93045	0	America/Chicago
4868515	Township of Nassau	township-of-nassau	Nassau Township		US	IA	167	93051	0	America/Chicago
4868555	Township of Nebraska	township-of-nebraska	Nebraska Township		US	IA	145	93054	0	America/Chicago
4868603	Township of Neola	township-of-neola	Neola Township		US	IA	155	93057	0	America/Chicago
4868630	Township of Nevada	township-of-nevada	Nevada Township		US	IA	147	93060	0	America/Chicago
4868631	Township of Nevada	township-of-nevada	Nevada Township		US	IA	169	93063	0	America/Chicago
4868636	Township of New Albany	township-of-new-albany	New Albany Township		US	IA	169	93066	0	America/Chicago
4868667	Township of New Buda	township-of-new-buda	New Buda Township		US	IA	053	93072	0	America/Chicago
4868702	Township of New Hampton	township-of-new-hampton	New Hampton Township		US	IA	037	93081	0	America/Chicago
4868735	Township of New Hope	township-of-new-hope	New Hope Township		US	IA	175	93084	0	America/Chicago
4868778	Township of New London	township-of-new-london	New London Township		US	IA	087	93087	0	America/Chicago
4868796	Township of New Oregon	township-of-new-oregon	New Oregon Township		US	IA	089	93090	0	America/Chicago
4868843	Township of New Wine	township-of-new-wine	New Wine Township		US	IA	061	93108	0	America/Chicago
4868851	Township of Newark	township-of-newark	Newark Township		US	IA	187	93069	0	America/Chicago
4868863	Township of Newburg	township-of-newburg	Newburg Township		US	IA	131	93075	0	America/Chicago
4868880	Township of Newell	township-of-newell	Newell Township		US	IA	021	93078	0	America/Chicago
4868906	Township of Newport	township-of-newport	New Port Township,Newport Township,Township of Newport		US	IA	103	93093	0	America/Chicago
4868927	Township of Newton	township-of-newton	Newton Township		US	IA	019	93096	0	America/Chicago
4868928	Township of Newton	township-of-newton	Newton Township		US	IA	027	93099	0	America/Chicago
4868929	Township of Newton	township-of-newton	Newton Township		US	IA	099	93102	0	America/Chicago
4868930	Township of Newton	township-of-newton	Newton Township		US	IA	189	93105	0	America/Chicago
4868959	Township of Niles	township-of-niles	Niles Township		US	IA	067	93111	0	America/Chicago
4868989	Township of Nishnabotny	township-of-nishnabotny	Nishnabotny Township		US	IA	047	93114	0	America/Chicago
4869003	Township of Noble	township-of-noble	Noble Township		US	IA	029	93117	0	America/Chicago
4869022	Township of Nodaway	township-of-nodaway	Nodaway Township		US	IA	003	93120	0	America/Chicago
4869023	Township of Nodaway	township-of-nodaway	Nodaway Township		US	IA	145	93123	0	America/Chicago
4869024	Township of Nodaway	township-of-nodaway	Nodaway Township		US	IA	173	93126	0	America/Chicago
4869037	Township of Nokomis	township-of-nokomis	Nokomis Township		US	IA	021	93129	0	America/Chicago
4869150	Township of North Fork	township-of-north-fork	North Fork Township		US	IA	055	93132	0	America/Chicago
4869400	Township of Norwalk	township-of-norwalk	Norwalk Township		US	IA	155	93135	0	America/Chicago
4869417	Township of Norway	township-of-norway	Norway Township		US	IA	091	93138	0	America/Chicago
4869418	Township of Norway	township-of-norway	Norway Township		US	IA	189	93141	0	America/Chicago
4869419	Township of Norway	township-of-norway	Norway Township		US	IA	197	93144	0	America/Chicago
4869499	Township of Oak Dale	township-of-oak-dale	Oak Dale Township		US	IA	089	93150	0	America/Chicago
4869586	Township of Oak	township-of-oak	Oak Township		US	IA	129	93147	0	America/Chicago
4869609	Township of Oakfield	township-of-oakfield	Oakfield Township		US	IA	009	93153	0	America/Chicago
4869667	Township of Oakland	township-of-oakland	Oakland Township		US	IA	069	93156	0	America/Chicago
4869668	Township of Oakland	township-of-oakland	Oakland Township		US	IA	115	93159	0	America/Chicago
4869736	Township of Ocheyedan	township-of-ocheyedan	Ocheyedan Township		US	IA	143	93162	0	America/Chicago
4869793	Township of Ohio	township-of-ohio	Ohio Township		US	IA	121	93165	0	America/Chicago
4869813	Township of Okoboji	township-of-okoboji	Okoboji Township		US	IA	059	93168	0	America/Chicago
4869958	Township of Olive	township-of-olive	Olive Township		US	IA	045	93171	0	America/Chicago
4870000	Township of Omega	township-of-omega	Omega Township		US	IA	141	93174	0	America/Chicago
4870017	City of Onawa	city-of-onawa			US	IA	133	93175	2998	America/Chicago
4870023	Township of Oneida	township-of-oneida	Oneida Township		US	IA	055	93177	0	America/Chicago
4870024	Township of Oneida	township-of-oneida	Oneida Township		US	IA	171	93180	0	America/Chicago
4870080	Township of Oran	township-of-oran	Oran Township		US	IA	065	93183	0	America/Chicago
4870102	Township of Orange	township-of-orange	Orange Township		US	IA	013	93186	0	America/Chicago
4870103	Township of Orange	township-of-orange	Orange Township		US	IA	045	93189	0	America/Chicago
4870104	Township of Orange	township-of-orange	Orange Township		US	IA	077	93192	0	America/Chicago
4870121	Township of Oregon	township-of-oregon	Oregon Township		US	IA	183	93195	0	America/Chicago
4870131	Township of Orient	township-of-orient	Orient Township		US	IA	001	93198	0	America/Chicago
4870154	Township of Orleans	township-of-orleans	Orleans Township		US	IA	191	93201	0	America/Chicago
4870160	Township of Orono	township-of-orono	Orono Township		US	IA	139	93204	0	America/Chicago
4870169	Township of Orthel	township-of-orthel	Orthel Township		US	IA	081	93207	0	America/Chicago
4870198	Township of Osage	township-of-osage	Osage Township		US	IA	131	93210	0	America/Chicago
4870230	City of Osceola	city-of-osceola			US	IA	039	93212	4929	America/Chicago
4870231	Township of Osceola	township-of-osceola	Osceola Township		US	IA	039	93213	0	America/Chicago
4870232	Township of Osceola	township-of-osceola	Osceola Township		US	IA	069	93216	0	America/Chicago
4870259	City of Oskaloosa	city-of-oskaloosa			US	IA	123	93218	11463	America/Chicago
4870288	Township of Otho	township-of-otho	Otho Township		US	IA	187	93220	0	America/Chicago
4870303	Township of Oto	township-of-oto	Oto Township		US	IA	193	93222	0	America/Chicago
4870311	Township of Otranto	township-of-otranto	Otranto Township		US	IA	131	93225	0	America/Chicago
4870350	Township of Otter Creek	township-of-otter-creek	Otter Creek Township		US	IA	047	93231	0	America/Chicago
4870351	Township of Otter Creek	township-of-otter-creek	Otter Creek Township		US	IA	097	93234	0	America/Chicago
4870352	Township of Otter Creek	township-of-otter-creek	Otter Creek Township		US	IA	113	93237	0	America/Chicago
4870353	Township of Otter Creek	township-of-otter-creek	Otter Creek Township		US	IA	117	93240	0	America/Chicago
4870354	Township of Otter Creek	township-of-otter-creek	Otter Creek Township		US	IA	171	93243	0	America/Chicago
4870360	Township of Otter	township-of-otter	Otter Township		US	IA	181	93228	0	America/Chicago
4870503	Township of Owen	township-of-owen	Owen Township		US	IA	033	93246	0	America/Chicago
4870526	Township of Oxford	township-of-oxford	Oxford Township		US	IA	103	93249	0	America/Chicago
4870527	Township of Oxford	township-of-oxford	Oxford Township		US	IA	105	93252	0	America/Chicago
4870580	Township of Paint Creek	township-of-paint-creek	Paint Creek Township		US	IA	005	93255	0	America/Chicago
4870588	Township of Palermo	township-of-palermo	Palermo Township		US	IA	075	93258	0	America/Chicago
4870600	Township of Palestine	township-of-palestine	Palestine Township		US	IA	169	93261	0	America/Chicago
4870625	Township of Palmyra	township-of-palmyra	Palmyra Township		US	IA	181	93264	0	America/Chicago
4870637	Township of Palo Alto	township-of-palo-alto	Palo Alto Township		US	IA	099	93267	0	America/Chicago
4870687	Township of Paradise	township-of-paradise	Paradise Township		US	IA	047	93270	0	America/Chicago
4870702	Township of Paris	township-of-paris	Paris Township		US	IA	089	93273	0	America/Chicago
4870793	Township of Paton	township-of-paton	Paton Township		US	IA	073	93276	0	America/Chicago
4870960	Township of Penn	township-of-penn	Penn Township		US	IA	077	93279	0	America/Chicago
4870961	Township of Penn	township-of-penn	Penn Township		US	IA	101	93282	0	America/Chicago
4870962	Township of Penn	township-of-penn	Penn Township		US	IA	103	93285	0	America/Chicago
4870963	Township of Penn	township-of-penn	Penn Township		US	IA	121	93288	0	America/Chicago
4870976	Township of Peoples	township-of-peoples	People's Township,Peoples Township,Township of Peoples		US	IA	015	93291	0	America/Chicago
4871045	Township of Perry	township-of-perry	Perry Township		US	IA	019	93294	0	America/Chicago
4871046	Township of Perry	township-of-perry	Perry Township		US	IA	051	93297	0	America/Chicago
4871047	Township of Perry	township-of-perry	Perry Township		US	IA	097	93300	0	America/Chicago
4871048	Township of Perry	township-of-perry	Perry Township		US	IA	149	93303	0	America/Chicago
4871049	Township of Perry	township-of-perry	Perry Township		US	IA	171	93306	0	America/Chicago
4871065	Township of Peru	township-of-peru	Peru Township		US	IA	061	93309	0	America/Chicago
4871099	Township of Peterson	township-of-peterson	Peterson Township		US	IA	041	93312	0	America/Chicago
4871187	Township of Pierce	township-of-pierce	Pierce Township		US	IA	145	93315	0	America/Chicago
4871235	Township of Pike	township-of-pike	Pike Township		US	IA	139	93318	0	America/Chicago
4871247	Township of Pilot Grove	township-of-pilot-grove	Pilot Grove Township		US	IA	137	93327	0	America/Chicago
4871260	Township of Pilot Mound	township-of-pilot-mound	Pilot Mound Township		US	IA	015	93330	0	America/Chicago
4871266	Township of Pilot	township-of-pilot	Pilot Township		US	IA	035	93321	0	America/Chicago
4871267	Township of Pilot	township-of-pilot	Pilot Township		US	IA	095	93324	0	America/Chicago
4871356	Township of Pioneer	township-of-pioneer	Pioneer Township		US	IA	031	93333	0	America/Chicago
4871371	Township of Pitcher	township-of-pitcher	Pitcher Township		US	IA	035	93336	0	America/Chicago
4871377	Township of Pittsford	township-of-pittsford	Pittsford Township		US	IA	023	93339	0	America/Chicago
4871396	Township of Plank	township-of-plank	Plank Township		US	IA	107	93342	0	America/Chicago
4871406	Township of Plato	township-of-plato	Plato Township		US	IA	167	93345	0	America/Chicago
4871415	Township of Platte	township-of-platte	Platte Township		US	IA	173	93348	0	America/Chicago
4871416	Township of Platte	township-of-platte	Platte Township		US	IA	175	93351	0	America/Chicago
4871421	Township of Plattville	township-of-plattville	Plattsville Township,Plattville Township,Township of Plattville		US	IA	129	93354	0	America/Chicago
4871468	Township of Pleasant Grove	township-of-pleasant-grove	Pleasant Grove Township		US	IA	057	93390	0	America/Chicago
4871469	Township of Pleasant Grove	township-of-pleasant-grove	Pleasant Grove Township		US	IA	067	93393	0	America/Chicago
4871470	Township of Pleasant Grove	township-of-pleasant-grove	Pleasant Grove Township		US	IA	123	93396	0	America/Chicago
4871471	Township of Pleasant Grove	township-of-pleasant-grove	Pleasant Grove Township		US	IA	125	93399	0	America/Chicago
4871566	Township of Pleasant Ridge	township-of-pleasant-ridge	Pleasant Ridge Township		US	IA	111	93402	0	America/Chicago
4871600	Township of Pleasant Valley	township-of-pleasant-valley	Pleasant Valley Township		US	IA	027	93405	0	America/Chicago
4871601	Township of Pleasant Valley	township-of-pleasant-valley	Pleasant Valley Township		US	IA	033	93408	0	America/Chicago
4871602	Township of Pleasant Valley	township-of-pleasant-valley	Pleasant Valley Township		US	IA	065	93411	0	America/Chicago
4871603	Township of Pleasant Valley	township-of-pleasant-valley	Pleasant Valley Township		US	IA	075	93414	0	America/Chicago
4871604	Township of Pleasant Valley	township-of-pleasant-valley	Pleasant Valley Township		US	IA	103	93417	0	America/Chicago
4871605	Township of Pleasant Valley	township-of-pleasant-valley	Pleasant Valley Township		US	IA	163	93420	0	America/Chicago
4871606	Township of Pleasant Valley	township-of-pleasant-valley	Pleasant Valley Township		US	IA	187	93423	0	America/Chicago
4871630	Township of Pleasant	township-of-pleasant	Pleasant Township		US	IA	007	93357	0	America/Chicago
4871631	Township of Pleasant	township-of-pleasant	Pleasant Township		US	IA	029	93360	0	America/Chicago
4871632	Township of Pleasant	township-of-pleasant	Pleasant Township		US	IA	083	93363	0	America/Chicago
4871633	Township of Pleasant	township-of-pleasant	Pleasant Township		US	IA	117	93366	0	America/Chicago
4871634	Township of Pleasant	township-of-pleasant	Pleasant Township		US	IA	135	93369	0	America/Chicago
4871635	Township of Pleasant	township-of-pleasant	Pleasant Township		US	IA	155	93372	0	America/Chicago
4871636	Township of Pleasant	township-of-pleasant	Pleasant Township		US	IA	157	93375	0	America/Chicago
4871637	Township of Pleasant	township-of-pleasant	Pleasant Township		US	IA	175	93378	0	America/Chicago
4871638	Township of Pleasant	township-of-pleasant	Pleasant Township		US	IA	179	93381	0	America/Chicago
4871639	Township of Pleasant	township-of-pleasant	Pleasant Township		US	IA	191	93384	0	America/Chicago
4871640	Township of Pleasant	township-of-pleasant	Pleasant Township		US	IA	197	93387	0	America/Chicago
4871688	Township of Plum Creek	township-of-plum-creek	Plum Creek Township		US	IA	109	93426	0	America/Chicago
4871725	Township of Plymouth	township-of-plymouth	Plymouth Township		US	IA	149	93429	0	America/Chicago
4871751	Township of Poe	township-of-poe	Poe Township		US	IA	159	93432	0	America/Chicago
4871765	Township of Poland	township-of-poland	Poland Township		US	IA	021	93435	0	America/Chicago
4871786	Township of Polk	township-of-polk	Polk Township		US	IA	011	93438	0	America/Chicago
4871787	Township of Polk	township-of-polk	Polk Township		US	IA	017	93441	0	America/Chicago
4871788	Township of Polk	township-of-polk	Polk Township		US	IA	101	93444	0	America/Chicago
4871789	Township of Polk	township-of-polk	Polk Township		US	IA	165	93447	0	America/Chicago
4871790	Township of Polk	township-of-polk	Polk Township		US	IA	173	93450	0	America/Chicago
4871791	Township of Polk	township-of-polk	Polk Township		US	IA	179	93453	0	America/Chicago
4871844	Township of Port Louisa	township-of-port-louisa	Port Louisa Township		US	IA	115	93465	0	America/Chicago
4871862	Township of Portland	township-of-portland	Portland Township		US	IA	033	93456	0	America/Chicago
4871863	Township of Portland	township-of-portland	Portland Township		US	IA	109	93459	0	America/Chicago
4871864	Township of Portland	township-of-portland	Portland Township		US	IA	149	93462	0	America/Chicago
4871874	Township of Post	township-of-post	Post Township		US	IA	005	93468	0	America/Chicago
4871922	Township of Poweshiek	township-of-poweshiek	Poweshiek Township		US	IA	099	93471	0	America/Chicago
4871924	Township of Powhatan	township-of-powhatan	Powhatan Township		US	IA	151	93474	0	America/Chicago
4871929	Township of Poyner	township-of-poyner	Poyner Township		US	IA	013	93477	0	America/Chicago
4871977	Township of Prairie Creek	township-of-prairie-creek	Prairie Creek Township		US	IA	061	93498	0	America/Chicago
4872032	Township of Prairie Springs	township-of-prairie-springs	Prairie Springs Township		US	IA	097	93501	0	America/Chicago
4872054	Township of Prairie	township-of-prairie	Prairie Township		US	IA	051	93480	0	America/Chicago
4872055	Township of Prairie	township-of-prairie	Prairie Township		US	IA	055	93483	0	America/Chicago
4872056	Township of Prairie	township-of-prairie	Prairie Township		US	IA	071	93486	0	America/Chicago
4872057	Township of Prairie	township-of-prairie	Prairie Township		US	IA	107	93489	0	America/Chicago
4872058	Township of Prairie	township-of-prairie	Prairie Township		US	IA	109	93492	0	America/Chicago
4872059	Township of Prairie	township-of-prairie	Prairie Township		US	IA	123	93495	0	America/Chicago
4872152	Township of Prescott	township-of-prescott	Prescott Township		US	IA	003	93504	0	America/Chicago
4872176	Township of Preston	township-of-preston	Preston Township		US	IA	149	93507	0	America/Chicago
4872225	Township of Princeton	township-of-princeton	Princeton Township		US	IA	163	93510	0	America/Chicago
4872262	Township of Providence	township-of-providence	Providence Township		US	IA	021	93513	0	America/Chicago
4872263	Township of Providence	township-of-providence	Providence Township		US	IA	083	93516	0	America/Chicago
4872272	Township of Prussia	township-of-prussia	Prussia Township		US	IA	001	93519	0	America/Chicago
4872308	Township of Putnam	township-of-putnam	Putnam Township		US	IA	065	93522	0	America/Chicago
4872309	Township of Putnam	township-of-putnam	Putnam Township		US	IA	113	93525	0	America/Chicago
4872312	Township of Pymosa	township-of-pymosa	Pymosa Township		US	IA	029	93528	0	America/Chicago
4872366	Township of Quincy	township-of-quincy	Quincy Township		US	IA	003	93531	0	America/Chicago
4872415	Township of Raglan	township-of-raglan	Raglan Township		US	IA	085	93534	0	America/Chicago
4872474	Township of Ramsey	township-of-ramsey	Ramsay Township,Ramsey Township,Township of Ramsey		US	IA	109	93537	0	America/Chicago
4872531	Township of Rawles	township-of-rawles	Rawles Township,Rawls Township,Township of Rawles		US	IA	129	93540	0	America/Chicago
4872549	Township of Read	township-of-read	Read Township		US	IA	043	93543	0	America/Chicago
4872554	Township of Reading	township-of-reading	Reading Township		US	IA	167	93549	0	America/Chicago
4872566	Township of Reading	township-of-reading	Reading Township		US	IA	025	93546	0	America/Chicago
4872617	Township of Red Oak	township-of-red-oak	Red Oak Township		US	IA	031	93552	0	America/Chicago
4872618	Township of Red Oak	township-of-red-oak	Red Oak Township		US	IA	137	93555	0	America/Chicago
4872628	Township of Red Rock	township-of-red-rock	Red Rock Township		US	IA	125	93558	0	America/Chicago
4872700	Township of Reeve	township-of-reeve	Reeve Township		US	IA	069	93561	0	America/Chicago
4872761	Township of Remsen	township-of-remsen	Remsen Township		US	IA	149	93564	0	America/Chicago
4872881	Township of Rice	township-of-rice	Rice Township		US	IA	159	93567	0	America/Chicago
4872931	Township of Richland	township-of-richland	Richland Township		US	IA	001	93570	0	America/Chicago
4872932	Township of Richland	township-of-richland	Richland Township		US	IA	027	93573	0	America/Chicago
4872933	Township of Richland	township-of-richland	Richland Township		US	IA	037	93576	0	America/Chicago
4872934	Township of Richland	township-of-richland	Richland Township		US	IA	053	93579	0	America/Chicago
4872935	Township of Richland	township-of-richland	Richland Township		US	IA	055	93582	0	America/Chicago
4872936	Township of Richland	township-of-richland	Richland Township		US	IA	059	93585	0	America/Chicago
4872937	Township of Richland	township-of-richland	Richland Township		US	IA	069	93588	0	America/Chicago
4872938	Township of Richland	township-of-richland	Richland Township		US	IA	077	93591	0	America/Chicago
4872939	Township of Richland	township-of-richland	Richland Township		US	IA	097	93594	0	America/Chicago
4872940	Township of Richland	township-of-richland	Richland Township		US	IA	099	93597	0	America/Chicago
4872941	Township of Richland	township-of-richland	Richland Township		US	IA	105	93600	0	America/Chicago
4872942	Township of Richland	township-of-richland	Richland Township		US	IA	107	93603	0	America/Chicago
4872943	Township of Richland	township-of-richland	Richland Township		US	IA	119	93606	0	America/Chicago
4872944	Township of Richland	township-of-richland	Richland Township		US	IA	123	93609	0	America/Chicago
4872945	Township of Richland	township-of-richland	Richland Township		US	IA	161	93612	0	America/Chicago
4872946	Township of Richland	township-of-richland	Richland Township		US	IA	169	93615	0	America/Chicago
4872947	Township of Richland	township-of-richland	Richland Township		US	IA	171	93618	0	America/Chicago
4872948	Township of Richland	township-of-richland	Richland Township		US	IA	179	93621	0	America/Chicago
4872949	Township of Richland	township-of-richland	Richland Township		US	IA	181	93624	0	America/Chicago
4872950	Township of Richman	township-of-richman	Richman Township		US	IA	185	93627	0	America/Chicago
4873007	Township of Riley	township-of-riley	Riley Township		US	IA	159	93630	0	America/Chicago
4873036	Township of Ripley	township-of-ripley	Ripley Township		US	IA	023	93633	0	America/Chicago
4873121	Township of Riverdale	township-of-riverdale	Riverdale Township		US	IA	109	93636	0	America/Chicago
4873187	Township of Riverside	township-of-riverside	Riverside Township		US	IA	071	93639	0	America/Chicago
4873188	Township of Riverside	township-of-riverside	Riverside Township		US	IA	119	93642	0	America/Chicago
4873198	Township of Riverton	township-of-riverton	Riverton Township		US	IA	041	93645	0	America/Chicago
4873199	Township of Riverton	township-of-riverton	Riverton Township		US	IA	067	93648	0	America/Chicago
4873200	Township of Riverton	township-of-riverton	Riverton Township		US	IA	071	93651	0	America/Chicago
4873286	Township of Rochester	township-of-rochester	Rochester Township		US	IA	031	93654	0	America/Chicago
4873330	Township of Rock Creek	township-of-rock-creek	Rock Creek Township		US	IA	099	93672	0	America/Chicago
4873343	Township of Rock Grove	township-of-rock-grove	Rock Grove Township		US	IA	067	93681	0	America/Chicago
4873388	Township of Rock	township-of-rock	Rock Township		US	IA	035	93657	0	America/Chicago
4873389	Township of Rock	township-of-rock	Rock Township		US	IA	119	93660	0	America/Chicago
4873390	Township of Rock	township-of-rock	Rock Township		US	IA	131	93663	0	America/Chicago
4873391	Township of Rock	township-of-rock	Rock Township		US	IA	167	93666	0	America/Chicago
4873392	Township of Rock	township-of-rock	Rock Township		US	IA	193	93669	0	America/Chicago
4873412	Township of Rockford	township-of-rockford	Rockford Township		US	IA	067	93675	0	America/Chicago
4873413	Township of Rockford	township-of-rockford	Rockford Township		US	IA	155	93678	0	America/Chicago
4873504	Township of Roland	township-of-roland	Roland Township		US	IA	187	93684	0	America/Chicago
4873517	City of Rolfe	city-of-rolfe			US	IA	151	93685	584	America/Chicago
4873538	Township of Rome	township-of-rome	Rome Township		US	IA	105	93687	0	America/Chicago
4873557	Township of Roosevelt	township-of-roosevelt	Roosevelt Township		US	IA	151	93690	0	America/Chicago
4873570	Township of Roscoe	township-of-roscoe	Roscoe Township		US	IA	051	93693	0	America/Chicago
4873579	Township of Rose Grove	township-of-rose-grove	Rose Grove Township		US	IA	079	93696	0	America/Chicago
4873623	Township of Roselle	township-of-roselle	Roselle Township,Rosselle Township,Township of Roselle		US	IA	027	93699	0	America/Chicago
4873652	Township of Ross	township-of-ross	Ross Township		US	IA	069	93702	0	America/Chicago
4873653	Township of Ross	township-of-ross	Ross Township		US	IA	173	93705	0	America/Chicago
4873702	Township of Round Prairie	township-of-round-prairie	Round Prairie Township		US	IA	101	93708	0	America/Chicago
4873764	Township of Rudd	township-of-rudd	Rudd Township		US	IA	067	93711	0	America/Chicago
4873801	Township of Rush Lake	township-of-rush-lake	Rush Lake Township		US	IA	147	93714	0	America/Chicago
4873849	Township of Rutland	township-of-rutland	Rutland Township		US	IA	091	93717	0	America/Chicago
4873850	Township of Rutland	township-of-rutland	Rutland Township		US	IA	193	93720	0	America/Chicago
4873908	Township of Sac	township-of-sac	Sac Township		US	IA	161	93723	0	America/Chicago
4874164	Township of Saint Charles	township-of-saint-charles	Saint Charles Township,St. Charles Township		US	IA	067	93729	0	America/Chicago
4874169	Township of Saint Clair	township-of-saint-clair	Saint Clair Township,St. Clair Township		US	IA	011	93732	0	America/Chicago
4874170	Township of Saint Clair	township-of-saint-clair	Saint Clair Township,St. Clair Township		US	IA	133	93735	0	America/Chicago
4874511	Township of Saint John	township-of-saint-john	Saint Johns Township,St. Johns Township,Township of Saint John,Township of Saint Johns		US	IA	085	93738	0	America/Chicago
4874922	Township of Saint Marys	township-of-saint-marys	Saint Marys Township,St. Marys Township		US	IA	129	93741	0	America/Chicago
4875435	Township of Salem	township-of-salem	Salem Township		US	IA	087	93744	0	America/Chicago
4875455	Township of Salt Creek	township-of-salt-creek	Salt Creek Township		US	IA	051	93747	0	America/Chicago
4875456	Township of Salt Creek	township-of-salt-creek	Salt Creek Township		US	IA	171	93750	0	America/Chicago
4875512	Township of Sand Creek	township-of-sand-creek	Sand Creek Township		US	IA	175	93753	0	America/Chicago
4875572	Township of Saratoga	township-of-saratoga	Saratoga Township		US	IA	089	93756	0	America/Chicago
4875625	Township of Saylor	township-of-saylor	Saylor Township		US	IA	153	93759	0	America/Chicago
4875631	Unorganized Territory of Saylorville Reservoir	unorganized-territory-of-saylorville-reservoir			US	IA	153	93762	0	America/Chicago
4875772	Township of Scotch Grove	township-of-scotch-grove	Scotch Grove Township		US	IA	105	93765	0	America/Chicago
4875804	Township of Scott	township-of-scott	Scott Township		US	IA	021	93768	0	America/Chicago
4875805	Township of Scott	township-of-scott	Scott Township		US	IA	065	93771	0	America/Chicago
4875806	Township of Scott	township-of-scott	Scott Township		US	IA	067	93774	0	America/Chicago
4875807	Township of Scott	township-of-scott	Scott Township		US	IA	069	93777	0	America/Chicago
4875808	Township of Scott	township-of-scott	Scott Township		US	IA	071	93780	0	America/Chicago
4875809	Township of Scott	township-of-scott	Scott Township		US	IA	079	93783	0	America/Chicago
4875810	Township of Scott	township-of-scott	Scott Township		US	IA	087	93786	0	America/Chicago
4875811	Township of Scott	township-of-scott	Scott Township		US	IA	103	93789	0	America/Chicago
4875812	Township of Scott	township-of-scott	Scott Township		US	IA	121	93792	0	America/Chicago
4875813	Township of Scott	township-of-scott	Scott Township		US	IA	123	93795	0	America/Chicago
4875814	Township of Scott	township-of-scott	Scott Township		US	IA	137	93798	0	America/Chicago
4875815	Township of Scott	township-of-scott	Scott Township		US	IA	157	93801	0	America/Chicago
4875827	Township of Scranton	township-of-scranton	Scranton Township		US	IA	073	93804	0	America/Chicago
4875878	Township of Seely	township-of-seely	Seeley Township,Seely Township,Township of Seely		US	IA	077	93807	0	America/Chicago
4875896	Township of Seneca	township-of-seneca	Seneca Township		US	IA	109	93810	0	America/Chicago
4875926	Township of Settlers	township-of-settlers	Settler Township,Settlers Township,Suttlers Township,Township of Settlers		US	IA	167	93813	0	America/Chicago
4875975	Township of Seventy-Six	township-of-seventy-six	Seventy-Six Township		US	IA	139	93816	0	America/Chicago
4875976	Township of Seventy-Six	township-of-seventy-six	Seventy-Six Township		US	IA	183	93819	0	America/Chicago
4876071	Township of Sharon	township-of-sharon	Sharon Township		US	IA	007	93822	0	America/Chicago
4876072	Township of Sharon	township-of-sharon	Sharon Township		US	IA	009	93825	0	America/Chicago
4876073	Township of Sharon	township-of-sharon	Sharon Township		US	IA	045	93828	0	America/Chicago
4876074	Township of Sharon	township-of-sharon	Sharon Township		US	IA	103	93831	0	America/Chicago
4876110	City of Sheffield	city-of-sheffield			US	IA	069	93833	1172	America/Chicago
4876132	Township of Shelby	township-of-shelby	Shelby Township		US	IA	165	93834	0	America/Chicago
4876175	Township of Shell Rock	township-of-shell-rock	Shell Rock Township		US	IA	023	93837	0	America/Chicago
4876189	City of Shellsburg	city-of-shellsburg			US	IA	011	93838	983	America/Chicago
4876221	Township of Sheridan	township-of-sheridan	Sheridan Township		US	IA	027	93840	0	America/Chicago
4876222	Township of Sheridan	township-of-sheridan	Sheridan Township		US	IA	035	93843	0	America/Chicago
4876223	Township of Sheridan	township-of-sheridan	Sheridan Township		US	IA	157	93846	0	America/Chicago
4876224	Township of Sheridan	township-of-sheridan	Sheridan Township		US	IA	163	93849	0	America/Chicago
4876225	Township of Sheridan	township-of-sheridan	Sheridan Township		US	IA	167	93852	0	America/Chicago
4876243	Township of Sherman	township-of-sherman	Sherman Township		US	IA	025	93855	0	America/Chicago
4876244	Township of Sherman	township-of-sherman	Sherman Township		US	IA	083	93858	0	America/Chicago
4876245	Township of Sherman	township-of-sherman	Sherman Township		US	IA	099	93861	0	America/Chicago
4876246	Township of Sherman	township-of-sherman	Sherman Township		US	IA	109	93864	0	America/Chicago
4876247	Township of Sherman	township-of-sherman	Sherman Township		US	IA	133	93867	0	America/Chicago
4876248	Township of Sherman	township-of-sherman	Sherman Township		US	IA	137	93870	0	America/Chicago
4876249	Township of Sherman	township-of-sherman	Sherman Township		US	IA	151	93873	0	America/Chicago
4876250	Township of Sherman	township-of-sherman	Sherman Township		US	IA	167	93876	0	America/Chicago
4876251	Township of Sherman	township-of-sherman	Sherman Township		US	IA	169	93879	0	America/Chicago
4876285	Township of Shiloh	township-of-shiloh	Shiloh Township		US	IA	075	93882	0	America/Chicago
4876367	Township of Sidney	township-of-sidney	Sidney Township		US	IA	071	93885	0	America/Chicago
4876399	Township of Sigourney	township-of-sigourney	Sigourney Township		US	IA	107	93888	0	America/Chicago
4876435	Township of Silver Creek	township-of-silver-creek	Silver Creek Township		US	IA	093	93894	0	America/Chicago
4876436	Township of Silver Creek	township-of-silver-creek	Silver Creek Township		US	IA	129	93897	0	America/Chicago
4876437	Township of Silver Creek	township-of-silver-creek	Silver Creek Township		US	IA	155	93900	0	America/Chicago
4876458	Township of Silver Lake	township-of-silver-lake	Silver Lake Township		US	IA	059	93903	0	America/Chicago
4876459	Township of Silver Lake	township-of-silver-lake	Silver Lake Township		US	IA	147	93906	0	America/Chicago
4876460	Township of Silver Lake	township-of-silver-lake	Silver Lake Township		US	IA	195	93909	0	America/Chicago
4876469	Township of Silver	township-of-silver	Silver Township		US	IA	035	93891	0	America/Chicago
4876522	City of Sioux City	city-of-sioux-city	City of Sioux City,Sioux City		US	IA	193	93925	82684	America/Chicago
4876565	City of Sioux Rapids	city-of-sioux-rapids			US	IA	021	93927	775	America/Chicago
4876572	Township of Sioux	township-of-sioux	Sioux Township		US	IA	041	93912	0	America/Chicago
4876573	Township of Sioux	township-of-sioux	Sioux Township		US	IA	119	93915	0	America/Chicago
4876574	Township of Sioux	township-of-sioux	Sioux Township		US	IA	133	93918	0	America/Chicago
4876575	Township of Sioux	township-of-sioux	Sioux Township		US	IA	149	93921	0	America/Chicago
4876576	Township of Sioux	township-of-sioux	Sioux Township		US	IA	167	93924	0	America/Chicago
4876696	Township of Sloan	township-of-sloan	Sloan Township		US	IA	193	93929	0	America/Chicago
4876755	Township of Smithfield	township-of-smithfield	Smithfield Township		US	IA	065	93930	0	America/Chicago
4876819	Township of Soap Creek	township-of-soap-creek	Soap Creek Township		US	IA	051	93933	0	America/Chicago
4876851	Township of Soldier	township-of-soldier	Soldier Township		US	IA	047	93936	0	America/Chicago
4876852	Township of Soldier	township-of-soldier	Soldier Township		US	IA	133	93939	0	America/Chicago
4876952	Township of South Fork	township-of-south-fork	South Fork Township		US	IA	055	93945	0	America/Chicago
4876953	Township of South Fork	township-of-south-fork	South Fork Township		US	IA	185	93951	0	America/Chicago
4876956	Township of South Fork	township-of-south-fork	South Fork Township		US	IA	097	93948	0	America/Chicago
4877109	Township of South	township-of-south	South Township		US	IA	121	93942	0	America/Chicago
4877127	Township of Spaulding	township-of-spaulding	Spalding Township,Spaulding Township,Township of Spaulding		US	IA	175	93954	0	America/Chicago
4877166	City of Spencer	city-of-spencer			US	IA	041	93955	11233	America/Chicago
4877175	Township of Sperry	township-of-sperry	Sperry Township		US	IA	043	93957	0	America/Chicago
4877200	Township of Spirit Lake	township-of-spirit-lake	Spirit Lake Township		US	IA	059	93960	0	America/Chicago
4877268	Township of Spring Creek	township-of-spring-creek	Spring Creek Township		US	IA	013	93966	0	America/Chicago
4877269	Township of Spring Creek	township-of-spring-creek	Spring Creek Township		US	IA	123	93969	0	America/Chicago
4877270	Township of Spring Creek	township-of-spring-creek	Spring Creek Township		US	IA	171	93972	0	America/Chicago
4877281	Township of Spring Grove	township-of-spring-grove	Spring Grove Township		US	IA	113	93987	0	America/Chicago
4877302	Township of Spring Rock	township-of-spring-rock	Spring Rock Township		US	IA	045	93990	0	America/Chicago
4877320	Township of Spring Valley	township-of-spring-valley	Spring Valley Township		US	IA	049	93993	0	America/Chicago
4877321	Township of Spring Valley	township-of-spring-valley	Spring Valley Township		US	IA	133	93996	0	America/Chicago
4877322	Township of Spring	township-of-spring	Spring Township		US	IA	035	93963	0	America/Chicago
4877336	Township of Springdale	township-of-springdale	Springdale Township		US	IA	031	93975	0	America/Chicago
4877344	Township of Springfield	township-of-springfield	Springfield Township		US	IA	031	93978	0	America/Chicago
4877345	Township of Springfield	township-of-springfield	Springfield Township		US	IA	109	93981	0	America/Chicago
4877346	Township of Springfield	township-of-springfield	Springfield Township		US	IA	191	93984	0	America/Chicago
4877390	Township of Squaw	township-of-squaw	Squaw Township		US	IA	181	93999	0	America/Chicago
4877405	Township of Stacyville	township-of-stacyville	Stacyville Township		US	IA	131	94002	0	America/Chicago
4877439	Township of Stanton	township-of-stanton	Stanton Township		US	IA	149	94005	0	America/Chicago
4877453	Township of Stapleton	township-of-stapleton	Stapleton Township		US	IA	037	94008	0	America/Chicago
4877472	Township of State Center	township-of-state-center	State Center Township		US	IA	127	94011	0	America/Chicago
4877502	Township of Steady Run	township-of-steady-run	Steady Run Township		US	IA	107	94014	0	America/Chicago
4877595	Township of Stockholm	township-of-stockholm	Stockholm Township		US	IA	047	94017	0	America/Chicago
4877671	City of Storm Lake	city-of-storm-lake			US	IA	021	94018	10600	America/Chicago
4877777	Township of Stuart	township-of-stuart	Stuart Township		US	IA	077	94020	0	America/Chicago
4877837	Township of Sugar Creek	township-of-sugar-creek	Sugar Creek Township		US	IA	031	94023	0	America/Chicago
4877838	Township of Sugar Creek	township-of-sugar-creek	Sugar Creek Township		US	IA	157	94026	0	America/Chicago
4877840	Township of Sugar Grove	township-of-sugar-grove	Sugar Grove Township		US	IA	049	94029	0	America/Chicago
4877876	Township of Summerset	township-of-summerset	Summerset Township,Summersett Township,Township of Summerset		US	IA	001	94032	0	America/Chicago
4877901	Township of Summit	township-of-summit	Summit Township		US	IA	001	94035	0	America/Chicago
4877902	Township of Summit	township-of-summit	Summit Township		US	IA	041	94038	0	America/Chicago
4877903	Township of Summit	township-of-summit	Summit Township		US	IA	125	94041	0	America/Chicago
4877904	Township of Summit	township-of-summit	Summit Township		US	IA	141	94044	0	America/Chicago
4877920	City of Sumner	city-of-sumner			US	IA	017	94045	2028	America/Chicago
4877921	Township of Sumner	township-of-sumner	Sumner Township		US	IA	019	94047	0	America/Chicago
4877922	Township of Sumner	township-of-sumner	Sumner Township		US	IA	095	94050	0	America/Chicago
4877923	Township of Sumner	township-of-sumner	Sumner Township		US	IA	187	94053	0	America/Chicago
4877924	Township of Sumner	township-of-sumner	Sumner Township		US	IA	191	94056	0	America/Chicago
4878039	Township of Superior	township-of-superior	Superior Township		US	IA	059	94062	0	America/Chicago
4878090	Township of Swan Lake	township-of-swan-lake	Swan Lake Township		US	IA	063	94065	0	America/Chicago
4878091	Township of Swan Lake	township-of-swan-lake	Swan Lake Township		US	IA	151	94068	0	America/Chicago
4878115	Township of Swea	township-of-swea	Swea Township		US	IA	109	94071	0	America/Chicago
4878147	Township of Sweetland	township-of-sweetland	Sweetland Township		US	IA	139	94074	0	America/Chicago
4878193	Township of Table Mound	township-of-table-mound	Table Mound Township		US	IA	061	94077	0	America/Chicago
4878206	City of Tabor	city-of-tabor			US	IA	071	94078	1040	America/Chicago
4878252	Township of Tama	township-of-tama	Tama Township		US	IA	057	94080	0	America/Chicago
4878253	Township of Tama	township-of-tama	Tama Township		US	IA	171	94083	0	America/Chicago
4878266	Township of Tarkio	township-of-tarkio	Tarkio Township		US	IA	145	94086	0	America/Chicago
4878293	Township of Taylor	township-of-taylor	Taylor Township		US	IA	005	94089	0	America/Chicago
4878294	Township of Taylor	township-of-taylor	Taylor Township		US	IA	007	94092	0	America/Chicago
4878295	Township of Taylor	township-of-taylor	Taylor Township		US	IA	011	94095	0	America/Chicago
4878296	Township of Taylor	township-of-taylor	Taylor Township		US	IA	061	94098	0	America/Chicago
4878297	Township of Taylor	township-of-taylor	Taylor Township		US	IA	085	94101	0	America/Chicago
4878298	Township of Taylor	township-of-taylor	Taylor Township		US	IA	127	94104	0	America/Chicago
4878378	Township of Tete Des Morts	township-of-tete-des-morts	Tete Des Morts Township,Tete de Mort Township,Tete de Morts Township,Tete des Morts Township,Township of Tete Des Morts		US	IA	097	94107	0	America/Chicago
4878512	Township of Thompson	township-of-thompson	Thompson Township		US	IA	077	94110	0	America/Chicago
4878591	Township of Tilden	township-of-tilden	Tilden Township		US	IA	035	94113	0	America/Chicago
4878608	Township of Timber Creek	township-of-timber-creek	Timber Creek Township		US	IA	127	94116	0	America/Chicago
4878631	Township of Tingley	township-of-tingley	Tingley Township		US	IA	159	94119	0	America/Chicago
4878639	Township of Tippecanoe	township-of-tippecanoe	Tippecanoe Township		US	IA	087	94122	0	America/Chicago
4878660	Township of Tipton	township-of-tipton	Tipton Township		US	IA	083	94125	0	America/Chicago
4878711	Township of Toledo	township-of-toledo	Toledo Township		US	IA	171	94128	0	America/Chicago
4878824	Township of Trenton	township-of-trenton	Trenton Township		US	IA	087	94131	0	America/Chicago
4879063	Township of Troy	township-of-troy	Troy Township		US	IA	039	94134	0	America/Chicago
4879064	Township of Troy	township-of-troy	Troy Township		US	IA	095	94137	0	America/Chicago
4879065	Township of Troy	township-of-troy	Troy Township		US	IA	135	94140	0	America/Chicago
4879066	Township of Troy	township-of-troy	Troy Township		US	IA	197	94143	0	America/Chicago
4879177	Township of Twelve Mile Lake	township-of-twelve-mile-lake	Twelve Mile Lake Township		US	IA	063	94146	0	America/Chicago
4879200	Township of Twin Lake	township-of-twin-lake	Twin Lake Township		US	IA	081	94149	0	America/Chicago
4879210	Township of Twin Lakes	township-of-twin-lakes	Township of Twin Lakes,Twin Lake Township,Twin Lakes Township		US	IA	025	94152	0	America/Chicago
4879254	Township of Udell	township-of-udell	Udell Township		US	IA	007	94155	47	America/Chicago
4879262	Township of Ulster	township-of-ulster	Ulster Township		US	IA	067	94158	0	America/Chicago
4879338	Township of Union City	township-of-union-city	Union City Township		US	IA	005	94290	0	America/Chicago
4879378	Township of Union Prairie	township-of-union-prairie	Union Prairie Township		US	IA	005	94293	0	America/Chicago
4879405	Township of Union	township-of-union	Union Township		US	IA	003	94164	0	America/Chicago
4879406	Township of Union	township-of-union	Union Township		US	IA	007	94167	0	America/Chicago
4879407	Township of Union	township-of-union	Union Township		US	IA	011	94170	0	America/Chicago
4879408	Township of Union	township-of-union	Union Township		US	IA	013	94173	0	America/Chicago
4879409	Township of Union	township-of-union	Union Township		US	IA	015	94176	0	America/Chicago
4879410	Township of Union	township-of-union	Union Township		US	IA	025	94179	0	America/Chicago
4879411	Township of Union	township-of-union	Union Township		US	IA	027	94182	0	America/Chicago
4879412	Township of Union	township-of-union	Union Township		US	IA	029	94185	0	America/Chicago
4879413	Township of Union	township-of-union	Union Township		US	IA	033	94188	0	America/Chicago
4879414	Township of Union	township-of-union	Union Township		US	IA	047	94191	0	America/Chicago
4879415	Township of Union	township-of-union	Union Township		US	IA	049	94194	0	America/Chicago
4879416	Township of Union	township-of-union	Union Township		US	IA	051	94197	0	America/Chicago
4879417	Township of Union	township-of-union	Union Township		US	IA	055	94200	0	America/Chicago
4879418	Township of Union	township-of-union	Union Township		US	IA	057	94203	0	America/Chicago
4879419	Township of Union	township-of-union	Union Township		US	IA	065	94206	0	America/Chicago
4879420	Township of Union	township-of-union	Union Township		US	IA	067	94209	0	America/Chicago
4879421	Township of Union	township-of-union	Union Township		US	IA	077	94212	0	America/Chicago
4879422	Township of Union	township-of-union	Union Township		US	IA	083	94215	0	America/Chicago
4879423	Township of Union	township-of-union	Union Township		US	IA	085	94218	0	America/Chicago
4879424	Township of Union	township-of-union	Union Township		US	IA	097	94221	0	America/Chicago
4879425	Township of Union	township-of-union	Union Township		US	IA	103	94224	0	America/Chicago
4879426	Township of Union	township-of-union	Union Township		US	IA	109	94227	0	America/Chicago
4879427	Township of Union	township-of-union	Union Township		US	IA	115	94230	0	America/Chicago
4879428	Township of Union	township-of-union	Union Township		US	IA	117	94233	0	America/Chicago
4879429	Township of Union	township-of-union	Union Township		US	IA	121	94236	0	America/Chicago
4879430	Township of Union	township-of-union	Union Township		US	IA	123	94239	0	America/Chicago
4879431	Township of Union	township-of-union	Union Township		US	IA	125	94242	0	America/Chicago
4879432	Township of Union	township-of-union	Union Township		US	IA	131	94245	0	America/Chicago
4879433	Township of Union	township-of-union	Union Township		US	IA	135	94248	0	America/Chicago
4879434	Township of Union	township-of-union	Union Township		US	IA	141	94251	0	America/Chicago
4879435	Township of Union	township-of-union	Union Township		US	IA	149	94254	0	America/Chicago
4879436	Township of Union	township-of-union	Union Township		US	IA	153	94257	0	America/Chicago
4879437	Township of Union	township-of-union	Union Township		US	IA	157	94260	0	America/Chicago
4879438	Township of Union	township-of-union	Union Township		US	IA	159	94263	0	America/Chicago
4879439	Township of Union	township-of-union	Union Township		US	IA	165	94266	0	America/Chicago
4879440	Township of Union	township-of-union	Union Township		US	IA	169	94269	0	America/Chicago
4879441	Township of Union	township-of-union	Union Township		US	IA	175	94272	0	America/Chicago
4879442	Township of Union	township-of-union	Union Township		US	IA	177	94275	0	America/Chicago
4879443	Township of Union	township-of-union	Union Township		US	IA	181	94278	0	America/Chicago
4879444	Township of Union	township-of-union	Union Township		US	IA	185	94281	0	America/Chicago
4879445	Township of Union	township-of-union	Union Township		US	IA	193	94284	0	America/Chicago
4879446	Township of Union	township-of-union	Union Township		US	IA	195	94287	0	America/Chicago
4879463	Township of Union	township-of-union	Union Township		US	IA	001	94161	0	America/Chicago
4879889	Township of Urbana	township-of-urbana	Urbana Township		US	IA	135	94296	0	America/Chicago
4879920	Township of Utica	township-of-utica	Utica Township		US	IA	037	94299	0	America/Chicago
4879986	Township of Valley	township-of-valley	Valley Township		US	IA	077	94302	0	America/Chicago
4879987	Township of Valley	township-of-valley	Valley Township		US	IA	145	94305	0	America/Chicago
4879988	Township of Valley	township-of-valley	Valley Township		US	IA	155	94311	0	America/Chicago
4880013	Township of Van Buren	township-of-van-buren	Van Buren Township		US	IA	097	94314	0	America/Chicago
4880014	Township of Van Buren	township-of-van-buren	Van Buren Township		US	IA	107	94317	0	America/Chicago
4880015	Township of Van Buren	township-of-van-buren	Van Buren Township		US	IA	111	94320	0	America/Chicago
4880016	Township of Van Buren	township-of-van-buren	Van Buren Township		US	IA	177	94323	0	America/Chicago
4880043	Township of Van Meter	township-of-van-meter	Van Meter Township		US	IA	049	94326	0	America/Chicago
4880109	Township of Vermillion	township-of-vermillion	Vermillion Township		US	IA	007	94329	0	America/Chicago
4880125	Township of Vernon Springs	township-of-vernon-springs	Vernon Springs Township		US	IA	089	94347	0	America/Chicago
4880129	Township of Vernon	township-of-vernon	Vernon Township		US	IA	061	94332	0	America/Chicago
4880130	Township of Vernon	township-of-vernon	Vernon Township		US	IA	091	94335	0	America/Chicago
4880131	Township of Vernon	township-of-vernon	Vernon Township		US	IA	147	94338	0	America/Chicago
4880132	Township of Vernon	township-of-vernon	Vernon Township		US	IA	177	94341	0	America/Chicago
4880133	Township of Vernon	township-of-vernon	Vernon Township		US	IA	197	94344	0	America/Chicago
4880168	Township of Victoria	township-of-victoria	Victoria Township		US	IA	029	94350	0	America/Chicago
4880192	Township of Victory	township-of-victory	Victory Township		US	IA	077	94353	0	America/Chicago
4880202	Township of Vienna	township-of-vienna	Vienna Township		US	IA	127	94356	0	America/Chicago
4880225	Township of Village	township-of-village	Village Township		US	IA	177	94359	0	America/Chicago
4880278	City of Vinton	city-of-vinton			US	IA	011	94360	5257	America/Chicago
4880290	Township of Viola	township-of-viola	Viola Township		US	IA	009	94362	0	America/Chicago
4880291	Township of Viola	township-of-viola	Viola Township		US	IA	143	94365	0	America/Chicago
4880292	Township of Viola	township-of-viola	Viola Township		US	IA	161	94368	0	America/Chicago
4880307	Township of Virginia	township-of-virginia	Virginia Township		US	IA	181	94371	0	America/Chicago
4880339	Township of Volga	township-of-volga	Volga Township		US	IA	043	94374	0	America/Chicago
4880382	Township of Wacousta	township-of-wacousta	Wacousta Township		US	IA	091	94377	0	America/Chicago
4880405	Township of Wagner	township-of-wagner	Wagner Township		US	IA	043	94380	0	America/Chicago
4880484	Township of Wall Lake	township-of-wall-lake	Wall Lake Township		US	IA	161	94383	0	America/Chicago
4880485	Township of Wall Lake	township-of-wall-lake	Wall Lake Township		US	IA	197	94386	0	America/Chicago
4880582	Township of Walnut	township-of-walnut	Walnut Township		US	IA	001	94389	0	America/Chicago
4880583	Township of Walnut	township-of-walnut	Walnut Township		US	IA	007	94392	0	America/Chicago
4880584	Township of Walnut	township-of-walnut	Walnut Township		US	IA	049	94395	0	America/Chicago
4880585	Township of Walnut	township-of-walnut	Walnut Township		US	IA	071	94398	0	America/Chicago
4880586	Township of Walnut	township-of-walnut	Walnut Township		US	IA	101	94401	0	America/Chicago
4880587	Township of Walnut	township-of-walnut	Walnut Township		US	IA	121	94404	0	America/Chicago
4880588	Township of Walnut	township-of-walnut	Walnut Township		US	IA	147	94407	0	America/Chicago
4880589	Township of Walnut	township-of-walnut	Walnut Township		US	IA	153	94410	0	America/Chicago
4880590	Township of Walnut	township-of-walnut	Walnut Township		US	IA	185	94413	0	America/Chicago
4880640	Township of Wapello	township-of-wapello	Wapello Township		US	IA	115	94416	0	America/Chicago
4880669	Township of Wapsinonoc	township-of-wapsinonoc	Wapsinonoc Township		US	IA	139	94419	0	America/Chicago
4880680	Township of Ward	township-of-ward	Ward Township		US	IA	039	94422	0	America/Chicago
4880710	Township of Warren	township-of-warren	Warren Township		US	IA	017	94425	0	America/Chicago
4880711	Township of Warren	township-of-warren	Warren Township		US	IA	107	94428	0	America/Chicago
4880712	Township of Warren	township-of-warren	Warren Township		US	IA	117	94431	0	America/Chicago
4880713	Township of Warren	township-of-warren	Warren Township		US	IA	157	94434	0	America/Chicago
4880714	Township of Warren	township-of-warren	Warren Township		US	IA	169	94437	0	America/Chicago
4880715	Township of Warren	township-of-warren	Warren Township		US	IA	185	94440	0	America/Chicago
4880822	Township of Washington	township-of-washington	Washington Township		US	IA	001	94443	0	America/Chicago
4880823	Township of Washington	township-of-washington	Washington Township		US	IA	003	94446	0	America/Chicago
4880824	Township of Washington	township-of-washington	Washington Township		US	IA	007	94449	0	America/Chicago
4880825	Township of Washington	township-of-washington	Washington Township		US	IA	013	94452	0	America/Chicago
4880826	Township of Washington	township-of-washington	Washington Township		US	IA	017	94455	0	America/Chicago
4880827	Township of Washington	township-of-washington	Washington Township		US	IA	019	94458	0	America/Chicago
4880828	Township of Washington	township-of-washington	Washington Township		US	IA	021	94461	0	America/Chicago
4880829	Township of Washington	township-of-washington	Washington Township		US	IA	023	94464	0	America/Chicago
4880830	Township of Washington	township-of-washington	Washington Township		US	IA	027	94467	0	America/Chicago
4880831	Township of Washington	township-of-washington	Washington Township		US	IA	029	94470	0	America/Chicago
4880832	Township of Washington	township-of-washington	Washington Township		US	IA	037	94473	0	America/Chicago
4880833	Township of Washington	township-of-washington	Washington Township		US	IA	039	94476	0	America/Chicago
4880834	Township of Washington	township-of-washington	Washington Township		US	IA	045	94479	0	America/Chicago
4880835	Township of Washington	township-of-washington	Washington Township		US	IA	047	94482	0	America/Chicago
4880836	Township of Washington	township-of-washington	Washington Township		US	IA	049	94485	0	America/Chicago
4880837	Township of Washington	township-of-washington	Washington Township		US	IA	057	94488	0	America/Chicago
4880838	Township of Washington	township-of-washington	Washington Township		US	IA	061	94491	0	America/Chicago
4880839	Township of Washington	township-of-washington	Washington Township		US	IA	071	94494	0	America/Chicago
4880840	Township of Washington	township-of-washington	Washington Township		US	IA	073	94497	0	America/Chicago
4880841	Township of Washington	township-of-washington	Washington Township		US	IA	075	94500	0	America/Chicago
4880842	Township of Washington	township-of-washington	Washington Township		US	IA	085	94503	0	America/Chicago
4880843	Township of Washington	township-of-washington	Washington Township		US	IA	095	94506	0	America/Chicago
4880844	Township of Washington	township-of-washington	Washington Township		US	IA	097	94509	0	America/Chicago
4880845	Township of Washington	township-of-washington	Washington Township		US	IA	099	94512	0	America/Chicago
4880846	Township of Washington	township-of-washington	Washington Township		US	IA	103	94515	0	America/Chicago
4880847	Township of Washington	township-of-washington	Washington Township		US	IA	105	94518	0	America/Chicago
4880848	Township of Washington	township-of-washington	Washington Township		US	IA	107	94521	0	America/Chicago
4880849	Township of Washington	township-of-washington	Washington Township		US	IA	111	94524	0	America/Chicago
4880850	Township of Washington	township-of-washington	Washington Township		US	IA	113	94527	0	America/Chicago
4880851	Township of Washington	township-of-washington	Washington Township		US	IA	117	94530	0	America/Chicago
4880852	Township of Washington	township-of-washington	Washington Township		US	IA	125	94533	0	America/Chicago
4880853	Township of Washington	township-of-washington	Washington Township		US	IA	127	94536	0	America/Chicago
4880854	Township of Washington	township-of-washington	Washington Township		US	IA	137	94539	0	America/Chicago
4880855	Township of Washington	township-of-washington	Washington Township		US	IA	145	94542	0	America/Chicago
4880856	Township of Washington	township-of-washington	Washington Township		US	IA	149	94545	0	America/Chicago
4880857	Township of Washington	township-of-washington	Washington Township		US	IA	153	94548	0	America/Chicago
4880858	Township of Washington	township-of-washington	Washington Township		US	IA	155	94551	0	America/Chicago
4880859	Township of Washington	township-of-washington	Washington Township		US	IA	157	94554	0	America/Chicago
4880860	Township of Washington	township-of-washington	Washington Township		US	IA	159	94557	0	America/Chicago
4880861	Township of Washington	township-of-washington	Washington Township		US	IA	165	94560	0	America/Chicago
4880862	Township of Washington	township-of-washington	Washington Township		US	IA	167	94563	0	America/Chicago
4880863	Township of Washington	township-of-washington	Washington Township		US	IA	169	94566	0	America/Chicago
4880864	Township of Washington	township-of-washington	Washington Township		US	IA	173	94569	0	America/Chicago
4880865	Township of Washington	township-of-washington	Washington Township		US	IA	177	94572	0	America/Chicago
4880866	Township of Washington	township-of-washington	Washington Township		US	IA	179	94575	0	America/Chicago
4880867	Township of Washington	township-of-washington	Washington Township		US	IA	183	94578	0	America/Chicago
4880868	Township of Washington	township-of-washington	Washington Township		US	IA	185	94581	0	America/Chicago
4880869	Township of Washington	township-of-washington	Washington Township		US	IA	187	94584	0	America/Chicago
4880870	Township of Washington	township-of-washington	Washington Township		US	IA	191	94587	0	America/Chicago
4880887	Township of Waterford	township-of-waterford	Waterford Township		US	IA	041	94590	0	America/Chicago
4880888	Township of Waterford	township-of-waterford	Waterford Township		US	IA	045	94593	0	America/Chicago
4880906	City of Waterloo	city-of-waterloo			US	IA	013	94597	68406	America/Chicago
4880907	Township of Waterloo	township-of-waterloo	Waterloo Township		US	IA	005	94596	0	America/Chicago
4880916	Township of Waterman	township-of-waterman	Waterman Township		US	IA	141	94599	0	America/Chicago
4880972	Township of Waubonsie	township-of-waubonsie	Waubonsie Township		US	IA	159	94602	0	America/Chicago
4881023	Township of Waveland	township-of-waveland	Waveland Township		US	IA	155	94605	0	America/Chicago
4881044	City of Waverly	city-of-waverly			US	IA	017	94607	9874	America/Chicago
4881070	Township of Wayne	township-of-wayne	Wayne Township		US	IA	087	94609	0	America/Chicago
4881071	Township of Wayne	township-of-wayne	Wayne Township		US	IA	105	94611	0	America/Chicago
4881072	Township of Wayne	township-of-wayne	Wayne Township		US	IA	131	94614	0	America/Chicago
4881073	Township of Wayne	township-of-wayne	Wayne Township		US	IA	135	94617	0	America/Chicago
4881083	Township of Weaver	township-of-weaver	Weaver Township		US	IA	091	94620	0	America/Chicago
4881097	City of Webster City	city-of-webster-city	City of Webster City,Webster City		US	IA	079	94633	8070	America/Chicago
4881122	Township of Webster	township-of-webster	Webster Township		US	IA	079	94623	0	America/Chicago
4881123	Township of Webster	township-of-webster	Webster Township		US	IA	121	94626	0	America/Chicago
4881124	Township of Webster	township-of-webster	Webster Township		US	IA	153	94629	0	America/Chicago
4881125	Township of Webster	township-of-webster	Webster Township		US	IA	187	94632	0	America/Chicago
4881135	Township of Welcome	township-of-welcome	Welcome Township		US	IA	167	94635	0	America/Chicago
4881168	Township of Wells	township-of-wells	Wells Township		US	IA	007	94638	0	America/Chicago
4881195	Township of Welton	township-of-welton	Welton Township		US	IA	045	94641	0	America/Chicago
4881231	Township of Wesley	township-of-wesley	Wesley Township		US	IA	109	94644	0	America/Chicago
4881269	Township of West Bend	township-of-west-bend	West Bend Township		US	IA	147	94650	0	America/Chicago
4881306	Township of West Branch	township-of-west-branch	West Branch Township		US	IA	167	94653	0	America/Chicago
4881359	Township of West Des Moines	township-of-west-des-moines	West Des Moines Township		US	IA	123	94659	0	America/Chicago
4881388	Township of West Fork	township-of-west-fork	West Fork Township		US	IA	069	94668	0	America/Chicago
4881389	Township of West Fork	township-of-west-fork	West Fork Township		US	IA	133	94671	0	America/Chicago
4881390	Township of West Fork	township-of-west-fork	West Fork Township		US	IA	193	94674	0	America/Chicago
4881400	Township of West Grove	township-of-west-grove	West Grove Township		US	IA	051	94677	0	America/Chicago
4881411	Township of West Holman	township-of-west-holman	West Holman Township		US	IA	143	94678	0	America/Chicago
4881427	Township of West Lancaster	township-of-west-lancaster	West Lancaster Township		US	IA	107	94680	0	America/Chicago
4881451	Township of West Lincoln	township-of-west-lincoln	West Lincoln Township		US	IA	131	94683	0	America/Chicago
4881457	Township of West Lucas	township-of-west-lucas	West Lucas Township		US	IA	103	94686	0	America/Chicago
4881505	Township of West Point	township-of-west-point	West Point Township		US	IA	023	94692	0	America/Chicago
4881506	Township of West Point	township-of-west-point	West Point Township		US	IA	111	94695	0	America/Chicago
4881537	Township of West Side	township-of-west-side	West Side Township		US	IA	047	94701	0	America/Chicago
4881569	City of West Union	city-of-west-union			US	IA	065	94702	2486	America/Chicago
4881578	Township of West	township-of-west	West Township		US	IA	137	94647	0	America/Chicago
4881585	Township of Westburg	township-of-westburg	Township of Westburg,Westburg Township,Westbury Township		US	IA	019	94656	0	America/Chicago
4881624	Township of Westfield	township-of-westfield	Westfield Township		US	IA	065	94662	0	America/Chicago
4881625	Township of Westfield	township-of-westfield	Westfield Township		US	IA	149	94665	0	America/Chicago
4881663	Township of Westphalia	township-of-westphalia	Westphalia Township		US	IA	165	94689	0	America/Chicago
4881667	Township of Westport	township-of-westport	Westport Township		US	IA	059	94698	0	America/Chicago
4881738	Township of Wheatland	township-of-wheatland	Wheatland Township		US	IA	027	94704	0	America/Chicago
4881753	Township of Wheeler	township-of-wheeler	Wheeler Township		US	IA	119	94707	0	America/Chicago
4881754	Township of Wheeler	township-of-wheeler	Wheeler Township		US	IA	161	94710	0	America/Chicago
4881786	Township of White Breast	township-of-white-breast	White Breast Township		US	IA	181	94716	0	America/Chicago
4881796	Township of White Cloud	township-of-white-cloud	White Cloud Township		US	IA	129	94719	0	America/Chicago
4881823	Township of White Oak	township-of-white-oak	White Oak Township		US	IA	123	94722	0	America/Chicago
4881824	Township of White Oak	township-of-white-oak	White Oak Township		US	IA	181	94725	0	America/Chicago
4881846	Township of Whitebreast	township-of-whitebreast	Whitebreast Township		US	IA	117	94713	0	America/Chicago
4881866	Township of Whitewater	township-of-whitewater	Whitewater Township		US	IA	061	94728	0	America/Chicago
4881888	Township of Whittemore	township-of-whittemore	Whittemore Township		US	IA	109	94731	0	America/Chicago
4882005	Township of Williams	township-of-williams	Williams Township		US	IA	025	94734	0	America/Chicago
4882006	Township of Williams	township-of-williams	Williams Township		US	IA	079	94737	0	America/Chicago
4882104	Township of Willow	township-of-willow	Willow Township		US	IA	035	94740	0	America/Chicago
4882105	Township of Willow	township-of-willow	Willow Township		US	IA	047	94743	0	America/Chicago
4882106	Township of Willow	township-of-willow	Willow Township		US	IA	073	94746	0	America/Chicago
4882107	Township of Willow	township-of-willow	Willow Township		US	IA	133	94749	0	America/Chicago
4882108	Township of Willow	township-of-willow	Willow Township		US	IA	193	94752	0	America/Chicago
4882160	Township of Wilson	township-of-wilson	Wilson Township		US	IA	143	94755	0	America/Chicago
4882177	Township of Wilton	township-of-wilton	Wilton Township		US	IA	139	94758	0	America/Chicago
4882207	Township of Windsor	township-of-windsor	Windsor Township		US	IA	065	94761	0	America/Chicago
4882219	Township of Winfield	township-of-winfield	Winfield Township		US	IA	163	94764	0	America/Chicago
4882276	City of Winterset	city-of-winterset			US	IA	121	94765	5190	America/Chicago
4882299	Township of Wisner	township-of-wisner	Wisner Township		US	IA	069	94767	0	America/Chicago
4882345	Township of Wolf Creek	township-of-wolf-creek	Wolf Creek Township		US	IA	193	94770	0	America/Chicago
4882404	Township of Woodbury	township-of-woodbury	Woodbury Township		US	IA	193	94773	0	America/Chicago
4882425	Township of Woodland	township-of-woodland	Woodland Township		US	IA	053	94776	0	America/Chicago
4882479	Township of Woolstock	township-of-woolstock	Woolstock Township		US	IA	197	94779	0	America/Chicago
4882502	Township of Worth	township-of-worth	Worth Township		US	IA	015	94782	0	America/Chicago
4882538	Township of Wright	township-of-wright	Wright Township		US	IA	155	94785	0	America/Chicago
4882539	Township of Wright	township-of-wright	Wright Township		US	IA	185	94788	0	America/Chicago
4882542	Township of Wyacondah	township-of-wyacondah	Wyacondah Township		US	IA	051	94791	0	America/Chicago
4882588	Township of Wyoming	township-of-wyoming	Wyoming Township		US	IA	105	94794	0	America/Chicago
4882599	Township of Yell	township-of-yell	Yell Township		US	IA	015	94797	0	America/Chicago
4882600	Township of Yell	township-of-yell	Yell Township		US	IA	187	94800	0	America/Chicago
4882610	Township of Yellow Springs	township-of-yellow-springs	Yellow Springs Township		US	IA	057	94803	0	America/Chicago
4882632	Township of York	township-of-york	York Township		US	IA	095	94806	0	America/Chicago
4882633	Township of York	township-of-york	York Township		US	IA	155	94809	0	America/Chicago
4882634	Township of York	township-of-york	York Township		US	IA	171	94812	0	America/Chicago
4882847	Township of Abington	township-of-abington	Abington Township		US	IL	131	00126	0	America/Chicago
4882917	Township of Adams	township-of-adams	Adams Township		US	IL	099	00204	0	America/Chicago
4882939	Township of Addison	township-of-addison	Addison Township		US	IL	043	00250	0	America/Chicago
4882974	Township of Aetna	township-of-aetna	Aetna Township		US	IL	107	00360	0	America/Chicago
4882981	Township of Afton	township-of-afton	Afton Township		US	IL	037	00386	0	America/Chicago
4883007	Township of Akron	township-of-akron	Akron Township		US	IL	143	00477	0	America/Chicago
4883009	Township of Alba	township-of-alba	Alba Township		US	IL	073	00503	0	America/Chicago
4883016	Township of Albany	township-of-albany	Albany Township		US	IL	195	00529	0	America/Chicago
4883041	Township of Alden	township-of-alden	Alden Township		US	IL	111	00607	0	America/Chicago
4883085	Township of Algonquin	township-of-algonquin	Algonquin Township		US	IL	111	00698	0	America/Chicago
4883150	Township of Allen	township-of-allen	Allen Township		US	IL	099	00763	0	America/Chicago
4883157	Township of Allens Grove	township-of-allens-grove	Allen Grove Township,Allens Grove Township,Township of Allens Grove		US	IL	125	00844	0	America/Chicago
4883169	Township of Allin	township-of-allin	Allin Township		US	IL	113	00893	0	America/Chicago
4883229	Township of Alto	township-of-alto	Alto Township		US	IL	103	01101	0	America/Chicago
4883255	Township of Amboy	township-of-amboy	Amboy Township		US	IL	103	01283	0	America/Chicago
4883295	Township of Amity	township-of-amity	Amity Township,Buckley Township,Township of Amity		US	IL	105	01348	0	America/Chicago
4883304	Township of Anchor	township-of-anchor	Anchor Township		US	IL	113	01374	0	America/Chicago
4883318	Township of Andalusia	township-of-andalusia	Andalusia Township		US	IL	161	01439	0	America/Chicago
4883344	Township of Andover	township-of-andover	Andover Township		US	IL	073	01504	0	America/Chicago
4883372	Township of Annawan	township-of-annawan	Annawan Township		US	IL	073	01582	0	America/Chicago
4883420	Township of Antioch	township-of-antioch	Antioch Township		US	IL	097	01608	0	America/Chicago
4883464	Township of Appanoose	township-of-appanoose	Appanoose Township		US	IL	067	01621	0	America/Chicago
4883480	Township of Apple River	township-of-apple-river	Apple River Township		US	IL	085	01686	0	America/Chicago
4883546	Township of Arispie	township-of-arispie	Arispie Township		US	IL	011	02076	0	America/Chicago
4883619	Township of Aroma	township-of-aroma	Aroma Township		US	IL	091	02245	0	America/Chicago
4883638	Township of Arrowsmith	township-of-arrowsmith	Arrowsmith Township		US	IL	113	02369	0	America/Chicago
4883643	Township of Artesia	township-of-artesia	Artesia Township		US	IL	075	02401	0	America/Chicago
4883675	Township of Ash Grove	township-of-ash-grove	Ash Grove Township		US	IL	075	02453	0	America/Chicago
4883692	Township of Ashkum	township-of-ashkum	Ashkum Township		US	IL	075	02492	0	America/Chicago
4883707	Township of Ashton	township-of-ashton	Ashton Township		US	IL	103	02596	0	America/Chicago
4883752	Township of Astoria	township-of-astoria	Astoria Township		US	IL	057	02648	0	America/Chicago
4883771	Township of Atkinson	township-of-atkinson	Atkinson Township		US	IL	073	02739	0	America/Chicago
4883776	Township of Atlanta	township-of-atlanta	Atlanta Township		US	IL	107	02765	0	America/Chicago
4883811	Township of Augusta	township-of-augusta	Augusta Township		US	IL	067	02999	0	America/Chicago
4883836	Township of Aurora	township-of-aurora	Aurora Township		US	IL	089	03025	0	America/Chicago
4883871	Township of Aux Sable	township-of-aux-sable	Aux Sable Township		US	IL	063	03090	0	America/Chicago
4883892	Township of Avoca	township-of-avoca	Avoca Township		US	IL	105	03194	0	America/Chicago
4883903	Township of Avon	township-of-avon	Avon Township		US	IL	097	03220	0	America/Chicago
4883962	Township of Bainbridge	township-of-bainbridge	Bainbridge Township		US	IL	169	03350	0	America/Chicago
4884003	Township of Bald Bluff	township-of-bald-bluff	Bald Bluff Township		US	IL	071	03415	0	America/Chicago
4884036	Township of Banner	township-of-banner	Banner Township		US	IL	057	03584	0	America/Chicago
4884104	Township of Barnett	township-of-barnett	Barnett Township		US	IL	039	03714	0	America/Chicago
4884130	Township of Barrington	township-of-barrington	Barrington Township		US	IL	031	03831	0	America/Chicago
4884200	Township of Batavia	township-of-batavia	Batavia Township		US	IL	089	04091	0	America/Chicago
4884212	Township of Bath	township-of-bath	Bath Township		US	IL	125	04169	0	America/Chicago
4884275	Township of Bear Creek	township-of-bear-creek	Bear Creek Township		US	IL	067	04338	0	America/Chicago
4884292	Township of Beardstown	township-of-beardstown	Beardstown Township		US	IL	017	04364	0	America/Chicago
4884323	Township of Beaver	township-of-beaver	Beaver Township		US	IL	075	04455	0	America/Chicago
4884327	Township of Beaverville	township-of-beaverville	Beaverville Township		US	IL	075	04520	0	America/Chicago
4884395	Township of Bell Plain	township-of-bell-plain	Bell Plain Township		US	IL	123	04949	0	America/Chicago
4884412	Township of Belle Prairie	township-of-belle-prairie	Belle Prairie Township		US	IL	105	04780	0	America/Chicago
4884426	Township of Bellflower	township-of-bellflower	Bellflower Township		US	IL	113	04910	0	America/Chicago
4884451	Township of Belmont	township-of-belmont	Belmont Township		US	IL	075	05014	0	America/Chicago
4884467	Township of Belvidere	township-of-belvidere	Belvidere Township		US	IL	007	05105	0	America/Chicago
4884505	Township of Bennington	township-of-bennington	Bennington Township		US	IL	123	05235	0	America/Chicago
4884533	Township of Benton	township-of-benton	Benton Township		US	IL	097	05326	0	America/Chicago
4884570	Township of Berlin	township-of-berlin	Berlin Township		US	IL	011	05430	0	America/Chicago
4884575	Township of Bernadotte	township-of-bernadotte	Bernadotte Township		US	IL	057	05469	0	America/Chicago
4884586	Township of Berreman	township-of-berreman	Berreman Township		US	IL	085	05495	0	America/Chicago
4884596	Township of Berwick	township-of-berwick	Berwick Township		US	IL	187	05560	0	America/Chicago
4884603	Township of Berwyn	township-of-berwyn	Berwyn Township		US	IL	031	05586	0	America/Chicago
4884757	Township of Bethel	township-of-bethel	Bethel Township,Eagle Township,Township of Bethel		US	IL	109	05638	0	America/Chicago
4884886	Township of Big Grove	township-of-big-grove	Big Grove Township		US	IL	093	05872	0	America/Chicago
4884906	Township of Big Rock	township-of-big-rock	Big Rock Township		US	IL	089	05989	0	America/Chicago
4884933	Township of Biggsville	township-of-biggsville	Biggsville Township		US	IL	071	05911	0	America/Chicago
4884967	Township of Birmingham	township-of-birmingham	Birmingham Township		US	IL	169	06132	0	America/Chicago
4885029	Township of Blackberry	township-of-blackberry	Blackberry Township		US	IL	089	06262	0	America/Chicago
4885115	Township of Blandinsville	township-of-blandinsville	Blandinsville Township		US	IL	109	06483	0	America/Chicago
4885151	Township of Bloom	township-of-bloom	Bloom Township		US	IL	031	06561	0	America/Chicago
4885163	Township of Bloomingdale	township-of-bloomingdale	Bloomingdale Township		US	IL	043	06600	0	America/Chicago
4885167	Township of Bloomington City	township-of-bloomington-city	Bloomington City Township		US	IL	113	06639	0	America/Chicago
4885174	Township of Bloomington	township-of-bloomington	Bloomington Township		US	IL	113	06626	0	America/Chicago
4885178	Township of Blount	township-of-blount	Blount Township		US	IL	183	06678	0	America/Chicago
4885199	Township of Blue Mound	township-of-blue-mound	Blue Mound Township		US	IL	113	06743	0	America/Chicago
4885213	Township of Blue Ridge	township-of-blue-ridge	Blue Ridge Township		US	IL	147	06808	0	America/Chicago
4885226	Township of Bluff Springs	township-of-bluff-springs	Bluff Springs Township		US	IL	017	06938	0	America/Chicago
4885300	Township of Bonus	township-of-bonus	Bonus Township		US	IL	007	07302	0	America/Chicago
4885311	Township of Boone	township-of-boone	Boone Township		US	IL	007	07328	0	America/Chicago
4885344	Township of Bourbonnais	township-of-bourbonnais	Bourbonnais Township		US	IL	091	07484	0	America/Chicago
4885374	Township of Bowling	township-of-bowling	Bowling Township		US	IL	161	07549	0	America/Chicago
4885401	Township of Boynton	township-of-boynton	Boynton Township		US	IL	179	07627	0	America/Chicago
4885405	Township of Braceville	township-of-braceville	Braceville Township		US	IL	063	07653	0	America/Chicago
4885417	Township of Bradford	township-of-bradford	Bradford Township		US	IL	103	07679	0	America/Chicago
4885496	Township of Bremen	township-of-bremen	Bremen Township		US	IL	031	07939	0	America/Chicago
4885504	Township of Brenton	township-of-brenton	Brenton Township		US	IL	053	07978	0	America/Chicago
4885611	Township of Brimfield	township-of-brimfield	Brimfield Township		US	IL	143	08316	0	America/Chicago
4885627	Township of Bristol	township-of-bristol	Bristol Township		US	IL	093	08368	0	America/Chicago
4885652	Township of Broadwell	township-of-broadwell	Broadwell Township		US	IL	107	08485	0	America/Chicago
4885698	Township of Brookfield	township-of-brookfield	Brookfield Township		US	IL	099	08583	0	America/Chicago
4885709	Township of Brooklyn	township-of-brooklyn	Brooklyn Township		US	IL	103	08654	0	America/Chicago
4885710	Township of Brooklyn	township-of-brooklyn	Brooklyn Township		US	IL	169	08693	0	America/Chicago
4885735	Township of Brookville	township-of-brookville	Brookville Township		US	IL	141	08784	0	America/Chicago
4885751	Township of Broughton	township-of-broughton	Broughton Township		US	IL	105	08888	0	America/Chicago
4885780	Township of Brown	township-of-brown	Brown Township		US	IL	019	08914	0	America/Chicago
4885790	Township of Browning	township-of-browning	Browning Township		US	IL	169	08966	0	America/Chicago
4885807	Township of Bruce	township-of-bruce	Bruce Township		US	IL	099	09057	0	America/Chicago
4885888	Township of Buckeye	township-of-buckeye	Buck Eye Township,Buckeye Township,Township of Buckeye		US	IL	177	09226	0	America/Chicago
4885891	Township of Buckheart	township-of-buckheart	Buckheart Township		US	IL	057	09265	0	America/Chicago
4885923	Township of Buena Vista	township-of-buena-vista	Buena Vista Township		US	IL	169	09395	0	America/Chicago
4885944	Township of Buffalo Prairie	township-of-buffalo-prairie	Buffalo Prairie Township		US	IL	161	09512	0	America/Chicago
4885951	Township of Buffalo	township-of-buffalo	Buffalo Township		US	IL	141	09421	0	America/Chicago
4886007	Township of Bureau	township-of-bureau	Bureau Township		US	IL	011	09668	0	America/Chicago
4886035	Township of Burlington	township-of-burlington	Burlington Township		US	IL	089	09772	0	America/Chicago
4886064	Township of Burns	township-of-burns	Burns Township		US	IL	073	09824	0	America/Chicago
4886096	Township of Burritt	township-of-burritt	Burritt Township		US	IL	201	09915	0	America/Chicago
4886106	Township of Burton	township-of-burton	Burton Township		US	IL	111	10032	0	America/Chicago
4886124	Township of Bushnell	township-of-bushnell	Bushnell Township		US	IL	109	10123	0	America/Chicago
4886151	Township of Butler	township-of-butler	Butler Township		US	IL	183	10162	0	America/Chicago
4886167	Township of Button	township-of-button	Button Township		US	IL	053	10214	0	America/Chicago
4886197	Township of Byron	township-of-byron	Byron Township		US	IL	141	10253	0	America/Chicago
4886243	Township of Caledonia	township-of-caledonia	Caledonia Township		US	IL	007	10435	0	America/Chicago
4886283	Township of Calumet	township-of-calumet	Calumet Township		US	IL	031	10474	0	America/Chicago
4886384	Township of Cambridge	township-of-cambridge	Cambridge Township		US	IL	073	10656	0	America/Chicago
4886387	Township of Camden	township-of-camden	Camden Township		US	IL	169	10708	0	America/Chicago
4886466	Township of Camp Point	township-of-camp-point	Camp Point Township		US	IL	001	10890	0	America/Chicago
4886520	Township of Campton	township-of-campton	Campton Township		US	IL	089	10903	0	America/Chicago
4886572	Township of Canton	township-of-canton	Canton Township		US	IL	057	11020	0	America/Chicago
4886644	Township of Carman	township-of-carman	Carman Township		US	IL	071	11280	0	America/Chicago
4886697	Township of Canoe Creek	township-of-canoe-creek	Canoe Creek Township		US	IL	161	10955	0	America/Chicago
4886729	Township of Carthage	township-of-carthage	Carthage Township		US	IL	067	11540	0	America/Chicago
4886760	Township of Cass	township-of-cass	Cass Township		US	IL	057	11696	0	America/Chicago
4886796	Township of Catlin	township-of-catlin	Catlin Township		US	IL	183	11787	0	America/Chicago
4886809	Township of Cazenovia	township-of-cazenovia	Cazenovia Township		US	IL	203	11878	0	America/Chicago
4886855	Township of Cedar	township-of-cedar	Cedar Township		US	IL	095	11891	0	America/Chicago
4887150	Township of Chalmers	township-of-chalmers	Chalmers Township,Erin Township,Township of Chalmers		US	IL	109	12333	0	America/Chicago
4887161	Township of Champaign City	township-of-champaign-city	Champaign City Township		US	IL	019	12411	0	America/Chicago
4887169	Township of Champaign	township-of-champaign	Champaign Township		US	IL	019	12398	0	America/Chicago
4887192	Township of Chandlerville	township-of-chandlerville	Chandlerville Township		US	IL	017	12463	0	America/Chicago
4887204	Township of Channahon	township-of-channahon	Channahon Township		US	IL	197	12483	0	America/Chicago
4887256	Township of Charlotte	township-of-charlotte	Charlotte Township		US	IL	105	12606	0	America/Chicago
4887293	Township of Chatsworth	township-of-chatsworth	Chatsworth Township		US	IL	105	12723	0	America/Chicago
4887311	Township of Chebanse	township-of-chebanse	Chebanse Township		US	IL	075	12814	0	America/Chicago
4887326	Township of Chemung	township-of-chemung	Chemung Township		US	IL	111	12892	0	America/Chicago
4887328	Township of Cheney's Grove	township-of-cheney-s-grove	Cheneys Grove Township,Township of Cheney Grove,Township of Cheney's Grove,Township of Cheneys Grove		US	IL	113	12905	0	America/Chicago
4887338	Township of Chenoa	township-of-chenoa	Chenoa Township		US	IL	113	12944	0	America/Chicago
4887356	Township of Cherry Grove-Shannon	township-of-cherry-grove-shannon	Cherry Grove-Shannon Township		US	IL	015	12996	0	America/Chicago
4887369	Township of Cherry Valley	township-of-cherry-valley	Cherry Valley Township		US	IL	201	13087	0	America/Chicago
4887378	Township of Chester	township-of-chester	Chester Township		US	IL	107	13126	0	America/Chicago
4887389	Township of Chestnut	township-of-chestnut	Chestnut Township		US	IL	095	13217	0	America/Chicago
4887539	City of Chicago	city-of-chicago	Chicago,City of Chicago		US	IL	031	14000	2695598	America/Chicago
4887573	Township of Chili	township-of-chili	Chili Township		US	IL	067	14104	0	America/Chicago
4887585	Township of Chillicothe	township-of-chillicothe	Chillicothe Township		US	IL	143	14130	0	America/Chicago
4887587	Township of Franklin Grove	township-of-franklin-grove	China Township,Township of China,Township of Franklin Grove		US	IL	103	27695	0	America/Chicago
4888023	Township of Cicero	township-of-cicero	Cicero Township,Town of Cicero,Township of Cicero		US	IL	031	14364	0	America/Chicago
4888026	Township of Cincinnati	township-of-cincinnati	Cincinnati Township		US	IL	179	14403	0	America/Chicago
4888088	Township of Clarion	township-of-clarion	Clarion Township		US	IL	011	14598	0	America/Chicago
4888158	Township of Clayton	township-of-clayton	Clayton Township		US	IL	001	14780	0	America/Chicago
4888159	Township of Clayton	township-of-clayton	Clayton Township		US	IL	203	14793	0	America/Chicago
4888230	Township of Clinton	township-of-clinton	Clinton Township		US	IL	037	14988	0	America/Chicago
4888231	Township of Clintonia	township-of-clintonia	Clintonia Township		US	IL	039	15014	0	America/Chicago
4888243	Township of Clover	township-of-clover	Clover Township		US	IL	073	15040	0	America/Chicago
4888266	Township of Clyde	township-of-clyde	Clyde Township		US	IL	195	15144	0	America/Chicago
4888301	Township of Coal Valley	township-of-coal-valley	Coal Valley Township		US	IL	161	15248	0	America/Chicago
4888318	Township of Coe	township-of-coe	Coe Township		US	IL	161	15326	0	America/Chicago
4888337	Township of Colchester	township-of-colchester	Colchester Township		US	IL	109	15391	0	America/Chicago
4888343	Township of Coldbrook	township-of-coldbrook	Coldbrook Township		US	IL	187	15404	0	America/Chicago
4888372	Township of Colfax	township-of-colfax	Colfax Township		US	IL	019	15482	0	America/Chicago
4888431	Township of Coloma	township-of-coloma	Coloma Township		US	IL	195	15651	0	America/Chicago
4888435	Township of Colona	township-of-colona	Colona Township		US	IL	073	15677	0	America/Chicago
4888564	Township of Compromise	township-of-compromise	Compromise Township		US	IL	019	15976	0	America/Chicago
4888583	Township of Concord	township-of-concord	Concord Township		US	IL	011	16028	0	America/Chicago
4888584	Township of Concord	township-of-concord	Concord Township		US	IL	075	16041	0	America/Chicago
4888598	Township of Condit	township-of-condit	Condit Township		US	IL	019	16080	0	America/Chicago
4888739	Township of Copley	township-of-copley	Copley Township		US	IL	095	16275	0	America/Chicago
4888752	Township of Coral	township-of-coral	Coral Township		US	IL	111	16314	0	America/Chicago
4888762	Township of Cordova	township-of-cordova	Cordova Township		US	IL	161	16379	0	America/Chicago
4888800	Township of Cornwall	township-of-cornwall	Cornwall Township		US	IL	073	16444	0	America/Chicago
4888813	Township of Cortland	township-of-cortland	Cortland Township,Courtland Township,Township of Cortland		US	IL	037	16483	0	America/Chicago
4888815	Township of Corwin	township-of-corwin	Corwin Township		US	IL	107	16496	0	America/Chicago
4888886	Township of Council Hill	township-of-council-hill	Council Hill Township		US	IL	085	16639	0	America/Chicago
4889052	Township of Crane Creek	township-of-crane-creek	Crane Creek Township		US	IL	125	17250	0	America/Chicago
4889077	Township of Creek	township-of-creek	Creek Township		US	IL	039	17302	0	America/Chicago
4889101	Township of Crescent	township-of-crescent	Crescent Township		US	IL	075	17367	0	America/Chicago
4889127	Township of Crete	township-of-crete	Crete Township		US	IL	197	17536	0	America/Chicago
4889162	Township of Cropsey	township-of-cropsey	Cropsey Township		US	IL	113	17705	0	America/Chicago
4889215	Township of Cruger	township-of-cruger	Cruger Township		US	IL	203	17861	0	America/Chicago
4889264	Township of Cuba	township-of-cuba	Cuba Township		US	IL	097	18004	0	America/Chicago
4889296	Township of Cunningham	township-of-cunningham	Cunningham Township		US	IL	019	18121	0	America/Chicago
4889323	Township of Custer	township-of-custer	Custer Township		US	IL	197	18199	0	America/Chicago
4889357	Township of Dakota	township-of-dakota	Dakota Township		US	IL	177	18355	0	America/Chicago
4889361	Township of Dale	township-of-dale	Dale Township		US	IL	113	18381	0	America/Chicago
4889368	Township of Dallas City	township-of-dallas-city	Dallas City Township		US	IL	067	18433	0	America/Chicago
4889407	Township of Danforth	township-of-danforth	Danforth Township		US	IL	075	18511	0	America/Chicago
4889425	Township of Danvers	township-of-danvers	Danvers Township		US	IL	113	18550	0	America/Chicago
4889443	Township of Danville	township-of-danville	Danville Township		US	IL	183	18576	0	America/Chicago
4889519	Township of Dawson	township-of-dawson	Dawson Township		US	IL	113	18732	0	America/Chicago
4889535	Township of Dayton	township-of-dayton	Dayton Township		US	IL	099	18784	0	America/Chicago
4889550	Township of De Witt	township-of-de-witt	De Witt Township		US	IL	039	19785	0	America/Chicago
4889562	Township of DeKalb	township-of-dekalb	De Kalb Township,DeKalb Township,Township of DeKalb		US	IL	037	19174	0	America/Chicago
4889636	Township of Deer Creek	township-of-deer-creek	Deer Creek Township		US	IL	179	18953	0	America/Chicago
4889661	Township of Deer Park	township-of-deer-park	Deer Park Township		US	IL	099	19096	0	America/Chicago
4889674	Township of Deerfield	township-of-deerfield	Deerfield Township		US	IL	057	18979	0	America/Chicago
4889702	Township of Delavan	township-of-delavan	Delavan Township		US	IL	179	19239	0	America/Chicago
4889727	Township of Dement	township-of-dement	Dement Township		US	IL	141	19382	0	America/Chicago
4889771	Township of Derinda	township-of-derinda	Derinda Township		US	IL	085	19551	0	America/Chicago
4889893	Township of Dillon	township-of-dillon	Dillon Township		US	IL	179	19941	0	America/Chicago
4889901	Township of Dimmick	township-of-dimmick	Dimmick Township		US	IL	099	19980	0	America/Chicago
4889952	Township of Dix	township-of-dix	Dix Township		US	IL	053	20110	0	America/Chicago
4889975	Township of Dixon	township-of-dixon	Dixon Township		US	IL	103	20175	0	America/Chicago
4890061	Township of Dorr	township-of-dorr	Dorr Township		US	IL	111	20396	0	America/Chicago
4890108	Township of Douglas	township-of-douglas	Douglas Township		US	IL	075	20487	0	America/Chicago
4890112	Township of Dover	township-of-dover	Dover Township		US	IL	011	20539	0	America/Chicago
4890127	Township of Downers Grove	township-of-downers-grove	Downers Grove Township,Township of Downer Grove,Township of Downers Grove		US	IL	043	20604	0	America/Chicago
4890140	Township of Downs	township-of-downs	Downs Township		US	IL	113	20656	0	America/Chicago
4890190	Township of Drummer	township-of-drummer	Drummer Township		US	IL	053	20799	0	America/Chicago
4890196	Township of Drury	township-of-drury	Drury Township		US	IL	161	20825	0	America/Chicago
4890201	Township of Dry Grove	township-of-dry-grove	Dry Grove Township		US	IL	113	20838	0	America/Chicago
4890211	Township of Du Page	township-of-du-page	Du Page Township		US	IL	197	21241	0	America/Chicago
4890275	Township of Duncan	township-of-duncan	Duncan Township		US	IL	131	20968	0	America/Chicago
4890288	Township of Dundee	township-of-dundee	Dundee Township		US	IL	089	21046	0	America/Chicago
4890299	Township of Dunham	township-of-dunham	Dunham Township		US	IL	111	21111	0	America/Chicago
4890313	Township of Dunleith	township-of-dunleith	Dunleith Township		US	IL	085	21202	0	America/Chicago
4890333	Township of Durand	township-of-durand	Durand Township		US	IL	201	21293	0	America/Chicago
4890337	Township of Durham	township-of-durham	Durham Township		US	IL	067	21306	0	America/Chicago
4890375	Township of Dwight	township-of-dwight	Dwight Township		US	IL	105	21371	0	America/Chicago
4890416	Township of Eagle Point	township-of-eagle-point	Eagle Point Township		US	IL	141	21501	0	America/Chicago
4890425	Township of Eagle	township-of-eagle	Eagle Township		US	IL	099	21436	0	America/Chicago
4890438	Township of Earl	township-of-earl	Earl Township		US	IL	099	21527	0	America/Chicago
4890455	Township of East Bend	township-of-east-bend	East Bend Township		US	IL	019	21566	0	America/Chicago
4890511	Township of East Grove	township-of-east-grove	East Grove Township		US	IL	103	21865	0	America/Chicago
4890518	Township of East Galena	township-of-east-galena	East Galena Township		US	IL	085	21813	0	America/Chicago
4890528	Township of East Lincoln	township-of-east-lincoln	East Lincoln Township		US	IL	107	21982	0	America/Chicago
4890671	Township of Eden	township-of-eden	Eden Township		US	IL	099	22424	0	America/Chicago
4890676	Township of Edford	township-of-edford	Edford Township		US	IL	073	22476	0	America/Chicago
4890724	Township of Edgington	township-of-edgington	Edgington Township		US	IL	161	22632	0	America/Chicago
4890822	Township of El Paso	township-of-el-paso	El Paso Township		US	IL	203	23750	0	America/Chicago
4890828	Township of Ela	township-of-ela	Ela Township		US	IL	097	22853	0	America/Chicago
4890833	Township of Elba	township-of-elba	Elba Township		US	IL	095	22879	0	America/Chicago
4890850	Township of Eldorado	township-of-eldorado	Eldorado Township,Sugar Creek Precinct,Township of Eldorado		US	IL	109	22996	0	America/Chicago
4890887	Township of Elgin	township-of-elgin	Elgin Township		US	IL	089	23087	0	America/Chicago
4890904	Township of Eliza	township-of-eliza	Eliza Township		US	IL	131	23152	0	America/Chicago
4890914	Township of Elizabeth	township-of-elizabeth	Elizabeth Township		US	IL	085	23178	0	America/Chicago
4890927	Township of Elk Grove	township-of-elk-grove	Elk Grove Township		US	IL	031	23243	0	America/Chicago
4890940	Township of Elkhorn Grove	township-of-elkhorn-grove	Elk Horn Grove Township,Elkhorn Grove Township,Township of Elkhorn Grove		US	IL	015	23321	0	America/Chicago
4890969	Township of Ellison	township-of-ellison	Ellison Township		US	IL	187	23516	0	America/Chicago
4890973	Township of Ellisville	township-of-ellisville	Ellisville Township		US	IL	057	23542	0	America/Chicago
4890996	Township of Elm Grove	township-of-elm-grove	Elm Grove Township		US	IL	179	23607	0	America/Chicago
4891023	Township of Elmira	township-of-elmira	Elmira Township		US	IL	175	23646	0	America/Chicago
4891061	Township of Elmwood	township-of-elmwood	Elmwood Township		US	IL	143	23711	0	America/Chicago
4891118	Township of Eminence	township-of-eminence	Eminence Township		US	IL	107	24049	0	America/Chicago
4891157	Township of Emmet	township-of-emmet	Emmet Township		US	IL	109	24101	0	America/Chicago
4891166	Township of Empire	township-of-empire	Empire Township		US	IL	113	24140	0	America/Chicago
4891221	Township of Eppards Point	township-of-eppards-point	Eppards Point Township		US	IL	105	24309	0	America/Chicago
4891249	Township of Erie	township-of-erie	Erie Township		US	IL	195	24387	0	America/Chicago
4891251	Township of Erienna	township-of-erienna	Erienna Township		US	IL	063	24400	0	America/Chicago
4891253	Township of Erin	township-of-erin	Erin Township		US	IL	177	24413	0	America/Chicago
4891264	Township of Esmen	township-of-esmen	Esmen Township		US	IL	105	24426	0	America/Chicago
4891277	Township of Essex	township-of-essex	Essex Township		US	IL	091	24465	0	America/Chicago
4891278	Township of Essex	township-of-essex	Essex Township		US	IL	175	24478	0	America/Chicago
4891380	Township of Evans	township-of-evans	Evans Township		US	IL	123	24569	0	America/Chicago
4891393	Township of Evanston	township-of-evanston	Evanston Township		US	IL	031	24595	0	America/Chicago
4891548	Township of Fairfield	township-of-fairfield	Fairfield Township		US	IL	011	24790	0	America/Chicago
4891553	Township of Fairhaven	township-of-fairhaven	Fairhaven Township		US	IL	015	24881	0	America/Chicago
4891630	Township of Fairview	township-of-fairview	Fairview Township		US	IL	057	25076	0	America/Chicago
4891747	Township of Fall River	township-of-fall-river	Fall River Township		US	IL	099	25284	0	America/Chicago
4891765	Township of Farm Ridge	township-of-farm-ridge	Farm Ridge Township		US	IL	099	25583	0	America/Chicago
4891796	Township of Farmington	township-of-farmington	Farmington Township		US	IL	057	25544	0	America/Chicago
4891824	Township of Fayette	township-of-fayette	Fayette Township		US	IL	105	25700	0	America/Chicago
4891826	Township of Farmers	township-of-farmers	Farmers Township		US	IL	057	25427	0	America/Chicago
4891844	Township of Felix	township-of-felix	Felix Township		US	IL	063	25778	0	America/Chicago
4891875	Township of Fenton	township-of-fenton	Fenton Township		US	IL	195	25817	0	America/Chicago
4892633	Township of Flagg	township-of-flagg	Flagg Township		US	IL	141	26298	0	America/Chicago
4892668	Township of Flora	township-of-flora	Flora Township		US	IL	007	26441	0	America/Chicago
4892674	Township of Florence	township-of-florence	Florence Township		US	IL	177	26506	0	America/Chicago
4892675	Township of Florence	township-of-florence	Florence Township		US	IL	197	26519	0	America/Chicago
4892698	Township of Floyd	township-of-floyd	Floyd Township		US	IL	187	26610	0	America/Chicago
4892719	Township of Fondulac	township-of-fondulac	Fond du Lac Township,Fondulac Township,Frontenac Township,Township of Fondulac		US	IL	179	26636	0	America/Chicago
4892745	Township of Forest City	township-of-forest-city	Forest City Township		US	IL	125	26766	0	America/Chicago
4892816	Township of Forrest	township-of-forrest	Forrest Township		US	IL	105	27039	0	America/Chicago
4892826	Township of Forreston	township-of-forreston	Forreston Township		US	IL	141	27078	0	America/Chicago
4892886	Township of Fountain Creek	township-of-fountain-creek	Fountain Creek Township		US	IL	075	27286	0	America/Chicago
4892890	Township of Fountain Green	township-of-fountain-green	Fountain Green Township		US	IL	067	27325	0	America/Chicago
4892993	Township of Fox	township-of-fox	Fox Township		US	IL	093	27416	0	America/Chicago
4893048	Township of Frankfort	township-of-frankfort	Frankfort Township		US	IL	197	27631	0	America/Chicago
4893099	Township of Franklin	township-of-franklin	Franklin Township		US	IL	037	27650	0	America/Chicago
4893124	Township of Frederick	township-of-frederick	Frederick Township		US	IL	169	27793	0	America/Chicago
4893154	Township of Freedom	township-of-freedom	Freedom Township		US	IL	015	27832	0	America/Chicago
4893155	Township of Freedom	township-of-freedom	Freedom Township		US	IL	099	27845	0	America/Chicago
4893185	Township of Freeport	township-of-freeport	Freeport Township		US	IL	177	27897	0	America/Chicago
4893195	Township of Fremont	township-of-fremont	Fremont Township		US	IL	097	27923	0	America/Chicago
4893230	Township of Friends Creek	township-of-friends-creek	Friends Creek Township		US	IL	115	27988	0	America/Chicago
4893328	Township of Fulton	township-of-fulton	Fulton Township		US	IL	195	28157	0	America/Chicago
4893337	Township of Funks Grove	township-of-funks-grove	Funks Grove Township		US	IL	113	28209	0	America/Chicago
4893393	Township of Galesburg City	township-of-galesburg-city	Galesburg City Township		US	IL	095	28352	0	America/Chicago
4893403	Township of Galesburg	township-of-galesburg	Galesburg Township		US	IL	095	28339	0	America/Chicago
4893432	Township of Galva	township-of-galva	Galva Township		US	IL	073	28443	0	America/Chicago
4893441	Township of Ganeer	township-of-ganeer	Ganeer Township		US	IL	091	28456	0	America/Chicago
4893459	Township of Garden Plain	township-of-garden-plain	Garden Plain Township		US	IL	195	28586	0	America/Chicago
4893507	Township of Garfield	township-of-garfield	Garfield Township		US	IL	063	28677	0	America/Chicago
4893580	Township of Genesee	township-of-genesee	Genesee Township		US	IL	195	28833	0	America/Chicago
4893588	Township of Geneseo	township-of-geneseo	Geneseo Township		US	IL	073	28859	0	America/Chicago
4893599	Township of Geneva	township-of-geneva	Geneva Township		US	IL	089	28885	0	America/Chicago
4893605	Township of Genoa	township-of-genoa	Genoa Township		US	IL	037	28911	0	America/Chicago
4893641	Township of Georgetown	township-of-georgetown	Georgetown Township		US	IL	183	28976	0	America/Chicago
4893678	Township of Germanville	township-of-germanville	Germanville Township		US	IL	105	29106	0	America/Chicago
4893793	Township of Gladstone	township-of-gladstone	Gladstone Township		US	IL	071	29444	0	America/Chicago
4893963	Township of Gold	township-of-gold	Gold Township		US	IL	011	30146	0	America/Chicago
4894055	Township of Goodfarm	township-of-goodfarm	Goodfarm Township		US	IL	063	30432	0	America/Chicago
4894083	Township of Goose Creek	township-of-goose-creek	Goose Creek Township		US	IL	147	30523	0	America/Chicago
4894101	Township of Goose Lake	township-of-goose-lake	Goose Lake Township		US	IL	063	30549	0	America/Chicago
4894137	Township of Goshen	township-of-goshen	Goshen Township		US	IL	175	30627	0	America/Chicago
4894295	Township of Grafton	township-of-grafton	Grafton Township		US	IL	111	30666	0	America/Chicago
4894328	Township of Grand Detour	township-of-grand-detour	Grand Detour Township		US	IL	141	30718	0	America/Chicago
4894341	Township of Grand Rapids	township-of-grand-rapids	Grand Rapids Township		US	IL	099	30744	0	America/Chicago
4894407	Township of Grant	township-of-grant	Grant Township		US	IL	097	30952	0	America/Chicago
4894408	Township of Grant	township-of-grant	Grant Township		US	IL	183	30965	0	America/Chicago
4894416	Township of Granville	township-of-granville	Granville Township		US	IL	155	31030	0	America/Chicago
4894597	Township of Green Garden	township-of-green-garden	Green Garden Township		US	IL	197	31394	0	America/Chicago
4894664	Township of Greenbush	township-of-greenbush	Greenbush Township		US	IL	187	31277	0	America/Chicago
4894671	Township of Greene	township-of-greene	Greene Township		US	IL	131	31342	0	America/Chicago
4894672	Township of Greene	township-of-greene	Greene Township		US	IL	203	31355	0	America/Chicago
4894678	Township of Greenfield	township-of-greenfield	Greenfield Township		US	IL	063	31381	0	America/Chicago
4894706	Township of Greenville	township-of-greenville	Greenville Township		US	IL	011	31602	0	America/Chicago
4894731	Township of Greenwood	township-of-greenwood	Greenwood Township		US	IL	111	31680	0	America/Chicago
4894761	Township of Gridley	township-of-gridley	Gridley Township		US	IL	113	31745	0	America/Chicago
4894820	Township of Groveland	township-of-groveland	Groveland Township		US	IL	099	31914	0	America/Chicago
4894821	Township of Groveland	township-of-groveland	Groveland Township		US	IL	179	31940	0	America/Chicago
4894847	Township of Guilford	township-of-guilford	Guilford Township		US	IL	085	31979	0	America/Chicago
4894911	Township of Hahnaman	township-of-hahnaman	Hahnaman Township		US	IL	195	32174	0	America/Chicago
4894942	Township of Hale	township-of-hale	Hale Township		US	IL	187	32226	0	America/Chicago
4894964	Township of Hall	township-of-hall	Hall Township		US	IL	011	32265	0	America/Chicago
4894983	Township of Hallock	township-of-hallock	Hallock Township		US	IL	143	32304	0	America/Chicago
4894998	Township of Hamilton	township-of-hamilton	Hamilton Township		US	IL	103	32447	0	America/Chicago
4895026	Township of Hampshire	township-of-hampshire	Hampshire Township		US	IL	089	32538	0	America/Chicago
4895033	Township of Hampton	township-of-hampton	Hampton Township		US	IL	161	32577	0	America/Chicago
4895040	Township of Hancock	township-of-hancock	Hancock Township		US	IL	067	32629	0	America/Chicago
4895055	Township of Hanna	township-of-hanna	Hanna Township		US	IL	073	32642	0	America/Chicago
4895070	Township of Hanover	township-of-hanover	Hanover Township		US	IL	031	32694	0	America/Chicago
4895071	Township of Hanover	township-of-hanover	Hanover Township		US	IL	085	32720	0	America/Chicago
4895135	Township of Harlem	township-of-harlem	Harlem Township		US	IL	177	32902	0	America/Chicago
4895136	Township of Harlem	township-of-harlem	Harlem Township		US	IL	201	32928	0	America/Chicago
4895147	Township of Harmon	township-of-harmon	Harmon Township		US	IL	103	32980	0	America/Chicago
4895164	Township of Harmony	township-of-harmony	Harmony Township		US	IL	067	32993	0	America/Chicago
4895180	Township of Harp	township-of-harp	Harp Township		US	IL	039	33058	0	America/Chicago
4895223	Township of Harris	township-of-harris	Harris Township		US	IL	057	33110	0	America/Chicago
4895239	Township of Harrison	township-of-harrison	Harrison Township		US	IL	201	33188	0	America/Chicago
4895265	Township of Hartland	township-of-hartland	Hartland Township		US	IL	111	33305	0	America/Chicago
4895312	Township of Harwood	township-of-harwood	Harwood Township		US	IL	019	33422	0	America/Chicago
4895343	Township of Havana	township-of-havana	Havana Township		US	IL	125	33526	0	America/Chicago
4895350	Township of Haw Creek	township-of-haw-creek	Haw Creek Township		US	IL	095	33552	0	America/Chicago
4895491	Township of Hebron	township-of-hebron	Hebron Township		US	IL	111	33864	0	America/Chicago
4895563	Township of Henderson	township-of-henderson	Henderson Township		US	IL	095	34020	0	America/Chicago
4895582	Township of Hennepin	township-of-hennepin	Hennepin Township		US	IL	155	34124	0	America/Chicago
4895616	Township of Henry	township-of-henry	Henry Township		US	IL	123	34176	0	America/Chicago
4895620	Township of Hensley	township-of-hensley	Hensley Township		US	IL	019	34189	0	America/Chicago
4895802	Township of Hickory	township-of-hickory	Hickory Township		US	IL	169	34462	0	America/Chicago
4895897	Township of Highland	township-of-highland	Highland Township		US	IL	063	34657	0	America/Chicago
4896032	Township of Hire	township-of-hire	Hire Township,Rock Creek Township,Township of Hire		US	IL	109	35333	0	America/Chicago
4896048	Township of Hittle	township-of-hittle	Hittle Township		US	IL	179	35359	0	America/Chicago
4896143	Township of Hollis	township-of-hollis	Hollis Township		US	IL	143	35645	0	America/Chicago
4896345	Township of Homer	township-of-homer	Homer Township		US	IL	197	35827	0	America/Chicago
4896373	Township of Honey Creek	township-of-honey-creek	Honey Creek Township		US	IL	001	35957	0	America/Chicago
4896431	Township of Hope	township-of-hope	Hope Township		US	IL	099	36100	0	America/Chicago
4896436	Township of Hopedale	township-of-hopedale	Hopedale Township		US	IL	179	36139	0	America/Chicago
4896452	Township of Hopewell	township-of-hopewell	Hopewell Township		US	IL	123	36152	0	America/Chicago
4896456	Township of Hopkins	township-of-hopkins	Hopkins Township		US	IL	195	36178	0	America/Chicago
4896539	Township of Houston	township-of-houston	Houston Township		US	IL	001	36295	0	America/Chicago
4896616	Township of Hudson	township-of-hudson	Hudson Township		US	IL	113	36451	0	America/Chicago
4896663	Township of Hume	township-of-hume	Hume Township		US	IL	195	36581	0	America/Chicago
4896702	Township of Huntsville	township-of-huntsville	Huntsville Township,Morreville,Township of Huntsville		US	IL	169	36776	0	America/Chicago
4896706	Township of Hurlbut	township-of-hurlbut	Hurlbut Township		US	IL	107	36789	0	America/Chicago
4897038	Township of Indian Grove	township-of-indian-grove	Indian Grove Township		US	IL	105	37244	0	America/Chicago
4897061	Township of Indian Point	township-of-indian-point	Indian Point Township		US	IL	095	37361	0	America/Chicago
4897091	Township of Indiantown	township-of-indiantown	Indiantown Township		US	IL	011	37413	0	America/Chicago
4897100	Township of Industry	township-of-industry	Industry Township		US	IL	109	37452	0	America/Chicago
4897536	Township of Iroquois	township-of-iroquois	Iroquois Township		US	IL	075	37725	0	America/Chicago
4897566	Township of Isabel	township-of-isabel	Isabel Township		US	IL	057	37842	0	America/Chicago
4897699	Township of Jackson	township-of-jackson	Jackson Township		US	IL	197	38076	0	America/Chicago
4897823	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IL	177	38284	0	America/Chicago
4898038	Township of Joliet	township-of-joliet	Joliet Township		US	IL	197	38583	0	America/Chicago
4898083	Township of Jordan	township-of-jordan	Jordan Township		US	IL	195	38700	0	America/Chicago
4898095	Township of Joshua	township-of-joshua	Joshua Township		US	IL	057	38713	0	America/Chicago
4898115	Township of Jubilee	township-of-jubilee	Jubilee Township		US	IL	143	38765	0	America/Chicago
4898180	Township of Kaneville	township-of-kaneville	Kanesville Township,Kaneville Township,Township of Kaneville		US	IL	089	38908	0	America/Chicago
4898203	Township of Kankakee	township-of-kankakee	Kankakee Township		US	IL	091	38947	0	America/Chicago
4898206	Township of Kansas	township-of-kansas	Kansas Township		US	IL	203	39012	0	America/Chicago
4898257	Township of Keene	township-of-keene	Keene Township		US	IL	001	39220	0	America/Chicago
4898273	Township of Keithsburg	township-of-keithsburg	Keithsburg Township		US	IL	131	39311	0	America/Chicago
4898312	Township of Kelly	township-of-kelly	Kelly Township		US	IL	187	39396	0	America/Chicago
4898347	Township of Kendall	township-of-kendall	Kendall Township		US	IL	093	39454	0	America/Chicago
4898392	Township of Kent	township-of-kent	Kent Township		US	IL	177	39610	0	America/Chicago
4898421	Township of Kerr	township-of-kerr	Kerr Township		US	IL	019	39688	0	America/Chicago
4898426	Township of Kerton	township-of-kerton	Kerton Township		US	IL	057	39714	0	America/Chicago
4898442	Township of Kewanee	township-of-kewanee	Kewanee Township		US	IL	073	39740	0	America/Chicago
4898462	Township of Kickapoo	township-of-kickapoo	Kickapoo Township		US	IL	143	39818	0	America/Chicago
4898475	Township of Kilbourne	township-of-kilbourne	Kilbourn Township,Kilbourne Township,Township of Kilbourne		US	IL	125	39870	0	America/Chicago
4898601	Township of Kingston	township-of-kingston	Kingston Township		US	IL	037	40078	0	America/Chicago
4898732	Township of Knox	township-of-knox	Knox Township		US	IL	095	40403	0	America/Chicago
4898861	Township of La Harpe	township-of-la-harpe	La Harpe Township		US	IL	067	40845	0	America/Chicago
4898866	Township of La Moille	township-of-la-moille	La Moille Township		US	IL	011	41807	0	America/Chicago
4898872	Township of La Prairie	township-of-la-prairie	La Prairie Township		US	IL	123	42093	0	America/Chicago
4898888	Township of LaSalle	township-of-lasalle	La Salle Township,Lasalle Township,Township of La Salle,Township of LaSalle		US	IL	099	42197	0	America/Chicago
4898924	Township of Lacon	township-of-lacon	Lacon Township		US	IL	123	40572	0	America/Chicago
4898937	Township of Laenna	township-of-laenna	Laenna Township		US	IL	107	40624	0	America/Chicago
4898945	Township of Lafayette	township-of-lafayette	Lafayette Township		US	IL	141	40650	0	America/Chicago
4899158	Township of Lake Villa	township-of-lake-villa	Lake Villa Township		US	IL	097	41599	0	America/Chicago
4899281	Township of Lamoine	township-of-lamoine	Lamoine Township		US	IL	109	41820	0	America/Chicago
4899297	Township of Lancaster	township-of-lancaster	Lancaster Township		US	IL	177	41885	0	America/Chicago
4899360	Township of Laona	township-of-laona	Laona Township		US	IL	201	42054	0	America/Chicago
4899447	Township of Lawndale	township-of-lawndale	Lawndale Township		US	IL	113	42353	0	America/Chicago
4899483	Township of LeRoy	township-of-leroy	LeRoy Township		US	IL	007	42951	0	America/Chicago
4899489	Township of Leaf River	township-of-leaf-river	Leaf River Township		US	IL	141	42470	0	America/Chicago
4899518	Township of Lee Center	township-of-lee-center	Lee Center Township,Lee Township,Township of Lee Center		US	IL	103	42613	0	America/Chicago
4899534	Township of Lee	township-of-lee	Lee Township		US	IL	057	42574	0	America/Chicago
4899543	Township of Leepertown	township-of-leepertown	Leepertown Township		US	IL	011	42665	0	America/Chicago
4899588	Township of Lemont	township-of-lemont	Lemont Township		US	IL	031	42808	0	America/Chicago
4899603	Township of Lenox	township-of-lenox	Lenox Township		US	IL	187	42847	0	America/Chicago
4899669	Township of Lewistown	township-of-lewistown	Lewistown Township		US	IL	057	43068	0	America/Chicago
4899679	Township of Lexington	township-of-lexington	Lexington Township		US	IL	113	43107	0	America/Chicago
4899681	Township of Leyden	township-of-leyden	Leyden Township		US	IL	031	43120	0	America/Chicago
4899744	Township of Libertyville	township-of-libertyville	Libertyville Township		US	IL	097	43263	0	America/Chicago
4899806	Township of Lima	township-of-lima	Lima Township		US	IL	001	43458	0	America/Chicago
4899817	Township of Limestone	township-of-limestone	Limestone Township		US	IL	091	43497	0	America/Chicago
4899818	Township of Limestone	township-of-limestone	Limestone Township		US	IL	143	43523	0	America/Chicago
4899976	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IL	141	43549	0	America/Chicago
4900033	Township of Linn	township-of-linn	Linn Township		US	IL	203	43835	0	America/Chicago
4900077	Township of Lisbon	township-of-lisbon	Lisbon Township		US	IL	093	43913	0	America/Chicago
4900086	Township of Lisle	township-of-lisle	Lisle Township		US	IL	043	43952	0	America/Chicago
4900148	Township of Little Mackinaw	township-of-little-mackinaw	Little Mackinaw Township		US	IL	179	44017	0	America/Chicago
4900168	Township of Little Rock	township-of-little-rock	Little Rock Township		US	IL	093	44043	0	America/Chicago
4900204	Township of Littleton	township-of-littleton	Littleton Township		US	IL	169	44069	0	America/Chicago
4900211	Township of Liverpool	township-of-liverpool	Liverpool Township		US	IL	057	44134	0	America/Chicago
4900305	Township of Lockport	township-of-lockport	Lockport Township		US	IL	197	44238	0	America/Chicago
4900332	Township of Loda	township-of-loda	Loda Township		US	IL	075	44277	0	America/Chicago
4900364	Township of Logan	township-of-logan	Logan Township		US	IL	143	44342	0	America/Chicago
4900372	Township of Lomax	township-of-lomax	Lomax Township		US	IL	071	44394	0	America/Chicago
4900445	Township of Long Point	township-of-long-point	Long Point Township		US	IL	105	44589	0	America/Chicago
4900499	Township of Loraine	township-of-loraine	Loraine Township		US	IL	073	44732	0	America/Chicago
4900501	Township of Loran	township-of-loran	Loran Township		US	IL	177	44758	0	America/Chicago
4900568	Township of Lovejoy	township-of-lovejoy	Lovejoy Township		US	IL	075	44979	0	America/Chicago
4900646	Township of Ludlow	township-of-ludlow	Ludlow Township		US	IL	019	45187	0	America/Chicago
4900713	Township of Lyman	township-of-lyman	Lyman Township		US	IL	053	45252	0	America/Chicago
4900716	Township of Lynchburg	township-of-lynchburg	Lynchburg Township		US	IL	125	45265	0	America/Chicago
4900720	Township of Lyndon	township-of-lyndon	Lyndon Township		US	IL	195	45291	0	America/Chicago
4900733	Township of Lynn	township-of-lynn	Lynn Township		US	IL	073	45304	0	America/Chicago
4900734	Township of Lynn	township-of-lynn	Lynn Township		US	IL	095	45330	0	America/Chicago
4900736	Township of Lynnville	township-of-lynnville	Lynnville Township		US	IL	141	45382	0	America/Chicago
4900763	Township of Lyons	township-of-lyons	Lyons Township		US	IL	031	45447	0	America/Chicago
4900823	Township of Macomb City	township-of-macomb-city	Macomb City Township		US	IL	109	45915	0	America/Chicago
4900831	Township of Macomb	township-of-macomb	Macomb Township		US	IL	109	45902	0	America/Chicago
4900832	Township of Macon	township-of-macon	Macon Township		US	IL	011	45928	0	America/Chicago
4900836	Township of Mackinaw	township-of-mackinaw	Mackinaw Township		US	IL	179	45792	0	America/Chicago
4900879	Township of Magnolia	township-of-magnolia	Magnolia Township		US	IL	155	46123	0	America/Chicago
4900889	Township of Mahomet	township-of-mahomet	Mahomet Township		US	IL	019	46149	0	America/Chicago
4900916	Township of Maine	township-of-maine	Maine Township		US	IL	031	46162	0	America/Chicago
4900917	Township of Maine	township-of-maine	Maine Township		US	IL	063	46175	0	America/Chicago
4900940	Township of Malone	township-of-malone	Malone Township		US	IL	179	46266	0	America/Chicago
4900946	Township of Malta	township-of-malta	Malta Township		US	IL	037	46292	0	America/Chicago
4900955	Township of Manchester	township-of-manchester	Manchester Township		US	IL	007	46318	0	America/Chicago
4900967	Township of Manhattan	township-of-manhattan	Manhattan Township		US	IL	197	46370	0	America/Chicago
4900974	Township of Manito	township-of-manito	Manito Township		US	IL	125	46396	0	America/Chicago
4900982	Township of Manlius	township-of-manlius	Manlius Township		US	IL	011	46435	0	America/Chicago
4900983	Township of Manlius	township-of-manlius	Manlius Township		US	IL	099	46448	0	America/Chicago
4901023	Township of Manteno	township-of-manteno	Manteno Township		US	IL	091	46513	0	America/Chicago
4901140	Township of Maquon	township-of-maquon	Maquon Township		US	IL	095	46708	0	America/Chicago
4901169	Township of Marengo	township-of-marengo	Marengo Township		US	IL	111	46799	0	America/Chicago
4901202	Township of Marion	township-of-marion	Marion Township		US	IL	103	46890	0	America/Chicago
4901203	Township of Marion	township-of-marion	Marion Township		US	IL	141	46903	0	America/Chicago
4901253	Township of Maroa	township-of-maroa	Maroa Township		US	IL	115	47085	0	America/Chicago
4901339	Township of Martin	township-of-martin	Martin Township		US	IL	113	47215	0	America/Chicago
4901343	Township of Martinton	township-of-martinton	Martinton Township		US	IL	075	47293	0	America/Chicago
4901380	Township of Maryland	township-of-maryland	Maryland Township		US	IL	141	47358	0	America/Chicago
4901394	Township of Mason City	township-of-mason-city	Mason City Township		US	IL	125	47482	0	America/Chicago
4901487	Township of May	township-of-may	May Township		US	IL	103	47644	0	America/Chicago
4901503	Township of Mayfield	township-of-mayfield	Mayfield Township		US	IL	037	47696	0	America/Chicago
4901527	Township of Mazon	township-of-mazon	Mazon Township		US	IL	063	47800	0	America/Chicago
4901684	Township of McHenry	township-of-mchenry	McHenry Township		US	IL	111	45707	0	America/Chicago
4901700	Township of McKendree	township-of-mckendree	McKendree Township		US	IL	183	45772	0	America/Chicago
4901831	Township of Media	township-of-media	Media Township		US	IL	071	48086	0	America/Chicago
4901838	Township of Medina	township-of-medina	Medina Township		US	IL	143	48099	0	America/Chicago
4901943	Township of Mendon	township-of-mendon	Mendon Township		US	IL	001	48320	0	America/Chicago
4901955	Township of Mendota	township-of-mendota	Mendota Township		US	IL	099	48346	0	America/Chicago
4901972	Township of Menominee	township-of-menominee	Menominee Township		US	IL	085	48372	0	America/Chicago
4901984	Township of Mercer	township-of-mercer	Mercer Township		US	IL	131	48398	0	America/Chicago
4902003	Township of Meriden	township-of-meriden	Meriden Township		US	IL	099	48463	0	America/Chicago
4902071	Township of Metamora	township-of-metamora	Metamora Township		US	IL	203	48619	0	America/Chicago
4902165	Township of Middlefork	township-of-middlefork	Middlefork Township		US	IL	183	48775	0	America/Chicago
4902169	Township of Middleport	township-of-middleport	Middleport Township		US	IL	075	48814	0	America/Chicago
4902223	Township of Milan	township-of-milan	Milan Township		US	IL	037	48983	0	America/Chicago
4902234	Township of Milford	township-of-milford	Milford Township		US	IL	075	49061	0	America/Chicago
4902242	Township of Milks Grove	township-of-milks-grove	Milks Grove Township		US	IL	075	49074	0	America/Chicago
4902274	Township of Millbrook	township-of-millbrook	Millbrook Township		US	IL	143	49113	0	America/Chicago
4902311	Township of Miller	township-of-miller	Miller Township		US	IL	099	49204	0	America/Chicago
4902317	Township of Millersburg	township-of-millersburg	Millersburg Township		US	IL	131	49256	0	America/Chicago
4902342	Township of Milo	township-of-milo	Milo Township		US	IL	011	49438	0	America/Chicago
4902346	Township of Milton	township-of-milton	Milton Township		US	IL	043	49451	0	America/Chicago
4902365	Township of Mineral	township-of-mineral	Mineral Township		US	IL	011	49529	0	America/Chicago
4902385	Township of Minonk	township-of-minonk	Minonk Township		US	IL	203	49581	0	America/Chicago
4902423	Township of Mission	township-of-mission	Mission Township		US	IL	099	49646	0	America/Chicago
4902433	Township of Missouri	township-of-missouri	Missouri Township		US	IL	009	49685	0	America/Chicago
4902484	Township of Moline	township-of-moline	Moline Township		US	IL	161	49880	0	America/Chicago
4902491	Township of Momence	township-of-momence	Momence Township		US	IL	091	49906	0	America/Chicago
4902493	Township of Mona	township-of-mona	Mona Township		US	IL	053	49919	0	America/Chicago
4902504	Township of Monee	township-of-monee	Monee Township		US	IL	197	49958	0	America/Chicago
4902506	Township of Money Creek	township-of-money-creek	Money Creek Township		US	IL	113	49971	0	America/Chicago
4902523	Township of Monmouth	township-of-monmouth	Monmouth Township		US	IL	187	50023	0	America/Chicago
4902535	Township of Monroe	township-of-monroe	Monroe Township		US	IL	141	50049	0	America/Chicago
4902544	Township of Montebello	township-of-montebello	Montebello Township		US	IL	067	50140	0	America/Chicago
4902566	Township of Montgomery	township-of-montgomery	Montgomery Township		US	IL	203	50231	0	America/Chicago
4902579	Township of Monticello	township-of-monticello	Monticello Township		US	IL	147	50257	0	America/Chicago
4902582	Township of Montmorency	township-of-montmorency	Montmorency Township		US	IL	195	50270	0	America/Chicago
4902648	Township of Moraine	township-of-moraine	Moraine Township		US	IL	097	50364	0	America/Chicago
4902722	Township of Morris	township-of-morris	Morris Township		US	IL	063	50504	0	America/Chicago
4902784	Township of Morton	township-of-morton	Morton Township		US	IL	179	50634	0	America/Chicago
4902839	Township of Mound	township-of-mound	Mound Township		US	IL	109	50738	0	America/Chicago
4902889	Township of Mount Carroll	township-of-mount-carroll	Mount Carroll Township		US	IL	015	50894	0	America/Chicago
4902938	Township of Mount Hope	township-of-mount-hope	Mount Hope Township		US	IL	113	50972	0	America/Chicago
4902959	Township of Mount Morris	township-of-mount-morris	Mount Morris Township		US	IL	141	51011	0	America/Chicago
4903023	Township of Mount Pleasant	township-of-mount-pleasant	Mount Pleasant Township		US	IL	195	51076	0	America/Chicago
4903208	Township of Munson	township-of-munson	Munson Township		US	IL	073	51388	0	America/Chicago
4903265	Township of Na-Au-Say	township-of-na-au-say	Naausay Township,Township of Na-Au-Say,Township of Naausay		US	IL	093	51531	0	America/Chicago
4903267	Township of Nachusa	township-of-nachusa	Nachusa Township		US	IL	103	51557	0	America/Chicago
4903290	Township of Naperville	township-of-naperville	Naperville Township		US	IL	043	51635	0	America/Chicago
4903336	Township of Nauvoo	township-of-nauvoo	Nauvoo Township		US	IL	067	51804	0	America/Chicago
4903368	Township of Nebraska	township-of-nebraska	Nebraska Township		US	IL	105	51895	0	America/Chicago
4903410	Township of Nelson	township-of-nelson	Nelson Township		US	IL	103	51960	0	America/Chicago
4903417	Township of Neponset	township-of-neponset	Neponset Township		US	IL	011	52012	0	America/Chicago
4903432	Township of Nettle Creek	township-of-nettle-creek	Nettle Creek Township		US	IL	063	52038	0	America/Chicago
4903437	Township of Nevada	township-of-nevada	Nevada Township		US	IL	105	52077	0	America/Chicago
4903456	Township of New Boston	township-of-new-boston	New Boston Township		US	IL	131	52233	0	America/Chicago
4903538	Township of New Lenox	township-of-new-lenox	New Lenox Township		US	IL	197	52597	0	America/Chicago
4903610	Township of New Salem	township-of-new-salem	New Salem Township		US	IL	109	52792	0	America/Chicago
4903626	Township of New Trier	township-of-new-trier	New Trier Township		US	IL	031	52909	0	America/Chicago
4903655	Township of Newcomb	township-of-newcomb	Newcomb Township		US	IL	019	52376	0	America/Chicago
4903658	Township of Newell	township-of-newell	Newell Township		US	IL	183	52454	0	America/Chicago
4903670	Township of Newmansville	township-of-newmansville	Newmansville Township		US	IL	017	52662	0	America/Chicago
4903676	Township of Newport	township-of-newport	Newport Township		US	IL	097	52753	0	America/Chicago
4903684	Township of Newton	township-of-newton	Newton Township		US	IL	195	52857	0	America/Chicago
4903689	Township of Newtown	township-of-newtown	New Town Township,Newtown Township,Township of Newtown		US	IL	105	52883	0	America/Chicago
4903743	Township of Niles	township-of-niles	Niles Township		US	IL	031	53013	0	America/Chicago
4903759	Township of Nixon	township-of-nixon	Nixon Township		US	IL	039	53117	0	America/Chicago
4903773	Township of Nora	township-of-nora	Nora Township		US	IL	085	53208	0	America/Chicago
4903787	Township of Normal	township-of-normal	Normal Township		US	IL	113	53247	0	America/Chicago
4903795	Township of Norman	township-of-norman	Norman Township		US	IL	063	53286	0	America/Chicago
4903933	Township of North Henderson	township-of-north-henderson	North Henderson Township		US	IL	131	53806	0	America/Chicago
4904082	Township of Northeast	township-of-northeast	Northeast Township		US	IL	001	53624	0	America/Chicago
4904100	Township of Northfield	township-of-northfield	Northfield Township		US	IL	031	53676	0	America/Chicago
4904143	Township of Northville	township-of-northville	Northville Township		US	IL	099	54248	0	America/Chicago
4904195	Township of Norton	township-of-norton	Norton Township		US	IL	091	54352	0	America/Chicago
4904216	Township of Norwood Park	township-of-norwood-park	Norwood Park Township		US	IL	031	54430	0	America/Chicago
4904247	Township of Nunda	township-of-nunda	Nunda Township		US	IL	111	54495	0	America/Chicago
4904405	Township of Oak Park	township-of-oak-park	Oak Park Township		US	IL	031	54898	0	America/Chicago
4904492	Township of Oakland	township-of-oakland	Oakland Township		US	IL	169	54794	0	America/Chicago
4904561	Township of Oakwood	township-of-oakwood	Oakwood Township		US	IL	183	55015	0	America/Chicago
4904578	Township of Odell	township-of-odell	Odell Township		US	IL	105	55184	0	America/Chicago
4904598	Township of Ogden	township-of-ogden	Ogden Township		US	IL	019	55288	0	America/Chicago
4904622	Township of Ohio Grove	township-of-ohio-grove	Ohio Grove Township		US	IL	131	55405	0	America/Chicago
4904627	Township of Ohio	township-of-ohio	Ohio Township		US	IL	011	55392	0	America/Chicago
4904739	Township of Old Town	township-of-old-town	Old Town Township,Oldtown Township,Township of Old Town,Township of Oldtown		US	IL	113	55782	0	America/Chicago
4904748	Township of Olio	township-of-olio	Olio Township		US	IL	203	55821	0	America/Chicago
4904813	Township of Onarga	township-of-onarga	Onarga Township		US	IL	075	56094	0	America/Chicago
4904830	Township of Oneco	township-of-oneco	Oneco Township		US	IL	177	56120	0	America/Chicago
4904839	Township of Ontario	township-of-ontario	Ontario Township		US	IL	095	56172	0	America/Chicago
4904865	Township of Ophir	township-of-ophir	Ophir Township		US	IL	099	56224	0	America/Chicago
4904876	Township of Oquawka	township-of-oquawka	Oquawka Township		US	IL	071	56250	0	America/Chicago
4904877	Township of Oran	township-of-oran	Oran Township		US	IL	107	56289	0	America/Chicago
4904880	Township of Orange	township-of-orange	Orange Township		US	IL	095	56315	0	America/Chicago
4904907	Township of Oregon-Nashua	township-of-oregon-nashua	Oregon-Nashua Township		US	IL	141	56504	0	America/Chicago
4904929	Township of Orion	township-of-orion	Orion Township		US	IL	057	56588	0	America/Chicago
4904954	Township of Orland	township-of-orland	Orland Township		US	IL	031	56614	0	America/Chicago
4904965	Township of Orvil	township-of-orvil	Orvil Township		US	IL	107	56705	0	America/Chicago
4904972	Township of Osage	township-of-osage	Osage Township		US	IL	099	56731	0	America/Chicago
4904981	Township of Osceola	township-of-osceola	Osceola Township		US	IL	175	56783	0	America/Chicago
4904986	Township of Osco	township-of-osco	Osco Township		US	IL	073	56809	0	America/Chicago
4905003	Township of Oswego	township-of-oswego	Oswego Township		US	IL	093	56900	0	America/Chicago
4905017	Township of Ottawa	township-of-ottawa	Ottawa Township		US	IL	099	56939	0	America/Chicago
4905029	Township of Otter Creek	township-of-otter-creek	Otter Creek Township		US	IL	099	56965	0	America/Chicago
4905041	Township of Otto	township-of-otto	Otto Township		US	IL	091	57017	0	America/Chicago
4905160	Township of Owego	township-of-owego	Owego Township		US	IL	105	57056	0	America/Chicago
4905166	Township of Owen	township-of-owen	Owen Township		US	IL	201	57069	0	America/Chicago
4905180	Township of Oxford	township-of-oxford	Oxford Township		US	IL	073	57108	0	America/Chicago
4905222	Township of Palatine	township-of-palatine	Palatine Township		US	IL	031	57238	0	America/Chicago
4905226	Township of Palestine	township-of-palestine	Palestine Township		US	IL	203	57290	0	America/Chicago
4905246	Township of Palmyra	township-of-palmyra	Palmyra Township		US	IL	103	57316	0	America/Chicago
4905277	Township of Palos	township-of-palos	Palos Township		US	IL	031	57355	0	America/Chicago
4905286	Township of Panola	township-of-panola	Panola Station Township,Panola Township,Township of Panola		US	IL	203	57537	0	America/Chicago
4905294	Township of Panther Creek	township-of-panther-creek	Panther Creek Township		US	IL	017	57550	0	America/Chicago
4905299	Township of Papineau	township-of-papineau	Papineau Township		US	IL	075	57589	0	America/Chicago
4905450	Township of Partridge	township-of-partridge	Partridge Township		US	IL	203	58018	0	America/Chicago
4905483	Township of Patton	township-of-patton	Patton Township		US	IL	053	58122	0	America/Chicago
4905506	Township of Paw Paw	township-of-paw-paw	Paw Paw Township		US	IL	037	58200	0	America/Chicago
4905530	Township of Pea Ridge	township-of-pea-ridge	Pea Ridge Township		US	IL	009	58330	0	America/Chicago
4905551	Township of Peach Orchard	township-of-peach-orchard	Peach Orchard Township		US	IL	053	58317	0	America/Chicago
4905582	Township of Pecatonica	township-of-pecatonica	Pecatonica Township		US	IL	201	58421	0	America/Chicago
4905618	Township of Pekin	township-of-pekin	Pekin Township		US	IL	179	58460	0	America/Chicago
4905620	Township of Pella	township-of-pella	Pella Township		US	IL	053	58512	0	America/Chicago
4905632	Township of Pembroke	township-of-pembroke	Pembroke Township		US	IL	091	58538	0	America/Chicago
4905643	Township of Penn	township-of-penn	Penn Township		US	IL	175	58603	0	America/Chicago
4905661	Township of Pennsylvania	township-of-pennsylvania	Pennsylvania Township		US	IL	125	58629	0	America/Chicago
4905693	Township of Peoria City	township-of-peoria-city	Peoria City Township		US	IL	143	59013	0	America/Chicago
4905731	Township of Peotone	township-of-peotone	Peotone Township		US	IL	197	59065	0	America/Chicago
4905761	Township of Perryton	township-of-perryton	Perryton Township		US	IL	131	59182	0	America/Chicago
4905766	Township of Persifer	township-of-persifer	Persifer Township		US	IL	095	59221	0	America/Chicago
4905776	Township of Peru	township-of-peru	Peru Township		US	IL	099	59247	0	America/Chicago
4905845	Township of Phenix	township-of-phenix	Phenix Township		US	IL	073	59462	0	America/Chicago
4905869	Township of Philo	township-of-philo	Philo Township		US	IL	019	59546	0	America/Chicago
4905913	Township of Pierce	township-of-pierce	Pierce Township		US	IL	037	59676	0	America/Chicago
4905924	Township of Pigeon Grove	township-of-pigeon-grove	Pigeon Grove Township		US	IL	075	59767	0	America/Chicago
4905963	Township of Pilot Grove	township-of-pilot-grove	Pilot Grove Township		US	IL	067	59845	0	America/Chicago
4905969	Township of Pilot	township-of-pilot	Pilot Township		US	IL	091	59819	0	America/Chicago
4905970	Township of Pilot	township-of-pilot	Pilot Township		US	IL	183	59832	0	America/Chicago
4905984	Township of Pike	township-of-pike	Pike Township		US	IL	105	59780	0	America/Chicago
4905989	Township of Pine Creek	township-of-pine-creek	Pine Creek Township		US	IL	141	59897	0	America/Chicago
4906020	Township of Pine Rock	township-of-pine-rock	Pine Rock Township		US	IL	141	59975	0	America/Chicago
4906136	Township of Plainfield	township-of-plainfield	Plainfield Township		US	IL	197	60300	0	America/Chicago
4906157	Township of Plato	township-of-plato	Plato Township		US	IL	089	60365	0	America/Chicago
4906288	Township of Pleasant Ridge	township-of-pleasant-ridge	Pleasant Ridge Township		US	IL	105	60612	0	America/Chicago
4906326	Township of Pleasant Valley	township-of-pleasant-valley	Pleasant Valley Township		US	IL	085	60664	0	America/Chicago
4906357	Township of Pleasant	township-of-pleasant	Pleasant Township		US	IL	057	60430	0	America/Chicago
4906407	Township of Point Pleasant	township-of-point-pleasant	Point Pleasant Township		US	IL	187	60898	0	America/Chicago
4906451	Township of Pontiac	township-of-pontiac	Pontiac Township		US	IL	105	61028	0	America/Chicago
4906455	Township of Pontoosuc	township-of-pontoosuc	Pontoosuc Township		US	IL	067	61093	0	America/Chicago
4906487	Township of Poplar Grove	township-of-poplar-grove	Poplar Grove Township		US	IL	007	61158	0	America/Chicago
4906493	Township of Port Byron	township-of-port-byron	Port Byron Township		US	IL	161	61236	0	America/Chicago
4906606	Township of Portland	township-of-portland	Portland Township		US	IL	195	61262	0	America/Chicago
4906608	Township of Prairie City	township-of-prairie-city	Prairie City Township		US	IL	109	61561	0	America/Chicago
4906628	Township of Prairie Creek	township-of-prairie-creek	Prairie Creek Township		US	IL	107	61574	0	America/Chicago
4906640	Township of Prairie Green	township-of-prairie-green	Prairie Green Township		US	IL	075	61665	0	America/Chicago
4906712	Township of Prairie	township-of-prairie	Prairie Township		US	IL	067	61496	0	America/Chicago
4906750	Township of Preemption	township-of-preemption	Preemption Township		US	IL	131	61795	0	America/Chicago
4906823	Township of Princeton	township-of-princeton	Princeton Township		US	IL	011	61912	0	America/Chicago
4906831	Township of Princeville	township-of-princeville	Princeville Township		US	IL	143	61938	0	America/Chicago
4906872	Township of Prophetstown	township-of-prophetstown	Prophetstown Township		US	IL	195	61990	0	America/Chicago
4906919	Township of Proviso	township-of-proviso	Proviso Township		US	IL	031	62133	0	America/Chicago
4906958	Township of Putman	township-of-putman	Putman Township		US	IL	057	62276	0	America/Chicago
4907029	Township of Quiver	township-of-quiver	Quiver Township		US	IL	125	62419	0	America/Chicago
4907050	Township of Radnor	township-of-radnor	Radnor Township		US	IL	143	62510	0	America/Chicago
4907116	Township of Randolph	township-of-randolph	Randolph Township		US	IL	113	62692	0	America/Chicago
4907141	Township of Rantoul	township-of-rantoul	Rantoul Township		US	IL	019	62796	0	America/Chicago
4907148	Township of Raritan	township-of-raritan	Raritan Township		US	IL	071	62861	0	America/Chicago
4907183	Township of Rawlins	township-of-rawlins	Rawlins Township		US	IL	085	62926	0	America/Chicago
4907213	Township of Reading	township-of-reading	Reading Township		US	IL	105	63017	0	America/Chicago
4907301	Township of Reed	township-of-reed	Reed Township		US	IL	197	63108	0	America/Chicago
4907433	Township of Reynolds	township-of-reynolds	Reynolds Township		US	IL	103	63407	0	America/Chicago
4907451	Township of Rice	township-of-rice	Rice Township		US	IL	085	63472	0	America/Chicago
4907461	Township of Rich	township-of-rich	Rich Township		US	IL	031	63498	0	America/Chicago
4907493	Township of Richland Grove	township-of-richland-grove	Richland Grove Township		US	IL	131	63628	0	America/Chicago
4907501	Township of Richland	township-of-richland	Richland Township		US	IL	099	63576	0	America/Chicago
4907502	Township of Richland	township-of-richland	Richland Township		US	IL	123	63589	0	America/Chicago
4907510	Township of Richmond	township-of-richmond	Richmond Township		US	IL	111	63654	0	America/Chicago
4907519	Township of Richwoods	township-of-richwoods	Richwood Township,Richwoods Township,Township of Richwoods		US	IL	143	63771	0	America/Chicago
4907558	Township of Ridgeland	township-of-ridgeland	Ridgeland Township		US	IL	075	63901	0	America/Chicago
4907586	Township of Ridott	township-of-ridott	Ridott Township		US	IL	177	64057	0	America/Chicago
4907600	Township of Riley	township-of-riley	Riley Township		US	IL	111	64096	0	America/Chicago
4907615	Township of Rio	township-of-rio	Rio Township		US	IL	095	64161	0	America/Chicago
4907618	Township of Ripley	township-of-ripley	Ripley Township		US	IL	009	64187	0	America/Chicago
4907644	Township of River Forest	township-of-river-forest	River Forest Township		US	IL	031	64317	0	America/Chicago
4907744	Township of Riverside	township-of-riverside	Riverside Township		US	IL	031	64434	0	America/Chicago
4907767	Township of Rivoli	township-of-rivoli	Rivoli Township		US	IL	131	64551	0	America/Chicago
4907776	Township of Roanoke	township-of-roanoke	Roanoke Township		US	IL	203	64603	0	America/Chicago
4907843	Township of Roberts	township-of-roberts	Roberts Township		US	IL	123	64668	0	America/Chicago
4907894	Township of Rock Creek	township-of-rock-creek	Rock Creek Township		US	IL	067	64876	0	America/Chicago
4907895	Township of Rock Creek-Lima	township-of-rock-creek-lima	Rock Creek-Lima Township		US	IL	015	64892	0	America/Chicago
4907905	Township of Rock Grove	township-of-rock-grove	Rock Grove Township		US	IL	177	65065	0	America/Chicago
4907919	Township of Rock Island	township-of-rock-island	Rock Island Township		US	IL	161	65091	0	America/Chicago
4907944	Township of Rock Run	township-of-rock-run	Rock Run Township		US	IL	177	65143	0	America/Chicago
4907983	Township of Rockford	township-of-rockford	Rockford Township		US	IL	201	65013	0	America/Chicago
4907993	Township of Rockton	township-of-rockton	Rockton Township		US	IL	201	65169	0	America/Chicago
4907995	Township of Rockvale	township-of-rockvale	Rockvale Township		US	IL	141	65182	0	America/Chicago
4907999	Township of Rockville	township-of-rockville	Rockville Township		US	IL	091	65195	0	America/Chicago
4908016	Township of Rocky Run	township-of-rocky-run	Rocky Run Township		US	IL	067	65234	0	America/Chicago
4908041	Township of Rogers	township-of-rogers	Rogers Township		US	IL	053	65273	0	America/Chicago
4908095	Township of Rooks Creek	township-of-rooks-creek	Rook's Creek Township,Rooks Creek Township,Township of Rooks Creek		US	IL	105	65520	0	America/Chicago
4908130	Township of Roscoe	township-of-roscoe	Roscoe Township		US	IL	201	65624	0	America/Chicago
4908158	Township of Rosefield	township-of-rosefield	Rosefield Township		US	IL	143	65715	0	America/Chicago
4908195	Township of Roseville	township-of-roseville	Roseville Township		US	IL	187	65858	0	America/Chicago
4908207	Township of Ross	township-of-ross	Ross Township		US	IL	183	65949	0	America/Chicago
4908233	Township of Round Grove	township-of-round-grove	Round Grove Township		US	IL	105	65988	0	America/Chicago
4908274	Township of Rozetta	township-of-rozetta	Rozetta Township		US	IL	071	66222	0	America/Chicago
4908307	Township of Rural	township-of-rural	Rural Township		US	IL	161	66300	0	America/Chicago
4908319	Township of Rush	township-of-rush	Rush Township		US	IL	085	66326	0	America/Chicago
4908327	Township of Rushville	township-of-rushville	Rushville Township		US	IL	169	66352	0	America/Chicago
4908363	Township of Rutland	township-of-rutland	Rutland Township		US	IL	089	66430	0	America/Chicago
4908364	Township of Rutland	township-of-rutland	Rutland Township		US	IL	099	66456	0	America/Chicago
4908367	Township of Rutledge	township-of-rutledge	Rutledge Township		US	IL	039	66469	0	America/Chicago
4908479	Township of Saint Albans	township-of-saint-albans	Saint Albans Township,St. Albans Township		US	IL	067	66612	0	America/Chicago
4909616	Township of Saint Mary	township-of-saint-mary	Saint Mary Township,St. Mary Township		US	IL	067	67054	0	America/Chicago
4910439	Township of Salem	township-of-salem	Salem Township		US	IL	015	67210	0	America/Chicago
4910440	Township of Salem	township-of-salem	Salem Township		US	IL	095	67223	0	America/Chicago
4910443	Township of Salina	township-of-salina	Salina Township		US	IL	091	67262	0	America/Chicago
4910461	Township of Salt Creek	township-of-salt-creek	Salt Creek Township		US	IL	125	67353	0	America/Chicago
4910510	Township of Sand Prairie	township-of-sand-prairie	Sand Prairie Township		US	IL	179	67483	0	America/Chicago
4910551	Township of Sandwich	township-of-sandwich	Sandwich Township		US	IL	037	67561	0	America/Chicago
4910567	Township of Sangamon Valley	township-of-sangamon-valley	Sangamon Valley Township		US	IL	017	67600	0	America/Chicago
4910568	Township of Sangamon	township-of-sangamon	Sangamon Township		US	IL	147	67587	0	America/Chicago
4910574	Township of Santa Anna	township-of-santa-anna	Santa Anna Township		US	IL	039	67639	0	America/Chicago
4910601	Township of Saratoga	township-of-saratoga	Saratoga Township		US	IL	063	67678	0	America/Chicago
4910602	Township of Saratoga	township-of-saratoga	Saratoga Township		US	IL	123	67691	0	America/Chicago
4910650	Township of Saunemin	township-of-saunemin	Saunemin Township		US	IL	105	67808	0	America/Chicago
4910661	Township of Savanna	township-of-savanna	Savanna Township		US	IL	015	67834	0	America/Chicago
4910689	Township of Scales Mound	township-of-scales-mound	Scales Mound Township		US	IL	085	67938	0	America/Chicago
4910724	Township of Schaumburg	township-of-schaumburg	Schaumburg Township		US	IL	031	68016	0	America/Chicago
4910893	Township of Sciota	township-of-sciota	Sciota Township		US	IL	109	68211	0	America/Chicago
4910903	Township of Scotland	township-of-scotland	Scotland Township		US	IL	109	68250	0	America/Chicago
4910920	Township of Scott	township-of-scott	Scott Township		US	IL	019	68289	0	America/Chicago
4910921	Township of Scott	township-of-scott	Scott Township		US	IL	141	68302	0	America/Chicago
4911037	Township of Selby	township-of-selby	Selby Township		US	IL	011	68562	0	America/Chicago
4911057	Township of Senachwine	township-of-senachwine	Senachwine Township		US	IL	155	68627	0	America/Chicago
4911064	Township of Seneca	township-of-seneca	Seneca Township		US	IL	111	68653	0	America/Chicago
4911085	Township of Serena	township-of-serena	Serena Township		US	IL	099	68692	0	America/Chicago
4911144	Township of Seward	township-of-seward	Seward Township		US	IL	093	68757	0	America/Chicago
4911145	Township of Seward	township-of-seward	Seward Township		US	IL	201	68783	0	America/Chicago
4911171	Township of Shabbona	township-of-shabbona	Shabbona Township		US	IL	037	68835	0	America/Chicago
4911269	Township of Sheldon	township-of-sheldon	Sheldon Township		US	IL	075	69225	0	America/Chicago
4911304	Township of Sheridan	township-of-sheridan	Sheridan Township		US	IL	107	69290	0	America/Chicago
4911320	Township of Sherman	township-of-sherman	Sherman Township		US	IL	125	69329	0	America/Chicago
4911345	Township of Shields	township-of-shields	Shields Township		US	IL	097	69485	0	America/Chicago
4911386	Township of Shirland	township-of-shirland	Shirland Township		US	IL	201	69615	0	America/Chicago
4911458	Township of Sidney	township-of-sidney	Sidney Township		US	IL	019	69888	0	America/Chicago
4911492	Township of Silver Creek	township-of-silver-creek	Silver Creek Township		US	IL	177	69953	0	America/Chicago
4911796	Township of Somer	township-of-somer	Somer Township		US	IL	019	70382	0	America/Chicago
4911809	Township of Somonauk	township-of-somonauk	Somonauk Township		US	IL	037	70473	0	America/Chicago
4911816	Township of Sonora	township-of-sonora	Sonora Township		US	IL	067	70499	0	America/Chicago
4911881	Township of South Dixon	township-of-south-dixon	South Dixon Township		US	IL	103	70694	0	America/Chicago
4911922	Township of South Grove	township-of-south-grove	South Grove Township		US	IL	037	70837	0	America/Chicago
4911937	Township of South Homer	township-of-south-homer	South Homer Township		US	IL	019	70863	0	America/Chicago
4911959	Township of South Moline	township-of-south-moline	South Moline Township		US	IL	161	70993	0	America/Chicago
4911962	Township of South Ottawa	township-of-south-ottawa	South Ottawa Township		US	IL	099	71110	0	America/Chicago
4912006	Township of South Rock Island	township-of-south-rock-island	South Rock Island Township		US	IL	161	71201	0	America/Chicago
4912008	Township of South Ross	township-of-south-ross	South Ross Township		US	IL	183	71227	0	America/Chicago
4912131	Township of Sparta	township-of-sparta	Sparta Township		US	IL	095	71435	0	America/Chicago
4912198	Township of Spring Bay	township-of-spring-bay	Spring Bay Township		US	IL	203	71611	0	America/Chicago
4912256	Township of Spring Grove	township-of-spring-grove	Spring Grove Township		US	IL	187	72065	0	America/Chicago
4912295	Township of Spring Lake	township-of-spring-lake	Spring Lake Township		US	IL	179	72130	0	America/Chicago
4912318	Township of Spring	township-of-spring	Spring Township		US	IL	007	71578	0	America/Chicago
4912341	Township of Squaw Grove	township-of-squaw-grove	Squaw Grove Township		US	IL	037	72182	0	America/Chicago
4912386	Township of Stanton	township-of-stanton	Stanton Township		US	IL	019	72273	0	America/Chicago
4912507	Township of Sterling	township-of-sterling	Sterling Township		US	IL	195	72553	0	America/Chicago
4912515	Township of Steuben	township-of-steuben	Steuben Township		US	IL	123	72585	0	America/Chicago
4912558	Township of Stickney	township-of-stickney	Stickney Townahip,Stickney Township,Township of Stickney		US	IL	031	72689	0	America/Chicago
4912582	Township of Stockland	township-of-stockland	Stockland Township		US	IL	075	72773	0	America/Chicago
4912592	Township of Stockton	township-of-stockton	Stockton Township		US	IL	085	72793	0	America/Chicago
4912726	Township of Stronghurst	township-of-stronghurst	Stronghurst Township		US	IL	071	73274	0	America/Chicago
4912761	Township of Sublette	township-of-sublette	Sublette Township		US	IL	103	73300	0	America/Chicago
4912766	Township of Suez	township-of-suez	Suez Township		US	IL	131	73339	0	America/Chicago
4912808	Township of Sugar Grove	township-of-sugar-grove	Sugar Grove Township		US	IL	089	73404	0	America/Chicago
4912832	Township of Sullivan	township-of-sullivan	Sullivan Township		US	IL	105	73482	0	America/Chicago
4912833	Township of Sullivant	township-of-sullivant	Sullivant Township		US	IL	053	73521	0	America/Chicago
4912875	Township of Sumner	township-of-sumner	Sumner Township		US	IL	091	73690	0	America/Chicago
4912876	Township of Sumner	township-of-sumner	Sumner Township		US	IL	187	73716	0	America/Chicago
4912890	Township of Sunbury	township-of-sunbury	Sunbury Township		US	IL	105	73781	0	America/Chicago
4913049	Township of Swan	township-of-swan	Swan Township		US	IL	187	74093	0	America/Chicago
4913127	Township of Sycamore	township-of-sycamore	Sycamore Township		US	IL	037	74236	0	America/Chicago
4913214	Township of Tampico	township-of-tampico	Tampico Township		US	IL	195	74483	0	America/Chicago
4913268	Township of Taylor	township-of-taylor	Taylor Township		US	IL	141	74535	0	America/Chicago
4913347	Township of Tennessee	township-of-tennessee	Tennessee Township		US	IL	109	74678	0	America/Chicago
4913370	Township of Terre Haute	township-of-terre-haute	Terre Haute Township		US	IL	071	74730	0	America/Chicago
4913383	Township of Texas	township-of-texas	Texas Township		US	IL	039	74769	0	America/Chicago
4913579	Township of Thompson	township-of-thompson	Thompson Township		US	IL	085	75146	0	America/Chicago
4913615	Township of Thornton	township-of-thornton	Thornton Station Township,Thornton Township,Township of Thornton		US	IL	031	75198	0	America/Chicago
4913693	Township of Timber	township-of-timber	Timber Township		US	IL	143	75289	0	America/Chicago
4913759	Township of Tolono	township-of-tolono	Tolono Township		US	IL	019	75627	0	America/Chicago
4913778	Township of Tompkins	township-of-tompkins	Tompkins Township		US	IL	187	75692	0	America/Chicago
4913804	Township of Toulon	township-of-toulon	Toulon Township		US	IL	175	75796	0	America/Chicago
4913811	Township of Towanda	township-of-towanda	Towanda Township		US	IL	113	75835	0	America/Chicago
4913903	Township of Tremont	township-of-tremont	Tremont Township		US	IL	179	75978	0	America/Chicago
4914072	Township of Trivoli	township-of-trivoli	Trivoli Township		US	IL	143	76121	0	America/Chicago
4914091	Township of Troy Grove	township-of-troy-grove	Troy Grove Township		US	IL	099	76238	0	America/Chicago
4914095	Township of Troy	township-of-troy	Troy Township		US	IL	197	76212	0	America/Chicago
4914126	Township of Truro	township-of-truro	Truro Township		US	IL	095	76303	0	America/Chicago
4914144	Township of Tunbridge	township-of-tunbridge	Tunbridge Township		US	IL	039	76342	0	America/Chicago
4914329	Township of Union Grove	township-of-union-grove	Union Grove Township		US	IL	195	76758	0	America/Chicago
4914398	Township of Union	township-of-union	Union Township		US	IL	057	76667	0	America/Chicago
4914399	Township of Union	township-of-union	Union Township		US	IL	105	76680	0	America/Chicago
4914575	Township of Urbana	township-of-urbana	Urbana Township		US	IL	019	77018	0	America/Chicago
4914584	Township of Ustick	township-of-ustick	Ustick Township		US	IL	195	77070	0	America/Chicago
4914591	Township of Utica	township-of-utica	Utica Township		US	IL	099	77096	0	America/Chicago
4914639	Township of Valley	township-of-valley	Valley Township		US	IL	175	77174	0	America/Chicago
4914666	Township of Vance	township-of-vance	Vance Township		US	IL	183	77304	0	America/Chicago
4914694	Township of Ursa	township-of-ursa	Ursa Township		US	IL	001	77057	0	America/Chicago
4914723	Township of Vermillion	township-of-vermillion	Vermillion Township		US	IL	099	77623	0	America/Chicago
4914733	Township of Vermont	township-of-vermont	Vermont Township		US	IL	057	77655	0	America/Chicago
4914744	Township of Vernon	township-of-vernon	Vernon Township		US	IL	097	77668	0	America/Chicago
4914784	Township of Victor	township-of-victor	Victor Township		US	IL	037	77798	0	America/Chicago
4914790	Township of Victoria	township-of-victoria	Victoria Township		US	IL	095	77824	0	America/Chicago
4914820	Township of Vienna	township-of-vienna	Vienna Township		US	IL	063	77850	0	America/Chicago
4914880	Township of Vinegar Hill	township-of-vinegar-hill	Vinegar Hill Township		US	IL	085	78084	0	America/Chicago
4914890	Township of Viola	township-of-viola	Viola Township		US	IL	103	78110	0	America/Chicago
4914901	Township of Virgil	township-of-virgil	Virgil Township		US	IL	089	78188	0	America/Chicago
4915289	Township of Waddams	township-of-waddams	Waddams Township		US	IL	177	78318	0	America/Chicago
4915337	Township of Waldo	township-of-waldo	Waldo Township		US	IL	105	78409	0	America/Chicago
4915373	Township of Wall	township-of-wall	Wall Township		US	IL	053	78474	0	America/Chicago
4915386	Township of Wallace	township-of-wallace	Wallace Township		US	IL	099	78487	0	America/Chicago
4915389	Township of Walker	township-of-walker	Walker Township		US	IL	067	78422	0	America/Chicago
4915425	Township of Walnut Grove	township-of-walnut-grove	Walnut Grove Township		US	IL	095	78565	0	America/Chicago
4915426	Township of Walnut Grove	township-of-walnut-grove	Walnut Grove Township		US	IL	109	78591	0	America/Chicago
4915437	Township of Walnut	township-of-walnut	Walnut Township		US	IL	011	78539	0	America/Chicago
4915458	Township of Waltham	township-of-waltham	Waltham Township		US	IL	099	78682	0	America/Chicago
4915471	Township of Wapella	township-of-wapella	Wapella Township		US	IL	039	78786	0	America/Chicago
4915488	Township of Wards Grove	township-of-wards-grove	Wards Grove Township		US	IL	085	78799	0	America/Chicago
4915521	Township of Warren	township-of-warren	Warren Township		US	IL	085	78864	0	America/Chicago
4915522	Township of Warren	township-of-warren	Warren Township		US	IL	097	78877	0	America/Chicago
4915660	Township of Washington	township-of-washington	Washington Township		US	IL	015	79020	0	America/Chicago
4915661	Township of Washington	township-of-washington	Washington Township		US	IL	179	79046	0	America/Chicago
4915662	Township of Washington	township-of-washington	Washington Township		US	IL	197	79059	0	America/Chicago
4915682	Township of Waterford	township-of-waterford	Waterford Township		US	IL	057	79137	0	America/Chicago
4915722	Township of Warsaw	township-of-warsaw	Warsaw Township		US	IL	067	78955	0	America/Chicago
4915733	Township of Wauconda	township-of-wauconda	Wauconda Township		US	IL	097	79280	0	America/Chicago
4915747	Township of Waukegan	township-of-waukegan	Waukegan Township		US	IL	097	79306	0	America/Chicago
4915748	Township of Wauponsee	township-of-wauponsee	Wauponsee Township		US	IL	063	79345	0	America/Chicago
4915775	Township of Wayne	township-of-wayne	Wayne Township		US	IL	043	79410	0	America/Chicago
4915777	Township of Waynesville	township-of-waynesville	Waynesville Township		US	IL	039	79462	0	America/Chicago
4915862	Township of Weller	township-of-weller	Weller Township		US	IL	073	79722	0	America/Chicago
4915916	Township of Wesley	township-of-wesley	Wesley Township		US	IL	197	79865	0	America/Chicago
4915973	Township of West Deerfield	township-of-west-deerfield	West Deerfield Township		US	IL	097	80112	0	America/Chicago
4916002	Township of West Galena	township-of-west-galena	West Galena Township		US	IL	085	80359	0	America/Chicago
4916019	Township of West Jersey	township-of-west-jersey	West Jersey Township		US	IL	175	80489	0	America/Chicago
4916033	Township of West Lincoln	township-of-west-lincoln	West Lincoln Township		US	IL	107	80593	0	America/Chicago
4916056	Township of West Peoria	township-of-west-peoria	West Peoria Township		US	IL	143	80749	0	America/Chicago
4916069	Township of West Point	township-of-west-point	West Point Township		US	IL	177	80788	0	America/Chicago
4916134	Township of West	township-of-west	West Township		US	IL	113	79904	0	America/Chicago
4916167	Township of Western	township-of-western	Western Township		US	IL	073	80190	0	America/Chicago
4916176	Township of Westfield	township-of-westfield	Westfield Township		US	IL	011	80268	0	America/Chicago
4916266	Township of Wethersfield	township-of-wethersfield	Wethersfield Township		US	IL	073	80983	0	America/Chicago
4916284	Township of Wheatland	township-of-wheatland	Wheatland Township		US	IL	011	81009	0	America/Chicago
4916285	Township of Wheatland	township-of-wheatland	Wheatland Township		US	IL	197	81035	0	America/Chicago
4916320	Township of Wheeling	township-of-wheeling	Wheeling Township		US	IL	031	81100	0	America/Chicago
4916383	Township of White Oak	township-of-white-oak	White Oak Township		US	IL	113	81321	0	America/Chicago
4916398	Township of White Rock	township-of-white-rock	White Rock Township		US	IL	141	81399	0	America/Chicago
4916422	Township of Whitefield	township-of-whitefield	Whitefield Township		US	IL	123	81230	0	America/Chicago
4916499	Township of Wilcox	township-of-wilcox	Wilcox Township		US	IL	067	81607	0	America/Chicago
4916573	Township of Will	township-of-will	Will Township		US	IL	197	81711	0	America/Chicago
4916661	Township of Willow Creek	township-of-willow-creek	Willow Creek Township		US	IL	103	81971	0	America/Chicago
4916746	Township of Wilmington	township-of-wilmington	Wilmington Township		US	IL	197	82114	0	America/Chicago
4916783	Township of Wilson	township-of-wilson	Wilson Township		US	IL	039	82140	0	America/Chicago
4916790	Township of Wilton	township-of-wilton	Wilton Township		US	IL	197	82244	0	America/Chicago
4916832	Township of Winfield	township-of-winfield	Winfield Township		US	IL	043	82413	0	America/Chicago
4916860	Township of Winnebago	township-of-winnebago	Winnebago Township		US	IL	201	82504	0	America/Chicago
4916881	Township of Winslow	township-of-winslow	Winslow Township		US	IL	177	82556	0	America/Chicago
4916998	Township of Woodbine	township-of-woodbine	Woodbine Township		US	IL	085	82907	0	America/Chicago
4917065	Township of Woodland	township-of-woodland	Woodland Township		US	IL	015	83076	0	America/Chicago
4917066	Township of Woodland	township-of-woodland	Woodland Township		US	IL	057	83089	0	America/Chicago
4917136	Township of Woodstock	township-of-woodstock	Woodstock Township		US	IL	169	83362	0	America/Chicago
4917155	Township of Woosung	township-of-woosung	Woosung Township		US	IL	141	83492	0	America/Chicago
4917179	Township of Worth	township-of-worth	Worth Township		US	IL	031	83531	0	America/Chicago
4917180	Township of Worth	township-of-worth	Worth Township		US	IL	203	83544	0	America/Chicago
4917210	Township of Wyanet	township-of-wyanet	Wyanet Township		US	IL	011	83635	0	America/Chicago
4917226	Township of Wyoming	township-of-wyoming	Wyoming Township		US	IL	103	83674	0	America/Chicago
4917227	Township of Wysox	township-of-wysox	Wysox Township		US	IL	015	83700	0	America/Chicago
4917231	Township of Wythe	township-of-wythe	Wythe Township		US	IL	067	83713	0	America/Chicago
4917256	Township of Yates	township-of-yates	Yates Township		US	IL	113	83804	0	America/Chicago
4917265	Township of Yellowhead	township-of-yellowhead	Yellowhead Township		US	IL	091	83856	0	America/Chicago
4917287	Township of York	township-of-york	York Township		US	IL	015	83908	0	America/Chicago
4917288	Township of York	township-of-york	York Township		US	IL	043	83947	0	America/Chicago
4917297	Township of Yorktown	township-of-yorktown	Yorktown Township		US	IL	073	84012	0	America/Chicago
4917317	Township of Young Hickory	township-of-young-hickory	Young Hickory Township		US	IL	057	84077	0	America/Chicago
4917443	Township of Zion	township-of-zion	Zion Township		US	IL	097	84233	0	America/Chicago
4917459	Township of Zuma	township-of-zuma	Zuma Township		US	IL	161	84246	0	America/Chicago
4917496	Township of Adams	township-of-adams	Adams Township		US	IN	003	00298	0	America/Indiana/Indianapolis
4917497	Township of Adams	township-of-adams	Adams Township		US	IN	015	00316	0	America/Indiana/Indianapolis
4917498	Township of Adams	township-of-adams	Adams Township		US	IN	017	00334	0	America/Indiana/Indianapolis
4917499	Township of Adams	township-of-adams	Adams Township		US	IN	057	00388	0	America/Indiana/Indianapolis
4917500	Township of Adams	township-of-adams	Adams Township		US	IN	171	00496	0	America/Indiana/Indianapolis
4917509	Township of Aboite	township-of-aboite	Aboite Township		US	IN	003	00208	0	America/Indiana/Indianapolis
4917525	Township of Albion	township-of-albion	Albion Township		US	IN	113	00838	0	America/Indiana/Indianapolis
4917561	Township of Allen	township-of-allen	Allen Township		US	IN	103	01018	0	America/Indiana/Indianapolis
4917562	Township of Allen	township-of-allen	Allen Township		US	IN	113	01036	0	America/Indiana/Indianapolis
4917603	Township of Anderson	township-of-anderson	Anderson Township		US	IN	095	01486	0	America/Indiana/Indianapolis
4917711	Township of Aubbeenaubbee	township-of-aubbeenaubbee	Aubbeenaubbee Township		US	IN	049	02656	0	America/Indiana/Indianapolis
4917811	Township of Barkley	township-of-barkley	Barkley Township,Berkley Township,Township of Barkley		US	IN	073	03412	0	America/Chicago
4917871	Township of Baugo	township-of-baugo	Bango Township,Baugo Township,Township of Baugo		US	IN	039	03754	0	America/Indiana/Indianapolis
4917892	Township of Bearcreek	township-of-bearcreek	Bearcreek Township		US	IN	075	03844	0	America/Indiana/Indianapolis
4917916	Township of Beaver	township-of-beaver	Beaver Township		US	IN	111	03970	0	America/Chicago
4917917	Township of Beaver	township-of-beaver	Beaver Township		US	IN	131	03988	0	America/Indiana/Winamac
4917994	Township of Benton	township-of-benton	Benton Township		US	IN	039	04798	0	America/Indiana/Indianapolis
4918087	Township of Bethlehem	township-of-bethlehem	Bethlehem Township		US	IN	017	05086	0	America/Indiana/Indianapolis
4918121	Township of Big Creek	township-of-big-creek	Big Creek Township		US	IN	181	05194	0	America/Indiana/Indianapolis
4918208	Township of Bloomfield	township-of-bloomfield	Bloomfield Township		US	IN	087	05752	0	America/Indiana/Indianapolis
4918219	Township of Blue Creek	township-of-blue-creek	Blue Creek Township		US	IN	001	05914	0	America/Indiana/Indianapolis
4918253	Township of Bolivar	township-of-bolivar	Bolivar Township		US	IN	007	06328	0	America/Indiana/Indianapolis
4918278	Township of Boone	township-of-boone	Boone Township		US	IN	017	06490	0	America/Indiana/Indianapolis
4918279	Township of Boone	township-of-boone	Boone Township		US	IN	095	06562	0	America/Indiana/Indianapolis
4918280	Township of Boone	township-of-boone	Boone Township		US	IN	127	06580	0	America/Chicago
4918310	Township of Bourbon	township-of-bourbon	Bourbon Township		US	IN	099	06778	0	America/Indiana/Indianapolis
4918556	Township of Burlington	township-of-burlington	Burlington Township		US	IN	015	09262	0	America/Indiana/Indianapolis
4918599	Township of Butler	township-of-butler	Butler Township		US	IN	033	09550	0	America/Indiana/Indianapolis
4918600	Township of Butler	township-of-butler	Butler Township		US	IN	103	09586	0	America/Indiana/Indianapolis
4918618	Township of Cain	township-of-cain	Cain Township		US	IN	045	09748	0	America/Indiana/Indianapolis
4918628	Township of California	township-of-california	California Township		US	IN	149	09802	0	America/Indiana/Knox
4918645	Township of Calumet	township-of-calumet	Calumet Township		US	IN	089	09820	0	America/Chicago
4918737	Township of Carpenter	township-of-carpenter	Carpenter Township		US	IN	073	10396	0	America/Chicago
4918750	Township of Carrollton	township-of-carrollton	Carrollton Township		US	IN	015	10540	0	America/Indiana/Indianapolis
4918774	Township of Cass	township-of-cass	Cass Township		US	IN	091	10720	0	America/Chicago
4918775	Township of Cass	township-of-cass	Cass Township		US	IN	131	10756	0	America/Indiana/Winamac
4918776	Township of Cass	township-of-cass	Cass Township		US	IN	181	10810	0	America/Indiana/Indianapolis
4918799	Township of Cedar Creek	township-of-cedar-creek	Cedar Creek Township		US	IN	003	10990	0	America/Indiana/Indianapolis
4918802	Township of Cedar Creek	township-of-cedar-creek	Cedar Creek Township		US	IN	089	11026	0	America/Chicago
4918854	Township of Center	township-of-center	Center Township		US	IN	007	11224	0	America/Indiana/Indianapolis
4918855	Township of Center	township-of-center	Center Township		US	IN	011	11242	0	America/Indiana/Indianapolis
4918856	Township of Center	township-of-center	Center Township		US	IN	023	11260	0	America/Indiana/Indianapolis
4918857	Township of Center	township-of-center	Center Township		US	IN	035	11296	0	America/Indiana/Indianapolis
4918858	Township of Center	township-of-center	Center Township		US	IN	053	11332	0	America/Indiana/Indianapolis
4918859	Township of Center	township-of-center	Center Township		US	IN	067	11422	0	America/Indiana/Indianapolis
4918860	Township of Center	township-of-center	Center Township		US	IN	091	11494	0	America/Chicago
4918861	Township of Center	township-of-center	Center Township		US	IN	089	11476	0	America/Chicago
4918862	Township of Center	township-of-center	Center Township		US	IN	099	11530	0	America/Indiana/Indianapolis
4918863	Township of Center	township-of-center	Center Township		US	IN	127	11566	0	America/Chicago
4918864	Township of Center	township-of-center	Center Township		US	IN	149	11638	0	America/Indiana/Knox
4918888	Township of Centre	township-of-centre	Center Township,Centre Township,Township of Centre		US	IN	141	11890	0	America/Indiana/Indianapolis
4918947	Township of Chester	township-of-chester	Chester Township		US	IN	169	12322	0	America/Indiana/Indianapolis
4918948	Township of Chester	township-of-chester	Chester Township		US	IN	179	12358	0	America/Indiana/Indianapolis
4919037	Township of Cicero	township-of-cicero	Cicero Township		US	IN	159	12646	0	America/Indiana/Indianapolis
4919070	Township of Clay	township-of-clay	Clay Township		US	IN	015	12988	0	America/Indiana/Indianapolis
4919071	Township of Clay	township-of-clay	Clay Township		US	IN	017	13006	0	America/Indiana/Indianapolis
4919072	Township of Clay	township-of-clay	Clay Township		US	IN	067	13096	0	America/Indiana/Indianapolis
4919073	Township of Clay	township-of-clay	Clay Township		US	IN	085	13114	0	America/Indiana/Indianapolis
4919074	Township of Clay	township-of-clay	Clay Township		US	IN	087	13132	0	America/Indiana/Indianapolis
4919075	Township of Clay	township-of-clay	Clay Township		US	IN	103	13150	0	America/Indiana/Indianapolis
4919076	Township of Clay	township-of-clay	Clay Township		US	IN	141	13222	0	America/Indiana/Indianapolis
4919098	Township of Clear Lake	township-of-clear-lake	Clear Lake Township		US	IN	151	13447	0	America/Indiana/Indianapolis
4919101	Township of Clearspring	township-of-clearspring	Clear Springs Township,Clearspring Township,Township of Clearspring		US	IN	087	13456	0	America/Indiana/Indianapolis
4919108	Township of Cleveland	township-of-cleveland	Cleveland Township		US	IN	039	13528	0	America/Indiana/Indianapolis
4919109	Township of Cleveland	township-of-cleveland	Cleveland Township		US	IN	183	13564	0	America/Indiana/Indianapolis
4919131	Township of Clinton	township-of-clinton	Clinton Township		US	IN	011	13672	0	America/Indiana/Indianapolis
4919132	Township of Clinton	township-of-clinton	Clinton Township		US	IN	017	13690	0	America/Indiana/Indianapolis
4919133	Township of Clinton	township-of-clinton	Clinton Township		US	IN	039	13726	0	America/Indiana/Indianapolis
4919134	Township of Clinton	township-of-clinton	Clinton Township		US	IN	091	13744	0	America/Chicago
4919150	Township of Coal Creek	township-of-coal-creek	Coal Creek Township		US	IN	107	14014	0	America/Indiana/Indianapolis
4919177	Township of Colfax	township-of-colfax	Colfax Township		US	IN	111	14302	0	America/Chicago
4919213	Township of Columbia	township-of-columbia	Columbia Township		US	IN	183	14698	0	America/Indiana/Indianapolis
4919245	Township of Concord	township-of-concord	Concord Township		US	IN	033	14824	0	America/Indiana/Indianapolis
4919246	Township of Concord	township-of-concord	Concord Township		US	IN	039	14842	0	America/Indiana/Indianapolis
4919289	Township of Coolspring	township-of-coolspring	Coolspring Township		US	IN	091	15040	0	America/Chicago
4919494	Township of Dallas	township-of-dallas	Dallas Township		US	IN	069	16678	0	America/Indiana/Indianapolis
4919542	Township of Davis	township-of-davis	Daviess Township,Davis Township,Township of Davis		US	IN	045	16912	0	America/Indiana/Indianapolis
4919543	Township of Davis	township-of-davis	Davis Township		US	IN	149	16948	0	America/Indiana/Knox
4919594	Township of Deer Creek	township-of-deer-creek	Deer Creek Township		US	IN	015	17236	0	America/Indiana/Indianapolis
4919595	Township of Deer Creek	township-of-deer-creek	Deer Creek Township		US	IN	017	17254	0	America/Indiana/Indianapolis
4919596	Township of Deer Creek	township-of-deer-creek	Deer Creek Township		US	IN	103	17272	0	America/Indiana/Indianapolis
4919617	Township of Delaware	township-of-delaware	Delaware Township		US	IN	035	17470	0	America/Indiana/Indianapolis
4919628	Township of Democrat	township-of-democrat	Democrat Township		US	IN	015	17686	0	America/Indiana/Indianapolis
4919653	Township of Dewey	township-of-dewey	Dewey Township		US	IN	091	17974	0	America/Chicago
4919770	Township of Duck Creek	township-of-duck-creek	Duck Creek Township		US	IN	095	18820	0	America/Indiana/Indianapolis
4919835	Township of Eagle Creek	township-of-eagle-creek	Eagle Creek Township		US	IN	089	19306	0	America/Chicago
4919930	Township of Eden	township-of-eden	Eden Township		US	IN	087	20206	0	America/Indiana/Indianapolis
4919959	Township of Eel River	township-of-eel-river	Eel River Township		US	IN	003	20512	0	America/Indiana/Indianapolis
4919960	Township of Eel	township-of-eel	Eel Township		US	IN	017	20494	0	America/Indiana/Indianapolis
4919994	Township of Elkhart	township-of-elkhart	Elkhart Township		US	IN	039	20746	0	America/Indiana/Indianapolis
4919995	Township of Elkhart	township-of-elkhart	Elkhart Township		US	IN	113	20764	0	America/Indiana/Indianapolis
4920099	Township of Erie	township-of-erie	Erie Township		US	IN	103	21412	0	America/Indiana/Indianapolis
4920105	Township of Ervin	township-of-ervin	Ervin Township,Erwin Township,Township of Ervin		US	IN	067	21430	0	America/Indiana/Indianapolis
4920112	Township of Etna	township-of-etna	Etna Township		US	IN	085	21466	0	America/Indiana/Indianapolis
4920114	Township of Etna-Troy	township-of-etna-troy	Etna-Troy Township		US	IN	183	21520	0	America/Indiana/Indianapolis
4920145	Township of Fairfield	township-of-fairfield	Fairfield Township		US	IN	033	22288	0	America/Indiana/Indianapolis
4920146	Township of Fairfield	township-of-fairfield	Fairfield Township		US	IN	157	22342	0	America/Indiana/Indianapolis
4920156	Township of Fairmount	township-of-fairmount	Fairmount Township		US	IN	053	22441	0	America/Indiana/Indianapolis
4920208	Township of Fall Creek	township-of-fall-creek	Fall Creek Township		US	IN	065	22630	0	America/Indiana/Indianapolis
4920413	Township of Forest	township-of-forest	Forest Township		US	IN	023	23944	0	America/Indiana/Indianapolis
4920486	Township of Franklin	township-of-franklin	Franklin Township		US	IN	033	25342	0	America/Indiana/Indianapolis
4920487	Township of Franklin	township-of-franklin	Franklin Township		US	IN	053	25378	0	America/Indiana/Indianapolis
4920488	Township of Franklin	township-of-franklin	Franklin Township		US	IN	085	25486	0	America/Indiana/Indianapolis
4920489	Township of Franklin	township-of-franklin	Franklin Township		US	IN	107	25522	0	America/Indiana/Indianapolis
4920490	Township of Franklin	township-of-franklin	Franklin Township		US	IN	131	25558	0	America/Indiana/Winamac
4950196	Town of Sandwich	town-of-sandwich			US	MA	001	59735	20445	America/New_York
4920491	Township of Franklin	township-of-franklin	Franklin Township		US	IN	135	25594	0	America/Indiana/Indianapolis
4920515	Township of Fremont	township-of-fremont	Fremont Township		US	IN	151	25891	0	America/Indiana/Indianapolis
4920519	Township of French	township-of-french	French Township		US	IN	001	25900	0	America/Indiana/Indianapolis
4920572	Township of Galena	township-of-galena	Galena Township		US	IN	091	26224	0	America/Chicago
4920694	Township of German	township-of-german	German Township		US	IN	099	27450	0	America/Indiana/Indianapolis
4920695	Township of German	township-of-german	German Township		US	IN	141	27468	0	America/Indiana/Indianapolis
4920716	Township of Gilboa	township-of-gilboa	Gilboa Township		US	IN	007	27630	0	America/Indiana/Indianapolis
4920722	Township of Gillam	township-of-gillam	Gillam Township		US	IN	073	27684	0	America/Chicago
4920882	Township of Grant	township-of-grant	Grant Township		US	IN	007	28818	0	America/Indiana/Indianapolis
4920883	Township of Grant	township-of-grant	Grant Township		US	IN	033	28836	0	America/Indiana/Indianapolis
4920884	Township of Grant	township-of-grant	Grant Township		US	IN	111	28872	0	America/Chicago
4920939	Township of Green	township-of-green	Green Township,Greene Township,Township of Green		US	IN	053	29124	0	America/Indiana/Indianapolis
4920940	Township of Green	township-of-green	Green Township,Greene Township,Township of Green		US	IN	099	29178	0	America/Indiana/Indianapolis
4920941	Township of Green	township-of-green	Green Township,Greene Township,Township of Green		US	IN	113	29214	0	America/Indiana/Indianapolis
4920942	Township of Green	township-of-green	Green Township,Greene Township,Township of Green		US	IN	135	29232	0	America/Indiana/Indianapolis
4920947	Township of Greene	township-of-greene	Green Township,Greene Township,Township of Greene		US	IN	075	29466	0	America/Indiana/Indianapolis
4920948	Township of Greene	township-of-greene	Green Township,Greene Township,Township of Greene		US	IN	141	29502	0	America/Indiana/Indianapolis
4920952	Township of Greenfield	township-of-greenfield	Greenfield Township		US	IN	087	29538	0	America/Indiana/Indianapolis
4920960	Township of Greensfork	township-of-greensfork	Greens Fork Township,Greensfork Township,Township of Greensfork		US	IN	135	29736	0	America/Indiana/Indianapolis
4921094	Township of Hamilton	township-of-hamilton	Hamilton Township		US	IN	035	30600	0	America/Indiana/Indianapolis
4921129	Township of Hanging Grove	township-of-hanging-grove	Hanging Grove Township		US	IN	073	31144	0	America/Chicago
4921140	Township of Hanna	township-of-hanna	Hanna Township		US	IN	091	31198	0	America/Chicago
4921143	Township of Hanover	township-of-hanover	Hanover Township		US	IN	089	31252	0	America/Chicago
4921191	Township of Harris	township-of-harris	Harris Township		US	IN	141	31558	0	America/Indiana/Indianapolis
4921205	Township of Harrison	township-of-harrison	Harrison Township		US	IN	009	31630	0	America/Indiana/Indianapolis
4921206	Township of Harrison	township-of-harrison	Harrison Township		US	IN	017	31666	0	America/Indiana/Indianapolis
4921207	Township of Harrison	township-of-harrison	Harrison Township		US	IN	035	31756	0	America/Indiana/Indianapolis
4921208	Township of Harrison	township-of-harrison	Harrison Township		US	IN	039	31774	0	America/Indiana/Indianapolis
4921209	Township of Harrison	township-of-harrison	Harrison Township		US	IN	067	31846	0	America/Indiana/Indianapolis
4921210	Township of Harrison	township-of-harrison	Harrison Township		US	IN	085	31882	0	America/Indiana/Indianapolis
4921211	Township of Harrison	township-of-harrison	Harrison Township		US	IN	103	31918	0	America/Indiana/Indianapolis
4921212	Township of Harrison	township-of-harrison	Harrison Township		US	IN	131	31972	0	America/Indiana/Winamac
4921213	Township of Harrison	township-of-harrison	Harrison Township		US	IN	179	32062	0	America/Indiana/Indianapolis
4921230	Township of Hartford	township-of-hartford	Hartford Township		US	IN	001	32206	0	America/Indiana/Indianapolis
4921341	Township of Henry	township-of-henry	Henry Township		US	IN	049	33106	0	America/Indiana/Indianapolis
4921389	Township of Hickory Grove	township-of-hickory-grove	Hickory Grove Township		US	IN	007	33358	0	America/Indiana/Indianapolis
4921426	Township of Highland	township-of-highland	Highland Township		US	IN	165	33520	0	America/Indiana/Indianapolis
4921488	Township of Hobart	township-of-hobart	Hobart Township		US	IN	089	34132	0	America/Chicago
4921589	Township of Honey Creek	township-of-honey-creek	Honey Creek Township		US	IN	067	34528	0	America/Indiana/Indianapolis
4921590	Township of Honey Creek	township-of-honey-creek	Honey Creek Township		US	IN	181	34564	0	America/Indiana/Indianapolis
4921677	Township of Howard	township-of-howard	Howard Township		US	IN	067	34906	0	America/Indiana/Indianapolis
4921692	Township of Hudson	township-of-hudson	Hudson Township		US	IN	091	35068	0	America/Chicago
4921734	Township of Huntington	township-of-huntington	Huntington Township		US	IN	069	35311	0	America/Indiana/Indianapolis
4921814	Township of Indian Creek	township-of-indian-creek	Indian Creek Township		US	IN	131	36090	0	America/Indiana/Winamac
4921910	Township of Iroquois	township-of-iroquois	Iroquois Township		US	IN	111	36522	0	America/Chicago
4921948	Township of Jackson	township-of-jackson	Jackson Township		US	IN	003	36738	0	America/Indiana/Indianapolis
4921949	Township of Jackson	township-of-jackson	Jackson Township		US	IN	009	36774	0	America/Indiana/Indianapolis
4921950	Township of Jackson	township-of-jackson	Jackson Township		US	IN	015	36828	0	America/Indiana/Indianapolis
4921951	Township of Jackson	township-of-jackson	Jackson Township		US	IN	017	36846	0	America/Indiana/Indianapolis
4921952	Township of Jackson	township-of-jackson	Jackson Township		US	IN	023	36882	0	America/Indiana/Indianapolis
4921953	Township of Jackson	township-of-jackson	Jackson Township		US	IN	033	36936	0	America/Indiana/Indianapolis
4921954	Township of Jackson	township-of-jackson	Jackson Township		US	IN	039	36972	0	America/Indiana/Indianapolis
4921955	Township of Jackson	township-of-jackson	Jackson Township		US	IN	057	37044	0	America/Indiana/Indianapolis
4921956	Township of Jackson	township-of-jackson	Jackson Township		US	IN	067	37098	0	America/Indiana/Indianapolis
4921957	Township of Jackson	township-of-jackson	Jackson Township		US	IN	069	37116	0	America/Indiana/Indianapolis
4921958	Township of Jackson	township-of-jackson	Jackson Township		US	IN	075	37152	0	America/Indiana/Indianapolis
4921959	Township of Jackson	township-of-jackson	Jackson Township		US	IN	085	37170	0	America/Indiana/Indianapolis
4921960	Township of Jackson	township-of-jackson	Jackson Township		US	IN	095	37188	0	America/Indiana/Indianapolis
4921961	Township of Jackson	township-of-jackson	Jackson Township		US	IN	103	37206	0	America/Indiana/Indianapolis
4921962	Township of Jackson	township-of-jackson	Jackson Township		US	IN	111	37242	0	America/Chicago
4921963	Township of Jackson	township-of-jackson	Jackson Township		US	IN	127	37314	0	America/Chicago
4921964	Township of Jackson	township-of-jackson	Jackson Township		US	IN	135	37350	0	America/Indiana/Indianapolis
4921965	Township of Jackson	township-of-jackson	Jackson Township		US	IN	149	37440	0	America/Indiana/Knox
4921966	Township of Jackson	township-of-jackson	Jackson Township		US	IN	151	37458	0	America/Indiana/Indianapolis
4921967	Township of Jackson	township-of-jackson	Jackson Township		US	IN	157	37494	0	America/Indiana/Indianapolis
4921968	Township of Jackson	township-of-jackson	Jackson Township		US	IN	179	37548	0	America/Indiana/Indianapolis
4921969	Township of Jackson	township-of-jackson	Jackson Township		US	IN	181	37566	0	America/Indiana/Indianapolis
4921998	Township of Jamestown	township-of-jamestown	Jamestown Township		US	IN	151	37746	0	America/Indiana/Indianapolis
4922039	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IN	001	37818	0	America/Indiana/Indianapolis
4922040	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IN	011	37854	0	America/Indiana/Indianapolis
4922041	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IN	015	37872	0	America/Indiana/Indianapolis
4922042	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IN	017	37890	0	America/Indiana/Indianapolis
4922043	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IN	039	37944	0	America/Indiana/Indianapolis
4922044	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IN	053	37962	0	America/Indiana/Indianapolis
4922045	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IN	065	37998	0	America/Indiana/Indianapolis
4922046	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IN	069	38016	0	America/Indiana/Indianapolis
4922047	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IN	075	38034	0	America/Indiana/Indianapolis
4922048	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IN	085	38052	0	America/Indiana/Indianapolis
4922049	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IN	103	38070	0	America/Indiana/Indianapolis
4922050	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IN	111	38106	0	America/Chicago
4922051	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IN	113	38124	0	America/Indiana/Indianapolis
4922052	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IN	131	38178	0	America/Indiana/Winamac
4922053	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IN	159	38250	0	America/Indiana/Indianapolis
4922054	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IN	179	38304	0	America/Indiana/Indianapolis
4922055	Township of Jefferson	township-of-jefferson	Jefferson Township		US	IN	183	38322	0	America/Indiana/Indianapolis
4922127	Township of Johnson	township-of-johnson	Johnson Township		US	IN	023	38628	0	America/Indiana/Indianapolis
4922128	Township of Johnson	township-of-johnson	Johnson Township		US	IN	087	38718	0	America/Indiana/Indianapolis
4922129	Township of Johnson	township-of-johnson	Johnson Township		US	IN	091	38736	0	America/Chicago
4922161	Township of Jordan	township-of-jordan	Jordan Township		US	IN	073	38970	0	America/Chicago
4922162	Township of Jordan	township-of-jordan	Jordan Township		US	IN	171	39024	0	America/Indiana/Indianapolis
4922201	Township of Kankakee	township-of-kankakee	Kankakee Township		US	IN	073	39168	0	America/Chicago
4922202	Township of Kankakee	township-of-kankakee	Kankakee Township		US	IN	091	39186	0	America/Chicago
4922221	Township of Keener	township-of-keener	Keener Township		US	IN	073	39222	0	America/Chicago
4922266	Township of Kent	township-of-kent	Kent Township		US	IN	171	39528	0	America/Indiana/Indianapolis
4922287	Township of Keyser	township-of-keyser	Keyser Township		US	IN	033	39636	0	America/Indiana/Indianapolis
4922344	Township of Kirkland	township-of-kirkland	Kirkland Township		US	IN	001	39924	0	America/Indiana/Indianapolis
4922346	Township of Kirklin	township-of-kirklin	Kirklin Township		US	IN	023	39960	0	America/Indiana/Indianapolis
4922381	Township of Knox	township-of-knox	Knox Township		US	IN	075	40356	0	America/Indiana/Indianapolis
4922469	Township of Lafayette	township-of-lafayette	Lafayette Township		US	IN	003	40716	0	America/Indiana/Indianapolis
4922470	Township of Lafayette	township-of-lafayette	Lafayette Township		US	IN	095	40752	0	America/Indiana/Indianapolis
4922476	Township of Lagro	township-of-lagro	Lagro Township		US	IN	169	40914	0	America/Indiana/Indianapolis
4922554	Township of Lake	township-of-lake	Lake Township		US	IN	003	40932	0	America/Indiana/Indianapolis
4922555	Township of Lake	township-of-lake	Lake Township		US	IN	085	40950	0	America/Indiana/Indianapolis
4922556	Township of Lake	township-of-lake	Lake Township		US	IN	111	40968	0	America/Chicago
4922603	Township of Lancaster	township-of-lancaster	Lancaster Township		US	IN	069	41904	0	America/Indiana/Indianapolis
4922604	Township of Lancaster	township-of-lancaster	Lancaster Township		US	IN	179	41958	0	America/Indiana/Indianapolis
4922657	Township of Lauramie	township-of-lauramie	Lauramie Township,Laurance Township,Township of Lauramie		US	IN	157	42354	0	America/Indiana/Indianapolis
4922759	Township of Liberty	township-of-liberty	Liberty Township		US	IN	015	43200	0	America/Indiana/Indianapolis
4922760	Township of Liberty	township-of-liberty	Liberty Township		US	IN	035	43236	0	America/Indiana/Indianapolis
4922761	Township of Liberty	township-of-liberty	Liberty Township		US	IN	049	43254	0	America/Indiana/Indianapolis
4922762	Township of Liberty	township-of-liberty	Liberty Township		US	IN	053	43272	0	America/Indiana/Indianapolis
4922763	Township of Liberty	township-of-liberty	Liberty Township		US	IN	067	43326	0	America/Indiana/Indianapolis
4922764	Township of Liberty	township-of-liberty	Liberty Township		US	IN	127	43362	0	America/Chicago
4922765	Township of Liberty	township-of-liberty	Liberty Township		US	IN	141	43380	0	America/Indiana/Indianapolis
4922766	Township of Liberty	township-of-liberty	Liberty Township		US	IN	159	43416	0	America/Indiana/Indianapolis
4922767	Township of Liberty	township-of-liberty	Liberty Township		US	IN	169	43470	0	America/Indiana/Indianapolis
4922768	Township of Liberty	township-of-liberty	Liberty Township		US	IN	171	43488	0	America/Indiana/Indianapolis
4922769	Township of Liberty	township-of-liberty	Liberty Township		US	IN	179	43506	0	America/Indiana/Indianapolis
4922770	Township of Liberty	township-of-liberty	Liberty Township		US	IN	181	43524	0	America/Indiana/Indianapolis
4922775	Township of Licking	township-of-licking	Licking Township		US	IN	009	43650	0	America/Indiana/Indianapolis
4922783	Township of Lima	township-of-lima	Lima Township		US	IN	087	43722	0	America/Indiana/Indianapolis
4922822	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IN	091	43812	0	America/Chicago
4922823	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IN	111	43830	0	America/Chicago
4922824	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IN	141	43848	0	America/Indiana/Indianapolis
4922825	Township of Lincoln	township-of-lincoln	Lincoln Township		US	IN	181	43866	0	America/Indiana/Indianapolis
4922956	Township of Locke	township-of-locke	Locke Township		US	IN	039	44514	0	America/Indiana/Indianapolis
4922967	Township of Logan	township-of-logan	Logan Township		US	IN	045	44622	0	America/Indiana/Indianapolis
4923130	Township of Madison	township-of-madison	Madison Township		US	IN	003	45882	0	America/Indiana/Indianapolis
4923131	Township of Madison	township-of-madison	Madison Township		US	IN	015	45900	0	America/Indiana/Indianapolis
4923132	Township of Madison	township-of-madison	Madison Township		US	IN	023	45918	0	America/Indiana/Indianapolis
4923133	Township of Madison	township-of-madison	Madison Township		US	IN	075	45972	0	America/Indiana/Indianapolis
4923134	Township of Madison	township-of-madison	Madison Township		US	IN	107	46026	0	America/Indiana/Indianapolis
4923135	Township of Madison	township-of-madison	Madison Township		US	IN	141	46098	0	America/Indiana/Indianapolis
4923136	Township of Madison	township-of-madison	Madison Township		US	IN	159	46116	0	America/Indiana/Indianapolis
4923218	Township of Marion	township-of-marion	Marion Township		US	IN	003	46836	0	America/Indiana/Indianapolis
4923219	Township of Marion	township-of-marion	Marion Township		US	IN	011	46854	0	America/Indiana/Indianapolis
4923220	Township of Marion	township-of-marion	Marion Township		US	IN	073	46944	0	America/Chicago
4923319	Township of Maumee	township-of-maumee	Maumee Township		US	IN	003	47646	0	America/Indiana/Indianapolis
4923344	Township of McClellan	township-of-mcclellan	McClellan Township		US	IN	111	45594	0	America/Chicago
4923500	Township of Medina	township-of-medina	Medina Township		US	IN	171	48222	0	America/Indiana/Indianapolis
4923522	Township of Miami	township-of-miami	Miami Township		US	IN	017	48654	0	America/Indiana/Indianapolis
4923540	Township of Michigan	township-of-michigan	Michigan Township		US	IN	023	48762	0	America/Indiana/Indianapolis
4923541	Township of Michigan	township-of-michigan	Michigan Township		US	IN	091	48780	0	America/Chicago
4923556	Township of Middlebury	township-of-middlebury	Middlebury Township		US	IN	039	48942	0	America/Indiana/Indianapolis
4923569	Township of Milan	township-of-milan	Milan Township		US	IN	003	49248	0	America/Indiana/Indianapolis
4923575	Township of Milford	township-of-milford	Milford Township		US	IN	087	49338	0	America/Indiana/Indianapolis
4923586	Township of Mill	township-of-mill	Mill Township		US	IN	053	49374	0	America/Indiana/Indianapolis
4923590	Township of Millcreek	township-of-millcreek	Millcreek Township		US	IN	045	49392	0	America/Indiana/Indianapolis
4923642	Township of Millgrove	township-of-millgrove	Milgrove Township,Mill Grove Township,Millgrove Township,Township of Millgrove		US	IN	151	49644	0	America/Indiana/Indianapolis
4923650	Township of Milroy	township-of-milroy	Milroy Township		US	IN	073	49788	0	America/Chicago
4923716	Township of Monon	township-of-monon	Monon Township		US	IN	181	50166	0	America/Indiana/Indianapolis
4923725	Township of Monroe	township-of-monroe	Monroe Township		US	IN	001	50220	0	America/Indiana/Indianapolis
4923726	Township of Monroe	township-of-monroe	Monroe Township		US	IN	003	50238	0	America/Indiana/Indianapolis
4923727	Township of Monroe	township-of-monroe	Monroe Township		US	IN	015	50256	0	America/Indiana/Indianapolis
4923728	Township of Monroe	township-of-monroe	Monroe Township		US	IN	035	50292	0	America/Indiana/Indianapolis
4923729	Township of Monroe	township-of-monroe	Monroe Township		US	IN	053	50310	0	America/Indiana/Indianapolis
4923730	Township of Monroe	township-of-monroe	Monroe Township		US	IN	067	50328	0	America/Indiana/Indianapolis
4923731	Township of Monroe	township-of-monroe	Monroe Township		US	IN	085	50364	0	America/Indiana/Indianapolis
4923732	Township of Monroe	township-of-monroe	Monroe Township		US	IN	095	50382	0	America/Indiana/Indianapolis
4923733	Township of Monroe	township-of-monroe	Monroe Township		US	IN	131	50436	0	America/Indiana/Winamac
4923734	Township of Monroe	township-of-monroe	Monroe Township		US	IN	135	50472	0	America/Indiana/Indianapolis
4923790	Township of Morgan	township-of-morgan	Morgan Township		US	IN	127	51066	0	America/Chicago
4923844	Township of Mound	township-of-mound	Mound Township		US	IN	171	51264	0	America/Indiana/Indianapolis
4924099	Township of New Durham	township-of-new-durham	New Durham Township		US	IN	091	52830	0	America/Chicago
4924155	Township of Newbury	township-of-newbury	Newbury Township		US	IN	087	52686	0	America/Indiana/Indianapolis
4924156	Township of Newcastle	township-of-newcastle	Newcastle Township		US	IN	049	52722	0	America/Indiana/Indianapolis
4924167	Township of Newton	township-of-newton	Newton Township		US	IN	073	53622	0	America/Chicago
4969013	Town of Knox	town-of-knox	Knox Township,Town of Knox		US	ME	027	37585	805	America/New_York
4924173	Township of Newville	township-of-newville	Newville Township		US	IN	033	53784	0	America/Indiana/Indianapolis
4924186	Township of Niles	township-of-niles	Niles Township		US	IN	035	53928	0	America/Indiana/Indianapolis
4924193	Township of Noble	township-of-noble	Noble Township		US	IN	017	54054	0	America/Indiana/Indianapolis
4924194	Township of Noble	township-of-noble	Noble Township		US	IN	075	54072	0	America/Indiana/Indianapolis
4924195	Township of Noble	township-of-noble	Noble Township		US	IN	091	54090	0	America/Chicago
4924196	Township of Noble	township-of-noble	Noble Township		US	IN	113	54108	0	America/Indiana/Indianapolis
4924197	Township of Noble	township-of-noble	Noble Township		US	IN	169	54162	0	America/Indiana/Indianapolis
4924201	Township of Noblesville	township-of-noblesville	Noblesville Township		US	IN	057	54198	0	America/Indiana/Indianapolis
4924223	Township of North Bend	township-of-north-bend	North Bend Township		US	IN	149	54504	0	America/Indiana/Knox
4924279	Township of North	township-of-north	North Township		US	IN	089	54414	0	America/Chicago
4924280	Township of North	township-of-north	North Township		US	IN	099	54432	0	America/Indiana/Indianapolis
4924314	Township of Nottingham	township-of-nottingham	Nottingham Township		US	IN	179	55422	0	America/Indiana/Indianapolis
4924350	Township of Oak Grove	township-of-oak-grove	Oak Grove Township		US	IN	007	55620	0	America/Indiana/Indianapolis
4924478	Township of Olive	township-of-olive	Olive Township		US	IN	039	56520	0	America/Indiana/Indianapolis
4924479	Township of Olive	township-of-olive	Olive Township		US	IN	141	56556	0	America/Indiana/Indianapolis
4924509	Township of Orange	township-of-orange	Orange Township		US	IN	113	56754	0	America/Indiana/Indianapolis
4924520	Township of Oregon	township-of-oregon	Oregon Township		US	IN	149	56916	0	America/Indiana/Knox
4924542	Township of Osolo	township-of-osolo	Osolo Township		US	IN	039	57150	0	America/Indiana/Indianapolis
4924553	Township of Otsego	township-of-otsego	Otsego Township		US	IN	151	57240	0	America/Indiana/Indianapolis
4924586	Township of Owen	township-of-owen	Owen Township		US	IN	023	57456	0	America/Indiana/Indianapolis
4924625	Township of Parish Grove	township-of-parish-grove	Parish Grove Township		US	IN	007	57942	0	America/Indiana/Indianapolis
4924680	Township of Paw Paw	township-of-paw-paw	Paw Paw Township		US	IN	169	58482	0	America/Indiana/Indianapolis
4924696	Township of Penn	township-of-penn	Penn Township		US	IN	075	58680	0	America/Indiana/Indianapolis
4924697	Township of Penn	township-of-penn	Penn Township		US	IN	141	58734	0	America/Indiana/Indianapolis
4924721	Township of Perry	township-of-perry	Perry Township		US	IN	003	58950	0	America/Indiana/Indianapolis
4924722	Township of Perry	township-of-perry	Perry Township		US	IN	023	59004	0	America/Indiana/Indianapolis
4924723	Township of Perry	township-of-perry	Perry Township		US	IN	035	59022	0	America/Indiana/Indianapolis
4924724	Township of Perry	township-of-perry	Perry Township		US	IN	103	59094	0	America/Indiana/Indianapolis
4924725	Township of Perry	township-of-perry	Perry Township		US	IN	113	59130	0	America/Indiana/Indianapolis
4924726	Township of Perry	township-of-perry	Perry Township		US	IN	157	59148	0	America/Indiana/Indianapolis
4924736	Township of Peru	township-of-peru	Peru Township		US	IN	103	59346	0	America/Indiana/Indianapolis
4924799	Township of Pike	township-of-pike	Pike Township		US	IN	075	59724	0	America/Indiana/Indianapolis
4924800	Township of Pike	township-of-pike	Pike Township		US	IN	171	59778	0	America/Indiana/Indianapolis
4924826	Township of Pine	township-of-pine	Pine Township		US	IN	007	59886	0	America/Indiana/Indianapolis
4924827	Township of Pine	township-of-pine	Pine Township		US	IN	127	59922	0	America/Chicago
4924828	Township of Pine	township-of-pine	Pine Township		US	IN	171	59958	0	America/Indiana/Indianapolis
4924844	Township of Pipe Creek	township-of-pipe-creek	Pipe Creek Township		US	IN	095	60156	0	America/Indiana/Indianapolis
4924845	Township of Pipe Creek	township-of-pipe-creek	Pipe Creek Township		US	IN	103	60174	0	America/Indiana/Indianapolis
4924861	Township of Plain	township-of-plain	Plain Township		US	IN	085	60228	0	America/Indiana/Indianapolis
4924937	Township of Pleasant	township-of-pleasant	Pleasant Township		US	IN	003	60354	0	America/Indiana/Indianapolis
4924938	Township of Pleasant	township-of-pleasant	Pleasant Township		US	IN	053	60372	0	America/Indiana/Indianapolis
4924939	Township of Pleasant	township-of-pleasant	Pleasant Township		US	IN	091	60408	0	America/Chicago
4924940	Township of Pleasant	township-of-pleasant	Pleasant Township		US	IN	127	60426	0	America/Chicago
4924941	Township of Pleasant	township-of-pleasant	Pleasant Township		US	IN	151	60444	0	America/Indiana/Indianapolis
4924942	Township of Pleasant	township-of-pleasant	Pleasant Township		US	IN	169	60498	0	America/Indiana/Indianapolis
4924976	Township of Polk	township-of-polk	Polk Township		US	IN	069	60948	0	America/Indiana/Indianapolis
4924977	Township of Polk	township-of-polk	Polk Township		US	IN	099	60966	0	America/Indiana/Indianapolis
4925012	Township of Portage	township-of-portage	Portage Township		US	IN	127	61110	0	America/Chicago
4925013	Township of Portage	township-of-portage	Portage Township		US	IN	141	61128	0	America/Indiana/Indianapolis
4925036	Township of Porter	township-of-porter	Porter Township		US	IN	127	61182	0	America/Chicago
4925097	Township of Prairie	township-of-prairie	Prairie Township		US	IN	065	61560	0	America/Indiana/Indianapolis
4925098	Township of Prairie	township-of-prairie	Prairie Township		US	IN	085	61578	0	America/Indiana/Indianapolis
4925099	Township of Prairie	township-of-prairie	Prairie Township		US	IN	091	61596	0	America/Chicago
4925100	Township of Prairie	township-of-prairie	Prairie Township		US	IN	159	61614	0	America/Indiana/Indianapolis
4925101	Township of Prairie	township-of-prairie	Prairie Township		US	IN	171	61632	0	America/Indiana/Indianapolis
4925102	Township of Prairie	township-of-prairie	Prairie Township		US	IN	181	61650	0	America/Indiana/Indianapolis
4925112	Township of Preble	township-of-preble	Preble Township		US	IN	001	61884	0	America/Indiana/Indianapolis
4925135	Township of Princeton	township-of-princeton	Princeton Township		US	IN	181	62064	0	America/Indiana/Indianapolis
4925208	Township of Railroad	township-of-railroad	Rail Road Township,Railroad Township,Township of Railroad		US	IN	149	62748	0	America/Indiana/Knox
4925227	Township of Randolph	township-of-randolph	Randolph Township		US	IN	157	62964	0	America/Indiana/Indianapolis
4925358	Township of Rich Grove	township-of-rich-grove	Rich Grove Township		US	IN	131	63972	0	America/Indiana/Winamac
4925367	Township of Richland	township-of-richland	Richland Township		US	IN	007	63990	0	America/Indiana/Indianapolis
4925368	Township of Richland	township-of-richland	Richland Township		US	IN	033	64008	0	America/Indiana/Indianapolis
4925369	Township of Richland	township-of-richland	Richland Township		US	IN	045	64026	0	America/Indiana/Indianapolis
4925370	Township of Richland	township-of-richland	Richland Township		US	IN	049	64044	0	America/Indiana/Indianapolis
4925371	Township of Richland	township-of-richland	Richland Township		US	IN	053	64062	0	America/Indiana/Indianapolis
4925372	Township of Richland	township-of-richland	Richland Township		US	IN	075	64098	0	America/Indiana/Indianapolis
4925373	Township of Richland	township-of-richland	Richland Township		US	IN	095	64116	0	America/Indiana/Indianapolis
4925374	Township of Richland	township-of-richland	Richland Township		US	IN	103	64134	0	America/Indiana/Indianapolis
4925375	Township of Richland	township-of-richland	Richland Township		US	IN	151	64224	0	America/Indiana/Indianapolis
4925376	Township of Richland	township-of-richland	Richland Township		US	IN	183	64242	0	America/Indiana/Indianapolis
4925522	Township of Rochester	township-of-rochester	Rochester Township		US	IN	049	65232	0	America/Indiana/Indianapolis
4925528	Township of Rock Creek	township-of-rock-creek	Rock Creek Township		US	IN	069	65304	0	America/Indiana/Indianapolis
4925537	Township of Rockcreek	township-of-rockcreek	Rockcreek Township		US	IN	179	65322	0	America/Indiana/Indianapolis
4925578	Township of Root	township-of-root	Root Township		US	IN	001	65862	0	America/Indiana/Indianapolis
4925606	Township of Ross	township-of-ross	Ross Township		US	IN	023	66078	0	America/Indiana/Indianapolis
4925607	Township of Ross	township-of-ross	Ross Township		US	IN	089	66096	0	America/Chicago
4925622	Township of Round Grove	township-of-round-grove	Round Grove Township		US	IN	181	66186	0	America/Indiana/Indianapolis
4925861	Township of Saint Joseph	township-of-saint-joseph	Saint Joseph Township,St. Joseph Township		US	IN	003	66924	0	America/Indiana/Indianapolis
4925949	Township of Saint Marys	township-of-saint-marys	Saint Marys Township,St. Marys Township		US	IN	001	67068	0	America/Indiana/Indianapolis
4926062	Township of Salamonie	township-of-salamonie	Salamonia Township,Salamonie Township,Township of Salamonie		US	IN	069	67320	0	America/Indiana/Indianapolis
4926097	Township of Salem	township-of-salem	Salem Township		US	IN	035	67356	0	America/Indiana/Indianapolis
4926098	Township of Salem	township-of-salem	Salem Township		US	IN	131	67392	0	America/Indiana/Winamac
4926099	Township of Salem	township-of-salem	Salem Township		US	IN	151	67428	0	America/Indiana/Indianapolis
4926211	Township of Scipio	township-of-scipio	Scipio Township		US	IN	003	68292	0	America/Indiana/Indianapolis
4926212	Township of Scipio	township-of-scipio	Scipio Township		US	IN	091	68346	0	America/Chicago
4926230	Township of Scott	township-of-scott	Scott Township		US	IN	085	68400	0	America/Indiana/Indianapolis
4926231	Township of Scott	township-of-scott	Scott Township		US	IN	151	68454	0	America/Indiana/Indianapolis
4926275	Township of Seward	township-of-seward	Seward Township,Steward Township,Township of Seward		US	IN	085	68796	0	America/Indiana/Indianapolis
4926340	Township of Shawnee	township-of-shawnee	Shawnee Township		US	IN	045	69084	0	America/Indiana/Indianapolis
4926352	Township of Sheffield	township-of-sheffield	Sheffield Township		US	IN	157	69174	0	America/Indiana/Indianapolis
4926357	Township of Shelby	township-of-shelby	Shelby Township		US	IN	157	69300	0	America/Indiana/Indianapolis
4926457	Township of Sims	township-of-sims	Sims Township		US	IN	053	69912	0	America/Indiana/Indianapolis
4926527	Township of Smith	township-of-smith	Smith Township		US	IN	183	70182	0	America/Indiana/Indianapolis
4926530	Township of Smithfield	township-of-smithfield	Smithfield Township		US	IN	033	70200	0	America/Indiana/Indianapolis
4926663	Township of Sparta	township-of-sparta	Sparta Township		US	IN	113	71756	0	America/Indiana/Indianapolis
4926677	Township of Spencer	township-of-spencer	Spencer Township		US	IN	033	71918	0	America/Indiana/Indianapolis
4926720	Township of Springfield	township-of-springfield	Springfield Township		US	IN	003	72116	0	America/Indiana/Indianapolis
4926721	Township of Springfield	township-of-springfield	Springfield Township		US	IN	087	72152	0	America/Indiana/Indianapolis
4926722	Township of Springfield	township-of-springfield	Springfield Township		US	IN	091	72170	0	America/Chicago
4926743	Township of Stafford	township-of-stafford	Stafford Township		US	IN	033	72512	0	America/Indiana/Indianapolis
4926800	Township of Steuben	township-of-steuben	Steuben Township		US	IN	151	73070	0	America/Indiana/Indianapolis
4926801	Township of Steuben	township-of-steuben	Steuben Township		US	IN	171	73088	0	America/Indiana/Indianapolis
4926856	Township of Stoney Creek	township-of-stoney-creek	Stoney Creek Township		US	IN	135	73478	0	America/Indiana/Indianapolis
4926859	Township of Stoney Creek	township-of-stoney-creek	Stoney Creek Township		US	IN	065	73472	0	America/Indiana/Indianapolis
4926863	Township of Stony Creek	township-of-stony-creek	Stony Creek Township,Stonycreek Township,Township of Stony Creek		US	IN	095	73556	0	America/Indiana/Indianapolis
4926927	Township of Sugar Creek	township-of-sugar-creek	Sugar Creek Township		US	IN	011	73844	0	America/Indiana/Indianapolis
4926928	Township of Sugar Creek	township-of-sugar-creek	Sugar Creek Township		US	IN	023	73862	0	America/Indiana/Indianapolis
4926929	Township of Sugar Creek	township-of-sugar-creek	Sugar Creek Township		US	IN	107	73898	0	America/Indiana/Indianapolis
4926994	Township of Swan	township-of-swan	Swan Township		US	IN	113	74474	0	America/Indiana/Indianapolis
4927099	Township of Taylor	township-of-taylor	Taylor Township		US	IN	067	75032	0	America/Indiana/Indianapolis
4927192	Township of Thorncreek	township-of-thorncreek	Thorncreek Township		US	IN	183	75590	0	America/Indiana/Indianapolis
4927235	Township of Tippecanoe	township-of-tippecanoe	Tippecanoe Township		US	IN	015	75824	0	America/Indiana/Indianapolis
4927236	Township of Tippecanoe	township-of-tippecanoe	Tippecanoe Township		US	IN	085	75842	0	America/Indiana/Indianapolis
4927237	Township of Tippecanoe	township-of-tippecanoe	Tippecanoe Township		US	IN	099	75878	0	America/Indiana/Indianapolis
4927238	Township of Tippecanoe	township-of-tippecanoe	Tippecanoe Township		US	IN	131	75896	0	America/Indiana/Winamac
4927239	Township of Tippecanoe	township-of-tippecanoe	Tippecanoe Township		US	IN	157	75914	0	America/Indiana/Indianapolis
4927245	Township of Tipton	township-of-tipton	Tipton Township		US	IN	017	75968	0	America/Indiana/Indianapolis
4927350	Township of Troy	township-of-troy	Troy Township		US	IN	033	76598	0	America/Indiana/Indianapolis
4927351	Township of Troy	township-of-troy	Troy Township		US	IN	045	76616	0	America/Indiana/Indianapolis
4927372	Township of Turkey Creek	township-of-turkey-creek	Turkey Creek Township		US	IN	085	76760	0	America/Indiana/Indianapolis
4927464	Township of Union	township-of-union	Union Township		US	IN	001	77120	0	America/Indiana/Indianapolis
4927465	Township of Union	township-of-union	Union Township		US	IN	007	77138	0	America/Indiana/Indianapolis
4927467	Township of Union	township-of-union	Union Township		US	IN	023	77192	0	America/Indiana/Indianapolis
4927468	Township of Union	township-of-union	Union Township		US	IN	033	77228	0	America/Indiana/Indianapolis
4927469	Township of Union	township-of-union	Union Township		US	IN	035	77246	0	America/Indiana/Indianapolis
4927470	Township of Union	township-of-union	Union Township		US	IN	039	77264	0	America/Indiana/Indianapolis
4927471	Township of Union	township-of-union	Union Township		US	IN	049	77282	0	America/Indiana/Indianapolis
4927472	Township of Union	township-of-union	Union Township		US	IN	067	77336	0	America/Indiana/Indianapolis
4927473	Township of Union	township-of-union	Union Township		US	IN	069	77354	0	America/Indiana/Indianapolis
4927474	Township of Union	township-of-union	Union Township		US	IN	073	77372	0	America/Chicago
4927475	Township of Union	township-of-union	Union Township		US	IN	091	77408	0	America/Chicago
4927476	Township of Union	township-of-union	Union Township		US	IN	095	77426	0	America/Indiana/Indianapolis
4927477	Township of Union	township-of-union	Union Township		US	IN	099	77444	0	America/Indiana/Indianapolis
4927478	Township of Union	township-of-union	Union Township		US	IN	103	77462	0	America/Indiana/Indianapolis
4927479	Township of Union	township-of-union	Union Township		US	IN	107	77480	0	America/Indiana/Indianapolis
4927480	Township of Union	township-of-union	Union Township		US	IN	127	77570	0	America/Chicago
4927481	Township of Union	township-of-union	Union Township		US	IN	135	77588	0	America/Indiana/Indianapolis
4927482	Township of Union	township-of-union	Union Township		US	IN	141	77624	0	America/Indiana/Indianapolis
4927483	Township of Union	township-of-union	Union Township		US	IN	157	77660	0	America/Indiana/Indianapolis
4927484	Township of Union	township-of-union	Union Township		US	IN	179	77714	0	America/Indiana/Indianapolis
4927485	Township of Union	township-of-union	Union Township		US	IN	181	77732	0	America/Indiana/Indianapolis
4927486	Township of Union	township-of-union	Union Township		US	IN	183	77750	0	America/Indiana/Indianapolis
4927557	Township of Van Buren	township-of-van-buren	Van Buren Township		US	IN	045	78452	0	America/Indiana/Indianapolis
4927558	Township of Van Buren	township-of-van-buren	Van Buren Township		US	IN	053	78479	0	America/Indiana/Indianapolis
4927559	Township of Van Buren	township-of-van-buren	Van Buren Township		US	IN	085	78488	0	America/Indiana/Indianapolis
4927560	Township of Van Buren	township-of-van-buren	Van Buren Township		US	IN	087	78506	0	America/Indiana/Indianapolis
4927561	Township of Van Buren	township-of-van-buren	Van Buren Township		US	IN	095	78524	0	America/Indiana/Indianapolis
4927562	Township of Van Buren	township-of-van-buren	Van Buren Township		US	IN	131	78560	0	America/Indiana/Winamac
4927756	Township of Wabash	township-of-wabash	Wabash Township		US	IN	001	79262	0	America/Indiana/Indianapolis
4927757	Township of Wabash	township-of-wabash	Wabash Township		US	IN	045	79280	0	America/Indiana/Indianapolis
4927758	Township of Wabash	township-of-wabash	Wabash Township		US	IN	075	79316	0	America/Indiana/Indianapolis
4927759	Township of Wabash	township-of-wabash	Wabash Township		US	IN	157	79352	0	America/Indiana/Indianapolis
4927786	Township of Walker	township-of-walker	Walker Township		US	IN	073	79640	0	America/Chicago
4927819	Township of Walnut	township-of-walnut	Walnut Township		US	IN	099	79820	0	America/Indiana/Indianapolis
4927831	Township of Waltz	township-of-waltz	Waltz Township		US	IN	169	79982	0	America/Indiana/Indianapolis
4927838	Township of Ward	township-of-ward	Ward Township		US	IN	135	80072	0	America/Indiana/Indianapolis
4927850	Township of Warren	township-of-warren	Warren Township		US	IN	023	80090	0	America/Indiana/Indianapolis
4927851	Township of Warren	township-of-warren	Warren Township		US	IN	069	80126	0	America/Indiana/Indianapolis
4927852	Township of Warren	township-of-warren	Warren Township		US	IN	141	80180	0	America/Indiana/Indianapolis
4927853	Township of Warren	township-of-warren	Warren Township		US	IN	171	80198	0	America/Indiana/Indianapolis
4927898	Township of Washington	township-of-washington	Washington Township		US	IN	001	80324	0	America/Indiana/Indianapolis
4927899	Township of Washington	township-of-washington	Washington Township		US	IN	003	80342	0	America/Indiana/Indianapolis
4927900	Township of Washington	township-of-washington	Washington Township		US	IN	009	80360	0	America/Indiana/Indianapolis
4927901	Township of Washington	township-of-washington	Washington Township		US	IN	011	80378	0	America/Indiana/Indianapolis
4927902	Township of Washington	township-of-washington	Washington Township		US	IN	015	80414	0	America/Indiana/Indianapolis
4927903	Township of Washington	township-of-washington	Washington Township		US	IN	017	80432	0	America/Indiana/Indianapolis
4927904	Township of Washington	township-of-washington	Washington Township		US	IN	023	80486	0	America/Indiana/Indianapolis
4927905	Township of Washington	township-of-washington	Washington Township		US	IN	035	80576	0	America/Indiana/Indianapolis
4927906	Township of Washington	township-of-washington	Washington Township		US	IN	039	80594	0	America/Indiana/Indianapolis
4927907	Township of Washington	township-of-washington	Washington Township		US	IN	053	80630	0	America/Indiana/Indianapolis
4927908	Township of Washington	township-of-washington	Washington Township		US	IN	057	80666	0	America/Indiana/Indianapolis
4927909	Township of Washington	township-of-washington	Washington Township		US	IN	085	80756	0	America/Indiana/Indianapolis
4927910	Township of Washington	township-of-washington	Washington Township		US	IN	091	80774	0	America/Chicago
4927911	Township of Washington	township-of-washington	Washington Township		US	IN	103	80810	0	America/Indiana/Indianapolis
4927912	Township of Washington	township-of-washington	Washington Township		US	IN	111	80864	0	America/Chicago
4927913	Township of Washington	township-of-washington	Washington Township		US	IN	113	80882	0	America/Indiana/Indianapolis
4927914	Township of Washington	township-of-washington	Washington Township		US	IN	127	80954	0	America/Chicago
4927915	Township of Washington	township-of-washington	Washington Township		US	IN	135	80990	0	America/Indiana/Indianapolis
4927916	Township of Washington	township-of-washington	Washington Township		US	IN	149	81062	0	America/Indiana/Knox
4927917	Township of Washington	township-of-washington	Washington Township		US	IN	157	81080	0	America/Indiana/Indianapolis
4927918	Township of Washington	township-of-washington	Washington Township		US	IN	171	81098	0	America/Indiana/Indianapolis
4927919	Township of Washington	township-of-washington	Washington Township		US	IN	183	81152	0	America/Indiana/Indianapolis
4927953	Township of Wayne	township-of-wayne	Wayne Township		US	IN	003	81620	0	America/Indiana/Indianapolis
4927954	Township of Wayne	township-of-wayne	Wayne Township		US	IN	049	81692	0	America/Indiana/Indianapolis
4927955	Township of Wayne	township-of-wayne	Wayne Township		US	IN	057	81710	0	America/Indiana/Indianapolis
4927956	Township of Wayne	township-of-wayne	Wayne Township		US	IN	069	81746	0	America/Indiana/Indianapolis
4927957	Township of Wayne	township-of-wayne	Wayne Township		US	IN	075	81764	0	America/Indiana/Indianapolis
4927958	Township of Wayne	township-of-wayne	Wayne Township		US	IN	085	81782	0	America/Indiana/Indianapolis
4927959	Township of Wayne	township-of-wayne	Wayne Township		US	IN	107	81818	0	America/Indiana/Indianapolis
4927960	Township of Wayne	township-of-wayne	Wayne Township		US	IN	113	81836	0	America/Indiana/Indianapolis
4927961	Township of Wayne	township-of-wayne	Wayne Township		US	IN	135	81890	0	America/Indiana/Indianapolis
4927962	Township of Wayne	township-of-wayne	Wayne Township		US	IN	149	81908	0	America/Indiana/Knox
4927963	Township of Wayne	township-of-wayne	Wayne Township		US	IN	157	81926	0	America/Indiana/Indianapolis
4927971	Township of Wea	township-of-wea	Wea Township		US	IN	157	82070	0	America/Indiana/Indianapolis
4928056	Township of West Creek	township-of-west-creek	West Creek Township		US	IN	089	82574	0	America/Chicago
4928094	Township of West Point	township-of-west-point	West Point Township		US	IN	181	83258	0	America/Indiana/Indianapolis
4928107	Township of West	township-of-west	West Township		US	IN	099	82304	0	America/Indiana/Indianapolis
4928112	Township of Westchester	township-of-westchester	Westchester Township		US	IN	127	82484	0	America/Chicago
4928157	Township of Wheatfield	township-of-wheatfield	Wheatfield Township		US	IN	073	83546	0	America/Chicago
4928195	Township of White Post	township-of-white-post	White Post Township		US	IN	131	83852	0	America/Indiana/Winamac
4928199	Township of White River	township-of-white-river	White River Township		US	IN	057	83906	0	America/Indiana/Indianapolis
4928200	Township of White River	township-of-white-river	White River Township		US	IN	135	83942	0	America/Indiana/Indianapolis
4928265	Township of Wildcat	township-of-wildcat	Wildcat Township		US	IN	159	84194	0	America/Indiana/Indianapolis
4928288	Township of Wills	township-of-wills	Township of Wills,Wells Township,Wills Township		US	IN	091	84554	0	America/Chicago
4928289	Township of Wilmington	township-of-wilmington	Wilmington Township		US	IN	033	84590	0	America/Indiana/Indianapolis
4928332	Township of Winfield	township-of-winfield	Winfield Township		US	IN	089	84896	0	America/Chicago
4928488	Township of York	township-of-york	York Township		US	IN	007	85940	0	America/Indiana/Indianapolis
4928489	Township of York	township-of-york	York Township		US	IN	039	85976	0	America/Indiana/Indianapolis
4928490	Township of York	township-of-york	York Township		US	IN	113	85994	0	America/Indiana/Indianapolis
4928491	Township of York	township-of-york	York Township		US	IN	151	86030	0	America/Indiana/Indianapolis
4928666	Town of Abington	town-of-abington	Manamooskeagin,Town of Abington		US	MA	023	00170	16227	America/New_York
4928718	Town of Acton	town-of-acton	Concord Village,Ironwork Farm,New Grant,Newe Towne,Newtown,Town of Acton,Willard's Farms		US	MA	017	00380	23549	America/New_York
4928730	Town of Acushnet	town-of-acushnet			US	MA	005	00520	10477	America/New_York
4928764	Town of Adams	town-of-adams	East Hoosuck Plantation,Fort Massachusetts,Hoosic,New Providence Plantation,Plantation of East Hoosac,PlantationNumber One,Town of Adams,Town of East Hoosic		US	MA	003	00555	8187	America/New_York
4928804	City of Agawam Town	city-of-agawam-town	City of Agawam,City of Agawam Town,Feeding Hills,Town of Agawam		US	MA	013	00840	28438	America/New_York
4928872	Town of Alford	town-of-alford	Podunke,Podunkville,Shawanon Purchase,Town of Alford		US	MA	003	00975	495	America/New_York
4929019	City of Amesbury Town	city-of-amesbury-town	City of Amesbury Town,Emesbury,Little Salisbury,New Salisbury,Salisbury New Town,Salisbury-new-toune,Town of Amesbury,Town of Salisbury-New-Town		US	MA	009	01260	16283	America/New_York
4929037	Town of Amherst	town-of-amherst	Hadley East,Hadley Third Precint,Third Precinct,Town of Amherst		US	MA	015	01325	39833	America/New_York
4929069	Town of Andover	town-of-andover	Cochicawick,Cochickawick,Cochituit,Quichickichick,Town of Andover,Town of Cochicawick		US	MA	009	01465	35299	America/New_York
4929163	Town of Aquinnah	town-of-aquinnah	Town of Aquinnah,Town of Gay Head		US	MA	007	01585	328	America/New_York
4929197	Town of Arlington	town-of-arlington	Menotomy,Town of Arlington,Town of Menotomy,Town of Menotonomy,Town of West Cambridge,West Cambridge		US	MA	017	01605	44815	America/New_York
4929261	Town of Ashburnham	town-of-ashburnham	Dorchester Canada,Dorchester-Canada Plantation,Town of Ashburnham,Watatick Hill		US	MA	027	01885	6209	America/New_York
4929272	Town of Ashby	town-of-ashby			US	MA	017	01955	3226	America/New_York
4929280	Town of Ashfield	town-of-ashfield	Huntstown,Huntstown Plantation,Town of Ashfield,Town of Huntstown,Weymouth Canada		US	MA	011	02095	1723	America/New_York
4929293	Town of Ashland	town-of-ashland			US	MA	017	02130	17573	America/New_York
4929383	Town of Athol	town-of-athol	Payauage Plantation,Payquage,Payquage Plantation,Poguaige,Provincetown on Millis River,Town of Athol		US	MA	027	02480	11654	America/New_York
4929405	City of Attleboro	city-of-attleboro	Attleborough,City of Attleboro,Mile and Half of Land,North Purchase		US	MA	005	02690	43593	America/New_York
4929431	Town of Auburn	town-of-auburn	Town of Auburn,Town of Ward,Ward		US	MA	027	02760	16516	America/New_York
4929484	Town of Avon	town-of-avon			US	MA	021	02935	4498	America/New_York
4929495	Town of Ayer	town-of-ayer			US	MA	017	03005	8001	America/New_York
4929780	City of Barnstable Town	city-of-barnstable-town	City of Barnstable Town,Town of Barnstable,Town of Barnstaple		US	MA	001	03690	45193	America/New_York
4929795	Town of Barre	town-of-barre	Hutchinson,Rutland District,Town of Barre,Town of Hutchinson		US	MA	027	03740	5496	America/New_York
4930182	Town of Becket	town-of-becket	Houssatonic Township Number Four,Number Four Plantation,Plantation Number Four,Town of Becket,Town of North Becket		US	MA	003	04545	1762	America/New_York
4930193	Town of Bedford	town-of-bedford			US	MA	017	04615	14171	America/New_York
4930237	Town of Belchertown	town-of-belchertown	Belcher's Town,Cold Spring,Cold Spring Plantation,Town of Belchers Town,Town of Belchertown,Town of Cold Spring		US	MA	015	04825	14929	America/New_York
4930275	Town of Bellingham	town-of-bellingham			US	MA	021	04930	16891	America/New_York
4930303	Town of Belmont	town-of-belmont			US	MA	017	05070	25584	America/New_York
4930389	Town of Berkley	town-of-berkley	Assonet Neck,Berkley Bridge,Berkley Common,Burt's Corner,Myricks,Town of Berkley		US	MA	005	05280	6658	America/New_York
4930436	Town of Berlin	town-of-berlin			US	MA	027	05490	3020	America/New_York
4930438	Town of Bernardston	town-of-bernardston	FallTown,Falls Fight,Falltown Plantation,Town of Bernardston		US	MA	011	05560	2101	America/New_York
4930533	City of Beverly	city-of-beverly	Bass River,Basse River,City of Beverly,Town of Bass River		US	MA	009	05595	39502	America/New_York
4930585	Town of Billerica	town-of-billerica	Bikkivikey,Shawshin,Shawshinnock,Town of Billerica		US	MA	017	05805	42683	America/New_York
4930754	Town of Blackstone	town-of-blackstone			US	MA	027	06015	9104	America/New_York
4930784	Town of Blandford	town-of-blandford	Glascow,New Glascow,Suffield Equivalent,Suffield Equivalent Lands,Town of Blandford,Town of Glasgow		US	MA	013	06085	1259	America/New_York
4930914	Town of Bolton	town-of-bolton			US	MA	027	06365	5180	America/New_York
4931029	City of Boston	city-of-boston	City of Boston,Nodles Iland,Shawmut,Town of Shawmut,Town of Tri-Mountain,Tremont,Trimountaine		US	MA	025	07000	617594	America/New_York
4931065	Town of Bourne	town-of-bourne			US	MA	001	07175	19681	America/New_York
4931107	Town of Boxborough	town-of-boxborough			US	MA	017	07350	5206	America/New_York
4931115	Town of Boxford	town-of-boxford	Rowley Village,Town of Boxford		US	MA	009	07420	8253	America/New_York
4931134	Town of Boylston	town-of-boylston			US	MA	027	07525	4534	America/New_York
4931193	City of Braintree Town	city-of-braintree-town	Blue Hill Lands,City of Braintree Town,Merry Mount,Monatiquot,Mount Dagan,Mount Wollaston,Town of Braintree,Town of Mount Wollaston		US	MA	021	07740	35744	America/New_York
4931279	Town of Brewster	town-of-brewster	Sawkatucket,Town of Brewster,Town of Harwich,Town of Satucket		US	MA	001	07980	9918	America/New_York
4931312	Town of Bridgewater	town-of-bridgewater	Duxborrow New Plantation,Duxborrow Plantation,Foords Farm,Hocomock,Ketiticut,New Plantation,Numketest,Nunketeset,Town of Bridgewater,Town of Duxbury		US	MA	023	08085	27628	America/New_York
4931368	Town of Brimfield	town-of-brimfield			US	MA	013	08470	3741	America/New_York
4931451	City of Brockton	city-of-brockton	City of Brockton,North Bridgewater,Town of North Bridgewater		US	MA	023	09000	93810	America/New_York
4931478	Town of Brookfield	town-of-brookfield	Quabaug Territory,Quaboag,Quobauge,Town of Brookfield,Town of Quobauge		US	MA	027	09105	3411	America/New_York
4931504	Town of Brookline	town-of-brookline	Muddy River,Muddyview,Town of Brookline,Town of Muddy River,Town of Old Muddy River		US	MA	021	09175	59195	America/New_York
4931632	Town of Buckland	town-of-buckland	No Town Plantation,No-Town Plantation,No-town Plantation,Town of Buckland		US	MA	011	09595	1864	America/New_York
4931750	Town of Burlington	town-of-burlington			US	MA	017	09840	25920	America/New_York
4932004	City of Cambridge	city-of-cambridge	City of Cambridge,Town of Cambridge,Town of New Towne		US	MA	017	11000	105162	America/New_York
4932225	Town of Canton	town-of-canton	Dorcester Village,Dorchester Village,Punkapoag,Punkapog,Town of Canton		US	MA	021	11315	22817	America/New_York
4932313	Town of Carlisle	town-of-carlisle	Carlisle Station,Town of Carlisle		US	MA	017	11525	5245	America/New_York
4932385	Town of Carver	town-of-carver			US	MA	023	11665	11629	America/New_York
4932759	Town of Charlemont	town-of-charlemont	Boston Township Number One,Charlemont Plantation,Charley Mount,Plantation Chickleystown,Town of Charlemont,Town of Chickleys,Zoar		US	MA	011	12505	1234	America/New_York
4932831	Town of Charlton	town-of-charlton			US	MA	027	12715	13406	America/New_York
4932859	Town of Chatham	town-of-chatham	Manamoit,Town of Chatham		US	MA	001	12995	6143	America/New_York
4932878	Town of Chelmsford	town-of-chelmsford	Pawtucket,Town of Chelmsford,Wameset		US	MA	017	13135	35149	America/New_York
4932892	City of Chelsea	city-of-chelsea	City of Chelsea,Number Thirteen,Pullen Poynte,PullinPoint,Rumney Marsh,Town of Pullen Point,Town of Rumney Marsh,Town of Winneissimet,Wimissimet		US	MA	025	13205	35177	America/New_York
4932927	Town of Cheshire	town-of-cheshire	New Providence,New Providence Hill,New Providence Purchase,Scrabbletown,Town of Cheshire		US	MA	003	13345	3158	America/New_York
4932940	Town of Chester	town-of-chester	Murrayfield,Plantation Number Nine,Town of Chester,Town of Murrayfield		US	MA	013	13485	1372	America/New_York
4985553	City of Belding	city-of-belding			US	MI	067	06900	5757	America/Detroit
4932947	Town of Chesterfield	town-of-chesterfield	Andrewstown,Newltingham Plantation,Plantation Number One,Town of Chesterfield,Town of New Hingham		US	MA	015	13590	1249	America/New_York
4933028	City of Chicopee	city-of-chicopee	Cabotville,City of Chicopee,Town of Cabotsville,Town of Cabotville,Town of Chicopee		US	MA	013	13660	55298	America/New_York
4933056	Town of Chilmark	town-of-chilmark	Tisbury Manor,Town of Chilmark		US	MA	007	13800	916	America/New_York
4933360	Town of Clarksburg	town-of-clarksburg	Bullocks Grant,Town of Clarksburg,Town of Hudson		US	MA	003	14010	1659	America/New_York
4933437	Town of Clinton	town-of-clinton			US	MA	027	14395	13805	America/New_York
4933543	Town of Cohasset	town-of-cohasset	Conahasset,Town of Cohasset,Town of Cohassett,Town of Connahasset		US	MA	021	14640	8393	America/New_York
4933663	Town of Colrain	town-of-colrain	Boston Township,Boston Township Number Two,Town of Colerain,Town of Coleraine,Town of Colrain		US	MA	011	14885	1647	America/New_York
4933769	Town of Concord	town-of-concord	Musketequid,Musketequid Plantation,Town of Concord		US	MA	017	15060	19830	America/New_York
4933849	Town of Conway	town-of-conway			US	MA	011	15200	1881	America/New_York
4934326	Town of Cummington	town-of-cummington	Town of Cummington,Township Number 5		US	MA	015	16040	871	America/New_York
4934439	Town of Dalton	town-of-dalton	Ashuelot Equivalent,Ashuelot Equivalent Plantation,Town of Dalton		US	MA	003	16180	6661	America/New_York
4934513	Town of Danvers	town-of-danvers	Salem Farms,Salem Middle Parish,Salem Village,Salem Village Parish,Town of Danvers,Town of Salem,Town of Salem Village		US	MA	009	16250	27849	America/New_York
4934536	Town of Dartmouth	town-of-dartmouth	Acushena Coquit,Agawan,Aponiganset,Apponegansett,Coaxit,Codksett,Cookset,Dartmouth,Fort Phoenix,Little Compton,Ponagansett,Saconett,Tiverton,Town of Acushena,Town of Coaksett,Town of Ponagansett		US	MA	005	16425	30665	America/New_York
4934680	Town of Dedham	town-of-dedham	Contentment,Town of Dedham		US	MA	021	16495	25397	America/New_York
4934723	Town of Deerfield	town-of-deerfield	Pocomtuck,Town of Deerfield		US	MA	011	16670	5015	America/New_York
4934754	Town of Dennis	town-of-dennis	Town of Dennis,Town of Yarmouth		US	MA	001	16775	14005	America/New_York
4934831	Town of Dighton	town-of-dighton	South Purchase,Taunton,Taunton South Purchase,Town of Dighton,Wellington		US	MA	005	16950	7399	America/New_York
4935008	Town of Douglas	town-of-douglas	New Sherburn,Town of Douglas,Town of New Sherburn		US	MA	027	17300	8728	America/New_York
4935015	Town of Dover	town-of-dover	Springfield Parish,Town of Dover		US	MA	021	17405	5961	America/New_York
4935041	Town of Dracut	town-of-dracut			US	MA	017	17475	31352	America/New_York
4935144	Town of Dudley	town-of-dudley	Chabakongomum,Chabanagungamug,Manchaug,Middlesex Gore,Town of Dudley		US	MA	027	17685	11587	America/New_York
4935200	Town of Dunstable	town-of-dunstable			US	MA	017	17825	3435	America/New_York
4935227	Town of Duxbury	town-of-duxbury	Ducksburrow,Duxborrow,Green Harbor,Matakeeset,Mattakeeset,Namassakeesett,Town of Duxbury		US	MA	023	17895	15483	America/New_York
4935338	Town of East Bridgewater	town-of-east-bridgewater	Town of Bridgewater,Town of East Bridgewater		US	MA	023	18455	14343	America/New_York
4935350	Town of East Brookfield	town-of-east-brookfield	Quabaug Territory,Town of Brookfield,Town of East Brookfield		US	MA	027	18560	2187	America/New_York
4935440	Town of East Longmeadow	town-of-east-longmeadow	Town of East Longmeadow,Town of Longmeadow		US	MA	013	19645	16213	America/New_York
4935581	Town of Eastham	town-of-eastham	Nauset,Nauset Township,Nosett,Town of Eastham,Town of Nauset		US	MA	001	19295	4915	America/New_York
4935583	City of Easthampton Town	city-of-easthampton-town	City of Easthampton,City of Easthampton Town,Passacomuck,Town of Easthampton		US	MA	015	19370	16053	America/New_York
4935605	Town of Easton	town-of-easton	East End,East End of Norton,East End of Taunton North Purchase,East Town,Hockamock,Norton,Taunton North Purchase,Town of Easton		US	MA	005	20100	23908	America/New_York
4935661	Town of Edgartown	town-of-edgartown	Edgar Towne,Great Harbour,Town of Edgartown,Town of Great Harbor,Waqua,Washqua		US	MA	007	21150	4306	America/New_York
4935727	Town of Egremont	town-of-egremont	Town of Egremont		US	MA	003	21360	1210	America/New_York
4935943	Town of Erving	town-of-erving	Erving's Grant,Hack's Grant,Town of Erving		US	MA	011	21780	1776	America/New_York
4935975	Town of Essex	town-of-essex	Chebacco,Chebacco Parish,Ipswich Eight Parish,Town of Essex,Town of Ipswich		US	MA	009	21850	3661	America/New_York
4936020	City of Everett	city-of-everett	City of Everett,South Malden		US	MA	017	21990	41667	America/New_York
4936093	Town of Fairhaven	town-of-fairhaven			US	MA	005	22130	16140	America/New_York
4936167	City of Fall River	city-of-fall-river	City of Fall River,Freeman's Purchase,Quequechan Region,Town of Quequeteant,Town of Troy,Troy		US	MA	005	23000	88857	America/New_York
4936190	Town of Falmouth	town-of-falmouth	Town of Falmouth,Town of Suckanesset		US	MA	001	23105	31524	America/New_York
4936825	City of Fitchburg	city-of-fitchburg	City of Fitchburg,Fitchburg,Turkey Hills		US	MA	027	23875	40318	America/New_York
4936943	Town of Florida	town-of-florida	Barnardstone's Grant,Barnardstones Grant,Berkshire Equivalent,Bullock's Grant,Town of Florida		US	MA	003	24120	730	America/New_York
4937226	Town of Foxborough	town-of-foxborough			US	MA	021	24820	17456	America/New_York
4937250	Town of Framingham	town-of-framingham	Danforth's Farm,Town of Framingham		US	MA	017	24925	71209	America/New_York
4937318	City of Franklin Town	city-of-franklin-town	City of Franklin,City of Franklin Town,Town of Franklin		US	MA	021	25172	31635	America/New_York
4937580	City of Gardner	city-of-gardner			US	MA	027	25485	20228	America/New_York
4937693	Town of Georgetown	town-of-georgetown	New Rowley,Town of Georgetown		US	MA	009	25625	8584	America/New_York
4937756	Town of Gill	town-of-gill			US	MA	011	25730	1492	America/New_York
4937843	City of Gloucester	city-of-gloucester	Cape Ann,City of Gloucester,Five Pound Island,Gloucester,Town of Cape Ann,Tragabigzanda,Vinson's Cove,Wyngaersheek		US	MA	009	26150	28789	America/New_York
4937984	Town of Goshen	town-of-goshen	Chesterfield,Chesterfield Gore,Gore Plantation,Narraganset Township Number Four West,Town of Chesterfield,Town of Goshen		US	MA	015	26290	1070	America/New_York
4937987	Town of Gosnold	town-of-gosnold			US	MA	007	26325	77	America/New_York
4938057	Town of Grafton	town-of-grafton	Hassanamesitt,Hassanamisco,Hussanamesit,Massanamisco Plantation,Town of Grafton,Town of Messanamisco		US	MA	027	26430	18540	America/New_York
4938069	Town of Granby	town-of-granby			US	MA	015	26535	6352	America/New_York
4938100	Town of Granville	town-of-granville	Town of Bedford,Town of Granville		US	MA	013	26675	1622	America/New_York
4938162	Town of Great Barrington	town-of-great-barrington	Hoplands,Town of Great Barrington,Upper Housatonic		US	MA	003	26815	6907	America/New_York
4938393	City of Greenfield Town	city-of-greenfield-town	City of Greenfield,Deerfield District,Green River,Piconegan,Town of Greenfield		US	MA	011	27100	17456	America/New_York
4938488	Town of Groton	town-of-groton	Groaten,Petapawoge,Petepawag Plantation,Petpauket,Squinnicook,Town of Groton,Wabansconsett		US	MA	017	27480	11296	America/New_York
4938505	Town of Groveland	town-of-groveland			US	MA	009	27620	6750	America/New_York
4938588	Town of Hadley	town-of-hadley	Hockanum,Norwottuck,Norwotuck,Town of Hadley		US	MA	015	27690	5352	America/New_York
4938663	Town of Halifax	town-of-halifax	Monponset,Monponsett,Town of Halifax		US	MA	023	27795	7834	America/New_York
4938714	Town of Hamilton	town-of-hamilton	Ipswich Hamlet,The Hamlet,Town of Hamilton,Town of Ipswich		US	MA	009	27900	8179	America/New_York
4938754	Town of Hampden	town-of-hampden			US	MA	013	28075	5223	America/New_York
4938790	Town of Hancock	town-of-hancock	Jericho Plantation,Town of Hancock		US	MA	003	28180	710	America/New_York
4938822	Town of Hanover	town-of-hanover			US	MA	023	28285	14424	America/New_York
4938832	Town of Hanson	town-of-hanson	Pembroke West Parish,Town of Hanson		US	MA	023	28495	10630	America/New_York
4938865	Town of Hardwick	town-of-hardwick	Hardwick Gore,Lambstown,Lambstown Plantation,Town of Hardwick		US	MA	027	28740	3008	America/New_York
4938995	Town of Harvard	town-of-harvard			US	MA	027	28950	6573	America/New_York
4939012	Town of Harwich	town-of-harwich	Town of Harwich,Town of Satuckett		US	MA	001	29020	12180	America/New_York
4939057	Town of Hatfield	town-of-hatfield	Hattfields,Norwottuck,Town of Hatfield		US	MA	015	29265	3298	America/New_York
4939098	City of Haverhill	city-of-haverhill	Bradford,City of Haverhill,Haverall,Merrimack Land,Pantuckett,Pentucket,Rowley,Town of Haverhill,Town of Pawtucket,Village of the Merrimack		US	MA	009	29405	60879	America/New_York
4939127	Town of Hawley	town-of-hawley	Number Seven Plantation,Plantation Number Seven,Town of Hawley		US	MA	011	29475	331	America/New_York
4939218	Town of Heath	town-of-heath	Fort Shirely,Green and Walker's Land,Town of Heath		US	MA	011	29650	693	America/New_York
4939560	Town of Hingham	town-of-hingham	Town of Barecove,Town of Hingham		US	MA	023	30210	23120	America/New_York
4939567	Town of Hinsdale	town-of-hinsdale			US	MA	003	30315	1959	America/New_York
4939644	Town of Holbrook	town-of-holbrook			US	MA	021	30455	11050	America/New_York
4939665	Town of Holden	town-of-holden			US	MA	027	30560	18645	America/New_York
4939677	Town of Holland	town-of-holland			US	MA	013	30665	2506	America/New_York
4939691	Town of Holliston	town-of-holliston			US	MA	017	30700	14525	America/New_York
4939805	City of Holyoke	city-of-holyoke	City of Holyoke,Town of Holyoke		US	MA	013	30840	39880	America/New_York
4939871	Town of Hopedale	town-of-hopedale			US	MA	027	30945	5955	America/New_York
4939893	Town of Hopkinton	town-of-hopkinton	Maguncook,Moguncoy,Moguncoy Plantation,Quansigomog,Town of Hopkinton		US	MA	017	31085	16674	America/New_York
4940085	Town of Hubbardston	town-of-hubbardston			US	MA	027	31435	4596	America/New_York
4940121	Town of Hull	town-of-hull	Nantascot,Nantascot Plantation,Town of Hull		US	MA	023	31645	10491	America/New_York
4940166	Town of Huntington	town-of-huntington	Murrayfield,Norwich,Town of Huntington,Town of Norwich		US	MA	015	31785	2181	America/New_York
4940647	Town of Ipswich	town-of-ipswich	Agawome,Aggawam,Town of Agawam,Town of Ipswich		US	MA	009	32310	13804	America/New_York
4941393	Town of Kingston	town-of-kingston			US	MA	023	33220	13301	America/New_York
4941609	Town of Lakeville	town-of-lakeville	Assawampsit,Town of Lakeville		US	MA	023	33920	11338	America/New_York
4941644	Town of Lancaster	town-of-lancaster	Chockett,Nasawogg,Nashaway,Nashwash,Prescott,Town of Lancaster,Town of Nashaway,Weshakim,West Towne		US	MA	027	34165	8166	America/New_York
4941663	Town of Lanesborough	town-of-lanesborough	Lanesborough,New Framingham Plantation,Richfield,Town of Lanesborough,Town of New Framingham		US	MA	003	34340	2991	America/New_York
4941752	City of Lawrence	city-of-lawrence			US	MA	009	34550	76377	America/New_York
4941818	Town of Lee	town-of-lee	Glassworks Grant,Hartwood,Hoplands,Larabee,Town of Lee,Wiliams Grant		US	MA	003	34655	5816	America/New_York
4941843	Town of Leicester	town-of-leicester	Strawberry Hill,Town of Leicester,Town of Towtaid,Towtaid		US	MA	027	34795	11334	America/New_York
4941869	Town of Lenox	town-of-lenox	Town of Lenox,Yokum		US	MA	003	34970	4988	America/New_York
4941884	City of Leominster	city-of-leominster	City of Leominster,Lancaster New Grant,No Town		US	MA	027	35075	40759	America/New_York
4941908	Town of Leverett	town-of-leverett			US	MA	011	35180	1845	America/New_York
4941948	Town of Lexington	town-of-lexington	Town of Lexington,Town of North Precinct of Cambridge		US	MA	017	35215	33394	America/New_York
4941953	Town of Leyden	town-of-leyden			US	MA	011	35285	713	America/New_York
4942072	Town of Lincoln	town-of-lincoln			US	MA	017	35425	7491	America/New_York
4942306	Town of Littleton	town-of-littleton	Littleton,Nashoba,Town of Nashoba		US	MA	017	35950	9912	America/New_York
4942522	Town of Longmeadow	town-of-longmeadow	Masacksick,Town of Long Meadow,Town of Longmeadow		US	MA	013	36300	15898	America/New_York
4942659	City of Lowell	city-of-lowell	City of Lowell,Patucket		US	MA	017	37000	106519	America/New_York
4942759	Town of Ludlow	town-of-ludlow	Stony Hill,Town of Ludlow,Town of Stony Hill		US	MA	013	37175	21472	America/New_York
4942774	Town of Lunenburg	town-of-lunenburg	Boardman's Farm,South Towon,Town of Lunenburg,Turkey Hills,Watatick		US	MA	027	37420	11241	America/New_York
4942820	City of Lynn	city-of-lynn	City of Lynn,Lin,Saugus,Saugus Plantation,Town of Saugus		US	MA	009	37490	90329	America/New_York
4942829	Town of Lynnfield	town-of-lynnfield	Second Parish of Lynn,Town of Lynn,Town of Lynn End,Town of Lynnfield,West Parish of Lynn		US	MA	009	37560	12761	America/New_York
4942956	City of Malden	city-of-malden	City of Malden,Maublon,Mystic Side,Town of Mystic Side		US	MA	017	37875	59450	America/New_York
4942977	Town of Manchester-by-the-Sea	town-of-manchester-by-the-sea	Jeffrey'sCreek,Jeffreys Creek,Jeffryes Creeke,Manchester,Town of Jeffreys Creeke,Town of Manchester-by-the-Sea		US	MA	009	37995	5366	America/New_York
4943030	Town of Mansfield	town-of-mansfield	Taunton North Purchase,Town of Mansfield		US	MA	005	38225	23687	America/New_York
4943104	Town of Marblehead	town-of-marblehead	Marble Harbor,Plantation at Marble Head,Town of Marble Harbor,Town of Marblehead		US	MA	009	38400	20517	America/New_York
4943149	Town of Marion	town-of-marion			US	MA	023	38540	5086	America/New_York
4943183	City of Marlborough	city-of-marlborough	Agaganquamasset,Alcocks Farm,City of Marlborough,Egogankamesit,Marlboro,Marlborow Plantation,Okommakemesit,Whipsufferage		US	MA	017	38715	38499	America/New_York
4943222	Town of Marshfield	town-of-marshfield	Green's Harbor,Rexham,Town of Marshfield,Town of Rexham,Town of Wrexham		US	MA	023	38855	25709	America/New_York
4943303	Town of Mashpee	town-of-mashpee	District of Marshpee,Town of Mashpee		US	MA	001	39100	14154	America/New_York
4943447	Town of Mattapoisett	town-of-mattapoisett	Place of Rest,Town of Mattapoisett		US	MA	023	39450	6267	America/New_York
4943498	Town of Maynard	town-of-maynard	Assabet Village,Town of Maynard		US	MA	017	39625	10676	America/New_York
4943628	Town of Medfield	town-of-medfield	Dedham Village,Town of Meadfield,Town of Meadowfield,Town of Medfield		US	MA	021	39765	12718	America/New_York
4943644	City of Medford	city-of-medford	City of Medford,Meadford Plantation,Mystic Plantation,Town of Meadford by Dudley,Town of Metford		US	MA	017	39835	56173	America/New_York
4943654	Town of Medway	town-of-medway			US	MA	021	39975	13253	America/New_York
4943693	City of Melrose	city-of-melrose	City of Melrose,North Malden		US	MA	017	40115	26983	America/New_York
4943750	Town of Mendon	town-of-mendon	Quanshipauge,Qunshapage Plantation,Qunshapauge,Squashopog,Town of Mendam,Town of Mendham,Town of Mendon,Town of Nipmug,Town of Quinshepauge,Town of Qunshapage,Town of Qunshapauge		US	MA	027	40255	6024	America/New_York
4943789	Town of Merrimac	town-of-merrimac	Town of Merrimac,Town of Merrimack		US	MA	009	40430	6800	America/New_York
4943830	City of Methuen Town	city-of-methuen-town	City of Methuen,City of Methuen Town,Town of Methuen		US	MA	009	40710	47255	America/New_York
4943899	Town of Middleborough	town-of-middleborough	Assowamsett Neck,Cotuckticut,Ketiticut,Middleberry,Middlebery,Namasket,Namaskett,Namassakett,Quittaquas,Quittaub,Titicut,Town of Middleborough,Town of Namassakett		US	MA	023	40850	24350	America/New_York
4943904	Town of Middlefield	town-of-middlefield	Prescott's Grant,Town of Middlefield		US	MA	015	40990	527	America/New_York
4943931	Town of Middleton	town-of-middleton	Town of Middleton,Wills Hill		US	MA	009	41095	9738	America/New_York
4943970	Town of Milford	town-of-milford	Mill River,North Purchase,Town of Milford,Wopowage		US	MA	027	41165	28614	America/New_York
4944130	Town of Millbury	town-of-millbury			US	MA	027	41340	13537	America/New_York
4944178	Town of Millis	town-of-millis			US	MA	021	41515	8169	America/New_York
4944191	Town of Millville	town-of-millville			US	MA	027	41585	3234	America/New_York
4944205	Town of Milton	town-of-milton	Blue Hill Lands,Town of Dorchester,Town of Milton,Town of Uncataquissett,Uncataquisset,Unquety		US	MA	021	41690	27374	America/New_York
4944346	Town of Monroe	town-of-monroe	Gore,Town of Monroe		US	MA	011	42040	120	America/New_York
4944358	Town of Monson	town-of-monson			US	MA	013	42145	8789	America/New_York
4944373	Town of Montague	town-of-montague	Hunting Hills,Town of Montague		US	MA	011	42285	8272	America/New_York
4944388	Town of Monterey	town-of-monterey			US	MA	003	42460	948	America/New_York
4944396	Town of Montgomery	town-of-montgomery			US	MA	013	42530	859	America/New_York
4944662	Town of Mount Washington	town-of-mount-washington	Tauconnuck Mountain Plantation,Town of Mount Washington		US	MA	003	43300	163	America/New_York
4944941	Town of Nantucket	town-of-nantucket	Nauticon,Town of Nantucket,Town of Sharborn,Town of Sherburn		US	MA	019	43790	10925	America/New_York
4945006	Town of Natick	town-of-natick	Indian Plantation at Naticke,Town of Natick		US	MA	017	43895	36262	America/New_York
4945072	Town of Needham	town-of-needham			US	MA	021	44105	30564	America/New_York
4945120	Town of New Ashford	town-of-new-ashford	Town of Ash Fort,Town of New Ashford		US	MA	003	44385	225	America/New_York
4945134	City of New Bedford	city-of-new-bedford	Acushnet,Awshena,City of New Bedford		US	MA	005	45000	95072	America/New_York
4945148	Town of New Braintree	town-of-new-braintree	Braintree Farms,Town of Braintree,Town of New Braintree,Wenimesset		US	MA	027	45105	1022	America/New_York
4945219	Town of New Marlborough	town-of-new-marlborough	Housatonic Township Number Two,Town of New Marlborough		US	MA	003	45420	1478	America/New_York
4945233	Town of New Salem	town-of-new-salem			US	MA	011	45490	999	America/New_York
4945255	Town of Newbury	town-of-newbury	Quascacunquen,Town of Newbury,Wesacucus,Wessacucon,Wessacucon Plantation		US	MA	009	45175	6971	America/New_York
4945260	City of Newburyport	city-of-newburyport			US	MA	009	45245	17416	America/New_York
4945330	City of Newton	city-of-newton	City of Newton,New Towne,Town of Cambridge,Town of Cambridge Village,Town of Little Cambridge,Town of Newton		US	MA	017	45560	85146	America/New_York
4945466	Town of Norfolk	town-of-norfolk			US	MA	021	46050	11908	America/New_York
4945495	City of North Adams	city-of-north-adams	City of North Adams,East Hoosuck Plantation,Town of Adams,Town of North Adams		US	MA	003	46225	13708	America/New_York
4945505	Town of North Andover	town-of-north-andover	Town of Andover,Town of North Andover		US	MA	009	46365	29721	America/New_York
4945510	Town of North Attleborough	town-of-north-attleborough	Town of Attleboro,Town of Attleborough,Town of North Attleborough		US	MA	005	46575	29071	America/New_York
4945551	Town of North Brookfield	town-of-north-brookfield	Quabaug Territory,Town of Brookfield,Town of North Brookfield		US	MA	027	47135	4749	America/New_York
4945739	Town of North Reading	town-of-north-reading	Town of North Reading,Town of Reading		US	MA	017	48955	15636	America/New_York
4945838	City of Northampton	city-of-northampton	City of Northampton,Nonotuck,Town of Nonotuck		US	MA	015	46330	28549	America/New_York
4945847	Town of Northborough	town-of-northborough	Northborough,Town of Northborough,Town of Westborough		US	MA	027	46820	15042	America/New_York
4945854	Town of Northbridge	town-of-northbridge	Town of Northbridge,Town of Uxbridge		US	MA	027	46925	16544	America/New_York
4945892	Town of Northfield	town-of-northfield	Squakeag Plantation,Squakeage Plantation,Squakheag,Town of Northfield		US	MA	011	47835	2992	America/New_York
4945928	Town of Norton	town-of-norton	Taunton North Precinct,Taunton North Purchase,Town of Norton		US	MA	005	49970	19468	America/New_York
4945944	Town of Norwell	town-of-norwell	South Scituate,Town of Norwell,Town of South Scituate		US	MA	023	50145	10984	America/New_York
4945966	Town of Norwood	town-of-norwood			US	MA	021	50250	29095	America/New_York
4946064	Town of Oak Bluffs	town-of-oak-bluffs	Town of Cottage City,Town of Oak Bluffs		US	MA	007	50390	4677	America/New_York
4946140	Town of Oakham	town-of-oakham	Rutland West Wing,Town of Oakham		US	MA	027	50670	1929	America/New_York
4946390	Town of Orange	town-of-orange			US	MA	011	51265	7651	America/New_York
4946416	Town of Orleans	town-of-orleans			US	MA	001	51440	5846	America/New_York
4946459	Town of Otis	town-of-otis	Bethlehem District,East Eleven Thousand Acres,Loudon,North Eleven Thousand Acres,Town of Louden,Town of Otis,Tyringham Equivalent		US	MA	003	51580	1576	America/New_York
4946561	Town of Oxford	town-of-oxford	Manchaug,New Oxford,Nipmuc Country,Oxford North Gore,Oxford South Gore,Town of Oxford		US	MA	027	51825	13916	America/New_York
4946652	City of Palmer Town	city-of-palmer-town	City of Palmer Town,District of Palmer,Elbow Plantation,Kings Town,Kingsfield,Kingsfield Plantation,New Marlborough,New Marlborough Plantation,The Elbow Tract,The Elbows,Town of Palmer		US	MA	013	52144	12140	America/New_York
4946855	Town of Paxton	town-of-paxton			US	MA	027	52420	4884	America/New_York
4946878	City of Peabody	city-of-peabody	City of Peabody,South Danvers,Town of South Danvers		US	MA	009	52490	51251	America/New_York
4946947	Town of Pelham	town-of-pelham	Lisbon,New Lisburne,Stoddards Town,Town of Pelham		US	MA	015	52560	1330	America/New_York
4946964	Town of Pembroke	town-of-pembroke	Major's Purchase,Marshfield Upper Lands,Marshfield Upper-Lands,Mattakeeset,Town of Pembroke		US	MA	023	52630	18273	America/New_York
4946995	Town of Pepperell	town-of-pepperell	Groton Second Precinct,Nissitisset,Town of Pepperell		US	MA	017	52805	12165	America/New_York
4947049	Town of Peru	town-of-peru	Patridgefield,Plantation Number Two,Town of Partridgefield,Town of Peru		US	MA	003	53050	845	America/New_York
4947076	Town of Petersham	town-of-petersham	Captain White's Town,Nashawang,Nichewaug,Nichewoag,Nichewoag Plantation,Sacket's Harbor,Town of Petersham,Volunteers Town		US	MA	027	53120	1246	America/New_York
4947130	Town of Phillipston	town-of-phillipston	Gerry,Town of Gerry,Town of Phillipston		US	MA	027	53225	1747	America/New_York
4947471	City of Pittsfield	city-of-pittsfield	Boston Township Number Three,City of Pittsfield,Fort Anson,Pontoosuck Plantation,Town of Pittsfield,Windal's Town		US	MA	003	53960	44737	America/New_York
4947482	Town of Plainfield	town-of-plainfield			US	MA	015	54030	652	America/New_York
4947498	Town of Plainville	town-of-plainville	Town of Plainville,Town of Slackville		US	MA	021	54100	9057	America/New_York
4947639	Town of Plymouth	town-of-plymouth	Accomack,Agawam Plantation,Apaum,Kitaumet,New Plymouth,Patuxet,Plimouth,Sauquish,Tionet,Town of Plymouth,Umpame		US	MA	023	54310	58890	America/New_York
4947654	Town of Plympton	town-of-plympton	Town of Plympton,Wanatuxet,Wenatusket		US	MA	023	54415	2917	America/New_York
4948005	Town of Princeton	town-of-princeton	No Town,Potash Farm,Rutland East Wing,Town of Princeton,Wachuset,Wachusett		US	MA	027	55395	3470	America/New_York
4948099	Town of Provincetown	town-of-provincetown	Precinct of Cape Cod,Town of Provincetown		US	MA	001	55500	2968	America/New_York
4948276	City of Quincy	city-of-quincy	BraintreeNorth,City of Quincy,Merrymount,Mount Wollaston,Precinct,Town of Braintree		US	MA	021	55745	92271	America/New_York
4948410	Town of Randolph	town-of-randolph	Cochato,Town of Randolph		US	MA	021	55955	33699	America/New_York
4948458	Town of Raynham	town-of-raynham	East Precinct of Taunton,Town of Raynham		US	MA	005	56060	13797	America/New_York
4948469	Town of Reading	town-of-reading	Linn Village,Redding,Town of Reading		US	MA	017	56130	25704	America/New_York
4948549	Town of Rehoboth	town-of-rehoboth	Barrington,North Purchase,Seaconck,Seconet,Seekonk,Seekonk Township,Sickuncke,Sowamsett,Town of Rehoboth,Town of Seacunck		US	MA	005	56375	12008	America/New_York
4948605	City of Revere	city-of-revere	Allotment Number Thirteen,City of Revere,North Chelsea,Rumney Marsh,Town of Chelsea,Town of North Chelsea		US	MA	025	56585	51755	America/New_York
4948677	Town of Richmond	town-of-richmond	Mount Ephraim,Mount Ephraim Plantation,Plantation Number Eight,Richmont,Town of Mount Ephriam,Town of Richmond,Town of Richmont,Yokum TOwn,Yokum Town Plantation		US	MA	003	56795	1429	America/New_York
4948883	Town of Rochester	town-of-rochester	Matapoisett,Monehansett,Scippican,Town of Rochester,Town of Sippican		US	MA	023	57600	5494	America/New_York
4948934	Town of Rockland	town-of-rockland			US	MA	023	57775	17832	America/New_York
4948944	Town of Rockport	town-of-rockport	Gloucester Fifth Precinct,Loblolley,Sandy Bay,Town of Rockport,Tragabigzanda		US	MA	009	57880	7206	America/New_York
4949141	Town of Rowe	town-of-rowe	Fort Pelham,Merifield,Plantation Number Ten,Town of Myrifield,Town of Rowe,Zoar		US	MA	011	58335	383	America/New_York
4949167	Town of Royalston	town-of-royalston	Royalshire,Town of Royalshire,Town of Royalston		US	MA	027	58580	1274	America/New_York
4949170	Town of Rowley	town-of-rowley	Mister Ezechial Rogers Plantation,Town of Rowley		US	MA	009	58405	6285	America/New_York
4949232	Town of Russell	town-of-russell	New Addition,Town of Russell		US	MA	013	58650	1787	America/New_York
4949250	Town of Rutland	town-of-rutland	Naquag,Naqueag,Town of Naguag,Town of Rutland		US	MA	027	58825	8527	America/New_York
4950085	City of Salem	city-of-salem	City of Salem,Fort Mary,Nahum Keike,Naumkeag,Nehume,Nehumkek,Sholom Naumkeag		US	MA	009	59105	41340	America/New_York
4950103	Town of Salisbury	town-of-salisbury	Colechester,Merrimack,Plantation Beyond Merrimack,Town of Colechester,Town of Salisbury		US	MA	009	59245	9261	America/New_York
4950188	Town of Sandisfield	town-of-sandisfield	East Eleven Thousand Acres,Housatonic Township Number Three,Number Three Plantation,Plantation Number 3,South Eleven Thousand Acres,Southfield District,Town of Sandisfield		US	MA	003	59665	910	America/New_York
4950278	Town of Saugus	town-of-saugus	Town of Lynn,Town of Saugus		US	MA	009	60015	27994	America/New_York
4950307	Town of Savoy	town-of-savoy	Bullocks Grant,Great Meadows Reservation,Great Meadows Wildlife Refuge,Guilford,New Seekonk,Plantation Number Six,Town of Savoy,Town of Savoy Hollow		US	MA	003	60225	677	America/New_York
4950415	Town of Scituate	town-of-scituate			US	MA	023	60330	18478	America/New_York
4950547	Town of Seekonk	town-of-seekonk	East Seekonk,Town of Seekonk		US	MA	005	60645	14968	America/New_York
4950665	Town of Sharon	town-of-sharon	Mashapoag,Massapoag,Pole Plain,Stoughtonham,Town of Sharon,Town of Stoughton,Town of Stoughtonham		US	MA	021	60785	18173	America/New_York
4950746	Town of Sheffield	town-of-sheffield	Housatonnick Plantation,Houssatannick Lower Plantation,Houssatannock Lower Plantation,Scaticook,Schaghticoke,Skatecook,Town of Sheffield		US	MA	003	61065	3191	America/New_York
4950756	Town of Shelburne	town-of-shelburne			US	MA	011	61135	1848	America/New_York
4950795	Town of Sherborn	town-of-sherborn	Boggestow,Sherborne,Sherburn,Sherburne,Town of Sherborn,Town of Sherburne		US	MA	017	61380	4300	America/New_York
4950862	Town of Shirley	town-of-shirley	Stow Leg,Town of Shirley		US	MA	017	61590	7400	America/New_York
4950909	Town of Shrewsbury	town-of-shrewsbury			US	MA	027	61800	36805	America/New_York
4950928	Town of Shutesbury	town-of-shutesbury	Roadtown Plantation,Town of Shutesbury		US	MA	011	61905	1764	America/New_York
4951256	Town of Somerset	town-of-somerset	Shewamet Purchase,Skawomet,Town of Somerset		US	MA	005	62430	18288	America/New_York
4951267	City of Somerville	city-of-somerville			US	MA	017	62535	75754	America/New_York
4951408	Town of South Hadley	town-of-south-hadley	Sout Precinct,Town of Hadley,Town of South Hadley		US	MA	015	64145	17743	America/New_York
4951590	Town of Southampton	town-of-southampton	New Hampton,Newtown on the Manham,Northampton Second Precint,Town of Northampton,Town of Southampton		US	MA	015	62745	6152	America/New_York
4951593	Town of Southborough	town-of-southborough	Stony Brook,Town of Marlborough,Town of Southboro,Town of Southborough		US	MA	027	63165	10038	America/New_York
4951605	City of Southbridge Town	city-of-southbridge-town	City of Southbridge Town,Town of Southbridge,Town of Sturbridge		US	MA	027	63345	16719	America/New_York
4951652	Town of Southwick	town-of-southwick	Outer Commons,Town of Southwick		US	MA	013	65825	9737	America/New_York
4951709	Town of Spencer	town-of-spencer	Leicester West Parish,Town of Spencer		US	MA	027	66105	11810	America/New_York
4951829	City of Springfield	city-of-springfield	Agawain,Agawam,City of Springfield,Elbows,Stony Hill,Town of Agawam,Woronoake,Woronoko		US	MA	013	67000	153060	America/New_York
4952015	Town of Sterling	town-of-sterling	Chockett,Chocksett,Stillwater River,Town of Sterling,Town of Stirling,Weshakim,Woonkechoxsett		US	MA	027	67385	7992	America/New_York
4952088	Town of Stockbridge	town-of-stockbridge	Glass Works Grant,Housatonic,Indian Town,Indian Town Plantation,Muhikanew,Town of Stockbridge,Waahtoohook,Whahktucook		US	MA	003	67595	1938	America/New_York
4952130	Town of Stoneham	town-of-stoneham			US	MA	017	67665	22002	America/New_York
4952216	Town of Stoughton	town-of-stoughton	Dorchester Village,Punkapoag,Town of Stoughton		US	MA	021	67945	28431	America/New_York
4952222	Town of Stow	town-of-stow	Assabet,Pompositticut Plantation,Town of Stow		US	MA	017	68050	7125	America/New_York
4952298	Town of Sturbridge	town-of-sturbridge	Black Lead Mines,Metewemesick,Middlesex Gore,New Medfield,Quassuc,Tanteusque,Tantuesque,Town of New Medfield,Town of Stourbridge,Town of Sturbridge		US	MA	027	68155	9514	America/New_York
4952345	Town of Sudbury	town-of-sudbury	Asabet,Town of Sudbury		US	MA	017	68260	18874	America/New_York
4952390	Town of Sunderland	town-of-sunderland	Plumtrees,Swampfield,Town of Sunderland		US	MA	011	68400	3657	America/New_York
4952459	Town of Sutton	town-of-sutton	Manchaug,Nipmuc Country,Town of Sutton		US	MA	027	68610	9272	America/New_York
4952472	Town of Swampscott	town-of-swampscott			US	MA	009	68645	14477	America/New_York
4952493	Town of Swansea	town-of-swansea	Town of Swansea,Town of Swansey,Town of Swanzey,Township of Wannamoisett		US	MA	005	68750	16387	America/New_York
4952638	City of Taunton	city-of-taunton	Assonet,Assonet Neck,City of Taunton,Cohannett,Titicut,Town of Cohannett,Town of Taunton,Township Number 1		US	MA	005	69170	55874	America/New_York
4952740	Town of Templeton	town-of-templeton	Narragansett Number Six,Narragansett Number Six Plantation,Narragansett Plantation,Number Six,Town of Templeton		US	MA	027	69275	8176	America/New_York
4952776	Town of Tewksbury	town-of-tewksbury	Town of Tewksbury,Wamesit		US	MA	017	69415	30915	America/New_York
4953063	Town of Tisbury	town-of-tisbury	Chappaquonsett,Middletowne,Takemmy,Tisbury-Towne,Tockiming,Town of Middletown,Town of Tisbury		US	MA	007	69940	4099	America/New_York
4953096	Town of Tolland	town-of-tolland			US	MA	013	70045	496	America/New_York
4953129	Town of Topsfield	town-of-topsfield	New Medowes Village,Town of Topsfield,Village of the New Meadows		US	MA	009	70150	6529	America/New_York
4953234	Town of Townsend	town-of-townsend	Muspetanapus Hill,Northtown,Town of Townsend,TurkeyHill		US	MA	017	70360	9515	America/New_York
4953376	Town of Truro	town-of-truro	Dangerfield,Pamet,Pawnett,Town of Truro		US	MA	001	70605	2007	America/New_York
4953551	Town of Tyngsborough	town-of-tyngsborough			US	MA	017	71025	12267	America/New_York
4953556	Town of Tyringham	town-of-tyringham	Housatonic Township Number One,Number One Plantation,Plantation Number 1,Town of Tyringham,Twelve Mile Pond		US	MA	003	71095	325	America/New_York
4953798	Town of Upton	town-of-upton			US	MA	027	71480	7725	America/New_York
4953810	Town of Uxbridge	town-of-uxbridge	Mendon,Town of Uxbridge,Wacantuck,Wacantug,Wacantuk,Waeuntug		US	MA	027	71620	13892	America/New_York
4954276	Town of Wakefield	town-of-wakefield	South Reading,Town of South Reading,Town of Wakefield		US	MA	017	72215	26847	America/New_York
4954297	Town of Wales	town-of-wales	South Brimfield,Town of Brimfield,Town of South Brimfield,Town of Wales		US	MA	013	72390	1899	America/New_York
4954372	Town of Walpole	town-of-walpole			US	MA	021	72495	25102	America/New_York
4954400	City of Waltham	city-of-waltham			US	MA	017	72600	60632	America/New_York
4954484	Town of Ware	town-of-ware	Hack's Farm,Town of Ware,Ware River Parish		US	MA	015	72880	9888	America/New_York
4985557	Township of Belknap	township-of-belknap	Belknap Township		US	MI	141	06920	0	America/Detroit
4954498	Town of Wareham	town-of-wareham	Agawam Plantation,Agawome,Cowesit,Pispogutt,Quansit,Town of Wareham,Wawayontat		US	MA	023	72985	22408	America/New_York
4954534	Town of Warren	town-of-warren	Kingsfieldl,Kingstown,Town of Warren,Town of Western,Western		US	MA	027	73090	5189	America/New_York
4954542	Town of Warwick	town-of-warwick	Gardner's Township,Mount Grace,Roxbury Canada Plantation,Town of Warwick		US	MA	011	73265	762	America/New_York
4954587	Town of Washington	town-of-washington	Hartwood Plantation,Plantation Number Eight,Town of Washington		US	MA	003	73335	535	America/New_York
4954616	City of Watertown Town	city-of-watertown-town	City of Watertown,City of Watertown Town,Nonsuch,Peagsgusset,Pegwisset,Pigsguesset,Pigsgusset,Poquosset,Town of Watertown		US	MA	017	73440	31915	America/New_York
4954662	Town of Wayland	town-of-wayland	East Sudbury,Town of East Sudbury,Town of Wayland		US	MA	017	73790	13684	America/New_York
4954696	Town of Webster	town-of-webster			US	MA	027	73895	16893	America/New_York
4954762	Town of Wellesley	town-of-wellesley	Coowate,Town of Wellesley,West Needham		US	MA	021	74175	29000	America/New_York
4954770	Town of Wellfleet	town-of-wellfleet	Rinonakannit,Town of Wellfleet		US	MA	001	74385	2749	America/New_York
4954800	Town of Wendell	town-of-wendell	Ervingshire,Town of Wendell		US	MA	011	74525	870	America/New_York
4954810	Town of Wenham	town-of-wenham	Enon,Town of Enon,Town of Wenham,Werram		US	MA	009	74595	5163	America/New_York
4954855	Town of West Boylston	town-of-west-boylston	Town of Boylston,Town of West Boylston		US	MA	027	75155	7894	America/New_York
4954883	Town of West Bridgewater	town-of-west-bridgewater	Town of Bridgewater,Town of West Bridgewater		US	MA	023	75260	7094	America/New_York
4954899	Town of West Brookfield	town-of-west-brookfield	Town of Brookfield,Town of West Brookfield		US	MA	027	75400	3780	America/New_York
4955096	City of West Springfield Town	city-of-west-springfield-town	Aries Little,City of West Springfield,City of West Springfield Town,Mittineague,Town of Springfield,Town of West Springfield		US	MA	013	77890	28391	America/New_York
4955106	Town of West Stockbridge	town-of-west-stockbridge	Indian Town,Queensborough,Town of Stockbridge,Town of West Stockbridge		US	MA	003	77990	1274	America/New_York
4955121	Town of West Tisbury	town-of-west-tisbury	Town of Tisbury,Town of West Tisbury		US	MA	007	78235	2896	America/New_York
4955161	Town of Westborough	town-of-westborough	Chauncey,Jack Straw Hill,Town of Marlborough,Town of Westboro,Town of Westborough		US	MA	027	75015	18934	America/New_York
4955218	City of Westfield	city-of-westfield	City of Westfield,Streamfeld,Woronoake,Woronoco		US	MA	013	76030	41094	America/New_York
4955228	Town of Westford	town-of-westford	Town of Westford,West Precinct of Chelmsford		US	MA	017	76135	23831	America/New_York
4955238	Town of Westhampton	town-of-westhampton	Loudville,Town of Northampton,Town of Westhampton,West Northampton		US	MA	015	76380	1638	America/New_York
4955258	Town of Westminster	town-of-westminster	Narragansett Number 2,Narragansett Number Two Plantation,Narragansett Township,No Town,Number Two,Town of Westminster		US	MA	027	77010	7570	America/New_York
4955280	Town of Weston	town-of-weston	Nonesuch,The Farms,Town of Weston,Watertown Farmers Precinct,Watertown West Precinct,West Precinct of Watertown		US	MA	017	77255	12057	America/New_York
4955304	Town of Westport	town-of-westport	Acoakset,Coaksett,Town of Dartmouth,Town of Westport,Westport		US	MA	005	77570	15814	America/New_York
4955324	Town of Westwood	town-of-westwood	Town of Dedham,Town of Westwood		US	MA	021	78690	16055	America/New_York
4955356	City of Weymouth Town	city-of-weymouth-town	City of Weymouth Town,Town of Weymouth,Waymothe,Wessaguscus,Wessaguscus Plantation		US	MA	021	78972	53743	America/New_York
4955380	Town of Whately	town-of-whately			US	MA	011	79110	1518	America/New_York
4955556	Town of Whitman	town-of-whitman	Little Comfort,South Abington,Town of Abington,Town of South Abington,Town of Whitman		US	MA	023	79530	14849	America/New_York
4955645	Town of Wilbraham	town-of-wilbraham	Elbows,Outward Commons,Springfield Fourth Precinct,Springfield Mountains,Town of Wilbraham		US	MA	013	79740	14638	America/New_York
4955785	Town of Williamsburg	town-of-williamsburg	Haydenville,Searsville,Skinnerville,Town of Williamsburg,Village Hill		US	MA	015	79915	2469	America/New_York
4955794	Town of Williamstown	town-of-williamstown	Town of Williamstown,West Hoosuck Plantation		US	MA	003	79985	7620	America/New_York
4955852	Town of Wilmington	town-of-wilmington	Land of Nod,Town of Wilmington		US	MA	017	80230	23534	America/New_York
4955883	Town of Winchendon	town-of-winchendon	Ipswich - Canada Plantation,Ipswich-Canada Plantation,Town of Winchendon		US	MA	027	80405	10698	America/New_York
4955901	Town of Winchester	town-of-winchester	Black Horse Village,South Woburn,Town of Winchester,Woburn Gates		US	MA	017	80510	22417	America/New_York
4955933	Town of Windsor	town-of-windsor	Gageborough,Plantation Number Four,Town of Gagebrough,Town of Windsor		US	MA	003	80685	895	America/New_York
4956020	City of Winthrop Town	city-of-winthrop-town	City of Winthrop Town,Pullen Point,Town of Winthrop		US	MA	025	81005	17497	America/New_York
4956046	City of Woburn	city-of-woburn	Charlestowne Village,City of Woburn,Town of Charlestowne Village,Town of Woburn,Waterfield,Woburn Gates		US	MA	017	81035	38120	America/New_York
4956233	City of Worcester	city-of-worcester	City of Worcester,Grafton Gore,Lydbury,Quansigamond,Quansigamond Plantation,Quansigamug,Quinsigamond		US	MA	027	82000	181045	America/New_York
4956260	Town of Worthington	town-of-worthington	Number Three Plantation,Plantation Number Three,Town of Worthington		US	MA	015	82175	1188	America/New_York
4956269	Town of Wrentham	town-of-wrentham	Town of Wrentham,Wollomonopaug,Wollonopaug		US	MA	021	82315	11548	America/New_York
4956340	Town of Yarmouth	town-of-yarmouth	Town of Mattacheeset,Town of Yarmouth		US	MA	001	82525	23467	America/New_York
4956401	Town of Abbot	town-of-abbot	Abbott Township,Town of Abbot		US	ME	021	00100	698	America/New_York
4956466	Town of Acton	town-of-acton	Acton Township,Town of Acton		US	ME	031	00275	2561	America/New_York
4956487	Town of Addison	town-of-addison	Addison Township,Town of Addison		US	ME	029	00380	1234	America/New_York
4956538	Town of Albion	town-of-albion	Albion Township,Town of Albion		US	ME	011	00590	2032	America/New_York
4956598	Town of Alexander	town-of-alexander	Alexander Township,Town of Alexander,Township Number 16		US	ME	029	00660	486	America/New_York
4956603	Town of Alfred	town-of-alfred	Alfred Township,Town of Alfred		US	ME	031	00730	3055	America/New_York
4956626	Town of Allagash	town-of-allagash	Allagash Township,Town of Allagash		US	ME	003	00800	225	America/New_York
4956676	Town of Alna	town-of-alna	Alna Township,Alno Township,Town of Alna		US	ME	015	01010	715	America/New_York
4956681	Town of Alton	town-of-alton	Alton Township,Town of Alton		US	ME	019	01115	866	America/New_York
4956716	Town of Amherst	town-of-amherst	Amherst Township,Town of Amherst		US	ME	009	01185	263	America/New_York
4956718	Town of Amity	town-of-amity	Amity Township,Town of Amity		US	ME	003	01220	227	America/New_York
4956746	Town of Andover	town-of-andover	Andover Township,Town of Andover		US	ME	017	01325	804	America/New_York
4956795	Town of Anson	town-of-anson	Anson Township,Town of Anson		US	ME	025	01395	2452	America/New_York
4956823	Town of Appleton	town-of-appleton	Appleton Township,Town of Appleton		US	ME	013	01465	1348	America/New_York
4956889	Town of Arrowsic	town-of-arrowsic	Arrowsic Township,Town of Arrowsic		US	ME	023	01570	440	America/New_York
4956900	Town of Arundel	town-of-arundel	Arundel Township,North Kennebunkport Township,Town of Arundel		US	ME	031	01605	4167	America/New_York
4956926	Town of Ashland	town-of-ashland	Ashland Township,Town of Ashland		US	ME	003	01710	1234	America/New_York
4956950	Town of Athens	town-of-athens	Athens Township,Town of Athens		US	ME	025	01885	1007	America/New_York
4956964	Town of Atkinson	town-of-atkinson	Atkinson Township,Town of Atkinson		US	ME	021	01920	315	America/New_York
4956990	City of Auburn	city-of-auburn			US	ME	001	02060	23055	America/New_York
4957001	City of Augusta	city-of-augusta	Augusta Township,City of Augusta		US	ME	011	02100	19136	America/New_York
4957009	Town of Aurora	town-of-aurora	Aurora Township,Town of Aurora		US	ME	009	02165	113	America/New_York
4957035	Town of Avon	town-of-avon	Avon Township,Town of Avon		US	ME	007	02235	453	America/New_York
4957142	Town of Baileyville	town-of-baileyville	Baileyville Township,Town of Baileyville,Township Number 7		US	ME	029	02480	1456	America/New_York
4957262	Town of Baldwin	town-of-baldwin	Baldwin Township,Flintstone,Town of Baldwin		US	ME	005	02655	1587	America/New_York
4957278	Town of Bancroft	town-of-bancroft	Bancroft Township,Town of Bancroft		US	ME	003	02760	65	America/New_York
4957307	City of Bangor	city-of-bangor	City of Bangor,Kenduskeag Plantation,Sunbury Town		US	ME	019	02795	33039	America/New_York
4957335	Town of Bar Harbor	town-of-bar-harbor	Bar Harbor Township,Town of Bar Harbor		US	ME	009	02865	5321	America/New_York
4957379	Plantation of Baring	plantation-of-baring	Baring Township,Plantation of Baring,Town of Baring,Township Number 6		US	ME	029	02970	0	America/New_York
4957582	City of Bath	city-of-bath			US	ME	023	03355	8514	America/New_York
4957665	Town of Beals	town-of-beals	Beals Township,Town of Beals		US	ME	029	03670	494	America/New_York
4957843	Town of Beaver Cove	town-of-beaver-cove			US	ME	021	03740	117	America/New_York
4957904	Town of Beddington	town-of-beddington	Beddington Township,Town of Beddington		US	ME	029	03810	48	America/New_York
4957961	City of Belfast	city-of-belfast			US	ME	027	03950	6668	America/New_York
4957968	Town of Belgrade	town-of-belgrade	Belgrade Township,Bellgrade,Prescott and Carrs,Prescotts,Snows,Town of Belgrade,Washington		US	ME	011	04020	3115	America/New_York
4957984	Town of Belmont	town-of-belmont	Belmont Township,Town of Belmont		US	ME	027	04125	921	America/New_York
4958042	Town of Benton	town-of-benton	Benton Township,Sebasticook Town,Town of Benton		US	ME	011	04475	2654	America/New_York
4958077	Town of Berwick	town-of-berwick	Berwick Township,Town of Berwick		US	ME	031	04720	7514	America/New_York
4958093	Town of Bethel	town-of-bethel	Bethel Township,Town of Bethel		US	ME	017	04825	2644	America/New_York
4958129	City of Biddeford	city-of-biddeford			US	ME	031	04860	21277	America/New_York
4958329	Town of Bingham	town-of-bingham	Bingham Township,Town of Bingham		US	ME	025	05000	881	America/New_York
4958652	Town of Blaine	town-of-blaine	Blaine Township,Town of Blaine		US	ME	003	05385	690	America/New_York
4958738	Town of Blue Hill	town-of-blue-hill	Blue Hill Township,Town of Blue Hill,Town of Bluehill		US	ME	009	05700	2664	America/New_York
4958964	Town of Boothbay Harbor	town-of-boothbay-harbor	Boothbay Harbor Township,Town of Boothbay Harbor		US	ME	015	06120	2158	America/New_York
4958973	Town of Boothbay	town-of-boothbay	Boothbay Township,Town of Boothbay		US	ME	015	06050	3074	America/New_York
4959023	Town of Bowdoin	town-of-bowdoin	Bowdoin Township,Town of Bowdoin		US	ME	023	06260	3108	America/New_York
4959029	Town of Bowdoinham	town-of-bowdoinham	Bowdoinham Township,Town of Bowdoinham		US	ME	023	06365	2915	America/New_York
4959034	Town of Bowerbank	town-of-bowerbank	Bowerbank Township,Town of Bowerbank		US	ME	021	06400	113	America/New_York
4959117	Town of Bradford	town-of-bradford	Bradford Township,Town of Bradford		US	ME	019	06575	1257	America/New_York
4959130	Town of Bradley	town-of-bradley	Bradley Township,Town of Bradley		US	ME	019	06680	1477	America/New_York
4959227	Town of Bremen	town-of-bremen	Bremen Township,Town of Bremen		US	ME	015	06855	793	America/New_York
4959246	City of Brewer	city-of-brewer			US	ME	019	06925	9482	America/New_York
4959277	Town of Bridgewater	town-of-bridgewater	Bridgewater Township,Town of Bridgewater		US	ME	003	07065	583	America/New_York
4959286	Town of Bridgton	town-of-bridgton	Bridgton Township,Town of Bridgton		US	ME	005	07170	5372	America/New_York
4959300	Plantation of Brighton	plantation-of-brighton	Brighton Township,Plantation of Brighton		US	ME	025	07380	0	America/New_York
4959315	Town of Bristol	town-of-bristol	Bristol Township,Town of Bristol		US	ME	015	07485	2714	America/New_York
4959358	Town of Brooklin	town-of-brooklin	Brooklin Township,Town of Brooklin		US	ME	009	07800	816	America/New_York
4959369	Town of Brooks	town-of-brooks	Brooks Township,Town of Brooks		US	ME	027	07870	1091	America/New_York
4959372	Town of Brooksville	town-of-brooksville	Brooksville Township,Town of Brooksville		US	ME	009	07975	925	America/New_York
4959436	Town of Brownfield	town-of-brownfield	Brownfield Township,Town of Brownfield		US	ME	017	08150	1606	America/New_York
4959469	Town of Brownville	town-of-brownville	Brownville Township,Town of Brownville		US	ME	021	08325	1198	America/New_York
4959483	Town of Brunswick	town-of-brunswick	Brunswick Township,Town of Brunswick		US	ME	005	08430	20495	America/New_York
4959525	Town of Buckfield	town-of-buckfield	Buckfield Township,Town of Buckfield		US	ME	017	08710	1996	America/New_York
4959556	Town of Bucksport	town-of-bucksport	Bucksport Township,Town of Bucksport		US	ME	009	08815	4926	America/New_York
4959653	Town of Burlington	town-of-burlington	Burlington Township,Town of Burlington		US	ME	019	09200	418	America/New_York
4959670	Town of Burnham	town-of-burnham	Burnham Township,Clinton Gore,Town of Burnham,Twenty-five Mile Pond Plantation,Twentyfivemile Pond,Warsaw		US	ME	027	09270	1178	America/New_York
4959803	Town of Buxton	town-of-buxton	Buxton Township,Town of Buxton		US	ME	031	09410	8149	America/New_York
4959814	Town of Byron	town-of-byron	Byron Township,Town of Byron		US	ME	017	09550	144	America/New_York
4959854	City of Calais	city-of-calais	City of Calais,Township Number 5		US	ME	029	09585	3123	America/New_York
4959907	Town of Cambridge	town-of-cambridge	Cambridge Township,Town of Cambridge		US	ME	025	09655	447	America/New_York
4959920	Town of Camden	town-of-camden	Camden Township,Town of Camden		US	ME	013	09725	4860	America/New_York
4960043	Town of Canaan	town-of-canaan	Canaan Township,Town of Canaan		US	ME	025	09935	2241	America/New_York
4960070	Town of Canton	town-of-canton	Canton Township,Town of Canton		US	ME	017	10005	978	America/New_York
4960086	Town of Cape Elizabeth	town-of-cape-elizabeth	Cape Elizabeth Township,The Neck,Town of Cape Elizabeth		US	ME	005	10180	9304	America/New_York
4960124	Town of Caratunk	town-of-caratunk	Caratunk Township,Carratunk Falls,Hell Gate,Town of Caratunk		US	ME	025	10495	67	America/New_York
4960188	City of Caribou	city-of-caribou	Caribou Township,City of Caribou		US	ME	003	10565	8189	America/New_York
4960239	Town of Carmel	town-of-carmel	Carmel Township,Town of Carmel		US	ME	019	10670	2786	America/New_York
4960269	Town of Carrabassett Valley	town-of-carrabassett-valley			US	ME	007	10740	773	America/New_York
4960273	Plantation of Carroll	plantation-of-carroll			US	ME	019	10810	0	America/New_York
4960333	Town of Carthage	town-of-carthage	Carthage Township,Town of Carthage		US	ME	007	10915	551	America/New_York
4960349	Plantation of Cary	plantation-of-cary			US	ME	003	11020	0	America/New_York
4960367	Town of Casco	town-of-casco	Casco Township,Town of Casco		US	ME	005	11125	3880	America/New_York
4960390	Town of Castine	town-of-castine	Castine Township,Town of Castine		US	ME	009	11265	1373	America/New_York
4960394	Town of Castle Hill	town-of-castle-hill	Castle Hill Township,Town of Castle Hill		US	ME	003	11300	398	America/New_York
4960407	Town of Caswell	town-of-caswell	Caswell Township,Town of Caswell		US	ME	003	11335	287	America/New_York
4960538	Unorganized Territory of Central Aroostook	unorganized-territory-of-central-aroostook			US	ME	003	11785	0	America/New_York
4960544	Unorganized Territory of Central Hancock	unorganized-territory-of-central-hancock			US	ME	009	11800	0	America/New_York
4960559	Unorganized Territory of Central Somerset	unorganized-territory-of-central-somerset			US	ME	025	11820	0	America/New_York
4960667	Town of Chapman	town-of-chapman	Chapman Township,Town of Chapman		US	ME	003	12000	447	America/New_York
4960688	Town of Charleston	town-of-charleston	Charleston Township,Town of Charleston		US	ME	019	12105	1388	America/New_York
4960693	Town of Charlotte	town-of-charlotte	Charlotte Township,Pendleton Cove,Town of Charlotte,Township Number 3		US	ME	029	12175	318	America/New_York
4960748	Town of Chelsea	town-of-chelsea	Chelsea Township,Town of Chelsea		US	ME	011	12350	2679	America/New_York
4960764	Town of Cherryfield	town-of-cherryfield	Cherryfield Township,Town of Cherryfield		US	ME	029	12455	1172	America/New_York
4960770	Town of Chester	town-of-chester	Chester Township,Town of Chester		US	ME	019	12525	537	America/New_York
4960775	Town of Chesterville	town-of-chesterville	Chesterville Township,Town of Chesterville		US	ME	007	12595	1330	America/New_York
4960827	Town of China	town-of-china	China Township,Harlem,Harlem Town,Jones' Plantation,Town of China		US	ME	011	12735	4227	America/New_York
4961092	Town of Clifton	town-of-clifton	Clifton Township,Town of Clifton		US	ME	019	13365	908	America/New_York
4961094	Town of Clinton	town-of-clinton	Clinton Gore,Clinton Township,Town of Clinton		US	ME	011	13470	3322	America/New_York
4961157	Plantation of Codyville	plantation-of-codyville	Codyville Township,Plantation of Codyville		US	ME	029	13610	0	America/New_York
4961320	Town of Columbia Falls	town-of-columbia-falls	Columbia Fall Township,Town of Columbia Falls		US	ME	029	13820	537	America/New_York
4961323	Town of Columbia	town-of-columbia	Columbia Township,Town of Columbia		US	ME	029	13750	466	America/New_York
4961473	Town of Cooper	town-of-cooper	Cooper Township,Town of Cooper		US	ME	029	14100	148	America/New_York
4961483	Plantation of Coplin	plantation-of-coplin			US	ME	007	14205	0	America/New_York
4961497	Town of Corinna	town-of-corinna	Corinna Township,Town of Corinna		US	ME	019	14310	2176	America/New_York
4961498	Town of Corinth	town-of-corinth	Corinth Township,Town of Corinth		US	ME	019	14380	2828	America/New_York
4961517	Town of Cornish	town-of-cornish	Cornish Township,Francisboro Town,Town of Cornish		US	ME	031	14485	1412	America/New_York
4961651	Town of Cranberry Isles	town-of-cranberry-isles	Cranberry Isles Township,Town of Cranberry Isles		US	ME	009	14905	139	America/New_York
4961696	Town of Crawford	town-of-crawford	Adams Town,Crawford Township,Town of Crawford		US	ME	029	14940	98	America/New_York
4961890	Town of Crystal	town-of-crystal	Crystal Township,Town of Crystal		US	ME	003	15395	257	America/New_York
4961911	Town of Cumberland	town-of-cumberland	Cumberland Township,Town of Cumberland		US	ME	005	15430	7714	America/New_York
4961986	Town of Cushing	town-of-cushing	Cushing Township,Town of Cushing		US	ME	013	15780	1515	America/New_York
4962012	Town of Cutler	town-of-cutler	Cutler Township,Town of Cutler,Township 11		US	ME	029	15920	492	America/New_York
4962024	Plantation of Cyr	plantation-of-cyr	Cyr Township,Plantation of Cyr		US	ME	003	15990	0	America/New_York
4962058	Plantation of Dallas	plantation-of-dallas			US	ME	007	16165	0	America/New_York
4962086	Town of Damariscotta	town-of-damariscotta	Damariscotta Township,Town of Damariscotta		US	ME	015	16235	2214	America/New_York
4962097	Town of Danforth	town-of-danforth	Danforth Township,Town of Danforth		US	ME	029	16410	576	America/New_York
4962200	Town of Dayton	town-of-dayton	Dayton Township,Town of Dayton		US	ME	031	16725	2014	America/New_York
4962303	Town of Deblois	town-of-deblois	Deblois Township,Town of Deblois		US	ME	029	16865	55	America/New_York
4962319	Town of Dedham	town-of-dedham	Dedham Township,Town of Dedham		US	ME	009	16935	1683	America/New_York
4962387	Town of Deer Isle	town-of-deer-isle	Deer Isle Township,Town of Deer Isle		US	ME	009	17145	1952	America/New_York
4962440	Town of Denmark	town-of-denmark	Denmark Township,Town of Denmark		US	ME	017	17250	1143	America/New_York
4962455	Plantation of Dennistown	plantation-of-dennistown	Dennistown Township,Plantation of Dennistown		US	ME	025	17285	0	America/New_York
4962465	Town of Dennysville	town-of-dennysville	Dennysville Township,Town of Dennysville		US	ME	029	17355	328	America/New_York
4962482	Town of Detroit	town-of-detroit	Detroit Township,Town of Detroit		US	ME	025	17460	824	America/New_York
4962512	Town of Dexter	town-of-dexter	Dexter Township,Town of Dexter		US	ME	019	17530	3794	America/New_York
4962594	Town of Dixfield	town-of-dixfield	Dixfield Township,Town of Dixfield		US	ME	017	17740	2476	America/New_York
4962599	Town of Dixmont	town-of-dixmont	Dixmont Township,Town of Dixmont		US	ME	019	17950	1149	America/New_York
4962778	Town of Dover-Foxcroft	town-of-dover-foxcroft	Dover-Foxcroft Township,Town of Dover-Foxcroft		US	ME	021	18195	4038	America/New_York
4962833	Town of Dresden	town-of-dresden	Dresden Township,Town of Dresden		US	ME	015	18475	1639	America/New_York
4962842	Plantation of Drew	plantation-of-drew			US	ME	019	18580	0	America/New_York
4963036	Town of Durham	town-of-durham	Durham Township,Town of Durham		US	ME	001	19105	3920	America/New_York
4963090	Town of Dyer Brook	town-of-dyer-brook	Dyer Brook Township,Town of Dyer Brook		US	ME	003	19210	200	America/New_York
4963123	Town of Eagle Lake	town-of-eagle-lake	Eagle Lake Township,Town of Eagle Lake		US	ME	003	19420	826	America/New_York
4963242	Unorganized Territory of East Central Penobscot	unorganized-territory-of-east-central-penobscot			US	ME	019	19868	0	America/New_York
4963243	Unorganized Territory of East Central Washington	unorganized-territory-of-east-central-washington			US	ME	029	19870	0	America/New_York
4963267	Unorganized Territory of East Central Franklin	unorganized-territory-of-east-central-franklin			US	ME	007	19865	0	America/New_York
4963278	Unorganized Territory of East Hancock	unorganized-territory-of-east-hancock			US	ME	009	20405	0	America/New_York
4963311	Town of East Machias	town-of-east-machias	East Machias Township,Town of East Machias		US	ME	029	20960	1309	America/New_York
4963322	Town of East Millinocket	town-of-east-millinocket	East Millinocket Township,Town of East Millinocket		US	ME	019	21030	1673	America/New_York
4963418	Town of Eastbrook	town-of-eastbrook	Eastbrook Township,Town of Eastbrook		US	ME	009	19770	421	America/New_York
4963485	Town of Easton	town-of-easton	Easton Township,Town of Easton		US	ME	003	21380	1221	America/New_York
4963494	City of Eastport	city-of-eastport			US	ME	029	21730	1331	America/New_York
4963548	Town of Eddington	town-of-eddington	Eddington Township,Town of Eddington		US	ME	019	22535	2225	America/New_York
4963568	Town of Edgecomb	town-of-edgecomb	Edgecomb Township,Town of Edgecomb		US	ME	015	22675	1230	America/New_York
4963572	Town of Edinburg	town-of-edinburg	Edinburg Township,Town of Edinburg		US	ME	019	22710	129	America/New_York
4963651	Town of Eliot	town-of-eliot	Eliot Township,Town of Eliot		US	ME	031	22955	6335	America/New_York
4963711	City of Ellsworth	city-of-ellsworth	City of Ellsworth,Ellsworth Township		US	ME	009	23200	7741	America/New_York
4963753	Town of Embden	town-of-embden	Embden Township,Town of Embden		US	ME	025	23410	938	America/New_York
4963805	Town of Enfield	town-of-enfield	Enfield Township,Town of Enfield		US	ME	019	23620	1571	America/New_York
4963853	Town of Etna	town-of-etna	Etna Township,Town of Etna		US	ME	019	23865	1222	America/New_York
4963863	Town of Eustis	town-of-eustis	Eustis Township,Town of Eustis		US	ME	007	24005	608	America/New_York
4963908	Town of Exeter	town-of-exeter	Exeter Township,Town of Exeter		US	ME	019	24110	1076	America/New_York
4963942	Town of Fairfield	town-of-fairfield	Fairfield Township,Town of Fairfield		US	ME	025	24320	6542	America/New_York
4963994	Town of Falmouth	town-of-falmouth	Falmouth Township,Town of Falmouth		US	ME	005	24495	11988	America/New_York
4964023	Town of Farmingdale	town-of-farmingdale	Farmingdale Township,Town of Farmingdale		US	ME	011	24670	2877	America/New_York
4964030	Town of Farmington	town-of-farmington	Farmington Township,Town of Farmington		US	ME	007	24775	7456	America/New_York
4964071	Town of Fayette	town-of-fayette	Fayette Township,Town of Fayette		US	ME	011	24950	1124	America/New_York
4964613	Town of Fort Fairfield	town-of-fort-fairfield	Fort Fairfield Township,Town of Fort Fairfield		US	ME	003	25615	3356	America/New_York
4964642	Town of Fort Kent	town-of-fort-kent	Fort Kent Township,Town of Fort Kent		US	ME	003	25755	3965	America/New_York
4964816	Town of Frankfort	town-of-frankfort	Frankfort Township,Town of Frankfort		US	ME	027	26280	1141	America/New_York
4964834	Town of Franklin	town-of-franklin	Franklin Township,Town of Franklin		US	ME	009	26350	1505	America/New_York
4964858	Town of Freedom	town-of-freedom	Beaver Hill Town,Freedom Township,Town of Freedom		US	ME	027	26420	729	America/New_York
4964879	Town of Freeport	town-of-freeport	Freeport Township,Town of Freeport		US	ME	005	26525	8316	America/New_York
4964911	Town of Frenchboro	town-of-frenchboro			US	ME	009	26595	61	America/New_York
4964922	Town of Frenchville	town-of-frenchville	Frenchville Township,Town of Frenchville		US	ME	003	26735	1037	America/New_York
4964949	Town of Friendship	town-of-friendship	Friendship Township,Town of Friendship		US	ME	013	26805	1144	America/New_York
4965004	Town of Fryeburg	town-of-fryeburg	Fryeburg Township,Pequawket Town,Pigwacket Town,Town of Fryeburg		US	ME	017	26910	3395	America/New_York
4965082	City of Gardiner	city-of-gardiner			US	ME	011	27085	5800	America/New_York
4965100	Plantation of Garfield	plantation-of-garfield			US	ME	003	27120	0	America/New_York
4965109	Town of Garland	town-of-garland	Garland Township,Town of Garland		US	ME	019	27190	1079	America/New_York
4965169	Town of Georgetown	town-of-georgetown	George Town,Georgetown Township,Town of Georgetown		US	ME	023	27295	1045	America/New_York
4965218	Town of Gilead	town-of-gilead	Gilead Township,Town of Gilead		US	ME	017	27505	206	America/New_York
4965292	Town of Glenburn	town-of-glenburn	Dutton Town,Glenburn Township,Town of Glenburn		US	ME	019	27645	4590	America/New_York
4965300	Plantation of Glenwood	plantation-of-glenwood			US	ME	003	27855	0	America/New_York
4965493	Town of Gorham	town-of-gorham	Gorham Township,Gorhamtown,Narragansett Number Seven,Town of Gorham		US	ME	005	28240	17181	America/New_York
4965533	Town of Gouldsboro	town-of-gouldsboro	Gouldsboro Township,Town of Gouldsboro		US	ME	009	28450	1739	America/New_York
4965579	Town of Grand Isle	town-of-grand-isle	Grand Isle Township,Town of Grand Isle		US	ME	003	28590	446	America/New_York
4965591	Plantation of Grand Lake Stream	plantation-of-grand-lake-stream	Grand Lake Stream Township,Plantation of Grand Lake Stream		US	ME	029	28660	0	America/New_York
4965689	Town of Gray	town-of-gray	Gray Township,Town of Gray		US	ME	005	28870	8044	America/New_York
4965793	Town of Great Pond	town-of-great-pond	Plantation Number 33,Town of Great Pond		US	ME	009	28975	58	America/New_York
4965928	Town of Greenbush	town-of-greenbush	Greenbush Township,Town of Greenbush		US	ME	019	29185	1500	America/New_York
4965933	Town of Greene	town-of-greene	Green Township,Town of Greene		US	ME	001	29255	4356	America/New_York
4965989	Town of Greenwood	town-of-greenwood	Greenville Township,Greenwood (Town of),Greenwood Township,Haskell Plantation,Town of Greenville,Town of Greenwood		US	ME	017	29710	833	America/New_York
4965990	Town of Greenville	town-of-greenville			US	ME	021	29535	1593	America/New_York
4966100	Town of Guilford	town-of-guilford	Guilford Township,Town of Guilford		US	ME	021	30095	1489	America/New_York
4966324	City of Hallowell	city-of-hallowell			US	ME	011	30550	2381	America/New_York
4966354	Town of Hamlin	town-of-hamlin	Hamlin Township,Town of Hamlin		US	ME	003	30690	210	America/New_York
4966369	Town of Hammond	town-of-hammond	Hammond Township,Town of Hammond		US	ME	003	30725	113	America/New_York
4966378	Town of Hampden	town-of-hampden	Hampden Township,Town of Hampden		US	ME	019	30795	7388	America/New_York
4966411	Town of Hancock	town-of-hancock	Hancock Township,Town of Hancock		US	ME	009	30970	2382	America/New_York
4966423	Town of Hanover	town-of-hanover	Hanover Township,Town of Hanover		US	ME	017	31110	252	America/New_York
4966544	Town of Harmony	town-of-harmony	Harmony Township,Town of Harmony		US	ME	025	31355	928	America/New_York
4966564	Town of Harpswell	town-of-harpswell	Harpswell Township,Town of Harpswell		US	ME	005	31390	4872	America/New_York
4966587	Town of Harrington	town-of-harrington	Harrington Township,Town of Harrington		US	ME	029	31530	963	America/New_York
4966605	Town of Harrison	town-of-harrison	Harrison Township,Town of Harrison		US	ME	005	31600	2804	America/New_York
4966621	Town of Hartford	town-of-hartford	Hartford Township,Town of Hartford		US	ME	017	31670	1192	America/New_York
4966630	Town of Hartland	town-of-hartland			US	ME	025	31740	1719	America/New_York
4966795	Town of Haynesville	town-of-haynesville	Haynesville Township,Town of Haynesville		US	ME	003	32195	116	America/New_York
4966891	Town of Hebron	town-of-hebron	Hebron Township,Town of Hebron		US	ME	017	32370	1401	America/New_York
4967003	Town of Hermon	town-of-hermon	Hermon Township,Town of Hermon		US	ME	019	32510	5799	America/New_York
4967037	Town of Hersey	town-of-hersey	Hersey Township,Town of Hersey		US	ME	003	32685	79	America/New_York
4967139	Plantation of Highland	plantation-of-highland	Highland Township,Plantation of Highland		US	ME	025	32895	0	America/New_York
4967240	Town of Hiram	town-of-hiram	Hiram Township,Town of Hiram		US	ME	017	33315	1606	America/New_York
4967288	Town of Hodgdon	town-of-hodgdon	Hodgdon Township,Town of Hodgdon		US	ME	003	33385	1286	America/New_York
4967350	Town of Holden	town-of-holden	Holden Township,Town of Holden		US	ME	019	33490	3077	America/New_York
4967366	Town of Hollis	town-of-hollis	Hollis Township,Town of Hollis		US	ME	031	33665	4454	America/New_York
4967439	Town of Hope	town-of-hope	Hope Township,Town of Hope		US	ME	013	33840	1671	America/New_York
4967584	Town of Houlton	town-of-houlton	Houlton Township,Town of Houlton		US	ME	003	33980	5882	America/New_York
4967658	Town of Howland	town-of-howland	Howland Township,Town of Howland		US	ME	019	34190	1204	America/New_York
4967696	Town of Hudson	town-of-hudson	Hudson Township,Town of Hudson		US	ME	019	34365	1520	America/New_York
4967951	Town of Industry	town-of-industry	Industry Township,Town of Industry		US	ME	007	34820	910	America/New_York
4968121	Town of Island Falls	town-of-island-falls	Island Falls Township,Town of Island Falls		US	ME	003	35065	805	America/New_York
4968140	Town of Isle au Haut	town-of-isle-au-haut			US	ME	013	35135	72	America/New_York
4968147	Town of Islesboro	town-of-islesboro	Islesboro Township,Town of Islesboro,Town of Islesborough		US	ME	027	35240	567	America/New_York
4968173	Town of Jackman	town-of-jackman	Jackman Township,Town of Jackman		US	ME	025	35345	853	America/New_York
4968203	Town of Jackson	town-of-jackson	Jackson Township,Town of Jackson		US	ME	027	35450	556	America/New_York
4968241	Town of Jay	town-of-jay	Jay Township,Town of Jay		US	ME	007	35625	4766	America/New_York
4968250	Town of Jefferson	town-of-jefferson	Jefferson Township,Town of Jefferson		US	ME	015	35695	2384	America/New_York
4968498	Town of Jonesboro	town-of-jonesboro	Jonesboro Township,Town of Jonesboro,Town of Jonesborough		US	ME	029	35905	573	America/New_York
4968500	Town of Jonesport	town-of-jonesport	Jonesport Township,Town of Jonesport		US	ME	029	36010	1324	America/New_York
4968692	Town of Kenduskeag	town-of-kenduskeag			US	ME	019	36325	1339	America/New_York
4968746	Town of Kennebunk	town-of-kennebunk	Kennebunk Township,Town of Kennebunk		US	ME	031	36535	11209	America/New_York
4968758	Town of Kennebunkport	town-of-kennebunkport	Kennebunk Port Town,Kennebunkport Township,Town of Kennebunkport		US	ME	031	36745	3567	America/New_York
4968899	Town of Kingfield	town-of-kingfield	Kingfield Township,Town of Kingfield		US	ME	007	37025	963	America/New_York
4968928	Plantation of Kingsbury	plantation-of-kingsbury	Kingsbury Township,Plantation of Kingsbury		US	ME	021	37095	0	America/New_York
4968935	Town of Kittery	town-of-kittery	Kittery Township,Town of Kittery		US	ME	031	37270	9653	America/New_York
4969072	Town of Lagrange	town-of-lagrange	Lagrange Township,Town of Lagrange		US	ME	019	37760	689	America/New_York
4969099	Plantation of Lake View	plantation-of-lake-view	Lake View Township,Plantation of Lake View		US	ME	021	37970	0	America/New_York
4969121	Town of Lakeville	town-of-lakeville	Lakeville Township,Town of Lakeville		US	ME	019	38005	103	America/New_York
4969153	Town of Lamoine	town-of-lamoine	East Trenton,Lamoine Township,Town of Lamoine		US	ME	009	38180	1647	America/New_York
4969282	Town of Lebanon	town-of-lebanon	Lebanon Township,Town of Lebanon		US	ME	031	38425	6120	America/New_York
4969322	Town of Lee	town-of-lee	Lee Township,Town of Lee		US	ME	019	38530	899	America/New_York
4969330	Town of Leeds	town-of-leeds	Leeds Township,Town of Leeds		US	ME	001	38565	2299	America/New_York
4969378	Town of Levant	town-of-levant	Levant Township,Town of Levant		US	ME	019	38705	2975	America/New_York
4969415	City of Lewiston	city-of-lewiston			US	ME	001	38740	36592	America/New_York
4969473	Town of Liberty	town-of-liberty	Liberty Township,Town of Liberty		US	ME	027	39055	929	America/New_York
4969531	Town of Limerick	town-of-limerick	Limerick Township,Town of Limerick		US	ME	031	39195	2913	America/New_York
4969545	Town of Limington	town-of-limington	Limington Township,Town of Limington		US	ME	031	39405	3752	America/New_York
4969550	Town of Limestone	town-of-limestone	Limestone Township,Town of Limestone		US	ME	003	39300	2219	America/New_York
4969591	Town of Lincoln	town-of-lincoln	Lincoln Township,Town of Lincoln		US	ME	019	39475	5031	America/New_York
4969595	Town of Lincolnville	town-of-lincolnville	Lincolnville Township,Town of Lincolnville		US	ME	027	39755	2223	America/New_York
4969602	Plantation of Lincoln	plantation-of-lincoln	Lincoln Township,Plantation of Lincoln		US	ME	017	39422	0	America/New_York
4969614	Town of Linneus	town-of-linneus	Linneus Township,Town of Linneus		US	ME	003	39965	933	America/New_York
4969636	Town of Lisbon	town-of-lisbon	Lisbon Township,Town of Lisbon		US	ME	001	40035	8853	America/New_York
4969641	Town of Litchfield	town-of-litchfield	Litchfield Township,Town of Litchfield		US	ME	011	40175	3567	America/New_York
4970210	Town of Littleton	town-of-littleton	Littletown Township,Town of Littleton		US	ME	003	40595	1014	America/New_York
4970220	Town of Livermore Falls	town-of-livermore-falls			US	ME	001	40770	3129	America/New_York
4970222	Town of Livermore	town-of-livermore			US	ME	001	40665	2108	America/New_York
4970346	Town of Long Island	town-of-long-island			US	ME	005	41067	238	America/New_York
4970611	Unorganized Territory of Louds Island	unorganized-territory-of-louds-island			US	ME	015	41280	0	America/New_York
4970642	Town of Lovell	town-of-lovell	Lovell Township,Town of Lovell		US	ME	017	41365	1133	America/New_York
4970670	Town of Lowell	town-of-lowell	Lowell Township,Town of Lowell		US	ME	019	41435	362	America/New_York
4970811	Town of Lubec	town-of-lubec	Lubec Township,Town of Lubec		US	ME	029	41610	1296	America/New_York
4970832	Town of Ludlow	town-of-ludlow	Ludlow Township,Town of Ludlow		US	ME	003	41715	379	America/New_York
4970863	Town of Lyman	town-of-lyman	Lyman Township,Town of Lyman		US	ME	031	41750	4384	America/New_York
4970902	Town of Machias	town-of-machias	Machias Township,Town of Machias		US	ME	029	41960	2116	America/New_York
4970906	Town of Machiasport	town-of-machiasport	Machiasport,Town of Machiasport		US	ME	029	42100	1079	America/New_York
4970934	Plantation of Macwahoc	plantation-of-macwahoc			US	ME	003	42450	0	America/New_York
4970949	Town of Madawaska	town-of-madawaska	Madawaska Township,Town of Madawaska		US	ME	003	42520	3839	America/New_York
4970961	Town of Madison	town-of-madison			US	ME	025	42660	4680	America/New_York
4970972	Plantation of Magalloway	plantation-of-magalloway	Magalloway Township,Plantation of Magalloway		US	ME	017	42835	0	America/New_York
4971097	Town of Manchester	town-of-manchester	Manchester Township,Town of Manchester		US	ME	011	43080	2528	America/New_York
4971168	Town of Mapleton	town-of-mapleton	Mapleton Township,Town of Mapleton		US	ME	003	43255	1870	America/New_York
4971207	Town of Mariaville	town-of-mariaville	Mariaville Township,Town of Mariaville		US	ME	009	43430	524	America/New_York
4971260	Town of Mars Hill	town-of-mars-hill	Mars Hill Township,Town of Mars Hill		US	ME	003	43710	1432	America/New_York
4971303	Town of Marshfield	town-of-marshfield	Marshfield Township,Town of Marshfield		US	ME	029	43640	508	America/New_York
4971367	Town of Masardis	town-of-masardis	Masardis Township,Town of Masardis		US	ME	003	43990	238	America/New_York
4971418	Plantation of Matinicus Isle	plantation-of-matinicus-isle			US	ME	013	44165	0	America/New_York
4971449	Town of Mattawamkeag	town-of-mattawamkeag	Mattawamkeag Township,Town of Mattawamkeag		US	ME	019	44270	667	America/New_York
4971460	Town of Maxfield	town-of-maxfield	Maxfield Township,Town of Maxfield		US	ME	019	44340	102	America/New_York
4971702	Town of Mechanic Falls	town-of-mechanic-falls	Mechanic Falls Township,Town of Mechanic Falls		US	ME	001	44585	2997	America/New_York
4971712	Town of Meddybemps	town-of-meddybemps	Meddybemps Township,Town of Meddybemps		US	ME	029	44760	151	America/New_York
4971717	Town of Medford	town-of-medford	Medford Township,Town of Medford		US	ME	021	44830	255	America/New_York
4971737	Town of Medway	town-of-medway	Medway Township,Town of Medway		US	ME	019	45005	1326	America/New_York
4971775	Town of Mercer	town-of-mercer	Mercer Township,Town of Mercer		US	ME	025	45110	659	America/New_York
4971830	Town of Merrill	town-of-merrill	Merrill Township,Town of Merrill		US	ME	003	45180	263	America/New_York
4971875	Town of Mexico	town-of-mexico	Mexico Township,Town of Mexico		US	ME	017	45285	2604	America/New_York
4972005	Town of Milbridge	town-of-milbridge	Milbridge Township,Town of Milbridge		US	ME	029	45600	1294	America/New_York
4972031	Town of Milford	town-of-milford	Milford Township,Town of Milford		US	ME	019	45670	3007	America/New_York
4972222	Town of Millinocket	town-of-millinocket	Millinocket Township,Town of Millinocket		US	ME	019	45810	4359	America/New_York
4972240	Town of Milo	town-of-milo	Milo Township,Town of Milo		US	ME	021	46020	2257	America/New_York
4972290	Town of Minot	town-of-minot	Minot Township,Town of Minot		US	ME	001	46160	2586	America/New_York
4972362	Plantation of Monhegan	plantation-of-monhegan			US	ME	015	46335	0	America/New_York
4972372	Town of Monmouth	town-of-monmouth	Monmouth Township,Town of Monmouth		US	ME	011	46405	4025	America/New_York
4972378	Town of Monroe	town-of-monroe	Monroe Township,Town of Monroe		US	ME	027	46475	902	America/New_York
4972393	Town of Monson	town-of-monson	Monson Township,Town of Monson		US	ME	021	46580	659	America/New_York
4972403	Town of Monticello	town-of-monticello	Monticello Township,Town of Monticello		US	ME	003	46685	753	America/New_York
4972413	Town of Montville	town-of-montville	Montville Township,Town of Montville		US	ME	027	46790	1047	America/New_York
4972552	Town of Moose River	town-of-moose-river	Moose River Township,Town of Moose River		US	ME	025	47140	216	America/New_York
4972600	Plantation of Moro	plantation-of-moro			US	ME	003	47175	0	America/New_York
4972611	Town of Morrill	town-of-morrill	Morrill Township,Town of Morrill		US	ME	027	47245	888	America/New_York
4972662	Town of Moscow	town-of-moscow	Moscow Township,Town of Moscow		US	ME	025	47455	506	America/New_York
4972731	Town of Mount Chase	town-of-mount-chase	Mount Chase Township,Town of Mount Chase		US	ME	019	47560	198	America/New_York
4972752	Town of Mount Desert	town-of-mount-desert	Mount Desert Township,Town of Mount Desert		US	ME	009	47630	2070	America/New_York
4972786	Town of Mount Vernon	town-of-mount-vernon	Mount Vernon Township,Town of Mount Vernon		US	ME	011	47770	1635	America/New_York
4973058	Unorganized Territory of Muscle Ridge Islands	unorganized-territory-of-muscle-ridge-islands			US	ME	013	47962	0	America/New_York
4973112	Town of Naples	town-of-naples	Naples Township,Town of Naples		US	ME	005	48085	3976	America/New_York
4973171	Plantation of Nashville	plantation-of-nashville			US	ME	003	48120	0	America/New_York
4973251	Town of New Canada	town-of-new-canada	New Canada Township,Town of New Canada		US	ME	003	48575	313	America/New_York
4973264	Town of New Gloucester	town-of-new-gloucester	New Gloucester Township,Town of New Gloucester		US	ME	005	48820	5679	America/New_York
4973275	Town of New Limerick	town-of-new-limerick	New Limerick Township,Town of New Limerick		US	ME	003	48960	484	America/New_York
4973285	Town of New Portland	town-of-new-portland	New Portland Township,Town of New Portland		US	ME	025	49205	710	America/New_York
4973290	Town of New Sharon	town-of-new-sharon	New Sharon Township,Town of New Sharon		US	ME	007	49345	1397	America/New_York
4973296	Town of New Sweden	town-of-new-sweden	New Sweden Township,Town of New Sweden		US	ME	003	49415	584	America/New_York
4973301	Town of New Vineyard	town-of-new-vineyard	New Vineyard Township,Town of New Vineyard		US	ME	007	49520	775	America/New_York
4973308	Town of Newburgh	town-of-newburgh	Newburgh Township,Town of Newburgh		US	ME	019	48505	1520	America/New_York
4973313	Town of Newcastle	town-of-newcastle	Newcastle Township,Town of Newcastle		US	ME	015	48645	1714	America/New_York
4973324	Town of Newfield	town-of-newfield	Newfield Township,Town of Newfield		US	ME	031	48750	1568	America/New_York
4973341	Town of Newport	town-of-newport	Newport Township,Town of Newport		US	ME	019	49065	3232	America/New_York
4973344	Town of Newry	town-of-newry	Newry Township,Town of Newry		US	ME	017	49275	348	America/New_York
4973404	Town of Nobleboro	town-of-nobleboro	Nobleboro Township,Town of Nobleboro		US	ME	015	49660	1614	America/New_York
4973432	Town of Norridgewock	town-of-norridgewock			US	ME	025	49835	3324	America/New_York
4973464	Town of North Berwick	town-of-north-berwick	North Berwick Township,Town of North Berwick		US	ME	031	50325	4656	America/New_York
4973568	Unorganized Territory of North Franklin	unorganized-territory-of-north-franklin			US	ME	007	51400	0	America/New_York
4973585	Town of North Haven	town-of-north-haven	North Haven Township,Town of North Haven		US	ME	013	51620	353	America/New_York
4973629	Unorganized Territory of North Oxford	unorganized-territory-of-north-oxford			US	ME	017	52575	0	America/New_York
4973641	Unorganized Territory of North Penobscot	unorganized-territory-of-north-penobscot			US	ME	019	52710	0	America/New_York
4973710	Unorganized Territory of North Washington	unorganized-territory-of-north-washington			US	ME	029	53500	0	America/New_York
4973729	Town of North Yarmouth	town-of-north-yarmouth	North Yarmouth Township,Town of North Yarmouth		US	ME	005	53860	3740	America/New_York
4973750	Unorganized Territory of Northeast Piscataquis	unorganized-territory-of-northeast-piscataquis			US	ME	021	51105	0	America/New_York
4973760	Unorganized Territory of Northeast Somerset	unorganized-territory-of-northeast-somerset			US	ME	025	51114	0	America/New_York
4973780	Town of Northfield	town-of-northfield	Northfield Township,Town of Northfield		US	ME	029	51375	142	America/New_York
4973782	Town of Northport	town-of-northport	Northport Township,Town of Northport		US	ME	027	52845	1554	America/New_York
4973783	Unorganized Territory of Northwest Aroostook	unorganized-territory-of-northwest-aroostook			US	ME	003	53602	0	America/New_York
4973795	Unorganized Territory of Northwest Hancock	unorganized-territory-of-northwest-hancock			US	ME	009	53620	0	America/New_York
4973803	Unorganized Territory of Northwest Piscataquis	unorganized-territory-of-northwest-piscataquis			US	ME	021	53628	0	America/New_York
4973813	Unorganized Territory of Northwest Somerset	unorganized-territory-of-northwest-somerset			US	ME	025	53636	0	America/New_York
4973863	Town of Norway	town-of-norway	Norway Township,Town of Norway		US	ME	017	54000	4927	America/New_York
4974069	Town of Oakfield	town-of-oakfield	Oakfield Township,Town of Oakfield		US	ME	003	54385	701	America/New_York
4974074	Town of Oakland	town-of-oakland	Oakland Township,Town of Oakland		US	ME	011	54560	6138	America/New_York
4974121	Town of Ogunquit	town-of-ogunquit			US	ME	031	54980	912	America/New_York
4974198	Town of Old Orchard Beach	town-of-old-orchard-beach	Old Orchard Beach Township,Town of Old Orchard Beach		US	ME	031	55085	8776	America/New_York
4974239	City of Old Town	city-of-old-town			US	ME	019	55225	7840	America/New_York
4974304	Town of Orient	town-of-orient	Orient Township,Town of Orient		US	ME	003	55435	141	America/New_York
4974310	Town of Orland	town-of-orland	Orland Township,Town of Orland		US	ME	009	55505	2205	America/New_York
4974324	Town of Orono	town-of-orono	Orono Township,Town of Orono		US	ME	019	55565	10700	America/New_York
4974330	Town of Orrington	town-of-orrington	Orrington Township,Town of Orrington		US	ME	019	55680	3692	America/New_York
4974341	Town of Osborn	town-of-osborn	Osborn Plantation,Osborn Township,Town of Osborn		US	ME	009	55855	67	America/New_York
4974357	Town of Otis	town-of-otis	Otis Township,Town of Otis		US	ME	009	55890	668	America/New_York
4974361	Town of Otisfield	town-of-otisfield			US	ME	017	55960	1762	America/New_York
4974502	Town of Owls Head	town-of-owls-head	Owl's Head Township,Owls Head Township,Town of Owls Head,Town of Owlshead		US	ME	013	56135	1598	America/New_York
4974513	Plantation of Oxbow	plantation-of-oxbow	Oxbow Township,Plantation of Oxbow		US	ME	003	56205	0	America/New_York
4974534	Town of Oxford	town-of-oxford	Oxbow Township,Town of Oxford		US	ME	017	56310	4046	America/New_York
4974580	Town of Palermo	town-of-palermo	Palermo Township,Town of Palermo		US	ME	027	56450	1542	America/New_York
4974600	Town of Palmyra	town-of-palmyra	Palmyra Township,Town of Palmyra		US	ME	025	56520	1929	America/New_York
4974624	Town of Paris	town-of-paris	Paris Township,Town of Paris		US	ME	017	56625	5100	America/New_York
4974670	Town of Parkman	town-of-parkman	Parkman Township,Town of Parkman		US	ME	021	56765	825	America/New_York
4974705	Town of Parsonsfield	town-of-parsonsfield	Parsonfield Township,Town of Parsonsfield		US	ME	031	56870	1921	America/New_York
4974729	Town of Passadumkeag	town-of-passadumkeag	Passadumkeag Township,Town of Passadumkeag		US	ME	019	57045	360	America/New_York
4974780	Town of Patten	town-of-patten	Patten Township,Town of Patten		US	ME	019	57150	994	America/New_York
4974934	Town of Pembroke	town-of-pembroke	Pembroke Township,Town of Pembroke		US	ME	029	57780	792	America/New_York
4975003	Town of Penobscot	town-of-penobscot	Penobscot Township,Town of Penobscot		US	ME	009	57920	1251	America/New_York
4975038	Town of Perham	town-of-perham	Perham Township,Town of Perham		US	ME	003	58060	367	America/New_York
4975054	Unorganized Territory of Perkins	unorganized-territory-of-perkins			US	ME	023	58070	0	America/New_York
4975077	Town of Perry	town-of-perry	Perry Township,Town of Perry,Township Number 1		US	ME	029	58165	935	America/New_York
4975082	Town of Peru	town-of-peru	Peru Township,Town of Peru		US	ME	017	58270	1509	America/New_York
4975151	Town of Phillips	town-of-phillips	Phillips Township,Town of Phillips		US	ME	007	58445	1008	America/New_York
4975161	Town of Phippsburg	town-of-phippsburg	Phippsburg Township,Town of Phippsburg		US	ME	023	58515	2231	America/New_York
4975450	Town of Pittsfield	town-of-pittsfield	Pittsfield Township,Town of Pittsfield		US	ME	025	59005	4077	America/New_York
4975454	Town of Pittston	town-of-pittston	Pittston Township,Town of Pittston		US	ME	011	59110	2604	America/New_York
4975533	Plantation of Pleasant Ridge	plantation-of-pleasant-ridge	Plantation of Pleasant Ridge,Pleasant Ridge Township		US	ME	025	59705	0	America/New_York
4975578	Town of Plymouth	town-of-plymouth	Plymouth Township,Town of Plymouth		US	ME	019	59950	1361	America/New_York
4975627	Town of Poland	town-of-poland	Poland Township,Town of Poland		US	ME	001	60020	5523	America/New_York
4975781	Town of Portage Lake	town-of-portage-lake	Portage Lake Township,Town of Portage Lake		US	ME	003	60300	376	America/New_York
4975797	Town of Porter	town-of-porter	Porter Township,Town of Porter		US	ME	017	60405	1490	America/New_York
4975841	City of Portland	city-of-portland	City of Portland,Portland Township		US	ME	005	60545	66194	America/New_York
4975908	Town of Pownal	town-of-pownal	Pownal Township,Town of Pownal		US	ME	005	60685	1522	America/New_York
4975983	City of Presque Isle	city-of-presque-isle			US	ME	003	60825	9692	America/New_York
4976043	Town of Princeton	town-of-princeton	Princeton Township,Town of Princeton,Township Number 17		US	ME	029	61035	792	America/New_York
4976065	Town of Prospect	town-of-prospect	Prospect Township,Town of Prospect		US	ME	027	61210	719	America/New_York
4976316	Town of Randolph	town-of-randolph	Randolph Township,Town of Randolph		US	ME	011	61700	1699	America/New_York
4976336	Plantation of Rangeley	plantation-of-rangeley			US	ME	007	61875	0	America/New_York
4976337	Town of Rangeley	town-of-rangeley	Rangeley Township,Town of Rangeley		US	ME	007	61840	1153	America/New_York
4976369	Town of Raymond	town-of-raymond	Raymond Township,Town of Raymond		US	ME	005	61945	4526	America/New_York
4976386	Town of Readfield	town-of-readfield	Readfield,Readfield Township,Town of Readfield,Township		US	ME	011	62190	2520	America/New_York
4976468	Plantation of Reed	plantation-of-reed			US	ME	003	62400	0	America/New_York
4976538	Town of Richmond	town-of-richmond	Richmond Township,Town of Richmond		US	ME	023	62645	3396	America/New_York
4976611	Town of Ripley	town-of-ripley	Ripley Township,Town of Ripley		US	ME	025	62995	476	America/New_York
4976707	Town of Robbinston	town-of-robbinston	Robbinston Township,Town of Robbinston,Township Number 4		US	ME	029	63275	551	America/New_York
4976816	City of Rockland	city-of-rockland	City of Rockland,Town of East Thomaston		US	ME	013	63590	7297	America/New_York
4976831	Town of Rockport	town-of-rockport	Rockport Township,Town of Rockport		US	ME	013	63660	3381	America/New_York
4976939	Town of Rome	town-of-rome	Rome Township,Town of Rome,West Pond Plantation		US	ME	011	63835	991	America/New_York
4976955	Town of Roque Bluffs	town-of-roque-bluffs	Roque Bluffs Township,Town of Roque Bluffs		US	ME	029	63940	290	America/New_York
4977091	Town of Roxbury	town-of-roxbury	Roxbury Township,Town of Roxbury		US	ME	017	64185	360	America/New_York
4977135	Town of Rumford	town-of-rumford	Rumford Township,Town of Rumford		US	ME	017	64290	5676	America/New_York
4977204	Town of Sabattus	town-of-sabattus			US	ME	001	64570	5011	America/New_York
4977237	City of Saco	city-of-saco	City of Saco,Pepperelborough Town		US	ME	031	64675	18482	America/New_York
4977284	Town of Saint Agatha	town-of-saint-agatha	Saint Agatha Township,Town of Saint Agatha		US	ME	003	64780	0	America/New_York
4977294	Town of Saint Albans	town-of-saint-albans	Saint Albans Township,Town of Saint Albans		US	ME	025	64850	0	America/New_York
4977377	Town of Saint Francis	town-of-saint-francis	Saint Francis Township,Town of Saint Francis		US	ME	003	65025	0	America/New_York
4977380	Town of Saint George	town-of-saint-george	Saint George Township,Town of Saint George		US	ME	013	65130	0	America/New_York
4977754	Plantation of Sandy River	plantation-of-sandy-river			US	ME	007	65655	0	America/New_York
4977777	City of Sanford	city-of-sanford	City of Sanford,Sanford Township,Town of Sanford		US	ME	031	65725	20893	America/New_York
4977780	Town of Sangerville	town-of-sangerville	Sangerville Township,Town of Sangerville		US	ME	021	65865	1285	America/New_York
4977894	Town of Scarborough	town-of-scarborough	Scarborough Township,Town of Scarborough		US	ME	005	66145	19691	America/New_York
4978096	Town of Searsmont	town-of-searsmont	Searsmont Township,Town of Searsmont		US	ME	027	66565	1406	America/New_York
4978099	Town of Searsport	town-of-searsport	Searsport Township,Town of Searsport		US	ME	027	66635	2626	America/New_York
4978140	Town of Sebago	town-of-sebago	Sebago Township,Town of Sebago		US	ME	005	66775	1781	America/New_York
4978166	Town of Sebec	town-of-sebec	Sebec Township,Town of Sebec		US	ME	021	66950	603	America/New_York
4978181	Plantation of Seboeis	plantation-of-seboeis			US	ME	019	67160	0	America/New_York
4978183	Unorganized Territory of Seboomook Lake	unorganized-territory-of-seboomook-lake			US	ME	025	67238	0	America/New_York
4978246	Town of Sedgwick	town-of-sedgwick	Sedgwick Township,Town of Sedgwick		US	ME	009	67300	1182	America/New_York
4978373	Town of Shapleigh	town-of-shapleigh	Shapleigh Township,Town of Shapleigh		US	ME	031	67475	2700	America/New_York
4978494	Town of Sherman	town-of-sherman	Sherman Township,Town of Sherman		US	ME	003	67790	805	America/New_York
4978539	Town of Shirley	town-of-shirley	Shirley Township,Town of Shirley		US	ME	021	68140	224	America/New_York
4978588	Town of Sidney	town-of-sidney	Sidney Township,Town of Sidney		US	ME	011	68385	4216	America/New_York
4978712	Town of Skowhegan	town-of-skowhegan			US	ME	025	68910	8478	America/New_York
4978863	Town of Smithfield	town-of-smithfield	Smithfield Township,Town of Smithfield		US	ME	025	69155	999	America/New_York
4978879	Town of Smyrna	town-of-smyrna	Smyrna Township,Town of Smyrna		US	ME	003	69260	427	America/New_York
4978966	Town of Solon	town-of-solon	Solon Township,Town of Solon		US	ME	025	69505	1045	America/New_York
4978978	Town of Somerville	town-of-somerville	Somerville Township,Town of Somerville		US	ME	015	69645	553	America/New_York
4979012	Town of Sorrento	town-of-sorrento	Sorrento Township,Town of Sorrento		US	ME	009	69750	272	America/New_York
4979039	Unorganized Territory of South Aroostook	unorganized-territory-of-south-aroostook			US	ME	003	69930	0	America/New_York
4979052	Town of South Berwick	town-of-south-berwick	South Berwick Township,Town of South Berwick		US	ME	031	70030	7415	America/New_York
4979126	Town of South Bristol	town-of-south-bristol			US	ME	015	70240	888	America/New_York
4979162	Unorganized Territory of South Franklin	unorganized-territory-of-south-franklin			US	ME	007	70760	0	America/New_York
4979219	Unorganized Territory of South Oxford	unorganized-territory-of-south-oxford	Albany Township,Plantation of Oxford,Unorganized Territory of South Oxford		US	ME	017	71755	0	America/New_York
4979250	City of South Portland	city-of-south-portland	City of South Portland,South Portland Township		US	ME	005	71990	25002	America/New_York
4979278	Town of South Thomaston	town-of-south-thomaston	South Thomaston Township,Town of South Thomaston		US	ME	013	72585	1610	America/New_York
4979307	Unorganized Territory of Southeast Piscataquis	unorganized-territory-of-southeast-piscataquis			US	ME	021	70655	0	America/New_York
4979337	Town of Southport	town-of-southport	Southport Township,Town of Southport		US	ME	015	71955	589	America/New_York
4979356	Town of Southwest Harbor	town-of-southwest-harbor	Southwest Harbor Township,Town of Southwest Harbor		US	ME	009	72865	1772	America/New_York
4979577	Town of Springfield	town-of-springfield	Springfield Township,Town of Springfield		US	ME	019	73250	419	America/New_York
4979662	Unorganized Territory of Square Lake	unorganized-territory-of-square-lake			US	ME	003	73472	0	America/New_York
4979702	Town of Stacyville	town-of-stacyville	Stacyville Township,Town of Stacyville		US	ME	019	73600	389	America/New_York
4979724	Town of Standish	town-of-standish	Standish Township,Town of Standish		US	ME	005	73670	10139	America/New_York
4979781	Town of Starks	town-of-starks	Starks Township,Town of Starks		US	ME	025	73845	629	America/New_York
4979856	Town of Steuben	town-of-steuben	Steuben Township		US	ME	029	74125	1104	America/New_York
4979862	Town of Stetson	town-of-stetson	Stetson Township,Town of Stetson		US	ME	019	74055	1203	America/New_York
4979942	Town of Stockholm	town-of-stockholm	Stockholm Township,Town of Stockholm		US	ME	003	74405	242	America/New_York
4979946	Town of Stockton Springs	town-of-stockton-springs	Stockton Springs Township,Town of Stockton Springs		US	ME	027	74475	1608	America/New_York
4979967	Town of Stoneham	town-of-stoneham	Stoneham Township,Town of Stoneham		US	ME	017	74510	236	America/New_York
4979979	Town of Stonington	town-of-stonington	Stonington Township,Town of Stonington		US	ME	009	74580	1031	America/New_York
4980025	Town of Stow	town-of-stow	Stow Township,Town of Stow		US	ME	017	74685	418	America/New_York
4980055	Town of Strong	town-of-strong	Strong Township,Town of Strong		US	ME	007	74825	1191	America/New_York
4980164	Town of Sullivan	town-of-sullivan	Sullivan Township,Sumner Township,Town of Sullivan		US	ME	009	74965	1249	America/New_York
4980187	Town of Sumner	town-of-sumner			US	ME	017	75035	940	America/New_York
4980251	Town of Surry	town-of-surry	Surry Township,Town of Surry		US	ME	009	75280	1459	America/New_York
4980286	Town of Swans Island	town-of-swans-island	Swans Island Township,Town of Swan's Island,Town of Swans Island		US	ME	009	75455	330	America/New_York
4980288	Town of Swanville	town-of-swanville	Swanville Township,Town of Swanville		US	ME	027	75525	1373	America/New_York
4980298	Town of Sweden	town-of-sweden	Sweden Township,Town of Sweden		US	ME	017	75595	394	America/New_York
4980364	Town of Talmadge	town-of-talmadge	Talmadge Township,Town of Talmadge		US	ME	029	75770	61	America/New_York
4980468	Town of Temple	town-of-temple	Temple Township,Town of Temple		US	ME	007	75980	516	America/New_York
4980529	Plantation of The Forks	plantation-of-the-forks	Plantation of The Forks,The Forks Township		US	ME	025	76190	0	America/New_York
4980635	Town of Thomaston	town-of-thomaston	Thomaston Township,Town of Thomaston		US	ME	013	76365	2776	America/New_York
4980687	Town of Thorndike	town-of-thorndike	Thorndike Township,Town of Thorndike		US	ME	027	76610	892	America/New_York
4980926	Town of Topsfield	town-of-topsfield	Topsfield Township,Town of Topsfield		US	ME	029	76895	227	America/New_York
4980936	Town of Topsham	town-of-topsham	Topsham Township,Town of Topsham		US	ME	023	76960	8751	America/New_York
4981077	Town of Tremont	town-of-tremont	Town of Tremont,Tremont Township		US	ME	009	77345	1596	America/New_York
4981086	Town of Trenton	town-of-trenton	Town of Trenton,Trenton Township		US	ME	009	77415	1529	America/New_York
4981184	Town of Troy	town-of-troy	Joy Town,Montgomery Town,Town of Troy,Troy Township		US	ME	027	77625	1037	America/New_York
4981279	Town of Turner	town-of-turner	Town of Turner,Turner Township		US	ME	001	77800	5748	America/New_York
4981391	Unorganized Territory of Twombly Ridge	unorganized-territory-of-twombly-ridge	Unorganized Territory of Twombly,Unorganized Territory of Twombly Ridge		US	ME	019	78015	0	America/New_York
4981466	Town of Union	town-of-union			US	ME	013	78115	2239	America/New_York
4981516	Town of Unity	town-of-unity	Town of Unity,Unity Township		US	ME	027	78255	2086	America/New_York
4981688	Town of Upton	town-of-upton	Town of Upton,Upton Township		US	ME	017	78465	111	America/New_York
4981717	Town of Van Buren	town-of-van-buren	Town of Van Buren,Van Buren Township		US	ME	003	78570	2058	America/New_York
4981727	Town of Vanceboro	town-of-vanceboro	Town of Vanceboro,Vanceboro Township		US	ME	029	78675	134	America/New_York
4981740	Town of Vassalboro	town-of-vassalboro	Town of Vassalboro,Vassalboro Township		US	ME	011	78745	4247	America/New_York
4981753	Town of Veazie	town-of-veazie			US	ME	019	78780	1865	America/New_York
4981763	Town of Verona Island	town-of-verona-island	Town of Verona,Town of Verona Island,Verona Township		US	ME	009	78925	540	America/New_York
4981777	Town of Vienna	town-of-vienna	Town of Vienna,Vienna Township		US	ME	011	79025	569	America/New_York
4981808	Town of Vinalhaven	town-of-vinalhaven			US	ME	013	79130	1151	America/New_York
4982007	Town of Wade	town-of-wade	Town of Wade,Wade Township		US	ME	003	79270	270	America/New_York
4982036	Town of Waite	town-of-waite	Town of Waite,Waite Township		US	ME	029	79375	97	America/New_York
4982043	Town of Waldo	town-of-waldo	Town of Waldo,Waldo Township		US	ME	027	79480	842	America/New_York
4982047	Town of Waldoboro	town-of-waldoboro	Town of Waldoboro,Waldoboro Township		US	ME	015	79550	4972	America/New_York
4982055	Town of Wales	town-of-wales	Town of Wales,Wales Township		US	ME	001	79585	1630	America/New_York
4982103	Town of Waltham	town-of-waltham	Town of Waltham,Waltham Township		US	ME	009	80040	344	America/New_York
4982106	Town of Wallagrass	town-of-wallagrass	Plantation of Wallagrass,Town of Wallagrass,Wallacrass Township		US	ME	003	79865	527	America/New_York
4982155	Town of Warren	town-of-warren	Town of Warren,Warren Township		US	ME	013	80215	4704	America/New_York
4982170	Town of Washburn	town-of-washburn	Town of Washburn,Washburn Township		US	ME	003	80285	1595	America/New_York
4982195	Town of Washington	town-of-washington	Putnam Town,Town of Washington,Washington Township		US	ME	013	80425	1523	America/New_York
4982222	Town of Waterboro	town-of-waterboro	Town of Waterboro,Waterboro Township		US	ME	031	80530	7774	America/New_York
4982225	Town of Waterford	town-of-waterford	Town of Waterford,Waterford Township		US	ME	017	80635	1552	America/New_York
4982238	City of Waterville	city-of-waterville	City of Waterville,Waterville Township		US	ME	011	80740	15722	America/New_York
4982267	Town of Wayne	town-of-wayne	Town of Wayne,Wayne Township		US	ME	011	80880	1150	America/New_York
4982343	Plantation of Webster	plantation-of-webster			US	ME	019	81055	0	America/New_York
4982379	Town of Weld	town-of-weld	Number Five Township,Town of Weld,Weld Township		US	ME	007	81300	411	America/New_York
4982387	Town of Wellington	town-of-wellington			US	ME	021	81405	245	America/New_York
4982412	Town of Wells	town-of-wells	Preston Town,Town of Wells,Wells Township		US	ME	031	81475	10073	America/New_York
4982429	Town of Wesley	town-of-wesley	Town of Wesley,Wesley Township		US	ME	029	81685	94	America/New_York
4982446	Town of West Bath	town-of-west-bath	Town of West Bath,West Bath Township		US	ME	023	81930	1893	America/New_York
4982599	Unorganized Territory of West Central Franklin	unorganized-territory-of-west-central-franklin			US	ME	007	82235	0	America/New_York
4982606	Town of West Gardiner	town-of-west-gardiner	Town of West Gardiner,West Gardiner Township		US	ME	011	82945	3365	America/New_York
4982631	Plantation of West Forks	plantation-of-west-forks	Plantation of West Forks,West Forks Township		US	ME	025	82840	0	America/New_York
4982675	Town of West Paris	town-of-west-paris			US	ME	017	83890	1817	America/New_York
4982764	City of Westbrook	city-of-westbrook	City of Westbrook,Stroudwater Township,Westbrook Township		US	ME	005	82105	17494	America/New_York
4982821	Town of Westfield	town-of-westfield	Town of Westfield,Westfield Township		US	ME	003	82770	520	America/New_York
4982825	Town of Westmanland	town-of-westmanland	Town of Westmanland,Westmanland Township		US	ME	003	83540	59	America/New_York
4982834	Town of Weston	town-of-weston	Town of Weston,Weston Township		US	ME	003	83785	218	America/New_York
4982838	Town of Westport Island	town-of-westport-island	Town of Westport,Town of Westport Island		US	ME	015	84140	716	America/New_York
4982979	Town of Whitefield	town-of-whitefield	Town of Whitefield,Whitefield Township		US	ME	015	85010	2281	America/New_York
4983021	Town of Whiting	town-of-whiting	Town of Whiting,Whiting Township		US	ME	029	85185	478	America/New_York
4983054	Unorganized Territory of Whitney	unorganized-territory-of-whitney			US	ME	019	85230	0	America/New_York
4983058	Town of Whitneyville	town-of-whitneyville	Town of Whitneyville,Whitneyville Township		US	ME	029	85290	211	America/New_York
4983205	Town of Willimantic	town-of-willimantic	Town of Willimantic,Willimantic Township		US	ME	021	85710	142	America/New_York
4983263	Town of Wilton	town-of-wilton	Harrytown Township,Town of Wilton,Tyngstown Township,Wilton Township		US	ME	007	85850	3952	America/New_York
4983279	Town of Windham	town-of-windham	Town of Windham,Windham Township		US	ME	005	86025	17816	America/New_York
4983289	Town of Windsor	town-of-windsor	Gerry Town,Malta Town,Town of Windsor,Windsor Township		US	ME	011	86165	2538	America/New_York
4983308	Town of Winn	town-of-winn	Town of Winn,Winn Township		US	ME	019	86305	408	America/New_York
4983336	Town of Winslow	town-of-winslow	Taconnet Town,Town of Winslow,Winslow Township		US	ME	011	86515	7551	America/New_York
4983345	Town of Winter Harbor	town-of-winter-harbor	Town of Winter Harbor,Winter Harbor Township		US	ME	009	86655	515	America/New_York
4983350	Town of Winterport	town-of-winterport	Town of Winterport,Winterport Township		US	ME	027	86760	3811	America/New_York
4983354	Plantation of Winterville	plantation-of-winterville			US	ME	003	86865	0	America/New_York
4983358	Town of Winthrop	town-of-winthrop	Pondtown Plantation,Town of Winthrop,Winthrop Township		US	ME	011	86970	5921	America/New_York
4983366	Town of Wiscasset	town-of-wiscasset	Pownalborough Town,Town of Wiscasset,Wiscasset Township		US	ME	015	87075	3652	America/New_York
4983459	Town of Woodland	town-of-woodland	Town of Woodland,Woodland Township		US	ME	003	87215	1157	America/New_York
4983495	Town of Woodstock	town-of-woodstock	Town of Woodstock,Woodstock Township		US	ME	017	87355	1263	America/New_York
4983498	Town of Woodville	town-of-woodville	Town of Woodville,Woodville Township		US	ME	019	87390	246	America/New_York
4983507	Town of Woolwich	town-of-woolwich	Town of Woolwich,Woolwich Township		US	ME	023	87460	3065	America/New_York
4983555	Unorganized Territory of Wyman	unorganized-territory-of-wyman			US	ME	007	87680	0	America/New_York
4983582	Town of Yarmouth	town-of-yarmouth	Town of Yarmouth,Yarmouth Township		US	ME	005	87845	8543	America/New_York
4983661	Town of York	town-of-york	Agamenticus Plantation,Bristol Town,Quack,Town of York,York Township,Yorke Town		US	ME	031	87985	12862	America/New_York
4983755	Township of Acme	township-of-acme	Acme Township		US	MI	055	00200	0	America/Detroit
4983759	Township of Ada	township-of-ada	Ada Township		US	MI	081	00240	0	America/Detroit
4983792	Township of Adams	township-of-adams	Adams Township		US	MI	011	00280	0	America/Detroit
4983793	Township of Adams	township-of-adams	Adams Township		US	MI	059	00300	0	America/Detroit
4983794	Township of Adams	township-of-adams	Adams Township		US	MI	061	00320	0	America/Detroit
4983806	Township of Addison	township-of-addison	Addison Township		US	MI	125	00400	0	America/Detroit
4983816	City of Adrian	city-of-adrian			US	MI	091	00440	21133	America/Detroit
4983817	Township of Adrian	township-of-adrian	Adrian Township		US	MI	091	00460	0	America/Detroit
4983834	Township of Aetna	township-of-aetna	Aetna Township		US	MI	113	00520	0	America/Detroit
4983857	Township of Aetna	township-of-aetna	Aetna Township		US	MI	107	00500	0	America/Detroit
4983870	Township of Akron	township-of-akron	Akron Township		US	MI	157	00720	0	America/Detroit
4983879	Township of Alaiedon	township-of-alaiedon	Alaiedon Township		US	MI	065	00800	0	America/Detroit
4983884	Township of Alamo	township-of-alamo	Alamo Township		US	MI	077	00840	0	America/Detroit
4983894	Township of Alabaster	township-of-alabaster	Alabaster Township		US	MI	069	00760	0	America/Detroit
4983897	Township of Albee	township-of-albee	Albee Township		US	MI	145	00920	0	America/Detroit
4983902	Township of Albert	township-of-albert	Albert Township		US	MI	119	00940	0	America/Detroit
4983908	City of Albion	city-of-albion			US	MI	025	00980	8616	America/Detroit
4983909	Township of Albion	township-of-albion	Albion Township		US	MI	025	01000	0	America/Detroit
4983921	Township of Alcona	township-of-alcona	Alcona Township		US	MI	001	01040	0	America/Detroit
4983953	Township of Algansee	township-of-algansee	Algansee Township		US	MI	023	01120	0	America/Detroit
4983969	Township of Algoma	township-of-algoma	Algoma Township		US	MI	081	01160	0	America/Detroit
4983974	City of Algonac	city-of-algonac			US	MI	147	01180	4110	America/Detroit
4983993	City of Allegan	city-of-allegan			US	MI	005	01260	4998	America/Detroit
4983994	Township of Allegan	township-of-allegan	Allegan Township		US	MI	005	01280	0	America/Detroit
4984019	City of Allen Park	city-of-allen-park			US	MI	163	01380	28210	America/Detroit
4984027	Township of Allen	township-of-allen	Allen Township		US	MI	059	01320	0	America/Detroit
4984031	Charter Township of Allendale	charter-township-of-allendale	Allendale Township,Charter Township of Allendale,Township of Allendale		US	MI	139	01360	0	America/Detroit
4984042	Township of Allis	township-of-allis	Allis Township		US	MI	141	01480	0	America/Detroit
4984047	Township of Allouez	township-of-allouez	Allouez Township		US	MI	083	01520	0	America/Detroit
4984053	City of Alma	city-of-alma			US	MI	057	01540	9383	America/Detroit
4984059	Township of Almena	township-of-almena	Almena Township		US	MI	159	01600	0	America/Detroit
4984062	Township of Almer	township-of-almer	Almer Township		US	MI	157	01620	0	America/Detroit
4984066	Township of Almira	township-of-almira	Almira Township		US	MI	019	01640	0	America/Detroit
4984071	Township of Almont	township-of-almont	Almont Township		US	MI	087	01680	0	America/Detroit
4984074	Township of Aloha	township-of-aloha	Aloha Township		US	MI	031	01720	0	America/Detroit
4984083	Township of Alpena	township-of-alpena	Alpena Township		US	MI	007	01760	0	America/Detroit
4984093	Township of Alpine	township-of-alpine	Alpine Township		US	MI	081	01840	0	America/Detroit
4984125	Township of Amber	township-of-amber	Amber Township		US	MI	105	01980	0	America/Detroit
4984132	Township of Amboy	township-of-amboy	Amboy Township		US	MI	059	02020	0	America/Detroit
4984250	City of Ann Arbor	city-of-ann-arbor			US	MI	161	03000	113934	America/Detroit
4984273	Township of Antioch	township-of-antioch	Antioch Township		US	MI	165	03060	0	America/Detroit
4984288	Township of Antrim	township-of-antrim	Antrim Township		US	MI	155	03120	0	America/Detroit
4984290	Township of Antwerp	township-of-antwerp	Antwerp Township		US	MI	159	03140	0	America/Detroit
4984328	Township of Arbela	township-of-arbela	Arbela Township		US	MI	157	03220	0	America/Detroit
4984336	Township of Arcada	township-of-arcada	Arcada Township		US	MI	057	03260	0	America/Detroit
4984341	Township of Arcadia	township-of-arcadia	Arcadia Township		US	MI	087	03280	0	America/Detroit
4984342	Township of Arcadia	township-of-arcadia	Arcadia Township		US	MI	101	03320	0	America/Detroit
4984358	Township of Arenac	township-of-arenac	Arenac Township		US	MI	011	03360	0	America/Detroit
4984370	Township of Argentine	township-of-argentine	Argentine Township		US	MI	049	03420	0	America/Detroit
4984378	Township of Arlington	township-of-arlington	Arlington Township		US	MI	159	03500	0	America/Detroit
4984381	Township of Argyle	township-of-argyle	Argyle Township		US	MI	151	03460	0	America/Detroit
4984383	Township of Armada	township-of-armada	Armada Township		US	MI	099	03540	0	America/Detroit
4984435	Township of Arthur	township-of-arthur	Arthur Township		US	MI	035	03620	0	America/Detroit
4984439	Township of Arvon	township-of-arvon	Arvon Township		US	MI	013	03660	0	America/Detroit
4984450	Township of Ash	township-of-ash	Ash Township		US	MI	115	03680	0	America/Detroit
4984459	Township of Ashland	township-of-ashland	Ashland Township		US	MI	123	03700	0	America/Detroit
4984482	Township of Assyria	township-of-assyria	Assyria Township		US	MI	015	03860	0	America/Detroit
4984492	Township of Athens	township-of-athens	Athens Township		US	MI	025	03900	0	America/Detroit
4984508	Township of Atlas	township-of-atlas	Atlas Township		US	MI	049	04000	0	America/Detroit
4984511	Township of Attica	township-of-attica	Attica Township		US	MI	087	04040	0	America/Detroit
4984531	City of Au Gres	city-of-au-gres			US	MI	011	04120	889	America/Detroit
4984532	Township of Au Gres	township-of-au-gres	Au Gres Township		US	MI	011	04140	0	America/Detroit
4984547	Charter Township of Au Sable	charter-township-of-au-sable	Au Sable Township,Charter Township of Au Sable,Township of Au Sable		US	MI	069	04300	0	America/Detroit
4984548	Township of Au Sable	township-of-au-sable	Au Sable Township		US	MI	143	04320	0	America/Detroit
4984558	Township of Au Train	township-of-au-train	Au Train Township		US	MI	003	04460	0	America/Detroit
4984566	City of Auburn Hills	city-of-auburn-hills			US	MI	125	04105	21412	America/Detroit
4984568	City of Auburn	city-of-auburn			US	MI	017	04080	2087	America/Detroit
4984578	Charter Township of Augusta	charter-township-of-augusta	Augusta Township,Charter Township of Augusta,Township of Augusta		US	MI	161	04180	0	America/Detroit
4984588	Township of Aurelius	township-of-aurelius	Aurelius Township		US	MI	065	04240	0	America/Detroit
4984610	Township of Austin	township-of-austin	Austin Township		US	MI	107	04380	0	America/Detroit
4984611	Township of Austin	township-of-austin	Austin Township		US	MI	151	04400	0	America/Detroit
4984638	Township of Avery	township-of-avery	Avery Township		US	MI	119	04580	0	America/Detroit
4984686	Township of Backus	township-of-backus	Backus Township		US	MI	143	04720	0	America/Detroit
4984695	City of Bad Axe	city-of-bad-axe			US	MI	063	04740	3129	America/Detroit
4984714	Township of Bagley	township-of-bagley	Bagley Township		US	MI	137	04780	0	America/Detroit
4984743	Township of Bainbridge	township-of-bainbridge	Bainbridge Township		US	MI	021	04840	0	America/Detroit
4984819	Township of Baldwin	township-of-baldwin	Baldwin Township		US	MI	041	04900	0	America/Detroit
4984820	Township of Baldwin	township-of-baldwin	Baldwin Township		US	MI	069	04920	0	America/Detroit
4984850	Township of Baltimore	township-of-baltimore	Baltimore Township		US	MI	015	05020	0	America/Detroit
4984870	City of Bangor	city-of-bangor			US	MI	159	05140	1885	America/Detroit
4984871	Charter Township of Bangor	charter-township-of-bangor	Bangor Township,Charter Township of Bangor,Township of Bangor		US	MI	017	05120	0	America/Detroit
4984872	Township of Bangor	township-of-bangor	Bangor Township		US	MI	159	05160	0	America/Detroit
4984884	Township of Banks	township-of-banks	Banks Township		US	MI	009	05240	0	America/Detroit
4984909	Township of Baraga	township-of-baraga	Baraga Township		US	MI	013	05340	0	America/Detroit
4984950	Township of Bark River	township-of-bark-river	Bark River Township		US	MI	041	05420	0	America/Detroit
4984991	Township of Baroda	township-of-baroda	Baroda Township		US	MI	021	05520	0	America/Detroit
4985010	Township of Barry	township-of-barry	Barry Township		US	MI	015	05560	0	America/Detroit
4985030	Township of Barton	township-of-barton	Barton Township		US	MI	123	05620	0	America/Detroit
4985117	Township of Batavia	township-of-batavia	Batavia Township		US	MI	023	05800	0	America/Detroit
4985138	Township of Bates	township-of-bates	Bates Township		US	MI	071	05860	0	America/Menominee
4985141	Charter Township of Bath	charter-township-of-bath	Bath Township,Charter Township of Bath,Township of Bath		US	MI	037	05900	0	America/Detroit
4985159	City of Battle Creek	city-of-battle-creek			US	MI	025	05920	52347	America/Detroit
4985181	City of Bay City	city-of-bay-city	Bay City,City of Bay City		US	MI	017	06020	34932	America/Detroit
4985203	Township of Bay Mills	township-of-bay-mills	Bay Mills Township		US	MI	033	06070	0	America/Detroit
4985214	Township of Bay de Noc	township-of-bay-de-noc	Bay de Noc Township		US	MI	041	06040	0	America/Detroit
4985215	Township of Bay	township-of-bay	Bay Township		US	MI	029	06000	0	America/Detroit
4985287	Township of Bear Creek	township-of-bear-creek	Bear Creek Township		US	MI	047	06380	0	America/Detroit
4985322	Township of Bear Lake	township-of-bear-lake	Bear Lake Township		US	MI	079	06440	0	America/Detroit
4985323	Township of Bear Lake	township-of-bear-lake	Bear Lake Township		US	MI	101	06480	0	America/Detroit
4985343	Township of Bearinger	township-of-bearinger	Bearinger Township		US	MI	141	06400	0	America/Detroit
4985360	Township of Beaugrand	township-of-beaugrand	Beaugrand Township		US	MI	031	06500	0	America/Detroit
4985393	Township of Beaver Creek	township-of-beaver-creek	Beaver Creek Township		US	MI	039	06600	0	America/Detroit
4985457	Township of Beaver	township-of-beaver	Beaver Township		US	MI	017	06540	0	America/Detroit
4985458	Township of Beaver	township-of-beaver	Beaver Township		US	MI	123	06580	0	America/Detroit
4985466	City of Beaverton	city-of-beaverton			US	MI	051	06660	1071	America/Detroit
4985467	Township of Beaverton	township-of-beaverton	Beaverton Township		US	MI	051	06680	0	America/Detroit
4985503	Charter Township of Bedford	charter-township-of-bedford	Bedford Township,Charter Township of Bedford,Township of Bedford		US	MI	025	06720	0	America/Detroit
4985504	Township of Bedford	township-of-bedford	Bedford Township		US	MI	115	06740	0	America/Detroit
4985606	City of Belleville	city-of-belleville			US	MI	163	07020	3991	America/Detroit
4985612	Township of Bellevue	township-of-bellevue	Bellevue Township		US	MI	045	07080	0	America/Detroit
4985629	Township of Belvidere	township-of-belvidere	Belvidere Township		US	MI	117	07200	0	America/Detroit
4985649	Township of Bengal	township-of-bengal	Bengal Township		US	MI	037	07240	0	America/Detroit
4985683	Township of Bennington	township-of-bennington	Bennington Township		US	MI	155	07280	0	America/Detroit
4985686	Township of Benona	township-of-benona	Benona Township		US	MI	127	07300	0	America/Detroit
4985703	Township of Bentley	township-of-bentley	Bentley Township		US	MI	051	07360	0	America/Detroit
4985712	City of Benton Harbor	city-of-benton-harbor			US	MI	021	07520	10038	America/Detroit
4985718	Charter Township of Benton	charter-township-of-benton			US	MI	021	07400	0	America/Detroit
4985719	Township of Benton	township-of-benton	Benton Township		US	MI	031	07420	0	America/Detroit
4985720	Township of Benton	township-of-benton	Benton Township		US	MI	045	07440	0	America/Detroit
4985728	Township of Benzonia	township-of-benzonia	Benzonia Township		US	MI	019	07600	0	America/Detroit
4985741	Township of Bergland	township-of-bergland	Bergland Township		US	MI	131	07640	0	America/Detroit
4985745	City of Berkley	city-of-berkley			US	MI	125	07660	14970	America/Detroit
4985751	Charter Township of Berlin	charter-township-of-berlin	Charter Township of Berlin,Township of Berlin		US	MI	115	07720	0	America/Detroit
4985752	Township of Berlin	township-of-berlin	Berlin Township		US	MI	067	07700	0	America/Detroit
4985753	Township of Berlin	township-of-berlin	Berlin Township		US	MI	147	07760	0	America/Detroit
4985762	Township of Berrien	township-of-berrien	Berrien Township		US	MI	021	07820	0	America/Detroit
4985780	Township of Bertrand	township-of-bertrand	Bertrand Township		US	MI	021	07920	0	America/Detroit
4985788	Township of Bessemer	township-of-bessemer	Bessemer Township		US	MI	053	07980	0	America/Menominee
4985809	Township of Bethany	township-of-bethany	Bethany Township		US	MI	057	08020	0	America/Detroit
4985841	Township of Bethel	township-of-bethel	Bethel Township		US	MI	023	08060	0	America/Detroit
4985863	City of Bessemer	city-of-bessemer			US	MI	053	07960	1905	America/Menominee
4985962	Township of Big Creek	township-of-big-creek	Big Creek Township		US	MI	135	08220	0	America/Detroit
4986016	Township of Big Prairie	township-of-big-prairie	Big Prairie Township		US	MI	123	08280	0	America/Detroit
4986021	City of Big Rapids	city-of-big-rapids			US	MI	107	08300	10601	America/Detroit
4986022	Charter Township of Big Rapids	charter-township-of-big-rapids	Big Rapids Township,Charter Township of Big Rapids,Township of Big Rapids		US	MI	107	08320	0	America/Detroit
4986085	Township of Billings	township-of-billings	Billings Township		US	MI	051	08360	0	America/Detroit
4986105	Township of Bingham	township-of-bingham	Bingham Township		US	MI	037	08400	0	America/Detroit
4986106	Township of Bingham	township-of-bingham	Bingham Township		US	MI	063	08420	0	America/Detroit
4986107	Township of Bingham	township-of-bingham	Bingham Township		US	MI	089	08440	0	America/Detroit
4986145	Township of Birch Run	township-of-birch-run	Birch Run Township		US	MI	145	08560	0	America/Detroit
4986175	City of Birmingham	city-of-birmingham			US	MI	125	08640	20103	America/Detroit
4986196	Township of Bismarck	township-of-bismarck	Bismarck Township		US	MI	141	08700	0	America/Detroit
4986324	Charter Township of Blackman	charter-township-of-blackman	Blackman Township,Charter Township of Blackman,Township of Blackman		US	MI	075	08760	0	America/Detroit
4986345	Township of Blaine	township-of-blaine	Blaine Township		US	MI	019	08840	0	America/Detroit
4986350	Township of Blair	township-of-blair	Blair Township		US	MI	055	08880	0	America/Detroit
4986371	Township of Blendon	township-of-blendon	Blendon Township		US	MI	139	08940	0	America/Detroit
4986397	Township of Bliss	township-of-bliss	Bliss Township		US	MI	047	08980	0	America/Detroit
4986399	Township of Blissfield	township-of-blissfield	Blissfield Township		US	MI	091	09020	0	America/Detroit
4986426	Township of Bloomer	township-of-bloomer	Bloomer Township		US	MI	117	09040	0	America/Detroit
4986432	City of Bloomfield Hills	city-of-bloomfield-hills			US	MI	125	09180	3869	America/Detroit
4986438	Township of Bloomfield	township-of-bloomfield	Bloomfield Township		US	MI	063	09060	0	America/Detroit
4986439	Township of Bloomfield	township-of-bloomfield	Bloomfield Township		US	MI	113	09080	0	America/Detroit
4986440	Charter Township of Bloomfield	charter-township-of-bloomfield	Bloomfield Township,Charter Township of Bloomfield,Township of Bloomfield		US	MI	125	09110	0	America/Detroit
4986443	Township of Bloomingdale	township-of-bloomingdale	Bloomingdale Township		US	MI	159	09240	0	America/Detroit
4986468	Township of Blue Lake	township-of-blue-lake	Blue Lake Township		US	MI	079	09320	0	America/Detroit
4986469	Township of Blue Lake	township-of-blue-lake	Blue Lake Township		US	MI	121	09340	0	America/Detroit
4986514	Township of Blumfield	township-of-blumfield	Blumfield Township		US	MI	145	09400	0	America/Detroit
4986526	Township of Boardman	township-of-boardman	Boardman Township		US	MI	079	09440	0	America/Detroit
4986558	Township of Bohemia	township-of-bohemia	Bohemia Township		US	MI	131	09460	0	America/Detroit
4986566	Township of Bois Blanc	township-of-bois-blanc	Bois Blanc Township		US	MI	097	09500	0	America/Detroit
4986616	Township of Boon	township-of-boon	Boon Township		US	MI	165	09580	0	America/Detroit
4986662	Township of Boston	township-of-boston	Boston Township		US	MI	067	09680	0	America/Detroit
4986693	Township of Bourret	township-of-bourret	Bourret Township		US	MI	051	09720	0	America/Detroit
4986736	Township of Bowne	township-of-bowne	Bowne Township		US	MI	081	09780	0	America/Detroit
4986758	City of Boyne City	city-of-boyne-city	Boyne City,City of Boyne City		US	MI	029	09820	3735	America/Detroit
4986767	Township of Boyne Valley	township-of-boyne-valley	Boyne Valley Township		US	MI	029	09860	0	America/Detroit
4986810	Township of Brady	township-of-brady	Brady Township		US	MI	077	09920	0	America/Detroit
4986811	Township of Brady	township-of-brady	Brady Township		US	MI	145	09940	0	America/Detroit
4986826	Township of Brampton	township-of-brampton	Brampton Township		US	MI	041	09980	0	America/Detroit
4986846	Township of Branch	township-of-branch	Branch Township		US	MI	105	10020	0	America/Detroit
4986848	Charter Township of Brandon	charter-township-of-brandon	Brandon Township,Charter Township of Brandon,Township of Brandon		US	MI	125	10040	0	America/Detroit
4986870	Township of Brant	township-of-brant	Brant Township		US	MI	145	10100	0	America/Detroit
4986898	Charter Township of Breitung	charter-township-of-breitung	Breitung Township,Charter Township of Breitung,Township of Breitung		US	MI	043	10220	0	America/Menominee
4986903	Township of Breen	township-of-breen	Breen Township		US	MI	043	10200	0	America/Menominee
4986929	Township of Brevort	township-of-brevort	Brevort Township		US	MI	097	10360	0	America/Detroit
4986962	Township of Bridgehampton	township-of-bridgehampton	Bridgehampton Township		US	MI	151	10420	0	America/Detroit
4986967	Charter Township of Bridgeport	charter-township-of-bridgeport			US	MI	145	10460	0	America/Detroit
4986971	Township of Bridgeton	township-of-bridgeton	Bridgeton Township		US	MI	123	10500	0	America/Detroit
4986975	Township of Bridgewater	township-of-bridgewater	Bridgewater Township		US	MI	161	10560	0	America/Detroit
4986979	City of Bridgman	city-of-bridgman			US	MI	021	10580	2291	America/Detroit
4987004	City of Brighton	city-of-brighton			US	MI	093	10620	7444	America/Detroit
4987005	Township of Brighton	township-of-brighton	Brighton Township		US	MI	093	10640	0	America/Detroit
4987007	Township of Briley	township-of-briley	Briley Township		US	MI	119	10660	0	America/Detroit
4987042	Township of Brockway	township-of-brockway	Brockway Township		US	MI	147	10820	0	America/Detroit
4987052	City of Bronson	city-of-bronson			US	MI	023	10860	2349	America/Detroit
4987053	Township of Bronson	township-of-bronson	Bronson Township		US	MI	023	10880	0	America/Detroit
4987059	Township of Brookfield	township-of-brookfield	Brookfield Township		US	MI	045	10920	0	America/Detroit
4987060	Township of Brookfield	township-of-brookfield	Brookfield Township		US	MI	063	10940	0	America/Detroit
4987078	Township of Brooks	township-of-brooks	Brooks Township		US	MI	123	11060	0	America/Detroit
4987098	Township of Broomfield	township-of-broomfield	Broomfield Township		US	MI	073	11140	0	America/Detroit
4987113	City of Brown City	city-of-brown-city	Brown City,City of Brown City		US	MI	151	11180	1325	America/Detroit
4987146	Township of Brown	township-of-brown	Brown Township		US	MI	101	11160	0	America/Detroit
4987176	Charter Township of Brownstown	charter-township-of-brownstown	Brownstown Township,Charter Township of Brownstown,Township of Brownstown		US	MI	163	11220	0	America/Detroit
4987184	Township of Bruce	township-of-bruce	Bruce Township		US	MI	033	11280	0	America/Detroit
4987185	Township of Bruce	township-of-bruce	Bruce Township		US	MI	099	11300	0	America/Detroit
4987242	City of Buchanan	city-of-buchanan			US	MI	021	11400	4456	America/Detroit
4987243	Township of Buchanan	township-of-buchanan	Buchanan Township		US	MI	021	11420	0	America/Detroit
4987273	Township of Buckeye	township-of-buckeye	Buckeye Township		US	MI	051	11440	0	America/Detroit
4987299	Township of Buel	township-of-buel	Buel Township		US	MI	151	11540	0	America/Detroit
4987307	Charter Township of Buena Vista	charter-township-of-buena-vista			US	MI	145	11560	0	America/Detroit
4987369	Township of Bunker Hill	township-of-bunker-hill	Bunker Hill Township		US	MI	065	11640	0	America/Detroit
4987381	Township of Burdell	township-of-burdell	Burdell Township		US	MI	133	11680	0	America/Detroit
4987405	Township of Burleigh	township-of-burleigh	Burleigh Township		US	MI	069	11740	0	America/Detroit
4987412	Township of Burlington	township-of-burlington	Burlington Township		US	MI	025	11820	0	America/Detroit
4987413	Township of Burlington	township-of-burlington	Burlington Township		US	MI	087	11840	0	America/Detroit
4987434	Township of Burns	township-of-burns	Burns Township		US	MI	155	11880	0	America/Detroit
4987436	Township of Burnside	township-of-burnside	Burnside Township		US	MI	087	11900	0	America/Detroit
4987452	Township of Burr Oak	township-of-burr-oak	Burr Oak Township		US	MI	149	11940	0	America/Detroit
4987477	Township of Burt	township-of-burt	Burt Township		US	MI	003	11960	0	America/Detroit
4987478	Township of Burt	township-of-burt	Burt Township		US	MI	031	11980	0	America/Detroit
4987481	Township of Burtchville	township-of-burtchville	Burtchville Township		US	MI	147	12020	0	America/Detroit
4987494	City of Burton	city-of-burton			US	MI	049	12060	29999	America/Detroit
4987513	Township of Bushnell	township-of-bushnell	Bushnell Township		US	MI	117	12120	0	America/Detroit
4987530	Township of Butler	township-of-butler	Butler Township		US	MI	023	12140	0	America/Detroit
4987534	Township of Butman	township-of-butman	Butman Township		US	MI	051	12180	0	America/Detroit
4987551	Township of Butterfield	township-of-butterfield	Butterfield Township		US	MI	113	12200	0	America/Detroit
4987591	Township of Byron	township-of-byron	Byron Township		US	MI	081	12240	0	America/Detroit
4987631	City of Cadillac	city-of-cadillac			US	MI	165	12320	10355	America/Detroit
4987660	Township of Caldwell	township-of-caldwell	Caldwell Township		US	MI	113	12440	0	America/Detroit
4987666	Township of Caledonia	township-of-caledonia	Caledonia Township		US	MI	001	12460	0	America/Detroit
4987667	Township of Caledonia	township-of-caledonia	Caledonia Township		US	MI	081	12500	0	America/Detroit
4987668	Charter Township of Caledonia	charter-township-of-caledonia	Caledonia Township,Charter Township of Caledonia,Township of Caledonia		US	MI	155	12520	0	America/Detroit
4987676	Township of California	township-of-california	California Township		US	MI	023	12560	0	America/Detroit
4987687	Charter Township of Calumet	charter-township-of-calumet	Calumet Township,Charter Township of Calumet,Township of Calumet		US	MI	061	12600	0	America/Detroit
4987720	Township of Calvin	township-of-calvin	Calvin Township		US	MI	027	12620	0	America/Detroit
4987724	Township of Cambria	township-of-cambria	Cambria Township		US	MI	059	12700	0	America/Detroit
4987730	Township of Cambridge	township-of-cambridge	Cambridge Township		US	MI	091	12720	0	America/Detroit
4987732	Township of Camden	township-of-camden	Camden Township		US	MI	059	12780	0	America/Detroit
4987946	Township of Campbell	township-of-campbell	Campbell Township		US	MI	067	12840	0	America/Detroit
4987991	Charter Township of Canton	charter-township-of-canton	Canton Township,Charter Township of Canton,Township of Canton		US	MI	163	13120	0	America/Detroit
4987994	Township of Cannon	township-of-cannon	Cannon Township		US	MI	081	13080	0	America/Detroit
4988047	Township of Carlton	township-of-carlton	Carlton Township		US	MI	015	13340	0	America/Detroit
4988052	Township of Carmel	township-of-carmel	Carmel Township		US	MI	045	13380	0	America/Detroit
4988073	Township of Carp Lake	township-of-carp-lake	Carp Lake Township		US	MI	047	13500	0	America/Detroit
4988074	Township of Carp Lake	township-of-carp-lake	Carp Lake Township		US	MI	131	13520	0	America/Detroit
4988134	Township of Carrollton	township-of-carrollton	Carrollton Township		US	MI	145	13540	0	America/Detroit
4988141	City of Carson City	city-of-carson-city	Carson City,City of Carson City		US	MI	117	13600	1093	America/Detroit
4988183	Charter Township of Cascade	charter-township-of-cascade	Cascade Township,Charter Township of Cascade,Township of Cascade		US	MI	081	13660	0	America/Detroit
4988187	Township of Casco	township-of-casco	Casco Township		US	MI	005	13700	0	America/Detroit
4988188	Township of Casco	township-of-casco	Casco Township		US	MI	147	13720	0	America/Detroit
4988196	Township of Case	township-of-case	Case Township		US	MI	141	13740	0	America/Detroit
4988199	Township of Caseville	township-of-caseville	Caseville Township		US	MI	063	13780	0	America/Detroit
4988211	Township of Casnovia	township-of-casnovia	Casnovia Township		US	MI	121	13840	0	America/Detroit
4988213	City of Caspian	city-of-caspian			US	MI	071	13860	906	America/Menominee
4988243	Township of Castleton	township-of-castleton	Castleton Township		US	MI	015	13960	0	America/Detroit
4988260	Township of Cato	township-of-cato	Cato Township		US	MI	117	14000	0	America/Detroit
4988304	Township of Cedar Creek	township-of-cedar-creek	Cedar Creek Township		US	MI	121	14100	0	America/Detroit
4988305	Township of Cedar Creek	township-of-cedar-creek	Cedar Creek Township		US	MI	165	14120	0	America/Detroit
4988364	City of Cedar Springs	city-of-cedar-springs			US	MI	081	14200	3509	America/Detroit
4988371	Township of Cedar	township-of-cedar	Cedar Township		US	MI	133	14040	0	America/Detroit
4988377	Township of Cedarville	township-of-cedarville	Cedarville Township		US	MI	109	14240	0	America/Menominee
4988401	City of Center Line	city-of-center-line			US	MI	099	14320	8257	America/Detroit
4988407	Township of Center	township-of-center	Center Township		US	MI	047	14300	0	America/Detroit
4988410	Township of Centerville	township-of-centerville	Centerville Township		US	MI	089	14340	0	America/Detroit
4988432	Township of Central Lake	township-of-central-lake	Central Lake Township		US	MI	009	14420	0	America/Detroit
4988500	Township of Champion	township-of-champion	Champion Township		US	MI	103	14540	0	America/Detroit
4988517	Township of Chandler	township-of-chandler	Chandler Township		US	MI	029	14560	0	America/Detroit
4988518	Township of Chandler	township-of-chandler	Chandler Township		US	MI	063	14600	0	America/Detroit
4988544	Township of Chapin	township-of-chapin	Chapin Township		US	MI	145	14660	0	America/Detroit
4988571	Township of Charleston	township-of-charleston	Charleston Township		US	MI	077	14720	0	America/Detroit
4988580	City of Charlevoix	city-of-charlevoix			US	MI	029	14780	2513	America/Detroit
4988582	Township of Charlevoix	township-of-charlevoix	Charlevoix Township		US	MI	029	14800	0	America/Detroit
4988590	Township of Charlton	township-of-charlton	Charlton Township		US	MI	137	14840	0	America/Detroit
4988603	Township of Chase	township-of-chase	Chase Township		US	MI	085	14880	0	America/Detroit
4988606	Township of Chassell	township-of-chassell	Chassell Township		US	MI	061	14920	0	America/Detroit
4988615	City of Charlotte	city-of-charlotte			US	MI	045	14820	9074	America/Detroit
4988624	City of Cheboygan	city-of-cheboygan			US	MI	031	15000	4867	America/Detroit
4988658	Township of Cherry Grove	township-of-cherry-grove	Cherry Grove Township		US	MI	165	15060	0	America/Detroit
4988669	Township of Cherry Valley	township-of-cherry-valley	Cherry Valley Township		US	MI	085	15100	0	America/Detroit
4988672	Township of Chesaning	township-of-chesaning	Chesaning Township		US	MI	145	15160	0	America/Detroit
4988675	Township of Cheshire	township-of-cheshire	Cheshire Township		US	MI	005	15200	0	America/Detroit
4988678	Township of Chester	township-of-chester	Chester Township		US	MI	045	15260	0	America/Detroit
4988679	Township of Chester	township-of-chester	Chester Township		US	MI	137	15280	0	America/Detroit
4988680	Township of Chester	township-of-chester	Chester Township		US	MI	139	15300	0	America/Detroit
4988684	Township of Chesterfield	township-of-chesterfield	Chesterfield Township		US	MI	099	15340	0	America/Detroit
4988690	Township of Chestonia	township-of-chestonia	Chestonia Township		US	MI	009	15380	0	America/Detroit
4988720	Township of Chikaming	township-of-chikaming	Chickaming Township,Chikaming Township,Township of Chikaming		US	MI	021	15480	0	America/Detroit
4988738	Township of China	township-of-china	China Township		US	MI	147	15540	0	America/Detroit
4988778	Township of Chippewa	township-of-chippewa	Chippewa Township		US	MI	033	15560	0	America/Detroit
4988779	Township of Chippewa	township-of-chippewa	Chippewa Township		US	MI	073	15580	0	America/Detroit
4988780	Township of Chippewa	township-of-chippewa	Chippewa Township		US	MI	107	15600	0	America/Detroit
4988796	Charter Township of Chocolay	charter-township-of-chocolay	Charter Township of Chocolay,Chocolay Township,Township of Chocolay		US	MI	103	15660	0	America/Detroit
4988891	Township of Churchill	township-of-churchill	Churchill Township		US	MI	129	15740	0	America/Detroit
4988924	Township of Clam Lake	township-of-clam-lake	Clam Lake Township		US	MI	165	15860	0	America/Detroit
4988928	Township of Clam Union	township-of-clam-union	Clam Union Township		US	MI	113	15900	0	America/Detroit
4988937	City of Clare	city-of-clare			US	MI	035	15920	3118	America/Detroit
4988941	Township of Clarence	township-of-clarence	Clarence Township		US	MI	025	15960	0	America/Detroit
4988949	Township of Clarendon	township-of-clarendon	Clarendon Township		US	MI	025	16020	0	America/Detroit
4988981	Township of Clark	township-of-clark	Clark Township		US	MI	097	16060	0	America/Detroit
4989009	City of Clawson	city-of-clawson			US	MI	125	16160	11825	America/Detroit
4989012	Township of Clay	township-of-clay	Clay Township		US	MI	147	16180	0	America/Detroit
4989018	Township of Claybanks	township-of-claybanks	Clay Bank Township,Claybanks Township,Township of Claybanks		US	MI	127	16200	0	America/Detroit
4989025	Township of Clayton	township-of-clayton	Clayton Township		US	MI	011	16240	0	America/Detroit
4989026	Charter Township of Clayton	charter-township-of-clayton	Charter Township of Clayton,Clayton Township,Township of Clayton		US	MI	049	16260	0	America/Detroit
4989084	Township of Clearwater	township-of-clearwater	Clearwater Township		US	MI	079	16340	0	America/Detroit
4989090	Township of Clement	township-of-clement	Clement Township		US	MI	051	16360	0	America/Detroit
4989093	Township of Cleon	township-of-cleon	Cleon Township		US	MI	101	16380	0	America/Detroit
4989109	Township of Cleveland	township-of-cleveland	Cleveland Township		US	MI	089	16400	0	America/Detroit
4989128	Township of Climax	township-of-climax	Climax Township		US	MI	077	16460	0	America/Detroit
4989147	Township of Clinton	township-of-clinton	Clinton Township		US	MI	091	16500	0	America/Detroit
4989148	Charter Township of Clinton	charter-township-of-clinton	Charter Township of Clinton,Clinton Township,Township of Clinton		US	MI	099	4989148	100000	America/Detroit
4989149	Township of Clinton	township-of-clinton	Clinton Township		US	MI	135	16540	0	America/Detroit
4989155	City of Clio	city-of-clio			US	MI	049	16620	2646	America/Detroit
4989182	Township of Clyde	township-of-clyde	Clyde Township		US	MI	005	16720	0	America/Detroit
4989183	Township of Clyde	township-of-clyde	Clyde Township		US	MI	147	16760	0	America/Detroit
4989223	Township of Coe	township-of-coe	Coe Township		US	MI	073	16880	0	America/Detroit
4989240	Township of Cohoctah	township-of-cohoctah	Bristol Township,Cohoctah Township,Township of Cohoctah,Tuscola Township		US	MI	093	16920	0	America/Detroit
4989264	Township of Coldsprings	township-of-coldsprings	Cold Springs Township,Township of Cold Springs,Township of Coldsprings		US	MI	079	17000	0	America/Detroit
4989276	City of Coldwater	city-of-coldwater			US	MI	023	17020	10945	America/Detroit
4989277	Township of Coldwater	township-of-coldwater	Coldwater Township		US	MI	023	17040	0	America/Detroit
4989278	Township of Coldwater	township-of-coldwater	Coldwater Township		US	MI	073	17060	0	America/Detroit
4989307	City of Coleman	city-of-coleman			US	MI	111	17100	1243	America/Detroit
4989319	Township of Colfax	township-of-colfax	Colfax Township		US	MI	019	17120	0	America/Detroit
4989320	Township of Colfax	township-of-colfax	Colfax Township		US	MI	063	17140	0	America/Detroit
4989321	Township of Colfax	township-of-colfax	Colfax Township		US	MI	107	17160	0	America/Detroit
4989322	Township of Colfax	township-of-colfax	Colfax Township		US	MI	127	17180	0	America/Detroit
4989323	Township of Colfax	township-of-colfax	Colfax Township		US	MI	165	17200	0	America/Detroit
4989344	Charter Township of Coloma	charter-township-of-coloma			US	MI	021	17340	0	America/Detroit
4989345	City of Coloma	city-of-coloma			US	MI	021	17320	1483	America/Detroit
4989350	Township of Colon	township-of-colon	Colon Township		US	MI	149	17370	0	America/Detroit
4989370	Township of Columbia	township-of-columbia	Columbia Township		US	MI	075	17400	0	America/Detroit
4989371	Township of Columbia	township-of-columbia	Columbia Township		US	MI	157	17420	0	America/Detroit
4989372	Township of Columbia	township-of-columbia	Columbia Township		US	MI	159	17440	0	America/Detroit
4989384	Township of Columbus	township-of-columbus	Columbus Township		US	MI	095	17480	0	America/Detroit
4989385	Township of Columbus	township-of-columbus	Columbus Township		US	MI	147	17520	0	America/Detroit
4989399	Township of Comins	township-of-comins	Comins Township		US	MI	135	17600	0	America/Detroit
4989403	Charter Township of Commerce	charter-township-of-commerce	Charter Township of Commerce,Commerce Township,Township of Commerce		US	MI	125	17640	0	America/Detroit
4989439	Charter Township of Comstock	charter-township-of-comstock	Charter Township of Comstock,Comstock Township,Township of Comstock		US	MI	077	17680	0	America/Detroit
4989443	Township of Concord	township-of-concord	Concord Township		US	MI	075	17760	0	America/Detroit
4989487	Township of Constantine	township-of-constantine	Constantine Township		US	MI	149	17860	0	America/Detroit
4989493	Township of Convis	township-of-convis	Convis Township		US	MI	025	17880	0	America/Detroit
4989506	Township of Conway	township-of-conway	Conway Township		US	MI	093	17920	0	America/Detroit
4989595	Charter Township of Cooper	charter-township-of-cooper	Charter Township of Cooper,Cooper Township,Township of Cooper		US	MI	077	17980	0	America/Detroit
4989599	City of Coopersville	city-of-coopersville			US	MI	139	18020	4275	America/Detroit
4989666	Township of Cornell	township-of-cornell	Cornell Township		US	MI	041	18280	0	America/Detroit
4989687	City of Corunna	city-of-corunna			US	MI	155	18300	3497	America/Detroit
4989690	Township of Corwith	township-of-corwith	Corwith Township		US	MI	137	18320	0	America/Detroit
4989710	Township of Cottrellville	township-of-cottrellville	Cottrellville Township		US	MI	147	18400	0	America/Detroit
4989749	Township of Courtland	township-of-courtland	Courtland Township		US	MI	081	18500	0	America/Detroit
4989774	Township of Covert	township-of-covert	Covert Township		US	MI	159	18560	0	America/Detroit
4989780	Township of Covington	township-of-covington	Covington Township		US	MI	013	18600	0	America/Detroit
4989980	Township of Crockery	township-of-crockery	Crockery Township		US	MI	139	18800	0	America/Detroit
4990035	Township of Cross Village	township-of-cross-village	Cross Village Township		US	MI	047	18900	0	America/Detroit
4990042	City of Croswell	city-of-croswell			US	MI	151	18920	2447	America/Detroit
4990053	Township of Croton	township-of-croton	Croton Township		US	MI	123	18980	0	America/Detroit
4990100	City of Crystal Falls	city-of-crystal-falls			US	MI	071	19140	1469	America/Menominee
4990101	Township of Crystal Falls	township-of-crystal-falls	Crystal Falls Township		US	MI	071	19150	0	America/Menominee
4990123	Township of Crystal Lake	township-of-crystal-lake	Crystal Lake Township		US	MI	019	19180	0	America/Detroit
4990133	Township of Crystal	township-of-crystal	Crystal Township		US	MI	117	19080	0	America/Detroit
4990134	Township of Crystal	township-of-crystal	Crystal Township		US	MI	127	19100	0	America/Detroit
4990158	Township of Cumming	township-of-cumming	Cumming Township		US	MI	129	19260	0	America/Detroit
4990207	Township of Curtis	township-of-curtis	Curtis Township		US	MI	001	19320	0	America/Detroit
4990232	Township of Custer	township-of-custer	Custer Township		US	MI	009	19400	0	America/Detroit
4990233	Township of Custer	township-of-custer	Custer Township		US	MI	105	19440	0	America/Detroit
4990234	Township of Custer	township-of-custer	Custer Township		US	MI	151	19460	0	America/Detroit
4990265	Township of Dafter	township-of-dafter	Dafter Township		US	MI	033	19540	0	America/Detroit
4990270	Township of Daggett	township-of-daggett	Daggett Township		US	MI	109	19580	0	America/Menominee
4990289	Township of Dallas	township-of-dallas	Dallas Township		US	MI	037	19620	0	America/Detroit
4990297	Township of Dalton	township-of-dalton	Dalton Township		US	MI	121	19660	0	America/Detroit
4990315	Township of Danby	township-of-danby	Danby Township		US	MI	067	19720	0	America/Detroit
4990409	City of Davison	city-of-davison			US	MI	049	19880	5173	America/Detroit
4990410	Township of Davison	township-of-davison	Davison Township		US	MI	049	19900	0	America/Detroit
4990429	Township of Day	township-of-day	Day Township		US	MI	117	19920	0	America/Detroit
4990442	Township of Dayton	township-of-dayton	Dayton Township		US	MI	123	19960	0	America/Detroit
4990443	Township of Dayton	township-of-dayton	Dayton Township		US	MI	157	19980	0	America/Detroit
4990472	City of DeWitt	city-of-dewitt	City of DeWitt,De Witt		US	MI	037	22120	4507	America/Detroit
4990473	Charter Township of DeWitt	charter-township-of-dewitt	Charter Township of DeWitt,De Witt Township,DeWitt Township,Township of DeWitt		US	MI	037	22140	0	America/Detroit
4990513	City of Dearborn Heights	city-of-dearborn-heights			US	MI	163	21020	57774	America/Detroit
4990516	City of Dearborn	city-of-dearborn			US	MI	163	21000	98153	America/Detroit
4990520	Township of Decatur	township-of-decatur	Decatur Township		US	MI	159	21060	0	America/Detroit
4990539	Township of Deep River	township-of-deep-river	Deep River Township		US	MI	011	21120	0	America/Detroit
4990606	Township of Deerfield	township-of-deerfield	Deerfield Township		US	MI	073	21140	0	America/Detroit
4990607	Township of Deerfield	township-of-deerfield	Deerfield Township		US	MI	087	21160	0	America/Detroit
4990608	Township of Deerfield	township-of-deerfield	Deerfield Township		US	MI	091	21200	0	America/Detroit
4990609	Township of Deerfield	township-of-deerfield	Deerfield Township		US	MI	093	21220	0	America/Detroit
4990610	Township of Deerfield	township-of-deerfield	Deerfield Township		US	MI	107	21240	0	America/Detroit
4990645	Township of Delaware	township-of-delaware	Delaware Township		US	MI	151	21380	0	America/Detroit
4990649	Charter Township of Delhi	charter-township-of-delhi			US	MI	065	21420	0	America/Detroit
4990667	Charter Township of Delta	charter-township-of-delta			US	MI	045	21520	0	America/Detroit
4990683	Township of Denmark	township-of-denmark	Denmark Township		US	MI	157	21600	0	America/Detroit
4990706	Township of Denton	township-of-denton	Denton Township		US	MI	143	21640	0	America/Detroit
4990708	Township of Denver	township-of-denver	Denver Township		US	MI	073	21680	0	America/Detroit
4990709	Township of Denver	township-of-denver	Denver Township		US	MI	123	21700	0	America/Detroit
4990728	Township of Detour	township-of-detour	Detour Township		US	MI	033	21770	0	America/Detroit
4990752	City of Detroit	city-of-detroit			US	MI	163	22000	713777	America/Detroit
4990803	Township of Dexter	township-of-dexter	Dexter Township		US	MI	161	22180	0	America/Detroit
4990857	Township of Dickson	township-of-dickson	Dickson Township		US	MI	101	22320	0	America/Detroit
4991041	Township of Dorr	township-of-dorr	Dorr Township		US	MI	005	22680	0	America/Detroit
4991096	Township of Douglass	township-of-douglass	Douglass Township		US	MI	117	22760	0	America/Detroit
4991097	Township of Dover	township-of-dover	Dover Township		US	MI	085	22800	0	America/Detroit
4991098	Township of Dover	township-of-dover	Dover Township		US	MI	091	22820	0	America/Detroit
4991099	Township of Dover	township-of-dover	Dover Township		US	MI	137	22840	0	America/Detroit
4991117	City of Dowagiac	city-of-dowagiac			US	MI	027	22880	5879	America/Detroit
4991151	Township of Doyle	township-of-doyle	Doyle Township		US	MI	153	22960	0	America/Detroit
4991203	Township of Drummond	township-of-drummond	Drummond Township		US	MI	033	23080	0	America/Detroit
4991221	Township of Dryden	township-of-dryden	Dryden Township		US	MI	087	23160	0	America/Detroit
4991329	Township of Duncan	township-of-duncan	Duncan Township		US	MI	061	23340	0	America/Detroit
4991332	Township of Dundee	township-of-dundee	Dundee Township		US	MI	115	23400	0	America/Detroit
4991362	Township of Duplain	township-of-duplain	Du Plain Township,Du-Plain Township,Duplain Township,Township of Duplain		US	MI	037	23460	0	America/Detroit
4991365	City of Durand	city-of-durand			US	MI	155	23500	3446	America/Detroit
4991407	Township of Dwight	township-of-dwight	Dwight Township		US	MI	063	23540	0	America/Detroit
4991445	Township of Eagle Harbor	township-of-eagle-harbor	Eagle Harbor Township		US	MI	083	23620	0	America/Detroit
4991477	Township of Eagle	township-of-eagle	Eagle Township		US	MI	037	23580	0	America/Detroit
4991497	Township of East Bay	township-of-east-bay	East Bay Township		US	MI	055	23800	0	America/Detroit
4991570	Township of East China	township-of-east-china	East China Township		US	MI	147	23820	0	America/Detroit
4991584	City of Eastpointe	city-of-eastpointe	City of East Detroit,City of Eastpointe		US	MI	099	24290	32442	America/Detroit
4991601	City of East Grand Rapids	city-of-east-grand-rapids			US	MI	081	23980	10694	America/Detroit
4991615	City of East Jordan	city-of-east-jordan			US	MI	029	24020	2351	America/Detroit
4991641	City of East Lansing	city-of-east-lansing			US	MI	065	24120	48579	America/Detroit
4991693	City of East Tawas	city-of-east-tawas			US	MI	069	24420	2808	America/Detroit
4991733	Township of Easton	township-of-easton	Easton Township		US	MI	067	24220	0	America/Detroit
4991754	City of Eaton Rapids	city-of-eaton-rapids			US	MI	045	24540	5214	America/Detroit
4991755	Township of Eaton Rapids	township-of-eaton-rapids	Eaton Rapids Township		US	MI	045	24560	0	America/Detroit
4991756	Township of Eaton	township-of-eaton	Eaton Township		US	MI	045	24520	0	America/Detroit
4991782	Township of Echo	township-of-echo	Echo Township		US	MI	009	24640	0	America/Detroit
4991789	Township of Eckford	township-of-eckford	Eckford Township		US	MI	025	24700	0	America/Detroit
4991799	City of Ecorse	city-of-ecorse			US	MI	163	24740	9512	America/Detroit
4991815	Township of Eden	township-of-eden	Eden Township		US	MI	085	24800	0	America/Detroit
4991816	Township of Eden	township-of-eden	Eden Township		US	MI	105	24820	0	America/Detroit
4991819	Township of Edenville	township-of-edenville	Edenville Township		US	MI	111	24830	0	America/Detroit
4991878	Township of Edwards	township-of-edwards	Edwards Township		US	MI	129	25020	0	America/Detroit
4991881	Township of Egelston	township-of-egelston	Egelston Township		US	MI	121	25080	0	America/Detroit
4991912	Township of Elba	township-of-elba	Elba Township		US	MI	057	25120	0	America/Detroit
4991913	Township of Elba	township-of-elba	Elba Township		US	MI	087	25160	0	America/Detroit
4991927	Township of Elbridge	township-of-elbridge	Elbridge Township		US	MI	127	25200	0	America/Detroit
4991971	Township of Elk Rapids	township-of-elk-rapids	Elk Rapids Township		US	MI	009	25340	0	America/Detroit
4991972	Township of Elk	township-of-elk	Elk Township		US	MI	151	25280	0	America/Detroit
4991977	Township of Elkland	township-of-elkland	Elkland Township		US	MI	157	25300	0	America/Detroit
4991991	Township of Ellington	township-of-ellington	Ellington Township		US	MI	157	25380	0	America/Detroit
4991993	Township of Elk	township-of-elk	Elk Township		US	MI	085	25260	0	America/Detroit
4992010	Township of Ellis	township-of-ellis	Ellis Township		US	MI	031	25400	0	America/Detroit
4992020	Township of Ellsworth	township-of-ellsworth	Ellsworth Township		US	MI	085	25440	0	America/Detroit
4992040	Township of Elm River	township-of-elm-river	Elm River Township		US	MI	061	25660	0	America/Detroit
4992050	Township of Elmer	township-of-elmer	Elmer Township		US	MI	135	25500	0	America/Detroit
4992051	Township of Elmer	township-of-elmer	Elmer Township		US	MI	151	25540	0	America/Detroit
4992057	Township of Elmira	township-of-elmira	Elmira Township		US	MI	137	25620	0	America/Detroit
4992075	Charter Township of Elmwood	charter-township-of-elmwood	Charter Township of Elmwood,Elmwood Township,Township of Elmwood		US	MI	089	25700	0	America/Detroit
4992076	Township of Elmwood	township-of-elmwood	Elmwood Township		US	MI	157	25720	0	America/Detroit
4992094	Township of Ely	township-of-ely	Ely Township		US	MI	103	25820	0	America/Detroit
4992124	Township of Emerson	township-of-emerson	Emerson Township		US	MI	057	25880	0	America/Detroit
4992143	Township of Emmett	township-of-emmett	Emmet Township,Emmett Township,Township of Emmett		US	MI	147	25960	0	America/Detroit
4992145	Charter Township of Emmett	charter-township-of-emmett	Charter Township of Emmett,Emmett Township,Township of Emmett		US	MI	025	25935	0	America/Detroit
4992152	Township of Empire	township-of-empire	Empire Township		US	MI	089	26000	0	America/Detroit
4992181	Township of Ensign	township-of-ensign	Ensign Township		US	MI	041	26140	0	America/Detroit
4992183	Township of Ensley	township-of-ensley	Ensley Township		US	MI	123	26160	0	America/Detroit
4992186	Township of Enterprise	township-of-enterprise	Enterprise Township		US	MI	113	26200	0	America/Detroit
4992217	Township of Erie	township-of-erie	Erie Township		US	MI	115	26320	0	America/Detroit
4992230	Township of Erwin	township-of-erwin	Erwin Township		US	MI	053	26340	0	America/Menominee
4992239	City of Escanaba	city-of-escanaba			US	MI	041	26360	12616	America/Detroit
4992240	Township of Escanaba	township-of-escanaba	Escanaba Township		US	MI	041	26380	0	America/Detroit
4992250	Township of Essex	township-of-essex	Essex Township		US	MI	037	26400	0	America/Detroit
4992254	City of Essexville	city-of-essexville			US	MI	017	26420	3478	America/Detroit
4992273	Township of Eureka	township-of-eureka	Eureka Township		US	MI	117	26520	0	America/Detroit
4992286	Township of Evangeline	township-of-evangeline	Evangeline Township		US	MI	029	26580	0	America/Detroit
4992306	City of Evart	city-of-evart			US	MI	133	26640	1903	America/Detroit
4992307	Township of Evart	township-of-evart	Evart Township		US	MI	133	26660	0	America/Detroit
4992309	Township of Eveline	township-of-eveline	Eveline Township		US	MI	029	26680	0	America/Detroit
4992315	Township of Everett	township-of-everett	Everett Township		US	MI	123	26700	0	America/Detroit
4992350	Township of Evergreen	township-of-evergreen	Evergreen Township		US	MI	117	26720	0	America/Detroit
4992351	Township of Evergreen	township-of-evergreen	Evergreen Township		US	MI	151	26740	0	America/Detroit
4992367	Township of Excelsior	township-of-excelsior	Excelsior Township		US	MI	079	26860	0	America/Detroit
4992371	Township of Exeter	township-of-exeter	Exeter Township		US	MI	115	26880	0	America/Detroit
4992374	Township of Ewing	township-of-ewing	Ewing Township		US	MI	103	26840	0	America/Detroit
4992380	Township of Fabius	township-of-fabius	Fabius Township		US	MI	149	26920	0	America/Detroit
4992400	Township of Fairbanks	township-of-fairbanks	Fairbanks Township		US	MI	041	26960	0	America/Detroit
4992408	Township of Fairfield	township-of-fairfield	Fairfield Township		US	MI	091	27020	0	America/Detroit
4992409	Township of Fairfield	township-of-fairfield	Fairfield Township		US	MI	155	27040	0	America/Detroit
4992412	Township of Fairgrove	township-of-fairgrove	Fairgrove Township		US	MI	157	27100	0	America/Detroit
4992414	Township of Fairhaven	township-of-fairhaven	Fairhaven Township		US	MI	063	27120	0	America/Detroit
4992422	Township of Fairplain	township-of-fairplain	Fairplain Township		US	MI	117	27180	0	America/Detroit
4992488	Township of Faithorn	township-of-faithorn	Faithorn Township		US	MI	109	27300	0	America/Menominee
4992524	City of Farmington Hills	city-of-farmington-hills			US	MI	125	27440	79740	America/Detroit
4992526	City of Farmington	city-of-farmington			US	MI	125	27380	10372	America/Detroit
4992559	Township of Fawn River	township-of-fawn-river	Fawn River Township		US	MI	149	27540	0	America/Detroit
4992564	Township of Fayette	township-of-fayette	Fayette Township		US	MI	059	27580	0	America/Detroit
4992577	Township of Felch	township-of-felch	Felch Township		US	MI	043	27660	0	America/Menominee
4992611	City of Fennville	city-of-fennville			US	MI	005	27740	1398	America/Detroit
4992616	City of Fenton	city-of-fenton			US	MI	049	27760	11756	America/Detroit
4992618	Charter Township of Fenton	charter-township-of-fenton	Charter Township of Fenton,Fenton Township,Township of Fenton		US	MI	049	27780	0	America/Detroit
4992638	City of Ferndale	city-of-ferndale			US	MI	125	27880	19900	America/Detroit
4992648	Township of Ferris	township-of-ferris	Ferris Township		US	MI	117	27900	0	America/Detroit
4992658	Township of Ferry	township-of-ferry	Ferry Township		US	MI	127	27940	0	America/Detroit
4992660	City of Ferrysburg	city-of-ferrysburg			US	MI	139	27960	2892	America/Detroit
4992677	Township of Fife Lake	township-of-fife-lake	Fife Lake Township		US	MI	055	28020	0	America/Detroit
4992694	Charter Township of Filer	charter-township-of-filer			US	MI	101	28040	0	America/Detroit
4992699	Township of Fillmore	township-of-fillmore	Fillmore Township		US	MI	005	28120	0	America/Detroit
4992945	City of Flat Rock	city-of-flat-rock			US	MI	163	28360	9878	America/Detroit
4992979	City of Flint	city-of-flint			US	MI	049	29000	102434	America/Detroit
4992980	Charter Township of Flint	charter-township-of-flint	Charter Township of Flint,Flint Township,Township of Flint		US	MI	049	29020	0	America/Detroit
4993002	Township of Florence	township-of-florence	Florence Township		US	MI	149	29060	0	America/Detroit
4993014	Township of Flowerfield	township-of-flowerfield	Flowerfield Township		US	MI	149	29140	0	America/Detroit
4993026	City of Flushing	city-of-flushing			US	MI	049	29200	8389	America/Detroit
4993027	Charter Township of Flushing	charter-township-of-flushing	Charter Township of Flushing,Flushing Township,Township of Flushing		US	MI	049	29220	0	America/Detroit
4993035	Township of Flynn	township-of-flynn	Flynn Township		US	MI	151	29240	0	America/Detroit
4993090	Township of Ford River	township-of-ford-river	Ford River Township		US	MI	041	29380	0	America/Detroit
4993132	Township of Forest Home	township-of-forest-home	Forest Home Township		US	MI	009	29600	0	America/Detroit
4993153	Township of Forest	township-of-forest	Forest Township		US	MI	031	29400	0	America/Detroit
4993154	Township of Forest	township-of-forest	Forest Township		US	MI	049	29420	0	America/Detroit
4993155	Township of Forest	township-of-forest	Forest Township		US	MI	113	29440	0	America/Detroit
4993166	Township of Fork	township-of-fork	Fork Township		US	MI	107	29680	0	America/Detroit
4993170	Township of Forester	township-of-forester	Forester Township		US	MI	151	29500	0	America/Detroit
4993171	Township of Forsyth	township-of-forsyth	Forsyth Township		US	MI	103	29720	0	America/Detroit
4993177	Charter Township of Fort Gratiot	charter-township-of-fort-gratiot	Charter Township of Fort Gratiot,Fort Gratiot Township,Township of Fort Gratiot		US	MI	147	29760	0	America/Detroit
4993211	Township of Foster	township-of-foster	Foster Township		US	MI	129	29860	0	America/Detroit
4993320	Township of Frankenlust	township-of-frankenlust	Frankenlust Township		US	MI	017	30180	0	America/Detroit
4993322	City of Frankenmuth	city-of-frankenmuth			US	MI	145	30200	4944	America/Detroit
4993323	Township of Frankenmuth	township-of-frankenmuth	Frankenmuth Township		US	MI	145	30220	0	America/Detroit
4993332	City of Frankfort	city-of-frankfort			US	MI	019	30260	1286	America/Detroit
4993361	Township of Franklin	township-of-franklin	Franklin Township		US	MI	035	30280	0	America/Detroit
4993362	Township of Franklin	township-of-franklin	Franklin Township		US	MI	061	30300	0	America/Detroit
4993363	Township of Franklin	township-of-franklin	Franklin Township		US	MI	091	30320	0	America/Detroit
4993375	City of Fraser	city-of-fraser			US	MI	099	30420	14480	America/Detroit
4993382	Township of Fraser	township-of-fraser	Fraser Township		US	MI	017	30400	0	America/Detroit
4993385	Township of Frederic	township-of-frederic	Frederic Township		US	MI	039	30480	0	America/Detroit
4993386	Township of Fredonia	township-of-fredonia	Fredonia Township		US	MI	025	30500	0	America/Detroit
4993397	Township of Free Soil	township-of-free-soil	Free Soil Township		US	MI	105	30620	0	America/Detroit
4993400	Township of Freedom	township-of-freedom	Freedom Township		US	MI	161	30520	0	America/Detroit
4993414	Township of Freeman	township-of-freeman	Freeman Township		US	MI	035	30560	0	America/Detroit
4993427	City of Fremont	city-of-fremont			US	MI	123	30700	4081	America/Detroit
4993428	Township of Fremont	township-of-fremont	Fremont Township		US	MI	073	30680	0	America/Detroit
4993429	Township of Fremont	township-of-fremont	Fremont Township		US	MI	145	30720	0	America/Detroit
4993430	Township of Fremont	township-of-fremont	Fremont Township		US	MI	151	30740	0	America/Detroit
4993431	Township of Fremont	township-of-fremont	Fremont Township		US	MI	157	30760	0	America/Detroit
4993451	Township of Frenchtown	township-of-frenchtown	Frenchtown Township		US	MI	115	30820	0	America/Detroit
4993467	Township of Friendship	township-of-friendship	Friendship Township		US	MI	047	30860	0	America/Detroit
4993512	Township of Frost	township-of-frost	Frost Township		US	MI	035	30900	0	America/Detroit
4993518	Township of Fruitland	township-of-fruitland	Fruitland Township		US	MI	121	30980	0	America/Detroit
4993521	Charter Township of Fruitport	charter-township-of-fruitport			US	MI	121	31020	0	America/Detroit
4993558	Township of Fulton	township-of-fulton	Fulton Township		US	MI	057	31080	0	America/Detroit
4993577	City of Gaastra	city-of-gaastra			US	MI	071	31160	347	America/Menominee
4993597	Township of Gaines	township-of-gaines	Gaines Station Township,Gaines Township,Gaines Village Township,Township of Gaines		US	MI	049	31220	0	America/Detroit
4993598	Charter Township of Gaines	charter-township-of-gaines	Charter Township of Gaines,Gaines Township,Township of Gaines		US	MI	081	31240	0	America/Detroit
4993610	City of Galesburg	city-of-galesburg			US	MI	077	31260	2009	America/Detroit
4993618	Township of Galien	township-of-galien	Galien Township		US	MI	021	31320	0	America/Detroit
4993647	Township of Ganges	township-of-ganges	Ganges Township		US	MI	005	31360	0	America/Detroit
4993660	City of Garden City	city-of-garden-city	City of Garden City,Garden City		US	MI	163	31420	27692	America/Detroit
4993674	Township of Garden	township-of-garden	Garden Township		US	MI	041	31400	0	America/Detroit
4993706	Township of Garfield	township-of-garfield	Garfield Township		US	MI	017	31540	0	America/Detroit
4993707	Township of Garfield	township-of-garfield	Garfield Township		US	MI	035	31560	0	America/Detroit
4993708	Charter Township of Garfield	charter-township-of-garfield	Charter Township of Garfield,Garfield Township,Township of Garfield		US	MI	055	31580	0	America/Detroit
4993709	Township of Garfield	township-of-garfield	Garfield Township		US	MI	079	31600	0	America/Detroit
4993710	Township of Garfield	township-of-garfield	Garfield Township		US	MI	097	31620	0	America/Detroit
4993711	Township of Garfield	township-of-garfield	Garfield Township		US	MI	123	31640	0	America/Detroit
4993760	City of Gaylord	city-of-gaylord			US	MI	137	31720	3645	America/Detroit
4993791	Charter Township of Genesee	charter-township-of-genesee	Charter Township of Genesee,Genesee Township,Township of Genesee		US	MI	049	31800	0	America/Detroit
4993803	Township of Geneva	township-of-geneva	Geneva Township		US	MI	111	31820	0	America/Detroit
4993804	Township of Geneva	township-of-geneva	Geneva Township		US	MI	159	31840	0	America/Detroit
4993805	Township of Genoa	township-of-genoa	Genoa Township		US	MI	093	31860	0	America/Detroit
4993827	Charter Township of Georgetown	charter-township-of-georgetown	Charter Township of Georgetown,Georgetown Township,Township of Georgetown		US	MI	139	31880	0	America/Detroit
4993847	Township of Germfask	township-of-germfask	Germfask Township		US	MI	153	31940	0	America/Detroit
4993850	Township of Gerrish	township-of-gerrish	Gerrish Township		US	MI	143	31960	0	America/Detroit
4993876	City of Gibraltar	city-of-gibraltar			US	MI	163	32020	4656	America/Detroit
4993887	Township of Gibson	township-of-gibson	Gibson Township		US	MI	017	32040	0	America/Detroit
4993921	Township of Gilead	township-of-gilead	Gilead Township		US	MI	023	32120	0	America/Detroit
4993928	Township of Gilford	township-of-gilford	Gilford Township		US	MI	157	32160	0	America/Detroit
4993955	Township of Gilmore	township-of-gilmore	Gilmore Township		US	MI	019	32180	0	America/Detroit
4993956	Township of Gilmore	township-of-gilmore	Gilmore Township		US	MI	073	32200	0	America/Detroit
4993974	Township of Girard	township-of-girard	Girard Township		US	MI	023	32280	0	America/Detroit
4993984	City of Gladstone	city-of-gladstone			US	MI	041	32300	4973	America/Detroit
4993988	City of Gladwin	city-of-gladwin			US	MI	051	32320	2933	America/Detroit
4993989	Township of Gladwin	township-of-gladwin	Gladwin Township		US	MI	051	32340	0	America/Detroit
4994011	Township of Glen Arbor	township-of-glen-arbor	Glen Arbor Township		US	MI	089	32380	0	America/Detroit
4994074	City of Gobles	city-of-gobles			US	MI	159	32640	829	America/Detroit
4994115	Township of Golden	township-of-golden	Golden Township		US	MI	127	32780	0	America/Detroit
4994130	Township of Goodar	township-of-goodar	Goodar Township		US	MI	129	32860	0	America/Detroit
4994141	Township of Goodland	township-of-goodland	Goodland Township		US	MI	087	32960	0	America/Detroit
4994151	Township of Goodwell	township-of-goodwell	Goodwell Township		US	MI	123	33000	0	America/Detroit
4994212	Township of Gore	township-of-gore	Gore Township		US	MI	063	33080	0	America/Detroit
4994248	Township of Gourley	township-of-gourley	Gourley Township		US	MI	109	33160	0	America/Menominee
4994321	City of Grand Blanc	city-of-grand-blanc			US	MI	049	33280	8276	America/Detroit
4994322	Charter Township of Grand Blanc	charter-township-of-grand-blanc	Charter Township of Grand Blanc,Grand Blanc Township,Township of Grand Blanc		US	MI	049	33300	0	America/Detroit
4994331	City of Grand Haven	city-of-grand-haven			US	MI	139	33340	10412	America/Detroit
4994332	Charter Township of Grand Haven	charter-township-of-grand-haven	Charter Township of Grand Haven,Grand Haven Township,Township of Grand Haven		US	MI	139	33360	0	America/Detroit
4994337	Township of Grand Island	township-of-grand-island	Grand Island Township		US	MI	003	33380	0	America/Detroit
4994346	City of Grand Ledge	city-of-grand-ledge			US	MI	045	33420	7786	America/Detroit
4994363	Charter Township of Grand Rapids	charter-township-of-grand-rapids			US	MI	081	34020	0	America/Detroit
4994364	City of Grand Rapids	city-of-grand-rapids			US	MI	081	34000	188040	America/Detroit
4994393	City of Grandville	city-of-grandville			US	MI	081	34160	15378	America/Detroit
4994440	City of Grant	city-of-grant			US	MI	123	34360	894	America/Detroit
4994441	Township of Grant	township-of-grant	Grant Township		US	MI	031	34200	0	America/Detroit
4994442	Township of Grant	township-of-grant	Grant Township		US	MI	035	34220	0	America/Detroit
4994443	Township of Grant	township-of-grant	Grant Township		US	MI	055	34240	0	America/Detroit
4994444	Township of Grant	township-of-grant	Grant Township		US	MI	063	34260	0	America/Detroit
4994445	Township of Grant	township-of-grant	Grant Township		US	MI	069	34280	0	America/Detroit
4994446	Township of Grant	township-of-grant	Grant Township		US	MI	083	34300	0	America/Detroit
4994447	Township of Grant	township-of-grant	Grant Township		US	MI	105	34320	0	America/Detroit
4994448	Township of Grant	township-of-grant	Grant Township		US	MI	107	34340	0	America/Detroit
4994449	Township of Grant	township-of-grant	Grant Township		US	MI	123	34380	0	America/Detroit
4994450	Township of Grant	township-of-grant	Grant Township		US	MI	127	34400	0	America/Detroit
4994451	Township of Grant	township-of-grant	Grant Township		US	MI	147	34420	0	America/Detroit
4994520	Charter Township of Grass Lake	charter-township-of-grass-lake	Charter Township of Grass Lake,Grass Lake Township,Township of Grass Lake		US	MI	075	34500	0	America/Detroit
4994546	Township of Grattan	township-of-grattan	Grattan Township		US	MI	081	34560	0	America/Detroit
4994583	City of Grayling	city-of-grayling			US	MI	039	34640	1884	America/Detroit
4994652	Township of Green Lake	township-of-green-lake	Green Lake Township		US	MI	055	34960	0	America/Detroit
4994663	Township of Green Oak	township-of-green-oak	Green Oak Township		US	MI	093	35060	0	America/Detroit
4994688	Township of Green	township-of-green	Green Township		US	MI	007	34740	0	America/Detroit
4994689	Charter Township of Green	charter-township-of-green	Charter Township of Green,Green Township,Township of Green		US	MI	107	34760	0	America/Detroit
4994694	Township of Greenbush	township-of-greenbush	Greenbush Township		US	MI	001	34820	0	America/Detroit
4994695	Township of Greenbush	township-of-greenbush	Greenbush Township		US	MI	037	34840	0	America/Detroit
4994698	Township of Greendale	township-of-greendale	Greendale Township		US	MI	111	34860	0	America/Detroit
4994715	Township of Greenland	township-of-greenland	Greenland Township		US	MI	131	35000	0	America/Detroit
4994718	Township of Greenleaf	township-of-greenleaf	Greenleaf Township		US	MI	151	35020	0	America/Detroit
4994740	City of Greenville	city-of-greenville			US	MI	117	35100	8481	America/Detroit
4994774	Township of Greenwood	township-of-greenwood	Greenwood Township		US	MI	035	35120	0	America/Detroit
4994775	Township of Greenwood	township-of-greenwood	Greenwood Township		US	MI	127	35160	0	America/Detroit
4994776	Township of Greenwood	township-of-greenwood	Greenwood Township		US	MI	135	35200	0	America/Detroit
4994777	Township of Greenwood	township-of-greenwood	Greenwood Township		US	MI	147	35220	0	America/Detroit
4994778	Township of Greenwood	township-of-greenwood	Greenwood Township		US	MI	165	35240	0	America/Detroit
4994858	Township of Grosse Ile	township-of-grosse-ile	Grosse Ile Township		US	MI	163	35420	0	America/Detroit
4994865	City of Grosse Pointe Farms	city-of-grosse-pointe-farms			US	MI	163	35520	9479	America/Detroit
4994869	City of Grosse Pointe Park	city-of-grosse-pointe-park			US	MI	163	35540	11555	America/Detroit
4994872	City of Grosse Pointe Woods	city-of-grosse-pointe-woods			US	MI	163	35580	16135	America/Detroit
4994874	City of Grosse Pointe	city-of-grosse-pointe			US	MI	163	35480	5421	America/Detroit
4994881	Township of Grout	township-of-grout	Grout Township		US	MI	051	35620	0	America/Detroit
4994889	Township of Groveland	township-of-groveland	Groveland Township		US	MI	125	35640	0	America/Detroit
4994975	Township of Gun Plain	township-of-gun-plain	Gunplain Township,Township of Gun Plain,Township of Gunplain		US	MI	005	35720	0	America/Detroit
4994989	Township of Gustin	township-of-gustin	Gustin Township		US	MI	001	35740	0	America/Detroit
4995030	Township of Hadley	township-of-hadley	Hadley Township		US	MI	087	35840	0	America/Detroit
4995038	Township of Hagar	township-of-hagar	Hagar Township		US	MI	021	35860	0	America/Detroit
4995059	Township of Haight	township-of-haight	Haight Township		US	MI	131	35960	0	America/Detroit
4995143	Township of Hamburg	township-of-hamburg	Hamburg Township		US	MI	093	36100	0	America/Detroit
4995159	Township of Hamilton	township-of-hamilton	Hamilton Township		US	MI	035	36140	0	America/Detroit
4995160	Township of Hamilton	township-of-hamilton	Hamilton Township		US	MI	057	36160	0	America/Detroit
4995161	Township of Hamilton	township-of-hamilton	Hamilton Township		US	MI	159	36180	0	America/Detroit
4995169	Township of Hamlin	township-of-hamlin	Hamlin Township		US	MI	045	36200	0	America/Detroit
4995170	Township of Hamlin	township-of-hamlin	Hamlin Township		US	MI	105	36220	0	America/Detroit
4995195	Charter Township of Hampton	charter-township-of-hampton	Charter Township of Hampton,Hampton Township,Township of Hampton		US	MI	017	36260	0	America/Detroit
4995198	City of Hamtramck	city-of-hamtramck			US	MI	163	36280	22423	America/Detroit
4995205	Township of Hancock	township-of-hancock	Hancock Township		US	MI	061	36320	0	America/Detroit
4995208	City of Hancock	city-of-hancock			US	MI	061	36300	4634	America/Detroit
4995223	Township of Handy	township-of-handy	Handy Township		US	MI	093	36340	0	America/Detroit
4995251	Township of Hanover	township-of-hanover	Hanover Township		US	MI	075	36400	0	America/Detroit
4995252	Township of Hanover	township-of-hanover	Hanover Township		US	MI	165	36420	0	America/Detroit
4995275	City of Harbor Beach	city-of-harbor-beach			US	MI	063	36460	1703	America/Detroit
4995287	City of Harbor Springs	city-of-harbor-springs			US	MI	047	36560	1194	America/Detroit
4995332	Charter Township of Haring	charter-township-of-haring	Charter Township of Haring,Haring Township,Township of Haring		US	MI	165	36600	0	America/Detroit
4995370	City of Harper Woods	city-of-harper-woods			US	MI	163	36700	14236	America/Detroit
4995401	Township of Harris	township-of-harris	Harris Township		US	MI	109	36760	0	America/Menominee
4995422	City of Harrison	city-of-harrison			US	MI	035	36800	2114	America/Detroit
4995423	Charter Township of Harrison	charter-township-of-harrison	Charter Township of Harrison,Harrison Township,Township of Harrison		US	MI	099	36820	0	America/Detroit
4995427	City of Harrisville	city-of-harrisville			US	MI	001	36860	493	America/Detroit
4995428	Township of Harrisville	township-of-harrisville	Harrisville Township		US	MI	001	36880	0	America/Detroit
4995449	City of Hart	city-of-hart			US	MI	127	36920	2126	America/Detroit
4995450	Township of Hart	township-of-hart	Hart Township		US	MI	127	36940	0	America/Detroit
4995455	City of Hartford	city-of-hartford			US	MI	159	36960	2688	America/Detroit
4995456	Township of Hartford	township-of-hartford	Hartford Township		US	MI	159	36980	0	America/Detroit
4995460	Township of Hartland	township-of-hartland	Hartland Township		US	MI	093	37040	0	America/Detroit
4995481	Township of Hartwick	township-of-hartwick	Hartwick Township		US	MI	133	37060	0	America/Detroit
4995525	City of Hastings	city-of-hastings			US	MI	015	37120	7350	America/Detroit
4995526	Charter Township of Hastings	charter-township-of-hastings	Charter Township of Hastings,Hastings Township,Township of Hastings		US	MI	015	37140	0	America/Detroit
4995549	Township of Hatton	township-of-hatton	Hatton Township		US	MI	035	37160	0	America/Detroit
4995563	Township of Hawes	township-of-hawes	Hawes Township		US	MI	001	37220	0	America/Detroit
4995602	Township of Hay	township-of-hay	Hay Township		US	MI	051	37300	0	America/Detroit
4995621	Township of Hayes	township-of-hayes	Hayes Township		US	MI	029	37320	0	America/Detroit
4995622	Township of Hayes	township-of-hayes	Hayes Township		US	MI	035	37340	0	America/Detroit
4995623	Township of Hayes	township-of-hayes	Hayes Township		US	MI	137	37360	0	America/Detroit
4995642	Township of Haynes	township-of-haynes	Haynes Township		US	MI	001	37380	0	America/Detroit
4995666	City of Hazel Park	city-of-hazel-park			US	MI	125	37420	16422	America/Detroit
4995671	Township of Hazelton	township-of-hazelton	Hazelton Township		US	MI	155	37440	0	America/Detroit
4995697	Township of Heath	township-of-heath	Heath Township		US	MI	005	37460	0	America/Detroit
4995708	Township of Hebron	township-of-hebron	Hebron Township		US	MI	031	37480	0	America/Detroit
4995737	Township of Helena	township-of-helena	Helena Township		US	MI	009	37500	0	America/Detroit
4995752	Township of Hematite	township-of-hematite	Hematite Township		US	MI	071	37580	0	America/Menominee
4995792	Township of Henderson	township-of-henderson	Henderson Township		US	MI	165	37640	0	America/Detroit
4995795	Township of Hendricks	township-of-hendricks	Hendricks Township		US	MI	097	37660	0	America/Detroit
4995807	Township of Henrietta	township-of-henrietta	Henrietta Township		US	MI	075	37700	0	America/Detroit
4995862	Township of Hersey	township-of-hersey	Hersey Township		US	MI	133	37840	0	America/Detroit
4995913	Township of Hiawatha	township-of-hiawatha	Hiawatha Township		US	MI	153	37940	0	America/Detroit
4995972	Township of Higgins	township-of-higgins	Higgins Township		US	MI	143	38020	0	America/Detroit
4996020	City of Highland Park	city-of-highland-park			US	MI	163	38180	11776	America/Detroit
4996025	Charter Township of Highland	charter-township-of-highland	Charter Township of Highland,Highland Township,Township of Highland		US	MI	125	38080	0	America/Detroit
4996026	Township of Highland	township-of-highland	Highland Township		US	MI	133	38100	0	America/Detroit
4996072	Township of Hill	township-of-hill	Hill Township		US	MI	129	38300	0	America/Detroit
4996103	Township of Hillman	township-of-hillman	Hillman Township		US	MI	119	38400	0	America/Detroit
4996113	City of Hillsdale	city-of-hillsdale			US	MI	059	38460	8305	America/Detroit
4996114	Township of Hillsdale	township-of-hillsdale	Hillsdale Township		US	MI	059	38480	0	America/Detroit
4996148	Township of Hinton	township-of-hinton	Hinton Township		US	MI	107	38540	0	America/Detroit
4996261	City of Holland	city-of-holland			US	MI	005	38640	33051	America/Detroit
4996262	Township of Holland	township-of-holland	Holland Township		US	MI	113	38620	0	America/Detroit
4996263	Charter Township of Holland	charter-township-of-holland	Charter Township of Holland,Holland Township,Township of Holland		US	MI	139	38660	0	America/Detroit
4996283	Township of Holly	township-of-holly	Holly Township		US	MI	125	38720	0	America/Detroit
4996304	Township of Holmes	township-of-holmes	Holmes Township		US	MI	109	38760	0	America/Menominee
4996310	Township of Holton	township-of-holton	Holton Township		US	MI	121	38820	0	America/Detroit
4996365	Township of Home	township-of-home	Home Township		US	MI	117	38840	0	America/Detroit
4996366	Township of Home	township-of-home	Home Township		US	MI	123	38860	0	America/Detroit
4996377	Township of Homer	township-of-homer	Homer Township		US	MI	025	38940	0	America/Detroit
4996378	Township of Homer	township-of-homer	Homer Township		US	MI	111	38980	0	America/Detroit
4996386	Township of Homestead	township-of-homestead	Homestead Township		US	MI	019	39000	0	America/Detroit
4996453	Township of Hope	township-of-hope	Hope Township		US	MI	015	39120	0	America/Detroit
4996454	Township of Hope	township-of-hope	Hope Township		US	MI	111	39160	0	America/Detroit
4996464	Township of Hopkins	township-of-hopkins	Hopkins Township		US	MI	005	39200	0	America/Detroit
4996556	Township of Horton	township-of-horton	Horton Township		US	MI	129	39320	0	America/Detroit
4996594	City of Houghton	city-of-houghton			US	MI	061	39360	7708	America/Detroit
4996597	Township of Houghton	township-of-houghton	Houghton Township		US	MI	083	39380	0	America/Detroit
4996636	Township of Howard	township-of-howard	Howard Township		US	MI	027	39480	0	America/Detroit
4996660	City of Howell	city-of-howell			US	MI	093	39540	9489	America/Detroit
4996661	Township of Howell	township-of-howell	Howell Township		US	MI	093	39560	0	America/Detroit
4996732	City of Hudson	city-of-hudson			US	MI	091	39720	2307	America/Detroit
4996733	Township of Hudson	township-of-hudson	Hudson Township		US	MI	029	39700	0	America/Detroit
4996734	Township of Hudson	township-of-hudson	Hudson Township		US	MI	091	39740	0	America/Detroit
4996735	Township of Hudson	township-of-hudson	Hudson Township		US	MI	097	39760	0	America/Detroit
4996737	City of Hudsonville	city-of-hudsonville			US	MI	139	39800	7116	America/Detroit
4996765	Township of Hulbert	township-of-hulbert	Hulbert Township		US	MI	033	39860	0	America/Detroit
4996778	Township of Humboldt	township-of-humboldt	Humboldt Township		US	MI	103	39940	0	America/Detroit
4996781	Township of Hume	township-of-hume	Hume Township		US	MI	063	39960	0	America/Detroit
4996833	City of Huntington Woods	city-of-huntington-woods			US	MI	125	40000	6238	America/Detroit
4996886	Township of Huron	township-of-huron	Huron Township		US	MI	063	40020	0	America/Detroit
4999411	City of Litchfield	city-of-litchfield			US	MI	059	47980	1369	America/Detroit
4996887	Charter Township of Huron	charter-township-of-huron	Charter Township of Huron,Huron Township,Township of Huron		US	MI	163	40040	0	America/Detroit
4996942	Township of Ida	township-of-ida	Ida Township		US	MI	115	40260	0	America/Detroit
4996957	City of Imlay City	city-of-imlay-city	City of Imlay City,Imlay City		US	MI	087	40320	3597	America/Detroit
4996958	Township of Imlay	township-of-imlay	Imlay Township		US	MI	087	40300	0	America/Detroit
4996992	Charter Township of Independence	charter-township-of-independence	Charter Township of Independence,Independence Township,Township of Independence		US	MI	125	40400	0	America/Detroit
4997112	Township of Indianfields	township-of-indianfields	Indianfields Township		US	MI	157	40440	0	America/Detroit
4997124	Township of Ingallston	township-of-ingallston	Ingallston Township		US	MI	109	40600	0	America/Menominee
4997127	Township of Ingersoll	township-of-ingersoll	Ingersoll Township		US	MI	111	40620	0	America/Detroit
4997134	Township of Ingham	township-of-ingham	Ingham Township		US	MI	065	40640	0	America/Detroit
4997139	City of Inkster	city-of-inkster			US	MI	163	40680	25369	America/Detroit
4997145	Township of Inland	township-of-inland	Inland Township		US	MI	019	40700	0	America/Detroit
4997179	Township of Interior	township-of-interior	Interior Township		US	MI	131	40760	0	America/Detroit
4997189	Township of Inverness	township-of-inverness	Inverness Township		US	MI	031	40820	0	America/Detroit
4997190	Township of Inwood	township-of-inwood	Inwood Township		US	MI	153	40840	0	America/Detroit
4997199	City of Ionia	city-of-ionia			US	MI	067	40860	11394	America/Detroit
4997200	Township of Ionia	township-of-ionia	Ionia Township		US	MI	067	40880	0	America/Detroit
4997205	Township of Iosco	township-of-iosco	Iosco Township		US	MI	093	40900	0	America/Detroit
4997208	Township of Ira	township-of-ira	Ira Township		US	MI	147	40920	0	America/Detroit
4997234	City of Iron Mountain	city-of-iron-mountain			US	MI	043	40960	7624	America/Menominee
4997242	Township of Iron River	township-of-iron-river	Iron River Township		US	MI	071	41000	0	America/Menominee
4997250	City of Ironwood	city-of-ironwood			US	MI	053	41060	5387	America/Menominee
4997251	Charter Township of Ironwood	charter-township-of-ironwood	Charter Township of Ironwood,Ironwood Township,Township of Ironwood		US	MI	053	41080	0	America/Menominee
4997262	Township of Irving	township-of-irving	Irving Township		US	MI	015	41120	0	America/Detroit
4997274	Township of Isabella	township-of-isabella	Isabella Township		US	MI	073	41160	0	America/Detroit
4997285	City of Ishpeming	city-of-ishpeming			US	MI	103	41220	6470	America/Detroit
4997286	Township of Ishpeming	township-of-ishpeming	Ishpeming Township		US	MI	103	41240	0	America/Detroit
4997343	City of Iron River	city-of-iron-river			US	MI	071	40980	3029	America/Menominee
4997347	City of Ithaca	city-of-ithaca			US	MI	057	41340	2910	America/Detroit
4997411	City of Jackson	city-of-jackson			US	MI	075	41420	33534	America/Detroit
4997439	Township of James	township-of-james	James Township		US	MI	145	41480	0	America/Detroit
4997444	Charter Township of Jamestown	charter-township-of-jamestown	Charter Township of Jamestown,Jamestown Township,Township of Jamestown		US	MI	139	41520	0	America/Detroit
4997459	Township of Jasper	township-of-jasper	Jasper Township		US	MI	111	41560	0	America/Detroit
4997494	Township of Jefferson	township-of-jefferson	Jefferson Township		US	MI	027	41600	0	America/Detroit
4997495	Township of Jefferson	township-of-jefferson	Jefferson Township		US	MI	059	41620	0	America/Detroit
4997525	Township of Jerome	township-of-jerome	Jerome Township		US	MI	111	41760	0	America/Detroit
4997668	Township of Johnstown	township-of-johnstown	Johnstown Township		US	MI	015	41860	0	America/Detroit
4997697	Township of Jonesfield	township-of-jonesfield	Jonesfield Township		US	MI	145	41900	0	America/Detroit
4997714	Township of Jordan	township-of-jordan	Jordan Township		US	MI	009	41960	0	America/Detroit
4997735	Township of Joyfield	township-of-joyfield	Joyfield Township		US	MI	019	42000	0	America/Detroit
4997764	Township of Juniata	township-of-juniata	Juniata Township		US	MI	157	42140	0	America/Detroit
4997797	City of Kalamazoo	city-of-kalamazoo			US	MI	077	42160	74262	America/Detroit
4997798	Charter Township of Kalamazoo	charter-township-of-kalamazoo	Charter Township of Kalamazoo,Kalamazoo Township,Township of Kalamazoo		US	MI	077	42180	0	America/Detroit
4997803	Township of Kalamo	township-of-kalamo	Kalamo Township		US	MI	045	42220	0	America/Detroit
4997809	Township of Kalkaska	township-of-kalkaska	Kalkaska Township		US	MI	079	42280	0	America/Detroit
4997832	Township of Kasson	township-of-kasson	Kasson Township		US	MI	089	42320	0	America/Detroit
4997856	Township of Kawkawlin	township-of-kawkawlin	Kawkawlin Township		US	MI	017	42360	0	America/Detroit
4997859	Township of Kearney	township-of-kearney	Kearney Township		US	MI	009	42400	0	America/Detroit
4997869	City of Keego Harbor	city-of-keego-harbor			US	MI	125	42460	2970	America/Detroit
4997875	Township of Keeler	township-of-keeler	Keeler Township		US	MI	159	42500	0	America/Detroit
4997879	Township of Keene	township-of-keene	Keene Township		US	MI	067	42520	0	America/Detroit
4997996	Township of Kenockee	township-of-kenockee	Kenockee Township		US	MI	147	42740	0	America/Detroit
4998021	City of Kentwood	city-of-kentwood			US	MI	081	42820	48707	America/Detroit
4998127	Township of Kimball	township-of-kimball	Kimball Township		US	MI	147	43160	0	America/Detroit
4998141	Township of Kinderhook	township-of-kinderhook	Kinderhook Township		US	MI	023	43260	0	America/Detroit
4998191	City of Kingsford	city-of-kingsford			US	MI	043	43300	5133	America/Menominee
4998202	Township of Kingston	township-of-kingston	Kingston Township		US	MI	157	43400	0	America/Detroit
4998223	Charter Township of Kinross	charter-township-of-kinross	Charter Township of Kinross,Kinross Township,Township of Kinross		US	MI	033	43480	0	America/Detroit
4998288	Township of Klacking	township-of-klacking	Klacking Township		US	MI	129	43640	0	America/Detroit
4998356	Township of Koehler	township-of-koehler	Koehler Township		US	MI	031	43820	0	America/Detroit
4998362	Township of Kochville	township-of-kochville	Kochville Township		US	MI	145	43800	0	America/Detroit
4998383	Township of Koylton	township-of-koylton	Koylton Township		US	MI	157	43880	0	America/Detroit
4998387	Township of Krakow	township-of-krakow	Krakow Township		US	MI	141	43900	0	America/Detroit
4998434	Township of L'Anse	township-of-l-anse	L'Anse Township		US	MI	013	45560	0	America/Detroit
4998440	Township of LaGrange	township-of-lagrange	La Grange Township,Township of La Grange,Township of LaGrange		US	MI	027	44140	0	America/Detroit
4998447	Township of La Salle	township-of-la-salle	La Salle Township		US	MI	115	46260	0	America/Detroit
4998496	Township of Lafayette	township-of-lafayette	Lafayette Township		US	MI	057	44080	0	America/Detroit
4998507	City of Laingsburg	city-of-laingsburg			US	MI	155	44200	1283	America/Detroit
4998511	Township of Laird	township-of-laird	Laird Township		US	MI	061	44220	0	America/Detroit
4998517	City of Lake Angelus	city-of-lake-angelus			US	MI	125	44440	290	America/Detroit
4998532	City of Lake City	city-of-lake-city	City of Lake City,Lake City		US	MI	113	44480	836	America/Detroit
4998634	Charter Township of Lake	charter-township-of-lake			US	MI	021	44260	0	America/Detroit
4998635	Township of Lake	township-of-lake	Lake Township		US	MI	019	44240	0	America/Detroit
4998636	Township of Lake	township-of-lake	Lake Township		US	MI	063	44300	0	America/Detroit
4998637	Township of Lake	township-of-lake	Lake Township		US	MI	085	44320	0	America/Detroit
4998639	Township of Lake	township-of-lake	Lake Township		US	MI	109	44360	0	America/Menominee
4998640	Township of Lake	township-of-lake	Lake Township		US	MI	113	44380	0	America/Detroit
4998641	Township of Lake	township-of-lake	Lake Township		US	MI	143	44400	0	America/Detroit
4998646	Township of Lakefield	township-of-lakefield	Lakefield Township		US	MI	095	44540	0	America/Detroit
4998647	Township of Lakefield	township-of-lakefield	Lakefield Township		US	MI	145	44560	0	America/Detroit
4998701	Township of Laketown	township-of-laketown	Laketown Township		US	MI	005	45180	0	America/Detroit
4998762	Township of Laketon	township-of-laketon	Laketon Township		US	MI	121	45160	0	America/Detroit
4998788	Township of Lamotte	township-of-lamotte	Lamotte Township		US	MI	151	45460	0	America/Detroit
4998835	Charter Township of Lansing	charter-township-of-lansing			US	MI	065	46020	0	America/Detroit
4998836	City of Lansing	city-of-lansing			US	MI	065	46000	114297	America/Detroit
4998851	City of Lapeer	city-of-lapeer			US	MI	087	46040	8841	America/Detroit
4998852	Township of Lapeer	township-of-lapeer	Lapeer Township		US	MI	087	46060	0	America/Detroit
4998875	Charter Township of Larkin	charter-township-of-larkin	Charter Township of Larkin,Larkin Township,Township of Larkin		US	MI	111	46160	0	America/Detroit
4998898	City of Lathrup Village	city-of-lathrup-village			US	MI	125	46320	4075	America/Detroit
4998947	Township of Lawrence	township-of-lawrence	Lawrence Township		US	MI	159	46460	0	America/Detroit
4998971	Township of Le Roy	township-of-le-roy	Le Roy Township		US	MI	133	47120	0	America/Detroit
4998990	Township of Leavitt	township-of-leavitt	Leavitt Township		US	MI	127	46560	0	America/Detroit
4998991	Township of Lebanon	township-of-lebanon	Lebanon Township		US	MI	037	46580	0	America/Detroit
4999015	Township of Lee	township-of-lee	Lee Township		US	MI	005	46600	0	America/Detroit
4999016	Township of Lee	township-of-lee	Lee Township		US	MI	025	46620	0	America/Detroit
4999017	Township of Lee	township-of-lee	Lee Township		US	MI	111	46640	0	America/Detroit
4999027	Township of Leelanau	township-of-leelanau	Leelanau Township		US	MI	089	46700	0	America/Detroit
4999053	Township of Leighton	township-of-leighton	Leighton Township		US	MI	005	46760	0	America/Detroit
4999069	Township of Leland	township-of-leland	Leland Township		US	MI	089	46820	0	America/Detroit
4999093	Township of Lenox	township-of-lenox	Lenox Township		US	MI	099	46900	0	America/Detroit
4999109	Township of Leoni	township-of-leoni	Leoni Township		US	MI	075	46980	0	America/Detroit
4999112	Township of Leonidas	township-of-leonidas	Leonidas Township		US	MI	149	47020	0	America/Detroit
4999118	Township of Leroy	township-of-leroy	Leroy Township		US	MI	025	47060	0	America/Detroit
4999119	Township of Leroy	township-of-leroy	Le Roy Township,Leroy Township,Township of Leroy		US	MI	065	47080	0	America/Detroit
4999125	City of Leslie	city-of-leslie			US	MI	065	47180	1851	America/Detroit
4999126	Township of Leslie	township-of-leslie	Leslie Township		US	MI	065	47200	0	America/Detroit
4999175	Township of Lexington	township-of-lexington	Lexington Township		US	MI	151	47300	0	America/Detroit
4999183	Township of Liberty	township-of-liberty	Liberty Township		US	MI	075	47360	0	America/Detroit
4999184	Township of Liberty	township-of-liberty	Liberty Township		US	MI	165	47380	0	America/Detroit
4999216	Township of Lilley	township-of-lilley	Lilley Township		US	MI	123	47440	0	America/Detroit
4999245	Township of Lima	township-of-lima	Lima Township		US	MI	161	47460	0	America/Detroit
4999275	Township of Limestone	township-of-limestone	Limestone Township		US	MI	003	47540	0	America/Detroit
4999314	City of Lincoln Park	city-of-lincoln-park			US	MI	163	47800	38144	America/Detroit
4999348	Charter Township of Lincoln	charter-township-of-lincoln			US	MI	021	47600	0	America/Detroit
4999349	Township of Lincoln	township-of-lincoln	Lincoln Township		US	MI	011	47580	0	America/Detroit
4999350	Township of Lincoln	township-of-lincoln	Lincoln Township		US	MI	035	47620	0	America/Detroit
4999351	Township of Lincoln	township-of-lincoln	Lincoln Township		US	MI	063	47640	0	America/Detroit
4999352	Township of Lincoln	township-of-lincoln	Lincoln Township		US	MI	073	47660	0	America/Detroit
4999353	Township of Lincoln	township-of-lincoln	Lincoln Township		US	MI	111	47680	0	America/Detroit
4999354	Township of Lincoln	township-of-lincoln	Lincoln Township		US	MI	123	47700	0	America/Detroit
4999355	Township of Lincoln	township-of-lincoln	Lincoln Township,https://en.wikipedia.org/wiki/Lincoln_Township _Osceola_County _Michigan		US	MI	133	47720	0	America/Detroit
4999365	City of Linden	city-of-linden			US	MI	049	47820	3991	America/Detroit
4999412	Township of Litchfield	township-of-litchfield	Litchfield Township		US	MI	059	48000	0	America/Detroit
4999777	Township of Little Traverse	township-of-little-traverse	Little Traverse Township		US	MI	047	48080	0	America/Detroit
4999819	Township of Littlefield	township-of-littlefield	Littlefield Township		US	MI	047	48020	0	America/Detroit
4999834	Township of Livingston	township-of-livingston	Livingston Township		US	MI	137	48140	0	America/Detroit
4999839	City of Livonia	city-of-livonia			US	MI	163	49000	96942	America/Detroit
4999853	Township of Locke	township-of-locke	Locke Township		US	MI	065	49040	0	America/Detroit
4999858	Township of Lockport	township-of-lockport	Lockport Township		US	MI	149	49060	0	America/Detroit
4999884	Township of Lodi	township-of-lodi	Lodi Township		US	MI	161	49120	0	America/Detroit
4999903	Township of Logan	township-of-logan	Logan Township		US	MI	105	49140	0	America/Detroit
4999904	Township of Logan	township-of-logan	Logan Township		US	MI	129	49160	0	America/Detroit
4999916	Township of London	township-of-london	London Township		US	MI	115	49180	0	America/Detroit
5000023	Township of Long Lake	township-of-long-lake	Long Lake Township		US	MI	055	49240	0	America/Detroit
5000039	Township of Long Rapids	township-of-long-rapids	Long Rapids Township		US	MI	007	49360	0	America/Detroit
5000207	Township of Loud	township-of-loud	Loud Township		US	MI	119	49480	0	America/Detroit
5000229	Township of Lovells	township-of-lovells	Lovells Township		US	MI	039	49520	0	America/Detroit
5000245	City of Lowell	city-of-lowell			US	MI	081	49540	3783	America/Detroit
5000246	Charter Township of Lowell	charter-township-of-lowell	Charter Township of Lowell,Lowell Township,Township of Lowell		US	MI	081	49560	0	America/Detroit
5000316	City of Ludington	city-of-ludington			US	MI	105	49640	8076	America/Detroit
5000363	City of Luna Pier	city-of-luna-pier			US	MI	115	49700	1436	America/Detroit
5000371	Township of Lyndon	township-of-lyndon	Lyndon Township		US	MI	161	49780	0	America/Detroit
5000377	Township of Lynn	township-of-lynn	Lynn Township		US	MI	147	49800	0	America/Detroit
5000386	Charter Township of Lyon	charter-township-of-lyon	Charter Township of Lyon,Lyon Township,Township of Lyon		US	MI	125	49820	0	America/Detroit
5000387	Township of Lyon	township-of-lyon	Lyon Township		US	MI	143	49840	0	America/Detroit
5000399	Township of Lyons	township-of-lyons	Lyons Township		US	MI	067	49920	0	America/Detroit
5000456	City of Mackinac Island	city-of-mackinac-island			US	MI	097	50280	492	America/Detroit
5000466	Township of Mackinaw	township-of-mackinaw	Mackinaw Township		US	MI	031	50300	0	America/Detroit
5000487	Township of Macomb	township-of-macomb	Macomb Township		US	MI	099	50480	0	America/Detroit
5000501	City of Madison Heights	city-of-madison-heights			US	MI	125	50560	29694	America/Detroit
5000513	Charter Township of Madison	charter-township-of-madison			US	MI	091	50540	0	America/Detroit
5000525	Township of Macon	township-of-macon	Macon Township		US	MI	091	50520	0	America/Detroit
5000597	Township of Mancelona	township-of-mancelona	Mancelona Township		US	MI	009	50640	0	America/Detroit
5000600	Township of Manchester	township-of-manchester	Manchester Township		US	MI	161	50680	0	America/Detroit
5000622	City of Manistee	city-of-manistee			US	MI	101	50720	6226	America/Detroit
5000623	Township of Manistee	township-of-manistee	Manistee Township		US	MI	101	50740	0	America/Detroit
5000632	City of Manistique	city-of-manistique			US	MI	153	50760	3097	America/Detroit
5000633	Township of Manistique	township-of-manistique	Manistique Township		US	MI	153	50780	0	America/Detroit
5000650	Township of Manlius	township-of-manlius	Manlius Township		US	MI	005	50840	0	America/Detroit
5000675	Township of Mansfield	township-of-mansfield	Mansfield Township		US	MI	071	50860	0	America/Menominee
5000689	City of Manton	city-of-manton			US	MI	165	50880	1287	America/Detroit
5000693	Township of Maple Forest	township-of-maple-forest	Maple Forest Township		US	MI	039	50940	0	America/Detroit
5000739	Township of Maple Grove	township-of-maple-grove	Maple Grove Township		US	MI	015	50960	0	America/Detroit
5000740	Township of Maple Grove	township-of-maple-grove	Maple Grove Township		US	MI	101	51000	0	America/Detroit
5000741	Township of Maple Grove	township-of-maple-grove	Maple Grove Township		US	MI	145	51060	0	America/Detroit
5000783	Township of Maple Ridge	township-of-maple-ridge	Maple Ridge Township		US	MI	007	51220	0	America/Detroit
5000784	Township of Maple Ridge	township-of-maple-ridge	Maple Ridge Township		US	MI	041	51260	0	America/Detroit
5000791	Township of Maple River	township-of-maple-river	Maple River Township		US	MI	047	51280	0	America/Detroit
5000800	Township of Maple Valley	township-of-maple-valley	Maple Valley Township		US	MI	117	51340	0	America/Detroit
5000801	Township of Maple Valley	township-of-maple-valley	Maple Valley Township		US	MI	151	51380	0	America/Detroit
5000833	Township of Marathon	township-of-marathon	Marathon Township		US	MI	087	51420	0	America/Detroit
5000844	Township of Marcellus	township-of-marcellus	Marcellus Township		US	MI	027	51480	0	America/Detroit
5000852	Township of Marengo	township-of-marengo	Marengo Township		US	MI	025	51520	0	America/Detroit
5000857	Township of Marenisco	township-of-marenisco	Marenisco Township		US	MI	053	51560	0	America/Menominee
5000869	Township of Marilla	township-of-marilla	Marilla Township		US	MI	101	51580	0	America/Detroit
5000874	City of Marine City	city-of-marine-city	City of Marine City,Marine City		US	MI	147	51600	4248	America/Detroit
5000893	Township of Marion	township-of-marion	Marion Township		US	MI	029	51620	0	America/Detroit
5000894	Township of Marion	township-of-marion	Marion Township		US	MI	093	51640	0	America/Detroit
5000895	Township of Marion	township-of-marion	Marion Township		US	MI	133	51680	0	America/Detroit
5000896	Township of Marion	township-of-marion	Marion Township		US	MI	145	51700	0	America/Detroit
5000897	Township of Marion	township-of-marion	Marion Township		US	MI	151	51720	0	America/Detroit
5000912	Township of Markey	township-of-markey	Markey Township		US	MI	143	51780	0	America/Detroit
5000941	City of Marlette	city-of-marlette			US	MI	151	51820	1875	America/Detroit
5000942	Township of Marlette	township-of-marlette	Marlette Township		US	MI	151	51840	0	America/Detroit
5000962	City of Marquette	city-of-marquette			US	MI	103	51900	21355	America/Detroit
5000963	Township of Marquette	township-of-marquette	Marquette Township		US	MI	097	51880	0	America/Detroit
5000964	Charter Township of Marquette	charter-township-of-marquette	Charter Township of Marquette,Marquette Township,Township of Marquette		US	MI	103	51920	0	America/Detroit
5001012	City of Marshall	city-of-marshall			US	MI	025	51940	7088	America/Detroit
5001013	Township of Marshall	township-of-marshall	Marshall Township		US	MI	025	51960	0	America/Detroit
5001060	Township of Martin	township-of-martin	Martin Township		US	MI	005	52000	0	America/Detroit
5001072	Township of Martiny	township-of-martiny	Martiny Township		US	MI	107	52060	0	America/Detroit
5001087	City of Marysville	city-of-marysville			US	MI	147	52080	9959	America/Detroit
5001125	City of Mason	city-of-mason			US	MI	065	52180	8252	America/Detroit
5001127	Township of Mason	township-of-mason	Mason Township		US	MI	011	52120	0	America/Detroit
5001128	Township of Mason	township-of-mason	Mason Township		US	MI	027	52140	0	America/Detroit
5001131	Township of Masonville	township-of-masonville	Masonville Township		US	MI	041	52220	0	America/Detroit
5001142	Township of Mastodon	township-of-mastodon	Mastodon Township		US	MI	071	52300	0	America/Menominee
5001150	Township of Matchwood	township-of-matchwood	Matchwood Township		US	MI	131	52320	0	America/Detroit
5001158	Township of Mathias	township-of-mathias	Mathias Township		US	MI	003	52360	0	America/Detroit
5001165	Township of Matteson	township-of-matteson	Matteson Township		US	MI	023	52400	0	America/Detroit
5001212	Township of Mayfield	township-of-mayfield	Mayfield Township		US	MI	055	52480	0	America/Detroit
5001213	Township of Mayfield	township-of-mayfield	Mayfield Township		US	MI	087	52500	0	America/Detroit
5001237	City of McBain	city-of-mcbain			US	MI	113	49980	656	America/Detroit
5001457	Township of McKinley	township-of-mckinley	McKinley Township		US	MI	047	50340	0	America/Detroit
5001458	Township of McKinley	township-of-mckinley	McKinley Township		US	MI	063	50360	0	America/Detroit
5001505	Township of McMillan	township-of-mcmillan	McMillan Township		US	MI	095	50440	0	America/Detroit
5001506	Township of McMillan	township-of-mcmillan	McMillan Township		US	MI	131	50460	0	America/Detroit
5001567	Township of Meade	township-of-meade	Meade Township		US	MI	063	52600	0	America/Detroit
5001568	Township of Meade	township-of-meade	Meade Township		US	MI	105	52640	0	America/Detroit
5001599	Township of Mecosta	township-of-mecosta	Mecosta Township		US	MI	107	52780	0	America/Detroit
5001605	Township of Medina	township-of-medina	Medina Township		US	MI	091	52820	0	America/Detroit
5001625	Township of Mellen	township-of-mellen	Mellen Township		US	MI	109	52860	0	America/Menominee
5001627	Township of Melrose	township-of-melrose	Melrose Township		US	MI	029	52880	0	America/Detroit
5001632	City of Melvindale	city-of-melvindale			US	MI	163	52940	10715	America/Detroit
5001646	City of Memphis	city-of-memphis			US	MI	099	52960	1183	America/Detroit
5001656	Township of Mendon	township-of-mendon	Mendon Township		US	MI	149	53000	0	America/Detroit
5001674	Township of Menominee	township-of-menominee	Menominee Township		US	MI	109	53040	0	America/Menominee
5001679	Township of Mentor	township-of-mentor	Mentor Township		US	MI	031	53100	0	America/Detroit
5001680	Township of Mentor	township-of-mentor	Mentor Township		US	MI	135	53120	0	America/Detroit
5001699	Charter Township of Meridian	charter-township-of-meridian			US	MI	065	53140	0	America/Detroit
5001715	Township of Merrill	township-of-merrill	Merrill Township		US	MI	123	53160	0	America/Detroit
5001728	Township of Merritt	township-of-merritt	Merritt Township		US	MI	017	53220	0	America/Detroit
5001731	City of Menominee	city-of-menominee			US	MI	109	53020	8599	America/Menominee
5001757	Township of Metamora	township-of-metamora	Metamora Township		US	MI	087	53360	0	America/Detroit
5001770	Township of Metz	township-of-metz	Metz Township		US	MI	141	53440	0	America/Detroit
5001778	Township of Meyer	township-of-meyer	Meyer Township		US	MI	109	53460	0	America/Menominee
5001809	Township of Michigamme	township-of-michigamme	Michigamme Township		US	MI	103	53540	0	America/Detroit
5001872	Township of Middle Branch	township-of-middle-branch	Middle Branch Township		US	MI	133	53660	0	America/Detroit
5001920	Township of Middlebury	township-of-middlebury	Middlebury Township		US	MI	155	53680	0	America/Detroit
5001936	City of Midland	city-of-midland			US	MI	111	53780	41863	America/Detroit
5001937	Charter Township of Midland	charter-township-of-midland	Charter Township of Midland,Midland Township,Township of Midland		US	MI	111	53800	0	America/Detroit
5001947	Township of Mikado	township-of-mikado	Mikado Township		US	MI	001	53880	0	America/Detroit
5001958	City of Milan	city-of-milan			US	MI	115	53920	5836	America/Detroit
5001959	Township of Milan	township-of-milan	Milan Township		US	MI	115	53900	0	America/Detroit
5001967	Charter Township of Milford	charter-township-of-milford	Charter Township of Milford,Milford Township,Township of Milford		US	MI	125	53980	0	America/Detroit
5002026	Township of Millbrook	township-of-millbrook	Millbrook Township		US	MI	107	54020	0	America/Detroit
5002034	Township of Millen	township-of-millen	Millen Township		US	MI	001	54060	0	America/Detroit
5002106	Township of Millington	township-of-millington	Millington Township		US	MI	157	54240	0	America/Detroit
5002118	Township of Mills	township-of-mills	Mills Township		US	MI	111	54320	0	America/Detroit
5002119	Township of Mills	township-of-mills	Mills Township		US	MI	129	54340	0	America/Detroit
5002127	Township of Milton	township-of-milton	Milton Township		US	MI	009	54440	0	America/Detroit
5002128	Township of Milton	township-of-milton	Milton Township		US	MI	027	54460	0	America/Detroit
5002145	Township of Minden	township-of-minden	Minden Township		US	MI	151	54540	0	America/Detroit
5002273	Township of Mitchell	township-of-mitchell	Mitchell Township		US	MI	001	54740	0	America/Detroit
5002299	Township of Moffatt	township-of-moffatt	Moffatt Township		US	MI	011	54800	0	America/Detroit
5002320	Township of Moltke	township-of-moltke	Moltke Township		US	MI	141	54860	0	America/Detroit
5002339	Charter Township of Monitor	charter-township-of-monitor	Charter Township of Monitor,Monitor Township,Township of Monitor		US	MI	017	54980	0	America/Detroit
5002363	City of Monroe	city-of-monroe			US	MI	115	55020	20733	America/Detroit
5002364	Charter Township of Monroe	charter-township-of-monroe	Charter Township of Monroe,Monroe Township,Township of Monroe		US	MI	115	55040	0	America/Detroit
5002365	Township of Monroe	township-of-monroe	Monroe Township		US	MI	123	55060	0	America/Detroit
5002372	City of Montague	city-of-montague			US	MI	121	55100	2361	America/Detroit
5002373	Township of Montague	township-of-montague	Montague Township		US	MI	121	55120	0	America/Detroit
5002379	Township of Montcalm	township-of-montcalm	Montcalm Township		US	MI	117	55140	0	America/Detroit
5002386	Township of Monterey	township-of-monterey	Monterey Township		US	MI	005	55200	0	America/Detroit
5002395	Township of Montmorency	township-of-montmorency	Montmorency Township		US	MI	119	55240	0	America/Detroit
5002403	Charter Township of Montrose	charter-township-of-montrose	Charter Township of Montrose,Montrose Township,Township of Montrose		US	MI	049	55300	0	America/Detroit
5002458	Township of Moore	township-of-moore	Moore Township		US	MI	151	55320	0	America/Detroit
5002472	Township of Moorland	township-of-moorland	Moorland Township		US	MI	121	55440	0	America/Detroit
5002490	Township of Moran	township-of-moran	Moran Township		US	MI	097	55480	0	America/Detroit
5002496	City of Morenci	city-of-morenci			US	MI	091	55500	2220	America/Detroit
5002581	Township of Morton	township-of-morton	Morton Township		US	MI	107	55600	0	America/Detroit
5002586	Township of Moscow	township-of-moscow	Moscow Township		US	MI	059	55640	0	America/Detroit
5002630	Township of Mottville	township-of-mottville	Mottville Township		US	MI	149	55780	0	America/Detroit
5002657	City of Mount Clemens	city-of-mount-clemens			US	MI	099	5002657	16314	America/Detroit
5002665	Township of Mount Forest	township-of-mount-forest	Mount Forest Township		US	MI	017	55920	0	America/Detroit
5002669	Township of Mount Haley	township-of-mount-haley	Mount Haley Township,Mount Hayley Township,Township of Mount Haley		US	MI	111	55940	0	America/Detroit
5002700	City of Mount Morris	city-of-mount-morris			US	MI	049	55960	3086	America/Detroit
5002701	Township of Mount Morris	township-of-mount-morris	Mount Morris Township		US	MI	049	55980	0	America/Detroit
5002727	City of Mount Pleasant	city-of-mount-pleasant			US	MI	073	56020	26016	America/Detroit
5003021	Township of Mueller	township-of-mueller	Mueller Township		US	MI	153	56060	0	America/Detroit
5003045	Township of Mullett	township-of-mullett	Mullett Township		US	MI	031	56100	0	America/Detroit
5003058	Township of Mundy	township-of-mundy	Mundy Township		US	MI	049	56160	0	America/Detroit
5003070	City of Munising	city-of-munising			US	MI	003	56200	2355	America/Detroit
5003071	Township of Munising	township-of-munising	Munising Township		US	MI	003	56220	0	America/Detroit
5003079	Township of Munro	township-of-munro	Munro Township		US	MI	031	56280	0	America/Detroit
5003141	City of Muskegon Heights	city-of-muskegon-heights			US	MI	121	56360	10856	America/Detroit
5003149	City of Muskegon	city-of-muskegon			US	MI	121	56320	38401	America/Detroit
5003150	Charter Township of Muskegon	charter-township-of-muskegon	Charter Township of Muskegon,Muskegon Township,Township of Muskegon		US	MI	121	56340	0	America/Detroit
5003176	Township of Mussey	township-of-mussey	Mussey Township		US	MI	147	56380	0	America/Detroit
5003204	Township of Nadeau	township-of-nadeau	Nadeau Township		US	MI	109	56440	0	America/Menominee
5003209	Township of Nahma	township-of-nahma	Nahma Township		US	MI	041	56500	0	America/Detroit
5003226	Township of Napoleon	township-of-napoleon	Napoleon Township		US	MI	075	56640	0	America/Detroit
5003299	City of Negaunee	city-of-negaunee			US	MI	103	56860	4568	America/Detroit
5003300	Township of Negaunee	township-of-negaunee	Negaunee Township		US	MI	103	56880	0	America/Detroit
5003340	Township of Nelson	township-of-nelson	Nelson Township		US	MI	081	56920	0	America/Detroit
5003351	Township of Nester	township-of-nester	Nester Township		US	MI	143	56980	0	America/Detroit
5003370	City of New Baltimore	city-of-new-baltimore			US	MI	099	57100	12084	America/Detroit
5003375	City of New Buffalo	city-of-new-buffalo			US	MI	021	57220	1883	America/Detroit
5003376	Township of New Buffalo	township-of-new-buffalo	New Buffalo Township		US	MI	021	57230	0	America/Detroit
5003388	Township of New Haven	township-of-new-haven	New Haven Township		US	MI	057	57360	0	America/Detroit
5003389	Township of New Haven	township-of-new-haven	New Haven Township		US	MI	155	57400	0	America/Detroit
5003423	Township of Newark	township-of-newark	Newark Township		US	MI	057	57040	0	America/Detroit
5003433	City of Newaygo	city-of-newaygo			US	MI	123	57080	1976	America/Detroit
5003434	Township of Newberg	township-of-newberg	Newberg Township		US	MI	027	57120	0	America/Detroit
5003448	Township of Newfield	township-of-newfield	Newfield Township		US	MI	127	57300	0	America/Detroit
5003459	Township of Newkirk	township-of-newkirk	Newkirk Township		US	MI	085	57480	0	America/Detroit
5003481	Township of Newton	township-of-newton	Newton Township		US	MI	025	57620	0	America/Detroit
5003482	Township of Newton	township-of-newton	Newton Township		US	MI	097	57640	0	America/Detroit
5003517	City of Niles	city-of-niles			US	MI	021	57760	11600	America/Detroit
5003518	Township of Niles	township-of-niles	Niles Township		US	MI	021	57780	0	America/Detroit
5003559	Township of Noble	township-of-noble	Noble Township		US	MI	023	57860	0	America/Detroit
5003581	Township of Norman	township-of-norman	Norman Township		US	MI	101	57900	0	America/Detroit
5003594	Township of North Allis	township-of-north-allis	North Allis Township		US	MI	141	57940	0	America/Detroit
5003701	Township of North Branch	township-of-north-branch	North Branch Township		US	MI	087	58090	0	America/Detroit
5003812	City of North Muskegon	city-of-north-muskegon			US	MI	121	58640	3786	America/Detroit
5003842	Township of North Plains	township-of-north-plains	North Plains Township		US	MI	067	58720	0	America/Detroit
5003873	Township of North Shade	township-of-north-shade	North Shade Township		US	MI	057	58800	0	America/Detroit
5003892	Township of North Star	township-of-north-star	North Star Township		US	MI	057	58880	0	America/Detroit
5003933	Township of Northfield	township-of-northfield	Northfield Township		US	MI	161	58280	0	America/Detroit
5003961	City of Northville	city-of-northville			US	MI	163	58980	5970	America/Detroit
5003962	Township of Northville	township-of-northville	Northville Township		US	MI	163	59000	0	America/Detroit
5004007	City of Norton Shores	city-of-norton-shores			US	MI	121	59140	23994	America/Detroit
5004013	Township of Norvell	township-of-norvell	Norvell Township		US	MI	075	59180	0	America/Detroit
5004032	City of Norway	city-of-norway			US	MI	043	59220	2845	America/Menominee
5004033	Township of Norway	township-of-norway	Norway Township		US	MI	043	59240	0	America/Menominee
5004040	Township of Norwich	township-of-norwich	Norwich Township		US	MI	113	59280	0	America/Detroit
5004041	Township of Norwich	township-of-norwich	Norwich Township		US	MI	123	59300	0	America/Detroit
5004045	Township of Norwood	township-of-norwood	Norwood Township		US	MI	029	59340	0	America/Detroit
5004054	Township of Nottawa	township-of-nottawa	Nottawa Township		US	MI	073	59360	0	America/Detroit
5004055	Township of Nottawa	township-of-nottawa	Nottawa Township		US	MI	149	59400	0	America/Detroit
5004061	Township of Novesta	township-of-novesta	Novesta Township		US	MI	157	59420	0	America/Detroit
5004064	City of Novi	city-of-novi			US	MI	125	59440	55224	America/Detroit
5004065	Township of Novi	township-of-novi	Novi Township		US	MI	125	59460	0	America/Detroit
5004089	Township of Nunda	township-of-nunda	Nunda Township		US	MI	031	59500	0	America/Detroit
5004191	City of Oak Park	city-of-oak-park			US	MI	125	59920	29319	America/Detroit
5004211	Township of Oakfield	township-of-oakfield	Oakfield Township		US	MI	081	59580	0	America/Detroit
5004231	Charter Township of Oakland	charter-township-of-oakland	Oakland Township		US	MI	125	59820	0	America/Detroit
5004296	Township of Oceola	township-of-oceola	Oceola Township		US	MI	093	60120	0	America/Detroit
5004312	Township of Odessa	township-of-odessa	Odessa Township		US	MI	067	60200	0	America/Detroit
5004314	Township of Ocqueoc	township-of-ocqueoc	Ocqueoc Township		US	MI	141	60160	0	America/Detroit
5004323	Township of Ogden	township-of-ogden	Ogden Township		US	MI	091	60260	0	America/Detroit
5004333	Township of Ogemaw	township-of-ogemaw	Ogemaw Township		US	MI	129	60300	0	America/Detroit
5004441	Township of Olive	township-of-olive	Olive Township		US	MI	037	60440	0	America/Detroit
5004442	Township of Olive	township-of-olive	Olive Township		US	MI	139	60460	0	America/Detroit
5004450	Township of Oliver	township-of-oliver	Oliver Township		US	MI	063	60520	0	America/Detroit
5004451	Township of Oliver	township-of-oliver	Oliver Township		US	MI	079	60540	0	America/Detroit
5004455	City of Olivet	city-of-olivet			US	MI	045	60580	1605	America/Detroit
5004488	City of Omer	city-of-omer			US	MI	011	60660	313	America/Detroit
5004492	City of Onaway	city-of-onaway			US	MI	141	60680	880	America/Detroit
5004496	Charter Township of Oneida	charter-township-of-oneida			US	MI	045	60700	0	America/Detroit
5004501	Township of Onekama	township-of-onekama	Onekama Township		US	MI	101	60760	0	America/Detroit
5004515	Township of Onondaga	township-of-onondaga	Onondaga Township		US	MI	065	60800	0	America/Detroit
5004517	Township of Onota	township-of-onota	Onota Township		US	MI	003	60820	0	America/Detroit
5004528	Township of Ontwa	township-of-ontwa	Ontwa Township		US	MI	027	60900	0	America/Detroit
5004534	Township of Orange	township-of-orange	Orange Township		US	MI	067	60920	0	America/Detroit
5004535	Township of Orange	township-of-orange	Orange Township		US	MI	079	60940	0	America/Detroit
5004538	Township of Ontonagon	township-of-ontonagon	Ontonagon Township		US	MI	131	60880	0	America/Detroit
5004539	Township of Orangeville	township-of-orangeville	Orangeville Township		US	MI	015	60980	0	America/Detroit
5004555	City of Orchard Lake Village	city-of-orchard-lake-village			US	MI	125	61020	2375	America/Detroit
5004565	Township of Oregon	township-of-oregon	Oregon Township		US	MI	087	61060	0	America/Detroit
5004569	Township of Orient	township-of-orient	Orient Township		US	MI	133	61080	0	America/Detroit
5004574	Charter Township of Orion	charter-township-of-orion	Charter Township of Orion,Orion Township,Township of Orion		US	MI	125	61100	0	America/Detroit
5004577	Township of Orleans	township-of-orleans	Orleans Township,Township of Orleans,Township of Palmer		US	MI	067	61160	0	America/Detroit
5004582	Charter Township of Oronoko	charter-township-of-oronoko			US	MI	021	61180	0	America/Detroit
5004613	Township of Osceola	township-of-osceola	Osceola Township		US	MI	061	61260	0	America/Detroit
5004614	Township of Osceola	township-of-osceola	Osceola Township		US	MI	133	61280	0	America/Detroit
5004622	Charter Township of Oscoda	charter-township-of-oscoda	Charter Township of Oscoda,Oscoda Township,Township of Oscoda		US	MI	069	61340	0	America/Detroit
5004632	Charter Township of Oshtemo	charter-township-of-oshtemo	Charter Township of Oshtemo,Oshtemo Township,Township of Oshtemo		US	MI	077	61400	0	America/Detroit
5004647	Township of Ossineke	township-of-ossineke	Ossineke Township		US	MI	007	61520	0	America/Detroit
5004655	Township of Otisco	township-of-otisco	Otisco Township		US	MI	067	61580	0	America/Detroit
5004668	Township of Otsego Lake	township-of-otsego-lake	Otsego Lake Township		US	MI	137	61680	0	America/Detroit
5004669	City of Otsego	city-of-otsego			US	MI	005	61620	3956	America/Detroit
5004670	Township of Otsego	township-of-otsego	Otsego Township		US	MI	005	61640	0	America/Detroit
5004725	Township of Otto	township-of-otto	Otto Township		US	MI	127	61780	0	America/Detroit
5004767	Township of Overisel	township-of-overisel	Overisel Township		US	MI	005	61820	0	America/Detroit
5004771	Township of Ovid	township-of-ovid	Ovid Township		US	MI	023	61840	0	America/Detroit
5004772	Township of Ovid	township-of-ovid	Ovid Township		US	MI	037	61880	0	America/Detroit
5004797	City of Owosso	city-of-owosso			US	MI	155	61940	15194	America/Detroit
5004798	Charter Township of Owosso	charter-township-of-owosso	Charter Township of Owosso,Owosso Township,Township of Owosso		US	MI	155	61960	0	America/Detroit
5004828	Charter Township of Oxford	charter-township-of-oxford	Charter Township of Oxford,Oxford Township,Township of Oxford		US	MI	125	62040	0	America/Detroit
5004914	Township of Palmyra	township-of-palmyra	Palmyra Township		US	MI	091	62240	0	America/Detroit
5004944	Township of Paradise	township-of-paradise	Paradise Township		US	MI	055	62320	0	America/Detroit
5004950	City of Parchment	city-of-parchment			US	MI	077	62340	1804	America/Detroit
5004967	Township of Paris	township-of-paris	Paris Township		US	MI	063	62360	0	America/Detroit
5004983	Township of Park	township-of-park	Park Township		US	MI	139	62460	0	America/Detroit
5004984	Township of Park	township-of-park	Park Township		US	MI	149	62480	0	America/Detroit
5005035	Township of Parma	township-of-parma	Parma Township		US	MI	075	62760	0	America/Detroit
5005122	Township of Pavilion	township-of-pavilion	Pavilion Township		US	MI	077	62960	0	America/Detroit
5005141	Township of Paw Paw	township-of-paw-paw	Paw Paw Township		US	MI	159	63000	0	America/Detroit
5005169	Township of Peacock	township-of-peacock	Peacock Township		US	MI	085	63120	0	America/Detroit
5005170	Township of Peaine	township-of-peaine	Peaine Township		US	MI	029	63140	0	America/Detroit
5005281	Township of Peninsula	township-of-peninsula	Peninsula Township		US	MI	055	63340	0	America/Detroit
5005284	Township of Penn	township-of-penn	Penn Township		US	MI	027	63380	0	America/Detroit
5005291	Charter Township of Pennfield	charter-township-of-pennfield	Charter Township of Pennfield,Penfield Township,Pennfield Township,Township of Pennfield		US	MI	025	63440	0	America/Detroit
5005315	Township of Pentland	township-of-pentland	Pentland Township		US	MI	095	63500	0	America/Detroit
5005323	Township of Pentwater	township-of-pentwater	Pentwater Township		US	MI	127	63560	0	America/Detroit
5005381	Charter Township of Pere Marquette	charter-township-of-pere-marquette			US	MI	105	63600	0	America/Detroit
5005420	City of Perry	city-of-perry			US	MI	155	63700	2188	America/Detroit
5005421	Township of Perry	township-of-perry	Perry Township		US	MI	155	63720	0	America/Detroit
5005454	City of Petersburg	city-of-petersburg			US	MI	115	63800	1146	America/Detroit
5005488	City of Petoskey	city-of-petoskey			US	MI	047	63820	5670	America/Detroit
5005608	Township of Pickford	township-of-pickford	Pickford Township		US	MI	033	63980	0	America/Detroit
5005637	Township of Pierson	township-of-pierson	Pierson Township		US	MI	117	64040	0	America/Detroit
5005710	City of Pinconning	city-of-pinconning			US	MI	017	64160	1307	America/Detroit
5005711	Township of Pinconning	township-of-pinconning	Pinconning Township		US	MI	017	64180	0	America/Detroit
5005764	Township of Pine Grove	township-of-pine-grove	Pine Grove Township		US	MI	159	64280	0	America/Detroit
5005839	Township of Pine River	township-of-pine-river	Pine River Township		US	MI	057	64360	0	America/Detroit
5005851	Township of Pine	township-of-pine	Pine Township		US	MI	117	64200	0	America/Detroit
5005880	Township of Pinora	township-of-pinora	Pinora Township		US	MI	085	64440	0	America/Detroit
5005901	Township of Pioneer	township-of-pioneer	Pioneer Township		US	MI	113	64460	0	America/Detroit
5005910	Township of Pipestone	township-of-pipestone	Pipestone Township		US	MI	021	64480	0	America/Detroit
5005931	Charter Township of Pittsfield	charter-township-of-pittsfield	Charter Township of Pittsfield,Pittsfield Township,Township of Pittsfield		US	MI	161	64560	0	America/Detroit
5005935	Township of Pittsford	township-of-pittsford	Pittsford Township		US	MI	059	64620	0	America/Detroit
5005941	Township of Plainfield	township-of-plainfield	Plainfield Township		US	MI	069	64640	0	America/Detroit
5005942	Charter Township of Plainfield	charter-township-of-plainfield	Charter Township of Plainfield,Plainfield Township,Township of Plainfield		US	MI	081	64660	0	America/Detroit
5005956	City of Plainwell	city-of-plainwell			US	MI	005	64740	3804	America/Detroit
5005973	Township of Platte	township-of-platte	Platte Township		US	MI	019	64760	0	America/Detroit
5006008	Township of Pleasant Plains	township-of-pleasant-plains	Pleasant Plains Township		US	MI	085	64880	0	America/Detroit
5006013	City of Pleasant Ridge	city-of-pleasant-ridge			US	MI	125	64900	2526	America/Detroit
5006030	Township of Pleasantview	township-of-pleasantview	Pleasant View Township,Township of Pleasant View,Township of Pleasantview		US	MI	047	64960	0	America/Detroit
5006034	Township of Pleasanton	township-of-pleasanton	Pleasanton Township		US	MI	101	64860	0	America/Detroit
5006070	City of Plymouth	city-of-plymouth			US	MI	163	65060	9132	America/Detroit
5006071	Charter Township of Plymouth	charter-township-of-plymouth	Charter Township of Plymouth,Plymouth Township,Township of Plymouth		US	MI	163	65080	0	America/Detroit
5006107	Township of Pointe Aux Barques	township-of-pointe-aux-barques	Pointe Aux Barques Township		US	MI	063	65180	0	America/Detroit
5006131	Township of Pokagon	township-of-pokagon	Pokagon Township		US	MI	027	65300	0	America/Detroit
5006139	Charter Township of Polkton	charter-township-of-polkton	Charter Township of Polkton,Polkton Township,Township of Polkton		US	MI	139	65320	0	America/Detroit
5006180	City of Pontiac	city-of-pontiac			US	MI	125	65440	59515	America/Detroit
5006225	Township of Port Austin	township-of-port-austin	Port Austin Township		US	MI	063	65700	0	America/Detroit
5006239	City of Port Huron	city-of-port-huron			US	MI	147	65820	30184	America/Detroit
5006240	Charter Township of Port Huron	charter-township-of-port-huron	Charter Township of Port Huron,Port Huron Township,Township of Port Huron		US	MI	147	65840	0	America/Detroit
5006248	Township of Port Sheldon	township-of-port-sheldon	Port Sheldon Township		US	MI	139	65940	0	America/Detroit
5006282	City of Portage	city-of-portage			US	MI	077	65560	46292	America/Detroit
5006283	Charter Township of Portage	charter-township-of-portage	Charter Township of Portage,Portage Township,Township of Portage		US	MI	061	65540	0	America/Detroit
5006284	Township of Portage	township-of-portage	Portage Township		US	MI	097	65600	0	America/Detroit
5006307	Township of Porter	township-of-porter	Porter Township		US	MI	027	65720	0	America/Detroit
5006308	Township of Porter	township-of-porter	Porter Township		US	MI	111	65740	0	America/Detroit
5006309	Township of Porter	township-of-porter	Porter Township		US	MI	159	65760	0	America/Detroit
5006319	City of Portland	city-of-portland			US	MI	067	65860	3883	America/Detroit
5006320	Township of Portland	township-of-portland	Portland Township		US	MI	067	65880	0	America/Detroit
5006321	Charter Township of Portsmouth	charter-township-of-portsmouth	Charter Township of Portsmouth,Portsmouth Township,Township of Portsmouth		US	MI	017	65980	0	America/Detroit
5006323	Township of Posen	township-of-posen	Posen Township		US	MI	141	66020	0	America/Detroit
5006378	City of Potterville	city-of-potterville			US	MI	045	66100	2617	America/Detroit
5006401	Township of Powell	township-of-powell	Powell Township		US	MI	103	66120	0	America/Detroit
5006426	Township of Prairie Ronde	township-of-prairie-ronde	Prairie Ronde Township		US	MI	077	66200	0	America/Detroit
5006431	Township of Prairieville	township-of-prairieville	Prairieville Township		US	MI	015	66260	0	America/Detroit
5006488	Township of Presque Isle	township-of-presque-isle	Presque Isle Township		US	MI	141	66340	0	America/Detroit
5006578	Township of Pulaski	township-of-pulaski	Pulaski Township		US	MI	075	66440	0	America/Detroit
5006579	Township of Pulawski	township-of-pulawski	Pulawski Township		US	MI	141	66460	0	America/Detroit
5006602	Township of Putnam	township-of-putnam	Putnam Township		US	MI	093	66540	0	America/Detroit
5006651	Township of Quincy	township-of-quincy	Quincy Township		US	MI	023	66660	0	America/Detroit
5006652	Township of Quincy	township-of-quincy	Quincy Township		US	MI	061	66680	0	America/Detroit
5006677	Township of Raber	township-of-raber	Raber Township		US	MI	033	66760	0	America/Detroit
5006726	Township of Raisinville	township-of-raisinville	Raisinville Township		US	MI	115	66900	0	America/Detroit
5006750	Township of Raisin	township-of-raisin	Raisin Township		US	MI	091	66840	0	America/Detroit
5006774	Township of Ransom	township-of-ransom	Ransom Township		US	MI	059	67120	0	America/Detroit
5006786	Township of Rapid River	township-of-rapid-river	Rapid River Township		US	MI	079	67180	0	America/Detroit
5006820	Township of Ravenna	township-of-ravenna	Ravenna Township		US	MI	121	67300	0	America/Detroit
5006833	Township of Ray	township-of-ray	Ray Township		US	MI	099	67420	0	America/Detroit
5006850	City of Reading	city-of-reading			US	MI	059	67500	1078	America/Detroit
5006851	Township of Reading	township-of-reading	Reading Township		US	MI	059	67520	0	America/Detroit
5006853	Township of Readmond	township-of-readmond	Readmond Township		US	MI	047	67540	0	America/Detroit
5006911	Township of Redding	township-of-redding	Redding Township		US	MI	035	67600	0	America/Detroit
5006922	Charter Township of Redford	charter-township-of-redford	Charter Township of Redford,Redford Township,Township of Redford		US	MI	163	67625	0	America/Detroit
5006944	City of Reed City	city-of-reed-city	City of Reed City,Reed City		US	MI	133	67820	2425	America/Detroit
5006961	Township of Reeder	township-of-reeder	Reeder Township		US	MI	113	67840	0	America/Detroit
5007018	Township of Republic	township-of-republic	Republic Township		US	MI	103	68000	0	America/Detroit
5007022	Township of Reno	township-of-reno	Reno Township		US	MI	069	67960	0	America/Detroit
5007023	Township of Resort	township-of-resort	Resort Township		US	MI	047	68060	0	America/Detroit
5007048	Township of Reynolds	township-of-reynolds	Reynolds Township		US	MI	117	68120	0	America/Detroit
5007083	Township of Rich	township-of-rich	Rich Township		US	MI	087	68160	0	America/Detroit
5007111	Township of Richfield	township-of-richfield	Richfield Township		US	MI	049	68180	0	America/Detroit
5007112	Township of Richfield	township-of-richfield	Richfield Township		US	MI	143	68200	0	America/Detroit
5007120	Township of Richland	township-of-richland	Richland Township		US	MI	077	68260	0	America/Detroit
5007121	Township of Richland	township-of-richland	Richland Township		US	MI	113	68280	0	America/Detroit
5007122	Township of Richland	township-of-richland	Richland Township		US	MI	117	68300	0	America/Detroit
5007123	Township of Richland	township-of-richland	Richland Township		US	MI	129	68320	0	America/Detroit
5007124	Township of Richland	township-of-richland	Richland Township		US	MI	145	68340	0	America/Detroit
5007134	City of Richmond	city-of-richmond			US	MI	099	68380	5735	America/Detroit
5007135	Township of Richmond	township-of-richmond	Richmond Township		US	MI	099	68400	0	America/Detroit
5007136	Township of Richmond	township-of-richmond	Richmond Township		US	MI	103	68420	0	America/Detroit
5007137	Township of Richmond	township-of-richmond	Richmond Township		US	MI	133	68440	0	America/Detroit
5007165	Township of Ridgeway	township-of-ridgeway	Ridgeway Township		US	MI	091	68540	0	America/Detroit
5007186	Township of Riga	township-of-riga	Riga Township		US	MI	091	68580	0	America/Detroit
5007208	Township of Riley	township-of-riley	Riley Township		US	MI	037	68600	0	America/Detroit
5007209	Township of Riley	township-of-riley	Riley Township		US	MI	147	68620	0	America/Detroit
5007249	City of River Rouge	city-of-river-rouge			US	MI	163	68760	7903	America/Detroit
5007316	Township of Riverside	township-of-riverside	Riverside Township		US	MI	113	68820	0	America/Detroit
5007320	Township of Riverton	township-of-riverton	Riverton Township		US	MI	105	68860	0	America/Detroit
5007330	City of Riverview	city-of-riverview			US	MI	163	68880	12486	America/Detroit
5007332	Township of Rives	township-of-rives	Rives Township		US	MI	075	68920	0	America/Detroit
5007395	Township of Robinson	township-of-robinson	Robinson Township		US	MI	139	69000	0	America/Detroit
5007403	City of Rochester Hills	city-of-rochester-hills			US	MI	125	69035	70995	America/Detroit
5007404	City of Rochester	city-of-rochester			US	MI	125	69020	12711	America/Detroit
5007431	Township of Rock River	township-of-rock-river	Rock River Township		US	MI	003	69160	0	America/Detroit
5007438	City of Rockford	city-of-rockford			US	MI	081	69080	5719	America/Detroit
5007453	City of Rockwood	city-of-rockwood			US	MI	163	69180	3289	America/Detroit
5007455	Township of Rockland	township-of-rockland	Rockland Township		US	MI	131	69140	0	America/Detroit
5007478	City of Rogers City	city-of-rogers-city	City of Rogers City,Rogers City		US	MI	141	69260	2827	America/Detroit
5007491	Township of Rogers	township-of-rogers	Rogers Township		US	MI	141	69240	0	America/Detroit
5007503	Township of Rolland	township-of-rolland	Rolland Township,Rowland Township,Township of Rolland		US	MI	073	69300	0	America/Detroit
5007508	Township of Rollin	township-of-rollin	Rollin Township		US	MI	091	69340	0	America/Detroit
5007524	Township of Rome	township-of-rome	Rome Township		US	MI	091	69360	0	America/Detroit
5007532	City of Romulus	city-of-romulus			US	MI	163	69420	23989	America/Detroit
5007533	Township of Ronald	township-of-ronald	Ronald Township		US	MI	067	69440	0	America/Detroit
5007551	City of Roosevelt Park	city-of-roosevelt-park			US	MI	121	69520	3831	America/Detroit
5007590	Township of Roscommon	township-of-roscommon	Roscommon Township		US	MI	143	69560	0	America/Detroit
5007596	City of Rose City	city-of-rose-city	City of Rose City,Rose City		US	MI	129	69680	653	America/Detroit
5007618	Township of Rose Lake	township-of-rose-lake	Rose Lake Township		US	MI	133	69760	0	America/Detroit
5007625	Township of Rose	township-of-rose	Rose Township		US	MI	125	69580	0	America/Detroit
5007626	Township of Rose	township-of-rose	Rose Township		US	MI	129	69600	0	America/Detroit
5007658	City of Roseville	city-of-roseville			US	MI	099	69800	47299	America/Detroit
5007676	Township of Ross	township-of-ross	Ross Township		US	MI	077	69820	0	America/Detroit
5007798	Township of Roxand	township-of-roxand	Roxana Township,Roxand Township,Township of Roxand		US	MI	045	70020	0	America/Detroit
5007808	City of Royal Oak	city-of-royal-oak			US	MI	125	70040	57236	America/Detroit
5007809	Charter Township of Royal Oak	charter-township-of-royal-oak	Charter Township of Royal Oak,Royal Oak Township,Township of Royal Oak		US	MI	125	70060	0	America/Detroit
5007811	Township of Royalton	township-of-royalton	Royalton Township		US	MI	021	70100	0	America/Detroit
5007816	Township of Rubicon	township-of-rubicon	Rubicon Township		US	MI	063	70140	0	America/Detroit
5007830	Township of Rudyard	township-of-rudyard	Rudyard Township		US	MI	033	70220	0	America/Detroit
5007868	Township of Rush	township-of-rush	Rush Township		US	MI	155	70260	0	America/Detroit
5007892	Township of Rust	township-of-rust	Rust Township		US	MI	119	70380	0	America/Detroit
5007905	Charter Township of Rutland	charter-township-of-rutland	Charter Township of Rutland,Rutland Township,Township of Rutland		US	MI	015	70420	0	America/Detroit
5007987	Township of Sage	township-of-sage	Sage Township		US	MI	051	70500	0	America/Detroit
5008001	Charter Township of Saginaw	charter-township-of-saginaw			US	MI	145	70540	0	America/Detroit
5008002	City of Saginaw	city-of-saginaw			US	MI	145	70520	51508	America/Detroit
5008008	Township of Sagola	township-of-sagola	Sagola Township		US	MI	043	70600	0	America/Menominee
5008111	City of Saint Clair	city-of-saint-clair	Saint Clair,St. Clair		US	MI	147	70680	5485	America/Detroit
5008130	City of Saint Clair Shores	city-of-saint-clair-shores			US	MI	099	70760	59715	America/Detroit
5008133	Township of Saint Clair	township-of-saint-clair	Saint Clair Township,St. Clair Township		US	MI	147	70700	0	America/Detroit
5008226	City of Saint Ignace	city-of-saint-ignace			US	MI	097	70840	2452	America/Detroit
5008228	Township of Saint Ignace	township-of-saint-ignace	Saint Ignace Township,St. Ignace Township		US	MI	097	70860	0	America/Detroit
5008250	Township of Saint James	township-of-saint-james	Saint James Township,St. James Township		US	MI	029	70920	0	America/Detroit
5008326	City of Saint Johns	city-of-saint-johns			US	MI	037	70940	7865	America/Detroit
5008377	City of Saint Joseph	city-of-saint-joseph	Saint Joseph,St. Joseph		US	MI	021	70960	8365	America/Detroit
5008419	City of Saint Louis	city-of-saint-louis			US	MI	057	71000	7482	America/Detroit
5008761	Township of Salem	township-of-salem	Salem Township		US	MI	005	71100	0	America/Detroit
5008762	Township of Salem	township-of-salem	Salem Township		US	MI	161	71130	0	America/Detroit
5008770	City of Saline	city-of-saline			US	MI	161	71140	8810	America/Detroit
5008771	Township of Saline	township-of-saline	Saline Township		US	MI	161	71160	0	America/Detroit
5008821	Township of Sanborn	township-of-sanborn	Sanborn Township		US	MI	007	71240	0	America/Detroit
5008829	Township of Sand Beach	township-of-sand-beach	Sand Beach Township		US	MI	063	71260	0	America/Detroit
5008908	Township of Sands	township-of-sands	Sands Township		US	MI	103	71460	0	America/Detroit
5008917	Township of Sandstone	township-of-sandstone	Sandstone Township		US	MI	075	71500	0	America/Detroit
5008922	City of Sandusky	city-of-sandusky			US	MI	151	71540	2679	America/Detroit
5008956	Township of Sanilac	township-of-sanilac	Sanilac Township		US	MI	151	71580	0	America/Detroit
5008989	Township of Sauble	township-of-sauble	Sauble Township		US	MI	085	71680	0	America/Detroit
5008994	City of Saugatuck	city-of-saugatuck			US	MI	005	71700	925	America/Detroit
5008995	Township of Saugatuck	township-of-saugatuck	Saugatuck Township		US	MI	005	71720	0	America/Detroit
5009190	Township of Schoolcraft	township-of-schoolcraft	Schoolcraft Township		US	MI	061	71840	0	America/Detroit
5009191	Township of Schoolcraft	township-of-schoolcraft	Schoolcraft Township		US	MI	077	71880	0	America/Detroit
5009229	Township of Scio	township-of-scio	Scio Township		US	MI	161	71940	0	America/Detroit
5009230	Township of Sciota	township-of-sciota	Sciota Township		US	MI	155	71960	0	America/Detroit
5009233	Township of Scipio	township-of-scipio	Scipio Township		US	MI	059	71980	0	America/Detroit
5009278	City of Scottville	city-of-scottville			US	MI	105	72080	1214	America/Detroit
5009321	Township of Sebewa	township-of-sebewa	Sebewa Township		US	MI	067	72120	0	America/Detroit
5009326	Township of Sebewaing	township-of-sebewaing	Sebewaing Township		US	MI	063	72200	0	America/Detroit
5009348	Township of Secord	township-of-secord	Secord Township		US	MI	051	72240	0	America/Detroit
5009396	Township of Selma	township-of-selma	Selma Township		US	MI	165	72380	0	America/Detroit
5009404	Township of Seneca	township-of-seneca	Seneca Township		US	MI	091	72440	0	America/Detroit
5009409	Township of Seney	township-of-seney	Seney Township		US	MI	153	72500	0	America/Detroit
5009454	Township of Seville	township-of-seville	Seville Township		US	MI	057	72580	0	America/Detroit
5009531	Township of Sharon	township-of-sharon	Sharon Township		US	MI	161	72760	0	America/Detroit
5009590	Charter Township of Shelby	charter-township-of-shelby			US	MI	099	72820	0	America/Detroit
5009591	Township of Shelby	township-of-shelby	Shelby Township		US	MI	127	72860	0	America/Detroit
5009646	Charter Township of Sheridan	charter-township-of-sheridan			US	MI	123	73120	0	America/Detroit
5009647	Township of Sheridan	township-of-sheridan	Sheridan Township		US	MI	025	72980	0	America/Detroit
5009648	Township of Sheridan	township-of-sheridan	Sheridan Township		US	MI	035	73000	0	America/Detroit
5009649	Township of Sheridan	township-of-sheridan	Sheridan Township		US	MI	063	73040	0	America/Detroit
5009650	Township of Sheridan	township-of-sheridan	Sheridan Township		US	MI	105	73060	0	America/Detroit
5009651	Township of Sheridan	township-of-sheridan	Sheridan Township		US	MI	107	73080	0	America/Detroit
5009678	Township of Sherman	township-of-sherman	Sherman Township		US	MI	063	73160	0	America/Detroit
5009679	Township of Sherman	township-of-sherman	Sherman Township		US	MI	069	73180	0	America/Detroit
5009680	Township of Sherman	township-of-sherman	Sherman Township		US	MI	073	73200	0	America/Detroit
5009681	Township of Sherman	township-of-sherman	Sherman Township		US	MI	083	73220	0	America/Detroit
5009682	Township of Sherman	township-of-sherman	Sherman Township		US	MI	105	73240	0	America/Detroit
5009683	Township of Sherman	township-of-sherman	Sherman Township		US	MI	123	73260	0	America/Detroit
5009684	Township of Sherman	township-of-sherman	Sherman Township		US	MI	133	73280	0	America/Detroit
5009685	Township of Sherman	township-of-sherman	Sherman Township		US	MI	149	73300	0	America/Detroit
5009689	Township of Sherman	township-of-sherman	Sherman Township		US	MI	051	73140	0	America/Detroit
5009702	Township of Sherwood	township-of-sherwood	Sherwood Township		US	MI	023	73440	0	America/Detroit
5009715	Township of Shiawassee	township-of-shiawassee	Shiawassee Township		US	MI	155	73520	0	America/Detroit
5009826	Township of Sidney	township-of-sidney	Sidney Township		US	MI	117	73840	0	America/Detroit
5009836	Township of Sigel	township-of-sigel	Sigel Township		US	MI	063	73880	0	America/Detroit
5009901	Township of Silver Creek	township-of-silver-creek	Silver Creek Township		US	MI	027	73940	0	America/Detroit
5009982	Township of Sims	township-of-sims	Sims Township		US	MI	011	74020	0	America/Detroit
5010062	Township of Skandia	township-of-skandia	Skandia Township		US	MI	103	74110	0	America/Detroit
5010119	Township of Slagle	township-of-slagle	Slagle Township		US	MI	165	74220	0	America/Detroit
5010312	Township of Sodus	township-of-sodus	Sodus Township		US	MI	021	74440	0	America/Detroit
5010329	Township of Solon	township-of-solon	Solon Township		US	MI	081	74460	0	America/Detroit
5010330	Township of Solon	township-of-solon	Solon Township		US	MI	089	74500	0	America/Detroit
5010335	Township of Somerset	township-of-somerset	Somerset Township		US	MI	059	74560	0	America/Detroit
5010349	Township of Soo	township-of-soo	Soo Township		US	MI	033	74620	0	America/Detroit
5010359	Township of South Arm	township-of-south-arm	South Arm Township		US	MI	029	74680	0	America/Detroit
5010461	Township of South Branch	township-of-south-branch	South Branch Township		US	MI	039	74760	0	America/Detroit
5010481	Township of South Branch	township-of-south-branch	South Branch Township		US	MI	165	74820	0	America/Detroit
5010527	City of South Haven	city-of-south-haven			US	MI	159	74980	4403	America/Detroit
5010528	Charter Township of South Haven	charter-township-of-south-haven	Charter Township of South Haven,South Haven Township,Township of South Haven		US	MI	159	75000	0	America/Detroit
5010549	City of South Lyon	city-of-south-lyon			US	MI	125	75100	11327	America/Detroit
5010642	City of Southfield	city-of-southfield			US	MI	125	74900	71739	America/Detroit
5010643	Township of Southfield	township-of-southfield	Southfield Township		US	MI	125	74920	0	America/Detroit
5010649	City of Southgate	city-of-southgate			US	MI	163	74960	30047	America/Detroit
5010672	Township of Spalding	township-of-spalding	Spalding Township		US	MI	109	75350	0	America/Menominee
5010692	Township of Sparta	township-of-sparta	Sparta Township		US	MI	081	75440	0	America/Detroit
5010705	Township of Spaulding	township-of-spaulding	Spaulding Township		US	MI	145	75480	0	America/Detroit
5010713	Township of Speaker	township-of-speaker	Speaker Township		US	MI	151	75500	0	America/Detroit
5010736	Township of Spencer	township-of-spencer	Spencer Township		US	MI	081	75560	0	America/Detroit
5010782	Township of Spring Arbor	township-of-spring-arbor	Spring Arbor Township		US	MI	075	75640	0	America/Detroit
5010870	Township of Spring Lake	township-of-spring-lake	Spring Lake Township		US	MI	139	75840	0	America/Detroit
5010884	Township of Springdale	township-of-springdale	Springdale Township		US	MI	101	75680	0	America/Detroit
5010893	City of Springfield	city-of-springfield			US	MI	025	75700	5260	America/Detroit
5010894	Township of Springfield	township-of-springfield	Springfield Township		US	MI	079	75720	0	America/Detroit
5010895	Charter Township of Springfield	charter-township-of-springfield	Charter Township of Springfield,Springfield Township,Township of Springfield		US	MI	125	75760	0	America/Detroit
5010901	Township of Springport	township-of-springport	Springport Township		US	MI	075	75880	0	America/Detroit
5010902	Township of Springvale	township-of-springvale	Springvale Township		US	MI	047	75900	0	America/Detroit
5010905	Township of Springville	township-of-springville	Springville Township		US	MI	165	75940	0	America/Detroit
5010935	Township of Spurr	township-of-spurr	Spurr Township		US	MI	013	76000	0	America/Detroit
5011008	Township of Stambaugh	township-of-stambaugh	Stambaugh Township		US	MI	071	76080	0	America/Menominee
5011025	City of Standish	city-of-standish			US	MI	011	76120	1509	America/Detroit
5011026	Township of Standish	township-of-standish	Standish Township		US	MI	011	76140	0	America/Detroit
5011038	Township of Stannard	township-of-stannard	Stannard Township		US	MI	131	76180	0	America/Detroit
5011048	City of Stanton	city-of-stanton			US	MI	117	76220	1417	America/Detroit
5011049	Township of Stanton	township-of-stanton	Stanton Township		US	MI	061	76200	0	America/Detroit
5011071	Township of Star	township-of-star	Star Township		US	MI	009	76260	0	America/Detroit
5011143	City of Stephenson	city-of-stephenson			US	MI	109	76380	862	America/Menominee
5011144	Township of Stephenson	township-of-stephenson	Stephenson Township		US	MI	109	76400	0	America/Menominee
5011149	City of Sterling Heights	city-of-sterling-heights			US	MI	099	76460	129699	America/Detroit
5011228	Township of Stockbridge	township-of-stockbridge	Stockbridge Township		US	MI	065	76580	0	America/Detroit
5011383	Township of Stronach	township-of-stronach	Stronach Township		US	MI	101	76840	0	America/Detroit
5011436	City of Sturgis	city-of-sturgis			US	MI	149	76960	10994	America/Detroit
5011437	Township of Sturgis	township-of-sturgis	Sturgis Township		US	MI	149	76980	0	America/Detroit
5011479	Township of Sugar Island	township-of-sugar-island	Sugar Island Township		US	MI	033	77020	0	America/Detroit
5011517	Township of Sullivan	township-of-sullivan	Sullivan Township		US	MI	121	77100	0	America/Detroit
5011531	Township of Summerfield	township-of-summerfield	Summerfield Township		US	MI	035	77120	0	America/Detroit
5011532	Township of Summerfield	township-of-summerfield	Summerfield Township		US	MI	115	77140	0	America/Detroit
5011545	Township of Summit	township-of-summit	Summit Township		US	MI	075	77200	0	America/Detroit
5011546	Township of Summit	township-of-summit	Summit Township		US	MI	105	77220	0	America/Detroit
5011553	Township of Sumner	township-of-sumner	Sumner Township		US	MI	057	77300	0	America/Detroit
5011559	Township of Sumpter	township-of-sumpter	Sumpter Township		US	MI	163	77360	0	America/Detroit
5011571	Township of Sunfield	township-of-sunfield	Sunfield Township		US	MI	045	77440	0	America/Detroit
5011628	Township of Superior	township-of-superior	Superior Township		US	MI	033	77540	0	America/Detroit
5011629	Charter Township of Superior	charter-township-of-superior	Charter Township of Superior,Superior Township,Township of Superior		US	MI	161	77560	0	America/Detroit
5011632	Township of Surrey	township-of-surrey	Surrey Township		US	MI	035	77580	0	America/Detroit
5011656	Township of Suttons Bay	township-of-suttons-bay	Sutton Township,Sutton's Bay Township,Suttons Bay Township,Suttons Township,Township of Suttons Bay		US	MI	089	77620	0	America/Detroit
5011679	Township of Swan Creek	township-of-swan-creek	Swan Creek Township		US	MI	145	77660	0	America/Detroit
5011703	City of Swartz Creek	city-of-swartz-creek			US	MI	049	77700	5758	America/Detroit
5011730	Township of Sweetwater	township-of-sweetwater	Sweetwater Township		US	MI	085	77740	0	America/Detroit
5011763	City of Sylvan Lake	city-of-sylvan-lake			US	MI	125	77860	1720	America/Detroit
5011767	Township of Sylvan	township-of-sylvan	Sylvan Township		US	MI	133	77760	0	America/Detroit
5011768	Township of Sylvan	township-of-sylvan	Sylvan Township		US	MI	161	77800	0	America/Detroit
5011825	Charter Township of Tallmadge	charter-township-of-tallmadge	Charter Township of Tallmadge,Tallmadge Township,Tallmage Township,Talmadge Township,Talmage Township,Township of Tallmadge		US	MI	139	77980	0	America/Detroit
5011901	City of Tawas City	city-of-tawas-city	City of Tawas City,Tawas City		US	MI	069	78140	1827	America/Detroit
5011917	Township of Tawas	township-of-tawas	Tawas Township		US	MI	069	78100	0	America/Detroit
5011944	City of Taylor	city-of-taylor			US	MI	163	79000	63131	America/Detroit
5011949	Township of Taymouth	township-of-taymouth	Taymouth Township		US	MI	145	79100	0	America/Detroit
5011969	City of Tecumseh	city-of-tecumseh			US	MI	091	79120	8521	America/Detroit
5011970	Township of Tecumseh	township-of-tecumseh	Tecumseh Township		US	MI	091	79140	0	America/Detroit
5011988	Township of Tekonsha	township-of-tekonsha	Tekonsha Township		US	MI	025	79180	0	America/Detroit
5012033	Charter Township of Texas	charter-township-of-texas	Charter Township of Texas,Texas Township,Township of Texas		US	MI	077	79300	0	America/Detroit
5012059	Township of Thetford	township-of-thetford	Thetford Township		US	MI	049	79460	0	America/Detroit
5012100	Township of Thomas	township-of-thomas	Thomas Township		US	MI	145	79520	0	America/Detroit
5012135	Township of Thompson	township-of-thompson	Thompson Township		US	MI	153	79580	0	America/Detroit
5012154	Township of Thornapple	township-of-thornapple	Thornapple Township		US	MI	015	79620	0	America/Detroit
5012192	Township of Three Oaks	township-of-three-oaks	Three Oaks Township		US	MI	021	79740	0	America/Detroit
5012204	City of Three Rivers	city-of-three-rivers			US	MI	149	79760	7811	America/Detroit
5012249	Township of Tilden	township-of-tilden	Tilden Township		US	MI	103	79780	0	America/Detroit
5012293	Township of Tittabawassee	township-of-tittabawassee	Tittabawassee Township		US	MI	145	79840	0	America/Detroit
5012297	Township of Tobacco	township-of-tobacco	Tobacco Township		US	MI	051	79860	0	America/Detroit
5012363	Township of Tompkins	township-of-tompkins	Tompkins Township		US	MI	075	79980	0	America/Detroit
5012393	Township of Torch Lake	township-of-torch-lake	Torch Lake Township		US	MI	009	80100	0	America/Detroit
5012394	Township of Torch Lake	township-of-torch-lake	Torch Lake Township		US	MI	061	80120	0	America/Detroit
5012496	City of Traverse City	city-of-traverse-city	City of Traverse City,Traverse City		US	MI	055	80340	14674	America/Detroit
5012524	City of Trenton	city-of-trenton			US	MI	163	80420	18853	America/Detroit
5012627	Township of Trout Lake	township-of-trout-lake	Trout Lake Township		US	MI	033	80600	0	America/Detroit
5012636	Township of Trowbridge	township-of-trowbridge	Trowbridge Township		US	MI	005	80620	0	America/Detroit
5012643	City of Troy	city-of-troy			US	MI	125	80700	80980	America/Detroit
5012644	Township of Troy	township-of-troy	Troy Township		US	MI	123	80680	0	America/Detroit
5012697	Township of Turin	township-of-turin	Turin Township		US	MI	103	80780	0	America/Detroit
5012721	Township of Turner	township-of-turner	Turner Township		US	MI	011	80840	0	America/Detroit
5012745	Township of Tuscarora	township-of-tuscarora	Tuscarora Township		US	MI	031	80880	0	America/Detroit
5012751	Township of Tuscola	township-of-tuscola	Tuscola Township		US	MI	157	80940	0	America/Detroit
5012889	Township of Tyrone	township-of-tyrone	Tyrone Township		US	MI	081	81140	0	America/Detroit
5012890	Township of Tyrone	township-of-tyrone	Tyrone Township		US	MI	093	81160	0	America/Detroit
5012908	Township of Unadilla	township-of-unadilla	Unadilla Township		US	MI	093	81240	0	America/Detroit
5012953	Township of Union	township-of-union	Union Township		US	MI	023	81280	0	America/Detroit
5012954	Township of Union	township-of-union	Union Township		US	MI	055	81320	0	America/Detroit
5012955	Charter Township of Union	charter-township-of-union	Charter Township of Union,Township of Union,Union Township		US	MI	073	81340	0	America/Detroit
5013064	City of Utica	city-of-utica			US	MI	099	81540	4757	America/Detroit
5013096	Township of Valley	township-of-valley	Valley Township		US	MI	005	81580	0	America/Detroit
5013107	Charter Township of Van Buren	charter-township-of-van-buren	Charter Township of Van Buren,Township of Van Buren,Van Buren Township		US	MI	163	81660	23559	America/Detroit
5013179	City of Vassar	city-of-vassar			US	MI	157	81840	2697	America/Detroit
5013180	Township of Vassar	township-of-vassar	Vassar Township		US	MI	157	81860	0	America/Detroit
5013193	Township of Venice	township-of-venice	Venice Township		US	MI	155	81880	0	America/Detroit
5013201	Township of Vergennes	township-of-vergennes	Vergennes Township		US	MI	081	81920	0	America/Detroit
5013211	Township of Vermontville	township-of-vermontville	Vermontville Township		US	MI	045	81980	0	America/Detroit
5013213	Township of Vernon	township-of-vernon	Vernon Township		US	MI	073	82000	0	America/Detroit
5013214	Township of Vernon	township-of-vernon	Vernon Township		US	MI	155	82040	0	America/Detroit
5013225	Township of Verona	township-of-verona	Verona Township		US	MI	063	82140	0	America/Detroit
5013246	Township of Vevay	township-of-vevay	Vevay Township		US	MI	065	82220	0	America/Detroit
5013253	Township of Victor	township-of-victor	Victor Township		US	MI	037	82320	0	America/Detroit
5013265	Township of Victory	township-of-victory	Victory Township		US	MI	105	82360	0	America/Detroit
5013274	Charter Township of Vienna	charter-township-of-vienna	Charter Township of Vienna,Township of Vienna,Vienna Township		US	MI	049	82380	0	America/Detroit
5013275	Township of Vienna	township-of-vienna	Vienna Township		US	MI	119	82420	0	America/Detroit
5013329	Township of Volinia	township-of-volinia	Volinia Township		US	MI	027	82580	0	America/Detroit
5013895	City of Wakefield	city-of-wakefield			US	MI	053	82780	1851	America/Menominee
5013896	Township of Wakefield	township-of-wakefield	Wakefield Township		US	MI	053	82800	0	America/Menominee
5013902	Township of Wakeshma	township-of-wakeshma	Wakeshma Township		US	MI	077	82840	0	America/Detroit
5013914	Township of Wales	township-of-wales	Wales Township		US	MI	147	82900	0	America/Detroit
5013938	City of Walker	city-of-walker			US	MI	081	82960	23537	America/Detroit
5013939	Township of Walker	township-of-walker	Walker Township		US	MI	031	82940	0	America/Detroit
5013966	City of Walled Lake	city-of-walled-lake			US	MI	125	83060	6999	America/Detroit
5014011	Township of Walton	township-of-walton	Walton Township		US	MI	045	83180	0	America/Detroit
5014049	Township of Warner	township-of-warner	Warner Township		US	MI	009	83300	0	America/Detroit
5014063	City of Warren	city-of-warren			US	MI	099	84000	134056	America/Detroit
5014064	Township of Warren	township-of-warren	Warren Township		US	MI	111	84020	0	America/Detroit
5014116	Township of Washington	township-of-washington	Washington Township		US	MI	057	84080	0	America/Detroit
5014117	Township of Washington	township-of-washington	Washington Township		US	MI	099	84120	0	America/Detroit
5014118	Township of Washington	township-of-washington	Washington Township		US	MI	151	84140	0	America/Detroit
5014138	Charter Township of Waterford	charter-township-of-waterford	Charter Township of Waterford,Township of Waterford,Waterford Township		US	MI	125	84240	0	America/Detroit
5014145	Township of Waterloo	township-of-waterloo	Waterloo Township		US	MI	075	84300	0	America/Detroit
5014156	Township of Watersmeet	township-of-watersmeet	Watersmeet Township		US	MI	053	84380	0	America/Menominee
5014161	Charter Township of Watertown	charter-township-of-watertown	Charter Township of Watertown,Township of Watertown,Watertown Township		US	MI	037	84400	0	America/Detroit
5014162	Township of Watertown	township-of-watertown	Watertown Township		US	MI	151	84440	0	America/Detroit
5014163	Township of Watertown	township-of-watertown	Watertown Township		US	MI	157	84460	0	America/Detroit
5014167	City of Watervliet	city-of-watervliet			US	MI	021	84500	1735	America/Detroit
5014168	Township of Watervliet	township-of-watervliet	Watervliet Township		US	MI	021	84520	0	America/Detroit
5014193	Township of Watson	township-of-watson	Watson Township		US	MI	005	84580	0	America/Detroit
5014200	Township of Waucedah	township-of-waucedah	Waucedah Township		US	MI	043	84700	0	America/Menominee
5014214	Township of Waverly	township-of-waverly	Waverly Township		US	MI	031	84760	0	America/Detroit
5014215	Township of Waverly	township-of-waverly	Waverly Township		US	MI	159	84820	0	America/Detroit
5014216	Township of Wawatam	township-of-wawatam	Wawatam Township		US	MI	047	84840	0	America/Detroit
5014221	City of Wayland	city-of-wayland			US	MI	005	84880	4079	America/Detroit
5014222	Township of Wayland	township-of-wayland	Wayland Township		US	MI	005	84900	0	America/Detroit
5014233	City of Wayne	city-of-wayne			US	MI	163	84940	17593	America/Detroit
5014234	Township of Wayne	township-of-wayne	Wayne Township		US	MI	027	84920	0	America/Detroit
5014246	Township of Weare	township-of-weare	Weare Township		US	MI	127	85040	0	America/Detroit
5014277	Township of Webber	township-of-webber	Webber Township		US	MI	085	85060	0	America/Detroit
5014308	Township of Webster	township-of-webster	Webster Township		US	MI	161	85100	0	America/Detroit
5014316	Township of Weesaw	township-of-weesaw	Weesaw Township		US	MI	021	85120	0	America/Detroit
5014353	Township of Weldon	township-of-weldon	Weldon Township		US	MI	019	85160	0	America/Detroit
5014356	Township of Wellington	township-of-wellington	Wellington Township		US	MI	007	85180	0	America/Detroit
5014365	Township of Wells	township-of-wells	Wells Township		US	MI	041	85240	0	America/Detroit
5014366	Township of Wells	township-of-wells	Wells Township		US	MI	103	85260	0	America/Detroit
5014367	Township of Wells	township-of-wells	Wells Township		US	MI	157	85280	0	America/Detroit
5014411	Charter Township of West Bloomfield	charter-township-of-west-bloomfield	Charter Township of West Bloomfield,Township of West Bloomfield,West Bloomfield Township		US	MI	125	85480	0	America/Detroit
5014514	City of West Branch	city-of-west-branch			US	MI	129	85580	2139	America/Detroit
5014515	Township of West Branch	township-of-west-branch	West Branch Township		US	MI	103	85540	0	America/Detroit
5014516	Township of West Branch	township-of-west-branch	West Branch Township		US	MI	113	85560	0	America/Detroit
5014517	Township of West Branch	township-of-west-branch	West Branch Township		US	MI	129	85600	0	America/Detroit
5014541	Township of West Branch	township-of-west-branch	West Branch Township		US	MI	043	85520	0	America/Menominee
5014650	Township of West Traverse	township-of-west-traverse	West Traverse Township		US	MI	047	86300	0	America/Detroit
5014683	City of Westland	city-of-westland			US	MI	163	86000	84094	America/Detroit
5014698	Township of Westphalia	township-of-westphalia	Westphalia Township		US	MI	037	86140	0	America/Detroit
5014731	Township of Wexford	township-of-wexford	Wexford Township		US	MI	165	86500	0	America/Detroit
5014742	Township of Wheatfield	township-of-wheatfield	Wheatfield Township		US	MI	065	86520	0	America/Detroit
5014746	Township of Wheatland	township-of-wheatland	Wheatland Township		US	MI	059	86540	0	America/Detroit
5014747	Township of Wheatland	township-of-wheatland	Wheatland Township		US	MI	107	86560	0	America/Detroit
5014748	Township of Wheatland	township-of-wheatland	Wheatland Township		US	MI	151	86580	0	America/Detroit
5014765	Township of Wheeler	township-of-wheeler	Wheeler Township		US	MI	057	86620	0	America/Detroit
5014817	City of White Cloud	city-of-white-cloud			US	MI	123	86680	1408	America/Detroit
5014845	Charter Township of White Lake	charter-township-of-white-lake	Charter Township of White Lake,Township of White Lake,White Lake Township		US	MI	125	86860	0	America/Detroit
5014849	Township of White Oak	township-of-white-oak	Township of White Oak,White Oak Township,Whiteoak Township		US	MI	065	86900	0	America/Detroit
5014853	Township of White Pigeon	township-of-white-pigeon	White Pigeon Township		US	MI	149	86940	0	America/Detroit
5014867	Township of White River	township-of-white-river	White River Township		US	MI	121	86980	0	America/Detroit
5014906	Township of Whitefish	township-of-whitefish	Whitefish Township		US	MI	033	86700	0	America/Detroit
5014912	Township of Whiteford	township-of-whiteford	Whiteford Township		US	MI	115	86740	0	America/Detroit
5014914	City of Whitehall	city-of-whitehall			US	MI	121	86780	2706	America/Detroit
5014915	Township of Whitehall	township-of-whitehall	Whitehall Township		US	MI	121	86800	0	America/Detroit
5014931	Township of Whitewater	township-of-whitewater	Whitewater Township		US	MI	055	87040	0	America/Detroit
5014961	Township of Whitney	township-of-whitney	Whitney Township		US	MI	011	87080	0	America/Detroit
5014967	City of Whittemore	city-of-whittemore			US	MI	069	87140	384	America/Detroit
5015007	Township of Wilber	township-of-wilber	Wilber Township		US	MI	069	87180	0	America/Detroit
5015019	Township of Wilcox	township-of-wilcox	Wilcox Township		US	MI	123	87200	0	America/Detroit
5015129	Charter Township of Williams	charter-township-of-williams	Charter Township of Williams,Township of Williams,Williams Township		US	MI	017	87380	0	America/Detroit
5015134	City of Williamston	city-of-williamston			US	MI	065	87420	3854	America/Detroit
5015135	Township of Williamstown	township-of-williamstown	Williamstown Township		US	MI	065	87440	0	America/Detroit
5015180	Township of Wilmot	township-of-wilmot	Wilmot Township		US	MI	031	87640	0	America/Detroit
5015244	Township of Wilson	township-of-wilson	Wilson Township		US	MI	007	87680	0	America/Detroit
5015245	Township of Wilson	township-of-wilson	Wilson Township		US	MI	029	87700	0	America/Detroit
5015266	Charter Township of Windsor	charter-township-of-windsor			US	MI	045	87840	0	America/Detroit
5015275	Township of Winfield	township-of-winfield	Winfield Township		US	MI	117	87880	0	America/Detroit
5015299	Township of Winsor	township-of-winsor	Winsor Township		US	MI	063	87960	0	America/Detroit
5015306	Township of Winterfield	township-of-winterfield	Winterfield Township		US	MI	035	87980	0	America/Detroit
5015326	Township of Wise	township-of-wise	Wise Township		US	MI	073	88040	0	America/Detroit
5015335	Township of Wisner	township-of-wisner	Wisner Township		US	MI	157	88080	0	America/Detroit
5015349	City of Wixom	city-of-wixom			US	MI	125	88140	13498	America/Detroit
5015446	Township of Woodbridge	township-of-woodbridge	Woodbridge Township		US	MI	059	88300	0	America/Detroit
5015457	City of Woodhaven	city-of-woodhaven			US	MI	163	88380	12875	America/Detroit
5015460	Township of Woodhull	township-of-woodhull	Woodhull Township		US	MI	155	88400	0	America/Detroit
5015485	Township of Woodland	township-of-woodland	Woodland Township		US	MI	015	88440	0	America/Detroit
5015544	Township of Woodstock	township-of-woodstock	Woodstock Township		US	MI	091	88640	0	America/Detroit
5015571	Township of Worth	township-of-worth	Worth Township		US	MI	151	88760	0	America/Detroit
5015591	Township of Wright	township-of-wright	Wright Township		US	MI	059	88780	0	America/Detroit
5015592	Township of Wright	township-of-wright	Wright Township		US	MI	139	88820	0	America/Detroit
5015605	City of Wyandotte	city-of-wyandotte			US	MI	163	88900	25883	America/Detroit
5015623	City of Wyoming	city-of-wyoming			US	MI	081	88940	72125	America/Detroit
5015630	City of Yale	city-of-yale			US	MI	147	89000	1955	America/Detroit
5015638	Township of Yankee Springs	township-of-yankee-springs	Yankee Springs Township		US	MI	015	89020	0	America/Detroit
5015646	Township of Yates	township-of-yates	Yates Township		US	MI	085	89040	0	America/Detroit
5015669	Charter Township of York	charter-township-of-york	Charter Township of York,Township of York,York Township		US	MI	161	89100	0	America/Detroit
5015691	City of Ypsilanti	city-of-ypsilanti			US	MI	161	89140	19435	America/Detroit
5015692	Charter Township of Ypsilanti	charter-township-of-ypsilanti	Charter Township of Ypsilanti,Township of Ypsilanti,Ypsilanti Township		US	MI	161	89160	0	America/Detroit
5015702	City of Zeeland	city-of-zeeland			US	MI	139	89260	5504	America/Detroit
5015703	Charter Township of Zeeland	charter-township-of-zeeland	Charter Township of Zeeland,Township of Zeeland,Zeeland Township		US	MI	139	89280	0	America/Detroit
5015719	City of Zilwaukee	city-of-zilwaukee			US	MI	145	89320	1658	America/Detroit
5015720	Township of Zilwaukee	township-of-zilwaukee	Zilwaukee Township		US	MI	145	89340	0	America/Detroit
5015792	Township of Aastad	township-of-aastad	Aastad Township		US	MN	111	00100	0	America/Chicago
5015825	Township of Acoma	township-of-acoma	Acoma Township		US	MN	085	00136	0	America/Chicago
5015843	Township of Acton	township-of-acton	Acton Township		US	MN	093	00154	0	America/Chicago
5015847	City of Ada	city-of-ada			US	MN	107	00172	0	America/Chicago
5015867	Township of Adams	township-of-adams	Adams Township		US	MN	099	00208	0	America/Chicago
5015895	City of Adrian	city-of-adrian			US	MN	105	00262	0	America/Chicago
5015896	Township of Adrian	township-of-adrian	Adrian Township		US	MN	165	00280	0	America/Chicago
5015910	Township of Aetna	township-of-aetna	Aetna Township		US	MN	117	00298	0	America/Chicago
5015927	City of Afton	city-of-afton			US	MN	163	00316	0	America/Chicago
5015938	Township of Agassiz	township-of-agassiz	Agassiz Township		US	MN	073	00352	0	America/Chicago
5015944	Township of Agder	township-of-agder	Agder Township		US	MN	089	00388	0	America/Chicago
5015956	Township of Agram	township-of-agram	Agram Township		US	MN	097	00406	0	America/Chicago
5015965	City of Adams	city-of-adams			US	MN	099	00190	0	America/Chicago
5015982	City of Aitkin	city-of-aitkin			US	MN	001	00460	0	America/Chicago
5015983	Township of Aitkin	township-of-aitkin	Aitkin Township		US	MN	001	00478	0	America/Chicago
5015987	City of Akeley	city-of-akeley			US	MN	057	00496	0	America/Chicago
5015988	Township of Akeley	township-of-akeley	Akeley Township		US	MN	057	00514	0	America/Chicago
5015991	Township of Akron	township-of-akron	Akron Township		US	MN	011	00532	0	America/Chicago
5015992	Township of Akron	township-of-akron	Akron Township		US	MN	167	00550	0	America/Chicago
5016000	Township of Alaska	township-of-alaska	Alaska Township		US	MN	007	00586	0	America/Chicago
5016001	Township of Alba	township-of-alba	Alba Township		US	MN	063	00604	0	America/Chicago
5016014	City of Albany	city-of-albany			US	MN	145	00622	0	America/Chicago
5016015	Township of Albany	township-of-albany	Albany Township		US	MN	145	00640	0	America/Chicago
5016039	City of Albert Lea	city-of-albert-lea			US	MN	047	00694	0	America/Chicago
5016040	Township of Albert Lea	township-of-albert-lea	Albert Lea Township		US	MN	047	00712	0	America/Chicago
5016046	City of Alberta	city-of-alberta			US	MN	149	00676	0	America/Chicago
5016047	Township of Alberta	township-of-alberta	Alberta Township		US	MN	009	00668	0	America/Chicago
5016056	City of Albertville	city-of-albertville			US	MN	171	00730	0	America/Chicago
5016057	Township of Albin	township-of-albin	Albin Township		US	MN	015	00748	0	America/Chicago
5016068	Township of Albion	township-of-albion	Albion Township		US	MN	171	00766	0	America/Chicago
5016070	Township of Alborn	township-of-alborn	Alborn Township		US	MN	137	00820	0	America/Chicago
5016072	Township of Alango	township-of-alango	Alango Township		US	MN	137	00568	0	America/Chicago
5016088	City of Alden	city-of-alden			US	MN	047	00838	0	America/Chicago
5016089	Township of Alden	township-of-alden	Alden Township		US	MN	047	00856	0	America/Chicago
5016090	Township of Alden	township-of-alden	Alden Township		US	MN	137	00874	0	America/Chicago
5016098	City of Aldrich	city-of-aldrich			US	MN	159	00892	0	America/Chicago
5016099	Township of Aldrich	township-of-aldrich	Aldrich Township		US	MN	159	00910	0	America/Chicago
5016115	City of Alexandria	city-of-alexandria			US	MN	041	00928	0	America/Chicago
5016116	Township of Alexandria	township-of-alexandria	Alexandria Township		US	MN	041	00946	0	America/Chicago
5016123	Township of Alfsborg	township-of-alfsborg	Alfsborg Township		US	MN	143	00982	0	America/Chicago
5016173	Township of Alliance	township-of-alliance	Alliance Township		US	MN	027	01054	0	America/Chicago
5016191	Township of Alma	township-of-alma	Alma Township		US	MN	089	01072	0	America/Chicago
5016196	Township of Almond	township-of-almond	Almond Township		US	MN	011	01126	0	America/Chicago
5016207	City of Alpha	city-of-alpha			US	MN	063	01162	0	America/Chicago
5016214	Township of Alta Vista	township-of-alta-vista	Alta Vista Township		US	MN	081	01180	0	America/Chicago
5016223	Township of Alton	township-of-alton	Alton Township		US	MN	161	01198	0	America/Chicago
5016225	Township of Altona	township-of-altona	Altona Township		US	MN	117	01216	0	America/Chicago
5016230	City of Altura	city-of-altura			US	MN	169	01234	0	America/Chicago
5016234	City of Alvarado	city-of-alvarado			US	MN	089	01252	0	America/Chicago
5016242	Township of Alvwood	township-of-alvwood	Alvwood Township		US	MN	061	01288	0	America/Chicago
5016245	Township of Amador	township-of-amador	Amador Township		US	MN	025	01306	0	America/Chicago
5016253	City of Amboy	city-of-amboy			US	MN	013	01324	0	America/Chicago
5016254	Township of Amboy	township-of-amboy	Amboy Township		US	MN	033	01342	0	America/Chicago
5016292	Township of Amherst	township-of-amherst	Amherst Township		US	MN	045	01396	0	America/Chicago
5016303	Township of Amiret	township-of-amiret	Amiret Township		US	MN	083	01432	0	America/Chicago
5016309	Township of Amo	township-of-amo	Amo Township		US	MN	033	01441	0	America/Chicago
5016315	Township of Amor	township-of-amor	Amor Township		US	MN	111	01468	0	America/Chicago
5016376	City of Andover	city-of-andover			US	MN	003	01486	0	America/Chicago
5016377	Township of Andover	township-of-andover	Andover Township		US	MN	119	01504	0	America/Chicago
5016378	Township of Andrea	township-of-andrea	Andrea Township		US	MN	167	01522	0	America/Chicago
5016402	Township of Angora	township-of-angora	Angora Township		US	MN	137	01612	0	America/Chicago
5016405	Township of Angus	township-of-angus	Angers Township,Angus Township,Township of Angus		US	MN	119	01648	0	America/Chicago
5016414	Township of Ann Lake	township-of-ann-lake	Ann Lake Township		US	MN	065	01702	0	America/Chicago
5016423	Township of Ann	township-of-ann	Ann Township		US	MN	033	01666	0	America/Chicago
5016440	City of Annandale	city-of-annandale			US	MN	171	01684	0	America/Chicago
5016454	City of Anoka	city-of-anoka			US	MN	003	01720	0	America/Chicago
5016457	Township of Ansel	township-of-ansel	Ansel Township		US	MN	021	01738	0	America/Chicago
5016466	Township of Anthony	township-of-anthony	Anthony Township		US	MN	107	01774	0	America/Chicago
5016472	Township of Antrim	township-of-antrim	Antrim Township		US	MN	165	01810	0	America/Chicago
5016495	City of Apple Valley	city-of-apple-valley			US	MN	037	01900	0	America/Chicago
5016519	City of Appleton	city-of-appleton			US	MN	151	01864	0	America/Chicago
5016520	Township of Appleton	township-of-appleton	Appleton Township		US	MN	151	01882	0	America/Chicago
5016526	Township of Arago	township-of-arago	Arago Township		US	MN	057	01918	0	America/Chicago
5016528	Township of Arbo	township-of-arbo	Arbo Township		US	MN	061	01936	0	America/Chicago
5016544	City of Arco	city-of-arco			US	MN	081	01972	0	America/Chicago
5016546	Township of Arctander	township-of-arctander	Arctander Township		US	MN	067	01990	0	America/Chicago
5016555	City of Arden Hills	city-of-arden-hills			US	MN	123	02026	0	America/Chicago
5016558	Township of Ardenhurst	township-of-ardenhurst	Ardenhurst Township		US	MN	061	02044	0	America/Chicago
5016563	Township of Arena	township-of-arena	Arena Township		US	MN	073	02062	0	America/Chicago
5016568	Township of Arendahl	township-of-arendahl	Arendahl Township		US	MN	045	02098	0	America/Chicago
5016574	City of Argyle	city-of-argyle			US	MN	089	02134	0	America/Chicago
5016591	City of Arlington	city-of-arlington			US	MN	143	02152	0	America/Chicago
5016592	Township of Arlington	township-of-arlington	Arlington Township		US	MN	143	02170	0	America/Chicago
5016593	Township of Arlone	township-of-arlone	Arlone Township		US	MN	115	02188	0	America/Chicago
5016613	Township of Arna	township-of-arna	Arna Township		US	MN	115	02224	0	America/Chicago
5016645	Township of Arrowhead	township-of-arrowhead	Arrowhead Township		US	MN	137	02278	0	America/Chicago
5016654	Township of Arthur	township-of-arthur	Arthur Township		US	MN	065	02296	0	America/Chicago
5016655	Township of Arthur	township-of-arthur	Arthur Township		US	MN	155	02314	0	America/Chicago
5016670	Township of Arveson	township-of-arveson	Arveson Township		US	MN	069	02386	0	America/Chicago
5016683	Township of Artichoke	township-of-artichoke	Artichoke Township		US	MN	011	02350	0	America/Chicago
5016690	Township of Ash Lake	township-of-ash-lake	Ash Lake Township		US	MN	081	02476	0	America/Chicago
5016706	City of Ashby	city-of-ashby			US	MN	051	02422	0	America/Chicago
5016712	Township of Ashland	township-of-ashland	Ashland Township		US	MN	039	02512	0	America/Chicago
5016716	Township of Ashley	township-of-ashley	Ashley Township		US	MN	145	02530	0	America/Chicago
5016727	City of Askov	city-of-askov			US	MN	115	02548	0	America/Chicago
5016799	Township of Athens	township-of-athens	Athens Township		US	MN	059	02602	0	America/Chicago
5016801	Township of Atherton	township-of-atherton	Atherton Township		US	MN	167	02620	0	America/Chicago
5016807	Township of Atkinson	township-of-atkinson	Atkinson Township		US	MN	017	02656	0	America/Chicago
5016810	Township of Atlanta	township-of-atlanta	Atlanta Township		US	MN	005	02674	0	America/Chicago
5016819	City of Atwater	city-of-atwater			US	MN	067	02692	0	America/Chicago
5016831	City of Audubon	city-of-audubon			US	MN	005	02728	0	America/Chicago
5016832	Township of Audubon	township-of-audubon	Audubon Township		US	MN	005	02746	0	America/Chicago
5016838	Township of Augsburg	township-of-augsburg	Augsburg Township		US	MN	089	02764	0	America/Chicago
5016853	Township of Augusta	township-of-augusta	Augusta Township		US	MN	073	02800	0	America/Chicago
5016868	Township of Ault	township-of-ault	Ault Township		US	MN	137	02818	0	America/Chicago
5016874	Township of Aurdal	township-of-aurdal	Aurdal Township		US	MN	111	02836	0	America/Chicago
5016883	Township of Aurora	township-of-aurora	Aurora Township		US	MN	147	02890	0	America/Chicago
5016900	City of Austin	city-of-austin			US	MN	099	02908	0	America/Chicago
5016901	Township of Austin	township-of-austin	Austin Township		US	MN	099	02926	0	America/Chicago
5016905	Township of Automba	township-of-automba	Automba Township		US	MN	017	03016	0	America/Chicago
5016916	City of Avoca	city-of-avoca			US	MN	101	03052	0	America/Chicago
5016925	City of Avon	city-of-avon			US	MN	145	03070	0	America/Chicago
5016926	Township of Avon	township-of-avon	Avon Township		US	MN	145	03088	0	America/Chicago
5016939	City of Babbitt	city-of-babbitt			US	MN	137	03106	0	America/Chicago
5016960	City of Backus	city-of-backus			US	MN	021	03124	0	America/Chicago
5016981	Township of Badger	township-of-badger	Badger Township		US	MN	119	03142	0	America/Chicago
5016986	Township of Badoura	township-of-badoura	Badoura Township		US	MN	057	03178	0	America/Chicago
5016997	City of Bagley	city-of-bagley			US	MN	029	03196	0	America/Chicago
5017030	City of Badger	city-of-badger			US	MN	135	03160	0	America/Chicago
5017045	City of Balaton	city-of-balaton			US	MN	083	03250	0	America/Chicago
5017049	Township of Baker	township-of-baker	Baker Township		US	MN	149	03232	0	America/Chicago
5017067	Township of Baldwin	township-of-baldwin	Baldwin Township		US	MN	141	03286	0	America/Chicago
5017072	Township of Balkan	township-of-balkan	Balkan Township		US	MN	137	03322	0	America/Chicago
5017078	Township of Ball Bluff	township-of-ball-bluff	Ball Bluff Township		US	MN	001	03358	0	America/Chicago
5017108	Township of Balsam	township-of-balsam	Balsam Township		US	MN	001	03412	0	America/Chicago
5017109	Township of Balsam	township-of-balsam	Balsam Township		US	MN	061	03430	0	America/Chicago
5017126	Township of Bancroft	township-of-bancroft	Bancroft Township		US	MN	047	03466	0	America/Chicago
5017129	Township of Bandon	township-of-bandon	Bandon Township		US	MN	129	03484	0	America/Chicago
5017134	Township of Bangor	township-of-bangor	Bangor Township		US	MN	121	03502	0	America/Chicago
5017157	Township of Barber	township-of-barber	Barber Township		US	MN	043	03520	0	America/Chicago
5017160	Township of Barclay	township-of-barclay	Barclay Township		US	MN	021	03538	0	America/Chicago
5017188	City of Barnesville	city-of-barnesville			US	MN	027	03574	0	America/Chicago
5017189	Township of Barnesville	township-of-barnesville	Barnesville Township		US	MN	027	03592	0	America/Chicago
5017191	Township of Barnett	township-of-barnett	Barnett Township		US	MN	135	03610	0	America/Chicago
5017197	City of Barnum	city-of-barnum			US	MN	017	03628	0	America/Chicago
5017198	Township of Barnum	township-of-barnum	Barnum Township		US	MN	017	03646	0	America/Chicago
5017211	City of Barrett	city-of-barrett			US	MN	051	03682	0	America/Chicago
5017222	City of Barry	city-of-barry			US	MN	011	03718	0	America/Chicago
5017223	Township of Barry	township-of-barry	Barry Township		US	MN	115	03736	0	America/Chicago
5017228	Township of Barsness	township-of-barsness	Barsness Township		US	MN	121	03754	0	America/Chicago
5017237	Township of Bartlett	township-of-bartlett	Bartlett Township		US	MN	153	03790	0	America/Chicago
5017240	Township of Barto	township-of-barto	Barto Township		US	MN	135	03808	0	America/Chicago
5017249	Township of Bashaw	township-of-bashaw	Bashaw Township		US	MN	015	03826	0	America/Chicago
5017339	Township of Bassett	township-of-bassett	Bassett Township		US	MN	137	03880	0	America/Chicago
5017355	Township of Bath	township-of-bath	Bath Township		US	MN	047	03934	0	America/Chicago
5017369	City of Battle Lake	city-of-battle-lake			US	MN	111	03970	0	America/Chicago
5017370	Township of Battle Plain	township-of-battle-plain	Battle Plain Township		US	MN	133	03988	0	America/Chicago
5017381	Township of Battle	township-of-battle	Battle Township		US	MN	007	03952	0	America/Chicago
5017399	City of Baxter	city-of-baxter			US	MN	035	04042	0	America/Chicago
5017400	Township of Baxter	township-of-baxter	Baxter Township		US	MN	073	04060	0	America/Chicago
5017408	Township of Bay Lake	township-of-bay-lake	Bay Lake Township		US	MN	035	04096	0	America/Chicago
5017417	City of Bayport	city-of-bayport			US	MN	163	04114	0	America/Chicago
5017418	Township of Baytown	township-of-baytown	Baytown Township		US	MN	163	04132	0	America/Chicago
5017427	City of Baudette	city-of-baudette			US	MN	077	04024	0	America/Chicago
5017458	Township of Bear Creek	township-of-bear-creek	Bear Creek Township		US	MN	029	04186	0	America/Chicago
5017503	Township of Bear Park	township-of-bear-park	Bear Park Township		US	MN	107	04222	0	America/Chicago
5017536	Township of Bearville	township-of-bearville	Bearville Township		US	MN	061	04276	0	America/Chicago
5017545	Township of Beatty	township-of-beatty	Beatty Township		US	MN	137	04294	0	America/Chicago
5017552	Township of Beauford	township-of-beauford	Beauford Township		US	MN	013	04330	0	America/Chicago
5017557	Township of Beaulieu	township-of-beaulieu	Beaulieu Township		US	MN	087	04366	0	America/Chicago
5017574	City of Beaver Bay	city-of-beaver-bay			US	MN	075	04456	0	America/Chicago
5017575	Township of Beaver Bay	township-of-beaver-bay	Beaver Bay Township		US	MN	075	04474	0	America/Chicago
5017595	Township of Beaver Creek	township-of-beaver-creek	Beaver Creek Township		US	MN	133	04510	0	America/Chicago
5017603	Township of Beaver Falls	township-of-beaver-falls	Beaver Falls Township		US	MN	129	04546	0	America/Chicago
5017643	City of Beaver Creek	city-of-beaver-creek			US	MN	133	04492	0	America/Chicago
5017649	Township of Beaver	township-of-beaver	Beaver Township		US	MN	001	04384	0	America/Chicago
5017650	Township of Beaver	township-of-beaver	Beaver Township		US	MN	045	04402	0	America/Chicago
5017651	Township of Beaver	township-of-beaver	Beaver Township		US	MN	135	04420	0	America/Chicago
5017681	City of Becker	city-of-becker			US	MN	141	04618	0	America/Chicago
5017682	Township of Becker	township-of-becker	Becker Township		US	MN	021	04600	0	America/Chicago
5017683	Township of Becker	township-of-becker	Becker Township		US	MN	141	04636	0	America/Chicago
5017717	City of Bejou	city-of-bejou			US	MN	087	04672	0	America/Chicago
5017718	Township of Bejou	township-of-bejou	Bejou Township		US	MN	087	04690	0	America/Chicago
5017723	Township of Belfast	township-of-belfast	Belfast Township		US	MN	101	04708	0	America/Chicago
5017725	Township of Belgium	township-of-belgium	Belgium Township		US	MN	119	04726	0	America/Chicago
5017738	City of Belgrade	city-of-belgrade			US	MN	145	04762	0	America/Chicago
5017739	Township of Belgrade	township-of-belgrade	Belgrade Township		US	MN	103	04744	0	America/Chicago
5017755	Township of Belle Creek	township-of-belle-creek	Belle Creek Township		US	MN	049	04816	0	America/Chicago
5017763	City of Belle Plaine	city-of-belle-plaine			US	MN	139	04834	0	America/Chicago
5017764	Township of Belle Plaine	township-of-belle-plaine	Belle Plaine Township		US	MN	139	04852	0	America/Chicago
5017767	Township of Belle Prairie	township-of-belle-prairie	Belle Prairie Township		US	MN	097	04888	0	America/Chicago
5017770	Township of Belle River	township-of-belle-river	Belle River Township		US	MN	041	04924	0	America/Chicago
5017775	City of Bellechester	city-of-bellechester			US	MN	049	04798	0	America/Chicago
5017779	Township of Bellevue	township-of-bellevue	Belle Vue Township,Bellevue Township,Township of Bellevue		US	MN	097	04942	0	America/Chicago
5017787	City of Bellingham	city-of-bellingham			US	MN	073	04960	0	America/Chicago
5017802	Township of Belmont	township-of-belmont	Belmont Township		US	MN	063	04978	0	America/Chicago
5017809	City of Beltrami	city-of-beltrami			US	MN	119	05014	0	America/Chicago
5017814	Township of Belvidere	township-of-belvidere	Belvidere Township		US	MN	049	05032	0	America/Chicago
5017821	City of Belview	city-of-belview			US	MN	127	05050	0	America/Chicago
5017824	Bemidji	bemidji	Bemidji,City of Bemidji		US	MN	007	05068	12073	America/Chicago
5017826	Township of Bemidji	township-of-bemidji	Bemidji Township		US	MN	007	05086	0	America/Chicago
5017833	Township of Ben Wade	township-of-ben-wade	Ben Wade Township		US	MN	121	05302	0	America/Chicago
5017837	City of Bena	city-of-bena			US	MN	021	05104	0	America/Chicago
5017876	Township of Bennington	township-of-bennington	Bennington Township		US	MN	099	05176	0	America/Chicago
5017910	City of Benson	city-of-benson			US	MN	151	05212	0	America/Chicago
5017911	Township of Benson	township-of-benson	Benson Township		US	MN	151	05230	0	America/Chicago
5017925	Township of Benton	township-of-benton	Benton Township		US	MN	019	05266	0	America/Chicago
5017927	Township of Benville	township-of-benville	Benville Township		US	MN	007	05284	0	America/Chicago
5017960	Township of Bergen	township-of-bergen	Bergen Township		US	MN	085	05338	0	America/Chicago
5017978	Township of Berlin	township-of-berlin	Berlin Township		US	MN	147	05374	0	America/Chicago
5017985	Township of Bernadotte	township-of-bernadotte	Bernadotte Township		US	MN	103	05410	0	America/Chicago
5018013	City of Bertha	city-of-bertha			US	MN	153	05482	0	America/Chicago
5018014	Township of Bertha	township-of-bertha	Bertha Township		US	MN	153	05500	0	America/Chicago
5018020	Township of Beseman	township-of-beseman	Beseman Township		US	MN	017	05518	0	America/Chicago
5018131	City of Bethel	city-of-bethel			US	MN	003	05554	0	America/Chicago
5018200	Township of Beulah	township-of-beulah	Beulah Township		US	MN	021	05572	0	America/Chicago
5018235	Township of Big Bend	township-of-big-bend	Big Bend Township		US	MN	023	05608	0	America/Chicago
5018254	City of Big Falls	city-of-big-falls			US	MN	071	05680	0	America/Chicago
5018300	City of Big Lake	city-of-big-lake			US	MN	141	05752	0	America/Chicago
5018301	Township of Big Lake	township-of-big-lake	Big Lake Township		US	MN	141	05770	0	America/Chicago
5018376	Township of Big Stone	township-of-big-stone	Big Stone Township		US	MN	011	05788	0	America/Chicago
5018403	Township of Big Woods	township-of-big-woods	Big Woods Township		US	MN	089	05842	0	America/Chicago
5018409	City of Bigelow	city-of-bigelow			US	MN	105	05644	0	America/Chicago
5018410	Township of Bigelow	township-of-bigelow	Bigelow Township		US	MN	105	05662	0	America/Chicago
5018413	City of Bigfork	city-of-bigfork			US	MN	061	05698	0	America/Chicago
5018414	Township of Bigfork	township-of-bigfork	Bigfork Township		US	MN	061	05716	0	America/Chicago
5018432	City of Bingham Lake	city-of-bingham-lake			US	MN	033	05896	0	America/Chicago
5018441	Township of Birch Cooley	township-of-birch-cooley	Birch Cooley Township,Birch Coolie Township,Township of Birch Cooley		US	MN	129	05968	0	America/Chicago
5018447	Township of Birch Creek	township-of-birch-creek	Birch Creek Township		US	MN	115	05986	0	America/Chicago
5018484	Township of Birch Lake	township-of-birch-lake	Birch Lake Township		US	MN	021	06040	0	America/Chicago
5018485	Unorganized Territory of Birch Lake	unorganized-territory-of-birch-lake			US	MN	137	06042	0	America/Chicago
5018495	Township of Birch	township-of-birch	Birch Township		US	MN	007	05914	0	America/Chicago
5018504	Township of Birchdale	township-of-birchdale	Birch Dale Township,Birchdale Township,Township of Birchdale		US	MN	153	06022	0	America/Chicago
5018522	City of Bird Island	city-of-bird-island			US	MN	129	06076	0	America/Chicago
5018523	Township of Bird Island	township-of-bird-island	Bird Island Township		US	MN	129	06094	0	America/Chicago
5018533	City of Biscay	city-of-biscay			US	MN	085	06112	0	America/Chicago
5018535	Township of Bismarck	township-of-bismarck	Bismarck Township,Bismark Township,Township of Bismarck		US	MN	143	06130	0	America/Chicago
5018542	City of Biwabik	city-of-biwabik			US	MN	137	06148	0	America/Chicago
5018543	Township of Biwabik	township-of-biwabik	Biwabik Township		US	MN	137	06166	0	America/Chicago
5018576	Township of Black Hammer	township-of-black-hammer	Black Hammer Township		US	MN	055	06292	0	America/Chicago
5018604	Township of Black River	township-of-black-river	Black River Township		US	MN	113	06364	0	America/Chicago
5018614	Township of Blackberry	township-of-blackberry	Blackberry Township		US	MN	061	06220	0	America/Chicago
5018627	City of Blackduck	city-of-blackduck			US	MN	007	06256	0	America/Chicago
5018638	Township of Blackhoof	township-of-blackhoof	Blackhoof Township		US	MN	017	06328	0	America/Chicago
5018655	City of Blaine	city-of-blaine			US	MN	003	06382	0	America/Chicago
5018661	Township of Blakeley	township-of-blakeley	Blakeley Township		US	MN	139	06418	0	America/Chicago
5018693	Township of Blind Lake	township-of-blind-lake	Blind Lake Township		US	MN	021	06454	0	America/Chicago
5018711	City of Blomkest	city-of-blomkest			US	MN	067	06490	0	America/Chicago
5018718	Township of Bloom	township-of-bloom	Bloom Township		US	MN	105	06508	0	America/Chicago
5018719	Township of Bloomer	township-of-bloomer	Bloomer Township		US	MN	089	06535	0	America/Chicago
5018722	Township of Bloomfield	township-of-bloomfield	Bloomfield Township		US	MN	045	06544	0	America/Chicago
5018725	Township of Blooming Grove	township-of-blooming-grove	Blooming Grove Township		US	MN	161	06562	0	America/Chicago
5018736	City of Blooming Prairie	city-of-blooming-prairie			US	MN	039	06580	0	America/Chicago
5018737	Township of Blooming Prairie	township-of-blooming-prairie	Blooming Prairie Township		US	MN	147	06598	0	America/Chicago
5018743	City of Bloomington	city-of-bloomington			US	MN	053	06616	0	America/Chicago
5018745	Township of Blowers	township-of-blowers	Blowers Township		US	MN	111	06652	0	America/Chicago
5018754	Township of Blue Earth City	township-of-blue-earth-city	Blue Earth City Township		US	MN	043	06706	0	America/Chicago
5018771	City of Blue Earth	city-of-blue-earth			US	MN	043	06688	0	America/Chicago
5018776	Township of Blue Hill	township-of-blue-hill	Blue Hill Township,Bluehill Township,Township of Blue Hill		US	MN	141	06742	0	America/Chicago
5018792	Township of Blue Mounds	township-of-blue-mounds	Blue Mounds Township		US	MN	121	06760	0	America/Chicago
5018817	Township of Blueberry	township-of-blueberry	Blueberry Township		US	MN	159	06670	0	America/Chicago
5018837	City of Bluffton	city-of-bluffton			US	MN	111	06778	0	America/Chicago
5018838	Township of Bluffton	township-of-bluffton	Bluffton Township		US	MN	111	06796	0	America/Chicago
5018859	City of Bock	city-of-bock			US	MN	095	06814	0	America/Chicago
5018905	Township of Bogus Brook	township-of-bogus-brook	Bogus Brook Township		US	MN	095	06850	0	America/Chicago
5018933	Township of Bondin	township-of-bondin	Bondin Township,Bowdin Township,Township of Bondin		US	MN	101	06922	0	America/Chicago
5018953	Township of Boon Lake	township-of-boon-lake	Boon Lake Township		US	MN	129	06976	0	America/Chicago
5018985	Township of Borgholm	township-of-borgholm	Borgholm Township		US	MN	095	07012	0	America/Chicago
5018992	City of Borup	city-of-borup			US	MN	107	07030	0	America/Chicago
5019026	City of Bovey	city-of-bovey			US	MN	061	07048	0	America/Chicago
5019039	City of Bowlus	city-of-bowlus			US	MN	097	07066	0	America/Chicago
5019049	Unorganized Territory of Bowstring Lake	unorganized-territory-of-bowstring-lake			US	MN	061	07105	0	America/Chicago
5019053	Township of Bowstring	township-of-bowstring	Bowstring Township		US	MN	061	07102	0	America/Chicago
5019055	Township of Boxville	township-of-boxville	Boxville Township		US	MN	089	07120	0	America/Chicago
5019059	Township of Boy Lake	township-of-boy-lake	Boy Lake Township		US	MN	021	07156	0	America/Chicago
5019063	City of Boy River	city-of-boy-river			US	MN	021	07174	0	America/Chicago
5019064	Township of Boy River	township-of-boy-river	Boy River Township		US	MN	021	07192	0	America/Chicago
5019073	City of Boyd	city-of-boyd			US	MN	073	07138	0	America/Chicago
5019090	Township of Bradbury	township-of-bradbury	Bradbury Township		US	MN	095	07210	0	America/Chicago
5019094	Township of Bradford	township-of-bradford	Bradford Township		US	MN	059	07246	0	America/Chicago
5019095	Township of Bradford	township-of-bradford	Bradford Township		US	MN	167	07264	0	America/Chicago
5019114	City of Braham	city-of-braham			US	MN	059	07282	0	America/Chicago
5019122	City of Brainerd	city-of-brainerd			US	MN	035	07300	0	America/Chicago
5019143	City of Brandon	city-of-brandon			US	MN	041	07336	0	America/Chicago
5019144	Township of Brandon	township-of-brandon	Brandon Township		US	MN	041	07354	0	America/Chicago
5019145	Township of Brandrup	township-of-brandrup	Brandrup Township		US	MN	167	07372	0	America/Chicago
5019147	Township of Brandsvold	township-of-brandsvold	Brandsvold Township		US	MN	119	07390	0	America/Chicago
5019148	Township of Brandt	township-of-brandt	Brandt Township		US	MN	119	07408	0	America/Chicago
5019166	Township of Bray	township-of-bray	Bray Township		US	MN	113	07444	0	America/Chicago
5019180	City of Breckenridge	city-of-breckenridge			US	MN	167	07462	0	America/Chicago
5019181	Township of Breckenridge	township-of-breckenridge	Breckenridge Township		US	MN	167	07480	0	America/Chicago
5019195	City of Breezy Point	city-of-breezy-point			US	MN	035	07516	0	America/Chicago
5019196	Township of Breitung	township-of-breitung	Breitung Township		US	MN	137	07534	0	America/Chicago
5019202	Township of Bremen	township-of-bremen	Bremen Township		US	MN	115	07552	0	America/Chicago
5019217	Township of Brevator	township-of-brevator	Brevator Township		US	MN	137	07606	0	America/Chicago
5019229	City of Brewster	city-of-brewster			US	MN	105	07660	0	America/Chicago
5019242	City of Bricelyn	city-of-bricelyn			US	MN	043	07678	0	America/Chicago
5019256	Township of Bridgewater	township-of-bridgewater	Bridgewater Township		US	MN	131	07714	0	America/Chicago
5019273	Township of Brighton	township-of-brighton	Brighton Township		US	MN	103	07732	0	America/Chicago
5019280	Township of Brislet	township-of-brislet	Brislet Township		US	MN	119	07768	0	America/Chicago
5019286	Township of Bristol	township-of-bristol	Bristol Township		US	MN	045	07804	0	America/Chicago
5019301	Township of Brockway	township-of-brockway	Brockway Township		US	MN	145	07840	0	America/Chicago
5019316	Unorganized Territory of Brook Lake	unorganized-territory-of-brook-lake			US	MN	007	07918	0	America/Chicago
5019322	City of Brook Park	city-of-brook-park			US	MN	115	07984	0	America/Chicago
5019323	Township of Brook Park	township-of-brook-park	Brook Park Township		US	MN	115	08002	0	America/Chicago
5019327	Township of Brookfield	township-of-brookfield	Brookfield Township		US	MN	129	07912	0	America/Chicago
5019332	City of Brooklyn Center	city-of-brooklyn-center			US	MN	053	07948	0	America/Chicago
5019337	City of Brooklyn Park	city-of-brooklyn-park			US	MN	053	07966	0	America/Chicago
5019343	City of Brooks	city-of-brooks			US	MN	125	08038	0	America/Chicago
5019354	City of Brookston	city-of-brookston			US	MN	137	08056	0	America/Chicago
5019358	Township of Brookville	township-of-brookville	Brookville Township		US	MN	127	08074	0	America/Chicago
5019367	City of Brooten	city-of-brooten			US	MN	145	08092	0	America/Chicago
5019381	City of Browerville	city-of-browerville			US	MN	153	08110	0	America/Chicago
5019443	City of Browns Valley	city-of-browns-valley			US	MN	155	08200	0	America/Chicago
5019444	Township of Browns Valley	township-of-browns-valley	Browns Valley Township		US	MN	011	08182	0	America/Chicago
5019451	City of Brownsdale	city-of-brownsdale			US	MN	099	08164	0	America/Chicago
5019456	Township of Browns Creek	township-of-browns-creek	Browns Creek Township		US	MN	125	08146	0	America/Chicago
5019457	City of Brownsville	city-of-brownsville			US	MN	055	08218	0	America/Chicago
5019458	Township of Brownsville	township-of-brownsville	Brownsville Township		US	MN	055	08236	0	America/Chicago
5019465	City of Brownton	city-of-brownton			US	MN	085	08254	0	America/Chicago
5019471	Township of Bruce	township-of-bruce	Bruce Township		US	MN	153	08272	0	America/Chicago
5019489	City of Bruno	city-of-bruno			US	MN	115	08290	0	America/Chicago
5019490	Township of Bruno	township-of-bruno	Bruno Township		US	MN	115	08308	0	America/Chicago
5019493	Township of Brunswick	township-of-brunswick	Brunswick Township		US	MN	065	08344	0	America/Chicago
5019498	Township of Brush Creek	township-of-brush-creek	Brush Creek Township		US	MN	043	08380	0	America/Chicago
5019565	City of Buckman	city-of-buckman			US	MN	097	08416	0	America/Chicago
5019566	Township of Buckman	township-of-buckman	Buckman Township		US	MN	097	08434	0	America/Chicago
5019633	City of Buffalo Lake	city-of-buffalo-lake			US	MN	129	08488	0	America/Chicago
5019650	City of Buffalo	city-of-buffalo			US	MN	171	08452	0	America/Chicago
5019651	Township of Buffalo	township-of-buffalo	Buffalo Township		US	MN	171	08470	0	America/Chicago
5019663	Township of Buh	township-of-buh	Buh Township		US	MN	097	08506	0	America/Chicago
5019668	City of Buhl	city-of-buhl			US	MN	137	08524	0	America/Chicago
5019674	Township of Bull Moose	township-of-bull-moose	Bull Moose Township		US	MN	021	08560	0	America/Chicago
5019681	Township of Bullard	township-of-bullard	Bullard Township		US	MN	159	08542	0	America/Chicago
5019715	Township of Bungo	township-of-bungo	Bungo Township		US	MN	021	08596	0	America/Chicago
5019729	Township of Burbank	township-of-burbank	Burbank Township		US	MN	067	08614	0	America/Chicago
5019741	Township of Burke	township-of-burke	Burke Township		US	MN	117	08650	0	America/Chicago
5019743	Township of Burleene	township-of-burleene	Burleene Township		US	MN	153	08668	0	America/Chicago
5019747	Township of Burlington	township-of-burlington	Burlington Township		US	MN	005	08686	0	America/Chicago
5019762	Township of Burnhamville	township-of-burnhamville	Burnhamsville Township,Burnhamville Township,Township of Burnhamville		US	MN	153	08722	0	America/Chicago
5019766	Township of Burnstown	township-of-burnstown	Burnstown Township		US	MN	015	08776	0	America/Chicago
5019771	City of Burnsville	city-of-burnsville			US	MN	037	08794	0	America/Chicago
5019810	Township of Burton	township-of-burton	Burton Township		US	MN	173	08884	0	America/Chicago
5019814	City of Burtrum	city-of-burtrum			US	MN	153	08902	0	America/Chicago
5019818	Township of Buse	township-of-buse	Buse Township		US	MN	111	08938	0	America/Chicago
5019844	Township of Butler	township-of-butler	Butler Township		US	MN	111	08974	0	America/Chicago
5019861	City of Butterfield	city-of-butterfield			US	MN	165	08992	0	America/Chicago
5019862	Township of Butterfield	township-of-butterfield	Butterfield Township		US	MN	165	09010	0	America/Chicago
5019871	Township of Butternut Valley	township-of-butternut-valley	Butternut Valley Township		US	MN	013	09046	0	America/Chicago
5019881	Township of Buzzle	township-of-buzzle	Buzzle Township		US	MN	007	09082	0	America/Chicago
5019886	Township of Bygland	township-of-bygland	Bygland Township		US	MN	119	09118	0	America/Chicago
5019899	City of Byron	city-of-byron			US	MN	109	09154	0	America/Chicago
5019901	Township of Byron	township-of-byron	Byron Township		US	MN	021	09136	0	America/Chicago
5019902	Township of Byron	township-of-byron	Byron Township		US	MN	161	09172	0	America/Chicago
5019929	Township of Cairo	township-of-cairo	Cairo Township		US	MN	129	09208	0	America/Chicago
5019947	City of Caledonia	city-of-caledonia			US	MN	055	09226	0	America/Chicago
5019948	Township of Caledonia	township-of-caledonia	Caledonia Township		US	MN	055	09244	0	America/Chicago
5019963	City of Callaway	city-of-callaway			US	MN	005	09280	0	America/Chicago
5019964	Township of Callaway	township-of-callaway	Callaway Township		US	MN	005	09298	0	America/Chicago
5020067	Township of Cambria	township-of-cambria	Cambria Township		US	MN	013	09352	0	America/Chicago
5020086	City of Cambridge	city-of-cambridge			US	MN	059	09370	0	America/Chicago
5020087	Township of Cambridge	township-of-cambridge	Cambridge Township		US	MN	059	09388	0	America/Chicago
5020089	Township of Camden	township-of-camden	Camden Township		US	MN	019	09406	0	America/Chicago
5020101	Township of Cameron	township-of-cameron	Cameron Township		US	MN	101	09460	0	America/Chicago
5020162	Township of Camp Lake	township-of-camp-lake	Camp Lake Township		US	MN	151	09532	0	America/Chicago
5020190	Township of Camp Release	township-of-camp-release	Camp Release Township		US	MN	073	09550	0	America/Chicago
5020209	Township of Camp	township-of-camp	Camp Township		US	MN	129	09478	0	America/Chicago
5020229	Township of Campbell	township-of-campbell	Campbell Township		US	MN	167	09514	0	America/Chicago
5020242	City of Campbell	city-of-campbell			US	MN	167	09496	0	America/Chicago
5020261	City of Canby	city-of-canby			US	MN	173	09604	0	America/Chicago
5020264	Township of Candor	township-of-candor	Candor Township		US	MN	111	09622	0	America/Chicago
5020276	Township of Canisteo	township-of-canisteo	Canisteo Township		US	MN	039	09640	0	America/Chicago
5020278	Township of Cannon City	township-of-cannon-city	Cannon City Township		US	MN	131	09712	0	America/Chicago
5020297	City of Cannon Falls	city-of-cannon-falls			US	MN	049	09730	0	America/Chicago
5020298	Township of Cannon Falls	township-of-cannon-falls	Cannon Falls Township		US	MN	049	09748	0	America/Chicago
5020316	Township of Cannon	township-of-cannon	Cannon Township		US	MN	069	09676	0	America/Chicago
5020331	Township of Canosia	township-of-canosia	Canosia Township		US	MN	137	09784	0	America/Chicago
5020344	City of Canton	city-of-canton			US	MN	045	09802	0	America/Chicago
5020345	Township of Canton	township-of-canton	Canton Township		US	MN	045	09820	0	America/Chicago
5020392	Township of Carimona	township-of-carimona	Carimona Township		US	MN	045	09910	0	America/Chicago
5020400	Township of Carlisle	township-of-carlisle	Carlisle Township		US	MN	111	09946	0	America/Chicago
5020406	City of Carlos	city-of-carlos			US	MN	041	09964	0	America/Chicago
5020408	Township of Carlos	township-of-carlos	Carlos Township		US	MN	041	09982	0	America/Chicago
5020412	Township of Caribou	township-of-caribou	Caribou Township		US	MN	069	09874	0	America/Chicago
5020427	Township of Carlston	township-of-carlston	Carlston Township		US	MN	047	10000	0	America/Chicago
5020433	City of Carlton	city-of-carlton			US	MN	017	10018	0	America/Chicago
5020466	Township of Carpenter	township-of-carpenter	Carpenter Township		US	MN	061	10072	0	America/Chicago
5020480	Township of Carrolton	township-of-carrolton	Carrolton Township		US	MN	045	10090	0	America/Chicago
5020486	Township of Carson	township-of-carson	Carson Township		US	MN	033	10108	0	America/Chicago
5020487	Township of Carsonville	township-of-carsonville	Carsonville Township		US	MN	005	10126	0	America/Chicago
5020507	City of Carver	city-of-carver			US	MN	019	10144	0	America/Chicago
5020520	Township of Cascade	township-of-cascade	Cascade Township		US	MN	109	10180	0	America/Chicago
5020541	Township of Cashel	township-of-cashel	Cashel Township		US	MN	151	10216	0	America/Chicago
5020553	City of Cass Lake	city-of-cass-lake			US	MN	021	10252	0	America/Chicago
5020562	Township of Castle Rock	township-of-castle-rock	Castle Rock Township		US	MN	037	10306	0	America/Chicago
5020673	Township of Cedar Lake	township-of-cedar-lake	Cedar Lake Township		US	MN	139	10450	0	America/Chicago
5020683	Township of Cedar Mills	township-of-cedar-mills	Cedar Mills Township		US	MN	093	10486	0	America/Chicago
5020704	Township of Cedar Valley	township-of-cedar-valley	Cedar Valley Township		US	MN	137	10540	0	America/Chicago
5020705	Township of Cedar	township-of-cedar	Cedar Township		US	MN	089	10360	0	America/Chicago
5020706	Township of Cedar	township-of-cedar	Cedar Township		US	MN	091	10378	0	America/Chicago
5020707	Township of Cedarbend	township-of-cedarbend	Cedarbend Township		US	MN	135	10414	0	America/Chicago
5020732	City of Center City	city-of-center-city	Center City,City of Center City		US	MN	025	10576	628	America/Chicago
5020739	Township of Center Creek	township-of-center-creek	Center Creek Township		US	MN	091	10594	0	America/Chicago
5020750	Township of Center	township-of-center	Center Township		US	MN	035	10567	0	America/Chicago
5020755	City of Centerville	city-of-centerville			US	MN	003	10648	0	America/Chicago
5020825	Township of Ceresco	township-of-ceresco	Ceresco Township		US	MN	013	10756	0	America/Chicago
5020827	Township of Cerro Gordo	township-of-cerro-gordo	Cerre Gordo Township,Cerro Gordo Township,Cerrogordo Township,Township of Cerro Gordo		US	MN	073	10774	0	America/Chicago
5020837	City of Ceylon	city-of-ceylon			US	MN	091	10792	0	America/Chicago
5020858	Township of Champion	township-of-champion	Champion Township		US	MN	167	10828	0	America/Chicago
5020860	City of Champlin	city-of-champlin			US	MN	053	10846	0	America/Chicago
5020879	City of Chandler	city-of-chandler			US	MN	101	10900	0	America/Chicago
5020882	City of Chanhassen	city-of-chanhassen			US	MN	019	10918	0	America/Chicago
5020903	Township of Charlestown	township-of-charlestown	Charleston Township,Charlestown Township,Township of Charlestown		US	MN	127	10936	0	America/Chicago
5020926	Township of Chanarambie	township-of-chanarambie	Chanarambie Township		US	MN	101	10882	0	America/Chicago
5020941	City of Chaska	city-of-chaska			US	MN	019	10972	0	America/Chicago
5020956	City of Chatfield	city-of-chatfield			US	MN	045	11008	0	America/Chicago
5020957	Township of Chatfield	township-of-chatfield	Chatfield Township		US	MN	045	11026	0	America/Chicago
5020958	Township of Chatham	township-of-chatham	Chatham Township		US	MN	171	11062	0	America/Chicago
5020967	Township of Chengwatana	township-of-chengwatana	Chengwatana Township,Chengwatona Township,Township of Chengwatana		US	MN	115	11098	0	America/Chicago
5020979	Township of Cherry Grove	township-of-cherry-grove	Cherry Grove Township		US	MN	049	11188	0	America/Chicago
5020984	Township of Cherry	township-of-cherry	Cherry Township		US	MN	137	11134	0	America/Chicago
5020997	Township of Chester	township-of-chester	Chester Township		US	MN	119	11224	0	America/Chicago
5020998	Township of Chester	township-of-chester	Chester Township		US	MN	157	11242	0	America/Chicago
5021005	City of Chickamaw Beach	city-of-chickamaw-beach			US	MN	021	11296	0	America/Chicago
5021016	Township of Chief	township-of-chief	Chief Township		US	MN	087	11314	0	America/Chicago
5021049	Township of Chippewa Falls	township-of-chippewa-falls	Chippewa Falls Township		US	MN	121	11332	0	America/Chicago
5021064	City of Chisago City	city-of-chisago-city	Chisago City,City of Chisago City		US	MN	025	11350	4967	America/Chicago
5021080	Township of Chisago Lake	township-of-chisago-lake	Chisago Lake Township		US	MN	025	11368	0	America/Chicago
5021105	City of Chokio	city-of-chokio			US	MN	149	11440	0	America/Chicago
5021184	Township of Christiania	township-of-christiania	Christiania Township		US	MN	063	11476	0	America/Chicago
5021206	City of Chisholm	city-of-chisholm			US	MN	137	11386	0	America/Chicago
5021324	City of Circle Pines	city-of-circle-pines			US	MN	003	11494	0	America/Chicago
5021353	City of Clara City	city-of-clara-city	City of Clara City,Clara City		US	MN	023	11548	1360	America/Chicago
5021378	City of Claremont	city-of-claremont			US	MN	039	11566	0	America/Chicago
5021379	Township of Claremont	township-of-claremont	Claremont Township		US	MN	039	11584	0	America/Chicago
5021388	City of Clarissa	city-of-clarissa			US	MN	153	11602	0	America/Chicago
5021401	Township of Clark	township-of-clark	Clark Township		US	MN	043	11638	0	America/Chicago
5021424	City of Clarkfield	city-of-clarkfield			US	MN	173	11656	0	America/Chicago
5021433	City of Clarks Grove	city-of-clarks-grove			US	MN	047	11674	0	America/Chicago
5021442	Township of Clark	township-of-clark	Clark Township		US	MN	001	11620	0	America/Chicago
5021446	Township of Clay	township-of-clay	Clay Township		US	MN	057	11682	0	America/Chicago
5021454	Township of Clayton	township-of-clayton	Clayton Township		US	MN	099	11728	0	America/Chicago
5021463	Unorganized Territory of Clear Creek	unorganized-territory-of-clear-creek			US	MN	017	11750	0	America/Chicago
5021516	City of Clear Lake	city-of-clear-lake			US	MN	141	11764	0	America/Chicago
5021517	Township of Clear Lake	township-of-clear-lake	Clear Lake Township		US	MN	141	11782	0	America/Chicago
5021524	City of Clearbrook	city-of-clearbrook			US	MN	029	11746	0	America/Chicago
5021559	City of Clearwater	city-of-clearwater			US	MN	171	11800	0	America/Chicago
5021560	Township of Clearwater	township-of-clearwater	Clear Water Township,Clearwater Township,Township of Clearwater		US	MN	171	11818	0	America/Chicago
5021574	City of Clements	city-of-clements			US	MN	127	11836	0	America/Chicago
5021588	City of Cleveland	city-of-cleveland			US	MN	079	11872	0	America/Chicago
5021589	Township of Cleveland	township-of-cleveland	Cleveland Township		US	MN	079	11890	0	America/Chicago
5021598	Township of Clifton	township-of-clifton	Clifton Township		US	MN	083	11926	0	America/Chicago
5021599	Township of Clifton	township-of-clifton	Clifton Township		US	MN	155	11944	0	America/Chicago
5021602	City of Climax	city-of-climax			US	MN	119	11962	0	America/Chicago
5021612	Township of Clinton Falls	township-of-clinton-falls	Clinton Falls Township		US	MN	147	12052	0	America/Chicago
5021617	City of Clinton	city-of-clinton			US	MN	011	11980	0	America/Chicago
5021618	Township of Clinton	township-of-clinton	Clinton Township		US	MN	133	11998	0	America/Chicago
5021619	Township of Clinton	township-of-clinton	Clinton Township		US	MN	137	12016	0	America/Chicago
5021622	City of Clitherall	city-of-clitherall			US	MN	111	12088	0	America/Chicago
5021623	Township of Clitherall	township-of-clitherall	Clitheral Township,Clitherall Township,Township of Clitherall		US	MN	111	12106	0	America/Chicago
5021630	City of Clontarf	city-of-clontarf			US	MN	151	12124	0	America/Chicago
5021631	Township of Clontarf	township-of-clontarf	Clontarf Township		US	MN	151	12142	0	America/Chicago
5021645	City of Cloquet	city-of-cloquet			US	MN	017	12160	0	America/Chicago
5021663	Township of Cloverleaf	township-of-cloverleaf	Clover Leaf Township,Township of Clover Leaf,Township of Cloverleaf		US	MN	113	12304	0	America/Chicago
5021666	Township of Clover	township-of-clover	Clover Township		US	MN	029	12214	0	America/Chicago
5021667	Township of Clover	township-of-clover	Clover Township		US	MN	057	12232	0	America/Chicago
5021668	Township of Clover	township-of-clover	Clover Township		US	MN	087	12250	0	America/Chicago
5021669	Township of Clover	township-of-clover	Clover Township		US	MN	115	12268	0	America/Chicago
5021679	Township of Clow	township-of-clow	Clow Township		US	MN	069	12340	0	America/Chicago
5021692	City of Coates	city-of-coates			US	MN	037	12376	0	America/Chicago
5021705	City of Cobden	city-of-cobden			US	MN	015	12394	0	America/Chicago
5021737	City of Cokato	city-of-cokato			US	MN	171	12430	0	America/Chicago
5021738	Township of Cokato	township-of-cokato	Cokato Township		US	MN	171	12448	0	America/Chicago
5021759	City of Cold Spring	city-of-cold-spring			US	MN	145	12484	0	America/Chicago
5021771	City of Coleraine	city-of-coleraine			US	MN	061	12502	0	America/Chicago
5021774	Township of Colfax	township-of-colfax	Colfax Township		US	MN	067	12538	0	America/Chicago
5021786	Township of Collegeville	township-of-collegeville	Collegeville Township		US	MN	145	12592	0	America/Chicago
5021793	Township of Collins	township-of-collins	Collins Township		US	MN	085	12610	0	America/Chicago
5021802	Township of Collinwood	township-of-collinwood	Collinwood Township		US	MN	093	12628	0	America/Chicago
5021808	City of Cologne	city-of-cologne			US	MN	019	12664	0	America/Chicago
5021817	City of Columbia Heights	city-of-columbia-heights			US	MN	003	12700	0	America/Chicago
5021820	Township of Columbia	township-of-columbia	Columbia Township		US	MN	119	12682	0	America/Chicago
5021835	Township of Colvin	township-of-colvin	Colvin Township		US	MN	137	12736	0	America/Chicago
5021837	Township of Comfort	township-of-comfort	Comfort Township		US	MN	065	12754	0	America/Chicago
5021845	City of Comfrey	city-of-comfrey			US	MN	015	12772	0	America/Chicago
5021886	Township of Como	township-of-como	Como Township		US	MN	089	12808	0	America/Chicago
5021890	Township of Compton	township-of-compton	Compton Township		US	MN	111	12844	0	America/Chicago
5021895	City of Comstock	city-of-comstock			US	MN	027	12862	0	America/Chicago
5021896	Township of Comstock	township-of-comstock	Comstock Township		US	MN	089	12880	0	America/Chicago
5021909	Township of Concord	township-of-concord	Concord Township		US	MN	039	12934	0	America/Chicago
5021933	City of Conger	city-of-conger			US	MN	047	12952	0	America/Chicago
5021953	Township of Connelly	township-of-connelly	Connelly Township		US	MN	167	12970	0	America/Chicago
5021990	City of Cook	city-of-cook			US	MN	137	13006	0	America/Chicago
5022029	City of Coon Rapids	city-of-coon-rapids			US	MN	003	13114	0	America/Chicago
5022032	Township of Coon Creek	township-of-coon-creek	Coon Creek Township		US	MN	083	13078	0	America/Chicago
5022045	Township of Copley	township-of-copley	Copley Township		US	MN	029	13150	0	America/Chicago
5022053	City of Corcoran	city-of-corcoran			US	MN	053	13168	0	America/Chicago
5022057	Township of Cordova	township-of-cordova	Cordova Township		US	MN	079	13204	0	America/Chicago
5022063	Township of Corinna	township-of-corinna	Corinna Township		US	MN	171	13222	0	America/Chicago
5022067	Township of Corliss	township-of-corliss	Corliss Township		US	MN	111	13240	0	America/Chicago
5022069	Township of Cormant	township-of-cormant	Cormant Township		US	MN	007	13258	0	America/Chicago
5022073	Township of Cormorant	township-of-cormorant	Cormorant Township		US	MN	005	13294	0	America/Chicago
5022092	Township of Cornish	township-of-cornish	Cornish Township		US	MN	001	13330	0	America/Chicago
5022093	Township of Cornish	township-of-cornish	Cornish Township		US	MN	143	13348	0	America/Chicago
5022105	City of Correll	city-of-correll			US	MN	011	13384	0	America/Chicago
5022131	City of Cosmos	city-of-cosmos			US	MN	093	13420	0	America/Chicago
5022132	Township of Cosmos	township-of-cosmos	Cosmos Township		US	MN	093	13438	0	America/Chicago
5022136	City of Cottage Grove	city-of-cottage-grove			US	MN	163	13456	0	America/Chicago
5022146	Township of Cotton	township-of-cotton	Cotton Township		US	MN	137	13528	0	America/Chicago
5022176	Township of Cottonwood	township-of-cottonwood	Cottonwood Township		US	MN	015	13546	0	America/Chicago
5023271	City of Courtland	city-of-courtland			US	MN	103	13582	0	America/Chicago
5023272	Township of Courtland	township-of-courtland	Courtland Township		US	MN	103	13600	0	America/Chicago
5023288	City of Cottonwood	city-of-cottonwood			US	MN	083	13564	0	America/Chicago
5023361	Township of Crane Lake	township-of-crane-lake	Crane Lake Township		US	MN	137	13656	0	America/Chicago
5023364	Township of Crate	township-of-crate	Crate Township		US	MN	023	13672	0	America/Chicago
5023374	Township of Credit River	township-of-credit-river	Credit River Township		US	MN	139	13726	0	America/Chicago
5023411	Township of Croke	township-of-croke	Croke Township		US	MN	155	13762	0	America/Chicago
5023415	City of Cromwell	city-of-cromwell			US	MN	017	13780	0	America/Chicago
5023416	Township of Cromwell	township-of-cromwell	Cromwell Township		US	MN	027	13798	0	America/Chicago
5023430	Township of Crooked Creek	township-of-crooked-creek	Crooked Creek Township		US	MN	055	13816	0	America/Chicago
5023459	Township of Crooked Lake	township-of-crooked-lake	Crooked Lake Township		US	MN	021	13834	0	America/Chicago
5023464	Township of Crooks	township-of-crooks	Crooks Township		US	MN	129	13852	0	America/Chicago
5023469	City of Crookston	city-of-crookston			US	MN	119	13870	0	America/Chicago
5023470	Township of Crookston	township-of-crookston	Crookston Township		US	MN	119	13888	0	America/Chicago
5023475	City of Crosby	city-of-crosby			US	MN	035	13924	0	America/Chicago
5023476	Township of Crosby	township-of-crosby	Crosby Township		US	MN	115	13942	0	America/Chicago
5023506	City of Crosslake	city-of-crosslake			US	MN	035	13978	0	America/Chicago
5023523	Township of Crow Lake	township-of-crow-lake	Crow Lake Township		US	MN	145	14032	0	America/Chicago
5023539	Township of Crow River	township-of-crow-river	Crow River Township		US	MN	145	14086	0	America/Chicago
5023548	Township of Crow Wing Lake	township-of-crow-wing-lake	Crow Wing Lake Township		US	MN	057	14140	0	America/Chicago
5023555	Township of Crow Wing	township-of-crow-wing	Crow Wing Township		US	MN	035	14122	0	America/Chicago
5023575	Township of Crystal Bay	township-of-crystal-bay	Crystal Bay Township		US	MN	075	14194	0	America/Chicago
5023601	City of Crystal	city-of-crystal			US	MN	053	14158	0	America/Chicago
5023612	Township of Cuba	township-of-cuba	Cuba Township		US	MN	005	14230	0	America/Chicago
5023619	Township of Culdrum	township-of-culdrum	Culdrum Township		US	MN	097	14248	0	America/Chicago
5023627	Township of Culver	township-of-culver	Culver Township		US	MN	137	14284	0	America/Chicago
5023648	City of Currie	city-of-currie			US	MN	101	14320	0	America/Chicago
5023666	Township of Cushing	township-of-cushing	Cushing Township		US	MN	097	14356	0	America/Chicago
5023672	Township of Custer	township-of-custer	Custer Township		US	MN	083	14392	0	America/Chicago
5023690	City of Cuyuna	city-of-cuyuna			US	MN	035	14428	0	America/Chicago
5023704	City of Cyrus	city-of-cyrus			US	MN	121	14446	0	America/Chicago
5023721	Township of Daggett Brook	township-of-daggett-brook	Daggett Brook Township		US	MN	035	14464	0	America/Chicago
5023736	Township of Dahlgren	township-of-dahlgren	Dahlgren Township		US	MN	019	14482	0	America/Chicago
5023740	Township of Dailey	township-of-dailey	Dailey Township		US	MN	095	14500	0	America/Chicago
5023760	City of Dakota	city-of-dakota			US	MN	169	14518	0	America/Chicago
5023768	Township of Dalbo	township-of-dalbo	Dalbo Township		US	MN	059	14572	0	America/Chicago
5023781	Township of Dale	township-of-dale	Dale Township		US	MN	033	14608	0	America/Chicago
5023790	City of Dalton	city-of-dalton			US	MN	111	14626	0	America/Chicago
5023809	Township of Dane Prairie	township-of-dane-prairie	Dane Prairie Township		US	MN	111	14644	0	America/Chicago
5023816	Township of Danforth	township-of-danforth	Danforth Township		US	MN	115	14680	0	America/Chicago
5023822	Township of Danielson	township-of-danielson	Danielson Township		US	MN	093	14698	0	America/Chicago
5023841	City of Danube	city-of-danube			US	MN	129	14716	0	America/Chicago
5023848	City of Danvers	city-of-danvers			US	MN	151	14734	0	America/Chicago
5023850	Township of Danville	township-of-danville	Danville Township		US	MN	013	14752	0	America/Chicago
5023859	City of Darfur	city-of-darfur			US	MN	165	14770	0	America/Chicago
5023872	Township of Darling	township-of-darling	Darling Township		US	MN	097	14806	0	America/Chicago
5023873	Township of Darnen	township-of-darnen	Darnen Township		US	MN	149	14824	0	America/Chicago
5023887	City of Darwin	city-of-darwin			US	MN	093	14842	0	America/Chicago
5023889	Township of Darwin	township-of-darwin	Darwin Township		US	MN	093	14860	0	America/Chicago
5023909	City of Dassel	city-of-dassel			US	MN	093	14878	0	America/Chicago
5023910	Township of Dassel	township-of-dassel	Dassel Township		US	MN	093	14896	0	America/Chicago
5023918	Unorganized Territory of Davidson	unorganized-territory-of-davidson			US	MN	001	14903	0	America/Chicago
5023928	Township of Davis	township-of-davis	Davis Township		US	MN	069	14950	0	America/Chicago
5023955	City of Dawson	city-of-dawson			US	MN	073	14968	0	America/Chicago
5023973	City of Dayton	city-of-dayton			US	MN	053	15022	0	America/Chicago
5023981	City of De Graff	city-of-de-graff			US	MN	151	15418	0	America/Chicago
5024003	Township of Dead Lake	township-of-dead-lake	Dead Lake Township		US	MN	111	15076	0	America/Chicago
5024031	Township of Decoria	township-of-decoria	Decoria Township		US	MN	013	15130	0	America/Chicago
5024045	City of Deephaven	city-of-deephaven			US	MN	053	15148	0	America/Chicago
5024065	City of Deer Creek	city-of-deer-creek			US	MN	111	15184	0	America/Chicago
5024066	Township of Deer Creek	township-of-deer-creek	Deer Creek Township		US	MN	111	15202	0	America/Chicago
5024090	Unorganized Territory of Deer Lake	unorganized-territory-of-deer-lake			US	MN	061	15277	0	America/Chicago
5024097	Township of Deer Park	township-of-deer-park	Deer Park Township		US	MN	113	15292	0	America/Chicago
5024105	City of Deer River	city-of-deer-river			US	MN	061	15310	0	America/Chicago
5024106	Township of Deer River	township-of-deer-river	Deer River Township		US	MN	061	15328	0	America/Chicago
5024108	Township of Deer	township-of-deer	Deer Township		US	MN	135	15166	0	America/Chicago
5024114	Township of Deerfield	township-of-deerfield	Deerfield Township		US	MN	021	15220	0	America/Chicago
5024115	Township of Deerfield	township-of-deerfield	Deerfield Township		US	MN	147	15256	0	America/Chicago
5024122	Township of Deerhorn	township-of-deerhorn	Deerhorn Township		US	MN	167	15274	0	America/Chicago
5024127	City of Deerwood	city-of-deerwood			US	MN	035	15346	0	America/Chicago
5024128	Township of Deerwood	township-of-deerwood	Deer Wood Township,Deerwood Township,Township of Deerwood		US	MN	035	15364	0	America/Chicago
5024129	Township of Deerwood	township-of-deerwood	Deerwood Township		US	MN	069	15382	0	America/Chicago
5024136	Township of Delafield	township-of-delafield	Delafield Township		US	MN	063	15436	0	America/Chicago
5024149	City of Delano	city-of-delano			US	MN	171	15454	0	America/Chicago
5024155	City of Delavan	city-of-delavan			US	MN	043	15472	0	America/Chicago
5024156	Township of Delavan	township-of-delavan	Delavan Township		US	MN	043	15490	0	America/Chicago
5024157	Township of Delaware	township-of-delaware	Delaware Township		US	MN	051	15508	0	America/Chicago
5024170	City of Delhi	city-of-delhi			US	MN	127	15544	0	America/Chicago
5024171	Township of Delhi	township-of-delhi	Delhi Township		US	MN	127	15562	0	America/Chicago
5024177	Township of Dell Grove	township-of-dell-grove	Dell Grove Township		US	MN	115	15598	0	America/Chicago
5024182	City of Dellwood	city-of-dellwood			US	MN	163	15616	0	America/Chicago
5024189	Township of Delton	township-of-delton	Delton Township		US	MN	033	15652	0	America/Chicago
5024199	City of Denham	city-of-denham			US	MN	115	15670	0	America/Chicago
5024203	Township of Denmark	township-of-denmark	Denmark Township		US	MN	163	15688	0	America/Chicago
5024210	City of Dennison	city-of-dennison			US	MN	049	15706	0	America/Chicago
5024214	City of Dent	city-of-dent			US	MN	111	15724	0	America/Chicago
5024216	Township of Denver	township-of-denver	Denver Township		US	MN	133	15742	0	America/Chicago
5024223	Township of Derrynane	township-of-derrynane	Derrynane Township		US	MN	079	15760	0	America/Chicago
5024227	Township of Des Moines River	township-of-des-moines-river	Des Moines River Township		US	MN	101	15778	0	America/Chicago
5024228	Township of Des Moines	township-of-des-moines	Des Moines Township		US	MN	063	15769	0	America/Chicago
5024239	City of Detroit Lakes	city-of-detroit-lakes			US	MN	005	15832	0	America/Chicago
5024241	Township of Detroit	township-of-detroit	Detroit Township		US	MN	005	15814	0	America/Chicago
5024267	Township of Dewald	township-of-dewald	Dewald Township		US	MN	105	15850	0	America/Chicago
5024272	Township of Dewey	township-of-dewey	Dewey Township		US	MN	135	15868	0	America/Chicago
5024279	City of Dexter	city-of-dexter			US	MN	099	15886	0	America/Chicago
5024280	Township of Dexter	township-of-dexter	Dexter Township		US	MN	099	15904	0	America/Chicago
5024300	Township of Diamond Lake	township-of-diamond-lake	Diamond Lake Township		US	MN	081	15940	0	America/Chicago
5024317	Township of Dieter	township-of-dieter	Dieter Township		US	MN	135	15958	0	America/Chicago
5024325	City of Dilworth	city-of-dilworth			US	MN	027	15976	0	America/Chicago
5024431	City of Dodge Center	city-of-dodge-center			US	MN	039	15994	0	America/Chicago
5024476	Township of Dollymount	township-of-dollymount	Dollymount Township		US	MN	155	16012	0	America/Chicago
5024495	City of Donaldson	city-of-donaldson			US	MN	069	16030	0	America/Chicago
5024502	City of Donnelly	city-of-donnelly			US	MN	149	16084	0	America/Chicago
5024503	Township of Donnelly	township-of-donnelly	Donnelly Township		US	MN	089	16066	0	America/Chicago
5024504	Township of Donnelly	township-of-donnelly	Donnelly Township		US	MN	149	16102	0	America/Chicago
5024516	Township of Dora	township-of-dora	Dora Township		US	MN	111	16120	0	America/Chicago
5024523	City of Doran	city-of-doran			US	MN	167	16156	0	America/Chicago
5024560	Township of Douglas	township-of-douglas	Douglas Township		US	MN	037	16228	0	America/Chicago
5024571	City of Dover	city-of-dover			US	MN	109	16264	0	America/Chicago
5024572	Township of Dover	township-of-dover	Dover Township		US	MN	109	16282	0	America/Chicago
5024577	City of Dovray	city-of-dovray			US	MN	101	16300	0	America/Chicago
5024578	Township of Dovray	township-of-dovray	Dovray Township		US	MN	101	16318	0	America/Chicago
5024581	Township of Dovre	township-of-dovre	Dovre Township		US	MN	067	16336	0	America/Chicago
5024602	Township of Drammen	township-of-drammen	Drammen Township		US	MN	081	16372	0	America/Chicago
5024615	Township of Dresbach	township-of-dresbach	Dresbach Township		US	MN	169	16408	0	America/Chicago
5024662	Township of Dublin	township-of-dublin	Dublin Township		US	MN	151	16444	0	America/Chicago
5024667	Township of Dryden	township-of-dryden	Dryden Township		US	MN	143	16426	0	America/Chicago
5024701	Township of Dudley	township-of-dudley	Dudley Township		US	MN	029	16462	0	America/Chicago
5024729	City of Duluth	city-of-duluth			US	MN	137	17000	0	America/Chicago
5024730	Township of Duluth	township-of-duluth	Duluth Township		US	MN	137	17018	0	America/Chicago
5024744	City of Dumont	city-of-dumont			US	MN	155	17090	0	America/Chicago
5024752	Township of Dunbar	township-of-dunbar	Dunbar Township		US	MN	043	17108	0	America/Chicago
5024757	City of Dundas	city-of-dundas			US	MN	131	17126	0	America/Chicago
5024763	City of Dundee	city-of-dundee			US	MN	105	17144	0	America/Chicago
5024770	Township of Dunn	township-of-dunn	Dunn Township		US	MN	111	17162	0	America/Chicago
5024777	City of Dunnell	city-of-dunnell			US	MN	091	17180	0	America/Chicago
5024790	Township of Durand	township-of-durand	Durand Township		US	MN	007	17234	0	America/Chicago
5024826	City of Eagan	city-of-eagan			US	MN	037	17288	0	America/Chicago
5024835	City of Eagle Bend	city-of-eagle-bend			US	MN	153	17342	0	America/Chicago
5024888	City of Eagle Lake	city-of-eagle-lake			US	MN	013	17378	0	America/Chicago
5024889	Township of Eagle Lake	township-of-eagle-lake	Eagle Lake Township		US	MN	111	17396	0	America/Chicago
5024899	Township of Eagle Point	township-of-eagle-point	Eagle Point Township		US	MN	089	17414	0	America/Chicago
5024904	Township of Eagle Valley	township-of-eagle-valley	Eagle Valley Township		US	MN	153	17450	0	America/Chicago
5024905	Township of Eagle View	township-of-eagle-view	Eagle View Township		US	MN	005	17455	0	America/Chicago
5024906	Township of Eagle	township-of-eagle	Eagle Township		US	MN	017	17332	0	America/Chicago
5024914	Township of Eagles Nest	township-of-eagles-nest	Eagles Nest Township		US	MN	137	17440	0	America/Chicago
5024939	City of East Bethel	city-of-east-bethel			US	MN	003	17486	0	America/Chicago
5024972	Township of East Chain	township-of-east-chain	East Chain Township		US	MN	091	17522	0	America/Chicago
5024976	Unorganized Territory of East Cook	unorganized-territory-of-east-cook			US	MN	031	17531	0	America/Chicago
5024986	Unorganized Territory of East Cass	unorganized-territory-of-east-cass			US	MN	021	17495	0	America/Chicago
5024997	City of East Grand Forks	city-of-east-grand-forks			US	MN	119	17612	0	America/Chicago
5025003	City of East Gull Lake	city-of-east-gull-lake			US	MN	021	17630	0	America/Chicago
5025023	Township of East Lake Lillian	township-of-east-lake-lillian	East Lake Lillian Township		US	MN	067	17702	0	America/Chicago
5025049	Township of East Park	township-of-east-park	East Park Township		US	MN	089	17756	0	America/Chicago
5025053	Unorganized Territory of East Koochiching	unorganized-territory-of-east-koochiching			US	MN	071	17660	0	America/Chicago
5025077	Township of East Side	township-of-east-side	East Side Township		US	MN	095	17810	0	America/Chicago
5025097	Township of East Valley	township-of-east-valley	East Valley Township		US	MN	089	17864	0	America/Chicago
5025117	Township of Eastern	township-of-eastern	Eastern Township		US	MN	111	17576	0	America/Chicago
5025132	City of Easton	city-of-easton			US	MN	043	17738	0	America/Chicago
5025192	City of Echo	city-of-echo			US	MN	173	17900	0	America/Chicago
5025193	Township of Echo	township-of-echo	Echo Township		US	MN	173	17918	0	America/Chicago
5025197	Township of Eckles	township-of-eckles	Eckles Township		US	MN	007	17954	0	America/Chicago
5025200	Township of Eckvoll	township-of-eckvoll	Eckvoll Township		US	MN	089	17972	0	America/Chicago
5025210	Township of Eddy	township-of-eddy	Eddy Township		US	MN	029	18008	0	America/Chicago
5025218	Township of Eden Lake	township-of-eden-lake	Eden Lake Township		US	MN	145	18098	0	America/Chicago
5025222	City of Eden Prairie	city-of-eden-prairie			US	MN	053	18116	0	America/Chicago
5025244	City of Eden Valley	city-of-eden-valley			US	MN	093	18134	0	America/Chicago
5025245	Township of Eden	township-of-eden	Eden Township		US	MN	015	18026	0	America/Chicago
5025246	Township of Eden	township-of-eden	Eden Township		US	MN	117	18062	0	America/Chicago
5025247	Township of Eden	township-of-eden	Eden Township		US	MN	119	18080	0	America/Chicago
5025256	City of Edgerton	city-of-edgerton			US	MN	117	18152	0	America/Chicago
5025269	City of Edina	city-of-edina			US	MN	053	18188	0	America/Chicago
5025273	Township of Edison	township-of-edison	Edison Township		US	MN	151	18206	0	America/Chicago
5025282	Township of Edna	township-of-edna	Edna Township		US	MN	111	18224	0	America/Chicago
5025292	Township of Edwards	township-of-edwards	Edwards Township		US	MN	067	18242	0	America/Chicago
5025298	City of Effie	city-of-effie			US	MN	061	18260	0	America/Chicago
5025299	Unorganized Territory of Effie	unorganized-territory-of-effie			US	MN	061	18265	0	America/Chicago
5025300	Township of Effington	township-of-effington	Effington Township		US	MN	111	18278	0	America/Chicago
5025317	Township of Eglon	township-of-eglon	Eglon Township		US	MN	027	18314	0	America/Chicago
5025332	Township of Eidsvold	township-of-eidsvold	Eidsvold Township		US	MN	083	18332	0	America/Chicago
5025357	City of Eitzen	city-of-eitzen			US	MN	055	18368	0	America/Chicago
5025369	City of Elba	city-of-elba			US	MN	169	18386	0	America/Chicago
5025370	Township of Elba	township-of-elba	Elba Township		US	MN	169	18404	0	America/Chicago
5025400	City of Elbow Lake	city-of-elbow-lake			US	MN	051	18458	0	America/Chicago
5025401	Township of Elbow Lake	township-of-elbow-lake	Elbow Lake Township		US	MN	051	18476	0	America/Chicago
5025407	Township of Eldorado	township-of-eldorado	Eldorado Township		US	MN	149	18494	0	America/Chicago
5025426	City of Elgin	city-of-elgin			US	MN	157	18530	0	America/Chicago
5025427	Township of Elgin	township-of-elgin	Elgin Township		US	MN	157	18548	0	America/Chicago
5025452	City of Elizabeth	city-of-elizabeth			US	MN	111	18566	0	America/Chicago
5025455	Township of Elizabeth	township-of-elizabeth	Elizabeth Township		US	MN	111	18584	0	America/Chicago
5025467	Township of Elk Lake	township-of-elk-lake	Elk Lake Township		US	MN	051	18620	0	America/Chicago
5025488	City of Elk River	city-of-elk-river			US	MN	141	18674	0	America/Chicago
5025489	Township of Elk	township-of-elk	Elk Township		US	MN	105	18602	0	America/Chicago
5025501	City of Elkton	city-of-elkton			US	MN	099	18728	0	America/Chicago
5025502	Township of Elkton	township-of-elkton	Elkton Township		US	MN	027	18710	0	America/Chicago
5025518	City of Ellendale	city-of-ellendale			US	MN	147	18746	0	America/Chicago
5025525	Township of Ellington	township-of-ellington	Ellington Township		US	MN	039	18764	0	America/Chicago
5025541	Township of Ellsborough	township-of-ellsborough	Ellsborough Township		US	MN	101	18782	0	America/Chicago
5025542	Township of Ellsburg	township-of-ellsburg	Ellsburg Township		US	MN	137	18800	0	America/Chicago
5025552	City of Ellsworth	city-of-ellsworth			US	MN	105	18836	0	America/Chicago
5025553	Township of Ellsworth	township-of-ellsworth	Ellsworth Township		US	MN	093	18818	0	America/Chicago
5025563	Township of Elm Creek	township-of-elm-creek	Elm Creek Township		US	MN	091	18854	0	America/Chicago
5025584	City of Elmdale	city-of-elmdale			US	MN	097	18872	0	America/Chicago
5025585	Township of Elmdale	township-of-elmdale	Elmdale Township		US	MN	097	18890	0	America/Chicago
5025590	Township of Elmer	township-of-elmer	Elmer Township		US	MN	117	18908	0	America/Chicago
5025591	Township of Elmer	township-of-elmer	Elmer Township		US	MN	137	18944	0	America/Chicago
5025594	Township of Elmira	township-of-elmira	Elmira Township		US	MN	109	18962	0	America/Chicago
5025598	Township of Elmo	township-of-elmo	Elmo Township		US	MN	111	18980	0	America/Chicago
5025604	City of Elmore	city-of-elmore			US	MN	043	18998	0	America/Chicago
5025605	Township of Elmore	township-of-elmore	Elmore Township		US	MN	043	19016	0	America/Chicago
5025613	Township of Elmwood	township-of-elmwood	Elmwood Township		US	MN	027	19052	0	America/Chicago
5025618	City of Elrosa	city-of-elrosa			US	MN	145	19088	0	America/Chicago
5025637	City of Ely	city-of-ely			US	MN	137	19142	0	America/Chicago
5025646	City of Elysian	city-of-elysian			US	MN	079	19160	0	America/Chicago
5025647	Township of Elysian	township-of-elysian	Elysian Township		US	MN	079	19178	0	America/Chicago
5025652	Township of Emardville	township-of-emardville	Emardville Township		US	MN	125	19196	0	America/Chicago
5025672	Township of Emerald	township-of-emerald	Emerald Township		US	MN	043	19268	0	America/Chicago
5025683	Township of Embarrass	township-of-embarrass	Embarrass Township		US	MN	137	19232	0	America/Chicago
5025687	City of Emily	city-of-emily			US	MN	035	19286	0	America/Chicago
5025732	Township of Emmet	township-of-emmet	Emmet Township		US	MN	129	19322	0	America/Chicago
5025739	City of Emmons	city-of-emmons			US	MN	047	19340	0	America/Chicago
5025743	Township of Empire	township-of-empire	Empire Township		US	MN	037	19376	0	America/Chicago
5025783	Township of Enstrom	township-of-enstrom	Enstrom Township		US	MN	135	19466	0	America/Chicago
5025786	Township of Enterprise	township-of-enterprise	Enterprise Township		US	MN	063	19484	0	America/Chicago
5025796	Township of Equality	township-of-equality	Equality Township		US	MN	125	19502	0	America/Chicago
5025805	Township of Erdahl	township-of-erdahl	Erdahl Township,Erdal Township,Township of Erdahl		US	MN	051	19538	0	America/Chicago
5025808	City of Erhard	city-of-erhard			US	MN	111	19556	0	America/Chicago
5025810	Township of Erhards Grove	township-of-erhards-grove	Erhards Grove Township		US	MN	111	19574	0	America/Chicago
5025830	Township of Ericson	township-of-ericson	Ericson Township		US	MN	129	19628	0	America/Chicago
5025843	Township of Erie	township-of-erie	Erie Township		US	MN	005	19646	0	America/Chicago
5025846	Township of Erin	township-of-erin	Erin Township		US	MN	131	19682	0	America/Chicago
5025856	City of Erskine	city-of-erskine			US	MN	119	19700	0	America/Chicago
5025866	Township of Espelie	township-of-espelie	Espelee Township,Espelie Township,Esplee Township,Township of Espelie		US	MN	089	19736	0	America/Chicago
5025891	Township of Esther	township-of-esther	Esther Township		US	MN	119	19790	0	America/Chicago
5025902	Township of Euclid	township-of-euclid	Euclid Township		US	MN	119	19862	0	America/Chicago
5025909	Township of Eureka	township-of-eureka	Eureka Township		US	MN	037	19871	0	America/Chicago
5025914	City of Evan	city-of-evan			US	MN	015	19880	0	America/Chicago
5025968	City of Evansville	city-of-evansville			US	MN	041	19898	0	America/Chicago
5025969	Township of Evansville	township-of-evansville	Evansville Township		US	MN	041	19916	0	America/Chicago
5025977	City of Eveleth	city-of-eveleth			US	MN	137	19934	0	America/Chicago
5025992	Township of Everglade	township-of-everglade	Everglade Township		US	MN	149	19970	0	America/Chicago
5026030	Township of Evergreen	township-of-evergreen	Evergreen Township		US	MN	005	20006	0	America/Chicago
5026039	Township of Ewington	township-of-ewington	Ewington Township		US	MN	063	20042	0	America/Chicago
5026041	Township of Excel	township-of-excel	Excel Township		US	MN	089	20060	0	America/Chicago
5026048	City of Excelsior	city-of-excelsior			US	MN	053	20078	0	America/Chicago
5026058	Township of Everts	township-of-everts	Everts Township		US	MN	111	20024	0	America/Chicago
5026063	City of Eyota	city-of-eyota			US	MN	109	20114	0	America/Chicago
5026064	Township of Eyota	township-of-eyota	Eyota Township		US	MN	109	20132	0	America/Chicago
5026080	Township of Fahlun	township-of-fahlun	Fahlun Township		US	MN	067	20150	0	America/Chicago
5026084	Township of Fair Haven	township-of-fair-haven	Fair Haven Township		US	MN	145	20294	0	America/Chicago
5026093	Township of Fairbanks	township-of-fairbanks	Fairbanks Township		US	MN	137	20186	0	America/Chicago
5026099	City of Fairfax	city-of-fairfax			US	MN	129	20222	0	America/Chicago
5026100	Township of Fairfax	township-of-fairfax	Fairfax Township		US	MN	119	20204	0	America/Chicago
5026105	Township of Fairfield	township-of-fairfield	Fairfield Township		US	MN	035	20240	0	America/Chicago
5026106	Township of Fairfield	township-of-fairfield	Fairfield Township		US	MN	151	20258	0	America/Chicago
5026126	City of Fairmont	city-of-fairmont			US	MN	091	20330	0	America/Chicago
5026127	Township of Fairmont	township-of-fairmont	Fairmont Township		US	MN	091	20348	0	America/Chicago
5026165	Township of Fairview	township-of-fairview	Fairview Township		US	MN	021	20366	0	America/Chicago
5026166	Township of Fairview	township-of-fairview	Fairview Township		US	MN	083	20384	0	America/Chicago
5026253	City of Falcon Heights	city-of-falcon-heights			US	MN	123	20420	0	America/Chicago
5026258	Township of Falk	township-of-falk	Falk Township		US	MN	029	20438	0	America/Chicago
5026262	Township of Fall Lake	township-of-fall-lake	Fall Lake Township		US	MN	075	20456	0	America/Chicago
5026274	Township of Falun	township-of-falun	Falun Township		US	MN	135	20492	0	America/Chicago
5026287	Township of Fanny	township-of-fanny	Fanny Township		US	MN	119	20510	0	America/Chicago
5026290	Township of Farden	township-of-farden	Farden Township		US	MN	057	20528	0	America/Chicago
5026300	City of Faribault	city-of-faribault			US	MN	131	20546	0	America/Chicago
5026307	Township of Farley	township-of-farley	Farley Township		US	MN	119	20564	0	America/Chicago
5026312	Township of Farm Island	township-of-farm-island	Farm Island Township		US	MN	001	20654	0	America/Chicago
5026320	Township of Farming	township-of-farming	Farming Township		US	MN	145	20600	0	America/Chicago
5026322	City of Farmington	city-of-farmington			US	MN	037	20618	0	America/Chicago
5026323	Township of Farmington	township-of-farmington	Farmington Township		US	MN	109	20636	0	America/Chicago
5026341	City of Farwell	city-of-farwell			US	MN	121	20690	0	America/Chicago
5026362	Township of Fawn Lake	township-of-fawn-lake	Fawn Lake Township		US	MN	153	20708	0	America/Chicago
5026364	Township of Faxon	township-of-faxon	Faxon Township		US	MN	143	20726	0	America/Chicago
5026371	Township of Fayal	township-of-fayal	Fayal Township		US	MN	137	20762	0	America/Chicago
5026377	Township of Featherstone	township-of-featherstone	Featherstone Township		US	MN	049	20780	0	America/Chicago
5026381	City of Federal Dam	city-of-federal-dam			US	MN	021	20798	0	America/Chicago
5026388	Township of Feeley	township-of-feeley	Feeley Township		US	MN	061	20816	0	America/Chicago
5026402	City of Felton	city-of-felton			US	MN	027	20834	0	America/Chicago
5026403	Township of Felton	township-of-felton	Felton Township		US	MN	027	20852	0	America/Chicago
5026413	Township of Fenton	township-of-fenton	Fenton Township		US	MN	101	20888	0	America/Chicago
5026421	City of Fergus Falls	city-of-fergus-falls			US	MN	111	20906	0	America/Chicago
5026422	Township of Fergus Falls	township-of-fergus-falls	Fergus Falls Township		US	MN	111	20924	0	America/Chicago
5026433	Township of Fern	township-of-fern	Fern Township		US	MN	057	20942	0	America/Chicago
5026447	City of Fertile	city-of-fertile			US	MN	119	20978	0	America/Chicago
5026457	Township of Field	township-of-field	Field Township		US	MN	137	20996	0	America/Chicago
5026458	Township of Fieldon	township-of-fieldon	Fieldon Township		US	MN	165	21014	0	America/Chicago
5026470	City of Fifty Lakes	city-of-fifty-lakes			US	MN	035	21032	0	America/Chicago
5026489	Township of Fillmore	township-of-fillmore	Fillmore Township		US	MN	045	21068	0	America/Chicago
5026499	Township of Fine Lakes	township-of-fine-lakes	Fine Lakes Township		US	MN	137	21086	0	America/Chicago
5026519	City of Finlayson	city-of-finlayson			US	MN	115	21122	0	America/Chicago
5026520	Township of Finlayson	township-of-finlayson	Finlayson Township		US	MN	115	21140	0	America/Chicago
5026842	Township of Fish Lake	township-of-fish-lake	Fish Lake Township		US	MN	025	21194	0	America/Chicago
5026854	City of Fisher	city-of-fisher			US	MN	119	21158	0	America/Chicago
5026855	Township of Fisher	township-of-fisher	Fisher Township		US	MN	119	21176	0	America/Chicago
5026931	Township of Fleming	township-of-fleming	Fleming Township		US	MN	001	21230	0	America/Chicago
5026932	Township of Fleming	township-of-fleming	Fleming Township		US	MN	115	21248	0	America/Chicago
5026937	City of Flensburg	city-of-flensburg			US	MN	097	21266	0	America/Chicago
5026956	Township of Flom	township-of-flom	Flom Township		US	MN	107	21320	0	America/Chicago
5026967	Township of Floodwood	township-of-floodwood	Floodwood Township		US	MN	137	21356	0	America/Chicago
5026971	Township of Flora	township-of-flora	Flora Township		US	MN	129	21374	0	America/Chicago
5026978	City of Florence	city-of-florence			US	MN	083	21410	0	America/Chicago
5026980	Township of Florence	township-of-florence	Florence Township		US	MN	049	21392	0	America/Chicago
5026989	City of Floodwood	city-of-floodwood			US	MN	137	21338	0	America/Chicago
5026997	Township of Florida	township-of-florida	Florida Township		US	MN	173	21464	0	America/Chicago
5027003	Township of Flowing	township-of-flowing	Flowing Township		US	MN	027	21482	0	America/Chicago
5027020	Township of Foldahl	township-of-foldahl	Foldahl Township,Foldal Township,Township of Foldahl		US	MN	089	21500	0	America/Chicago
5027024	Township of Folden	township-of-folden	Folden Township		US	MN	111	21518	0	America/Chicago
5027043	City of Foley	city-of-foley			US	MN	009	21536	0	America/Chicago
5027052	Township of Folsom	township-of-folsom	Folsom Township		US	MN	155	21554	0	America/Chicago
5027085	City of Forada	city-of-forada			US	MN	041	21608	0	America/Chicago
5027091	Township of Ford	township-of-ford	Ford Township		US	MN	065	21644	0	America/Chicago
5027098	Township of Forest City	township-of-forest-city	Forest City Township		US	MN	093	21734	0	America/Chicago
5027121	City of Forest Lake	city-of-forest-lake			US	MN	163	21770	0	America/Chicago
5027132	Township of Forest	township-of-forest	Forest Township		US	MN	005	21671	0	America/Chicago
5027133	Township of Forest	township-of-forest	Forest Township		US	MN	131	21680	0	America/Chicago
5027136	City of Foreston	city-of-foreston			US	MN	095	21824	0	America/Chicago
5027141	Township of Forest Prairie	township-of-forest-prairie	Forest Prairie Township		US	MN	093	21842	0	America/Chicago
5027143	Township of Forestville	township-of-forestville	Forestville Township,Forrestville Township,Township of Forestville		US	MN	045	21860	0	America/Chicago
5027147	Township of Fork	township-of-fork	Fork Township		US	MN	089	21878	0	America/Chicago
5027173	City of Fort Ripley	city-of-fort-ripley			US	MN	035	21932	0	America/Chicago
5027174	Township of Fort Ripley	township-of-fort-ripley	Fort Ripley Township		US	MN	035	21950	0	America/Chicago
5027178	Unorganized Territory of Fort Snelling	unorganized-territory-of-fort-snelling			US	MN	053	21965	0	America/Chicago
5027180	Township of Fortier	township-of-fortier	Fortier Township		US	MN	173	21914	0	America/Chicago
5027193	City of Fosston	city-of-fosston			US	MN	119	21986	0	America/Chicago
5027195	Township of Fossum	township-of-fossum	Fossum Township		US	MN	107	22022	0	America/Chicago
5027203	Township of Foster	township-of-foster	Foster Township		US	MN	011	22058	0	America/Chicago
5027204	Township of Foster	township-of-foster	Foster Township		US	MN	043	22076	0	America/Chicago
5027220	Township of Fountain Prairie	township-of-fountain-prairie	Fountain Prairie Township		US	MN	117	22130	0	America/Chicago
5027221	City of Fountain	city-of-fountain			US	MN	045	22094	0	America/Chicago
5027222	Township of Fountain	township-of-fountain	Fountain Township		US	MN	045	22112	0	America/Chicago
5027277	Township of Fox Lake	township-of-fox-lake	Fox Lake Township		US	MN	091	22256	0	America/Chicago
5027288	City of Foxhome	city-of-foxhome			US	MN	167	22202	0	America/Chicago
5027289	Township of Foxhome	township-of-foxhome	Foxhome Township		US	MN	167	22220	0	America/Chicago
5027294	Township of Framnas	township-of-framnas	Framnas Township		US	MN	149	22274	0	America/Chicago
5027312	Township of Franconia	township-of-franconia	Franconia Township		US	MN	025	22310	0	America/Chicago
5027328	Township of Frankford	township-of-frankford	Frankford Township		US	MN	099	22328	0	America/Chicago
5027351	City of Franklin	city-of-franklin			US	MN	129	22364	0	America/Chicago
5027354	Township of Franklin	township-of-franklin	Franklin Township		US	MN	171	22400	0	America/Chicago
5027365	Township of Fraser	township-of-fraser	Fraser Township		US	MN	091	22436	0	America/Chicago
5027367	City of Frazee	city-of-frazee			US	MN	005	22472	0	America/Chicago
5027376	Township of Fredenberg	township-of-fredenberg	Fredenberg Township		US	MN	137	22508	0	America/Chicago
5027411	City of Freeborn	city-of-freeborn			US	MN	047	22526	0	America/Chicago
5027412	Township of Freeborn	township-of-freeborn	Freeborn Township		US	MN	047	22544	0	America/Chicago
5027425	Township of Freedom	township-of-freedom	Freedom Township		US	MN	161	22598	0	America/Chicago
5027426	Township of Freeland	township-of-freeland	Freeland Township		US	MN	073	22616	0	America/Chicago
5027428	Township of Freeman	township-of-freeman	Freeman Township		US	MN	047	22634	0	America/Chicago
5027438	City of Freeport	city-of-freeport			US	MN	145	22652	0	America/Chicago
5027449	Township of Fremont	township-of-fremont	Fremont Township		US	MN	169	22688	0	America/Chicago
5027465	Township of French Lake	township-of-french-lake	French Lake Township		US	MN	171	22760	0	America/Chicago
5027469	Township of French	township-of-french	French Township		US	MN	137	22724	0	America/Chicago
5027476	Township of Friberg	township-of-friberg	Friberg Township		US	MN	111	22796	0	America/Chicago
5027485	City of Fridley	city-of-fridley			US	MN	003	22814	0	America/Chicago
5027496	Township of Friendship	township-of-friendship	Friendship Township		US	MN	173	22832	0	America/Chicago
5027515	Township of Frohn	township-of-frohn	Frohn Township		US	MN	007	22886	0	America/Chicago
5027544	City of Frost	city-of-frost			US	MN	043	22940	0	America/Chicago
5027569	City of Fulda	city-of-fulda			US	MN	101	22958	0	America/Chicago
5027589	City of Funkley	city-of-funkley			US	MN	007	22976	0	America/Chicago
5027627	Township of Gail Lake	township-of-gail-lake	Gail Lake Township		US	MN	035	23012	0	America/Chicago
5027636	Township of Galena	township-of-galena	Galena Township		US	MN	091	23030	0	America/Chicago
5027640	Township of Gales	township-of-gales	Gales Township		US	MN	127	23048	0	America/Chicago
5027669	Township of Garden City	township-of-garden-city	Garden City Township		US	MN	013	23102	0	America/Chicago
5027681	Township of Garden	township-of-garden	Garden Township		US	MN	119	23066	0	America/Chicago
5027700	City of Garfield	city-of-garfield			US	MN	041	23120	0	America/Chicago
5027701	Township of Garfield	township-of-garfield	Garfield Township		US	MN	073	23138	0	America/Chicago
5027702	Township of Garfield	township-of-garfield	Garfield Township		US	MN	119	23156	0	America/Chicago
5027705	Township of Garnes	township-of-garnes	Garnes Township		US	MN	125	23174	0	America/Chicago
5027713	Township of Garrison	township-of-garrison	Garrison Township		US	MN	035	23210	0	America/Chicago
5027718	City of Garrison	city-of-garrison			US	MN	035	23192	0	America/Chicago
5027725	City of Garvin	city-of-garvin			US	MN	083	23228	0	America/Chicago
5027731	City of Gary	city-of-gary			US	MN	107	23246	0	America/Chicago
5027760	City of Gaylord	city-of-gaylord			US	MN	143	23300	0	America/Chicago
5027775	City of Gem Lake	city-of-gem-lake			US	MN	123	23318	0	America/Chicago
5027790	City of Geneva	city-of-geneva			US	MN	047	23354	0	America/Chicago
5027792	Township of Geneva	township-of-geneva	Geneva Township		US	MN	047	23372	0	America/Chicago
5027794	Township of Gennessee	township-of-gennessee	Gennessee Township		US	MN	067	23390	0	America/Chicago
5027803	City of Genola	city-of-genola			US	MN	097	23444	0	America/Chicago
5027806	Township of Gentilly	township-of-gentilly	Gentilly Township		US	MN	119	23480	0	America/Chicago
5027845	City of Georgetown	city-of-georgetown			US	MN	027	23498	0	America/Chicago
5027846	Township of Georgetown	township-of-georgetown	George Town Township,Georgetown Township,Township of Georgetown		US	MN	027	23516	0	America/Chicago
5027881	Township of Germania	township-of-germania	Germania Township		US	MN	153	23552	0	America/Chicago
5027885	Township of Germantown	township-of-germantown	Germantown Township		US	MN	033	23570	0	America/Chicago
5027891	Township of Gervais	township-of-gervais	Gervais Township		US	MN	125	23588	0	America/Chicago
5027908	Township of Getty	township-of-getty	Getty Township		US	MN	145	23606	0	America/Chicago
5027913	Unorganized Territory of Gheen	unorganized-territory-of-gheen			US	MN	137	23632	0	America/Chicago
5027918	City of Ghent	city-of-ghent			US	MN	083	23660	0	America/Chicago
5027928	City of Gibbon	city-of-gibbon			US	MN	143	23678	0	America/Chicago
5027952	City of Gilbert	city-of-gilbert			US	MN	137	23714	0	America/Chicago
5027959	Township of Gilchrist	township-of-gilchrist	Gilchrist Township		US	MN	121	23750	0	America/Chicago
5027977	Township of Gillford	township-of-gillford	Gillford Township,Guilford Township,Township of Gillford		US	MN	157	23786	0	America/Chicago
5027982	City of Gilman	city-of-gilman			US	MN	009	23804	0	America/Chicago
5027983	Township of Gilmanton	township-of-gilmanton	Gilmanton Township		US	MN	009	23822	0	America/Chicago
5028001	Township of Girard	township-of-girard	Girard Township		US	MN	111	23840	0	America/Chicago
5028021	Township of Glasgow	township-of-glasgow	Glasgow Township		US	MN	157	23894	0	America/Chicago
5028041	Township of Glen	township-of-glen	Glen Township		US	MN	001	23930	0	America/Chicago
5028057	City of Glencoe	city-of-glencoe			US	MN	085	23948	0	America/Chicago
5028058	Township of Glencoe	township-of-glencoe	Glencoe Township		US	MN	085	23966	0	America/Chicago
5028068	Township of Glendorado	township-of-glendorado	Glendorado Township		US	MN	009	24020	0	America/Chicago
5028084	City of Glenville	city-of-glenville			US	MN	047	24056	0	America/Chicago
5028107	City of Glenwood	city-of-glenwood			US	MN	121	24074	0	America/Chicago
5028108	Township of Glenwood	township-of-glenwood	Glenwood Township		US	MN	121	24092	0	America/Chicago
5028127	City of Glyndon	city-of-glyndon			US	MN	027	24182	0	America/Chicago
5028128	Township of Glyndon	township-of-glyndon	Glyndon Township		US	MN	027	24200	0	America/Chicago
5028133	Township of Gnesen	township-of-gnesen	Gnesen Township		US	MN	137	24218	0	America/Chicago
5028141	Township of Godfrey	township-of-godfrey	Godfrey Township		US	MN	119	24254	0	America/Chicago
5028168	City of Golden Valley	city-of-golden-valley			US	MN	053	24308	0	America/Chicago
5028169	Township of Golden Valley	township-of-golden-valley	Golden Valley Township		US	MN	135	24326	0	America/Chicago
5028176	City of Gonvick	city-of-gonvick			US	MN	029	24344	0	America/Chicago
5028182	Township of Good Hope	township-of-good-hope	Good Hope Township		US	MN	061	24362	0	America/Chicago
5028183	Township of Good Hope	township-of-good-hope	Good Hope Township		US	MN	107	24380	0	America/Chicago
5028229	City of Good Thunder	city-of-good-thunder			US	MN	013	24506	0	America/Chicago
5028242	City of Goodhue	city-of-goodhue			US	MN	049	24398	0	America/Chicago
5028243	Township of Goodhue	township-of-goodhue	Goodhue Township		US	MN	049	24416	0	America/Chicago
5028246	Township of Goodland	township-of-goodland	Goodland Township		US	MN	061	24452	0	America/Chicago
5028257	City of Goodridge	city-of-goodridge			US	MN	113	24470	0	America/Chicago
5028258	Township of Goodridge	township-of-goodridge	Goodridge Township		US	MN	113	24488	0	America/Chicago
5028265	City of Goodview	city-of-goodview			US	MN	169	24524	0	America/Chicago
5028322	Township of Goose Prairie	township-of-goose-prairie	Goose Prairie Township		US	MN	027	24542	0	America/Chicago
5028336	Township of Gordon	township-of-gordon	Gordon Township		US	MN	153	24578	0	America/Chicago
5028351	Township of Gorman	township-of-gorman	Gorman Township		US	MN	111	24632	0	America/Chicago
5028353	Township of Gorton	township-of-gorton	Gorton Township		US	MN	051	24650	0	America/Chicago
5028366	Township of Gould	township-of-gould	Gould Township		US	MN	021	24686	0	America/Chicago
5028445	Township of Grace	township-of-grace	Grace Township		US	MN	023	24722	0	America/Chicago
5028464	City of Graceville	city-of-graceville			US	MN	011	24758	0	America/Chicago
5028465	Township of Graceville	township-of-graceville	Graceville Township		US	MN	011	24776	0	America/Chicago
5028469	Township of Grafton	township-of-grafton	Grafton Township		US	MN	143	24794	0	America/Chicago
5028478	Township of Graham Lakes	township-of-graham-lakes	Graham Lakes Township		US	MN	105	24848	0	America/Chicago
5028479	Township of Graham	township-of-graham	Graham Township		US	MN	009	24812	0	America/Chicago
5028488	City of Granada	city-of-granada			US	MN	091	24884	0	America/Chicago
5028489	Township of Granby	township-of-granby	Granby Township		US	MN	103	24902	0	America/Chicago
5028493	Township of Grand Forks	township-of-grand-forks	Grand Forks Township		US	MN	119	24938	0	America/Chicago
5028499	Township of Grand Lake	township-of-grand-lake	Grand Lake Township		US	MN	137	24956	0	America/Chicago
5028505	City of Grand Marais	city-of-grand-marais			US	MN	031	24992	0	America/Chicago
5028519	City of Grand Meadow	city-of-grand-meadow			US	MN	099	25010	0	America/Chicago
5028520	Township of Grand Meadow	township-of-grand-meadow	Grand Meadow Township		US	MN	099	25028	0	America/Chicago
5028524	Township of Grand Plain	township-of-grand-plain	Grand Plain Township		US	MN	089	25046	0	America/Chicago
5028534	Unorganized Territory of Grand Portage	unorganized-territory-of-grand-portage			US	MN	031	25071	0	America/Chicago
5028536	Township of Grand Prairie	township-of-grand-prairie	Grand Prairie Township		US	MN	105	25100	0	America/Chicago
5028556	Township of Grandview	township-of-grandview	Grandview Township		US	MN	083	25154	0	America/Chicago
5028566	Township of Grange	township-of-grange	Grange Township		US	MN	117	25208	0	America/Chicago
5028596	City of Granite Falls	city-of-granite-falls			US	MN	173	25280	0	America/Chicago
5028597	Township of Granite Falls	township-of-granite-falls	Granite Falls Township		US	MN	023	25262	0	America/Chicago
5028602	Township of Granite Ledge	township-of-granite-ledge	Granite Ledge Township		US	MN	009	25298	0	America/Chicago
5028606	Township of Granite Rock	township-of-granite-rock	Granite Rock Township		US	MN	127	25316	0	America/Chicago
5028608	Township of Granite	township-of-granite	Granite Township		US	MN	097	25244	0	America/Chicago
5028630	Township of Grant Valley	township-of-grant-valley	Grant Valley Township		US	MN	007	25352	0	America/Chicago
5028631	Township of Granville	township-of-granville	Granville Township		US	MN	069	25370	0	America/Chicago
5028669	Township of Grass Lake	township-of-grass-lake	Grass Lake Township		US	MN	065	25406	0	America/Chicago
5028673	City of Grasston	city-of-grasston			US	MN	065	25424	0	America/Chicago
5028686	Township of Grattan	township-of-grattan	Grattan Township		US	MN	061	25460	0	America/Chicago
5028699	Township of Gray	township-of-gray	Gray Township		US	MN	117	25478	0	America/Chicago
5028707	Township of Great Bend	township-of-great-bend	Great Bend Township		US	MN	033	25514	0	America/Chicago
5028717	Township of Great Scott	township-of-great-scott	Great Scott Township		US	MN	137	25550	0	America/Chicago
5028735	City of Green Isle	city-of-green-isle			US	MN	143	25658	0	America/Chicago
5028736	Township of Green Isle	township-of-green-isle	Green Isle Township		US	MN	143	25676	0	America/Chicago
5028759	Township of Green Lake	township-of-green-lake	Green Lake Township		US	MN	067	25694	0	America/Chicago
5028767	Township of Green Meadow	township-of-green-meadow	Green Meadow Township		US	MN	107	25766	0	America/Chicago
5028772	Township of Green Prairie	township-of-green-prairie	Green Prairie Township		US	MN	097	25784	0	America/Chicago
5028782	Township of Green Valley	township-of-green-valley	Green Valley Township		US	MN	005	25820	0	America/Chicago
5028790	City of Greenbush	city-of-greenbush			US	MN	135	25604	0	America/Chicago
5028791	Township of Greenbush	township-of-greenbush	Greenbush Township		US	MN	095	25586	0	America/Chicago
5028802	City of Greenfield	city-of-greenfield			US	MN	053	25622	0	America/Chicago
5028803	Township of Greenfield	township-of-greenfield	Greenfield Township		US	MN	157	25640	0	America/Chicago
5028822	Township of Greenleaf	township-of-greenleaf	Greenleaf Township		US	MN	093	25730	0	America/Chicago
5028830	Township of Greenvale	township-of-greenvale	Green Vale Township,Greenvale Township,Township of Greenvale		US	MN	037	25802	0	America/Chicago
5028835	City of Greenwald	city-of-greenwald			US	MN	145	25874	0	America/Chicago
5028837	Township of Greenway	township-of-greenway	Greenway Township		US	MN	061	25892	0	America/Chicago
5028871	Township of Greenwood	township-of-greenwood	Greenwood Township		US	MN	029	25910	0	America/Chicago
5028872	Township of Greenwood	township-of-greenwood	Greenwood Township		US	MN	137	25928	0	America/Chicago
5028881	Township of Gregory	township-of-gregory	Gregory Township		US	MN	087	25946	0	America/Chicago
5028888	Township of Grey Cloud Island	township-of-grey-cloud-island	Grey Cloud Island Township		US	MN	163	25982	0	America/Chicago
5028896	City of Grey Eagle	city-of-grey-eagle			US	MN	153	26000	0	America/Chicago
5028897	Township of Grey Eagle	township-of-grey-eagle	Grey Eagle Township		US	MN	153	26018	0	America/Chicago
5028909	Township of Grimstad	township-of-grimstad	Grimstad Township		US	MN	135	26036	0	America/Chicago
5028938	City of Grove City	city-of-grove-city	City of Grove City,Grove City		US	MN	093	26126	635	America/Chicago
5028964	Township of Grove Lake	township-of-grove-lake	Grove Lake Township		US	MN	121	26162	0	America/Chicago
5028969	Township of Grove Park-Tilden	township-of-grove-park-tilden	Grove Park Township,Grove Park-Tilden Township,Tilden Township,Township of Grove Park-Tilden		US	MN	119	26190	0	America/Chicago
5028973	Township of Grove	township-of-grove	Grave Township,Grove Township,Township of Grove		US	MN	145	26090	0	America/Chicago
5028987	City of Grygla	city-of-grygla			US	MN	089	26216	0	America/Chicago
5029028	City of Gully	city-of-gully			US	MN	119	26270	0	America/Chicago
5029029	Township of Gully	township-of-gully	Gully Township		US	MN	119	26288	0	America/Chicago
5029071	Township of Guthrie	township-of-guthrie	Guthrie Township		US	MN	057	26360	0	America/Chicago
5029086	City of Hackensack	city-of-hackensack			US	MN	021	26378	0	America/Chicago
5029103	City of Hadley	city-of-hadley			US	MN	101	26450	0	America/Chicago
5029112	Township of Hagali	township-of-hagali	Hagali Township		US	MN	007	26468	0	America/Chicago
5029122	Township of Hagen	township-of-hagen	Hagen Township		US	MN	027	26504	0	America/Chicago
5029131	Township of Halden	township-of-halden	Halden Township		US	MN	137	26522	0	America/Chicago
5029137	Township of Hale	township-of-hale	Hale Township		US	MN	085	26540	0	America/Chicago
5029156	City of Hallock	city-of-hallock			US	MN	069	26576	0	America/Chicago
5029157	Township of Hallock	township-of-hallock	Hallock Township		US	MN	069	26594	0	America/Chicago
5029165	City of Halma	city-of-halma			US	MN	069	26612	0	America/Chicago
5029168	City of Halstad	city-of-halstad			US	MN	107	26630	0	America/Chicago
5029169	Township of Halstad	township-of-halstad	Halstad Township		US	MN	107	26648	0	America/Chicago
5029186	City of Ham Lake	city-of-ham-lake			US	MN	003	26738	0	America/Chicago
5029190	City of Hamburg	city-of-hamburg			US	MN	019	26666	0	America/Chicago
5029192	Township of Hamden	township-of-hamden	Hamden Township		US	MN	005	26684	0	America/Chicago
5029204	Township of Hamlin	township-of-hamlin	Hamlin Township		US	MN	073	26774	0	America/Chicago
5029213	Township of Hammer	township-of-hammer	Hammer Township		US	MN	173	26792	0	America/Chicago
5029219	City of Hammond	city-of-hammond			US	MN	157	26828	0	America/Chicago
5029220	Township of Hammond	township-of-hammond	Hammond Township		US	MN	119	26810	0	America/Chicago
5029223	Township of Hampden	township-of-hampden	Hampden Township		US	MN	069	26846	0	America/Chicago
5029227	City of Hampton	city-of-hampton			US	MN	037	26864	0	America/Chicago
5029228	Township of Hampton	township-of-hampton	Hampton Township		US	MN	037	26882	0	America/Chicago
5029231	Township of Hamre	township-of-hamre	Hamre Township		US	MN	007	26900	0	America/Chicago
5029243	City of Hancock	city-of-hancock			US	MN	149	26936	0	America/Chicago
5029244	Township of Hancock	township-of-hancock	Hancock Township		US	MN	019	26918	0	America/Chicago
5029255	Township of Hangaard	township-of-hangaard	Hangaard Township		US	MN	029	26954	0	America/Chicago
5029267	City of Hanley Falls	city-of-hanley-falls			US	MN	173	26972	0	America/Chicago
5029281	City of Hanover	city-of-hanover			US	MN	171	26990	0	America/Chicago
5029297	City of Hanska	city-of-hanska			US	MN	015	27008	0	America/Chicago
5029322	Township of Hansonville	township-of-hansonville	Hansonville Township		US	MN	081	27026	0	America/Chicago
5029325	Township of Hantho	township-of-hantho	Hantho Township		US	MN	073	27044	0	America/Chicago
5029345	City of Harding	city-of-harding			US	MN	097	27098	0	America/Chicago
5029352	City of Hardwick	city-of-hardwick			US	MN	133	27116	0	America/Chicago
5029385	City of Harmony	city-of-harmony			US	MN	045	27188	0	America/Chicago
5029386	Township of Harmony	township-of-harmony	Harmony Township		US	MN	045	27206	0	America/Chicago
5029421	City of Harris	city-of-harris			US	MN	025	27278	0	America/Chicago
5029422	Township of Harris	township-of-harris	Harris Township		US	MN	061	27296	0	America/Chicago
5029437	Township of Harrison	township-of-harrison	Harrison Township		US	MN	067	27314	0	America/Chicago
5029453	Township of Hart Lake	township-of-hart-lake	Hart Lake Township		US	MN	057	27386	0	America/Chicago
5029454	Township of Hart	township-of-hart	Hart Township		US	MN	169	27350	0	America/Chicago
5029457	Township of Hartford	township-of-hartford	Hartford Township		US	MN	153	27368	0	America/Chicago
5029464	City of Hartland	city-of-hartland			US	MN	047	27404	0	America/Chicago
5029465	Township of Hartland	township-of-hartland	Hartland Township		US	MN	047	27422	0	America/Chicago
5029487	Township of Harvey	township-of-harvey	Harvey Township		US	MN	093	27440	0	America/Chicago
5029493	Township of Hassan Valley	township-of-hassan-valley	Hassan Valley Township		US	MN	085	27494	0	America/Chicago
5029501	City of Hastings	city-of-hastings			US	MN	037	27530	0	America/Chicago
5029516	City of Hatfield	city-of-hatfield			US	MN	117	27566	0	America/Chicago
5029529	Township of Haugen	township-of-haugen	Haugen Township		US	MN	001	27602	0	America/Chicago
5029543	Township of Havana	township-of-havana	Havana Township		US	MN	147	27638	0	America/Chicago
5029548	Township of Havelock	township-of-havelock	Havelock Township		US	MN	023	27656	0	America/Chicago
5029550	Township of Haven	township-of-haven	Haven Township		US	MN	141	27674	0	America/Chicago
5029553	Township of Haverhill	township-of-haverhill	Haverhill Township		US	MN	109	27692	0	America/Chicago
5029561	Township of Hawk Creek	township-of-hawk-creek	Hawk Creek Township		US	MN	129	27728	0	America/Chicago
5029574	City of Hawley	city-of-hawley			US	MN	027	27746	0	America/Chicago
5029575	Township of Hawley	township-of-hawley	Hawley Township		US	MN	027	27764	0	America/Chicago
5029583	Township of Hay Brook	township-of-hay-brook	Hay Brook Township		US	MN	065	27782	0	America/Chicago
5029620	Township of Hay Creek	township-of-hay-creek	Hay Creek Township		US	MN	049	27818	0	America/Chicago
5029637	Unorganized Territory of Hay Lake	unorganized-territory-of-hay-lake			US	MN	137	27899	0	America/Chicago
5029656	Township of Hayes	township-of-hayes	Hayes Township		US	MN	151	27854	0	America/Chicago
5029665	City of Hayfield	city-of-hayfield			US	MN	039	27872	0	America/Chicago
5029666	Township of Hayfield	township-of-hayfield	Hayfield Township		US	MN	039	27890	0	America/Chicago
5029667	Township of Hayland	township-of-hayland	Hayland Township		US	MN	095	27908	0	America/Chicago
5029679	City of Hayward	city-of-hayward			US	MN	047	27944	0	America/Chicago
5029680	Township of Hayward	township-of-hayward	Haward Township,Hayward Township,Township of Hayward		US	MN	047	27962	0	America/Chicago
5029697	City of Hazel Run	city-of-hazel-run			US	MN	173	28016	0	America/Chicago
5029698	Township of Hazel Run	township-of-hazel-run	Hazel Run Township		US	MN	173	28034	0	America/Chicago
5029705	Township of Hazelton	township-of-hazelton	Hazelton Township		US	MN	001	28052	0	America/Chicago
5029706	Township of Hazelton	township-of-hazelton	Hazelton Township		US	MN	069	28070	0	America/Chicago
5029762	City of Hector	city-of-hector			US	MN	129	28124	0	America/Chicago
5029763	Township of Hector	township-of-hector	Hector Township		US	MN	129	28142	0	America/Chicago
5029774	Township of Hegbert	township-of-hegbert	Hegbert Township		US	MN	151	28160	0	America/Chicago
5029779	Township of Hegne	township-of-hegne	Hegne Township		US	MN	107	28178	0	America/Chicago
5029786	City of Heidelberg	city-of-heidelberg			US	MN	079	28214	0	America/Chicago
5029788	Township of Heier	township-of-heier	Heier Township		US	MN	087	28232	0	America/Chicago
5029793	Township of Height of Land	township-of-height-of-land	Height of Land Township		US	MN	005	28250	0	America/Chicago
5029814	Township of Helen	township-of-helen	Helen Township		US	MN	085	28304	0	America/Chicago
5029817	Township of Helena	township-of-helena	Helena Township		US	MN	139	28322	0	America/Chicago
5029820	Township of Helga	township-of-helga	Helga Township		US	MN	057	28340	0	America/Chicago
5029821	Township of Helgeland	township-of-helgeland	Helgeland Township		US	MN	119	28358	0	America/Chicago
5029847	City of Henderson	city-of-henderson			US	MN	143	28394	0	America/Chicago
5029848	Township of Henderson	township-of-henderson	Henderson Township		US	MN	143	28412	0	America/Chicago
5029862	City of Hendricks	city-of-hendricks			US	MN	081	28430	0	America/Chicago
5029864	Township of Hendricks	township-of-hendricks	Hendricks Township		US	MN	081	28448	0	America/Chicago
5029872	Township of Hendrickson	township-of-hendrickson	Hendrickson Township		US	MN	057	28466	0	America/Chicago
5029875	City of Hendrum	city-of-hendrum			US	MN	107	28484	0	America/Chicago
5029876	Township of Hendrum	township-of-hendrum	Hendrum Township		US	MN	107	28502	0	America/Chicago
5029886	City of Henning	city-of-henning			US	MN	111	28520	0	America/Chicago
5029887	Township of Henning	township-of-henning	Henning Township		US	MN	111	28538	0	America/Chicago
5029889	Township of Henrietta	township-of-henrietta	Henrietta Township		US	MN	057	28556	0	America/Chicago
5029893	City of Henriette	city-of-henriette			US	MN	115	28574	0	America/Chicago
5029915	Township of Henryville	township-of-henryville	Henryville Township		US	MN	129	28610	0	America/Chicago
5029927	Township of Hereim	township-of-hereim	Hereim Township		US	MN	135	28628	0	America/Chicago
5029949	City of Herman	city-of-herman			US	MN	051	28646	0	America/Chicago
5029955	City of Hermantown	city-of-hermantown			US	MN	137	28682	0	America/Chicago
5029973	City of Heron Lake	city-of-heron-lake			US	MN	063	28700	0	America/Chicago
5029974	Township of Heron Lake	township-of-heron-lake	Heron Lake Township		US	MN	063	28718	0	America/Chicago
5029979	Township of Hersey	township-of-hersey	Hersey Township		US	MN	105	28736	0	America/Chicago
5029992	City of Hewitt	city-of-hewitt			US	MN	153	28754	0	America/Chicago
5030015	City of Hibbing	city-of-hibbing			US	MN	137	28790	0	America/Chicago
5030022	Township of Hickory	township-of-hickory	Hickory Township		US	MN	113	28808	0	America/Chicago
5030049	Township of High Forest	township-of-high-forest	High Forest Township		US	MN	109	28880	0	America/Chicago
5030053	Township of Higdem	township-of-higdem	Higdem Township		US	MN	119	28844	0	America/Chicago
5030077	Township of Highland Grove	township-of-highland-grove	Highland Grove Township		US	MN	027	28988	0	America/Chicago
5030096	Township of Highland	township-of-highland	Highland Township		US	MN	157	28952	0	America/Chicago
5030098	Township of Highlanding	township-of-highlanding	Highlanding Township		US	MN	113	29024	0	America/Chicago
5030106	Township of Highwater	township-of-highwater	Highwater Township		US	MN	033	29060	0	America/Chicago
5030121	City of Hill City	city-of-hill-city	City of Hill City,Hill City		US	MN	001	29096	633	America/Chicago
5030134	Township of Hill Lake	township-of-hill-lake	Hill Lake Township		US	MN	001	29114	0	America/Chicago
5030144	Township of Hill River	township-of-hill-river	Hill River Township		US	MN	119	29186	0	America/Chicago
5030150	Township of Hill	township-of-hill	Hill Township		US	MN	069	29078	0	America/Chicago
5030176	City of Hillman	city-of-hillman			US	MN	097	29150	0	America/Chicago
5030177	Township of Hillman	township-of-hillman	Hillman Township		US	MN	065	29132	0	America/Chicago
5030178	Township of Hillman	township-of-hillman	Hillman Township		US	MN	097	29168	0	America/Chicago
5030184	City of Hills	city-of-hills			US	MN	133	29204	0	America/Chicago
5030187	Township of Hillsdale	township-of-hillsdale	Hillsdale Township		US	MN	169	29222	0	America/Chicago
5030236	City of Hilltop	city-of-hilltop			US	MN	003	29258	0	America/Chicago
5030257	City of Hinckley	city-of-hinckley			US	MN	115	29294	0	America/Chicago
5030258	Township of Hinckley	township-of-hinckley	Hinckley Township		US	MN	115	29312	0	America/Chicago
5030262	Township of Hines	township-of-hines	Hines Township		US	MN	007	29348	0	America/Chicago
5030272	Township of Hiram	township-of-hiram	Hiram Township		US	MN	021	29366	0	America/Chicago
5030283	City of Hitterdal	city-of-hitterdal			US	MN	027	29402	0	America/Chicago
5030299	Township of Hobart	township-of-hobart	Hobart Township		US	MN	111	29420	0	America/Chicago
5030318	Township of Hoff	township-of-hoff	Hoff Township		US	MN	121	29456	0	America/Chicago
5030330	City of Hoffman	city-of-hoffman			US	MN	051	29474	0	America/Chicago
5030336	Township of Hodges	township-of-hodges	Hodges Township		US	MN	149	29438	0	America/Chicago
5030368	City of Hokah	city-of-hokah			US	MN	055	29510	0	America/Chicago
5030369	Township of Hokah	township-of-hokah	Hokah Township		US	MN	055	29528	0	America/Chicago
5030380	Township of Holden	township-of-holden	Holden Township		US	MN	049	29546	0	America/Chicago
5030381	Township of Holding	township-of-holding	Holding Township		US	MN	145	29564	0	America/Chicago
5030390	City of Holdingford	city-of-holdingford			US	MN	145	29582	0	America/Chicago
5030417	City of Holland	city-of-holland			US	MN	117	29618	0	America/Chicago
5030418	Township of Holland	township-of-holland	Hilland Township,Holland Township,Township of Holland		US	MN	067	29600	0	America/Chicago
5030430	City of Hollandale	city-of-hollandale			US	MN	047	29636	0	America/Chicago
5030446	City of Holloway	city-of-holloway			US	MN	151	29672	0	America/Chicago
5030450	Township of Holly	township-of-holly	Holly Township		US	MN	101	29690	0	America/Chicago
5030454	Township of Hollywood	township-of-hollywood	Hollywood Township		US	MN	019	29726	0	America/Chicago
5030463	Township of Holmes City	township-of-holmes-city	Holmes City Township		US	MN	041	29798	0	America/Chicago
5030468	Township of Holmesville	township-of-holmesville	Holmesville Township		US	MN	005	29816	0	America/Chicago
5030470	Township of Holst	township-of-holst	Holst Township		US	MN	029	29834	0	America/Chicago
5030480	City of Holt	city-of-holt			US	MN	089	29870	0	America/Chicago
5030481	Township of Holt	township-of-holt	Holt Township		US	MN	045	29852	0	America/Chicago
5030482	Township of Holt	township-of-holt	Holt Township		US	MN	089	29888	0	America/Chicago
5030504	Township of Holy Cross	township-of-holy-cross	Holy Cross Township		US	MN	027	29906	0	America/Chicago
5030565	Township of Holyoke	township-of-holyoke	Holyoke Township		US	MN	017	29942	0	America/Chicago
5030567	Township of Home Brook	township-of-home-brook	Home Brook Township		US	MN	021	29978	0	America/Chicago
5030574	Township of Home Lake	township-of-home-lake	Home Lake Township		US	MN	107	29996	0	America/Chicago
5030575	Township of Home	township-of-home	Home Township		US	MN	015	29960	0	America/Chicago
5030589	Township of Homer	township-of-homer	Homer Township		US	MN	169	30032	0	America/Chicago
5030597	Township of Homestead	township-of-homestead	Homestead Township		US	MN	111	30050	0	America/Chicago
5030610	Township of Honner	township-of-honner	Honner Township		US	MN	127	30068	0	America/Chicago
5030669	Township of Hope	township-of-hope	Hope Township		US	MN	081	30104	0	America/Chicago
5030679	City of Hopkins	city-of-hopkins			US	MN	053	30140	0	America/Chicago
5030700	Township of Hornet	township-of-hornet	Hornet Township		US	MN	007	30194	0	America/Chicago
5030784	Township of Horton	township-of-horton	Horton Township		US	MN	149	30212	0	America/Chicago
5030817	City of Houston	city-of-houston			US	MN	055	30230	0	America/Chicago
5030818	Township of Houston	township-of-houston	Houston Township		US	MN	055	30248	0	America/Chicago
5030845	City of Howard Lake	city-of-howard-lake			US	MN	171	30284	0	America/Chicago
5030857	City of Hoyt Lakes	city-of-hoyt-lakes			US	MN	137	30302	0	America/Chicago
5030865	Township of Hubbard	township-of-hubbard	Hubbard Township		US	MN	057	30338	0	America/Chicago
5030866	Township of Hubbard	township-of-hubbard	Hubbard Township		US	MN	119	30356	0	America/Chicago
5030881	Township of Hudson	township-of-hudson	Hudson Township		US	MN	041	30374	0	America/Chicago
5030885	City of Hugo	city-of-hugo			US	MN	163	30392	0	America/Chicago
5030896	City of Humboldt	city-of-humboldt			US	MN	069	30446	0	America/Chicago
5030897	Township of Humboldt	township-of-humboldt	Humboldt Township		US	MN	027	30428	0	America/Chicago
5030925	Township of Hunter	township-of-hunter	Hunter Township		US	MN	063	30482	0	America/Chicago
5030941	Township of Huntersville	township-of-huntersville	Huntersville Township		US	MN	159	30536	0	America/Chicago
5030951	Township of Huntly	township-of-huntly	Huntly Township		US	MN	089	30572	0	America/Chicago
5030952	Township of Huntsville	township-of-huntsville	Huntsville Township		US	MN	119	30590	0	America/Chicago
5030969	Township of Huss	township-of-huss	Huss Township		US	MN	135	30626	0	America/Chicago
5030999	City of Hutchinson	city-of-hutchinson			US	MN	085	30644	0	America/Chicago
5031000	Township of Hutchinson	township-of-hutchinson	Hutchinson Township		US	MN	085	30662	0	America/Chicago
5031007	Township of Hyde Park	township-of-hyde-park	Hyde Park Township		US	MN	157	30680	0	America/Chicago
5031038	Township of Ida	township-of-ida	Ida Township		US	MN	041	30716	0	America/Chicago
5031040	Township of Ideal	township-of-ideal	Ideal Township		US	MN	035	30734	0	America/Chicago
5031045	Township of Idun	township-of-idun	Idun Township		US	MN	001	30788	0	America/Chicago
5031052	City of Ihlen	city-of-ihlen			US	MN	117	30806	0	America/Chicago
5031193	City of Independence	city-of-independence			US	MN	053	30842	0	America/Chicago
5031234	Township of Indian Lake	township-of-indian-lake	Indian Lake Township		US	MN	105	30878	0	America/Chicago
5031260	Township of Industrial	township-of-industrial	Industrial Township		US	MN	137	30932	0	America/Chicago
5031272	Township of Inguadona	township-of-inguadona	Inguadona Township		US	MN	021	30986	0	America/Chicago
5031281	Township of Inman	township-of-inman	Inman Township		US	MN	111	31004	0	America/Chicago
5031406	City of International Falls	city-of-international-falls			US	MN	071	31040	0	America/Chicago
5031413	City of Inver Grove Heights	city-of-inver-grove-heights			US	MN	037	31076	0	America/Chicago
5031419	City of Iona	city-of-iona			US	MN	101	31094	0	America/Chicago
5031420	Township of Iona	township-of-iona	Iona Township		US	MN	101	31112	0	America/Chicago
5031421	Township of Iona	township-of-iona	Iona Township		US	MN	153	31130	0	America/Chicago
5031435	Township of Iosco	township-of-iosco	Iosco Township		US	MN	161	31166	0	America/Chicago
5031446	City of Iron Junction	city-of-iron-junction			US	MN	137	31238	0	America/Chicago
5031455	Township of Irondale	township-of-irondale	Irondale Township		US	MN	035	31202	0	America/Chicago
5031462	City of Ironton	city-of-ironton			US	MN	035	31274	0	America/Chicago
5031471	Township of Irving	township-of-irving	Irving Township		US	MN	067	31292	0	America/Chicago
5031505	City of Isanti	city-of-isanti			US	MN	059	31328	0	America/Chicago
5031506	Township of Isanti	township-of-isanti	Isanti Township		US	MN	059	31346	0	America/Chicago
5031571	Township of Island Lake	township-of-island-lake	Island Lake Township		US	MN	083	31400	0	America/Chicago
5031572	Township of Island Lake	township-of-island-lake	Island Lake Township		US	MN	087	31418	0	America/Chicago
5031606	Township of Isle Harbor	township-of-isle-harbor	Isle Harbor Township		US	MN	095	31490	0	America/Chicago
5031608	City of Isle	city-of-isle			US	MN	095	31472	0	America/Chicago
5031621	Township of Itasca	township-of-itasca	Itasca Township		US	MN	029	31508	0	America/Chicago
5031634	City of Ivanhoe	city-of-ivanhoe			US	MN	081	31526	0	America/Chicago
5031711	City of Jackson	city-of-jackson			US	MN	063	31562	0	America/Chicago
5031712	Township of Jackson	township-of-jackson	Jackson Township		US	MN	139	31580	0	America/Chicago
5031728	Township of Jadis	township-of-jadis	Jadis Township		US	MN	135	31634	0	America/Chicago
5031746	Township of Jamestown	township-of-jamestown	Jamestown Township		US	MN	013	31688	0	America/Chicago
5031760	City of Janesville	city-of-janesville			US	MN	161	31706	0	America/Chicago
5031761	Township of Janesville	township-of-janesville	Janesville Township		US	MN	161	31724	0	America/Chicago
5031763	Unorganized Territory of Janette Lake	unorganized-territory-of-janette-lake			US	MN	137	31733	0	America/Chicago
5031788	City of Jasper	city-of-jasper			US	MN	117	31760	0	America/Chicago
5031801	Township of Jay	township-of-jay	Jay Township		US	MN	091	31778	0	America/Chicago
5031826	City of Jeffers	city-of-jeffers			US	MN	033	31796	0	America/Chicago
5031850	Township of Jefferson	township-of-jefferson	Jefferson Township		US	MN	055	31814	0	America/Chicago
5031868	Township of Jenkins	township-of-jenkins	Jenkins Township		US	MN	035	31850	0	America/Chicago
5031890	City of Jenkins	city-of-jenkins			US	MN	035	31832	0	America/Chicago
5031898	Township of Jessenland	township-of-jessenland	Jessenland Township		US	MN	143	31922	0	America/Chicago
5031913	Township of Jevne	township-of-jevne	Jevne Township		US	MN	001	31958	0	America/Chicago
5031920	Unorganized Territory of Jewett	unorganized-territory-of-jewett			US	MN	001	31966	0	America/Chicago
5031947	Township of Jo Daviess	township-of-jo-daviess	Jo Daviess Township,Joe Davies Township,Joe Daviess Township,Township of Jo Daviess		US	MN	043	31976	0	America/Chicago
5032076	Township of Johnson	township-of-johnson	Johnson Township		US	MN	119	32030	0	America/Chicago
5032081	Township of Johnsonville	township-of-johnsonville	Johnsonville Township		US	MN	127	32048	0	America/Chicago
5032101	Township of Jones	township-of-jones	Jones Township		US	MN	007	32120	0	America/Chicago
5032113	City of Jordan	city-of-jordan			US	MN	139	32174	0	America/Chicago
5032114	Township of Jordan	township-of-jordan	Jordan Township		US	MN	045	32156	0	America/Chicago
5032478	Township of Judson	township-of-judson	Judson Township		US	MN	013	32210	0	America/Chicago
5032512	Township of Jupiter	township-of-jupiter	Jupiter Township		US	MN	069	32228	0	America/Chicago
5032845	Township of Kalevala	township-of-kalevala	Kalavala Township,Kalevala Township,Township of Kalevala		US	MN	017	32264	0	America/Chicago
5032850	Township of Kalmar	township-of-kalmar	Kalmar Township		US	MN	109	32282	0	America/Chicago
5032857	Township of Kanabec	township-of-kanabec	Kanabec Township		US	MN	065	32300	0	America/Chicago
5032862	Township of Kanaranzi	township-of-kanaranzi	Kanaranzi Township		US	MN	133	32336	0	America/Chicago
5032877	City of Kandiyohi	city-of-kandiyohi			US	MN	067	32372	0	America/Chicago
5032878	Township of Kandiyohi	township-of-kandiyohi	Kandiyohi Township		US	MN	067	32390	0	America/Chicago
5032879	Township of Kandota	township-of-kandota	Kandota Township		US	MN	153	32408	0	America/Chicago
5032902	City of Karlstad	city-of-karlstad			US	MN	069	32444	0	America/Chicago
5032916	City of Kasota	city-of-kasota			US	MN	079	32462	0	America/Chicago
5032917	Township of Kasota	township-of-kasota	Kasota Township		US	MN	079	32480	0	America/Chicago
5032926	City of Kasson	city-of-kasson			US	MN	039	32498	0	America/Chicago
5032933	Township of Kathio	township-of-kathio	Kathio Township		US	MN	095	32516	0	America/Chicago
5032964	City of Keewatin	city-of-keewatin			US	MN	061	32570	0	America/Chicago
5032969	Township of Kego	township-of-kego	Kego Township		US	MN	021	32588	0	America/Chicago
5032991	City of Kelliher	city-of-kelliher			US	MN	007	32606	0	America/Chicago
5032992	Township of Kelliher	township-of-kelliher	Kelliher Township		US	MN	007	32624	0	America/Chicago
5033001	City of Kellogg	city-of-kellogg			US	MN	157	32642	0	America/Chicago
5033003	Township of Keene	township-of-keene	Keene Township		US	MN	027	32552	0	America/Chicago
5033026	Township of Kelsey	township-of-kelsey	Kelsey Township		US	MN	137	32696	0	America/Chicago
5033045	Township of Kelso	township-of-kelso	Kelso Township		US	MN	143	32714	0	America/Chicago
5033054	City of Kennedy	city-of-kennedy			US	MN	069	32732	0	America/Chicago
5033060	City of Kenneth	city-of-kenneth			US	MN	133	32750	0	America/Chicago
5033079	City of Kensington	city-of-kensington			US	MN	041	32768	0	America/Chicago
5033085	City of Kent	city-of-kent			US	MN	167	32786	0	America/Chicago
5033102	City of Kenyon	city-of-kenyon			US	MN	049	32840	0	America/Chicago
5033103	Township of Kenyon	township-of-kenyon	Kenyon Township		US	MN	049	32858	0	America/Chicago
5033126	City of Kerkhoven	city-of-kerkhoven			US	MN	151	32876	0	America/Chicago
5033127	Township of Kerkhoven	township-of-kerkhoven	Kerkhoven Township		US	MN	151	32894	0	America/Chicago
5033137	City of Kerrick	city-of-kerrick			US	MN	115	32912	0	America/Chicago
5033138	Township of Kerrick	township-of-kerrick	Kerrick Township		US	MN	115	32930	0	America/Chicago
5033141	Township of Kertsonville	township-of-kertsonville	Kertsonville Township		US	MN	119	32948	0	America/Chicago
5033165	City of Kettle River	city-of-kettle-river			US	MN	017	32966	0	America/Chicago
5033166	Township of Kettle River	township-of-kettle-river	Kettle River Township		US	MN	115	32984	0	America/Chicago
5033174	Township of Keystone	township-of-keystone	Keystone Township		US	MN	119	33002	0	America/Chicago
5033198	City of Kiester	city-of-kiester			US	MN	043	33056	0	America/Chicago
5033199	Township of Kiester	township-of-kiester	Kiester Township		US	MN	043	33074	0	America/Chicago
5033201	Township of Kildare	township-of-kildare	Kildare Township		US	MN	151	33092	0	America/Chicago
5033206	City of Kilkenny	city-of-kilkenny			US	MN	079	33110	0	America/Chicago
5033207	Township of Kilkenny	township-of-kilkenny	Kilkenny Township		US	MN	079	33128	0	America/Chicago
5033225	City of Kimball	city-of-kimball			US	MN	145	33164	0	America/Chicago
5033227	Township of Kimball	township-of-kimball	Kimball Township		US	MN	063	33146	0	America/Chicago
5033232	Township of Kimberly	township-of-kimberly	Kimberly Township		US	MN	001	33218	0	America/Chicago
5033239	City of Kinbrae	city-of-kinbrae			US	MN	105	33236	0	America/Chicago
5033259	Township of King	township-of-king	King Township		US	MN	119	33254	0	America/Chicago
5033289	Township of Kinghurst	township-of-kinghurst	Kinghurst Township		US	MN	061	33272	0	America/Chicago
5033290	Township of Kingman	township-of-kingman	Kingman Township		US	MN	129	33290	0	America/Chicago
5033317	City of Kingston	city-of-kingston			US	MN	093	33344	0	America/Chicago
5033318	Township of Kingston	township-of-kingston	Kingston Township		US	MN	093	33362	0	America/Chicago
5033331	Township of Kintire	township-of-kintire	Kintire Township,Knitire Township,Township of Kintire		US	MN	127	33434	0	America/Chicago
5033398	Township of Knife Lake	township-of-knife-lake	Knife Lake Township		US	MN	065	33560	0	America/Chicago
5033429	Township of Knute	township-of-knute	Knute Township		US	MN	119	33614	0	America/Chicago
5033490	Township of Kragero	township-of-kragero	Kragero Township		US	MN	023	33668	0	America/Chicago
5033492	Township of Kragnes	township-of-kragnes	Kragnes Township,Kragness Township,Township of Kragnes		US	MN	027	33704	0	America/Chicago
5033508	Township of Kratka	township-of-kratka	Kratka Township		US	MN	113	33740	0	America/Chicago
5033533	Township of Kroschel	township-of-kroschel	Kroschel Township		US	MN	065	33776	0	America/Chicago
5033545	Township of Kugler	township-of-kugler	Kugler Township		US	MN	137	33794	0	America/Chicago
5033555	Township of Krain	township-of-krain	Krain Township		US	MN	145	33722	0	America/Chicago
5033559	Township of Kurtz	township-of-kurtz	Kurtz Township		US	MN	027	33812	0	America/Chicago
5033591	City of La Crescent	city-of-la-crescent			US	MN	055	33866	0	America/Chicago
5033592	Township of La Crescent	township-of-la-crescent	La Crescent Township		US	MN	055	33884	0	America/Chicago
5033596	Township of La Crosse	township-of-la-crosse	La Crosse Township		US	MN	063	33902	0	America/Chicago
5033597	Township of La Garde	township-of-la-garde	La Garde Township		US	MN	087	33956	0	America/Chicago
5033598	Township of La Grand	township-of-la-grand	La Grand Township,La Grande Township,Township of La Grand		US	MN	041	33992	0	America/Chicago
5033601	Township of La Prairie	township-of-la-prairie	La Prairie Township		US	MN	029	35630	0	America/Chicago
5033609	City of La Salle	city-of-la-salle			US	MN	165	35702	0	America/Chicago
5033652	Township of Lac qui Parle	township-of-lac-qui-parle	Lac qui Parle Township,Lac qui parle Township,Township of Lac qui Parle		US	MN	073	33848	0	America/Chicago
5033677	City of Lafayette	city-of-lafayette			US	MN	103	33920	0	America/Chicago
5033678	Township of Lafayette	township-of-lafayette	Lafayette Township		US	MN	103	33938	0	America/Chicago
5033691	Township of Lake Alice	township-of-lake-alice	Lake Alice Township		US	MN	057	34046	0	America/Chicago
5033695	Township of Lake Andrew	township-of-lake-andrew	Lake Andrew Township		US	MN	067	34064	0	America/Chicago
5033704	Township of Lake Belt	township-of-lake-belt	Lake Belt Township		US	MN	091	34082	0	America/Chicago
5033714	City of Lake Benton	city-of-lake-benton			US	MN	081	34100	0	America/Chicago
5033715	Township of Lake Benton	township-of-lake-benton	Lake Benton Township		US	MN	081	34118	0	America/Chicago
5033719	City of Lake Bronson	city-of-lake-bronson			US	MN	069	34136	0	America/Chicago
5033729	City of Lake City	city-of-lake-city	City of Lake City,Lake City		US	MN	157	34172	5063	America/Chicago
5033753	City of Lake Crystal	city-of-lake-crystal			US	MN	013	34190	0	America/Chicago
5033757	Township of Lake Edward	township-of-lake-edward	Lake Edward Township,Township of Lake Edward,Township of Lake Edwards		US	MN	035	34207	0	America/Chicago
5033761	Township of Lake Elizabeth	township-of-lake-elizabeth	Lake Elizabeth Township		US	MN	067	34226	0	America/Chicago
5033765	City of Lake Elmo	city-of-lake-elmo			US	MN	163	34244	0	America/Chicago
5033770	Township of Lake Emma	township-of-lake-emma	Lake Emma Township		US	MN	057	34262	0	America/Chicago
5033776	Township of Lake Eunice	township-of-lake-eunice	Lake Eunice Township		US	MN	005	34298	0	America/Chicago
5033786	Township of Lake Fremont	township-of-lake-fremont	Lake Fremont Township		US	MN	091	34334	0	America/Chicago
5033791	Township of Lake George	township-of-lake-george	Lake George Township		US	MN	057	34388	0	America/Chicago
5033792	Township of Lake George	township-of-lake-george	Lake George Township		US	MN	145	34406	0	America/Chicago
5033797	Township of Lake Grove	township-of-lake-grove	Lake Grove Township		US	MN	087	34424	0	America/Chicago
5033804	Township of Lake Hanska	township-of-lake-hanska	Lake Hanska Township		US	MN	015	34442	0	America/Chicago
5033809	Township of Lake Hattie	township-of-lake-hattie	Lake Hattie Township		US	MN	057	34460	0	America/Chicago
5033814	City of Lake Henry	city-of-lake-henry			US	MN	145	34478	0	America/Chicago
5033815	Township of Lake Henry	township-of-lake-henry	Lake Henry Township		US	MN	145	34496	0	America/Chicago
5033820	Township of Lake Ida	township-of-lake-ida	Lake Ida Township		US	MN	107	34532	0	America/Chicago
5033827	Township of Lake Jessie	township-of-lake-jessie	Lake Jessie Township		US	MN	061	34568	0	America/Chicago
5033829	Township of Lake Johanna	township-of-lake-johanna	Lake Johanna Township		US	MN	121	34586	0	America/Chicago
5033849	City of Lake Lillian	city-of-lake-lillian			US	MN	067	34676	0	America/Chicago
5033850	Township of Lake Lillian	township-of-lake-lillian	Lake Lillian Township		US	MN	067	34694	0	America/Chicago
5033864	Township of Lake Marshall	township-of-lake-marshall	Lake Marshall Township		US	MN	083	34712	0	America/Chicago
5033866	Township of Lake Mary	township-of-lake-mary	Lake Mary Township		US	MN	041	34730	0	America/Chicago
5033889	City of Lake Park	city-of-lake-park			US	MN	005	34784	0	America/Chicago
5033890	Township of Lake Park	township-of-lake-park	Lake Park Township		US	MN	005	34802	0	America/Chicago
5033895	Township of Lake Pleasant	township-of-lake-pleasant	Lake Pleasant Township		US	MN	125	34820	0	America/Chicago
5033896	Township of Lake Prairie	township-of-lake-prairie	Lake Prairie Township		US	MN	103	34856	0	America/Chicago
5033914	Township of Lake Sarah	township-of-lake-sarah	Lake Sarah Township		US	MN	101	34892	0	America/Chicago
5033922	City of Lake Shore	city-of-lake-shore			US	MN	021	34928	0	America/Chicago
5033923	Township of Lake Shore	township-of-lake-shore	Lake Shore Township		US	MN	073	34946	0	America/Chicago
5033926	Township of Lake Stay	township-of-lake-stay	Lake Stay Township		US	MN	081	35054	0	America/Chicago
5033934	Township of Lake Valley	township-of-lake-valley	Lake Valley Township		US	MN	155	35126	0	America/Chicago
5033942	Township of Lake View	township-of-lake-view	Lake View Township		US	MN	005	35144	0	America/Chicago
5033947	City of Lake Wilson	city-of-lake-wilson			US	MN	101	35198	0	America/Chicago
5033957	Township of Lake	township-of-lake	Lake Township		US	MN	135	34010	0	America/Chicago
5033958	Township of Lake	township-of-lake	Lake Township		US	MN	157	34028	0	America/Chicago
5033969	City of Lakefield	city-of-lakefield			US	MN	063	34316	0	America/Chicago
5033972	City of Lakeland Shores	city-of-lakeland-shores			US	MN	163	34658	0	America/Chicago
5033975	Township of Lakeport	township-of-lakeport	Lakeport Township		US	MN	057	34838	0	America/Chicago
5034015	Township of Lakeside	township-of-lakeside	Lakeside Township		US	MN	001	34982	0	America/Chicago
5034016	Township of Lakeside	township-of-lakeside	Lakeside Township		US	MN	033	35000	0	America/Chicago
5034017	Township of Laketown	township-of-laketown	Lake Town Township,Laketown Township,Township of Laketown		US	MN	019	35108	0	America/Chicago
5034058	Township of Lakeview	township-of-lakeview	Lakeview Township		US	MN	017	35162	0	America/Chicago
5034061	City of Lakeville	city-of-lakeville			US	MN	037	35180	0	America/Chicago
5034073	Township of Lakewood	township-of-lakewood	Lakewood Township		US	MN	137	35234	0	America/Chicago
5034075	Township of Lakin	township-of-lakin	Lakin Township		US	MN	097	35252	0	America/Chicago
5034082	Township of Lambert	township-of-lambert	Lambert Township		US	MN	125	35270	0	America/Chicago
5034093	City of Lamberton	city-of-lamberton			US	MN	127	35288	0	America/Chicago
5034094	Township of Lamberton	township-of-lamberton	Lamberton Township		US	MN	127	35306	0	America/Chicago
5034097	Township of Lammers	township-of-lammers	Lammers Township		US	MN	007	35324	0	America/Chicago
5034108	City of Lancaster	city-of-lancaster			US	MN	069	35378	0	America/Chicago
5034114	Township of Land	township-of-land	Land Township		US	MN	051	35396	0	America/Chicago
5034118	City of Landfall	city-of-landfall			US	MN	163	35414	0	America/Chicago
5034141	City of Lanesboro	city-of-lanesboro			US	MN	045	35450	0	America/Chicago
5034142	Township of Lanesburgh	township-of-lanesburgh	Lanesburgh Township		US	MN	079	35468	0	America/Chicago
5034148	Township of Langhei	township-of-langhei	Langhei Township		US	MN	121	35504	0	America/Chicago
5034155	Township of Langor	township-of-langor	Langor Township		US	MN	007	35540	0	America/Chicago
5034169	Township of Lansing	township-of-lansing	Lansing Township		US	MN	099	35576	0	America/Chicago
5034174	Township of Laona	township-of-laona	Laona Township		US	MN	135	35594	0	America/Chicago
5034177	City of Laporte	city-of-laporte			US	MN	057	35612	0	America/Chicago
5034179	Township of Langola	township-of-langola	Langola Township		US	MN	009	35522	0	America/Chicago
5034186	Township of Larkin	township-of-larkin	Larkin Township		US	MN	105	35666	0	America/Chicago
5034225	City of Lastrup	city-of-lastrup			US	MN	097	35720	0	America/Chicago
5034240	City of Lauderdale	city-of-lauderdale			US	MN	123	35738	0	America/Chicago
5034257	Township of Lavell	township-of-lavell	Lavell Township		US	MN	137	35774	0	America/Chicago
5034288	Township of Lawrence	township-of-lawrence	Lawrence Township		US	MN	051	35882	0	America/Chicago
5034289	Township of Lawrence	township-of-lawrence	Lawrence Township		US	MN	061	35900	0	America/Chicago
5034308	City of Le Center	city-of-le-center			US	MN	079	36134	0	America/Chicago
5034311	Township of Le Ray	township-of-le-ray	Le Ray Township		US	MN	013	36584	0	America/Chicago
5034321	City of Le Roy	city-of-le-roy			US	MN	099	36620	0	America/Chicago
5034322	Township of Le Roy	township-of-le-roy	Le Roy Township		US	MN	099	36638	0	America/Chicago
5034323	Township of Le Sauk	township-of-le-sauk	Le Sauk Township		US	MN	145	36656	0	America/Chicago
5034346	City of Le Sueur	city-of-le-sueur			US	MN	079	36746	0	America/Chicago
5034359	Township of Leaf Lake	township-of-leaf-lake	Leaf Lake Township		US	MN	111	35990	0	America/Chicago
5034361	Township of Leaf Mountain	township-of-leaf-mountain	Leaf Mountain Township		US	MN	111	36008	0	America/Chicago
5034366	Township of Leaf River	township-of-leaf-river	Leaf River Township		US	MN	159	36026	0	America/Chicago
5034369	Township of Leaf Valley	township-of-leaf-valley	Leaf Valley Township		US	MN	041	36062	0	America/Chicago
5034378	Township of Leavenworth	township-of-leavenworth	Leavenworth Township		US	MN	015	36116	0	America/Chicago
5034398	Township of Lee	township-of-lee	Lee Township		US	MN	001	36152	0	America/Chicago
5034399	Township of Lee	township-of-lee	Lee Township		US	MN	007	36170	0	America/Chicago
5034400	Township of Lee	township-of-lee	Lee Township		US	MN	107	36188	0	America/Chicago
5034411	Township of Leeds	township-of-leeds	Leeds Township		US	MN	101	36260	0	America/Chicago
5034415	Township of Leenthrop	township-of-leenthrop	Leenthrop Township		US	MN	023	36278	0	America/Chicago
5034420	Township of Leech Lake	township-of-leech-lake	Leech Lake Township		US	MN	021	36224	0	America/Chicago
5034437	Township of Leiding	township-of-leiding	Leiding Township		US	MN	137	36332	0	America/Chicago
5034439	Township of Leigh	township-of-leigh	Leigh Township		US	MN	097	36350	0	America/Chicago
5034453	Township of Lemond	township-of-lemond	Lemond Township		US	MN	147	36386	0	America/Chicago
5034464	City of Lengby	city-of-lengby			US	MN	119	36404	0	America/Chicago
5034472	Township of Lent	township-of-lent	Lent Township		US	MN	025	36440	0	America/Chicago
5034481	Township of Leon	township-of-leon	Leon Township		US	MN	029	36458	0	America/Chicago
5034482	Township of Leon	township-of-leon	Leon Township		US	MN	049	36476	0	America/Chicago
5034486	City of Leonard	city-of-leonard			US	MN	029	36494	0	America/Chicago
5034488	Township of Leonardsville	township-of-leonardsville	Leonardsville Township		US	MN	155	36512	0	America/Chicago
5034491	City of Leonidas	city-of-leonidas			US	MN	137	36530	0	America/Chicago
5034498	Township of Leota	township-of-leota	Leota Township		US	MN	105	36566	0	America/Chicago
5034506	Township of Leslie	township-of-leslie	Leslie Township		US	MN	153	36674	0	America/Chicago
5034510	Township of Lessor	township-of-lessor	Lessor Township		US	MN	119	36692	0	America/Chicago
5034524	City of Lester Prairie	city-of-lester-prairie			US	MN	085	36728	0	America/Chicago
5034532	Township of Leven	township-of-leven	Leven Township		US	MN	121	36764	0	America/Chicago
5034543	Township of Lewis	township-of-lewis	Lewis Township		US	MN	095	36782	0	America/Chicago
5034553	City of Lewiston	city-of-lewiston			US	MN	169	36800	0	America/Chicago
5034561	City of Lewisville	city-of-lewisville			US	MN	165	36818	0	America/Chicago
5034566	City of Lexington	city-of-lexington			US	MN	003	36836	0	America/Chicago
5034567	Township of Lexington	township-of-lexington	Lexington Township		US	MN	079	36872	0	America/Chicago
5034573	Township of Libby	township-of-libby	Libby Township		US	MN	001	36908	0	America/Chicago
5034576	Township of Liberty	township-of-liberty	Liberty Township		US	MN	007	36926	0	America/Chicago
5034578	Township of Liberty	township-of-liberty	Liberty Township		US	MN	119	36962	0	America/Chicago
5034581	Township of Lida	township-of-lida	Lida Township		US	MN	111	36980	0	America/Chicago
5034583	Township of Lien	township-of-lien	Lien Township		US	MN	051	36998	0	America/Chicago
5034618	City of Lilydale	city-of-lilydale			US	MN	037	37016	0	America/Chicago
5034623	Township of Lima	township-of-lima	Lima Township		US	MN	021	37034	0	America/Chicago
5034634	Township of Lime Lake	township-of-lime-lake	Lime Lake Township		US	MN	101	37088	0	America/Chicago
5034638	Township of Lime	township-of-lime	Lime Township		US	MN	013	37052	0	America/Chicago
5034640	Township of Limestone	township-of-limestone	Limestone Township		US	MN	081	37106	0	America/Chicago
5034705	Township of Lincoln	township-of-lincoln	Lincoln Township		US	MN	013	37124	0	America/Chicago
5034706	Township of Lincoln	township-of-lincoln	Lincoln Township		US	MN	089	37142	0	America/Chicago
5034712	Township of Lind	township-of-lind	Lind Township		US	MN	135	37196	0	America/Chicago
5034726	Township of Linden Grove	township-of-linden-grove	Linden Grove Township		US	MN	137	37250	0	America/Chicago
5034733	Township of Linden	township-of-linden	Linden Township		US	MN	015	37214	0	America/Chicago
5034754	City of Lindstrom	city-of-lindstrom			US	MN	025	37304	0	America/Chicago
5034768	City of Lino Lakes	city-of-lino-lakes			US	MN	003	37322	0	America/Chicago
5034769	Township of Linsell	township-of-linsell	Linsell Township		US	MN	089	37340	0	America/Chicago
5034778	Township of Linwood	township-of-linwood	Linwood Township		US	MN	003	37376	0	America/Chicago
5034802	Township of Lisbon	township-of-lisbon	Lisbon Township		US	MN	173	37394	0	America/Chicago
5034809	City of Lismore	city-of-lismore			US	MN	105	37412	0	America/Chicago
5034810	Township of Lismore	township-of-lismore	Lismore Township		US	MN	105	37430	0	America/Chicago
5034839	City of Litchfield	city-of-litchfield			US	MN	093	37448	0	America/Chicago
5034840	Township of Litchfield	township-of-litchfield	Litchfield Township		US	MN	093	37466	0	America/Chicago
5034906	City of Little Canada	city-of-little-canada			US	MN	123	37502	0	America/Chicago
5034962	Township of Little Elbow	township-of-little-elbow	Little Elbow Township		US	MN	087	37530	0	America/Chicago
5034966	Township of Little Elk	township-of-little-elk	Little Elk Township		US	MN	153	37538	0	America/Chicago
5034981	City of Little Falls	city-of-little-falls			US	MN	097	37556	0	America/Chicago
5034982	Township of Little Falls	township-of-little-falls	Little Falls Township		US	MN	097	37574	0	America/Chicago
5035226	Township of Little Rock	township-of-little-rock	Little Rock Township		US	MN	105	37682	0	America/Chicago
5035233	Unorganized Territory of Little Sand Lake	unorganized-territory-of-little-sand-lake			US	MN	061	37691	0	America/Chicago
5035241	Township of Little Sauk	township-of-little-sauk	Little Sauk Township		US	MN	153	37718	0	America/Chicago
5035351	City of Littlefork	city-of-littlefork			US	MN	071	37592	0	America/Chicago
5035364	Township of Livonia	township-of-livonia	Livonia Township		US	MN	141	37754	0	America/Chicago
5035407	Township of Lockhart	township-of-lockhart	Lockhart Township		US	MN	107	37790	0	America/Chicago
5035412	Township of Lodi	township-of-lodi	Lodi Township		US	MN	099	37808	0	America/Chicago
5035422	Township of Logan	township-of-logan	Logan Township		US	MN	001	37844	0	America/Chicago
5035423	Township of Logan	township-of-logan	Logan Township		US	MN	051	37862	0	America/Chicago
5035444	Township of London	township-of-london	London Township		US	MN	047	37916	0	America/Chicago
5035455	Township of Lone Pine	township-of-lone-pine	Lone Pine Township		US	MN	061	37934	0	America/Chicago
5035467	Township of Lone Tree	township-of-lone-tree	Lone Tree Township		US	MN	023	37952	0	America/Chicago
5035472	City of Long Beach	city-of-long-beach			US	MN	121	37970	0	America/Chicago
5035624	City of Long Lake	city-of-long-lake			US	MN	053	38006	0	America/Chicago
5035625	Township of Long Lake	township-of-long-lake	Long Lake Township		US	MN	035	37988	0	America/Chicago
5035626	Township of Long Lake	township-of-long-lake	Long Lake Township		US	MN	165	38024	0	America/Chicago
5035651	Township of Long Prairie	township-of-long-prairie	Long Prairie Township		US	MN	153	38078	0	America/Chicago
5035675	City of Longville	city-of-longville			US	MN	021	38114	0	America/Chicago
5035680	City of Lonsdale	city-of-lonsdale			US	MN	131	38150	0	America/Chicago
5035730	Township of Loon Lake	township-of-loon-lake	Loon Lake Township		US	MN	021	38168	0	America/Chicago
5035738	Township of Lorain	township-of-lorain	Lorain Township		US	MN	105	38204	0	America/Chicago
5035749	City of Loretto	city-of-loretto			US	MN	053	38222	0	America/Chicago
5035836	City of Louisburg	city-of-louisburg			US	MN	073	38258	0	America/Chicago
5035848	Township of Louisville	township-of-louisville	Louisville Township		US	MN	125	38276	0	America/Chicago
5035849	Township of Louisville	township-of-louisville	Louisville Township		US	MN	139	38294	0	America/Chicago
5035858	Township of Louriston	township-of-louriston	Lorriston Township,Louirston Township,Louriston Township,Township of Louriston		US	MN	023	38312	0	America/Chicago
5035880	Township of Lowell	township-of-lowell	Lowell Township		US	MN	119	38330	0	America/Chicago
5035919	Unorganized Territory of Lower Red Lake	unorganized-territory-of-lower-red-lake			US	MN	007	38335	0	America/Chicago
5035948	City of Lowry	city-of-lowry			US	MN	121	38366	0	America/Chicago
5035953	Township of Lowville	township-of-lowville	Lordville Township,Lowville Township,Township of Lowville		US	MN	101	38402	0	America/Chicago
5035962	City of Lucan	city-of-lucan			US	MN	127	38420	0	America/Chicago
5035964	Township of Lucas	township-of-lucas	Lucas Township		US	MN	083	38438	0	America/Chicago
5036008	Township of Lund	township-of-lund	Lund Township		US	MN	041	38510	0	America/Chicago
5036030	Township of Lura	township-of-lura	Lura Township		US	MN	043	38528	0	America/Chicago
5036059	Township of Lutsen	township-of-lutsen	Lutsen Township		US	MN	031	38550	0	America/Chicago
5036072	City of Luverne	city-of-luverne			US	MN	133	38564	0	America/Chicago
5036073	Township of Luverne	township-of-luverne	Luverne Township		US	MN	133	38582	0	America/Chicago
5036078	Township of Luxemburg	township-of-luxemburg	Luxemburg Township		US	MN	145	38618	0	America/Chicago
5036096	City of Lyle	city-of-lyle			US	MN	099	38654	0	America/Chicago
5036097	Township of Lyle	township-of-lyle	Lyle Township		US	MN	099	38672	0	America/Chicago
5036117	City of Lynd	city-of-lynd			US	MN	083	38708	0	America/Chicago
5036118	Township of Lynd	township-of-lynd	Lynd Township		US	MN	083	38726	0	America/Chicago
5036125	Township of Lynden	township-of-lynden	Lynden Township		US	MN	145	38780	0	America/Chicago
5036127	Township of Lynn	township-of-lynn	Lynn Township		US	MN	085	38798	0	America/Chicago
5036140	Township of Lyons	township-of-lyons	Lyons Township		US	MN	083	38834	0	America/Chicago
5036141	Township of Lyons	township-of-lyons	Lyons Township		US	MN	159	38852	0	America/Chicago
5036143	Township of Lyra	township-of-lyra	Lyra Township		US	MN	013	38870	0	America/Chicago
5036160	City of Mabel	city-of-mabel			US	MN	045	38888	0	America/Chicago
5036184	Township of Macsville	township-of-macsville	Macsville Township,Maesville Township,Township of Macsville		US	MN	051	39194	0	America/Chicago
5036186	Township of Macville	township-of-macville	Macville Township		US	MN	001	39212	0	America/Chicago
5036206	City of Madelia	city-of-madelia			US	MN	165	39230	0	America/Chicago
5036207	Township of Madelia	township-of-madelia	Madelia Township		US	MN	165	39248	0	America/Chicago
5036229	City of Madison Lake	city-of-madison-lake			US	MN	013	39320	0	America/Chicago
5036245	City of Madison	city-of-madison			US	MN	073	39266	0	America/Chicago
5036246	Township of Madison	township-of-madison	Madison Township		US	MN	073	39284	0	America/Chicago
5036267	City of Magnolia	city-of-magnolia			US	MN	133	39338	0	America/Chicago
5036268	Township of Magnolia	township-of-magnolia	Magnolia Township		US	MN	133	39356	0	America/Chicago
5036286	City of Mahnomen	city-of-mahnomen			US	MN	087	39392	0	America/Chicago
5036296	City of Mahtomedi	city-of-mahtomedi			US	MN	163	39428	0	America/Chicago
5036298	Township of Mahtowa	township-of-mahtowa	Mahtowa Township		US	MN	017	39464	0	America/Chicago
5036313	Township of Maine Prairie	township-of-maine-prairie	Maine Prairie Township		US	MN	145	39518	0	America/Chicago
5036314	Township of Maine	township-of-maine	Maine Township		US	MN	111	39500	0	America/Chicago
5036362	Township of Malmo	township-of-malmo	Malmo Township		US	MN	001	39590	0	America/Chicago
5036369	Township of Malta	township-of-malta	Malta Township		US	MN	011	39608	0	America/Chicago
5036374	Township of Malung	township-of-malung	Malung Township		US	MN	135	39644	0	America/Chicago
5036379	Township of Mamre	township-of-mamre	Mamre Township		US	MN	067	39662	0	America/Chicago
5036389	Township of Manannah	township-of-manannah	Manannah Township		US	MN	093	39698	0	America/Chicago
5036396	City of Manchester	city-of-manchester			US	MN	047	39716	0	America/Chicago
5036397	Township of Manchester	township-of-manchester	Manchester Township		US	MN	047	39734	0	America/Chicago
5036403	Township of Mandt	township-of-mandt	Mandt Township		US	MN	023	39752	0	America/Chicago
5036407	Township of Manfred	township-of-manfred	Manfred Township		US	MN	073	39788	0	America/Chicago
5036411	City of Manhattan Beach	city-of-manhattan-beach			US	MN	035	39806	0	America/Chicago
5036434	City of Mankato	city-of-mankato			US	MN	013	39878	0	America/Chicago
5036435	Township of Mankato	township-of-mankato	Mankato Township		US	MN	013	39896	0	America/Chicago
5036456	Township of Mansfield	township-of-mansfield	Mansfield Township		US	MN	047	39950	0	America/Chicago
5036459	Township of Manston	township-of-manston	Manston Township		US	MN	167	39968	0	America/Chicago
5036469	City of Mantorville	city-of-mantorville			US	MN	039	39986	0	America/Chicago
5036470	Township of Mantorville	township-of-mantorville	Mantorville Township		US	MN	039	40004	0	America/Chicago
5036472	Township of Mantrap	township-of-mantrap	Mantrap Township		US	MN	057	40022	0	America/Chicago
5036483	Township of Manyaska	township-of-manyaska	Manyaska Township		US	MN	091	40058	0	America/Chicago
5036502	City of Maple Grove	city-of-maple-grove			US	MN	053	40166	0	America/Chicago
5036503	Township of Maple Grove	township-of-maple-grove	Maple Grove Township		US	MN	005	40130	0	America/Chicago
5036504	Township of Maple Grove	township-of-maple-grove	Maple Grove Township		US	MN	035	40148	0	America/Chicago
5036547	City of Maple Lake	city-of-maple-lake			US	MN	171	40220	0	America/Chicago
5036548	Township of Maple Lake	township-of-maple-lake	Maple Lake Township		US	MN	171	40238	0	America/Chicago
5036559	City of Maple Plain	city-of-maple-plain			US	MN	053	40256	0	America/Chicago
5036562	Township of Maple Ridge	township-of-maple-ridge	Maple Ridge Township		US	MN	007	40274	0	America/Chicago
5036563	Township of Maple Ridge	township-of-maple-ridge	Maple Ridge Township		US	MN	059	40292	0	America/Chicago
5036570	Township of Maple	township-of-maple	Maple Township		US	MN	021	40076	0	America/Chicago
5036581	City of Mapleton	city-of-mapleton			US	MN	013	40310	0	America/Chicago
5036582	Township of Mapleton	township-of-mapleton	Mapleton Township		US	MN	013	40328	0	America/Chicago
5036587	City of Mapleview	city-of-mapleview			US	MN	099	40346	0	America/Chicago
5036596	City of Maplewood	city-of-maplewood			US	MN	123	40382	0	America/Chicago
5036597	Township of Maplewood	township-of-maplewood	Maplewood Township		US	MN	111	40364	0	America/Chicago
5036614	Township of Marble	township-of-marble	Marble Township		US	MN	081	40436	0	America/Chicago
5036662	City of Marietta	city-of-marietta			US	MN	073	40526	0	America/Chicago
5036664	City of Marine on Saint Croix	city-of-marine-on-saint-croix			US	MN	163	40562	0	America/Chicago
5036683	Township of Marion	township-of-marion	Marion Township		US	MN	109	40616	0	America/Chicago
5036715	Township of Marsh Grove	township-of-marsh-grove	Marsh Grove Township		US	MN	089	40778	0	America/Chicago
5036753	City of Marshall	city-of-marshall			US	MN	083	40688	0	America/Chicago
5036755	Township of Marshall	township-of-marshall	Marshall Township		US	MN	099	40706	0	America/Chicago
5036757	Township of Marshan	township-of-marshan	Marshan Township		US	MN	037	40724	0	America/Chicago
5036758	Township of Marshfield	township-of-marshfield	Marshfield Township		US	MN	081	40760	0	America/Chicago
5036765	Township of Marsh Creek	township-of-marsh-creek	Marsh Creek Township		US	MN	087	40742	0	America/Chicago
5036787	Township of Martin	township-of-martin	Martin Township		US	MN	133	40796	0	America/Chicago
5036789	Township of Martinsburg	township-of-martinsburg	Martinsburg Township		US	MN	129	40832	0	America/Chicago
5036825	Township of Mary	township-of-mary	Mary Township		US	MN	107	40868	0	America/Chicago
5036828	Township of Marysland	township-of-marysland	Marysland Township		US	MN	151	40904	0	America/Chicago
5036831	Township of Marysville	township-of-marysville	Marysville Township		US	MN	171	40940	0	America/Chicago
5036838	Township of Mason	township-of-mason	Mason Township		US	MN	101	40958	0	America/Chicago
5036884	Township of Max	township-of-max	Max Township		US	MN	061	41066	0	America/Chicago
5036890	Township of Maxwell	township-of-maxwell	Maxwell Township		US	MN	073	41084	0	America/Chicago
5036893	Township of May	township-of-may	May Township		US	MN	021	41102	0	America/Chicago
5036894	Township of May	township-of-may	May Township		US	MN	163	41120	0	America/Chicago
5036897	City of Mayer	city-of-mayer			US	MN	019	41138	0	America/Chicago
5036899	Township of Mayfield	township-of-mayfield	Mayfield Township		US	MN	113	41156	0	America/Chicago
5036909	Township of Mayhew Lake	township-of-mayhew-lake	Mayhew Lake Township		US	MN	009	41192	0	America/Chicago
5036923	City of Maynard	city-of-maynard			US	MN	023	41210	0	America/Chicago
5036944	Township of Mayville	township-of-mayville	Mayville Township		US	MN	055	41228	0	America/Chicago
5036949	Township of Maywood	township-of-maywood	Maywood Township		US	MN	009	41264	0	America/Chicago
5036958	City of Mazeppa	city-of-mazeppa			US	MN	157	41282	0	America/Chicago
5036959	Township of Mazeppa	township-of-mazeppa	Mazeppa Township		US	MN	157	41300	0	America/Chicago
5036984	Township of McCauleyville	township-of-mccauleyville	McCauleyville Township		US	MN	167	38924	0	America/Chicago
5036995	Unorganized Territory of McCormack	unorganized-territory-of-mccormack	Unorganized Territory of McCormack,Unorganized Territory of McCormack Lake		US	MN	137	38938	0	America/Chicago
5037005	Township of McCrea	township-of-mccrea	McCrea Township		US	MN	089	38942	0	America/Chicago
5037007	Township of McDavitt	township-of-mcdavitt	McDavitt Township		US	MN	137	38960	0	America/Chicago
5037019	Township of McDonaldsville	township-of-mcdonaldsville	McDonaldsville Township		US	MN	107	38978	0	America/Chicago
5037037	City of McGrath	city-of-mcgrath			US	MN	001	38996	0	America/Chicago
5037040	City of McGregor	city-of-mcgregor			US	MN	001	39014	0	America/Chicago
5037041	Township of McGregor	township-of-mcgregor	McGregor Township		US	MN	001	39032	0	America/Chicago
5037045	City of McIntosh	city-of-mcintosh			US	MN	119	39050	0	America/Chicago
5037076	City of McKinley	city-of-mckinley			US	MN	137	39140	0	America/Chicago
5037077	Township of McKinley	township-of-mckinley	McKinley Township		US	MN	021	39104	0	America/Chicago
5037099	Township of McPherson	township-of-mcpherson	McPherson Township		US	MN	013	39176	0	America/Chicago
5037108	Township of Meadow Brook	township-of-meadow-brook	Meadow Brook Township		US	MN	021	41354	0	America/Chicago
5037137	Township of Meadow	township-of-meadow	Meadow Township		US	MN	159	41336	0	America/Chicago
5037146	City of Meadowlands	city-of-meadowlands			US	MN	137	41372	0	America/Chicago
5037147	Township of Meadowlands	township-of-meadowlands	Meadowlands Township		US	MN	137	41390	0	America/Chicago
5037152	Township of Meadows	township-of-meadows	Meadows Township		US	MN	167	41408	0	America/Chicago
5037173	City of Medford	city-of-medford			US	MN	147	41426	0	America/Chicago
5037174	Township of Medford	township-of-medford	Medford Township		US	MN	147	41444	0	America/Chicago
5037183	City of Medicine Lake	city-of-medicine-lake			US	MN	053	41462	0	America/Chicago
5037187	City of Medina	city-of-medina			US	MN	053	41480	0	America/Chicago
5037195	Township of Medo	township-of-medo	Medo Township		US	MN	013	41498	0	America/Chicago
5037215	Township of Mehurin	township-of-mehurin	Mehurin Township		US	MN	073	41516	0	America/Chicago
5037219	City of Meire Grove	city-of-meire-grove			US	MN	145	41534	0	America/Chicago
5037252	City of Melrose	city-of-melrose			US	MN	145	41570	0	America/Chicago
5037253	Township of Melrose	township-of-melrose	Melrose Township		US	MN	145	41588	0	America/Chicago
5037255	Township of Melville	township-of-melville	Melville Township		US	MN	129	41624	0	America/Chicago
5037277	City of Menahga	city-of-menahga			US	MN	159	41660	0	America/Chicago
5037281	City of Mendota Heights	city-of-mendota-heights			US	MN	037	41696	0	America/Chicago
5037283	City of Mendota	city-of-mendota			US	MN	037	41678	0	America/Chicago
5037293	City of Mentor	city-of-mentor			US	MN	119	41714	0	America/Chicago
5037301	Township of Meriden	township-of-meriden	Meriden Township		US	MN	147	41750	0	America/Chicago
5037318	Township of Merton	township-of-merton	Merton Township		US	MN	147	41840	0	America/Chicago
5037382	Township of Mickinock	township-of-mickinock	Mickinock Township		US	MN	135	41894	0	America/Chicago
5037411	City of Middle River	city-of-middle-river			US	MN	089	41912	0	America/Chicago
5037412	Township of Middle River	township-of-middle-river	Middle River Township		US	MN	089	41930	0	America/Chicago
5037420	Township of Middleville	township-of-middleville	Middleville Township		US	MN	171	41966	0	America/Chicago
5037436	Township of Middletown	township-of-middletown	Middletown Township		US	MN	063	41948	0	America/Chicago
5037439	Township of Midway	township-of-midway	Midway Township		US	MN	033	42002	0	America/Chicago
5037440	Township of Midway	township-of-midway	Midway Township		US	MN	137	42056	0	America/Chicago
5037448	City of Miesville	city-of-miesville			US	MN	037	42092	0	America/Chicago
5037458	City of Milaca	city-of-milaca			US	MN	095	42110	0	America/Chicago
5037459	Township of Milaca	township-of-milaca	Milaca Township		US	MN	095	42128	0	America/Chicago
5037477	City of Milan	city-of-milan			US	MN	023	42146	0	America/Chicago
5037490	Township of Milford	township-of-milford	Milford Township		US	MN	015	42182	0	America/Chicago
5037564	City of Millerville	city-of-millerville			US	MN	041	42254	0	America/Chicago
5037565	Township of Millerville	township-of-millerville	Millerville Township		US	MN	041	42272	0	America/Chicago
5037580	City of Millville	city-of-millville			US	MN	157	42290	0	America/Chicago
5037581	Township of Millward	township-of-millward	Millward Township		US	MN	001	42300	0	America/Chicago
5037584	Township of Millwood	township-of-millwood	Millwood Township		US	MN	145	42308	0	America/Chicago
5037586	Township of Milo	township-of-milo	Milo Township		US	MN	095	42326	0	America/Chicago
5037596	City of Milroy	city-of-milroy			US	MN	127	42362	0	America/Chicago
5037598	Township of Milton	township-of-milton	Milton Township		US	MN	039	42380	0	America/Chicago
5037605	City of Miltona	city-of-miltona			US	MN	041	42398	0	America/Chicago
5037607	Township of Miltona	township-of-miltona	Miltona Township		US	MN	041	42416	0	America/Chicago
5037616	Township of Minden	township-of-minden	Minden Township		US	MN	009	42434	0	America/Chicago
5037626	Township of Minerva	township-of-minerva	Minerva Township		US	MN	029	42452	0	America/Chicago
5037657	City of Minneapolis	city-of-minneapolis			US	MN	053	43000	0	America/Chicago
5037668	City of Minneiska	city-of-minneiska			US	MN	169	43036	0	America/Chicago
5037669	Township of Minneiska	township-of-minneiska	Minneiska Township		US	MN	157	43054	0	America/Chicago
5037675	Township of Minneola	township-of-minneola	Minneola Township		US	MN	049	43072	0	America/Chicago
5037688	City of Minneota	city-of-minneota			US	MN	083	43126	0	America/Chicago
5037689	Township of Minneota	township-of-minneota	Minneota Township		US	MN	063	43108	0	America/Chicago
5037700	City of Minnesota City	city-of-minnesota-city	City of Minnesota City,Minnesota City		US	MN	169	43144	204	America/Chicago
5037706	Township of Minnesota Falls	township-of-minnesota-falls	Minnesota Falls Township		US	MN	173	43180	0	America/Chicago
5037721	City of Minnesota Lake	city-of-minnesota-lake			US	MN	043	43198	0	America/Chicago
5037722	Township of Minnesota Lake	township-of-minnesota-lake	Minnesota Lake Township		US	MN	043	43216	0	America/Chicago
5037786	City of Minnetonka Beach	city-of-minnetonka-beach			US	MN	053	43270	0	America/Chicago
5037791	City of Minnetonka	city-of-minnetonka			US	MN	053	43252	0	America/Chicago
5037795	City of Minnetrista	city-of-minnetrista			US	MN	053	43306	0	America/Chicago
5037807	Township of Minnewaska	township-of-minnewaska	Minnewaska Township		US	MN	121	43342	0	America/Chicago
5037818	Township of Minnie	township-of-minnie	Minnie Township		US	MN	007	43360	0	America/Chicago
5037881	Township of Mission	township-of-mission	Mission Township		US	MN	035	43468	0	America/Chicago
5037884	Township of Mission Creek	township-of-mission-creek	Mission Creek Township		US	MN	115	43486	0	America/Chicago
5037924	Township of Mitchell	township-of-mitchell	Mitchell Township		US	MN	167	43522	0	America/Chicago
5037930	City of Mizpah	city-of-mizpah			US	MN	071	43540	0	America/Chicago
5037946	Township of Moe	township-of-moe	Moe Township		US	MN	041	43558	0	America/Chicago
5037962	Township of Moland	township-of-moland	Moland Township		US	MN	027	43576	0	America/Chicago
5037974	Township of Moltke	township-of-moltke	Moltke Township		US	MN	143	43612	0	America/Chicago
5037987	Township of Money Creek	township-of-money-creek	Money Creek Township		US	MN	055	43648	0	America/Chicago
5037999	Township of Monroe	township-of-monroe	Monroe Township		US	MN	083	43666	0	America/Chicago
5038015	Township of Monson	township-of-monson	Monson Township		US	MN	155	43684	0	America/Chicago
5038032	City of Montevideo	city-of-montevideo			US	MN	023	43720	0	America/Chicago
5038043	City of Montgomery	city-of-montgomery			US	MN	079	43738	0	America/Chicago
5038044	Township of Montgomery	township-of-montgomery	Montgomery Township		US	MN	079	43756	0	America/Chicago
5038058	City of Monticello	city-of-monticello			US	MN	171	43774	0	America/Chicago
5038059	Township of Monticello	township-of-monticello	Monticello Township		US	MN	171	43792	0	America/Chicago
5038070	City of Montrose	city-of-montrose			US	MN	171	43810	0	America/Chicago
5038093	Township of Moonshine	township-of-moonshine	Moonshine Township		US	MN	011	43828	0	America/Chicago
5038107	Township of Moore	township-of-moore	Moore Township		US	MN	149	43846	0	America/Chicago
5038111	City of Moorhead	city-of-moorhead			US	MN	027	43864	0	America/Chicago
5038112	Township of Moorhead	township-of-moorhead	Moorhead Township		US	MN	027	43882	0	America/Chicago
5038123	Township of Moose Creek	township-of-moose-creek	Moose Creek Township		US	MN	029	43918	0	America/Chicago
5038162	City of Moose Lake	city-of-moose-lake			US	MN	017	43954	0	America/Chicago
5038163	Township of Moose Lake	township-of-moose-lake	Moose Lake Township		US	MN	007	43936	0	America/Chicago
5038164	Township of Moose Lake	township-of-moose-lake	Moose Lake Township		US	MN	017	43972	0	America/Chicago
5038165	Township of Moose Lake	township-of-moose-lake	Moose Lake Township		US	MN	021	43990	0	America/Chicago
5038172	Township of Moose Park	township-of-moose-park	Moose Park Township		US	MN	061	44008	0	America/Chicago
5038185	Township of Moose River	township-of-moose-river	Moose River Township		US	MN	089	44026	0	America/Chicago
5038187	Township of Moose	township-of-moose	Moose Township		US	MN	135	43900	0	America/Chicago
5038200	City of Mora	city-of-mora			US	MN	065	44044	0	America/Chicago
5038207	Township of Moran	township-of-moran	Moran Township		US	MN	153	44062	0	America/Chicago
5038210	Township of Moranville	township-of-moranville	Moranville Township		US	MN	135	44080	0	America/Chicago
5038215	Township of Morcom	township-of-morcom	Morcom Township		US	MN	137	44098	0	America/Chicago
5038235	City of Morgan	city-of-morgan			US	MN	127	44116	0	America/Chicago
5038236	Township of Morgan	township-of-morgan	Morgan Township		US	MN	127	44134	0	America/Chicago
5038240	Township of Morken	township-of-morken	Morken Township		US	MN	027	44170	0	America/Chicago
5038250	Township of Morrill	township-of-morrill	Morrill Township		US	MN	097	44224	0	America/Chicago
5038269	City of Morris	city-of-morris			US	MN	149	44242	0	America/Chicago
5038270	Township of Morris	township-of-morris	Morris Township		US	MN	149	44260	0	America/Chicago
5038281	Township of Morrison	township-of-morrison	Morrison Township		US	MN	001	44278	0	America/Chicago
5038285	City of Morristown	city-of-morristown			US	MN	131	44296	0	America/Chicago
5038286	Township of Morristown	township-of-morristown	Morristown Township		US	MN	131	44314	0	America/Chicago
5038288	Township of Morse	township-of-morse	Morse Township		US	MN	061	44332	0	America/Chicago
5038289	Township of Morse	township-of-morse	Morse Township		US	MN	137	44350	0	America/Chicago
5038300	City of Morton	city-of-morton			US	MN	129	44368	0	America/Chicago
5038307	Township of Moscow	township-of-moscow	Moscow Township		US	MN	047	44404	0	America/Chicago
5038340	City of Motley	city-of-motley			US	MN	097	44422	0	America/Chicago
5038341	Township of Motley	township-of-motley	Motley Township		US	MN	097	44440	0	America/Chicago
5038347	Township of Moulton	township-of-moulton	Moulton Township		US	MN	101	44458	0	America/Chicago
5038364	Township of Mound Prairie	township-of-mound-prairie	Mound Prairie Township		US	MN	055	44512	0	America/Chicago
5038366	City of Mound	city-of-mound			US	MN	053	44476	0	America/Chicago
5038369	Township of Mound	township-of-mound	Mound Township		US	MN	133	44494	0	America/Chicago
5038375	City of Mounds View	city-of-mounds-view			US	MN	123	44530	0	America/Chicago
5038399	Township of Mount Morris	township-of-mount-morris	Mount Morris Township		US	MN	097	44602	0	America/Chicago
5038420	Township of Mount Pleasant	township-of-mount-pleasant	Mount Pleasant Township		US	MN	157	44620	0	America/Chicago
5038427	Township of Mount Vernon	township-of-mount-vernon	Mount Vernon Township		US	MN	169	44656	0	America/Chicago
5038435	City of Mountain Iron	city-of-mountain-iron			US	MN	137	44548	0	America/Chicago
5038451	City of Mountain Lake	city-of-mountain-lake			US	MN	033	44566	0	America/Chicago
5038452	Township of Mountain Lake	township-of-mountain-lake	Mountain Lake Township		US	MN	033	44584	0	America/Chicago
5038465	Township of Moyer	township-of-moyer	Moyer Township		US	MN	151	44674	0	America/Chicago
5038466	Township of Moylan	township-of-moylan	Moylan Township		US	MN	089	44692	0	America/Chicago
5038697	Unorganized Territory of Mud Lake	unorganized-territory-of-mud-lake			US	MN	089	44718	0	America/Chicago
5038718	Township of Mudgett	township-of-mudgett	Mudgett Township		US	MN	095	44710	0	America/Chicago
5038745	Township of Mulligan	township-of-mulligan	Mulligan Township		US	MN	015	44746	0	America/Chicago
5038749	Township of Munch	township-of-munch	Munch Township		US	MN	115	44764	0	America/Chicago
5038763	Township of Munson	township-of-munson	Munson Township		US	MN	145	44800	0	America/Chicago
5038776	City of Murdock	city-of-murdock			US	MN	151	44818	0	America/Chicago
5038811	Township of Murray	township-of-murray	Murray Township		US	MN	101	44854	0	America/Chicago
5038871	City of Myrtle	city-of-myrtle			US	MN	047	44890	0	America/Chicago
5038912	City of Nashua	city-of-nashua			US	MN	167	44944	0	America/Chicago
5038916	Township of Nashville	township-of-nashville	Nashville Township		US	MN	091	44962	0	America/Chicago
5038919	Township of Nashwauk	township-of-nashwauk	Nashwauk Township		US	MN	061	44998	0	America/Chicago
5038925	City of Nassau	city-of-nassau			US	MN	073	45016	0	America/Chicago
5038949	Township of Nebish	township-of-nebish	Nebish Township		US	MN	007	45088	0	America/Chicago
5038999	Township of Nelson Park	township-of-nelson-park	Nelson Park Township		US	MN	089	45142	0	America/Chicago
5039007	City of Nelson	city-of-nelson			US	MN	041	45106	0	America/Chicago
5039008	Township of Nelson	township-of-nelson	Nelson Township		US	MN	165	45124	0	America/Chicago
5039013	Township of Nereson	township-of-nereson	Nereson Township		US	MN	135	45178	0	America/Chicago
5039019	City of Nerstrand	city-of-nerstrand			US	MN	131	45196	0	America/Chicago
5039021	Township of Nesbit	township-of-nesbit	Nesbit Township		US	MN	119	45214	0	America/Chicago
5039035	Township of Nessel	township-of-nessel	Nessel Township		US	MN	025	45250	0	America/Chicago
5039043	Township of Ness	township-of-ness	Ness Township		US	MN	137	45232	0	America/Chicago
5039054	Unorganized Territory of Nett Lake	unorganized-territory-of-nett-lake			US	MN	137	45281	0	America/Chicago
5039062	Township of Nevada	township-of-nevada	Nevada Township		US	MN	099	45322	0	America/Chicago
5039070	City of Nevis	city-of-nevis			US	MN	057	45340	0	America/Chicago
5039071	Township of Nevis	township-of-nevis	Nevis Township		US	MN	057	45358	0	America/Chicago
5039074	City of New Auburn	city-of-new-auburn			US	MN	143	45376	0	America/Chicago
5039075	Township of New Auburn	township-of-new-auburn	New Auburn Township		US	MN	143	45394	0	America/Chicago
5039079	Township of New Avon	township-of-new-avon	New Avon Township		US	MN	127	45412	0	America/Chicago
5039081	City of New Brighton	city-of-new-brighton			US	MN	123	45430	0	America/Chicago
5039083	Township of New Dosey	township-of-new-dosey	New Dosey Township		US	MN	115	45484	0	America/Chicago
5039085	Township of New Folden	township-of-new-folden	New Folden Township		US	MN	089	45538	0	America/Chicago
5039087	City of New Germany	city-of-new-germany			US	MN	019	45556	0	America/Chicago
5039092	Township of New Hartford	township-of-new-hartford	New Hartford Township		US	MN	169	45592	0	America/Chicago
5039093	Township of New Haven	township-of-new-haven	New Haven Township		US	MN	109	45610	0	America/Chicago
5039099	City of New Hope	city-of-new-hope			US	MN	053	45628	0	America/Chicago
5039104	Township of New Independence	township-of-new-independence	New Independence Township		US	MN	137	45664	0	America/Chicago
5039119	City of New London	city-of-new-london			US	MN	067	45682	0	America/Chicago
5039120	Township of New London	township-of-new-london	New London Township		US	MN	067	45700	0	America/Chicago
5039121	Township of New Maine	township-of-new-maine	New Maine Township		US	MN	089	45718	0	America/Chicago
5039124	Township of New Market	township-of-new-market	New Market Township		US	MN	139	45754	0	America/Chicago
5039129	City of New Munich	city-of-new-munich			US	MN	145	45772	0	America/Chicago
5039138	City of New Prague	city-of-new-prague			US	MN	079	45808	0	America/Chicago
5039142	Township of New Prairie	township-of-new-prairie	New Prairie Township		US	MN	121	45844	0	America/Chicago
5039153	City of New Richland	city-of-new-richland			US	MN	161	45862	0	America/Chicago
5039154	Township of New Richland	township-of-new-richland	New Richland Township		US	MN	161	45880	0	America/Chicago
5039162	Township of New Solum	township-of-new-solum	New Solum Township		US	MN	089	45970	0	America/Chicago
5039166	Township of New Sweden	township-of-new-sweden	New Sweden Township		US	MN	103	45988	0	America/Chicago
5039171	City of New Trier	city-of-new-trier			US	MN	037	46024	0	America/Chicago
5039189	City of New Ulm	city-of-new-ulm			US	MN	015	46042	0	America/Chicago
5039194	City of New York Mills	city-of-new-york-mills			US	MN	111	46060	0	America/Chicago
5039196	Unorganized Territory of Nett Lake	unorganized-territory-of-nett-lake			US	MN	071	45277	0	America/Chicago
5039200	Township of Newburg	township-of-newburg	Newburg Township		US	MN	045	45466	0	America/Chicago
5039203	City of Newfolden	city-of-newfolden			US	MN	089	45520	0	America/Chicago
5039214	City of Newport	city-of-newport			US	MN	163	45790	0	America/Chicago
5039215	Township of Newry	township-of-newry	Newry Township		US	MN	047	45934	0	America/Chicago
5039222	Township of Newton	township-of-newton	Newton Township		US	MN	111	46006	0	America/Chicago
5039236	Township of Nickerson	township-of-nickerson	Nickerson Township		US	MN	115	46132	0	America/Chicago
5039261	City of Nicollet	city-of-nicollet			US	MN	103	46150	0	America/Chicago
5039262	Township of Nicollet	township-of-nicollet	Nicollet Township		US	MN	103	46168	0	America/Chicago
5039266	Township of Nidaros	township-of-nidaros	Nidaros Township		US	MN	111	46240	0	America/Chicago
5039273	City of Nielsville	city-of-nielsville			US	MN	119	46258	0	America/Chicago
5039288	Township of Nilsen	township-of-nilsen	Nilsen Township		US	MN	167	46276	0	America/Chicago
5039291	City of Nimrod	city-of-nimrod			US	MN	159	46294	0	America/Chicago
5039305	Township of Nininger	township-of-nininger	Nininger Township		US	MN	037	46330	0	America/Chicago
5039313	City of Nisswa	city-of-nisswa			US	MN	035	46348	0	America/Chicago
5039333	Township of Nokay Lake	township-of-nokay-lake	Nokay Lake Township		US	MN	035	46384	0	America/Chicago
5039350	Township of Nora	township-of-nora	Nora Township		US	MN	029	46438	0	America/Chicago
5039351	Township of Nora	township-of-nora	Nora Township		US	MN	121	46456	0	America/Chicago
5039359	City of Norcross	city-of-norcross			US	MN	051	46492	0	America/Chicago
5039366	Township of Norden	township-of-norden	Norden Township		US	MN	113	46510	0	America/Chicago
5039369	Township of Nordick	township-of-nordick	Nordick Township		US	MN	167	46528	0	America/Chicago
5039374	Township of Nordland	township-of-nordland	Nordland Township		US	MN	001	46546	0	America/Chicago
5039375	Township of Nordland	township-of-nordland	Nordland Township		US	MN	083	46564	0	America/Chicago
5039376	Township of Nore	township-of-nore	Nore Township		US	MN	061	46582	0	America/Chicago
5039378	Township of Norfolk	township-of-norfolk	Norfolk Township		US	MN	129	46600	0	America/Chicago
5039385	Township of Norman	township-of-norman	Norman Township		US	MN	115	46618	0	America/Chicago
5039386	Township of Norman	township-of-norman	Norman Township		US	MN	173	46636	0	America/Chicago
5039390	Township of Normania	township-of-normania	Normania Township		US	MN	173	46690	0	America/Chicago
5039392	Township of Normanna	township-of-normanna	Normanna Township		US	MN	137	46708	0	America/Chicago
5039416	Unorganized Territory of North Beltrami	unorganized-territory-of-north-beltrami			US	MN	007	46770	0	America/Chicago
5039450	City of North Branch	city-of-north-branch			US	MN	025	46798	0	America/Chicago
5039456	Township of North Branch	township-of-north-branch	North Branch Township		US	MN	059	46816	0	America/Chicago
5039457	Unorganized Territory of North Cass	unorganized-territory-of-north-cass			US	MN	021	46825	0	America/Chicago
5039464	Unorganized Territory of North Central Cass	unorganized-territory-of-north-central-cass			US	MN	021	46826	0	America/Chicago
5039466	Unorganized Territory of North Clearwater	unorganized-territory-of-north-clearwater			US	MN	029	46830	0	America/Chicago
5039471	Unorganized Territory of North Carlton	unorganized-territory-of-north-carlton			US	MN	017	46820	0	America/Chicago
5039495	Township of North Fork	township-of-north-fork	North Fork Township		US	MN	145	46960	0	America/Chicago
5039499	Township of North Germany	township-of-north-germany	North Germany Township		US	MN	159	46978	0	America/Chicago
5039510	Township of North Hero	township-of-north-hero	North Hero Township		US	MN	127	46996	0	America/Chicago
5039543	City of North Mankato	city-of-north-mankato			US	MN	103	47068	0	America/Chicago
5039556	City of North Oaks	city-of-north-oaks			US	MN	123	47104	0	America/Chicago
5039558	Township of North Ottawa	township-of-north-ottawa	North Ottawa Township		US	MN	051	47140	0	America/Chicago
5039582	Unorganized Territory of North Roseau	unorganized-territory-of-north-roseau			US	MN	135	47216	0	America/Chicago
5039588	City of North Saint Paul	city-of-north-saint-paul			US	MN	123	47221	0	America/Chicago
5039620	Township of North Star	township-of-north-star	North Star Township		US	MN	015	47248	0	America/Chicago
5039621	Township of North Star	township-of-north-star	North Star Township		US	MN	137	47255	0	America/Chicago
5039649	Township of North	township-of-north	North Township		US	MN	113	46762	0	America/Chicago
5039656	Unorganized Territory of Northeast Aitkin	unorganized-territory-of-northeast-aitkin			US	MN	001	46890	0	America/Chicago
5039658	Unorganized Territory of Northeast Itasca	unorganized-territory-of-northeast-itasca			US	MN	061	46894	0	America/Chicago
5039674	Township of Northern	township-of-northern	Northern Township		US	MN	007	46906	0	America/Chicago
5039676	City of Northfield	city-of-northfield			US	MN	131	46924	0	America/Chicago
5039677	Township of Northfield	township-of-northfield	Northfield Township		US	MN	131	46942	0	America/Chicago
5039684	Township of Northland	township-of-northland	Northland Township		US	MN	119	47032	0	America/Chicago
5039685	Township of Northland	township-of-northland	Northland Township		US	MN	137	47050	0	America/Chicago
5039690	City of Northome	city-of-northome			US	MN	071	47122	0	America/Chicago
5039691	Unorganized Territory of Northome	unorganized-territory-of-northome			US	MN	071	47131	0	America/Chicago
5039703	City of Northrop	city-of-northrop			US	MN	091	47212	0	America/Chicago
5039722	Unorganized Territory of Northwest Aitkin	unorganized-territory-of-northwest-aitkin			US	MN	001	47342	0	America/Chicago
5039727	Unorganized Territory of Northwest Koochiching	unorganized-territory-of-northwest-koochiching			US	MN	071	47352	0	America/Chicago
5039732	Unorganized Territory of Northwest Roseau	unorganized-territory-of-northwest-roseau			US	MN	135	47357	0	America/Chicago
5039742	Township of Norton	township-of-norton	Norton Township		US	MN	169	47374	0	America/Chicago
5039762	Township of Norway Lake	township-of-norway-lake	Norway Lake Township		US	MN	067	47464	0	America/Chicago
5039770	Township of Norway	township-of-norway	Norway Township		US	MN	045	47392	0	America/Chicago
5039771	Township of Norway	township-of-norway	Norway Township		US	MN	069	47410	0	America/Chicago
5039784	Township of Norwegian Grove	township-of-norwegian-grove	Norwegian Grove Township		US	MN	111	47482	0	America/Chicago
5039811	Township of Numedal	township-of-numedal	Numedal Township		US	MN	113	47590	0	America/Chicago
5039812	Township of Nunda	township-of-nunda	Nunda Township		US	MN	047	47608	0	America/Chicago
5039834	Township of O'Brien	township-of-o-brien	O'Brien Township		US	MN	007	48040	0	America/Chicago
5039931	Township of Oak Lawn	township-of-oak-lawn	Oak Lawn Township		US	MN	035	47824	0	America/Chicago
5039951	City of Oak Park Heights	city-of-oak-park-heights			US	MN	163	47914	0	America/Chicago
5039954	Township of Oak Park	township-of-oak-park	Oak Park Township		US	MN	089	47878	0	America/Chicago
5039972	Township of Oak Valley	township-of-oak-valley	Oak Valley Township		US	MN	111	48004	0	America/Chicago
5039976	Township of Oak	township-of-oak	Oak Township		US	MN	145	47644	0	America/Chicago
5039984	City of Oakdale	city-of-oakdale			US	MN	163	47680	0	America/Chicago
5040002	Township of Oakland	township-of-oakland	Oakland Township		US	MN	047	47788	0	America/Chicago
5040003	Township of Oakland	township-of-oakland	Oakland Township		US	MN	087	47806	0	America/Chicago
5040008	Township of Oakport	township-of-oakport	Oakport Township		US	MN	027	47932	0	America/Chicago
5040032	Township of Oakwood	township-of-oakwood	Oakwood Township		US	MN	157	48022	0	America/Chicago
5040052	City of Odessa	city-of-odessa			US	MN	011	48058	0	America/Chicago
5040053	Township of Odessa	township-of-odessa	Odessa Township		US	MN	011	48076	0	America/Chicago
5040059	City of Odin	city-of-odin			US	MN	165	48094	0	America/Chicago
5040060	Township of Odin	township-of-odin	Odin Township		US	MN	165	48112	0	America/Chicago
5040072	City of Ogema	city-of-ogema			US	MN	005	48130	0	America/Chicago
5040073	Township of Ogema	township-of-ogema	Ogema Township		US	MN	115	48148	0	America/Chicago
5040077	City of Ogilvie	city-of-ogilvie			US	MN	065	48166	0	America/Chicago
5040099	City of Okabena	city-of-okabena			US	MN	063	48184	0	America/Chicago
5040106	City of Oklee	city-of-oklee			US	MN	125	48202	0	America/Chicago
5040208	City of Olivia	city-of-olivia			US	MN	129	48256	0	America/Chicago
5040224	Township of Olney	township-of-olney	Olney Township		US	MN	105	48274	0	America/Chicago
5040250	Township of Omro	township-of-omro	Omro Township		US	MN	173	48292	0	America/Chicago
5040256	City of Onamia	city-of-onamia			US	MN	095	48310	0	America/Chicago
5040257	Township of Onamia	township-of-onamia	Onamia Township		US	MN	095	48328	0	America/Chicago
5040278	Township of Onstad	township-of-onstad	Onstad Township		US	MN	119	48418	0	America/Chicago
5040302	Township of Orange	township-of-orange	Orange Township		US	MN	041	48472	0	America/Chicago
5040325	Township of Orion	township-of-orion	Orion Township		US	MN	109	48526	0	America/Chicago
5040331	City of Ormsby	city-of-ormsby			US	MN	091	48562	0	America/Chicago
5040338	City of Orono	city-of-orono			US	MN	053	48580	0	America/Chicago
5040347	City of Oronoco	city-of-oronoco			US	MN	109	48598	0	America/Chicago
5040348	Township of Oronoco	township-of-oronoco	Oronoco Township		US	MN	109	48616	0	America/Chicago
5040352	City of Orr	city-of-orr			US	MN	137	48634	0	America/Chicago
5040357	Township of Orrock	township-of-orrock	Orrock Township		US	MN	141	48670	0	America/Chicago
5040364	Township of Orton	township-of-orton	Orton Township		US	MN	159	48688	0	America/Chicago
5040375	Township of Ortonville	township-of-ortonville	Ortonville Township		US	MN	011	48724	0	America/Chicago
5040384	Township of Orwell	township-of-orwell	Orwell Township		US	MN	111	48742	0	America/Chicago
5040387	Township of Osage	township-of-osage	Osage Township		US	MN	005	48778	0	America/Chicago
5040401	City of Osakis	city-of-osakis			US	MN	041	48796	0	America/Chicago
5040402	Township of Osakis	township-of-osakis	Osakis Township		US	MN	041	48814	0	America/Chicago
5040403	Township of Osborne	township-of-osborne	Osborn Township,Osborne Township,Township of Osborne		US	MN	117	48832	0	America/Chicago
5040411	Township of Oscar	township-of-oscar	Oscar Township		US	MN	111	48850	0	America/Chicago
5040412	Township of Osceola	township-of-osceola	Osceola Township		US	MN	129	48868	0	America/Chicago
5040418	Township of Oshawa	township-of-oshawa	Oshawa Township		US	MN	103	48922	0	America/Chicago
5040420	Township of Oshkosh	township-of-oshkosh	Oshkosh Township		US	MN	173	48940	0	America/Chicago
5040433	City of Oslo	city-of-oslo			US	MN	089	48976	0	America/Chicago
5040440	City of Osseo	city-of-osseo			US	MN	053	49012	0	America/Chicago
5040464	City of Ostrander	city-of-ostrander			US	MN	045	49030	0	America/Chicago
5040465	Township of Oteneagen	township-of-oteneagen	Oteneagen Township		US	MN	061	49048	0	America/Chicago
5040471	Township of Otisco	township-of-otisco	Otisco Township		US	MN	161	49084	0	America/Chicago
5040476	Township of Otrey	township-of-otrey	Otrey Township		US	MN	011	49120	0	America/Chicago
5040488	Township of Ottawa	township-of-ottawa	Ottawa Township		US	MN	079	49174	0	America/Chicago
5040519	Township of Otter Tail Peninsula	township-of-otter-tail-peninsula	Otter Tail Peninsula Township		US	MN	021	49250	0	America/Chicago
5040525	Township of Otter Tail	township-of-otter-tail	Otter Tail Township		US	MN	111	49228	0	America/Chicago
5040531	City of Ottertail	city-of-ottertail			US	MN	111	49210	0	America/Chicago
5040538	Township of Otto	township-of-otto	Otto Township		US	MN	111	49264	0	America/Chicago
5040664	City of Owatonna	city-of-owatonna			US	MN	147	49300	0	America/Chicago
5040665	Township of Owatonna	township-of-owatonna	Owatonna Township		US	MN	147	49318	0	America/Chicago
5040668	Township of Owens	township-of-owens	Owens Township		US	MN	137	49336	0	America/Chicago
5040687	Township of Oxford	township-of-oxford	Oxford Township		US	MN	059	49354	0	America/Chicago
5040708	Township of Paddock	township-of-paddock	Paddock Township		US	MN	111	49408	0	America/Chicago
5040721	Township of Page	township-of-page	Page Township		US	MN	095	49480	0	America/Chicago
5040752	City of Palisade	city-of-palisade			US	MN	001	49498	0	America/Chicago
5040760	Township of Palmer	township-of-palmer	Palmer Township		US	MN	141	49534	0	America/Chicago
5040764	Township of Palmville	township-of-palmville	Palmville Township		US	MN	135	49588	0	America/Chicago
5040769	Township of Palmyra	township-of-palmyra	Palmyra Township		US	MN	129	49606	0	America/Chicago
5040824	City of Park Rapids	city-of-park-rapids			US	MN	057	49768	0	America/Chicago
5040834	Township of Park	township-of-park	Park Township		US	MN	115	49660	0	America/Chicago
5040837	Township of Parke	township-of-parke	Parke Township		US	MN	027	49678	0	America/Chicago
5040842	Township of Parker	township-of-parker	Parker Township		US	MN	089	49696	0	America/Chicago
5040843	Township of Parker	township-of-parker	Parker Township		US	MN	097	49714	0	America/Chicago
5040848	City of Parkers Prairie	city-of-parkers-prairie			US	MN	111	49732	0	America/Chicago
5040849	Township of Parkers Prairie	township-of-parkers-prairie	Parkers Prairie Township		US	MN	111	49750	0	America/Chicago
5040869	Township of Parnell	township-of-parnell	Parnell Township		US	MN	119	49840	0	America/Chicago
5040870	Township of Parnell	township-of-parnell	Parnell Township		US	MN	155	49858	0	America/Chicago
5040919	Township of Partridge	township-of-partridge	Partridge Township		US	MN	115	49876	0	America/Chicago
5040931	Township of Paxton	township-of-paxton	Paxton Township		US	MN	127	49894	0	America/Chicago
5040951	City of Paynesville	city-of-paynesville			US	MN	145	49966	0	America/Chicago
5040952	Township of Paynesville	township-of-paynesville	Paynesville Township		US	MN	145	49984	0	America/Chicago
5040990	Township of Peace	township-of-peace	Peace Township		US	MN	065	50002	0	America/Chicago
5041014	City of Pease	city-of-pease			US	MN	095	50056	0	America/Chicago
5041042	Township of Pelan	township-of-pelan	Pelan Township		US	MN	069	50074	0	America/Chicago
5041070	Township of Pelican Lake	township-of-pelican-lake	Pelican Lake Township		US	MN	051	50128	0	America/Chicago
5041075	City of Pelican Rapids	city-of-pelican-rapids			US	MN	111	50164	0	America/Chicago
5041081	Township of Pelican	township-of-pelican	Pelican Township		US	MN	035	50092	0	America/Chicago
5041082	Township of Pelican	township-of-pelican	Pelican Township		US	MN	111	50110	0	America/Chicago
5041099	City of Pemberton	city-of-pemberton			US	MN	013	50200	0	America/Chicago
5041101	Township of Pembina	township-of-pembina	Pembina Township		US	MN	087	50218	0	America/Chicago
5041118	Township of Penn	township-of-penn	Penn Township		US	MN	085	50308	0	America/Chicago
5041128	City of Pennock	city-of-pennock			US	MN	067	50344	0	America/Chicago
5041138	Township of Pepin	township-of-pepin	Pepin Township		US	MN	157	50362	0	America/Chicago
5041142	Township of Pepperton	township-of-pepperton	Pepperton Township		US	MN	149	50380	0	America/Chicago
5041145	Township of Pequaywan	township-of-pequaywan	Pequaywan Township		US	MN	137	50389	0	America/Chicago
5041147	City of Pequot Lakes	city-of-pequot-lakes			US	MN	035	50416	0	America/Chicago
5041179	Township of Perch Lake	township-of-perch-lake	Perch Lake Township		US	MN	017	50446	0	America/Chicago
5041180	Township of Percy	township-of-percy	Percy Township		US	MN	069	50452	0	America/Chicago
5041193	City of Perham	city-of-perham			US	MN	111	50470	0	America/Chicago
5041194	Township of Perham	township-of-perham	Perham Township		US	MN	111	50488	0	America/Chicago
5041201	City of Perley	city-of-perley			US	MN	107	50506	0	America/Chicago
5041215	Township of Perry	township-of-perry	Perry Township		US	MN	073	50524	0	America/Chicago
5041231	Township of Perry Lake	township-of-perry-lake	Perry Lake Township		US	MN	035	50542	0	America/Chicago
5041236	Township of Petersburg	township-of-petersburg	Petersburg Township		US	MN	063	50578	0	America/Chicago
5041271	City of Peterson	city-of-peterson			US	MN	045	50596	0	America/Chicago
5041375	Township of Pickerel Lake	township-of-pickerel-lake	Pickerel Lake Township		US	MN	047	50722	0	America/Chicago
5041415	City of Pierz	city-of-pierz			US	MN	097	50776	0	America/Chicago
5041416	Township of Pierz	township-of-pierz	Pierz Township		US	MN	097	50794	0	America/Chicago
5041447	Township of Pike Bay	township-of-pike-bay	Pike Bay Township		US	MN	021	50848	0	America/Chicago
5041452	Township of Pike Creek	township-of-pike-creek	Pike Creek Township		US	MN	097	50866	0	America/Chicago
5041477	Township of Pike	township-of-pike	Pike Township		US	MN	137	50830	0	America/Chicago
5041493	City of Pillager	city-of-pillager			US	MN	021	50902	0	America/Chicago
5041501	Township of Pillsbury	township-of-pillsbury	Pillsbury Township		US	MN	151	50920	0	America/Chicago
5041506	Township of Pilot Grove	township-of-pilot-grove	Pilot Grove Township		US	MN	043	50974	0	America/Chicago
5041512	Township of Pilot Mound	township-of-pilot-mound	Pilot Mound Township		US	MN	045	51010	0	America/Chicago
5041527	City of Pine City	city-of-pine-city	City of Pine City,Pine City		US	MN	115	51064	3123	America/Chicago
5041541	Township of Pine City	township-of-pine-city	Pine City Township		US	MN	115	51082	0	America/Chicago
5041603	City of Pine Island	city-of-pine-island			US	MN	049	51136	0	America/Chicago
5041604	Township of Pine Island	township-of-pine-island	Pine Island Township		US	MN	049	51154	0	America/Chicago
5041633	Township of Pine Lake	township-of-pine-lake	Pine Lake Township		US	MN	021	51172	0	America/Chicago
5041634	Township of Pine Lake	township-of-pine-lake	Pine Lake Township		US	MN	029	51190	0	America/Chicago
5041635	Township of Pine Lake	township-of-pine-lake	Pine Lake Township		US	MN	111	51208	0	America/Chicago
5041636	Township of Pine Lake	township-of-pine-lake	Pine Lake Township		US	MN	115	51226	0	America/Chicago
5041651	Township of Pine Point	township-of-pine-point	Pine Point Township		US	MN	005	51244	0	America/Chicago
5041673	City of Pine River	city-of-pine-river			US	MN	021	51280	0	America/Chicago
5041674	Township of Pine River	township-of-pine-river	Pine River Township		US	MN	021	51298	0	America/Chicago
5041677	City of Pine Springs	city-of-pine-springs			US	MN	163	51316	0	America/Chicago
5041773	City of Pipestone	city-of-pipestone			US	MN	117	51388	0	America/Chicago
5041802	City of Plainview	city-of-plainview			US	MN	157	51424	0	America/Chicago
5041803	Township of Plainview	township-of-plainview	Plainview Township		US	MN	157	51442	0	America/Chicago
5041817	City of Plato	city-of-plato			US	MN	085	51460	0	America/Chicago
5041821	Township of Platte Lake	township-of-platte-lake	Platte Lake Township		US	MN	035	51496	0	America/Chicago
5041834	Township of Pleasant Grove	township-of-pleasant-grove	Pleasant Grove Township		US	MN	109	51550	0	America/Chicago
5041841	Township of Pleasant Hill	township-of-pleasant-hill	Pleasant Hill Township		US	MN	169	51568	0	America/Chicago
5041853	Township of Pleasant Mound	township-of-pleasant-mound	Pleasant Mound Township,Pleasant Mounds Township,Township of Pleasant Mound		US	MN	013	51604	0	America/Chicago
5041860	Township of Pleasant Prairie	township-of-pleasant-prairie	Pleasant Prairie Township		US	MN	091	51622	0	America/Chicago
5041865	Township of Platte	township-of-platte	Platte Township		US	MN	097	51478	0	America/Chicago
5041881	Township of Pleasant Valley	township-of-pleasant-valley	Pleasant Valley Township		US	MN	099	51640	0	America/Chicago
5041895	Township of Pleasant View	township-of-pleasant-view	Pleasant View Township		US	MN	107	51658	0	America/Chicago
5041902	Township of Pliny	township-of-pliny	Pliny Township		US	MN	001	51694	0	America/Chicago
5041924	City of Plummer	city-of-plummer			US	MN	125	51712	0	America/Chicago
5041930	City of Plymouth	city-of-plymouth			US	MN	053	51730	0	America/Chicago
5041942	Township of Pohlitz	township-of-pohlitz	Pohlitz Township		US	MN	135	51748	0	America/Chicago
5041961	Township of Pokegama	township-of-pokegama	Pokegama Township		US	MN	115	51784	0	America/Chicago
5041969	Township of Polk Centre	township-of-polk-centre	Polk Centre Township		US	MN	113	51802	0	America/Chicago
5041977	Township of Polonia	township-of-polonia	Polonia Township		US	MN	135	51820	0	America/Chicago
5041995	Township of Pomme de Terre	township-of-pomme-de-terre	Pomme de Terre Township		US	MN	051	51838	0	America/Chicago
5042001	Township of Pomroy	township-of-pomroy	Pomroy Township		US	MN	061	51856	0	America/Chicago
5042002	Township of Pomroy	township-of-pomroy	Pomroy Township		US	MN	065	51874	0	America/Chicago
5042012	Township of Ponto Lake	township-of-ponto-lake	Ponto Lake Township		US	MN	021	51928	0	America/Chicago
5042081	Township of Poplar Grove	township-of-poplar-grove	Poplar Grove Township		US	MN	135	51982	0	America/Chicago
5042093	Township of Poplar River	township-of-poplar-river	Poplar River Township		US	MN	125	52000	0	America/Chicago
5042094	Township of Poplar	township-of-poplar	Poplar Township		US	MN	021	51964	0	America/Chicago
5042099	Township of Popple Grove	township-of-popple-grove	Popple Grove Township		US	MN	087	52054	0	America/Chicago
5042109	Township of Poppleton	township-of-poppleton	Poppleton Township		US	MN	069	52072	0	America/Chicago
5042112	Township of Popple	township-of-popple	Popple Township		US	MN	029	52018	0	America/Chicago
5042118	Township of Port Hope	township-of-port-hope	Port Hope Township		US	MN	007	52162	0	America/Chicago
5042148	Township of Portage	township-of-portage	Portage Township		US	MN	137	52090	0	America/Chicago
5042164	City of Porter	city-of-porter			US	MN	173	52144	0	America/Chicago
5042176	Township of Posen	township-of-posen	Posen Township		US	MN	173	52180	0	America/Chicago
5042202	Unorganized Territory of Potshot Lake	unorganized-territory-of-potshot-lake			US	MN	137	52224	0	America/Chicago
5042222	Township of Powers	township-of-powers	Powers Township		US	MN	021	52252	0	America/Chicago
5042258	Township of Prairie Lake	township-of-prairie-lake	Prairie Lake Township		US	MN	137	52306	0	America/Chicago
5042282	Township of Prairie View	township-of-prairie-view	Prairie View Township,Prairieview Township,Township of Prairie View		US	MN	167	52324	0	America/Chicago
5042288	Township of Prairieville	township-of-prairieville	Prairieville Township		US	MN	015	52342	0	America/Chicago
5042296	Township of Preble	township-of-preble	Preble Township		US	MN	045	52396	0	America/Chicago
5042326	Township of Prescott	township-of-prescott	Prescott Township		US	MN	043	52432	0	America/Chicago
5042336	Township of Preston Lake	township-of-preston-lake	Preston Lake Township		US	MN	129	52486	0	America/Chicago
5042344	Township of Preston	township-of-preston	Preston Township		US	MN	045	52468	0	America/Chicago
5042364	City of Princeton	city-of-princeton			US	MN	095	52522	0	America/Chicago
5042365	Township of Princeton	township-of-princeton	Princeton Township		US	MN	095	52540	0	America/Chicago
5042372	City of Prinsburg	city-of-prinsburg			US	MN	067	52558	0	America/Chicago
5042375	City of Prior Lake	city-of-prior-lake			US	MN	139	52594	0	America/Chicago
5042376	Township of Prior	township-of-prior	Prior Township		US	MN	011	52576	0	America/Chicago
5042378	City of Preston	city-of-preston			US	MN	045	52450	0	America/Chicago
5042379	City of Proctor	city-of-proctor			US	MN	137	52630	0	America/Chicago
5042404	Township of Providence	township-of-providence	Providence Township		US	MN	073	52702	0	America/Chicago
5042424	Township of Pulaski	township-of-pulaski	Pulaski Township		US	MN	097	52720	0	America/Chicago
5042448	City of Quamba	city-of-quamba			US	MN	065	52756	0	America/Chicago
5042461	Township of Queen	township-of-queen	Queen Township		US	MN	119	52774	0	America/Chicago
5042470	Township of Quincy	township-of-quincy	Quincy Township		US	MN	109	52792	0	America/Chicago
5042474	Township of Quiring	township-of-quiring	Quiring Township		US	MN	007	52828	0	America/Chicago
5042496	Township of Rabbit Lake	township-of-rabbit-lake	Rabbit Lake Township		US	MN	035	52855	0	America/Chicago
5042509	City of Racine	city-of-racine			US	MN	099	52882	0	America/Chicago
5042510	Township of Racine	township-of-racine	Racine Township		US	MN	099	52900	0	America/Chicago
5042547	Unorganized Territory of Rainy Lake	unorganized-territory-of-rainy-lake			US	MN	071	52990	0	America/Chicago
5042581	City of Ramsey	city-of-ramsey			US	MN	003	53026	0	America/Chicago
5042592	City of Randall	city-of-randall			US	MN	097	53080	0	America/Chicago
5042599	City of Randolph	city-of-randolph			US	MN	037	53098	0	America/Chicago
5042600	Township of Randolph	township-of-randolph	Randolph Township		US	MN	037	53116	0	America/Chicago
5042610	City of Ranier	city-of-ranier			US	MN	071	53134	0	America/Chicago
5042616	Township of Ransom	township-of-ransom	Ransom Township		US	MN	105	53152	0	America/Chicago
5042628	Township of Rapidan	township-of-rapidan	Rapidan Township		US	MN	013	53206	0	America/Chicago
5042684	Township of Ravenna	township-of-ravenna	Ravanna Township,Ravenna Township,Township of Ravenna		US	MN	037	53260	0	America/Chicago
5042702	City of Raymond	city-of-raymond			US	MN	067	53296	0	America/Chicago
5042703	Township of Raymond	township-of-raymond	Raymond Township		US	MN	145	53314	0	America/Chicago
5042724	Township of Red Eye	township-of-red-eye	Red Eye Township		US	MN	159	53422	0	America/Chicago
5042733	City of Red Lake Falls	city-of-red-lake-falls			US	MN	125	53476	0	America/Chicago
5042734	Township of Red Lake Falls	township-of-red-lake-falls	Red Lake Falls Township		US	MN	125	53494	0	America/Chicago
5042768	Township of Red Rock	township-of-red-rock	Red Rock Township		US	MN	099	53584	0	America/Chicago
5042788	City of Red Wing	city-of-red-wing			US	MN	049	53620	0	America/Chicago
5042816	Township of Redpath	township-of-redpath	Redpath Township		US	MN	155	53548	0	America/Chicago
5042842	City of Redwood Falls	city-of-redwood-falls			US	MN	127	53656	0	America/Chicago
5042843	Township of Redwood Falls	township-of-redwood-falls	Redwood Falls Township		US	MN	127	53674	0	America/Chicago
5042873	City of Regal	city-of-regal			US	MN	067	53710	0	America/Chicago
5042886	Township of Reine	township-of-reine	Reine Township		US	MN	135	53728	0	America/Chicago
5042888	Township of Reiner	township-of-reiner	Reiner Township		US	MN	113	53746	0	America/Chicago
5042892	Township of Reis	township-of-reis	Reis Township		US	MN	119	53764	0	America/Chicago
5042902	City of Remer	city-of-remer			US	MN	021	53782	0	America/Chicago
5042903	Township of Remer	township-of-remer	Remer Township		US	MN	021	53800	0	America/Chicago
5042909	Township of Rendsville	township-of-rendsville	Rendsville Township		US	MN	149	53818	0	America/Chicago
5042919	Township of Reno	township-of-reno	Reno Township		US	MN	121	53854	0	America/Chicago
5042941	City of Renville	city-of-renville			US	MN	129	53890	0	America/Chicago
5042977	City of Revere	city-of-revere			US	MN	127	53908	0	America/Chicago
5042987	Township of Reynolds	township-of-reynolds	Reynolds Township		US	MN	153	53926	0	America/Chicago
5042988	Township of Rheiderland	township-of-rheiderland	Rheiderland Township		US	MN	023	53962	0	America/Chicago
5042993	Township of Rhinehart	township-of-rhinehart	Rhinehart Township		US	MN	119	53980	0	America/Chicago
5043137	City of Rice Lake	city-of-rice-lake	City of Rice Lake,Rice Lake Township,Township of Rice Lake		US	MN	137	54060	0	America/Chicago
5043157	Township of Rice River	township-of-rice-river	Rice River Township		US	MN	001	54106	0	America/Chicago
5043159	City of Rice	city-of-rice			US	MN	009	53998	0	America/Chicago
5043160	Township of Rice	township-of-rice	Rice Township		US	MN	029	54016	0	America/Chicago
5043168	Township of Riceland	township-of-riceland	Riceland Township		US	MN	047	54088	0	America/Chicago
5043170	Township of Riceville	township-of-riceville	Riceville Township		US	MN	005	54142	0	America/Chicago
5043173	Township of Rich Valley	township-of-rich-valley	Rich Valley Township		US	MN	085	54322	0	America/Chicago
5043188	Township of Richardson	township-of-richardson	Richardson Township		US	MN	097	54178	0	America/Chicago
5043189	Township of Richardville	township-of-richardville	Richardville Township		US	MN	069	54196	0	America/Chicago
5043197	City of Richfield	city-of-richfield			US	MN	053	54214	0	America/Chicago
5043203	Township of Richland	township-of-richland	Richland Township		US	MN	131	54250	0	America/Chicago
5043214	City of Richmond	city-of-richmond			US	MN	145	54268	0	America/Chicago
5043215	Township of Richmond	township-of-richmond	Richmond Township		US	MN	169	54286	0	America/Chicago
5043219	City of Richville	city-of-richville			US	MN	111	54340	0	America/Chicago
5043222	Township of Richwood	township-of-richwood	Richwood Township		US	MN	005	54376	0	America/Chicago
5043233	Township of Ridgely	township-of-ridgely	Ridgely Township,Ridgley Township,Township of Ridgely		US	MN	103	54430	0	America/Chicago
5043279	Township of Ripley	township-of-ripley	Ripley Township		US	MN	039	54502	0	America/Chicago
5043280	Township of Ripley	township-of-ripley	Ripley Township		US	MN	097	54520	0	America/Chicago
5043293	Township of River Falls	township-of-river-falls	River Falls Township		US	MN	113	54574	0	America/Chicago
5043318	Township of River	township-of-river	River Township		US	MN	125	54538	0	America/Chicago
5043322	Township of Riverdale	township-of-riverdale	Riverdale Township		US	MN	165	54556	0	America/Chicago
5043402	Township of Riverside	township-of-riverside	Riverside Township		US	MN	073	54646	0	America/Chicago
5043404	Township of Riverton	township-of-riverton	Reverton Township,Riverton Township,Township of Riverton		US	MN	027	54718	0	America/Chicago
5043440	City of Robbinsdale	city-of-robbinsdale			US	MN	053	54808	0	America/Chicago
5043452	Township of Roberts	township-of-roberts	Roberts Township		US	MN	167	54826	0	America/Chicago
5043499	City of Rochester	city-of-rochester			US	MN	109	54880	0	America/Chicago
5043500	Township of Rochester	township-of-rochester	Rochester Township		US	MN	109	54898	0	America/Chicago
5043516	City of Rock Creek	city-of-rock-creek			US	MN	115	54934	0	America/Chicago
5043522	Township of Rock Dell	township-of-rock-dell	Rock Dell Township		US	MN	109	54988	0	America/Chicago
5043554	Township of Rock	township-of-rock	Rock Township		US	MN	117	54916	0	America/Chicago
5043566	City of Rockford	city-of-rockford			US	MN	053	55006	0	America/Chicago
5043567	Township of Rockford	township-of-rockford	Rockford Township		US	MN	171	55024	0	America/Chicago
5043569	Township of Rocksbury	township-of-rocksbury	Rocksbury Township		US	MN	113	55060	0	America/Chicago
5043577	City of Rockville	city-of-rockville			US	MN	145	55078	0	America/Chicago
5043581	Township of Rockwell	township-of-rockwell	Rockwell Township		US	MN	107	55114	0	America/Chicago
5043584	Township of Rockwood	township-of-rockwood	Rockwood Township		US	MN	057	55132	0	America/Chicago
5043585	Township of Rockwood	township-of-rockwood	Rockwood Township		US	MN	159	55150	0	America/Chicago
5043596	Township of Rock Lake	township-of-rock-lake	Rock Lake Township		US	MN	083	55042	0	America/Chicago
5043616	City of Rogers	city-of-rogers			US	MN	053	55186	0	America/Chicago
5043617	Township of Rogers	township-of-rogers	Rogers Township		US	MN	021	55168	0	America/Chicago
5043634	Township of Rolling Green	township-of-rolling-green	Rolling Green Township		US	MN	091	55258	0	America/Chicago
5043641	Township of Rolling Forks	township-of-rolling-forks	Rolling Forks Township		US	MN	121	55240	0	America/Chicago
5043644	City of Rollingstone	city-of-rollingstone			US	MN	169	55276	0	America/Chicago
5043645	Township of Rollingstone	township-of-rollingstone	Rolling Stone Township,Rollingstone Township,Township of Rollingstone		US	MN	169	55294	0	America/Chicago
5043650	Township of Rome	township-of-rome	Rome Township		US	MN	043	55348	0	America/Chicago
5043659	Township of Roome	township-of-roome	Rome Township,Roome Township,Township of Roome		US	MN	119	55384	0	America/Chicago
5043661	Township of Rollis	township-of-rollis	Rollis Township		US	MN	089	55330	0	America/Chicago
5043680	City of Roosevelt	city-of-roosevelt			US	MN	135	55438	0	America/Chicago
5043682	Township of Roosevelt	township-of-roosevelt	Roosevelt Township		US	MN	007	55402	0	America/Chicago
5043683	Township of Roosevelt	township-of-roosevelt	Roosevelt Township		US	MN	035	55420	0	America/Chicago
5043708	City of Roscoe	city-of-roscoe			US	MN	145	55510	0	America/Chicago
5043709	Township of Roscoe	township-of-roscoe	Roscoe Township		US	MN	049	55492	0	America/Chicago
5043720	City of Rose Creek	city-of-rose-creek			US	MN	099	55600	0	America/Chicago
5043723	Township of Rose Dell	township-of-rose-dell	Rose Dell Township		US	MN	133	55654	0	America/Chicago
5043730	Township of Rose Hill	township-of-rose-hill	Rose Hill Township		US	MN	033	55672	0	America/Chicago
5043761	City of Roseau	city-of-roseau			US	MN	135	55546	0	America/Chicago
5043763	Township of Rosebud	township-of-rosebud	Rosebud Township		US	MN	119	55564	0	America/Chicago
5043774	Township of Roseland	township-of-roseland	Roseland Township		US	MN	067	55708	0	America/Chicago
5043780	City of Rosemount	city-of-rosemount			US	MN	037	55726	0	America/Chicago
5043796	Township of Rosendale	township-of-rosendale	Rosendale Township		US	MN	165	55780	0	America/Chicago
5043803	City of Roseville	city-of-roseville			US	MN	123	55852	0	America/Chicago
5043804	Township of Roseville	township-of-roseville	Roseville Township		US	MN	051	55816	0	America/Chicago
5043805	Township of Roseville	township-of-roseville	Roseville Township		US	MN	067	55834	0	America/Chicago
5043808	Township of Rosewood	township-of-rosewood	Rosewood Township		US	MN	023	55870	0	America/Chicago
5043810	Township of Rosedale	township-of-rosedale	Rosedale Township		US	MN	087	55618	0	America/Chicago
5043813	Township of Rosing	township-of-rosing	Rosing Township		US	MN	097	55906	0	America/Chicago
5043820	Township of Ross Lake	township-of-ross-lake	Ross Lake Township		US	MN	035	55978	0	America/Chicago
5043821	Township of Ross	township-of-ross	Ross Township		US	MN	135	55942	0	America/Chicago
5043827	Township of Rost	township-of-rost	Rost Township		US	MN	063	55996	0	America/Chicago
5043844	City of Rothsay	city-of-rothsay			US	MN	167	56014	0	America/Chicago
5043852	Township of Round Grove	township-of-round-grove	Round Grove Township		US	MN	085	56032	0	America/Chicago
5043929	City of Round Lake	city-of-round-lake			US	MN	105	56086	0	America/Chicago
5043930	Township of Round Lake	township-of-round-lake	Round Lake Township		US	MN	005	56050	0	America/Chicago
5043931	Township of Round Lake	township-of-round-lake	Round Lake Township		US	MN	063	56068	0	America/Chicago
5043939	Township of Round Prairie	township-of-round-prairie	Round Prairie Township		US	MN	153	56122	0	America/Chicago
5043963	City of Royalton	city-of-royalton			US	MN	097	56176	0	America/Chicago
5043964	Township of Royalton	township-of-royalton	Royalton Township		US	MN	115	56194	0	America/Chicago
5043977	Township of Royal	township-of-royal	Royal Township		US	MN	081	56158	0	America/Chicago
5043992	Township of Runeberg	township-of-runeberg	Runeberg Township		US	MN	005	56248	0	America/Chicago
5044007	City of Rush City	city-of-rush-city	City of Rush City,Rush City		US	MN	025	56266	3079	America/Chicago
5044044	Township of Rush Lake	township-of-rush-lake	Rush Lake Township		US	MN	111	56320	0	America/Chicago
5044067	City of Rushford Village	city-of-rushford-village			US	MN	045	56302	0	America/Chicago
5044068	City of Rushford	city-of-rushford			US	MN	045	56284	0	America/Chicago
5044078	City of Rushmore	city-of-rushmore			US	MN	105	56338	0	America/Chicago
5044080	Township of Rushseba	township-of-rushseba	Rushseba Township		US	MN	025	56392	0	America/Chicago
5044093	City of Russell	city-of-russell			US	MN	083	56428	0	America/Chicago
5044094	Township of Russia	township-of-russia	Russia Township		US	MN	119	56446	0	America/Chicago
5044110	City of Ruthton	city-of-ruthton			US	MN	117	56482	0	America/Chicago
5044111	Township of Rutland	township-of-rutland	Rutland Township		US	MN	091	56500	0	America/Chicago
5044114	City of Rutledge	city-of-rutledge			US	MN	115	56518	0	America/Chicago
5044138	City of Sabin	city-of-sabin			US	MN	027	56554	0	America/Chicago
5044197	Township of Sacred Heart	township-of-sacred-heart	Sacred Heart Township		US	MN	129	56590	0	America/Chicago
5044214	Township of Sago	township-of-sago	Sago Township		US	MN	061	56644	0	America/Chicago
5044311	City of Saint Anthony	city-of-saint-anthony			US	MN	053	56680	0	America/Chicago
5044312	City of Saint Anthony	city-of-saint-anthony			US	MN	145	56698	0	America/Chicago
5044348	City of Saint Bonifacius	city-of-saint-bonifacius			US	MN	053	56770	0	America/Chicago
5044390	City of Saint Charles	city-of-saint-charles			US	MN	169	56788	0	America/Chicago
5044391	Township of Saint Charles	township-of-saint-charles	Saint Charles Township,St. Charles Township		US	MN	169	56806	0	America/Chicago
5044401	City of Saint Clair	city-of-saint-clair			US	MN	013	56824	0	America/Chicago
5044436	City of Saint Cloud	city-of-saint-cloud			US	MN	145	56896	0	America/Chicago
5044506	City of Sacred Heart	city-of-sacred-heart			US	MN	129	56572	0	America/Chicago
5044518	City of Saint Francis	city-of-saint-francis			US	MN	003	56950	0	America/Chicago
5044531	Township of Saint George	township-of-saint-george	Saint George Township,St. George Township		US	MN	009	56986	0	America/Chicago
5044552	City of Saint Hilaire	city-of-saint-hilaire			US	MN	113	57022	0	America/Chicago
5044605	City of Saint James	city-of-saint-james			US	MN	165	57040	0	America/Chicago
5044606	Township of Saint James	township-of-saint-james	Saint James Township,St. James Township		US	MN	165	57058	0	America/Chicago
5044895	Township of Saint Johns	township-of-saint-johns	Saint Johns Township,St. Johns Township		US	MN	067	57076	0	America/Chicago
5044967	City of Saint Joseph	city-of-saint-joseph			US	MN	145	57130	0	America/Chicago
5044968	Township of Saint Joseph	township-of-saint-joseph	Saint Joseph Township,St. Joseph Township		US	MN	069	57112	0	America/Chicago
5044969	Township of Saint Joseph	township-of-saint-joseph	Saint Joseph Township,St. Joseph Township		US	MN	145	57148	0	America/Chicago
5045001	Township of Saint Lawrence	township-of-saint-lawrence	Saint Lawrence Township,St. Lawrence Township		US	MN	139	57184	0	America/Chicago
5045012	City of Saint Leo	city-of-saint-leo			US	MN	173	57202	0	America/Chicago
5045023	City of Saint Louis Park	city-of-saint-louis-park			US	MN	053	57220	0	America/Chicago
5045085	City of Saint Martin	city-of-saint-martin			US	MN	145	57238	0	America/Chicago
5045086	Township of Saint Martin	township-of-saint-martin	Saint Martin Township,St. Martin Township		US	MN	145	57256	0	America/Chicago
5045157	Township of Saint Mary	township-of-saint-mary	Saint Mary Township,St. Mary Township		US	MN	161	57274	0	America/Chicago
5045211	City of Saint Marys Point	city-of-saint-marys-point			US	MN	163	57292	0	America/Chicago
5045233	Township of Saint Mathias	township-of-saint-mathias	Saint Mathias Township,St. Mathias Township		US	MN	035	57328	0	America/Chicago
5045289	City of Saint Michael	city-of-saint-michael			US	MN	171	57346	0	America/Chicago
5045330	Township of Saint Olaf	township-of-saint-olaf	Saint Olaf Township,St. Olaf Township		US	MN	111	57382	0	America/Chicago
5045405	City of Saint Paul Park	city-of-saint-paul-park			US	MN	163	58018	0	America/Chicago
5045473	City of Saint Paul	city-of-saint-paul			US	MN	123	58000	0	America/Chicago
5045576	City of Saint Peter	city-of-saint-peter			US	MN	103	58036	0	America/Chicago
5045633	City of Saint Rosa	city-of-saint-rosa			US	MN	145	58072	0	America/Chicago
5045659	City of Saint Stephen	city-of-saint-stephen			US	MN	145	58090	0	America/Chicago
5045704	City of Saint Vincent	city-of-saint-vincent			US	MN	069	58144	0	America/Chicago
5045705	Township of Saint Vincent	township-of-saint-vincent	Saint Vincent Township,St. Vincent Township		US	MN	069	58162	0	America/Chicago
5045710	Township of Saint Wendel	township-of-saint-wendel	Saint Wendel Township,St. Wendel Township		US	MN	145	58198	0	America/Chicago
5045774	Township of Salem	township-of-salem	Salem Township		US	MN	021	58216	0	America/Chicago
5045775	Township of Salem	township-of-salem	Salem Township		US	MN	109	58234	0	America/Chicago
5045783	Township of Salo	township-of-salo	Salo Township		US	MN	001	58270	0	America/Chicago
5045808	Township of San Francisco	township-of-san-francisco	San Francisco Township		US	MN	019	58486	0	America/Chicago
5045816	City of Sanborn	city-of-sanborn			US	MN	127	58306	0	America/Chicago
5045836	Township of Sand Creek	township-of-sand-creek	Sand Creek Township		US	MN	139	58324	0	America/Chicago
5045882	Township of Sand Lake	township-of-sand-lake	Sand Lake Township		US	MN	061	58360	0	America/Chicago
5045883	Unorganized Territory of Sand Lake	unorganized-territory-of-sand-lake			US	MN	137	58369	0	America/Chicago
5045901	Township of Sanders	township-of-sanders	Sanders Township		US	MN	113	58342	0	America/Chicago
5045903	Township of Sandnes	township-of-sandnes	Sandnes Township,Sannes Township,Township of Sandnes		US	MN	173	58378	0	America/Chicago
5045920	City of Sandstone	city-of-sandstone			US	MN	115	58396	0	America/Chicago
5045921	Township of Sandstone	township-of-sandstone	Sandstone Township		US	MN	115	58414	0	America/Chicago
5045923	Township of Sandsville	township-of-sandsville	Sandsville Township		US	MN	119	58432	0	America/Chicago
5045952	Township of Sandy	township-of-sandy	Sandy Township		US	MN	137	58450	0	America/Chicago
5045955	Township of Sanford	township-of-sanford	Sanford Township		US	MN	051	58468	0	America/Chicago
5045963	Township of Santiago	township-of-santiago	Santiago Township		US	MN	141	58522	0	America/Chicago
5045976	Township of Saratoga	township-of-saratoga	Saratoga Township		US	MN	169	58558	0	America/Chicago
5045982	City of Sargeant	city-of-sargeant			US	MN	099	58576	0	America/Chicago
5045983	Township of Sargeant	township-of-sargeant	Sargeant Township		US	MN	099	58594	0	America/Chicago
5046012	City of Sartell	city-of-sartell			US	MN	145	58612	0	America/Chicago
5046034	City of Sauk Centre	city-of-sauk-centre			US	MN	145	58648	0	America/Chicago
5046035	Township of Sauk Centre	township-of-sauk-centre	Sauk Center Township,Sauk Centre Township,Township of Sauk Centre		US	MN	145	58666	0	America/Chicago
5046044	City of Sauk Rapids	city-of-sauk-rapids			US	MN	009	58684	0	America/Chicago
5046045	Township of Sauk Rapids	township-of-sauk-rapids	Sauk Rapids Township		US	MN	009	58702	0	America/Chicago
5046065	City of Savage	city-of-savage			US	MN	139	58738	0	America/Chicago
5046071	Township of Savannah	township-of-savannah	Savannah Township		US	MN	005	58756	0	America/Chicago
5046097	Township of Scambler	township-of-scambler	Scambler Township		US	MN	111	58864	0	America/Chicago
5046112	Township of Scandia Valley	township-of-scandia-valley	Scandia Valley Township		US	MN	097	58918	0	America/Chicago
5046113	Township of Scandia	township-of-scandia	Scandia Township		US	MN	119	58882	0	America/Chicago
5046123	City of Scanlon	city-of-scanlon			US	MN	017	58936	0	America/Chicago
5046694	Township of Schoolcraft	township-of-schoolcraft	Schoolcraft Township		US	MN	057	58972	0	America/Chicago
5046713	Township of Schroeder	township-of-schroeder	Schroeder Township		US	MN	031	58999	0	America/Chicago
5046738	Township of Sciota	township-of-sciota	Sciota Township		US	MN	037	59008	0	America/Chicago
5046762	Township of Scott	township-of-scott	Scott Township		US	MN	149	59044	0	America/Chicago
5046790	City of Seaforth	city-of-seaforth			US	MN	127	59098	0	America/Chicago
5046798	Township of Seavey	township-of-seavey	Seavey Township		US	MN	001	59134	0	America/Chicago
5046803	City of Sebeka	city-of-sebeka			US	MN	159	59152	0	America/Chicago
5046856	City of Sedan	city-of-sedan			US	MN	121	59188	0	America/Chicago
5046863	Township of Seely	township-of-seely	Seely Township		US	MN	043	59206	0	America/Chicago
5046882	Township of Selma	township-of-selma	Selma Township		US	MN	033	59224	0	America/Chicago
5046944	Township of Severance	township-of-severance	Severance Township		US	MN	143	59242	0	America/Chicago
5046953	Township of Seward	township-of-seward	Seward Township		US	MN	105	59260	0	America/Chicago
5046989	City of Shafer	city-of-shafer			US	MN	025	59314	0	America/Chicago
5046990	Township of Shafer	township-of-shafer	Shafer Township		US	MN	025	59332	0	America/Chicago
5047004	City of Shakopee	city-of-shakopee			US	MN	139	59350	0	America/Chicago
5047022	Township of Shamrock	township-of-shamrock	Shamrock Township		US	MN	001	59368	0	America/Chicago
5047035	Township of Shaokatan	township-of-shaokatan	Shaokatan Township,Shaokaton Township,Township of Shaokatan		US	MN	081	59377	0	America/Chicago
5047041	Township of Sharon	township-of-sharon	Sharon Township		US	MN	079	59386	0	America/Chicago
5047069	Township of Shelburne	township-of-shelburne	Shelburne Township		US	MN	083	59440	0	America/Chicago
5047070	Township of Shelby	township-of-shelby	Shelby Township		US	MN	013	59458	0	America/Chicago
5047076	Township of Sheldon	township-of-sheldon	Sheldon Township		US	MN	055	59494	0	America/Chicago
5047085	Township of Shell Lake	township-of-shell-lake	Shell Lake Township		US	MN	005	59512	0	America/Chicago
5047088	Township of Shell Rock	township-of-shell-rock	Shell Rock Township		US	MN	047	59548	0	America/Chicago
5047093	City of Shelly	city-of-shelly			US	MN	107	59566	0	America/Chicago
5047094	Township of Shelly	township-of-shelly	Shelly Township		US	MN	107	59584	0	America/Chicago
5047118	City of Sherburn	city-of-sherburn			US	MN	091	59620	0	America/Chicago
5047144	Township of Sheridan	township-of-sheridan	Sheridan Township		US	MN	127	59656	0	America/Chicago
5047157	Township of Sherman	township-of-sherman	Sherman Township		US	MN	127	59692	0	America/Chicago
5047172	Township of Shetek	township-of-shetek	Shetek Township		US	MN	101	59764	0	America/Chicago
5047175	City of Shevlin	city-of-shevlin			US	MN	029	59782	0	America/Chicago
5047176	Township of Shevlin	township-of-shevlin	Shevlin Township		US	MN	029	59800	0	America/Chicago
5047180	Township of Shible	township-of-shible	Shible Township		US	MN	151	59818	0	America/Chicago
5047184	Township of Shieldsville	township-of-shieldsville	Shieldsville Township		US	MN	131	59854	0	America/Chicago
5047190	Township of Shell River	township-of-shell-river	Shell River Township		US	MN	159	59530	0	America/Chicago
5047200	Township of Shingobee	township-of-shingobee	Shingobee Township		US	MN	021	59872	0	America/Chicago
5047231	Township of Shooks	township-of-shooks	Shooks Township		US	MN	007	59926	0	America/Chicago
5047235	City of Shoreview	city-of-shoreview			US	MN	123	59998	0	America/Chicago
5047237	City of Shorewood	city-of-shorewood			US	MN	053	60016	0	America/Chicago
5047246	Township of Shotley	township-of-shotley	Shotley Township		US	MN	007	60070	0	America/Chicago
5047280	Township of Sibley	township-of-sibley	Sibley Township		US	MN	143	60124	0	America/Chicago
5047289	Unorganized Territory of Shotley Brook	unorganized-territory-of-shotley-brook			US	MN	007	60079	0	America/Chicago
5047292	Township of Sigel	township-of-sigel	Sigel Township		US	MN	015	60160	0	America/Chicago
5047311	City of Silver Bay	city-of-silver-bay			US	MN	075	60250	0	America/Chicago
5047313	Township of Silver Brook	township-of-silver-brook	Silver Brook Township		US	MN	017	60268	0	America/Chicago
5047339	Township of Silver Creek	township-of-silver-creek	Silver Creek Township		US	MN	075	60304	0	America/Chicago
5047340	Township of Silver Creek	township-of-silver-creek	Silver Creek Township		US	MN	171	60340	0	America/Chicago
5047381	City of Silver Lake	city-of-silver-lake			US	MN	085	60376	0	America/Chicago
5047382	Township of Silver Lake	township-of-silver-lake	Silver Lake Township		US	MN	091	60412	0	America/Chicago
5047383	Township of Silver Leaf	township-of-silver-leaf	Silver Leaf Township		US	MN	005	60430	0	America/Chicago
5047389	Township of Silver	township-of-silver	Silver Township		US	MN	017	60232	0	America/Chicago
5047395	Township of Silverton	township-of-silverton	Silverton Township		US	MN	113	60448	0	America/Chicago
5047422	Township of Sinclair	township-of-sinclair	Sinclair Township		US	MN	029	60502	0	America/Chicago
5047427	Township of Sinnott	township-of-sinnott	Sinnott Township		US	MN	089	60520	0	America/Chicago
5047428	Township of Sioux Agency	township-of-sioux-agency	Sioux Agency Township		US	MN	173	60538	0	America/Chicago
5047445	Township of Sioux Valley	township-of-sioux-valley	Sioux Valley Township		US	MN	063	60574	0	America/Chicago
5047465	Township of Six Mile Grove	township-of-six-mile-grove	Six Mile Grove Township		US	MN	151	60592	0	America/Chicago
5047486	Township of Skagen	township-of-skagen	Skagen Township		US	MN	135	60610	0	America/Chicago
5050598	Township of Troy	township-of-troy	Troy Township		US	MN	129	65632	0	America/Chicago
5047491	Township of Skandia	township-of-skandia	Scandia Township,Skandia Township,Township of Skandia		US	MN	101	60628	0	America/Chicago
5047493	Township of Skane	township-of-skane	Skane Township		US	MN	069	60646	0	America/Chicago
5047504	Township of Skelton	township-of-skelton	Skelton Township		US	MN	017	60664	0	America/Chicago
5047528	Township of Skree	township-of-skree	Skree Township		US	MN	027	60718	0	America/Chicago
5047577	City of Skyline	city-of-skyline			US	MN	013	60754	0	America/Chicago
5047581	Township of Slater	township-of-slater	Slater Township		US	MN	021	60790	0	America/Chicago
5047599	City of Slayton	city-of-slayton			US	MN	101	60808	0	America/Chicago
5047600	Township of Slayton	township-of-slayton	Slayton Township		US	MN	101	60826	0	America/Chicago
5047623	City of Sleepy Eye	city-of-sleepy-eye			US	MN	015	60844	0	America/Chicago
5047626	Township of Sletten	township-of-sletten	Sletten Township		US	MN	119	60880	0	America/Chicago
5047651	Township of Smiley	township-of-smiley	Smiley Township		US	MN	113	60898	0	America/Chicago
5047697	Township of Smoky Hollow	township-of-smoky-hollow	Smoky Hollow Township		US	MN	021	60970	0	America/Chicago
5047774	City of Sobieski	city-of-sobieski			US	MN	097	61006	0	America/Chicago
5047785	Township of Sodus	township-of-sodus	Sodus Township		US	MN	083	61042	0	America/Chicago
5047815	Township of Solem	township-of-solem	Solem Township,Solum Township,Township of Solem		US	MN	041	61078	0	America/Chicago
5047816	Township of Soler	township-of-soler	Soler Township		US	MN	135	61096	0	America/Chicago
5047830	City of Solway	city-of-solway			US	MN	007	61114	0	America/Chicago
5047831	Township of Solway	township-of-solway	Solway Township		US	MN	137	61132	0	America/Chicago
5047838	Township of Somerset	township-of-somerset	Somerset Township		US	MN	147	61150	0	America/Chicago
5047878	Township of South Bend	township-of-south-bend	South Bend Township		US	MN	013	61240	0	America/Chicago
5047915	Township of South Branch	township-of-south-branch	South Branch Township		US	MN	165	61276	0	America/Chicago
5047919	Unorganized Territory of South Clearwater	unorganized-territory-of-south-clearwater			US	MN	029	61303	0	America/Chicago
5047958	Township of South Fork	township-of-south-fork	South Fork Township		US	MN	065	61348	0	America/Chicago
5047968	Township of South Harbor	township-of-south-harbor	South Harbor Township		US	MN	095	61384	0	America/Chicago
5047975	City of South Haven	city-of-south-haven			US	MN	171	61402	0	America/Chicago
5047994	Unorganized Territory of South Koochiching	unorganized-territory-of-south-koochiching			US	MN	071	61433	0	America/Chicago
5048025	Township of South Red River	township-of-south-red-river	South Red River Township		US	MN	069	61456	0	America/Chicago
5048066	City of South Saint Paul	city-of-south-saint-paul			US	MN	037	61492	0	America/Chicago
5048079	Township of Southbrook	township-of-southbrook	Southbrook Township		US	MN	033	61294	0	America/Chicago
5048083	Unorganized Territory of Southeast Roseau	unorganized-territory-of-southeast-roseau			US	MN	135	61330	0	America/Chicago
5048098	Township of Southside	township-of-southside	Southside Township		US	MN	171	61510	0	America/Chicago
5048120	Township of Spalding	township-of-spalding	Spalding Township		US	MN	001	61546	0	America/Chicago
5048122	Township of Spang	township-of-spang	Spang Township		US	MN	061	61564	0	America/Chicago
5048126	Township of Sparta	township-of-sparta	Sparta Township		US	MN	023	61582	0	America/Chicago
5048151	Township of Spencer Brook	township-of-spencer-brook	Spencer Brook Township		US	MN	059	61672	0	America/Chicago
5048154	Township of Spencer	township-of-spencer	Spencer Township		US	MN	001	61654	0	America/Chicago
5048172	City of Spicer	city-of-spicer			US	MN	067	61690	0	America/Chicago
5048225	Township of Splithand	township-of-splithand	Splithand Township		US	MN	061	61700	0	America/Chicago
5048244	Township of Split Rock	township-of-split-rock	Split Rock Township		US	MN	017	61708	0	America/Chicago
5048258	Township of Spring Brook	township-of-spring-brook	Spring Brook Township		US	MN	069	61744	0	America/Chicago
5048292	Township of Spring Creek	township-of-spring-creek	Spring Creek Township		US	MN	005	61762	0	America/Chicago
5048293	Township of Spring Creek	township-of-spring-creek	Spring Creek Township		US	MN	107	61780	0	America/Chicago
5048309	City of Spring Grove	city-of-spring-grove			US	MN	055	61852	0	America/Chicago
5048310	Township of Spring Grove	township-of-spring-grove	Spring Grove Township		US	MN	055	61870	0	America/Chicago
5048314	City of Spring Hill	city-of-spring-hill			US	MN	145	61888	0	America/Chicago
5048315	Township of Spring Hill	township-of-spring-hill	Spring Hill Township		US	MN	145	61906	0	America/Chicago
5048364	City of Spring Lake Park	city-of-spring-lake-park			US	MN	123	61996	0	America/Chicago
5048367	Township of Spring Lake	township-of-spring-lake	Spring Lake Township		US	MN	139	61978	0	America/Chicago
5048374	City of Spring Park	city-of-spring-park			US	MN	053	62014	0	America/Chicago
5048376	Township of Spring Prairie	township-of-spring-prairie	Spring Prairie Township		US	MN	027	62032	0	America/Chicago
5048388	City of Spring Valley	city-of-spring-valley			US	MN	045	62104	0	America/Chicago
5048389	Township of Spring Valley	township-of-spring-valley	Spring Valley Township		US	MN	045	62122	0	America/Chicago
5048390	Township of Springdale	township-of-springdale	Springdale Township		US	MN	127	61798	0	America/Chicago
5048406	City of Springfield	city-of-springfield			US	MN	015	61816	0	America/Chicago
5048407	Township of Springfield	township-of-springfield	Springfield Township		US	MN	033	61834	0	America/Chicago
5048414	Township of Springvale	township-of-springvale	Springvale Township		US	MN	059	62086	0	America/Chicago
5048427	Township of Springwater	township-of-springwater	Springwater Township		US	MN	133	62140	0	America/Chicago
5048432	Township of Spruce Grove	township-of-spruce-grove	Spruce Grove Township		US	MN	005	62212	0	America/Chicago
5048433	Township of Spruce Grove	township-of-spruce-grove	Spruce Grove Township		US	MN	007	62230	0	America/Chicago
5048437	Township of Spruce Hill	township-of-spruce-hill	Spruce Hill Township		US	MN	041	62248	0	America/Chicago
5048455	Township of Spruce Valley	township-of-spruce-valley	Spruce Valley Township		US	MN	089	62266	0	America/Chicago
5048456	Township of Spruce	township-of-spruce	Spruce Township		US	MN	135	62158	0	America/Chicago
5048482	City of Squaw Lake	city-of-squaw-lake			US	MN	061	62284	0	America/Chicago
5048503	City of Stacy	city-of-stacy			US	MN	025	62320	0	America/Chicago
5048506	Township of Stafford	township-of-stafford	Stafford Township		US	MN	135	62338	0	America/Chicago
5048533	Township of Stanchfield	township-of-stanchfield	Stanchfield Township		US	MN	059	62347	0	America/Chicago
5048537	Township of Stanford	township-of-stanford	Stanford Township		US	MN	059	62374	0	America/Chicago
5048548	Township of Stanley	township-of-stanley	Stanley Township		US	MN	083	62392	0	America/Chicago
5048554	Township of Stanton	township-of-stanton	Stanton Township,Township of Lillian,Township of Stanton		US	MN	049	62428	0	America/Chicago
5048568	City of Staples	city-of-staples			US	MN	153	62446	0	America/Chicago
5048569	Township of Staples	township-of-staples	Staples Township		US	MN	153	62464	0	America/Chicago
5048584	Township of Star Lake	township-of-star-lake	Star Lake Township		US	MN	111	62554	0	America/Chicago
5048586	Township of Star	township-of-star	Star Township		US	MN	113	62482	0	America/Chicago
5048597	City of Starbuck	city-of-starbuck			US	MN	121	62500	0	America/Chicago
5048605	Township of Stark	township-of-stark	Stark Township		US	MN	015	62518	0	America/Chicago
5048667	Township of Stately	township-of-stately	Stately Township		US	MN	015	62590	0	America/Chicago
5048709	City of Steen	city-of-steen			US	MN	133	62662	0	America/Chicago
5048713	Township of Steenerson	township-of-steenerson	Steenerson Township		US	MN	007	62680	0	America/Chicago
5048719	Township of Steamboat River	township-of-steamboat-river	Steamboat River Township		US	MN	057	62618	0	America/Chicago
5048738	City of Stephen	city-of-stephen			US	MN	089	62698	0	America/Chicago
5048754	Township of Sterling	township-of-sterling	Sterling Township		US	MN	013	62716	0	America/Chicago
5048776	Township of Stevens	township-of-stevens	Stevens Township		US	MN	149	62752	0	America/Chicago
5048795	City of Stewart	city-of-stewart			US	MN	085	62788	0	America/Chicago
5048806	City of Stewartville	city-of-stewartville			US	MN	109	62806	0	America/Chicago
5048815	City of Stillwater	city-of-stillwater			US	MN	163	62824	0	America/Chicago
5048816	Township of Stillwater	township-of-stillwater	Stillwater Township		US	MN	163	62842	0	America/Chicago
5048833	Township of Stockholm	township-of-stockholm	Stockholm Township		US	MN	171	62878	0	America/Chicago
5048847	City of Stockton	city-of-stockton			US	MN	169	62896	0	America/Chicago
5048849	Township of Stokes	township-of-stokes	Stokes Township		US	MN	061	62914	0	America/Chicago
5048850	Township of Stokes	township-of-stokes	Stokes Township		US	MN	135	62932	0	America/Chicago
5048873	Township of Stoneham	township-of-stoneham	Stoneham Township		US	MN	023	62950	0	America/Chicago
5048886	Township of Stoney Brook	township-of-stoney-brook	Stoney Brook Township		US	MN	137	62968	0	America/Chicago
5048895	Township of Stony Brook	township-of-stony-brook	Stony Brook Township		US	MN	051	62986	0	America/Chicago
5048933	Township of Stony River	township-of-stony-river	Stony River Township		US	MN	075	62995	0	America/Chicago
5048936	Township of Stony Run	township-of-stony-run	Stony Run Township		US	MN	173	63004	0	America/Chicago
5048946	City of Storden	city-of-storden			US	MN	033	63022	0	America/Chicago
5048947	Township of Storden	township-of-storden	Storden Township		US	MN	033	63040	0	America/Chicago
5048960	Township of Stowe Prairie	township-of-stowe-prairie	Stowe Prairie Township		US	MN	153	63058	0	America/Chicago
5048971	Township of Straight River	township-of-straight-river	Straight River Township		US	MN	057	63076	0	America/Chicago
5048978	Township of Strand	township-of-strand	Strand Township		US	MN	107	63094	0	America/Chicago
5048981	City of Strandquist	city-of-strandquist			US	MN	089	63112	0	America/Chicago
5048985	City of Strathcona	city-of-strathcona			US	MN	135	63130	0	America/Chicago
5049069	City of Sturgeon Lake	city-of-sturgeon-lake			US	MN	115	63220	0	America/Chicago
5049070	Township of Sturgeon Lake	township-of-sturgeon-lake	Sturgeon Lake Township		US	MN	115	63238	0	America/Chicago
5049076	Township of Sturgeon	township-of-sturgeon	Sturgeon Township		US	MN	137	63202	0	America/Chicago
5049111	Township of Sugar Bush	township-of-sugar-bush	Sugar Bush Township		US	MN	005	63256	0	America/Chicago
5049112	Township of Sugar Bush	township-of-sugar-bush	Sugar Bush Township		US	MN	007	63274	0	America/Chicago
5049154	Township of Sullivan	township-of-sullivan	Sullivan Township		US	MN	119	63310	0	America/Chicago
5049169	Township of Summit Lake	township-of-summit-lake	Summit Lake Township		US	MN	105	63400	0	America/Chicago
5049173	Township of Summit	township-of-summit	Summit Township		US	MN	007	63328	0	America/Chicago
5049174	Township of Summit	township-of-summit	Summit Township		US	MN	147	63364	0	America/Chicago
5049180	Township of Sumner	township-of-sumner	Sumner Township		US	MN	045	63418	0	America/Chicago
5049185	Township of Sumter	township-of-sumter	Sumter Township		US	MN	085	63436	0	America/Chicago
5049199	City of Sunburg	city-of-sunburg			US	MN	067	63454	0	America/Chicago
5049202	Township of Sundal	township-of-sundal	Sundal Township		US	MN	107	63508	0	America/Chicago
5049216	Township of Sundown	township-of-sundown	Sundown Township		US	MN	127	63526	0	America/Chicago
5049228	City of Sunfish Lake	city-of-sunfish-lake			US	MN	037	63544	0	America/Chicago
5049253	Township of Sunnyside	township-of-sunnyside	Sunnyside Township		US	MN	167	63562	0	America/Chicago
5049282	Township of Sunrise	township-of-sunrise	Sunrise Township		US	MN	025	63616	0	America/Chicago
5049354	Township of Svea	township-of-svea	Svea Township		US	MN	069	63652	0	America/Chicago
5049360	Township of Sverdrup	township-of-sverdrup	Sverdrup Township,Sverdup Township,Swerdrup Township,Township of Sverdrup		US	MN	111	63688	0	America/Chicago
5049420	Township of Swan Lake	township-of-swan-lake	Swan Lake Township		US	MN	149	63724	0	America/Chicago
5049434	Township of Swan River	township-of-swan-river	Swan River Township		US	MN	097	63760	0	America/Chicago
5049448	City of Swanville	city-of-swanville			US	MN	097	63778	0	America/Chicago
5049449	Township of Swanville	township-of-swanville	Swanville Township		US	MN	097	63796	0	America/Chicago
5049459	Township of Swede Grove	township-of-swede-grove	Swede Grove Township		US	MN	093	63832	0	America/Chicago
5049472	Township of Swede Prairie	township-of-swede-prairie	Swede Prairie Township		US	MN	173	63850	0	America/Chicago
5049475	Township of Swedes Forest	township-of-swedes-forest	Swedes Forest Township		US	MN	127	63868	0	America/Chicago
5049507	Township of Sweet	township-of-sweet	Sweet Township		US	MN	117	63886	0	America/Chicago
5049516	Township of Swenoda	township-of-swenoda	Swenoda Township		US	MN	151	63904	0	America/Chicago
5049576	Township of Sylvan	township-of-sylvan	Sylvan Township		US	MN	021	63958	0	America/Chicago
5049584	Township of Synnes	township-of-synnes	Symes Township,Synnes Township,Township of Synnes		US	MN	149	63976	0	America/Chicago
5049603	Township of Tabor	township-of-tabor	Tabor Township		US	MN	119	64030	0	America/Chicago
5049653	Township of Tamarac	township-of-tamarac	Tamarac Township		US	MN	089	64138	0	America/Chicago
5049700	City of Tamarack	city-of-tamarack			US	MN	001	64156	0	America/Chicago
5049704	Township of Tanberg	township-of-tanberg	Tanberg Township		US	MN	167	64174	0	America/Chicago
5049720	Township of Tansem	township-of-tansem	Tansem Township		US	MN	027	64192	0	America/Chicago
5049724	City of Taopi	city-of-taopi			US	MN	099	64210	0	America/Chicago
5049727	Township of Tara	township-of-tara	Tara Township,Tava Township,Township of Tara		US	MN	151	64228	0	America/Chicago
5049728	Township of Tara	township-of-tara	Tara Township		US	MN	155	64246	0	America/Chicago
5049741	City of Taunton	city-of-taunton			US	MN	083	64264	0	America/Chicago
5049764	Township of Taylor	township-of-taylor	Taylor Township		US	MN	007	64291	0	America/Chicago
5049765	Township of Taylor	township-of-taylor	Taylor Township		US	MN	155	64300	0	America/Chicago
5049773	City of Taylors Falls	city-of-taylors-falls			US	MN	025	64318	0	America/Chicago
5049798	Township of Tegner	township-of-tegner	Tegner Township		US	MN	069	64336	0	America/Chicago
5049800	Township of Teien	township-of-teien	Teien Township		US	MN	069	64354	0	America/Chicago
5049821	Township of Ten Lake	township-of-ten-lake	Ten Lake Township		US	MN	007	64390	0	America/Chicago
5049824	Township of Ten Mile Lake	township-of-ten-mile-lake	Ten Mile Lake Township		US	MN	073	64408	0	America/Chicago
5049829	Township of Tenhassen	township-of-tenhassen	Tenhassen Township		US	MN	091	64372	0	America/Chicago
5049844	City of Tenstrike	city-of-tenstrike			US	MN	007	64444	0	America/Chicago
5049926	Township of Thief Lake	township-of-thief-lake	Thief Lake Township		US	MN	089	64552	0	America/Chicago
5049928	Township of Terrebonne	township-of-terrebonne	Terrebonne Township		US	MN	125	64498	0	America/Chicago
5049930	City of Thief River Falls	city-of-thief-river-falls			US	MN	113	64570	0	America/Chicago
5049950	Township of Third River	township-of-third-river	Third River Township		US	MN	061	64606	0	America/Chicago
5049988	Township of Thomastown	township-of-thomastown	Thomastown Township		US	MN	159	64624	0	America/Chicago
5050016	Township of Thompson	township-of-thompson	Thompson Township		US	MN	069	64642	0	America/Chicago
5050024	Township of Thomson	township-of-thomson	Thomson Township		US	MN	017	64768	0	America/Chicago
5050038	Township of Thorpe	township-of-thorpe	Thorpe Township		US	MN	057	64804	0	America/Chicago
5050058	Township of Three Lakes	township-of-three-lakes	Three Lakes Township		US	MN	127	64822	0	America/Chicago
5050079	Township of Thunder Lake	township-of-thunder-lake	Thunder Lake Township		US	MN	021	64876	0	America/Chicago
5050142	City of Tintah	city-of-tintah			US	MN	155	64948	0	America/Chicago
5050143	Township of Tintah	township-of-tintah	Tintah Township		US	MN	155	64966	0	America/Chicago
5050150	Township of Timothy	township-of-timothy	Timothy Township		US	MN	035	64930	0	America/Chicago
5050156	Township of Toad Lake	township-of-toad-lake	Toad Lake Township		US	MN	005	65002	0	America/Chicago
5050171	Township of Todd	township-of-todd	Todd Township		US	MN	057	65038	0	America/Chicago
5050177	Township of Tofte	township-of-tofte	Tofte Township		US	MN	031	65065	0	America/Chicago
5050189	Township of Toivola	township-of-toivola	Toivola Township		US	MN	137	65146	0	America/Chicago
5050215	City of Tonka Bay	city-of-tonka-bay			US	MN	053	65164	0	America/Chicago
5050229	Township of Toqua	township-of-toqua	Tokna Township,Tokua Township,Toqua Township,Township of Toqua		US	MN	011	65200	0	America/Chicago
5050235	Township of Tordenskjold	township-of-tordenskjold	Tordenskjold Township		US	MN	111	65218	0	America/Chicago
5050242	Township of Torning	township-of-torning	Torning Township		US	MN	151	65236	0	America/Chicago
5050244	Township of Torrey	township-of-torrey	Torrey Township		US	MN	021	65254	0	America/Chicago
5050265	City of Tower	city-of-tower			US	MN	137	65272	0	America/Chicago
5050304	City of Tracy	city-of-tracy			US	MN	083	65308	0	America/Chicago
5050312	City of Trail	city-of-trail			US	MN	119	65344	0	America/Chicago
5050316	Township of Transit	township-of-transit	Transit Township		US	MN	143	65380	0	America/Chicago
5050337	Township of Traverse	township-of-traverse	Traverse Township		US	MN	103	65416	0	America/Chicago
5050373	Township of Trelipe	township-of-trelipe	Trelipe Township		US	MN	021	65434	0	America/Chicago
5050381	City of Trimont	city-of-trimont			US	MN	091	65470	0	America/Chicago
5050549	City of Trommald	city-of-trommald			US	MN	035	65506	0	America/Chicago
5050552	Township of Trondhjem	township-of-trondhjem	Trondhjem Township		US	MN	111	65524	0	America/Chicago
5050560	City of Trosky	city-of-trosky			US	MN	117	65542	0	America/Chicago
5050585	Township of Trout Lake	township-of-trout-lake	Trout Lake Township		US	MN	061	65596	0	America/Chicago
5050597	Township of Troy	township-of-troy	Township of Troy,Tracy Township,Troy Township		US	MN	117	65614	0	America/Chicago
5050611	City of Truman	city-of-truman			US	MN	091	65668	0	America/Chicago
5050630	Township of Tumuli	township-of-tumuli	Tumuli Township		US	MN	111	65686	0	America/Chicago
5050633	Township of Tunsberg	township-of-tunsberg	Tunsberg Township		US	MN	023	65704	0	America/Chicago
5050641	Township of Turner	township-of-turner	Turner Township		US	MN	001	65722	0	America/Chicago
5050649	Township of Turtle Creek	township-of-turtle-creek	Turtle Creek Township		US	MN	153	65740	0	America/Chicago
5050671	Township of Turtle Lake	township-of-turtle-lake	Turtle Lake Township		US	MN	007	65758	0	America/Chicago
5050672	Township of Turtle Lake	township-of-turtle-lake	Turtle Lake Township		US	MN	021	65776	0	America/Chicago
5050680	Township of Turtle River	township-of-turtle-river	Turtle River Township		US	MN	007	65812	0	America/Chicago
5050695	City of Turtle River	city-of-turtle-river			US	MN	007	65794	0	America/Chicago
5050801	City of Twin Lakes	city-of-twin-lakes			US	MN	047	65920	0	America/Chicago
5050802	Township of Twin Lakes	township-of-twin-lakes	Twin Lakes Township		US	MN	017	65902	0	America/Chicago
5050803	Township of Twin Lakes	township-of-twin-lakes	Twin Lakes Township		US	MN	087	65929	0	America/Chicago
5050810	City of Twin Valley	city-of-twin-valley			US	MN	107	65938	0	America/Chicago
5050820	City of Two Harbors	city-of-two-harbors			US	MN	075	65956	0	America/Chicago
5050825	Township of Two Inlets	township-of-two-inlets	Two Inlets Township		US	MN	005	66010	0	America/Chicago
5050838	Township of Two Rivers	township-of-two-rivers	Two Rivers Township		US	MN	097	66028	0	America/Chicago
5050859	City of Tyler	city-of-tyler			US	MN	081	66046	0	America/Chicago
5050864	Township of Tyro	township-of-tyro	Tyro Township		US	MN	173	66082	0	America/Chicago
5050867	Township of Tyrone	township-of-tyrone	Tyrone Township		US	MN	079	66100	0	America/Chicago
5050871	Township of Udolpho	township-of-udolpho	Udolpho Township		US	MN	099	66118	0	America/Chicago
5050877	City of Ulen	city-of-ulen			US	MN	027	66136	0	America/Chicago
5050878	Township of Ulen	township-of-ulen	Township of Ulen,Ulen Township,Ulm Township		US	MN	027	66154	0	America/Chicago
5050881	Township of Tynsid	township-of-tynsid	Tynsid Township		US	MN	119	66064	0	America/Chicago
5050884	City of Underwood	city-of-underwood			US	MN	111	66172	0	America/Chicago
5050885	Township of Underwood	township-of-underwood	Underwood Township		US	MN	127	66190	0	America/Chicago
5050912	Township of Union Grove	township-of-union-grove	Union Grove Township		US	MN	093	66226	0	America/Chicago
5050931	Township of Union	township-of-union	Union Township		US	MN	055	66208	0	America/Chicago
5051127	Unorganized Territory of Upper Red Lake	unorganized-territory-of-upper-red-lake			US	MN	007	66307	0	America/Chicago
5051153	City of Upsala	city-of-upsala			US	MN	097	66334	0	America/Chicago
5051158	City of Urbank	city-of-urbank			US	MN	111	66388	0	America/Chicago
5051163	Township of Urness	township-of-urness	Urness Township		US	MN	041	66406	0	America/Chicago
5051168	City of Utica	city-of-utica			US	MN	169	66424	0	America/Chicago
5051169	Township of Utica	township-of-utica	Utica Township		US	MN	169	66442	0	America/Chicago
5051175	City of Vadnais Heights	city-of-vadnais-heights			US	MN	123	66460	0	America/Chicago
5051179	Township of Vail	township-of-vail	Vail Township		US	MN	127	66478	0	America/Chicago
5051194	Township of Vallers	township-of-vallers	Vallers Township		US	MN	083	66496	0	America/Chicago
5051228	Township of Valley	township-of-valley	Valley Township		US	MN	089	66514	0	America/Chicago
5051236	Township of Van Buren	township-of-van-buren	Van Buren Township		US	MN	137	66586	0	America/Chicago
5051271	Township of Vasa	township-of-vasa	Vasa Township		US	MN	049	66640	0	America/Chicago
5051281	Township of Vega	township-of-vega	Vega Township		US	MN	089	66676	0	America/Chicago
5051283	Township of Veldt	township-of-veldt	Veldt Township		US	MN	089	66694	0	America/Chicago
5051297	Township of Verdi	township-of-verdi	Verdi Township		US	MN	081	66730	0	America/Chicago
5051298	Township of Verdon	township-of-verdon	Verdon Township		US	MN	001	66748	0	America/Chicago
5051302	City of Vergas	city-of-vergas			US	MN	111	66766	0	America/Chicago
5051309	Township of Vermilion Lake	township-of-vermilion-lake	Vermilion Lake Township		US	MN	137	66784	0	America/Chicago
5051319	City of Vermillion	city-of-vermillion			US	MN	037	66802	0	America/Chicago
5051324	Township of Vermillion	township-of-vermillion	Vermillion Township		US	MN	037	66820	0	America/Chicago
5051325	City of Verndale	city-of-verndale			US	MN	159	66874	0	America/Chicago
5051336	City of Vernon Center	city-of-vernon-center			US	MN	013	66910	0	America/Chicago
5051337	Township of Vernon Center	township-of-vernon-center	Vernon Center Township		US	MN	013	66928	0	America/Chicago
5051343	Township of Vernon	township-of-vernon	Vernon Township		US	MN	039	66892	0	America/Chicago
5051345	Township of Verona	township-of-verona	Verona Township		US	MN	043	66946	0	America/Chicago
5051357	City of Vesta	city-of-vesta			US	MN	127	66982	0	America/Chicago
5051358	Township of Vesta	township-of-vesta	Vesta Township		US	MN	127	67000	0	America/Chicago
5051386	Township of Victor	township-of-victor	Victor Township		US	MN	171	67018	0	America/Chicago
5051391	City of Victoria	city-of-victoria			US	MN	019	67036	0	America/Chicago
5051406	Township of Viding	township-of-viding	Viding Township		US	MN	027	67054	0	America/Chicago
5051408	Township of Vienna	township-of-vienna	Vienna Township		US	MN	133	67072	0	America/Chicago
5051420	City of Viking	city-of-viking			US	MN	089	67090	0	America/Chicago
5051421	Township of Viking	township-of-viking	Viking Township		US	MN	089	67108	0	America/Chicago
5051437	City of Villard	city-of-villard			US	MN	121	67144	0	America/Chicago
5051438	Township of Villard	township-of-villard	Villard Township		US	MN	153	67162	0	America/Chicago
5051446	Township of Vineland	township-of-vineland	Vineland Township		US	MN	119	67198	0	America/Chicago
5051455	City of Vining	city-of-vining			US	MN	111	67216	0	America/Chicago
5051461	Township of Viola	township-of-viola	Viola Township		US	MN	109	67270	0	America/Chicago
5051472	City of Virginia	city-of-virginia			US	MN	137	67288	0	America/Chicago
5051492	Township of Vivian	township-of-vivian	Vivian Township		US	MN	161	67324	0	America/Chicago
5051584	Township of Waasa	township-of-waasa	Waasa Township		US	MN	137	67342	0	America/Chicago
5051590	Township of Wabana	township-of-wabana	Wabana Township		US	MN	061	67360	0	America/Chicago
5051611	City of Wabasha	city-of-wabasha			US	MN	157	67378	0	America/Chicago
5051620	City of Wabasso	city-of-wabasso			US	MN	127	67396	0	America/Chicago
5051627	Township of Wabedo	township-of-wabedo	Wabedo Township		US	MN	021	67414	0	America/Chicago
5051644	City of Waconia	city-of-waconia			US	MN	019	67432	0	America/Chicago
5051646	Township of Waconia	township-of-waconia	Waconia Township		US	MN	019	67450	0	America/Chicago
5051653	Township of Wacouta	township-of-wacouta	Wacouta Township		US	MN	049	67486	0	America/Chicago
5051665	City of Wadena	city-of-wadena			US	MN	159	67504	0	America/Chicago
5051666	Township of Wadena	township-of-wadena	Wadena Township		US	MN	159	67522	0	America/Chicago
5051680	Township of Wagner	township-of-wagner	Wagner Township		US	MN	001	67540	0	America/Chicago
5051687	City of Wahkon	city-of-wahkon			US	MN	095	67558	0	America/Chicago
5051701	City of Waite Park	city-of-waite-park			US	MN	145	67612	0	America/Chicago
5051708	Township of Wakefield	township-of-wakefield	Wakefield Township		US	MN	145	67630	0	America/Chicago
5051718	Township of Walcott	township-of-walcott	Township of Walcott,Walcott Township,Wolcott Township		US	MN	131	67666	0	America/Chicago
5051721	Township of Walden	township-of-walden	Walden Township		US	MN	021	67684	0	America/Chicago
5051722	Township of Walden	township-of-walden	Walden Township		US	MN	121	67702	0	America/Chicago
5051732	City of Waldorf	city-of-waldorf			US	MN	161	67756	0	America/Chicago
5051747	City of Walker	city-of-walker			US	MN	021	67792	0	America/Chicago
5051769	City of Walnut Grove	city-of-walnut-grove			US	MN	127	67846	0	America/Chicago
5051775	Township of Walnut Lake	township-of-walnut-lake	Walnut Lake Township		US	MN	043	67864	0	America/Chicago
5051779	Township of Walls	township-of-walls	Walls Township		US	MN	155	67828	0	America/Chicago
5051784	Township of Walter	township-of-walter	Walter Township		US	MN	073	67882	0	America/Chicago
5051790	City of Walters	city-of-walters			US	MN	043	67900	0	America/Chicago
5051795	City of Waltham	city-of-waltham			US	MN	099	67918	0	America/Chicago
5051796	Township of Waltham	township-of-waltham	Waltham Township		US	MN	099	67936	0	America/Chicago
5051799	Township of Walworth	township-of-walworth	Walworth Township		US	MN	005	67954	0	America/Chicago
5051813	City of Wanamingo	city-of-wanamingo			US	MN	049	67972	0	America/Chicago
5051814	Township of Wanamingo	township-of-wanamingo	Wanamingo Township		US	MN	049	67990	0	America/Chicago
5051822	City of Wanda	city-of-wanda			US	MN	127	68008	0	America/Chicago
5051827	Township of Wang	township-of-wang	Wang Township		US	MN	129	68026	0	America/Chicago
5051831	Township of Wanger	township-of-wanger	Wanger Township		US	MN	089	68044	0	America/Chicago
5051853	City of Warba	city-of-warba			US	MN	061	68080	0	America/Chicago
5051866	Township of Ward	township-of-ward	Ward Township		US	MN	153	68098	0	America/Chicago
5051889	City of Warren	city-of-warren			US	MN	089	68170	0	America/Chicago
5051890	Township of Warren	township-of-warren	Warren Township		US	MN	169	68188	0	America/Chicago
5051892	Township of Warrenton	township-of-warrenton	Warrenton Township		US	MN	089	68206	0	America/Chicago
5051898	Township of Warsaw	township-of-warsaw	Warsaw Township		US	MN	049	68242	0	America/Chicago
5051899	Township of Warsaw	township-of-warsaw	Warsaw Township		US	MN	131	68278	0	America/Chicago
5051920	City of Waseca	city-of-waseca			US	MN	161	68296	0	America/Chicago
5051923	City of Warroad	city-of-warroad			US	MN	135	68224	0	America/Chicago
5051947	Township of Washington Lake	township-of-washington-lake	Washington Lake Township		US	MN	143	68368	0	America/Chicago
5051976	Township of Washington	township-of-washington	Washington Township		US	MN	079	68350	0	America/Chicago
5051986	Township of Wasioja	township-of-wasioja	Wasioja Township		US	MN	039	68404	0	America/Chicago
5051989	Township of Waskish	township-of-waskish	Waskish Township		US	MN	007	68440	0	America/Chicago
5052004	Township of Watab	township-of-watab	Watab Township		US	MN	009	68476	0	America/Chicago
5052007	Township of Waterbury	township-of-waterbury	Waterbury Township		US	MN	127	68494	0	America/Chicago
5052011	Township of Waterford	township-of-waterford	Waterford Township		US	MN	037	68530	0	America/Chicago
5052017	City of Watertown	city-of-watertown			US	MN	019	68548	0	America/Chicago
5052018	Township of Watertown	township-of-watertown	Watertown Township		US	MN	019	68566	0	America/Chicago
5052029	City of Waterville	city-of-waterville			US	MN	079	68584	0	America/Chicago
5052030	Township of Waterville	township-of-waterville	Waterville Township		US	MN	079	68602	0	America/Chicago
5052054	City of Watkins	city-of-watkins			US	MN	093	68620	0	America/Chicago
5052068	Township of Watopa	township-of-watopa	Watopa Township		US	MN	157	68638	0	America/Chicago
5052092	City of Waubun	city-of-waubun			US	MN	087	68674	0	America/Chicago
5052098	Township of Waukenabo	township-of-waukenabo	Waukenabo Township		US	MN	001	68692	0	America/Chicago
5052101	Township of Waukon	township-of-waukon	Waukon Township		US	MN	107	68728	0	America/Chicago
5052113	City of Waverly	city-of-waverly			US	MN	171	68764	0	America/Chicago
5052114	Township of Waverly	township-of-waverly	Waverly Township		US	MN	091	68746	0	America/Chicago
5052120	Township of Wawina	township-of-wawina	Wawina Township		US	MN	061	68800	0	America/Chicago
5052140	City of Wayzata	city-of-wayzata			US	MN	053	68818	0	America/Chicago
5052144	Township of Wealthwood	township-of-wealthwood	Wealthwood Township		US	MN	001	68872	0	America/Chicago
5052167	City of Watson	city-of-watson			US	MN	023	68656	0	America/Chicago
5052178	Township of Webster	township-of-webster	Webster Township		US	MN	131	68962	0	America/Chicago
5052201	Township of Weimer	township-of-weimer	Weimer Township		US	MN	063	69016	0	America/Chicago
5052219	Township of Welch	township-of-welch	Welch Township		US	MN	049	69052	0	America/Chicago
5052231	City of Welcome	city-of-welcome			US	MN	091	69070	0	America/Chicago
5052237	Township of Wellington	township-of-wellington	Wellington Township		US	MN	129	69088	0	America/Chicago
5052254	City of Wells	city-of-wells			US	MN	043	69106	0	America/Chicago
5052255	Township of Wells	township-of-wells	Wells Township		US	MN	131	69124	0	America/Chicago
5052267	City of Wendell	city-of-wendell			US	MN	051	69142	0	America/Chicago
5052279	Township of Wergeland	township-of-wergeland	Wergeland Township		US	MN	173	69160	0	America/Chicago
5052298	Township of West Albany	township-of-west-albany	West Albany Township		US	MN	157	69178	0	America/Chicago
5052307	Township of West Bank	township-of-west-bank	Township of West Bank,West Bank Township,Westbank Township		US	MN	151	69214	0	America/Chicago
5052359	City of West Concord	city-of-west-concord			US	MN	039	69304	0	America/Chicago
5052360	Unorganized Territory of West Cook	unorganized-territory-of-west-cook			US	MN	031	69307	0	America/Chicago
5052399	Township of West Heron Lake	township-of-west-heron-lake	West Heron Lake Township		US	MN	063	69484	0	America/Chicago
5052421	Township of West Lakeland	township-of-west-lakeland	West Lakeland Township		US	MN	163	69520	0	America/Chicago
5052439	Township of West Newton	township-of-west-newton	West Newton Township		US	MN	103	69556	0	America/Chicago
5052469	City of West Saint Paul	city-of-west-saint-paul	West Saint Paul		US	MN	037	69700	0	America/Chicago
5052508	City of West Union	city-of-west-union			US	MN	153	69736	0	America/Chicago
5052509	Township of West Union	township-of-west-union	West Union Township		US	MN	153	69754	0	America/Chicago
5052511	Township of West Valley	township-of-west-valley	West Valley Township		US	MN	089	69772	0	America/Chicago
5052533	City of Westbrook	city-of-westbrook			US	MN	033	69250	0	America/Chicago
5052534	Township of Westbrook	township-of-westbrook	Westbrook Township		US	MN	033	69268	0	America/Chicago
5052537	Township of Westerheim	township-of-westerheim	Westerheim Township		US	MN	083	69412	0	America/Chicago
5052541	Township of Western	township-of-western	Western Township		US	MN	111	69430	0	America/Chicago
5052547	Township of Westfield	township-of-westfield	Township of Westfield,Westfield Township		US	MN	039	69448	0	America/Chicago
5052551	Township of Westford	township-of-westford	Westford Township		US	MN	091	69466	0	America/Chicago
5052554	Township of Westline	township-of-westline	Westline Township		US	MN	127	69538	0	America/Chicago
5052563	City of Westport	city-of-westport			US	MN	121	69628	0	America/Chicago
5052564	Township of Westport	township-of-westport	Westport Township		US	MN	121	69646	0	America/Chicago
5052568	Township of Westside	township-of-westside	Westside Township		US	MN	105	69718	0	America/Chicago
5052593	City of Whalan	city-of-whalan			US	MN	045	69808	0	America/Chicago
5052599	Township of Wheatland	township-of-wheatland	Wheatland Township		US	MN	131	69826	0	America/Chicago
5052612	City of Wheaton	city-of-wheaton			US	MN	155	69844	0	America/Chicago
5052625	Township of Wheeling	township-of-wheeling	Wheeling Township		US	MN	131	69862	0	America/Chicago
5052661	City of White Bear Lake	city-of-white-bear-lake			US	MN	123	69970	0	America/Chicago
5052662	Township of White Bear Lake	township-of-white-bear-lake	White Bear Lake Township		US	MN	121	69952	0	America/Chicago
5052664	Township of White Bear	township-of-white-bear	White Bear Township		US	MN	123	69916	0	America/Chicago
5052674	Township of White Earth	township-of-white-earth	White Earth Township		US	MN	005	70024	0	America/Chicago
5052697	Township of White Oak	township-of-white-oak	White Oak Township		US	MN	057	70114	0	America/Chicago
5052702	Township of White Pine	township-of-white-pine	White Pine Township		US	MN	001	70132	0	America/Chicago
5052720	Township of White	township-of-white	White Township		US	MN	137	69898	0	America/Chicago
5052722	Township of Whited	township-of-whited	Whited Township		US	MN	065	69988	0	America/Chicago
5052730	Unorganized Territory of Whiteface Reservoir	unorganized-territory-of-whiteface-reservoir			US	MN	137	70069	0	America/Chicago
5052733	Township of Whitefield	township-of-whitefield	Whitefield Township		US	MN	067	70078	0	America/Chicago
5052743	Township of Whiteford	township-of-whiteford	Whiteford Township		US	MN	089	70096	0	America/Chicago
5052754	Township of Whitewater	township-of-whitewater	Whitewater Township		US	MN	169	70168	0	America/Chicago
5052816	Township of Wild Rice	township-of-wild-rice	Wild Rice Township		US	MN	107	70276	0	America/Chicago
5052833	City of Wilder	city-of-wilder			US	MN	063	70258	0	America/Chicago
5052859	Township of Wildwood	township-of-wildwood	Wildwood Township		US	MN	061	70306	0	America/Chicago
5052870	Township of Wilkinson	township-of-wilkinson	Wilkinson Township		US	MN	021	70348	0	America/Chicago
5052876	City of Willernie	city-of-willernie			US	MN	163	70366	0	America/Chicago
5052904	City of Williams	city-of-williams			US	MN	077	70402	0	America/Chicago
5052907	Township of Williams	township-of-williams	Williams Township		US	MN	001	70384	0	America/Chicago
5052929	City of Willmar	city-of-willmar			US	MN	067	70420	0	America/Chicago
5052930	Township of Willmar	township-of-willmar	Willmar Township		US	MN	067	70438	0	America/Chicago
5052960	Township of Willow Lake	township-of-willow-lake	Willow Lake Township		US	MN	127	70474	0	America/Chicago
5052988	City of Willow River	city-of-willow-river			US	MN	115	70492	0	America/Chicago
5052991	Township of Willow Valley	township-of-willow-valley	Willow Valley Township		US	MN	137	70510	0	America/Chicago
5052996	Township of Wilma	township-of-wilma	Wilma Township		US	MN	115	70528	0	America/Chicago
5053004	Township of Wilmington	township-of-wilmington	Wilmington Township		US	MN	055	70564	0	America/Chicago
5053012	City of Wilmont	city-of-wilmont			US	MN	105	70582	0	America/Chicago
5053013	Township of Wilmont	township-of-wilmont	Township of Wilmont,Willmont Township,Wilmont Township		US	MN	105	70600	0	America/Chicago
5053053	Township of Wilson	township-of-wilson	Wilson Township		US	MN	021	70654	0	America/Chicago
5053054	Township of Wilson	township-of-wilson	Wilson Township		US	MN	169	70690	0	America/Chicago
5053060	City of Wilton	city-of-wilton			US	MN	007	70708	0	America/Chicago
5053061	Township of Wilton	township-of-wilton	Wilton Township		US	MN	161	70744	0	America/Chicago
5053073	Township of Winchester	township-of-winchester	Winchester Township		US	MN	107	70762	0	America/Chicago
5053080	Township of Windemere	township-of-windemere	Windemere Township		US	MN	115	70780	0	America/Chicago
5053100	City of Windom	city-of-windom			US	MN	033	70798	0	America/Chicago
5053101	Township of Windom	township-of-windom	Windom Township		US	MN	099	70816	0	America/Chicago
5053104	Township of Windsor	township-of-windsor	Windsor Township		US	MN	155	70834	0	America/Chicago
5053117	Township of Winfield	township-of-winfield	Winfield Township		US	MN	129	70852	0	America/Chicago
5053125	Township of Wing River	township-of-wing-river	Wing River Township		US	MN	159	70906	0	America/Chicago
5053128	City of Winger	city-of-winger			US	MN	119	70870	0	America/Chicago
5053129	Township of Winger	township-of-winger	Winger Township		US	MN	119	70888	0	America/Chicago
5053138	Township of Winnebago City	township-of-winnebago-city	Winnebago City Township		US	MN	043	70978	0	America/Chicago
5053145	City of Winnebago	city-of-winnebago			US	MN	043	70924	0	America/Chicago
5053146	Township of Winnebago	township-of-winnebago	Winnebago Township		US	MN	055	70960	0	America/Chicago
5053180	City of Winona	city-of-winona			US	MN	169	71032	0	America/Chicago
5053184	Township of Winsor	township-of-winsor	Winsor Township		US	MN	029	71068	0	America/Chicago
5053195	City of Winsted	city-of-winsted			US	MN	085	71086	0	America/Chicago
5053196	Township of Winsted	township-of-winsted	Winsted Township		US	MN	085	71104	0	America/Chicago
5053213	City of Winthrop	city-of-winthrop			US	MN	143	71122	0	America/Chicago
5053216	City of Winton	city-of-winton			US	MN	137	71140	0	America/Chicago
5053226	Township of Wirt	township-of-wirt	Wirt Township		US	MN	061	71194	0	America/Chicago
5053229	Township of Wisconsin	township-of-wisconsin	Wisconsin Township		US	MN	063	71212	0	America/Chicago
5053235	Township of Wiscoy	township-of-wiscoy	Wiscoy Township		US	MN	169	71230	0	America/Chicago
5053302	City of Wolf Lake	city-of-wolf-lake			US	MN	005	71338	0	America/Chicago
5053303	Township of Wolf Lake	township-of-wolf-lake	Wolf Lake Township		US	MN	005	71356	0	America/Chicago
5053312	Township of Wolford	township-of-wolford	Wolford Township		US	MN	035	71374	0	America/Chicago
5053325	City of Wolverton	city-of-wolverton			US	MN	167	71392	0	America/Chicago
5053326	Township of Wolverton	township-of-wolverton	Wolverton Township		US	MN	167	71410	0	America/Chicago
5053353	City of Wood Lake	city-of-wood-lake			US	MN	173	71446	0	America/Chicago
5053354	Township of Wood Lake	township-of-wood-lake	Wood Lake Township		US	MN	173	71464	0	America/Chicago
5053365	City of Woodbury	city-of-woodbury			US	MN	163	71428	0	America/Chicago
5053398	City of Woodland	city-of-woodland			US	MN	053	71500	0	America/Chicago
5053399	Township of Woodland	township-of-woodland	Woodland Township		US	MN	171	71554	0	America/Chicago
5053420	Township of Woodrow	township-of-woodrow	Woodrow Township		US	MN	007	71590	0	America/Chicago
5053421	Township of Woodrow	township-of-woodrow	Woodrow Township		US	MN	021	71608	0	America/Chicago
5053427	Township of Woods	township-of-woods	Woods Township		US	MN	023	71626	0	America/Chicago
5053430	Township of Woodside	township-of-woodside	Woodside Township		US	MN	111	71644	0	America/Chicago
5053431	Township of Woodside	township-of-woodside	Woodside Township		US	MN	119	71662	0	America/Chicago
5053438	City of Woodstock	city-of-woodstock			US	MN	117	71680	0	America/Chicago
5053444	Township of Woodville	township-of-woodville	Woodville Township		US	MN	161	71698	0	America/Chicago
5053455	Township of Workman	township-of-workman	Workman Township		US	MN	001	71716	0	America/Chicago
5053475	City of Worthington	city-of-worthington			US	MN	105	71734	0	America/Chicago
5053476	Township of Worthington	township-of-worthington	Worthington Township		US	MN	105	71752	0	America/Chicago
5053481	City of Wrenshall	city-of-wrenshall			US	MN	017	71788	0	America/Chicago
5053482	Township of Wrenshall	township-of-wrenshall	Wrenshall Township		US	MN	017	71806	0	America/Chicago
5053492	City of Wright	city-of-wright			US	MN	017	71824	0	America/Chicago
5053493	Township of Wright	township-of-wright	Wright Township		US	MN	089	71842	0	America/Chicago
5053498	Township of Wuori	township-of-wuori	Wuori Township		US	MN	137	71869	0	America/Chicago
5053499	Township of Wyandotte	township-of-wyandotte	Wyandotte Township		US	MN	113	71878	0	America/Chicago
5053504	Township of Wyanett	township-of-wyanett	Wyanett Township		US	MN	059	71896	0	America/Chicago
5053510	Township of Wykeham	township-of-wykeham	Wykeham Township		US	MN	153	71932	0	America/Chicago
5053517	City of Wykoff	city-of-wykoff			US	MN	045	71950	0	America/Chicago
5053519	Township of Wylie	township-of-wylie	Wylie Township		US	MN	125	71986	0	America/Chicago
5053532	City of Wyoming	city-of-wyoming			US	MN	025	72022	0	America/Chicago
5053574	Township of Yellow Bank	township-of-yellow-bank	Yellow Bank Township		US	MN	073	72058	0	America/Chicago
5053591	Township of York	township-of-york	York Township		US	MN	045	72076	0	America/Chicago
5053596	Township of Young America	township-of-young-america	Young America Township		US	MN	019	72130	0	America/Chicago
5053624	City of Zemple	city-of-zemple			US	MN	061	72184	0	America/Chicago
5053634	Township of Yucatan	township-of-yucatan	Yucatan Township		US	MN	055	72166	0	America/Chicago
5053646	City of Zimmerman	city-of-zimmerman			US	MN	141	72238	0	America/Chicago
5053775	Township of Zion	township-of-zion	Zion Township		US	MN	145	72256	0	America/Chicago
5053797	City of Zumbro Falls	city-of-zumbro-falls			US	MN	157	72310	0	America/Chicago
5053811	Township of Zumbro	township-of-zumbro	Zumbro Township		US	MN	157	72292	0	America/Chicago
5053826	City of Zumbrota	city-of-zumbrota			US	MN	049	72328	3252	America/Chicago
5053827	Township of Zumbrota	township-of-zumbrota	Zumbrota Township		US	MN	049	72346	0	America/Chicago
5053859	Township of Adams	township-of-adams	Adams Township		US	MO	081	00226	0	America/Chicago
5053889	Township of Allen	township-of-allen	Allen Township		US	MO	227	00694	0	America/Chicago
5053941	Township of Atchison	township-of-atchison	Atchison Township		US	MO	147	02350	0	America/Chicago
5053944	Township of Athens	township-of-athens	Athens Township		US	MO	075	02386	0	America/Chicago
5054040	Township of Bee Ridge	township-of-bee-ridge	Bee Ridge Township		US	MO	103	03988	0	America/Chicago
5054057	Township of Benton	township-of-benton	Benton Township		US	MO	001	04546	0	America/Chicago
5054058	Township of Benton	township-of-benton	Benton Township		US	MO	003	04564	0	America/Chicago
5054059	Township of Benton	township-of-benton	Benton Township		US	MO	005	04582	0	America/Chicago
5054060	Township of Benton	township-of-benton	Benton Township		US	MO	061	04636	0	America/Chicago
5054061	Township of Benton	township-of-benton	Benton Township		US	MO	087	04672	0	America/Chicago
5054062	Township of Benton	township-of-benton	Benton Township		US	MO	103	04708	0	America/Chicago
5054088	Township of Bethany	township-of-bethany	Bethany Township		US	MO	081	05086	0	America/Chicago
5054122	Township of Bigelow	township-of-bigelow	Bigelow Township		US	MO	087	05482	0	America/Chicago
5054165	Township of Bogle	township-of-bogle	Bogle Township		US	MO	075	06868	0	America/Chicago
5054199	Township of Bowman	township-of-bowman	Bowman Township		US	MO	211	07678	0	America/Chicago
5054282	Township of Buchanan	township-of-buchanan	Buchanan Township		US	MO	005	09244	0	America/Chicago
5054283	Township of Buchanan	township-of-buchanan	Buchanan Township		US	MO	211	09280	0	America/Chicago
5054345	Township of Butler	township-of-butler	Butler Township		US	MO	081	10072	0	America/Chicago
5054378	Township of Canton	township-of-canton	Canton Township		US	MO	111	11152	0	America/Chicago
5054435	Township of Center	township-of-center	Center Township		US	MO	103	12556	0	America/Chicago
5054455	Township of Chariton	township-of-chariton	Chariton Township		US	MO	197	13294	0	America/Chicago
5054487	Township of Clark	township-of-clark	Clark Township		US	MO	005	13996	0	America/Chicago
5054490	Township of Clay	township-of-clay	Clay Township		US	MO	001	14248	0	America/Chicago
5054491	Township of Clay	township-of-clay	Clay Township		US	MO	003	14266	0	America/Chicago
5054492	Township of Clay	township-of-clay	Clay Township		US	MO	005	14284	0	America/Chicago
5054493	Township of Clay	township-of-clay	Clay Township		US	MO	045	14302	0	America/Chicago
5054494	Township of Clay	township-of-clay	Clay Township		US	MO	081	14392	0	America/Chicago
5054495	Township of Clay	township-of-clay	Clay Township		US	MO	087	14410	0	America/Chicago
5054496	Township of Clay	township-of-clay	Clay Township		US	MO	211	14536	0	America/Chicago
5054531	Township of Colfax	township-of-colfax	Colfax Township		US	MO	005	15454	0	America/Chicago
5054532	Township of Colfax	township-of-colfax	Colfax Township		US	MO	081	15508	0	America/Chicago
5054540	Township of Colony	township-of-colony	Colony Township		US	MO	103	15652	0	America/Chicago
5054590	Township of Cooper	township-of-cooper	Cooper Township		US	MO	075	16282	0	America/Chicago
5054662	Township of Dale	township-of-dale	Dale Township		US	MO	005	18028	0	America/Chicago
5054664	Township of Dallas	township-of-dallas	Dallas Township		US	MO	081	18064	0	America/Chicago
5054680	Township of Cypress	township-of-cypress	Cypress Township		US	MO	081	17956	0	America/Chicago
5054710	Township of Des Moines	township-of-des-moines	Des Moines Township		US	MO	045	19234	0	America/Chicago
5054717	Township of Dickerson	township-of-dickerson	Dickerson Township		US	MO	111	19468	0	America/Chicago
5054773	Township of Duncan	township-of-duncan	Duncan Township		US	MO	211	20386	0	America/Chicago
5054804	Township of Easley	township-of-easley	Easley Township		US	MO	121	20710	0	America/Chicago
5054886	Township of Elm	township-of-elm	Elm Township		US	MO	171	21952	0	America/Chicago
5054898	Township of Empire	township-of-empire	Empire Township		US	MO	003	22330	0	America/Chicago
5054907	Township of Enterprise	township-of-enterprise	Enterprise Township		US	MO	115	22438	0	America/Chicago
5054952	Township of Fabius	township-of-fabius	Fabius Township		US	MO	197	23194	0	America/Chicago
5055017	Township of Fletchall	township-of-fletchall	Fletchall Township		US	MO	227	24616	0	America/Chicago
5055025	Township of Folker	township-of-folker	Folker Township		US	MO	045	24922	0	America/Chicago
5055058	Township of Fox Creek	township-of-fox-creek	Fox Creek Township		US	MO	081	25455	0	America/Chicago
5055064	Township of Franklin	township-of-franklin	Franklin Township		US	MO	079	25606	0	America/Chicago
5055162	Township of Glenwood	township-of-glenwood	Glenwood Township		US	MO	197	27532	0	America/Chicago
5055191	Township of Grand River	township-of-grand-river	Grand River Township		US	MO	061	28270	0	America/Chicago
5055203	Township of Grant	township-of-grant	Grant Township,Green Township,Township of Grant		US	MO	045	28414	0	America/Chicago
5055204	Township of Grant	township-of-grant	Grant Township		US	MO	081	28486	0	America/Chicago
5055205	Township of Grant	township-of-grant	Grant Township		US	MO	147	28504	0	America/Chicago
5055206	Township of Grant	township-of-grant	Grant Township		US	MO	171	28522	0	America/Chicago
5055242	Township of Green	township-of-green	Green Township		US	MO	147	29008	0	America/Chicago
5055245	Township of Greene	township-of-greene	Greene Township		US	MO	227	29188	0	America/Chicago
5055250	Township of Greensburg	township-of-greensburg	Greensburg Township		US	MO	103	29386	0	America/Chicago
5055327	Township of Hamilton	township-of-hamilton	Hamilton Township		US	MO	081	30070	0	America/Chicago
5055363	Township of Harrison	township-of-harrison	Harrison Township		US	MO	079	30520	0	America/Chicago
5055364	Township of Harrison	township-of-harrison	Harrison Township		US	MO	129	30538	0	America/Chicago
5055365	Township of Harrison	township-of-harrison	Harrison Township		US	MO	199	30574	0	America/Chicago
5055456	Township of Hickory	township-of-hickory	Hickory Township		US	MO	087	31852	0	America/Chicago
5055557	Township of Hopkins	township-of-hopkins	Hopkins Township		US	MO	147	33022	0	America/Chicago
5055569	Township of Howard	township-of-howard	Howard Township		US	MO	075	33328	0	America/Chicago
5055577	Township of Huggins	township-of-huggins	Huggins Township		US	MO	075	33598	0	America/Chicago
5055578	Township of Hughes	township-of-hughes	Hughes Township		US	MO	147	33634	0	America/Chicago
5055606	Township of Independence	township-of-independence	Independence Township		US	MO	147	35036	0	America/Chicago
5055607	Township of Independence	township-of-independence	Independence Township		US	MO	197	35054	0	America/Chicago
5055642	Township of Jackson	township-of-jackson	Jackson Township		US	MO	003	35576	0	America/Chicago
5055643	Township of Jackson	township-of-jackson	Jackson Township		US	MO	045	35684	0	America/Chicago
5055644	Township of Jackson	township-of-jackson	Jackson Township		US	MO	075	35774	0	America/Chicago
5055645	Township of Jackson	township-of-jackson	Jackson Township		US	MO	147	35954	0	America/Chicago
5055646	Township of Jackson	township-of-jackson	Jackson Township		US	MO	171	36026	0	America/Chicago
5055647	Township of Jackson	township-of-jackson	Jackson Township		US	MO	211	36152	0	America/Chicago
5055665	Township of Jeddo	township-of-jeddo	Jeddo Township		US	MO	103	36660	0	America/Chicago
5055669	Township of Jefferson	township-of-jefferson	Jefferson Township		US	MO	081	36818	0	America/Chicago
5055670	Township of Jefferson	township-of-jefferson	Jefferson Township		US	MO	147	36908	0	America/Chicago
5055671	Township of Jefferson	township-of-jefferson	Jefferson Township		US	MO	199	36980	0	America/Chicago
5055674	Township of Jefferson	township-of-jefferson	Jefferson Township		US	MO	045	36746	0	America/Chicago
5055702	Township of Johnson	township-of-johnson	Johnson Township		US	MO	199	37466	0	America/Chicago
5055813	Township of La Belle	township-of-la-belle	La Belle Township		US	MO	111	39530	0	America/Chicago
5055818	Township of La Plata	township-of-la-plata	La Plata Township		US	MO	121	40700	0	America/Chicago
5055924	Township of Liberty	township-of-liberty	Liberty Township		US	MO	001	41924	0	America/Chicago
5055925	Township of Liberty	township-of-liberty	Liberty Township		US	MO	079	42122	0	America/Chicago
5055926	Township of Liberty	township-of-liberty	Liberty Township		US	MO	087	42140	0	America/Chicago
5055927	Township of Liberty	township-of-liberty	Liberty Township		US	MO	103	42176	0	America/Chicago
5055928	Township of Liberty	township-of-liberty	Liberty Township		US	MO	171	42284	0	America/Chicago
5055929	Township of Liberty	township-of-liberty	Liberty Township		US	MO	197	42338	0	America/Chicago
5055930	Township of Liberty	township-of-liberty	Liberty Township		US	MO	211	42374	0	America/Chicago
5055951	Township of Lincoln	township-of-lincoln	Lincoln Township		US	MO	005	42590	0	America/Chicago
5055952	Township of Lincoln	township-of-lincoln	Lincoln Township		US	MO	045	42662	0	America/Chicago
5055953	Township of Lincoln	township-of-lincoln	Lincoln Township		US	MO	061	42698	0	America/Chicago
5055954	Township of Lincoln	township-of-lincoln	Lincoln Township		US	MO	079	42734	0	America/Chicago
5055955	Township of Lincoln	township-of-lincoln	Lincoln Township		US	MO	081	42752	0	America/Chicago
5055956	Township of Lincoln	township-of-lincoln	Lincoln Township		US	MO	087	42770	0	America/Chicago
5055957	Township of Lincoln	township-of-lincoln	Lincoln Township		US	MO	147	42824	0	America/Chicago
5055958	Township of Lincoln	township-of-lincoln	Lincoln Township		US	MO	171	42842	0	America/Chicago
5055966	Township of Lindley	township-of-lindley	Lindley Township		US	MO	129	43058	0	America/Chicago
5056117	Township of Lyon	township-of-lyon	Lyon Township		US	MO	103	44732	0	America/Chicago
5056118	Township of Lyon	township-of-lyon	Lyon Township		US	MO	111	44750	0	America/Chicago
5056122	Township of Madison	township-of-madison	Madison Township		US	MO	045	45362	0	America/Chicago
5056123	Township of Madison	township-of-madison	Madison Township,Sugar Creek Township,Township of Madison		US	MO	079	45380	0	America/Chicago
5056124	Township of Madison	township-of-madison	Madison Township		US	MO	081	45398	0	America/Chicago
5056125	Township of Madison	township-of-madison	Madison Township		US	MO	129	45452	0	America/Chicago
5056156	Township of Marion	township-of-marion	Marion Township		US	MO	079	46028	0	America/Chicago
5056157	Township of Marion	township-of-marion	Marion Township		US	MO	081	46046	0	America/Chicago
5056158	Township of Marion	township-of-marion	Marion Township		US	MO	129	46082	0	America/Chicago
5056223	Township of Medicine	township-of-medicine	Medicine Township		US	MO	129	47108	0	America/Chicago
5056224	Township of Medicine	township-of-medicine	Medicine Township		US	MO	171	47126	0	America/Chicago
5056272	Township of Middlefork	township-of-middlefork	Middlefork Township		US	MO	227	47828	0	America/Chicago
5056305	Township of Miller	township-of-miller	Miller Township		US	MO	075	48224	0	America/Chicago
5056306	Township of Miller	township-of-miller	Miller Township		US	MO	199	48314	0	America/Chicago
5056319	Township of Minton	township-of-minton	Minton Township		US	MO	087	48836	0	America/Chicago
5056347	Township of Monroe	township-of-monroe	Monroe Township		US	MO	147	49376	0	America/Chicago
5056366	Township of Morgan	township-of-morgan	Morgan Township		US	MO	129	49952	0	America/Chicago
5056376	Township of Morris	township-of-morris	Morris Township		US	MO	211	50024	0	America/Chicago
5056377	Township of Morrow	township-of-morrow	Morrow Township		US	MO	001	50096	0	America/Chicago
5056421	Township of Mount Pleasant	township-of-mount-pleasant	Mount Pleasant Township		US	MO	199	50618	0	America/Chicago
5056478	Township of Myers	township-of-myers	Myers Township		US	MO	079	50978	0	America/Chicago
5056481	Township of Myrtle	township-of-myrtle	Myrtle Township		US	MO	103	51032	0	America/Chicago
5056539	Township of Nineveh	township-of-nineveh	Nineveh Township		US	MO	001	52526	0	America/Chicago
5056543	Township of Nishnabotna	township-of-nishnabotna	Nishnabotna Township		US	MO	005	52598	0	America/Chicago
5056556	Township of Nodaway	township-of-nodaway	Nodaway Township		US	MO	087	52706	0	America/Chicago
5056557	Township of Nodaway	township-of-nodaway	Nodaway Township		US	MO	147	52724	0	America/Chicago
5056758	Township of Penn	township-of-penn	Penn Township		US	MO	211	56918	0	America/Chicago
5056764	Township of Pettis	township-of-pettis	Pettis Township		US	MO	001	57224	0	America/Chicago
5056816	Township of Platte	township-of-platte	Platte Township		US	MO	003	58106	0	America/Chicago
5056845	Township of Pleasant Hill	township-of-pleasant-hill	Pleasant Hill Township		US	MO	211	58430	0	America/Chicago
5056884	Township of Polk	township-of-polk	Polk Township		US	MO	001	58682	0	America/Chicago
5056885	Township of Polk	township-of-polk	Polk Township		US	MO	147	58808	0	America/Chicago
5056886	Township of Polk	township-of-polk	Polk Township		US	MO	211	58880	0	America/Chicago
5056891	Township of Polk	township-of-polk	Polk Township		US	MO	005	58700	0	America/Chicago
5056932	Township of Prairie	township-of-prairie	Prairie Township		US	MO	197	59672	0	America/Chicago
5056991	Township of Ravanna	township-of-ravanna	Ravanna Township		US	MO	129	60662	0	America/Chicago
5057025	Township of Richland	township-of-richland	Richland Township		US	MO	171	61580	0	America/Chicago
5057029	Township of Reddish	township-of-reddish	Deer Ridge Township,Reddish Township,Township of Reddish		US	MO	111	60950	0	America/Chicago
5057142	Township of Salem	township-of-salem	Salem Township		US	MO	061	65198	0	America/Chicago
5057146	Township of Salt River	township-of-salt-river	Salt River Township		US	MO	001	65540	0	America/Chicago
5057147	Township of Salt River	township-of-salt-river	Salt River Township		US	MO	103	65576	0	America/Chicago
5057148	Township of Salt River	township-of-salt-river	Salt River Township		US	MO	197	65648	0	America/Chicago
5057163	Township of Sand Hill	township-of-sand-hill	Sand Hill Township		US	MO	199	65828	0	America/Chicago
5057240	Township of Shelton	township-of-shelton	Shelton Township		US	MO	103	67286	0	America/Chicago
5057250	Township of Sherman	township-of-sherman	Sherman Township		US	MO	081	67448	0	America/Chicago
5057251	Township of Sherman	township-of-sherman	Sherman Township		US	MO	171	67466	0	America/Chicago
5057318	Township of Smith	township-of-smith	Smith Township		US	MO	227	68348	0	America/Chicago
5057329	Township of Somerset	township-of-somerset	Somerset Township		US	MO	129	68564	0	America/Chicago
5057453	Township of Sugar Creek	township-of-sugar-creek	Sugar Creek Township		US	MO	081	71350	0	America/Chicago
5057472	Township of Sweet Home	township-of-sweet-home	Sweet Home Township		US	MO	045	71872	0	America/Chicago
5057494	Township of Tarkio	township-of-tarkio	Tarkio Township		US	MO	005	72358	0	America/Chicago
5057503	Township of Taylor	township-of-taylor	Taylor Township		US	MO	079	72484	0	America/Chicago
5057504	Township of Taylor	township-of-taylor	Taylor Township		US	MO	211	72538	0	America/Chicago
5057505	Township of Templeton	township-of-templeton	Templeton Township		US	MO	005	72646	0	America/Chicago
5057543	Township of Tobin	township-of-tobin	Tobin Township		US	MO	199	73492	0	America/Chicago
5057572	Township of Trenton	township-of-trenton	Trenton Township		US	MO	079	73834	0	America/Chicago
5057595	Township of Trail Creek	township-of-trail-creek	Trail Creek Township		US	MO	081	73744	0	America/Chicago
5057646	Township of Union	township-of-union	Union Township		US	MO	045	74554	0	America/Chicago
5057647	Township of Union	township-of-union	Union Township		US	MO	081	74662	0	America/Chicago
5057648	Township of Union	township-of-union	Union Township		US	MO	087	74680	0	America/Chicago
5057649	Township of Union	township-of-union	Union Township		US	MO	111	74752	0	America/Chicago
5057650	Township of Union	township-of-union	Union Township		US	MO	147	74824	0	America/Chicago
5057651	Township of Union	township-of-union	Union Township		US	MO	171	74896	0	America/Chicago
5057652	Township of Union	township-of-union	Union Township		US	MO	199	74986	0	America/Chicago
5057653	Township of Union	township-of-union	Union Township		US	MO	211	75022	0	America/Chicago
5057654	Township of Union	township-of-union	Union Township		US	MO	227	75076	0	America/Chicago
5057677	Township of Vernon	township-of-vernon	Vernon Township		US	MO	045	75868	0	America/Chicago
5057678	Township of Vest	township-of-vest	Vest Township		US	MO	199	75958	0	America/Chicago
5057719	Township of Walnut	township-of-walnut	Walnut Township		US	MO	001	76786	0	America/Chicago
5057735	Township of Washington	township-of-washington	Washington Township		US	MO	045	77290	0	America/Chicago
5057736	Township of Washington	township-of-washington	Washington Township		US	MO	061	77362	0	America/Chicago
5057737	Township of Washington	township-of-washington	Washington Township		US	MO	079	77470	0	America/Chicago
5057738	Township of Washington	township-of-washington	Washington Township		US	MO	081	77488	0	America/Chicago
5057739	Township of Washington	township-of-washington	Washington Township		US	MO	129	77578	0	America/Chicago
5057740	Township of Washington	township-of-washington	Washington Township		US	MO	147	77614	0	America/Chicago
5057822	Township of White Cloud	township-of-white-cloud	White Cloud Township		US	MO	147	79342	0	America/Chicago
5057836	Township of White Oak	township-of-white-oak	White Oak Township		US	MO	081	79486	0	America/Chicago
5057907	Township of Wilson	township-of-wilson	Wilson Township		US	MO	001	80134	0	America/Chicago
5057908	Township of Wilson	township-of-wilson	Wilson Township		US	MO	075	80188	0	America/Chicago
5057909	Township of Wilson	township-of-wilson	Wilson Township		US	MO	079	80224	0	America/Chicago
5057910	Township of Wilson	township-of-wilson	Wilson Township		US	MO	171	80242	0	America/Chicago
5057977	Township of Wyaconda	township-of-wyaconda	Wyaconda Township		US	MO	045	81160	0	America/Chicago
5057987	Township of York	township-of-york	York Township		US	MO	171	81340	0	America/Chicago
5058006	City of Abercrombie	city-of-abercrombie			US	ND	077	00100	263	America/Chicago
5058007	Township of Abercrombie	township-of-abercrombie	Abercrombie Township		US	ND	077	00140	0	America/Chicago
5058012	Township of Acton	township-of-acton	Acton Township		US	ND	099	00260	0	America/Chicago
5058014	Township of Ada	township-of-ada	Ada Township		US	ND	021	00300	0	America/Chicago
5058018	City of Adams	city-of-adams			US	ND	099	00340	127	America/Chicago
5058019	Township of Adams	township-of-adams	Adams Township		US	ND	099	00380	0	America/Chicago
5058022	Township of Addie	township-of-addie	Addie Township		US	ND	039	00420	0	America/Chicago
5058023	Township of Addison	township-of-addison	Addison Township		US	ND	017	00500	0	America/Chicago
5058026	Township of Adler	township-of-adler	Adler Township		US	ND	063	00580	0	America/Chicago
5058029	Township of Adrian	township-of-adrian	Adrian Township		US	ND	045	00660	0	America/Chicago
5058031	Township of Advance	township-of-advance	Advance Township		US	ND	067	00700	0	America/Chicago
5058035	Township of Agnes	township-of-agnes	Agnes Township		US	ND	035	00820	0	America/Chicago
5058039	Township of Akra	township-of-akra	Akra Township		US	ND	067	00900	0	America/Chicago
5058040	Township of Albert	township-of-albert	Albert Township		US	ND	005	00980	0	America/Chicago
5058042	Township of Albertha	township-of-albertha	Albertha Township		US	ND	021	01020	0	America/Chicago
5058045	Township of Albion	township-of-albion	Albion Township		US	ND	021	01060	0	America/Chicago
5058047	Township of Alexander	township-of-alexander	Alexander Township		US	ND	093	01260	0	America/Chicago
5058050	City of Alice	city-of-alice			US	ND	017	01420	40	America/Chicago
5058055	Township of Aliceton	township-of-aliceton	Aliceton Township		US	ND	073	01460	0	America/Chicago
5058062	Township of Alleghany	township-of-alleghany	Allegany Township,Alleghany Township,Township of Alleghany		US	ND	073	01540	0	America/Chicago
5058065	Township of Allen	township-of-allen	Allen Township		US	ND	043	01580	0	America/Chicago
5058067	Township of Allendale	township-of-allendale	Allendale Township		US	ND	035	01620	0	America/Chicago
5058068	Township of Alma	township-of-alma	Alma Township		US	ND	019	01660	0	America/Chicago
5058071	City of Alsen	city-of-alsen			US	ND	019	01740	35	America/Chicago
5058072	Township of Alta	township-of-alta	Alta Township		US	ND	003	01780	0	America/Chicago
5058075	City of Amenia	city-of-amenia			US	ND	017	01940	94	America/Chicago
5058076	Township of Amenia	township-of-amenia	Amenia Township		US	ND	017	01980	0	America/Chicago
5058080	Township of Americus	township-of-americus	Americus Township		US	ND	035	02020	0	America/Chicago
5058088	Township of Anderson	township-of-anderson	Anderson Township		US	ND	003	02300	0	America/Chicago
5058092	City of Aneta	city-of-aneta			US	ND	063	02380	222	America/Chicago
5058099	Township of Antelope	township-of-antelope	Antelope Township		US	ND	077	02540	0	America/Chicago
5058103	City of Ardoch	city-of-ardoch			US	ND	099	02860	67	America/Chicago
5058104	Township of Ardoch	township-of-ardoch	Ardoch Township		US	ND	099	02900	0	America/Chicago
5058107	City of Argusville	city-of-argusville			US	ND	017	03020	475	America/Chicago
5058112	Township of Armourdale	township-of-armourdale	Armourdale Township		US	ND	095	03100	0	America/Chicago
5058115	Township of Arne	township-of-arne	Arne Township		US	ND	005	03180	0	America/Chicago
5058126	City of Arthur	city-of-arthur			US	ND	017	03300	337	America/Chicago
5058127	Township of Arthur	township-of-arthur	Arthur Township		US	ND	017	03340	0	America/Chicago
5058131	Township of Arvilla	township-of-arvilla	Arvilla Township		US	ND	035	03420	0	America/Chicago
5058134	Township of Ashland	township-of-ashland	Ashland Township		US	ND	093	03500	0	America/Chicago
5058140	City of Ashley	city-of-ashley			US	ND	051	03540	749	America/Chicago
5058145	Township of Ashtabula	township-of-ashtabula	Ashtabula Township		US	ND	003	03580	0	America/Chicago
5058146	Township of Atkins	township-of-atkins	Atkins Township		US	ND	095	03660	0	America/Chicago
5058149	Township of Atwood	township-of-atwood	Atwood Township		US	ND	043	03700	0	America/Chicago
5058155	Township of Aurora	township-of-aurora	Aurora Township		US	ND	005	03860	0	America/Chicago
5058158	Township of Avon	township-of-avon	Avon Township		US	ND	035	03940	0	America/Chicago
5058161	City of Ayr	city-of-ayr			US	ND	017	04020	17	America/Chicago
5058162	Township of Ayr	township-of-ayr	Ayr Township		US	ND	017	04060	0	America/Chicago
5058167	Township of Badger	township-of-badger	Badger Township,Lake View Township,Township of Badger		US	ND	045	04180	0	America/Chicago
5058177	Township of Baldwin	township-of-baldwin	Baldwin Township		US	ND	003	04340	0	America/Chicago
5058178	Township of Bale	township-of-bale	Bale Township,Gilbert Township,Township of Bale		US	ND	073	04420	0	America/Chicago
5058180	Township of Ball Hill	township-of-ball-hill	Ball Hill Township		US	ND	039	04540	0	America/Chicago
5058182	Township of Banner	township-of-banner	Banner Township		US	ND	019	04660	0	America/Chicago
5058190	Township of Barnes	township-of-barnes	Barnes Township		US	ND	017	04900	0	America/Chicago
5058192	City of Barney	city-of-barney			US	ND	077	04940	52	America/Chicago
5058193	Township of Barney	township-of-barney	Barney Township		US	ND	077	04980	0	America/Chicago
5058197	Township of Barrie	township-of-barrie	Barrie Township		US	ND	077	05060	0	America/Chicago
5058199	Township of Bartlett	township-of-bartlett	Bartlett Township		US	ND	071	05140	0	America/Chicago
5058201	Township of Bartley	township-of-bartley	Bartley Township		US	ND	039	05180	0	America/Chicago
5058207	City of Bathgate	city-of-bathgate			US	ND	067	05260	43	America/Chicago
5058208	Township of Bathgate	township-of-bathgate	Bathgate Township		US	ND	067	05300	0	America/Chicago
5058214	Township of Bear Creek	township-of-bear-creek	Bear Creek Township		US	ND	021	05500	0	America/Chicago
5058219	Township of Beaulieu	township-of-beaulieu	Beaulieu Township		US	ND	067	05580	0	America/Chicago
5058227	Township of Beaver Creek	township-of-beaver-creek	Beaver Creek Township		US	ND	091	05660	0	America/Chicago
5058231	Township of Beaver	township-of-beaver	Beaver Township		US	ND	005	05620	0	America/Chicago
5058236	Township of Belford	township-of-belford	Belford Township		US	ND	077	05860	0	America/Chicago
5058237	Township of Bell	township-of-bell	Bell Township		US	ND	017	05900	0	America/Chicago
5058245	Township of Belmont	township-of-belmont	Belmont Township		US	ND	097	05940	0	America/Chicago
5058254	Township of Bentru	township-of-bentru	Bentru Township		US	ND	035	06100	0	America/Chicago
5058262	Township of Bergen	township-of-bergen	Bergen Township		US	ND	063	06220	0	America/Chicago
5058268	City of Berlin	city-of-berlin			US	ND	045	06300	34	America/Chicago
5058269	Township of Berlin	township-of-berlin	Berlin Township		US	ND	017	06260	0	America/Chicago
5058270	Township of Berlin	township-of-berlin	Berlin Township		US	ND	103	06380	0	America/Chicago
5058294	Township of Bethel	township-of-bethel	Bethel Township		US	ND	095	06620	0	America/Chicago
5058300	Township of Big Bend	township-of-big-bend	Big Bend Township		US	ND	073	06820	0	America/Chicago
5058319	Township of Billings	township-of-billings	Billings Township		US	ND	019	06940	0	America/Chicago
5058321	Township of Bilodeau	township-of-bilodeau	Bilodeau Township		US	ND	103	06980	0	America/Chicago
5058324	City of Binford	city-of-binford			US	ND	039	07020	183	America/Chicago
5058326	Township of Bingham	township-of-bingham	Bingham Township		US	ND	097	07060	0	America/Chicago
5058327	Township of Binghampton	township-of-binghampton	Binghampton Township		US	ND	003	07100	0	America/Chicago
5058329	Township of Birtsell	township-of-birtsell	Birtsell Township		US	ND	031	07140	0	America/Chicago
5058332	City of Bisbee	city-of-bisbee			US	ND	095	07180	126	America/Chicago
5058340	Township of Black Loam	township-of-black-loam	Black Loam Township		US	ND	045	07420	0	America/Chicago
5058348	Township of Blanchard	township-of-blanchard	Blanchard Township		US	ND	097	07660	0	America/Chicago
5058351	Township of Bloom	township-of-bloom	Bloom Township		US	ND	093	07740	0	America/Chicago
5058352	Township of Bloomenfield	township-of-bloomenfield	Bloomenfield Township		US	ND	093	07780	0	America/Chicago
5058354	Township of Bloomfield	township-of-bloomfield	Bloomfield Township		US	ND	097	07820	0	America/Chicago
5058356	Township of Blooming	township-of-blooming	Blooming Township		US	ND	035	07860	0	America/Chicago
5058364	Township of Bluebird	township-of-bluebird	Bluebird Township		US	ND	045	07980	0	America/Chicago
5058369	Township of Bohnsack	township-of-bohnsack	Bohnsack Township		US	ND	097	08140	0	America/Chicago
5058381	Township of Bordulac	township-of-bordulac	Bordulac Township		US	ND	031	08420	0	America/Chicago
5058389	City of Bowdon	city-of-bowdon			US	ND	103	08580	131	America/Chicago
5058390	Township of Bowen	township-of-bowen	Bowen Township		US	ND	081	08620	0	America/Chicago
5058400	Township of Brampton	township-of-brampton	Brampton Township		US	ND	081	08980	0	America/Chicago
5058401	Township of Brandenburg	township-of-brandenburg	Berlin Township,Brandenburg Township,Township of Brandenburg		US	ND	077	09020	0	America/Chicago
5058406	Township of Bremen	township-of-bremen	Bremen Township		US	ND	103	09260	0	America/Chicago
5058408	Township of Brenna	township-of-brenna	Brenna Township		US	ND	035	09300	0	America/Chicago
5058412	City of Briarwood	city-of-briarwood			US	ND	017	09320	73	America/Chicago
5058415	Township of Brightwood	township-of-brightwood	Brightwood Township		US	ND	077	09340	0	America/Chicago
5058417	Township of Brimer	township-of-brimer	Brimer Township		US	ND	003	09420	0	America/Chicago
5058421	City of Brinsmade	city-of-brinsmade			US	ND	005	09460	35	America/Chicago
5058424	Township of Broadlawn	township-of-broadlawn	Broadlawn Township		US	ND	091	09620	0	America/Chicago
5058425	Township of Broadview	township-of-broadview	Broadview Township		US	ND	039	09660	0	America/Chicago
5058428	City of Brocket	city-of-brocket			US	ND	071	09700	57	America/Chicago
5058430	Township of Broe	township-of-broe	Broe Township		US	ND	005	09740	0	America/Chicago
5058439	Township of Bruce	township-of-bruce	Bruce Township		US	ND	019	09900	0	America/Chicago
5058448	Township of Bryan	township-of-bryan	Bryan Township		US	ND	039	09940	0	America/Chicago
5058452	Township of Bucephalia	township-of-bucephalia	Bucephalia Township,Township of Beaucephalia,Township of Bucephalia,Township of Bucephallia		US	ND	031	10020	0	America/Chicago
5058455	City of Buchanan	city-of-buchanan			US	ND	093	10060	90	America/Chicago
5058456	Township of Buchanan	township-of-buchanan	Buchanan Township		US	ND	093	10100	0	America/Chicago
5058458	Township of Buckeye	township-of-buckeye	Buckeye Township		US	ND	043	10180	0	America/Chicago
5058473	City of Buffalo	city-of-buffalo			US	ND	017	10420	188	America/Chicago
5058474	Township of Buffalo	township-of-buffalo	Buffalo Township		US	ND	017	10460	0	America/Chicago
5058478	Township of Bunker	township-of-bunker	Bunker Township		US	ND	043	10740	0	America/Chicago
5058485	Township of Bush	township-of-bush	Bush Township		US	ND	027	11140	0	America/Chicago
5058488	Township of Butte Valley	township-of-butte-valley	Butte Valley Township		US	ND	005	11260	0	America/Chicago
5058495	City of Buxton	city-of-buxton			US	ND	097	11340	323	America/Chicago
5058496	Township of Buxton	township-of-buxton	Buxton Township		US	ND	097	11380	0	America/Chicago
5058501	Township of Byron	township-of-byron	Byron Township		US	ND	019	11460	0	America/Chicago
5058506	Township of Caledonia	township-of-caledonia	Caledonia Township		US	ND	097	11540	0	America/Chicago
5058508	City of Calio	city-of-calio			US	ND	019	11580	22	America/Chicago
5058525	City of Calvin	city-of-calvin			US	ND	019	11700	20	America/Chicago
5058532	Township of Campbell	township-of-campbell	Campbell Township		US	ND	029	11780	0	America/Chicago
5058537	City of Cando	city-of-cando			US	ND	095	11860	1115	America/Chicago
5058540	City of Canton City	city-of-canton-city	Canton City,City of Canton City		US	ND	067	12060	45	America/Chicago
5058544	Township of Carlisle	township-of-carlisle	Carlisle Township		US	ND	067	12180	0	America/Chicago
5058550	Township of Carpenter	township-of-carpenter	Carpenter Township		US	ND	091	12220	0	America/Chicago
5058555	City of Carrington	city-of-carrington			US	ND	031	12340	2065	America/Chicago
5058561	City of Casselton	city-of-casselton			US	ND	017	12700	2329	America/Chicago
5058562	Township of Casselton	township-of-casselton	Casselton Township		US	ND	017	12740	0	America/Chicago
5058566	City of Cathay	city-of-cathay			US	ND	103	12820	43	America/Chicago
5058567	Township of Cato	township-of-cato	Cato Township		US	ND	071	12900	0	America/Chicago
5058573	City of Cavalier	city-of-cavalier			US	ND	067	12940	1302	America/Chicago
5058574	Township of Cavalier	township-of-cavalier	Cavalier Township		US	ND	067	12980	0	America/Chicago
5058577	City of Cayuga	city-of-cayuga			US	ND	081	13020	27	America/Chicago
5058581	Township of Center	township-of-center	Center Township		US	ND	077	13220	0	America/Chicago
5058589	Township of Central	township-of-central	Central Township		US	ND	063	13260	0	America/Chicago
5058594	Township of Chain Lakes	township-of-chain-lakes	Chain Lakes Township		US	ND	071	13380	0	America/Chicago
5058609	Township of Chaseley	township-of-chaseley	Chaseley Township		US	ND	103	13740	0	America/Chicago
5058612	Township of Cherry Lake	township-of-cherry-lake	Cherry Lake Township		US	ND	027	13820	0	America/Chicago
5058615	Township of Chester	township-of-chester	Chester Township		US	ND	035	13860	0	America/Chicago
5058617	Township of Chicago	township-of-chicago	Chicago Township		US	ND	093	13940	0	America/Chicago
5058627	City of Christine	city-of-christine			US	ND	077	14100	150	America/Chicago
5058631	City of Churchs Ferry	city-of-churchs-ferry			US	ND	071	14140	12	America/Chicago
5058635	Township of Clara	township-of-clara	Clara Township		US	ND	063	14180	0	America/Chicago
5058643	Township of Clear Lake	township-of-clear-lake	Clear Lake Township		US	ND	043	14420	0	America/Chicago
5058645	Township of Clearfield	township-of-clearfield	Clearfield Township		US	ND	039	14340	0	America/Chicago
5058648	Township of Clement	township-of-clement	Clement Township		US	ND	021	14540	0	America/Chicago
5058653	City of Cleveland	city-of-cleveland			US	ND	093	14660	83	America/Chicago
5058654	Township of Cleveland	township-of-cleveland	Cleveland Township		US	ND	099	14700	0	America/Chicago
5058657	City of Clifford	city-of-clifford			US	ND	097	14740	44	America/Chicago
5058659	Township of Clifton	township-of-clifton	Clifton Township		US	ND	017	14780	0	America/Chicago
5058667	Township of Coburn	township-of-coburn	Coburn Township		US	ND	073	15060	0	America/Chicago
5058670	City of Cogswell	city-of-cogswell			US	ND	081	15100	99	America/Chicago
5058675	Township of Casey	township-of-casey	Casey Township		US	ND	073	12580	0	America/Chicago
5058676	City of Colfax	city-of-colfax			US	ND	077	15180	121	America/Chicago
5058677	Township of Colfax	township-of-colfax	Colfax Township		US	ND	077	15220	0	America/Chicago
5058679	Township of Colgate	township-of-colgate	Colgate Township		US	ND	091	15340	0	America/Chicago
5058681	Township of Columbia	township-of-columbia	Columbia Township		US	ND	027	15420	0	America/Chicago
5058683	Township of Colvin	township-of-colvin	Colvin Township		US	ND	027	15540	0	America/Chicago
5058692	Township of Conklin	township-of-conklin	Conklin Township		US	ND	093	15700	0	America/Chicago
5058695	City of Conway	city-of-conway			US	ND	099	15820	23	America/Chicago
5058698	Township of Coolin	township-of-coolin	Coolin Township		US	ND	095	15860	0	America/Chicago
5058705	City of Cooperstown	city-of-cooperstown			US	ND	039	15900	984	America/Chicago
5058706	Township of Cooperstown	township-of-cooperstown	Cooperstown Township		US	ND	039	15940	0	America/Chicago
5058709	Township of Corinne	township-of-corinne	Corinne Township		US	ND	093	16020	0	America/Chicago
5058711	Township of Cornell	township-of-cornell	Cornell Township		US	ND	017	16100	0	America/Chicago
5058712	Township of Corwin	township-of-corwin	Corwin Township		US	ND	093	16140	0	America/Chicago
5058766	City of Courtenay	city-of-courtenay			US	ND	093	16380	45	America/Chicago
5058767	Township of Courtenay	township-of-courtenay	Courtenay Township		US	ND	093	16420	0	America/Chicago
5058773	City of Crary	city-of-crary			US	ND	071	16580	142	America/Chicago
5058775	Township of Creel	township-of-creel	Creel Township		US	ND	071	16660	0	America/Chicago
5058779	Township of Crocus	township-of-crocus	Crocus Township		US	ND	095	16820	0	America/Chicago
5058782	Township of Coulee	township-of-coulee	Coulee Township		US	ND	071	16340	0	America/Chicago
5058796	Township of Crystal Springs	township-of-crystal-springs	Crystal Springs Township		US	ND	043	17220	0	America/Chicago
5058797	City of Crystal	city-of-crystal			US	ND	067	17060	138	America/Chicago
5058798	Township of Crystal	township-of-crystal	Crystal Township		US	ND	067	17100	0	America/Chicago
5058803	Township of Cuba	township-of-cuba	Cuba Township		US	ND	003	17300	0	America/Chicago
5058806	Township of Cusator	township-of-cusator	Cusator Township		US	ND	093	17460	0	America/Chicago
5058812	Township of Dahlen	township-of-dahlen	Dahlen Township		US	ND	063	17660	0	America/Chicago
5058819	Township of Danton	township-of-danton	Danton Township		US	ND	077	17980	0	America/Chicago
5058825	Township of Dash	township-of-dash	Dash Township		US	ND	095	18140	0	America/Chicago
5058828	City of Davenport	city-of-davenport			US	ND	017	18180	252	America/Chicago
5058829	Township of Davenport	township-of-davenport	Davenport Township		US	ND	017	18220	0	America/Chicago
5058833	City of Dawson	city-of-dawson			US	ND	043	18260	61	America/Chicago
5058835	Township of Dayton	township-of-dayton	Dayton Township		US	ND	063	18300	0	America/Chicago
5058839	City of Dazey	city-of-dazey			US	ND	003	18340	104	America/Chicago
5058840	Township of Dazey	township-of-dazey	Dazey Township		US	ND	003	18380	0	America/Chicago
5058841	Township of De Groat	township-of-de-groat	De Groat Township		US	ND	071	18740	0	America/Chicago
5058849	Township of Cypress	township-of-cypress	Cypress Township		US	ND	019	17580	0	America/Chicago
5058850	Township of Dean	township-of-dean	Dean Township		US	ND	045	18420	0	America/Chicago
5058855	Township of Deer Lake	township-of-deer-lake	Deer Lake Township		US	ND	093	18700	0	America/Chicago
5058857	Township of Delger	township-of-delger	Delger Township		US	ND	103	18860	0	America/Chicago
5058860	Township of Denver	township-of-denver	Denver Township		US	ND	081	19180	0	America/Chicago
5058866	Township of Devillo	township-of-devillo	Devillo Township,Township of De Villo,Township of Devillo		US	ND	077	19380	0	America/Chicago
5058872	City of Devils Lake	city-of-devils-lake			US	ND	071	19420	7141	America/Chicago
5058876	Township of Dewey	township-of-dewey	Dewey Township		US	ND	099	19460	0	America/Chicago
5058878	Township of Dexter	township-of-dexter	Dexter Township		US	ND	077	19540	0	America/Chicago
5058883	City of Dickey	city-of-dickey			US	ND	045	19580	42	America/Chicago
5058893	Township of Divide	township-of-divide	Divide Township		US	ND	021	19700	0	America/Chicago
5058897	Township of Dodds	township-of-dodds	Dodds Township		US	ND	063	19780	0	America/Chicago
5058905	Township of Dover	township-of-dover	Dover Township		US	ND	039	20060	0	America/Chicago
5058907	Township of Dows	township-of-dows	Dows Township		US	ND	017	20220	0	America/Chicago
5058922	City of Drayton	city-of-drayton			US	ND	067	20340	824	America/Chicago
5058923	Township of Drayton	township-of-drayton	Drayton Township		US	ND	067	20380	0	America/Chicago
5058925	Township of Dresden	township-of-dresden	Dresden Township		US	ND	019	20460	0	America/Chicago
5058932	Township of Dry Lake	township-of-dry-lake	Dry Lake Township		US	ND	071	20620	0	America/Chicago
5058935	Township of Duerr	township-of-duerr	Duerr Township		US	ND	077	20740	0	America/Chicago
5058939	Township of Dunbar	township-of-dunbar	Dunbar Township		US	ND	081	20820	0	America/Chicago
5058944	Township of Dundee	township-of-dundee	Dundee Township		US	ND	099	20900	0	America/Chicago
5058948	Township of Durbin	township-of-durbin	Durbin Township		US	ND	017	21100	0	America/Chicago
5058949	Township of Durham	township-of-durham	Durham Township		US	ND	093	21140	0	America/Chicago
5058954	City of Dwight	city-of-dwight			US	ND	077	21220	82	America/Chicago
5058955	Township of Dwight	township-of-dwight	Dwight Township		US	ND	077	21260	0	America/Chicago
5058957	Township of Eagle	township-of-eagle	Eagle Township		US	ND	077	21300	0	America/Chicago
5058959	Township of Easby	township-of-easby	Easby Township		US	ND	019	21460	0	America/Chicago
5058961	Township of East Alma	township-of-east-alma	East Alma Township		US	ND	019	21500	0	America/Chicago
5058966	Township of East Fork	township-of-east-fork	East Fork Township		US	ND	005	21620	0	America/Chicago
5058968	Unorganized Territory of East Logan	unorganized-territory-of-east-logan			US	ND	047	21675	0	America/Chicago
5058969	Unorganized Territory of East McIntosh	unorganized-territory-of-east-mcintosh			US	ND	051	21683	0	America/Chicago
5058970	Unorganized Territory of East Rolette	unorganized-territory-of-east-rolette			US	ND	079	21750	0	America/Chicago
5058979	Township of Eastman	township-of-eastman	Eastman Township		US	ND	031	21700	0	America/Chicago
5058980	Township of Easton	township-of-easton	Easton Township		US	ND	091	21740	0	America/Chicago
5058989	Township of Eckelson	township-of-eckelson	Eckelson Township		US	ND	003	21820	0	America/Chicago
5058995	Township of Eddy	township-of-eddy	Eddy Township		US	ND	027	21980	0	America/Chicago
5058998	Township of Eden	township-of-eden	Eden Township		US	ND	099	22020	0	America/Chicago
5059000	Township of Edendale	township-of-edendale	Edendale Township		US	ND	091	22060	0	America/Chicago
5059004	City of Edgeley	city-of-edgeley			US	ND	045	22140	563	America/Chicago
5059006	City of Edinburg	city-of-edinburg			US	ND	099	22260	196	America/Chicago
5059012	City of Edmore	city-of-edmore			US	ND	071	22340	182	America/Chicago
5059014	Township of Edmunds	township-of-edmunds	Edmunds Township		US	ND	093	22420	0	America/Chicago
5059015	Township of Edna	township-of-edna	Edna Township		US	ND	003	22460	0	America/Chicago
5059018	City of Egeland	city-of-egeland			US	ND	095	22540	28	America/Chicago
5059031	Township of Elden	township-of-elden	Elden Township,Farmington Township,Township of Elden,Township of Eldin		US	ND	021	22740	0	America/Chicago
5059033	Township of Eldon	township-of-eldon	Eldon Township		US	ND	005	22780	0	America/Chicago
5059035	Township of Eldorado	township-of-eldorado	Eldorado Township		US	ND	097	22820	0	America/Chicago
5059036	Township of Eldred	township-of-eldred	Eldred Township		US	ND	017	22860	0	America/Chicago
5059041	Township of Eldridge	township-of-eldridge	Eldridge Township		US	ND	093	22940	0	America/Chicago
5059042	Township of Elgin	township-of-elgin	Elgin Township		US	ND	019	22980	0	America/Chicago
5059048	Township of Elkmount	township-of-elkmount	Elkmount Township		US	ND	035	23180	0	America/Chicago
5059057	City of Ellendale	city-of-ellendale			US	ND	021	23220	1394	America/Chicago
5059058	Township of Ellendale	township-of-ellendale	Ellendale Township		US	ND	021	23260	0	America/Chicago
5059060	City of Elliott	city-of-elliott			US	ND	073	23340	25	America/Chicago
5059061	Township of Elliott	township-of-elliott	Elliott Township		US	ND	073	23380	0	America/Chicago
5059063	Township of Ellsbury	township-of-ellsbury	Ellsbury Township		US	ND	003	23500	0	America/Chicago
5059066	Township of Elm Grove	township-of-elm-grove	Elm Grove Township		US	ND	035	23700	0	America/Chicago
5059077	Township of Elm River	township-of-elm-river	Elm River Township		US	ND	097	23740	0	America/Chicago
5059080	Township of Elm	township-of-elm	Elm Township		US	ND	021	23540	0	America/Chicago
5059082	Township of Elma	township-of-elma	Elma Township		US	ND	077	23620	0	America/Chicago
5059085	Township of Elora	township-of-elora	Elora Township		US	ND	067	23900	0	America/Chicago
5059088	Township of Elverum	township-of-elverum	Elverum Township		US	ND	069	23940	0	America/Chicago
5059097	City of Emerado	city-of-emerado			US	ND	035	24060	414	America/Chicago
5059101	Township of Empire	township-of-empire	Empire Township		US	ND	017	24140	0	America/Chicago
5059105	City of Enderlin	city-of-enderlin			US	ND	073	24260	886	America/Chicago
5059107	Township of Enger	township-of-enger	Enger Township		US	ND	091	24340	0	America/Chicago
5059114	Township of Enterprise	township-of-enterprise	Enterprise Township		US	ND	063	24500	0	America/Chicago
5059123	Township of Erie	township-of-erie	Erie Township		US	ND	017	24660	0	America/Chicago
5059126	Township of Ervin	township-of-ervin	Ervin Township,Irvine Township,Township of Ervin		US	ND	097	24740	0	America/Chicago
5059129	City of Esmond	city-of-esmond			US	ND	005	24780	100	America/Chicago
5059132	Township of Estabrook	township-of-estabrook	Estabrook Township		US	ND	031	24900	0	America/Chicago
5059140	Township of Everest	township-of-everest	Everest Township		US	ND	017	25020	0	America/Chicago
5059141	Township of Excelsior	township-of-excelsior	Excelsior Township		US	ND	043	25100	0	America/Chicago
5059146	City of Fairdale	city-of-fairdale			US	ND	099	25180	38	America/Chicago
5059148	Township of Fairfield	township-of-fairfield	Fairfield Township		US	ND	035	25260	0	America/Chicago
5059151	City of Fairmount	city-of-fairmount			US	ND	077	25300	367	America/Chicago
5059152	Township of Fairmount	township-of-fairmount	Fairmount Township		US	ND	077	25340	0	America/Chicago
5059158	Township of Fairville	township-of-fairville	Fairville Township		US	ND	103	25500	0	America/Chicago
5059160	Township of Falconer	township-of-falconer	Falconer Township		US	ND	035	25540	0	America/Chicago
5059161	Township of Fancher	township-of-fancher	Fancher Township		US	ND	071	25660	0	America/Chicago
5059168	City of Fargo	city-of-fargo			US	ND	017	25700	105549	America/Chicago
5059173	Township of Farmington	township-of-farmington	Farmington Township		US	ND	099	25860	0	America/Chicago
5059178	Township of Felson	township-of-felson	Felson Township		US	ND	067	25980	0	America/Chicago
5059179	Township of Ferry	township-of-ferry	Ferry Township		US	ND	035	26020	0	America/Chicago
5059180	Township of Fertile	township-of-fertile	Fertile Township		US	ND	099	26100	0	America/Chicago
5059183	City of Fessenden	city-of-fessenden			US	ND	103	26180	479	America/Chicago
5059185	Township of Field	township-of-field	Field Township		US	ND	063	26220	0	America/Chicago
5059191	City of Fingal	city-of-fingal			US	ND	003	26380	97	America/Chicago
5059194	City of Finley	city-of-finley			US	ND	091	26420	445	America/Chicago
5059195	Township of Finley	township-of-finley	Finley Township		US	ND	091	26460	0	America/Chicago
5059196	Township of Finn	township-of-finn	Finn Township		US	ND	047	26500	0	America/Chicago
5059216	Township of Flint	township-of-flint	Flint Township		US	ND	093	26740	0	America/Chicago
5059219	Township of Florance	township-of-florance	Florance Township		US	ND	031	26820	0	America/Chicago
5059225	City of Forbes	city-of-forbes			US	ND	021	26980	53	America/Chicago
5059226	Township of Forde	township-of-forde	Forde Township		US	ND	063	27020	0	America/Chicago
5059229	City of Fordville	city-of-fordville			US	ND	099	27060	212	America/Chicago
5059235	City of Forest River	city-of-forest-river			US	ND	099	27100	125	America/Chicago
5059236	Township of Forest River	township-of-forest-river	Forest River Township		US	ND	099	27140	0	America/Chicago
5059238	City of Forman	city-of-forman			US	ND	081	27260	504	America/Chicago
5059239	Township of Forman	township-of-forman	Forman Township		US	ND	081	27300	0	America/Chicago
5059245	City of Fort Ransom	city-of-fort-ransom			US	ND	073	27580	77	America/Chicago
5059246	Township of Fort Ransom	township-of-fort-ransom	Fort Ransom Township		US	ND	073	27620	0	America/Chicago
5059252	Unorganized Territory of Fort Totten	unorganized-territory-of-fort-totten			US	ND	005	27750	0	America/Chicago
5059253	Township of Forward	township-of-forward	Forward Township		US	ND	103	27900	0	America/Chicago
5059260	Township of Fram	township-of-fram	Fram Township		US	ND	103	28060	0	America/Chicago
5059262	Township of Franklin	township-of-franklin	Franklin Township		US	ND	091	28140	0	America/Chicago
5059266	City of Fredonia	city-of-fredonia			US	ND	047	28380	46	America/Chicago
5059271	Township of Freeborn	township-of-freeborn	Freeborn Township		US	ND	027	28420	0	America/Chicago
5059275	Township of Freeman	township-of-freeman	Freeman Township		US	ND	077	28500	0	America/Chicago
5059277	Township of Fremont	township-of-fremont	Fremont Township		US	ND	019	28540	0	America/Chicago
5059282	Township of Frettim	township-of-frettim	Frettim Township		US	ND	043	28620	0	America/Chicago
5059284	Township of Fried	township-of-fried	Fried Township		US	ND	093	28700	0	America/Chicago
5059292	City of Frontier	city-of-frontier			US	ND	017	28720	214	America/Chicago
5059297	City of Fullerton	city-of-fullerton			US	ND	021	28780	54	America/Chicago
5059302	City of Gackle	city-of-gackle			US	ND	047	28860	310	America/Chicago
5059307	City of Galesburg	city-of-galesburg			US	ND	097	28980	108	America/Chicago
5059308	Township of Galesburg	township-of-galesburg	Galesburg Township		US	ND	097	29020	0	America/Chicago
5059314	Township of Garborg	township-of-garborg	Garborg Township		US	ND	077	29060	0	America/Chicago
5059316	Township of Gardar	township-of-gardar	Gardar Township		US	ND	067	29140	0	America/Chicago
5059318	City of Gardner	city-of-gardner			US	ND	017	29220	74	America/Chicago
5059319	Township of Gardner	township-of-gardner	Gardner Township		US	ND	017	29260	0	America/Chicago
5059324	Township of Garfield	township-of-garfield	Garfield Township		US	ND	097	29300	0	America/Chicago
5059326	Township of Gates	township-of-gates	Gates Township		US	ND	027	29700	0	America/Chicago
5059336	Township of Gerber	township-of-gerber	Gerber Township		US	ND	093	29860	0	America/Chicago
5059341	Township of German	township-of-german	German Township		US	ND	021	29900	0	America/Chicago
5059343	Township of Germania	township-of-germania	Germania Township		US	ND	093	29940	0	America/Chicago
5059344	Township of Germantown	township-of-germantown	Germantown Township		US	ND	103	29980	0	America/Chicago
5059345	Township of Gerrard	township-of-gerrard	Gerrard Township		US	ND	095	30020	0	America/Chicago
5059349	Township of Getchell	township-of-getchell	Getchell Township		US	ND	003	30060	0	America/Chicago
5059355	City of Gilby	city-of-gilby			US	ND	035	30180	237	America/Chicago
5059356	Township of Gilby	township-of-gilby	Gilby Township		US	ND	035	30220	0	America/Chicago
5059358	Township of Gill	township-of-gill	Gill Township		US	ND	017	30260	0	America/Chicago
5059362	Township of Glacier	township-of-glacier	Glacier Township		US	ND	093	30380	0	America/Chicago
5059364	Township of Gladstone	township-of-gladstone	Gladstone Township		US	ND	045	30420	0	America/Chicago
5059366	Township of Glen	township-of-glen	Glen Township		US	ND	045	30540	0	America/Chicago
5059368	Township of Glendale	township-of-glendale	Glendale Township		US	ND	047	30620	0	America/Chicago
5059371	City of Glenfield	city-of-glenfield			US	ND	031	30660	91	America/Chicago
5059372	Township of Glenila	township-of-glenila	Glenila Township		US	ND	019	30780	0	America/Chicago
5059374	Township of Glenmore	township-of-glenmore	Glenmore Township		US	ND	045	30820	0	America/Chicago
5059375	Township of Glenwood	township-of-glenwood	Glenwood Township		US	ND	099	30940	0	America/Chicago
5059383	Township of Golden Glen	township-of-golden-glen	Golden Glen Township		US	ND	045	31100	0	America/Chicago
5059388	Township of Golden Lake	township-of-golden-lake	Golden Lake Township		US	ND	091	31140	0	America/Chicago
5059392	Township of Golden	township-of-golden	Golden Township		US	ND	099	31060	0	America/Chicago
5059396	Township of Freshwater	township-of-freshwater	Freshwater Township		US	ND	071	28580	0	America/Chicago
5059408	Township of Gordon	township-of-gordon	Gordon Township		US	ND	019	31620	0	America/Chicago
5059413	City of Grace City	city-of-grace-city	City of Grace City,Grace City		US	ND	031	31740	63	America/Chicago
5059416	Township of Grace	township-of-grace	Grace Township		US	ND	035	31700	0	America/Chicago
5059418	Township of Graf	township-of-graf	Graf Township		US	ND	043	31780	0	America/Chicago
5059423	City of Grafton	city-of-grafton			US	ND	099	31820	4284	America/Chicago
5059424	Township of Grafton	township-of-grafton	Grafton Township		US	ND	099	31860	0	America/Chicago
5059427	Township of Grainfield	township-of-grainfield	Grainfield Township		US	ND	095	31980	0	America/Chicago
5059434	City of Grand Forks	city-of-grand-forks			US	ND	035	32060	52838	America/Chicago
5059435	Township of Grand Forks	township-of-grand-forks	Grand Forks Township		US	ND	035	32100	0	America/Chicago
5059438	Township of Grand Harbor	township-of-grand-harbor	Grand Harbor Township		US	ND	071	32260	0	America/Chicago
5059440	Township of Grand Prairie	township-of-grand-prairie	Grand Prairie Township		US	ND	003	32340	0	America/Chicago
5059442	Township of Grand Rapids	township-of-grand-rapids	Grand Rapids Township		US	ND	045	32420	0	America/Chicago
5059444	Township of Grand Valley	township-of-grand-valley	Grand Valley Township		US	ND	021	32500	0	America/Chicago
5059446	Township of Grandfield	township-of-grandfield	Grandfield Township		US	ND	027	32020	0	America/Chicago
5059450	City of Grandin	city-of-grandin			US	ND	017	32300	173	America/Chicago
5059452	Township of Grandview	township-of-grandview	Grandview Township		US	ND	045	32540	0	America/Chicago
5059454	Township of Grant	township-of-grant	Grant Township		US	ND	077	32620	0	America/Chicago
5059462	Township of Gray	township-of-gray	Gray Township		US	ND	093	32860	0	America/Chicago
5059464	City of Great Bend	city-of-great-bend			US	ND	077	32900	60	America/Chicago
5059470	Township of Green	township-of-green	Green Township		US	ND	003	33020	0	America/Chicago
5059473	Township of Greendale	township-of-greendale	Greendale Township		US	ND	077	33140	0	America/Chicago
5059474	Township of Greene	township-of-greene	Greene Township,Sheldon Township,Township of Greene		US	ND	073	33180	0	America/Chicago
5059477	Township of Greenfield	township-of-greenfield	Greenfield Township		US	ND	039	33260	0	America/Chicago
5059478	Township of Greenfield	township-of-greenfield	Greenfield Township		US	ND	097	33340	0	America/Chicago
5059479	Township of Greenland	township-of-greenland	Greenland Township		US	ND	003	33380	0	America/Chicago
5059481	Township of Greenview	township-of-greenview	Greenview Township		US	ND	091	33420	0	America/Chicago
5059483	Township of Greenville	township-of-greenville	Greenville Township		US	ND	045	33460	0	America/Chicago
5059486	Township of Grey	township-of-grey	Grey Township		US	ND	019	33580	0	America/Chicago
5059488	Township of Griffin	township-of-griffin	Griffin Township		US	ND	093	33660	0	America/Chicago
5059501	Township of Gunkel	township-of-gunkel	Gunkel Township		US	ND	017	33820	0	America/Chicago
5059505	Township of Gutschmidt	township-of-gutschmidt	Gutschmidt Township		US	ND	047	33940	0	America/Chicago
5059509	City of Gwinner	city-of-gwinner			US	ND	081	34020	753	America/Chicago
5059510	Township of Haag	township-of-haag	Haag Township		US	ND	047	34060	0	America/Chicago
5059511	Township of Haaland	township-of-haaland	Haaland Township		US	ND	103	34100	0	America/Chicago
5059513	Township of Hagel	township-of-hagel	Hagel Township		US	ND	069	34140	0	America/Chicago
5059515	City of Hague	city-of-hague			US	ND	029	34180	71	America/Chicago
5059517	Township of Hall	township-of-hall	Hall Township		US	ND	081	34300	0	America/Chicago
5059524	City of Hamberg	city-of-hamberg			US	ND	103	34460	21	America/Chicago
5059525	Township of Hamburg	township-of-hamburg	Hamburg Township		US	ND	021	34500	0	America/Chicago
5059526	Township of Hamburg	township-of-hamburg	Hamburg Township		US	ND	103	34540	0	America/Chicago
5059530	City of Hamilton	city-of-hamilton			US	ND	067	34620	61	America/Chicago
5059531	Township of Hamilton	township-of-hamilton	Hamilton Township		US	ND	067	34660	0	America/Chicago
5059534	Township of Hamlin	township-of-hamlin	Hamlin Township		US	ND	063	34780	0	America/Chicago
5059535	Township of Hammer	township-of-hammer	Hammer Township		US	ND	071	34820	0	America/Chicago
5059537	City of Hampden	city-of-hampden			US	ND	071	34860	48	America/Chicago
5059543	City of Hankinson	city-of-hankinson			US	ND	077	34900	919	America/Chicago
5059548	City of Hannaford	city-of-hannaford			US	ND	039	35020	131	America/Chicago
5059552	City of Hannah	city-of-hannah			US	ND	019	35060	15	America/Chicago
5059554	City of Hansboro	city-of-hansboro			US	ND	095	35140	12	America/Chicago
5059562	Township of Hanson	township-of-hanson	Hanson Township		US	ND	073	35180	0	America/Chicago
5059564	Township of Harding	township-of-harding	Harding Township		US	ND	071	35300	0	America/Chicago
5059569	Township of Harlem	township-of-harlem	Harlem Township		US	ND	081	35420	0	America/Chicago
5059571	Township of Harmony	township-of-harmony	Harmony Township		US	ND	017	35580	0	America/Chicago
5059574	Township of Harriston	township-of-harriston	Harriston Township		US	ND	099	35740	0	America/Chicago
5059581	City of Harvey	city-of-harvey			US	ND	103	35900	1783	America/Chicago
5059582	Township of Harvey	township-of-harvey	Harvey Township		US	ND	019	35860	0	America/Chicago
5059585	City of Harwood	city-of-harwood			US	ND	017	35940	718	America/Chicago
5059586	Township of Harwood	township-of-harwood	Harwood Township		US	ND	017	35980	0	America/Chicago
5059590	City of Hatton	city-of-hatton			US	ND	097	36100	777	America/Chicago
5059593	City of Havana	city-of-havana			US	ND	081	36140	71	America/Chicago
5059594	Township of Haven	township-of-haven	Haven Township		US	ND	031	36260	0	America/Chicago
5059596	Township of Hawksnest	township-of-hawksnest	Hawksnest Township		US	ND	103	36380	0	America/Chicago
5059598	Township of Hay	township-of-hay	Hay Township		US	ND	019	36420	0	America/Chicago
5059599	Township of Haynes	township-of-haynes	Haynes Township		US	ND	043	36580	0	America/Chicago
5059607	Township of Hegton	township-of-hegton	Hegton Township		US	ND	035	36940	0	America/Chicago
5059609	Township of Heimdal	township-of-heimdal	Heimdal Township		US	ND	103	37060	0	America/Chicago
5059614	Township of Helena	township-of-helena	Helena Township		US	ND	039	37100	0	America/Chicago
5059616	Township of Helendale	township-of-helendale	Helendale Township,Township of Helendale,Township of Hellendale		US	ND	077	37140	0	America/Chicago
5059619	Township of Hemen	township-of-hemen	Hemen Township		US	ND	003	37180	0	America/Chicago
5059620	Township of Henderson	township-of-henderson	Henderson Township		US	ND	019	37220	0	America/Chicago
5059621	Township of Henrietta	township-of-henrietta	Henrietta Township		US	ND	045	37300	0	America/Chicago
5059628	Township of Herberg	township-of-herberg	Herberg Township		US	ND	097	37460	0	America/Chicago
5059633	Township of Herman	township-of-herman	Hamlin Township,Herman Township,Township of Herman		US	ND	081	37500	0	America/Chicago
5059641	Township of Hesper	township-of-hesper	Hesper Township		US	ND	005	37660	0	America/Chicago
5059648	Township of Highland Center	township-of-highland-center	Highland Center Township		US	ND	071	38020	0	America/Chicago
5059652	Township of Highland	township-of-highland	Highland Township		US	ND	017	37900	0	America/Chicago
5059657	Township of Hill	township-of-hill	Hill Township		US	ND	017	38060	0	America/Chicago
5059664	City of Hillsboro	city-of-hillsboro			US	ND	097	38100	1603	America/Chicago
5059665	Township of Hillsboro	township-of-hillsboro	Hillsboro Township		US	ND	097	38140	0	America/Chicago
5059667	Township of Hillsdale	township-of-hillsdale	Hillsdale Township		US	ND	027	38180	0	America/Chicago
5059682	Township of Hobart	township-of-hobart	Hobart Township		US	ND	003	38300	0	America/Chicago
5059684	Township of Hidden	township-of-hidden	Hidden Township		US	ND	093	37820	0	America/Chicago
5059712	Township of Homer	township-of-homer	Homer Township		US	ND	093	38620	0	America/Chicago
5059715	Township of Homestead	township-of-homestead	Homestead Township		US	ND	077	38660	0	America/Chicago
5059722	City of Hoople	city-of-hoople			US	ND	099	38780	242	America/Chicago
5059731	City of Hope	city-of-hope			US	ND	091	38860	258	America/Chicago
5059732	Township of Hope	township-of-hope	Hope Township		US	ND	019	38820	0	America/Chicago
5059733	Township of Hope	township-of-hope	Hope Township,Township of Hope,Township of Nixon		US	ND	071	38840	0	America/Chicago
5059737	City of Horace	city-of-horace			US	ND	017	38900	2430	America/Chicago
5059755	Township of Howell	township-of-howell	Howell Township		US	ND	095	39100	0	America/Chicago
5059756	Township of Howes	township-of-howes	Howes Township		US	ND	017	39140	0	America/Chicago
5059759	Township of Hudson	township-of-hudson	Hudson Township		US	ND	021	39220	0	America/Chicago
5059763	Township of Hugo	township-of-hugo	Hugo Township		US	ND	091	39340	0	America/Chicago
5059767	City of Hunter	city-of-hunter			US	ND	017	39460	261	America/Chicago
5059768	Township of Hunter	township-of-hunter	Hunter Township		US	ND	017	39500	0	America/Chicago
5059770	City of Hurdsfield	city-of-hurdsfield			US	ND	103	39580	84	America/Chicago
5059772	Township of Huron	township-of-huron	Huron Township		US	ND	019	39660	0	America/Chicago
5059784	Township of Ibsen	township-of-ibsen	Ibsen Township		US	ND	077	39700	0	America/Chicago
5059788	Township of Illinois	township-of-illinois	Illinois Township		US	ND	063	39820	0	America/Chicago
5059797	Township of Impark	township-of-impark	Impark Township		US	ND	005	39860	0	America/Chicago
5059805	City of Inkster	city-of-inkster			US	ND	035	39980	50	America/Chicago
5059806	Township of Inkster	township-of-inkster	Inkster Township		US	ND	035	40020	0	America/Chicago
5059808	Township of Iosco	township-of-iosco	Iosco Township		US	ND	093	40100	0	America/Chicago
5059810	Township of Iowa	township-of-iowa	Iowa Township		US	ND	005	40180	0	America/Chicago
5059812	Township of Irvine	township-of-irvine	Irvine Township		US	ND	005	40220	0	America/Chicago
5059815	Township of Isabel	township-of-isabel	Isabel Township		US	ND	005	40260	0	America/Chicago
5059822	Township of Island Park	township-of-island-park	Island Park Township		US	ND	073	40300	0	America/Chicago
5059825	Township of Isley	township-of-isley	Isley Township		US	ND	073	40340	0	America/Chicago
5059829	Township of Jackson	township-of-jackson	Jackson Township		US	ND	081	40460	0	America/Chicago
5059833	Township of James River Valley	township-of-james-river-valley	James River Valley Township		US	ND	021	40540	0	America/Chicago
5059845	City of Jamestown	city-of-jamestown			US	ND	093	40580	15427	America/Chicago
5059847	Township of Janke	township-of-janke	Janke Township		US	ND	047	40620	0	America/Chicago
5059858	Township of Jim River Valley	township-of-jim-river-valley	Jim River Valley Township		US	ND	093	40780	0	America/Chicago
5059866	Township of Johnson	township-of-johnson	Johnson Township		US	ND	103	40820	0	America/Chicago
5059869	Township of Johnstown	township-of-johnstown	Johnstown Township,Milan Township,Township of Johnstown		US	ND	035	40940	0	America/Chicago
5059873	Township of Joliette	township-of-joliette	Joliette Township		US	ND	067	41020	0	America/Chicago
5059881	City of Jud	city-of-jud			US	ND	045	41180	72	America/Chicago
5059929	City of Kathryn	city-of-kathryn			US	ND	003	41500	52	America/Chicago
5059944	Township of Kelso	township-of-kelso	Kelso Township		US	ND	097	41860	0	America/Chicago
5059947	Township of Kennison	township-of-kennison	Kennison Township		US	ND	045	42140	0	America/Chicago
5059949	City of Kensal	city-of-kensal			US	ND	093	42180	163	America/Chicago
5059950	Township of Kensal	township-of-kensal	Kensal Township		US	ND	093	42220	0	America/Chicago
5059953	Township of Kensington	township-of-kensington	Kensington Township		US	ND	099	42260	0	America/Chicago
5059954	Township of Kent	township-of-kent	Kent Township		US	ND	021	42300	0	America/Chicago
5059955	Township of Kentner	township-of-kentner	Kentner Township		US	ND	021	42340	0	America/Chicago
5059959	Township of Keystone	township-of-keystone	Keystone Township		US	ND	021	42500	0	America/Chicago
5059963	City of Kindred	city-of-kindred			US	ND	017	42780	692	America/Chicago
5059966	Township of Kingsley	township-of-kingsley	Kingsley Township		US	ND	039	42820	0	America/Chicago
5059968	Township of Kingston	township-of-kingston	Kingston Township		US	ND	081	42860	0	America/Chicago
5059969	Township of Kinloss	township-of-kinloss	Kinloss Township		US	ND	099	42900	0	America/Chicago
5059971	Township of Kinyon	township-of-kinyon	Kinyon Township		US	ND	017	42980	0	America/Chicago
5059980	Township of Klingstrup	township-of-klingstrup	Klingstrup Township		US	ND	071	43100	0	America/Chicago
5059987	City of Knox	city-of-knox			US	ND	005	43260	25	America/Chicago
5059998	City of Kulm	city-of-kulm			US	ND	045	43580	354	America/Chicago
5060006	Township of La Moure	township-of-la-moure	La Moure Township		US	ND	067	44580	0	America/Chicago
5060007	Township of LaMars	township-of-lamars	LaMars Township		US	ND	077	44500	0	America/Chicago
5060012	City of LaMoure	city-of-lamoure			US	ND	045	44540	889	America/Chicago
5060032	Township of Lake Ibsen	township-of-lake-ibsen	Lake Ibsen Township		US	ND	005	43900	0	America/Chicago
5060037	Township of Lake Town	township-of-lake-town	Lake Town Township		US	ND	003	43980	0	America/Chicago
5060040	Township of Lake Washington	township-of-lake-washington	Lake Washington Township		US	ND	027	44100	0	America/Chicago
5060044	Township of Lake Williams	township-of-lake-williams	Lake Williams Township		US	ND	043	44180	0	America/Chicago
5060045	Township of Lake	township-of-lake	Lake Township		US	ND	017	43780	0	America/Chicago
5060052	Township of Lakeville	township-of-lakeville	Lakeville Township		US	ND	035	44060	0	America/Chicago
5060057	City of Lakota	city-of-lakota			US	ND	063	44300	672	America/Chicago
5060058	Township of Lakota	township-of-lakota	Lakota Township		US	ND	063	44340	0	America/Chicago
5060060	Unorganized Territory of Lallie North	unorganized-territory-of-lallie-north			US	ND	005	44425	0	America/Chicago
5060061	Township of Lallie	township-of-lallie	Lallie Township		US	ND	005	44420	0	America/Chicago
5060067	Township of Lampton	township-of-lampton	Lampton Township		US	ND	099	44620	0	America/Chicago
5060074	City of Langdon	city-of-langdon			US	ND	019	44780	1878	America/Chicago
5060077	City of Lankin	city-of-lankin			US	ND	099	44860	98	America/Chicago
5060078	Township of Lansing	township-of-lansing	Lansing Township		US	ND	095	44980	0	America/Chicago
5060085	City of Larimore	city-of-larimore			US	ND	035	45020	1346	America/Chicago
5060086	Township of Larimore	township-of-larimore	Larimore Township		US	ND	035	45060	0	America/Chicago
5060087	Township of Larrabee	township-of-larrabee	Larrabee Township		US	ND	031	45180	0	America/Chicago
5060093	Township of Latona	township-of-latona	Latona Township		US	ND	099	45260	0	America/Chicago
5060097	City of Lawton	city-of-lawton			US	ND	071	45300	30	America/Chicago
5060100	City of Leal	city-of-leal			US	ND	003	45460	20	America/Chicago
5060104	Township of Lee	township-of-lee	Lee Township		US	ND	063	45540	0	America/Chicago
5060108	City of Leeds	city-of-leeds			US	ND	005	45580	427	America/Chicago
5060115	City of Lehr	city-of-lehr			US	ND	051	45740	80	America/Chicago
5060121	Township of Lenora	township-of-lenora	Lenora Township		US	ND	039	45900	0	America/Chicago
5060122	Township of Lenton	township-of-lenton	Lenton Township		US	ND	093	45940	0	America/Chicago
5060126	City of Leonard	city-of-leonard			US	ND	017	45980	223	America/Chicago
5060127	Township of Leonard	township-of-leonard	Leonard Township		US	ND	017	46020	0	America/Chicago
5060130	Township of Leval	township-of-leval	Leval Township		US	ND	063	46140	0	America/Chicago
5060131	Township of Levant	township-of-levant	Levant Township		US	ND	035	46180	0	America/Chicago
5060137	Township of Liberty Grove	township-of-liberty-grove	Liberty Grove Township		US	ND	077	46420	0	America/Chicago
5060140	Township of Liberty	township-of-liberty	Liberty Township,Maple River Township,Township of Liberty		US	ND	073	46380	0	America/Chicago
5060142	City of Lidgerwood	city-of-lidgerwood			US	ND	077	46460	652	America/Chicago
5060143	Township of Lillehoff	township-of-lillehoff	Lillehoff Township		US	ND	071	46620	0	America/Chicago
5060153	Township of Lincoln	township-of-lincoln	Lincoln Township		US	ND	067	46660	0	America/Chicago
5060155	Township of Lind	township-of-lind	Lind Township		US	ND	035	46820	0	America/Chicago
5060156	Township of Lindaas	township-of-lindaas	Lindaas Township		US	ND	097	46860	0	America/Chicago
5060158	Township of Linden	township-of-linden	Linden Township		US	ND	019	46940	0	America/Chicago
5060161	Township of Lippert	township-of-lippert	Lippert Township		US	ND	093	47060	0	America/Chicago
5060165	City of Lisbon	city-of-lisbon			US	ND	073	47100	2154	America/Chicago
5060169	City of Litchville	city-of-litchville			US	ND	003	47140	172	America/Chicago
5060170	Township of Litchville	township-of-litchville	Litchville Township		US	ND	045	47180	0	America/Chicago
5060186	Township of Lodema	township-of-lodema	Lodema Township		US	ND	067	47460	0	America/Chicago
5060190	Township of Logan Center	township-of-logan-center	Logan Center Township		US	ND	035	47580	0	America/Chicago
5060195	Township of Lohnes	township-of-lohnes	Lohnes Township		US	ND	005	47620	0	America/Chicago
5060198	City of Loma	city-of-loma			US	ND	019	47660	16	America/Chicago
5060218	Township of Longview	township-of-longview	Longview Township		US	ND	031	47900	0	America/Chicago
5060222	Township of Loretta	township-of-loretta	Loretta Township		US	ND	035	48100	0	America/Chicago
5060224	Township of Lorraine	township-of-lorraine	Lorraine Township		US	ND	021	48140	0	America/Chicago
5060226	Township of Loam	township-of-loam	Loam Township		US	ND	019	47380	0	America/Chicago
5060227	Township of Lovell	township-of-lovell	Lovell Township		US	ND	021	48260	0	America/Chicago
5060233	Township of Lowery	township-of-lowery	Lowery Township		US	ND	093	48300	0	America/Chicago
5060238	City of Ludden	city-of-ludden			US	ND	021	48460	23	America/Chicago
5060250	City of Luverne	city-of-luverne			US	ND	091	48580	31	America/Chicago
5060256	Township of Lynn	township-of-lynn	Lynn Township		US	ND	103	48660	0	America/Chicago
5060258	Township of Lyon	township-of-lyon	Lyon Township		US	ND	093	48740	0	America/Chicago
5060262	Township of Mabel	township-of-mabel	Mabel Township		US	ND	039	48820	0	America/Chicago
5060268	City of Maddock	city-of-maddock			US	ND	005	49620	382	America/Chicago
5060280	Township of Manfred	township-of-manfred	Manfred Township		US	ND	103	50060	0	America/Chicago
5060281	Township of Manilla	township-of-manilla	Manilla Township		US	ND	019	50100	0	America/Chicago
5060285	Township of Manning	township-of-manning	Manning Township		US	ND	043	50260	0	America/Chicago
5060286	Township of Manns	township-of-manns	Manns Township		US	ND	093	50300	0	America/Chicago
5060287	Township of Mansfield	township-of-mansfield	Mansfield Township		US	ND	003	50340	0	America/Chicago
5060289	City of Mantador	city-of-mantador			US	ND	077	50380	64	America/Chicago
5060291	City of Manvel	city-of-manvel			US	ND	035	50420	360	America/Chicago
5060300	Township of Maple River	township-of-maple-river	Maple River Township		US	ND	017	50540	0	America/Chicago
5060302	Township of Maple	township-of-maple	Maple Township		US	ND	021	50500	0	America/Chicago
5060306	City of Mapleton	city-of-mapleton			US	ND	017	50580	762	America/Chicago
5060307	Township of Mapleton	township-of-mapleton	Mapleton Township		US	ND	017	50620	0	America/Chicago
5060308	Township of Marboe	township-of-marboe	Marboe Township		US	ND	081	50660	0	America/Chicago
5060312	City of Marion	city-of-marion			US	ND	045	50780	133	America/Chicago
5060316	Township of Marsh	township-of-marsh	Marsh Township		US	ND	003	50900	0	America/Chicago
5060317	Township of Marstonmoor	township-of-marstonmoor	Marstonmoor Township,Township of Marston Moor,Township of Marstonmoor		US	ND	093	51020	0	America/Chicago
5060320	Township of Martin	township-of-martin	Martin Township		US	ND	099	51140	0	America/Chicago
5060341	City of Mayville	city-of-mayville			US	ND	097	51500	1858	America/Chicago
5060342	Township of Mayville	township-of-mayville	Mayville Township		US	ND	097	51540	0	America/Chicago
5060349	Township of McClellan	township-of-mcclellan	McClellan Township		US	ND	005	48980	0	America/Chicago
5060358	City of McHenry	city-of-mchenry			US	ND	031	49260	56	America/Chicago
5060368	Township of McKinnon	township-of-mckinnon	McKinnon Township		US	ND	031	49500	0	America/Chicago
5060379	City of McVille	city-of-mcville			US	ND	063	49580	349	America/Chicago
5060382	Township of Meadow Lake	township-of-meadow-lake	Meadow Lake Township		US	ND	003	51700	0	America/Chicago
5060387	Township of Medford	township-of-medford	Medford Township		US	ND	099	51780	0	America/Chicago
5060392	City of Medina	city-of-medina			US	ND	093	51860	308	America/Chicago
5060396	Township of Mekinock	township-of-mekinock	Mekinock Township		US	ND	035	51980	0	America/Chicago
5060400	Township of Melrose	township-of-melrose	Melrose Township		US	ND	091	52020	0	America/Chicago
5060402	Township of Melville	township-of-melville	Melville Township		US	ND	031	52100	0	America/Chicago
5060404	Township of Melvin	township-of-melvin	Melvin Township		US	ND	063	52140	0	America/Chicago
5060412	Township of Merkel	township-of-merkel	Merkel Township		US	ND	043	52420	0	America/Chicago
5060419	Township of Meyer	township-of-meyer	Meyer Township		US	ND	069	52580	0	America/Chicago
5060422	City of Michigan City	city-of-michigan-city	City of Michigan City,Michigan City		US	ND	063	52740	294	America/Chicago
5060424	Township of Michigan	township-of-michigan	Michigan Township		US	ND	035	52620	0	America/Chicago
5060425	Township of Michigan	township-of-michigan	Michigan Township,Township of Michigan,Township of Michigan City		US	ND	063	52640	0	America/Chicago
5060440	Township of Midland	township-of-midland	Midland Township		US	ND	067	52780	0	America/Chicago
5060443	Township of Midway	township-of-midway	Midway Township		US	ND	093	52820	0	America/Chicago
5060447	Township of Mikkelson	township-of-mikkelson	Mikkelson Township		US	ND	045	52860	0	America/Chicago
5060460	City of Milnor	city-of-milnor			US	ND	081	52940	653	America/Chicago
5060461	Township of Milnor	township-of-milnor	Milnor Township		US	ND	081	52980	0	America/Chicago
5060464	City of Milton	city-of-milton			US	ND	019	53020	58	America/Chicago
5060465	Township of Minco	township-of-minco	Minco Township		US	ND	005	53060	0	America/Chicago
5060472	City of Minnewaukan	city-of-minnewaukan			US	ND	005	53220	224	America/Chicago
5060473	Township of Minnewaukan	township-of-minnewaukan	Minnewaukan Township		US	ND	071	53260	0	America/Chicago
5060479	Township of Minnie Lake	township-of-minnie-lake	Minnie Lake Township		US	ND	003	53340	0	America/Chicago
5060485	City of Minto	city-of-minto			US	ND	099	53540	604	America/Chicago
5060486	Township of Minto	township-of-minto	Minto Township		US	ND	019	53500	0	America/Chicago
5060489	Township of Mission	township-of-mission	Mission Township		US	ND	005	53580	0	America/Chicago
5060492	City of Monango	city-of-monango			US	ND	021	53820	36	America/Chicago
5060493	Township of Monroe	township-of-monroe	Monroe Township		US	ND	095	53900	0	America/Chicago
5060498	City of Montpelier	city-of-montpelier			US	ND	093	53980	87	America/Chicago
5060499	Township of Montpelier	township-of-montpelier	Montpelier Township		US	ND	093	54020	0	America/Chicago
5060500	Township of Montrose	township-of-montrose	Montrose Township		US	ND	019	54060	0	America/Chicago
5060504	Township of Moon Lake	township-of-moon-lake	Moon Lake Township		US	ND	093	54100	0	America/Chicago
5060510	Township of Moore	township-of-moore	Moore Township		US	ND	073	54180	0	America/Chicago
5060515	City of Mooreton	city-of-mooreton			US	ND	077	54220	197	America/Chicago
5060516	Township of Mooreton	township-of-mooreton	Mooreton Township		US	ND	077	54260	0	America/Chicago
5060517	Township of Moraine	township-of-moraine	Moraine Township		US	ND	035	54300	0	America/Chicago
5060520	Township of Moran	township-of-moran	Moran Township		US	ND	077	54340	0	America/Chicago
5060523	Township of Morgan	township-of-morgan	Morgan Township		US	ND	097	54380	0	America/Chicago
5060527	Township of Morris	township-of-morris	Morris Township		US	ND	071	54420	0	America/Chicago
5060531	Township of Moscow	township-of-moscow	Moscow Township		US	ND	019	54500	0	America/Chicago
5060538	Township of Mount Carmel	township-of-mount-carmel	Mount Carmel Township		US	ND	019	54820	0	America/Chicago
5060542	Township of Mount View	township-of-mount-view	Mount View Township		US	ND	095	54940	0	America/Chicago
5060545	City of Mountain	city-of-mountain			US	ND	067	54740	92	America/Chicago
5060557	City of Munich	city-of-munich			US	ND	019	55020	210	America/Chicago
5060559	Township of Munster	township-of-munster	Munster Township		US	ND	027	55100	0	America/Chicago
5060567	City of Mylo	city-of-mylo			US	ND	079	55220	20	America/Chicago
5060570	Township of Nansen	township-of-nansen	Nansen Township		US	ND	077	55340	0	America/Chicago
5060574	City of Napoleon	city-of-napoleon			US	ND	047	55420	792	America/Chicago
5060579	Township of Nash	township-of-nash	Nash Township		US	ND	063	55460	0	America/Chicago
5060586	City of Neche	city-of-neche			US	ND	067	55620	371	America/Chicago
5060587	Township of Neche	township-of-neche	Neche Township		US	ND	067	55660	0	America/Chicago
5060597	Township of Nelson	township-of-nelson	Nelson Township		US	ND	003	55820	0	America/Chicago
5060599	Township of Nesheim	township-of-nesheim	Nesheim Township		US	ND	063	55860	0	America/Chicago
5060605	Township of New City	township-of-new-city	New City Township		US	ND	095	56140	0	America/Chicago
5060617	City of New Rockford	city-of-new-rockford			US	ND	027	56620	1391	America/Chicago
5060619	Township of Newbre	township-of-newbre	Newbre Township		US	ND	071	55980	0	America/Chicago
5060622	Township of Newburgh	township-of-newburgh	Newburgh Township		US	ND	091	56060	0	America/Chicago
5060624	Township of Newbury	township-of-newbury	Newbury Township		US	ND	093	56100	0	America/Chicago
5060625	Township of Newland	township-of-newland	Newland Township		US	ND	071	56380	0	America/Chicago
5060631	City of Niagara	city-of-niagara			US	ND	035	56780	53	America/Chicago
5060632	Township of Niagara	township-of-niagara	Niagara Township		US	ND	035	56820	0	America/Chicago
5060645	Township of Noble	township-of-noble	Noble Township		US	ND	017	57020	0	America/Chicago
5060646	Township of Nogosek	township-of-nogosek	Nogosek Township		US	ND	093	57060	0	America/Chicago
5060648	Township of Noltimier	township-of-noltimier	Noltimier Township		US	ND	003	57140	0	America/Chicago
5060650	City of Nome	city-of-nome			US	ND	003	57180	62	America/Chicago
5060651	Township of Noonan	township-of-noonan	Noonan Township		US	ND	071	57260	0	America/Chicago
5060655	Township of Nora	township-of-nora	Nora Township		US	ND	045	57300	0	America/Chicago
5060656	Township of Norden	township-of-norden	Norden Township		US	ND	045	57340	0	America/Chicago
5060660	Township of Nordmore	township-of-nordmore	Nordmore Township		US	ND	031	57380	0	America/Chicago
5060662	Township of Norma	township-of-norma	Norma Township		US	ND	003	57420	0	America/Chicago
5060667	Township of Norman	township-of-norman	Norman Township		US	ND	097	57540	0	America/Chicago
5060668	Township of Normania	township-of-normania	Normania Township		US	ND	005	57580	0	America/Chicago
5060669	Township of Normanna	township-of-normanna	Normanna Township		US	ND	017	57620	0	America/Chicago
5060672	City of Nekoma	city-of-nekoma			US	ND	019	55740	50	America/Chicago
5060687	Township of North Creel	township-of-north-creel	North Creel Township		US	ND	071	57722	0	America/Chicago
5060690	Township of North Loma	township-of-north-loma	North Loma Township		US	ND	019	58020	0	America/Chicago
5060695	Township of North Olga	township-of-north-olga	North Olga Township		US	ND	019	58060	0	America/Chicago
5060697	Unorganized Territory of North Pierce	unorganized-territory-of-north-pierce			US	ND	069	58080	0	America/Chicago
5060703	City of North River	city-of-north-river			US	ND	017	58120	56	America/Chicago
5060704	Unorganized Territory of North Rolette	unorganized-territory-of-north-rolette			US	ND	079	58125	0	America/Chicago
5060711	Township of North Viking	township-of-north-viking	North Viking Township		US	ND	005	58180	0	America/Chicago
5060713	Township of Northfield	township-of-northfield	Northfield Township		US	ND	071	57780	0	America/Chicago
5060716	Township of Northland	township-of-northland	Northland Township		US	ND	073	57900	0	America/Chicago
5060718	Unorganized Territory of Northwest McIntosh	unorganized-territory-of-northwest-mcintosh			US	ND	051	58265	0	America/Chicago
5060719	Unorganized Territory of Northwest Stutsman	unorganized-territory-of-northwest-stutsman			US	ND	093	58280	0	America/Chicago
5060721	Township of Northwest	township-of-northwest	Northwest Township		US	ND	021	58220	0	America/Chicago
5060725	City of Northwood	city-of-northwood			US	ND	035	58300	945	America/Chicago
5060726	Township of Northwood	township-of-northwood	Northwood Township		US	ND	035	58340	0	America/Chicago
5060728	Township of Norton	township-of-norton	Norton Township		US	ND	099	58380	0	America/Chicago
5060737	Township of Norway Lake	township-of-norway-lake	Norway Lake Township		US	ND	103	58580	0	America/Chicago
5060740	Township of Norway	township-of-norway	Norway Township		US	ND	097	58540	0	America/Chicago
5060761	City of Oakes	city-of-oakes			US	ND	021	58740	1856	America/Chicago
5060762	Township of Oakhill	township-of-oakhill	Oakhill Township		US	ND	003	58780	0	America/Chicago
5060765	Township of Oakville	township-of-oakville	Oakville Township		US	ND	035	58900	0	America/Chicago
5060768	Township of Oakwood	township-of-oakwood	Oakwood Township		US	ND	099	58980	0	America/Chicago
5060770	City of Oberon	city-of-oberon			US	ND	005	59020	105	America/Chicago
5060779	Township of Odessa	township-of-odessa	Odessa Township		US	ND	071	59140	0	America/Chicago
5060800	Township of Olson	township-of-olson	Olson Township		US	ND	095	59380	0	America/Chicago
5060803	Township of Ontario	township-of-ontario	Ontario Township		US	ND	071	59460	0	America/Chicago
5060805	Township of Ops	township-of-ops	Ops Township		US	ND	099	59540	0	America/Chicago
5060807	Township of Ora	township-of-ora	Ora Township		US	ND	063	59580	0	America/Chicago
5060811	City of Oriska	city-of-oriska			US	ND	003	59660	118	America/Chicago
5060812	Township of Oriska	township-of-oriska	Oriska Township		US	ND	003	59700	0	America/Chicago
5060815	Township of Osago	township-of-osago	Osago Township		US	ND	063	59900	0	America/Chicago
5060816	Township of Osford	township-of-osford	Osford Township		US	ND	019	59980	0	America/Chicago
5060818	Township of Oshkosh	township-of-oshkosh	Oshkosh Township		US	ND	103	60020	0	America/Chicago
5060820	City of Osnabrock	city-of-osnabrock			US	ND	019	60100	134	America/Chicago
5060836	Township of Overland	township-of-overland	Overland Township		US	ND	071	60340	0	America/Chicago
5060838	Township of Ovid	township-of-ovid	Fairfield Township,Ovid Township,Township of Ovid		US	ND	045	60420	0	America/Chicago
5060841	Township of Owego	township-of-owego	Owego Township		US	ND	073	60460	0	America/Chicago
5060844	City of Oxbow	city-of-oxbow	City of Oxbow,Oxbow		US	ND	017	60480	305	America/Chicago
5060847	City of Page	city-of-page			US	ND	017	60500	232	America/Chicago
5060848	Township of Page	township-of-page	Page Township		US	ND	017	60540	0	America/Chicago
5060853	Township of Paradise	township-of-paradise	Paradise Township		US	ND	027	60740	0	America/Chicago
5060854	Township of Paris	township-of-paris	Paris Township		US	ND	093	60780	0	America/Chicago
5060864	City of Park River	city-of-park-river			US	ND	099	60900	1403	America/Chicago
5060866	Township of Park	township-of-park	Park Township		US	ND	067	60820	0	America/Chicago
5060872	Township of Paulson	township-of-paulson	Paulson Township		US	ND	095	61140	0	America/Chicago
5060875	Township of Peace	township-of-peace	Peace Township		US	ND	043	61220	0	America/Chicago
5060880	Township of Pearl Lake	township-of-pearl-lake	Pearl Lake Township		US	ND	045	61380	0	America/Chicago
5060883	City of Pekin	city-of-pekin			US	ND	063	61460	70	America/Chicago
5060885	Township of Pelican	township-of-pelican	Pelican Township		US	ND	071	61500	0	America/Chicago
5060900	Township of Pembina	township-of-pembina	Pembina Township		US	ND	067	61620	0	America/Chicago
5060907	Township of Perry	township-of-perry	Perry Township		US	ND	019	61740	0	America/Chicago
5060911	City of Perth	city-of-perth			US	ND	095	61780	9	America/Chicago
5060912	Township of Perth	township-of-perth	Perth Township		US	ND	099	61820	0	America/Chicago
5060917	City of Petersburg	city-of-petersburg			US	ND	063	61860	192	America/Chicago
5060918	Township of Petersburg	township-of-petersburg	Petersburg Township		US	ND	063	61900	0	America/Chicago
5060923	City of Pembina	city-of-pembina			US	ND	067	61580	592	America/Chicago
5060924	Township of Peterson	township-of-peterson	Peterson Township		US	ND	093	61940	0	America/Chicago
5060926	Township of Petersville	township-of-petersville	Petersville Township		US	ND	043	61980	0	America/Chicago
5060930	City of Pettibone	city-of-pettibone			US	ND	043	62060	70	America/Chicago
5060939	Township of Picton	township-of-picton	Picton Township		US	ND	095	62420	0	America/Chicago
5060942	Township of Pierce	township-of-pierce	Pierce Township		US	ND	003	62460	0	America/Chicago
5060947	City of Pillsbury	city-of-pillsbury			US	ND	003	62540	12	America/Chicago
5060950	Township of Pilot Mound	township-of-pilot-mound	Pilot Mound Township		US	ND	039	62580	0	America/Chicago
5060952	City of Pingree	city-of-pingree			US	ND	093	62620	60	America/Chicago
5060953	Township of Pingree	township-of-pingree	Pingree Township		US	ND	093	62660	0	America/Chicago
5060964	Township of Pipestem Valley	township-of-pipestem-valley	Pipestem Valley Township		US	ND	093	62740	0	America/Chicago
5060966	City of Pisek	city-of-pisek			US	ND	099	62780	106	America/Chicago
5060975	Township of Plainview	township-of-plainview	Plainview Township		US	ND	093	62940	0	America/Chicago
5060982	Township of Pleasant Lake	township-of-pleasant-lake	Pleasant Lake Township		US	ND	005	63200	0	America/Chicago
5060983	Township of Pleasant Prairie	township-of-pleasant-prairie	Pleasant Prairie Township		US	ND	027	63220	0	America/Chicago
5060994	Township of Pleasant View	township-of-pleasant-view	Pleasant View Township		US	ND	035	63300	0	America/Chicago
5060996	Township of Pleasant	township-of-pleasant	Pleasant Township		US	ND	017	63100	0	America/Chicago
5060999	Township of Plymouth	township-of-plymouth	Oakwood Township,Plymouth Township,Township of Plymouth		US	ND	035	63380	0	America/Chicago
5061002	Township of Pomona View	township-of-pomona-view	Pomona View Township		US	ND	045	63500	0	America/Chicago
5061004	Township of Pontiac	township-of-pontiac	Pontiac Township		US	ND	017	63580	0	America/Chicago
5061006	Township of Poplar Grove	township-of-poplar-grove	Poplar Grove Township		US	ND	071	63680	0	America/Chicago
5061008	Township of Port Emma	township-of-port-emma	Port Emma Township		US	ND	021	63820	0	America/Chicago
5061010	Township of Porter	township-of-porter	Porter Township		US	ND	021	63860	0	America/Chicago
5061014	City of Portland	city-of-portland			US	ND	097	63900	606	America/Chicago
5061017	Township of Potsdam	township-of-potsdam	Potsdam Township		US	ND	021	63980	0	America/Chicago
5061018	Township of Potter	township-of-potter	Potter Township		US	ND	003	64020	0	America/Chicago
5061025	Township of Prairie Centre	township-of-prairie-centre	Prairie Centre Township,Township of Prairie Center,Township of Prairie Centre		US	ND	099	64270	0	America/Chicago
5061031	City of Prairie Rose	city-of-prairie-rose			US	ND	017	64320	73	America/Chicago
5061034	Township of Prairie	township-of-prairie	Prairie Township		US	ND	045	64220	0	America/Chicago
5061039	Township of Preston	township-of-preston	Preston Township		US	ND	073	64500	0	America/Chicago
5061042	Township of Primrose	township-of-primrose	Primrose Township		US	ND	091	64660	0	America/Chicago
5061043	Township of Progress	township-of-progress	Progress Township		US	ND	103	64700	0	America/Chicago
5061045	Township of Prospect	township-of-prospect	Prospect Township		US	ND	071	64740	0	America/Chicago
5061049	Township of Pulaski	township-of-pulaski	Pulaski Township		US	ND	099	64860	0	America/Chicago
5061057	Township of Quinby	township-of-quinby	Quinby Township		US	ND	043	64940	0	America/Chicago
5061065	Township of Raney	township-of-raney	Raney Township		US	ND	045	65260	0	America/Chicago
5061069	Township of Ransom	township-of-ransom	Ransom Township		US	ND	081	65340	0	America/Chicago
5061071	Township of Raritan	township-of-raritan	Raritan Township		US	ND	003	65380	0	America/Chicago
5061077	Township of Ray	township-of-ray	Ray Township		US	ND	045	65540	0	America/Chicago
5061079	Township of Raymond	township-of-raymond	Raymond Township		US	ND	017	65620	0	America/Chicago
5061081	Township of Red Lake	township-of-red-lake	Red Lake Township		US	ND	047	65700	0	America/Chicago
5061088	Township of Reed	township-of-reed	Reed Township		US	ND	017	65860	0	America/Chicago
5061095	City of Reile's Acres	city-of-reile-s-acres			US	ND	017	66040	513	America/Chicago
5061098	Township of Reno Valley	township-of-reno-valley	Reno Valley Township		US	ND	069	66060	0	America/Chicago
5061103	Township of Rexine	township-of-rexine	Rexin,Rexine Township,Township of Rexine		US	ND	043	66220	0	America/Chicago
5061105	City of Reynolds	city-of-reynolds			US	ND	097	66260	301	America/Chicago
5061109	Township of Rich Valley	township-of-rich-valley	Rich Valley Township		US	ND	005	66660	0	America/Chicago
5061110	Township of Rich	township-of-rich	Rich Township		US	ND	017	66460	0	America/Chicago
5061117	Township of Riggin	township-of-riggin	Riggin Township		US	ND	005	66820	0	America/Chicago
5061123	Township of Riverdale	township-of-riverdale	Riverdale Township		US	ND	021	66940	0	America/Chicago
5061132	Township of Riverside	township-of-riverside	Riverside Township		US	ND	091	67100	0	America/Chicago
5061137	Township of Robinson	township-of-robinson	Robinson Township		US	ND	043	67220	0	America/Chicago
5061140	Township of Rochester	township-of-rochester	Rochester Township		US	ND	017	67260	0	America/Chicago
5061144	Township of Rock Lake	township-of-rock-lake	Rock Lake Township		US	ND	095	67540	0	America/Chicago
5061145	Township of Rock	township-of-rock	Rock Township		US	ND	005	67300	0	America/Chicago
5061147	City of Rocklake	city-of-rocklake			US	ND	095	67500	101	America/Chicago
5061149	City of Robinson	city-of-robinson			US	ND	043	67180	37	America/Chicago
5061151	City of Rogers	city-of-rogers			US	ND	003	67620	46	America/Chicago
5061152	Township of Rogers	township-of-rogers	Rogers Township		US	ND	003	67660	0	America/Chicago
5061158	City of Rolette	city-of-rolette			US	ND	079	67780	594	America/Chicago
5061161	City of Rolla	city-of-rolla			US	ND	079	67820	1280	America/Chicago
5061162	Township of Rolling Prairie	township-of-rolling-prairie	Rolling Prairie Township		US	ND	031	67900	0	America/Chicago
5061164	Township of Roloff	township-of-roloff	Roloff Township		US	ND	051	67940	0	America/Chicago
5061168	Township of Romness	township-of-romness	Romness Township		US	ND	039	67980	0	America/Chicago
5061176	Township of Roscoe	township-of-roscoe	Roscoe Township		US	ND	045	68060	0	America/Chicago
5061177	Township of Rose Hill	township-of-rose-hill	Rose Hill Township		US	ND	031	68300	0	America/Chicago
5061184	Township of Rose	township-of-rose	Rose Township		US	ND	093	68100	0	America/Chicago
5061187	Township of Rosebud	township-of-rosebud	Rosebud Township		US	ND	003	68140	0	America/Chicago
5061189	Township of Rosefield	township-of-rosefield	Rosefield Township		US	ND	027	68180	0	America/Chicago
5061193	Township of Rosemeade	township-of-rosemeade	Rosemeade Township		US	ND	073	68380	0	America/Chicago
5061197	Township of Rosendal	township-of-rosendal	Rosendal Township		US	ND	039	68460	0	America/Chicago
5061202	Township of Roseville	township-of-roseville	Roseville Township		US	ND	097	68500	0	America/Chicago
5061215	Township of Round Top	township-of-round-top	Round Top Township		US	ND	093	68740	0	America/Chicago
5061217	Township of Royal	township-of-royal	Royal Township		US	ND	071	68780	0	America/Chicago
5061218	Township of Rubin	township-of-rubin	Rubin Township		US	ND	063	68820	0	America/Chicago
5061222	City of Rugby	city-of-rugby			US	ND	069	68860	2876	America/Chicago
5061225	Township of Rugh	township-of-rugh	Rugh Township		US	ND	063	68900	0	America/Chicago
5061233	Township of Rush Lake	township-of-rush-lake	Rush Lake Township		US	ND	069	68980	0	America/Chicago
5061236	Township of Rushford	township-of-rushford	Rushford Township		US	ND	099	68940	0	America/Chicago
5061237	Township of Rusland	township-of-rusland	Rusland Township		US	ND	103	69100	0	America/Chicago
5061241	Township of Russell	township-of-russell	Russell Township		US	ND	045	69220	0	America/Chicago
5061246	City of Rutland	city-of-rutland			US	ND	081	69340	163	America/Chicago
5061247	Township of Rutland	township-of-rutland	Rutland Township		US	ND	081	69380	0	America/Chicago
5061249	Township of Ryan	township-of-ryan	La Moure Township,LaMoure Township,Ryan Township,Township of Ryan		US	ND	045	69420	0	America/Chicago
5061251	Township of Rye	township-of-rye	Rye Township		US	ND	035	69540	0	America/Chicago
5061265	Township of Saint Andrews	township-of-saint-andrews	Saint Andrews Township,St. Andrews Township		US	ND	099	69620	0	America/Chicago
5061266	Township of Saint Anna	township-of-saint-anna	Saint Anna Township,St. Anna Township		US	ND	103	69660	0	America/Chicago
5061313	City of Saint John	city-of-saint-john			US	ND	079	69980	341	America/Chicago
5061337	Township of Saint Joseph	township-of-saint-joseph	Saint Joseph Township,St. Joseph Township		US	ND	067	70020	0	America/Chicago
5061380	Township of Saint Paul	township-of-saint-paul	Saint Paul Township,St. Paul Township		US	ND	093	70180	0	America/Chicago
5061406	City of Saint Thomas	city-of-saint-thomas			US	ND	067	70260	331	America/Chicago
5061407	Township of Saint Thomas	township-of-saint-thomas	Saint Thomas Township,St. Thomas Township		US	ND	067	70300	0	America/Chicago
5061421	Township of Rush River	township-of-rush-river	Rush River Township		US	ND	017	69020	0	America/Chicago
5061428	City of Sanborn	city-of-sanborn			US	ND	003	70380	192	America/Chicago
5061433	Township of Sandoun	township-of-sandoun	Sandoun Township		US	ND	073	70460	0	America/Chicago
5061437	Township of Saratoga	township-of-saratoga	Saratoga Township		US	ND	045	70660	0	America/Chicago
5061440	Township of Sargent	township-of-sargent	Sargent Township		US	ND	081	70740	0	America/Chicago
5061442	City of Sarles	city-of-sarles			US	ND	019	70780	28	America/Chicago
5061444	Township of Sarnia	township-of-sarnia	Sarnia Township		US	ND	063	70820	0	America/Chicago
5061447	Township of Sauter	township-of-sauter	Sauter Township		US	ND	099	70940	0	America/Chicago
5061822	Township of Scoville	township-of-scoville	Scoville Township		US	ND	073	71460	0	America/Chicago
5061823	Township of Sealy	township-of-sealy	Sealy Township		US	ND	047	71580	0	America/Chicago
5061827	Township of Seivert	township-of-seivert	Seivert Township		US	ND	019	71620	0	America/Chicago
5061839	Township of Severn	township-of-severn	Severn Township		US	ND	093	71860	0	America/Chicago
5061845	Township of Sharlow	township-of-sharlow	Sharlow Township		US	ND	093	71900	0	America/Chicago
5061848	City of Sharon	city-of-sharon			US	ND	091	71940	96	America/Chicago
5061849	Township of Sharon	township-of-sharon	Sharon Township		US	ND	091	71980	0	America/Chicago
5061855	Village of Sheldon	village-of-sheldon			US	ND	073	5061855	116	America/Chicago
5061856	Township of Sheldon	township-of-sheldon	Sheldon Township		US	ND	027	72140	0	America/Chicago
5061859	Township of Shell Valley	township-of-shell-valley	Shell Valley Township		US	ND	079	72260	0	America/Chicago
5061861	Township of Shenford	township-of-shenford	Shenford Township		US	ND	073	72300	0	America/Chicago
5061864	Township of Shepherd	township-of-shepherd	Shepherd Township		US	ND	099	72380	0	America/Chicago
5061868	Township of Sherbrooke	township-of-sherbrooke	Sherbrooke Township		US	ND	091	72420	0	America/Chicago
5061869	Township of Sheridan	township-of-sheridan	Sheridan Township		US	ND	045	72460	0	America/Chicago
5061881	City of Sheyenne	city-of-sheyenne			US	ND	027	72580	204	America/Chicago
5061882	Township of Sheyenne	township-of-sheyenne	Sheyenne Township		US	ND	077	72620	0	America/Chicago
5061889	Township of Shuman	township-of-shuman	Shuman Township		US	ND	081	72780	0	America/Chicago
5061897	Township of Sibley Trail	township-of-sibley-trail	Sibley Trail Township		US	ND	003	72940	0	America/Chicago
5061898	City of Sibley	city-of-sibley			US	ND	003	72820	30	America/Chicago
5061899	Township of Sibley	township-of-sibley	Sibley Township		US	ND	043	72860	0	America/Chicago
5061901	Township of Sidney	township-of-sidney	Sidney Township		US	ND	095	72980	0	America/Chicago
5061914	Township of Silver Lake	township-of-silver-lake	Silver Lake Township		US	ND	103	73140	0	America/Chicago
5061919	Township of Silvesta	township-of-silvesta	Silvesta Township		US	ND	099	73220	0	America/Chicago
5061923	Township of Sinclair	township-of-sinclair	Sinclair Township		US	ND	093	73340	0	America/Chicago
5061929	Township of Skandia	township-of-skandia	Skandia Township		US	ND	003	73500	0	America/Chicago
5061938	Township of Smith	township-of-smith	Smith Township		US	ND	095	73660	0	America/Chicago
5061952	Township of Sorenson	township-of-sorenson	Sorenson Township		US	ND	095	73940	0	America/Chicago
5061963	Township of South Dresden	township-of-south-dresden	South Dresden Township		US	ND	019	74100	0	America/Chicago
5061965	Township of South Cottonwood	township-of-south-cottonwood	South Cottonwood Township		US	ND	103	74080	0	America/Chicago
5061967	Unorganized Territory of Liberty	unorganized-territory-of-liberty	Unorganized Territory of Liberty,Unorganized Territory of South Kidder		US	ND	043	46320	0	America/Chicago
5061971	Township of South Minnewaukan	township-of-south-minnewaukan	South Minnewaukan Township		US	ND	071	74280	0	America/Chicago
5061972	Township of South Olga	township-of-south-olga	South Olga Township		US	ND	019	74300	0	America/Chicago
5061975	Unorganized Territory of South Pierce	unorganized-territory-of-south-pierce			US	ND	069	74305	0	America/Chicago
5061978	Unorganized Territory of South Rolette	unorganized-territory-of-south-rolette			US	ND	079	74320	0	America/Chicago
5061982	Township of South Viking	township-of-south-viking	South Viking Township		US	ND	005	74380	0	America/Chicago
5061987	Unorganized Territory of Southwest McIntosh	unorganized-territory-of-southwest-mcintosh			US	ND	051	74505	0	America/Chicago
5061989	Township of Southwest	township-of-southwest	Southwest Township		US	ND	081	74460	0	America/Chicago
5061993	Township of Speedwell	township-of-speedwell	Speedwell Township		US	ND	103	74540	0	America/Chicago
5061998	City of Spiritwood Lake	city-of-spiritwood-lake			US	ND	093	74740	90	America/Chicago
5061999	Township of Spiritwood	township-of-spiritwood	Spiritwood Township		US	ND	093	74700	0	America/Chicago
5062004	Township of Spring Creek	township-of-spring-creek	Spring Creek Township		US	ND	003	74900	0	America/Chicago
5062010	Township of Spring Valley	township-of-spring-valley	Spring Valley Township		US	ND	021	75140	0	America/Chicago
5062012	Township of Springer	township-of-springer	Springer Township		US	ND	073	74940	0	America/Chicago
5062013	Township of Springfield	township-of-springfield	Springfield Township		US	ND	095	74980	0	America/Chicago
5062014	Township of Springvale	township-of-springvale	Springvale Township		US	ND	003	75100	0	America/Chicago
5062023	Township of Stanley	township-of-stanley	Stanley Township		US	ND	017	75340	0	America/Chicago
5062033	Township of Stavanger	township-of-stavanger	Stavanger Township		US	ND	097	75700	0	America/Chicago
5062039	City of Steele	city-of-steele			US	ND	043	75780	715	America/Chicago
5062044	Township of Stevens	township-of-stevens	Stevens Township		US	ND	071	75980	0	America/Chicago
5062047	Township of Stewart	township-of-stewart	Stewart Township		US	ND	003	76020	0	America/Chicago
5062048	Township of Stewart	township-of-stewart	Stewart Township		US	ND	043	76060	0	America/Chicago
5062057	Township of Stirton	township-of-stirton	Stirton Township		US	ND	093	76180	0	America/Chicago
5062064	City of Starkweather	city-of-starkweather			US	ND	071	75580	117	America/Chicago
5062071	Township of Storlie	township-of-storlie	Storlie Township		US	ND	019	76380	0	America/Chicago
5062075	Township of Strabane	township-of-strabane	Strabane Township		US	ND	035	76420	0	America/Chicago
5062089	City of Streeter	city-of-streeter			US	ND	093	76620	170	America/Chicago
5062090	Township of Streeter	township-of-streeter	Streeter Township		US	ND	093	76660	0	America/Chicago
5062093	Township of Strong	township-of-strong	Strong Township		US	ND	093	76780	0	America/Chicago
5062100	Township of Sullivan	township-of-sullivan	Sullivan Township		US	ND	071	76860	0	America/Chicago
5062104	Township of Summit	township-of-summit	Pleasant Valley Township,Summit Township,Township of Summit		US	ND	077	76940	0	America/Chicago
5062111	Township of Superior	township-of-superior	Superior Township		US	ND	027	77140	0	America/Chicago
5062115	Township of Svea	township-of-svea	Svea Township		US	ND	003	77300	0	America/Chicago
5062117	Township of Sverdrup	township-of-sverdrup	Sverdrup Township		US	ND	039	77340	0	America/Chicago
5062129	Township of Swede	township-of-swede	Swede Township		US	ND	045	77380	0	America/Chicago
5062141	Township of Sydna	township-of-sydna	Sydna Township		US	ND	073	77540	0	America/Chicago
5062144	Township of Sydney	township-of-sydney	Sydney Township		US	ND	093	77620	0	America/Chicago
5062147	City of Sykeston	city-of-sykeston			US	ND	103	77660	117	America/Chicago
5062153	Township of Tanner	township-of-tanner	Tanner Township		US	ND	043	77940	0	America/Chicago
5062156	City of Tappen	city-of-tappen			US	ND	043	77980	197	America/Chicago
5062158	Township of Taylor	township-of-taylor	Taylor Township		US	ND	081	78140	0	America/Chicago
5062159	Township of Teddy	township-of-teddy	Teddy Township		US	ND	095	78260	0	America/Chicago
5062170	Township of Tewaukon	township-of-tewaukon	Tewaukon Township		US	ND	081	78500	0	America/Chicago
5062173	Township of Thingvalla	township-of-thingvalla	Thingvalla Township		US	ND	067	78620	0	America/Chicago
5062176	City of Thompson	city-of-thompson			US	ND	035	78660	986	America/Chicago
5062177	Township of Thordenskjold	township-of-thordenskjold	Thordenskjold Township		US	ND	003	78700	0	America/Chicago
5062183	Township of Tiber	township-of-tiber	Tiber Township		US	ND	099	78820	0	America/Chicago
5062187	Township of Tiffany	township-of-tiffany	Tiffany Township		US	ND	027	78860	0	America/Chicago
5062198	City of Tolna	city-of-tolna			US	ND	063	79180	166	America/Chicago
5062205	City of Tower City	city-of-tower-city	City of Tower City,Tower City		US	ND	017	79340	253	America/Chicago
5062208	Township of Tower	township-of-tower	Tower Township		US	ND	017	79300	0	America/Chicago
5062215	Township of Trier	township-of-trier	Trier Township		US	ND	019	79540	0	America/Chicago
5062226	Township of Triumph	township-of-triumph	Triumph Township		US	ND	071	79580	0	America/Chicago
5062232	Township of Tuller	township-of-tuller	Tuller Township		US	ND	073	79860	0	America/Chicago
5062235	Unorganized Territory of Turtle Mountain	unorganized-territory-of-turtle-mountain	Unorganized Territory of Turtle Mountain,Unorganized Territory of Turtle Mountains		US	ND	079	80010	0	America/Chicago
5062239	Township of Turtle River	township-of-turtle-river	Turtle River Township		US	ND	035	80060	0	America/Chicago
5062241	City of Tuttle	city-of-tuttle			US	ND	043	80140	80	America/Chicago
5062242	Township of Twin Hill	township-of-twin-hill	Twin Hill Township		US	ND	095	80340	0	America/Chicago
5062244	Township of Twin Lake	township-of-twin-lake	Twin Lake Township		US	ND	005	80380	0	America/Chicago
5062253	Township of Twin Tree	township-of-twin-tree	Twin Tree Township		US	ND	005	80420	0	America/Chicago
5062258	Township of Tyrol	township-of-tyrol	Tyrol Township		US	ND	039	80580	0	America/Chicago
5062269	Township of Union	township-of-union	Union Township		US	ND	035	80740	0	America/Chicago
5062287	Township of Uxbridge	township-of-uxbridge	Uxbridge Township		US	ND	003	80980	0	America/Chicago
5062289	Township of Valhalla	township-of-valhalla	Valhalla Township		US	ND	103	81060	0	America/Chicago
5062293	City of Valley City	city-of-valley-city	City of Valley City,Valley City		US	ND	003	81180	6585	America/Chicago
5062301	Township of Valley Spring	township-of-valley-spring	Valley Spring Township		US	ND	093	81260	0	America/Chicago
5062304	Township of Valley	township-of-valley	Valley Township		US	ND	003	81080	0	America/Chicago
5062305	Township of Valley	township-of-valley	Valley Township		US	ND	021	81100	0	America/Chicago
5062306	Township of Valley	township-of-valley	Valley Township		US	ND	043	81140	0	America/Chicago
5062307	Township of Van Meter	township-of-van-meter	Van Meter Township		US	ND	021	81460	0	America/Chicago
5062317	City of Venturia	city-of-venturia			US	ND	051	81700	10	America/Chicago
5062318	Township of Verner	township-of-verner	Verner Township		US	ND	081	81780	0	America/Chicago
5062320	Township of Vernon	township-of-vernon	Vernon Township		US	ND	043	81820	0	America/Chicago
5062321	Township of Vernon	township-of-vernon	Vernon Township		US	ND	099	81860	0	America/Chicago
5062323	City of Verona	city-of-verona			US	ND	045	81900	85	America/Chicago
5062327	Township of Vesta	township-of-vesta	Vesta Township		US	ND	099	81980	0	America/Chicago
5062328	Township of Victor	township-of-victor	Victor Township		US	ND	095	82020	0	America/Chicago
5062335	Township of Viking	township-of-viking	Viking Township		US	ND	077	82140	0	America/Chicago
5062336	Township of Viking	township-of-viking	Viking Township		US	ND	097	82180	0	America/Chicago
5062341	Township of Virginia	township-of-virginia	Virginia Township		US	ND	095	82300	0	America/Chicago
5062344	Township of Vivian	township-of-vivian	Vivian Township		US	ND	081	82340	0	America/Chicago
5062351	Township of Wadsworth	township-of-wadsworth	Wadsworth Township		US	ND	093	82540	0	America/Chicago
5062358	City of Wahpeton	city-of-wahpeton			US	ND	077	82660	7766	America/Chicago
5062361	Township of Walburg	township-of-walburg	Walburg Township		US	ND	017	82740	0	America/Chicago
5062363	City of Walcott	city-of-walcott			US	ND	077	82780	235	America/Chicago
5062364	Township of Walcott	township-of-walcott	Norway Township,Township of Walcott,Walcott Township		US	ND	077	82820	0	America/Chicago
5062367	Township of Waldo	township-of-waldo	Waldo Township		US	ND	077	82900	0	America/Chicago
5062369	City of Wales	city-of-wales			US	ND	019	82940	31	America/Chicago
5062374	City of Walhalla	city-of-walhalla			US	ND	067	82980	996	America/Chicago
5062375	Township of Walhalla	township-of-walhalla	Walhalla Township		US	ND	067	83020	0	America/Chicago
5062377	Township of Wallace	township-of-wallace	Wallace Township		US	ND	043	83100	0	America/Chicago
5062382	Township of Walle	township-of-walle	Walle Township		US	ND	035	83140	0	America/Chicago
5062383	Township of Walsh Centre	township-of-walsh-centre	Walsh Centre Township		US	ND	099	83180	0	America/Chicago
5062388	Township of Walshville	township-of-walshville	Walshville Township		US	ND	099	83220	0	America/Chicago
5062389	Township of Walters	township-of-walters	Walters Township		US	ND	093	83260	0	America/Chicago
5062394	Township of Wamduska	township-of-wamduska	Wamduska Township		US	ND	063	83340	0	America/Chicago
5062395	Township of Wano	township-of-wano	Chestro Township,Township of Wano,Wano Township		US	ND	045	83380	0	America/Chicago
5062399	Township of Warren	township-of-warren	Warren Township		US	ND	017	83500	0	America/Chicago
5062405	City of Warwick	city-of-warwick			US	ND	005	83580	65	America/Chicago
5062408	Township of Washburn	township-of-washburn	Washburn Township		US	ND	039	83660	0	America/Chicago
5062418	Township of Washington	township-of-washington	Washington Township		US	ND	035	83740	0	America/Chicago
5062420	Township of Waterloo	township-of-waterloo	Waterloo Township		US	ND	019	83820	0	America/Chicago
5062423	Township of Watson	township-of-watson	Watson Township		US	ND	017	83940	0	America/Chicago
5062429	Township of Weber	township-of-weber	Angus Township,Township of Weber,Weber Township		US	ND	081	84100	0	America/Chicago
5062433	Township of Webster	township-of-webster	Webster Township		US	ND	071	84180	0	America/Chicago
5062435	Township of Weimer	township-of-weimer	Weimer Township		US	ND	003	84220	0	America/Chicago
5062437	Township of Weiser	township-of-weiser	Weiser Township		US	ND	043	84260	0	America/Chicago
5062440	Township of Weld	township-of-weld	Weld Township		US	ND	093	84300	0	America/Chicago
5062443	Township of Wells	township-of-wells	Wells Township		US	ND	103	84380	0	America/Chicago
5062451	Township of West Antelope	township-of-west-antelope	West Antelope Township		US	ND	005	84540	0	America/Chicago
5062453	Township of West Bay	township-of-west-bay	West Bay Township		US	ND	005	84620	0	America/Chicago
5062455	Township of West End	township-of-west-end	West End Township		US	ND	077	84700	0	America/Chicago
5062461	City of West Fargo	city-of-west-fargo			US	ND	017	84780	25830	America/Chicago
5062463	Township of West Hope	township-of-west-hope	West Hope Township		US	ND	019	85060	0	America/Chicago
5062466	Unorganized Territory of West Logan	unorganized-territory-of-west-logan			US	ND	047	85065	0	America/Chicago
5062469	Township of West Norway	township-of-west-norway	West Norway Township		US	ND	103	85100	0	America/Chicago
5062470	Township of West Ontario	township-of-west-ontario	West Ontario Township		US	ND	103	85120	0	America/Chicago
5062482	Township of Westfield	township-of-westfield	Westfield Township		US	ND	091	84940	0	America/Chicago
5062483	Township of Westford	township-of-westford	Westford Township		US	ND	043	84980	0	America/Chicago
5062489	Township of Wheatfield	township-of-wheatfield	Wheatfield Township		US	ND	035	85140	0	America/Chicago
5062493	Township of Wheatland	township-of-wheatland	Wheatland Township		US	ND	017	85220	0	America/Chicago
5062505	Township of Whitestone Hill	township-of-whitestone-hill	Township of Whitestone Hill,White Stone Hill Township,Whitestone Hill Township		US	ND	081	85740	0	America/Chicago
5062509	Township of Whitestone	township-of-whitestone	Whitestone Township		US	ND	021	85700	0	America/Chicago
5062523	Township of Willey	township-of-willey	Willey Township		US	ND	081	86060	0	America/Chicago
5062525	Township of Williams	township-of-williams	Williams Township		US	ND	043	86100	0	America/Chicago
5062526	Township of Williams	township-of-williams	Williams Township		US	ND	063	86140	0	America/Chicago
5062533	Township of Willow Lake	township-of-willow-lake	Willow Lake Township		US	ND	091	86460	0	America/Chicago
5062535	Township of Willow	township-of-willow	Willow Township		US	ND	039	86300	0	America/Chicago
5062536	Township of Willowbank	township-of-willowbank	Willowbank Township		US	ND	045	86340	0	America/Chicago
5062543	City of Wimbledon	city-of-wimbledon			US	ND	003	86620	216	America/Chicago
5062545	Township of Windsor	township-of-windsor	Windsor Township		US	ND	093	86700	0	America/Chicago
5062547	Township of Winfield	township-of-winfield	Winfield Township		US	ND	093	86740	0	America/Chicago
5062551	Township of Wiser	township-of-wiser	Wiser Township		US	ND	017	86980	0	America/Chicago
5062556	City of Wishek	city-of-wishek			US	ND	051	87020	1002	America/Chicago
5062562	Township of Wold	township-of-wold	Wold Township		US	ND	097	87100	0	America/Chicago
5062565	City of Wolford	city-of-wolford			US	ND	069	87180	36	America/Chicago
5062571	Township of Wood Lake	township-of-wood-lake	Wood Lake Township		US	ND	005	87420	0	America/Chicago
5062578	Township of Woodbury	township-of-woodbury	Woodbury Township		US	ND	093	87380	0	America/Chicago
5062580	Township of Woodlawn	township-of-woodlawn	Woodlawn Township		US	ND	043	87460	0	America/Chicago
5062582	Township of Woodward	township-of-woodward	Woodward Township		US	ND	103	87540	0	America/Chicago
5062584	City of Woodworth	city-of-woodworth			US	ND	093	87580	50	America/Chicago
5062588	Township of Wright	township-of-wright	Wright Township		US	ND	021	87620	0	America/Chicago
5062591	Township of Wyard	township-of-wyard	Wyard Township		US	ND	031	87700	0	America/Chicago
5062595	City of Wyndmere	city-of-wyndmere			US	ND	077	87740	429	America/Chicago
5062596	Township of Wyndmere	township-of-wyndmere	Wyndmere Township		US	ND	077	87780	0	America/Chicago
5062599	City of York	city-of-york			US	ND	005	87860	23	America/Chicago
5062602	Township of Yorktown	township-of-yorktown	Yorktown Township		US	ND	021	87940	0	America/Chicago
5062605	Township of Young	township-of-young	Young Township		US	ND	021	87980	0	America/Chicago
5062608	Township of Ypsilanti	township-of-ypsilanti	Ypsilanti Township		US	ND	093	88060	0	America/Chicago
5062611	City of Zeeland	city-of-zeeland			US	ND	051	88180	86	America/Chicago
5062637	Township of Zion	township-of-zion	Zion Township		US	ND	095	88220	0	America/Chicago
5062718	Township of Adams	township-of-adams	Adams Township		US	NE	067	00275	0	America/Chicago
5062721	Township of Addison	township-of-addison	Addison Township		US	NE	107	00310	0	America/Chicago
5062801	Township of Albany	township-of-albany	Albany Township		US	NE	083	00520	0	America/Chicago
5062825	Township of Alda	township-of-alda	Alda Township		US	NE	079	00660	0	America/Chicago
5062862	Township of Alexis	township-of-alexis	Alexis Township		US	NE	023	00765	0	America/Chicago
5062869	Township of Algernon	township-of-algernon	Algernon Township		US	NE	041	00835	0	America/Chicago
5062910	City of Alma	city-of-alma			US	NE	083	00975	1133	America/Chicago
5062911	Township of Alma	township-of-alma	Alma Township		US	NE	083	01010	0	America/Chicago
5062983	Township of Anderson	township-of-anderson	Anderson Township		US	NE	173	01377	0	America/Chicago
5063020	Township of Ansley	township-of-ansley	Ansley Township		US	NE	041	01570	0	America/Chicago
5063047	Township of Antelope	township-of-antelope	Antelope Township		US	NE	061	01605	0	America/Chicago
5063048	Township of Antelope	township-of-antelope	Antelope Township		US	NE	089	01675	0	America/Chicago
5063057	Township of Antelope	township-of-antelope	Antelope Township		US	NE	083	01640	0	America/Chicago
5063141	Township of Arcadia	township-of-arcadia	Arcadia Township		US	NE	175	01885	0	America/Chicago
5063169	Township of Arizona	township-of-arizona	Arizona Township		US	NE	021	01955	0	America/Chicago
5063180	Township 7	township-7	Arlington Township,Township 7,Township of Arlington		US	NE	177	49131	0	America/Chicago
5063221	Township of Ash Grove	township-of-ash-grove	Ash Grove Township		US	NE	061	02270	0	America/Chicago
5063238	Township of Ashland	township-of-ashland	Ashland Township		US	NE	155	02340	0	America/Chicago
5063301	Township of Atkinson	township-of-atkinson	Atkinson Township		US	NE	089	02585	0	America/Chicago
5063399	Township of Ayr	township-of-ayr	Ayr Township		US	NE	001	02900	0	America/Chicago
5063464	Township of Bancroft	township-of-bancroft	Bancroft Township		US	NE	039	03022	0	America/Chicago
5063501	Township of Barneston	township-of-barneston	Barneston Township		US	NE	067	03110	0	America/Chicago
5063537	Township of Basin	township-of-basin	Basin Township		US	NE	015	03197	0	America/Chicago
5063595	Township of Bazile	township-of-bazile	Bazile Township		US	NE	003	03320	0	America/Chicago
5063668	City of Beatrice	city-of-beatrice			US	NE	067	03390	12459	America/Chicago
5063719	Township of Beaver	township-of-beaver	Beaver Township		US	NE	125	03460	0	America/Chicago
5063758	Township of Beemer	township-of-beemer	Beemer Township		US	NE	039	03670	0	America/Chicago
5063790	Township of Bell Creek	township-of-bell-creek	Bell Creek Township		US	NE	021	03845	0	America/Chicago
5063799	Township of Belle Prairie	township-of-belle-prairie	Belle Prairie Township		US	NE	059	03915	0	America/Chicago
5063803	Township of Belle	township-of-belle	Belle Township		US	NE	089	03880	0	America/Chicago
5063889	Township of Bennett	township-of-bennett	Bennett Township		US	NE	059	04335	0	America/Chicago
5063971	Township of Berwyn	township-of-berwyn	Berwyn Township		US	NE	041	04685	0	America/Chicago
5064183	Township of Bismark	township-of-bismark	Bismarck Township,Bismark Township,Township of Bismark		US	NE	039	05063	0	America/Chicago
5064184	Township of Bismark	township-of-bismark	Bismarck Township,Bismark Township,Township of Bismark		US	NE	141	05070	0	America/Chicago
5064210	Township of Blackbird	township-of-blackbird	Blackbird Township		US	NE	173	05122	0	America/Chicago
5064228	Township of Blaine	township-of-blaine	Blaine Township		US	NE	001	05210	0	America/Chicago
5064229	Township of Blaine	township-of-blaine	Blaine Township		US	NE	003	05245	0	America/Chicago
5064230	Township of Blaine	township-of-blaine	Blaine Township		US	NE	039	05280	0	America/Chicago
5064231	Township of Blaine	township-of-blaine	Blaine Township		US	NE	099	05315	0	America/Chicago
5064261	Township of Blakely	township-of-blakely	Blakely Township		US	NE	067	05420	0	America/Chicago
5064301	City of Bloomfield	city-of-bloomfield			US	NE	107	05455	1028	America/Chicago
5064340	Township of Blue Springs-Wymore	township-of-blue-springs-wymore	Blue Springs-Wymore Township		US	NE	067	05682	0	America/Chicago
5064399	Township of Bohemia	township-of-bohemia	Bohemia Township		US	NE	107	05735	0	America/Chicago
5064400	Township of Bohemia	township-of-bohemia	Bohemia Township		US	NE	155	05770	0	America/Chicago
5064423	Township of Bone Creek	township-of-bone-creek	Bone Creek Township		US	NE	023	05805	0	America/Chicago
5064618	Township of Bristow	township-of-bristow	Bristow Township		US	NE	015	06435	0	America/Chicago
5064652	City of Broken Bow	city-of-broken-bow			US	NE	041	06610	3559	America/Chicago
5064653	Township of Broken Bow	township-of-broken-bow	Broken Bow Township		US	NE	041	06645	0	America/Chicago
5064794	Township of Bryan	township-of-bryan	Bryan Township		US	NE	173	06907	0	America/Chicago
5064796	Township of Bryant	township-of-bryant	Bryant Township		US	NE	059	06925	0	America/Chicago
5064904	Township of Burnett	township-of-burnett	Burnett Township		US	NE	003	07170	0	America/Chicago
5064924	Township of Burrows	township-of-burrows	Burrows Township		US	NE	141	07275	0	America/Chicago
5064954	Township of Bush	township-of-bush	Bush Township		US	NE	015	07380	0	America/Chicago
5064971	Township of Butler	township-of-butler	Butler Township		US	NE	141	07450	0	America/Chicago
5064983	Township of Butte	township-of-butte	Butte Township		US	NE	015	07520	0	America/Chicago
5065124	Township of Cameron	township-of-cameron	Cameron Township		US	NE	079	07800	0	America/Chicago
5065366	Township of Cedar	township-of-cedar	Cedar Township		US	NE	003	08045	0	America/Chicago
5065369	Township of Cedar	township-of-cedar	Cedar Township		US	NE	125	08115	0	America/Chicago
5065411	Township of Center	township-of-center	Center Township		US	NE	023	08290	0	America/Chicago
5065414	Township of Center	township-of-center	Center Township		US	NE	079	08325	0	America/Chicago
5065417	Township of Center	township-of-center	Center Township		US	NE	155	08430	0	America/Chicago
5065428	City of Central City	city-of-central-city	Central City,City of Central City		US	NE	121	08535	2934	America/Chicago
5065479	Township of Central	township-of-central	Central Township		US	NE	107	08465	0	America/Chicago
5065480	Township of Central	township-of-central	Central Township		US	NE	121	08500	0	America/Chicago
5065507	Township of Chambers	township-of-chambers	Chambers Township		US	NE	089	08710	0	America/Chicago
5065531	Township of Chapman	township-of-chapman	Chapman Township		US	NE	121	08815	0	America/Chicago
5065532	Township of Chapman	township-of-chapman	Chapman Township		US	NE	155	08850	0	America/Chicago
5065550	Township of Chelsea	township-of-chelsea	Chelsea Township		US	NE	059	08955	0	America/Chicago
5065571	Township of Chester	township-of-chester	Chester Township		US	NE	155	09060	0	America/Chicago
5065763	Township of Clark	township-of-clark	Clark Township		US	NE	051	09130	0	America/Chicago
5065792	Township of Clarksville	township-of-clarksville	Clarksville Township		US	NE	121	09235	0	America/Chicago
5065816	Township of Clatonia	township-of-clatonia	Clatonia Township		US	NE	067	09305	0	America/Chicago
5065827	City of Clay Center	city-of-clay-center			US	NE	035	09375	760	America/Chicago
5065855	Township of Clear Creek	township-of-clear-creek	Clear Creek Township		US	NE	155	09410	0	America/Chicago
5065871	Township of Clearwater	township-of-clearwater	Clearwater Township		US	NE	003	09480	0	America/Chicago
5065883	Township of Cleveland	township-of-cleveland	Cleveland Township		US	NE	039	09515	0	America/Chicago
5065884	Township of Cleveland	township-of-cleveland	Cleveland Township		US	NE	089	09550	0	America/Chicago
5065886	Township of Cleveland	township-of-cleveland	Cleveland Township		US	NE	107	09585	0	America/Chicago
5065891	Township of Cliff	township-of-cliff	Cliff Township		US	NE	041	09620	0	America/Chicago
5065941	Township of Coleman	township-of-coleman	Coleman Township		US	NE	089	09830	0	America/Chicago
5065998	Township of Columbia	township-of-columbia	Columbia Township		US	NE	107	10075	0	America/Chicago
5066026	City of Columbus	city-of-columbus			US	NE	141	10110	22111	America/Chicago
5066027	Township of Columbus	township-of-columbus	Columbus Township		US	NE	141	10145	0	America/Chicago
5066086	Township of Comstock	township-of-comstock	Comstock Township		US	NE	041	10215	0	America/Chicago
5066091	Township of Concord	township-of-concord	Concord Township		US	NE	051	10285	0	America/Chicago
5066121	Township of Conley	township-of-conley	Conley Township		US	NE	089	10320	0	America/Chicago
5066194	Township of Corner	township-of-corner	Corner Township		US	NE	041	10530	0	America/Chicago
5066226	Township of Cosmo	township-of-cosmo	Cosmo Township		US	NE	099	10670	0	America/Chicago
5066241	Township of Cotterell	township-of-cotterell	Cotterell Township		US	NE	053	10775	0	America/Chicago
5066297	Township of Cottonwood	township-of-cottonwood	Cottonwood Township		US	NE	001	10810	0	America/Chicago
5066298	Township of Cottonwood	township-of-cottonwood	Cottonwood Township		US	NE	125	10845	0	America/Chicago
5066344	Township of Council Creek	township-of-council-creek	Council Creek Township		US	NE	125	10915	0	America/Chicago
5066386	Township of Craig	township-of-craig	Craig Township		US	NE	021	11125	0	America/Chicago
5066391	Township of Crawford	township-of-crawford	Crawford Township		US	NE	003	11160	0	America/Chicago
5066422	City of Creighton	city-of-creighton			US	NE	107	11230	1154	America/Chicago
5066423	Township of Creighton	township-of-creighton	Creighton Township		US	NE	107	11265	0	America/Chicago
5066430	Township of Creston	township-of-creston	Creston Township		US	NE	141	11335	0	America/Chicago
5066471	City of Crofton	city-of-crofton			US	NE	107	11440	726	America/Chicago
5066582	Township of Cuming	township-of-cuming	Cuming Township,Cumming Township,Township of Cuming		US	NE	053	11720	0	America/Chicago
5066602	Township of Cuming	township-of-cuming	Cuming Township		US	NE	039	11685	0	America/Chicago
5066614	Township of Custer	township-of-custer	Custer Township		US	NE	003	11895	0	America/Chicago
5066615	Township of Custer	township-of-custer	Custer Township		US	NE	041	11930	0	America/Chicago
5066635	Township of Daily	township-of-daily	Daily Township		US	NE	051	11965	0	America/Chicago
5066699	City of David City	city-of-david-city	City of David City,David City		US	NE	023	12315	2906	America/Chicago
5066728	Township of Davis Creek	township-of-davis-creek	Davis Creek Township		US	NE	175	12385	0	America/Chicago
5066736	Township of Dawes	township-of-dawes	Dawes Township		US	NE	173	12402	0	America/Chicago
5066772	Township 2	township-2	De Soto Township,Township 2,Township of De Soto		US	NE	177	49126	0	America/Chicago
5066810	Township of Decatur	township-of-decatur	Decatur Township		US	NE	021	12560	0	America/Chicago
5066851	Township of Delight	township-of-delight	Delight Township		US	NE	041	12630	0	America/Chicago
5066854	Township of Deloit	township-of-deloit	Deloit Township		US	NE	089	12700	0	America/Chicago
5066879	Township of Denver	township-of-denver	Denver Township		US	NE	001	12805	0	America/Chicago
5067063	Township of Dolphin	township-of-dolphin	Dolphin Township		US	NE	107	13330	0	America/Chicago
5067082	Township of Doniphan	township-of-doniphan	Doniphan Township		US	NE	079	13400	0	America/Chicago
5067122	Township of Douglas Grove	township-of-douglas-grove	Douglas Grove Township		US	NE	041	13575	0	America/Chicago
5067127	Township of Douglas	township-of-douglas	Douglas Township		US	NE	155	13540	0	America/Chicago
5067132	Township of Dowling	township-of-dowling	Dowling Township		US	NE	107	13645	0	America/Chicago
5067261	Township of Dustin	township-of-dustin	Dustin Township		US	NE	089	14030	0	America/Chicago
5067322	Township of East Bloomington	township-of-east-bloomington	Bloomington Township,East Bloomington Township,Township of East Bloomington		US	NE	061	14145	0	America/Chicago
5067353	Township of East Custer	township-of-east-custer	East Custer Township		US	NE	041	14170	0	America/Chicago
5067370	Township of East Newman	township-of-east-newman	East Newman Township		US	NE	125	14240	0	America/Chicago
5067397	Township of Eastern	township-of-eastern	Eastern Township		US	NE	107	14205	0	America/Chicago
5067407	Township of Eaton	township-of-eaton	Eaton Township		US	NE	099	14345	0	America/Chicago
5067429	Township of Eden	township-of-eden	Eden Township		US	NE	003	14415	0	America/Chicago
5067442	Township of Edgar	township-of-edgar	Edgar Township		US	NE	035	14485	0	America/Chicago
5067502	Township of Eldorado	township-of-eldorado	Eldorado Township		US	NE	035	14660	0	America/Chicago
5067503	Township of Eldorado	township-of-eldorado	Eldorado Township,Lewisburg Township,Township of Eldorado		US	NE	083	14695	0	America/Chicago
5067516	Township of Elgin	township-of-elgin	Elgin Township		US	NE	003	14765	0	America/Chicago
5067536	Township of Elk Creek	township-of-elk-creek	Elk Creek Township		US	NE	041	14940	0	America/Chicago
5067544	Township of Elk	township-of-elk	Elk Township		US	NE	155	14870	0	America/Chicago
5067572	Township of Elkhorn	township-of-elkhorn	Elkhorn Township		US	NE	039	15010	0	America/Chicago
5067573	Township of Elkhorn	township-of-elkhorn	Elkhorn Township		US	NE	053	15045	0	America/Chicago
5067587	Township of Ellsworth	township-of-ellsworth	Ellsworth Township		US	NE	003	15185	0	America/Chicago
5067615	Township of Elm	township-of-elm	Elm Township		US	NE	003	15255	0	America/Chicago
5067616	Township of Elm	township-of-elm	Elm Township		US	NE	067	15290	0	America/Chicago
5067666	Township of Elyria	township-of-elyria	Elyria Township		US	NE	175	15640	0	America/Chicago
5067689	Township of Emerson	township-of-emerson	Emerson Township		US	NE	051	15745	0	America/Chicago
5067690	Township of Emerson	township-of-emerson	Emerson Township		US	NE	083	15780	0	America/Chicago
5067716	Township of Emmet	township-of-emmet	Emmet Township,Emmett Township,Township of Emmet		US	NE	089	15850	0	America/Chicago
5067739	Township of Enterprise	township-of-enterprise	Enterprise Township		US	NE	175	15990	0	America/Chicago
5067780	Township of Eureka	township-of-eureka	Eureka Township		US	NE	175	16130	0	America/Chicago
5067831	Township of Everett	township-of-everett	Everett Township		US	NE	021	16200	0	America/Chicago
5067832	Township of Everett	township-of-everett	Everett Township		US	NE	053	16235	0	America/Chicago
5067856	Township of Ewing	township-of-ewing	Ewing Township		US	NE	089	16305	0	America/Chicago
5067870	Township of Exeter-Fairmont Consolidated	township-of-exeter-fairmont-consolidated	Exeter Township,Exeter-Fairmont Consolidated Township,Fairmont Township,Township of Exeter-Fairmont Consolidated		US	NE	059	16395	0	America/Chicago
5067927	Township of Fairfield	township-of-fairfield	Fairfield Township		US	NE	035	16480	0	America/Chicago
5067928	Township of Fairfield	township-of-fairfield	Fairfield Township		US	NE	083	16515	0	America/Chicago
5067988	Township of Fairview	township-of-fairview	Fairview Township		US	NE	089	16620	0	America/Chicago
5068221	Township of Filley	township-of-filley	Filley Township		US	NE	067	16865	0	America/Chicago
5068521	Township of Flournoy	township-of-flournoy	Flournoy Township		US	NE	173	17022	0	America/Chicago
5068532	Township 6	township-6	Fontanelle Township,Township 6,Township of Fontanelle		US	NE	177	49130	0	America/Chicago
5068578	Township 1	township-1	Calhoun Township,Fort Calhoun Township,Township 1,Township of Calhoun,Township of Fort Calhoun		US	NE	177	49125	0	America/Chicago
5068633	Township of Francis	township-of-francis	Francis Township		US	NE	089	17390	0	America/Chicago
5068639	Township of Frankfort	township-of-frankfort	Frankfort Township		US	NE	107	17425	0	America/Chicago
5068676	City of Franklin	city-of-franklin			US	NE	061	17530	1000	America/Chicago
5068677	Township of Franklin	township-of-franklin	Franklin Township		US	NE	023	17460	0	America/Chicago
5068678	Township of Franklin	township-of-franklin	Franklin Township		US	NE	059	17495	0	America/Chicago
5068753	City of Fremont	city-of-fremont			US	NE	053	17670	26397	America/Chicago
5068760	Township of Frenchtown	township-of-frenchtown	Frenchtown Township		US	NE	003	17740	0	America/Chicago
5068826	City of Fullerton	city-of-fullerton			US	NE	125	17810	1307	America/Chicago
5068827	Township of Fullerton	township-of-fullerton	Fullerton Township		US	NE	125	17845	0	America/Chicago
5068865	Township of Galena	township-of-galena	Galena Township		US	NE	051	17915	0	America/Chicago
5068901	Township of Garfield	township-of-garfield	Garfield Township		US	NE	003	18055	0	America/Chicago
5068903	Township of Garfield	township-of-garfield	Garfield Township		US	NE	039	18125	0	America/Chicago
5068904	Township of Garfield	township-of-garfield	Garfield Township		US	NE	041	18160	0	America/Chicago
5068965	Township of Geneva	township-of-geneva	Geneva Township		US	NE	059	18440	0	America/Chicago
5068978	City of Genoa	city-of-genoa			US	NE	125	18475	1003	America/Chicago
5068979	Township of Genoa	township-of-genoa	Genoa Township		US	NE	125	18510	0	America/Chicago
5068996	Township of Geranium	township-of-geranium	Geranium Township		US	NE	175	18545	0	America/Chicago
5069107	Township of Glengary	township-of-glengary	Glengary Township		US	NE	059	18965	0	America/Chicago
5069121	Township of Glenvil	township-of-glenvil	Glenvil Township		US	NE	035	19105	0	America/Chicago
5069129	Township of Glenwood	township-of-glenwood	Glenwood Township		US	NE	067	19175	0	America/Chicago
5069153	Township of Golden	township-of-golden	Golden Township		US	NE	089	19280	0	America/Chicago
5069290	Township of Grafton	township-of-grafton	Grafton Township		US	NE	059	19490	0	America/Chicago
5069324	City of Grand Island	city-of-grand-island			US	NE	079	19595	48520	America/Chicago
5069326	Township of Grand Prairie	township-of-grand-prairie	Grand Prairie Township		US	NE	141	19630	0	America/Chicago
5069354	Township of Grant	township-of-grant	Grant Township		US	NE	003	19665	0	America/Chicago
5069357	Township of Grant	township-of-grant	Grant Township		US	NE	039	19735	0	America/Chicago
5069358	Township of Grant	township-of-grant	Grant Township		US	NE	041	19770	0	America/Chicago
5069360	Township of Grant	township-of-grant	Grant Township		US	NE	061	19805	0	America/Chicago
5069361	Township of Grant	township-of-grant	Grant Township		US	NE	067	19840	0	America/Chicago
5069363	Township of Grant	township-of-grant	Grant Township		US	NE	099	19875	0	America/Chicago
5069366	Township of Granville	township-of-granville	Granville Township		US	NE	141	19945	0	America/Chicago
5069369	Township of Grattan	township-of-grattan	Grattan Township		US	NE	089	19980	0	America/Chicago
5069420	Township of Green Valley	township-of-green-valley	Green Valley Township		US	NE	089	20155	0	America/Chicago
5069422	Township of Green	township-of-green	Green Township		US	NE	155	20085	0	America/Chicago
5069611	Township of Hamilton	township-of-hamilton	Hamilton Township		US	NE	059	20715	0	America/Chicago
5069638	Township of Hanover	township-of-hanover	Hanover Township		US	NE	001	20855	0	America/Chicago
5069639	Township of Hanover	township-of-hanover	Hanover Township		US	NE	067	20890	0	America/Chicago
5069745	Township of Harrison	township-of-harrison	Harrison Township		US	NE	079	21135	0	America/Chicago
5069746	Township of Harrison	township-of-harrison	Harrison Township		US	NE	107	21170	0	America/Chicago
5069786	Township of Harvard	township-of-harvard	Harvard Township		US	NE	035	21380	0	America/Chicago
5069825	City of Hastings	city-of-hastings			US	NE	001	21415	24907	America/Chicago
5069859	Township of Hayes	township-of-hayes	Hayes Township		US	NE	099	21625	0	America/Chicago
5070031	Township 5	township-5	Herman Township,Township 5,Township of Herman		US	NE	177	49129	0	America/Chicago
5070034	Township of Herrick	township-of-herrick	Herrick Township		US	NE	107	22255	0	America/Chicago
5070109	Township of Highland	township-of-highland	Highland Township		US	NE	001	22360	0	America/Chicago
5070110	Township of Highland	township-of-highland	Highland Township		US	NE	067	22395	0	America/Chicago
5070174	Township of Hill	township-of-hill	Hill Township		US	NE	107	22465	0	America/Chicago
5070275	Township of Holt Creek	township-of-holt-creek	Holt Creek Township		US	NE	089	22885	0	America/Chicago
5070277	Township of Holt	township-of-holt	Holt Township		US	NE	067	22850	0	America/Chicago
5070350	Township of Hooker	township-of-hooker	Hooker Township		US	NE	051	22955	0	America/Chicago
5070351	Township of Hooker	township-of-hooker	Hooker Township		US	NE	067	22990	0	America/Chicago
5070366	Township of Hooper	township-of-hooper	Hooper Township		US	NE	053	23060	0	America/Chicago
5070549	Township of Humphrey	township-of-humphrey	Humphrey Township		US	NE	141	23515	0	America/Chicago
5070674	Township of Independent	township-of-independent	Independent Township		US	NE	175	23760	0	America/Chicago
5070777	Township of Inland	township-of-inland	Inland Township		US	NE	035	24040	0	America/Chicago
5070786	Township of Inman	township-of-inman	Inman Township		US	NE	089	24110	0	America/Chicago
5070871	Township of Iowa	township-of-iowa	Iowa Township		US	NE	089	24145	0	America/Chicago
5070884	Township of Island Grove	township-of-island-grove	Island Grove Township		US	NE	067	24250	0	America/Chicago
5070925	Township of Jackson	township-of-jackson	Jackson Township		US	NE	079	24390	0	America/Chicago
5070990	Township of Jefferson	township-of-jefferson	Jefferson Township		US	NE	107	24600	0	America/Chicago
5071111	Township of Joliet	township-of-joliet	Joliet Township		US	NE	141	24775	0	America/Chicago
5071139	Township of Josie	township-of-josie	Josie Township		US	NE	089	24810	0	America/Chicago
5071171	Township of Juniata	township-of-juniata	Juniata Township		US	NE	001	24985	0	America/Chicago
5071428	Township of Kenesaw	township-of-kenesaw	Kenesaw Township		US	NE	001	25195	0	America/Chicago
5071480	Township of Kilfoil	township-of-kilfoil	Kilfail Township,Kilfoil Township,Township of Kilfoil		US	NE	041	25370	0	America/Chicago
5071711	Township of Lake	township-of-lake	Lake Township		US	NE	079	25930	0	America/Chicago
5071712	Township of Lake	township-of-lake	Lake Township		US	NE	089	25965	0	America/Chicago
5071853	Township of Leicester	township-of-leicester	Leicester Township		US	NE	035	26525	0	America/Chicago
5071893	Township of Leshara	township-of-leshara	Leshara Township		US	NE	155	26665	0	America/Chicago
5071925	Township of Lewis	township-of-lewis	Lewis Township		US	NE	035	26840	0	America/Chicago
5071971	Township of Liberty	township-of-liberty	Liberty Township		US	NE	059	26945	0	America/Chicago
5071972	Township of Liberty	township-of-liberty	Liberty Township		US	NE	067	27015	0	America/Chicago
5071973	Township of Liberty	township-of-liberty	Liberty Township		US	NE	099	27050	0	America/Chicago
5071976	Township of Liberty	township-of-liberty	Liberty Township		US	NE	175	27085	0	America/Chicago
5072020	Township of Lillian	township-of-lillian	Lillian Township		US	NE	041	27120	0	America/Chicago
5072070	Township of Lincoln	township-of-lincoln	Lincoln Township		US	NE	003	27155	0	America/Chicago
5072072	Township of Lincoln	township-of-lincoln	Lincoln Township		US	NE	039	27190	0	America/Chicago
5072074	Township of Lincoln	township-of-lincoln	Lincoln Township		US	NE	061	27225	0	America/Chicago
5072076	Township of Lincoln	township-of-lincoln	Lincoln Township		US	NE	067	27260	0	America/Chicago
5072080	Township of Lincoln	township-of-lincoln	Lincoln Township		US	NE	099	27295	0	America/Chicago
5072081	Township of Lincoln	township-of-lincoln	Lincoln Township		US	NE	107	27330	0	America/Chicago
5072110	Township of Linwood	township-of-linwood	Linwood Township		US	NE	023	28280	0	America/Chicago
5072138	Township of Little Blue	township-of-little-blue	Little Blue Township		US	NE	001	28385	0	America/Chicago
5072228	Township of Logan	township-of-logan	Logan Township		US	NE	001	28490	0	America/Chicago
5072229	Township of Logan	township-of-logan	Logan Township		US	NE	003	28525	0	America/Chicago
5072231	Township of Logan	township-of-logan	Logan Township		US	NE	021	28595	0	America/Chicago
5072232	Township of Logan	township-of-logan	Logan Township		US	NE	035	28630	0	America/Chicago
5072233	Township of Logan	township-of-logan	Logan Township		US	NE	039	28665	0	America/Chicago
5072235	Township of Logan	township-of-logan	Logan Township		US	NE	051	28700	0	America/Chicago
5072236	Township of Logan	township-of-logan	Logan Township		US	NE	053	28735	0	America/Chicago
5072238	Township of Logan	township-of-logan	Logan Township		US	NE	067	28805	0	America/Chicago
5072241	Township of Logan	township-of-logan	Logan Township		US	NE	099	28840	0	America/Chicago
5072242	Township of Logan	township-of-logan	Logan Township		US	NE	107	28875	0	America/Chicago
5072272	Township of Lone Tree	township-of-lone-tree	Lone Tree Township		US	NE	035	28980	0	America/Chicago
5072273	Township of Lone Tree	township-of-lone-tree	Lone Tree Township		US	NE	121	29015	0	America/Chicago
5072356	Township of Lost Creek	township-of-lost-creek	Lost Creek Township		US	NE	141	29225	0	America/Chicago
5072393	Township of Loup Ferry	township-of-loup-ferry	Loup Ferry Township		US	NE	125	29540	0	America/Chicago
5072405	Township of Loup	township-of-loup	Loup Township		US	NE	041	29365	0	America/Chicago
5072406	Township of Loup	township-of-loup	Loup Township		US	NE	121	29400	0	America/Chicago
5072407	Township of Loup	township-of-loup	Loup Township		US	NE	141	29435	0	America/Chicago
5072423	Township of Lowell	township-of-lowell	Lowell Township		US	NE	099	29610	0	America/Chicago
5072491	Township of Lynch	township-of-lynch	Lynch Township		US	NE	015	29785	0	America/Chicago
5072495	Township of Lynn	township-of-lynn	Lynn Township		US	NE	035	29820	0	America/Chicago
5072527	Township of Macon	township-of-macon	Macon Township		US	NE	061	30135	0	America/Chicago
5072553	Township of Madison	township-of-madison	Madison Township		US	NE	059	30205	0	America/Chicago
5072649	Township of Maple	township-of-maple	Maple Township		US	NE	053	30450	0	America/Chicago
5072657	Township of Marble	township-of-marble	Marble Township		US	NE	155	30555	0	America/Chicago
5072669	Township of Marietta	township-of-marietta	Marietta Township		US	NE	155	30590	0	America/Chicago
5072672	Township of Marion	township-of-marion	Marion Township		US	NE	061	30625	0	America/Chicago
5072673	Township of Mariposa	township-of-mariposa	Mariposa Township		US	NE	155	30695	0	America/Chicago
5072689	Township of Marshall	township-of-marshall	Marshall Township		US	NE	035	30765	0	America/Chicago
5072703	Township of Martin	township-of-martin	Martin Township		US	NE	079	30870	0	America/Chicago
5072760	Township of May	township-of-may	May Township		US	NE	099	31255	0	America/Chicago
5072766	Township of Mayfield	township-of-mayfield	Mayfield Township		US	NE	079	31290	0	America/Chicago
5072790	Township of McClure	township-of-mcclure	McClure Township		US	NE	089	29890	0	America/Chicago
5072799	Township of McCulley	township-of-mcculley	McCulley Township		US	NE	015	29995	0	America/Chicago
5072847	Township of Mead	township-of-mead	Mead Township		US	NE	121	31360	0	America/Chicago
5072983	Township of Merry	township-of-merry	Merry Township		US	NE	173	31832	0	America/Chicago
5073018	Township of Michigan	township-of-michigan	Michigan Township		US	NE	175	31850	0	America/Chicago
5073071	Township of Midland	township-of-midland	Midland Township		US	NE	067	31920	0	America/Chicago
5073072	Township of Midland	township-of-midland	Midland Township		US	NE	121	31955	0	America/Chicago
5073119	Township of Milburn	township-of-milburn	Milburn Township		US	NE	041	32025	0	America/Chicago
5073192	Township of Miller	township-of-miller	Miller Township		US	NE	107	32165	0	America/Chicago
5073247	Township of Mirage	township-of-mirage	Mirage Township		US	NE	099	32375	0	America/Chicago
5073294	Township of Momence	township-of-momence	Momence Township		US	NE	059	32515	0	America/Chicago
5073318	Township of Monroe	township-of-monroe	Monroe Township		US	NE	141	32620	0	America/Chicago
5073333	Township of Monterey	township-of-monterey	Monterey Township		US	NE	039	32690	0	America/Chicago
5073386	Township of Morse Bluff	township-of-morse-bluff	Morse Bluff Township		US	NE	155	32900	0	America/Chicago
5073394	Township of Morton	township-of-morton	Morton Township		US	NE	015	32935	0	America/Chicago
5073395	Township of Morton	township-of-morton	Morton Township		US	NE	107	32970	0	America/Chicago
5073539	Township of Mullally	township-of-mullally	Mullalley Township,Mullally Township,Township of Mullally		US	NE	083	33180	0	America/Chicago
5073552	Township of Mullen	township-of-mullen	Mullen Township		US	NE	015	33215	0	America/Chicago
5073593	Township of Myrtle	township-of-myrtle	Myrtle Township		US	NE	041	33495	0	America/Chicago
5073749	City of Neligh	city-of-neligh			US	NE	003	33775	1599	America/Chicago
5073750	Township of Neligh	township-of-neligh	Neligh Township		US	NE	003	33810	0	America/Chicago
5073751	Township of Neligh	township-of-neligh	Neligh Township		US	NE	039	33845	0	America/Chicago
5073796	Township of Nemaha	township-of-nemaha	Nemaha Township		US	NE	067	33915	0	America/Chicago
5073868	Township of Newark	township-of-newark	Newark Township		US	NE	099	34055	0	America/Chicago
5073875	Township of Newcastle	township-of-newcastle	New Castle Township,Newcastle Township,Township of Newcastle		US	NE	051	34125	0	America/Chicago
5073888	City of Newman Grove	city-of-newman-grove			US	NE	119	92103	721	America/Chicago
5073890	Township of Newman	township-of-newman	Newman Township		US	NE	155	34195	0	America/Chicago
5073913	Township of Nickerson	township-of-nickerson	Nickerson Township		US	NE	053	34335	0	America/Chicago
5073944	Township of Niobrara	township-of-niobrara	Niobrara Township		US	NE	107	34405	0	America/Chicago
5073950	Township of Noble	township-of-noble	Noble Township		US	NE	175	34475	0	America/Chicago
5074025	City of North Bend	city-of-north-bend			US	NE	053	34720	1177	America/Chicago
5074052	Township of North Cedar	township-of-north-cedar	North Cedar Township		US	NE	155	34755	0	America/Chicago
5074079	Township of North Frankfort	township-of-north-frankfort	North Frankfort Township		US	NE	107	34765	0	America/Chicago
5074080	Township of North Franklin	township-of-north-franklin	North Franklin Township		US	NE	061	34790	0	America/Chicago
5074102	Township of North Loup	township-of-north-loup	North Loup Township		US	NE	175	34860	0	America/Chicago
5074250	City of O'Neill	city-of-o-neill			US	NE	089	37105	3705	America/Chicago
5074274	Township of Oak Creek	township-of-oak-creek	Oak Creek Township		US	NE	023	35280	0	America/Chicago
5074275	Township of Oak Creek	township-of-oak-creek	Oak Creek Township		US	NE	155	35315	0	America/Chicago
5074328	Township of Oakdale	township-of-oakdale	Oakdale Township		US	NE	003	35420	0	America/Chicago
5074344	City of Oakland	city-of-oakland			US	NE	021	35490	1244	America/Chicago
5074345	Township of Oakland	township-of-oakland	Oakland Township		US	NE	021	35525	0	America/Chicago
5074358	Township of Oconee	township-of-oconee	Oconee Township		US	NE	141	35630	0	America/Chicago
5074456	Township of Olive	township-of-olive	Olive Township		US	NE	023	36120	0	America/Chicago
5074534	Township of Omaha	township-of-omaha	Omaha Township		US	NE	173	37017	0	America/Chicago
5074541	Township of Oneida	township-of-oneida	Oneida Township		US	NE	099	37070	0	America/Chicago
5074579	Township of Ord	township-of-ord	Ord Township		US	NE	003	37245	0	America/Chicago
5074580	Township of Ord	township-of-ord	Ord Township		US	NE	175	37315	0	America/Chicago
5074594	Township of Orleans	township-of-orleans	Orleans Township		US	NE	083	37455	0	America/Chicago
5074663	Township of Ottercreek	township-of-ottercreek	Ottercreek Township,Township of Otter Creek,Township of Ottercreek		US	NE	051	37665	0	America/Chicago
5074749	Township of Paddock	township-of-paddock	Paddock Township		US	NE	067	37980	0	America/Chicago
5074750	Township of Paddock	township-of-paddock	Paddock Township		US	NE	089	38015	0	America/Chicago
5074980	Township of Pender	township-of-pender	Pender Township		US	NE	173	38767	0	America/Chicago
5074984	Township of Pebble	township-of-pebble	Pebble Township		US	NE	053	38645	0	America/Chicago
5074991	Township of Peoria	township-of-peoria	Peoria Township		US	NE	107	38855	0	America/Chicago
5075005	Township of Perry	township-of-perry	Perry Township		US	NE	173	38907	0	America/Chicago
5075013	Township of Pershing	township-of-pershing	Pershing Township		US	NE	021	38925	0	America/Chicago
5075337	Township of Platte	township-of-platte	Platte Township		US	NE	023	39240	0	America/Chicago
5075339	Township of Platte	township-of-platte	Platte Township		US	NE	053	39275	0	America/Chicago
5075457	Township of Pleasant Valley	township-of-pleasant-valley	Pleasant Valley Township		US	NE	053	39485	0	America/Chicago
5075482	Township of Pleasant View	township-of-pleasant-view	Pleasant View Township		US	NE	089	39520	0	America/Chicago
5075570	Township of Plum Creek	township-of-plum-creek	Plum Creek Township		US	NE	023	39555	0	America/Chicago
5075594	Township of Pohocco	township-of-pohocco	Pohocco Township		US	NE	155	39625	0	America/Chicago
5075640	City of Ponca	city-of-ponca			US	NE	051	39695	961	America/Chicago
5075641	Township of Ponca	township-of-ponca	Ponca Township		US	NE	051	39730	0	America/Chicago
5075718	Township of Prairie Creek	township-of-prairie-creek	Prairie Creek Township		US	NE	079	40080	0	America/Chicago
5075719	Township of Prairie Creek	township-of-prairie-creek	Prairie Creek Township		US	NE	121	40150	0	America/Chicago
5075720	Township of Prairie Creek	township-of-prairie-creek	Prairie Creek Township		US	NE	125	40185	0	America/Chicago
5075724	Township of Prairie Dog	township-of-prairie-dog	Prairie Dog Township		US	NE	083	40220	0	America/Chicago
5075739	Township of Prairie Island	township-of-prairie-island	Prairie Island Township		US	NE	121	40272	0	America/Chicago
5075938	Township of Quinnebaugh	township-of-quinnebaugh	Quinnebaugh Township		US	NE	021	40500	0	America/Chicago
5076049	Township of Raymond	township-of-raymond	Raymond Township		US	NE	107	40745	0	America/Chicago
5076050	Township of Read	township-of-read	Read Township		US	NE	023	40815	0	America/Chicago
5076051	Township of Reading	township-of-reading	Reading Township		US	NE	023	40850	0	America/Chicago
5076149	Township of Republican City	township-of-republican-city	Republican City Township,Republican Township,Township of Republican,Township of Republican City		US	NE	083	41165	0	America/Chicago
5076166	Township of Reuben	township-of-reuben	Reuben Township		US	NE	083	41200	0	America/Chicago
5076199	Township of Richardson	township-of-richardson	Richardson Township		US	NE	023	41250	0	America/Chicago
5076225	Township of Richland	township-of-richland	Richland Township		US	NE	155	41392	0	America/Chicago
5076234	Township of Ridgeley	township-of-ridgeley	Ridgeley Township		US	NE	053	41410	0	America/Chicago
5076297	Township of Riverside	township-of-riverside	Riverside Township		US	NE	021	41585	0	America/Chicago
5076298	Township of Riverside	township-of-riverside	Riverside Township		US	NE	067	41620	0	America/Chicago
5076408	Township of Rock Creek	township-of-rock-creek	Rock Creek Township		US	NE	155	41900	0	America/Chicago
5076410	Township of Rock Falls	township-of-rock-falls	Rock Falls Township		US	NE	089	41935	0	America/Chicago
5076427	Township of Rockford	township-of-rockford	Rockford Township		US	NE	067	42040	0	America/Chicago
5076532	Township of Roseland	township-of-roseland	Roseland Township		US	NE	001	42390	0	America/Chicago
5076580	Township of Royal	township-of-royal	Royal Township		US	NE	003	42530	0	America/Chicago
5076630	Township of Ryno	township-of-ryno	Ryno Township		US	NE	041	42880	0	America/Chicago
5076744	Township of Saint Bernard	township-of-saint-bernard	Saint Bernard Township,St. Bernard Township		US	NE	141	42950	0	America/Chicago
5076770	Township of Saint Charles	township-of-saint-charles	Saint Charles Township,St. Charles Township		US	NE	039	42985	0	America/Chicago
5077502	Township of Salem	township-of-salem	Salem Township		US	NE	061	43335	0	America/Chicago
5077628	Township of Sand Creek	township-of-sand-creek	Sand Creek Township		US	NE	089	43440	0	America/Chicago
5077666	Township of Sappa	township-of-sappa	Sappa Township		US	NE	083	43580	0	America/Chicago
5077670	Township of Saratoga	township-of-saratoga	Saratoga Township		US	NE	089	43615	0	America/Chicago
5077688	Township of Sargent	township-of-sargent	Sargent Township		US	NE	041	43720	0	America/Chicago
5077720	Township of Savannah	township-of-savannah	Savanah Township,Savannah Township,Township of Savannah		US	NE	023	43860	0	America/Chicago
5077727	Township of Scandinavia	township-of-scandinavia	Scandinavia Township		US	NE	083	43895	0	America/Chicago
5077785	Township of School Creek	township-of-school-creek	School Creek Township		US	NE	035	44000	0	America/Chicago
5078694	Township of Scott	township-of-scott	Scott Township		US	NE	089	44175	0	America/Chicago
5078716	City of Scribner	city-of-scribner			US	NE	053	44280	857	America/Chicago
5078836	Township of Shamrock	township-of-shamrock	Shamrock Township		US	NE	089	44525	0	America/Chicago
5078876	Township of Shell Creek	township-of-shell-creek	Shell Creek Township		US	NE	141	44665	0	America/Chicago
5078898	Township of Sheridan	township-of-sheridan	Sheridan Township		US	NE	035	44770	0	America/Chicago
5078899	Township of Sheridan	township-of-sheridan	Sheridan Township		US	NE	089	44805	0	America/Chicago
5078920	Township of Sherman	township-of-sherman	Sherman Township		US	NE	003	44875	0	America/Chicago
5078921	Township of Sherman	township-of-sherman	Sherman Township		US	NE	039	44910	0	America/Chicago
5078922	Township of Sherman	township-of-sherman	Sherman Township		US	NE	067	44945	0	America/Chicago
5078923	Township of Sherman	township-of-sherman	Sherman Township		US	NE	099	44980	0	America/Chicago
5078925	Township of Sherman	township-of-sherman	Sherman Township		US	NE	141	45015	0	America/Chicago
5078935	Township of Shields	township-of-shields	Shields Township		US	NE	089	45120	0	America/Chicago
5078966	Township of Sicily	township-of-sicily	Sicily Township		US	NE	067	45260	0	America/Chicago
5078995	Township of Silver Creek	township-of-silver-creek	Silver Creek Township		US	NE	021	45330	0	America/Chicago
5078996	Township of Silver Creek	township-of-silver-creek	Silver Creek Township		US	NE	121	45435	0	America/Chicago
5079001	Township of Silver Lake	township-of-silver-lake	Silver Lake Township		US	NE	001	45470	0	America/Chicago
5079014	Township of Silvercreek	township-of-silvercreek	Silvercreek Township,Township of Silver Creek,Township of Silvercreek		US	NE	051	45365	0	America/Chicago
5079050	Township of Skull Creek	township-of-skull-creek	Skull Creek Township		US	NE	023	45540	0	America/Chicago
5079165	Township of South Branch	township-of-south-branch	South Branch Township		US	NE	125	45715	0	America/Chicago
5079176	Township of South Cedar	township-of-south-cedar	South Cedar Township		US	NE	155	45750	0	America/Chicago
5079220	Township of South Loup	township-of-south-loup	South Loup Township		US	NE	079	45785	0	America/Chicago
5079235	Township of South Platte	township-of-south-platte	South Platte Township		US	NE	079	45960	0	America/Chicago
5079302	Township of Spade	township-of-spade	Spade Township		US	NE	107	46100	0	America/Chicago
5079321	Township of Sparta	township-of-sparta	Sparta Township		US	NE	107	46240	0	America/Chicago
5079343	Township of Spencer	township-of-spencer	Spencer Township		US	NE	015	46310	0	America/Chicago
5079456	Township of Spring Creek	township-of-spring-creek	Spring Creek Township		US	NE	041	46450	0	America/Chicago
5079465	Township of Spring Grove	township-of-spring-grove	Spring Grove Township		US	NE	083	46555	0	America/Chicago
5079473	Township of Spring Ranch	township-of-spring-ranch	Spring Ranch Township		US	NE	035	46590	0	America/Chicago
5079483	Township of Springbank	township-of-springbank	Spring Bbank Township,Springbank Township,Township of Spring Bank,Township of Springbank		US	NE	051	46415	0	America/Chicago
5079486	Township of Springdale	township-of-springdale	Springdale Township		US	NE	175	46485	0	America/Chicago
5079566	Township of Stanton	township-of-stanton	Stanton Township		US	NE	003	46730	0	America/Chicago
5079568	Township of Stanton	township-of-stanton	Stanton Township		US	NE	059	46765	0	America/Chicago
5079612	Township of Steel Creek	township-of-steel-creek	Steel Creek Township		US	NE	089	46975	0	America/Chicago
5079673	Township of Stocking	township-of-stocking	Stocking Township		US	NE	155	47255	0	America/Chicago
5079758	Township of Stuart	township-of-stuart	Stuart Township		US	NE	089	47535	0	America/Chicago
5079804	Township of Summit	township-of-summit	Summit Township		US	NE	021	47570	0	America/Chicago
5079805	Township of Summit	township-of-summit	Summit Township		US	NE	023	47605	0	America/Chicago
5079929	City of Sutton	city-of-sutton			US	NE	035	47955	1502	America/Chicago
5079930	Township of Sutton	township-of-sutton	Sutton Township		US	NE	035	47990	0	America/Chicago
5079944	Township of Swan	township-of-swan	Swan Township		US	NE	089	48025	0	America/Chicago
5080131	City of Tekamah	city-of-tekamah			US	NE	021	48515	1736	America/Chicago
5080174	Township of Thayer	township-of-thayer	Thayer Township		US	NE	173	48672	0	America/Chicago
5080297	City of Tilden	city-of-tilden			US	NE	119	93203	953	America/Chicago
5080302	Township of Timber Creek	township-of-timber-creek	Timber Creek Township		US	NE	125	48970	0	America/Chicago
5080491	Township of Triumph	township-of-triumph	Triumph Township		US	NE	041	49180	0	America/Chicago
5080536	Township of Turkey Creek	township-of-turkey-creek	Turkey Creek Township		US	NE	061	49355	0	America/Chicago
5080538	Township of Turkey Creek	township-of-turkey-creek	Turkey Creek Township		US	NE	083	49390	0	America/Chicago
5080604	Township of Ulysses	township-of-ulysses	Ulysses Township		US	NE	023	49495	0	America/Chicago
5080662	Township of Union	township-of-union	Union Township		US	NE	023	49600	0	America/Chicago
5080663	Township of Union	township-of-union	Union Township		US	NE	053	49670	0	America/Chicago
5080667	Township of Union	township-of-union	Union Township		US	NE	107	49740	0	America/Chicago
5080670	Township of Union	township-of-union	Union Township		US	NE	155	49810	0	America/Chicago
5081033	Township of Valley	township-of-valley	Valley Township		US	NE	107	50055	0	America/Chicago
5081094	Township of Verdigre	township-of-verdigre	Township of Verdigre,Township of Verdigris,Verdigre Township		US	NE	107	50405	0	America/Chicago
5081095	Township of Verdigris	township-of-verdigris	Verdigris Township		US	NE	003	50440	0	America/Chicago
5081096	Township of Verdigris	township-of-verdigris	Verdigris Township		US	NE	089	50475	0	America/Chicago
5081116	Township of Verona	township-of-verona	Verona Township		US	NE	001	50545	0	America/Chicago
5081140	Township of Victoria	township-of-victoria	Victoria Township		US	NE	041	50685	0	America/Chicago
5081157	Township of Vieregg	township-of-vieregg	Vieregg Township		US	NE	121	50720	0	America/Chicago
5081180	Township of Vinton	township-of-vinton	Vinton Township		US	NE	175	50755	0	America/Chicago
5081259	City of Wahoo	city-of-wahoo			US	NE	155	50965	4508	America/Chicago
5081260	Township of Wahoo	township-of-wahoo	Wahoo Township		US	NE	155	51000	0	America/Chicago
5081270	Township of Wakefield	township-of-wakefield	Wakefield Township		US	NE	051	51105	0	America/Chicago
5081281	Township of Walker	township-of-walker	Walker Township		US	NE	141	51140	0	America/Chicago
5081316	Township of Walnut Grove	township-of-walnut-grove	Walnut Grove Township		US	NE	107	51210	0	America/Chicago
5081343	Township of Wanda	township-of-wanda	Wanda Township		US	NE	001	51315	0	America/Chicago
5081400	Township of Washington	township-of-washington	Washington Township		US	NE	061	51420	0	America/Chicago
5081401	Township of Washington	township-of-washington	Washington Township		US	NE	079	51455	0	America/Chicago
5081402	Township of Washington	township-of-washington	Washington Township		US	NE	083	51490	0	America/Chicago
5081404	Township of Washington	township-of-washington	Washington Township		US	NE	107	51525	0	America/Chicago
5081508	Township of Webster	township-of-webster	Webster Township		US	NE	053	51910	0	America/Chicago
5081590	Township of West Blue	township-of-west-blue	West Blue Township		US	NE	001	52155	0	America/Chicago
5081591	Township of West Blue	township-of-west-blue	West Blue Township		US	NE	059	52190	0	America/Chicago
5081650	Township of West Newman	township-of-west-newman	West Newman Township		US	NE	125	52470	0	America/Chicago
5081675	City of West Point	city-of-west-point			US	NE	039	52575	3364	America/Chicago
5081695	Township of West Union	township-of-west-union	West Union Township		US	NE	041	52715	0	America/Chicago
5081719	Township of Western	township-of-western	Western Township		US	NE	107	52260	0	America/Chicago
5081725	Township of Westerville	township-of-westerville	Westerville Township		US	NE	041	52365	0	America/Chicago
5081934	Township of Willow	township-of-willow	Willow Township		US	NE	003	53135	0	America/Chicago
5081940	Township of Willowdale	township-of-willowdale	Willowdale Township		US	NE	089	53170	0	America/Chicago
5082112	Township of Winnebago	township-of-winnebago	Winnebago Township		US	NE	173	53295	0	America/Chicago
5082153	City of Wisner	city-of-wisner			US	NE	039	53450	1170	America/Chicago
5082154	Township of Wisner	township-of-wisner	Wisner Township		US	NE	039	53485	0	America/Chicago
5082216	Township of Wood River	township-of-wood-river	Wood River Township		US	NE	041	53625	0	America/Chicago
5082218	Township of Wood River	township-of-wood-river	Wood River Township		US	NE	079	53695	0	America/Chicago
5082242	Township of Woodville	township-of-woodville	Woodville Township		US	NE	141	53730	0	America/Chicago
5082294	Township of Wyoming	township-of-wyoming	Wyoming Township		US	NE	089	53940	0	America/Chicago
5082307	Township of Yale	township-of-yale	Yale Township		US	NE	175	54010	0	America/Chicago
5082381	Township of Zero	township-of-zero	Zero Township		US	NE	001	54150	0	America/Chicago
5082520	Town of Acworth	town-of-acworth	Burnet,Town of Acworth		US	NH	019	00260	887	America/New_York
5082564	Town of Albany	town-of-albany	Barton,Burton,Town of Albany		US	NH	003	00420	721	America/New_York
5082576	Town of Alexandria	town-of-alexandria			US	NH	009	00580	1623	America/New_York
5082592	Town of Allenstown	town-of-allenstown	AllensTown,Town of Allenstown		US	NH	013	00660	4285	America/New_York
5082600	Town of Alstead	town-of-alstead	Alsted,New Town,Newton,Newtown,Number 4,Paper Village,Town of Alstead		US	NH	005	00820	1915	America/New_York
5082614	Town of Alton	town-of-alton	New Durham,Town of Alton		US	NH	001	01060	5320	America/New_York
5082645	Town of Amherst	town-of-amherst	Narraganset Number 3,Narragansett Number 3,Salem Narragansett,Soughegan West,Souhegan,Souhegan-West,Town of Amherst		US	NH	011	01300	11261	America/New_York
5082675	Town of Andover	town-of-andover	Brownstown,Emerytown,New Breton,Town of Andover		US	NH	013	01460	2362	America/New_York
5082703	Town of Antrim	town-of-antrim			US	NH	011	01700	2658	America/New_York
5082763	Town of Ashland	town-of-ashland			US	NH	009	02020	2058	America/New_York
5082798	Town of Atkinson	town-of-atkinson			US	NH	015	02340	6801	America/New_York
5082816	Town of Auburn	town-of-auburn			US	NH	015	02820	5292	America/New_York
5083013	Town of Barnstead	town-of-barnstead			US	NH	001	03220	4608	America/New_York
5083027	Town of Barrington	town-of-barrington			US	NH	017	03460	8842	America/New_York
5083045	Town of Bartlett	town-of-bartlett			US	NH	003	03700	2760	America/New_York
5083082	Town of Bath	town-of-bath			US	NH	009	03940	1083	America/New_York
5083227	Town of Bedford	town-of-bedford	Narragansett Number 5,Souhegan East,Town of Bedford		US	NH	011	04500	22204	America/New_York
5083295	Town of Belmont	town-of-belmont	Town of Belmont,Upper Gilmanton		US	NH	001	04740	7315	America/New_York
5083319	Town of Bennington	town-of-bennington			US	NH	011	04900	1472	America/New_York
5083327	Town of Benton	town-of-benton	Coventry,Town of Benton		US	NH	009	05060	371	America/New_York
5083340	City of Berlin	city-of-berlin	City of Berlin,Maynesborough,Plantation of Maynesborough		US	NH	007	05140	10051	America/New_York
5083382	Town of Bethlehem	town-of-bethlehem	Lloyd's Hills,Loyd's Hill,Town of Bethlehem		US	NH	009	05460	2553	America/New_York
5083657	Town of Boscawen	town-of-boscawen	Contoocook,Plantation of Contoocook,Town of Boscawen		US	NH	013	06260	3952	America/New_York
5083690	Town of Bow	town-of-bow			US	NH	013	06500	7734	America/New_York
5083741	Town of Bradford	town-of-bradford	Bradfordton,New Bradford,Town of Bradford		US	NH	013	06980	1661	America/New_York
5083783	Town of Brentwood	town-of-brentwood	Brentwood Parish,Brintwood,Keensborough,Town of Brentwood,Town of Brintwood		US	NH	015	07220	4731	America/New_York
5083805	Town of Bridgewater	town-of-bridgewater			US	NH	009	07540	1085	America/New_York
5083818	Town of Bristol	town-of-bristol			US	NH	009	07700	3073	America/New_York
5083834	Town of Brookfield	town-of-brookfield	Coleraine,Town of Brookfield		US	NH	003	07940	688	America/New_York
5083841	Town of Brookline	town-of-brookline	Brooklyne,Raby,Town of Brookline,West Hollis		US	NH	011	08100	5212	America/New_York
5084039	Township of Cambridge	township-of-cambridge	Cambridge Township		US	NH	007	08420	0	America/New_York
5084150	Town of Campton	town-of-campton	Campton,Camptown,Compton,Town of Campton		US	NH	009	08660	3305	America/New_York
5084162	Town of Canaan	town-of-canaan			US	NH	009	08980	3891	America/New_York
5084171	Town of Candia	town-of-candia			US	NH	015	09300	3902	America/New_York
5084196	Town of Canterbury	town-of-canterbury			US	NH	013	09860	2393	America/New_York
5084253	Town of Carroll	town-of-carroll	Bretton Woods,Briton Woods,Town of Carroll		US	NH	007	10100	748	America/New_York
5084381	Town of Center Harbor	town-of-center-harbor	Centre Harbor,Town of Center Harbor		US	NH	001	10660	1098	America/New_York
5084464	Town of Charlestown	town-of-charlestown	Connecticut River,Number Four,Town of Charlestown,Township Number 4		US	NH	019	11380	4993	America/New_York
5084490	Town of Chatham	town-of-chatham			US	NH	003	11780	336	America/New_York
5084523	Town of Chester	town-of-chester	Chester Woods,Town of Chester		US	NH	015	12100	4925	America/New_York
5084527	Town of Chesterfield	town-of-chesterfield	Number 1,Town of Chesterfield		US	NH	005	12260	3555	America/New_York
5084539	Town of Chichester	town-of-chichester			US	NH	013	12420	2591	America/New_York
5084645	City of Claremont	city-of-claremont			US	NH	019	12900	13355	America/New_York
5084675	Town of Clarksville	town-of-clarksville			US	NH	007	13220	249	America/New_York
5084827	Town of Colebrook	town-of-colebrook	Dryden,Town of Colebrook		US	NH	007	13780	2188	America/New_York
5084850	Town of Columbia	town-of-columbia	Preston,Town of Columbia		US	NH	007	13940	737	America/New_York
5084886	City of Concord	city-of-concord			US	NH	013	14200	42695	America/New_York
5084950	Town of Conway	town-of-conway			US	NH	003	14660	9948	America/New_York
5085014	Town of Cornish	town-of-cornish	Mast Camp,Town of Cornish		US	NH	019	15060	1621	America/New_York
5085130	Town of Croydon	town-of-croydon			US	NH	019	16340	747	America/New_York
5085204	Town of Dalton	town-of-dalton	Town of Dalton		US	NH	007	16820	913	America/New_York
5085227	Town of Danbury	town-of-danbury			US	NH	013	16980	1177	America/New_York
5085248	Town of Danville	town-of-danville	Hawke,Town of Danville		US	NH	015	17140	4450	America/New_York
5085350	Town of Deerfield	town-of-deerfield			US	NH	015	17460	4407	America/New_York
5085357	Town of Deering	town-of-deering			US	NH	011	17780	1922	America/New_York
5085384	Town of Derry	town-of-derry			US	NH	015	17940	33199	America/New_York
5085449	Township of Dixville	township-of-dixville	Dixville Township		US	NH	007	18420	0	America/New_York
5085492	Town of Dorchester	town-of-dorchester			US	NH	009	18740	353	America/New_York
5085514	City of Dover	city-of-dover			US	NH	017	18820	29987	America/New_York
5085571	Town of Dublin	town-of-dublin	North Monadnock,Number 3,Town of Dublin		US	NH	005	19140	1550	America/New_York
5085596	Town of Dummer	town-of-dummer			US	NH	007	19300	288	America/New_York
5085601	Town of Dunbarton	town-of-dunbarton	Gorham's-town,Stark's Town,Starkstown,Town of Dunbarton		US	NH	013	19460	2792	America/New_York
5085625	Town of Durham	town-of-durham	Oyster River Plantation,Town of Durham		US	NH	017	19700	16645	America/New_York
5085723	Town of East Kingston	town-of-east-kingston	Kings Town,Kingston East Parish,Kington,Town of East Kingston		US	NH	015	21380	2404	America/New_York
5085788	Town of Easton	town-of-easton	Eastern Landaff,Lincoln Gore,Town of Easton		US	NH	009	22020	265	America/New_York
5085799	Town of Eaton	town-of-eaton			US	NH	003	23380	389	America/New_York
5085828	Town of Effingham	town-of-effingham	Leavitt's Town,Leavittstown,Town of Effingham		US	NH	003	23620	1521	America/New_York
5085862	Town of Ellsworth	town-of-ellsworth	Town of Ellsworth,Trecothick		US	NH	009	23860	83	America/New_York
5085909	Town of Enfield	town-of-enfield	Endfield,Relhan,Town of Enfield		US	NH	009	24340	4550	America/New_York
5085917	Town of Epping	town-of-epping			US	NH	015	24660	6835	America/New_York
5085925	Town of Epsom	town-of-epsom			US	NH	013	24900	4640	America/New_York
5085933	Town of Errol	town-of-errol			US	NH	007	25140	273	America/New_York
5085986	Town of Exeter	town-of-exeter	Squamscott,Town of Excetter,Town of Exeter,Town of Exetter		US	NH	015	25380	14567	America/New_York
5086028	Town of Farmington	town-of-farmington	Farmington Dock,Town of Farmington		US	NH	017	26020	6832	America/New_York
5086184	Town of Fitzwilliam	town-of-fitzwilliam	Monadnock Number 4,Stoddardstown,Town of Fitzwilliam		US	NH	005	26500	2339	America/New_York
5086324	Town of Francestown	town-of-francestown			US	NH	011	27140	1571	America/New_York
5086340	Town of Franconia	town-of-franconia	Indian Head,Morristown,Town of Franconia		US	NH	009	27300	1117	America/New_York
5086363	City of Franklin	city-of-franklin			US	NH	013	27380	8477	America/New_York
5086376	Town of Freedom	town-of-freedom	North Effingham,Town of Freedom		US	NH	003	27700	1487	America/New_York
5086385	Town of Fremont	town-of-fremont			US	NH	015	27940	4583	America/New_York
5086548	Town of Gilford	town-of-gilford	Gunstock Parish,Town of Gilford		US	NH	001	28740	7167	America/New_York
5086570	Town of Gilmanton	town-of-gilmanton	Gilmantown,Town of Gilmanton		US	NH	001	28980	3776	America/New_York
5086579	Town of Gilsum	town-of-gilsum	Boyle,Town of Gilsum		US	NH	005	29220	802	America/New_York
5086640	Town of Goffstown	town-of-goffstown	Goffe's Town,Narragansett Number 4,Shovestown,Town of Goffstown		US	NH	011	29860	17945	America/New_York
5086716	Town of Gorham	town-of-gorham	Shelburne Addition,Town of Gorham		US	NH	007	30260	2657	America/New_York
5086721	Town of Goshen	town-of-goshen			US	NH	019	30500	807	America/New_York
5086773	Town of Grafton	town-of-grafton			US	NH	009	30820	1339	America/New_York
5086796	Town of Grantham	town-of-grantham	Grantham		US	NH	019	31220	2959	America/New_York
5086914	Town of Greenfield	town-of-greenfield	Lyncheborough Addition,Town of Greenfield		US	NH	011	31540	1844	America/New_York
5086922	Town of Greenland	town-of-greenland			US	NH	015	31700	3872	America/New_York
5086941	Town of Greenville	town-of-greenville			US	NH	011	31940	2082	America/New_York
5086969	Town of Groton	town-of-groton	Cockermouth,Town of Groton		US	NH	009	32180	595	America/New_York
5087109	Town of Hampstead	town-of-hampstead	London Suburb,Timber Lane,Timberlane Parish,Town of Hampstead		US	NH	015	32900	8573	America/New_York
5087130	Town of Hampton Falls	town-of-hampton-falls			US	NH	015	33460	2291	America/New_York
5087145	Town of Hampton	town-of-hampton	Town of Hampton,Winicowett,Winnecunnet,Winnicumet		US	NH	015	33060	15281	America/New_York
5087161	Town of Hancock	town-of-hancock			US	NH	011	33700	1638	America/New_York
5087183	Town of Hanover	town-of-hanover	Dresden,Hannover,Town of Hanover		US	NH	009	33860	11401	America/New_York
5087232	Town of Harrisville	town-of-harrisville			US	NH	005	34420	946	America/New_York
5087243	Town of Hart's Location	town-of-hart-s-location	Hart's Location,Harts Location,Notch of the White Hills,Town of Hart's Location,Town of Harts Location		US	NH	003	34500	41	America/New_York
5087274	Town of Haverhill	town-of-haverhill	Lower Coos,Town of Haverhill		US	NH	009	34820	4650	America/New_York
5087337	Town of Hebron	town-of-hebron			US	NH	009	35220	614	America/New_York
5087373	Town of Henniker	town-of-henniker	New Marlborough,Number 6,Todd's-town,Town of Henniker		US	NH	013	35540	4917	America/New_York
5087441	Town of Hill	town-of-hill	New Chester,Town of Hill		US	NH	013	35860	1095	America/New_York
5087472	Town of Hillsborough	town-of-hillsborough	Number 7,Town of Hillsborough		US	NH	011	36180	5981	America/New_York
5087500	Town of Hinsdale	town-of-hinsdale	Bridgman's Fort,Fort Dummer,Town of Hinsdale		US	NH	005	36660	3903	America/New_York
5087556	Town of Holderness	town-of-holderness	Cohoss,Cusumpy,New Holderness,Town of Holderness		US	NH	009	36900	2097	America/New_York
5087567	Town of Hollis	town-of-hollis	Holles,Nisitissit,Nittisset,Town of Holles,Town of Hollis,West Dunstable		US	NH	011	37140	7793	America/New_York
5087623	Town of Hooksett	town-of-hooksett	Chester Woods,Rowe's Corner,Town of Hooksett		US	NH	013	37300	14098	America/New_York
5087647	Town of Hopkinton	town-of-hopkinton	New Hampshire Number 5,New Hopkinton,New-Hopkinton,Number 5,Town of Hopkinton		US	NH	013	37540	5610	America/New_York
5087763	Town of Hudson	town-of-hudson	Nottingham,Nottingham West,Town of Hudson		US	NH	011	37940	24911	America/New_York
5088055	Town of Jackson	town-of-jackson	Adams,New Madbury,Town of Jackson		US	NH	003	38260	814	America/New_York
5088072	Town of Jaffrey	town-of-jaffrey	Middle Monadnock,Middletown,Monadnock Number 2,Town of Jaffrey		US	NH	005	38500	5300	America/New_York
5088100	Town of Jefferson	town-of-jefferson	Dartmouth,Town of Jefferson		US	NH	007	38820	1051	America/New_York
5088258	City of Keene	city-of-keene			US	NH	005	39300	23409	America/New_York
5088300	Town of Kensington	town-of-kensington			US	NH	015	39780	2130	America/New_York
5088331	Township of Kilkenny	township-of-kilkenny	Kilkenny Township		US	NH	007	39940	0	America/New_York
5088381	Town of Kingston	town-of-kingston	King's Town,King's-town,Town of Kingston		US	NH	015	40100	6119	America/New_York
5088448	City of Laconia	city-of-laconia	City of Laconia,Meredith Bridge		US	NH	001	40180	15951	America/New_York
5088533	Town of Lancaster	town-of-lancaster			US	NH	007	40420	3351	America/New_York
5088537	Town of Landaff	town-of-landaff	Llandaff,Town of Landaff,Whicherville,Whitcherville		US	NH	009	40660	418	America/New_York
5088549	Town of Langdon	town-of-langdon			US	NH	019	40900	676	America/New_York
5088607	City of Lebanon	city-of-lebanon			US	NH	009	41300	13151	America/New_York
5088628	Town of Lee	town-of-lee			US	NH	017	41460	4391	America/New_York
5088640	Town of Lempster	town-of-lempster	Dupplin,Number 9,Town of Lempster		US	NH	019	41700	1148	America/New_York
5088716	Town of Lincoln	town-of-lincoln			US	NH	009	41860	1711	America/New_York
5088734	Town of Lisbon	town-of-lisbon	Town of Lisbon		US	NH	009	42020	1573	America/New_York
5088745	Town of Litchfield	town-of-litchfield	Brenton's Farm,Nanticook,Natticott,Town of Litchfield		US	NH	011	42260	8448	America/New_York
5088868	Town of Littleton	town-of-littleton	Town of Littleton		US	NH	009	42580	5912	America/New_York
5088876	Town of Livermore	town-of-livermore			US	NH	009	42820	0	America/New_York
5088921	Town of Londonderry	town-of-londonderry	Londondary Town,Nutfield,Town of London Derry,Town of Londonderry		US	NH	015	43220	25196	America/New_York
5089030	Town of Loudon	town-of-loudon			US	NH	013	43380	5432	America/New_York
5089107	Town of Lyman	town-of-lyman			US	NH	009	44100	532	America/New_York
5089116	Town of Lyme	town-of-lyme			US	NH	009	44260	1680	America/New_York
5089121	Town of Lyndeborough	town-of-lyndeborough	Salem-Canada,Town of Lyndeborough		US	NH	011	44580	0	America/New_York
5089142	Town of Madbury	town-of-madbury	Barbados,Madbury Parish,Town of Madbury		US	NH	017	44820	1807	America/New_York
5089153	Town of Madison	town-of-madison			US	NH	003	45060	2518	America/New_York
5089193	City of Manchester	city-of-manchester			US	NH	011	45140	109565	America/New_York
5089239	Town of Marlborough	town-of-marlborough	Monadnock Number 5,New Marlborough,Oxford,Town of Marlborough		US	NH	005	45460	2064	America/New_York
5089244	Town of Marlow	town-of-marlow	Addison,Town of Marlow		US	NH	005	45700	728	America/New_York
5089302	Town of Mason	town-of-mason	Number 1,Town of Mason		US	NH	011	46260	1409	America/New_York
5089460	Town of Meredith	town-of-meredith	Alexandria Addition,Heidelberg,Heidlebourg,Hiddleburg,New Londonderry,New Salem,New-London,Palmer's Town,Second Township,Town of Meredith		US	NH	001	47140	6368	America/New_York
5089497	Town of Merrimack	town-of-merrimack	Merrimac,Naticook,Town of Merrimack,Town of Merrymack		US	NH	011	47540	25648	America/New_York
5089545	Town of Middleton	town-of-middleton			US	NH	017	47700	1787	America/New_York
5089553	Town of Milan	town-of-milan	Paulsbourg,Paulsburgh,Town of Milan		US	NH	007	47860	1266	America/New_York
5089574	Town of Milford	town-of-milford			US	NH	011	48020	15284	America/New_York
5089657	Town of Milton	town-of-milton	Milton Mills,Three Ponds,Town of Milton		US	NH	017	48660	4585	America/New_York
5089666	Township of Millsfield	township-of-millsfield	Millsfield Township		US	NH	007	48260	0	America/New_York
5089745	Town of Monroe	town-of-monroe	Hurd's Location,Hurds Location,Town of Monroe,West Lyman		US	NH	009	48980	778	America/New_York
5089750	Town of Mont Vernon	town-of-mont-vernon			US	NH	011	49140	2472	America/New_York
5089855	Town of Moultonborough	town-of-moultonborough	Town of Moultonboro,Town of Moultonborough		US	NH	003	49380	4014	America/New_York
5090071	City of Nashua	city-of-nashua			US	NH	011	50260	86494	America/New_York
5090090	Town of Nelson	town-of-nelson	Monadnock Number 6,Packersfield,Town of Nelson		US	NH	005	50580	717	America/New_York
5090099	Town of New Boston	town-of-new-boston	Lane's Town,Town of New Boston		US	NH	011	50740	5491	America/New_York
5090105	Town of New Castle	town-of-new-castle	Great Island,Town of New Castle		US	NH	015	50980	975	America/New_York
5090120	Town of New Durham	town-of-new-durham	Cocheco,New-Durham,Town of New Durham		US	NH	017	51220	2658	America/New_York
5090180	Town of New Hampton	town-of-new-hampton	Moultonborough Addition,Moultonborough-Addition,New-Hampton,Town of New Hampton		US	NH	001	51540	2206	America/New_York
5090188	Town of New Ipswich	town-of-new-ipswich	Ipswich,New-Ipswich,Town of New Ipswich		US	NH	011	51940	5194	America/New_York
5090195	Town of New London	town-of-new-london			US	NH	013	52100	4630	America/New_York
5090215	Town of Newbury	town-of-newbury	Dantzic,Dantzick,Danzig,Fishersfield,Hereford,Newbury		US	NH	013	50900	2165	America/New_York
5090221	Town of Newfields	town-of-newfields	South Newmarket,Town of Newfields		US	NH	015	51380	1695	America/New_York
5090244	Town of Newington	town-of-newington	Bloody Point,Newington Parish,Town of Newington		US	NH	015	51620	772	America/New_York
5090255	Town of Newmarket	town-of-newmarket	Newmarket Township,Town of Newmarket		US	NH	015	52340	8908	America/New_York
5090267	Town of Newport	town-of-newport	Grenville,Town of Newport		US	NH	019	52580	6365	America/New_York
5090271	Town of Newton	town-of-newton	Newtown,Town of Newton		US	NH	015	52900	4869	America/New_York
5090374	Town of North Hampton	town-of-north-hampton	North Hill,North Parish,Town of North Hampton		US	NH	015	54580	4410	America/New_York
5090463	Town of Northfield	town-of-northfield			US	NH	013	54260	4808	America/New_York
5090467	Town of Northumberland	town-of-northumberland	Coventry,Stonington,Town of Northumberland		US	NH	007	56100	2167	America/New_York
5090478	Town of Northwood	town-of-northwood	North Wood,Northwood Narrows,Town of Northwood		US	NH	015	56820	4272	America/New_York
5090503	Town of Nottingham	town-of-nottingham			US	NH	015	57460	4942	America/New_York
5090570	Township of Odell	township-of-odell	Odell Township		US	NH	007	57860	0	America/New_York
5090655	Town of Orange	town-of-orange	Cardigan,Town of Orange		US	NH	009	58340	332	America/New_York
5090666	Town of Orford	town-of-orford	Number 7,Town of Orford		US	NH	009	58500	1245	America/New_York
5090692	Town of Ossipee	town-of-ossipee			US	NH	003	58740	4247	America/New_York
5090917	Town of Pelham	town-of-pelham			US	NH	011	59940	13303	America/New_York
5090929	Town of Pembroke	town-of-pembroke	Buckstreet,Lovewall's Town,Lovewell's Town,Suncook,Town of Pembroke		US	NH	013	60020	7121	America/New_York
5091009	Town of Peterborough	town-of-peterborough			US	NH	011	60580	6438	America/New_York
5091085	Town of Piermont	town-of-piermont			US	NH	009	61060	780	America/New_York
5091249	Town of Pittsburg	town-of-pittsburg			US	NH	007	61780	828	America/New_York
5091261	Town of Pittsfield	town-of-pittsfield			US	NH	013	61940	4074	America/New_York
5091269	Town of Plainfield	town-of-plainfield	Plainfield,Town of Plainfield		US	NH	019	62340	2352	America/New_York
5091276	Town of Plaistow	town-of-plaistow	Town of Plaistow,Town of Plastow		US	NH	015	62500	7605	America/New_York
5091323	Town of Plymouth	town-of-plymouth	New Plymouth,Town of Plymouth		US	NH	009	62660	6695	America/New_York
5091402	City of Portsmouth	city-of-portsmouth			US	NH	015	62900	20779	America/New_York
5091610	Town of Randolph	town-of-randolph	Durand,Town of Randolph		US	NH	007	63860	293	America/New_York
5091640	Town of Raymond	town-of-raymond			US	NH	015	64020	10285	America/New_York
5091733	Town of Richmond	town-of-richmond	Sylvester Canada,Town of Richmond		US	NH	005	64420	1137	America/New_York
5091745	Town of Rindge	town-of-rindge	Monadnock Number 1,Rowley Canada,Rowley-Canada,South Monadnock,Town of Rindge		US	NH	005	64580	5853	America/New_York
5091848	City of Rochester	city-of-rochester			US	NH	017	65140	29752	America/New_York
5091922	Town of Rollinsford	town-of-rollinsford			US	NH	017	65540	2527	America/New_York
5091971	Town of Roxbury	town-of-roxbury			US	NH	005	65700	224	America/New_York
5091985	Town of Rumney	town-of-rumney			US	NH	009	65940	1490	America/New_York
5092031	Town of Rye	town-of-rye			US	NH	015	66180	5375	America/New_York
5092275	Town of Salem	town-of-salem	Methuen District,North Parish,Town of Salem		US	NH	015	66660	28898	America/New_York
5092284	Town of Salisbury	town-of-salisbury	Baker's Town,Bakerstown,Gerrishtown,Major Stevens Town,Stephenstown,Stevenstown,Town of Salesbury,Town of Salisbury,Town of Salsberry		US	NH	013	66980	1400	America/New_York
5092345	Town of Sanbornton	town-of-sanbornton	Sanborntown,Town of Sanbornton		US	NH	001	67300	2975	America/New_York
5092368	Town of Sandown	town-of-sandown			US	NH	015	67620	6283	America/New_York
5092382	Town of Sandwich	town-of-sandwich			US	NH	003	67780	1310	America/New_York
5092492	Town of Seabrook	town-of-seabrook			US	NH	015	68260	8779	America/New_York
5092572	Town of Sharon	town-of-sharon	Peterborough Slip,Sliptown,Town of Sharon		US	NH	011	68820	363	America/New_York
5092612	Town of Shelburne	town-of-shelburne			US	NH	007	68980	349	America/New_York
5092821	City of Somersworth	city-of-somersworth			US	NH	017	69940	11766	America/New_York
5092897	Town of South Hampton	town-of-south-hampton			US	NH	015	71140	809	America/New_York
5093028	Town of Springfield	town-of-springfield	Protectworth,Town of Springfield		US	NH	019	72740	1313	America/New_York
5093110	Town of Stark	town-of-stark	Percy,Piercy,Starks Town,Starkstown,Town of Stark		US	NH	007	73060	518	America/New_York
5093160	Town of Stewartstown	town-of-stewartstown	Stuart,Town of Stewartstown		US	NH	007	73380	964	America/New_York
5093187	Town of Stoddard	town-of-stoddard	Limerick,Monadnock Number 7,Town of Stoddard		US	NH	005	73700	1234	America/New_York
5093240	Town of Strafford	town-of-strafford			US	NH	017	73860	4074	America/New_York
5093248	Town of Stratford	town-of-stratford	Town of Stratford,Woodbury		US	NH	007	74180	698	America/New_York
5093261	Town of Stratham	town-of-stratham	Town of Stratham,Town of Streatham,Town of Stretham		US	NH	015	74340	7373	America/New_York
5093296	Township of Success	township-of-success	Success Township		US	NH	007	74500	0	America/New_York
5093319	Town of Sugar Hill	town-of-sugar-hill			US	NH	009	74740	566	America/New_York
5093336	Town of Sullivan	town-of-sullivan			US	NH	005	74900	671	America/New_York
5093359	Town of Sunapee	town-of-sunapee	Corey's Town,Saville,Seville,Town of Sunapee,Wendell		US	NH	019	75060	3401	America/New_York
5093412	Town of Sutton	town-of-sutton	Perry-Town,Perrystown,Town of Sutton		US	NH	013	75460	1852	America/New_York
5093427	Town of Swanzey	town-of-swanzey	Lower Ashuelot,Town of Swanzey		US	NH	005	75700	7203	America/New_York
5093466	Town of Tamworth	town-of-tamworth			US	NH	003	76100	2847	America/New_York
5093524	Town of Temple	town-of-temple			US	NH	011	76260	1389	America/New_York
5093635	Town of Thornton	town-of-thornton			US	NH	009	76740	2491	America/New_York
5093682	Town of Tilton	town-of-tilton	Sanbornton Bridge,Town of Tilton		US	NH	001	77060	3581	America/New_York
5093825	Town of Troy	town-of-troy			US	NH	005	77380	2086	America/New_York
5093849	Town of Tuftonboro	town-of-tuftonboro	Town of Tuftonboro,Tuftonborough		US	NH	003	77620	2347	America/New_York
5093980	Town of Unity	town-of-unity	Buckingham,Town of Unity		US	NH	019	77940	1603	America/New_York
5094195	Town of Wakefield	town-of-wakefield	East-Town,East-town,Easttown,Ham's-town,Hamstown,Town of Wakefield,Watertown		US	NH	003	78180	4967	America/New_York
5094244	Town of Walpole	town-of-walpole	Bellowstown,Number 3,Town of Walpole		US	NH	005	78420	3767	America/New_York
5094263	Town of Warner	town-of-warner	Jennesstown,New Amesbury,Number 1,Ryetown,Town of Warner,Waterloo		US	NH	013	78580	2870	America/New_York
5094268	Town of Warren	town-of-warren			US	NH	009	78740	0	America/New_York
5094285	Town of Washington	town-of-washington	Camden,Monadnock Number 8,New Concord,Town of Washington		US	NH	019	78980	1111	America/New_York
5094308	Town of Waterville Valley	town-of-waterville-valley	Town of Waterville Valley,Waterville		US	NH	009	79380	246	America/New_York
5094337	Town of Weare	town-of-weare	Beverly-Canada,Halestown,Robiestown,Town of Weare,Wearestown		US	NH	011	79780	8913	America/New_York
5094370	Town of Webster	town-of-webster			US	NH	013	80020	1891	America/New_York
5094435	Town of Wentworth	town-of-wentworth			US	NH	009	80500	919	America/New_York
5094554	Town of Westmoreland	town-of-westmoreland	Great Meadows,Number 2,Town of Westmoreland,Township Number Two		US	NH	005	82660	1714	America/New_York
5094651	Town of Whitefield	town-of-whitefield	Town of Whitefield,Whitefields		US	NH	007	84420	2217	America/New_York
5094788	Town of Wilmot	town-of-wilmot			US	NH	013	84900	1374	America/New_York
5094807	Town of Wilton	town-of-wilton	Number 2,Town of Wilton		US	NH	011	85220	3690	America/New_York
5094814	Town of Winchester	town-of-winchester	Arlington,Earlington,Town of Winchester		US	NH	005	85540	4213	America/New_York
5094824	Town of Windham	town-of-windham			US	NH	015	85780	14439	America/New_York
5094830	Town of Windsor	town-of-windsor	Campbell's Gore,Town of Windsor		US	NH	011	85940	240	America/New_York
5094894	Town of Wolfeboro	town-of-wolfeboro	Town of Wolfeboro,Wolfe-Borough,Wolfeborough		US	NH	003	86420	6210	America/New_York
5094940	Town of Woodstock	town-of-woodstock	Fairfield,Peeling,Town of Woodstock		US	NH	009	87060	1374	America/New_York
5095014	Town of Aberdeen	town-of-aberdeen	Aberdeen Township,Town of Aberdeen,Township of Matawan		US	NJ	025	00070	0	America/New_York
5095088	Township of Alexandria	township-of-alexandria	Alexandria Township		US	NJ	019	00550	0	America/New_York
5095120	Township of Allamuchy	township-of-allamuchy	Allamuche Township,Allamuchy Township,Township of Allamuchy		US	NJ	041	00670	0	America/New_York
5095127	Borough of Allendale	borough-of-allendale			US	NJ	003	00700	6505	America/New_York
5095129	Borough of Allenhurst	borough-of-allenhurst			US	NJ	025	00730	496	America/New_York
5095135	Borough of Allentown	borough-of-allentown			US	NJ	025	00760	1828	America/New_York
5095151	Borough of Alpha	borough-of-alpha			US	NJ	041	01030	2369	America/New_York
5095159	Borough of Alpine	borough-of-alpine			US	NJ	003	01090	1849	America/New_York
5095199	Borough of Andover	borough-of-andover			US	NJ	037	01330	606	America/New_York
5095200	Township of Andover	township-of-andover	Andover Township		US	NJ	037	01360	0	America/New_York
5095287	City of Asbury Park	city-of-asbury-park			US	NJ	025	01960	16116	America/New_York
5095315	Borough of Atlantic Highlands	borough-of-atlantic-highlands			US	NJ	025	02110	4385	America/New_York
5095336	Borough of Avon-by-the-Sea	borough-of-avon-by-the-sea			US	NJ	025	02440	1901	America/New_York
5095438	Borough of Bay Head	borough-of-bay-head	Bay Head Borough,Bayhead Borough,Borough of Bay Head		US	NJ	029	03520	968	America/New_York
5095461	City of Bayonne	city-of-bayonne			US	NJ	017	03580	63024	America/New_York
5095522	Township of Bedminster	township-of-bedminster	Bedminster Township		US	NJ	035	04450	0	America/New_York
5095556	Township of Belleville	township-of-belleville	Belleville Township		US	NJ	013	04695	0	America/New_York
5095567	Borough of Belmar	borough-of-belmar	Borough of Belmar,Borough of City of Belmar,Borough of City of Elcho,Borough of Ocean Beach		US	NJ	025	04930	5794	America/New_York
5095572	Town of Belvidere	town-of-belvidere			US	NJ	041	04990	2681	America/New_York
5095613	Borough of Bergenfield	borough-of-bergenfield	Bergen Fields Borough,Bergenfield Borough,Bergenfields Borough,Borough of Bergenfield		US	NJ	003	05170	26764	America/New_York
5095619	Township of Berkeley Heights	township-of-berkeley-heights	Berkeley Heights Township		US	NJ	039	05320	0	America/New_York
5095630	Borough of Bernardsville	borough-of-bernardsville			US	NJ	035	05590	7707	America/New_York
5095685	Township of Bethlehem	township-of-bethlehem	Bethlehem Township		US	NJ	019	05650	0	America/New_York
5095695	City of Beverly	city-of-beverly			US	NJ	005	05740	2577	America/New_York
5095758	Township of Blairstown	township-of-blairstown	Blairstown Township		US	NJ	041	06160	0	America/New_York
5095785	Township of Bloomfield	township-of-bloomfield	Bloomfield Township		US	NJ	013	06260	0	America/New_York
5095790	Borough of Bloomingdale	borough-of-bloomingdale			US	NJ	031	06340	7656	America/New_York
5095792	Borough of Bloomsbury	borough-of-bloomsbury			US	NJ	019	06370	870	America/New_York
5095811	Borough of Bogota	borough-of-bogota			US	NJ	003	06490	8187	America/New_York
5095830	Town of Boonton	town-of-boonton			US	NJ	027	06610	8347	America/New_York
5095831	Township of Boonton	township-of-boonton	Boonton Township		US	NJ	027	06640	0	America/New_York
5095837	City of Bordentown	city-of-bordentown			US	NJ	005	06670	3924	America/New_York
5095838	Township of Bordentown	township-of-bordentown	Bordentown Township		US	NJ	005	06700	0	America/New_York
5095858	Borough of Bound Brook	borough-of-bound-brook			US	NJ	035	06790	10402	America/New_York
5095885	Borough of Bradley Beach	borough-of-bradley-beach			US	NJ	025	06970	4298	America/New_York
5095907	Township of Branchburg	township-of-branchburg	Branchburg Township		US	NJ	035	07180	0	America/New_York
5095917	Borough of Branchville	borough-of-branchville			US	NJ	037	07300	841	America/New_York
5095946	Township of Brick	township-of-brick	Brick,Brick Township,Bricktown		US	NJ	029	07420	75072	America/New_York
5095957	Township of Bridgewater	township-of-bridgewater	Bridgewater Township		US	NJ	035	07720	0	America/New_York
5095963	Borough of Brielle	borough-of-brielle			US	NJ	025	07750	4774	America/New_York
5096080	City of Burlington	city-of-burlington			US	NJ	005	08920	9920	America/New_York
5096081	Township of Burlington	township-of-burlington	Burlington Township		US	NJ	005	08950	0	America/New_York
5096107	Borough of Butler	borough-of-butler			US	NJ	027	09040	7539	America/New_York
5096119	Township of Byram	township-of-byram	Byram Township		US	NJ	037	09160	0	America/New_York
5096144	Borough of Califon	borough-of-califon			US	NJ	019	09280	1076	America/New_York
5096293	Borough of Carlstadt	borough-of-carlstadt			US	NJ	003	10480	6127	America/New_York
5096329	Borough of Carteret	borough-of-carteret			US	NJ	023	10750	22844	America/New_York
5096380	Township of Cedar Grove	township-of-cedar-grove	Cedar Grove Township,Township of Cedar Grove,Township of Verona		US	NJ	013	11200	0	America/New_York
5096502	Borough of Chatham	borough-of-chatham			US	NJ	027	12100	8962	America/New_York
5096503	Township of Chatham	township-of-chatham	Chatham Township		US	NJ	027	12130	0	America/New_York
5096527	Borough of Chester	borough-of-chester			US	NJ	027	12580	1649	America/New_York
5096528	Township of Chester	township-of-chester	Chester Township		US	NJ	027	12610	0	America/New_York
5096530	Township of Chesterfield	township-of-chesterfield	Chesterfield Township		US	NJ	005	12670	0	America/New_York
5096636	Township of Cinnaminson	township-of-cinnaminson	Cinnaminson Township		US	NJ	005	12940	0	America/New_York
5096639	Township of City of Orange	township-of-city-of-orange	City of Orange Township		US	NJ	013	13045	0	America/New_York
5096660	Township of Clark	township-of-clark	Clark Township		US	NJ	039	13150	0	America/New_York
5096689	Borough of Cliffside Park	borough-of-cliffside-park			US	NJ	003	13570	23594	America/New_York
5096707	City of Clifton	city-of-clifton			US	NJ	031	13690	84136	America/New_York
5096731	Town of Clinton	town-of-clinton			US	NJ	019	13720	2719	America/New_York
5096732	Township of Clinton	township-of-clinton	Clinton Township		US	NJ	019	13750	0	America/New_York
5096738	Borough of Closter	borough-of-closter			US	NJ	003	13810	8373	America/New_York
5096817	Township of Colts Neck	township-of-colts-neck	Atlantic Township,Colts Neck Township,Township of Colts Neck		US	NJ	025	14560	0	America/New_York
5097012	Township of Cranbury	township-of-cranbury	Cranberry Township,Cranbury Township,Township of Cranbury		US	NJ	023	15550	0	America/New_York
5097024	Township of Cranford	township-of-cranford	Cranford Township		US	NJ	039	15640	0	America/New_York
5097040	Borough of Cresskill	borough-of-cresskill			US	NJ	003	15820	8573	America/New_York
5097173	Borough of Deal	borough-of-deal			US	NJ	025	16660	750	America/New_York
5097208	Township of Delanco	township-of-delanco	Delanco Township		US	NJ	005	17080	0	America/New_York
5097220	Township of Delaware	township-of-delaware	Delaware Township		US	NJ	019	17170	0	America/New_York
5097222	Township of Delran	township-of-delran	Delran Township		US	NJ	005	17440	0	America/New_York
5097232	Borough of Demarest	borough-of-demarest			US	NJ	003	17530	4881	America/New_York
5097240	Township of Denville	township-of-denville	Denville Township		US	NJ	027	17650	0	America/New_York
5097307	Town of Dover	town-of-dover			US	NJ	027	18070	18157	America/New_York
5097346	Borough of Dumont	borough-of-dumont	Borough of Dumont,Borough of Schraalenburgh		US	NJ	003	18400	17479	America/New_York
5097354	Borough of Dunellen	borough-of-dunellen			US	NJ	023	18490	7227	America/New_York
5097392	Township of East Amwell	township-of-east-amwell	East Amwell Township		US	NJ	019	18820	0	America/New_York
5097408	Township of East Brunswick	township-of-east-brunswick	East Brunswick Township,North Brunswick Township,Township of East Brunswick		US	NJ	023	19000	0	America/New_York
5097423	Township of East Hanover	township-of-east-hanover	East Hanover Township		US	NJ	027	19210	0	America/New_York
5097440	Borough of East Newark	borough-of-east-newark			US	NJ	017	19360	2406	America/New_York
5097456	City of East Orange	city-of-east-orange			US	NJ	013	19390	64270	America/New_York
5097462	Borough of East Rutherford	borough-of-east-rutherford			US	NJ	003	19510	8913	America/New_York
5097470	Township of East Windsor	township-of-east-windsor	East Windsor Township		US	NJ	021	19780	0	America/New_York
5097471	Township of Eastampton	township-of-eastampton	Eastampton Township		US	NJ	005	18790	0	America/New_York
5097485	Borough of Eatontown	borough-of-eatontown			US	NJ	025	19840	12709	America/New_York
5097523	Township of Edgewater Park	township-of-edgewater-park	Edgewater Park Township		US	NJ	005	20050	0	America/New_York
5097525	Borough of Edgewater	borough-of-edgewater	Borough of Edgewater,Borough of Undercliff		US	NJ	003	20020	11513	America/New_York
5097541	Township of Edison	township-of-edison	Edison Township		US	NJ	023	20230	0	America/New_York
5097601	City of Elizabeth	city-of-elizabeth			US	NJ	039	21000	124969	America/New_York
5097631	Borough of Elmwood Park	borough-of-elmwood-park	Borough of East Paterson,Borough of Elmwood Park		US	NJ	003	21300	19403	America/New_York
5097656	Borough of Emerson	borough-of-emerson	Borough of Emerson,Borough of Etna		US	NJ	003	21450	7401	America/New_York
5097678	Borough of Englewood Cliffs	borough-of-englewood-cliffs			US	NJ	003	21510	5281	America/New_York
5097685	City of Englewood	city-of-englewood			US	NJ	003	21480	27147	America/New_York
5097688	Borough of Englishtown	borough-of-englishtown			US	NJ	025	21570	1847	America/New_York
5097757	Township of Ewing	township-of-ewing	Ewing Township		US	NJ	021	22185	0	America/New_York
5097772	Borough of Fair Haven	borough-of-fair-haven			US	NJ	025	22440	6121	America/New_York
5097775	Borough of Fair Lawn	borough-of-fair-lawn			US	NJ	003	22470	32457	America/New_York
5097782	Township of Fairfield	township-of-fairfield	Fairfield Township,Township of Caldwell,Township of Fairfield		US	NJ	013	22385	0	America/New_York
5097818	Borough of Fairview	borough-of-fairview			US	NJ	003	22560	13835	America/New_York
5097834	Borough of Fanwood	borough-of-fanwood			US	NJ	039	22860	7318	America/New_York
5097846	Borough of Farmingdale	borough-of-farmingdale			US	NJ	025	22950	1329	America/New_York
5097891	Borough of Fieldsboro	borough-of-fieldsboro			US	NJ	005	23250	540	America/New_York
5098079	Borough of Flemington	borough-of-flemington			US	NJ	019	23700	4581	America/New_York
5098094	Township of Florence	township-of-florence	Florence Township		US	NJ	005	23850	0	America/New_York
5098096	Borough of Florham Park	borough-of-florham-park			US	NJ	027	23910	11696	America/New_York
5098143	Borough of Fort Lee	borough-of-fort-lee			US	NJ	003	24420	35345	America/New_York
5098209	Township of Frankford	township-of-frankford	Frankford Township		US	NJ	037	24810	0	America/New_York
5098243	Borough of Franklin Lakes	borough-of-franklin-lakes			US	NJ	003	24990	10590	America/New_York
5098260	Borough of Franklin	borough-of-franklin	Borough of Franklin,Franklin Borough,Franklin Furnace Borough		US	NJ	037	24930	5045	America/New_York
5098261	Township of Franklin	township-of-franklin	Franklin Township		US	NJ	019	24870	0	America/New_York
5098262	Township of Franklin	township-of-franklin	Franklin Township		US	NJ	035	24900	0	America/New_York
5098263	Township of Franklin	township-of-franklin	Franklin Township		US	NJ	041	24960	0	America/New_York
5098269	Township of Fredon	township-of-fredon	Fredon Township		US	NJ	037	25140	0	America/New_York
5098289	Borough of Freehold	borough-of-freehold			US	NJ	025	25200	12052	America/New_York
5098290	Township of Freehold	township-of-freehold	Freehold Township		US	NJ	025	25230	0	America/New_York
5098296	Township of Frelinghuysen	township-of-frelinghuysen	Frelinghuysen Township		US	NJ	041	25320	0	America/New_York
5098304	Borough of Frenchtown	borough-of-frenchtown			US	NJ	019	25350	1373	America/New_York
5098353	City of Garfield	city-of-garfield			US	NJ	003	25770	30487	America/New_York
5098361	Borough of Garwood	borough-of-garwood			US	NJ	039	25800	4226	America/New_York
5098427	Borough of Glen Gardner	borough-of-glen-gardner			US	NJ	019	26550	1704	America/New_York
5098440	Borough of Glen Rock	borough-of-glen-rock			US	NJ	003	26640	11601	America/New_York
5098605	Township of Green Brook	township-of-green-brook	Green Brook Township		US	NJ	035	27510	0	America/New_York
5098634	Township of Green	township-of-green	Green Township		US	NJ	037	27420	0	America/New_York
5098651	Township of Greenwich	township-of-greenwich	Greenwich Township		US	NJ	041	28260	0	America/New_York
5098701	Town of Guttenberg	town-of-guttenberg			US	NJ	017	28650	11176	America/New_York
5098719	City of Hackensack	city-of-hackensack			US	NJ	003	28680	43010	America/New_York
5098731	Town of Hackettstown	town-of-hackettstown			US	NJ	041	28710	9724	America/New_York
5098752	Borough of Haledon	borough-of-haledon			US	NJ	031	29070	8318	America/New_York
5098763	Borough of Hamburg	borough-of-hamburg			US	NJ	037	29220	3277	America/New_York
5098784	Township of Hamilton	township-of-hamilton	Hamilton Township		US	NJ	021	29310	0	America/New_York
5098791	Borough of Hampton	borough-of-hampton			US	NJ	019	29460	1401	America/New_York
5098792	Township of Hampton	township-of-hampton	Hampton Township		US	NJ	037	29490	0	America/New_York
5098810	Township of Hanover	township-of-hanover	Hanover Township		US	NJ	027	29550	0	America/New_York
5098815	Township of Harding	township-of-harding	Harding Township		US	NJ	027	29700	0	America/New_York
5098819	Township of Hardwick	township-of-hardwick	Hardwick Township		US	NJ	041	29820	0	America/New_York
5098822	Township of Hardyston	township-of-hardyston	Hardiston Township,Hardistonville Township,Hardyston Township,Township of Hardyston		US	NJ	037	29850	0	America/New_York
5098837	Township of Harmony	township-of-harmony	Harmony Township		US	NJ	041	30090	0	America/New_York
5098846	Borough of Harrington Park	borough-of-harrington-park			US	NJ	003	30150	4664	America/New_York
5098861	Town of Harrison	town-of-harrison			US	NJ	017	30210	13620	America/New_York
5098882	Borough of Hasbrouck Heights	borough-of-hasbrouck-heights			US	NJ	003	30420	11842	America/New_York
5098908	Borough of Haworth	borough-of-haworth			US	NJ	003	30540	3382	America/New_York
5098921	Borough of Hawthorne	borough-of-hawthorne			US	NJ	031	30570	18791	America/New_York
5098936	Township of Hazlet	township-of-hazlet	Hazlet Township		US	NJ	025	30690	0	America/New_York
5098961	Borough of Helmetta	borough-of-helmetta			US	NJ	023	30840	2178	America/New_York
5099030	Borough of High Bridge	borough-of-high-bridge			US	NJ	019	31320	3648	America/New_York
5099059	Borough of Highland Park	borough-of-highland-park			US	NJ	023	31470	13982	America/New_York
5099066	Borough of Highlands	borough-of-highlands			US	NJ	025	31500	5005	America/New_York
5099069	Borough of Hightstown	borough-of-hightstown			US	NJ	021	31620	5494	America/New_York
5099090	Township of Hillsborough	township-of-hillsborough	Hillsborough Township		US	NJ	035	31890	0	America/New_York
5099092	Borough of Hillsdale	borough-of-hillsdale			US	NJ	003	31920	10219	America/New_York
5099114	Township of Hillside	township-of-hillside	Hillside Township		US	NJ	039	31980	0	America/New_York
5099131	Borough of Ho-Ho-Kus	borough-of-ho-ho-kus			US	NJ	003	32310	4078	America/New_York
5099154	City of Hoboken	city-of-hoboken			US	NJ	017	32250	50005	America/New_York
5099183	Township of Holland	township-of-holland	Holland Township		US	NJ	019	32460	0	America/New_York
5099199	Township of Holmdel	township-of-holmdel	Holmdel Township		US	NJ	025	32640	0	America/New_York
5099295	Borough of Hopatcong	borough-of-hopatcong			US	NJ	037	32910	15147	America/New_York
5099310	Township of Hope	township-of-hope	Hope Township		US	NJ	041	33060	0	America/New_York
5099320	Borough of Hopewell	borough-of-hopewell			US	NJ	021	33150	1922	America/New_York
5099321	Township of Hopewell	township-of-hopewell	Hopewell Township		US	NJ	021	33180	0	America/New_York
5099349	Town of Howell	town-of-howell	Howell Township,Town of Howell		US	NJ	025	33300	30000	America/New_York
5099460	Township of Independence	township-of-independence	Independence Township		US	NJ	041	33930	0	America/New_York
5099703	Borough of Interlaken	borough-of-interlaken			US	NJ	025	34200	820	America/New_York
5099735	Township of Irvington	township-of-irvington	Irvington,Irvington Township,Township of Irvington		US	NJ	013	34450	0	America/New_York
5099769	Township of Jackson	township-of-jackson	Jackson Township		US	NJ	029	34680	0	America/New_York
5099799	Borough of Jamesburg	borough-of-jamesburg			US	NJ	023	34890	5915	America/New_York
5099826	Township of Jefferson	township-of-jefferson	Jefferson Township		US	NJ	027	34980	0	America/New_York
5099835	City of Jersey City	city-of-jersey-city	City of Jersey City,Civil City of Jersey City,Dzhrsi Siti,Dzhrsi siti,Jersey City,ze xi shi,Джърси Сити,Джърси сити,泽西市		US	NJ	017	36000	247597	America/New_York
5099965	Borough of Keansburg	borough-of-keansburg			US	NJ	025	36480	10105	America/New_York
5099976	Town of Kearny	town-of-kearny			US	NJ	017	36510	40684	America/New_York
5099993	Borough of Kenilworth	borough-of-kenilworth			US	NJ	039	36690	7914	America/New_York
5100015	Borough of Keyport	borough-of-keyport	Borough of Keyport,Key Port Borough,Keyport Borough		US	NJ	025	36810	7240	America/New_York
5100059	Township of Kingwood	township-of-kingwood	Kingwood Township		US	NJ	019	37065	0	America/New_York
5100066	Borough of Kinnelon	borough-of-kinnelon			US	NJ	027	37110	10248	America/New_York
5100091	Township of Knowlton	township-of-knowlton	Knowlton Township		US	NJ	041	37320	0	America/New_York
5100126	Township of Lafayette	township-of-lafayette	Lafayette Township		US	NJ	037	37440	0	America/New_York
5100271	Borough of Lakehurst	borough-of-lakehurst			US	NJ	029	37770	2654	America/New_York
5100295	Township of Lakewood	township-of-lakewood	Lakewood Township		US	NJ	029	38550	0	America/New_York
5100298	City of Lambertville	city-of-lambertville			US	NJ	019	38610	3906	America/New_York
5100355	Township of Lawrence	township-of-lawrence	Lawrence Township		US	NJ	021	39510	0	America/New_York
5100366	Borough of Lebanon	borough-of-lebanon			US	NJ	019	39630	1358	America/New_York
5100367	Township of Lebanon	township-of-lebanon	Lebanon Township		US	NJ	019	39660	0	America/New_York
5100405	Borough of Leonia	borough-of-leonia			US	NJ	003	40020	8937	America/New_York
5100435	Township of Liberty	township-of-liberty	Liberty Township		US	NJ	041	40110	0	America/New_York
5100483	Borough of Lincoln Park	borough-of-lincoln-park			US	NJ	027	40290	10521	America/New_York
5100520	City of Linden	city-of-linden			US	NJ	039	40350	40499	America/New_York
5100541	Township of Little Falls	township-of-little-falls	Little Falls Township		US	NJ	031	40620	0	America/New_York
5100547	Borough of Little Ferry	borough-of-little-ferry			US	NJ	003	40680	10626	America/New_York
5100561	Borough of Little Silver	borough-of-little-silver			US	NJ	025	40770	5950	America/New_York
5100580	Township of Livingston	township-of-livingston	Livingston Township		US	NJ	013	40890	0	America/New_York
5100589	Village of Loch Arbour	village-of-loch-arbour			US	NJ	025	41010	194	America/New_York
5100608	Borough of Lodi	borough-of-lodi			US	NJ	003	41100	24136	America/New_York
5100616	City of Long Branch	city-of-long-branch			US	NJ	025	41310	30719	America/New_York
5100625	Township of Long Hill	township-of-long-hill	Long Hill Township,Passaic Township,Township of Long Hill		US	NJ	027	41362	0	America/New_York
5100656	Township of Lopatcong	township-of-lopatcong	Lopatcong Township		US	NJ	041	41490	0	America/New_York
5100712	Township of Lyndhurst	township-of-lyndhurst	Lyndhurst Township		US	NJ	003	42090	0	America/New_York
5100767	Borough of Madison	borough-of-madison			US	NJ	027	42510	15845	America/New_York
5100779	Township of Mahwah	township-of-mahwah	Mahwah Township		US	NJ	003	42750	0	America/New_York
5100800	Township of Manalapan	township-of-manalapan	Manalapan Township		US	NJ	025	42990	0	America/New_York
5100811	Borough of Manasquan	borough-of-manasquan			US	NJ	025	43050	5897	America/New_York
5100820	Township of Mansfield	township-of-mansfield	Mansfield Township		US	NJ	005	43290	0	America/New_York
5100821	Township of Mansfield	township-of-mansfield	Mansfield Township		US	NJ	041	43320	0	America/New_York
5100828	Borough of Mantoloking	borough-of-mantoloking			US	NJ	029	43380	296	America/New_York
5100834	Borough of Manville	borough-of-manville			US	NJ	035	43620	10344	America/New_York
5100853	Township of Maplewood	township-of-maplewood	Maple Wood Township,Township of Maple Wood,Township of Maplewood		US	NJ	013	43800	0	America/New_York
5100894	Township of Marlboro	township-of-marlboro	Marlboro Township		US	NJ	025	44070	0	America/New_York
5100955	Borough of Matawan	borough-of-matawan			US	NJ	025	44520	8810	America/New_York
5100974	Borough of Maywood	borough-of-maywood			US	NJ	003	44880	9555	America/New_York
5101079	Borough of Mendham	borough-of-mendham			US	NJ	027	45330	4981	America/New_York
5101135	Borough of Metuchen	borough-of-metuchen			US	NJ	023	45690	13574	America/New_York
5101169	Borough of Middlesex	borough-of-middlesex			US	NJ	023	45900	13635	America/New_York
5101174	Town of Middletown	town-of-middletown	Middletown Township,Town of Middletown		US	NJ	025	45990	0	America/New_York
5101182	Borough of Midland Park	borough-of-midland-park			US	NJ	003	46110	7128	America/New_York
5101199	Borough of Milford	borough-of-milford			US	NJ	019	46260	1233	America/New_York
5101222	Township of Millburn	township-of-millburn	Millburn Township		US	NJ	013	46380	0	America/New_York
5101241	Borough of Millstone	borough-of-millstone			US	NJ	035	46590	418	America/New_York
5101242	Township of Millstone	township-of-millstone	Millstone Township		US	NJ	025	46560	0	America/New_York
5101248	Borough of Milltown	borough-of-milltown			US	NJ	023	46620	6893	America/New_York
5101267	Township of Mine Hill	township-of-mine-hill	Mine Hill Township		US	NJ	027	46860	0	America/New_York
5101304	Borough of Monmouth Beach	borough-of-monmouth-beach			US	NJ	025	47130	3279	America/New_York
5101327	Township of Monroe	township-of-monroe	Monroe Township		US	NJ	023	47280	0	America/New_York
5101331	Township of Montague	township-of-montague	Montague Township		US	NJ	037	47430	0	America/New_York
5101348	Township of Montclair	township-of-montclair	Montclair Township		US	NJ	013	47500	0	America/New_York
5101358	Township of Montgomery	township-of-montgomery	Montgomery Township		US	NJ	035	47580	0	America/New_York
5101364	Borough of Montvale	borough-of-montvale			US	NJ	003	47610	7844	America/New_York
5101369	Township of Montville	township-of-montville	Montville Township		US	NJ	027	47670	0	America/New_York
5101382	Borough of Moonachie	borough-of-moonachie			US	NJ	003	47700	2708	America/New_York
5101422	Borough of Morris Plains	borough-of-morris-plains			US	NJ	027	48210	5532	America/New_York
5101425	Township of Morris	township-of-morris	Morris Township		US	NJ	027	48090	0	America/New_York
5101436	Town of Morristown	town-of-morristown			US	NJ	027	48300	18411	America/New_York
5101461	Borough of Mount Arlington	borough-of-mount-arlington			US	NJ	027	48690	5050	America/New_York
5101494	Township of Mount Holly	township-of-mount-holly	Mount Holly Township		US	NJ	005	48900	0	America/New_York
5101527	Township of Mount Olive	township-of-mount-olive	Mount Olive Township		US	NJ	027	49080	0	America/New_York
5101587	Borough of Mountain Lakes	borough-of-mountain-lakes			US	NJ	027	48480	4160	America/New_York
5101605	Borough of Mountainside	borough-of-mountainside			US	NJ	039	48510	6685	America/New_York
5101688	Borough of Neptune City	borough-of-neptune-city			US	NJ	025	49920	4869	America/New_York
5101693	Township of Neptune	township-of-neptune	Neptune Township		US	NJ	025	49890	0	America/New_York
5101703	Borough of Netcong	borough-of-netcong			US	NJ	027	50130	3232	America/New_York
5101726	City of New Brunswick	city-of-new-brunswick			US	NJ	023	51210	55181	America/New_York
5101740	Township of New Hanover	township-of-new-hanover	New Hanover Township		US	NJ	005	51510	0	America/New_York
5101768	Borough of New Milford	borough-of-new-milford			US	NJ	003	51660	16341	America/New_York
5101778	Borough of New Providence	borough-of-new-providence			US	NJ	039	51810	12171	America/New_York
5101815	City of Newark	city-of-newark			US	NJ	013	51000	277140	America/New_York
5101842	Town of Newton	town-of-newton			US	NJ	037	51930	7997	America/New_York
5101876	Borough of North Arlington	borough-of-north-arlington			US	NJ	003	52320	15392	America/New_York
5101882	Township of North Bergen	township-of-north-bergen	North Bergen Township		US	NJ	017	52470	0	America/New_York
5101900	Township of North Brunswick	township-of-north-brunswick	North Brunswick Township		US	NJ	023	52560	0	America/New_York
5101902	Borough of North Caldwell	borough-of-north-caldwell	Borough of North Caldwell,North Caldwell,North Caldwell Township,Township of North Caldwell		US	NJ	013	52620	6183	America/New_York
5101923	Borough of North Haledon	borough-of-north-haledon			US	NJ	031	53040	8417	America/New_York
5101925	Township of North Hanover	township-of-north-hanover	North Hanover Township		US	NJ	005	53070	0	America/New_York
5101942	Borough of North Plainfield	borough-of-north-plainfield			US	NJ	035	53280	21936	America/New_York
5101969	Borough of Northvale	borough-of-northvale			US	NJ	003	53430	4640	America/New_York
5101982	Borough of Norwood	borough-of-norwood			US	NJ	003	53610	5711	America/New_York
5102081	Township of Nutley	township-of-nutley	Franklin Township,Nutley Township,Township of Nutley		US	NJ	013	53680	0	America/New_York
5102121	Borough of Oakland	borough-of-oakland			US	NJ	003	53850	12754	America/New_York
5102144	Township of Ocean	township-of-ocean	Ocean Township		US	NJ	025	54270	0	America/New_York
5102155	Borough of Ogdensburg	borough-of-ogdensburg			US	NJ	037	54660	2410	America/New_York
5102171	Township of Old Bridge	township-of-old-bridge	Old Bridge Township,Township of Madison,Township of Old Bridge		US	NJ	023	54705	0	America/New_York
5102180	Borough of Oceanport	borough-of-oceanport			US	NJ	025	54570	5832	America/New_York
5102192	Borough of Old Tappan	borough-of-old-tappan			US	NJ	003	54870	5750	America/New_York
5102212	Borough of Oradell	borough-of-oradell	Borough of Delford,Borough of Oradell		US	NJ	003	54990	7978	America/New_York
5102341	Township of Oxford	township-of-oxford	Oxford Township		US	NJ	041	55530	0	America/New_York
5102371	Borough of Palisades Park	borough-of-palisades-park			US	NJ	003	55770	19622	America/New_York
5102380	Borough of Palmyra	borough-of-palmyra			US	NJ	005	55800	7398	America/New_York
5102392	Borough of Paramus	borough-of-paramus			US	NJ	003	55950	26342	America/New_York
5102403	Borough of Park Ridge	borough-of-park-ridge			US	NJ	003	56130	8645	America/New_York
5102430	Township of Parsippany-Troy Hills	township-of-parsippany-troy-hills	Parsippany-Troy Hills Township		US	NJ	027	56460	0	America/New_York
5102465	City of Passaic	city-of-passaic			US	NJ	031	56550	69781	America/New_York
5102483	City of Paterson	city-of-paterson			US	NJ	031	57000	146199	America/New_York
5102517	Borough of Peapack and Gladstone	borough-of-peapack-and-gladstone			US	NJ	035	57300	2582	America/New_York
5102541	Borough of Pennington	borough-of-pennington			US	NJ	021	57600	2585	America/New_York
5102564	Township of Pequannock	township-of-pequannock	Pequanac Township,Pequannac Township,Pequannoc Township,Pequannock Township,Township of Pequannock		US	NJ	027	58110	0	America/New_York
5102591	City of Perth Amboy	city-of-perth-amboy			US	NJ	023	58200	50814	America/New_York
5102616	Town of Phillipsburg	town-of-phillipsburg			US	NJ	041	58350	14950	America/New_York
5102726	City of Plainfield	city-of-plainfield			US	NJ	039	59190	49808	America/New_York
5102733	Township of Plainsboro	township-of-plainsboro	Plainsboro Township		US	NJ	023	59280	0	America/New_York
5102781	Township of Plumsted	township-of-plumsted	Plumstead Township,Plumsted Township,Township of Plumsted		US	NJ	029	59790	0	America/New_York
5102801	Borough of Point Pleasant Beach	borough-of-point-pleasant-beach			US	NJ	029	59910	4665	America/New_York
5102810	Borough of Point Pleasant	borough-of-point-pleasant			US	NJ	029	59880	18392	America/New_York
5102819	Township of Pohatcong	township-of-pohatcong	Pohatcong Township		US	NJ	041	59820	0	America/New_York
5102829	Borough of Pompton Lakes	borough-of-pompton-lakes			US	NJ	031	60090	11097	America/New_York
5102980	Borough of Prospect Park	borough-of-prospect-park			US	NJ	031	61170	5865	America/New_York
5103071	City of Rahway	city-of-rahway			US	NJ	039	61530	27346	America/New_York
5103093	Borough of Ramsey	borough-of-ramsey			US	NJ	003	61680	14473	America/New_York
5103111	Township of Randolph	township-of-randolph	Randolph		US	NJ	027	61890	0	America/New_York
5103137	Borough of Raritan	borough-of-raritan			US	NJ	035	61980	6881	America/New_York
5103138	Township of Raritan	township-of-raritan	Raritan Township		US	NJ	019	61920	0	America/New_York
5103155	Township of Readington	township-of-readington	Readington Township		US	NJ	019	62250	0	America/New_York
5103167	Borough of Red Bank	borough-of-red-bank	Borough of Red Bank,Red Bank Borough,Redbank Borough		US	NJ	025	62430	12206	America/New_York
5103262	Village of Ridgefield Park	village-of-ridgefield-park			US	NJ	003	62940	12729	America/New_York
5103263	Borough of Ridgefield	borough-of-ridgefield			US	NJ	003	62910	11032	America/New_York
5103274	Village of Ridgewood	village-of-ridgewood			US	NJ	003	63000	24958	America/New_York
5103294	Borough of Ringwood	borough-of-ringwood			US	NJ	031	63150	12228	America/New_York
5103303	Borough of River Edge	borough-of-river-edge			US	NJ	003	63360	11340	America/New_York
5103311	Township of River Vale	township-of-river-vale	River Vale Township		US	NJ	003	63690	0	America/New_York
5103317	Borough of Riverdale	borough-of-riverdale			US	NJ	027	63300	3559	America/New_York
5103333	Township of Riverside	township-of-riverside	Riverside Township		US	NJ	005	63510	0	America/New_York
5103338	Borough of Riverton	borough-of-riverton			US	NJ	005	63660	2779	America/New_York
5103385	Township of Rochelle Park	township-of-rochelle-park	Rochelle Park Township		US	NJ	003	63990	0	America/New_York
5103407	Borough of Rockaway	borough-of-rockaway			US	NJ	027	64050	6438	America/New_York
5103408	Township of Rockaway	township-of-rockaway	Rockaway Township		US	NJ	027	64080	0	America/New_York
5103416	Borough of Rockleigh	borough-of-rockleigh			US	NJ	003	64170	531	America/New_York
5103426	Borough of Rocky Hill	borough-of-rocky-hill			US	NJ	035	64320	682	America/New_York
5103479	Borough of Roosevelt	borough-of-roosevelt			US	NJ	025	64410	882	America/New_York
5103499	Borough of Roseland	borough-of-roseland			US	NJ	013	64590	5819	America/New_York
5103508	Borough of Roselle Park	borough-of-roselle-park			US	NJ	039	64650	13297	America/New_York
5103511	Borough of Roselle	borough-of-roselle			US	NJ	039	64620	21085	America/New_York
5103543	Township of Roxbury	township-of-roxbury	Roxbury Township		US	NJ	027	64980	0	America/New_York
5103562	Borough of Rumson	borough-of-rumson			US	NJ	025	65130	7122	America/New_York
5103592	Borough of Rutherford	borough-of-rutherford			US	NJ	003	65280	18061	America/New_York
5103641	Township of Saddle Brook	township-of-saddle-brook	Saddle River Township,Township of Saddle Brook,Township of Saddle River		US	NJ	003	65340	0	America/New_York
5103669	Borough of Saddle River	borough-of-saddle-river			US	NJ	003	65400	3152	America/New_York
5104387	Township of Sandyston	township-of-sandyston	Sandis Township,Sandiston Township,Sandyston Township,Township of Sandyston		US	NJ	037	65700	0	America/New_York
5104410	Borough of Sayreville	borough-of-sayreville			US	NJ	023	65790	42704	America/New_York
5104484	Township of Scotch Plains	township-of-scotch-plains	Scotch Plains Township		US	NJ	039	66060	0	America/New_York
5104494	Borough of Sea Bright	borough-of-sea-bright			US	NJ	025	66240	1412	America/New_York
5104499	Borough of Sea Girt	borough-of-sea-girt	Borough of Sea Girt,Sea Girt Borough,Seagirt Borough		US	NJ	025	66330	1828	America/New_York
5104508	Town of Secaucus	town-of-secaucus			US	NJ	017	66570	16264	America/New_York
5104644	Borough of Shrewsbury	borough-of-shrewsbury			US	NJ	025	67350	3809	America/New_York
5104645	Township of Shrewsbury	township-of-shrewsbury	Shrewsbury Township		US	NJ	025	67365	0	America/New_York
5104779	Borough of Somerville	borough-of-somerville			US	NJ	035	68460	12098	America/New_York
5104793	City of South Amboy	city-of-south-amboy			US	NJ	023	68550	8631	America/New_York
5104796	Borough of Lake Como	borough-of-lake-como	Borough of Lake Como,Borough of South Belmar		US	NJ	025	37560	1759	America/New_York
5104802	Borough of South Bound Brook	borough-of-south-bound-brook	Bloomington Borough,Borough of South Bound Brook,South Bound Brook Borough,South Boundbrook Borough		US	NJ	035	68730	4563	America/New_York
5104818	Township of South Brunswick	township-of-south-brunswick	South Brunswick Township		US	NJ	023	68790	0	America/New_York
5104822	Township of South Hackensack	township-of-south-hackensack	South Hackensack Township		US	NJ	003	68970	0	America/New_York
5104840	Township of South Orange Village	township-of-south-orange-village	South Orange,South Orange Village Township,Township of South Orange Village		US	NJ	013	69274	0	America/New_York
5104849	Borough of South Plainfield	borough-of-south-plainfield			US	NJ	023	69390	23385	America/New_York
5104857	Borough of South River	borough-of-south-river			US	NJ	023	69420	16008	America/New_York
5104891	Township of Sparta	township-of-sparta	Sparta Township		US	NJ	037	69690	0	America/New_York
5104912	Borough of Spotswood	borough-of-spotswood			US	NJ	023	69810	8257	America/New_York
5104932	Borough of Spring Lake Heights	borough-of-spring-lake-heights			US	NJ	025	70140	4713	America/New_York
5104935	Borough of Spring Lake	borough-of-spring-lake			US	NJ	025	70110	2993	America/New_York
5104955	Township of Springfield	township-of-springfield	Springfield Township		US	NJ	005	69990	0	America/New_York
5104956	Township of Springfield	township-of-springfield	Springfield Township		US	NJ	039	70020	0	America/New_York
5104989	Borough of Stanhope	borough-of-stanhope			US	NJ	037	70380	3610	America/New_York
5105043	Township of Stillwater	township-of-stillwater	Stillwater Township		US	NJ	037	70890	0	America/New_York
5105049	Borough of Stockton	borough-of-stockton			US	NJ	019	70980	538	America/New_York
5105135	City of Summit	city-of-summit			US	NJ	039	71430	21457	America/New_York
5105171	Borough of Sussex	borough-of-sussex			US	NJ	037	71670	2130	America/New_York
5105266	Township of Teaneck	township-of-teaneck	Teaneck Township		US	NJ	003	72360	0	America/New_York
5105309	Borough of Tenafly	borough-of-tenafly			US	NJ	003	72420	14488	America/New_York
5105335	Borough of Teterboro	borough-of-teterboro			US	NJ	003	72480	67	America/New_York
5105336	Township of Tewksbury	township-of-tewksbury	Tewksbury Township		US	NJ	019	72510	0	America/New_York
5105435	Borough of Tinton Falls	borough-of-tinton-falls	Borough of New Shrewsbury,Borough of Tinton Falls		US	NJ	025	73020	17892	America/New_York
5105459	Borough of Totowa	borough-of-totowa			US	NJ	031	73140	10804	America/New_York
5105503	City of Trenton	city-of-trenton	Trenton		US	NJ	021	74000	84913	America/New_York
5105616	Borough of Union Beach	borough-of-union-beach			US	NJ	025	74540	6245	America/New_York
5105635	City of Union City	city-of-union-city	City of Union City,Civil City of Union City,Union City		US	NJ	017	74630	66455	America/New_York
5105660	Township of Union	township-of-union	Union Township		US	NJ	019	74420	0	America/New_York
5105661	Township of Union	township-of-union	Union Township		US	NJ	039	74480	0	America/New_York
5105710	Township of Upper Freehold	township-of-upper-freehold	Upper Freehold Township		US	NJ	025	74900	0	America/New_York
5105734	Borough of Upper Saddle River	borough-of-upper-saddle-river			US	NJ	003	75140	8208	America/New_York
5105807	Township of Vernon	township-of-vernon	Vernon Township		US	NJ	037	75740	0	America/New_York
5105815	Township of Verona	township-of-verona	Township of Verona,Township of the Borough of Verona,Verona Township		US	NJ	013	75815	0	America/New_York
5105832	Borough of Victory Gardens	borough-of-victory-gardens			US	NJ	027	75890	1520	America/New_York
5105960	Borough of Waldwick	borough-of-waldwick			US	NJ	003	76400	9625	America/New_York
5105965	Township of Wall	township-of-wall	Wall Township		US	NJ	025	76460	0	America/New_York
5105984	Borough of Wallington	borough-of-wallington			US	NJ	003	76490	11335	America/New_York
5106000	Township of Walpack	township-of-walpack	Walpack Township		US	NJ	037	76640	0	America/New_York
5106022	Borough of Wanaque	borough-of-wanaque			US	NJ	031	76730	11116	America/New_York
5106029	Township of Wantage	township-of-wantage	Wantage Township		US	NJ	037	76790	0	America/New_York
5106121	Borough of Washington	borough-of-washington			US	NJ	041	77270	6461	America/New_York
5106122	Township of Washington	township-of-washington	Washington Township		US	NJ	003	77135	0	America/New_York
5106123	Township of Robbinsville	township-of-robbinsville	Township of Robbinsville,Township of Washington,Washington Township		US	NJ	021	63850	0	America/New_York
5106124	Township of Washington	township-of-washington	Washington Township		US	NJ	027	77240	0	America/New_York
5106125	Township of Washington	township-of-washington	Washington Township		US	NJ	041	77300	0	America/New_York
5106140	Borough of Watchung	borough-of-watchung			US	NJ	035	77600	5801	America/New_York
5106170	Township of Wayne	township-of-wayne	Wayne Township		US	NJ	031	77840	0	America/New_York
5106189	Township of Weehawken	township-of-weehawken	Weehawken Township		US	NJ	017	77930	0	America/New_York
5106224	Township of West Amwell	township-of-west-amwell	West Amwell Township		US	NJ	019	78230	0	America/New_York
5106240	Township of West Caldwell	township-of-west-caldwell	West Caldwell Township		US	NJ	013	78510	0	America/New_York
5106276	Borough of West Long Branch	borough-of-west-long-branch			US	NJ	025	79310	8097	America/New_York
5106288	Township of West Milford	township-of-west-milford	West Milford Township		US	NJ	031	79460	0	America/New_York
5106296	Town of West New York	town-of-west-new-york			US	NJ	017	79610	49708	America/New_York
5106301	Township of West Orange	township-of-west-orange	West Orange Township		US	NJ	013	79800	0	America/New_York
5106304	Borough of Woodland Park	borough-of-woodland-park	Borough of West Paterson,Borough of Woodland Park		US	NJ	031	82423	11819	America/New_York
5106323	Township of West Windsor	township-of-west-windsor	West Windsor,West Windsor Township		US	NJ	021	80240	0	America/New_York
5106325	Township of Westampton	township-of-westampton	Westampton,Westampton Township		US	NJ	005	78200	8813	America/New_York
5106334	Town of Westfield	town-of-westfield			US	NJ	039	79040	30316	America/New_York
5106355	Borough of Westwood	borough-of-westwood			US	NJ	003	80270	10908	America/New_York
5106362	Borough of Wharton	borough-of-wharton	Borough of Port Oram,Borough of Wharton		US	NJ	027	80390	6522	America/New_York
5106390	Township of White	township-of-white	White Township		US	NJ	041	80570	0	America/New_York
5106455	Township of Willingboro	township-of-willingboro	Willingboro Township		US	NJ	005	81440	0	America/New_York
5106499	Township of Winfield	township-of-winfield	Winfield Township		US	NJ	039	81650	0	America/New_York
5106524	Borough of Wood-Ridge	borough-of-wood-ridge			US	NJ	003	82570	7626	America/New_York
5106543	Township of Woodbridge	township-of-woodbridge	Woodbridge Township		US	NJ	023	82000	0	America/New_York
5106551	Borough of Woodcliff Lake	borough-of-woodcliff-lake			US	NJ	003	82300	5730	America/New_York
5106613	Borough of Wrightstown	borough-of-wrightstown			US	NJ	005	82960	802	America/New_York
5106620	Township of Wyckoff	township-of-wyckoff	Wyckoff Township		US	NJ	003	83050	0	America/New_York
5106750	Town of Adams	town-of-adams			US	NY	045	00210	5266	America/New_York
5106759	Town of Addison	town-of-addison	Town of Addison,Town of Middletown		US	NY	101	00287	2551	America/New_York
5106790	Town of Afton	town-of-afton			US	NY	017	00353	2782	America/New_York
5106832	Town of Alabama	town-of-alabama	Town of Alabama,Town of Gerrysville		US	NY	037	00474	1818	America/New_York
5106851	City of Albany	city-of-albany			US	NY	001	01000	97856	America/New_York
5106867	Town of Albion	town-of-albion			US	NY	073	01044	8338	America/New_York
5106868	Town of Albion	town-of-albion			US	NY	075	01055	2160	America/New_York
5106885	Town of Alden	town-of-alden			US	NY	029	01099	10094	America/New_York
5106947	Town of Alexander	town-of-alexander			US	NY	037	01165	2489	America/New_York
5106952	Town of Alexandria	town-of-alexandria			US	NY	045	01176	4150	America/New_York
5106961	Town of Alfred	town-of-alfred			US	NY	003	01209	5093	America/New_York
5107001	Town of Allegany	town-of-allegany	Town of Allegany,Town of Burton		US	NY	009	01297	7691	America/New_York
5107033	Town of Allen	town-of-allen			US	NY	003	01319	443	America/New_York
5107061	Town of Alma	town-of-alma			US	NY	003	01429	847	America/New_York
5107064	Town of Almond	town-of-almond			US	NY	003	01451	1571	America/New_York
5107084	Town of Altona	town-of-altona			US	NY	019	01583	2898	America/New_York
5107111	Town of Amboy	town-of-amboy			US	NY	075	01649	1311	America/New_York
5107117	Town of Amenia	town-of-amenia			US	NY	027	01693	4284	America/New_York
5107133	Town of Amherst	town-of-amherst			US	NY	029	02000	125109	America/New_York
5107139	Town of Amity	town-of-amity			US	NY	003	02011	2226	America/New_York
5107155	City of Amsterdam	city-of-amsterdam			US	NY	057	02066	18620	America/New_York
5107156	Town of Amsterdam	town-of-amsterdam			US	NY	057	02077	6042	America/New_York
5107165	Town of Ancram	town-of-ancram	Town of Ancram,Town of Gallatin,Town of Livingston		US	NY	021	02099	1521	America/New_York
5107175	Town of Andes	town-of-andes			US	NY	025	02132	1251	America/New_York
5107178	Town of Andover	town-of-andover			US	NY	003	02154	1769	America/New_York
5107207	Town of Angelica	town-of-angelica			US	NY	003	02187	1369	America/New_York
5107238	Town of Annsville	town-of-annsville			US	NY	065	02253	2979	America/New_York
5107254	Town of Antwerp	town-of-antwerp			US	NY	045	02297	1873	America/New_York
5107293	Town of Arcade	town-of-arcade	Town of Arcade,Town of China		US	NY	121	02418	4108	America/New_York
5107295	Town of Arcadia	town-of-arcadia			US	NY	117	02440	13807	America/New_York
5107325	Town of Argyle	town-of-argyle			US	NY	115	02561	3740	America/New_York
5107327	Town of Arietta	town-of-arietta			US	NY	041	02572	292	America/New_York
5107336	Town of Arkwright	town-of-arkwright			US	NY	013	02605	1043	America/New_York
5107430	Town of Ashford	town-of-ashford			US	NY	009	02759	2084	America/New_York
5107436	Town of Ashland	town-of-ashland			US	NY	015	02781	1627	America/New_York
5107437	Town of Ashland	town-of-ashland			US	NY	039	02803	768	America/New_York
5107472	Town of Athens	town-of-athens			US	NY	039	02913	3953	America/New_York
5107491	Town of Attica	town-of-attica			US	NY	121	03012	7453	America/New_York
5107504	Town of Au Sable	town-of-au-sable	Town of Au Sable,Town of Ausable		US	NY	019	03221	3103	America/New_York
5107511	City of Auburn	city-of-auburn			US	NY	011	03078	27687	America/New_York
5107519	Town of Augusta	town-of-augusta			US	NY	065	03155	2041	America/New_York
5107524	Town of Aurelius	town-of-aurelius			US	NY	011	03166	2714	America/New_York
5107529	Town of Aurora	town-of-aurora	Town of Aurora,Town of Willink		US	NY	029	03199	13819	America/New_York
5107538	Town of Austerlitz	town-of-austerlitz			US	NY	021	03287	1639	America/New_York
5107553	Town of Ava	town-of-ava			US	NY	065	03309	706	America/New_York
5107570	Town of Avoca	town-of-avoca			US	NY	101	03342	2204	America/New_York
5107574	Town of Avon	town-of-avon	Town of Avon,Town of Hartford		US	NY	051	03364	7028	America/New_York
5107603	Town of Babylon	town-of-babylon			US	NY	103	04000	213776	America/New_York
5107661	Town of Bainbridge	town-of-bainbridge			US	NY	017	04044	3224	America/New_York
5107784	Town of Baldwin	town-of-baldwin			US	NY	015	04132	818	America/New_York
5107815	Town of Ballston	town-of-ballston			US	NY	091	04220	10644	America/New_York
5107849	Town of Bangor	town-of-bangor			US	NY	033	04319	2246	America/New_York
5107933	Town of Barker	town-of-barker			US	NY	007	04429	2682	America/New_York
5107992	Town of Barre	town-of-barre			US	NY	073	04572	1930	America/New_York
5108011	Town of Barrington	town-of-barrington			US	NY	123	04594	1671	America/New_York
5108052	Town of Barton	town-of-barton			US	NY	107	04671	8597	America/New_York
5108100	City of Batavia	city-of-batavia			US	NY	037	04715	15465	America/New_York
5108102	Town of Batavia	town-of-batavia			US	NY	037	04726	6851	America/New_York
5108114	Town of Bath	town-of-bath			US	NY	101	04770	12134	America/New_York
5108227	City of Beacon	city-of-beacon			US	NY	027	05100	15541	America/New_York
5108553	Town of Bedford	town-of-bedford			US	NY	119	05320	17946	America/New_York
5108622	Town of Beekman	town-of-beekman			US	NY	027	05452	14455	America/New_York
5108624	Town of Beekmantown	town-of-beekmantown			US	NY	019	05485	5498	America/New_York
5108648	Town of Belfast	town-of-belfast	Town of Belfast,Town of Orrinsburgh		US	NY	003	05573	1623	America/New_York
5108706	Town of Bellmont	town-of-bellmont			US	NY	033	05716	1419	America/New_York
5108807	Town of Bennington	town-of-bennington			US	NY	121	05936	3282	America/New_York
5108814	Town of Benson	town-of-benson			US	NY	041	05958	187	America/New_York
5108831	Town of Benton	town-of-benton	Snell,Town of Benton,Vernon		US	NY	123	06002	2817	America/New_York
5108851	Town of Bergen	town-of-bergen			US	NY	037	06057	3033	America/New_York
5108862	Town of Berkshire	town-of-berkshire			US	NY	107	06145	1368	America/New_York
5108866	Town of Berlin	town-of-berlin			US	NY	083	06189	1870	America/New_York
5108871	Town of Berne	town-of-berne	Town of Bern,Town of Berne		US	NY	001	06211	2824	America/New_York
5108926	Town of Bethany	town-of-bethany			US	NY	037	06266	1744	America/New_York
5108944	Town of Bethel	town-of-bethel			US	NY	105	06310	4115	America/New_York
5108954	Town of Bethlehem	town-of-bethlehem			US	NY	001	06354	34898	America/New_York
5109054	Town of Big Flats	town-of-big-flats	Town of Big Flats,Town of Bigflats		US	NY	015	06475	7767	America/New_York
5109180	City of Binghamton	city-of-binghamton			US	NY	007	06607	47376	America/New_York
5109181	Town of Binghamton	town-of-binghamton			US	NY	007	06618	4838	America/New_York
5109239	Town of Birdsall	town-of-birdsall			US	NY	003	06717	225	America/New_York
5109304	Town of Black Brook	town-of-black-brook			US	NY	019	06761	1475	America/New_York
5109486	Town of Bleecker	town-of-bleecker			US	NY	035	06882	511	America/New_York
5109491	Town of Blenheim	town-of-blenheim			US	NY	095	06893	367	America/New_York
5109561	Town of Blooming Grove	town-of-blooming-grove			US	NY	071	07003	17734	America/New_York
5109713	Town of Bolivar	town-of-bolivar			US	NY	003	07201	2106	America/New_York
5109716	Town of Bolton	town-of-bolton			US	NY	113	07234	2291	America/New_York
5109719	Town of Bombay	town-of-bombay			US	NY	033	07278	1329	America/New_York
5109762	Town of Boonville	town-of-boonville			US	NY	065	07366	4556	America/New_York
5109801	Town of Boston	town-of-boston			US	NY	029	07454	8049	America/New_York
5109844	Town of Bovina	town-of-bovina			US	NY	025	07597	602	America/New_York
5109901	Town of Boylston	town-of-boylston			US	NY	075	07674	552	America/New_York
5109932	Town of Bradford	town-of-bradford			US	NY	101	07740	837	America/New_York
5109992	Town of Brandon	town-of-brandon			US	NY	033	07839	569	America/New_York
5110024	Town of Brant	town-of-brant	Town of Brandt,Town of Brant		US	NY	029	07894	2064	America/New_York
5110032	Town of Brasher	town-of-brasher			US	NY	089	07938	2447	America/New_York
5110139	Town of Bridgewater	town-of-bridgewater			US	NY	065	08180	1499	America/New_York
5110166	Town of Brighton	town-of-brighton			US	NY	033	08213	1431	America/New_York
5110167	Town of Brighton	town-of-brighton			US	NY	055	08246	36842	America/New_York
5110197	Town of Bristol	town-of-bristol			US	NY	069	08378	2295	America/New_York
5110213	Town of Broadalbin	town-of-broadalbin			US	NY	035	08433	5161	America/New_York
5110291	Town of Brookfield	town-of-brookfield			US	NY	053	08587	2454	America/New_York
5110297	Town of Brookhaven	town-of-brookhaven			US	NY	103	10000	489278	America/New_York
5110368	Town of Broome	town-of-broome	Town of Bristol,Town of Broome		US	NY	095	10154	950	America/New_York
5110452	Town of Brownville	town-of-brownville			US	NY	045	10242	6420	America/New_York
5110465	Town of Brunswick	town-of-brunswick			US	NY	083	10275	12512	America/New_York
5110483	Town of Brutus	town-of-brutus			US	NY	011	10297	4325	America/New_York
5110651	City of Buffalo	city-of-buffalo			US	NY	029	11000	261310	America/New_York
5110781	Town of Burke	town-of-burke			US	NY	033	11165	1485	America/New_York
5110792	Town of Burlington	town-of-burlington			US	NY	077	11209	1100	America/New_York
5110812	Town of Burns	town-of-burns			US	NY	003	11253	1132	America/New_York
5110929	Town of Busti	town-of-busti			US	NY	013	11451	7395	America/New_York
5110946	Town of Butler	town-of-butler			US	NY	117	11473	1940	America/New_York
5110994	Town of Butternuts	town-of-butternuts			US	NY	077	11528	1721	America/New_York
5111019	Town of Byron	town-of-byron			US	NY	037	11572	2315	America/New_York
5111059	Town of Cairo	town-of-cairo	Town of Cairo,Town of Canton		US	NY	039	11649	6472	America/New_York
5111071	Town of Caledonia	town-of-caledonia	Town of Caledonia,Town of Southampton		US	NY	051	11715	4190	America/New_York
5111143	Town of Cambria	town-of-cambria			US	NY	063	11803	5802	America/New_York
5111146	Town of Callicoon	town-of-callicoon			US	NY	105	11759	2929	America/New_York
5111154	Town of Camden	town-of-camden	Town of Camden,Town of Linley		US	NY	065	11858	4918	America/New_York
5111172	Town of Cameron	town-of-cameron			US	NY	101	11880	940	America/New_York
5111175	Town of Camillus	town-of-camillus			US	NY	067	11913	24551	America/New_York
5111201	Town of Cambridge	town-of-cambridge			US	NY	115	11836	1961	America/New_York
5111364	Town of Campbell	town-of-campbell			US	NY	101	11946	3322	America/New_York
5111377	Town of Canaan	town-of-canaan	King's District,Kings District,Town of Canaan		US	NY	021	12056	1672	America/New_York
5111401	Town of Canadice	town-of-canadice			US	NY	069	12100	1712	America/New_York
5111404	Town of Canajoharie	town-of-canajoharie			US	NY	057	12122	3630	America/New_York
5111410	City of Canandaigua	city-of-canandaigua			US	NY	069	12144	10545	America/New_York
5111411	Town of Canandaigua	town-of-canandaigua			US	NY	069	12155	10647	America/New_York
5111438	Town of Candor	town-of-candor			US	NY	107	12221	5116	America/New_York
5111443	Town of Caneadea	town-of-caneadea			US	NY	003	12243	2341	America/New_York
5111456	Town of Canisteo	town-of-canisteo			US	NY	101	12265	3295	America/New_York
5111486	Town of Canton	town-of-canton			US	NY	089	12342	11219	America/New_York
5111491	Town of Cape Vincent	town-of-cape-vincent			US	NY	045	12364	2871	America/New_York
5111544	Town of Carlisle	town-of-carlisle			US	NY	095	12452	1865	America/New_York
5111553	Town of Carlton	town-of-carlton			US	NY	073	12496	2917	America/New_York
5111565	Town of Carmel	town-of-carmel			US	NY	079	12529	34348	America/New_York
5111586	Town of Caroga	town-of-caroga			US	NY	035	12573	1163	America/New_York
5111589	Town of Caroline	town-of-caroline			US	NY	109	12606	3456	America/New_York
5111628	Town of Carroll	town-of-carroll			US	NY	013	12639	3412	America/New_York
5111636	Town of Carrollton	town-of-carrollton			US	NY	009	12661	1241	America/New_York
5111723	Town of Castile	town-of-castile			US	NY	121	12782	2832	America/New_York
5111809	Town of Catharine	town-of-catharine	Town of Catharine,Town of Catherine		US	NY	097	12914	1718	America/New_York
5111823	Town of Catlin	town-of-catlin			US	NY	015	12947	2595	America/New_York
5111825	Town of Cato	town-of-cato			US	NY	011	12969	2496	America/New_York
5111829	Town of Caton	town-of-caton	Town of Caton,Town of Wormley		US	NY	101	12991	2151	America/New_York
5111841	Town of Catskill	town-of-catskill			US	NY	039	13013	11401	America/New_York
5111883	Town of Cayuta	town-of-cayuta			US	NY	097	13112	540	America/New_York
5111890	Town of Cazenovia	town-of-cazenovia			US	NY	053	13156	7061	America/New_York
5112048	Town of Centerville	town-of-centerville			US	NY	003	13475	812	America/New_York
5112214	Town of Champion	town-of-champion			US	NY	045	13717	4608	America/New_York
5112223	Town of Champlain	town-of-champlain			US	NY	019	13750	0	America/New_York
5112280	Town of Charleston	town-of-charleston			US	NY	057	13816	1344	America/New_York
5112296	Town of Charlotte	town-of-charlotte			US	NY	013	13860	1690	America/New_York
5112300	Town of Charlton	town-of-charlton	Town of Charlton,Town of New Freehold		US	NY	091	13926	4196	America/New_York
5112340	Town of Chatham	town-of-chatham			US	NY	021	14014	4000	America/New_York
5112342	Town of Chateaugay	town-of-chateaugay			US	NY	033	13992	1914	America/New_York
5112367	Town of Chautauqua	town-of-chautauqua			US	NY	013	14069	4356	America/New_York
5112372	Town of Chazy	town-of-chazy			US	NY	019	14113	4209	America/New_York
5112377	Town of Cheektowaga	town-of-cheektowaga	Town of Cheektowaga,Town of Cheektowaga Village		US	NY	029	15011	87514	America/New_York
5112394	Town of Chemung	town-of-chemung			US	NY	015	15077	2511	America/New_York
5112412	Town of Chenango	town-of-chenango			US	NY	007	15110	11003	America/New_York
5112432	Town of Cherry Creek	town-of-cherry-creek			US	NY	013	15198	1072	America/New_York
5112469	Town of Cherry Valley	town-of-cherry-valley			US	NY	077	15253	1183	America/New_York
5112475	Town of Chester	town-of-chester			US	NY	071	15308	11874	America/New_York
5112476	Town of Chester	town-of-chester			US	NY	113	15319	3298	America/New_York
5112478	Town of Chesterfield	town-of-chesterfield			US	NY	031	15330	2389	America/New_York
5112523	Town of Chili	town-of-chili			US	NY	055	15462	28772	America/New_York
5112716	Town of Cicero	town-of-cicero			US	NY	067	15704	31519	America/New_York
5112720	Town of Cincinnatus	town-of-cincinnatus			US	NY	023	15748	1024	America/New_York
5112777	Town of Clarence	town-of-clarence			US	NY	029	15825	32254	America/New_York
5112779	Town of Clarendon	town-of-clarendon			US	NY	073	15880	3551	America/New_York
5112782	Town of Clare	town-of-clare			US	NY	089	15792	106	America/New_York
5112842	Town of Clarkson	town-of-clarkson			US	NY	055	15957	7079	America/New_York
5112845	Town of Clarkstown	town-of-clarkstown			US	NY	087	15968	87210	America/New_York
5112848	Town of Clarksville	town-of-clarksville			US	NY	003	15990	0	America/New_York
5112867	Town of Clay	town-of-clay			US	NY	067	16067	59878	America/New_York
5112873	Town of Clayton	town-of-clayton			US	NY	045	16100	5094	America/New_York
5112876	Town of Claverack	town-of-claverack	District of Claverack,Town of Claverack		US	NY	021	16045	5846	America/New_York
5112924	Town of Clermont	town-of-clermont			US	NY	021	16177	1928	America/New_York
5112963	Town of Clifton Park	town-of-clifton-park	Town of Clifton,Town of Clifton Park		US	NY	091	16353	37135	America/New_York
5112967	Town of Clifton	town-of-clifton			US	NY	089	16287	742	America/New_York
5112993	Town of Clinton	town-of-clinton			US	NY	019	16397	718	America/New_York
5112994	Town of Clinton	town-of-clinton			US	NY	027	16408	4263	America/New_York
5113048	Town of Clymer	town-of-clymer			US	NY	013	16595	1669	America/New_York
5113098	Town of Cobleskill	town-of-cobleskill			US	NY	095	16639	6451	America/New_York
5113102	Town of Cochecton	town-of-cochecton			US	NY	105	16661	1316	America/New_York
5113124	Town of Coeymans	town-of-coeymans			US	NY	001	16694	7417	America/New_York
5113136	City of Cohoes	city-of-cohoes			US	NY	001	16749	16168	America/New_York
5113154	Town of Colchester	town-of-colchester			US	NY	025	16793	2025	America/New_York
5113242	Town of Colden	town-of-colden			US	NY	029	16870	3293	America/New_York
5113245	Town of Coldspring	town-of-coldspring			US	NY	009	16903	649	America/New_York
5113286	Town of Colesville	town-of-colesville			US	NY	007	17046	5122	America/New_York
5113329	Town of Collins	town-of-collins			US	NY	029	17200	6601	America/New_York
5113352	Town of Colonie	town-of-colonie	Town of Colonie,Town of Watervliet		US	NY	001	17343	83661	America/New_York
5113361	Town of Colton	town-of-colton			US	NY	089	17409	1446	America/New_York
5113377	Town of Columbia	town-of-columbia			US	NY	043	17431	1557	America/New_York
5113395	Town of Columbus	town-of-columbus			US	NY	017	17486	947	America/New_York
5113463	Town of Concord	town-of-concord			US	NY	029	17585	8547	America/New_York
5113474	Town of Conesus	town-of-conesus			US	NY	051	17618	2435	America/New_York
5113476	Town of Conesville	town-of-conesville			US	NY	095	17651	701	America/New_York
5113480	Town of Conewango	town-of-conewango			US	NY	009	17684	1845	America/New_York
5113527	Town of Conklin	town-of-conklin			US	NY	007	17772	5295	America/New_York
5113552	Town of Conquest	town-of-conquest			US	NY	011	17849	1759	America/New_York
5113563	Town of Constable	town-of-constable			US	NY	033	17871	1595	America/New_York
5113567	Town of Constantia	town-of-constantia	Town of Constantia,Town of Rotterdam		US	NY	075	17904	4908	America/New_York
5113678	Town of Copake	town-of-copake			US	NY	021	18102	3537	America/New_York
5113725	Town of Corinth	town-of-corinth			US	NY	091	18223	6472	America/New_York
5113764	City of Corning	city-of-corning			US	NY	101	18256	11183	America/New_York
5113765	Town of Corning	town-of-corning	Town of Corning,Town of Painted Post		US	NY	101	18267	6292	America/New_York
5113773	Town of Cornwall	town-of-cornwall			US	NY	071	18300	12563	America/New_York
5113795	City of Cortland	city-of-cortland			US	NY	023	18388	19204	America/New_York
5113800	Town of Cortlandt	town-of-cortlandt			US	NY	119	18410	42771	America/New_York
5113801	Town of Cortlandville	town-of-cortlandville			US	NY	023	18421	8328	America/New_York
5113889	Town of Coventry	town-of-coventry			US	NY	017	18619	1603	America/New_York
5113897	Town of Covert	town-of-covert			US	NY	099	18663	2146	America/New_York
5113904	Town of Covington	town-of-covington			US	NY	121	18696	1201	America/New_York
5113936	Town of Coxsackie	town-of-coxsackie			US	NY	039	18729	8528	America/New_York
5114073	Town of Crawford	town-of-crawford			US	NY	071	18916	9223	America/New_York
5114124	Town of Croghan	town-of-croghan			US	NY	049	19081	3099	America/New_York
5114249	Town of Crown Point	town-of-crown-point			US	NY	031	19246	1963	America/New_York
5114337	Town of Cuba	town-of-cuba	Town of Cuba,Town of Oil Creek		US	NY	003	19367	3167	America/New_York
5114415	Town of Cuyler	town-of-cuyler			US	NY	023	19499	945	America/New_York
5114472	Town of Danby	town-of-danby			US	NY	109	19620	3534	America/New_York
5114490	Town of Dannemora	town-of-dannemora			US	NY	019	19653	4570	America/New_York
5114495	Town of Dansville	town-of-dansville			US	NY	101	19675	1820	America/New_York
5114496	Town of Danube	town-of-danube			US	NY	043	19686	1025	America/New_York
5114501	Town of Darien	town-of-darien			US	NY	037	19719	3108	America/New_York
5114531	Town of Davenport	town-of-davenport			US	NY	025	19763	2826	America/New_York
5114575	Town of Day	town-of-day	Town of Concord,Town of Day		US	NY	091	19807	854	America/New_York
5114589	Town of Dayton	town-of-dayton			US	NY	009	19840	1832	America/New_York
5114594	Town of De Kalb	town-of-de-kalb			US	NY	089	20038	2404	America/New_York
5114599	Town of De Peyster	town-of-de-peyster			US	NY	089	20335	1038	America/New_York
5114604	Town of De Witt	town-of-de-witt			US	NY	067	20478	25650	America/New_York
5114613	Town of DeRuyter	town-of-deruyter			US	NY	053	20401	1556	America/New_York
5114680	Town of Decatur	town-of-decatur			US	NY	077	19895	344	America/New_York
5114767	Town of Deerfield	town-of-deerfield			US	NY	065	19928	4266	America/New_York
5114778	Town of Deerpark	town-of-deerpark	Town of Deer Park,Town of Deerpark		US	NY	071	19961	7776	America/New_York
5114818	Town of Delaware	town-of-delaware			US	NY	105	20104	2575	America/New_York
5114826	Town of Delhi	town-of-delhi			US	NY	025	20137	4956	America/New_York
5114864	Town of Denmark	town-of-denmark			US	NY	049	20214	2859	America/New_York
5114871	Town of Denning	town-of-denning			US	NY	111	20247	545	America/New_York
5114905	Town of Deposit	town-of-deposit			US	NY	025	20357	1635	America/New_York
5115013	Town of Diana	town-of-diana			US	NY	049	20555	1713	America/New_York
5115036	Town of Dickinson	town-of-dickinson			US	NY	007	20588	5198	America/New_York
5115037	Town of Dickinson	town-of-dickinson			US	NY	033	20610	807	America/New_York
5115113	Town of Dix	town-of-dix			US	NY	097	20676	3894	America/New_York
5115262	Town of Dover	town-of-dover			US	NY	027	20819	8494	America/New_York
5115305	Town of Dresden	town-of-dresden	Town of Dresden,Town of South Bay		US	NY	115	20885	644	America/New_York
5115381	Town of Dryden	town-of-dryden			US	NY	109	20962	14955	America/New_York
5115391	Town of Duane	town-of-duane			US	NY	033	20973	179	America/New_York
5115395	Town of Duanesburg	town-of-duanesburg			US	NY	093	21006	6263	America/New_York
5115500	City of Dunkirk	city-of-dunkirk			US	NY	013	21105	12563	America/New_York
5115501	Town of Dunkirk	town-of-dunkirk			US	NY	013	21116	1273	America/New_York
5115535	Town of Durham	town-of-durham	Town of Durham,Town of Freehold		US	NY	039	21204	2670	America/New_York
5115672	Town of Eagle	town-of-eagle			US	NY	121	21369	1173	America/New_York
5115730	Town of East Bloomfield	town-of-east-bloomfield			US	NY	069	21699	3601	America/New_York
5115842	Town of East Fishkill	town-of-east-fishkill			US	NY	027	21996	29276	America/New_York
5115863	Town of East Greenbush	town-of-east-greenbush	Town of Clinton,Town of East Greenbush		US	NY	083	22117	16481	America/New_York
5115874	Town of East Hampton	town-of-east-hampton			US	NY	103	22194	22019	America/New_York
5116017	Town of East Otto	town-of-east-otto			US	NY	009	22678	1054	America/New_York
5116048	Town of East Rochester	town-of-east-rochester			US	NY	055	22870	6666	America/New_York
5116124	Town of Eastchester	town-of-eastchester	Ost Dorp,Town of Eastchester		US	NY	119	21820	33135	America/New_York
5116145	Town of Easton	town-of-easton			US	NY	115	22656	2282	America/New_York
5116168	Town of Eaton	town-of-eaton			US	NY	053	23305	4807	America/New_York
5116220	Town of Eden	town-of-eden			US	NY	029	23415	7674	America/New_York
5116251	Town of Edinburg	town-of-edinburg	Town of Edinburg,Town of Northfield		US	NY	091	23591	1220	America/New_York
5116263	Town of Edmeston	town-of-edmeston			US	NY	077	23613	1766	America/New_York
5116286	Town of Edwards	town-of-edwards			US	NY	089	23646	1128	America/New_York
5116330	Town of Elba	town-of-elba			US	NY	037	23756	2322	America/New_York
5116344	Town of Elbridge	town-of-elbridge			US	NY	067	23800	5815	America/New_York
5116382	Town of Elizabethtown	town-of-elizabethtown	Elizabethtown		US	NY	031	23833	1144	America/New_York
5116407	Town of Ellenburg	town-of-ellenburg	Town of Ellenburg,Town of Ellenburgh		US	NY	019	23921	1720	America/New_York
5116413	Town of Ellery	town-of-ellery			US	NY	013	23976	4438	America/New_York
5116417	Town of Ellicott	town-of-ellicott			US	NY	013	23998	8538	America/New_York
5116419	Town of Ellicottville	town-of-ellicottville			US	NY	009	24031	1598	America/New_York
5116421	Town of Ellington	town-of-ellington			US	NY	013	24053	1580	America/New_York
5116444	Town of Ellisburg	town-of-ellisburg			US	NY	045	24086	3554	America/New_York
5116482	Town of Elma	town-of-elma			US	NY	029	24130	11766	America/New_York
5116504	City of Elmira	city-of-elmira			US	NY	015	24229	29200	America/New_York
5116505	Town of Elmira	town-of-elmira	Town of Elmira,Town of Newtown		US	NY	015	24240	6768	America/New_York
5116611	Town of Enfield	town-of-enfield			US	NY	109	24548	3618	America/New_York
5116631	Town of Ephratah	town-of-ephratah			US	NY	035	24603	1610	America/New_York
5116650	Town of Erin	town-of-erin			US	NY	015	24636	1916	America/New_York
5116663	Town of Erwin	town-of-erwin			US	NY	101	24647	8422	America/New_York
5116673	Town of Esopus	town-of-esopus			US	NY	111	24691	8889	America/New_York
5116676	Town of Esperance	town-of-esperance			US	NY	095	24724	1993	America/New_York
5116683	Town of Essex	town-of-essex			US	NY	031	24768	652	America/New_York
5116712	Town of Evans	town-of-evans			US	NY	029	24801	16254	America/New_York
5116770	Town of Exeter	town-of-exeter			US	NY	077	24845	956	America/New_York
5116781	Town of Fabius	town-of-fabius			US	NY	067	24878	1959	America/New_York
5116806	Town of Fairfield	town-of-fairfield			US	NY	043	24933	1573	America/New_York
5116915	Town of Fallsburg	town-of-fallsburg	Town of Fallsburg,Town of Fallsburgh		US	NY	105	25241	12773	America/New_York
5116930	Town of Farmersville	town-of-farmersville			US	NY	009	25340	1072	America/New_York
5116936	Town of Farmington	town-of-farmington			US	NY	069	25406	12901	America/New_York
5116967	Town of Fayette	town-of-fayette	Town of Fayette,Town of Washington		US	NY	099	25505	3878	America/New_York
5117009	Town of Fenner	town-of-fenner			US	NY	053	25593	1703	America/New_York
5117012	Town of Fenton	town-of-fenton			US	NY	007	25604	6494	America/New_York
5117115	Town of Fine	town-of-fine			US	NY	089	25791	1490	America/New_York
5117281	Town of Fishkill	town-of-fishkill			US	NY	027	25978	23626	America/New_York
5117409	Town of Fleming	town-of-fleming			US	NY	011	26231	2591	America/New_York
5117450	Town of Florence	town-of-florence			US	NY	065	26297	1030	America/New_York
5117454	Town of Florida	town-of-florida			US	NY	057	26308	2722	America/New_York
5117469	Town of Floyd	town-of-floyd			US	NY	065	26385	3789	America/New_York
5117610	Town of Forestburgh	town-of-forestburgh			US	NY	105	26528	788	America/New_York
5117618	Town of Forestport	town-of-forestport	Town of Forest Port,Town of Forestport		US	NY	065	26627	1548	America/New_York
5117648	Town of Fort Ann	town-of-fort-ann	Town of Fort Ann,Town of Westfield		US	NY	115	26715	6145	America/New_York
5117654	Town of Fort Covington	town-of-fort-covington			US	NY	033	26737	1633	America/New_York
5117658	Town of Fort Edward	town-of-fort-edward			US	NY	115	26781	6164	America/New_York
5117784	Town of Fowler	town-of-fowler			US	NY	089	27100	2143	America/New_York
5117862	Town of Frankfort	town-of-frankfort			US	NY	043	27199	7470	America/New_York
5117899	Town of Franklin	town-of-franklin			US	NY	025	27232	2323	America/New_York
5117900	Town of Franklin	town-of-franklin			US	NY	033	27243	1140	America/New_York
5117903	Town of Franklinville	town-of-franklinville	Town of Franklinville,Town of Ischua		US	NY	009	27342	2885	America/New_York
5117960	Town of Freetown	town-of-freetown			US	NY	023	27496	771	America/New_York
5117966	Town of Fremont	town-of-fremont			US	NY	101	27551	974	America/New_York
5117967	Town of Fremont	town-of-fremont			US	NY	105	27573	1335	America/New_York
5117977	Town of French Creek	town-of-french-creek			US	NY	013	27606	886	America/New_York
5118038	Town of Friendship	town-of-friendship			US	NY	003	27705	1929	America/New_York
5118128	City of Fulton	city-of-fulton			US	NY	075	27815	11896	America/New_York
5118129	Town of Fulton	town-of-fulton			US	NY	095	27826	1273	America/New_York
5118174	Town of Gaines	town-of-gaines			US	NY	073	27958	3250	America/New_York
5118177	Town of Gainesville	town-of-gainesville	Town of Gainesville,Town of Hebe		US	NY	121	27980	2125	America/New_York
5118182	Town of Galen	town-of-galen			US	NY	117	28013	4173	America/New_York
5118190	Town of Gallatin	town-of-gallatin			US	NY	021	28068	1636	America/New_York
5118212	Town of Galway	town-of-galway	Town of Galway,Town of New Galloway		US	NY	091	28112	3542	America/New_York
5118238	Town of Gardiner	town-of-gardiner			US	NY	111	28255	5691	America/New_York
5118321	Town of Gates	town-of-gates	Town of Gates,Town of Northampton		US	NY	055	28442	28641	America/New_York
5118346	Town of Geddes	town-of-geddes			US	NY	067	28519	16806	America/New_York
5118383	Town of Genesee Falls	town-of-genesee-falls			US	NY	121	28596	427	America/New_York
5118393	Town of Genesee	town-of-genesee			US	NY	003	28563	1646	America/New_York
5118396	Town of Geneseo	town-of-geneseo			US	NY	051	28629	10756	America/New_York
5118400	City of Geneva	city-of-geneva			US	NY	069	28640	13261	America/New_York
5118402	Town of Geneva	town-of-geneva			US	NY	069	28651	3241	America/New_York
5118405	Town of Genoa	town-of-genoa	Town of Genoa,Town of Milton		US	NY	011	28673	1907	America/New_York
5118431	Town of Georgetown	town-of-georgetown			US	NY	053	28695	817	America/New_York
5118444	Town of German Flatts	town-of-german-flatts	Town of German Flats,Town of German Flatts		US	NY	043	28750	12844	America/New_York
5118451	Town of German	town-of-german	Town of Brakel Town,Town of German		US	NY	017	28739	360	America/New_York
5118457	Town of Germantown	town-of-germantown			US	NY	021	28772	1888	America/New_York
5118469	Town of Gerry	town-of-gerry			US	NY	013	28838	1857	America/New_York
5118479	Town of Ghent	town-of-ghent			US	NY	021	28871	5229	America/New_York
5118532	Town of Gilboa	town-of-gilboa			US	NY	095	28981	1266	America/New_York
5118631	City of Glen Cove	city-of-glen-cove			US	NY	059	29113	26964	America/New_York
5118664	Town of Glen	town-of-glen			US	NY	057	29047	2463	America/New_York
5118697	City of Glens Falls	city-of-glens-falls			US	NY	113	29333	14700	America/New_York
5118706	Town of Glenville	town-of-glenville			US	NY	093	29366	29491	America/New_York
5118744	City of Gloversville	city-of-gloversville			US	NY	035	29443	15665	America/New_York
5118896	Town of Gorham	town-of-gorham	Town of Easton,Town of Gorham,Town of Lincoln		US	NY	069	29531	4257	America/New_York
5118913	Town of Goshen	town-of-goshen			US	NY	071	29553	13869	America/New_York
5118942	Town of Gouverneur	town-of-gouverneur			US	NY	089	29608	6966	America/New_York
5118993	Town of Grafton	town-of-grafton			US	NY	083	29674	2158	America/New_York
5119009	Town of Granby	town-of-granby			US	NY	075	29729	6653	America/New_York
5119022	Town of Grand Island	town-of-grand-island			US	NY	029	29828	20813	America/New_York
5119043	Town of Granger	town-of-granger			US	NY	003	29905	523	America/New_York
5119078	Town of Granville	town-of-granville			US	NY	115	30037	6514	America/New_York
5119247	Town of Great Valley	town-of-great-valley			US	NY	009	30257	1970	America/New_York
5119256	Town of Greece	town-of-greece			US	NY	055	30290	96796	America/New_York
5119299	Town of Green Island	town-of-green-island			US	NY	001	30532	2612	America/New_York
5119361	Town of Greene	town-of-greene			US	NY	017	30422	5328	America/New_York
5119370	Town of Greenfield	town-of-greenfield			US	NY	091	30444	7790	America/New_York
5119388	Town of Greenport	town-of-greenport			US	NY	021	30565	4075	America/New_York
5119409	Town of Greenville	town-of-greenville	Town of Freehold,Town of Greenfield,Town of Greenville		US	NY	039	30620	3597	America/New_York
5119410	Town of Greenville	town-of-greenville			US	NY	071	30631	4663	America/New_York
5119419	Town of Greenwich	town-of-greenwich			US	NY	115	30686	4883	America/New_York
5119435	Town of Greenwood	town-of-greenwood			US	NY	101	30741	784	America/New_York
5119447	Town of Greig	town-of-greig	Town of Brantingham,Town of Greig		US	NY	049	30796	1206	America/New_York
5119515	Town of Groton	town-of-groton	Town of Division,Town of Groton		US	NY	109	30972	6112	America/New_York
5119538	Town of Grove	town-of-grove			US	NY	003	30994	535	America/New_York
5119541	Town of Groveland	town-of-groveland			US	NY	051	31016	3375	America/New_York
5119584	Town of Guilderland	town-of-guilderland			US	NY	001	31104	35985	America/New_York
5119589	Town of Guilford	town-of-guilford	Town of Eastern,Town of Guilford		US	NY	017	31148	2844	America/New_York
5119693	Town of Hadley	town-of-hadley			US	NY	091	31269	2057	America/New_York
5119711	Town of Hague	town-of-hague	Town of Hague,Town of Rochester		US	NY	113	31335	687	America/New_York
5119733	Town of Halcott	town-of-halcott			US	NY	039	31379	249	America/New_York
5119755	Town of Halfmoon	town-of-halfmoon	Town of Half Moon,Town of Halfmoon,Town of Orange		US	NY	091	31489	23708	America/New_York
5119838	Town of Hamburg	town-of-hamburg	Town of Hamburg,Town of Hamburgh		US	NY	029	31654	58022	America/New_York
5119840	Town of Hamden	town-of-hamden	Town of Hamden,Town of Hampden		US	NY	025	31698	1267	America/New_York
5119866	Town of Hamilton	town-of-hamilton			US	NY	053	31720	6563	America/New_York
5119874	Town of Hamlin	town-of-hamlin	Town of Hamlin,Town of Union		US	NY	055	31797	9101	America/New_York
5119891	Town of Hammond	town-of-hammond			US	NY	089	31841	1176	America/New_York
5119913	Town of Hampton	town-of-hampton			US	NY	115	31885	929	America/New_York
5119915	Town of Hamptonburgh	town-of-hamptonburgh			US	NY	071	31907	5527	America/New_York
5119918	Town of Hancock	town-of-hancock			US	NY	025	31951	3087	America/New_York
5119948	Town of Hannibal	town-of-hannibal			US	NY	075	32028	4689	America/New_York
5119955	Town of Hanover	town-of-hanover			US	NY	013	32050	6809	America/New_York
5119990	Town of Hardenburgh	town-of-hardenburgh	Town of Hardenbergh,Town of Hardenburgh		US	NY	111	32116	230	America/New_York
5120028	Town of Harford	town-of-harford			US	NY	023	32160	940	America/New_York
5120048	Town of Harmony	town-of-harmony			US	NY	013	32248	2122	America/New_York
5120054	Town of Harpersfield	town-of-harpersfield			US	NY	025	32281	1510	America/New_York
5120059	Town of Harrietstown	town-of-harrietstown			US	NY	033	32314	5620	America/New_York
5120099	Town of Harrisburg	town-of-harrisburg	Town of Harrisburg,Town of Harrisburgh		US	NY	049	32358	439	America/New_York
5120112	Town of Harrison	town-of-harrison			US	NY	119	32413	28348	America/New_York
5120132	Town of Hartford	town-of-hartford			US	NY	115	32457	2240	America/New_York
5120136	Town of Hartland	town-of-hartland			US	NY	063	32490	4028	America/New_York
5120152	Town of Hartsville	town-of-hartsville			US	NY	101	32567	598	America/New_York
5120158	Town of Hartwick	town-of-hartwick			US	NY	077	32589	2041	America/New_York
5120196	Town of Hastings	town-of-hastings			US	NY	075	32688	9364	America/New_York
5120240	Town of Haverstraw	town-of-haverstraw			US	NY	087	32765	37578	America/New_York
5120390	Town of Hebron	town-of-hebron			US	NY	115	33040	1828	America/New_York
5120403	Town of Hector	town-of-hector			US	NY	097	33073	4993	America/New_York
5120487	Town of Hempstead	town-of-hempstead			US	NY	059	34000	771018	America/New_York
5120505	Town of Henderson	town-of-henderson			US	NY	045	34055	1396	America/New_York
5120522	Town of Henrietta	town-of-henrietta			US	NY	055	34099	43707	America/New_York
5120553	Town of Herkimer	town-of-herkimer			US	NY	043	34132	9901	America/New_York
5120560	Town of Hermon	town-of-hermon			US	NY	089	34176	1084	America/New_York
5120766	Town of Highland	town-of-highland			US	NY	105	34473	2439	America/New_York
5120771	Town of Highlands	town-of-highlands			US	NY	071	34550	12136	America/New_York
5120822	Town of Hillsdale	town-of-hillsdale			US	NY	021	34748	1876	America/New_York
5120890	Town of Hinsdale	town-of-hinsdale			US	NY	009	34946	2100	America/New_York
5121011	Town of Holland	town-of-holland			US	NY	029	35122	3387	America/New_York
5121174	Town of Homer	town-of-homer			US	NY	023	35287	6337	America/New_York
5121233	Town of Hoosick	town-of-hoosick			US	NY	083	35463	6847	America/New_York
5121248	Town of Hope	town-of-hope			US	NY	041	35496	389	America/New_York
5121255	Town of Hopewell	town-of-hopewell			US	NY	069	35551	3748	America/New_York
5121268	Town of Hopkinton	town-of-hopkinton			US	NY	089	35595	1057	America/New_York
5121278	Town of Horicon	town-of-horicon			US	NY	113	35639	1365	America/New_York
5121282	Town of Hornby	town-of-hornby			US	NY	101	35661	1682	America/New_York
5121291	City of Hornell	city-of-hornell			US	NY	101	35672	8563	America/New_York
5121292	Town of Hornellsville	town-of-hornellsville			US	NY	101	35683	4053	America/New_York
5121310	Town of Horseheads	town-of-horseheads			US	NY	015	35705	19566	America/New_York
5121389	Town of Hounsfield	town-of-hounsfield			US	NY	045	35782	3558	America/New_York
5121422	Town of Howard	town-of-howard			US	NY	101	35837	1429	America/New_York
5121528	City of Hudson	city-of-hudson			US	NY	021	35969	6713	America/New_York
5121570	Town of Hume	town-of-hume			US	NY	003	36112	2036	America/New_York
5121576	Town of Humphrey	town-of-humphrey			US	NY	009	36123	660	America/New_York
5121626	Town of Hunter	town-of-hunter	Town of Greenland,Town of Hunter		US	NY	039	36178	2649	America/New_York
5121654	Town of Huntington	town-of-huntington			US	NY	103	37000	204398	America/New_York
5121680	Town of Hurley	town-of-hurley			US	NY	111	37143	6168	America/New_York
5121685	Town of Huron	town-of-huron			US	NY	117	37165	2059	America/New_York
5121724	Town of Hyde Park	town-of-hyde-park	Hyde Park,Town of Hyde Park		US	NY	027	37209	21214	America/New_York
5121819	Town of Independence	town-of-independence			US	NY	003	37297	1167	America/New_York
5121882	Town of Indian Lake	town-of-indian-lake			US	NY	041	37374	1325	America/New_York
5121953	Town of Inlet	town-of-inlet			US	NY	041	37495	324	America/New_York
5122294	Town of Ira	town-of-ira			US	NY	011	37660	2227	America/New_York
5122339	Town of Irondequoit	town-of-irondequoit			US	NY	055	37726	50985	America/New_York
5122384	Town of Ischua	town-of-ischua	Town of Ischua,Town of Rice		US	NY	009	37825	827	America/New_York
5122419	Town of Islip	town-of-islip			US	NY	103	38000	336113	America/New_York
5122429	Town of Italy	town-of-italy			US	NY	123	38044	1156	America/New_York
5122440	City of Ithaca	city-of-ithaca			US	NY	109	38077	30014	America/New_York
5122441	Town of Ithaca	town-of-ithaca			US	NY	109	38088	20529	America/New_York
5122497	Town of Jackson	town-of-jackson			US	NY	115	38143	1778	America/New_York
5122539	City of Jamestown	city-of-jamestown			US	NY	013	38264	31146	America/New_York
5122560	Town of Jasper	town-of-jasper			US	NY	101	38319	1414	America/New_York
5122565	Town of Java	town-of-java			US	NY	121	38341	2011	America/New_York
5122571	Town of Jay	town-of-jay			US	NY	031	38396	2474	America/New_York
5122603	Town of Jefferson	town-of-jefferson			US	NY	095	38440	1371	America/New_York
5122668	Town of Jerusalem	town-of-jerusalem			US	NY	123	38583	4450	America/New_York
5122678	Town of Jewett	town-of-jewett			US	NY	039	38638	942	America/New_York
5122786	Town of Johnsburg	town-of-johnsburg	Town of Johnsburg,Town of Johnsburgh		US	NY	113	38715	2349	America/New_York
5122834	City of Johnstown	city-of-johnstown			US	NY	035	38781	8743	America/New_York
5122835	Town of Johnstown	town-of-johnstown			US	NY	035	38792	7359	America/New_York
5123074	Town of Junius	town-of-junius			US	NY	099	38858	1459	America/New_York
5123164	Town of Keene	town-of-keene			US	NY	031	39067	1098	America/New_York
5123239	Town of Kendall	town-of-kendall			US	NY	073	39188	2651	America/New_York
5123294	Town of Kent	town-of-kent	Frederick,Frederickstown Precinct,Town of Frederick,Town of Frederickstown,Town of Kent		US	NY	079	39331	13318	America/New_York
5123358	Town of Kiantone	town-of-kiantone			US	NY	013	39507	1332	America/New_York
5123403	Town of Kinderhook	town-of-kinderhook			US	NY	021	39573	8460	America/New_York
5123470	Town of Kingsbury	town-of-kingsbury			US	NY	115	39650	12561	America/New_York
5123485	City of Kingston	city-of-kingston			US	NY	111	39727	23893	America/New_York
5123486	Town of Kingston	town-of-kingston			US	NY	111	39738	892	America/New_York
5123523	Town of Kirkland	town-of-kirkland			US	NY	065	39804	10184	America/New_York
5123535	Town of Kirkwood	town-of-kirkwood			US	NY	007	39837	5742	America/New_York
5123628	Town of Knox	town-of-knox			US	NY	001	40002	2729	America/New_York
5123646	Town of Kortright	town-of-kortright			US	NY	025	40068	1605	America/New_York
5123697	Town of La Grange	town-of-la-grange	Town of Freedom,Town of La Grange		US	NY	027	40299	15705	America/New_York
5123707	Town of LaFayette	town-of-lafayette			US	NY	067	40266	4925	America/New_York
5123721	City of Lackawanna	city-of-lackawanna			US	NY	029	40189	18141	America/New_York
5123794	Town of Lake George	town-of-lake-george	Town of Caldwell,Town of Lake George		US	NY	113	40519	3464	America/New_York
5123817	Town of Lake Luzerne	town-of-lake-luzerne	Town of Fairfield,Town of Lake Luzerne,Town of Luzerne		US	NY	113	40662	3286	America/New_York
5123835	Town of Lake Pleasant	town-of-lake-pleasant			US	NY	041	40794	762	America/New_York
5123959	Town of Lancaster	town-of-lancaster			US	NY	029	41146	43007	America/New_York
5124002	Town of Lansing	town-of-lansing			US	NY	109	41234	11524	America/New_York
5124011	Town of Lapeer	town-of-lapeer			US	NY	023	41300	749	America/New_York
5124080	Town of Laurens	town-of-laurens			US	NY	077	41531	2346	America/New_York
5124107	Town of Lawrence	town-of-lawrence			US	NY	089	41564	1811	America/New_York
5124127	Town of Le Ray	town-of-le-ray			US	NY	045	42015	22284	America/New_York
5124131	Town of Le Roy	town-of-le-roy	Town of Bellona,Town of Le Roy,Town of Leroy		US	NY	037	42037	7488	America/New_York
5124165	Town of Lebanon	town-of-lebanon			US	NY	053	41674	1320	America/New_York
5124179	Town of Ledyard	town-of-ledyard			US	NY	011	41740	1871	America/New_York
5124186	Town of Lee	town-of-lee			US	NY	065	41762	6459	America/New_York
5124211	Town of Leicester	town-of-leicester	Town of Leicester,Town of Leister		US	NY	051	41883	2158	America/New_York
5124238	Town of Lenox	town-of-lenox			US	NY	053	41905	8948	America/New_York
5124249	Town of Leon	town-of-leon			US	NY	009	41982	1323	America/New_York
5124300	Town of Lewis	town-of-lewis			US	NY	031	42114	1340	America/New_York
5124301	Town of Lewis	town-of-lewis			US	NY	049	42125	829	America/New_York
5124304	Town of Lewisboro	town-of-lewisboro	Town of Lewisboro,Town of Lewisborough,Town of Lower Salem,Town of South Salem		US	NY	119	42136	12789	America/New_York
5124311	Town of Lewiston	town-of-lewiston			US	NY	063	42158	16051	America/New_York
5124316	Town of Lexington	town-of-lexington	Town of Lexington,Town of New Goshen		US	NY	039	42202	780	America/New_York
5124340	Town of Liberty	town-of-liberty			US	NY	105	42235	9363	America/New_York
5124345	Town of Leyden	town-of-leyden			US	NY	049	42213	1762	America/New_York
5124412	Town of Lima	town-of-lima	Town of Charleston,Town of Lima		US	NY	051	42334	4188	America/New_York
5124441	Town of Lincklaen	town-of-lincklaen			US	NY	017	42411	386	America/New_York
5124481	Town of Lincoln	town-of-lincoln			US	NY	053	42422	1976	America/New_York
5124502	Town of Lindley	town-of-lindley			US	NY	101	42576	1954	America/New_York
5124534	Town of Lisbon	town-of-lisbon			US	NY	089	42631	4103	America/New_York
5124538	Town of Lisle	town-of-lisle			US	NY	007	42653	2691	America/New_York
5124546	Town of Litchfield	town-of-litchfield			US	NY	043	42664	1499	America/New_York
5124644	City of Little Falls	city-of-little-falls			US	NY	043	42741	4946	America/New_York
5124645	Town of Little Falls	town-of-little-falls			US	NY	043	42752	1538	America/New_York
5124892	Town of Little Valley	town-of-little-valley			US	NY	009	42840	1683	America/New_York
5124934	Town of Livingston	town-of-livingston			US	NY	021	42917	3552	America/New_York
5124941	Town of Livonia	town-of-livonia			US	NY	051	42961	7679	America/New_York
5124954	Town of Lloyd	town-of-lloyd			US	NY	111	42994	10612	America/New_York
5125006	Town of Locke	town-of-locke			US	NY	011	43071	1902	America/New_York
5125017	City of Lockport	city-of-lockport			US	NY	063	43082	21165	America/New_York
5125018	Town of Lockport	town-of-lockport			US	NY	063	43093	20177	America/New_York
5125050	Town of Lodi	town-of-lodi			US	NY	099	43225	1541	America/New_York
5125097	City of Long Beach	city-of-long-beach			US	NY	059	43335	33275	America/New_York
5125172	Town of Long Lake	town-of-long-lake			US	NY	041	43412	691	America/New_York
5125304	Town of Lorraine	town-of-lorraine	Town of Lorraine,Town of Malta		US	NY	045	43544	1058	America/New_York
5125371	Town of Louisville	town-of-louisville			US	NY	089	43588	3132	America/New_York
5125463	Town of Lowville	town-of-lowville			US	NY	049	43731	4904	America/New_York
5125491	Town of Lumberland	town-of-lumberland			US	NY	105	43786	2394	America/New_York
5125522	Town of Lyme	town-of-lyme			US	NY	045	43863	2222	America/New_York
5125533	Town of Lyndon	town-of-lyndon			US	NY	009	43896	683	America/New_York
5125566	Town of Lyons	town-of-lyons			US	NY	117	43973	5518	America/New_York
5125569	Town of Lyonsdale	town-of-lyonsdale			US	NY	049	43995	1220	America/New_York
5125574	Town of Lysander	town-of-lysander			US	NY	067	44039	22785	America/New_York
5125594	Town of Macedon	town-of-macedon			US	NY	117	44160	8954	America/New_York
5125600	Town of Machias	town-of-machias			US	NY	009	44237	2317	America/New_York
5125609	Town of Macomb	town-of-macomb			US	NY	089	44391	897	America/New_York
5125643	Town of Madison	town-of-madison			US	NY	053	44435	2959	America/New_York
5125648	Town of Madrid	town-of-madrid			US	NY	089	44490	1696	America/New_York
5125682	Town of Maine	town-of-maine			US	NY	007	44611	5263	America/New_York
5125719	Town of Malone	town-of-malone	Town of Ezraville,Town of Harrison,Town of Malone		US	NY	033	44721	14201	America/New_York
5125727	Town of Malta	town-of-malta			US	NY	091	44743	15070	America/New_York
5125736	Town of Mamakating	town-of-mamakating			US	NY	105	44809	11488	America/New_York
5125750	Town of Mamaroneck	town-of-mamaroneck			US	NY	119	44842	29957	America/New_York
5125761	Town of Manchester	town-of-manchester	Town of Burt,Town of Manchester		US	NY	069	44864	9368	America/New_York
5125783	Town of Manheim	town-of-manheim			US	NY	043	44974	3246	America/New_York
5125793	Town of Manlius	town-of-manlius			US	NY	067	45029	32391	America/New_York
5125825	Town of Mansfield	town-of-mansfield			US	NY	009	45161	827	America/New_York
5125956	Town of Marathon	town-of-marathon	Town of Harrison,Town of Marathon		US	NY	023	45403	1909	America/New_York
5125965	Town of Marbletown	town-of-marbletown			US	NY	111	45458	5544	America/New_York
5125969	Town of Marcellus	town-of-marcellus			US	NY	067	45491	6170	America/New_York
5125980	Town of Marcy	town-of-marcy			US	NY	065	45535	9420	America/New_York
5126007	Town of Marilla	town-of-marilla			US	NY	029	45601	5365	America/New_York
5126021	Town of Marion	town-of-marion	Town of Marion,Town of Winchester		US	NY	117	45645	4643	America/New_York
5126047	Town of Marlborough	town-of-marlborough			US	NY	111	45722	8705	America/New_York
5126086	Town of Marshall	town-of-marshall			US	NY	065	45755	2127	America/New_York
5126126	Town of Martinsburg	town-of-martinsburg	Town of Martinsburg,Town of Martinsburgh		US	NY	049	45854	1434	America/New_York
5126154	Town of Maryland	town-of-maryland			US	NY	077	45920	1831	America/New_York
5126185	Town of Masonville	town-of-masonville			US	NY	025	45964	1276	America/New_York
5126204	Town of Massena	town-of-massena			US	NY	089	46030	12527	America/New_York
5126279	Town of Mayfield	town-of-mayfield			US	NY	035	46217	6285	America/New_York
5126344	Town of McDonough	town-of-mcdonough			US	NY	017	44127	861	America/New_York
5126512	City of Mechanicville	city-of-mechanicville			US	NY	091	46360	5196	America/New_York
5126595	Town of Mendon	town-of-mendon			US	NY	055	46558	9237	America/New_York
5126601	Town of Mentz	town-of-mentz			US	NY	011	46602	2300	America/New_York
5126621	Town of Meredith	town-of-meredith			US	NY	025	46624	1479	America/New_York
5126710	Town of Mexico	town-of-mexico			US	NY	075	46822	5143	America/New_York
5126829	Town of Middleburgh	town-of-middleburgh	Town of Middleburgh,Town of Middletown		US	NY	095	46855	3561	America/New_York
5126835	Town of Middlefield	town-of-middlefield			US	NY	077	46910	2053	America/New_York
5126841	Town of Middlesex	town-of-middlesex	Town of Augusta,Town of Middlesex		US	NY	123	47020	1476	America/New_York
5126844	Town of Middlebury	town-of-middlebury			US	NY	121	46877	1399	America/New_York
5126846	City of Middletown	city-of-middletown			US	NY	071	47042	28086	America/New_York
5126847	Town of Middletown	town-of-middletown			US	NY	025	47031	3601	America/New_York
5126872	Town of Milan	town-of-milan			US	NY	027	47207	2351	America/New_York
5126893	Town of Milford	town-of-milford	Town of Milford,Town of Suffrage		US	NY	077	47240	2944	America/New_York
5127096	Town of Milo	town-of-milo			US	NY	123	47504	6861	America/New_York
5127108	Town of Milton	town-of-milton			US	NY	091	47537	18973	America/New_York
5127113	Town of Mina	town-of-mina			US	NY	013	47592	1081	America/New_York
5127117	Town of Minden	town-of-minden			US	NY	057	47614	4175	America/New_York
5127149	Town of Minetto	town-of-minetto			US	NY	075	47691	1614	America/New_York
5127152	Town of Minerva	town-of-minerva			US	NY	031	47669	797	America/New_York
5127157	Town of Minisink	town-of-minisink			US	NY	071	47713	4518	America/New_York
5127245	Town of Mohawk	town-of-mohawk			US	NY	057	47834	3788	America/New_York
5127259	Town of Moira	town-of-moira			US	NY	033	47933	2844	America/New_York
5127313	Town of Monroe	town-of-monroe	Town of Cheesecocks,Town of Chesecocks,Town of Chesekook,Town of Monroe,Town of Southfield		US	NY	071	47999	42983	America/New_York
5127319	Town of Montague	town-of-montague			US	NY	049	48032	78	America/New_York
5127350	Town of Montezuma	town-of-montezuma			US	NY	011	48131	1249	America/New_York
5127358	Town of Montgomery	town-of-montgomery			US	NY	071	48153	23670	America/New_York
5127365	Town of Montour	town-of-montour			US	NY	097	48186	2283	America/New_York
5127390	Town of Mooers	town-of-mooers			US	NY	019	48252	3593	America/New_York
5127475	Town of Moravia	town-of-moravia			US	NY	011	48307	3515	America/New_York
5127482	Town of Moreau	town-of-moreau			US	NY	091	48318	15149	America/New_York
5127486	Town of Morehouse	town-of-morehouse			US	NY	041	48340	82	America/New_York
5127518	Town of Moriah	town-of-moriah			US	NY	031	48428	4735	America/New_York
5127549	Town of Morris	town-of-morris			US	NY	077	48494	1815	America/New_York
5127560	Town of Morristown	town-of-morristown			US	NY	089	48582	1935	America/New_York
5127739	Town of Mount Hope	town-of-mount-hope			US	NY	071	48857	6919	America/New_York
5127750	Town of Mount Kisco	town-of-mount-kisco			US	NY	119	48895	11145	America/New_York
5127771	Town of Mount Morris	town-of-mount-morris			US	NY	051	48956	4366	America/New_York
5127806	Town of Mount Pleasant	town-of-mount-pleasant			US	NY	119	49011	44890	America/New_York
5127853	City of Mount Vernon	city-of-mount-vernon			US	NY	119	49121	67292	America/New_York
5128199	Town of Murray	town-of-murray			US	NY	073	49286	4786	America/New_York
5128265	Town of Nanticoke	town-of-nanticoke			US	NY	007	49396	1615	America/New_York
5128281	Town of Napoli	town-of-napoli	Town of Cold Spring,Town of Napoli		US	NY	009	49462	1293	America/New_York
5128284	Town of Naples	town-of-naples	Town of Middletown,Town of Naples		US	NY	069	49440	2482	America/New_York
5128326	Town of Nassau	town-of-nassau	Town of Nassau,Town of Philipstown		US	NY	083	49517	4823	America/New_York
5128424	Town of Nelson	town-of-nelson			US	NY	053	49770	1977	America/New_York
5128454	Town of Neversink	town-of-neversink			US	NY	105	49847	3407	America/New_York
5128461	Town of New Albion	town-of-new-albion			US	NY	009	49880	1911	America/New_York
5128464	Town of New Baltimore	town-of-new-baltimore			US	NY	039	49935	3260	America/New_York
5128466	Town of New Berlin	town-of-new-berlin	Town of Lancaster,Town of New Berlin		US	NY	017	49957	2538	America/New_York
5128471	Town of New Bremen	town-of-new-bremen			US	NY	049	50001	2709	America/New_York
5128480	Town of New Castle	town-of-new-castle			US	NY	119	50078	18067	America/New_York
5128504	Town of New Hartford	town-of-new-hartford			US	NY	065	50309	22114	America/New_York
5128507	Town of New Haven	town-of-new-haven			US	NY	075	50342	2862	America/New_York
5128512	Town of New Hudson	town-of-new-hudson			US	NY	003	50375	770	America/New_York
5128525	Town of New Lebanon	town-of-new-lebanon			US	NY	021	50452	2235	America/New_York
5128528	Town of New Lisbon	town-of-new-lisbon	Town of Lisbon,Town of New Lisbon		US	NY	077	50485	1078	America/New_York
5128541	Town of New Paltz	town-of-new-paltz			US	NY	111	50562	14179	America/New_York
5128558	City of New Rochelle	city-of-new-rochelle			US	NY	119	50617	77062	America/New_York
5128563	Town of New Scotland	town-of-new-scotland			US	NY	001	50672	8798	America/New_York
5128579	Town of New Windsor	town-of-new-windsor			US	NY	071	50848	26577	America/New_York
5128645	Town of Newark Valley	town-of-newark-valley	Town of Newark Valley,Town of Westville		US	NY	107	49913	3798	America/New_York
5128657	City of Newburgh	city-of-newburgh			US	NY	071	50034	28866	America/New_York
5128658	Town of Newburgh	town-of-newburgh			US	NY	071	50045	30744	America/New_York
5128672	Town of Newfane	town-of-newfane	Town of New Fane,Town of Newfane		US	NY	063	50232	9410	America/New_York
5128677	Town of Newfield	town-of-newfield	Town of Cayuta,Town of Newfield		US	NY	109	50254	5317	America/New_York
5128679	Town of Newcomb	town-of-newcomb			US	NY	031	50144	422	America/New_York
5128691	Town of Newport	town-of-newport			US	NY	043	50584	2279	America/New_York
5128693	Town of Newstead	town-of-newstead			US	NY	029	50716	8654	America/New_York
5128728	City of Niagara Falls	city-of-niagara-falls			US	NY	063	51055	50193	America/New_York
5128738	Town of Niagara	town-of-niagara			US	NY	063	51033	8131	America/New_York
5128766	Town of Nichols	town-of-nichols			US	NY	107	51121	2479	America/New_York
5128792	Town of Niles	town-of-niles			US	NY	011	51198	1168	America/New_York
5128826	Town of Niskayuna	town-of-niskayuna			US	NY	093	51264	22112	America/New_York
5128863	Town of Norfolk	town-of-norfolk			US	NY	089	51330	4588	America/New_York
5128976	Town of North Castle	town-of-north-castle			US	NY	119	51693	12304	America/New_York
5128997	Town of North Collins	town-of-north-collins	Town of North Collins,Town of Shirley		US	NY	029	51803	3514	America/New_York
5129020	Town of North Dansville	town-of-north-dansville			US	NY	051	51869	5402	America/New_York
5129026	Town of North East	town-of-north-east	Northeast,Town of North East		US	NY	027	51891	2987	America/New_York
5129031	Town of North Elba	town-of-north-elba			US	NY	031	51935	8474	America/New_York
5129061	Town of North Greenbush	town-of-north-greenbush			US	NY	083	52100	12207	America/New_York
5129074	Town of North Harmony	town-of-north-harmony			US	NY	013	52155	2217	America/New_York
5129081	Town of North Hempstead	town-of-north-hempstead			US	NY	059	53000	230614	America/New_York
5129103	Town of North Hudson	town-of-north-hudson			US	NY	031	53077	240	America/New_York
5129149	Town of North Norwich	town-of-north-norwich			US	NY	017	53297	1735	America/New_York
5129204	Town of North Salem	town-of-north-salem			US	NY	119	53517	5205	America/New_York
5129246	City of North Tonawanda	city-of-north-tonawanda			US	NY	063	53682	31568	America/New_York
5129275	Town of Northampton	town-of-northampton			US	NY	035	51407	2585	America/New_York
5129311	Town of Northumberland	town-of-northumberland			US	NY	091	53737	5159	America/New_York
5129358	Town of Norway	town-of-norway			US	NY	043	53968	776	America/New_York
5129362	City of Norwich	city-of-norwich			US	NY	017	53979	7190	America/New_York
5129363	Town of Norwich	town-of-norwich			US	NY	017	53990	3837	America/New_York
5129428	Town of Nunda	town-of-nunda			US	NY	051	54089	2990	America/New_York
5129548	Town of Oakfield	town-of-oakfield			US	NY	037	54166	3169	America/New_York
5129625	Town of Ogden	town-of-ogden			US	NY	055	54474	20200	America/New_York
5129630	City of Ogdensburg	city-of-ogdensburg			US	NY	089	54485	11128	America/New_York
5129638	Town of Ohio	town-of-ohio	Town of Ohio,Town of West Brunswick		US	NY	043	54507	1003	America/New_York
5129784	City of Olean	city-of-olean			US	NY	009	54716	14452	America/New_York
5129785	Town of Olean	town-of-olean			US	NY	009	54727	1926	America/New_York
5129790	Town of Olive	town-of-olive			US	NY	111	54749	4345	America/New_York
5129845	City of Oneida	city-of-oneida			US	NY	053	54837	11393	America/New_York
5129853	City of Oneonta	city-of-oneonta			US	NY	077	54881	13901	America/New_York
5129854	Town of Oneonta	town-of-oneonta	Town of Oneonta,Town of Otego		US	NY	077	54892	5084	America/New_York
5129884	Town of Onondaga	town-of-onondaga			US	NY	067	54958	23084	America/New_York
5129895	Town of Ontario	town-of-ontario	Town of Freetown,Town of Ontario		US	NY	117	55013	10117	America/New_York
5129909	Town of Oppenheim	town-of-oppenheim			US	NY	035	55101	1867	America/New_York
5129921	Town of Orange	town-of-orange			US	NY	097	55156	1455	America/New_York
5129926	Town of Orangetown	town-of-orangetown			US	NY	087	55211	50479	America/New_York
5129928	Town of Orangeville	town-of-orangeville			US	NY	121	55222	1340	America/New_York
5129940	Town of Orchard Park	town-of-orchard-park			US	NY	029	55277	29613	America/New_York
5129998	Town of Orleans	town-of-orleans			US	NY	045	55398	2860	America/New_York
5130014	Town of Orwell	town-of-orwell			US	NY	075	55453	1189	America/New_York
5130031	Town of Osceola	town-of-osceola			US	NY	049	55497	230	America/New_York
5130044	Town of Ossian	town-of-ossian			US	NY	051	55508	775	America/New_York
5130059	Town of Ossining	town-of-ossining	Town of Ossining,Town of Ossinsing		US	NY	119	55541	38384	America/New_York
5130067	Town of Oswegatchie	town-of-oswegatchie			US	NY	089	55563	4381	America/New_York
5130082	City of Oswego	city-of-oswego			US	NY	075	55574	18142	America/New_York
5130083	Town of Oswego	town-of-oswego			US	NY	075	55585	7954	America/New_York
5130087	Town of Otego	town-of-otego	Town of Huntsville,Town of Otego		US	NY	077	55629	2994	America/New_York
5130101	Town of Otisco	town-of-otisco			US	NY	067	55651	2557	America/New_York
5130107	Town of Otsego	town-of-otsego			US	NY	077	55695	3779	America/New_York
5130113	Town of Otselic	town-of-otselic			US	NY	017	55717	1024	America/New_York
5130154	Town of Otto	town-of-otto			US	NY	009	55783	783	America/New_York
5130261	Town of Ovid	town-of-ovid			US	NY	099	55827	2333	America/New_York
5130271	Town of Owasco	town-of-owasco			US	NY	011	55871	3709	America/New_York
5130276	Town of Owego	town-of-owego			US	NY	107	55893	19182	America/New_York
5130322	Town of Oxford	town-of-oxford			US	NY	017	55959	3811	America/New_York
5130331	Town of Oyster Bay	town-of-oyster-bay			US	NY	059	56000	298768	America/New_York
5130398	Town of Palatine	town-of-palatine	Town of Palatine,Town of Stone Arabia		US	NY	057	56099	3224	America/New_York
5130404	Town of Palermo	town-of-palermo			US	NY	075	56154	3620	America/New_York
5130443	Town of Palmyra	town-of-palmyra			US	NY	117	56198	7716	America/New_York
5130446	Town of Pamelia	town-of-pamelia	Town of Leander,Town of Pamelia		US	NY	045	56209	3113	America/New_York
5130525	Town of Paris	town-of-paris			US	NY	065	56330	4342	America/New_York
5130531	Town of Parish	town-of-parish			US	NY	075	56352	2485	America/New_York
5130534	Town of Parishville	town-of-parishville			US	NY	089	56374	2106	America/New_York
5130623	Town of Parma	town-of-parma			US	NY	055	56561	15836	America/New_York
5130699	Town of Patterson	town-of-patterson	Town of Franklin,Town of Patterson		US	NY	079	56748	11973	America/New_York
5130718	Town of Pavilion	town-of-pavilion			US	NY	037	56792	2455	America/New_York
5130723	Town of Pawling	town-of-pawling			US	NY	027	56825	8337	America/New_York
5130844	City of Peekskill	city-of-peekskill			US	NY	119	56979	23583	America/New_York
5130869	Town of Pelham	town-of-pelham			US	NY	119	57012	12642	America/New_York
5130890	Town of Pembroke	town-of-pembroke			US	NY	037	57078	4253	America/New_York
5130898	Town of Pendleton	town-of-pendleton			US	NY	063	57111	6604	America/New_York
5130906	Town of Penfield	town-of-penfield			US	NY	055	57144	37502	America/New_York
5130961	Town of Perinton	town-of-perinton			US	NY	055	57221	46500	America/New_York
5130994	Town of Perry	town-of-perry			US	NY	121	57254	4433	America/New_York
5130999	Town of Perrysburg	town-of-perrysburg	Town of Perry,Town of Perrysburg		US	NY	009	57298	1592	America/New_York
5131004	Town of Persia	town-of-persia			US	NY	009	57331	2324	America/New_York
5131008	Town of Perth	town-of-perth			US	NY	035	57353	3494	America/New_York
5131011	Town of Peru	town-of-peru			US	NY	019	57375	7001	America/New_York
5131038	Town of Petersburgh	town-of-petersburgh			US	NY	083	57441	1506	America/New_York
5131072	Town of Pharsalia	town-of-pharsalia	Town of Pharsalia,Town of Stonington		US	NY	017	57507	577	America/New_York
5131093	Town of Phelps	town-of-phelps	Town of Phelps,Town of Sullivan		US	NY	069	57529	6946	America/New_York
5131097	Town of Philadelphia	town-of-philadelphia			US	NY	045	57562	1948	America/New_York
5131103	Town of Philipstown	town-of-philipstown	Town of Philipstown,Town of Phillipstown		US	NY	079	57584	9702	America/New_York
5131244	Town of Piercefield	town-of-piercefield			US	NY	089	57716	300	America/New_York
5131254	Town of Pierrepont	town-of-pierrepont			US	NY	089	57771	2560	America/New_York
5131283	Town of Pike	town-of-pike			US	NY	121	57826	1091	America/New_York
5131307	Town of Pinckney	town-of-pinckney			US	NY	049	57925	326	America/New_York
5131462	Town of Pine Plains	town-of-pine-plains			US	NY	027	58156	2442	America/New_York
5131598	Town of Pitcairn	town-of-pitcairn			US	NY	089	58266	831	America/New_York
5131605	Town of Pitcher	town-of-pitcher			US	NY	017	58288	781	America/New_York
5131613	Town of Pittsfield	town-of-pittsfield			US	NY	077	58343	1318	America/New_York
5131617	Town of Pittsford	town-of-pittsford			US	NY	055	58365	29618	America/New_York
5131619	Town of Pittstown	town-of-pittstown			US	NY	083	58398	5706	America/New_York
5131631	Town of Plainfield	town-of-plainfield			US	NY	077	58420	880	America/New_York
5131677	Town of Plattekill	town-of-plattekill	Town of Plaaterskill,Town of Plattekil,Town of Plattekill,Town of Platterkill		US	NY	111	58552	10304	America/New_York
5131682	City of Plattsburgh	city-of-plattsburgh			US	NY	019	58574	19989	America/New_York
5131683	Town of Plattsburgh	town-of-plattsburgh	Town of Plattsburg,Town of Plattsburgh		US	NY	019	58585	11896	America/New_York
5131745	Town of Pleasant Valley	town-of-pleasant-valley			US	NY	027	58695	9826	America/New_York
5131808	Town of Plymouth	town-of-plymouth			US	NY	017	58772	1759	America/New_York
5131844	Town of Poestenkill	town-of-poestenkill			US	NY	083	58805	4542	America/New_York
5131863	Town of Poland	town-of-poland			US	NY	013	58926	2267	America/New_York
5131893	Town of Pomfret	town-of-pomfret			US	NY	013	58981	14351	America/New_York
5131905	Town of Pompey	town-of-pompey			US	NY	067	59036	7394	America/New_York
5132019	City of Port Jervis	city-of-port-jervis			US	NY	071	59388	8828	America/New_York
5132036	Town of Portage	town-of-portage			US	NY	051	59179	867	America/New_York
5132054	Town of Porter	town-of-porter			US	NY	063	59267	6632	America/New_York
5132061	Town of Portland	town-of-portland			US	NY	013	59421	4694	America/New_York
5132068	Town of Portville	town-of-portville			US	NY	009	59509	3615	America/New_York
5132106	Town of Potsdam	town-of-potsdam			US	NY	089	59575	16218	America/New_York
5132134	Town of Potter	town-of-potter			US	NY	123	59597	1855	America/New_York
5132146	City of Poughkeepsie	city-of-poughkeepsie			US	NY	027	59641	32736	America/New_York
5132147	Town of Poughkeepsie	town-of-poughkeepsie			US	NY	027	59652	44452	America/New_York
5132153	Town of Pound Ridge	town-of-pound-ridge			US	NY	119	59685	5248	America/New_York
5132206	Town of Prattsburgh	town-of-prattsburgh			US	NY	101	59718	2020	America/New_York
5132208	Town of Prattsville	town-of-prattsville			US	NY	039	59751	679	America/New_York
5132214	Town of Preble	town-of-preble			US	NY	023	59773	1344	America/New_York
5132239	Town of Preston	town-of-preston			US	NY	017	59817	1015	America/New_York
5132263	Town of Princetown	town-of-princetown			US	NY	093	59861	2119	America/New_York
5132333	Town of Providence	town-of-providence			US	NY	091	59949	2039	America/New_York
5133100	Town of Pulteney	town-of-pulteney			US	NY	101	59982	1282	America/New_York
5133178	Town of Putnam Valley	town-of-putnam-valley	Town of Putnam Valley,Town of Quincy		US	NY	079	60147	11660	America/New_York
5133179	Town of Putnam	town-of-putnam			US	NY	115	60092	591	America/New_York
5133282	Town of Queensbury	town-of-queensbury			US	NY	113	60356	27703	America/New_York
5133374	Town of Ramapo	town-of-ramapo	Town of Hampstead,Town of New Hampstead,Town of Ramapo		US	NY	087	60510	135257	America/New_York
5133409	Town of Randolph	town-of-randolph			US	NY	009	60587	2521	America/New_York
5133446	Town of Rathbone	town-of-rathbone			US	NY	101	60653	1113	America/New_York
5133505	Town of Reading	town-of-reading			US	NY	097	60763	1705	America/New_York
5133553	Town of Red Hook	town-of-red-hook			US	NY	027	60905	11239	America/New_York
5133562	Town of Red House	town-of-red-house			US	NY	009	60950	35	America/New_York
5133597	Town of Redfield	town-of-redfield			US	NY	075	60873	573	America/New_York
5133656	Town of Remsen	town-of-remsen			US	NY	065	61126	1913	America/New_York
5133674	City of Rensselaer	city-of-rensselaer			US	NY	083	61148	9392	America/New_York
5133677	Town of Rensselaerville	town-of-rensselaerville			US	NY	001	61181	1851	America/New_York
5133745	Town of Rhinebeck	town-of-rhinebeck	Town of Kipsbergen,Town of Rhinebeck		US	NY	027	61357	7811	America/New_York
5133796	Town of Richfield	town-of-richfield			US	NY	077	61467	2311	America/New_York
5133798	Town of Richford	town-of-richford	Town of Arlington,Town of Richford		US	NY	107	61511	1133	America/New_York
5133801	Town of Richland	town-of-richland			US	NY	075	61533	5661	America/New_York
5133815	Town of Richmond	town-of-richmond	Pittstown,Town of Richmond		US	NY	069	61544	3301	America/New_York
5133817	Town of Richmondville	town-of-richmondville			US	NY	095	61599	2486	America/New_York
5133856	Town of Ridgeway	town-of-ridgeway			US	NY	073	61742	6531	America/New_York
5133868	Town of Riga	town-of-riga			US	NY	055	61808	5640	America/New_York
5133897	Town of Ripley	town-of-ripley			US	NY	013	61885	2344	America/New_York
5133929	Town of Riverhead	town-of-riverhead			US	NY	103	61984	33774	America/New_York
5134098	City of Rochester	city-of-rochester			US	NY	055	63000	210565	America/New_York
5134099	Town of Rochester	town-of-rochester			US	NY	111	63011	7253	America/New_York
5134195	Town of Rockland	town-of-rockland			US	NY	105	63176	3607	America/New_York
5134247	Town of Rodman	town-of-rodman	Town of Harrison,Town of Rodman		US	NY	045	63341	1207	America/New_York
5134301	City of Rome	city-of-rome			US	NY	065	63418	33725	America/New_York
5134308	Town of Romulus	town-of-romulus			US	NY	099	63440	4333	America/New_York
5134355	Town of Root	town-of-root			US	NY	057	63561	1688	America/New_York
5134390	Town of Rose	town-of-rose			US	NY	117	63605	2310	America/New_York
5134393	Town of Roseboom	town-of-roseboom			US	NY	077	63638	689	America/New_York
5134409	Town of Rosendale	town-of-rosendale			US	NY	111	63737	5951	America/New_York
5134440	Town of Rossie	town-of-rossie			US	NY	089	63858	857	America/New_York
5134456	Town of Rotterdam	town-of-rotterdam			US	NY	093	63935	29314	America/New_York
5134577	Town of Roxbury	town-of-roxbury			US	NY	025	64001	2394	America/New_York
5134586	Town of Royalton	town-of-royalton			US	NY	063	64034	7567	America/New_York
5134635	Town of Rush	town-of-rush			US	NY	055	64144	3500	America/New_York
5134638	Town of Rushford	town-of-rushford			US	NY	003	64166	1131	America/New_York
5134664	Town of Russia	town-of-russia	Town of Russia,Town of Union		US	NY	043	64254	2555	America/New_York
5134667	Town of Russell	town-of-russell	Russell		US	NY	089	64221	1825	America/New_York
5134677	Town of Rutland	town-of-rutland			US	NY	045	64265	3116	America/New_York
5134711	City of Rye	city-of-rye			US	NY	119	64309	15720	America/New_York
5134712	Town of Rye	town-of-rye			US	NY	119	64320	47023	America/New_York
5134958	Town of Saint Armand	town-of-saint-armand			US	NY	031	64529	0	America/New_York
5136089	City of Salamanca	city-of-salamanca			US	NY	009	64749	5815	America/New_York
5136090	Town of Salamanca	town-of-salamanca	Town of Bucktooth,Town of Salamanca		US	NY	009	64760	450	America/New_York
5136102	Town of Salem	town-of-salem			US	NY	115	64782	2678	America/New_York
5136105	Town of Salina	town-of-salina			US	NY	067	64815	33309	America/New_York
5136113	Town of Salisbury	town-of-salisbury			US	NY	043	64837	1907	America/New_York
5136214	Town of Sand Lake	town-of-sand-lake	Town of Sand Lake,Town of Sandlake		US	NY	083	65013	8517	America/New_York
5136264	Town of Sandy Creek	town-of-sandy-creek			US	NY	075	65079	3824	America/New_York
5136290	Town of Sanford	town-of-sanford			US	NY	007	65112	2375	America/New_York
5136301	Town of Santa Clara	town-of-santa-clara			US	NY	033	65178	344	America/New_York
5136303	Town of Sangerfield	town-of-sangerfield			US	NY	065	65134	2512	America/New_York
5136335	City of Saratoga Springs	city-of-saratoga-springs			US	NY	091	65255	26586	America/New_York
5136336	Town of Saratoga	town-of-saratoga			US	NY	091	65244	5694	America/New_York
5136341	Town of Sardinia	town-of-sardinia			US	NY	029	65277	2793	America/New_York
5136348	Town of Saranac	town-of-saranac			US	NY	019	65211	3966	America/New_York
5136355	Town of Saugerties	town-of-saugerties			US	NY	111	65299	19187	America/New_York
5136369	Town of Savannah	town-of-savannah			US	NY	117	65343	1687	America/New_York
5136445	Town of Scarsdale	town-of-scarsdale			US	NY	119	65442	17885	America/New_York
5136451	Town of Schaghticoke	town-of-schaghticoke			US	NY	083	65486	7688	America/New_York
5136464	City of Schenectady	city-of-schenectady			US	NY	093	65508	66135	America/New_York
5136489	Town of Schodack	town-of-schodack			US	NY	083	65541	13179	America/New_York
5136505	Town of Schoharie	town-of-schoharie			US	NY	095	65596	3039	America/New_York
5137350	Town of Schroeppel	town-of-schroeppel			US	NY	075	65618	8308	America/New_York
5137357	Town of Schroon	town-of-schroon			US	NY	031	65629	1622	America/New_York
5137373	Town of Schuyler Falls	town-of-schuyler-falls			US	NY	019	65717	5141	America/New_York
5137379	Town of Schuyler	town-of-schuyler			US	NY	043	65695	3378	America/New_York
5137393	Town of Scio	town-of-scio			US	NY	003	65772	1768	America/New_York
5137398	Town of Scipio	town-of-scipio			US	NY	011	65816	1653	America/New_York
5137441	Town of Scott	town-of-scott			US	NY	023	65915	1152	America/New_York
5137468	Town of Scriba	town-of-scriba			US	NY	075	65992	6670	America/New_York
5137613	Town of Sempronius	town-of-sempronius			US	NY	011	66278	930	America/New_York
5137625	Town of Seneca Falls	town-of-seneca-falls	Seneca Falls,Town of Seneca Falls		US	NY	099	66333	8848	America/New_York
5137647	Town of Seneca	town-of-seneca			US	NY	069	66289	2733	America/New_York
5137652	Town of Sennett	town-of-sennett			US	NY	011	66443	3573	America/New_York
5137712	Town of Seward	town-of-seward			US	NY	095	66542	1679	America/New_York
5137766	Town of Shandaken	town-of-shandaken			US	NY	111	66597	3002	America/New_York
5137790	Town of Sharon	town-of-sharon	Town of Dorlach,Town of Sharon		US	NY	095	66641	1767	America/New_York
5137828	Town of Shawangunk	town-of-shawangunk			US	NY	111	66674	14138	America/New_York
5137860	Town of Shelby	town-of-shelby			US	NY	073	66751	5154	America/New_York
5137873	Town of Sheldon	town-of-sheldon			US	NY	121	66773	2334	America/New_York
5137897	Town of Shelter Island	town-of-shelter-island			US	NY	103	66839	2418	America/New_York
5137928	Town of Sherburne	town-of-sherburne			US	NY	017	66894	3928	America/New_York
5137934	Town of Sheridan	town-of-sheridan			US	NY	013	66916	2591	America/New_York
5137954	Town of Sherman	town-of-sherman			US	NY	013	66960	1606	America/New_York
5137959	City of Sherrill	city-of-sherrill			US	NY	065	66993	3071	America/New_York
5138119	Town of Sidney	town-of-sidney			US	NY	025	67345	5560	America/New_York
5138292	Town of Skaneateles	town-of-skaneateles			US	NY	067	67521	7262	America/New_York
5138530	Town of Smithfield	town-of-smithfield			US	NY	053	67785	1278	America/New_York
5138544	Town of Smithtown	town-of-smithtown			US	NY	103	68000	118275	America/New_York
5138548	Town of Smithville	town-of-smithville			US	NY	017	68055	1292	America/New_York
5138559	Town of Smyrna	town-of-smyrna	Town of Smyrna,Town of Stafford		US	NY	017	68110	1244	America/New_York
5138661	Town of Sodus	town-of-sodus			US	NY	117	68220	8179	America/New_York
5138670	Town of Solon	town-of-solon			US	NY	023	68264	1066	America/New_York
5138681	Town of Somers	town-of-somers	Town of Somers,Town of Somerstown,Town of Stephentown		US	NY	119	68308	21397	America/New_York
5138685	Town of Somerset	town-of-somerset			US	NY	063	68330	2591	America/New_York
5138786	Town of South Bristol	town-of-south-bristol			US	NY	069	68660	1588	America/New_York
5139016	Town of South Valley	town-of-south-valley			US	NY	009	69870	262	America/New_York
5139036	Town of Southampton	town-of-southampton			US	NY	103	68473	58254	America/New_York
5139045	Town of Southeast	town-of-southeast			US	NY	079	68924	18041	America/New_York
5139057	Town of Southold	town-of-southold			US	NY	103	69463	22274	America/New_York
5139060	Town of Southport	town-of-southport			US	NY	015	69617	10520	America/New_York
5139092	Town of Spafford	town-of-spafford			US	NY	067	70057	1676	America/New_York
5139109	Town of Sparta	town-of-sparta			US	NY	051	70101	1598	America/New_York
5139151	Town of Spencer	town-of-spencer			US	NY	107	70178	3021	America/New_York
5139290	Town of Springfield	town-of-springfield			US	NY	077	70310	1312	America/New_York
5139293	Town of Springport	town-of-springport			US	NY	011	70376	2309	America/New_York
5139305	Town of Springwater	town-of-springwater			US	NY	051	70475	2309	America/New_York
5139420	Town of Stafford	town-of-stafford			US	NY	037	70607	2405	America/New_York
5139431	Town of Stamford	town-of-stamford	Town of New Stamford,Town of Stamford		US	NY	025	70629	2167	America/New_York
5139441	Town of Stanford	town-of-stanford			US	NY	027	70662	3786	America/New_York
5139495	Town of Stark	town-of-stark			US	NY	043	70794	732	America/New_York
5139498	Town of Starkey	town-of-starkey			US	NY	123	70816	3504	America/New_York
5139632	Town of Stephentown	town-of-stephentown			US	NY	083	71102	2891	America/New_York
5139658	Town of Sterling	town-of-sterling			US	NY	011	71146	3007	America/New_York
5139661	Town of Steuben	town-of-steuben			US	NY	065	71212	1124	America/New_York
5139756	Town of Stillwater	town-of-stillwater			US	NY	091	71333	8457	America/New_York
5139770	Town of Stockbridge	town-of-stockbridge			US	NY	053	71399	2047	America/New_York
5139774	Town of Stockholm	town-of-stockholm			US	NY	089	71410	3655	America/New_York
5139781	Town of Stockport	town-of-stockport			US	NY	021	71443	2726	America/New_York
5139785	Town of Stockton	town-of-stockton			US	NY	013	71476	2155	America/New_York
5139901	Town of Stony Creek	town-of-stony-creek			US	NY	113	71641	751	America/New_York
5139931	Town of Stony Point	town-of-stony-point			US	NY	087	71674	15513	America/New_York
5139973	Town of Stratford	town-of-stratford			US	NY	035	71784	589	America/New_York
5140041	Town of Stuyvesant	town-of-stuyvesant			US	NY	021	71850	1957	America/New_York
5140142	Town of Sullivan	town-of-sullivan			US	NY	053	71993	15249	America/New_York
5140158	Town of Summerhill	town-of-summerhill			US	NY	011	72037	1176	America/New_York
5140182	Town of Summit	town-of-summit			US	NY	095	72070	1092	America/New_York
5140340	Town of Sweden	town-of-sweden			US	NY	055	72455	14230	America/New_York
5140410	City of Syracuse	city-of-syracuse			US	NY	067	73000	145170	America/New_York
5140446	Town of Taghkanic	town-of-taghkanic	Town of Granger,Town of Taghkanic,Town of Taghkanick		US	NY	021	73077	1296	America/New_York
5140592	Town of Taylor	town-of-taylor			US	NY	023	73220	502	America/New_York
5140785	Town of Theresa	town-of-theresa			US	NY	045	73528	2925	America/New_York
5140872	Town of Thompson	town-of-thompson			US	NY	105	73627	14871	America/New_York
5140951	Town of Throop	town-of-throop			US	NY	011	73770	0	America/New_York
5140966	Town of Thurman	town-of-thurman			US	NY	113	73814	1194	America/New_York
5140976	Town of Thurston	town-of-thurston			US	NY	101	73836	1311	America/New_York
5140995	Town of Ticonderoga	town-of-ticonderoga			US	NY	031	73891	4975	America/New_York
5141052	Town of Tioga	town-of-tioga			US	NY	107	73968	4759	America/New_York
5141164	Town of Tompkins	town-of-tompkins			US	NY	025	74111	1179	America/New_York
5141181	City of Tonawanda	city-of-tonawanda			US	NY	029	74166	15130	America/New_York
5141182	Town of Tonawanda	town-of-tonawanda			US	NY	029	75000	72937	America/New_York
5141215	Town of Torrey	town-of-torrey			US	NY	123	75055	1258	America/New_York
5141350	Town of Trenton	town-of-trenton			US	NY	065	75280	4447	America/New_York
5141364	Town of Triangle	town-of-triangle			US	NY	007	75319	2873	America/New_York
5141439	Town of Troupsburg	town-of-troupsburg	Town of Troupsburg,Town of Troupsburgh		US	NY	101	75440	1294	America/New_York
5141498	City of Troy	city-of-troy			US	NY	083	75484	50129	America/New_York
5141518	Town of Truxton	town-of-truxton			US	NY	023	75550	1110	America/New_York
5141564	Town of Tully	town-of-tully			US	NY	067	75638	2734	America/New_York
5141571	Town of Tupper Lake	town-of-tupper-lake	Town of Altamont,Town of Tupper Lake		US	NY	033	75676	5871	America/New_York
5141576	Town of Turin	town-of-turin			US	NY	049	75693	760	America/New_York
5141634	Town of Tuscarora	town-of-tuscarora			US	NY	101	75737	1449	America/New_York
5141639	Town of Tusten	town-of-tusten			US	NY	105	75759	1477	America/New_York
5141657	Town of Tuxedo	town-of-tuxedo			US	NY	071	75781	3582	America/New_York
5141774	Town of Tyre	town-of-tyre			US	NY	099	75902	972	America/New_York
5141777	Town of Tyrone	town-of-tyrone			US	NY	097	75924	1598	America/New_York
5141789	Town of Ulster	town-of-ulster			US	NY	111	75935	12278	America/New_York
5141793	Town of Ulysses	town-of-ulysses			US	NY	109	75990	5093	America/New_York
5141805	Town of Unadilla	town-of-unadilla			US	NY	077	76012	4241	America/New_York
5141918	Town of Union Vale	town-of-union-vale			US	NY	027	76166	4834	America/New_York
5141926	Town of Union	town-of-union			US	NY	007	76056	54995	America/New_York
5142048	Town of Urbana	town-of-urbana			US	NY	101	76496	2299	America/New_York
5142060	City of Utica	city-of-utica			US	NY	065	76540	62235	America/New_York
5142144	Town of Van Buren	town-of-van-buren			US	NY	067	76760	13382	America/New_York
5142167	Town of Van Etten	town-of-van-etten			US	NY	015	76892	1512	America/New_York
5142230	Town of Varick	town-of-varick			US	NY	099	76958	1833	America/New_York
5142253	Town of Venice	town-of-venice			US	NY	011	77024	1352	America/New_York
5142276	Town of Vernon	town-of-vernon			US	NY	065	77123	5397	America/New_York
5142286	Town of Verona	town-of-verona			US	NY	065	77178	6279	America/New_York
5142302	Town of Vestal	town-of-vestal			US	NY	007	77255	28213	America/New_York
5142304	Town of Veteran	town-of-veteran			US	NY	015	77310	3258	America/New_York
5142318	Town of Victor	town-of-victor			US	NY	069	77387	14721	America/New_York
5142329	Town of Victory	town-of-victory			US	NY	011	77420	1602	America/New_York
5142331	Town of Vienna	town-of-vienna	Town of Bengal,Town of Orange,Town of Vienna		US	NY	065	77486	5457	America/New_York
5142353	Town of Villenova	town-of-villenova			US	NY	013	77530	1077	America/New_York
5142368	Town of Virgil	town-of-virgil			US	NY	023	77596	2400	America/New_York
5142410	Town of Volney	town-of-volney	Town of Fredericksburgh,Town of Volney		US	NY	075	77662	5801	America/New_York
5143018	Town of Waddington	town-of-waddington			US	NY	089	77739	2256	America/New_York
5143080	Town of Wales	town-of-wales			US	NY	029	77871	3034	America/New_York
5143124	Town of Wallkill	town-of-wallkill	Wallkill		US	NY	071	77992	28364	America/New_York
5143171	Town of Walton	town-of-walton			US	NY	025	78047	5310	America/New_York
5143178	Town of Walworth	town-of-walworth			US	NY	117	78102	9349	America/New_York
5143210	Town of Wappinger	town-of-wappinger			US	NY	027	78157	26980	America/New_York
5143232	Town of Ward	town-of-ward			US	NY	003	78201	358	America/New_York
5143276	Town of Warren	town-of-warren			US	NY	043	78278	1115	America/New_York
5143280	Town of Warrensburg	town-of-warrensburg	Town of Warrensburg,Town of Warrensburgh		US	NY	113	78300	4009	America/New_York
5143284	Town of Warsaw	town-of-warsaw			US	NY	121	78344	4937	America/New_York
5143292	Town of Warwick	town-of-warwick			US	NY	071	78366	31341	America/New_York
5143342	Town of Washington	town-of-washington			US	NY	027	78388	4674	America/New_York
5143372	Town of Waterford	town-of-waterford			US	NY	091	78531	8439	America/New_York
5143378	Town of Waterloo	town-of-waterloo			US	NY	099	78564	7490	America/New_York
5143400	City of Watertown	city-of-watertown			US	NY	045	78608	27023	America/New_York
5143401	Town of Watertown	town-of-watertown			US	NY	045	78619	4772	America/New_York
5143409	City of Watervliet	city-of-watervliet			US	NY	001	78674	10254	America/New_York
5143425	Town of Watson	town-of-watson			US	NY	049	78729	1865	America/New_York
5143441	Town of Waverly	town-of-waverly			US	NY	033	78795	1006	America/New_York
5143444	Town of Wawarsing	town-of-wawarsing	Town of Wawarsing,Town of Wawarsink		US	NY	111	78828	12925	America/New_York
5143446	Town of Wawayanda	town-of-wawayanda			US	NY	071	78839	7310	America/New_York
5143449	Town of Wayland	town-of-wayland			US	NY	101	78861	4001	America/New_York
5143457	Town of Wayne	town-of-wayne	Town of Frederickstown,Town of Wayne		US	NY	101	78883	1022	America/New_York
5143487	Town of Webb	town-of-webb			US	NY	043	78927	1815	America/New_York
5143509	Town of Webster	town-of-webster			US	NY	055	78971	44180	America/New_York
5143584	Town of Wells	town-of-wells			US	NY	041	79059	660	America/New_York
5143589	Town of Wellsville	town-of-wellsville			US	NY	003	79103	7160	America/New_York
5143625	Town of West Almond	town-of-west-almond			US	NY	003	79202	327	America/New_York
5143654	Town of West Bloomfield	town-of-west-bloomfield			US	NY	069	79356	2527	America/New_York
5143917	Town of West Monroe	town-of-west-monroe			US	NY	075	80500	4194	America/New_York
5143994	Town of West Seneca	town-of-west-seneca	Town of Seneca,Town of West Seneca		US	NY	029	80918	45575	America/New_York
5144008	Town of West Sparta	town-of-west-sparta			US	NY	051	81006	1274	America/New_York
5144026	Town of West Union	town-of-west-union			US	NY	101	81105	305	America/New_York
5144030	Town of West Turin	town-of-west-turin			US	NY	049	81094	1524	America/New_York
5144076	Town of Westerlo	town-of-westerlo			US	NY	001	79851	3385	America/New_York
5144079	Town of Western	town-of-western			US	NY	065	79862	1949	America/New_York
5144086	Town of Westfield	town-of-westfield			US	NY	013	79950	4731	America/New_York
5144088	Town of Westford	town-of-westford			US	NY	077	79972	842	America/New_York
5144107	Town of Westmoreland	town-of-westmoreland			US	NY	065	80533	6107	America/New_York
5144119	Town of Westport	town-of-westport			US	NY	031	80775	1303	America/New_York
5144131	Town of Westville	town-of-westville			US	NY	033	81215	1813	America/New_York
5144138	Town of Wethersfield	town-of-wethersfield			US	NY	121	81325	867	America/New_York
5144177	Town of Wheatfield	town-of-wheatfield			US	NY	063	81380	18315	America/New_York
5144179	Town of Wheatland	town-of-wheatland			US	NY	055	81402	4766	America/New_York
5144214	Town of Wheeler	town-of-wheeler			US	NY	101	81457	1255	America/New_York
5144318	Town of White Creek	town-of-white-creek			US	NY	115	81578	3308	America/New_York
5144347	City of White Plains	city-of-white-plains			US	NY	119	81677	56853	America/New_York
5144380	Town of Whitehall	town-of-whitehall	Town of Skenesborough,Town of Whitehall		US	NY	115	81633	3984	America/New_York
5144403	Town of Whitestown	town-of-whitestown			US	NY	065	81754	18598	America/New_York
5144554	Town of Willet	town-of-willet			US	NY	023	81963	1010	America/New_York
5144584	Town of Williamson	town-of-williamson			US	NY	117	82040	6813	America/New_York
5144587	Town of Williamstown	town-of-williamstown			US	NY	075	82073	1272	America/New_York
5144591	Town of Willing	town-of-willing			US	NY	003	82095	1194	America/New_York
5144671	Town of Willsboro	town-of-willsboro	Town of Willsboro,Town of Willsborough		US	NY	031	82271	2059	America/New_York
5144685	Town of Wilmington	town-of-wilmington	Town of Dansville,Town of Wilmington		US	NY	031	82315	1269	America/New_York
5144694	Town of Wilna	town-of-wilna			US	NY	045	82348	6322	America/New_York
5144731	Town of Wilson	town-of-wilson			US	NY	063	82370	5869	America/New_York
5144734	Town of Wilton	town-of-wilton			US	NY	091	82403	16717	America/New_York
5144772	Town of Windham	town-of-windham			US	NY	039	82480	1677	America/New_York
5144785	Town of Windsor	town-of-windsor			US	NY	007	82535	6136	America/New_York
5144795	Town of Winfield	town-of-winfield			US	NY	043	82568	2100	America/New_York
5144834	Town of Wirt	town-of-wirt			US	NY	003	82623	1075	America/New_York
5144868	Town of Wolcott	town-of-wolcott			US	NY	117	82689	4181	America/New_York
5144955	Town of Woodbury	town-of-woodbury			US	NY	071	82755	11563	America/New_York
5144986	Town of Woodhull	town-of-woodhull			US	NY	101	82843	1674	America/New_York
5145073	Town of Woodstock	town-of-woodstock			US	NY	111	83052	5869	America/New_York
5145096	Town of Worcester	town-of-worcester			US	NY	077	83129	2146	America/New_York
5145107	Town of Worth	town-of-worth			US	NY	045	83162	238	America/New_York
5145121	Town of Wright	town-of-wright			US	NY	095	83195	1469	America/New_York
5145194	Town of Yates	town-of-yates	Town of Northton,Town of Yates		US	NY	073	83448	2474	America/New_York
5145239	City of Yonkers	city-of-yonkers			US	NY	119	84000	195976	America/New_York
5145251	Town of Yorkshire	town-of-yorkshire			US	NY	009	84055	3786	America/New_York
5145256	Town of Yorktown	town-of-yorktown			US	NY	119	84077	37093	America/New_York
5145261	Town of York	town-of-york			US	NY	051	84022	3327	America/New_York
5145403	Township of Adams	township-of-adams	Adams Township		US	OH	021	00212	0	America/New_York
5145404	Township of Adams	township-of-adams	Adams Township		US	OH	031	00240	0	America/New_York
5145405	Township of Adams	township-of-adams	Adams Township		US	OH	037	00254	0	America/New_York
5145406	Township of Adams	township-of-adams	Adams Township		US	OH	039	00268	0	America/New_York
5145407	Township of Adams	township-of-adams	Adams Township		US	OH	059	00282	0	America/New_York
5145408	Township of Adams	township-of-adams	Adams Township		US	OH	119	00310	0	America/New_York
5145409	Township of Adams	township-of-adams	Adams Township		US	OH	147	00324	0	America/New_York
5145502	City of Akron	city-of-akron			US	OH	153	01000	199110	America/New_York
5145596	Township of Allen	township-of-allen	Allen Township		US	OH	037	01294	0	America/New_York
5145597	Township of Allen	township-of-allen	Allen Township		US	OH	063	01308	0	America/New_York
5145598	Township of Allen	township-of-allen	Allen Township		US	OH	123	01322	0	America/New_York
5145599	Township of Allen	township-of-allen	Allen Township		US	OH	159	01336	0	America/New_York
5145623	City of Alliance	city-of-alliance			US	OH	151	01420	22322	America/New_York
5145668	Township of Amanda	township-of-amanda	Amanda Township		US	OH	003	01602	0	America/New_York
5145669	Township of Amanda	township-of-amanda	Amanda Township		US	OH	063	01644	0	America/New_York
5145683	Township of Amboy	township-of-amboy	Amboy Township		US	OH	051	01728	0	America/New_York
5145692	Township of American	township-of-american	American Township,German Township,Township of American		US	OH	003	01756	0	America/New_York
5145710	City of Amherst	city-of-amherst			US	OH	093	01798	12021	America/New_York
5145711	Township of Amherst	township-of-amherst	Amherst Township		US	OH	093	01812	0	America/New_York
5145764	Township of Andover	township-of-andover	Andover Township		US	OH	007	02064	0	America/New_York
5145847	Township of Antrim	township-of-antrim	Antrim Township		US	OH	175	02190	0	America/New_York
5145948	Township of Archer	township-of-archer	Archer Township		US	OH	067	02358	0	America/New_York
5146079	City of Ashland	city-of-ashland			US	OH	005	02568	20362	America/New_York
5146086	Village of Ashley	village-of-ashley			US	OH	041	02582	1330	America/New_York
5146112	Township of Ashtabula	township-of-ashtabula	Ashtabula Township		US	OH	007	02652	0	America/New_York
5146136	Township of Athens	township-of-athens	Athens Township		US	OH	067	02764	0	America/New_York
5146155	Township of Atwater	township-of-atwater	Atwater Township		US	OH	133	02862	0	America/New_York
5146184	Township of Auburn	township-of-auburn	Auburn Township		US	OH	033	02890	0	America/New_York
5146185	Township of Auburn	township-of-auburn	Auburn Township		US	OH	055	02904	0	America/New_York
5146186	Township of Auburn	township-of-auburn	Auburn Township		US	OH	157	02918	0	America/New_York
5146211	Township of Auglaize	township-of-auglaize	Auglaise Township,Auglaize Township,Township of Auglaize		US	OH	003	02988	0	America/New_York
5146212	Township of Auglaize	township-of-auglaize	Auglaize Township		US	OH	125	03002	0	America/New_York
5146219	Township of Augusta	township-of-augusta	Augusta Township		US	OH	019	03030	0	America/New_York
5146243	City of Aurora	city-of-aurora			US	OH	133	03086	15548	America/New_York
5146255	Township of Austinburg	township-of-austinburg	Austinburg Township		US	OH	007	03156	0	America/New_York
5146263	Township of Austintown	township-of-austintown	Austintown Township		US	OH	099	03198	0	America/New_York
5146294	City of Avon Lake	city-of-avon-lake			US	OH	093	03464	22581	America/New_York
5146300	City of Avon	city-of-avon			US	OH	093	03352	21193	America/New_York
5146371	Township of Bainbridge	township-of-bainbridge	Bainbridge Township		US	OH	055	03590	0	America/New_York
5146441	Township of Ballville	township-of-ballville	Ballville Township		US	OH	143	03730	0	America/New_York
5146508	City of Barberton	city-of-barberton			US	OH	153	03828	26550	America/New_York
5146562	Township of Bartlow	township-of-bartlow	Bartlow Township,Richland Township,Township of Bartlow		US	OH	069	04052	0	America/New_York
5146619	Township of Bath	township-of-bath	Bath Township		US	OH	003	04206	0	America/New_York
5146620	Township of Bath	township-of-bath	Bath Township		US	OH	153	04248	0	America/New_York
5146642	Township of Baughman	township-of-baughman	Baughman Township		US	OH	169	04276	0	America/New_York
5146679	City of Bay Village	city-of-bay-village			US	OH	035	04416	15651	America/New_York
5146680	Township of Bay	township-of-bay	Bay Township		US	OH	123	04304	0	America/New_York
5146694	Township of Bazetta	township-of-bazetta	Bazetta Township		US	OH	155	04444	0	America/New_York
5146717	City of Beachwood	city-of-beachwood			US	OH	035	04500	11953	America/New_York
5146809	Township of Beaver	township-of-beaver	Beaver Township		US	OH	099	04668	0	America/New_York
5146844	City of Bedford Heights	city-of-bedford-heights			US	OH	035	04920	10751	America/New_York
5146849	City of Bedford	city-of-bedford			US	OH	035	04878	13074	America/New_York
5146850	Township of Bedford	township-of-bedford	Bedford Township		US	OH	031	04864	0	America/New_York
5146996	City of Bellevue	city-of-bellevue			US	OH	077	05228	8202	America/New_York
5147078	Township of Bennington	township-of-bennington	Bennington Township		US	OH	089	05494	0	America/New_York
5147079	Township of Bennington	township-of-bennington	Bennington Township		US	OH	117	05508	0	America/New_York
5147084	Village of Bentleyville	village-of-bentleyville			US	OH	035	05550	864	America/New_York
5147092	Township of Benton	township-of-benton	Benton Township		US	OH	123	05620	0	America/New_York
5147093	Township of Benton	township-of-benton	Benton Township		US	OH	125	05634	0	America/New_York
5147108	City of Berea	city-of-berea			US	OH	035	05690	19093	America/New_York
5147131	Township of Berkshire	township-of-berkshire	Berkshire Township		US	OH	041	05774	0	America/New_York
5147152	Township of Berlin	township-of-berlin	Berlin Township		US	OH	041	05788	0	America/New_York
5147153	Township of Berlin	township-of-berlin	Berlin Township,Eldridge Township,Township of Berlin		US	OH	043	05802	0	America/New_York
5147154	Township of Berlin	township-of-berlin	Berlin Township		US	OH	075	05830	0	America/New_York
5147155	Township of Berlin	township-of-berlin	Berlin Township		US	OH	083	05844	0	America/New_York
5147156	Township of Berlin	township-of-berlin	Berlin Township		US	OH	099	05858	0	America/New_York
5147338	Township of Bethlehem	township-of-bethlehem	Bethlehem Township		US	OH	031	06152	0	America/New_York
5147339	Township of Bethlehem	township-of-bethlehem	Bethlehem Township		US	OH	151	06180	0	America/New_York
5147428	Township of Big Island	township-of-big-island	Big Island Township		US	OH	101	06348	0	America/New_York
5147467	Township of Big Spring	township-of-big-spring	Big Spring Township		US	OH	147	06432	0	America/New_York
5147491	Township of Biglick	township-of-biglick	Big Lick Township,Biglick Township,Township of Biglick		US	OH	063	06362	0	America/New_York
5147561	Township of Black Creek	township-of-black-creek	Black Creek Township,Blackcreek Township,Township of Black Creek		US	OH	107	06586	0	America/New_York
5147637	Township of Blanchard	township-of-blanchard	Blanchard Township		US	OH	063	06838	0	America/New_York
5147638	Township of Blanchard	township-of-blanchard	Blanchard Township		US	OH	065	06866	0	America/New_York
5147639	Township of Blanchard	township-of-blanchard	Blanchard Township		US	OH	137	06880	0	America/New_York
5147647	Township of Blendon	township-of-blendon	Blendon Township,Harrison Township,Township of Blendon		US	OH	049	06922	0	America/New_York
5147680	Township of Bloom	township-of-bloom	Bloom Township		US	OH	147	07006	0	America/New_York
5147681	Township of Bloom	township-of-bloom	Bloom Township		US	OH	173	07020	0	America/New_York
5147699	Township of Bloomfield	township-of-bloomfield	Bloomfield Township		US	OH	091	07118	0	America/New_York
5147700	Township of Bloomfield	township-of-bloomfield	Bloomfield Township		US	OH	155	07160	0	America/New_York
5147709	Township of Bloominggrove	township-of-bloominggrove	Blooming Grove Township,Bloominggrove Township,Township of Bloominggrove		US	OH	139	07230	0	America/New_York
5147728	Township of Blue Creek	township-of-blue-creek	Blue Creek Township		US	OH	125	07370	0	America/New_York
5147798	Township of Boardman	township-of-boardman	Boardman Township		US	OH	099	07468	0	America/New_York
5147836	Township of Bokescreek	township-of-bokescreek	Boke's Creek Township,Bokes Creek Township,Bokescreek Township,Rakescreek Township,Township of Bokescreek		US	OH	091	07552	0	America/New_York
5147905	Village of Boston Heights	village-of-boston-heights			US	OH	153	07790	1300	America/New_York
5147913	Township of Boston	township-of-boston	Boston Township		US	OH	153	07776	0	America/New_York
5147978	City of Bowling Green	city-of-bowling-green			US	OH	173	07972	30028	America/New_York
5147979	Township of Bowling Green	township-of-bowling-green	Bowling Green Township		US	OH	101	07958	0	America/New_York
5148024	Township of Braceville	township-of-braceville	Braceville Township		US	OH	155	08056	0	America/New_York
5148059	Township of Brady	township-of-brady	Brady Township		US	OH	171	08140	0	America/New_York
5148104	Village of Bratenahl	village-of-bratenahl			US	OH	035	08336	1197	America/New_York
5148125	City of Brecksville	city-of-brecksville			US	OH	035	08364	13656	America/New_York
5148203	Township of Bridgewater	township-of-bridgewater	Bridgewater Township		US	OH	171	08630	0	America/New_York
5148222	Township of Brighton	township-of-brighton	Brighton Township		US	OH	093	08770	0	America/New_York
5148236	Township of Brimfield	township-of-brimfield	Brimfield Township		US	OH	133	08840	0	America/New_York
5148250	Township of Bristol	township-of-bristol	Bristol Township		US	OH	155	08938	0	America/New_York
5148276	City of Broadview Heights	city-of-broadview-heights			US	OH	035	09064	19400	America/New_York
5148324	Township of Bronson	township-of-bronson	Bronson Township		US	OH	077	09148	0	America/New_York
5148328	City of Brook Park	city-of-brook-park			US	OH	035	09288	19212	America/New_York
5148339	Township of Brookfield	township-of-brookfield	Brookfield Township		US	OH	155	09190	0	America/New_York
5148356	Village of Brooklyn Heights	village-of-brooklyn-heights			US	OH	035	09274	1543	America/New_York
5148362	City of Brooklyn	city-of-brooklyn			US	OH	035	09246	11169	America/New_York
5148422	Township of Brown	township-of-brown	Brown Township		US	OH	019	09400	0	America/New_York
5148423	Township of Brown	township-of-brown	Brown Township		US	OH	037	09414	0	America/New_York
5148424	Township of Brown	township-of-brown	Brown Township		US	OH	041	09428	0	America/New_York
5148425	Township of Brown	township-of-brown	Brown Township		US	OH	049	09442	0	America/New_York
5148426	Township of Brown	township-of-brown	Brown Township		US	OH	083	09470	0	America/New_York
5148427	Township of Brown	township-of-brown	Brown Township		US	OH	109	09498	0	America/New_York
5148428	Township of Brown	township-of-brown	Brown Township		US	OH	125	09512	0	America/New_York
5148440	Township of Brownhelm	township-of-brownhelm	Brownhelm Township		US	OH	093	09568	0	America/New_York
5148485	Township of Brunswick Hills	township-of-brunswick-hills	Brunswick Hills Township		US	OH	103	09708	0	America/New_York
5148489	City of Brunswick	city-of-brunswick			US	OH	103	09680	34255	America/New_York
5148508	Township of Brush Creek	township-of-brush-creek	Brush Creek Township,Brushcreek Township,Township of Brush Creek		US	OH	081	09750	0	America/New_York
5148546	City of Bryan	city-of-bryan			US	OH	171	09792	8545	America/New_York
5148580	Township of Buck	township-of-buck	Buck Township		US	OH	065	09848	0	America/New_York
5148634	Township of Bucks	township-of-bucks	Bucks Township		US	OH	157	09988	0	America/New_York
5148649	Township of Bucyrus	township-of-bucyrus	Bucyrus Township		US	OH	033	10044	0	America/New_York
5148746	Township of Burlington	township-of-burlington	Burlington Township		US	OH	089	10366	0	America/New_York
5148783	Township of Burton	township-of-burton	Burton Township		US	OH	055	10464	0	America/New_York
5148813	Township of Butler	township-of-butler	Butler Township		US	OH	029	10562	0	America/New_York
5148814	Township of Butler	township-of-butler	Butler Township		US	OH	083	10590	0	America/New_York
5148815	Township of Butler	township-of-butler	Butler Township		US	OH	107	10604	0	America/New_York
5148816	Township of Butler	township-of-butler	Butler Township		US	OH	139	10646	0	America/New_York
5148863	Township of Cadiz	township-of-cadiz	Cadiz Township		US	OH	067	10814	0	America/New_York
5149020	Township of Cambridge	township-of-cambridge	Cambridge Township		US	OH	059	11003	0	America/New_York
5149022	Township of Camden	township-of-camden	Camden Township		US	OH	093	11010	0	America/New_York
5149160	City of Campbell	city-of-campbell			US	OH	099	11066	8235	America/New_York
5149184	Township of Canaan	township-of-canaan	Canaan Township,Phelps Township,Township of Canaan		US	OH	097	11234	0	America/New_York
5149185	Township of Canaan	township-of-canaan	Canaan Township		US	OH	117	11248	0	America/New_York
5149186	Township of Canaan	township-of-canaan	Canaan Township		US	OH	169	11276	0	America/New_York
5149214	Township of Canfield	township-of-canfield	Canfield Township		US	OH	099	11374	0	America/New_York
5149236	City of Canton	city-of-canton			US	OH	151	12000	73007	America/New_York
5149237	Township of Canton	township-of-canton	Canton Township		US	OH	151	12014	0	America/New_York
5149256	Township of Cardington	township-of-cardington	Cardington Township,Morvan Township,Township of Cardington		US	OH	117	12098	0	America/New_York
5149272	Township of Carlisle	township-of-carlisle	Carlisle Township		US	OH	093	12140	0	America/New_York
5149325	Township of Carroll	township-of-carroll	Carroll Township		US	OH	123	12266	0	America/New_York
5149335	Township of Carryall	township-of-carryall	Carroll Township,Carryall Township,Township of Carryall		US	OH	125	12308	0	America/New_York
5149380	Township of Cass	township-of-cass	Cass Township		US	OH	063	12392	0	America/New_York
5149381	Township of Cass	township-of-cass	Cass Township		US	OH	119	12406	0	America/New_York
5149382	Township of Cass	township-of-cass	Cass Township		US	OH	139	12420	0	America/New_York
5149419	Township of Catawba Island	township-of-catawba-island	Catawba Island Township		US	OH	123	12588	0	America/New_York
5149589	Township of Center	township-of-center	Center Township,Centre Township,Township of Center		US	OH	019	12896	0	America/New_York
5149590	Township of Center	township-of-center	Center Township,Centre Township,Township of Center		US	OH	029	12910	0	America/New_York
5149591	Township of Center	township-of-center	Center Township,Centre Township,Township of Center		US	OH	059	12938	0	America/New_York
5149592	Township of Center	township-of-center	Center Township,Centre Township,Township of Center		US	OH	107	12952	0	America/New_York
5149593	Township of Center	township-of-center	Center Township,Centre Township,Township of Center		US	OH	171	13008	0	America/New_York
5149594	Township of Center	township-of-center	Center Township		US	OH	173	13015	0	America/New_York
5149710	Township of Cessna	township-of-cessna	Cessna Township,Cissna Township,Township of Cessna		US	OH	065	13316	0	America/New_York
5149729	Township of Chagrin Falls	township-of-chagrin-falls	Chagrin Falls Township		US	OH	035	13372	0	America/New_York
5149776	Township of Champion	township-of-champion	Champion Township		US	OH	155	13470	0	America/New_York
5149828	Township of Chardon	township-of-chardon	Chardon Township		US	OH	055	13561	0	America/New_York
5149857	Township of Charlestown	township-of-charlestown	Charlestown Township		US	OH	133	13610	0	America/New_York
5149877	Township of Chatfield	township-of-chatfield	Chatfield Township		US	OH	033	13708	0	America/New_York
5149884	Township of Chatham	township-of-chatham	Chatham Township		US	OH	103	13750	0	America/New_York
5149917	Township of Cherry Valley	township-of-cherry-valley	Cherry Valley Township		US	OH	007	13890	0	America/New_York
5149930	Township of Chester	township-of-chester	Chester Township		US	OH	055	13988	0	America/New_York
5149931	Township of Chester	township-of-chester	Chester Township		US	OH	117	14030	0	America/New_York
5149932	Township of Chester	township-of-chester	Chester Township		US	OH	169	14044	0	America/New_York
5149936	Township of Chesterfield	township-of-chesterfield	Chesterfield Township		US	OH	051	14072	0	America/New_York
5150027	Township of Chippewa	township-of-chippewa	Chippewa Township		US	OH	169	14240	0	America/New_York
5150385	Township of Claibourne	township-of-claibourne	Claibourne Township		US	OH	159	15112	0	America/New_York
5150406	Township of Claridon	township-of-claridon	Claridon Township		US	OH	055	15168	0	America/New_York
5150407	Township of Claridon	township-of-claridon	Claridon Township		US	OH	101	15196	0	America/New_York
5150439	Township of Clark	township-of-clark	Clark Township,Clark's Township,Clarke Township,Township of Clark		US	OH	031	15266	0	America/New_York
5150440	Township of Clark	township-of-clark	Clark Township,German Township,Township of Clark		US	OH	075	15280	0	America/New_York
5150448	Township of Clarksfield	township-of-clarksfield	Clarksfield Township		US	OH	077	15364	0	America/New_York
5150467	Township of Clay	township-of-clay	Clay Township		US	OH	011	15448	0	America/New_York
5150468	Township of Clay	township-of-clay	Clay Township		US	OH	083	15504	0	America/New_York
5150469	Township of Clay	township-of-clay	Clay Township		US	OH	123	15546	0	America/New_York
5150470	Township of Clay	township-of-clay	Clay Township		US	OH	157	15574	0	America/New_York
5150496	Township of Clear Creek	township-of-clear-creek	Clear Creek Township		US	OH	005	15672	0	America/New_York
5150555	City of Cleveland Heights	city-of-cleveland-heights			US	OH	035	16014	46121	America/New_York
5150583	City of Cleveland	city-of-cleveland			US	OH	035	16000	396815	America/New_York
5150614	Township of Clinton	township-of-clinton	Clinton Township		US	OH	049	16112	0	America/New_York
5150615	Township of Clinton	township-of-clinton	Clinton Township		US	OH	051	16126	0	America/New_York
5150616	Township of Clinton	township-of-clinton	Clinton Township		US	OH	083	16140	0	America/New_York
5150617	Township of Clinton	township-of-clinton	Clinton Township		US	OH	147	16154	0	America/New_York
5150618	Township of Clinton	township-of-clinton	Clinton Township		US	OH	149	16168	0	America/New_York
5150619	Township of Clinton	township-of-clinton	Clinton Township		US	OH	169	16224	0	America/New_York
5150620	Village of Clinton	village-of-clinton			US	OH	153	16182	1214	America/New_York
5150713	Township of Coitsville	township-of-coitsville	Coitsville Township		US	OH	099	16476	0	America/New_York
5150744	Township of Colebrook	township-of-colebrook	Colebrook Township		US	OH	007	16560	0	America/New_York
5150753	Township of Colerain	township-of-colerain	Colerain Township		US	OH	013	16602	0	America/New_York
5150774	Township of College	township-of-college	College Township		US	OH	083	16686	0	America/New_York
5150848	Township of Columbia	township-of-columbia	Columbia Township		US	OH	093	16910	0	America/New_York
5150946	Township of Concord	township-of-concord	Concord Township		US	OH	021	18126	0	America/New_York
5150947	Township of Concord	township-of-concord	Concord Township		US	OH	041	18140	0	America/New_York
5150948	Township of Concord	township-of-concord	Concord Township		US	OH	085	18196	0	America/New_York
5150949	Township of Concord	township-of-concord	Concord Township		US	OH	109	18224	0	America/New_York
5150982	Township of Congress	township-of-congress	Congress Township		US	OH	169	18322	0	America/New_York
5150991	Township of Congress	township-of-congress	Congress Township		US	OH	117	18294	0	America/New_York
5150999	City of Conneaut	city-of-conneaut			US	OH	007	18350	12841	America/New_York
5151124	Township of Copley	township-of-copley	Copely Township,Copley Township,Township of Copley		US	OH	153	18658	0	America/New_York
5151203	City of Coshocton	city-of-coshocton			US	OH	031	18868	11216	America/New_York
5151276	Township of Coventry	township-of-coventry	Coventry Township		US	OH	153	19036	0	America/New_York
5151338	Township of Cranberry	township-of-cranberry	Cranberry Township		US	OH	033	19134	0	America/New_York
5151354	Township of Crane	township-of-crane	Crane Township		US	OH	125	19176	0	America/New_York
5151355	Township of Crane	township-of-crane	Crane Township		US	OH	175	19190	0	America/New_York
5151390	Township of Crawford	township-of-crawford	Crawford Township		US	OH	031	19218	0	America/New_York
5151391	Township of Crawford	township-of-crawford	Crawford Township		US	OH	175	19246	0	America/New_York
5151484	Township of Cross Creek	township-of-cross-creek	Cross Creek Township,Crosscreek Township,Township of Cross Creek		US	OH	081	19484	0	America/New_York
5151621	City of Cuyahoga Falls	city-of-cuyahoga-falls			US	OH	153	19778	49652	America/New_York
5151626	Village of Cuyahoga Heights	village-of-cuyahoga-heights			US	OH	035	19806	638	America/New_York
5151638	Township of Cynthian	township-of-cynthian	Cynthian Township		US	OH	149	19834	0	America/New_York
5151658	Township of Dallas	township-of-dallas	Dallas Township		US	OH	033	19932	0	America/New_York
5151671	Township of Damascus	township-of-damascus	Damascus Township		US	OH	069	20016	0	America/New_York
5151681	Township of Danbury	township-of-danbury	Danbury Township		US	OH	123	20058	0	America/New_York
5151701	Township of Darby	township-of-darby	Darby Township		US	OH	097	20142	0	America/New_York
5151702	Township of Darby	township-of-darby	Darby Township		US	OH	159	20170	0	America/New_York
5151853	Township of Deerfield	township-of-deerfield	Deerfield Township		US	OH	133	21210	0	America/New_York
5151881	Township of Defiance	township-of-defiance	Defiance Township		US	OH	039	21322	0	America/New_York
5151920	Township of Delaware	township-of-delaware	Delaware Township		US	OH	039	21420	0	America/New_York
5151921	Township of Delaware	township-of-delaware	Delaware Township		US	OH	041	21448	0	America/New_York
5151922	Township of Delaware	township-of-delaware	Delaware Township,Township of Delaware,Welfare Township		US	OH	063	21462	0	America/New_York
5151985	Township of Denmark	township-of-denmark	Denmark Township		US	OH	007	21672	0	America/New_York
5152106	Township of Dinsmore	township-of-dinsmore	Dinsmoor Township,Dinsmore Township,Township of Dinsmore		US	OH	149	22050	0	America/New_York
5152216	Township of Dorset	township-of-dorset	Dorset Township		US	OH	007	22344	0	America/New_York
5152265	Township of Dover	township-of-dover	Dover Township		US	OH	051	22442	0	America/New_York
5152266	Township of Dover	township-of-dover	Dover Township		US	OH	157	22470	0	America/New_York
5152267	Township of Dover	township-of-dover	Dover Township		US	OH	159	22484	0	America/New_York
5152348	Township of Dublin	township-of-dublin	Dublin Township		US	OH	107	22708	0	America/New_York
5152350	Township of Duchouquet	township-of-duchouquet	Duchouquet Township		US	OH	011	22722	0	America/New_York
5152366	Township of Dudley	township-of-dudley	Dudley Township		US	OH	065	22736	0	America/New_York
5152501	Township of Eagle	township-of-eagle	Eagle Township		US	OH	063	23086	0	America/New_York
5152605	City of East Cleveland	city-of-east-cleveland			US	OH	035	23380	17843	America/New_York
5152717	City of East Liverpool	city-of-east-liverpool			US	OH	029	23730	11195	America/New_York
5152808	Township of East Union	township-of-east-union	East Union Township		US	OH	169	24136	0	America/New_York
5152816	Township of East	township-of-east	East Township		US	OH	019	23226	0	America/New_York
5152836	City of Eastlake	city-of-eastlake			US	OH	085	23618	18577	America/New_York
5152871	Township of Eaton	township-of-eaton	Eaton Township		US	OH	093	24220	0	America/New_York
5152927	Township of Eden	township-of-eden	Eden Township		US	OH	089	24332	0	America/New_York
5152928	Township of Eden	township-of-eden	Eden Township		US	OH	147	24346	0	America/New_York
5152929	Township of Eden	township-of-eden	Eden Township		US	OH	175	24360	0	America/New_York
5152963	Township of Edinburg	township-of-edinburg	Edinburg Township,Edinburgh Township,Township of Edinburg		US	OH	133	24584	0	America/New_York
5153098	Township of Elkrun	township-of-elkrun	Elkrun Township		US	OH	029	24906	0	America/New_York
5153148	Township of Ellsworth	township-of-ellsworth	Ellsworth Township		US	OH	099	25088	0	America/New_York
5153224	City of Elyria	city-of-elyria			US	OH	093	25256	54533	America/New_York
5153225	Township of Elyria	township-of-elyria	Elyria Township		US	OH	093	25270	0	America/New_York
5153246	Township of Emerald	township-of-emerald	Emerald Township		US	OH	125	25298	0	America/New_York
5153381	Township of Erie	township-of-erie	Erie Township		US	OH	123	25578	0	America/New_York
5153448	City of Euclid	city-of-euclid			US	OH	035	25704	48920	America/New_York
5153576	Township of Fairfield	township-of-fairfield	Fairfield Township		US	OH	029	25998	0	America/New_York
5153577	Township of Fairfield	township-of-fairfield	Fairfield Township		US	OH	077	26040	0	America/New_York
5153578	Township of Fairfield	township-of-fairfield	Fairfield Township		US	OH	157	26082	0	America/New_York
5153687	City of Fairview Park	city-of-fairview-park			US	OH	035	26446	16826	America/New_York
5153776	Township of Fallsbury	township-of-fallsbury	Fallsbury Township		US	OH	089	26530	0	America/New_York
5153802	Township of Farmer	township-of-farmer	Farmer Township		US	OH	039	26614	0	America/New_York
5153812	Township of Farmington	township-of-farmington	Farmington Township		US	OH	155	26684	0	America/New_York
5153943	City of Findlay	city-of-findlay			US	OH	063	27048	41202	America/New_York
5154615	Township of Fitchville	township-of-fitchville	Fitchville Township		US	OH	077	27216	0	America/New_York
5154677	Township of Flatrock	township-of-flatrock	Flat Rock Township,Flatrock Township,Township of Flatrock		US	OH	069	27342	0	America/New_York
5154717	Township of Florence	township-of-florence	Florence Township		US	OH	043	27482	0	America/New_York
5154718	Township of Florence	township-of-florence	Florence Township		US	OH	171	27530	0	America/New_York
5154737	Township of Flushing	township-of-flushing	Flushing Township		US	OH	013	27566	0	America/New_York
5154918	City of Fostoria	city-of-fostoria			US	OH	147	28014	13441	America/New_York
5155005	Township of Fowler	township-of-fowler	Fowler Township		US	OH	155	28098	0	America/New_York
5155059	Township of Fox	township-of-fox	Fox Township		US	OH	019	28126	0	America/New_York
5155104	Township of Franklin	township-of-franklin	Franklin Township		US	OH	029	28238	0	America/New_York
5155105	Township of Franklin	township-of-franklin	Franklin Township		US	OH	031	28252	0	America/New_York
5155106	Township of Franklin	township-of-franklin	Franklin Township		US	OH	037	28266	0	America/New_York
5155107	Township of Franklin	township-of-franklin	Franklin Township		US	OH	051	28294	0	America/New_York
5155108	Township of Franklin	township-of-franklin	Franklin Township		US	OH	067	28308	0	America/New_York
5155109	Township of Franklin	township-of-franklin	Franklin Township		US	OH	107	28350	0	America/New_York
5155110	Township of Franklin	township-of-franklin	Franklin Township		US	OH	117	28378	0	America/New_York
5155111	Township of Franklin	township-of-franklin	Franklin Township		US	OH	133	28392	0	America/New_York
5155112	Township of Franklin	township-of-franklin	Franklin Township		US	OH	139	28406	0	America/New_York
5155113	Township of Franklin	township-of-franklin	Franklin Township		US	OH	149	28434	0	America/New_York
5155115	Township of Franklin	township-of-franklin	Franklin Township		US	OH	157	28462	0	America/New_York
5155116	Township of Franklin	township-of-franklin	Franklin Township		US	OH	169	28504	0	America/New_York
5155148	Village of Fredericktown	village-of-fredericktown			US	OH	083	28658	2493	America/New_York
5155187	Township of Freedom	township-of-freedom	Fredonia Township,Freedom Township,Township of Freedom		US	OH	069	28700	0	America/New_York
5155188	Township of Freedom	township-of-freedom	Freedom Township		US	OH	133	28742	0	America/New_York
5155189	Township of Freedom	township-of-freedom	Freedom Township		US	OH	173	28756	0	America/New_York
5155200	Township of Freeport	township-of-freeport	Freeport Township		US	OH	067	28812	0	America/New_York
5155218	City of Fremont	city-of-fremont			US	OH	143	28826	16734	America/New_York
5155370	Township of Fulton	township-of-fulton	Fulton Township		US	OH	051	29036	0	America/New_York
5155502	City of Garfield Heights	city-of-garfield-heights			US	OH	035	29428	28849	America/New_York
5155522	Village of Garrettsville	village-of-garrettsville			US	OH	133	29442	2325	America/New_York
5155539	Village of Gates Mills	village-of-gates-mills			US	OH	035	29498	2270	America/New_York
5155584	Township of Geneva	township-of-geneva	Geneva Township		US	OH	007	29624	0	America/New_York
5155597	Township of Genoa	township-of-genoa	Genoa Township		US	OH	041	29694	0	America/New_York
5155663	Township of German	township-of-german	German Township		US	OH	011	29848	0	America/New_York
5155664	Township of German	township-of-german	German Township		US	OH	051	29876	0	America/New_York
5155665	Township of German	township-of-german	German Township,Germano Township,Township of German		US	OH	067	29890	0	America/New_York
5155709	Township of Gibson	township-of-gibson	Gibson Township		US	OH	107	30058	0	America/New_York
5155735	Township of Gilead	township-of-gilead	Gilead Township		US	OH	117	30128	0	America/New_York
5155874	Village of Glenwillow	village-of-glenwillow			US	OH	035	30632	923	America/New_York
5156013	Township of Gorham	township-of-gorham	Gorham Township		US	OH	051	30940	0	America/New_York
5156034	Township of Goshen	township-of-goshen	Goshen Township		US	OH	011	30954	0	America/New_York
5156035	Township of Goshen	township-of-goshen	Goshen Township		US	OH	013	30968	0	America/New_York
5156036	Township of Goshen	township-of-goshen	Goshen Township		US	OH	021	30982	0	America/New_York
5156037	Township of Goshen	township-of-goshen	Goshen Township		US	OH	065	31024	0	America/New_York
5156038	Township of Goshen	township-of-goshen	Goshen Township		US	OH	099	31038	0	America/New_York
5156039	Township of Goshen	township-of-goshen	Goshen Township		US	OH	157	31066	0	America/New_York
5156181	Township of Grafton	township-of-grafton	Grafton Township		US	OH	093	31164	0	America/New_York
5156210	Township of Grand Prairie	township-of-grand-prairie	Grand Prairie Township		US	OH	101	31192	0	America/New_York
5156217	Township of Grand Rapids	township-of-grand-rapids	Grand Rapids Township		US	OH	173	31220	0	America/New_York
5156231	Township of Grand	township-of-grand	Grand Township		US	OH	101	31178	0	America/New_York
5156252	Township of Granger	township-of-granger	Granger Township		US	OH	103	31374	0	America/New_York
5156279	Township of Granville	township-of-granville	Granville Township		US	OH	089	31416	0	America/New_York
5156280	Township of Granville	township-of-granville	Granville Township		US	OH	107	31430	0	America/New_York
5156380	Township of Green Camp	township-of-green-camp	Green Camp Township		US	OH	101	31962	0	America/New_York
5156385	Township of Green Creek	township-of-green-creek	Green Creek Township,Greencreek Township,Township of Green Creek		US	OH	143	31990	0	America/New_York
5156415	Village of Green Springs	village-of-green-springs			US	OH	143	32256	1368	America/New_York
5156428	Township of Green	township-of-green	Green Township		US	OH	005	31682	0	America/New_York
5156429	Township of Green	township-of-green	Green Township,Greene Township,Township of Green		US	OH	067	31766	0	America/New_York
5156430	Township of Green	township-of-green	Green Township		US	OH	099	31794	0	America/New_York
5156431	Township of Green	township-of-green	Green Township,Greene Township,Township of Green		US	OH	149	31850	0	America/New_York
5156433	Township of Green	township-of-green	Green Township,Greene Township,Township of Green		US	OH	169	31878	0	America/New_York
5156446	Township of Greene	township-of-greene	Greene Township		US	OH	155	32046	0	America/New_York
5156448	Township of Greenfield	township-of-greenfield	Greenfield Township		US	OH	077	32102	0	America/New_York
5156482	Township of Greensburg	township-of-greensburg	Greensburg Township		US	OH	137	32228	0	America/New_York
5156512	Township of Greenville	township-of-greenville	Greenville Township		US	OH	037	32354	0	America/New_York
5156517	Township of Greenwich	township-of-greenwich	Greenwich Township		US	OH	077	32382	0	America/New_York
5156583	Township of Groton	township-of-groton	Groton Township		US	OH	043	32578	0	America/New_York
5156633	Township of Guilford	township-of-guilford	Guilford Township		US	OH	103	32676	0	America/New_York
5156659	Township of Gustavus	township-of-gustavus	Gustavus Township		US	OH	155	32732	0	America/New_York
5156700	Township of Hale	township-of-hale	Hale Township		US	OH	065	32837	0	America/New_York
5156726	Township of Hambden	township-of-hambden	Hambden Township,Hampden Township,Township of Hambden		US	OH	055	32914	0	America/New_York
5156799	Township of Hanover	township-of-hanover	Hanover Township		US	OH	005	33236	0	America/New_York
5156800	Township of Hanover	township-of-hanover	Hanover Township		US	OH	029	33264	0	America/New_York
5156801	Township of Hanover	township-of-hanover	Hanover Township		US	OH	089	33299	0	America/New_York
5156828	Village of Harbor View	village-of-harbor-view			US	OH	095	33376	123	America/New_York
5156873	Township of Harding	township-of-harding	Harding Township		US	OH	095	33418	0	America/New_York
5156899	Township of Harlem	township-of-harlem	Harlem Township		US	OH	041	33516	0	America/New_York
5156901	Township of Hardy	township-of-hardy	Hardy Township		US	OH	075	33460	0	America/New_York
5156933	Township of Harmony	township-of-harmony	Harmony Township		US	OH	117	33600	0	America/New_York
5156944	Township of Harpersfield	township-of-harpersfield	Harpersfield Township		US	OH	007	33642	0	America/New_York
5156968	Township of Harris	township-of-harris	Harris Township		US	OH	123	33726	0	America/New_York
5156994	Township of Harrison	township-of-harrison	Harrison Township		US	OH	019	33782	0	America/New_York
5156995	Township of Harrison	township-of-harrison	Harrison Township		US	OH	021	33796	0	America/New_York
5156996	Township of Harrison	township-of-harrison	Harrison Township		US	OH	069	33866	0	America/New_York
5156997	Township of Harrison	township-of-harrison	Harrison Township		US	OH	083	33880	0	America/New_York
5156998	Township of Harrison	township-of-harrison	Harrison Township		US	OH	089	33894	0	America/New_York
5156999	Township of Harrison	township-of-harrison	Harrison Township		US	OH	091	33908	0	America/New_York
5157000	Township of Harrison	township-of-harrison	Harrison Township		US	OH	125	33950	0	America/New_York
5157001	Township of Harrison	township-of-harrison	Harrison Township		US	OH	161	34034	0	America/New_York
5157005	Township of Harrisville	township-of-harrisville	Harrisville Township		US	OH	103	34104	0	America/New_York
5157040	Township of Hartford	township-of-hartford	Hartford Township		US	OH	089	34188	0	America/New_York
5157041	Township of Hartford	township-of-hartford	Hartford Township		US	OH	155	34230	0	America/New_York
5157047	Township of Hartland	township-of-hartland	Hartland Township		US	OH	077	34258	0	America/New_York
5157062	Township of Hartsgrove	township-of-hartsgrove	Hartsgrove Township		US	OH	007	34300	0	America/New_York
5157222	City of Heath	city-of-heath			US	OH	089	34748	10310	America/New_York
5157333	Township of Henrietta	township-of-henrietta	Henrietta Township		US	OH	093	34972	0	America/New_York
5157351	Township of Henry	township-of-henry	Henry Township		US	OH	173	34986	0	America/New_York
5157454	Township of Hicksville	township-of-hicksville	Hicksville Township		US	OH	039	35112	0	America/New_York
5157499	City of Highland Heights	city-of-highland-heights			US	OH	035	35252	8345	America/New_York
5157503	Village of Highland Hills	village-of-highland-hills	Highland Hills,Village of Highland Hills		US	OH	035	35255	1130	America/New_York
5157523	Township of Highland	township-of-highland	Highland Township		US	OH	039	35196	0	America/New_York
5157524	Township of Highland	township-of-highland	Highland Township		US	OH	119	35238	0	America/New_York
5157587	Township of Hilliar	township-of-hilliar	Hiller Town,Hilliar,Hilliar Township,Hilliard,Hillier,Hillier Township,Township of Hilliar		US	OH	083	35462	0	America/New_York
5157657	Township of Hinckley	township-of-hinckley	Hinckley Township		US	OH	103	35644	0	America/New_York
5157681	Township of Hiram	township-of-hiram	Hiram Township		US	OH	133	35672	0	America/New_York
5157719	Township of Hoaglin	township-of-hoaglin	Hoaglin Township		US	OH	161	35756	0	America/New_York
5157794	Township of Holmes	township-of-holmes	Holmes Township		US	OH	033	35980	0	America/New_York
5157914	Township of Homer	township-of-homer	Homer Township		US	OH	103	36078	0	America/New_York
5158012	Township of Hopewell	township-of-hopewell	Hopewell Township		US	OH	107	36344	0	America/New_York
5158013	Township of Hopewell	township-of-hopewell	Hopewell Township		US	OH	147	36400	0	America/New_York
5158111	Township of Howard	township-of-howard	Howard Township		US	OH	083	36526	0	America/New_York
5158130	Township of Howland	township-of-howland	Howland Township		US	OH	155	36554	0	America/New_York
5158152	Township of Hubbard	township-of-hubbard	Hubbard Township		US	OH	155	36596	0	America/New_York
5158236	Village of Hunting Valley	village-of-hunting-valley			US	OH	035	36918	705	America/New_York
5158250	Township of Huntington	township-of-huntington	Huntington Township		US	OH	093	36876	0	America/New_York
5158260	Township of Huntsburg	township-of-huntsburg	Huntsburg Township		US	OH	055	36946	0	America/New_York
5158295	Township of Huron	township-of-huron	Huron Township		US	OH	043	37030	0	America/New_York
5158421	City of Independence	city-of-independence			US	OH	035	37240	7133	America/New_York
5158916	Township of Island Creek	township-of-island-creek	Island Creek Township,Islandcreek Township,Township of Island Creek		US	OH	081	37534	0	America/New_York
5158998	Township of Jackson	township-of-jackson	Jackson Township		US	OH	003	37646	0	America/New_York
5158999	Township of Jackson	township-of-jackson	Jackson Township		US	OH	005	37660	0	America/New_York
5159000	Township of Jackson	township-of-jackson	Jackson Township		US	OH	011	37674	0	America/New_York
5159001	Township of Jackson	township-of-jackson	Jackson Township		US	OH	021	37702	0	America/New_York
5159002	Township of Jackson	township-of-jackson	Jackson Township		US	OH	031	37730	0	America/New_York
5159003	Township of Jackson	township-of-jackson	Jackson Township		US	OH	033	37744	0	America/New_York
5159004	Township of Jackson	township-of-jackson	Jackson Township		US	OH	037	37758	0	America/New_York
5159005	Township of Jackson	township-of-jackson	Jackson Township		US	OH	063	37800	0	America/New_York
5159006	Township of Jackson	township-of-jackson	Jackson Township		US	OH	065	37814	0	America/New_York
5159007	Township of Jackson	township-of-jackson	Jackson Township		US	OH	083	37870	0	America/New_York
5159008	Township of Jackson	township-of-jackson	Jackson Township		US	OH	099	37884	0	America/New_York
5159009	Township of Jackson	township-of-jackson	Jackson Township		US	OH	119	37926	0	America/New_York
5159010	Township of Jackson	township-of-jackson	Jackson Township		US	OH	125	37954	0	America/New_York
5159011	Township of Jackson	township-of-jackson	Jackson Township		US	OH	137	38024	0	America/New_York
5159012	Township of Jackson	township-of-jackson	Jackson Township		US	OH	139	38038	0	America/New_York
5159013	Township of Jackson	township-of-jackson	Jackson Township		US	OH	143	38052	0	America/New_York
5159014	Township of Jackson	township-of-jackson	Jackson Township		US	OH	147	38066	0	America/New_York
5159015	Township of Jackson	township-of-jackson	Jackson Township		US	OH	149	38080	0	America/New_York
5159016	Township of Jackson	township-of-jackson	Jackson Township		US	OH	151	38094	0	America/New_York
5159017	Township of Jackson	township-of-jackson	Jackson Township		US	OH	159	38108	0	America/New_York
5159018	Township of Jackson	township-of-jackson	Jackson Township		US	OH	161	38122	0	America/New_York
5159019	Township of Jackson	township-of-jackson	Jackson Township		US	OH	173	38164	0	America/New_York
5159020	Township of Jackson	township-of-jackson	Jackson Township,Patterson Township,Township of Jackson		US	OH	175	38178	0	America/New_York
5159123	Township of Jefferson	township-of-jefferson	Jefferson Township		US	OH	007	38514	0	America/New_York
5159124	Township of Jefferson	township-of-jefferson	Jefferson Township		US	OH	031	38556	0	America/New_York
5159125	Township of Jefferson	township-of-jefferson	Jefferson Township		US	OH	033	38570	0	America/New_York
5159126	Township of Jefferson	township-of-jefferson	Jefferson Township		US	OH	049	38612	0	America/New_York
5159127	Township of Jefferson	township-of-jefferson	Jefferson Township		US	OH	059	38640	0	America/New_York
5159128	Township of Jefferson	township-of-jefferson	Jefferson Township		US	OH	083	38668	0	America/New_York
5159129	Township of Jefferson	township-of-jefferson	Jefferson Township		US	OH	091	38682	0	America/New_York
5159130	Township of Jefferson	township-of-jefferson	Jefferson Township		US	OH	107	38724	0	America/New_York
5159131	Township of Jefferson	township-of-jefferson	Jefferson Township		US	OH	119	38752	0	America/New_York
5159132	Township of Jefferson	township-of-jefferson	Jefferson Township		US	OH	139	38794	0	America/New_York
5159133	Township of Jefferson	township-of-jefferson	Jefferson Township		US	OH	157	38836	0	America/New_York
5159134	Township of Jefferson	township-of-jefferson	Jefferson Township		US	OH	171	38864	0	America/New_York
5159154	Township of Jennings	township-of-jennings	Jennings Township		US	OH	137	38976	0	America/New_York
5159155	Township of Jennings	township-of-jennings	Jennings Township		US	OH	161	38990	0	America/New_York
5159187	Township of Jersey	township-of-jersey	Jersey Township		US	OH	089	39102	0	America/New_York
5159198	Township of Jerusalem	township-of-jerusalem	Jerusalem Township		US	OH	095	39116	0	America/New_York
5159290	Township of Johnson	township-of-johnson	Johnson Township		US	OH	021	39228	0	America/New_York
5159308	Township of Johnston	township-of-johnston	Johnson Township,Johnston Township,Township of Johnston		US	OH	155	39298	0	America/New_York
5159445	Township of Keene	township-of-keene	Keene Township		US	OH	031	39634	0	America/New_York
5159472	Village of Kelleys Island	village-of-kelleys-island			US	OH	043	39662	312	America/New_York
5159642	Township of Killbuck	township-of-killbuck	Killbuck Township		US	OH	075	40194	0	America/New_York
5159765	Township of Kingston	township-of-kingston	Kingston Township		US	OH	041	40362	0	America/New_York
5159771	Township of Kingsville	township-of-kingsville	Kingsville Township		US	OH	007	40404	0	America/New_York
5159783	Township of Kinsman	township-of-kinsman	Kinsman Township		US	OH	155	40502	0	America/New_York
5159808	Township of Kirkwood	township-of-kirkwood	Kirkwood Township		US	OH	013	40600	0	America/New_York
5159816	Village of Kirtland Hills	village-of-kirtland-hills			US	OH	085	40670	646	America/New_York
5159821	City of Kirtland	city-of-kirtland			US	OH	085	40642	6866	America/New_York
5159906	Township of Knox	township-of-knox	Knox Township		US	OH	029	40824	0	America/New_York
5159907	Township of Knox	township-of-knox	Knox Township		US	OH	059	40838	0	America/New_York
5159908	Township of Knox	township-of-knox	Knox Township		US	OH	075	40852	0	America/New_York
5159909	Township of Knox	township-of-knox	Knox Township		US	OH	081	40866	0	America/New_York
5160035	Township of Lafayette	township-of-lafayette	Lafayette Township		US	OH	031	41132	0	America/New_York
5160036	Township of Lafayette	township-of-lafayette	Lafayette Township		US	OH	103	41174	0	America/New_York
5160045	Township of Lagrange	township-of-lagrange	Lagrange Township		US	OH	093	5160045	0	America/New_York
5160237	Township of Lake	township-of-lake	Lake Township		US	OH	005	41272	0	America/New_York
5160238	Township of Lake	township-of-lake	Lake Township		US	OH	091	41286	0	America/New_York
5160239	Township of Lake	township-of-lake	Lake Township		US	OH	151	41314	0	America/New_York
5160240	Township of Lake	township-of-lake	Lake Township		US	OH	173	41328	0	America/New_York
5160257	Village of Lakeline	village-of-lakeline			US	OH	085	41398	226	America/New_York
5160268	Village of Lakemore	village-of-lakemore			US	OH	153	41454	3068	America/New_York
5160336	City of Lakewood	city-of-lakewood			US	OH	035	41664	52131	America/New_York
5160431	Township of Latty	township-of-latty	Latty Township,Township of Latty,York Township		US	OH	125	42000	0	America/New_York
5160461	Township of Lawrence	township-of-lawrence	Lawrence Township		US	OH	151	42168	0	America/New_York
5160462	Township of Lawrence	township-of-lawrence	Lawrence Township		US	OH	157	42182	0	America/New_York
5160526	Township of Lee	township-of-lee	Lee Township		US	OH	019	42434	0	America/New_York
5160533	Township of Leesburg	township-of-leesburg	Leesburg Township		US	OH	159	42490	0	America/New_York
5160593	Township of Lenox	township-of-lenox	Lenox Township		US	OH	007	42742	0	America/New_York
5160607	Township of Leroy	township-of-leroy	Le Roy Township,Leroy Township,Township of Leroy		US	OH	085	42812	0	America/New_York
5160649	Township of Lexington	township-of-lexington	Lexington Township		US	OH	151	43022	0	America/New_York
5160709	Township of Liberty	township-of-liberty	Liberty Township		US	OH	033	43078	0	America/New_York
5160710	Township of Liberty	township-of-liberty	German Township,Liberty Township,Township of Liberty		US	OH	037	43092	0	America/New_York
5160711	Township of Liberty	township-of-liberty	Liberty Township		US	OH	041	43106	0	America/New_York
5160712	Township of Liberty	township-of-liberty	Liberty Township		US	OH	059	43134	0	America/New_York
5160713	Township of Liberty	township-of-liberty	Liberty Township		US	OH	063	43148	0	America/New_York
5160714	Township of Liberty	township-of-liberty	Liberty Township		US	OH	065	43162	0	America/New_York
5160715	Township of Liberty	township-of-liberty	Liberty Township		US	OH	069	43176	0	America/New_York
5160716	Township of Liberty	township-of-liberty	Liberty Township		US	OH	083	43218	0	America/New_York
5160717	Township of Liberty	township-of-liberty	Liberty Township		US	OH	089	43232	0	America/New_York
5160718	Township of Liberty	township-of-liberty	Liberty Township		US	OH	091	43246	0	America/New_York
5160719	Township of Liberty	township-of-liberty	Liberty Township		US	OH	107	43260	0	America/New_York
5160720	Township of Liberty	township-of-liberty	Liberty Township		US	OH	137	43288	0	America/New_York
5160721	Township of Liberty	township-of-liberty	Liberty Township		US	OH	147	43316	0	America/New_York
5160722	Township of Liberty	township-of-liberty	Liberty Township		US	OH	155	43344	0	America/New_York
5160723	Township of Liberty	township-of-liberty	Liberty Township		US	OH	159	43358	0	America/New_York
5160724	Township of Liberty	township-of-liberty	Liberty Township		US	OH	161	43372	0	America/New_York
5160725	Township of Liberty	township-of-liberty	Liberty Township		US	OH	173	43400	0	America/New_York
5160754	Township of Licking	township-of-licking	Licking Township		US	OH	119	43470	0	America/New_York
5160804	City of Lima	city-of-lima			US	OH	003	43554	38771	America/New_York
5160889	Township of Lincoln	township-of-lincoln	Lincoln Township		US	OH	117	43680	0	America/New_York
5160931	Village of Linndale	village-of-linndale			US	OH	035	43918	179	America/New_York
5160934	Township of Linton	township-of-linton	Linton Township		US	OH	031	43960	0	America/New_York
5160963	Township of Litchfield	township-of-litchfield	Litchfield Township		US	OH	103	44072	0	America/New_York
5161071	Township of Liverpool	township-of-liverpool	Liverpool Township		US	OH	029	44226	0	America/New_York
5161072	Township of Liverpool	township-of-liverpool	Liverpool Township		US	OH	103	44240	0	America/New_York
5161162	Township of Logan	township-of-logan	Logan Township		US	OH	011	44618	0	America/New_York
5161181	Township of Londonderry	township-of-londonderry	Londonderry Township		US	OH	059	44716	0	America/New_York
5161293	City of Lorain	city-of-lorain			US	OH	093	44856	64097	America/New_York
5161296	Township of Loramie	township-of-loramie	Loramie Township,Loramie's Township,Loramies Township,Township of Loramie		US	OH	149	44884	0	America/New_York
5161307	Village of Lordstown	village-of-lordstown			US	OH	155	44912	3417	America/New_York
5161332	Township of Lostcreek	township-of-lostcreek	Lost Creek Township,Lostcreek Township,Township of Lostcreek		US	OH	109	44968	0	America/New_York
5161338	Township of Loudon	township-of-loudon	London Township,Loudon Township,Township of Loudon		US	OH	019	45038	0	America/New_York
5161339	Township of Loudon	township-of-loudon	Loudon Township		US	OH	147	45052	0	America/New_York
5161358	City of Louisville	city-of-louisville			US	OH	151	45094	9186	America/New_York
5161484	Township of Lykens	township-of-lykens	Lykena Township,Lykens Township,Lykins Township,Township of Lykens		US	OH	033	45500	0	America/New_York
5161490	Township of Lyme	township-of-lyme	Lyme Township		US	OH	077	45514	0	America/New_York
5161497	City of Lyndhurst	city-of-lyndhurst			US	OH	035	45556	14001	America/New_York
5161506	Township of Lynn	township-of-lynn	Lynn Township		US	OH	065	45598	0	America/New_York
5161545	City of Macedonia	city-of-macedonia			US	OH	153	45976	11188	America/New_York
5161558	Township of Mad River	township-of-mad-river	Mad River Township		US	OH	021	46760	0	America/New_York
5161599	Township of Madison	township-of-madison	Madison Township		US	OH	029	46368	0	America/New_York
5161600	Township of Madison	township-of-madison	Madison Township		US	OH	059	46424	0	America/New_York
5161601	Township of Madison	township-of-madison	Madison Township		US	OH	063	46438	0	America/New_York
5161602	Township of Madison	township-of-madison	Madison Township		US	OH	085	46494	0	America/New_York
5161603	Township of Madison	township-of-madison	Madison Township		US	OH	089	46508	0	America/New_York
5161604	Township of Madison	township-of-madison	Madison Township		US	OH	119	46536	0	America/New_York
5161605	Township of Madison	township-of-madison	Madison Township		US	OH	139	46578	0	America/New_York
5161606	Township of Madison	township-of-madison	Madison Township		US	OH	143	46592	0	America/New_York
5161607	Township of Madison	township-of-madison	Madison Township		US	OH	171	46634	0	America/New_York
5161750	Township of Mantua	township-of-mantua	Mantua Township		US	OH	133	47194	0	America/New_York
5161809	City of Maple Heights	city-of-maple-heights			US	OH	035	47306	23138	America/New_York
5161888	Township of Margaretta	township-of-margaretta	Margaretta Township		US	OH	043	47572	0	America/New_York
5161931	Township of Marion	township-of-marion	Marion Township		US	OH	003	47656	0	America/New_York
5161932	Township of Marion	township-of-marion	Marion Township		US	OH	063	47698	0	America/New_York
5161933	Township of Marion	township-of-marion	Marion Township		US	OH	065	47712	0	America/New_York
5161934	Township of Marion	township-of-marion	Marion Township		US	OH	069	47726	0	America/New_York
5161935	Township of Marion	township-of-marion	Center Township,Marion Township,Township of Marion		US	OH	101	47768	0	America/New_York
5161936	Township of Marion	township-of-marion	Marion Township		US	OH	107	47782	0	America/New_York
5161947	Township of Mark	township-of-mark	Mark Township		US	OH	039	47852	0	America/New_York
5161975	Township of Marlboro	township-of-marlboro	Marlboro Township,Marlborough Township,Township of Marlboro		US	OH	041	47908	0	America/New_York
5161976	Township of Marlboro	township-of-marlboro	Marlboro Township		US	OH	151	47936	0	America/New_York
5161997	Township of Marseilles	township-of-marseilles	Marseilles Township		US	OH	175	48006	0	America/New_York
5162058	Township of Mary Ann	township-of-mary-ann	Mary Ann Township,Maryann Township,Township of Mary Ann		US	OH	089	48132	0	America/New_York
5162114	City of Massillon	city-of-massillon			US	OH	151	48244	32149	America/New_York
5162159	City of Maumee	city-of-maumee			US	OH	095	48342	14286	America/New_York
5162190	City of Mayfield Heights	city-of-mayfield-heights			US	OH	035	48482	19155	America/New_York
5162197	Village of Mayfield	village-of-mayfield	Mayfield Village,Village of Mayfield		US	OH	035	48468	3460	America/New_York
5162222	Township of McArthur	township-of-mcarthur	McArthur Township		US	OH	091	45682	0	America/New_York
5162307	Township of McDonald	township-of-mcdonald	McDonald Township		US	OH	065	45920	0	America/New_York
5162361	Township of McKean	township-of-mckean	McKean Township		US	OH	089	46116	0	America/New_York
5162420	Township of McLean	township-of-mclean	McLean Township		US	OH	149	46172	0	America/New_York
5162492	Township of Mecca	township-of-mecca	Mecca Township		US	OH	155	48678	0	America/New_York
5162493	Township of Mechanic	township-of-mechanic	Mechanic Township		US	OH	075	48692	0	America/New_York
5162530	Township of Medina	township-of-medina	Medina Township		US	OH	103	48804	0	America/New_York
5162670	City of Mentor	city-of-mentor			US	OH	085	49056	47159	America/New_York
5162721	Township of Mesopotamia	township-of-mesopotamia	Mesopotamia,Mesopotamia Township		US	OH	155	49210	0	America/New_York
5162789	Township of Miami	township-of-miami	Miami Township		US	OH	091	49378	0	America/New_York
5162853	City of Middleburg Heights	city-of-middleburg-heights			US	OH	035	49644	15946	America/New_York
5162858	Township of Middlebury	township-of-middlebury	Middleberry Township,Middlebury Township,Township of Middlebury		US	OH	083	49658	0	America/New_York
5162862	Township of Middlefield	township-of-middlefield	Middlefield Township		US	OH	055	49714	0	America/New_York
5162868	Township of Middleton	township-of-middleton	Middleton Township		US	OH	029	49784	0	America/New_York
5162869	Township of Middleton	township-of-middleton	Middleton Township,Middletown Township,Township of Middleton		US	OH	173	49812	0	America/New_York
5162912	Township of Mifflin	township-of-mifflin	Mifflin Township		US	OH	005	50050	0	America/New_York
5162913	Township of Mifflin	township-of-mifflin	Mifflin Township		US	OH	049	50064	0	America/New_York
5162914	Township of Mifflin	township-of-mifflin	Mifflin Township		US	OH	139	50092	0	America/New_York
5162915	Township of Mifflin	township-of-mifflin	Mifflin Township		US	OH	175	50106	0	America/New_York
5162930	Township of Milan	township-of-milan	Milan Township		US	OH	043	50148	0	America/New_York
5162961	Township of Milford	township-of-milford	Milford Township		US	OH	039	50190	0	America/New_York
5162962	Township of Milford	township-of-milford	Milford Township		US	OH	083	50204	0	America/New_York
5162990	Township of Mill Creek	township-of-mill-creek	Mill Creek Township,Millcreek Township,Township of Mill Creek		US	OH	031	50274	0	America/New_York
5162991	Township of Mill Creek	township-of-mill-creek	Mill Creek Township,Millcreek Township,Township of Mill Creek		US	OH	171	50302	0	America/New_York
5163004	Township of Mill	township-of-mill	Mill Township		US	OH	157	50232	0	America/New_York
5163013	Township of Millcreek	township-of-millcreek	Mill Creek Township,Millcreek Township,Township of Millcreek		US	OH	159	50288	0	America/New_York
5163068	Township of Miller	township-of-miller	Miller Township		US	OH	083	50330	0	America/New_York
5163125	Township of Milton	township-of-milton	Milton Township		US	OH	005	50610	0	America/New_York
5163126	Township of Milton	township-of-milton	Milton Township		US	OH	099	50638	0	America/New_York
5163127	Township of Milton	township-of-milton	Milton Township		US	OH	169	50666	0	America/New_York
5163128	Township of Milton	township-of-milton	Milton Township		US	OH	173	50680	0	America/New_York
5163213	Township of Mississinawa	township-of-mississinawa	Mississinawa Township,Mississinewa Township,Township of Mississinawa		US	OH	037	50960	0	America/New_York
5163249	Village of Mogadore	village-of-mogadore			US	OH	153	51058	3853	America/New_York
5163274	Township of Mohican	township-of-mohican	Mohican Township		US	OH	005	51086	0	America/New_York
5163298	Township of Monclova	township-of-monclova	Monclova Township		US	OH	095	51156	0	America/New_York
5163330	Township of Monroe	township-of-monroe	Monroe Township		US	OH	003	51282	0	America/New_York
5163331	Township of Monroe	township-of-monroe	Monroe Township		US	OH	007	51296	0	America/New_York
5163332	Township of Monroe	township-of-monroe	Monroe Township		US	OH	019	51324	0	America/New_York
5163333	Township of Monroe	township-of-monroe	Monroe Township		US	OH	031	51352	0	America/New_York
5163334	Township of Monroe	township-of-monroe	Monroe Township		US	OH	059	51380	0	America/New_York
5163335	Township of Monroe	township-of-monroe	Monroe Township		US	OH	067	51394	0	America/New_York
5163336	Township of Monroe	township-of-monroe	Monroe Township		US	OH	069	51408	0	America/New_York
5163337	Township of Monroe	township-of-monroe	Monroe Township		US	OH	075	51422	0	America/New_York
5163338	Township of Monroe	township-of-monroe	Monroe Township		US	OH	083	51436	0	America/New_York
5163339	Township of Monroe	township-of-monroe	Monroe Township		US	OH	089	51450	0	America/New_York
5163340	Township of Monroe	township-of-monroe	Monroe Township		US	OH	091	51464	0	America/New_York
5163341	Township of Monroe	township-of-monroe	Monroe Township		US	OH	097	51478	0	America/New_York
5163342	Township of Monroe	township-of-monroe	Monroe Township		US	OH	119	51506	0	America/New_York
5163343	Township of Monroe	township-of-monroe	Monroe Township		US	OH	137	51562	0	America/New_York
5163344	Township of Monroe	township-of-monroe	Monroe Township		US	OH	139	51576	0	America/New_York
5163356	Township of Monterey	township-of-monterey	Monterey Township		US	OH	137	51660	0	America/New_York
5163370	Township of Montgomery	township-of-montgomery	Montgomery Township		US	OH	173	51744	0	America/New_York
5163395	Township of Montville	township-of-montville	Montville Township		US	OH	055	51842	0	America/New_York
5163396	Township of Montville	township-of-montville	Montville Township		US	OH	103	51856	0	America/New_York
5163420	Township of Moorefield	township-of-moorefield	Moorefield Township		US	OH	067	51940	0	America/New_York
5163452	Village of Moreland Hills	village-of-moreland-hills			US	OH	035	52052	3320	America/New_York
5163466	Township of Morgan	township-of-morgan	Morgan Township		US	OH	007	52066	0	America/New_York
5163467	Township of Morgan	township-of-morgan	Morgan Township		US	OH	083	52108	0	America/New_York
5163564	Township of Moulton	township-of-moulton	Moulton Township		US	OH	011	52472	0	America/New_York
5163758	Township of Mount Pleasant	township-of-mount-pleasant	Mount Pleasant Township		US	OH	081	52990	0	America/New_York
5163813	City of Mount Vernon	city-of-mount-vernon			US	OH	083	53102	16990	America/New_York
5163971	City of Munroe Falls	city-of-munroe-falls	City of Munroe Falls,Village of Munroe Falls		US	OH	153	53312	5012	America/New_York
5163978	Township of Munson	township-of-munson	Munson Township		US	OH	055	53340	0	America/New_York
5164009	Township of Muskingum	township-of-muskingum	Muskingum Township		US	OH	119	53438	0	America/New_York
5164061	Township of Napoleon	township-of-napoleon	Napoleon Township		US	OH	069	53564	0	America/New_York
5164127	Township of Neave	township-of-neave	Neave Township		US	OH	037	53732	0	America/New_York
5164175	Township of Nelson	township-of-nelson	Nelson Township		US	OH	133	53858	0	America/New_York
5164307	Township of New Haven	township-of-new-haven	New Haven Township		US	OH	077	54712	0	America/New_York
5164361	Township of New London	township-of-new-london	New London Township		US	OH	077	54922	0	America/New_York
5164367	Township of New Lyme	township-of-new-lyme	New Lyme Township		US	OH	007	54964	0	America/New_York
5164372	Village of New Middletown	village-of-new-middletown	New Middletown,New Middletown Village,Village of New Middletown		US	OH	099	55118	1621	America/New_York
5164394	City of New Philadelphia	city-of-new-philadelphia			US	OH	157	55216	17288	America/New_York
5164418	Township of New Russia	township-of-new-russia	New Russia Township		US	OH	093	55446	0	America/New_York
5164479	City of Newark	city-of-newark			US	OH	089	54040	47573	America/New_York
5164480	Township of Newark	township-of-newark	Newark Township		US	OH	089	54054	0	America/New_York
5164485	Township of Newberry	township-of-newberry	Newberry Township		US	OH	109	54138	0	America/New_York
5164489	Village of Newburgh Heights	village-of-newburgh-heights			US	OH	035	54250	2167	America/New_York
5164495	Township of Newbury	township-of-newbury	Newbury Township		US	OH	055	54292	0	America/New_York
5164498	Township of Newcastle	township-of-newcastle	Newcastle Township		US	OH	031	54376	0	America/New_York
5164554	Township of Newton	township-of-newton	Newton Township		US	OH	109	55594	0	America/New_York
5164555	Township of Newton	township-of-newton	Newton Township		US	OH	155	55636	0	America/New_York
5164594	Township of Nimishillen	township-of-nimishillen	Nimishillen Township,Nimskillen Township,Township of Nimishillen		US	OH	151	55944	0	America/New_York
5164624	Township of Noble	township-of-noble	Noble Township,Township of Noble,Wayne Township		US	OH	011	55986	0	America/New_York
5164625	Township of Noble	township-of-noble	Noble Township		US	OH	039	56014	0	America/New_York
5164679	Township of North Bloomfield	township-of-north-bloomfield	Bloomfield Township,North Bloomfield Township,Township of North Bloomfield		US	OH	117	56224	0	America/New_York
5164816	Village of North Kingsville	village-of-north-kingsville			US	OH	007	56700	2923	America/New_York
5164871	City of North Olmsted	city-of-north-olmsted			US	OH	035	56882	32718	America/New_York
5164894	Village of North Randall	village-of-north-randall			US	OH	035	56924	1027	America/New_York
5164911	City of North Ridgeville	city-of-north-ridgeville			US	OH	093	56966	29465	America/New_York
5164923	City of North Royalton	city-of-north-royalton			US	OH	035	57008	30444	America/New_York
5164973	Township of North	township-of-north	North Township		US	OH	067	56084	0	America/New_York
5165001	Township of Northfield Center	township-of-northfield-center	Northfield Center Township		US	OH	153	56490	0	America/New_York
5165007	Village of Northfield	village-of-northfield			US	OH	153	56448	3677	America/New_York
5165065	Township of Northwest	township-of-northwest	North West Township,Northwest Township,Township of Northwest		US	OH	171	57162	0	America/New_York
5165084	City of Northwood	city-of-northwood	City of Northwood,Village of Northwood		US	OH	173	57190	5265	America/New_York
5165104	City of Norton	city-of-norton			US	OH	153	57260	12085	America/New_York
5165112	City of Norwalk	city-of-norwalk			US	OH	077	57302	17012	America/New_York
5165113	Township of Norwalk	township-of-norwalk	Norwalk Township		US	OH	077	57316	0	America/New_York
5165115	Township of Norwich	township-of-norwich	Norwich Township		US	OH	049	57344	0	America/New_York
5165116	Township of Norwich	township-of-norwich	Norwich Township		US	OH	077	57358	0	America/New_York
5165129	Township of Nottingham	township-of-nottingham	Nottingham Township		US	OH	067	57456	0	America/New_York
5165331	Village of Oakwood	village-of-oakwood	Oakwood Village		US	OH	035	57750	3667	America/New_York
5165639	City of Olmsted Falls	city-of-olmsted-falls			US	OH	035	58422	9024	America/New_York
5165643	Township of Olmsted	township-of-olmsted	Olmsted Township		US	OH	035	58408	0	America/New_York
5165709	Township of Orange	township-of-orange	Orange Township		US	OH	005	58562	0	America/New_York
5165710	Township of Orange	township-of-orange	Orange Township		US	OH	019	58576	0	America/New_York
5165711	Township of Orange	township-of-orange	Orange Township		US	OH	041	58618	0	America/New_York
5165712	Township of Orange	township-of-orange	Orange Township		US	OH	063	58632	0	America/New_York
5165713	Township of Orange	township-of-orange	Orange Township		US	OH	149	58660	0	America/New_York
5165714	Village of Orange	village-of-orange			US	OH	035	58604	3323	America/New_York
5165717	Village of Orangeville	village-of-orangeville			US	OH	155	58674	197	America/New_York
5165742	City of Oregon	city-of-oregon			US	OH	095	58730	20291	America/New_York
5165767	Township of Orwell	township-of-orwell	Orwell Township		US	OH	007	58870	0	America/New_York
5165783	Township of Osnaburg	township-of-osnaburg	Osnaburg Township		US	OH	151	58926	0	America/New_York
5165815	Village of Ottawa Hills	village-of-ottawa-hills			US	OH	095	59010	4517	America/New_York
5165834	Township of Ottawa	township-of-ottawa	Ottawa Township		US	OH	137	58996	0	America/New_York
5165977	Township of Oxford	township-of-oxford	Oxford Township		US	OH	031	59248	0	America/New_York
5165978	Township of Oxford	township-of-oxford	Oxford Township		US	OH	041	59262	0	America/New_York
5165979	Township of Oxford	township-of-oxford	Oxford Township		US	OH	043	59276	0	America/New_York
5165980	Township of Oxford	township-of-oxford	Oxford Township		US	OH	059	59290	0	America/New_York
5165981	Township of Oxford	township-of-oxford	Oxford Township		US	OH	157	59304	0	America/New_York
5166018	City of Painesville	city-of-painesville			US	OH	085	59416	19563	America/New_York
5166019	Township of Painesville	township-of-painesville	Painesville Township		US	OH	085	59430	0	America/New_York
5166023	Township of Paint	township-of-paint	Paint Township		US	OH	075	59514	0	America/New_York
5166024	Township of Paint	township-of-paint	Paint Township		US	OH	169	59556	0	America/New_York
5166048	Township of Palmer	township-of-palmer	North Greensburg Township,Palmer Township,Township of Palmer		US	OH	137	59612	0	America/New_York
5166055	Township of Palmyra	township-of-palmyra	Palmyra Township		US	OH	133	59668	0	America/New_York
5166101	Township of Paris	township-of-paris	Paris Township		US	OH	133	59822	0	America/New_York
5166102	Township of Paris	township-of-paris	Paris Township		US	OH	151	59850	0	America/New_York
5166103	Township of Paris	township-of-paris	Paris Township		US	OH	159	59864	0	America/New_York
5166141	Township of Parkman	township-of-parkman	Parkman Township		US	OH	055	59948	0	America/New_York
5166189	City of Parma Heights	city-of-parma-heights			US	OH	035	61028	20718	America/New_York
5166199	City of Parma	city-of-parma			US	OH	035	61000	81601	America/New_York
5166237	Township of Patterson	township-of-patterson	Patterson Township		US	OH	037	61168	0	America/New_York
5166270	Township of Paulding	township-of-paulding	Paulding Township		US	OH	125	61266	0	America/New_York
5166353	Township of Pease	township-of-pease	Pease Township		US	OH	013	61378	0	America/New_York
5166387	Township of Penfield	township-of-penfield	Penfield Township		US	OH	093	61532	0	America/New_York
5166442	City of Pepper Pike	city-of-pepper-pike			US	OH	035	61686	5979	America/New_York
5166464	Township of Perkins	township-of-perkins	Perkins Township		US	OH	043	61714	0	America/New_York
5166496	Township of Perry	township-of-perry	Perry Township		US	OH	003	61742	0	America/New_York
5166497	Township of Perry	township-of-perry	Perry Township		US	OH	005	61756	0	America/New_York
5166498	Township of Perry	township-of-perry	Perry Township		US	OH	019	61784	0	America/New_York
5166499	Township of Perry	township-of-perry	Perry Township		US	OH	029	61798	0	America/New_York
5166500	Township of Perry	township-of-perry	Perry Township		US	OH	031	61812	0	America/New_York
5166501	Township of Perry	township-of-perry	Perry Township		US	OH	049	61840	0	America/New_York
5166502	Township of Perry	township-of-perry	Perry Township		US	OH	085	61896	0	America/New_York
5166503	Township of Perry	township-of-perry	Perry Township		US	OH	089	61924	0	America/New_York
5166504	Township of Perry	township-of-perry	Perry Township		US	OH	091	61938	0	America/New_York
5166505	Township of Perry	township-of-perry	Perry Township		US	OH	117	61980	0	America/New_York
5166506	Township of Perry	township-of-perry	Perry Township		US	OH	137	62036	0	America/New_York
5166507	Township of Perry	township-of-perry	Perry Township		US	OH	139	62050	0	America/New_York
5166508	Township of Perry	township-of-perry	Perry Township		US	OH	149	62064	0	America/New_York
5166509	Township of Perry	township-of-perry	Perry Township		US	OH	151	62078	0	America/New_York
5166510	Township of Perry	township-of-perry	Perry Township		US	OH	157	62092	0	America/New_York
5166511	Township of Perry	township-of-perry	Perry Township		US	OH	173	62106	0	America/New_York
5166526	City of Perrysburg	city-of-perrysburg			US	OH	173	62148	20623	America/New_York
5166527	Township of Perrysburg	township-of-perrysburg	Perrysburg Township		US	OH	173	62162	0	America/New_York
5166547	Township of Peru	township-of-peru	Peru Township		US	OH	077	62246	0	America/New_York
5166548	Township of Peru	township-of-peru	Peru Township		US	OH	117	62260	0	America/New_York
5166654	Township of Pierpont	township-of-pierpont	Pierpont Township		US	OH	007	62568	0	America/New_York
5166681	Township of Pike	township-of-pike	Pike Township		US	OH	031	62624	0	America/New_York
5166682	Township of Pike	township-of-pike	Pike Township		US	OH	051	62638	0	America/New_York
5166683	Township of Pike	township-of-pike	Pike Township		US	OH	083	62652	0	America/New_York
5166684	Township of Pike	township-of-pike	Pike Township		US	OH	097	62666	0	America/New_York
5166685	Township of Pike	township-of-pike	Pike Township		US	OH	151	62694	0	America/New_York
5166850	Township of Pitt	township-of-pitt	Pitt Township		US	OH	175	62904	0	America/New_York
5166859	Township of Pittsfield	township-of-pittsfield	Pittsfield Township		US	OH	093	62960	0	America/New_York
5166877	Township of Plain	township-of-plain	Plain Township,Scotts Plains Township,Township of Plain		US	OH	049	62974	0	America/New_York
5166878	Township of Plain	township-of-plain	Plain Township		US	OH	151	62988	0	America/New_York
5166879	Township of Plain	township-of-plain	Plain Township		US	OH	169	62995	0	America/New_York
5166880	Township of Plain	township-of-plain	Plain Township		US	OH	173	63002	0	America/New_York
5167118	Township of Pleasant	township-of-pleasant	Pleasant Township		US	OH	063	63268	0	America/New_York
5167119	Township of Pleasant	township-of-pleasant	Pleasant Township		US	OH	065	63282	0	America/New_York
5167120	Township of Pleasant	township-of-pleasant	Pleasant Township		US	OH	069	63296	0	America/New_York
5167121	Township of Pleasant	township-of-pleasant	Pleasant Township		US	OH	083	63310	0	America/New_York
5167122	Township of Pleasant	township-of-pleasant	Pleasant Township		US	OH	091	63324	0	America/New_York
5167123	Township of Pleasant	township-of-pleasant	Pleasant Township		US	OH	101	63352	0	America/New_York
5167124	Township of Pleasant	township-of-pleasant	Pleasant Township		US	OH	137	63380	0	America/New_York
5167125	Township of Pleasant	township-of-pleasant	Pleasant Township		US	OH	147	63394	0	America/New_York
5167126	Township of Pleasant	township-of-pleasant	Pleasant Township		US	OH	161	63408	0	America/New_York
5167178	Township of Plymouth	township-of-plymouth	Plymouth Township		US	OH	007	63772	0	America/New_York
5167179	Township of Plymouth	township-of-plymouth	Plymouth Township		US	OH	139	63814	0	America/New_York
5167212	Township of Poland	township-of-poland	Poland Township		US	OH	099	63968	0	America/New_York
5167221	Township of Polk	township-of-polk	Polk Township		US	OH	033	64010	0	America/New_York
5167306	Township of Portage	township-of-portage	Portage Township		US	OH	063	64066	0	America/New_York
5167307	Township of Portage	township-of-portage	Portage Township		US	OH	123	64080	0	America/New_York
5167308	Township of Portage	township-of-portage	Portage Township		US	OH	173	64122	0	America/New_York
5167312	Township of Porter	township-of-porter	Porter Township		US	OH	041	64178	0	America/New_York
5167400	Township of Prairie	township-of-prairie	Prairie Township		US	OH	075	64584	0	America/New_York
5167499	Township of Prospect	township-of-prospect	Prospect Township		US	OH	101	64794	0	America/New_York
5167520	Township of Providence	township-of-providence	Providence Township		US	OH	095	64836	0	America/New_York
5167534	Township of Pulaski	township-of-pulaski	Pulaski Township		US	OH	171	64920	0	America/New_York
5167543	Township of Pultney	township-of-pultney	Pultney Township		US	OH	013	64962	0	America/New_York
5167562	Township of Pusheta	township-of-pusheta	Pusheta Township		US	OH	011	65018	0	America/New_York
5167572	Township of Put-in-Bay	township-of-put-in-bay	Put in Bay,Put in Bay Township,Put-in Bay Township,Put-in-Bay Township,Township of Put-in-Bay		US	OH	123	65046	0	America/New_York
5167657	Township of Radnor	township-of-radnor	Radnor Township		US	OH	041	65312	0	America/New_York
5167721	Township of Randolph	township-of-randolph	Randolph Township		US	OH	133	65452	0	America/New_York
5167744	Township of Ravenna	township-of-ravenna	Ravenna Township		US	OH	133	65606	0	America/New_York
5167781	Township of Recovery	township-of-recovery	Recovery Township		US	OH	107	65781	0	America/New_York
5167838	Township of Reed	township-of-reed	Reed Township		US	OH	147	65942	0	America/New_York
5167905	Village of Reminderville	village-of-reminderville			US	OH	153	66152	3404	America/New_York
5168002	Township of Rice	township-of-rice	Rice Township		US	OH	143	66460	0	America/New_York
5168033	Township of Richfield	township-of-richfield	Richfield Township		US	OH	069	66502	0	America/New_York
5168034	Township of Richfield	township-of-richfield	Richfield Township		US	OH	095	66516	0	America/New_York
5168035	Township of Richfield	township-of-richfield	Richfield Township		US	OH	153	66544	0	America/New_York
5168048	Township of Richland	township-of-richland	Richland Township		US	OH	003	66614	0	America/New_York
5168049	Township of Richland	township-of-richland	Richland Township		US	OH	013	66628	0	America/New_York
5168050	Township of Richland	township-of-richland	Richland Township		US	OH	037	66656	0	America/New_York
5168051	Township of Richland	township-of-richland	Richland Township		US	OH	039	66670	0	America/New_York
5168052	Township of Richland	township-of-richland	Richland Township		US	OH	075	66712	0	America/New_York
5168053	Township of Richland	township-of-richland	Richland Township		US	OH	091	66740	0	America/New_York
5168054	Township of Richland	township-of-richland	Richland Township		US	OH	101	66754	0	America/New_York
5168055	Township of Richland	township-of-richland	Richland Township		US	OH	175	66782	0	America/New_York
5168069	City of Richmond Heights	city-of-richmond-heights			US	OH	035	66894	10546	America/New_York
5168076	Township of Richmond	township-of-richmond	Richmond Township		US	OH	007	66796	0	America/New_York
5168077	Township of Richmond	township-of-richmond	Richmond Township		US	OH	077	66810	0	America/New_York
5168123	Township of Ridge	township-of-ridge	Ridge Township		US	OH	161	66978	0	America/New_York
5168124	Township of Ridge	township-of-ridge	Ridge Township		US	OH	175	66992	0	America/New_York
5168131	Township of Ridgefield	township-of-ridgefield	Ridgefield Township		US	OH	077	67006	0	America/New_York
5168145	Township of Ridgeville	township-of-ridgeville	Ridgeville Township		US	OH	069	67062	0	America/New_York
5168181	Township of Riley	township-of-riley	Riley Township		US	OH	143	67188	0	America/New_York
5168196	Township of Riley	township-of-riley	Riley Township		US	OH	137	67174	0	America/New_York
5168198	Township of Ripley	township-of-ripley	Ripley Township		US	OH	075	67286	0	America/New_York
5168199	Township of Ripley	township-of-ripley	Ripley Township		US	OH	077	67300	0	America/New_York
5168412	Township of Rochester	township-of-rochester	Rochester Township		US	OH	093	67776	0	America/New_York
5168506	City of Rocky River	city-of-rocky-river			US	OH	035	68056	20213	America/New_York
5168568	Township of Rome	township-of-rome	Rome Township		US	OH	007	68224	0	America/New_York
5168601	Township of Rootstown	township-of-rootstown	Rootstown Township		US	OH	133	68392	0	America/New_York
5168653	Township of Rose	township-of-rose	Rose Township		US	OH	019	68420	0	America/New_York
5168669	Township of Ross	township-of-ross	Ross Township		US	OH	081	68644	0	America/New_York
5168681	City of Rossford	city-of-rossford			US	OH	173	68686	6293	America/New_York
5168699	Township of Roundhead	township-of-roundhead	Round Head Township,Roundhead Township,Township of Roundhead		US	OH	065	68784	0	America/New_York
5168733	Township of Royalton	township-of-royalton	Royalton Township		US	OH	051	68896	0	America/New_York
5168760	Township of Ruggles	township-of-ruggles	Ruggles Township		US	OH	005	68966	0	America/New_York
5168773	Township of Rumley	township-of-rumley	Rumley Township		US	OH	067	68994	0	America/New_York
5168805	Township of Rush	township-of-rush	Rush Township		US	OH	021	69078	0	America/New_York
5168806	Township of Rush	township-of-rush	Rush Township		US	OH	157	69106	0	America/New_York
5168810	Township of Rushcreek	township-of-rushcreek	Rushcreek Township		US	OH	091	69134	0	America/New_York
5168836	Township of Russell	township-of-russell	Russell Township		US	OH	055	69232	0	America/New_York
5168920	Township of Sagamore Hills	township-of-sagamore-hills	Sagamore Hills Township		US	OH	153	69428	0	America/New_York
5168951	Township of Saint Albans	township-of-saint-albans	Saint Albans Township,St. Albans Township		US	OH	089	69456	0	America/New_York
5169128	Township of Saint Clair	township-of-saint-clair	Saint Clair Township,St. Clair Township		US	OH	029	69512	0	America/New_York
5169600	Township of Saint Joseph	township-of-saint-joseph	Saint Joseph Township,St. Joseph Township		US	OH	171	69638	0	America/New_York
5169921	Township of Saint Marys	township-of-saint-marys	Saint Marys Township,St. Marys Township		US	OH	011	5169921	0	America/New_York
5170596	Township of Salem	township-of-salem	Salem Township		US	OH	011	69806	0	America/New_York
5170597	Township of Salem	township-of-salem	Salem Township		US	OH	021	69820	0	America/New_York
5170598	Township of Salem	township-of-salem	Salem Township		US	OH	029	69848	0	America/New_York
5170599	Township of Salem	township-of-salem	Salem Township		US	OH	081	69876	0	America/New_York
5170600	Township of Salem	township-of-salem	Salem Township		US	OH	119	69932	0	America/New_York
5170601	Township of Salem	township-of-salem	Salem Township		US	OH	123	69946	0	America/New_York
5170602	Township of Salem	township-of-salem	Salem Township		US	OH	149	69960	0	America/New_York
5170603	Township of Salem	township-of-salem	Salem Township		US	OH	157	69974	0	America/New_York
5170604	Township of Salem	township-of-salem	Salem Township		US	OH	175	70016	0	America/New_York
5170609	Township of Saline	township-of-saline	Saline Township		US	OH	081	70086	0	America/New_York
5170626	Township of Salt Creek	township-of-salt-creek	Salt Creek Township		US	OH	169	70198	0	America/New_York
5170628	Township of Salt Creek	township-of-salt-creek	Salt Creek Township		US	OH	075	70156	0	America/New_York
5170641	Township of Salt Rock	township-of-salt-rock	Salt Rock Township		US	OH	101	70240	0	America/New_York
5170722	City of Sandusky	city-of-sandusky			US	OH	043	70380	25793	America/New_York
5170723	Township of Sandusky	township-of-sandusky	Sandusky Township		US	OH	033	70366	0	America/New_York
5170724	Township of Sandusky	township-of-sandusky	Sandusky Township		US	OH	139	70394	0	America/New_York
5170725	Township of Sandusky	township-of-sandusky	Lower Sandusky Township,Sandusky Township,Township of Sandusky		US	OH	143	70408	0	America/New_York
5170743	Township of Sandy	township-of-sandy	Sandy Township		US	OH	151	70436	0	America/New_York
5170744	Township of Sandy	township-of-sandy	Sandy Township		US	OH	157	70443	0	America/New_York
5170808	Township of Saybrook	township-of-saybrook	Saybrook Township		US	OH	007	70646	0	America/New_York
5171488	Township of Scioto	township-of-scioto	Scioto Township		US	OH	041	70842	0	America/New_York
5171491	Township of Scipio	township-of-scipio	Scipio Township		US	OH	147	71024	0	America/New_York
5171525	Township of Scott	township-of-scott	Scott Township		US	OH	101	71073	0	America/New_York
5171526	Township of Scott	township-of-scott	Scott Township		US	OH	143	71087	0	America/New_York
5171562	Village of Sebring	village-of-sebring			US	OH	099	71220	4420	America/New_York
5171650	Township of Seneca	township-of-seneca	Seneca Township		US	OH	147	71355	0	America/New_York
5171661	City of Seven Hills	city-of-seven-hills			US	OH	035	71416	11804	America/New_York
5171735	City of Shaker Heights	city-of-shaker-heights			US	OH	035	71682	28448	America/New_York
5171746	Township of Shalersville	township-of-shalersville	Shalersville Township		US	OH	133	71731	0	America/New_York
5171793	Township of Sharon	township-of-sharon	Sharon Township		US	OH	049	71787	0	America/New_York
5171794	Township of Sharon	township-of-sharon	Sharon Township		US	OH	103	71801	0	America/New_York
5171795	Township of Sharon	township-of-sharon	Sharon Township		US	OH	139	71830	0	America/New_York
5171839	Township of Shawnee	township-of-shawnee	Shawnee Township		US	OH	003	71955	0	America/New_York
5171859	City of Sheffield Lake	city-of-sheffield-lake			US	OH	093	72088	9137	America/New_York
5171863	Township of Sheffield	township-of-sheffield	Sheffield Township		US	OH	007	72053	0	America/New_York
5171864	Township of Sheffield	township-of-sheffield	Sheffield Township		US	OH	093	72067	0	America/New_York
5171865	Village of Sheffield	village-of-sheffield	Sheffield Village		US	OH	093	72060	3982	America/New_York
5171937	Township of Sherman	township-of-sherman	Sherman Township		US	OH	077	72193	0	America/New_York
5172043	Township of Short Creek	township-of-short-creek	Short Creek Township,Shortcreek Township,Township of Short Creek		US	OH	067	72361	0	America/New_York
5172123	Village of Silver Lake	village-of-silver-lake			US	OH	153	72494	2519	America/New_York
5172309	Township of Smith	township-of-smith	Smith Township		US	OH	099	72740	0	America/New_York
5172318	Township of Smithfield	township-of-smithfield	Smithfield Township		US	OH	081	72767	0	America/New_York
5172395	City of Solon	city-of-solon			US	OH	035	72928	23348	America/New_York
5172437	Township of South Bloomfield	township-of-south-bloomfield	Bloomfield Township,South Bloomfield Township,Township of South Bloomfield		US	OH	117	73061	0	America/New_York
5172489	City of South Euclid	city-of-south-euclid			US	OH	035	73264	22295	America/New_York
5172628	Township of Southington	township-of-southington	Southington Township		US	OH	155	73397	0	America/New_York
5172707	Township of Spencer	township-of-spencer	Spencer Township		US	OH	003	73982	0	America/New_York
5172708	Township of Spencer	township-of-spencer	Spencer Township		US	OH	095	73990	0	America/New_York
5172709	Township of Spencer	township-of-spencer	Spencer Township		US	OH	103	73999	0	America/New_York
5172816	Township of Springcreek	township-of-springcreek	Springcreek Township		US	OH	109	74097	0	America/New_York
5172836	Township of Springfield	township-of-springfield	Springfield Township		US	OH	081	74122	0	America/New_York
5172837	Township of Springfield	township-of-springfield	Springfield Township		US	OH	095	74123	0	America/New_York
5172838	Township of Springfield	township-of-springfield	Springfield Township		US	OH	099	74124	0	America/New_York
5172839	Township of Springfield	township-of-springfield	Springfield Township		US	OH	139	74128	0	America/New_York
5172840	Township of Springfield	township-of-springfield	Springfield Township		US	OH	153	74130	0	America/New_York
5172841	Township of Springfield	township-of-springfield	Springfield Township		US	OH	171	74131	0	America/New_York
5172998	Township of Staunton	township-of-staunton	Staunton Township		US	OH	109	74475	0	America/New_York
5173057	City of Steubenville	city-of-steubenville			US	OH	081	74608	18659	America/New_York
5173058	Township of Steubenville	township-of-steubenville	Steubenville Township		US	OH	081	74615	0	America/New_York
5173106	Township of Stock	township-of-stock	Stock Township		US	OH	067	74724	0	America/New_York
5173112	Township of Stokes	township-of-stokes	Stokes Township		US	OH	091	74780	0	America/New_York
5173174	City of Stow	city-of-stow			US	OH	153	74944	34837	America/New_York
5173215	City of Streetsboro	city-of-streetsboro			US	OH	133	75014	16028	America/New_York
5173248	City of Strongsville	city-of-strongsville			US	OH	035	75098	44750	America/New_York
5173263	City of Struthers	city-of-struthers			US	OH	099	75126	10713	America/New_York
5173296	Township of Suffield	township-of-suffield	Suffield Township		US	OH	133	75189	0	America/New_York
5173298	Village of Sugar Bush Knolls	village-of-sugar-bush-knolls			US	OH	133	75196	177	America/New_York
5173316	Township of Sugar Creek	township-of-sugar-creek	Sugar Creek Township,Sugarcreek Township,Township of Sugar Creek		US	OH	003	75199	0	America/New_York
5173317	Township of Sugar Creek	township-of-sugar-creek	Sugar Creek Township,Sugarcreek Township,Township of Sugar Creek		US	OH	137	75206	0	America/New_York
5173318	Township of Sugar Creek	township-of-sugar-creek	Sugar Creek Township		US	OH	151	75208	0	America/New_York
5173319	Township of Sugar Creek	township-of-sugar-creek	Sugar Creek Township		US	OH	157	75217	0	America/New_York
5173320	Township of Sugar Creek	township-of-sugar-creek	Sugar Creek Township		US	OH	169	75231	0	America/New_York
5173365	Township of Sullivan	township-of-sullivan	Sullivan Township		US	OH	005	75357	0	America/New_York
5173478	Township of Superior	township-of-superior	Superior Township		US	OH	171	75819	0	America/New_York
5173507	Township of Swan Creek	township-of-swan-creek	Swan Creek Township,Swancreek Township,Township of Swan Creek		US	OH	051	75861	0	America/New_York
5173525	Township of Swanton	township-of-swanton	Swanton Township		US	OH	095	75903	0	America/New_York
5173569	Township of Sycamore	township-of-sycamore	Sycamore Township		US	OH	175	75987	0	America/New_York
5173582	Township of Sylvania	township-of-sylvania	Sylvania Township		US	OH	095	76025	0	America/New_York
5173631	City of Tallmadge	city-of-tallmadge			US	OH	153	76106	17537	America/New_York
5173693	Township of Taylor Creek	township-of-taylor-creek	Taylor Creek Township,Taylors Creek Township,Township of Taylor Creek		US	OH	065	76198	0	America/New_York
5173707	Township of Taylor	township-of-taylor	Taylor Township		US	OH	159	76194	0	America/New_York
5173780	Township of Texas	township-of-texas	Texas Township		US	OH	033	76463	0	America/New_York
5173894	Township of Thompson	township-of-thompson	Thompson Township		US	OH	041	76617	0	America/New_York
5173895	Township of Thompson	township-of-thompson	Thompson Township		US	OH	055	76628	0	America/New_York
5173896	Township of Thompson	township-of-thompson	Thompson Township		US	OH	147	76632	0	America/New_York
5173950	City of Tiffin	city-of-tiffin			US	OH	147	76778	17963	America/New_York
5173951	Township of Tiffin	township-of-tiffin	Tiffin Township		US	OH	039	76772	0	America/New_York
5173970	Village of Timberlake	village-of-timberlake			US	OH	085	76834	675	America/New_York
5174016	Township of Tiverton	township-of-tiverton	Riverton Township,Tiverton Township,Township of Tiverton		US	OH	031	76953	0	America/New_York
5174031	Township of Tod	township-of-tod	Tod Township		US	OH	033	76967	0	America/New_York
5174070	City of Toledo	city-of-toledo			US	OH	095	77000	287208	America/New_York
5174135	Township of Townsend	township-of-townsend	Townsend Township		US	OH	077	77158	0	America/New_York
5174136	Township of Townsend	township-of-townsend	Townsend Township		US	OH	143	77162	0	America/New_York
5174198	Township of Trenton	township-of-trenton	Trenton Township		US	OH	041	77336	0	America/New_York
5174388	Township of Troy	township-of-troy	Troy Township		US	OH	005	77532	0	America/New_York
5174389	Township of Troy	township-of-troy	Troy Township		US	OH	041	77560	0	America/New_York
5174390	Township of Troy	township-of-troy	Troy Township		US	OH	055	77574	0	America/New_York
5174391	Township of Troy	township-of-troy	Troy Township		US	OH	117	77602	0	America/New_York
5174392	Township of Troy	township-of-troy	Troy Township		US	OH	139	77616	0	America/New_York
5174393	Township of Troy	township-of-troy	Troy Township		US	OH	173	77630	0	America/New_York
5174427	Township of Trumbull	township-of-trumbull	Trumbull Township		US	OH	007	77686	0	America/New_York
5174440	Township of Tully	township-of-tully	Tully Township		US	OH	101	77742	0	America/New_York
5174441	Township of Tully	township-of-tully	Tully Township		US	OH	161	77756	0	America/New_York
5174491	Township of Turtle Creek	township-of-turtle-creek	Township of Turtle Creek,Turtle Creek Township,Turtlecreek Township		US	OH	149	77854	0	America/New_York
5174515	Township of Tuscarawas	township-of-tuscarawas	Tuscarawas Township		US	OH	031	77896	0	America/New_York
5174516	Township of Tuscarawas	township-of-tuscarawas	Tuscarawas Township		US	OH	151	77910	0	America/New_York
5174559	City of Twinsburg	city-of-twinsburg			US	OH	153	78050	18795	America/New_York
5174560	Township of Twinsburg	township-of-twinsburg	Twinsburg Township		US	OH	153	78064	0	America/New_York
5174573	Township of Tymochtee	township-of-tymochtee	Township of Tymochtee,Tyemochte Township,Tymochtee Township		US	OH	175	78141	0	America/New_York
5174730	Township of Union	township-of-union	Union Township		US	OH	011	78204	0	America/New_York
5174731	Township of Union	township-of-union	Union Township		US	OH	013	78218	0	America/New_York
5174732	Township of Union	township-of-union	Union Township		US	OH	019	78260	0	America/New_York
5174733	Township of Union	township-of-union	Union Township		US	OH	021	78274	0	America/New_York
5174734	Township of Union	township-of-union	Union Township		US	OH	063	78330	0	America/New_York
5174735	Township of Union	township-of-union	Union Township		US	OH	083	78358	0	America/New_York
5174736	Township of Union	township-of-union	Union Township		US	OH	091	78414	0	America/New_York
5174737	Township of Union	township-of-union	Union Township		US	OH	107	78442	0	America/New_York
5174738	Township of Union	township-of-union	Union Township		US	OH	137	78526	0	America/New_York
5174739	Township of Union	township-of-union	Union Township		US	OH	157	78568	0	America/New_York
5174740	Township of Union	township-of-union	Union Township		US	OH	159	78582	0	America/New_York
5174741	Township of Union	township-of-union	Union Township		US	OH	161	78596	0	America/New_York
5174810	Township of Unity	township-of-unity	Unity Township		US	OH	029	78890	0	America/New_York
5174833	City of University Heights	city-of-university-heights			US	OH	035	78932	13539	America/New_York
5174855	City of Upper Arlington	city-of-upper-arlington			US	OH	049	79002	33771	America/New_York
5174907	Township of Urbana	township-of-urbana	Urbana Township		US	OH	021	79086	0	America/New_York
5174970	Village of Valley View	village-of-valley-view			US	OH	035	79268	2034	America/New_York
5174986	Township of Van Buren	township-of-van-buren	Van Buren Township		US	OH	037	79380	0	America/New_York
5174987	Township of Van Buren	township-of-van-buren	Van Buren Township		US	OH	063	79408	0	America/New_York
5174988	Township of Van Buren	township-of-van-buren	Van Buren Township		US	OH	137	79450	0	America/New_York
5174989	Township of Van Buren	township-of-van-buren	Van Buren Township		US	OH	149	79464	0	America/New_York
5175068	Township of Venice	township-of-venice	Venice Township		US	OH	147	79674	0	America/New_York
5175083	Township of Vermillion	township-of-vermillion	Vermillion Township		US	OH	005	79758	0	America/New_York
5175090	Township of Vernon	township-of-vernon	Vernon Township		US	OH	033	79786	0	America/New_York
5175091	Township of Vernon	township-of-vernon	Vernon Township		US	OH	155	79856	0	America/New_York
5175113	Township of Vermilion	township-of-vermilion	Vermilion Township		US	OH	043	79730	0	America/New_York
5175134	Township of Vienna	township-of-vienna	Vienna Township		US	OH	155	80052	0	America/New_York
5175170	Township of Virginia	township-of-virginia	Virginia Township		US	OH	031	80220	0	America/New_York
5175486	Township of Wabash	township-of-wabash	Wabash Township		US	OH	037	80248	0	America/New_York
5175503	Township of Wadsworth	township-of-wadsworth	Wadsworth Township		US	OH	103	80318	0	America/New_York
5175523	Village of Waite Hill	village-of-waite-hill			US	OH	085	80402	471	America/New_York
5175537	Township of Wakeman	township-of-wakeman	Wakeman Township		US	OH	077	80472	0	America/New_York
5175555	Township of Waldo	township-of-waldo	Waldo Township		US	OH	101	80514	0	America/New_York
5175605	Township of Walnut Creek	township-of-walnut-creek	Walnut Creek Township		US	OH	075	80626	0	America/New_York
5175658	Village of Walton Hills	village-of-walton-hills			US	OH	035	80738	2281	America/New_York
5175718	City of Warren	city-of-warren			US	OH	155	80892	41557	America/New_York
5175719	Township of Warren	township-of-warren	Warren Township		US	OH	081	80878	0	America/New_York
5175720	Township of Warren	township-of-warren	Warren Township		US	OH	155	80906	0	America/New_York
5175721	Township of Warren	township-of-warren	Warren Township		US	OH	157	80920	0	America/New_York
5175730	City of Warrensville Heights	city-of-warrensville-heights			US	OH	035	80990	13542	America/New_York
5175746	Township of Warwick	township-of-warwick	Warwick Township		US	OH	157	81060	0	America/New_York
5175799	Township of Washington	township-of-washington	Washington Township		US	OH	011	81074	0	America/New_York
5175800	Township of Washington	township-of-washington	Washington Township		US	OH	019	81116	0	America/New_York
5175801	Township of Washington	township-of-washington	Washington Township		US	OH	029	81158	0	America/New_York
5175802	Township of Washington	township-of-washington	Washington Township		US	OH	031	81172	0	America/New_York
5175803	Township of Washington	township-of-washington	Washington Township		US	OH	037	81186	0	America/New_York
5175804	Township of Washington	township-of-washington	Washington Township		US	OH	039	81200	0	America/New_York
5175805	Township of Washington	township-of-washington	Washington Township		US	OH	049	81242	0	America/New_York
5175806	Township of Washington	township-of-washington	Washington Township		US	OH	059	81256	0	America/New_York
5175807	Township of Washington	township-of-washington	Washington Township		US	OH	063	81284	0	America/New_York
5175808	Township of Washington	township-of-washington	Washington Township		US	OH	065	81298	0	America/New_York
5175809	Township of Washington	township-of-washington	Washington Township		US	OH	067	81312	0	America/New_York
5175810	Township of Washington	township-of-washington	Washington Township		US	OH	069	81326	0	America/New_York
5175811	Township of Washington	township-of-washington	Washington Township		US	OH	075	81368	0	America/New_York
5175812	Township of Washington	township-of-washington	Washington Township		US	OH	089	81410	0	America/New_York
5175813	Township of Washington	township-of-washington	Washington Township		US	OH	091	81424	0	America/New_York
5175814	Township of Washington	township-of-washington	Washington Township		US	OH	095	81438	0	America/New_York
5175815	Township of Washington	township-of-washington	Washington Township		US	OH	107	81452	0	America/New_York
5175816	Township of Washington	township-of-washington	Washington Township		US	OH	109	81466	0	America/New_York
5175817	Township of Washington	township-of-washington	Washington Township		US	OH	117	81508	0	America/New_York
5175818	Township of Washington	township-of-washington	Washington Township		US	OH	125	81536	0	America/New_York
5175819	Township of Washington	township-of-washington	Washington Township		US	OH	139	81578	0	America/New_York
5175820	Township of Washington	township-of-washington	Washington Township		US	OH	143	81592	0	America/New_York
5175821	Township of Washington	township-of-washington	Washington Township		US	OH	149	81620	0	America/New_York
5175822	Township of Washington	township-of-washington	Washington Township		US	OH	151	81634	0	America/New_York
5175823	Township of Washington	township-of-washington	Washington Township		US	OH	157	81648	0	America/New_York
5175824	Township of Washington	township-of-washington	Washington Township		US	OH	159	81662	0	America/New_York
5175825	Township of Washington	township-of-washington	Washington Township		US	OH	161	81676	0	America/New_York
5175826	Township of Washington	township-of-washington	Washington Township		US	OH	173	81704	0	America/New_York
5175852	Township of Waterville	township-of-waterville	Waterville Township		US	OH	095	81872	0	America/New_York
5175923	Township of Wayne	township-of-wayne	Wayne Township		US	OH	007	82040	0	America/New_York
5175924	Township of Wayne	township-of-wayne	Wayne Township		US	OH	011	82054	0	America/New_York
5175925	Township of Wayne	township-of-wayne	Wayne Township		US	OH	021	82096	0	America/New_York
5175926	Township of Wayne	township-of-wayne	Wayne Township		US	OH	029	82138	0	America/New_York
5175927	Township of Wayne	township-of-wayne	Wayne Township		US	OH	037	82152	0	America/New_York
5175928	Township of Wayne	township-of-wayne	Wayne Township		US	OH	081	82180	0	America/New_York
5175929	Township of Wayne	township-of-wayne	Wayne Township		US	OH	083	82194	0	America/New_York
5175931	Township of Wayne	township-of-wayne	Wayne Township		US	OH	157	82292	0	America/New_York
5175932	Township of Wayne	township-of-wayne	Wayne Township		US	OH	169	82320	0	America/New_York
5175947	Township of Weathersfield	township-of-weathersfield	Weathersfield Township		US	OH	155	82446	0	America/New_York
5175984	Township of Webster	township-of-webster	Webster Township		US	OH	173	82544	0	America/New_York
5176022	Township of Weller	township-of-weller	Weller Township		US	OH	139	82628	0	America/New_York
5176036	Township of Wellington	township-of-wellington	Wellington Township		US	OH	093	82656	0	America/New_York
5176052	Village of Wellsville	village-of-wellsville	City of Wellsville,Village of Wellsville		US	OH	029	82740	3541	America/New_York
5176064	Township of Wells	township-of-wells	Wells Township		US	OH	081	82698	0	America/New_York
5176438	Township of West	township-of-west	West Township		US	OH	029	82852	0	America/New_York
5176487	City of Westerville	city-of-westerville			US	OH	049	83342	36120	America/New_York
5176498	Township of Westfield	township-of-westfield	Westfield Township		US	OH	103	83426	0	America/New_York
5176499	Township of Westfield	township-of-westfield	Westfield Township		US	OH	117	83454	0	America/New_York
5176525	City of Westlake	city-of-westlake			US	OH	035	83622	32729	America/New_York
5176560	Township of Weston	township-of-weston	Weston Township		US	OH	173	83986	0	America/New_York
5176639	Township of Wheeling	township-of-wheeling	Wheeling Township		US	OH	013	84602	0	America/New_York
5176640	Township of Wheeling	township-of-wheeling	Wheeling Township		US	OH	059	84616	0	America/New_York
5176652	Township of Whetstone	township-of-whetstone	Whetstone Township		US	OH	033	84644	0	America/New_York
5176687	Township of White Eyes	township-of-white-eyes	White Eyes Township		US	OH	031	84714	0	America/New_York
5176771	City of Wickliffe	city-of-wickliffe			US	OH	085	85036	12750	America/New_York
5176844	City of Willard	city-of-willard			US	OH	077	85232	6236	America/New_York
5176898	Township of Williamsfield	township-of-williamsfield	Williamsfield Township		US	OH	007	85372	0	America/New_York
5176945	City of Willoughby Hills	city-of-willoughby-hills			US	OH	085	85512	9485	America/New_York
5176955	City of Willoughby	city-of-willoughby			US	OH	085	85484	22268	America/New_York
5177009	City of Willowick	city-of-willowick			US	OH	085	85638	14171	America/New_York
5177019	Township of Wills	township-of-wills	Wills Township		US	OH	059	85708	0	America/New_York
5177023	Township of Willshire	township-of-willshire	Willshire Township		US	OH	161	85750	0	America/New_York
5177087	Township of Windham	township-of-windham	Windham Township		US	OH	133	85960	0	America/New_York
5177112	Township of Windsor	township-of-windsor	Windsor Township		US	OH	007	85988	2279	America/New_York
5177306	Village of Woodmere	village-of-woodmere			US	OH	035	86394	884	America/New_York
5177344	Township of Woodville	township-of-woodville	Woodville Township		US	OH	143	86506	0	America/New_York
5177374	City of Wooster	city-of-wooster			US	OH	169	86548	26119	America/New_York
5177375	Township of Wooster	township-of-wooster	Wooster Township		US	OH	169	86562	0	America/New_York
5177420	Township of Worthington	township-of-worthington	Worthington Township		US	OH	139	86618	0	America/New_York
5177499	Township of Yellow Creek	township-of-yellow-creek	Yellow Creek Township		US	OH	029	86912	0	America/New_York
5177544	Township of York	township-of-york	York Township		US	OH	037	87010	0	America/New_York
5177545	Township of York	township-of-york	York Township		US	OH	051	87024	0	America/New_York
5177546	Township of York	township-of-york	York Township		US	OH	103	87052	0	America/New_York
5177547	Township of York	township-of-york	York Township		US	OH	143	87080	0	America/New_York
5177548	Township of York	township-of-york	York Township		US	OH	157	87094	0	America/New_York
5177549	Township of York	township-of-york	York Township		US	OH	159	87122	0	America/New_York
5177550	Township of York	township-of-york	York Township		US	OH	161	87136	0	America/New_York
5177578	City of Youngstown	city-of-youngstown			US	OH	099	88000	66982	America/New_York
5177590	Township of Zane	township-of-zane	Zane Township		US	OH	091	88042	0	America/New_York
5177766	Township of Abbott	township-of-abbott	Abbott Township		US	PA	105	00108	0	America/New_York
5177786	Township of Abington	township-of-abington	Abington Township		US	PA	091	00156	0	America/New_York
5177866	Township of Adams	township-of-adams	Adams Township		US	PA	019	00300	0	America/New_York
5177867	Township of Adams	township-of-adams	Adams Township		US	PA	021	00308	0	America/New_York
5177868	Township of Adams	township-of-adams	Adams Township		US	PA	109	00316	0	America/New_York
5177872	Borough of Adamsburg	borough-of-adamsburg			US	PA	129	00332	172	America/New_York
5177876	Borough of Adamstown	borough-of-adamstown			US	PA	071	00364	1789	America/New_York
5177924	Borough of Akron	borough-of-akron			US	PA	071	00540	3876	America/New_York
5177934	Borough of Alba	borough-of-alba			US	PA	015	00572	157	America/New_York
5177937	Township of Albany	township-of-albany	Albany Township		US	PA	011	00588	0	America/New_York
5177938	Township of Albany	township-of-albany	Albany Township		US	PA	015	00596	0	America/New_York
5177946	Borough of Albion	borough-of-albion			US	PA	049	00628	1516	America/New_York
5177953	Borough of Alburtis	borough-of-alburtis			US	PA	077	00660	2361	America/New_York
5177978	Township of Aleppo	township-of-aleppo	Aleppo Township		US	PA	003	00724	0	America/New_York
5177993	Borough of Alexandria	borough-of-alexandria			US	PA	061	00756	346	America/New_York
5178016	City of Aliquippa	city-of-aliquippa	Borough of Aliquippa,City of Aliquippa		US	PA	007	00820	9438	America/New_York
5178046	Township of Allegany	township-of-allegany	Allegany Township,Allegheny Township,Township of Allegany		US	PA	105	00836	0	America/New_York
5178082	Township of Allegheny	township-of-allegheny	Allegheny Township		US	PA	013	00852	0	America/New_York
5178083	Township of Allegheny	township-of-allegheny	Allegheny Township		US	PA	019	00860	0	America/New_York
5178084	Township of Allegheny	township-of-allegheny	Allegheny Township		US	PA	021	00868	0	America/New_York
5178085	Township of Allegheny	township-of-allegheny	Allegheny Township		US	PA	111	00876	0	America/New_York
5178086	Township of Allegheny	township-of-allegheny	Allegheny Township		US	PA	121	00884	0	America/New_York
5178087	Township of Allegheny	township-of-allegheny	Allegheny Township		US	PA	129	00892	0	America/New_York
5178111	Township of Allen	township-of-allen	Allen Township		US	PA	095	00948	0	America/New_York
5178125	Borough of Allenport	borough-of-allenport			US	PA	125	00988	537	America/New_York
5178154	City of Allentown	city-of-allentown			US	PA	077	02000	118032	America/New_York
5178161	Township of Allison	township-of-allison	Allison Township		US	PA	035	02032	0	America/New_York
5178181	Township of Alsace	township-of-alsace	Alsace Township		US	PA	011	02120	0	America/New_York
5178198	City of Altoona	city-of-altoona			US	PA	013	02184	46320	America/New_York
5178227	Borough of Ambler	borough-of-ambler			US	PA	091	02264	6417	America/New_York
5178236	Borough of Ambridge	borough-of-ambridge			US	PA	007	02288	7050	America/New_York
5178258	Township of Amity	township-of-amity	Amity Township		US	PA	011	02328	0	America/New_York
5178259	Township of Amity	township-of-amity	Amity Township		US	PA	049	02336	0	America/New_York
5178272	Township of Amwell	township-of-amwell	Amwell Township		US	PA	125	02384	0	America/New_York
5178346	Township of Annin	township-of-annin	Annin Township		US	PA	083	02576	0	America/New_York
5178353	Township of Annville	township-of-annville	Annville Township		US	PA	075	02600	0	America/New_York
5178374	Township of Anthony	township-of-anthony	Anthony Township		US	PA	081	02656	0	America/New_York
5178375	Township of Anthony	township-of-anthony	Anthony Township		US	PA	093	02664	0	America/New_York
5178392	Township of Antis	township-of-antis	Antis Township		US	PA	013	02680	0	America/New_York
5178397	Borough of Apollo	borough-of-apollo			US	PA	005	02720	1647	America/New_York
5178405	Township of Apolacon	township-of-apolacon	Apolacon Township		US	PA	115	02712	0	America/New_York
5178418	Borough of Applewold	borough-of-applewold			US	PA	005	02752	310	America/New_York
5178436	Township of Ararat	township-of-ararat	Ararat Township		US	PA	115	02792	0	America/New_York
5178455	Borough of Archbald	borough-of-archbald			US	PA	069	02832	6984	America/New_York
5178499	Borough of Armagh	borough-of-armagh			US	PA	063	03032	122	America/New_York
5178500	Township of Armagh	township-of-armagh	Armagh Township		US	PA	087	03040	0	America/New_York
5178506	Township of Armenia	township-of-armenia	Armenia Township		US	PA	015	03056	0	America/New_York
5178521	Township of Armstrong	township-of-armstrong	Armstrong Township		US	PA	063	03064	0	America/New_York
5178522	Township of Armstrong	township-of-armstrong	Armstrong Township		US	PA	081	03072	0	America/New_York
5178539	City of Arnold	city-of-arnold			US	PA	129	03088	5157	America/New_York
5178544	Borough of Arona	borough-of-arona			US	PA	129	03120	370	America/New_York
5178609	Borough of Ashland	borough-of-ashland			US	PA	107	03264	2817	America/New_York
5178610	Township of Ashland	township-of-ashland	Ashland Township		US	PA	031	03248	0	America/New_York
5178613	Borough of Ashley	borough-of-ashley			US	PA	079	03272	2790	America/New_York
5178626	Borough of Ashville	borough-of-ashville			US	PA	021	03296	227	America/New_York
5178636	Borough of Aspinwall	borough-of-aspinwall			US	PA	003	03320	2801	America/New_York
5178652	Borough of Athens	borough-of-athens			US	PA	015	03392	3367	America/New_York
5178653	Township of Athens	township-of-athens	Athens Township		US	PA	015	03400	0	America/New_York
5178654	Township of Athens	township-of-athens	Athens Township		US	PA	039	03408	0	America/New_York
5178670	Borough of Atwood	borough-of-atwood			US	PA	005	03480	107	America/New_York
5178678	Borough of Auburn	borough-of-auburn			US	PA	107	03488	741	America/New_York
5178679	Township of Auburn	township-of-auburn	Auburn Township		US	PA	115	03496	0	America/New_York
5178693	Township of Asylum	township-of-asylum	Asylum Township		US	PA	015	03360	0	America/New_York
5178726	Borough of Avalon	borough-of-avalon			US	PA	003	03608	4705	America/New_York
5178734	Borough of Austin	borough-of-austin			US	PA	105	03576	562	America/New_York
5178740	Borough of Avis	borough-of-avis			US	PA	035	03632	1484	America/New_York
5178742	Borough of Avoca	borough-of-avoca			US	PA	079	03640	2661	America/New_York
5178751	Borough of Avonmore	borough-of-avonmore			US	PA	129	03688	1011	America/New_York
5178807	Borough of Baden	borough-of-baden			US	PA	007	03736	4135	America/New_York
5178910	Township of Bald Eagle	township-of-bald-eagle	Bald Eagle Township		US	PA	035	03912	0	America/New_York
5178957	Borough of Baldwin	borough-of-baldwin			US	PA	003	03928	19767	America/New_York
5178958	Township of Baldwin	township-of-baldwin	Baldwin Township		US	PA	003	03932	0	America/New_York
5178976	Borough of Bally	borough-of-bally			US	PA	011	03984	1090	America/New_York
5178999	Borough of Bangor	borough-of-bangor			US	PA	095	04032	5273	America/New_York
5179005	Township of Banks	township-of-banks	Banks Township		US	PA	025	04048	0	America/New_York
5179008	Township of Banks	township-of-banks	Banks Township		US	PA	063	04056	0	America/New_York
5179052	Borough of Barkeyville	borough-of-barkeyville			US	PA	121	04136	207	America/New_York
5179096	Township of Barnett	township-of-barnett	Barnett Township		US	PA	053	04224	0	America/New_York
5179097	Township of Barnett	township-of-barnett	Barnett Township		US	PA	065	04240	0	America/New_York
5179116	Township of Barr	township-of-barr	Barr Township		US	PA	021	04272	0	America/New_York
5179118	Township of Barree	township-of-barree	Barre Township,Barree Township,Township of Barree		US	PA	061	04288	0	America/New_York
5179134	Township of Barrett	township-of-barrett	Barrett Township		US	PA	089	04320	0	America/New_York
5179143	Township of Barry	township-of-barry	Barry Township		US	PA	107	04352	0	America/New_York
5179178	Township of Bastress	township-of-bastress	Bastress Township		US	PA	081	04424	0	America/New_York
5179186	Borough of Bath	borough-of-bath			US	PA	095	04432	2693	America/New_York
5179228	Township of Beale	township-of-beale	Beale Township		US	PA	067	04560	0	America/New_York
5179230	Borough of Beallsville	borough-of-beallsville			US	PA	125	04568	466	America/New_York
5179277	Borough of Bear Creek Village	borough-of-bear-creek-village	Bear Creek Village,Borough of Bear Creek Village		US	PA	079	04599	257	America/New_York
5179278	Township of Bear Creek	township-of-bear-creek	Bear Creek Township		US	PA	079	04592	0	America/New_York
5179307	Borough of Bear Lake	borough-of-bear-lake			US	PA	123	04608	164	America/New_York
5179482	City of Beaver Falls	city-of-beaver-falls			US	PA	007	04792	8987	America/New_York
5179509	Borough of Beaver Meadows	borough-of-beaver-meadows			US	PA	025	04816	869	America/New_York
5179570	Borough of Beaver	borough-of-beaver			US	PA	007	04688	4531	America/New_York
5179571	Township of Beaver	township-of-beaver	Beaver Township		US	PA	031	04696	0	America/New_York
5179572	Township of Beaver	township-of-beaver	Beaver Township		US	PA	037	04704	0	America/New_York
5179573	Township of Beaver	township-of-beaver	Beaver Township		US	PA	039	04720	0	America/New_York
5179574	Township of Beaver	township-of-beaver	Beaver Township		US	PA	065	04728	0	America/New_York
5179575	Township of Beaver	township-of-beaver	Beaver Township		US	PA	109	04736	0	America/New_York
5179610	Borough of Beavertown	borough-of-beavertown			US	PA	109	04848	965	America/New_York
5179612	Township of Beccaria	township-of-beccaria	Beccaria Township		US	PA	033	04888	0	America/New_York
5179615	Borough of Bechtelsville	borough-of-bechtelsville			US	PA	011	04896	942	America/New_York
5179640	Township of Bedford	township-of-bedford	Bedford Township		US	PA	009	04952	0	America/New_York
5179646	Township of Bedminster	township-of-bedminster	Bedminster Township		US	PA	017	04976	0	America/New_York
5179665	Borough of Beech Creek	borough-of-beech-creek			US	PA	035	04984	701	America/New_York
5179666	Township of Beech Creek	township-of-beech-creek	Beech Creek Township		US	PA	035	04992	0	America/New_York
5179752	Borough of Bell Acres	borough-of-bell-acres			US	PA	003	05216	1388	America/New_York
5179780	Township of Bell	township-of-bell	Bell Township		US	PA	033	05192	0	America/New_York
5179781	Township of Bell	township-of-bell	Bell Township		US	PA	065	05200	0	America/New_York
5179782	Township of Bell	township-of-bell	Bell Township		US	PA	129	05208	0	America/New_York
5179796	Borough of Belle Vernon	borough-of-belle-vernon			US	PA	051	05288	1093	America/New_York
5179802	Borough of Bellefonte	borough-of-bellefonte			US	PA	027	05256	6187	America/New_York
5179818	Borough of Bellevue	borough-of-bellevue			US	PA	003	05312	8370	America/New_York
5179851	Borough of Bellwood	borough-of-bellwood			US	PA	013	05384	1828	America/New_York
5179901	Borough of Ben Avon Heights	borough-of-ben-avon-heights			US	PA	003	05520	371	America/New_York
5179902	Borough of Ben Avon	borough-of-ben-avon			US	PA	003	05504	1781	America/New_York
5179930	Township of Benezette	township-of-benezette	Benezette Township		US	PA	047	05576	0	America/New_York
5179950	Township of Benner	township-of-benner	Benner Township		US	PA	027	05608	0	America/New_York
5179989	Township of Bensalem	township-of-bensalem	Bensalem Township		US	PA	017	05616	0	America/New_York
5180001	Borough of Benson	borough-of-benson			US	PA	111	05648	191	America/New_York
5180012	Borough of Bentleyville	borough-of-bentleyville	Bentleysville Borough,Bentleyville,Bentleyville Borough,Borough of Bentleyville		US	PA	125	05672	2581	America/New_York
5180016	Borough of Benton	borough-of-benton			US	PA	037	05680	824	America/New_York
5180017	Township of Benton	township-of-benton	Benton Township		US	PA	037	05688	0	America/New_York
5180018	Township of Benton	township-of-benton	Benton Township		US	PA	069	05696	0	America/New_York
5180069	Township of Berlin	township-of-berlin	Berlin Township		US	PA	127	05784	0	America/New_York
5180072	Township of Bern	township-of-bern	Bern Township,Berne Township,Township of Bern		US	PA	011	05816	0	America/New_York
5180080	Borough of Bernville	borough-of-bernville	Berneville Borough,Bernville Borough,Borough of Bernville		US	PA	011	05848	955	America/New_York
5180089	Borough of Berrysburg	borough-of-berrysburg			US	PA	043	05856	368	America/New_York
5180100	Borough of Berwick	borough-of-berwick			US	PA	037	05888	10477	America/New_York
5180110	Borough of Bessemer	borough-of-bessemer			US	PA	073	05936	1111	America/New_York
5180139	Borough of Bethany	borough-of-bethany			US	PA	127	05976	246	America/New_York
5180210	Township of Bethel	township-of-bethel	Bethel Township		US	PA	005	05992	0	America/New_York
5180211	Township of Bethel	township-of-bethel	Bethal Township,Bethel Township,Township of Bethel		US	PA	011	06008	0	America/New_York
5180212	Township of Bethel	township-of-bethel	Bethel Township		US	PA	075	06040	0	America/New_York
5180244	City of Bethlehem	city-of-bethlehem			US	PA	095	06088	74982	America/New_York
5180245	Township of Bethlehem	township-of-bethlehem	Bethlehem Township		US	PA	095	06096	0	America/New_York
5180309	Borough of Big Beaver	borough-of-big-beaver	Big Beaver,Borough of Big Beaver		US	PA	007	06240	1970	America/New_York
5180469	Borough of Big Run	borough-of-big-run			US	PA	065	06344	624	America/New_York
5180528	Township of Bigler	township-of-bigler	Bigler Township		US	PA	033	06288	0	America/New_York
5180568	Township of Bingham	township-of-bingham	Bingham Township		US	PA	105	06432	0	America/New_York
5180623	Borough of Birdsboro	borough-of-birdsboro			US	PA	011	06504	5163	America/New_York
5180629	Borough of Birmingham	borough-of-birmingham			US	PA	061	06560	90	America/New_York
5180682	Township of Black Creek	township-of-black-creek	Black Creek Township		US	PA	079	06672	0	America/New_York
5180711	Township of Black Lick	township-of-black-lick	Black Lick Township,Blacklick Township,Township of Black Lick		US	PA	063	06752	0	America/New_York
5180770	Township of Blacklick	township-of-blacklick	Blacklick Township		US	PA	021	06736	0	America/New_York
5180802	Borough of Blain	borough-of-blain	Blain Township,Blaine Township,Borough of Blain		US	PA	099	06824	263	America/New_York
5180804	Township of Blaine	township-of-blaine	Blaine Township		US	PA	125	06840	0	America/New_York
5180829	Township of Blair	township-of-blair	Blair Township		US	PA	013	06872	0	America/New_York
5180840	Borough of Blairsville	borough-of-blairsville			US	PA	063	06904	3412	America/New_York
5180846	Borough of Blakely	borough-of-blakely	Borough of Blakely,Peckville		US	PA	069	06928	6564	America/New_York
5180866	Borough of Blawnox	borough-of-blawnox			US	PA	003	07000	1432	America/New_York
5180902	Township of Bloom	township-of-bloom	Bloom Township		US	PA	033	07008	0	America/New_York
5180912	Borough of Bloomfield	borough-of-bloomfield			US	PA	099	07040	1247	America/New_York
5180913	Township of Bloomfield	township-of-bloomfield	Bloomfield Township		US	PA	009	07024	0	America/New_York
5180914	Township of Bloomfield	township-of-bloomfield	Bloomfield Township		US	PA	039	07032	0	America/New_York
5180922	Township of Blooming Grove	township-of-blooming-grove	Blooming Grove Township		US	PA	103	07088	0	America/New_York
5180925	Borough of Blooming Valley	borough-of-blooming-valley			US	PA	039	07120	337	America/New_York
5180939	Town of Bloomsburg	town-of-bloomsburg			US	PA	037	07128	14855	America/New_York
5180947	Township of Bloss	township-of-bloss	Bloss Township		US	PA	117	07152	0	America/New_York
5180949	Borough of Blossburg	borough-of-blossburg			US	PA	117	07160	1538	America/New_York
5181060	Township of Blythe	township-of-blythe	Blythe Township		US	PA	107	07336	0	America/New_York
5181108	Township of Boggs	township-of-boggs	Boggs Township		US	PA	005	07416	0	America/New_York
5181109	Township of Boggs	township-of-boggs	Boggs Township		US	PA	027	07424	0	America/New_York
5181110	Township of Boggs	township-of-boggs	Boggs Township		US	PA	033	07432	0	America/New_York
5181166	Borough of Bolivar	borough-of-bolivar			US	PA	129	07480	465	America/New_York
5181250	Borough of Boswell	borough-of-boswell			US	PA	111	07712	1277	America/New_York
5181325	Borough of Bowmanstown	borough-of-bowmanstown			US	PA	025	07880	937	America/New_York
5181392	Borough of Brackenridge	borough-of-brackenridge			US	PA	003	07976	3260	America/New_York
5181401	Borough of Braddock Hills	borough-of-braddock-hills			US	PA	003	08008	1880	America/New_York
5181402	Borough of Braddock	borough-of-braddock			US	PA	003	07992	2159	America/New_York
5181430	City of Bradford	city-of-bradford			US	PA	083	08040	8770	America/New_York
5181431	Township of Bradford	township-of-bradford	Bradford Township		US	PA	033	08032	0	America/New_York
5181432	Township of Bradford	township-of-bradford	Bradford Township		US	PA	083	08048	0	America/New_York
5181433	Borough of Bradford Woods	borough-of-bradford-woods	Borough of Bradford Woods,Borough of Bradfordwoods		US	PA	003	08064	1171	America/New_York
5181450	Township of Brady	township-of-brady	Brady Township		US	PA	019	08096	0	America/New_York
5181451	Township of Brady	township-of-brady	Brady Township		US	PA	031	08112	0	America/New_York
5181452	Township of Brady	township-of-brady	Brady Township		US	PA	033	08120	0	America/New_York
5181453	Township of Brady	township-of-brady	Brady Township		US	PA	061	08128	0	America/New_York
5181454	Township of Brady	township-of-brady	Brady Township		US	PA	081	08136	0	America/New_York
5181459	Township of Bradys Bend	township-of-bradys-bend	Bradys Bend Township		US	PA	005	08152	0	America/New_York
5181470	Township of Braintrim	township-of-braintrim	Braintrim Township		US	PA	131	08176	0	America/New_York
5181499	Township of Branch	township-of-branch	Branch Township		US	PA	107	08200	0	America/New_York
5181519	Township of Bratton	township-of-bratton	Bratton Township		US	PA	087	08304	0	America/New_York
5181534	Township of Brecknock	township-of-brecknock	Brecknock Township		US	PA	011	08344	0	America/New_York
5181535	Township of Brecknock	township-of-brecknock	Brecknock Township		US	PA	071	08352	0	America/New_York
5181556	Borough of Brentwood	borough-of-brentwood			US	PA	003	08416	9643	America/New_York
5181585	Township of Briar Creek	township-of-briar-creek	Briar Creek Township		US	PA	037	08480	0	America/New_York
5181629	Borough of Bridgeport	borough-of-bridgeport			US	PA	091	08568	4554	America/New_York
5181631	Township of Bridgeton	township-of-bridgeton	Bridgeton Township		US	PA	017	08592	0	America/New_York
5181638	Borough of Bridgeville	borough-of-bridgeville			US	PA	003	08624	5148	America/New_York
5181644	Borough of Bridgewater	borough-of-bridgewater			US	PA	007	08632	704	America/New_York
5181645	Township of Bridgewater	township-of-bridgewater	Bridgewater Township		US	PA	115	08648	0	America/New_York
5181658	Township of Brighton	township-of-brighton	Brighton Township		US	PA	007	08680	0	America/New_York
5181685	Borough of Brisbin	borough-of-brisbin			US	PA	033	08744	411	America/New_York
5181699	Borough of Bristol	borough-of-bristol			US	PA	017	08760	9726	America/New_York
5181700	Township of Bristol	township-of-bristol	Bristol Township		US	PA	017	08768	0	America/New_York
5181729	Borough of Broad Top City	borough-of-broad-top-city	Borough of Broad Top City,Broad Top,Broad Top City,Broad Top City Borough,Broadtop		US	PA	061	08896	452	America/New_York
5181732	Township of Broad Top	township-of-broad-top	Broad Top Township		US	PA	009	08880	0	America/New_York
5181755	Borough of Brockway	borough-of-brockway			US	PA	065	08960	2072	America/New_York
5181765	Township of Brokenstraw	township-of-brokenstraw	Brokenstraw Township		US	PA	123	09024	0	America/New_York
5181782	Township of Brookfield	township-of-brookfield	Brookfield Township		US	PA	117	09072	0	America/New_York
5181794	Township of Brooklyn	township-of-brooklyn	Brooklyn Township		US	PA	115	09128	0	America/New_York
5181832	Borough of Brookville	borough-of-brookville			US	PA	065	09224	3924	America/New_York
5181891	Township of Brown	township-of-brown	Brown Township		US	PA	081	09280	0	America/New_York
5181943	Borough of Brownstown	borough-of-brownstown			US	PA	021	09400	744	America/New_York
5181947	Borough of Brownsville	borough-of-brownsville			US	PA	051	09432	2331	America/New_York
5181948	Township of Brownsville	township-of-brownsville	Brownsville Township		US	PA	051	09434	0	America/New_York
5181968	Borough of Bruin	borough-of-bruin			US	PA	019	09528	524	America/New_York
5182030	Township of Brush Valley	township-of-brush-valley	Brush Valley Township		US	PA	063	09624	0	America/New_York
5182061	Borough of Bryn Athyn	borough-of-bryn-athyn			US	PA	091	09696	1375	America/New_York
5182152	Township of Buck	township-of-buck	Buck Township		US	PA	079	09760	0	America/New_York
5182189	Township of Buckingham	township-of-buckingham	Buckingham Township		US	PA	017	09816	0	America/New_York
5182190	Township of Buckingham	township-of-buckingham	Buckingham Township		US	PA	127	09824	0	America/New_York
5182278	Township of Buffalo	township-of-buffalo	Buffalo Township		US	PA	099	10008	0	America/New_York
5182279	Township of Buffalo	township-of-buffalo	Buffalo Township		US	PA	119	10016	0	America/New_York
5182280	Township of Buffalo	township-of-buffalo	Buffalo Township		US	PA	125	10032	0	America/New_York
5182282	Township of Buffington	township-of-buffington	Buffington Township		US	PA	063	10104	0	America/New_York
5182290	Township of Buffalo	township-of-buffalo	Buffalo Township		US	PA	019	10000	0	America/New_York
5182335	Township of Bullskin	township-of-bullskin	Bullskin Township		US	PA	051	10152	0	America/New_York
5182412	Borough of Burgettstown	borough-of-burgettstown			US	PA	125	10224	1388	America/New_York
5182429	Borough of Burlington	borough-of-burlington			US	PA	015	10240	156	America/New_York
5182430	Township of Burlington	township-of-burlington	Burlington Township		US	PA	015	10248	0	America/New_York
5182436	Borough of Burnham	borough-of-burnham			US	PA	087	10256	2054	America/New_York
5182460	Borough of Burnside	borough-of-burnside			US	PA	033	10280	234	America/New_York
5182461	Township of Burnside	township-of-burnside	Burnside Township		US	PA	027	10272	0	America/New_York
5182476	Township of Burrell	township-of-burrell	Burrell Township		US	PA	005	10344	0	America/New_York
5182477	Township of Burrell	township-of-burrell	Burrell Township		US	PA	063	10352	0	America/New_York
5182515	Township of Bushkill	township-of-bushkill	Bushkill Township		US	PA	095	10400	0	America/New_York
5182566	City of Butler	city-of-butler			US	PA	019	10464	13757	America/New_York
5182567	Township of Butler	township-of-butler	Butler Township		US	PA	019	10472	0	America/New_York
5182568	Township of Butler	township-of-butler	Butler Township		US	PA	079	10480	0	America/New_York
5182569	Township of Butler	township-of-butler	Butler Township		US	PA	107	10488	0	America/New_York
5182694	Township of Cadogan	township-of-cadogan	Cadogan Township		US	PA	005	10680	0	America/New_York
5182698	Township of Caernarvon	township-of-caernarvon	Caernarvon Township		US	PA	011	10696	0	America/New_York
5182699	Township of Caernarvon	township-of-caernarvon	Caernarvon Township		US	PA	071	10704	0	America/New_York
5182746	Borough of California	borough-of-california			US	PA	125	10768	6795	America/New_York
5182761	Borough of Callensburg	borough-of-callensburg			US	PA	031	10792	207	America/New_York
5182763	Borough of Callery	borough-of-callery			US	PA	019	10800	394	America/New_York
5182837	Township of Cambria	township-of-cambria	Cambria Township		US	PA	021	10880	0	America/New_York
5182846	Borough of Cambridge Springs	borough-of-cambridge-springs			US	PA	039	10912	2595	America/New_York
5182847	Township of Cambridge	township-of-cambridge	Cambridge Township		US	PA	039	10904	0	America/New_York
5182937	Borough of Camp Hill	borough-of-camp-hill			US	PA	041	11000	7888	America/New_York
5183105	Township of Canaan	township-of-canaan	Canaan Township		US	PA	127	11056	0	America/New_York
5183116	Township of Canal	township-of-canal	Canal Township		US	PA	121	11080	0	America/New_York
5183158	Township of Canoe	township-of-canoe	Canoe Township		US	PA	063	11120	0	America/New_York
5183167	Borough of Canonsburg	borough-of-canonsburg			US	PA	125	11152	8992	America/New_York
5183170	Borough of Canton	borough-of-canton			US	PA	015	11160	1976	America/New_York
5183171	Township of Canton	township-of-canton	Canton Township		US	PA	015	11168	0	America/New_York
5183172	Township of Canton	township-of-canton	Canton Township		US	PA	125	11176	0	America/New_York
5183203	Township of Carbon	township-of-carbon	Carbon Township		US	PA	061	11208	0	America/New_York
5183208	City of Carbondale	city-of-carbondale			US	PA	069	11232	8891	America/New_York
5183209	Township of Carbondale	township-of-carbondale	Carbondale Township		US	PA	069	11240	0	America/New_York
5183251	Borough of Carlisle	borough-of-carlisle			US	PA	041	11272	18682	America/New_York
5183282	Borough of Carnegie	borough-of-carnegie			US	PA	003	11336	7972	America/New_York
5183336	Township of Carroll	township-of-carroll	Carroll Township		US	PA	099	11416	0	America/New_York
5183337	Township of Carroll	township-of-carroll	Carroll Township		US	PA	125	11424	0	America/New_York
5183338	Township of Carroll	township-of-carroll	Carroll Township		US	PA	133	11432	0	America/New_York
5183344	Borough of Carrolltown	borough-of-carrolltown			US	PA	021	11456	853	America/New_York
5183389	Township of Cascade	township-of-cascade	Cascade Township		US	PA	081	11560	0	America/New_York
5183407	Township of Cass	township-of-cass	Cass Township		US	PA	061	11600	0	America/New_York
5183408	Township of Cass	township-of-cass	Cass Township		US	PA	107	11608	0	America/New_York
5183410	Borough of Cassandra	borough-of-cassandra			US	PA	021	11616	147	America/New_York
5183415	Borough of Cassville	borough-of-cassville			US	PA	061	11632	143	America/New_York
5183417	Township of Castanea	township-of-castanea	Castanea Township		US	PA	035	11640	0	America/New_York
5183429	Borough of Castle Shannon	borough-of-castle-shannon			US	PA	003	11680	8316	America/New_York
5183442	Borough of Catasauqua	borough-of-catasauqua			US	PA	077	11720	6436	America/New_York
5183446	Borough of Catawissa	borough-of-catawissa			US	PA	037	11736	1552	America/New_York
5183447	Township of Catawissa	township-of-catawissa	Catawissa Township		US	PA	037	11744	0	America/New_York
5183459	Township of Catharine	township-of-catharine	Catharine Township,Catherine Township,Township of Catharine		US	PA	013	11760	0	America/New_York
5183491	Township of Cecil	township-of-cecil	Cecil Township		US	PA	125	11800	0	America/New_York
5183671	Township of Center	township-of-center	Center Township		US	PA	007	12016	0	America/New_York
5183672	Township of Center	township-of-center	Center Township		US	PA	019	12024	0	America/New_York
5183673	Township of Center	township-of-center	Center Township		US	PA	063	12040	0	America/New_York
5183674	Township of Center	township-of-center	Center Township,Township of Center,Township of Centre		US	PA	109	12060	0	America/New_York
5183677	Borough of Centerport	borough-of-centerport	Borough of Centerport,Centerport Borough,Centre Port Borough		US	PA	011	12104	387	America/New_York
5183693	Borough of Centerville	borough-of-centerville			US	PA	039	12184	218	America/New_York
5183694	Borough of Centerville	borough-of-centerville			US	PA	125	12224	3263	America/New_York
5183711	Borough of Central City	borough-of-central-city			US	PA	111	12296	1124	America/New_York
5183758	Borough of Centralia	borough-of-centralia			US	PA	037	12312	10	America/New_York
5183767	Borough of Centre Hall	borough-of-centre-hall	Borough of Centre Hall,Center Hall Borough,Centre Hall Borough		US	PA	027	12376	1265	America/New_York
5183777	Township of Centre	township-of-centre	Centre Township		US	PA	011	12344	0	America/New_York
5183778	Township of Centre	township-of-centre	Centre Township		US	PA	099	12360	0	America/New_York
5183785	Township of Ceres	township-of-ceres	Ceres Township		US	PA	083	12408	0	America/New_York
5183809	Borough of Chalfont	borough-of-chalfont			US	PA	017	12504	4009	America/New_York
5183814	Borough of Chalfant	borough-of-chalfant			US	PA	003	12496	800	America/New_York
5183867	Borough of Chapman	borough-of-chapman			US	PA	095	12656	199	America/New_York
5183868	Township of Chapman	township-of-chapman	Chapman Township		US	PA	035	12640	0	America/New_York
5183869	Township of Chapman	township-of-chapman	Chapman Township		US	PA	109	12672	0	America/New_York
5183879	Borough of Charleroi	borough-of-charleroi			US	PA	125	12704	4120	America/New_York
5183894	Township of Charlestown	township-of-charlestown	Charlestown Township		US	PA	029	12744	0	America/New_York
5183896	Township of Charleston	township-of-charleston	Charleston Township,Charlestown Township,Township of Charleston		US	PA	117	12728	0	America/New_York
5183925	Township of Chartiers	township-of-chartiers	Chartiers Township		US	PA	125	12848	0	America/New_York
5183935	Township of Chatham	township-of-chatham	Chatham Township		US	PA	117	12880	0	America/New_York
5183949	Township of Cheltenham	township-of-cheltenham	Cheltenham Township		US	PA	091	12968	0	America/New_York
5183979	Township of Cherry Grove	township-of-cherry-grove	Cherry Grove Township		US	PA	123	13056	0	America/New_York
5184007	Township of Cherry Ridge	township-of-cherry-ridge	Cherry Ridge Township		US	PA	127	13096	0	America/New_York
5184046	Borough of Cherry Tree	borough-of-cherry-tree	Borough of Cherry Tree,Cherry Tree Borough,Cherrytree Borough		US	PA	063	13120	364	America/New_York
5184060	Borough of Cherry Valley	borough-of-cherry-valley			US	PA	019	13152	66	America/New_York
5184061	Township of Cherry	township-of-cherry	Cherry Township		US	PA	019	12992	0	America/New_York
5184062	Township of Cherry	township-of-cherry	Cherry Township		US	PA	113	13000	0	America/New_York
5184064	Township of Cherryhill	township-of-cherryhill	Cherry Hill Township,Cherryhill Township,Township of Cherryhill		US	PA	063	13072	0	America/New_York
5184070	Township of Cherrytree	township-of-cherrytree	Cherry Tree Township,Cherrytree Township,Township of Cherrytree		US	PA	121	13136	0	America/New_York
5184076	Borough of Chest Springs	borough-of-chest-springs			US	PA	021	13384	149	America/New_York
5184077	Township of Chest	township-of-chest	Chest Township		US	PA	021	13192	0	America/New_York
5184078	Township of Chest	township-of-chest	Chest Township		US	PA	033	13200	0	America/New_York
5184081	Borough of Chester Hill	borough-of-chester-hill			US	PA	033	13240	883	America/New_York
5184176	Township of Chestnuthill	township-of-chestnuthill	Chestnut Hill Township,Chestnuthill Township,Township of Chestnuthill		US	PA	089	13328	0	America/New_York
5184179	Borough of Cheswick	borough-of-cheswick			US	PA	003	13392	1746	America/New_York
5184200	Borough of Chicora	borough-of-chicora			US	PA	019	13440	1043	America/New_York
5184239	Township of Chippewa	township-of-chippewa	Chippewa Township		US	PA	007	13488	0	America/New_York
5184246	Township of Choconut	township-of-choconut	Choconut Township		US	PA	115	13504	0	America/New_York
5184352	Borough of Churchill	borough-of-churchill			US	PA	003	13608	3011	America/New_York
5184399	City of Clairton	city-of-clairton			US	PA	003	13704	6796	America/New_York
5184413	Township of Clara	township-of-clara	Clara Township		US	PA	105	13760	0	America/New_York
5184419	Borough of Clarendon	borough-of-clarendon			US	PA	123	13776	450	America/New_York
5184431	Borough of Clarion	borough-of-clarion			US	PA	031	13800	5276	America/New_York
5184432	Township of Clarion	township-of-clarion	Clarion Township		US	PA	031	13808	0	America/New_York
5184463	Borough of Clark	borough-of-clark			US	PA	085	13832	640	America/New_York
5184470	Borough of Clarks Green	borough-of-clarks-green			US	PA	069	13864	1476	America/New_York
5184481	Borough of Clarks Summit	borough-of-clarks-summit			US	PA	069	13880	5116	America/New_York
5184499	Township of Clay	township-of-clay	Clay Township		US	PA	019	13936	0	America/New_York
5184500	Township of Clay	township-of-clay	Clay Township		US	PA	061	13944	0	America/New_York
5184501	Township of Clay	township-of-clay	Clay Township		US	PA	071	13960	0	America/New_York
5184510	Borough of Claysville	borough-of-claysville			US	PA	125	14000	829	America/New_York
5184556	Township of Clearfield	township-of-clearfield	Clearfield Township		US	PA	019	14048	0	America/New_York
5184557	Township of Clearfield	township-of-clearfield	Clearfield Township		US	PA	021	14056	0	America/New_York
5184572	Borough of Clearfield	borough-of-clearfield			US	PA	033	14064	6215	America/New_York
5184586	Borough of Cleona	borough-of-cleona			US	PA	075	14160	2080	America/New_York
5184592	Township of Cleveland	township-of-cleveland	Cleveland Township		US	PA	037	14184	0	America/New_York
5184608	Township of Clifford	township-of-clifford	Clifford Township		US	PA	115	14224	0	America/New_York
5184615	Township of Clifton	township-of-clifton	Clifton Township		US	PA	069	14256	0	America/New_York
5184634	Township of Clinton	township-of-clinton	Clinton Township		US	PA	019	14320	0	America/New_York
5184635	Township of Clinton	township-of-clinton	Clinton Township		US	PA	081	14336	0	America/New_York
5184636	Township of Clinton	township-of-clinton	Clinton Township		US	PA	121	14344	0	America/New_York
5184637	Township of Clinton	township-of-clinton	Clinton Township		US	PA	127	14352	0	America/New_York
5184638	Township of Clinton	township-of-clinton	Clinton Township		US	PA	131	14360	0	America/New_York
5184641	Borough of Clintonville	borough-of-clintonville			US	PA	121	14376	508	America/New_York
5184668	Township of Clover	township-of-clover	Clover Township		US	PA	065	14408	0	America/New_York
5184689	Borough of Clymer	borough-of-clymer			US	PA	063	14520	1357	America/New_York
5184690	Township of Clymer	township-of-clymer	Clymer Township		US	PA	117	14528	0	America/New_York
5184699	Borough of Coal Center	borough-of-coal-center			US	PA	125	14568	139	America/New_York
5184739	Township of Coal	township-of-coal	Coal Township		US	PA	097	14536	0	America/New_York
5184749	Borough of Coaldale	borough-of-coaldale			US	PA	009	14584	161	America/New_York
5184750	Borough of Coaldale	borough-of-coaldale			US	PA	107	14600	2281	America/New_York
5184752	Borough of Coalmont	borough-of-coalmont			US	PA	061	14640	106	America/New_York
5184766	Borough of Coalport	borough-of-coalport			US	PA	033	14656	523	America/New_York
5184809	Borough of Cochranton	borough-of-cochranton			US	PA	039	14800	1136	America/New_York
5184841	Township of Cogan House	township-of-cogan-house	Cogan House Township		US	PA	081	14872	0	America/New_York
5184858	Borough of Cokeburg	borough-of-cokeburg			US	PA	125	14896	630	America/New_York
5184889	Township of Cold Spring	township-of-cold-spring	Cold Spring Township		US	PA	075	14944	0	America/New_York
5184916	Township of Colebrook	township-of-colebrook	Colebrook Township		US	PA	035	14960	0	America/New_York
5184919	Township of Colebrookdale	township-of-colebrookdale	Colebrookdale Township		US	PA	011	14984	0	America/New_York
5184965	Township of College	township-of-college	College Township		US	PA	027	15136	0	America/New_York
5184969	Borough of Collegeville	borough-of-collegeville			US	PA	091	15192	5089	America/New_York
5184973	Township of Colley	township-of-colley	Colley Township		US	PA	113	15208	0	America/New_York
5184976	Township of Collier	township-of-collier	Collier Township		US	PA	003	15216	0	America/New_York
5185042	Borough of Columbia	borough-of-columbia			US	PA	071	15384	10400	America/New_York
5185043	Township of Columbia	township-of-columbia	Columbia Township		US	PA	015	15376	0	America/New_York
5185051	Township of Columbus	township-of-columbus	Columbus Township		US	PA	123	15408	0	America/New_York
5185118	Township of Concord	township-of-concord	Concord Township		US	PA	019	15480	0	America/New_York
5185119	Township of Concord	township-of-concord	Concord Township		US	PA	049	15504	0	America/New_York
5185144	Township of Conemaugh	township-of-conemaugh	Conemaugh Township		US	PA	063	15560	0	America/New_York
5185145	Township of Conemaugh	township-of-conemaugh	Conemaugh Township		US	PA	111	15568	0	America/New_York
5185179	Township of Conewago	township-of-conewago	Conewago Township		US	PA	043	15640	0	America/New_York
5185180	Township of Conewago	township-of-conewago	Conewago Township		US	PA	133	15656	0	America/New_York
5185200	Township of Conewango	township-of-conewango	Conewango Township		US	PA	123	15672	0	America/New_York
5185216	Borough of Conneaut Lake	borough-of-conneaut-lake			US	PA	039	15744	653	America/New_York
5185223	Township of Conneaut	township-of-conneaut	Conneaut Township		US	PA	039	15728	0	America/New_York
5185224	Township of Conneaut	township-of-conneaut	Conneaut Township		US	PA	049	15736	0	America/New_York
5185228	Borough of Conneautville	borough-of-conneautville			US	PA	039	15760	774	America/New_York
5185234	City of Connellsville	city-of-connellsville			US	PA	051	15776	7637	America/New_York
5185235	Township of Connellsville	township-of-connellsville	Connellsville Township		US	PA	051	15784	0	America/New_York
5185246	Borough of Connoquenessing	borough-of-connoquenessing	Borough of Connoquenessing,Conaquenessing Borough,Connoquenessing Borough,Conoquenessing Borough		US	PA	019	15808	528	America/New_York
5185247	Township of Connoquenessing	township-of-connoquenessing	Connoquenessing Township		US	PA	019	15816	0	America/New_York
5185258	Township of Conoy	township-of-conoy	Conoy Township		US	PA	071	15824	0	America/New_York
5185272	Borough of Conshohocken	borough-of-conshohocken			US	PA	091	15848	7833	America/New_York
5185288	Borough of Conway	borough-of-conway			US	PA	007	15872	2176	America/New_York
5185291	Borough of Conyngham	borough-of-conyngham			US	PA	079	15888	1914	America/New_York
5185292	Township of Conyngham	township-of-conyngham	Conyngham Township		US	PA	037	15880	0	America/New_York
5185293	Township of Conyngham	township-of-conyngham	Conyngham Township		US	PA	079	15904	0	America/New_York
5185303	Township of Cook	township-of-cook	Cook Township		US	PA	129	15912	0	America/New_York
5185305	Township of Cooke	township-of-cooke	Cook Township,Cooke Township,Township of Cooke		US	PA	041	15920	0	America/New_York
5185333	Township of Coolbaugh	township-of-coolbaugh	Coolbaugh Township		US	PA	089	15960	0	America/New_York
5185342	Township of Coolspring	township-of-coolspring	Coolspring Township		US	PA	085	15992	0	America/New_York
5185376	Township of Cooper	township-of-cooper	Cooper Township		US	PA	033	16040	0	America/New_York
5185377	Township of Cooper	township-of-cooper	Cooper Township		US	PA	093	16048	0	America/New_York
5185382	Borough of Coopersburg	borough-of-coopersburg			US	PA	077	16056	2386	America/New_York
5185387	Borough of Cooperstown	borough-of-cooperstown			US	PA	121	16080	460	America/New_York
5185401	Borough of Coplay	borough-of-coplay			US	PA	077	16128	3192	America/New_York
5185411	Borough of Coraopolis	borough-of-coraopolis			US	PA	003	16144	5677	America/New_York
5185463	Township of Cornplanter	township-of-cornplanter	Cornplanter Township		US	PA	121	16232	0	America/New_York
5185474	Borough of Cornwall	borough-of-cornwall			US	PA	075	16256	4112	America/New_York
5185493	City of Corry	city-of-corry			US	PA	049	16296	6605	America/New_York
5185497	Borough of Corsica	borough-of-corsica			US	PA	065	16304	357	America/New_York
5185504	Township of Corydon	township-of-corydon	Corydon Township		US	PA	083	16352	0	America/New_York
5185537	Borough of Coudersport	borough-of-coudersport			US	PA	105	16448	2546	America/New_York
5185589	Borough of Courtdale	borough-of-courtdale			US	PA	079	16568	732	America/New_York
5185636	Township of Covington	township-of-covington	Covington Township		US	PA	033	16656	0	America/New_York
5185637	Township of Covington	township-of-covington	Covington Township		US	PA	069	16664	0	America/New_York
5185638	Township of Covington	township-of-covington	Covington Township		US	PA	117	16680	0	America/New_York
5185667	Township of Cowanshannock	township-of-cowanshannock	Cowanshannock Township		US	PA	005	16728	0	America/New_York
5185719	Borough of Crafton	borough-of-crafton			US	PA	003	16848	5951	America/New_York
5185775	Township of Cranberry	township-of-cranberry	Cranberry Township		US	PA	019	16920	0	America/New_York
5185776	Township of Cranberry	township-of-cranberry	Cranberry Township		US	PA	121	16944	0	America/New_York
5185792	Borough of Cranesville	borough-of-cranesville			US	PA	049	16960	638	America/New_York
5185818	Township of Crawford	township-of-crawford	Crawford Township		US	PA	035	16976	0	America/New_York
5185838	Borough of Creekside	borough-of-creekside			US	PA	063	17024	309	America/New_York
5185851	Township of Crescent	township-of-crescent	Crescent Township		US	PA	003	17048	0	America/New_York
5185864	Borough of Cresson	borough-of-cresson			US	PA	021	17136	1711	America/New_York
5185865	Township of Cresson	township-of-cresson	Cresson Township		US	PA	021	17144	0	America/New_York
5185868	Borough of Cressona	borough-of-cressona			US	PA	107	17152	1651	America/New_York
5185921	Township of Cromwell	township-of-cromwell	Cromwell Township		US	PA	061	17280	0	America/New_York
5185969	Township of Cross Creek	township-of-cross-creek	Cross Creek Township		US	PA	125	17314	0	America/New_York
5186055	Township of Croyle	township-of-croyle	Croyle Township		US	PA	021	17496	0	America/New_York
5186123	Township of Cummings	township-of-cummings	Cummings Township		US	PA	081	17696	0	America/New_York
5186129	Township of Cumru	township-of-cumru	Cumru Township		US	PA	011	17720	0	America/New_York
5186161	Township of Curtin	township-of-curtin	Curtin Township		US	PA	027	17800	0	America/New_York
5186177	Borough of Curwensville	borough-of-curwensville			US	PA	033	17840	2542	America/New_York
5186193	Township of Cussewago	township-of-cussewago	Cussewago Township		US	PA	039	17848	0	America/New_York
5186241	Borough of Daisytown	borough-of-daisytown			US	PA	021	17976	326	America/New_York
5186251	Borough of Dale	borough-of-dale			US	PA	021	18000	1234	America/New_York
5186262	Borough of Dallas	borough-of-dallas			US	PA	079	18048	2804	America/New_York
5186263	Township of Dallas	township-of-dallas	Dallas Township		US	PA	079	18056	0	America/New_York
5186271	Borough of Dalton	borough-of-dalton			US	PA	069	18088	1234	America/New_York
5186289	Township of Damascus	township-of-damascus	Damascus Township		US	PA	127	18104	0	America/New_York
5186323	Borough of Danville	borough-of-danville			US	PA	093	18136	4699	America/New_York
5186366	Borough of Darlington	borough-of-darlington			US	PA	007	18192	254	America/New_York
5186367	Township of Darlington	township-of-darlington	Darlington Township		US	PA	007	18200	0	America/New_York
5186398	Borough of Dauphin	borough-of-dauphin			US	PA	043	18272	791	America/New_York
5186402	Township of Daugherty	township-of-daugherty	Daugherty Township		US	PA	007	18264	0	America/New_York
5186424	Township of Davidson	township-of-davidson	Davidson Township		US	PA	113	18296	0	America/New_York
5186458	Borough of Dawson	borough-of-dawson			US	PA	051	18360	367	America/New_York
5186471	Borough of Dayton	borough-of-dayton			US	PA	005	18400	553	America/New_York
5186516	Township of Dean	township-of-dean	Dean Township		US	PA	021	18432	0	America/New_York
5186530	Township of Decatur	township-of-decatur	Decatur Township		US	PA	033	18456	0	America/New_York
5186531	Township of Decatur	township-of-decatur	Decatur Township		US	PA	087	18464	0	America/New_York
5186560	Borough of Deemston	borough-of-deemston			US	PA	125	18496	722	America/New_York
5186604	Township of Deer Creek	township-of-deer-creek	Deer Creek Township		US	PA	085	18536	0	America/New_York
5186616	Borough of Deer Lake	borough-of-deer-lake			US	PA	107	18576	687	America/New_York
5186643	Township of Deerfield	township-of-deerfield	Deerfield Township		US	PA	117	18552	0	America/New_York
5186644	Township of Deerfield	township-of-deerfield	Deerfield Township		US	PA	123	18560	0	America/New_York
5186671	Township of Delano	township-of-delano	Delano Township		US	PA	107	18672	0	America/New_York
5186700	Borough of Delaware Water Gap	borough-of-delaware-water-gap	Borough of Delaware Water Gap,Delaware Water Gap Borough,Delaware Watergap Borough,Water Gap Borough		US	PA	089	18736	746	America/New_York
5186702	Township of Delaware	township-of-delaware	Delaware Township		US	PA	067	18680	0	America/New_York
5186703	Township of Delaware	township-of-delaware	Delaware Township		US	PA	085	18688	0	America/New_York
5186704	Township of Delaware	township-of-delaware	Delaware Township		US	PA	097	18696	0	America/New_York
5186705	Township of Delaware	township-of-delaware	Delaware Township		US	PA	103	18704	0	America/New_York
5186716	Township of Delmar	township-of-delmar	Delmar Township		US	PA	117	18760	0	America/New_York
5186722	Borough of Delmont	borough-of-delmont			US	PA	129	18768	2686	America/New_York
5186750	Township of Dennison	township-of-dennison	Denison Township,Dennison Township,Township of Dennison		US	PA	079	18868	0	America/New_York
5186763	Borough of Denver	borough-of-denver			US	PA	071	18888	3861	America/New_York
5186786	Borough of Derry	borough-of-derry			US	PA	129	18960	2688	America/New_York
5186787	Township of Derry	township-of-derry	Derry Township		US	PA	043	18936	0	America/New_York
5186788	Township of Derry	township-of-derry	Derry Township		US	PA	087	18944	0	America/New_York
5186789	Township of Derry	township-of-derry	Derry Township		US	PA	093	18952	0	America/New_York
5186790	Township of Derry	township-of-derry	Derry Township		US	PA	129	18968	0	America/New_York
5186920	Township of Dickinson	township-of-dickinson	Dickinson Township		US	PA	041	19144	0	America/New_York
5186925	Borough of Dickson City	borough-of-dickson-city	Borough of Dickson City,Dickson Borough,Dickson City Borough		US	PA	069	19160	6070	America/New_York
5186965	Borough of Dillsburg	borough-of-dillsburg			US	PA	133	19208	2563	America/New_York
5186980	Township of Dimock	township-of-dimock	Dimock Township		US	PA	115	19264	0	America/New_York
5186987	Township of Dingman	township-of-dingman	Dingman Township		US	PA	103	19272	0	America/New_York
5187007	Township of District	township-of-district	District Township		US	PA	011	19312	0	America/New_York
5187117	Borough of Donegal	borough-of-donegal			US	PA	129	19472	120	America/New_York
5187118	Township of Donegal	township-of-donegal	Donegal Township		US	PA	019	19456	0	America/New_York
5187119	Township of Donegal	township-of-donegal	Donegal Township		US	PA	125	19464	0	America/New_York
5187120	Township of Donegal	township-of-donegal	Donegal Township		US	PA	129	19480	0	America/New_York
5187136	Borough of Donora	borough-of-donora			US	PA	125	19536	4781	America/New_York
5187152	Borough of Dormont	borough-of-dormont			US	PA	003	19576	8593	America/New_York
5187162	Township of Dorrance	township-of-dorrance	Dorrance Township,Dorranceton Township,Dorrancetown Township,Township of Dorrance		US	PA	079	19616	0	America/New_York
5187209	Township of Douglass	township-of-douglass	Douglass Township		US	PA	011	19664	0	America/New_York
5187218	Borough of Dover	borough-of-dover			US	PA	133	19696	2007	America/New_York
5187239	Borough of Downingtown	borough-of-downingtown			US	PA	029	19752	7891	America/New_York
5187259	Borough of Doylestown	borough-of-doylestown			US	PA	017	19784	8380	America/New_York
5187260	Township of Doylestown	township-of-doylestown	Doylestown Township		US	PA	017	19792	0	America/New_York
5187287	Borough of Dravosburg	borough-of-dravosburg			US	PA	003	19856	1792	America/New_York
5187290	Township of Dreher	township-of-dreher	Dreher Township		US	PA	127	19864	0	America/New_York
5187316	Borough of Driftwood	borough-of-driftwood			US	PA	023	19976	67	America/New_York
5187436	City of DuBois	city-of-dubois	City of Du Bois,City of DuBois		US	PA	033	20136	7794	America/New_York
5187450	Borough of Dublin	borough-of-dublin			US	PA	017	20104	2158	America/New_York
5187451	Township of Dublin	township-of-dublin	Dublin Township		US	PA	057	20112	0	America/New_York
5187452	Township of Dublin	township-of-dublin	Dublin Township		US	PA	061	20120	0	America/New_York
5187454	Borough of Duboistown	borough-of-duboistown	Borough of Duboistown,Du Boistown Borough,Duboistown Borough		US	PA	081	20144	1205	America/New_York
5187471	Borough of Dudley	borough-of-dudley			US	PA	061	20152	184	America/New_York
5187499	Township of Dunbar	township-of-dunbar	Dunbar Township		US	PA	051	20224	0	America/New_York
5187505	Township of Duncan	township-of-duncan	Duncan Township		US	PA	117	20232	0	America/New_York
5187507	Borough of Duncannon	borough-of-duncannon			US	PA	099	20240	1522	America/New_York
5187511	Borough of Duncansville	borough-of-duncansville			US	PA	013	20248	1233	America/New_York
5187539	Borough of Dunlevy	borough-of-dunlevy			US	PA	125	20328	381	America/New_York
5187551	Borough of Dunmore	borough-of-dunmore			US	PA	069	20352	14057	America/New_York
5187572	Township of Dunnstable	township-of-dunnstable	Dunnstable Township		US	PA	035	20408	0	America/New_York
5187579	Borough of Dupont	borough-of-dupont			US	PA	079	20424	2711	America/New_York
5187588	City of Duquesne	city-of-duquesne			US	PA	003	20432	5565	America/New_York
5187603	Township of Durham	township-of-durham	Durham Township		US	PA	017	20480	0	America/New_York
5187612	Borough of Duryea	borough-of-duryea			US	PA	079	20512	4917	America/New_York
5187614	Borough of Dushore	borough-of-dushore			US	PA	113	20528	608	America/New_York
5187669	Township of Dyberry	township-of-dyberry	Dyberry Township		US	PA	127	20576	0	America/New_York
5187722	Borough of Eagles Mere	borough-of-eagles-mere			US	PA	113	20648	120	America/New_York
5187740	Township of Earl	township-of-earl	Earl Township		US	PA	011	20680	0	America/New_York
5187741	Township of Earl	township-of-earl	Earl Township		US	PA	071	20688	0	America/New_York
5187754	Township of East Allen	township-of-east-allen	East Allen Township		US	PA	095	20736	0	America/New_York
5187761	Borough of East Bangor	borough-of-east-bangor			US	PA	095	20776	1172	America/New_York
5187775	Borough of East Brady	borough-of-east-brady			US	PA	031	20840	942	America/New_York
5187855	Township of East Brunswick	township-of-east-brunswick	East Brunswick Township		US	PA	107	20880	0	America/New_York
5187857	Township of East Buffalo	township-of-east-buffalo	East Buffalo Township		US	PA	119	20888	0	America/New_York
5187860	Borough of East Butler	borough-of-east-butler			US	PA	019	20904	732	America/New_York
5187861	Township of East Caln	township-of-east-caln	East Caln Township		US	PA	029	20920	0	America/New_York
5187862	Township of East Cameron	township-of-east-cameron	East Cameron Township		US	PA	097	20928	0	America/New_York
5187867	Township of East Carroll	township-of-east-carroll	East Carroll Township		US	PA	021	20952	0	America/New_York
5187872	Township of East Chillisquaque	township-of-east-chillisquaque	East Chillisquaque Township		US	PA	097	20976	0	America/New_York
5187873	Township of East Cocalico	township-of-east-cocalico	East Cocalico Township		US	PA	071	20984	0	America/New_York
5187876	Borough of East Conemaugh	borough-of-east-conemaugh			US	PA	021	20992	1220	America/New_York
5187879	Township of East Coventry	township-of-east-coventry	East Coventry Township		US	PA	029	21008	0	America/New_York
5187881	Township of East Brandywine	township-of-east-brandywine	East Brandywine Township		US	PA	029	20864	0	America/New_York
5187886	Township of East Donegal	township-of-east-donegal	East Donegal Township		US	PA	071	21032	0	America/New_York
5187890	Township of East Earl	township-of-east-earl	East Earl Township		US	PA	071	21072	0	America/New_York
5187902	Township of East Fairfield	township-of-east-fairfield	East Fairfield Township		US	PA	039	21096	0	America/New_York
5187904	Township of East Fallowfield	township-of-east-fallowfield	East Fallowfield Township		US	PA	039	21112	0	America/New_York
5187908	Township of East Deer	township-of-east-deer	East Deer Township		US	PA	003	21024	0	America/New_York
5187919	Township of East Franklin	township-of-east-franklin	East Franklin Township		US	PA	005	21160	0	America/New_York
5187926	Borough of East Greenville	borough-of-east-greenville			US	PA	091	21200	2951	America/New_York
5187933	Township of East Hanover	township-of-east-hanover	East Hanover Township		US	PA	043	21208	0	America/New_York
5187934	Township of East Hanover	township-of-east-hanover	East Hanover Township		US	PA	075	21224	0	America/New_York
5187937	Township of East Hempfield	township-of-east-hempfield	East Hempfield Township		US	PA	071	21232	0	America/New_York
5187953	Township of East Huntingdon	township-of-east-huntingdon	East Huntingdon Township		US	PA	129	21304	0	America/New_York
5187959	Township of East Keating	township-of-east-keating	East Keating Township		US	PA	035	21328	0	America/New_York
5187961	Township of East Lackawannock	township-of-east-lackawannock	East Lackawannock Township		US	PA	085	21336	0	America/New_York
5187968	Township of East Lampeter	township-of-east-lampeter	East Lampeter Township		US	PA	071	21344	0	America/New_York
5187984	Township of East Mahoning	township-of-east-mahoning	East Mahoning Township		US	PA	063	21456	0	America/New_York
5187985	Township of East Manchester	township-of-east-manchester	East Manchester Township		US	PA	133	21464	0	America/New_York
5187988	Borough of East McKeesport	borough-of-east-mckeesport			US	PA	003	21444	2126	America/New_York
5187989	Township of East Mead	township-of-east-mead	East Mead Township		US	PA	039	21504	0	America/New_York
5188002	Township of East Nantmeal	township-of-east-nantmeal	East Nantmeal Township		US	PA	029	21576	0	America/New_York
5188006	Township of East Norriton	township-of-east-norriton	East Norriton Township		US	PA	091	21600	0	America/New_York
5188007	Township of East Norwegian	township-of-east-norwegian	East Norwegian Township		US	PA	107	21616	0	America/New_York
5188017	Township of East Penn	township-of-east-penn	East Penn Township		US	PA	025	21664	0	America/New_York
5188020	Township of East Pennsboro	township-of-east-pennsboro	East Pennsboro Township		US	PA	041	21680	0	America/New_York
5188025	Borough of East Petersburg	borough-of-east-petersburg			US	PA	071	21688	4506	America/New_York
5188028	Township of East Pikeland	township-of-east-pikeland	East Pikeland Township		US	PA	029	21696	0	America/New_York
5188030	Borough of East Pittsburgh	borough-of-east-pittsburgh			US	PA	003	21712	1822	America/New_York
5188034	Borough of East Prospect	borough-of-east-prospect			US	PA	133	21728	905	America/New_York
5188037	Borough of East Rochester	borough-of-east-rochester			US	PA	007	21752	567	America/New_York
5188039	Township of East Rockhill	township-of-east-rockhill	East Rockhill Township		US	PA	017	21760	0	America/New_York
5188045	Township of East Saint Clair	township-of-east-saint-clair	East Saint Clair Township		US	PA	009	21788	0	America/New_York
5188064	Borough of East Side	borough-of-east-side			US	PA	025	21816	317	America/New_York
5188081	Borough of East Stroudsburg	borough-of-east-stroudsburg			US	PA	089	21872	9840	America/New_York
5188084	Township of East Taylor	township-of-east-taylor	East Taylor Township		US	PA	021	21896	0	America/New_York
5188095	Township of East Union	township-of-east-union	East Union Township		US	PA	107	21952	0	America/New_York
5188098	Borough of East Vandergrift	borough-of-east-vandergrift			US	PA	129	21976	674	America/New_York
5188102	Township of East Vincent	township-of-east-vincent	East Vincent Township		US	PA	029	22000	0	America/New_York
5188106	Borough of East Washington	borough-of-east-washington			US	PA	125	22016	2234	America/New_York
5188112	Township of East Wheatfield	township-of-east-wheatfield	East Wheatfield Township		US	PA	063	22048	0	America/New_York
5188113	Township of East Whiteland	township-of-east-whiteland	East Whiteland Township		US	PA	029	22056	0	America/New_York
5188153	City of Easton	city-of-easton			US	PA	095	21648	26800	America/New_York
5188154	Township of Easttown	township-of-easttown	Easttown Township		US	PA	029	21928	0	America/New_York
5188156	Borough of Eastvale	borough-of-eastvale			US	PA	007	21968	225	America/New_York
5188169	Township of Eaton	township-of-eaton	Eaton Township		US	PA	131	22112	0	America/New_York
5188174	Borough of Eau Claire	borough-of-eau-claire			US	PA	019	22128	316	America/New_York
5188198	Borough of Ebensburg	borough-of-ebensburg			US	PA	021	22144	3351	America/New_York
5188241	Borough of Economy	borough-of-economy			US	PA	007	22264	8970	America/New_York
5188301	Borough of Edgewood	borough-of-edgewood			US	PA	003	22520	3118	America/New_York
5188304	Borough of Edgeworth	borough-of-edgeworth			US	PA	003	22576	1680	America/New_York
5188311	Borough of Edinboro	borough-of-edinboro			US	PA	049	22608	6438	America/New_York
5188338	Borough of Edwardsville	borough-of-edwardsville			US	PA	079	22672	4816	America/New_York
5188360	Borough of Ehrenfeld	borough-of-ehrenfeld			US	PA	021	22712	228	America/New_York
5188403	Borough of Elco	borough-of-elco			US	PA	125	22800	323	America/New_York
5188410	Township of Elder	township-of-elder	Elder Township		US	PA	021	22808	0	America/New_York
5188420	Borough of Elderton	borough-of-elderton			US	PA	005	22832	356	America/New_York
5188427	Borough of Eldred	borough-of-eldred			US	PA	083	22888	825	America/New_York
5188428	Township of Eldred	township-of-eldred	Eldred Township		US	PA	065	22872	0	America/New_York
5188429	Township of Eldred	township-of-eldred	Eldred Township		US	PA	081	22880	0	America/New_York
5188430	Township of Eldred	township-of-eldred	Eldred Township		US	PA	083	22896	0	America/New_York
5188431	Township of Eldred	township-of-eldred	Eldred Township		US	PA	089	22904	0	America/New_York
5188432	Township of Eldred	township-of-eldred	Eldred Township		US	PA	107	22912	0	America/New_York
5188433	Township of Eldred	township-of-eldred	Eldred Township		US	PA	123	22920	0	America/New_York
5188457	Borough of Elgin	borough-of-elgin			US	PA	049	22960	218	America/New_York
5188470	Borough of Elizabeth	borough-of-elizabeth			US	PA	003	22992	1493	America/New_York
5188471	Township of Elizabeth	township-of-elizabeth	Elizabeth Township		US	PA	003	23000	0	America/New_York
5188472	Township of Elizabeth	township-of-elizabeth	Elizabeth Township		US	PA	071	23008	0	America/New_York
5188480	Borough of Elizabethtown	borough-of-elizabethtown			US	PA	071	23016	11545	America/New_York
5188483	Borough of Elizabethville	borough-of-elizabethville			US	PA	043	23024	1510	America/New_York
5188494	Township of Elk Creek	township-of-elk-creek	Elk Creek Township		US	PA	049	23088	0	America/New_York
5188535	Township of Elk	township-of-elk	Elk Township		US	PA	031	23040	0	America/New_York
5188536	Township of Elk	township-of-elk	Elk Township		US	PA	117	23056	0	America/New_York
5188537	Township of Elk	township-of-elk	Elk Township		US	PA	123	23064	0	America/New_York
5188557	Borough of Elkland	borough-of-elkland			US	PA	117	23152	1821	America/New_York
5188558	Township of Elkland	township-of-elkland	Elkland Township		US	PA	113	23144	0	America/New_York
5188601	Borough of Ellport	borough-of-ellport			US	PA	073	23280	1180	America/New_York
5188610	Borough of Ellwood City	borough-of-ellwood-city			US	PA	073	23304	7921	America/New_York
5188618	Borough of Ellsworth	borough-of-ellsworth			US	PA	125	23296	1027	America/New_York
5188638	Township of Elmhurst	township-of-elmhurst	Elmhurst Township		US	PA	069	23336	0	America/New_York
5188660	Borough of Elverson	borough-of-elverson			US	PA	029	23440	1225	America/New_York
5188706	Borough of Emlenton	borough-of-emlenton			US	PA	121	23568	625	America/New_York
5188731	Borough of Emmaus	borough-of-emmaus			US	PA	077	23584	11211	America/New_York
5188742	Borough of Emporium	borough-of-emporium			US	PA	023	23600	2073	America/New_York
5188748	Borough of Emsworth	borough-of-emsworth			US	PA	003	23616	2449	America/New_York
5188796	Borough of Enon Valley	borough-of-enon-valley			US	PA	073	23768	306	America/New_York
5188820	Borough of Ephrata	borough-of-ephrata	Borough of Ephrata,Ephrata Borough,Ephratah Borough		US	PA	071	23832	13394	America/New_York
5188821	Township of Ephrata	township-of-ephrata	Ephrata Township,Ephratah Township,Township of Ephrata		US	PA	071	23840	0	America/New_York
5188867	City of Erie	city-of-erie			US	PA	049	24000	101786	America/New_York
5188874	Borough of Ernest	borough-of-ernest			US	PA	063	24040	462	America/New_York
5188906	Borough of Etna	borough-of-etna			US	PA	003	24160	3451	America/New_York
5188913	Township of Eulalia	township-of-eulalia	Eulalia Township		US	PA	105	24184	0	America/New_York
5188938	Borough of Evans City	borough-of-evans-city			US	PA	019	24248	1833	America/New_York
5188989	Borough of Everson	borough-of-everson			US	PA	051	24336	793	America/New_York
5189011	Borough of Exeter	borough-of-exeter			US	PA	079	24392	5652	America/New_York
5189012	Township of Exeter	township-of-exeter	Exeter Township		US	PA	011	24384	0	America/New_York
5189013	Township of Exeter	township-of-exeter	Exeter Township		US	PA	079	24400	0	America/New_York
5189014	Township of Exeter	township-of-exeter	Exeter Township		US	PA	131	24408	0	America/New_York
5189020	Borough of Export	borough-of-export			US	PA	129	24432	917	America/New_York
5189044	Borough of Factoryville	borough-of-factoryville			US	PA	131	24488	1158	America/New_York
5189080	Township of Fairfield	township-of-fairfield	Fairfield Township		US	PA	039	24568	0	America/New_York
5189081	Township of Fairfield	township-of-fairfield	Fairfield Township		US	PA	081	24592	0	America/New_York
5189082	Township of Fairfield	township-of-fairfield	Fairfield Township		US	PA	129	24608	0	America/New_York
5189112	Township of Fairmount	township-of-fairmount	Fairmount Township		US	PA	079	24752	0	America/New_York
5189236	Borough of Fairview	borough-of-fairview			US	PA	019	24832	198	America/New_York
5189238	Township of Fairview	township-of-fairview	Fairview Township		US	PA	019	24840	0	America/New_York
5189239	Township of Fairview	township-of-fairview	Fairview Township		US	PA	049	24864	0	America/New_York
5189240	Township of Fairview	township-of-fairview	Fairview Township		US	PA	079	24888	0	America/New_York
5189241	Township of Fairview	township-of-fairview	Fairview Township		US	PA	085	24904	0	America/New_York
5189242	Township of Fairview	township-of-fairview	Fairview Township		US	PA	133	24936	0	America/New_York
5189301	Township of Fallowfield	township-of-fallowfield	Fallowfield Township		US	PA	125	25104	0	America/New_York
5189311	Borough of Falls Creek	borough-of-falls-creek			US	PA	065	25136	1037	America/New_York
5189318	Township of Falls	township-of-falls	Falls Township		US	PA	017	25112	0	America/New_York
5189319	Township of Falls	township-of-falls	Falls Township		US	PA	131	25128	0	America/New_York
5189330	Borough of Fallston	borough-of-fallston			US	PA	007	25152	266	America/New_York
5189336	Township of Fannett	township-of-fannett	Fannett Township		US	PA	055	25176	0	America/New_York
5189365	Township of Farmington	township-of-farmington	Farmington Township		US	PA	031	25272	0	America/New_York
5189366	Township of Farmington	township-of-farmington	Farmington Township		US	PA	117	25296	0	America/New_York
5189367	Township of Farmington	township-of-farmington	Farmington Township		US	PA	123	25304	0	America/New_York
5189381	City of Farrell	city-of-farrell			US	PA	085	25360	5111	America/New_York
5189407	Township of Fawn	township-of-fawn	Fawn Township		US	PA	003	25400	0	America/New_York
5189413	Borough of Fayette City	borough-of-fayette-city			US	PA	051	25456	596	America/New_York
5189416	Township of Fayette	township-of-fayette	Fayette Township		US	PA	067	25440	0	America/New_York
5189439	Township of Fell	township-of-fell	Fell Township		US	PA	069	25560	0	America/New_York
5189467	Township of Ferguson	township-of-ferguson	Ferguson Township		US	PA	027	25624	0	America/New_York
5189468	Township of Ferguson	township-of-ferguson	Ferguson Township		US	PA	033	25632	0	America/New_York
5189470	Township of Fermanagh	township-of-fermanagh	Fermanagh Township		US	PA	067	25648	0	America/New_York
5189486	Borough of Ferndale	borough-of-ferndale			US	PA	021	25680	1636	America/New_York
5189569	Township of Findlay	township-of-findlay	Findlay Township		US	PA	003	25904	0	America/New_York
5189571	Township of Findley	township-of-findley	Findley Township,Finley Township,Township of Findley		US	PA	085	25912	0	America/New_York
5189587	Borough of Finleyville	borough-of-finleyville			US	PA	125	25944	461	America/New_York
5189721	Township of Fishing Creek	township-of-fishing-creek	Fishing Creek Township		US	PA	037	26056	0	America/New_York
5189833	Borough of Fleetwood	borough-of-fleetwood			US	PA	011	26280	4085	America/New_York
5189840	Borough of Flemington	borough-of-flemington			US	PA	035	26296	1330	America/New_York
5189941	Borough of Ford City	borough-of-ford-city			US	PA	005	26512	2991	America/New_York
5189943	Borough of Ford Cliff	borough-of-ford-cliff			US	PA	005	26520	371	America/New_York
5189966	Borough of Forest City	borough-of-forest-city			US	PA	115	26560	1911	America/New_York
5189995	Borough of Forest Hills	borough-of-forest-hills			US	PA	003	26592	6518	America/New_York
5189998	Township of Forest Lake	township-of-forest-lake	Forest Lake Township		US	PA	115	26648	0	America/New_York
5190039	Township of Forks	township-of-forks	Forks Township		US	PA	095	26728	0	America/New_York
5190040	Township of Forks	township-of-forks	Forks Township		US	PA	113	26736	0	America/New_York
5190043	Township of Forkston	township-of-forkston	Forkston Township		US	PA	131	26752	0	America/New_York
5190046	Borough of Forksville	borough-of-forksville			US	PA	113	26760	145	America/New_York
5190103	Borough of Forty Fort	borough-of-forty-fort			US	PA	079	26880	4214	America/New_York
5190106	Township of Forward	township-of-forward	Forward Township		US	PA	003	26896	0	America/New_York
5190107	Township of Forward	township-of-forward	Forward Township		US	PA	019	26904	0	America/New_York
5190133	Township of Foster	township-of-foster	Foster Township		US	PA	079	26928	0	America/New_York
5190134	Township of Foster	township-of-foster	Foster Township		US	PA	083	26936	0	America/New_York
5190135	Township of Foster	township-of-foster	Foster Township		US	PA	107	26944	0	America/New_York
5190153	Borough of Fountain Hill	borough-of-fountain-hill			US	PA	077	27008	4597	America/New_York
5190259	Township of Fox	township-of-fox	Fox Township		US	PA	047	27088	0	America/New_York
5190260	Township of Fox	township-of-fox	Fox Township		US	PA	113	27096	0	America/New_York
5190266	Borough of Foxburg	borough-of-foxburg			US	PA	031	27112	183	America/New_York
5190285	Borough of Frackville	borough-of-frackville			US	PA	107	27232	3805	America/New_York
5190286	Township of Frailey	township-of-frailey	Frailey Township		US	PA	107	27248	0	America/New_York
5190305	Township of Franconia	township-of-franconia	Franconia Township		US	PA	091	27280	0	America/New_York
5190321	Borough of Frankfort Springs	borough-of-frankfort-springs			US	PA	007	27312	130	America/New_York
5190384	Borough of Franklin	borough-of-franklin			US	PA	021	27360	323	America/New_York
5190385	City of Franklin	city-of-franklin			US	PA	121	27456	6545	America/New_York
5190386	Township of Franklin	township-of-franklin	Franklin Township		US	PA	007	27336	0	America/New_York
5190387	Township of Franklin	township-of-franklin	Franklin Township		US	PA	015	27344	0	America/New_York
5190388	Township of Franklin	township-of-franklin	Franklin Township		US	PA	019	27352	0	America/New_York
5190389	Township of Franklin	township-of-franklin	Franklin Township		US	PA	025	27368	0	America/New_York
5190390	Township of Franklin	township-of-franklin	Franklin Township		US	PA	037	27384	0	America/New_York
5190391	Township of Franklin	township-of-franklin	Franklin Township		US	PA	049	27392	0	America/New_York
5190392	Township of Franklin	township-of-franklin	Franklin Township		US	PA	061	27416	0	America/New_York
5190393	Township of Franklin	township-of-franklin	Franklin Township		US	PA	079	27424	0	America/New_York
5190394	Township of Franklin	township-of-franklin	Franklin Township		US	PA	081	27432	0	America/New_York
5190395	Township of Franklin	township-of-franklin	Franklin Township		US	PA	109	27440	0	America/New_York
5190396	Township of Franklin	township-of-franklin	Franklin Township		US	PA	115	27448	0	America/New_York
5190398	Township of Franklin	township-of-franklin	Franklin Township		US	PA	133	27480	0	America/New_York
5190401	Borough of Franklintown	borough-of-franklintown	Borough of Franklintown,Franklin Borough,Franklintown Borough		US	PA	133	27576	489	America/New_York
5190412	Township of Frankstown	township-of-frankstown	Frankstown Township		US	PA	013	27600	0	America/New_York
5190422	Township of Frazer	township-of-frazer	Frazer Township		US	PA	003	27608	0	America/New_York
5190445	Borough of Fredonia	borough-of-fredonia			US	PA	085	27688	502	America/New_York
5190460	Borough of Freeburg	borough-of-freeburg			US	PA	109	27696	575	America/New_York
5190465	Borough of Freedom	borough-of-freedom			US	PA	007	27712	1569	America/New_York
5190466	Township of Freedom	township-of-freedom	Freedom Township		US	PA	013	27720	0	America/New_York
5190468	Township of Freehold	township-of-freehold	Freehold Township		US	PA	123	27736	0	America/New_York
5190473	Borough of Freeland	borough-of-freeland			US	PA	079	27744	3531	America/New_York
5190484	Borough of Freemansburg	borough-of-freemansburg			US	PA	095	27760	2636	America/New_York
5190494	Borough of Freeport	borough-of-freeport			US	PA	005	27784	1813	America/New_York
5190508	Township of French Creek	township-of-french-creek	French Creek Township		US	PA	085	27824	0	America/New_York
5190516	Township of Frenchcreek	township-of-frenchcreek	Frenchcreek Township		US	PA	121	27832	0	America/New_York
5190575	Borough of Friendsville	borough-of-friendsville			US	PA	115	27968	111	America/New_York
5190736	Township of Gaines	township-of-gaines	Gaines Township		US	PA	117	28264	0	America/New_York
5190746	Borough of Galeton	borough-of-galeton			US	PA	105	28280	1149	America/New_York
5190755	Township of Gallagher	township-of-gallagher	Gallagher Township,Gallaher Township,Gallauher Township,Township of Gallagher		US	PA	035	28296	0	America/New_York
5190761	Borough of Gallitzin	borough-of-gallitzin			US	PA	021	28328	1668	America/New_York
5190762	Township of Gallitzin	township-of-gallitzin	Gallitzin Township		US	PA	021	28336	0	America/New_York
5190780	Township of Gamble	township-of-gamble	Gamble Township		US	PA	081	28352	0	America/New_York
5190866	Township of Gaskill	township-of-gaskill	Gaskill Township		US	PA	065	28592	0	America/New_York
5190929	Borough of Geistown	borough-of-geistown			US	PA	021	28720	2467	America/New_York
5190949	Township of Genesee	township-of-genesee	Genesee Township		US	PA	105	28760	0	America/New_York
5190993	Borough of Georgetown	borough-of-georgetown			US	PA	007	28824	174	America/New_York
5191067	Township of Gibson	township-of-gibson	Gibson Township		US	PA	023	29008	0	America/New_York
5191068	Township of Gibson	township-of-gibson	Gibson Township		US	PA	115	29024	0	America/New_York
5191092	Borough of Gilberton	borough-of-gilberton			US	PA	107	29088	769	America/New_York
5191137	Township of Gilpin	township-of-gilpin	Gilpin Township		US	PA	005	29184	0	America/New_York
5191166	Borough of Girard	borough-of-girard			US	PA	049	29232	3104	America/New_York
5191167	Township of Girard	township-of-girard	Girard Township		US	PA	033	29224	0	America/New_York
5191168	Township of Girard	township-of-girard	Girard Township		US	PA	049	29240	0	America/New_York
5191171	Borough of Girardville	borough-of-girardville			US	PA	107	29264	1519	America/New_York
5191202	Township of Glade	township-of-glade	Glade Township		US	PA	123	29328	0	America/New_York
5191218	Borough of Glasgow	borough-of-glasgow			US	PA	007	29392	60	America/New_York
5191238	Borough of Glassport	borough-of-glassport			US	PA	003	29432	4483	America/New_York
5191260	Borough of Glen Campbell	borough-of-glen-campbell			US	PA	063	29512	245	America/New_York
5191268	Borough of Glen Hope	borough-of-glen-hope			US	PA	033	29632	142	America/New_York
5191294	Township of Glenburn	township-of-glenburn	Glenburn Township		US	PA	069	29504	0	America/New_York
5191308	Borough of Glendon	borough-of-glendon			US	PA	095	29568	440	America/New_York
5191312	Borough of Glenfield	borough-of-glenfield	Borough of Glenfield,Glenfield		US	PA	003	29592	205	America/New_York
5191407	Borough of Goldsboro	borough-of-goldsboro			US	PA	133	30016	952	America/New_York
5191475	Borough of Gordon	borough-of-gordon			US	PA	107	30128	763	America/New_York
5191496	Township of Goshen	township-of-goshen	Goshen Township		US	PA	033	30152	0	America/New_York
5191613	Borough of Grampian	borough-of-grampian			US	PA	033	30280	356	America/New_York
5191627	Township of Graham	township-of-graham	Graham Township		US	PA	033	30272	0	America/New_York
5191675	Township of Grant	township-of-grant	Grant Township		US	PA	063	30416	0	America/New_York
5191687	Township of Granville	township-of-granville	Granville Township		US	PA	015	30464	0	America/New_York
5191688	Township of Granville	township-of-granville	Granville Township		US	PA	087	30480	0	America/New_York
5191721	Borough of Gratz	borough-of-gratz			US	PA	043	30600	765	America/New_York
5191790	Borough of Great Bend	borough-of-great-bend			US	PA	115	30728	734	America/New_York
5191791	Township of Great Bend	township-of-great-bend	Great Bend Township		US	PA	115	30736	0	America/New_York
5191850	Borough of Green Hills	borough-of-green-hills	Borough of Green Hills,Green Hills		US	PA	125	31082	29	America/New_York
5191863	Borough of Green Lane	borough-of-green-lane	Borough of Green Lane,Green Lane Borough,Greenlane Borough		US	PA	091	31088	508	America/New_York
5191930	Borough of Green Tree	borough-of-green-tree			US	PA	003	31256	4432	America/New_York
5191938	Township of Green	township-of-green	Green Township		US	PA	053	30808	0	America/New_York
5191939	Township of Green	township-of-green	Green Township,Greene Township,Township of Green		US	PA	063	30816	0	America/New_York
5191964	Township of Greene	township-of-greene	Greene Township		US	PA	007	30920	0	America/New_York
5191965	Township of Greene	township-of-greene	Green Township,Greene Township,Township of Greene		US	PA	035	30928	0	America/New_York
5191966	Township of Greene	township-of-greene	Greene Township		US	PA	049	30936	0	America/New_York
5191967	Township of Greene	township-of-greene	Greene Township		US	PA	055	30944	0	America/New_York
5191968	Township of Greene	township-of-greene	Greene Township		US	PA	085	30968	0	America/New_York
5191969	Township of Greene	township-of-greene	Greene Township		US	PA	103	30976	0	America/New_York
5191982	Township of Greenfield	township-of-greenfield	Greenfield Township		US	PA	013	31000	0	America/New_York
5191983	Township of Greenfield	township-of-greenfield	Greenfield Township		US	PA	049	31008	0	America/New_York
5191984	Township of Greenfield	township-of-greenfield	Greenfield Township		US	PA	069	31016	0	America/New_York
5192014	City of Greensburg	city-of-greensburg			US	PA	129	31200	14892	America/New_York
5192025	Borough of Greenville	borough-of-greenville			US	PA	085	31328	5919	America/New_York
5192033	Township of Greenwich	township-of-greenwich	Greenwich Township		US	PA	011	31352	0	America/New_York
5192078	Township of Greenwood	township-of-greenwood	Greenwood Township		US	PA	033	31376	0	America/New_York
5192079	Township of Greenwood	township-of-greenwood	Greenwood Township		US	PA	037	31392	0	America/New_York
5192080	Township of Greenwood	township-of-greenwood	Greenwood Township		US	PA	039	31400	0	America/New_York
5192081	Township of Greenwood	township-of-greenwood	Greenwood Township		US	PA	067	31424	0	America/New_York
5192082	Township of Greenwood	township-of-greenwood	Greenwood Township		US	PA	099	31440	0	America/New_York
5192094	Township of Gregg	township-of-gregg	Gregg Township		US	PA	027	31472	0	America/New_York
5192095	Township of Gregg	township-of-gregg	Gregg Township		US	PA	119	31480	0	America/New_York
5192192	Borough of Grove City	borough-of-grove-city			US	PA	085	31656	8322	America/New_York
5192209	Township of Grove	township-of-grove	Grove Township		US	PA	023	31632	0	America/New_York
5192229	Township of Grugan	township-of-grugan	Grugan Township		US	PA	035	31680	0	America/New_York
5192250	Township of Gulich	township-of-gulich	Geulich Township,Gulich Township,Township of Gulich		US	PA	033	31752	0	America/New_York
5192356	Township of Haines	township-of-haines	Haines Township		US	PA	027	31960	0	America/New_York
5192394	Township of Halfmoon	township-of-halfmoon	Half Moon Township,Halfmoon Township,Township of Halfmoon		US	PA	027	31992	0	America/New_York
5192397	Borough of Halifax	borough-of-halifax			US	PA	043	32032	841	America/New_York
5192398	Township of Halifax	township-of-halifax	Halifax Township		US	PA	043	32040	0	America/New_York
5192415	Borough of Hallam	borough-of-hallam	Borough of Hallam,Hallam Borough,Hellam Borough		US	PA	133	32056	2673	America/New_York
5192433	Borough of Hallstead	borough-of-hallstead			US	PA	115	32080	1303	America/New_York
5192448	Borough of Hamburg	borough-of-hamburg			US	PA	011	32120	4289	America/New_York
5192482	Township of Hamilton	township-of-hamilton	Hamilton Township		US	PA	083	32168	0	America/New_York
5192483	Township of Hamilton	township-of-hamilton	Hamilton Township		US	PA	089	32176	0	America/New_York
5192484	Township of Hamilton	township-of-hamilton	Hamilton Township		US	PA	117	32192	0	America/New_York
5192493	Township of Hamlin	township-of-hamlin	Hamlin Township		US	PA	083	32232	0	America/New_York
5192520	Township of Hampden	township-of-hampden	Hampden Township		US	PA	041	32296	0	America/New_York
5192536	Township of Hampton	township-of-hampton	Hampton Township		US	PA	003	32328	0	America/New_York
5192587	Township of Hanover	township-of-hanover	Hanover Township		US	PA	007	32392	0	America/New_York
5192588	Township of Hanover	township-of-hanover	Hanover Township		US	PA	077	32400	0	America/New_York
5192589	Township of Hanover	township-of-hanover	Hanover Township		US	PA	079	32416	0	America/New_York
5192590	Township of Hanover	township-of-hanover	Hanover Township		US	PA	095	32432	0	America/New_York
5192591	Township of Hanover	township-of-hanover	Hanover Township		US	PA	125	32440	0	America/New_York
5192625	Township of Harborcreek	township-of-harborcreek	Harborcreek Township		US	PA	049	32520	0	America/New_York
5192665	Township of Harmar	township-of-harmar	Harmar Township		US	PA	003	32624	0	America/New_York
5192670	Township of Harford	township-of-harford	Harford Township		US	PA	115	32568	0	America/New_York
5192700	Borough of Harmony	borough-of-harmony			US	PA	019	32688	890	America/New_York
5192701	Township of Harmony	township-of-harmony	Harmony Township		US	PA	007	32680	0	America/New_York
5192702	Township of Harmony	township-of-harmony	Harmony Township		US	PA	053	32704	0	America/New_York
5192703	Township of Harmony	township-of-harmony	Harmony Township		US	PA	115	32720	0	America/New_York
5192725	Township of Harris	township-of-harris	Harris Township		US	PA	027	32792	0	America/New_York
5192740	City of Harrisburg	city-of-harrisburg			US	PA	043	32800	49528	America/New_York
5192752	Township of Harrison	township-of-harrison	Harrison Township		US	PA	003	32832	0	America/New_York
5192753	Township of Harrison	township-of-harrison	Harrison Township		US	PA	105	32848	0	America/New_York
5192758	Borough of Harrisville	borough-of-harrisville			US	PA	019	32896	897	America/New_York
5192787	Borough of Hartleton	borough-of-hartleton			US	PA	119	32936	283	America/New_York
5192791	Township of Hartley	township-of-hartley	Hartley Township		US	PA	119	32952	0	America/New_York
5192836	Borough of Harveys Lake	borough-of-harveys-lake			US	PA	079	33000	2791	America/New_York
5192862	Borough of Hastings	borough-of-hastings			US	PA	021	33080	1278	America/New_York
5192865	Borough of Hatboro	borough-of-hatboro			US	PA	091	33088	7360	America/New_York
5192879	Borough of Hatfield	borough-of-hatfield			US	PA	091	33112	3290	America/New_York
5192880	Township of Hatfield	township-of-hatfield	Hatfield Township		US	PA	091	33120	0	America/New_York
5192927	Borough of Hawley	borough-of-hawley			US	PA	127	33200	1211	America/New_York
5192937	Borough of Hawthorn	borough-of-hawthorn			US	PA	031	33216	494	America/New_York
5192951	Township of Haycock	township-of-haycock	Haycock Township		US	PA	017	33224	0	America/New_York
5192961	Township of Hayfield	township-of-hayfield	Hayfield Township		US	PA	039	33256	0	America/New_York
5192983	Borough of Haysville	borough-of-haysville			US	PA	003	33312	70	America/New_York
5193009	Township of Hazle	township-of-hazle	Hazel Township,Hazle Township,Township of Hazle		US	PA	079	33376	0	America/New_York
5193020	City of Hazleton	city-of-hazleton			US	PA	079	33408	25340	America/New_York
5193055	Township of Heath	township-of-heath	Heath Township		US	PA	065	33448	0	America/New_York
5193064	Township of Hebron	township-of-hebron	Hebron Township		US	PA	105	33512	0	America/New_York
5193082	Township of Hector	township-of-hector	Hector Township		US	PA	105	33568	0	America/New_York
5193096	Township of Hegins	township-of-hegins	Hegins Township		US	PA	107	33584	0	America/New_York
5193105	Borough of Heidelberg	borough-of-heidelberg			US	PA	003	33592	1244	America/New_York
5193106	Township of Heidelberg	township-of-heidelberg	Heidelberg Township		US	PA	011	33600	0	America/New_York
5193107	Township of Heidelberg	township-of-heidelberg	Heidelberg Township		US	PA	075	33608	0	America/New_York
5193108	Township of Heidelberg	township-of-heidelberg	Heidelberg Township		US	PA	077	33616	0	America/New_York
5193147	Township of Hellam	township-of-hellam	Hallam Township,Hellam Township,Township of Hellam		US	PA	133	33728	0	America/New_York
5193154	Borough of Hellertown	borough-of-hellertown			US	PA	095	33744	5898	America/New_York
5193202	Township of Hemlock	township-of-hemlock	Hemlock Township		US	PA	037	33760	0	America/New_York
5193210	Township of Hempfield	township-of-hempfield	Hempfield Township		US	PA	085	33784	0	America/New_York
5193211	Township of Hempfield	township-of-hempfield	Hempfield Township		US	PA	129	33792	0	America/New_York
5193233	Township of Henderson	township-of-henderson	Henderson Township		US	PA	065	33816	0	America/New_York
5193240	Township of Henderson	township-of-henderson	Henderson Township		US	PA	061	33808	0	America/New_York
5193283	Township of Hepburn	township-of-hepburn	Hepburn Township		US	PA	081	33944	0	America/New_York
5193297	Township of Hereford	township-of-hereford	Hereford Township		US	PA	011	34016	0	America/New_York
5193313	City of Hermitage	city-of-hermitage	City of Hermitage,Hermitage Township,Township of Hermitage,Township of Hickory		US	PA	085	34064	16220	America/New_York
5193317	Borough of Herndon	borough-of-herndon			US	PA	097	34080	324	America/New_York
5193325	Township of Herrick	township-of-herrick	Herrick Township		US	PA	015	34088	0	America/New_York
5193326	Township of Herrick	township-of-herrick	Herrick Township		US	PA	115	34096	0	America/New_York
5193483	Township of Hickory	township-of-hickory	Hickory Township		US	PA	053	34240	0	America/New_York
5193484	Township of Hickory	township-of-hickory	Hickory Township		US	PA	073	34248	0	America/New_York
5193613	Township of Highland	township-of-highland	Highland Township		US	PA	031	34456	0	America/New_York
5193614	Township of Highland	township-of-highland	Highland Township		US	PA	047	34464	0	America/New_York
5193623	Borough of Highspire	borough-of-highspire			US	PA	043	34664	2399	America/New_York
5193710	Township of Hillsgrove	township-of-hillsgrove	Hills Grove Township,Hillsgrove Township,Township of Hillsgrove		US	PA	113	34840	0	America/New_York
5193750	Township of Hilltown	township-of-hilltown	Hilltown Township		US	PA	017	34952	0	America/New_York
5193928	Borough of Hollidaysburg	borough-of-hollidaysburg			US	PA	013	35224	5791	America/New_York
5193930	Township of Hollenback	township-of-hollenback	Hollenback Township		US	PA	079	35192	0	America/New_York
5194058	Borough of Homer City	borough-of-homer-city			US	PA	063	35408	1707	America/New_York
5194065	Township of Homer	township-of-homer	Homer Township		US	PA	105	35400	0	America/New_York
5194075	Borough of Homestead	borough-of-homestead			US	PA	003	35424	3165	America/New_York
5194087	Borough of Homewood	borough-of-homewood			US	PA	007	35488	109	America/New_York
5194097	Borough of Honesdale	borough-of-honesdale			US	PA	127	35520	4480	America/New_York
5194103	Borough of Honey Brook	borough-of-honey-brook	Borough of Honey Brook,Honey Brook Borough,Honeybrook Borough		US	PA	029	35528	1713	America/New_York
5194104	Township of Honey Brook	township-of-honey-brook	Honey Brook Township		US	PA	029	35536	0	America/New_York
5194135	Borough of Hookstown	borough-of-hookstown			US	PA	007	35576	147	America/New_York
5194161	Borough of Hooversville	borough-of-hooversville			US	PA	111	35608	645	America/New_York
5194206	Borough of Hopewell	borough-of-hopewell			US	PA	009	35648	230	America/New_York
5194207	Township of Hopewell	township-of-hopewell	Hopewell Township		US	PA	007	35640	0	America/New_York
5194208	Township of Hopewell	township-of-hopewell	Hopewell Township		US	PA	009	35656	0	America/New_York
5194209	Township of Hopewell	township-of-hopewell	Hopewell Township		US	PA	041	35672	0	America/New_York
5194210	Township of Hopewell	township-of-hopewell	Hopewell Township		US	PA	061	35688	0	America/New_York
5194211	Township of Hopewell	township-of-hopewell	Hopewell Township		US	PA	125	35696	0	America/New_York
5194216	Borough of Hop Bottom	borough-of-hop-bottom			US	PA	115	35624	337	America/New_York
5194309	Township of Horsham	township-of-horsham	Horsham Township		US	PA	091	35808	0	America/New_York
5194325	Township of Horton	township-of-horton	Horton Township		US	PA	047	35816	0	America/New_York
5194375	Borough of Houston	borough-of-houston			US	PA	125	35896	1296	America/New_York
5194378	Borough of Houtzdale	borough-of-houtzdale			US	PA	033	35928	797	America/New_York
5194379	Township of Hovey	township-of-hovey	Hovey Township		US	PA	005	35936	0	America/New_York
5194395	Borough of Howard	borough-of-howard			US	PA	027	35960	720	America/New_York
5194396	Township of Howard	township-of-howard	Howard Township		US	PA	027	35968	0	America/New_York
5194404	Township of Howe	township-of-howe	Howe Township		US	PA	053	35992	0	America/New_York
5194405	Township of Howe	township-of-howe	Howe Township		US	PA	099	36000	0	America/New_York
5194434	Township of Hubley	township-of-hubley	Hubley Township		US	PA	107	36072	0	America/New_York
5194480	Borough of Hughestown	borough-of-hughestown			US	PA	079	36152	1392	America/New_York
5194482	Borough of Hughesville	borough-of-hughesville			US	PA	081	36160	2128	America/New_York
5194501	Borough of Hulmeville	borough-of-hulmeville			US	PA	017	36192	1003	America/New_York
5194515	Borough of Hummelstown	borough-of-hummelstown			US	PA	043	36232	4538	America/New_York
5194535	Borough of Hunker	borough-of-hunker			US	PA	129	36288	291	America/New_York
5194539	Township of Hunlock	township-of-hunlock	Hunlock Township		US	PA	079	36296	0	America/New_York
5194603	Borough of Huntingdon	borough-of-huntingdon			US	PA	061	36368	7093	America/New_York
5194608	Township of Huntington	township-of-huntington	Huntington Township		US	PA	079	36432	0	America/New_York
5194641	Township of Huston	township-of-huston	Huston Township		US	PA	027	36504	0	America/New_York
5194642	Township of Huston	township-of-huston	Huston Township		US	PA	033	36512	0	America/New_York
5194651	Township of Huston	township-of-huston	Huston Township		US	PA	013	36496	0	America/New_York
5194662	Borough of Hyde Park	borough-of-hyde-park			US	PA	129	36592	500	America/New_York
5194664	Borough of Hydetown	borough-of-hydetown			US	PA	039	36616	526	America/New_York
5194761	Township of Independence	township-of-independence	Independence Township		US	PA	007	36776	0	America/New_York
5194762	Township of Independence	township-of-independence	Independence Township		US	PA	125	36800	0	America/New_York
5194817	Borough of Indian Lake	borough-of-indian-lake			US	PA	111	36888	394	America/New_York
5194878	Borough of Indiana	borough-of-indiana			US	PA	063	36816	13975	America/New_York
5194879	Township of Indiana	township-of-indiana	Indiana Township		US	PA	003	36808	0	America/New_York
5194894	Borough of Industry	borough-of-industry	Borough of Industry,Township of Industry		US	PA	007	36944	1835	America/New_York
5194917	Borough of Ingram	borough-of-ingram			US	PA	003	37000	3330	America/New_York
5195023	Borough of Irvona	borough-of-irvona			US	PA	033	37192	647	America/New_York
5195031	Township of Irwin	township-of-irwin	Irwin Township		US	PA	121	37200	0	America/New_York
5195039	Borough of Irwin	borough-of-irwin			US	PA	129	37208	3973	America/New_York
5195070	Borough of Ivyland	borough-of-ivyland			US	PA	017	37304	1041	America/New_York
5195120	Borough of Jackson Center	borough-of-jackson-center			US	PA	085	37496	224	America/New_York
5195161	Township of Jackson	township-of-jackson	Jackson Township		US	PA	019	37344	0	America/New_York
5195162	Township of Jackson	township-of-jackson	Jackson Township		US	PA	021	37352	0	America/New_York
5195163	Township of Jackson	township-of-jackson	Jackson Township		US	PA	037	37360	0	America/New_York
5195164	Township of Jackson	township-of-jackson	Jackson Township		US	PA	043	37368	0	America/New_York
5195165	Township of Jackson	township-of-jackson	Jackson Township		US	PA	061	37384	0	America/New_York
5195166	Township of Jackson	township-of-jackson	Jackson Township		US	PA	075	37392	0	America/New_York
5195167	Township of Jackson	township-of-jackson	Jackson Township		US	PA	081	37408	0	America/New_York
5195168	Township of Jackson	township-of-jackson	Jackson Township		US	PA	085	37416	0	America/New_York
5195169	Township of Jackson	township-of-jackson	Jackson Township		US	PA	089	37424	0	America/New_York
5195170	Township of Jackson	township-of-jackson	Jackson Township		US	PA	097	37432	0	America/New_York
5195171	Township of Jackson	township-of-jackson	Jackson Township		US	PA	099	37440	0	America/New_York
5195172	Township of Jackson	township-of-jackson	Jackson Township		US	PA	109	37448	0	America/New_York
5195173	Township of Jackson	township-of-jackson	Jackson Township		US	PA	115	37464	0	America/New_York
5195174	Township of Jackson	township-of-jackson	Jackson Township		US	PA	117	37472	0	America/New_York
5195175	Township of Jackson	township-of-jackson	Jackson Township		US	PA	121	37480	0	America/New_York
5195240	Borough of Jamestown	borough-of-jamestown			US	PA	085	37696	617	America/New_York
5195276	Township of Jay	township-of-jay	Jay Township		US	PA	047	37760	0	America/New_York
5195286	City of Jeannette	city-of-jeannette			US	PA	129	37784	9654	America/New_York
5195292	Borough of Jeddo	borough-of-jeddo			US	PA	079	37792	98	America/New_York
5195303	Borough of Jefferson Hills	borough-of-jefferson-hills	Borough of Jefferson Hills,Jefferson,Jefferson Borough		US	PA	003	37955	10619	America/New_York
5195334	Township of Jefferson	township-of-jefferson	Jefferson Township		US	PA	011	37824	0	America/New_York
5195335	Township of Jefferson	township-of-jefferson	Jefferson Township		US	PA	019	37848	0	America/New_York
5195336	Township of Jefferson	township-of-jefferson	Jefferson Township		US	PA	043	37864	0	America/New_York
5195337	Township of Jefferson	township-of-jefferson	Jefferson Township		US	PA	051	37872	0	America/New_York
5195338	Township of Jefferson	township-of-jefferson	Jefferson Township		US	PA	069	37896	0	America/New_York
5195339	Township of Jefferson	township-of-jefferson	Jefferson Township		US	PA	085	37904	0	America/New_York
5195340	Township of Jefferson	township-of-jefferson	Jefferson Township		US	PA	111	37920	0	America/New_York
5195341	Township of Jefferson	township-of-jefferson	Jefferson Township		US	PA	125	37936	0	America/New_York
5195362	Township of Jenkins	township-of-jenkins	Jenkins Township		US	PA	079	37984	0	America/New_York
5195368	Borough of Jenkintown	borough-of-jenkintown			US	PA	091	38000	4422	America/New_York
5195373	Township of Jenks	township-of-jenks	Jenks Township		US	PA	053	38016	0	America/New_York
5195374	Township of Jenner	township-of-jenner	Jenner Township		US	PA	111	38032	0	America/New_York
5195380	Borough of Jennerstown	borough-of-jennerstown	Borough of Jennerstown,Jennerstown Borough,Jennersville Borough		US	PA	111	38048	695	America/New_York
5195404	Borough of Jermyn	borough-of-jermyn			US	PA	069	38096	2169	America/New_York
5195424	Borough of Jersey Shore	borough-of-jersey-shore			US	PA	081	38128	4361	America/New_York
5195440	Borough of Jessup	borough-of-jessup			US	PA	069	38160	4676	America/New_York
5195441	Township of Jessup	township-of-jessup	Jessup Township		US	PA	115	38168	0	America/New_York
5195458	Borough of Jim Thorpe	borough-of-jim-thorpe			US	PA	025	38200	4781	America/New_York
5195553	Borough of Johnsonburg	borough-of-johnsonburg			US	PA	047	38248	2483	America/New_York
5195568	City of Johnstown	city-of-johnstown			US	PA	021	38288	20978	America/New_York
5195603	Township of Jones	township-of-jones	Jones Township		US	PA	047	38368	0	America/New_York
5195610	Borough of Jonestown	borough-of-jonestown			US	PA	075	38400	1905	America/New_York
5195632	Township of Jordan	township-of-jordan	Jordan Township		US	PA	033	38432	0	America/New_York
5195633	Township of Jordan	township-of-jordan	Jordan Township		US	PA	081	38448	0	America/New_York
5195634	Township of Jordan	township-of-jordan	Jordan Township		US	PA	097	38456	0	America/New_York
5195689	Borough of Juniata Terrace	borough-of-juniata-terrace			US	PA	087	38640	542	America/New_York
5195693	Township of Juniata	township-of-juniata	Juniata Township		US	PA	013	38592	0	America/New_York
5195694	Township of Juniata	township-of-juniata	Juniata Township		US	PA	061	38608	0	America/New_York
5195695	Township of Juniata	township-of-juniata	Juniata Township		US	PA	099	38616	0	America/New_York
5195738	Borough of Kane	borough-of-kane			US	PA	083	38688	3730	America/New_York
5195763	Borough of Karns City	borough-of-karns-city			US	PA	019	38768	209	America/New_York
5195768	Township of Karthaus	township-of-karthaus	Karthaus Township		US	PA	033	38784	0	America/New_York
5195821	Township of Keating	township-of-keating	Keating Township		US	PA	083	38912	0	America/New_York
5195822	Township of Keating	township-of-keating	Keating Township		US	PA	105	38920	0	America/New_York
5195940	Township of Kelly	township-of-kelly	Kelly Township		US	PA	119	39136	0	America/New_York
5195979	Borough of Kenhorst	borough-of-kenhorst			US	PA	011	39256	2877	America/New_York
5196001	Township of Kennedy	township-of-kennedy	Kennedy Township		US	PA	003	39312	0	America/New_York
5196135	Township of Kidder	township-of-kidder	Kidder Township		US	PA	025	39608	0	America/New_York
5196147	Township of Kilbuck	township-of-kilbuck	Kilbuck Township		US	PA	003	39624	0	America/New_York
5196174	Township of Kimmel	township-of-kimmel	Kimmel Township		US	PA	009	39658	0	America/New_York
5196205	Township of King	township-of-king	King Township		US	PA	009	39720	0	America/New_York
5196247	Borough of Kingston	borough-of-kingston			US	PA	079	39784	13182	America/New_York
5196248	Township of Kingston	township-of-kingston	Kingston Township		US	PA	079	39792	0	America/New_York
5196261	Township of Kingsley	township-of-kingsley	Kingsley Township		US	PA	053	39760	0	America/New_York
5196332	Township of Kiskiminetas	township-of-kiskiminetas	Kiskiminetas Township,Kiskiminitas Township,Township of Kiskiminetas		US	PA	005	39968	0	America/New_York
5196352	Borough of Kistler	borough-of-kistler			US	PA	087	40016	320	America/New_York
5196367	Borough of Kittanning	borough-of-kittanning			US	PA	005	40040	4044	America/New_York
5196368	Township of Kittanning	township-of-kittanning	Kittanning Township		US	PA	005	40056	0	America/New_York
5196398	Township of Kline	township-of-kline	Klein Township,Kline Township,Township of Kline		US	PA	107	40096	0	America/New_York
5196467	Borough of Knox	borough-of-knox			US	PA	031	40272	1146	America/New_York
5196468	Township of Knox	township-of-knox	Knox Township		US	PA	031	40288	0	America/New_York
5196469	Township of Knox	township-of-knox	Knox Township		US	PA	033	40296	0	America/New_York
5196470	Township of Knox	township-of-knox	Knox Township		US	PA	065	40304	0	America/New_York
5196477	Borough of Knoxville	borough-of-knoxville			US	PA	117	40360	629	America/New_York
5196517	Borough of Koppel	borough-of-koppel			US	PA	007	40400	762	America/New_York
5196602	Borough of Kulpmont	borough-of-kulpmont			US	PA	097	40584	2924	America/New_York
5196628	Borough of Kutztown	borough-of-kutztown			US	PA	011	40656	5012	America/New_York
5196651	Township of La Plume	township-of-la-plume	La Plume Township		US	PA	069	41504	0	America/New_York
5196671	Borough of Laceyville	borough-of-laceyville			US	PA	131	40744	379	America/New_York
5196672	Township of Lack	township-of-lack	Lack Township		US	PA	067	40752	0	America/New_York
5196685	Township of Lackawannock	township-of-lackawannock	Lackawannock Township		US	PA	085	40760	0	America/New_York
5196689	Township of Lackawaxen	township-of-lackawaxen	Lackawaxen Township		US	PA	103	40776	0	America/New_York
5196709	Township of Lafayette	township-of-lafayette	Lafayette Township		US	PA	083	40808	0	America/New_York
5196716	Borough of Laflin	borough-of-laflin			US	PA	079	40848	1487	America/New_York
5196770	Borough of Lake City	borough-of-lake-city			US	PA	049	40960	3031	America/New_York
5196985	Township of Lake	township-of-lake	Lake Township		US	PA	079	40920	0	America/New_York
5196986	Township of Lake	township-of-lake	Lake Township		US	PA	085	40928	0	America/New_York
5196987	Township of Lake	township-of-lake	Lake Township		US	PA	127	40936	0	America/New_York
5197038	Township of Lamar	township-of-lamar	Lamar Township		US	PA	035	41112	0	America/New_York
5197098	City of Lancaster	city-of-lancaster			US	PA	071	41216	59322	America/New_York
5197099	Township of Lancaster	township-of-lancaster	Lancaster Township		US	PA	019	41208	0	America/New_York
5197100	Township of Lancaster	township-of-lancaster	Lancaster Township		US	PA	071	41224	0	America/New_York
5197107	Borough of Landingville	borough-of-landingville			US	PA	107	41264	159	America/New_York
5197118	Borough of Landisburg	borough-of-landisburg			US	PA	099	41272	218	America/New_York
5197129	Borough of Lanesboro	borough-of-lanesboro			US	PA	115	41336	506	America/New_York
5197146	Borough of Langhorne Manor	borough-of-langhorne-manor			US	PA	017	41416	1442	America/New_York
5197151	Borough of Langhorne	borough-of-langhorne			US	PA	017	41392	1622	America/New_York
5197161	Borough of Lansdale	borough-of-lansdale			US	PA	091	41432	16269	America/New_York
5197164	Borough of Lansford	borough-of-lansford			US	PA	025	41464	3941	America/New_York
5197172	Borough of Laporte	borough-of-laporte	Borough of Laporte,La Porte Borough,Laporte Borough		US	PA	113	41512	316	America/New_York
5197173	Township of Laporte	township-of-laporte	La Porte Township,Laporte Township,Township of Laporte		US	PA	113	41520	0	America/New_York
5197192	Borough of Larksville	borough-of-larksville			US	PA	079	41608	4480	America/New_York
5197208	Township of Lathrop	township-of-lathrop	Lathrop Township		US	PA	115	41656	0	America/New_York
5197222	Borough of Latrobe	borough-of-latrobe	Borough of Latrobe,City of Latrobe		US	PA	129	41680	8338	America/New_York
5197301	Borough of Laurel Mountain	borough-of-laurel-mountain			US	PA	129	41834	167	America/New_York
5197381	Borough of Laurel Run	borough-of-laurel-run			US	PA	079	41848	500	America/New_York
5197399	Borough of Laureldale	borough-of-laureldale			US	PA	011	41768	3911	America/New_York
5197414	Township of Lausanne	township-of-lausanne	Lausanne Township		US	PA	025	41888	0	America/New_York
5197448	Township of Lawrence Park	township-of-lawrence-park	Lawrence Park Township		US	PA	049	41984	0	America/New_York
5197452	Township of Lawrence	township-of-lawrence	Lawrence Township		US	PA	033	41952	0	America/New_York
5197453	Township of Lawrence	township-of-lawrence	Lawrence Township		US	PA	117	41960	0	America/New_York
5197459	Borough of Lawrenceville	borough-of-lawrenceville			US	PA	117	42016	581	America/New_York
5197480	Borough of Le Raysville	borough-of-le-raysville			US	PA	015	42824	290	America/New_York
5197483	Township of LeBoeuf	township-of-leboeuf	Le Boeuf Township,LeBoeuf Township,Leboeuf Township,Township of Le Boeuf,Township of LeBoeuf		US	PA	049	42208	0	America/New_York
5197490	Township of Leacock	township-of-leacock	Leacock Township		US	PA	071	42080	0	America/New_York
5197536	City of Lebanon	city-of-lebanon			US	PA	075	42168	25477	America/New_York
5197537	Township of Lebanon	township-of-lebanon	Lebanon Township		US	PA	127	42176	0	America/New_York
5197572	Borough of Leechburg	borough-of-leechburg			US	PA	005	42280	2156	America/New_York
5197591	Borough of Leesport	borough-of-leesport			US	PA	011	42352	1918	America/New_York
5197592	Township of Leet	township-of-leet	Leet Township		US	PA	003	42368	0	America/New_York
5197595	Borough of Leetsdale	borough-of-leetsdale			US	PA	003	42392	1218	America/New_York
5197670	Township of Lehigh	township-of-lehigh	Lehigh Township		US	PA	025	42400	0	America/New_York
5197671	Township of Lehigh	township-of-lehigh	Lehigh Township		US	PA	095	42424	0	America/New_York
5197672	Township of Lehigh	township-of-lehigh	Lehigh Township		US	PA	127	42432	0	America/New_York
5197679	Borough of Lehighton	borough-of-lehighton			US	PA	025	42472	5500	America/New_York
5197691	Township of Lehman	township-of-lehman	Lehman Township		US	PA	103	42512	0	America/New_York
5197695	Township of Lehman	township-of-lehman	Lehman Township		US	PA	079	42504	0	America/New_York
5197701	Township of Leidy	township-of-leidy	Leidy Township		US	PA	035	42544	0	America/New_York
5197722	Township of Lemon	township-of-lemon	Lemon Township		US	PA	131	42616	0	America/New_York
5197727	Borough of Lemoyne	borough-of-lemoyne			US	PA	041	42648	4553	America/New_York
5197741	Borough of Lenhartsville	borough-of-lenhartsville			US	PA	011	42688	165	America/New_York
5197744	Township of Lenox	township-of-lenox	Lenox Township		US	PA	115	42760	0	America/New_York
5197768	Township of Leroy	township-of-leroy	Leroy Township		US	PA	015	42856	0	America/New_York
5197786	Township of Letterkenny	township-of-letterkenny	Letterkenny Township		US	PA	055	42888	0	America/New_York
5197833	Borough of Lewis Run	borough-of-lewis-run			US	PA	083	42984	617	America/New_York
5197837	Township of Lewis	township-of-lewis	Lewis Township		US	PA	081	42944	0	America/New_York
5197838	Township of Lewis	township-of-lewis	Lewis Township		US	PA	097	42952	0	America/New_York
5197839	Township of Lewis	township-of-lewis	Lewis Township		US	PA	119	42960	0	America/New_York
5197841	Borough of Lewisberry	borough-of-lewisberry			US	PA	133	42968	362	America/New_York
5197848	Borough of Lewisburg	borough-of-lewisburg			US	PA	119	42976	5792	America/New_York
5197863	Borough of Lewistown	borough-of-lewistown			US	PA	087	43000	8338	America/New_York
5197894	Borough of Liberty	borough-of-liberty			US	PA	003	43064	2551	America/New_York
5197895	Borough of Liberty	borough-of-liberty			US	PA	117	43128	249	America/New_York
5197896	Township of Liberty	township-of-liberty	Liberty Township		US	PA	009	43072	0	America/New_York
5197897	Township of Liberty	township-of-liberty	Liberty Township		US	PA	027	43080	0	America/New_York
5197898	Township of Liberty	township-of-liberty	Liberty Township		US	PA	083	43096	0	America/New_York
5197899	Township of Liberty	township-of-liberty	Liberty Township		US	PA	085	43104	0	America/New_York
5197900	Township of Liberty	township-of-liberty	Liberty Township		US	PA	093	43112	0	America/New_York
5197901	Township of Liberty	township-of-liberty	Liberty Township		US	PA	115	43120	0	America/New_York
5197902	Township of Liberty	township-of-liberty	Liberty Township		US	PA	117	43136	0	America/New_York
5197973	Township of Licking	township-of-licking	Licking Township		US	PA	031	43192	0	America/New_York
5197995	Borough of Ligonier	borough-of-ligonier			US	PA	129	43232	1573	America/New_York
5197996	Township of Ligonier	township-of-ligonier	Ligonier Township		US	PA	129	43240	0	America/New_York
5198007	Borough of Lilly	borough-of-lilly			US	PA	021	43248	968	America/New_York
5198039	Township of Limerick	township-of-limerick	Limerick Township		US	PA	091	43312	0	America/New_York
5198056	Township of Limestone	township-of-limestone	Limestone Township		US	PA	031	43344	0	America/New_York
5198057	Township of Limestone	township-of-limestone	Limestone Township		US	PA	093	43360	0	America/New_York
5198058	Township of Limestone	township-of-limestone	Limestone Township		US	PA	119	43368	0	America/New_York
5198059	Township of Limestone	township-of-limestone	Limestone Township		US	PA	123	43372	0	America/New_York
5198122	Borough of Lincoln	borough-of-lincoln			US	PA	003	43408	1072	America/New_York
5198123	Township of Lincoln	township-of-lincoln	Lincoln Township		US	PA	009	43416	0	America/New_York
5198124	Township of Lincoln	township-of-lincoln	Lincoln Township		US	PA	061	43424	0	America/New_York
5198125	Township of Lincoln	township-of-lincoln	Lincoln Township		US	PA	111	43440	0	America/New_York
5198155	Township of Limestone	township-of-limestone	Limestone Township		US	PA	081	43352	0	America/New_York
5198171	Borough of Linesville	borough-of-linesville			US	PA	039	43656	1040	America/New_York
5198213	Township of Litchfield	township-of-litchfield	Litchfield Township		US	PA	015	43792	0	America/New_York
5198222	Borough of Lititz	borough-of-lititz			US	PA	071	43816	9369	America/New_York
5198246	Township of Little Beaver	township-of-little-beaver	Little Beaver Township		US	PA	073	43824	0	America/New_York
5198403	Township of Little Mahanoy	township-of-little-mahanoy	Little Mahanoy Township		US	PA	097	43912	0	America/New_York
5198415	Borough of Little Meadows	borough-of-little-meadows			US	PA	115	43928	273	America/New_York
5198597	Borough of Liverpool	borough-of-liverpool			US	PA	099	43968	955	America/New_York
5198598	Township of Liverpool	township-of-liverpool	Liverpool Township		US	PA	099	43976	0	America/New_York
5198640	City of Lock Haven	city-of-lock-haven			US	PA	035	44128	9772	America/New_York
5198720	Township of Locust	township-of-locust	Locust Township		US	PA	037	44208	0	America/New_York
5198770	Township of Logan	township-of-logan	Logan Township		US	PA	013	44328	0	America/New_York
5198771	Township of Logan	township-of-logan	Logan Township		US	PA	035	44336	0	America/New_York
5198772	Township of Logan	township-of-logan	Logan Township		US	PA	061	44344	0	America/New_York
5198778	Borough of Loganton	borough-of-loganton			US	PA	035	44400	468	America/New_York
5198793	Township of Londonderry	township-of-londonderry	Londonderry Township		US	PA	043	44464	0	America/New_York
5198810	Borough of Long Branch	borough-of-long-branch			US	PA	125	44512	447	America/New_York
5198941	Township of Longswamp	township-of-longswamp	Long Swamp Township,Longswamp Township,Township of Longswamp		US	PA	011	44584	0	America/New_York
5198978	Borough of Lorain	borough-of-lorain			US	PA	021	44664	759	America/New_York
5198992	Borough of Loretto	borough-of-loretto			US	PA	021	44704	1302	America/New_York
5199078	Township of Lower Allen	township-of-lower-allen	Lower Allen Township		US	PA	041	44832	0	America/New_York
5199079	Township of Lower Alsace	township-of-lower-alsace	Lower Alsace Township		US	PA	011	44840	0	America/New_York
5199081	Township of Lower Augusta	township-of-lower-augusta	Lower Augusta Township		US	PA	097	44856	0	America/New_York
5199102	Township of Lower Frankford	township-of-lower-frankford	Lower Frankford Township		US	PA	041	44904	0	America/New_York
5199103	Township of Lower Frederick	township-of-lower-frederick	Lower Frederick Township		US	PA	091	44912	0	America/New_York
5199105	Township of Lower Gwynedd	township-of-lower-gwynedd	Lower Gwynedd Township		US	PA	091	44920	0	America/New_York
5199106	Township of Lower Heidelberg	township-of-lower-heidelberg	Lower Heidelberg Township		US	PA	011	44928	0	America/New_York
5199129	Township of Lower Macungie	township-of-lower-macungie	Lower Macungie Township		US	PA	077	44952	0	America/New_York
5199130	Township of Lower Mahanoy	township-of-lower-mahanoy	Lower Mahanoy Township		US	PA	097	44960	0	America/New_York
5199131	Township of Lower Makefield	township-of-lower-makefield	Lower Makefield Township		US	PA	017	44968	0	America/New_York
5199134	Township of Lower Mifflin	township-of-lower-mifflin	Lower Mifflin Township		US	PA	041	44984	0	America/New_York
5199136	Township of Lower Milford	township-of-lower-milford	Lower Milford Township		US	PA	077	44992	0	America/New_York
5199140	Township of Lower Moreland	township-of-lower-moreland	Lower Moreland Township		US	PA	091	45008	0	America/New_York
5199141	Township of Lower Mount Bethel	township-of-lower-mount-bethel	Lower Mount Bethel Township		US	PA	095	45016	0	America/New_York
5199145	Township of Lower Nazareth	township-of-lower-nazareth	Lower Nazareth Township		US	PA	095	45024	0	America/New_York
5199152	Township of Lower Paxton	township-of-lower-paxton	Lower Paxton Township		US	PA	043	45056	0	America/New_York
5199160	Township of Lower Pottsgrove	township-of-lower-pottsgrove	Lower Pottsgrove Township		US	PA	091	45072	0	America/New_York
5199162	Township of Lower Providence	township-of-lower-providence	Lower Providence Township		US	PA	091	45080	0	America/New_York
5199168	Township of Lower Salford	township-of-lower-salford	Lower Salford Township		US	PA	091	45096	0	America/New_York
5199172	Township of Lower Saucon	township-of-lower-saucon	Lower Saucon Township		US	PA	095	45104	0	America/New_York
5199177	Township of Lower Southampton	township-of-lower-southampton	Lower Southampton Township		US	PA	017	45112	0	America/New_York
5199179	Township of Lower Swatara	township-of-lower-swatara	Lower Swatara Township		US	PA	043	45120	0	America/New_York
5199189	Township of Lower Towamensing	township-of-lower-towamensing	Lower Towamensing Township		US	PA	025	45128	0	America/New_York
5199197	Township of Lower Yoder	township-of-lower-yoder	Lower Yoder Township		US	PA	021	45160	0	America/New_York
5199202	Township of Lowhill	township-of-lowhill	Lowhill Township		US	PA	077	45168	0	America/New_York
5199205	Township of Lower Tyrone	township-of-lower-tyrone	Lower Tyrone Township		US	PA	051	45144	0	America/New_York
5199220	Township of Loyalhanna	township-of-loyalhanna	Loyalhanna Township		US	PA	129	45200	0	America/New_York
5199227	Township of Loyalsock	township-of-loyalsock	Loyalsock Township		US	PA	081	45224	0	America/New_York
5199277	Township of Lumber	township-of-lumber	Lumber Township		US	PA	023	45432	0	America/New_York
5199287	Township of Lurgan	township-of-lurgan	Lurgan Township		US	PA	055	45496	0	America/New_York
5199310	Borough of Luzerne	borough-of-luzerne			US	PA	079	45568	2845	America/New_York
5199322	Township of Lycoming	township-of-lycoming	Lycoming Township		US	PA	081	45584	0	America/New_York
5199325	Township of Lykens	township-of-lykens	Lykens Township		US	PA	043	45600	0	America/New_York
5199365	Township of Lynn	township-of-lynn	Lynn Township		US	PA	077	45656	0	America/New_York
5199388	Borough of Lyons	borough-of-lyons			US	PA	011	45752	478	America/New_York
5199437	Borough of Macungie	borough-of-macungie			US	PA	077	46392	3074	America/New_York
5199457	Borough of Madison	borough-of-madison			US	PA	129	46488	397	America/New_York
5199458	Township of Madison	township-of-madison	Madison Township		US	PA	005	46456	0	America/New_York
5199459	Township of Madison	township-of-madison	Madison Township		US	PA	031	46464	0	America/New_York
5199460	Township of Madison	township-of-madison	Madison Township		US	PA	037	46472	0	America/New_York
5199461	Township of Madison	township-of-madison	Madison Township		US	PA	069	46480	0	America/New_York
5199487	Borough of Mahaffey	borough-of-mahaffey			US	PA	033	46568	368	America/New_York
5199495	Borough of Mahanoy City	borough-of-mahanoy-city			US	PA	107	46592	4162	America/New_York
5199508	Township of Mahanoy	township-of-mahanoy	Mahanoy Township		US	PA	107	46584	0	America/New_York
5199541	Township of Mahoning	township-of-mahoning	Mahoning Township		US	PA	025	46640	0	America/New_York
5199542	Township of Mahoning	township-of-mahoning	Mahoning Township		US	PA	073	46648	0	America/New_York
5199543	Township of Mahoning	township-of-mahoning	Mahoning Township		US	PA	093	46656	0	America/New_York
5199546	Township of Mahoning	township-of-mahoning	Mahoning Township		US	PA	005	46632	0	America/New_York
5199552	Township of Maidencreek	township-of-maidencreek	Maiden Creek Township,Maidencreek Township,Township of Maidencreek		US	PA	011	46680	0	America/New_York
5199563	Township of Main	township-of-main	Main Township,Maine Township,Township of Main		US	PA	037	46688	0	America/New_York
5199603	Borough of Malvern	borough-of-malvern			US	PA	029	46792	2998	America/New_York
5199639	Borough of Manchester	borough-of-manchester			US	PA	133	46864	2763	America/New_York
5199640	Township of Manchester	township-of-manchester	Manchester Township		US	PA	127	46856	0	America/New_York
5199641	Township of Manchester	township-of-manchester	Manchester Township		US	PA	133	46872	0	America/New_York
5199656	Borough of Manheim	borough-of-manheim			US	PA	071	46888	4858	America/New_York
5199657	Township of Manheim	township-of-manheim	Manheim Township		US	PA	071	46896	0	America/New_York
5199703	Borough of Manor	borough-of-manor			US	PA	129	47000	3239	America/New_York
5199704	Township of Manor	township-of-manor	Manor Township		US	PA	005	46976	0	America/New_York
5199707	Borough of Manorville	borough-of-manorville			US	PA	005	47064	410	America/New_York
5199714	Borough of Mansfield	borough-of-mansfield			US	PA	117	47080	3625	America/New_York
5199831	Borough of Mapleton	borough-of-mapleton			US	PA	061	47248	441	America/New_York
5199872	Borough of Marianna	borough-of-marianna			US	PA	125	47400	494	America/New_York
5199880	Borough of Marietta	borough-of-marietta			US	PA	071	47424	2588	America/New_York
5199891	Borough of Marion Center	borough-of-marion-center			US	PA	063	47472	451	America/New_York
5199893	Borough of Marion Heights	borough-of-marion-heights			US	PA	097	47480	611	America/New_York
5199896	Township of Marion	township-of-marion	Marion Township		US	PA	007	47432	0	America/New_York
5199897	Township of Marion	township-of-marion	Marion Township		US	PA	011	47440	0	America/New_York
5199898	Township of Marion	township-of-marion	Marion Township		US	PA	019	47448	0	America/New_York
5199899	Township of Marion	township-of-marion	Marion Township		US	PA	027	47456	0	America/New_York
5199920	Borough of Marklesburg	borough-of-marklesburg			US	PA	061	47544	204	America/New_York
5199925	Township of Marlborough	township-of-marlborough	Marlborough Township		US	PA	091	47592	0	America/New_York
5199940	Borough of Mars	borough-of-mars			US	PA	019	47672	1699	America/New_York
5199990	Township of Marshall	township-of-marshall	Marshall Township		US	PA	003	47696	0	America/New_York
5200058	Borough of Martinsburg	borough-of-martinsburg			US	PA	013	47872	1958	America/New_York
5200083	Borough of Marysville	borough-of-marysville			US	PA	099	47968	2534	America/New_York
5200125	Borough of Matamoras	borough-of-matamoras			US	PA	103	48048	2469	America/New_York
5200173	Township of Maxatawny	township-of-maxatawny	Maxatawny Township		US	PA	011	48128	0	America/New_York
5200197	Borough of Mayfield	borough-of-mayfield			US	PA	069	48176	1807	America/New_York
5200203	Township of Mayberry	township-of-mayberry	Mayberry Township		US	PA	093	48152	0	America/New_York
5200222	Borough of McAdoo	borough-of-mcadoo			US	PA	107	45824	2300	America/New_York
5200250	Township of McCalmont	township-of-mccalmont	McCalmont Township		US	PA	065	45888	0	America/New_York
5200255	Township of McCandless	township-of-mccandless	McCandless Township		US	PA	003	45900	0	America/New_York
5200300	Borough of McClure	borough-of-mcclure			US	PA	109	45992	941	America/New_York
5200390	Borough of McDonald	borough-of-mcdonald			US	PA	125	46072	2149	America/New_York
5200411	Borough of McEwensville	borough-of-mcewensville			US	PA	097	46120	279	America/New_York
5200434	Township of McHenry	township-of-mchenry	McHenry Township		US	PA	081	46184	0	America/New_York
5200443	Township of McIntyre	township-of-mcintyre	McIntyre Township		US	PA	081	46208	0	America/New_York
5200457	Borough of McKean	borough-of-mckean			US	PA	049	46216	388	America/New_York
5200458	Township of McKean	township-of-mckean	McKean Township		US	PA	049	46224	0	America/New_York
5200477	Borough of McKees Rocks	borough-of-mckees-rocks			US	PA	003	46264	6104	America/New_York
5200483	City of McKeesport	city-of-mckeesport			US	PA	003	46256	19731	America/New_York
5200560	Township of McNett	township-of-mcnett	McNett Township		US	PA	081	46352	0	America/New_York
5200574	Borough of McVeytown	borough-of-mcveytown			US	PA	087	46400	342	America/New_York
5200596	Township of Mead	township-of-mead	Mead Township		US	PA	123	48272	0	America/New_York
5200652	City of Meadville	city-of-meadville			US	PA	039	48360	13388	America/New_York
5200661	Borough of Mechanicsburg	borough-of-mechanicsburg			US	PA	041	48376	8981	America/New_York
5200674	Borough of Mechanicsville	borough-of-mechanicsville			US	PA	107	48448	457	America/New_York
5200704	Township of Mehoopany	township-of-mehoopany	Mehoopany Township		US	PA	131	48528	0	America/New_York
5200788	Township of Menno	township-of-menno	Menno Township		US	PA	087	48664	0	America/New_York
5200804	Borough of Mercer	borough-of-mercer			US	PA	085	48696	2002	America/New_York
5200805	Township of Mercer	township-of-mercer	Mercer Township		US	PA	019	48688	0	America/New_York
5200855	Township of Meshoppen	township-of-meshoppen	Meshoppen Township		US	PA	131	48864	0	America/New_York
5200858	Borough of Meshoppen	borough-of-meshoppen			US	PA	131	48856	563	America/New_York
5200978	Township of Middle Paxton	township-of-middle-paxton	Middle Paxton Township		US	PA	043	49040	0	America/New_York
5201000	Township of Middle Smithfield	township-of-middle-smithfield	Middle Smithfield Township		US	PA	089	49080	0	America/New_York
5201007	Borough of Middleburg	borough-of-middleburg			US	PA	109	48960	1309	America/New_York
5201010	Township of Middlebury	township-of-middlebury	Middlebury Township		US	PA	117	48968	0	America/New_York
5201011	Township of Middlecreek	township-of-middlecreek	Middle Creek Township,Middlecreek Township,Township of Middlecreek		US	PA	109	49016	0	America/New_York
5201012	Township of Middlecreek	township-of-middlecreek	Middle Creek Township,Middlecreek Township,Township of Middlecreek		US	PA	111	49024	0	America/New_York
5201014	Borough of Middleport	borough-of-middleport			US	PA	107	49048	405	America/New_York
5201021	Township of Middlesex	township-of-middlesex	Middlesex Township		US	PA	019	49056	0	America/New_York
5201022	Township of Middlesex	township-of-middlesex	Middlesex Township		US	PA	041	49072	0	America/New_York
5201042	Borough of Middletown	borough-of-middletown			US	PA	043	49128	8901	America/New_York
5201043	Township of Middletown	township-of-middletown	Middletown Township		US	PA	017	49120	0	America/New_York
5201044	Township of Middletown	township-of-middletown	Middletown Township		US	PA	115	49152	0	America/New_York
5201049	Borough of Midland	borough-of-midland			US	PA	007	49184	2635	America/New_York
5201059	Township of Middle Taylor	township-of-middle-taylor	Middle Taylor Township		US	PA	021	49104	0	America/New_York
5201064	Borough of Midway	borough-of-midway			US	PA	125	49240	913	America/New_York
5201076	Borough of Mifflin	borough-of-mifflin			US	PA	067	49272	642	America/New_York
5201077	Township of Mifflin	township-of-mifflin	Mifflin Township		US	PA	037	49256	0	America/New_York
5201078	Township of Mifflin	township-of-mifflin	Mifflin Township		US	PA	043	49264	0	America/New_York
5201079	Township of Mifflin	township-of-mifflin	Mifflin Township		US	PA	081	49280	0	America/New_York
5201084	Borough of Mifflinburg	borough-of-mifflinburg			US	PA	119	49288	3540	America/New_York
5201087	Borough of Mifflintown	borough-of-mifflintown			US	PA	067	49304	936	America/New_York
5201116	Borough of Milesburg	borough-of-milesburg			US	PA	027	49368	1123	America/New_York
5201127	Borough of Milford	borough-of-milford			US	PA	103	49400	1021	America/New_York
5201128	Township of Milford	township-of-milford	Milford Township		US	PA	017	49384	0	America/New_York
5201129	Township of Milford	township-of-milford	Milford Township		US	PA	067	49392	0	America/New_York
5201130	Township of Milford	township-of-milford	Milford Township		US	PA	103	49408	0	America/New_York
5201131	Township of Milford	township-of-milford	Milford Township		US	PA	111	49416	0	America/New_York
5201134	Township of Miles	township-of-miles	Miles Township		US	PA	027	49360	0	America/New_York
5201223	Borough of Mill Creek	borough-of-mill-creek			US	PA	061	49552	328	America/New_York
5201224	Township of Mill Creek	township-of-mill-creek	Mill Creek Township		US	PA	081	49568	0	America/New_York
5201225	Township of Mill Creek	township-of-mill-creek	Mill Creek Township		US	PA	085	49576	0	America/New_York
5201246	Borough of Mill Hall	borough-of-mill-hall			US	PA	035	49760	1613	America/New_York
5201292	Borough of Mill Village	borough-of-mill-village			US	PA	049	49936	412	America/New_York
5201313	Township of Millcreek	township-of-millcreek	Milcreek Township,Mill Creek Township,Millcreek Township,Township of Millcreek		US	PA	031	49536	0	America/New_York
5201314	Township of Millcreek	township-of-millcreek	Millcreek Township		US	PA	049	49548	0	America/New_York
5201315	Township of Millcreek	township-of-millcreek	Milcreek Township,Mill Creek Township,Millcreek Township,Township of Millcreek		US	PA	075	49560	0	America/New_York
5201381	Township of Miller	township-of-miller	Miller Township		US	PA	061	49624	0	America/New_York
5201382	Township of Miller	township-of-miller	Miller Township		US	PA	099	49632	0	America/New_York
5201406	Borough of Millersburg	borough-of-millersburg			US	PA	043	49680	2557	America/New_York
5201413	Borough of Millerstown	borough-of-millerstown			US	PA	099	49720	673	America/New_York
5201415	Borough of Millersville	borough-of-millersville			US	PA	071	49728	8168	America/New_York
5201422	Borough of Millheim	borough-of-millheim	Borough of Millheim,Milheim Borough,Millheim Borough		US	PA	027	49768	904	America/New_York
5201454	Borough of Millvale	borough-of-millvale			US	PA	003	49920	3744	America/New_York
5201459	Borough of Millville	borough-of-millville			US	PA	037	49944	948	America/New_York
5201479	Borough of Milton	borough-of-milton			US	PA	097	50016	7042	America/New_York
5201488	Township of Millstone	township-of-millstone	Millstone Township		US	PA	047	49888	0	America/New_York
5201511	Township of Mineral	township-of-mineral	Mineral Township		US	PA	121	50048	0	America/New_York
5201521	Borough of Minersville	borough-of-minersville			US	PA	107	50088	4397	America/New_York
5201643	Borough of Mohnton	borough-of-mohnton			US	PA	011	50272	3043	America/New_York
5201660	Borough of Monaca	borough-of-monaca			US	PA	007	50320	5737	America/New_York
5201662	Township of Monaghan	township-of-monaghan	Monaghan Township		US	PA	133	50328	0	America/New_York
5201667	City of Monessen	city-of-monessen			US	PA	129	50344	7720	America/New_York
5201701	City of Monongahela	city-of-monongahela			US	PA	125	50408	4300	America/New_York
5201726	Borough of Monroe	borough-of-monroe	Borough of Monroe,Monroe Borough,Monroeton,Monroeton Borough		US	PA	015	50432	554	America/New_York
5201727	Township of Monroe	township-of-monroe	Monroe Township		US	PA	015	50440	0	America/New_York
5201728	Township of Monroe	township-of-monroe	Monroe Township		US	PA	031	50464	0	America/New_York
5201729	Township of Monroe	township-of-monroe	Monroe Township		US	PA	041	50472	0	America/New_York
5201730	Township of Monroe	township-of-monroe	Monroe Township		US	PA	067	50480	0	America/New_York
5201731	Township of Monroe	township-of-monroe	Monroe Township		US	PA	109	50488	0	America/New_York
5201732	Township of Monroe	township-of-monroe	Monroe Township		US	PA	131	50496	0	America/New_York
5201773	Borough of Montgomery	borough-of-montgomery			US	PA	081	50632	1579	America/New_York
5201774	Township of Montgomery	township-of-montgomery	Montgomery Township		US	PA	063	50624	0	America/New_York
5201775	Township of Montgomery	township-of-montgomery	Montgomery Township		US	PA	091	50640	0	America/New_York
5201803	Borough of Montoursville	borough-of-montoursville			US	PA	081	50720	4615	America/New_York
5201811	Borough of Montrose	borough-of-montrose			US	PA	115	50736	1617	America/New_York
5201815	Township of Montour	township-of-montour	Montour Township		US	PA	037	50704	0	America/New_York
5201831	Township of Moon	township-of-moon	Moon Township		US	PA	003	50784	0	America/New_York
5201857	Township of Moore	township-of-moore	Moore Township		US	PA	095	50824	0	America/New_York
5201890	Borough of Moosic	borough-of-moosic			US	PA	069	50880	5719	America/New_York
5201915	Township of Moreland	township-of-moreland	Moreland Township		US	PA	081	50936	0	America/New_York
5201958	Township of Morgan	township-of-morgan	Morgan Township		US	PA	059	50992	0	America/New_York
5201974	Township of Morris	township-of-morris	Morris Township		US	PA	033	51056	0	America/New_York
5201975	Township of Morris	township-of-morris	Morris Township		US	PA	061	51080	0	America/New_York
5201976	Township of Morris	township-of-morris	Morris Township		US	PA	117	51096	0	America/New_York
5201977	Township of Morris	township-of-morris	Morris Township		US	PA	125	51104	0	America/New_York
5201999	Borough of Morrisville	borough-of-morrisville			US	PA	017	51144	8728	America/New_York
5202011	Borough of Moscow	borough-of-moscow			US	PA	069	51208	2026	America/New_York
5202113	Borough of Mount Carbon	borough-of-mount-carbon			US	PA	107	51488	91	America/New_York
5202136	Borough of Mount Carmel	borough-of-mount-carmel			US	PA	097	51496	5893	America/New_York
5202137	Township of Mount Carmel	township-of-mount-carmel	Mount Carmel Township		US	PA	097	51504	0	America/New_York
5202156	Borough of Mount Gretna	borough-of-mount-gretna			US	PA	075	51568	196	America/New_York
5202168	Borough of Mount Holly Springs	borough-of-mount-holly-springs	Borough of Mount Holly Springs,Mount Holly Spring Borough,Mount Holly Springs Borough		US	PA	041	51592	2030	America/New_York
5202200	Borough of Mount Jewett	borough-of-mount-jewett			US	PA	083	51632	919	America/New_York
5202209	Borough of Mount Joy	borough-of-mount-joy			US	PA	071	51656	7410	America/New_York
5202210	Township of Mount Joy	township-of-mount-joy	Mount Joy Township		US	PA	071	51664	0	America/New_York
5202225	Township of Mount Lebanon	township-of-mount-lebanon	Mount Lebanon Township		US	PA	003	51696	0	America/New_York
5202255	Borough of Mount Oliver	borough-of-mount-oliver			US	PA	003	51744	3403	America/New_York
5202268	Borough of Mount Penn	borough-of-mount-penn			US	PA	011	51760	3106	America/New_York
5202334	Borough of Mount Pleasant	borough-of-mount-pleasant			US	PA	129	51880	4454	America/New_York
5202335	Township of Mount Pleasant	township-of-mount-pleasant	Mount Pleasant Township		US	PA	037	51792	0	America/New_York
5202336	Township of Mount Pleasant	township-of-mount-pleasant	Mount Pleasant Township		US	PA	125	51864	0	America/New_York
5202337	Township of Mount Pleasant	township-of-mount-pleasant	Mount Pleasant Township		US	PA	127	51872	0	America/New_York
5202338	Township of Mount Pleasant	township-of-mount-pleasant	Mount Pleasant Township		US	PA	129	51888	0	America/New_York
5202343	Borough of Mount Pocono	borough-of-mount-pocono			US	PA	089	51912	3170	America/New_York
5202394	Borough of Mount Union	borough-of-mount-union			US	PA	061	51984	2447	America/New_York
5202422	Borough of Mount Wolf	borough-of-mount-wolf			US	PA	133	52056	1393	America/New_York
5202562	Borough of Mountville	borough-of-mountville			US	PA	071	52016	2802	America/New_York
5202661	Township of Muddy Creek	township-of-muddy-creek	Muddy Creek Township,Muddycreek Township,Township of Muddy Creek		US	PA	019	52176	0	America/New_York
5202693	Township of Muhlenberg	township-of-muhlenberg	Muhlenberg Township		US	PA	011	52200	0	America/New_York
5202726	Borough of Muncy	borough-of-muncy			US	PA	081	52264	2477	America/New_York
5202732	Township of Muncy Creek	township-of-muncy-creek	Muncy Creek Township		US	PA	081	52288	0	America/New_York
5202736	Borough of Munhall	borough-of-munhall			US	PA	003	52320	11406	America/New_York
5202744	Township of Munster	township-of-munster	Munster Township		US	PA	021	52360	0	America/New_York
5202824	Borough of Myerstown	borough-of-myerstown			US	PA	075	52488	3062	America/New_York
5202861	Borough of Nanty-Glo	borough-of-nanty-glo			US	PA	021	52616	2734	America/New_York
5202865	Township of Napier	township-of-napier	Napier Township		US	PA	009	52648	0	America/New_York
5202870	Borough of Narberth	borough-of-narberth	Borough of Narberth,Narberth		US	PA	091	52664	4282	America/New_York
5202874	City of Nanticoke	city-of-nanticoke			US	PA	079	52584	10465	America/New_York
5202928	Borough of Nazareth	borough-of-nazareth			US	PA	095	52808	5746	America/New_York
5203016	Township of Nelson	township-of-nelson	Nelson Township		US	PA	117	52960	0	America/New_York
5203034	Borough of Nescopeck	borough-of-nescopeck			US	PA	079	52984	1583	America/New_York
5203035	Township of Nescopeck	township-of-nescopeck	Nescopeck Township		US	PA	079	52992	0	America/New_York
5203069	Township of Neshannock	township-of-neshannock	Neshannock Township		US	PA	073	53064	0	America/New_York
5203076	Borough of Nesquehoning	borough-of-nesquehoning			US	PA	025	53088	3349	America/New_York
5203088	Township of Neville	township-of-neville	Neville Township		US	PA	003	53136	0	America/New_York
5203093	Borough of New Albany	borough-of-new-albany			US	PA	015	53152	356	America/New_York
5203096	Borough of New Alexandria	borough-of-new-alexandria			US	PA	129	53160	560	America/New_York
5203100	Borough of New Beaver	borough-of-new-beaver			US	PA	073	53184	1502	America/New_York
5203104	Borough of New Berlin	borough-of-new-berlin			US	PA	119	53200	873	America/New_York
5203110	Borough of New Bethlehem	borough-of-new-bethlehem			US	PA	031	53248	989	America/New_York
5203117	Borough of New Brighton	borough-of-new-brighton			US	PA	007	53288	6025	America/New_York
5203119	Borough of New Britain	borough-of-new-britain			US	PA	017	53296	3152	America/New_York
5203120	Township of New Britain	township-of-new-britain	New Britain Township		US	PA	017	53304	0	America/New_York
5203123	Borough of New Buffalo	borough-of-new-buffalo			US	PA	099	53320	129	America/New_York
5203136	City of New Castle	city-of-new-castle			US	PA	073	53368	23273	America/New_York
5203137	Township of New Castle	township-of-new-castle	New Castle Township,Newcastle Township,Township of New Castle		US	PA	107	53376	0	America/New_York
5203146	Borough of New Columbus	borough-of-new-columbus			US	PA	079	53448	227	America/New_York
5203150	Borough of New Cumberland	borough-of-new-cumberland			US	PA	041	53464	7277	America/New_York
5203157	Borough of New Eagle	borough-of-new-eagle			US	PA	125	53496	2184	America/New_York
5203170	Borough of New Florence	borough-of-new-florence			US	PA	129	53544	689	America/New_York
5203175	Borough of New Galilee	borough-of-new-galilee			US	PA	007	53592	379	America/New_York
5203185	Township of New Hanover	township-of-new-hanover	New Hanover Township		US	PA	091	53664	0	America/New_York
5203195	Borough of New Holland	borough-of-new-holland			US	PA	071	53696	5378	America/New_York
5203204	Borough of New Hope	borough-of-new-hope			US	PA	017	53712	2528	America/New_York
5203213	City of New Kensington	city-of-new-kensington			US	PA	129	53736	13116	America/New_York
5203224	Borough of New Lebanon	borough-of-new-lebanon			US	PA	085	53768	188	America/New_York
5203234	Borough of New Milford	borough-of-new-milford			US	PA	115	53880	868	America/New_York
5203235	Township of New Milford	township-of-new-milford	New Milford Township		US	PA	115	53888	0	America/New_York
5203240	Borough of New Morgan	borough-of-new-morgan	Borough of New Morgan,New Morgan		US	PA	011	53916	71	America/New_York
5203245	Borough of New Paris	borough-of-new-paris			US	PA	009	53928	186	America/New_York
5203247	Borough of New Philadelphia	borough-of-new-philadelphia			US	PA	107	53944	1085	America/New_York
5203251	Borough of New Ringgold	borough-of-new-ringgold			US	PA	107	54016	276	America/New_York
5203257	Township of New Sewickley	township-of-new-sewickley	New Sewickley Township		US	PA	007	54072	0	America/New_York
5203265	Borough of New Stanton	borough-of-new-stanton			US	PA	129	54104	2173	America/New_York
5203272	Township of New Vernon	township-of-new-vernon	New Vernon Township		US	PA	085	54304	0	America/New_York
5203276	Borough of New Washington	borough-of-new-washington			US	PA	033	54344	59	America/New_York
5203278	Borough of New Wilmington	borough-of-new-wilmington			US	PA	073	54352	2466	America/New_York
5203281	Township of Newberry	township-of-newberry	Newberry Township		US	PA	133	53224	0	America/New_York
5203294	Borough of Newburg	borough-of-newburg			US	PA	041	53344	336	America/New_York
5203296	Borough of Newburg	borough-of-newburg			US	PA	033	53336	92	America/New_York
5203299	Borough of Newell	borough-of-newell			US	PA	051	53504	541	America/New_York
5203325	Borough of Newport	borough-of-newport			US	PA	099	53968	1574	America/New_York
5203326	Township of Newport	township-of-newport	Newport Township		US	PA	079	53960	0	America/New_York
5203332	Borough of Newry	borough-of-newry			US	PA	013	54024	270	America/New_York
5203339	Borough of Newton Hamilton	borough-of-newton-hamilton			US	PA	087	54160	205	America/New_York
5203350	Township of Newton	township-of-newton	Newton Township		US	PA	069	54136	0	America/New_York
5203374	Borough of Newtown	borough-of-newtown			US	PA	017	54184	2248	America/New_York
5203375	Township of Newtown	township-of-newtown	Newtown Township		US	PA	017	54192	0	America/New_York
5203381	Borough of Newville	borough-of-newville			US	PA	041	54320	1326	America/New_York
5203408	Township of Nicholson	township-of-nicholson	Nicholson Township		US	PA	131	54408	0	America/New_York
5203410	Borough of Nicholson	borough-of-nicholson			US	PA	131	54400	767	America/New_York
5203444	Township of Nippenose	township-of-nippenose	Nippenose Township		US	PA	081	54504	0	America/New_York
5203480	Township of Nockamixon	township-of-nockamixon	Nockamixon Township		US	PA	017	54576	0	America/New_York
5203509	Borough of Norristown	borough-of-norristown			US	PA	091	54656	34324	America/New_York
5203514	Township of North Abington	township-of-north-abington	North Abington Township		US	PA	069	54680	0	America/New_York
5203518	Township of North Annville	township-of-north-annville	North Annville Township		US	PA	075	54720	0	America/New_York
5203521	Borough of North Apollo	borough-of-north-apollo			US	PA	005	54728	1297	America/New_York
5203528	Township of North Beaver	township-of-north-beaver	North Beaver Township		US	PA	073	54768	0	America/New_York
5203530	Borough of North Belle Vernon	borough-of-north-belle-vernon			US	PA	129	54776	1971	America/New_York
5203534	Township of North Bethlehem	township-of-north-bethlehem	North Bethlehem Township		US	PA	125	54800	0	America/New_York
5203538	Borough of North Braddock	borough-of-north-braddock			US	PA	003	54816	4857	America/New_York
5203595	Township of North Branch	township-of-north-branch	North Branch Township		US	PA	131	54824	0	America/New_York
5203599	Township of North Buffalo	township-of-north-buffalo	North Buffalo Township		US	PA	005	54856	0	America/New_York
5203604	Borough of North Catasauqua	borough-of-north-catasauqua			US	PA	095	54872	2849	America/New_York
5203608	Township of North Centre	township-of-north-centre	North Centre Township		US	PA	037	54880	0	America/New_York
5203610	Borough of North Charleroi	borough-of-north-charleroi			US	PA	125	54888	1313	America/New_York
5203615	Township of North Cornwall	township-of-north-cornwall	North Cornwall Township		US	PA	075	54928	0	America/New_York
5203619	Township of North Coventry	township-of-north-coventry	North Coventry Township		US	PA	029	54936	0	America/New_York
5203629	Borough of North East	borough-of-north-east	Borough of North East,North East Borough,North-East Borough,Northeast Borough		US	PA	049	54952	4294	America/New_York
5203630	Township of North East	township-of-north-east	North East Township		US	PA	049	54960	0	America/New_York
5203636	Township of North Fayette	township-of-north-fayette	North Fayette Township		US	PA	003	55016	0	America/New_York
5203673	Township of North Franklin	township-of-north-franklin	North Franklin Township		US	PA	125	55040	0	America/New_York
5203681	Township of North Heidelberg	township-of-north-heidelberg	North Heidelberg Township		US	PA	011	55088	0	America/New_York
5205752	Borough of Petersburg	borough-of-petersburg			US	PA	061	59616	480	America/New_York
5203693	Township of North Huntingdon	township-of-north-huntingdon	North Huntingdon Township		US	PA	129	55128	0	America/New_York
5203695	Borough of North Irwin	borough-of-north-irwin			US	PA	129	55136	846	America/New_York
5203702	Township of North Lebanon	township-of-north-lebanon	North Lebanon Township		US	PA	075	55160	0	America/New_York
5203706	Township of North Londonderry	township-of-north-londonderry	North Londonderry Township		US	PA	075	55176	0	America/New_York
5203710	Township of North Manheim	township-of-north-manheim	North Manheim Township		US	PA	107	55192	0	America/New_York
5203714	Township of North Middleton	township-of-north-middleton	North Middleton Township		US	PA	041	55216	0	America/New_York
5203719	Township of North Newton	township-of-north-newton	North Newton Township		US	PA	041	55248	0	America/New_York
5203736	Township of North Mahoning	township-of-north-mahoning	North Mahoning Township		US	PA	063	55184	0	America/New_York
5203756	Township of North Sewickley	township-of-north-sewickley	North Sewickley Township		US	PA	007	55400	0	America/New_York
5203759	Township of North Shenango	township-of-north-shenango	North Shenango Township		US	PA	039	55408	0	America/New_York
5203771	Township of North Strabane	township-of-north-strabane	North Strabane Township		US	PA	125	55432	0	America/New_York
5203776	Township of North Towanda	township-of-north-towanda	North Towanda Township		US	PA	015	55448	0	America/New_York
5203781	Township of North Union	township-of-north-union	North Union Township		US	PA	107	55472	0	America/New_York
5203786	Township of North Versailles	township-of-north-versailles	North Versailles Township		US	PA	003	55488	0	America/New_York
5203790	Borough of North Wales	borough-of-north-wales			US	PA	091	55512	3229	America/New_York
5203799	Township of North Whitehall	township-of-north-whitehall	North Whitehall Township		US	PA	077	55576	0	America/New_York
5203817	Borough of Northampton	borough-of-northampton			US	PA	095	54696	9926	America/New_York
5203818	Township of Northampton	township-of-northampton	Northampton Township		US	PA	017	54688	0	America/New_York
5203820	Township of North Woodbury	township-of-north-woodbury	North Woodbury Township		US	PA	013	55592	0	America/New_York
5203829	Township of Northeast Madison	township-of-northeast-madison	Northeast Madison Township		US	PA	099	54968	0	America/New_York
5203853	Township of Northmoreland	township-of-northmoreland	North Moreland Township,Northmoreland Township,Township of Northmoreland		US	PA	131	55232	0	America/New_York
5203864	Borough of Northumberland	borough-of-northumberland			US	PA	097	55456	3804	America/New_York
5203895	Township of Norwich	township-of-norwich	Norwich Township		US	PA	083	55632	0	America/New_York
5203902	Township of Norwegian	township-of-norwegian	Norwegian Township		US	PA	107	55624	0	America/New_York
5203914	Township of Nottingham	township-of-nottingham	Nottingham Township		US	PA	125	55712	0	America/New_York
5203918	Township of Noxen	township-of-noxen	Noxen Township		US	PA	131	55736	0	America/New_York
5203920	Township of Noyes	township-of-noyes	Noyes Township		US	PA	035	55744	0	America/New_York
5203926	Borough of Nuangola	borough-of-nuangola			US	PA	079	55752	679	America/New_York
5204031	Township of O'Hara	township-of-o-hara	O'Hara Township		US	PA	003	56384	0	America/New_York
5204152	Borough of Oakdale	borough-of-oakdale			US	PA	003	55840	1459	America/New_York
5204192	Borough of Oakland	borough-of-oakland			US	PA	115	56008	616	America/New_York
5204193	Township of Oakland	township-of-oakland	Oakland Township		US	PA	019	55992	0	America/New_York
5204194	Township of Oakland	township-of-oakland	Oakland Township		US	PA	115	56016	0	America/New_York
5204195	Township of Oakland	township-of-oakland	Oakland Township		US	PA	121	56024	0	America/New_York
5204208	Borough of Oakmont	borough-of-oakmont			US	PA	003	56088	6303	America/New_York
5204257	Township of Ogle	township-of-ogle	Ogle Township		US	PA	111	56352	0	America/New_York
5204270	Township of Ohio	township-of-ohio	Ohio Township		US	PA	003	56392	0	America/New_York
5204275	Borough of Ohioville	borough-of-ohioville	Borough of Ohioville,Township of Ohio		US	PA	007	56432	3533	America/New_York
5204279	City of Oil City	city-of-oil-city	City of Oil City,Oil City		US	PA	121	56456	10557	America/New_York
5204287	Township of Oil Creek	township-of-oil-creek	Oil Creek Township		US	PA	039	56464	0	America/New_York
5204293	Township of Oil Creek	township-of-oil-creek	Oilcreek Township,Township of Oil Creek,Township of Oilcreek		US	PA	121	56480	0	America/New_York
5204296	Borough of Oklahoma	borough-of-oklahoma			US	PA	129	56496	809	America/New_York
5204336	Borough of Old Forge	borough-of-old-forge			US	PA	069	56576	8313	America/New_York
5204354	Township of Old Lycoming	township-of-old-lycoming	Old Lycoming Township		US	PA	081	56608	0	America/New_York
5204441	Township of Oley	township-of-oley	Oley Township		US	PA	011	56672	0	America/New_York
5204455	Township of Oliver	township-of-oliver	Oliver Township		US	PA	065	56712	0	America/New_York
5204456	Township of Oliver	township-of-oliver	Oliver Township		US	PA	087	56720	0	America/New_York
5204457	Township of Oliver	township-of-oliver	Oliver Township		US	PA	099	56728	0	America/New_York
5204484	Borough of Olyphant	borough-of-olyphant			US	PA	069	56792	5151	America/New_York
5204496	Township of Oneida	township-of-oneida	Oneida Township		US	PA	061	56808	0	America/New_York
5204512	Township of Ontelaunee	township-of-ontelaunee	Northern Berks Regional Police,Ontelaunee Township		US	PA	011	56856	0	America/New_York
5204538	Township of Orange	township-of-orange	Orange Township		US	PA	037	56896	0	America/New_York
5204541	Borough of Orangeville	borough-of-orangeville			US	PA	037	56912	508	America/New_York
5204544	Borough of Orbisonia	borough-of-orbisonia			US	PA	061	56928	428	America/New_York
5204595	Borough of Orrstown	borough-of-orrstown			US	PA	055	57112	262	America/New_York
5204607	Township of Orwell	township-of-orwell	Orwell Township		US	PA	015	57176	0	America/New_York
5204610	Borough of Orwigsburg	borough-of-orwigsburg			US	PA	107	57184	3099	America/New_York
5204617	Township of Oregon	township-of-oregon	Oregon Township		US	PA	127	57000	0	America/New_York
5261387	Town of Lynn	town-of-lynn			US	WI	019	46625	867	America/Chicago
5204618	Borough of Glen Osborne	borough-of-glen-osborne	Borough of Glen Osborne,Borough of Osborne,Glen Osborne Borough,Glenosborne Borough,Glenosburn Borough,Os-burn Borough,Osborn Borough,Osborne Borough,Osburn Borough		US	PA	003	29732	547	America/New_York
5204624	Borough of Osceola Mills	borough-of-osceola-mills	Borough of Osceola Mills,Osceola Borough,Osceola Mills Borough		US	PA	033	57232	1141	America/New_York
5204626	Township of Osceola	township-of-osceola	Osceola Township		US	PA	117	57224	0	America/New_York
5204642	Borough of Oswayo	borough-of-oswayo			US	PA	105	57280	139	America/New_York
5204643	Township of Oswayo	township-of-oswayo	Oswayo Township		US	PA	105	57288	0	America/New_York
5204661	Township of Otter Creek	township-of-otter-creek	Otter Creek Township		US	PA	085	57304	0	America/New_York
5204674	Township of Otto	township-of-otto	Otto Township		US	PA	083	57312	0	America/New_York
5204726	Township of Overfield	township-of-overfield	Overfield Township		US	PA	131	57408	0	America/New_York
5204737	Township of Overton	township-of-overton	Overton Township		US	PA	015	57448	0	America/New_York
5204864	Township of Packer	township-of-packer	Packer Township		US	PA	025	57504	0	America/New_York
5204905	Borough of Paint	borough-of-paint			US	PA	111	57544	1023	America/New_York
5204906	Township of Paint	township-of-paint	Paint Township		US	PA	111	57552	0	America/New_York
5204908	Township of Paint	township-of-paint	Paint Township		US	PA	031	57536	0	America/New_York
5204955	Township of Palmer	township-of-palmer	Palmer Township		US	PA	095	57672	0	America/New_York
5204961	Borough of Palmerton	borough-of-palmerton			US	PA	025	57696	5414	America/New_York
5204968	Borough of Palmyra	borough-of-palmyra			US	PA	075	57720	7320	America/New_York
5204969	Township of Palmyra	township-of-palmyra	Palmyra Township		US	PA	103	57728	0	America/New_York
5204970	Township of Palmyra	township-of-palmyra	Palmyra Township		US	PA	127	57736	0	America/New_York
5204972	Borough of Palo Alto	borough-of-palo-alto			US	PA	107	57752	1032	America/New_York
5205073	Township of Paradise	township-of-paradise	Paradise Township		US	PA	089	57856	0	America/New_York
5205136	City of Parker	city-of-parker			US	PA	005	57976	840	America/New_York
5205137	Township of Parker	township-of-parker	Parker Township		US	PA	019	57984	0	America/New_York
5205169	Borough of Parryville	borough-of-parryville			US	PA	025	58304	525	America/New_York
5205173	Township of Parks	township-of-parks	Parks Township		US	PA	005	58160	0	America/New_York
5205204	Borough of Patterson Heights	borough-of-patterson-heights			US	PA	007	58384	636	America/New_York
5205212	Township of Patterson	township-of-patterson	Patterson Township		US	PA	007	58375	0	America/New_York
5205224	Township of Patton	township-of-patton	Patton Township		US	PA	027	58440	0	America/New_York
5205228	Borough of Patton	borough-of-patton			US	PA	021	58432	1769	America/New_York
5205239	Township of Paupack	township-of-paupack	Paupack Township		US	PA	127	58480	0	America/New_York
5205253	Borough of Paxtang	borough-of-paxtang			US	PA	043	58504	1561	America/New_York
5205341	Borough of Pen Argyl	borough-of-pen-argyl			US	PA	095	58696	3595	America/New_York
5205345	Borough of Penbrook	borough-of-penbrook			US	PA	043	58712	3008	America/New_York
5205369	Township of Penn Forest	township-of-penn-forest	Penn Forest Township		US	PA	025	58968	0	America/New_York
5205381	Township of Penn Hills	township-of-penn-hills	Penn Hills Township		US	PA	003	59032	0	America/New_York
5205386	Borough of Penn Lake Park	borough-of-penn-lake-park	Borough of Penn Lake Park,Penn Lake Park		US	PA	079	59054	308	America/New_York
5205432	Borough of Penn	borough-of-penn			US	PA	129	58872	475	America/New_York
5205434	Township of Penn	township-of-penn	Penn Township		US	PA	011	58784	0	America/New_York
5205435	Township of Penn	township-of-penn	Penn Township		US	PA	019	58792	0	America/New_York
5205436	Township of Penn	township-of-penn	Penn Township		US	PA	027	58800	0	America/New_York
5205437	Township of Penn	township-of-penn	Penn Township		US	PA	033	58816	0	America/New_York
5205438	Township of Penn	township-of-penn	Penn Township		US	PA	041	58824	0	America/New_York
5205439	Township of Penn	township-of-penn	Penn Township		US	PA	061	58832	0	America/New_York
5205440	Township of Penn	township-of-penn	Penn Township		US	PA	071	58840	0	America/New_York
5205441	Township of Penn	township-of-penn	Penn Township		US	PA	081	58848	0	America/New_York
5205442	Township of Penn	township-of-penn	Penn Township		US	PA	099	58856	0	America/New_York
5205443	Township of Penn	township-of-penn	Penn Township,Penns Township,Township of Penn		US	PA	109	58864	0	America/New_York
5205444	Township of Penn	township-of-penn	Penn Township		US	PA	129	58880	0	America/New_York
5205452	Borough of Penndel	borough-of-penndel			US	PA	017	58936	2328	America/New_York
5205488	Borough of Pennsburg	borough-of-pennsburg			US	PA	091	59120	3843	America/New_York
5205494	Borough of Pennsbury Village	borough-of-pennsbury-village			US	PA	003	59152	661	America/New_York
5205641	Borough of Perkasie	borough-of-perkasie			US	PA	017	59384	8511	America/New_York
5205658	Township of Perkiomen	township-of-perkiomen	Perkiomen Township		US	PA	091	59392	0	America/New_York
5205696	Township of Perry	township-of-perry	Perry Township		US	PA	011	59448	0	America/New_York
5205697	Township of Perry	township-of-perry	Perry Township		US	PA	031	59456	0	America/New_York
5205698	Township of Perry	township-of-perry	Perry Township		US	PA	051	59464	0	America/New_York
5205699	Township of Perry	township-of-perry	Perry Township		US	PA	065	59480	0	America/New_York
5205700	Township of Perry	township-of-perry	Perry Township		US	PA	073	59488	0	America/New_York
5205701	Township of Perry	township-of-perry	Perry Township		US	PA	085	59496	0	America/New_York
5205702	Township of Perry	township-of-perry	Perry Township		US	PA	109	59504	0	America/New_York
5205705	Borough of Perryopolis	borough-of-perryopolis			US	PA	051	59520	1784	America/New_York
5205713	Township of Perry	township-of-perry	Perry Township		US	PA	005	59440	0	America/New_York
5205748	Township of Peters	township-of-peters	Peters Township		US	PA	125	59608	0	America/New_York
5205764	Borough of Petrolia	borough-of-petrolia			US	PA	019	59672	212	America/New_York
5205813	Borough of Philipsburg	borough-of-philipsburg			US	PA	027	60008	2770	America/New_York
5205856	Borough of Phoenixville	borough-of-phoenixville	Borough of Phoenixville,Phenixville Borough,Phoenixville Borough		US	PA	029	60120	16440	America/New_York
5205868	Township of Piatt	township-of-piatt	Piatt Township		US	PA	081	60128	0	America/New_York
5205884	Borough of Picture Rocks	borough-of-picture-rocks			US	PA	081	60136	678	America/New_York
5205937	Township of Pike	township-of-pike	Pike Township		US	PA	011	60176	0	America/New_York
5205938	Township of Pike	township-of-pike	Pike Township		US	PA	015	60184	0	America/New_York
5205939	Township of Pike	township-of-pike	Pike Township		US	PA	033	60192	0	America/New_York
5205940	Township of Pike	township-of-pike	Pike Township		US	PA	105	60200	0	America/New_York
5205966	Borough of Pillow	borough-of-pillow			US	PA	043	60264	298	America/New_York
5206020	Township of Pine Creek	township-of-pine-creek	Pine Creek Township		US	PA	035	60360	0	America/New_York
5206021	Township of Pine Creek	township-of-pine-creek	Pine Creek Township,Pinecreek Township,Township of Pine Creek		US	PA	065	60368	0	America/New_York
5206091	Borough of Pine Grove	borough-of-pine-grove	Borough of Pine Grove,Pine Grove Borough,Pinegrove Borough		US	PA	107	60456	2186	America/New_York
5206092	Township of Pine Grove	township-of-pine-grove	Pine Grove Township,Pinegrove Township,Township of Pine Grove		US	PA	107	60464	0	America/New_York
5206093	Township of Pine Grove	township-of-pine-grove	Pine Grove Township		US	PA	123	60480	0	America/New_York
5206264	Township of Pine	township-of-pine	Pine Township		US	PA	003	60272	0	America/New_York
5206265	Township of Pine	township-of-pine	Pine Township		US	PA	005	60280	0	America/New_York
5206266	Township of Pine	township-of-pine	Pine Township		US	PA	033	60288	0	America/New_York
5206267	Township of Pine	township-of-pine	Pine Township		US	PA	037	60304	0	America/New_York
5206268	Township of Pine	township-of-pine	Pine Township		US	PA	039	60312	0	America/New_York
5206269	Township of Pine	township-of-pine	Pine Township		US	PA	063	60320	0	America/New_York
5206270	Township of Pine	township-of-pine	Pine Township		US	PA	081	60328	0	America/New_York
5206271	Township of Pine	township-of-pine	Pine Township		US	PA	085	60336	0	America/New_York
5206279	Township of Pinegrove	township-of-pinegrove	Pinegrove Township		US	PA	121	60472	0	America/New_York
5206312	Township of Piney	township-of-piney	Piney Township		US	PA	031	60648	0	America/New_York
5206363	Borough of Pitcairn	borough-of-pitcairn			US	PA	003	60712	3294	America/New_York
5206393	City of Pittsburgh	city-of-pittsburgh			US	PA	003	61000	305704	America/New_York
5206396	Township of Pittsfield	township-of-pittsfield	Pittsfield Township		US	PA	123	61040	0	America/New_York
5206401	City of Pittston	city-of-pittston			US	PA	079	61048	7739	America/New_York
5206402	Township of Pittston	township-of-pittston	Pittston Township		US	PA	079	61056	0	America/New_York
5206412	Township of Plain Grove	township-of-plain-grove	Plain Grove Township		US	PA	073	61104	0	America/New_York
5206421	Township of Plainfield	township-of-plainfield	Plainfield Township		US	PA	095	61088	0	America/New_York
5206425	Township of Plains	township-of-plains	Plains Township		US	PA	079	61120	0	America/New_York
5206448	Borough of Platea	borough-of-platea			US	PA	049	61168	430	America/New_York
5206513	Borough of Pleasant Hills	borough-of-pleasant-hills			US	PA	003	61328	8268	America/New_York
5206568	Township of Pleasant Valley	township-of-pleasant-valley	Pleasant Valley Township		US	PA	105	61400	0	America/New_York
5206591	Township of Pleasant	township-of-pleasant	Pleasant Township		US	PA	123	61208	0	America/New_York
5206600	Borough of Pleasantville	borough-of-pleasantville			US	PA	009	61496	198	America/New_York
5206601	Borough of Pleasantville	borough-of-pleasantville			US	PA	121	61512	892	America/New_York
5206631	Township of Plum	township-of-plum	Plum Township		US	PA	121	61552	0	America/New_York
5206634	Township of Plumcreek	township-of-plumcreek	Plumcreek Township		US	PA	005	61576	0	America/New_York
5206638	Borough of Plum	borough-of-plum			US	PA	003	61536	27126	America/New_York
5206646	Township of Plumstead	township-of-plumstead	Plumstead Township		US	PA	017	61616	0	America/New_York
5206653	Borough of Plumville	borough-of-plumville			US	PA	063	61632	307	America/New_York
5206662	Township of Plunketts Creek	township-of-plunketts-creek	Plunketts Creek Township		US	PA	081	61640	0	America/New_York
5206671	Borough of Plymouth	borough-of-plymouth			US	PA	079	61648	5951	America/New_York
5206672	Township of Plymouth	township-of-plymouth	Plymouth Township		US	PA	079	61656	0	America/New_York
5206673	Township of Plymouth	township-of-plymouth	Plymouth Township		US	PA	091	61664	0	America/New_York
5206732	Township of Pocono	township-of-pocono	Pocono Township		US	PA	089	61728	0	America/New_York
5206769	Township of Point	township-of-point	Point Township		US	PA	097	61832	0	America/New_York
5206816	Borough of Polk	borough-of-polk			US	PA	121	61936	816	America/New_York
5206817	Township of Polk	township-of-polk	Polk Township		US	PA	065	61920	0	America/New_York
5206818	Township of Polk	township-of-polk	Polk Township		US	PA	089	61928	0	America/New_York
5206926	Borough of Port Allegany	borough-of-port-allegany			US	PA	083	62088	2157	America/New_York
5206934	Borough of Port Carbon	borough-of-port-carbon			US	PA	107	62128	1889	America/New_York
5206936	Borough of Port Clinton	borough-of-port-clinton			US	PA	107	62136	326	America/New_York
5206945	Borough of Port Matilda	borough-of-port-matilda			US	PA	027	62280	606	America/New_York
5206952	Borough of Port Royal	borough-of-port-royal			US	PA	067	62304	925	America/New_York
5206959	Borough of Port Vue	borough-of-port-vue			US	PA	003	62320	3798	America/New_York
5206964	Borough of Portage	borough-of-portage			US	PA	021	62048	2638	America/New_York
5206965	Township of Portage	township-of-portage	Portage Township		US	PA	021	62056	0	America/New_York
5206966	Township of Portage	township-of-portage	Portage Township		US	PA	023	62064	0	America/New_York
5206967	Township of Portage	township-of-portage	Portage Township		US	PA	105	62072	0	America/New_York
5206983	Township of Porter	township-of-porter	Porter Township		US	PA	035	62152	0	America/New_York
5206984	Township of Porter	township-of-porter	Porter Township		US	PA	061	62160	0	America/New_York
5206985	Township of Porter	township-of-porter	Porter Township		US	PA	065	62176	0	America/New_York
5206986	Township of Porter	township-of-porter	Porter Township		US	PA	081	62184	0	America/New_York
5206987	Township of Porter	township-of-porter	Porter Township		US	PA	103	62192	0	America/New_York
5206988	Township of Porter	township-of-porter	Porter Township		US	PA	107	62200	0	America/New_York
5206996	Township of Porter	township-of-porter	Porter Township		US	PA	031	62144	0	America/New_York
5206998	Borough of Portersville	borough-of-portersville			US	PA	019	62224	235	America/New_York
5207000	Borough of Portland	borough-of-portland			US	PA	095	62264	519	America/New_York
5207054	Township of Potter	township-of-potter	Potter Township		US	PA	007	62352	0	America/New_York
5207055	Township of Potter	township-of-potter	Potter Township		US	PA	027	62360	0	America/New_York
5207079	Borough of Pottstown	borough-of-pottstown			US	PA	091	62416	22377	America/New_York
5207082	City of Pottsville	city-of-pottsville			US	PA	107	62432	14324	America/New_York
5207143	Township of President	township-of-president	President Township		US	PA	121	62544	0	America/New_York
5207165	Township of Preston	township-of-preston	Preston Township		US	PA	127	62600	0	America/New_York
5207177	Township of Price	township-of-price	Price Township		US	PA	089	62632	0	America/New_York
5207203	Borough of Pringle	borough-of-pringle			US	PA	079	62712	979	America/New_York
5207223	Borough of Prompton	borough-of-prompton			US	PA	127	62744	250	America/New_York
5207258	Borough of Prospect	borough-of-prospect			US	PA	019	62752	1169	America/New_York
5207295	Township of Pulaski	township-of-pulaski	Pulaski Township		US	PA	007	62888	0	America/New_York
5207296	Township of Pulaski	township-of-pulaski	Pulaski Township		US	PA	073	62904	0	America/New_York
5207311	Borough of Punxsutawney	borough-of-punxsutawney			US	PA	065	62920	5962	America/New_York
5207329	Township of Putnam	township-of-putnam	Putnam Township		US	PA	117	62960	0	America/New_York
5207347	Township of Pymatuning	township-of-pymatuning	Pymatuning Township		US	PA	085	63008	0	America/New_York
5207389	Borough of Quakertown	borough-of-quakertown			US	PA	017	63048	8979	America/New_York
5207428	Township of Quemahoning	township-of-quemahoning	Quemahoning Township		US	PA	111	63144	0	America/New_York
5207482	Township of Raccoon	township-of-raccoon	Raccoon Township		US	PA	007	63224	0	America/New_York
5207528	Township of Ralpho	township-of-ralpho	Ralpho Township		US	PA	097	63328	0	America/New_York
5207542	Borough of Ramey	borough-of-ramey			US	PA	033	63360	451	America/New_York
5207574	Township of Randolph	township-of-randolph	Randolph Township		US	PA	039	63400	0	America/New_York
5207588	Borough of Rankin	borough-of-rankin			US	PA	003	63408	2122	America/New_York
5207598	Township of Ransom	township-of-ransom	Ransom Township		US	PA	069	63432	0	America/New_York
5207600	Township of Rapho	township-of-rapho	Rapho Township		US	PA	071	63440	0	America/New_York
5207702	Township of Rayburn	township-of-rayburn	Rayburn Township		US	PA	005	63560	0	America/New_York
5207718	Township of Rayne	township-of-rayne	Rayne Township		US	PA	063	63584	0	America/New_York
5207727	Township of Reade	township-of-reade	Reade Township		US	PA	021	63608	0	America/New_York
5207741	City of Reading	city-of-reading			US	PA	011	63624	88082	America/New_York
5207787	Borough of Red Hill	borough-of-red-hill			US	PA	091	63808	2383	America/New_York
5207848	Township of Redbank	township-of-redbank	Red Bank Township,Redbank Township,Township of Redbank		US	PA	005	63712	0	America/New_York
5207849	Township of Redbank	township-of-redbank	Red Bank Township,Redbank Township,Township of Redbank		US	PA	031	63728	0	America/New_York
5207874	Township of Redstone	township-of-redstone	Redstone Township		US	PA	051	63904	0	America/New_York
5207893	Township of Reed	township-of-reed	Reed Township		US	PA	043	63928	0	America/New_York
5207986	Township of Reilly	township-of-reilly	Reilly Township		US	PA	107	64088	0	America/New_York
5208031	Borough of Renovo	borough-of-renovo			US	PA	035	64200	1228	America/New_York
5208048	Township of Reserve	township-of-reserve	Reserve Township		US	PA	003	64240	0	America/New_York
5208116	Borough of Reynoldsville	borough-of-reynoldsville			US	PA	065	64376	2759	America/New_York
5208143	Township of Rice	township-of-rice	Rice Township		US	PA	079	64424	0	America/New_York
5208192	Borough of Richland	borough-of-richland			US	PA	075	64560	1519	America/New_York
5208193	Township of Richland	township-of-richland	Richland Township		US	PA	003	64528	0	America/New_York
5208194	Township of Richland	township-of-richland	Richland Township		US	PA	017	64536	0	America/New_York
5208195	Township of Richland	township-of-richland	Richland Township		US	PA	021	64544	0	America/New_York
5208196	Township of Richland	township-of-richland	Richland Township		US	PA	031	64552	0	America/New_York
5208197	Township of Richland	township-of-richland	Richland Township		US	PA	121	64568	0	America/New_York
5208201	Borough of Richlandtown	borough-of-richlandtown			US	PA	017	64584	1327	America/New_York
5208210	Township of Richmond	township-of-richmond	Richmond Township		US	PA	011	64592	0	America/New_York
5208211	Township of Richmond	township-of-richmond	Richmond Township		US	PA	039	64600	0	America/New_York
5208212	Township of Richmond	township-of-richmond	Richmond Township		US	PA	117	64624	0	America/New_York
5208272	Township of Ridgebury	township-of-ridgebury	Ridgbury Township,Ridgebury Township,Township of Ridgebury		US	PA	015	64696	0	America/New_York
5208294	Borough of Ridgway	borough-of-ridgway			US	PA	047	64784	4078	America/New_York
5208295	Township of Ridgway	township-of-ridgway	Ridgway Township		US	PA	047	64792	0	America/New_York
5208302	Borough of Riegelsville	borough-of-riegelsville			US	PA	017	64856	868	America/New_York
5208362	Borough of Rimersburg	borough-of-rimersburg	Borough of Rimersburg,Reimersburg Borough,Rimersburg Borough		US	PA	031	64904	951	America/New_York
5208370	Township of Ringgold	township-of-ringgold	Ringgold Township		US	PA	065	64960	0	America/New_York
5208392	Borough of Ringtown	borough-of-ringtown			US	PA	107	65000	818	America/New_York
5208476	Borough of Riverside	borough-of-riverside			US	PA	097	65112	1932	America/New_York
5208519	Township of Roaring Brook	township-of-roaring-brook	Roaring Brook Township		US	PA	069	65224	0	America/New_York
5208523	Township of Roaring Creek	township-of-roaring-creek	Roaring Creek Township		US	PA	037	65240	0	America/New_York
5208554	Borough of Roaring Spring	borough-of-roaring-spring			US	PA	013	65256	2585	America/New_York
5208599	Township of Robeson	township-of-robeson	Robeson Township		US	PA	011	65320	0	America/New_York
5208601	Borough of Robesonia	borough-of-robesonia			US	PA	011	65336	2061	America/New_York
5208634	Township of Robinson	township-of-robinson	Robinson Township		US	PA	003	65352	0	America/New_York
5208635	Township of Robinson	township-of-robinson	Robeson Township,Robinson Township,Township of Robinson		US	PA	125	65376	0	America/New_York
5208643	Township of Rochester	township-of-rochester	Rochester Township		US	PA	007	65400	0	America/New_York
5208748	Township of Rockdale	township-of-rockdale	Rockdale Township		US	PA	039	65440	0	America/New_York
5208749	Township of Rockefeller	township-of-rockefeller	Rockefeller Township		US	PA	097	65472	0	America/New_York
5208756	Borough of Rockhill	borough-of-rockhill	Borough of Rockhill,Borough of Rockhill Furnace		US	PA	061	65496	371	America/New_York
5208765	Township of Rockland	township-of-rockland	Rockland Township		US	PA	011	65544	0	America/New_York
5208766	Township of Rockland	township-of-rockland	Rockland Township		US	PA	121	65560	0	America/New_York
5208771	Borough of Rockledge	borough-of-rockledge			US	PA	091	65568	2543	America/New_York
5208926	Borough of Rome	borough-of-rome			US	PA	015	65944	441	America/New_York
5208927	Township of Rome	township-of-rome	Rome Township		US	PA	015	65952	0	America/New_York
5208928	Township of Rome	township-of-rome	Rome Township		US	PA	039	65960	0	America/New_York
5208971	Borough of Roscoe	borough-of-roscoe			US	PA	125	66016	812	America/New_York
5209002	Township of Rose	township-of-rose	Rose Township		US	PA	065	66032	0	America/New_York
5209037	Borough of Roseto	borough-of-roseto			US	PA	095	66168	1567	America/New_York
5209043	Borough of Roseville	borough-of-roseville			US	PA	117	66232	189	America/New_York
5209081	Township of Ross	township-of-ross	Ross Township		US	PA	003	66264	0	America/New_York
5209082	Township of Ross	township-of-ross	Ross Township		US	PA	079	66272	0	America/New_York
5209083	Township of Ross	township-of-ross	Ross Township		US	PA	089	66280	0	America/New_York
5209090	Borough of Rosslyn Farms	borough-of-rosslyn-farms			US	PA	003	66320	427	America/New_York
5209103	Township of Rostraver	township-of-rostraver	Rostraver Township		US	PA	129	66376	0	America/New_York
5209118	Township of Roulette	township-of-roulette	Roulet Township,Roulette Township,Township of Roulette		US	PA	105	66416	0	America/New_York
5209193	Borough of Rouseville	borough-of-rouseville			US	PA	121	66440	523	America/New_York
5209235	Borough of Royalton	borough-of-royalton			US	PA	043	66560	907	America/New_York
5209245	Borough of Royersford	borough-of-royersford	Borough of Royersford,Royer's Ford Borough,Royersford Borough		US	PA	091	66576	4752	America/New_York
5209306	Borough of Rural Valley	borough-of-rural-valley			US	PA	005	66720	876	America/New_York
5209307	Township of Ruscombmanor	township-of-ruscombmanor	Ruscombmanor Township		US	PA	011	66728	0	America/New_York
5209319	Township of Rush	township-of-rush	Rush Township		US	PA	043	66744	0	America/New_York
5209320	Township of Rush	township-of-rush	Rush Township		US	PA	097	66752	0	America/New_York
5209321	Township of Rush	township-of-rush	Rush Township		US	PA	107	66760	0	America/New_York
5209322	Township of Rush	township-of-rush	Rush Township		US	PA	115	66776	0	America/New_York
5209342	Township of Rush	township-of-rush	Rush Township		US	PA	027	66736	0	America/New_York
5209368	Township of Rutland	township-of-rutland	Rutland Township		US	PA	117	66912	0	America/New_York
5209372	Township of Ryan	township-of-ryan	Ryan Township,Ryon Township,Township of Ryan		US	PA	107	66944	0	America/New_York
5209382	Township of Rye	township-of-rye	Rye Township		US	PA	099	66976	0	America/New_York
5209442	Township of Sadsbury	township-of-sadsbury	Sadsbury Township		US	PA	039	67088	0	America/New_York
5209447	Borough of Saegertown	borough-of-saegertown	Borough of Saegertown,Saegerstown Borough,Saegertown Borough		US	PA	039	67120	997	America/New_York
5209633	Township of Saint Clair	township-of-saint-clair	Saint Clair Township,St. Clair Township		US	PA	129	67240	0	America/New_York
5210217	City of Saint Marys	city-of-saint-marys	Borough of Saint Marys,City of Saint Marys		US	PA	047	67344	13070	America/New_York
5210677	Township of Salem	township-of-salem	Salem Township		US	PA	031	67432	0	America/New_York
5210678	Township of Salem	township-of-salem	Salem Township		US	PA	079	67456	0	America/New_York
5210679	Township of Salem	township-of-salem	Salem Township		US	PA	085	67472	0	America/New_York
5210680	Township of Salem	township-of-salem	Salem Township		US	PA	127	67488	0	America/New_York
5210681	Township of Salem	township-of-salem	Salem Township		US	PA	129	67496	0	America/New_York
5210688	Township of Salford	township-of-salford	Salford Township		US	PA	091	67528	0	America/New_York
5210698	Township of Salisbury	township-of-salisbury	Salisbury Township,Salsberg Township,Salsburg Township,Salsbury Township,Township of Salisbury		US	PA	077	67576	0	America/New_York
5210702	Borough of Salladasburg	borough-of-salladasburg			US	PA	081	67616	238	America/New_York
5210725	Borough of Saltillo	borough-of-saltillo			US	PA	061	67632	346	America/New_York
5210730	Township of Saltlick	township-of-saltlick	Saltlick Township		US	PA	051	67640	0	America/New_York
5210733	Borough of Saltsburg	borough-of-saltsburg			US	PA	063	67648	873	America/New_York
5210854	Township of Sandy Creek	township-of-sandy-creek	Sandy Creek Township		US	PA	085	67816	0	America/New_York
5210864	Borough of Sandy Lake	borough-of-sandy-lake			US	PA	085	67848	659	America/New_York
5210865	Township of Sandy Lake	township-of-sandy-lake	Sandy Lake Township		US	PA	085	67856	0	America/New_York
5210901	Township of Sandy	township-of-sandy	Sandy Township		US	PA	033	67792	0	America/New_York
5210903	Township of Sandycreek	township-of-sandycreek	Sandycreek Township		US	PA	121	67824	0	America/New_York
5210909	Borough of Sankertown	borough-of-sankertown			US	PA	021	67920	675	America/New_York
5210971	Township of Saville	township-of-saville	Saville Township		US	PA	099	68032	0	America/New_York
5211022	Borough of Saxonburg	borough-of-saxonburg			US	PA	019	68056	1525	America/New_York
5211027	Borough of Saxton	borough-of-saxton			US	PA	009	68072	736	America/New_York
5211041	Borough of Sayre	borough-of-sayre			US	PA	015	68096	5587	America/New_York
5211050	Borough of Scalp Level	borough-of-scalp-level			US	PA	021	68104	778	America/New_York
5211093	Borough of Schellsburg	borough-of-schellsburg	Borough of Schellsburg,Schellburg Borough,Schellsburg Borough,Shellburg Borough		US	PA	009	68152	338	America/New_York
5211214	Borough of Schuylkill Haven	borough-of-schuylkill-haven			US	PA	107	68312	5437	America/New_York
5211217	Township of Schuylkill	township-of-schuylkill	Schuylkill Township		US	PA	029	68288	0	America/New_York
5211218	Township of Schuylkill	township-of-schuylkill	Schuylkill Township		US	PA	107	68304	0	America/New_York
5211231	Borough of Schwenksville	borough-of-schwenksville			US	PA	091	68328	1385	America/New_York
5211274	Township of Scott	township-of-scott	Scott Township		US	PA	003	68388	0	America/New_York
5211275	Township of Scott	township-of-scott	Scott Township		US	PA	037	68392	0	America/New_York
5211276	Township of Scott	township-of-scott	Scott Township		US	PA	069	68400	0	America/New_York
5211277	Township of Scott	township-of-scott	Scott Township		US	PA	073	68408	0	America/New_York
5211278	Township of Scott	township-of-scott	Scott Township		US	PA	127	68416	0	America/New_York
5211281	Borough of Scottdale	borough-of-scottdale			US	PA	129	68432	4384	America/New_York
5211312	City of Scranton	city-of-scranton			US	PA	069	69000	76089	America/New_York
5211323	Township of Scrubgrass	township-of-scrubgrass	Scrubgrass Township		US	PA	121	69016	0	America/New_York
5211423	Borough of Sellersville	borough-of-sellersville			US	PA	017	69248	4249	America/New_York
5211453	Township of Sergeant	township-of-sergeant	Sargeant Township,Sergeant Township,Township of Sergeant		US	PA	083	69304	0	America/New_York
5211466	Borough of Seven Fields	borough-of-seven-fields	Borough of Seven Fields,Seven Fields		US	PA	019	69309	2887	America/New_York
5211484	Borough of Seven Springs	borough-of-seven-springs			US	PA	111	69336	26	America/New_York
5211505	Borough of Seward	borough-of-seward			US	PA	129	69368	495	America/New_York
5211517	Borough of Sewickley Heights	borough-of-sewickley-heights			US	PA	003	69400	810	America/New_York
5211519	Borough of Sewickley Hills	borough-of-sewickley-hills			US	PA	003	69416	639	America/New_York
5211520	Borough of Sewickley	borough-of-sewickley			US	PA	003	69376	3827	America/New_York
5211521	Township of Sewickley	township-of-sewickley	Sewickley Township		US	PA	129	69392	0	America/New_York
5211535	Borough of Shade Gap	borough-of-shade-gap			US	PA	061	69456	105	America/New_York
5211541	Township of Shade	township-of-shade	Shade Township		US	PA	111	69448	0	America/New_York
5211615	Township of Shaler	township-of-shaler	Shaler Township		US	PA	003	69584	0	America/New_York
5211625	Borough of Shamokin Dam	borough-of-shamokin-dam			US	PA	109	69616	1686	America/New_York
5211634	City of Shamokin	city-of-shamokin			US	PA	097	69600	7374	America/New_York
5211635	Township of Shamokin	township-of-shamokin	Shamokin Township		US	PA	097	69608	0	America/New_York
5211656	Borough of Shanksville	borough-of-shanksville			US	PA	111	69680	237	America/New_York
5211691	City of Sharon	city-of-sharon			US	PA	085	69720	14038	America/New_York
5211692	Township of Sharon	township-of-sharon	Sharon Township		US	PA	105	69736	0	America/New_York
5211711	Borough of Sharpsburg	borough-of-sharpsburg			US	PA	003	69776	3446	America/New_York
5211713	Borough of Sharpsville	borough-of-sharpsville			US	PA	085	69800	4415	America/New_York
5211778	Borough of Sheakleyville	borough-of-sheakleyville			US	PA	085	69936	142	America/New_York
5211810	Township of Sheffield	township-of-sheffield	Sheffield Township		US	PA	123	69992	0	America/New_York
5211841	Borough of Shelocta	borough-of-shelocta			US	PA	063	70040	130	America/New_York
5211853	Borough of Shenandoah	borough-of-shenandoah			US	PA	107	70056	5071	America/New_York
5211862	Township of Shenango	township-of-shenango	Shenango Township		US	PA	073	70080	0	America/New_York
5211863	Township of Shenango	township-of-shenango	Shenango Township		US	PA	085	70096	0	America/New_York
5211933	Township of Sheshequin	township-of-sheshequin	Sheshequin Township		US	PA	015	70208	0	America/New_York
5211942	Borough of Shickshinny	borough-of-shickshinny			US	PA	079	70224	838	America/New_York
5211956	Borough of Shillington	borough-of-shillington			US	PA	011	70248	5273	America/New_York
5211999	Borough of Shinglehouse	borough-of-shinglehouse			US	PA	105	70304	1127	America/New_York
5212017	Township of Shippen	township-of-shippen	Shippen Township		US	PA	023	70336	0	America/New_York
5212018	Township of Shippen	township-of-shippen	Shippen Township		US	PA	117	70344	0	America/New_York
5212025	Borough of Shippensburg	borough-of-shippensburg			US	PA	041	70352	5492	America/New_York
5212026	Township of Shippensburg	township-of-shippensburg	Shippensburg Township		US	PA	041	70360	0	America/New_York
5212029	Borough of Shippenville	borough-of-shippenville	Borough of Shippenville,Shippensville Borough,Shippenville Borough		US	PA	031	70368	480	America/New_York
5212031	Borough of Shippingport	borough-of-shippingport			US	PA	007	70376	214	America/New_York
5212035	Borough of Shiremanstown	borough-of-shiremanstown			US	PA	041	70384	1569	America/New_York
5212057	Borough of Shirleysburg	borough-of-shirleysburg			US	PA	061	70408	150	America/New_York
5212059	Township of Shirley	township-of-shirley	Shirley Township		US	PA	061	70400	0	America/New_York
5212073	Borough of Shoemakersville	borough-of-shoemakersville			US	PA	011	70464	1378	America/New_York
5212086	Township of Shohola	township-of-shohola	Shohola Township		US	PA	103	70496	0	America/New_York
5212149	Township of Shrewsbury	township-of-shrewsbury	Shrewsbury Township		US	PA	113	70560	0	America/New_York
5212154	Township of Shrewsbury	township-of-shrewsbury	Shrewsbury Township		US	PA	081	70552	0	America/New_York
5212269	Township of Silver Lake	township-of-silver-lake	Silver Lake Township		US	PA	115	70776	0	America/New_York
5212283	Township of Silver Spring	township-of-silver-spring	Silver Spring Township		US	PA	041	70792	0	America/New_York
5212289	Borough of Silverdale	borough-of-silverdale			US	PA	017	70744	871	America/New_York
5212347	Borough of Sinking Spring	borough-of-sinking-spring			US	PA	011	70880	4008	America/New_York
5212416	Township of Skippack	township-of-skippack	Skippack Township		US	PA	091	71016	0	America/New_York
5212480	Borough of Slatington	borough-of-slatington			US	PA	077	71144	4232	America/New_York
5212522	Borough of Sligo	borough-of-sligo			US	PA	031	71176	720	America/New_York
5212540	Borough of Slippery Rock	borough-of-slippery-rock	Borough of Slippery Rock,Slippery Rock Borough,Slipperyrock Borough		US	PA	019	71184	3625	America/New_York
5212541	Township of Slippery Rock	township-of-slippery-rock	Slippery Rock Township,Slipperyrock Township,Township of Slippery Rock		US	PA	019	71192	0	America/New_York
5212542	Township of Slippery Rock	township-of-slippery-rock	Slippery Rock Township,Slipperyrock Township,Township of Slippery Rock		US	PA	073	71200	0	America/New_York
5212560	Township of Slocum	township-of-slocum	Slocum Township		US	PA	079	71216	0	America/New_York
5212585	Borough of Smethport	borough-of-smethport			US	PA	083	71248	1655	America/New_York
5212589	Borough of Smicksburg	borough-of-smicksburg			US	PA	063	71256	46	America/New_York
5212657	Township of Smith	township-of-smith	Smith Township		US	PA	125	71288	0	America/New_York
5212663	Township of Smithfield	township-of-smithfield	Smithfield Township		US	PA	015	71312	0	America/New_York
5212664	Township of Smithfield	township-of-smithfield	Smithfield Township		US	PA	061	71328	0	America/New_York
5212665	Township of Smithfield	township-of-smithfield	Smithfield Township		US	PA	089	71344	0	America/New_York
5212681	Borough of Smithton	borough-of-smithton			US	PA	129	71424	399	America/New_York
5212755	Borough of Snow Shoe	borough-of-snow-shoe			US	PA	027	71600	765	America/New_York
5212756	Township of Snow Shoe	township-of-snow-shoe	Snow Shoe Township		US	PA	027	71608	0	America/New_York
5212795	Township of Snyder	township-of-snyder	Snyder Township		US	PA	013	71624	0	America/New_York
5212796	Township of Snyder	township-of-snyder	Snyder Township		US	PA	065	71632	0	America/New_York
5212814	Borough of Snydertown	borough-of-snydertown			US	PA	097	71688	339	America/New_York
5212841	Township of Solebury	township-of-solebury	Solebury Township		US	PA	017	71752	0	America/New_York
5212867	Borough of Somerset	borough-of-somerset			US	PA	111	71776	6277	America/New_York
5212868	Township of Somerset	township-of-somerset	Somerset Township		US	PA	111	71784	0	America/New_York
5212869	Township of Somerset	township-of-somerset	Somerset Township		US	PA	125	71792	0	America/New_York
5212902	Borough of Souderton	borough-of-souderton			US	PA	091	71856	6618	America/New_York
5212906	Township of South Abington	township-of-south-abington	South Abington Township		US	PA	069	71872	0	America/New_York
5212910	Township of South Annville	township-of-south-annville	South Annville Township		US	PA	075	71928	0	America/New_York
5212913	Township of South Beaver	township-of-south-beaver	South Beaver Township		US	PA	007	71952	0	America/New_York
5212915	Township of South Bend	township-of-south-bend	South Bend Township		US	PA	005	71968	0	America/New_York
5212918	Borough of South Bethlehem	borough-of-south-bethlehem			US	PA	005	71976	481	America/New_York
5212974	Township of South Buffalo	township-of-south-buffalo	South Buffalo Township		US	PA	005	72000	0	America/New_York
5212979	Township of South Canaan	township-of-south-canaan	South Canaan Township		US	PA	127	72024	0	America/New_York
5212983	Township of South Centre	township-of-south-centre	South Centre Township		US	PA	037	72040	0	America/New_York
5212984	Township of South Coventry	township-of-south-coventry	South Coventry Township		US	PA	029	72088	0	America/New_York
5212989	Township of South Creek	township-of-south-creek	South Creek Township		US	PA	015	72096	0	America/New_York
5213000	Township of South Fayette	township-of-south-fayette	South Fayette Township		US	PA	003	72160	0	America/New_York
5213021	Borough of South Fork	borough-of-south-fork			US	PA	021	72168	928	America/New_York
5213025	Borough of South Greensburg	borough-of-south-greensburg			US	PA	129	72192	2117	America/New_York
5213028	Township of South Hanover	township-of-south-hanover	South Hanover Township		US	PA	043	72200	0	America/New_York
5213032	Township of South Heidelberg	township-of-south-heidelberg	South Heidelberg Township		US	PA	011	72208	0	America/New_York
5213034	Borough of South Heights	borough-of-south-heights			US	PA	007	72216	475	America/New_York
5213045	Township of South Franklin	township-of-south-franklin	South Franklin Township		US	PA	125	72176	0	America/New_York
5213051	Township of South Lebanon	township-of-south-lebanon	South Lebanon Township		US	PA	075	72288	0	America/New_York
5213052	Township of South Londonderry	township-of-south-londonderry	South Londonderry Township		US	PA	075	72296	0	America/New_York
5213054	Township of South Mahoning	township-of-south-mahoning	South Mahoning Township		US	PA	063	72304	0	America/New_York
5213055	Township of South Manheim	township-of-south-manheim	South Manheim Township		US	PA	107	72312	0	America/New_York
5213056	Township of South Middleton	township-of-south-middleton	South Middleton Township		US	PA	041	72336	0	America/New_York
5213069	Borough of South New Castle	borough-of-south-new-castle			US	PA	073	72376	709	America/New_York
5213070	Township of South Newton	township-of-south-newton	South Newton Township		US	PA	041	72384	0	America/New_York
5213074	Township of South Park	township-of-south-park	South Park Township		US	PA	003	72400	0	America/New_York
5213076	Township of South Huntingdon	township-of-south-huntingdon	South Huntingdon Township		US	PA	129	72256	0	America/New_York
5213087	Township of South Pymatuning	township-of-south-pymatuning	South Pymatuning Township		US	PA	085	72440	0	America/New_York
5213090	Borough of South Renovo	borough-of-south-renovo			US	PA	035	72448	439	America/New_York
5213099	Township of South Shenango	township-of-south-shenango	South Shenango Township		US	PA	039	72472	0	America/New_York
5213112	Township of South Strabane	township-of-south-strabane	South Strabane Township		US	PA	125	72504	0	America/New_York
5213121	Township of South Versailles	township-of-south-versailles	South Versailles Township		US	PA	003	72568	0	America/New_York
5213127	Borough of South Waverly	borough-of-south-waverly			US	PA	015	72592	1027	America/New_York
5213129	Township of South Whitehall	township-of-south-whitehall	South Whitehall Township		US	PA	077	72632	0	America/New_York
5213131	Borough of South Williamsport	borough-of-south-williamsport			US	PA	081	72648	6379	America/New_York
5213135	Township of South Woodbury	township-of-south-woodbury	South Woodbury Township		US	PA	009	72656	0	America/New_York
5213143	Township of Southampton	township-of-southampton	Southampton Township		US	PA	041	71904	0	America/New_York
5213144	Township of Southampton	township-of-southampton	Southampton Township		US	PA	055	71912	0	America/New_York
5213156	Borough of Southmont	borough-of-southmont			US	PA	021	72344	2284	America/New_York
5213168	Borough of Southwest Greensburg	borough-of-southwest-greensburg			US	PA	129	72616	2155	America/New_York
5213170	Township of Southwest Madison	township-of-southwest-madison	Southwest Madison Township		US	PA	099	72624	0	America/New_York
5213171	Township of Southwest	township-of-southwest	South West Township,Southwest Township,Township of Southwest		US	PA	123	72600	0	America/New_York
5213201	Township of Sparta	township-of-sparta	Sparta Township		US	PA	039	72688	0	America/New_York
5213203	Borough of Spartansburg	borough-of-spartansburg			US	PA	039	72704	305	America/New_York
5213223	Borough of Speers	borough-of-speers			US	PA	125	72736	1154	America/New_York
5213314	Township of Spring Brook	township-of-spring-brook	Spring Brook Township		US	PA	069	72896	0	America/New_York
5213318	Borough of Spring City	borough-of-spring-city			US	PA	029	72920	3323	America/New_York
5213339	Township of Spring Creek	township-of-spring-creek	Spring Creek Township		US	PA	047	72928	0	America/New_York
5213340	Township of Spring Creek	township-of-spring-creek	Spring Creek Township		US	PA	123	72952	0	America/New_York
5213436	Township of Spring	township-of-spring	Spring Township		US	PA	011	72824	0	America/New_York
5213437	Township of Spring	township-of-spring	Spring Township		US	PA	027	72832	0	America/New_York
5213438	Township of Spring	township-of-spring	Spring Township		US	PA	039	72840	0	America/New_York
5213439	Township of Spring	township-of-spring	Spring Township		US	PA	099	72848	0	America/New_York
5213440	Township of Spring	township-of-spring	Spring Township		US	PA	109	72856	0	America/New_York
5213445	Borough of Springboro	borough-of-springboro	Borough of Springboro,Spring Borough,Springboro Borough		US	PA	039	72872	477	America/New_York
5213453	Borough of Springdale	borough-of-springdale			US	PA	003	72960	3405	America/New_York
5213454	Township of Springdale	township-of-springdale	Springdale Township		US	PA	003	72968	0	America/New_York
5213458	Township of Springettsbury	township-of-springettsbury	Springettsbury Township		US	PA	133	72992	0	America/New_York
5213475	Township of Springfield	township-of-springfield	Springfield Township		US	PA	015	73008	0	America/New_York
5213476	Township of Springfield	township-of-springfield	Springfield Township		US	PA	017	73016	0	America/New_York
5213477	Township of Springfield	township-of-springfield	Springfield Township		US	PA	049	73048	0	America/New_York
5213478	Township of Springfield	township-of-springfield	Springfield Township		US	PA	051	73064	0	America/New_York
5213479	Township of Springfield	township-of-springfield	Springfield Township		US	PA	061	73072	0	America/New_York
5213480	Township of Springfield	township-of-springfield	Springfield Township		US	PA	085	73080	0	America/New_York
5213481	Township of Springfield	township-of-springfield	Springfield Township		US	PA	091	73088	0	America/New_York
5213505	Township of Springville	township-of-springville	Springville Township		US	PA	115	73440	0	America/New_York
5213531	Township of Spruce Hill	township-of-spruce-hill	Spruce Hill Township		US	PA	067	73504	0	America/New_York
5213533	Township of Spruce Creek	township-of-spruce-creek	Spruce Creek Township		US	PA	061	73488	0	America/New_York
5213635	Township of Standing Stone	township-of-standing-stone	Standing Stone Township		US	PA	015	73632	0	America/New_York
5213676	Borough of Starrucca	borough-of-starrucca	Borough of Starrucca,Starrucca Borough,Starucca Borough		US	PA	127	73784	173	America/New_York
5213684	Borough of State College	borough-of-state-college			US	PA	027	73808	42034	America/New_York
5214044	Borough of Steelton	borough-of-steelton			US	PA	043	73888	5990	America/New_York
5214099	Township of Sterling	township-of-sterling	Sterling Township		US	PA	127	73968	0	America/New_York
5214108	Township of Steuben	township-of-steuben	Steuben Township		US	PA	039	74016	0	America/New_York
5214139	Township of Stevens	township-of-stevens	Stevens Township		US	PA	015	74032	0	America/New_York
5214144	Township of Stewardson	township-of-stewardson	Stewardson Township		US	PA	105	74072	0	America/New_York
5214202	Borough of Stillwater	borough-of-stillwater			US	PA	037	74184	209	America/New_York
5214216	Borough of Stockdale	borough-of-stockdale			US	PA	125	74224	502	America/New_York
5214219	Borough of Stockertown	borough-of-stockertown			US	PA	095	74232	927	America/New_York
5214296	Borough of Stoneboro	borough-of-stoneboro			US	PA	085	74288	1051	America/New_York
5214404	Township of Stonycreek	township-of-stonycreek	Stonycreek Township		US	PA	021	74432	0	America/New_York
5214450	Township of Stowe	township-of-stowe	Stowe Township		US	PA	003	74648	0	America/New_York
5214457	Borough of Stoystown	borough-of-stoystown	Borough of Stoystown,Stoyestown Borough,Stoystown Borough		US	PA	111	74672	355	America/New_York
5214491	Borough of Strattanville	borough-of-strattanville	Borough of Strattanville,Strattanville Borough,Strattonville Borough		US	PA	031	74728	550	America/New_York
5214496	Borough of Strausstown	borough-of-strausstown			US	PA	011	74744	342	America/New_York
5214542	Township of Stroud	township-of-stroud	Stroud Township		US	PA	089	74880	0	America/New_York
5214546	Borough of Stroudsburg	borough-of-stroudsburg			US	PA	089	74888	5567	America/New_York
5214618	Borough of Sugar Grove	borough-of-sugar-grove			US	PA	123	75024	614	America/New_York
5214619	Township of Sugar Grove	township-of-sugar-grove	Sugar Grove Township		US	PA	085	75008	0	America/New_York
5214620	Township of Sugar Grove	township-of-sugar-grove	Sugar Grove Township		US	PA	123	75032	0	America/New_York
5214645	Borough of Sugar Notch	borough-of-sugar-notch			US	PA	079	75072	989	America/New_York
5214697	Borough of Sugarcreek	borough-of-sugarcreek	Borough of Sugarcreek,Sugar Creek Township,Sugarcreek Township,Township of Sugarcreek		US	PA	121	75000	5294	America/New_York
5214698	Township of Sugarcreek	township-of-sugarcreek	Sugar Creek Township,Sugarcreek Township,Township of Sugarcreek		US	PA	005	74992	0	America/New_York
5214708	Township of Sugarloaf	township-of-sugarloaf	Sugar Loaf Township,Sugarloaf Township,Township of Sugarloaf		US	PA	037	75048	0	America/New_York
5214709	Township of Sugarloaf	township-of-sugarloaf	Sugar Loaf Township,Sugarloaf Township,Township of Sugarloaf		US	PA	079	75064	0	America/New_York
5214723	Township of Sullivan	township-of-sullivan	Sullivan Township		US	PA	117	75104	0	America/New_York
5214748	Township of Summerhill	township-of-summerhill	Somerhill Township,Summerhill Township,Township of Summerhill		US	PA	021	75144	0	America/New_York
5214749	Township of Summerhill	township-of-summerhill	Summerhill Township		US	PA	039	75160	0	America/New_York
5214779	Borough of Summit Hill	borough-of-summit-hill			US	PA	025	75248	3034	America/New_York
5214783	Borough of Summerville	borough-of-summerville			US	PA	065	75168	528	America/New_York
5214799	Township of Summit	township-of-summit	Summit Township		US	PA	019	75184	0	America/New_York
5214800	Township of Summit	township-of-summit	Summit Township		US	PA	039	75200	0	America/New_York
5214801	Township of Summit	township-of-summit	Summit Township		US	PA	049	75208	0	America/New_York
5214802	Township of Summit	township-of-summit	Summit Township		US	PA	105	75224	0	America/New_York
5214819	City of Sunbury	city-of-sunbury			US	PA	097	75304	9905	America/New_York
5214916	Borough of Susquehanna Depot	borough-of-susquehanna-depot	Borough of Susquehanna Depot,Susquehanna Borough,Susquehanna Depot Borough		US	PA	115	75568	1643	America/New_York
5214929	Township of Susquehanna	township-of-susquehanna	Susquehanna Township		US	PA	021	75520	0	America/New_York
5214930	Township of Susquehanna	township-of-susquehanna	Susquehanna Township		US	PA	043	75528	0	America/New_York
5214931	Township of Susquehanna	township-of-susquehanna	Susquehanna Township		US	PA	067	75536	0	America/New_York
5214932	Township of Susquehanna	township-of-susquehanna	Susquehanna Township		US	PA	081	75544	0	America/New_York
5214938	Borough of Sutersville	borough-of-sutersville	Borough of Sutersville,Borough of Suterville		US	PA	129	75584	605	America/New_York
5215008	Township of Swatara	township-of-swatara	Swatara Township		US	PA	043	75672	0	America/New_York
5215009	Township of Swatara	township-of-swatara	Swatara Township		US	PA	075	75680	0	America/New_York
5215025	Township of Sweden	township-of-sweden	Sweden Township		US	PA	105	75720	0	America/New_York
5215066	Borough of Swissvale	borough-of-swissvale			US	PA	003	75816	8983	America/New_York
5215077	Borough of Swoyersville	borough-of-swoyersville			US	PA	079	75832	5062	America/New_York
5215089	Borough of Sykesville	borough-of-sykesville			US	PA	065	75888	1157	America/New_York
5215104	Borough of Sylvania	borough-of-sylvania			US	PA	015	75944	219	America/New_York
5215105	Township of Sylvania	township-of-sylvania	Sylvania Township		US	PA	105	75952	0	America/New_York
5215147	Borough of Tamaqua	borough-of-tamaqua			US	PA	107	76032	7107	America/New_York
5215216	Borough of Tarentum	borough-of-tarentum			US	PA	003	76104	4530	America/New_York
5215236	Borough of Tatamy	borough-of-tatamy			US	PA	095	76144	1203	America/New_York
5215282	Borough of Taylor	borough-of-taylor			US	PA	069	76184	6263	America/New_York
5215283	Township of Taylor	township-of-taylor	Taylor Township		US	PA	013	76160	0	America/New_York
5215284	Township of Taylor	township-of-taylor	Taylor Township		US	PA	027	76168	0	America/New_York
5215285	Township of Taylor	township-of-taylor	Taylor Township		US	PA	057	76176	0	America/New_York
5215286	Township of Taylor	township-of-taylor	Taylor Township		US	PA	073	76192	0	America/New_York
5215320	Borough of Telford	borough-of-telford			US	PA	017	76304	4872	America/New_York
5215339	Township of Tell	township-of-tell	Tell Township		US	PA	061	76312	0	America/New_York
5215374	Borough of Terre Hill	borough-of-terre-hill			US	PA	071	76400	1295	America/New_York
5215380	Township of Terry	township-of-terry	Terry Township		US	PA	015	76408	0	America/New_York
5215391	Township of Texas	township-of-texas	Texas Township		US	PA	127	76424	0	America/New_York
5215530	Borough of Thompson	borough-of-thompson	Borough of Thompson,Thompson Borough,Thomson Borough		US	PA	115	76496	299	America/New_York
5215531	Township of Thompson	township-of-thompson	Thompson Township,Thomson Township,Township of Thompson		US	PA	115	76504	0	America/New_York
5215540	Borough of Thompsontown	borough-of-thompsontown	Borough of Thompsontown,Thompsontown Borough,Tompsonville Borough		US	PA	067	76536	697	America/New_York
5215562	Borough of Thornburg	borough-of-thornburg			US	PA	003	76560	455	America/New_York
5215567	Township of Thornhurst	township-of-thornhurst	Thornhurst Township,Township of Lehigh,Township of Thornhurst		US	PA	069	76601	0	America/New_York
5215597	Borough of Three Springs	borough-of-three-springs			US	PA	061	76632	444	America/New_York
5215612	Borough of Throop	borough-of-throop			US	PA	069	76648	4088	America/New_York
5215636	Borough of Tidioute	borough-of-tidioute			US	PA	123	76696	688	America/New_York
5215641	Township of Tilden	township-of-tilden	Tilden Township		US	PA	011	76712	0	America/New_York
5215653	Borough of Timblin	borough-of-timblin			US	PA	065	76744	157	America/New_York
5215669	Township of Tinicum	township-of-tinicum	Tinicum Township		US	PA	017	76784	0	America/New_York
5215693	Borough of Tioga	borough-of-tioga			US	PA	117	76808	666	America/New_York
5215694	Township of Tioga	township-of-tioga	Tioga Township		US	PA	117	76824	0	America/New_York
5215707	Borough of Tionesta	borough-of-tionesta			US	PA	053	76848	483	America/New_York
5215708	Township of Tionesta	township-of-tionesta	Tionesta Township		US	PA	053	76864	0	America/New_York
5215731	City of Titusville	city-of-titusville			US	PA	039	76904	5601	America/New_York
5215744	Township of Toboyne	township-of-toboyne	Toboyne Township		US	PA	099	76920	0	America/New_York
5215748	Township of Toby	township-of-toby	Toby Township		US	PA	031	76928	0	America/New_York
5215755	Township of Tobyhanna	township-of-tobyhanna	Tobyhanna Township		US	PA	089	76960	0	America/New_York
5215763	Township of Todd	township-of-todd	Tod Township,Todd Township,Township of Todd		US	PA	061	77000	0	America/New_York
5215828	Borough of Topton	borough-of-topton			US	PA	011	77104	2069	America/New_York
5215858	Township of Towamensing	township-of-towamensing	Towamensing Township		US	PA	025	77160	0	America/New_York
5215864	Township of Towamencin	township-of-towamencin	Towamencin Township,TowamencinTownship,Towamensing Township,Township of Towamencin		US	PA	091	77152	0	America/New_York
5215868	Borough of Towanda	borough-of-towanda			US	PA	015	77168	2919	America/New_York
5215869	Township of Towanda	township-of-towanda	Towanda Township		US	PA	015	77176	0	America/New_York
5215872	Borough of Tower City	borough-of-tower-city			US	PA	107	77184	1346	America/New_York
5215909	Borough of Townville	borough-of-townville			US	PA	039	77232	323	America/New_York
5215925	Borough of Trafford	borough-of-trafford			US	PA	129	77272	3174	America/New_York
5215949	Borough of Trappe	borough-of-trappe			US	PA	091	77304	3509	America/New_York
5215971	Township of Tredyffrin	township-of-tredyffrin	Township of Tredyffrin,Tredyffrin Township,Valleytown		US	PA	029	77344	0	America/New_York
5215985	Borough of Tremont	borough-of-tremont			US	PA	107	77392	1752	America/New_York
5215986	Township of Tremont	township-of-tremont	Tremont Township		US	PA	107	77400	0	America/New_York
5216089	Township of Triumph	township-of-triumph	Triumph Township		US	PA	123	77512	0	America/New_York
5216175	Borough of Troutville	borough-of-troutville			US	PA	033	77568	243	America/New_York
5216191	Borough of Troy	borough-of-troy			US	PA	015	77584	1354	America/New_York
5216192	Township of Troy	township-of-troy	Troy Township		US	PA	015	77592	0	America/New_York
5216193	Township of Troy	township-of-troy	Troy Township		US	PA	039	77616	0	America/New_York
5216207	Borough of Trumbauersville	borough-of-trumbauersville			US	PA	017	77704	974	America/New_York
5216242	Borough of Tullytown	borough-of-tullytown			US	PA	017	77744	1872	America/New_York
5216248	Township of Tulpehocken	township-of-tulpehocken	Tulpehocken Township		US	PA	011	77752	0	America/New_York
5216265	Borough of Tunkhannock	borough-of-tunkhannock			US	PA	131	77784	1836	America/New_York
5216266	Township of Tunkhannock	township-of-tunkhannock	Tunkhannock Township		US	PA	089	77776	0	America/New_York
5216267	Township of Tunkhannock	township-of-tunkhannock	Tunkhannock Township		US	PA	131	77792	0	America/New_York
5216278	Borough of Tunnelhill	borough-of-tunnelhill			US	PA	021	77808	363	America/New_York
5216283	Township of Turbot	township-of-turbot	Township of Turbot,Turbot Township,Turbut Township		US	PA	097	77830	0	America/New_York
5216285	Borough of Turbotville	borough-of-turbotville	Borough of Turbotville,Turbotville Borough,Turbutville Borough		US	PA	097	77832	705	America/New_York
5216302	Township of Turbett	township-of-turbett	Turbett Township		US	PA	067	77824	0	America/New_York
5216348	Borough of Turtle Creek	borough-of-turtle-creek			US	PA	003	77912	5349	America/New_York
5216371	Township of Tuscarora	township-of-tuscarora	Tuscarora Township		US	PA	015	77936	0	America/New_York
5216372	Township of Tuscarora	township-of-tuscarora	Tuscarora Township		US	PA	067	77952	0	America/New_York
5216373	Township of Tuscarora	township-of-tuscarora	Tuscarora Township		US	PA	099	77960	0	America/New_York
5216412	Borough of Twilight	borough-of-twilight			US	PA	125	78008	233	America/New_York
5216524	Borough of Tyrone	borough-of-tyrone			US	PA	013	78168	5477	America/New_York
5216525	Township of Tyrone	township-of-tyrone	Tyrone Township		US	PA	013	78176	0	America/New_York
5216526	Township of Tyrone	township-of-tyrone	Tyrone Township		US	PA	099	78184	0	America/New_York
5216554	Township of Ulster	township-of-ulster	Ulster Township		US	PA	015	78232	0	America/New_York
5216558	Borough of Ulysses	borough-of-ulysses			US	PA	105	78240	621	America/New_York
5216559	Township of Ulysses	township-of-ulysses	Ulysses Township		US	PA	105	78248	0	America/New_York
5216647	Borough of Union City	borough-of-union-city			US	PA	049	78448	3320	America/New_York
5216651	Borough of Union Dale	borough-of-union-dale			US	PA	115	78456	267	America/New_York
5216701	Township of Pavia	township-of-pavia	Township of Pavia,Township of Union,Union Township		US	PA	009	58492	0	America/New_York
5216702	Township of Union	township-of-union	Union Township		US	PA	011	78280	0	America/New_York
5216703	Township of Union	township-of-union	Union Township		US	PA	027	78288	0	America/New_York
5216704	Township of Union	township-of-union	Union Township		US	PA	033	78296	0	America/New_York
5216705	Township of Union	township-of-union	Union Township		US	PA	039	78304	0	America/New_York
5216706	Township of Union	township-of-union	Union Township		US	PA	049	78312	0	America/New_York
5216707	Township of Union	township-of-union	Union Township		US	PA	061	78328	0	America/New_York
5216708	Township of Union	township-of-union	Union Township		US	PA	065	78336	0	America/New_York
5216709	Township of Union	township-of-union	Union Township		US	PA	073	78368	0	America/New_York
5216710	Township of Union	township-of-union	Union Township		US	PA	075	78376	0	America/New_York
5216711	Township of Union	township-of-union	Union Township		US	PA	079	78384	0	America/New_York
5216712	Township of Union	township-of-union	Union Township		US	PA	087	78392	0	America/New_York
5216713	Township of Union	township-of-union	Union Township		US	PA	107	78400	0	America/New_York
5216714	Township of Union	township-of-union	Union Township		US	PA	109	78408	0	America/New_York
5216715	Township of Union	township-of-union	Union Township		US	PA	117	78416	0	America/New_York
5216716	Township of Union	township-of-union	Union Township		US	PA	119	78424	0	America/New_York
5216717	Township of Union	township-of-union	Union Township		US	PA	125	78432	0	America/New_York
5216733	Borough of Unionville	borough-of-unionville			US	PA	027	78616	291	America/New_York
5216765	Township of Unity	township-of-unity	Unity Township		US	PA	129	78656	0	America/New_York
5216789	Township of Upper Allen	township-of-upper-allen	Upper Allen Township		US	PA	041	78736	0	America/New_York
5216791	Township of Upper Augusta	township-of-upper-augusta	Upper Augusta Township		US	PA	097	78744	0	America/New_York
5216792	Township of Upper Bern	township-of-upper-bern	Upper Bern Township		US	PA	011	78752	0	America/New_York
5216802	Township of Upper Burrell	township-of-upper-burrell	Upper Burrell Township		US	PA	129	78768	0	America/New_York
5216822	Township of Upper Fairfield	township-of-upper-fairfield	Upper Fairfield Township		US	PA	081	79024	0	America/New_York
5216823	Township of Upper Frankford	township-of-upper-frankford	Upper Frankford Township		US	PA	041	79032	0	America/New_York
5216824	Township of Upper Frederick	township-of-upper-frederick	Upper Frederick Township		US	PA	091	79040	0	America/New_York
5216827	Township of Upper Gwynedd	township-of-upper-gwynedd	Upper Gwynedd Township		US	PA	091	79056	0	America/New_York
5216829	Township of Upper Hanover	township-of-upper-hanover	Upper Hanover Township		US	PA	091	79064	0	America/New_York
5216833	Township of Upper Dublin	township-of-upper-dublin	Upper Dublin Township		US	PA	091	79008	0	America/New_York
5216838	Township of Upper Leacock	township-of-upper-leacock	Upper Leacock Township		US	PA	071	79080	0	America/New_York
5216845	Township of Upper Mahanoy	township-of-upper-mahanoy	Upper Mahanoy Township		US	PA	097	79112	0	America/New_York
5216846	Township of Upper Mahantongo	township-of-upper-mahantongo	Township of Upper Mahantongo,Upper Mahantango Township,Upper Mahantongo Township		US	PA	107	79120	0	America/New_York
5216847	Township of Upper Makefield	township-of-upper-makefield	Upper Makefield Township		US	PA	017	79128	0	America/New_York
5216850	Township of Upper Merion	township-of-upper-merion	Upper Merion Township		US	PA	091	79136	0	America/New_York
5216851	Township of Upper Mifflin	township-of-upper-mifflin	Upper Mifflin Township		US	PA	041	79152	0	America/New_York
5216853	Township of Upper Milford	township-of-upper-milford	Upper Milford Township		US	PA	077	79160	0	America/New_York
5216859	Township of Upper Moreland	township-of-upper-moreland	Upper Moreland Township		US	PA	091	79176	0	America/New_York
5216861	Township of Upper Macungie	township-of-upper-macungie	Upper Macungie Township		US	PA	077	79104	0	America/New_York
5216862	Township of Upper Mount Bethel	township-of-upper-mount-bethel	Upper Mount Bethel Township		US	PA	095	79184	0	America/New_York
5216865	Township of Upper Nazareth	township-of-upper-nazareth	Upper Nazareth Township		US	PA	095	79192	0	America/New_York
5216872	Township of Upper Paxton	township-of-upper-paxton	Upper Paxton Township		US	PA	043	79216	0	America/New_York
5216886	Township of Upper Pottsgrove	township-of-upper-pottsgrove	Upper Pottsgrove Township		US	PA	091	79240	0	America/New_York
5216890	Township of Upper Providence	township-of-upper-providence	Upper Providence Township		US	PA	091	79256	0	America/New_York
5216894	Township of Upper Saint Clair	township-of-upper-saint-clair	Upper Saint Clair Township		US	PA	003	79274	0	America/New_York
5216897	Township of Upper Salford	township-of-upper-salford	Upper Salford Township		US	PA	091	79280	0	America/New_York
5216900	Township of Upper Saucon	township-of-upper-saucon	Upper Saucon Township		US	PA	077	79288	0	America/New_York
5216904	Township of Upper Southampton	township-of-upper-southampton	Upper Southampton Township		US	PA	017	79296	0	America/New_York
5216910	Township of Upper Tulpehocken	township-of-upper-tulpehocken	Upper Tulpehocken Township		US	PA	011	79328	0	America/New_York
5216917	Township of Upper Tyrone	township-of-upper-tyrone	Upper Tyrone Township		US	PA	051	79344	0	America/New_York
5216918	Township of Upper Uwchlan	township-of-upper-uwchlan	Township of Upper Uwchlan,Upper Uwchlan Township,Upper Uwchland Township,Uwchlan Township,Uwchland Township		US	PA	029	79352	0	America/New_York
5216924	Township of Upper Yoder	township-of-upper-yoder	Upper Yoder Township		US	PA	021	79360	0	America/New_York
5216947	Borough of Utica	borough-of-utica			US	PA	121	79472	189	America/New_York
5216954	Township of Uwchlan	township-of-uwchlan	Lower Uwchlan Township,Township of Uwchlan,Uwchlan Township,Uwchland Township		US	PA	029	79480	0	America/New_York
5216961	Borough of Valencia	borough-of-valencia			US	PA	019	79504	551	America/New_York
5217057	Township of Valley	township-of-valley	Valley Township		US	PA	005	79528	0	America/New_York
5217058	Township of Valley	township-of-valley	Valley Township		US	PA	093	79552	0	America/New_York
5217101	Borough of Vanderbilt	borough-of-vanderbilt			US	PA	051	79768	476	America/New_York
5217109	Borough of Vandergrift	borough-of-vandergrift			US	PA	129	79776	5205	America/New_York
5217115	Borough of Vandling	borough-of-vandling			US	PA	069	79792	751	America/New_York
5217121	Township of Vanport	township-of-vanport	Vanport Township		US	PA	007	79856	0	America/New_York
5217146	Borough of Venango	borough-of-venango			US	PA	039	79912	239	America/New_York
5217147	Township of Venango	township-of-venango	Venango Township		US	PA	019	79904	0	America/New_York
5217148	Township of Venango	township-of-venango	Venango Township		US	PA	039	79920	0	America/New_York
5217149	Township of Venango	township-of-venango	Venango Township		US	PA	049	79928	0	America/New_York
5217175	Township of Vernon	township-of-vernon	Vernon Township		US	PA	039	80000	0	America/New_York
5217182	Borough of Verona	borough-of-verona			US	PA	003	80032	2474	America/New_York
5217185	Borough of Versailles	borough-of-versailles			US	PA	003	80040	1515	America/New_York
5217219	Township of Victory	township-of-victory	Victory Township		US	PA	121	80168	0	America/New_York
5217276	Borough of Vintondale	borough-of-vintondale			US	PA	021	80288	414	America/New_York
5217299	Borough of Volant	borough-of-volant			US	PA	073	80368	168	America/New_York
5217792	Township of Walker	township-of-walker	Walker Township		US	PA	027	80552	0	America/New_York
5217793	Township of Walker	township-of-walker	Walker Township		US	PA	061	80560	0	America/New_York
5217794	Township of Walker	township-of-walker	Walker Township		US	PA	067	80568	0	America/New_York
5217795	Township of Walker	township-of-walker	Walker Township		US	PA	107	80576	0	America/New_York
5217806	Borough of Wall	borough-of-wall			US	PA	003	80600	580	America/New_York
5217827	Township of Wallace	township-of-wallace	Wallace Township		US	PA	029	80616	0	America/New_York
5217830	Borough of Wallaceton	borough-of-wallaceton			US	PA	033	80640	313	America/New_York
5217890	Borough of Walnutport	borough-of-walnutport			US	PA	095	80800	2070	America/New_York
5217941	Borough of Wampum	borough-of-wampum			US	PA	073	80880	717	America/New_York
5217954	Township of Ward	township-of-ward	Ward Township		US	PA	117	80936	0	America/New_York
5217975	Township of Warminster	township-of-warminster	Warminster Township		US	PA	017	80952	0	America/New_York
5218002	City of Warren	city-of-warren	Borough of Warren,City of Warren		US	PA	123	81000	9710	America/New_York
5218003	Township of Warren	township-of-warren	Warren Township		US	PA	015	80984	0	America/New_York
5218020	Township of Warrington	township-of-warrington	Warrington Township		US	PA	017	81048	0	America/New_York
5218021	Township of Warrington	township-of-warrington	Warrington Township		US	PA	133	81056	0	America/New_York
5218032	Borough of Warrior Run	borough-of-warrior-run			US	PA	079	81080	584	America/New_York
5218040	Township of Warriors Mark	township-of-warriors-mark	Township of Warriors Mark,Warrior's Mark Township,Warriors Mark Township,Warriorsmark Township		US	PA	061	81104	0	America/New_York
5218044	Township of Warsaw	township-of-warsaw	Warsaw Township		US	PA	065	81120	0	America/New_York
5218057	Township of Warwick	township-of-warwick	Warwick Township		US	PA	017	81144	0	America/New_York
5218058	Township of Warwick	township-of-warwick	Warwick Township		US	PA	029	81160	0	America/New_York
5218059	Township of Warwick	township-of-warwick	Warwick Township		US	PA	071	81168	0	America/New_York
5218137	City of Washington	city-of-washington			US	PA	125	81328	13663	America/New_York
5218139	Township of Washington	township-of-washington	Washington Township		US	PA	005	81176	0	America/New_York
5218140	Township of Washington	township-of-washington	Washington Township		US	PA	011	81184	0	America/New_York
5218141	Township of Washington	township-of-washington	Washington Township		US	PA	019	81192	0	America/New_York
5218142	Township of Washington	township-of-washington	Washington Township		US	PA	021	81200	0	America/New_York
5218143	Township of Washington	township-of-washington	Washington Township		US	PA	031	81208	0	America/New_York
5218144	Township of Washington	township-of-washington	Washington Township		US	PA	043	81216	0	America/New_York
5218145	Township of Washington	township-of-washington	Washington Township		US	PA	049	81224	0	America/New_York
5218146	Township of Washington	township-of-washington	Washington Township		US	PA	051	81232	0	America/New_York
5218147	Township of Washington	township-of-washington	Washington Township		US	PA	063	81256	0	America/New_York
5218148	Township of Washington	township-of-washington	Washington Township		US	PA	065	81264	0	America/New_York
5218149	Township of Washington	township-of-washington	Washington Township		US	PA	073	81272	0	America/New_York
5218150	Township of Washington	township-of-washington	Washington Township		US	PA	077	81280	0	America/New_York
5218151	Township of Washington	township-of-washington	Washington Township		US	PA	081	81288	0	America/New_York
5218152	Township of Washington	township-of-washington	Washington Township		US	PA	095	81296	0	America/New_York
5218153	Township of Washington	township-of-washington	Washington Township		US	PA	097	81304	0	America/New_York
5218154	Township of Washington	township-of-washington	Washington Township		US	PA	107	81312	0	America/New_York
5218155	Township of Washington	township-of-washington	Washington Township		US	PA	109	81320	0	America/New_York
5218156	Township of Washington	township-of-washington	Washington Township		US	PA	129	81336	0	America/New_York
5218157	Township of Washington	township-of-washington	Washington Township		US	PA	131	81344	0	America/New_York
5218159	Borough of Washingtonville	borough-of-washingtonville			US	PA	093	81424	273	America/New_York
5218201	Borough of Waterford	borough-of-waterford			US	PA	049	81456	1517	America/New_York
5218202	Township of Waterford	township-of-waterford	Waterford Township		US	PA	049	81472	0	America/New_York
5218244	Township of Watson	township-of-watson	Watson Township		US	PA	081	81576	0	America/New_York
5218245	Township of Watson	township-of-watson	Watson Township		US	PA	123	81584	0	America/New_York
5218251	Borough of Watsontown	borough-of-watsontown			US	PA	097	81616	2351	America/New_York
5218259	Township of Watts	township-of-watts	Watts Township		US	PA	099	81640	0	America/New_York
5218261	Borough of Wattsburg	borough-of-wattsburg			US	PA	049	81648	403	America/New_York
5218269	Borough of Waymart	borough-of-waymart			US	PA	127	81712	1341	America/New_York
5218284	Township of Wayne	township-of-wayne	Wayne Township		US	PA	005	81720	0	America/New_York
5218285	Township of Wayne	township-of-wayne	Wayne Township		US	PA	035	81728	0	America/New_York
5218286	Township of Wayne	township-of-wayne	Wayne Township		US	PA	039	81736	0	America/New_York
5218287	Township of Wayne	township-of-wayne	Wayne Township		US	PA	043	81744	0	America/New_York
5218288	Township of Wayne	township-of-wayne	Wayne Township		US	PA	049	81760	0	America/New_York
5218289	Township of Wayne	township-of-wayne	Wayne Township		US	PA	073	81776	0	America/New_York
5218290	Township of Wayne	township-of-wayne	Wayne Township		US	PA	087	81784	0	America/New_York
5218291	Township of Wayne	township-of-wayne	Wayne Township		US	PA	107	81792	0	America/New_York
5218306	Borough of Weatherly	borough-of-weatherly			US	PA	025	81856	2525	America/New_York
5218400	Township of Weisenberg	township-of-weisenberg	Township of Weisenberg,Weisenberg Township,Weisenburg Township,Weissenburg Township		US	PA	077	82064	0	America/New_York
5218409	Borough of Weissport	borough-of-weissport			US	PA	025	82080	412	America/New_York
5218448	Township of Wells	township-of-wells	Wells Township		US	PA	015	82144	0	America/New_York
5218449	Township of Wells	township-of-wells	Wells Township		US	PA	057	82152	0	America/New_York
5218453	Borough of Wellsboro	borough-of-wellsboro			US	PA	117	82160	3263	America/New_York
5218456	Borough of Wellsville	borough-of-wellsville			US	PA	133	82200	242	America/New_York
5218488	Borough of Wernersville	borough-of-wernersville			US	PA	011	82296	2494	America/New_York
5218532	Borough of Wesleyville	borough-of-wesleyville			US	PA	049	82344	3341	America/New_York
5218533	Township of West Abington	township-of-west-abington	West Abington Township		US	PA	069	82360	0	America/New_York
5218545	Township of West Beaver	township-of-west-beaver	West Beaver Township		US	PA	109	82464	0	America/New_York
5218630	Township of West Branch	township-of-west-branch	West Branch Township		US	PA	105	82568	0	America/New_York
5218634	Borough of West Brownsville	borough-of-west-brownsville			US	PA	125	82616	992	America/New_York
5218635	Township of West Brunswick	township-of-west-brunswick	West Brunswick Township		US	PA	107	82632	0	America/New_York
5218636	Township of West Buffalo	township-of-west-buffalo	West Buffalo Township		US	PA	119	82640	0	America/New_York
5218638	Township of West Burlington	township-of-west-burlington	West Burlington Township		US	PA	015	82656	0	America/New_York
5218640	Township of West Cameron	township-of-west-cameron	West Cameron Township		US	PA	097	82680	0	America/New_York
5218642	Township of West Carroll	township-of-west-carroll	West Carroll Township		US	PA	021	82688	0	America/New_York
5218646	Township of West Chillisquaque	township-of-west-chillisquaque	West Chillisquaque Township		US	PA	097	82712	0	America/New_York
5218649	Township of West Cocalico	township-of-west-cocalico	West Cocalico Township		US	PA	071	82728	0	America/New_York
5218653	Borough of West Conshohocken	borough-of-west-conshohocken			US	PA	091	82736	1320	America/New_York
5218656	Township of West Cornwall	township-of-west-cornwall	West Cornwall Township		US	PA	075	82752	0	America/New_York
5218662	Township of West Brandywine	township-of-west-brandywine	West Brandywine Township		US	PA	029	82576	0	America/New_York
5218672	Township of West Deer	township-of-west-deer	West Deer Township		US	PA	003	82800	0	America/New_York
5218675	Township of West Donegal	township-of-west-donegal	West Donegal Township		US	PA	071	82816	0	America/New_York
5218677	Township of West Earl	township-of-west-earl	West Earl Township		US	PA	071	82824	0	America/New_York
5218680	Borough of West Easton	borough-of-west-easton			US	PA	095	82832	1257	America/New_York
5218685	Borough of West Elizabeth	borough-of-west-elizabeth			US	PA	003	82848	518	America/New_York
5218705	Township of West Fallowfield	township-of-west-fallowfield	West Fallowfield Township		US	PA	039	82944	0	America/New_York
5218710	Township of West Finley	township-of-west-finley	West Finley Township		US	PA	125	83000	0	America/New_York
5218728	Township of West Hanover	township-of-west-hanover	West Hanover Township		US	PA	043	83128	0	America/New_York
5218731	Borough of West Hazleton	borough-of-west-hazleton			US	PA	079	83136	4594	America/New_York
5218733	Township of West Franklin	township-of-west-franklin	West Franklin Township		US	PA	005	83024	0	America/New_York
5218735	Township of West Hempfield	township-of-west-hempfield	West Hempfield Township		US	PA	071	83152	0	America/New_York
5218738	Township of West Hemlock	township-of-west-hemlock	West Hemlock Township		US	PA	093	83144	0	America/New_York
5218752	Borough of West Homestead	borough-of-west-homestead			US	PA	003	83200	1929	America/New_York
5218759	Borough of West Kittanning	borough-of-west-kittanning			US	PA	005	83248	1175	America/New_York
5218772	Township of West Lebanon	township-of-west-lebanon	West Lebanon Township		US	PA	075	83312	0	America/New_York
5218775	Borough of West Leechburg	borough-of-west-leechburg			US	PA	129	83328	1294	America/New_York
5218786	Borough of West Liberty	borough-of-west-liberty			US	PA	019	83376	343	America/New_York
5218789	Township of West Keating	township-of-west-keating	West Keating Township		US	PA	035	83240	0	America/New_York
5218790	Township of West Mahanoy	township-of-west-mahanoy	West Mahanoy Township		US	PA	107	83408	0	America/New_York
5218791	Township of West Mahoning	township-of-west-mahoning	West Mahoning Township		US	PA	063	83416	0	America/New_York
5218794	Borough of West Mayfield	borough-of-west-mayfield			US	PA	007	83472	1239	America/New_York
5218795	Township of West Mead	township-of-west-mead	West Mead Township		US	PA	039	83480	0	America/New_York
5218798	Borough of West Middlesex	borough-of-west-middlesex			US	PA	085	83496	863	America/New_York
5218801	Borough of West Middletown	borough-of-west-middletown			US	PA	125	83504	139	America/New_York
5218806	Borough of West Mifflin	borough-of-west-mifflin			US	PA	003	83512	20313	America/New_York
5218819	Township of West Nantmeal	township-of-west-nantmeal	West Nantmeal Township		US	PA	029	83664	0	America/New_York
5218825	Borough of West Newton	borough-of-west-newton			US	PA	129	83680	2633	America/New_York
5218828	Township of West Norriton	township-of-west-norriton	West Norriton Township		US	PA	091	83696	0	America/New_York
5218841	Township of West Penn	township-of-west-penn	West Penn Township		US	PA	107	83792	0	America/New_York
5218843	Township of West Pennsboro	township-of-west-pennsboro	West Pennsboro Township		US	PA	041	83800	0	America/New_York
5218844	Township of West Perry	township-of-west-perry	West Perry Township		US	PA	109	83808	0	America/New_York
5218847	Township of West Pike Run	township-of-west-pike-run	West Pike Run Township		US	PA	125	83840	0	America/New_York
5218849	Township of West Pikeland	township-of-west-pikeland	West Pikeland Township		US	PA	029	83832	0	America/New_York
5218856	Borough of West Pittston	borough-of-west-pittston			US	PA	079	83856	4868	America/New_York
5218864	Township of West Pottsgrove	township-of-west-pottsgrove	West Pottsgrove Township		US	PA	091	83912	0	America/New_York
5218868	Borough of West Reading	borough-of-west-reading			US	PA	011	83928	4212	America/New_York
5218872	Township of West Rockhill	township-of-west-rockhill	East Rockhill Township,Rock Hill Township,Rockhill Township,Township of West Rockhill,West Rockhill Township		US	PA	017	83960	0	America/New_York
5218875	Township of West Sadsbury	township-of-west-sadsbury	West Sadsbury Township		US	PA	029	83968	0	America/New_York
5218876	Township of West Saint Clair	township-of-west-saint-clair	West Saint Clair Township		US	PA	009	83972	0	America/New_York
5218878	Township of West Salem	township-of-west-salem	West Salem Township		US	PA	085	83976	0	America/New_York
5218883	Township of West Shenango	township-of-west-shenango	West Shenango Township		US	PA	039	84008	0	America/New_York
5218904	Borough of West Sunbury	borough-of-west-sunbury			US	PA	019	84064	192	America/New_York
5218907	Township of West Taylor	township-of-west-taylor	West Taylor Township		US	PA	021	84080	0	America/New_York
5218927	Borough of West View	borough-of-west-view			US	PA	003	84144	6771	America/New_York
5218929	Township of West Vincent	township-of-west-vincent	West Vincent Township		US	PA	029	84160	0	America/New_York
5218939	Borough of West Wyoming	borough-of-west-wyoming			US	PA	079	84272	2725	America/New_York
5218943	Township of West	township-of-west	West Township		US	PA	061	82352	0	America/New_York
5218950	Township of West Wheatfield	township-of-west-wheatfield	West Wheatfield Township		US	PA	063	84184	0	America/New_York
5218968	Township of Westfall	township-of-westfall	Westfall Township		US	PA	103	82928	0	America/New_York
5218972	Borough of Westfield	borough-of-westfield			US	PA	117	82968	1064	America/New_York
5218973	Township of Westfield	township-of-westfield	Westfield Township		US	PA	117	82976	0	America/New_York
5219008	Borough of Westmont	borough-of-westmont			US	PA	021	83584	5181	America/New_York
5219028	Borough of Westover	borough-of-westover			US	PA	033	83736	390	America/New_York
5219056	Township of Wetmore	township-of-wetmore	Wetmore Township		US	PA	083	84312	0	America/New_York
5219074	Township of Wharton	township-of-wharton	Wharton Township		US	PA	105	84360	0	America/New_York
5219080	Township of Wheatfield	township-of-wheatfield	Wheatfield Township		US	PA	099	84368	0	America/New_York
5219085	Borough of Wheatland	borough-of-wheatland			US	PA	085	84376	632	America/New_York
5219146	Borough of Whitaker	borough-of-whitaker			US	PA	003	84440	1271	America/New_York
5219181	Township of White Deer	township-of-white-deer	White Deer Township		US	PA	119	84496	0	America/New_York
5219192	Borough of White Haven	borough-of-white-haven			US	PA	079	84552	1097	America/New_York
5219243	Borough of White Oak	borough-of-white-oak			US	PA	003	84704	7862	America/New_York
5219267	Township of White	township-of-white	White Township		US	PA	021	84448	0	America/New_York
5219269	Township of White	township-of-white	White Township		US	PA	063	84472	0	America/New_York
5219286	Borough of Whitehall	borough-of-whitehall			US	PA	003	84512	13944	America/New_York
5219290	Township of White	township-of-white	White Township		US	PA	007	84444	0	America/New_York
5219304	Township of Whitemarsh	township-of-whitemarsh	Whitemarsh Township		US	PA	091	84624	18000	America/New_York
5219359	Township of Whitpain	township-of-whitpain	Township of Whitpain,Whitepain Township,Whitepaine Township,Whitpain Township		US	PA	091	84888	0	America/New_York
5219388	Township of Wiconisco	township-of-wiconisco	Wiconisco Township		US	PA	043	84976	0	America/New_York
5219494	City of Wilkes-Barre	city-of-wilkes-barre			US	PA	079	85152	41498	America/New_York
5219495	Township of Wilkes-Barre	township-of-wilkes-barre	Wilkes-Barre Township		US	PA	079	85160	0	America/New_York
5219500	Township of Wilkins	township-of-wilkins	Wilkins Township		US	PA	003	85184	0	America/New_York
5219503	Borough of Wilkinsburg	borough-of-wilkinsburg			US	PA	003	85188	15930	America/New_York
5219571	Township of Williams	township-of-williams	Williams Township		US	PA	043	85232	0	America/New_York
5219572	Township of Williams	township-of-williams	Williams Township		US	PA	095	85256	0	America/New_York
5219581	Borough of Williamsburg	borough-of-williamsburg			US	PA	013	85272	1254	America/New_York
5219590	City of Williamsport	city-of-williamsport			US	PA	081	85312	29381	America/New_York
5219596	Borough of Williamstown	borough-of-williamstown			US	PA	043	85320	1387	America/New_York
5219654	Borough of Wilmerding	borough-of-wilmerding			US	PA	003	85496	2190	America/New_York
5219657	Township of Wilmington	township-of-wilmington	Wilmington Township		US	PA	073	85504	0	America/New_York
5219658	Township of Wilmington	township-of-wilmington	Wilmington Township		US	PA	085	85512	0	America/New_York
5219663	Borough of Wilmore	borough-of-wilmore			US	PA	021	85528	225	America/New_York
5219665	Township of Wilmot	township-of-wilmot	Wilmot Township		US	PA	015	85544	0	America/New_York
5219705	Borough of Wilson	borough-of-wilson			US	PA	095	85592	7896	America/New_York
5219721	Borough of Wind Gap	borough-of-wind-gap			US	PA	095	85664	2720	America/New_York
5219725	Borough of Windber	borough-of-windber			US	PA	111	85632	4138	America/New_York
5219751	Township of Windham	township-of-windham	Windham Township		US	PA	015	85672	0	America/New_York
5219752	Township of Windham	township-of-windham	Windham Township		US	PA	131	85680	0	America/New_York
5219767	Township of Windsor	township-of-windsor	Windsor Township		US	PA	011	85720	0	America/New_York
5219779	Township of Winfield	township-of-winfield	Winfield Township		US	PA	019	85784	0	America/New_York
5219805	Township of Winslow	township-of-winslow	Winslow Township		US	PA	065	85840	0	America/New_York
5219875	Township of Wolf Creek	township-of-wolf-creek	Wolf Creek Township		US	PA	085	85992	0	America/New_York
5219948	Township of Wolf	township-of-wolf	Wolf Township		US	PA	081	85984	0	America/New_York
5219973	Borough of Womelsdorf	borough-of-womelsdorf			US	PA	011	86056	2810	America/New_York
5219990	Township of Wood	township-of-wood	Wood Township		US	PA	061	86080	0	America/New_York
5220003	Township of Woodbury	township-of-woodbury	Woodbury Township		US	PA	009	86136	0	America/New_York
5220004	Township of Woodbury	township-of-woodbury	Woodbury Township		US	PA	013	86144	0	America/New_York
5220007	Borough of Woodbury	borough-of-woodbury			US	PA	009	86128	284	America/New_York
5220019	Township of Woodcock	township-of-woodcock	Woodcock Township		US	PA	039	86168	0	America/New_York
5220022	Borough of Woodcock	borough-of-woodcock			US	PA	039	86160	157	America/New_York
5220115	Township of Woodward	township-of-woodward	Woodward Township		US	PA	033	86440	0	America/New_York
5220116	Township of Woodward	township-of-woodward	Woodward Township		US	PA	035	86448	0	America/New_York
5220117	Township of Woodward	township-of-woodward	Woodward Township		US	PA	081	86456	0	America/New_York
5220130	Township of Worcester	township-of-worcester	Worcester Township		US	PA	091	86496	0	America/New_York
5220138	Borough of Wormleysburg	borough-of-wormleysburg			US	PA	041	86528	3070	America/New_York
5220141	Township of Worth	township-of-worth	Worth Township		US	PA	019	86536	0	America/New_York
5220142	Township of Worth	township-of-worth	Worth Township		US	PA	027	86544	0	America/New_York
5220143	Township of Worth	township-of-worth	Worth Township		US	PA	085	86552	0	America/New_York
5220147	Borough of Worthington	borough-of-worthington			US	PA	005	86560	639	America/New_York
5220149	Borough of Worthville	borough-of-worthville			US	PA	065	86568	67	America/New_York
5220165	Township of Wright	township-of-wright	Wright Township		US	PA	079	86584	0	America/New_York
5220178	Township of Wrightstown	township-of-wrightstown	Wrightstown Township		US	PA	017	86624	0	America/New_York
5220190	Borough of Wyalusing	borough-of-wyalusing			US	PA	015	86656	596	America/New_York
5220191	Township of Wyalusing	township-of-wyalusing	Wyalusing Township		US	PA	015	86664	0	America/New_York
5220253	Borough of Wyoming	borough-of-wyoming			US	PA	079	86856	3073	America/New_York
5220257	Borough of Wyomissing	borough-of-wyomissing			US	PA	011	86880	10461	America/New_York
5220261	Township of Wysox	township-of-wysox	Wysox Township		US	PA	015	86912	0	America/New_York
5220291	Borough of Yardley	borough-of-yardley			US	PA	017	86920	2434	America/New_York
5220304	Borough of Yatesville	borough-of-yatesville	Borough of Yatesville,Yates Borough,Yatesville Borough		US	PA	079	86952	607	America/New_York
5220362	Borough of York Haven	borough-of-york-haven			US	PA	133	87080	709	America/New_York
5220370	Borough of York Springs	borough-of-york-springs			US	PA	001	87136	833	America/New_York
5220390	Township of Young	township-of-young	Young Township		US	PA	065	87168	0	America/New_York
5220399	Borough of Youngstown	borough-of-youngstown			US	PA	129	87208	326	America/New_York
5220409	Borough of Youngwood	borough-of-youngwood			US	PA	129	87232	3050	America/New_York
5220416	Township of Young	township-of-young	Young Township		US	PA	063	87160	0	America/New_York
5220434	Borough of Zelienople	borough-of-zelienople			US	PA	019	87272	3812	America/New_York
5220456	Township of Zerbe	township-of-zerbe	Zerbe Township		US	PA	097	87280	0	America/New_York
5220817	Town of Barrington	town-of-barrington	Town of Barrington,Town of Warren		US	RI	001	05140	16240	America/New_York
5221103	Town of Bristol	town-of-bristol	Pocanocket,Town of Bristol		US	RI	001	09280	22357	America/New_York
5221187	Town of Burrillville	town-of-burrillville	Town of Burrillville,Town of Gloucester		US	RI	007	11800	16303	America/New_York
5221349	City of Central Falls	city-of-central-falls	City of Central Falls,Town of Lincoln		US	RI	007	14140	19376	America/New_York
5221394	Town of Charlestown	town-of-charlestown	Town of Charlestown,Town of Westerly		US	RI	009	14500	7773	America/New_York
5221644	Town of Coventry	town-of-coventry	Town of Coventry,Town of Warwick		US	RI	003	18640	34988	America/New_York
5221674	City of Cranston	city-of-cranston	City of Cranston,Town of Providence		US	RI	007	5221674	80387	America/New_York
5221711	Town of Cumberland	town-of-cumberland	Attleboro Gore,The Gore,Town of Cumberland,Town of Senechataconet		US	RI	007	20080	34529	America/New_York
5221925	Town of East Greenwich	town-of-east-greenwich			US	RI	003	22240	13128	America/New_York
5221937	City of East Providence	city-of-east-providence	City of East Providence,Town of Seekonk		US	RI	007	22960	47037	America/New_York
5222025	Town of Exeter	town-of-exeter	Town of Exeter,Town of North Kingstown		US	RI	009	25300	6587	America/New_York
5222177	Town of Foster	town-of-foster	Town of Foster,Town of Scituate		US	RI	007	27460	4698	America/New_York
5222349	Town of Glocester	town-of-glocester	Town of Glocester,Town of Providence		US	RI	007	30340	9994	America/New_York
5222684	Town of Hopkinton	town-of-hopkinton	Town of Hopkinton,Town of Westerly		US	RI	009	35380	8109	America/New_York
5222882	Town of Jamestown	town-of-jamestown			US	RI	005	36820	5482	America/New_York
5222928	Town of Johnston	town-of-johnston	Town of Johnston,Town of Providence		US	RI	007	5222928	0	America/New_York
5223114	Town of Lincoln	town-of-lincoln	Town of Lincoln,Town of Smithfield		US	RI	007	41500	21670	America/New_York
5223133	Town of Little Compton	town-of-little-compton			US	RI	005	42400	3505	America/New_York
5223368	Town of Middletown	town-of-middletown	Town of Middletown,Town of Newport		US	RI	005	45460	16051	America/New_York
5223534	Town of Narragansett	town-of-narragansett	Town of Narragansett,Town of South Kingstown		US	RI	009	48340	15650	America/New_York
5223590	Town of New Shoreham	town-of-new-shoreham	New Shoreham Township,Town of New Shoreham,Township of New Shoreham		US	RI	009	50500	1047	America/New_York
5223623	City of Newport	city-of-newport			US	RI	005	49960	24672	America/New_York
5223677	Town of North Kingstown	town-of-north-kingstown	Town of Kingstown,Town of North Kingstown		US	RI	009	51580	26197	America/New_York
5223683	Town of North Providence	town-of-north-providence	Town of North Providence,Town of Providence		US	RI	007	5223683	0	America/New_York
5223692	Town of North Smithfield	town-of-north-smithfield	Town of North Smithfield,Town of Smithfield		US	RI	007	52480	12314	America/New_York
5223878	City of Pawtucket	city-of-pawtucket			US	RI	007	54640	71148	America/New_York
5224095	Town of Portsmouth	town-of-portsmouth			US	RI	005	57880	17373	America/New_York
5224183	City of Providence	city-of-providence	City of Providence,Town of New Providence		US	RI	007	59000	178042	America/New_York
5224342	Town of Richmond	town-of-richmond			US	RI	009	61160	7635	America/New_York
5224787	Town of Scituate	town-of-scituate	Satuit,Town of Providence,Town of Scituate		US	RI	007	64220	10549	America/New_York
5224955	Town of Smithfield	town-of-smithfield	Town of Providence,Town of Smithfield		US	RI	007	66200	21632	America/New_York
5224996	Town of South Kingstown	town-of-south-kingstown	South-Kingston,Town of Kingstown,Town of South Kingstown		US	RI	009	67460	30826	America/New_York
5225253	Town of Tiverton	town-of-tiverton			US	RI	005	70880	15780	America/New_York
5225505	Town of Warren	town-of-warren	Rehoboth,Town of Warren		US	RI	001	73760	10487	America/New_York
5225530	City of Warwick	city-of-warwick			US	RI	003	74300	82672	America/New_York
5225612	Town of West Greenwich	town-of-west-greenwich	Town of East Greenwich,Town of West Greenwich		US	RI	003	77720	6134	America/New_York
5225625	Town of West Warwick	town-of-west-warwick	Town of Warwick,Town of West Warwick		US	RI	003	78440	28852	America/New_York
5225644	Town of Westerly	town-of-westerly	Haversham,Misquamicut,Town of Westerly		US	RI	009	77000	22693	America/New_York
5225821	City of Woonsocket	city-of-woonsocket			US	RI	007	80780	41186	America/New_York
5225861	City of Aberdeen	city-of-aberdeen			US	SD	013	00100	26091	America/Chicago
5225862	Township of Aberdeen	township-of-aberdeen	Aberdeen Township		US	SD	013	00140	0	America/Chicago
5225872	Township of Adams	township-of-adams	Adams Township		US	SD	051	00260	0	America/Chicago
5225873	Township of Adams	township-of-adams	Adams Township		US	SD	097	00300	0	America/Chicago
5225878	Township of Adrian	township-of-adrian	Adrian Township		US	SD	045	00340	0	America/Chicago
5225886	Township of Afton	township-of-afton	Afton Township		US	SD	011	00380	0	America/Chicago
5225887	Township of Afton	township-of-afton	Afton Township		US	SD	111	00420	0	America/Chicago
5225898	Township of Alban	township-of-alban	Alban Township		US	SD	051	00580	0	America/Chicago
5225901	Town of Albee	town-of-albee			US	SD	051	00620	16	America/Chicago
5225911	City of Alcester	city-of-alcester			US	SD	127	00700	807	America/Chicago
5225912	Township of Alcester	township-of-alcester	Alcester Township		US	SD	127	00740	0	America/Chicago
5225916	Township of Alden	township-of-alden	Alden Township		US	SD	059	00780	0	America/Chicago
5225920	City of Alexandria	city-of-alexandria			US	SD	061	00820	615	America/Chicago
5225931	Township of Allen	township-of-allen	Allen Township		US	SD	005	00860	0	America/Chicago
5225932	Township of Alliance	township-of-alliance	Alliance Township		US	SD	101	00940	0	America/Chicago
5225935	Township of Allison	township-of-allison	Allison Township		US	SD	013	00980	0	America/Chicago
5225942	Town of Alpena	town-of-alpena			US	SD	073	01020	286	America/Chicago
5225943	Township of Alpena	township-of-alpena	Alpena Township		US	SD	073	01060	0	America/Chicago
5225945	Township of Alpha	township-of-alpha	Alpha Township		US	SD	059	01100	0	America/Chicago
5225952	Town of Altamont	town-of-altamont			US	SD	039	01140	34	America/Chicago
5225953	Township of Altamont	township-of-altamont	Altamont Township		US	SD	039	01180	0	America/Chicago
5225957	Township of Alto	township-of-alto	Alto Township		US	SD	109	01220	0	America/Chicago
5225958	Township of Alton	township-of-alton	Alton Township		US	SD	011	01260	0	America/Chicago
5225960	Township of Altoona	township-of-altoona	Altoona Township		US	SD	005	01300	0	America/Chicago
5225970	Township of America	township-of-america	America Township		US	SD	015	01340	0	America/Chicago
5225972	Township of Agency	township-of-agency	Agency Township		US	SD	109	00500	0	America/Chicago
5225996	Town of Andover	town-of-andover			US	SD	037	01500	91	America/Chicago
5225997	Township of Andover	township-of-andover	Andover Township		US	SD	037	01540	0	America/Chicago
5226001	Township of Anina	township-of-anina	Anina Township		US	SD	073	01580	0	America/Chicago
5226014	Township of Antelope Valley	township-of-antelope-valley	Antelope Valley Township		US	SD	039	01780	0	America/Chicago
5226015	Township of Antelope	township-of-antelope	Antelope Township		US	SD	115	01700	0	America/Chicago
5226021	Township of Arcade	township-of-arcade	Arcade Township		US	SD	049	01940	0	America/Chicago
5226033	Township of Argo	township-of-argo	Argo Township		US	SD	011	02100	0	America/Chicago
5226040	City of Arlington	city-of-arlington			US	SD	077	02180	915	America/Chicago
5226047	City of Armour	city-of-armour			US	SD	043	02260	699	America/Chicago
5226054	Town of Artas	town-of-artas			US	SD	021	02340	9	America/Chicago
5226058	Town of Artesian	town-of-artesian			US	SD	111	02380	138	America/Chicago
5226066	Township of Ash	township-of-ash	Ash Township		US	SD	025	02500	0	America/Chicago
5226071	City of Ashton	city-of-ashton			US	SD	115	02540	122	America/Chicago
5226077	Town of Astoria	town-of-astoria			US	SD	039	02580	139	America/Chicago
5226082	Township of Athol	township-of-athol	Athol Township		US	SD	115	02700	0	America/Chicago
5226095	Town of Aurora	town-of-aurora			US	SD	011	02780	532	America/Chicago
5226096	Township of Aurora	township-of-aurora	Aurora Township		US	SD	003	02740	0	America/Chicago
5226097	Township of Aurora	township-of-aurora	Aurora Township		US	SD	011	02820	0	America/Chicago
5226103	City of Avon	city-of-avon			US	SD	009	02900	590	America/Chicago
5226114	Town of Badger	town-of-badger			US	SD	077	03060	107	America/Chicago
5226115	Township of Badger	township-of-badger	Badger Township		US	SD	035	03020	0	America/Chicago
5226116	Township of Badger	township-of-badger	Badger Township		US	SD	077	03100	0	America/Chicago
5226119	Township of Badus	township-of-badus	Badus Township		US	SD	079	03180	0	America/Chicago
5226126	Township of Bailey	township-of-bailey	Bailey Township		US	SD	085	03220	0	America/Chicago
5226132	Township of Baker	township-of-baker	Baker Township		US	SD	035	03300	0	America/Chicago
5226133	Township of Baker	township-of-baker	Baker Township		US	SD	077	03340	0	America/Chicago
5226144	City of Baltic	city-of-baltic			US	SD	099	03380	1089	America/Chicago
5226147	Town of Bancroft	town-of-bancroft			US	SD	077	03420	19	America/Chicago
5226150	Township of Bangor	township-of-bangor	Bangor Township		US	SD	011	03460	0	America/Chicago
5226152	Township of Banner	township-of-banner	Banner Township		US	SD	005	03500	0	America/Chicago
5226154	Township of Banner	township-of-banner	Banner Township		US	SD	123	03620	0	America/Chicago
5226164	Township of Barrett	township-of-barrett	Barrett Township		US	SD	005	03700	0	America/Chicago
5226170	Township of Bates	township-of-bates	Bates Township		US	SD	013	03780	0	America/Chicago
5226171	Township of Bates	township-of-bates	Bates Township		US	SD	059	03820	0	America/Chicago
5226174	Township of Bath	township-of-bath	Bath Township		US	SD	013	03940	0	America/Chicago
5226207	Township of Beaver	township-of-beaver	Beaver Township		US	SD	097	04100	0	America/Chicago
5226208	Township of Becker	township-of-becker	Becker Township		US	SD	109	04220	0	America/Chicago
5226214	Township of Belford	township-of-belford	Belford Township		US	SD	003	04300	0	America/Chicago
5226217	Township of Belle Plaine	township-of-belle-plaine	Belle Plaine Township		US	SD	115	04420	0	America/Chicago
5226218	Township of Belle Prairie	township-of-belle-prairie	Bell Prairie Township,Belle Prairie Township,Township of Belle Prairie		US	SD	005	04460	0	America/Chicago
5226219	Township of Belle	township-of-belle	Belle Township		US	SD	045	04340	0	America/Chicago
5226221	Township of Belleview	township-of-belleview	Belleview Township		US	SD	097	04500	0	America/Chicago
5226225	Township of Belmont	township-of-belmont	Belmont Township		US	SD	043	04540	0	America/Chicago
5226226	Township of Belmont	township-of-belmont	Belmont Township		US	SD	115	04580	0	America/Chicago
5226236	Township of Benedict	township-of-benedict	Benedict Township		US	SD	111	04780	0	America/Chicago
5226241	Township of Benton	township-of-benton	Benton Township		US	SD	087	04820	0	America/Chicago
5226242	Township of Benton	township-of-benton	Benton Township		US	SD	099	04860	0	America/Chicago
5226243	Township of Benton	township-of-benton	Benton Township		US	SD	115	04900	0	America/Chicago
5226247	Township of Beotia	township-of-beotia	Beotia Township		US	SD	115	04940	0	America/Chicago
5226252	City of Beresford	city-of-beresford			US	SD	127	04980	2005	America/Chicago
5226305	Township of Bethel	township-of-bethel	Bethel Township		US	SD	027	05100	0	America/Chicago
5226323	Township of Beulah	township-of-beulah	Beulah Township		US	SD	035	05220	0	America/Chicago
5226324	Township of Beulah	township-of-beulah	Beulah Township		US	SD	061	05260	0	America/Chicago
5226343	Township of Big Sioux	township-of-big-sioux	Big Sioux Township		US	SD	127	05380	0	America/Chicago
5226348	Township of Big Springs	township-of-big-springs	Big Spring Township,Big Springs Township,Township of Big Springs		US	SD	127	05460	0	America/Chicago
5226350	Township of Big Stone	township-of-big-stone	Big Stone Township,Bigstone Township,Township of Big Stone		US	SD	051	05500	0	America/Chicago
5226379	Township of Blaine	township-of-blaine	Blaine Township		US	SD	025	05900	0	America/Chicago
5226380	Township of Blaine	township-of-blaine	Blaine Township		US	SD	073	05940	0	America/Chicago
5226387	Township of Blendon	township-of-blendon	Blendon Township		US	SD	035	05980	0	America/Chicago
5226393	Township of Blinsmon	township-of-blinsmon	Blinsmon Township		US	SD	101	06020	0	America/Chicago
5226397	Township of Blom	township-of-blom	Blom Township		US	SD	039	06060	0	America/Chicago
5226399	Township of Black	township-of-black	Black Township		US	SD	123	05700	0	America/Chicago
5226403	Township of Blooming Valley	township-of-blooming-valley	Blooming Valley Township,Sisseton-Wahpeton Indian Reservation,Township of Blooming Valley		US	SD	051	06100	0	America/Chicago
5226420	City of Blunt	city-of-blunt			US	SD	065	06180	354	America/Chicago
5226449	City of Bonesteel	city-of-bonesteel			US	SD	053	06220	275	America/Chicago
5226452	Township of Bonilla	township-of-bonilla	Bonilla Township		US	SD	005	06380	0	America/Chicago
5226460	Township of Bossko	township-of-bossko	Bossko Township		US	SD	109	06420	0	America/Chicago
5226469	City of Bowdle	city-of-bowdle			US	SD	045	06540	502	America/Chicago
5226470	Township of Bowdle	township-of-bowdle	Bowdle Township		US	SD	045	06580	0	America/Chicago
5226480	Town of Bradley	town-of-bradley			US	SD	025	06660	72	America/Chicago
5226482	Township of Brainard	township-of-brainard	Brainard Township		US	SD	013	06700	0	America/Chicago
5226491	City of Brandon	city-of-brandon			US	SD	099	06840	8785	America/Chicago
5226492	Township of Brandon	township-of-brandon	Brandon Township		US	SD	099	06820	0	America/Chicago
5226494	Town of Brandt	town-of-brandt			US	SD	039	06940	107	America/Chicago
5226495	Township of Brandt	township-of-brandt	Brandt Township		US	SD	039	06980	0	America/Chicago
5226500	Township of Brantford	township-of-brantford	Brantford Township		US	SD	057	07020	0	America/Chicago
5226507	Town of Brentford	town-of-brentford			US	SD	115	07060	77	America/Chicago
5226510	City of Bridgewater	city-of-bridgewater			US	SD	087	07180	492	America/Chicago
5226511	Township of Bridgewater	township-of-bridgewater	Bridgewater Township		US	SD	087	07220	0	America/Chicago
5226520	City of Bristol	city-of-bristol			US	SD	037	07300	341	America/Chicago
5226521	Township of Bristol	township-of-bristol	Bristol Township		US	SD	003	07260	0	America/Chicago
5226522	Township of Bristol	township-of-bristol	Bristol Township		US	SD	037	07340	0	America/Chicago
5226526	City of Britton	city-of-britton			US	SD	091	07380	1241	America/Chicago
5226542	City of Brookings	city-of-brookings			US	SD	011	07580	22056	America/Chicago
5226543	Township of Brookings	township-of-brookings	Brookings Township		US	SD	011	07620	0	America/Chicago
5226547	Township of Brooklyn	township-of-brooklyn	Brooklyn Township		US	SD	083	07660	0	America/Chicago
5226552	Township of Brothersfield	township-of-brothersfield	Brothersfield Township		US	SD	125	07700	0	America/Chicago
5226559	City of Bruce	city-of-bruce			US	SD	011	07740	204	America/Chicago
5226567	Township of Brookfield	township-of-brookfield	Brookfield Township		US	SD	087	07540	0	America/Chicago
5226571	Township of Brule	township-of-brule	Brule Township		US	SD	015	07780	0	America/Chicago
5226572	Township of Brule	township-of-brule	Brule Township		US	SD	127	07860	0	America/Chicago
5226573	Township of Brunson	township-of-brunson	Brunson Township		US	SD	123	07900	0	America/Chicago
5226576	Township of Bryan	township-of-bryan	Bryan Township		US	SD	023	07940	0	America/Chicago
5226580	City of Bryant	city-of-bryant			US	SD	057	08060	456	America/Chicago
5226581	Township of Bryant	township-of-bryant	Bryant Township		US	SD	045	07980	0	America/Chicago
5226582	Township of Bryant	township-of-bryant	Bryant Township		US	SD	049	08020	0	America/Chicago
5226583	Township of Bryant	township-of-bryant	Bryant Township		US	SD	109	08100	0	America/Chicago
5226601	Township of Buffalo	township-of-buffalo	Buffalo Township		US	SD	091	08220	0	America/Chicago
5226602	Township of Buffalo	township-of-buffalo	Buffalo Township		US	SD	099	08260	0	America/Chicago
5226603	Township of Buffalo	township-of-buffalo	Buffalo Township		US	SD	115	08300	0	America/Chicago
5226610	Township of Bull Creek	township-of-bull-creek	Bull Creek Township,Bull Creek-Sully Township,Township of Bull Creek		US	SD	123	08420	0	America/Chicago
5226622	Township of Burdette	township-of-burdette	Burdette Township,Township of Burdett,Township of Burdette		US	SD	059	08540	0	America/Chicago
5226624	Township of Burk	township-of-burk	Burk Township		US	SD	099	08660	0	America/Chicago
5226630	City of Burke	city-of-burke			US	SD	053	08700	604	America/Chicago
5226640	Township of Burr Oak	township-of-burr-oak	Burr Oak Township,Township of Burr Oak,Township of Burroak		US	SD	005	08780	0	America/Chicago
5226644	Town of Bushnell	town-of-bushnell			US	SD	011	08820	65	America/Chicago
5226650	Town of Butler	town-of-butler			US	SD	037	08860	17	America/Chicago
5226651	Township of Butler	township-of-butler	Butler Township		US	SD	037	08900	0	America/Chicago
5226652	Township of Butler	township-of-butler	Butler Township		US	SD	111	08940	0	America/Chicago
5226691	Township of Cambria	township-of-cambria	Cambria Township,Garfield Township,Township of Cambria		US	SD	013	09180	0	America/Chicago
5226707	Township of Campbell	township-of-campbell	Campbell Township		US	SD	059	09220	0	America/Chicago
5226710	City of Canistota	city-of-canistota			US	SD	087	09300	656	America/Chicago
5226711	Township of Canistota	township-of-canistota	Canistota Township		US	SD	087	09340	0	America/Chicago
5226714	Town of Canova	town-of-canova			US	SD	097	09420	105	America/Chicago
5226715	Township of Canova	township-of-canova	Canova Township,Township of Canova,Township of Conova		US	SD	097	09460	0	America/Chicago
5226722	City of Canton	city-of-canton			US	SD	083	09500	3057	America/Chicago
5226723	Township of Canton	township-of-canton	Canton Township		US	SD	083	09540	0	America/Chicago
5226727	Township of Capital	township-of-capital	Capital Township		US	SD	067	09700	0	America/Chicago
5226728	Township of Capitola	township-of-capitola	Capitola Township		US	SD	115	09740	0	America/Chicago
5226730	Township of Carl	township-of-carl	Carl Township		US	SD	089	09820	0	America/Chicago
5226733	Township of Carlisle	township-of-carlisle	Carlisle Township		US	SD	013	09860	0	America/Chicago
5226741	Township of Carlton	township-of-carlton	Carlton Township		US	SD	059	09940	0	America/Chicago
5226742	Township of Carlyle	township-of-carlyle	Carlyle Township		US	SD	005	09980	0	America/Chicago
5226749	Township of Carroll	township-of-carroll	Carrol Township,Carroll Township,Township of Carroll		US	SD	023	10100	0	America/Chicago
5226753	City of Carthage	city-of-carthage			US	SD	097	10220	144	America/Chicago
5226754	Township of Carthage	township-of-carthage	Carthage Township		US	SD	097	10260	0	America/Chicago
5226764	City of Castlewood	city-of-castlewood			US	SD	057	10500	627	America/Chicago
5226765	Township of Castlewood	township-of-castlewood	Castlewood Township		US	SD	057	10540	0	America/Chicago
5226773	Town of Cavour	town-of-cavour			US	SD	005	10620	114	America/Chicago
5226774	Township of Cavour	township-of-cavour	Cavour Township		US	SD	005	10660	0	America/Chicago
5226787	Township of Cedar	township-of-cedar	Cedar Township		US	SD	059	10700	0	America/Chicago
5226804	Township of Center	township-of-center	Center Township		US	SD	003	10900	0	America/Chicago
5226808	City of Centerville	city-of-centerville			US	SD	125	11060	882	America/Chicago
5226809	Township of Centerville	township-of-centerville	Centerville Township		US	SD	049	11020	0	America/Chicago
5226810	Township of Centerville	township-of-centerville	Centerville Township		US	SD	125	11100	0	America/Chicago
5226812	Unorganized Territory of Central Hyde	unorganized-territory-of-central-hyde			US	SD	069	11150	0	America/Chicago
5226813	Unorganized Territory of Central McPherson	unorganized-territory-of-central-mcpherson			US	SD	089	11155	0	America/Chicago
5226814	Township of Central Point	township-of-central-point	Central Point Township		US	SD	037	11180	0	America/Chicago
5226815	Unorganized Territory of Central Potter	unorganized-territory-of-central-potter			US	SD	107	11190	0	America/Chicago
5226828	City of Chamberlain	city-of-chamberlain			US	SD	015	11220	2387	America/Chicago
5226829	Township of Chamberlain	township-of-chamberlain	Chamberlain Township		US	SD	015	11260	0	America/Chicago
5226835	Town of Chancellor	town-of-chancellor			US	SD	125	11380	264	America/Chicago
5226857	Town of Chelsea	town-of-chelsea			US	SD	049	11500	27	America/Chicago
5226860	Township of Chery	township-of-chery	Chery Township		US	SD	073	11580	0	America/Chicago
5226863	Township of Chester	township-of-chester	Chester Township		US	SD	043	11620	0	America/Chicago
5226864	Township of Chester	township-of-chester	Chester Township		US	SD	079	11700	0	America/Chicago
5226868	Township of Childstown	township-of-childstown	Childstown Township		US	SD	125	11900	0	America/Chicago
5226887	Township of Civil Bend	township-of-civil-bend	Civil Bend Township		US	SD	127	11980	0	America/Chicago
5226891	Town of Claire City	town-of-claire-city			US	SD	109	12020	76	America/Chicago
5226897	Township of Clare	township-of-clare	Clare Township		US	SD	101	12060	0	America/Chicago
5226899	Town of Claremont	town-of-claremont			US	SD	013	12100	127	America/Chicago
5226900	Township of Claremont	township-of-claremont	Claremont Township		US	SD	013	12140	0	America/Chicago
5226911	City of Clark	city-of-clark			US	SD	025	12180	1139	America/Chicago
5226912	Township of Clark	township-of-clark	Clark Township		US	SD	043	12220	0	America/Chicago
5226913	Township of Clark	township-of-clark	Clark Township		US	SD	049	12260	0	America/Chicago
5226916	Township of Clarno	township-of-clarno	Clarno Township		US	SD	079	12380	0	America/Chicago
5226918	Township of Choteau Creek	township-of-choteau-creek	Choteau Creek Township		US	SD	023	11940	0	America/Chicago
5226929	Township of Clayton	township-of-clayton	Clayton Township		US	SD	067	12460	0	America/Chicago
5226939	City of Clear Lake	city-of-clear-lake			US	SD	039	12540	1273	America/Chicago
5226940	Township of Clear Lake	township-of-clear-lake	Clear Lake Township,Township of Clear Lake,Township of Clearlake		US	SD	039	12580	0	America/Chicago
5226941	Township of Clear Lake	township-of-clear-lake	Clear Lake Township		US	SD	045	12620	0	America/Chicago
5226942	Township of Clear Lake	township-of-clear-lake	Clear Lake Township		US	SD	099	12660	0	America/Chicago
5226943	Township of Clearwater	township-of-clearwater	Clearwater Township		US	SD	097	12700	0	America/Chicago
5226948	Township of Cleveland	township-of-cleveland	Cleveland Township		US	SD	015	12780	0	America/Chicago
5226949	Township of Cleveland	township-of-cleveland	Cleveland Township		US	SD	045	12820	0	America/Chicago
5226950	Township of Cleveland	township-of-cleveland	Cleveland Township		US	SD	057	12860	0	America/Chicago
5226955	Township of Clifton	township-of-clifton	Clifton Township		US	SD	005	12900	0	America/Chicago
5226956	Township of Clifton	township-of-clifton	Clifton Township		US	SD	115	12940	0	America/Chicago
5226959	Township of Clinton	township-of-clinton	Clinton Township		US	SD	097	12980	0	America/Chicago
5226963	Township of Cloyd Valley	township-of-cloyd-valley	Cloyd Valley Township		US	SD	045	13020	0	America/Chicago
5226967	Township of Clyde	township-of-clyde	Clyde Township		US	SD	005	13060	0	America/Chicago
5226983	Township of Collins	township-of-collins	Collins Township		US	SD	025	13180	0	America/Chicago
5226986	City of Colman	city-of-colman			US	SD	101	13220	594	America/Chicago
5226987	Township of Colman	township-of-colman	Colman Township		US	SD	101	13260	0	America/Chicago
5226989	City of Colome	city-of-colome			US	SD	123	13300	296	America/Chicago
5226990	Township of Colome	township-of-colome	Colome Township		US	SD	123	13340	0	America/Chicago
5226999	City of Columbia	city-of-columbia			US	SD	013	13420	136	America/Chicago
5227000	Township of Columbia	township-of-columbia	Columbia Township		US	SD	013	13460	0	America/Chicago
5227006	Township of Como	township-of-como	Como Township		US	SD	059	13540	0	America/Chicago
5227007	Township of Concord	township-of-concord	Concord Township		US	SD	079	13660	0	America/Chicago
5227011	City of Conde	city-of-conde			US	SD	115	13700	140	America/Chicago
5227012	Township of Conde	township-of-conde	Conde Township		US	SD	115	13740	0	America/Chicago
5227013	Township of Condon	township-of-condon	Condon Township,Hamill Township,Township of Condon		US	SD	123	13780	0	America/Chicago
5227034	City of Colton	city-of-colton			US	SD	099	13380	687	America/Chicago
5227035	Township of Cooper	township-of-cooper	Cooper Township		US	SD	003	13820	0	America/Chicago
5227042	Township of Cornwall	township-of-cornwall	Cornwall Township		US	SD	115	13900	0	America/Chicago
5227045	Town of Corona	town-of-corona			US	SD	109	13940	109	America/Chicago
5227052	City of Corsica	city-of-corsica			US	SD	043	13980	592	America/Chicago
5227055	Township of Cortlandt	township-of-cortlandt	Cortlandt Township,Township of Cortland,Township of Cortlandt		US	SD	045	14060	0	America/Chicago
5227075	Township of Cottonwood Lake	township-of-cottonwood-lake	Cottonwood Lake Township		US	SD	045	14260	0	America/Chicago
5227085	Township of Cottonwood	township-of-cottonwood	Cottonwood Township		US	SD	025	14140	0	America/Chicago
5227112	Township of Crandon	township-of-crandon	Crandon Township		US	SD	115	14420	0	America/Chicago
5227122	Town of Cresbard	town-of-cresbard			US	SD	049	14580	104	America/Chicago
5227130	City of Crooks	city-of-crooks			US	SD	099	14740	1269	America/Chicago
5227131	Township of Cross Plains	township-of-cross-plains	Cross Plains Township		US	SD	067	14780	0	America/Chicago
5227142	Unorganized Territory of Crow Creek	unorganized-territory-of-crow-creek			US	SD	017	14830	0	America/Chicago
5227143	Unorganized Territory of Crow Creek	unorganized-territory-of-crow-creek			US	SD	065	14835	0	America/Chicago
5227144	Unorganized Territory of Crow Creek	unorganized-territory-of-crow-creek			US	SD	069	14840	0	America/Chicago
5227150	Township of Crow Lake	township-of-crow-lake	Crow Lake Township		US	SD	073	14940	0	America/Chicago
5227160	Township of Crystal Lake	township-of-crystal-lake	Crystal Lake Township		US	SD	003	14960	0	America/Chicago
5227170	Township of Custer	township-of-custer	Custer Township		US	SD	005	15060	0	America/Chicago
5227192	Town of Dallas	town-of-dallas			US	SD	053	15300	120	America/Chicago
5227198	Township of Daneville	township-of-daneville	Daneville Township		US	SD	125	15380	0	America/Chicago
5227207	Town of Dante	town-of-dante			US	SD	023	15420	84	America/Chicago
5227212	Township of Darlington	township-of-darlington	Beulah Township,Darlington Township,Township of Darlington		US	SD	023	15460	0	America/Chicago
5227213	Township of Darlington	township-of-darlington	Darlington Township		US	SD	025	15500	0	America/Chicago
5227221	Town of Davis	town-of-davis			US	SD	125	15540	85	America/Chicago
5227224	Township of Crow	township-of-crow	Crow Township		US	SD	073	14820	0	America/Chicago
5227225	Township of Day	township-of-day	Day Township		US	SD	025	15580	0	America/Chicago
5227228	Township of Dayton	township-of-dayton	Dayton Township		US	SD	083	15620	0	America/Chicago
5227229	Township of Dayton	township-of-dayton	Dayton Township		US	SD	091	15660	0	America/Chicago
5227241	Township of De Smet	township-of-de-smet	De Smet Township		US	SD	077	16300	0	America/Chicago
5227254	City of De Smet	city-of-de-smet			US	SD	077	16260	1089	America/Chicago
5227257	Township of Dearborn	township-of-dearborn	Dearborn Township		US	SD	005	15740	0	America/Chicago
5227266	Township of Delapre	township-of-delapre	Delapre Township		US	SD	083	15900	0	America/Chicago
5227268	Township of Delaware	township-of-delaware	Delaware Township		US	SD	083	15940	0	America/Chicago
5227271	City of Dell Rapids	city-of-dell-rapids			US	SD	099	15980	3633	America/Chicago
5227272	Township of Dell Rapids	township-of-dell-rapids	Dell Rapids Township		US	SD	099	16020	0	America/Chicago
5227278	City of Delmont	city-of-delmont			US	SD	043	16060	234	America/Chicago
5227281	Township of Dempster	township-of-dempster	Dempster Township		US	SD	057	16140	0	America/Chicago
5227286	Township of Denver	township-of-denver	Denver Township		US	SD	077	16220	0	America/Chicago
5227303	Township of Devoe	township-of-devoe	Devoe Township		US	SD	049	16340	0	America/Chicago
5227312	Township of Dexter	township-of-dexter	Dexter Township		US	SD	029	16500	0	America/Chicago
5227317	Township of Diana	township-of-diana	Diana Township		US	SD	111	16540	0	America/Chicago
5227340	Township of Dixon	township-of-dixon	Dixon Township		US	SD	053	16700	0	America/Chicago
5227341	Township of Dixon	township-of-dixon	Dixon Township		US	SD	057	16740	0	America/Chicago
5227350	Township of Dog Ear	township-of-dog-ear	Dog Ear Township		US	SD	123	16780	0	America/Chicago
5227356	City of Doland	city-of-doland			US	SD	115	16820	180	America/Chicago
5227361	Town of Dolton	town-of-dolton			US	SD	125	16860	37	America/Chicago
5227362	Township of Dolton	township-of-dolton	Dolton Township		US	SD	125	16900	0	America/Chicago
5227408	Township of Dry Wood Lake	township-of-dry-wood-lake	Dry Wood Lake Township		US	SD	109	17140	0	America/Chicago
5227418	Township of Dudley	township-of-dudley	Dudley Township		US	SD	003	17180	0	America/Chicago
5227422	Township of Dumarce	township-of-dumarce	Dumarce Township		US	SD	091	17300	0	America/Chicago
5227446	Township of Eagle	township-of-eagle	Eagle Township		US	SD	015	17500	0	America/Chicago
5227456	Township of East Choteau	township-of-east-choteau	East Choteau Township		US	SD	043	17740	0	America/Chicago
5227469	Township of East Hanson	township-of-east-hanson	East Hanson Township,Hanson Township,Township of East Hanson		US	SD	013	17820	0	America/Chicago
5227478	Unorganized Territory of East Potter	unorganized-territory-of-east-potter			US	SD	107	17880	0	America/Chicago
5227480	Township of East Rondell	township-of-east-rondell	East Rondell Township		US	SD	013	17900	0	America/Chicago
5227485	Unorganized Territory of East Sully	unorganized-territory-of-east-sully			US	SD	119	17950	0	America/Chicago
5227487	Unorganized Territory of East Gregory	unorganized-territory-of-east-gregory			US	SD	053	17800	0	America/Chicago
5227491	Unorganized Territory of East Walworth	unorganized-territory-of-east-walworth			US	SD	129	17960	0	America/Chicago
5227492	Township of Easter	township-of-easter	Easter Township		US	SD	109	17780	0	America/Chicago
5227518	Town of Eden	town-of-eden			US	SD	091	18180	89	America/Chicago
5227520	Township of Eden	township-of-eden	Eden Township		US	SD	025	18020	0	America/Chicago
5227521	Township of Eden	township-of-eden	Eden Township		US	SD	029	18060	0	America/Chicago
5227523	Township of Eden	township-of-eden	Eden Township		US	SD	083	18140	0	America/Chicago
5227524	Township of Eden	township-of-eden	Eden Township		US	SD	091	18220	0	America/Chicago
5227525	Township of Edens	township-of-edens	Edens Township		US	SD	053	18260	0	America/Chicago
5227533	Township of Edison	township-of-edison	Edison Township		US	SD	099	18380	0	America/Chicago
5227546	City of Egan	city-of-egan			US	SD	101	18460	278	America/Chicago
5227547	Township of Egan	township-of-egan	Egan Township		US	SD	101	18500	0	America/Chicago
5227550	Township of Egeland	township-of-egeland	Egeland Township		US	SD	037	18540	0	America/Chicago
5227558	Township of Edgerton	township-of-edgerton	Edgerton Township		US	SD	061	18340	0	America/Chicago
5227568	City of Elk Point	city-of-elk-point			US	SD	127	18620	1963	America/Chicago
5227569	Township of Elk Point	township-of-elk-point	Elk Point Township,Township of Elk Point,Township of Elkpoint		US	SD	127	18660	0	America/Chicago
5227573	City of Elkton	city-of-elkton			US	SD	011	18700	736	America/Chicago
5227574	Township of Elkton	township-of-elkton	Elkton Township		US	SD	011	18740	0	America/Chicago
5227577	Township of Elliott	township-of-elliott	Elliott Township,Township of Elliot,Township of Elliott		US	SD	111	18780	0	America/Chicago
5227582	Township of Elliston	township-of-elliston	Elliston Township		US	SD	123	18860	0	America/Chicago
5227584	Township of Ellisville	township-of-ellisville	Ellisville Township		US	SD	049	18900	0	America/Chicago
5227597	Township of Elmira	township-of-elmira	Elmira Township		US	SD	029	19020	0	America/Chicago
5227605	Township of Elrod	township-of-elrod	Elrod Township		US	SD	025	19220	0	America/Chicago
5227607	Township of Elvira	township-of-elvira	Elvira Township		US	SD	017	19300	0	America/Chicago
5227615	Township of Emerson	township-of-emerson	Emerson Township		US	SD	049	19380	0	America/Chicago
5227617	City of Emery	city-of-emery			US	SD	061	19420	447	America/Chicago
5227618	Township of Emery	township-of-emery	Emery Township		US	SD	087	19460	0	America/Chicago
5227627	Township of Emmet	township-of-emmet	Emmet Township		US	SD	127	19500	0	America/Chicago
5227635	Township of Enterprise	township-of-enterprise	Enterprise Township		US	SD	049	19700	0	America/Chicago
5227636	Township of Enterprise	township-of-enterprise	Enterprise Township		US	SD	101	19740	0	America/Chicago
5227637	Township of Enterprise	township-of-enterprise	Enterprise Township		US	SD	109	19780	0	America/Chicago
5227647	Town of Erwin	town-of-erwin			US	SD	077	19860	45	America/Chicago
5227650	Township of Esmond	township-of-esmond	Esmond Township		US	SD	077	19940	0	America/Chicago
5227653	City of Estelline	city-of-estelline			US	SD	057	19980	768	America/Chicago
5227654	Township of Estelline	township-of-estelline	Estelline Township		US	SD	057	20020	0	America/Chicago
5227661	Town of Ethan	town-of-ethan			US	SD	035	20060	331	America/Chicago
5227669	City of Eureka	city-of-eureka			US	SD	089	20180	868	America/Chicago
5227670	Township of Eureka	township-of-eureka	Eureka Township		US	SD	003	20100	0	America/Chicago
5227671	Township of Eureka	township-of-eureka	Eureka Township		US	SD	011	20140	0	America/Chicago
5227688	Township of Exline	township-of-exline	Exline Township		US	SD	115	20260	0	America/Chicago
5227693	Township of Fair	township-of-fair	Fair Township		US	SD	067	20300	0	America/Chicago
5227698	Town of Fairfax	town-of-fairfax			US	SD	053	20380	115	America/Chicago
5227699	Township of Fairfax	township-of-fairfax	Fairfax Township		US	SD	053	20420	0	America/Chicago
5227700	Township of Fairfield	township-of-fairfield	Fairfield Township		US	SD	005	20460	0	America/Chicago
5227723	Town of Fairview	town-of-fairview			US	SD	083	20780	60	America/Chicago
5227724	Township of Fairview	township-of-fairview	Fairview Township		US	SD	027	20580	0	America/Chicago
5227725	Township of Fairview	township-of-fairview	Fairview Township		US	SD	049	20660	0	America/Chicago
5227727	Township of Fairview	township-of-fairview	Fairview Township		US	SD	061	20740	0	America/Chicago
5227728	Township of Fairview	township-of-fairview	Fairview Township		US	SD	083	20820	0	America/Chicago
5227742	Town of Farmer	town-of-farmer			US	SD	061	21060	10	America/Chicago
5227744	Township of Farmington	township-of-farmington	Farmington Township		US	SD	037	21140	0	America/Chicago
5227745	Township of Farmington	township-of-farmington	Farmington Township,Sisseton-Wahpeton Indian Reservation,Township of Farmington		US	SD	051	21180	0	America/Chicago
5227746	Township of Farmington	township-of-farmington	Farmington Township		US	SD	079	21220	0	America/Chicago
5227758	City of Faulkton	city-of-faulkton			US	SD	049	21260	736	America/Chicago
5227783	Township of Firesteel	township-of-firesteel	Firesteel Township		US	SD	003	21420	0	America/Chicago
5227805	City of Flandreau	city-of-flandreau			US	SD	101	21540	2341	America/Chicago
5227806	Township of Flandreau	township-of-flandreau	Flandreau Township		US	SD	101	21580	0	America/Chicago
5227818	Town of Florence	town-of-florence			US	SD	029	21820	374	America/Chicago
5227819	Township of Florence	township-of-florence	Florence Township		US	SD	057	21860	0	America/Chicago
5227820	Township of Florence	township-of-florence	Florence Township		US	SD	059	21900	0	America/Chicago
5227822	Township of Floyd	township-of-floyd	Floyd Township		US	SD	111	21940	0	America/Chicago
5227831	Township of Forbes	township-of-forbes	Forbes Township,Pleasant Township,Township of Forbes		US	SD	023	22020	0	America/Chicago
5227836	Township of Fordham	township-of-fordham	Fordham Township		US	SD	025	22060	0	America/Chicago
5227860	Township of Fort	township-of-fort	Fort Township		US	SD	091	22180	0	America/Chicago
5227864	Township of Foster	township-of-foster	Foster Township		US	SD	005	22380	0	America/Chicago
5227865	Township of Foster	township-of-foster	Foster Township		US	SD	067	22420	0	America/Chicago
5227869	Township of Fountain	township-of-fountain	Fountain Township		US	SD	045	22500	0	America/Chicago
5227877	Township of Foxton	township-of-foxton	Foxton Township		US	SD	025	22540	0	America/Chicago
5227881	City of Frankfort	city-of-frankfort			US	SD	115	22580	149	America/Chicago
5227882	Township of Frankfort	township-of-frankfort	Frankfort Township		US	SD	115	22620	0	America/Chicago
5227891	Township of Franklin	township-of-franklin	Franklin Township		US	SD	073	22700	0	America/Chicago
5227892	Township of Franklin	township-of-franklin	Franklin Township		US	SD	079	22780	0	America/Chicago
5227894	Township of Franklyn	township-of-franklyn	Franklin Township,Franklyn Township,Township of Franklyn		US	SD	013	22820	0	America/Chicago
5227906	Town of Frederick	town-of-frederick			US	SD	013	22860	199	America/Chicago
5227907	Township of Frederick	township-of-frederick	Frederick Township		US	SD	013	22900	0	America/Chicago
5227911	Township of Freedom	township-of-freedom	Freedom Township		US	SD	049	22980	0	America/Chicago
5227917	City of Freeman	city-of-freeman			US	SD	067	23020	1306	America/Chicago
5227920	Township of Fremont	township-of-fremont	Fremont Township		US	SD	101	23060	0	America/Chicago
5227946	Township of Fuller	township-of-fuller	Fuller Township		US	SD	029	23180	0	America/Chicago
5227950	Town of Fulton	town-of-fulton			US	SD	061	23220	91	America/Chicago
5227958	Township of Gales	township-of-gales	Gales Township		US	SD	003	23300	0	America/Chicago
5227968	Town of Garden City	town-of-garden-city			US	SD	025	23460	53	America/Chicago
5227971	Township of Garden Prairie	township-of-garden-prairie	Garden Prairie Township		US	SD	013	23500	0	America/Chicago
5227988	Township of Garfield	township-of-garfield	Garfield Township		US	SD	025	23540	0	America/Chicago
5227989	Township of Garfield	township-of-garfield	Garfield Township		US	SD	027	23580	0	America/Chicago
5227990	Township of Garfield	township-of-garfield	Garfield Township		US	SD	043	23620	0	America/Chicago
5227991	Township of Garfield	township-of-garfield	Garfield Township		US	SD	057	23660	0	America/Chicago
5227992	Township of Garfield	township-of-garfield	Garfield Township		US	SD	109	23700	0	America/Chicago
5227993	Township of Garfield	township-of-garfield	Garfield Township		US	SD	115	23740	0	America/Chicago
5227995	Township of Garland	township-of-garland	Garland Township		US	SD	013	23780	0	America/Chicago
5227997	City of Garretson	city-of-garretson			US	SD	099	23820	1166	America/Chicago
5227999	City of Gary	city-of-gary			US	SD	039	23860	227	America/Chicago
5228009	Town of Gayville	town-of-gayville			US	SD	135	23900	407	America/Chicago
5228010	Township of Gayville	township-of-gayville	Gayville Township		US	SD	135	23940	0	America/Chicago
5228014	City of Geddes	city-of-geddes			US	SD	023	23980	208	America/Chicago
5228018	Township of Gem	township-of-gem	Gem Township,Scandinavia Township,Township of Gem		US	SD	013	24020	0	America/Chicago
5228022	Township of Geneseo	township-of-geneseo	Geneseo Township		US	SD	109	24060	0	America/Chicago
5228027	Township of Georgia	township-of-georgia	Georgia Township		US	SD	051	24100	0	America/Chicago
5228046	Township of German	township-of-german	German Township		US	SD	067	24140	0	America/Chicago
5228049	Township of Germantown	township-of-germantown	Germantown Township		US	SD	029	24180	0	America/Chicago
5228050	Township of Germantown	township-of-germantown	Germantown Township		US	SD	125	24220	0	America/Chicago
5228057	City of Gettysburg	city-of-gettysburg			US	SD	107	24260	1162	America/Chicago
5228067	Township of Gilbert	township-of-gilbert	Gilbert Township		US	SD	059	24340	0	America/Chicago
5228077	Township of Glen	township-of-glen	Glen Township		US	SD	045	24420	0	America/Chicago
5228081	Township of Glendale	township-of-glendale	Glendale Township		US	SD	059	24500	0	America/Chicago
5228086	Township of Glenwood	township-of-glenwood	Gknwood Township,Glenwood Township,Township of Glenwood		US	SD	027	24660	0	America/Chicago
5228087	Township of Glenwood	township-of-glenwood	Glenwood Township		US	SD	039	24700	0	America/Chicago
5228088	Township of Glover	township-of-glover	Glover Township		US	SD	045	24740	0	America/Chicago
5228114	Township of Goodwill	township-of-goodwill	Goodwill Township		US	SD	109	24780	0	America/Chicago
5228118	Town of Goodwin	town-of-goodwin			US	SD	039	24820	146	America/Chicago
5228119	Township of Goodwin	township-of-goodwin	Goodwin Township		US	SD	039	24860	0	America/Chicago
5228127	Township of Goose Lake	township-of-goose-lake	Goose Lake Township		US	SD	023	24900	0	America/Chicago
5228149	Township of Graceland	township-of-graceland	Graceland Township		US	SD	029	24980	0	America/Chicago
5228152	Township of Grafton	township-of-grafton	Grafton Township		US	SD	097	25060	0	America/Chicago
5228156	Township of Grand Meadow	township-of-grand-meadow	Grand Meadow Township		US	SD	099	25180	0	America/Chicago
5228160	Township of Grand	township-of-grand	Grand Township		US	SD	059	25100	0	America/Chicago
5228172	Township of Grandview	township-of-grandview	Grandview Township		US	SD	043	25340	0	America/Chicago
5228173	Township of Grandview	township-of-grandview	Grandview Township		US	SD	067	25420	0	America/Chicago
5228175	Township of Grange	township-of-grange	Grange Township		US	SD	039	25540	0	America/Chicago
5228178	Township of Grant Center	township-of-grant-center	Grant Center Township		US	SD	051	25740	0	America/Chicago
5228183	Township of Grant	township-of-grant	Grant Township		US	SD	005	25580	0	America/Chicago
5228185	Township of Grant	township-of-grant	Grant Township		US	SD	083	25620	0	America/Chicago
5228186	Township of Grant	township-of-grant	Grant Township		US	SD	087	25660	0	America/Chicago
5228187	Township of Grant	township-of-grant	Grant Township		US	SD	109	25700	0	America/Chicago
5228195	Township of Great Bend	township-of-great-bend	Great Bend Township		US	SD	115	25780	0	America/Chicago
5228205	Township of Green Valley	township-of-green-valley	Green Valley Township		US	SD	097	26020	0	America/Chicago
5228210	Township of Greenfield	township-of-greenfield	Greenfield Township		US	SD	013	25820	0	America/Chicago
5228211	Township of Greenland	township-of-greenland	Greenland Township		US	SD	087	25940	0	America/Chicago
5228214	Township of Greenleaf	township-of-greenleaf	Greenleaf Township		US	SD	059	25980	0	America/Chicago
5228225	City of Gregory	city-of-gregory			US	SD	053	26180	1295	America/Chicago
5228229	Town of Grenville	town-of-grenville			US	SD	037	26220	54	America/Chicago
5228230	Township of Grenville	township-of-grenville	Grenville Township		US	SD	037	26260	0	America/Chicago
5228245	City of Groton	city-of-groton			US	SD	013	26340	1458	America/Chicago
5228246	Township of Groton	township-of-groton	Groton Township		US	SD	013	26380	0	America/Chicago
5228251	Township of Groveland	township-of-groveland	Groveland Township		US	SD	115	26460	0	America/Chicago
5228252	Township of Grovena	township-of-grovena	Grovena Township		US	SD	101	26500	0	America/Chicago
5228275	Township of Hague	township-of-hague	Hague Township,Haguge Township,Township of Hague		US	SD	025	26580	0	America/Chicago
5228288	Township of Hamilton	township-of-hamilton	Hamilton Township		US	SD	023	26700	0	America/Chicago
5228289	Township of Hamilton	township-of-hamilton	Hamilton Township		US	SD	091	26740	0	America/Chicago
5228294	Township of Hamlin	township-of-hamlin	Hamlin Township		US	SD	057	26780	0	America/Chicago
5228315	Township of Hanson	township-of-hanson	Hanson Township		US	SD	061	26940	0	America/Chicago
5228328	Township of Harmon	township-of-harmon	Harmon Township		US	SD	109	27020	0	America/Chicago
5228332	Township of Harmony	township-of-harmony	Harmony Township		US	SD	045	27060	0	America/Chicago
5228333	Township of Harmony	township-of-harmony	Harmony Township		US	SD	073	27140	0	America/Chicago
5228334	Township of Harmony	township-of-harmony	Harmony Township		US	SD	115	27180	0	America/Chicago
5228341	City of Harrisburg	city-of-harrisburg			US	SD	083	27260	4089	America/Chicago
5228346	Township of Harrison	township-of-harrison	Harrison Township		US	SD	115	27380	0	America/Chicago
5228350	Town of Harrold	town-of-harrold			US	SD	065	27420	124	America/Chicago
5228352	Township of Hart	township-of-hart	Hart Township		US	SD	109	27500	0	America/Chicago
5228359	City of Hartford	city-of-hartford			US	SD	099	27540	2534	America/Chicago
5228360	Township of Hartford	township-of-hartford	Hartford Township		US	SD	099	27580	0	America/Chicago
5228361	Township of Hartland	township-of-hartland	Hartland Township		US	SD	005	27660	0	America/Chicago
5228362	Township of Hartland	township-of-hartland	Hartland Township		US	SD	077	27700	0	America/Chicago
5228369	Township of Havana	township-of-havana	Havana Township		US	SD	039	27740	0	America/Chicago
5228383	Town of Hayti	town-of-hayti			US	SD	057	27820	381	America/Chicago
5228384	Township of Hayti	township-of-hayti	Hayti Township		US	SD	057	27860	0	America/Chicago
5228390	Town of Hazel	town-of-hazel			US	SD	057	27940	91	America/Chicago
5228399	City of Hecla	city-of-hecla			US	SD	013	27980	227	America/Chicago
5228400	Township of Hecla	township-of-hecla	Hecla Township		US	SD	013	28020	0	America/Chicago
5228412	Township of Henden	township-of-henden	Henden Township		US	SD	097	28060	0	America/Chicago
5228423	Town of Henry	town-of-henry			US	SD	029	28140	267	America/Chicago
5228424	Township of Henry	township-of-henry	Henry Township		US	SD	013	28100	0	America/Chicago
5228425	Township of Henry	township-of-henry	Henry Township		US	SD	029	28180	0	America/Chicago
5228428	Township of Herman	township-of-herman	Herman Township		US	SD	079	28260	0	America/Chicago
5228431	Town of Herrick	town-of-herrick			US	SD	053	28420	105	America/Chicago
5228432	Township of Herrick	township-of-herrick	Herrick Township		US	SD	039	28380	0	America/Chicago
5228437	Town of Hetland	town-of-hetland			US	SD	077	28460	46	America/Chicago
5228444	Township of Hickman	township-of-hickman	Hickman Township		US	SD	091	28540	0	America/Chicago
5228449	Township of Hidewood	township-of-hidewood	Hidewood Township		US	SD	039	28620	0	America/Chicago
5228467	Township of Highland	township-of-highland	Highland Township		US	SD	013	28660	0	America/Chicago
5228468	Township of Highland	township-of-highland	Highland Township		US	SD	015	28700	0	America/Chicago
5228469	Township of Highland	township-of-highland	Highland Township		US	SD	023	28740	0	America/Chicago
5228470	Township of Highland	township-of-highland	Highland Township		US	SD	037	28780	0	America/Chicago
5228471	Township of Highland	township-of-highland	Highland Township		US	SD	083	28860	0	America/Chicago
5228473	Township of Highland	township-of-highland	Highland Township		US	SD	099	28900	0	America/Chicago
5228479	City of Highmore	city-of-highmore			US	SD	069	28980	795	America/Chicago
5228483	Township of Hiland	township-of-hiland	Highland Township,Hiland Township,Township of Hiland		US	SD	059	29060	0	America/Chicago
5228500	Township of Hillsdale	township-of-hillsdale	Hillsdale Township		US	SD	049	29180	0	America/Chicago
5228513	Township of Hillside	township-of-hillside	Hillside Township		US	SD	045	29260	0	America/Chicago
5228515	Town of Hillsview	town-of-hillsview			US	SD	089	29340	3	America/Chicago
5228525	Town of Hitchcock	town-of-hitchcock			US	SD	005	29500	91	America/Chicago
5228535	Township of Hoffman	township-of-hoffman	Hoffman Township,Hoffmann Township,Township of Hoffman		US	SD	089	29540	0	America/Chicago
5228549	Township of Holden	township-of-holden	Holden Township		US	SD	059	29660	0	America/Chicago
5228551	Township of Holland	township-of-holland	Holland Township		US	SD	043	29700	0	America/Chicago
5228569	Township of Home	township-of-home	Home Township		US	SD	125	29820	0	America/Chicago
5228571	Township of Homer	township-of-homer	Homer Township		US	SD	037	29860	0	America/Chicago
5228584	Township of Hopper	township-of-hopper	Hopper Township		US	SD	003	30020	0	America/Chicago
5228606	City of Hosmer	city-of-hosmer			US	SD	045	30140	208	America/Chicago
5228607	Township of Hosmer	township-of-hosmer	Hosmer Township		US	SD	045	30180	0	America/Chicago
5228621	Town of Hoven	town-of-hoven			US	SD	107	30300	406	America/Chicago
5228630	City of Howard	city-of-howard			US	SD	097	30460	858	America/Chicago
5228631	Township of Howard	township-of-howard	Howard Township		US	SD	023	30380	0	America/Chicago
5228633	Township of Howard	township-of-howard	Howard Township		US	SD	097	30500	0	America/Chicago
5228648	Town of Hudson	town-of-hudson			US	SD	083	30740	296	America/Chicago
5228649	Township of Hudson	township-of-hudson	Hudson Township		US	SD	045	30700	0	America/Chicago
5228656	Township of Hulbert	township-of-hulbert	Hulbert Township		US	SD	059	30860	0	America/Chicago
5228658	Town of Humboldt	town-of-humboldt			US	SD	099	30900	589	America/Chicago
5228659	Township of Humboldt	township-of-humboldt	Humboldt Township		US	SD	099	30940	0	America/Chicago
5228666	Township of Huntley	township-of-huntley	Huntley Township		US	SD	045	30960	0	America/Chicago
5228672	Township of Hurley	township-of-hurley	Hurley Township		US	SD	125	31020	0	America/Chicago
5228701	Township of Ideal	township-of-ideal	Ideal Township		US	SD	123	31260	0	America/Chicago
5228721	Township of Independence	township-of-independence	Independence Township		US	SD	037	31460	0	America/Chicago
5228722	Township of Independence	township-of-independence	Independence Township		US	SD	043	31500	0	America/Chicago
5228725	City of Hurley	city-of-hurley			US	SD	125	30980	415	America/Chicago
5228739	Township of Iona	township-of-iona	Iona Township		US	SD	085	31740	0	America/Chicago
5228740	Township of Iowa	township-of-iowa	Iowa Township		US	SD	005	31780	0	America/Chicago
5228741	Township of Iowa	township-of-iowa	Iowa Township		US	SD	043	31820	0	America/Chicago
5228743	City of Ipswich	city-of-ipswich			US	SD	045	31860	954	America/Chicago
5228744	Township of Ipswich	township-of-ipswich	Ipswich Township		US	SD	045	31900	0	America/Chicago
5228747	City of Irene	city-of-irene			US	SD	125	31940	420	America/Chicago
5228755	City of Iroquois	city-of-iroquois			US	SD	077	32020	266	America/Chicago
5228756	Township of Iroquois	township-of-iroquois	Iroquois Township		US	SD	077	32060	0	America/Chicago
5228761	Township of Irving	township-of-irving	Irving Township		US	SD	049	32080	0	America/Chicago
5228762	Township of Irwin	township-of-irwin	Irwin Township		US	SD	123	32100	0	America/Chicago
5228780	Township of Jackson	township-of-jackson	Jackson Township		US	SD	023	32220	0	America/Chicago
5228782	Township of Jackson	township-of-jackson	Jackson Township		US	SD	111	32300	0	America/Chicago
5228792	Township of Jamesville	township-of-jamesville	Jamesville Township		US	SD	135	32380	0	America/Chicago
5228795	Township of Jasper	township-of-jasper	Jasper Township		US	SD	061	32420	0	America/Chicago
5228800	Town of Java	town-of-java	City of Java,Town of Java		US	SD	129	32460	129	America/Chicago
5228805	City of Jefferson	city-of-jefferson			US	SD	127	32700	547	America/Chicago
5228807	Township of Jefferson	township-of-jefferson	Jefferson Township		US	SD	087	32580	0	America/Chicago
5228808	Township of Jefferson	township-of-jefferson	Jefferson Township		US	SD	101	32620	0	America/Chicago
5228809	Township of Jefferson	township-of-jefferson	Jefferson Township		US	SD	115	32660	0	America/Chicago
5228810	Township of Jefferson	township-of-jefferson	Jefferson Township		US	SD	127	32740	0	America/Chicago
5228857	Township of Jones	township-of-jones	Jones Township		US	SD	053	32940	0	America/Chicago
5228867	Township of Joubert	township-of-joubert	Joubert Township		US	SD	043	33060	0	America/Chicago
5228931	Township of Kampeska	township-of-kampeska	Kampeska Township		US	SD	029	33300	0	America/Chicago
5228940	Township of Kassel	township-of-kassel	Kassel Township		US	SD	067	33340	0	America/Chicago
5228949	Township of Kaylor	township-of-kaylor	Kaylor Township		US	SD	067	33420	0	America/Chicago
5228956	Township of Kellogg	township-of-kellogg	Kellogg Township		US	SD	005	33500	0	America/Chicago
5228961	Town of Kennebec	town-of-kennebec			US	SD	085	33580	240	America/Chicago
5228965	Township of Kennedy	township-of-kennedy	Kennedy Township		US	SD	023	33660	0	America/Chicago
5228967	Township of Kent	township-of-kent	Kent Township		US	SD	045	33700	0	America/Chicago
5228976	Township of Keyapaha	township-of-keyapaha	Keyapaha Township		US	SD	123	33780	0	America/Chicago
5228979	Township of Kidder	township-of-kidder	Kidder Township		US	SD	037	33860	0	America/Chicago
5228983	Township of Kilborn	township-of-kilborn	Kilborn Township,Sherman Township,Township of Kilborn		US	SD	051	33940	0	America/Chicago
5228987	City of Kimball	city-of-kimball			US	SD	015	33980	703	America/Chicago
5228988	Township of Kimball	township-of-kimball	Kimball Township		US	SD	015	34020	0	America/Chicago
5228994	Township of King	township-of-king	King Township		US	SD	123	34060	0	America/Chicago
5229041	Township of Kosciusko	township-of-kosciusko	Kosciusko Township		US	SD	037	34300	0	America/Chicago
5229047	Town of Kranzburg	town-of-kranzburg			US	SD	029	34340	172	America/Chicago
5229048	Township of Kranzburg	township-of-kranzburg	Kranzburg Township		US	SD	029	34380	0	America/Chicago
5229057	Township of Kulm	township-of-kulm	Kulm Township		US	SD	067	34420	0	America/Chicago
5229065	Township of La Belle	township-of-la-belle	La Belle Township,Labelle,Township of La Belle		US	SD	091	34500	0	America/Chicago
5229066	Town of La Bolt	town-of-la-bolt			US	SD	051	34540	68	America/Chicago
5229067	Township of La Prairie	township-of-la-prairie	La Prairie Township,LaPraireTownship,Township of La Prairie		US	SD	115	35980	0	America/Chicago
5229068	Township of La Roche	township-of-la-roche	La Roche Township,LaRoche Township,Township of La Roche		US	SD	023	36020	0	America/Chicago
5229069	Township of La Valley	township-of-la-valley	La Valley Township,LaValley,Township of La Valley		US	SD	083	36060	0	America/Chicago
5229094	Township of Lafoon	township-of-lafoon	Lafoon Township		US	SD	049	34700	0	America/Chicago
5229106	City of Lake Andes	city-of-lake-andes			US	SD	023	35100	879	America/Chicago
5229113	Township of Lake Byron	township-of-lake-byron	Lake Byron Township		US	SD	005	35140	0	America/Chicago
5229127	Town of Lake City	town-of-lake-city			US	SD	091	35220	51	America/Chicago
5229149	Township of Lake George	township-of-lake-george	Lake George Township		US	SD	023	35340	0	America/Chicago
5229151	Township of Lake Hendricks	township-of-lake-hendricks	Lake Hendricks Township		US	SD	011	35380	0	America/Chicago
5229166	City of Lake Norden	city-of-lake-norden			US	SD	057	35460	467	America/Chicago
5229177	City of Lake Preston	city-of-lake-preston			US	SD	077	35500	599	America/Chicago
5229180	Township of Lake Sinai	township-of-lake-sinai	Lake Sinai Township		US	SD	011	35580	0	America/Chicago
5229193	Township of Lake View	township-of-lake-view	Lake View Township		US	SD	079	35660	0	America/Chicago
5229200	Township of Lake	township-of-lake	Lake Township		US	SD	003	34780	0	America/Chicago
5229201	Township of Lake	township-of-lake	Lake Township		US	SD	025	34820	0	America/Chicago
5229202	Township of Lake	township-of-lake	Lake Township		US	SD	029	34860	0	America/Chicago
5229203	Township of Lake	township-of-lake	Lake Township		US	SD	091	34940	0	America/Chicago
5229204	Township of Lake	township-of-lake	Lake Township		US	SD	109	34980	0	America/Chicago
5229205	Township of Lake	township-of-lake	Lake Township		US	SD	115	35020	0	America/Chicago
5229206	Township of Lake	township-of-lake	Lake Township		US	SD	123	35060	0	America/Chicago
5229211	Township of Laketon	township-of-laketon	Laketon Township		US	SD	011	35620	0	America/Chicago
5229221	Township of Lamro	township-of-lamro	Lamro Township		US	SD	123	35700	0	America/Chicago
5229226	Town of Lane	town-of-lane			US	SD	073	35780	59	America/Chicago
5229228	Town of Langford	town-of-langford			US	SD	091	35820	313	America/Chicago
5229230	Township of Lansing	township-of-lansing	Lansing Township		US	SD	013	35860	0	America/Chicago
5229246	Township of Lawrence	township-of-lawrence	Lawrence Township		US	SD	023	36100	0	America/Chicago
5229247	Township of Lawrence	township-of-lawrence	Lawrence Township		US	SD	109	36140	0	America/Chicago
5229249	Township of Le Roy	township-of-le-roy	Le Roy Township,LeRoy Township,Township of Le Roy		US	SD	079	36500	0	America/Chicago
5229250	Township of Le Sueur	township-of-le-sueur	Le Sueur Township,LeSueur Township,Township of Le Sueur		US	SD	077	36580	0	America/Chicago
5229255	Town of Lebanon	town-of-lebanon			US	SD	107	36260	47	America/Chicago
5229263	Township of Lee	township-of-lee	Lee Township		US	SD	109	36300	0	America/Chicago
5229274	City of Lennox	city-of-lennox			US	SD	083	36380	2111	America/Chicago
5229280	City of Leola	city-of-leola			US	SD	089	36460	457	America/Chicago
5229281	Township of Leola	township-of-leola	Leola Township		US	SD	029	36420	0	America/Chicago
5229287	Town of Lesterville	town-of-lesterville			US	SD	135	36540	127	America/Chicago
5229291	Town of Letcher	town-of-letcher			US	SD	111	36620	173	America/Chicago
5229292	Township of Letcher	township-of-letcher	Letcher Township		US	SD	111	36660	0	America/Chicago
5229296	Township of Liberty	township-of-liberty	Liberty Township		US	SD	005	36740	0	America/Chicago
5229297	Township of Liberty	township-of-liberty	Liberty Township		US	SD	013	36780	0	America/Chicago
5229298	Township of Liberty	township-of-liberty	Liberty Township		US	SD	037	36860	0	America/Chicago
5229299	Township of Liberty	township-of-liberty	Liberty Township		US	SD	045	36900	0	America/Chicago
5229300	Township of Liberty	township-of-liberty	Liberty Township		US	SD	067	36940	0	America/Chicago
5229302	Township of Lien	township-of-lien	Lien Township		US	SD	109	37100	0	America/Chicago
5229306	Town of Lily	town-of-lily			US	SD	037	37140	4	America/Chicago
5229329	Township of Lincoln	township-of-lincoln	Lincoln Township		US	SD	013	37260	0	America/Chicago
5229331	Township of Lincoln	township-of-lincoln	Lincoln Township		US	SD	025	37300	0	America/Chicago
5229332	Township of Lincoln	township-of-lincoln	Lincoln Township		US	SD	043	37380	0	America/Chicago
5229334	Township of Lincoln	township-of-lincoln	Lincoln Township		US	SD	083	37500	0	America/Chicago
5229337	Township of Lincoln	township-of-lincoln	Lincoln Township		US	SD	115	37660	0	America/Chicago
5229339	Township of Lincoln	township-of-lincoln	Lincoln Township		US	SD	123	37700	0	America/Chicago
5229353	Township of Linn	township-of-linn	Linn Township		US	SD	059	37780	0	America/Chicago
5229356	Township of Lisbon	township-of-lisbon	Lisbon Township		US	SD	035	37820	0	America/Chicago
5229359	Township of Landing Creek	township-of-landing-creek	Landing Creek Township		US	SD	053	35740	0	America/Chicago
5229374	Township of Lodi	township-of-lodi	Lodi Township		US	SD	115	38140	0	America/Chicago
5229379	Township of Logan	township-of-logan	Logan Township		US	SD	005	38180	0	America/Chicago
5229380	Township of Logan	township-of-logan	Logan Township		US	SD	025	38220	0	America/Chicago
5229381	Township of Logan	township-of-logan	Logan Township		US	SD	059	38260	0	America/Chicago
5229382	Township of Logan	township-of-logan	Logan Township		US	SD	073	38340	0	America/Chicago
5229383	Township of Logan	township-of-logan	Logan Township		US	SD	099	38380	0	America/Chicago
5229385	Township of Logan	township-of-logan	Logan Township		US	SD	111	38460	0	America/Chicago
5229392	Township of Lone Rock	township-of-lone-rock	Lone Rock Township		US	SD	101	38500	0	America/Chicago
5229397	Township of Lone Star	township-of-lone-star	Lone Star Township		US	SD	123	38580	0	America/Chicago
5229400	Township of Lockwood	township-of-lockwood	Lockwood Township		US	SD	109	37980	0	America/Chicago
5229404	Township of Lone Tree	township-of-lone-tree	Lone Tree Township		US	SD	023	38620	0	America/Chicago
5229413	Township of Long Hollow	township-of-long-hollow	Long Hollow Township		US	SD	109	38780	0	America/Chicago
5229426	Town of Long Lake	town-of-long-lake			US	SD	089	38860	31	America/Chicago
5229450	Township of Lowe	township-of-lowe	Lowe Township		US	SD	039	39060	0	America/Chicago
5229453	Township of Lowell	township-of-lowell	Lowell Township		US	SD	091	39100	0	America/Chicago
5229464	Town of Lowry	town-of-lowry			US	SD	129	39260	6	America/Chicago
5229474	Township of Lura	township-of-lura	Lura Township		US	SD	051	39500	0	America/Chicago
5229504	Township of Lynn	township-of-lynn	Lynn Township		US	SD	037	39580	0	America/Chicago
5229505	Township of Lynn	township-of-lynn	Lynn Township		US	SD	083	39620	0	America/Chicago
5229506	Township of Lynn	township-of-lynn	Lynn Township		US	SD	101	39660	0	America/Chicago
5229510	Township of Lyon	township-of-lyon	Lyon Township		US	SD	015	39700	0	America/Chicago
5229514	Township of Lyons	township-of-lyons	Lyons Township		US	SD	099	39780	0	America/Chicago
5229529	City of Madison	city-of-madison			US	SD	079	40220	6474	America/Chicago
5229531	Township of Madison	township-of-madison	Madison Township		US	SD	045	40140	0	America/Chicago
5229532	Township of Madison	township-of-madison	Madison Township		US	SD	051	40180	0	America/Chicago
5229544	Township of Manchester	township-of-manchester	Manchester Township		US	SD	077	40500	0	America/Chicago
5229553	Township of Mapleton	township-of-mapleton	Mapleton Township		US	SD	099	40660	0	America/Chicago
5229559	Township of Marindahl	township-of-marindahl	Marindahl Township		US	SD	135	40820	0	America/Chicago
5229562	City of Marion	city-of-marion			US	SD	125	40860	784	America/Chicago
5229563	Township of Marion	township-of-marion	Marion Township		US	SD	125	40900	0	America/Chicago
5229566	Township of Marlar	township-of-marlar	Marlar Township		US	SD	073	40980	0	America/Chicago
5229591	Town of Marvin	town-of-marvin			US	SD	051	41220	34	America/Chicago
5229596	Township of Mathews	township-of-mathews	Mathews Township,Township of Mathews,Township of Matthews		US	SD	077	41260	0	America/Chicago
5229609	Township of Maydell	township-of-maydell	Maydell Township		US	SD	025	41460	0	America/Chicago
5229614	Township of Mayfield	township-of-mayfield	Mayfield Township		US	SD	135	41540	0	America/Chicago
5229618	Township of Mazeppa	township-of-mazeppa	Antelope Valley Township,Mazeppa Township,Township of Mazeppa		US	SD	051	41580	0	America/Chicago
5229645	Township of McKinley	township-of-mckinley	McKinley Township		US	SD	091	39980	0	America/Chicago
5229650	Township of McNeely	township-of-mcneely	McNeely Township		US	SD	123	40100	0	America/Chicago
5229662	Township of Meckling	township-of-meckling	Meckling Township		US	SD	027	41740	0	America/Chicago
5229666	Township of Medary	township-of-medary	Medary Township		US	SD	011	41780	0	America/Chicago
5229689	City of Mellette	city-of-mellette			US	SD	115	41860	210	America/Chicago
5229690	Township of Mellette	township-of-mellette	Mellette Township		US	SD	115	41900	0	America/Chicago
5229693	Township of Melrose	township-of-melrose	Melrose Township		US	SD	051	41940	0	America/Chicago
5229699	City of Menno	city-of-menno			US	SD	067	41980	608	America/Chicago
5229706	Township of Mercier	township-of-mercier	Mercier Township		US	SD	013	42020	0	America/Chicago
5229710	Township of Merton	township-of-merton	Merton Township		US	SD	025	42060	0	America/Chicago
5229723	Township of Middleton	township-of-middleton	Middleton Township		US	SD	125	42100	0	America/Chicago
5229724	Township of Midland	township-of-midland	Midland Township		US	SD	059	42180	0	America/Chicago
5229741	City of Milbank	city-of-milbank			US	SD	051	42260	3353	America/Chicago
5229743	Township of Milford	township-of-milford	Milford Township,Millford Township,Township of Milford		US	SD	005	42340	0	America/Chicago
5229760	City of Miller	city-of-miller			US	SD	059	42460	1489	America/Chicago
5229761	Township of Miller	township-of-miller	Miller Township		US	SD	059	42500	0	America/Chicago
5229762	Township of Miller	township-of-miller	Miller Township		US	SD	091	42540	0	America/Chicago
5229766	Township of Milltown	township-of-milltown	Milltown Township		US	SD	067	42660	0	America/Chicago
5229776	Township of Miner	township-of-miner	Miner Township		US	SD	097	42740	0	America/Chicago
5229784	Township of Minnesota	township-of-minnesota	Minnesota Township		US	SD	109	42820	0	America/Chicago
5229792	Town of Mission Hill	town-of-mission-hill			US	SD	135	42980	177	America/Chicago
5229793	Township of Mission Hill	township-of-mission-hill	Mission Hill Township		US	SD	135	43020	0	America/Chicago
5229814	Township of Molan	township-of-molan	Molan Township		US	SD	067	43260	0	America/Chicago
5229821	Township of Mondamin	township-of-mondamin	Mondamin Township		US	SD	059	43300	0	America/Chicago
5229827	Town of Monroe	town-of-monroe			US	SD	125	43380	160	America/Chicago
5229829	Township of Monroe	township-of-monroe	Monroe Township		US	SD	125	43420	0	America/Chicago
5229831	Township of Montpelier	township-of-montpelier	Montpelier Township		US	SD	045	43460	0	America/Chicago
5229834	City of Montrose	city-of-montrose			US	SD	087	43500	472	America/Chicago
5229835	Township of Montrose	township-of-montrose	Montrose Township		US	SD	087	43540	0	America/Chicago
5229840	Township of Moore	township-of-moore	Moore Township		US	SD	023	43580	0	America/Chicago
5229858	Township of Morton	township-of-morton	Morton Township		US	SD	037	43900	0	America/Chicago
5229864	Township of Modena	township-of-modena	Modena Township		US	SD	045	43200	0	America/Chicago
5229876	Township of Mount Pleasant	township-of-mount-pleasant	Mount Pleasant Township		US	SD	025	44060	0	America/Chicago
5229879	City of Mount Vernon	city-of-mount-vernon			US	SD	035	44100	462	America/Chicago
5229880	Township of Mount Vernon	township-of-mount-vernon	Mount Vernon Township		US	SD	035	44140	0	America/Chicago
5229930	Township of Myron	township-of-myron	Myron Township		US	SD	049	44420	0	America/Chicago
5229941	Town of Naples	town-of-naples			US	SD	025	44620	41	America/Chicago
5229952	Township of Nance	township-of-nance	Nance Township		US	SD	005	44500	0	America/Chicago
5229977	Town of New Effington	town-of-new-effington			US	SD	109	44820	256	America/Chicago
5229986	Township of New Hope	township-of-new-hope	New Hope Township		US	SD	013	44980	0	America/Chicago
5229993	Township of Newark	township-of-newark	Newark Township		US	SD	091	44780	0	America/Chicago
5229996	Township of Newport	township-of-newport	Newport Township		US	SD	091	45020	0	America/Chicago
5230025	Township of Norden	township-of-norden	Norden Township		US	SD	039	45300	0	America/Chicago
5230026	Township of Norden	township-of-norden	Norden Township		US	SD	057	45340	0	America/Chicago
5230028	Township of Nordland	township-of-nordland	Nordland Township		US	SD	091	45380	0	America/Chicago
5230041	Township of North Bryant	township-of-north-bryant	North Bryant Township		US	SD	045	45500	0	America/Chicago
5230043	Unorganized Territory of North Buffalo	unorganized-territory-of-north-buffalo			US	SD	017	45510	0	America/Chicago
5230053	Township of North Detroit	township-of-north-detroit	North Detroit Township		US	SD	013	45540	0	America/Chicago
5230060	Unorganized Territory of North Hughes	unorganized-territory-of-north-hughes			US	SD	065	45590	0	America/Chicago
5230061	Unorganized Territory of North Hyde	unorganized-territory-of-north-hyde			US	SD	069	45595	0	America/Chicago
5230073	Unorganized Territory of North Gregory	unorganized-territory-of-north-gregory			US	SD	053	45582	0	America/Chicago
5230077	City of North Sioux City	city-of-north-sioux-city	City of North Sioux City,North Sioux City		US	SD	127	45700	2530	America/Chicago
5230086	Unorganized Territory of Northeast Bon Homme	unorganized-territory-of-northeast-bon-homme			US	SD	009	45550	0	America/Chicago
5230093	Town of Northville	town-of-northville			US	SD	115	45740	143	America/Chicago
5230094	Township of Northville	township-of-northville	Northville Township		US	SD	115	45780	0	America/Chicago
5230095	Unorganized Territory of Northwest Bon Homme	unorganized-territory-of-northwest-bon-homme			US	SD	009	45790	0	America/Chicago
5230096	Unorganized Territory of Northwest Hand	unorganized-territory-of-northwest-hand			US	SD	059	45795	0	America/Chicago
5230104	Township of Norway	township-of-norway	Norway Township		US	SD	027	45860	0	America/Chicago
5230105	Township of Norway	township-of-norway	Norway Township		US	SD	083	45900	0	America/Chicago
5230106	Township of Norway	township-of-norway	Norway Township		US	SD	109	45940	0	America/Chicago
5230107	Township of Norway	township-of-norway	Norway Township		US	SD	125	45980	0	America/Chicago
5230124	Town of Nunda	town-of-nunda			US	SD	079	46060	43	America/Chicago
5230125	Township of Nunda	township-of-nunda	Nunda Township		US	SD	079	46100	0	America/Chicago
5230127	Township of Nutley	township-of-nutley	Nutley Township		US	SD	037	46140	0	America/Chicago
5230131	Township of O'Neil	township-of-o-neil	O'Neil Township		US	SD	049	47060	0	America/Chicago
5230134	Town of Oacoma	town-of-oacoma			US	SD	085	46180	451	America/Chicago
5230135	Township of Oacoma	township-of-oacoma	Oacoma Township		US	SD	085	46220	0	America/Chicago
5230140	Township of Oak Gulch	township-of-oak-gulch	Oak Gulch Township		US	SD	037	46260	0	America/Chicago
5230143	Township of Oak Hollow	township-of-oak-hollow	Oak Hollow Township		US	SD	067	46300	0	America/Chicago
5230147	Township of Oak Lake	township-of-oak-lake	Oak Lake Township		US	SD	011	46340	0	America/Chicago
5230164	Township of Oakwood	township-of-oakwood	Oakwood Township		US	SD	011	46440	0	America/Chicago
5230173	Township of Odessa	township-of-odessa	Odessa Township		US	SD	045	46460	0	America/Chicago
5230178	Township of Ohio	township-of-ohio	Ohio Township		US	SD	059	46580	0	America/Chicago
5230182	Township of Ola	township-of-ola	Ola Township		US	SD	015	46740	0	America/Chicago
5230209	City of Oldham	city-of-oldham			US	SD	077	46780	133	America/Chicago
5230211	Township of Olean	township-of-olean	Olean Township		US	SD	115	46860	0	America/Chicago
5230216	Town of Olivet	town-of-olivet			US	SD	067	46900	74	America/Chicago
5230223	Town of Onaka	town-of-onaka			US	SD	049	46980	15	America/Chicago
5230225	Township of One Road	township-of-one-road	One Road Township		US	SD	109	47140	0	America/Chicago
5230227	Township of Oneida	township-of-oneida	Oneida Township		US	SD	111	47020	0	America/Chicago
5230229	Township of Oneota	township-of-oneota	Oneota Township		US	SD	013	47100	0	America/Chicago
5230233	Township of Ontario	township-of-ontario	Ontario Township		US	SD	059	47220	0	America/Chicago
5230236	Township of Opdahl	township-of-opdahl	Opdahl Township		US	SD	057	47300	0	America/Chicago
5230241	Township of Ordway	township-of-ordway	Ordway Township		US	SD	013	47420	0	America/Chicago
5230243	Town of Orient	town-of-orient			US	SD	049	47460	63	America/Chicago
5230244	Township of Orient	township-of-orient	Orient Township		US	SD	049	47500	0	America/Chicago
5230249	Township of Orland	township-of-orland	Orland Township		US	SD	079	47580	0	America/Chicago
5230254	Town of Ortley	town-of-ortley			US	SD	109	47660	65	America/Chicago
5230255	Township of Ortley	township-of-ortley	Ortley Township		US	SD	109	47700	0	America/Chicago
5230261	Township of Osceola	township-of-osceola	Osceola Township		US	SD	013	47740	0	America/Chicago
5230262	Township of Osceola	township-of-osceola	Osceola Township		US	SD	051	47780	0	America/Chicago
5230265	Township of Oslo	township-of-oslo	Oslo Township		US	SD	011	47860	0	America/Chicago
5230285	Township of Oxford	township-of-oxford	Oxford Township		US	SD	057	48060	0	America/Chicago
5230288	Township of Palatine	township-of-palatine	Palatine Township		US	SD	003	48180	0	America/Chicago
5230291	Township of Palisade	township-of-palisade	Palisade Township		US	SD	099	48220	0	America/Chicago
5230298	Township of Palmyra	township-of-palmyra	Palmyra Township		US	SD	013	48260	0	America/Chicago
5230308	Township of Park	township-of-park	Park Township		US	SD	059	48340	0	America/Chicago
5230311	City of Parker	city-of-parker			US	SD	125	48380	1022	America/Chicago
5230312	Township of Parker	township-of-parker	Parker Township		US	SD	125	48420	0	America/Chicago
5230317	City of Parkston	city-of-parkston			US	SD	067	48460	1508	America/Chicago
5230319	Township of Parnell	township-of-parnell	Parnell Township		US	SD	011	48540	0	America/Chicago
5230326	Township of Patten	township-of-patten	Patten Township		US	SD	003	48660	0	America/Chicago
5230346	Township of Pearl	township-of-pearl	Pearl Township		US	SD	059	48700	0	America/Chicago
5230347	Township of Pearl	township-of-pearl	Pearl Township		US	SD	087	48740	0	America/Chicago
5230352	Township of Pearl Creek	township-of-pearl-creek	Pearl Creek Township		US	SD	005	48780	0	America/Chicago
5230364	Town of Peever	town-of-peever			US	SD	109	48940	168	America/Chicago
5230368	Township of Pelican	township-of-pelican	Pelican Township		US	SD	029	48980	0	America/Chicago
5230373	Township of Pembrook	township-of-pembrook	Pembrook Township,Township of Pembroke,Township of Pembrook		US	SD	045	49020	0	America/Chicago
5230387	Township of Perry	township-of-perry	Perry Township		US	SD	083	49260	0	America/Chicago
5230396	Township of Perry	township-of-perry	Perry Township		US	SD	035	49220	0	America/Chicago
5230406	Township of Phipps	township-of-phipps	Phipps Township		US	SD	029	49340	0	America/Chicago
5230413	Town of Pickstown	town-of-pickstown			US	SD	023	49460	201	America/Chicago
5230418	Town of Pierpont	town-of-pierpont	Town of Pierpoint,Town of Pierpont		US	SD	037	49540	135	America/Chicago
5230440	Township of Pioneer	township-of-pioneer	Pioneer Township		US	SD	049	49780	0	America/Chicago
5230446	Township of Plain Center	township-of-plain-center	Plain Center Township		US	SD	023	49820	0	America/Chicago
5230449	Township of Plainfield	township-of-plainfield	Plainfield Township		US	SD	015	49860	0	America/Chicago
5230461	Township of Plainview	township-of-plainview	Plainview Township		US	SD	123	49940	0	America/Chicago
5230465	City of Plankinton	city-of-plankinton			US	SD	003	50020	707	America/Chicago
5230466	Township of Plankinton	township-of-plankinton	Plankinton Township		US	SD	003	50060	0	America/Chicago
5230470	Township of Plano	township-of-plano	Plano Township		US	SD	061	50140	0	America/Chicago
5230471	Township of Plato	township-of-plato	Plato Township		US	SD	059	50220	0	America/Chicago
5230480	City of Platte	city-of-platte			US	SD	023	50260	1230	America/Chicago
5230481	Township of Platte	township-of-platte	Platte Township		US	SD	023	50300	0	America/Chicago
5230490	Township of Pleasant Grove	township-of-pleasant-grove	Pleasant Grove Township		US	SD	015	50580	0	America/Chicago
5230505	Township of Pleasant Lake	township-of-pleasant-lake	Pleasant Lake Township		US	SD	003	50620	0	America/Chicago
5230527	Township of Pleasant Valley	township-of-pleasant-valley	Pleasant Valley Township		US	SD	003	50700	0	America/Chicago
5230528	Township of Pleasant Valley	township-of-pleasant-valley	Pleasant Valley Township		US	SD	027	50740	0	America/Chicago
5230529	Township of Pleasant Valley	township-of-pleasant-valley	Pleasant Valley Township		US	SD	053	50780	0	America/Chicago
5230530	Township of Pleasant Valley	township-of-pleasant-valley	Pleasant Valley Township		US	SD	059	50820	0	America/Chicago
5230532	Township of Pleasant Valley	township-of-pleasant-valley	Pleasant Valley Township		US	SD	091	50900	0	America/Chicago
5230533	Township of Pleasant Valley	township-of-pleasant-valley	Pleasant Valley Township		US	SD	123	50980	0	America/Chicago
5230549	Township of Pleasant View	township-of-pleasant-view	Pleasant View Township		US	SD	005	51020	0	America/Chicago
5230551	Township of Pleasant View	township-of-pleasant-view	Pleasant View Township		US	SD	123	51100	0	America/Chicago
5230552	Township of Pleasant	township-of-pleasant	Pleasant Township		US	SD	025	50340	0	America/Chicago
5230553	Township of Pleasant	township-of-pleasant	Pleasant Township		US	SD	061	50380	0	America/Chicago
5230554	Township of Pleasant	township-of-pleasant	Pleasant Township		US	SD	067	50420	0	America/Chicago
5230555	Township of Pleasant	township-of-pleasant	Pleasant Township		US	SD	073	50460	0	America/Chicago
5230556	Township of Pleasant	township-of-pleasant	Pleasant Township		US	SD	083	50500	0	America/Chicago
5230557	Township of Pleasant	township-of-pleasant	Pleasant Township		US	SD	085	50540	0	America/Chicago
5230564	Township of Plummer	township-of-plummer	Plummer Township		US	SD	015	51180	0	America/Chicago
5230586	Township of Portage	township-of-portage	Portage Township		US	SD	013	51380	0	America/Chicago
5230588	Township of Portland	township-of-portland	Portland Township		US	SD	039	51420	0	America/Chicago
5230595	Township of Powell	township-of-powell	Powell Township		US	SD	045	51500	0	America/Chicago
5230601	Township of Prairie Center	township-of-prairie-center	Prairie Center Township		US	SD	027	51580	0	America/Chicago
5230602	Township of Prairie Center	township-of-prairie-center	Prairie Center Township		US	SD	115	51620	0	America/Chicago
5230628	Township of Prairie	township-of-prairie	Prairie Township		US	SD	127	51540	0	America/Chicago
5230629	Township of Prairiewood	township-of-prairiewood	Prairiewood Township		US	SD	013	51720	0	America/Chicago
5230638	Township of Preston	township-of-preston	Preston Township		US	SD	011	51900	0	America/Chicago
5230648	Township of Prosper	township-of-prosper	Prosper Township		US	SD	035	52100	0	America/Chicago
5230654	Town of Pukwana	town-of-pukwana			US	SD	015	52220	285	America/Chicago
5230655	Township of Pukwana	township-of-pukwana	Pukwana Township		US	SD	015	52260	0	America/Chicago
5230666	Township of Putney	township-of-putney	Putney Township		US	SD	013	52460	0	America/Chicago
5230677	Township of Raber	township-of-raber	Raber Township		US	SD	065	52620	0	America/Chicago
5230678	Township of Racine	township-of-racine	Racine Township		US	SD	037	52660	0	America/Chicago
5230688	Township of Rames	township-of-rames	Rames Township		US	SD	123	52820	0	America/Chicago
5230691	Town of Ramona	town-of-ramona			US	SD	079	52860	174	America/Chicago
5230695	Township of Ramsey	township-of-ramsey	Ramsey Township		US	SD	087	52900	0	America/Chicago
5230709	Township of Raritan	township-of-raritan	Raritan Township		US	SD	037	53020	0	America/Chicago
5230716	Township of Rauville	township-of-rauville	Rauville Township		US	SD	029	53100	0	America/Chicago
5230717	Township of Ravenna	township-of-ravenna	Ravenna Township		US	SD	111	53140	0	America/Chicago
5230721	Town of Ravinia	town-of-ravinia			US	SD	023	53220	61	America/Chicago
5230722	Township of Ravinia	township-of-ravinia	Ravina Township,Ravinia Township,Township of Ravinia		US	SD	013	53180	0	America/Chicago
5230725	Town of Raymond	town-of-raymond			US	SD	025	53260	50	America/Chicago
5230726	Township of Raymond	township-of-raymond	Raymond Township		US	SD	025	53300	0	America/Chicago
5230732	Township of Red Iron Lake	township-of-red-iron-lake	Red Iron Lake Township		US	SD	091	53620	0	America/Chicago
5230738	Township of Red Lake	township-of-red-lake	Red Lake Township		US	SD	015	53660	0	America/Chicago
5230740	Township of Red Rock	township-of-red-rock	Red Rock Township		US	SD	099	53740	0	America/Chicago
5230749	City of Redfield	city-of-redfield			US	SD	115	53460	2333	America/Chicago
5230750	Township of Redfield	township-of-redfield	Redfield Township		US	SD	115	53500	0	America/Chicago
5230757	Township of Redstone	township-of-redstone	Redstone Township		US	SD	097	53860	0	America/Chicago
5230759	Town of Ree Heights	town-of-ree-heights			US	SD	059	53940	62	America/Chicago
5230763	Township of Ree	township-of-ree	Ree Township		US	SD	023	53900	0	America/Chicago
5230783	Town of Reliance	town-of-reliance			US	SD	085	54020	191	America/Chicago
5230797	Town of Revillo	town-of-revillo			US	SD	051	54220	119	America/Chicago
5230798	Township of Rex	township-of-rex	Rex Township		US	SD	085	54260	0	America/Chicago
5230805	Township of Rhoda	township-of-rhoda	Rhoda Township		US	SD	023	54340	0	America/Chicago
5230813	Township of Richfield	township-of-richfield	Richfield Township		US	SD	115	54380	0	America/Chicago
5230825	Township of Richland	township-of-richland	Richland Township		US	SD	005	54420	0	America/Chicago
5230826	Township of Richland	township-of-richland	Richland Township		US	SD	011	54460	0	America/Chicago
5230827	Township of Richland	township-of-richland	Richland Township		US	SD	013	54500	0	America/Chicago
5230828	Township of Richland	township-of-richland	Richland Township		US	SD	015	54540	0	America/Chicago
5230829	Township of Richland	township-of-richland	Richland Township		US	SD	025	54580	0	America/Chicago
5230830	Township of Richland	township-of-richland	Richland Township		US	SD	029	54620	0	America/Chicago
5230831	Township of Richland	township-of-richland	Richland Township		US	SD	045	54660	0	America/Chicago
5230832	Township of Richland	township-of-richland	Richland Township		US	SD	087	54740	0	America/Chicago
5230833	Unorganized Territory of Richland	unorganized-territory-of-richland			US	SD	127	54760	0	America/Chicago
5230862	Township of Riverside	township-of-riverside	Riverside Township		US	SD	013	54980	0	America/Chicago
5230863	Township of Riverside	township-of-riverside	Riverside Township		US	SD	027	55020	0	America/Chicago
5230864	Township of Riverside	township-of-riverside	Riverside Township		US	SD	059	55100	0	America/Chicago
5230869	Township of Riverview	township-of-riverview	River View Township,Riverview Township,Township of Riverview		US	SD	101	55260	0	America/Chicago
5230883	Township of Rock Creek	township-of-rock-creek	Rock Creek Township		US	SD	097	55380	0	America/Chicago
5230887	Township of Rockdale	township-of-rockdale	Rockdale Township		US	SD	059	55420	0	America/Chicago
5230891	Town of Rockham	town-of-rockham			US	SD	049	55540	33	America/Chicago
5230907	Township of Rome	township-of-rome	Rome Township		US	SD	035	55740	0	America/Chicago
5230908	Township of Rome	township-of-rome	Rome Township		US	SD	039	55780	0	America/Chicago
5230921	City of Roscoe	city-of-roscoe			US	SD	045	55820	329	America/Chicago
5230935	Township of Rose Hill	township-of-rose-hill	Rose Hill Township		US	SD	059	56220	0	America/Chicago
5230937	Township of Rose	township-of-rose	Rose Township		US	SD	085	55860	0	America/Chicago
5230943	Township of Rosedale	township-of-rosedale	Rosedale Township		US	SD	025	56020	0	America/Chicago
5230944	Township of Rosedale	township-of-rosedale	Rosedale Township		US	SD	061	56060	0	America/Chicago
5230947	Township of Rosefield	township-of-rosefield	Rosefield Township		US	SD	125	56180	0	America/Chicago
5230949	Township of Roseland	township-of-roseland	Roseland Township		US	SD	123	56260	0	America/Chicago
5230959	Township of Rosette	township-of-rosette	Rosette Township		US	SD	045	56300	0	America/Chicago
5230962	Town of Rosholt	town-of-rosholt			US	SD	109	56340	423	America/Chicago
5230966	Town of Roslyn	town-of-roslyn			US	SD	037	56380	183	America/Chicago
5230971	Township of Roswell	township-of-roswell	Roswell Township		US	SD	097	56460	0	America/Chicago
5230979	Township of Rouse	township-of-rouse	Rouse Township		US	SD	023	56500	0	America/Chicago
5231004	Township of Rusk	township-of-rusk	Rusk Township		US	SD	037	56940	0	America/Chicago
5231009	Township of Rutland	township-of-rutland	Rutland Township		US	SD	079	57020	0	America/Chicago
5231123	Town of Saint Lawrence	town-of-saint-lawrence			US	SD	059	57180	198	America/Chicago
5231124	Township of Saint Lawrence	township-of-saint-lawrence	Saint Lawrence Township,St. Lawrence Township		US	SD	059	57220	0	America/Chicago
5231242	City of Salem	city-of-salem			US	SD	087	57340	1347	America/Chicago
5231243	Township of Salem	township-of-salem	Salem Township		US	SD	125	57420	0	America/Chicago
5231244	Township of Salem	township-of-salem	Salern Township,Township of Salem,Township of Salern		US	SD	087	57380	0	America/Chicago
5231259	Township of Sand Creek	township-of-sand-creek	Sand Creek Township		US	SD	005	57500	0	America/Chicago
5231266	Township of Sangamon	township-of-sangamon	Sangamon Township		US	SD	045	57540	0	America/Chicago
5231271	Township of Saratoga	township-of-saratoga	Saratoga Township		US	SD	049	57620	0	America/Chicago
5231284	Township of Savo	township-of-savo	Savo Township		US	SD	013	57660	0	America/Chicago
5231294	Township of Scandinavia	township-of-scandinavia	Scandinavia Township		US	SD	039	57740	0	America/Chicago
5231726	Township of Schriever	township-of-schriever	Schriever Township		US	SD	053	57860	0	America/Chicago
5231738	City of Scotland	city-of-scotland			US	SD	009	57940	841	America/Chicago
5231740	Township of Scotland	township-of-scotland	Scotland Township		US	SD	037	58020	0	America/Chicago
5231756	Town of Seneca	town-of-seneca			US	SD	049	58180	38	America/Chicago
5231775	Township of Sharon	township-of-sharon	Sharon Township		US	SD	067	58340	0	America/Chicago
5231785	Township of Shelby	township-of-shelby	Shelby Township		US	SD	013	58380	0	America/Chicago
5231788	Township of Sheridan	township-of-sheridan	Sheridan Township		US	SD	029	58420	0	America/Chicago
5231794	Town of Sherman	town-of-sherman			US	SD	099	58580	78	America/Chicago
5231795	Township of Sherman	township-of-sherman	Sherman Township		US	SD	011	58460	0	America/Chicago
5231797	Township of Sherman	township-of-sherman	Sherman Township		US	SD	049	58540	0	America/Chicago
5231815	Township of Signal	township-of-signal	Signal Township		US	SD	023	58740	0	America/Chicago
5231831	Township of Silver Lake	township-of-silver-lake	Silver Lake Township		US	SD	067	58860	0	America/Chicago
5231846	Town of Sinai	town-of-sinai			US	SD	011	58900	120	America/Chicago
5231856	City of Sioux Falls	city-of-sioux-falls			US	SD	099	59020	153888	America/Chicago
5231862	Township of Sioux Valley	township-of-sioux-valley	Sioux Valley Township		US	SD	127	59140	0	America/Chicago
5231867	City of Sisseton	city-of-sisseton			US	SD	109	59260	2470	America/Chicago
5231868	Township of Sisseton	township-of-sisseton	Sisseton Township		US	SD	091	59220	0	America/Chicago
5231869	Township of Sisseton	township-of-sisseton	Sisseton Township		US	SD	109	59300	0	America/Chicago
5231872	Township of Silver Creek	township-of-silver-creek	Forestburg Township,Silver Creek Township,Township of Silver Creek		US	SD	111	58820	0	America/Chicago
5231900	Township of Smith	township-of-smith	Smith Township		US	SD	015	59540	0	America/Chicago
5231940	Township of South Detroit	township-of-south-detroit	South Detroit Township		US	SD	013	59840	0	America/Chicago
5231956	Unorganized Territory of Central Lyman	unorganized-territory-of-central-lyman	Unorganized Territory of Central Lyman,Unorganized Territory of South Lyman		US	SD	085	11154	0	America/Chicago
5231965	Town of South Shore	town-of-south-shore	Town of South Shore,Town of Southshore		US	SD	029	59940	225	America/Chicago
5231971	Unorganized Territory of Southeast Bon Homme	unorganized-territory-of-southeast-bon-homme			US	SD	009	59846	0	America/Chicago
5231972	Unorganized Territory of Southeast Buffalo	unorganized-territory-of-southeast-buffalo			US	SD	017	59850	0	America/Chicago
5231973	Unorganized Territory of Southeast Gregory	unorganized-territory-of-southeast-gregory			US	SD	053	59854	0	America/Chicago
5231974	Unorganized Territory of Southeast Yankton	unorganized-territory-of-southeast-yankton			US	SD	135	59858	0	America/Chicago
5231979	Unorganized Territory of Southwest Bon Homme	unorganized-territory-of-southwest-bon-homme			US	SD	009	59950	0	America/Chicago
5231980	Unorganized Territory of Southwest Faulk	unorganized-territory-of-southwest-faulk			US	SD	049	59960	0	America/Chicago
5231988	City of Spencer	city-of-spencer			US	SD	087	60060	154	America/Chicago
5231994	Township of Spink	township-of-spink	Spink Township		US	SD	127	60140	0	America/Chicago
5231997	Township of Spirit Lake	township-of-spirit-lake	Spirit Lake Township		US	SD	077	60220	0	America/Chicago
5232008	Township of Split Rock	township-of-split-rock	Split Rock Township		US	SD	099	60300	0	America/Chicago
5232014	Township of Spirit Mound	township-of-spirit-mound	Spirit Mound Township		US	SD	027	60260	0	America/Chicago
5232023	Township of Spring Creek	township-of-spring-creek	Spring Creek Township		US	SD	101	60460	0	America/Chicago
5232027	Township of Spring Grove	township-of-spring-grove	Spring Grove Township		US	SD	109	60740	0	America/Chicago
5232030	Township of Spring Hill	township-of-spring-hill	Spring Hill Township		US	SD	059	60780	0	America/Chicago
5232042	Township of Spring Lake	township-of-spring-lake	Spring Lake Township		US	SD	059	60820	0	America/Chicago
5232043	Township of Spring Lake	township-of-spring-lake	Spring Lake Township		US	SD	061	60860	0	America/Chicago
5232045	Township of Spring Lake	township-of-spring-lake	Spring Lake Township		US	SD	077	60940	0	America/Chicago
5232062	Township of Spring Valley	township-of-spring-valley	Spring Valley Township		US	SD	025	60980	0	America/Chicago
5232064	Township of Spring Valley	township-of-spring-valley	Spring Valley Township		US	SD	087	61060	0	America/Chicago
5232065	Township of Spring Valley	township-of-spring-valley	Spring Valley Township		US	SD	125	61140	0	America/Chicago
5232070	Township of Spring	township-of-spring	Spring Township		US	SD	115	60420	0	America/Chicago
5232075	Township of Springdale	township-of-springdale	Springdale Township		US	SD	083	60580	0	America/Chicago
5232076	Township of Springdale	township-of-springdale	Springdale Township		US	SD	109	60620	0	America/Chicago
5232082	City of Springfield	city-of-springfield			US	SD	009	60660	1989	America/Chicago
5232107	Township of Star Valley	township-of-star-valley	Star Valley Township		US	SD	053	61460	0	America/Chicago
5232108	Township of Star Valley	township-of-star-valley	Star Valley Township		US	SD	123	61500	0	America/Chicago
5232109	Township of Star	township-of-star	Star Township,Township of Star,Township of Starr		US	SD	027	61340	0	America/Chicago
5232114	Township of Starr	township-of-starr	Starr Township		US	SD	067	61420	0	America/Chicago
5232126	Township of Stena	township-of-stena	Stena Township		US	SD	091	61540	0	America/Chicago
5232137	Township of Sterling	township-of-sterling	Sterling Township		US	SD	011	61620	0	America/Chicago
5232143	Township of Stewart	township-of-stewart	Stewart Township		US	SD	123	61660	0	America/Chicago
5232152	Town of Stickney	town-of-stickney			US	SD	003	61700	284	America/Chicago
5232163	Town of Stockholm	town-of-stockholm			US	SD	051	61740	108	America/Chicago
5232164	Township of Stockholm	township-of-stockholm	Stockholm Township		US	SD	051	61780	0	America/Chicago
5232189	Town of Strandburg	town-of-strandburg			US	SD	051	61980	72	America/Chicago
5232192	Town of Stratford	town-of-stratford			US	SD	013	62020	72	America/Chicago
5232203	Township of Sully	township-of-sully	Sully Township		US	SD	123	62140	0	America/Chicago
5232210	Town of Summit	town-of-summit			US	SD	109	62220	288	America/Chicago
5232211	Township of Summit	township-of-summit	Summit Township		US	SD	079	62180	0	America/Chicago
5232212	Township of Summit	township-of-summit	Summit Township		US	SD	109	62260	0	America/Chicago
5232216	Township of Sumner	township-of-sumner	Sumner Township		US	SD	115	62300	0	America/Chicago
5232221	Township of Sun Prairie	township-of-sun-prairie	Sun Prairie Township		US	SD	087	62420	0	America/Chicago
5232257	Township of Susquehanna	township-of-susquehanna	Susquehanna Township		US	SD	067	62500	0	America/Chicago
5232263	Township of Sverdrup	township-of-sverdrup	Sverdrup Township		US	SD	099	62540	0	America/Chicago
5232273	Township of Swan Lake	township-of-swan-lake	Swan Lake Township		US	SD	125	62580	0	America/Chicago
5232288	Township of Sweet	township-of-sweet	Sweet Township		US	SD	067	62620	0	America/Chicago
5232302	Town of Tabor	town-of-tabor			US	SD	009	62820	423	America/Chicago
5232309	Township of Tamworth	township-of-tamworth	Tamworth Township		US	SD	049	62940	0	America/Chicago
5232312	Township of Taopi	township-of-taopi	Taopi Township		US	SD	099	62980	0	America/Chicago
5232315	Township of Taylor	township-of-taylor	Taylor Township		US	SD	061	63020	0	America/Chicago
5232318	City of Tea	city-of-tea			US	SD	083	63100	3806	America/Chicago
5232330	Township of Tetonka	township-of-tetonka	Tetonka Township		US	SD	115	63260	0	America/Chicago
5232337	Township of Theresa	township-of-theresa	Theresa Township		US	SD	005	63300	0	America/Chicago
5232347	Township of Thorp	township-of-thorp	Thorp Township		US	SD	025	63380	0	America/Chicago
5232350	Township of Three Rivers	township-of-three-rivers	Three Rivers Township		US	SD	115	63420	0	America/Chicago
5232375	Town of Tolstoy	town-of-tolstoy			US	SD	107	63700	36	America/Chicago
5232381	Town of Toronto	town-of-toronto			US	SD	039	63740	212	America/Chicago
5232384	Township of Torrey Lake	township-of-torrey-lake	Torey Lake Township,Torrey Lake Township,Tory Lake Township,Township of Torrey Lake		US	SD	015	63780	0	America/Chicago
5232395	Town of Trent	town-of-trent			US	SD	101	63940	232	America/Chicago
5232396	Township of Trenton	township-of-trenton	Trenton Township		US	SD	011	63980	0	America/Chicago
5232422	City of Tripp	city-of-tripp			US	SD	067	64020	647	America/Chicago
5232431	Township of Troy	township-of-troy	Troy Township		US	SD	037	64100	0	America/Chicago
5232432	Township of Troy	township-of-troy	Troy Township		US	SD	051	64180	0	America/Chicago
5232435	Township of Tobin	township-of-tobin	Tobin Township		US	SD	035	63660	0	America/Chicago
5232438	Township of Truro	township-of-truro	Truro Township		US	SD	003	64220	0	America/Chicago
5232445	Town of Tulare	town-of-tulare			US	SD	115	64300	207	America/Chicago
5232446	Township of Tulare	township-of-tulare	Tulare Township		US	SD	115	64340	0	America/Chicago
5232456	Township of Turkey Valley	township-of-turkey-valley	Turkey Valley Township		US	SD	135	64460	0	America/Chicago
5232460	Township of Turner	township-of-turner	Turner Township		US	SD	125	64500	0	America/Chicago
5232466	Town of Turton	town-of-turton			US	SD	115	64540	48	America/Chicago
5232467	Township of Turton	township-of-turton	Turton Township		US	SD	115	64580	0	America/Chicago
5232473	Town of Twin Brooks	town-of-twin-brooks			US	SD	051	64700	69	America/Chicago
5232474	Township of Twin Brooks	township-of-twin-brooks	Twin Brooks Township		US	SD	051	64740	0	America/Chicago
5232477	Township of Twin Lake	township-of-twin-lake	Twin Lake Township		US	SD	111	64820	0	America/Chicago
5232492	City of Tyndall	city-of-tyndall			US	SD	009	64860	1067	America/Chicago
5232520	Township of Union	township-of-union	Union Township		US	SD	015	64940	0	America/Chicago
5232521	Township of Union	township-of-union	Union Township		US	SD	035	65020	0	America/Chicago
5232522	Township of Union	township-of-union	Union Township		US	SD	037	65060	0	America/Chicago
5232523	Township of Union	township-of-union	Union Township		US	SD	045	65100	0	America/Chicago
5232524	Township of Union	township-of-union	Union Township		US	SD	049	65140	0	America/Chicago
5232527	Township of Union	township-of-union	Union Township		US	SD	087	65340	0	America/Chicago
5232528	Township of Union	township-of-union	Union Township		US	SD	101	65420	0	America/Chicago
5232529	Township of Union	township-of-union	Union Township		US	SD	111	65460	0	America/Chicago
5232530	Township of Union	township-of-union	Union Township		US	SD	115	65500	0	America/Chicago
5232550	Town of Utica	town-of-utica			US	SD	135	65780	65	America/Chicago
5232551	Township of Utica	township-of-utica	Utica Township		US	SD	135	65820	0	America/Chicago
5232558	City of Valley Springs	city-of-valley-springs			US	SD	099	66260	759	America/Chicago
5232559	Township of Valley Springs	township-of-valley-springs	Valley Springs Township		US	SD	099	66300	0	America/Chicago
5232562	Township of Valley	township-of-valley	Valley Township		US	SD	005	65980	0	America/Chicago
5232563	Township of Valley	township-of-valley	Valley Township		US	SD	037	66020	0	America/Chicago
5232564	Township of Valley	township-of-valley	Valley Township		US	SD	043	66060	0	America/Chicago
5232566	Township of Valley	township-of-valley	Valley Township		US	SD	067	66140	0	America/Chicago
5232567	Township of Valley	township-of-valley	Valley Township		US	SD	069	66180	0	America/Chicago
5232568	Township of Valley	township-of-valley	Valley Township		US	SD	123	66220	0	America/Chicago
5232583	City of Veblen	city-of-veblen			US	SD	091	66540	531	America/Chicago
5232584	Township of Veblen	township-of-veblen	Veblen Township		US	SD	091	66580	0	America/Chicago
5232591	Town of Verdon	town-of-verdon			US	SD	013	66660	5	America/Chicago
5232597	Township of Vermillion	township-of-vermillion	Township of Vermilion,Township of Vermillion,Vermillion Township		US	SD	027	66740	0	America/Chicago
5232598	Township of Vermillion	township-of-vermillion	Vermillion Township		US	SD	097	66780	0	America/Chicago
5232599	Township of Vermont	township-of-vermont	Vermont Township		US	SD	045	66820	0	America/Chicago
5232602	Township of Vernon	township-of-vernon	Vernon Township		US	SD	005	66860	0	America/Chicago
5232603	Township of Vernon	township-of-vernon	Vernon Township		US	SD	051	66900	0	America/Chicago
5232606	City of Viborg	city-of-viborg			US	SD	125	67020	782	America/Chicago
5232611	Township of Victor	township-of-victor	Victor Township		US	SD	091	67100	0	America/Chicago
5232612	Township of Victor	township-of-victor	Victor Township		US	SD	109	67180	0	America/Chicago
5232617	Town of Vienna	town-of-vienna			US	SD	025	67220	45	America/Chicago
5232621	Town of Vilas	town-of-vilas			US	SD	097	67340	20	America/Chicago
5232627	Township of Viola	township-of-viola	Viola Township		US	SD	073	67460	0	America/Chicago
5232629	Town of Virgil	town-of-virgil			US	SD	005	67500	16	America/Chicago
5232630	Township of Virginia	township-of-virginia	Virginia Township		US	SD	127	67580	0	America/Chicago
5232634	City of Vermillion	city-of-vermillion			US	SD	027	66700	10571	America/Chicago
5232638	City of Volga	city-of-volga			US	SD	011	67700	1768	America/Chicago
5232639	Township of Volga	township-of-volga	Volga Township		US	SD	011	67740	0	America/Chicago
5232642	Town of Volin	town-of-volin			US	SD	135	67780	161	America/Chicago
5232643	Township of Volin	township-of-volin	Volin Township		US	SD	135	67820	0	America/Chicago
5232659	Township of Wachter	township-of-wachter	Wachter Township		US	SD	089	67940	0	America/Chicago
5232660	Township of Wacker	township-of-wacker	Wacker Township		US	SD	089	67980	0	America/Chicago
5232669	City of Wagner	city-of-wagner			US	SD	023	68020	1566	America/Chicago
5232672	Township of Wahehe	township-of-wahehe	Wahehe Township		US	SD	023	68060	0	America/Chicago
5232675	Town of Wakonda	town-of-wakonda			US	SD	027	68100	321	America/Chicago
5232679	Township of Waldro	township-of-waldro	Waldro Township		US	SD	015	68220	0	America/Chicago
5232689	Township of Wall Lake	township-of-wall-lake	Wall Lake Township		US	SD	099	68460	0	America/Chicago
5232693	Town of Wallace	town-of-wallace			US	SD	029	68420	85	America/Chicago
5232696	Township of Walnut Grove	township-of-walnut-grove	Walnut Grove Township		US	SD	043	68500	0	America/Chicago
5232700	Township of Walshtown	township-of-walshtown	Walshtown Township		US	SD	135	68540	0	America/Chicago
5232709	Town of Ward	town-of-ward			US	SD	101	68660	48	America/Chicago
5232710	Township of Ward	township-of-ward	Ward Township		US	SD	101	68700	0	America/Chicago
5232715	Town of Warner	town-of-warner			US	SD	013	68740	457	America/Chicago
5232716	Township of Warner	township-of-warner	Warner Township		US	SD	013	68780	0	America/Chicago
5232718	Township of Warren	township-of-warren	Warren Township		US	SD	025	68820	0	America/Chicago
5232719	Township of Warren	township-of-warren	Warren Township		US	SD	111	68860	0	America/Chicago
5232730	Township of Washington	township-of-washington	Washington Township		US	SD	003	68900	0	America/Chicago
5232732	Township of Washington	township-of-washington	Washington Township		US	SD	025	68980	0	America/Chicago
5232733	Township of Washington	township-of-washington	Washington Township		US	SD	043	69020	0	America/Chicago
5232745	City of Watertown	city-of-watertown			US	SD	029	69300	21482	America/Chicago
5232751	City of Waubay	city-of-waubay			US	SD	037	69340	576	America/Chicago
5232752	Township of Waubay	township-of-waubay	Waubay Township		US	SD	037	69380	0	America/Chicago
5232756	Township of Waverly	township-of-waverly	Waverly Township		US	SD	029	69460	0	America/Chicago
5232757	Township of Waverly	township-of-waverly	Waverly Township		US	SD	091	69500	0	America/Chicago
5232758	Township of Wayne	township-of-wayne	Wayne Township		US	SD	061	69540	0	America/Chicago
5232759	Township of Wayne	township-of-wayne	Wayne Township		US	SD	079	69580	0	America/Chicago
5232760	Township of Wayne	township-of-wayne	Wayne Township		US	SD	099	69620	0	America/Chicago
5232762	Township of Weaver	township-of-weaver	Weaver Township		US	SD	123	69660	0	America/Chicago
5232763	Township of Weber	township-of-weber	Weber Township		US	SD	089	69700	0	America/Chicago
5232771	City of Webster	city-of-webster			US	SD	037	69780	1886	America/Chicago
5232772	Township of Webster	township-of-webster	Webster Township		US	SD	037	69740	0	America/Chicago
5232783	Township of Wellington	township-of-wellington	Wellington Township		US	SD	099	69940	0	America/Chicago
5232791	Township of Wentworth	township-of-wentworth	Wentworth Township		US	SD	079	70060	0	America/Chicago
5232792	Village of Wentworth	village-of-wentworth			US	SD	079	70020	171	America/Chicago
5232797	Township of Wesley	township-of-wesley	Wesley Township		US	SD	049	70100	0	America/Chicago
5232807	City of Wessington Springs	city-of-wessington-springs			US	SD	073	70220	956	America/Chicago
5232808	Township of Wessington Springs	township-of-wessington-springs	Wessington Springs Township		US	SD	073	70260	0	America/Chicago
5232809	City of Wessington	city-of-wessington			US	SD	005	70140	170	America/Chicago
5232810	Township of Wessington	township-of-wessington	Wessington Township		US	SD	005	70180	0	America/Chicago
5232830	Township of West Hanson	township-of-west-hanson	West Hanson Township		US	SD	013	70380	0	America/Chicago
5232834	Unorganized Territory of West McPherson	unorganized-territory-of-west-mcpherson			US	SD	089	70400	0	America/Chicago
5232844	Township of West Point	township-of-west-point	West Point Township		US	SD	015	70500	0	America/Chicago
5232850	Township of West Rondell	township-of-west-rondell	West Rondell Township		US	SD	013	70620	0	America/Chicago
5232856	Unorganized Territory of West Yankton	unorganized-territory-of-west-yankton			US	SD	135	70650	0	America/Chicago
5232860	Township of Weston	township-of-weston	Weston Township		US	SD	091	70420	0	America/Chicago
5232864	Town of Westport	town-of-westport			US	SD	013	70540	133	America/Chicago
5232865	Township of Westport	township-of-westport	Westport Township		US	SD	013	70580	0	America/Chicago
5232871	Town of Wetonka	town-of-wetonka			US	SD	089	70740	8	America/Chicago
5232876	Township of Wheatland	township-of-wheatland	Wheatland Township		US	SD	037	70820	0	America/Chicago
5232878	Township of Wheaton	township-of-wheaton	Wheaton Township		US	SD	059	70860	0	America/Chicago
5232905	City of White Lake	city-of-white-lake			US	SD	003	71180	372	America/Chicago
5232906	Township of White Lake	township-of-white-lake	White Lake Township		US	SD	003	71220	0	America/Chicago
5232910	Town of White Rock	town-of-white-rock			US	SD	109	71380	3	America/Chicago
5232911	Township of White Rock	township-of-white-rock	White Rock Township		US	SD	109	71420	0	America/Chicago
5232916	City of White	city-of-white			US	SD	011	70940	485	America/Chicago
5232917	Township of White	township-of-white	White Township		US	SD	091	70980	0	America/Chicago
5232919	Township of Whiteside	township-of-whiteside	Whiteside Township		US	SD	005	71460	0	America/Chicago
5232922	Township of Whitewood	township-of-whitewood	Whitewood Township		US	SD	077	71540	0	America/Chicago
5232933	Township of Wilbur	township-of-wilbur	Wilbur Township		US	SD	015	71700	0	America/Chicago
5232936	Township of White Swan	township-of-white-swan	White Swan Township		US	SD	023	71500	0	America/Chicago
5232944	Township of William Hamilton	township-of-william-hamilton	William Hamilton Township		US	SD	069	71740	0	America/Chicago
5232959	Township of Willow Creek	township-of-willow-creek	Willow Creek Township		US	SD	123	71860	0	America/Chicago
5232965	City of Willow Lake	city-of-willow-lake			US	SD	025	71940	263	America/Chicago
5232966	Township of Willow Lake	township-of-willow-lake	Willow Lake Township		US	SD	015	71900	0	America/Chicago
5232975	City of Wilmot	city-of-wilmot			US	SD	109	71980	492	America/Chicago
5232981	Township of Wilson	township-of-wilson	Wilson Township		US	SD	123	72060	0	America/Chicago
5232990	Township of Winfred	township-of-winfred	Winfred Township		US	SD	079	72140	0	America/Chicago
5232995	City of Winner	city-of-winner			US	SD	123	72180	2897	America/Chicago
5232998	Township of Winsor	township-of-winsor	Winsor Township		US	SD	011	72260	0	America/Chicago
5233000	Township of Wismer	township-of-wismer	Wismer Township		US	SD	091	72300	0	America/Chicago
5233006	Township of Wittenberg	township-of-wittenberg	Wittenberg Township		US	SD	067	72420	0	America/Chicago
5233013	Township of Wolf Creek	township-of-wolf-creek	Wolf Creek Township		US	SD	067	72460	0	America/Chicago
5233022	Town of Wolsey	town-of-wolsey			US	SD	005	72540	376	America/Chicago
5233023	Township of Wolsey	township-of-wolsey	Wolsey Township		US	SD	005	72580	0	America/Chicago
5233027	Township of Woodland	township-of-woodland	Woodland Township		US	SD	025	72660	0	America/Chicago
5233038	City of Woonsocket	city-of-woonsocket			US	SD	111	72700	655	America/Chicago
5233039	Township of Woonsocket	township-of-woonsocket	Woonsocket Township		US	SD	111	72740	0	America/Chicago
5233041	Township of Worthen	township-of-worthen	Worthen Township		US	SD	061	72780	0	America/Chicago
5233044	City of Worthing	city-of-worthing	City of Worthing,Town of Worthing		US	SD	083	72820	877	America/Chicago
5233052	Town of Yale	town-of-yale			US	SD	005	73020	108	America/Chicago
5233061	City of Yankton	city-of-yankton			US	SD	135	73060	14454	America/Chicago
5233064	Township of York	township-of-york	Township of York,York Township,Yory Township		US	SD	037	73220	0	America/Chicago
5233065	Township of York	township-of-york	York Township		US	SD	059	73260	0	America/Chicago
5233077	Township of Zell	township-of-zell	Zell Township		US	SD	049	73340	0	America/Chicago
5233148	Town of Addison	town-of-addison			US	VT	001	00325	1361	America/New_York
5233171	Town of Albany	town-of-albany	Town of Albany,Town of Lutterlock,Town of Lutterloh		US	VT	019	00475	912	America/New_York
5233188	Town of Alburgh	town-of-alburgh	Town of Alburg,Town of Alburgh,Town of Allenburgh,Town of Point Detourrer		US	VT	013	00860	1972	America/New_York
5233263	Town of Andover	town-of-andover			US	VT	027	01300	479	America/New_York
5233290	Town of Arlington	town-of-arlington			US	VT	003	01450	2270	America/New_York
5233320	Town of Athens	town-of-athens			US	VT	025	01900	434	America/New_York
5233339	Town of Averill	town-of-averill			US	VT	009	02125	24	America/New_York
5233386	Town of Bakersfield	town-of-bakersfield	Town of Bakersfield,Town of Knoultons Gore,Town of Knowlton Gore		US	VT	011	02500	1347	America/New_York
5233439	Town of Baltimore	town-of-baltimore			US	VT	027	02575	256	America/New_York
5233476	Town of Barnard	town-of-barnard			US	VT	027	02725	924	America/New_York
5233491	Town of Barnet	town-of-barnet			US	VT	005	02875	1674	America/New_York
5233515	City of Barre	city-of-barre			US	VT	023	03175	9052	America/New_York
5233516	Town of Barre	town-of-barre			US	VT	023	03250	7815	America/New_York
5233534	Town of Barton	town-of-barton	Town of Barton,Town of Providence		US	VT	019	03550	2674	America/New_York
5233731	Town of Belvidere	town-of-belvidere			US	VT	015	04375	356	America/New_York
5233763	Town of Bennington	town-of-bennington			US	VT	003	04825	15345	America/New_York
5233771	Town of Benson	town-of-benson			US	VT	021	05200	1028	America/New_York
5233776	Town of Berkshire	town-of-berkshire			US	VT	011	05425	1708	America/New_York
5233788	Town of Berlin	town-of-berlin			US	VT	023	05650	2815	America/New_York
5233801	Town of Bethel	town-of-bethel			US	VT	027	05800	2002	America/New_York
5233948	Town of Bloomfield	town-of-bloomfield	Town of Bloomfield,Town of Minehead		US	VT	009	06325	217	America/New_York
5233998	Town of Bolton	town-of-bolton			US	VT	007	06550	1189	America/New_York
5234064	Town of Bradford	town-of-bradford	Town of Bradford,Town of Moore Town,Town of Waitstown		US	VT	017	07375	2766	America/New_York
5234083	Town of Braintree	town-of-braintree			US	VT	017	07600	1228	America/New_York
5234116	Town of Brandon	town-of-brandon			US	VT	021	07750	3828	America/New_York
5234135	Town of Brattleboro	town-of-brattleboro			US	VT	025	07900	11679	America/New_York
5234162	Town of Bridgewater	town-of-bridgewater			US	VT	027	08275	925	America/New_York
5234175	Town of Brighton	town-of-brighton	Town of Brighton,Town of Gilead,Town of Number 31,Town of Random		US	VT	009	08725	1186	America/New_York
5234196	Town of Bristol	town-of-bristol			US	VT	001	09025	3945	America/New_York
5234228	Town of Brookfield	town-of-brookfield			US	VT	017	09325	1288	America/New_York
5234231	Town of Brookline	town-of-brookline			US	VT	025	09475	520	America/New_York
5234272	Town of Brownington	town-of-brownington			US	VT	019	09850	961	America/New_York
5234290	Town of Brunswick	town-of-brunswick			US	VT	009	10075	117	America/New_York
5234370	Town of Burke	town-of-burke			US	VT	005	10450	1722	America/New_York
5234386	City of Burlington	city-of-burlington			US	VT	007	10675	42417	America/New_York
5234468	Town of Cabot	town-of-cabot			US	VT	023	11125	1428	America/New_York
5234477	Town of Calais	town-of-calais			US	VT	023	11350	1596	America/New_York
5234507	Town of Cambridge	town-of-cambridge	Town of Cambridge,Town of Cambridgeboro		US	VT	015	11500	3769	America/New_York
5234593	Town of Canaan	town-of-canaan			US	VT	009	11800	936	America/New_York
5234655	Town of Castleton	town-of-castleton			US	VT	021	11950	4595	America/New_York
5234688	Town of Cavendish	town-of-cavendish			US	VT	027	12250	1352	America/New_York
5234792	Town of Charleston	town-of-charleston	Town of Charleston,Town of Navy		US	VT	019	13150	997	America/New_York
5234798	Town of Charlotte	town-of-charlotte			US	VT	007	13300	3861	America/New_York
5234819	Town of Chelsea	town-of-chelsea	Town of Chelsea,Town of Turnersburgh		US	VT	017	13525	1242	America/New_York
5234834	Town of Chester	town-of-chester			US	VT	027	13675	3082	America/New_York
5234870	Town of Chittenden	town-of-chittenden			US	VT	021	14350	1231	America/New_York
5234928	Town of Clarendon	town-of-clarendon			US	VT	021	14500	2489	America/New_York
5235036	Town of Colchester	town-of-colchester	Gorod Kolchester,Город Колчестер		US	VT	007	14875	17383	America/New_York
5235106	Town of Concord	town-of-concord			US	VT	009	15250	1214	America/New_York
5235173	Town of Corinth	town-of-corinth			US	VT	017	15700	1368	America/New_York
5235181	Town of Cornwall	town-of-cornwall			US	VT	001	16000	1193	America/New_York
5235200	Town of Coventry	town-of-coventry	Town of Coventry,Town of Coventry Falls,Town of Orleans		US	VT	019	16150	1049	America/New_York
5235231	Town of Craftsbury	town-of-craftsbury			US	VT	019	16300	1168	America/New_York
5235348	Town of Danby	town-of-danby			US	VT	021	16825	1286	America/New_York
5235363	Town of Danville	town-of-danville	Town of Danville,Town of Jo's Pond		US	VT	005	17125	2203	America/New_York
5235449	Town of Derby	town-of-derby			US	VT	019	17350	4464	America/New_York
5235507	Town of Dorset	town-of-dorset			US	VT	003	17725	1987	America/New_York
5235528	Town of Dover	town-of-dover			US	VT	025	17875	1100	America/New_York
5235581	Town of Dummerston	town-of-dummerston			US	VT	025	18325	1818	America/New_York
5235610	Town of Duxbury	town-of-duxbury			US	VT	023	18550	1333	America/New_York
5235717	Town of East Haven	town-of-east-haven			US	VT	009	21250	288	America/New_York
5235747	Town of East Montpelier	town-of-east-montpelier			US	VT	023	21925	2602	America/New_York
5235834	Town of Eden	town-of-eden			US	VT	015	23500	1353	America/New_York
5235892	Town of Elmore	town-of-elmore			US	VT	015	23725	881	America/New_York
5235931	Town of Enosburgh	town-of-enosburgh	Town of Enosburg,Town of Enosburgh		US	VT	011	24050	2743	America/New_York
5235959	Town of Essex	town-of-essex			US	VT	007	24175	20946	America/New_York
5236001	Town of Fair Haven	town-of-fair-haven			US	VT	021	25375	2633	America/New_York
5236014	Town of Fairfax	town-of-fairfax			US	VT	011	24925	4578	America/New_York
5236023	Town of Fairfield	town-of-fairfield			US	VT	011	25225	1913	America/New_York
5236034	Town of Fairlee	town-of-fairlee			US	VT	017	25675	997	America/New_York
5236079	Town of Fayston	town-of-fayston			US	VT	023	25825	1339	America/New_York
5236102	Town of Ferdinand	town-of-ferdinand			US	VT	009	25975	31	America/New_York
5236110	Town of Ferrisburgh	town-of-ferrisburgh	Town of Ferrisburg,Town of Ferrisburgh		US	VT	001	26300	2764	America/New_York
5236207	Town of Fletcher	town-of-fletcher			US	VT	011	26500	1317	America/New_York
5236286	Town of Franklin	town-of-franklin	Huntsburg,Town of Franklin,Town of Huntsburg,Town of Huntsburgh		US	VT	011	27100	0	America/New_York
5236379	Town of Georgia	town-of-georgia	Town of Georgia,Town of Hells Gate		US	VT	011	27700	4711	America/New_York
5236428	Town of Glastenbury	town-of-glastenbury			US	VT	003	27962	8	America/New_York
5236444	Town of Glover	town-of-glover			US	VT	019	28075	1089	America/New_York
5236495	Town of Goshen	town-of-goshen			US	VT	001	28600	164	America/New_York
5236528	Town of Grafton	town-of-grafton	Thomlinson,Town of Grafton		US	VT	025	28900	663	America/New_York
5236539	Town of Granby	town-of-granby			US	VT	009	29125	85	America/New_York
5236548	Town of Grand Isle	town-of-grand-isle	Town of Grand Isle,Town of Two Heros		US	VT	013	29275	2041	America/New_York
5236568	Town of Granville	town-of-granville	Kingston,Town of Granville		US	VT	001	29575	302	America/New_York
5236650	Town of Greensboro	town-of-greensboro	Colt's Hill,Town of Colt Hill,Town of Coltkiln,Town of Greensboro		US	VT	019	30175	742	America/New_York
5236681	Town of Groton	town-of-groton			US	VT	005	30550	1005	America/New_York
5236703	Town of Guildhall	town-of-guildhall	Town of Gilhall,Town of Guildhall		US	VT	009	30775	256	America/New_York
5236709	Town of Guilford	town-of-guilford			US	VT	025	30925	2070	America/New_York
5236754	Town of Halifax	town-of-halifax			US	VT	025	31150	716	America/New_York
5236798	Town of Hancock	town-of-hancock			US	VT	001	31525	326	America/New_York
5236831	Town of Hardwick	town-of-hardwick			US	VT	005	31825	2937	America/New_York
5236866	Town of Hartford	town-of-hartford			US	VT	027	32275	9779	America/New_York
5236872	Town of Hartland	town-of-hartland			US	VT	027	32425	3358	America/New_York
5237024	Town of Highgate	town-of-highgate			US	VT	011	33025	3629	America/New_York
5237061	Town of Hinesburg	town-of-hinesburg			US	VT	007	33475	4489	America/New_York
5237104	Town of Holland	town-of-holland	Elisiana,Town of Elysiana,Town of Holland,Town of Number 4		US	VT	019	33775	610	America/New_York
5237231	Town of Hubbardton	town-of-hubbardton			US	VT	021	34450	690	America/New_York
5237259	Town of Huntington	town-of-huntington			US	VT	007	34600	1991	America/New_York
5237283	Town of Hyde Park	town-of-hyde-park			US	VT	015	35050	3068	America/New_York
5237382	Town of Ira	town-of-ira			US	VT	021	35425	427	America/New_York
5237389	Town of Irasburg	town-of-irasburg			US	VT	019	35575	1127	America/New_York
5237409	Town of Isle La Motte	town-of-isle-la-motte	Town of Isle La Motte,Town of Vineyard		US	VT	013	35875	464	America/New_York
5237440	Town of Jamaica	town-of-jamaica			US	VT	025	36175	1011	America/New_York
5237452	Town of Jay	town-of-jay	Town of Carthage,Town of Jay,Town of Wyllis		US	VT	019	36325	560	America/New_York
5237484	Town of Jericho	town-of-jericho			US	VT	007	36700	5082	America/New_York
5237550	Town of Johnson	town-of-johnson			US	VT	015	37075	3526	America/New_York
5237683	Town of Killington	town-of-killington	Newry,Town of Killington,Town of Sherburne		US	VT	021	37685	790	America/New_York
5237724	Town of Kirby	town-of-kirby	Town of Hopkinsville,Town of Kirby		US	VT	005	37900	497	America/New_York
5237854	Town of Landgrove	town-of-landgrove			US	VT	003	39025	159	America/New_York
5237914	Town of Leicester	town-of-leicester			US	VT	001	39325	1114	America/New_York
5237919	Town of Lemington	town-of-lemington	Town of Lemington,Town of Limington		US	VT	009	39700	101	America/New_York
5237933	Town of Lewis	town-of-lewis			US	VT	009	39775	0	America/New_York
5237977	Town of Lincoln	town-of-lincoln			US	VT	001	40075	1268	America/New_York
5238063	Town of Londonderry	town-of-londonderry			US	VT	025	40225	1742	America/New_York
5238127	Town of Lowell	town-of-lowell	Town of Kellyvale,Town of Lowell		US	VT	019	40525	852	America/New_York
5238165	Town of Ludlow	town-of-ludlow			US	VT	027	41275	1929	America/New_York
5238173	Town of Lunenburg	town-of-lunenburg			US	VT	009	41425	1281	America/New_York
5238202	Town of Lyndon	town-of-lyndon			US	VT	005	41725	5907	America/New_York
5238242	Town of Maidstone	town-of-maidstone			US	VT	009	42475	203	America/New_York
5238280	Town of Manchester	town-of-manchester			US	VT	003	42850	4323	America/New_York
5238336	Town of Marlboro	town-of-marlboro			US	VT	025	43375	1062	America/New_York
5238354	Town of Marshfield	town-of-marshfield			US	VT	023	43600	1535	America/New_York
5238470	Town of Mendon	town-of-mendon			US	VT	021	44125	1033	America/New_York
5238519	Town of Middlebury	town-of-middlebury			US	VT	001	44350	8557	America/New_York
5238528	Town of Middlesex	town-of-middlesex			US	VT	023	44500	1753	America/New_York
5238539	Town of Middletown Springs	town-of-middletown-springs			US	VT	021	44800	731	America/New_York
5238617	Town of Milton	town-of-milton			US	VT	007	45250	10827	America/New_York
5238669	Town of Monkton	town-of-monkton			US	VT	001	45550	2071	America/New_York
5238684	Town of Montgomery	town-of-montgomery			US	VT	011	45850	1195	America/New_York
5238697	City of Montpelier	city-of-montpelier			US	VT	023	46000	7855	America/New_York
5238725	Town of Moretown	town-of-moretown			US	VT	023	46225	1660	America/New_York
5238739	Town of Morgan	town-of-morgan	Town of Caldersburgh,Town of Morgan		US	VT	019	46450	739	America/New_York
5238762	Town of Morristown	town-of-morristown			US	VT	015	46675	5415	America/New_York
5238826	Town of Mount Holly	town-of-mount-holly			US	VT	021	47200	1221	America/New_York
5238869	Town of Mount Tabor	town-of-mount-tabor			US	VT	021	47425	256	America/New_York
5239028	Town of New Haven	town-of-new-haven			US	VT	001	48700	1738	America/New_York
5239039	Town of Newark	town-of-newark			US	VT	005	47725	576	America/New_York
5239045	Town of Newbury	town-of-newbury			US	VT	017	48175	2200	America/New_York
5239057	Town of Newfane	town-of-newfane			US	VT	025	48400	1668	America/New_York
5239068	City of Newport	city-of-newport	Newport		US	VT	019	48850	4589	America/New_York
5239069	Town of Newport	town-of-newport	Town of Duncansborough,Town of Newport		US	VT	019	48925	2248	America/New_York
5239194	Town of North Hero	town-of-north-hero			US	VT	013	50650	793	America/New_York
5239298	Town of Northfield	town-of-northfield			US	VT	023	50275	6072	America/New_York
5239317	Town of Norton	town-of-norton			US	VT	009	52750	160	America/New_York
5239333	Town of Norwich	town-of-norwich			US	VT	027	52900	3376	America/New_York
5239510	Town of Orange	town-of-orange			US	VT	017	53425	1071	America/New_York
5239537	Town of Orwell	town-of-orwell			US	VT	001	53725	1247	America/New_York
5239609	Town of Panton	town-of-panton			US	VT	001	53950	682	America/New_York
5239665	Town of Pawlet	town-of-pawlet			US	VT	021	54250	1426	America/New_York
5239688	Town of Peacham	town-of-peacham			US	VT	005	54400	740	America/New_York
5239743	Town of Peru	town-of-peru			US	VT	003	55000	364	America/New_York
5239843	Town of Pittsfield	town-of-pittsfield			US	VT	021	55450	543	America/New_York
5239849	Town of Pittsford	town-of-pittsford			US	VT	021	55600	2879	America/New_York
5239859	Town of Plainfield	town-of-plainfield			US	VT	023	55825	1254	America/New_York
5239912	Town of Plymouth	town-of-plymouth			US	VT	027	56050	614	America/New_York
5239932	Town of Pomfret	town-of-pomfret			US	VT	027	56350	888	America/New_York
5239990	Town of Poultney	town-of-poultney			US	VT	021	56875	3315	America/New_York
5240001	Town of Pownal	town-of-pownal			US	VT	003	57025	3460	America/New_York
5240028	Town of Proctor	town-of-proctor			US	VT	021	57250	1662	America/New_York
5240091	Town of Putney	town-of-putney			US	VT	025	57700	2669	America/New_York
5240157	Town of Randolph	town-of-randolph			US	VT	017	58075	4786	America/New_York
5240191	Town of Readsboro	town-of-readsboro			US	VT	003	58600	742	America/New_York
5240194	Town of Reading	town-of-reading			US	VT	027	58375	653	America/New_York
5240274	Town of Richford	town-of-richford			US	VT	011	59125	2305	America/New_York
5240282	Town of Richmond	town-of-richmond			US	VT	007	59275	4126	America/New_York
5240306	Town of Ripton	town-of-ripton			US	VT	001	59650	593	America/New_York
5240387	Town of Rochester	town-of-rochester			US	VT	027	60100	1113	America/New_York
5240405	Town of Rockingham	town-of-rockingham			US	VT	025	60250	5118	America/New_York
5240471	Town of Roxbury	town-of-roxbury			US	VT	023	60625	680	America/New_York
5240477	Town of Royalton	town-of-royalton			US	VT	027	60850	2748	America/New_York
5240492	Town of Rupert	town-of-rupert			US	VT	003	61000	0	America/New_York
5240539	City of Rutland	city-of-rutland			US	VT	021	61225	16495	America/New_York
5240540	Town of Rutland	town-of-rutland			US	VT	021	61300	4017	America/New_York
5240547	Town of Ryegate	town-of-ryegate			US	VT	005	61525	1136	America/New_York
5240595	City of Saint Albans	city-of-saint-albans	City of Saint Albans,The Railroad City		US	VT	011	61675	6918	America/New_York
5240596	Town of Saint Albans	town-of-saint-albans			US	VT	011	61750	0	America/New_York
5240634	Town of Saint George	town-of-saint-george			US	VT	007	62050	0	America/New_York
5240673	Town of Saint Johnsbury	town-of-saint-johnsbury	Town of Bessborough,Town of Dunmmore,Town of Saint Johnsbury		US	VT	005	62200	0	America/New_York
5240768	Town of Salisbury	town-of-salisbury			US	VT	001	62575	1131	America/New_York
5240797	Town of Sandgate	town-of-sandgate			US	VT	003	62875	396	America/New_York
5240920	Town of Searsburg	town-of-searsburg			US	VT	003	63175	107	America/New_York
5240969	Town of Shaftsbury	town-of-shaftsbury			US	VT	003	63550	3519	America/New_York
5240977	Town of Sharon	town-of-sharon			US	VT	027	63775	1486	America/New_York
5241005	Town of Sheffield	town-of-sheffield			US	VT	005	64075	692	America/New_York
5241027	Town of Shelburne	town-of-shelburne			US	VT	007	64300	7759	America/New_York
5241042	Town of Sheldon	town-of-sheldon	Town of Hungerford,Town of Sheldon		US	VT	011	64600	2226	America/New_York
5241082	Town of Shoreham	town-of-shoreham			US	VT	001	65050	1268	America/New_York
5241089	Town of Shrewsbury	town-of-shrewsbury			US	VT	021	65275	1024	America/New_York
5241212	Town of Somerset	town-of-somerset			US	VT	025	65762	3	America/New_York
5241251	City of South Burlington	city-of-south-burlington			US	VT	007	66175	17904	America/New_York
5241283	Town of South Hero	town-of-south-hero			US	VT	013	67000	0	America/New_York
5241444	Town of Springfield	town-of-springfield			US	VT	027	69550	9170	America/New_York
5241481	Town of Stamford	town-of-stamford			US	VT	003	69775	819	America/New_York
5241492	Town of Stannard	town-of-stannard			US	VT	005	69925	224	America/New_York
5241509	Town of Starksboro	town-of-starksboro			US	VT	001	70075	1776	America/New_York
5241583	Town of Stockbridge	town-of-stockbridge			US	VT	027	70375	729	America/New_York
5241634	Town of Stowe	town-of-stowe			US	VT	015	70525	4448	America/New_York
5241642	Town of Strafford	town-of-strafford			US	VT	017	70675	1106	America/New_York
5241660	Town of Stratton	town-of-stratton			US	VT	025	70750	210	America/New_York
5241691	Town of Sudbury	town-of-sudbury			US	VT	021	71050	549	America/New_York
5241732	Town of Sunderland	town-of-sunderland			US	VT	003	71425	952	America/New_York
5241762	Town of Sutton	town-of-sutton	Town of Billymead,Town of Sutton		US	VT	005	71575	1023	America/New_York
5241780	Town of Swanton	town-of-swanton			US	VT	011	71725	6487	America/New_York
5241929	Town of Thetford	town-of-thetford			US	VT	017	72400	2601	America/New_York
5241979	Town of Tinmouth	town-of-tinmouth			US	VT	021	72925	611	America/New_York
5241999	Town of Topsham	town-of-topsham			US	VT	017	73075	1171	America/New_York
5242029	Town of Townshend	town-of-townshend			US	VT	025	73300	1205	America/New_York
5242065	Town of Troy	town-of-troy	Town of Missisco,Town of Missiskouie,Town of Missisquoi,Town of Troy		US	VT	019	73525	1608	America/New_York
5242084	Town of Tunbridge	town-of-tunbridge			US	VT	017	73675	1285	America/New_York
5242126	Town of Underhill	town-of-underhill			US	VT	007	73975	3064	America/New_York
5242237	City of Vergennes	city-of-vergennes			US	VT	001	74650	2588	America/New_York
5242290	Town of Vernon	town-of-vernon			US	VT	025	74800	2163	America/New_York
5242298	Town of Vershire	town-of-vershire	Arlington,Caley Town,Ely,Malden,Number 7,Town of Vershire		US	VT	017	74950	722	America/New_York
5242305	Town of Victory	town-of-victory			US	VT	009	75175	60	America/New_York
5242434	Town of Waitsfield	town-of-waitsfield			US	VT	023	75325	1718	America/New_York
5242442	Town of Walden	town-of-walden			US	VT	005	75700	925	America/New_York
5242471	Town of Wallingford	town-of-wallingford			US	VT	021	75925	2026	America/New_York
5242479	Town of Waltham	town-of-waltham			US	VT	001	76075	441	America/New_York
5242500	Town of Wardsboro	town-of-wardsboro			US	VT	025	76225	877	America/New_York
5242542	Town of Washington	town-of-washington	Town of Kingsland,Town of Washington		US	VT	017	76750	1035	America/New_York
5242560	Town of Waterbury	town-of-waterbury			US	VT	023	76975	5112	America/New_York
5242562	Town of Waterford	town-of-waterford	Town of Littleton,Town of Waterford		US	VT	005	77125	1278	America/New_York
5242574	Town of Waterville	town-of-waterville			US	VT	015	77425	691	America/New_York
5242588	Town of Weathersfield	town-of-weathersfield			US	VT	027	77500	2774	America/New_York
5242620	Town of Wells	town-of-wells			US	VT	021	77950	1135	America/New_York
5242697	Town of West Fairlee	town-of-west-fairlee			US	VT	017	79975	655	America/New_York
5242711	Town of West Haven	town-of-west-haven			US	VT	021	80875	258	America/New_York
5242770	Town of West Rutland	town-of-west-rutland			US	VT	021	82300	2229	America/New_York
5242794	Town of West Windsor	town-of-west-windsor			US	VT	027	83050	1084	America/New_York
5242801	Town of Westfield	town-of-westfield			US	VT	019	80200	518	America/New_York
5242807	Town of Westford	town-of-westford			US	VT	007	80350	2080	America/New_York
5242818	Town of Westminster	town-of-westminster			US	VT	025	81400	3077	America/New_York
5242820	Town of Westmore	town-of-westmore	Town of Westford,Town of Westmore		US	VT	019	81700	340	America/New_York
5242827	Town of Weston	town-of-weston			US	VT	027	82000	570	America/New_York
5242840	Town of Weybridge	town-of-weybridge			US	VT	001	83275	828	America/New_York
5242857	Town of Wheelock	town-of-wheelock			US	VT	005	83500	799	America/New_York
5242917	Town of Whiting	town-of-whiting			US	VT	001	83800	420	America/New_York
5242920	Town of Whitingham	town-of-whitingham			US	VT	025	83950	1335	America/New_York
5243000	Town of Williamstown	town-of-williamstown			US	VT	017	84175	3378	America/New_York
5243014	Town of Williston	town-of-williston			US	VT	007	84475	9409	America/New_York
5243037	Town of Wilmington	town-of-wilmington			US	VT	025	84700	1833	America/New_York
5243054	Town of Windham	town-of-windham			US	VT	025	84850	413	America/New_York
5243070	Town of Windsor	town-of-windsor			US	VT	027	84925	3464	America/New_York
5243077	Town of Winhall	town-of-winhall			US	VT	003	85075	756	America/New_York
5243093	City of Winooski	city-of-winooski			US	VT	007	85150	7267	America/New_York
5243107	Town of Wolcott	town-of-wolcott			US	VT	015	85375	1728	America/New_York
5243125	Town of Woodbury	town-of-woodbury			US	VT	023	85525	889	America/New_York
5243135	Town of Woodford	town-of-woodford			US	VT	003	85675	410	America/New_York
5243159	Town of Woodstock	town-of-woodstock			US	VT	027	85975	2982	America/New_York
5243174	Town of Worcester	town-of-worcester			US	VT	023	86125	981	America/New_York
5243521	City of Abbotsford	city-of-abbotsford			US	WI	073	00100	2310	America/Chicago
5243532	Town of Abrams	town-of-abrams			US	WI	083	00175	1854	America/Chicago
5243546	Town of Ackley	town-of-ackley			US	WI	067	00225	506	America/Chicago
5243577	City of Adams	city-of-adams			US	WI	001	00275	1967	America/Chicago
5243578	Town of Adams	town-of-adams			US	WI	001	00300	1301	America/Chicago
5243579	Town of Adams	town-of-adams			US	WI	045	00325	535	America/Chicago
5243580	Town of Adams	town-of-adams			US	WI	053	00350	1394	America/Chicago
5243589	Village of Adell	village-of-adell			US	WI	117	00450	516	America/Chicago
5243597	Town of Adrian	town-of-adrian			US	WI	081	00475	778	America/Chicago
5243619	Town of Agenda	town-of-agenda			US	WI	003	00550	416	America/Chicago
5243628	Town of Ahnapee	town-of-ahnapee			US	WI	061	00600	919	America/Chicago
5243633	Town of Ainsworth	town-of-ainsworth			US	WI	067	00625	451	America/Chicago
5243640	Town of Akan	town-of-akan			US	WI	103	00675	392	America/Chicago
5243652	Town of Alban	town-of-alban			US	WI	097	00725	896	America/Chicago
5243659	Town of Albany	town-of-albany			US	WI	045	00775	1132	America/Chicago
5243660	Town of Albany	town-of-albany			US	WI	091	00800	717	America/Chicago
5243661	Village of Albany	village-of-albany			US	WI	045	00750	1018	America/Chicago
5243671	Town of Albion	town-of-albion			US	WI	025	00875	2086	America/Chicago
5243672	Town of Albion	town-of-albion			US	WI	053	00900	1238	America/Chicago
5243673	Town of Albion	town-of-albion			US	WI	121	00925	673	America/Chicago
5243679	Town of Alden	town-of-alden			US	WI	095	00950	2764	America/Chicago
5243720	City of Algoma	city-of-algoma			US	WI	061	01000	3167	America/Chicago
5243721	Town of Algoma	town-of-algoma			US	WI	139	01025	7154	America/Chicago
5243776	Village of Allouez	village-of-allouez			US	WI	009	01150	13975	America/Chicago
5243781	Village of Alma Center	village-of-alma-center			US	WI	053	01300	503	America/Chicago
5243791	City of Alma	city-of-alma			US	WI	011	01225	781	America/Chicago
5243792	Town of Alma	town-of-alma			US	WI	011	01250	288	America/Chicago
5243793	Town of Alma	town-of-alma			US	WI	053	01275	1070	America/Chicago
5243796	Town of Almena	town-of-almena			US	WI	005	01350	863	America/Chicago
5243797	Village of Almena	village-of-almena			US	WI	005	01325	677	America/Chicago
5243799	Town of Almon	town-of-almon			US	WI	115	01375	578	America/Chicago
5243801	Town of Almond	town-of-almond			US	WI	097	01425	688	America/Chicago
5243802	Village of Almond	village-of-almond			US	WI	097	01400	448	America/Chicago
5243814	Town of Alto	town-of-alto			US	WI	039	01525	1048	America/Chicago
5243830	City of Altoona	city-of-altoona			US	WI	035	01550	6706	America/Chicago
5243842	Town of Alvin	town-of-alvin			US	WI	041	01625	152	America/Chicago
5243851	Town of Amberg	town-of-amberg			US	WI	075	01675	714	America/Chicago
5243876	City of Amery	city-of-amery			US	WI	095	01725	2902	America/Chicago
5243887	Village of Amherst Junction	village-of-amherst-junction			US	WI	097	01800	377	America/Chicago
5243889	Town of Amherst	town-of-amherst			US	WI	097	01775	1341	America/Chicago
5243890	Village of Amherst	village-of-amherst			US	WI	097	01750	1035	America/Chicago
5243905	Town of Amnicon	town-of-amnicon			US	WI	031	01825	1166	America/Chicago
5243953	Town of Anderson	town-of-anderson			US	WI	051	01925	57	America/Chicago
5243966	Town of Angelica	town-of-angelica			US	WI	115	01975	1779	America/Chicago
5243974	Town of Anderson	town-of-anderson			US	WI	013	01900	392	America/Chicago
5243975	Town of Angelo	town-of-angelo			US	WI	081	02025	1326	America/Chicago
5243985	Town of Aniwa	town-of-aniwa			US	WI	115	02100	534	America/Chicago
5243986	Village of Aniwa	village-of-aniwa			US	WI	115	02075	260	America/Chicago
5244005	Town of Anson	town-of-anson			US	WI	017	02175	2132	America/Chicago
5244022	City of Antigo	city-of-antigo			US	WI	067	02250	8234	America/Chicago
5244023	Town of Antigo	town-of-antigo			US	WI	067	02275	1370	America/Chicago
5244077	Town of Apple River	town-of-apple-river			US	WI	095	02350	1134	America/Chicago
5244091	City of Appleton	city-of-appleton			US	WI	087	02375	72623	America/Chicago
5244097	Town of Arbor Vitae	town-of-arbor-vitae			US	WI	125	02450	3302	America/Chicago
5244117	City of Arcadia	city-of-arcadia			US	WI	121	02500	2925	America/Chicago
5244118	Town of Arcadia	town-of-arcadia			US	WI	121	02525	1840	America/Chicago
5244130	Town of Arena	town-of-arena			US	WI	049	02575	1483	America/Chicago
5244131	Village of Arena	village-of-arena			US	WI	049	02550	834	America/Chicago
5244136	Town of Argonne	town-of-argonne			US	WI	041	02625	505	America/Chicago
5244141	Town of Argyle	town-of-argyle			US	WI	065	02675	441	America/Chicago
5244142	Village of Argyle	village-of-argyle			US	WI	065	02650	857	America/Chicago
5244151	Town of Arland	town-of-arland			US	WI	005	02775	779	America/Chicago
5244159	Town of Arlington	town-of-arlington			US	WI	021	02825	808	America/Chicago
5244160	Village of Arlington	village-of-arlington			US	WI	021	02800	819	America/Chicago
5244161	Town of Armenia	town-of-armenia			US	WI	057	02850	706	America/Chicago
5244173	Town of Armstrong Creek	town-of-armstrong-creek			US	WI	041	02950	395	America/Chicago
5244193	Town of Arpin	town-of-arpin			US	WI	141	03050	913	America/Chicago
5244194	Village of Arpin	village-of-arpin			US	WI	141	03025	333	America/Chicago
5244209	Town of Arthur	town-of-arthur			US	WI	017	03075	771	America/Chicago
5244240	Town of Ashford	town-of-ashford			US	WI	039	03150	1725	America/Chicago
5244260	City of Ashland	city-of-ashland			US	WI	003	03225	8216	America/Chicago
5244261	Town of Ashland	town-of-ashland			US	WI	003	03250	583	America/Chicago
5244270	Town of Ashippun	town-of-ashippun			US	WI	027	03200	2565	America/Chicago
5244272	Village of Ashwaubenon	village-of-ashwaubenon			US	WI	009	03425	16963	America/Chicago
5244311	Town of Athelstane	town-of-athelstane			US	WI	075	03525	502	America/Chicago
5244318	Village of Athens	village-of-athens			US	WI	073	03550	1105	America/Chicago
5244329	Town of Atlanta	town-of-atlanta			US	WI	107	03600	579	America/Chicago
5244353	Town of Auburn	town-of-auburn			US	WI	017	03725	711	America/Chicago
5244354	Town of Auburn	town-of-auburn			US	WI	039	03750	2343	America/Chicago
5244359	Town of Auburndale	town-of-auburndale			US	WI	141	03800	833	America/Chicago
5244360	Village of Auburndale	village-of-auburndale			US	WI	141	03775	703	America/Chicago
5244372	City of Augusta	city-of-augusta			US	WI	035	03825	1550	America/Chicago
5244386	Town of Aurora	town-of-aurora			US	WI	037	03875	1046	America/Chicago
5244387	Town of Aurora	town-of-aurora			US	WI	119	03900	417	America/Chicago
5244388	Town of Aurora	town-of-aurora			US	WI	137	03925	970	America/Chicago
5244412	Village of Avoca	village-of-avoca			US	WI	049	04025	637	America/Chicago
5244418	Town of Avon	town-of-avon			US	WI	105	04100	602	America/Chicago
5244426	Town of Aztalan	town-of-aztalan			US	WI	055	04125	1485	America/Chicago
5244506	Town of Bagley	town-of-bagley			US	WI	083	04275	288	America/Chicago
5244507	Village of Bagley	village-of-bagley			US	WI	043	04250	379	America/Chicago
5244524	Town of Baileys Harbor	town-of-baileys-harbor			US	WI	029	04325	1031	America/Chicago
5244581	Town of Baldwin	town-of-baldwin			US	WI	109	04425	932	America/Chicago
5244582	Village of Baldwin	village-of-baldwin			US	WI	109	04400	3957	America/Chicago
5244614	Town of Balsam Lake	town-of-balsam-lake			US	WI	095	04500	1396	America/Chicago
5244615	Village of Balsam Lake	village-of-balsam-lake			US	WI	095	04475	1009	America/Chicago
5244627	Town of Bangor	town-of-bangor			US	WI	063	04575	636	America/Chicago
5244628	Village of Bangor	village-of-bangor			US	WI	063	04550	1459	America/Chicago
5244651	City of Baraboo	city-of-baraboo			US	WI	111	04625	12048	America/Chicago
5244652	Town of Baraboo	town-of-baraboo			US	WI	111	04650	1728	America/Chicago
5244685	Town of Barksdale	town-of-barksdale			US	WI	007	04725	726	America/Chicago
5244702	Town of Barnes	town-of-barnes			US	WI	007	04750	0	America/Chicago
5244704	Village of Barneveld	village-of-barneveld			US	WI	049	04775	1231	America/Chicago
5244730	Town of Barre	town-of-barre			US	WI	063	04825	1270	America/Chicago
5244757	City of Barron	city-of-barron			US	WI	005	04875	3423	America/Chicago
5244758	Town of Barron	town-of-barron			US	WI	005	04900	875	America/Chicago
5244761	Town of Barronett	town-of-barronett			US	WI	129	04950	432	America/Chicago
5244770	Town of Bartelme	town-of-bartelme			US	WI	115	05000	814	America/Chicago
5244786	Town of Barton	town-of-barton			US	WI	131	05050	2615	America/Chicago
5244798	Town of Bashaw	town-of-bashaw			US	WI	129	05125	921	America/Chicago
5244888	Town of Bass Lake	town-of-bass-lake			US	WI	113	05200	2367	America/Chicago
5244889	Town of Bass Lake	town-of-bass-lake			US	WI	129	05225	495	America/Chicago
5244940	Village of Bay City	village-of-bay-city	Bay City,Village of Bay City		US	WI	093	05325	500	America/Chicago
5244976	City of Bayfield	city-of-bayfield			US	WI	007	05350	487	America/Chicago
5244977	Town of Bayfield	town-of-bayfield			US	WI	007	05375	684	America/Chicago
5244983	Village of Bayside	village-of-bayside			US	WI	079	05450	4389	America/Chicago
5244989	Town of Bayview	town-of-bayview			US	WI	007	05475	489	America/Chicago
5245005	Town of Bear Bluff	town-of-bear-bluff			US	WI	053	05550	138	America/Chicago
5245047	Town of Bear Creek	town-of-bear-creek			US	WI	111	05600	616	America/Chicago
5245048	Town of Bear Creek	town-of-bear-creek			US	WI	135	05625	816	America/Chicago
5245049	Village of Bear Creek	village-of-bear-creek			US	WI	087	05575	448	America/Chicago
5245083	Town of Bear Lake	town-of-bear-lake			US	WI	005	05650	661	America/Chicago
5245144	Town of Beaver Brook	town-of-beaver-brook			US	WI	129	05875	703	America/Chicago
5245211	City of Beaver Dam	city-of-beaver-dam			US	WI	027	05900	16214	America/Chicago
5245212	Town of Beaver Dam	town-of-beaver-dam			US	WI	027	05925	3896	America/Chicago
5245248	Town of Beaver	town-of-beaver			US	WI	019	05750	879	America/Chicago
5245249	Town of Beaver	town-of-beaver			US	WI	075	05800	1145	America/Chicago
5245250	Town of Beaver	town-of-beaver			US	WI	095	05825	826	America/Chicago
5245286	Town of Beecher	town-of-beecher			US	WI	075	06000	709	America/Chicago
5245298	Town of Beetown	town-of-beetown			US	WI	043	06100	774	America/Chicago
5245318	Town of Belgium	town-of-belgium			US	WI	089	06175	1429	America/Chicago
5245319	Village of Belgium	village-of-belgium			US	WI	089	06150	2245	America/Chicago
5245326	Village of Bell Center	village-of-bell-center			US	WI	023	06225	117	America/Chicago
5245341	Town of Bell	town-of-bell			US	WI	007	06200	264	America/Chicago
5245351	Town of Belle Plaine	town-of-belle-plaine			US	WI	115	06275	1846	America/Chicago
5245358	Village of Belleville	village-of-belleville			US	WI	025	06300	2385	America/Chicago
5245365	Village of Bellevue	village-of-bellevue			US	WI	009	06350	14570	America/Chicago
5245384	Town of Belmont	town-of-belmont			US	WI	065	06450	774	America/Chicago
5245385	Town of Belmont	town-of-belmont			US	WI	097	06475	608	America/Chicago
5245386	Village of Belmont	village-of-belmont			US	WI	065	06425	986	America/Chicago
5245403	City of Beloit	city-of-beloit			US	WI	105	06500	36966	America/Chicago
5245404	Town of Beloit	town-of-beloit			US	WI	105	06525	7666	America/Chicago
5245407	Town of Belvidere	town-of-belvidere			US	WI	011	06675	391	America/Chicago
5245444	Town of Bennett	town-of-bennett			US	WI	031	06775	606	America/Chicago
5245465	Town of Benton	town-of-benton			US	WI	065	06850	518	America/Chicago
5245466	Village of Benton	village-of-benton			US	WI	065	06825	973	America/Chicago
5245483	Town of Bergen	town-of-bergen			US	WI	073	06875	642	America/Chicago
5245484	Town of Bergen	town-of-bergen			US	WI	123	06900	1390	America/Chicago
5245510	City of Berlin	city-of-berlin			US	WI	047	06925	5524	America/Chicago
5245511	Town of Berlin	town-of-berlin			US	WI	047	06950	1135	America/Chicago
5245512	Town of Berlin	town-of-berlin			US	WI	073	06975	938	America/Chicago
5245515	Town of Bern	town-of-bern			US	WI	073	07000	592	America/Chicago
5245526	Town of Berry	town-of-berry			US	WI	025	07025	1178	America/Chicago
5245686	Town of Bevent	town-of-bevent			US	WI	073	07125	1115	America/Chicago
5245732	Town of Big Bend	town-of-big-bend			US	WI	107	07175	347	America/Chicago
5245733	Village of Big Bend	village-of-big-bend			US	WI	133	07200	1290	America/Chicago
5245793	Town of Big Falls	town-of-big-falls			US	WI	107	07225	132	America/Chicago
5245794	Village of Big Falls	village-of-big-falls			US	WI	135	07250	61	America/Chicago
5245797	Town of Big Flats	town-of-big-flats			US	WI	001	07300	984	America/Chicago
5245936	Town of Birch Creek	town-of-birch-creek			US	WI	017	07525	531	America/Chicago
5245979	Town of Birchwood	town-of-birchwood			US	WI	129	07575	471	America/Chicago
5245980	Village of Birchwood	village-of-birchwood			US	WI	129	07550	442	America/Chicago
5245982	Town of Birch	town-of-birch			US	WI	069	07500	685	America/Chicago
5245991	Town of Birnamwood	town-of-birnamwood			US	WI	115	07625	753	America/Chicago
5245992	Village of Birnamwood	village-of-birnamwood			US	WI	115	07600	818	America/Chicago
5245997	Village of Biron	village-of-biron			US	WI	141	07650	839	America/Chicago
5246038	Town of Black Brook	town-of-black-brook			US	WI	095	07700	1314	America/Chicago
5246056	Town of Black Creek	town-of-black-creek			US	WI	087	07750	1257	America/Chicago
5246057	Village of Black Creek	village-of-black-creek			US	WI	087	07725	1316	America/Chicago
5246065	Town of Black Earth	town-of-black-earth			US	WI	025	07825	510	America/Chicago
5246066	Village of Black Earth	village-of-black-earth			US	WI	025	07800	1338	America/Chicago
5246115	City of Black River Falls	city-of-black-river-falls			US	WI	053	07900	3622	America/Chicago
5246127	Town of Black Wolf	town-of-black-wolf			US	WI	139	08000	2438	America/Chicago
5246158	Town of Blackwell	town-of-blackwell			US	WI	041	07950	319	America/Chicago
5246171	Town of Blaine	town-of-blaine			US	WI	013	08025	189	America/Chicago
5246178	City of Blair	city-of-blair			US	WI	121	08075	1366	America/Chicago
5246194	Town of Blanchard	town-of-blanchard			US	WI	065	08100	265	America/Chicago
5246199	Village of Blanchardville	village-of-blanchardville			US	WI	065	08125	825	America/Chicago
5246227	Town of Bloom	town-of-bloom			US	WI	103	08175	499	America/Chicago
5246237	City of Bloomer	city-of-bloomer			US	WI	017	08225	3539	America/Chicago
5246238	Town of Bloomer	town-of-bloomer			US	WI	017	08250	1069	America/Chicago
5246242	Town of Bloomfield	town-of-bloomfield			US	WI	127	08275	1603	America/Chicago
5246243	Town of Bloomfield	town-of-bloomfield			US	WI	137	08300	1039	America/Chicago
5246245	Town of Blooming Grove	town-of-blooming-grove			US	WI	025	08350	1892	America/Chicago
5246248	Town of Bloomington	town-of-bloomington			US	WI	043	08400	354	America/Chicago
5246249	Village of Bloomington	village-of-bloomington			US	WI	043	08375	735	America/Chicago
5246273	Town of Blue Mounds	town-of-blue-mounds			US	WI	025	08500	910	America/Chicago
5246274	Village of Blue Mounds	village-of-blue-mounds			US	WI	025	08475	855	America/Chicago
5246284	Village of Blue River	village-of-blue-river			US	WI	043	08525	434	America/Chicago
5246341	Village of Boaz	village-of-boaz			US	WI	103	08600	156	America/Chicago
5246438	Village of Bonduel	village-of-bonduel			US	WI	115	08725	1478	America/Chicago
5246442	Town of Bone Lake	town-of-bone-lake			US	WI	095	08750	712	America/Chicago
5246513	City of Boscobel	city-of-boscobel			US	WI	043	08850	3231	America/Chicago
5246514	Town of Boscobel	town-of-boscobel			US	WI	043	08875	382	America/Chicago
5246529	Town of Boulder Junction	town-of-boulder-junction			US	WI	125	08950	932	America/Chicago
5246542	Town of Bovina	town-of-bovina			US	WI	087	08975	1148	America/Chicago
5246567	Village of Boyceville	village-of-boyceville			US	WI	033	09050	1086	America/Chicago
5246571	Village of Bowler	village-of-bowler			US	WI	115	09025	302	America/Chicago
5246577	Village of Boyd	village-of-boyd			US	WI	017	09075	552	America/Chicago
5246603	Town of Bradford	town-of-bradford			US	WI	105	09175	1113	America/Chicago
5246617	Town of Bradley	town-of-bradley			US	WI	069	09225	2373	America/Chicago
5246641	Village of Brandon	village-of-brandon			US	WI	039	09300	879	America/Chicago
5246667	Town of Brazeau	town-of-brazeau			US	WI	083	09375	1277	America/Chicago
5246678	Town of Breed	town-of-breed			US	WI	083	09425	708	America/Chicago
5246737	Town of Bridgeport	town-of-bridgeport			US	WI	023	09550	1006	America/Chicago
5246749	Town of Brigham	town-of-brigham			US	WI	049	09600	1057	America/Chicago
5246757	Town of Bridge Creek	town-of-bridge-creek			US	WI	035	09500	1988	America/Chicago
5246760	Town of Brighton	town-of-brighton			US	WI	059	09635	1490	America/Chicago
5246761	Town of Brighton	town-of-brighton			US	WI	073	09650	639	America/Chicago
5246774	City of Brillion	city-of-brillion			US	WI	015	09725	3148	America/Chicago
5246775	Town of Brillion	town-of-brillion			US	WI	015	09750	1493	America/Chicago
5246789	Town of Bristol	town-of-bristol			US	WI	025	09775	3914	America/Chicago
5246816	Town of Brockway	town-of-brockway			US	WI	053	09900	2861	America/Chicago
5246822	City of Brodhead	city-of-brodhead			US	WI	045	09925	3293	America/Chicago
5246828	Village of Brokaw	village-of-brokaw			US	WI	073	09975	251	America/Chicago
5246846	City of Brookfield	city-of-brookfield			US	WI	133	10025	37920	America/Chicago
5246847	Town of Brookfield	town-of-brookfield			US	WI	133	10050	6094	America/Chicago
5246854	Town of Brooklyn	town-of-brooklyn			US	WI	045	10100	1106	America/Chicago
5246855	Town of Brooklyn	town-of-brooklyn			US	WI	047	10125	1824	America/Chicago
5246856	Town of Brooklyn	town-of-brooklyn			US	WI	129	10150	251	America/Chicago
5246857	Village of Brooklyn	village-of-brooklyn			US	WI	045	10075	1401	America/Chicago
5246889	Town of Brothertown	town-of-brothertown			US	WI	015	10350	1321	America/Chicago
5246915	Village of Brown Deer	village-of-brown-deer			US	WI	079	10375	11999	America/Chicago
5246930	Town of Browning	town-of-browning			US	WI	119	10400	912	America/Chicago
5246945	Village of Brownsville	village-of-brownsville			US	WI	027	10450	581	America/Chicago
5246948	Village of Browntown	village-of-browntown			US	WI	045	10475	280	America/Chicago
5246962	Village of Bruce	village-of-bruce			US	WI	107	10500	779	America/Chicago
5246981	Town of Brule	town-of-brule			US	WI	031	10575	663	America/Chicago
5246998	Town of Brunswick	town-of-brunswick			US	WI	035	10625	1686	America/Chicago
5247021	Town of Brussels	town-of-brussels			US	WI	029	10700	1110	America/Chicago
5247030	Town of Buchanan	town-of-buchanan			US	WI	087	10750	7091	America/Chicago
5247099	Town of Buena Vista	town-of-buena-vista			US	WI	097	10925	1213	America/Chicago
5247100	Town of Buena Vista	town-of-buena-vista			US	WI	103	10950	1822	America/Chicago
5247124	City of Buffalo City	city-of-buffalo-city	City of Buffalo,City of Buffalo City		US	WI	011	11062	1023	America/Chicago
5247125	Town of Buffalo	town-of-buffalo			US	WI	011	11025	693	America/Chicago
5247126	Town of Buffalo	town-of-buffalo			US	WI	077	11050	1191	America/Chicago
5247205	Town of Burke	town-of-burke			US	WI	025	11150	3414	America/Chicago
5247224	City of Burlington	city-of-burlington			US	WI	101	11200	10464	America/Chicago
5247225	Town of Burlington	town-of-burlington			US	WI	101	11225	6543	America/Chicago
5247239	Town of Burnett	town-of-burnett			US	WI	027	11275	881	America/Chicago
5247259	Town of Burns	town-of-burns			US	WI	063	11300	960	America/Chicago
5247261	Town of Burnside	town-of-burnside			US	WI	121	11325	530	America/Chicago
5247318	Town of Butler	town-of-butler			US	WI	019	11425	96	America/Chicago
5247319	Village of Butler	village-of-butler			US	WI	133	11475	1841	America/Chicago
5247346	Village of Butternut	village-of-butternut			US	WI	003	11525	375	America/Chicago
5247367	Town of Byron	town-of-byron			US	WI	039	11600	1614	America/Chicago
5247368	Town of Byron	town-of-byron			US	WI	081	11625	1343	America/Chicago
5247380	Town of Cable	town-of-cable			US	WI	007	11675	827	America/Chicago
5247386	Town of Cadiz	town-of-cadiz			US	WI	045	11725	828	America/Chicago
5247390	Village of Cadott	village-of-cadott			US	WI	017	11750	1437	America/Chicago
5247399	Town of Cady	town-of-cady			US	WI	109	11775	844	America/Chicago
5247423	Town of Caledonia	town-of-caledonia			US	WI	021	11900	1380	America/Chicago
5247425	Town of Caledonia	town-of-caledonia			US	WI	121	11975	950	America/Chicago
5247426	Town of Caledonia	town-of-caledonia			US	WI	135	12000	1657	America/Chicago
5247451	Town of Calumet	town-of-calumet			US	WI	039	12075	1456	America/Chicago
5247526	Town of Calamus	town-of-calamus			US	WI	027	11850	1037	America/Chicago
5247531	Village of Cambria	village-of-cambria			US	WI	021	12200	767	America/Chicago
5247536	Village of Cambridge	village-of-cambridge			US	WI	025	12225	1457	America/Chicago
5247566	Town of Cameron	town-of-cameron			US	WI	141	12275	502	America/Chicago
5247567	Village of Cameron	village-of-cameron			US	WI	005	12250	1783	America/Chicago
5247606	Village of Camp Douglas	village-of-camp-douglas			US	WI	057	12350	601	America/Chicago
5247757	Town of Campbell	town-of-campbell			US	WI	063	12300	4403	America/Chicago
5247767	Village of Campbellsport	village-of-campbellsport			US	WI	039	12325	2016	America/Chicago
5247798	Town of Canton	town-of-canton			US	WI	011	12500	296	America/Chicago
5247835	Town of Carlton	town-of-carlton			US	WI	061	12575	1012	America/Chicago
5247893	Town of Carson	town-of-carson			US	WI	097	12725	1323	America/Chicago
5247914	Town of Cary	town-of-cary			US	WI	141	12775	409	America/Chicago
5247928	Village of Cascade	village-of-cascade			US	WI	117	12825	709	America/Chicago
5247930	Town of Casco	town-of-casco			US	WI	061	12875	1165	America/Chicago
5247931	Village of Casco	village-of-casco			US	WI	061	12850	583	America/Chicago
5247944	Town of Casey	town-of-casey			US	WI	129	12925	348	America/Chicago
5247948	Village of Cashton	village-of-cashton			US	WI	081	12950	1102	America/Chicago
5247961	Town of Cassel	town-of-cassel			US	WI	073	12975	916	America/Chicago
5247966	Town of Cassian	town-of-cassian			US	WI	085	13025	979	America/Chicago
5247978	Village of Cassville	village-of-cassville			US	WI	043	13050	947	America/Chicago
5247980	Town of Cassville	town-of-cassville			US	WI	043	13075	410	America/Chicago
5248000	Town of Castle Rock	town-of-castle-rock			US	WI	043	13100	255	America/Chicago
5248005	Town of Caswell	town-of-caswell			US	WI	041	13125	85	America/Chicago
5248018	Town of Catawba	town-of-catawba			US	WI	099	13200	266	America/Chicago
5248019	Village of Catawba	village-of-catawba			US	WI	099	13175	110	America/Chicago
5248048	Town of Cato	town-of-cato			US	WI	071	13237	1546	America/Chicago
5248076	Village of Cazenovia	village-of-cazenovia			US	WI	103	13300	318	America/Chicago
5248079	Village of Cecil	village-of-cecil			US	WI	115	13325	570	America/Chicago
5248112	Village of Cedar Grove	village-of-cedar-grove			US	WI	117	13475	2113	America/Chicago
5248139	Town of Cedar Lake	town-of-cedar-lake			US	WI	005	13500	950	America/Chicago
5248151	Town of Cedar Rapids	town-of-cedar-rapids			US	WI	107	13550	40	America/Chicago
5248166	City of Cedarburg	city-of-cedarburg			US	WI	089	13375	11412	America/Chicago
5248167	Town of Cedarburg	town-of-cedarburg			US	WI	089	13400	5878	America/Chicago
5248203	Town of Center	town-of-center			US	WI	087	13600	3521	America/Chicago
5248204	Town of Center	town-of-center			US	WI	105	13625	1070	America/Chicago
5248214	Town of Centerville	town-of-centerville			US	WI	071	13750	628	America/Chicago
5248264	Village of Centuria	village-of-centuria			US	WI	095	13850	948	America/Chicago
5248340	Town of Charlestown	town-of-charlestown			US	WI	015	14000	780	America/Chicago
5248361	Town of Chase	town-of-chase			US	WI	083	14125	3008	America/Chicago
5248364	Village of Chaseburg	village-of-chaseburg			US	WI	123	14150	284	America/Chicago
5248379	Town of Chelsea	town-of-chelsea			US	WI	119	14200	796	America/Chicago
5248383	Village of Chenequa	village-of-chenequa			US	WI	133	14225	590	America/Chicago
5248415	Town of Chester	town-of-chester			US	WI	027	14300	677	America/Chicago
5248426	City of Chetek	city-of-chetek			US	WI	005	14325	2221	America/Chicago
5248428	Town of Chetek	town-of-chetek			US	WI	005	14350	1624	America/Chicago
5248455	Town of Chicog	town-of-chicog			US	WI	129	14425	230	America/Chicago
5248478	City of Chilton	city-of-chilton			US	WI	015	14475	3933	America/Chicago
5248479	Town of Chilton	town-of-chilton			US	WI	015	14500	1120	America/Chicago
5248491	Town of Chimney Rock	town-of-chimney-rock			US	WI	121	14525	249	America/Chicago
5248519	City of Chippewa Falls	city-of-chippewa-falls			US	WI	017	14575	13661	America/Chicago
5248535	Town of Chippewa	town-of-chippewa			US	WI	003	14550	368	America/Chicago
5248626	Town of Christiana	town-of-christiana			US	WI	025	14650	1305	America/Chicago
5248627	Town of Christiana	town-of-christiana			US	WI	123	14675	962	America/Chicago
5248737	Town of Cicero	town-of-cicero			US	WI	087	14750	1095	America/Chicago
5248763	Town of City Point	town-of-city-point			US	WI	053	14800	179	America/Chicago
5248785	Town of Clam Falls	town-of-clam-falls			US	WI	095	14837	588	America/Chicago
5248840	Town of Clarno	town-of-clarno			US	WI	045	15000	1196	America/Chicago
5248849	Town of Clay Banks	town-of-clay-banks	Claybanks,Town of Clay Banks		US	WI	029	15025	386	America/Chicago
5248869	Town of Clayton	town-of-clayton			US	WI	023	15075	925	America/Chicago
5248870	Town of Clayton	town-of-clayton			US	WI	095	15125	965	America/Chicago
5248871	Town of Clayton	town-of-clayton			US	WI	139	15150	4095	America/Chicago
5248872	Village of Clayton	village-of-clayton			US	WI	095	15100	571	America/Chicago
5248880	Town of Clear Creek	town-of-clear-creek			US	WI	035	15200	855	America/Chicago
5248908	Town of Clear Lake	town-of-clear-lake			US	WI	095	15275	885	America/Chicago
5248909	Village of Clear Lake	village-of-clear-lake			US	WI	095	15250	1070	America/Chicago
5248911	Town of Clearfield	town-of-clearfield			US	WI	057	15225	710	America/Chicago
5248948	Town of Cleveland	town-of-cleveland			US	WI	017	15350	884	America/Chicago
5248949	Town of Cleveland	town-of-cleveland			US	WI	053	15375	481	America/Chicago
5248950	Town of Cleveland	town-of-cleveland			US	WI	073	15425	1495	America/Chicago
5248951	Town of Cleveland	town-of-cleveland			US	WI	119	15450	259	America/Chicago
5248952	Village of Cleveland	village-of-cleveland			US	WI	071	15400	1485	America/Chicago
5248965	Town of Clifton	town-of-clifton			US	WI	043	15500	388	America/Chicago
5248966	Town of Clifton	town-of-clifton			US	WI	081	15550	696	America/Chicago
5248967	Town of Clifton	town-of-clifton			US	WI	093	15575	2013	America/Chicago
5248981	Town of Clinton	town-of-clinton			US	WI	005	15600	873	America/Chicago
5248982	Town of Clinton	town-of-clinton			US	WI	105	15650	954	America/Chicago
5248983	Town of Clinton	town-of-clinton			US	WI	123	15675	1398	America/Chicago
5248984	Village of Clinton	village-of-clinton			US	WI	105	15625	2154	America/Chicago
5248992	City of Clintonville	city-of-clintonville			US	WI	135	15725	4559	America/Chicago
5249015	Town of Clover	town-of-clover			US	WI	007	15750	225	America/Chicago
5249025	Town of Cloverland	town-of-cloverland			US	WI	031	15825	209	America/Chicago
5249026	Town of Cloverland	town-of-cloverland			US	WI	125	15850	1029	America/Chicago
5249049	Town of Clyde	town-of-clyde			US	WI	049	15875	313	America/Chicago
5249054	Town of Clyman	town-of-clyman			US	WI	027	15925	762	America/Chicago
5249055	Village of Clyman	village-of-clyman			US	WI	027	15900	422	America/Chicago
5249062	Village of Cobb	village-of-cobb			US	WI	049	15975	458	America/Chicago
5249073	Village of Cochrane	village-of-cochrane			US	WI	011	16025	450	America/Chicago
5249093	Town of Colburn	town-of-colburn			US	WI	001	16075	216	America/Chicago
5249094	Town of Colburn	town-of-colburn			US	WI	017	16125	878	America/Chicago
5249100	City of Colby	city-of-colby			US	WI	019	16150	1852	America/Chicago
5249101	Town of Colby	town-of-colby			US	WI	019	16175	869	America/Chicago
5249122	Town of Cold Spring	town-of-cold-spring			US	WI	055	16225	743	America/Chicago
5249143	Village of Coleman	village-of-coleman			US	WI	075	16250	724	America/Chicago
5249154	Town of Colfax	town-of-colfax			US	WI	033	16300	1218	America/Chicago
5249155	Village of Colfax	village-of-colfax			US	WI	033	16275	1158	America/Chicago
5249182	Town of Coloma	town-of-coloma			US	WI	137	16400	743	America/Chicago
5249183	Village of Coloma	village-of-coloma			US	WI	137	16375	450	America/Chicago
5249221	City of Columbus	city-of-columbus			US	WI	021	16450	4991	America/Chicago
5249222	Town of Columbus	town-of-columbus			US	WI	021	16475	644	America/Chicago
5249227	Village of Combined Locks	village-of-combined-locks			US	WI	087	16500	3328	America/Chicago
5249233	Town of Commonwealth	town-of-commonwealth			US	WI	037	16550	403	America/Chicago
5249277	Town of Concord	town-of-concord			US	WI	055	16650	2070	America/Chicago
5249320	Town of Conover	town-of-conover			US	WI	125	16750	1236	America/Chicago
5249323	Village of Conrath	village-of-conrath			US	WI	107	16775	95	America/Chicago
5249355	Town of Cooks Valley	town-of-cooks-valley			US	WI	017	16800	820	America/Chicago
5249410	Village of Coon Valley	village-of-coon-valley			US	WI	123	16900	765	America/Chicago
5249411	Town of Coon	town-of-coon			US	WI	123	16875	752	America/Chicago
5249426	Town of Cooperstown	town-of-cooperstown			US	WI	071	16950	1278	America/Chicago
5249470	City of Cornell	city-of-cornell			US	WI	017	17100	1467	America/Chicago
5249485	Town of Corning	town-of-corning			US	WI	069	17125	869	America/Chicago
5249508	Town of Cottage Grove	town-of-cottage-grove			US	WI	025	17200	3956	America/Chicago
5249509	Village of Cottage Grove	village-of-cottage-grove			US	WI	025	17175	6192	America/Chicago
5249526	Village of Couderay	village-of-couderay			US	WI	113	17225	88	America/Chicago
5249535	Town of Couderay	town-of-couderay			US	WI	113	17250	397	America/Chicago
5249577	Town of Courtland	town-of-courtland			US	WI	021	17325	517	America/Chicago
5249675	City of Crandon	city-of-crandon			US	WI	041	17425	1920	America/Chicago
5249676	Town of Crandon	town-of-crandon			US	WI	041	17450	642	America/Chicago
5249692	Town of Cranmoor	town-of-cranmoor			US	WI	141	17525	165	America/Chicago
5249723	Town of Crescent	town-of-crescent			US	WI	085	17625	2004	America/Chicago
5249744	Village of Crivitz	village-of-crivitz			US	WI	075	17725	984	America/Chicago
5249779	Town of Cross Plains	town-of-cross-plains			US	WI	025	17800	1486	America/Chicago
5249780	Village of Cross Plains	village-of-cross-plains			US	WI	025	17775	3538	America/Chicago
5249785	Town of Cross	town-of-cross			US	WI	011	17737	372	America/Chicago
5249847	Town of Crystal Lake	town-of-crystal-lake			US	WI	005	17875	760	America/Chicago
5249848	Town of Crystal Lake	town-of-crystal-lake			US	WI	077	17900	476	America/Chicago
5249864	Town of Crystal	town-of-crystal			US	WI	129	17850	263	America/Chicago
5249869	City of Cuba City	city-of-cuba-city	City of Cuba City,Cuba City		US	WI	043	17950	2086	America/Chicago
5249880	City of Cudahy	city-of-cudahy			US	WI	079	17975	18267	America/Chicago
5249908	City of Cumberland	city-of-cumberland			US	WI	005	18025	2170	America/Chicago
5249909	Town of Cumberland	town-of-cumberland			US	WI	005	18050	877	America/Chicago
5249926	Town of Curran	town-of-curran			US	WI	053	18075	342	America/Chicago
5249943	Village of Curtiss	village-of-curtiss			US	WI	019	18125	216	America/Chicago
5249962	Town of Cutler	town-of-cutler			US	WI	057	18225	0	America/Chicago
5249971	Town of Cylon	town-of-cylon			US	WI	109	18300	695	America/Chicago
5250010	Town of Dairyland	town-of-dairyland			US	WI	031	18425	187	America/Chicago
5250017	Town of Dakota	town-of-dakota			US	WI	137	18475	1207	America/Chicago
5250032	Town of Dallas	town-of-dallas			US	WI	005	18600	560	America/Chicago
5250033	Village of Dallas	village-of-dallas			US	WI	005	18575	409	America/Chicago
5250035	Town of Dale	town-of-dale			US	WI	087	18525	2817	America/Chicago
5250079	Town of Dane	town-of-dane			US	WI	025	18725	1037	America/Chicago
5250080	Village of Dane	village-of-dane			US	WI	025	18700	995	America/Chicago
5250085	Town of Daniels	town-of-daniels			US	WI	013	18750	639	America/Chicago
5250107	Town of Darien	town-of-darien			US	WI	127	18850	1692	America/Chicago
5250108	Village of Darien	village-of-darien			US	WI	127	18825	1580	America/Chicago
5250118	City of Darlington	city-of-darlington			US	WI	065	18875	2451	America/Chicago
5250119	Town of Darlington	town-of-darlington			US	WI	065	18900	879	America/Chicago
5250179	Town of Day	town-of-day			US	WI	073	18950	1138	America/Chicago
5250186	Town of Dayton	town-of-dayton			US	WI	103	19000	675	America/Chicago
5250187	Town of Dayton	town-of-dayton			US	WI	135	19025	2698	America/Chicago
5250196	Village of DeForest	village-of-deforest	Village of De Forest,Village of DeForest		US	WI	025	19350	8936	America/Chicago
5250207	City of De Pere	city-of-de-pere			US	WI	009	19775	23800	America/Chicago
5250211	Village of De Soto	village-of-de-soto			US	WI	123	19850	287	America/Chicago
5250268	Town of Decatur	town-of-decatur			US	WI	045	19075	1803	America/Chicago
5250315	Town of Deer Creek	town-of-deer-creek			US	WI	087	19200	648	America/Chicago
5250316	Town of Deer Creek	town-of-deer-creek			US	WI	119	19225	761	America/Chicago
5250362	Village of Deer Park	village-of-deer-park			US	WI	109	19325	216	America/Chicago
5250371	Town of Deerfield	town-of-deerfield			US	WI	025	19275	1678	America/Chicago
5250372	Town of Deerfield	town-of-deerfield			US	WI	137	19300	728	America/Chicago
5250373	Village of Deerfield	village-of-deerfield			US	WI	025	19250	2319	America/Chicago
5250388	Town of Dekorra	town-of-dekorra			US	WI	021	19375	2307	America/Chicago
5250395	City of Delafield	city-of-delafield			US	WI	133	19400	7085	America/Chicago
5250396	Town of Delafield	town-of-delafield			US	WI	133	19425	8326	America/Chicago
5250405	City of Delavan	city-of-delavan			US	WI	127	19450	8463	America/Chicago
5250406	Town of Delavan	town-of-delavan			US	WI	127	19475	5328	America/Chicago
5250417	Town of Dell Prairie	town-of-dell-prairie			US	WI	001	19575	1545	America/Chicago
5250422	Town of Dellona	town-of-dellona			US	WI	111	19550	1615	America/Chicago
5250446	Town of Delmar	town-of-delmar			US	WI	017	19625	957	America/Chicago
5250452	Town of Delta	town-of-delta			US	WI	007	19662	275	America/Chicago
5250454	Town of Delton	town-of-delton			US	WI	111	19675	2398	America/Chicago
5250473	Village of Denmark	village-of-denmark			US	WI	009	19700	2123	America/Chicago
5250559	Town of Dewey	town-of-dewey			US	WI	013	19925	511	America/Chicago
5250560	Town of Dewey	town-of-dewey			US	WI	097	19975	943	America/Chicago
5250561	Town of Dewey	town-of-dewey			US	WI	107	20000	522	America/Chicago
5250562	Town of Dewhurst	town-of-dewhurst			US	WI	019	20025	330	America/Chicago
5250566	Town of Dexter	town-of-dexter			US	WI	141	20075	348	America/Chicago
5250573	Town of Diamond Bluff	town-of-diamond-bluff			US	WI	093	20150	465	America/Chicago
5250595	Village of Dickeyville	village-of-dickeyville			US	WI	043	20175	1061	America/Chicago
5250698	Town of Dodge	town-of-dodge			US	WI	121	20300	402	America/Chicago
5250707	City of Dodgeville	city-of-dodgeville			US	WI	049	20350	4693	America/Chicago
5250708	Town of Dodgeville	town-of-dodgeville			US	WI	049	20375	1744	America/Chicago
5250790	Village of Dorchester	village-of-dorchester			US	WI	019	20450	876	America/Chicago
5250823	Town of Doty	town-of-doty			US	WI	083	20475	258	America/Chicago
5250846	Town of Douglas	town-of-douglas			US	WI	077	20525	712	America/Chicago
5250849	Village of Dousman	village-of-dousman			US	WI	133	20550	2302	America/Chicago
5250854	Town of Dover	town-of-dover			US	WI	011	20575	478	America/Chicago
5250855	Town of Dover	town-of-dover			US	WI	101	20625	4142	America/Chicago
5250859	Town of Dovre	town-of-dovre			US	WI	005	20650	831	America/Chicago
5250864	Village of Downing	village-of-downing			US	WI	033	20675	265	America/Chicago
5250872	Town of Doyle	town-of-doyle			US	WI	005	20750	449	America/Chicago
5250874	Village of Doylestown	village-of-doylestown			US	WI	021	20775	297	America/Chicago
5250884	Town of Drammen	town-of-drammen			US	WI	035	20800	815	America/Chicago
5250888	Town of Draper	town-of-draper			US	WI	113	20825	203	America/Chicago
5250898	Village of Dresser	village-of-dresser			US	WI	095	20850	895	America/Chicago
5250917	Town of Drummond	town-of-drummond			US	WI	007	20887	458	America/Chicago
5251009	Town of Dunbar	town-of-dunbar			US	WI	075	21000	726	America/Chicago
5251027	Town of Dunkirk	town-of-dunkirk			US	WI	025	21100	2012	America/Chicago
5251042	Town of Dunn	town-of-dunn			US	WI	025	21125	5195	America/Chicago
5251043	Town of Dunn	town-of-dunn			US	WI	033	21150	1558	America/Chicago
5251055	Town of Dupont	town-of-dupont			US	WI	135	21200	732	America/Chicago
5251060	City of Durand	city-of-durand			US	WI	091	21225	1931	America/Chicago
5251061	Town of Durand	town-of-durand			US	WI	091	21250	717	America/Chicago
5251167	Town of Eagle Point	town-of-eagle-point			US	WI	017	21600	3139	America/Chicago
5251177	City of Eagle River	city-of-eagle-river			US	WI	125	21625	1398	America/Chicago
5251188	Town of Eagle	town-of-eagle			US	WI	103	21400	518	America/Chicago
5251189	Town of Eagle	town-of-eagle			US	WI	133	21450	3535	America/Chicago
5251190	Village of Eagle	village-of-eagle			US	WI	133	21425	1950	America/Chicago
5251383	Town of East Troy	town-of-east-troy			US	WI	127	22125	4081	America/Chicago
5251384	Village of East Troy	village-of-east-troy			US	WI	127	22100	4281	America/Chicago
5251407	Town of Eastman	town-of-eastman			US	WI	023	21925	716	America/Chicago
5251408	Village of Eastman	village-of-eastman			US	WI	023	21900	428	America/Chicago
5251418	Town of Easton	town-of-easton			US	WI	001	22000	1085	America/Chicago
5251419	Town of Easton	town-of-easton			US	WI	073	22025	1136	America/Chicago
5251433	Town of Eaton	town-of-eaton			US	WI	009	22225	1581	America/Chicago
5251434	Town of Eaton	town-of-eaton			US	WI	019	22250	702	America/Chicago
5251435	Town of Eaton	town-of-eaton			US	WI	071	22275	821	America/Chicago
5251455	City of Eau Claire	city-of-eau-claire			US	WI	035	22300	65883	America/Chicago
5251464	Town of Eau Galle	town-of-eau-galle			US	WI	033	22375	776	America/Chicago
5251465	Town of Eau Galle	town-of-eau-galle			US	WI	109	22400	1194	America/Chicago
5251467	Town of Eau Pleine	town-of-eau-pleine			US	WI	073	22425	814	America/Chicago
5251468	Town of Eau Pleine	town-of-eau-pleine	Town of Eau Plaine,Town of Eau Pleine		US	WI	097	22450	918	America/Chicago
5251517	Town of Eden	town-of-eden			US	WI	039	22500	1032	America/Chicago
5251518	Town of Eden	town-of-eden			US	WI	049	22525	360	America/Chicago
5251519	Village of Eden	village-of-eden			US	WI	039	22475	875	America/Chicago
5251523	Village of Edgar	village-of-edgar			US	WI	073	22550	1479	America/Chicago
5251533	City of Edgerton	city-of-edgerton			US	WI	105	22575	5461	America/Chicago
5251540	Town of Edgewater	town-of-edgewater			US	WI	113	22625	516	America/Chicago
5251575	Town of Edson	town-of-edson			US	WI	017	22750	1115	America/Chicago
5251583	Town of Egg Harbor	town-of-egg-harbor			US	WI	029	22875	1336	America/Chicago
5251584	Village of Egg Harbor	village-of-egg-harbor			US	WI	029	22850	201	America/Chicago
5251611	Town of Eileen	town-of-eileen			US	WI	007	22925	684	America/Chicago
5251618	Town of Eisenstein	town-of-eisenstein			US	WI	099	22950	617	America/Chicago
5251627	Town of El Paso	town-of-el-paso			US	WI	093	23775	680	America/Chicago
5251634	Village of Eland	village-of-eland			US	WI	115	22975	202	America/Chicago
5251636	Town of Elba	town-of-elba			US	WI	027	23000	983	America/Chicago
5251645	Town of Elcho	town-of-elcho			US	WI	067	23050	1195	America/Chicago
5251660	Town of Elderon	town-of-elderon			US	WI	073	23100	639	America/Chicago
5251661	Village of Elderon	village-of-elderon			US	WI	073	23075	179	America/Chicago
5251665	Town of Eldorado	town-of-eldorado			US	WI	039	23150	1445	America/Chicago
5251676	Village of Eleva	village-of-eleva			US	WI	121	23175	670	America/Chicago
5251710	Town of Elk Grove	town-of-elk-grove			US	WI	065	23262	552	America/Chicago
5251716	Town of Elk Mound	town-of-elk-mound			US	WI	033	23350	1857	America/Chicago
5251717	Village of Elk Mound	village-of-elk-mound			US	WI	033	23325	878	America/Chicago
5251722	Town of Elk	town-of-elk			US	WI	099	23200	960	America/Chicago
5251728	Village of Elkhart Lake	village-of-elkhart-lake			US	WI	117	23275	967	America/Chicago
5251732	City of Elkhorn	city-of-elkhorn			US	WI	127	23300	10084	America/Chicago
5251742	Town of Ellenboro	town-of-ellenboro			US	WI	043	23400	530	America/Chicago
5251746	Town of Ellington	town-of-ellington			US	WI	087	23425	2936	America/Chicago
5251771	Town of Ellsworth	town-of-ellsworth			US	WI	093	23550	1141	America/Chicago
5251772	Village of Ellsworth	village-of-ellsworth			US	WI	093	23525	3284	America/Chicago
5251802	Village of Elm Grove	village-of-elm-grove			US	WI	133	23575	5934	America/Chicago
5251855	Village of Elmwood Park	village-of-elmwood-park			US	WI	101	23725	497	America/Chicago
5251862	Village of Elmwood	village-of-elmwood			US	WI	093	23700	817	America/Chicago
5251869	City of Elroy	city-of-elroy			US	WI	057	23800	1442	America/Chicago
5251914	Town of Emerald	town-of-emerald			US	WI	109	23925	865	America/Chicago
5251929	Town of Emery	town-of-emery			US	WI	099	23975	291	America/Chicago
5251933	Village of Embarrass	village-of-embarrass			US	WI	135	23850	404	America/Chicago
5251979	Town of Emmet	town-of-emmet			US	WI	027	24000	1300	America/Chicago
5251980	Town of Emmet	town-of-emmet			US	WI	073	24025	937	America/Chicago
5251992	Town of Empire	town-of-empire			US	WI	039	24050	2811	America/Chicago
5251998	Village of Endeavor	village-of-endeavor			US	WI	077	24075	468	America/Chicago
5252053	Town of Enterprise	town-of-enterprise			US	WI	085	24125	306	America/Chicago
5252058	Village of Ephraim	village-of-ephraim			US	WI	029	24150	288	America/Chicago
5252089	Town of Erin Prairie	town-of-erin-prairie			US	WI	109	24275	690	America/Chicago
5252090	Town of Erin	town-of-erin			US	WI	131	24225	3798	America/Chicago
5252114	Town of Estella	town-of-estella			US	WI	017	24375	445	America/Chicago
5252127	Town of Ettrick	town-of-ettrick			US	WI	121	24425	1281	America/Chicago
5252128	Village of Ettrick	village-of-ettrick			US	WI	121	24400	524	America/Chicago
5252141	Town of Eureka	town-of-eureka			US	WI	095	24450	1629	America/Chicago
5252188	City of Evansville	city-of-evansville			US	WI	105	24550	5012	America/Chicago
5252272	Town of Evergreen	town-of-evergreen			US	WI	067	24575	476	America/Chicago
5252273	Town of Evergreen	town-of-evergreen			US	WI	129	24600	1117	America/Chicago
5252288	Town of Excelsior	town-of-excelsior			US	WI	111	24675	1637	America/Chicago
5252294	Village of Exeland	village-of-exeland			US	WI	113	24700	196	America/Chicago
5252297	Town of Exeter	town-of-exeter			US	WI	045	24725	2070	America/Chicago
5252331	Town of Fairchild	town-of-fairchild			US	WI	035	24850	359	America/Chicago
5252332	Village of Fairchild	village-of-fairchild			US	WI	035	24825	550	America/Chicago
5252342	Town of Fairfield	town-of-fairfield			US	WI	111	24900	1103	America/Chicago
5252399	Village of Fairwater	village-of-fairwater			US	WI	039	25075	371	America/Chicago
5252465	Town of Fairbanks	town-of-fairbanks			US	WI	115	24775	608	America/Chicago
5252472	Village of Fall Creek	village-of-fall-creek			US	WI	035	25125	1315	America/Chicago
5252478	Village of Fall River	village-of-fall-river			US	WI	021	25150	1712	America/Chicago
5252533	Town of Farmington	town-of-farmington			US	WI	055	25300	1442	America/Chicago
5252534	Town of Farmington	town-of-farmington			US	WI	063	25325	2128	America/Chicago
5252535	Town of Farmington	town-of-farmington			US	WI	095	25350	1823	America/Chicago
5252536	Town of Farmington	town-of-farmington			US	WI	131	25375	4030	America/Chicago
5252537	Town of Farmington	town-of-farmington			US	WI	135	25400	3967	America/Chicago
5252582	Town of Fayette	town-of-fayette			US	WI	065	25475	381	America/Chicago
5252608	Town of Fence	town-of-fence			US	WI	037	25575	194	America/Chicago
5252616	City of Fennimore	city-of-fennimore			US	WI	043	25600	2497	America/Chicago
5252617	Town of Fennimore	town-of-fennimore			US	WI	043	25625	616	America/Chicago
5252634	Town of Fern	town-of-fern			US	WI	037	25675	161	America/Chicago
5252652	Village of Ferryville	village-of-ferryville			US	WI	023	25725	176	America/Chicago
5252673	Town of Fifield	town-of-fifield			US	WI	099	25775	884	America/Chicago
5252701	Village of Fenwood	village-of-fenwood			US	WI	073	25650	152	America/Chicago
5252706	Town of Finley	town-of-finley			US	WI	057	25850	95	America/Chicago
5253208	City of Fitchburg	city-of-fitchburg			US	WI	025	25950	25260	America/Chicago
5253263	Town of Flambeau	town-of-flambeau			US	WI	099	26050	479	America/Chicago
5253264	Town of Flambeau	town-of-flambeau			US	WI	107	26100	1006	America/Chicago
5253314	Town of Florence	town-of-florence			US	WI	037	26200	2021	America/Chicago
5253368	Town of Fond du Lac	town-of-fond-du-lac			US	WI	039	26300	3666	America/Chicago
5253371	Village of Fontana-on-Geneva Lake	village-of-fontana-on-geneva-lake			US	WI	127	26350	1672	America/Chicago
5253381	Village of Footville	village-of-footville			US	WI	105	26400	808	America/Chicago
5253384	City of Fond du Lac	city-of-fond-du-lac			US	WI	039	26275	43021	America/Chicago
5253386	Town of Ford	town-of-ford			US	WI	119	26425	267	America/Chicago
5253476	Town of Forest	town-of-forest			US	WI	039	26450	1084	America/Chicago
5253477	Town of Forest	town-of-forest			US	WI	103	26475	343	America/Chicago
5253478	Town of Forest	town-of-forest			US	WI	109	26525	628	America/Chicago
5253479	Town of Forest	town-of-forest			US	WI	123	26550	635	America/Chicago
5253490	Town of Forestville	town-of-forestville			US	WI	029	26650	1073	America/Chicago
5253491	Village of Forestville	village-of-forestville			US	WI	029	26625	430	America/Chicago
5253505	City of Fort Atkinson	city-of-fort-atkinson			US	WI	055	26675	12368	America/Chicago
5253519	Town of Fort Winnebago	town-of-fort-winnebago			US	WI	021	26725	829	America/Chicago
5253540	Town of Foster	town-of-foster			US	WI	019	26775	96	America/Chicago
5253550	City of Fountain City	city-of-fountain-city	City of Fountain City,Fountain City		US	WI	011	26850	859	America/Chicago
5253569	Town of Fountain Prairie	town-of-fountain-prairie			US	WI	021	26875	885	America/Chicago
5253572	Town of Fountain	town-of-fountain			US	WI	057	26825	561	America/Chicago
5253656	City of Fox Lake	city-of-fox-lake			US	WI	027	27000	1519	America/Chicago
5253657	Town of Fox Lake	town-of-fox-lake			US	WI	027	27025	2724	America/Chicago
5253666	Village of Fox Point	village-of-fox-point			US	WI	079	27075	6701	America/Chicago
5253699	Village of Francis Creek	village-of-francis-creek			US	WI	071	27125	669	America/Chicago
5253707	Town of Frankfort	town-of-frankfort			US	WI	073	27150	706	America/Chicago
5253708	Town of Frankfort	town-of-frankfort			US	WI	091	27175	332	America/Chicago
5253754	City of Franklin	city-of-franklin			US	WI	079	27300	35451	America/Chicago
5253755	Town of Franklin	town-of-franklin			US	WI	053	27225	451	America/Chicago
5253756	Town of Franklin	town-of-franklin			US	WI	061	27250	973	America/Chicago
5253757	Town of Franklin	town-of-franklin			US	WI	071	27275	1234	America/Chicago
5253758	Town of Franklin	town-of-franklin			US	WI	111	27350	676	America/Chicago
5253759	Town of Franklin	town-of-franklin			US	WI	123	27400	1175	America/Chicago
5253763	Town of Franzen	town-of-franzen			US	WI	073	27450	572	America/Chicago
5253774	Village of Frederic	village-of-frederic			US	WI	095	27500	1137	America/Chicago
5253779	Town of Fredonia	town-of-fredonia			US	WI	089	27575	2153	America/Chicago
5253780	Village of Fredonia	village-of-fredonia			US	WI	089	27550	2160	America/Chicago
5253806	Town of Freedom	town-of-freedom			US	WI	041	27600	333	America/Chicago
5253807	Town of Freedom	town-of-freedom			US	WI	087	27650	6057	America/Chicago
5253808	Town of Freedom	town-of-freedom			US	WI	111	27675	465	America/Chicago
5253816	Town of Freeman	town-of-freeman			US	WI	023	27700	690	America/Chicago
5253827	Town of Fremont	town-of-fremont			US	WI	019	27775	1261	America/Chicago
5253828	Town of Fremont	town-of-fremont			US	WI	135	27850	594	America/Chicago
5253829	Village of Fremont	village-of-fremont			US	WI	135	27800	679	America/Chicago
5253899	Town of Friendship	town-of-friendship			US	WI	039	27975	2595	America/Chicago
5253900	Village of Friendship	village-of-friendship			US	WI	001	27950	725	America/Chicago
5253904	Village of Friesland	village-of-friesland			US	WI	021	28000	356	America/Chicago
5253919	Town of Frog Creek	town-of-frog-creek			US	WI	129	28025	126	America/Chicago
5253962	Town of Fulton	town-of-fulton			US	WI	105	28075	3277	America/Chicago
5253995	Town of Gale	town-of-gale			US	WI	121	28150	1752	America/Chicago
5254039	Town of Garden Valley	town-of-garden-valley			US	WI	053	28250	425	America/Chicago
5254055	Town of Gardner	town-of-gardner			US	WI	029	28300	1165	America/Chicago
5254071	Town of Garfield	town-of-garfield			US	WI	053	28325	662	America/Chicago
5254072	Town of Garfield	town-of-garfield			US	WI	095	28350	1653	America/Chicago
5254127	Village of Gays Mills	village-of-gays-mills			US	WI	023	28450	491	America/Chicago
5254144	Town of Genesee	town-of-genesee			US	WI	133	28487	7326	America/Chicago
5254147	Town of Geneva	town-of-geneva			US	WI	127	28550	5040	America/Chicago
5254151	Village of Genoa City	village-of-genoa-city	City of Genoa City,Genoa City,Village of Genoa City		US	WI	127	28675	3042	America/Chicago
5254155	Town of Genoa	town-of-genoa			US	WI	123	28650	784	America/Chicago
5254156	Village of Genoa	village-of-genoa			US	WI	123	28625	253	America/Chicago
5254174	Town of Georgetown	town-of-georgetown			US	WI	095	28725	970	America/Chicago
5254175	Town of Georgetown	town-of-georgetown			US	WI	099	28750	164	America/Chicago
5254215	Town of Germania	town-of-germania			US	WI	115	28825	327	America/Chicago
5254221	Town of Germantown	town-of-germantown			US	WI	057	28850	1553	America/Chicago
5254222	Town of Germantown	town-of-germantown			US	WI	131	28900	249	America/Chicago
5254223	Village of Germantown	village-of-germantown			US	WI	131	28875	19749	America/Chicago
5254255	Town of Gibraltar	town-of-gibraltar			US	WI	029	28950	1031	America/Chicago
5254259	Town of Gibson	town-of-gibson			US	WI	071	28975	1321	America/Chicago
5254302	City of Gillett	city-of-gillett			US	WI	083	29050	1386	America/Chicago
5254303	Town of Gillett	town-of-gillett			US	WI	083	29075	1039	America/Chicago
5254321	Town of Gilman	town-of-gilman			US	WI	093	29150	955	America/Chicago
5254322	Village of Gilman	village-of-gilman			US	WI	119	29175	410	America/Chicago
5254325	Town of Gilmanton	town-of-gilmanton			US	WI	011	29225	420	America/Chicago
5254337	Town of Gingles	town-of-gingles			US	WI	003	29250	772	America/Chicago
5254365	Village of Glen Flora	village-of-glen-flora			US	WI	107	29475	92	America/Chicago
5254368	Town of Glen Haven	town-of-glen-haven			US	WI	043	29525	415	America/Chicago
5254398	Village of Glenbeulah	village-of-glenbeulah			US	WI	117	29350	463	America/Chicago
5254403	Town of Glencoe	town-of-glencoe			US	WI	011	29375	477	America/Chicago
5254413	City of Glendale	city-of-glendale			US	WI	079	29400	12872	America/Chicago
5254414	Town of Glendale	town-of-glendale			US	WI	081	29450	668	America/Chicago
5254421	Town of Glenmore	town-of-glenmore			US	WI	009	29550	1142	America/Chicago
5254436	City of Glenwood City	city-of-glenwood-city	City of Glenwood City,Glenwood City		US	WI	109	29625	1242	America/Chicago
5254440	Town of Glenwood	town-of-glenwood			US	WI	109	29600	796	America/Chicago
5254469	Town of Goetz	town-of-goetz			US	WI	017	29700	775	America/Chicago
5254554	Town of Goodman	town-of-goodman			US	WI	075	29775	611	America/Chicago
5254565	Town of Goodrich	town-of-goodrich			US	WI	119	29837	506	America/Chicago
5254631	Town of Gordon	town-of-gordon			US	WI	003	29875	283	America/Chicago
5254632	Town of Gordon	town-of-gordon			US	WI	031	29925	643	America/Chicago
5254744	Town of Grafton	town-of-grafton			US	WI	089	30025	4109	America/Chicago
5254745	Village of Grafton	village-of-grafton			US	WI	089	30000	11459	America/Chicago
5254763	Town of Grand Chute	town-of-grand-chute			US	WI	087	30075	22199	America/Chicago
5254775	Town of Grand Rapids	town-of-grand-rapids			US	WI	141	30125	7495	America/Chicago
5254788	Town of Grandview	town-of-grandview	Town of Grand View,Town of Grandview		US	WI	007	30175	470	America/Chicago
5254869	Town of Grant	town-of-grant			US	WI	019	30275	908	America/Chicago
5254870	Town of Grant	town-of-grant			US	WI	033	30300	394	America/Chicago
5254871	Town of Grant	town-of-grant			US	WI	081	30325	490	America/Chicago
5254872	Town of Grant	town-of-grant			US	WI	097	30350	1948	America/Chicago
5254873	Town of Grant	town-of-grant			US	WI	107	30375	801	America/Chicago
5254874	Town of Grant	town-of-grant			US	WI	115	30400	985	America/Chicago
5254877	Village of Granton	village-of-granton			US	WI	019	30425	355	America/Chicago
5254888	Town of Grantsburg	town-of-grantsburg			US	WI	013	30475	1117	America/Chicago
5254889	Village of Grantsburg	village-of-grantsburg			US	WI	013	30450	1341	America/Chicago
5254927	Town of Gratiot	town-of-gratiot			US	WI	065	30600	555	America/Chicago
5254928	Village of Gratiot	village-of-gratiot			US	WI	065	30575	236	America/Chicago
5254974	City of Green Bay	city-of-green-bay			US	WI	009	31000	104057	America/Chicago
5254975	Town of Green Bay	town-of-green-bay			US	WI	009	31025	2090	America/Chicago
5254991	Town of Green Grove	town-of-green-grove			US	WI	019	31275	751	America/Chicago
5255021	City of Green Lake	city-of-green-lake			US	WI	047	31300	960	America/Chicago
5255022	Town of Green Lake	town-of-green-lake			US	WI	047	31350	1156	America/Chicago
5255047	Town of Green Valley	town-of-green-valley			US	WI	073	31450	569	America/Chicago
5255048	Town of Green Valley	town-of-green-valley			US	WI	115	31500	1078	America/Chicago
5255055	Town of Greenbush	town-of-greenbush			US	WI	117	31100	2572	America/Chicago
5255064	Village of Greendale	village-of-greendale			US	WI	079	31125	14046	America/Chicago
5255080	City of Greenfield	city-of-greenfield			US	WI	079	31175	36720	America/Chicago
5255081	Town of Greenfield	town-of-greenfield			US	WI	063	31150	2124	America/Chicago
5255082	Town of Greenfield	town-of-greenfield			US	WI	081	31225	712	America/Chicago
5255083	Town of Greenfield	town-of-greenfield			US	WI	111	31250	966	America/Chicago
5255101	Town of Greenville	town-of-greenville			US	WI	087	31550	11648	America/Chicago
5255149	City of Greenwood	city-of-greenwood			US	WI	019	31575	1026	America/Chicago
5255150	Town of Greenwood	town-of-greenwood	Green Wood Township,Greenwood Township,Town of Greenwood		US	WI	119	31600	635	America/Chicago
5255151	Town of Greenwood	town-of-greenwood			US	WI	123	31625	850	America/Chicago
5255166	Village of Gresham	village-of-gresham			US	WI	115	31675	586	America/Chicago
5255230	Town of Grover	town-of-grover			US	WI	075	31725	1759	America/Chicago
5255231	Town of Grover	town-of-grover			US	WI	119	31750	266	America/Chicago
5255234	Town of Grow	town-of-grow			US	WI	107	31775	417	America/Chicago
5255249	Town of Guenther	town-of-guenther			US	WI	073	31800	360	America/Chicago
5255259	Town of Gull Lake	town-of-gull-lake			US	WI	129	31825	182	America/Chicago
5255271	Town of Gurney	town-of-gurney			US	WI	051	31875	156	America/Chicago
5255291	Town of Hackett	town-of-hackett			US	WI	099	31925	164	America/Chicago
5255319	Town of Hale	town-of-hale			US	WI	121	32050	1070	America/Chicago
5255326	Village of Hales Corners	village-of-hales-corners			US	WI	079	32075	7692	America/Chicago
5255367	Town of Hallie	town-of-hallie			US	WI	017	32125	160	America/Chicago
5255389	Town of Halsey	town-of-halsey			US	WI	073	32150	681	America/Chicago
5255399	Town of Hamburg	town-of-hamburg			US	WI	073	32200	0	America/Chicago
5255400	Town of Hamburg	town-of-hamburg			US	WI	123	32225	997	America/Chicago
5255414	Town of Hamilton	town-of-hamilton			US	WI	063	32275	2534	America/Chicago
5255422	Town of Hammel	town-of-hammel			US	WI	119	32300	702	America/Chicago
5255435	Town of Hammond	town-of-hammond			US	WI	109	32350	2189	America/Chicago
5255436	Village of Hammond	village-of-hammond			US	WI	109	32325	1922	America/Chicago
5255440	Town of Hampden	town-of-hampden			US	WI	021	32375	571	America/Chicago
5255453	Town of Hancock	town-of-hancock			US	WI	137	32475	523	America/Chicago
5255454	Village of Hancock	village-of-hancock			US	WI	137	32450	417	America/Chicago
5255470	Town of Haney	town-of-haney			US	WI	023	32500	298	America/Chicago
5255484	Town of Hansen	town-of-hansen			US	WI	141	32575	662	America/Chicago
5255539	Town of Harding	town-of-harding			US	WI	069	32650	368	America/Chicago
5255572	Town of Harmony	town-of-harmony			US	WI	099	32675	219	America/Chicago
5255573	Town of Harmony	town-of-harmony			US	WI	105	32700	2580	America/Chicago
5255574	Town of Harmony	town-of-harmony			US	WI	123	32725	893	America/Chicago
5255594	Town of Harris	town-of-harris			US	WI	077	32775	777	America/Chicago
5255614	Town of Harrison	town-of-harrison			US	WI	015	32800	4087	America/Chicago
5255615	Town of Harrison	town-of-harrison			US	WI	043	32825	500	America/Chicago
5255616	Town of Harrison	town-of-harrison			US	WI	069	32875	810	America/Chicago
5255617	Town of Harrison	town-of-harrison			US	WI	073	32900	367	America/Chicago
5255618	Town of Harrison	town-of-harrison			US	WI	135	32925	464	America/Chicago
5255638	City of Hartford	city-of-hartford			US	WI	131	33000	14223	America/Chicago
5255639	Town of Hartford	town-of-hartford			US	WI	131	33025	3584	America/Chicago
5255646	Town of Hartland	town-of-hartland			US	WI	093	33050	824	America/Chicago
5255647	Town of Hartland	town-of-hartland			US	WI	115	33075	892	America/Chicago
5255648	Village of Hartland	village-of-hartland			US	WI	133	33100	9110	America/Chicago
5255711	Village of Hatley	village-of-hatley			US	WI	073	33175	574	America/Chicago
5255735	Village of Haugen	village-of-haugen			US	WI	005	33225	287	America/Chicago
5255766	Town of Hawkins	town-of-hawkins			US	WI	107	33300	151	America/Chicago
5255767	Village of Hawkins	village-of-hawkins			US	WI	107	33275	305	America/Chicago
5255790	Town of Hawthorne	town-of-hawthorne			US	WI	031	33350	1137	America/Chicago
5255852	Town of Hay River	town-of-hay-river			US	WI	033	33400	574	America/Chicago
5255896	City of Hayward	city-of-hayward			US	WI	113	33450	2318	America/Chicago
5255897	Town of Hayward	town-of-hayward			US	WI	113	33475	3504	America/Chicago
5255903	Town of Hazel Green	town-of-hazel-green			US	WI	043	33525	1118	America/Chicago
5255904	Village of Hazel Green	village-of-hazel-green			US	WI	043	33500	1256	America/Chicago
5255914	Town of Hazelhurst	town-of-hazelhurst			US	WI	085	33575	1270	America/Chicago
5255951	Town of Hebron	town-of-hebron			US	WI	055	33700	1114	America/Chicago
5256001	Town of Helvetia	town-of-helvetia			US	WI	135	33850	626	America/Chicago
5256032	Town of Hendren	town-of-hendren			US	WI	019	33900	496	America/Chicago
5256047	Town of Henrietta	town-of-henrietta			US	WI	103	33925	481	America/Chicago
5256085	Town of Herman	town-of-herman			US	WI	027	34000	1129	America/Chicago
5256086	Town of Herman	town-of-herman			US	WI	115	34025	765	America/Chicago
5256087	Town of Herman	town-of-herman			US	WI	117	34050	2180	America/Chicago
5256118	Town of Hewitt	town-of-hewitt			US	WI	073	34225	639	America/Chicago
5256119	Village of Hewitt	village-of-hewitt			US	WI	141	34250	828	America/Chicago
5256135	Town of Hewett	town-of-hewett			US	WI	019	34200	290	America/Chicago
5256163	Town of Hickory Grove	town-of-hickory-grove			US	WI	043	34300	461	America/Chicago
5256269	Town of Highland	town-of-highland			US	WI	031	34425	315	America/Chicago
5256270	Town of Highland	town-of-highland			US	WI	049	34475	764	America/Chicago
5256271	Village of Highland	village-of-highland			US	WI	049	34450	842	America/Chicago
5256285	Village of Hilbert	village-of-hilbert			US	WI	015	34575	1132	America/Chicago
5256301	Town of Hiles	town-of-hiles			US	WI	041	34650	307	America/Chicago
5256302	Town of Hiles	town-of-hiles			US	WI	141	34675	167	America/Chicago
5256332	Town of Hill	town-of-hill			US	WI	099	34725	320	America/Chicago
5256383	City of Hillsboro	city-of-hillsboro			US	WI	123	34825	1417	America/Chicago
5256384	Town of Hillsboro	town-of-hillsboro			US	WI	123	34850	834	America/Chicago
5256484	Town of Hixon	town-of-hixon			US	WI	019	35050	800	America/Chicago
5256488	Town of Hixton	town-of-hixton			US	WI	053	35100	657	America/Chicago
5256489	Village of Hixton	village-of-hixton			US	WI	053	35075	433	America/Chicago
5256497	Town of Hoard	town-of-hoard			US	WI	019	35125	828	America/Chicago
5256503	Village of Hobart	village-of-hobart			US	WI	009	35150	6182	America/Chicago
5256590	Town of Holland	town-of-holland			US	WI	009	35325	1553	America/Chicago
5256591	Town of Holland	town-of-holland			US	WI	063	35350	3850	America/Chicago
5256592	Town of Holland	town-of-holland			US	WI	117	35375	2257	America/Chicago
5256594	Village of Hollandale	village-of-hollandale			US	WI	049	35400	288	America/Chicago
5256611	Village of Holmen	village-of-holmen			US	WI	063	35450	9005	America/Chicago
5256639	Town of Holton	town-of-holton	Halton Township,Holton Township,Town of Holton		US	WI	073	35500	916	America/Chicago
5256646	Town of Holway	town-of-holway			US	WI	119	35525	955	America/Chicago
5256813	Town of Homestead	town-of-homestead			US	WI	037	35600	340	America/Chicago
5256831	Town of Honey Creek	town-of-honey-creek			US	WI	111	35625	758	America/Chicago
5256920	City of Horicon	city-of-horicon			US	WI	027	35750	3655	America/Chicago
5257001	Town of Hortonia	town-of-hortonia			US	WI	087	35825	1083	America/Chicago
5257006	Village of Hortonville	village-of-hortonville			US	WI	087	35850	2711	America/Chicago
5257028	Town of How	town-of-how	How Township,Howe Township,Town of How		US	WI	083	35925	516	America/Chicago
5257037	Town of Howard	town-of-howard			US	WI	017	36000	0	America/Chicago
5257038	Village of Howard	village-of-howard			US	WI	009	35950	17399	America/Chicago
5257045	Village of Howards Grove	village-of-howards-grove			US	WI	117	36025	3188	America/Chicago
5257073	Town of Hubbard	town-of-hubbard			US	WI	027	36100	1753	America/Chicago
5257074	Town of Hubbard	town-of-hubbard			US	WI	107	36125	194	America/Chicago
5257092	City of Hudson	city-of-hudson			US	WI	109	36250	12719	America/Chicago
5257093	Town of Hudson	town-of-hudson			US	WI	109	36275	8801	America/Chicago
5257100	Town of Hughes	town-of-hughes			US	WI	007	36300	386	America/Chicago
5257111	Town of Hull	town-of-hull			US	WI	073	36325	787	America/Chicago
5257112	Town of Hull	town-of-hull			US	WI	097	36350	5429	America/Chicago
5257125	Town of Humboldt	town-of-humboldt			US	WI	009	36425	1336	America/Chicago
5257150	Town of Hunter	town-of-hunter			US	WI	113	36450	670	America/Chicago
5257167	City of Hurley	city-of-hurley			US	WI	051	36525	1547	America/Chicago
5257186	Town of Hustisford	town-of-hustisford			US	WI	027	36650	1361	America/Chicago
5257187	Village of Hustisford	village-of-hustisford			US	WI	027	36625	1123	America/Chicago
5257190	Village of Hustler	village-of-hustler			US	WI	057	36675	194	America/Chicago
5257192	Town of Hutchins	town-of-hutchins			US	WI	115	36700	592	America/Chicago
5257356	City of Independence	city-of-independence			US	WI	121	36800	1336	America/Chicago
5257443	Village of Ingram	village-of-ingram			US	WI	107	36925	78	America/Chicago
5257505	Town of Iola	town-of-iola			US	WI	135	37050	966	America/Chicago
5257506	Village of Iola	village-of-iola			US	WI	135	37025	1301	America/Chicago
5257549	Village of Iron Ridge	village-of-iron-ridge			US	WI	027	37150	929	America/Chicago
5257557	Town of Iron River	town-of-iron-river			US	WI	007	37200	1127	America/Chicago
5257562	Town of Ironton	town-of-ironton			US	WI	111	37250	679	America/Chicago
5257563	Village of Ironton	village-of-ironton			US	WI	111	37225	253	America/Chicago
5257582	Town of Irving	town-of-irving			US	WI	053	37275	761	America/Chicago
5257591	Town of Isabelle	town-of-isabelle			US	WI	093	37350	279	America/Chicago
5257639	Town of Ithaca	town-of-ithaca			US	WI	103	37500	604	America/Chicago
5257649	Town of Ixonia	town-of-ixonia			US	WI	055	37600	4483	America/Chicago
5257710	Town of Jackson	town-of-jackson			US	WI	001	37625	975	America/Chicago
5257711	Town of Jackson	town-of-jackson			US	WI	013	37650	767	America/Chicago
5257712	Town of Jackson	town-of-jackson			US	WI	131	37700	4405	America/Chicago
5257713	Village of Jackson	village-of-jackson			US	WI	131	37675	6753	America/Chicago
5257716	Town of Jacksonport	town-of-jacksonport			US	WI	029	37750	711	America/Chicago
5257722	Town of Jacobs	town-of-jacobs			US	WI	003	37775	704	America/Chicago
5257746	Town of Jamestown	town-of-jamestown			US	WI	043	37800	2099	America/Chicago
5257764	City of Janesville	city-of-janesville			US	WI	105	37825	63575	America/Chicago
5257765	Town of Janesville	town-of-janesville			US	WI	105	37850	3462	America/Chicago
5257829	City of Jefferson	city-of-jefferson			US	WI	055	37900	7973	America/Chicago
5257830	Town of Jefferson	town-of-jefferson			US	WI	045	37875	1242	America/Chicago
5257831	Town of Jefferson	town-of-jefferson			US	WI	055	37925	2228	America/Chicago
5257832	Town of Jefferson	town-of-jefferson			US	WI	081	37950	859	America/Chicago
5257833	Town of Jefferson	town-of-jefferson			US	WI	123	37975	1178	America/Chicago
5258005	Village of Johnson Creek	village-of-johnson-creek			US	WI	055	38350	2738	America/Chicago
5258056	Town of Johnson	town-of-johnson			US	WI	073	38300	974	America/Chicago
5258072	Town of Johnstown	town-of-johnstown			US	WI	105	38450	784	America/Chicago
5258076	Town of Johnstown	town-of-johnstown			US	WI	095	38400	529	America/Chicago
5258129	Town of Jordan	town-of-jordan			US	WI	045	38550	653	America/Chicago
5258181	Town of Jump River	town-of-jump-river			US	WI	119	38627	362	America/Chicago
5258184	Village of Junction City	village-of-junction-city	Junction City,Village of Junction City		US	WI	097	38650	439	America/Chicago
5258202	City of Juneau	city-of-juneau			US	WI	027	38675	2814	America/Chicago
5258289	City of Kaukauna	city-of-kaukauna			US	WI	087	38800	15462	America/Chicago
5258290	Town of Kaukauna	town-of-kaukauna			US	WI	087	38825	1284	America/Chicago
5258314	Village of Kekoskee	village-of-kekoskee			US	WI	027	38900	161	America/Chicago
5258334	Village of Kellnersville	village-of-kellnersville			US	WI	071	39000	332	America/Chicago
5258355	Town of Kelly	town-of-kelly			US	WI	007	39025	464	America/Chicago
5258369	Town of Kendall	town-of-kendall			US	WI	065	39125	461	America/Chicago
5258370	Village of Kendall	village-of-kendall			US	WI	081	39150	472	America/Chicago
5258374	Town of Kennan	town-of-kennan			US	WI	099	39200	337	America/Chicago
5258375	Village of Kennan	village-of-kennan			US	WI	099	39175	135	America/Chicago
5258413	City of Kenosha	city-of-kenosha			US	WI	059	39225	99218	America/Chicago
5258488	Town of Kewaskum	town-of-kewaskum			US	WI	131	39325	1071	America/Chicago
5258489	Village of Kewaskum	village-of-kewaskum			US	WI	131	39300	4004	America/Chicago
5258498	City of Kewaunee	city-of-kewaunee			US	WI	061	39350	2952	America/Chicago
5258512	Town of Keystone	town-of-keystone			US	WI	007	39425	379	America/Chicago
5258521	Town of Kickapoo	town-of-kickapoo			US	WI	123	39475	639	America/Chicago
5258535	City of Kiel	city-of-kiel			US	WI	071	39525	3738	America/Chicago
5258555	Town of Kildare	town-of-kildare			US	WI	057	39575	679	America/Chicago
5258572	Town of Kimball	town-of-kimball			US	WI	051	39625	491	America/Chicago
5258585	Village of Kimberly	village-of-kimberly			US	WI	087	39650	6468	America/Chicago
5258605	Town of King	town-of-king			US	WI	069	39675	844	America/Chicago
5258660	Town of Kingston	town-of-kingston			US	WI	047	39775	1071	America/Chicago
5258661	Town of Kingston	town-of-kingston			US	WI	057	39800	89	America/Chicago
5258662	Village of Kingston	village-of-kingston			US	WI	047	39750	326	America/Chicago
5258683	Town of Kinnickinnic	town-of-kinnickinnic			US	WI	109	39825	1781	America/Chicago
5258764	Town of Knapp	town-of-knapp			US	WI	053	40000	301	America/Chicago
5258765	Village of Knapp	village-of-knapp			US	WI	033	39975	463	America/Chicago
5258781	Town of Knight	town-of-knight			US	WI	051	40075	208	America/Chicago
5258797	Town of Knowlton	town-of-knowlton			US	WI	073	40150	2008	America/Chicago
5258802	Town of Knox	town-of-knox			US	WI	099	40175	333	America/Chicago
5258828	Village of Kohler	village-of-kohler			US	WI	117	40275	2120	America/Chicago
5258851	Town of Komensky	town-of-komensky			US	WI	053	40325	510	America/Chicago
5258879	Town of Koshkonong	town-of-koshkonong			US	WI	055	40375	3735	America/Chicago
5258884	Town of Kossuth	town-of-kossuth			US	WI	071	40425	2059	America/Chicago
5258918	Village of Kronenwetter	village-of-kronenwetter			US	WI	073	40550	7210	America/Chicago
5258973	City of La Crosse	city-of-la-crosse			US	WI	063	40775	51320	America/Chicago
5258978	Village of La Farge	village-of-la-farge			US	WI	123	40875	746	America/Chicago
5258986	Town of La Follette	town-of-la-follette			US	WI	013	40975	529	America/Chicago
5258988	Town of La Grange	town-of-la-grange			US	WI	081	41000	2052	America/Chicago
5258989	Town of La Grange	town-of-la-grange			US	WI	127	41050	2478	America/Chicago
5258997	Town of La Pointe	town-of-la-pointe			US	WI	003	42562	265	America/Chicago
5258998	Town of La Prairie	town-of-la-prairie			US	WI	105	42575	841	America/Chicago
5259004	Town of La Valle	town-of-la-valle			US	WI	111	42850	1358	America/Chicago
5259005	Village of La Valle	village-of-la-valle			US	WI	111	42825	367	America/Chicago
5259030	Village of Lac La Belle	village-of-lac-la-belle			US	WI	133	40750	290	America/Chicago
5259039	Town of Lac du Flambeau	town-of-lac-du-flambeau			US	WI	125	40687	3437	America/Chicago
5259058	City of Ladysmith	city-of-ladysmith			US	WI	107	40850	3414	America/Chicago
5259065	Town of Lafayette	town-of-lafayette			US	WI	017	40900	5930	America/Chicago
5259066	Town of Lafayette	town-of-lafayette			US	WI	081	40925	405	America/Chicago
5259067	Town of Lafayette	town-of-lafayette			US	WI	127	40950	1994	America/Chicago
5259142	Village of Lake Delton	village-of-lake-delton			US	WI	111	41300	2914	America/Chicago
5259179	City of Lake Geneva	city-of-lake-geneva			US	WI	127	41450	7651	America/Chicago
5259189	Town of Lake Holcombe	town-of-lake-holcombe			US	WI	017	41550	1059	America/Chicago
5259222	City of Lake Mills	city-of-lake-mills			US	WI	055	41675	5708	America/Chicago
5259223	Town of Lake Mills	town-of-lake-mills			US	WI	055	41700	2117	America/Chicago
5259231	Village of Lake Nebagamon	village-of-lake-nebagamon			US	WI	031	41725	1069	America/Chicago
5259283	Town of Lake Tomahawk	town-of-lake-tomahawk			US	WI	085	41887	1028	America/Chicago
5259324	Town of Lake	town-of-lake			US	WI	075	41075	1136	America/Chicago
5259325	Town of Lake	town-of-lake			US	WI	099	41150	1106	America/Chicago
5259335	Town of Lakeland	town-of-lakeland			US	WI	005	41600	968	America/Chicago
5259373	Town of Lakeside	town-of-lakeside			US	WI	031	41800	695	America/Chicago
5259376	Town of Laketown	town-of-laketown			US	WI	095	41900	941	America/Chicago
5259420	Town of Lakewood	town-of-lakewood			US	WI	083	42075	815	America/Chicago
5259427	Town of Lamartine	town-of-lamartine			US	WI	039	42125	1727	America/Chicago
5259442	Town of Lamont	town-of-lamont			US	WI	065	42175	315	America/Chicago
5259447	Town of Lanark	town-of-lanark			US	WI	097	42225	1540	America/Chicago
5259459	City of Lancaster	city-of-lancaster			US	WI	043	42250	3868	America/Chicago
5259464	Town of Land O'Lakes	town-of-land-o-lakes	Town of Land O' Lakes,Town of Land O'Lakes		US	WI	125	42325	861	America/Chicago
5259497	Town of Langlade	town-of-langlade			US	WI	067	42425	452	America/Chicago
5259504	Village of Lannon	village-of-lannon			US	WI	133	42450	1107	America/Chicago
5259515	Town of Laona	town-of-laona			US	WI	041	42500	1193	America/Chicago
5259534	Town of Larrabee	town-of-larrabee			US	WI	135	42650	1359	America/Chicago
5259623	Town of Lawrence	town-of-lawrence			US	WI	009	42900	4909	America/Chicago
5259624	Town of Lawrence	town-of-lawrence			US	WI	107	42950	295	America/Chicago
5259671	Town of Lebanon	town-of-lebanon			US	WI	027	43050	1641	America/Chicago
5259672	Town of Lebanon	town-of-lebanon			US	WI	135	43075	1641	America/Chicago
5259680	Town of Ledgeview	town-of-ledgeview			US	WI	009	43090	7669	America/Chicago
5259705	Town of Leeds	town-of-leeds			US	WI	021	43125	774	America/Chicago
5259768	Town of Lemonweir	town-of-lemonweir			US	WI	057	43300	1681	America/Chicago
5259773	Town of Lena	town-of-lena			US	WI	083	43350	725	America/Chicago
5259774	Village of Lena	village-of-lena			US	WI	083	43325	564	America/Chicago
5259784	Town of Lenroot	town-of-lenroot			US	WI	113	43400	1268	America/Chicago
5259802	Town of Leon	town-of-leon			US	WI	081	43475	1122	America/Chicago
5259803	Town of Leon	town-of-leon			US	WI	137	43500	1421	America/Chicago
5259821	Town of Lessor	town-of-lessor			US	WI	115	43675	1248	America/Chicago
5259836	Town of Levis	town-of-levis			US	WI	019	43700	492	America/Chicago
5259860	Town of Lewiston	town-of-lewiston			US	WI	021	43775	1220	America/Chicago
5259879	Town of Liberty Grove	town-of-liberty-grove			US	WI	029	43925	1754	America/Chicago
5259904	Town of Liberty	town-of-liberty			US	WI	043	43825	558	America/Chicago
5259905	Town of Liberty	town-of-liberty			US	WI	071	43850	1268	America/Chicago
5259906	Town of Liberty	town-of-liberty			US	WI	087	43875	919	America/Chicago
5259907	Town of Liberty	town-of-liberty			US	WI	123	43900	269	America/Chicago
5259965	Town of Lima	town-of-lima			US	WI	043	44050	796	America/Chicago
5259966	Town of Lima	town-of-lima			US	WI	091	44075	686	America/Chicago
5259967	Town of Lima	town-of-lima			US	WI	105	44125	1285	America/Chicago
5259968	Town of Lima	town-of-lima			US	WI	117	44150	3001	America/Chicago
5259971	Village of Lime Ridge	village-of-lime-ridge			US	WI	111	44225	162	America/Chicago
5260090	Town of Lincoln	town-of-lincoln			US	WI	001	44250	291	America/Chicago
5260091	Town of Lincoln	town-of-lincoln			US	WI	007	44275	285	America/Chicago
5260092	Town of Lincoln	town-of-lincoln			US	WI	011	44300	158	America/Chicago
5260093	Town of Lincoln	town-of-lincoln			US	WI	013	44325	302	America/Chicago
5260094	Town of Lincoln	town-of-lincoln			US	WI	035	44350	1141	America/Chicago
5260095	Town of Lincoln	town-of-lincoln			US	WI	041	44375	922	America/Chicago
5260096	Town of Lincoln	town-of-lincoln			US	WI	081	44450	850	America/Chicago
5260097	Town of Lincoln	town-of-lincoln			US	WI	095	44475	2163	America/Chicago
5260098	Town of Lincoln	town-of-lincoln			US	WI	121	44500	855	America/Chicago
5260099	Town of Lincoln	town-of-lincoln			US	WI	125	44525	2420	America/Chicago
5260100	Town of Lincoln	town-of-lincoln			US	WI	141	44550	1561	America/Chicago
5260108	Town of Lind	town-of-lind			US	WI	135	44575	1667	America/Chicago
5260121	Town of Linden	town-of-linden			US	WI	049	44650	851	America/Chicago
5260122	Village of Linden	village-of-linden			US	WI	049	44625	549	America/Chicago
5260130	Town of Lindina	town-of-lindina			US	WI	057	44675	697	America/Chicago
5260150	Town of Linn	town-of-linn			US	WI	127	44750	2400	America/Chicago
5260159	Town of Linwood	town-of-linwood			US	WI	097	44800	1139	America/Chicago
5260176	Town of Lisbon	town-of-lisbon			US	WI	057	44825	891	America/Chicago
5260177	Town of Lisbon	town-of-lisbon			US	WI	133	44850	10406	America/Chicago
5260234	Town of Little Black	town-of-little-black			US	WI	119	44900	1121	America/Chicago
5260269	Village of Little Chute	village-of-little-chute			US	WI	087	44950	10449	America/Chicago
5260320	Town of Little Falls	town-of-little-falls			US	WI	081	44975	1563	America/Chicago
5260340	Town of Little Grant	town-of-little-grant			US	WI	043	45025	289	America/Chicago
5260499	Town of Little Rice	town-of-little-rice			US	WI	085	45150	300	America/Chicago
5260511	Town of Little River	town-of-little-river			US	WI	083	45175	1090	America/Chicago
5260580	Town of Little Suamico	town-of-little-suamico			US	WI	083	45275	4805	America/Chicago
5260638	Town of Little Wolf	town-of-little-wolf			US	WI	135	45300	1410	America/Chicago
5260666	Village of Livingston	village-of-livingston			US	WI	043	45325	664	America/Chicago
5260701	City of Lodi	city-of-lodi			US	WI	021	45350	3050	America/Chicago
5260702	Town of Lodi	town-of-lodi			US	WI	021	45375	3291	America/Chicago
5260714	Village of Loganville	village-of-loganville			US	WI	111	45400	300	America/Chicago
5260724	Village of Lohrville	village-of-lohrville			US	WI	137	45425	402	America/Chicago
5260735	Town of Lomira	town-of-lomira			US	WI	027	45500	1135	America/Chicago
5260736	Village of Lomira	village-of-lomira			US	WI	027	45475	2430	America/Chicago
5260769	Village of Lone Rock	village-of-lone-rock			US	WI	103	45575	888	America/Chicago
5260887	Town of Long Lake	town-of-long-lake			US	WI	037	45625	157	America/Chicago
5260888	Town of Long Lake	town-of-long-lake			US	WI	129	45650	619	America/Chicago
5260926	Town of Longwood	town-of-longwood			US	WI	019	45700	862	America/Chicago
5260963	Town of Lorain	town-of-lorain			US	WI	095	45775	279	America/Chicago
5261095	Town of Lowell	town-of-lowell			US	WI	027	45975	1163	America/Chicago
5261096	Village of Lowell	village-of-lowell			US	WI	027	45950	340	America/Chicago
5261217	Town of Lowville	town-of-lowville			US	WI	021	46050	0	America/Chicago
5261221	City of Loyal	city-of-loyal			US	WI	019	46075	1261	America/Chicago
5261222	Town of Loyal	town-of-loyal			US	WI	019	46100	827	America/Chicago
5261230	Village of Lublin	village-of-lublin			US	WI	119	46150	118	America/Chicago
5261236	Town of Lucas	town-of-lucas			US	WI	033	46175	782	America/Chicago
5261246	Town of Luck	town-of-luck			US	WI	095	46225	920	America/Chicago
5261247	Village of Luck	village-of-luck			US	WI	095	46200	1119	America/Chicago
5261263	Town of Ludington	town-of-ludington	Luddington Township,Ludington Township,Town of Ludington		US	WI	035	46275	1087	America/Chicago
5261343	Village of Luxemburg	village-of-luxemburg			US	WI	061	46400	2515	America/Chicago
5261352	Town of Luxemburg	town-of-luxemburg			US	WI	061	46425	1456	America/Chicago
5261379	Village of Lyndon Station	village-of-lyndon-station			US	WI	057	46600	500	America/Chicago
5261380	Town of Lyndon	town-of-lyndon	Lindon Township,Lyndon Township,Town of Lyndon		US	WI	057	46525	1352	America/Chicago
5261381	Town of Lyndon	town-of-lyndon	Lindon Township,Lyndon Township,Town of Lyndon		US	WI	117	46575	1546	America/Chicago
5261388	Town of Lynne	town-of-lynne			US	WI	085	46650	140	America/Chicago
5261394	Village of Lynxville	village-of-lynxville			US	WI	023	46675	132	America/Chicago
5261404	Town of Lyons	town-of-lyons			US	WI	127	46725	3705	America/Chicago
5261439	Town of Mackford	town-of-mackford			US	WI	047	46875	554	America/Chicago
5261456	Town of Madge	town-of-madge			US	WI	129	47025	497	America/Chicago
5261482	City of Madison	city-of-madison			US	WI	025	48000	233209	America/Chicago
5261483	Town of Madison	town-of-madison			US	WI	025	48025	6807	America/Chicago
5261494	Town of Magnolia	town-of-magnolia			US	WI	105	48150	772	America/Chicago
5261507	Town of Maiden Rock	town-of-maiden-rock			US	WI	093	48200	588	America/Chicago
5261508	Village of Maiden Rock	village-of-maiden-rock			US	WI	093	48175	119	America/Chicago
5261519	Town of Maine	town-of-maine	Town of Maine,Village of Maine		US	WI	073	48225	2364	America/Chicago
5261520	Town of Maine	town-of-maine			US	WI	087	48250	877	America/Chicago
5261561	City of Manawa	city-of-manawa			US	WI	135	48350	1371	America/Chicago
5261565	Town of Manchester	town-of-manchester			US	WI	047	48400	1020	America/Chicago
5261566	Town of Manchester	town-of-manchester			US	WI	053	48425	716	America/Chicago
5261584	Town of Manitowish Waters	town-of-manitowish-waters			US	WI	125	48462	566	America/Chicago
5261599	Town of Manitowoc Rapids	town-of-manitowoc-rapids			US	WI	071	48575	2120	America/Chicago
5261602	City of Manitowoc	city-of-manitowoc			US	WI	071	48500	33736	America/Chicago
5261603	Town of Manitowoc	town-of-manitowoc			US	WI	071	48525	1077	America/Chicago
5261640	Village of Maple Bluff	village-of-maple-bluff			US	WI	025	48750	1313	America/Chicago
5261651	Town of Maple Creek	town-of-maple-creek			US	WI	087	48775	613	America/Chicago
5261703	Town of Maple Grove	town-of-maple-grove			US	WI	005	48825	980	America/Chicago
5261704	Town of Maple Grove	town-of-maple-grove			US	WI	071	48875	818	America/Chicago
5261705	Town of Maple Grove	town-of-maple-grove			US	WI	115	48900	961	America/Chicago
5261729	Town of Maple Plain	town-of-maple-plain			US	WI	005	48950	806	America/Chicago
5261756	Town of Maple Valley	town-of-maple-valley			US	WI	083	49000	661	America/Chicago
5261761	Town of Maple	town-of-maple			US	WI	031	48725	745	America/Chicago
5261770	Town of Maplehurst	town-of-maplehurst			US	WI	119	48925	327	America/Chicago
5261789	Village of Marathon City	village-of-marathon-city	Marathon City,Village of Marathon City		US	WI	073	49100	1524	America/Chicago
5261801	Town of Marathon	town-of-marathon			US	WI	073	49075	1106	America/Chicago
5261814	Town of Marcellon	town-of-marcellon			US	WI	021	49150	1106	America/Chicago
5261835	Town of Marengo	town-of-marengo			US	WI	003	49200	383	America/Chicago
5261843	Village of Maribel	village-of-maribel			US	WI	071	49250	351	America/Chicago
5261869	City of Marinette	city-of-marinette			US	WI	075	49300	10968	America/Chicago
5261885	City of Marion	city-of-marion			US	WI	135	49400	1260	America/Chicago
5261886	Town of Marion	town-of-marion			US	WI	043	49350	571	America/Chicago
5261887	Town of Marion	town-of-marion			US	WI	057	49375	412	America/Chicago
5261888	Town of Marion	town-of-marion			US	WI	137	49425	2016	America/Chicago
5261893	City of Markesan	city-of-markesan			US	WI	047	49450	1476	America/Chicago
5261899	Town of Marietta	town-of-marietta			US	WI	023	49275	452	America/Chicago
5261928	Town of Marquette	town-of-marquette			US	WI	047	49525	527	America/Chicago
5261929	Village of Marquette	village-of-marquette			US	WI	047	49500	150	America/Chicago
5261966	Town of Marshall	town-of-marshall			US	WI	103	49600	553	America/Chicago
5261967	Town of Marshall	town-of-marshall			US	WI	107	49625	671	America/Chicago
5261968	Village of Marshall	village-of-marshall			US	WI	025	49575	3862	America/Chicago
5261979	City of Marshfield	city-of-marshfield			US	WI	141	49675	19118	America/Chicago
5261980	Town of Marshfield	town-of-marshfield			US	WI	039	49650	1122	America/Chicago
5261981	Town of Marshfield	town-of-marshfield			US	WI	141	49700	793	America/Chicago
5261988	Town of Martell	town-of-martell	Martel Township,Martell Township,Town of Martell		US	WI	093	49775	1180	America/Chicago
5262049	Town of Mason	town-of-mason			US	WI	007	49925	317	America/Chicago
5262050	Village of Mason	village-of-mason			US	WI	007	49900	93	America/Chicago
5262076	Town of Matteson	town-of-matteson			US	WI	135	49975	923	America/Chicago
5262077	Village of Mattoon	village-of-mattoon			US	WI	115	50000	438	America/Chicago
5262097	City of Mauston	city-of-mauston			US	WI	057	50025	4423	America/Chicago
5262108	Town of Maxville	town-of-maxville			US	WI	011	50075	306	America/Chicago
5262145	City of Mayville	city-of-mayville			US	WI	027	50200	5154	America/Chicago
5262146	Town of Mayville	town-of-mayville			US	WI	019	50175	949	America/Chicago
5262157	Town of Mazomanie	town-of-mazomanie			US	WI	025	50250	1150	America/Chicago
5262158	Village of Mazomanie	village-of-mazomanie			US	WI	025	50225	1652	America/Chicago
5262266	Village of McFarland	village-of-mcfarland			US	WI	025	46850	7808	America/Chicago
5262341	Town of McKinley	town-of-mckinley			US	WI	119	46925	443	America/Chicago
5262343	Town of McKinley	town-of-mckinley			US	WI	095	46900	345	America/Chicago
5262361	Town of McMillan	town-of-mcmillan			US	WI	073	46975	2094	America/Chicago
5262444	Town of Meadowbrook	town-of-meadowbrook			US	WI	113	50300	129	America/Chicago
5262467	Town of Mecan	town-of-mecan			US	WI	077	50350	664	America/Chicago
5262473	Town of Medary	town-of-medary			US	WI	063	50400	1504	America/Chicago
5262486	City of Medford	city-of-medford			US	WI	119	50425	4326	America/Chicago
5262487	Town of Medford	town-of-medford			US	WI	119	50450	2569	America/Chicago
5262496	Town of Medina	town-of-medina			US	WI	025	50475	1459	America/Chicago
5262509	Town of Meeme	town-of-meeme			US	WI	071	50625	1424	America/Chicago
5262510	Town of Meenon	town-of-meenon			US	WI	013	50650	1140	America/Chicago
5262529	City of Mellen	city-of-mellen			US	WI	003	50700	731	America/Chicago
5262536	Town of Melrose	town-of-melrose			US	WI	053	50775	468	America/Chicago
5262537	Village of Melrose	village-of-melrose			US	WI	053	50750	503	America/Chicago
5262541	Village of Melvina	village-of-melvina			US	WI	081	50800	104	America/Chicago
5262604	City of Menasha	city-of-menasha			US	WI	139	50825	17353	America/Chicago
5262605	Town of Menasha	town-of-menasha			US	WI	139	50850	18987	America/Chicago
5262629	Town of Menominee	town-of-menominee			US	WI	078	50975	4573	America/Chicago
5262631	Village of Menomonee Falls	village-of-menomonee-falls			US	WI	133	51000	35626	America/Chicago
5262644	City of Menomonie	city-of-menomonie	City of Menomonie,Menominee,Menomonee		US	WI	033	51025	16264	America/Chicago
5262645	Town of Menomonie	town-of-menomonie	Menomonie Township,Town of Menomonie		US	WI	033	51050	3424	America/Chicago
5262647	Town of Mentor	town-of-mentor			US	WI	019	51125	575	America/Chicago
5262652	City of Mequon	city-of-mequon			US	WI	089	51150	23132	America/Chicago
5262657	Town of Mercer	town-of-mercer			US	WI	051	51200	1393	America/Chicago
5262693	City of Merrill	city-of-merrill			US	WI	069	51250	9661	America/Chicago
5262694	Town of Merrill	town-of-merrill			US	WI	069	51275	2935	America/Chicago
5262696	Village of Merrillan	village-of-merrillan			US	WI	053	51300	542	America/Chicago
5262700	Town of Merrimac	town-of-merrimac			US	WI	111	51350	993	America/Chicago
5262701	Village of Merrimac	village-of-merrimac			US	WI	111	51325	420	America/Chicago
5262711	Town of Merton	town-of-merton			US	WI	133	51400	8437	America/Chicago
5262712	Village of Merton	village-of-merton			US	WI	133	51375	3346	America/Chicago
5262731	Town of Meteor	town-of-meteor			US	WI	113	51425	156	America/Chicago
5262737	Town of Metomen	town-of-metomen			US	WI	039	51450	719	America/Chicago
5262815	Town of Middle Inlet	town-of-middle-inlet			US	WI	075	51537	827	America/Chicago
5262850	City of Middleton	city-of-middleton			US	WI	025	51575	17442	America/Chicago
5262851	Town of Middleton	town-of-middleton			US	WI	025	51600	6192	America/Chicago
5262878	Town of Mifflin	town-of-mifflin			US	WI	049	51725	593	America/Chicago
5262893	Town of Milford	town-of-milford			US	WI	055	51850	1116	America/Chicago
5262966	Town of Milladore	town-of-milladore			US	WI	141	51900	666	America/Chicago
5262967	Village of Milladore	village-of-milladore			US	WI	141	51875	276	America/Chicago
5263013	Town of Millston	town-of-millston			US	WI	053	52050	159	America/Chicago
5263016	Town of Milltown	town-of-milltown			US	WI	095	52100	1217	America/Chicago
5263017	Village of Milltown	village-of-milltown			US	WI	095	52075	917	America/Chicago
5263041	City of Milton	city-of-milton			US	WI	105	52200	5546	America/Chicago
5263042	Town of Milton	town-of-milton			US	WI	011	52175	523	America/Chicago
5263043	Town of Milton	town-of-milton			US	WI	105	52225	3035	America/Chicago
5263061	Town of Millville	town-of-millville			US	WI	043	52150	165	America/Chicago
5263099	City of Milwaukee	city-of-milwaukee			US	WI	079	53000	594833	America/Chicago
5263117	City of Mineral Point	city-of-mineral-point			US	WI	049	53100	2487	America/Chicago
5263118	Town of Mineral Point	town-of-mineral-point			US	WI	049	53125	1049	America/Chicago
5263165	Town of Minocqua	town-of-minocqua			US	WI	085	53225	4440	America/Chicago
5263171	Town of Minong	town-of-minong			US	WI	129	53275	905	America/Chicago
5263172	Village of Minong	village-of-minong			US	WI	129	53250	527	America/Chicago
5263210	Town of Mishicot	town-of-mishicot			US	WI	071	53350	1266	America/Chicago
5263211	Village of Mishicot	village-of-mishicot			US	WI	071	53325	1442	America/Chicago
5263246	Town of Mitchell	town-of-mitchell	Mitchel Township,Mitchell Township,Town of Mitchell		US	WI	117	53375	1323	America/Chicago
5263259	Town of Modena	town-of-modena			US	WI	011	53450	348	America/Chicago
5263282	Town of Molitor	town-of-molitor	Town of Molitor,Town of Monitor		US	WI	119	53550	322	America/Chicago
5263311	City of Mondovi	city-of-mondovi			US	WI	011	53600	2777	America/Chicago
5263312	Town of Mondovi	town-of-mondovi			US	WI	011	53625	461	America/Chicago
5263319	Town of Monico	town-of-monico			US	WI	085	53662	304	America/Chicago
5263329	City of Monona	city-of-monona			US	WI	025	53675	7533	America/Chicago
5263350	City of Monroe	city-of-monroe			US	WI	045	53750	10827	America/Chicago
5263351	Town of Monroe	town-of-monroe			US	WI	001	53725	386	America/Chicago
5263352	Town of Monroe	town-of-monroe			US	WI	045	53775	1246	America/Chicago
5263364	Town of Montana	town-of-montana			US	WI	011	53850	281	America/Chicago
5263375	Town of Montello	town-of-montello			US	WI	077	53900	1014	America/Chicago
5263382	Village of Montfort	village-of-montfort			US	WI	043	53950	718	America/Chicago
5263385	City of Montello	city-of-montello			US	WI	077	53875	1495	America/Chicago
5263392	Town of Monticello	town-of-monticello			US	WI	065	54025	133	America/Chicago
5263393	Village of Monticello	village-of-monticello			US	WI	045	54000	1217	America/Chicago
5263396	Town of Montpelier	town-of-montpelier			US	WI	061	54050	1286	America/Chicago
5263401	City of Montreal	city-of-montreal			US	WI	051	54075	807	America/Chicago
5263402	Town of Montrose	town-of-montrose			US	WI	025	54100	1131	America/Chicago
5263501	Town of Morgan	town-of-morgan			US	WI	083	54200	981	America/Chicago
5263526	Town of Morris	town-of-morris			US	WI	115	54250	447	America/Chicago
5263535	Town of Morrison	town-of-morrison			US	WI	009	54300	1613	America/Chicago
5263543	Town of Morse	town-of-morse			US	WI	003	54400	485	America/Chicago
5263553	Town of Moscow	town-of-moscow			US	WI	049	54425	589	America/Chicago
5263555	Town of Mosel	town-of-mosel			US	WI	117	54475	794	America/Chicago
5263574	City of Mosinee	city-of-mosinee			US	WI	073	54500	3988	America/Chicago
5263575	Town of Mosinee	town-of-mosinee			US	WI	073	54525	2175	America/Chicago
5263632	Town of Moundville	town-of-moundville			US	WI	077	54600	542	America/Chicago
5263645	Village of Mount Calvary	village-of-mount-calvary			US	WI	039	54650	762	America/Chicago
5263665	Town of Mount Hope	town-of-mount-hope			US	WI	043	54700	303	America/Chicago
5263666	Village of Mount Hope	village-of-mount-hope			US	WI	043	54675	225	America/Chicago
5263674	Village of Mount Horeb	village-of-mount-horeb			US	WI	025	54725	7009	America/Chicago
5263676	Town of Mount Ida	town-of-mount-ida			US	WI	043	54775	565	America/Chicago
5263685	Town of Mount Morris	town-of-mount-morris			US	WI	137	54825	1085	America/Chicago
5263717	Town of Mount Pleasant	town-of-mount-pleasant			US	WI	045	54850	614	America/Chicago
5263718	Village of Mount Pleasant	village-of-mount-pleasant			US	WI	101	54875	26197	America/Chicago
5263725	Village of Mount Sterling	village-of-mount-sterling			US	WI	023	54900	211	America/Chicago
5263770	Town of Mountain	town-of-mountain	Town of Armstrong,Town of Mountain		US	WI	083	54630	816	America/Chicago
5263964	Town of Mukwa	town-of-mukwa			US	WI	135	55025	2895	America/Chicago
5263972	Village of Mukwonago	village-of-mukwonago			US	WI	133	55050	7355	America/Chicago
5263975	Town of Mukwonago	town-of-mukwonago			US	WI	133	55075	8118	America/Chicago
5264037	Town of Murry	town-of-murry			US	WI	107	55175	263	America/Chicago
5264041	Town of Muscoda	town-of-muscoda			US	WI	043	55225	773	America/Chicago
5264042	Village of Muscoda	village-of-muscoda			US	WI	043	55200	1299	America/Chicago
5264057	City of Muskego	city-of-muskego			US	WI	133	55275	24135	America/Chicago
5264125	Town of Namakagon	town-of-namakagon			US	WI	007	55375	247	America/Chicago
5264139	Town of Naples	town-of-naples			US	WI	011	55450	676	America/Chicago
5264153	Town of Nasewaupee	town-of-nasewaupee			US	WI	029	55500	2020	America/Chicago
5264160	Village of Nashotah	village-of-nashotah			US	WI	133	55550	1395	America/Chicago
5264163	Town of Nashville	town-of-nashville			US	WI	041	55575	1037	America/Chicago
5264190	Town of Navarino	town-of-navarino			US	WI	115	55675	440	America/Chicago
5264216	Town of Necedah	town-of-necedah			US	WI	057	55725	2268	America/Chicago
5264217	Village of Necedah	village-of-necedah			US	WI	057	55700	916	America/Chicago
5264233	City of Neenah	city-of-neenah			US	WI	139	55750	25501	America/Chicago
5264234	Town of Neenah	town-of-neenah			US	WI	139	55775	3381	America/Chicago
5264249	City of Neillsville	city-of-neillsville			US	WI	019	55800	2463	America/Chicago
5264252	Town of Nekimi	town-of-nekimi			US	WI	139	55850	1487	America/Chicago
5264260	City of Nekoosa	city-of-nekoosa			US	WI	141	55875	2580	America/Chicago
5264296	Town of Nelson	town-of-nelson			US	WI	011	55975	560	America/Chicago
5264297	Village of Nelson	village-of-nelson			US	WI	011	55950	374	America/Chicago
5264305	Village of Nelsonville	village-of-nelsonville			US	WI	097	56000	155	America/Chicago
5264319	Village of Neosho	village-of-neosho			US	WI	027	56075	574	America/Chicago
5264327	Town of Nepeuskun	town-of-nepeuskun			US	WI	139	56100	723	America/Chicago
5264340	Town of Neshkoro	town-of-neshkoro			US	WI	077	56150	552	America/Chicago
5264341	Village of Neshkoro	village-of-neshkoro			US	WI	077	56125	434	America/Chicago
5264366	Town of Neva	town-of-neva			US	WI	067	56200	876	America/Chicago
5264380	Village of New Auburn	village-of-new-auburn			US	WI	017	56350	548	America/Chicago
5264390	City of New Berlin	city-of-new-berlin			US	WI	133	56375	39584	America/Chicago
5264395	Town of New Chester	town-of-new-chester			US	WI	001	56525	2081	America/Chicago
5264401	Town of New Denmark	town-of-new-denmark			US	WI	009	56575	1572	America/Chicago
5264403	Town of New Diggings	town-of-new-diggings			US	WI	065	56625	508	America/Chicago
5264417	Town of New Glarus	town-of-new-glarus			US	WI	045	56725	1364	America/Chicago
5264418	Village of New Glarus	village-of-new-glarus			US	WI	045	56700	2172	America/Chicago
5264420	Town of New Haven	town-of-new-haven			US	WI	001	56750	636	America/Chicago
5264421	Town of New Haven	town-of-new-haven			US	WI	033	56775	675	America/Chicago
5264428	City of New Holstein	city-of-new-holstein			US	WI	015	56800	3236	America/Chicago
5264429	Town of New Holstein	town-of-new-holstein			US	WI	015	56825	1521	America/Chicago
5264442	Town of New Hope	town-of-new-hope			US	WI	097	56850	726	America/Chicago
5264454	City of New Lisbon	city-of-new-lisbon			US	WI	057	56900	2554	America/Chicago
5264462	City of New London	city-of-new-london			US	WI	135	56925	7295	America/Chicago
5264463	Town of New Lyme	town-of-new-lyme			US	WI	081	56950	172	America/Chicago
5264484	City of New Richmond	city-of-new-richmond			US	WI	109	57100	8375	America/Chicago
5264511	Town of Newark	town-of-newark			US	WI	105	56325	1554	America/Chicago
5264521	Town of Newbold	town-of-newbold			US	WI	085	56425	2723	America/Chicago
5264525	Village of Newburg	village-of-newburg			US	WI	131	56450	1254	America/Chicago
5264549	Town of Newport	town-of-newport			US	WI	021	57025	588	America/Chicago
5264563	Town of Newton	town-of-newton			US	WI	077	57225	533	America/Chicago
5264574	Town of Niagara	town-of-niagara			US	WI	075	57350	858	America/Chicago
5264575	City of Niagara	city-of-niagara	City of Niagara,Village of Niagara		US	WI	075	57325	1624	America/Chicago
5264579	Town of Newton	town-of-newton			US	WI	071	57200	2251	America/Chicago
5264587	Village of Nichols	village-of-nichols			US	WI	087	57375	273	America/Chicago
5264662	Town of Nokomis	town-of-nokomis			US	WI	085	57450	1368	America/Chicago
5264688	Town of Norrie	town-of-norrie			US	WI	073	57600	983	America/Chicago
5264706	Village of North Bay	village-of-north-bay			US	WI	101	57700	241	America/Chicago
5264712	Town of North Bend	town-of-north-bend			US	WI	053	57775	493	America/Chicago
5264816	Village of North Fond du Lac	village-of-north-fond-du-lac			US	WI	039	58000	5014	America/Chicago
5264843	Village of North Freedom	village-of-north-freedom			US	WI	111	58025	701	America/Chicago
5264865	Village of North Hudson	village-of-north-hudson			US	WI	109	58050	3768	America/Chicago
5264883	Town of North Lancaster	town-of-north-lancaster			US	WI	043	58125	514	America/Chicago
5264926	Village of North Prairie	village-of-north-prairie			US	WI	133	58400	2141	America/Chicago
5265019	Town of Northfield	town-of-northfield			US	WI	053	57975	644	America/Chicago
5265066	Village of Norwalk	village-of-norwalk			US	WI	081	58575	638	America/Chicago
5265086	Town of Norway	town-of-norway			US	WI	101	58600	8117	America/Chicago
5265114	Town of Norwood	town-of-norwood			US	WI	067	58700	887	America/Chicago
5265237	City of Oak Creek	city-of-oak-creek			US	WI	079	58800	34451	America/Chicago
5265287	Town of Oak Grove	town-of-oak-grove			US	WI	005	58950	950	America/Chicago
5265288	Town of Oak Grove	town-of-oak-grove			US	WI	027	59000	1078	America/Chicago
5265289	Town of Oak Grove	town-of-oak-grove			US	WI	093	59025	2154	America/Chicago
5265402	Town of Oakdale	town-of-oakdale	Oak Dale Township,Oakdale Township,Town of Oakdale		US	WI	081	58875	794	America/Chicago
5265403	Village of Oakdale	village-of-oakdale			US	WI	081	58850	297	America/Chicago
5265409	Town of Oakfield	town-of-oakfield			US	WI	039	58925	707	America/Chicago
5265410	Village of Oakfield	village-of-oakfield			US	WI	039	58900	1075	America/Chicago
5265438	Town of Oakland	town-of-oakland			US	WI	013	59075	818	America/Chicago
5265439	Town of Oakland	town-of-oakland			US	WI	031	59100	1147	America/Chicago
5265440	Town of Oakland	town-of-oakland			US	WI	055	59125	3144	America/Chicago
5265491	Town of Oasis	town-of-oasis			US	WI	137	59225	387	America/Chicago
5265508	Village of Oconomowoc Lake	village-of-oconomowoc-lake			US	WI	133	59300	595	America/Chicago
5265514	Town of Oconomowoc	town-of-oconomowoc			US	WI	133	59275	8631	America/Chicago
5265528	City of Oconto Falls	city-of-oconto-falls			US	WI	083	59400	2891	America/Chicago
5265529	Town of Oconto Falls	town-of-oconto-falls			US	WI	083	59425	1260	America/Chicago
5265537	City of Oconomowoc	city-of-oconomowoc			US	WI	133	59250	15759	America/Chicago
5265541	City of Oconto	city-of-oconto			US	WI	083	59350	4513	America/Chicago
5265542	Town of Oconto	town-of-oconto			US	WI	083	59375	1333	America/Chicago
5265565	Village of Ogdensburg	village-of-ogdensburg			US	WI	135	59475	185	America/Chicago
5265571	Town of Ogema	town-of-ogema			US	WI	099	59525	684	America/Chicago
5265582	Town of Ojibwa	town-of-ojibwa			US	WI	113	59600	247	America/Chicago
5265668	Village of Oliver	village-of-oliver			US	WI	031	59800	399	America/Chicago
5265688	Town of Oma	town-of-oma			US	WI	051	59850	287	America/Chicago
5265700	City of Omro	city-of-omro			US	WI	139	59875	3517	America/Chicago
5265701	Town of Omro	town-of-omro			US	WI	139	59900	2164	America/Chicago
5265710	City of Onalaska	city-of-onalaska			US	WI	063	59925	17736	America/Chicago
5265711	Town of Onalaska	town-of-onalaska			US	WI	063	59950	5788	America/Chicago
5265733	Town of Oneida	town-of-oneida			US	WI	087	60000	4697	America/Chicago
5265749	Village of Ontario	village-of-ontario			US	WI	123	60075	554	America/Chicago
5265759	Village of Oostburg	village-of-oostburg			US	WI	117	60100	2887	America/Chicago
5265766	Town of Orange	town-of-orange			US	WI	057	60150	553	America/Chicago
5265790	Town of Oregon	town-of-oregon			US	WI	025	60225	3297	America/Chicago
5265791	Village of Oregon	village-of-oregon			US	WI	025	60200	9231	America/Chicago
5265794	Village of Orfordville	village-of-orfordville			US	WI	105	60250	1442	America/Chicago
5265798	Town of Orienta	town-of-orienta			US	WI	007	60275	122	America/Chicago
5265805	Town of Orion	town-of-orion			US	WI	103	60350	566	America/Chicago
5265822	Town of Osborn	town-of-osborn			US	WI	087	60400	1218	America/Chicago
5265832	Town of Osceola	town-of-osceola			US	WI	039	60425	1846	America/Chicago
5265833	Town of Osceola	town-of-osceola			US	WI	095	60475	2848	America/Chicago
5265834	Village of Osceola	village-of-osceola	Osceola Mills,Osceola Village,Village of Osceola		US	WI	095	60450	2568	America/Chicago
5265852	City of Oshkosh	city-of-oshkosh			US	WI	139	60500	66083	America/Chicago
5265853	Town of Oshkosh	town-of-oshkosh			US	WI	139	60525	2515	America/Chicago
5265863	City of Osseo	city-of-osseo			US	WI	121	60575	1701	America/Chicago
5265871	Town of Otsego	town-of-otsego			US	WI	021	60687	693	America/Chicago
5265878	Town of Ottawa	town-of-ottawa			US	WI	133	60700	3880	America/Chicago
5265908	Town of Otter Creek	town-of-otter-creek			US	WI	033	60725	514	America/Chicago
5265909	Town of Otter Creek	town-of-otter-creek			US	WI	035	60750	520	America/Chicago
5265951	Town of Oulu	town-of-oulu			US	WI	007	60775	528	America/Chicago
5266068	City of Owen	city-of-owen			US	WI	019	60825	940	America/Chicago
5266098	Town of Oxford	town-of-oxford			US	WI	077	60900	866	America/Chicago
5266099	Village of Oxford	village-of-oxford			US	WI	077	60875	607	America/Chicago
5266118	Town of Pacific	town-of-pacific			US	WI	021	60925	2724	America/Chicago
5266124	Town of Packwaukee	town-of-packwaukee			US	WI	077	60962	1389	America/Chicago
5266131	Village of Paddock Lake	village-of-paddock-lake			US	WI	059	60975	2992	America/Chicago
5266158	Town of Palmyra	town-of-palmyra			US	WI	055	61050	1209	America/Chicago
5266159	Village of Palmyra	village-of-palmyra			US	WI	055	61025	1781	America/Chicago
5266205	Village of Pardeeville	village-of-pardeeville			US	WI	021	61100	2115	America/Chicago
5266217	Town of Paris	town-of-paris			US	WI	043	61150	712	America/Chicago
5266218	Town of Paris	town-of-paris			US	WI	059	61175	1519	America/Chicago
5266239	City of Park Falls	city-of-park-falls			US	WI	099	61200	2462	America/Chicago
5266252	Village of Park Ridge	village-of-park-ridge			US	WI	097	61325	491	America/Chicago
5266271	Town of Parkland	town-of-parkland			US	WI	031	61250	1228	America/Chicago
5266298	Town of Parrish	town-of-parrish			US	WI	067	61375	88	America/Chicago
5266314	Town of Patch Grove	town-of-patch-grove			US	WI	043	61450	343	America/Chicago
5266315	Village of Patch Grove	village-of-patch-grove			US	WI	043	61425	198	America/Chicago
5266454	Town of Peck	town-of-peck			US	WI	067	61525	336	America/Chicago
5266469	Town of Peeksville	town-of-peeksville			US	WI	003	61600	138	America/Chicago
5266492	Town of Pella	town-of-pella			US	WI	115	61700	857	America/Chicago
5266497	Town of Pembine	town-of-pembine			US	WI	075	61775	880	America/Chicago
5266501	Town of Pelican	town-of-pelican			US	WI	085	61625	2756	America/Chicago
5266507	Town of Pence	town-of-pence			US	WI	051	61825	160	America/Chicago
5266534	Town of Pensaukee	town-of-pensaukee			US	WI	083	61900	1378	America/Chicago
5266552	Town of Pepin	town-of-pepin			US	WI	091	61950	705	America/Chicago
5266553	Village of Pepin	village-of-pepin			US	WI	091	61925	837	America/Chicago
5266629	Town of Perry	town-of-perry			US	WI	025	62050	770	America/Chicago
5266645	Town of Pershing	town-of-pershing			US	WI	119	62100	179	America/Chicago
5266650	Town of Peru	town-of-peru			US	WI	033	62125	245	America/Chicago
5266673	City of Peshtigo	city-of-peshtigo			US	WI	075	62175	3502	America/Chicago
5266674	Town of Peshtigo	town-of-peshtigo			US	WI	075	62200	4027	America/Chicago
5266738	City of Pewaukee	city-of-pewaukee	City of Pewaukee,Town of Pewaukee		US	WI	133	62240	13195	America/Chicago
5266739	Village of Pewaukee	village-of-pewaukee			US	WI	133	62250	8166	America/Chicago
5266756	Town of Phelps	town-of-phelps			US	WI	125	62425	1212	America/Chicago
5266774	City of Phillips	city-of-phillips			US	WI	099	62450	1478	America/Chicago
5266846	Town of Piehl	town-of-piehl			US	WI	085	62600	83	America/Chicago
5266867	Town of Pierce	town-of-pierce			US	WI	061	62625	813	America/Chicago
5266887	Village of Pigeon Falls	village-of-pigeon-falls			US	WI	121	62675	411	America/Chicago
5266902	Town of Pigeon	town-of-pigeon			US	WI	121	62650	922	America/Chicago
5266965	Town of Pilsen	town-of-pilsen			US	WI	007	62700	209	America/Chicago
5267053	Town of Pine Grove	town-of-pine-grove			US	WI	097	62825	925	America/Chicago
5267127	Town of Pine Lake	town-of-pine-lake			US	WI	085	62925	2726	America/Chicago
5267161	Town of Pine River	town-of-pine-river			US	WI	069	62950	1827	America/Chicago
5267175	Town of Pine Valley	town-of-pine-valley			US	WI	019	63000	1154	America/Chicago
5267264	Town of Pittsfield	town-of-pittsfield			US	WI	009	63075	2704	America/Chicago
5267266	City of Pittsville	city-of-pittsville			US	WI	141	63100	874	America/Chicago
5267287	Village of Plain	village-of-plain			US	WI	111	63125	773	America/Chicago
5267293	Town of Plainfield	town-of-plainfield			US	WI	137	63175	538	America/Chicago
5267294	Village of Plainfield	village-of-plainfield			US	WI	137	63150	862	America/Chicago
5267337	City of Platteville	city-of-platteville			US	WI	043	63250	11224	America/Chicago
5267338	Town of Platteville	town-of-platteville			US	WI	043	63275	1486	America/Chicago
5267408	Village of Pleasant Prairie	village-of-pleasant-prairie			US	WI	059	63300	19719	America/Chicago
5267435	Town of Pleasant Springs	town-of-pleasant-springs			US	WI	025	63375	3345	America/Chicago
5267489	Town of Pleasant Valley	town-of-pleasant-valley			US	WI	035	63400	3191	America/Chicago
5267490	Town of Pleasant Valley	town-of-pleasant-valley			US	WI	109	63425	540	America/Chicago
5267540	Town of Plover	town-of-plover			US	WI	073	63500	683	America/Chicago
5267541	Town of Plover	town-of-plover			US	WI	097	63550	1727	America/Chicago
5267542	Village of Plover	village-of-plover			US	WI	097	63525	12123	America/Chicago
5267547	Village of Plum City	village-of-plum-city	Plum City,Village of Plum City		US	WI	093	63600	599	America/Chicago
5267568	Town of Plum Lake	town-of-plum-lake			US	WI	125	63625	493	America/Chicago
5267603	City of Plymouth	city-of-plymouth			US	WI	117	63700	8445	America/Chicago
5267604	Town of Plymouth	town-of-plymouth			US	WI	057	63650	597	America/Chicago
5267605	Town of Plymouth	town-of-plymouth			US	WI	105	63675	1245	America/Chicago
5267606	Town of Plymouth	town-of-plymouth			US	WI	117	63725	3205	America/Chicago
5267641	Town of Polar	town-of-polar			US	WI	067	63825	955	America/Chicago
5267658	Town of Polk	town-of-polk			US	WI	131	63875	3951	America/Chicago
5267721	Village of Poplar	village-of-poplar			US	WI	031	63975	603	America/Chicago
5267743	Town of Popple River	town-of-popple-river			US	WI	041	64050	44	America/Chicago
5267773	Town of Port Edwards	town-of-port-edwards			US	WI	141	64200	1371	America/Chicago
5267774	Village of Port Edwards	village-of-port-edwards			US	WI	141	64175	1818	America/Chicago
5267780	City of Port Washington	city-of-port-washington			US	WI	089	64450	11250	America/Chicago
5267781	Town of Port Washington	town-of-port-washington			US	WI	089	64475	1597	America/Chicago
5267784	Town of Port Wing	town-of-port-wing			US	WI	007	64512	370	America/Chicago
5267803	City of Portage	city-of-portage			US	WI	021	64100	10324	America/Chicago
5267809	Town of Porter	town-of-porter			US	WI	105	64225	964	America/Chicago
5267813	Town of Porterfield	town-of-porterfield			US	WI	075	64275	1948	America/Chicago
5267825	Town of Portland	town-of-portland			US	WI	027	64375	1065	America/Chicago
5267826	Town of Portland	town-of-portland			US	WI	081	64425	823	America/Chicago
5267868	Town of Potosi	town-of-potosi			US	WI	043	64650	854	America/Chicago
5267869	Village of Potosi	village-of-potosi			US	WI	043	64625	688	America/Chicago
5267887	Village of Potter	village-of-potter			US	WI	015	64675	253	America/Chicago
5267894	Town of Pound	town-of-pound			US	WI	075	64775	1406	America/Chicago
5267895	Village of Pound	village-of-pound			US	WI	075	64750	377	America/Chicago
5267922	Town of Poygan	town-of-poygan			US	WI	139	64875	1313	America/Chicago
5267927	Village of Poynette	village-of-poynette			US	WI	021	64900	2528	America/Chicago
5267929	Town of Poy Sippi	town-of-poy-sippi	Town of Poy Sippi,Town of Poysippi		US	WI	137	64975	921	America/Chicago
5267954	Town of Prairie Farm	town-of-prairie-farm			US	WI	005	65175	567	America/Chicago
5267955	Village of Prairie Farm	village-of-prairie-farm			US	WI	005	65150	473	America/Chicago
5267966	Town of Prairie Lake	town-of-prairie-lake			US	WI	005	65200	1534	America/Chicago
5268008	City of Prairie du Chien	city-of-prairie-du-chien			US	WI	023	65050	5911	America/Chicago
5268009	Town of Prairie du Chien	town-of-prairie-du-chien			US	WI	023	65075	1024	America/Chicago
5268013	Town of Prairie du Sac	town-of-prairie-du-sac			US	WI	111	65125	1124	America/Chicago
5268014	Village of Prairie du Sac	village-of-prairie-du-sac			US	WI	111	65100	3972	America/Chicago
5268043	Town of Prentice	town-of-prentice			US	WI	099	65350	463	America/Chicago
5268044	Village of Prentice	village-of-prentice			US	WI	099	65325	660	America/Chicago
5268049	City of Prescott	city-of-prescott			US	WI	093	65375	4258	America/Chicago
5268056	Town of Presque Isle	town-of-presque-isle			US	WI	125	65425	613	America/Chicago
5268060	Town of Preston	town-of-preston			US	WI	001	65450	1355	America/Chicago
5268061	Town of Preston	town-of-preston			US	WI	121	65500	985	America/Chicago
5268077	Town of Price	town-of-price			US	WI	067	65550	222	America/Chicago
5268090	Town of Primrose	town-of-primrose			US	WI	025	65575	767	America/Chicago
5268101	City of Princeton	city-of-princeton			US	WI	047	65600	1214	America/Chicago
5268102	Town of Princeton	town-of-princeton			US	WI	047	65625	1424	America/Chicago
5268161	Town of Pulaski	town-of-pulaski			US	WI	049	65700	402	America/Chicago
5268162	Village of Pulaski	village-of-pulaski			US	WI	009	65675	3539	America/Chicago
5268231	Town of Quincy	town-of-quincy			US	WI	001	65825	1123	America/Chicago
5268263	City of Racine	city-of-racine			US	WI	101	66000	78860	America/Chicago
5268277	Town of Radisson	town-of-radisson			US	WI	113	66075	393	America/Chicago
5268278	Village of Radisson	village-of-radisson			US	WI	113	66050	241	America/Chicago
5268353	Town of Randall	town-of-randall			US	WI	059	66125	3252	America/Chicago
5268365	Town of Randolph	town-of-randolph			US	WI	021	66175	772	America/Chicago
5268366	Village of Randolph	village-of-randolph			US	WI	027	66150	1811	America/Chicago
5268370	Village of Random Lake	village-of-random-lake			US	WI	117	66200	1594	America/Chicago
5268392	Town of Rantoul	town-of-rantoul			US	WI	015	66275	799	America/Chicago
5268447	Town of Raymond	town-of-raymond			US	WI	101	66375	3940	America/Chicago
5268458	Village of Readstown	village-of-readstown			US	WI	123	66450	415	America/Chicago
5268484	Town of Red Cedar	town-of-red-cedar			US	WI	033	66550	2151	America/Chicago
5268512	Town of Red River	town-of-red-river			US	WI	061	66700	1385	America/Chicago
5268525	Town of Red Springs	town-of-red-springs			US	WI	115	66750	916	America/Chicago
5268546	Village of Redgranite	village-of-redgranite			US	WI	137	66625	2149	America/Chicago
5268581	City of Reedsburg	city-of-reedsburg			US	WI	111	66800	9200	America/Chicago
5268582	Town of Reedsburg	town-of-reedsburg			US	WI	111	66825	1272	America/Chicago
5268586	Village of Reedsville	village-of-reedsville			US	WI	071	66875	1206	America/Chicago
5268593	Village of Reeseville	village-of-reeseville			US	WI	027	66900	708	America/Chicago
5268617	Town of Reid	town-of-reid			US	WI	073	66950	1275	America/Chicago
5268636	Town of Remington	town-of-remington			US	WI	141	67000	253	America/Chicago
5268651	Town of Reseburg	town-of-reseburg			US	WI	019	67025	761	America/Chicago
5268704	Village of Rewey	village-of-rewey			US	WI	049	67100	292	America/Chicago
5268719	Town of Rhine	town-of-rhine			US	WI	117	67150	2158	America/Chicago
5268729	City of Rhinelander	city-of-rhinelander			US	WI	085	67200	7798	America/Chicago
5268735	Town of Rib Falls	town-of-rib-falls			US	WI	073	67250	1043	America/Chicago
5268740	Town of Rib Lake	town-of-rib-lake			US	WI	119	67300	844	America/Chicago
5268741	Village of Rib Lake	village-of-rib-lake			US	WI	119	67275	910	America/Chicago
5268750	Town of Rib Mountain	town-of-rib-mountain			US	WI	073	67325	6913	America/Chicago
5268816	City of Rice Lake	city-of-rice-lake			US	WI	005	67350	8438	America/Chicago
5268817	Town of Rice Lake	town-of-rice-lake			US	WI	005	67375	3076	America/Chicago
5268842	Town of Richfield	town-of-richfield			US	WI	001	67425	154	America/Chicago
5268843	Village of Richfield	village-of-richfield	Town of Richfield,Village of Richfield		US	WI	131	67475	11300	America/Chicago
5268844	Town of Richfield	town-of-richfield			US	WI	141	67500	1591	America/Chicago
5268847	Town of Richford	town-of-richford			US	WI	137	67550	604	America/Chicago
5268854	City of Richland Center	city-of-richland-center			US	WI	103	67625	5184	America/Chicago
5268867	Town of Richland	town-of-richland			US	WI	103	67575	1330	America/Chicago
5268868	Town of Richland	town-of-richland			US	WI	107	67600	220	America/Chicago
5268874	Town of Richmond	town-of-richmond			US	WI	115	67675	1850	America/Chicago
5268875	Town of Richmond	town-of-richmond			US	WI	109	67650	3449	America/Chicago
5268876	Town of Richmond	town-of-richmond			US	WI	127	67725	1898	America/Chicago
5268883	Town of Richwood	town-of-richwood			US	WI	103	67775	519	America/Chicago
5268895	Village of Ridgeland	village-of-ridgeland			US	WI	033	67800	273	America/Chicago
5268899	Town of Ridgeville	town-of-ridgeville			US	WI	081	67850	500	America/Chicago
5268904	Town of Ridgeway	town-of-ridgeway			US	WI	049	67900	579	America/Chicago
5268905	Village of Ridgeway	village-of-ridgeway			US	WI	049	67875	653	America/Chicago
5268912	Town of Rietbrock	town-of-rietbrock			US	WI	073	67950	973	America/Chicago
5268944	Town of Ringle	town-of-ringle			US	WI	073	68075	1760	America/Chicago
5268949	Village of Rio	village-of-rio			US	WI	021	68100	1059	America/Chicago
5268969	City of Ripon	city-of-ripon			US	WI	039	68175	7733	America/Chicago
5268970	Town of Ripon	town-of-ripon			US	WI	039	68200	1393	America/Chicago
5268996	City of River Falls	city-of-river-falls			US	WI	093	68275	15000	America/Chicago
5268997	Town of River Falls	town-of-river-falls			US	WI	093	68300	2294	America/Chicago
5269004	Village of River Hills	village-of-river-hills			US	WI	079	68325	1597	America/Chicago
5269138	Town of Riverview	town-of-riverview			US	WI	083	68400	723	America/Chicago
5269172	Village of Roberts	village-of-roberts			US	WI	109	68475	1651	America/Chicago
5269201	Village of Rochester	village-of-rochester			US	WI	101	68550	3682	America/Chicago
5269235	Town of Rock Creek	town-of-rock-creek			US	WI	033	68700	1029	America/Chicago
5269242	Town of Rock Elm	town-of-rock-elm			US	WI	093	68775	481	America/Chicago
5269249	Town of Rock Falls	town-of-rock-falls			US	WI	069	68825	606	America/Chicago
5269296	Village of Rock Springs	village-of-rock-springs			US	WI	111	68975	362	America/Chicago
5269302	Town of Rock	town-of-rock			US	WI	105	68600	3171	America/Chicago
5269303	Town of Rock	town-of-rock			US	WI	141	68625	1443	America/Chicago
5269310	Town of Rockbridge	town-of-rockbridge			US	WI	103	68675	711	America/Chicago
5269316	Village of Rockdale	village-of-rockdale			US	WI	025	68725	214	America/Chicago
5269322	Town of Rockland	town-of-rockland			US	WI	009	68875	1793	America/Chicago
5269323	Town of Rockland	town-of-rockland			US	WI	071	68925	982	America/Chicago
5269434	Town of Rolling	town-of-rolling			US	WI	067	69175	1453	America/Chicago
5269447	Town of Rome	town-of-rome			US	WI	001	69275	2697	America/Chicago
5269493	Town of Roosevelt	town-of-roosevelt			US	WI	013	69325	195	America/Chicago
5269494	Town of Roosevelt	town-of-roosevelt			US	WI	119	69400	457	America/Chicago
5269516	Town of Rose	town-of-rose			US	WI	137	69425	628	America/Chicago
5269546	Town of Rosendale	town-of-rosendale			US	WI	039	69550	689	America/Chicago
5269547	Village of Rosendale	village-of-rosendale			US	WI	039	69525	1063	America/Chicago
5269558	Village of Rosholt	village-of-rosholt			US	WI	097	69575	506	America/Chicago
5269573	Town of Ross	town-of-ross			US	WI	041	69625	128	America/Chicago
5269587	Village of Rothschild	village-of-rothschild			US	WI	073	69725	5269	America/Chicago
5269647	Town of Round Lake	town-of-round-lake			US	WI	113	69750	979	America/Chicago
5269677	Town of Roxbury	town-of-roxbury			US	WI	025	69850	1897	America/Chicago
5269683	Town of Royalton	town-of-royalton			US	WI	135	69900	1415	America/Chicago
5269703	Town of Ruby	town-of-ruby			US	WI	017	69975	501	America/Chicago
5269708	Town of Rubicon	town-of-rubicon			US	WI	027	69962	2211	America/Chicago
5269714	Town of Rudolph	town-of-rudolph			US	WI	141	70025	996	America/Chicago
5269715	Village of Rudolph	village-of-rudolph			US	WI	141	70000	439	America/Chicago
5269769	Town of Rush River	town-of-rush-river			US	WI	109	70200	506	America/Chicago
5269772	Town of Rushford	town-of-rushford			US	WI	139	70125	1573	America/Chicago
5269790	Town of Rusk	town-of-rusk			US	WI	013	70225	406	America/Chicago
5269791	Town of Rusk	town-of-rusk			US	WI	107	70275	512	America/Chicago
5269805	Town of Russell	town-of-russell			US	WI	007	70300	1280	America/Chicago
5269806	Town of Russell	town-of-russell			US	WI	069	70325	666	America/Chicago
5269807	Town of Russell	town-of-russell			US	WI	117	70350	377	America/Chicago
5269822	Town of Rutland	town-of-rutland			US	WI	025	70400	2060	America/Chicago
5270190	Village of Saint Cloud	village-of-saint-cloud			US	WI	039	70500	477	America/Chicago
5270207	City of Saint Croix Falls	city-of-saint-croix-falls			US	WI	095	70550	2133	America/Chicago
5270208	Town of Saint Croix Falls	town-of-saint-croix-falls			US	WI	095	70575	0	America/Chicago
5270305	City of Saint Francis	city-of-saint-francis			US	WI	079	70650	9365	America/Chicago
5270820	Town of Saint Germain	town-of-saint-germain			US	WI	125	70725	0	America/Chicago
5270856	Town of Saint Joseph	town-of-saint-joseph			US	WI	109	70825	0	America/Chicago
5270958	Town of Saint Lawrence	town-of-saint-lawrence			US	WI	135	70900	0	America/Chicago
5271037	Town of Saint Marie	town-of-saint-marie			US	WI	047	70925	0	America/Chicago
5271417	Village of Saint Nazianz	village-of-saint-nazianz			US	WI	071	71025	783	America/Chicago
5272038	Town of Salem	town-of-salem			US	WI	059	71125	12226	America/Chicago
5272039	Town of Salem	town-of-salem			US	WI	093	71150	506	America/Chicago
5272062	Town of Sampson	town-of-sampson			US	WI	017	71275	914	America/Chicago
5272074	Town of Sanborn	town-of-sanborn			US	WI	003	71350	1297	America/Chicago
5272097	Town of Sand Creek	town-of-sand-creek			US	WI	033	71425	574	America/Chicago
5272138	Town of Sand Lake	town-of-sand-lake			US	WI	013	71450	526	America/Chicago
5272139	Town of Sand Lake	town-of-sand-lake			US	WI	113	71500	812	America/Chicago
5272208	Town of Saratoga	town-of-saratoga			US	WI	141	71600	5023	America/Chicago
5272219	Town of Sarona	town-of-sarona			US	WI	129	71637	381	America/Chicago
5272228	Village of Sauk City	village-of-sauk-city	Sauk City,Village of Sauk City		US	WI	111	71650	3410	America/Chicago
5272251	Town of Saukville	town-of-saukville			US	WI	089	71725	1847	America/Chicago
5272252	Village of Saukville	village-of-saukville			US	WI	089	71700	4451	America/Chicago
5272286	Town of Saxeville	town-of-saxeville	Town of Saxeville,Town of Saxville		US	WI	137	71825	973	America/Chicago
5272297	Town of Saxon	town-of-saxon			US	WI	051	71875	318	America/Chicago
5272315	Town of Scandinavia	town-of-scandinavia			US	WI	135	72000	1063	America/Chicago
5272316	Village of Scandinavia	village-of-scandinavia			US	WI	135	71975	363	America/Chicago
5272347	Town of Schleswig	town-of-schleswig			US	WI	071	72075	1951	America/Chicago
5272350	Town of Schley	town-of-schley			US	WI	069	72100	918	America/Chicago
5272375	Town of Schoepke	town-of-schoepke			US	WI	085	72125	388	America/Chicago
5272382	City of Schofield	city-of-schofield			US	WI	073	72150	2169	America/Chicago
5272556	Town of Scott	town-of-scott			US	WI	009	72200	3707	America/Chicago
5272557	Town of Scott	town-of-scott			US	WI	013	72225	490	America/Chicago
5272558	Town of Scott	town-of-scott			US	WI	021	72250	908	America/Chicago
5272559	Town of Scott	town-of-scott			US	WI	023	72275	453	America/Chicago
5272560	Town of Scott	town-of-scott			US	WI	069	72300	1414	America/Chicago
5272561	Town of Scott	town-of-scott			US	WI	081	72325	140	America/Chicago
5272562	Town of Scott	town-of-scott			US	WI	117	72350	1844	America/Chicago
5272648	Town of Seif	town-of-seif			US	WI	019	72450	171	America/Chicago
5272664	Town of Seneca	town-of-seneca			US	WI	023	72500	892	America/Chicago
5272665	Town of Seneca	town-of-seneca			US	WI	047	72525	404	America/Chicago
5272666	Town of Seneca	town-of-seneca			US	WI	115	72550	550	America/Chicago
5272667	Town of Seneca	town-of-seneca			US	WI	141	72575	1085	America/Chicago
5272685	Town of Sevastopol	town-of-sevastopol			US	WI	029	72600	2648	America/Chicago
5272689	Town of Seven Mile Creek	town-of-seven-mile-creek			US	WI	057	72625	351	America/Chicago
5272787	City of Seymour	city-of-seymour			US	WI	087	72725	3451	America/Chicago
5272788	Town of Seymour	town-of-seymour			US	WI	035	72675	3276	America/Chicago
5272789	Town of Seymour	town-of-seymour			US	WI	065	72700	450	America/Chicago
5272790	Town of Seymour	town-of-seymour			US	WI	087	72750	1209	America/Chicago
5272837	Town of Shanagolden	town-of-shanagolden			US	WI	003	72825	123	America/Chicago
5272854	Town of Sharon	town-of-sharon			US	WI	097	72850	2010	America/Chicago
5272855	Town of Sharon	town-of-sharon			US	WI	127	72900	912	America/Chicago
5272856	Village of Sharon	village-of-sharon			US	WI	127	72875	1605	America/Chicago
5272881	City of Shawano	city-of-shawano			US	WI	115	72925	9305	America/Chicago
5272915	City of Sheboygan Falls	city-of-sheboygan-falls			US	WI	117	73025	7775	America/Chicago
5272916	Town of Sheboygan Falls	town-of-sheboygan-falls			US	WI	117	73050	1756	America/Chicago
5272932	City of Sheboygan	city-of-sheboygan			US	WI	117	72975	49288	America/Chicago
5272933	Town of Sheboygan	town-of-sheboygan			US	WI	117	73000	7332	America/Chicago
5272940	Town of Shelby	town-of-shelby			US	WI	063	73125	4885	America/Chicago
5272945	Town of Sheldon	town-of-sheldon			US	WI	081	73150	754	America/Chicago
5272946	Village of Sheldon	village-of-sheldon			US	WI	107	73175	237	America/Chicago
5272958	City of Shell Lake	city-of-shell-lake			US	WI	129	73200	1347	America/Chicago
5272982	Town of Sheridan	town-of-sheridan			US	WI	033	73300	468	America/Chicago
5273009	Town of Sherman	town-of-sherman			US	WI	033	73375	873	America/Chicago
5273010	Town of Sherman	town-of-sherman			US	WI	051	73400	288	America/Chicago
5273011	Town of Sherman	town-of-sherman			US	WI	117	73425	1533	America/Chicago
5273014	Town of Sherman	town-of-sherman			US	WI	019	73350	897	America/Chicago
5273017	Town of Sherry	town-of-sherry			US	WI	141	73475	800	America/Chicago
5273034	Town of Sherwood	town-of-sherwood			US	WI	019	73550	217	America/Chicago
5273035	Village of Sherwood	village-of-sherwood			US	WI	015	73525	2713	America/Chicago
5273037	Town of Shields	town-of-shields			US	WI	027	73575	551	America/Chicago
5273038	Town of Shields	town-of-shields			US	WI	077	73600	537	America/Chicago
5273058	Village of Shiocton	village-of-shiocton			US	WI	087	73625	921	America/Chicago
5273089	Village of Shorewood Hills	village-of-shorewood-hills			US	WI	025	73750	1565	America/Chicago
5273096	Village of Shorewood	village-of-shorewood			US	WI	079	73725	13162	America/Chicago
5273114	City of Shullsburg	city-of-shullsburg			US	WI	065	73825	1226	America/Chicago
5273115	Town of Shullsburg	town-of-shullsburg			US	WI	065	73850	359	America/Chicago
5273144	Town of Sigel	town-of-sigel			US	WI	017	73875	1066	America/Chicago
5273145	Town of Sigel	town-of-sigel	Town of Siegel,Town of Sigel		US	WI	141	73900	1030	America/Chicago
5273156	Town of Silver Cliff	town-of-silver-cliff			US	WI	075	73975	488	America/Chicago
5273230	Village of Silver Lake	village-of-silver-lake			US	WI	059	74025	2411	America/Chicago
5273302	Town of Sioux Creek	town-of-sioux-creek			US	WI	005	74125	641	America/Chicago
5273318	Town of Siren	town-of-siren			US	WI	013	74200	926	America/Chicago
5273319	Village of Siren	village-of-siren			US	WI	013	74175	806	America/Chicago
5273329	Village of Sister Bay	village-of-sister-bay			US	WI	029	74225	876	America/Chicago
5273363	Town of Skanawan	town-of-skanawan			US	WI	069	74250	387	America/Chicago
5273443	Village of Slinger	village-of-slinger			US	WI	131	74400	5068	America/Chicago
5273462	Town of Smelser	town-of-smelser			US	WI	043	74450	797	America/Chicago
5273601	Village of Soldiers Grove	village-of-soldiers-grove			US	WI	023	74550	592	America/Chicago
5273609	Town of Solon Springs	town-of-solon-springs			US	WI	031	74600	919	America/Chicago
5273610	Village of Solon Springs	village-of-solon-springs			US	WI	031	74575	600	America/Chicago
5273623	Town of Somerset	town-of-somerset			US	WI	109	74700	4157	America/Chicago
5273624	Village of Somerset	village-of-somerset			US	WI	109	74675	2635	America/Chicago
5273640	Town of Somo	town-of-somo			US	WI	069	74725	110	America/Chicago
5273775	Town of South Fork	town-of-south-fork			US	WI	107	74975	113	America/Chicago
5273797	Town of South Lancaster	town-of-south-lancaster			US	WI	043	75075	847	America/Chicago
5273821	City of South Milwaukee	city-of-south-milwaukee			US	WI	079	75125	21156	America/Chicago
5273892	Village of South Wayne	village-of-south-wayne			US	WI	065	75275	489	America/Chicago
5273935	City of Sparta	city-of-sparta			US	WI	081	75325	9522	America/Chicago
5273936	Town of Sparta	town-of-sparta			US	WI	081	75350	3204	America/Chicago
5273967	Town of Spencer	town-of-spencer			US	WI	073	75425	1648	America/Chicago
5273968	Village of Spencer	village-of-spencer			US	WI	073	75400	1925	America/Chicago
5273993	Town of Spider Lake	town-of-spider-lake			US	WI	113	75450	346	America/Chicago
5274020	Town of Spirit	town-of-spirit			US	WI	099	75525	271	America/Chicago
5274048	City of Spooner	city-of-spooner			US	WI	129	75625	2682	America/Chicago
5274049	Town of Spooner	town-of-spooner			US	WI	129	75650	689	America/Chicago
5274120	Town of Spring Brook	town-of-spring-brook			US	WI	033	75750	1617	America/Chicago
5274192	Town of Spring Green	town-of-spring-green			US	WI	111	76050	1772	America/Chicago
5274193	Village of Spring Green	village-of-spring-green			US	WI	111	76025	1628	America/Chicago
5274198	Town of Spring Grove	town-of-spring-grove			US	WI	045	76075	891	America/Chicago
5274263	Town of Spring Lake	town-of-spring-lake			US	WI	093	76100	558	America/Chicago
5274275	Town of Spring Prairie	town-of-spring-prairie			US	WI	127	76175	2197	America/Chicago
5274314	Town of Spring Valley	town-of-spring-valley			US	WI	105	76325	752	America/Chicago
5274315	Village of Spring Valley	village-of-spring-valley			US	WI	093	76300	1352	America/Chicago
5274325	Town of Springbrook	town-of-springbrook			US	WI	129	75800	439	America/Chicago
5274333	Town of Springdale	town-of-springdale	Town of Spring Dale,Town of Springdale		US	WI	025	75850	1998	America/Chicago
5274340	Town of Springfield	town-of-springfield			US	WI	025	75875	2890	America/Chicago
5274341	Town of Springfield	town-of-springfield			US	WI	053	75900	621	America/Chicago
5274342	Town of Springfield	town-of-springfield			US	WI	077	75925	818	America/Chicago
5274343	Town of Springfield	town-of-springfield			US	WI	109	75950	962	America/Chicago
5274351	Town of Springvale	town-of-springvale			US	WI	021	76225	517	America/Chicago
5274352	Town of Springvale	town-of-springvale			US	WI	039	76250	699	America/Chicago
5274360	Town of Springville	town-of-springville			US	WI	001	76350	1275	America/Chicago
5274364	Town of Springwater	town-of-springwater			US	WI	137	76400	1248	America/Chicago
5274388	Town of Spruce	town-of-spruce			US	WI	083	76450	830	America/Chicago
5274468	Town of Stanfold	town-of-stanfold			US	WI	005	76550	715	America/Chicago
5274481	Town of Stanley	town-of-stanley			US	WI	005	76600	2548	America/Chicago
5274487	City of Stanley	city-of-stanley			US	WI	017	76625	3608	America/Chicago
5274488	Town of Stanton	town-of-stanton			US	WI	033	76650	805	America/Chicago
5274489	Town of Stanton	town-of-stanton			US	WI	109	76675	907	America/Chicago
5274512	Town of Star Prairie	town-of-star-prairie			US	WI	109	76850	3556	America/Chicago
5274513	Village of Star Prairie	village-of-star-prairie			US	WI	109	76825	561	America/Chicago
5274522	Town of Stark	town-of-stark			US	WI	123	76725	370	America/Chicago
5274597	Town of Stella	town-of-stella			US	WI	085	76975	647	America/Chicago
5274611	Town of Stephenson	town-of-stephenson			US	WI	075	77000	2975	America/Chicago
5274619	Town of Sterling	town-of-sterling			US	WI	095	77050	774	America/Chicago
5274620	Town of Sterling	town-of-sterling	Sterling Township,Stirling Township,Town of Sterling		US	WI	123	77075	635	America/Chicago
5274625	Village of Stetsonville	village-of-stetsonville			US	WI	119	77100	541	America/Chicago
5274628	Town of Stettin	town-of-stettin			US	WI	073	77150	2552	America/Chicago
5274631	Village of Steuben	village-of-steuben			US	WI	023	77175	131	America/Chicago
5274651	City of Stevens Point	city-of-stevens-point			US	WI	097	77200	26717	America/Chicago
5274681	Town of Stiles	town-of-stiles			US	WI	083	77300	1480	America/Chicago
5274689	Town of Stinnett	town-of-stinnett			US	WI	129	77350	241	America/Chicago
5274697	Town of Stockbridge	town-of-stockbridge			US	WI	015	77425	1447	America/Chicago
5274698	Village of Stockbridge	village-of-stockbridge			US	WI	015	77400	636	America/Chicago
5274701	Town of Stockholm	town-of-stockholm			US	WI	091	77500	0	America/Chicago
5274702	Village of Stockholm	village-of-stockholm			US	WI	091	77475	66	America/Chicago
5274707	Town of Stockton	town-of-stockton			US	WI	097	77537	2953	America/Chicago
5274713	Village of Stoddard	village-of-stoddard			US	WI	123	77550	774	America/Chicago
5274740	Town of Stone Lake	town-of-stone-lake			US	WI	129	77650	501	America/Chicago
5274795	City of Stoughton	city-of-stoughton			US	WI	025	77675	12611	America/Chicago
5274810	Village of Stratford	village-of-stratford			US	WI	073	77750	1578	America/Chicago
5274831	Town of Strickland	town-of-strickland			US	WI	107	77775	278	America/Chicago
5274839	Town of Strongs Prairie	town-of-strongs-prairie			US	WI	001	77800	0	America/Chicago
5274847	Village of Strum	village-of-strum			US	WI	121	77825	1114	America/Chicago
5274855	Town of Stubbs	town-of-stubbs			US	WI	107	77850	567	America/Chicago
5274878	City of Sturgeon Bay	city-of-sturgeon-bay			US	WI	029	77875	9144	America/Chicago
5274879	Town of Sturgeon Bay	town-of-sturgeon-bay			US	WI	029	77900	823	America/Chicago
5274886	Village of Sturtevant	village-of-sturtevant			US	WI	101	77925	6970	America/Chicago
5274893	Village of Suamico	village-of-suamico			US	WI	009	77975	11346	America/Chicago
5274915	Town of Sugar Camp	town-of-sugar-camp			US	WI	085	78075	1666	America/Chicago
5274925	Town of Sugar Creek	town-of-sugar-creek			US	WI	127	78100	3970	America/Chicago
5274973	Town of Sullivan	town-of-sullivan			US	WI	055	78200	2238	America/Chicago
5274974	Village of Sullivan	village-of-sullivan			US	WI	055	78175	669	America/Chicago
5275008	Town of Summit	town-of-summit			US	WI	031	78275	1070	America/Chicago
5275009	Town of Summit	town-of-summit			US	WI	057	78300	633	America/Chicago
5275010	Town of Summit	town-of-summit			US	WI	067	78325	154	America/Chicago
5275011	Village of Summit	village-of-summit	Town of Summit,Village of Summit		US	WI	133	78375	0	America/Chicago
5275014	Town of Sumner	town-of-sumner	Sumner Township,Town of Sumner		US	WI	005	78450	801	America/Chicago
5275015	Town of Sumner	town-of-sumner			US	WI	055	78475	849	America/Chicago
5275016	Town of Sumner	town-of-sumner			US	WI	121	78500	840	America/Chicago
5275019	Town of Sumpter	town-of-sumpter			US	WI	111	78525	1214	America/Chicago
5275023	City of Sun Prairie	city-of-sun-prairie			US	WI	025	78600	29364	America/Chicago
5275024	Town of Sun Prairie	town-of-sun-prairie			US	WI	025	78625	2438	America/Chicago
5275207	City of Superior	city-of-superior			US	WI	031	78650	27244	America/Chicago
5275208	Town of Superior	town-of-superior			US	WI	031	78675	2194	America/Chicago
5275209	Village of Superior	village-of-superior			US	WI	031	78660	664	America/Chicago
5275214	Village of Suring	village-of-suring			US	WI	083	78725	544	America/Chicago
5275223	Village of Sussex	village-of-sussex			US	WI	133	78750	10518	America/Chicago
5275313	Town of Swiss	town-of-swiss			US	WI	013	78775	784	America/Chicago
5275329	Town of Sylvan	town-of-sylvan			US	WI	103	78825	542	America/Chicago
5275338	Town of Sylvester	town-of-sylvester			US	WI	045	78875	1027	America/Chicago
5275364	Town of Taft	town-of-taft			US	WI	119	78950	416	America/Chicago
5275380	Town of Tainter	town-of-tainter			US	WI	033	78975	2390	America/Chicago
5275457	Town of Taycheedah	town-of-taycheedah			US	WI	039	79125	4392	America/Chicago
5275483	Village of Taylor	village-of-taylor			US	WI	053	79150	476	America/Chicago
5275540	Village of Tennyson	village-of-tennyson			US	WI	043	79250	355	America/Chicago
5275560	Town of Texas	town-of-texas			US	WI	073	79350	1614	America/Chicago
5275594	Town of Theresa	town-of-theresa			US	WI	027	79425	1059	America/Chicago
5275595	Village of Theresa	village-of-theresa			US	WI	027	79375	1262	America/Chicago
5275604	Village of Thiensville	village-of-thiensville			US	WI	089	79475	3235	America/Chicago
5275698	Town of Thornapple	town-of-thornapple			US	WI	107	79575	758	America/Chicago
5275708	City of Thorp	city-of-thorp			US	WI	019	79625	1621	America/Chicago
5275709	Town of Thorp	town-of-thorp			US	WI	019	79650	834	America/Chicago
5275723	Town of Three Lakes	town-of-three-lakes			US	WI	085	79700	2125	America/Chicago
5275784	Town of Tiffany	town-of-tiffany			US	WI	033	79775	630	America/Chicago
5275787	Village of Tigerton	village-of-tigerton			US	WI	115	79825	741	America/Chicago
5275793	Town of Tilden	town-of-tilden			US	WI	017	79875	1510	America/Chicago
5275827	Town of Tipler	town-of-tipler			US	WI	037	79975	142	America/Chicago
5275882	City of Tomah	city-of-tomah			US	WI	081	80075	9093	America/Chicago
5275883	Town of Tomah	town-of-tomah			US	WI	081	80100	1434	America/Chicago
5275897	City of Tomahawk	city-of-tomahawk			US	WI	069	80125	3397	America/Chicago
5275898	Town of Tomahawk	town-of-tomahawk			US	WI	069	80150	408	America/Chicago
5275910	Village of Tony	village-of-tony			US	WI	107	80225	113	America/Chicago
5276022	Town of Townsend	town-of-townsend			US	WI	083	80325	976	America/Chicago
5276041	Town of Trade Lake	town-of-trade-lake			US	WI	013	80375	813	America/Chicago
5276082	Town of Trego	town-of-trego			US	WI	129	80450	910	America/Chicago
5276096	Town of Trempealeau	town-of-trempealeau			US	WI	121	80500	1823	America/Chicago
5276097	Village of Trempealeau	village-of-trempealeau			US	WI	121	80475	1529	America/Chicago
5276107	Town of Trenton	town-of-trenton			US	WI	027	80525	1289	America/Chicago
5276108	Town of Trenton	town-of-trenton			US	WI	093	80550	1825	America/Chicago
5276109	Town of Trenton	town-of-trenton			US	WI	131	80575	4703	America/Chicago
5276283	Town of Tripp	town-of-tripp			US	WI	007	80750	230	America/Chicago
5276288	Town of Trimbelle	town-of-trimbelle	Town of Trimbelle,Trim Belle Township,Trimbelle Township		US	WI	093	80700	1669	America/Chicago
5276353	Town of Troy	town-of-troy			US	WI	111	80825	821	America/Chicago
5276354	Town of Troy	town-of-troy			US	WI	109	80800	5104	America/Chicago
5276355	Town of Troy	town-of-troy			US	WI	127	80875	2364	America/Chicago
5276363	Town of True	town-of-true			US	WI	107	80950	285	America/Chicago
5276454	Town of Turtle Lake	town-of-turtle-lake			US	WI	005	81100	620	America/Chicago
5276455	Village of Turtle Lake	village-of-turtle-lake			US	WI	005	81075	1050	America/Chicago
5276461	Town of Turtle	town-of-turtle			US	WI	105	81050	2404	America/Chicago
5276567	Village of Twin Lakes	village-of-twin-lakes			US	WI	059	81250	5989	America/Chicago
5276603	Town of Two Creeks	town-of-two-creeks			US	WI	071	81300	433	America/Chicago
5276615	City of Two Rivers	city-of-two-rivers			US	WI	071	81325	11712	America/Chicago
5276616	Town of Two Rivers	town-of-two-rivers			US	WI	071	81350	1763	America/Chicago
5276656	Town of Underhill	town-of-underhill			US	WI	083	81475	876	America/Chicago
5276711	Village of Union Center	village-of-union-center			US	WI	057	81725	200	America/Chicago
5276734	Village of Union Grove	village-of-union-grove			US	WI	101	81775	4915	America/Chicago
5276760	Town of Union	town-of-union			US	WI	029	81525	988	America/Chicago
5276761	Town of Union	town-of-union			US	WI	035	81550	2757	America/Chicago
5276762	Town of Union	town-of-union			US	WI	093	81600	604	America/Chicago
5276763	Town of Union	town-of-union			US	WI	105	81650	2086	America/Chicago
5276764	Town of Union	town-of-union			US	WI	123	81675	700	America/Chicago
5276765	Town of Union	town-of-union			US	WI	135	81700	851	America/Chicago
5276803	Town of Unity	town-of-unity			US	WI	019	81825	881	America/Chicago
5276804	Town of Unity	town-of-unity			US	WI	121	81875	525	America/Chicago
5276805	Village of Unity	village-of-unity			US	WI	073	81850	343	America/Chicago
5276859	Town of Upham	town-of-upham			US	WI	067	81950	650	America/Chicago
5276868	Town of Union	town-of-union			US	WI	013	81500	336	America/Chicago
5276993	Town of Utica	town-of-utica			US	WI	023	82100	671	America/Chicago
5276994	Town of Utica	town-of-utica			US	WI	139	82175	1325	America/Chicago
5277006	Village of Valders	village-of-valders			US	WI	071	82200	962	America/Chicago
5277095	Town of Vance Creek	town-of-vance-creek			US	WI	005	82375	652	America/Chicago
5277100	Town of Vandenbroek	town-of-vandenbroek			US	WI	087	82400	1543	America/Chicago
5277126	Town of Vermont	town-of-vermont			US	WI	025	82525	864	America/Chicago
5277141	Town of Vernon	town-of-vernon			US	WI	133	82575	7622	America/Chicago
5277146	City of Verona	city-of-verona			US	WI	025	82600	10619	America/Chicago
5277147	Town of Verona	town-of-verona			US	WI	025	82625	1927	America/Chicago
5277153	Village of Vesper	village-of-vesper			US	WI	141	82650	584	America/Chicago
5277210	Town of Vienna	town-of-vienna			US	WI	025	82750	1560	America/Chicago
5277227	Town of Vilas	town-of-vilas			US	WI	067	82825	225	America/Chicago
5277253	Town of Vinland	town-of-vinland	Town of Vinland,Vineland Township,Vinland Township		US	WI	139	82875	1777	America/Chicago
5277263	Village of Viola	village-of-viola			US	WI	123	82900	699	America/Chicago
5277281	City of Viroqua	city-of-viroqua			US	WI	123	82925	4362	America/Chicago
5277282	Town of Viroqua	town-of-viroqua			US	WI	123	82950	1812	America/Chicago
5277668	Town of Wabeno	town-of-wabeno			US	WI	041	83025	1132	America/Chicago
5277690	Town of Wagner	town-of-wagner			US	WI	075	83050	680	America/Chicago
5277712	Village of Waldo	village-of-waldo			US	WI	117	83100	503	America/Chicago
5277714	Town of Waldwick	town-of-waldwick			US	WI	049	83150	483	America/Chicago
5277724	Village of Wales	village-of-wales			US	WI	133	83175	2549	America/Chicago
5277780	Town of Walworth	town-of-walworth			US	WI	127	83275	1715	America/Chicago
5277781	Village of Walworth	village-of-walworth			US	WI	127	83250	2816	America/Chicago
5277834	Town of Warner	town-of-warner			US	WI	019	83350	657	America/Chicago
5277839	Town of Warren	town-of-warren			US	WI	109	83400	1661	America/Chicago
5277840	Town of Warren	town-of-warren			US	WI	137	83425	646	America/Chicago
5277844	Village of Warrens	village-of-warrens			US	WI	081	83450	363	America/Chicago
5277855	Town of Wascott	town-of-wascott			US	WI	031	83512	778	America/Chicago
5277873	City of Washburn	city-of-washburn			US	WI	007	83525	2117	America/Chicago
5277874	Town of Washburn	town-of-washburn			US	WI	007	83550	532	America/Chicago
5277875	Town of Washburn	town-of-washburn			US	WI	019	83575	285	America/Chicago
5277962	Town of Washington	town-of-washington			US	WI	029	83600	713	America/Chicago
5277963	Town of Washington	town-of-washington			US	WI	035	83612	7411	America/Chicago
5277964	Town of Washington	town-of-washington			US	WI	045	83625	833	America/Chicago
5277965	Town of Washington	town-of-washington			US	WI	063	83650	578	America/Chicago
5277966	Town of Washington	town-of-washington			US	WI	107	83675	332	America/Chicago
5277967	Town of Washington	town-of-washington			US	WI	111	83700	1026	America/Chicago
5277968	Town of Washington	town-of-washington			US	WI	115	83725	1862	America/Chicago
5277969	Town of Washington	town-of-washington			US	WI	125	83750	1449	America/Chicago
5277986	Town of Waterford	town-of-waterford			US	WI	101	83850	6470	America/Chicago
5277987	Village of Waterford	village-of-waterford			US	WI	101	83825	5368	America/Chicago
5277997	City of Waterloo	city-of-waterloo			US	WI	055	83925	3333	America/Chicago
5277998	Town of Waterloo	town-of-waterloo			US	WI	043	83900	546	America/Chicago
5277999	Town of Waterloo	town-of-waterloo			US	WI	055	83950	928	America/Chicago
5278015	City of Watertown	city-of-watertown			US	WI	055	83975	23861	America/Chicago
5278016	Town of Watertown	town-of-watertown			US	WI	055	84000	2016	America/Chicago
5278021	Town of Waterville	town-of-waterville			US	WI	091	84025	811	America/Chicago
5278029	Town of Watterstown	town-of-watterstown	Town of Watterstown,Watertown Township,Watterstown Township		US	WI	043	84075	329	America/Chicago
5278035	Town of Waubeek	town-of-waubeek			US	WI	091	84100	420	America/Chicago
5278051	Town of Waukechon	town-of-waukechon	Town of Waukechon,Town of Wauketchon		US	WI	115	84225	1014	America/Chicago
5278065	City of Waukesha	city-of-waukesha			US	WI	133	84250	70718	America/Chicago
5278066	Town of Waukesha	town-of-waukesha			US	WI	133	84275	9237	America/Chicago
5278080	Village of Waunakee	village-of-waunakee			US	WI	025	84350	12097	America/Chicago
5278098	Town of Waumandee	town-of-waumandee			US	WI	011	84325	464	America/Chicago
5278099	City of Waupaca	city-of-waupaca			US	WI	135	84375	6069	America/Chicago
5278100	Town of Waupaca	town-of-waupaca			US	WI	135	84400	1240	America/Chicago
5278118	City of Waupun	city-of-waupun			US	WI	027	84425	11340	America/Chicago
5278119	Town of Waupun	town-of-waupun			US	WI	039	84450	1351	America/Chicago
5278139	City of Wausau	city-of-wausau			US	WI	073	84475	39106	America/Chicago
5278140	Town of Wausau	town-of-wausau			US	WI	073	84500	2247	America/Chicago
5278145	Town of Wausaukee	town-of-wausaukee			US	WI	075	84550	1066	America/Chicago
5278146	Village of Wausaukee	village-of-wausaukee			US	WI	075	84525	575	America/Chicago
5278156	City of Wautoma	city-of-wautoma			US	WI	137	84625	2218	America/Chicago
5278158	Town of Wautoma	town-of-wautoma			US	WI	137	84650	1266	America/Chicago
5278167	City of Wauwatosa	city-of-wauwatosa			US	WI	079	84675	46396	America/Chicago
5278173	Town of Wauzeka	town-of-wauzeka			US	WI	023	84750	414	America/Chicago
5278174	Village of Wauzeka	village-of-wauzeka			US	WI	023	84725	711	America/Chicago
5278197	Town of Wayne	town-of-wayne			US	WI	065	84850	496	America/Chicago
5278198	Town of Wayne	town-of-wayne			US	WI	131	84900	2200	America/Chicago
5278238	Town of Webb Lake	town-of-webb-lake			US	WI	013	84975	308	America/Chicago
5278276	Town of Webster	town-of-webster			US	WI	123	85050	798	America/Chicago
5278277	Village of Webster	village-of-webster			US	WI	013	85025	653	America/Chicago
5278312	Town of Weirgor	town-of-weirgor			US	WI	113	85100	324	America/Chicago
5278332	Town of Wellington	town-of-wellington			US	WI	081	85125	639	America/Chicago
5278342	Town of Wells	town-of-wells			US	WI	081	85150	534	America/Chicago
5278364	Town of Wescott	town-of-wescott			US	WI	115	85275	3149	America/Chicago
5278404	City of West Allis	city-of-west-allis			US	WI	079	85300	60411	America/Chicago
5278412	Village of West Baraboo	village-of-west-baraboo			US	WI	111	85325	1414	America/Chicago
5278431	City of West Bend	city-of-west-bend			US	WI	131	85350	31078	America/Chicago
5278432	Town of West Bend	town-of-west-bend			US	WI	131	85375	4757	America/Chicago
5278550	Town of West Kewaunee	town-of-west-kewaunee			US	WI	061	85775	1310	America/Chicago
5278575	Town of West Marshland	town-of-west-marshland			US	WI	013	85850	360	America/Chicago
5278584	Village of West Milwaukee	village-of-west-milwaukee			US	WI	079	85875	4206	America/Chicago
5278595	Town of West Point	town-of-west-point			US	WI	021	86100	1950	America/Chicago
5278615	Village of West Salem	village-of-west-salem			US	WI	063	86275	4799	America/Chicago
5278635	Town of West Sweden	town-of-west-sweden			US	WI	095	86350	692	America/Chicago
5278650	Town of Westboro	town-of-westboro			US	WI	119	85450	668	America/Chicago
5278656	City of Westby	city-of-westby			US	WI	123	85475	2200	America/Chicago
5278679	Town of Westfield	town-of-westfield			US	WI	077	85600	849	America/Chicago
5278680	Town of Westfield	town-of-westfield			US	WI	111	85625	591	America/Chicago
5278681	Village of Westfield	village-of-westfield			US	WI	077	85575	1254	America/Chicago
5278682	Town of Westford	town-of-westford			US	WI	027	85650	1220	America/Chicago
5278683	Town of Westford	town-of-westford			US	WI	103	85675	517	America/Chicago
5278698	Town of Weston	town-of-weston			US	WI	019	85925	686	America/Chicago
5278699	Town of Weston	town-of-weston			US	WI	033	85975	610	America/Chicago
5278700	Town of Weston	town-of-weston			US	WI	073	86050	664	America/Chicago
5278708	Town of Westport	town-of-westport			US	WI	025	86125	4173	America/Chicago
5278728	City of Weyauwega	city-of-weyauwega			US	WI	135	86400	1900	America/Chicago
5278729	Town of Weyauwega	town-of-weyauwega			US	WI	135	86425	578	America/Chicago
5278731	Village of Weyerhaeuser	village-of-weyerhaeuser			US	WI	107	86450	238	America/Chicago
5278747	Town of Wheatland	town-of-wheatland			US	WI	059	86500	3386	America/Chicago
5278748	Town of Wheatland	town-of-wheatland			US	WI	123	86525	573	America/Chicago
5278749	Town of Wheaton	town-of-wheaton			US	WI	017	86537	2792	America/Chicago
5278762	Village of Wheeler	village-of-wheeler			US	WI	033	86575	348	America/Chicago
5278838	Village of White Lake	village-of-white-lake			US	WI	067	86750	363	America/Chicago
5278847	Town of White Oak Springs	town-of-white-oak-springs			US	WI	065	86800	118	America/Chicago
5278872	Town of White River	town-of-white-river			US	WI	003	86850	922	America/Chicago
5278903	Village of Whitefish Bay	village-of-whitefish-bay			US	WI	079	86700	14110	America/Chicago
5278917	City of Whitehall	city-of-whitehall			US	WI	121	86725	1558	America/Chicago
5278921	Village of Whitelaw	village-of-whitelaw			US	WI	071	86775	757	America/Chicago
5278936	Town of Whitestown	town-of-whitestown			US	WI	123	86900	511	America/Chicago
5278942	City of Whitewater	city-of-whitewater			US	WI	127	86925	14390	America/Chicago
5278943	Town of Whitewater	town-of-whitewater			US	WI	127	86950	1486	America/Chicago
5278953	Village of Whiting	village-of-whiting			US	WI	097	86975	1724	America/Chicago
5278998	Town of Wien	town-of-wien			US	WI	073	87025	870	America/Chicago
5279031	Village of Wild Rose	village-of-wild-rose			US	WI	137	87075	725	America/Chicago
5279078	Town of Wilkinson	town-of-wilkinson			US	WI	107	87125	43	America/Chicago
5279085	Town of Willard	town-of-willard			US	WI	107	87175	485	America/Chicago
5279101	Village of Williams Bay	village-of-williams-bay			US	WI	127	87200	2564	America/Chicago
5279121	Town of Williamstown	town-of-williamstown			US	WI	027	87225	749	America/Chicago
5279191	Town of Willow Springs	town-of-willow-springs			US	WI	065	87275	767	America/Chicago
5279195	Town of Willow	town-of-willow			US	WI	103	87250	566	America/Chicago
5279264	Town of Wilson	town-of-wilson			US	WI	033	87375	546	America/Chicago
5279265	Town of Wilson	town-of-wilson			US	WI	035	87400	503	America/Chicago
5279266	Town of Wilson	town-of-wilson			US	WI	069	87425	304	America/Chicago
5279267	Town of Wilson	town-of-wilson			US	WI	107	87450	104	America/Chicago
5279268	Town of Wilson	town-of-wilson			US	WI	117	87500	3358	America/Chicago
5279269	Village of Wilson	village-of-wilson			US	WI	109	87475	184	America/Chicago
5279273	Town of Wilton	town-of-wilton			US	WI	081	87550	1045	America/Chicago
5279274	Village of Wilton	village-of-wilton			US	WI	081	87525	504	America/Chicago
5279282	Town of Winchester	town-of-winchester			US	WI	125	87600	384	America/Chicago
5279283	Town of Winchester	town-of-winchester			US	WI	139	87650	1782	America/Chicago
5279293	Village of Wind Point	village-of-wind-point			US	WI	101	87700	1723	America/Chicago
5279325	Town of Winfield	town-of-winfield			US	WI	111	87775	890	America/Chicago
5279333	Town of Wingville	town-of-wingville			US	WI	043	87800	359	America/Chicago
5279359	Town of Winneconne	town-of-winneconne			US	WI	139	87925	2424	America/Chicago
5279360	Village of Winneconne	village-of-winneconne			US	WI	139	87900	2383	America/Chicago
5279383	Town of Winter	town-of-winter			US	WI	113	88000	945	America/Chicago
5279384	Village of Winter	village-of-winter			US	WI	113	87975	313	America/Chicago
5279392	Town of Wiota	town-of-wiota			US	WI	065	88050	864	America/Chicago
5279413	City of Wisconsin Dells	city-of-wisconsin-dells			US	WI	021	88150	2678	America/Chicago
5279441	City of Wisconsin Rapids	city-of-wisconsin-rapids			US	WI	141	88200	18367	America/Chicago
5279478	Town of Withee	town-of-withee			US	WI	019	88300	957	America/Chicago
5279479	Village of Withee	village-of-withee			US	WI	019	88275	487	America/Chicago
5279486	Town of Wittenberg	town-of-wittenberg			US	WI	115	88350	823	America/Chicago
5279487	Village of Wittenberg	village-of-wittenberg			US	WI	115	88325	1081	America/Chicago
5279533	Town of Wolf River	town-of-wolf-river			US	WI	067	88450	719	America/Chicago
5279534	Town of Wolf River	town-of-wolf-river			US	WI	139	88475	1200	America/Chicago
5279549	Town of Wonewoc	town-of-wonewoc			US	WI	057	88525	652	America/Chicago
5279550	Village of Wonewoc	village-of-wonewoc			US	WI	057	88500	816	America/Chicago
5279582	Town of Wood River	town-of-wood-river			US	WI	013	88900	917	America/Chicago
5279591	Town of Wood	town-of-wood			US	WI	141	88575	764	America/Chicago
5279597	Town of Woodboro	town-of-woodboro			US	WI	085	88625	808	America/Chicago
5279628	Town of Woodland	town-of-woodland			US	WI	111	88775	819	America/Chicago
5279658	Town of Woodman	town-of-woodman			US	WI	043	88850	189	America/Chicago
5279659	Village of Woodman	village-of-woodman			US	WI	043	88825	132	America/Chicago
5279661	Town of Woodmohr	town-of-woodmohr			US	WI	017	88875	958	America/Chicago
5279671	Town of Woodruff	town-of-woodruff			US	WI	085	88950	1980	America/Chicago
5279719	Town of Woodville	town-of-woodville			US	WI	015	89000	985	America/Chicago
5279720	Village of Woodville	village-of-woodville			US	WI	109	89025	1344	America/Chicago
5279732	Town of Worcester	town-of-worcester			US	WI	099	89100	1502	America/Chicago
5279739	Town of Worden	town-of-worden			US	WI	019	89125	678	America/Chicago
5279758	Town of Wrightstown	town-of-wrightstown			US	WI	009	89175	2294	America/Chicago
5279759	Village of Wrightstown	village-of-wrightstown			US	WI	009	89150	2827	America/Chicago
5279770	Town of Wyalusing	town-of-wyalusing			US	WI	043	89250	342	America/Chicago
5279774	Village of Wyeville	village-of-wyeville			US	WI	081	89275	147	America/Chicago
5279786	Town of Wyocena	town-of-wyocena			US	WI	021	89325	1668	America/Chicago
5279787	Village of Wyocena	village-of-wyocena			US	WI	021	89300	768	America/Chicago
5279794	Town of Wyoming	town-of-wyoming			US	WI	049	89350	309	America/Chicago
5279795	Town of Wyoming	town-of-wyoming			US	WI	135	89375	325	America/Chicago
5279866	Town of York	town-of-york			US	WI	019	89425	869	America/Chicago
5279867	Town of York	town-of-york			US	WI	025	89450	688	America/Chicago
5279868	Town of York	town-of-york			US	WI	045	89475	937	America/Chicago
5279872	Town of Yorkville	town-of-yorkville			US	WI	101	89575	3105	America/Chicago
5279886	Village of Yuba	village-of-yuba			US	WI	103	89625	74	America/Chicago
5280919	Town of Bethel	town-of-bethel			US	CT	001	04720	19529	America/New_York
5280950	Township of Dayton	township-of-dayton	Dayton Township		US	IA	095	90912	0	America/Chicago
5280962	Township of Kane	township-of-kane	Kane Township		US	IA	011	92289	0	America/Chicago
5281034	Town of Nahant	town-of-nahant	Town of Nahant,Town of Nahanteau,Town of Nahanton		US	MA	009	43580	3485	America/New_York
5281059	Town of Cornville	town-of-cornville			US	ME	025	14555	1326	America/New_York
5281088	City of Alpena	city-of-alpena			US	MI	007	01740	10483	America/Detroit
5281108	City of Montrose	city-of-montrose			US	MI	049	55280	1657	America/Detroit
5281188	Town of Surry	town-of-surry			US	NH	005	75300	723	America/New_York
5281206	Town of Cohocton	town-of-cohocton			US	NY	101	16738	2517	America/New_York
5281562	Town of Andover	town-of-andover			US	CT	013	01080	3262	America/New_York
5281596	Town of Ansonia	town-of-ansonia			US	CT	009	01220	18854	America/New_York
5281630	Town of Ashford	town-of-ashford	New Scituate,Town of Ashford		US	CT	015	01430	4251	America/New_York
5281747	Town of Avon	town-of-avon	Nod,Northington,Town of Avon		US	CT	003	02060	18414	America/New_York
5281901	Town of Barkhamsted	town-of-barkhamsted	Berkhamstead,Town of Barkhamsted		US	CT	005	02760	3685	America/New_York
5282040	Town of Beacon Falls	town-of-beacon-falls			US	CT	009	03250	6081	America/New_York
5282251	Town of Berlin	town-of-berlin	Beckley,Town of Berlin		US	CT	003	04300	20560	America/New_York
5282296	Town of Bethany	town-of-bethany	Bethany Parish,Town of Bethany		US	CT	009	04580	5510	America/New_York
5282332	Town of Bethlehem	town-of-bethlehem	Bethlehem Parish,Bethlem,Town of Bethlehem		US	CT	005	04930	3473	America/New_York
5282555	Town of Bloomfield	town-of-bloomfield	Town of Bloomfield,Wintonbury		US	CT	003	05910	20749	America/New_York
5282627	Town of Bolton	town-of-bolton			US	CT	013	06260	0	America/New_York
5282690	Town of Bozrah	town-of-bozrah	New Concord Parish,Town of Bozrah		US	CT	011	06820	2603	America/New_York
5282760	Town of Branford	town-of-branford	Brentford Town,Town of Branford		US	CT	009	07310	28145	America/New_York
5282820	Town of Bridgewater	town-of-bridgewater			US	CT	005	08210	1659	America/New_York
5282821	Town of Bridgeport	town-of-bridgeport			US	CT	001	08070	147629	America/New_York
5282829	Town of Bristol	town-of-bristol			US	CT	003	08490	60452	America/New_York
5282931	Town of Brooklyn	town-of-brooklyn	Brookline,Mortlake,Town of Brooklyn		US	CT	015	09190	8259	America/New_York
5282953	Town of Brookfield	town-of-brookfield	Brook's Parish,Town of Brookfield		US	CT	001	08980	17143	America/New_York
5283122	Town of Burlington	town-of-burlington	Town of Burlington,West Britain		US	CT	003	10100	9623	America/New_York
5283400	Town of Canaan	town-of-canaan			US	CT	005	10940	1185	America/New_York
5283446	Town of Canterbury	town-of-canterbury	Peagscomsueck,Town of Canterbury		US	CT	015	12130	5089	America/New_York
5283465	Town of Canton	town-of-canton	Town of Canton,West Simsbury Parish		US	CT	003	12270	10330	America/New_York
5283765	Town of Chaplin	town-of-chaplin			US	CT	015	13810	2255	America/New_York
5283881	Town of Cheshire	town-of-cheshire	New Cheshire Parish,Town of Cheshire		US	CT	009	14160	29262	America/New_York
5283893	Town of Chester	town-of-chester	Chester Parish,Town of Chester		US	CT	007	14300	4277	America/New_York
5284221	Town of Clinton	town-of-clinton			US	CT	007	15350	13047	America/New_York
5284289	Town of Colchester	town-of-colchester	Jeremiah's Farms,Town of Colchester		US	CT	011	15910	16130	America/New_York
5284321	Town of Colebrook	town-of-colebrook	Coldbrook Town,Town of Colebrook		US	CT	005	16050	1436	America/New_York
5284360	Town of Columbia	town-of-columbia	Lebanon Crank,North Parish,Town of Columbia		US	CT	013	16400	5434	America/New_York
5285476	City of Goodland	city-of-goodland			US	KS	181	26875	4489	America/Denver
5444946	Township of Achilles	township-of-achilles	Achilles Township		US	KS	153	00175	0	America/Chicago
5444951	Township of Adell	township-of-adell	Adell Township		US	KS	179	00300	0	America/Chicago
5444956	Township of Alamota	township-of-alamota	Alamota Township		US	KS	101	00775	0	America/Chicago
5444965	Township of Allison	township-of-allison	Allison Township		US	KS	039	01300	0	America/Chicago
5444966	Township of Allodium	township-of-allodium	Allodium Township		US	KS	065	01325	0	America/Chicago
5444969	Township of Altory	township-of-altory	Altory Township		US	KS	039	01650	0	America/Chicago
5445000	Township of Atwood	township-of-atwood	Atwood Township		US	KS	153	03175	0	America/Chicago
5445002	Township of Augustine	township-of-augustine	Augustine Township		US	KS	109	03350	0	America/Chicago
5445004	Township of Baker	township-of-baker	Baker Township		US	KS	063	03775	0	America/Chicago
5445007	Township of Banner	township-of-banner	Banner Township		US	KS	189	04125	0	America/Chicago
5445013	Township of Barrett	township-of-barrett	Barrett Township		US	KS	193	04325	0	America/Chicago
5445016	Township of Bassettville	township-of-bassettville	Bassettville Township		US	KS	039	04475	0	America/Chicago
5445023	Township of Bear Creek	township-of-bear-creek	Bear Creek Township		US	KS	075	04850	0	America/Denver
5445030	Township of Beaver	township-of-beaver	Beaver Township		US	KS	039	05050	0	America/Chicago
5445031	Township of Beaver	township-of-beaver	Beaver Township		US	KS	171	05175	0	America/Chicago
5445037	Township of Benkelman	township-of-benkelman	Benkelman Township		US	KS	023	06025	0	America/Chicago
5445038	Township of Benton	township-of-benton	Benton Township		US	KS	083	06225	0	America/Chicago
5445049	Township of Big Bow	township-of-big-bow	Big Bow Township		US	KS	187	06600	0	America/Chicago
5445061	Township of Bird City	township-of-bird-city	Alexander Township,Beaver Township,Bird City Township,Evergreen Township,Jefferson Township,Porter Township,Township of Bird City		US	KS	023	06850	0	America/Chicago
5445075	Township of Bowcreek	township-of-bowcreek	Bow Creek Township,Bowcreek Township,Township of Bowcreek		US	KS	179	08125	0	America/Chicago
5445078	Township of Bloomfield	township-of-bloomfield	Bloomfield Township		US	KS	179	07450	0	America/Chicago
5445095	Township of Bryant	township-of-bryant	Bryant Township		US	KS	065	08850	0	America/Chicago
5445112	Township of Calhoun	township-of-calhoun	Calhoun Township		US	KS	023	09950	0	America/Chicago
5445139	Township of Center	township-of-center	Center Township		US	KS	039	11650	0	America/Chicago
5445140	Township of Center	township-of-center	Arbor Township,Beaver Township,Center Township,Clinton Township,Grant Township,Logan Township,Mikesell Township,Township of Center		US	KS	153	12037	0	America/Chicago
5445141	Township of Center	township-of-center	Center Township		US	KS	189	12200	0	America/Chicago
5445165	Township of Cheyenne	township-of-cheyenne	Cheyenne Township		US	KS	101	13050	0	America/Chicago
5445177	Township of Cimarron	township-of-cimarron	Cimarron Township		US	KS	069	13300	0	America/Chicago
5445178	Township of Cimarron	township-of-cimarron	Cimarron Township		US	KS	119	13325	0	America/Chicago
5445179	Township of Cimarron	township-of-cimarron	Cimarron Township		US	KS	129	13350	0	America/Chicago
5445192	Township of Cleveland Run	township-of-cleveland-run	Cleveland Run Township		US	KS	023	14150	0	America/Chicago
5445201	City of Colby	city-of-colby			US	KS	193	14650	5387	America/Chicago
5445210	Township of Collyer	township-of-collyer	Collyer Township		US	KS	195	14925	0	America/Chicago
5445218	Township of Concord	township-of-concord	Concord Township		US	KS	057	15150	0	America/Chicago
5445219	Township of Cook	township-of-cook	Cook Township		US	KS	039	15375	0	America/Chicago
5445222	Township of Coolidge	township-of-coolidge	Coolidge Township		US	KS	075	15425	0	America/Denver
5445230	Township of Copeland	township-of-copeland	Copeland Township		US	KS	069	15500	0	America/Chicago
5445252	Township of Crooked Creek	township-of-crooked-creek	Crooked Creek Township		US	KS	119	16450	0	America/Chicago
5445259	Township of Custer	township-of-custer	Custer Township		US	KS	039	16850	0	America/Chicago
5445273	Township of Deerfield	township-of-deerfield	Deerfield Township		US	KS	093	17250	0	America/Chicago
5445295	Township of Dighton	township-of-dighton	Dighton Township		US	KS	101	18075	0	America/Chicago
5445299	City of Dodge City	city-of-dodge-city	City of Dodge City,Dodge City		US	KS	057	18250	27340	America/Chicago
5445303	Township of Dodge	township-of-dodge	Dodge Township		US	KS	057	18225	0	America/Chicago
5445307	Township of Dresden	township-of-dresden	Dresden Township		US	KS	039	18625	0	America/Chicago
5445308	Township of Driftwood	township-of-driftwood	Driftwood Township		US	KS	153	18675	0	America/Chicago
5445313	Township of Dudley	township-of-dudley	Arapahoe Township,Dudley Township,Township of Dudley		US	KS	081	18825	0	America/Chicago
5445320	Township of East Hale	township-of-east-hale	East Hale Township		US	KS	193	19475	0	America/Chicago
5445321	Township of East Hess	township-of-east-hess	East Hess Township		US	KS	069	19525	0	America/Chicago
5445322	Township of East Hibbard	township-of-east-hibbard	East Hibbard Township		US	KS	093	19550	0	America/Chicago
5445326	Township of East Saline	township-of-east-saline	East Saline Township		US	KS	179	19675	0	America/Chicago
5445329	Township of Eden	township-of-eden	Eden Township		US	KS	135	19775	0	America/Chicago
5445337	Township of Elkader	township-of-elkader	Elkader Township		US	KS	109	20225	0	America/Chicago
5445378	Township of Fairview	township-of-fairview	Fairview Township		US	KS	057	22500	0	America/Chicago
5445381	Township of Fargo	township-of-fargo	Fargo Township,Harwoodville Township,Township of Fargo		US	KS	175	23000	0	America/Chicago
5445390	Township of Finley	township-of-finley	Finley Township		US	KS	039	23425	0	America/Chicago
5445424	Township of Fowler	township-of-fowler	Fowler Township		US	KS	119	24200	0	America/Chicago
5445426	Township of Foote	township-of-foote	Foote Township		US	KS	069	23675	0	America/Chicago
5445435	Township of Gaeland	township-of-gaeland	Gaeland Township		US	KS	063	25000	0	America/Chicago
5445440	City of Garden City	city-of-garden-city	City of Garden City,Garden City		US	KS	055	25325	26658	America/Chicago
5445446	Township of Garden City	township-of-garden-city	Garden City Township		US	KS	055	25350	0	America/Chicago
5445448	Township of Franklin	township-of-franklin	Franklin Township		US	KS	195	24500	0	America/Chicago
5445452	Township of Garfield	township-of-garfield	Garfield Township		US	KS	039	25525	0	America/Chicago
5445453	Township of Garfield	township-of-garfield	Garfield Township		US	KS	055	25600	0	America/Chicago
5445460	Township of Gettysburg	township-of-gettysburg	Gettysburg Township		US	KS	065	26175	0	America/Chicago
5445492	Township of Gove	township-of-gove	Gove Township		US	KS	063	27075	0	America/Chicago
5445501	Township of Grainfield	township-of-grainfield	Grainfield Township		US	KS	063	27225	0	America/Chicago
5445508	Township of Grant	township-of-grant	Grant Township		US	KS	039	27600	0	America/Chicago
5445509	Township of Grant	township-of-grant	Grant Township		US	KS	181	28150	0	America/Denver
5445530	Township of Grinnell	township-of-grinnell	Grinnell Township		US	KS	063	28925	0	America/Chicago
5445543	Township of Hallet	township-of-hallet	Hallet Township		US	KS	083	29525	0	America/Chicago
5445554	Township of Harlan	township-of-harlan	Harlan Township		US	KS	039	30050	0	America/Chicago
5445556	Township of Harmony	township-of-harmony	Harmony Township		US	KS	189	30150	0	America/Chicago
5445563	Township of Harrison	township-of-harrison	Harrison Township		US	KS	199	30450	0	America/Denver
5445567	Township of Hartland	township-of-hartland	Hartland Township		US	KS	093	30500	0	America/Chicago
5445571	Township of Haskell	township-of-haskell	Haskell Township		US	KS	081	30625	0	America/Chicago
5445600	Township of Highland-District 2	township-of-highland-district-2	Almelo Township,Calyton Township,Highland Township,Highland-District 2 Township,Lenora Township,Leota Township,Modell Township,Noble Township,Orange Township,Township of Highland-District 2		US	KS	137	32060	0	America/Chicago
5445617	Township of Herl	township-of-herl	Clinton Township,Elk Township,Herl Township,Herndon Township,Laing Township,Richland Township,Township of Herl		US	KS	153	31462	0	America/Chicago
5445660	Township of Ingalls	township-of-ingalls	Ingalls Township		US	KS	069	34250	0	America/Chicago
5445662	Township of Iowa	township-of-iowa	Iowa Township		US	KS	181	34450	0	America/Denver
5445664	Township of Isbel	township-of-isbel	Isbel Township		US	KS	171	34575	0	America/Chicago
5445666	Township of Itasca	township-of-itasca	Itasca Township		US	KS	181	34600	0	America/Denver
5445669	Township of Ivanhoe	township-of-ivanhoe	Ivanhoe Township		US	KS	055	34675	0	America/Chicago
5445676	Township of Jaqua	township-of-jaqua	Jaqua Township		US	KS	023	35025	0	America/Chicago
5445677	Township of Jefferson	township-of-jefferson	Jefferson Township		US	KS	153	35300	0	America/Chicago
5445682	Township of Jennings	township-of-jennings	Jennings Township		US	KS	039	35400	0	America/Chicago
5445684	Township of Jerome	township-of-jerome	Jerome Township		US	KS	063	35425	0	America/Chicago
5445693	Township of Johnson	township-of-johnson	Johnson Township		US	KS	135	35550	0	America/Chicago
5445694	Township of Jones	township-of-jones	Jones Township		US	KS	129	35650	0	America/Chicago
5445738	Township of Kendall	township-of-kendall	Kendall Township		US	KS	075	36425	0	America/Denver
5445739	Township of Kendall	township-of-kendall	Kendall Township		US	KS	093	36450	0	America/Chicago
5445741	Township of Kenneth	township-of-kenneth	Kenneth Township		US	KS	179	36525	0	America/Chicago
5445747	Township of Keystone	township-of-keystone	Keystone Township		US	KS	171	36600	0	America/Chicago
5445751	Township of Kingery	township-of-kingery	Kingery Township		US	KS	193	36925	0	America/Chicago
5445766	Township of Lacey	township-of-lacey	Lacey Township		US	KS	193	37425	0	America/Chicago
5445776	Township of Lake	township-of-lake	Lake Township		US	KS	171	37850	0	America/Chicago
5445786	Township of Lakin	township-of-lakin	Lakin Township		US	KS	093	38200	0	America/Chicago
5445788	Township of Lamont	township-of-lamont	Lamont Township		US	KS	075	38275	0	America/Denver
5445796	Township of Larrabee	township-of-larrabee	Larrabee Township		US	KS	063	38750	0	America/Chicago
5445814	Township of Leoti	township-of-leoti	Beaver Township,Edward Township,Leoti Township,Township of Leoti,Whitewoman Township		US	KS	203	39575	0	America/Chicago
5445819	Township of Lewis	township-of-lewis	Lewis Township		US	KS	063	39750	0	America/Chicago
5445828	City of Liberal	city-of-liberal			US	KS	175	39825	20525	America/Chicago
5445829	Township of Liberal	township-of-liberal	Liberal Township		US	KS	175	39850	0	America/Chicago
5445831	Township of Liberty	township-of-liberty	Liberty Township		US	KS	039	39975	0	America/Chicago
5445832	Township of Liberty	township-of-liberty	Liberty Township		US	KS	075	40075	0	America/Denver
5445838	Township of Lincoln	township-of-lincoln	Lincoln Township		US	KS	039	40600	0	America/Chicago
5445839	Township of Lincoln	township-of-lincoln	Lincoln Township		US	KS	067	40725	0	America/Chicago
5445840	Township of Lincoln	township-of-lincoln	Lincoln Township		US	KS	181	41175	0	America/Denver
5445844	Township of Lees	township-of-lees	Lees Township		US	KS	109	39200	0	America/Chicago
5445850	Township of Llanos	township-of-llanos	Llanos Township		US	KS	181	41650	0	America/Denver
5445853	Township of Lockport	township-of-lockport	Lockport Township		US	KS	081	41675	0	America/Chicago
5445862	Township of Logan	township-of-logan	Logan Township		US	KS	039	41825	0	America/Chicago
5445863	Township of Logan	township-of-logan	Logan Township		US	KS	069	41900	0	America/Chicago
5445864	Township of Logan	township-of-logan	Logan Township		US	KS	119	42000	0	America/Chicago
5445865	Township of Logan	township-of-logan	Logan Township		US	KS	179	42225	0	America/Chicago
5445866	Township of Logan	township-of-logan	Logan Township		US	KS	181	42250	0	America/Denver
5445867	Township of Logansport	township-of-logansport	Logansport Township		US	KS	109	42325	0	America/Chicago
5445893	Township of Ludell	township-of-ludell	Ludell Township		US	KS	153	43200	0	America/Chicago
5445904	Township of Lyon	township-of-lyon	Lyon Township		US	KS	039	43450	0	America/Chicago
5445920	Township of Manter	township-of-manter	Manter Township		US	KS	187	44400	0	America/Chicago
5445941	Township of McAllaster	township-of-mcallaster	McAllaster Township		US	KS	109	43600	0	America/Chicago
5445951	Township of McPherson	township-of-mcpherson	McPherson Township		US	KS	181	44025	0	America/Denver
5445954	Township of Meade Center	township-of-meade-center	Meade Center Township		US	KS	119	45350	0	America/Chicago
5445963	Township of Medway	township-of-medway	Melvern Township,Township of Medway,Township of Melvern		US	KS	075	45650	0	America/Denver
5445966	Township of Menlo	township-of-menlo	Menlo Township		US	KS	193	45775	0	America/Chicago
5445972	Township of Mertilla	township-of-mertilla	Mertilla Township		US	KS	119	46025	0	America/Chicago
5445977	Township of Michigan	township-of-michigan	Michigan Township		US	KS	171	46175	0	America/Chicago
5445995	Township of Mirage	township-of-mirage	Mirage Township		US	KS	153	47175	0	America/Chicago
5446006	Township of Montezuma	township-of-montezuma	Montezuma Township		US	KS	069	47900	0	America/Chicago
5446012	Township of Monument	township-of-monument	Monument Township		US	KS	109	48050	0	America/Chicago
5446032	Township of Moscow	township-of-moscow	Moscow Township		US	KS	189	48625	0	America/Chicago
5446048	Township of Morgan	township-of-morgan	Morgan Township		US	KS	193	48200	0	America/Chicago
5446078	Township of North Randall	township-of-north-randall	North Randall Township		US	KS	193	51300	0	America/Chicago
5446079	Township of North Roscoe	township-of-north-roscoe	North Roscoe Township		US	KS	083	51350	0	America/Chicago
5446096	Township of Oakley	township-of-oakley	Oakley Township		US	KS	109	51850	0	America/Chicago
5446101	City of Oberlin	city-of-oberlin			US	KS	039	52000	1788	America/Chicago
5446102	Township of Oberlin	township-of-oberlin	Oberlin Township		US	KS	039	52025	0	America/Chicago
5446105	Township of Odee	township-of-odee	Odee Township		US	KS	119	52075	0	America/Chicago
5446106	Township of Ohio	township-of-ohio	Ohio Township		US	KS	135	52400	0	America/Chicago
5446113	Township of Olive	township-of-olive	Olive Township,South Beaver Creek Township,South Fork Beaver Creek Township,Township of Olive		US	KS	039	52675	0	America/Chicago
5446115	Township of Orlando	township-of-orlando	Orlando Township		US	KS	023	53050	0	America/Chicago
5446125	Township of Parnell	township-of-parnell	Parnell Township		US	KS	179	54650	0	America/Chicago
5446167	Township of Paxton	township-of-paxton	Paxton Township		US	KS	109	55025	0	America/Chicago
5446168	Township of Payne	township-of-payne	Payne Township		US	KS	063	55050	0	America/Chicago
5446181	Township of Pierceville	township-of-pierceville	Pierceville Township		US	KS	055	55800	0	America/Chicago
5446208	Township of Pleasant Valley	township-of-pleasant-valley	Pleasant Valley Township		US	KS	039	56525	0	America/Chicago
5446209	Township of Pleasant Valley	township-of-pleasant-valley	Pleasant Valley Township		US	KS	055	56550	0	America/Chicago
5446237	Township of Prairie Dog	township-of-prairie-dog	Prairie Dog Township		US	KS	039	57475	0	America/Chicago
5446238	Township of Prairie Dog	township-of-prairie-dog	Prairie Dog Township		US	KS	179	57500	0	America/Chicago
5446290	Township of Richfield	township-of-richfield	Richfield Township		US	KS	129	59225	0	America/Chicago
5446292	Township of Richland	township-of-richland	Richland Township		US	KS	057	59300	0	America/Chicago
5446293	Township of Richland	township-of-richland	Richland Township		US	KS	075	59325	0	America/Denver
5446300	Township of Rocewood	township-of-rocewood	Rocewood Township		US	KS	153	60362	0	America/Chicago
5446314	Township of Rolla	township-of-rolla	Rolla Township		US	KS	129	60925	0	America/Chicago
5446317	Township of Roosevelt	township-of-roosevelt	Roosevelt Township		US	KS	039	61025	0	America/Chicago
5446321	Township of Rovohl	township-of-rovohl	Rovohl Township		US	KS	193	61525	0	America/Chicago
5446323	Township of Royal	township-of-royal	Royal Township		US	KS	057	61575	0	America/Chicago
5446329	Township of Russell Springs	township-of-russell-springs	Russell Springs Township		US	KS	109	61900	0	America/Chicago
5446400	Township of Sand Creek	township-of-sand-creek	Sand Creek Township		US	KS	119	62925	0	America/Chicago
5446414	Township of Sappa	township-of-sappa	Sappa Township		US	KS	039	63050	0	America/Chicago
5446435	Township of Scott	township-of-scott	Scott Township		US	KS	171	63575	0	America/Chicago
5446448	Township of Seward	township-of-seward	Morris Township,Seward Township,Township of Seward		US	KS	175	64075	0	America/Chicago
5446455	Township of Sharon Springs	township-of-sharon-springs	Sharon Springs Township		US	KS	199	64400	0	America/Denver
5446466	Township of Sheridan	township-of-sheridan	Sheridan Township		US	KS	179	64750	0	America/Chicago
5446467	Township of Sherlock	township-of-sherlock	Sherlock Township,Sherman City,Township of Sherlock		US	KS	055	64800	0	America/Chicago
5446474	Township of Sherman	township-of-sherman	Sherman Township		US	KS	039	64900	0	America/Chicago
5446475	Township of Sherman	township-of-sherman	Sherman Township		US	KS	067	64975	0	America/Chicago
5446477	Township of Shermanville	township-of-shermanville	Shermanville Township		US	KS	181	65175	0	America/Denver
5446498	Township of Smoky	township-of-smoky	Smoky Township		US	KS	181	65950	0	America/Denver
5446502	Township of Solomon	township-of-solomon	Solomon Township		US	KS	065	66300	0	America/Chicago
5446503	Township of Solomon	township-of-solomon	Solomon Township		US	KS	179	66400	0	America/Chicago
5446506	Township of Smith	township-of-smith	Smith Township		US	KS	193	65900	0	America/Chicago
5446526	Township of South Randall	township-of-south-randall	South Randall Township		US	KS	193	66875	0	America/Chicago
5446527	Township of South Roscoe	township-of-south-roscoe	South Roscoe Township		US	KS	083	66900	0	America/Chicago
5446534	Township of Southside	township-of-southside	Southside Township		US	KS	093	67025	0	America/Chicago
5687780	Township of Austin	township-of-austin	Austin,Township of Austin		US	ND	061	03900	0	America/Chicago
5446554	Township of Springbrook	township-of-springbrook	Spring Brook Township,Springbrook Township,Township of Springbrook		US	KS	179	67350	0	America/Chicago
5446563	Township of Stanton	township-of-stanton	Stanton Township		US	KS	187	67975	0	America/Chicago
5446569	Township of Stateline	township-of-stateline	State Line Township,Stateline Township,Township of Stateline		US	KS	181	68150	0	America/Denver
5446593	Township of Sullivan	township-of-sullivan	Sullivan Township		US	KS	067	68875	0	America/Chicago
5446595	Township of Summers	township-of-summers	Summers Township		US	KS	193	68975	0	America/Chicago
5446596	Township of Summit	township-of-summit	Summit Township		US	KS	039	69075	0	America/Chicago
5446618	Township of Syracuse	township-of-syracuse	Syracuse Township		US	KS	075	69875	0	America/Denver
5446624	Township of Taloga	township-of-taloga	Taloga Township		US	KS	129	69975	0	America/Chicago
5446627	Township of Terry	township-of-terry	Terry Township		US	KS	055	70225	0	America/Chicago
5446645	Township of Tribune	township-of-tribune	Tribune Township		US	KS	071	71475	0	America/Denver
5446670	Township of Union	township-of-union	Union Township		US	KS	153	72275	0	America/Chicago
5446671	Township of Union	township-of-union	Union Township		US	KS	179	72400	0	America/Chicago
5446672	Township of Union	township-of-union	Union Township		US	KS	181	72425	0	America/Denver
5446686	Township of Valley	township-of-valley	Valley Township		US	KS	171	73125	0	America/Chicago
5446687	Township of Valley	township-of-valley	Valley Township		US	KS	179	73150	0	America/Chicago
5446701	Township of Voltaire	township-of-voltaire	Voltaire Township		US	KS	181	74175	0	America/Denver
5446702	Township of Voorhees	township-of-voorhees	Voorhees Township		US	KS	189	74200	0	America/Chicago
5446715	Township of Wallace	township-of-wallace	Wallace Township		US	KS	199	74775	0	America/Denver
5446722	Township of Wano	township-of-wano	Dent Township,Eureka Township,Lawn Ridge Township,Nutty Combe Township,Township of Wano,Wano Township		US	KS	023	75375	0	America/Chicago
5446729	Township of Washington	township-of-washington	Washington Township		US	KS	181	75750	0	America/Denver
5446734	Township of Wendell	township-of-wendell	Wendell Township		US	KS	193	76650	0	America/Chicago
5446739	Township of Weskan	township-of-weskan	Weskan Township		US	KS	199	76700	0	America/Denver
5446745	Township of West Center	township-of-west-center	West Center Township		US	KS	189	76800	0	America/Chicago
5446747	Township of West Hale	township-of-west-hale	West Hale Township		US	KS	193	76975	0	America/Chicago
5446748	Township of West Hibbard	township-of-west-hibbard	West Hibbard Township		US	KS	093	77050	0	America/Chicago
5446751	Township of West Plains	township-of-west-plains	West Plains Township		US	KS	119	77300	0	America/Chicago
5446752	Township of West Saline	township-of-west-saline	Timber Creek Township,Township of West Saline,West Saline Township		US	KS	179	77375	0	America/Chicago
5446758	Township of Western	township-of-western	Western Township		US	KS	109	76900	0	America/Chicago
5446760	Township of Westola	township-of-westola	Westola Township		US	KS	129	77225	0	America/Chicago
5446772	Township of White Rock	township-of-white-rock	White Rock Township		US	KS	101	77950	0	America/Chicago
5446784	Township of Wilburn	township-of-wilburn	Wilburn Township		US	KS	057	79100	0	America/Chicago
5446803	Township of Winona	township-of-winona	Winona Township		US	KS	109	80100	0	America/Chicago
5446807	Township of Wilson	township-of-wilson	Wilson Township		US	KS	101	79725	0	America/Chicago
5554471	Township of Tepee Butte	township-of-tepee-butte	Tepee Butte Township		US	ND	041	78460	0	America/Denver
5687645	Township of Acme	township-of-acme	Acme Township		US	ND	041	00220	0	America/Denver
5687650	Township of Adelaide	township-of-adelaide	Adelaide Township		US	ND	011	00540	0	America/Denver
5687656	Township of Afton	township-of-afton	Afton Township		US	ND	101	00740	0	America/Chicago
5687658	City of Alamo	city-of-alamo			US	ND	105	00940	57	America/Chicago
5687666	City of Alexander	city-of-alexander			US	ND	053	01180	223	America/Chicago
5687667	Township of Alexandria	township-of-alexandria	Alexandria Township		US	ND	023	01300	0	America/Chicago
5687668	Township of Alger	township-of-alger	Alger Township		US	ND	061	01380	0	America/Chicago
5687671	Township of Alex	township-of-alex	Alex Township		US	ND	053	01140	0	America/Chicago
5687684	City of Almont	city-of-almont			US	ND	059	01700	122	America/North_Dakota/New_Salem
5687691	City of Ambrose	city-of-ambrose			US	ND	023	01860	26	America/Chicago
5687692	Township of Ambrose	township-of-ambrose	Ambrose Township		US	ND	023	01900	0	America/Chicago
5687697	City of Amidon	city-of-amidon			US	ND	087	02060	20	America/Denver
5687699	Township of Amity	township-of-amity	Amity Township		US	ND	009	02100	0	America/Chicago
5687700	Township of Amor	township-of-amor	Amor Township		US	ND	011	02140	0	America/Denver
5687701	Township of Amundsville	township-of-amundsville	Amundsville Township		US	ND	055	02180	0	America/Chicago
5687703	City of Anamoose	city-of-anamoose			US	ND	049	02220	227	America/Chicago
5687713	Township of Andrews	township-of-andrews	Andrews Township		US	ND	055	02340	0	America/Chicago
5687719	Township of Anna	township-of-anna	Anna Township		US	ND	101	02420	0	America/Chicago
5687725	Township of Antelope Creek	township-of-antelope-creek	Antelope Creek Township		US	ND	053	02600	0	America/Chicago
5687727	Township of Antelope Lake	township-of-antelope-lake	Antelope Lake Township		US	ND	069	02620	0	America/Chicago
5687734	City of Antler	city-of-antler			US	ND	009	02660	27	America/Chicago
5687743	Township of Apple Creek	township-of-apple-creek	Apple Creek Township		US	ND	015	02780	0	America/Chicago
5687753	City of Arnegard	city-of-arnegard			US	ND	053	03220	115	America/Chicago
5687754	Township of Arnegard	township-of-arnegard	Arnegard Township		US	ND	053	03260	0	America/Chicago
5687766	Township of Ashby	township-of-ashby	Ashby Township		US	ND	041	03460	0	America/Denver
5687769	Township of Athens	township-of-athens	Athens Township		US	ND	105	03620	0	America/Chicago
5687778	Township of Aurena	township-of-aurena	Aurena Township		US	ND	055	03820	0	America/Chicago
5687791	Township of Baden	township-of-baden	Baden Township		US	ND	101	04140	0	America/Chicago
5687803	Township of Baer	township-of-baer	Baer Township		US	ND	041	04220	0	America/Denver
5687804	Township of Baker	township-of-baker	Baker Township		US	ND	043	04300	0	America/Chicago
5687814	City of Balfour	city-of-balfour			US	ND	049	04460	26	America/Chicago
5687817	City of Balta	city-of-balta			US	ND	069	04580	65	America/Chicago
5687823	Township of Banner	township-of-banner	Banner Township		US	ND	061	04700	0	America/Chicago
5687825	City of Bantry	city-of-bantry			US	ND	049	04740	14	America/Chicago
5687831	Township of Barr Butte	township-of-barr-butte	Barr Butte Township		US	ND	105	05020	0	America/Chicago
5687846	Township of Battleview	township-of-battleview	Battleview Township		US	ND	013	05380	0	America/Chicago
5687850	City of Beach	city-of-beach			US	ND	033	05420	1019	America/Denver
5687851	Township of Beach	township-of-beach	Beach Township		US	ND	033	05460	0	America/Denver
5687894	Township of Beery	township-of-beery	Beery Township		US	ND	041	05680	0	America/Denver
5687897	Township of Beisigl	township-of-beisigl	Beisigl Township		US	ND	001	05700	0	America/Denver
5687904	City of Belfield	city-of-belfield			US	ND	089	05820	800	America/Denver
5687913	City of Benedict	city-of-benedict			US	ND	055	05980	66	America/Chicago
5687919	Township of Bentinck	township-of-bentinck	Bentinck Township		US	ND	009	06020	0	America/Chicago
5687928	City of Bergen	city-of-bergen			US	ND	049	06180	7	America/Chicago
5687934	Township of Berlin	township-of-berlin	Berlin Township		US	ND	083	06340	0	America/Chicago
5687940	City of Berthold	city-of-berthold			US	ND	101	06460	454	America/Chicago
5687941	Township of Berthold	township-of-berthold	Berthold Township		US	ND	101	06500	0	America/Chicago
5687944	Township of Berwick	township-of-berwick	Berwick Township		US	ND	049	06580	0	America/Chicago
5687991	City of Beulah	city-of-beulah			US	ND	057	06660	3121	America/North_Dakota/Beulah
5687997	Township of Bicker	township-of-bicker	Bicker Township		US	ND	061	06700	0	America/Chicago
5687999	Township of Big Bend	township-of-big-bend	Big Bend Township		US	ND	061	06800	0	America/Chicago
5688006	Township of Big Meadow	township-of-big-meadow	Big Meadow Township		US	ND	105	06860	0	America/Chicago
5688016	Township of Big Stone	township-of-big-stone	Big Stone Township		US	ND	105	06900	0	America/Chicago
5688028	City of Bismarck	city-of-bismarck			US	ND	015	07200	61272	America/Chicago
5688031	Township of Bjornson	township-of-bjornson	Bjornson Township		US	ND	049	07300	0	America/Chicago
5688035	Township of Black Butte	township-of-black-butte	Black Butte Township		US	ND	041	07380	0	America/Denver
5688053	Township of Blacktail	township-of-blacktail	Black Tail,Blacktail Township,Township of Blacktail		US	ND	105	07460	0	America/Chicago
5688057	Township of Blackwater	township-of-blackwater	Blackwater Township		US	ND	055	07500	0	America/Chicago
5688059	Township of Blaine	township-of-blaine	Blaine Township		US	ND	009	07540	0	America/Chicago
5688066	Township of Blooming Prairie	township-of-blooming-prairie	Blooming Prairie Township		US	ND	023	07900	0	America/Chicago
5688067	Township of Blooming Valley	township-of-blooming-valley	Blooming Valley Township		US	ND	023	07940	0	America/Chicago
5688069	Township of Blue Butte	township-of-blue-butte	Blue Butte Township		US	ND	053	08020	0	America/Chicago
5688075	Township of Blue Hill	township-of-blue-hill	Blue Hill Township		US	ND	055	08060	0	America/Chicago
5688077	Township of Blue Ridge	township-of-blue-ridge	Blue Ridge Township		US	ND	105	08100	0	America/Chicago
5688097	Township of Bonetraill	township-of-bonetraill	Bonetraill Township		US	ND	105	08260	0	America/Chicago
5688101	Township of Boone	township-of-boone	Boone Township		US	ND	083	08300	0	America/Chicago
5688103	Township of Border	township-of-border	Border Township		US	ND	023	08340	0	America/Chicago
5688110	City of Bottineau	city-of-bottineau			US	ND	009	08460	2211	America/Chicago
5688122	City of Bowbells	city-of-bowbells			US	ND	013	08500	336	America/Chicago
5688132	City of Bowman	city-of-bowman			US	ND	011	08700	1650	America/Denver
5688133	Township of Bowman	township-of-bowman	Bowman Township		US	ND	011	08740	0	America/Denver
5688141	Township of Boyd	township-of-boyd	Boyd Township		US	ND	015	08780	0	America/Chicago
5688148	City of Braddock	city-of-braddock			US	ND	029	08900	21	America/Chicago
5688150	Township of Boyesen	township-of-boyesen	Boyesen Township		US	ND	011	08820	0	America/Denver
5688153	Township of Brandon	township-of-brandon	Brandon Township		US	ND	075	09100	0	America/Chicago
5688167	Township of Brander	township-of-brander	Brander Township		US	ND	009	09060	0	America/Chicago
5688171	Township of Brillian	township-of-brillian	Brillian Township		US	ND	101	09380	0	America/Chicago
5688174	Township of Brittian	township-of-brittian	Brittian Township		US	ND	041	09580	0	America/Denver
5688179	Township of Brookbank	township-of-brookbank	Brookbank Township		US	ND	061	09780	0	America/Chicago
5688180	Township of Brooklyn	township-of-brooklyn	Brooklyn Township		US	ND	105	09820	0	America/Chicago
5688189	Township of Brown	township-of-brown	Brown Township		US	ND	049	09860	0	America/Chicago
5688207	Township of Bucklin	township-of-bucklin	Bucklin Township		US	ND	087	10220	0	America/Denver
5688212	City of Bucyrus	city-of-bucyrus			US	ND	001	10300	27	America/Denver
5688213	Township of Bucyrus	township-of-bucyrus	Bucyrus Township		US	ND	001	10340	0	America/Denver
5688215	Township of Buena Vista	township-of-buena-vista	Buena Vista Township		US	ND	011	10380	0	America/Denver
5688234	Township of Buford	township-of-buford	Buford Township		US	ND	105	10540	0	America/Chicago
5688238	Township of Bull Butte	township-of-bull-butte	Bull Butte Township		US	ND	105	10620	0	America/Chicago
5688242	Township of Bull Moose	township-of-bull-moose	Bull Moose Township		US	ND	103	10700	0	America/Chicago
5688247	Township of Bullion	township-of-bullion	Bullion Township		US	ND	033	10660	0	America/Denver
5688252	Township of Burg	township-of-burg	Burg Township		US	ND	023	10780	0	America/Chicago
5688255	Township of Burke	township-of-burke	Burke Township		US	ND	061	10860	0	America/Chicago
5688262	City of Burlington	city-of-burlington			US	ND	101	10940	1060	America/Chicago
5688263	Township of Burlington	township-of-burlington	Burlington Township		US	ND	101	10980	0	America/Chicago
5688274	Township of Burt	township-of-burt	Burt Township		US	ND	101	11100	0	America/Chicago
5688284	City of Butte	city-of-butte			US	ND	055	11180	68	America/Chicago
5688289	Township of Byersville	township-of-byersville	Byersville Township		US	ND	055	11420	0	America/Chicago
5688305	Township of Callahan	township-of-callahan	Callahan Township		US	ND	075	11620	0	America/Chicago
5688316	Township of Cameron	township-of-cameron	Cameron Township		US	ND	101	11740	0	America/Chicago
5688327	Township of Campbell	township-of-campbell	Campbell Township		US	ND	041	11820	0	America/Denver
5688330	Township of Canfield	township-of-canfield	Canfield Township		US	ND	015	11940	0	America/Chicago
5688333	Township of Cannon Ball	township-of-cannon-ball	Cannon Ball Township		US	ND	041	11980	0	America/Denver
5688340	Township of Carbondale	township-of-carbondale	Carbondale Township		US	ND	101	12100	0	America/Chicago
5688343	Township of Captain's Landing	township-of-captain-s-landing	Captain's Landing Township		US	ND	059	12080	0	America/North_Dakota/New_Salem
5688347	City of Carpio	city-of-carpio			US	ND	101	12260	157	America/Chicago
5688348	Township of Carpio	township-of-carpio	Carpio Township		US	ND	101	12300	0	America/Chicago
5688350	Township of Carroll	township-of-carroll	Carroll Township		US	ND	087	12420	0	America/Denver
5688354	City of Carson	city-of-carson			US	ND	037	12460	293	America/Denver
5688355	Township of Carter	township-of-carter	Carter Township		US	ND	013	12500	0	America/Chicago
5688365	Township of Castle Rock	township-of-castle-rock	Castle Rock Township		US	ND	041	12780	0	America/Denver
5688370	Township of Cash	township-of-cash	Cash Township		US	ND	087	12620	0	America/Denver
5688378	Township of Cecil	township-of-cecil	Cecil Township		US	ND	009	13060	0	America/Chicago
5688396	Township of Cedar	township-of-cedar	Cedar Township		US	ND	001	13100	0	America/Denver
5688399	City of Center	city-of-center			US	ND	065	13180	571	America/North_Dakota/Center
5688401	Unorganized Territory of Central Adams	unorganized-territory-of-central-adams			US	ND	001	13270	0	America/Denver
5688403	Unorganized Territory of Central McKenzie	unorganized-territory-of-central-mckenzie			US	ND	053	13290	0	America/Chicago
5688404	Unorganized Territory of Central Pierce	unorganized-territory-of-central-pierce			US	ND	069	13300	0	America/Chicago
5688414	Township of Champion	township-of-champion	Champion Township		US	ND	105	13460	0	America/Chicago
5688416	Township of Chandler	township-of-chandler	Chandler Township		US	ND	001	13500	0	America/Denver
5688418	Township of Cedar Creek	township-of-cedar-creek	Cedar Creek Township		US	ND	087	13140	0	America/Denver
5688420	Township of Charbon	township-of-charbon	Charbon Township		US	ND	053	13540	0	America/Chicago
5688434	Township of Chatfield	township-of-chatfield	Chatfield Township		US	ND	009	13780	0	America/Chicago
5688441	Township of Chestina	township-of-chestina	Chestina Township		US	ND	043	13900	0	America/Chicago
5688451	Township of Chilton	township-of-chilton	Chilton Township		US	ND	041	13980	0	America/Denver
5688460	Township of Christiania	township-of-christiania	Christiania Township		US	ND	015	14060	0	America/Chicago
5688468	Township of Clark	township-of-clark	Clark Township		US	ND	041	14220	0	America/Denver
5688475	Township of Clay	township-of-clay	Clay Township		US	ND	075	14260	0	America/Chicago
5688477	Township of Clayton	township-of-clayton	Clayton Township		US	ND	013	14300	0	America/Chicago
5688484	Township of Clear Lake	township-of-clear-lake	Clear Lake Township		US	ND	015	14380	0	America/Chicago
5688486	Township of Clearwater	township-of-clearwater	Clearwater Township		US	ND	061	14460	0	America/Chicago
5688487	Township of Cleary	township-of-cleary	Cleary Township		US	ND	013	14500	0	America/Chicago
5688488	Township of Clermont	township-of-clermont	Clermont Township		US	ND	001	14620	0	America/Denver
5688494	Township of Climax	township-of-climax	Climax Township		US	ND	105	14860	0	America/Chicago
5688495	Township of Clinton	township-of-clinton	Clinton Township		US	ND	023	14900	0	America/Chicago
5688510	Township of Coalfield	township-of-coalfield	Coalfield Township		US	ND	023	15020	0	America/Chicago
5688517	City of Coleharbor	city-of-coleharbor			US	ND	055	15140	79	America/Chicago
5688527	City of Columbus	city-of-columbus			US	ND	013	15460	133	America/Chicago
5688529	Township of Colville	township-of-colville	Colville Township		US	ND	013	15500	0	America/Chicago
5688539	Township of Connor	township-of-connor	Connor Township		US	ND	087	15740	0	America/Denver
5688544	Township of Colquhoun	township-of-colquhoun	Colquhoun Township		US	ND	075	15380	0	America/Chicago
5688547	Township of Cordelia	township-of-cordelia	Cordelia Township		US	ND	009	15980	0	America/Chicago
5688573	Township of Cottonwood Lake	township-of-cottonwood-lake	Cottonwood Lake Township		US	ND	049	16260	0	America/Chicago
5688574	Township of Cottonwood	township-of-cottonwood	Cottonwood Township		US	ND	061	16220	0	America/Chicago
5688586	Township of Crawford	township-of-crawford	Crawford Township		US	ND	087	16620	0	America/Denver
5688588	Township of Crane Creek	township-of-crane-creek	Crane Creek Township		US	ND	061	16540	0	America/Chicago
5688591	Township of Crofte	township-of-crofte	Crofte Township		US	ND	015	16860	0	America/Chicago
5688593	Township of Cromwell	township-of-cromwell	Cromwell Township		US	ND	015	16900	0	America/Chicago
5688595	Township of Cremerville	township-of-cremerville	Cremerville Township		US	ND	055	16700	0	America/Chicago
5688608	City of Crosby	city-of-crosby			US	ND	023	16940	1070	America/Chicago
5688614	Township of Crowfoot	township-of-crowfoot	Crowfoot Township,Township of Crawfoot,Township of Crowfoot		US	ND	061	16980	0	America/Chicago
5688621	Township of Crown Hill	township-of-crown-hill	Crown Hill Township,Township of Crown Hill,Township of Crownhill		US	ND	043	17020	0	America/Chicago
5688623	Township of Crystal Lake	township-of-crystal-lake	Crystal Lake Township		US	ND	103	17140	0	America/Chicago
5688649	Township of Cut Bank	township-of-cut-bank	Cut Bank Township		US	ND	009	17540	0	America/Chicago
5688663	Township of Dale	township-of-dale	Dale Township		US	ND	013	17740	0	America/Chicago
5688664	Township of Dalen	township-of-dalen	Dalen Township		US	ND	009	17780	0	America/Chicago
5688684	Township of Daneville	township-of-daneville	Daneville Township		US	ND	023	17940	0	America/Chicago
5688692	Township of Darling Springs	township-of-darling-springs	Darling Spring,Darling Springs Township,Township of Darling Springs		US	ND	001	18100	0	America/Denver
5688710	Township of De Witt	township-of-de-witt	De Witt Township		US	ND	023	19500	0	America/Chicago
5688717	Township of Debing	township-of-debing	Debing Township		US	ND	061	18460	0	America/Chicago
5688728	Township of Deep River	township-of-deep-river	Deep River Township		US	ND	049	18540	0	America/Chicago
5688734	Township of Deepwater	township-of-deepwater	Deepwater Township		US	ND	055	18580	0	America/Chicago
5688741	City of Deering	city-of-deering			US	ND	049	18620	98	America/Chicago
5688744	Township of Delhi	township-of-delhi	Delhi Township		US	ND	033	18900	0	America/Denver
5688750	Township of Denbigh	township-of-denbigh	Denbigh Township		US	ND	049	19020	0	America/Chicago
5688755	Township of Denhoff	township-of-denhoff	Denhoff Township		US	ND	083	19100	0	America/Chicago
5688757	Township of Denmark	township-of-denmark	Denmark Township		US	ND	101	19140	0	America/Chicago
5688768	Township of Des Lacs	township-of-des-lacs	Des Lacs Township		US	ND	101	19340	0	America/Chicago
5688771	City of Des Lacs	city-of-des-lacs			US	ND	101	19300	204	America/Chicago
5688784	Unorganized Territory of Dickinson North	unorganized-territory-of-dickinson-north			US	ND	089	19625	0	America/Denver
5688786	Unorganized Territory of Dickinson South	unorganized-territory-of-dickinson-south			US	ND	089	19630	0	America/Denver
5688787	City of Dickinson	city-of-dickinson			US	ND	089	19620	17787	America/Denver
5688791	Township of Dimond	township-of-dimond	Dimond Township		US	ND	013	19660	0	America/Chicago
5688799	City of Dodge	city-of-dodge			US	ND	025	19820	87	America/Denver
5688802	Township of Dogden	township-of-dogden	Dogden Township		US	ND	055	19860	0	America/Chicago
5688808	City of Donnybrook	city-of-donnybrook			US	ND	101	19900	59	America/Chicago
5688818	City of Douglas	city-of-douglas			US	ND	101	20020	64	America/Chicago
5688819	Township of Douglas	township-of-douglas	Douglas Township		US	ND	055	19980	0	America/Chicago
5688828	City of Drake	city-of-drake			US	ND	049	20300	275	America/Chicago
5688832	Township of Driscoll	township-of-driscoll	Driscoll Township		US	ND	015	20540	0	America/Chicago
5688844	Township of Dry Fork	township-of-dry-fork	Dry Fork Township		US	ND	105	20580	0	America/Chicago
5688846	Township of Dublin	township-of-dublin	Dublin Township		US	ND	105	20660	0	America/Chicago
5688855	Township of Duck Creek	township-of-duck-creek	Duck Creek Township		US	ND	001	20700	0	America/Denver
5688858	City of Dunn Center	city-of-dunn-center			US	ND	025	20940	146	America/Denver
5688864	City of Dunseith	city-of-dunseith			US	ND	079	21020	773	America/Chicago
5688878	Unorganized Territory of Northeast Slope	unorganized-territory-of-northeast-slope	Unorganized Territory of E-Six,Unorganized Territory of Northeast Slope		US	ND	087	57728	0	America/Denver
5688886	Unorganized Territory of East Adams	unorganized-territory-of-east-adams			US	ND	001	21495	0	America/Denver
5688905	Township of East Fork	township-of-east-fork	East Fork Township		US	ND	105	21660	0	America/Chicago
5688906	Unorganized Territory of East Golden Valley	unorganized-territory-of-east-golden-valley			US	ND	033	21665	0	America/Denver
5688907	Unorganized Territory of East Grant	unorganized-territory-of-east-grant			US	ND	037	21670	0	America/Denver
5688910	Unorganized Territory of East McHenry	unorganized-territory-of-east-mchenry			US	ND	049	21679	0	America/Chicago
5688911	Unorganized Territory of East McKenzie	unorganized-territory-of-east-mckenzie			US	ND	053	21687	0	America/Chicago
5688912	Unorganized Territory of East McLean	unorganized-territory-of-east-mclean			US	ND	055	21690	0	America/Chicago
5688913	Unorganized Territory of East Mercer	unorganized-territory-of-east-mercer			US	ND	057	21710	0	America/North_Dakota/Beulah
5688914	Unorganized Territory of East Morton	unorganized-territory-of-east-morton			US	ND	059	21720	0	America/North_Dakota/New_Salem
5688915	Unorganized Territory of East Oliver	unorganized-territory-of-east-oliver			US	ND	065	21730	0	America/North_Dakota/Center
5688920	Unorganized Territory of East Stark	unorganized-territory-of-east-stark			US	ND	089	21760	0	America/Denver
5688932	Township of Ecklund	township-of-ecklund	Ecklund Township		US	ND	015	21860	0	America/Chicago
5688937	Township of Eden Valley	township-of-eden-valley	Eden Valley Township		US	ND	075	22100	0	America/Chicago
5688938	Township of Edgemont	township-of-edgemont	Edgemont Township		US	ND	083	22220	0	America/Chicago
5688943	Township of Egan	township-of-egan	Egan Township		US	ND	061	22500	0	America/Chicago
5688951	Township of Eidsvold	township-of-eidsvold	Eidsvold Township		US	ND	009	22620	0	America/Chicago
5688953	Township of Egg Creek	township-of-egg-creek	Egg Creek Township		US	ND	049	22580	0	America/Chicago
5688964	City of Elgin	city-of-elgin			US	ND	037	23020	642	America/Denver
5688969	Township of Elk Creek	township-of-elk-creek	Elk Creek Township		US	ND	033	23100	0	America/Denver
5688974	Township of Elkhorn	township-of-elkhorn	Elkhorn Township		US	ND	023	23140	0	America/Chicago
5688976	Township of Elling	township-of-elling	Elling Township		US	ND	069	23300	0	America/Chicago
5688979	Township of Ellisville	township-of-ellisville	Ellisville Township		US	ND	105	23420	0	America/Chicago
5688985	Township of Elm Tree	township-of-elm-tree	Elm Tree Township		US	ND	053	23820	0	America/Chicago
5688986	Township of Elm	township-of-elm	Elm Township		US	ND	037	23580	0	America/Denver
5688988	Township of Elmdale	township-of-elmdale	Elm Ale,Elmdale Township,Township of Elmdale		US	ND	101	23660	0	America/Chicago
5688993	Township of Elms	township-of-elms	Elms Township		US	ND	009	23780	0	America/Chicago
5688996	Township of Elysian	township-of-elysian	Elysian Township		US	ND	009	23980	0	America/Chicago
5689013	Township of Ensign	township-of-ensign	Ensign Township		US	ND	075	24460	0	America/Chicago
5689019	City of Epping	city-of-epping			US	ND	105	24540	100	America/Chicago
5689022	Township of Equality	township-of-equality	Equality Township		US	ND	105	24580	0	America/Chicago
5689035	Township of Estherville	township-of-estherville	Estherville Township		US	ND	015	24940	0	America/Chicago
5689038	Township of Eureka	township-of-eureka	Eureka Township		US	ND	101	24980	0	America/Chicago
5689043	Township of Evergreen	township-of-evergreen	Evergreen Township		US	ND	101	25060	0	America/Chicago
5689054	Township of Fairbanks	township-of-fairbanks	Fairbanks Township		US	ND	075	25140	0	America/Chicago
5689070	Township of Fairview	township-of-fairview	Fairview Township		US	ND	083	25420	0	America/Chicago
5689076	Township of Falsen	township-of-falsen	Falsen Township		US	ND	049	25620	0	America/Chicago
5689080	Township of Farmvale	township-of-farmvale	Farmvale Township		US	ND	105	25900	0	America/Chicago
5689081	Township of Fay	township-of-fay	Fay Township		US	ND	013	25940	0	America/Chicago
5689085	Township of Fertile Valley	township-of-fertile-valley	Fertile Valley Township		US	ND	023	26140	0	America/Chicago
5689086	Township of Fertile	township-of-fertile	Fertile Township		US	ND	061	26060	0	America/Chicago
5689088	Township of Farina	township-of-farina	Farina Township		US	ND	041	25780	0	America/Denver
5689089	Township of Fillmore	township-of-fillmore	Fillmore Township		US	ND	023	26340	0	America/Chicago
5689102	Township of Fischbein	township-of-fischbein	Fischbein Township		US	ND	011	26540	0	America/Denver
5689110	Township of Fisher	township-of-fisher	Fisher Township		US	ND	037	26580	0	America/Denver
5689119	City of Flasher	city-of-flasher			US	ND	059	26660	232	America/North_Dakota/New_Salem
5689131	City of Flaxton	city-of-flaxton			US	ND	013	26700	66	America/Chicago
5689135	Township of Florence Lake	township-of-florence-lake	Florence Lake Township		US	ND	015	26860	0	America/Chicago
5689145	Township of Foothills	township-of-foothills	Foothills Township		US	ND	013	26940	0	America/Chicago
5689175	City of Fort Yates	city-of-fort-yates			US	ND	085	27860	184	America/Chicago
5689176	Unorganized Territory of Fort Yates	unorganized-territory-of-fort-yates			US	ND	085	27870	0	America/Chicago
5689177	Township of Forthun	township-of-forthun	Forthun Township		US	ND	013	27460	0	America/Chicago
5689179	City of Fortuna	city-of-fortuna			US	ND	023	27820	22	America/Chicago
5689190	Township of Francis	township-of-francis	Frances,Francis Township,Township of Francis		US	ND	015	28100	0	America/Chicago
5689192	Township of Foxholm	township-of-foxholm	Foxholm Township		US	ND	101	28020	0	America/Chicago
5689197	Township of Freda	township-of-freda	Freda Township		US	ND	037	28300	0	America/Denver
5689198	Township of Frederick	township-of-frederick	Frederick Township		US	ND	023	28340	0	America/Chicago
5689200	Township of Freedom	township-of-freedom	Freedom Township		US	ND	101	28460	0	America/Chicago
5689204	Township of Frazier	township-of-frazier	Frazier Township		US	ND	023	28220	0	America/Chicago
5689234	City of Gardena	city-of-gardena			US	ND	009	29180	29	America/Chicago
5689237	Township of Garness	township-of-garness	Garness Township		US	ND	013	29380	0	America/Chicago
5689238	Township of Garnet	township-of-garnet	Garnet Township		US	ND	023	29420	0	America/Chicago
5689242	Township of Garner	township-of-garner	Garner Township		US	ND	033	29340	0	America/Denver
5689245	City of Garrison	city-of-garrison			US	ND	055	29460	1453	America/Chicago
5689250	City of Gascoyne	city-of-gascoyne			US	ND	011	29540	16	America/Denver
5689251	Township of Gascoyne	township-of-gascoyne	Gascoyne Township		US	ND	011	29580	0	America/Denver
5689252	Township of Gasman	township-of-gasman	Gasman Township		US	ND	101	29620	0	America/Chicago
5689262	Township of Gem	township-of-gem	Gem Township		US	ND	011	29740	0	America/Denver
5689280	Township of Ghylin	township-of-ghylin	Ghylin Township		US	ND	015	30100	0	America/Chicago
5689281	Township of Gibbs	township-of-gibbs	Gibbs Township		US	ND	015	30140	0	America/Chicago
5689284	Township of Gilmore	township-of-gilmore	Gilmore Township		US	ND	049	30300	0	America/Chicago
5689286	Township of Gilstrap	township-of-gilstrap	Gilstrap Township		US	ND	001	30340	0	America/Denver
5689292	City of Gladstone	city-of-gladstone			US	ND	089	30460	239	America/Denver
5689299	City of Glen Ullin	city-of-glen-ullin			US	ND	059	30860	807	America/North_Dakota/New_Salem
5689302	City of Glenburn	city-of-glenburn			US	ND	075	30580	380	America/Chicago
5689304	Township of Gate	township-of-gate	Gate Township		US	ND	055	29660	0	America/Chicago
5689312	Township of Glenview	township-of-glenview	Glenview Township		US	ND	015	30900	0	America/Chicago
5689316	City of Golden Valley	city-of-golden-valley			US	ND	057	31180	182	America/North_Dakota/Beulah
5689317	Township of Golden Valley	township-of-golden-valley	Golden Valley Township		US	ND	105	31260	0	America/Chicago
5689318	Township of Goldfield	township-of-goldfield	Goldfield Township		US	ND	011	31300	0	America/Denver
5689323	City of Golva	city-of-golva			US	ND	033	31420	61	America/Denver
5689326	Township of Good Luck	township-of-good-luck	Good Luck Township		US	ND	105	31460	0	America/Chicago
5689332	City of Goodrich	city-of-goodrich			US	ND	083	31500	98	America/Chicago
5689343	Township of Gooseneck	township-of-gooseneck	Gooseneck Township		US	ND	023	31580	0	America/Chicago
5689355	Township of Grail	township-of-grail	Grail Township		US	ND	053	31900	0	America/Chicago
5689356	Township of Grainbelt	township-of-grainbelt	Grainbelt Township		US	ND	011	31940	0	America/Denver
5689362	Township of Grand River	township-of-grand-river	Grand River Township		US	ND	011	32460	0	America/Denver
5689370	City of Grano	city-of-grano			US	ND	075	32580	7	America/Chicago
5689379	City of Granville	city-of-granville			US	ND	049	32660	241	America/Chicago
5689384	Township of Grass Lake	township-of-grass-lake	Grass Lake Township		US	ND	015	32740	0	America/Chicago
5689387	Township of Grassland	township-of-grassland	Grassland Township		US	ND	075	32780	0	America/Chicago
5689396	Township of Greatstone	township-of-greatstone	Greatstone Township		US	ND	055	32940	0	America/Chicago
5689398	Township of Greely	township-of-greely	Greely Township		US	ND	101	32980	0	America/Chicago
5689405	Township of Greenbush	township-of-greenbush	Greenbush Township		US	ND	101	33100	0	America/Chicago
5689412	City of Grenora	city-of-grenora			US	ND	105	33500	244	America/Chicago
5689416	Township of Grilley	township-of-grilley	Grilley Township		US	ND	049	33700	0	America/Chicago
5689423	Township of Grover	township-of-grover	Grover Township		US	ND	075	33740	0	America/Chicago
5689461	Township of Haley	township-of-haley	Haley Township		US	ND	011	34260	0	America/Denver
5689469	City of Halliday	city-of-halliday			US	ND	025	34340	188	America/Denver
5689470	Unorganized Territory of Halliday	unorganized-territory-of-halliday			US	ND	025	34350	0	America/Denver
5689473	Township of Hamerly	township-of-hamerly	Hamerly Township		US	ND	075	34580	0	America/Chicago
5689475	Township of Hamlet	township-of-hamlet	Hamlet Township		US	ND	075	34700	0	America/Chicago
5689493	Township of Haram	township-of-haram	Haram Township		US	ND	009	35220	0	America/Chicago
5689497	Township of Hardscrabble	township-of-hardscrabble	Hardscrabble Township		US	ND	105	35340	0	America/Chicago
5689501	Township of Harmonious	township-of-harmonious	Harmonious Township,Harmonius,Township of Harmonious		US	ND	013	35540	0	America/Chicago
5689504	Township of Harper	township-of-harper	Harper Township		US	ND	087	35620	0	America/Denver
5689509	Township of Harrison	township-of-harrison	Harrison Township		US	ND	101	35700	0	America/Chicago
5689510	Unorganized Territory of Hart	unorganized-territory-of-hart			US	ND	011	35780	0	America/Denver
5689516	Township of Hastings	township-of-hastings	Hastings Township		US	ND	009	36060	0	America/Chicago
5689521	Township of Havelock	township-of-havelock	Havelock Township		US	ND	041	36220	0	America/Denver
5689527	Township of Hawkeye	township-of-hawkeye	Hawkeye Township		US	ND	023	36300	0	America/Chicago
5689528	Township of Hawkeye	township-of-hawkeye	Hawkeye Township,Hawkeye Valley,Township of Hawkeye		US	ND	053	36340	0	America/Chicago
5689539	Township of Hay Creek	township-of-hay-creek	Hay Creek Township		US	ND	015	36460	0	America/Chicago
5689544	Township of Hayland	township-of-hayland	Hayland Township		US	ND	023	36500	0	America/Chicago
5689546	City of Haynes	city-of-haynes			US	ND	001	36540	23	America/Denver
5689550	Township of Hazel Grove	township-of-hazel-grove	Hazel Grove Township		US	ND	015	36660	0	America/Chicago
5689551	Township of Hazel	township-of-hazel	Hazel Township		US	ND	105	36620	0	America/Chicago
5689555	City of Hazelton	city-of-hazelton			US	ND	029	36700	235	America/Chicago
5689559	City of Hazen	city-of-hazen			US	ND	057	36780	2411	America/North_Dakota/Beulah
5689580	City of Hebron	city-of-hebron			US	ND	059	36860	747	America/North_Dakota/New_Salem
5689581	Township of Hebron	township-of-hebron	Hebron Township		US	ND	105	36900	0	America/Chicago
5689605	Township of Hendrickson	township-of-hendrickson	Hendrickson Township		US	ND	049	37260	0	America/Chicago
5689606	Township of Henry	township-of-henry	Henry Township		US	ND	033	37340	0	America/Denver
5689623	City of Hettinger	city-of-hettinger			US	ND	001	37700	1226	America/Denver
5689624	Township of Hettinger	township-of-hettinger	Hettinger Township		US	ND	001	37740	0	America/Denver
5689635	Township of Hiddenwood	township-of-hiddenwood	Hiddenwood Township		US	ND	101	37860	0	America/Chicago
5689647	Township of Highland	township-of-highland	Highland Township		US	ND	041	37940	0	America/Denver
5689648	Township of Highland	township-of-highland	Highland Township		US	ND	083	37980	0	America/Chicago
5689656	Township of Hillsdale	township-of-hillsdale	Hillsdale Township		US	ND	103	38220	0	America/Chicago
5689666	Township of Hilton	township-of-hilton	Hilton Township		US	ND	101	38260	0	America/Chicago
5689676	Township of Hoffman	township-of-hoffman	Hoffman Township		US	ND	009	38380	0	America/Chicago
5689690	Township of Homen	township-of-homen	Homen Township		US	ND	009	38540	0	America/Chicago
5689721	Township of Howe	township-of-howe	Howe Township		US	ND	037	39060	0	America/Denver
5689724	Township of Howie	township-of-howie	Howie Township		US	ND	061	39180	0	America/Chicago
5689730	Township of Hughes	township-of-hughes	Hughes Township		US	ND	087	39300	0	America/Denver
5689734	Township of Horseshoe Valley	township-of-horseshoe-valley	Horseshoe Valley Township		US	ND	055	38940	0	America/Chicago
5689736	Township of Hume	township-of-hume	Hume Township		US	ND	087	39420	0	America/Denver
5689740	Township of Hurley	township-of-hurley	Hurley Township		US	ND	075	39620	0	America/Chicago
5689745	Township of Idaho	township-of-idaho	Idaho Township		US	ND	061	39740	0	America/Chicago
5689778	Township of Iota Flat	township-of-iota-flat	Iota Flat Township		US	ND	101	40140	0	America/Chicago
5689785	Township of Ivanhoe	township-of-ivanhoe	Ivanhoe Township		US	ND	075	40380	0	America/Chicago
5689809	Township of James Hill	township-of-james-hill	James Hill Township		US	ND	061	40500	0	America/Chicago
5689812	Township of Jefferson	township-of-jefferson	Jefferson Township		US	ND	069	40700	0	America/Chicago
5689861	Township of Judson	township-of-judson	Judson Township		US	ND	105	41260	0	America/Chicago
5689915	Township of Kandiyohi	township-of-kandiyohi	Kandiyohi Township		US	ND	013	41280	0	America/Chicago
5689918	Township of Kane	township-of-kane	Kane Township		US	ND	009	41300	0	America/Chicago
5689923	City of Karlsruhe	city-of-karlsruhe			US	ND	049	41380	82	America/Chicago
5689928	Township of Keene	township-of-keene	Keene Township		US	ND	053	41580	0	America/Chicago
5689930	Township of Keller	township-of-keller	Keller Township		US	ND	013	41660	0	America/Chicago
5689938	City of Kenmare	city-of-kenmare			US	ND	101	42020	1096	America/Chicago
5689940	Township of Kennedy	township-of-kennedy	Kennedy Township		US	ND	041	42100	0	America/Denver
5689944	Township of Kern	township-of-kern	Kern Township		US	ND	041	42420	0	America/Denver
5689948	Township of Kickapoo	township-of-kickapoo	Kickapoo Township		US	ND	061	42620	0	America/Chicago
5689952	City of Kief	city-of-kief			US	ND	049	42660	13	America/Chicago
5689959	City of Killdeer	city-of-killdeer			US	ND	025	42700	751	America/Denver
5689960	Unorganized Territory of Killdeer	unorganized-territory-of-killdeer			US	ND	025	42705	0	America/Denver
5689971	Township of Kirkelie	township-of-kirkelie	Kirkelie Township		US	ND	101	43020	0	America/Chicago
5689988	Township of Knife River	township-of-knife-river	Knife River Township		US	ND	061	43220	0	America/Chicago
5689999	Township of Kohlmeier	township-of-kohlmeier	Kohlmeier Township		US	ND	079	43340	0	America/Chicago
5690005	Township of Kottke Valley	township-of-kottke-valley	Kottke Valley Township		US	ND	049	43460	0	America/Chicago
5690008	City of Kramer	city-of-kramer			US	ND	009	43500	29	America/Chicago
5690017	Township of Kunze	township-of-kunze	Kunze Township		US	ND	041	43620	0	America/Denver
5690049	Township of Lake George	township-of-lake-george	Lake George Township		US	ND	049	43820	0	America/Chicago
5690050	Township of Lake Hester	township-of-lake-hester	Lake Hester Township		US	ND	049	43860	0	America/Chicago
5690073	Township of Lake Williams	township-of-lake-williams	Lake Williams Township		US	ND	055	44220	0	America/Chicago
5690080	Township of Lakeview	township-of-lakeview	Lake View,Lakeview Township,Township of Lakeview		US	ND	013	44020	0	America/Chicago
5690083	Township of Land	township-of-land	Land Township		US	ND	049	44660	0	America/Chicago
5690086	City of Landa	city-of-landa			US	ND	009	44700	38	America/Chicago
5690090	Township of Langberg	township-of-langberg	Langberg Township		US	ND	011	44740	0	America/Denver
5690096	City of Lansford	city-of-lansford			US	ND	009	44900	245	America/Chicago
5690098	Township of Lark	township-of-lark	Lark Township		US	ND	037	45140	0	America/Denver
5690104	Township of Ladd	township-of-ladd	Ladd Township		US	ND	011	43700	0	America/Denver
5690115	Township of Leaf Mountain	township-of-leaf-mountain	Leaf Mountain Township		US	ND	013	45420	0	America/Chicago
5690117	Township of Layton	township-of-layton	Layton Township		US	ND	049	45380	0	America/Chicago
5690119	Township of Lebanon	township-of-lebanon	Lebanon Township		US	ND	049	45500	0	America/Chicago
5690125	Township of Leipzig	township-of-leipzig	Leipzig Township		US	ND	037	45820	0	America/Denver
5690127	City of Leith	city-of-leith			US	ND	037	45860	16	America/Denver
5690143	Township of Lewis	township-of-lewis	Lewis Township		US	ND	009	46260	0	America/Chicago
5690148	Township of Liberty	township-of-liberty	Liberty Township		US	ND	061	46340	0	America/Chicago
5690156	City of Lignite	city-of-lignite			US	ND	013	46540	155	America/Chicago
5690163	Township of Lincoln Dale	township-of-lincoln-dale	Lincoln Dale Township		US	ND	083	46700	0	America/Chicago
5690177	Township of Lincoln Valley	township-of-lincoln-valley	Lincoln Valley Township		US	ND	023	46740	0	America/Chicago
5690178	City of Lincoln	city-of-lincoln			US	ND	015	46640	2406	America/Chicago
5690181	Township of Lindahl	township-of-lindahl	Lindahl Township		US	ND	105	46900	0	America/Chicago
5690184	Township of Lightning Creek	township-of-lightning-creek	Lightning Creek Township		US	ND	001	46500	0	America/Denver
5690189	City of Linton	city-of-linton			US	ND	029	46980	1097	America/Chicago
5690190	Township of Linton	township-of-linton	Linton Township		US	ND	101	47020	0	America/Chicago
5690210	Township of Little Deep	township-of-little-deep	Little Deep Township		US	ND	049	47260	0	America/Chicago
5690242	Township of Lockwood	township-of-lockwood	Lockwood Township		US	ND	075	47420	0	America/Chicago
5690245	Township of Logan	township-of-logan	Logan Township		US	ND	015	47500	0	America/Chicago
5690261	Township of Lone Tree	township-of-lone-tree	Lone Tree Township		US	ND	033	47700	0	America/Denver
5690274	Township of Long Creek	township-of-long-creek	Long Creek Township		US	ND	023	47780	0	America/Chicago
5690286	Township of Long Lake	township-of-long-lake	Long Lake Township		US	ND	015	47860	0	America/Chicago
5690289	Township of Longfellow	township-of-longfellow	Longfellow Township		US	ND	055	47820	0	America/Chicago
5690296	Township of Loquemont	township-of-loquemont	Loquemont Township		US	ND	055	47940	0	America/Chicago
5690298	City of Loraine	city-of-loraine			US	ND	075	48020	9	America/Chicago
5690303	Township of Lordsburg	township-of-lordsburg	Lordsburg Township		US	ND	009	48060	0	America/Chicago
5690312	Township of Lostwood	township-of-lostwood	Lostwood Township		US	ND	061	48220	0	America/Chicago
5690317	Township of Lowland	township-of-lowland	Lowland Township		US	ND	061	48340	0	America/Chicago
5690320	Township of Lucy	township-of-lucy	Lucy Township		US	ND	013	48420	0	America/Chicago
5690322	Township of Lund	township-of-lund	Lund Township		US	ND	101	48500	0	America/Chicago
5690329	Unorganized Territory of Lyman	unorganized-territory-of-lyman			US	ND	015	48620	0	America/Chicago
5690349	Township of Madison	township-of-madison	Madison Township		US	ND	041	49660	0	America/Denver
5690353	Township of Maine	township-of-maine	Maine Township		US	ND	001	49780	0	America/Denver
5690357	City of Makoti	city-of-makoti			US	ND	101	49820	154	America/Chicago
5690358	Township of Malcolm	township-of-malcolm	Malcolm Township		US	ND	055	49860	0	America/Chicago
5690370	City of Mandan	city-of-mandan			US	ND	059	49900	18331	America/North_Dakota/New_Salem
5690371	Township of Mandan	township-of-mandan	Mandan Township		US	ND	101	49940	0	America/Chicago
5690372	Unorganized Territory of Mandan	unorganized-territory-of-mandan			US	ND	059	49920	0	America/North_Dakota/New_Salem
5690378	Township of Manitou	township-of-manitou	Manitou Township		US	ND	061	50180	0	America/Chicago
5690383	Township of Margaret	township-of-margaret	Margaret Township		US	ND	101	50700	0	America/Chicago
5690385	Township of Marion	township-of-marion	Marion Township		US	ND	011	50740	0	America/Denver
5690389	City of Marmarth	city-of-marmarth			US	ND	087	50860	136	America/Denver
5690393	Township of Marshall	township-of-marshall	Marshall Township		US	ND	105	50980	0	America/Chicago
5690398	City of Martin	city-of-martin			US	ND	083	51060	78	America/Chicago
5690401	Township of Maryland	township-of-maryland	Maryland Township		US	ND	101	51220	0	America/Chicago
5690407	Township of Mauch	township-of-mauch	Mauch Township		US	ND	083	51350	0	America/Chicago
5690410	City of Max	city-of-max			US	ND	055	51380	334	America/Chicago
5690413	City of Maxbass	city-of-maxbass			US	ND	009	51420	84	America/Chicago
5690414	Township of Mayland	township-of-mayland	Mayland Township		US	ND	101	51460	0	America/Chicago
5690417	Township of McAlmond	township-of-mcalmond	McAlmond Township		US	ND	061	48860	0	America/Chicago
5690421	City of McClusky	city-of-mcclusky			US	ND	083	49020	380	America/Chicago
5690430	Township of McGahan	township-of-mcgahan	McGahan Township		US	ND	061	49140	0	America/Chicago
5690431	Township of McGinnis	township-of-mcginnis	McGinnis Township		US	ND	055	49180	0	America/Chicago
5690444	Township of McKenzie	township-of-mckenzie	McKenzie Township		US	ND	015	49380	0	America/Chicago
5690446	Township of McKinley	township-of-mckinley	McKinley Township		US	ND	101	49420	0	America/Chicago
5690447	Township of McKinney	township-of-mckinney	McKinney Township		US	ND	075	49460	0	America/Chicago
5690457	Township of Meadow	township-of-meadow	Meadow Township		US	ND	049	51660	0	America/Chicago
5690461	Township of Medicine Hill	township-of-medicine-hill	Medicine Hill Township		US	ND	055	51820	0	America/Chicago
5690475	City of Medora	city-of-medora			US	ND	007	51900	112	America/Denver
5690484	Township of Menoken	township-of-menoken	Menoken Township		US	ND	015	52220	0	America/Chicago
5690485	Township of Mentor	township-of-mentor	Mentor Township		US	ND	023	52260	0	America/Chicago
5690487	Township of Menz	township-of-menz	Menz Township		US	ND	085	52300	0	America/Denver
5690490	City of Mercer	city-of-mercer			US	ND	055	52340	94	America/Chicago
5690505	Township of Merrill	township-of-merrill	Merrill Township		US	ND	041	52540	0	America/Denver
5690527	Township of Mineral Springs	township-of-mineral-springs	Mineral Springs Township		US	ND	087	53100	0	America/Denver
5690528	Township of Minnehaha	township-of-minnehaha	Minnehaha Township		US	ND	011	53140	0	America/Denver
5690529	Township of Minnesota	township-of-minnesota	Minnesota Township		US	ND	013	53180	0	America/Chicago
5690530	Township of Minnie	township-of-minnie	Minnie Township		US	ND	037	53300	0	America/Denver
5690538	City of Minot	city-of-minot			US	ND	101	53380	40888	America/Chicago
5690543	Township of Missouri Ridge	township-of-missouri-ridge	Missouri Ridge Township		US	ND	105	53660	0	America/Chicago
5690545	Township of Missouri	township-of-missouri	Missouri Township		US	ND	015	53620	0	America/Chicago
5690550	Township of Model	township-of-model	Model Township		US	ND	061	53700	0	America/Chicago
5690560	City of Mohall	city-of-mohall			US	ND	075	53780	783	America/Chicago
5690567	Township of Mont	township-of-mont	Mont Township		US	ND	105	53940	0	America/Chicago
5690572	Township of Moord	township-of-moord	Moord Township		US	ND	087	54140	0	America/Denver
5690585	Township of Morton	township-of-morton	Morton Township		US	ND	015	54460	0	America/Chicago
5690597	City of Mott	city-of-mott			US	ND	041	54620	721	America/Denver
5690600	Township of Mound	township-of-mound	Mound Township		US	ND	087	54700	0	America/Denver
5690603	Township of Mount Rose	township-of-mount-rose	Mount Rose Township		US	ND	009	54900	0	America/Chicago
5690615	Township of Mountrail	township-of-mountrail	Mountrail Lake,Mountrail Township,Township of Mountrail		US	ND	061	54860	0	America/Chicago
5690622	Township of Mouse River	township-of-mouse-river	Mouse River Township		US	ND	049	54980	0	America/Chicago
5690642	Township of Muskego	township-of-muskego	Muskego Township		US	ND	075	55180	0	America/Chicago
5690651	Township of Myrtle	township-of-myrtle	Myrtle Township		US	ND	061	55300	0	America/Chicago
5690663	Township of Naughton	township-of-naughton	Naughton Township		US	ND	015	55540	0	America/Chicago
5690668	Township of Nebo	township-of-nebo	Nebo Township		US	ND	011	55580	0	America/Denver
5690670	Township of Nedrose	township-of-nedrose	Nedrose Township		US	ND	101	55700	0	America/Chicago
5690686	Township of Ness	township-of-ness	Ness Township		US	ND	069	55900	0	America/Chicago
5690695	City of New England	city-of-new-england			US	ND	041	56180	600	America/Denver
5690696	Township of New England	township-of-new-england	New England Township		US	ND	041	56220	0	America/Denver
5690702	Township of New Home	township-of-new-home	New Home Township		US	ND	105	56300	0	America/Chicago
5690707	City of New Leipzig	city-of-new-leipzig			US	ND	037	56420	221	America/Denver
5690708	Township of New Prairie	township-of-new-prairie	New Prairie Township		US	ND	101	56580	0	America/Chicago
5690710	City of New Salem	city-of-new-salem			US	ND	059	56700	946	America/North_Dakota/New_Salem
5690714	City of New Town	city-of-new-town			US	ND	061	56740	1925	America/Chicago
5690715	Township of Newborg	township-of-newborg	Newborg Township		US	ND	009	55940	0	America/Chicago
5690717	City of Newburg	city-of-newburg			US	ND	009	56020	110	America/Chicago
5690718	Township of Newman	township-of-newman	Newman Township		US	ND	101	56500	0	America/Chicago
5690719	Township of Newport	township-of-newport	Newport Township		US	ND	049	56540	0	America/Chicago
5690733	City of Noonan	city-of-noonan			US	ND	023	57220	121	America/Chicago
5690740	Township of Normal	township-of-normal	Normal Township		US	ND	049	57500	0	America/Chicago
5690749	Unorganized Territory of North Billings	unorganized-territory-of-north-billings			US	ND	007	57710	0	America/Denver
5690755	Unorganized Territory of North Burke	unorganized-territory-of-north-burke			US	ND	013	57715	0	America/Chicago
5690758	Unorganized Territory of North Central McLean	unorganized-territory-of-north-central-mclean			US	ND	055	57720	0	America/Chicago
5690764	Unorganized Territory of North Emmons	unorganized-territory-of-north-emmons			US	ND	029	57730	0	America/Chicago
5691198	Township of Rat Lake	township-of-rat-lake	Rat Lake Township		US	ND	061	65420	0	America/Chicago
5690775	Unorganized Territory of North Golden Valley	unorganized-territory-of-north-golden-valley			US	ND	033	57865	0	America/Denver
5690789	Unorganized Territory of North McKenzie	unorganized-territory-of-north-mckenzie			US	ND	053	58045	0	America/Chicago
5690792	Township of North Prairie	township-of-north-prairie	North Prairie Township		US	ND	049	58100	0	America/Chicago
5690793	Unorganized Territory of North Sheridan	unorganized-territory-of-north-sheridan			US	ND	083	58130	0	America/Chicago
5690794	Unorganized Territory of North Sioux	unorganized-territory-of-north-sioux			US	ND	085	58135	0	America/Chicago
5690798	Township of North Star	township-of-north-star	North Star Township		US	ND	013	58140	0	America/Chicago
5690805	Unorganized Territory of Northeast McHenry	unorganized-territory-of-northeast-mchenry			US	ND	049	57727	0	America/Chicago
5690816	Township of Northwest	township-of-northwest	Northwest Township		US	ND	043	58260	0	America/Chicago
5690822	Unorganized Territory of Northwest Slope	unorganized-territory-of-northwest-slope			US	ND	087	58275	0	America/Denver
5690824	Township of Norwich	township-of-norwich	Norwich Township		US	ND	049	58660	0	America/Chicago
5690851	Township of Oak Valley	township-of-oak-valley	Oak Valley Township		US	ND	009	58860	0	America/Chicago
5690854	Township of Oakland	township-of-oakland	Oakland Township		US	ND	061	58820	0	America/Chicago
5690858	Township of Odessa	township-of-odessa	Odessa Township		US	ND	041	59100	0	America/Denver
5690859	Township of Odin	township-of-odin	Odin Township		US	ND	049	59180	0	America/Chicago
5690872	Township of Oak Creek	township-of-oak-creek	Oak Creek Township		US	ND	009	58700	0	America/Chicago
5690873	Township of Oliver	township-of-oliver	Oliver Township		US	ND	105	59260	0	America/Chicago
5690874	Township of Olivia	township-of-olivia	Olivia Township		US	ND	049	59300	0	America/Chicago
5690891	Township of Orange	township-of-orange	Orange Township		US	ND	001	59620	0	America/Denver
5690893	Township of Orlien	township-of-orlien	Orlien Township		US	ND	101	59740	0	America/Chicago
5690895	Township of Orthell	township-of-orthell	Orthell Township		US	ND	105	59860	0	America/Chicago
5690896	Township of Osborn	township-of-osborn	Osborn Township		US	ND	061	59940	0	America/Chicago
5690898	Township of Osloe	township-of-osloe	Osloe Township		US	ND	061	60060	0	America/Chicago
5690899	Township of Ostby	township-of-ostby	Ostby Township		US	ND	009	60180	0	America/Chicago
5690901	Township of Otis	township-of-otis	Otis Township		US	ND	055	60260	0	America/Chicago
5690924	City of Overly	city-of-overly			US	ND	009	60380	18	America/Chicago
5690941	Township of Painted Woods	township-of-painted-woods	Painted Woods Township		US	ND	015	60580	0	America/Chicago
5690944	City of Palermo	city-of-palermo			US	ND	061	60620	74	America/Chicago
5690945	Township of Palermo	township-of-palermo	Palermo Township		US	ND	061	60660	0	America/Chicago
5690948	Township of Palmer	township-of-palmer	Palmer Township		US	ND	023	60700	0	America/Chicago
5690960	City of Parshall	city-of-parshall			US	ND	061	60940	903	America/Chicago
5690961	Township of Parshall	township-of-parshall	Parshall Township		US	ND	061	60980	0	America/Chicago
5690963	Township of Passport	township-of-passport	Passport Township		US	ND	101	61060	0	America/Chicago
5690973	Township of Peabody	township-of-peabody	Peabody Township		US	ND	009	61180	0	America/Chicago
5690987	Township of Peaceful Valley	township-of-peaceful-valley	Peaceful Valley Township		US	ND	087	61260	0	America/Denver
5690990	Township of Pearl	township-of-pearl	Pearl Township		US	ND	033	61340	0	America/Denver
5691019	Township of Pherrin	township-of-pherrin	Pherrin Township		US	ND	105	62140	0	America/Chicago
5691026	Township of Pickard	township-of-pickard	Pickard Township		US	ND	083	62180	0	America/Chicago
5691028	Township of Pickering	township-of-pickering	Pickering Township		US	ND	009	62300	0	America/Chicago
5691048	City of Pick City	city-of-pick-city	City of Pick City,Pick City		US	ND	057	62260	123	America/North_Dakota/Beulah
5691050	Township of Plain	township-of-plain	Plain Township		US	ND	075	62900	0	America/Chicago
5691058	City of Plaza	city-of-plaza			US	ND	061	62980	171	America/Chicago
5691059	Township of Plaza	township-of-plaza	Plaza Township		US	ND	061	63020	0	America/Chicago
5691061	Township of Pleasant Hill	township-of-pleasant-hill	Pleasant Hill Township		US	ND	043	63140	0	America/Chicago
5691065	Township of Pleasant Valley	township-of-pleasant-valley	Pleasant Valley Township		US	ND	105	63260	0	America/Chicago
5691080	Township of Plumer	township-of-plumer	Plumer Township		US	ND	023	63340	0	America/Chicago
5691101	Township of Pony Gulch	township-of-pony-gulch	Pony Gulch Township		US	ND	103	63620	0	America/Chicago
5691107	City of Portal	city-of-portal			US	ND	013	63740	126	America/Chicago
5691116	City of Powers Lake	city-of-powers-lake			US	ND	013	64140	280	America/Chicago
5691117	Township of Powers Lake	township-of-powers-lake	Powers Lake Township		US	ND	061	64180	0	America/Chicago
5691118	Township of Powers	township-of-powers	Powers Township		US	ND	061	64100	0	America/Chicago
5691126	Township of Pratt	township-of-pratt	Pratt Township		US	ND	049	64420	0	America/Chicago
5691127	Township of Prescott	township-of-prescott	Prescott Township		US	ND	075	64460	0	America/Chicago
5691136	Township of Pretty Rock	township-of-pretty-rock	Pretty Rock Township		US	ND	037	64580	0	America/Denver
5691142	Township of Prophets	township-of-prophets	Prophets Township		US	ND	083	64715	0	America/Chicago
5691147	Township of Prosperity	township-of-prosperity	Prosperity Township		US	ND	075	64820	0	America/Chicago
5691148	Township of Purcell	township-of-purcell	Purcell Township		US	ND	061	64900	0	America/Chicago
5691178	Township of Rainbow	township-of-rainbow	Rainbow Township		US	ND	105	65020	0	America/Chicago
5691182	Township of Rainy Butte	township-of-rainy-butte	Rainy Butte Township		US	ND	087	65060	0	America/Denver
5691185	Township of Raleigh	township-of-raleigh	Raleigh Township		US	ND	037	65140	0	America/Denver
5691192	Township of Randolph	township-of-randolph	Randolph Township		US	ND	053	65220	0	America/Chicago
5691214	City of Ray	city-of-ray			US	ND	105	65580	592	America/Chicago
5691236	Township of Redmond	township-of-redmond	Redmond Township		US	ND	061	65740	0	America/Chicago
5691238	Township of Ree	township-of-ree	Ree Township		US	ND	101	65820	0	America/Chicago
5691242	City of Reeder	city-of-reeder			US	ND	001	65900	162	America/Denver
5691243	Township of Reeder	township-of-reeder	Reeder Township		US	ND	001	65940	0	America/Denver
5691249	City of Regan	city-of-regan			US	ND	015	65980	43	America/Chicago
5691254	City of Regent	city-of-regent			US	ND	041	66020	160	America/Denver
5691265	Township of Renville	township-of-renville	Renville Township		US	ND	009	66100	0	America/Chicago
5691270	City of Rhame	city-of-rhame			US	ND	011	66300	169	America/Denver
5691271	Township of Rhame	township-of-rhame	Rhame Township		US	ND	011	66340	0	America/Denver
5691278	Township of Rice Lake	township-of-rice-lake	Rice Lake Township		US	ND	101	66420	0	America/Chicago
5691282	City of Richardton	city-of-richardton			US	ND	089	66500	529	America/Denver
5691283	Township of Richburg	township-of-richburg	Richburg Township		US	ND	009	66540	0	America/Chicago
5691285	Township of Richland Center	township-of-richland-center	Richland Center Township		US	ND	087	66620	0	America/Denver
5691287	Township of Richland	township-of-richland	Richland Township		US	ND	013	66580	0	America/Chicago
5691288	Township of Richmond	township-of-richmond	Richmond Township		US	ND	015	66635	0	America/Chicago
5691295	Township of Rifle	township-of-rifle	Rifle Township		US	ND	041	66740	0	America/Denver
5691298	Township of Riga	township-of-riga	Riga Township		US	ND	049	66780	0	America/Chicago
5691306	City of Riverdale	city-of-riverdale			US	ND	055	66980	205	America/Chicago
5691317	Township of Riverview	township-of-riverview	Riverview Township		US	ND	053	67140	0	America/Chicago
5691330	Township of Rock Hill	township-of-rock-hill	Rock Hill Township		US	ND	015	67420	0	America/Chicago
5691331	Township of Rock Island	township-of-rock-island	Rock Island Township		US	ND	105	67460	0	America/Chicago
5691334	Township of Rock	township-of-rock	Rock Township		US	ND	037	67340	0	America/Denver
5691340	Township of Rockford	township-of-rockford	Rockford Township		US	ND	075	67380	0	America/Chicago
5691355	Township of Roland	township-of-roland	Roland Township		US	ND	009	67740	0	America/Chicago
5691356	Township of Rolling Green	township-of-rolling-green	Rolling Green Township		US	ND	101	67860	0	America/Chicago
5691371	Township of Roosevelt	township-of-roosevelt	Roosevelt Township		US	ND	075	68020	0	America/Chicago
5691376	Township of Rose Hill	township-of-rose-hill	Rose Hill Township		US	ND	049	68310	0	America/Chicago
5691384	Township of Roseglen	township-of-roseglen	Roseglen Township		US	ND	055	68260	0	America/Chicago
5691388	Township of Roseland	township-of-roseland	Roseland Township		US	ND	013	68340	0	America/Chicago
5691390	Township of Rosemont	township-of-rosemont	Rosemont Township		US	ND	055	68420	0	America/Chicago
5691395	Township of Rosenfield	township-of-rosenfield	Rosenfield Township		US	ND	083	68470	0	America/Chicago
5691402	City of Ross	city-of-ross			US	ND	061	68540	97	America/Chicago
5691403	Township of Ross	township-of-ross	Ross Township		US	ND	061	68580	0	America/Chicago
5691417	Township of Round Lake	township-of-round-lake	Round Lake Township		US	ND	049	68660	0	America/Chicago
5691420	Township of Round Prairie	township-of-round-prairie	Round Prairie Township		US	ND	105	68700	0	America/Chicago
5691440	Township of Rushville	township-of-rushville	Rushville Township		US	ND	101	69060	0	America/Chicago
5691442	City of Ruso	city-of-ruso			US	ND	055	69140	4	America/Chicago
5691457	City of Ryder	city-of-ryder			US	ND	101	69460	85	America/Chicago
5691458	Township of Ryder	township-of-ryder	Ryder Township		US	ND	101	69500	0	America/Chicago
5691472	Township of Saddle Butte	township-of-saddle-butte	Saddle Butte Township		US	ND	033	69580	0	America/Denver
5691496	Township of Saint Croix	township-of-saint-croix	Saint Croix Township,St. Croix Township		US	ND	041	69820	0	America/Denver
5691565	Township of Saint Mary	township-of-saint-mary	Saint Mary Township,St. Mary Township		US	ND	055	70060	0	America/Chicago
5691582	Township of Saint Marys	township-of-saint-marys	Saint Marys Township,St. Marys Township		US	ND	101	70100	0	America/Chicago
5691643	Township of Saline	township-of-saline	Saline Township		US	ND	049	70340	0	America/Chicago
5691658	Township of Sand Creek	township-of-sand-creek	Sand Creek Township		US	ND	087	70420	0	America/Denver
5691682	Township of Sauk Prairie	township-of-sauk-prairie	Sauk Prairie Township		US	ND	101	70860	0	America/Chicago
5691683	Township of Sauk Valley	township-of-sauk-valley	Sauk Valley Township		US	ND	105	70900	0	America/Chicago
5691687	City of Sawyer	city-of-sawyer			US	ND	101	70980	357	America/Chicago
5691698	Township of Scandia	township-of-scandia	Scandia Township		US	ND	009	71060	0	America/Chicago
5691711	Township of Schiller	township-of-schiller	Schiller Township		US	ND	049	71180	0	America/Chicago
5691998	Township of Schrunk	township-of-schrunk	Schrunk Township		US	ND	015	71220	0	America/Chicago
5692007	Township of Scorio	township-of-scorio	Scorio Township		US	ND	105	71300	0	America/Chicago
5692008	Township of Scotia	township-of-scotia	Scotia Township		US	ND	009	71340	0	America/Chicago
5692009	Township of Scott	township-of-scott	Scott Township		US	ND	001	71380	0	America/Denver
5692012	City of Scranton	city-of-scranton			US	ND	011	71500	281	America/Denver
5692019	City of Selfridge	city-of-selfridge			US	ND	085	71660	160	America/Chicago
5692025	City of Sentinel Butte	city-of-sentinel-butte			US	ND	033	71780	56	America/Denver
5692026	Township of Sentinel	township-of-sentinel	Sentinel Township		US	ND	033	71740	0	America/Denver
5692027	Township of Sergius	township-of-sergius	Sergius Township		US	ND	009	71820	0	America/Chicago
5692041	Township of Shealy	township-of-shealy	Shealy Township		US	ND	101	72075	0	America/Chicago
5692056	Township of Sheets	township-of-sheets	Sheets Township		US	ND	087	72100	0	America/Denver
5692063	Township of Shell	township-of-shell	Shell Township		US	ND	061	72220	0	America/Chicago
11788422	City of Ada	city-of-ada			US	OK	123	11788422	0	America/Chicago
5692070	City of Sherwood	city-of-sherwood			US	ND	075	72540	242	America/Chicago
5692078	Township of Sherman	township-of-sherman	Sherman Township		US	ND	009	72500	0	America/Chicago
5692083	Township of Short Creek	township-of-short-creek	Short Creek Township		US	ND	013	72740	0	America/Chicago
5692088	Township of Sibley Butte	township-of-sibley-butte	Sibley Butte Township		US	ND	015	72900	0	America/Chicago
5692092	Township of Sidonia	township-of-sidonia	Sidonia Township		US	ND	061	73020	0	America/Chicago
5692097	Township of Sikes	township-of-sikes	Sikes Township		US	ND	061	73060	0	America/Chicago
5692110	Township of Sioux Trail	township-of-sioux-trail	Sioux Trail Township		US	ND	023	73420	0	America/Chicago
5692111	Township of Sioux	township-of-sioux	Sioux Township		US	ND	053	73380	0	America/Chicago
5692163	Township of Smoky Butte	township-of-smoky-butte	Smoky Butte Township		US	ND	023	73700	0	America/Chicago
5692179	Township of Snow	township-of-snow	Snow Township		US	ND	055	73780	0	America/Chicago
5692187	City of Solen	city-of-solen			US	ND	085	73820	83	America/Chicago
5692190	Township of Solon	township-of-solon	Solon Township		US	ND	041	73860	0	America/Denver
5692192	Township of Soo	township-of-soo	Soo Township		US	ND	013	73900	0	America/Chicago
5692195	Township of Sorkness	township-of-sorkness	Sorkness Township		US	ND	061	73980	0	America/Chicago
5692198	City of Souris	city-of-souris			US	ND	009	74020	58	America/Chicago
5692199	Unorganized Territory of South Billings	unorganized-territory-of-south-billings			US	ND	007	74070	0	America/Denver
5692210	Unorganized Territory of South Dunn	unorganized-territory-of-south-dunn			US	ND	025	74105	0	America/Denver
5692212	Unorganized Territory of South Emmons	unorganized-territory-of-south-emmons			US	ND	029	74120	0	America/Chicago
5692218	Township of South Fork	township-of-south-fork	South Fork Township		US	ND	001	74140	0	America/Denver
5692219	Unorganized Territory of South Golden Valley	unorganized-territory-of-south-golden-valley			US	ND	033	74180	0	America/Denver
5692222	Unorganized Territory of South McLean	unorganized-territory-of-south-mclean			US	ND	055	74200	0	America/Chicago
5692223	Township of South Meadow	township-of-south-meadow	South Meadow Township		US	ND	105	74260	0	America/Chicago
5692225	City of South Heart	city-of-south-heart			US	ND	089	74185	301	America/Denver
5692230	Unorganized Territory of South Sheridan	unorganized-territory-of-south-sheridan			US	ND	083	74330	0	America/Chicago
5692232	Township of South Valley	township-of-south-valley	South Valley Township		US	ND	079	74340	0	America/Chicago
5692235	Unorganized Territory of Southeast McKenzie	unorganized-territory-of-southeast-mckenzie			US	ND	053	74110	0	America/Denver
5692236	Unorganized Territory of Southeast Williams	unorganized-territory-of-southeast-williams			US	ND	105	74115	0	America/Chicago
5692238	Unorganized Territory of Southwest McKenzie	unorganized-territory-of-southwest-mckenzie			US	ND	053	74510	0	America/Denver
5692239	Unorganized Territory of Southwest Mountrail	unorganized-territory-of-southwest-mountrail			US	ND	061	74515	0	America/Chicago
5692240	Unorganized Territory of Southwest Sioux	unorganized-territory-of-southwest-sioux			US	ND	085	74520	0	America/Chicago
5692244	Township of Spencer	township-of-spencer	Spencer Township		US	ND	101	74580	0	America/Chicago
5692254	City of Springbrook	city-of-springbrook	City of Spring Brook,City of Springbrook		US	ND	105	74780	27	America/Chicago
5692265	Township of Spring Coulee	township-of-spring-coulee	Spring Coulee Township		US	ND	061	74860	0	America/Chicago
5692287	Township of Spring Grove	township-of-spring-grove	Spring Grove Township		US	ND	049	75020	0	America/Chicago
5692294	Township of Spring Lake	township-of-spring-lake	Spring Lake Township		US	ND	101	75060	0	America/Chicago
5692298	Township of Springbrook	township-of-springbrook	Springbrook Township		US	ND	105	74820	0	America/Chicago
5692331	Township of Stafford	township-of-stafford	Stafford Township		US	ND	075	75180	0	America/Chicago
5692341	City of Stanley	city-of-stanley			US	ND	061	75380	1458	America/Chicago
5692344	City of Stanton	city-of-stanton			US	ND	057	75420	366	America/North_Dakota/Beulah
5692346	Township of Star	township-of-star	Star Township		US	ND	011	75460	0	America/Denver
5692347	Township of Starbuck	township-of-starbuck	Starbuck Township		US	ND	009	75500	0	America/Chicago
5692350	Township of Stave	township-of-stave	Stave Township		US	ND	061	75740	0	America/Chicago
5692354	Township of Steiber	township-of-steiber	Steiber Township		US	ND	015	75820	0	America/Chicago
5692357	Township of Steiner	township-of-steiner	Steiner Township		US	ND	041	75860	0	America/Denver
5692364	Township of Sterling	township-of-sterling	Sterling Township		US	ND	015	75940	0	America/Chicago
5692377	Township of Stillwater	township-of-stillwater	Stillwater Township		US	ND	011	76140	0	America/Denver
5692393	Township of Stone Creek	township-of-stone-creek	Stone Creek Township		US	ND	009	76260	0	America/Chicago
5692400	Township of Stoneview	township-of-stoneview	Stone View,Stoneview Township,Township of Stoneview		US	ND	023	76300	0	America/Chicago
5692418	Township of Strandahl	township-of-strandahl	Strandahl Township		US	ND	105	76460	0	America/Chicago
5692421	City of Strasburg	city-of-strasburg			US	ND	029	76500	409	America/Chicago
5692424	Township of Strassburg	township-of-strassburg	Strassburg Township		US	ND	083	76540	0	America/Chicago
5692434	Township of Stony Creek	township-of-stony-creek	Stony Creek Township		US	ND	105	76340	0	America/Chicago
5692435	Township of Strehlow	township-of-strehlow	Strehlow Township		US	ND	041	76740	0	America/Denver
5692443	Township of Strege	township-of-strege	Strege Township		US	ND	049	76700	0	America/Chicago
5692453	Township of Sundre	township-of-sundre	Sundre Township		US	ND	101	76980	0	America/Chicago
5692459	Township of Sunny Slope	township-of-sunny-slope	Sunny Slope Township		US	ND	011	77060	0	America/Denver
5692467	City of Surrey	city-of-surrey			US	ND	101	77180	934	America/Chicago
5692493	Township of Tacoma	township-of-tacoma	Tacoma Township		US	ND	009	77740	0	America/Chicago
5692494	Township of Taft	township-of-taft	Taft Township		US	ND	015	77780	0	America/Chicago
5692497	Township of Talbot	township-of-talbot	Talbot Township		US	ND	011	77900	0	America/Denver
5692509	Township of Tatman	township-of-tatman	Tatman Township		US	ND	101	78100	0	America/Chicago
5692516	Township of Taylor Butte	township-of-taylor-butte	Taylor Butte Township		US	ND	001	78220	0	America/Denver
5692519	City of Taylor	city-of-taylor			US	ND	089	78180	148	America/Denver
5692524	Township of Telfer	township-of-telfer	Telfer Township		US	ND	015	78300	0	America/Chicago
5692543	Township of Thelma	township-of-thelma	Thelma Township		US	ND	015	78580	0	America/Chicago
5692564	Township of Thorson	township-of-thorson	Thorson Township		US	ND	013	78780	0	America/Chicago
5692585	City of Tioga	city-of-tioga			US	ND	105	78940	1230	America/Chicago
5692586	Township of Tioga	township-of-tioga	Tioga Township		US	ND	105	78980	0	America/Chicago
5692593	Township of Tolgen	township-of-tolgen	Tolgen Township		US	ND	101	79100	0	America/Chicago
5692595	City of Tolley	city-of-tolley			US	ND	075	79140	47	America/Chicago
5692603	Township of Torgerson	township-of-torgerson	Torgerson Township		US	ND	069	79220	0	America/Chicago
5692604	Township of Torning	township-of-torning	Torning Township		US	ND	101	79260	0	America/Chicago
5692613	City of Towner	city-of-towner			US	ND	049	79420	533	America/Chicago
5692622	Township of Trenton	township-of-trenton	Trenton Township		US	ND	105	79500	0	America/Chicago
5692624	Township of Tri	township-of-tri	Tri Township		US	ND	053	79520	0	America/Chicago
5692638	Township of Troy	township-of-troy	Troy Township		US	ND	023	79660	0	America/Chicago
5692640	Township of Truax	township-of-truax	Truax Township		US	ND	105	79740	0	America/Chicago
5692643	Township of Truman	township-of-truman	Truman Township		US	ND	069	79780	0	America/Chicago
5692645	Township of Trygg	township-of-trygg	Trygg Township		US	ND	015	79820	0	America/Chicago
5692657	City of Turtle Lake	city-of-turtle-lake			US	ND	055	79940	581	America/Chicago
5692660	Township of Tuscarora	township-of-tuscarora	Tuscarora Township		US	ND	069	80100	0	America/Chicago
5692663	Township of Tuttle	township-of-tuttle	Tuttle Township		US	ND	043	80180	0	America/Chicago
5692664	Township of Twelve Mile	township-of-twelve-mile	Twelve Mile Township		US	ND	105	80220	0	America/Chicago
5692667	Township of Twin Butte	township-of-twin-butte	Twin Butte Township		US	ND	023	80260	0	America/Chicago
5692684	Township of Twin Valley	township-of-twin-valley	Twin Valley Township		US	ND	053	80460	0	America/Chicago
5692686	Township of Tyrone	township-of-tyrone	Tyrone Township		US	ND	105	80620	0	America/Chicago
5692696	City of Underwood	city-of-underwood			US	ND	055	80660	778	America/Chicago
5692697	Unorganized Territory of Underwood	unorganized-territory-of-underwood			US	ND	055	80670	0	America/Chicago
5692717	City of Upham	city-of-upham			US	ND	049	80860	130	America/Chicago
5692718	Township of Upland	township-of-upland	Upland Township		US	ND	023	80900	0	America/Chicago
5692727	Township of Vale	township-of-vale	Vale Township		US	ND	013	81020	0	America/Chicago
5692729	Township of Van Buren	township-of-van-buren	Van Buren Township		US	ND	075	81300	0	America/Chicago
5692737	Township of Van Hook	township-of-van-hook	Van Hook Township		US	ND	061	81420	0	America/Chicago
5692742	Township of Vang	township-of-vang	Vang Township		US	ND	101	81380	0	America/Chicago
5692748	Township of Vanville	township-of-vanville	Vanville Township		US	ND	013	81500	0	America/Chicago
5692753	City of Velva	city-of-velva			US	ND	049	81620	1084	America/Chicago
5692758	Township of Victoria	township-of-victoria	Victoria Township		US	ND	055	82060	0	America/Chicago
5692759	Township of View	township-of-view	View Township		US	ND	105	82100	0	America/Chicago
5692760	Township of Villard	township-of-villard	Villard Township		US	ND	049	82220	0	America/Chicago
5692768	City of Voltaire	city-of-voltaire			US	ND	049	82380	40	America/Chicago
5692778	Township of Wagar	township-of-wagar	Wagar Township		US	ND	049	82580	0	America/Chicago
5692779	Township of Wagendorf	township-of-wagendorf	Wagendorf Township		US	ND	041	82620	0	America/Denver
5692782	Township of Walker	township-of-walker	Walker Township		US	ND	041	83060	0	America/Denver
5692802	Township of Ward	township-of-ward	Ward Township		US	ND	013	83420	0	America/Chicago
5692808	City of Washburn	city-of-washburn			US	ND	055	83700	1246	America/Chicago
5692812	Township of Waterford	township-of-waterford	Waterford Township		US	ND	101	83780	0	America/Chicago
5692813	City of Watford City	city-of-watford-city	City of Watford City,Watford City		US	ND	053	83860	1744	America/Chicago
5692818	Township of Wayne	township-of-wayne	Wayne Township		US	ND	009	83980	0	America/Chicago
5692819	Township of Wayzetta	township-of-wayzetta	Wayzetta Township		US	ND	061	84020	0	America/Chicago
5692826	Township of Wellington	township-of-wellington	Wellington Township		US	ND	009	84340	0	America/Chicago
5692828	Township of West Bank	township-of-west-bank	West Bank Township		US	ND	105	84580	0	America/Chicago
5692830	Unorganized Territory of West Bowman	unorganized-territory-of-west-bowman			US	ND	011	84650	0	America/Denver
5692843	Unorganized Territory of West Grant	unorganized-territory-of-west-grant			US	ND	037	85000	0	America/Denver
5692846	Unorganized Territory of West Mercer	unorganized-territory-of-west-mercer			US	ND	057	85075	0	America/North_Dakota/Beulah
5692847	Unorganized Territory of West Morton	unorganized-territory-of-west-morton			US	ND	059	85080	0	America/North_Dakota/New_Salem
5692848	Unorganized Territory of West Mountrail	unorganized-territory-of-west-mountrail			US	ND	061	85085	0	America/Chicago
5692849	Unorganized Territory of West Oliver	unorganized-territory-of-west-oliver			US	ND	065	85110	0	America/North_Dakota/Center
5692854	Unorganized Territory of West Slope	unorganized-territory-of-west-slope			US	ND	087	85125	0	America/Denver
5692855	Unorganized Territory of West Stark	unorganized-territory-of-west-stark			US	ND	089	85130	0	America/Denver
5692859	Township of Westby	township-of-westby	Westby Township		US	ND	023	84660	0	America/Chicago
5692862	Township of Western	township-of-western	Western Township		US	ND	103	84740	0	America/Chicago
5692869	City of Westhope	city-of-westhope			US	ND	009	85020	429	America/Chicago
5692872	Township of Wheaton	township-of-wheaton	Wheaton Township		US	ND	009	85260	0	America/Chicago
5692884	Township of Whitby	township-of-whitby	Whitby Township		US	ND	009	85420	0	America/Chicago
5692887	Township of White Ash	township-of-white-ash	White Ash Township		US	ND	075	85500	0	America/Chicago
5692895	Unorganized Territory of West McLean	unorganized-territory-of-west-mclean			US	ND	055	85070	0	America/Chicago
5692899	Township of White Earth	township-of-white-earth	White Earth Township		US	ND	061	85580	0	America/Chicago
5692906	Township of White Lake	township-of-white-lake	White Lake Township		US	ND	087	85620	0	America/Denver
5692912	Township of White	township-of-white	White Township		US	ND	069	85460	0	America/Chicago
5692918	City of White Earth	city-of-white-earth			US	ND	061	85540	80	America/Chicago
5692923	Township of Whiting	township-of-whiting	Whiting Township		US	ND	011	85780	0	America/Denver
5692928	Township of Whitteron	township-of-whitteron	Whitteron Township		US	ND	009	85860	0	America/Chicago
5692935	City of Wildrose	city-of-wildrose			US	ND	105	86020	110	America/Chicago
5692942	Township of Wild Rose	township-of-wild-rose	Wild Rose Township		US	ND	015	85980	0	America/Chicago
5692946	Township of Willis	township-of-willis	Willis Township		US	ND	101	86180	0	America/Chicago
5692950	City of Williston	city-of-williston			US	ND	105	86220	14716	America/Chicago
5692951	Township of Williston	township-of-williston	Williston Township		US	ND	105	86260	0	America/Chicago
5692954	City of Willow City	city-of-willow-city	City of Willow City,Willow City		US	ND	009	86380	163	America/Chicago
5692968	Township of Willow Vale	township-of-willow-vale	Willow Vale Township		US	ND	009	86500	0	America/Chicago
5692971	Township of Willow Creek	township-of-willow-creek	Willow Creek Township		US	ND	049	86420	0	America/Chicago
5692974	Township of Wilson	township-of-wilson	Wilson Township		US	ND	015	86540	0	America/Chicago
5692976	City of Wilton	city-of-wilton			US	ND	055	86580	711	America/Chicago
5692982	City of Wing	city-of-wing			US	ND	015	86780	152	America/Chicago
5692983	Township of Wing	township-of-wing	Wing Township		US	ND	015	86820	0	America/Chicago
5692984	Township of Winner	township-of-winner	Winner Township		US	ND	105	86860	0	America/Chicago
5692988	Township of Winona	township-of-winona	Winona Township		US	ND	037	86900	0	America/Denver
5692997	Township of Wise	township-of-wise	Wise Township		US	ND	055	86940	0	America/Chicago
5693008	Township of Wolf Butte	township-of-wolf-butte	Wolf Butte Township		US	ND	001	87140	0	America/Denver
5693025	Township of Woodberry	township-of-woodberry	Woodberry Township		US	ND	087	87340	0	America/Denver
5693035	Township of Writing Rock	township-of-writing-rock	Writing Rock Township		US	ND	023	87660	0	America/Chicago
5693053	City of Zap	city-of-zap			US	ND	057	88140	237	America/North_Dakota/Beulah
5693098	Township of Yellowstone	township-of-yellowstone	Yellowstone Township		US	ND	053	87820	0	America/Denver
5693284	Township of Arnold	township-of-arnold	Arnold Township		US	NE	041	02130	0	America/Chicago
5695133	Township of Elim	township-of-elim	Elim Township		US	NE	041	14835	0	America/Chicago
5696054	Township of Hayes	township-of-hayes	Hayes Township		US	NE	041	21590	0	America/Chicago
5700514	Township of Wayne	township-of-wayne	Wayne Township		US	NE	041	51805	0	America/Chicago
5762301	Township of Ada	township-of-ada	Ada Township		US	SD	105	00220	0	America/Denver
5762315	Town of Agar	town-of-agar			US	SD	119	00460	76	America/Chicago
5762322	Town of Akaska	town-of-akaska			US	SD	129	00540	42	America/Chicago
5762433	Township of Antelope	township-of-antelope	Antelope Township		US	SD	105	01660	0	America/Denver
5762449	Township of Argentine	township-of-argentine	Argentine Township		US	SD	047	02060	0	America/Denver
5762499	Township of Ash	township-of-ash	Ash Township		US	SD	103	02520	0	America/Denver
5762534	Township of Bad Nation	township-of-bad-nation	Bad Nation Township		US	SD	095	03140	0	America/Chicago
5762600	Township of Barrett	township-of-barrett	Barrett Township		US	SD	105	03740	0	America/Denver
5762613	Town of Batesland	town-of-batesland			US	SD	102	03860	108	America/Denver
5762684	Township of Beaver Creek	township-of-beaver-creek	Beaver Creek Township		US	SD	123	04140	0	America/Chicago
5762725	Unorganized Territory of Belle Fourche-Cheyenne Valleys	unorganized-territory-of-belle-fourche-cheyenne-valleys			US	SD	093	04400	0	America/Denver
5762729	Town of Belvidere	town-of-belvidere			US	SD	071	04620	49	America/Denver
5762741	City of Belle Fourche	city-of-belle-fourche			US	SD	019	04380	5594	America/Denver
5762842	Town of Bison	town-of-bison			US	SD	105	05620	333	America/Denver
5762843	Township of Bison	township-of-bison	Bison Township		US	SD	105	05660	0	America/Denver
5762902	Township of Blackpipe	township-of-blackpipe	Black Pipe Township,Blackpipe Township,Township of Blackpipe		US	SD	095	05820	0	America/Chicago
5763013	City of Box Elder	city-of-box-elder			US	SD	103	06620	7800	America/Denver
5763156	Town of Buffalo Gap	town-of-buffalo-gap			US	SD	033	08340	126	America/Denver
5763163	Town of Buffalo	town-of-buffalo			US	SD	063	08140	330	America/Denver
5763165	Township of Buffalo	township-of-buffalo	Buffalo Township		US	SD	075	08180	0	America/Chicago
5763210	Township of Burdick	township-of-burdick	Burdick Township		US	SD	105	08580	0	America/Denver
5763242	Township of Butte	township-of-butte	Butte Township		US	SD	095	09060	0	America/Chicago
5763312	Town of Camp Crook	town-of-camp-crook			US	SD	063	09260	63	America/Denver
5763397	Township of Carter	township-of-carter	Carter Township		US	SD	123	10180	0	America/Chicago
5763413	Township of Cash	township-of-cash	Cash Township		US	SD	105	10300	0	America/Denver
5763419	Township of Castle Butte	township-of-castle-butte	Castle Butte Township		US	SD	103	10380	0	America/Denver
5763464	Township of Cedar Butte	township-of-cedar-butte	Cedar Butte Township		US	SD	103	10820	0	America/Denver
5763479	Unorganized Territory of Cedarbutte	unorganized-territory-of-cedarbutte			US	SD	095	10780	0	America/Chicago
5763498	City of Central City	city-of-central-city	Central City,City of Central City		US	SD	081	11140	134	America/Denver
5763500	Unorganized Territory of East Corson	unorganized-territory-of-east-corson	Unorganized Territory of Central Corson,Unorganized Territory of East Corson		US	SD	031	17745	0	America/Denver
5763502	Unorganized Territory of Central Jones	unorganized-territory-of-central-jones			US	SD	075	11152	0	America/Chicago
5763503	Unorganized Territory of Central Mellette	unorganized-territory-of-central-mellette			US	SD	095	11160	0	America/Chicago
5763504	Unorganized Territory of Central Pennington	unorganized-territory-of-central-pennington			US	SD	103	11165	0	America/Denver
5763518	Township of Chance	township-of-chance	Chance Township		US	SD	105	11340	0	America/Denver
5763539	Township of Chaudoin	township-of-chaudoin	Chaudoin Township		US	SD	105	11420	0	America/Denver
5763607	Township of Clark	township-of-clark	Clark Township		US	SD	105	12300	0	America/Denver
5763663	Township of Cody	township-of-cody	Cody Township		US	SD	095	13100	0	America/Chicago
5763714	Township of Conata	township-of-conata	Conata Township		US	SD	103	13620	0	America/Denver
5763804	Town of Cottonwood	town-of-cottonwood			US	SD	071	14220	9	America/Denver
5763871	Township of Crooked Creek	township-of-crooked-creek	Crooked Creek Township		US	SD	103	14700	0	America/Denver
5763906	Township of Curlew	township-of-curlew	Curlew Township		US	SD	123	15020	0	America/Chicago
5763929	City of Custer	city-of-custer			US	SD	033	15140	2067	America/Denver
5763930	Township of Custer	township-of-custer	Custer Township		US	SD	031	15100	0	America/Denver
5763962	Township of Dakota	township-of-dakota	Dakota No. 52 Township,Township of Dakota,Township of Dakota No. 52		US	SD	093	15255	0	America/Denver
5763987	Unorganized Territory of Dalzell Canyon	unorganized-territory-of-dalzell-canyon			US	SD	103	15350	0	America/Denver
5764024	Township of De Witt	township-of-de-witt	De Witt Township		US	SD	105	16460	0	America/Denver
5764058	City of Deadwood	city-of-deadwood			US	SD	081	15700	1270	America/Denver
5764222	Town of Draper	town-of-draper			US	SD	075	17020	82	America/Chicago
5764223	Township of Draper	township-of-draper	Draper Township		US	SD	075	17060	0	America/Chicago
5764289	Unorganized Territory of Duck Creek	unorganized-territory-of-duck-creek			US	SD	105	17170	0	America/Denver
5764295	Township of Duell	township-of-duell	Duell Township		US	SD	105	17260	0	America/Denver
5764311	Township of Dunkel	township-of-dunkel	Dunkel Township		US	SD	075	17380	0	America/Chicago
5764318	City of Dupree	city-of-dupree			US	SD	137	17420	525	America/Denver
5764319	Unorganized Territory of Dupree	unorganized-territory-of-dupree			US	SD	137	17425	0	America/Denver
5764375	City of Eagle Butte	city-of-eagle-butte			US	SD	137	17620	1318	America/Denver
5764388	Township of Eagle	township-of-eagle	Eagle Township		US	SD	093	17580	0	America/Denver
5764404	Unorganized Territory of East Bennett	unorganized-territory-of-east-bennett			US	SD	007	17710	0	America/Denver
5764418	Unorganized Territory of East Central Pennington	unorganized-territory-of-east-central-pennington			US	SD	103	17730	0	America/Denver
5764421	Unorganized Territory of East Butte	unorganized-territory-of-east-butte			US	SD	019	17720	0	America/Denver
5764428	Unorganized Territory of East Custer	unorganized-territory-of-east-custer			US	SD	033	17750	0	America/Denver
5764450	Unorganized Territory of East Haakon	unorganized-territory-of-east-haakon			US	SD	055	17810	0	America/Denver
5764452	Unorganized Territory of Northeast Jackson	unorganized-territory-of-northeast-jackson	Unorganized Territory of East Jackson,Unorganized Territory of Northeast Jackson		US	SD	071	45565	0	America/Denver
5764457	Unorganized Territory of Northeast Perkins	unorganized-territory-of-northeast-perkins	Unorganized Territory of East Perkins,Unorganized Territory of Northeast Perkins		US	SD	105	45575	0	America/Denver
5764467	Unorganized Territory of East Todd	unorganized-territory-of-east-todd			US	SD	121	17955	0	America/Chicago
5764492	City of Edgemont	city-of-edgemont			US	SD	047	18300	774	America/Denver
5764605	Township of Englewood	township-of-englewood	Englewood Township		US	SD	105	19620	0	America/Denver
5764666	Town of Fairburn	town-of-fairburn			US	SD	033	20340	85	America/Denver
5764681	Township of Fairview	township-of-fairview	Fairview Township		US	SD	095	20860	0	America/Chicago
5764682	Township of Fairview	township-of-fairview	Fairview Township		US	SD	103	20900	0	America/Denver
5764686	City of Faith	city-of-faith			US	SD	093	20980	421	America/Denver
5764788	Township of Flat Butte	township-of-flat-butte	Flat Butte Township		US	SD	103	21660	0	America/Denver
5764793	Township of Flat Creek	township-of-flat-creek	Flat Creek Township		US	SD	105	21700	0	America/Denver
5764868	City of Fort Pierre	city-of-fort-pierre			US	SD	117	22260	2078	America/Denver
5764888	Township of Foster	township-of-foster	Foster Township		US	SD	105	22460	0	America/Denver
5764927	Township of Fredlund	township-of-fredlund	Fredlund Township		US	SD	105	22940	0	America/Denver
5764956	Town of Fruitdale	town-of-fruitdale			US	SD	019	23140	64	America/Denver
5765093	Township of Glendo	township-of-glendo	Glendo Township		US	SD	105	24580	0	America/Denver
5765096	Town of Glenham	town-of-glenham			US	SD	129	24620	105	America/Chicago
5765177	Township of Grand River	township-of-grand-river	Grand River Township		US	SD	105	25220	0	America/Denver
5765186	Township of Grandview II	township-of-grandview-ii	Grandview II Township,Grandview Township,Township of Grandview II		US	SD	071	25520	0	America/Denver
5765235	Township of Greenwood	township-of-greenwood	Greenwood Township		US	SD	123	26140	0	America/Chicago
5765306	Township of Hall	township-of-hall	Hall Township		US	SD	105	26620	0	America/Denver
5765549	Town of Hermosa	town-of-hermosa			US	SD	033	28300	398	America/Denver
5765552	City of Herreid	city-of-herreid			US	SD	021	28340	438	America/Chicago
5765643	City of Hill City	city-of-hill-city	City of Hill City,Hill City		US	SD	103	29100	948	America/Denver
5765669	Township of Holsclaw	township-of-holsclaw	Holsclaw Township		US	SD	123	29780	0	America/Chicago
5765723	Township of Horse Creek	township-of-horse-creek	Horse Creek Township		US	SD	105	30060	0	America/Denver
5765748	City of Hot Springs	city-of-hot-springs			US	SD	047	30220	3711	America/Denver
5765756	Township of Howard	township-of-howard	Howard Township		US	SD	093	30420	0	America/Denver
5765771	Township of Huggins	township-of-huggins	Huggins Township		US	SD	123	30820	0	America/Chicago
5765793	Township of Huron	township-of-huron	Huron Township		US	SD	103	31100	0	America/Denver
5765813	Township of Imlay	township-of-imlay	Imlay Township		US	SD	103	31420	0	America/Denver
5765857	Town of Interior	town-of-interior			US	SD	071	31620	94	America/Denver
5765858	Township of Interior	township-of-interior	Interior Township		US	SD	071	31660	0	America/Denver
5765895	Town of Isabel	town-of-isabel	City of Isabel,Town of Isabel		US	SD	041	32140	135	America/Denver
5766024	Township of Jewett	township-of-jewett	Jewett Township		US	SD	071	32780	0	America/Denver
5766110	Township of Jordan	township-of-jordan	Jordan Township		US	SD	123	32980	0	America/Chicago
5766167	City of Kadoka	city-of-kadoka			US	SD	071	33180	654	America/Denver
5766215	Town of Keystone	town-of-keystone			US	SD	103	33820	337	America/Denver
5766281	Township of Kolls	township-of-kolls	Kolls Township		US	SD	075	34220	0	America/Chicago
5766344	Township of Lake Creek	township-of-lake-creek	Lake Creek Township		US	SD	103	35280	0	America/Denver
5766345	Township of Lake Flat	township-of-lake-flat	Lake Flat Township		US	SD	103	35300	0	America/Denver
5766347	Township of Lake Hill	township-of-lake-hill	Lake Hill Township		US	SD	103	35420	0	America/Denver
5766360	Township of Lakeside	township-of-lakeside	Lakeside Township		US	SD	093	35540	0	America/Denver
5766431	City of Lead	city-of-lead			US	SD	081	36220	3124	America/Denver
5766460	City of Lemmon	city-of-lemmon			US	SD	105	36340	1227	America/Denver
5766461	Unorganized Territory of Lemmon	unorganized-territory-of-lemmon	Unorganized Territory of Lemmon,Unorganized Territory of Lemon No. 2		US	SD	031	36332	0	America/Denver
5766499	Township of Liberty	township-of-liberty	Liberty Township		US	SD	105	37020	0	America/Denver
5766529	Township of Lincoln	township-of-lincoln	Lincoln Township		US	SD	105	37580	0	America/Denver
5766645	Township of Lodgepole	township-of-lodgepole	Lodgepole Township		US	SD	105	38100	0	America/Denver
5766673	Township of Lone Tree	township-of-lone-tree	Lone Tree Township		US	SD	105	38700	0	America/Denver
5766674	Township of Lone Tree	township-of-lone-tree	Lone Tree Township		US	SD	123	38740	0	America/Chicago
5766858	Township of Maltby	township-of-maltby	Maltby Township		US	SD	105	40420	0	America/Denver
5766893	Township of Marshfield	township-of-marshfield	Marshfield Township		US	SD	105	41060	0	America/Denver
5766899	City of Martin	city-of-martin			US	SD	007	41100	1071	America/Denver
5766900	Township of Martin	township-of-martin	Martin Township		US	SD	105	41140	0	America/Denver
5766972	City of McIntosh	city-of-mcintosh			US	SD	031	39940	173	America/Denver
5766987	City of McLaughlin	city-of-mclaughlin			US	SD	031	40020	663	America/Denver
5767022	Township of Meadow	township-of-meadow	Meadow Township		US	SD	105	41660	0	America/Denver
5767096	Town of Midland	town-of-midland			US	SD	055	42140	129	America/Denver
5767113	Township of Millboro	township-of-millboro	Millboro Township		US	SD	123	42420	0	America/Chicago
5767157	City of Mission	city-of-mission			US	SD	121	42940	1182	America/Chicago
5767176	City of Mobridge	city-of-mobridge			US	SD	129	43180	3465	America/Chicago
5767216	Township of Moreau	township-of-moreau	Moreau Township		US	SD	105	43660	0	America/Denver
5767230	Town of Morristown	town-of-morristown			US	SD	031	43860	67	America/Denver
5767235	Township of Mosher	township-of-mosher	Mosher Township		US	SD	095	43980	0	America/Chicago
5767243	Town of Mound City	town-of-mound-city			US	SD	021	44020	71	America/Chicago
5767251	Unorganized Territory of Mount Rushmore	unorganized-territory-of-mount-rushmore			US	SD	103	44070	0	America/Denver
5767300	City of Murdo	city-of-murdo			US	SD	075	44260	488	America/Chicago
5767304	Township of Mullen	township-of-mullen	Mullan Township,Mullen Township,Township of Mullen		US	SD	075	44220	0	America/Chicago
5767314	Township of Mussman	township-of-mussman	Mussman Township		US	SD	075	44380	0	America/Chicago
5767382	Township of New Surprise Valley	township-of-new-surprise-valley	New Surprise Valley Township		US	SD	095	45040	0	America/Chicago
5767385	City of New Underwood	city-of-new-underwood	City of New Underwood,Town of New Underwood		US	SD	103	45060	660	America/Denver
5767387	Town of New Witten	town-of-new-witten			US	SD	123	45100	79	America/Chicago
5767398	City of Newell	city-of-newell			US	SD	019	44860	603	America/Denver
5767425	Town of Nisland	town-of-nisland			US	SD	019	45180	232	America/Denver
5767464	Township of Norris	township-of-norris	Norris Township		US	SD	095	45460	0	America/Chicago
5767476	Unorganized Territory of North Campbell	unorganized-territory-of-north-campbell			US	SD	021	45520	0	America/Chicago
5767484	Unorganized Territory of North Dewey	unorganized-territory-of-north-dewey			US	SD	041	45545	0	America/Denver
5767510	Unorganized Territory of North Harding	unorganized-territory-of-north-harding			US	SD	063	45585	0	America/Denver
5767513	Unorganized Territory of North Jones	unorganized-territory-of-north-jones			US	SD	075	45597	0	America/Chicago
5767517	Unorganized Territory of North Lawrence	unorganized-territory-of-north-lawrence			US	SD	081	45600	0	America/Denver
5767519	Unorganized Territory of North Meade	unorganized-territory-of-north-meade			US	SD	093	45605	0	America/Denver
5767535	Unorganized Territory of North Stanley	unorganized-territory-of-north-stanley			US	SD	117	45727	0	America/Denver
5767544	Unorganized Territory of Northeast Fall River	unorganized-territory-of-northeast-fall-river			US	SD	047	45560	0	America/Denver
5767545	Unorganized Territory of Northeast Pennington	unorganized-territory-of-northeast-pennington			US	SD	103	45574	0	America/Denver
5767549	Unorganized Territory of Northwest Jackson	unorganized-territory-of-northwest-jackson			US	SD	071	45800	0	America/Denver
5767563	Unorganized Territory of North Ziebach	unorganized-territory-of-north-ziebach			US	SD	137	45810	0	America/Denver
5767609	Town of Oelrichs	town-of-oelrichs			US	SD	047	46500	126	America/Denver
5767621	Township of Okaton	township-of-okaton	Okaton Township		US	SD	075	46640	0	America/Chicago
5767688	City of Onida	city-of-onida			US	SD	119	47180	658	America/Chicago
5767736	Township of Owanka	township-of-owanka	Owanka Township		US	SD	103	47980	0	America/Denver
5767845	Township of Peno	township-of-peno	Peno Township		US	SD	103	49140	0	America/Denver
5767899	City of Philip	city-of-philip			US	SD	055	49300	779	America/Denver
5767924	City of Pierre	city-of-pierre			US	SD	065	49600	13646	America/Chicago
5767974	Township of Plateau	township-of-plateau	Plateau Township		US	SD	105	50180	0	America/Denver
5767981	Township of Pleasant Ridge	township-of-pleasant-ridge	Pleasant Ridge Township		US	SD	031	50660	0	America/Denver
5768032	Town of Pollock	town-of-pollock			US	SD	021	51260	241	America/Chicago
5768092	Township of Prairie View	township-of-prairie-view	Prairie View Township		US	SD	031	51700	0	America/Denver
5768094	Township of Pratt	township-of-pratt	Pratt Township		US	SD	085	51780	0	America/Chicago
5768102	City of Presho	city-of-presho			US	SD	085	51820	497	America/Chicago
5768115	Town of Pringle	town-of-pringle			US	SD	033	51940	112	America/Denver
5768123	Township of Prospect	township-of-prospect	Prospect Township		US	SD	095	52060	0	America/Chicago
5768127	Township of Provo	township-of-provo	Provo Township		US	SD	047	52180	0	America/Denver
5768150	Town of Quinn	town-of-quinn			US	SD	103	52500	54	America/Denver
5768151	Township of Quinn	township-of-quinn	Quinn Township		US	SD	103	52540	0	America/Denver
5768213	Township of Rainbow	township-of-rainbow	Rainbow Township		US	SD	105	52700	0	America/Denver
5768216	Township of Rainy Creek/Cheyenne	township-of-rainy-creek-cheyenne	Cheyenne Township,Rainy Creek Township,Rainy Creek/Cheyenne Township,Township of Rainy Creek/Cheyenne		US	SD	103	52720	0	America/Denver
5768234	City of Rapid City	city-of-rapid-city	Rapid City,rapiddoshiti,ラピッドシティ		US	SD	103	52980	67956	America/Denver
5768235	Unorganized Territory of Rapid City East	unorganized-territory-of-rapid-city-east			US	SD	103	52987	0	America/Denver
5768295	Township of Red Fish	township-of-red-fish	Red Fish Township		US	SD	095	53540	0	America/Chicago
5768417	Township of Ridgeland	township-of-ridgeland	Ridgeland Township		US	SD	031	54860	0	America/Denver
5768442	Township of Ring Thunder	township-of-ring-thunder	Ring Thunder Township		US	SD	095	54940	0	America/Chicago
5768453	Township of Riverside	township-of-riverside	Riverside Township		US	SD	095	55180	0	America/Chicago
5768518	Township of Rockford	township-of-rockford	Rockford Township		US	SD	105	55500	0	America/Denver
5768521	Township of Rocky Ford	township-of-rocky-ford	Rocky Ford Township		US	SD	095	55660	0	America/Chicago
5768539	Township of Rolling Green	township-of-rolling-green	Rolling Green Township		US	SD	031	55700	0	America/Denver
5768570	Township of Rosebud	township-of-rosebud	Rosebud Township		US	SD	095	55900	0	America/Chicago
5768572	Township of Rosedale	township-of-rosedale	Rosedale Township		US	SD	123	56100	0	America/Chicago
5768634	Township of Running Bird	township-of-running-bird	Running Bird Township		US	SD	095	56780	0	America/Chicago
5768708	Town of Saint Francis	town-of-saint-francis			US	SD	121	57140	709	America/Chicago
5768761	Township of Saint Onge	township-of-saint-onge	Saint Onge Township,St. Onge Township		US	SD	081	57300	0	America/Denver
5768872	Township of Scenic	township-of-scenic	Scenic Township		US	SD	103	57820	0	America/Denver
5768920	Township of Scotch Cap	township-of-scotch-cap	Scotch Cap Township		US	SD	105	57900	0	America/Denver
5768925	Township of Scovil	township-of-scovil	Scovil Township		US	SD	075	58060	0	America/Chicago
5768948	City of Selby	city-of-selby			US	SD	129	58140	642	America/Chicago
5769010	Township of Sherman	township-of-sherman	Sherman Township		US	SD	031	58500	0	America/Denver
5769030	Township of Shyne	township-of-shyne	Shyne Township		US	SD	103	58660	0	America/Denver
5769036	Township of Sidney	township-of-sidney	Sidney Township		US	SD	105	58700	0	America/Denver
5769132	Township of Smithville	township-of-smithville	Smithville Township		US	SD	093	59610	0	America/Denver
5769203	Unorganized Territory of South Campbell	unorganized-territory-of-south-campbell			US	SD	021	59760	0	America/Chicago
5769212	Township of South Creek	township-of-south-creek	South Creek Township		US	SD	075	59780	0	America/Chicago
5769221	Unorganized Territory of South Dewey	unorganized-territory-of-south-dewey			US	SD	041	59842	0	America/Denver
5769251	Unorganized Territory of South Harding	unorganized-territory-of-south-harding			US	SD	063	59865	0	America/Denver
5769258	Unorganized Territory of South Lawrence	unorganized-territory-of-south-lawrence			US	SD	081	59870	0	America/Denver
5769259	Unorganized Territory of South Perkins	unorganized-territory-of-south-perkins			US	SD	105	59880	0	America/Denver
5769270	Unorganized Territory of South Stanley	unorganized-territory-of-south-stanley			US	SD	117	59945	0	America/Denver
5769276	Unorganized Territory of South Ziebach	unorganized-territory-of-south-ziebach			US	SD	137	59975	0	America/Denver
5769278	Unorganized Territory of Southwest Fall River	unorganized-territory-of-southwest-fall-river			US	SD	047	59955	0	America/Denver
5769279	Unorganized Territory of Southwest Jackson	unorganized-territory-of-southwest-jackson			US	SD	071	59962	0	America/Denver
5769280	Unorganized Territory of Southwest Meade	unorganized-territory-of-southwest-meade			US	SD	093	59965	0	America/Denver
5769286	Unorganized Territory of Southeast Jackson	unorganized-territory-of-southeast-jackson			US	SD	071	59856	0	America/Denver
5769294	City of Spearfish	city-of-spearfish			US	SD	081	60020	10494	America/Denver
5769396	Township of Star Prairie	township-of-star-prairie	Star Prairie Township		US	SD	123	61380	0	America/Chicago
5769488	Township of Strool	township-of-strool	Strool Township		US	SD	105	62060	0	America/Denver
5769493	City of Sturgis	city-of-sturgis			US	SD	093	62100	6627	America/Denver
5769538	Township of Sunnyside	township-of-sunnyside	Sunnyside Township		US	SD	103	62340	0	America/Denver
5769550	Township of Surprise Valley	township-of-surprise-valley	Surprise Valley Township		US	SD	095	62460	0	America/Denver
5769630	Township of Taylor	township-of-taylor	Taylor Township		US	SD	123	63060	0	America/Chicago
5769755	City of Timber Lake	city-of-timber-lake			US	SD	041	63620	443	America/Denver
5769820	Township of Trail	township-of-trail	Trail Township		US	SD	105	63860	0	America/Denver
5769929	Township of Union	township-of-union	Union Township		US	SD	019	64980	0	America/Denver
5769932	Township of Union	township-of-union	Union Township		US	SD	093	65380	0	America/Denver
5769939	Township of Upper Red Owl	township-of-upper-red-owl	Upper Red Owl Township		US	SD	093	65660	0	America/Denver
5769951	Township of Vail	township-of-vail	Vail Township		US	SD	105	65860	0	America/Denver
5769957	Township of Vale	township-of-vale	Vale Township		US	SD	019	65940	0	America/Denver
5770019	Township of Viking	township-of-viking	Viking Township		US	SD	105	67300	0	America/Denver
5770025	Township of Virgil	township-of-virgil	Virgil Township		US	SD	075	67540	0	America/Chicago
5770035	Township of Vivian	township-of-vivian	Vivian Township		US	SD	085	67660	0	America/Chicago
5770043	Township of Vrooman	township-of-vrooman	Vrooman Township		US	SD	105	67900	0	America/Denver
5770088	Township of Wakpala	township-of-wakpala	Wakpala Township		US	SD	031	68180	0	America/Denver
5770103	Town of Wall	town-of-wall			US	SD	103	68380	766	America/Denver
5770104	Township of Wall	township-of-wall	Wall Township		US	SD	071	68340	0	America/Denver
5770157	Town of Wasta	town-of-wasta			US	SD	103	69140	80	America/Denver
5770158	Township of Wasta	township-of-wasta	Wasta Township		US	SD	103	69180	0	America/Denver
5770160	Township of Watauga	township-of-watauga	Watauga Township		US	SD	031	69260	0	America/Denver
5770193	Township of Wells	township-of-wells	Wells Township		US	SD	105	69960	0	America/Denver
5770202	Unorganized Territory of West Bennett	unorganized-territory-of-west-bennett			US	SD	007	70270	0	America/Denver
5770220	Unorganized Territory of West Corson	unorganized-territory-of-west-corson			US	SD	031	70310	0	America/Denver
5770223	Unorganized Territory of West Butte	unorganized-territory-of-west-butte			US	SD	019	70290	0	America/Denver
5770224	Unorganized Territory of West Custer	unorganized-territory-of-west-custer			US	SD	033	70320	0	America/Denver
5770243	Unorganized Territory of West Haakon	unorganized-territory-of-west-haakon			US	SD	055	70375	0	America/Denver
5770251	Unorganized Territory of West Hughes	unorganized-territory-of-west-hughes			US	SD	065	70390	0	America/Chicago
5770256	Unorganized Territory of West Pennington	unorganized-territory-of-west-pennington			US	SD	103	70475	0	America/Denver
5770259	Unorganized Territory of West Potter	unorganized-territory-of-west-potter			US	SD	107	70590	0	America/Chicago
5770262	Unorganized Territory of West Oglala Lakota	unorganized-territory-of-west-oglala-lakota	Unorganized Territory of West Oglala Lakota,Unorganized Territory of West Shannon		US	SD	102	70415	0	America/Denver
5770269	Unorganized Territory of West Sully	unorganized-territory-of-west-sully			US	SD	119	70630	0	America/Chicago
5770272	Unorganized Territory of West Todd	unorganized-territory-of-west-todd			US	SD	121	70635	0	America/Chicago
5770276	Unorganized Territory of West Walworth	unorganized-territory-of-west-walworth			US	SD	129	70640	0	America/Chicago
5770284	Township of Weta	township-of-weta	Weta Township		US	SD	071	70700	0	America/Denver
5770313	Township of White Butte	township-of-white-butte	White Butte Township		US	SD	105	71060	0	America/Denver
5770364	City of White River	city-of-white-river			US	SD	095	71340	581	America/Chicago
5770394	City of Whitewood	city-of-whitewood			US	SD	081	71580	927	America/Denver
5770434	Township of Williams Creek	township-of-williams-creek	Williams Creek Township		US	SD	075	71780	0	America/Chicago
5770478	Township of Wilson	township-of-wilson	Wilson Township		US	SD	105	72020	0	America/Denver
5770501	Township of Witten	township-of-witten	Witten Township		US	SD	123	72380	0	America/Chicago
5770523	Town of Wood	town-of-wood			US	SD	095	72620	62	America/Chicago
5770537	Township of Wortman	township-of-wortman	Wortman Township		US	SD	123	72860	0	America/Chicago
5770545	Township of Wright	township-of-wright	Wright Township		US	SD	123	72940	0	America/Chicago
5770575	Township of Zickrick	township-of-zickrick	Township of Zickrick,Zickrick Township,Zinckrick Township		US	SD	075	73420	0	America/Chicago
5855598	Hanalei (CDP)	hanalei-cdp	HPV,Hanalei,Hanalei (CDP),Hanalei (Census Designated Place),Khanalei,Khanalej,henale'i,Ханалеи,Ханалеј,हेनालेइ		US	HI	007	5855598	0	Pacific/Honolulu
6326713	Borough of Briar Creek	borough-of-briar-creek			US	PA	037	08472	660	America/New_York
6326714	Borough of Lykens	borough-of-lykens			US	PA	043	45592	1779	America/New_York
6326715	Township of Burnside	township-of-burnside	Burnside Township		US	PA	033	10288	0	America/New_York
6326716	Borough of Callimont	borough-of-callimont			US	PA	111	10808	41	America/New_York
6326717	Borough of Northern Cambria	borough-of-northern-cambria			US	PA	021	55000	3835	America/New_York
6326718	Borough of Valley-Hi	borough-of-valley-hi			US	PA	057	79644	15	America/New_York
6326719	Borough of Summerhill	borough-of-summerhill			US	PA	021	75136	490	America/New_York
6326720	Borough of Fox Chapel	borough-of-fox-chapel			US	PA	003	27120	5388	America/New_York
6326721	Borough of Franklin Park	borough-of-franklin-park			US	PA	003	27552	13470	America/New_York
6326722	City of Lower Burrell	city-of-lower-burrell			US	PA	129	44864	11761	America/New_York
6326723	Township of Brown	township-of-brown	Brown Township		US	PA	087	09288	0	America/New_York
6326740	Township of Sunset Cove	township-of-sunset-cove	Sunset Cove Township		US	MO	209	71736	0	America/Chicago
7117650	City of Gustavus	city-of-gustavus			US	AK	105	7117650	442	America/Juneau
7160192	Town of Frye Island	town-of-frye-island			US	ME	005	27025	5	America/New_York
7161250	Borough of Caldwell	borough-of-caldwell			US	NJ	013	09250	7822	America/New_York
7161317	Town of Dewey Beach	town-of-dewey-beach			US	DE	005	7161317	341	America/New_York
7161337	Town of Ellendale	town-of-ellendale			US	DE	005	7161337	381	America/New_York
7161338	Town of Elsmere	town-of-elsmere			US	DE	003	7161338	6131	America/New_York
7161344	Town of Farmington	town-of-farmington			US	DE	001	7161344	110	America/New_York
7161348	Town of Felton	town-of-felton			US	DE	001	7161348	1298	America/New_York
7161349	Town of Fenwick Island	town-of-fenwick-island			US	DE	005	7161349	379	America/New_York
7161356	Town of Frankford	town-of-frankford			US	DE	005	7161356	847	America/New_York
7161358	Town of Frederica	town-of-frederica			US	DE	001	7161358	774	America/New_York
7161367	Town of Georgetown	town-of-georgetown			US	DE	005	7161367	6422	America/New_York
7161381	Town of Greenwood	town-of-greenwood			US	DE	005	7161381	973	America/New_York
7161395	Town of Hartly	town-of-hartly			US	DE	001	7161395	74	America/New_York
7161402	Town of Henlopen Acres	town-of-henlopen-acres			US	DE	005	7161402	122	America/New_York
7161410	Town of Houston	town-of-houston			US	DE	001	7161410	374	America/New_York
7161414	Borough of Essex Fells	borough-of-essex-fells			US	NJ	013	21840	2113	America/New_York
7161415	Borough of Glen Ridge	borough-of-glen-ridge			US	NJ	013	26610	7527	America/New_York
7161424	City of Dover	city-of-dover			US	DE	001	7161424	36047	America/New_York
7161432	City of Harrington	city-of-harrington			US	DE	001	7161432	3562	America/New_York
7161439	City of Lewes	city-of-lewes			US	DE	005	7161439	2747	America/New_York
7161443	City of Milford	city-of-milford			US	DE	005	7161443	9559	America/New_York
7161449	City of Newark	city-of-newark			US	DE	003	7161449	31454	America/New_York
7161456	City of Rehoboth Beach	city-of-rehoboth-beach			US	DE	005	7161456	1327	America/New_York
7161461	City of Seaford	city-of-seaford			US	DE	005	7161461	6928	America/New_York
7161473	City of Wilmington	city-of-wilmington			US	DE	003	7161473	70851	America/New_York
7161512	Town of Bellefonte	town-of-bellefonte			US	DE	003	7161512	1193	America/New_York
7161516	Town of Bethany Beach	town-of-bethany-beach			US	DE	005	7161516	1060	America/New_York
7161517	Town of Bethel	town-of-bethel			US	DE	005	7161517	171	America/New_York
7161524	Town of Blades	town-of-blades			US	DE	005	7161524	1241	America/New_York
7161529	Town of Bowers	town-of-bowers			US	DE	001	7161529	335	America/New_York
7161539	Town of Bridgeville	town-of-bridgeville			US	DE	005	7161539	2048	America/New_York
7161552	Town of Camden	town-of-camden			US	DE	001	7161552	3464	America/New_York
7161567	Town of Cheswold	town-of-cheswold			US	DE	001	7161567	1380	America/New_York
7161580	Town of Clayton	town-of-clayton			US	DE	001	7161580	2918	America/New_York
7161598	Town of Dagsboro	town-of-dagsboro			US	DE	005	7161598	805	America/New_York
7161605	Town of Delmar	town-of-delmar			US	DE	005	7161605	1597	America/New_York
7161984	Town of Kenton	town-of-kenton			US	DE	001	7161984	261	America/New_York
7161991	Town of Laurel	town-of-laurel			US	DE	005	7161991	3708	America/New_York
7161996	Town of Leipsic	town-of-leipsic			US	DE	001	7161996	183	America/New_York
7161999	Town of Little Creek	town-of-little-creek			US	DE	001	7161999	224	America/New_York
7162010	Town of Magnolia	town-of-magnolia			US	DE	001	7162010	225	America/New_York
7162025	Town of Middletown	town-of-middletown			US	DE	003	7162025	18871	America/New_York
7162030	Town of Millsboro	town-of-millsboro			US	DE	005	7162030	3877	America/New_York
7162031	Town of Millville	town-of-millville			US	DE	005	7162031	544	America/New_York
7162032	Town of Milton	town-of-milton			US	DE	005	7162032	2576	America/New_York
7162053	Town of Newport	town-of-newport			US	DE	003	7162053	1055	America/New_York
7162065	Town of Ocean View	town-of-ocean-view			US	DE	005	7162065	1882	America/New_York
7162067	Town of Odessa	town-of-odessa			US	DE	003	7162067	364	America/New_York
7162123	Town of Selbyville	town-of-selbyville			US	DE	005	7162123	2167	America/New_York
7162127	Town of Slaughter Beach	town-of-slaughter-beach			US	DE	005	7162127	207	America/New_York
7162130	Town of Smyrna	town-of-smyrna			US	DE	001	7162130	10023	America/New_York
7162132	Town of South Bethany	town-of-south-bethany			US	DE	005	7162132	449	America/New_York
7162156	Town of Townsend	town-of-townsend			US	DE	003	7162156	2049	America/New_York
7162170	Town of Viola	town-of-viola			US	DE	001	7162170	157	America/New_York
7162195	Town of Woodside	town-of-woodside			US	DE	001	7162195	181	America/New_York
7162198	Town of Wyoming	town-of-wyoming			US	DE	001	7162198	1313	America/New_York
7162220	Village of Arden	village-of-arden			US	DE	003	7162220	439	America/New_York
7162221	Village of Ardencroft	village-of-ardencroft			US	DE	003	7162221	231	America/New_York
7162222	Village of Ardentown	village-of-ardentown			US	DE	003	7162222	264	America/New_York
7162625	Township of Long Lost Lake	township-of-long-lost-lake	Long Lost Lake Township,Township of Long Lost Lake		US	MN	029	38042	0	America/Chicago
7162966	City of Circleville	city-of-circleville			US	OH	129	15070	13314	America/New_York
7162994	City of Cohasset	city-of-cohasset			US	MN	061	12412	2698	America/Chicago
7163006	City of Columbus	city-of-columbus			US	MN	003	12718	3914	America/Chicago
7163023	City of Cortland	city-of-cortland			US	OH	155	18812	7104	America/New_York
7163060	City of Curtis	city-of-curtis			US	NE	063	90628	939	America/Chicago
7163115	City of Chelsea	city-of-chelsea			US	MI	161	15020	4944	America/Detroit
7163129	City of Ainsworth	city-of-ainsworth			US	NE	017	90007	1728	America/Chicago
7163200	City of Auburn	city-of-auburn			US	NE	127	90102	3460	America/Chicago
7163240	City of Beardsley	city-of-beardsley			US	MN	011	04204	233	America/Chicago
7163247	City of Bellbrook	city-of-bellbrook			US	OH	057	05102	6943	America/New_York
7163282	City of Birchwood Village	city-of-birchwood-village			US	MN	163	06058	870	America/Chicago
7163289	City of Blair	city-of-blair			US	NE	177	05350	7990	America/Chicago
7163352	City of Hartington	city-of-hartington			US	NE	027	91329	1554	America/Chicago
7163374	City of Hebron	city-of-hebron			US	NE	169	91357	1579	America/Chicago
7163476	City of Douglas	city-of-douglas			US	MI	005	22740	1232	America/Detroit
7163522	City of Elko New Market	city-of-elko-new-market			US	MN	139	18662	4110	America/Chicago
7163539	City of Englewood	city-of-englewood			US	OH	113	25396	13465	America/New_York
7163606	City of Friend	city-of-friend			US	NE	151	91033	1027	America/Chicago
7163637	City of Gering	city-of-gering			US	NE	157	91093	8500	America/Denver
7163668	City of Grand Rapids	city-of-grand-rapids			US	MN	061	25118	10869	America/Chicago
7163674	City of Grant	city-of-grant			US	MN	163	25334	4096	America/Chicago
7163719	City of Mason	city-of-mason			US	OH	165	48188	30712	America/New_York
7163733	City of McCook	city-of-mccook			US	NE	145	91882	7698	America/Chicago
7163786	City of Nebraska City	city-of-nebraska-city			US	NE	131	92063	7289	America/Chicago
7163809	City of New Franklin	city-of-new-franklin			US	OH	153	54562	14227	America/New_York
7163854	City of Norwood Young America	city-of-norwood-young-america			US	MN	019	47520	3549	America/Chicago
7163858	City of Oak Grove	city-of-oak-grove			US	MN	003	47690	8031	America/Chicago
7163870	City of Ogallala	city-of-ogallala			US	NE	101	92218	4737	America/Denver
7163874	City of Middletown	city-of-middletown			US	IA	057	92924	318	America/Chicago
7163896	City of Mitchell	city-of-mitchell			US	NE	157	92013	1702	America/Denver
7163908	City of Montgomery	city-of-montgomery			US	OH	061	51716	10251	America/New_York
7163939	City of Jackson	city-of-jackson			US	OH	079	37842	6397	America/New_York
7163952	City of Johnson	city-of-johnson			US	MN	011	32012	29	America/Chicago
7163984	City of Kinney	city-of-kinney			US	MN	137	33416	169	America/Chicago
7164008	City of La Prairie	city-of-la-prairie			US	MN	061	35648	665	America/Chicago
7164076	City of Lexington	city-of-lexington			US	NE	047	91728	10230	America/Chicago
7164129	City of Madison	city-of-madison			US	NE	119	91902	2438	America/Chicago
7164165	City of Sidney	city-of-sidney			US	NE	033	92946	6757	America/Denver
7164205	City of Stanton	city-of-stanton			US	NE	167	93068	1577	America/Chicago
7164227	City of Summerset	city-of-summerset			US	SD	093	62155	1814	America/Denver
7164242	City of Taconite	city-of-taconite			US	MN	061	64048	360	America/Chicago
7164265	City of Omaha	city-of-omaha			US	NE	055	92237	408958	America/Chicago
7164287	City of Otsego	city-of-otsego			US	MN	171	49138	13571	America/Chicago
7164345	City of Pierce	city-of-pierce			US	NE	139	92358	1767	America/Chicago
7164359	City of Plattsmouth	city-of-plattsmouth			US	NE	025	92398	6502	America/Chicago
7164412	City of Randolph	city-of-randolph			US	NE	027	92696	944	America/Chicago
7164451	City of Riverton	city-of-riverton			US	MN	035	54736	117	America/Chicago
7164485	City of Rushville	city-of-rushville			US	NE	161	92808	890	America/Denver
7164494	City of Saint Augusta	city-of-saint-augusta	City of Saint Augusta,Ventura		US	MN	145	56724	3317	America/Chicago
7164531	City of Scandia	city-of-scandia			US	MN	163	58900	3936	America/Chicago
7164535	City of Scott City	city-of-scott-city			US	KS	171	63600	3816	America/Chicago
7164536	City of Scottsbluff	city-of-scottsbluff			US	NE	157	92883	15039	America/Denver
7165004	City of Trotwood	city-of-trotwood			US	OH	113	77504	24431	America/New_York
7165091	City of Weeping Water	city-of-weeping-water			US	NE	025	93383	1050	America/Chicago
7165101	City of West Burlington	city-of-west-burlington			US	IA	057	94658	2968	America/Chicago
7165140	City of Wilmington	city-of-wilmington			US	OH	027	85792	12520	America/New_York
7165294	Village of Caledonia	village-of-caledonia			US	WI	101	11950	24705	America/Chicago
7165320	City of Caro	city-of-caro	City of Caro,Village of Caro		US	MI	157	13420	4229	America/Detroit
7165327	Village of Caseville	village-of-caseville	Village of Caseville		US	MI	063	13760	777	America/Detroit
7165362	City of Chardon	city-of-chardon	City of Chardon,Village of Chardon		US	OH	055	13554	5148	America/New_York
7165380	Village of Chippewa Lake	village-of-chippewa-lake			US	OH	103	14254	711	America/New_York
7165396	City of Clayton	city-of-clayton	City of Clayton,Village of Clayton		US	OH	113	15644	13209	America/New_York
7165513	Town of Yorktown	town-of-yorktown			US	IN	035	86084	9405	America/Indiana/Indianapolis
7165515	Town of Zionsville	town-of-zionsville			US	IN	011	86372	14160	America/Indiana/Indianapolis
7165516	Township 157-30	township-157-30			US	MN	077	65298	0	America/Chicago
7165517	Township 158-30	township-158-30			US	MN	077	65300	0	America/Chicago
7165518	Township of Anamoose	township-of-anamoose			US	ND	049	02260	0	America/Chicago
7165519	Township of Angle	township-of-angle			US	MN	077	01550	0	America/Chicago
7165520	Township of Antler	township-of-antler			US	ND	009	02700	0	America/Chicago
7165521	Township of Arnold	township-of-arnold			US	MO	099	01975	0	America/Chicago
7165523	Township of Balfour	township-of-balfour			US	ND	049	04500	0	America/Chicago
7165524	Township of Balta	township-of-balta			US	ND	069	04620	0	America/Chicago
7165525	Township of Bantry	township-of-bantry			US	ND	049	04780	0	America/Chicago
7165526	Township of Baudette	township-of-baudette			US	MN	077	04027	0	America/Chicago
7165527	Township of Bayou I	township-of-bayou-i			US	MO	153	03647	0	America/Chicago
7165528	Township of Bayou II	township-of-bayou-ii			US	MO	153	03648	0	America/Chicago
7165530	Township of Boone	township-of-boone			US	MN	077	06966	0	America/Chicago
7165531	Township of Bowbells	township-of-bowbells			US	ND	013	08540	0	America/Chicago
7165532	Township of Camp 5	township-of-camp-5			US	MN	137	09482	0	America/Chicago
7165533	Township of Cando	township-of-cando			US	ND	095	11900	0	America/Chicago
7165534	Township of Carrington	township-of-carrington			US	ND	031	12380	0	America/Chicago
7165535	Township of Cassidy	township-of-cassidy			US	MO	043	11878	0	America/Chicago
7165536	Township of Cathay	township-of-cathay			US	ND	103	12860	0	America/Chicago
7165537	Township of Chesterfield	township-of-chesterfield			US	MO	189	13605	0	America/Chicago
7165538	Township of Chilgren	township-of-chilgren			US	MN	077	11322	0	America/Chicago
7165540	Township of Cottleville	township-of-cottleville			US	MO	183	16681	0	America/Chicago
7165543	Township of Dallas	township-of-dallas			US	MO	225	18104	0	America/Chicago
7165544	Township of Deering	township-of-deering			US	ND	049	18660	0	America/Chicago
7165546	Township of Diggins	township-of-diggins			US	MO	225	19506	0	America/Chicago
7165548	Township of East Finley	township-of-east-finley			US	MO	043	20846	0	America/Chicago
7165549	Township of East Ozark	township-of-east-ozark			US	MO	225	21037	0	America/Chicago
7165550	Township of East Polk	township-of-east-polk			US	MO	043	21041	0	America/Chicago
7165552	Township of Esmond	township-of-esmond			US	ND	005	24820	0	America/Chicago
7165553	Township of Fargo	township-of-fargo			US	ND	017	25740	0	America/Chicago
7165555	Township of Forest Area	township-of-forest-area			US	MN	077	21690	0	America/Chicago
7165556	Township of Frontier	township-of-frontier			US	MO	183	26120	0	America/Chicago
7165557	Township of Garden Grove	township-of-garden-grove			US	MO	043	26441	0	America/Chicago
7165558	Township of Glenfield	township-of-glenfield			US	ND	031	30700	0	America/Chicago
7165560	Township of Granville	township-of-granville			US	ND	049	32700	0	America/Chicago
7165561	Township of Green Hill	township-of-green-hill			US	MO	225	29254	0	America/Chicago
7165562	Township of Gudrid	township-of-gudrid			US	MN	077	26250	0	America/Chicago
7165564	Township of Harvester	township-of-harvester			US	MO	183	30812	0	America/Chicago
7165565	Township of Hermitage	township-of-hermitage			US	MO	085	31785	0	America/Chicago
7165566	Township of High Ridge	township-of-high-ridge			US	MO	099	32144	0	America/Chicago
7165568	Township of Imperial	township-of-imperial			US	MO	099	34358	0	America/Chicago
7165570	Township of Kabetogama	township-of-kabetogama			US	MN	137	32252	0	America/Chicago
7165571	Township of Karlsruhe	township-of-karlsruhe			US	ND	049	41420	0	America/Chicago
7165572	Township of Kenmare	township-of-kenmare			US	ND	101	42060	0	America/Chicago
7165573	Township of Kiel	township-of-kiel			US	MN	077	33048	0	America/Chicago
7165575	Township of Knox	township-of-knox			US	ND	005	43300	0	America/Chicago
7165576	Township of Lafayette	township-of-lafayette			US	MO	189	39682	0	America/Chicago
7165577	Township of Langdon	township-of-langdon			US	ND	019	44820	0	America/Chicago
7165578	Township of Lansford	township-of-lansford			US	ND	009	44940	0	America/Chicago
7165579	Township of Lawton	township-of-lawton			US	ND	071	45340	0	America/Chicago
7165580	Township of Leeds	township-of-leeds			US	ND	005	45620	0	America/Chicago
7165581	Township of Lindenwood	township-of-lindenwood			US	MO	183	43026	0	America/Chicago
7165583	Township of Marshfield	township-of-marshfield			US	MO	225	46390	0	America/Chicago
7165584	Township of Martin	township-of-martin			US	ND	083	51100	0	America/Chicago
7165585	Township of Maryland Heights	township-of-maryland-heights			US	MO	189	46590	0	America/Chicago
7165586	Township of May/Smith	township-of-may-smith			US	MO	105	46937	0	America/Chicago
7165587	Township of Maza	township-of-maza			US	ND	095	51620	0	America/Chicago
7165588	Township of McClusky	township-of-mcclusky			US	ND	083	49060	0	America/Chicago
7165589	Township of McDougald	township-of-mcdougald			US	MN	077	38988	0	America/Chicago
7165590	Township of McHenry	township-of-mchenry			US	ND	031	49300	0	America/Chicago
7165592	Township of Mercer	township-of-mercer			US	ND	055	52380	0	America/Chicago
7165593	Township of Mott	township-of-mott			US	ND	041	54660	0	America/Denver
7165594	Township of Myhre	township-of-myhre			US	MN	077	44887	0	America/Chicago
7165595	Township of Nekoma	township-of-nekoma			US	ND	019	55780	0	America/Chicago
7165597	Township of New Rockford	township-of-new-rockford			US	ND	027	56660	0	America/Chicago
7165598	Township of Northview	township-of-northview			US	MO	043	53341	0	America/Chicago
7165599	Township of Norwood	township-of-norwood			US	MO	189	53448	0	America/Chicago
7165600	Township of Oakville	township-of-oakville			US	MO	189	53880	0	America/Chicago
7165601	Township of Oberon	township-of-oberon			US	ND	005	59060	0	America/Chicago
7165602	Township of Osceola	township-of-osceola			US	MO	029	55378	0	America/Chicago
7165603	Township of Osnabrock	township-of-osnabrock			US	ND	019	60140	0	America/Chicago
7165604	Township of Pawhuska	township-of-pawhuska			US	MO	029	56596	0	America/Chicago
7165605	Township of Pettibone	township-of-pettibone			US	ND	043	62100	0	America/Chicago
7165608	Township of Portal	township-of-portal			US	ND	013	63780	0	America/Chicago
7165609	Township of Potamo	township-of-potamo			US	MN	077	52208	0	America/Chicago
7165610	Township of Prosper	township-of-prosper			US	MN	077	52672	0	America/Chicago
7165611	Township of Rapid River	township-of-rapid-river			US	MN	077	53212	0	America/Chicago
7165613	Township of River View	township-of-river-view			US	MO	099	62179	0	America/Chicago
7165614	Township of Rivers	township-of-rivers			US	MO	183	62112	0	America/Chicago
7165615	Township of Riverside	township-of-riverside			US	MO	043	62116	0	America/Chicago
7165616	Township of Rootwad	township-of-rootwad			US	MO	201	63047	0	America/Chicago
7165617	Township of Rosedale	township-of-rosedale			US	MO	043	63133	0	America/Chicago
7165618	Township of Rulien	township-of-rulien			US	MN	077	56238	0	America/Chicago
7165619	Township of Ruth B City	township-of-ruth-b-city			US	MO	209	63763	0	America/Chicago
7165620	Township of Ruth B Rural	township-of-ruth-b-rural			US	MO	209	63764	0	America/Chicago
7165621	Township of Ruth C Rural	township-of-ruth-c-rural			US	MO	209	63770	0	America/Chicago
7165622	Township of Sawyer	township-of-sawyer			US	ND	101	71020	0	America/Chicago
7165623	Township of Scranton	township-of-scranton			US	ND	011	71540	0	America/Denver
7165626	Township of Spencer Creek	township-of-spencer-creek			US	MO	183	69434	0	America/Chicago
7165627	Township of Spooner	township-of-spooner			US	MN	077	61726	0	America/Chicago
7165628	Township of Spring Creek East	township-of-spring-creek-east			US	MO	065	69775	0	America/Chicago
7165629	Township of Spring Creek West	township-of-spring-creek-west			US	MO	065	69825	0	America/Chicago
7165630	Township of Surrey	township-of-surrey			US	ND	101	77220	0	America/Chicago
7165631	Township of Swiftwater	township-of-swiftwater			US	MN	077	63945	0	America/Chicago
7165632	Township of Sykeston	township-of-sykeston			US	ND	103	77700	0	America/Chicago
7165633	Township of Tappen	township-of-tappen			US	ND	043	78020	0	America/Chicago
7165634	Township of Tesson Ferry	township-of-tesson-ferry			US	MO	189	72794	0	America/Chicago
7165635	Township of Turtle Lake	township-of-turtle-lake			US	ND	055	79980	0	America/Chicago
7165636	Township of Union Chapel	township-of-union-chapel			US	MO	043	75104	0	America/Chicago
7165638	Township of University	township-of-university			US	MO	189	75210	0	America/Chicago
7165639	Township of Velva	township-of-velva			US	ND	049	81660	0	America/Chicago
7165640	Township of Victory	township-of-victory			US	MN	077	67044	0	America/Chicago
7165641	Township of Voltaire	township-of-voltaire			US	ND	049	82420	0	America/Chicago
7165642	Township of Wabanica	township-of-wabanica			US	MN	077	67368	0	America/Chicago
7165643	Township of Walhalla	township-of-walhalla			US	MN	077	67782	0	America/Chicago
7165644	Township of Warwick	township-of-warwick			US	ND	005	83620	0	America/Chicago
7165646	Township of West Bridges	township-of-west-bridges			US	MO	153	78634	0	America/Chicago
7165647	Township of West Finley	township-of-west-finley			US	MO	043	78752	0	America/Chicago
7165648	Township of West Ozark	township-of-west-ozark			US	MO	225	78888	0	America/Chicago
7165649	Township of West Polk	township-of-west-polk			US	MO	043	78954	0	America/Chicago
7165650	Township of Wheeler	township-of-wheeler			US	MN	077	69849	0	America/Chicago
7165651	Township of Wheelock	township-of-wheelock			US	ND	105	85340	0	America/Chicago
7165652	Township of Windsor	township-of-windsor			US	MO	099	80370	0	America/Chicago
7165653	Township of York	township-of-york			US	ND	005	87900	0	America/Chicago
7165654	Township of Zippel	township-of-zippel			US	MN	077	72264	0	America/Chicago
7165655	Township of Zumbehl	township-of-zumbehl			US	MO	183	81555	0	America/Chicago
7165731	Village of Arlington	village-of-arlington			US	OH	063	02400	1455	America/New_York
7165904	Village of Brady Lake	village-of-brady-lake			US	OH	133	08168	464	America/New_York
7165919	Village of Grafton	village-of-grafton			US	OH	093	31150	6636	America/New_York
7165942	Village of Greenwich	village-of-greenwich			US	OH	077	32368	1476	America/New_York
7166039	Village of Jonesville	village-of-jonesville	Village of Jonesville		US	MI	059	41920	2258	America/Detroit
7166183	Village of Lodi	village-of-lodi			US	OH	103	44604	2746	America/New_York
7166229	Village of Hiram	village-of-hiram			US	OH	133	35658	1406	America/New_York
7166424	Village of Dexter	village-of-dexter	Village of Dexter		US	MI	161	22160	4067	America/Detroit
7166666	Village of Gloria Glens Park	village-of-gloria-glens-park			US	OH	103	30660	425	America/New_York
7166769	City of Riverside	city-of-riverside	City of Riverside,Village of Riverside		US	OH	113	67468	25201	America/New_York
7166868	Village of Lowellville	village-of-lowellville			US	OH	099	45178	1155	America/New_York
7166919	Village of Marble Cliff	village-of-marble-cliff			US	OH	049	47474	573	America/New_York
7166959	Village of McDonald	village-of-mcdonald			US	OH	155	45934	3263	America/New_York
7166997	Village of Middlefield	village-of-middlefield			US	OH	055	49700	2694	America/New_York
7167050	Village of Montpelier	village-of-montpelier			US	OH	171	51772	4072	America/New_York
7167312	Village of Pioneer	village-of-pioneer			US	OH	171	62834	1380	America/New_York
7167344	Village of Windham	village-of-windham			US	OH	133	85946	2209	America/New_York
7167476	Village of South Russell	village-of-south-russell			US	OH	055	73684	3810	America/New_York
7167489	Village of Spencer	village-of-spencer			US	OH	103	73992	753	America/New_York
7167751	Village of Westfield Center	village-of-westfield-center			US	OH	103	83468	1115	America/New_York
7169289	Township of Carey's Flat	township-of-carey-s-flat	Carey's Flat Township,Township of Carey's Flat		US	NC	011	90510	0	America/New_York
7169292	City of Abbeville	city-of-abbeville			US	GA	315	7169292	2908	America/New_York
7169293	City of Acworth	city-of-acworth			US	GA	067	7169293	20425	America/New_York
7169294	City of Adairsville	city-of-adairsville			US	GA	015	7169294	4648	America/New_York
7169295	City of Adairville	city-of-adairville			US	KY	141	7169295	852	America/Chicago
7169298	City of Adrian	city-of-adrian			US	GA	107	7169298	664	America/New_York
7169299	City of Ailey	city-of-ailey			US	GA	209	7169299	432	America/New_York
7169301	City of Alachua	city-of-alachua			US	FL	001	7169301	9059	America/New_York
7169302	City of Albany	city-of-albany			US	KY	053	7169302	2033	America/Chicago
7169303	City of Albany	city-of-albany			US	GA	095	7169303	77434	America/New_York
7169306	City of Alexandria	city-of-alexandria			US	KY	037	7169306	8477	America/New_York
7169309	City of Allen	city-of-allen			US	KY	071	7169309	193	America/New_York
7169310	City of Allenhurst	city-of-allenhurst			US	GA	179	7169310	695	America/New_York
7169311	City of Allensville	city-of-allensville			US	KY	219	7169311	157	America/Chicago
7169312	City of Allentown	city-of-allentown			US	GA	319	7169312	169	America/New_York
7169314	City of Alma	city-of-alma			US	GA	005	7169314	3466	America/New_York
7169315	City of Altamonte Springs	city-of-altamonte-springs			US	FL	117	7169315	41496	America/New_York
7169318	City of Ambrose	city-of-ambrose			US	GA	069	7169318	380	America/New_York
7169320	City of Anchorage	city-of-anchorage			US	KY	111	7169320	2348	America/Kentucky/Louisville
7169322	City of Andersonville	city-of-andersonville			US	GA	261	7169322	255	America/New_York
7169323	City of Anna Maria	city-of-anna-maria			US	FL	081	7169323	1503	America/New_York
7169324	City of Apalachicola	city-of-apalachicola			US	FL	037	7169324	2231	America/New_York
7169325	City of Apopka	city-of-apopka			US	FL	095	7169325	41542	America/New_York
7169326	City of Aragon	city-of-aragon			US	GA	233	7169326	1249	America/New_York
7169327	City of Arcade	city-of-arcade			US	GA	157	7169327	1786	America/New_York
7169328	City of Arcadia	city-of-arcadia			US	FL	027	7169328	7637	America/New_York
7169330	City of Archer	city-of-archer			US	FL	001	7169330	1118	America/New_York
7169333	City of Arlington	city-of-arlington			US	KY	039	7169333	324	America/Chicago
7169334	City of Arlington	city-of-arlington			US	GA	037	7169334	1479	America/New_York
7169335	City of Arnoldsville	city-of-arnoldsville			US	GA	221	7169335	357	America/New_York
7169337	City of Asheville	city-of-asheville			US	NC	021	90086	83393	America/New_York
7169338	City of Ashland	city-of-ashland			US	KY	019	7169338	21684	America/New_York
7169342	City of Atlantic Beach	city-of-atlantic-beach			US	FL	031	7169342	12655	America/New_York
7169343	City of Atlantis	city-of-atlantis			US	FL	099	7169343	2005	America/New_York
7169344	City of Attapulgus	city-of-attapulgus			US	GA	087	7169344	449	America/New_York
7169345	City of Auburn	city-of-auburn			US	KY	141	7169345	1340	America/Chicago
7169346	City of Auburndale	city-of-auburndale			US	FL	105	7169346	13507	America/New_York
7169347	City of Audubon Park	city-of-audubon-park			US	KY	111	7169347	1473	America/Kentucky/Louisville
7169349	City of Augusta	city-of-augusta			US	KY	023	7169349	1190	America/New_York
7169351	City of Aventura	city-of-aventura			US	FL	086	7169351	35762	America/New_York
7169352	City of Avera	city-of-avera			US	GA	163	7169352	246	America/New_York
7169353	City of Avon Park	city-of-avon-park			US	FL	055	7169353	8836	America/New_York
7169354	City of Avondale Estates	city-of-avondale-estates			US	GA	089	7169354	2960	America/New_York
7169355	City of Baconton	city-of-baconton			US	GA	205	7169355	915	America/New_York
7169358	City of Baldwin	city-of-baldwin			US	GA	137	7169358	3279	America/New_York
7169360	City of Bancroft	city-of-bancroft			US	KY	111	7169360	494	America/Kentucky/Louisville
7169362	City of Barbourmeade	city-of-barbourmeade			US	KY	111	7169362	1218	America/Kentucky/Louisville
7169363	City of Barbourville	city-of-barbourville			US	KY	121	7169363	3165	America/New_York
7169364	City of Bardstown	city-of-bardstown			US	KY	179	7169364	11700	America/New_York
7169365	City of Bardwell	city-of-bardwell			US	KY	039	7169365	723	America/Chicago
7169366	City of Barlow	city-of-barlow			US	KY	007	7169366	675	America/Chicago
7169369	City of Bartow	city-of-bartow			US	FL	105	7169369	17298	America/New_York
7169370	City of Dover	city-of-dover			US	KY	161	7169370	252	America/New_York
7169372	City of Drakesboro	city-of-drakesboro			US	KY	177	7169372	515	America/Chicago
7169374	City of Druid Hills	city-of-druid-hills			US	KY	111	7169374	308	America/Kentucky/Louisville
7169375	City of Dry Ridge	city-of-dry-ridge			US	KY	081	7169375	2191	America/New_York
7169377	City of Dudley	city-of-dudley			US	GA	175	7169377	571	America/New_York
7169378	City of Duluth	city-of-duluth			US	GA	135	7169378	26600	America/New_York
7169380	City of Dunedin	city-of-dunedin			US	FL	103	7169380	35321	America/New_York
7169384	City of Dycusburg	city-of-dycusburg			US	KY	055	7169384	26	America/Chicago
7169386	City of Eagle Lake	city-of-eagle-lake			US	FL	105	7169386	2255	America/New_York
7169389	City of Earlington	city-of-earlington			US	KY	107	7169389	1413	America/Chicago
7169391	City of East Dublin	city-of-east-dublin			US	GA	175	7169391	2441	America/New_York
7169392	City of East Ellijay	city-of-east-ellijay			US	GA	123	7169392	546	America/New_York
7169393	City of Eastman	city-of-eastman			US	GA	091	7169393	4962	America/New_York
7169394	City of Eddyville	city-of-eddyville			US	KY	143	7169394	2554	America/Chicago
7169396	City of Edge Hill	city-of-edge-hill			US	GA	125	7169396	24	America/New_York
7169397	City of Edgewater	city-of-edgewater			US	FL	127	7169397	20750	America/New_York
7169398	City of Edgewood	city-of-edgewood			US	KY	117	7169398	8575	America/New_York
7169399	City of Edgewood	city-of-edgewood			US	FL	095	7169399	2503	America/New_York
7169400	City of Edison	city-of-edison			US	GA	037	7169400	1531	America/New_York
7169401	City of Edmonton	city-of-edmonton			US	KY	169	7169401	1595	America/Chicago
7169402	City of Ekron	city-of-ekron			US	KY	163	7169402	135	America/New_York
7169405	City of Elizabethtown	city-of-elizabethtown			US	KY	093	7169405	28531	America/New_York
7169406	City of Elkhorn City	city-of-elkhorn-city			US	KY	195	7169406	982	America/New_York
7169408	City of Elkton	city-of-elkton			US	KY	219	7169408	2062	America/Chicago
7169409	City of Ellaville	city-of-ellaville			US	GA	249	7169409	1812	America/New_York
7169410	City of Ellijay	city-of-ellijay			US	GA	123	7169410	1619	America/New_York
7169413	City of Elsmere	city-of-elsmere			US	KY	117	7169413	8451	America/New_York
7169414	City of Eminence	city-of-eminence			US	KY	103	7169414	2498	America/New_York
7169417	City of Ephesus	city-of-ephesus			US	GA	149	7169417	427	America/New_York
7169418	City of Erlanger	city-of-erlanger			US	KY	117	7169418	18082	America/New_York
7169419	City of Eton	city-of-eton			US	GA	213	7169419	910	America/New_York
7169420	City of Eubank	city-of-eubank			US	KY	199	7169420	319	America/New_York
7169422	City of Euharlee	city-of-euharlee			US	GA	015	7169422	4136	America/New_York
7169424	City of Evarts	city-of-evarts			US	KY	095	7169424	962	America/New_York
7169427	City of Ewing	city-of-ewing			US	KY	069	7169427	264	America/New_York
7169428	City of Fairfield	city-of-fairfield			US	KY	179	7169428	113	America/New_York
7169432	City of Fairmount	city-of-fairmount			US	GA	129	7169432	720	America/New_York
7169433	City of Fairview	city-of-fairview			US	KY	117	7169433	143	America/New_York
7169434	City of Fairview	city-of-fairview			US	TN	187	7169434	7720	America/Chicago
7169435	City of Falmouth	city-of-falmouth			US	KY	191	7169435	2169	America/New_York
7169436	City of Fanning Springs	city-of-fanning-springs			US	FL	075	7169436	764	America/New_York
7169437	City of Fargo	city-of-fargo			US	GA	065	7169437	321	America/New_York
7169441	City of Ferguson	city-of-ferguson			US	KY	199	7169441	924	America/New_York
7169442	City of Fernandina Beach	city-of-fernandina-beach			US	FL	089	7169442	11487	America/New_York
7169444	City of Fincastle	city-of-fincastle			US	KY	111	7169444	817	America/Kentucky/Louisville
7169447	City of Flagler Beach	city-of-flagler-beach			US	FL	035	7169447	4484	America/New_York
7169448	City of Flatwoods	city-of-flatwoods			US	KY	089	7169448	7423	America/New_York
7169449	City of Fleming-Neon	city-of-fleming-neon			US	KY	133	7169449	770	America/New_York
7169450	City of Flemingsburg	city-of-flemingsburg			US	KY	069	7169450	2658	America/New_York
7169451	City of Flemington	city-of-flemington			US	GA	179	7169451	743	America/New_York
7169453	City of Florence	city-of-florence			US	KY	015	7169453	29951	America/New_York
7169454	City of Flovilla	city-of-flovilla			US	GA	035	7169454	653	America/New_York
7169458	City of Fordsville	city-of-fordsville			US	KY	183	7169458	524	America/Chicago
7169462	City of Forest Hills	city-of-forest-hills			US	KY	111	7169462	444	America/Kentucky/Louisville
7169464	City of Fort Gaines	city-of-fort-gaines			US	GA	061	7169464	1107	America/New_York
7169465	City of Fort Meade	city-of-fort-meade			US	FL	105	7169465	5626	America/New_York
7169466	City of Fort Mitchell	city-of-fort-mitchell			US	KY	117	7169466	8207	America/New_York
7169467	City of Fort Myers	city-of-fort-myers			US	FL	071	7169467	62298	America/New_York
7169468	City of Fort Pierce	city-of-fort-pierce			US	FL	111	7169468	41590	America/New_York
7169469	City of Fort Thomas	city-of-fort-thomas			US	KY	037	7169469	16325	America/New_York
7169470	City of Fort Walton Beach	city-of-fort-walton-beach			US	FL	091	7169470	19507	America/Chicago
7169471	City of Fort Wright	city-of-fort-wright			US	KY	117	7169471	5723	America/New_York
7169473	City of Fountain Run	city-of-fountain-run			US	KY	171	7169473	217	America/Chicago
7169474	City of Fox Chase	city-of-fox-chase			US	KY	029	7169474	447	America/New_York
7169475	City of Frankfort	city-of-frankfort			US	KY	073	7169475	25527	America/New_York
7169476	City of Franklin	city-of-franklin			US	KY	213	7169476	8408	America/Chicago
7169478	City of Franklin Springs	city-of-franklin-springs			US	GA	119	7169478	952	America/New_York
7169479	City of Fredonia	city-of-fredonia			US	KY	033	7169479	401	America/Chicago
7169480	City of Freeport	city-of-freeport			US	FL	131	7169480	1787	America/Chicago
7169481	City of Frenchburg	city-of-frenchburg			US	KY	165	7169481	486	America/New_York
7169484	City of Frostproof	city-of-frostproof			US	FL	105	7169484	2992	America/New_York
7169485	City of Fulton	city-of-fulton			US	KY	075	7169485	2445	America/Chicago
7169487	City of Funston	city-of-funston			US	GA	071	7169487	449	America/New_York
7169489	City of Gamaliel	city-of-gamaliel			US	KY	171	7169489	376	America/Chicago
7169491	City of Garfield	city-of-garfield			US	GA	107	7169491	201	America/New_York
7169495	City of Georgetown	city-of-georgetown			US	KY	209	7169495	29098	America/New_York
7169497	City of Germantown	city-of-germantown			US	KY	023	7169497	154	America/New_York
7169499	City of Ghent	city-of-ghent			US	KY	041	7169499	323	America/New_York
7169501	City of Gillsville	city-of-gillsville			US	GA	139	7169501	235	America/New_York
7169504	City of Glasgow	city-of-glasgow			US	KY	009	7169504	14028	America/Chicago
7169506	City of Glencoe	city-of-glencoe			US	KY	077	7169506	360	America/New_York
7169507	City of Glennville	city-of-glennville			US	GA	267	7169507	3569	America/New_York
7169508	City of Glenview	city-of-glenview			US	KY	111	7169508	531	America/Kentucky/Louisville
7169509	City of Glenview Hills	city-of-glenview-hills			US	KY	111	7169509	319	America/Kentucky/Louisville
7169510	City of Glenview Manor	city-of-glenview-manor			US	KY	111	7169510	191	America/Kentucky/Louisville
7169512	City of Glenwood	city-of-glenwood			US	GA	309	7169512	747	America/New_York
7169514	City of Good Hope	city-of-good-hope			US	GA	297	7169514	274	America/New_York
7169515	City of Goose Creek	city-of-goose-creek			US	KY	111	7169515	294	America/Kentucky/Louisville
7169517	City of Gordon	city-of-gordon			US	GA	319	7169517	2017	America/New_York
7169518	City of Goshen	city-of-goshen			US	KY	185	7169518	909	America/New_York
7169521	City of Graceville	city-of-graceville			US	FL	063	7169521	2278	America/Chicago
7169523	City of Graham	city-of-graham			US	GA	001	7169523	291	America/New_York
7169526	City of Grand Rivers	city-of-grand-rivers			US	KY	139	7169526	382	America/Chicago
7169528	City of Gratz	city-of-gratz			US	KY	187	7169528	78	America/New_York
7169530	City of Gray	city-of-gray			US	GA	169	7169530	3276	America/New_York
7169531	City of Graymoor-Devondale	city-of-graymoor-devondale			US	KY	111	7169531	2870	America/Kentucky/Louisville
7169532	City of Grayson	city-of-grayson			US	KY	043	7169532	4217	America/New_York
7169534	City of Green Cove Springs	city-of-green-cove-springs			US	FL	019	7169534	6908	America/New_York
7169536	City of Green Spring	city-of-green-spring			US	KY	111	7169536	715	America/Kentucky/Louisville
7169541	City of Greensburg	city-of-greensburg			US	KY	087	7169541	2163	America/Chicago
7169542	City of Greenup	city-of-greenup			US	KY	089	7169542	1188	America/New_York
7169544	City of Greenville	city-of-greenville			US	KY	177	7169544	4312	America/Chicago
7169545	City of Greenville	city-of-greenville			US	GA	199	7169545	876	America/New_York
7169551	City of Gretna	city-of-gretna			US	FL	039	7169551	1460	America/New_York
7169552	City of Groveland	city-of-groveland			US	FL	069	7169552	8729	America/New_York
7169554	City of Gulf Breeze	city-of-gulf-breeze			US	FL	113	7169554	5763	America/Chicago
7169556	City of Gulfport	city-of-gulfport			US	FL	103	7169556	12029	America/New_York
7169557	City of Gumbranch	city-of-gumbranch			US	GA	179	7169557	264	America/New_York
7169559	City of Guthrie	city-of-guthrie			US	KY	219	7169559	1419	America/Chicago
7169560	City of Guyton	city-of-guyton			US	GA	103	7169560	1684	America/New_York
7169562	City of Hagan	city-of-hagan			US	GA	109	7169562	996	America/New_York
7169563	City of Hahira	city-of-hahira			US	GA	185	7169563	2737	America/New_York
7169564	City of Hallandale Beach	city-of-hallandale-beach			US	FL	011	7169564	37113	America/New_York
7169566	City of Hamilton	city-of-hamilton			US	GA	145	7169566	1016	America/New_York
7169569	City of Hampton	city-of-hampton			US	FL	007	7169569	500	America/New_York
7169572	City of Hanson	city-of-hanson			US	KY	107	7169572	742	America/Chicago
7169574	City of Hardin	city-of-hardin			US	KY	157	7169574	615	America/Chicago
7169575	City of Hardinsburg	city-of-hardinsburg			US	KY	027	7169575	2343	America/Chicago
7169577	City of Harlan	city-of-harlan			US	KY	095	7169577	1745	America/New_York
7169578	City of Harlem	city-of-harlem			US	GA	073	7169578	2666	America/New_York
7169581	City of Harrodsburg	city-of-harrodsburg			US	KY	167	7169581	8340	America/New_York
7169584	City of Hartford	city-of-hartford			US	KY	183	7169584	2672	America/Chicago
7169590	City of Bay Lake	city-of-bay-lake			US	FL	095	7169590	47	America/New_York
7169596	City of Beattyville	city-of-beattyville			US	KY	129	7169596	1307	America/New_York
7169597	City of Beaver Dam	city-of-beaver-dam			US	KY	183	7169597	3409	America/Chicago
7169598	City of Bedford	city-of-bedford			US	KY	223	7169598	599	America/New_York
7169599	City of Beechwood Village	city-of-beechwood-village			US	KY	111	7169599	1324	America/Kentucky/Louisville
7169600	City of Belle Glade	city-of-belle-glade			US	FL	099	7169600	17467	America/New_York
7169601	City of Belle Isle	city-of-belle-isle			US	FL	095	7169601	5988	America/New_York
7169602	City of Belle Meade	city-of-belle-meade			US	TN	037	7169602	2912	America/Chicago
7169603	City of Belleair Beach	city-of-belleair-beach			US	FL	103	7169603	1560	America/New_York
7169604	City of Belleair Bluffs	city-of-belleair-bluffs			US	FL	103	7169604	2031	America/New_York
7169605	City of Bellefonte	city-of-bellefonte			US	KY	089	7169605	888	America/New_York
7169606	City of Bellemeade	city-of-bellemeade			US	KY	111	7169606	865	America/Kentucky/Louisville
7169608	City of Bellevue	city-of-bellevue			US	KY	037	7169608	5955	America/New_York
7169609	City of Bellewood	city-of-bellewood			US	KY	111	7169609	321	America/Kentucky/Louisville
7169611	City of Bellville	city-of-bellville			US	GA	109	7169611	123	America/New_York
7169614	City of Benham	city-of-benham			US	KY	095	7169614	500	America/New_York
7169615	City of Benton	city-of-benton			US	KY	157	7169615	4349	America/Chicago
7169617	City of Berea	city-of-berea			US	KY	151	7169617	13561	America/New_York
7169618	City of Berlin	city-of-berlin			US	GA	071	7169618	551	America/New_York
7169619	City of Berry	city-of-berry			US	KY	097	7169619	264	America/New_York
7169620	City of Berry Hill	city-of-berry-hill			US	TN	037	7169620	537	America/Chicago
7169625	City of Blackey	city-of-blackey			US	KY	133	7169625	120	America/New_York
7169626	City of Blaine	city-of-blaine			US	KY	127	7169626	47	America/New_York
7169628	City of Blairsville	city-of-blairsville			US	GA	291	7169628	652	America/New_York
7169629	City of Blandville	city-of-blandville			US	KY	007	7169629	90	America/Chicago
7169631	City of Bloomfield	city-of-bloomfield			US	KY	179	7169631	838	America/New_York
7169632	City of Bloomingdale	city-of-bloomingdale			US	GA	051	7169632	2713	America/New_York
7169633	City of Blountstown	city-of-blountstown			US	FL	013	7169633	2514	America/Chicago
7169634	City of Blue Ridge Manor	city-of-blue-ridge-manor			US	KY	111	7169634	767	America/Kentucky/Louisville
7169635	City of Boca Raton	city-of-boca-raton			US	FL	099	7169635	84392	America/New_York
7169638	City of Bonifay	city-of-bonifay			US	FL	059	7169638	2793	America/Chicago
7169639	City of Bonita Springs	city-of-bonita-springs			US	FL	071	7169639	43914	America/New_York
7169640	City of Bonnieville	city-of-bonnieville			US	KY	099	7169640	255	America/Chicago
7169642	City of Booneville	city-of-booneville			US	KY	189	7169642	81	America/New_York
7169643	City of Bostwick	city-of-bostwick			US	GA	211	7169643	365	America/New_York
7169644	City of Bowling Green	city-of-bowling-green			US	KY	227	7169644	58067	America/Chicago
7169645	City of Bowling Green	city-of-bowling-green			US	FL	049	7169645	2930	America/New_York
7169646	City of Boynton Beach	city-of-boynton-beach			US	FL	099	7169646	68217	America/New_York
7169647	City of Bradenton	city-of-bradenton			US	FL	081	7169647	49546	America/New_York
7169648	City of Bradenton Beach	city-of-bradenton-beach			US	FL	081	7169648	1171	America/New_York
7169650	City of Bradfordsville	city-of-bradfordsville			US	KY	155	7169650	294	America/New_York
7169653	City of Brandenburg	city-of-brandenburg			US	KY	163	7169653	2643	America/New_York
7169656	City of Bremen	city-of-bremen			US	KY	177	7169656	197	America/Chicago
7169657	City of Bremen	city-of-bremen			US	GA	143	7169657	6227	America/New_York
7169663	City of Briarwood	city-of-briarwood			US	KY	111	7169663	435	America/Kentucky/Louisville
7169665	City of Bristol	city-of-bristol			US	FL	077	7169665	996	America/New_York
7169667	City of Brodhead	city-of-brodhead			US	KY	203	7169667	1211	America/New_York
7169668	City of Broeck Pointe	city-of-broeck-pointe			US	KY	111	7169668	272	America/Kentucky/Louisville
7169669	City of Bromley	city-of-bromley			US	KY	117	7169669	763	America/New_York
7169670	City of Brooklet	city-of-brooklet			US	GA	031	7169670	1395	America/New_York
7169671	City of Brooksville	city-of-brooksville			US	KY	023	7169671	642	America/New_York
7169673	City of Brownsboro Farm	city-of-brownsboro-farm			US	KY	111	7169673	648	America/Kentucky/Louisville
7169674	City of Brownsboro Village	city-of-brownsboro-village			US	KY	111	7169674	319	America/Kentucky/Louisville
7169675	City of Brownsville	city-of-brownsville			US	KY	061	7169675	836	America/Chicago
7169676	City of Buckhorn	city-of-buckhorn			US	KY	193	7169676	162	America/New_York
7169678	City of Buena Vista	city-of-buena-vista			US	GA	197	7169678	2173	America/New_York
7169681	City of Bunnell	city-of-bunnell			US	FL	035	7169681	2676	America/New_York
7169682	City of Burgin	city-of-burgin			US	KY	167	7169682	965	America/New_York
7169683	City of Burkesville	city-of-burkesville			US	KY	057	7169683	1521	America/Chicago
7169685	City of Burnside	city-of-burnside			US	KY	199	7169685	611	America/New_York
7169686	City of Bushnell	city-of-bushnell			US	FL	119	7169686	2418	America/New_York
7169687	City of Butler	city-of-butler			US	KY	191	7169687	612	America/New_York
7169688	City of Butler	city-of-butler			US	GA	269	7169688	1972	America/New_York
7169689	City of Byron	city-of-byron			US	GA	225	7169689	4512	America/New_York
7169691	City of Cadiz	city-of-cadiz			US	KY	221	7169691	2558	America/Chicago
7169693	City of Calhoun	city-of-calhoun			US	KY	149	7169693	763	America/Chicago
7169697	City of Callaway	city-of-callaway			US	FL	005	7169697	14405	America/Chicago
7169698	City of Calvert City	city-of-calvert-city			US	KY	157	7169698	2566	America/Chicago
7169699	City of Camargo	city-of-camargo			US	KY	173	7169699	1081	America/New_York
7169700	City of Cambridge	city-of-cambridge			US	KY	111	7169700	175	America/Kentucky/Louisville
7169704	City of Campbellsburg	city-of-campbellsburg			US	KY	103	7169704	813	America/New_York
7169705	City of Campbellsville	city-of-campbellsville			US	KY	217	7169705	9108	America/New_York
7169706	City of Campton	city-of-campton			US	KY	237	7169706	441	America/New_York
7169707	City of Caneyville	city-of-caneyville			US	KY	085	7169707	608	America/Chicago
7169708	City of Canon	city-of-canon			US	GA	119	7169708	804	America/New_York
7169710	City of Cape Canaveral	city-of-cape-canaveral			US	FL	009	7169710	9912	America/New_York
7169711	City of Cape Coral	city-of-cape-coral			US	FL	071	7169711	154305	America/New_York
7169716	City of Carlisle	city-of-carlisle			US	KY	181	7169716	2010	America/New_York
7169717	City of Carlton	city-of-carlton			US	GA	195	7169717	260	America/New_York
7169718	City of Carnesville	city-of-carnesville			US	GA	119	7169718	577	America/New_York
7169719	City of Carrabelle	city-of-carrabelle			US	FL	037	7169719	2778	America/New_York
7169720	City of Carrollton	city-of-carrollton			US	KY	041	7169720	3938	America/New_York
7169721	City of Carrsville	city-of-carrsville			US	KY	139	7169721	50	America/Chicago
7169724	City of Casselberry	city-of-casselberry			US	FL	117	7169724	26241	America/New_York
7169725	City of Catlettsburg	city-of-catlettsburg			US	KY	019	7169725	1856	America/New_York
7169726	City of Cave City	city-of-cave-city			US	KY	009	7169726	2240	America/Chicago
7169727	City of Cave Spring	city-of-cave-spring			US	GA	115	7169727	1200	America/New_York
7169729	City of Cecil	city-of-cecil			US	GA	075	7169729	286	America/New_York
7169731	City of Cedar Key	city-of-cedar-key			US	FL	075	7169731	702	America/New_York
7169737	City of Centertown	city-of-centertown			US	KY	183	7169737	423	America/Chicago
7169738	City of Central City	city-of-central-city			US	KY	177	7169738	5978	America/Chicago
7169741	City of Chatsworth	city-of-chatsworth			US	GA	213	7169741	4299	America/New_York
7169742	City of Chattahoochee	city-of-chattahoochee			US	FL	039	7169742	3652	America/New_York
7169744	City of Chauncey	city-of-chauncey			US	GA	091	7169744	342	America/New_York
7169752	City of Chipley	city-of-chipley			US	FL	133	7169752	3605	America/Chicago
7169757	City of Clarkesville	city-of-clarkesville			US	GA	137	7169757	1733	America/New_York
7169758	City of Clarkson	city-of-clarkson			US	KY	085	7169758	875	America/Chicago
7169760	City of Clay	city-of-clay			US	KY	233	7169760	1181	America/Chicago
7169761	City of Clay City	city-of-clay-city			US	KY	197	7169761	1077	America/New_York
7169762	City of Clayton	city-of-clayton			US	GA	241	7169762	2047	America/New_York
7169763	City of Clearwater	city-of-clearwater			US	FL	103	7169763	107685	America/New_York
7169765	City of Clermont	city-of-clermont			US	FL	069	7169765	28742	America/New_York
7169767	City of Clewiston	city-of-clewiston			US	FL	051	7169767	7155	America/New_York
7169768	City of Climax	city-of-climax			US	GA	087	7169768	280	America/New_York
7169770	City of Clinton	city-of-clinton			US	KY	105	7169770	1388	America/Chicago
7169772	City of Cloverport	city-of-cloverport			US	KY	027	7169772	1152	America/Chicago
7169773	City of Coal Run Village	city-of-coal-run-village			US	KY	195	7169773	1706	America/New_York
7169775	City of Cobbtown	city-of-cobbtown			US	GA	267	7169775	351	America/New_York
7169776	City of Cochran	city-of-cochran			US	GA	023	7169776	5150	America/New_York
7169778	City of Cocoa Beach	city-of-cocoa-beach			US	FL	009	7169778	11231	America/New_York
7169779	City of Coconut Creek	city-of-coconut-creek			US	FL	011	7169779	52909	America/New_York
7169780	City of Cohutta	city-of-cohutta			US	GA	313	7169780	661	America/New_York
7169781	City of Colbert	city-of-colbert			US	GA	195	7169781	592	America/New_York
7169782	City of Cold Spring	city-of-cold-spring			US	KY	037	7169782	5912	America/New_York
7169783	City of Coldstream	city-of-coldstream			US	KY	111	7169783	1100	America/Kentucky/Louisville
7169785	City of Collins	city-of-collins			US	GA	267	7169785	584	America/New_York
7169787	City of Columbia	city-of-columbia			US	KY	001	7169787	4452	America/Chicago
7169790	City of Columbus	city-of-columbus			US	KY	105	7169790	170	America/Chicago
7169791	City of Columbus	city-of-columbus			US	GA	215	7169791	189885	America/New_York
7169792	City of Comer	city-of-comer			US	GA	195	7169792	1126	America/New_York
7169793	City of Concord	city-of-concord			US	KY	135	7169793	35	America/New_York
7169794	City of Concord	city-of-concord			US	GA	231	7169794	375	America/New_York
7169798	City of Coolidge	city-of-coolidge			US	GA	275	7169798	525	America/New_York
7169800	City of Coral Gables	city-of-coral-gables	City of Coral Gables,Coral Gables		US	FL	086	7169800	46780	America/New_York
7169801	City of Corbin	city-of-corbin			US	KY	235	7169801	7304	America/New_York
7169802	City of Cordele	city-of-cordele			US	GA	081	7169802	11147	America/New_York
7169804	City of Corinth	city-of-corinth			US	KY	081	7169804	232	America/New_York
7169805	City of Corydon	city-of-corydon			US	KY	101	7169805	720	America/Chicago
7169808	City of Covington	city-of-covington			US	KY	117	7169808	40640	America/New_York
7169809	City of Crab Orchard	city-of-crab-orchard			US	KY	137	7169809	841	America/New_York
7169811	City of Crawford	city-of-crawford			US	GA	221	7169811	832	America/New_York
7169813	City of Creekside	city-of-creekside			US	KY	111	7169813	305	America/Kentucky/Louisville
7169816	City of Crescent Springs	city-of-crescent-springs			US	KY	117	7169816	3801	America/New_York
7169817	City of Crestview	city-of-crestview			US	KY	037	7169817	475	America/New_York
7169818	City of Crestview	city-of-crestview			US	FL	091	7169818	20978	America/Chicago
7169819	City of Crestview Hills	city-of-crestview-hills			US	KY	117	7169819	3148	America/New_York
7169820	City of Crestwood	city-of-crestwood			US	KY	185	7169820	4531	America/New_York
7169821	City of Crittenden	city-of-crittenden			US	KY	081	7169821	3815	America/New_York
7169822	City of Crofton	city-of-crofton			US	KY	047	7169822	749	America/Chicago
7169824	City of Crossgate	city-of-crossgate			US	KY	111	7169824	225	America/Kentucky/Louisville
7169828	City of Cumberland	city-of-cumberland			US	KY	095	7169828	2237	America/New_York
7169830	City of Cuthbert	city-of-cuthbert			US	GA	243	7169830	3873	America/New_York
7169831	City of Cynthiana	city-of-cynthiana			US	KY	097	7169831	6402	America/New_York
7169833	City of Daisy	city-of-daisy			US	GA	109	7169833	129	America/New_York
7169835	City of Damascus	city-of-damascus			US	GA	099	7169835	254	America/New_York
7169836	City of Dania Beach	city-of-dania-beach			US	FL	011	7169836	29639	America/New_York
7169837	City of Danielsville	city-of-danielsville			US	GA	195	7169837	560	America/New_York
7169839	City of Danville	city-of-danville			US	KY	021	7169839	16218	America/New_York
7169842	City of Darien	city-of-darien			US	GA	191	7169842	1975	America/New_York
7169843	City of Davenport	city-of-davenport			US	FL	105	7169843	2888	America/New_York
7169844	City of Dawson Springs	city-of-dawson-springs			US	KY	107	7169844	2764	America/Chicago
7169845	City of Dawsonville	city-of-dawsonville			US	GA	085	7169845	2536	America/New_York
7169846	City of Dayton	city-of-dayton			US	KY	037	7169846	5338	America/New_York
7169847	City of Daytona Beach	city-of-daytona-beach			US	FL	127	7169847	61005	America/New_York
7169848	City of Daytona Beach Shores	city-of-daytona-beach-shores			US	FL	127	7169848	4247	America/New_York
7169849	City of DeBary	city-of-debary	City of De Bary,City of DeBary		US	FL	127	7169849	19320	America/New_York
7169850	City of De Funiak Springs	city-of-de-funiak-springs			US	FL	131	7169850	5177	America/Chicago
7169851	City of DeLand	city-of-deland	City of De Land,City of DeLand		US	FL	127	7169851	27031	America/New_York
7169853	City of De Soto	city-of-de-soto			US	GA	261	7169853	195	America/New_York
7169857	City of Deerfield Beach	city-of-deerfield-beach			US	FL	011	7169857	75018	America/New_York
7169859	City of Delray Beach	city-of-delray-beach			US	FL	099	7169859	60522	America/New_York
7169860	City of Deltona	city-of-deltona			US	FL	127	7169860	85182	America/New_York
7169861	City of Demorest	city-of-demorest			US	GA	137	7169861	1823	America/New_York
7169862	City of Denton	city-of-denton			US	GA	161	7169862	250	America/New_York
7169866	City of Destin	city-of-destin			US	FL	091	7169866	12305	America/Chicago
7169869	City of Dillard	city-of-dillard			US	GA	241	7169869	339	America/New_York
7169871	City of Dixon	city-of-dixon			US	KY	233	7169871	786	America/Chicago
7169872	City of Doerun	city-of-doerun			US	GA	071	7169872	774	America/New_York
7169875	City of Doral	city-of-doral			US	FL	086	7169875	45704	America/New_York
7169876	City of Douglass Hills	city-of-douglass-hills			US	KY	111	7169876	5484	America/Kentucky/Louisville
7169877	City of Menlo	city-of-menlo			US	GA	055	7169877	474	America/New_York
7169878	City of Mentor	city-of-mentor			US	KY	037	7169878	193	America/New_York
7169880	City of Mexico Beach	city-of-mexico-beach			US	FL	005	7169880	1072	America/Chicago
7169881	City of Miami Gardens	city-of-miami-gardens			US	FL	086	7169881	107167	America/New_York
7169882	City of Miami Springs	city-of-miami-springs			US	FL	086	7169882	13809	America/New_York
7169883	City of Middlesborough	city-of-middlesborough			US	KY	013	7169883	10334	America/New_York
7169884	City of Middletown	city-of-middletown			US	KY	111	7169884	7218	America/Kentucky/Louisville
7169885	City of Midway	city-of-midway			US	KY	239	7169885	1641	America/New_York
7169886	City of Midway	city-of-midway			US	GA	179	7169886	2121	America/New_York
7169887	City of Midway	city-of-midway			US	FL	039	7169887	3004	America/New_York
7169889	City of Millersburg	city-of-millersburg			US	KY	017	7169889	792	America/New_York
7169891	City of Milner	city-of-milner			US	GA	171	7169891	610	America/New_York
7169892	City of Milton	city-of-milton			US	KY	223	7169892	574	America/New_York
7169893	City of Milton	city-of-milton			US	GA	121	7169893	32661	America/New_York
7169894	City of Milton	city-of-milton			US	FL	113	7169894	8826	America/Chicago
7169896	City of Minneola	city-of-minneola			US	FL	069	7169896	9403	America/New_York
7169898	City of Miramar	city-of-miramar			US	FL	011	7169898	122041	America/New_York
7169901	City of Mockingbird Valley	city-of-mockingbird-valley			US	KY	111	7169901	167	America/Kentucky/Louisville
7169902	City of Molena	city-of-molena			US	GA	231	7169902	368	America/New_York
7169905	City of Monterey	city-of-monterey			US	KY	187	7169905	138	America/New_York
7169908	City of Monticello	city-of-monticello			US	KY	231	7169908	6188	America/Kentucky/Monticello
7169909	City of Monticello	city-of-monticello			US	GA	159	7169909	2657	America/New_York
7169910	City of Monticello	city-of-monticello			US	FL	065	7169910	2506	America/New_York
7169913	City of Moore Haven	city-of-moore-haven			US	FL	043	7169913	1680	America/New_York
7169915	City of Moorland	city-of-moorland			US	KY	111	7169915	431	America/Kentucky/Louisville
7169916	City of Morehead	city-of-morehead			US	KY	205	7169916	6845	America/New_York
7169917	City of Morgan	city-of-morgan			US	GA	037	7169917	240	America/New_York
7169918	City of Morganfield	city-of-morganfield			US	KY	225	7169918	3285	America/Chicago
7169919	City of Morganton	city-of-morganton			US	GA	111	7169919	303	America/New_York
7169921	City of Morgantown	city-of-morgantown			US	KY	031	7169921	2394	America/Chicago
7169923	City of Mortons Gap	city-of-mortons-gap			US	KY	107	7169923	863	America/Chicago
7169924	City of Morven	city-of-morven			US	GA	027	7169924	565	America/New_York
7169927	City of Mount Dora	city-of-mount-dora			US	FL	069	7169927	12370	America/New_York
7169931	City of Mount Olivet	city-of-mount-olivet			US	KY	201	7169931	299	America/New_York
7169932	City of Mount Sterling	city-of-mount-sterling			US	KY	173	7169932	6895	America/New_York
7169933	City of Mount Vernon	city-of-mount-vernon			US	KY	203	7169933	2477	America/New_York
7169934	City of Mount Vernon	city-of-mount-vernon			US	GA	209	7169934	2451	America/New_York
7169935	City of Mount Washington	city-of-mount-washington			US	KY	029	7169935	9117	America/New_York
7169936	City of Mount Zion	city-of-mount-zion			US	GA	045	7169936	1696	America/New_York
7169941	City of Mulberry	city-of-mulberry			US	FL	105	7169941	3817	America/New_York
7169942	City of Muldraugh	city-of-muldraugh			US	KY	163	7169942	947	America/New_York
7169943	City of Munfordville	city-of-munfordville			US	KY	099	7169943	1615	America/Chicago
7169945	City of Murray	city-of-murray			US	KY	035	7169945	17741	America/Chicago
7169946	City of Murray Hill	city-of-murray-hill			US	KY	111	7169946	582	America/Kentucky/Louisville
7169948	City of Naples	city-of-naples			US	FL	021	7169948	19537	America/New_York
7169951	City of Nebo	city-of-nebo			US	KY	107	7169951	236	America/Chicago
7169952	City of Nelson	city-of-nelson			US	GA	057	7169952	1314	America/New_York
7169953	City of Neptune Beach	city-of-neptune-beach			US	FL	031	7169953	7037	America/New_York
7169955	City of New Castle	city-of-new-castle			US	KY	103	7169955	912	America/New_York
7169956	City of New Haven	city-of-new-haven			US	KY	179	7169956	855	America/New_York
7169961	City of New Smyrna Beach	city-of-new-smyrna-beach			US	FL	127	7169961	22464	America/New_York
7169963	City of Newport	city-of-newport			US	KY	037	7169963	15273	America/New_York
7169965	City of Newton	city-of-newton			US	GA	007	7169965	654	America/New_York
7169966	City of Niceville	city-of-niceville			US	FL	091	7169966	12749	America/Chicago
7169967	City of Nicholasville	city-of-nicholasville			US	KY	113	7169967	28015	America/New_York
7169968	City of Nicholls	city-of-nicholls			US	GA	069	7169968	2798	America/New_York
7169969	City of Norbourne Estates	city-of-norbourne-estates			US	KY	111	7169969	441	America/Kentucky/Louisville
7169971	City of Norman Park	city-of-norman-park			US	GA	071	7169971	972	America/New_York
7169974	City of North Middletown	city-of-north-middletown			US	KY	017	7169974	643	America/New_York
7169975	City of North Port	city-of-north-port			US	FL	115	7169975	57357	America/New_York
7169976	City of Northfield	city-of-northfield			US	KY	111	7169976	1020	America/Kentucky/Louisville
7169979	City of Nortonville	city-of-nortonville			US	KY	107	7169979	1204	America/Chicago
7169980	City of Norwood	city-of-norwood			US	KY	111	7169980	370	America/Kentucky/Louisville
7169981	City of Norwood	city-of-norwood			US	GA	301	7169981	239	America/New_York
7169982	City of Nunez	city-of-nunez			US	GA	107	7169982	147	America/New_York
7169983	City of Oak Grove	city-of-oak-grove			US	KY	047	7169983	7489	America/Chicago
7169984	City of Oak Hill	city-of-oak-hill			US	TN	037	7169984	4529	America/Chicago
7169985	City of Oak Hill	city-of-oak-hill			US	FL	127	7169985	1792	America/New_York
7169988	City of Oakland	city-of-oakland			US	KY	227	7169988	225	America/Chicago
7169989	Town of Oakland	town-of-oakland	City of Oakland,Town of Oakland		US	FL	095	7169989	2538	America/New_York
7169990	City of Oakland Park	city-of-oakland-park			US	FL	011	7169990	41363	America/New_York
7169991	City of Ocoee	city-of-ocoee			US	FL	095	7169991	35579	America/New_York
7169992	City of Oconee	city-of-oconee			US	GA	303	7169992	252	America/New_York
7169993	City of Odum	city-of-odum			US	GA	305	7169993	504	America/New_York
7169994	City of Offerman	city-of-offerman			US	GA	229	7169994	441	America/New_York
7169996	City of Okeechobee	city-of-okeechobee			US	FL	093	7169996	5621	America/New_York
7169999	City of Old Brownsboro Place	city-of-old-brownsboro-place			US	KY	111	7169999	353	America/Kentucky/Louisville
7170000	City of Oldsmar	city-of-oldsmar			US	FL	103	7170000	13591	America/New_York
7170001	City of Olive Hill	city-of-olive-hill			US	KY	043	7170001	1599	America/New_York
7170002	City of Oliver	city-of-oliver			US	GA	251	7170002	239	America/New_York
7170003	City of Omega	city-of-omega			US	GA	277	7170003	1221	America/New_York
7170007	City of Orchard Grass Hills	city-of-orchard-grass-hills			US	KY	185	7170007	1595	America/New_York
7170008	City of Orlando	city-of-orlando			US	FL	095	7170008	238300	America/New_York
7170010	City of Ormond Beach	city-of-ormond-beach			US	FL	127	7170010	38137	America/New_York
7170011	City of Owensboro	city-of-owensboro			US	KY	059	7170011	57265	America/Chicago
7170012	City of Owenton	city-of-owenton			US	KY	187	7170012	1327	America/New_York
7170013	City of Owingsville	city-of-owingsville			US	KY	011	7170013	1530	America/New_York
7170018	City of Paducah	city-of-paducah			US	KY	145	7170018	25024	America/Chicago
7170020	City of Pahokee	city-of-pahokee			US	FL	099	7170020	5649	America/New_York
7170021	City of Paintsville	city-of-paintsville			US	KY	115	7170021	3459	America/New_York
7170022	City of Palatka	city-of-palatka			US	FL	107	7170022	10558	America/New_York
7170024	City of Palm Bay	city-of-palm-bay			US	FL	009	7170024	103190	America/New_York
7170025	City of Palm Beach Gardens	city-of-palm-beach-gardens			US	FL	099	7170025	48452	America/New_York
7170026	City of Palm Coast	city-of-palm-coast			US	FL	035	7170026	75180	America/New_York
7170027	City of Palmetto	city-of-palmetto			US	GA	121	7170027	4488	America/New_York
7170028	City of Palmetto	city-of-palmetto			US	FL	081	7170028	12606	America/New_York
7170032	City of Paris	city-of-paris			US	KY	017	7170032	8553	America/New_York
7170033	City of Park City	city-of-park-city			US	KY	009	7170033	537	America/Chicago
7170034	City of Park Hills	city-of-park-hills			US	KY	117	7170034	2970	America/New_York
7170037	City of Parker	city-of-parker			US	FL	005	7170037	4317	America/Chicago
7170040	City of Parkway Village	city-of-parkway-village			US	KY	111	7170040	650	America/Kentucky/Louisville
7170043	City of Pavo	city-of-pavo			US	GA	275	7170043	627	America/New_York
7170044	City of Payne	city-of-payne			US	GA	021	7170044	218	America/New_York
7170049	City of Pearson	city-of-pearson			US	GA	003	7170049	2117	America/New_York
7170051	City of Pembroke	city-of-pembroke			US	KY	047	7170051	869	America/Chicago
7170052	City of Pembroke	city-of-pembroke			US	GA	029	7170052	2196	America/New_York
7170053	City of Pensacola	city-of-pensacola			US	FL	033	7170053	51923	America/Chicago
7170054	City of Perry	city-of-perry			US	FL	123	7170054	7017	America/New_York
7170056	City of Perryville	city-of-perryville			US	KY	021	7170056	751	America/New_York
7170058	City of Pewee Valley	city-of-pewee-valley			US	KY	185	7170058	1456	America/New_York
7170061	City of Pikeville	city-of-pikeville			US	KY	195	7170061	6903	America/New_York
7170064	City of Pine Lake	city-of-pine-lake			US	GA	089	7170064	730	America/New_York
7170065	City of Pinellas Park	city-of-pinellas-park			US	FL	103	7170065	49079	America/New_York
7170066	City of Pineville	city-of-pineville			US	KY	013	7170066	1732	America/New_York
7170068	City of Pippa Passes	city-of-pippa-passes			US	KY	119	7170068	533	America/New_York
7170071	City of Plainville	city-of-plainville			US	GA	129	7170071	313	America/New_York
7170072	City of Plantation	city-of-plantation			US	KY	111	7170072	832	America/Kentucky/Louisville
7170073	City of Plantation	city-of-plantation			US	FL	011	7170073	84955	America/New_York
7170075	City of Pleasureville	city-of-pleasureville			US	KY	103	7170075	834	America/New_York
7170076	City of Plum Springs	city-of-plum-springs			US	KY	227	7170076	453	America/Chicago
7170082	City of Pompano Beach	city-of-pompano-beach			US	FL	011	7170082	99845	America/New_York
7170084	City of Pooler	city-of-pooler			US	GA	051	7170084	19140	America/New_York
7170085	City of Poplar Hills	city-of-poplar-hills			US	KY	111	7170085	362	America/Kentucky/Louisville
7170087	City of Port Orange	city-of-port-orange			US	FL	127	7170087	56048	America/New_York
7170088	City of Port Saint Joe	city-of-port-saint-joe			US	FL	045	7170088	3445	America/New_York
7170089	City of Port Saint Lucie	city-of-port-saint-lucie			US	FL	111	7170089	164603	America/New_York
7170090	City of Porterdale	city-of-porterdale			US	GA	217	7170090	1429	America/New_York
7170093	City of Poulan	city-of-poulan			US	GA	321	7170093	851	America/New_York
7170094	City of Powderly	city-of-powderly			US	KY	177	7170094	745	America/Chicago
7170098	City of Prestonsburg	city-of-prestonsburg			US	KY	071	7170098	3255	America/New_York
7170099	City of Prestonville	city-of-prestonville			US	KY	041	7170099	161	America/New_York
7170101	City of Princeton	city-of-princeton			US	KY	033	7170101	6329	America/Chicago
7170102	City of Prospect	city-of-prospect			US	KY	111	7170102	4698	America/Kentucky/Louisville
7170103	City of Providence	city-of-providence			US	KY	233	7170103	3193	America/Chicago
7170104	City of Punta Gorda	city-of-punta-gorda			US	FL	015	7170104	16641	America/New_York
7170107	City of Quincy	city-of-quincy			US	FL	039	7170107	7972	America/New_York
7170109	City of Raceland	city-of-raceland			US	KY	089	7170109	2424	America/New_York
7170110	City of Radcliff	city-of-radcliff			US	KY	093	7170110	21688	America/New_York
7170116	City of Ravenna	city-of-ravenna			US	KY	065	7170116	605	America/New_York
7170118	City of Raywick	city-of-raywick			US	KY	155	7170118	134	America/New_York
7170122	City of Reidsville	city-of-reidsville			US	GA	267	7170122	4944	America/New_York
7170124	City of Remerton	city-of-remerton			US	GA	185	7170124	1123	America/New_York
7170125	City of Rentz	city-of-rentz			US	GA	175	7170125	295	America/New_York
7170127	City of Reynolds	city-of-reynolds			US	GA	269	7170127	1086	America/New_York
7170128	City of Riceboro	city-of-riceboro			US	GA	179	7170128	809	America/New_York
7170129	City of Richland	city-of-richland			US	GA	259	7170129	1473	America/New_York
7170130	City of Richlawn	city-of-richlawn			US	KY	111	7170130	405	America/Kentucky/Louisville
7170131	City of Richmond	city-of-richmond			US	KY	151	7170131	31364	America/New_York
7170132	City of Richmond Hill	city-of-richmond-hill			US	GA	029	7170132	9281	America/New_York
7170137	City of River Bluff	city-of-river-bluff			US	KY	185	7170137	403	America/New_York
7170138	City of Riverwood	city-of-riverwood			US	KY	111	7170138	446	America/Kentucky/Louisville
7170139	City of Riviera Beach	city-of-riviera-beach			US	FL	099	7170139	32488	America/New_York
7170141	City of Robards	city-of-robards			US	KY	101	7170141	515	America/Chicago
7170144	City of Rochelle	city-of-rochelle			US	GA	315	7170144	1174	America/New_York
7170145	City of Rochester	city-of-rochester			US	KY	031	7170145	152	America/Chicago
7170148	City of Rockledge	city-of-rockledge			US	FL	009	7170148	24926	America/New_York
7170149	City of Rockmart	city-of-rockmart			US	GA	233	7170149	4199	America/New_York
7170151	City of Rockport	city-of-rockport			US	KY	183	7170151	266	America/Chicago
7170154	City of Rolling Fields	city-of-rolling-fields			US	KY	111	7170154	646	America/Kentucky/Louisville
7170156	City of Rolling Hills	city-of-rolling-hills			US	KY	111	7170156	959	America/Kentucky/Louisville
7170158	City of Rossville	city-of-rossville			US	GA	295	7170158	4105	America/New_York
7170159	City of Royston	city-of-royston			US	GA	119	7170159	2582	America/New_York
7170160	City of Russell	city-of-russell			US	KY	089	7170160	3380	America/New_York
7170161	City of Russell Springs	city-of-russell-springs			US	KY	207	7170161	2441	America/Chicago
7170163	City of Russellville	city-of-russellville			US	KY	141	7170163	6960	America/Chicago
7170164	City of Rutledge	city-of-rutledge			US	GA	211	7170164	781	America/New_York
7170167	City of Hawesville	city-of-hawesville			US	KY	091	7170167	945	America/Chicago
7170168	City of Hazard	city-of-hazard			US	KY	193	7170168	4456	America/New_York
7170169	City of Hazel	city-of-hazel			US	KY	035	7170169	410	America/Chicago
7170174	City of Hebron Estates	city-of-hebron-estates			US	KY	029	7170174	1087	America/New_York
7170175	City of Helen	city-of-helen			US	GA	311	7170175	510	America/New_York
7170179	City of Henderson	city-of-henderson			US	KY	101	7170179	28757	America/Chicago
7170181	City of Hephzibah	city-of-hephzibah			US	GA	245	7170181	4011	America/New_York
7170183	City of Hialeah	city-of-hialeah			US	FL	086	7170183	224669	America/New_York
7170184	City of Hialeah Gardens	city-of-hialeah-gardens			US	FL	086	7170184	21744	America/New_York
7170185	City of Hiawassee	city-of-hiawassee			US	GA	281	7170185	880	America/New_York
7170186	City of Hickman	city-of-hickman			US	KY	075	7170186	2395	America/Chicago
7170188	City of Hickory Hill	city-of-hickory-hill			US	KY	111	7170188	114	America/Kentucky/Louisville
7170191	City of High Springs	city-of-high-springs			US	FL	001	7170191	5350	America/New_York
7170193	City of Highland Heights	city-of-highland-heights			US	KY	037	7170193	6923	America/New_York
7170194	City of Hills and Dales	city-of-hills-and-dales			US	KY	111	7170194	142	America/Kentucky/Louisville
7170195	City of Hillview	city-of-hillview			US	KY	029	7170195	8172	America/New_York
7170196	City of Hindman	city-of-hindman			US	KY	119	7170196	777	America/New_York
7170197	City of Hiram	city-of-hiram			US	GA	223	7170197	3546	America/New_York
7170199	City of Hoboken	city-of-hoboken			US	GA	025	7170199	528	America/New_York
7170200	City of Hodgenville	city-of-hodgenville			US	KY	123	7170200	3206	America/New_York
7170205	City of Hollow Creek	city-of-hollow-creek			US	KY	111	7170205	783	America/Kentucky/Louisville
7170207	City of Holly Hill	city-of-holly-hill			US	FL	127	7170207	11659	America/New_York
7170208	City of Holly Springs	city-of-holly-springs			US	GA	057	7170208	9189	America/New_York
7170209	City of Hollyvilla	city-of-hollyvilla			US	KY	111	7170209	537	America/Kentucky/Louisville
7170210	City of Hollywood	city-of-hollywood			US	FL	011	7170210	140768	America/New_York
7170211	City of Holmes Beach	city-of-holmes-beach			US	FL	081	7170211	3836	America/New_York
7170212	City of Homeland	city-of-homeland			US	GA	049	7170212	910	America/New_York
7170213	City of Hopkinsville	city-of-hopkinsville			US	KY	047	7170213	31577	America/Chicago
7170215	City of Horse Cave	city-of-horse-cave			US	KY	099	7170215	2311	America/Chicago
7170217	City of Houston Acres	city-of-houston-acres			US	KY	111	7170217	507	America/Kentucky/Louisville
7170220	City of Hull	city-of-hull			US	GA	195	7170220	198	America/New_York
7170223	City of Hunters Hollow	city-of-hunters-hollow			US	KY	029	7170223	386	America/New_York
7170225	City of Hurstbourne	city-of-hurstbourne			US	KY	111	7170225	4216	America/Kentucky/Louisville
7170226	City of Hurstbourne Acres	city-of-hurstbourne-acres			US	KY	111	7170226	1811	America/Kentucky/Louisville
7170227	City of Hustonville	city-of-hustonville			US	KY	137	7170227	405	America/New_York
7170228	City of Hyden	city-of-hyden			US	KY	131	7170228	365	America/New_York
7170229	City of Ila	city-of-ila			US	GA	195	7170229	337	America/New_York
7170230	City of Independence	city-of-independence			US	KY	117	7170230	24757	America/New_York
7170231	City of Indian Harbour Beach	city-of-indian-harbour-beach			US	FL	009	7170231	8225	America/New_York
7170232	City of Indian Hills	city-of-indian-hills			US	KY	111	7170232	2868	America/Kentucky/Louisville
7170233	City of Indian Rocks Beach	city-of-indian-rocks-beach			US	FL	103	7170233	4113	America/New_York
7170235	City of Inez	city-of-inez			US	KY	159	7170235	717	America/New_York
7170237	City of Inverness	city-of-inverness			US	FL	017	7170237	7210	America/New_York
7170238	City of Irvine	city-of-irvine			US	KY	065	7170238	2715	America/New_York
7170239	City of Irvington	city-of-irvington			US	KY	027	7170239	1181	America/Chicago
7170240	City of Irwinton	city-of-irwinton			US	GA	319	7170240	589	America/New_York
7170241	City of Island	city-of-island			US	KY	149	7170241	458	America/Chicago
7170242	City of Islandia	city-of-islandia			US	FL	086	7170242	18	America/New_York
7170243	City of Ivey	city-of-ivey			US	GA	319	7170243	981	America/New_York
7170244	City of Jackson	city-of-jackson			US	KY	025	7170244	2231	America/New_York
7170245	City of Jackson	city-of-jackson			US	GA	035	7170245	5045	America/New_York
7170247	City of Jacksonville	city-of-jacksonville			US	GA	271	7170247	140	America/New_York
7170249	City of Jacksonville	city-of-jacksonville			US	FL	031	7170249	821784	America/New_York
7170251	City of Jacksonville Beach	city-of-jacksonville-beach			US	FL	031	7170251	21362	America/New_York
7170252	City of Jacob City	city-of-jacob-city			US	FL	063	7170252	250	America/Chicago
7170253	City of Jakin	city-of-jakin			US	GA	099	7170253	155	America/New_York
7170254	City of Jamestown	city-of-jamestown			US	KY	207	7170254	1794	America/Chicago
7170257	City of Jasper	city-of-jasper			US	FL	047	7170257	4546	America/New_York
7170258	City of Jeffersontown	city-of-jeffersontown			US	KY	111	7170258	26595	America/Kentucky/Louisville
7170259	City of Jeffersonville	city-of-jeffersonville			US	KY	173	7170259	1506	America/New_York
7170260	City of Jeffersonville	city-of-jeffersonville			US	GA	289	7170260	1035	America/New_York
7170263	City of Jenkins	city-of-jenkins			US	KY	133	7170263	2203	America/New_York
7170264	City of Jersey	city-of-jersey			US	GA	297	7170264	137	America/New_York
7170265	City of Johns Creek	city-of-johns-creek			US	GA	121	7170265	76728	America/New_York
7170270	City of Junction City	city-of-junction-city			US	KY	021	7170270	2241	America/New_York
7170275	City of Kenton Vale	city-of-kenton-vale			US	KY	117	7170275	110	America/New_York
7170277	City of Key Colony Beach	city-of-key-colony-beach			US	FL	087	7170277	797	America/New_York
7170278	City of Key West	city-of-key-west			US	FL	087	7170278	24649	America/New_York
7170279	City of Keystone Heights	city-of-keystone-heights			US	FL	019	7170279	1350	America/New_York
7170280	City of Keysville	city-of-keysville			US	GA	033	7170280	332	America/New_York
7170283	City of Kingsland	city-of-kingsland			US	GA	039	7170283	15946	America/New_York
7170284	City of Kingsley	city-of-kingsley			US	KY	111	7170284	381	America/Kentucky/Louisville
7170285	City of Kissimmee	city-of-kissimmee			US	FL	097	7170285	59682	America/New_York
7170286	City of Kite	city-of-kite			US	GA	167	7170286	241	America/New_York
7170288	City of Kuttawa	city-of-kuttawa			US	KY	143	7170288	649	America/Chicago
7170289	City of La Center	city-of-la-center			US	KY	007	7170289	1009	America/Chicago
7170293	City of La Grange	city-of-la-grange			US	KY	185	7170293	8082	America/New_York
7170294	City of LaBelle	city-of-labelle			US	FL	051	7170294	4640	America/New_York
7170295	City of LaFayette	city-of-lafayette			US	KY	047	7170295	165	America/Chicago
7170296	City of LaGrange	city-of-lagrange	City of LaGrange		US	GA	285	7170296	29588	America/New_York
7170297	City of Lake Alfred	city-of-lake-alfred			US	FL	105	7170297	5015	America/New_York
7170298	City of Lake Buena Vista	city-of-lake-buena-vista			US	FL	095	7170298	10	America/New_York
7170299	City of Lake Butler	city-of-lake-butler			US	FL	125	7170299	1897	America/New_York
7170300	City of Lake Helen	city-of-lake-helen			US	FL	127	7170300	2624	America/New_York
7170301	City of Lake Mary	city-of-lake-mary			US	FL	117	7170301	13822	America/New_York
7170302	City of Lake Park	city-of-lake-park			US	GA	185	7170302	733	America/New_York
7170305	City of Lake Wales	city-of-lake-wales			US	FL	105	7170305	14225	America/New_York
7170306	City of Lake Worth	city-of-lake-worth			US	FL	099	7170306	34910	America/New_York
7170308	City of Lakeland	city-of-lakeland			US	GA	173	7170308	3366	America/New_York
7170309	City of Lakeland	city-of-lakeland			US	FL	105	7170309	97422	America/New_York
7170310	City of Lakeside Park	city-of-lakeside-park			US	KY	117	7170310	2668	America/New_York
7170313	City of Lakeview Heights	city-of-lakeview-heights			US	KY	205	7170313	185	America/New_York
7170316	City of Lancaster	city-of-lancaster			US	KY	079	7170316	3442	America/New_York
7170319	City of Langdon Place	city-of-langdon-place			US	KY	111	7170319	936	America/Kentucky/Louisville
7170320	City of Largo	city-of-largo			US	FL	103	7170320	77648	America/New_York
7170322	City of Lauderdale Lakes	city-of-lauderdale-lakes			US	FL	011	7170322	32593	America/New_York
7170324	City of Laurel Hill	city-of-laurel-hill			US	FL	091	7170324	537	America/Chicago
7170327	City of Lavonia	city-of-lavonia			US	GA	119	7170327	2156	America/New_York
7170328	City of Lawrenceburg	city-of-lawrenceburg			US	KY	005	7170328	10505	America/New_York
7170329	City of Lawtey	city-of-lawtey			US	FL	007	7170329	730	America/New_York
7170330	City of Layton	city-of-layton			US	FL	087	7170330	184	America/New_York
7170332	City of Lebanon	city-of-lebanon			US	KY	155	7170332	5539	America/New_York
7170334	City of Lebanon Junction	city-of-lebanon-junction			US	KY	029	7170334	1813	America/New_York
7170335	City of Leesburg	city-of-leesburg			US	GA	177	7170335	2896	America/New_York
7170336	City of Leitchfield	city-of-leitchfield			US	KY	085	7170336	6699	America/Chicago
7170341	City of Lewisburg	city-of-lewisburg			US	KY	141	7170341	810	America/Chicago
7170342	City of Lewisport	city-of-lewisport			US	KY	091	7170342	1670	America/Chicago
7170344	City of Lexington	city-of-lexington			US	GA	221	7170344	228	America/New_York
7170346	City of Liberty	city-of-liberty			US	KY	045	7170346	2168	America/New_York
7170348	City of Lighthouse Point	city-of-lighthouse-point			US	FL	011	7170348	10344	America/New_York
7170351	City of Lincolnshire	city-of-lincolnshire			US	KY	111	7170351	148	America/Kentucky/Louisville
7170352	City of Lincolnton	city-of-lincolnton			US	GA	181	7170352	1566	America/New_York
7170356	City of Live Oak	city-of-live-oak			US	FL	121	7170356	6850	America/New_York
7170357	City of Livermore	city-of-livermore			US	KY	149	7170357	1365	America/Chicago
7170359	City of Livingston	city-of-livingston			US	KY	203	7170359	226	America/New_York
7170364	City of London	city-of-london			US	KY	125	7170364	7993	America/New_York
7170366	City of Longwood	city-of-longwood			US	FL	117	7170366	13657	America/New_York
7170367	City of Loretto	city-of-loretto			US	KY	155	7170367	713	America/New_York
7170369	City of Louisa	city-of-louisa			US	KY	127	7170369	2467	America/New_York
7170375	City of Loyall	city-of-loyall			US	KY	095	7170375	1461	America/New_York
7170377	City of Ludlow	city-of-ludlow			US	KY	117	7170377	4407	America/New_York
7170378	City of Ludowici	city-of-ludowici			US	GA	183	7170378	1703	America/New_York
7170379	City of Lula	city-of-lula			US	GA	139	7170379	2758	America/New_York
7170381	City of Lumpkin	city-of-lumpkin			US	GA	259	7170381	2741	America/New_York
7170382	City of Luthersville	city-of-luthersville			US	GA	199	7170382	874	America/New_York
7170384	City of Lynch	city-of-lynch			US	KY	095	7170384	747	America/New_York
7170385	City of Lyndon	city-of-lyndon			US	KY	111	7170385	11002	America/Kentucky/Louisville
7170386	City of Lynn Haven	city-of-lynn-haven			US	FL	005	7170386	18493	America/Chicago
7170387	City of Lynnview	city-of-lynnview			US	KY	111	7170387	914	America/Kentucky/Louisville
7170388	City of Macclenny	city-of-macclenny			US	FL	003	7170388	6374	America/New_York
7170389	City of Mackville	city-of-mackville			US	KY	229	7170389	222	America/New_York
7170390	City of Madeira Beach	city-of-madeira-beach			US	FL	103	7170390	4263	America/New_York
7170392	City of Madison	city-of-madison			US	FL	079	7170392	2843	America/New_York
7170393	City of Madisonville	city-of-madisonville			US	KY	107	7170393	19591	America/Chicago
7170395	City of Maitland	city-of-maitland			US	FL	095	7170395	15751	America/New_York
7170397	City of Manassas	city-of-manassas			US	GA	267	7170397	94	America/New_York
7170398	City of Manchester	city-of-manchester			US	KY	051	7170398	1255	America/New_York
7170399	City of Manchester	city-of-manchester			US	GA	199	7170399	4230	America/New_York
7170403	City of Manor Creek	city-of-manor-creek			US	KY	111	7170403	140	America/Kentucky/Louisville
7170405	City of Mansfield	city-of-mansfield			US	GA	217	7170405	410	America/New_York
7170407	City of Marathon	city-of-marathon			US	FL	087	7170407	8297	America/New_York
7170408	City of Marco Island	city-of-marco-island			US	FL	021	7170408	16413	America/New_York
7170409	City of Margate	city-of-margate			US	FL	011	7170409	53284	America/New_York
7170410	City of Marianna	city-of-marianna			US	FL	063	7170410	6102	America/Chicago
7170412	City of Marion	city-of-marion			US	KY	055	7170412	3039	America/Chicago
7170417	City of Martin	city-of-martin			US	KY	071	7170417	634	America/New_York
7170419	City of Mary Esther	city-of-mary-esther			US	FL	091	7170419	3851	America/Chicago
7170420	City of Maryhill Estates	city-of-maryhill-estates			US	KY	111	7170420	179	America/Kentucky/Louisville
7170422	City of Mayfield	city-of-mayfield			US	KY	083	7170422	10024	America/Chicago
7170425	City of Maysville	city-of-maysville			US	KY	161	7170425	9011	America/New_York
7170426	City of McCaysville	city-of-mccaysville			US	GA	111	7170426	1056	America/New_York
7170430	City of McHenry	city-of-mchenry			US	KY	183	7170430	388	America/Chicago
7170431	City of McKee	city-of-mckee			US	KY	109	7170431	800	America/New_York
7170435	City of Meadow Vale	city-of-meadow-vale			US	KY	111	7170435	736	America/Kentucky/Louisville
7170436	City of Meadowbrook Farm	city-of-meadowbrook-farm			US	KY	111	7170436	136	America/Kentucky/Louisville
7170437	City of Meadowview Estates	city-of-meadowview-estates			US	KY	111	7170437	363	America/Kentucky/Louisville
7170438	City of Meansville	city-of-meansville			US	GA	231	7170438	182	America/New_York
7170442	City of Meigs	city-of-meigs			US	GA	275	7170442	1035	America/New_York
7170445	City of Melbourne	city-of-melbourne			US	KY	037	7170445	401	America/New_York
7170446	City of Melbourne	city-of-melbourne			US	FL	009	7170446	76068	America/New_York
7170449	City of Young Harris	city-of-young-harris			US	GA	281	7170449	899	America/New_York
7170452	City of Zebulon	city-of-zebulon			US	GA	231	7170452	1174	America/New_York
7170453	City of Zephyrhills	city-of-zephyrhills			US	FL	101	7170453	13288	America/New_York
7170457	Township of Elk Park	township-of-elk-park	Elk Park Township,Township of Elk Park		US	NC	011	91018	0	America/New_York
7170458	Township of Fork Mountain-Little Rock Creek	township-of-fork-mountain-little-rock-creek	Fork Mountain-Little Rock Creek township,Township of Fork Mountain-Little Rock Creek		US	NC	121	91140	0	America/New_York
7170459	Township of Fort Bragg Military Reservation	township-of-fort-bragg-military-reservation	Fort Bragg Military Reservation Township,Township of Fort Bragg Military Reservation		US	NC	093	91148	0	America/New_York
7170460	Township of Frank	township-of-frank	Frank Township,Township of Frank		US	NC	011	91154	0	America/New_York
7170461	Township of Grassy Creek	township-of-grassy-creek	Grassy Creek township,Township of Grassy Creek		US	NC	121	91285	0	America/New_York
7170463	Township of Heaton	township-of-heaton	Heaton Township,Township of Heaton		US	NC	011	91442	0	America/New_York
7170464	Township of Hughes	township-of-hughes	Hughes Township,Township of Hughes		US	NC	011	91558	0	America/New_York
7170465	Township of Ingalls	township-of-ingalls	Ingalls Township,Township of Ingalls		US	NC	011	91582	0	America/New_York
7170469	Township of Minneapolis	township-of-minneapolis	Minneapolis Township,Township of Minneapolis		US	NC	011	92090	0	America/New_York
7170470	Township of Montezuma	township-of-montezuma	Montezuma Township,Township of Montezuma		US	NC	011	92110	0	America/New_York
7170474	Township of North Buck Shoals	township-of-north-buck-shoals	North Buck Shoals Township,Township of North Buck Shoals		US	NC	197	92302	0	America/New_York
7170475	Township of North Fall Creek	township-of-north-fall-creek	North Fall Creek Township,Township of North Fall Creek		US	NC	197	92314	0	America/New_York
7170476	Township of North Knobs	township-of-north-knobs	North Knobs Township,Township of North Knobs		US	NC	197	92321	0	America/New_York
7170477	Township of North Liberty	township-of-north-liberty	North Liberty Township,Township of North Liberty		US	NC	197	92322	0	America/New_York
7170487	Township of Pineola	township-of-pineola	Pineola Township,Township of Pineola		US	NC	011	92502	0	America/New_York
7170488	Township of Plumtree	township-of-plumtree	Plumtree Township,Township of Plumtree		US	NC	011	92538	0	America/New_York
7170489	Township of Pyatte	township-of-pyatte	Pyatte Township,Township of Pyatte		US	NC	011	92586	0	America/New_York
7170490	Township of South Buck Shoals	township-of-south-buck-shoals	South Buck Shoals Township,Township of South Buck Shoals		US	NC	197	93030	0	America/New_York
7170491	Township of South Fall Creek	township-of-south-fall-creek	South Fall Creek Township,Township of South Fall Creek		US	NC	197	93034	0	America/New_York
7170492	Township of South Knobs	township-of-south-knobs	South Knobs Township,Township of South Knobs		US	NC	197	93041	0	America/New_York
7170493	Township of South Liberty	township-of-south-liberty	South Liberty Township,Township of South Liberty		US	NC	197	93042	0	America/New_York
7170507	Town of Alford	town-of-alford			US	FL	063	7170507	489	America/Chicago
7170519	Town of Altha	town-of-altha			US	FL	013	7170519	536	America/Chicago
7170550	Town of Astatula	town-of-astatula			US	FL	069	7170550	1810	America/New_York
7170575	Town of Baldwin	town-of-baldwin			US	FL	031	7170575	1425	America/New_York
7170582	Town of Bascom	town-of-bascom			US	FL	063	7170582	121	America/Chicago
7170589	Town of Bay Harbor Islands	town-of-bay-harbor-islands			US	FL	086	7170589	5628	America/New_York
7170602	Town of Bell	town-of-bell			US	FL	041	7170602	456	America/New_York
7170605	Town of Belleair	town-of-belleair			US	FL	103	7170605	3869	America/New_York
7170606	Town of Belleair Shore	town-of-belleair-shore			US	FL	103	7170606	109	America/New_York
7170630	Town of Beverly Beach	town-of-beverly-beach			US	FL	035	7170630	338	America/New_York
7170659	City of Blythe	city-of-blythe	City of Blythe,Town of Blythe		US	GA	245	7170659	721	America/New_York
7170683	Town of Branford	town-of-branford			US	FL	121	7170683	712	America/New_York
7170692	Town of Briny Breezes	town-of-briny-breezes			US	FL	099	7170692	601	America/New_York
7170694	Town of Bronson	town-of-bronson			US	FL	075	7170694	1113	America/New_York
7170696	Town of Brooker	town-of-brooker			US	FL	007	7170696	338	America/New_York
7170717	Town of Burns	town-of-burns			US	TN	043	7170717	1468	America/Chicago
7170734	Town of Callahan	town-of-callahan			US	FL	089	7170734	1123	America/New_York
7170740	Town of Campbellton	town-of-campbellton			US	FL	063	7170740	230	America/Chicago
7170754	City of Ryland Heights	city-of-ryland-heights			US	KY	117	7170754	1022	America/New_York
7170755	City of Sacramento	city-of-sacramento			US	KY	149	7170755	468	America/Chicago
7170756	City of Sadieville	city-of-sadieville			US	KY	209	7170756	303	America/New_York
7170757	City of Safety Harbor	city-of-safety-harbor			US	FL	103	7170757	16884	America/New_York
7170758	City of Saint Augustine	city-of-saint-augustine			US	FL	109	7170758	12975	America/New_York
7170759	City of Saint Augustine Beach	city-of-saint-augustine-beach			US	FL	109	7170759	6176	America/New_York
7170760	City of Saint Charles	city-of-saint-charles			US	KY	107	7170760	277	America/Chicago
7170761	City of Saint Cloud	city-of-saint-cloud			US	FL	097	7170761	35183	America/New_York
7170764	City of Saint Marks	city-of-saint-marks			US	FL	129	7170764	293	America/New_York
7170765	City of Saint Marys	city-of-saint-marys			US	GA	039	7170765	17121	America/New_York
7170766	City of Saint Matthews	city-of-saint-matthews			US	KY	111	7170766	17472	America/Kentucky/Louisville
7170767	City of Saint Pete Beach	city-of-saint-pete-beach			US	FL	103	7170767	9346	America/New_York
7170768	City of Saint Regis Park	city-of-saint-regis-park			US	KY	111	7170768	1454	America/Kentucky/Louisville
7170770	City of Salem	city-of-salem			US	KY	139	7170770	752	America/Chicago
7170773	City of Salt Lick	city-of-salt-lick			US	KY	011	7170773	303	America/New_York
7170776	City of Salyersville	city-of-salyersville			US	KY	153	7170776	1883	America/New_York
7170777	City of San Antonio	city-of-san-antonio			US	FL	101	7170777	1138	America/New_York
7170778	City of Sanders	city-of-sanders			US	KY	041	7170778	238	America/New_York
7170779	City of Sandy Hook	city-of-sandy-hook			US	KY	063	7170779	675	America/New_York
7170780	City of Sandy Springs	city-of-sandy-springs			US	GA	121	7170780	93853	America/New_York
7170781	City of Sanford	city-of-sanford			US	FL	117	7170781	53570	America/New_York
7170783	City of Sanibel	city-of-sanibel			US	FL	071	7170783	6469	America/New_York
7170784	City of Santa Claus	city-of-santa-claus			US	GA	279	7170784	165	America/New_York
7170786	City of Sardis	city-of-sardis			US	KY	161	7170786	103	America/New_York
7170787	City of Sardis	city-of-sardis			US	GA	033	7170787	999	America/New_York
7170788	City of Satellite Beach	city-of-satellite-beach			US	FL	009	7170788	10109	America/New_York
7170791	City of Savannah	city-of-savannah			US	GA	051	7170791	136286	America/New_York
7170792	City of Science Hill	city-of-science-hill			US	KY	199	7170792	693	America/New_York
7170793	City of Scotland	city-of-scotland			US	GA	271	7170793	366	America/New_York
7170795	City of Scottsville	city-of-scottsville			US	KY	003	7170795	4226	America/Chicago
7170797	City of Screven	city-of-screven			US	GA	305	7170797	766	America/New_York
7170799	City of Sebastian	city-of-sebastian			US	FL	061	7170799	21929	America/New_York
7170800	City of Sebree	city-of-sebree			US	KY	233	7170800	1603	America/Chicago
7170801	City of Sebring	city-of-sebring			US	FL	055	7170801	10491	America/New_York
7170802	City of Seminole	city-of-seminole			US	FL	103	7170802	17233	America/New_York
7170804	City of Seneca Gardens	city-of-seneca-gardens			US	KY	111	7170804	696	America/Kentucky/Louisville
7170806	City of Sharon	city-of-sharon			US	GA	265	7170806	140	America/New_York
7170807	City of Sharpsburg	city-of-sharpsburg			US	KY	011	7170807	323	America/New_York
7170811	City of Shelbyville	city-of-shelbyville			US	KY	211	7170811	14045	America/New_York
7170812	City of Shellman	city-of-shellman			US	GA	243	7170812	1083	America/New_York
7170813	City of Shepherdsville	city-of-shepherdsville			US	KY	029	7170813	11222	America/New_York
7170816	City of Shiloh	city-of-shiloh			US	GA	145	7170816	445	America/New_York
7170817	City of Shively	city-of-shively			US	KY	111	7170817	15264	America/Kentucky/Louisville
7170819	City of Silver Grove	city-of-silver-grove			US	KY	037	7170819	1102	America/New_York
7170820	City of Simpsonville	city-of-simpsonville			US	KY	211	7170820	2484	America/New_York
7170822	City of Sky Valley	city-of-sky-valley			US	GA	241	7170822	272	America/New_York
7170823	City of Slaughters	city-of-slaughters			US	KY	233	7170823	216	America/Chicago
7170826	City of Smithfield	city-of-smithfield			US	KY	103	7170826	106	America/New_York
7170827	City of Smithland	city-of-smithland			US	KY	139	7170827	301	America/Chicago
7170828	City of Smiths Grove	city-of-smiths-grove			US	KY	227	7170828	714	America/Chicago
7170831	City of Smithville	city-of-smithville			US	GA	177	7170831	575	America/New_York
7170832	City of Smyrna	city-of-smyrna			US	GA	067	7170832	51271	America/New_York
7170833	City of Somerset	city-of-somerset			US	KY	199	7170833	11196	America/New_York
7170834	City of Sonora	city-of-sonora			US	KY	093	7170834	513	America/New_York
7170835	City of Sopchoppy	city-of-sopchoppy			US	FL	129	7170835	457	America/New_York
7170836	City of South Bay	city-of-south-bay			US	FL	099	7170836	4876	America/New_York
7170837	City of South Carrollton	city-of-south-carrollton			US	KY	177	7170837	184	America/Chicago
7170838	City of South Miami	city-of-south-miami			US	FL	086	7170838	11657	America/New_York
7170839	City of South Park View	city-of-south-park-view			US	KY	111	7170839	7	America/Kentucky/Louisville
7170840	City of South Pasadena	city-of-south-pasadena			US	FL	103	7170840	4964	America/New_York
7170841	City of South Shore	city-of-south-shore			US	KY	089	7170841	1122	America/New_York
7170842	City of Southgate	city-of-southgate			US	KY	037	7170842	3803	America/New_York
7170847	City of Sparta	city-of-sparta			US	KY	077	7170847	231	America/New_York
7170848	City of Sparta	city-of-sparta			US	GA	141	7170848	1400	America/New_York
7170850	City of Spring Mill	city-of-spring-mill			US	KY	111	7170850	287	America/Kentucky/Louisville
7170851	City of Spring Valley	city-of-spring-valley			US	KY	111	7170851	654	America/Kentucky/Louisville
7170852	City of Springfield	city-of-springfield			US	KY	229	7170852	2519	America/New_York
7170853	City of Springfield	city-of-springfield			US	FL	005	7170853	8903	America/Chicago
7170856	City of Stamping Ground	city-of-stamping-ground			US	KY	209	7170856	643	America/New_York
7170858	City of Stanford	city-of-stanford			US	KY	137	7170858	3487	America/New_York
7170859	City of Stanton	city-of-stanton			US	KY	197	7170859	2733	America/New_York
7170860	City of Stapleton	city-of-stapleton			US	GA	163	7170860	438	America/New_York
7170861	City of Starke	city-of-starke			US	FL	007	7170861	5449	America/New_York
7170864	City of Stillmore	city-of-stillmore			US	GA	107	7170864	532	America/New_York
7170865	City of Strathmoor Manor	city-of-strathmoor-manor			US	KY	111	7170865	337	America/Kentucky/Louisville
7170866	City of Strathmoor Village	city-of-strathmoor-village			US	KY	111	7170866	648	America/Kentucky/Louisville
7170868	City of Stuart	city-of-stuart			US	FL	085	7170868	15593	America/New_York
7170869	City of Sturgis	city-of-sturgis			US	KY	225	7170869	1898	America/Chicago
7170872	City of Summertown	city-of-summertown			US	GA	107	7170872	160	America/New_York
7170875	City of Sunny Isles Beach	city-of-sunny-isles-beach			US	FL	086	7170875	20832	America/New_York
7170876	City of Sunny Side	city-of-sunny-side			US	GA	255	7170876	134	America/New_York
7170877	City of Sweetwater	city-of-sweetwater			US	FL	086	7170877	13499	America/New_York
7170879	City of Sycamore	city-of-sycamore			US	KY	111	7170879	160	America/Kentucky/Louisville
7170880	City of Sycamore	city-of-sycamore			US	GA	287	7170880	711	America/New_York
7170881	City of Talbotton	city-of-talbotton			US	GA	263	7170881	970	America/New_York
7170883	City of Tallahassee	city-of-tallahassee			US	FL	073	7170883	181376	America/New_York
7170884	City of Tallapoosa	city-of-tallapoosa			US	GA	143	7170884	3170	America/New_York
7170887	City of Tarpon Springs	city-of-tarpon-springs			US	FL	103	7170887	23484	America/New_York
7170889	City of Taylor Mill	city-of-taylor-mill			US	KY	117	7170889	6604	America/New_York
7170890	City of Taylorsville	city-of-taylorsville			US	KY	215	7170890	763	America/New_York
7170892	City of Temple	city-of-temple			US	GA	045	7170892	4228	America/New_York
7170893	City of Temple Terrace	city-of-temple-terrace			US	FL	057	7170893	24541	America/New_York
7170894	City of Ten Broeck	city-of-ten-broeck			US	KY	111	7170894	103	America/Kentucky/Louisville
7170895	City of Thomaston	city-of-thomaston			US	GA	293	7170895	9170	America/New_York
7170898	City of Thornhill	city-of-thornhill			US	KY	111	7170898	178	America/Kentucky/Louisville
7170902	City of Titusville	city-of-titusville			US	FL	009	7170902	43761	America/New_York
7170903	City of Tompkinsville	city-of-tompkinsville			US	KY	171	7170903	2402	America/Chicago
7170905	City of Toomsboro	city-of-toomsboro			US	GA	319	7170905	472	America/New_York
7170908	City of Treasure Island	city-of-treasure-island			US	FL	103	7170908	6705	America/New_York
7170909	City of Trenton	city-of-trenton			US	KY	219	7170909	384	America/Chicago
7170910	City of Trenton	city-of-trenton			US	GA	083	7170910	2301	America/New_York
7170911	City of Trenton	city-of-trenton			US	FL	041	7170911	1999	America/New_York
7170916	City of Tunnel Hill	city-of-tunnel-hill			US	GA	313	7170916	856	America/New_York
7170920	City of Ty Ty	city-of-ty-ty			US	GA	277	7170920	725	America/New_York
7170921	City of Tybee Island	city-of-tybee-island			US	GA	051	7170921	2990	America/New_York
7170923	City of Unadilla	city-of-unadilla			US	GA	093	7170923	3796	America/New_York
7170924	City of Union	city-of-union			US	KY	015	7170924	5379	America/New_York
7170925	City of Union Point	city-of-union-point			US	GA	133	7170925	1617	America/New_York
7170927	City of Uniontown	city-of-uniontown			US	KY	225	7170927	1002	America/Chicago
7170928	City of Upton	city-of-upton			US	KY	093	7170928	683	America/New_York
7170929	City of Uvalda	city-of-uvalda			US	GA	209	7170929	598	America/New_York
7170932	City of Valparaiso	city-of-valparaiso			US	FL	091	7170932	5036	America/Chicago
7170934	City of Vanceburg	city-of-vanceburg			US	KY	135	7170934	1518	America/New_York
7170935	City of Varnell	city-of-varnell			US	GA	313	7170935	1744	America/New_York
7170936	City of Venice	city-of-venice			US	FL	115	7170936	20748	America/New_York
7170938	City of Vernon	city-of-vernon			US	FL	133	7170938	687	America/Chicago
7170939	City of Vero Beach	city-of-vero-beach			US	FL	061	7170939	15220	America/New_York
7170941	City of Versailles	city-of-versailles			US	KY	239	7170941	8568	America/New_York
7170942	City of Vicco	city-of-vicco			US	KY	193	7170942	334	America/New_York
7170943	City of Vidette	city-of-vidette			US	GA	033	7170943	112	America/New_York
7170944	City of Villa Hills	city-of-villa-hills			US	KY	117	7170944	7489	America/New_York
7170946	City of Vine Grove	city-of-vine-grove			US	KY	093	7170946	4520	America/New_York
7170947	City of Waco	city-of-waco			US	GA	143	7170947	516	America/New_York
7170948	City of Wadley	city-of-wadley			US	GA	163	7170948	2061	America/New_York
7170950	City of Waldo	city-of-waldo			US	FL	001	7170950	1015	America/New_York
7170951	City of Waleska	city-of-waleska			US	GA	057	7170951	644	America/New_York
7170952	City of Wallins Creek	city-of-wallins-creek			US	KY	095	7170952	156	America/New_York
7170953	City of Walnut Grove	city-of-walnut-grove			US	GA	297	7170953	1330	America/New_York
7170955	City of Walthourville	city-of-walthourville			US	GA	179	7170955	4111	America/New_York
7170956	City of Walton	city-of-walton			US	KY	015	7170956	3635	America/New_York
7170958	City of Warfield	city-of-warfield			US	KY	159	7170958	269	America/New_York
7170959	City of Warm Springs	city-of-warm-springs			US	GA	199	7170959	425	America/New_York
7170961	City of Warsaw	city-of-warsaw			US	KY	077	7170961	1615	America/New_York
7170963	City of Warwick	city-of-warwick			US	GA	321	7170963	423	America/New_York
7170966	City of Water Valley	city-of-water-valley			US	KY	083	7170966	279	America/Chicago
7170969	City of Watkinsville	city-of-watkinsville			US	GA	219	7170969	2832	America/New_York
7170971	City of Watterson Park	city-of-watterson-park			US	KY	111	7170971	976	America/Kentucky/Louisville
7170972	City of Wauchula	city-of-wauchula			US	FL	049	7170972	5001	America/New_York
7170973	City of Waverly	city-of-waverly			US	KY	225	7170973	308	America/Chicago
7170974	City of Wayland	city-of-wayland			US	KY	071	7170974	426	America/New_York
7170976	City of Waynesboro	city-of-waynesboro			US	GA	033	7170976	5766	America/New_York
7170978	City of Weeki Wachee	city-of-weeki-wachee			US	FL	053	7170978	12	America/New_York
7170981	City of Wellington	city-of-wellington			US	KY	111	7170981	565	America/Kentucky/Louisville
7170982	City of West Buechel	city-of-west-buechel			US	KY	111	7170982	1230	America/Kentucky/Louisville
7170984	City of West Liberty	city-of-west-liberty			US	KY	175	7170984	3435	America/New_York
7170985	City of West Melbourne	city-of-west-melbourne			US	FL	009	7170985	18355	America/New_York
7170986	City of West Miami	city-of-west-miami			US	FL	086	7170986	5965	America/New_York
7170987	City of West Palm Beach	city-of-west-palm-beach			US	FL	099	7170987	99919	America/New_York
7170988	City of West Park	city-of-west-park			US	FL	011	7170988	14156	America/New_York
7170992	City of Westwood	city-of-westwood			US	KY	111	7170992	634	America/Kentucky/Louisville
7170993	City of Wewahitchka	city-of-wewahitchka			US	FL	045	7170993	1981	America/Chicago
7170994	City of Wheatcroft	city-of-wheatcroft			US	KY	233	7170994	160	America/Chicago
7170996	City of Wheelwright	city-of-wheelwright			US	KY	071	7170996	780	America/New_York
7170997	City of Whigham	city-of-whigham			US	GA	131	7170997	471	America/New_York
7170999	City of White	city-of-white			US	GA	015	7170999	670	America/New_York
7171000	City of White Plains	city-of-white-plains			US	KY	107	7171000	884	America/Chicago
7171001	City of White Plains	city-of-white-plains			US	GA	133	7171001	284	America/New_York
7171002	City of Whitesburg	city-of-whitesburg			US	KY	133	7171002	2139	America/New_York
7171003	City of Whitesburg	city-of-whitesburg			US	GA	045	7171003	588	America/New_York
7171004	City of Whitesville	city-of-whitesville			US	KY	059	7171004	552	America/Chicago
7171005	City of Wickliffe	city-of-wickliffe			US	KY	007	7171005	688	America/Chicago
7171007	City of Wilder	city-of-wilder			US	KY	037	7171007	3035	America/New_York
7171008	City of Wildwood	city-of-wildwood			US	KY	111	7171008	261	America/Kentucky/Louisville
7171009	City of Willacoochee	city-of-willacoochee			US	GA	003	7171009	1391	America/New_York
7171010	City of Williamsburg	city-of-williamsburg			US	KY	235	7171010	5245	America/New_York
7171011	City of Williamson	city-of-williamson			US	GA	231	7171011	352	America/New_York
7171012	City of Williamstown	city-of-williamstown			US	KY	081	7171012	3925	America/New_York
7171013	City of Willisburg	city-of-willisburg			US	KY	229	7171013	282	America/New_York
7171016	City of Wilmore	city-of-wilmore			US	KY	113	7171016	3686	America/New_York
7171020	City of Wilton Manors	city-of-wilton-manors			US	FL	011	7171020	11632	America/New_York
7171021	City of Winchester	city-of-winchester			US	KY	049	7171021	18368	America/New_York
7171022	City of Windy Hills	city-of-windy-hills			US	KY	111	7171022	2385	America/Kentucky/Louisville
7171023	City of Wingo	city-of-wingo			US	KY	083	7171023	632	America/Chicago
7171026	City of Winter Garden	city-of-winter-garden			US	FL	095	7171026	34568	America/New_York
7171027	City of Winter Haven	city-of-winter-haven			US	FL	105	7171027	33874	America/New_York
7171028	City of Winter Park	city-of-winter-park			US	FL	095	7171028	27852	America/New_York
7171029	City of Winter Springs	city-of-winter-springs			US	FL	117	7171029	33282	America/New_York
7171030	City of Winterville	city-of-winterville			US	GA	059	7171030	1122	America/New_York
7171032	City of Woodbine	city-of-woodbine			US	GA	039	7171032	1412	America/New_York
7171033	City of Woodburn	city-of-woodburn			US	KY	227	7171033	355	America/Chicago
7171034	City of Woodbury	city-of-woodbury			US	KY	031	7171034	90	America/Chicago
7171035	City of Woodbury	city-of-woodbury			US	GA	199	7171035	961	America/New_York
7171036	City of Woodland	city-of-woodland			US	GA	263	7171036	408	America/New_York
7171037	City of Woodland Hills	city-of-woodland-hills			US	KY	111	7171037	696	America/Kentucky/Louisville
7171039	City of Woodlawn	city-of-woodlawn			US	KY	037	7171039	229	America/New_York
7171040	City of Woodlawn Park	city-of-woodlawn-park			US	KY	111	7171040	942	America/Kentucky/Louisville
7171042	City of Woodstock	city-of-woodstock			US	GA	057	7171042	23896	America/New_York
7171043	City of Woodville	city-of-woodville			US	GA	133	7171043	321	America/New_York
7171044	City of Worthington	city-of-worthington			US	KY	089	7171044	1609	America/New_York
7171045	City of Worthington Hills	city-of-worthington-hills			US	KY	111	7171045	1446	America/Kentucky/Louisville
7171046	City of Worthville	city-of-worthville			US	KY	041	7171046	185	America/New_York
7171047	City of Wrens	city-of-wrens			US	GA	163	7171047	2187	America/New_York
7171050	City of Wurtland	city-of-wurtland			US	KY	089	7171050	995	America/New_York
7171054	Town of Havana	town-of-havana			US	FL	039	7171054	1754	America/New_York
7171055	Town of Haverhill	town-of-haverhill			US	FL	099	7171055	1873	America/New_York
7171083	Town of Highland Beach	town-of-highland-beach			US	FL	099	7171083	3539	America/New_York
7171088	Town of Hillcrest Heights	town-of-hillcrest-heights			US	FL	105	7171088	254	America/New_York
7171089	Town of Hilliard	town-of-hilliard			US	FL	089	7171089	3086	America/New_York
7171091	Town of Hillsboro Beach	town-of-hillsboro-beach			US	FL	011	7171091	1875	America/New_York
7171118	Town of Horseshoe Beach	town-of-horseshoe-beach			US	FL	029	7171118	169	America/New_York
7171122	Town of Howey-in-the-Hills	town-of-howey-in-the-hills			US	FL	069	7171122	1098	America/New_York
7171130	Town of Hypoluxo	town-of-hypoluxo			US	FL	099	7171130	2588	America/New_York
7171135	Town of Indialantic	town-of-indialantic			US	FL	009	7171135	2720	America/New_York
7171137	Town of Indian River Shores	town-of-indian-river-shores			US	FL	061	7171137	3901	America/New_York
7171138	Town of Indian Shores	town-of-indian-shores			US	FL	103	7171138	1420	America/New_York
7171140	Town of Interlachen	town-of-interlachen			US	FL	107	7171140	1403	America/New_York
7171158	Town of Jay	town-of-jay			US	FL	113	7171158	533	America/Chicago
7171162	City of Jenkinsburg	city-of-jenkinsburg	City of Jenkinsburg,Town of Jenkinsburg		US	GA	035	7171162	370	America/New_York
7171164	Town of Jennings	town-of-jennings			US	FL	047	7171164	878	America/New_York
7171175	Town of Juno Beach	town-of-juno-beach			US	FL	099	7171175	3176	America/New_York
7171176	Town of Jupiter	town-of-jupiter			US	FL	099	7171176	55156	America/New_York
7171177	Town of Jupiter Inlet Colony	town-of-jupiter-inlet-colony			US	FL	099	7171177	400	America/New_York
7171178	Town of Jupiter Island	town-of-jupiter-island			US	FL	085	7171178	817	America/New_York
7171186	Town of Kenneth City	town-of-kenneth-city			US	FL	103	7171186	4980	America/New_York
7171210	Town of La Crosse	town-of-la-crosse			US	FL	001	7171210	360	America/New_York
7171216	Town of Lake Clarke Shores	town-of-lake-clarke-shores			US	FL	099	7171216	3376	America/New_York
7171217	Town of Lake Hamilton	town-of-lake-hamilton			US	FL	105	7171217	1231	America/New_York
7171219	Town of Lake Park	town-of-lake-park			US	FL	099	7171219	8155	America/New_York
7171220	Town of Lake Placid	town-of-lake-placid			US	FL	055	7171220	2223	America/New_York
7171232	Town of Lantana	town-of-lantana			US	FL	099	7171232	10423	America/New_York
7171236	Town of Lauderdale-by-the-Sea	town-of-lauderdale-by-the-sea			US	FL	011	7171236	6056	America/New_York
7171243	Town of Lee	town-of-lee			US	FL	079	7171243	352	America/New_York
7171284	Town of Longboat Key	town-of-longboat-key			US	FL	081	7171284	6888	America/New_York
7171297	Town of Loxahatchee Groves	town-of-loxahatchee-groves			US	FL	099	7171297	3180	America/New_York
7171325	Town of Malabar	town-of-malabar			US	FL	009	7171325	2757	America/New_York
7171326	Town of Malone	town-of-malone			US	FL	063	7171326	2088	America/Chicago
7171330	Town of Manalapan	town-of-manalapan			US	FL	099	7171330	406	America/New_York
7171341	Town of Marineland	town-of-marineland			US	FL	035	7171341	16	America/New_York
7171358	Town of Mayo	town-of-mayo			US	FL	067	7171358	1237	America/New_York
7171374	Town of McIntosh	town-of-mcintosh			US	FL	083	7171374	452	America/New_York
7171382	Town of Medley	town-of-medley			US	FL	086	7171382	838	America/New_York
7171384	Town of Melbourne Beach	town-of-melbourne-beach			US	FL	009	7171384	3101	America/New_York
7171385	Town of Melbourne Village	town-of-melbourne-village			US	FL	009	7171385	662	America/New_York
7171394	Town of Miami Lakes	town-of-miami-lakes			US	FL	086	7171394	29361	America/New_York
7171425	Town of Montverde	town-of-montverde			US	FL	069	7171425	1463	America/New_York
7171474	Town of Caryville	town-of-caryville			US	FL	133	7171474	411	America/Chicago
7171494	Town of Century	town-of-century			US	FL	033	7171494	1698	America/Chicago
7171500	Town of Charlotte	town-of-charlotte			US	TN	043	7171500	1235	America/Chicago
7171512	Town of Cinco Bayou	town-of-cinco-bayou			US	FL	091	7171512	383	America/Chicago
7171524	Town of Cloud Lake	town-of-cloud-lake			US	FL	099	7171524	135	America/New_York
7171561	Town of Cottondale	town-of-cottondale			US	FL	063	7171561	933	America/Chicago
7171578	Town of Cross City	town-of-cross-city			US	FL	029	7171578	1728	America/New_York
7171588	Town of Cutler Bay	town-of-cutler-bay			US	FL	086	7171588	40286	America/New_York
7171598	Town of Davie	town-of-davie			US	FL	011	7171598	91992	America/New_York
7171645	Town of Dundee	town-of-dundee			US	FL	105	7171645	3717	America/New_York
7171657	Town of Eatonville	town-of-eatonville			US	FL	095	7171657	2159	America/New_York
7171658	Town of Ebro	town-of-ebro			US	FL	133	7171658	270	America/Chicago
7171701	Town of Esto	town-of-esto			US	FL	059	7171701	364	America/Chicago
7171747	Town of Fort Myers Beach	town-of-fort-myers-beach			US	FL	071	7171747	6277	America/New_York
7171748	Town of Fort White	town-of-fort-white			US	FL	023	7171748	567	America/New_York
7171813	Town of Glen Ridge	town-of-glen-ridge			US	FL	099	7171813	219	America/New_York
7171814	Town of Glen Saint Mary	town-of-glen-saint-mary			US	FL	003	7171814	437	America/New_York
7171820	Town of Golden Beach	town-of-golden-beach			US	FL	086	7171820	919	America/New_York
7171835	Town of Grand Ridge	town-of-grand-ridge			US	FL	063	7171835	892	America/Chicago
7171840	Town of Grant-Valkaria	town-of-grant-valkaria			US	FL	009	7171840	3850	America/New_York
7171849	Town of Greensboro	town-of-greensboro			US	FL	039	7171849	602	America/New_York
7171851	Town of Greenville	town-of-greenville			US	FL	079	7171851	843	America/New_York
7171853	Town of Greenwood	town-of-greenwood			US	FL	063	7171853	686	America/Chicago
7171862	Town of Gulf Stream	town-of-gulf-stream			US	FL	099	7171862	786	America/New_York
7171886	Town of Hastings	town-of-hastings			US	FL	109	7171886	580	America/New_York
7172017	Town of Vanleer	town-of-vanleer			US	TN	043	7172017	395	America/Chicago
7172063	Town of Wausau	town-of-wausau			US	FL	133	7172063	383	America/Chicago
7172075	Town of Welaka	town-of-welaka			US	FL	107	7172075	701	America/New_York
7172093	Town of Westville	town-of-westville			US	FL	059	7172093	289	America/Chicago
7172096	Town of White Bluff	town-of-white-bluff			US	TN	043	7172096	3206	America/Chicago
7172101	Town of White Springs	town-of-white-springs			US	FL	047	7172101	777	America/New_York
7172117	Town of Windermere	town-of-windermere			US	FL	095	7172117	2462	America/New_York
7172139	Town of Worthington Springs	town-of-worthington-springs			US	FL	125	7172139	181	America/New_York
7172149	Town of Zolfo Springs	town-of-zolfo-springs			US	FL	049	7172149	1827	America/New_York
7172151	Township 1, North Marshall	township-1-north-marshall			US	NC	115	93290	0	America/New_York
7172152	Township 1, South Marshall	township-1-south-marshall			US	NC	115	93298	0	America/New_York
7172153	Township 10, Grapevine	township-10-grapevine			US	NC	115	93660	0	America/New_York
7172154	Township 11, Revere-Rice Cove	township-11-revere-rice-cove			US	NC	115	93706	0	America/New_York
7172155	Township 9, Sandy Mush	township-9-sandy-mush			US	NC	115	93654	0	America/New_York
7172156	Township of Arbana	township-of-arbana			US	AR	137	90053	0	America/Chicago
7172160	Township of Benton	township-of-benton			US	MO	225	04820	0	America/Chicago
7172161	Township of Bidville	township-of-bidville			US	AR	033	90248	0	America/Chicago
7172162	Township of Butte	township-of-butte			US	ND	055	11220	0	America/Chicago
7172163	Township of Carson	township-of-carson			US	AR	093	90683	0	America/Chicago
7172164	Township of Dalton	township-of-dalton			US	AR	121	91012	0	America/Chicago
7172165	Township of Dean Springs	township-of-dean-springs			US	AR	033	91043	0	America/Chicago
7172166	Township of Dickerson-Hill	township-of-dickerson-hill			US	AR	071	91099	0	America/Chicago
7172168	Township of East Roanoke	township-of-east-roanoke			US	AR	121	91204	0	America/Chicago
7172169	Township of Elkins	township-of-elkins			US	AR	143	91225	0	America/Chicago
7172170	Township of Farmington	township-of-farmington			US	AR	143	91274	0	America/Chicago
7172171	Township of Fayetteville	township-of-fayetteville			US	AR	143	91283	0	America/Chicago
7172172	Township of Greenfield	township-of-greenfield			US	AR	095	91515	0	America/Chicago
7172173	Township of Keener	township-of-keener			US	AR	127	92012	0	America/Chicago
7172174	Township of Kibler	township-of-kibler			US	AR	033	92039	0	America/Chicago
7172175	Township of Lincoln	township-of-lincoln			US	AR	143	92213	0	America/Chicago
7172176	Township of Locke	township-of-locke			US	AR	033	92240	0	America/Chicago
7172177	Township of Marble Falls	township-of-marble-falls			US	AR	101	92373	0	America/Chicago
7172178	Township of Marcella	township-of-marcella			US	AR	137	92374	0	America/Chicago
7172179	Township of Montgomery-Smalley	township-of-montgomery-smalley			US	AR	095	92539	0	America/Chicago
7172180	Township of Mountainburg	township-of-mountainburg			US	AR	033	92614	0	America/Chicago
7172181	Township of Mulberry	township-of-mulberry			US	AR	033	92648	0	America/Chicago
7172215	Town of Noma	town-of-noma			US	FL	059	7172215	211	America/Chicago
7172226	Town of North Redington Beach	town-of-north-redington-beach			US	FL	103	7172226	1417	America/New_York
7172250	Town of Ocean Breeze Park	town-of-ocean-breeze-park			US	FL	085	7172250	355	America/New_York
7172252	Town of Ocean Ridge	town-of-ocean-ridge			US	FL	099	7172252	1786	America/New_York
7172269	Town of Orange Park	town-of-orange-park			US	FL	019	7172269	8412	America/New_York
7172271	Town of Orchid	town-of-orchid			US	FL	061	7172271	415	America/New_York
7172278	Town of Otter Creek	town-of-otter-creek			US	FL	075	7172278	134	America/New_York
7172286	Town of Palm Beach Shores	town-of-palm-beach-shores			US	FL	099	7172286	1142	America/New_York
7172287	Town of Palm Shores	town-of-palm-shores			US	FL	009	7172287	900	America/New_York
7172301	Town of Paxton	town-of-paxton			US	FL	131	7172301	644	America/Chicago
7172311	Town of Pembroke Park	town-of-pembroke-park			US	FL	011	7172311	6102	America/New_York
7172314	Town of Penney Farms	town-of-penney-farms			US	FL	019	7172314	749	America/New_York
7172325	Town of Pierson	town-of-pierson			US	FL	127	7172325	1736	America/New_York
7172354	Town of Polk City	town-of-polk-city			US	FL	105	7172354	1562	America/New_York
7172360	Town of Pomona Park	town-of-pomona-park			US	FL	107	7172360	912	America/New_York
7172361	Town of Ponce de Leon	town-of-ponce-de-leon			US	FL	059	7172361	598	America/Chicago
7172362	Town of Ponce Inlet	town-of-ponce-inlet			US	FL	127	7172362	3032	America/New_York
7172384	Town of Raiford	town-of-raiford			US	FL	125	7172384	255	America/New_York
7172402	Town of Reddick	town-of-reddick			US	FL	083	7172402	506	America/New_York
7172403	Town of Redington Beach	town-of-redington-beach			US	FL	103	7172403	1427	America/New_York
7172404	Town of Redington Shores	town-of-redington-shores			US	FL	103	7172404	2121	America/New_York
7172483	Town of Saint Leo	town-of-saint-leo			US	FL	101	7172483	1340	America/New_York
7172527	Town of Sewall's Point	town-of-sewall-s-point			US	FL	085	7172527	1996	America/New_York
7172529	Town of Shalimar	town-of-shalimar			US	FL	091	7172529	717	America/Chicago
7172569	Town of Sneads	town-of-sneads			US	FL	063	7172569	1849	America/Chicago
7172582	Town of South Palm Beach	town-of-south-palm-beach			US	FL	099	7172582	1171	America/New_York
7172586	Town of Southwest Ranches	town-of-southwest-ranches			US	FL	011	7172586	7345	America/New_York
7172606	Township of Optimus	township-of-optimus			US	AR	137	92764	0	America/Chicago
7172607	Township of Oxley	township-of-oxley			US	AR	129	92801	0	America/Chicago
7172610	Township of Uniontown	township-of-uniontown			US	AR	033	93733	0	America/Chicago
7172612	Township of West Roanoke	township-of-west-roanoke			US	AR	121	93974	0	America/Chicago
7172613	Township of Wheeler	township-of-wheeler			US	AR	143	93985	0	America/Chicago
7172621	Village of Bal Harbour	village-of-bal-harbour			US	FL	086	7172621	2513	America/New_York
7172654	Village of El Portal	village-of-el-portal			US	FL	086	7172654	2325	America/New_York
7172672	Village of Golf	village-of-golf			US	FL	099	7172672	252	America/New_York
7172681	Village of Highland Park	village-of-highland-park			US	FL	105	7172681	230	America/New_York
7172685	Village of Islamorada, Village of Islands	village-of-islamorada-village-of-islands			US	FL	087	7172685	6119	America/New_York
7172688	Village of Key Biscayne	village-of-key-biscayne			US	FL	086	7172688	12344	America/New_York
7172693	Village of Lazy Lake	village-of-lazy-lake			US	FL	011	7172693	24	America/New_York
7172706	Village of Miami Shores	village-of-miami-shores			US	FL	086	7172706	10493	America/New_York
7172717	Village of North Palm Beach	village-of-north-palm-beach			US	FL	099	7172717	12015	America/New_York
7172721	Village of Palm Springs	village-of-palm-springs			US	FL	099	7172721	18928	America/New_York
7172723	Village of Palmetto Bay	village-of-palmetto-bay			US	FL	086	7172723	23410	America/New_York
7172726	Village of Pinecrest	village-of-pinecrest			US	FL	086	7172726	18223	America/New_York
7172745	Village of Sea Ranch Lakes	village-of-sea-ranch-lakes			US	FL	011	7172745	670	America/New_York
7172763	Village of Tequesta	village-of-tequesta			US	FL	099	7172763	5629	America/New_York
7172768	Village of Virginia Gardens	village-of-virginia-gardens			US	FL	086	7172768	2375	America/New_York
7172771	Village of Wellington	village-of-wellington			US	FL	099	7172771	56508	America/New_York
7172776	Township of Whitehouse	township-of-whitehouse	Township of Whitehouse,Whitehouse Township		US	NC	155	93962	0	America/New_York
7172810	City of Carthage	city-of-carthage			US	TX	365	7172810	6779	America/Chicago
7172814	City of Cashion Community	city-of-cashion-community			US	TX	485	7172814	348	America/Chicago
7172815	City of Cashmere	city-of-cashmere			US	WA	007	7172815	3063	America/Los_Angeles
7172817	City of Castle Hills	city-of-castle-hills			US	TX	029	7172817	4116	America/Chicago
7172818	City of Castle Rock	city-of-castle-rock			US	WA	015	7172818	1982	America/Los_Angeles
7172819	City of Castroville	city-of-castroville			US	TX	325	7172819	2680	America/Chicago
7172822	City of Cedar Hill	city-of-cedar-hill			US	TX	113	7172822	45028	America/Chicago
7172824	City of Cedar Park	city-of-cedar-park			US	TX	491	7172824	48937	America/Chicago
7172826	City of Celeste	city-of-celeste			US	TX	231	7172826	814	America/Chicago
7172827	City of Celina	city-of-celina			US	TX	085	7172827	6028	America/Chicago
7172829	City of Center	city-of-center			US	TX	419	7172829	5193	America/Chicago
7172830	City of Centerville	city-of-centerville			US	TX	289	7172830	892	America/Chicago
7172834	City of Centralia	city-of-centralia			US	WA	041	7172834	16336	America/Los_Angeles
7172838	City of Chandler	city-of-chandler			US	TX	213	7172838	2734	America/Chicago
7172839	City of Channing	city-of-channing			US	TX	205	7172839	363	America/Chicago
7172840	City of Charlotte	city-of-charlotte			US	TX	013	7172840	1715	America/Chicago
7172841	City of Chehalis	city-of-chehalis			US	WA	041	7172841	7259	America/Los_Angeles
7172842	City of Cheney	city-of-cheney			US	WA	063	7172842	10590	America/Los_Angeles
7172846	City of Chico	city-of-chico			US	TX	497	7172846	1002	America/Chicago
7172847	City of Childress	city-of-childress			US	TX	075	7172847	6105	America/Chicago
7172848	City of Chillicothe	city-of-chillicothe			US	TX	197	7172848	707	America/Chicago
7172850	City of China	city-of-china			US	TX	245	7172850	1160	America/Chicago
7172854	City of Chireno	city-of-chireno			US	TX	347	7172854	386	America/Chicago
7172859	City of Cibolo	city-of-cibolo			US	TX	187	7172859	33433	America/Chicago
7172860	City of Cisco	city-of-cisco			US	TX	133	7172860	3899	America/Chicago
7172862	City of Clarendon	city-of-clarendon			US	TX	129	7172862	2026	America/Chicago
7172864	City of Clarkston	city-of-clarkston			US	WA	003	7172864	7229	America/Los_Angeles
7172865	City of Clarksville	city-of-clarksville			US	TX	387	7172865	3285	America/Chicago
7172866	City of Claude	city-of-claude			US	TX	011	7172866	1196	America/Chicago
7172868	City of Cle Elum	city-of-cle-elum			US	WA	037	7172868	1872	America/Los_Angeles
7172869	City of Clear Lake Shores	city-of-clear-lake-shores			US	TX	167	7172869	1063	America/Chicago
7172870	City of Cleburne	city-of-cleburne			US	TX	251	7172870	29337	America/Chicago
7172872	City of Cleveland	city-of-cleveland			US	TX	291	7172872	7675	America/Chicago
7172874	City of Clifton	city-of-clifton			US	TX	035	7172874	3442	America/Chicago
7172878	City of Clyde	city-of-clyde			US	TX	059	7172878	3713	America/Chicago
7172879	City of Clyde Hill	city-of-clyde-hill			US	WA	033	7172879	2984	America/Los_Angeles
7172882	City of Cockrell Hill	city-of-cockrell-hill			US	TX	113	7172882	4193	America/Chicago
7172887	City of Abbott	city-of-abbott			US	TX	217	7172887	356	America/Chicago
7172889	City of Aberdeen	city-of-aberdeen			US	WA	027	7172889	16896	America/Los_Angeles
7172890	City of Abernathy	city-of-abernathy			US	TX	189	7172890	2805	America/Chicago
7172891	City of Abilene	city-of-abilene			US	TX	441	7172891	117063	America/Chicago
7172893	City of Ackerly	city-of-ackerly			US	TX	317	7172893	220	America/Chicago
7172897	City of Adrian	city-of-adrian			US	TX	359	7172897	166	America/Chicago
7172898	City of Agua Dulce	city-of-agua-dulce			US	TX	355	7172898	812	America/Chicago
7172899	City of Airway Heights	city-of-airway-heights			US	WA	063	7172899	6114	America/Los_Angeles
7172900	City of Alamo	city-of-alamo			US	TX	215	7172900	18353	America/Chicago
7172904	City of Albany	city-of-albany			US	TX	417	7172904	2034	America/Chicago
7172906	City of Aledo	city-of-aledo			US	TX	367	7172906	2716	America/Chicago
7172907	City of Algona	city-of-algona			US	WA	033	7172907	3014	America/Los_Angeles
7172908	City of Alice	city-of-alice			US	TX	249	7172908	19104	America/Chicago
7172910	City of Allen	city-of-allen			US	TX	085	7172910	84246	America/Chicago
7172911	City of Alpine	city-of-alpine			US	TX	043	7172911	5905	America/Chicago
7172913	City of Alton	city-of-alton			US	TX	215	7172913	12341	America/Chicago
7172916	City of Alvarado	city-of-alvarado			US	TX	251	7172916	3785	America/Chicago
7172917	City of Alvin	city-of-alvin			US	TX	039	7172917	24236	America/Chicago
7172918	City of Amarillo	city-of-amarillo			US	TX	375	7172918	190695	America/Chicago
7172922	City of Ames	city-of-ames			US	TX	291	7172922	1003	America/Chicago
7172923	City of Amherst	city-of-amherst			US	TX	279	7172923	721	America/Chicago
7172926	City of Anacortes	city-of-anacortes			US	WA	057	7172926	15778	America/Los_Angeles
7172929	City of Anahuac	city-of-anahuac			US	TX	071	7172929	2243	America/Chicago
7172930	City of Anderson	city-of-anderson			US	TX	185	7172930	222	America/Chicago
7172931	City of Andrews	city-of-andrews			US	TX	003	7172931	11088	America/Chicago
7172932	City of Angleton	city-of-angleton			US	TX	039	7172932	18862	America/Chicago
7172933	City of Angus	city-of-angus			US	TX	349	7172933	414	America/Chicago
7172934	City of Anna	city-of-anna			US	TX	085	7172934	8249	America/Chicago
7172935	City of Anson	city-of-anson			US	TX	253	7172935	2430	America/Chicago
7172938	City of Anton	city-of-anton			US	TX	219	7172938	1126	America/Chicago
7172940	City of Appleby	city-of-appleby			US	TX	347	7172940	474	America/Chicago
7172941	City of Aquilla	city-of-aquilla			US	TX	217	7172941	109	America/Chicago
7172942	City of Aransas Pass	city-of-aransas-pass			US	TX	355	7172942	8204	America/Chicago
7172944	City of Arcola	city-of-arcola			US	TX	157	7172944	1642	America/Chicago
7172946	City of Argyle	city-of-argyle			US	TX	121	7172946	3282	America/Chicago
7172949	City of Arlington	city-of-arlington			US	TX	439	7172949	365438	America/Chicago
7172950	City of Arlington	city-of-arlington			US	WA	061	7172950	17926	America/Los_Angeles
7172951	City of Arp	city-of-arp			US	TX	423	7172951	970	America/Chicago
7172953	City of Asherton	city-of-asherton			US	TX	127	7172953	1084	America/Chicago
7172956	City of Asotin	city-of-asotin			US	WA	003	7172956	1251	America/Los_Angeles
7172961	City of Aubrey	city-of-aubrey			US	TX	121	7172961	2595	America/Chicago
7172962	City of Auburn	city-of-auburn			US	WA	033	7172962	70180	America/Los_Angeles
7172964	City of Aurora	city-of-aurora			US	CO	005	7172964	325078	America/Denver
7172966	City of Aurora	city-of-aurora			US	TX	497	7172966	1220	America/Chicago
7172968	City of Austwell	city-of-austwell			US	TX	391	7172968	147	America/Chicago
7172971	City of Bailey	city-of-bailey			US	TX	147	7172971	289	America/Chicago
7172972	City of Bainbridge Island	city-of-bainbridge-island			US	WA	035	7172972	23025	America/Los_Angeles
7172973	City of Baird	city-of-baird			US	TX	059	7172973	1496	America/Chicago
7172974	City of Balch Springs	city-of-balch-springs			US	TX	113	7172974	23728	America/Chicago
7172975	City of Balmorhea	city-of-balmorhea			US	TX	389	7172975	479	America/Chicago
7172977	City of Bandera	city-of-bandera			US	TX	019	7172977	857	America/Chicago
7172979	City of Bangs	city-of-bangs			US	TX	049	7172979	1603	America/Chicago
7172982	City of Bardwell	city-of-bardwell			US	TX	139	7172982	649	America/Chicago
7172985	City of Barry	city-of-barry			US	TX	349	7172985	242	America/Chicago
7172986	City of Barstow	city-of-barstow			US	TX	475	7172986	349	America/Chicago
7172988	City of Bartlett	city-of-bartlett			US	TX	491	7172988	1623	America/Chicago
7172990	City of Battle Ground	city-of-battle-ground			US	WA	011	7172990	17571	America/Los_Angeles
7172992	City of Bayou Vista	city-of-bayou-vista			US	TX	167	7172992	1537	America/Chicago
7172993	City of Baytown	city-of-baytown			US	TX	201	7172993	71802	America/Chicago
7172994	City of Beasley	city-of-beasley			US	TX	157	7172994	641	America/Chicago
7172995	City of Beaumont	city-of-beaumont			US	TX	245	7172995	118296	America/Chicago
7172997	City of Beckville	city-of-beckville			US	TX	365	7172997	847	America/Chicago
7172998	City of Bedford	city-of-bedford			US	TX	439	7172998	46979	America/Chicago
7172999	City of Bedias	city-of-bedias			US	TX	185	7172999	443	America/Chicago
7173003	City of Bellaire	city-of-bellaire			US	TX	201	7173003	16855	America/Chicago
7173005	City of Bellevue	city-of-bellevue			US	TX	077	7173005	362	America/Chicago
7173006	City of Bellevue	city-of-bellevue			US	WA	033	7173006	122363	America/Los_Angeles
7173007	City of Bellingham	city-of-bellingham			US	WA	073	7173007	80885	America/Los_Angeles
7173008	City of Bellmead	city-of-bellmead			US	TX	309	7173008	9901	America/Chicago
7173010	City of Belton	city-of-belton			US	TX	027	7173010	18216	America/Chicago
7173011	City of Benavides	city-of-benavides			US	TX	131	7173011	1362	America/Chicago
7173012	City of Benbrook	city-of-benbrook			US	TX	439	7173012	21234	America/Chicago
7173014	City of Benjamin	city-of-benjamin			US	TX	275	7173014	258	America/Chicago
7173015	City of Bertram	city-of-bertram			US	TX	053	7173015	1353	America/Chicago
7173017	City of Beverly Hills	city-of-beverly-hills			US	TX	309	7173017	1995	America/Chicago
7173018	City of Bevil Oaks	city-of-bevil-oaks			US	TX	245	7173018	1274	America/Chicago
7173020	City of Big Lake	city-of-big-lake			US	TX	383	7173020	2936	America/Chicago
7173021	City of Big Spring	city-of-big-spring			US	TX	227	7173021	27282	America/Chicago
7173023	City of Big Wells	city-of-big-wells			US	TX	127	7173023	697	America/Chicago
7173025	City of Bingen	city-of-bingen			US	WA	039	7173025	712	America/Los_Angeles
7173027	City of Black Diamond	city-of-black-diamond			US	WA	033	7173027	4151	America/Los_Angeles
7173030	City of Blackwell	city-of-blackwell			US	TX	353	7173030	311	America/Chicago
7173031	City of Blaine	city-of-blaine			US	WA	073	7173031	4684	America/Los_Angeles
7173036	City of Blossom	city-of-blossom			US	TX	277	7173036	1494	America/Chicago
7173037	City of Blue Mound	city-of-blue-mound			US	TX	439	7173037	2394	America/Chicago
7173038	City of Blue Ridge	city-of-blue-ridge			US	TX	085	7173038	822	America/Chicago
7173042	City of Bogata	city-of-bogata			US	TX	387	7173042	1153	America/Chicago
7173044	City of Bonney Lake	city-of-bonney-lake			US	WA	053	7173044	17374	America/Los_Angeles
7173045	City of Borger	city-of-borger			US	TX	233	7173045	13251	America/Chicago
7173046	City of Bothell	city-of-bothell			US	WA	061	7173046	33505	America/Los_Angeles
7173051	City of Bovina	city-of-bovina			US	TX	369	7173051	1868	America/Chicago
7173052	City of Bowie	city-of-bowie			US	TX	337	7173052	5218	America/Chicago
7173054	City of Brackettville	city-of-brackettville			US	TX	271	7173054	1688	America/Chicago
7173055	City of Brady	city-of-brady			US	TX	307	7173055	5528	America/Chicago
7173056	City of Brazos Bend	city-of-brazos-bend			US	TX	221	7173056	305	America/Chicago
7173057	City of Brazos Country	city-of-brazos-country			US	TX	015	7173057	469	America/Chicago
7173058	City of Breckenridge	city-of-breckenridge			US	TX	429	7173058	5780	America/Chicago
7173059	City of Bremerton	city-of-bremerton			US	WA	035	7173059	37729	America/Los_Angeles
7173060	City of Bremond	city-of-bremond			US	TX	395	7173060	929	America/Chicago
7173061	City of Brenham	city-of-brenham			US	TX	477	7173061	15716	America/Chicago
7173062	City of Brewster	city-of-brewster			US	WA	047	7173062	2370	America/Los_Angeles
7173063	City of Briaroaks	city-of-briaroaks			US	TX	251	7173063	492	America/Chicago
7173065	City of Bridgeport	city-of-bridgeport			US	TX	497	7173065	5976	America/Chicago
7173066	City of Bridgeport	city-of-bridgeport			US	WA	017	7173066	2409	America/Los_Angeles
7173067	City of Brier	city-of-brier			US	WA	061	7173067	6087	America/Los_Angeles
7173068	City of Brighton	city-of-brighton			US	CO	001	7173068	33352	America/Denver
7173073	City of Brookshire	city-of-brookshire			US	TX	473	7173073	4702	America/Chicago
7173074	City of Brookside Village	city-of-brookside-village			US	TX	039	7173074	1523	America/Chicago
7173075	City of Browndell	city-of-browndell			US	TX	241	7173075	197	America/Chicago
7173076	City of Brownfield	city-of-brownfield			US	TX	445	7173076	9657	America/Chicago
7173077	City of Brownsboro	city-of-brownsboro			US	TX	213	7173077	1039	America/Chicago
7173079	City of Brownsville	city-of-brownsville			US	TX	061	7173079	175023	America/Chicago
7173081	City of Bryan	city-of-bryan			US	TX	041	7173081	76201	America/Chicago
7173082	City of Bryson	city-of-bryson			US	TX	237	7173082	539	America/Chicago
7173083	City of Buckley	city-of-buckley			US	WA	053	7173083	4354	America/Los_Angeles
7173084	City of Buda	city-of-buda			US	TX	209	7173084	7295	America/Chicago
7173087	City of Buffalo	city-of-buffalo			US	TX	289	7173087	1856	America/Chicago
7173089	City of Bulverde	city-of-bulverde			US	TX	091	7173089	4630	America/Chicago
7173090	City of Bunker Hill Village	city-of-bunker-hill-village			US	TX	201	7173090	3633	America/Chicago
7173091	City of Burien	city-of-burien			US	WA	033	7173091	33313	America/Los_Angeles
7173092	City of Burkburnett	city-of-burkburnett			US	TX	485	7173092	10811	America/Chicago
7173093	City of Burke	city-of-burke			US	TX	005	7173093	737	America/Chicago
7173094	City of Burleson	city-of-burleson			US	TX	251	7173094	36690	America/Chicago
7173098	City of Burlington	city-of-burlington			US	WA	057	7173098	8388	America/Los_Angeles
7173099	City of Burnet	city-of-burnet			US	TX	053	7173099	5987	America/Chicago
7173101	City of Cactus	city-of-cactus			US	TX	341	7173101	3179	America/Chicago
7173104	City of Caldwell	city-of-caldwell			US	TX	051	7173104	4104	America/Chicago
7173107	City of Callisburg	city-of-callisburg			US	TX	097	7173107	353	America/Chicago
7173108	City of Calvert	city-of-calvert			US	TX	395	7173108	1192	America/Chicago
7173109	City of Camas	city-of-camas			US	WA	011	7173109	19355	America/Los_Angeles
7173111	City of Cameron	city-of-cameron			US	TX	331	7173111	5552	America/Chicago
7173112	City of Camp Wood	city-of-camp-wood			US	TX	385	7173112	706	America/Chicago
7173113	City of Campbell	city-of-campbell			US	TX	231	7173113	638	America/Chicago
7173114	City of Canadian	city-of-canadian			US	TX	211	7173114	2649	America/Chicago
7173123	City of Carmine	city-of-carmine			US	TX	149	7173123	250	America/Chicago
7173124	City of Carnation	city-of-carnation			US	WA	033	7173124	1786	America/Los_Angeles
7173125	City of Carrizo Springs	city-of-carrizo-springs			US	TX	127	7173125	5368	America/Chicago
7173126	City of Carrollton	city-of-carrollton			US	TX	121	7173126	119097	America/Chicago
7173127	City of Huntsville	city-of-huntsville			US	TX	471	7173127	38548	America/Chicago
7173128	City of Hurst	city-of-hurst			US	TX	439	7173128	37337	America/Chicago
7173129	City of Hutchins	city-of-hutchins			US	TX	113	7173129	5338	America/Chicago
7173130	City of Hutto	city-of-hutto			US	TX	491	7173130	14698	America/Chicago
7173131	City of Huxley	city-of-huxley			US	TX	419	7173131	385	America/Chicago
7173136	City of Idalou	city-of-idalou			US	TX	303	7173136	2250	America/Chicago
7173138	City of Ilwaco	city-of-ilwaco			US	WA	049	7173138	936	America/Los_Angeles
7173142	City of Industry	city-of-industry			US	TX	015	7173142	304	America/Chicago
7173143	City of Ingleside on the Bay	city-of-ingleside-on-the-bay			US	TX	409	7173143	615	America/Chicago
7173144	City of Ingram	city-of-ingram			US	TX	265	7173144	1804	America/Chicago
7173147	City of Iowa Park	city-of-iowa-park			US	TX	485	7173147	6355	America/Chicago
7173148	City of Iredell	city-of-iredell			US	TX	035	7173148	339	America/Chicago
7173151	City of Irving	city-of-irving			US	TX	113	7173151	216290	America/Chicago
7173154	City of Itasca	city-of-itasca			US	TX	217	7173154	1644	America/Chicago
7173156	City of Jacksboro	city-of-jacksboro			US	TX	237	7173156	4511	America/Chicago
7173159	City of Jacksonville	city-of-jacksonville			US	TX	073	7173159	14544	America/Chicago
7173162	City of Jamaica Beach	city-of-jamaica-beach			US	TX	167	7173162	983	America/Chicago
7173163	City of Jarrell	city-of-jarrell			US	TX	491	7173163	984	America/Chicago
7173164	City of Jasper	city-of-jasper			US	TX	241	7173164	7590	America/Chicago
7173167	City of Jefferson	city-of-jefferson			US	TX	315	7173167	2106	America/Chicago
7173169	City of Jersey Village	city-of-jersey-village			US	TX	201	7173169	7620	America/Chicago
7173170	City of Jewett	city-of-jewett			US	TX	289	7173170	1167	America/Chicago
7173171	City of Joaquin	city-of-joaquin			US	TX	419	7173171	824	America/Chicago
7173173	City of Jolly	city-of-jolly			US	TX	077	7173173	172	America/Chicago
7173174	City of Jonestown	city-of-jonestown			US	TX	453	7173174	1834	America/Chicago
7173177	City of Josephine	city-of-josephine			US	TX	085	7173177	812	America/Chicago
7173178	City of Joshua	city-of-joshua			US	TX	251	7173178	5910	America/Chicago
7173179	City of Jourdanton	city-of-jourdanton			US	TX	013	7173179	3871	America/Chicago
7173182	City of Junction	city-of-junction			US	TX	267	7173182	2574	America/Chicago
7173183	City of Justin	city-of-justin			US	TX	121	7173183	3246	America/Chicago
7173184	City of Kahlotus	city-of-kahlotus			US	WA	021	7173184	193	America/Los_Angeles
7173185	City of Kalama	city-of-kalama			US	WA	015	7173185	2344	America/Los_Angeles
7173189	City of Keene	city-of-keene			US	TX	251	7173189	6106	America/Chicago
7173191	City of Keller	city-of-keller			US	TX	439	7173191	39627	America/Chicago
7173193	City of Kelso	city-of-kelso			US	WA	015	7173193	11925	America/Los_Angeles
7173194	City of Kemah	city-of-kemah			US	TX	167	7173194	1773	America/Chicago
7173196	City of Kempner	city-of-kempner			US	TX	281	7173196	1089	America/Chicago
7173197	City of Kendleton	city-of-kendleton			US	TX	157	7173197	380	America/Chicago
7173199	City of Kenmore	city-of-kenmore	City of Kenmore		US	WA	033	7173199	20460	America/Los_Angeles
7173200	City of Kennard	city-of-kennard			US	TX	225	7173200	337	America/Chicago
7173201	City of Kennedale	city-of-kennedale			US	TX	439	7173201	6763	America/Chicago
7173202	City of Kennewick	city-of-kennewick			US	WA	005	7173202	73917	America/Los_Angeles
7173203	City of Kent	city-of-kent			US	WA	033	7173203	92411	America/Los_Angeles
7173204	City of Coldspring	city-of-coldspring			US	TX	407	7173204	853	America/Chicago
7173206	City of Colfax	city-of-colfax			US	WA	075	7173206	2805	America/Los_Angeles
7173208	City of College Place	city-of-college-place			US	WA	071	7173208	8765	America/Los_Angeles
7173209	City of College Station	city-of-college-station			US	TX	041	7173209	93857	America/Chicago
7173211	City of Colmesneil	city-of-colmesneil			US	TX	457	7173211	596	America/Chicago
7173215	City of Columbus	city-of-columbus			US	TX	089	7173215	3655	America/Chicago
7173217	City of Colville	city-of-colville			US	WA	065	7173217	4673	America/Los_Angeles
7173219	City of Combine	city-of-combine			US	TX	257	7173219	1942	America/Chicago
7173221	City of Commerce	city-of-commerce			US	TX	231	7173221	8078	America/Chicago
7173222	City of Commerce City	city-of-commerce-city			US	CO	001	7173222	45913	America/Denver
7173224	City of Conroe	city-of-conroe			US	TX	339	7173224	56207	America/Chicago
7173225	City of Cool	city-of-cool			US	TX	367	7173225	157	America/Chicago
7173227	City of Cooper	city-of-cooper			US	TX	119	7173227	1969	America/Chicago
7173229	City of Coppell	city-of-coppell			US	TX	113	7173229	38659	America/Chicago
7173232	City of Corinth	city-of-corinth			US	TX	121	7173232	19935	America/Chicago
7173234	City of Corpus Christi	city-of-corpus-christi			US	TX	355	7173234	305215	America/Chicago
7173235	City of Corsicana	city-of-corsicana			US	TX	349	7173235	23770	America/Chicago
7173237	City of Cosmopolis	city-of-cosmopolis			US	WA	027	7173237	1649	America/Los_Angeles
7173242	City of Cottonwood	city-of-cottonwood			US	TX	257	7173242	185	America/Chicago
7173244	City of Cottonwood Shores	city-of-cottonwood-shores			US	TX	053	7173244	1123	America/Chicago
7173245	City of Cotulla	city-of-cotulla			US	TX	283	7173245	3603	America/Chicago
7173248	City of Cove	city-of-cove			US	TX	071	7173248	510	America/Chicago
7173249	City of Covington	city-of-covington			US	TX	217	7173249	269	America/Chicago
7173250	City of Covington	city-of-covington			US	WA	033	7173250	17575	America/Los_Angeles
7173254	City of Crandall	city-of-crandall			US	TX	257	7173254	2858	America/Chicago
7173255	City of Crane	city-of-crane			US	TX	103	7173255	3353	America/Chicago
7173256	City of Cranfills Gap	city-of-cranfills-gap			US	TX	035	7173256	281	America/Chicago
7173257	City of Creedmoor	city-of-creedmoor			US	TX	453	7173257	202	America/Chicago
7173259	City of Cresson	city-of-cresson			US	TX	251	7173259	741	America/Chicago
7173262	City of Crockett	city-of-crockett			US	TX	225	7173262	6950	America/Chicago
7173263	City of Crosbyton	city-of-crosbyton			US	TX	107	7173263	1741	America/Chicago
7173265	City of Crowley	city-of-crowley			US	TX	439	7173265	12838	America/Chicago
7173267	City of Cumby	city-of-cumby			US	TX	223	7173267	777	America/Chicago
7173269	City of Cushing	city-of-cushing			US	TX	347	7173269	612	America/Chicago
7173272	City of Daingerfield	city-of-daingerfield			US	TX	343	7173272	2560	America/Chicago
7173273	City of Daisetta	city-of-daisetta			US	TX	291	7173273	966	America/Chicago
7173274	City of Dalhart	city-of-dalhart			US	TX	111	7173274	7930	America/Chicago
7173276	City of Dalworthington Gardens	city-of-dalworthington-gardens			US	TX	439	7173276	2259	America/Chicago
7173279	City of Danbury	city-of-danbury			US	TX	039	7173279	1715	America/Chicago
7173280	City of Davenport	city-of-davenport			US	WA	043	7173280	1734	America/Los_Angeles
7173285	City of Dayton	city-of-dayton			US	WA	013	7173285	2526	America/Los_Angeles
7173286	City of Dayton Lakes	city-of-dayton-lakes			US	TX	291	7173286	93	America/Chicago
7173287	City of De Kalb	city-of-de-kalb			US	TX	037	7173287	1699	America/Chicago
7173288	City of De Leon	city-of-de-leon			US	TX	093	7173288	2246	America/Chicago
7173289	City of Dean	city-of-dean			US	TX	077	7173289	493	America/Chicago
7173291	City of Decatur	city-of-decatur			US	TX	497	7173291	6042	America/Chicago
7173293	City of DeCordova	city-of-decordova	City of DeCordova,City of deCordova		US	TX	221	7173293	2683	America/Chicago
7173294	City of Deer Park	city-of-deer-park			US	TX	201	7173294	32010	America/Chicago
7173295	City of Deer Park	city-of-deer-park			US	WA	063	7173295	3652	America/Los_Angeles
7173297	City of Del Rio	city-of-del-rio			US	TX	465	7173297	35591	America/Chicago
7173300	City of Denison	city-of-denison			US	TX	181	7173300	22682	America/Chicago
7173301	City of Denton	city-of-denton			US	TX	121	7173301	113383	America/Chicago
7173302	City of Deport	city-of-deport			US	TX	277	7173302	578	America/Chicago
7173303	City of Des Moines	city-of-des-moines			US	WA	033	7173303	29673	America/Los_Angeles
7173304	City of DeSoto	city-of-desoto			US	TX	113	7173304	49047	America/Chicago
7173306	City of Devers	city-of-devers			US	TX	291	7173306	447	America/Chicago
7173309	City of Diboll	city-of-diboll			US	TX	005	7173309	4776	America/Chicago
7173310	City of Dickens	city-of-dickens			US	TX	125	7173310	286	America/Chicago
7173311	City of Dickinson	city-of-dickinson			US	TX	167	7173311	18680	America/Chicago
7173313	City of Dimmitt	city-of-dimmitt			US	TX	069	7173313	4393	America/Chicago
7173315	City of Donna	city-of-donna			US	TX	215	7173315	15798	America/Chicago
7173323	City of Dripping Springs	city-of-dripping-springs			US	TX	209	7173323	1788	America/Chicago
7173324	City of Driscoll	city-of-driscoll			US	TX	355	7173324	739	America/Chicago
7173327	City of Dublin	city-of-dublin			US	TX	143	7173327	3654	America/Chicago
7173331	City of Duncanville	city-of-duncanville			US	TX	113	7173331	38524	America/Chicago
7173334	City of DuPont	city-of-dupont			US	WA	053	7173334	8199	America/Los_Angeles
7173336	City of Duvall	city-of-duvall			US	WA	033	7173336	6695	America/Los_Angeles
7173338	City of Eagle Lake	city-of-eagle-lake			US	TX	089	7173338	3639	America/Chicago
7173340	City of Eagle Pass	city-of-eagle-pass			US	TX	323	7173340	26248	America/Chicago
7173342	City of Earth	city-of-earth			US	TX	279	7173342	1065	America/Chicago
7173343	City of East Bernard	city-of-east-bernard			US	TX	481	7173343	2272	America/Chicago
7173345	City of East Mountain	city-of-east-mountain			US	TX	459	7173345	797	America/Chicago
7173346	City of East Tawakoni	city-of-east-tawakoni			US	TX	379	7173346	883	America/Chicago
7173347	City of East Wenatchee	city-of-east-wenatchee			US	WA	017	7173347	13190	America/Los_Angeles
7173348	City of Easton	city-of-easton			US	TX	183	7173348	510	America/Chicago
7173350	City of Ector	city-of-ector			US	TX	147	7173350	695	America/Chicago
7173351	City of Edcouch	city-of-edcouch			US	TX	215	7173351	3161	America/Chicago
7173353	City of Eden	city-of-eden			US	TX	095	7173353	2766	America/Chicago
7173354	City of Edgewater	city-of-edgewater			US	CO	059	7173354	5170	America/Denver
7173355	City of Edgewood	city-of-edgewood			US	WA	053	7173355	9387	America/Los_Angeles
7173356	City of Edinburg	city-of-edinburg			US	TX	215	7173356	77100	America/Chicago
7173358	City of Edmonds	city-of-edmonds			US	WA	061	7173358	39709	America/Los_Angeles
7173359	City of Edna	city-of-edna			US	TX	239	7173359	5499	America/Chicago
7173361	City of El Campo	city-of-el-campo			US	TX	481	7173361	11602	America/Chicago
7173362	City of El Cenizo	city-of-el-cenizo			US	TX	479	7173362	3273	America/Chicago
7173363	City of El Lago	city-of-el-lago			US	TX	201	7173363	2706	America/Chicago
7173368	City of Eldorado	city-of-eldorado			US	TX	413	7173368	1951	America/Chicago
7173372	City of Elgin	city-of-elgin			US	TX	021	7173372	8135	America/Chicago
7173377	City of Ellensburg	city-of-ellensburg			US	WA	037	7173377	18174	America/Los_Angeles
7173378	City of Elma	city-of-elma			US	WA	027	7173378	3107	America/Los_Angeles
7173379	City of Elmendorf	city-of-elmendorf			US	TX	029	7173379	1488	America/Chicago
7173381	City of Elsa	city-of-elsa			US	TX	215	7173381	5660	America/Chicago
7173383	City of Emory	city-of-emory			US	TX	379	7173383	1239	America/Chicago
7173384	City of Encinal	city-of-encinal			US	TX	283	7173384	559	America/Chicago
7173386	City of Ennis	city-of-ennis			US	TX	139	7173386	18513	America/Chicago
7173389	City of Entiat	city-of-entiat			US	WA	007	7173389	1112	America/Los_Angeles
7173391	City of Enumclaw	city-of-enumclaw			US	WA	033	7173391	10669	America/Los_Angeles
7173393	City of Ephrata	city-of-ephrata			US	WA	025	7173393	7664	America/Los_Angeles
7173397	City of Escobares	city-of-escobares			US	TX	427	7173397	1188	America/Chicago
7173401	City of Euless	city-of-euless			US	TX	439	7173401	51277	America/Chicago
7173403	City of Eureka	city-of-eureka			US	TX	349	7173403	307	America/Chicago
7173405	City of Eustace	city-of-eustace			US	TX	213	7173405	991	America/Chicago
7173408	City of Everman	city-of-everman			US	TX	439	7173408	6108	America/Chicago
7173409	City of Everson	city-of-everson			US	WA	073	7173409	2481	America/Los_Angeles
7173410	City of Fair Oaks Ranch	city-of-fair-oaks-ranch			US	TX	091	7173410	5986	America/Chicago
7173412	City of Fairfield	city-of-fairfield			US	TX	161	7173412	2951	America/Chicago
7173414	City of Falfurrias	city-of-falfurrias			US	TX	047	7173414	4981	America/Chicago
7173415	City of Farmers Branch	city-of-farmers-branch			US	TX	113	7173415	28616	America/Chicago
7173416	City of Farmersville	city-of-farmersville			US	TX	085	7173416	3301	America/Chicago
7173418	City of Farwell	city-of-farwell			US	TX	369	7173418	1363	America/Chicago
7173419	City of Fate	city-of-fate			US	TX	397	7173419	6357	America/Chicago
7173420	City of Fayetteville	city-of-fayetteville			US	TX	149	7173420	258	America/Chicago
7173421	City of Federal Heights	city-of-federal-heights			US	CO	001	7173421	11467	America/Denver
7173422	City of Federal Way	city-of-federal-way			US	WA	033	7173422	89306	America/Los_Angeles
7173425	City of Ferndale	city-of-ferndale			US	WA	073	7173425	11415	America/Los_Angeles
7173427	City of Ferris	city-of-ferris			US	TX	139	7173427	2436	America/Chicago
7173428	City of Fife	city-of-fife			US	WA	053	7173428	9173	America/Los_Angeles
7173431	City of Fircrest	city-of-fircrest			US	WA	053	7173431	6497	America/Los_Angeles
7173434	City of Florence	city-of-florence			US	TX	491	7173434	1136	America/Chicago
7173435	City of Floresville	city-of-floresville			US	TX	493	7173435	6448	America/Chicago
7173436	City of Floydada	city-of-floydada			US	TX	153	7173436	3038	America/Chicago
7173437	City of Follett	city-of-follett			US	TX	295	7173437	459	America/Chicago
7173439	City of Forest Hill	city-of-forest-hill			US	TX	439	7173439	12355	America/Chicago
7173440	City of Forks	city-of-forks			US	WA	009	7173440	3532	America/Los_Angeles
7173441	City of Forney	city-of-forney			US	TX	257	7173441	14661	America/Chicago
7173442	City of Forsan	city-of-forsan			US	TX	227	7173442	210	America/Chicago
7173452	City of Franklin	city-of-franklin			US	TX	395	7173452	1564	America/Chicago
7173454	City of Fredericksburg	city-of-fredericksburg			US	TX	171	7173454	10530	America/Chicago
7173455	City of Freeport	city-of-freeport			US	TX	039	7173455	12049	America/Chicago
7173456	City of Freer	city-of-freer			US	TX	131	7173456	2818	America/Chicago
7173458	City of Friona	city-of-friona			US	TX	369	7173458	4123	America/Chicago
7173459	City of Frisco	city-of-frisco			US	TX	085	7173459	116989	America/Chicago
7173460	City of Fritch	city-of-fritch			US	TX	233	7173460	2117	America/Chicago
7173461	City of Frost	city-of-frost			US	TX	349	7173461	643	America/Chicago
7173465	City of Fruitvale	city-of-fruitvale			US	TX	467	7173465	408	America/Chicago
7173466	City of Fulshear	city-of-fulshear			US	TX	157	7173466	1134	America/Chicago
7173469	City of Gainesville	city-of-gainesville			US	TX	097	7173469	16002	America/Chicago
7173470	City of Gallatin	city-of-gallatin			US	TX	073	7173470	419	America/Chicago
7173472	City of Ganado	city-of-ganado			US	TX	239	7173472	2003	America/Chicago
7173474	City of Garden Ridge	city-of-garden-ridge			US	TX	091	7173474	3259	America/Chicago
7173477	City of Garrison	city-of-garrison			US	TX	347	7173477	895	America/Chicago
7173483	City of George	city-of-george			US	WA	025	7173483	501	America/Los_Angeles
7173484	City of George West	city-of-george-west			US	TX	297	7173484	2445	America/Chicago
7173486	City of Georgetown	city-of-georgetown			US	TX	491	7173486	47400	America/Chicago
7173488	City of Gholson	city-of-gholson			US	TX	309	7173488	1061	America/Chicago
7173489	City of Giddings	city-of-giddings			US	TX	287	7173489	4881	America/Chicago
7173490	City of Gig Harbor	city-of-gig-harbor			US	WA	053	7173490	7126	America/Los_Angeles
7173492	City of Gilmer	city-of-gilmer			US	TX	459	7173492	4905	America/Chicago
7173493	City of Gladewater	city-of-gladewater			US	TX	183	7173493	6441	America/Chicago
7173495	City of Glen Rose	city-of-glen-rose			US	TX	425	7173495	2444	America/Chicago
7173496	City of Glendale	city-of-glendale			US	CO	005	7173496	4184	America/Denver
7173499	City of Glenn Heights	city-of-glenn-heights			US	TX	113	7173499	11278	America/Chicago
7173503	City of Godley	city-of-godley			US	TX	251	7173503	1009	America/Chicago
7173504	City of Gold Bar	city-of-gold-bar			US	WA	061	7173504	2075	America/Los_Angeles
7173507	City of Goldendale	city-of-goldendale			US	WA	039	7173507	3407	America/Los_Angeles
7173508	City of Goldsmith	city-of-goldsmith			US	TX	135	7173508	257	America/Chicago
7173509	City of Goldthwaite	city-of-goldthwaite			US	TX	333	7173509	1878	America/Chicago
7173510	City of Goliad	city-of-goliad			US	TX	175	7173510	1908	America/Chicago
7173511	City of Golinda	city-of-golinda			US	TX	145	7173511	559	America/Chicago
7173513	City of Goodlow	city-of-goodlow			US	TX	349	7173513	200	America/Chicago
7173514	City of Goodrich	city-of-goodrich			US	TX	373	7173514	271	America/Chicago
7173516	City of Goree	city-of-goree			US	TX	275	7173516	203	America/Chicago
7173517	City of Gorman	city-of-gorman			US	TX	133	7173517	1083	America/Chicago
7173519	City of Graford	city-of-graford			US	TX	363	7173519	584	America/Chicago
7173520	City of Graham	city-of-graham			US	TX	503	7173520	8903	America/Chicago
7173521	City of Granbury	city-of-granbury			US	TX	221	7173521	7978	America/Chicago
7173522	City of Grand Coulee	city-of-grand-coulee			US	WA	025	7173522	988	America/Los_Angeles
7173524	City of Grand Prairie	city-of-grand-prairie			US	TX	113	7173524	175396	America/Chicago
7173528	City of Grandview	city-of-grandview			US	TX	251	7173528	1561	America/Chicago
7173529	City of Grandview	city-of-grandview			US	WA	077	7173529	10862	America/Los_Angeles
7173530	City of Granger	city-of-granger			US	TX	491	7173530	1419	America/Chicago
7173531	City of Granger	city-of-granger			US	WA	077	7173531	3246	America/Los_Angeles
7173534	City of Granite Falls	city-of-granite-falls			US	WA	061	7173534	3364	America/Los_Angeles
7173535	City of Granite Shoals	city-of-granite-shoals			US	TX	053	7173535	4910	America/Chicago
7173536	City of Granjeno	city-of-granjeno			US	TX	215	7173536	293	America/Chicago
7173539	City of Grapeland	city-of-grapeland			US	TX	225	7173539	1489	America/Chicago
7173540	City of Grapevine	city-of-grapevine			US	TX	439	7173540	46334	America/Chicago
7173547	City of Greenville	city-of-greenville			US	TX	231	7173547	25557	America/Chicago
7173549	City of Gregory	city-of-gregory			US	TX	409	7173549	1907	America/Chicago
7173551	City of Grey Forest	city-of-grey-forest			US	TX	029	7173551	483	America/Chicago
7173552	City of Groesbeck	city-of-groesbeck			US	TX	293	7173552	4328	America/Chicago
7173554	City of Groveton	city-of-groveton			US	TX	455	7173554	1057	America/Chicago
7173555	City of Gruver	city-of-gruver			US	TX	195	7173555	1194	America/Chicago
7173558	City of Gunter	city-of-gunter			US	TX	181	7173558	1498	America/Chicago
7173564	City of Hale Center	city-of-hale-center			US	TX	189	7173564	2252	America/Chicago
7173567	City of Hallsburg	city-of-hallsburg			US	TX	309	7173567	507	America/Chicago
7173568	City of Hallsville	city-of-hallsville			US	TX	203	7173568	3577	America/Chicago
7173572	City of Hamlin	city-of-hamlin			US	TX	253	7173572	2124	America/Chicago
7173573	City of Hardin	city-of-hardin			US	TX	291	7173573	819	America/Chicago
7173575	City of Harker Heights	city-of-harker-heights			US	TX	027	7173575	26700	America/Chicago
7173579	City of Harrington	city-of-harrington			US	WA	043	7173579	424	America/Los_Angeles
7173583	City of Hart	city-of-hart			US	TX	069	7173583	1114	America/Chicago
7173585	City of Haskell	city-of-haskell			US	TX	207	7173585	3322	America/Chicago
7173586	City of Haslet	city-of-haslet			US	TX	439	7173586	1517	America/Chicago
7173588	City of Hawk Cove	city-of-hawk-cove			US	TX	231	7173588	483	America/Chicago
7173589	City of Hawkins	city-of-hawkins			US	TX	499	7173589	1278	America/Chicago
7173590	City of Hawley	city-of-hawley			US	TX	253	7173590	634	America/Chicago
7173595	City of Hearne	city-of-hearne			US	TX	395	7173595	4459	America/Chicago
7173596	City of Heath	city-of-heath			US	TX	397	7173596	6921	America/Chicago
7173598	City of Hedley	city-of-hedley			US	TX	129	7173598	329	America/Chicago
7173599	City of Hedwig Village	city-of-hedwig-village			US	TX	201	7173599	2557	America/Chicago
7173601	City of Helotes	city-of-helotes			US	TX	029	7173601	7341	America/Chicago
7173604	City of Hemphill	city-of-hemphill			US	TX	403	7173604	1198	America/Chicago
7173605	City of Hempstead	city-of-hempstead			US	TX	473	7173605	5770	America/Chicago
7173606	City of Henderson	city-of-henderson			US	TX	401	7173606	13712	America/Chicago
7173609	City of Hereford	city-of-hereford			US	TX	117	7173609	15370	America/Chicago
7173612	City of Hewitt	city-of-hewitt			US	TX	309	7173612	13549	America/Chicago
7173614	City of Hico	city-of-hico			US	TX	193	7173614	1379	America/Chicago
7173615	City of Hideaway	city-of-hideaway			US	TX	423	7173615	3083	America/Chicago
7173616	City of Higgins	city-of-higgins			US	TX	295	7173616	397	America/Chicago
7173618	City of Highland Haven	city-of-highland-haven			US	TX	053	7173618	431	America/Chicago
7173619	City of Highland Village	city-of-highland-village			US	TX	121	7173619	15056	America/Chicago
7173621	City of Hill Country Village	city-of-hill-country-village			US	TX	029	7173621	985	America/Chicago
7173623	City of Hilshire Village	city-of-hilshire-village			US	TX	201	7173623	746	America/Chicago
7173624	City of Hitchcock	city-of-hitchcock			US	TX	167	7173624	6961	America/Chicago
7173629	City of Holliday	city-of-holliday			US	TX	009	7173629	1758	America/Chicago
7173638	City of Hooks	city-of-hooks			US	TX	037	7173638	2769	America/Chicago
7173641	City of Hoquiam	city-of-hoquiam			US	WA	027	7173641	8726	America/Los_Angeles
7173642	City of Horseshoe Bay	city-of-horseshoe-bay			US	TX	299	7173642	3418	America/Chicago
7173644	City of Howardwick	city-of-howardwick			US	TX	129	7173644	402	America/Chicago
7173646	City of Hubbard	city-of-hubbard			US	TX	217	7173646	1423	America/Chicago
7173647	City of Hudson	city-of-hudson			US	TX	005	7173647	4731	America/Chicago
7173648	City of Hudson Oaks	city-of-hudson-oaks			US	TX	367	7173648	1662	America/Chicago
7173650	City of Hughes Springs	city-of-hughes-springs			US	TX	067	7173650	1760	America/Chicago
7173652	City of Hunters Creek Village	city-of-hunters-creek-village			US	TX	201	7173652	4367	America/Chicago
7173654	City of Huntington	city-of-huntington			US	TX	005	7173654	2118	America/Chicago
7173655	City of Leander	city-of-leander			US	TX	491	7173655	26521	America/Chicago
7173657	City of Leavenworth	city-of-leavenworth			US	WA	007	7173657	1965	America/Los_Angeles
7173662	City of Leon Valley	city-of-leon-valley			US	TX	029	7173662	10151	America/Chicago
7173663	City of Leona	city-of-leona			US	TX	289	7173663	175	America/Chicago
7173664	City of Leonard	city-of-leonard			US	TX	147	7173664	1990	America/Chicago
7173665	City of Leroy	city-of-leroy			US	TX	309	7173665	337	America/Chicago
7173668	City of Lewisville	city-of-lewisville			US	TX	121	7173668	95290	America/Chicago
7173671	City of Liberty Hill	city-of-liberty-hill			US	TX	491	7173671	967	America/Chicago
7173672	City of Liberty Lake	city-of-liberty-lake			US	WA	063	7173672	7591	America/Los_Angeles
7173673	City of Linden	city-of-linden			US	TX	067	7173673	1988	America/Chicago
7173676	City of Lipan	city-of-lipan			US	TX	221	7173676	430	America/Chicago
7173678	City of Little Elm	city-of-little-elm			US	TX	121	7173678	25898	America/Chicago
7173679	City of Littlefield	city-of-littlefield			US	TX	279	7173679	6372	America/Chicago
7173681	City of Liverpool	city-of-liverpool			US	TX	039	7173681	482	America/Chicago
7173683	City of Log Cabin	city-of-log-cabin			US	TX	213	7173683	714	America/Chicago
7173686	City of Lometa	city-of-lometa			US	TX	281	7173686	856	America/Chicago
7173688	City of Lone Oak	city-of-lone-oak			US	TX	231	7173688	598	America/Chicago
7173689	City of Lone Star	city-of-lone-star			US	TX	343	7173689	1581	America/Chicago
7173692	City of Long Beach	city-of-long-beach			US	WA	049	7173692	1392	America/Los_Angeles
7173695	City of Longview	city-of-longview			US	TX	183	7173695	80455	America/Chicago
7173696	City of Longview	city-of-longview			US	WA	015	7173696	36648	America/Los_Angeles
7173698	City of Lorena	city-of-lorena			US	TX	309	7173698	1691	America/Chicago
7173699	City of Lorenzo	city-of-lorenzo			US	TX	107	7173699	1147	America/Chicago
7173701	City of Los Fresnos	city-of-los-fresnos			US	TX	061	7173701	5542	America/Chicago
7173702	City of Los Ybanez	city-of-los-ybanez			US	TX	115	7173702	19	America/Chicago
7173705	City of Lott	city-of-lott			US	TX	145	7173705	759	America/Chicago
7173706	City of Lovelady	city-of-lovelady			US	TX	225	7173706	649	America/Chicago
7173711	City of Lowry Crossing	city-of-lowry-crossing			US	TX	085	7173711	1711	America/Chicago
7173712	City of Lucas	city-of-lucas			US	TX	085	7173712	5166	America/Chicago
7173713	City of Lueders	city-of-lueders			US	TX	253	7173713	346	America/Chicago
7173714	City of Lufkin	city-of-lufkin			US	TX	005	7173714	35067	America/Chicago
7173715	City of Luling	city-of-luling			US	TX	055	7173715	5411	America/Chicago
7173716	City of Lumberton	city-of-lumberton			US	TX	199	7173716	11943	America/Chicago
7173717	City of Lyford	city-of-lyford			US	TX	489	7173717	2611	America/Chicago
7173718	City of Lynden	city-of-lynden			US	WA	073	7173718	11951	America/Los_Angeles
7173719	City of Lynnwood	city-of-lynnwood			US	WA	061	7173719	35836	America/Los_Angeles
7173721	City of Lytle	city-of-lytle			US	TX	013	7173721	2492	America/Chicago
7173722	City of Mabton	city-of-mabton			US	WA	077	7173722	2286	America/Los_Angeles
7173725	City of Magnolia	city-of-magnolia			US	TX	339	7173725	1393	America/Chicago
7173726	City of Malakoff	city-of-malakoff			US	TX	213	7173726	2324	America/Chicago
7173731	City of Redwater	city-of-redwater			US	TX	037	7173731	1057	America/Chicago
7173733	City of Reklaw	city-of-reklaw			US	TX	401	7173733	379	America/Chicago
7173735	City of Reno	city-of-reno			US	TX	277	7173735	3166	America/Chicago
7173736	City of Reno	city-of-reno			US	TX	367	7173736	2494	America/Chicago
7173737	City of Renton	city-of-renton			US	WA	033	7173737	90927	America/Los_Angeles
7173738	City of Republic	city-of-republic			US	WA	019	7173738	1073	America/Los_Angeles
7173740	City of Rhome	city-of-rhome			US	TX	497	7173740	1522	America/Chicago
7173742	City of Rice	city-of-rice			US	TX	349	7173742	923	America/Chicago
7173743	City of Richardson	city-of-richardson			US	TX	113	7173743	99223	America/Chicago
7173746	City of Richland	city-of-richland			US	WA	005	7173746	48058	America/Los_Angeles
7173747	City of Richwood	city-of-richwood			US	TX	039	7173747	3510	America/Chicago
7173749	City of Ridgefield	city-of-ridgefield			US	WA	011	7173749	4763	America/Los_Angeles
7173750	City of Riesel	city-of-riesel			US	TX	309	7173750	1007	America/Chicago
7173754	City of Rio Bravo	city-of-rio-bravo			US	TX	479	7173754	4794	America/Chicago
7173756	City of Rio Hondo	city-of-rio-hondo			US	TX	061	7173756	2356	America/Chicago
7173758	City of Rio Vista	city-of-rio-vista			US	TX	251	7173758	873	America/Chicago
7173760	City of Ritzville	city-of-ritzville			US	WA	001	7173760	1673	America/Los_Angeles
7173762	City of River Oaks	city-of-river-oaks			US	TX	439	7173762	7427	America/Chicago
7173764	City of Riverside	city-of-riverside			US	TX	471	7173764	510	America/Chicago
7173766	City of Roanoke	city-of-roanoke			US	TX	121	7173766	5962	America/Chicago
7173767	City of Robert Lee	city-of-robert-lee			US	TX	081	7173767	1049	America/Chicago
7173769	City of Robinson	city-of-robinson			US	TX	309	7173769	10509	America/Chicago
7173770	City of Robstown	city-of-robstown			US	TX	355	7173770	11487	America/Chicago
7173771	City of Roby	city-of-roby			US	TX	151	7173771	643	America/Chicago
7173772	City of Rock Island	city-of-rock-island			US	WA	017	7173772	788	America/Los_Angeles
7173774	City of Rockdale	city-of-rockdale			US	TX	331	7173774	5595	America/Chicago
7173777	City of Rockport	city-of-rockport			US	TX	007	7173777	8766	America/Chicago
7173781	City of Rollingwood	city-of-rollingwood			US	TX	453	7173781	1412	America/Chicago
7173782	City of Roma	city-of-roma			US	TX	427	7173782	9765	America/Chicago
7173783	City of Ropesville	city-of-ropesville			US	TX	219	7173783	434	America/Chicago
7173784	City of Roscoe	city-of-roscoe			US	TX	353	7173784	1322	America/Chicago
7173785	City of Rose Hill Acres	city-of-rose-hill-acres			US	TX	199	7173785	441	America/Chicago
7173787	City of Rosenberg	city-of-rosenberg			US	TX	157	7173787	30618	America/Chicago
7173788	City of Roslyn	city-of-roslyn			US	WA	037	7173788	893	America/Los_Angeles
7173789	City of Ross	city-of-ross			US	TX	309	7173789	283	America/Chicago
7173791	City of Rotan	city-of-rotan			US	TX	151	7173791	1508	America/Chicago
7173792	City of Round Rock	city-of-round-rock			US	TX	491	7173792	99887	America/Chicago
7173793	City of Rowlett	city-of-rowlett			US	TX	113	7173793	56199	America/Chicago
7173794	City of Roxton	city-of-roxton			US	TX	277	7173794	650	America/Chicago
7173795	City of Roy	city-of-roy			US	WA	053	7173795	793	America/Los_Angeles
7173798	City of Runaway Bay	city-of-runaway-bay			US	TX	497	7173798	1286	America/Chicago
7173800	City of Sachse	city-of-sachse			US	TX	113	7173800	20329	America/Chicago
7173802	City of Manor	city-of-manor			US	TX	453	7173802	5037	America/Chicago
7173804	City of Manvel	city-of-manvel			US	TX	039	7173804	5179	America/Chicago
7173805	City of Maple Valley	city-of-maple-valley			US	WA	033	7173805	22684	America/Los_Angeles
7173807	City of Marfa	city-of-marfa			US	TX	377	7173807	1981	America/Chicago
7173810	City of Marion	city-of-marion			US	TX	187	7173810	1066	America/Chicago
7173812	City of Marquez	city-of-marquez			US	TX	289	7173812	263	America/Chicago
7173815	City of Mart	city-of-mart			US	TX	309	7173815	2209	America/Chicago
7173816	City of Martindale	city-of-martindale			US	TX	055	7173816	1116	America/Chicago
7173817	City of Marysville	city-of-marysville			US	WA	061	7173817	60020	America/Los_Angeles
7173818	City of Mason	city-of-mason			US	TX	319	7173818	2114	America/Chicago
7173819	City of Mathis	city-of-mathis			US	TX	409	7173819	4942	America/Chicago
7173821	City of Maud	city-of-maud			US	TX	037	7173821	1056	America/Chicago
7173823	City of Maypearl	city-of-maypearl			US	TX	139	7173823	934	America/Chicago
7173826	City of McAllen	city-of-mcallen			US	TX	215	7173826	129877	America/Chicago
7173828	City of McCamey	city-of-mccamey			US	TX	461	7173828	1887	America/Chicago
7173830	City of McCleary	city-of-mccleary			US	WA	027	7173830	1653	America/Los_Angeles
7173831	City of McGregor	city-of-mcgregor			US	TX	309	7173831	4987	America/Chicago
7173832	City of McKinney	city-of-mckinney			US	TX	085	7173832	131117	America/Chicago
7173833	City of Meadowlakes	city-of-meadowlakes			US	TX	053	7173833	1777	America/Chicago
7173834	City of Meadows Place	city-of-meadows-place			US	TX	157	7173834	4660	America/Chicago
7173837	City of Medical Lake	city-of-medical-lake			US	WA	063	7173837	5060	America/Los_Angeles
7173839	City of Melissa	city-of-melissa			US	TX	085	7173839	4695	America/Chicago
7173840	City of Memphis	city-of-memphis			US	TX	191	7173840	2290	America/Chicago
7173842	City of Menard	city-of-menard			US	TX	327	7173842	1471	America/Chicago
7173843	City of Mercedes	city-of-mercedes			US	TX	215	7173843	15570	America/Chicago
7173844	City of Mercer Island	city-of-mercer-island			US	WA	033	7173844	22699	America/Los_Angeles
7173846	City of Meridian	city-of-meridian			US	TX	035	7173846	1493	America/Chicago
7173848	City of Mertzon	city-of-mertzon			US	TX	235	7173848	781	America/Chicago
7173850	City of Mesa	city-of-mesa			US	WA	021	7173850	489	America/Los_Angeles
7173852	City of Mesquite	city-of-mesquite			US	TX	113	7173852	139824	America/Chicago
7173855	City of Miami	city-of-miami			US	TX	393	7173855	597	America/Chicago
7173857	City of Midlothian	city-of-midlothian			US	TX	139	7173857	18037	America/Chicago
7173859	City of Midway	city-of-midway			US	TX	313	7173859	228	America/Chicago
7173860	City of Milano	city-of-milano			US	TX	331	7173860	428	America/Chicago
7173861	City of Miles	city-of-miles			US	TX	399	7173861	829	America/Chicago
7173862	City of Mill Creek	city-of-mill-creek			US	WA	061	7173862	18244	America/Los_Angeles
7173865	City of Milton	city-of-milton			US	WA	053	7173865	6968	America/Los_Angeles
7173869	City of Mineola	city-of-mineola			US	TX	499	7173869	4515	America/Chicago
7173870	City of Mineral Wells	city-of-mineral-wells			US	TX	363	7173870	16788	America/Chicago
7173871	City of Mingus	city-of-mingus			US	TX	363	7173871	235	America/Chicago
7173873	City of Mission	city-of-mission			US	TX	215	7173873	77058	America/Chicago
7173876	City of Mobeetie	city-of-mobeetie			US	TX	483	7173876	101	America/Chicago
7173879	City of Monahans	city-of-monahans			US	TX	475	7173879	6953	America/Chicago
7173882	City of Monroe	city-of-monroe			US	WA	061	7173882	17304	America/Los_Angeles
7173883	City of Mont Belvieu	city-of-mont-belvieu			US	TX	071	7173883	3835	America/Chicago
7173884	City of Montesano	city-of-montesano			US	WA	027	7173884	3976	America/Los_Angeles
7173885	City of Montgomery	city-of-montgomery			US	TX	339	7173885	621	America/Chicago
7173888	City of Moody	city-of-moody			US	TX	309	7173888	1371	America/Chicago
7173890	City of Moore Station	city-of-moore-station			US	TX	213	7173890	201	America/Chicago
7173891	City of Morgan	city-of-morgan			US	TX	035	7173891	490	America/Chicago
7173893	City of Morgan's Point	city-of-morgan-s-point			US	TX	201	7173893	339	America/Chicago
7173894	City of Morgan's Point Resort	city-of-morgan-s-point-resort			US	TX	027	7173894	4170	America/Chicago
7173897	City of Morton	city-of-morton			US	TX	079	7173897	2006	America/Chicago
7173898	City of Morton	city-of-morton			US	WA	041	7173898	1126	America/Los_Angeles
7173899	City of Moses Lake	city-of-moses-lake			US	WA	025	7173899	20366	America/Los_Angeles
7173901	City of Mossyrock	city-of-mossyrock			US	WA	041	7173901	759	America/Los_Angeles
7173903	City of Mount Calm	city-of-mount-calm			US	TX	217	7173903	320	America/Chicago
7173904	City of Mount Enterprise	city-of-mount-enterprise			US	TX	401	7173904	447	America/Chicago
7173905	City of Mount Pleasant	city-of-mount-pleasant			US	TX	449	7173905	15564	America/Chicago
7173907	City of Mount Vernon	city-of-mount-vernon			US	WA	057	7173907	31743	America/Los_Angeles
7173910	City of Mountlake Terrace	city-of-mountlake-terrace			US	WA	061	7173910	19909	America/Los_Angeles
7173913	City of Muenster	city-of-muenster			US	TX	097	7173913	1544	America/Chicago
7173914	City of Mukilteo	city-of-mukilteo			US	WA	061	7173914	20254	America/Los_Angeles
7173916	City of Munday	city-of-munday			US	TX	275	7173916	1300	America/Chicago
7173917	City of Murchison	city-of-murchison			US	TX	213	7173917	594	America/Chicago
7173918	City of Murphy	city-of-murphy			US	TX	085	7173918	17708	America/Chicago
7173923	City of Mustang Ridge	city-of-mustang-ridge			US	TX	055	7173923	861	America/Chicago
7173926	City of Nacogdoches	city-of-nacogdoches			US	TX	347	7173926	32996	America/Chicago
7173927	City of Napavine	city-of-napavine			US	WA	041	7173927	1766	America/Los_Angeles
7173928	City of Naples	city-of-naples			US	TX	343	7173928	1378	America/Chicago
7173930	City of Nash	city-of-nash			US	TX	037	7173930	2960	America/Chicago
7173931	City of Nassau Bay	city-of-nassau-bay			US	TX	201	7173931	4002	America/Chicago
7173932	City of Natalia	city-of-natalia			US	TX	325	7173932	1431	America/Chicago
7173933	City of Navasota	city-of-navasota			US	TX	185	7173933	7049	America/Chicago
7173934	City of Nazareth	city-of-nazareth			US	TX	069	7173934	311	America/Chicago
7173935	City of Nederland	city-of-nederland			US	TX	245	7173935	17547	America/Chicago
7173937	City of Needville	city-of-needville			US	TX	157	7173937	2823	America/Chicago
7173938	City of Nevada	city-of-nevada			US	TX	085	7173938	822	America/Chicago
7173939	City of New Berlin	city-of-new-berlin			US	TX	187	7173939	511	America/Chicago
7173940	City of New Boston	city-of-new-boston			US	TX	037	7173940	4550	America/Chicago
7173941	City of New Braunfels	city-of-new-braunfels			US	TX	091	7173941	57740	America/Chicago
7173942	City of New Chapel Hill	city-of-new-chapel-hill			US	TX	423	7173942	594	America/Chicago
7173944	City of New Fairview	city-of-new-fairview			US	TX	497	7173944	1258	America/Chicago
7173945	City of New Home	city-of-new-home			US	TX	305	7173945	334	America/Chicago
7173946	City of New London	city-of-new-london			US	TX	401	7173946	998	America/Chicago
7173949	City of New Summerfield	city-of-new-summerfield			US	TX	073	7173949	1111	America/Chicago
7173950	City of New Waverly	city-of-new-waverly			US	TX	471	7173950	1032	America/Chicago
7173952	City of Newark	city-of-newark			US	TX	497	7173952	1005	America/Chicago
7173955	City of Newcastle	city-of-newcastle			US	TX	503	7173955	585	America/Chicago
7173956	City of Newcastle	city-of-newcastle			US	WA	033	7173956	10380	America/Los_Angeles
7173962	City of Newport	city-of-newport			US	WA	051	7173962	2126	America/Los_Angeles
7173963	City of Newton	city-of-newton			US	TX	351	7173963	2478	America/Chicago
7173968	City of Niederwald	city-of-niederwald			US	TX	209	7173968	565	America/Chicago
7173969	City of Nixon	city-of-nixon			US	TX	177	7173969	2385	America/Chicago
7173971	City of Nocona	city-of-nocona			US	TX	337	7173971	3033	America/Chicago
7173973	City of Nolanville	city-of-nolanville			US	TX	027	7173973	4259	America/Chicago
7173974	City of Nome	city-of-nome			US	TX	245	7173974	588	America/Chicago
7173975	City of Nooksack	city-of-nooksack			US	WA	073	7173975	1338	America/Los_Angeles
7173976	City of Noonday	city-of-noonday			US	TX	423	7173976	777	America/Chicago
7173977	City of Nordheim	city-of-nordheim			US	TX	123	7173977	307	America/Chicago
7173979	City of Normandy Park	city-of-normandy-park			US	WA	033	7173979	6335	America/Los_Angeles
7173980	City of North Bend	city-of-north-bend			US	WA	033	7173980	5731	America/Los_Angeles
7173981	City of North Bonneville	city-of-north-bonneville			US	WA	059	7173981	956	America/Los_Angeles
7173982	City of North Cleveland	city-of-north-cleveland			US	TX	291	7173982	247	America/Chicago
7173986	City of Northglenn	city-of-northglenn			US	CO	001	7173986	35789	America/Denver
7173991	City of Oak Harbor	city-of-oak-harbor			US	WA	029	7173991	22075	America/Los_Angeles
7173992	City of Oak Leaf	city-of-oak-leaf			US	TX	139	7173992	1298	America/Chicago
7173993	City of Oak Point	city-of-oak-point			US	TX	121	7173993	2786	America/Chicago
7173994	City of Oak Ridge North	city-of-oak-ridge-north			US	TX	339	7173994	3049	America/Chicago
7173999	City of Oakville	city-of-oakville			US	WA	027	7173999	684	America/Los_Angeles
7174000	City of O'Brien	city-of-o-brien			US	TX	207	7174000	106	America/Chicago
7174001	City of Ocean Shores	city-of-ocean-shores			US	WA	027	7174001	5569	America/Los_Angeles
7174002	City of Odem	city-of-odem			US	TX	409	7174002	2389	America/Chicago
7174003	City of Odessa	city-of-odessa			US	TX	135	7174003	99940	America/Chicago
7174004	City of O'Donnell	city-of-o-donnell			US	TX	305	7174004	831	America/Chicago
7174005	City of Oglesby	city-of-oglesby			US	TX	099	7174005	484	America/Chicago
7174007	City of Okanogan	city-of-okanogan			US	WA	047	7174007	2552	America/Los_Angeles
7174011	City of Old River-Winfree	city-of-old-river-winfree			US	TX	071	7174011	1245	America/Chicago
7174013	City of Olney	city-of-olney			US	TX	503	7174013	3285	America/Chicago
7174014	City of Olton	city-of-olton			US	TX	279	7174014	2215	America/Chicago
7174015	City of Olympia	city-of-olympia			US	WA	067	7174015	46478	America/Los_Angeles
7174016	City of Omaha	city-of-omaha			US	TX	343	7174016	1021	America/Chicago
7174017	City of Omak	city-of-omak			US	WA	047	7174017	4845	America/Los_Angeles
7174018	City of Onalaska	city-of-onalaska			US	TX	373	7174018	1764	America/Chicago
7174021	City of Orange Grove	city-of-orange-grove			US	TX	249	7174021	1318	America/Chicago
7174023	City of Orchard	city-of-orchard			US	TX	157	7174023	352	America/Chicago
7174027	City of Oroville	city-of-oroville			US	WA	047	7174027	1686	America/Los_Angeles
7174028	City of Orting	city-of-orting			US	WA	053	7174028	6746	America/Los_Angeles
7174030	City of Othello	city-of-othello			US	WA	001	7174030	7364	America/Los_Angeles
7174032	City of Overton	city-of-overton			US	TX	401	7174032	2554	America/Chicago
7174033	City of Ovilla	city-of-ovilla			US	TX	139	7174033	3492	America/Chicago
7174036	City of Oyster Creek	city-of-oyster-creek			US	TX	039	7174036	1111	America/Chicago
7174037	City of Pacific	city-of-pacific			US	WA	033	7174037	6606	America/Los_Angeles
7174041	City of Palacios	city-of-palacios			US	TX	321	7174041	4718	America/Chicago
7174042	City of Palestine	city-of-palestine			US	TX	001	7174042	18712	America/Chicago
7174043	City of Palm Valley	city-of-palm-valley			US	TX	061	7174043	1304	America/Chicago
7174044	City of Palmhurst	city-of-palmhurst			US	TX	215	7174044	2607	America/Chicago
7174045	City of Palmview	city-of-palmview			US	TX	215	7174045	5460	America/Chicago
7174046	City of Palouse	city-of-palouse			US	WA	075	7174046	998	America/Los_Angeles
7174047	City of Panorama Village	city-of-panorama-village			US	TX	339	7174047	2170	America/Chicago
7174048	City of Paradise	city-of-paradise			US	TX	497	7174048	441	America/Chicago
7174050	City of Paris	city-of-paris			US	TX	277	7174050	25171	America/Chicago
7174052	City of Parker	city-of-parker			US	TX	085	7174052	3811	America/Chicago
7174055	City of Pasadena	city-of-pasadena			US	TX	201	7174055	149043	America/Chicago
7174056	City of Pasco	city-of-pasco			US	WA	021	7174056	59781	America/Los_Angeles
7174057	City of Pateros	city-of-pateros			US	WA	047	7174057	667	America/Los_Angeles
7174058	City of Pattison	city-of-pattison			US	TX	473	7174058	472	America/Chicago
7174059	City of Patton Village	city-of-patton-village			US	TX	339	7174059	1557	America/Chicago
7174065	City of Pearland	city-of-pearland			US	TX	039	7174065	91252	America/Chicago
7174066	City of Pearsall	city-of-pearsall			US	TX	163	7174066	9146	America/Chicago
7174067	City of Pecan Gap	city-of-pecan-gap			US	TX	119	7174067	203	America/Chicago
7174068	City of Pecan Hill	city-of-pecan-hill			US	TX	139	7174068	626	America/Chicago
7174070	City of Pecos	city-of-pecos			US	TX	389	7174070	8780	America/Chicago
7174071	City of Pelican Bay	city-of-pelican-bay			US	TX	439	7174071	1547	America/Chicago
7174073	City of Penitas	city-of-penitas			US	TX	215	7174073	4403	America/Chicago
7174078	City of Perryton	city-of-perryton			US	TX	357	7174078	8802	America/Chicago
7174079	City of Petersburg	city-of-petersburg			US	TX	189	7174079	1202	America/Chicago
7174080	City of Petrolia	city-of-petrolia			US	TX	077	7174080	686	America/Chicago
7174081	City of Petronila	city-of-petronila			US	TX	355	7174081	113	America/Chicago
7174082	City of Pflugerville	city-of-pflugerville			US	TX	453	7174082	46936	America/Chicago
7174083	City of Pharr	city-of-pharr			US	TX	215	7174083	70400	America/Chicago
7174089	City of Pilot Point	city-of-pilot-point			US	TX	121	7174089	3856	America/Chicago
7174091	City of Pine Forest	city-of-pine-forest			US	TX	361	7174091	487	America/Chicago
7174093	City of Pinehurst	city-of-pinehurst			US	TX	361	7174093	2097	America/Chicago
7174094	City of Pineland	city-of-pineland			US	TX	403	7174094	850	America/Chicago
7174095	City of Piney Point Village	city-of-piney-point-village			US	TX	201	7174095	3125	America/Chicago
7174096	City of Pittsburg	city-of-pittsburg			US	TX	063	7174096	4497	America/Chicago
7174098	City of Plano	city-of-plano			US	TX	085	7174098	259841	America/Chicago
7174100	City of Pleasanton	city-of-pleasanton			US	TX	013	7174100	8934	America/Chicago
7174102	City of Plum Grove	city-of-plum-grove			US	TX	291	7174102	600	America/Chicago
7174105	City of Point	city-of-point			US	TX	379	7174105	820	America/Chicago
7174107	City of Point Blank	city-of-point-blank			US	TX	407	7174107	688	America/Chicago
7174108	City of Point Comfort	city-of-point-comfort			US	TX	057	7174108	737	America/Chicago
7174109	City of Pomeroy	city-of-pomeroy			US	WA	023	7174109	1425	America/Los_Angeles
7174112	City of Port Angeles	city-of-port-angeles			US	WA	009	7174112	19038	America/Los_Angeles
7174113	City of Port Arthur	city-of-port-arthur			US	TX	245	7174113	53818	America/Chicago
7174115	City of Port Lavaca	city-of-port-lavaca			US	TX	057	7174115	12248	America/Chicago
7174116	City of Port Neches	city-of-port-neches			US	TX	245	7174116	13040	America/Chicago
7174117	City of Port Orchard	city-of-port-orchard			US	WA	035	7174117	11144	America/Los_Angeles
7174119	City of Port Townsend	city-of-port-townsend			US	WA	031	7174119	9113	America/Los_Angeles
7174121	City of Portland	city-of-portland			US	TX	409	7174121	15099	America/Chicago
7174122	City of Post	city-of-post			US	TX	169	7174122	5376	America/Chicago
7174125	City of Poteet	city-of-poteet			US	TX	013	7174125	3260	America/Chicago
7174127	City of Poulsbo	city-of-poulsbo			US	WA	035	7174127	9200	America/Los_Angeles
7174131	City of Prairie View	city-of-prairie-view			US	TX	473	7174131	5576	America/Chicago
7174132	City of Premont	city-of-premont			US	TX	249	7174132	2653	America/Chicago
7174135	City of Presidio	city-of-presidio			US	TX	377	7174135	4426	America/Chicago
7174137	City of Priest River	city-of-priest-river			US	ID	017	7174137	1751	America/Los_Angeles
7174138	City of Princeton	city-of-princeton			US	TX	085	7174138	6807	America/Chicago
7174140	City of Progreso	city-of-progreso			US	TX	215	7174140	5507	America/Chicago
7174141	City of Progreso Lakes	city-of-progreso-lakes			US	TX	215	7174141	240	America/Chicago
7174142	City of Prosser	city-of-prosser			US	WA	005	7174142	5714	America/Los_Angeles
7174147	City of Pullman	city-of-pullman			US	WA	075	7174147	29799	America/Los_Angeles
7174149	City of Puyallup	city-of-puyallup			US	WA	053	7174149	37022	America/Los_Angeles
7174150	City of Quincy	city-of-quincy			US	WA	025	7174150	6750	America/Los_Angeles
7174151	City of Quinlan	city-of-quinlan			US	TX	231	7174151	1394	America/Chicago
7174152	City of Quitaque	city-of-quitaque			US	TX	045	7174152	411	America/Chicago
7174153	City of Quitman	city-of-quitman			US	TX	499	7174153	1809	America/Chicago
7174155	City of Ralls	city-of-ralls			US	TX	107	7174155	1944	America/Chicago
7174160	City of Ranger	city-of-ranger			US	TX	133	7174160	2468	America/Chicago
7174161	City of Rankin	city-of-rankin			US	TX	461	7174161	778	America/Chicago
7174164	City of Ravenna	city-of-ravenna			US	TX	147	7174164	209	America/Chicago
7174166	City of Raymond	city-of-raymond			US	WA	049	7174166	2882	America/Los_Angeles
7174167	City of Raymondville	city-of-raymondville			US	TX	489	7174167	11284	America/Chicago
7174168	City of Red Lick	city-of-red-lick			US	TX	037	7174168	1008	America/Chicago
7174170	City of Red Oak	city-of-red-oak			US	TX	139	7174170	10769	America/Chicago
7174171	City of Redmond	city-of-redmond			US	WA	033	7174171	54144	America/Los_Angeles
7174173	City of Kettle Falls	city-of-kettle-falls			US	WA	065	7174173	1595	America/Los_Angeles
7174174	City of Kilgore	city-of-kilgore			US	TX	183	7174174	12975	America/Chicago
7174176	City of Kingsville	city-of-kingsville			US	TX	273	7174176	26213	America/Chicago
7174177	City of Kirbyville	city-of-kirbyville			US	TX	241	7174177	2142	America/Chicago
7174178	City of Kirkland	city-of-kirkland			US	WA	033	7174178	48787	America/Los_Angeles
7174179	City of Kittitas	city-of-kittitas			US	WA	037	7174179	1381	America/Los_Angeles
7174184	City of Kountze	city-of-kountze			US	TX	199	7174184	2123	America/Chicago
7174186	City of Kress	city-of-kress			US	TX	437	7174186	715	America/Chicago
7174187	City of Krugerville	city-of-krugerville			US	TX	121	7174187	1662	America/Chicago
7174188	City of Krum	city-of-krum			US	TX	121	7174188	4157	America/Chicago
7174190	City of Kyle	city-of-kyle			US	TX	209	7174190	28016	America/Chicago
7174192	City of La Center	city-of-la-center			US	WA	011	7174192	2800	America/Los_Angeles
7174193	City of La Feria	city-of-la-feria			US	TX	061	7174193	7302	America/Chicago
7174195	City of La Grange	city-of-la-grange			US	TX	149	7174195	4641	America/Chicago
7174196	City of La Grulla	city-of-la-grulla			US	TX	427	7174196	1622	America/Chicago
7174198	City of La Joya	city-of-la-joya			US	TX	215	7174198	3985	America/Chicago
7174200	City of La Marque	city-of-la-marque			US	TX	167	7174200	14509	America/Chicago
7174205	City of La Porte	city-of-la-porte			US	TX	201	7174205	33800	America/Chicago
7174207	City of La Vernia	city-of-la-vernia			US	TX	493	7174207	1034	America/Chicago
7174208	City of La Villa	city-of-la-villa			US	TX	215	7174208	1957	America/Chicago
7174209	City of Lacey	city-of-lacey			US	WA	067	7174209	42393	America/Los_Angeles
7174210	City of LaCoste	city-of-lacoste			US	TX	325	7174210	1119	America/Chicago
7174211	City of Lacy-Lakeview	city-of-lacy-lakeview			US	TX	309	7174211	6489	America/Chicago
7174214	City of Lago Vista	city-of-lago-vista			US	TX	453	7174214	6041	America/Chicago
7174218	City of Lake Bridgeport	city-of-lake-bridgeport			US	TX	497	7174218	340	America/Chicago
7174219	City of Lake Dallas	city-of-lake-dallas			US	TX	121	7174219	7105	America/Chicago
7174221	City of Lake Forest Park	city-of-lake-forest-park			US	WA	033	7174221	12598	America/Los_Angeles
7174222	City of Lake Jackson	city-of-lake-jackson			US	TX	039	7174222	26849	America/Chicago
7174224	City of Lake Stevens	city-of-lake-stevens			US	WA	061	7174224	28069	America/Los_Angeles
7174225	City of Lake Worth	city-of-lake-worth			US	TX	439	7174225	4584	America/Chicago
7174226	City of Lakeport	city-of-lakeport			US	TX	183	7174226	974	America/Chicago
7174228	City of Lakeway	city-of-lakeway			US	TX	453	7174228	11391	America/Chicago
7174229	City of Lakewood	city-of-lakewood			US	WA	053	7174229	58163	America/Los_Angeles
7174230	City of Lakewood Village	city-of-lakewood-village			US	TX	121	7174230	545	America/Chicago
7174232	City of Lamesa	city-of-lamesa			US	TX	115	7174232	9422	America/Chicago
7174233	City of Lampasas	city-of-lampasas			US	TX	281	7174233	6681	America/Chicago
7174234	City of Lancaster	city-of-lancaster			US	TX	113	7174234	36361	America/Chicago
7174236	City of Langley	city-of-langley			US	WA	029	7174236	1035	America/Los_Angeles
7174239	City of Laredo	city-of-laredo			US	TX	479	7174239	236091	America/Chicago
7174242	City of Latexo	city-of-latexo			US	TX	225	7174242	322	America/Chicago
7174245	City of Lavon	city-of-lavon			US	TX	085	7174245	2219	America/Chicago
7174248	City of Leakey	city-of-leakey			US	TX	385	7174248	425	America/Chicago
7174255	Town of Aspermont	town-of-aspermont			US	TX	433	7174255	919	America/Chicago
7174261	Town of Avery	town-of-avery			US	TX	387	7174261	482	America/Chicago
7174262	Town of Avinger	town-of-avinger			US	TX	067	7174262	444	America/Chicago
7174269	Town of Bartonville	town-of-bartonville			US	TX	121	7174269	1469	America/Chicago
7174273	Town of Bayside	town-of-bayside			US	TX	391	7174273	325	America/Chicago
7174274	Town of Bayview	town-of-bayview			US	TX	061	7174274	383	America/Chicago
7174278	Town of Beaux Arts Village	town-of-beaux-arts-village			US	WA	033	7174278	299	America/Los_Angeles
7174280	Town of Bells	town-of-bells			US	TX	181	7174280	1392	America/Chicago
7174285	Town of Berryville	town-of-berryville			US	TX	213	7174285	975	America/Chicago
7174293	Town of Big Sandy	town-of-big-sandy			US	TX	459	7174293	1343	America/Chicago
7174298	Town of Bishop Hills	town-of-bishop-hills			US	TX	375	7174298	193	America/Chicago
7174302	Town of Blanket	town-of-blanket			US	TX	049	7174302	390	America/Chicago
7174303	Town of Bloomburg	town-of-bloomburg			US	TX	067	7174303	404	America/Chicago
7174304	Town of Blooming Grove	town-of-blooming-grove			US	TX	349	7174304	821	America/Chicago
7174307	Town of Blum	town-of-blum			US	TX	217	7174307	444	America/Chicago
7174313	Town of Booker	town-of-booker			US	TX	295	7174313	1516	America/Chicago
7174319	Town of Boyd	town-of-boyd			US	TX	497	7174319	1207	America/Chicago
7174331	Town of Broaddus	town-of-broaddus			US	TX	405	7174331	207	America/Chicago
7174336	Town of Bronte	town-of-bronte			US	TX	081	7174336	999	America/Chicago
7174341	Town of Buckholts	town-of-buckholts			US	TX	331	7174341	515	America/Chicago
7174342	Town of Bucoda	town-of-bucoda			US	WA	067	7174342	562	America/Los_Angeles
7174345	Town of Buffalo Gap	town-of-buffalo-gap			US	TX	441	7174345	464	America/Chicago
7174346	Town of Bullard	town-of-bullard			US	TX	423	7174346	2463	America/Chicago
7174352	City of Burton	city-of-burton	City of Burton,Town of Burton		US	TX	477	7174352	300	America/Chicago
7174355	City of Sadler	city-of-sadler			US	TX	181	7174355	343	America/Chicago
7174356	City of Saginaw	city-of-saginaw			US	TX	439	7174356	19806	America/Chicago
7174360	City of Saint Jo	city-of-saint-jo			US	TX	337	7174360	1043	America/Chicago
7174367	City of San Diego	city-of-san-diego			US	TX	131	7174367	4488	America/Chicago
7174372	City of San Patricio	city-of-san-patricio			US	TX	409	7174372	395	America/Chicago
7174373	City of San Perlita	city-of-san-perlita			US	TX	489	7174373	573	America/Chicago
7174379	City of Sanger	city-of-sanger			US	TX	121	7174379	6916	America/Chicago
7174380	City of Sansom Park	city-of-sansom-park			US	TX	439	7174380	4686	America/Chicago
7174382	City of Santa Clara	city-of-santa-clara			US	TX	187	7174382	725	America/Chicago
7174384	City of Santa Fe	city-of-santa-fe			US	TX	167	7174384	12222	America/Chicago
7174390	City of Savoy	city-of-savoy			US	TX	147	7174390	831	America/Chicago
7174393	City of Schertz	city-of-schertz			US	TX	187	7174393	43091	America/Chicago
7174394	City of Schulenburg	city-of-schulenburg			US	TX	149	7174394	2852	America/Chicago
7174397	City of Scotland	city-of-scotland			US	TX	009	7174397	501	America/Chicago
7174400	City of Scottsville	city-of-scottsville			US	TX	203	7174400	376	America/Chicago
7174401	City of Seabrook	city-of-seabrook			US	TX	071	7174401	11952	America/Chicago
7174402	City of Seadrift	city-of-seadrift			US	TX	057	7174402	1364	America/Chicago
7174403	City of Seagoville	city-of-seagoville			US	TX	113	7174403	14835	America/Chicago
7174404	City of Seagraves	city-of-seagraves			US	TX	165	7174404	2417	America/Chicago
7174405	City of Sealy	city-of-sealy			US	TX	015	7174405	6019	America/Chicago
7174407	City of SeaTac	city-of-seatac			US	WA	033	7174407	26909	America/Los_Angeles
7174408	City of Seattle	city-of-seattle			US	WA	033	7174408	608660	America/Los_Angeles
7174410	City of Sedro-Woolley	city-of-sedro-woolley			US	WA	057	7174410	10540	America/Los_Angeles
7174411	City of Seguin	city-of-seguin			US	TX	187	7174411	25175	America/Chicago
7174413	City of Selah	city-of-selah			US	WA	077	7174413	7147	America/Los_Angeles
7174414	City of Selma	city-of-selma			US	TX	029	7174414	5540	America/Chicago
7174416	City of Seminole	city-of-seminole			US	TX	165	7174416	6430	America/Chicago
7174418	City of Sequim	city-of-sequim			US	WA	009	7174418	6606	America/Los_Angeles
7174419	City of Seven Oaks	city-of-seven-oaks			US	TX	373	7174419	111	America/Chicago
7174420	City of Seven Points	city-of-seven-points			US	TX	213	7174420	1455	America/Chicago
7174423	City of Shallowater	city-of-shallowater			US	TX	303	7174423	2484	America/Chicago
7174424	City of Shamrock	city-of-shamrock			US	TX	483	7174424	1910	America/Chicago
7174427	City of Shavano Park	city-of-shavano-park			US	TX	029	7174427	3035	America/Chicago
7174430	City of Shelton	city-of-shelton			US	WA	045	7174430	9834	America/Los_Angeles
7174431	City of Shenandoah	city-of-shenandoah			US	TX	339	7174431	2134	America/Chicago
7174432	City of Shepherd	city-of-shepherd			US	TX	407	7174432	2319	America/Chicago
7174435	City of Sherman	city-of-sherman			US	TX	181	7174435	38521	America/Chicago
7174438	City of Shiner	city-of-shiner			US	TX	285	7174438	2069	America/Chicago
7174439	City of Shoreacres	city-of-shoreacres			US	TX	201	7174439	1493	America/Chicago
7174440	City of Shoreline	city-of-shoreline			US	WA	033	7174440	53007	America/Los_Angeles
7174444	City of Silsbee	city-of-silsbee			US	TX	199	7174444	6611	America/Chicago
7174446	City of Silverton	city-of-silverton			US	TX	045	7174446	731	America/Chicago
7174447	City of Simonton	city-of-simonton			US	TX	157	7174447	814	America/Chicago
7174448	City of Sinton	city-of-sinton			US	TX	409	7174448	5665	America/Chicago
7174449	City of Slaton	city-of-slaton			US	TX	303	7174449	6121	America/Chicago
7174451	City of Smiley	city-of-smiley			US	TX	177	7174451	549	America/Chicago
7174452	City of Smithville	city-of-smithville			US	TX	021	7174452	3817	America/Chicago
7174453	City of Snohomish	city-of-snohomish			US	WA	061	7174453	9098	America/Los_Angeles
7174454	City of Snook	city-of-snook			US	TX	051	7174454	511	America/Chicago
7174455	City of Snoqualmie	city-of-snoqualmie			US	WA	033	7174455	10670	America/Los_Angeles
7174457	City of Snyder	city-of-snyder			US	TX	415	7174457	11202	America/Chicago
7174458	City of Soap Lake	city-of-soap-lake			US	WA	025	7174458	1514	America/Los_Angeles
7174460	City of Socorro	city-of-socorro			US	TX	141	7174460	32013	America/Denver
7174465	City of Somerset	city-of-somerset			US	TX	029	7174465	1631	America/Chicago
7174466	City of Somerville	city-of-somerville			US	TX	051	7174466	1376	America/Chicago
7174467	City of Sonora	city-of-sonora			US	TX	435	7174467	3027	America/Chicago
7174468	City of Sour Lake	city-of-sour-lake			US	TX	199	7174468	1813	America/Chicago
7174475	City of Southlake	city-of-southlake			US	TX	439	7174475	26575	America/Chicago
7174476	City of Southmayd	city-of-southmayd			US	TX	181	7174476	992	America/Chicago
7174477	City of Southside Place	city-of-southside-place			US	TX	201	7174477	1715	America/Chicago
7174479	City of Spearman	city-of-spearman			US	TX	195	7174479	3368	America/Chicago
7174483	City of Splendora	city-of-splendora			US	TX	339	7174483	1615	America/Chicago
7174484	City of Spofford	city-of-spofford			US	TX	271	7174484	95	America/Chicago
7174485	City of Spokane Valley	city-of-spokane-valley			US	WA	063	7174485	89755	America/Los_Angeles
7174486	City of Sprague	city-of-sprague			US	WA	043	7174486	446	America/Los_Angeles
7174487	City of Spring Valley Village	city-of-spring-valley-village	City of Spring Valley,City of Spring Valley Village		US	TX	201	7174487	3715	America/Chicago
7174488	City of Springtown	city-of-springtown			US	TX	367	7174488	2658	America/Chicago
7174489	City of Spur	city-of-spur			US	TX	125	7174489	1318	America/Chicago
7174490	City of Stafford	city-of-stafford			US	TX	157	7174490	17693	America/Chicago
7174491	City of Stamford	city-of-stamford			US	TX	207	7174491	3124	America/Chicago
7174494	City of Stanton	city-of-stanton			US	TX	317	7174494	2492	America/Chicago
7174495	City of Stanwood	city-of-stanwood			US	WA	061	7174495	6231	America/Los_Angeles
7174497	City of Star Harbor	city-of-star-harbor			US	TX	213	7174497	444	America/Chicago
7174502	City of Stevenson	city-of-stevenson			US	WA	059	7174502	1465	America/Los_Angeles
7174505	City of Stinnett	city-of-stinnett			US	TX	233	7174505	1881	America/Chicago
7174507	City of Stockdale	city-of-stockdale			US	TX	493	7174507	1442	America/Chicago
7174508	City of Stratford	city-of-stratford			US	TX	421	7174508	2017	America/Chicago
7174509	City of Strawn	city-of-strawn			US	TX	363	7174509	653	America/Chicago
7174512	City of Sudan	city-of-sudan			US	TX	279	7174512	958	America/Chicago
7174513	City of Sugar Land	city-of-sugar-land			US	TX	157	7174513	78817	America/Chicago
7174515	City of Sulphur Springs	city-of-sulphur-springs			US	TX	223	7174515	15449	America/Chicago
7174516	City of Sultan	city-of-sultan			US	WA	061	7174516	4651	America/Los_Angeles
7174517	City of Sumas	city-of-sumas			US	WA	073	7174517	1307	America/Los_Angeles
7174518	City of Sumner	city-of-sumner			US	WA	053	7174518	9451	America/Los_Angeles
7174521	City of Sun Valley	city-of-sun-valley			US	TX	277	7174521	69	America/Chicago
7174522	City of Sundown	city-of-sundown			US	TX	219	7174522	1397	America/Chicago
7174525	City of Sunnyside	city-of-sunnyside			US	WA	077	7174525	15858	America/Los_Angeles
7174526	City of Sunray	city-of-sunray			US	TX	341	7174526	1926	America/Chicago
7174527	City of Sunrise Beach Village	city-of-sunrise-beach-village			US	TX	299	7174527	713	America/Chicago
7174530	City of Sunset Valley	city-of-sunset-valley			US	TX	453	7174530	749	America/Chicago
7174531	City of Surfside Beach	city-of-surfside-beach			US	TX	039	7174531	482	America/Chicago
7174534	City of Sweeny	city-of-sweeny			US	TX	039	7174534	3684	America/Chicago
7174535	City of Sweetwater	city-of-sweetwater			US	TX	353	7174535	10906	America/Chicago
7174537	City of Tacoma	city-of-tacoma			US	WA	053	7174537	198397	America/Los_Angeles
7174539	City of Tahoka	city-of-tahoka			US	TX	305	7174539	2673	America/Chicago
7174541	Town of Talty	town-of-talty	City of Talty,Town of Talty		US	TX	257	7174541	1535	America/Chicago
7174543	City of Tatum	city-of-tatum			US	TX	401	7174543	1385	America/Chicago
7174544	City of Taylor	city-of-taylor			US	TX	491	7174544	15191	America/Chicago
7174545	City of Taylor Lake Village	city-of-taylor-lake-village			US	TX	201	7174545	3544	America/Chicago
7174546	City of Taylor Landing	city-of-taylor-landing			US	TX	245	7174546	228	America/Chicago
7174550	City of Tekoa	city-of-tekoa			US	WA	075	7174550	778	America/Los_Angeles
7174552	City of Tenino	city-of-tenino			US	WA	067	7174552	1695	America/Los_Angeles
7174556	City of Texarkana	city-of-texarkana			US	TX	037	7174556	36411	America/Chicago
7174557	City of Texhoma	city-of-texhoma			US	TX	421	7174557	346	America/Chicago
7174559	City of The Colony	city-of-the-colony			US	TX	121	7174559	36328	America/Chicago
7174564	City of Thorndale	city-of-thorndale			US	TX	331	7174564	1336	America/Chicago
7174565	City of Thornton	city-of-thornton			US	CO	001	7174565	118772	America/Denver
7174567	City of Thrall	city-of-thrall			US	TX	491	7174567	839	America/Chicago
7174569	City of Three Rivers	city-of-three-rivers			US	TX	297	7174569	1848	America/Chicago
7174571	City of Timpson	city-of-timpson			US	TX	419	7174571	1155	America/Chicago
7174573	City of Toco	city-of-toco			US	TX	277	7174573	75	America/Chicago
7174574	City of Todd Mission	city-of-todd-mission			US	TX	185	7174574	107	America/Chicago
7174575	City of Tolar	city-of-tolar			US	TX	221	7174575	681	America/Chicago
7174576	City of Toledo	city-of-toledo			US	WA	041	7174576	725	America/Los_Angeles
7174578	City of Tom Bean	city-of-tom-bean			US	TX	181	7174578	1045	America/Chicago
7174579	City of Tomball	city-of-tomball			US	TX	201	7174579	10753	America/Chicago
7174580	City of Tonasket	city-of-tonasket			US	WA	047	7174580	1032	America/Los_Angeles
7174582	City of Tool	city-of-tool			US	TX	213	7174582	2240	America/Chicago
7174583	City of Toppenish	city-of-toppenish			US	WA	077	7174583	8949	America/Los_Angeles
7174587	City of Trenton	city-of-trenton			US	TX	147	7174587	635	America/Chicago
7174589	City of Trinity	city-of-trinity			US	TX	455	7174589	2697	America/Chicago
7174590	City of Troup	city-of-troup			US	TX	423	7174590	1869	America/Chicago
7174593	City of Troy	city-of-troy			US	TX	027	7174593	1645	America/Chicago
7174598	City of Tukwila	city-of-tukwila			US	WA	033	7174598	19107	America/Los_Angeles
7174600	City of Tumwater	city-of-tumwater			US	WA	067	7174600	17371	America/Los_Angeles
7174602	City of Turkey	city-of-turkey			US	TX	191	7174602	421	America/Chicago
7174604	City of Tuscola	city-of-tuscola			US	TX	441	7174604	742	America/Chicago
7174608	City of Tye	city-of-tye			US	TX	441	7174608	1242	America/Chicago
7174609	City of Tyler	city-of-tyler			US	TX	423	7174609	96900	America/Chicago
7174611	City of Uhland	city-of-uhland			US	TX	209	7174611	1014	America/Chicago
7174613	City of Uncertain	city-of-uncertain			US	TX	203	7174613	94	America/Chicago
7174614	City of Union Gap	city-of-union-gap			US	WA	077	7174614	6047	America/Los_Angeles
7174615	City of Union Grove	city-of-union-grove			US	TX	459	7174615	357	America/Chicago
7174617	City of University Park	city-of-university-park			US	TX	113	7174617	23068	America/Chicago
7174618	City of University Place	city-of-university-place			US	WA	053	7174618	31144	America/Los_Angeles
7174619	City of Uvalde	city-of-uvalde			US	TX	463	7174619	15751	America/Chicago
7174620	City of Vader	city-of-vader	City of Little Falls,City of Vader		US	WA	041	7174620	621	America/Los_Angeles
7174622	City of Valley Mills	city-of-valley-mills			US	TX	035	7174622	1203	America/Chicago
7174623	City of Van	city-of-van			US	TX	467	7174623	2632	America/Chicago
7174624	City of Van Alstyne	city-of-van-alstyne			US	TX	181	7174624	3046	America/Chicago
7174625	City of Vancouver	city-of-vancouver			US	WA	011	7174625	161791	America/Los_Angeles
7174626	City of Vega	city-of-vega			US	TX	359	7174626	884	America/Chicago
7174632	City of Vidor	city-of-vidor			US	TX	361	7174632	10579	America/Chicago
7174634	City of Waco	city-of-waco			US	TX	309	7174634	124805	America/Chicago
7174635	City of Waelder	city-of-waelder			US	TX	177	7174635	1065	America/Chicago
7174637	City of Waitsburg	city-of-waitsburg			US	WA	071	7174637	1217	America/Los_Angeles
7174638	City of Wake Village	city-of-wake-village			US	TX	037	7174638	5492	America/Chicago
7174641	City of Waller	city-of-waller			US	TX	473	7174641	2326	America/Chicago
7174642	City of Wallis	city-of-wallis			US	TX	015	7174642	1252	America/Chicago
7174644	City of Walnut Springs	city-of-walnut-springs			US	TX	035	7174644	827	America/Chicago
7174646	City of Wapato	city-of-wapato			US	WA	077	7174646	4997	America/Los_Angeles
7174647	City of Warden	city-of-warden			US	WA	025	7174647	2692	America/Los_Angeles
7174653	City of Washougal	city-of-washougal			US	WA	011	7174653	14095	America/Los_Angeles
7174654	City of Waskom	city-of-waskom			US	TX	203	7174654	2160	America/Chicago
7174655	City of Watauga	city-of-watauga			US	TX	439	7174655	23497	America/Chicago
7174660	City of Waxahachie	city-of-waxahachie			US	TX	139	7174660	29621	America/Chicago
7174663	City of Weatherford	city-of-weatherford			US	TX	367	7174663	25250	America/Chicago
7174664	City of Webster	city-of-webster			US	TX	201	7174664	10400	America/Chicago
7174665	City of Weimar	city-of-weimar			US	TX	089	7174665	2151	America/Chicago
7174666	City of Weinert	city-of-weinert			US	TX	207	7174666	172	America/Chicago
7174668	City of Weir	city-of-weir			US	TX	491	7174668	450	America/Chicago
7174670	City of Wellington	city-of-wellington			US	TX	087	7174670	2189	America/Chicago
7174671	City of Wellman	city-of-wellman			US	TX	445	7174671	203	America/Chicago
7174673	City of Wenatchee	city-of-wenatchee			US	WA	007	7174673	31925	America/Los_Angeles
7174676	City of West	city-of-west			US	TX	309	7174676	2807	America/Chicago
7174678	City of West Columbia	city-of-west-columbia			US	TX	039	7174678	3905	America/Chicago
7174681	City of West Lake Hills	city-of-west-lake-hills			US	TX	453	7174681	3063	America/Chicago
7174683	City of West Orange	city-of-west-orange			US	TX	361	7174683	3443	America/Chicago
7174684	City of West Richland	city-of-west-richland			US	WA	005	7174684	11811	America/Los_Angeles
7174685	City of West Tawakoni	city-of-west-tawakoni			US	TX	231	7174685	1576	America/Chicago
7174686	City of West University Place	city-of-west-university-place			US	TX	201	7174686	14787	America/Chicago
7174688	City of Westbrook	city-of-westbrook			US	TX	335	7174688	253	America/Chicago
7174694	City of Weston	city-of-weston			US	TX	085	7174694	563	America/Chicago
7174695	City of Westport	city-of-westport			US	WA	027	7174695	2099	America/Los_Angeles
7174696	City of Westworth Village	city-of-westworth-village			US	TX	439	7174696	2472	America/Chicago
7174699	City of Wharton	city-of-wharton			US	TX	481	7174699	8832	America/Chicago
7174701	City of Wheeler	city-of-wheeler			US	TX	483	7174701	1592	America/Chicago
7174703	City of White Salmon	city-of-white-salmon			US	WA	039	7174703	2224	America/Los_Angeles
7174704	City of Whitehouse	city-of-whitehouse			US	TX	423	7174704	7660	America/Chicago
7174705	City of Whitesboro	city-of-whitesboro			US	TX	181	7174705	3793	America/Chicago
7174710	City of Willis	city-of-willis			US	TX	339	7174710	5662	America/Chicago
7174711	City of Willow Park	city-of-willow-park			US	TX	367	7174711	3982	America/Chicago
7174712	City of Wills Point	city-of-wills-point			US	TX	467	7174712	3524	America/Chicago
7174713	City of Wilmer	city-of-wilmer			US	TX	113	7174713	3682	America/Chicago
7174715	City of Wilson	city-of-wilson			US	TX	305	7174715	489	America/Chicago
7174717	City of Wimberley	city-of-wimberley			US	TX	209	7174717	2626	America/Chicago
7174719	City of Winfield	city-of-winfield			US	TX	449	7174719	524	America/Chicago
7174720	City of Wink	city-of-wink			US	TX	495	7174720	940	America/Chicago
7174721	City of Winlock	city-of-winlock			US	WA	041	7174721	1339	America/Los_Angeles
7174722	City of Winnsboro	city-of-winnsboro			US	TX	499	7174722	3434	America/Chicago
7174724	City of Winters	city-of-winters			US	TX	399	7174724	2562	America/Chicago
7174725	City of Wixon Valley	city-of-wixon-valley			US	TX	041	7174725	254	America/Chicago
7174727	City of Wolfforth	city-of-wolfforth			US	TX	303	7174727	3670	America/Chicago
7174729	City of Woodbranch	city-of-woodbranch			US	TX	339	7174729	1282	America/Chicago
7174731	City of Woodcreek	city-of-woodcreek			US	TX	209	7174731	1457	America/Chicago
7174732	City of Woodinville	city-of-woodinville			US	WA	033	7174732	10938	America/Los_Angeles
7174733	City of Woodland	city-of-woodland			US	WA	015	7174733	5509	America/Los_Angeles
7174738	City of Woodway	city-of-woodway			US	TX	309	7174738	8452	America/Chicago
7174739	City of Woodway	city-of-woodway			US	WA	061	7174739	1307	America/Los_Angeles
7174743	City of Wylie	city-of-wylie			US	TX	085	7174743	41427	America/Chicago
7174747	City of Yelm	city-of-yelm			US	WA	067	7174747	6848	America/Los_Angeles
7174750	City of Yorktown	city-of-yorktown			US	TX	123	7174750	2092	America/Chicago
7174754	City of Zavalla	city-of-zavalla			US	TX	005	7174754	713	America/Chicago
7174755	City of Zillah	city-of-zillah			US	WA	077	7174755	2964	America/Los_Angeles
7174759	Town of Addison	town-of-addison			US	TX	113	7174759	13056	America/Chicago
7174765	Town of Alba	town-of-alba			US	TX	499	7174765	504	America/Chicago
7174769	Town of Albion	town-of-albion			US	WA	075	7174769	579	America/Los_Angeles
7174775	Town of Alma	town-of-alma			US	TX	139	7174775	331	America/Chicago
7174776	Town of Almira	town-of-almira			US	WA	043	7174776	284	America/Los_Angeles
7174780	Town of Alto	town-of-alto			US	TX	073	7174780	1225	America/Chicago
7174782	Town of Alvord	town-of-alvord			US	TX	497	7174782	1334	America/Chicago
7174788	Town of Annetta	town-of-annetta			US	TX	367	7174788	1288	America/Chicago
7174789	Town of Annetta North	town-of-annetta-north			US	TX	367	7174789	518	America/Chicago
7174790	Town of Annetta South	town-of-annetta-south			US	TX	367	7174790	526	America/Chicago
7174791	Town of Annona	town-of-annona			US	TX	387	7174791	315	America/Chicago
7174792	Town of Anthony	town-of-anthony			US	TX	141	7174792	5011	America/Denver
7174801	Town of Coupeville	town-of-coupeville			US	WA	029	7174801	1831	America/Los_Angeles
7174807	Town of Crawford	town-of-crawford			US	TX	309	7174807	717	America/Chicago
7174809	Town of Creston	town-of-creston			US	WA	043	7174809	236	America/Los_Angeles
7174813	Town of Cross Plains	town-of-cross-plains			US	TX	059	7174813	982	America/Chicago
7174814	Town of Cross Roads	town-of-cross-roads			US	TX	121	7174814	1563	America/Chicago
7174815	Town of Cross Timber	town-of-cross-timber			US	TX	251	7174815	268	America/Chicago
7174819	Town of Cuney	town-of-cuney			US	TX	073	7174819	140	America/Chicago
7174820	Town of Cusick	town-of-cusick			US	WA	051	7174820	207	America/Los_Angeles
7174822	City of Cut and Shoot	city-of-cut-and-shoot	City of Cut and Shoot,Town of Cut and Shoot		US	TX	339	7174822	1070	America/Chicago
7174828	Town of Darrington	town-of-darrington			US	WA	061	7174828	1347	America/Los_Angeles
7174829	Town of Darrouzett	town-of-darrouzett			US	TX	295	7174829	350	America/Chicago
7174832	Town of Dawson	town-of-dawson			US	TX	349	7174832	807	America/Chicago
7174842	Town of Denver City	town-of-denver-city			US	TX	501	7174842	4479	America/Chicago
7174844	Town of Detroit	town-of-detroit			US	TX	387	7174844	732	America/Chicago
7174856	Town of DISH	town-of-dish	Clark,Town of DISH		US	TX	121	7174856	201	America/Chicago
7174859	Town of Dodd City	town-of-dodd-city			US	TX	147	7174859	369	America/Chicago
7174860	Town of Dodson	town-of-dodson			US	TX	087	7174860	109	America/Chicago
7174862	Town of Domino	town-of-domino			US	TX	067	7174862	93	America/Chicago
7174864	Town of Double Oak	town-of-double-oak			US	TX	121	7174864	2867	America/Chicago
7174867	Town of Douglassville	town-of-douglassville			US	TX	067	7174867	229	America/Chicago
7174885	Town of Eatonville	town-of-eatonville			US	WA	053	7174885	2758	America/Los_Angeles
7174887	Town of Edgecliff Village	town-of-edgecliff-village			US	TX	439	7174887	2776	America/Chicago
7174890	Town of Edgewood	town-of-edgewood			US	TX	467	7174890	1441	America/Chicago
7174891	Town of Edmonson	town-of-edmonson			US	TX	189	7174891	111	America/Chicago
7174897	Town of Elkhart	town-of-elkhart			US	TX	001	7174897	1371	America/Chicago
7174899	Town of Elmer City	town-of-elmer-city			US	WA	047	7174899	238	America/Los_Angeles
7174905	Town of Emhouse	town-of-emhouse			US	TX	349	7174905	133	America/Chicago
7174908	Town of Enchanted Oaks	town-of-enchanted-oaks			US	TX	213	7174908	326	America/Chicago
7174909	Town of Endicott	town-of-endicott			US	WA	075	7174909	289	America/Los_Angeles
7174911	Town of Pleasant Valley	town-of-pleasant-valley			US	TX	485	7174911	336	America/Chicago
7174917	Town of Ponder	town-of-ponder			US	TX	121	7174917	1395	America/Chicago
7174921	Town of Post Oak Bend City	town-of-post-oak-bend-city			US	TX	257	7174921	595	America/Chicago
7174922	Town of Poth	town-of-poth			US	TX	493	7174922	1908	America/Chicago
7174923	Town of Pottsboro	town-of-pottsboro			US	TX	181	7174923	2160	America/Chicago
7174924	Town of Powell	town-of-powell			US	TX	349	7174924	136	America/Chicago
7174925	Town of Poynor	town-of-poynor			US	TX	213	7174925	305	America/Chicago
7174926	City of Prescott	city-of-prescott	City of Prescott,Town of Prescott		US	WA	071	7174926	318	America/Los_Angeles
7174928	Town of Primera	town-of-primera			US	TX	061	7174928	4070	America/Chicago
7174930	Town of Prosper	town-of-prosper			US	TX	085	7174930	9423	America/Chicago
7174933	Town of Putnam	town-of-putnam			US	TX	059	7174933	94	America/Chicago
7174934	Town of Pyote	town-of-pyote			US	TX	475	7174934	114	America/Chicago
7174939	Town of Quintana	town-of-quintana			US	TX	039	7174939	56	America/Chicago
7174941	City of Rainier	city-of-rainier	City of Rainier,Town of Rainier		US	WA	067	7174941	1794	America/Los_Angeles
7174946	Town of Rancho Viejo	town-of-rancho-viejo			US	TX	061	7174946	2437	America/Chicago
7174949	Town of Ransom Canyon	town-of-ransom-canyon			US	TX	303	7174949	1096	America/Chicago
7174954	Town of Reardan	town-of-reardan			US	WA	043	7174954	571	America/Los_Angeles
7174961	Town of Refugio	town-of-refugio			US	TX	391	7174961	2890	America/Chicago
7174964	Town of Retreat	town-of-retreat			US	TX	349	7174964	377	America/Chicago
7174968	Town of Richland	town-of-richland			US	TX	349	7174968	264	America/Chicago
7174969	Town of Richland Springs	town-of-richland-springs			US	TX	411	7174969	338	America/Chicago
7174973	Town of Rising Star	town-of-rising-star			US	TX	133	7174973	835	America/Chicago
7174974	Town of Riverside	town-of-riverside			US	WA	047	7174974	280	America/Los_Angeles
7174976	Town of Roaring Springs	town-of-roaring-springs			US	TX	345	7174976	234	America/Chicago
7174977	Town of Rochester	town-of-rochester			US	TX	207	7174977	324	America/Chicago
7174980	Town of Rockford	town-of-rockford			US	WA	063	7174980	470	America/Los_Angeles
7174981	Town of Rocksprings	town-of-rocksprings			US	TX	137	7174981	1182	America/Chicago
7174985	Town of Rocky Mound	town-of-rocky-mound			US	TX	063	7174985	75	America/Chicago
7174988	Town of Rogers	town-of-rogers			US	TX	027	7174988	1218	America/Chicago
7174991	Town of Roman Forest	town-of-roman-forest			US	TX	339	7174991	1538	America/Chicago
7174994	Town of Rosalia	town-of-rosalia			US	WA	075	7174994	550	America/Los_Angeles
7174997	Town of Round Mountain	town-of-round-mountain			US	TX	031	7174997	181	America/Chicago
7174998	Town of Round Top	town-of-round-top			US	TX	149	7174998	90	America/Chicago
7174999	Town of Rule	town-of-rule			US	TX	207	7174999	636	America/Chicago
7175000	Town of Runge	town-of-runge			US	TX	255	7175000	1031	America/Chicago
7175003	Town of Ruston	town-of-ruston			US	WA	053	7175003	749	America/Los_Angeles
7175009	Town of Saint Hedwig	town-of-saint-hedwig			US	TX	029	7175009	2094	America/Chicago
7175011	Town of Saint John	town-of-saint-john			US	WA	075	7175011	537	America/Los_Angeles
7175013	Town of Saint Paul	town-of-saint-paul			US	TX	085	7175013	1066	America/Chicago
7175018	Town of Estelline	town-of-estelline			US	TX	191	7175018	145	America/Chicago
7175023	Town of Evant	town-of-evant			US	TX	099	7175023	426	America/Chicago
7175028	Town of Fairfield	town-of-fairfield			US	WA	063	7175028	612	America/Los_Angeles
7175033	Town of Fairview	town-of-fairview			US	TX	085	7175033	7248	America/Chicago
7175038	Town of Farmington	town-of-farmington			US	WA	075	7175038	146	America/Los_Angeles
7175045	Town of Flatonia	town-of-flatonia			US	TX	149	7175045	1383	America/Chicago
7175050	Town of Flower Mound	town-of-flower-mound			US	TX	121	7175050	64669	America/Chicago
7175069	Town of Frankston	town-of-frankston			US	TX	001	7175069	1229	America/Chicago
7175074	Town of Friday Harbor	town-of-friday-harbor			US	WA	055	7175074	2162	America/Los_Angeles
7175079	Town of Fulton	town-of-fulton			US	TX	007	7175079	1358	America/Chicago
7175084	Town of Garfield	town-of-garfield			US	WA	075	7175084	597	America/Los_Angeles
7175085	Town of Garrett	town-of-garrett			US	TX	139	7175085	806	America/Chicago
7175087	Town of Gary City	town-of-gary-city			US	TX	365	7175087	311	America/Chicago
7175118	Town of Grandfalls	town-of-grandfalls			US	TX	475	7175118	360	America/Chicago
7175126	Town of Groom	town-of-groom			US	TX	065	7175126	574	America/Chicago
7175131	Town of Gustine	town-of-gustine			US	TX	093	7175131	476	America/Chicago
7175133	Town of Hackberry	town-of-hackberry			US	TX	121	7175133	968	America/Chicago
7175137	Town of Hamilton	town-of-hamilton			US	WA	057	7175137	301	America/Los_Angeles
7175142	Town of Happy	town-of-happy			US	TX	437	7175142	678	America/Chicago
7175144	Town of Harrah	town-of-harrah			US	WA	077	7175144	625	America/Los_Angeles
7175145	Town of Hartline	town-of-hartline			US	WA	025	7175145	151	America/Los_Angeles
7175152	Town of Hatton	town-of-hatton			US	WA	001	7175152	101	America/Los_Angeles
7175158	Town of Hebron	town-of-hebron			US	TX	121	7175158	415	America/Chicago
7175165	Town of Hickory Creek	town-of-hickory-creek			US	TX	121	7175165	3247	America/Chicago
7175166	Town of Highland Park	town-of-highland-park			US	TX	113	7175166	8564	America/Chicago
7175177	Town of Holiday Lakes	town-of-holiday-lakes			US	TX	039	7175177	1107	America/Chicago
7175178	Town of Holland	town-of-holland			US	TX	027	7175178	1121	America/Chicago
7175181	Town of Hollywood Park	town-of-hollywood-park			US	TX	029	7175181	3062	America/Chicago
7175187	Town of Howe	town-of-howe			US	TX	181	7175187	2600	America/Chicago
7175196	Town of Hunts Point	town-of-hunts-point			US	WA	033	7175196	394	America/Los_Angeles
7175203	Town of Impact	town-of-impact			US	TX	441	7175203	35	America/Chicago
7175204	Town of Index	town-of-index			US	WA	061	7175204	178	America/Los_Angeles
7175206	Town of Indian Lake	town-of-indian-lake			US	TX	061	7175206	640	America/Chicago
7175209	Town of Ione	town-of-ione			US	WA	051	7175209	447	America/Los_Angeles
7175211	Town of Italy	town-of-italy			US	TX	139	7175211	1863	America/Chicago
7175236	City of Kemp	city-of-kemp	City of Kemp,Town of Kemp		US	TX	257	7175236	1154	America/Chicago
7175239	Town of Kenefick	town-of-kenefick			US	TX	291	7175239	563	America/Chicago
7175254	Town of Kirvin	town-of-kirvin			US	TX	161	7175254	129	America/Chicago
7175257	Town of Knox City	town-of-knox-city			US	TX	275	7175257	1130	America/Chicago
7175259	Town of Kosse	town-of-kosse			US	TX	293	7175259	464	America/Chicago
7175261	Town of Krupp	town-of-krupp			US	WA	025	7175261	48	America/Los_Angeles
7175262	Town of Kurten	town-of-kurten			US	TX	041	7175262	398	America/Chicago
7175264	Town of La Conner	town-of-la-conner			US	WA	057	7175264	891	America/Los_Angeles
7175265	Town of LaCrosse	town-of-lacrosse	Town of La Crosse,Town of LaCrosse		US	WA	075	7175265	313	America/Los_Angeles
7175269	Town of Ladonia	town-of-ladonia			US	TX	147	7175269	612	America/Chicago
7175270	Town of Laguna Vista	town-of-laguna-vista			US	TX	061	7175270	3117	America/Chicago
7175275	Town of Lake City	town-of-lake-city			US	TX	409	7175275	509	America/Chicago
7175276	Town of Lakeside	town-of-lakeside			US	CO	059	7175276	8	America/Denver
7175277	Town of Lakeside	town-of-lakeside			US	TX	409	7175277	312	America/Chicago
7175278	Town of Lakeside	town-of-lakeside			US	TX	439	7175278	1307	America/Chicago
7175279	Town of Lakeside City	town-of-lakeside-city			US	TX	009	7175279	997	America/Chicago
7175282	Town of Lakeview	town-of-lakeview			US	TX	191	7175282	107	America/Chicago
7175286	Town of Lamont	town-of-lamont			US	WA	075	7175286	70	America/Los_Angeles
7175290	Town of Latah	town-of-latah			US	WA	063	7175290	183	America/Los_Angeles
7175293	Town of Lawn	town-of-lawn			US	TX	441	7175293	314	America/Chicago
7175299	Town of Lefors	town-of-lefors			US	TX	179	7175299	497	America/Chicago
7175304	Town of Lexington	town-of-lexington			US	TX	287	7175304	1177	America/Chicago
7175309	Town of Lincoln Park	town-of-lincoln-park			US	TX	121	7175309	308	America/Chicago
7175310	Town of Lind	town-of-lind			US	WA	001	7175310	564	America/Los_Angeles
7175311	City of Lindale	city-of-lindale	City of Lindale,Town of Lindale		US	TX	423	7175311	4818	America/Chicago
7175312	City of Lindsay	city-of-lindsay	City of Lindsay,Town of Lindsay		US	TX	097	7175312	1018	America/Chicago
7175315	Town of Livingston	town-of-livingston			US	TX	373	7175315	5335	America/Chicago
7175316	Town of Lochbuie	town-of-lochbuie			US	CO	123	7175316	4726	America/Denver
7175317	Town of Lockney	town-of-lockney			US	TX	153	7175317	1842	America/Chicago
7175326	Town of Loraine	town-of-loraine			US	TX	335	7175326	602	America/Chicago
7175328	Town of Los Indios	town-of-los-indios			US	TX	061	7175328	1083	America/Chicago
7175337	Town of Lyman	town-of-lyman			US	WA	057	7175337	438	America/Los_Angeles
7175341	Town of Mabank	town-of-mabank			US	TX	257	7175341	3035	America/Chicago
7175343	Town of Malden	town-of-malden			US	WA	075	7175343	203	America/Los_Angeles
7175344	Town of Malone	town-of-malone			US	TX	217	7175344	269	America/Chicago
7175355	Town of Mansfield	town-of-mansfield			US	WA	017	7175355	320	America/Los_Angeles
7175364	Town of Marcus	town-of-marcus			US	WA	065	7175364	183	America/Los_Angeles
7175365	Town of Marietta	town-of-marietta			US	TX	067	7175365	134	America/Chicago
7175371	Town of Matador	town-of-matador			US	TX	345	7175371	607	America/Chicago
7175372	City of Mattawa	city-of-mattawa	City of Mattawa,Town of Mattawa		US	WA	025	7175372	4437	America/Los_Angeles
7175377	Town of McLean	town-of-mclean			US	TX	179	7175377	778	America/Chicago
7175380	Town of Meadow	town-of-meadow			US	TX	445	7175380	593	America/Chicago
7175388	Town of Megargel	town-of-megargel			US	TX	009	7175388	203	America/Chicago
7175390	Town of Melvin	town-of-melvin			US	TX	307	7175390	178	America/Chicago
7175394	Town of Merkel	town-of-merkel			US	TX	441	7175394	2590	America/Chicago
7175395	Town of Mertens	town-of-mertens			US	TX	217	7175395	125	America/Chicago
7175397	Town of Metaline	town-of-metaline			US	WA	051	7175397	173	America/Los_Angeles
7175398	Town of Metaline Falls	town-of-metaline-falls			US	WA	051	7175398	238	America/Los_Angeles
7175402	Town of Mildred	town-of-mildred			US	TX	349	7175402	368	America/Chicago
7175403	Town of Milford	town-of-milford			US	TX	139	7175403	728	America/Chicago
7175405	Town of Miller's Cove	town-of-miller-s-cove			US	TX	449	7175405	149	America/Chicago
7175407	Town of Millican	town-of-millican			US	TX	041	7175407	240	America/Chicago
7175410	Town of Millsap	town-of-millsap			US	TX	367	7175410	403	America/Chicago
7175411	City of Millwood	city-of-millwood	City of Millwood,Town of Millwood		US	WA	063	7175411	1786	America/Los_Angeles
7175424	Town of Moulton	town-of-moulton			US	TX	285	7175424	886	America/Chicago
7175427	Town of Mount Vernon	town-of-mount-vernon			US	TX	159	7175427	2662	America/Chicago
7175429	Town of Mountain View	town-of-mountain-view			US	CO	059	7175429	507	America/Denver
7175437	Town of Mullin	town-of-mullin			US	TX	333	7175437	179	America/Chicago
7175438	Town of Mustang	town-of-mustang			US	TX	349	7175438	21	America/Chicago
7175440	Town of Naches	town-of-naches			US	WA	077	7175440	795	America/Los_Angeles
7175444	Town of Navarro	town-of-navarro			US	TX	349	7175444	210	America/Chicago
7175447	Town of Nesbitt	town-of-nesbitt			US	TX	203	7175447	281	America/Chicago
7175448	Town of Nespelem	town-of-nespelem			US	WA	047	7175448	236	America/Los_Angeles
7175451	Town of New Deal	town-of-new-deal			US	TX	303	7175451	794	America/Chicago
7175453	Town of New Hope	town-of-new-hope			US	TX	085	7175453	614	America/Chicago
7175457	Town of Neylandville	town-of-neylandville			US	TX	231	7175457	97	America/Chicago
7175460	Town of Normangee	town-of-normangee			US	TX	289	7175460	685	America/Chicago
7175463	Town of Northlake	town-of-northlake			US	TX	121	7175463	1724	America/Chicago
7175464	Town of Northport	town-of-northport			US	WA	065	7175464	295	America/Los_Angeles
7175470	Town of Oak Grove	town-of-oak-grove			US	TX	257	7175470	603	America/Chicago
7175472	Town of Oak Ridge	town-of-oak-ridge			US	TX	097	7175472	141	America/Chicago
7175473	Town of Oak Ridge	town-of-oak-ridge			US	TX	257	7175473	495	America/Chicago
7175474	Town of Oak Valley	town-of-oak-valley			US	TX	349	7175474	368	America/Chicago
7175475	Town of Oakesdale	town-of-oakesdale			US	WA	075	7175475	422	America/Los_Angeles
7175479	Town of Oakwood	town-of-oakwood			US	TX	289	7175479	510	America/Chicago
7175481	Town of Odessa	town-of-odessa			US	WA	043	7175481	910	America/Los_Angeles
7175491	Town of Opdyke West	town-of-opdyke-west			US	TX	219	7175491	174	America/Chicago
7175505	Town of Paducah	town-of-paducah			US	TX	101	7175505	1186	America/Chicago
7175507	Town of Paint Rock	town-of-paint-rock			US	TX	095	7175507	273	America/Chicago
7175509	Town of Palmer	town-of-palmer			US	TX	139	7175509	2000	America/Chicago
7175512	Town of Panhandle	town-of-panhandle			US	TX	065	7175512	2452	America/Chicago
7175513	Town of Pantego	town-of-pantego			US	TX	439	7175513	2394	America/Chicago
7175526	Town of Payne Springs	town-of-payne-springs			US	TX	213	7175526	767	America/Chicago
7175528	Town of Pe Ell	town-of-pe-ell			US	WA	041	7175528	632	America/Los_Angeles
7175530	Town of Penelope	town-of-penelope			US	TX	217	7175530	198	America/Chicago
7175539	Town of Pine Island	town-of-pine-island			US	TX	473	7175539	988	America/Chicago
7175546	Town of Plains	town-of-plains			US	TX	501	7175546	1481	America/Chicago
7175550	Town of Bynum	town-of-bynum			US	TX	217	7175550	199	America/Chicago
7175564	Town of Caney City	town-of-caney-city			US	TX	213	7175564	217	America/Chicago
7175570	Town of Carbon	town-of-carbon			US	TX	133	7175570	272	America/Chicago
7175571	Town of Carbonado	town-of-carbonado			US	WA	053	7175571	610	America/Los_Angeles
7175574	Town of Carl's Corner	town-of-carl-s-corner			US	TX	217	7175574	173	America/Chicago
7175586	Town of Cathlamet	town-of-cathlamet			US	WA	069	7175586	532	America/Los_Angeles
7175598	Town of Chester	town-of-chester			US	TX	457	7175598	312	America/Chicago
7175602	Town of China Grove	town-of-china-grove			US	TX	029	7175602	1179	America/Chicago
7175605	Town of Christine	town-of-christine			US	TX	013	7175605	390	America/Chicago
7175619	Town of Clint	town-of-clint			US	TX	141	7175619	926	America/Denver
7175621	Town of Coahoma	town-of-coahoma			US	TX	227	7175621	817	America/Chicago
7175623	Town of Coffee City	town-of-coffee-city			US	TX	213	7175623	278	America/Chicago
7175630	Town of Collinsville	town-of-collinsville			US	TX	181	7175630	1624	America/Chicago
7175634	Town of Colton	town-of-colton			US	WA	075	7175634	418	America/Los_Angeles
7175637	Town of Combes	town-of-combes			US	TX	061	7175637	2895	America/Chicago
7175638	Town of Como	town-of-como			US	TX	223	7175638	702	America/Chicago
7175639	Town of Conconully	town-of-conconully			US	WA	047	7175639	210	America/Los_Angeles
7175640	Town of Concrete	town-of-concrete			US	WA	057	7175640	705	America/Los_Angeles
7175641	Town of Coolidge	town-of-coolidge			US	TX	293	7175641	955	America/Chicago
7175644	Town of Copper Canyon	town-of-copper-canyon			US	TX	121	7175644	1334	America/Chicago
7175648	Town of Corral City	town-of-corral-city			US	TX	121	7175648	27	America/Chicago
7175649	Town of Corrigan	town-of-corrigan			US	TX	373	7175649	1595	America/Chicago
7175650	Town of Coulee City	town-of-coulee-city			US	WA	025	7175650	562	America/Los_Angeles
7175651	Town of Coulee Dam	town-of-coulee-dam			US	WA	047	7175651	1098	America/Los_Angeles
7175653	Town of San Felipe	town-of-san-felipe			US	TX	015	7175653	747	America/Chicago
7175655	City of San Saba	city-of-san-saba	City of San Saba,Town of San Saba		US	TX	411	7175655	3099	America/Chicago
7175656	Town of Sanctuary	town-of-sanctuary			US	TX	367	7175656	329	America/Chicago
7175658	Town of Sanford	town-of-sanford			US	TX	233	7175658	164	America/Chicago
7175659	Town of Santa Anna	town-of-santa-anna			US	TX	083	7175659	1099	America/Chicago
7175660	Town of Santa Rosa	town-of-santa-rosa			US	TX	061	7175660	2873	America/Chicago
7175669	Town of Scurry	town-of-scurry			US	TX	257	7175669	681	America/Chicago
7175676	Town of Shady Shores	town-of-shady-shores			US	TX	121	7175676	2612	America/Chicago
7175694	Town of Skellytown	town-of-skellytown			US	TX	065	7175694	473	America/Chicago
7175696	Town of Skykomish	town-of-skykomish			US	WA	033	7175696	198	America/Los_Angeles
7175701	Town of Smyer	town-of-smyer			US	TX	219	7175701	474	America/Chicago
7175706	Town of South Cle Elum	town-of-south-cle-elum			US	WA	037	7175706	532	America/Los_Angeles
7175709	Town of South Mountain	town-of-south-mountain			US	TX	099	7175709	384	America/Chicago
7175710	Town of South Padre Island	town-of-south-padre-island			US	TX	061	7175710	2816	America/Chicago
7175711	Town of South Prairie	town-of-south-prairie			US	WA	053	7175711	434	America/Los_Angeles
7175712	City of Spangle	city-of-spangle	City of Spangle,Town of Spangle		US	WA	063	7175712	278	America/Los_Angeles
7175721	Town of Springdale	town-of-springdale			US	WA	065	7175721	285	America/Los_Angeles
7175726	Town of Springlake	town-of-springlake			US	TX	279	7175726	108	America/Chicago
7175727	Town of Stagecoach	town-of-stagecoach			US	TX	339	7175727	538	America/Chicago
7175731	Town of Starbuck	town-of-starbuck			US	WA	013	7175731	129	America/Los_Angeles
7175733	Town of Steilacoom	town-of-steilacoom			US	WA	053	7175733	5985	America/Los_Angeles
7175743	Town of Streetman	town-of-streetman			US	TX	161	7175743	247	America/Chicago
7175753	Town of Sunnyvale	town-of-sunnyvale			US	TX	113	7175753	5130	America/Chicago
7175770	Town of Tehuacana	town-of-tehuacana			US	TX	293	7175770	283	America/Chicago
7175773	Town of Tenaha	town-of-tenaha			US	TX	419	7175773	1160	America/Chicago
7175778	Town of Texline	town-of-texline			US	TX	111	7175778	507	America/Chicago
7175784	Town of Thompsons	town-of-thompsons			US	TX	157	7175784	246	America/Chicago
7175785	Town of Thornton	town-of-thornton			US	TX	293	7175785	526	America/Chicago
7175786	Town of Thorntonville	town-of-thorntonville			US	TX	475	7175786	476	America/Chicago
7175787	Town of Throckmorton	town-of-throckmorton			US	TX	447	7175787	828	America/Chicago
7175789	City of Tieton	city-of-tieton	City of Tieton,Town of Tieton		US	WA	077	7175789	1191	America/Los_Angeles
7175791	Town of Tioga	town-of-tioga			US	TX	181	7175791	803	America/Chicago
7175793	Town of Tira	town-of-tira			US	TX	223	7175793	297	America/Chicago
7175796	Town of Toyah	town-of-toyah			US	TX	389	7175796	90	America/Chicago
7175797	Town of Trent	town-of-trent			US	TX	441	7175797	337	America/Chicago
7175800	Town of Trophy Club	town-of-trophy-club			US	TX	121	7175800	8024	America/Chicago
7175807	Town of Twisp	town-of-twisp			US	WA	047	7175807	919	America/Los_Angeles
7175812	Town of Uniontown	town-of-uniontown			US	WA	075	7175812	294	America/Los_Angeles
7175815	Town of Valentine	town-of-valentine			US	TX	243	7175815	134	America/Chicago
7175819	City of Valley View	city-of-valley-view	City of Valley View,Town of Valley View		US	TX	097	7175819	757	America/Chicago
7175821	Town of Van Horn	town-of-van-horn			US	TX	109	7175821	2063	America/Chicago
7175825	Town of Venus	town-of-venus			US	TX	251	7175825	2960	America/Chicago
7175852	Town of Washtucna	town-of-washtucna			US	WA	001	7175852	208	America/Los_Angeles
7175854	Town of Waterville	town-of-waterville			US	WA	017	7175854	1138	America/Los_Angeles
7175857	Town of Waverly	town-of-waverly			US	WA	063	7175857	106	America/Los_Angeles
7175864	Town of Wells	town-of-wells			US	TX	073	7175864	790	America/Chicago
7175870	Town of Westlake	town-of-westlake			US	TX	439	7175870	992	America/Chicago
7175871	Town of Westover Hills	town-of-westover-hills			US	TX	439	7175871	682	America/Chicago
7175875	Town of White Deer	town-of-white-deer			US	TX	065	7175875	1000	America/Chicago
7175876	Town of Whiteface	town-of-whiteface			US	TX	079	7175876	449	America/Chicago
7175879	Town of Whitewright	town-of-whitewright			US	TX	181	7175879	1604	America/Chicago
7175880	Town of Whitney	town-of-whitney			US	TX	217	7175880	2087	America/Chicago
7175882	Town of Wickett	town-of-wickett			US	TX	475	7175882	498	America/Chicago
7175884	Town of Wilbur	town-of-wilbur			US	WA	043	7175884	884	America/Los_Angeles
7175886	Town of Wilkeson	town-of-wilkeson			US	WA	053	7175886	477	America/Los_Angeles
7175889	Town of Wilson Creek	town-of-wilson-creek			US	WA	025	7175889	205	America/Los_Angeles
7175891	Town of Windom	town-of-windom			US	TX	147	7175891	199	America/Chicago
7175893	Town of Windthorst	town-of-windthorst			US	TX	009	7175893	409	America/Chicago
7175897	Town of Winona	town-of-winona			US	TX	423	7175897	576	America/Chicago
7175899	Town of Winthrop	town-of-winthrop			US	WA	047	7175899	394	America/Los_Angeles
7175902	Town of Woodloch	town-of-woodloch			US	TX	339	7175902	207	America/Chicago
7175904	Town of Woodsboro	town-of-woodsboro			US	TX	391	7175904	1512	America/Chicago
7175906	Town of Woodson	town-of-woodson			US	TX	447	7175906	264	America/Chicago
7175907	Town of Woodville	town-of-woodville			US	TX	457	7175907	2586	America/Chicago
7175908	Town of Wortham	town-of-wortham			US	TX	161	7175908	1073	America/Chicago
7175914	Town of Yacolt	town-of-yacolt			US	WA	011	7175914	1566	America/Los_Angeles
7175916	Town of Yantis	town-of-yantis			US	TX	499	7175916	388	America/Chicago
7175926	Village of Bailey's Prairie	village-of-bailey-s-prairie			US	TX	039	7175926	727	America/Chicago
7175927	Village of Bear Creek	village-of-bear-creek			US	TX	209	7175927	382	America/Chicago
7175928	City of Bee Cave	city-of-bee-cave	City of Bee Cave,Village of Bee Cave		US	TX	453	7175928	3925	America/Chicago
7175929	Village of Bonney	village-of-bonney			US	TX	039	7175929	310	America/Chicago
7175931	Village of Briarcliff	village-of-briarcliff			US	TX	453	7175931	1438	America/Chicago
7175932	Village of Buffalo Springs	village-of-buffalo-springs			US	TX	303	7175932	453	America/Chicago
7175945	Village of Fairchilds	village-of-fairchilds			US	TX	157	7175945	763	America/Chicago
7175950	Village of Grays Prairie	village-of-grays-prairie			US	TX	257	7175950	337	America/Chicago
7175953	Village of Hillcrest	village-of-hillcrest			US	TX	039	7175953	730	America/Chicago
7175956	Village of Iowa Colony	village-of-iowa-colony			US	TX	039	7175956	1170	America/Chicago
7175958	Village of Jones Creek	village-of-jones-creek			US	TX	039	7175958	2020	America/Chicago
7175959	City of Knollwood	city-of-knollwood	City of Knollwood,Village of Knollwood		US	TX	181	7175959	226	America/Chicago
7175960	Village of Lake Tanglewood	village-of-lake-tanglewood			US	TX	381	7175960	796	America/Chicago
7175970	Village of Palisades	village-of-palisades			US	TX	381	7175970	325	America/Chicago
7175973	Village of Pleak	village-of-pleak			US	TX	157	7175973	1044	America/Chicago
7175974	Village of Point Venture	village-of-point-venture			US	TX	453	7175974	800	America/Chicago
7175976	Village of Rangerville	village-of-rangerville			US	TX	061	7175976	289	America/Chicago
7175978	Village of Rosser	village-of-rosser			US	TX	257	7175978	332	America/Chicago
7175981	Village of Salado	village-of-salado			US	TX	027	7175981	2126	America/Chicago
7175983	Village of San Leanna	village-of-san-leanna			US	TX	453	7175983	497	America/Chicago
7175987	Village of The Hills	village-of-the-hills			US	TX	453	7175987	2472	America/Chicago
7175989	Village of Timbercreek Canyon	village-of-timbercreek-canyon			US	TX	381	7175989	418	America/Chicago
7175991	Village of Vinton	village-of-vinton			US	TX	141	7175991	1971	America/Denver
7175993	Village of Volente	village-of-volente			US	TX	453	7175993	520	America/Chicago
7175995	Village of Webberville	village-of-webberville			US	TX	453	7175995	392	America/Chicago
7179370	City of Chattahoochee Hills	city-of-chattahoochee-hills	City of Chattahoochee Hill Country,City of Chattahoochee Hills		US	GA	121	7179370	2378	America/New_York
7179379	Township of Beck-Highland	township-of-beck-highland			US	SD	105	04225	0	America/Denver
7180804	Township of Lakewood	township-of-lakewood			US	MN	077	35208	0	America/Chicago
7187202	City of Union Valley	city-of-union-valley			US	TX	231	7187202	307	America/Chicago
7187992	City of Nowthen	city-of-nowthen			US	MN	003	47536	4443	America/Chicago
7188480	City of Iola	city-of-iola			US	TX	185	7188480	401	America/Chicago
7203517	City of Foster (historical)	city-of-foster-historical			US	KY	023	7203517	44	America/New_York
7226947	City of Von Ormy	city-of-von-ormy			US	TX	029	7226947	1085	America/Chicago
7238056	City of Weston Lakes	city-of-weston-lakes			US	TX	157	7238056	2482	America/Chicago
7238284	Town of Hideout	town-of-hideout			US	UT	051	7238284	656	America/Denver
7243175	City of Piedmont	city-of-piedmont			US	SD	093	49500	222	America/Denver
7243847	Township of Elm Springs	township-of-elm-springs			US	SD	093	19100	0	America/Denver
7248535	City of Dunwoody	city-of-dunwoody			US	GA	089	7248535	46267	America/New_York
7274848	Unorganized Territory of Marshall Island	unorganized-territory-of-marshall-island			US	ME	009	43578	0	America/New_York
7274861	Unorganized Territory of Chautauqua Lake	unorganized-territory-of-chautauqua-lake			US	NY	013	14072	0	America/New_York
7274868	Unorganized Territory of Burnt Creek-Riverview	unorganized-territory-of-burnt-creek-riverview			US	ND	015	11045	0	America/Chicago
7274869	Unorganized Territory of Central Hettinger	unorganized-territory-of-central-hettinger			US	ND	041	13282	0	America/Denver
7274870	Unorganized Territory of Cow Creek	unorganized-territory-of-cow-creek			US	ND	105	16440	0	America/Chicago
7274877	Unorganized Territory of East Lyman	unorganized-territory-of-east-lyman			US	SD	085	17845	0	America/Chicago
7274880	Unorganized Territory of Fort Berthold	unorganized-territory-of-fort-berthold			US	ND	025	27330	0	America/Chicago
7274881	Unorganized Territory of Fort Berthold	unorganized-territory-of-fort-berthold			US	ND	053	27332	0	America/Chicago
7274882	Unorganized Territory of Fort Berthold	unorganized-territory-of-fort-berthold			US	ND	055	27334	0	America/Chicago
7274883	Unorganized Territory of Fort Berthold	unorganized-territory-of-fort-berthold			US	ND	057	27336	0	America/North_Dakota/Beulah
7274893	Unorganized Territory of Lincoln-Fort Rice	unorganized-territory-of-lincoln-fort-rice			US	ND	015	46710	0	America/Chicago
7274895	Unorganized Territory of Lower Brule	unorganized-territory-of-lower-brule			US	SD	085	39190	0	America/Chicago
7274896	Unorganized Territory of Lower Brule	unorganized-territory-of-lower-brule			US	SD	117	39198	0	America/Chicago
7274901	Unorganized Territory of Mitchell	unorganized-territory-of-mitchell			US	SD	035	43140	0	America/Chicago
7274904	Unorganized Territory of West Lyman	unorganized-territory-of-west-lyman	Unorganized Territory of Northwest Lyman,Unorganized Territory of West Lyman		US	SD	085	70398	0	America/Chicago
7274907	Unorganized Territory of Phoenix	unorganized-territory-of-phoenix			US	ND	015	62160	0	America/Chicago
7274909	Unorganized Territory of Pleasant Valley	unorganized-territory-of-pleasant-valley			US	SD	105	50940	0	America/Denver
7274915	Unorganized Territory of Camp Atterbury	unorganized-territory-of-camp-atterbury	Camp Atterbury,Unorganized Territory of Camp Atterbury		US	IN	005	09937	0	America/Indiana/Indianapolis
7274916	Unorganized Territory of West Gregory	unorganized-territory-of-west-gregory	Unorganized Territory of South Gregory,Unorganized Territory of West Gregory		US	SD	053	70370	0	America/Chicago
7274921	Unorganized Territory of West Adams	unorganized-territory-of-west-adams			US	ND	001	84480	0	America/Denver
7274928	Unorganized Territory of Camp Lejeune	unorganized-territory-of-camp-lejeune	Camp Lejeune		US	NC	133	90482	0	America/Kentucky/Monticello
7274929	Unorganized Territory of Forneys Creek	unorganized-territory-of-forneys-creek			US	NC	173	91144	0	America/New_York
7274930	Unorganized Territory of Hofmann Forest	unorganized-territory-of-hofmann-forest			US	NC	133	91502	0	America/New_York
7274932	Unorganized Territory of Lake Mattamuskeet	unorganized-territory-of-lake-mattamuskeet			US	NC	095	91728	0	America/New_York
7275317	Unorganized Territory of Central Slope	unorganized-territory-of-central-slope			US	ND	087	13312	0	America/Denver
7275437	Unorganized Territory of Klondike	unorganized-territory-of-klondike			US	MN	069	33495	0	America/Chicago
7275438	Unorganized Territory of Peatland	unorganized-territory-of-peatland			US	MN	069	50062	0	America/Chicago
7315820	Village of Weston	village-of-weston			US	WI	073	86025	14868	America/Chicago
7316000	City of Evansdale	city-of-evansdale	City of Evansdale,Evansdale		US	IA	013	91252	4751	America/Chicago
7316012	Township of Black River-Marshell	township-of-black-river-marshell	Township of Black River-Marshall,Township of Black River-Marshell		US	AR	063	90343	0	America/Chicago
7316028	Village of Lake Hallie	village-of-lake-hallie			US	WI	017	41525	6448	America/Chicago
7316464	Town of East Haddam	town-of-east-haddam			US	CT	007	22280	9081	America/New_York
7316523	City of Delaware City	city-of-delaware-city			US	DE	003	7316523	1695	America/New_York
7316541	City of New Castle	city-of-new-castle			US	DE	003	7316541	5285	America/New_York
7316664	City of Bucyrus	city-of-bucyrus			US	OH	033	10030	12362	America/New_York
7316669	City of Burwell	city-of-burwell			US	NE	071	90422	1210	America/Chicago
7316696	City of Clyde	city-of-clyde			US	OH	143	16308	6325	America/New_York
7316713	City of Cozad	city-of-cozad			US	NE	047	90598	3977	America/Chicago
7316718	City of Crete	city-of-crete			US	NE	151	90608	6960	America/Chicago
7316724	City of Dakota City	city-of-dakota-city			US	NE	043	90642	1919	America/Chicago
7316728	City of Danville	city-of-danville			US	IA	057	90887	934	America/Chicago
7316744	City of Cedar Falls	city-of-cedar-falls			US	IA	013	90575	39260	America/Chicago
7316823	City of Big Stone City	city-of-big-stone-city			US	SD	051	05540	467	America/Chicago
7316875	City of Humboldt	city-of-humboldt			US	NE	147	91483	877	America/Chicago
7316902	City of Dover	city-of-dover			US	OH	157	22456	12826	America/New_York
7316907	City of Dublin	city-of-dublin			US	OH	049	22694	41751	America/New_York
7316948	City of Fairbury	city-of-fairbury			US	NE	095	90938	3942	America/Chicago
7316951	City of Fairlawn	city-of-fairlawn			US	OH	153	26166	7437	America/New_York
7316996	City of Gordon	city-of-gordon			US	NE	161	91167	1612	America/Denver
7317036	City of Mediapolis	city-of-mediapolis			US	IA	057	92906	1560	America/Chicago
7317078	City of Oberlin	city-of-oberlin			US	OH	093	57834	8286	America/New_York
7317122	City of Kent	city-of-kent			US	OH	133	39872	28904	America/New_York
7317142	City of Lake Saint Croix Beach	city-of-lake-saint-croix-beach			US	MN	163	34865	1051	America/Chicago
7317219	City of South Sioux City	city-of-south-sioux-city			US	NE	043	93018	13353	America/Chicago
7317237	City of Superior	city-of-superior			US	NE	129	93142	1957	America/Chicago
7317242	City of Tecumseh	city-of-tecumseh			US	NE	097	93177	1677	America/Chicago
7317252	City of Ortonville	city-of-ortonville			US	MN	011	48706	1916	America/Chicago
7317281	City of Piqua	city-of-piqua			US	OH	109	62848	20522	America/New_York
7317285	City of Plainview	city-of-plainview			US	NE	139	92378	1246	America/Chicago
7317294	City of Port Clinton	city-of-port-clinton			US	OH	123	64150	6056	America/New_York
7317320	City of Rittman	city-of-rittman			US	OH	169	67356	6491	America/New_York
7317346	City of Saint Paul	city-of-saint-paul			US	NE	093	92833	2290	America/Chicago
7317356	City of Schuyler	city-of-schuyler			US	NE	037	92868	6211	America/Chicago
7317387	City of Valentine	city-of-valentine			US	NE	031	93278	2737	America/Chicago
7317404	City of Wadsworth	city-of-wadsworth			US	OH	103	80304	21567	America/New_York
7317440	City of Wilber	city-of-wilber			US	NE	151	7317440	1855	America/Chicago
7317456	City of York	city-of-york			US	NE	185	93582	7766	America/Chicago
7317531	Village of Fairfax	village-of-fairfax			US	OH	061	25942	1699	America/New_York
7317558	Village of Mantua	village-of-mantua			US	OH	133	47180	1043	America/New_York
7317596	Village of Shawnee Hills	village-of-shawnee-hills			US	OH	041	71976	681	America/New_York
7317631	City of Americus	city-of-americus			US	GA	261	7317631	17041	America/New_York
7317636	City of Ashburn	city-of-ashburn			US	GA	287	7317636	4152	America/New_York
7317640	City of Atlanta	city-of-atlanta			US	GA	121	7317640	420003	America/New_York
7317644	City of Auburn	city-of-auburn			US	GA	013	7317644	6887	America/New_York
7317645	City of Austell	city-of-austell			US	GA	067	7317645	6581	America/New_York
7317646	City of Bainbridge	city-of-bainbridge			US	GA	087	7317646	12697	America/New_York
7317647	City of Ball Ground	city-of-ball-ground			US	GA	057	7317647	1433	America/New_York
7317649	City of Barnesville	city-of-barnesville			US	GA	171	7317649	6755	America/New_York
7317652	City of Dunnellon	city-of-dunnellon			US	FL	083	7317652	1733	America/New_York
7317657	City of Eatonton	city-of-eatonton			US	GA	237	7317657	6480	America/New_York
7317659	City of Elberton	city-of-elberton			US	GA	105	7317659	4653	America/New_York
7317662	City of Emerson	city-of-emerson			US	GA	015	7317662	1470	America/New_York
7317669	City of Fairburn	city-of-fairburn			US	GA	121	7317669	12950	America/New_York
7317674	City of Fellsmere	city-of-fellsmere			US	FL	061	7317674	5197	America/New_York
7317676	City of Florida City	city-of-florida-city			US	FL	086	7317676	11245	America/New_York
7317677	City of Flowery Branch	city-of-flowery-branch			US	GA	139	7317677	5679	America/New_York
7317678	City of Folkston	city-of-folkston			US	GA	049	7317678	2502	America/New_York
7317680	City of Forest Park	city-of-forest-park			US	GA	063	7317680	18468	America/New_York
7317681	City of Forsyth	city-of-forsyth			US	GA	207	7317681	3788	America/New_York
7317682	City of Fort Oglethorpe	city-of-fort-oglethorpe			US	GA	047	7317682	9263	America/New_York
7317685	City of Fort Valley	city-of-fort-valley			US	GA	225	7317685	9815	America/New_York
7317687	City of Franklin	city-of-franklin			US	TN	187	7317687	62487	America/Chicago
7317688	City of Franklin	city-of-franklin			US	GA	149	7317688	993	America/New_York
7317689	City of Fruitland Park	city-of-fruitland-park			US	FL	069	7317689	4078	America/New_York
7317692	City of Gainesville	city-of-gainesville			US	GA	139	7317692	33804	America/New_York
7317698	City of Gibson	city-of-gibson			US	GA	125	7317698	663	America/New_York
7317702	City of Grantville	city-of-grantville			US	GA	077	7317702	3041	America/New_York
7317703	City of Grayson	city-of-grayson			US	GA	135	7317703	2666	America/New_York
7317704	City of Greenacres	city-of-greenacres			US	FL	099	7317704	37573	America/New_York
7317707	City of Greensboro	city-of-greensboro			US	GA	133	7317707	3359	America/New_York
7317714	City of Griffin	city-of-griffin			US	GA	255	7317714	23643	America/New_York
7317715	City of Grovetown	city-of-grovetown			US	GA	073	7317715	11216	America/New_York
7317723	City of Hampton	city-of-hampton			US	GA	151	7317723	6987	America/New_York
7317724	City of Hapeville	city-of-hapeville			US	GA	121	7317724	6373	America/New_York
7317729	City of Hartwell	city-of-hartwell			US	GA	147	7317729	4469	America/New_York
7317731	City of Barwick	city-of-barwick			US	GA	027	7317731	386	America/New_York
7317735	City of Baxley	city-of-baxley			US	GA	001	7317735	4400	America/New_York
7317741	City of Berkeley Lake	city-of-berkeley-lake			US	GA	135	7317741	1574	America/New_York
7317745	City of Blackshear	city-of-blackshear			US	GA	229	7317745	3445	America/New_York
7317746	City of Blakely	city-of-blakely			US	GA	099	7317746	5068	America/New_York
7317747	City of Blue Ridge	city-of-blue-ridge			US	GA	111	7317747	1290	America/New_York
7317755	City of Boston	city-of-boston			US	GA	275	7317755	1315	America/New_York
7317756	City of Bowdon	city-of-bowdon			US	GA	045	7317756	2040	America/New_York
7317757	City of Bowman	city-of-bowman			US	GA	105	7317757	862	America/New_York
7317763	City of Broxton	city-of-broxton			US	GA	069	7317763	1189	America/New_York
7317765	City of Brunswick	city-of-brunswick			US	GA	127	7317765	15383	America/New_York
7317767	City of Buchanan	city-of-buchanan			US	GA	143	7317767	1104	America/New_York
7317768	City of Buford	city-of-buford			US	GA	135	7317768	12225	America/New_York
7317769	City of Cairo	city-of-cairo			US	GA	131	7317769	9607	America/New_York
7317770	City of Calhoun	city-of-calhoun			US	GA	129	7317770	15650	America/New_York
7317773	City of Camilla	city-of-camilla			US	GA	205	7317773	5360	America/New_York
7317774	City of Canton	city-of-canton			US	GA	057	7317774	22958	America/New_York
7317775	City of Carrollton	city-of-carrollton			US	GA	045	7317775	24388	America/New_York
7317776	City of Cartersville	city-of-cartersville			US	GA	015	7317776	19731	America/New_York
7317779	City of Cedartown	city-of-cedartown			US	GA	233	7317779	9750	America/New_York
7317780	City of Center Hill	city-of-center-hill			US	FL	119	7317780	988	America/New_York
7317781	City of Centerville	city-of-centerville			US	GA	153	7317781	7148	America/New_York
7317783	City of Chamblee	city-of-chamblee			US	GA	089	7317783	9892	America/New_York
7317788	City of Chickamauga	city-of-chickamauga			US	GA	295	7317788	3101	America/New_York
7317793	City of Clarkston	city-of-clarkston			US	GA	089	7317793	7554	America/New_York
7317796	City of Claxton	city-of-claxton			US	GA	109	7317796	2746	America/New_York
7317798	City of Cleveland	city-of-cleveland			US	GA	311	7317798	3410	America/New_York
7317805	City of Coleman	city-of-coleman			US	FL	119	7317805	703	America/New_York
7317807	City of College Park	city-of-college-park			US	GA	121	7317807	13942	America/New_York
7317810	City of Colquitt	city-of-colquitt			US	GA	201	7317810	1992	America/New_York
7317814	City of Commerce	city-of-commerce			US	GA	157	7317814	6544	America/New_York
7317815	City of Conyers	city-of-conyers			US	GA	247	7317815	15195	America/New_York
7317818	City of Cornelia	city-of-cornelia			US	GA	137	7317818	4160	America/New_York
7317821	City of Covington	city-of-covington			US	GA	217	7317821	13118	America/New_York
7317824	City of Crawfordville	city-of-crawfordville			US	GA	265	7317824	534	America/New_York
7317825	City of Crescent City	city-of-crescent-city			US	FL	107	7317825	1577	America/New_York
7317828	City of Crystal River	city-of-crystal-river			US	FL	017	7317828	3108	America/New_York
7317830	City of Culloden	city-of-culloden			US	GA	207	7317830	175	America/New_York
7317831	City of Cumming	city-of-cumming			US	GA	117	7317831	5430	America/New_York
7317832	City of Dacula	city-of-dacula			US	GA	135	7317832	4442	America/New_York
7317833	City of Dade City	city-of-dade-city			US	FL	101	7317833	6437	America/New_York
7317834	City of Dahlonega	city-of-dahlonega			US	GA	187	7317834	5242	America/New_York
7317835	City of Dallas	city-of-dallas			US	GA	223	7317835	11544	America/New_York
7317836	City of Dalton	city-of-dalton			US	GA	313	7317836	33128	America/New_York
7317838	City of Davisboro	city-of-davisboro			US	GA	303	7317838	2010	America/New_York
7317839	City of Dawson	city-of-dawson			US	GA	273	7317839	4540	America/New_York
7317842	City of Decatur	city-of-decatur			US	GA	089	7317842	19335	America/New_York
7317849	City of Dickson	city-of-dickson			US	TN	043	7317849	14538	America/Chicago
7317850	City of Donalsonville	city-of-donalsonville			US	GA	253	7317850	2650	America/New_York
7317851	City of Doraville	city-of-doraville			US	GA	089	7317851	8330	America/New_York
7317853	City of Douglas	city-of-douglas			US	GA	069	7317853	11589	America/New_York
7317854	City of Douglasville	city-of-douglasville			US	GA	097	7317854	30961	America/New_York
7317855	City of Metter	city-of-metter			US	GA	043	7317855	4130	America/New_York
7317858	City of Midville	city-of-midville			US	GA	033	7317858	269	America/New_York
7317860	City of Milan	city-of-milan			US	GA	271	7317860	700	America/New_York
7317861	City of Milledgeville	city-of-milledgeville			US	GA	009	7317861	17715	America/New_York
7317862	City of Millen	city-of-millen			US	GA	165	7317862	3120	America/New_York
7317866	City of Monroe	city-of-monroe			US	GA	297	7317866	13234	America/New_York
7317869	City of Montezuma	city-of-montezuma			US	GA	193	7317869	3460	America/New_York
7317874	City of Morrow	city-of-morrow			US	GA	063	7317874	6445	America/New_York
7317878	City of Moultrie	city-of-moultrie			US	GA	071	7317878	14268	America/New_York
7317881	City of Mountain Park	city-of-mountain-park			US	GA	121	7317881	547	America/New_York
7317886	City of Nahunta	city-of-nahunta			US	GA	025	7317886	1053	America/New_York
7317887	City of Nashville	city-of-nashville			US	GA	019	7317887	4939	America/New_York
7317893	City of New Port Richey	city-of-new-port-richey			US	FL	101	7317893	14911	America/New_York
7317895	City of Newberry	city-of-newberry			US	FL	001	7317895	4950	America/New_York
7317896	City of Newnan	city-of-newnan			US	GA	077	7317896	33039	America/New_York
7317900	City of Nicholson	city-of-nicholson			US	GA	157	7317900	1696	America/New_York
7317902	City of Norcross	city-of-norcross			US	GA	135	7317902	9116	America/New_York
7317904	City of North Bay Village	city-of-north-bay-village			US	FL	086	7317904	7137	America/New_York
7317905	City of North Lauderdale	city-of-north-lauderdale			US	FL	011	7317905	41023	America/New_York
7317907	City of North Miami Beach	city-of-north-miami-beach			US	FL	086	7317907	41523	America/New_York
7317909	City of Oakwood	city-of-oakwood			US	GA	139	7317909	3970	America/New_York
7317911	City of Ocilla	city-of-ocilla			US	GA	155	7317911	3414	America/New_York
7317912	City of Oglethorpe	city-of-oglethorpe			US	GA	193	7317912	1328	America/New_York
7317915	City of Opa-locka	city-of-opa-locka			US	FL	086	7317915	15219	America/New_York
7317920	City of Oviedo	city-of-oviedo			US	FL	117	7317920	33342	America/New_York
7317921	City of Oxford	city-of-oxford			US	GA	217	7317921	2134	America/New_York
7317924	City of Panama City Beach	city-of-panama-city-beach			US	FL	005	7317924	12018	America/Chicago
7317926	City of Parkland	city-of-parkland			US	FL	011	7317926	23962	America/New_York
7317929	City of Patterson	city-of-patterson			US	GA	229	7317929	730	America/New_York
7317931	City of Peachtree City	city-of-peachtree-city			US	GA	113	7317931	34364	America/New_York
7317932	City of Pelham	city-of-pelham			US	GA	205	7317932	3898	America/New_York
7317933	City of Pembroke Pines	city-of-pembroke-pines			US	FL	011	7317933	154750	America/New_York
7317934	City of Perry	city-of-perry			US	GA	153	7317934	13839	America/New_York
7317941	City of Pinehurst	city-of-pinehurst			US	GA	093	7317941	455	America/New_York
7317944	City of Pitts	city-of-pitts			US	GA	315	7317944	320	America/New_York
7317945	City of Plains	city-of-plains			US	GA	261	7317945	776	America/New_York
7317951	City of Port Richey	city-of-port-richey			US	FL	101	7317951	2671	America/New_York
7317952	City of Port Wentworth	city-of-port-wentworth			US	GA	051	7317952	5359	America/New_York
7317954	City of Powder Springs	city-of-powder-springs			US	GA	067	7317954	13940	America/New_York
7317957	City of Quitman	city-of-quitman			US	GA	027	7317957	3850	America/New_York
7317965	City of Ringgold	city-of-ringgold			US	GA	047	7317965	3580	America/New_York
7317967	City of Riverdale	city-of-riverdale			US	GA	063	7317967	15134	America/New_York
7317969	City of Roberta	city-of-roberta			US	GA	079	7317969	1007	America/New_York
7317972	City of Rome	city-of-rome			US	GA	115	7317972	36303	America/New_York
7317973	City of Roswell	city-of-roswell			US	GA	121	7317973	88346	America/New_York
7317978	City of Hawkinsville	city-of-hawkinsville			US	GA	235	7317978	4589	America/New_York
7317979	City of Hawthorne	city-of-hawthorne			US	FL	001	7317979	1417	America/New_York
7317980	City of Hazlehurst	city-of-hazlehurst			US	GA	161	7317980	4226	America/New_York
7317987	City of Hinesville	city-of-hinesville			US	GA	179	7317987	33437	America/New_York
7317988	City of Hogansville	city-of-hogansville			US	GA	285	7317988	3060	America/New_York
7317990	City of Homerville	city-of-homerville			US	GA	065	7317990	2456	America/New_York
7317991	City of Homestead	city-of-homestead			US	FL	086	7317991	60512	America/New_York
7317996	City of Hoschton	city-of-hoschton			US	GA	157	7317996	1377	America/New_York
7318003	City of Ideal	city-of-ideal			US	GA	193	7318003	499	America/New_York
7318012	City of Jasper	city-of-jasper			US	GA	227	7318012	3684	America/New_York
7318014	City of Jefferson	city-of-jefferson			US	GA	157	7318014	9432	America/New_York
7318017	City of Jesup	city-of-jesup			US	GA	305	7318017	10214	America/New_York
7318020	City of Jonesboro	city-of-jonesboro			US	GA	063	7318020	4724	America/New_York
7318024	City of Kennesaw	city-of-kennesaw			US	GA	067	7318024	29783	America/New_York
7318028	City of Kingston	city-of-kingston			US	GA	015	7318028	637	America/New_York
7318034	City of LaFayette	city-of-lafayette			US	GA	295	7318034	7121	America/New_York
7318035	City of Lafayette	city-of-lafayette			US	LA	055	7318035	120623	America/Chicago
7318038	City of Lauderhill	city-of-lauderhill			US	FL	011	7318038	66887	America/New_York
7318041	City of Lawrenceville	city-of-lawrenceville			US	GA	135	7318041	28546	America/New_York
7318042	City of Leary	city-of-leary			US	GA	037	7318042	618	America/New_York
7318044	City of Leesburg	city-of-leesburg			US	FL	069	7318044	20117	America/New_York
7318047	City of Leslie	city-of-leslie			US	GA	261	7318047	409	America/New_York
7318051	City of Lilburn	city-of-lilburn			US	GA	135	7318051	11596	America/New_York
7318052	City of Lilly	city-of-lilly			US	GA	093	7318052	213	America/New_York
7318055	City of Lithonia	city-of-lithonia			US	GA	089	7318055	1924	America/New_York
7318057	City of Locust Grove	city-of-locust-grove			US	GA	151	7318057	5402	America/New_York
7318058	City of Loganville	city-of-loganville			US	GA	297	7318058	10458	America/New_York
7318061	City of Lookout Mountain	city-of-lookout-mountain			US	GA	295	7318061	1602	America/New_York
7318063	City of Louisville	city-of-louisville			US	GA	163	7318063	2493	America/New_York
7318065	City of Lovejoy	city-of-lovejoy			US	GA	063	7318065	6422	America/New_York
7318066	City of Lumber City	city-of-lumber-city			US	GA	271	7318066	1328	America/New_York
7318069	City of Lyons	city-of-lyons			US	GA	279	7318069	4367	America/New_York
7318070	City of Macon (historical)	city-of-macon-historical			US	GA	021	7318070	91351	America/New_York
7318073	City of Madison	city-of-madison			US	GA	211	7318073	3979	America/New_York
7318081	City of Marietta	city-of-marietta			US	GA	067	7318081	56579	America/New_York
7318086	City of Marshallville	city-of-marshallville			US	GA	193	7318086	1448	America/New_York
7318089	City of Mascotte	city-of-mascotte			US	FL	069	7318089	5101	America/New_York
7318092	City of McDonough	city-of-mcdonough			US	GA	151	7318092	22084	America/New_York
7318106	City of Saint Petersburg	city-of-saint-petersburg			US	FL	103	7318106	244769	America/New_York
7318107	City of Sale City	city-of-sale-city			US	GA	205	7318107	380	America/New_York
7318109	City of Sandersville	city-of-sandersville			US	GA	303	7318109	5912	America/New_York
7318110	City of Sarasota	city-of-sarasota			US	FL	115	7318110	51917	America/New_York
7318114	City of Senoia	city-of-senoia			US	GA	077	7318114	3307	America/New_York
7318120	City of Snellville	city-of-snellville			US	GA	135	7318120	18242	America/New_York
7318121	City of Social Circle	city-of-social-circle			US	GA	297	7318121	4262	America/New_York
7318123	City of Soperton	city-of-soperton			US	GA	283	7318123	3115	America/New_York
7318124	City of South Daytona	city-of-south-daytona			US	FL	127	7318124	12252	America/New_York
7318132	City of Springfield	city-of-springfield			US	GA	103	7318132	2852	America/New_York
7318135	City of Statesboro	city-of-statesboro			US	GA	031	7318135	28422	America/New_York
7318136	City of Statham	city-of-statham			US	GA	013	7318136	2408	America/New_York
7318137	City of Stockbridge	city-of-stockbridge			US	GA	151	7318137	25636	America/New_York
7318138	City of Stone Mountain	city-of-stone-mountain			US	GA	089	7318138	5802	America/New_York
7318143	City of Summerville	city-of-summerville			US	GA	055	7318143	4534	America/New_York
7318145	City of Sunrise	city-of-sunrise			US	FL	011	7318145	84439	America/New_York
7318146	City of Suwanee	city-of-suwanee			US	GA	135	7318146	15355	America/New_York
7318147	City of Swainsboro	city-of-swainsboro			US	GA	107	7318147	7277	America/New_York
7318150	City of Sylvania	city-of-sylvania			US	GA	251	7318150	2956	America/New_York
7318151	City of Tamarac	city-of-tamarac			US	FL	011	7318151	60427	America/New_York
7318152	City of Tampa	city-of-tampa			US	FL	057	7318152	335709	America/New_York
7318153	City of Tavares	city-of-tavares			US	FL	069	7318153	13951	America/New_York
7318154	City of Tennille	city-of-tennille			US	GA	303	7318154	1539	America/New_York
7318156	City of Thomasville	city-of-thomasville			US	GA	275	7318156	18413	America/New_York
7318157	City of Thomson	city-of-thomson			US	GA	189	7318157	6778	America/New_York
7318158	City of Tifton	city-of-tifton			US	GA	277	7318158	16350	America/New_York
7318159	City of Toccoa	city-of-toccoa			US	GA	257	7318159	8491	America/New_York
7318167	City of Twin City	city-of-twin-city			US	GA	107	7318167	1742	America/New_York
7318168	City of Umatilla	city-of-umatilla			US	FL	069	7318168	3456	America/New_York
7318171	City of Union City	city-of-union-city			US	GA	121	7318171	19456	America/New_York
7318172	City of Valdosta	city-of-valdosta			US	GA	185	7318172	54518	America/New_York
7318175	City of Vidalia	city-of-vidalia			US	GA	279	7318175	10473	America/New_York
7318176	City of Vienna	city-of-vienna			US	GA	093	7318176	4011	America/New_York
7318177	City of Villa Rica	city-of-villa-rica			US	GA	045	7318177	13956	America/New_York
7318182	City of Warner Robins	city-of-warner-robins			US	GA	153	7318182	66588	America/New_York
7318183	City of Warrenton	city-of-warrenton			US	GA	301	7318183	1937	America/New_York
7318188	City of Waycross	city-of-waycross			US	GA	299	7318188	14649	America/New_York
7318193	City of West Point	city-of-west-point			US	GA	285	7318193	3474	America/New_York
7318196	City of Weston	city-of-weston			US	FL	011	7318196	65333	America/New_York
7318204	City of Williston	city-of-williston			US	FL	075	7318204	2768	America/New_York
7318207	City of Winder	city-of-winder			US	GA	013	7318207	14099	America/New_York
7318212	City of Wrightsville	city-of-wrightsville			US	GA	167	7318212	2195	America/New_York
7318216	Town of Inglis	town-of-inglis			US	FL	075	7318216	1325	America/New_York
7318221	Town of Lady Lake	town-of-lady-lake			US	FL	069	7318221	13926	America/New_York
7318224	Town of Mangonia Park	town-of-mangonia-park			US	FL	099	7318224	1888	America/New_York
7318226	Town of Micanopy	town-of-micanopy			US	FL	001	7318226	600	America/New_York
11608478	City of Fort Lauderdale	city-of-fort-lauderdale			US	FL	011	11608478	0	America/New_York
11788282	City of Campbell	city-of-campbell			US	CA	085	11788282	0	America/Los_Angeles
11788283	City of Coupland	city-of-coupland			US	TX	491	11788283	0	America/Chicago
11788284	City of Willard	city-of-willard			US	UT	003	11788284	0	America/Denver
11788285	City of Houston	city-of-houston			US	TX	201	11788285	0	America/Chicago
11788286	City of Santa Fe	city-of-santa-fe			US	NM	049	11788286	0	America/Denver
11788287	City of Fontana	city-of-fontana			US	CA	071	11788287	0	America/Los_Angeles
11788288	City of East Point	city-of-east-point			US	GA	121	11788288	0	America/New_York
11788289	City of El Segundo	city-of-el-segundo			US	CA	037	11788289	0	America/Los_Angeles
11788290	City of Fullerton	city-of-fullerton			US	CA	059	11788290	0	America/Los_Angeles
11788291	City of Union	city-of-union			US	OR	061	11788291	0	America/Los_Angeles
11788292	City of Coronado	city-of-coronado			US	CA	073	11788292	0	America/Los_Angeles
11788293	City of Artesia	city-of-artesia			US	NM	015	11788293	0	America/Denver
11788295	City of Camden	city-of-camden			US	SC	055	11788295	0	America/New_York
11788296	City of Montrose	city-of-montrose			US	CO	085	11788296	0	America/Denver
11788297	City of Harrison	city-of-harrison			US	ID	055	11788297	0	America/Los_Angeles
11788298	City of Royse City	city-of-royse-city			US	TX	397	11788298	0	America/Chicago
11788299	City of South Gate	city-of-south-gate			US	CA	037	11788299	0	America/Los_Angeles
11788300	City of Sacramento	city-of-sacramento			US	CA	067	11788300	0	America/Los_Angeles
11788301	City of Lincoln City	city-of-lincoln-city			US	OR	041	11788301	0	America/Los_Angeles
11788302	City of Richmond	city-of-richmond			US	TX	157	11788302	0	America/Chicago
11788303	City of Cherry Hills Village	city-of-cherry-hills-village			US	CO	005	11788303	0	America/Denver
11788304	City of Palmdale	city-of-palmdale			US	CA	037	11788304	0	America/Los_Angeles
11788305	City of Sylvester	city-of-sylvester			US	GA	321	11788305	0	America/New_York
11788306	City of Wasco	city-of-wasco			US	CA	029	11788306	0	America/Los_Angeles
11788307	City of Seal Beach	city-of-seal-beach			US	CA	059	11788307	0	America/Los_Angeles
11788308	City of East Carbon-Sunnyside	city-of-east-carbon-sunnyside			US	UT	007	11788308	0	America/Denver
11788309	City of Katy	city-of-katy			US	TX	201	11788309	0	America/Chicago
11788310	City of Fresno	city-of-fresno			US	CA	019	11788310	0	America/Los_Angeles
11788311	City of Adel	city-of-adel			US	GA	075	11788311	0	America/New_York
11788312	City of Oakdale	city-of-oakdale			US	CA	099	11788312	0	America/Los_Angeles
11788313	City of Redwood City	city-of-redwood-city			US	CA	081	11788313	0	America/Los_Angeles
11788314	City of Tulelake	city-of-tulelake			US	CA	093	11788314	0	America/Los_Angeles
11788315	City of Parlier	city-of-parlier			US	CA	019	11788315	0	America/Los_Angeles
11788316	City of Haines City	city-of-haines-city			US	FL	105	11788316	0	America/New_York
11788317	City of Castle Dale	city-of-castle-dale			US	UT	015	11788317	0	America/Denver
11788318	City of Golden	city-of-golden			US	CO	059	11788318	0	America/Denver
11788319	City of Dunes City	city-of-dunes-city			US	OR	039	11788319	0	America/Los_Angeles
11788320	City of Glendale	city-of-glendale			US	CA	037	11788320	0	America/Los_Angeles
11788321	City of Wasco	city-of-wasco			US	OR	055	11788321	0	America/Los_Angeles
11788322	City of Kerrville	city-of-kerrville			US	TX	265	11788322	0	America/Chicago
11788323	City of Kirby	city-of-kirby			US	TX	029	11788323	0	America/Chicago
11788324	City of Escondido	city-of-escondido			US	CA	073	11788324	0	America/Los_Angeles
11788325	City of McMinnville	city-of-mcminnville			US	OR	071	11788325	0	America/Los_Angeles
11788326	City of McFarland	city-of-mcfarland			US	CA	029	11788326	0	America/Los_Angeles
11788327	City of Hayward	city-of-hayward			US	CA	001	11788327	0	America/Los_Angeles
11788328	City of Salem	city-of-salem			US	UT	049	11788328	0	America/Denver
11788329	City of Fort Bragg	city-of-fort-bragg			US	CA	045	11788329	0	America/Los_Angeles
11788330	City of Fillmore	city-of-fillmore			US	CA	111	11788330	0	America/Los_Angeles
11788331	City of Biggs	city-of-biggs			US	CA	007	11788331	0	America/Los_Angeles
11788332	City of Orland	city-of-orland			US	CA	021	11788332	0	America/Los_Angeles
11788333	City of Coalinga	city-of-coalinga			US	CA	019	11788333	0	America/Los_Angeles
11788334	City of Colorado City	city-of-colorado-city			US	TX	335	11788334	0	America/Chicago
11788335	City of Portland	city-of-portland			US	OR	051	11788335	0	America/Los_Angeles
11788336	City of Manzanita	city-of-manzanita			US	OR	057	11788336	0	America/Los_Angeles
11788337	City of Bay City	city-of-bay-city			US	OR	057	11788337	0	America/Los_Angeles
11788338	City of Conway	city-of-conway			US	SC	051	11788338	0	America/New_York
11788339	City of Pleasanton	city-of-pleasanton			US	CA	001	11788339	0	America/Los_Angeles
11788340	City of Buhl	city-of-buhl			US	ID	083	11788340	0	America/Boise
11788341	City of Sierra Vista	city-of-sierra-vista			US	AZ	003	11788341	0	America/Phoenix
11788342	City of Harlingen	city-of-harlingen			US	TX	061	11788342	0	America/Chicago
11788343	City of Plant City	city-of-plant-city			US	FL	057	11788343	0	America/New_York
11788344	City of Martinez	city-of-martinez			US	CA	013	11788344	0	America/Los_Angeles
11788345	City of Chewelah	city-of-chewelah			US	WA	065	11788345	0	America/Los_Angeles
11788346	City of La Habra	city-of-la-habra			US	CA	059	11788346	0	America/Los_Angeles
11788347	City of Calistoga	city-of-calistoga			US	CA	055	11788347	0	America/Los_Angeles
11788348	City of Hallettsville	city-of-hallettsville			US	TX	285	11788348	0	America/Chicago
11788349	City of Canyon	city-of-canyon			US	TX	381	11788349	0	America/Chicago
11788350	City of Pacific Grove	city-of-pacific-grove			US	CA	053	11788350	0	America/Los_Angeles
11788351	City of Humble	city-of-humble			US	TX	201	11788351	0	America/Chicago
11788352	City of Ouzinkie	city-of-ouzinkie			US	AK	150	11788352	0	America/Anchorage
11788353	City of Nampa	city-of-nampa			US	ID	027	11788353	0	America/Boise
11788354	City of Cornelius	city-of-cornelius			US	OR	067	11788354	0	America/Los_Angeles
11788355	City of South Bend	city-of-south-bend			US	WA	049	11788355	0	America/Los_Angeles
11788356	City of Mill Valley	city-of-mill-valley			US	CA	041	11788356	0	America/Los_Angeles
11788357	City of Walnut Creek	city-of-walnut-creek			US	CA	013	11788357	0	America/Los_Angeles
11788358	City of Roseburg	city-of-roseburg			US	OR	019	11788358	0	America/Los_Angeles
11788359	City of Angoon	city-of-angoon			US	AK	105	11788359	0	America/Juneau
11788360	City of Coeur d'Alene	city-of-coeur-d-alene			US	ID	055	11788360	0	America/Los_Angeles
11788361	City of Hollister	city-of-hollister			US	CA	069	11788361	0	America/Los_Angeles
11788362	City of Clearlake	city-of-clearlake			US	CA	033	11788362	0	America/Los_Angeles
11788363	City of Gordon	city-of-gordon			US	TX	363	11788363	0	America/Chicago
11788364	City of Marysville	city-of-marysville			US	CA	115	11788364	0	America/Los_Angeles
11788365	City of Montague	city-of-montague			US	CA	093	11788365	0	America/Los_Angeles
11788366	City of Carson	city-of-carson			US	CA	037	11788366	0	America/Los_Angeles
11788367	City of Albany	city-of-albany			US	CA	001	11788367	0	America/Los_Angeles
11788368	City of Bellville	city-of-bellville			US	TX	015	11788368	0	America/Chicago
11788369	City of Pleasant Grove	city-of-pleasant-grove			US	UT	049	11788369	0	America/Denver
11788370	City of Alpharetta	city-of-alpharetta			US	GA	121	11788370	0	America/New_York
11788371	City of Live Oak	city-of-live-oak			US	TX	029	11788371	0	America/Chicago
11788372	City of Early	city-of-early			US	TX	049	11788372	0	America/Chicago
11788373	City of Groves	city-of-groves			US	TX	245	11788373	0	America/Chicago
11788374	City of Cudahy	city-of-cudahy			US	CA	037	11788374	0	America/Los_Angeles
11788375	City of Maywood	city-of-maywood			US	CA	037	11788375	0	America/Los_Angeles
11788376	City of Eustis	city-of-eustis			US	FL	069	11788376	0	America/New_York
11788377	City of Benson	city-of-benson			US	AZ	003	11788377	0	America/Phoenix
11788378	City of Plainview	city-of-plainview			US	TX	189	11788378	0	America/Chicago
11788379	City of North Bend	city-of-north-bend			US	OR	011	11788379	0	America/Los_Angeles
11788380	City of Old Harbor	city-of-old-harbor			US	AK	150	11788380	0	America/Anchorage
11788381	City of Albion	city-of-albion			US	NE	011	11788381	0	America/Chicago
11788382	City of Patterson	city-of-patterson			US	CA	099	11788382	0	America/Los_Angeles
11788383	City of King City	city-of-king-city			US	CA	053	11788383	0	America/Los_Angeles
11788384	City of Pleasant Hill	city-of-pleasant-hill			US	CA	013	11788384	0	America/Los_Angeles
11788385	City of Cañon City	city-of-canon-city			US	CO	043	11788385	0	America/Denver
11788386	City of Sisters	city-of-sisters			US	OR	017	11788386	0	America/Los_Angeles
11788387	City of Hyrum	city-of-hyrum			US	UT	005	11788387	0	America/Denver
11788388	City of Mendota	city-of-mendota			US	CA	019	11788388	0	America/Los_Angeles
11788389	City of Clute	city-of-clute			US	TX	039	11788389	0	America/Chicago
11788390	City of Simi Valley	city-of-simi-valley			US	CA	111	11788390	0	America/Los_Angeles
11788391	City of Downey	city-of-downey			US	CA	037	11788391	0	America/Los_Angeles
11788392	City of Lincoln	city-of-lincoln			US	CA	061	11788392	0	America/Los_Angeles
11788393	City of Dallas	city-of-dallas			US	OR	053	11788393	0	America/Los_Angeles
11788394	City of Moroni	city-of-moroni			US	UT	039	11788394	0	America/Denver
11788395	City of South San Francisco	city-of-south-san-francisco			US	CA	081	11788395	0	America/Los_Angeles
11788396	City of Millville	city-of-millville			US	UT	005	11788396	0	America/Denver
11788397	City of Midwest City	city-of-midwest-city			US	OK	109	11788397	0	America/Chicago
11788398	City of Upland	city-of-upland			US	CA	071	11788398	0	America/Los_Angeles
11788399	City of Tarrant	city-of-tarrant			US	AL	073	11788399	0	America/Chicago
11788400	City of Flagstaff	city-of-flagstaff			US	AZ	005	11788400	0	America/Phoenix
11788401	City of Huntington Park	city-of-huntington-park			US	CA	037	11788401	0	America/Los_Angeles
11788402	City of Converse	city-of-converse			US	TX	029	11788402	0	America/Chicago
11788403	City of Arvada	city-of-arvada			US	CO	059	11788403	0	America/Denver
11788404	City of Coyote Flats	city-of-coyote-flats			US	TX	251	11788404	0	America/Chicago
11788405	City of Bridge City	city-of-bridge-city			US	TX	361	11788405	0	America/Chicago
11788406	City of Horizon City	city-of-horizon-city			US	TX	141	11788406	0	America/Denver
11788407	City of Lake City	city-of-lake-city			US	SC	041	11788407	0	America/New_York
11788408	City of Galena Park	city-of-galena-park			US	TX	201	11788408	0	America/Chicago
11788409	City of North Ogden	city-of-north-ogden			US	UT	057	11788409	0	America/Denver
11788410	City of North Charleston	city-of-north-charleston			US	SC	019	11788410	0	America/New_York
11788411	City of Yucaipa	city-of-yucaipa			US	CA	071	11788411	0	America/Los_Angeles
11788412	City of Deer Lodge	city-of-deer-lodge			US	MT	077	11788412	0	America/Denver
11788413	City of Garland	city-of-garland			US	TX	113	11788413	0	America/Chicago
11788414	City of Kerman	city-of-kerman			US	CA	019	11788414	0	America/Los_Angeles
11788415	City of Wichita Falls	city-of-wichita-falls			US	TX	485	11788415	0	America/Chicago
11788416	City of Adams	city-of-adams			US	OR	059	11788416	0	America/Los_Angeles
11788417	City of Visalia	city-of-visalia			US	CA	107	11788417	0	America/Los_Angeles
11788418	City of Angels	city-of-angels			US	CA	009	11788418	0	America/Los_Angeles
11788419	City of Arcadia	city-of-arcadia			US	CA	037	11788419	0	America/Los_Angeles
11788420	City of Santa Clara	city-of-santa-clara			US	CA	085	11788420	0	America/Los_Angeles
11788421	City of Red Bluff	city-of-red-bluff			US	CA	103	11788421	0	America/Los_Angeles
11788423	City of Madera	city-of-madera			US	CA	039	11788423	0	America/Los_Angeles
11788424	City of Sweet Home	city-of-sweet-home			US	OR	043	11788424	0	America/Los_Angeles
11788425	City of Newport Beach	city-of-newport-beach			US	CA	059	11788425	0	America/Los_Angeles
11788426	City of Santa Monica	city-of-santa-monica			US	CA	037	11788426	0	America/Los_Angeles
11788427	City of Hawthorne	city-of-hawthorne			US	CA	037	11788427	0	America/Los_Angeles
11788428	City of Hercules	city-of-hercules			US	CA	013	11788428	0	America/Los_Angeles
11788429	City of Orange Cove	city-of-orange-cove			US	CA	019	11788429	0	America/Los_Angeles
11788430	City of Helena	city-of-helena			US	MT	049	11788430	0	America/Denver
11788431	City of Duchesne	city-of-duchesne			US	UT	013	11788431	0	America/Denver
11788432	City of North Salt Lake	city-of-north-salt-lake			US	UT	011	11788432	0	America/Denver
11788433	City of San Rafael	city-of-san-rafael			US	CA	041	11788433	0	America/Los_Angeles
11788434	City of Marlin	city-of-marlin			US	TX	145	11788434	0	America/Chicago
11788435	City of Kingsburg	city-of-kingsburg			US	CA	019	11788435	0	America/Los_Angeles
11788436	City of Connell	city-of-connell			US	WA	021	11788436	0	America/Los_Angeles
11788437	City of Dillon	city-of-dillon			US	MT	001	11788437	0	America/Denver
11788438	City of Cupertino	city-of-cupertino			US	CA	085	11788438	0	America/Los_Angeles
11788439	City of Hesperia	city-of-hesperia			US	CA	071	11788439	0	America/Los_Angeles
11788440	City of Webster	city-of-webster			US	FL	119	11788440	0	America/New_York
11788441	City of Reedley	city-of-reedley			US	CA	019	11788441	0	America/Los_Angeles
11788442	City of Bear River City	city-of-bear-river-city			US	UT	003	11788442	0	America/Denver
11788443	City of Brookhaven	city-of-brookhaven			US	GA	089	11788443	0	America/New_York
11788444	City of Oakland	city-of-oakland			US	CA	001	11788444	0	America/Los_Angeles
11788445	City of San Marcos	city-of-san-marcos			US	TX	209	11788445	0	America/Chicago
11788446	City of Davenport	city-of-davenport			US	IA	163	11788446	0	America/Chicago
11788447	City of Tracy	city-of-tracy			US	CA	077	11788447	0	America/Los_Angeles
11788448	City of Suisun City	city-of-suisun-city			US	CA	095	11788448	0	America/Los_Angeles
11788449	City of Pocomoke City	city-of-pocomoke-city			US	MD	047	11788449	0	America/New_York
11788450	City of Poplar	city-of-poplar			US	MT	085	11788450	0	America/Denver
11788451	City of Alamo Heights	city-of-alamo-heights			US	TX	029	11788451	0	America/Chicago
11788452	City of Olmos Park	city-of-olmos-park			US	TX	029	11788452	0	America/Chicago
11788453	City of Yountville	city-of-yountville			US	CA	055	11788453	0	America/Los_Angeles
11788454	City of Sunnyvale	city-of-sunnyvale			US	CA	085	11788454	0	America/Los_Angeles
11788455	City of Dilley	city-of-dilley			US	TX	163	11788455	0	America/Chicago
11788456	City of Garden City	city-of-garden-city			US	ID	001	11788456	0	America/Boise
11788457	City of Kaw City	city-of-kaw-city			US	OK	071	11788457	0	America/Chicago
11788458	City of Bellflower	city-of-bellflower			US	CA	037	11788458	0	America/Los_Angeles
11788459	City of Jerome	city-of-jerome			US	ID	053	11788459	0	America/Boise
11788460	City of Taft	city-of-taft			US	CA	029	11788460	0	America/Los_Angeles
11788461	City of Balcones Heights	city-of-balcones-heights			US	TX	029	11788461	0	America/Chicago
11788462	City of Roy	city-of-roy			US	UT	057	11788462	0	America/Denver
11788463	City of Loyalton	city-of-loyalton			US	CA	091	11788463	0	America/Los_Angeles
11788464	City of Marble Falls	city-of-marble-falls			US	TX	053	11788464	0	America/Chicago
11788465	City of Piedmont	city-of-piedmont			US	CA	001	11788465	0	America/Los_Angeles
11788466	City of Beaver	city-of-beaver			US	UT	001	11788466	0	America/Denver
11788467	City of Coachella	city-of-coachella			US	CA	065	11788467	0	America/Los_Angeles
11788468	City of Pell City	city-of-pell-city			US	AL	115	11788468	0	America/Chicago
11788469	City of Bishop	city-of-bishop			US	CA	027	11788469	0	America/Los_Angeles
11788470	City of Cuero	city-of-cuero			US	TX	123	11788470	0	America/Chicago
11788471	City of Desert Hot Springs	city-of-desert-hot-springs			US	CA	065	11788471	0	America/Los_Angeles
11788472	City of Central	city-of-central			US	LA	033	11788472	0	America/Chicago
11788473	City of Sterling City	city-of-sterling-city			US	TX	431	11788473	0	America/Chicago
11788474	City of Castleford	city-of-castleford			US	ID	083	11788474	0	America/Boise
11788475	City of Riverbank	city-of-riverbank			US	CA	099	11788475	0	America/Los_Angeles
11788476	City of Brownwood	city-of-brownwood			US	TX	049	11788476	0	America/Chicago
11788477	City of Wildwood	city-of-wildwood			US	FL	119	11788477	0	America/New_York
11788478	City of Electra	city-of-electra			US	TX	485	11788478	0	America/Chicago
11788479	City of Murray	city-of-murray			US	UT	035	11788479	0	America/Denver
11788480	City of Bradbury	city-of-bradbury			US	CA	037	11788480	0	America/Los_Angeles
11788481	City of Rancho Cordova	city-of-rancho-cordova			US	CA	067	11788481	0	America/Los_Angeles
11788482	City of Cotati	city-of-cotati			US	CA	097	11788482	0	America/Los_Angeles
11788483	City of Glendora	city-of-glendora			US	CA	037	11788483	0	America/Los_Angeles
11788484	City of Ballinger	city-of-ballinger			US	TX	399	11788484	0	America/Chicago
11788485	City of Midvale	city-of-midvale			US	UT	035	11788485	0	America/Denver
11788486	City of Santa Ana	city-of-santa-ana			US	CA	059	11788486	0	America/Los_Angeles
11788487	City of Lawndale	city-of-lawndale			US	CA	037	11788487	0	America/Los_Angeles
11788488	City of Belleview	city-of-belleview			US	FL	083	11788488	0	America/New_York
11788489	City of Malad City	city-of-malad-city			US	ID	071	11788489	0	America/Boise
11788490	City of Brea	city-of-brea			US	CA	059	11788490	0	America/Los_Angeles
11788491	City of Falls City	city-of-falls-city			US	TX	255	11788491	0	America/Chicago
11788492	City of Manteca	city-of-manteca			US	CA	077	11788492	0	America/Los_Angeles
11788493	City of Winnemucca	city-of-winnemucca			US	NV	013	11788493	0	America/Los_Angeles
11788494	City of Seaside	city-of-seaside			US	CA	053	11788494	0	America/Los_Angeles
11788495	City of Spanish Fork	city-of-spanish-fork			US	UT	049	11788495	0	America/Denver
11788496	City of Tombstone	city-of-tombstone			US	AZ	003	11788496	0	America/Phoenix
11788497	City of Palm Desert	city-of-palm-desert			US	CA	065	11788497	0	America/Los_Angeles
11788498	City of Salinas	city-of-salinas			US	CA	053	11788498	0	America/Los_Angeles
11788499	City of Sierra Madre	city-of-sierra-madre			US	CA	037	11788499	0	America/Los_Angeles
11788500	City of Beverly Hills	city-of-beverly-hills			US	CA	037	11788500	0	America/Los_Angeles
11788501	City of Norco	city-of-norco			US	CA	065	11788501	0	America/Los_Angeles
11788502	City of Richmond	city-of-richmond			US	UT	005	11788502	0	America/Denver
11788503	City of Marshall	city-of-marshall			US	TX	203	11788503	0	America/Chicago
11788504	City of Bisbee	city-of-bisbee			US	AZ	003	11788504	0	America/Phoenix
11788505	City of Highland	city-of-highland			US	CA	071	11788505	0	America/Los_Angeles
11788506	City of Yamhill	city-of-yamhill			US	OR	071	11788506	0	America/Los_Angeles
11788507	City of Firebaugh	city-of-firebaugh			US	CA	019	11788507	0	America/Los_Angeles
11788508	City of Greenfield	city-of-greenfield			US	CA	053	11788508	0	America/Los_Angeles
11788509	City of Pico Rivera	city-of-pico-rivera			US	CA	037	11788509	0	America/Los_Angeles
11788510	City of Willows	city-of-willows			US	CA	021	11788510	0	America/Los_Angeles
11788511	City of Universal City	city-of-universal-city			US	TX	029	11788511	0	America/Chicago
11788512	City of Anthony	city-of-anthony			US	NM	013	11788512	0	America/Denver
11788513	City of Salem	city-of-salem			US	WV	033	11788513	0	America/New_York
11788514	City of Bullhead City	city-of-bullhead-city			US	AZ	015	11788514	0	America/Phoenix
11788515	City of Madisonville	city-of-madisonville			US	TX	313	11788515	0	America/Chicago
11788516	City of Kanab	city-of-kanab			US	UT	025	11788516	0	America/Denver
11788517	City of Saint Helena	city-of-saint-helena			US	CA	055	11788517	0	America/Los_Angeles
11788518	City of San Joaquin	city-of-san-joaquin			US	CA	019	11788518	0	America/Los_Angeles
11788519	City of Benicia	city-of-benicia			US	CA	095	11788519	0	America/Los_Angeles
11788520	City of Crescent City	city-of-crescent-city			US	CA	015	11788520	0	America/Los_Angeles
11788521	City of Heber	city-of-heber			US	UT	051	11788521	0	America/Denver
11788522	City of Smithfield	city-of-smithfield			US	UT	005	11788522	0	America/Denver
11788523	City of Plymouth	city-of-plymouth			US	CA	005	11788523	0	America/Los_Angeles
11788524	City of Los Banos	city-of-los-banos			US	CA	047	11788524	0	America/Los_Angeles
11788525	City of Vernon	city-of-vernon			US	TX	487	11788525	0	America/Chicago
11788526	City of Rio Vista	city-of-rio-vista			US	CA	095	11788526	0	America/Los_Angeles
11788527	City of Gridley	city-of-gridley			US	CA	007	11788527	0	America/Los_Angeles
11788528	City of Farmersville	city-of-farmersville			US	CA	107	11788528	0	America/Los_Angeles
11788529	City of Ocala	city-of-ocala			US	FL	083	11788529	0	America/New_York
11788530	City of Caddo Mills	city-of-caddo-mills			US	TX	231	11788530	0	America/Chicago
11788531	City of Industry	city-of-industry			US	CA	037	11788531	0	America/Los_Angeles
11788532	City of Ione	city-of-ione			US	OR	049	11788532	0	America/Los_Angeles
11788533	City of Lemoore	city-of-lemoore			US	CA	031	11788533	0	America/Los_Angeles
11788534	City of Norwalk	city-of-norwalk			US	CA	037	11788534	0	America/Los_Angeles
11788535	City of Peachtree Corners	city-of-peachtree-corners			US	GA	135	11788535	0	America/New_York
11788536	City of Boulder	city-of-boulder			US	CO	013	11788536	0	America/Denver
11788537	City of Hondo	city-of-hondo			US	TX	325	11788537	0	America/Chicago
11788538	City of Rosebud	city-of-rosebud			US	TX	145	11788538	0	America/Chicago
11788539	City of East Palo Alto	city-of-east-palo-alto			US	CA	081	11788539	0	America/Los_Angeles
11788540	City of Culver	city-of-culver			US	OR	031	11788540	0	America/Los_Angeles
11788541	City of Park City	city-of-park-city			US	UT	043	11788541	0	America/Denver
11788542	City of Charleston	city-of-charleston			US	SC	019	11788542	0	America/New_York
11788543	City of Hillsboro	city-of-hillsboro			US	TX	217	11788543	0	America/Chicago
11788544	City of Lathrop	city-of-lathrop			US	CA	077	11788544	0	America/Los_Angeles
11788545	City of San Fernando	city-of-san-fernando			US	CA	037	11788545	0	America/Los_Angeles
11788546	City of Monte Sereno	city-of-monte-sereno			US	CA	085	11788546	0	America/Los_Angeles
11788547	City of Dumas	city-of-dumas			US	TX	341	11788547	0	America/Chicago
11788548	City of Carpinteria	city-of-carpinteria			US	CA	083	11788548	0	America/Los_Angeles
11788549	City of Panguitch	city-of-panguitch			US	UT	017	11788549	0	America/Denver
11788550	City of Sebastopol	city-of-sebastopol			US	CA	097	11788550	0	America/Los_Angeles
11788551	City of Ferndale	city-of-ferndale			US	CA	023	11788551	0	America/Los_Angeles
11788552	City of Santaquin	city-of-santaquin			US	UT	049	11788552	0	America/Denver
11788553	City of Vista	city-of-vista			US	CA	073	11788553	0	America/Los_Angeles
11788554	City of Irwindale	city-of-irwindale			US	CA	037	11788554	0	America/Los_Angeles
11788555	City of Sonora	city-of-sonora			US	CA	109	11788555	0	America/Los_Angeles
11788556	City of Springfield	city-of-springfield			US	OR	039	11788556	0	America/Los_Angeles
11788557	City of Charleston	city-of-charleston			US	WV	039	11788557	0	America/New_York
11788558	City of Brentwood	city-of-brentwood			US	CA	013	11788558	0	America/Los_Angeles
11788559	City of Malta	city-of-malta			US	MT	071	11788559	0	America/Denver
11788560	City of Walnut	city-of-walnut			US	CA	037	11788560	0	America/Los_Angeles
11788561	City of Cerritos	city-of-cerritos			US	CA	037	11788561	0	America/Los_Angeles
11788562	City of Alameda	city-of-alameda			US	CA	001	11788562	0	America/Los_Angeles
11788563	City of Gainesville	city-of-gainesville			US	FL	001	11788563	0	America/New_York
11788564	City of Spring City	city-of-spring-city			US	UT	039	11788564	0	America/Denver
11788565	City of Shelby	city-of-shelby			US	MT	101	11788565	0	America/Denver
11788566	City of Oregon City	city-of-oregon-city			US	OR	005	11788566	0	America/Los_Angeles
11788567	City of Dublin	city-of-dublin			US	CA	001	11788567	0	America/Los_Angeles
11788568	City of Wheat Ridge	city-of-wheat-ridge			US	CO	059	11788568	0	America/Denver
11788569	City of Diamondhead	city-of-diamondhead			US	MS	045	11788569	0	America/Chicago
11788570	City of Riverton	city-of-riverton			US	UT	035	11788570	0	America/Denver
11788571	City of Glendale	city-of-glendale			US	AZ	013	11788571	0	America/Phoenix
11788572	City of San Elizario	city-of-san-elizario			US	TX	141	11788572	0	America/Denver
11788573	City of San Diego	city-of-san-diego			US	CA	073	11788573	0	America/Los_Angeles
11788574	City of Redding	city-of-redding			US	CA	089	11788574	0	America/Los_Angeles
11788575	City of Farmington	city-of-farmington			US	NM	045	11788575	0	America/Denver
11788576	City of Agoura Hills	city-of-agoura-hills			US	CA	037	11788576	0	America/Los_Angeles
11788577	City of Huntington	city-of-huntington			US	UT	015	11788577	0	America/Denver
11788578	City of West Point	city-of-west-point			US	UT	011	11788578	0	America/Denver
11788579	City of Parowan	city-of-parowan			US	UT	021	11788579	0	America/Denver
11788580	City of Paden City	city-of-paden-city			US	WV	103	11788580	0	America/New_York
11788581	City of Burbank	city-of-burbank			US	CA	037	11788581	0	America/Los_Angeles
11788582	City of Tillamook	city-of-tillamook			US	OR	057	11788582	0	America/Los_Angeles
11788583	City of Pomona	city-of-pomona			US	CA	037	11788583	0	America/Los_Angeles
11788584	City of Conrad	city-of-conrad			US	MT	073	11788584	0	America/Denver
11788585	City of South Salt Lake	city-of-south-salt-lake			US	UT	035	11788585	0	America/Denver
11788586	City of San Marcos	city-of-san-marcos			US	CA	073	11788586	0	America/Los_Angeles
11788587	City of Bakersfield	city-of-bakersfield			US	CA	029	11788587	0	America/Los_Angeles
11788588	City of Provo	city-of-provo			US	UT	049	11788588	0	America/Denver
11788589	City of Temple City	city-of-temple-city			US	CA	037	11788589	0	America/Los_Angeles
11788590	City of Missoula	city-of-missoula			US	MT	063	11788590	0	America/Denver
11788591	City of Madisonville	city-of-madisonville			US	TN	123	11788591	0	America/New_York
11788592	City of Lake Elsinore	city-of-lake-elsinore			US	CA	065	11788592	0	America/Los_Angeles
11788593	City of Mount Shasta	city-of-mount-shasta			US	CA	093	11788593	0	America/Los_Angeles
11788594	City of Wheatland	city-of-wheatland			US	CA	115	11788594	0	America/Los_Angeles
11788595	City of Windcrest	city-of-windcrest			US	TX	029	11788595	0	America/Chicago
11788596	City of Huron	city-of-huron			US	CA	019	11788596	0	America/Los_Angeles
11788597	City of Arvin	city-of-arvin			US	CA	029	11788597	0	America/Los_Angeles
11788598	City of Moreno Valley	city-of-moreno-valley			US	CA	065	11788598	0	America/Los_Angeles
11788599	City of San Dimas	city-of-san-dimas			US	CA	037	11788599	0	America/Los_Angeles
11788600	City of Corning	city-of-corning			US	CA	103	11788600	0	America/Los_Angeles
11788601	City of East Carbon	city-of-east-carbon			US	UT	007	11788601	0	America/Denver
11788602	City of Canyon Lake	city-of-canyon-lake			US	CA	065	11788602	0	America/Los_Angeles
11788603	City of Durham	city-of-durham			US	OR	067	11788603	0	America/Los_Angeles
11788604	City of Coral Springs	city-of-coral-springs			US	FL	011	11788604	0	America/New_York
11788605	City of Portola	city-of-portola			US	CA	063	11788605	0	America/Los_Angeles
11788606	City of Manhattan Beach	city-of-manhattan-beach			US	CA	037	11788606	0	America/Los_Angeles
11788607	City of Holdenville	city-of-holdenville			US	OK	063	11788607	0	America/Chicago
11788608	City of Montebello	city-of-montebello			US	CA	037	11788608	0	America/Los_Angeles
11788609	City of Eureka	city-of-eureka			US	CA	023	11788609	0	America/Los_Angeles
11788610	City of San Clemente	city-of-san-clemente			US	CA	059	11788610	0	America/Los_Angeles
11788611	City of Florence	city-of-florence			US	SC	041	11788611	0	America/New_York
11788612	City of Jayton	city-of-jayton			US	TX	263	11788612	0	America/Chicago
11788613	City of Cypress	city-of-cypress			US	CA	059	11788613	0	America/Los_Angeles
11788614	City of Grass Valley	city-of-grass-valley			US	CA	057	11788614	0	America/Los_Angeles
11788615	City of League City	city-of-league-city			US	TX	167	11788615	0	America/Chicago
11788616	City of Mountain City	city-of-mountain-city			US	TX	209	11788616	0	America/Chicago
11788617	City of Johnston City	city-of-johnston-city			US	IL	199	11788617	0	America/Chicago
11788618	City of Friendswood	city-of-friendswood			US	TX	167	11788618	0	America/Chicago
11788619	City of Lewiston	city-of-lewiston			US	UT	005	11788619	0	America/Denver
11788620	City of Selma	city-of-selma			US	CA	019	11788620	0	America/Los_Angeles
11788621	City of Englewood	city-of-englewood			US	CO	005	11788621	0	America/Denver
11788622	City of Isle of Palms	city-of-isle-of-palms			US	SC	019	11788622	0	America/New_York
11788623	City of Austin	city-of-austin			US	TX	453	11788623	0	America/Chicago
11788624	City of Milford	city-of-milford			US	UT	001	11788624	0	America/Denver
11788625	City of Porterville	city-of-porterville			US	CA	107	11788625	0	America/Los_Angeles
11788626	City of Falls City	city-of-falls-city			US	OR	053	11788626	0	America/Los_Angeles
11788627	City of Rainbow City	city-of-rainbow-city			US	AL	055	11788627	0	America/Chicago
11788628	City of San Juan	city-of-san-juan			US	TX	215	11788628	0	America/Chicago
11788629	City of Laguna Beach	city-of-laguna-beach			US	CA	059	11788629	0	America/Los_Angeles
11788630	City of Hawaiian Gardens	city-of-hawaiian-gardens			US	CA	037	11788630	0	America/Los_Angeles
11788631	City of Oxnard	city-of-oxnard			US	CA	111	11788631	0	America/Los_Angeles
11788632	City of San Marino	city-of-san-marino			US	CA	037	11788632	0	America/Los_Angeles
11788633	City of Grover Beach	city-of-grover-beach			US	CA	079	11788633	0	America/Los_Angeles
11788634	City of Fountain Valley	city-of-fountain-valley			US	CA	059	11788634	0	America/Los_Angeles
11788635	City of Lemon Grove	city-of-lemon-grove			US	CA	073	11788635	0	America/Los_Angeles
11788636	City of West Sacramento	city-of-west-sacramento			US	CA	113	11788636	0	America/Los_Angeles
11788637	City of Clatskanie	city-of-clatskanie			US	OR	009	11788637	0	America/Los_Angeles
11788638	City of Queen City	city-of-queen-city			US	TX	067	11788638	0	America/Chicago
11788639	City of Crystal City	city-of-crystal-city			US	TX	507	11788639	0	America/Chicago
11788640	City of Beaumont	city-of-beaumont			US	CA	065	11788640	0	America/Los_Angeles
11788641	City of Alhambra	city-of-alhambra			US	CA	037	11788641	0	America/Los_Angeles
11788642	City of Karnes City	city-of-karnes-city			US	TX	255	11788642	0	America/Chicago
11788643	City of Chiefland	city-of-chiefland			US	FL	075	11788643	0	America/New_York
11788644	City of Del Rey Oaks	city-of-del-rey-oaks			US	CA	053	11788644	0	America/Los_Angeles
11788645	City of Holtville	city-of-holtville			US	CA	025	11788645	0	America/Los_Angeles
11788646	City of Moundsville	city-of-moundsville			US	WV	051	11788646	0	America/New_York
11788647	City of Gardena	city-of-gardena			US	CA	037	11788647	0	America/Los_Angeles
11788648	City of Caliente	city-of-caliente			US	NV	017	11788648	0	America/Los_Angeles
11788649	City of Everett	city-of-everett			US	WA	061	11788649	0	America/Los_Angeles
11788650	City of Scotts Valley	city-of-scotts-valley			US	CA	087	11788650	0	America/Los_Angeles
11788651	City of Kermit	city-of-kermit			US	TX	495	11788651	0	America/Chicago
11788652	City of La Quinta	city-of-la-quinta			US	CA	065	11788652	0	America/Los_Angeles
11788653	City of Culver City	city-of-culver-city			US	CA	037	11788653	0	America/Los_Angeles
11788654	City of Jackson	city-of-jackson			US	AL	025	11788654	0	America/Chicago
11788655	City of Tooele	city-of-tooele			US	UT	045	11788655	0	America/Denver
11788656	City of Powers	city-of-powers			US	OR	011	11788656	0	America/Los_Angeles
11788657	City of Brigham City	city-of-brigham-city			US	UT	003	11788657	0	America/Denver
11788658	City of Azle	city-of-azle			US	TX	439	11788658	0	America/Chicago
11788659	City of Washington	city-of-washington			US	UT	053	11788659	0	America/Denver
11788660	City of Mount Pleasant	city-of-mount-pleasant			US	UT	039	11788660	0	America/Denver
11788661	City of Ivanhoe North	city-of-ivanhoe-north			US	TX	457	11788661	0	America/Chicago
11788662	City of Nephi	city-of-nephi			US	UT	023	11788662	0	America/Denver
11788663	City of Villa Park	city-of-villa-park			US	CA	059	11788663	0	America/Los_Angeles
11788664	City of San Bruno	city-of-san-bruno			US	CA	081	11788664	0	America/Los_Angeles
11788665	City of Barstow	city-of-barstow			US	CA	071	11788665	0	America/Los_Angeles
11788666	City of Royal City	city-of-royal-city			US	WA	025	11788666	0	America/Los_Angeles
11788667	City of Stockton	city-of-stockton			US	CA	077	11788667	0	America/Los_Angeles
11788668	City of Denver	city-of-denver			US	CO	031	11788668	0	America/Denver
11788669	City of Baker City	city-of-baker-city			US	OR	001	11788669	0	America/Los_Angeles
11788670	City of Electric City	city-of-electric-city			US	WA	025	11788670	0	America/Los_Angeles
11788671	City of Montclair	city-of-montclair			US	CA	071	11788671	0	America/Los_Angeles
11788672	City of San Augustine	city-of-san-augustine			US	TX	405	11788672	0	America/Chicago
11788673	City of Modesto	city-of-modesto			US	CA	099	11788673	0	America/Los_Angeles
11788674	City of Payson	city-of-payson			US	UT	049	11788674	0	America/Denver
11788675	City of Moscow	city-of-moscow			US	ID	057	11788675	0	America/Los_Angeles
11788676	City of Bowie	city-of-bowie	Bowie,City of Bowie		US	MD	033	11788676	0	America/New_York
11788677	City of Boise City	city-of-boise-city			US	OK	025	11788677	0	America/Chicago
11788678	City of Moore	city-of-moore			US	OK	027	11788678	0	America/Chicago
11788679	City of Elk City	city-of-elk-city			US	OK	009	11788679	0	America/Chicago
11788680	City of Hermosa Beach	city-of-hermosa-beach			US	CA	037	11788680	0	America/Los_Angeles
11788681	City of Gonzales	city-of-gonzales			US	CA	053	11788681	0	America/Los_Angeles
11788682	City of Huntington Beach	city-of-huntington-beach			US	CA	059	11788682	0	America/Los_Angeles
11788683	City of Muleshoe	city-of-muleshoe			US	TX	017	11788683	0	America/Chicago
11788684	City of Byers	city-of-byers			US	TX	077	11788684	0	America/Chicago
11788685	City of Rivergrove	city-of-rivergrove			US	OR	005	11788685	0	America/Los_Angeles
11788686	City of Fort Worth	city-of-fort-worth			US	TX	439	11788686	0	America/Chicago
11788687	City of Cloverdale	city-of-cloverdale			US	CA	097	11788687	0	America/Los_Angeles
11788688	City of Chico	city-of-chico			US	CA	007	11788688	0	America/Los_Angeles
11788689	City of Mendon	city-of-mendon			US	UT	005	11788689	0	America/Denver
11788690	City of Baldwin Park	city-of-baldwin-park			US	CA	037	11788690	0	America/Los_Angeles
11788691	City of Perris	city-of-perris			US	CA	065	11788691	0	America/Los_Angeles
11788692	City of Phoenix	city-of-phoenix			US	AZ	013	11788692	0	America/Phoenix
11788693	City of Polson	city-of-polson			US	MT	047	11788693	0	America/Denver
11788694	City of Durango	city-of-durango			US	CO	067	11788694	0	America/Denver
11788695	City of Mill City	city-of-mill-city			US	OR	043	11788695	0	America/Los_Angeles
11788696	City of Sonoma	city-of-sonoma			US	CA	097	11788696	0	America/Los_Angeles
11788697	City of Copperas Cove	city-of-copperas-cove			US	TX	099	11788697	0	America/Chicago
11788698	City of Cathedral City	city-of-cathedral-city			US	CA	065	11788698	0	America/Los_Angeles
11788699	City of Vernonia	city-of-vernonia			US	OR	009	11788699	0	America/Los_Angeles
11788700	City of Placerville	city-of-placerville			US	CA	017	11788700	0	America/Los_Angeles
11788701	City of Seymour	city-of-seymour			US	TX	023	11788701	0	America/Chicago
11788702	City of Ferron	city-of-ferron			US	UT	015	11788702	0	America/Denver
11788703	City of Belmont	city-of-belmont			US	CA	081	11788703	0	America/Los_Angeles
11788704	City of King City	city-of-king-city			US	OR	067	11788704	0	America/Los_Angeles
11788705	City of White Sulphur Springs	city-of-white-sulphur-springs			US	MT	059	11788705	0	America/Denver
11788706	City of Delta	city-of-delta			US	UT	027	11788706	0	America/Denver
11788707	City of Tucker	city-of-tucker			US	GA	089	11788707	0	America/New_York
11788708	City of Safford	city-of-safford			US	AZ	009	11788708	0	America/Phoenix
11788709	City of Arcata	city-of-arcata			US	CA	023	11788709	0	America/Los_Angeles
11788710	City of Twin Falls	city-of-twin-falls			US	ID	083	11788710	0	America/Boise
11788711	City of Emeryville	city-of-emeryville			US	CA	001	11788711	0	America/Los_Angeles
11788712	City of Exeter	city-of-exeter			US	CA	107	11788712	0	America/Los_Angeles
11788713	City of Pasadena	city-of-pasadena			US	CA	037	11788713	0	America/Los_Angeles
11788714	City of Johnson City	city-of-johnson-city			US	OR	005	11788714	0	America/Los_Angeles
11788715	City of Merced	city-of-merced			US	CA	047	11788715	0	America/Los_Angeles
11788716	City of Morgan Hill	city-of-morgan-hill			US	CA	085	11788716	0	America/Los_Angeles
11788717	City of White Settlement	city-of-white-settlement			US	TX	439	11788717	0	America/Chicago
11788718	City of Williams	city-of-williams			US	CA	011	11788718	0	America/Los_Angeles
11788719	City of El Cerrito	city-of-el-cerrito			US	CA	013	11788719	0	America/Los_Angeles
11788720	City of Temple	city-of-temple			US	TX	027	11788720	0	America/Chicago
11788721	City of Semmes	city-of-semmes			US	AL	097	11788721	0	America/Chicago
11788722	City of Midway	city-of-midway			US	UT	051	11788722	0	America/Denver
11788723	City of Avenal	city-of-avenal			US	CA	031	11788723	0	America/Los_Angeles
11788724	City of Saint George	city-of-saint-george			US	UT	053	11788724	0	America/Denver
11788725	City of Whitefish	city-of-whitefish			US	MT	029	11788725	0	America/Denver
11788726	City of Ivanhoe	city-of-ivanhoe			US	TX	457	11788726	0	America/Chicago
11788727	City of Rio Communities	city-of-rio-communities			US	NM	061	11788727	0	America/Denver
11788728	City of Encinitas	city-of-encinitas			US	CA	073	11788728	0	America/Los_Angeles
11788729	City of Gilroy	city-of-gilroy			US	CA	085	11788729	0	America/Los_Angeles
11788730	City of Orange	city-of-orange			US	CA	059	11788730	0	America/Los_Angeles
11788731	City of Broomfield	city-of-broomfield			US	CO	014	11788731	0	America/Denver
11788732	City of Bossier City	city-of-bossier-city			US	LA	015	11788732	0	America/Chicago
11788733	City of Havre	city-of-havre			US	MT	041	11788733	0	America/Denver
11788734	City of Sandy Oaks	city-of-sandy-oaks			US	TX	029	11788734	0	America/Chicago
11788735	City of Palo Alto	city-of-palo-alto			US	CA	085	11788735	0	America/Los_Angeles
11788736	City of Atwater	city-of-atwater			US	CA	047	11788736	0	America/Los_Angeles
11788737	City of Amador City	city-of-amador-city			US	CA	005	11788737	0	America/Los_Angeles
11788738	City of Lindsay	city-of-lindsay			US	CA	107	11788738	0	America/Los_Angeles
11788739	City of Colorado Springs	city-of-colorado-springs			US	CO	041	11788739	0	America/Denver
11788740	City of Dos Palos	city-of-dos-palos			US	CA	047	11788740	0	America/Los_Angeles
11788741	City of Mexia	city-of-mexia			US	TX	293	11788741	0	America/Chicago
11788742	City of Troy	city-of-troy			US	MT	053	11788742	0	America/Denver
11788743	City of Weslaco	city-of-weslaco			US	TX	215	11788743	0	America/Chicago
11788744	City of Avondale	city-of-avondale			US	AZ	013	11788744	0	America/Phoenix
11788745	City of Georgetown	city-of-georgetown			US	SC	043	11788745	0	America/New_York
11788746	City of Anderson	city-of-anderson			US	CA	089	11788746	0	America/Los_Angeles
11788747	City of Daly City	city-of-daly-city			US	CA	081	11788747	0	America/Los_Angeles
11788748	City of Fayetteville	city-of-fayetteville			US	GA	113	11788748	0	America/New_York
11788749	City of Tulia	city-of-tulia			US	TX	437	11788749	0	America/Chicago
11788750	City of Tehachapi	city-of-tehachapi			US	CA	029	11788750	0	America/Los_Angeles
11788751	City of Athena	city-of-athena			US	OR	059	11788751	0	America/Los_Angeles
11788752	City of Ripon	city-of-ripon			US	CA	077	11788752	0	America/Los_Angeles
11788753	City of Monroe	city-of-monroe			US	UT	041	11788753	0	America/Denver
11788754	City of Glasgow	city-of-glasgow			US	MT	105	11788754	0	America/Denver
11788755	City of Atlanta	city-of-atlanta			US	TX	067	11788755	0	America/Chicago
11788756	City of Grass Valley	city-of-grass-valley			US	OR	055	11788756	0	America/Los_Angeles
11788757	City of Santa Clara	city-of-santa-clara			US	UT	053	11788757	0	America/Denver
11788758	City of Palm Springs	city-of-palm-springs			US	CA	065	11788758	0	America/Los_Angeles
11788759	City of Winters	city-of-winters			US	CA	113	11788759	0	America/Los_Angeles
11788760	City of Lynwood	city-of-lynwood			US	CA	037	11788760	0	America/Los_Angeles
11788761	City of Marina	city-of-marina			US	CA	053	11788761	0	America/Los_Angeles
11788762	City of Ponca City	city-of-ponca-city			US	OK	071	11788762	0	America/Chicago
11788763	City of Broken Bow	city-of-broken-bow			US	OK	089	11788763	0	America/Chicago
11788764	City of Anderson	city-of-anderson			US	SC	007	11788764	0	America/New_York
11788765	City of Kimberly	city-of-kimberly			US	ID	083	11788765	0	America/Boise
11788766	City of Idaho City	city-of-idaho-city			US	ID	015	11788766	0	America/Boise
11788767	City of Honey Grove	city-of-honey-grove			US	TX	147	11788767	0	America/Chicago
11788768	City of Healdsburg	city-of-healdsburg			US	CA	097	11788768	0	America/Los_Angeles
11788769	City of Fort Jones	city-of-fort-jones			US	CA	093	11788769	0	America/Los_Angeles
11788770	City of Citrus Heights	city-of-citrus-heights			US	CA	067	11788770	0	America/Los_Angeles
11788771	City of Livingston	city-of-livingston			US	CA	047	11788771	0	America/Los_Angeles
11788772	City of Terrell	city-of-terrell			US	TX	257	11788772	0	America/Chicago
11788773	City of Belton	city-of-belton			US	SC	007	11788773	0	America/New_York
11788774	City of Camarillo	city-of-camarillo			US	CA	111	11788774	0	America/Los_Angeles
11788775	City of Santa Cruz	city-of-santa-cruz			US	CA	087	11788775	0	America/Los_Angeles
11788776	City of Carlsbad	city-of-carlsbad			US	CA	073	11788776	0	America/Los_Angeles
11788777	City of Monticello	city-of-monticello			US	UT	037	11788777	0	America/Denver
11788778	City of Rocky Ford	city-of-rocky-ford			US	CO	089	11788778	0	America/Denver
11788779	City of Clayton	city-of-clayton			US	CA	013	11788779	0	America/Los_Angeles
11788780	City of Redondo Beach	city-of-redondo-beach			US	CA	037	11788780	0	America/Los_Angeles
11788781	City of Littleton	city-of-littleton			US	CO	005	11788781	0	America/Denver
11788782	City of Henderson	city-of-henderson			US	NV	003	11788782	0	America/Los_Angeles
11788783	City of Roseville	city-of-roseville			US	CA	061	11788783	0	America/Los_Angeles
11788784	City of Foster City	city-of-foster-city			US	CA	081	11788784	0	America/Los_Angeles
11788785	City of Victoria	city-of-victoria			US	TX	469	11788785	0	America/Chicago
11788786	City of Ore City	city-of-ore-city			US	TX	459	11788786	0	America/Chicago
11788787	City of Wellington	city-of-wellington			US	UT	007	11788787	0	America/Denver
11788788	City of El Centro	city-of-el-centro			US	CA	025	11788788	0	America/Los_Angeles
11788789	City of Oceanside	city-of-oceanside			US	CA	073	11788789	0	America/Los_Angeles
11788790	City of Salem	city-of-salem			US	OR	047	11788790	0	America/Los_Angeles
11788791	City of Bluffdale	city-of-bluffdale			US	UT	035	11788791	0	America/Denver
11788792	City of Hanford	city-of-hanford			US	CA	031	11788792	0	America/Los_Angeles
11788793	City of Redlands	city-of-redlands			US	CA	071	11788793	0	America/Los_Angeles
11788794	City of Baker	city-of-baker			US	MT	025	11788794	0	America/Denver
11788795	City of Junction City	city-of-junction-city			US	OR	039	11788795	0	America/Los_Angeles
11788796	City of Westmorland	city-of-westmorland			US	CA	025	11788796	0	America/Los_Angeles
11788797	City of Oakley	city-of-oakley			US	CA	013	11788797	0	America/Los_Angeles
11788798	City of Signal Hill	city-of-signal-hill			US	CA	037	11788798	0	America/Los_Angeles
11788799	City of Taft	city-of-taft			US	TX	409	11788799	0	America/Chicago
11788800	City of Terrell Hills	city-of-terrell-hills			US	TX	029	11788800	0	America/Chicago
11788801	City of Ronan	city-of-ronan			US	MT	047	11788801	0	America/Denver
11788802	City of Rocky Top	city-of-rocky-top			US	TN	001	11788802	0	America/New_York
11788803	City of Cortez	city-of-cortez			US	CO	083	11788803	0	America/Denver
11788804	City of Dell City	city-of-dell-city			US	TX	229	11788804	0	America/Denver
11788805	City of Yorba Linda	city-of-yorba-linda			US	CA	059	11788805	0	America/Los_Angeles
11788806	City of Winslow	city-of-winslow			US	AZ	017	11788806	0	America/Phoenix
11788807	City of Trinidad	city-of-trinidad			US	CO	071	11788807	0	America/Denver
11788808	City of Eastvale	city-of-eastvale			US	CA	065	11788808	0	America/Los_Angeles
11788809	City of Woodland	city-of-woodland			US	CA	113	11788809	0	America/Los_Angeles
11788810	City of Denmark	city-of-denmark			US	SC	009	11788810	0	America/New_York
11788811	City of Ray City	city-of-ray-city			US	GA	019	11788811	0	America/New_York
11788812	City of Gun Barrel City	city-of-gun-barrel-city			US	TX	213	11788812	0	America/Chicago
11788813	City of Palos Verdes Estates	city-of-palos-verdes-estates			US	CA	037	11788813	0	America/Los_Angeles
11788814	City of Sheridan	city-of-sheridan			US	OR	071	11788814	0	America/Los_Angeles
11788815	City of Lafayette	city-of-lafayette			US	CO	013	11788815	0	America/Denver
11788816	City of San Benito	city-of-san-benito			US	TX	061	11788816	0	America/Chicago
11788817	City of Springville	city-of-springville			US	UT	049	11788817	0	America/Denver
11788818	City of Enterprise	city-of-enterprise			US	UT	053	11788818	0	America/Denver
11788819	City of Lancaster	city-of-lancaster			US	CA	037	11788819	0	America/Los_Angeles
11788820	City of La Verne	city-of-la-verne			US	CA	037	11788820	0	America/Los_Angeles
11788821	City of Prairie City	city-of-prairie-city			US	OR	023	11788821	0	America/Los_Angeles
11788822	City of Richfield	city-of-richfield			US	UT	041	11788822	0	America/Denver
11788823	City of Lake Havasu City	city-of-lake-havasu-city			US	AZ	015	11788823	0	America/Phoenix
11788824	City of Vacaville	city-of-vacaville			US	CA	095	11788824	0	America/Los_Angeles
11788825	City of Chowchilla	city-of-chowchilla			US	CA	039	11788825	0	America/Los_Angeles
11788826	City of Garden Grove	city-of-garden-grove			US	CA	059	11788826	0	America/Los_Angeles
11788827	City of Rohnert Park	city-of-rohnert-park			US	CA	097	11788827	0	America/Los_Angeles
11788828	City of Canton	city-of-canton			US	TX	467	11788828	0	America/Chicago
11788829	City of Long Beach	city-of-long-beach			US	CA	037	11788829	0	America/Los_Angeles
11788830	City of Deming	city-of-deming			US	NM	029	11788830	0	America/Denver
11788831	City of Nehalem	city-of-nehalem			US	OR	057	11788831	0	America/Los_Angeles
11788832	City of Johnson City	city-of-johnson-city			US	TX	031	11788832	0	America/Chicago
11788833	City of Sutherlin	city-of-sutherlin			US	OR	019	11788833	0	America/Los_Angeles
11788834	City of Lakewood	city-of-lakewood			US	CO	059	11788834	0	America/Denver
11788835	City of Island City	city-of-island-city			US	OR	061	11788835	0	America/Los_Angeles
11788836	City of North Las Vegas	city-of-north-las-vegas			US	NV	003	11788836	0	America/Los_Angeles
11788837	City of Draper	city-of-draper			US	UT	035	11788837	0	America/Denver
11788838	City of Pawnee	city-of-pawnee			US	OK	117	11788838	0	America/Chicago
11788839	City of Florence	city-of-florence			US	CO	043	11788839	0	America/Denver
11788840	City of Menlo Park	city-of-menlo-park			US	CA	081	11788840	0	America/Los_Angeles
11788841	City of Hughson	city-of-hughson			US	CA	099	11788841	0	America/Los_Angeles
11788842	City of Millbrae	city-of-millbrae			US	CA	081	11788842	0	America/Los_Angeles
11788843	City of Dorris	city-of-dorris			US	CA	093	11788843	0	America/Los_Angeles
11788844	City of Bonham	city-of-bonham			US	TX	147	11788844	0	America/Chicago
11788845	City of Santa Paula	city-of-santa-paula			US	CA	111	11788845	0	America/Los_Angeles
11788846	City of Albuquerque	city-of-albuquerque			US	NM	001	11788846	0	America/Denver
11788847	City of Central City	city-of-central-city			US	CO	047	11788847	0	America/Denver
11788848	City of North Richland Hills	city-of-north-richland-hills			US	TX	439	11788848	0	America/Chicago
11788849	City of National City	city-of-national-city			US	CA	073	11788849	0	America/Los_Angeles
11788850	City of Elk Grove	city-of-elk-grove			US	CA	067	11788850	0	America/Los_Angeles
11788851	City of Birmingham	city-of-birmingham			US	AL	073	11788851	0	America/Chicago
11788852	City of Bell Gardens	city-of-bell-gardens			US	CA	037	11788852	0	America/Los_Angeles
11788853	City of Mansfield	city-of-mansfield			US	TX	439	11788853	0	America/Chicago
11788854	City of Willits	city-of-willits			US	CA	045	11788854	0	America/Los_Angeles
11788855	City of Livermore	city-of-livermore			US	CA	001	11788855	0	America/Los_Angeles
11788856	City of Devine	city-of-devine			US	TX	325	11788856	0	America/Chicago
11788857	City of Los Altos	city-of-los-altos			US	CA	085	11788857	0	America/Los_Angeles
11788858	City of Layton	city-of-layton			US	UT	011	11788858	0	America/Denver
11788859	City of Santa Rosa	city-of-santa-rosa			US	CA	097	11788859	0	America/Los_Angeles
11788860	City of Covina	city-of-covina			US	CA	037	11788860	0	America/Los_Angeles
11788861	City of Charlotte	city-of-charlotte			US	NC	119	11788861	0	America/New_York
11788862	City of Salina	city-of-salina			US	UT	041	11788862	0	America/Denver
11788863	City of Dixon	city-of-dixon			US	CA	095	11788863	0	America/Los_Angeles
11788864	City of Imperial Beach	city-of-imperial-beach			US	CA	073	11788864	0	America/Los_Angeles
11788865	City of Ontario	city-of-ontario			US	CA	071	11788865	0	America/Los_Angeles
11788866	City of Sugar City	city-of-sugar-city			US	ID	065	11788866	0	America/Boise
11788867	City of Grand Saline	city-of-grand-saline			US	TX	467	11788867	0	America/Chicago
11788868	City of Thomas	city-of-thomas			US	WV	093	11788868	0	America/New_York
11788869	City of San Juan Bautista	city-of-san-juan-bautista			US	CA	069	11788869	0	America/Los_Angeles
11788870	City of Richland Hills	city-of-richland-hills			US	TX	439	11788870	0	America/Chicago
11788871	City of Boerne	city-of-boerne			US	TX	259	11788871	0	America/Chicago
11788872	City of Auburn	city-of-auburn			US	CA	061	11788872	0	America/Los_Angeles
11788873	City of Wells	city-of-wells			US	NV	007	11788873	0	America/Los_Angeles
11788874	City of Whittier	city-of-whittier			US	CA	037	11788874	0	America/Los_Angeles
11788875	City of Redmond	city-of-redmond			US	OR	017	11788875	0	America/Los_Angeles
11788876	City of Pampa	city-of-pampa			US	TX	179	11788876	0	America/Chicago
11788877	City of Commerce	city-of-commerce			US	CA	037	11788877	0	America/Los_Angeles
11788878	City of West Valley City	city-of-west-valley-city			US	UT	035	11788878	0	America/Denver
11788879	City of Midland	city-of-midland			US	TX	329	11788879	0	America/Chicago
11788880	City of Kingman	city-of-kingman			US	AZ	015	11788880	0	America/Phoenix
11788881	City of Ridgecrest	city-of-ridgecrest			US	CA	029	11788881	0	America/Los_Angeles
11788882	City of Dinuba	city-of-dinuba			US	CA	107	11788882	0	America/Los_Angeles
11788883	City of Del City	city-of-del-city			US	OK	109	11788883	0	America/Chicago
11788884	City of Columbia City	city-of-columbia-city			US	OR	009	11788884	0	America/Los_Angeles
11788885	City of White Oak	city-of-white-oak			US	TX	183	11788885	0	America/Chicago
11788886	City of Susanville	city-of-susanville			US	CA	035	11788886	0	America/Los_Angeles
11788887	City of Umatilla	city-of-umatilla			US	OR	059	11788887	0	America/Los_Angeles
11788888	City of Blue Lake	city-of-blue-lake			US	CA	023	11788888	0	America/Los_Angeles
11788889	City of Cooper City	city-of-cooper-city			US	FL	011	11788889	0	America/New_York
11788890	City of Kalispell	city-of-kalispell			US	MT	029	11788890	0	America/Denver
11788891	City of Levelland	city-of-levelland			US	TX	219	11788891	0	America/Chicago
11788892	City of Monterey Park	city-of-monterey-park			US	CA	037	11788892	0	America/Los_Angeles
11788893	City of Salt Lake City	city-of-salt-lake-city			US	UT	035	11788893	0	America/Denver
11788894	City of Farmington	city-of-farmington			US	UT	011	11788894	0	America/Denver
11788895	City of Woodlake	city-of-woodlake			US	CA	107	11788895	0	America/Los_Angeles
11788896	City of Killeen	city-of-killeen			US	TX	027	11788896	0	America/Chicago
11788897	City of Myton	city-of-myton			US	UT	013	11788897	0	America/Denver
11788898	City of Sabinal	city-of-sabinal			US	TX	463	11788898	0	America/Chicago
11788899	City of Butte City	city-of-butte-city			US	ID	023	11788899	0	America/Boise
11788900	City of Riverside	city-of-riverside			US	CA	065	11788900	0	America/Los_Angeles
11788901	City of Union City	city-of-union-city			US	CA	001	11788901	0	America/Los_Angeles
11788902	City of Haltom City	city-of-haltom-city			US	TX	439	11788902	0	America/Chicago
11788903	City of Trinidad	city-of-trinidad			US	TX	213	11788903	0	America/Chicago
11788904	City of Claremont	city-of-claremont			US	CA	037	11788904	0	America/Los_Angeles
11788905	City of Missouri City	city-of-missouri-city			US	TX	157	11788905	0	America/Chicago
11788906	City of Boise City	city-of-boise-city			US	ID	001	11788906	0	America/Boise
11788907	City of Lakeport	city-of-lakeport			US	CA	033	11788907	0	America/Los_Angeles
11788908	City of Burns	city-of-burns			US	OR	025	11788908	0	America/Los_Angeles
11788909	City of Rio Grande City	city-of-rio-grande-city			US	TX	427	11788909	0	America/Chicago
11788910	City of Ceres	city-of-ceres			US	CA	099	11788910	0	America/Los_Angeles
11788911	City of Placentia	city-of-placentia			US	CA	059	11788911	0	America/Los_Angeles
11788912	City of Las Vegas	city-of-las-vegas			US	NM	047	11788912	0	America/Denver
11788913	City of Bell	city-of-bell			US	CA	037	11788913	0	America/Los_Angeles
11788914	City of Clarksville City	city-of-clarksville-city			US	TX	183	11788914	0	America/Chicago
11788915	City of Blanco	city-of-blanco			US	TX	031	11788915	0	America/Chicago
11788916	City of Staples	city-of-staples			US	TX	187	11788916	0	America/Chicago
11788917	City of Willcox	city-of-willcox			US	AZ	003	11788917	0	America/Phoenix
11788918	City of Issaquah	city-of-issaquah			US	WA	033	11788918	0	America/Los_Angeles
11788919	City of Hansen	city-of-hansen			US	ID	083	11788919	0	America/Boise
11788920	City of Folsom	city-of-folsom			US	CA	067	11788920	0	America/Los_Angeles
11788921	City of Maricopa	city-of-maricopa			US	CA	029	11788921	0	America/Los_Angeles
11788922	City of Walsenburg	city-of-walsenburg			US	CO	055	11788922	0	America/Denver
11788923	City of Fallon	city-of-fallon			US	NV	001	11788923	0	America/Los_Angeles
11788924	City of Ely	city-of-ely			US	NV	033	11788924	0	America/Los_Angeles
11788925	City of Clearfield	city-of-clearfield			US	UT	011	11788925	0	America/Denver
11788926	City of Madill	city-of-madill			US	OK	095	11788926	0	America/Chicago
11788927	City of Concord	city-of-concord			US	CA	013	11788927	0	America/Los_Angeles
11788928	City of Lewistown	city-of-lewistown			US	MT	027	11788928	0	America/Denver
11788929	City of Happy Valley	city-of-happy-valley			US	OR	005	11788929	0	America/Los_Angeles
11788930	City of Torrance	city-of-torrance			US	CA	037	11788930	0	America/Los_Angeles
11788931	City of Roosevelt	city-of-roosevelt			US	UT	013	11788931	0	America/Denver
11788932	City of Rincon	city-of-rincon			US	GA	103	11788932	0	America/New_York
11788933	City of Sandy Point	city-of-sandy-point			US	TX	039	11788933	0	America/Chicago
11788934	City of Brawley	city-of-brawley			US	CA	025	11788934	0	America/Los_Angeles
11788935	City of La Mirada	city-of-la-mirada			US	CA	037	11788935	0	America/Los_Angeles
11788936	City of Galt	city-of-galt			US	CA	067	11788936	0	America/Los_Angeles
11788937	City of Hurricane	city-of-hurricane			US	UT	053	11788937	0	America/Denver
11788938	City of Port Aransas	city-of-port-aransas			US	TX	355	11788938	0	America/Chicago
11788939	City of Pittsburg	city-of-pittsburg			US	CA	013	11788939	0	America/Los_Angeles
11788940	City of Calipatria	city-of-calipatria			US	CA	025	11788940	0	America/Los_Angeles
11788941	City of Yreka	city-of-yreka			US	CA	093	11788941	0	America/Los_Angeles
11788942	City of Medina	city-of-medina			US	WA	033	11788942	0	America/Los_Angeles
11788943	City of Vernon	city-of-vernon			US	CA	037	11788943	0	America/Los_Angeles
11788944	City of Calexico	city-of-calexico			US	CA	025	11788944	0	America/Los_Angeles
11788945	City of Fairfield	city-of-fairfield			US	CA	095	11788945	0	America/Los_Angeles
11788946	City of Isleton	city-of-isleton			US	CA	067	11788946	0	America/Los_Angeles
11788947	City of South Pasadena	city-of-south-pasadena			US	CA	037	11788947	0	America/Los_Angeles
11788948	City of Sausalito	city-of-sausalito			US	CA	041	11788948	0	America/Los_Angeles
11788949	City of Havre de Grace	city-of-havre-de-grace			US	MD	025	11788949	0	America/New_York
11788950	City of Kerens	city-of-kerens			US	TX	349	11788950	0	America/Chicago
11788951	City of Capitola	city-of-capitola			US	CA	087	11788951	0	America/Los_Angeles
11788952	City of Garden City	city-of-garden-city			US	GA	051	11788952	0	America/New_York
11788953	City of San Carlos	city-of-san-carlos			US	CA	081	11788953	0	America/Los_Angeles
11788954	City of Berkeley	city-of-berkeley			US	CA	001	11788954	0	America/Los_Angeles
11788955	City of Oroville	city-of-oroville			US	CA	007	11788955	0	America/Los_Angeles
11788956	City of Hines	city-of-hines			US	OR	025	11788956	0	America/Los_Angeles
11788957	City of San Antonio	city-of-san-antonio			US	TX	029	11788957	0	America/Chicago
11788958	City of Sullivan City	city-of-sullivan-city			US	TX	215	11788958	0	America/Chicago
11788959	City of Sutter Creek	city-of-sutter-creek			US	CA	005	11788959	0	America/Los_Angeles
11788960	City of Imperial	city-of-imperial			US	CA	025	11788960	0	America/Los_Angeles
11788961	City of Novice	city-of-novice			US	TX	083	11788961	0	America/Chicago
11788962	City of Ukiah	city-of-ukiah			US	CA	045	11788962	0	America/Los_Angeles
11788963	City of Teague	city-of-teague			US	TX	161	11788963	0	America/Chicago
11788964	City of Crowell	city-of-crowell			US	TX	155	11788964	0	America/Chicago
11788965	City of Larkspur	city-of-larkspur			US	CA	041	11788965	0	America/Los_Angeles
11788966	City of San Jacinto	city-of-san-jacinto			US	CA	065	11788966	0	America/Los_Angeles
11788967	City of Yuba City	city-of-yuba-city			US	CA	101	11788967	0	America/Los_Angeles
11788968	City of Ogden	city-of-ogden			US	UT	057	11788968	0	America/Denver
11788969	City of Globe	city-of-globe			US	AZ	007	11788969	0	America/Phoenix
11788970	City of Eugene	city-of-eugene			US	OR	039	11788970	0	America/Los_Angeles
11788971	City of Bishop	city-of-bishop			US	TX	355	11788971	0	America/Chicago
11788972	City of Cedar City	city-of-cedar-city			US	UT	021	11788972	0	America/Denver
11788973	City of West Jordan	city-of-west-jordan			US	UT	035	11788973	0	America/Denver
11788974	City of Solana Beach	city-of-solana-beach			US	CA	073	11788974	0	America/Los_Angeles
11788975	City of Everglades	city-of-everglades			US	FL	021	11788975	0	America/New_York
11788976	City of Atomic City	city-of-atomic-city			US	ID	011	11788976	0	America/Boise
11788977	City of Inglewood	city-of-inglewood			US	CA	037	11788977	0	America/Los_Angeles
11788978	City of Blanding	city-of-blanding			US	UT	037	11788978	0	America/Denver
11788979	City of Altus	city-of-altus			US	OK	065	11788979	0	America/Chicago
11788980	City of Moro	city-of-moro			US	OR	055	11788980	0	America/Los_Angeles
11788981	City of Seward	city-of-seward			US	NE	159	11788981	0	America/Chicago
11788982	City of Roundup	city-of-roundup			US	MT	065	11788982	0	America/Denver
11788983	City of Lakewood	city-of-lakewood			US	CA	037	11788983	0	America/Los_Angeles
11788984	City of Henrietta	city-of-henrietta			US	TX	077	11788984	0	America/Chicago
11788985	City of Morro Bay	city-of-morro-bay			US	CA	079	11788985	0	America/Los_Angeles
11788986	City of Westminster	city-of-westminster			US	CO	059	11788986	0	America/Denver
11788987	City of Lodi	city-of-lodi			US	CA	077	11788987	0	America/Los_Angeles
11788988	City of Colleyville	city-of-colleyville			US	TX	439	11788988	0	America/Chicago
11788989	City of Port Alexander	city-of-port-alexander			US	AK	198	11788989	0	America/Sitka
11788990	City of Depoe Bay	city-of-depoe-bay			US	OR	041	11788990	0	America/Los_Angeles
11788991	City of Fort Benton	city-of-fort-benton			US	MT	015	11788991	0	America/Denver
11788992	City of Turlock	city-of-turlock			US	CA	099	11788992	0	America/Los_Angeles
11788993	City of Ione	city-of-ione			US	CA	005	11788993	0	America/Los_Angeles
11788994	City of Duarte	city-of-duarte			US	CA	037	11788994	0	America/Los_Angeles
11788995	City of Jurupa Valley	city-of-jurupa-valley			US	CA	065	11788995	0	America/Los_Angeles
11788996	City of Moxee	city-of-moxee			US	WA	077	11788996	0	America/Los_Angeles
11788997	City of Plain City	city-of-plain-city			US	UT	057	11788997	0	America/Denver
11788998	City of Lockhart	city-of-lockhart			US	TX	055	11788998	0	America/Chicago
11788999	City of Bay City	city-of-bay-city			US	TX	321	11788999	0	America/Chicago
11789000	City of Stanton	city-of-stanton			US	CA	059	11789000	0	America/Los_Angeles
11789001	City of San Jose	city-of-san-jose			US	CA	085	11789001	0	America/Los_Angeles
11789002	City of Coalgate	city-of-coalgate			US	OK	029	11789002	0	America/Chicago
11789003	City of Iraan	city-of-iraan			US	TX	371	11789003	0	America/Chicago
11789004	City of Moorpark	city-of-moorpark			US	CA	111	11789004	0	America/Los_Angeles
11789005	City of Fowler	city-of-fowler			US	CA	019	11789005	0	America/Los_Angeles
11789006	City of Warren City	city-of-warren-city			US	TX	183	11789006	0	America/Chicago
11789007	City of Lincoln	city-of-lincoln			US	NE	109	11789007	0	America/Chicago
11789008	City of Saint Johns	city-of-saint-johns			US	AZ	001	11789008	0	America/Phoenix
11789009	City of Quanah	city-of-quanah			US	TX	197	11789009	0	America/Chicago
11789010	City of San Angelo	city-of-san-angelo			US	TX	451	11789010	0	America/Chicago
11789011	City of Yoakum	city-of-yoakum			US	TX	285	11789011	0	America/Chicago
11789012	City of Monrovia	city-of-monrovia			US	CA	037	11789012	0	America/Los_Angeles
11789013	City of Sand City	city-of-sand-city			US	CA	053	11789013	0	America/Los_Angeles
11789014	City of Etna	city-of-etna			US	CA	093	11789014	0	America/Los_Angeles
11789015	City of Condon	city-of-condon			US	OR	021	11789015	0	America/Los_Angeles
11789016	City of Kenedy	city-of-kenedy			US	TX	255	11789016	0	America/Chicago
11789017	City of Miles City	city-of-miles-city			US	MT	017	11789017	0	America/Denver
11789018	City of Weed	city-of-weed			US	CA	093	11789018	0	America/Los_Angeles
11789019	City of Westminster	city-of-westminster			US	CA	059	11789019	0	America/Los_Angeles
11789020	City of Vallejo	city-of-vallejo			US	CA	095	11789020	0	America/Los_Angeles
11789021	City of Mobile City	city-of-mobile-city			US	TX	397	11789021	0	America/Chicago
11789022	City of Rexburg	city-of-rexburg			US	ID	065	11789022	0	America/Boise
11789023	City of Coleman	city-of-coleman			US	TX	083	11789023	0	America/Chicago
11789024	City of Port Isabel	city-of-port-isabel			US	TX	061	11789024	0	America/Chicago
11789025	City of Grantsville	city-of-grantsville			US	UT	045	11789025	0	America/Denver
11789026	City of Moran	city-of-moran			US	TX	417	11789026	0	America/Chicago
11789027	City of Hidden Hills	city-of-hidden-hills			US	CA	037	11789027	0	America/Los_Angeles
11789028	City of Fairview	city-of-fairview			US	OR	051	11789028	0	America/Los_Angeles
11789029	City of Beeville	city-of-beeville			US	TX	025	11789029	0	America/Chicago
11789030	City of Washington	city-of-washington			US	DC	001	11789030	0	America/New_York
11789031	City of Kake	city-of-kake			US	AK	198	11789031	0	America/Sitka
11789032	City of Lomita	city-of-lomita			US	CA	037	11789032	0	America/Los_Angeles
11789033	City of Louisville	city-of-louisville			US	CO	013	11789033	0	America/Denver
11789034	City of Santee	city-of-santee			US	CA	073	11789034	0	America/Los_Angeles
11789035	City of Athens	city-of-athens			US	TX	213	11789035	0	America/Chicago
11789036	City of Antioch	city-of-antioch			US	CA	013	11789036	0	America/Los_Angeles
11789037	City of Show Low	city-of-show-low			US	AZ	017	11789037	0	America/Phoenix
11789038	City of Richmond	city-of-richmond			US	CA	013	11789038	0	America/Los_Angeles
11789039	City of Indian Wells	city-of-indian-wells			US	CA	065	11789039	0	America/Los_Angeles
11789040	City of Brooksville	city-of-brooksville			US	FL	053	11789040	0	America/New_York
11789041	City of Monte Vista	city-of-monte-vista			US	CO	105	11789041	0	America/Denver
11789042	City of Holbrook	city-of-holbrook			US	AZ	017	11789042	0	America/Phoenix
11789043	City of San Luis Obispo	city-of-san-luis-obispo			US	CA	079	11789043	0	America/Los_Angeles
11789044	City of Rancho Mirage	city-of-rancho-mirage			US	CA	065	11789044	0	America/Los_Angeles
11789045	City of Kachemak	city-of-kachemak			US	AK	122	11789045	0	America/Anchorage
11789046	City of Paramount	city-of-paramount			US	CA	037	11789046	0	America/Los_Angeles
11789047	City of Monterey	city-of-monterey			US	CA	053	11789047	0	America/Los_Angeles
11789048	City of Saratoga	city-of-saratoga			US	CA	085	11789048	0	America/Los_Angeles
11789049	City of Price	city-of-price			US	UT	007	11789049	0	America/Denver
11789050	City of Fort Stockton	city-of-fort-stockton			US	TX	371	11789050	0	America/Chicago
11789051	City of Gatesville	city-of-gatesville			US	TX	099	11789051	0	America/Chicago
11789052	City of Pismo Beach	city-of-pismo-beach			US	CA	079	11789052	0	America/Los_Angeles
11789053	City of Sandy	city-of-sandy			US	UT	035	11789053	0	America/Denver
11789054	City of Moab	city-of-moab			US	UT	019	11789054	0	America/Denver
11789055	City of Nevada City	city-of-nevada-city			US	CA	057	11789055	0	America/Los_Angeles
11789056	City of Myrtle Beach	city-of-myrtle-beach			US	SC	051	11789056	0	America/New_York
11789057	City of Las Cruces	city-of-las-cruces			US	NM	013	11789057	0	America/Denver
11789058	City of Belvedere	city-of-belvedere			US	CA	041	11789058	0	America/Los_Angeles
11789059	City of Talco	city-of-talco			US	TX	449	11789059	0	America/Chicago
11789060	City of Somerton	city-of-somerton			US	AZ	027	11789060	0	America/Phoenix
11789061	City of West Covina	city-of-west-covina			US	CA	037	11789061	0	America/Los_Angeles
11789062	City of South Houston	city-of-south-houston			US	TX	201	11789062	0	America/Chicago
11789063	City of Toledo	city-of-toledo			US	OR	041	11789063	0	America/Los_Angeles
11789064	City of Fitzgerald	city-of-fitzgerald			US	GA	017	11789064	0	America/New_York
11789065	City of Hagerman	city-of-hagerman			US	ID	047	11789065	0	America/Boise
11789066	City of Rockaway Beach	city-of-rockaway-beach			US	OR	057	11789066	0	America/Los_Angeles
11789067	City of Wolfe City	city-of-wolfe-city			US	TX	231	11789067	0	America/Chicago
11789068	City of La Ward	city-of-la-ward			US	TX	239	11789068	0	America/Chicago
11789069	City of Corcoran	city-of-corcoran			US	CA	031	11789069	0	America/Los_Angeles
11789070	City of Stephenville	city-of-stephenville			US	TX	143	11789070	0	America/Chicago
\.


--
-- Data for Name: admin4; Type: TABLE DATA; Schema: us; Owner: g5
--

COPY us.admin4 (geoid, name, slug, alternatenames, geoid_capital, country_code, admin1_code, admin2_code, admin3_code, admin4_code, population, timezone) FROM stdin;
\.


--
-- Data for Name: cities; Type: TABLE DATA; Schema: us; Owner: g5
--

COPY us.cities (geoid, name, slug, country_code, postal_code, population, timezone, latitude, longitude, altitude, alternatenames, capital_of, admin1_code, admin2_code, admin3_code, admin4_code) FROM stdin;
4045510	Amchitka	amchitka	US		0	America/Adak	51.56722	178.8775		AHT,Amchitka,Amcitka,Amčitka,Isla Amchitka,a mu qi te ka dao,amshytka,amuchitoka dao,Амчитка,אמציטקה,أمشيتكا,アムチトカ島,阿姆奇特卡島		AK	016		
4045599	Sunik (historical)	sunik-historical	US		0	America/Adak	52.43333	173.6				AK	016		
4045759	Attu	attu	US		0	America/Adak	52.9403	173.25		Attoo,Chichagof,Chichagov		AK	016		
4045919	Ugiatok (historical)	ugiatok-historical	US		0	America/Adak	52.41667	173.58333				AK	016		
4045924	Siksatok (historical)	siksatok-historical	US		0	America/Adak	52.43333	173.6				AK	016		
4045976	Navy Town	navy-town	US		0	America/Adak	52.84083	173.17556				AK	016		
4046071	Ugtikun (historical)	ugtikun-historical	US		0	America/Adak	52.41667	173.58333				AK	016		
4046147	Ugtumuk (historical)	ugtumuk-historical	US		0	America/Adak	52.41667	173.58333				AK	016		
4046185	Ukashik (historical)	ukashik-historical	US		0	America/Adak	52.41667	173.58333				AK	016		
4046235	Baxters	baxters	US		0	America/Chicago	31.75766	-85.58105	157	Barters,Baxters		AL	005		
4046242	College Hill	college-hill	US		0	America/Chicago	33.41567	-94.61298	114	College Hill,Collegehill		TX	037		
4046270	East Fresnos Colonia	east-fresnos-colonia	US		0	America/Chicago	26.13424	-97.47026	4			TX	061		
4046276	El Monte Colonia	el-monte-colonia	US		0	America/Chicago	26.33035	-97.98639	21	El Monte Colonia,El Monte Subdivision Colonia		TX	215		
4046295	Bay View	bay-view	US		0	America/Chicago	33.55872	-86.97361	165	Bay View,Bayview		AL	073		
4046297	Bay View Estates	bay-view-estates	US		0	America/Chicago	34.22648	-85.70552	180			AL	019		
4046307	Bayleys Corner	bayleys-corner	US		0	America/Chicago	30.46492	-88.11444	7			AL	097		
4046336	High	high	US		0	America/Chicago	33.61233	-95.74719	177			TX	277		
4046348	Ignacio Perez Colonia	ignacio-perez-colonia	US		0	America/Chicago	26.17841	-98.10917	28			TX	215		
4046351	Bazemore	bazemore	US		0	America/Chicago	33.89455	-87.70002	140			AL	057		
4046363	Beach Grove (historical)	beach-grove-historical	US		0	America/Chicago	34.84036	-87.4603	190			AL	077		
4046366	Koppe	koppe	US		0	America/Chicago	30.57242	-96.32635	94			TX	041		
4046371	Beachboro (historical)	beachboro-historical	US		0	America/Chicago	34.85286	-86.20776	272			AL	071		
4046381	Beacon Hills	beacon-hills	US		0	America/Chicago	33.45288	-86.7936	338			AL	073		
4046385	Beacon Point	beacon-point	US		0	America/Chicago	33.364	-87.56862	82			AL	125		
4046392	Matilda	matilda	US		0	America/Chicago	28.95943	-96.67942	20			TX	239		
4046396	Meaders	meaders	US		0	America/Chicago	32.88818	-96.8125	176			TX	113		
4046398	Melo	melo	US		0	America/Chicago	28.62444	-97.42027	58			TX	175		
4046404	Miguel	miguel	US		0	America/Chicago	28.92358	-98.82058	160			TX	163		
4046414	Mooredale	mooredale	US		0	America/Chicago	29.3108	-95.82828	21			TX	157		
4046415	Beamon	beamon	US		0	America/Chicago	31.51906	-85.58605	96			AL	045		
4046425	Beans Mill	beans-mill	US		0	America/Chicago	32.69708	-85.26744	186	Beans Mill,Floyds Mill		AL	081		
4046431	Beans Crossroads	beans-crossroads	US		0	America/Chicago	31.99932	-85.85356	143			AL	011		
4046434	New Falcon	new-falcon	US		191	America/Chicago	26.63866	-99.09559	127			TX	505		
4046440	Northrup	northrup	US		0	America/Chicago	30.1005	-96.97026	147			TX	287		
4046458	Parvin	parvin	US		0	America/Chicago	33.25345	-96.87028	172			TX	121		
4046476	Rebecca Colonia	rebecca-colonia	US		0	America/Chicago	26.20424	-97.93333	18	Rebecca Colonia,Rebecca Subdivision Colonia		TX	215		
4046484	Road Runner Colonia Number 2	road-runner-colonia-number-2	US		0	America/Chicago	26.16035	-98.10223	29	Road Runner Colonia Number 2,Road Runner Subdivision Number 2 Colonia		TX	215		
4046510	Sauceda Colonia	sauceda-colonia	US		0	America/Chicago	26.35646	-98.14834	27	Sauceda Colonia,Sauceda Subdivision Colonia		TX	215		
4046538	South Toledo Bend	south-toledo-bend	US		524	America/Chicago	31.15324	-93.60462	55	Toledo Village		TX	351		
4046542	Sowers	sowers	US		0	America/Chicago	32.82846	-96.99334	162			TX	113		
4046548	Spivey Crossing	spivey-crossing	US		0	America/Chicago	31.78849	-97.32446	137			TX	217		
4046550	Steedham	steedham	US		0	America/Chicago	33.69733	-96.77944	211			TX	181		
4046558	Surf Oaks	surf-oaks	US		0	America/Chicago	29.58912	-94.99632	3			TX	201		
4046572	Timberhill Villa Number 4 Colonia	timberhill-villa-number-4-colonia	US		0	America/Chicago	26.29035	-98.2214	32			TX	215		
4046574	Val Verde North Colonia	val-verde-north-colonia	US		0	America/Chicago	26.20146	-98.0864	28	Val Verde North Colonia,Val Verde North Subdivision Colonia		TX	215		
4046576	Van Raub	van-raub	US		0	America/Chicago	29.72967	-98.65586	418			TX	029		
4046586	Warner Junction	warner-junction	US		0	America/Chicago	33.80149	-96.53583	171			TX	181		
4046588	Warsaw Center	warsaw-center	US		0	America/Chicago	32.55458	-96.41554	120			TX	257		
4046592	Wesley Grove	wesley-grove	US		0	America/Chicago	30.68575	-95.78912	107			TX	471		
4046613	Beards Mill	beards-mill	US		0	America/Chicago	33.36567	-88.11975	66			AL	107		
4046618	Orchard Acres	orchard-acres	US		0	America/New_York	34.90817	-82.32234	296			SC	045		
4046626	Beverlytown	beverlytown	US		0	America/New_York	37.65208	-79.30337	425	Beverly Town,Beverlytown		VA	009		
4046628	Bickley Mill	bickley-mill	US		0	America/New_York	36.88899	-82.27764	500	Bickley Mill,Bickley Mills,Bickley's Mill		VA	167		
4046629	Beasley (historical)	beasley-historical	US		0	America/Chicago	33.7576	-85.98164	174			AL	015		
4046638	Blue Ridge Acres	blue-ridge-acres	US		0	America/New_York	38.03125	-78.79974	258			VA	003		
4046642	Boulevard Heights	boulevard-heights	US		0	America/New_York	37.28821	-77.40276	15			VA	041		
4046648	Buddle	buddle	US		0	America/New_York	36.91818	-80.84813	661			VA	197		
4046662	Claresville	claresville	US		0	America/New_York	36.62265	-77.45081	27			VA	081		
4046683	Beauregard	beauregard	US		0	America/Chicago	32.54319	-85.37078	192			AL	081		
4046684	Dropmore	dropmore	US		0	America/New_York	37.28763	-80.0581	313			VA	775		
4046686	Dudie	dudie	US		0	America/New_York	38.74512	-77.88416	124			VA	061		
4046688	Duty	duty	US		0	America/New_York	37.0815	-82.1518	461			VA	051		
4046690	Eton Hill	eton-hill	US		0	America/New_York	37.22569	-80.00809	356			VA	161		
4046704	Fort Hunt	fort-hunt	US		16045	America/New_York	38.73289	-77.05803	10			VA	059		
4046708	Franks Mill	franks-mill	US		0	America/New_York	38.22207	-79.10698	408			VA	015		
4046712	Genito	genito	US		0	America/New_York	37.46209	-77.85917	92			VA	145		
4046714	Gibson Mill	gibson-mill	US		0	America/New_York	36.60619	-83.57602	371			VA	105		
4046730	Guinea	guinea	US		0	America/New_York	38.14374	-77.43776	41	Guinea,Guinea Station,Guiney,Guiney's,Guiney's Station		VA	033		
4046744	Hickory Run	hickory-run	US		0	America/New_York	36.96515	-77.84889	94			VA	025		
4046778	Lauraville	lauraville	US		0	America/New_York	37.96041	-77.19525	56			VA	033		
4046800	Machodoc	machodoc	US		0	America/New_York	38.08041	-76.69663	15	Machodoc,Sandy Valley,The Sandy Valley		VA	193		
4046804	Michaux	michaux	US		0	America/New_York	37.64876	-77.90194	95	Michaux,Michauxs Ferry,Pineville		VA	145		
4046832	Old Coach Hills	old-coach-hills	US		0	America/New_York	37.4432	-77.51888	50			VA	041		
4046834	Oldfields	oldfields	US		0	America/New_York	37.36125	-79.93976	337			VA	023		
4046838	Otter Hill	otter-hill	US		0	America/New_York	37.25792	-79.44781	273			VA	019		
4046839	Beaver Town	beaver-town	US		0	America/Chicago	33.19457	-88.19809	73			AL	107		
4046880	Shifflet Corner	shifflet-corner	US		0	America/New_York	38.30874	-78.27306	177			VA	113		
4046884	Signpine	signpine	US		0	America/New_York	37.44375	-76.64496	29			VA	073		
4046894	Stewarts Landing	stewarts-landing	US		0	America/New_York	37.50874	-75.9041	0			VA	131		
4046908	Tally Ho Estates	tally-ho-estates	US		0	America/New_York	37.80542	-77.92111	109			VA	075		
4046910	Terrapin Forest	terrapin-forest	US		0	America/New_York	38.66234	-77.39693	116			VA	153		
4046915	Beck	beck	US		0	America/Chicago	31.25628	-86.58468	46			AL	039		
4046933	Beckleys (historical)	beckleys-historical	US		0	America/Chicago	32.28292	-87.92807	22	Beckley's,Beckleys (historical)		AL	091		
4046938	Wilde Acres	wilde-acres	US		0	America/New_York	39.14705	-78.39973	358			VA	069		
4046939	Beckman	beckman	US		0	America/Chicago	34.8387	-87.65281	186			AL	077		
4046944	Woodmont	woodmont	US		0	America/New_York	37.53154	-77.58582	99			VA	041		
4046955	Beda	beda	US		0	America/Chicago	31.05101	-86.58273	75			AL	039		
4046962	Asco	asco	US		0	America/New_York	37.50206	-81.62594	450	Asco,Atlantic		WV	047		
4046970	Beard	beard	US		0	America/New_York	38.07679	-80.22729	612			WV	075		
4046976	Birchton	birchton	US		0	America/New_York	37.93289	-81.5415	271	Birch,Birchton		WV	081		
4046982	Broadmoor Addition	broadmoor-addition	US		0	America/New_York	39.25758	-81.62096	205			WV	107		
4046986	Bula	bula	US		0	America/New_York	39.70313	-80.2573	299			WV	061		
4046996	Cool Springs	cool-springs	US		0	America/New_York	39.16258	-81.47512	233	Cool Spring,Cool Springs		WV	107		
4047000	Cox Town	cox-town	US		0	America/New_York	39.02787	-80.47509	320	Cox Addition,Cox Town,Coxtown		WV	041		
4047002	Cub City	cub-city	US		0	America/New_York	37.61067	-81.799	318			WV	109		
4047014	Filbert	filbert	US		0	America/New_York	37.31817	-81.544	525			WV	047		
4047024	Gauley	gauley	US		0	America/New_York	38.14927	-81.17927	225	Gauley,Gauleys Bridge		WV	019		
4047052	Kettle	kettle	US		0	America/New_York	38.57482	-81.48985	205	Kettle,Kettle Rock,Long Ridge		WV	087		
4047058	Laurel Run	laurel-run	US		0	America/New_York	39.65119	-79.72255	461			WV	077		
4047060	Leckie	leckie	US		0	America/New_York	37.34512	-81.41788	535			WV	047		
4047064	Little Italy	little-italy	US		0	America/New_York	38.5226	-81.03344	240			WV	015		
4047073	Beech Hills	beech-hills	US		0	America/Chicago	33.1954	-87.49306	100			AL	125		
4047080	Lynwinn	lynwinn	US		0	America/New_York	37.68095	-81.22732	795			WV	081		
4047084	McCansland (historical)	mccansland-historical	US		0	America/New_York	38.66036	-81.95819	176			WV	053		
4047086	Meadows	meadows	US		0	America/New_York	38.91511	-79.74256	671			WV	083		
4047095	Beechwood	beechwood	US		0	America/Chicago	32.12598	-86.65609	68			AL	085		
4047097	Beechwood	beechwood	US		0	America/Chicago	34.84231	-87.65864	184			AL	077		
4047099	Beechwood Acres	beechwood-acres	US		0	America/Chicago	34.76064	-87.17057	176			AL	083		
4047112	Pluto	pluto	US		0	America/New_York	37.7104	-80.99231	789			WV	081		
4047117	Beehive	beehive	US		0	America/Chicago	32.55375	-85.57801	149	Bee Hive,Beehive		AL	081		
4047128	Riverview Heights	riverview-heights	US		0	America/New_York	39.07593	-80.46704	313			WV	041		
4047140	Saxman	saxman	US		0	America/New_York	38.20984	-80.59703	685			WV	067		
4047145	Bel Air Estates	bel-air-estates	US		0	America/Chicago	33.26206	-87.68779	73			AL	125		
4047147	Bel Air Estates	bel-air-estates	US		0	America/Chicago	34.66731	-86.56388	221			AL	089		
4047148	Snyders	snyders	US		0	America/New_York	39.60704	-78.07584	198			WV	065		
4047150	Spice	spice	US		0	America/New_York	38.11012	-80.26646	915			WV	075		
4047170	Vadis	vadis	US		0	America/New_York	39.04231	-80.70232	235			WV	041		
4047172	Wanless	wanless	US		0	America/New_York	38.43734	-79.90701	918	Waniess,Wanless		WV	075		
4047173	Belchers	belchers	US		0	America/Chicago	33.10956	-87.20889	125			AL	007		
4047176	Weston Manor	weston-manor	US		0	America/New_York	39.04648	-80.49565	317			WV	041		
4047181	Belew (historical)	belew-historical	US		0	America/Chicago	34.99147	-87.43891	196			AL	077		
4047182	Yerba	yerba	US		0	America/New_York	37.49289	-81.624	425			WV	047		
4047191	Belforest	belforest	US		0	America/Chicago	30.6038	-87.85249	46			AL	003		
4047196	Giles	giles	US		0	America/Chicago	33.2315	-87.15083	196			AL	007		
4047199	Belgreen	belgreen	US		129	America/Chicago	34.47482	-87.86642	246	Bel Green,Belgreen,Bell Green,Belle Green		AL	059		
4047244	Crossroad	crossroad	US		0	America/Chicago	34.50564	-86.05026	362			AL	071		
4047250	Churntown	churntown	US		0	America/Chicago	34.40287	-87.66531	320			AL	059		
4047264	Doliska	doliska	US		0	America/Chicago	33.71177	-87.10111	106	Doliska,Doliska Station		AL	127		
4047266	Doolans	doolans	US		0	America/Chicago	34.17621	-86.19859	289	Dolans,Doolans		AL	055		
4047272	Eliska	eliska	US		0	America/Chicago	31.35267	-87.68305	44			AL	099		
4047275	Bell Meadows	bell-meadows	US		0	America/Chicago	32.34125	-86.19719	78			AL	101		
4047277	Bell Mills	bell-mills	US		0	America/Chicago	33.6165	-85.47468	262	Bell Mills,Bells Mill		AL	029		
4047282	Fort McDermott	fort-mcdermott	US		0	America/Chicago	30.67075	-87.91722	39			AL	003		
4047290	McVay	mcvay	US		0	America/Chicago	31.60683	-87.89556	130			AL	025		
4047292	Johns	johns	US		0	America/Chicago	33.36178	-87.10972	144			AL	073		
4047294	Hobdy	hobdy	US		0	America/Chicago	31.81516	-85.53161	164			AL	005		
4047305	Bell Springs	bell-springs	US		0	America/Chicago	34.31732	-86.91528	272	Bell Springs,Powell		AL	103		
4047306	Heritage Heights	heritage-heights	US		0	America/Chicago	31.331	-85.79633	105			AL	031		
4047309	Bell Station	bell-station	US		0	America/Chicago	32.33014	-86.19385	76			AL	101		
4047318	Indigo	indigo	US		0	America/Chicago	31.36128	-85.83272	103			AL	031		
4047319	Bell-Merrill	bell-merrill	US		0	America/Chicago	31.2124	-85.4116	89			AL	069		
4047325	Bell Factory	bell-factory	US		0	America/Chicago	34.82398	-86.47388	214	Bell Factory,Bell Factory Station		AL	089		
4047330	Key	key	US		0	America/Chicago	34.1026	-85.5344	195			AL	019		
4047331	Belle Chene	belle-chene	US		0	America/Chicago	30.63825	-88.14361	25			AL	097		
4047348	Lumbull	lumbull	US		0	America/Chicago	34.25315	-87.73142	282	Bull,Lumbull		AL	093		
4047353	Belle Terre	belle-terre	US		0	America/Chicago	33.40844	-86.83249	278			AL	073		
4047354	Old Sparta	old-sparta	US		0	America/Chicago	31.36295	-86.98719	76	Old Sparta,Sparta		AL	035		
4047355	Belle Vista	belle-vista	US		0	America/Chicago	33.3765	-86.32692	133	Bella Vista,Belle Vista		AL	121		
4047363	Belle Ellen	belle-ellen	US		0	America/Chicago	33.12456	-87.05722	103			AL	007		
4047377	Bellehurst	bellehurst	US		0	America/Chicago	32.38014	-86.23747	88			AL	101		
4047379	Bellemeade	bellemeade	US		0	America/Chicago	34.84786	-87.59503	189	Bellemeade,Belmeade		AL	077		
4047380	Nitrate City	nitrate-city	US		0	America/Chicago	34.75731	-87.55975	174			AL	033		
4047381	Bellemeade	bellemeade	US		0	America/Chicago	34.75759	-86.57055	219			AL	089		
4047383	Bellemeade	bellemeade	US		0	America/Chicago	32.29875	-86.25024	64			AL	101		
4047385	Belleview (historical)	belleview-historical	US		0	America/Chicago	34.8112	-87.40974	155	Belleview (historical),Bellevue		AL	077		
4047388	Pane (historical)	pane-historical	US		0	America/Chicago	34.58065	-87.57919	194			AL	033		
4047404	Plateau	plateau	US		0	America/Chicago	30.73562	-88.06063	10	AfricaTown USA,Africatown		AL	097		
4047410	Polkville (historical)	polkville-historical	US		0	America/Chicago	33.7201	-85.96525	189			AL	015		
4047416	Morning Star	morning-star	US		0	America/Chicago	32.21987	-90.57371	53			MS	049		
4047424	East Camden	east-camden	US		862	America/Chicago	33.60789	-92.74016	38			AR	103	90441	
4047442	Scenic Heights	scenic-heights	US		0	America/Chicago	34.05454	-86.03386	305			AL	055		
4047447	Bells Crossroads	bells-crossroads	US		0	America/Chicago	31.89544	-85.52355	170	Bells Crossroads,Spires Store		AL	005		
4047449	Bells Crossroads	bells-crossroads	US		0	America/Chicago	31.52267	-85.45077	143			AL	045		
4047456	Southtown	southtown	US		0	America/Chicago	34.35009	-86.3097	204			AL	095		
4047466	Tuckersburg	tuckersburg	US		0	America/Chicago	32.75957	-85.36745	236	Tuckersburg,Tuckersburgh		AL	017		
4047473	Belltown	belltown	US		0	America/Chicago	33.60344	-85.60663	262	Bell Town,Belltown		AL	029		
4047475	Bellview	bellview	US		0	America/Chicago	34.54509	-85.93359	395			AL	071		
4047477	Bellview	bellview	US		0	America/Chicago	31.84376	-87.3561	51	Bellview,Sallie		AL	131		
4047484	Welka	welka	US		0	America/Chicago	31.01351	-87.20081	22			AL	053		
4047486	West Butler	west-butler	US		0	America/Chicago	32.06876	-88.3353	84			AL	023		
4047489	Bellview Heights	bellview-heights	US		0	America/Chicago	33.19873	-87.51112	91			AL	125		
4047502	Bayless	bayless	US		0	America/Chicago	34.82454	-91.22457	58			AR	095	92019	
4047507	Bellwood Estates	bellwood-estates	US		0	America/Chicago	32.31958	-86.19885	71			AL	101		
4047508	Billstown	billstown	US		0	America/Chicago	33.98094	-93.57101	100	Bills,Bills Town,Billstown		AR	109	93312	
4047511	Bellwood Plantation	bellwood-plantation	US		0	America/Chicago	32.35014	-86.19774	85			AL	101		
4047520	Duce	duce	US		0	America/Chicago	33.77733	-91.27512	46			AR	041	93132	
4047526	Bulltown	bulltown	US		0	America/Chicago	35.13426	-91.17651	61	Bull Town,Bulltown		AR	147	90588	
4047548	Delaney	delaney	US		0	America/Chicago	35.8523	-93.9002	415			AR	087	93759	
4047551	Beltona	beltona	US		0	America/Chicago	33.79844	-86.84861	168			AL	073		
4047554	Holiday Hills	holiday-hills	US		0	America/Chicago	34.54927	-90.61677	103			AR	107	93276	
4047561	Belview Heights	belview-heights	US		0	America/Chicago	34.71509	-87.6917	145			AL	033		
4047563	Belview Heights	belview-heights	US		0	America/Chicago	34.63981	-86.54499	195			AL	089		
4047564	Gilkey (historical)	gilkey-historical	US		0	America/Chicago	34.99926	-93.37574	128			AR	149	91464	
4047569	Belwood	belwood	US		0	America/Chicago	33.46816	-86.91166	175			AL	073		
4047571	Bemiston	bemiston	US		0	America/Chicago	33.41011	-86.12081	171			AL	121		
4047578	Hicks	hicks	US		0	America/Chicago	34.5651	-90.98123	56	Hicks,Hix		AR	107	91707	
4047579	Belvedere	belvedere	US		0	America/Chicago	30.65269	-88.11056	8			AL	097		
4047584	Little Red	little-red	US		0	America/Chicago	35.44675	-91.73625	80	Doyleville,Little Red,Littlered		AR	145	91887	
4047603	Bendale	bendale	US		0	America/Chicago	33.56205	-86.7811	186			AL	073		
4047611	Benevola	benevola	US		0	America/Chicago	33.10929	-87.96502	61			AL	107		
4047628	Merrivale	merrivale	US		0	America/Chicago	34.66731	-92.37404	87			AR	119	90300	
4047652	Petit Jean	petit-jean	US		0	America/Chicago	35.09064	-93.18045	101			AR	149	90753	
4047672	Sedalia (historical)	sedalia-historical	US		0	America/Chicago	36.27869	-93.90214	428			AR	007	93628	
4047675	Bennettsville (historical)	bennettsville-historical	US		0	America/Chicago	34.03899	-86.0722	166	Bennettsville (historical),Bennetville		AL	055		
4047685	Benson (historical)	benson-historical	US		0	America/Chicago	34.04732	-86.15831	182			AL	055		
4047686	Tag	tag	US		0	America/Chicago	35.53147	-93.04156	172			AR	115	92181	
4047687	Benson (historical)	benson-historical	US		0	America/Chicago	32.7643	-85.87718	154			AL	123		
4047696	The Meadows Addition	the-meadows-addition	US		0	America/Chicago	34.96453	-92.01264	89			AR	085	94131	
4047703	Bent Creek	bent-creek	US		0	America/Chicago	32.60152	-85.42134	217			AL	081		
4047705	Bent Tree	bent-tree	US		0	America/Chicago	33.87927	-86.76888	152			AL	009		
4047711	Bentley Hills	bentley-hills	US		0	America/Chicago	33.51344	-86.74443	244			AL	073		
4047722	Chestnut Knoll	chestnut-knoll	US		0	America/New_York	38.95761	-75.45242	12			DE	005		
4047726	Brenford	brenford	US		0	America/New_York	39.2565	-75.61076	14			DE	001		
4047739	Bera (historical)	bera-historical	US		0	America/Chicago	33.70621	-85.92552	212			AL	015		
4047748	Bardin	bardin	US		0	America/New_York	29.71441	-81.72481	7			FL	107		
4047750	Anona	anona	US		0	America/New_York	27.8953	-82.83066	5			FL	103		
4047756	Beacon Hills	beacon-hills	US		0	America/New_York	30.38246	-81.50731	7			FL	031		
4047777	Berkley Hills	berkley-hills	US		0	America/Chicago	33.61733	-86.69693	239			AL	073		
4047779	Berkley Hills	berkley-hills	US		0	America/Chicago	33.18456	-87.48528	114			AL	125		
4047784	Conant	conant	US		0	America/New_York	28.93776	-81.92786	30			FL	069		
4047790	Dune Allen Beach	dune-allen-beach	US		0	America/Chicago	30.35298	-86.24217	3			FL	131		
4047794	Cromanton	cromanton	US		0	America/Chicago	30.11631	-85.63493	3			FL	005		
4047797	Berkshire Estates	berkshire-estates	US		0	America/Chicago	33.16623	-87.63112	43			AL	125		
4047799	Bermuda	bermuda	US		0	America/Chicago	31.48739	-87.18831	105			AL	035		
4047804	Bakerfield (historical)	bakerfield-historical	US		0	America/New_York	32.18072	-83.98546	98			GA	093		
4047815	Berney Points	berney-points	US		0	America/Chicago	33.4865	-86.86249	175			AL	073		
4047818	Hollywood Beach Gardens	hollywood-beach-gardens	US		0	America/New_York	26.01398	-80.20366	3			FL	011		
4047821	Berneys	berneys	US		0	America/Chicago	33.34372	-86.14942	183	Berneys,Berneys Station		AL	121		
4047822	Hedges	hedges	US		0	America/New_York	30.59913	-81.59843	7			FL	089		
4047850	Majette	majette	US		0	America/Chicago	30.28048	-85.51076	18			FL	005		
4047852	Matlacha	matlacha	US		677	America/New_York	26.6298	-82.07092	0			FL	071		
4047874	Port Leon	port-leon	US		0	America/New_York	30.13073	-84.19669	1			FL	129		
4047891	Berry Springs	berry-springs	US		0	America/Chicago	34.42953	-85.50857	215			AL	019		
4047894	The Cove	the-cove	US		0	America/New_York	26.31147	-80.08477	1			FL	011		
4047897	Berrys (historical)	berrys-historical	US		0	America/Chicago	34.73008	-86.04526	192			AL	071		
4047928	Wulfert	wulfert	US		0	America/New_York	26.48036	-82.17787	0			FL	071		
4047931	Bessemer Gardens	bessemer-gardens	US		0	America/Chicago	33.42428	-86.97833	141			AL	073		
4047933	Bessemer Homestead	bessemer-homestead	US		0	America/Chicago	33.40372	-86.93888	166			AL	073		
4047935	Bessemer Junction	bessemer-junction	US		0	America/Chicago	33.42483	-86.96916	140			AL	073		
4047938	Camelot	camelot	US		0	America/New_York	33.53819	-82.13484	116			GA	073		
4047944	Belvedere Park	belvedere-park	US		0	America/New_York	32.4607	-84.9041	108			GA	215		
4047945	Bessemer Trailer Park	bessemer-trailer-park	US		0	America/Chicago	33.38511	-86.9686	147			AL	073		
4047959	Bessie Junction	bessie-junction	US		0	America/Chicago	33.63705	-87.03639	107			AL	073		
4047960	Briarwood Hill	briarwood-hill	US		0	America/New_York	32.82792	-83.70824	140			GA	021		
4047964	Brookridge	brookridge	US		0	America/New_York	32.47403	-84.89437	123			GA	215		
4047966	Bumphead	bumphead	US		0	America/New_York	32.18933	-84.20352	153			GA	249		
4047977	Beth Grove (historical)	beth-grove-historical	US		0	America/Chicago	32.62791	-86.86665	169	Beth Grove (historical),Hunts Store		AL	001		
4048006	Drawdy	drawdy	US		0	America/New_York	31.6266	-81.91928	35			GA	305		
4048028	Goldmine	goldmine	US		0	America/New_York	34.29066	-83.04598	270			GA	147		
4048042	Gwinnstone	gwinnstone	US		0	America/New_York	33.83844	-84.03269	312			GA	135		
4048078	La Bama	la-bama	US		0	America/New_York	33.80622	-84.58854	309			GA	067		
4048092	Logwall	logwall	US		0	America/New_York	33.11013	-83.94491	158			GA	207		
4048112	North Valley	north-valley	US		0	America/New_York	33.9965	-83.42405	225			GA	059		
4048129	Bethel (historical)	bethel-historical	US		0	America/Chicago	34.97731	-87.22779	250			AL	077		
4048131	Bethel (historical)	bethel-historical	US		0	America/Chicago	32.72986	-88.2792	82			AL	119		
4048132	Phinizy	phinizy	US		0	America/New_York	33.61041	-82.32624	146	Martinsville,Phinizy		GA	073		
4048140	Pink	pink	US		0	America/New_York	34.59149	-83.7124	452			GA	311		
4048150	Retreat	retreat	US		0	America/New_York	31.70299	-81.414	7			GA	179		
4048156	Talmadge	talmadge	US		0	America/New_York	34.42426	-84.58743	397			GA	227		
4048164	Salem Branch	salem-branch	US		0	America/New_York	33.57234	-83.98491	230			GA	217		
4048168	Sand Hill	sand-hill	US		0	America/New_York	30.98491	-83.65072	70			GA	027		
4048184	Stevens Creek	stevens-creek	US		0	America/New_York	33.56069	-82.05651	79			GA	073		
4048196	Tunis (historical)	tunis-historical	US		0	America/New_York	33.50761	-84.19047	238			GA	151		
4048210	Vista Brook	vista-brook	US		0	America/New_York	34.2251	-83.89018	357			GA	139		
4048212	Vada	vada	US		0	America/New_York	31.0788	-84.41324	45	Harrell,Pull-Tight,Vada		GA	087		
4048228	Westoak	westoak	US		0	America/New_York	33.98788	-84.5316	346			GA	067		
4048268	Graney	graney	US		0	America/Chicago	38.83366	-89.91371	162			IL	119	32421	
4048270	LaPlace	laplace	US		259	America/Chicago	39.80004	-88.71757	213	La Place,LaPlace,LapXace,Stoner,atewood		IL	147	12275	
4048272	Homberg	homberg	US		0	America/Chicago	37.32533	-88.55199	112			IL	151		
4048278	Julien Hill	julien-hill	US		0	America/Chicago	37.47505	-88.47865	196			IL	151		
4048302	Rardin	rardin	US		0	America/Chicago	39.6042	-88.10171	204			IL	029	50400	
4048314	Gerlane	gerlane	US		0	America/Chicago	37.15252	-98.5498	426			KS	007	50775	
4048334	Cofield Corner	cofield-corner	US		0	America/New_York	38.95284	-84.95856	269			IN	115	10738	
4048346	Cantaloupe	cantaloupe	US		0	America/Indiana/Vincennes	38.53144	-87.51947	134			IN	083	38700	
4048368	Hiser	hiser	US		0	America/Indiana/Indianapolis	39.81505	-85.07774	291			IN	177	37530	
4048372	Lanam	lanam	US		0	America/Indiana/Indianapolis	39.23366	-86.32749	237			IN	013	36810	
4048382	Sand Ridge	sand-ridge	US		0	America/Chicago	37.90255	-87.16861	131			IN	147	45216	
4048384	Penntown	penntown	US		0	America/Indiana/Indianapolis	39.27005	-85.09746	302	Hermann,Pennsylvaniaburg,Penntown		IN	137	00478	
4048388	New Pekin	new-pekin	US		1378	America/Indiana/Indianapolis	38.50506	-86.01692	217	New Pekin,Old Pekin,Pekin,Pekin Station		IN	175	59580	
4048392	Portland Mills	portland-mills	US		0	America/Indiana/Indianapolis	39.7781	-87.00918	223	Portland Mills,Upper Raccoon		IN	133	13762	
4048398	Terre Town	terre-town	US		0	America/Indiana/Indianapolis	39.51754	-87.3753	146			IN	167	32026	
4048400	Slatecut	slatecut	US		0	America/Kentucky/Louisville	38.4484	-85.7658	149			IN	019	77174	
4048424	Belleview (historical)	belleview-historical	US		0	America/Chicago	37.79641	-96.45418	372			KS	073	67425	
4048458	Idana	idana	US		0	America/Chicago	39.3575	-97.26419	384	Chapmanville,Idana		KS	027	23475	
4048476	Radley	radley	US		0	America/Chicago	37.48449	-94.76024	296			KS	037	75575	
4048486	South Radley	south-radley	US		0	America/Chicago	37.47144	-94.76024	290			KS	037	75575	
4048500	West Shore	west-shore	US		0	America/Chicago	39.18889	-95.4772	292			KS	087	22525	
4048507	Bethel Grove	bethel-grove	US		0	America/Chicago	32.62791	-86.84999	122			AL	001		
4048508	Adaburg	adaburg	US		0	America/Chicago	37.59172	-86.84777	183			KY	183		
4048509	Bethel Grove	bethel-grove	US		0	America/Chicago	34.99036	-87.72558	195	Bethel Grove,Hope		AL	077		
4048510	Exie	exie	US		0	America/Chicago	37.15978	-85.5358	244			KY	087		
4048514	Broeck Pointe	broeck-pointe	US		281	America/Kentucky/Louisville	38.29563	-85.58607	200			KY	111		
4048516	Bee Lick	bee-lick	US		0	America/New_York	37.32869	-84.50272	328			KY	199		
4048526	Betsey	betsey	US		0	America/Kentucky/Monticello	36.90369	-84.743	286			KY	231		
4048528	Canyon Falls	canyon-falls	US		0	America/New_York	37.57648	-83.57741	239			KY	129		
4048544	Cranetown	cranetown	US		0	America/New_York	38.2773	-84.53078	288			KY	209		
4048562	Creech	creech	US		0	America/New_York	36.76731	-83.39491	444			KY	095		
4048580	Gaskill	gaskill	US		0	America/New_York	37.1851	-82.61099	453			KY	133		
4048590	Gertrude	gertrude	US		0	America/New_York	38.73952	-84.05465	278			KY	023		
4048604	Heenon	heenon	US		0	America/New_York	37.66677	-82.48987	225			KY	195		
4048630	Little Zion	little-zion	US		0	America/Chicago	37.54449	-87.72335	130			KY	233		
4048632	Lilac	lilac	US		0	America/Chicago	37.54894	-86.34414	198			KY	085		
4048642	Manuel	manuel	US		0	America/New_York	37.35065	-83.30462	267			KY	193		
4048644	Lot	lot	US		0	America/New_York	36.60091	-84.08771	305			KY	235		
4048652	Mattoxtown	mattoxtown	US		0	America/New_York	38.1273	-84.45022	283			KY	067		
4048653	Bethleham (historical)	bethleham-historical	US		0	America/Chicago	33.04818	-85.76357	265			AL	123		
4048666	No Creek	no-creek	US		0	America/Chicago	37.4806	-86.95833	145	No Creek,Nocreek,North Creek		KY	183		
4048674	Patsey	patsey	US		0	America/New_York	37.71175	-83.7977	339			KY	065		
4048676	Pence	pence	US		0	America/New_York	37.63398	-83.47407	245			KY	237		
4048696	Reeds Crossing	reeds-crossing	US		0	America/New_York	37.73925	-84.22243	287	Greens Crossing,Reeds Crossing		KY	151		
4048700	Leton	leton	US		0	America/Chicago	32.86014	-93.25267	70			LA	119		
4048706	Stricklett	stricklett	US		0	America/New_York	38.48452	-83.38741	221			KY	135		
4048710	Shearer Valley	shearer-valley	US		0	America/Kentucky/Monticello	36.75118	-84.9205	338	Grassy,Shearer Valley		KY	231		
4048716	Smith Town	smith-town	US		0	America/New_York	36.70341	-84.50549	389	Smith Town,Smithtown		KY	147		
4048742	Wheel	wheel	US		0	America/Chicago	36.85561	-88.80367	147			KY	083		
4048758	Ashridge (historical)	ashridge-historical	US		0	America/Chicago	31.06823	-91.6304	13			LA	029		
4048776	Cravens	cravens	US		0	America/Chicago	30.96686	-93.03516	71			LA	115		
4048778	Comrade	comrade	US		0	America/Chicago	31.32184	-92.96432	78			LA	115		
4048794	Dixie Inn	dixie-inn	US		263	America/Chicago	32.59515	-93.3385	53			LA	119		
4048798	Harbor	harbor	US		0	America/Chicago	30.18687	-93.12071	5			LA	019		
4048808	Gandy	gandy	US		0	America/Chicago	31.40268	-93.44767	70			LA	085		
4048810	Greenlaw	greenlaw	US		0	America/Chicago	30.98435	-90.48482	79			LA	105		
4048826	Asbury Woods	asbury-woods	US		0	America/New_York	39.14705	-76.81775	69			MD	027		
4048830	New Light	new-light	US		0	America/Chicago	32.26126	-91.78374	22			LA	083		
4070153	Jon	jon	US		0	America/Chicago	32.89401	-86.03108	227			AL	037		
4048846	Nero	nero	US		0	America/Chicago	29.6116	-89.8684	1			LA	075		
4048854	Neal Landing	neal-landing	US		0	America/Chicago	30.37297	-90.64731	1			LA	063		
4048864	Nugent	nugent	US		0	America/Chicago	31.44101	-92.42125	50			LA	043		
4048884	Redich	redich	US		0	America/Chicago	30.41631	-92.56458	11	Genais,Redich,Redlich		LA	001		
4048888	Red Chute	red-chute	US		6261	America/Chicago	32.55598	-93.61323	65			LA	015		
4048916	Swindleville	swindleville	US		0	America/Chicago	32.78931	-93.72073	78			LA	015		
4048932	Upco	upco	US		0	America/Chicago	32.76458	-92.13569	41			LA	111		
4048934	Twelve Cedars	twelve-cedars	US		0	America/Chicago	29.80882	-90.80065	1			LA	057		
4048939	Bethsaida	bethsaida	US		0	America/Chicago	34.5537	-87.55669	179			AL	059		
4048950	Whitford	whitford	US		0	America/Chicago	31.83267	-92.72515	65			LA	127		
4048954	Halleck	halleck	US		0	America/Chicago	39.57805	-94.8208	335	Birming,Halleck		MO	021	17110	
4048973	Betta-Life	betta-life	US		0	America/Chicago	33.80566	-85.76941	203			AL	015		
4048974	Bush Creek Estates	bush-creek-estates	US		0	America/New_York	39.36538	-77.27609	150			MD	021		
4048976	Corner House	corner-house	US		0	America/New_York	39.3951	-77.59082	145			MD	021		
4048984	College Park Woods	college-park-woods	US		0	America/New_York	39.00872	-76.95109	55			MD	033		
4048986	Cloisters	cloisters	US		0	America/New_York	39.38705	-76.62636	131			MD	005		
4048988	Cohill Estates	cohill-estates	US		0	America/New_York	39.70009	-78.20806	197			MD	043		
4048994	Dasher Green	dasher-green	US		0	America/New_York	39.19038	-76.84942	98			MD	027		
4048996	Crawford Acres (historical)	crawford-acres-historical	US		0	America/New_York	39.4065	-75.883	23			MD	015		
4049000	Dennings	dennings	US		0	America/New_York	39.49177	-77.0722	242			MD	013		
4049006	Fitzell	fitzell	US		0	America/New_York	39.23344	-76.46357	5	Fitzell,Fritzell		MD	005		
4049008	Ernstville	ernstville	US		56	America/New_York	39.63287	-78.02667	127			MD	043		
4049012	Emmorton	emmorton	US		0	America/New_York	39.49539	-76.32274	95			MD	025		
4049020	Sewell Mills	sewell-mills	US		0	America/New_York	38.9965	-75.7791	10			MD	011		
4049028	Hallmark Estates	hallmark-estates	US		0	America/New_York	38.61762	-76.64135	34			MD	009		
4049034	Hudson Corner	hudson-corner	US		0	America/New_York	38.05318	-75.70854	1	Hudson Corner,Hudsons Corner		MD	039		
4049046	McCoole	mccoole	US		511	America/New_York	39.44648	-78.97225	250	McCool,McCoole		MD	001		
4049074	Polk Landing	polk-landing	US		0	America/New_York	38.26512	-75.72048	5			MD	039		
4049078	Rockawalking Estates	rockawalking-estates	US		0	America/New_York	38.36401	-75.67715	9			MD	045		
4049094	Thomas Manor	thomas-manor	US		0	America/New_York	38.47096	-76.89775	50			MD	017		
4049108	Wesley Woods	wesley-woods	US		0	America/New_York	39.46955	-76.41218	95			MD	005		
4049110	Whitehurst	whitehurst	US		0	America/New_York	39.08261	-76.52663	6			MD	003		
4049124	Abo	abo	US		0	America/Chicago	37.69782	-92.46517	277			MO	105	55154	
4049126	Basher	basher	US		0	America/Chicago	36.99672	-92.606	409			MO	067	48206	
4049133	Beulah Land	beulah-land	US		0	America/Chicago	34.6887	-87.0014	173			AL	083		
4049153	Bevelle	bevelle	US		0	America/Chicago	32.92596	-85.93885	213			AL	123		
4049157	Beverley Heights	beverley-heights	US		0	America/Chicago	33.20429	-87.51778	88			AL	125		
4049159	Beverly Station	beverly-station	US		0	America/Chicago	33.484	-86.85332	181			AL	073		
4049162	Buck Donic	buck-donic	US		0	America/Chicago	36.03979	-90.32593	73			MO	069	09532	
4049196	East End	east-end	US		0	America/Chicago	37.67532	-91.03374	404			MO	093	19108	
4049217	Bibb Mill	bibb-mill	US		0	America/Chicago	32.94735	-86.91027	138	Bibb Mill,Bibb Mills		AL	007		
4049220	Happy Hollow	happy-hollow	US		0	America/Chicago	38.00144	-90.72513	266			MO	221	75040	
4049225	Bibbville	bibbville	US		0	America/Chicago	33.19345	-87.17639	163	Bibb Court House,Bibbville		AL	007		
4049240	Keeney Corner	keeney-corner	US		0	America/Chicago	37.06255	-90.91262	281	Keeney Corner,The Junction		MO	179	43598	
4049264	Little Rock Landing	little-rock-landing	US		0	America/Chicago	38.00505	-90.06011	112	Little Rock Landing,Petit Rocher		MO	186		
4049266	Little Union	little-union	US		0	America/Chicago	39.83088	-91.65433	203			MO	127	74788	
4049272	Lorwood	lorwood	US		0	America/Chicago	36.6095	-89.85592	85	Grayson,Lorwood		MO	143	15832	
4049280	Mock Corner	mock-corner	US		0	America/Chicago	39.53361	-94.89107	347			MO	021	06418	
4049299	Biddle Crossroads	biddle-crossroads	US		0	America/Chicago	34.65814	-85.69358	479			AL	049		
4049306	Stancil	stancil	US		0	America/Chicago	36.35145	-89.64536	87			MO	155	10090	
4049312	Prathersville	prathersville	US		128	America/Chicago	39.0181	-92.32185	244	Prathersville,Pratherville		MO	019	15688	
4049314	Raney	raney	US		0	America/Chicago	37.95198	-93.72882	277	Rainey,Raney		MO	185	20008	
4049346	Sugartree	sugartree	US		0	America/Chicago	39.27196	-93.59771	205			MO	033	50276	
4049368	West Ely	west-ely	US		0	America/Chicago	39.71088	-91.56266	219	Ely,Ely City,West Ely		MO	127	69050	
4049370	Carnes	carnes	US		0	America/Chicago	30.99352	-89.25978	99	Carnes,Helena		MS	035		
4049374	Beatline	beatline	US		0	America/Chicago	32.67319	-89.07506	145	Beat Line,Beatline		MS	099		
4049376	Anse	anse	US		0	America/Chicago	32.11904	-90.10092	120			MS	121		
4049388	Brookleigh	brookleigh	US		0	America/Chicago	32.20654	-90.25231	95			MS	049		
4049426	East Lincoln	east-lincoln	US		0	America/Chicago	31.48517	-90.29204	149			MS	085		
4049428	Dinan	dinan	US		0	America/Chicago	31.2174	-90.19259	122			MS	147		
4049439	Big Cove	big-cove	US		0	America/Chicago	34.66731	-86.48888	189			AL	089		
4049448	Lemon	lemon	US		0	America/Chicago	32.13598	-89.50146	169			MS	129		
4049460	Kinlock	kinlock	US		0	America/Chicago	33.30956	-90.70759	32	Kinloch,Kinloch Plantation,Kinlock		MS	133		
4049466	Lapperell	lapperell	US		0	America/New_York	39.13035	-83.27797	225	Lapparel,Lapperell		OH	131	50078	
4049470	Batarora	batarora	US		0	America/New_York	34.24017	-78.14444	18			NC	019	93252	
4049498	Piave	piave	US		0	America/Chicago	31.39434	-88.74476	83			MS	041		
4049526	Refuge	refuge	US		0	America/Chicago	33.13707	-90.33453	35			MS	053		
4049529	Big Eddy (historical)	big-eddy-historical	US		0	America/Chicago	31.99044	-85.13743	58			AL	005		
4049546	Terza	terza	US		0	America/Chicago	34.3515	-89.85426	92			MS	107		
4049590	Alert	alert	US		0	America/New_York	36.23098	-78.22249	121			NC	069	92822	
4049598	Arba	arba	US		0	America/New_York	35.40127	-77.7022	36			NC	079	91648	
4049610	Candero	candero	US		0	America/New_York	35.86821	-78.73917	118			NC	183	91548	
4049621	Big Nose Creek Subdivision	big-nose-creek-subdivision	US		0	America/Chicago	34.17093	-85.67774	181			AL	019		
4049635	Big Oak	big-oak	US		0	America/Chicago	34.85092	-87.45336	190			AL	077		
4049643	Big Ridge	big-ridge	US		0	America/Chicago	33.74483	-87.23667	135	Big Ridge,Big Ridge Station		AL	127		
4049644	Croft	croft	US		0	America/New_York	35.34486	-80.82424	256	Alexandriana,Croft		NC	119		
4049654	Capella	capella	US		0	America/New_York	36.3618	-80.31644	351			NC	169	94108	
4049668	Creeches Mill	creeches-mill	US		0	America/New_York	35.46599	-78.265	49			NC	101	92980	
4049670	Cherry Point Landing (historical)	cherry-point-landing-historical	US		0	America/New_York	34.94183	-76.86883	6	Cherry Point,Cherry Point Landing (historical),Cherrypoint		NC	049	93508	
4049682	Harmony Hill	harmony-hill	US		0	America/New_York	35.11513	-81.64843	239			SC	021		
4049718	Dupont Station	dupont-station	US		0	America/New_York	32.78823	-80.02092	7	Dupont,Dupont Station		SC	019		
4049721	Big Spring (historical)	big-spring-historical	US		0	America/Chicago	34.22593	-86.40665	207			AL	095		
4049730	Frazier Crossroads	frazier-crossroads	US		0	America/New_York	35.87599	-78.13694	84	Frazier Crossroads,Fraziers Crossroads		NC	127	91100	
4049743	Big Spring Creek Subdivision	big-spring-creek-subdivision	US		0	America/Chicago	34.31037	-86.3297	185			AL	095		
4049747	Big Springs (historical)	big-springs-historical	US		0	America/Chicago	33.16373	-87.14916	132	Big Spring,Big Springs (historical)		AL	007		
4049756	Hillcrest	hillcrest	US		0	America/New_York	34.98711	-79.1892	73			NC	093	92604	
4049770	Cloisters	cloisters	US		0	America/New_York	34.15293	-79.78006	36			SC	041		
4049774	Jerry	jerry	US		0	America/New_York	35.88211	-76.22687	2			NC	177	90736	
4049780	Jordan Oak	jordan-oak	US		0	America/New_York	36.10903	-79.1739	192			NC	135	90632	
4049788	Knob Hill	knob-hill	US		0	America/New_York	34.95376	-79.74561	95			NC	153	92736	
4049805	Bigbee	bigbee	US		0	America/Chicago	31.61405	-88.1664	31			AL	129		
4049852	Pee Dee	pee-dee	US		0	America/New_York	34.93515	-79.8895	72			NC	007	91808	
4049868	Purnell	purnell	US		0	America/New_York	36.01209	-78.55333	143	Purnell,Purnell Crossroads		NC	183	93880	
4049870	South Creek	south-creek	US		0	America/New_York	35.33572	-76.69437	1	Harold,Oregon,South Creek,Stanton-Harrold		NC	013	92664	
4049872	Sandy Cross	sandy-cross	US		0	America/New_York	35.89877	-77.9461	61	Sandy Cross,Sandy Crossroads		NC	127	90776	
4049883	Billy Goat Hill	billy-goat-hill	US		0	America/Chicago	34.19426	-85.69496	186			AL	019		
4049888	Snow Creek (historical)	snow-creek-historical	US		0	America/New_York	35.88875	-80.88091	230			NC	097	92400	
4049895	Biltmore Estates	biltmore-estates	US		0	America/Chicago	33.45205	-86.78193	300			AL	073		
4049904	Indianview	indianview	US		0	America/New_York	39.222	-84.30105	223			OH	025	49322	
4049919	Binghamtown	binghamtown	US		0	America/Chicago	33.5801	-86.18692	154			AL	121		
4049921	Binion Heights	binion-heights	US		0	America/Chicago	33.39289	-87.61251	81			AL	125		
4049926	Unity (historical)	unity-historical	US		0	America/New_York	35.75986	-80.64618	207			NC	159	90692	
4049938	Tremont Park	tremont-park	US		0	America/New_York	35.91624	-81.50426	382			NC	027	91924	
4049939	Bird (historical)	bird-historical	US		0	America/Chicago	34.02982	-86.38915	286			AL	009		
4049946	Viewmont	viewmont	US		0	America/New_York	35.74763	-81.33731	342			NC	035	91468	
4049953	Birdeye	birdeye	US		0	America/Chicago	32.61319	-87.82918	31	Birdeye,Birdine		AL	063		
4049955	Birdie	birdie	US		0	America/Chicago	34.16676	-86.54193	244			AL	009		
4049970	Hideaway Acres	hideaway-acres	US		0	America/New_York	38.82091	-82.31821	210			OH	053	31738	
4049971	Birdsong	birdsong	US		0	America/Chicago	34.2451	-86.64666	268			AL	043		
4049977	Birdway Drive	birdway-drive	US		0	America/Chicago	33.23623	-87.57862	65			AL	125		
4049990	Barwyn Acres	barwyn-acres	US		0	America/New_York	39.22728	-84.37272	251			OH	061	07300	
4049994	Bald Knobs	bald-knobs	US		0	America/New_York	39.02508	-81.83374	245	Bald Knob,Bald Knobs,Ball Knobs		OH	105	42336	
4050004	Greggs	greggs	US		0	America/New_York	39.07146	-82.9574	196	Gregg,Greggs		OH	131	71171	
4050006	Delhi Hills	delhi-hills	US		5259	America/New_York	39.09284	-84.61272	266			OH	061	21504	
4050012	Blowville	blowville	US		0	America/New_York	39.09756	-84.04493	273			OH	025	37716	
4050031	Biscayne Highlands	biscayne-highlands	US		0	America/Chicago	33.58538	-86.69332	245			AL	073		
4050033	Biscayne Hills	biscayne-hills	US		0	America/Chicago	33.24734	-87.59251	80			AL	125		
4050038	Gwendale	gwendale	US		0	America/New_York	39.9876	-76.74469	124			PA	133	87048	
4050040	Doga	doga	US		0	America/Chicago	36.56671	-96.79559	254			OK	113		
4050050	Little Richmond	little-richmond	US		0	America/New_York	39.77422	-84.44439	300	Little Richmond,Saint Richmond		OH	113	61966	
4050060	Rock Way	rock-way	US		0	America/New_York	39.92756	-83.87854	314	Rock Way,Rockway		OH	023	74119	
4050098	Sayler Park	sayler-park	US		0	America/New_York	39.11256	-84.68911	153	Home City,Sayer Park,Sayler Park,Saylor Park		OH	061	15000	
4050109	Black Bottom	black-bottom	US		0	America/Chicago	33.94816	-86.86	98			AL	043		
4050112	Way	way	US		0	America/New_York	39.64118	-81.18344	317	May,Way		OH	111	81480	
4050118	Turpin Hills	turpin-hills	US		5099	America/New_York	39.11006	-84.37994	198			OH	061	01980	
4050126	Walser	walser	US		0	America/New_York	39.91312	-82.3546	267	Walser,Walsers,Walsers Curve		OH	127	76659	
4050130	Youba	youba	US		0	America/New_York	39.21508	-81.74485	271			OH	009	77546	
4050132	Paddytown	paddytown	US		0	America/New_York	39.84869	-79.27503	565			PA	111	79336	
4050136	West Sonora	west-sonora	US		0	America/New_York	39.88894	-84.54106	318	Sonora,West Sonora		OH	135	33992	
4050140	Apple	apple	US		0	America/Chicago	34.1276	-95.41746	142			OK	023		
4050143	Black Center	black-center	US		0	America/Chicago	34.45176	-86.40276	183			AL	095		
4050150	Cavanal	cavanal	US		0	America/Chicago	34.98038	-94.69828	144			OK	079		
4050164	Brush Hill	brush-hill	US		0	America/Chicago	35.4201	-95.62832	191			OK	091		
4050172	Christie	christie	US		218	America/Chicago	35.95814	-94.69023	267			OK	001		
4050178	Cole	cole	US		570	America/Chicago	35.10229	-97.57281	349			OK	087		
4050184	Burson Plan	burson-plan	US		0	America/New_York	39.96757	-80.04978	247			PA	059	37888	
4050187	Black Creek Falls (historical)	black-creek-falls-historical	US		0	America/Chicago	34.03843	-86.02081	222			AL	055		
4050192	Bowlder	bowlder	US		0	America/New_York	39.9476	-77.09887	179			PA	001	78160	
4050206	Yuba	yuba	US		0	America/Chicago	33.80954	-96.20443	151			OK	013		
4050215	Black Gum Corners (historical)	black-gum-corners-historical	US		0	America/Chicago	31.68239	-85.4166	158			AL	005		
4050232	Karma	karma	US		0	America/Chicago	33.77399	-96.20582	149			OK	013		
4050247	Black Pond	black-pond	US		0	America/Chicago	34.05983	-87.35168	244			AL	133		
4050250	Natura	natura	US		0	America/Chicago	35.7401	-95.93555	218			OK	111		
4050256	South Village	south-village	US		0	America/Chicago	35.91312	-96.64224	280			OK	081		
4050258	Noxie	noxie	US		0	America/Chicago	36.97147	-95.73248	243			OK	105		
4050270	Phroso	phroso	US		0	America/Chicago	36.28087	-98.81787	490			OK	093		
4050278	Port	port	US		0	America/Chicago	35.2045	-99.30731	517			OK	149		
4050281	Blackankle	blackankle	US		0	America/Chicago	34.74508	-86.02137	192			AL	071		
4050282	Uncas	uncas	US		0	America/Chicago	36.79559	-96.92976	315			OK	071		
4050284	Sand Bluff	sand-bluff	US		0	America/Chicago	34.1276	-95.79942	169	Sand Bluff,Sandbluff		OK	023		
4050291	Black Warrior Town (historical)	black-warrior-town-historical	US		0	America/Chicago	33.81205	-87.05222	98	Black Warrior Town (historical),Oldtown,Warrior Old Town		AL	127		
4050300	Dallas Acres	dallas-acres	US		0	America/New_York	39.90177	-76.66191	234			PA	133	87056	
4050302	Barwood	barwood	US		0	America/New_York	39.99788	-76.67302	180			PA	133	72992	
4050304	Cooks Mills	cooks-mills	US		0	America/New_York	39.7487	-78.74224	239			PA	009	44448	
4050313	Blackman	blackman	US		0	America/Chicago	32.86818	-85.52662	242			AL	017		
4050328	Barefoot	barefoot	US		0	America/New_York	33.70348	-81.47733	158			SC	003		
4050332	Angelus	angelus	US		0	America/New_York	34.59682	-80.31979	125			SC	025		
4050355	Blacksher	blacksher	US		0	America/Chicago	31.21073	-87.73833	43			AL	003		
4050380	Mount Beulah	mount-beulah	US		0	America/New_York	33.44348	-81.53622	132			SC	003		
4050384	Pembrook	pembrook	US		0	America/New_York	33.45153	-81.85622	127			SC	003		
4050386	Pierce Acres	pierce-acres	US		0	America/New_York	34.95846	-81.85399	216			SC	083		
4050402	Thicketty	thicketty	US		0	America/New_York	35.01652	-81.72482	192	Thicket,Thicketly,Thicketty,Thickety		SC	021		
4050414	Shelter Cove	shelter-cove	US		0	America/New_York	32.18215	-80.724	3			SC	013		
4050418	The Farms	the-farms	US		0	America/New_York	32.90767	-80.0062	16			SC	015		
4050425	Bladon Springs	bladon-springs	US		0	America/Chicago	31.73071	-88.19751	29	Bladen Springs,Bladon Springs,Warrior Bridge		AL	023		
4050465	Blake	blake	US		0	America/Chicago	34.50564	-85.75497	400			AL	049		
4050467	Blake	blake	US		0	America/Chicago	33.11401	-85.50079	203			AL	111		
4050480	Beech Hill	beech-hill	US		0	America/Chicago	35.2223	-86.29388	315			TN	051		
4050481	Blakeley	blakeley	US		0	America/Chicago	30.74213	-87.92416	14	Blakeley,Blakely		AL	003		
4050496	Phinney	phinney	US		0	America/New_York	34.72787	-83.00237	279	Phinney,Phinneys		SC	073		
4050500	Dockery	dockery	US		0	America/New_York	35.1173	-84.88994	287			TN	011		
4050505	Blalock	blalock	US		0	America/Chicago	32.30931	-87.38361	69			AL	047		
4050508	Bushtown	bushtown	US		0	America/New_York	35.04952	-85.26746	200			TN	065		
4050515	Blanche	blanche	US		0	America/Chicago	34.36342	-85.60996	216			AL	019		
4050525	Blanton	blanton	US		0	America/Chicago	32.73458	-85.13383	200			AL	081		
4050530	Chapman Grove	chapman-grove	US		0	America/New_York	35.82174	-84.58049	237			TN	145		
4050543	Bleecker	bleecker	US		0	America/Chicago	32.58236	-85.16411	205	Bleaker,Bleecker,Eiland		AL	081		
4050554	Country Club Estates	country-club-estates	US		0	America/Chicago	36.01839	-86.79333	205			TN	187		
4050560	Daytona Hills	daytona-hills	US		0	America/New_York	35.12702	-85.27496	256			TN	065		
4050572	Dooley (historical)	dooley-historical	US		0	America/Chicago	35.59368	-87.04501	217			TN	119		
4050586	East Side	east-side	US		0	America/Chicago	36.03201	-87.26751	242	East Side,Eastside		TN	043		
4050589	Blockton Junc	blockton-junc	US		0	America/Chicago	33.20901	-87.14333	155			AL	007		
4050591	Blocton (historical)	blocton-historical	US		0	America/Chicago	33.11317	-87.10416	117	Blockton,Blocton (historical),Gresham		AL	007		
4050594	Eulia	eulia	US		0	America/Chicago	36.52449	-86.17276	294			TN	111		
4050602	Fort Robinson	fort-robinson	US		0	America/New_York	36.5551	-82.59015	399	Fort Robinson,Roller		TN	163		
4050604	Fountain Heights	fountain-heights	US		0	America/Chicago	35.54479	-86.96639	185			TN	119		
4050620	Hales Crossroads	hales-crossroads	US		0	America/New_York	36.14426	-83.25433	339			TN	063		
4050634	Hatchie	hatchie	US		0	America/Chicago	35.43758	-89.07756	98			TN	113		
4050647	Blount Springs	blount-springs	US		0	America/Chicago	33.93121	-86.79416	138			AL	009		
4050654	India	india	US		0	America/Chicago	36.33256	-88.2581	130			TN	079		
4050664	Jimtown	jimtown	US		0	America/New_York	35.97121	-83.16849	374	Jim Town,Jimtown		TN	029		
4050680	Knob Creek	knob-creek	US		0	America/Chicago	35.88091	-89.53119	91			TN	097		
4050681	Blow Gourd	blow-gourd	US		0	America/Chicago	33.94677	-86.58582	183	Blow Gourd,Concord,Tidwell		AL	009		
4050684	Landmark	landmark	US		0	America/New_York	35.94647	-84.05713	297			TN	093		
4050702	Longtown	longtown	US		0	America/Chicago	35.34147	-89.51424	101			TN	047		
4050712	Mill Seat	mill-seat	US		0	America/Chicago	35.83923	-87.20445	202			TN	119		
4050714	McKinley	mckinley	US		0	America/New_York	36.30927	-82.41042	537			TN	179		
4050734	Noah	noah	US		0	America/Chicago	35.57507	-86.19194	273	Needmore,Noah		TN	031		
4050738	New Friendship	new-friendship	US		0	America/Chicago	35.51841	-88.60727	146			TN	023		
4050752	Panther (historical)	panther-historical	US		0	America/New_York	36.12647	-84.03464	287			TN	001		
4050757	Blue Creek Junction	blue-creek-junction	US		0	America/Chicago	33.41261	-86.96583	143			AL	073		
4050762	Pleasant Point	pleasant-point	US		0	America/Chicago	35.14314	-87.37252	275	Pleasant Point,Pleasantpoint		TN	099		
4050772	Rheatown	rheatown	US		0	America/New_York	36.23121	-82.69571	464	Rheatown,Rhettown		TN	059		
4050780	Rennbore	rennbore	US		0	America/New_York	35.92952	-84.12103	324			TN	093		
4050783	Blue Eye (historical)	blue-eye-historical	US		0	America/Chicago	33.64732	-86.0208	195			AL	015		
4050788	Rural Hill	rural-hill	US		0	America/Chicago	36.06728	-86.63111	191			TN	037		
4050790	Rocky Mound	rocky-mound	US		0	America/Chicago	36.60755	-86.16582	289			TN	111		
4050798	Rogana	rogana	US		0	America/Chicago	36.44505	-86.3336	153			TN	165		
4050800	Rolling Hills	rolling-hills	US		0	America/Chicago	35.08258	-86.56499	305			TN	103		
4050824	Sidonia	sidonia	US		0	America/Chicago	36.24395	-88.9059	114			TN	183		
4050826	Shangrala	shangrala	US		0	America/Chicago	35.9634	-85.08468	536			TN	035		
4050843	Blue Lock (historical)	blue-lock-historical	US		0	America/Chicago	32.28848	-87.88974	35			AL	091		
4050856	Sykes	sykes	US		0	America/Chicago	36.12339	-85.97777	180			TN	159		
4050859	Blue Pond	blue-pond	US		0	America/Chicago	34.23704	-85.72024	200	Blue Pond,Bluepond		AL	019		
4050868	Twin Springs	twin-springs	US		0	America/New_York	35.90841	-84.16019	290			TN	093		
4050871	Blue Pond	blue-pond	US		0	America/Chicago	33.61177	-85.80413	194			AL	015		
4050874	Virtue	virtue	US		0	America/New_York	35.85647	-84.17853	254			TN	093		
4050887	Blue Ridge Estates	blue-ridge-estates	US		0	America/Chicago	32.4793	-86.1933	81			AL	051		
4050889	Blue Ridge Estates	blue-ridge-estates	US		0	America/Chicago	33.43289	-86.82027	278			AL	073		
4050896	White Hollow	white-hollow	US		0	America/New_York	36.34675	-83.89519	334			TN	173		
4050908	Alderbranch	alderbranch	US		0	America/Chicago	31.68879	-95.45801	112			TX	001		
4050928	Brushy	brushy	US		0	America/Chicago	32.38653	-97.82698	295			TX	221		
4050956	Blue Spring Garden	blue-spring-garden	US		0	America/Chicago	34.81676	-86.50832	228			AL	089		
4050965	Blue Springs (historical)	blue-springs-historical	US		0	America/Chicago	33.72232	-85.81941	226			AL	015		
4050982	Blue Springs Park	blue-springs-park	US		0	America/Chicago	34.81564	-87.15418	193			AL	083		
4050988	Blueberry Hill	blueberry-hill	US		0	America/Chicago	32.52458	-86.20413	75			AL	051		
4050990	Blueberry Estates	blueberry-estates	US		0	America/Chicago	33.27539	-86.80804	154			AL	117		
4050997	Bluewood Estates	bluewood-estates	US		0	America/Chicago	34.65148	-86.55582	233			AL	089		
4051003	Blues Old Stand	blues-old-stand	US		0	America/Chicago	31.98488	-85.71689	144			AL	011		
4051017	Bluff Park	bluff-park	US		0	America/Chicago	33.4015	-86.8561	325			AL	073		
4051030	Bluff Ridge Subdivision	bluff-ridge-subdivision	US		0	America/Chicago	33.28039	-86.99166	165			AL	073		
4051042	Bluffport	bluffport	US		0	America/Chicago	32.59402	-88.11558	87			AL	119		
4051049	Boar Tush	boar-tush	US		0	America/Chicago	34.19121	-87.62197	271	Boar Tush,Boartusk		AL	133		
4051062	Boaz Corner	boaz-corner	US		0	America/Chicago	33.27345	-86.30136	128			AL	121		
4051092	Bobo	bobo	US		0	America/Chicago	34.96231	-86.72528	265			AL	089		
4051094	Bobo	bobo	US		0	America/Chicago	33.87733	-87.82252	155			AL	057		
4051143	Bogueloosa	bogueloosa	US		0	America/Chicago	31.98765	-88.33252	47			AL	023		
4051165	Boland Acres	boland-acres	US		0	America/Chicago	31.36878	-85.84022	116			AL	031		
4051170	Boiling Spring	boiling-spring	US		0	America/Chicago	33.61483	-85.79274	201			AL	015		
4051172	Boldo	boldo	US		0	America/Chicago	33.85399	-87.18278	141	Baldo,Boldo		AL	127		
4051181	Boley Springs	boley-springs	US		0	America/Chicago	33.64317	-87.51001	220			AL	057		
4051196	Bolinger	bolinger	US		0	America/Chicago	31.77849	-88.33113	55			AL	023		
4051201	Bolling	bolling	US		0	America/Chicago	31.72543	-86.70581	100			AL	013		
4051212	Bomar	bomar	US		0	America/Chicago	34.10871	-85.58024	173	Bomar,Jordan		AL	019		
4051257	Bonnie Doone	bonnie-doone	US		0	America/Chicago	34.77426	-86.96417	209			AL	083		
4051258	Bonny Brook	bonny-brook	US		0	America/Chicago	33.78177	-85.76135	213	Bonnie Brook,Bonny Brook		AL	015		
4051260	Bonneville	bonneville	US		0	America/Chicago	34.84648	-86.93584	237			AL	083		
4051264	Booker Heights	booker-heights	US		0	America/Chicago	33.54261	-87.00722	215			AL	073		
4051266	Booker T City	booker-t-city	US		0	America/Chicago	33.79677	-85.78747	194			AL	015		
4051273	Bookers Mill	bookers-mill	US		0	America/Chicago	31.52683	-87.0322	77			AL	035		
4051287	Boot Hill	boot-hill	US		0	America/Chicago	31.87599	-85.64244	142			AL	005		
4051290	Booth Estates	booth-estates	US		0	America/Chicago	33.2404	-87.63195	56			AL	125		
4051294	Boothetown	boothetown	US		0	America/Chicago	30.9513	-88.33945	83			AL	097		
4051295	Boothton	boothton	US		0	America/Chicago	33.17984	-86.99055	130	Booth Town,Boothton,Boothtown		AL	117		
4051299	Bootsville (historical)	bootsville-historical	US		0	America/Chicago	34.42926	-85.81108	265			AL	049		
4051301	Boozer (historical)	boozer-historical	US		0	America/Chicago	33.70205	-86.0458	184			AL	015		
4051313	Borden Springs	borden-springs	US		0	America/Chicago	33.92982	-85.47024	258	Borden Springs,Rowell		AL	029		
4051314	Borden Wheeler Springs	borden-wheeler-springs	US		0	America/Chicago	33.91371	-85.46579	256	Borden Wheeler Springs,Wheeler Springs		AL	029		
4051320	Boromville	boromville	US		0	America/Chicago	32.30653	-85.44161	149	Borom,Boromville		AL	087		
4051370	Bowden Grove	bowden-grove	US		0	America/Chicago	33.33928	-85.84357	350	Bowden,Bowden Grove		AL	027		
4051372	Bowden Terrace	bowden-terrace	US		0	America/Chicago	31.34878	-85.71799	103			AL	045		
4051375	Bowen (historical)	bowen-historical	US		0	America/Chicago	34.21926	-86.37582	288			AL	095		
4051404	Bowman Crossroads	bowman-crossroads	US		0	America/Chicago	34.60231	-85.85636	439			AL	071		
4051424	Boxtel	boxtel	US		0	America/Chicago	34.01871	-86.26803	275			AL	055		
4051476	Boyles Highlands	boyles-highlands	US		0	America/Chicago	33.5676	-86.77443	222			AL	073		
4051509	Bradford Subdivision	bradford-subdivision	US		0	America/Chicago	34.59703	-86.05748	183			AL	071		
4051521	Bradleyton	bradleyton	US		0	America/Chicago	31.90182	-86.24218	124			AL	041		
4051524	Bradleytown	bradleytown	US		0	America/Chicago	33.70011	-87.24917	127			AL	127		
4051532	Braehead (historical)	braehead-historical	US		0	America/Chicago	33.0829	-87.15361	134			AL	007		
4051543	Braggsville	braggsville	US		0	America/Chicago	33.59927	-86.50721	212			AL	115		
4051544	Braggville	braggville	US		0	America/Chicago	32.68236	-87.99724	74	Braggsville,Braggville,Bragville		AL	063		
4051570	Brandontown	brandontown	US		0	America/Chicago	34.74954	-86.63444	209			AL	089		
4051576	Brannon Stand	brannon-stand	US		0	America/Chicago	31.24017	-85.48077	90			AL	069		
4051577	Brannon Stand Heights	brannon-stand-heights	US		0	America/Chicago	31.24184	-85.48327	84			AL	069		
4051579	Brannon Springs (historical)	brannon-springs-historical	US		0	America/Chicago	33.87815	-86.02219	180			AL	055		
4051586	Brantley Crossing	brantley-crossing	US		0	America/Chicago	31.49655	-87.11915	122	Brantley Crossing,Brantley Switch,Brantleys Switch,Keyser		AL	035		
4051597	Brantleyville	brantleyville	US		884	America/Chicago	33.21595	-86.87499	169	Brantleyville,Lacy		AL	117		
4051605	Brans Chapel	brans-chapel	US		0	America/Chicago	34.08732	-86.0897	212			AL	055		
4051619	Brassell	brassell	US		0	America/Chicago	32.39958	-86.04024	55			AL	101		
4051620	Brassell Bottom	brassell-bottom	US		0	America/Chicago	32.39903	-86.18469	55			AL	101		
4051621	Bravo	bravo	US		0	America/Chicago	34.63509	-86.53527	185			AL	089		
4051632	Bread Tray Hill	bread-tray-hill	US		0	America/Chicago	32.06404	-85.77051	168			AL	011		
4051636	Breakstone Village	breakstone-village	US		0	America/Chicago	33.63344	-86.56887	236			AL	073		
4051637	Brecon	brecon	US		0	America/Chicago	33.45816	-86.08886	186			AL	121		
4051652	Breezeway Bay	breezeway-bay	US		0	America/Chicago	34.50509	-86.18887	185			AL	095		
4051660	Brents Cross Roads	brents-cross-roads	US		0	America/Chicago	33.71122	-86.99305	109			AL	073		
4051666	Brentwood Hills	brentwood-hills	US		0	America/Chicago	33.50983	-86.67915	178			AL	073		
4051680	Brewer Estates	brewer-estates	US		0	America/Chicago	32.31125	-86.39025	63	Brewer Estates,Brewer Heights		AL	101		
4051288	Booth	booth	US	36008	0	America/Chicago	32.50041	-86.57192	86			AL	001		
4051691	Brewersville	brewersville	US		0	America/Chicago	32.51653	-88.09197	55			AL	119		
4051720	Briar Hill	briar-hill	US		0	America/Chicago	31.95904	-86.12996	125			AL	109		
4051724	Briar Lake Estates	briar-lake-estates	US		0	America/Chicago	31.00018	-87.48054	80			AL	053		
4051726	Briarcliff	briarcliff	US		0	America/Chicago	34.83703	-87.71114	172			AL	077		
4051727	Briarcliff	briarcliff	US		0	America/Chicago	33.25623	-87.60306	74			AL	125		
4051728	Briarcliff Estates	briarcliff-estates	US		0	America/Chicago	33.72372	-87.00028	104			AL	073		
4051729	Briarfield	briarfield	US		0	America/Chicago	33.42289	-86.27692	163	Arta,Briarfield		AL	121		
4051731	Briarhill Acres	briarhill-acres	US		0	America/Chicago	31.33211	-85.83438	88			AL	031		
4051732	Briarwood	briarwood	US		0	America/Chicago	33.20651	-87.48889	124			AL	125		
4051742	Brickdale Estates	brickdale-estates	US		0	America/Chicago	32.36181	-86.36275	52			AL	101		
4051747	Brickyard	brickyard	US		0	America/New_York	32.39848	-85.00993	75	Abercrombie Brickyard,Brick Yard,Brickyard		AL	113		
4051754	Bride's Hill	bride-s-hill	US		0	America/Chicago	34.67024	-87.24464	176	Sunnybrook		AL	079		
4051758	Brickyard Junction	brickyard-junction	US		0	America/Chicago	33.40983	-86.94221	168			AL	073		
4051773	Bridgehead	bridgehead	US		0	America/Chicago	30.66797	-87.91111	38			AL	003		
4051791	Bridlewood	bridlewood	US		0	America/Chicago	30.66491	-88.11667	9			AL	097		
4051792	Bridlewood Forest Estates	bridlewood-forest-estates	US		0	America/Chicago	33.6301	-86.69527	242			AL	073		
4051805	Bright Star	bright-star	US		0	America/Chicago	34.16037	-86.43026	273	Bright Star,Brightstar		AL	009		
4051811	Brighton Estates	brighton-estates	US		0	America/Chicago	32.33708	-86.19858	79			AL	101		
4051816	Brightwater	brightwater	US		0	America/Chicago	31.98015	-88.35419	51			AL	023		
4051833	Brinn	brinn	US		0	America/Chicago	34.16871	-87.80086	198			AL	093		
4051848	Broach Mill	broach-mill	US		0	America/Chicago	32.54875	-85.75662	115			AL	087		
4051853	Broad View	broad-view	US		0	America/Chicago	31.72516	-85.80911	139			AL	109		
4051857	Broadmoor	broadmoor	US		0	America/Chicago	32.5093	-86.34997	72			AL	051		
4051874	Broadmoor	broadmoor	US		0	America/Chicago	33.42983	-86.93749	152			AL	073		
4051890	Brompton	brompton	US		0	America/Chicago	33.58205	-86.46943	215			AL	115		
4051892	Bromley	bromley	US		0	America/Chicago	30.7388	-87.86749	28			AL	003		
4051894	Brook Highland	brook-highland	US		6746	America/Chicago	33.43566	-86.67388	182	Lake Purdy		AL	117		
4051903	Brookhurst	brookhurst	US		0	America/Chicago	33.58927	-86.6936	251			AL	073		
4051904	Brookhurst	brookhurst	US		0	America/Chicago	34.78315	-86.60499	219	Brookhurst,Rolling Hills		AL	089		
4051907	Brooklane Place	brooklane-place	US		0	America/Chicago	33.43733	-86.98194	147			AL	073		
4051925	Brookmeade	brookmeade	US		0	America/Chicago	33.23901	-87.58973	62			AL	125		
4051926	Brookmont	brookmont	US		0	America/Chicago	33.50983	-86.6686	199			AL	073		
4051928	Brooks Acres	brooks-acres	US		0	America/Chicago	34.83481	-87.5053	167			AL	077		
4051934	Brooks Crossroads	brooks-crossroads	US		0	America/Chicago	34.59647	-85.78442	436			AL	049		
4051936	Brooks Estates	brooks-estates	US		0	America/Chicago	34.13621	-85.67274	187			AL	019		
4051953	Brooksdale	brooksdale	US		0	America/Chicago	33.18179	-87.54501	59			AL	125		
4051967	Brookview	brookview	US		0	America/Chicago	33.40566	-86.77388	148			AL	073		
4051968	Brookview Manor	brookview-manor	US		0	America/Chicago	32.42347	-86.29525	65			AL	101		
4051978	Brookwood Estates	brookwood-estates	US		0	America/Chicago	32.35764	-86.23247	84			AL	101		
4051979	Brookwood Forest	brookwood-forest	US		0	America/Chicago	34.79564	-86.93056	226			AL	083		
4051994	Broomtown	broomtown	US		182	America/Chicago	34.36065	-85.52163	208			AL	019		
4052039	Brown Estates	brown-estates	US		0	America/Chicago	31.21045	-85.37966	97			AL	069		
4052068	Brown Subdivision	brown-subdivision	US		0	America/Chicago	31.32239	-85.82299	103			AL	031		
4052094	Browns Corner	browns-corner	US		0	America/Chicago	34.93286	-86.71361	262			AL	089		
4052100	Browns Crossroad	browns-crossroad	US		0	America/Chicago	31.42767	-85.20077	119	Browns Cross Roads,Browns Crossroad,Browns Crossroads		AL	067		
4052112	Browns Crossroad	browns-crossroad	US		0	America/Chicago	31.41628	-85.52744	65	Browns Crossroad,Browns Crossroads		AL	045		
4052149	Browns Valley (historical)	browns-valley-historical	US		0	America/Chicago	34.90758	-85.77081	214			AL	071		
4052175	Bruner (historical)	bruner-historical	US		0	America/Chicago	33.68482	-86.07692	166	Brune,Bruner (historical),Bruner Valley		AL	015		
4052216	Brushy Creek	brushy-creek	US		0	America/Chicago	31.66849	-86.67053	112			AL	013		
4052236	Brushy Pond	brushy-pond	US		0	America/Chicago	34.02871	-87.0075	234			AL	043		
4052245	Brutonville	brutonville	US		0	America/Chicago	33.78982	-85.86469	197			AL	015		
4052250	Bryan Estates	bryan-estates	US		0	America/Chicago	33.53094	-86.66415	250			AL	073		
4052363	Buck Island Shores	buck-island-shores	US		0	America/Chicago	34.39203	-86.27248	190			AL	095		
4052364	Buck Island Subdivision	buck-island-subdivision	US		0	America/Chicago	34.38648	-86.27137	203			AL	095		
4052394	Bucks Canyon	bucks-canyon	US		0	America/Chicago	34.63898	-86.52388	200			AL	089		
4052404	Bucksville	bucksville	US		0	America/Chicago	33.27845	-87.08555	155	Bucks Store,Bucksville		AL	125		
4052407	Bucktown (historical)	bucktown-historical	US		0	America/Chicago	33.11067	-87.11111	140			AL	007		
4052408	Buckville	buckville	US		0	America/Chicago	32.52097	-85.86357	99	Buckville,Wallstreet		AL	123		
4052412	Bucksnort	bucksnort	US		0	America/Chicago	34.50314	-86.30387	344			AL	095		
4052418	Buena Vista Highlands	buena-vista-highlands	US		0	America/Chicago	33.46261	-86.8086	226			AL	073		
4052452	Bulgers	bulgers	US		0	America/Chicago	32.81874	-85.96802	176	Bulger,Bulgers,Bulgers Mill,Bulgers Mills,Oakchyer		AL	123		
4052459	Bull City	bull-city	US		0	America/Chicago	33.4165	-87.25833	175			AL	125		
4052474	Bullard Shoals (historical)	bullard-shoals-historical	US		0	America/Chicago	33.39206	-87.02361	134			AL	073		
4052528	Burchfield	burchfield	US		0	America/Chicago	33.34484	-87.29861	152	Burchfield,East Kellerman		AL	125		
4052561	Burgreen Gin	burgreen-gin	US		0	America/Chicago	34.72898	-86.79639	211	Burgreen Corner,Burgreen Gin		AL	083		
4052568	Burkhalter Subdivision	burkhalter-subdivision	US		0	America/Chicago	34.18204	-85.71802	177			AL	019		
4052569	Burks Garden	burks-garden	US		0	America/Chicago	33.16762	-87.54362	60			AL	125		
4052570	Burkville	burkville	US		0	America/Chicago	32.32819	-86.53692	46	Burkeville,Burkville		AL	085		
4052588	Burmah (historical)	burmah-historical	US		0	America/Chicago	33.13179	-87.13	176	Bermie,Burmah (historical)		AL	007		
4052591	Burma Hills	burma-hills	US		0	America/Chicago	30.64186	-88.15278	42			AL	097		
4052603	Burningtree Estates	burningtree-estates	US		0	America/Chicago	34.5187	-86.93862	177			AL	103		
4052604	Burningtree Mountain	burningtree-mountain	US		0	America/Chicago	34.51815	-86.9214	252			AL	103		
4052620	Burns Park	burns-park	US		0	America/Chicago	33.97954	-85.95164	164			AL	055		
4052627	Burns Crossroad	burns-crossroad	US		0	America/Chicago	33.6201	-85.94163	193	Burns Crossroad,Burns Crossroads		AL	015		
4052629	Burnstown	burnstown	US		0	America/Chicago	34.64315	-88.11893	165	Burnstown,Maud		AL	033		
4052638	Burnt Corn	burnt-corn	US		0	America/Chicago	31.55349	-87.16026	130	Burnt Corn,Burnt Corn Spring,Burntcorn		AL	035		
4052645	Burnt Pine	burnt-pine	US		0	America/Chicago	33.34873	-87.5639	86			AL	125		
4052648	Burntout	burntout	US		0	America/Chicago	34.45093	-88.02282	227			AL	059		
4052668	Burrows Crossroads	burrows-crossroads	US		0	America/Chicago	33.91288	-87.16001	167	Burrows Crossing,Burrows Crossroads		AL	127		
4052767	Butler Springs	butler-springs	US		0	America/Chicago	31.8021	-86.86609	86	Butler Springs,Butlersprings,Stringfellow		AL	013		
4052773	Butlers Mill	butlers-mill	US		0	America/Chicago	33.45789	-85.3819	270			AL	111		
4052781	Butler Mill	butler-mill	US		0	America/Chicago	34.57981	-86.30193	176	Butler Mill,Butlers Mill		AL	089		
4052789	Butts Mill	butts-mill	US		0	America/Chicago	32.56124	-85.96274	102			AL	051		
4052790	Buttston	buttston	US		0	America/Chicago	32.94651	-85.63829	225			AL	123		
4052795	Buyck	buyck	US		0	America/Chicago	32.70457	-86.25692	140	Buyck,Buyckville		AL	051		
4052808	Buzzard Roost	buzzard-roost	US		0	America/Chicago	34.7601	-88.02285	142			AL	033		
4052835	Byrd	byrd	US		0	America/Chicago	34.07983	-88.13226	123			AL	093		
4052843	Byram Heights	byram-heights	US		0	America/Chicago	34.80425	-86.99862	228			AL	083		
4052852	Byrd Springs	byrd-springs	US		0	America/Chicago	34.65509	-86.58138	178			AL	089		
4052853	Byrd Subdivision	byrd-subdivision	US		0	America/Chicago	31.33406	-85.86827	119			AL	031		
4052932	Cadillac Estates	cadillac-estates	US		0	America/Chicago	33.2279	-87.48917	97			AL	125		
4052934	Cadle (historical)	cadle-historical	US		0	America/Chicago	33.10373	-87.05555	121	Cadle (historical),Cadle Station		AL	007		
4052943	Caffee Junction	caffee-junction	US		0	America/Chicago	33.24539	-87.13777	199	Caffee Junction,Coffey Junction,Greeley,Martaban,Rickey		AL	125		
4052954	Cahaba	cahaba	US		0	America/Chicago	32.31844	-87.10017	32	Cahaba,Cahawba,Catawba		AL	047		
4052958	Cahaba Cliffs	cahaba-cliffs	US		0	America/Chicago	33.42872	-86.71943	153			AL	073		
4052959	Cahaba Commons	cahaba-commons	US		0	America/Chicago	33.42789	-86.71415	138			AL	117		
4052960	Cahaba Cove	cahaba-cove	US		0	America/Chicago	33.61121	-86.58193	263			AL	073		
4052961	Cahaba Crest	cahaba-crest	US		0	America/Chicago	33.6301	-86.59888	240			AL	073		
4052964	Cahaba Heights	cahaba-heights	US		5287	America/Chicago	33.464	-86.73193	196	Cahaba Heights,Merkel,New Market,New Merkle		AL	073		
4052968	Cahaba Hills	cahaba-hills	US		0	America/Chicago	33.53899	-86.57415	207			AL	073		
4052971	Cahaba Landing	cahaba-landing	US		0	America/Chicago	33.50205	-86.68054	168			AL	073		
4052976	Cahaba Oaks	cahaba-oaks	US		0	America/Chicago	33.46205	-86.7211	221			AL	073		
4052987	Cahaba River Estates	cahaba-river-estates	US		0	America/Chicago	33.35483	-86.8261	137			AL	117		
4052994	Cahaba Village	cahaba-village	US		0	America/Chicago	33.62732	-86.60138	215	Cahaba Village,Slag Heap Village		AL	073		
4052998	Cahaba Valley Estates	cahaba-valley-estates	US		0	America/Chicago	33.30872	-86.81443	150	Cahaba Valley Estates,Oak Mountain Estates		AL	117		
4053030	Calcis	calcis	US		0	America/Chicago	33.4265	-86.43165	163			AL	117		
4053044	Caldwell Subdivision	caldwell-subdivision	US		0	America/Chicago	31.71127	-85.82161	141			AL	109		
4053046	Calebee	calebee	US		0	America/Chicago	32.38542	-85.8844	101	Calebee,Callabee		AL	087		
4053082	Calliston	calliston	US		0	America/Chicago	33.27956	-86.84304	146			AL	117		
4053192	Camak Mills (historical)	camak-mills-historical	US		0	America/Chicago	33.90761	-87.28834	140			AL	127		
4053198	Cambridge Estates	cambridge-estates	US		0	America/Chicago	30.66075	-88.155	38			AL	097		
4053206	Camden Place	camden-place	US		0	America/Chicago	33.42955	-86.84305	201			AL	073		
4053215	Camellia Park	camellia-park	US		0	America/Chicago	33.18484	-87.53751	53			AL	125		
4053216	Camelot	camelot	US		0	America/Chicago	34.62704	-86.53138	197			AL	089		
4053217	Camelot Plateau	camelot-plateau	US		0	America/Chicago	33.51455	-86.24081	155			AL	121		
4053218	Camelot Woods	camelot-woods	US		0	America/Chicago	33.41983	-86.82027	244			AL	073		
4053223	Cameronsville	cameronsville	US		0	America/Chicago	34.87064	-85.74553	197			AL	071		
4053225	Camile Terrace	camile-terrace	US		0	America/Chicago	33.25762	-87.54723	103			AL	125		
4053260	Camp Branch	camp-branch	US		0	America/Chicago	33.20734	-86.75999	181			AL	117		
4053308	Camp Ground	camp-ground	US		0	America/Chicago	34.35676	-87.05362	195			AL	103		
4053328	Camp Horne	camp-horne	US		0	America/Chicago	33.41705	-86.73554	181			AL	117		
4053371	Camp Spring (historical)	camp-spring-historical	US		0	America/Chicago	34.42648	-87.45836	198	Camp Spring (historical),Campspring		AL	079		
4053426	Campbell Mill	campbell-mill	US		0	America/Chicago	34.49314	-86.24415	329			AL	095		
4053430	Campbell Settlement (historical)	campbell-settlement-historical	US		0	America/Chicago	34.64731	-87.54642	202			AL	033		
4053432	Campbell Springs	campbell-springs	US		0	America/Chicago	33.37011	-85.86774	312			AL	027		
4053437	Campbells Crossroads	campbells-crossroads	US		0	America/Chicago	33.37011	-85.87663	311	Campbell's Cross Roads,Campbells Crossroads,Moseley		AL	027		
4053442	Campbellville	campbellville	US		0	America/Chicago	33.83649	-87.05528	157			AL	127		
4053444	Campground	campground	US		0	America/Chicago	32.19153	-87.95613	71			AL	091		
4053466	Canaan (historical)	canaan-historical	US		0	America/Chicago	34.7937	-87.68892	160			AL	077		
4053500	Candlelight Terrace	candlelight-terrace	US		0	America/Chicago	33.2154	-87.51139	83			AL	125		
4053504	Candlewood	candlewood	US		0	America/Chicago	33.25984	-87.61001	59			AL	125		
4053505	Candlewood Lakes	candlewood-lakes	US		0	America/Chicago	33.68427	-86.58888	296			AL	073		
4053510	Cane Creek	cane-creek	US		0	America/Chicago	33.66538	-85.88524	231			AL	015		
4053522	Cane Creek	cane-creek	US		0	America/Chicago	33.81399	-86.85	127			AL	073		
4053538	Cane Creek (historical)	cane-creek-historical	US		0	America/Chicago	33.14123	-87.02722	102			AL	007		
4053547	Cane Creek (historical)	cane-creek-historical	US		0	America/Chicago	33.71677	-86.00636	162			AL	015		
4053551	Canebrake	canebrake	US		0	America/Chicago	30.65436	-88.19445	41			AL	097		
4053595	Canoe	canoe	US		0	America/Chicago	31.02629	-87.41192	86	Canoe,Canoe Station		AL	053		
4053604	Cantelous	cantelous	US		0	America/Chicago	32.32347	-86.45581	63	Cantalous,Cantelous,Cantelous Station		AL	101		
4053611	Canterbury Heights	canterbury-heights	US		0	America/Chicago	30.62491	-88.16111	19			AL	097		
4053613	Canton Bend	canton-bend	US		0	America/Chicago	32.0533	-87.34859	65	Canton,Canton Bend		AL	131		
4053631	Canyon Lakes	canyon-lakes	US		0	America/Chicago	33.1929	-87.42917	98			AL	125		
4053634	Cape Choccolocco	cape-choccolocco	US		0	America/Chicago	33.56844	-86.17497	142			AL	121		
4053636	Canty	canty	US		0	America/Chicago	32.16348	-86.08301	98			AL	101		
4053653	Capps	capps	US		0	America/Chicago	31.49711	-85.31188	129	Capps,Choctawatchee		AL	067		
4053656	Capri Islands	capri-islands	US		0	America/Chicago	33.5551	-86.1772	143			AL	121		
4053666	Capstone Court	capstone-court	US		0	America/Chicago	33.22012	-87.54556	56			AL	125		
4053669	Carara	carara	US		0	America/Chicago	33.39983	-86.0358	212	Carara,Mattison		AL	121		
4053681	Card Switch	card-switch	US		0	America/Chicago	34.87286	-85.85553	196			AL	071		
4053684	Cardiff	cardiff	US		54	America/Chicago	33.64566	-86.93361	109	Kardif,Kardiff,jia de fu,kardyf,kardyf  alabama,kyardipha,Кардиф,Кардіфф,كارديف,کاردیف، آلاباما,क्यार्डिफ,加的夫		AL	073		
4053705	Carl Smith Subdivision	carl-smith-subdivision	US		0	America/Chicago	33.52316	-86.26109	146			AL	115		
4053707	Carleton Point	carleton-point	US		0	America/Chicago	33.20623	-86.47776	134			AL	117		
4053709	Carleys	carleys	US		0	America/Chicago	32.26709	-87.49139	53	Carleys,Cauley,Corley		AL	131		
4053718	Carloss	carloss	US		0	America/Chicago	33.29456	-88.07558	79			AL	107		
4053720	Carlowville	carlowville	US		0	America/Chicago	32.08709	-87.03415	110			AL	047		
4053752	Carns	carns	US		0	America/Chicago	34.80925	-85.97415	190	Carnes,Carns		AL	071		
4053755	Carol Villa	carol-villa	US		0	America/Chicago	32.37236	-86.21774	88			AL	101		
4053764	Carolwood	carolwood	US		0	America/Chicago	33.30678	-87.56528	95	Carolwood,Carolwood Lakeside Subdivision		AL	125		
4053766	Carolwood Estates	carolwood-estates	US		0	America/Chicago	33.30762	-87.59612	100			AL	125		
4053773	Caro (historical)	caro-historical	US		0	America/Chicago	34.93953	-86.81167	246			AL	083		
4053793	Carr Mill	carr-mill	US		0	America/Chicago	33.20539	-85.94385	249			AL	027		
4053795	Carriage Hill	carriage-hill	US		0	America/New_York	32.50209	-85.0241	130			AL	113		
4053796	Carriage Hills	carriage-hills	US		0	America/Chicago	33.72038	-86.65277	226			AL	073		
4053797	Carriage Hills	carriage-hills	US		0	America/Chicago	30.6363	-88.19584	45			AL	097		
4053798	Carriage Hills	carriage-hills	US		0	America/Chicago	32.33153	-86.22358	78			AL	101		
4053799	Carriage Lane	carriage-lane	US		0	America/Chicago	33.1929	-87.51862	75			AL	125		
4053804	Carrol Acres	carrol-acres	US		0	America/Chicago	34.15482	-86.82639	220			AL	043		
4053812	Carroll Crossroads	carroll-crossroads	US		0	America/Chicago	34.36676	-87.58364	317	Carroll Crossroads,Carrolls Cross Roads		AL	059		
4053833	Carrville	carrville	US		0	America/Chicago	32.54986	-85.86996	120			AL	123		
4053861	Carter Grove	carter-grove	US		0	America/Chicago	34.94786	-86.69583	269			AL	089		
4053877	Carter Subdivision	carter-subdivision	US		0	America/Chicago	33.21595	-87.6014	41			AL	125		
4053889	Carters Hill	carters-hill	US		0	America/Chicago	32.19292	-86.11718	85	Carters Hill,Cartershill		AL	101		
4053909	Carver Park	carver-park	US		0	America/Chicago	32.34653	-86.32636	56			AL	101		
4053913	Carver Subdivision	carver-subdivision	US		0	America/Chicago	34.55509	-86.07442	201			AL	071		
4053917	Cary Woods	cary-woods	US		0	America/Chicago	32.61847	-85.48606	203			AL	081		
4053919	Caryton (historical)	caryton-historical	US		0	America/Chicago	34.82231	-88.07782	138	Caryton (historical),Caryville		AL	033		
4053923	Casemore	casemore	US		0	America/Chicago	32.58041	-87.6839	42	Casemore,Cassmore		AL	065		
4053946	Caswell	caswell	US		0	America/Chicago	30.29381	-87.53943	1			AL	003		
4053958	Catalpa	catalpa	US		0	America/Chicago	31.8796	-85.833	178	Catalpa,Catalpo,Cross Roads,Ebenezer,Oates Cross Roads		AL	109		
4053960	Catatoga Estates	catatoga-estates	US		0	America/Chicago	33.52372	-86.29303	148			AL	115		
4053988	Catoma	catoma	US		0	America/Chicago	32.31347	-86.43358	64			AL	101		
4054007	Cavalry Hill	cavalry-hill	US		0	America/Chicago	34.74065	-86.6111	201			AL	089		
4054062	Cavers Grove	cavers-grove	US		0	America/Chicago	33.39206	-85.48968	303			AL	111		
4054069	Cedahoma (historical)	cedahoma-historical	US		0	America/Chicago	32.30903	-87.97696	18			AL	023		
4054070	Cedar (historical)	cedar-historical	US		0	America/Chicago	32.05404	-85.10465	92			AL	005		
4054090	Cedar Cove	cedar-cove	US		0	America/Chicago	33.17484	-87.32194	145	Cedar Cove,Cedarcove		AL	125		
4054092	Cedar Cove Estates	cedar-cove-estates	US		0	America/Chicago	33.44094	-86.31137	166			AL	121		
4054165	Cedar Grove (historical)	cedar-grove-historical	US		0	America/Chicago	33.52372	-86.57887	188			AL	073		
4054226	Cedar Hill (historical)	cedar-hill-historical	US		0	America/Chicago	34.88842	-87.30141	210			AL	077		
4054236	Cedar Hills Estates	cedar-hills-estates	US		0	America/Chicago	34.70565	-87.75309	149	Cedar Hill Estates,Cedar Hills Estates		AL	033		
4054240	Cedar Knoll	cedar-knoll	US		0	America/Chicago	33.18345	-87.51889	75			AL	125		
4057075	Cotnam (historical)	cotnam-historical	US		0	America/Chicago	34.26732	-85.9408	226			AL	049		
4054260	Cedar Plains	cedar-plains	US		0	America/Chicago	34.3651	-86.9964	187	Cedar Plains,Cedars,Martins Store		AL	103		
4054283	Cedar Springs (historical)	cedar-springs-historical	US		0	America/Chicago	34.30509	-85.49329	188			AL	019		
4054296	Cedarbrook Forest	cedarbrook-forest	US		0	America/Chicago	33.47927	-86.99722	197			AL	073		
4054297	Cedargate	cedargate	US		0	America/Chicago	34.80342	-86.61499	234			AL	089		
4054303	Cedron	cedron	US		0	America/Chicago	33.46594	-85.51773	346			AL	111		
4054304	Cedrum	cedrum	US		0	America/Chicago	33.8515	-87.44668	110	Cedrom,Cedrum		AL	127		
4054334	Center Chapel	center-chapel	US		0	America/Chicago	33.17706	-85.33217	280			AL	111		
4054343	Center Community	center-community	US		0	America/Chicago	34.03816	-86.81083	184			AL	043		
4054344	Center Dale	center-dale	US		0	America/Chicago	34.32121	-86.72305	327			AL	103		
4054346	Center Grove	center-grove	US		0	America/Chicago	34.38398	-86.63861	244	Center Grove,Centergrove		AL	103		
4054393	Center Point Gardens	center-point-gardens	US		0	America/Chicago	33.63816	-86.68277	249			AL	073		
4054431	Center Star	center-star	US		0	America/Chicago	34.86147	-87.45558	204	Center Star,Centre,Centre Star		AL	077		
4054440	Center West	center-west	US		0	America/Chicago	33.44122	-85.63329	287			AL	111		
4054442	Centercrest	centercrest	US		0	America/Chicago	33.65732	-86.67304	252			AL	073		
4054453	Centerwood Estates	centerwood-estates	US		0	America/Chicago	33.64482	-86.66916	270			AL	073		
4054512	Central Heights	central-heights	US		0	America/Chicago	34.89453	-87.79086	186			AL	077		
4054523	Central Highlands	central-highlands	US		0	America/Chicago	33.55427	-86.7161	241			AL	073		
4054529	Central Mills	central-mills	US		0	America/Chicago	32.28625	-87.44083	75			AL	047		
4054535	Central Park Highlands	central-park-highlands	US		0	America/Chicago	33.49011	-86.88194	164			AL	073		
4054565	Centre Ridge (historical)	centre-ridge-historical	US		0	America/Chicago	31.63627	-85.97217	139			AL	109		
4054593	Chalkville	chalkville	US		3901	America/Chicago	33.65316	-86.64777	266			AL	073		
4054609	Chalybeate Springs	chalybeate-springs	US		0	America/Chicago	34.56509	-87.22668	238			AL	079		
4054632	Chambers Springs	chambers-springs	US		0	America/Chicago	33.29206	-86.04052	294			AL	027		
4054633	Chamblee	chamblee	US		0	America/Chicago	33.24178	-87.14889	192			AL	125		
4054634	Chamblees Mill	chamblees-mill	US		0	America/Chicago	34.06176	-86.66944	189	Chamblees Mill,Chambless Mill		AL	009		
4054645	Chana Creek	chana-creek	US		0	America/Chicago	32.62097	-85.9883	165			AL	051		
4054648	Chance	chance	US		0	America/Chicago	31.74876	-87.53194	25	Cane Creek,Chance,McDuffees Gin		AL	025		
4054653	Chancellor Crossroads	chancellor-crossroads	US		0	America/Chicago	33.29664	-86.39979	146	Chancellor Crossroads,Chancelors Crossroads		AL	117		
4054656	Chances Crossroad	chances-crossroad	US		0	America/Chicago	34.17427	-87.05862	273	Chances Cross Roads,Chances Crossroad		AL	043		
4054658	Chandalar South	chandalar-south	US		0	America/Chicago	33.31761	-86.81082	152			AL	117		
4054669	Chandler Mountain	chandler-mountain	US		0	America/Chicago	33.94176	-86.25498	401			AL	115		
4054679	Chandler Springs	chandler-springs	US		0	America/Chicago	33.33067	-85.9983	359			AL	121		
4054727	Chapelwood	chapelwood	US		0	America/Chicago	33.25095	-87.6289	78			AL	125		
4054752	Chapman Heights	chapman-heights	US		0	America/Chicago	34.7537	-86.56888	214			AL	089		
4054761	Charles	charles	US		0	America/Chicago	32.32181	-88.28586	70	Charles,Charles Spur		AL	119		
4054783	Charmingdale	charmingdale	US		0	America/Chicago	30.75047	-88.19889	55			AL	097		
4054799	Chastang	chastang	US		0	America/Chicago	31.03768	-88.02333	13			AL	097		
4054800	Chateau Court	chateau-court	US		0	America/Chicago	31.32517	-85.81799	110			AL	031		
4054801	Chateau Estates	chateau-estates	US		0	America/Chicago	31.24795	-85.43549	86			AL	069		
4054828	Cheaha Acres	cheaha-acres	US		0	America/Chicago	33.58899	-85.82302	189			AL	015		
4054848	Chehaw	chehaw	US		0	America/Chicago	32.48014	-85.71884	76			AL	087		
4054865	Chepultepec	chepultepec	US		0	America/Chicago	33.90399	-86.49471	241			AL	009		
4054868	Cherokee Acres	cherokee-acres	US		0	America/Chicago	31.24323	-85.41438	92			AL	069		
4054869	Cherokee Beach	cherokee-beach	US		0	America/Chicago	33.29289	-86.90777	132			AL	117		
4054872	Cherokee Bend	cherokee-bend	US		0	America/Chicago	33.51205	-86.69721	273			AL	073		
4054874	Cherokee Bluffs	cherokee-bluffs	US		0	America/Chicago	32.68207	-85.90635	171			AL	123		
4054886	Cherokee Estates	cherokee-estates	US		0	America/Chicago	32.57569	-86.18525	76			AL	051		
4054887	Cherokee Estates	cherokee-estates	US		0	America/Chicago	33.8001	-86.82944	162			AL	073		
4054888	Cherokee Forest	cherokee-forest	US		0	America/Chicago	33.46872	-86.7661	251			AL	073		
4054890	Cherokee Hills	cherokee-hills	US		0	America/Chicago	34.79703	-86.59749	233			AL	089		
4054891	Cherokee Hills	cherokee-hills	US		0	America/Chicago	33.18123	-87.50084	99			AL	125		
4054897	Cherokee Shores	cherokee-shores	US		0	America/Chicago	33.36678	-87.60195	77			AL	125		
4054902	Cherry Brook Estates	cherry-brook-estates	US		0	America/Chicago	33.50955	-86.69221	213			AL	073		
4054905	Cherokee Brook Estates	cherokee-brook-estates	US		0	America/Chicago	33.52677	-86.68777	300			AL	073		
4054906	Cherry Dale	cherry-dale	US		0	America/Chicago	33.18262	-87.53612	59			AL	125		
4054907	Cherry Grove	cherry-grove	US		0	America/Chicago	34.91397	-87.20279	232			AL	083		
4054927	Cherrytree	cherrytree	US		0	America/Chicago	34.64565	-86.44443	183			AL	089		
4054928	Cherrywood	cherrywood	US		0	America/Chicago	33.21901	-87.48389	113			AL	125		
4054937	Chesson	chesson	US		0	America/Chicago	32.29375	-85.9244	71			AL	087		
4054938	Chestang	chestang	US		0	America/Chicago	31.16184	-88.11445	36	Chastang,Chestang		AL	129		
4054943	Chesterfield Estates	chesterfield-estates	US		0	America/Chicago	30.72186	-88.13945	43			AL	097		
4054951	Chestnut Glen	chestnut-glen	US		0	America/Chicago	33.28484	-86.91971	149			AL	117		
4054952	Chestnut Grove	chestnut-grove	US		0	America/Chicago	31.59711	-85.91356	120			AL	031		
4054985	Chewacla	chewacla	US		0	America/Chicago	32.62013	-85.33717	235	Chewacla,Yongeborough,Yongesboro,Yongesborough		AL	081		
4054997	Chickasaw (historical)	chickasaw-historical	US		0	America/Chicago	34.88648	-88.07698	147	Chickasaw (historical),Port Smith		AL	033		
4055009	Chickasaw Estates	chickasaw-estates	US		0	America/Chicago	34.7487	-86.72555	246			AL	089		
4055010	Chickasaw Heights	chickasaw-heights	US		0	America/Chicago	31.20101	-85.43216	88			AL	069		
4055031	Chigger Hill	chigger-hill	US		0	America/Chicago	34.39759	-86.01636	342			AL	049		
4055033	Chigger Ridge (historical)	chigger-ridge-historical	US		0	America/Chicago	33.78427	-85.95191	168			AL	015		
4055082	Chimney Springs	chimney-springs	US		0	America/Chicago	34.6237	-86.52916	199			AL	089		
4055093	Chimney Hills	chimney-hills	US		0	America/Chicago	33.42511	-86.81416	245			AL	073		
4055095	Chinn	chinn	US		0	America/Chicago	33.37206	-87.04805	129			AL	073		
4055096	Chinnabee (historical)	chinnabee-historical	US		0	America/Chicago	33.59761	-85.81802	186	Chinnabee (historical),Chinnabys Fort,Chinnahee		AL	015		
4055100	Chinnabee	chinnabee	US		0	America/Chicago	33.46289	-85.96691	181	Chenneby,Chimney Town,Chinnabee,Chinneby,Chinnibee,Fort Chinneby,Mount Airy		AL	121		
4055106	Chisca	chisca	US		0	America/Chicago	34.76259	-88.00559	161	Chisca,Chisca Depot Settlement,Dickson,Dixon Depot,Dixons Station,Lightfoot,Shekanooga Depot		AL	033		
4055113	Chisenhall Subdivision	chisenhall-subdivision	US		0	America/Chicago	34.58675	-86.01303	186			AL	071		
4055122	Chisholm Hills	chisholm-hills	US		0	America/Chicago	34.85481	-87.67225	181			AL	077		
4055144	Choccolocco Estates	choccolocco-estates	US		0	America/Chicago	33.56316	-86.17636	145			AL	121		
4055160	Choctaw Bluff	choctaw-bluff	US		0	America/Chicago	31.38878	-87.78888	49			AL	025		
4055167	Choctaw Corner	choctaw-corner	US		0	America/Chicago	31.93487	-87.75473	115			AL	025		
4055179	Choctaw City	choctaw-city	US		0	America/Chicago	32.20903	-88.09419	32	Choctaw,Choctaw City		AL	023		
4055189	Cholocco Litabixee (historical)	cholocco-litabixee-historical	US		0	America/Chicago	32.9779	-85.73329	178			AL	123		
4055217	Choctaw Hills	choctaw-hills	US		0	America/Chicago	32.96901	-87.18583	124			AL	007		
4055278	Chrysler	chrysler	US		0	America/Chicago	31.30517	-87.7011	31	Chrysler,Little River		AL	099		
4055283	Chulafinnee	chulafinnee	US		0	America/Chicago	33.54539	-85.64885	267			AL	029		
4055287	Chulavista	chulavista	US		0	America/Chicago	33.59566	-86.36665	235			AL	115		
4055290	Chumley (historical)	chumley-historical	US		0	America/Chicago	34.21454	-85.9483	193			AL	049		
4055298	Chunnenuggee	chunnenuggee	US		0	America/Chicago	32.15654	-85.64356	168	Chunnennuga,Chunnenuggee,Chunnenuggee Ridge		AL	011		
4055310	Church Hill (historical)	church-hill-historical	US		0	America/Chicago	32.64847	-85.74801	182			AL	123		
4055519	Churchill Downs	churchill-downs	US		0	America/Chicago	30.7663	-88.28195	66			AL	097		
4055526	Circle Heights	circle-heights	US		0	America/Chicago	33.39317	-86.97444	149			AL	073		
4055530	Circlewood	circlewood	US		0	America/Chicago	33.1904	-87.51084	71			AL	125		
4055532	Citico	citico	US		0	America/Chicago	34.0826	-85.93136	207	Citica,Citico		AL	055		
4055560	Clackville	clackville	US		0	America/Chicago	33.08901	-85.45078	250	Clackville,Happy Land,Happyland,Johnson's Cross Roads,Johnsons Crossroads		AL	017		
4055571	Clairmont Springs	clairmont-springs	US		0	America/Chicago	33.35039	-85.93024	280	Clairmont Springs,Jenkins Springs		AL	027		
4055594	Clark (historical)	clark-historical	US		0	America/Chicago	33.77649	-85.93191	160			AL	015		
4055597	Susan Moore	susan-moore	US		770	America/Chicago	34.08371	-86.42832	232	Clarence,Susan Moore		AL	009		
4055610	Clark Crossroads	clark-crossroads	US		0	America/Chicago	31.19545	-85.47577	82	Clark Crossroads,Clarks Crossroads		AL	069		
4055622	Clarke	clarke	US		0	America/Chicago	33.91455	-87.57668	152			AL	127		
4055629	Clarke Gardens	clarke-gardens	US		0	America/Chicago	30.58214	-88.10139	3			AL	097		
4055645	Claud	claud	US		0	America/Chicago	32.57902	-86.07052	94			AL	051		
4055684	Clayhatchee	clayhatchee	US		577	America/Chicago	31.23573	-85.72271	59	Clayhatchee,Metcalfs Mill		AL	045		
4055687	Clayhill	clayhill	US		0	America/Chicago	32.01654	-87.75056	87	Clay Hill,Clayhill		AL	091		
4055699	Clayborn	clayborn	US		0	America/Chicago	34.10565	-86.25831	262			AL	055		
4055749	Clear Creek Estates	clear-creek-estates	US		0	America/Chicago	33.44789	-86.28331	165			AL	121		
4055763	Clear Springs	clear-springs	US		0	America/Chicago	33.59955	-86.15747	142			AL	121		
4055764	Clear Springs (historical)	clear-springs-historical	US		0	America/Chicago	33.98149	-86.26803	244			AL	055		
4055774	Clearview	clearview	US		0	America/Chicago	31.45072	-86.44774	77			AL	039		
4055775	Clearview	clearview	US		0	America/Chicago	32.0432	-86.38802	132			AL	041		
4055777	Clearview Hills	clearview-hills	US		0	America/Chicago	33.18706	-87.45917	115			AL	125		
4055782	Clear Springs	clear-springs	US		0	America/Chicago	33.86343	-86.56416	209			AL	009		
4055812	Clearwater Estates	clearwater-estates	US		0	America/Chicago	33.35845	-87.59529	80			AL	125		
4055820	Clemons Crossroad	clemons-crossroad	US		0	America/Chicago	34.47509	-86.89612	228			AL	103		
4055829	Cleveland Meadows	cleveland-meadows	US		0	America/Chicago	32.3307	-86.32358	55			AL	101		
4055830	Cleveland Mills	cleveland-mills	US		0	America/Chicago	32.7043	-87.19889	60			AL	105		
4055840	Cleveland Crossroads	cleveland-crossroads	US		0	America/Chicago	33.11317	-85.98747	268	Cleveland Crossroads,Elias		AL	027		
4055849	Clift Acres	clift-acres	US		0	America/Chicago	34.70315	-86.73778	221			AL	089		
4055852	Clifton (historical)	clifton-historical	US		0	America/Chicago	34.99036	-87.10279	213			AL	083		
4055855	Cliff Haven	cliff-haven	US		0	America/Chicago	34.77731	-87.67308	180			AL	033		
4055886	Clisby Park	clisby-park	US		0	America/Chicago	32.38736	-86.29941	51			AL	101		
4055887	Cloester Valley	cloester-valley	US		0	America/Chicago	33.28623	-87.11888	170			AL	125		
4055904	Clough	clough	US		0	America/Chicago	32.4818	-85.76384	70	Clough,Cloughs		AL	087		
4055905	Clover Hill	clover-hill	US		0	America/Chicago	31.99793	-86.70164	114			AL	085		
4055924	Cloverdale Estates	cloverdale-estates	US		0	America/Chicago	33.25067	-87.62584	72			AL	125		
4055925	Cloverdale Heights	cloverdale-heights	US		0	America/Chicago	34.86981	-87.69197	193			AL	077		
4055931	Cloverland	cloverland	US		0	America/Chicago	32.34097	-86.30525	66			AL	101		
4055933	Cloverleaf	cloverleaf	US		0	America/Chicago	32.58819	-85.47939	186			AL	081		
4055934	Cloverleaf	cloverleaf	US		0	America/Chicago	34.78064	-86.95223	206			AL	083		
4055938	Clowers Crossroads	clowers-crossroads	US		0	America/Chicago	31.59155	-85.89328	125	Clowers Crossroads,Flowers Crossroads		AL	031		
4055942	Clubview Estates	clubview-estates	US		0	America/Chicago	31.36684	-85.82911	115			AL	031		
4055943	Clubview Estates	clubview-estates	US		0	America/Chicago	32.33097	-86.25219	71			AL	101		
4055944	Clubview Heights	clubview-heights	US		0	America/Chicago	33.97815	-86.01581	179			AL	055		
4055953	Cluttsville	cluttsville	US		0	America/Chicago	34.83064	-86.74917	263	Cluttsville,Cuttsville		AL	089		
4055955	Clyde (historical)	clyde-historical	US		0	America/Chicago	34.36676	-85.87164	378			AL	049		
4055956	Clyde Jones Subdivision	clyde-jones-subdivision	US		0	America/Chicago	33.20901	-87.48223	109			AL	125		
4055966	Coal Bluff	coal-bluff	US		0	America/Chicago	31.94515	-87.43833	36			AL	131		
4055981	Coal Fire	coal-fire	US		0	America/Chicago	33.40401	-88.08475	86	Coal Fire,Coalfire,Cold Fire,Fundee		AL	107		
4055986	Coal Springs (historical)	coal-springs-historical	US		0	America/Chicago	31.66128	-85.66383	133			AL	005		
4055998	Coalburg	coalburg	US		0	America/Chicago	33.59372	-86.85721	143			AL	073		
4056012	Coates	coates	US		0	America/Chicago	31.72655	-85.14993	114			AL	067		
4056013	Coato Bend (historical)	coato-bend-historical	US		0	America/Chicago	34.05288	-85.8458	172			AL	055		
4056014	Coatopa	coatopa	US		0	America/Chicago	32.48514	-88.06946	47			AL	119		
4056027	Cobb City	cobb-city	US		0	America/Chicago	33.91677	-85.91247	196	Cobb,Cobb City		AL	055		
4056052	Cobbs Quarters	cobbs-quarters	US		0	America/Chicago	32.21403	-87.35305	37			AL	047		
4056068	Cochran Springs (historical)	cochran-springs-historical	US		0	America/Chicago	33.84177	-86.01858	171			AL	015		
4056140	Cohassett	cohassett	US		0	America/Chicago	31.39489	-86.6933	82	Cohasset,Cohassett,Lowell		AL	035		
4056152	Coker Heights	coker-heights	US		0	America/Chicago	33.24956	-87.69446	67			AL	125		
4056175	Colbert Heights	colbert-heights	US		0	America/Chicago	34.66092	-87.69447	258			AL	033		
4056234	Cold Springs	cold-springs	US		0	America/Chicago	33.98177	-87.03334	213	Cold Springs,New Bremen		AL	043		
4056250	Cole Spring	cole-spring	US		0	America/Chicago	34.35398	-86.83278	234	Cold Spring,Cole Spring,Cole Springs		AL	103		
4056252	Cole Ridge (historical)	cole-ridge-historical	US		0	America/Chicago	32.12376	-85.26855	122	Cole Ridge (historical),Coleridge		AL	005		
4056255	Coleanor	coleanor	US		0	America/Chicago	33.09568	-87.03583	149	Coal-Eleanor,Coleanor		AL	007		
4056295	Coleta	coleta	US		0	America/Chicago	33.26123	-86.0333	274			AL	121		
4056305	Colina	colina	US		0	America/Chicago	31.95293	-85.83606	122			AL	109		
4056314	College Heights	college-heights	US		0	America/Chicago	31.30267	-85.84022	110			AL	031		
4056318	College Hills	college-hills	US		0	America/Chicago	33.19595	-87.58973	50			AL	125		
4056328	College Woods	college-woods	US		0	America/Chicago	30.7988	-88.12139	22			AL	097		
4056353	Collingwood	collingwood	US		0	America/Chicago	32.65958	-85.38856	216			AL	081		
4056356	Collins (historical)	collins-historical	US		0	America/Chicago	33.95649	-85.70691	192			AL	015		
4056364	Collins Chapel	collins-chapel	US		0	America/Chicago	32.94262	-86.68054	221			AL	021		
4056389	Collirene	collirene	US		0	America/Chicago	32.17598	-86.82359	158	Collirene,Hayes Hill,Hays Hill,Sand Hill		AL	085		
4056393	Coloma (historical)	coloma-historical	US		0	America/Chicago	34.07732	-85.61885	174			AL	019		
4056399	Colonial Acres	colonial-acres	US		0	America/Chicago	32.57375	-85.40911	183			AL	081		
4056402	Colonial Gardens	colonial-gardens	US		0	America/Chicago	34.8712	-86.59027	236			AL	089		
4056405	Colonial Hills	colonial-hills	US		0	America/Chicago	34.76537	-86.57749	211			AL	089		
4056406	Colonial Hills	colonial-hills	US		0	America/Chicago	33.21928	-87.50028	79			AL	125		
4056413	Colony Hills	colony-hills	US		0	America/Chicago	33.23567	-87.49389	89			AL	125		
4057080	Cottage Hill	cottage-hill	US		0	America/Chicago	30.65019	-88.14611	60			AL	097		
4056439	Colvin	colvin	US		0	America/Chicago	33.92093	-85.91358	204			AL	055		
4056445	Colvins Gap	colvins-gap	US		0	America/Chicago	33.93621	-85.8133	187	Colvin Gap,Colvins Gap		AL	015		
4056463	Comerdale	comerdale	US		0	America/Chicago	33.21317	-86.29581	153			AL	121		
4056603	Confederate Estates	confederate-estates	US		0	America/Chicago	33.71121	-86.58971	299			AL	073		
4056604	Confederate Hill Estates	confederate-hill-estates	US		0	America/Chicago	33.25512	-87.07944	163			AL	125		
4056613	Congo	congo	US		0	America/Chicago	34.31092	-85.6508	202			AL	019		
4056634	Conner Estates	conner-estates	US		0	America/Chicago	32.56902	-85.50773	172			AL	081		
4056656	Consul	consul	US		0	America/Chicago	32.26431	-87.54	73	Consul,Cross Roads		AL	091		
4056663	Contwell	contwell	US		0	America/Chicago	31.70821	-88.42863	106	Cantwell,Contwell		AL	023		
4056701	Cooks Crossroads	cooks-crossroads	US		0	America/Chicago	31.56822	-86.97637	139	Cooks Crossroads,Little Pine Level		AL	035		
4056713	Cooks Springs	cooks-springs	US		0	America/Chicago	33.5901	-86.39443	165	Cook Springs,Cooks Springs,Polk		AL	115		
4056729	Cool Springs	cool-springs	US		0	America/Chicago	33.79677	-86.32915	177			AL	115		
4056733	Cooley Crossroads	cooley-crossroads	US		0	America/Chicago	33.16845	-85.70579	361			AL	027		
4056740	Coon Creek	coon-creek	US		0	America/Chicago	33.83122	-87.02833	161	Coon Creek,Owens Chapel		AL	127		
4056802	Coopers Mill	coopers-mill	US		0	America/Chicago	34.94814	-85.79942	191			AL	071		
4056815	Coosa Court	coosa-court	US		0	America/Chicago	33.27928	-86.34553	127			AL	121		
4056820	Coosa Pines	coosa-pines	US		0	America/Chicago	33.32761	-86.35914	126			AL	121		
4056822	Coosa River	coosa-river	US		0	America/Chicago	32.64791	-86.3697	125			AL	051		
4056826	Coosa River Subdivision	coosa-river-subdivision	US		0	America/Chicago	34.13621	-85.70552	168			AL	019		
4056863	Copeland Bridge	copeland-bridge	US		0	America/Chicago	34.29676	-85.88525	221			AL	049		
4056875	Copeland Gap	copeland-gap	US		0	America/Chicago	34.10426	-86.09997	303			AL	055		
4056884	Copenhagen (historical)	copenhagen-historical	US		0	America/Chicago	34.98425	-85.72497	189			AL	071		
4056891	Copper Springs	copper-springs	US		0	America/Chicago	33.67371	-86.44082	244	Cooper Springs,Copper Springs		AL	115		
4056903	Coppinville	coppinville	US		0	America/Chicago	31.30934	-85.81438	105	Coppinsville,Coppinville		AL	031		
4056912	Corbinville	corbinville	US		0	America/Chicago	34.28315	-86.18748	318			AL	095		
4056916	Cordell (historical)	cordell-historical	US		0	America/Chicago	34.52564	-85.62858	533			AL	049		
4056927	Corinne (historical)	corinne-historical	US		0	America/Chicago	33.11317	-87.1075	123			AL	007		
4057012	Corner	corner	US		0	America/Chicago	33.80038	-86.94222	220			AL	073		
4057020	Cornerstone	cornerstone	US		0	America/Chicago	32.15598	-85.84217	88			AL	011		
4057031	Cornhouse	cornhouse	US		0	America/Chicago	33.22262	-85.45578	257	Corn House,Cornhouse		AL	111		
4057032	Cornwall Furnace	cornwall-furnace	US		0	America/Chicago	34.24065	-85.58718	189			AL	019		
4057043	Coronado Estates	coronado-estates	US		0	America/Chicago	30.63436	-88.18667	49			AL	097		
4057047	Cortelyou	cortelyou	US		0	America/Chicago	31.4235	-88.00833	18	Cortelyou,Richardson,Richardson Station		AL	129		
4057051	Corum (historical)	corum-historical	US		0	America/Chicago	34.90842	-87.33169	229	Corum (historical),Corun		AL	077		
4057060	Cospers Bend	cospers-bend	US		0	America/Chicago	33.27761	-86.43109	127			AL	121		
4057068	Costilla (historical)	costilla-historical	US		0	America/Chicago	31.10712	-85.88799	72	Costilla (historical),Fairfield		AL	061		
4057085	Cottage Hill Estates	cottage-hill-estates	US		0	America/Chicago	30.64186	-88.22084	38			AL	097		
4057092	Cottage Park Estates	cottage-park-estates	US		0	America/Chicago	30.62853	-88.26389	55			AL	097		
4057094	Cottage Hill	cottage-hill	US		0	America/Chicago	33.48205	-86.97833	184			AL	073		
4057111	Cotton Hill	cotton-hill	US		0	America/Chicago	31.83461	-85.28049	138	Cotton Hill,Cottonhill,Hatfields Store		AL	005		
4057113	Cotton Ridge	cotton-ridge	US		0	America/Chicago	33.66288	-86.55804	250			AL	073		
4057137	Cottonville	cottonville	US		0	America/Chicago	34.45342	-86.33554	190			AL	095		
4057143	Cottonwood Park	cottonwood-park	US		0	America/Chicago	33.18567	-87.45334	105			AL	125		
4057160	Council Bluff	council-bluff	US		0	America/Chicago	34.58675	-85.6733	418			AL	049		
4057163	Country Club Acres	country-club-acres	US		0	America/Chicago	34.75509	-86.95528	205			AL	083		
4057164	Country Club Acres	country-club-acres	US		0	America/Chicago	34.81342	-87.71947	166			AL	077		
4057166	Country Club Estates	country-club-estates	US		0	America/Chicago	30.6838	-88.14917	42			AL	097		
4057167	Country Club Estates	country-club-estates	US		0	America/Chicago	33.47344	-86.28137	145			AL	121		
4057168	Country Club Estates	country-club-estates	US		0	America/Chicago	32.44541	-86.4772	64			AL	001		
4057169	Country Club Estates	country-club-estates	US		0	America/Chicago	31.35767	-85.82494	95			AL	031		
4057170	Country Club Estates	country-club-estates	US		0	America/Chicago	34.75426	-86.61444	217			AL	089		
4057171	Country Club Estates	country-club-estates	US		0	America/Chicago	34.32259	-86.3022	192			AL	095		
4057172	Country Club Estates	country-club-estates	US		0	America/Chicago	31.77349	-85.96939	156			AL	109		
4057173	Country Club Gables	country-club-gables	US		0	America/Chicago	33.20234	-87.59001	60			AL	125		
4057174	Country Club Gardens	country-club-gardens	US		0	America/Chicago	34.74592	-86.62777	207			AL	089		
4057175	Country Club Highlands	country-club-highlands	US		0	America/Chicago	33.40261	-86.82499	222			AL	073		
4057177	Country Club Meadows	country-club-meadows	US		0	America/Chicago	31.36767	-85.82633	111			AL	031		
4057178	Country Club Park	country-club-park	US		0	America/Chicago	34.74454	-86.61027	209			AL	089		
4057181	Country Club Village	country-club-village	US		0	America/Chicago	30.69436	-88.16472	47			AL	097		
4057183	Country Estates	country-estates	US		0	America/Chicago	31.33962	-85.78799	112			AL	045		
4057184	Country Estates	country-estates	US		0	America/Chicago	33.63455	-86.66666	232			AL	073		
4057185	Country Estates	country-estates	US		0	America/Chicago	32.35347	-86.41553	49			AL	101		
4057186	Country Haven	country-haven	US		0	America/Chicago	33.76705	-86.80277	147			AL	073		
4057187	Country Hills	country-hills	US		0	America/Chicago	33.15706	-86.8311	162			AL	117		
4057188	Country Hills	country-hills	US		0	America/Chicago	32.56597	-85.43495	182			AL	081		
4057189	Country Ridge Estates	country-ridge-estates	US		0	America/Chicago	33.43344	-86.75971	207			AL	073		
4057190	Country Squire Estates	country-squire-estates	US		0	America/Chicago	30.6313	-88.22278	46			AL	097		
4057191	Country Village	country-village	US		0	America/Chicago	34.77509	-86.91862	210			AL	083		
4057192	Country Village	country-village	US		0	America/Chicago	34.79092	-86.5161	227			AL	089		
4057194	Countryside Estates	countryside-estates	US		0	America/Chicago	33.71343	-86.58388	296			AL	073		
4057195	Countrywood Highlands	countrywood-highlands	US		0	America/Chicago	33.43011	-86.7686	170			AL	073		
4057203	County Line	county-line	US		261	America/Chicago	33.82149	-86.7186	169			AL	009		
4057204	County Line	county-line	US		0	America/Chicago	31.2835	-86.19495	101			AL	039		
4057205	County Line	county-line	US		0	America/Chicago	34.29926	-86.69805	317			AL	043		
4057210	Country Acres	country-acres	US		0	America/Chicago	34.7537	-86.79528	213			AL	083		
4057264	Courtland Downs	courtland-downs	US		0	America/Chicago	34.66953	-87.33335	176			AL	079		
4057274	Cove Park	cove-park	US		0	America/Chicago	33.35845	-87.61112	81			AL	125		
4057291	Covey Chase	covey-chase	US		0	America/Chicago	33.24067	-87.53639	88			AL	125		
4057292	Covin	covin	US		0	America/Chicago	33.69011	-87.88919	102	Brockton,Covin,Tallula		AL	057		
4057349	Cox	cox	US		0	America/Chicago	32.85485	-86.88332	138	Cox,Cox's		AL	007		
4057352	Cox Beach	cox-beach	US		0	America/Chicago	30.85213	-88.04	3			AL	097		
4057354	Cox	cox	US		0	America/Chicago	30.64269	-88.08333	7	Cox,Cox Station		AL	097		
4057373	Cox Gap	cox-gap	US		0	America/Chicago	34.1126	-86.07359	191	Cox Gap,Cox Valley		AL	055		
4057389	Coxey	coxey	US		0	America/Chicago	34.80203	-87.17835	204			AL	083		
4057390	Coxheath	coxheath	US		0	America/Chicago	32.08793	-87.91029	46			AL	091		
4057403	Coxey Creek Subdivision	coxey-creek-subdivision	US		0	America/Chicago	34.76176	-87.17446	181			AL	083		
4057417	Craig (historical)	craig-historical	US		0	America/Chicago	34.12204	-86.43749	235	Craig (historical),Craige		AL	009		
4057493	Creek Stand	creek-stand	US		0	America/Chicago	32.29459	-85.47745	136	Creek Stand,Creekstand		AL	087		
4057499	Creekwood	creekwood	US		0	America/Chicago	34.84759	-87.64781	175			AL	077		
4057500	Creekwood	creekwood	US		0	America/Chicago	30.65297	-88.21945	34			AL	097		
4057501	Creel	creel	US		0	America/Chicago	33.81316	-86.99444	165	Creel,Creel Town,Creeltown		AL	127		
4057513	Crenshaw (historical)	crenshaw-historical	US		0	America/Chicago	32.29986	-87.61584	53			AL	091		
4057536	Crescent Heights	crescent-heights	US		0	America/Chicago	33.43872	-86.91583	160			AL	073		
4057538	Cresent Heights	cresent-heights	US		0	America/Chicago	33.23012	-87.48612	104			AL	125		
4057543	Crest Estates	crest-estates	US		0	America/Chicago	33.4215	-86.84499	311			AL	073		
4057544	Crestdale	crestdale	US		0	America/Chicago	33.23651	-87.5889	68			AL	125		
4057547	Crestline Gardens	crestline-gardens	US		0	America/Chicago	33.52094	-86.72277	219			AL	073		
4057548	Crestline Heights	crestline-heights	US		0	America/Chicago	33.50677	-86.75277	225			AL	073		
4057549	Crestline Park	crestline-park	US		0	America/Chicago	33.51372	-86.73388	219			AL	073		
4057551	Crestmont	crestmont	US		0	America/Chicago	33.2354	-87.58973	65			AL	125		
4057558	Crestview Estates	crestview-estates	US		0	America/Chicago	33.73122	-87.01916	158			AL	073		
4057559	Crestview Estates	crestview-estates	US		0	America/Chicago	34.70898	-86.73139	244			AL	089		
4057560	Crestview Gardens	crestview-gardens	US		0	America/Chicago	33.59427	-86.26914	172			AL	115		
4057561	Crestview Hills	crestview-hills	US		0	America/Chicago	33.52344	-86.73388	235			AL	073		
4057573	Crews	crews	US		0	America/Chicago	33.91316	-88.08059	103	Crews,Crews Depot		AL	075		
4057579	Crest	crest	US		0	America/Chicago	33.43622	-86.82999	228			AL	073		
4057580	Crews Mobile Home Park	crews-mobile-home-park	US		0	America/Chicago	33.7351	-87.01278	170			AL	073		
4057581	Crewsville	crewsville	US		0	America/Chicago	32.94346	-86.13664	227			AL	037		
4057585	Crichton	crichton	US		0	America/Chicago	30.7063	-88.10611	9			AL	097		
4057603	Crockard Junction	crockard-junction	US		0	America/Chicago	33.53566	-86.98527	183			AL	073		
4057608	Crocker Junction	crocker-junction	US		0	America/Chicago	33.6676	-86.91055	168			AL	073		
4057611	Crockertown	crockertown	US		0	America/Chicago	33.67093	-86.4097	225			AL	115		
4057652	Crooked Oak	crooked-oak	US		0	America/Chicago	34.58509	-87.79948	297			AL	033		
4057672	Cross Key	cross-key	US		0	America/Chicago	34.8712	-87.01834	234	Cross Key,Cross Keys		AL	083		
4057678	Cross Keys	cross-keys	US		0	America/Chicago	32.33375	-85.89329	83			AL	087		
4057686	Crossgate	crossgate	US		0	America/Chicago	33.42733	-86.80693	239			AL	073		
4057704	Cross Creek	cross-creek	US		0	America/Chicago	32.30292	-86.27052	60			AL	101		
4057762	Crows Camp (historical)	crows-camp-historical	US		0	America/Chicago	34.90092	-88.03615	126			AL	033		
4057765	Crowtown	crowtown	US		0	America/Chicago	34.54454	-86.92056	173	Crowdon,Crowton,Crowtown		AL	103		
4057768	Crudup	crudup	US		0	America/Chicago	34.10204	-86.00997	197			AL	055		
4057773	Crumley Chapel	crumley-chapel	US		0	America/Chicago	33.57066	-86.91277	184	Crumley Chapel,Crumleys Chapel,Oakwood		AL	073		
4057793	Crumptonia	crumptonia	US		0	America/Chicago	32.21375	-87.28944	43	Crumpton,Crumptonia		AL	047		
4057833	Culebra	culebra	US		0	America/Chicago	32.81679	-85.53523	233	Culebra,Sandy Creek		AL	017		
4057853	Cullom Place	cullom-place	US		0	America/Chicago	33.49399	-86.80555	207			AL	073		
4057856	Cullomburg	cullomburg	US		171	America/Chicago	31.71377	-88.29696	71	Cullom,Cullomberg,Cullomburg,Redemption		AL	023		
4057869	Cumbee Mill	cumbee-mill	US		0	America/Chicago	33.06873	-85.31411	229			AL	017		
4057880	Cumberland Junction	cumberland-junction	US		0	America/Chicago	34.94314	-85.76775	200			AL	071		
4057881	Cumberland Mountain Farm Colony (historical)	cumberland-mountain-farm-colony-historical	US		0	America/Chicago	34.79592	-86.11665	483			AL	071		
4057882	Cumberland Park	cumberland-park	US		0	America/Chicago	33.20623	-87.47834	112			AL	125		
4057890	Cunningham (historical)	cunningham-historical	US		0	America/Chicago	33.67455	-86.76888	156	Adams Creek,Cunningham (historical)		AL	073		
4057915	Curbville	curbville	US		0	America/Chicago	32.70707	-87.37195	126			AL	105		
4057920	Curry	curry	US		0	America/Chicago	31.94126	-86.04412	159			AL	109		
4057921	Curry	curry	US		0	America/Chicago	33.4865	-86.01719	164	Curry,Currys,Currys Station,Currys Store,Kelly Springs,Walker and Riddles Store		AL	121		
4057922	Curry	curry	US		0	America/Chicago	33.95372	-87.21445	190	Curry,Fords		AL	127		
4057935	Currys	currys	US		0	America/Chicago	32.01848	-86.08079	145	Currys,Lenora		AL	101		
4057937	Curt	curt	US		0	America/Chicago	33.37373	-85.43051	284			AL	111		
4057941	Curtis Crossroads	curtis-crossroads	US		0	America/Chicago	34.07733	-87.35668	187			AL	133		
4057949	Curtiston	curtiston	US		0	America/Chicago	34.00121	-86.12136	178			AL	055		
4057952	Cushion	cushion	US		0	America/Chicago	34.47592	-86.37082	209			AL	095		
4057987	Cypress Crest	cypress-crest	US		0	America/Chicago	34.81231	-87.73059	179			AL	077		
4057989	Cypress Forest	cypress-forest	US		0	America/Chicago	34.83648	-87.73281	167			AL	077		
4057990	Cypress Heights	cypress-heights	US		0	America/Chicago	34.82287	-87.71531	165			AL	077		
4058019	D'Olive	d-olive	US		0	America/Chicago	30.87046	-87.79583	71	D'Olive,Dolive,Dolives,Dunlap		AL	003		
4058033	Dailey (historical)	dailey-historical	US		0	America/Chicago	33.92371	-85.54079	217			AL	015		
4058042	Daisey City Trailer Park	daisey-city-trailer-park	US		0	America/Chicago	33.62011	-86.92444	131			AL	073		
4058051	Dale (historical)	dale-historical	US		0	America/Chicago	33.61038	-86.64915	273			AL	009		
4058068	Daisey City	daisey-city	US		0	America/Chicago	33.61705	-86.92166	128			AL	073		
4058088	Dalraida	dalraida	US		0	America/Chicago	32.39792	-86.24663	70			AL	101		
4058149	Dancy	dancy	US		0	America/Chicago	33.01124	-88.29281	59			AL	107		
4058179	Danleys Crossroads	danleys-crossroads	US		0	America/Chicago	31.41905	-86.16773	131	Danley,Danleys Cross Roads,Danleys Crossroads		AL	031		
4058195	Dannley Pines	dannley-pines	US		0	America/Chicago	32.31236	-86.39858	61			AL	101		
4058207	Danway	danway	US		0	America/Chicago	32.75846	-85.37717	223			AL	017		
4058208	Danzey	danzey	US		0	America/Chicago	31.46739	-85.29049	123			AL	067		
4058210	Danzler	danzler	US		0	America/Chicago	33.87677	-86.88194	211	Dantzler,Danzler		AL	009		
4058231	Dargin	dargin	US		0	America/Chicago	33.15234	-86.75888	171			AL	117		
4058251	Darrah	darrah	US		0	America/Chicago	32.85568	-87.78835	34			AL	065		
4058254	Dart	dart	US		0	America/Chicago	34.99453	-87.92364	267			AL	077		
4058256	Darwin Downs	darwin-downs	US		0	America/Chicago	34.74509	-86.56305	208			AL	089		
4058258	Data (historical)	data-historical	US		0	America/Chicago	32.96873	-87.32528	92			AL	007		
4058312	Davis Acres	davis-acres	US		0	America/Chicago	33.51899	-86.24081	169	Davis Acres,Davis Lake Front Acres		AL	121		
4058316	Davidsons Cross Roads (historical)	davidsons-cross-roads-historical	US		0	America/Chicago	34.78675	-87.56169	174			AL	033		
4058364	Davis Crossroads	davis-crossroads	US		0	America/Chicago	32.1357	-86.1758	93			AL	101		
4058377	Davis Hills	davis-hills	US		0	America/Chicago	34.76565	-86.61194	229			AL	089		
4058379	Davis Hills Estates	davis-hills-estates	US		0	America/Chicago	34.77481	-86.6086	219			AL	089		
4058424	Davistown	davistown	US		0	America/Chicago	34.54175	-86.0197	380	Davistown,Macedonia		AL	071		
4058430	Dawes Point	dawes-point	US		0	America/Chicago	30.6363	-88.25362	55			AL	097		
4058445	Dawsons	dawsons	US		0	America/Chicago	32.1132	-86.99276	43			AL	047		
4058447	Davis Subdivision	davis-subdivision	US		0	America/Chicago	33.51399	-86.30192	148			AL	115		
4058470	De Soto Manor	de-soto-manor	US		0	America/Chicago	33.62233	-85.97358	195			AL	015		
4058472	DeArmanville	dearmanville	US		0	America/Chicago	33.62649	-85.75135	205	Center,De Armanville,DeArmansville,DeArmanville		AL	015		
4058476	DeFoor	defoor	US		0	America/Chicago	34.22066	-87.5678	258	DeFoor,Defoor		AL	133		
4058527	Deans	deans	US		0	America/Chicago	31.66016	-86.93887	109			AL	035		
4058528	Deans	deans	US		0	America/Chicago	33.13984	-86.38442	142			AL	121		
4058534	Dearing Downs	dearing-downs	US		0	America/Chicago	33.28067	-86.82999	151			AL	117		
4058535	Dearing Place	dearing-place	US		0	America/Chicago	33.20345	-87.55778	67			AL	125		
4058538	Deas	deas	US		0	America/Chicago	32.22931	-88.09724	49			AL	023		
4058548	Deason Hill	deason-hill	US		0	America/Chicago	33.74789	-87.225	143			AL	127		
4058549	Deavers Town	deavers-town	US		0	America/Chicago	33.92315	-86.58749	145			AL	009		
4058550	Debardeleben	debardeleben	US		0	America/Chicago	33.79594	-87.00555	104			AL	127		
4058580	Deep Wood	deep-wood	US		0	America/Chicago	33.21484	-87.44806	70			AL	125		
4058588	Deer Head Cove	deer-head-cove	US		0	America/Chicago	34.77258	-85.58274	318			AL	049		
4058604	Deer Springs Estates	deer-springs-estates	US		0	America/Chicago	33.2815	-86.77249	167			AL	117		
4058606	Deerfield Park	deerfield-park	US		0	America/Chicago	31.32934	-85.81105	106			AL	031		
4058607	Deerhurst	deerhurst	US		0	America/Chicago	33.28317	-86.7636	159			AL	117		
4058618	Dees	dees	US		0	America/Chicago	30.56408	-88.34334	37			AL	097		
4058632	Delchamps	delchamps	US		0	America/Chicago	30.40075	-88.14889	5			AL	097		
4058636	Delma	delma	US		0	America/Chicago	33.38623	-88.18448	79	Delma,Delmaville,Gore		AL	107		
4058656	Dells Vista Shores	dells-vista-shores	US		0	America/Chicago	34.76203	-87.27474	175			AL	077		
4058684	Dempsey	dempsey	US		0	America/Chicago	34.48426	-87.94976	250			AL	059		
4058706	Denson	denson	US		0	America/Chicago	32.93263	-85.30189	206	Denson,Wickersville,Wickerville		AL	017		
4058708	Denton (historical)	denton-historical	US		0	America/Chicago	34.58565	-87.96393	191			AL	033		
4058709	Denton Acres	denton-acres	US		0	America/Chicago	31.27406	-85.42827	101			AL	069		
4058725	Derby Downs Estates	derby-downs-estates	US		0	America/Chicago	33.40983	-86.78693	167			AL	073		
4058740	Detroit Park	detroit-park	US		0	America/Chicago	34.75731	-87.61892	161			AL	033		
4058743	Deven Dale	deven-dale	US		0	America/Chicago	33.15845	-87.55862	59			AL	125		
4058792	Dickert	dickert	US		0	America/Chicago	33.13179	-85.47301	211			AL	111		
4058815	Dill	dill	US		0	America/Chicago	31.511	-85.65355	159			AL	045		
4058820	Dillburg	dillburg	US		0	America/Chicago	33.19373	-88.10141	63	Dillburg,Dillburgh		AL	107		
4058841	Dingler	dingler	US		0	America/Chicago	33.33123	-85.63079	288			AL	111		
4058884	Dixie Springs	dixie-springs	US		0	America/Chicago	33.71372	-87.37084	115	Dixie Spring,Dixie Springs		AL	127		
4058888	Dixon Corner	dixon-corner	US		0	America/Chicago	30.45214	-88.24195	20			AL	097		
4058892	Dixon Manor	dixon-manor	US		0	America/Chicago	33.16373	-87.54251	60			AL	125		
4058912	Dobbs	dobbs	US		0	America/Chicago	32.97012	-85.93385	202			AL	123		
4058917	Dobbs Subdivision	dobbs-subdivision	US		0	America/Chicago	31.31406	-85.87022	109			AL	031		
4058927	Docray	docray	US		0	America/Chicago	33.22373	-87.16555	178			AL	125		
4058975	Dodsonville (historical)	dodsonville-historical	US		0	America/Chicago	34.57925	-86.12081	181			AL	071		
4058981	Dog Town	dog-town	US		0	America/Chicago	34.35287	-85.73691	414	Cagles Crossroads,Dog Town,Dogtown,Ruhama		AL	049		
4058982	Dogtown	dogtown	US		0	America/Chicago	33.61399	-86.88388	134			AL	073		
4058983	Dogtown	dogtown	US		0	America/Chicago	33.94816	-87.56668	182			AL	127		
4058984	Dogwood	dogwood	US		0	America/Chicago	34.77148	-87.19474	182			AL	083		
4058985	Dogwood	dogwood	US		0	America/Chicago	33.15123	-86.87305	164	Dogwood,Underwood		AL	117		
4058986	Dogwood Acres	dogwood-acres	US		0	America/Chicago	31.7071	-86.05773	131			AL	109		
4058995	Dogwood Estates	dogwood-estates	US		0	America/Chicago	33.72288	-86.55999	325			AL	073		
4059004	Dogwood Point	dogwood-point	US		0	America/Chicago	33.09484	-86.52137	126			AL	117		
4059012	Dollar	dollar	US		0	America/Chicago	32.87874	-86.42414	135			AL	037		
4059025	Dolly Ridge Estates	dolly-ridge-estates	US		0	America/Chicago	33.419	-86.76804	191			AL	073		
4059033	Dolonar	dolonar	US		0	America/Chicago	33.389	-86.99138	146	Dolonah,Dolonar,Maury		AL	073		
4059034	Dolonar Junction	dolonar-junction	US		0	America/Chicago	33.4265	-86.97138	146			AL	073		
4059037	Dominick	dominick	US		0	America/Chicago	32.79485	-87.53195	103			AL	065		
4059055	Donaldson Mill	donaldson-mill	US		0	America/Chicago	34.25093	-87.62586	290	Donalds Mill,Donaldson Mill		AL	133		
4059072	Dora Junction	dora-junction	US		0	America/Chicago	33.76094	-87.06139	153			AL	127		
4059075	Doral Estates	doral-estates	US		0	America/Chicago	32.2482	-86.21802	68			AL	101		
4059098	Doster	doster	US		0	America/Chicago	31.64766	-85.67383	138			AL	005		
4059100	Dosterville	dosterville	US		0	America/Chicago	32.43847	-86.4497	87	Dorsterville,Dosterville		AL	001		
4059139	Double Bridges	double-bridges	US		0	America/Chicago	34.3262	-86.16137	240			AL	095		
4059140	Double Bridges	double-bridges	US		0	America/Chicago	34.23232	-86.12359	292			AL	095		
4059167	Double Tree	double-tree	US		0	America/Chicago	34.65704	-86.52916	197			AL	089		
4059169	Doublehead	doublehead	US		0	America/Chicago	33.09429	-85.39412	240			AL	017		
4059170	Doubleheads Village (historical)	doubleheads-village-historical	US		0	America/Chicago	34.82092	-87.95142	161			AL	033		
4059198	Douthrittville (historical)	douthrittville-historical	US		0	America/Chicago	33.89454	-85.93608	183			AL	015		
4059202	Dove	dove	US		0	America/Chicago	32.49153	-88.39142	84			AL	119		
4059204	Dovertown	dovertown	US		0	America/Chicago	33.73788	-87.15361	130			AL	127		
4059206	Dowdle	dowdle	US		0	America/Chicago	33.18095	-87.21	147			AL	125		
4059234	Dozier Estates	dozier-estates	US		0	America/Chicago	31.78571	-85.94856	150			AL	109		
4059237	Dozier Trailer Park	dozier-trailer-park	US		0	America/Chicago	31.78349	-85.94995	153			AL	109		
4059273	Drewry	drewry	US		0	America/Chicago	31.48627	-87.25304	98	Drewery,Drewry,Hatters Mill,Wait		AL	099		
4059282	Driftwood Estates	driftwood-estates	US		0	America/Chicago	33.32706	-87.54723	106			AL	125		
4059305	Druid Hills	druid-hills	US		0	America/Chicago	32.33264	-86.28802	64			AL	101		
4059306	Druid Hills	druid-hills	US		0	America/Chicago	33.20151	-87.49056	116			AL	125		
4059366	Dry Cove (historical)	dry-cove-historical	US		0	America/Chicago	34.62148	-86.14193	181			AL	071		
4059470	Dry Forks	dry-forks	US		0	America/Chicago	31.90154	-87.36666	105	Capel,Capell,Dry Forks		AL	131		
4059476	Dry Valley	dry-valley	US		0	America/Chicago	33.0779	-86.81665	167			AL	117		
4059481	Dry Valley	dry-valley	US		0	America/Chicago	33.58344	-86.09081	176	Cave Springs,Dry Valley		AL	121		
4059516	Duck Springs	duck-springs	US		0	America/Chicago	34.14593	-85.99914	190	Duck Springs,Duckspring,Ducksprings		AL	055		
4059534	Dudleys	dudleys	US		0	America/Chicago	32.30154	-85.19799	102	Dudley,Dudleys,Dudleysville,Dudleyville		AL	113		
4059537	Dudleyville	dudleyville	US		0	America/Chicago	32.91513	-85.59995	226	Dudleyville,Pittsborough		AL	123		
4059542	Duff Settlement	duff-settlement	US		0	America/Chicago	32.91624	-87.22166	111			AL	007		
4059546	Dug Hill	dug-hill	US		0	America/Chicago	34.71342	-86.48777	249			AL	089		
4059547	Dug Hill	dug-hill	US		0	America/Chicago	32.50486	-88.02974	73			AL	119		
4059563	Duggar Farms	duggar-farms	US		0	America/Chicago	32.56819	-85.53189	166			AL	081		
4059576	Duketon	duketon	US		0	America/Chicago	34.3651	-87.83225	280			AL	059		
4059584	Dunnavant	dunnavant	US		981	America/Chicago	33.49344	-86.54415	203	Dunnavant		AL	117		
4059586	Dunaway Farms	dunaway-farms	US		0	America/Chicago	33.26456	-86.85416	146			AL	117		
4059597	Dunbarton Oaks	dunbarton-oaks	US		0	America/Chicago	33.47233	-86.72471	208			AL	073		
4059598	Dunbrook	dunbrook	US		0	America/Chicago	33.2379	-87.53028	83			AL	125		
4059614	Duncan Crossroads	duncan-crossroads	US		0	America/Chicago	34.54453	-85.91442	396			AL	071		
4059660	Dunns	dunns	US		0	America/Chicago	31.43211	-86.46968	81			AL	039		
4059668	Dunrowin	dunrowin	US		0	America/Chicago	33.57233	-86.22498	159			AL	115		
4059692	Durrett Grove	durrett-grove	US		0	America/Chicago	33.20512	-87.50084	101			AL	125		
4059706	Dutton Place	dutton-place	US		0	America/Chicago	33.23845	-87.5714	76			AL	125		
4059721	Dyas	dyas	US		0	America/Chicago	30.96241	-87.6761	47			AL	003		
4059727	Dyers Crossroads	dyers-crossroads	US		0	America/Chicago	34.24926	-86.82056	280			AL	043		
4059729	Dyke (historical)	dyke-historical	US		0	America/Chicago	32.80068	-85.97219	180			AL	123		
4059741	Dykes Crossroad	dykes-crossroad	US		0	America/Chicago	31.60017	-85.56105	135			AL	045		
4059761	Eady City	eady-city	US		0	America/Chicago	32.82818	-85.17494	182			AL	017		
4059779	Eagle Ridge	eagle-ridge	US		0	America/Chicago	33.69427	-86.61499	267			AL	073		
4059783	Eaglewood Estates	eaglewood-estates	US		0	America/Chicago	33.22428	-86.85832	146			AL	117		
4059798	Earlytown	earlytown	US		0	America/Chicago	31.12851	-86.12939	69			AL	061		
4059825	East Birmingham	east-birmingham	US		0	America/Chicago	33.54427	-86.78193	177			AL	073		
4059826	East Boyles	east-boyles	US		0	America/Chicago	33.56677	-86.78443	172	East Boyles,East Royles		AL	073		
4059831	East Brewton	east-brewton	US		2419	America/Chicago	31.09323	-87.06275	30			AL	053		
4059834	East Brighton	east-brighton	US		0	America/Chicago	33.43705	-86.95166	163			AL	073		
4059836	East Brookwood	east-brookwood	US		0	America/Chicago	33.27762	-87.29028	200			AL	125		
4059843	East Centreville	east-centreville	US		0	America/Chicago	32.94401	-87.13555	82			AL	007		
4059845	East Chapman	east-chapman	US		0	America/Chicago	31.66571	-86.69664	100			AL	013		
4059850	East Circle	east-circle	US		0	America/Chicago	33.21734	-87.57112	44			AL	125		
4059860	East End	east-end	US		0	America/Chicago	33.20456	-87.55417	67			AL	125		
4059870	East Florence	east-florence	US		35733	America/Chicago	34.80953	-87.64947	167	East Florence,Sweetwater		AL	077		
4059905	East Gate Estates	east-gate-estates	US		0	America/Chicago	31.2024	-85.32132	81			AL	069		
4059921	East Irondale	east-irondale	US		0	America/Chicago	33.53066	-86.68888	281			AL	073		
4059923	East Killen	east-killen	US		0	America/Chicago	34.86147	-87.52558	169			AL	077		
4059924	East Lake	east-lake	US		0	America/Chicago	33.56677	-86.72499	199	East Lake,Eastlake		AL	073		
4059927	East Lake	east-lake	US		0	America/Chicago	33.1654	-87.48167	110			AL	125		
4059939	East Limestone	east-limestone	US		0	America/Chicago	34.78092	-86.83278	227			AL	083		
4059944	East Mill	east-mill	US		0	America/Chicago	33.1304	-86.05275	240	East Mill,Mountain Meadow,Pierces Mill		AL	027		
4059947	East Park	east-park	US		0	America/Chicago	33.21734	-87.47667	102			AL	125		
4059950	East Gadsden	east-gadsden	US		0	America/Chicago	34.0026	-85.96858	174			AL	055		
4059960	East Saginaw	east-saginaw	US		0	America/Chicago	33.28539	-86.65748	153			AL	117		
4059976	East Thomas	east-thomas	US		0	America/Chicago	33.51955	-86.83805	212			AL	073		
4059978	East Thomas Gardens	east-thomas-gardens	US		0	America/Chicago	33.52983	-86.86527	170			AL	073		
4059983	East Town	east-town	US		0	America/Chicago	32.9454	-87.13194	96			AL	007		
4059985	East Trussville (historical)	east-trussville-historical	US		0	America/Chicago	33.63455	-86.57637	241			AL	073		
4059987	East Sheffield	east-sheffield	US		0	America/Chicago	34.77092	-87.67781	175			AL	033		
4059995	Eastbrook Manor	eastbrook-manor	US		0	America/Chicago	33.61677	-86.72832	216			AL	073		
4060008	Eastern Hills	eastern-hills	US		0	America/Chicago	33.16345	-87.4275	117			AL	125		
4060010	Eastern Meadows	eastern-meadows	US		0	America/Chicago	32.41569	-86.2708	63			AL	101		
4060012	Eastern Valley	eastern-valley	US		0	America/Chicago	33.35956	-86.9686	181			AL	073		
4060016	Eastmont	eastmont	US		0	America/Chicago	32.38764	-86.22997	70			AL	101		
4060023	Eastridge	eastridge	US		0	America/Chicago	34.75898	-86.55527	223			AL	089		
4060046	Eastwood Farms	eastwood-farms	US		0	America/Chicago	32.35847	-86.18608	75			AL	101		
4060051	Eastwood Mobile Home Plaza	eastwood-mobile-home-plaza	US		0	America/Chicago	33.55899	-86.6536	247			AL	073		
4060054	Eastwood Villa	eastwood-villa	US		0	America/Chicago	32.37097	-86.05496	62			AL	101		
4060055	Eastwood Villa	eastwood-villa	US		0	America/Chicago	33.19373	-87.51112	89			AL	125		
4060062	Eau Claire Estates	eau-claire-estates	US		0	America/Chicago	30.66769	-88.15306	32			AL	097		
4060158	Echo Hill	echo-hill	US		0	America/Chicago	33.19651	-87.50362	79			AL	125		
4060159	Echo Hills	echo-hills	US		0	America/Chicago	33.65427	-86.60915	258			AL	073		
4060160	Echo Hills	echo-hills	US		0	America/Chicago	33.59677	-86.10108	181			AL	121		
4060173	Echols Crossroads	echols-crossroads	US		0	America/Chicago	34.52676	-86.78917	182			AL	103		
4060174	Echols Hill	echols-hill	US		0	America/Chicago	34.73148	-86.57527	215			AL	089		
4060191	Eddings Town	eddings-town	US		0	America/Chicago	33.13845	-86.97916	198			AL	007		
4060206	Eden Ridge	eden-ridge	US		0	America/Chicago	33.33622	-86.87971	196			AL	073		
4060228	Edgemont Heights	edgemont-heights	US		0	America/Chicago	32.34431	-86.3183	62			AL	101		
4060229	Edgemont Park	edgemont-park	US		0	America/Chicago	33.45316	-86.83249	195			AL	073		
4060231	Edgemoor Estates	edgemoor-estates	US		0	America/Chicago	33.45705	-86.83221	199			AL	073		
4060235	Edgewater Junction	edgewater-junction	US		0	America/Chicago	33.53094	-86.95888	161			AL	073		
4060249	Edgewood Forest	edgewood-forest	US		0	America/Chicago	32.61069	-85.35689	220			AL	081		
4060253	Edgil	edgil	US		0	America/Chicago	33.90205	-87.35501	161			AL	127		
4060263	Edmonton Heights	edmonton-heights	US		0	America/Chicago	34.77759	-86.56638	228			AL	089		
4060269	Edsons	edsons	US		0	America/Chicago	32.31819	-86.77526	40	Edson,Edsons		AL	085		
4060278	Edwardian Place	edwardian-place	US		0	America/Chicago	33.36678	-87.57862	86			AL	125		
4060301	Edwin	edwin	US		0	America/Chicago	31.66544	-85.37521	118			AL	067		
4060313	Egypt (historical)	egypt-historical	US		0	America/Chicago	33.0104	-87.3025	165			AL	007		
4060339	El Dorado East	el-dorado-east	US		0	America/Chicago	33.17262	-87.47945	111			AL	125		
4060345	Eiler	eiler	US		0	America/Chicago	31.96265	-88.42364	54			AL	023		
4060371	Elamville	elamville	US		0	America/Chicago	31.66766	-85.65633	159			AL	005		
4060391	Elder (historical)	elder-historical	US		0	America/Chicago	33.46011	-85.77218	303			AL	027		
4060429	Eliza	eliza	US		0	America/Chicago	34.86397	-85.61302	443			AL	071		
4060445	Elk Estates	elk-estates	US		0	America/Chicago	34.82787	-87.13668	184			AL	083		
4060456	Elk Shores	elk-shores	US		0	America/Chicago	34.81759	-87.22141	183			AL	077		
4060459	Elkahatchee Park	elkahatchee-park	US		0	America/Chicago	32.91957	-85.97108	199			AL	123		
4060478	Ellards	ellards	US		0	America/Chicago	32.81485	-87.26083	55			AL	105		
4060481	Ellawhite	ellawhite	US		0	America/Chicago	32.43819	-87.49917	87			AL	105		
4060485	Elkahatchee Heights	elkahatchee-heights	US		0	America/Chicago	32.89679	-85.97302	196			AL	123		
4060494	Elliotsville	elliotsville	US		0	America/Chicago	33.20012	-86.82916	158			AL	117		
4060500	Elliott Crossroads	elliott-crossroads	US		0	America/Chicago	34.61286	-85.76858	449			AL	049		
4060523	Ellis Crossroads	ellis-crossroads	US		0	America/Chicago	31.9782	-86.45136	137			AL	085		
4060535	Ellison (historical)	ellison-historical	US		0	America/Chicago	32.03321	-87.71251	71			AL	091		
4060538	Ellison Crossroads	ellison-crossroads	US		0	America/Chicago	34.04537	-86.33526	263			AL	009		
4060545	Elm Acres	elm-acres	US		0	America/Chicago	34.84036	-87.60225	194			AL	077		
4060546	Elm Bluff	elm-bluff	US		0	America/Chicago	32.15292	-87.07193	110	Centreport,Elm Bluff,Sakti Homma,Shepardsville,Shepardville		AL	047		
4060554	Elm Ridge	elm-ridge	US		0	America/Chicago	33.22123	-87.48056	108			AL	125		
4060556	Elmhill Plantation	elmhill-plantation	US		0	America/Chicago	31.7946	-85.9055	147			AL	109		
4060580	Elrath	elrath	US		0	America/Chicago	34.13815	-85.74302	187			AL	019		
4060588	Elsanor	elsanor	US		0	America/Chicago	30.54519	-87.5836	41			AL	003		
4060591	Elsmeade	elsmeade	US		0	America/Chicago	32.32097	-86.26886	68			AL	101		
4060599	Elvira	elvira	US		0	America/Chicago	33.32345	-86.86582	147	Cahaba Mines,Elvira		AL	117		
4060605	Elyton	elyton	US		0	America/Chicago	33.50149	-86.84082	174	Elyton,Frog Level		AL	073		
4060619	Emauhee	emauhee	US		0	America/Chicago	33.22039	-86.19275	155			AL	121		
4060622	Embry Bend	embry-bend	US		0	America/Chicago	33.68955	-86.19386	165	Embry Bend,Emory Bend,Point Malibu		AL	121		
4060623	Embry Crossroads	embry-crossroads	US		0	America/Chicago	33.59316	-86.16109	150	Embry,Embry Crossroads,Embrys Crossing,Embrys Crossroad		AL	121		
4060624	Emco-Listerhill Junction	emco-listerhill-junction	US		0	America/Chicago	34.7137	-87.59336	158			AL	033		
4060630	Emerald Shores	emerald-shores	US		0	America/Chicago	34.85814	-87.56919	156			AL	077		
4060694	Emuckfaw (historical)	emuckfaw-historical	US		0	America/Chicago	33.0879	-85.68551	239	Emuckfaw (historical),Imukfa		AL	123		
4060698	Enchanted Hills	enchanted-hills	US		0	America/Chicago	33.51733	-86.23748	154			AL	115		
4060701	Endsley Acres	endsley-acres	US		0	America/Chicago	34.77731	-86.64027	235			AL	089		
4060714	England Isle	england-isle	US		0	America/Chicago	33.58122	-86.20886	147			AL	121		
4060719	English Terrace	english-terrace	US		0	America/Chicago	34.70731	-86.57499	193			AL	089		
4060720	English Village	english-village	US		0	America/Chicago	33.49427	-86.78221	262	English Village,Hedona		AL	073		
4060721	English Village	english-village	US		0	America/Chicago	34.62648	-86.56971	180			AL	089		
4060722	English Village	english-village	US		0	America/Chicago	32.30958	-86.34469	58			AL	101		
4060735	Enoe	enoe	US		0	America/Chicago	33.67789	-87.38862	97	Enoe,Enon		AL	127		
4060776	Ensley	ensley	US		0	America/Chicago	33.50937	-86.88593	161			AL	073		
4060786	Ensley Highlands	ensley-highlands	US		0	America/Chicago	33.5015	-86.88388	186			AL	073		
4060787	Ensley Junction	ensley-junction	US		0	America/Chicago	33.49344	-86.91805	171			AL	073		
4060814	Eoda	eoda	US		0	America/Chicago	31.37461	-86.31912	122			AL	039		
4060815	Eoline	eoline	US		0	America/Chicago	32.99512	-87.23222	84			AL	007		
4060852	Erharkers	erharkers	US		0	America/Chicago	33.01262	-86.91249	146			AL	007		
4060853	Erie (historical)	erie-historical	US		0	America/Chicago	32.71541	-85.80412	167			AL	065		
4060863	Erratta	erratta	US		0	America/Chicago	33.30039	-86.3722	129	Erratta,Tulanesville		AL	117		
4060909	Estep (historical)	estep-historical	US		0	America/Chicago	34.87231	-87.25141	211			AL	077		
4060914	Estes Crossroads	estes-crossroads	US		0	America/Chicago	33.99593	-85.70996	189			AL	019		
4060920	Estaville (historical)	estaville-historical	US		0	America/Chicago	34.97397	-86.88056	273			AL	083		
4060933	Estothel	estothel	US		0	America/Chicago	31.24461	-86.19828	88	Estothel,Gatlin		AL	039		
4060944	Etowahton (historical)	etowahton-historical	US		0	America/Chicago	33.92093	-86.0972	173			AL	055		
4060953	Euclid Estates	euclid-estates	US		0	America/Chicago	33.51066	-86.74527	224			AL	073		
4060967	Eulaton	eulaton	US		0	America/Chicago	33.64566	-85.91247	219	Eulaton,Fords		AL	015		
4060971	Eunola	eunola	US		243	America/Chicago	31.0399	-85.84744	42			AL	061		
4060989	Eureka Shores	eureka-shores	US		0	America/Chicago	33.56649	-86.16859	148			AL	121		
4061041	Evansboro	evansboro	US		0	America/Chicago	31.88376	-88.46808	101			AL	023		
4061061	Everglade	everglade	US		0	America/Chicago	32.9979	-85.65523	228			AL	123		
4061083	Evergreen Estates	evergreen-estates	US		0	America/Chicago	34.8462	-87.58669	199			AL	077		
4061110	Ewing Farms	ewing-farms	US		0	America/Chicago	31.08268	-87.58749	93			AL	053		
4061119	Executive Park	executive-park	US		0	America/Chicago	32.33264	-86.23663	73			AL	101		
4061121	Exie	exie	US		0	America/Chicago	34.04927	-85.54857	214			AL	019		
4061131	Exmoor	exmoor	US		0	America/Chicago	32.05654	-87.87418	38	Cleveland,Exmoor,Milner		AL	091		
4061135	Exum	exum	US		0	America/Chicago	33.50288	-86.93333	196			AL	073		
4061140	Ezell	ezell	US		0	America/Chicago	31.91766	-85.85551	153	Ezel,Ezell		AL	109		
4061144	Ezell Place	ezell-place	US		0	America/Chicago	34.79953	-87.00306	232			AL	083		
4061146	Ezra	ezra	US		0	America/Chicago	33.44594	-87.14305	135			AL	073		
4061170	Fadette	fadette	US		0	America/Chicago	31.04462	-85.53743	77	Fadette,Fodette		AL	061		
4061178	Failetown	failetown	US		0	America/Chicago	31.92793	-88.0164	45			AL	025		
4061186	Fair Park	fair-park	US		0	America/Chicago	33.42594	-86.18247	181			AL	121		
4061192	Fair View	fair-view	US		0	America/Chicago	34.62675	-85.79025	443	Fair View,Fair View Store		AL	071		
4061209	Fairfield (historical)	fairfield-historical	US		0	America/Chicago	34.76619	-85.99859	195			AL	071		
4061218	Fairfield Estates	fairfield-estates	US		0	America/Chicago	31.32489	-85.88216	109			AL	031		
4061222	Fairfield Highlands	fairfield-highlands	US		0	America/Chicago	33.45344	-86.94249	187			AL	073		
4061230	Fairfield Village	fairfield-village	US		0	America/Chicago	33.47539	-86.91249	179			AL	073		
4061231	Fairford	fairford	US		186	America/Chicago	31.16823	-88.06417	23			AL	129		
4061250	Fairlane	fairlane	US		0	America/Chicago	31.20851	-85.37743	95			AL	069		
4061256	Fairmount (historical)	fairmount-historical	US		0	America/Chicago	32.02599	-85.33744	79			AL	005		
4061260	Fairnelson	fairnelson	US		0	America/Chicago	31.56377	-87.07665	110			AL	035		
4061375	Fairview West	fairview-west	US		0	America/Chicago	34.03316	-86.79555	175			AL	043		
4061380	Fairway Drive	fairway-drive	US		0	America/Chicago	33.18623	-87.52501	67			AL	125		
4061457	Fakit Chipunta (historical)	fakit-chipunta-historical	US		0	America/Chicago	31.76488	-88.15418	16	Fakit Chipunta (historical),Fakitchipunta,Fuketchepoonto,Tombigbee Turkey Town,Turkey Town		AL	025		
4061458	Falakto	falakto	US		0	America/Chicago	32.80485	-86.59415	158			AL	021		
4061459	Falco	falco	US		0	America/Chicago	31.04907	-86.61829	74	Falco,Falko,Wing		AL	039		
4061463	Falconhead	falconhead	US		0	America/Chicago	34.88842	-87.57975	202			AL	077		
4061471	Fagen Springs Estates	fagen-springs-estates	US		0	America/Chicago	34.73537	-86.55721	210			AL	089		
4061484	Falliston	falliston	US		0	America/Chicago	33.28956	-86.85999	140			AL	117		
4061495	Falls Junction	falls-junction	US		0	America/Chicago	33.50344	-86.92333	188			AL	073		
4061508	Fannings Crossing	fannings-crossing	US		0	America/Chicago	34.88398	-86.44277	232	Fannings,Fannings Crossing		AL	089		
4061515	Farill	farill	US		0	America/Chicago	34.2462	-85.49329	202	Farill,Farrell,Farrill		AL	019		
4061540	Farmview	farmview	US		0	America/Chicago	34.78481	-87.00418	226			AL	083		
4061544	Farnell	farnell	US		0	America/Chicago	30.64352	-88.10333	4			AL	097		
4061555	Farriss (historical)	farriss-historical	US		0	America/Chicago	34.01205	-87.59307	245			AL	133		
4061557	Fatama	fatama	US		0	America/Chicago	31.89904	-87.23554	121	Fatama,Fatima		AL	131		
4061578	Faustinas	faustinas	US		0	America/Chicago	30.43381	-88.10555	3	Fanstinas,Faustinas,Faustinas Beach		AL	097		
4061610	Fays	fays	US		0	America/Chicago	32.48069	-86.40997	118	Fay Station,Fays		AL	051		
4061656	Feddisburg	feddisburg	US		0	America/Chicago	33.41455	-86.26248	180	Feddisburg,Fredericksburg		AL	121		
4061670	Ferguson Crossroad	ferguson-crossroad	US		0	America/Chicago	33.9476	-86.29859	254	Ferguson Crossroad,Fergusons Cross Roads,Fergusons Crossroads		AL	115		
4061675	Fernbank	fernbank	US		0	America/Chicago	33.57928	-88.1417	78	Baltimore,Fernbank		AL	075		
4061679	Ferncliff (historical)	ferncliff-historical	US		0	America/Chicago	34.61953	-85.96803	415			AL	071		
4061681	Fernland	fernland	US		0	America/Chicago	30.48325	-88.29306	34			AL	097		
4061682	Fernridge	fernridge	US		0	America/Chicago	33.1779	-87.5789	45			AL	125		
4061683	Ferns Quarter (historical)	ferns-quarter-historical	US		0	America/Chicago	34.43398	-86.40332	174			AL	095		
4061686	Fernwood Estates	fernwood-estates	US		0	America/Chicago	33.62621	-86.67888	249			AL	073		
4061690	Ferry Shores	ferry-shores	US		0	America/Chicago	34.77592	-87.30669	181			AL	077		
4061699	Fields (historical)	fields-historical	US		0	America/Chicago	31.89461	-85.20132	61			AL	005		
4061704	Fieldstown	fieldstown	US		0	America/Chicago	33.64205	-86.85583	173			AL	073		
4061719	Fikestown (historical)	fikestown-historical	US		0	America/Chicago	33.08429	-87.15055	134			AL	007		
4061738	Finchburg	finchburg	US		0	America/Chicago	31.64266	-87.51083	68	Finchberg,Finchburg,Finchburgh		AL	099		
4061755	Finley Crossing	finley-crossing	US		0	America/Chicago	31.96182	-87.68584	65	Finley Crossing,Finley Crossroads		AL	025		
4062246	Fish Pond	fish-pond	US		0	America/Chicago	34.64259	-87.14057	175			AL	079		
4062261	Fisher Crossroads	fisher-crossroads	US		0	America/Chicago	34.46703	-85.64858	505			AL	049		
4062268	Fishermans Resort	fishermans-resort	US		0	America/Chicago	34.78425	-87.39391	159			AL	079		
4062278	Fishpond	fishpond	US		0	America/Chicago	32.8679	-86.0233	228			AL	037		
4062285	Fishtrap	fishtrap	US		0	America/Chicago	33.49038	-86.24053	143	Beavers Fish Trap,Fishtrap,Sims Trap		AL	121		
4062291	Fitee	fitee	US		0	America/Chicago	31.54405	-88.34946	60	Barton,Fitee		AL	129		
4062294	Fitts Heights	fitts-heights	US		0	America/Chicago	33.18429	-87.53278	64			AL	125		
4062295	Fitzgerald Estates	fitzgerald-estates	US		0	America/Chicago	33.70232	-86.67666	192			AL	073		
4062307	Five Forks	five-forks	US		0	America/Chicago	34.36981	-86.07581	325	Five Forks,Five Points		AL	049		
4062347	Five Points South	five-points-south	US		0	America/Chicago	33.50066	-86.79999	201			AL	073		
4062353	Five Points East	five-points-east	US		0	America/Chicago	33.53122	-86.7086	218			AL	073		
4062403	Flat Creek	flat-creek	US		0	America/Chicago	33.64427	-87.0925	121			AL	073		
4062467	Flatwood	flatwood	US		0	America/Chicago	32.45041	-86.26108	51			AL	101		
4062468	Flatwood	flatwood	US		0	America/Chicago	33.94511	-87.50335	180			AL	127		
4062469	Flatwood	flatwood	US		0	America/Chicago	32.14931	-87.52306	61			AL	131		
4062485	Flatwood	flatwood	US		0	America/Chicago	31.79682	-88.23751	42			AL	023		
4062500	Fleming Hills	fleming-hills	US		0	America/Chicago	34.66148	-86.58277	179			AL	089		
4062501	Fleming Meadows	fleming-meadows	US		0	America/Chicago	34.68287	-86.57194	188			AL	089		
4062503	Flemington Heights	flemington-heights	US		0	America/Chicago	34.66926	-86.55944	195			AL	089		
4062506	Fleta	fleta	US		0	America/Chicago	32.10959	-86.35219	94			AL	101		
4062523	Flint City	flint-city	US		1033	America/Chicago	34.52315	-86.97029	184	Flint,Flint City,Morganburgh,Morgansburg		AL	103		
4062566	Floral Crest	floral-crest	US		0	America/Chicago	34.87369	-85.59024	458			AL	071		
4062600	Florette	florette	US		0	America/Chicago	34.41648	-86.70305	179	Florette,Nunns Mill		AL	103		
4062603	Flournoys	flournoys	US		0	America/Chicago	32.36987	-85.00771	71	Flour,Flourney,Flournoy,Flournoys		AL	113		
4062604	Flower Hill	flower-hill	US		0	America/Chicago	34.68037	-87.15613	186			AL	079		
4062620	Floy (historical)	floy-historical	US		0	America/Chicago	34.38009	-85.92664	367			AL	049		
4062673	Fontaine Village	fontaine-village	US		0	America/New_York	32.43348	-85.0041	106			AL	113		
4062706	Forest Acres	forest-acres	US		0	America/Chicago	33.62566	-86.68971	246			AL	073		
4062707	Forest Acres Mobile Home Park	forest-acres-mobile-home-park	US		0	America/Chicago	31.7596	-85.96245	152			AL	109		
4062717	Forest Circle	forest-circle	US		0	America/Chicago	31.81766	-85.98745	150			AL	109		
4062719	Forest Green	forest-green	US		0	America/Chicago	33.2304	-87.70779	68			AL	125		
4062720	Forest Green Park	forest-green-park	US		0	America/Chicago	33.23678	-87.71696	70			AL	125		
4062721	Forest Highlands	forest-highlands	US		0	America/Chicago	30.72936	-88.16667	59			AL	097		
4062762	Forest Manor	forest-manor	US		0	America/Chicago	33.23817	-87.58501	64			AL	125		
4062770	Forest Ridge Estates	forest-ridge-estates	US		0	America/Chicago	33.38983	-86.80221	179			AL	073		
4062772	Forest View Estates	forest-view-estates	US		0	America/Chicago	33.57927	-86.88888	212			AL	073		
4062773	Forestasia	forestasia	US		0	America/Chicago	33.1654	-87.47334	111			AL	125		
4062777	Forestdale Mobile Home Park	forestdale-mobile-home-park	US		0	America/Chicago	33.61177	-86.89333	121			AL	073		
4062780	Forestdale by the Brook	forestdale-by-the-brook	US		0	America/Chicago	33.61399	-86.89027	140			AL	073		
4062781	Forester	forester	US		0	America/Chicago	32.43708	-86.59803	48			AL	001		
4062783	Forester Chapel	forester-chapel	US		0	America/Chicago	33.16123	-85.53884	288			AL	111		
4062794	Forkville	forkville	US		0	America/Chicago	34.26927	-87.55141	305			AL	133		
4062817	Fort Dale	fort-dale	US		0	America/Chicago	31.89154	-86.65748	156	Fort Dale,Poplar Spring		AL	013		
4062825	Fort Deposit (historical)	fort-deposit-historical	US		0	America/Chicago	34.43398	-86.33332	181			AL	095		
4062882	Fort Stoddard	fort-stoddard	US		0	America/Chicago	31.0999	-87.97916	15	Fort Stoddard,Fort Stoddart,Fort Stoddert		AL	097		
4062906	Foshee	foshee	US		0	America/Chicago	31.11684	-87.22636	36			AL	053		
4062912	Fosheeton	fosheeton	US		0	America/Chicago	32.9979	-85.82691	226	Fisheeton,Fosheeton		AL	123		
4062923	Foster Crossroad	foster-crossroad	US		0	America/Chicago	33.42261	-85.55523	318			AL	111		
4062938	Fosters Mill	fosters-mill	US		0	America/Chicago	34.76731	-87.41808	159			AL	033		
4062946	Foster Crossroads	foster-crossroads	US		0	America/Chicago	32.99373	-85.51801	237			AL	017		
4062950	Fountain Heights	fountain-heights	US		0	America/Chicago	33.52927	-86.82638	176			AL	073		
4062958	Fountainrun (historical)	fountainrun-historical	US		0	America/Chicago	33.49927	-86.31887	146			AL	115		
4062960	Four Mile	four-mile	US		0	America/Chicago	33.76538	-85.7708	217			AL	015		
4062967	Four Point	four-point	US		0	America/Chicago	31.30128	-88.36446	71	Four Point,Four Points		AL	129		
4062974	Four Winds	four-winds	US		0	America/Chicago	33.35012	-87.56667	73			AL	125		
4063009	Fowl River	fowl-river	US		0	America/Chicago	30.46242	-88.16889	7			AL	097		
4063015	Fowler (historical)	fowler-historical	US		0	America/Chicago	34.20843	-86.42637	213			AL	009		
4063036	Fowler Spring	fowler-spring	US		0	America/Chicago	34.03399	-86.58721	242			AL	009		
4063040	Fowlers Crossroads	fowlers-crossroads	US		0	America/Chicago	33.80122	-87.66335	201			AL	057		
4063059	Fox Run	fox-run	US		0	America/Chicago	34.61815	-86.53443	194			AL	089		
4063060	Fox Run	fox-run	US		0	America/Chicago	33.23762	-87.53667	80			AL	125		
4063063	Fox Trace	fox-trace	US		0	America/Chicago	33.27789	-86.94527	230			AL	073		
4063064	Foxchase	foxchase	US		0	America/Chicago	32.31542	-86.11524	73			AL	101		
4063068	Foxhill	foxhill	US		0	America/Chicago	31.33462	-85.80466	106			AL	031		
4063071	Fox Haven	fox-haven	US		0	America/Chicago	33.2715	-86.84999	161			AL	117		
4063072	Foxwood Trace	foxwood-trace	US		0	America/Chicago	32.33681	-86.11885	81			AL	101		
4063077	Frances Heights	frances-heights	US		0	America/Chicago	33.61316	-86.83666	176			AL	073		
4063084	Foxwood	foxwood	US		0	America/Chicago	32.32097	-86.12524	76			AL	101		
4063138	Franklin Gardens	franklin-gardens	US		0	America/Chicago	33.55844	-86.83527	196			AL	073		
4063209	Freeman Acres	freeman-acres	US		0	America/Chicago	34.78287	-87.34613	179	Freeman Acres,Freeman Acres Subdivision		AL	079		
4063228	Freemanville	freemanville	US		0	America/Chicago	31.07185	-87.52082	88			AL	053		
4063259	French Hill	french-hill	US		0	America/Chicago	34.7862	-86.775	228			AL	083		
4063261	French Mill	french-mill	US		0	America/Chicago	34.76676	-86.87778	202	French Mill,Frenchs Mill		AL	083		
4063270	Fridays Crossing	fridays-crossing	US		0	America/Chicago	34.05982	-86.43387	247			AL	009		
4063292	Friendship (historical)	friendship-historical	US		0	America/Chicago	34.15093	-86.28415	270			AL	095		
4063478	Frisco Quarters	frisco-quarters	US		0	America/Chicago	33.82427	-87.26973	96	Frisco Depot,Frisco Quarters		AL	127		
4063488	Frog Eye	frog-eye	US		0	America/Chicago	33.03262	-85.59412	208			AL	123		
4063489	Frog Mountain	frog-mountain	US		0	America/Chicago	34.0226	-85.57413	191			AL	019		
4063531	Fuller	fuller	US		0	America/Chicago	32.96484	-85.90413	214			AL	123		
4063545	Fuller Crossroad	fuller-crossroad	US		0	America/Chicago	33.38983	-85.61523	306	Fuller Crossroad,Fuller Crossroads,Wesley Chapel		AL	111		
4063557	Fullers Crossroads	fullers-crossroads	US		0	America/Chicago	31.81793	-86.31108	147			AL	041		
4063562	Fulton Bridge	fulton-bridge	US		0	America/Chicago	34.08844	-88.01225	122			AL	093		
4063569	Fulton Springs	fulton-springs	US		0	America/Chicago	33.61844	-86.80166	152			AL	073		
4063573	Fultondale Estates	fultondale-estates	US		0	America/Chicago	33.60594	-86.78999	203			AL	073		
4063590	Fungo Hollow	fungo-hollow	US		0	America/Chicago	33.30678	-86.78388	164			AL	117		
4063596	Fusihatchi (historical)	fusihatchi-historical	US		0	America/Chicago	32.42458	-86.12358	49	Foosce-hat-che,Fooschatchee,Foose Hatchee,Fooskahatche,Fouchatchis,Foutchachy,Fuoihatchi,Fus-hatchee,Fus-hatchi,Fusahatche,Fusi-hatchi,Fusihatchi (historical),Tusehatche		AL	051		
4063598	Furnace Hill (historical)	furnace-hill-historical	US		0	America/Chicago	34.75564	-87.70559	149			AL	033		
4063611	Gable Cove	gable-cove	US		0	America/Chicago	33.65232	-86.66193	263			AL	073		
4063662	Gaino	gaino	US		0	America/Chicago	31.84127	-85.3441	153			AL	005		
4063709	Gallups Crossroads	gallups-crossroads	US		0	America/Chicago	33.34928	-86.46081	150			AL	117		
4063714	Gamble	gamble	US		0	America/Chicago	33.87955	-87.33445	155			AL	127		
4063734	Ganer	ganer	US		0	America/Chicago	31.08323	-86.10689	49			AL	061		
4063744	Gantts Junction	gantts-junction	US		0	America/Chicago	33.16817	-86.29803	170	Gantts Junction,Gilmore Switch		AL	121		
4063745	Gantts Quarry	gantts-quarry	US		0	America/Chicago	33.14845	-86.28942	193			AL	121		
4063748	Gap of the Mountain	gap-of-the-mountain	US		0	America/Chicago	32.91124	-86.60748	172			AL	021		
4064254	Gladlane Estates	gladlane-estates	US		0	America/Chicago	32.33458	-86.25274	66			AL	101		
4063761	Garden Square	garden-square	US		0	America/Chicago	32.41125	-86.28886	62			AL	101		
4063773	Gardiners Gin	gardiners-gin	US		0	America/Chicago	33.81483	-87.20195	138			AL	127		
4063778	Gann Crossroad	gann-crossroad	US		0	America/Chicago	34.72619	-85.61663	510	Gann Crossroad,Gann Crossroads		AL	049		
4063797	Garner (historical)	garner-historical	US		0	America/Chicago	34.73592	-86.88056	199			AL	033		
4063808	Garnersville	garnersville	US		0	America/Chicago	31.87626	-86.27274	159			AL	041		
4063810	Garnsey	garnsey	US		0	America/Chicago	33.13234	-87.00749	126			AL	007		
4063811	Garnsey Number 2	garnsey-number-2	US		0	America/Chicago	33.15706	-86.98888	129			AL	007		
4063816	Garmon Crossroads	garmon-crossroads	US		0	America/Chicago	31.9396	-85.55328	185			AL	005		
4063823	Garrett Heights	garrett-heights	US		0	America/New_York	32.4357	-84.99715	95			AL	113		
4063828	Garretts Crossroads	garretts-crossroads	US		0	America/Chicago	31.04601	-85.43882	60			AL	069		
4063836	Garth	garth	US		0	America/Chicago	34.72537	-86.30304	199	Garth,Union City		AL	071		
4063846	Gary Springs	gary-springs	US		0	America/Chicago	32.96762	-87.08805	96	Brown Springs,Garey Springs,Gary Springs		AL	007		
4063848	Garywood	garywood	US		0	America/Chicago	33.45983	-86.96388	165			AL	073		
4063852	Gasque	gasque	US		0	America/Chicago	30.25326	-87.81971	2			AL	003		
4063867	Gastonburg	gastonburg	US		0	America/Chicago	32.20736	-87.4375	67	Gastonburg,Paris		AL	131		
4063880	Gatesville (historical)	gatesville-historical	US		0	America/Chicago	34.72981	-87.84587	128			AL	033		
4063881	Gateswood	gateswood	US		0	America/Chicago	30.72102	-87.58082	50			AL	003		
4063882	Gateway Estates	gateway-estates	US		0	America/Chicago	31.37934	-85.86188	102			AL	031		
4063888	Gauldinville	gauldinville	US		0	America/Chicago	33.62233	-85.92358	202			AL	015		
4063907	Gayosa	gayosa	US		0	America/Chicago	33.71566	-87.32556	107			AL	127		
4063912	Gay Meadows	gay-meadows	US		0	America/Chicago	32.33347	-86.26525	70			AL	101		
4063917	Geiger	geiger	US		161	America/Chicago	32.86819	-88.30503	51			AL	119		
4063924	Genery	genery	US		0	America/Chicago	33.30872	-86.90388	217			AL	073		
4063952	Gentilly Forest	gentilly-forest	US		0	America/Chicago	33.42511	-86.8111	228			AL	073		
4063953	Gentily Forest	gentily-forest	US		0	America/Chicago	34.76676	-86.64166	227			AL	089		
4063990	Georgena Terrace	georgena-terrace	US		0	America/Chicago	33.31373	-87.56167	82			AL	125		
4064000	Georgia	georgia	US		0	America/Chicago	34.45343	-86.92806	212			AL	103		
4064011	Georgiaville	georgiaville	US		0	America/Chicago	31.23684	-86.73052	74			AL	035		
4064024	German Crossing	german-crossing	US		0	America/Chicago	34.0526	-87.56585	228			AL	133		
4064028	Germania	germania	US		0	America/Chicago	33.47761	-86.87249	165			AL	073		
4064030	Germania Springs (historical)	germania-springs-historical	US		0	America/Chicago	33.84816	-85.75552	204	Germania Springs (historical),Walnut Grove,Walnut Springs		AL	015		
4064042	Gibbons (historical)	gibbons-historical	US		0	America/Chicago	32.53902	-86.5972	110	Gibbons (historical),Gibbons Siding		AL	001		
4064052	Gibbs Village	gibbs-village	US		0	America/Chicago	32.35708	-86.3458	52			AL	101		
4064066	Gibson Crossroads	gibson-crossroads	US		0	America/Chicago	34.46231	-85.95275	385			AL	049		
4064072	Gibson Hill	gibson-hill	US		0	America/Chicago	32.23681	-86.18635	80			AL	101		
4064096	Gilbert Crossroads	gilbert-crossroads	US		0	America/Chicago	34.36203	-85.93553	361	Gilbert Crossroads,Gilbert Store		AL	049		
4064176	Gilmore Quarters	gilmore-quarters	US		0	America/Chicago	32.63124	-87.77946	27			AL	065		
4064253	Glades	glades	US		0	America/Chicago	33.21123	-85.98969	311			AL	027		
4064262	Glasgow Corner	glasgow-corner	US		0	America/Chicago	34.43704	-87.86753	279			AL	059		
4064265	Glass	glass	US		0	America/Chicago	32.78513	-85.17383	206			AL	017		
4064280	Glen Acres	glen-acres	US		0	America/Chicago	30.71186	-88.24723	55			AL	097		
4064285	Glen City	glen-city	US		0	America/Chicago	33.5776	-86.28414	178			AL	115		
4064289	Glen Forest	glen-forest	US		0	America/Chicago	33.18428	-86.82443	153			AL	117		
4064294	Glen Hills	glen-hills	US		0	America/Chicago	33.37817	-86.97749	164			AL	073		
4064295	Glen Iris	glen-iris	US		0	America/Chicago	33.48908	-86.81168	204			AL	073		
4064302	Glen Mary	glen-mary	US		0	America/Chicago	34.12427	-87.62363	220	Glen Mary,Glenmary		AL	133		
4064305	Glen Park	glen-park	US		0	America/Chicago	34.76759	-86.59555	207			AL	089		
4064321	Glendale Acres	glendale-acres	US		0	America/Chicago	32.60374	-86.04691	134			AL	051		
4064328	Glendale Estates	glendale-estates	US		0	America/Chicago	34.83537	-87.73809	168			AL	077		
4064331	Glendale Gardens	glendale-gardens	US		0	America/Chicago	33.18901	-87.54473	68			AL	125		
4064343	Glenn Valley	glenn-valley	US		0	America/Chicago	34.79314	-87.00279	226			AL	083		
4064359	Glenwood Park	glenwood-park	US		0	America/Chicago	33.19234	-87.4625	114			AL	125		
4064361	Glenzaida	glenzaida	US		0	America/Chicago	34.69592	-85.80414	437			AL	071		
4064395	Gnatville	gnatville	US		0	America/Chicago	33.99538	-85.67607	207			AL	019		
4064420	Gobblers Crossing	gobblers-crossing	US		0	America/Chicago	33.75094	-87.21806	135			AL	127		
4064436	Godwin Estates	godwin-estates	US		0	America/Chicago	33.64344	-86.65471	244			AL	073		
4064438	Gold Branch	gold-branch	US		0	America/Chicago	32.99429	-86.38748	195	Gold Branch,Goldbranch,Webster		AL	037		
4064446	Gold Mine	gold-mine	US		0	America/Chicago	34.03927	-87.74363	178	Gold Mine,Gold Mines,Goldmine		AL	093		
4064453	Gold Ridge	gold-ridge	US		0	America/Chicago	33.48956	-85.38551	337	Cold Ridge,Gold Ridge		AL	111		
4064458	Golddust	golddust	US		0	America/Chicago	32.56375	-85.78107	151			AL	087		
4064460	Golden Acres	golden-acres	US		0	America/Chicago	33.14623	-87.46417	107			AL	125		
4064466	Gold Ridge	gold-ridge	US		0	America/Chicago	34.25982	-86.75333	287	Gold Ridge,Goldridge		AL	043		
4064472	Golden Springs	golden-springs	US		0	America/Chicago	33.64372	-85.7858	250			AL	015		
4064484	Goldville	goldville	US		54	America/Chicago	33.08373	-85.78385	308			AL	123		
4064493	Gonce	gonce	US		0	America/Chicago	34.98731	-85.95442	192	Gance,Gonce		AL	071		
4064551	Good Springs	good-springs	US		0	America/Chicago	34.54176	-87.69698	218	Franklin Spring,Good Spring,Good Springs		AL	059		
4064552	Good Springs	good-springs	US		0	America/Chicago	34.94731	-87.19418	240	Good Springs,Goodsprings		AL	083		
4064553	Good Springs (historical)	good-springs-historical	US		0	America/Chicago	34.63426	-88.11421	155			AL	033		
4064589	Goodson	goodson	US		0	America/Chicago	32.91762	-87.18889	81			AL	007		
4064627	Goodwin Subdivision	goodwin-subdivision	US		0	America/Chicago	34.54648	-86.1372	227			AL	071		
4064628	Goodwins Mill	goodwins-mill	US		0	America/Chicago	33.82038	-86.38526	198			AL	115		
4064629	Goodwyn	goodwyn	US		0	America/Chicago	32.43792	-85.93385	59			AL	087		
4064679	Gordon Heights	gordon-heights	US		0	America/Chicago	33.42844	-86.92527	161			AL	073		
4064690	Gorgas	gorgas	US		0	America/Chicago	33.52011	-87.6139	144			AL	125		
4064691	Gorgas	gorgas	US		0	America/Chicago	33.64928	-87.20806	153	Gorgas,Klondike		AL	127		
4064705	Gosa	gosa	US		0	America/Chicago	32.84624	-87.86168	40			AL	063		
4064707	Goshen (historical)	goshen-historical	US		0	America/Chicago	33.95899	-85.61663	201			AL	015		
4064740	Gourdsville	gourdsville	US		0	America/Chicago	34.98953	-87.09029	186			AL	083		
4064741	Governors Estates	governors-estates	US		0	America/Chicago	32.32431	-86.25358	62			AL	101		
4064803	Graceland Acres	graceland-acres	US		0	America/Chicago	33.31262	-87.59834	113			AL	125		
4064810	Graball	graball	US		0	America/Chicago	31.58656	-85.27577	147	Graball,Harts Cross Roads,Harts Crossroads,Hudspeths Cross Roads,Hudspeths Crossroads		AL	067		
4064835	Granato Estates	granato-estates	US		0	America/Chicago	30.72797	-88.22778	61			AL	097		
4064837	Grand Acres	grand-acres	US		0	America/Chicago	31.27573	-85.44299	104			AL	069		
4064860	Grandberry Crossroads	grandberry-crossroads	US		0	America/Chicago	31.35434	-85.22854	95			AL	067		
4064862	Grandview Pines	grandview-pines	US		0	America/Chicago	32.53291	-86.38497	122			AL	051		
4064863	Grangeburg	grangeburg	US		0	America/Chicago	31.00796	-85.2116	58	Grangeburg,Granger,Grangerburg		AL	069		
4064865	Granite Hills	granite-hills	US		0	America/Chicago	32.63374	-85.48495	192			AL	081		
4064894	Grantley	grantley	US		0	America/Chicago	33.85399	-85.54607	298			AL	029		
4064901	Grants Mill	grants-mill	US		0	America/Chicago	33.50788	-86.64971	154			AL	073		
4064906	Grantville (historical)	grantville-historical	US		0	America/Chicago	34.20509	-85.44774	180			AL	019		
4064914	Grasselli	grasselli	US		0	America/Chicago	33.44872	-86.90944	159			AL	073		
4064916	Grassland	grassland	US		0	America/Chicago	34.29843	-85.5883	182			AL	019		
4064918	Grassy	grassy	US		0	America/Chicago	34.97147	-87.29974	239	Arthur,Grassy,New Salem		AL	077		
4064919	Grassy	grassy	US		0	America/Chicago	34.35426	-86.43665	314			AL	095		
4064932	Grasmere	grasmere	US		0	America/Chicago	33.39705	-86.33276	140			AL	121		
4064955	Gravelly Springs	gravelly-springs	US		0	America/Chicago	34.88592	-87.90809	141	Barton,Bartons,Bluff Creek,Boston,Gravelly Springs		AL	077		
4064963	Gravel Hill	gravel-hill	US		0	America/Chicago	34.48537	-87.74198	244			AL	059		
4064986	Gray (historical)	gray-historical	US		0	America/Chicago	34.65981	-85.89859	219			AL	071		
4064995	Gray Hill	gray-hill	US		0	America/Chicago	33.21623	-87.05777	134	Gray Hill,Greyhill		AL	007		
4065013	Grays Gardens	grays-gardens	US		0	America/Chicago	33.59538	-86.97666	179			AL	073		
4065029	Grayson Valley	grayson-valley	US		5736	America/Chicago	33.64816	-86.63943	287			AL	073		
4065032	Graysons Addition	graysons-addition	US		0	America/Chicago	33.58122	-86.79971	179			AL	073		
4065033	Graystone	graystone	US		0	America/Chicago	33.92621	-86.50832	234			AL	009		
4065036	Graysville Heights	graysville-heights	US		0	America/Chicago	33.62011	-86.95916	173			AL	073		
4065038	Grayton	grayton	US		0	America/Chicago	33.8001	-85.96719	159	Grays,Grayton		AL	015		
4065055	Great Oaks	great-oaks	US		0	America/Chicago	32.4768	-86.36942	58			AL	051		
4065103	Greater Washington Park	greater-washington-park	US		0	America/Chicago	32.33347	-86.35219	51			AL	101		
4065108	Green Acres	green-acres	US		0	America/Chicago	31.22045	-85.47549	87			AL	069		
4065109	Green Acres	green-acres	US		0	America/Chicago	33.47205	-86.8961	162			AL	073		
4065110	Green Acres	green-acres	US		0	America/Chicago	32.09459	-88.22641	48			AL	023		
4065111	Green Acres	green-acres	US		0	America/Chicago	31.30517	-85.84022	110			AL	031		
4065112	Green Acres	green-acres	US		0	America/Chicago	34.72509	-86.63055	201			AL	089		
4065113	Green Acres	green-acres	US		0	America/Chicago	32.34181	-86.23691	71			AL	101		
4065117	Green Acres Estates	green-acres-estates	US		0	America/Chicago	33.66121	-86.42776	226			AL	115		
4065148	Green Cove Meadows	green-cove-meadows	US		0	America/Chicago	34.59731	-86.57444	180			AL	089		
4065156	Green Grove	green-grove	US		0	America/Chicago	33.21984	-87.49778	81			AL	125		
4065162	Green Hill	green-hill	US		0	America/Chicago	34.97314	-87.51225	229	Green Hill,Greenhill,Lower Green Hill		AL	077		
4065166	Green Hills	green-hills	US		0	America/Chicago	34.76898	-87.01668	212			AL	083		
4065167	Green Hills	green-hills	US		0	America/Chicago	33.22762	-87.55945	64			AL	125		
4065179	Green Oaks	green-oaks	US		0	America/Chicago	31.8146	-85.95773	150			AL	109		
4065193	Green Street	green-street	US		0	America/Chicago	31.57711	-87.13081	133	Green Street,Greenstreet		AL	035		
4065196	Green Tree (historical)	green-tree-historical	US		0	America/Chicago	34.80009	-87.79864	170			AL	077		
4065211	Green View Estates	green-view-estates	US		0	America/Chicago	33.40928	-86.82638	253			AL	073		
4065216	Greenbriar	greenbriar	US		0	America/Chicago	34.77315	-86.63333	236			AL	089		
4065217	Greenbriar	greenbriar	US		0	America/Chicago	32.86679	-85.86468	192			AL	123		
4065218	Greenbriar	greenbriar	US		0	America/Chicago	33.1729	-87.54417	60			AL	125		
4065241	Greenhill	greenhill	US		0	America/Chicago	34.75926	-86.60249	215			AL	089		
4065259	Greenleas Heights	greenleas-heights	US		0	America/Chicago	33.57233	-86.83194	222			AL	073		
4065276	Greens Crossroads	greens-crossroads	US		0	America/Chicago	31.88544	-85.60078	143	Green Crossroads,Greens Crossroads		AL	005		
4065346	Greenwycke Village	greenwycke-village	US		0	America/Chicago	34.70342	-86.55055	208			AL	089		
4065348	Greer (historical)	greer-historical	US		0	America/Chicago	34.13898	-86.18331	293			AL	055		
4065359	Greerton (historical)	greerton-historical	US		0	America/Chicago	34.92842	-86.11193	207			AL	071		
4065361	Gregory (historical)	gregory-historical	US		0	America/Chicago	34.29815	-86.28804	312			AL	095		
4065379	Griffen Mill	griffen-mill	US		0	America/Chicago	32.52597	-85.26633	158	Griffen Mill,Griffin Mill		AL	081		
4065384	Griffin Addition	griffin-addition	US		0	America/Chicago	34.58787	-87.02195	188			AL	103		
4065400	Griffin Heights	griffin-heights	US		0	America/Chicago	31.25656	-85.43549	91			AL	069		
4065401	Griffin Heights	griffin-heights	US		0	America/Chicago	31.30795	-85.87105	104			AL	031		
4065409	Griffins (historical)	griffins-historical	US		0	America/Chicago	32.33181	-87.95613	17	Griffin's,Griffins (historical)		AL	091		
4065415	Griffitts Lake Shore Subdivision	griffitts-lake-shore-subdivision	US		0	America/Chicago	33.50788	-86.27692	143			AL	121		
4065495	Grove Oak	grove-oak	US		0	America/Chicago	34.43814	-86.05248	358	Grove Oak,Groveoak		AL	049		
4065498	Grove Park	grove-park	US		0	America/Chicago	33.479	-86.80249	228			AL	073		
4065499	Grove Park	grove-park	US		0	America/Chicago	33.27178	-86.3622	138			AL	121		
4065500	Grove Park	grove-park	US		0	America/Chicago	34.77009	-86.64361	225			AL	089		
4065502	Grove View Acres	grove-view-acres	US		0	America/Chicago	34.77315	-86.62083	231			AL	089		
4065505	Grovewood	grovewood	US		0	America/Chicago	32.36736	-86.39942	47			AL	101		
4065508	Gu-Win	gu-win	US		173	America/Chicago	33.96094	-87.88058	170			AL	093		
4065509	Guerryton	guerryton	US		0	America/Chicago	32.22098	-85.50133	109			AL	011		
4065514	Guest	guest	US		0	America/Chicago	34.42426	-85.87331	356			AL	049		
4065523	Guilds Woods	guilds-woods	US		0	America/Chicago	33.21595	-87.55445	52			AL	125		
4065530	Guinea	guinea	US		0	America/Chicago	32.94374	-87.65112	46			AL	063		
4065538	Guinn Cross Roads	guinn-cross-roads	US		0	America/Chicago	34.48676	-87.9242	205			AL	059		
4065544	Gulf Dale	gulf-dale	US		0	America/Chicago	30.60853	-88.07917	7			AL	097		
4065548	Gulf Highlands	gulf-highlands	US		0	America/Chicago	30.23131	-87.87971	6			AL	003		
4065575	Gulfcrest	gulfcrest	US		161	America/Chicago	30.99546	-88.23751	45	Gulf Crest,Gulfcrest		AL	097		
4065607	Gum Springs (historical)	gum-springs-historical	US		0	America/Chicago	33.93204	-86.08053	171			AL	055		
4065610	Gum Springs	gum-springs	US		0	America/Chicago	34.04871	-86.66388	195	Gum Spring,Gum Springs,Gumspring		AL	009		
4065627	Gumbud	gumbud	US		0	America/Chicago	33.63067	-87.80557	99			AL	057		
4065638	Gunter Grove	gunter-grove	US		0	America/Chicago	32.39097	-86.22636	67			AL	101		
4065662	Guntersville Shores	guntersville-shores	US		0	America/Chicago	34.33704	-86.28998	272			AL	095		
4065663	Gunthertown	gunthertown	US		0	America/Chicago	33.374	-85.95247	318	Guntertown,Gunthertown		AL	027		
4065677	Gurnee Junction	gurnee-junction	US		0	America/Chicago	33.19817	-86.96416	150			AL	117		
4065684	Guthery Crossroads	guthery-crossroads	US		0	America/Chicago	34.11566	-87.01084	257	Guthery Crossroads,Gutherys Crossroads		AL	043		
4065709	Gwen Mill	gwen-mill	US		0	America/Chicago	32.66402	-85.38856	227			AL	081		
4065747	Hackneyville	hackneyville	US		347	America/Chicago	33.0604	-85.93302	214			AL	123		
4065748	Hacoda	hacoda	US		0	America/Chicago	31.0749	-86.16633	47	Hacoda,Martha		AL	061		
4065751	Haddock (historical)	haddock-historical	US		0	America/Chicago	34.98842	-88.15587	189			AL	077		
4065756	Haden	haden	US		0	America/Chicago	34.68926	-86.50471	200			AL	089		
4065763	Hagler	hagler	US		0	America/Chicago	33.03401	-87.34	84	Hagler,Haglers		AL	125		
4065773	Hagler Mill Estates	hagler-mill-estates	US		0	America/Chicago	33.37928	-87.60001	68			AL	125		
4065788	Halawaka	halawaka	US		0	America/Chicago	32.66458	-85.17133	205			AL	081		
4065792	Halcyon	halcyon	US		0	America/Chicago	32.35847	-86.17358	76			AL	101		
4065793	Hale (historical)	hale-historical	US		0	America/Chicago	34.09288	-85.82719	176			AL	055		
4065814	Haleburg	haleburg	US		101	America/Chicago	31.40656	-85.13715	105	Haleburg,Haleburgh,Halesburg		AL	067		
4065838	Half Acre	half-acre	US		0	America/Chicago	32.19459	-87.91224	35	Half Acre,Hells Half Acre,Luther's Store,Luthers,Luthers Store		AL	091		
4065840	Half Acre Estates	half-acre-estates	US		0	America/Chicago	34.46453	-86.27971	195			AL	095		
4065841	Half Chance	half-chance	US		0	America/Chicago	32.29986	-87.72779	56			AL	091		
4065864	Hall Creek	hall-creek	US		0	America/Chicago	32.51597	-87.95113	24	Hall Creek,Halls Creek,Halls Station		AL	119		
4065869	Hall Grove	hall-grove	US		0	America/Chicago	33.51761	-85.98275	195	Hall Grove,Halls Grove		AL	121		
4065878	Hall Valley	hall-valley	US		0	America/Chicago	34.25565	-85.4694	207			AL	019		
4065883	Hallingworth	hallingworth	US		0	America/Chicago	33.83649	-85.69302	267			AL	015		
4065895	Halls Chapel	halls-chapel	US		0	America/Chicago	33.75093	-85.84719	210			AL	015		
4065921	Halls Crossroads	halls-crossroads	US		0	America/Chicago	31.40239	-87.33137	124	Halls Crossroads,Wilsonville		AL	099		
4065931	Hallway	hallway	US		0	America/Chicago	32.62013	-85.37522	238			AL	081		
4065933	Halsell	halsell	US		0	America/Chicago	32.28403	-88.27725	76			AL	023		
4065936	Halso Mill	halso-mill	US		0	America/Chicago	31.71321	-86.52053	84	Halso Mill,Halsos Mill		AL	013		
4065982	Hamilton Crossroads	hamilton-crossroads	US		0	America/Chicago	31.64377	-85.80828	139	Carters,Hamilton Crossroads		AL	109		
4066001	Hamlet (historical)	hamlet-historical	US		0	America/Chicago	32.99484	-85.74829	171	Hamlet (historical),Hamlets Mill		AL	123		
4066006	Hammac	hammac	US		0	America/Chicago	31.1224	-87.22303	40	Hammac,Hammocks		AL	053		
4066038	Hammondville	hammondville	US		487	America/Chicago	34.58175	-85.62663	304			AL	049		
4066042	Hamner	hamner	US		0	America/Chicago	32.74347	-88.2692	94			AL	119		
4065664	Gurley	gurley	US	35748	886	America/Chicago	33.77649	-86.63777	194			AL	009		
4066045	Hamner Estates	hamner-estates	US		0	America/Chicago	33.27789	-87.54862	102			AL	125		
4066055	Hampton Place	hampton-place	US		0	America/Chicago	33.51594	-86.66832	195			AL	073		
4066078	Hancock Crossroads	hancock-crossroads	US		0	America/Chicago	34.53481	-85.99359	391			AL	071		
4066107	Hannah (historical)	hannah-historical	US		0	America/Chicago	34.53286	-85.94275	383			AL	071		
4066122	Hannon	hannon	US		0	America/Chicago	32.23931	-85.52606	109			AL	087		
4066125	Happy Hill	happy-hill	US		0	America/Chicago	34.14982	-86.09497	330			AL	055		
4066126	Happy Hill	happy-hill	US		0	America/Chicago	31.18156	-88.05167	54			AL	129		
4066136	Happy Acres	happy-acres	US		0	America/Chicago	33.19567	-87.52778	68			AL	125		
4066138	Happy Hollow	happy-hollow	US		0	America/Chicago	34.03204	-86.09164	237	Happy Hollow,Low Gap		AL	055		
4066199	Hardwickburg	hardwickburg	US		0	America/Chicago	31.49878	-85.15076	61	Hardwickburg,Hardwicksbugh		AL	067		
4066211	Hargrove (historical)	hargrove-historical	US		0	America/Chicago	33.09012	-87.07777	142			AL	007		
4066229	Harkins Crossroads	harkins-crossroads	US		0	America/Chicago	33.23123	-85.86719	299	Harkins Cross Roads,Harkins Crossroads		AL	027		
4066232	Harkness Crossroads	harkness-crossroads	US		0	America/Chicago	33.91427	-86.72277	154	Harkness,Harkness Crossroads		AL	009		
4066233	Harlem Heights	harlem-heights	US		0	America/Chicago	33.46039	-86.98055	192			AL	073		
4066242	Harmon Crossroads	harmon-crossroads	US		0	America/Chicago	33.20262	-85.48023	270			AL	111		
4066252	Harmony (historical)	harmony-historical	US		0	America/Chicago	33.02361	-85.76667	252			AL	123		
4066314	Harper Hill	harper-hill	US		0	America/Chicago	32.85679	-87.61251	103			AL	065		
4066325	Harper Subdivision	harper-subdivision	US		0	America/Chicago	33.23928	-87.60056	50			AL	125		
4066342	Harperwood	harperwood	US		0	America/Chicago	33.24734	-87.63334	81			AL	125		
4066345	Harpers Store	harpers-store	US		0	America/Chicago	31.59405	-87.1347	135			AL	035		
4066346	Harrand Creek Estates	harrand-creek-estates	US		0	America/Chicago	31.33628	-85.82077	78			AL	031		
4066361	Harriman Park	harriman-park	US		0	America/Chicago	33.56649	-86.79332	176			AL	073		
4066409	Harris Station	harris-station	US		0	America/Chicago	34.6587	-86.97029	172	Harris,Harris Station		AL	083		
4066429	Harrogate Springs	harrogate-springs	US		0	America/Chicago	32.51319	-86.2058	70			AL	051		
4066477	Harwell Hills	harwell-hills	US		0	America/Chicago	32.65041	-85.41078	240			AL	081		
4066505	Hatchet	hatchet	US		0	America/Chicago	33.01679	-86.10497	273			AL	037		
4066507	Hatchet Creek	hatchet-creek	US		0	America/Chicago	33.24261	-86.04164	259			AL	027		
4066535	Hatters	hatters	US		0	America/Chicago	30.90352	-88.05083	9			AL	097		
4066564	Havenview	havenview	US		0	America/Chicago	33.40872	-86.77499	134			AL	073		
4066568	Havilah Hills Estates	havilah-hills-estates	US		0	America/Chicago	33.68621	-86.4147	254			AL	115		
4066576	Hawk	hawk	US		0	America/Chicago	33.43456	-85.36856	296			AL	111		
4066577	Hawk Pride	hawk-pride	US		0	America/Chicago	34.68565	-87.80392	253			AL	033		
4066602	Hawkinsville (historical)	hawkinsville-historical	US		0	America/Chicago	33.07456	-87.03527	171			AL	007		
4066603	Haworth (historical)	haworth-historical	US		0	America/Chicago	34.13648	-86.05331	204			AL	055		
4066633	Hayes Branch Subdivision	hayes-branch-subdivision	US		0	America/Chicago	34.41398	-86.33804	185			AL	095		
4066635	Hayes Crossing	hayes-crossing	US		0	America/Chicago	33.69844	-87.43862	96			AL	127		
4066638	Hayes Highland	hayes-highland	US		0	America/Chicago	33.57788	-86.8311	201			AL	073		
4066657	Haynes Crossroad	haynes-crossroad	US		0	America/Chicago	33.43789	-85.7319	297			AL	027		
4066667	Hays Court	hays-court	US		0	America/Chicago	33.19567	-87.59362	49			AL	125		
4066671	Hays Mill	hays-mill	US		0	America/Chicago	34.88009	-86.96973	234			AL	083		
4066677	Haysland Estates	haysland-estates	US		0	America/Chicago	34.6537	-86.57777	175			AL	089		
4066682	Haynes Crossing	haynes-crossing	US		0	America/Chicago	34.8823	-85.81581	188			AL	071		
4066710	Head Estates	head-estates	US		0	America/Chicago	32.62986	-85.49245	203			AL	081		
4066732	Healing Springs	healing-springs	US		0	America/Chicago	31.63238	-88.33668	44			AL	129		
4066756	Heathermoor Estates	heathermoor-estates	US		0	America/Chicago	33.5701	-86.53193	213			AL	115		
4066757	Heatherton Heights	heatherton-heights	US		0	America/Chicago	32.35125	-86.23524	74			AL	101		
4066758	Heatherwood	heatherwood	US		0	America/Chicago	33.70482	-86.64554	257			AL	073		
4066759	Heatherwood	heatherwood	US		0	America/Chicago	33.39316	-86.75388	190			AL	117		
4066760	Heathrow	heathrow	US		0	America/Chicago	34.8462	-87.69142	177			AL	077		
4066766	Hebron (historical)	hebron-historical	US		0	America/Chicago	33.83621	-85.93691	168			AL	015		
4066802	Heiberger	heiberger	US		0	America/Chicago	32.75818	-87.28667	61			AL	105		
4066815	Helicon	helicon	US		0	America/Chicago	31.91349	-86.21191	138			AL	041		
4066816	Helicon	helicon	US		0	America/Chicago	34.12621	-87.13834	251	Freeman Cross Road,Helicon		AL	133		
4066884	Hendrick Mill	hendrick-mill	US		0	America/Chicago	33.87593	-86.56888	172			AL	009		
4066890	Hendrickville (historical)	hendrickville-historical	US		0	America/Chicago	34.26343	-85.92414	212			AL	049		
4066897	Hendrixville	hendrixville	US		0	America/Chicago	34.21843	-85.94942	193			AL	049		
4066919	Henry Road Estates	henry-road-estates	US		0	America/Chicago	30.77408	-88.16556	50			AL	097		
4066944	Henson Springs	henson-springs	US		0	America/Chicago	34.01927	-88.0642	108	Cobb Town,Cobbtown,Hansons Springs,Henson Springs,Hensons Springs,Webb		AL	075		
4066957	Hepsidam	hepsidam	US		0	America/Chicago	34.36149	-87.33307	296			AL	079		
4066964	Herbert	herbert	US		0	America/Chicago	31.83599	-86.80526	122			AL	035		
4066975	Heritage Hills	heritage-hills	US		0	America/Chicago	33.23067	-87.55695	67			AL	125		
4066621	Hayes	hayes	US	23072	0	America/Chicago	31.50295	-85.07271	64			AL	067		
4066976	Heritage Oaks	heritage-oaks	US		0	America/Chicago	33.37594	-86.71249	179			AL	117		
4066978	Heritage Park	heritage-park	US		0	America/Chicago	33.57094	-86.50554	212			AL	115		
4066980	Heritage Ridge	heritage-ridge	US		0	America/Chicago	31.82516	-85.99106	160			AL	109		
4066993	Heron Bay	heron-bay	US		0	America/Chicago	30.35464	-88.13028	3			AL	097		
4067022	Hester Heights	hester-heights	US		0	America/Chicago	34.54315	-87.70892	254			AL	059		
4067025	Hestle	hestle	US		0	America/Chicago	31.9296	-87.62806	80			AL	131		
4067060	Hickory Forest	hickory-forest	US		0	America/Chicago	33.1879	-87.53806	63			AL	125		
4067106	Hickory Ridge Estates	hickory-ridge-estates	US		0	America/Chicago	33.424	-86.75499	209			AL	073		
4067111	Hicks	hicks	US		0	America/Chicago	33.58094	-85.77746	196	Bethlehem,Hicks		AL	015		
4067121	Hidden Forest	hidden-forest	US		0	America/Chicago	32.52069	-86.06524	103			AL	051		
4067122	Hidden Ridge	hidden-ridge	US		0	America/Chicago	33.43261	-86.75638	233			AL	073		
4067125	Hide Away Acres	hide-away-acres	US		0	America/Chicago	34.34648	-86.25915	182			AL	095		
4067126	Hideaway Hills	hideaway-hills	US		0	America/Chicago	34.85592	-87.56141	177			AL	077		
4067129	Hicks Hill	hicks-hill	US		0	America/Chicago	32.23931	-86.74859	73	Hicks Hill,White Gordon		AL	085		
4067145	High Bluff	high-bluff	US		0	America/Chicago	31.15656	-85.73132	83	High Bluff,Highbluff		AL	061		
4067148	High Cliff	high-cliff	US		0	America/Chicago	33.36206	-87.58584	91			AL	125		
4067154	High Forest	high-forest	US		0	America/Chicago	33.22901	-87.55112	67			AL	125		
4067160	High Level	high-level	US		0	America/Chicago	33.66566	-87.21278	95	High Level,Highlevel		AL	127		
4067164	High Pine	high-pine	US		0	America/Chicago	33.1229	-85.44301	260			AL	111		
4067169	High Pine	high-pine	US		0	America/Chicago	33.25345	-85.90635	344			AL	027		
4067200	High Rock	high-rock	US		0	America/Chicago	33.95954	-86.69055	253			AL	009		
4067232	Highland Crest	highland-crest	US		0	America/Chicago	33.37789	-86.84638	226			AL	073		
4067235	Highland Forest	highland-forest	US		0	America/Chicago	33.48983	-86.99472	189			AL	073		
4067236	Highland Gardens	highland-gardens	US		0	America/Chicago	32.40708	-86.27997	82			AL	101		
4067262	Highland Residence Park	highland-residence-park	US		0	America/Chicago	33.50622	-86.78582	226			AL	073		
4067265	Highland Village	highland-village	US		0	America/Chicago	32.36125	-86.3408	51			AL	101		
4067274	Highmound	highmound	US		0	America/Chicago	34.14398	-86.37887	262	High Mound,High Mount,Highmound		AL	009		
4067276	Highnote	highnote	US		0	America/Chicago	30.99601	-85.69243	51			AL	061		
4067280	Highpoint Estates	highpoint-estates	US		0	America/Chicago	32.40097	-86.25413	82			AL	101		
4067285	Hightogy	hightogy	US		0	America/Chicago	33.69511	-88.09475	145	Hightogy,Ridge Beat,Simmon Town,Simmons Town		AL	075		
4067287	Hightower	hightower	US		0	America/Chicago	33.53178	-85.39551	366			AL	029		
4067291	Highview	highview	US		0	America/Chicago	33.29734	-87.65084	98			AL	125		
4067302	Hightown	hightown	US		0	America/Chicago	33.24317	-87.5889	70			AL	125		
4067328	Hill Number 1	hill-number-1	US		0	America/Chicago	33.68566	-86.46887	269			AL	115		
4067329	Hill Number 2	hill-number-2	US		0	America/Chicago	33.6876	-86.48332	274			AL	115		
4067341	Hill Top	hill-top	US		0	America/Chicago	32.25959	-87.90029	66			AL	091		
4067342	Hill Top (historical)	hill-top-historical	US		0	America/Chicago	33.83343	-85.89441	180			AL	015		
4067358	Hillandale	hillandale	US		0	America/Chicago	34.73176	-86.61555	203			AL	089		
4067364	Hillcrest	hillcrest	US		0	America/Chicago	32.45152	-87.47472	74			AL	105		
4067365	Hillcrest	hillcrest	US		0	America/Chicago	33.72232	-85.82635	227			AL	015		
4067366	Hillcrest	hillcrest	US		0	America/Chicago	31.331	-85.85549	106			AL	031		
4067367	Hillcrest	hillcrest	US		0	America/Chicago	32.38597	-86.28608	97			AL	101		
4067368	Hillcrest	hillcrest	US		0	America/Chicago	31.72516	-85.81161	152			AL	109		
4067369	Hillcrest	hillcrest	US		0	America/Chicago	33.19123	-87.54473	65			AL	125		
4067385	Hillcrest Estates	hillcrest-estates	US		0	America/Chicago	33.59455	-86.92777	203			AL	073		
4067401	Hillabi (historical)	hillabi-historical	US		0	America/Chicago	33.09595	-85.92219	203	Halibee,Hallebac,Hallibees,Hi-la-pi,Hilibi,Hill-au-bee,Hillaba,Hillabees,Hillabi (historical),Hillabys,Hillebese		AL	123		
4067408	Hillman Gardens	hillman-gardens	US		0	America/Chicago	33.44789	-86.90305	164			AL	073		
4067410	Hillman Park	hillman-park	US		0	America/Chicago	33.44483	-86.90055	174			AL	073		
4067413	Hillmont	hillmont	US		0	America/Chicago	34.72315	-86.62416	202			AL	089		
4067441	Hillsdale Heights	hillsdale-heights	US		0	America/Chicago	30.70019	-88.20084	56			AL	097		
4067446	Hillside (historical)	hillside-historical	US		0	America/Chicago	32.59902	-86.66665	98			AL	001		
4067454	Hillswood	hillswood	US		0	America/Chicago	33.18456	-87.47917	123			AL	125		
4067461	Hillview Acres	hillview-acres	US		0	America/Chicago	34.74231	-86.62277	201			AL	089		
4067465	Hillwood	hillwood	US		0	America/Chicago	32.9254	-86.36136	159			AL	037		
4067466	Hillwood	hillwood	US		0	America/Chicago	34.63759	-86.56305	185			AL	089		
4067467	Hillwood	hillwood	US		0	America/Chicago	32.35486	-86.25413	84			AL	101		
4067469	Hillwood West	hillwood-west	US		0	America/Chicago	32.35736	-86.27691	84			AL	101		
4067498	Hirsch	hirsch	US		0	America/Chicago	32.17182	-85.12188	70	Hirsch,Hirschs		AL	113		
4067501	Hissop	hissop	US		658	America/Chicago	32.89235	-86.1533	242			AL	037		
4067504	Hix (historical)	hix-historical	US		0	America/Chicago	34.46203	-85.97192	375			AL	049		
4067505	Hixon	hixon	US		0	America/Chicago	31.57294	-87.4261	62			AL	099		
4067506	Hixon	hixon	US		0	America/Chicago	32.54569	-88.22475	54	Hixon,Hook,Hooks Crossing		AL	119		
4067510	Hoagtown	hoagtown	US		0	America/Chicago	33.50983	-87.02777	198			AL	073		
4067511	Hobbie Farm	hobbie-farm	US		0	America/Chicago	32.19403	-86.24469	64			AL	101		
4067516	Hobbs Island	hobbs-island	US		0	America/Chicago	34.53704	-86.53471	182	Hobbs Island,Taylorsville		AL	089		
4067534	Hobson City	hobson-city	US		768	America/Chicago	33.62149	-85.84413	222			AL	015		
4067562	Hodgesville	hodgesville	US		0	America/Chicago	31.08268	-85.37299	59	Hodgesville,Lisbon		AL	069		
4067564	Hodgewood	hodgewood	US		0	America/Chicago	31.93737	-88.30224	39			AL	023		
4067590	Hog Jaw	hog-jaw	US		0	America/Chicago	34.33232	-86.56027	282			AL	095		
4067606	Hogglesville	hogglesville	US		0	America/Chicago	32.85429	-87.49167	100			AL	065		
4067623	Hokes Bluff	hokes-bluff	US		4301	America/Chicago	33.99815	-85.86636	180	Hokes Bluff,Hokesbluff,Hooks Bluff,The Bluff		AL	055		
4067643	Holiday Gardens	holiday-gardens	US		0	America/Chicago	33.52205	-86.71054	270			AL	073		
4067645	Holiday Park Estates	holiday-park-estates	US		0	America/Chicago	33.65316	-86.66971	262			AL	073		
4067649	Holiday Shores	holiday-shores	US		0	America/Chicago	34.44592	-86.31721	190			AL	095		
4067650	Holiday Shores	holiday-shores	US		0	America/Chicago	33.39512	-87.55917	95			AL	125		
4067651	Holiday Village	holiday-village	US		0	America/Chicago	31.341	-85.76521	106			AL	045		
4067682	Holland Place	holland-place	US		0	America/Chicago	34.79814	-86.9439	215			AL	083		
4067687	Holland Gin	holland-gin	US		0	America/Chicago	34.96342	-86.88723	274			AL	083		
4067697	Holley Crossroads	holley-crossroads	US		0	America/Chicago	33.80149	-85.68357	260	Holley Crossroads,Holleys Crossroads,Hollys Cross Roads		AL	015		
4067699	Holley Store	holley-store	US		0	America/Chicago	31.22239	-86.09911	82			AL	031		
4067718	Hollingsworth	hollingsworth	US		0	America/Chicago	33.8251	-85.69774	256			AL	015		
4067752	Hollis Crossroads	hollis-crossroads	US		608	America/Chicago	33.52372	-85.63718	271	Hollis,Hollis Crossroads		AL	029		
4067778	Holly Hills	holly-hills	US		0	America/Chicago	30.78297	-87.77971	60			AL	003		
4067818	Hollywood Park	hollywood-park	US		0	America/Chicago	33.18512	-87.58917	46			AL	125		
4067823	Holman Crossroads	holman-crossroads	US		0	America/Chicago	33.10428	-86.19247	232	Holman Crossroads,Holmans Crossroads		AL	037		
4067921	Homer (historical)	homer-historical	US		0	America/Chicago	34.26343	-85.90719	206			AL	049		
4067956	Honeycomb Park	honeycomb-park	US		0	America/Chicago	34.4762	-86.30915	194			AL	095		
4067965	Honeysuckle Hills	honeysuckle-hills	US		0	America/Chicago	31.35684	-85.82744	92			AL	031		
4067981	Hoods Crossroads	hoods-crossroads	US		0	America/Chicago	33.98843	-86.42026	238	Hoods Cross Roads,Hoods Crossroads		AL	009		
4067982	Hooks Crossroads	hooks-crossroads	US		0	America/Chicago	32.05154	-85.85273	184			AL	011		
4067986	Hooks Lake Subdivision	hooks-lake-subdivision	US		0	America/Chicago	34.05065	-85.97303	193			AL	055		
4067991	Hooper City	hooper-city	US		0	America/Chicago	33.55538	-86.8411	182			AL	073		
4067994	Hoover	hoover	US		84848	America/Chicago	33.40539	-86.81138	176	Guver,Hoover,Khuver,fuba,hu fu,hubhara,hwfr,hwwr  alabama,Гувер,Хувер,هوفر,هوور، آلاباما,ھووڤەر، ئەلاباما,ہوور، الاباما,हूभर,フーバー,胡佛		AL	073		
4067995	Hoover	hoover	US		0	America/Chicago	34.85537	-86.73555	266			AL	089		
4068028	Hopeful	hopeful	US		0	America/Chicago	33.494	-85.91247	248	Cheaha,Davis,Hopeful,Hopefull,Hopewell		AL	121		
4068145	Hopper	hopper	US		0	America/Chicago	34.05537	-86.25137	281			AL	055		
4068149	Horn Hill	horn-hill	US		229	America/Chicago	31.24573	-86.31662	87			AL	039		
4068156	Hornady	hornady	US		0	America/Chicago	32.46514	-85.86524	64			AL	087		
4068167	Hornsbytown	hornsbytown	US		0	America/Chicago	32.55069	-85.9169	131			AL	051		
4068169	Hornsboro (historical)	hornsboro-historical	US		0	America/Chicago	32.06487	-88.0214	64			AL	091		
4068246	Hortons Mill	hortons-mill	US		0	America/Chicago	34.00926	-86.44721	278			AL	009		
4068261	House (historical)	house-historical	US		0	America/Chicago	33.59038	-85.85274	186			AL	015		
4068264	Hotamville	hotamville	US		0	America/Chicago	31.99237	-87.94001	37			AL	091		
4068295	Houston Corner	houston-corner	US		0	America/Chicago	34.72981	-87.6342	162	Crossroads,Houston Corner,Houstons Crossroads		AL	033		
4068314	Houstontown	houstontown	US		0	America/Chicago	34.82731	-87.43502	186	Frog Pond,Houstontown,Pleasant Valley		AL	077		
4068315	Houstonville	houstonville	US		0	America/Chicago	30.50186	-87.90027	34			AL	003		
4068364	Howells Crossroads	howells-crossroads	US		0	America/Chicago	34.17815	-85.54552	177	Hawels Crossroads,Howells Cross Roads,Howells Crossroads,Howels Cross Roads,Howels Crossroads		AL	019		
4068365	Howells Ferry Heights	howells-ferry-heights	US		0	America/Chicago	30.7438	-88.26112	47			AL	097		
4068368	Howelton	howelton	US		0	America/Chicago	34.05593	-86.18359	302			AL	055		
4068375	Howton	howton	US		0	America/Chicago	33.25901	-87.34028	173			AL	125		
4068377	Howton Subdivision	howton-subdivision	US		0	America/Chicago	33.18679	-87.51417	90			AL	125		
4068379	Hub (historical)	hub-historical	US		0	America/Chicago	34.60982	-87.98393	211			AL	033		
4068383	Howells Cove	howells-cove	US		0	America/Chicago	33.49205	-86.15997	171	Howell's Cove		AL	121		
4068404	Hubbertville	hubbertville	US		0	America/Chicago	33.82788	-87.74002	130			AL	057		
4068415	Huckaville	huckaville	US		0	America/Chicago	31.07962	-86.41606	56	Huckaville,Liberty Hill,Libertyhill		AL	039		
4068439	Hudson Gardens	hudson-gardens	US		0	America/Chicago	33.42733	-86.93583	155			AL	073		
4068440	Hudson Grove	hudson-grove	US		0	America/Chicago	33.43122	-86.93083	155			AL	073		
4068444	Hudson Settlement	hudson-settlement	US		0	America/Chicago	33.88538	-87.29917	152			AL	127		
4068446	Hueytown	hueytown	US		15710	America/Chicago	33.45122	-86.99666	183	Earnest,G'juitaun,Huey,Hueytown,Khjuitaun,hu ai zhen,hwytawn,hyuyata'una,hywyytawn  alabama,Гьюітаун,Хјуитаун,هويتاون,هیوئیتاون، آلاباما,ھیویتاون، ئەلاباما,ह्युयटाउन,胡艾镇		AL	073		
4068450	Hueytown Crest	hueytown-crest	US		0	America/Chicago	33.46122	-86.99694	183			AL	073		
4068463	Huffman Gardens	huffman-gardens	US		0	America/Chicago	33.60399	-86.67499	264			AL	073		
4068494	Hughes Mill	hughes-mill	US		0	America/Chicago	34.41898	-85.78386	243			AL	049		
4068503	Hugley	hugley	US		0	America/Chicago	32.43209	-85.24605	138	Hughley,Hugley,Huguley		AL	113		
4068506	Huguley	huguley	US		2540	America/Chicago	32.83457	-85.22966	214			AL	017		
4068511	Hulaco	hulaco	US		0	America/Chicago	34.31232	-86.5986	324			AL	103		
4068529	Humoro	humoro	US		0	America/Chicago	33.6176	-86.76777	196			AL	073		
4068533	Humpton	humpton	US		0	America/Chicago	34.54759	-86.30498	177			AL	095		
4068537	Hundred Oaks	hundred-oaks	US		0	America/Chicago	33.59455	-86.50693	221			AL	115		
4068547	Hunter (historical)	hunter-historical	US		0	America/Chicago	34.6412	-87.61253	157			AL	033		
4068571	Hunters Glen (historical)	hunters-glen-historical	US		0	America/Chicago	33.294	-86.78471	188			AL	117		
4068572	Hunters Hill	hunters-hill	US		0	America/Chicago	33.52177	-86.68054	263			AL	073		
4068573	Hunters Point	hunters-point	US		0	America/Chicago	32.30153	-86.23663	74			AL	101		
4068577	Hunting Ridge	hunting-ridge	US		0	America/Chicago	32.45486	-86.4772	101			AL	001		
4068578	Hunting Ridge	hunting-ridge	US		0	America/Chicago	33.54594	-86.28192	158			AL	115		
4068583	Huntington Place	huntington-place	US		0	America/Chicago	33.30178	-87.59612	88			AL	125		
4068586	Huntleigh Woods	huntleigh-woods	US		0	America/Chicago	30.68352	-88.19584	61			AL	097		
4068588	Hunting Downs	hunting-downs	US		0	America/Chicago	32.24042	-86.34664	72			AL	101		
4068608	Huntsville Hills	huntsville-hills	US		0	America/Chicago	34.66676	-86.5361	219			AL	089		
4068617	Huntsville Park	huntsville-park	US		0	America/Chicago	34.70454	-86.61888	194			AL	089		
4068632	Hurricane (historical)	hurricane-historical	US		0	America/Chicago	34.88203	-87.27085	207			AL	077		
4068689	Hurricane Hills	hurricane-hills	US		0	America/Chicago	33.20151	-87.45139	64			AL	125		
4068718	Hustleville	hustleville	US		0	America/Chicago	34.31176	-86.16748	299	Hustle,Hustleville		AL	095		
4068745	Hyatt	hyatt	US		0	America/Chicago	34.23426	-86.34304	292			AL	095		
4068747	Hybart	hybart	US		0	America/Chicago	31.82654	-87.38194	22	Hybart,Vredenburgh Junction		AL	099		
4068750	Hycutt	hycutt	US		0	America/Chicago	32.7068	-87.99529	37	Frog Level,Hycutt		AL	063		
4068757	Hymer (historical)	hymer-historical	US		0	America/Chicago	34.82925	-85.8447	196			AL	071		
4068761	Hytop	hytop	US		349	America/Chicago	34.9162	-86.08804	521			AL	071		
4068770	Hyram	hyram	US		0	America/Chicago	32.35292	-85.248	145			AL	113		
4068787	Idlewood	idlewood	US		0	America/Chicago	31.33267	-85.81383	110			AL	031		
4068788	Idlewood	idlewood	US		0	America/Chicago	33.18345	-87.51445	79			AL	125		
4068798	Ilamo	ilamo	US		0	America/Chicago	33.58538	-86.23887	152			AL	115		
4068804	Imperial Forest	imperial-forest	US		0	America/Chicago	33.42872	-86.82777	281			AL	073		
4068805	Incline	incline	US		0	America/Chicago	34.52592	-86.54027	173			AL	089		
4068818	Index (historical)	index-historical	US		0	America/Chicago	34.63342	-85.87747	427			AL	071		
4068819	India Lakes	india-lakes	US		0	America/Chicago	32.66958	-85.393	223			AL	081		
4068878	Indian Hill	indian-hill	US		0	America/Chicago	33.29761	-86.35276	129			AL	121		
4068898	Indian Lakes	indian-lakes	US		0	America/Chicago	31.33156	-85.82272	101			AL	031		
4068913	Indian Shoals	indian-shoals	US		0	America/Chicago	33.214	-86.46887	124			AL	117		
4068930	Indian Springs Ranch	indian-springs-ranch	US		0	America/Chicago	33.34594	-86.76388	150	Indian Springs,Indian Springs Ranch		AL	117		
4068933	Indian Springs Village	indian-springs-village	US		2523	America/Chicago	33.35539	-86.75443	155			AL	117		
4068944	Indian Trace	indian-trace	US		0	America/Chicago	34.77231	-86.92695	214			AL	083		
4068949	Industrial City	industrial-city	US		0	America/Chicago	33.444	-86.98194	152			AL	073		
4068956	Ingate	ingate	US		0	America/Chicago	32.96846	-87.21583	80			AL	007		
4068960	Inglenook	inglenook	US		0	America/Chicago	33.56566	-86.7786	184			AL	073		
4068963	Ingle Terrace	ingle-terrace	US		0	America/Chicago	33.56538	-86.77582	211			AL	073		
4068965	Ingleside Village	ingleside-village	US		0	America/Chicago	33.19456	-87.56528	56			AL	125		
4068966	Ingleton (historical)	ingleton-historical	US		0	America/Chicago	34.78703	-88.01393	163			AL	033		
4068993	Ingram Wells	ingram-wells	US		0	America/Chicago	33.77927	-85.97941	165			AL	015		
4068994	Inland Junction	inland-junction	US		0	America/Chicago	33.84927	-86.56527	183	Indland Junction,Inland,Inland Junction		AL	009		
4069000	Inmanfield	inmanfield	US		0	America/Chicago	34.2451	-87.18835	257			AL	133		
4069001	Innsbrooke	innsbrooke	US		0	America/Chicago	33.70427	-86.66166	207			AL	073		
4069002	Ino	ino	US		0	America/Chicago	31.27128	-86.09467	95			AL	031		
4069208	Interurban Heights	interurban-heights	US		0	America/Chicago	33.4815	-86.91416	180			AL	073		
4069214	Inverness Cliffs	inverness-cliffs	US		0	America/Chicago	33.40705	-86.70332	177			AL	117		
4069217	Inverness Point	inverness-point	US		0	America/Chicago	33.41844	-86.71999	134			AL	073		
4069222	Irene (historical)	irene-historical	US		0	America/Chicago	33.93899	-85.7958	209			AL	015		
4069240	Ironaton	ironaton	US		0	America/Chicago	33.42678	-85.97108	205	Clifton,Fains Creek Forge,Irona,Ironaton,Owen Tanyard,Owens Tanyard,Vulcan Forge		AL	121		
4069255	Ironville	ironville	US		0	America/Chicago	32.80068	-87.34278	111			AL	105		
4069274	Isbell	isbell	US		0	America/Chicago	34.45537	-87.75392	206	Darlington,Isbell		AL	059		
4069282	Ishkooda	ishkooda	US		0	America/Chicago	33.45983	-86.86138	210	Ishkooda,Ishkoodo		AL	073		
4069299	Isney	isney	US		0	America/Chicago	31.78238	-88.45558	82			AL	023		
4069302	Island Home (historical)	island-home-historical	US		0	America/Chicago	32.84957	-85.90802	159			AL	123		
4069308	Italian Town	italian-town	US		0	America/Chicago	33.11845	-87.09999	123	Italian Town,Little Italy		AL	007		
4069309	Ivalee	ivalee	US		879	America/Chicago	34.03454	-86.14525	180			AL	055		
4069335	Ivy Chase	ivy-chase	US		0	America/Chicago	33.38678	-86.82805	166			AL	073		
4069339	Ivy Creek	ivy-creek	US		0	America/Chicago	31.7071	-86.36524	114			AL	041		
4069342	Ivy Glenn	ivy-glenn	US		0	America/Chicago	33.42205	-86.76888	170			AL	073		
4069433	Jack Lane (historical)	jack-lane-historical	US		0	America/Chicago	34.93425	-86.10971	207			AL	071		
4069440	Jack Springs	jack-springs	US		0	America/Chicago	31.16129	-87.55249	91			AL	053		
4070146	Joinertown	joinertown	US		0	America/Chicago	33.22789	-86.68276	191			AL	117		
4069515	Jackson Oak	jackson-oak	US		0	America/Chicago	30.62269	-87.91194	11			AL	003		
4069520	Jackson Quarters	jackson-quarters	US		0	America/Chicago	32.64486	-87.85168	47			AL	063		
4069529	Jackson Spur	jackson-spur	US		0	America/Chicago	31.95682	-88.31502	40	Jackson,Jackson Spur		AL	023		
4069535	Jackson Subdivision	jackson-subdivision	US		0	America/Chicago	34.55231	-86.08637	185			AL	071		
4069549	Jacksons Lake	jacksons-lake	US		0	America/Chicago	32.44541	-86.34108	49			AL	051		
4069595	James	james	US		0	America/Chicago	34.67787	-87.65864	142	Atepost,James,James Station		AL	033		
4069596	James	james	US		0	America/Chicago	32.64486	-85.57301	211			AL	081		
4069615	Jamback	jamback	US		0	America/Chicago	31.91016	-85.66522	138			AL	011		
4069642	Jamestown Colony	jamestown-colony	US		0	America/Chicago	31.32156	-85.83605	108			AL	031		
4069653	Janes Mill	janes-mill	US		0	America/Chicago	31.27823	-87.15331	77			AL	035		
4069658	Jasmine Hill	jasmine-hill	US		0	America/Chicago	32.49541	-86.1883	131			AL	051		
4069676	Jay Villa	jay-villa	US		0	America/Chicago	31.36545	-86.94553	76			AL	035		
4069706	Jefferson Hills	jefferson-hills	US		0	America/Chicago	33.57233	-86.77332	198			AL	073		
4069712	Jefferson Park	jefferson-park	US		0	America/Chicago	33.54177	-86.64443	241			AL	073		
4069734	Jenifer	jenifer	US		0	America/Chicago	33.54927	-85.93636	180	Alabama Furnace,Cheaha Creek Foundry,Jenifer,Salt Creek Iron Works		AL	121		
4069757	Jenkins Crossroads	jenkins-crossroads	US		0	America/Chicago	32.02626	-85.77439	165	Halls Crossroads,Jenkins Crossroads		AL	011		
4069785	Jernigan	jernigan	US		0	America/Chicago	32.12626	-85.07215	92			AL	113		
4069825	Jerusalem Heights	jerusalem-heights	US		0	America/Chicago	33.15651	-87.51889	102			AL	125		
4069840	Jesseton	jesseton	US		0	America/Chicago	34.40482	-87.16668	205			AL	079		
4069843	Jester	jester	US		0	America/Chicago	32.70347	-85.14355	185			AL	081		
4069894	Jink (historical)	jink-historical	US		0	America/Chicago	34.39092	-86.11164	341			AL	095		
4069897	Jo Dell	jo-dell	US		0	America/Chicago	33.6101	-85.82163	189			AL	015		
4069966	John Lee Acres	john-lee-acres	US		0	America/Chicago	32.44403	-86.14108	52			AL	051		
4070001	Johnson (historical)	johnson-historical	US		0	America/Chicago	34.41759	-86.30137	194			AL	095		
4070056	Johnson Crossroads	johnson-crossroads	US		0	America/Chicago	34.96092	-87.75169	194			AL	077		
4070095	Johnson Subdivision	johnson-subdivision	US		0	America/Chicago	31.30156	-85.84494	102			AL	031		
4070103	Johnsons Crossing	johnsons-crossing	US		0	America/Chicago	34.08899	-86.79667	196	Bosenburg,Crumbie,Johnson's Crossing,Johnsons Crossing,Rosenburg		AL	043		
4070109	Johnsons Mill	johnsons-mill	US		0	America/Chicago	34.28343	-86.45026	318			AL	095		
4070136	Johnstown East	johnstown-east	US		0	America/Chicago	32.39403	-86.23191	67			AL	101		
4070202	Jones Chapel	jones-chapel	US		0	America/Chicago	34.21038	-87.05195	299			AL	043		
4070245	Jones Crossroads	jones-crossroads	US		0	America/Chicago	31.21073	-85.48466	92			AL	069		
4070246	Jones Crossroads	jones-crossroads	US		0	America/Chicago	34.71815	-87.00168	195	Jones Crossroads,Stewarts Cross Roads		AL	083		
4070292	Jones Valley	jones-valley	US		0	America/Chicago	33.46511	-86.87888	164			AL	073		
4070302	Jones Valley Estates	jones-valley-estates	US		0	America/Chicago	34.68342	-86.55777	200			AL	089		
4070314	Jonesview	jonesview	US		0	America/Chicago	33.44233	-86.22386	164			AL	121		
4070317	Jonny Smith Subdivision	jonny-smith-subdivision	US		0	America/Chicago	33.51677	-86.25025	164			AL	115		
4070324	Joquin	joquin	US		501	America/Chicago	31.78654	-86.16412	146			AL	041		
4070345	Jordan Chapel	jordan-chapel	US		0	America/Chicago	33.45678	-85.49773	338			AL	111		
4070368	Jordans Mill	jordans-mill	US		0	America/Chicago	34.46037	-88.00282	164			AL	059		
4070376	Joseph Springs	joseph-springs	US		0	America/Chicago	33.69538	-85.67357	215	Chosa,Chosea Springs,Hannatown,Hickory Springs,Hickory Town,Joseph Springs		AL	015		
4070381	Josie	josie	US		0	America/Chicago	31.86988	-85.71883	179	Josie,Upper Josie		AL	109		
4070393	Juanita Drive	juanita-drive	US		0	America/Chicago	33.21012	-87.50084	101			AL	125		
4070410	Judson Park	judson-park	US		0	America/Chicago	33.13151	-87.45445	103			AL	125		
4070425	Jumbo	jumbo	US		0	America/Chicago	32.96734	-86.59054	123			AL	021		
4070435	Junior Acres	junior-acres	US		0	America/Chicago	30.86074	-88.04028	5			AL	097		
4070438	June Bug (historical)	june-bug-historical	US		0	America/Chicago	33.75455	-85.78746	213			AL	015		
4070450	Kahatchee	kahatchee	US		0	America/Chicago	33.20234	-86.40831	151	Achates,Cahatchee,Cohatchey,Cohatchie,Handytown,Kahatchee,Kahatchie,Keyhatchie		AL	121		
4070462	Kalem	kalem	US		0	America/Chicago	31.70516	-87.21582	59			AL	099		
4070463	Kali-Oka Springs	kali-oka-springs	US		0	America/Chicago	30.85713	-88.14667	73			AL	097		
4070464	Kalmia (historical)	kalmia-historical	US		0	America/Chicago	32.40291	-86.79443	91			AL	001		
4070473	Kaolin	kaolin	US		0	America/Chicago	34.62758	-85.58163	291			AL	049		
4070474	Kaolin	kaolin	US		0	America/New_York	32.44431	-85.01021	106			AL	113		
4070503	Kearney (historical)	kearney-historical	US		0	America/Chicago	33.88538	-85.7083	210	Kearney (historical),Rocky Hollow		AL	015		
4070512	Keel (historical)	keel-historical	US		0	America/Chicago	34.51675	-86.30776	372			AL	095		
4070515	Keego	keego	US		0	America/Chicago	31.06074	-87.12747	22			AL	053		
4070523	Keener	keener	US		0	America/Chicago	34.15621	-85.95108	206			AL	055		
4070529	Keenewood	keenewood	US		0	America/Chicago	33.2154	-87.48528	115			AL	125		
4070534	Keith	keith	US		0	America/Chicago	34.67842	-85.69219	475			AL	049		
4070535	Keith	keith	US		0	America/Chicago	31.67738	-87.36138	31			AL	099		
4070589	Kelly Springs	kelly-springs	US		0	America/Chicago	31.27601	-85.45549	104			AL	069		
4070592	Kellys Crossroads	kellys-crossroads	US		0	America/Chicago	32.83735	-86.33442	163	Devils Half Acre,Kellys Crossroads		AL	037		
4070593	Kellys Crossroads	kellys-crossroads	US		0	America/Chicago	31.06962	-85.7516	71	Kellys Crossroad,Kellys Crossroads		AL	061		
4070630	Kendall Crossroads	kendall-crossroads	US		0	America/Chicago	32.83679	-85.50717	250	Kendall Cross Roads,Kendall Crossroads,Kendalls Cross Roads		AL	017		
4070632	Kendell (historical)	kendell-historical	US		0	America/Chicago	34.97647	-87.8817	247	Kendall,Kendell (historical)		AL	077		
4070673	Kennedy Park	kennedy-park	US		0	America/Chicago	33.21817	-87.51112	72			AL	125		
4070691	Kentuck	kentuck	US		0	America/Chicago	33.53094	-85.83052	339	Kaintuck,Kentuck		AL	121		
4070716	Ketona	ketona	US		0	America/Chicago	33.60538	-86.76527	183			AL	073		
4070725	Kewahatchie	kewahatchie	US		0	America/Chicago	33.12012	-86.54359	131	Kewahatchee,Kewahatchie		AL	117		
4070733	Key Hill	key-hill	US		0	America/Chicago	33.71678	-87.42084	186			AL	127		
4070741	Keyno	keyno	US		0	America/Chicago	32.93707	-86.10914	230			AL	037		
4070743	Keys Chapel (historical)	keys-chapel-historical	US		0	America/Chicago	34.9412	-87.6703	212			AL	077		
4070744	Keys Mill	keys-mill	US		0	America/Chicago	34.93675	-86.52388	218	Houbinville,Key Mill,Keys Mill,Keysmills		AL	089		
4070745	Keysburg	keysburg	US		0	America/Chicago	33.9451	-85.91802	177	Keysburg,Keysburgh		AL	055		
4070748	Keyton	keyton	US		0	America/Chicago	31.28267	-85.82549	106			AL	031		
4070753	Keytons	keytons	US		0	America/Chicago	31.10907	-85.37049	70	Keyton,Keytons		AL	069		
4070754	Kicker Subdivision	kicker-subdivision	US		0	America/Chicago	33.19817	-87.51501	94			AL	125		
4070755	Kid	kid	US		0	America/Chicago	32.72235	-86.07691	168			AL	051		
4070769	Kilby	kilby	US		0	America/Chicago	32.40958	-86.26552	67			AL	101		
4070772	Kildere Estates	kildere-estates	US		0	America/Chicago	34.7537	-86.58471	201			AL	089		
4070776	Kilburn (historical)	kilburn-historical	US		0	America/Chicago	34.89397	-87.60753	209			AL	077		
4070783	Killian Mill	killian-mill	US		0	America/Chicago	34.38731	-85.80191	230			AL	049		
4070792	Killough Springs	killough-springs	US		0	America/Chicago	33.61316	-86.70638	233			AL	073		
4070796	Kilpatrick	kilpatrick	US		0	America/Chicago	34.26815	-86.07636	346			AL	049		
4070819	Kimbrell	kimbrell	US		0	America/Chicago	33.27623	-87.06722	146	Kimbrel,Kimbrell		AL	125		
4070825	Kimbrough	kimbrough	US		0	America/Chicago	32.03348	-87.56528	28	Kimbrough,Kimbroughs		AL	131		
4070833	Kimbrough Crossroads	kimbrough-crossroads	US		0	America/Chicago	34.82675	-87.76336	164			AL	077		
4070842	Kincheon	kincheon	US		0	America/Chicago	32.75707	-86.70193	169			AL	021		
4070891	Kingdom Crossroads	kingdom-crossroads	US		0	America/Chicago	33.16095	-86.55498	140			AL	117		
4070930	Kingman (historical)	kingman-historical	US		0	America/Chicago	34.84175	-87.54836	155			AL	077		
4070932	Kings	kings	US		0	America/Chicago	32.20264	-86.99721	51			AL	047		
4070933	Kings (historical)	kings-historical	US		0	America/Chicago	32.26375	-87.55695	74			AL	091		
4070935	Kings Acres	kings-acres	US		0	America/Chicago	33.15206	-87.61501	40			AL	125		
4070947	Kings Chapel	kings-chapel	US		0	America/Chicago	33.39289	-86.31442	160	Kings Chapel,Little Kingston,Rocky Kingston		AL	121		
4070954	Kings Hill (historical)	kings-hill-historical	US		0	America/Chicago	34.13399	-85.81886	178			AL	019		
4070961	Kings Mill	kings-mill	US		0	America/Chicago	33.73455	-87.35917	101			AL	127		
4070978	Kingsway Terrace	kingsway-terrace	US		0	America/Chicago	33.5626	-86.74416	189			AL	073		
4070979	Kingswood	kingswood	US		0	America/Chicago	32.48375	-86.37164	71			AL	051		
4070982	Kingtown	kingtown	US		0	America/Chicago	34.90536	-87.38308	218			AL	077		
4070983	Kingville	kingville	US		0	America/Chicago	33.66761	-88.04058	128			AL	075		
4070986	Kinlock (historical)	kinlock-historical	US		0	America/Chicago	34.31343	-87.50836	250			AL	079		
4071006	Kinterbish	kinterbish	US		0	America/Chicago	32.33264	-88.31281	80			AL	119		
4071020	Kirbytown	kirbytown	US		0	America/Chicago	34.50481	-86.12859	193			AL	095		
4071021	Kirewakra	kirewakra	US		0	America/Chicago	30.43353	-88.17639	10			AL	097		
4071029	Kirby Creek (historical)	kirby-creek-historical	US		0	America/Chicago	34.89925	-85.95331	190			AL	071		
4071041	Kirklands Crossroads	kirklands-crossroads	US		0	America/Chicago	31.40267	-85.41438	109			AL	067		
4071047	Kirks Grove	kirks-grove	US		0	America/Chicago	34.19037	-85.4569	177			AL	019		
4071064	Kitchens Mill	kitchens-mill	US		0	America/Chicago	34.48287	-87.12696	186			AL	079		
4071080	Klein	klein	US		0	America/Chicago	33.28372	-86.4497	128			AL	117		
4071097	Knightens Crossroads	knightens-crossroads	US		0	America/Chicago	33.95649	-85.71441	191	Knightens Crossroads,Knightons Crossroads		AL	015		
4071115	Knollwood	knollwood	US		0	America/Chicago	32.5118	-86.37553	97			AL	051		
4071116	Knollwood	knollwood	US		0	America/Chicago	32.36458	-86.04941	65			AL	101		
4071121	Knowlton (historical)	knowlton-historical	US		0	America/Chicago	31.91072	-85.26438	73			AL	005		
4071135	Knoxwood	knoxwood	US		0	America/Chicago	32.51264	-87.7939	33			AL	091		
4071138	Koenton	koenton	US		0	America/Chicago	31.64016	-88.25946	35			AL	129		
4071149	Kowakas Mobile Home Park	kowakas-mobile-home-park	US		0	America/Chicago	33.24373	-86.47859	152			AL	117		
4071150	Kowaliga	kowaliga	US		0	America/Chicago	32.74013	-85.96913	153	Cojolegee,Kowaliga,Kowaligi		AL	051		
4071156	Kuderna Acres	kuderna-acres	US		0	America/Chicago	32.57152	-85.53717	163			AL	081		
4071158	Kulumi (historical)	kulumi-historical	US		0	America/Chicago	32.43625	-86.13052	53	Caloumas,Colemmys,Collamee,Colomga,Colomiesk,Coo-loo-me,Coolamies,Coolome,Coolooma,Culloumas,Cullowes,Kulumi (historical)		AL	051		
4071159	Kushla	kushla	US		0	America/Chicago	30.81546	-88.15806	19			AL	097		
4071165	Kyles	kyles	US		0	America/Chicago	34.79481	-86.00859	191	Kyle,Kyles		AL	071		
4071170	Kyles Subdivision	kyles-subdivision	US		0	America/Chicago	33.18817	-87.44445	87			AL	125		
4071171	Kymulga	kymulga	US		0	America/Chicago	33.334	-86.29887	137	Cayomulgee,Coyomulgee,Cymulga,Kaimulgee,Kayomulgi,Kiamulga,Kimulga,Kimulgee,Kiomulgee,Kymulga,Kymulgee		AL	121		
4071186	Kyser Leonard Lakefront Estates	kyser-leonard-lakefront-estates	US		0	America/Chicago	33.48983	-86.24386	142	Kyser Leonard Lakefront Estates,Lakefront Estates,Leonard Estates		AL	121		
4071187	Kyuka	kyuka	US		0	America/Chicago	34.16815	-86.02108	213			AL	055		
4071205	La Grange (historical)	la-grange-historical	US		0	America/Chicago	34.6612	-87.5603	249			AL	033		
4071211	La Vera	la-vera	US		0	America/Chicago	33.19679	-87.50917	86			AL	125		
4071221	Labuco	labuco	US		0	America/Chicago	33.60955	-87.08916	149			AL	073		
4071227	Laceys Chapel	laceys-chapel	US		0	America/Chicago	33.37289	-86.92082	169			AL	073		
4071261	Ladiga	ladiga	US		0	America/Chicago	33.94899	-85.58107	201	Ladiga,Ladoga,Lediga		AL	015		
4071288	Lagos del Sol	lagos-del-sol	US		0	America/Chicago	32.26042	-86.3483	65			AL	101		
4071330	Lake Cove	lake-cove	US		0	America/Chicago	33.36873	-87.59056	80			AL	125		
4071331	Lake Coves	lake-coves	US		0	America/Chicago	34.84592	-87.56919	161			AL	077		
4071343	Lake Drive Estates	lake-drive-estates	US		0	America/Chicago	33.449	-86.80749	230			AL	073		
4071358	Lake Forest Estates	lake-forest-estates	US		0	America/Chicago	32.69041	-85.3805	230			AL	081		
4071366	Lake Front Village	lake-front-village	US		0	America/Chicago	33.30373	-87.56806	92			AL	125		
4071400	Lake Highlands	lake-highlands	US		0	America/Chicago	33.57288	-86.73082	213			AL	073		
4071402	Lake Hill Estates	lake-hill-estates	US		0	America/Chicago	32.90012	-85.88246	160			AL	123		
4071404	Lake Hills North	lake-hills-north	US		0	America/Chicago	33.37123	-87.56278	91			AL	125		
4071406	Lake Howard	lake-howard	US		0	America/Chicago	34.50703	-85.61163	448			AL	049		
4071413	Lake Ida Heights	lake-ida-heights	US		0	America/Chicago	34.79398	-86.92556	227			AL	083		
4071423	Lake Joy	lake-joy	US		0	America/Chicago	33.11817	-86.20914	244			AL	121		
4071488	Lake Purdy	lake-purdy	US		7857	America/Chicago	33.43011	-86.68054	202			AL	117		
4071498	Lake Robinwood Subdivision	lake-robinwood-subdivision	US		0	America/Chicago	33.23345	-87.67807	48	Lake Robinwood Subdivision,Robinwood		AL	125		
4071507	Lake Shore	lake-shore	US		0	America/Chicago	33.19595	-87.50167	93			AL	125		
4071510	Lake Shore Drive Subdivision	lake-shore-drive-subdivision	US		0	America/Chicago	34.59925	-86.00498	188			AL	071		
4071511	Lake Shore Estates	lake-shore-estates	US		0	America/Chicago	33.459	-86.8061	214			AL	073		
4071512	Lake Shore Subdivision	lake-shore-subdivision	US		0	America/Chicago	33.99538	-87.19112	169			AL	127		
4071595	Lakeland Forest	lakeland-forest	US		0	America/Chicago	33.34845	-87.61417	93			AL	125		
4071597	Lakeridge	lakeridge	US		0	America/Chicago	33.27039	-87.49334	108			AL	125		
4071601	Lakeside Acres	lakeside-acres	US		0	America/Chicago	34.87231	-87.55947	155			AL	077		
4071608	Lakeside Highlands	lakeside-highlands	US		0	America/Chicago	34.81148	-87.61864	181			AL	077		
4071614	Lakeview (historical)	lakeview-historical	US		0	America/Chicago	31.16684	-86.49718	72	Lake View,Lakeview (historical)		AL	039		
4071624	Lakeview Beach	lakeview-beach	US		0	America/Chicago	34.56786	-86.12692	184			AL	071		
4071637	Lakeview Estates	lakeview-estates	US		0	America/Chicago	33.45261	-86.80304	238			AL	073		
4071638	Lakeview Estates	lakeview-estates	US		0	America/Chicago	33.40678	-87.03333	150			AL	073		
4071639	Lakeview Estates	lakeview-estates	US		0	America/Chicago	33.25178	-87.56945	78			AL	125		
4071641	Lakeview Heights	lakeview-heights	US		0	America/Chicago	34.82786	-87.58253	178			AL	077		
4071642	Lakeview Heights	lakeview-heights	US		0	America/Chicago	32.36264	-86.2583	86			AL	101		
4071645	Lakeview Highlands	lakeview-highlands	US		0	America/Chicago	34.78731	-87.60336	173			AL	033		
4071647	Lakeview Manor	lakeview-manor	US		0	America/Chicago	33.35206	-87.59667	76			AL	125		
4071650	Lakeview Park	lakeview-park	US		0	America/Chicago	33.45177	-86.8161	206			AL	073		
4071653	Lakeview Shores	lakeview-shores	US		0	America/Chicago	34.61064	-86.02887	195			AL	071		
4071664	Lakewood Estate	lakewood-estate	US		0	America/Chicago	33.3815	-86.97638	169			AL	073		
4071665	Lakewood Estates	lakewood-estates	US		0	America/Chicago	31.18295	-85.4241	83			AL	069		
4071666	Lakewood Heights	lakewood-heights	US		0	America/New_York	32.49764	-85.02854	107			AL	113		
4071667	Lakewood Hills	lakewood-hills	US		0	America/Chicago	33.44427	-86.81082	231			AL	073		
4071669	Lakewood Manor	lakewood-manor	US		0	America/Chicago	34.78426	-86.59583	217			AL	089		
4071695	Lambert Grove	lambert-grove	US		0	America/Chicago	31.04351	-88.15723	75			AL	097		
4071709	Lamison	lamison	US		0	America/Chicago	32.12126	-87.56667	36			AL	131		
4071717	Lamont (historical)	lamont-historical	US		0	America/Chicago	34.47176	-86.43054	341			AL	095		
4071718	Lamont Court	lamont-court	US		0	America/Chicago	31.23434	-85.41938	94			AL	069		
4071722	Land	land	US		0	America/Chicago	32.02876	-88.32836	61			AL	023		
4071727	Landersville	landersville	US		0	America/Chicago	34.46898	-87.40086	198			AL	079		
4071739	Landmarks	landmarks	US		0	America/Chicago	32.37847	-86.19441	70			AL	101		
4071746	Lands Crossroads	lands-crossroads	US		0	America/Chicago	34.47981	-85.85664	383			AL	049		
4071758	Lane Springs	lane-springs	US		0	America/Chicago	34.83425	-87.98087	138	Hurst,Lane Springs		AL	033		
4071771	Laney	laney	US		0	America/Chicago	33.85649	-85.90552	169			AL	015		
4071772	Laney	laney	US		0	America/Chicago	33.90121	-85.90164	192			AL	015		
4071778	Langdale	langdale	US		0	America/Chicago	32.82041	-85.17216	182	Langdale,Valley		AL	017		
4071783	Langdon (historical)	langdon-historical	US		0	America/Chicago	33.00929	-85.45467	243	Langdon (historical),Langdon City		AL	019		
4071824	Laniers	laniers	US		0	America/Chicago	33.3815	-86.32748	130	Laniers,Laniersville,Lanierville		AL	121		
4071843	Larimore (historical)	larimore-historical	US		0	America/Chicago	34.30537	-85.86053	215			AL	049		
4071844	Larkin	larkin	US		0	America/Chicago	34.90953	-86.21526	204			AL	071		
4071847	Lardent	lardent	US		0	America/Chicago	33.62233	-85.82941	192			AL	015		
4071855	Larkinsville	larkinsville	US		0	America/Chicago	34.69092	-86.1247	189			AL	071		
4071857	Larkwood	larkwood	US		0	America/Chicago	33.65371	-86.69638	266			AL	073		
4071864	Larkins Fork (historical)	larkins-fork-historical	US		0	America/Chicago	34.87231	-86.20554	205			AL	071		
4071866	Lasca	lasca	US		0	America/Chicago	32.01654	-87.95834	68			AL	091		
4071883	Lathamville	lathamville	US		0	America/Chicago	34.27343	-86.03331	343	Lathamville,Sand Mountain		AL	049		
4071889	Laton Hill	laton-hill	US		0	America/Chicago	31.48905	-88.36807	79			AL	129		
4071894	Lattiwood	lattiwood	US		0	America/Chicago	34.27287	-86.28415	321			AL	095		
4071895	Lauderdale Beach	lauderdale-beach	US		0	America/Chicago	34.86342	-87.56891	161			AL	077		
4071897	Lato	lato	US		0	America/Chicago	32.32431	-85.10216	94	Arahburg,Arahburgh,Jupiter,Lato,Providence,Rileys Crossing,Rileys Store		AL	113		
4071914	Laurel Estates	laurel-estates	US		0	America/Chicago	33.40789	-86.7711	164			AL	073		
4071916	Laurel Hills	laurel-hills	US		0	America/Chicago	33.18429	-87.47945	125			AL	125		
4071921	Laurendine	laurendine	US		0	America/Chicago	30.49797	-88.17	13			AL	097		
4071923	Lavelle Woods	lavelle-woods	US		0	America/Chicago	33.21512	-87.49889	88			AL	125		
4071924	Lavender Acres	lavender-acres	US		0	America/Chicago	33.25484	-87.6239	74			AL	125		
4071936	Laurel Grove (historical)	laurel-grove-historical	US		0	America/Chicago	31.97293	-85.58328	144			AL	005		
4071944	Lawngate	lawngate	US		0	America/Chicago	34.72592	-87.09307	195			AL	083		
4071988	Lawsontown	lawsontown	US		0	America/Chicago	33.334	-87.09861	138	Lawson Town,Lawsontown		AL	073		
4071993	Lay Springs	lay-springs	US		0	America/Chicago	34.16843	-85.85664	254	Lay,Lay Springs		AL	055		
4071654	Lakewood	lakewood	US	08701	0	America/Chicago	34.51509	-85.66969	290			AL	049		
4072002	Lazy V Lake Acres	lazy-v-lake-acres	US		0	America/Chicago	33.63677	-86.45137	224			AL	115		
4072006	Le Moyne	le-moyne	US		0	America/Chicago	30.95824	-88.02778	12			AL	097		
4072011	Lazy Living Acres	lazy-living-acres	US		0	America/Chicago	34.76398	-87.17363	175			AL	083		
4072023	Leath Gap (historical)	leath-gap-historical	US		0	America/Chicago	34.13732	-86.05358	207			AL	055		
4072029	Leatherwood	leatherwood	US		0	America/Chicago	33.71732	-85.87663	189	Fergusonville,Leatherwood,Leatherwood Crossing,Leatherwood Crossroads		AL	015		
4072064	Lebaron Woods	lebaron-woods	US		0	America/Chicago	30.72936	-88.1625	61			AL	097		
4072067	Lecta	lecta	US		0	America/Chicago	33.58844	-85.43273	305			AL	029		
4072077	Ledbetters	ledbetters	US		0	America/Chicago	33.29095	-86.18803	182	Ledbetters,Ledbetters Station		AL	121		
4072108	Lee Farms	lee-farms	US		0	America/Chicago	32.35542	-86.38192	48			AL	101		
4072116	Lee Crossroads	lee-crossroads	US		0	America/Chicago	33.19984	-85.27356	244			AL	111		
4072152	Lees Park	lees-park	US		0	America/Chicago	31.85571	-86.02634	114			AL	109		
4072160	Leesdale	leesdale	US		0	America/Chicago	34.38982	-86.91167	184			AL	103		
4072172	Leggtown	leggtown	US		0	America/Chicago	34.95592	-87.06557	179	Legg,Leggtown		AL	083		
4072199	Lenlock	lenlock	US		0	America/Chicago	33.72788	-85.81524	211			AL	015		
4072202	Lennon Hill	lennon-hill	US		0	America/Chicago	34.73953	-87.41613	175			AL	079		
4072221	Lentzville	lentzville	US		0	America/Chicago	34.84425	-87.14085	219			AL	083		
4072261	Letchers	letchers	US		0	America/Chicago	33.66205	-85.85608	224			AL	015		
4072267	Letson Settlement	letson-settlement	US		0	America/Chicago	34.57676	-87.29169	221			AL	079		
4072271	Level Plains	level-plains	US		2023	America/Chicago	31.29962	-85.77799	96	Level Plain,Level Plains,Level Plains Crossroads		AL	045		
4072274	Levert	levert	US		0	America/Chicago	32.7593	-87.24139	55	Le Vert,Levert		AL	105		
4072279	Lewin (historical)	lewin-historical	US		0	America/Chicago	34.00426	-86.11386	165			AL	055		
4072303	Lewis Evans Subdivision	lewis-evans-subdivision	US		0	America/Chicago	34.54675	-86.10692	189			AL	071		
4072347	Leydens Mill	leydens-mill	US		0	America/Chicago	33.80204	-85.83802	171	Aderholt Mill,Edmundsons Mill,Leydens Mill		AL	015		
4072464	Liberty City	liberty-city	US		0	America/Chicago	32.58125	-85.74912	174			AL	123		
4072472	Liberty Grove	liberty-grove	US		0	America/Chicago	33.35345	-85.4294	304			AL	111		
4072481	Liberty Highlands	liberty-highlands	US		0	America/Chicago	33.56399	-86.65471	238			AL	073		
4072032	Lebanon	lebanon	US	03756	0	America/Chicago	34.36592	-85.8158	224			AL	049		
4072546	Liberty Crossroads	liberty-crossroads	US		0	America/Chicago	32.8018	-85.41328	244			AL	017		
4072576	Lickskillet	lickskillet	US		0	America/Chicago	34.34037	-85.6958	374			AL	049		
4072610	Lightwood	lightwood	US		0	America/Chicago	32.7118	-86.38914	149			AL	051		
4072618	Ligon Springs	ligon-springs	US		0	America/Chicago	34.59037	-87.71614	209			AL	033		
4072629	Lilita	lilita	US		0	America/Chicago	32.48375	-88.12836	34	Lee Station,Lilita,Lillita		AL	119		
4072660	Lily Flagg	lily-flagg	US		0	America/Chicago	34.65148	-86.56666	183			AL	089		
4072663	Lily Grove (historical)	lily-grove-historical	US		0	America/Chicago	32.45236	-86.90443	76			AL	047		
4072673	Lim Rock	lim-rock	US		0	America/Chicago	34.67231	-86.18832	189	Boyd Switch,Boyds Switch,Lim Rock,Lime Rock,Limrock		AL	071		
4072676	Lime	lime	US		0	America/Chicago	33.15873	-85.25995	250			AL	111		
4072685	Lime Kiln	lime-kiln	US		0	America/Chicago	34.76509	-88.0392	148	Dennie Kiln,Dumy Old Lime Works and Quarry,Lime Kiln		AL	033		
4072688	Lime Rock	lime-rock	US		0	America/Chicago	34.60537	-87.74614	227			AL	033		
4072689	Lime Sink	lime-sink	US		0	America/Chicago	31.78294	-85.39799	137			AL	005		
4072746	Lincoya	lincoya	US		0	America/Chicago	34.79953	-86.61499	225			AL	089		
4072770	Lindsay Lane	lindsay-lane	US		0	America/Chicago	34.31454	-86.30359	302			AL	095		
4072792	Lindseys Crossing	lindseys-crossing	US		0	America/Chicago	33.23039	-86.92721	149			AL	117		
4072806	Lingerlost	lingerlost	US		0	America/Chicago	34.83703	-87.51753	159			AL	077		
4072811	Linn Crossing	linn-crossing	US		0	America/Chicago	33.67733	-86.96639	119	Linn,Linn Crossing,Linns,Linns Crossing,Lynn Crossing,Lynns,Lynns Crossing,Ono		AL	073		
4072833	Lisenba Subdivision	lisenba-subdivision	US		0	America/Chicago	33.21234	-87.71584	118			AL	125		
4072838	Listerhill	listerhill	US		0	America/Chicago	34.75759	-87.58225	168	Lister,Listerhill		AL	033		
4073058	Little Italy	little-italy	US		0	America/Chicago	33.51622	-86.88999	160			AL	073		
4073116	Little Nashville	little-nashville	US		0	America/Chicago	34.75286	-86.2311	192			AL	071		
4073125	Little New York	little-new-york	US		0	America/Chicago	34.38787	-86.18581	189			AL	095		
4073130	Little Oak Ridge Estates	little-oak-ridge-estates	US		0	America/Chicago	33.31122	-86.79638	167			AL	117		
4073132	Little Oak	little-oak	US		0	America/Chicago	31.73099	-86.05384	133			AL	109		
4073149	Little Pines	little-pines	US		0	America/Chicago	30.83852	-88.07083	9			AL	097		
4073174	Little Ridge Estates	little-ridge-estates	US		0	America/Chicago	33.40566	-86.67776	185			AL	117		
4073250	Little Shawmut	little-shawmut	US		0	America/Chicago	32.8468	-85.20994	195			AL	017		
4073251	Little Shenandoah	little-shenandoah	US		0	America/Chicago	33.88343	-86.68333	143			AL	009		
4073253	Little Shoal	little-shoal	US		0	America/Chicago	33.50094	-87.24861	120			AL	073		
4073274	Little Texas	little-texas	US		0	America/Chicago	32.44292	-85.56828	163			AL	087		
4073296	Little Walker	little-walker	US		0	America/Chicago	32.15042	-88.1778	68			AL	023		
4073298	Little Warrior	little-warrior	US		0	America/Chicago	33.9076	-86.59832	144			AL	009		
4073351	Little Zion (historical)	little-zion-historical	US		0	America/Chicago	34.63287	-87.87226	241			AL	033		
4073356	Littletons	littletons	US		0	America/Chicago	33.63261	-87.24861	81			AL	127		
4073357	Littleville	littleville	US		990	America/Chicago	34.59065	-87.67697	212	Camp Smith,Littleville		AL	033		
4073358	Littleville	littleville	US		939	America/Chicago	34.25149	-87.57502	299	Littlesville,Littleville		AL	133		
4073370	Live Oaks	live-oaks	US		0	America/Chicago	32.48347	-86.47498	125			AL	001		
4073398	Livingston Subdivision	livingston-subdivision	US		0	America/Chicago	33.19067	-87.52917	61			AL	125		
4073403	Lizzieville	lizzieville	US		0	America/Chicago	32.78763	-88.02891	37			AL	063		
4073406	Lloyds	lloyds	US		0	America/Chicago	30.61769	-88.12806	3	Lloyds,Lloyds Station,Loring		AL	097		
4073420	Loango	loango	US		0	America/Chicago	31.32961	-86.64885	96			AL	039		
4073424	Loch Haven	loch-haven	US		0	America/Chicago	33.40539	-86.77999	134			AL	073		
4073426	Lochridge	lochridge	US		0	America/Chicago	33.40344	-86.78193	134			AL	073		
4073430	Lock Five	lock-five	US		0	America/Chicago	32.58319	-87.73668	28			AL	065		
4073472	Lock Six	lock-six	US		0	America/Chicago	34.84842	-87.53641	195			AL	077		
4073474	Lock Three	lock-three	US		0	America/Chicago	34.81175	-87.41058	156	Lock Three,Old Lock Three		AL	077		
4073484	Lockhart (historical)	lockhart-historical	US		0	America/Chicago	33.709	-87.48056	102			AL	127		
4073490	Locke Crossroads	locke-crossroads	US		0	America/Chicago	34.93564	-86.95167	259	Locke Crossroad,Locke Crossroads		AL	083		
4073493	Lockland	lockland	US		0	America/Chicago	34.8512	-87.59197	187			AL	077		
4073511	Loflin	loflin	US		0	America/Chicago	32.1971	-85.03493	97			AL	113		
4073515	Lofty	lofty	US		0	America/Chicago	33.46289	-85.39995	322			AL	111		
4073540	Logan Martin Lake Estates	logan-martin-lake-estates	US		0	America/Chicago	33.52788	-86.22498	152			AL	115		
4073541	Logan Martin Pines	logan-martin-pines	US		0	America/Chicago	33.49455	-86.29303	145			AL	115		
4073549	Loganwood	loganwood	US		0	America/Chicago	33.29345	-87.5439	147			AL	125		
4073553	Logton	logton	US		0	America/Chicago	31.95293	-85.9144	144			AL	109		
4073556	Lois Spring	lois-spring	US		0	America/Chicago	33.23068	-88.09391	57	Lois Spring,Lois Springs		AL	107		
4073558	Lola City	lola-city	US		0	America/Chicago	33.57288	-86.6011	187			AL	073		
4073579	Lone Oak Subdivision	lone-oak-subdivision	US		0	America/Chicago	33.99955	-87.18417	162			AL	127		
4073667	Longleaf Estates	longleaf-estates	US		0	America/Chicago	34.54454	-86.9964	186			AL	103		
4073678	Longtown	longtown	US		0	America/Chicago	34.55648	-87.27669	199			AL	079		
4073684	Longview Estates	longview-estates	US		0	America/Chicago	33.60205	-86.97555	178			AL	073		
4073687	Longview Mobile Home Park	longview-mobile-home-park	US		0	America/Chicago	33.60872	-86.98055	178			AL	073		
4073700	Lookout Valley Acres	lookout-valley-acres	US		0	America/Chicago	34.19732	-85.75774	190			AL	019		
4073702	Longbrook Estates	longbrook-estates	US		0	America/Chicago	33.39094	-86.94999	159			AL	073		
4073710	Loosier	loosier	US		0	America/Chicago	34.57176	-87.3703	228			AL	079		
4073714	Loper	loper	US		0	America/Chicago	31.58155	-88.30001	34			AL	129		
4073718	Loree	loree	US		0	America/Chicago	31.48739	-87.08998	109			AL	035		
4073744	Lot (historical)	lot-historical	US		0	America/Chicago	34.26954	-86.13581	295			AL	095		
4073765	Louina	louina	US		0	America/Chicago	33.12318	-85.55178	208			AL	111		
4073768	Lou	lou	US		0	America/Chicago	31.91904	-88.21113	76			AL	023		
4073793	Lovelace Crossroads	lovelace-crossroads	US		0	America/Chicago	34.86092	-87.7567	183	Lovelace,Lovelace Crossroads		AL	077		
4073799	Loveless	loveless	US		0	America/Chicago	34.31787	-85.76219	400			AL	049		
4073801	Love Hill	love-hill	US		0	America/Chicago	31.11601	-85.27382	74			AL	069		
4073802	Loveless Park	loveless-park	US		0	America/Chicago	33.32456	-86.98221	164			AL	073		
4073810	Lovettville	lovettville	US		0	America/Chicago	34.64898	-87.21057	181			AL	079		
4073811	Lovick	lovick	US		0	America/Chicago	33.55899	-86.61387	197			AL	073		
4073824	Lowe (historical)	lowe-historical	US		0	America/Chicago	34.58676	-86.41471	187			AL	089		
4073871	Lowery	lowery	US		0	America/Chicago	31.1674	-86.14272	68	Lowery,Lowrey		AL	061		
4073878	Lowerytown	lowerytown	US		0	America/Chicago	33.11206	-87.15166	158	Lowerytown,Statesville,Stotesville		AL	007		
4073882	Lowetown	lowetown	US		0	America/Chicago	33.30872	-87.07527	178			AL	073		
4073893	Lowrimores Crossroads	lowrimores-crossroads	US		0	America/Chicago	33.76788	-85.93636	197			AL	015		
4073896	Lowry Mill	lowry-mill	US		0	America/Chicago	31.53877	-85.98217	74	Lowerys Mill,Lowry Mill		AL	031		
4073903	Loyall (historical)	loyall-historical	US		0	America/Chicago	34.75231	-87.70559	150	Loyall (historical),Loyall Station		AL	033		
4073908	Loyola Villa	loyola-villa	US		0	America/Chicago	30.50075	-87.92444	4	Loyola Home,Loyola Villa		AL	003		
4073911	Lubbub	lubbub	US		0	America/Chicago	33.43067	-87.87391	138			AL	107		
4073925	Lucille	lucille	US		0	America/Chicago	33.08845	-87.1475	143			AL	007		
4073933	Lucy	lucy	US		0	America/Chicago	31.02018	-85.04104	39			AL	069		
4073941	Lugo	lugo	US		0	America/Chicago	31.96571	-85.21493	77			AL	005		
4073949	Lum	lum	US		0	America/Chicago	32.06598	-86.65081	83			AL	085		
4073957	Luna (historical)	luna-historical	US		0	America/Chicago	34.44648	-85.82775	379			AL	049		
4073963	Lurleen Estates	lurleen-estates	US		0	America/Chicago	33.24401	-87.66279	58			AL	125		
4073993	Lyeffion	lyeffion	US		0	America/Chicago	31.54266	-86.98609	125			AL	035		
4074011	Lynn Acres	lynn-acres	US		0	America/Chicago	33.61983	-86.70666	240			AL	073		
4074024	Lynndale	lynndale	US		0	America/Chicago	32.32375	-86.2658	67			AL	101		
4074025	Lynns Park	lynns-park	US		0	America/Chicago	33.80622	-87.14389	100	Lynn Park,Lynns Park		AL	127		
4074026	Lynntown	lynntown	US		0	America/Chicago	34.43065	-86.70527	181			AL	103		
4074027	Lynwood Gardens	lynwood-gardens	US		0	America/Chicago	34.71537	-86.63333	205			AL	089		
4074028	Lynwood Park	lynwood-park	US		0	America/Chicago	33.20012	-87.51889	76			AL	125		
4074029	Lynwood Terrace	lynwood-terrace	US		0	America/Chicago	32.33153	-86.30497	58			AL	101		
4074030	Lyon (historical)	lyon-historical	US		0	America/Chicago	32.36514	-87.54361	85			AL	091		
4074056	Mabson	mabson	US		0	America/Chicago	31.46822	-85.56299	84			AL	045		
4074066	MacMillan	macmillan	US		0	America/Chicago	31.97293	-87.5225	29			AL	131		
4074224	Mack (historical)	mack-historical	US		0	America/Chicago	33.86371	-85.86886	177			AL	015		
4074238	Mackies	mackies	US		0	America/Chicago	30.83296	-88.06806	7	Cleveland,Mackies		AL	097		
4074290	Madison Crossroads	madison-crossroads	US		0	America/Chicago	34.90342	-86.71416	254	Madison Cross Roads,Madison Crossroads,Madisons Cross Roads		AL	089		
4074294	Madison Highlands	madison-highlands	US		0	America/Chicago	34.71092	-86.72083	208			AL	089		
4074300	Madison Point	madison-point	US		0	America/Chicago	34.70148	-86.75278	208			AL	089		
4074319	Magnolia Beach	magnolia-beach	US		0	America/Chicago	30.51575	-87.91749	1	Magnolia Beach,Tatenville,Tatonville		AL	003		
4074347	Magnolia Courts	magnolia-courts	US		0	America/Chicago	33.60371	-86.70249	239			AL	073		
4074351	Magnolia Heights	magnolia-heights	US		0	America/Chicago	33.52316	-86.82471	206			AL	073		
4074361	Magnolia Shores	magnolia-shores	US		0	America/Chicago	31.93265	-86.29413	134			AL	041		
4074370	Mahan (historical)	mahan-historical	US		0	America/Chicago	34.5737	-85.81275	400			AL	049		
4074374	Mahan Crossroads	mahan-crossroads	US		0	America/Chicago	34.57342	-85.77525	413			AL	049		
4074377	Mahlep	mahlep	US		0	America/Chicago	33.74482	-85.88108	201			AL	015		
4074402	Malbis	malbis	US		0	America/Chicago	30.65575	-87.85194	59	Malbis Plantation		AL	003		
4074420	Mallard Point	mallard-point	US		0	America/Chicago	33.289	-86.7886	163			AL	117		
4074455	Mamie	mamie	US		0	America/Chicago	32.18653	-86.04051	96			AL	101		
4074461	Manack	manack	US		0	America/Chicago	32.32847	-86.51109	61	Manack,Manacks		AL	085		
4074488	Mann	mann	US		0	America/Chicago	30.59325	-88.14389	6			AL	097		
4074498	Manningham	manningham	US		0	America/Chicago	31.88598	-86.74637	148			AL	013		
4074507	Manor Haven	manor-haven	US		0	America/Chicago	34.74231	-87.69781	155			AL	033		
4074509	Manora Estates	manora-estates	US		0	America/Chicago	33.13401	-87.55723	58			AL	125		
4074514	Mansion View	mansion-view	US		0	America/Chicago	34.86231	-87.72864	159			AL	077		
4074529	Maple Forks	maple-forks	US		0	America/Chicago	34.2126	-87.02445	218			AL	043		
4074566	Marble Valley	marble-valley	US		0	America/Chicago	33.04401	-86.45192	158			AL	037		
4074578	Marcoot	marcoot	US		0	America/Chicago	32.9579	-85.48912	238			AL	017		
4074580	Marcus (historical)	marcus-historical	US		0	America/Chicago	34.21509	-85.98303	235			AL	049		
4074584	Mardisville	mardisville	US		0	America/Chicago	33.38455	-86.15914	155	Jumpers Spring,Mardisville		AL	121		
4074605	Margerum	margerum	US		0	America/Chicago	34.76703	-88.06837	140	Margerum,Margerum Switch		AL	033		
4074624	Marigold	marigold	US		0	America/Chicago	33.93816	-87.31501	172			AL	127		
4074628	Mariners Cove	mariners-cove	US		0	America/Chicago	33.29595	-87.50973	99			AL	125		
4074667	Markeeta	markeeta	US		0	America/Chicago	33.5801	-86.53915	187	Markeeta,Marketta		AL	115		
4074674	Marks Village	marks-village	US		0	America/Chicago	33.54399	-86.72471	211			AL	073		
4074676	Markton	markton	US		0	America/Chicago	33.8801	-86.00997	166			AL	055		
4074677	Marl	marl	US		0	America/Chicago	31.09045	-85.97994	68	Marl,Pea		AL	061		
4074683	Marley Mill	marley-mill	US		0	America/Chicago	31.49295	-85.69577	79			AL	045		
4074684	Marmion (historical)	marmion-historical	US		0	America/Chicago	34.85231	-87.40419	188			AL	077		
4074787	Martin Heights	martin-heights	US		0	America/Chicago	31.34239	-85.84716	110			AL	031		
4074819	Martins	martins	US		0	America/Chicago	33.48761	-86.89221	191			AL	073		
4074827	Martins Mill	martins-mill	US		0	America/Chicago	33.63482	-86.0683	167	Lawsons,Lawsons Store,Martin Mill,Martins Mill,Pattons Chapel,Pewit		AL	121		
4074833	Martintown	martintown	US		0	America/Chicago	34.29093	-87.58558	280			AL	133		
4074834	Martinville	martinville	US		0	America/Chicago	31.0924	-87.48054	82			AL	053		
4074837	Martinwood Estates	martinwood-estates	US		0	America/Chicago	33.38483	-86.85082	269			AL	073		
4074838	Martling	martling	US		0	America/Chicago	34.36731	-86.16748	303	Martins Mills,Martling		AL	095		
4074840	Martintown	martintown	US		0	America/Chicago	34.74369	-85.92053	216			AL	071		
4074864	Marvyn	marvyn	US		0	America/Chicago	32.43903	-85.36411	152	Marvin,Marvyn		AL	081		
4074866	Mary	mary	US		0	America/Chicago	32.75568	-85.68857	216	Jones Cross Roads,Mary		AL	123		
4074887	Marylee	marylee	US		0	America/Chicago	33.97927	-87.19167	190			AL	127		
4074900	Masena	masena	US		0	America/Chicago	33.16178	-87.0436	112	Masena,Massina		AL	007		
4074905	Mashville	mashville	US		0	America/Chicago	31.80321	-86.54108	117			AL	013		
4074912	Masingale (historical)	masingale-historical	US		0	America/Chicago	33.96676	-85.97219	156			AL	055		
4074931	Masonville (historical)	masonville-historical	US		0	America/Chicago	34.86342	-87.53003	182	Masons,Masonville (historical)		AL	077		
4074941	Masseyline	masseyline	US		0	America/Chicago	33.79177	-86.6861	151	Gurley Creek,Gurleys Creek,Masseyline		AL	073		
4074961	Mathews (historical)	mathews-historical	US		0	America/Chicago	34.9437	-88.06392	141			AL	077		
4074963	Masterson Mill	masterson-mill	US		0	America/Chicago	34.5387	-87.28335	181	Masterson,Masterson Mill		AL	079		
4074980	Matilda (historical)	matilda-historical	US		0	America/Chicago	32.96818	-85.68468	194			AL	123		
4075019	Mauldin (historical)	mauldin-historical	US		0	America/Chicago	33.95149	-86.3472	312	Maudlin,Mauldin (historical)		AL	055		
4075029	Mauvilla Forest Estates	mauvilla-forest-estates	US		0	America/Chicago	30.77324	-88.08694	10			AL	097		
4075030	Maxine	maxine	US		0	America/Chicago	33.57789	-87.14889	86			AL	073		
4075039	Mauvilla	mauvilla	US		0	America/Chicago	30.83685	-88.18445	48	Manville,Mauvilla		AL	097		
4075049	Maxwell Heights	maxwell-heights	US		0	America/Chicago	32.35986	-86.34441	51			AL	101		
4075054	Maxwellborn	maxwellborn	US		0	America/Chicago	33.88093	-85.71691	208			AL	015		
4075058	May Apple (historical)	may-apple-historical	US		0	America/Chicago	34.31454	-86.53027	334			AL	095		
4075079	Mayes Crossroad	mayes-crossroad	US		0	America/Chicago	34.01843	-85.83497	187	Mayes,Mayes Crossroad,Mays Crossroads		AL	055		
4075080	Mayfair	mayfair	US		0	America/Chicago	33.47177	-86.79332	247			AL	073		
4075081	Mayfair	mayfair	US		0	America/Chicago	34.71204	-86.58638	188			AL	089		
4075082	Mayfair	mayfair	US		0	America/Chicago	32.37097	-86.25358	85			AL	101		
4075083	Mayfair	mayfair	US		0	America/Chicago	33.19317	-87.4875	125			AL	125		
4075102	Maynard Cove	maynard-cove	US		0	America/Chicago	34.78675	-86.0772	210	Maynard Cove,Maynards Cove		AL	071		
4075115	Mays Bend	mays-bend	US		0	America/Chicago	33.54038	-86.20553	152			AL	115		
4075120	Mays Crossroads	mays-crossroads	US		0	America/Chicago	31.60377	-87.9875	59	Cross Roads,Mays Crossroads		AL	025		
4075121	Mays Gulf (historical)	mays-gulf-historical	US		0	America/Chicago	34.60425	-85.67913	438			AL	049		
4075141	McAding	mcading	US		0	America/Chicago	33.56122	-85.83108	204	Buckhorn,McAding		AL	121		
4075143	McAdory	mcadory	US		0	America/Chicago	33.38706	-87.01527	179			AL	073		
4075180	McBrydes	mcbrydes	US		0	America/Chicago	31.99237	-87.02137	52			AL	131		
4075189	McCainville	mccainville	US		0	America/Chicago	32.65291	-88.21475	65			AL	119		
4075193	McCaleb Mill	mccaleb-mill	US		0	America/Chicago	34.82148	-86.48443	211			AL	089		
4075197	McCalla	mccalla	US		0	America/Chicago	33.34872	-87.01416	155			AL	073		
4075210	McCannsville	mccannsville	US		0	America/Chicago	33.42594	-86.08747	190	Cannsville,McCannsville,McCannville		AL	121		
4075251	McClure Town	mcclure-town	US		0	America/Chicago	31.8446	-85.96106	123			AL	109		
4075259	McClure	mcclure	US		0	America/Chicago	32.84652	-87.84224	41			AL	063		
4075262	McCollum	mccollum	US		0	America/Chicago	33.81789	-87.32528	133	McCollum,McCullum		AL	127		
4075272	McCombs	mccombs	US		0	America/Chicago	33.56344	-86.61721	194	McComb,McCombs		AL	073		
4075725	Mecca (historical)	mecca-historical	US		0	America/Chicago	34.95481	-87.56114	226			AL	077		
4075290	McCord Crossroads	mccord-crossroads	US		0	America/Chicago	34.11649	-85.45968	195	Hopewell,McCord Crossroads		AL	019		
4075291	McCorkle (historical)	mccorkle-historical	US		0	America/Chicago	32.36486	-87.57473	66			AL	091		
4075325	McCullars (historical)	mccullars-historical	US		0	America/Chicago	33.79927	-85.90802	185			AL	015		
4075331	McCulley	mcculley	US		0	America/Chicago	33.13929	-87.08916	199	McCulley,McCulley Hill		AL	007		
4075336	McCulloh	mcculloh	US		0	America/Chicago	32.70652	-85.14966	184	McCulloh,Mccullah		AL	081		
4075337	McCullough	mccullough	US		0	America/Chicago	31.16684	-87.52637	91			AL	053		
4075347	McCulley Creek	mcculley-creek	US		0	America/Chicago	33.08734	-87.19444	146			AL	007		
4075354	McDade	mcdade	US		0	America/Chicago	32.3157	-86.04635	76			AL	101		
4075368	McDonald Chapel	mcdonald-chapel	US		717	America/Chicago	33.52177	-86.9336	178	McDonald,McDonald Chapel,McDonalds Chapel		AL	073		
4075386	McDowell	mcdowell	US		0	America/Chicago	32.52347	-87.92196	28	McDowell,McDowell Station		AL	119		
4075401	McElderry	mcelderry	US		0	America/Chicago	33.4865	-85.96358	173	McElderry,McElderrys Station		AL	121		
4075402	McElrath Subdivision	mcelrath-subdivision	US		0	America/Chicago	34.21398	-85.55691	181			AL	019		
4075407	McEntyre	mcentyre	US		0	America/Chicago	31.80849	-87.96556	73	McEntyre,McIntyre,New Prospect		AL	025		
4075419	McFrey Crossroads	mcfrey-crossroads	US		0	America/Chicago	33.97621	-85.57496	214			AL	019		
4075420	McGee (historical)	mcgee-historical	US		0	America/Chicago	34.92508	-87.54586	229			AL	077		
4075430	McGee Town	mcgee-town	US		0	America/Chicago	34.85148	-87.74809	179			AL	077		
4075433	McGehee Estates	mcgehee-estates	US		0	America/Chicago	32.34931	-86.27025	72			AL	101		
4075436	McGehees	mcgehees	US		0	America/Chicago	32.26986	-86.37469	72	McGehee,McGehees,McGehees Station		AL	101		
4075437	McGhee	mcghee	US		0	America/Chicago	34.16787	-85.73247	171			AL	019		
4075444	McGinty	mcginty	US		0	America/Chicago	32.77735	-85.15216	207			AL	017		
4075450	McGowan	mcgowan	US		0	America/Chicago	32.06904	-85.94023	183			AL	011		
4075464	McGrawtown	mcgrawtown	US		0	America/Chicago	33.12206	-87.12805	153			AL	007		
4075513	McKenzie Courts	mckenzie-courts	US		0	America/Chicago	33.18762	-87.5789	57			AL	125		
4075519	McKestes	mckestes	US		0	America/Chicago	34.39759	-85.89469	378	Lusk,McKestes,Mynard		AL	049		
4075521	McKibben	mckibben	US		0	America/Chicago	33.59955	-85.8683	196			AL	015		
4075526	McKenzie	mckenzie	US		513	America/Chicago	31.54238	-86.71497	138	McKenzie,Persimmon Creek		AL	013		
4075533	McKinley	mckinley	US		0	America/Chicago	32.29847	-87.54028	103	McKinley,New Ruin		AL	091		
4075547	McLarty	mclarty	US		0	America/Chicago	34.17676	-86.40193	250			AL	009		
4075557	McLendon	mclendon	US		0	America/Chicago	32.15487	-85.09438	69			AL	113		
4075561	McLemore Point Subdivision	mclemore-point-subdivision	US		0	America/Chicago	34.56203	-86.13304	184			AL	071		
4075581	McMullen	mcmullen	US		10	America/Chicago	33.14873	-88.17642	59			AL	107		
4075597	McNeiders (historical)	mcneiders-historical	US		0	America/Chicago	31.99182	-88.0014	63	McNeider's,McNeiders (historical)		AL	091		
4075602	McNeils (historical)	mcneils-historical	US		0	America/Chicago	32.3257	-87.94363	21	McNeil's,McNeils (historical)		AL	091		
4075620	McRae	mcrae	US		0	America/Chicago	31.05879	-86.26133	70			AL	039		
4075627	McRitchie Mill	mcritchie-mill	US		0	America/Chicago	32.6193	-85.63245	156			AL	081		
4075628	McShan	mcshan	US		0	America/Chicago	33.38095	-88.1417	87			AL	107		
4075638	McWer	mcwer	US		0	America/Chicago	31.86126	-87.69556	110			AL	025		
4075647	McWorther Subdivision	mcworther-subdivision	US		0	America/Chicago	34.23065	-85.54829	182			AL	019		
4075650	McWilliams	mcwilliams	US		0	America/Chicago	31.83099	-87.09387	93			AL	131		
4075667	Meade (historical)	meade-historical	US		0	America/Chicago	33.65982	-85.97775	235	Mead,Meade (historical)		AL	015		
4075676	Meadow Green	meadow-green	US		0	America/Chicago	33.15317	-86.82027	153			AL	117		
4075678	Meadow Hills	meadow-hills	US		0	America/Chicago	34.79315	-86.58083	253			AL	089		
4075680	Meadow Lake	meadow-lake	US		0	America/Chicago	30.59047	-88.23334	46			AL	097		
4075681	Meadow Lane Estates	meadow-lane-estates	US		0	America/Chicago	34.7912	-86.59277	217			AL	089		
4075682	Meadow Lane Estates	meadow-lane-estates	US		0	America/Chicago	30.75713	-88.20139	58			AL	097		
4075683	Meadow Lawn	meadow-lawn	US		0	America/Chicago	33.19179	-87.55223	54			AL	125		
4075688	Meadow Ridge	meadow-ridge	US		0	America/Chicago	33.39594	-86.71638	169			AL	117		
4075690	Meadow Trace	meadow-trace	US		0	America/Chicago	34.62676	-86.53888	180			AL	089		
4075691	Meadow Wood	meadow-wood	US		0	America/Chicago	34.31426	-86.33332	188			AL	095		
4075702	Meadowood	meadowood	US		0	America/Chicago	34.3637	-86.51027	325			AL	095		
4075709	Meadows Crossroads	meadows-crossroads	US		0	America/Chicago	32.52042	-85.25439	143	Meadows Crossroads,Warner Meadows Cross Roads,Yale		AL	081		
4075710	Meadows Estates	meadows-estates	US		0	America/Chicago	34.21454	-85.54496	177			AL	019		
4075712	Meadows Mill	meadows-mill	US		0	America/Chicago	32.5293	-85.25466	144	McKinnen Mill,Meadows Mill		AL	081		
4075717	Meadowview Estates	meadowview-estates	US		0	America/Chicago	33.66899	-86.54026	239			AL	073		
4075719	Meadwood Heights	meadwood-heights	US		0	America/Chicago	33.57566	-86.75193	205			AL	073		
4075727	Meadows Crossroads	meadows-crossroads	US		0	America/Chicago	32.50875	-85.17188	134			AL	081		
4075747	Meeksville	meeksville	US		0	America/Chicago	31.91793	-86.00551	148			AL	109		
4075757	Mehaffey	mehaffey	US		0	America/Chicago	31.61766	-88.39863	86	Mehaffey,Mehaphy		AL	129		
4075766	Melborne	melborne	US		0	America/Chicago	33.57289	-88.20281	77	Hudsonville,Melborne,Melbourne		AL	075		
4075770	Melmar	melmar	US		0	America/Chicago	32.48347	-86.4847	98			AL	001		
4075771	Melody Heights	melody-heights	US		0	America/Chicago	31.18212	-85.38188	89			AL	069		
4075778	Melton	melton	US		0	America/Chicago	32.74013	-87.68334	74			AL	065		
4075781	Mellow Valley	mellow-valley	US		0	America/Chicago	33.18595	-85.74802	279			AL	027		
4075789	Meltonsville	meltonsville	US		0	America/Chicago	34.43509	-86.18998	198	Meltonsville,Meltonville		AL	095		
4075792	Melvin (historical)	melvin-historical	US		0	America/Chicago	34.92647	-87.84253	193	Malvin,Melvin (historical),Melvinville		AL	077		
4075808	Memorial Heights	memorial-heights	US		0	America/Chicago	32.34597	-86.34441	61			AL	101		
4075868	Merrell Beach	merrell-beach	US		0	America/Chicago	33.09179	-86.52415	127			AL	117		
4075869	Merrellton	merrellton	US		0	America/Chicago	33.86343	-85.74191	206	East and West Junction,Junction,Merrellton,Merrelton		AL	015		
4075873	Merrill Mill	merrill-mill	US		0	America/Chicago	31.59322	-86.40246	74			AL	041		
4075880	Merritts Crossroads	merritts-crossroads	US		0	America/Chicago	31.08712	-85.48493	83	Merritts Cross Roads,Merritts Crossroads		AL	069		
4075885	Merriwether	merriwether	US		0	America/Chicago	32.62597	-87.85251	44	Meriwether,Merriweather,Merriwether		AL	063		
4075887	Merry	merry	US		0	America/Chicago	32.34681	-86.09441	83	Merry,Merry Station		AL	101		
4075889	Merrywood	merrywood	US		0	America/Chicago	33.58649	-86.90972	199			AL	073		
4075890	Mertz	mertz	US		0	America/Chicago	32.9054	-87.37528	121			AL	007		
4075891	Mertz	mertz	US		0	America/Chicago	30.66269	-88.08833	7	Mertz,Mertz Station		AL	097		
4075913	Mexboro	mexboro	US		0	America/Chicago	31.49377	-87.37443	128			AL	099		
4075918	Mexia Crossing	mexia-crossing	US		0	America/Chicago	31.4885	-87.37138	128			AL	099		
4075922	Mhoontown	mhoontown	US		0	America/Chicago	34.82092	-87.94726	158	Mhoontown,Moohnton		AL	033		
4075931	Michele Estates	michele-estates	US		0	America/Chicago	30.59741	-88.10833	4			AL	097		
4075935	Mid (historical)	mid-historical	US		0	America/Chicago	34.46203	-86.15831	207			AL	095		
4075938	Middle Brooks Crossroads	middle-brooks-crossroads	US		0	America/Chicago	32.69402	-85.60245	203	Middle Brooks Cross Road,Middle Brooks Cross Roads,Middle Brooks Crossroads		AL	081		
4076002	Midway (historical)	midway-historical	US		0	America/Chicago	33.89093	-85.68469	233			AL	015		
4076063	Miflin	miflin	US		0	America/Chicago	30.37048	-87.61082	11			AL	003		
4076066	Mignon	mignon	US		1284	America/Chicago	33.18345	-86.26109	159			AL	121		
4076078	Milan (historical)	milan-historical	US		0	America/Chicago	34.91036	-86.16721	202			AL	071		
4076112	Milk Springs	milk-springs	US		0	America/Chicago	34.67592	-87.71309	258			AL	033		
4076217	Mill Creek Estates	mill-creek-estates	US		0	America/Chicago	33.72427	-87.00944	114			AL	073		
4076243	Millbrook Estates	millbrook-estates	US		0	America/Chicago	33.44427	-86.75749	215			AL	073		
4076313	Miller Subdivision	miller-subdivision	US		0	America/Chicago	34.47064	-86.22665	198			AL	095		
4076322	Millers Ferry	millers-ferry	US		0	America/Chicago	32.09959	-87.36749	40			AL	131		
4076339	Millertown	millertown	US		0	America/Chicago	30.82102	-88.25834	67			AL	097		
4076351	Millie (historical)	millie-historical	US		0	America/Chicago	33.91677	-85.85302	184			AL	015		
4076357	Million Dollar Lake Estates	million-dollar-lake-estates	US		0	America/Chicago	33.27345	-87.14611	183			AL	125		
4076384	Millville (historical)	millville-historical	US		0	America/Chicago	31.02935	-85.71271	53			AL	061		
4076399	Milstead	milstead	US		0	America/Chicago	32.44264	-85.89746	63	Cowles,Cowles Station,Milstead		AL	087		
4076411	Mimosa Highlands	mimosa-highlands	US		0	America/Chicago	33.15262	-87.55278	69			AL	125		
4076413	Mimosa Manor	mimosa-manor	US		0	America/Chicago	33.16012	-87.55945	54			AL	125		
4076422	Minden (historical)	minden-historical	US		0	America/Chicago	33.70232	-86.10608	151			AL	015		
4076456	Mink (historical)	mink-historical	US		0	America/Chicago	33.89788	-85.79385	221			AL	015		
4076466	Minniesville	minniesville	US		0	America/Chicago	33.49733	-86.93416	198			AL	073		
4076468	Minor	minor	US		1094	America/Chicago	33.53733	-86.94055	177			AL	073		
4076477	Minor Terrace	minor-terrace	US		0	America/Chicago	33.27122	-86.34803	140			AL	121		
4076478	Minorville (historical)	minorville-historical	US		0	America/Chicago	34.31481	-86.21498	286			AL	095		
4076487	Minvale	minvale	US		0	America/Chicago	34.45925	-85.71163	303			AL	049		
4076495	Miriam Heights	miriam-heights	US		0	America/Chicago	31.2024	-85.37771	104			AL	069		
4076516	Misty Harbor	misty-harbor	US		0	America/Chicago	34.02677	-86.92917	179			AL	043		
4076517	Misty Pines	misty-pines	US		0	America/Chicago	33.70149	-86.52082	255			AL	115		
4076544	Mitchell Crossroads	mitchell-crossroads	US		0	America/Chicago	32.53875	-85.41328	177	Mitchell Cross Road,Mitchell Crossroads,Mitchells Crossroads		AL	081		
4076572	Mitchelltown	mitchelltown	US		0	America/Chicago	34.88175	-87.42891	172	Mill Creek,Mitchell Town,Mitchells Mill,Mitchelltown		AL	077		
4076578	Mitylene	mitylene	US		0	America/Chicago	32.38292	-86.17413	65	Mitylene,Mytilene		AL	101		
4076583	Mixonville	mixonville	US		0	America/Chicago	31.70488	-86.94859	110	Annex,Mixonville,Nixonville		AL	035		
4076584	Mixson	mixson	US		0	America/Chicago	31.48294	-85.91939	83	Mixson,Mixsons Crossroads		AL	031		
4076614	Mobile Heights	mobile-heights	US		0	America/Chicago	32.34736	-86.33441	65			AL	101		
4076618	Mobile Junction	mobile-junction	US		0	America/Chicago	33.36817	-86.97666	154			AL	073		
4076656	Moffet	moffet	US		0	America/Chicago	30.85435	-88.39751	30	Moffet,Moffett		AL	097		
4076661	Moffits Mill	moffits-mill	US		0	America/Chicago	32.51014	-85.18522	112			AL	081		
4076669	Mollie	mollie	US		0	America/Chicago	32.24153	-88.27169	62			AL	023		
4076674	Molloy	molloy	US		0	America/Chicago	33.73678	-88.20225	96	Betts Beat,Molloy		AL	075		
4076679	Mona (historical)	mona-historical	US		0	America/Chicago	34.0251	-85.60385	189			AL	019		
4076686	Mon Louis	mon-louis	US		0	America/Chicago	30.44047	-88.10583	1	Grosse Pointe,Mon Louis		AL	097		
4076747	Montalla Acres	montalla-acres	US		0	America/Chicago	33.13234	-86.78943	182			AL	117		
4076750	Monte Bello	monte-bello	US		0	America/Chicago	33.16234	-86.81999	163			AL	117		
4076751	Monte Bello Estates	monte-bello-estates	US		0	America/Chicago	33.59177	-86.48832	208			AL	115		
4076752	Monte D'Oro	monte-d-oro	US		0	America/Chicago	33.4065	-86.80027	167			AL	073		
4076762	Monte-Sano	monte-sano	US		0	America/Chicago	33.48038	-86.90277	186			AL	073		
4076767	Monterey Drive	monterey-drive	US		0	America/Chicago	33.26095	-87.56278	76			AL	125		
4076768	Monterey Heights	monterey-heights	US		0	America/New_York	32.51208	-85.09077	130			AL	081		
4076782	Montezuma (historical)	montezuma-historical	US		0	America/Chicago	31.32239	-86.52496	50	Covington,Montezuma (historical)		AL	039		
4076800	Montgomery East	montgomery-east	US		0	America/Chicago	32.39042	-86.20274	67			AL	101		
4076806	Montgomery Hill	montgomery-hill	US		0	America/Chicago	31.16406	-87.78638	48			AL	003		
4076816	Montgomery Lakes	montgomery-lakes	US		0	America/Chicago	33.39789	-87.70946	118			AL	125		
4076832	Monticello Estates	monticello-estates	US		0	America/Chicago	33.11929	-87.475	119			AL	125		
4076833	Monticello Two	monticello-two	US		0	America/Chicago	33.11234	-87.48445	101			AL	125		
4076840	Montwood Estates	montwood-estates	US		0	America/Chicago	32.30931	-86.24802	61			AL	101		
4076864	Moodys Chapel	moodys-chapel	US		0	America/Chicago	33.99593	-86.32359	279	Moody,Moodys Chapel		AL	055		
4076866	Moodys Crossroads	moodys-crossroads	US		0	America/Chicago	31.73488	-86.39469	109			AL	041		
4076894	Moontown	moontown	US		0	America/Chicago	34.73342	-86.45693	195			AL	089		
4076931	Moore Corner	moore-corner	US		0	America/Chicago	33.51955	-86.65693	177			AL	073		
4076958	Moore Town	moore-town	US		0	America/Chicago	32.55097	-88.10697	62			AL	119		
4076963	Moores Bridge	moores-bridge	US		0	America/Chicago	33.44873	-87.79363	87	Moores Bridge,Moors Bridge		AL	125		
4076974	Moores Crossroads	moores-crossroads	US		0	America/Chicago	34.41648	-85.95247	376			AL	049		
4076975	Moores Crossroads	moores-crossroads	US		0	America/Chicago	33.15373	-85.31272	267	Moor Crossroads,Moores Crossroads		AL	111		
4076976	Moores Crossroads	moores-crossroads	US		0	America/Chicago	33.15067	-86.82638	149			AL	117		
4076982	Moores Mill	moores-mill	US		5682	America/Chicago	34.84398	-86.51832	210	Moore Mill,Moores Mill,Moores Mills		AL	089		
4076990	Moores Valley	moores-valley	US		0	America/Chicago	32.06098	-87.63	39			AL	091		
4077003	Moragne	moragne	US		0	America/Chicago	34.02954	-86.11109	177			AL	055		
4077009	Morayshire Estates	morayshire-estates	US		0	America/Chicago	33.15901	-87.55251	61			AL	125		
4077023	Morgan Chapel	morgan-chapel	US		0	America/Chicago	32.0432	-88.21057	44	Morgan Chapel,Skelton		AL	023		
4077055	Morgan Springs	morgan-springs	US		0	America/Chicago	32.74541	-87.41584	117	Crawford,Morgan Spring,Morgan Springs,Morganspring		AL	105		
4077059	Morgan Subdivision	morgan-subdivision	US		0	America/Chicago	31.33017	-85.84494	108			AL	031		
4077075	Morgans Crossroads	morgans-crossroads	US		0	America/Chicago	33.95732	-86.03942	170	Morgans Crossroad,Morgans Crossroads		AL	055		
4077131	Morning Sun Villas	morning-sun-villas	US		0	America/Chicago	33.41289	-86.69554	236			AL	117		
4077132	Morningdale	morningdale	US		0	America/Chicago	34.84314	-87.65142	180			AL	077		
4077133	Morningside	morningside	US		0	America/Chicago	33.62955	-86.66582	235			AL	073		
4077134	Morningside	morningside	US		0	America/Chicago	32.97123	-85.94024	213			AL	123		
4077136	Morningside Heights	morningside-heights	US		0	America/Chicago	34.84898	-87.60169	181			AL	077		
4077138	Morningview	morningview	US		0	America/Chicago	32.39125	-86.26663	88			AL	101		
4077164	Morris Crossroads	morris-crossroads	US		0	America/Chicago	34.92897	-86.9889	248	Morris Crossroad,Morris Crossroads		AL	083		
4077171	Morris Heights	morris-heights	US		0	America/Chicago	31.18934	-85.37854	103			AL	069		
4077177	Morris Mill	morris-mill	US		0	America/Chicago	34.64786	-85.85775	399			AL	071		
4077209	Morrisville (historical)	morrisville-historical	US		0	America/Chicago	31.0549	-85.91105	50			AL	061		
4077211	Morrow Acres	morrow-acres	US		0	America/Chicago	34.3487	-86.25748	192			AL	095		
4077216	Morrison Crossroads	morrison-crossroads	US		219	America/Chicago	33.4265	-85.49329	339	Morrison Crossroad,Morrison Crossroads,Morrison's Cross Roads		AL	111		
4077220	Morrows Grove	morrows-grove	US		0	America/Chicago	33.05346	-87.99474	63	Hintons Grove,Morrows Grove		AL	063		
4077228	Morton (historical)	morton-historical	US		0	America/Chicago	34.0751	-86.00692	252			AL	055		
4077237	Morvin	morvin	US		0	America/Chicago	31.98571	-87.99334	72			AL	025		
4077265	Moshat	moshat	US		0	America/Chicago	34.11871	-85.62218	205			AL	019		
4077279	Moss (historical)	moss-historical	US		0	America/Chicago	32.12765	-87.81668	98			AL	091		
4077283	Mosses	mosses	US		955	America/Chicago	32.17459	-86.67192	63	Moss,Mosses		AL	085		
4077291	Moss Rock	moss-rock	US		0	America/Chicago	33.63982	-86.60165	234			AL	073		
4077297	Mossboro	mossboro	US		0	America/Chicago	33.25095	-86.89832	140	Mossboro,Mossburg		AL	117		
4077298	Mosswood	mosswood	US		0	America/Chicago	32.29653	-86.23608	70			AL	101		
4077303	Mossy Grove Estates	mossy-grove-estates	US		0	America/Chicago	31.72433	-85.95939	132			AL	109		
4077304	Mossy Grove Village	mossy-grove-village	US		0	America/Chicago	31.73349	-85.95689	125			AL	109		
4077309	Mostellers	mostellers	US		0	America/Chicago	33.10651	-86.50859	131	Mosteller,Mostellers		AL	117		
4077313	Mossy Grove	mossy-grove	US		0	America/Chicago	31.7546	-85.95995	146			AL	109		
4077324	Motts	motts	US		0	America/Chicago	32.57236	-85.13855	208	Motts,Motts Mill		AL	081		
4077334	Moulton Heights	moulton-heights	US		0	America/Chicago	34.59731	-87.01445	187			AL	103		
4077360	Mount Andrew	mount-andrew	US		0	America/Chicago	31.97127	-85.52467	168			AL	005		
4077361	Mount Andrew	mount-andrew	US		0	America/Chicago	32.34459	-85.73606	84			AL	087		
4077525	Mount Charron Estates	mount-charron-estates	US		0	America/Chicago	34.80953	-86.57555	292			AL	089		
4077547	Mount Gilead (historical)	mount-gilead-historical	US		0	America/Chicago	33.88677	-85.86663	187			AL	015		
4077585	Mount Gillis	mount-gillis	US		0	America/Chicago	31.08907	-87.52221	88			AL	053		
4077596	Mount Hebron	mount-hebron	US		0	America/Chicago	32.87402	-88.07974	81	Hebron,Mount Hebron		AL	063		
4077597	Mount Hebron	mount-hebron	US		0	America/Chicago	34.14232	-86.28942	268			AL	095		
4077655	Mount Hester	mount-hester	US		0	America/Chicago	34.72842	-88.01198	157	Mount Hester,Mount Pleasant		AL	033		
4077666	Mount Hillard	mount-hillard	US		0	America/Chicago	32.06015	-85.86801	173			AL	011		
4077704	Mount Jefferson	mount-jefferson	US		0	America/Chicago	32.70958	-85.37245	245	Mount Jefferson,Rough and Ready Station		AL	081		
4077716	Mount Lebanon	mount-lebanon	US		0	America/Chicago	34.86453	-86.60722	237			AL	089		
4077750	Mount Meigs Station	mount-meigs-station	US		0	America/Chicago	32.3993	-86.10691	52			AL	101		
4077754	Mount Moriah	mount-moriah	US		0	America/Chicago	31.91765	-86.89998	122	Mount Moriah,Sybil		AL	013		
4077755	Mount Moriah	mount-moriah	US		0	America/Chicago	33.42233	-85.66079	321			AL	027		
4077756	Mount Moriah	mount-moriah	US		0	America/Chicago	34.54426	-87.32447	195			AL	079		
4077872	Mount Olive (historical)	mount-olive-historical	US		0	America/Chicago	31.93238	-85.42216	168			AL	005		
4077873	Mount Olive (historical)	mount-olive-historical	US		0	America/Chicago	34.94175	-88.08476	216			AL	077		
4078033	Mount Olive Circle	mount-olive-circle	US		0	America/Chicago	33.42705	-86.06747	218			AL	121		
4078133	Mount Pleasant (historical)	mount-pleasant-historical	US		0	America/Chicago	34.77092	-87.60697	160			AL	033		
4078234	Mount Polk	mount-polk	US		0	America/Chicago	33.87093	-85.86886	186			AL	015		
4078243	Mount Rozell	mount-rozell	US		0	America/Chicago	34.93508	-87.14029	223	Mount Roszell,Mount Rozell		AL	083		
4078252	Mount Sharon	mount-sharon	US		0	America/Chicago	33.21039	-86.41081	147			AL	121		
4078373	Mount View	mount-view	US		0	America/Chicago	34.25482	-86.78472	282			AL	043		
4078381	Mount Willing	mount-willing	US		0	America/Chicago	32.06015	-86.70137	92			AL	085		
4078391	Mount Zion (historical)	mount-zion-historical	US		0	America/Chicago	34.27926	-85.74024	322			AL	019		
4078392	Mount Zion (historical)	mount-zion-historical	US		0	America/Chicago	34.20787	-86.08747	333			AL	049		
4078627	Mountain Acres	mountain-acres	US		0	America/Chicago	34.26259	-85.59024	184			AL	019		
4078631	Mountain Branch Estates	mountain-branch-estates	US		0	America/Chicago	33.41733	-86.82749	275			AL	073		
4078632	Mountain Brook	mountain-brook	US		0	America/Chicago	34.72509	-86.54777	226			AL	089		
4078640	Mountain Brook Village	mountain-brook-village	US		0	America/Chicago	33.48365	-86.77359	207	Mountain Brook Village,Waddell		AL	073		
4078646	Mountain Brook	mountain-brook	US		20691	America/Chicago	33.50094	-86.75221	234			AL	073		
4078648	Mountain Creek	mountain-creek	US		0	America/Chicago	32.71068	-86.47887	161	Mountain Creek,Mountaincreek		AL	021		
4078654	Mountain Forest	mountain-forest	US		0	America/Chicago	33.53816	-86.65888	294			AL	073		
4078661	Mountain Gap Estates	mountain-gap-estates	US		0	America/Chicago	34.62259	-86.54721	181			AL	089		
4078673	Mountain Heights	mountain-heights	US		0	America/Chicago	34.72926	-86.53249	494			AL	089		
4078692	Mountain Lake Estates	mountain-lake-estates	US		0	America/Chicago	34.18343	-85.78052	193			AL	019		
4078694	Mountain Mills (historical)	mountain-mills-historical	US		0	America/Chicago	34.70426	-87.89309	162			AL	033		
4078700	Mountain Oaks	mountain-oaks	US		0	America/Chicago	33.424	-86.82805	250			AL	073		
4078715	Mountain Springs Estates	mountain-springs-estates	US		0	America/Chicago	34.80176	-86.5861	229			AL	089		
4078717	Mountain Star	mountain-star	US		0	America/Chicago	34.54148	-87.65364	205			AL	059		
4078719	Mountain Valley (historical)	mountain-valley-historical	US		0	America/Chicago	33.74178	-87.39306	135			AL	127		
4078743	Mountain View Estates	mountain-view-estates	US		0	America/Chicago	32.37847	-86.22274	98			AL	101		
4078752	Mountain Woods Park	mountain-woods-park	US		0	America/Chicago	33.43289	-86.80027	245			AL	073		
4078753	Mountainboro	mountainboro	US		333	America/Chicago	34.14704	-86.13053	333	Mountainboro,Upton		AL	055		
4078755	Mountainbrook	mountainbrook	US		0	America/Chicago	33.09818	-87.70334	74			AL	125		
4078756	Mountainbrook	mountainbrook	US		0	America/Chicago	31.81266	-85.94995	163			AL	109		
4078757	Mountaindale	mountaindale	US		0	America/Chicago	33.51233	-86.73249	214			AL	073		
4078764	Movico	movico	US		305	America/Chicago	31.06462	-88.02555	16			AL	097		
4078770	Muck City	muck-city	US		0	America/Chicago	34.4826	-87.35474	191			AL	079		
4078788	Mud Creek	mud-creek	US		0	America/Chicago	33.40289	-87.15694	123			AL	073		
4078800	Mud Creek (historical)	mud-creek-historical	US		0	America/Chicago	34.82286	-86.05748	205			AL	071		
4078830	Muklassa (historical)	muklassa-historical	US		0	America/Chicago	32.42514	-86.16247	59	Amooklasah Town,Mackalassy,Moadassa,Mocalasa,Mook-lau-sau,Mooklausa,Mooklausan,Mucclasse,Muckeleses		AL	101		
4078864	Mulga Mine	mulga-mine	US		0	America/Chicago	33.55622	-86.99361	167			AL	073		
4078895	Munson Heights	munson-heights	US		0	America/Chicago	31.34184	-85.72827	98			AL	045		
4078903	Murphree	murphree	US		0	America/Chicago	33.99732	-86.40804	244	Murphree,Murphree Valley,Murphrees Valley		AL	009		
4078911	Murphree Place	murphree-place	US		0	America/Chicago	34.6987	-86.95695	187			AL	083		
4078926	Murphy Cross Roads	murphy-cross-roads	US		0	America/Chicago	34.98203	-87.89809	257	Murphy,Murphy Cross Roads,Murphy Crossroads,Youngs Store		AL	077		
4078957	Murrycross	murrycross	US		0	America/Chicago	34.12065	-85.85858	165	Murray Cross,Murraycross,Murrycross		AL	055		
4078987	Musgrove (historical)	musgrove-historical	US		0	America/Chicago	34.51314	-85.82553	396			AL	049		
4079007	Mynot	mynot	US		0	America/Chicago	34.64565	-88.05059	177			AL	033		
4079042	Nacoochee Point Subdivision	nacoochee-point-subdivision	US		0	America/Chicago	34.74869	-85.89998	187			AL	071		
4079043	Nadawah	nadawah	US		0	America/Chicago	31.81432	-87.17221	59			AL	099		
4079044	Naftel	naftel	US		0	America/Chicago	32.00959	-86.28913	158			AL	101		
4079045	Naheola	naheola	US		0	America/Chicago	32.22764	-88.02891	27	Naheala,Naheola		AL	023		
4079067	Nances Creek	nances-creek	US		407	America/Chicago	33.85788	-85.65691	232			AL	015		
4079080	Napier Field	napier-field	US		347	America/Chicago	31.31545	-85.4541	114	Napier,Napier Field		AL	045		
4079092	Narrows (historical)	narrows-historical	US		0	America/Chicago	34.90758	-86.03054	207			AL	071		
4079114	Nash (historical)	nash-historical	US		0	America/Chicago	33.98788	-86.27359	231			AL	055		
4079119	Nash Town (historical)	nash-town-historical	US		0	America/Chicago	33.11817	-87.05972	98			AL	007		
4079139	Natis	natis	US		0	America/Chicago	34.04205	-87.42918	226			AL	133		
4079162	Navajo Hills	navajo-hills	US		0	America/Chicago	33.26039	-86.82971	187			AL	117		
4079163	Navajo Pines	navajo-pines	US		0	America/Chicago	33.2515	-86.84166	141			AL	117		
4079165	Navco	navco	US		0	America/Chicago	30.62964	-88.10528	5			AL	097		
4079168	Nave	nave	US		0	America/Chicago	32.48597	-87.26694	60			AL	105		
4079190	Ne Smith	ne-smith	US		0	America/Chicago	34.5962	-87.42836	228			AL	079		
4079203	Near Acres Estates	near-acres-estates	US		0	America/Chicago	33.71066	-86.5811	279			AL	073		
4079226	Nectar	nectar	US		345	America/Chicago	33.95982	-86.63944	156	Nectar,Nector,Tidmore		AL	009		
4079246	Neel	neel	US		0	America/Chicago	34.46565	-87.06112	189			AL	103		
4079285	Nellie	nellie	US		0	America/Chicago	31.90154	-87.38277	64			AL	131		
4079287	Neighbors Mill	neighbors-mill	US		0	America/Chicago	34.3887	-86.42471	288			AL	095		
4079303	Nelson Heights	nelson-heights	US		0	America/Chicago	33.60233	-86.71138	223			AL	073		
4079315	Neman	neman	US		0	America/Chicago	32.57986	-85.98413	110			AL	051		
4079317	Nenemoosha	nenemoosha	US		0	America/Chicago	30.80991	-88.00472	1	Nehemoosha,Nenemoosha		AL	097		
4079322	Neshota	neshota	US		0	America/Chicago	30.63936	-88.08917	6			AL	097		
4079330	Nettleboro	nettleboro	US		0	America/Chicago	31.79904	-87.62222	164	Nettleboro,Nettleborough,Nettlesboro		AL	025		
4079348	New Bethel	new-bethel	US		0	America/Chicago	34.64509	-87.7917	223			AL	033		
4079417	New Bingham	new-bingham	US		0	America/Chicago	32.4693	-86.16191	105			AL	051		
4079452	New Castle Estates	new-castle-estates	US		0	America/Chicago	34.87036	-87.70225	181			AL	077		
4079479	New Convert	new-convert	US		0	America/Chicago	32.81985	-86.83721	147			AL	021		
4079497	New Everdale	new-everdale	US		0	America/Chicago	32.41014	-86.87832	42			AL	047		
4079516	New Georgia	new-georgia	US		0	America/Chicago	34.23732	-87.16223	244			AL	133		
4079517	New Georgia (historical)	new-georgia-historical	US		0	America/Chicago	34.9012	-87.24752	230			AL	077		
4079524	New Hargrove (historical)	new-hargrove-historical	US		0	America/Chicago	33.09651	-87.09722	131	Hargrove Number Two,New Hargrove (historical)		AL	007		
4079846	New Jagger	new-jagger	US		0	America/Chicago	33.81539	-87.35695	121	Kings Station,Loss Creek,Losscreek,New Jagger		AL	127		
4079925	New Moon	new-moon	US		0	America/Chicago	34.39314	-85.52024	207			AL	019		
4079932	New Mount Hebron	new-mount-hebron	US		0	America/Chicago	32.85707	-88.10113	40			AL	063		
4079976	New Prospect	new-prospect	US		0	America/Chicago	32.66513	-86.53859	198			AL	001		
4079977	New Prospect	new-prospect	US		0	America/Chicago	32.83985	-87.7364	45			AL	065		
4080118	New Village	new-village	US		0	America/Chicago	33.38817	-86.93471	180	Borah Village,New Village		AL	073		
4080120	New Wakefield	new-wakefield	US		0	America/Chicago	31.34739	-88.03195	20	New Wakefield,Wakefield		AL	129		
4080125	New West Greene	new-west-greene	US		0	America/Chicago	32.92402	-88.13502	44	New West Greene,West Greene Station		AL	063		
4080151	Newberry Cove	newberry-cove	US		0	America/Chicago	34.16676	-85.57829	175			AL	019		
4080152	Newberry Crossroads	newberry-crossroads	US		0	America/Chicago	34.16287	-85.57218	177	Bid,Newberry Crossroads		AL	019		
4080158	Newby	newby	US		0	America/Chicago	31.55572	-86.13162	123			AL	031		
4080177	Newport (historical)	newport-historical	US		0	America/Chicago	34.77898	-87.90615	153	New Port,Newport (historical)		AL	033		
4080190	Newsome Springs	newsome-springs	US		0	America/Chicago	34.64787	-87.90559	228	Mountain Springs,Newsome Springs,Newsum Springs		AL	033		
4080213	Nichburg	nichburg	US		0	America/Chicago	31.47961	-87.13665	100			AL	035		
4080215	Nichol Hills	nichol-hills	US		0	America/Chicago	33.1904	-87.42111	108			AL	125		
4080219	Nichols (historical)	nichols-historical	US		0	America/Chicago	32.84318	-87.25222	74			AL	007		
4080239	Nicholson (historical)	nicholson-historical	US		0	America/Chicago	34.31065	-85.91553	238			AL	049		
4080244	Nicholsville	nicholsville	US		0	America/Chicago	32.00821	-87.90195	57			AL	091		
4080258	Nisbit (historical)	nisbit-historical	US		0	America/Chicago	33.95288	-85.92914	170			AL	055		
4080265	Niuyaka (historical)	niuyaka-historical	US		0	America/Chicago	32.96401	-85.70412	195	New Yarcau,New Yaucas,New Yaucaw,New Yauco,New Yauger,New Yorcau,New York,New Yorka,New Youcka,New Youka,New-Yau-Cau,New-yau-cau,New-yau-kau,Newquacaw,Niuyaka (historical),Niuyaxa,Nowyawger,Nuo Yaucau,Nuoquaco,Nuyaka		AL	123		
4080266	Nix	nix	US		0	America/Chicago	34.35149	-87.7842	294			AL	059		
4080267	Nix (historical)	nix-historical	US		0	America/Chicago	33.99649	-86.30748	262	Nicks,Nix (historical)		AL	055		
4080276	Nix Mill	nix-mill	US		0	America/Chicago	34.34732	-87.80698	272	Edgar Mill,Edgars Mill,Nix Mill		AL	059		
4080290	Nixon Chapel	nixon-chapel	US		0	America/Chicago	34.20398	-86.38471	281	Nixon Chapel,Nixons Chapel		AL	095		
4080306	Noah	noah	US		0	America/Chicago	34.13232	-85.55857	179			AL	019		
4080307	Noble Hill	noble-hill	US		0	America/Chicago	34.08204	-86.10692	196			AL	055		
4080325	Nolan Hills	nolan-hills	US		0	America/Chicago	34.70981	-86.72416	219			AL	089		
4080326	Noland	noland	US		0	America/Chicago	33.27651	-87.93724	80			AL	107		
4080348	Norala Junction	norala-junction	US		0	America/Chicago	34.71953	-87.65947	154	Memphis and Charleston Junction,Norala,Norala Junction,North Alabama Junction		AL	033		
4080350	Noojinsville	noojinsville	US		0	America/Chicago	34.00204	-85.91858	164			AL	055		
4080364	Normandale	normandale	US		0	America/Chicago	31.21268	-85.40743	90			AL	069		
4080365	Normandale	normandale	US		0	America/Chicago	32.33708	-86.2958	70			AL	101		
4080376	Norris Circle	norris-circle	US		0	America/Chicago	33.19373	-87.45834	103			AL	125		
4080377	Norris Estates	norris-estates	US		0	America/Chicago	33.1904	-87.45473	103			AL	125		
4080379	Norris Junction	norris-junction	US		0	America/Chicago	33.54983	-86.67332	232			AL	073		
4080382	North (historical)	north-historical	US		0	America/Chicago	34.4112	-86.27415	190			AL	095		
4080387	North Alabama Junction	north-alabama-junction	US		0	America/Chicago	33.28234	-87.28583	190			AL	125		
4080391	North Arab	north-arab	US		0	America/Chicago	34.34315	-86.50443	329			AL	095		
4080392	North Auburn	north-auburn	US		0	America/Chicago	32.65486	-85.45106	195			AL	081		
4080395	North Bibb	north-bibb	US		1013	America/Chicago	33.20401	-87.15305	176			AL	007		
4080397	North Birmingham	north-birmingham	US		0	America/Chicago	33.55372	-86.81888	177			AL	073		
4080417	North Courtland	north-courtland	US		632	America/Chicago	34.67231	-87.32974	174			AL	079		
4080418	North Cowarts	north-cowarts	US		0	America/Chicago	31.21768	-85.30077	93			AL	069		
4080420	North Carolina (historical)	north-carolina-historical	US		0	America/Chicago	34.92564	-87.49363	225	North Carolina (historical),Union Grove		AL	077		
4080424	North Dadeville	north-dadeville	US		0	America/Chicago	32.85763	-85.77274	187			AL	123		
4080425	North Daye Hill	north-daye-hill	US		0	America/Chicago	34.85648	-86.72416	250			AL	089		
4080429	North Elmore	north-elmore	US		0	America/Chicago	32.55652	-86.31914	67			AL	051		
4080433	North Florence	north-florence	US		0	America/Chicago	34.81842	-87.68058	181	Needmore,North Florence		AL	077		
4080459	North Gate	north-gate	US		0	America/Chicago	32.66986	-85.4005	240			AL	081		
4080462	North Heights	north-heights	US		0	America/Chicago	31.33017	-85.85744	118			AL	031		
4080476	North Johns	north-johns	US		142	America/Chicago	33.36733	-87.10361	153	Johns,North Johns		AL	073		
4080478	North Lake Park	north-lake-park	US		0	America/Chicago	33.59621	-86.74693	234			AL	073		
4080481	North Mobile	north-mobile	US		0	America/Chicago	30.76158	-88.09139	9			AL	097		
4080484	North Montgomery	north-montgomery	US		0	America/Chicago	32.39403	-86.31386	49	North Montgomery,Riverside		AL	101		
4080490	North Pass	north-pass	US		0	America/Chicago	32.4268	-86.2683	62			AL	101		
4080491	North Perry	north-perry	US		0	America/Chicago	32.78485	-87.40556	91			AL	105		
4080498	North Port (historical)	north-port-historical	US		0	America/Chicago	34.78842	-87.67225	129			AL	077		
4080506	North Ridge Mobile Home Park	north-ridge-mobile-home-park	US		0	America/Chicago	31.8571	-85.99967	116			AL	109		
4080507	North River Country Club Estates	north-river-country-club-estates	US		0	America/Chicago	33.36262	-87.5639	74			AL	125		
4080510	North River Shores	north-river-shores	US		0	America/Chicago	33.39928	-87.57834	81			AL	125		
4080512	North Riviera	north-riviera	US		0	America/Chicago	33.40012	-87.56723	92			AL	125		
4080526	North Valley Acres	north-valley-acres	US		0	America/Chicago	33.31678	-87.6014	110			AL	125		
4080529	North Vinemont	north-vinemont	US		0	America/Chicago	34.27926	-86.85556	299			AL	043		
4080530	North Walter	north-walter	US		0	America/Chicago	34.13149	-86.68194	239			AL	043		
4080534	Northcliff	northcliff	US		0	America/Chicago	33.25567	-87.56223	78			AL	125		
4080536	Northcrest	northcrest	US		0	America/Chicago	33.25567	-87.56417	74			AL	125		
4080537	Northdale	northdale	US		0	America/Chicago	31.81905	-85.9744	162			AL	109		
4080551	Northgate Trailer Park	northgate-trailer-park	US		0	America/Chicago	33.7201	-86.6811	199			AL	073		
4080570	Northside	northside	US		0	America/Chicago	34.03454	-85.97692	171	North Gadsden,Northside		AL	055		
4080571	Northside Acres	northside-acres	US		0	America/Chicago	34.81176	-86.65472	237			AL	089		
4080606	Northwood Estates	northwood-estates	US		0	America/Chicago	34.16315	-85.63191	183			AL	019		
4080607	Northwood Estates	northwood-estates	US		0	America/Chicago	30.84185	-88.14361	64			AL	097		
4080608	Northwood Forest	northwood-forest	US		0	America/Chicago	33.26095	-87.58945	72			AL	125		
4080609	Northwood Hills	northwood-hills	US		0	America/Chicago	34.85509	-87.69586	182			AL	077		
4080613	Northwood Lake	northwood-lake	US		0	America/Chicago	33.25345	-87.58529	81			AL	125		
4080617	Northwood Park	northwood-park	US		0	America/Chicago	34.83481	-87.68336	165			AL	077		
4080666	Nuckols	nuckols	US		0	America/Chicago	32.3382	-85.05465	73	Nuckolls,Nuckols		AL	113		
4080688	Nymph	nymph	US		0	America/Chicago	31.33823	-86.93969	97			AL	035		
4080689	Nyota	nyota	US		0	America/Chicago	33.8501	-86.74527	158			AL	009		
4080705	O'Neal	o-neal	US		0	America/Chicago	34.85148	-87.04168	210			AL	083		
4080725	Oak Bowery	oak-bowery	US		0	America/Chicago	32.75069	-85.43634	254	Oak Bowery,Oakbowery,Woodlawn		AL	017		
4080733	Oak Bowery Heights	oak-bowery-heights	US		0	America/Chicago	32.67735	-85.3905	250			AL	081		
4080737	Oak Dale	oak-dale	US		0	America/Chicago	32.69152	-85.37106	245			AL	081		
4080755	Oak Grove (historical)	oak-grove-historical	US		0	America/Chicago	33.88843	-85.9158	170			AL	015		
4080756	Oak Grove (historical)	oak-grove-historical	US		0	America/Chicago	32.53486	-87.12055	92			AL	105		
4080873	Oak Grove Estates	oak-grove-estates	US		0	America/Chicago	33.459	-86.82693	207			AL	073		
4080912	Oak Hill (historical)	oak-hill-historical	US		0	America/Chicago	34.11176	-85.86052	169			AL	055		
4080916	Oak Crossing	oak-crossing	US		0	America/Chicago	33.52594	-86.5461	232			AL	073		
4080942	Oak Hills	oak-hills	US		0	America/Chicago	33.49011	-86.90221	207			AL	073		
4080943	Oak Hollow	oak-hollow	US		0	America/Chicago	32.56347	-85.46495	162			AL	081		
4080949	Oak Leaf	oak-leaf	US		0	America/Chicago	34.68704	-86.62055	183			AL	089		
4080952	Oak Level	oak-level	US		0	America/Chicago	33.89038	-85.96303	182			AL	015		
4080953	Oak Level	oak-level	US		0	America/Chicago	33.84955	-85.47801	305	Oak Level,Oaklevel		AL	029		
4080997	Oak Ridge Park	oak-ridge-park	US		0	America/Chicago	33.53955	-86.73999	234			AL	073		
4081007	Oak Village	oak-village	US		0	America/Chicago	32.89763	-87.76473	31			AL	065		
4081014	Oakchia	oakchia	US		0	America/Chicago	32.29848	-88.01057	32	Hook-choie,Oakchia,Occhoy,Okchai,Oke-choy-atte,West Oakchia,West Okchai		AL	023		
4081020	Oakdale Acres	oakdale-acres	US		0	America/Chicago	34.81648	-86.90973	232			AL	083		
4081037	Oakahalla	oakahalla	US		0	America/Chicago	33.71511	-87.07611	133			AL	127		
4081043	Oakfuskee (historical)	oakfuskee-historical	US		0	America/Chicago	32.81679	-85.87357	149	Akfaski,Lower Oakfuske,Oakbusky,Oakfuskee (historical),Oakfuski,Oakfuskies,Oakfusky,Oakiuskees,Oakpuskee,Oc-fus-kee,Ockfuskee,Oekfusaet,Ok-whus-ke,Okfuskee,Okfuski,Upper Oakfuske		AL	123		
4081046	Oakfuskudshi (historical)	oakfuskudshi-historical	US		0	America/Chicago	32.96957	-85.64579	200	Little Ockfuske,Little Okfuski,Oakfuskudshi (historical),Okfuskudshi		AL	123		
4081064	Oakland Estates	oakland-estates	US		0	America/Chicago	31.27323	-85.39632	101			AL	069		
4081070	Oakey Grove	oakey-grove	US		0	America/Chicago	31.4885	-85.25993	123			AL	067		
4081074	Oakleigh Estates	oakleigh-estates	US		0	America/Chicago	30.8188	-88.08556	11			AL	097		
4081096	Oakmulgee	oakmulgee	US		0	America/Chicago	32.79652	-87.04388	98			AL	105		
4081104	Oaks Heights	oaks-heights	US		0	America/Chicago	31.81682	-85.96356	150			AL	109		
4081128	Oakwood Estates	oakwood-estates	US		0	America/Chicago	30.64519	-88.17556	55			AL	097		
4081132	Oakworth	oakworth	US		0	America/Chicago	34.59037	-86.98973	175			AL	103		
4081136	Oaky Streak	oaky-streak	US		0	America/Chicago	31.57822	-86.55358	113			AL	013		
4081144	Obed (historical)	obed-historical	US		0	America/Chicago	33.66177	-85.85469	223			AL	123		
4081146	Oateston	oateston	US		0	America/Chicago	31.76211	-85.37438	155			AL	005		
4081147	Ocampo	ocampo	US		0	America/Chicago	33.03151	-86.7636	170			AL	021		
4081152	Octagon	octagon	US		0	America/Chicago	32.20431	-87.75529	86	Ocatagon,Octagon		AL	091		
4081161	Oden Ridge	oden-ridge	US		0	America/Chicago	34.37398	-86.76222	350	Air,Oden Ridge		AL	103		
4081163	Odena	odena	US		0	America/Chicago	33.21095	-86.27859	150			AL	121		
4081175	Odom Crossroads	odom-crossroads	US		0	America/Chicago	31.53794	-86.78608	123	Odom,Odom Crossroads		AL	013		
4081178	Hickory Ground	hickory-ground	US		0	America/Chicago	32.52097	-86.25553	48	Hickory Ground,O-che-au-po-fau,Oce Vpofa,Ocheopofau,Ocheubofau,Odshiapofa,Otciapofa		AL	051		
4081185	Ofelia	ofelia	US		0	America/Chicago	33.31845	-85.61357	269			AL	111		
4081214	Okatuppa	okatuppa	US		0	America/Chicago	31.94487	-88.39614	41			AL	023		
4081216	Oka Kapassa (historical)	oka-kapassa-historical	US		0	America/Chicago	34.74176	-87.73336	150			AL	033		
4081235	Old Atkinson Crossing	old-atkinson-crossing	US		0	America/Chicago	32.96346	-85.23494	194			AL	017		
4081244	Old Bethel	old-bethel	US		0	America/Chicago	34.5812	-87.52364	187	Cave Spring,Mehama,Old Bethel		AL	033		
4081261	Old Bingham	old-bingham	US		0	America/Chicago	32.4418	-86.13024	59			AL	051		
4081263	Old Blevins Mill	old-blevins-mill	US		0	America/Chicago	34.7398	-85.63219	461			AL	049		
4081265	Old Bluffport	old-bluffport	US		0	America/Chicago	32.59236	-88.05696	60	Bluff Port,Old Bluffport		AL	119		
4081270	Old Bratt Road Estates	old-bratt-road-estates	US		0	America/Chicago	30.99879	-87.45692	83			AL	053		
4081274	Old Burleson	old-burleson	US		0	America/Chicago	34.41093	-88.03671	189			AL	059		
4081294	Old Coloma	old-coloma	US		0	America/Chicago	34.03065	-85.6183	183			AL	019		
4081302	Old Davisville	old-davisville	US		0	America/Chicago	33.64872	-85.65579	224	Davisville,Old Davistown,Old Davisville		AL	015		
4081309	Old Eastaboga	old-eastaboga	US		0	America/Chicago	33.58649	-86.02164	171	Easta Boga,Eastaboga,Esta Boga,Estaboga,Old Eastaboga		AL	121		
4081319	Old Fabius	old-fabius	US		0	America/Chicago	34.82897	-85.7772	205	Fabius,Old Fabius		AL	071		
4081332	Old Goshen Center (historical)	old-goshen-center-historical	US		0	America/Chicago	33.95843	-85.57218	201			AL	015		
4081336	Old Harmony	old-harmony	US		0	America/Chicago	33.93871	-86.06192	178	Old Harmony,White Springs		AL	055		
4081353	Old Jonesboro	old-jonesboro	US		0	America/Chicago	33.39317	-86.98444	141	Jonesboro,Jonesborough,Jonesville,Old Jonesboro,Old Jonesborough		AL	073		
4081356	Old Kingston	old-kingston	US		0	America/Chicago	32.57374	-86.60081	124	Kingston,Old Kingston		AL	001		
4081365	Old Leeds Forest	old-leeds-forest	US		0	America/Chicago	33.5276	-86.67665	296			AL	073		
4081392	Old Maylene	old-maylene	US		0	America/Chicago	33.19428	-86.86138	163			AL	117		
4081396	Old Mill Trace	old-mill-trace	US		0	America/Chicago	33.20151	-87.4425	79			AL	125		
4081400	Old Monrovia	old-monrovia	US		0	America/Chicago	34.76981	-86.70639	213	Monrovia,Old Monrovia		AL	089		
4081415	Old Nauvoo	old-nauvoo	US		0	America/Chicago	34.4501	-87.92726	233			AL	059		
4081429	Old Providence	old-providence	US		0	America/Chicago	33.09651	-85.92219	204			AL	123		
4081450	Old Saint Stephens (historical)	old-saint-stephens-historical	US		0	America/Chicago	31.55399	-88.03367	32	Old Saint Stephens (historical),Saint Stephens		AL	129		
4081452	Old Salem	old-salem	US		0	America/Chicago	31.53961	-87.4061	116			AL	099		
4081467	Old Samuel	old-samuel	US		0	America/Chicago	31.87238	-88.30613	46			AL	023		
4081495	Old Snead	old-snead	US		0	America/Chicago	34.10704	-86.36526	245			AL	009		
4081500	Old Spring Hill	old-spring-hill	US		0	America/Chicago	32.43764	-87.77362	96	Old Spring Hill,Old Springhill,Spring Hill		AL	091		
4081510	Old Texas	old-texas	US		0	America/Chicago	31.7696	-87.00026	131			AL	099		
4081560	Old Vernon (historical)	old-vernon-historical	US		0	America/Chicago	32.40791	-86.62415	45	Old Vernon (historical),Vernon		AL	001		
4081563	Old White Hall (historical)	old-white-hall-historical	US		0	America/Chicago	32.26348	-87.60834	58			AL	091		
4081578	Olde Acres	olde-acres	US		0	America/Chicago	32.35708	-86.24719	77			AL	101		
4081596	Oleander	oleander	US		0	America/Chicago	34.41398	-86.52805	304			AL	095		
4081599	Oliver Heights	oliver-heights	US		0	America/Chicago	33.23817	-87.59334	66			AL	125		
4081607	Olivers Lake	olivers-lake	US		0	America/Chicago	31.33767	-85.83605	94			AL	031		
4081610	Olland	olland	US		0	America/Chicago	34.75953	-87.67586	159			AL	033		
4081627	Omni	omni	US		0	America/Chicago	31.32323	-85.81105	102			AL	031		
4081643	Onycha	onycha	US		185	America/Chicago	31.21406	-86.28328	97			AL	039		
4081650	Open Acres	open-acres	US		0	America/Chicago	32.43708	-86.27914	56			AL	101		
4081665	Opine	opine	US		0	America/Chicago	31.90488	-87.9339	48			AL	025		
4081666	Opine	opine	US		0	America/Chicago	31.32767	-86.28717	103	O'Pine,Opine		AL	039		
4081749	Osaka	osaka	US		0	America/Chicago	31.06379	-87.22386	32			AL	053		
4081751	Osanippa	osanippa	US		0	America/Chicago	32.76124	-85.15105	202			AL	017		
4081754	Orr Estates	orr-estates	US		0	America/Chicago	32.61958	-85.41272	236			AL	081		
4081781	Oswichee	oswichee	US		0	America/Chicago	32.27959	-85.00382	100	Hooseche,Oo-se-oo-chee,Oose-oo-che,Oosechee,Ooseuche,Oseooche,Oswichee,Usechees		AL	113		
4081613	Olney	olney	US	20830	0	America/Chicago	33.14123	-88.03863	88			AL	107		
4081792	Otipalin (historical)	otipalin-historical	US		0	America/Chicago	33.8001	-86.06108	142			AL	015		
4081797	Ottery	ottery	US		0	America/Chicago	33.79927	-86.03719	165			AL	015		
4081816	Our Town	our-town	US		641	America/Chicago	32.82818	-85.96191	201	Our Town,Ourtown		AL	123		
4081828	Overbrook Estates	overbrook-estates	US		0	America/Chicago	33.72732	-86.64166	253			AL	073		
4081829	Overlook	overlook	US		0	America/Chicago	34.80203	-85.67997	463	Davidsons Store,Overlook		AL	071		
4081830	Overlook	overlook	US		0	America/Chicago	32.44708	-86.42997	94			AL	001		
4081834	Overlook Estates	overlook-estates	US		0	America/Chicago	30.72241	-88.17	62			AL	097		
4081845	Overton Heights	overton-heights	US		0	America/Chicago	32.50902	-86.34636	70			AL	051		
4081848	Overton Manor	overton-manor	US		0	America/Chicago	33.46511	-86.72443	214			AL	073		
4081854	Owassa	owassa	US		0	America/Chicago	31.49322	-86.93164	119	Gravella,Owassa		AL	035		
4081866	Owens	owens	US		0	America/Chicago	34.12954	-85.85025	168	Owens,Owens Crossroads		AL	055		
4081867	Owens	owens	US		0	America/Chicago	33.30845	-88.05975	64			AL	107		
4081911	Ox Level	ox-level	US		0	America/Chicago	32.02988	-85.62856	148			AL	011		
4081912	Oxanna	oxanna	US		0	America/Chicago	33.64927	-85.83774	216	Allens Pea Patch,Oxana,Oxanna		AL	015		
4081920	Oxford Gate	oxford-gate	US		0	America/Chicago	33.16817	-87.47973	131			AL	125		
4081938	Ozella (historical)	ozella-historical	US		0	America/Chicago	32.82152	-85.86607	149			AL	123		
4081949	Oxmoor	oxmoor	US		0	America/Chicago	33.43289	-86.85944	232	Ironton,Oxmoor		AL	073		
4081953	Paces (historical)	paces-historical	US		0	America/Chicago	32.46986	-87.94863	31			AL	091		
4081957	Packards Bend	packards-bend	US		0	America/Chicago	31.77599	-87.48944	50	Packar's Bend,Packard's Bend,Packards Bend,Packer's Bend		AL	099		
4081960	Padgett (historical)	padgett-historical	US		0	America/Chicago	34.81953	-86.30638	274			AL	071		
4081992	Palestine (historical)	palestine-historical	US		0	America/Chicago	34.97369	-87.45419	214			AL	077		
4082018	Palmerdale Trailer Park	palmerdale-trailer-park	US		0	America/Chicago	33.73232	-86.64999	212			AL	073		
4082020	Palmers Crossroads	palmers-crossroads	US		0	America/Chicago	31.29989	-87.5486	107			AL	099		
4082023	Palmetto Beach	palmetto-beach	US		0	America/Chicago	30.2477	-87.83971	1			AL	003		
4082031	Palos	palos	US		0	America/Chicago	33.64566	-87.045	105			AL	073		
4082053	Panorama	panorama	US		0	America/Chicago	33.41927	-86.7936	169			AL	073		
4082089	Papertown	papertown	US		0	America/Chicago	33.27678	-86.22914	151			AL	121		
4082097	Paradise Point Estates	paradise-point-estates	US		0	America/Chicago	33.15678	-86.49637	126			AL	117		
4082099	Paradise Points	paradise-points	US		0	America/Chicago	34.79925	-87.54975	165			AL	033		
4082100	Paradise Shores	paradise-shores	US		0	America/Chicago	34.72203	-87.13029	174			AL	079		
4082103	Paragon Estates	paragon-estates	US		0	America/Chicago	33.60205	-86.67165	273			AL	073		
4082108	Paran	paran	US		0	America/Chicago	33.20706	-85.2555	281			AL	111		
4082122	Parish Hills	parish-hills	US		0	America/Chicago	32.96012	-85.93774	201			AL	123		
4082127	Park Courts	park-courts	US		0	America/Chicago	33.47761	-86.88638	160			AL	073		
4082130	Park Manor	park-manor	US		0	America/Chicago	32.41986	-86.29664	62			AL	101		
4082132	Park Place	park-place	US		0	America/Chicago	33.45761	-86.89444	164			AL	073		
4082133	Park Place	park-place	US		0	America/Chicago	33.55733	-86.82166	186			AL	073		
4082176	Parker Heights	parker-heights	US		0	America/Chicago	33.55622	-86.75138	188			AL	073		
4082192	Parker Springs	parker-springs	US		0	America/Chicago	31.0549	-86.80968	81			AL	053		
4082194	Parker Village	parker-village	US		0	America/Chicago	31.16768	-85.46993	101			AL	069		
4082195	Parkers Crossroads	parkers-crossroads	US		0	America/Chicago	32.5618	-85.34467	201	Parkers Cross Road,Parkers Crossroad,Parkers Crossroads		AL	081		
4082198	Parker Hudson Estates	parker-hudson-estates	US		0	America/Chicago	33.8001	-86.83194	165			AL	073		
4082204	Parkmanville	parkmanville	US		0	America/Chicago	32.3882	-85.17216	100			AL	113		
4082206	Parkertown	parkertown	US		0	America/Chicago	34.90981	-87.51086	220			AL	077		
4082209	Parkside	parkside	US		0	America/Chicago	33.17317	-87.50473	100			AL	125		
4082210	Parkview	parkview	US		0	America/Chicago	33.20012	-87.54917	67			AL	125		
4082215	Parkview Estates	parkview-estates	US		0	America/Chicago	30.7188	-88.17361	47			AL	097		
4082227	Parkway Estates	parkway-estates	US		0	America/Chicago	34.65898	-86.57416	182			AL	089		
4082235	Parkwood	parkwood	US		0	America/Chicago	33.36233	-86.87944	190			AL	073		
4082236	Parkwood	parkwood	US		0	America/Chicago	33.69038	-85.86441	236			AL	015		
4082237	Parkwood	parkwood	US		0	America/Chicago	30.75574	-88.15972	52			AL	097		
4082238	Parkwood	parkwood	US		0	America/Chicago	33.19067	-87.55223	54			AL	125		
4082241	Parkwood Estates	parkwood-estates	US		0	America/Chicago	34.76204	-86.63805	224			AL	089		
4082242	Parkwood Hills	parkwood-hills	US		0	America/Chicago	33.34733	-86.89694	182			AL	073		
4082273	Partridge Crossroads	partridge-crossroads	US		0	America/Chicago	33.76177	-86.93555	123	Partridge,Partridge Crossing,Partridge Crossroads		AL	073		
4082279	Pasqua	pasqua	US		0	America/Chicago	33.14095	-86.75276	175			AL	117		
4082284	Pate	pate	US		0	America/Chicago	32.48264	-86.50581	79			AL	001		
4082296	Pathkiller Cove	pathkiller-cove	US		0	America/Chicago	34.1876	-85.62218	177			AL	019		
4082311	Patsburg	patsburg	US		0	America/Chicago	31.78654	-86.22829	104			AL	041		
4082332	Pattersontown	pattersontown	US		0	America/Chicago	33.3065	-87.2225	141			AL	125		
4082338	Patton Chapel	patton-chapel	US		0	America/Chicago	33.39428	-86.79804	189			AL	073		
4082353	Patton Place	patton-place	US		0	America/Chicago	33.20567	-87.52084	89			AL	125		
4082389	Pawnee Heights	pawnee-heights	US		0	America/Chicago	33.62871	-86.74582	196			AL	073		
4082394	Pauls Hill	pauls-hill	US		0	America/Chicago	33.41233	-86.92971	185			AL	073		
4082450	Pea Ridge Crossroads	pea-ridge-crossroads	US		0	America/Chicago	34.63842	-85.71469	508			AL	049		
4082465	Peace	peace	US		0	America/Chicago	32.40875	-86.77109	94			AL	001		
4082466	Peace	peace	US		0	America/Chicago	33.32706	-85.42801	336			AL	111		
4082483	Peaceburg	peaceburg	US		0	America/Chicago	33.73954	-85.91052	205	Peace Burgh,Peaceburg,Peaceburgh		AL	015		
4082489	Peach Grove (historical)	peach-grove-historical	US		0	America/Chicago	34.38898	-86.66666	177			AL	103		
4082490	Peach Grove	peach-grove	US		0	America/Chicago	33.15234	-87.47834	105			AL	125		
4082495	Peach Tree Hills	peach-tree-hills	US		0	America/Chicago	31.26184	-85.4666	84			AL	069		
4082496	Peachburg	peachburg	US		0	America/Chicago	32.16376	-85.62411	161	Flora,Number Seven Station,Peachburg		AL	011		
4082499	Peacock	peacock	US		0	America/Chicago	31.75738	-87.77472	120	Good Hope,Peacock		AL	025		
4082500	Peacock (historical)	peacock-historical	US		0	America/Chicago	31.59738	-86.21246	92	Maricopa,Peacock (historical)		AL	041		
4082511	Pearsall Gardens	pearsall-gardens	US		0	America/Chicago	34.75287	-86.59305	198			AL	089		
4082515	Pearces Mills	pearces-mills	US		0	America/Chicago	34.1193	-87.83568	158	Pearces Mill,Pearces Mills		AL	093		
4082518	Pearson Chapel	pearson-chapel	US		0	America/Chicago	32.98623	-85.98247	207			AL	123		
4082522	Pearson Subdivision	pearson-subdivision	US		0	America/Chicago	33.17651	-87.6189	43			AL	125		
4082532	Peavy	peavy	US		0	America/Chicago	33.14318	-85.45412	231			AL	111		
4082533	Pebble	pebble	US		0	America/Chicago	34.28649	-87.54641	285	Millers Stand,New London,Pebble		AL	133		
4082534	Pebble Hill	pebble-hill	US		0	America/Chicago	31.93904	-87.34332	59	Capell,Pebble Hill		AL	131		
4082535	Pecan Grove Estates	pecan-grove-estates	US		0	America/Chicago	32.39736	-86.27136	85			AL	101		
4082554	Peeks Hill (historical)	peeks-hill-historical	US		0	America/Chicago	33.84565	-85.9533	170			AL	015		
4082557	Peeks Corner	peeks-corner	US		0	America/Chicago	34.39315	-85.87303	392	Peaks Corner,Peeks Corner		AL	049		
4082559	Peets Corner	peets-corner	US		0	America/Chicago	34.73037	-86.8775	192			AL	083		
4082574	Pelham Heights	pelham-heights	US		0	America/Chicago	33.73232	-85.80163	241			AL	015		
4082600	Pence	pence	US		0	America/Chicago	34.44926	-86.75889	191			AL	103		
4082602	Pendergrass (historical)	pendergrass-historical	US		0	America/Chicago	34.45231	-86.10192	280			AL	095		
4082603	Pendley	pendley	US		0	America/Chicago	33.73317	-87.51195	125			AL	127		
4082620	Penfield Heights	penfield-heights	US		0	America/Chicago	33.59427	-86.72971	242			AL	073		
4082637	Pennsylvania	pennsylvania	US		0	America/Chicago	30.87324	-88.0475	6			AL	097		
4082638	Pennsylvania Camp (historical)	pennsylvania-camp-historical	US		0	America/Chicago	33.67344	-87.21806	85			AL	127		
4082647	Penootaw (historical)	penootaw-historical	US		0	America/Chicago	32.99234	-87.13055	84			AL	007		
4082665	Penton	penton	US		201	America/Chicago	33.00651	-85.46551	246			AL	017		
4082669	Pentonville	pentonville	US		0	America/Chicago	32.81568	-86.22775	186	Pantonville,Pentonville		AL	037		
4082685	Pera	pera	US		0	America/Chicago	31.13545	-86.09189	44	Elton,Pera		AL	061		
4082688	Perdido Beach	perdido-beach	US		581	America/Chicago	30.34076	-87.50498	1			AL	003		
4082727	Pernell	pernell	US		0	America/Chicago	32.47736	-87.17638	50			AL	047		
4082752	Perry Hills	perry-hills	US		0	America/Chicago	32.36292	-86.25163	82			AL	101		
4082760	Perry Store	perry-store	US		0	America/Chicago	31.28017	-86.15717	95	Perry,Perry Store		AL	031		
4082766	Perrys Mill	perrys-mill	US		0	America/Chicago	32.29125	-86.1583	71	Perrys Mill,Perrys Mills		AL	101		
4082784	Persimmon Grove	persimmon-grove	US		0	America/Chicago	34.86564	-87.05279	227			AL	083		
4082790	Persons	persons	US		0	America/Chicago	32.18626	-85.25911	94			AL	113		
4082791	Persons Bridge (historical)	persons-bridge-historical	US		0	America/Chicago	32.97373	-85.6069	183			AL	123		
4082796	Persimmon Grove	persimmon-grove	US		0	America/Chicago	32.3182	-88.07724	45			AL	119		
4082809	Peters (historical)	peters-historical	US		0	America/Chicago	34.36537	-86.11609	326			AL	095		
4082829	Petersville	petersville	US		0	America/Chicago	34.85536	-87.69169	186			AL	077		
4082831	Petes Crossroads	petes-crossroads	US		0	America/Chicago	33.75066	-87.00139	164			AL	073		
4082836	Petronia	petronia	US		0	America/Chicago	32.26597	-86.78859	129	Church Hill,Petronia		AL	085		
4082843	Pettusville	pettusville	US		0	America/Chicago	34.97175	-86.94612	270			AL	083		
4082856	Peytona Points	peytona-points	US		0	America/Chicago	34.8062	-87.5553	174	Peytona Points,Peytonia Points		AL	033		
4082913	Phillips (historical)	phillips-historical	US		0	America/Chicago	34.07232	-86.3147	280			AL	055		
4082934	Phillips Crossroads	phillips-crossroads	US		0	America/Chicago	31.61683	-85.60688	144			AL	045		
4082935	Phillips Estates	phillips-estates	US		0	America/Chicago	33.34761	-86.92999	167			AL	073		
4082959	Phipps	phipps	US		0	America/Chicago	32.92957	-87.50278	89			AL	065		
4082983	Pickensville	pickensville	US		581	America/Chicago	33.22734	-88.26642	70	Pickens,Pickens Courthouse,Pickensville		AL	107		
4083002	Pickwood	pickwood	US		0	America/Chicago	32.62652	-85.47884	202			AL	081		
4083015	Piedmont Springs	piedmont-springs	US		0	America/Chicago	33.90038	-85.67107	244	Mineral Springs,Piedmont Springs		AL	015		
4083033	Pierceton (historical)	pierceton-historical	US		0	America/Chicago	34.72786	-86.19721	466			AL	071		
4083037	Pierson Subdivision	pierson-subdivision	US		0	America/Chicago	31.73905	-85.82939	148			AL	109		
4083042	Pigeon Creek	pigeon-creek	US		0	America/Chicago	31.65766	-86.50719	120	Pigeon Creek,Pigeoncreek		AL	013		
4083057	Pigeye	pigeye	US		0	America/Chicago	34.29788	-87.9242	265			AL	093		
4083099	Pilgrim Rest (historical)	pilgrim-rest-historical	US		0	America/Chicago	33.00234	-87.0611	117			AL	007		
4083129	Pilgrims Rest	pilgrims-rest	US		0	America/Chicago	33.91676	-86.01275	172			AL	055		
4083174	Pin Hook	pin-hook	US		0	America/Chicago	32.35764	-87.87168	75	Pin Hook,Pinhook		AL	091		
4083179	Pinchona	pinchona	US		0	America/Chicago	30.92324	-87.72416	60			AL	003		
4083185	Pinder Hill	pinder-hill	US		0	America/Chicago	34.85619	-85.82081	214			AL	071		
4083186	Pine Acres	pine-acres	US		0	America/Chicago	34.07593	-86.58749	258			AL	009		
4083187	Pine Acres	pine-acres	US		0	America/Chicago	34.30426	-86.38471	188			AL	095		
4083188	Pine Acres	pine-acres	US		0	America/Chicago	32.0757	-86.25885	99			AL	101		
4083204	Pine Bluff Estates	pine-bluff-estates	US		0	America/Chicago	34.67704	-87.71336	256			AL	033		
4083213	Pine Brook Estates	pine-brook-estates	US		0	America/Chicago	32.47014	-86.36747	51			AL	051		
4083219	Pine Circle	pine-circle	US		0	America/Chicago	33.24734	-87.68751	67			AL	125		
4083224	Pine Crest	pine-crest	US		0	America/Chicago	33.37178	-86.98694	191			AL	073		
4083227	Pine Dale	pine-dale	US		0	America/Chicago	34.96231	-86.8275	271	Pine Dale,Pine Dale Store,Pinedale		AL	083		
4083229	Pine Flat	pine-flat	US		0	America/Chicago	32.6543	-86.43109	159			AL	001		
4083247	Pine Forest	pine-forest	US		0	America/Chicago	31.30712	-85.88077	102			AL	031		
4083249	Pine Forest Estates	pine-forest-estates	US		0	America/Chicago	32.29764	-86.23469	69			AL	101		
4083250	Pine Forest Estates	pine-forest-estates	US		0	America/Chicago	31.78793	-85.97106	148			AL	109		
4083262	Pine Grove (historical)	pine-grove-historical	US		0	America/Chicago	34.29454	-85.76524	394			AL	049		
4083362	Pine Grove Village	pine-grove-village	US		0	America/Chicago	33.07567	-86.51776	133			AL	117		
4083363	Pine Haven	pine-haven	US		0	America/Chicago	30.73213	-87.79305	62			AL	003		
4083367	Pine Haven Shores	pine-haven-shores	US		0	America/Chicago	34.85703	-87.36002	174			AL	077		
4083393	Pine Hills	pine-hills	US		0	America/Chicago	33.18512	-87.51112	89			AL	125		
4083400	Pine Island Subdivision	pine-island-subdivision	US		0	America/Chicago	34.47842	-86.2072	193			AL	095		
4083401	Pine Knoll Vista	pine-knoll-vista	US		0	America/Chicago	33.59844	-86.73749	216			AL	073		
4083412	Pine Lake Village	pine-lake-village	US		0	America/Chicago	34.33704	-86.53943	283			AL	095		
4083450	Pine Needles	pine-needles	US		0	America/Chicago	32.17292	-86.31608	82			AL	101		
4083451	Pine Orchard	pine-orchard	US		0	America/Chicago	31.64071	-87.13637	134			AL	099		
4083452	Pine Orchard	pine-orchard	US		0	America/Chicago	33.57233	-86.27498	176			AL	115		
4083456	Pine Park	pine-park	US		0	America/Chicago	33.20484	-87.51556	88			AL	125		
4083477	Pine Ridge Estates	pine-ridge-estates	US		0	America/Chicago	31.22656	-85.44993	88			AL	069		
4083478	Pine Ridge Estates	pine-ridge-estates	US		0	America/Chicago	31.81516	-85.93328	167			AL	109		
4083482	Pine Run	pine-run	US		0	America/Chicago	30.67241	-88.21111	43			AL	097		
4083484	Pine Shores	pine-shores	US		0	America/Chicago	34.46481	-86.29915	185			AL	095		
4083485	Pine Springs	pine-springs	US		0	America/Chicago	33.94288	-88.15226	101	Pine Springs,Piney Springs		AL	075		
4083504	Pine Tuckey	pine-tuckey	US		0	America/Chicago	33.47261	-85.53912	363	Pine Tuckey,Pinetucky		AL	111		
4083510	Pine Wood	pine-wood	US		0	America/Chicago	30.81963	-88.07639	6			AL	097		
4083511	Pinebelt	pinebelt	US		0	America/Chicago	32.16987	-87.1786	34			AL	047		
4083518	Pinedale Acres	pinedale-acres	US		0	America/Chicago	34.86536	-87.46919	208			AL	077		
4083519	Pinedale Acres	pinedale-acres	US		0	America/Chicago	34.7937	-86.99306	219			AL	083		
4083526	Pinedale Estates	pinedale-estates	US		0	America/Chicago	31.30406	-85.83133	107			AL	031		
4083529	Pinedale Shores	pinedale-shores	US		0	America/Chicago	33.83843	-86.31415	176			AL	115		
4083530	Pinedale Shores	pinedale-shores	US		0	America/Chicago	34.41842	-86.26359	184			AL	095		
4083542	Pineland Park	pineland-park	US		0	America/Chicago	33.389	-86.90444	232			AL	073		
4083550	Pinetucky	pinetucky	US		0	America/Chicago	32.75985	-87.08416	99	Pine Tuckey,Pine Tucky,Pinetucky		AL	105		
4083575	Pinewood Estates	pinewood-estates	US		0	America/Chicago	31.80932	-85.92884	149			AL	109		
4083576	Pinewood Terrace	pinewood-terrace	US		0	America/Chicago	33.28761	-86.35887	141			AL	121		
4083577	Piney	piney	US		0	America/Chicago	34.15204	-85.62635	206	Blaine,Piney		AL	019		
4083578	Piney Bend	piney-bend	US		0	America/Chicago	34.45426	-87.99004	185			AL	059		
4083581	Piney Chapel	piney-chapel	US		0	America/Chicago	34.85509	-86.93362	235			AL	083		
4083589	Piney Grove	piney-grove	US		0	America/Chicago	34.31399	-87.11473	294	Piney Grove,Turrenteins Store		AL	079		
4083590	Piney Grove	piney-grove	US		0	America/Chicago	34.08593	-87.74753	210			AL	093		
4083639	Piney Grove	piney-grove	US		0	America/Chicago	31.16878	-86.05078	80			AL	061		
4083666	Pinhook	pinhook	US		0	America/Chicago	34.40149	-87.2503	213	Pin Hook,Pinhook		AL	079		
4083682	Pinkney City	pinkney-city	US		0	America/Chicago	33.62733	-86.93472	110	Blossburg,Pinkney,Pinkney City		AL	073		
4083685	Pinkneyville	pinkneyville	US		0	America/Chicago	33.10679	-85.95913	232	Pinckeyville,Pinckneyville,Pinkneyville		AL	027		
4083695	Pinnell	pinnell	US		0	America/Chicago	32.75596	-85.65523	220			AL	123		
4083705	Pinthlocco (historical)	pinthlocco-historical	US		0	America/Chicago	32.83901	-86.21108	190			AL	037		
4083706	Pintlala	pintlala	US		0	America/Chicago	32.1757	-86.36747	77	Colquitt,Pint Lala,Pintlala,Pintlalla		AL	101		
4083720	Piper	piper	US		0	America/Chicago	33.08956	-87.04138	155			AL	007		
4083787	Plain View	plain-view	US		0	America/Chicago	33.57455	-86.77138	176			AL	073		
4083810	Plantation Point	plantation-point	US		0	America/Chicago	33.41261	-86.82388	247			AL	073		
4083822	Plaza Mobile Home Park	plaza-mobile-home-park	US		0	America/Chicago	33.58871	-86.6511	244			AL	073		
4083825	Pleasant Acres	pleasant-acres	US		0	America/Chicago	33.4765	-86.99166	195			AL	073		
4083826	Pleasant Acres	pleasant-acres	US		0	America/Chicago	34.8112	-86.52027	235			AL	089		
4083831	Pleasant Field	pleasant-field	US		0	America/Chicago	33.66678	-87.30222	154	Pleasant Field,Pleasantfield		AL	127		
4083836	Pleasant Gap	pleasant-gap	US		0	America/Chicago	33.9876	-85.51996	210	Pleasant Gap,Pleasantgap,Stocks Mills		AL	019		
4084510	Poplar Point	poplar-point	US		0	America/Chicago	34.72842	-87.13751	177			AL	079		
4084523	Poplar Springs	poplar-springs	US		0	America/Chicago	34.41453	-86.13692	348			AL	095		
4083954	Pleasant Grove Estates	pleasant-grove-estates	US		0	America/Chicago	33.49011	-86.95916	217			AL	073		
4084200	Pleasant Site	pleasant-site	US		0	America/Chicago	34.54204	-88.06532	157			AL	059		
4084211	Pleasant Valley (historical)	pleasant-valley-historical	US		0	America/Chicago	33.86954	-85.82219	219			AL	015		
4084279	Pletcher	pletcher	US		0	America/Chicago	32.70291	-86.78499	135	Brookson,Pletcher		AL	021		
4084287	Playground Shores	playground-shores	US		0	America/Chicago	34.41176	-86.26748	181			AL	095		
4084288	Plum Springs	plum-springs	US		0	America/Chicago	33.62371	-86.02497	191			AL	121		
4084301	Poarch	poarch	US		0	America/Chicago	31.1174	-87.52943	91			AL	053		
4084318	Poes Acres	poes-acres	US		0	America/Chicago	33.21678	-87.48806	127			AL	125		
4084320	Pogo	pogo	US		0	America/Chicago	34.55732	-88.11393	161			AL	059		
4084333	Point of Pines Subdivision	point-of-pines-subdivision	US		0	America/Chicago	34.31482	-86.37693	184			AL	095		
4084365	Poley (historical)	poley-historical	US		0	America/Chicago	31.27802	-86.29886	84			AL	039		
4084392	Polo Trace	polo-trace	US		0	America/Chicago	33.39011	-86.81471	187			AL	073		
4084424	Ponders	ponders	US		0	America/Chicago	32.71041	-85.77412	214			AL	123		
4084428	Pondville	pondville	US		0	America/Chicago	32.90513	-87.31111	117			AL	007		
4084444	Pooles Crossroad	pooles-crossroad	US		0	America/Chicago	33.11651	-85.45884	255	Pooles Crossroad,Pooles Crossroads		AL	111		
4084447	Pools Crossroads	pools-crossroads	US		0	America/Chicago	32.74874	-86.71943	186	Pooles Crossroads,Pools Crossroads		AL	021		
4084481	Poplar Creek	poplar-creek	US		0	America/Chicago	34.73148	-87.14168	179			AL	079		
4084483	Poplar Creek	poplar-creek	US		0	America/Chicago	34.79564	-87.12474	209			AL	083		
4084485	Poplar Creek (historical)	poplar-creek-historical	US		0	America/Chicago	34.61259	-87.54169	210	Grover,Poplar Creek (historical),Roscoe		AL	033		
4084524	Poplar Springs	poplar-springs	US		0	America/Chicago	34.0326	-87.39612	226			AL	133		
4084525	Poplar Springs (historical)	poplar-springs-historical	US		0	America/Chicago	32.03932	-85.27494	79			AL	005		
4084527	Poplar Springs Branch	poplar-springs-branch	US		0	America/Chicago	34.79703	-87.25557	185			AL	077		
4084569	Port Birmingham	port-birmingham	US		0	America/Chicago	33.5665	-87.10666	129	Birminghamport,Birmingport,Port Birmingham		AL	073		
4084572	Port South	port-south	US		0	America/Chicago	33.26456	-86.82999	193			AL	117		
4084608	Posey (historical)	posey-historical	US		0	America/Chicago	34.93536	-87.44863	185			AL	077		
4084618	Posey Mill	posey-mill	US		0	America/Chicago	34.32426	-87.58197	256	Posey Mill,Poseys Mill		AL	059		
4084624	Poseys Crossroads	poseys-crossroads	US		0	America/Chicago	32.57347	-86.55192	167	Posey,Poseys Crossroads		AL	001		
4084625	Poseys Crossroads	poseys-crossroads	US		0	America/Chicago	32.93679	-86.83304	189			AL	021		
4084638	Post Oak	post-oak	US		0	America/Chicago	33.79454	-85.86247	197	Post Oak,Post Oak Springs		AL	015		
4084649	Postoak	postoak	US		0	America/Chicago	32.00099	-85.81995	148	Post Oak,Postoak		AL	011		
4084650	Potash	potash	US		0	America/Chicago	33.27734	-85.35245	423			AL	111		
4084659	Possum Trot	possum-trot	US		0	America/Chicago	33.87093	-85.75191	194			AL	015		
4084690	Powderly Hills	powderly-hills	US		0	America/Chicago	33.46455	-86.86388	184			AL	073		
4084720	Powelldale	powelldale	US		0	America/Chicago	32.33097	-86.27663	64			AL	101		
4084724	Powells Crossroads	powells-crossroads	US		0	America/Chicago	34.53398	-85.88858	389	Powell Crossroads,Powell's Crossroads,Powells Crossroads		AL	049		
4084737	Powledge	powledge	US		0	America/Chicago	32.62708	-85.15438	178			AL	081		
4084738	Praco	praco	US		0	America/Chicago	33.61372	-87.1125	105			AL	073		
4084745	Prairie Bluff	prairie-bluff	US		0	America/Chicago	32.13431	-87.40361	43	Daletown,Prairie Blue,Prairie Bluff		AL	131		
4084772	Prairie View Estates	prairie-view-estates	US		0	America/Chicago	32.33403	-86.3558	50			AL	101		
4084780	Pratt City	pratt-city	US		0	America/Chicago	33.54011	-86.86888	185	Coketon,Coketown,Pratt City,Pratt Mines		AL	073		
4084793	Prattmont	prattmont	US		0	America/Chicago	32.45986	-86.44997	100			AL	001		
4084809	Prattville Junction	prattville-junction	US		0	America/Chicago	32.46736	-86.34275	49			AL	051		
4084844	Preston Subdivision	preston-subdivision	US		0	America/Chicago	34.5187	-86.16526	190			AL	095		
4084848	Preston Sights Subdivision	preston-sights-subdivision	US		0	America/Chicago	34.50898	-86.17943	194			AL	095		
4084852	Prestwick	prestwick	US		0	America/Chicago	31.45294	-87.96611	11			AL	129		
4084859	Pretty Branch Estates	pretty-branch-estates	US		0	America/Chicago	30.75158	-88.21417	62			AL	097		
4084877	Prices	prices	US		0	America/Chicago	33.89038	-85.6958	220	Price,Prices,Savages		AL	015		
4084883	Priceville	priceville	US		3179	America/Chicago	34.52509	-86.89473	189			AL	103		
4084897	Prickettville	prickettville	US		0	America/Chicago	33.82927	-85.86386	174			AL	015		
4084916	Prince Crossroads	prince-crossroads	US		0	America/Chicago	32.52069	-85.22161	154			AL	081		
4084928	Princeton Heights	princeton-heights	US		0	America/Chicago	33.18067	-87.52251	69			AL	125		
4084929	Princeton Place	princeton-place	US		0	America/Chicago	33.18123	-87.51945	72			AL	125		
4084930	Princeton Woods	princeton-woods	US		0	America/Chicago	30.72936	-88.19584	52			AL	097		
4084935	Primitive Ridge	primitive-ridge	US		0	America/Chicago	33.1004	-87.12611	159			AL	007		
4084961	Pronto	pronto	US		0	America/Chicago	31.75738	-85.81745	146	Clay Hill,Pronto		AL	109		
4085114	Pruitton	pruitton	US		0	America/Chicago	34.99036	-87.60947	181	Pruiton,Pruitton,Pruitton Station		AL	077		
4085135	Pull Tight	pull-tight	US		0	America/Chicago	34.02121	-87.78475	185			AL	093		
4085136	Pull Tight (historical)	pull-tight-historical	US		0	America/Chicago	34.02371	-86.01942	167			AL	055		
4085143	Pulliamville	pulliamville	US		0	America/Chicago	33.44177	-86.12219	178	Pulliam,Pulliamville		AL	121		
4085144	Pulltight	pulltight	US		0	America/Chicago	34.18676	-86.07081	311			AL	055		
4085150	Pumpkin Center	pumpkin-center	US		0	America/Chicago	34.43537	-85.63524	445			AL	049		
4085151	Pumpkin Center	pumpkin-center	US		0	America/Chicago	34.4676	-87.08668	192	Pumkin Center,Pumpkin Center,Stroups Crossroads		AL	103		
4085152	Pumpkin Center	pumpkin-center	US		0	America/Chicago	33.63955	-87.15444	183	Clough,Pumpkin Center		AL	127		
4085182	Puryearville (historical)	puryearville-historical	US		0	America/Chicago	31.54738	-87.18998	123	Puryear,Puryearville (historical)		AL	099		
4085185	Pushmataha	pushmataha	US		0	America/Chicago	32.19348	-88.35336	74			AL	023		
4085200	Pyriton	pyriton	US		0	America/Chicago	33.36317	-85.83385	326			AL	027		
4085201	Pyron	pyron	US		0	America/Chicago	32.70235	-86.49387	199			AL	001		
4085206	Quail Run	quail-run	US		0	America/Chicago	32.56402	-86.2333	57			AL	051		
4085207	Quail Run	quail-run	US		0	America/Chicago	30.57658	-88.18556	34			AL	097		
4085208	Quail Run	quail-run	US		0	America/Chicago	33.33344	-86.77415	146			AL	117		
4085240	Quinsey	quinsey	US		0	America/Chicago	32.94957	-86.46442	154			AL	037		
4085245	Quintown	quintown	US		0	America/Chicago	33.6365	-87.09166	129			AL	127		
4085268	Rabb	rabb	US		0	America/Chicago	31.43905	-86.88053	108			AL	035		
4085279	Rabbit Creek Estates	rabbit-creek-estates	US		0	America/Chicago	30.58353	-88.19306	37			AL	097		
4085280	Rabbit Town	rabbit-town	US		0	America/Chicago	34.27982	-86.25831	306			AL	095		
4085281	Rabbittown	rabbittown	US		0	America/Chicago	33.81982	-85.64274	238	Egypt,Rabbit Town,Rabbittown,Rabit Town		AL	015		
4085282	Rabbittown	rabbittown	US		0	America/Chicago	34.26399	-87.49558	293	Arctic,Rabbit Town,Rabbittown		AL	133		
4085285	Rabbityard	rabbityard	US		0	America/Chicago	32.4543	-87.52084	83			AL	105		
4085290	Rabun	rabun	US		0	America/Chicago	31.02685	-87.72499	79			AL	003		
4085313	Ragan Chapel	ragan-chapel	US		0	America/Chicago	33.75093	-86.04414	153			AL	015		
4085340	Rainbow Gap Estates	rainbow-gap-estates	US		0	America/Chicago	34.72231	-86.71805	229			AL	089		
4085344	Rainbow Mountain Heights	rainbow-mountain-heights	US		0	America/Chicago	34.74787	-86.71444	216			AL	089		
4085354	Rains (historical)	rains-historical	US		0	America/Chicago	34.25982	-86.08609	344			AL	049		
4085356	Raimund	raimund	US		0	America/Chicago	33.36789	-86.96138	178			AL	073		
4085359	Raintree Country	raintree-country	US		0	America/Chicago	33.10984	-87.49445	104			AL	125		
4085367	Raley Forest Hill	raley-forest-hill	US		0	America/Chicago	31.01129	-87.51109	84			AL	053		
4085375	Ramada Estates	ramada-estates	US		0	America/Chicago	30.63075	-88.19306	41			AL	097		
4085386	Ramblewood Shores	ramblewood-shores	US		0	America/Chicago	34.78564	-87.31419	186			AL	077		
4085388	Ramage Subdivision	ramage-subdivision	US		0	America/Chicago	31.71711	-85.82022	134			AL	109		
4085406	Ranchette Estates	ranchette-estates	US		0	America/Chicago	32.3432	-86.12996	77			AL	101		
4085442	Rash	rash	US		0	America/Chicago	34.87397	-85.89498	196	Coffeys Store,Rash		AL	071		
4085470	Rawls	rawls	US		0	America/Chicago	31.45322	-86.48107	120			AL	039		
4085472	Rawlingsville (historical)	rawlingsville-historical	US		0	America/Chicago	34.4612	-85.69858	292	Crystal Lake,Hollemans Station,Rawlingsville (historical)		AL	049		
4085488	Rayburn	rayburn	US		0	America/Chicago	34.34898	-86.26748	189			AL	095		
4085492	Rays Crossroads	rays-crossroads	US		0	America/Chicago	33.25067	-85.89608	337			AL	027		
4085499	Reads Mill	reads-mill	US		0	America/Chicago	33.87316	-85.90164	162	Oak Grove,Reads,Reads Mill,Reads Mill Station,Reids Mill		AL	015		
4085502	Ready Crossing	ready-crossing	US		0	America/Chicago	34.93286	-86.72917	266	Ready Crossing,Ready Crossroads		AL	089		
4085507	Reaves	reaves	US		0	America/Chicago	33.9751	-85.79024	190	Reaves,Reaves Cross Roads,Young		AL	055		
4085510	Red Apple (historical)	red-apple-historical	US		0	America/Chicago	34.18259	-86.20053	309			AL	095		
4085543	Red Creek Heights	red-creek-heights	US		0	America/Chicago	30.77935	-88.22917	54			AL	097		
4085546	Red Eagle	red-eagle	US		0	America/Chicago	33.08456	-87.13222	134			AL	007		
4085573	Red Hill Heights	red-hill-heights	US		0	America/Chicago	33.34956	-87.02499	143			AL	073		
4085622	Red Star	red-star	US		0	America/Chicago	33.71261	-87.12139	99	Red Star,Red Star Station		AL	127		
4085627	Red Wine	red-wine	US		0	America/Chicago	33.61788	-86.96055	166			AL	073		
4085629	Redbud	redbud	US		0	America/Chicago	34.06676	-86.25831	279	Red Bud,Redbud		AL	055		
4085636	Reddock Springs	reddock-springs	US		0	America/Chicago	31.82182	-86.69164	129			AL	013		
4085642	Redland Bluffs	redland-bluffs	US		0	America/Chicago	32.46347	-86.16941	107			AL	051		
4085645	Redmont Park	redmont-park	US		0	America/Chicago	33.50316	-86.77527	296			AL	073		
4085651	Redstone Park	redstone-park	US		0	America/Chicago	34.59731	-86.56638	178			AL	089		
4085652	Redtown	redtown	US		0	America/Chicago	31.13795	-87.63249	95			AL	003		
4085659	Reece City	reece-city	US		632	America/Chicago	34.07232	-86.03331	183	Hill,Reece City,Reeces Mill,Reeceville,Rees Mill,Reese,Reeses,Reeses Mill,Reeseville,Reesville,Rieces Mill		AL	055		
4085672	Reedbrake (historical)	reedbrake-historical	US		0	America/Chicago	34.16121	-86.31443	271			AL	095		
4085682	Reeds Ferry	reeds-ferry	US		0	America/Chicago	33.664	-87.11972	82	Reed Ferry,Reeds Ferry		AL	127		
4085685	Reedtown	reedtown	US		0	America/Chicago	34.49676	-87.7417	235			AL	059		
4085711	Reeltown	reeltown	US		766	America/Chicago	32.60374	-85.80524	189	Realtown,Reel Town,Reeltown,Thaddeus		AL	123		
4085744	Refuge	refuge	US		0	America/Chicago	33.6501	-86.1172	187			AL	121		
4085756	Regency	regency	US		0	America/Chicago	30.66269	-88.17389	54			AL	097		
4085757	Regency Forest	regency-forest	US		0	America/Chicago	32.30597	-86.22719	72			AL	101		
4085758	Regency Heights	regency-heights	US		0	America/Chicago	31.32323	-85.81383	106			AL	031		
4085759	Regency Park	regency-park	US		0	America/Chicago	32.31125	-86.22552	73			AL	101		
4085762	Regent Forest	regent-forest	US		0	America/Chicago	34.62259	-86.56249	197			AL	089		
4085763	Regent Forest Estates	regent-forest-estates	US		0	America/Chicago	33.42316	-86.82166	265			AL	073		
4085792	Reid	reid	US		0	America/Chicago	34.74926	-87.03862	200			AL	083		
4085806	Reid Settlement	reid-settlement	US		0	America/Chicago	31.246	-88.09889	73			AL	129		
4085809	Reids	reids	US		0	America/Chicago	33.88677	-86.84833	167	Reid,Reids,Willow		AL	009		
4085829	Rendalia	rendalia	US		0	America/Chicago	33.31761	-86.15719	164	Rendalia,Reynolds Station,Vincent		AL	121		
4085834	Renfroe	renfroe	US		0	America/Chicago	33.43122	-86.20164	182	Renfroe,Stick To It		AL	121		
4085839	Renfroe Valley	renfroe-valley	US		0	America/Chicago	33.6965	-87.9028	108	Appling,Renfroe Valley		AL	057		
4085845	Renson	renson	US		0	America/Chicago	31.55405	-87.28387	45			AL	099		
4085863	Rescueville	rescueville	US		0	America/Chicago	31.69933	-88.26529	70			AL	023		
4085870	Reston Place	reston-place	US		0	America/Chicago	33.2229	-87.56112	49			AL	125		
4085878	Reubenville	reubenville	US		0	America/Chicago	33.36955	-86.23803	147	Reubenville,Ruebenville		AL	121		
4086230	Riverside Circle	riverside-circle	US		0	America/Chicago	33.21373	-87.5514	63			AL	125		
4085905	Reynolds Mill	reynolds-mill	US		0	America/Chicago	33.35539	-86.21581	133	Foremans Mill,Reynolds Mill,Stones Mill		AL	121		
4085909	Rhea (historical)	rhea-historical	US		0	America/Chicago	34.02232	-86.11942	168			AL	055		
4085928	Rhoades	rhoades	US		0	America/Chicago	31.26267	-86.16189	87			AL	031		
4085931	Rhodesville	rhodesville	US		0	America/Chicago	34.87231	-87.87059	177	Rhodes Mill,Rhodesville		AL	077		
4085935	Rhump	rhump	US		0	America/Chicago	31.39406	-86.58885	112			AL	039		
4085978	Richards Crossroads	richards-crossroads	US		0	America/Chicago	31.73711	-85.26438	168			AL	005		
4086011	Richeytown	richeytown	US		0	America/Chicago	33.56677	-85.96663	168			AL	121		
4086020	Richmond Hills	richmond-hills	US		0	America/Chicago	34.72787	-87.71697	137			AL	033		
4086021	Richmond Place	richmond-place	US		0	America/Chicago	33.49288	-86.81193	194			AL	073		
4086023	Richtown	richtown	US		0	America/Chicago	33.11345	-87.13472	163	Reachtown,Richtown		AL	007		
4086027	Rickey	rickey	US		0	America/Chicago	33.25234	-87.12861	203	Reno,Rickey		AL	125		
4086028	Ricks (historical)	ricks-historical	US		0	America/Chicago	34.05899	-85.68358	183	Rick,Ricks (historical)		AL	019		
4086046	Rideout Village	rideout-village	US		0	America/Chicago	34.75065	-86.66888	222			AL	089		
4086055	Riderville	riderville	US		0	America/Chicago	32.67735	-86.93138	93	Leslie,Riderville		AL	021		
4086089	Ridgewood Estates	ridgewood-estates	US		0	America/Chicago	33.59455	-86.51804	222			AL	115		
4086090	Ridgewood Village	ridgewood-village	US		0	America/Chicago	32.58625	-85.52356	190			AL	081		
4086092	Ridgway Mill	ridgway-mill	US		0	America/Chicago	34.93536	-87.19224	201	Ridgeways Mill,Ridgway Mill		AL	083		
4086098	Rigdom	rigdom	US		0	America/Chicago	34.6462	-87.36224	177			AL	079		
4086105	Ridge Grove	ridge-grove	US		0	America/Chicago	32.65791	-85.51801	231			AL	081		
4086142	Risers	risers	US		0	America/Chicago	33.29595	-86.24025	154	Risers,Risers Mill,Risers Store,Weoka,Weoke,Wewoka,Wewokah,Wewokaville		AL	121		
4086162	River Bend	river-bend	US		0	America/Chicago	34.03927	-86.71361	171			AL	043		
4086163	River Bend (historical)	river-bend-historical	US		0	America/Chicago	33.02984	-87.09027	109			AL	007		
4086164	River Bend (historical)	river-bend-historical	US		0	America/Chicago	32.80152	-85.87274	149			AL	123		
4086165	River Bend	river-bend	US		0	America/Chicago	32.89179	-85.88607	160			AL	123		
4086180	River Oaks	river-oaks	US		0	America/Chicago	34.7737	-87.68447	171			AL	033		
4086183	River Park	river-park	US		0	America/Chicago	30.45075	-87.81193	6			AL	003		
4086185	River Ridge	river-ridge	US		0	America/Chicago	31.71377	-87.31304	33			AL	099		
4086186	River Ridge	river-ridge	US		0	America/Chicago	31.82571	-86.02218	126			AL	109		
4086191	River Terrace Estates	river-terrace-estates	US		0	America/Chicago	33.51622	-86.24053	155			AL	121		
4086192	River View	river-view	US		0	America/Chicago	32.78902	-85.14494	192	River View,Riverview,Valley		AL	017		
4086198	Riverchase	riverchase	US		0	America/Chicago	33.24151	-87.52778	92			AL	125		
4086209	Riveria Estates	riveria-estates	US		0	America/Chicago	33.51816	-86.27775	146			AL	115		
4086210	Riverland Estates	riverland-estates	US		0	America/Chicago	34.72147	-85.93248	182			AL	071		
4086211	Rivermont	rivermont	US		0	America/Chicago	34.73564	-87.72447	152			AL	033		
4086212	Rivermont	rivermont	US		0	America/Chicago	34.83286	-87.59836	180			AL	077		
4086213	Rivermont	rivermont	US		0	America/Chicago	33.22123	-87.55862	47			AL	125		
4086232	Riverside Estates	riverside-estates	US		0	America/Chicago	33.644	-87.0625	117			AL	073		
4086256	Riverview (historical)	riverview-historical	US		0	America/Chicago	34.65481	-87.08751	172			AL	103		
4086264	Riverwood	riverwood	US		0	America/Chicago	33.41316	-86.73804	165			AL	117		
4086265	Riverwood	riverwood	US		0	America/Chicago	33.24123	-87.54195	67			AL	125		
4086291	Roanoke Junction	roanoke-junction	US		0	America/Chicago	32.67958	-85.36995	253	East Alabama Junction,Roanoke Junction		AL	081		
4086307	Roba	roba	US		0	America/Chicago	32.24404	-85.59412	113			AL	087		
4086309	Robbins Crossroads	robbins-crossroads	US		0	America/Chicago	33.73455	-86.99555	111	Robbins,Robbins Cross Roads,Robbins Crossroads		AL	073		
4086314	Roberson Beach	roberson-beach	US		0	America/Chicago	34.76537	-87.28669	176			AL	077		
4086353	Roberts Crossroads	roberts-crossroads	US		0	America/Chicago	31.601	-85.52883	100			AL	045		
4086360	Roberts Subdivision	roberts-subdivision	US		0	America/Chicago	34.17787	-85.72274	180			AL	019		
4086393	Robinson (historical)	robinson-historical	US		0	America/Chicago	32.36875	-88.01446	21			AL	091		
4086417	Robinson Crossroads	robinson-crossroads	US		0	America/Chicago	31.73571	-86.37552	121			AL	041		
4086426	Robinson Crossroads	robinson-crossroads	US		0	America/Chicago	32.15153	-86.22996	86	Robinson Crossroads,Robinsons Crossroads		AL	101		
4086448	Robinson Springs	robinson-springs	US		0	America/Chicago	32.5118	-86.37664	95			AL	051		
4086453	Robinsons	robinsons	US		0	America/Chicago	32.33014	-86.55914	48	Robertson Bend,Robinson,Robinson Bend,Robinsons		AL	085		
4086463	Robinwood	robinwood	US		0	America/Chicago	33.6151	-86.74888	182			AL	073		
4086464	Robinwood	robinwood	US		0	America/Chicago	30.59186	-88.205	47			AL	097		
4086466	Robjohn	robjohn	US		0	America/Chicago	32.21403	-88.12724	30			AL	023		
4086521	Rock Creek Park	rock-creek-park	US		0	America/Chicago	31.25851	-85.4416	89			AL	069		
4086527	Rock Fence	rock-fence	US		0	America/Chicago	33.03623	-85.43856	222	Albany,Rock Fence		AL	017		
4086548	Rock Inn Estates	rock-inn-estates	US		0	America/Chicago	33.53122	-86.28498	147			AL	115		
4086552	Rock Mills	rock-mills	US		600	America/Chicago	33.15984	-85.28745	238	Prothos Mills,Rock Mills		AL	111		
4086568	Rock Ridge	rock-ridge	US		0	America/Chicago	33.54927	-86.65276	282			AL	073		
4086569	Rock Run	rock-run	US		0	America/Chicago	34.02788	-85.49524	223	Bass,Rock Run,Rockrun		AL	019		
4086644	Rockcut	rockcut	US		0	America/Chicago	32.51347	-87.84168	35			AL	091		
4086664	Rockwest	rockwest	US		0	America/Chicago	31.99987	-87.37166	39	Possum Bend,Rock West,Rockwest		AL	131		
4086718	Rocky Branch	rocky-branch	US		0	America/Chicago	33.324	-85.39523	337			AL	111		
4086731	Rocky Bridge	rocky-bridge	US		0	America/Chicago	33.45677	-86.76443	230			AL	073		
4086735	Rocky Brook	rocky-brook	US		0	America/Chicago	32.66263	-85.37634	244			AL	081		
4086760	Rocky Head	rocky-head	US		0	America/Chicago	31.56822	-85.76855	144	Rockeyhead,Rocky Head		AL	045		
4086767	Rocky Hill (historical)	rocky-hill-historical	US		0	America/Chicago	34.68537	-87.36336	182			AL	079		
4086780	Rocky Hollow	rocky-hollow	US		0	America/Chicago	33.78149	-87.08472	95			AL	127		
4086835	Rocky Ridge Manor	rocky-ridge-manor	US		0	America/Chicago	33.39539	-86.76943	129			AL	073		
4086844	Rocky Springs	rocky-springs	US		0	America/Chicago	34.95786	-85.75331	225	Rock Springs,Rocky Springs		AL	071		
4086847	Rocky Top Estates	rocky-top-estates	US		0	America/Chicago	34.63065	-86.55444	204			AL	089		
4086852	Roddams Trailer Park	roddams-trailer-park	US		0	America/Chicago	33.6601	-86.54943	237			AL	073		
4086865	Rodentown	rodentown	US		0	America/Chicago	34.23454	-86.01692	347			AL	049		
4086873	Roebuck Crest Estates	roebuck-crest-estates	US		0	America/Chicago	33.59649	-86.70166	216			AL	073		
4086874	Roebuck Forest	roebuck-forest	US		0	America/Chicago	33.58316	-86.68138	258			AL	073		
4086875	Roebuck Gardens	roebuck-gardens	US		0	America/Chicago	33.61038	-86.69832	215			AL	073		
4086878	Roebuck Park	roebuck-park	US		0	America/Chicago	33.60538	-86.69499	212			AL	073		
4086879	Roebuck Plaza	roebuck-plaza	US		0	America/Chicago	33.5876	-86.65999	253			AL	073		
4086884	Roebuck Springs	roebuck-springs	US		0	America/Chicago	33.57705	-86.7036	227			AL	073		
4086885	Roebuck Terrace	roebuck-terrace	US		0	America/Chicago	33.5801	-86.72249	207			AL	073		
4086886	Roeton	roeton	US		0	America/Chicago	31.59766	-85.83467	122			AL	031		
4086934	Rolling Acres	rolling-acres	US		0	America/Chicago	30.63964	-88.18056	40			AL	097		
4086935	Rolling Acres	rolling-acres	US		0	America/Chicago	32.22792	-86.40553	67			AL	101		
4086937	Rolling Hills	rolling-hills	US		0	America/Chicago	34.56287	-86.92056	198			AL	103		
4086938	Rolling Hills	rolling-hills	US		0	America/New_York	32.44514	-85.02438	111			AL	113		
4086939	Rolling Hills	rolling-hills	US		0	America/Chicago	33.65427	-86.57193	267			AL	073		
4086940	Rolling Hills	rolling-hills	US		0	America/Chicago	32.24709	-86.18274	75			AL	101		
4086945	Rolling Lakes	rolling-lakes	US		0	America/Chicago	32.22514	-86.19274	81			AL	101		
4086948	Rolling Ridge	rolling-ridge	US		0	America/Chicago	33.34789	-86.8711	213			AL	073		
4086949	Rolling Woods	rolling-woods	US		0	America/Chicago	34.72398	-86.75167	225			AL	089		
4086950	Rollingwood	rollingwood	US		0	America/Chicago	33.22901	-87.53778	49			AL	125		
4086953	Rollins (historical)	rollins-historical	US		0	America/Chicago	34.18204	-86.09636	310			AL	055		
4086955	Rolling Acres	rolling-acres	US		0	America/Chicago	31.33073	-85.80383	91			AL	031		
4086963	Romar Beach	romar-beach	US		0	America/Chicago	30.26076	-87.62221	4			AL	003		
4086968	Romine	romine	US		0	America/Chicago	34.8612	-87.26669	215			AL	077		
4086975	Romulus Acres	romulus-acres	US		0	America/Chicago	33.13623	-87.74557	85			AL	125		
4086985	Roosevelt-Cairo Village	roosevelt-cairo-village	US		0	America/Chicago	33.44622	-86.91833	157			AL	073		
4086994	Rorex (historical)	rorex-historical	US		0	America/Chicago	34.68619	-85.87775	393			AL	071		
4087004	Rosa	rosa	US		319	America/Chicago	33.99065	-86.51332	189			AL	009		
4087020	Roseberry	roseberry	US		0	America/Chicago	34.63536	-86.02498	211			AL	071		
4087023	Rose Park	rose-park	US		0	America/Chicago	34.86036	-87.67197	186			AL	077		
4087031	Rosedale Courts	rosedale-courts	US		0	America/Chicago	33.18679	-87.55223	56			AL	125		
4087034	Rosehaven	rosehaven	US		0	America/Chicago	30.78074	-88.14722	21			AL	097		
4087035	Rosehill	rosehill	US		0	America/Chicago	33.98122	-87.38696	195			AL	127		
4087043	Rosemary	rosemary	US		0	America/Chicago	32.64791	-87.57501	64			AL	065		
4087044	Rosemary	rosemary	US		0	America/Chicago	32.35153	-86.23941	77			AL	101		
4087048	Rosemond Estates	rosemond-estates	US		0	America/Chicago	32.34875	-86.27636	71			AL	101		
4087051	Rosemont Heights	rosemont-heights	US		0	America/Chicago	32.40125	-86.26302	68			AL	101		
4087073	Rosinton	rosinton	US		0	America/Chicago	30.61853	-87.6936	55			AL	003		
4087092	Ross Heights	ross-heights	US		0	America/Chicago	31.21934	-85.42882	85			AL	069		
4087102	Rossland City	rossland-city	US		0	America/Chicago	33.67983	-87.78141	102	Legg,Rosalind City,Rossland City,Sipsey		AL	057		
4087160	Rover (historical)	rover-historical	US		0	America/Chicago	32.79541	-85.9383	201			AL	123		
4087168	Rowells Crossroads	rowells-crossroads	US		0	America/Chicago	32.68624	-85.57717	191	Rowells Cross Road,Rowells Cross Roads,Rowells Crossroad,Rowells Crossroads		AL	081		
4087193	Roy Webb	roy-webb	US		0	America/Chicago	33.92038	-85.72719	225			AL	015		
4087200	Royal Oaks	royal-oaks	US		0	America/Chicago	33.32928	-86.82138	159			AL	117		
4087201	Royal Pines	royal-pines	US		0	America/Chicago	33.1804	-87.62445	46			AL	125		
4087204	Royse (historical)	royse-historical	US		0	America/Chicago	34.19065	-86.07081	317			AL	055		
4087209	Ruby (historical)	ruby-historical	US		0	America/Chicago	33.74872	-87.17556	100			AL	127		
4087214	Rudd (historical)	rudd-historical	US		0	America/Chicago	33.80288	-85.89025	164			AL	015		
4087227	Ruffner	ruffner	US		0	America/Chicago	33.54955	-86.70471	253			AL	073		
4087247	Running Brook	running-brook	US		0	America/Chicago	33.15456	-87.505	116			AL	125		
4087255	Rural	rural	US		0	America/Chicago	31.86432	-87.73861	97	Roundhill,Rural		AL	025		
4087283	Russell Ferry Estates	russell-ferry-estates	US		0	America/Chicago	32.87374	-85.87857	165			AL	123		
4087285	Russell Heights	russell-heights	US		0	America/Chicago	33.55344	-86.56026	214			AL	073		
4087289	Russell Hill	russell-hill	US		0	America/Chicago	34.73259	-86.62444	221			AL	089		
4087306	Russell Village	russell-village	US		0	America/Chicago	34.56232	-86.99112	182	Russell Hill,Russell Village		AL	103		
4087322	Russet Woods	russet-woods	US		0	America/Chicago	33.32983	-86.88666	206			AL	073		
4087324	Rutan	rutan	US		0	America/Chicago	31.43961	-88.18945	29			AL	129		
4087353	Rutledge Heights	rutledge-heights	US		0	America/Chicago	34.74648	-86.64138	222			AL	089		
4087357	Rutledge Springs	rutledge-springs	US		0	America/Chicago	33.46122	-86.94749	155			AL	073		
4087358	Rutthven	rutthven	US		0	America/Chicago	31.85348	-87.02971	70	Ruthven,Rutthven		AL	131		
4087381	Ryland Acres	ryland-acres	US		0	America/Chicago	34.70454	-86.51527	207			AL	089		
4087405	Saddle Hill	saddle-hill	US		0	America/Chicago	31.45544	-86.1305	123			AL	031		
4087406	Saddlebrook	saddlebrook	US		0	America/Chicago	33.53788	-86.65554	249			AL	073		
4087408	Saddlewood	saddlewood	US		0	America/Chicago	33.64705	-86.57165	232			AL	073		
4087420	Sagewood	sagewood	US		0	America/Chicago	33.44539	-86.76332	186			AL	073		
4087422	Sahama Village	sahama-village	US		0	America/Chicago	33.17817	-87.55334	52			AL	125		
4087471	Ryan Crossroads	ryan-crossroads	US		0	America/Chicago	34.34204	-86.61027	329	Ryan Crossroads,Ryans Crossroads		AL	103		
4087488	Saint Clair Forest	saint-clair-forest	US		0	America/Chicago	33.61399	-86.47915	224			AL	115		
4087496	Saint Clair Springs	saint-clair-springs	US		0	America/Chicago	33.76312	-86.40281	201	Blue Grass Sulphur Springs,Cornelia and St. Clair Springs		AL	115		
4087497	Saint Clair Store	saint-clair-store	US		0	America/Chicago	34.83676	-86.41221	221	Hurricane,Saint Clair Store,St. Clair Store		AL	089		
4087519	St. Florian	st-florian	US		464	America/Chicago	34.87342	-87.62336	190	Saint Florian,St. Florian,Williams Stand,Wilson Stand		AL	077		
4087537	Saint Ives	saint-ives	US		0	America/Chicago	33.43011	-86.25025	150			AL	121		
4088144	Saints Crossroads	saints-crossroads	US		0	America/Chicago	34.54898	-87.58892	189			AL	059		
4088146	Saks	saks	US		10744	America/Chicago	33.69871	-85.83969	250			AL	015		
4088243	Salem Corner	salem-corner	US		0	America/Chicago	34.70092	-86.87834	183			AL	083		
4088245	Salco	salco	US		0	America/Chicago	30.96685	-88.03472	13			AL	097		
4088273	Salitpa	salitpa	US		0	America/Chicago	31.62961	-88.02	55	River Hill,Salitpa		AL	025		
4088302	Salter	salter	US		0	America/Chicago	31.54655	-86.78192	123			AL	013		
4088312	Salt Well	salt-well	US		0	America/Chicago	32.45708	-87.93113	34			AL	091		
4088326	Sam Gant Subdivision	sam-gant-subdivision	US		0	America/Chicago	34.66203	-85.97276	201			AL	071		
4088346	Samoset	samoset	US		0	America/Chicago	33.7365	-87.1275	107			AL	127		
4088367	San Souci Beach	san-souci-beach	US		0	America/Chicago	30.38881	-88.25834	2	San Souci Beach,Sans Souci Beach		AL	097		
4088400	Sand Cut	sand-cut	US		0	America/Chicago	31.76821	-86.73692	107			AL	013		
4088401	Sand Cut	sand-cut	US		0	America/Chicago	31.31823	-87.12081	115			AL	035		
4088404	Sand Hill	sand-hill	US		0	America/Chicago	32.5418	-85.50078	146			AL	081		
4088424	Sand Lick (historical)	sand-lick-historical	US		0	America/Chicago	34.59732	-87.79364	261	Sand Lake,Sand Lick (historical)		AL	033		
4088426	Sand Mountain	sand-mountain	US		0	America/Chicago	32.85485	-86.91249	156			AL	007		
4088458	Sand Rock	sand-rock	US		558	America/Chicago	34.24287	-85.76858	278	Hoges Crossroads,Sand Rock,Sandrock		AL	019		
4088466	Sand Spring (historical)	sand-spring-historical	US		0	America/Chicago	34.91953	-86.84472	257			AL	083		
4088502	Sanders Hill	sanders-hill	US		0	America/Chicago	31.70544	-86.03634	161			AL	109		
4088516	Sandfield	sandfield	US		0	America/Chicago	31.90599	-85.80773	195			AL	109		
4088519	Sandfort	sandfort	US		0	America/Chicago	32.3382	-85.22327	154	Sand Fort,Sandfort		AL	113		
4088523	Sandhurst Park	sandhurst-park	US		0	America/Chicago	34.5987	-86.57971	177			AL	089		
4088533	Sandtown	sandtown	US		0	America/Chicago	33.59011	-87.49195	202			AL	125		
4088585	Sandy Point Subdivision	sandy-point-subdivision	US		0	America/Chicago	34.34454	-86.26831	190			AL	095		
4088603	Sanford Springs	sanford-springs	US		0	America/Chicago	34.01816	-85.57329	185			AL	019		
4088605	Sanie	sanie	US		0	America/Chicago	33.66038	-86.47887	220	Rowes,Sanie		AL	115		
4088615	Santuck	santuck	US		0	America/Chicago	32.63291	-86.12969	148	Sand Tuck,Santuck		AL	051		
4088620	Sapps	sapps	US		0	America/Chicago	33.22096	-88.1692	93			AL	107		
4088627	Saragossa	saragossa	US		0	America/Chicago	33.899	-87.39918	165			AL	127		
4088642	Saratoga Estates	saratoga-estates	US		0	America/Chicago	33.25651	-87.63668	79			AL	125		
4088643	Sardine	sardine	US		0	America/Chicago	31.13129	-87.36665	37			AL	053		
4088704	Sardis City	sardis-city	US		1755	America/Chicago	34.17426	-86.12275	330	Sardis City,Sardis Crossroads		AL	055		
4088714	Sardis Springs	sardis-springs	US		0	America/Chicago	34.83648	-86.88528	228	Sardis Spring,Sardis Springs		AL	083		
4088726	Sartains Ridgecrest Subdivision	sartains-ridgecrest-subdivision	US		0	America/Chicago	33.29234	-87.51945	70			AL	125		
4088747	Saucer	saucer	US		0	America/Chicago	31.82293	-86.83553	116			AL	013		
4088752	Sauta (historical)	sauta-historical	US		0	America/Chicago	34.57092	-86.08748	181	Santa,Sauta (historical)		AL	071		
4088770	Saville	saville	US		0	America/Chicago	31.87737	-86.33108	148			AL	041		
4088783	Sawmill Town	sawmill-town	US		0	America/Chicago	33.17595	-86.96166	183	Hunnicut,Sawmill Town		AL	117		
4089143	Seminole Heights	seminole-heights	US		0	America/Chicago	31.24184	-85.23965	77			AL	069		
4088785	Sawokli (historical)	sawokli-historical	US		0	America/Chicago	32.14043	-85.0541	61	Chaouakale,Chau-woc-e-lau-hatchee,Chauakle,Chawaccola,Che-wak-a-to,Chewackala,Chewakala,Chewokolee,Chowockolo,Chowocolo,Ehawho-ka-les,Great Sawokli,Great Swaglaw,Sa-ukli,Sabacola,Sau-woo-ge-lo,Sau-woo-ge-to,Saukli,Sauwoogelo,Sawakola,Sawokli (historical),Shogleys,Shogteys,So-wok-ko-los,Sonwuckolo,Souckelas,Souikilas,Soulikilas,Souwagoolo,Souwogoolo,Sowoccolo,Suoculo,Swaggles Town,Swaglaw,Swaglers,Swagles,Swales		AL	113		
4088810	Sayreton	sayreton	US		0	America/Chicago	33.56177	-86.82971	201			AL	073		
4088818	Scant City	scant-city	US		0	America/Chicago	34.36231	-86.4236	310	Marghton,Scant City		AL	095		
4088824	Scarce Grease	scarce-grease	US		0	America/Chicago	34.97064	-87.13251	199	Rockaway,Scarce Grease,Scarse Grease		AL	083		
4088825	Scenic Hills	scenic-hills	US		0	America/Chicago	32.42847	-86.40886	61			AL	051		
4088826	Scenic Hills	scenic-hills	US		0	America/Chicago	30.7363	-88.2714	68			AL	097		
4088827	Scenic View	scenic-view	US		0	America/Chicago	34.76287	-86.62111	218			AL	089		
4088828	Scenic West Estates	scenic-west-estates	US		0	America/Chicago	30.62936	-88.18472	46			AL	097		
4088830	Scarlet Town	scarlet-town	US		0	America/Chicago	33.60455	-86.89166	120			AL	073		
4088859	Schuler (historical)	schuler-historical	US		0	America/Chicago	34.01871	-86.28692	269	Schufler,Schuler (historical)		AL	055		
4088865	Schuster	schuster	US		0	America/Chicago	31.86404	-87.04693	92	Schuster,Schuster Springs,Shuster		AL	131		
4088897	Scott Crest Subdivision	scott-crest-subdivision	US		0	America/Chicago	33.27595	-86.94666	224			AL	073		
4088911	Scottland	scottland	US		0	America/Chicago	32.02654	-85.70634	168			AL	011		
4088912	Scottrock	scottrock	US		0	America/Chicago	33.25123	-86.82332	148			AL	117		
4088918	Scottsboro Crossroads	scottsboro-crossroads	US		0	America/Chicago	31.69933	-85.21188	158	Dewitt,Scottsboro,Scottsboro Crossroads		AL	067		
4088927	Scottsdale Heights	scottsdale-heights	US		0	America/Chicago	31.336	-85.8091	99			AL	031		
4088937	Scoutshire Woods	scoutshire-woods	US		0	America/Chicago	31.04685	-88.18167	52			AL	097		
4088943	Scratch Ankle	scratch-ankle	US		0	America/Chicago	31.66266	-87.43749	110			AL	099		
4088944	Scratch Hill	scratch-hill	US		0	America/Chicago	32.44486	-88.26447	106	Hancocks Store,Scratch Hill,Scratchill		AL	119		
4088945	Screamer	screamer	US		0	America/Chicago	31.66156	-85.2066	148			AL	067		
4088946	Screamer	screamer	US		0	America/Chicago	31.72572	-85.17549	102			AL	067		
4088951	Scrougeout	scrougeout	US		0	America/Chicago	34.18093	-85.86914	240			AL	055		
4088962	Scyrene	scyrene	US		0	America/Chicago	31.75571	-87.64777	155			AL	025		
4088978	Seacliff	seacliff	US		0	America/Chicago	30.54519	-87.90277	5	Sea Cliff,Seacliff		AL	003		
4088979	Sealy Springs	sealy-springs	US		0	America/Chicago	31.03685	-85.30882	42			AL	069		
4088986	Searight	searight	US		0	America/Chicago	31.471	-86.39329	70			AL	041		
4088993	Seasha	seasha	US		0	America/Chicago	32.39653	-85.74162	110			AL	087		
4089023	Searcy Farms	searcy-farms	US		0	America/Chicago	33.40428	-87.61112	81			AL	125		
4089056	Sedgefield	sedgefield	US		0	America/Chicago	32.18376	-85.70467	117	Sagefield,Sedgefield		AL	011		
4089057	Sedgefield	sedgefield	US		0	America/Chicago	32.23959	-87.36138	55			AL	047		
4089072	Sehoya	sehoya	US		0	America/Chicago	32.97846	-86.4847	129			AL	037		
4089074	Seddon	seddon	US		0	America/Chicago	33.59233	-86.22748	151	Seddon,Seddon Shores		AL	115		
4089081	Selbrook	selbrook	US		0	America/Chicago	32.36153	-86.42914	48			AL	101		
4089083	Self Creek	self-creek	US		0	America/Chicago	33.78205	-86.75055	133			AL	073		
4089088	Selfville	selfville	US		0	America/Chicago	33.83038	-86.66805	147	Self Settlement,Selfville		AL	009		
4089102	Sellers Crossroads	sellers-crossroads	US		0	America/Chicago	31.9571	-85.75523	157			AL	011		
4089133	Selmont	selmont	US		0	America/Chicago	32.39514	-87.00832	34			AL	047		
4089136	Seloca	seloca	US		0	America/Chicago	33.79871	-86.82111	144	Seloca,Seloga		AL	073		
4089138	Seman	seman	US		0	America/Chicago	32.73263	-86.11219	223			AL	051		
4089167	Serange	serange	US		0	America/Chicago	31.21795	-87.63916	74	Scrange,Serange		AL	003		
4089177	Sessions	sessions	US		0	America/Chicago	32.93012	-85.74663	222			AL	123		
4089181	Seth Johnson Estates	seth-johnson-estates	US		0	America/Chicago	32.3182	-86.28608	64			AL	101		
4089186	Seven Hills	seven-hills	US		0	America/Chicago	30.65408	-88.30306	54			AL	097		
4089190	Seven Pines	seven-pines	US		0	America/Chicago	34.47399	-88.06865	215			AL	059		
4089227	Sewell Subdivision	sewell-subdivision	US		0	America/Chicago	34.20426	-85.57913	176			AL	019		
4089249	Shacklesville	shacklesville	US		0	America/Chicago	31.77876	-86.81553	128	Shacklesville,Shackleville		AL	013		
4089252	Shades Acres	shades-acres	US		0	America/Chicago	33.35011	-86.87221	201			AL	073		
4089253	Shades Cliff	shades-cliff	US		0	America/Chicago	33.43122	-86.82693	293			AL	073		
4089261	Shades Run	shades-run	US		0	America/Chicago	33.33483	-86.87693	200			AL	073		
4089266	Shades View Estates	shades-view-estates	US		0	America/Chicago	33.43983	-86.80277	259			AL	073		
4089272	Shadowood	shadowood	US		0	America/Chicago	33.0404	-87.75196	63			AL	125		
4089273	Shady Acres	shady-acres	US		0	America/Chicago	33.6501	-86.45332	237			AL	115		
4089274	Shady Acres	shady-acres	US		0	America/Chicago	32.50652	-86.37525	80			AL	051		
4089275	Shady Acres	shady-acres	US		0	America/Chicago	34.46926	-86.30332	184			AL	095		
4089276	Shady Acres Estates	shady-acres-estates	US		0	America/Chicago	33.36289	-86.86193	246			AL	073		
4089277	Shady Acres Trailer Park	shady-acres-trailer-park	US		0	America/Chicago	33.52094	-86.65749	192			AL	073		
4089281	Shady Brook	shady-brook	US		0	America/Chicago	33.3665	-86.97027	165			AL	073		
4089282	Shady Brook Mobile Home Park	shady-brook-mobile-home-park	US		0	America/Chicago	33.42483	-86.93916	150			AL	073		
4089291	Shady Grove (historical)	shady-grove-historical	US		0	America/Chicago	34.73342	-87.44169	165			AL	033		
4089299	Shady Brook Estates	shady-brook-estates	US		0	America/Chicago	33.45205	-86.75499	206			AL	073		
4089413	Shady Heights	shady-heights	US		0	America/Chicago	31.21212	-85.38188	93			AL	069		
4089417	Shady Lane	shady-lane	US		0	America/Chicago	34.75648	-86.62055	212			AL	089		
4089421	Shadywood	shadywood	US		0	America/Chicago	33.31678	-86.89777	203			AL	073		
4089422	Shadywood	shadywood	US		0	America/Chicago	33.57733	-86.69165	273			AL	073		
4089423	Shahan (historical)	shahan-historical	US		0	America/Chicago	33.97426	-86.18998	197	Shahan (historical),Shehan		AL	055		
4089438	Shangrila	shangrila	US		0	America/Chicago	34.24176	-85.65774	174			AL	019		
4089440	Shanghai	shanghai	US		0	America/Chicago	34.85009	-87.08501	221			AL	083		
4089443	Shannon Glen	shannon-glen	US		0	America/Chicago	33.27511	-86.84166	138			AL	117		
4089490	Sharps Shores	sharps-shores	US		0	America/Chicago	34.78064	-87.31113	174			AL	077		
4089493	Sharps Mill	sharps-mill	US		0	America/Chicago	34.90814	-87.70558	161	Sharps Mill,Whites Lake		AL	077		
4089495	Shaw (historical)	shaw-historical	US		0	America/Chicago	34.97786	-88.16671	145	Shaw (historical),Shaws,Shawtown,Spains,Spains Bottoms		AL	077		
4089513	Shawtown	shawtown	US		0	America/Chicago	33.13845	-87.15277	178			AL	007		
4089541	Sheffield Heights	sheffield-heights	US		0	America/Chicago	34.76453	-87.67364	170			AL	033		
4089564	Shelby Shores	shelby-shores	US		0	America/Chicago	33.12845	-86.46581	130			AL	117		
4089565	Shelby Springs	shelby-springs	US		0	America/Chicago	33.13512	-86.68665	149			AL	117		
4089580	Shell Heights	shell-heights	US		0	America/Chicago	31.34767	-85.85911	119			AL	031		
4089590	Shellhorn	shellhorn	US		0	America/Chicago	31.87599	-86.07968	125	Pottersville,Shellhorn		AL	109		
4089600	Shelton Beach Estates	shelton-beach-estates	US		0	America/Chicago	30.81741	-88.09445	7			AL	097		
4089619	Shelton Lake Shores	shelton-lake-shores	US		0	America/Chicago	33.5701	-86.11886	175			AL	121		
4089625	Shelton Woods	shelton-woods	US		0	America/Chicago	32.62263	-85.47328	201			AL	081		
4089642	Shepherd Hill	shepherd-hill	US		0	America/Chicago	32.1857	-86.06635	89			AL	101		
4089647	Sheppard	sheppard	US		0	America/Chicago	31.91126	-87.48	22			AL	131		
4089656	Sheridan Heights	sheridan-heights	US		0	America/Chicago	32.4268	-86.29247	64			AL	101		
4089658	Sherill Gardens	sherill-gardens	US		0	America/Chicago	34.75481	-87.65558	162			AL	033		
4089665	Sherman Heights	sherman-heights	US		0	America/Chicago	33.73316	-85.79802	242			AL	015		
4089666	Sherman Heights	sherman-heights	US		0	America/Chicago	33.5215	-86.90527	186			AL	073		
4089688	Sherwood Estates	sherwood-estates	US		0	America/Chicago	34.58176	-87.04584	185			AL	103		
4089689	Sherwood Forest	sherwood-forest	US		0	America/Chicago	31.2474	-85.40604	101			AL	069		
4089690	Sherwood Forest	sherwood-forest	US		0	America/Chicago	34.8437	-87.6817	169			AL	077		
4089691	Sherwood Forest	sherwood-forest	US		0	America/Chicago	34.3087	-86.3786	189			AL	095		
4089692	Sherwood Forest	sherwood-forest	US		0	America/Chicago	32.94512	-85.91524	207			AL	123		
4089693	Sherwood Forest	sherwood-forest	US		0	America/Chicago	33.13068	-87.48167	108			AL	125		
4089694	Sherwood Hills	sherwood-hills	US		0	America/Chicago	33.62011	-86.98166	177			AL	073		
4089695	Sherwood Park	sherwood-park	US		0	America/Chicago	34.71981	-86.6625	200			AL	089		
4089698	Sherwood Shores	sherwood-shores	US		0	America/Chicago	33.6801	-86.19275	148			AL	121		
4089927	Shirleys Crossroads	shirleys-crossroads	US		0	America/Chicago	31.71488	-86.16496	122			AL	041		
4089968	Shoals Acres	shoals-acres	US		0	America/Chicago	34.8687	-87.5528	162			AL	077		
4089973	Shoal Run	shoal-run	US		0	America/Chicago	33.41344	-86.67276	185			AL	117		
4089979	Shoemaker Springs (historical)	shoemaker-springs-historical	US		0	America/Chicago	34.84453	-87.18279	174			AL	083		
4089982	Shocco Springs	shocco-springs	US		0	America/Chicago	33.45344	-86.13747	221	Chocco Springs,Shocco Springs		AL	121		
4089989	Shopton	shopton	US		0	America/Chicago	32.11709	-85.94218	104			AL	011		
4089992	Short Camp	short-camp	US		0	America/Chicago	33.65761	-87.22417	161			AL	127		
4090015	Shortleaf	shortleaf	US		0	America/Chicago	32.5118	-87.85557	30			AL	091		
4090023	Shotwell	shotwell	US		0	America/Chicago	32.5843	-85.18355	216	Panstone,Shotwell,Wellsburg		AL	081		
4090025	Shrader	shrader	US		0	America/Chicago	34.71508	-85.73414	455			AL	071		
4090027	Shottsville	shottsville	US		0	America/Chicago	34.26093	-88.12726	149			AL	093		
4090041	Sibert	sibert	US		0	America/Chicago	30.74463	-88.06	11			AL	097		
4090043	Siberton	siberton	US		0	America/Chicago	33.98899	-86.10831	171	Sibert,Siberton		AL	055		
4090061	Sidhart (historical)	sidhart-historical	US		0	America/Chicago	34.0051	-85.45968	249			AL	019		
4090069	Siddonsville	siddonsville	US		0	America/Chicago	32.41819	-87.61334	77			AL	091		
4090073	Signal Point Subdivision	signal-point-subdivision	US		0	America/Chicago	34.3687	-86.2522	197			AL	095		
4090075	Sigsbee	sigsbee	US		0	America/Chicago	34.34148	-85.70997	378			AL	049		
4090079	Sigma	sigma	US		0	America/Chicago	31.28212	-85.19715	69			AL	069		
4090083	Sikesville	sikesville	US		0	America/Chicago	33.12651	-85.67468	298			AL	027		
4090122	Silver Cross	silver-cross	US		0	America/Chicago	31.68099	-88.17418	54	Friendship,Silver Cross		AL	129		
4090130	Silver Meadows	silver-meadows	US		0	America/Chicago	31.20851	-85.43604	95			AL	069		
4090136	Silver Run	silver-run	US		0	America/Chicago	33.56511	-85.90802	196			AL	121		
4090143	Simcoe	simcoe	US		0	America/Chicago	34.22426	-86.73444	289			AL	043		
4090168	Simmons Crossroads	simmons-crossroads	US		0	America/Chicago	32.66735	-85.72246	221	Simmonds Crossroads,Simmons Crossroads		AL	123		
4090179	Simmsville	simmsville	US		0	America/Chicago	33.32456	-86.70888	191	Simmsville,Tafton		AL	117		
4090197	Simpson Subdivision	simpson-subdivision	US		0	America/Chicago	33.23928	-87.62668	55			AL	125		
4090208	Sims Chapel	sims-chapel	US		153	America/Chicago	31.21962	-88.14862	25	Darrah,Grandfield,Sims Chapel		AL	129		
4090226	Simsville	simsville	US		0	America/Chicago	32.10459	-85.87079	116			AL	011		
4090232	Singing Brook	singing-brook	US		0	America/Chicago	31.30434	-85.84522	102			AL	031		
4090294	Six Points	six-points	US		0	America/Chicago	34.81759	-87.68058	179	Seven Points,Six Points		AL	077		
4090295	Six Way	six-way	US		0	America/Chicago	34.52454	-86.88278	184			AL	103		
4090296	Sixmile	sixmile	US		0	America/Chicago	33.0079	-87.00555	108	Six Mile,Sixmile		AL	007		
4090323	Skaggs Corner	skaggs-corner	US		0	America/Chicago	34.69647	-85.69053	469			AL	049		
4090324	Skeggs Crossroads	skeggs-crossroads	US		0	America/Chicago	33.1154	-86.11275	256			AL	027		
4090329	Skelton Bend Estates	skelton-bend-estates	US		0	America/Chicago	33.44178	-87.56945	87			AL	125		
4090342	Skinem	skinem	US		0	America/Chicago	34.95759	-86.5186	239	Skinem,Stewart Crossroads		AL	089		
4090350	Skinnerton	skinnerton	US		0	America/Chicago	31.66988	-87.06498	161			AL	035		
4090353	Skinner Subdivision	skinner-subdivision	US		0	America/Chicago	34.30232	-86.38971	185			AL	095		
4090362	Skirum	skirum	US		0	America/Chicago	34.3237	-85.9672	348	Partridge Town,Skarham,Skirum		AL	049		
4090372	Sky Park	sky-park	US		0	America/Chicago	34.83731	-87.56114	166			AL	077		
4090373	Sky Ranch	sky-ranch	US		0	America/Chicago	33.39039	-86.78082	178			AL	073		
4090374	Sky Ranch	sky-ranch	US		0	America/Chicago	33.15484	-87.51056	116			AL	125		
4090377	Skyhaven Estates	skyhaven-estates	US		0	America/Chicago	34.15176	-86.1497	404			AL	055		
4090380	Skyland Manor	skyland-manor	US		0	America/Chicago	33.16095	-87.53528	89			AL	125		
4090382	Skyland Park	skyland-park	US		0	America/Chicago	33.16318	-87.52723	90			AL	125		
4090383	Skyland Park Estates	skyland-park-estates	US		0	America/Chicago	30.63019	-88.16111	27			AL	097		
4090386	Skyline	skyline	US		839	America/Chicago	34.81397	-86.11526	485	Alto,Skyline		AL	071		
4090387	Skyline Acres	skyline-acres	US		0	America/Chicago	34.71537	-86.70666	201			AL	089		
4090396	Skyline Shores	skyline-shores	US		0	America/Chicago	34.57175	-86.10359	187			AL	071		
4090399	Skyview	skyview	US		0	America/Chicago	33.38817	-86.97583	179			AL	073		
4090406	Sky Ball	sky-ball	US		0	America/Chicago	34.02204	-86.6361	231	Sky Ball,Skyball		AL	009		
4090409	Slabtown (historical)	slabtown-historical	US		0	America/Chicago	34.98036	-87.43474	191			AL	077		
4090415	Slackland	slackland	US		0	America/Chicago	34.14676	-85.82997	184			AL	019		
4090460	Slicklizzard	slicklizzard	US		0	America/Chicago	33.96455	-87.50196	187			AL	127		
4090461	Shocco Springs	shocco-springs	US		0	America/Chicago	33.45566	-86.13803	228	Chocco Springs,Shocco Springs,Sliocco Springs		AL	121		
4090475	Sloss	sloss	US		0	America/Chicago	33.3965	-86.94027	201			AL	073		
4090476	Sloss	sloss	US		0	America/Chicago	33.75205	-87.07833	122			AL	127		
4090493	Smelley	smelley	US		0	America/Chicago	33.334	-86.07719	295	Mount Vernon,Smelley		AL	121		
4090501	Smith (historical)	smith-historical	US		0	America/Chicago	34.37149	-87.71892	295			AL	059		
4090502	Smith Acres	smith-acres	US		0	America/Chicago	33.24151	-87.59973	52			AL	125		
4090574	Smith Crossroads (historical)	smith-crossroads-historical	US		0	America/Chicago	32.72596	-85.66107	213			AL	123		
4090583	Smith Highlands	smith-highlands	US		0	America/Chicago	33.389	-86.98472	156			AL	073		
4090584	Smith Hill	smith-hill	US		0	America/Chicago	33.12234	-87.10194	160			AL	007		
4090595	Smith Institute	smith-institute	US		0	America/Chicago	34.18509	-86.05053	319			AL	055		
4090627	Smith Shores	smith-shores	US		0	America/Chicago	34.36009	-86.34859	183			AL	095		
4090643	Smithport	smithport	US		0	America/Chicago	30.45936	-88.115	5			AL	097		
4090653	Smiths Chapel	smiths-chapel	US		0	America/Chicago	34.17648	-86.06553	320	Smiths Chapel,Smiths Chapel Crossroads		AL	055		
4090660	Smiths Bridge (historical)	smiths-bridge-historical	US		0	America/Chicago	34.15287	-85.98747	186			AL	055		
4090670	Smiths Mill	smiths-mill	US		0	America/Chicago	33.5601	-86.11997	147	Conchardee,Schmidts Mill,Smiths Mill		AL	121		
4090689	Smithson	smithson	US		0	America/Chicago	33.30983	-86.95249	169			AL	073		
4090691	Smithsonia	smithsonia	US		0	America/Chicago	34.79426	-87.8792	157	Cave Springs,Smithsonia		AL	077		
4090700	Smoke Rise	smoke-rise	US		1825	America/Chicago	33.89177	-86.82027	310			AL	009		
4090701	Smoke Rise	smoke-rise	US		0	America/Chicago	33.31345	-87.57084	104			AL	125		
4090704	Smiths Crossroads	smiths-crossroads	US		0	America/Chicago	33.96899	-85.88469	204			AL	055		
4090705	Smuteye	smuteye	US		0	America/Chicago	31.97793	-85.65022	142	Smut Eye,Smuteye		AL	011		
4090737	Snake Creek (historical)	snake-creek-historical	US		0	America/Chicago	34.60203	-85.72858	422			AL	049		
4090747	Snead	snead	US		843	America/Chicago	34.11954	-86.39554	242	Snead,Snead Crossroads		AL	009		
4090761	Snoddy	snoddy	US		0	America/Chicago	33.03874	-87.87557	83	Beulah,Snoddy		AL	063		
4090771	Snells Crossroads	snells-crossroads	US		0	America/Chicago	31.52572	-85.43605	135			AL	045		
4090780	Snow Terrace	snow-terrace	US		0	America/Chicago	33.20234	-87.59334	52			AL	125		
4090792	Snowdoun	snowdoun	US		0	America/Chicago	32.24153	-86.29636	86	Snowdoun,Snowdown		AL	101		
4090796	Snowtown	snowtown	US		0	America/Chicago	33.66316	-87.03833	98	Snowtown,Snowville		AL	073		
4090816	Socapatoy	socapatoy	US		0	America/Chicago	32.98651	-86.06719	228	Manning,Socapartoy,Socapatoy,Soccopotoy,Sockapatoy,Socopatoy,Sucapatova		AL	037		
4090824	Social Town	social-town	US		0	America/Chicago	31.71182	-86.1819	117			AL	041		
4090833	Soleo	soleo	US		0	America/Chicago	33.01373	-86.03525	231			AL	037		
4090844	Solomon Heights	solomon-heights	US		0	America/Chicago	31.23962	-85.42577	90			AL	069		
4090851	Sombrero Acres	sombrero-acres	US		0	America/Chicago	34.85148	-87.5728	161			AL	077		
4090861	Sommers South	sommers-south	US		0	America/Chicago	34.78009	-86.98473	219			AL	083		
4090862	Sommerville	sommerville	US		0	America/Chicago	33.19845	-87.58056	56			AL	125		
4090902	South Calera	south-calera	US		0	America/Chicago	33.07456	-86.74943	163			AL	117		
4090917	South Florence (historical)	south-florence-historical	US		0	America/Chicago	34.77648	-87.66808	151	South Florence,South Port		AL	033		
4090937	South Gadsden	south-gadsden	US		0	America/Chicago	34.00176	-86.04525	169			AL	055		
4090944	South Haleyville	south-haleyville	US		0	America/Chicago	34.21121	-87.63502	269			AL	093		
4090958	South Holt	south-holt	US		0	America/Chicago	33.2329	-87.48389	111			AL	125		
4090959	South Holt Highlands	south-holt-highlands	US		0	America/Chicago	33.22123	-87.48778	119			AL	125		
4090966	South Lowell	south-lowell	US		0	America/Chicago	33.91011	-87.26945	156			AL	127		
4090975	South Orchard	south-orchard	US		0	America/Chicago	30.46492	-88.15056	6	South Orchard,South Orchards		AL	097		
4090977	South Park Estates	south-park-estates	US		0	America/Chicago	34.62037	-86.57277	177			AL	089		
4090996	South Sauty Subdivision	south-sauty-subdivision	US		0	America/Chicago	34.53009	-86.09137	184			AL	071		
4090997	South Sheffield	south-sheffield	US		0	America/Chicago	34.74231	-87.70364	156			AL	033		
4091005	South Vestavia Hills	south-vestavia-hills	US		0	America/Chicago	33.42289	-86.78888	181			AL	073		
4091006	South Vinemont	south-vinemont	US		757	America/Chicago	34.23899	-86.86445	299			AL	043		
4091021	Southern (historical)	southern-historical	US		0	America/Chicago	34.47454	-86.52721	178			AL	095		
4091023	Southern Acres	southern-acres	US		0	America/Chicago	33.63732	-86.57582	243			AL	073		
4091026	Southern Estates	southern-estates	US		0	America/Chicago	31.0099	-87.47304	85			AL	053		
4091028	Southern Junction	southern-junction	US		0	America/Chicago	31.02935	-85.46993	52			AL	069		
4091029	Southern Meadows	southern-meadows	US		0	America/Chicago	32.33403	-86.31469	61			AL	101		
4091048	Southlawn	southlawn	US		0	America/Chicago	32.30431	-86.34302	58			AL	101		
4091051	Southlawn East	southlawn-east	US		0	America/Chicago	32.30625	-86.3333	62			AL	101		
4091055	Southpointe	southpointe	US		0	America/Chicago	33.32122	-86.88916	225			AL	117		
4091056	Southridge	southridge	US		0	America/Chicago	33.43927	-86.7911	281			AL	073		
4091057	Southridge	southridge	US		0	America/Chicago	30.62714	-88.18889	33			AL	097		
4091060	Southside Acres	southside-acres	US		0	America/Chicago	31.18907	-85.37243	97			AL	069		
4091109	Southview Manor	southview-manor	US		0	America/Chicago	34.78009	-86.98084	217			AL	083		
4091118	Southwood	southwood	US		0	America/Chicago	33.46983	-86.78249	226			AL	073		
4091119	Southwood	southwood	US		0	America/Chicago	33.17484	-87.54112	55			AL	125		
4091122	Souwilpa	souwilpa	US		0	America/Chicago	31.82016	-88.32919	38			AL	023		
4091146	Spanish Trace	spanish-trace	US		0	America/Chicago	30.82963	-88.12083	18			AL	097		
4091154	Spann Brothers Estates	spann-brothers-estates	US		0	America/Chicago	31.2224	-85.47493	88			AL	069		
4091167	Spaulding	spaulding	US		0	America/Chicago	33.46872	-86.84249	202	Spaulding,Spaulding Junction		AL	073		
4091169	Speake	speake	US		0	America/Chicago	34.41593	-87.16751	198	Hodges Store,Speake		AL	079		
4091178	Spears	spears	US		0	America/Chicago	31.1449	-85.98549	43			AL	061		
4091191	Speigner	speigner	US		0	America/Chicago	32.58402	-86.34469	87	Speigener,Speigner,Speigners Station,Spigners		AL	051		
4091220	Spencer Store	spencer-store	US		0	America/Chicago	34.91592	-87.0414	182	Spencer Store,Spencers Store		AL	083		
4091230	Spinks	spinks	US		0	America/Chicago	32.76207	-85.61912	196			AL	123		
4091234	Spio (historical)	spio-historical	US		0	America/Chicago	31.696	-85.42494	164			AL	005		
4091254	Spocari	spocari	US		0	America/Chicago	32.51791	-87.81362	31			AL	091		
4091423	Spring Hill Heights	spring-hill-heights	US		0	America/Chicago	32.63902	-85.42939	230			AL	081		
4091448	Spring Lake Estates	spring-lake-estates	US		0	America/Chicago	33.61899	-86.67388	227			AL	073		
4091457	Spring Valley Acres	spring-valley-acres	US		0	America/Chicago	31.17295	-85.4316	81			AL	069		
4091463	Spring Valley Estates	spring-valley-estates	US		0	America/Chicago	33.61399	-86.46582	219			AL	115		
4091468	Spring Villa	spring-villa	US		0	America/Chicago	32.58885	-85.31162	192			AL	081		
4091531	Springhill Lake	springhill-lake	US		0	America/Chicago	33.15568	-87.48639	125			AL	125		
4091541	Springs Junction	springs-junction	US		0	America/Chicago	33.11178	-86.6861	169			AL	117		
4091548	Springville Lake Estates	springville-lake-estates	US		0	America/Chicago	33.79149	-86.5161	224			AL	115		
4091552	Sprott	sprott	US		0	America/Chicago	32.6768	-87.22139	54			AL	105		
4091563	Spur (historical)	spur-historical	US		0	America/Chicago	32.5793	-86.66609	93			AL	001		
4091579	Stadium Place	stadium-place	US		0	America/Chicago	31.20851	-85.38188	94			AL	069		
4091582	Stag Run	stag-run	US		0	America/Chicago	34.78787	-86.61944	235			AL	089		
4091583	Stage Coach Woods	stage-coach-woods	US		0	America/Chicago	31.01824	-88.08056	65			AL	097		
4091585	Stacks Hill (historical)	stacks-hill-historical	US		0	America/Chicago	33.10429	-87.09944	123	Stack's Hill,Stacks Hill (historical)		AL	007		
4091597	Stamp	stamp	US		0	America/Chicago	34.58786	-85.72608	405			AL	049		
4091611	Standing Rock	standing-rock	US		168	America/Chicago	33.07984	-85.253	242			AL	017		
4091615	Standridge	standridge	US		0	America/Chicago	33.21456	-87.49306	107			AL	125		
4091617	Stanfield (historical)	stanfield-historical	US		0	America/Chicago	34.0126	-86.16803	203	Stanfiel,Stanfield (historical)		AL	055		
4091630	Stanley Crossroads	stanley-crossroads	US		0	America/Chicago	31.13462	-87.34026	96	Magnolia,Stanley Crossroads,Stanleys Crossroads		AL	053		
4091634	Stansel	stansel	US		0	America/Chicago	33.31956	-88.04558	68			AL	107		
4091659	Star Hill	star-hill	US		0	America/Chicago	31.91266	-85.63161	153			AL	005		
4091663	Star Point Subdivision	star-point-subdivision	US		0	America/Chicago	34.43703	-86.21665	192			AL	095		
4091671	Starkville (historical)	starkville-historical	US		0	America/Chicago	34.38814	-85.49218	204			AL	019		
4091683	Starlington	starlington	US		0	America/Chicago	31.67488	-86.82525	105	Starling,Starlington		AL	013		
4091733	Stave Creek	stave-creek	US		0	America/Chicago	31.55572	-87.93889	60			AL	025		
4091742	Stavo	stavo	US		0	America/Chicago	32.1046	-85.72495	140			AL	011		
4091765	Steele Crossing	steele-crossing	US		0	America/Chicago	34.97814	-86.41055	272			AL	089		
4091783	Steenson Hollow	steenson-hollow	US		0	America/Chicago	34.78592	-87.61142	157	Steenson Hollow,Stinsons Hollow		AL	033		
4091787	Steelwood	steelwood	US		0	America/Chicago	30.71575	-87.78471	66			AL	003		
4091789	Steep Creek	steep-creek	US		0	America/Chicago	32.15375	-86.47914	92			AL	085		
4091797	Steiner	steiner	US		0	America/Chicago	32.35042	-86.2608	79			AL	101		
4091804	Stemley	stemley	US		0	America/Chicago	33.51844	-86.22248	156	Stemley,Stemleyton,Stemly		AL	121		
4091807	Stemley Cove	stemley-cove	US		0	America/Chicago	33.52788	-86.23192	158			AL	115		
4091809	Stems	stems	US		0	America/Chicago	33.13123	-86.75554	176			AL	117		
4091832	Stephenson Crossing	stephenson-crossing	US		0	America/Chicago	33.69872	-87.41612	94			AL	127		
4091834	Steppville	steppville	US		0	America/Chicago	34.06538	-86.73889	193			AL	043		
4091836	Sterling (historical)	sterling-historical	US		0	America/Chicago	34.24315	-85.50607	197			AL	019		
4091905	Stewart Settlement	stewart-settlement	US		0	America/Chicago	33.07318	-87.25055	132	Cedar Grove,Stewart Settlement		AL	007		
4091912	Stewarts Crossroads	stewarts-crossroads	US		0	America/Chicago	33.54066	-86.45748	174			AL	115		
4091917	Stewarts	stewarts	US		0	America/Chicago	33.61871	-86.31581	165			AL	115		
4091940	Still Waters	still-waters	US		0	America/Chicago	32.74513	-85.80746	183			AL	123		
4091959	Stills Crossroads	stills-crossroads	US		0	America/Chicago	31.99738	-85.89301	142	Richland,Stills Cross Road,Stills Crossroads		AL	109		
4091969	Stinson	stinson	US		0	America/Chicago	34.02094	-87.90781	150			AL	093		
4092022	Stonebridge Estates	stonebridge-estates	US		0	America/Chicago	31.21684	-85.42354	91			AL	069		
4092023	Stonebrook Park	stonebrook-park	US		0	America/Chicago	33.40122	-86.83721	257			AL	073		
4092024	Stonegate	stonegate	US		0	America/Chicago	32.58569	-85.50995	182			AL	081		
4092025	Stonehedge	stonehedge	US		0	America/Chicago	33.61121	-86.65943	279			AL	073		
4092026	Stonehedge	stonehedge	US		0	America/Chicago	33.35845	-87.57501	81			AL	125		
4092027	Stonehedge Cliffs	stonehedge-cliffs	US		0	America/Chicago	33.3515	-87.58501	78			AL	125		
4092029	Stoneridge	stoneridge	US		0	America/Chicago	33.53455	-86.6861	317			AL	073		
4092030	Stones	stones	US		0	America/Chicago	32.33736	-86.42081	51	Stones,Stones Station		AL	101		
4092043	Stoney Point	stoney-point	US		0	America/Chicago	32.59097	-86.4322	154	Rays Hill,Rayshill,Stoney Point		AL	001		
4092044	Stoney Point (historical)	stoney-point-historical	US		0	America/Chicago	34.89731	-87.69253	170	Stoney Point (historical),Stony Point		AL	077		
4092060	Stough	stough	US		0	America/Chicago	33.69566	-87.74446	120	Sardis,Stough		AL	057		
4092078	Stowers Hill	stowers-hill	US		0	America/Chicago	34.01399	-86.10692	175			AL	055		
4092111	Strata	strata	US		0	America/Chicago	32.03459	-86.29413	110	Strata,Strato		AL	101		
4092116	Straight Mountain	straight-mountain	US		0	America/Chicago	33.87649	-86.39443	348	Straight Mountain,Streight Mountain		AL	009		
4092118	Straven	straven	US		0	America/Chicago	33.21956	-86.88971	156	Birmont,Straven,Stravon		AL	117		
4092127	Street (historical)	street-historical	US		0	America/Chicago	34.27843	-86.32609	299			AL	095		
4092145	Strickland Crossroads	strickland-crossroads	US		0	America/Chicago	33.0629	-86.38609	196			AL	037		
4092191	Studdards Crossroads	studdards-crossroads	US		0	America/Chicago	33.80844	-87.58751	156			AL	057		
4091707	State Line	state-line	US	17263	0	America/Chicago	31.00102	-85.40382	51			AL	069		
4092207	Stutts (historical)	stutts-historical	US		0	America/Chicago	34.93008	-87.51169	234			AL	077		
4092216	Suburban Heights	suburban-heights	US		0	America/Chicago	30.59686	-88.175	36			AL	097		
4092219	Sublett Mill	sublett-mill	US		0	America/Chicago	34.69898	-86.4186	183			AL	089		
4092229	Sueann	sueann	US		0	America/Chicago	33.77038	-86.67027	196			AL	073		
4092230	Sugar (historical)	sugar-historical	US		0	America/Chicago	34.99814	-87.21835	259	Cotton Gin,Sugar (historical)		AL	077		
4092236	Sugar Creek	sugar-creek	US		0	America/Chicago	33.93899	-86.67999	130			AL	009		
4092242	Sugar Creek	sugar-creek	US		0	America/Chicago	30.66269	-88.19667	50			AL	097		
4092259	Sugarville	sugarville	US		0	America/Chicago	32.53208	-87.44028	71			AL	105		
4092263	Suggsville	suggsville	US		0	America/Chicago	31.5896	-87.69305	116	Old Suggsville,Suggsville		AL	025		
4092280	Sullivan Crossroads	sullivan-crossroads	US		0	America/Chicago	34.90036	-87.80086	186	Sullivan Crossroads,Sullivans Crossroads		AL	077		
4092281	Sullivan Heights	sullivan-heights	US		0	America/Chicago	31.24879	-85.42021	96			AL	069		
4092290	Sulpher Springs	sulpher-springs	US		0	America/Chicago	33.91538	-86.86472	136	Sapp Crossroads,Sapps Cross Roads,Sulpher Springs		AL	009		
4092299	Sulphur Spring	sulphur-spring	US		0	America/Chicago	33.11567	-86.44359	128			AL	121		
4092337	Sumiton Trailer Park	sumiton-trailer-park	US		0	America/Chicago	33.76233	-87.04055	148			AL	127		
4092338	Summer Bluff	summer-bluff	US		0	America/Chicago	34.95925	-85.7672	458			AL	071		
4092339	Summer Estates	summer-estates	US		0	America/Chicago	34.21204	-85.57635	180			AL	019		
4092378	Summit Farm	summit-farm	US		0	America/Chicago	33.30122	-86.98333	175			AL	073		
4092379	Summit Place	summit-place	US		0	America/Chicago	34.74037	-86.64305	236			AL	089		
4092416	Suncrest	suncrest	US		0	America/Chicago	34.88842	-87.68475	197			AL	077		
4092430	Sunlight	sunlight	US		0	America/Chicago	33.92705	-87.21028	168			AL	127		
4092436	Sunny Cove	sunny-cove	US		0	America/Chicago	30.48408	-88.10083	2			AL	097		
4092443	Sunny Home	sunny-home	US		0	America/Chicago	34.08427	-87.69919	221			AL	093		
4092445	Sunny Level	sunny-level	US		0	America/Chicago	32.97984	-85.92996	207			AL	123		
4092450	Sunny South	sunny-south	US		0	America/Chicago	31.96487	-87.64	50			AL	131		
4092452	Sunnymeadows	sunnymeadows	US		0	America/Chicago	33.38455	-86.71249	172			AL	117		
4092463	Sunrise	sunrise	US		0	America/Chicago	33.16484	-86.23247	188			AL	121		
4092465	Sunrise East	sunrise-east	US		0	America/Chicago	33.61121	-86.72082	238			AL	073		
4092466	Sunrise Shores	sunrise-shores	US		0	America/Chicago	34.32204	-86.32915	186			AL	095		
4092467	Sunset (historical)	sunset-historical	US		0	America/Chicago	34.93314	-86.0772	539			AL	071		
4092468	Sunset Acres	sunset-acres	US		0	America/Chicago	34.31926	-86.51388	330			AL	095		
4092469	Sunset Cove	sunset-cove	US		0	America/Chicago	34.64454	-86.5286	200			AL	089		
4092478	Sunset Mill Village	sunset-mill-village	US		0	America/Chicago	32.4043	-87.0511	40			AL	047		
4092479	Sunset Mountain	sunset-mountain	US		0	America/Chicago	33.55844	-86.90694	184			AL	073		
4092480	Sunset Mountain Mobile Home Park	sunset-mountain-mobile-home-park	US		0	America/Chicago	31.83599	-85.99356	134			AL	109		
4092481	Sunset Park Estates	sunset-park-estates	US		0	America/Chicago	32.40792	-86.28719	72			AL	101		
4092482	Sunset Ranch	sunset-ranch	US		0	America/Chicago	30.63214	-88.14083	15			AL	097		
4092486	Sunshine Acres	sunshine-acres	US		0	America/Chicago	32.32097	-86.29497	56			AL	101		
4092492	Sunshine Village	sunshine-village	US		0	America/Chicago	32.39597	-86.20886	64			AL	101		
4092496	Surginer	surginer	US		0	America/Chicago	32.05543	-87.70917	80	Surginer,Thomsondale		AL	091		
4092499	Surrey Hill	surrey-hill	US		0	America/Chicago	33.45122	-86.76638	225			AL	073		
4092506	Suspension	suspension	US		0	America/Chicago	32.19654	-85.588	127			AL	011		
4092508	Suttle	suttle	US		0	America/Chicago	32.53624	-87.17972	45	Felix,Suttle		AL	105		
4092518	Sutton Place	sutton-place	US		0	America/Chicago	33.15984	-87.53112	90			AL	125		
4092522	Swagg	swagg	US		0	America/Chicago	33.37456	-85.54801	337	Swag,Swagg		AL	111		
4092523	Swaim	swaim	US		0	America/Chicago	34.86953	-86.19832	203			AL	071		
4092539	Swancott	swancott	US		0	America/Chicago	34.59731	-86.78861	179			AL	083		
4092551	Swearengin	swearengin	US		0	America/Chicago	34.56342	-86.19026	410			AL	095		
4092557	Sweet Gum	sweet-gum	US		0	America/Chicago	34.97814	-87.41835	229			AL	077		
4092681	Sylvan	sylvan	US		0	America/Chicago	33.0729	-87.69862	81			AL	125		
4092689	Sylvan Springs	sylvan-springs	US		1524	America/Chicago	33.51566	-87.01499	202			AL	073		
4092718	Tabernacle	tabernacle	US		0	America/Chicago	32.85707	-87.0011	179			AL	007		
4092719	Tabernacle	tabernacle	US		0	America/Chicago	31.45128	-85.87133	133	Tabanacle,Tabernacle		AL	031		
4092720	Tabernacle	tabernacle	US		0	America/Chicago	31.18184	-85.46827	98			AL	069		
4092756	Tacoa	tacoa	US		0	America/Chicago	33.30206	-86.85416	129			AL	117		
4092759	Tacon	tacon	US		0	America/Chicago	30.68797	-88.10472	9			AL	097		
4092774	Taits Gap	taits-gap	US		0	America/Chicago	33.96482	-86.39943	332			AL	009		
4092779	Talasse (historical)	talasse-historical	US		0	America/Chicago	32.48208	-85.85551	62	Big Talassee,Big Tallasees,Big Tallassee,Halfway House,Old Tal-e-see,Tal-e-see,Tal-la-se,Talasse (historical),Tallassee,Taulasse Viejo		AL	087		
4092817	Talladega Springs	talladega-springs	US		163	America/Chicago	33.12151	-86.44331	131	Mineral Springs,Sulphur Springs,Talladega Springs,White Sulphur Springs		AL	121		
4092826	Tallapoosa City	tallapoosa-city	US		0	America/Chicago	32.55152	-85.84857	105			AL	123		
4092834	Tallaseehatchee	tallaseehatchee	US		0	America/Chicago	33.26678	-86.24164	150			AL	121		
4092835	Tallaseehatchee (historical)	tallaseehatchee-historical	US		0	America/Chicago	33.78232	-85.90913	164	Talasahatchie,Talasee Hatchee,Talasihatchie,Talishatchie,Tallahassihatchie,Tallaseehatchee (historical),Tallasehatchee,Tallasehatchee Town,Tallashatchee,Tallishatchee,Tallishatchee Town,Tallishatchie,Tallushaches,Tallushatchee,Tallustiatehes,Tatlushatchee,Tullushatohee		AL	015		
4092838	Tallahatta Springs	tallahatta-springs	US		0	America/Chicago	31.9096	-87.87667	61	Lowder Springs,Tallahatta Springs		AL	025		
4092865	Talley (historical)	talley-historical	US		0	America/Chicago	34.51953	-85.98137	377			AL	071		
4092878	Talucah	talucah	US		0	America/Chicago	34.5562	-86.70083	183	Talucah,Talucan		AL	103		
4092881	Tangle Creek	tangle-creek	US		0	America/Chicago	33.44316	-86.76527	200			AL	073		
4092882	Tanglewood	tanglewood	US		0	America/Chicago	32.5768	-85.46967	177			AL	081		
4092883	Tanglewood	tanglewood	US		0	America/Chicago	34.4912	-86.19609	201			AL	095		
4092887	Tanglewood	tanglewood	US		0	America/Chicago	33.4365	-86.77499	177			AL	073		
4092888	Tannahill Estates	tannahill-estates	US		0	America/Chicago	34.68704	-86.56249	228			AL	089		
4092889	Tannehill	tannehill	US		0	America/Chicago	33.26039	-87.07999	141			AL	125		
4092894	Tannehill Valley Estates	tannehill-valley-estates	US		0	America/Chicago	33.28011	-87.05222	159			AL	073		
4092903	Tanner Crossroads	tanner-crossroads	US		0	America/Chicago	34.7312	-86.95501	200			AL	083		
4092905	Tanner Heights	tanner-heights	US		0	America/Chicago	34.42232	-86.93139	189			AL	103		
4092913	Tanner Williams	tanner-williams	US		0	America/Chicago	30.72408	-88.37001	55			AL	097		
4092922	Tanyard	tanyard	US		0	America/Chicago	31.88877	-85.70411	153			AL	011		
4092924	Tanyard	tanyard	US		0	America/Chicago	33.63566	-86.3247	171			AL	115		
4092961	Tara	tara	US		0	America/Chicago	34.63342	-86.53249	193			AL	089		
4092970	Tarrant	tarrant	US		6210	America/Chicago	33.58344	-86.77277	166	Tarant,Tarrant,Tarrant City,Tarrent,ta lan te,tarant  alabama,tarnt,tarryanta,Тарант,Таррент,تارانت، آلاباما,تارنت,टर्र्यान्ट,塔兰特		AL	073		
4092979	Tarrant Garden Estates	tarrant-garden-estates	US		0	America/Chicago	33.58455	-86.75443	219			AL	073		
4092980	Tarrant Heights	tarrant-heights	US		0	America/Chicago	33.59566	-86.75693	186			AL	073		
4092985	Tarsus (historical)	tarsus-historical	US		0	America/Chicago	33.62233	-85.95608	220			AL	015		
4092989	Tarsus	tarsus	US		0	America/Chicago	33.63649	-85.91108	215			AL	015		
4092990	Tarwater	tarwater	US		0	America/Chicago	32.56291	-86.18886	72			AL	051		
4092992	Tuskugu	tuskugu	US		0	America/Chicago	32.5043	-86.25414	50	Jascag,Jascage,Jaskegis,Jaskigis,Jasquijis,Joskage,Les Taskaque,Tae-keo-ge,Takiki,Taskegee,Taskigi,Taskikis,Tasquilki,Tasquiqui,Tastekis,Tiscugas,Tooses,Touzas,Tus-ke-gee,Tuskeegee,Tuskeegies,Tuskeego,Tuskegees,Tuskiki,Tuskogee,Tuskugu		AL	051		
4092995	Tasso	tasso	US		0	America/Chicago	32.21736	-87.19666	64	Moseleys Grove,Tasso		AL	047		
4093039	Tattlersville	tattlersville	US		0	America/Chicago	31.71266	-88.0564	56			AL	025		
4093044	Tayloe	tayloe	US		0	America/Chicago	32.44819	-87.43806	58	Tayloe,Tayloe's		AL	105		
4093074	Taylor Circle	taylor-circle	US		0	America/Chicago	33.18679	-87.61751	45			AL	125		
4093117	Taylors Mill	taylors-mill	US		0	America/Chicago	33.26122	-86.07914	377	Cragdale Mill,Taylors Mill		AL	121		
4093126	Taylorville Heights	taylorville-heights	US		0	America/Chicago	33.14318	-87.54584	85			AL	125		
4093128	Taylorwood Estates	taylorwood-estates	US		0	America/Chicago	33.12762	-87.51862	111			AL	125		
4093130	Taylors Crossroads	taylors-crossroads	US		0	America/Chicago	33.22595	-85.3605	331			AL	111		
4093134	Teals Crossroads	teals-crossroads	US		0	America/Chicago	31.641	-85.56855	145			AL	005		
4093135	Teasleys Mill	teasleys-mill	US		0	America/Chicago	32.15431	-86.11135	83	Pugh,Teasleys Mill		AL	101		
4093137	Tecumseh Furnace	tecumseh-furnace	US		0	America/Chicago	33.98093	-85.42468	282			AL	019		
4093192	Telmar Subdivision	telmar-subdivision	US		0	America/Chicago	33.30289	-87.56445	87			AL	125		
4093194	Ten Broeck	ten-broeck	US		0	America/Chicago	34.41787	-85.98692	362	Ten Broeck,Tenbroeck		AL	049		
4093195	Ten Cedars Estates	ten-cedars-estates	US		0	America/Chicago	32.66207	-86.24747	126			AL	051		
4093198	Ten Islands	ten-islands	US		0	America/Chicago	33.80288	-86.03664	177			AL	015		
4093205	Tennala	tennala	US		0	America/Chicago	34.09788	-85.67441	172	Hana,Tennala		AL	019		
4093206	Tennant	tennant	US		0	America/Chicago	33.26817	-85.4569	323	Tenant,Tennant		AL	111		
4093220	Tensaw	tensaw	US		0	America/Chicago	31.15684	-87.79916	43	Ta-en-sau,Tensaw		AL	003		
4093233	Terrace Acres	terrace-acres	US		0	America/Chicago	32.59291	-85.46134	201			AL	081		
4093234	Terrace Heights	terrace-heights	US		0	America/Chicago	34.20177	-86.86806	299			AL	043		
4093236	Terrace View	terrace-view	US		0	America/Chicago	34.89175	-87.68503	198			AL	077		
4093238	Terese	terese	US		0	America/Chicago	31.80488	-85.16382	82	Lamars Store,Terese		AL	005		
4093263	Terri Wood	terri-wood	US		0	America/Chicago	33.19234	-87.53667	62			AL	125		
4093268	Terry Crossroads	terry-crossroads	US		0	America/Chicago	31.10657	-85.28632	74			AL	069		
4093269	Terry Heights	terry-heights	US		0	America/Chicago	34.66231	-87.28724	177			AL	079		
4093270	Terry Heights	terry-heights	US		0	America/Chicago	34.73259	-86.60416	192			AL	089		
4093275	Terrytown	terrytown	US		0	America/Chicago	34.62481	-87.34419	178			AL	079		
4093278	Tessner	tessner	US		0	America/Chicago	34.25426	-87.78947	290	Lunsford,Tesener,Tessner		AL	093		
4093279	Tew	tew	US		0	America/Chicago	31.641	-85.44188	115			AL	005		
4093284	Texas	texas	US		0	America/Chicago	33.92983	-87.67863	128			AL	093		
4093290	Texasville	texasville	US		0	America/Chicago	31.71517	-85.42438	155	Alston,Texasville		AL	005		
4093293	Thach	thach	US		0	America/Chicago	34.91981	-86.89278	256	Thach,Thatch		AL	083		
4093294	Thach	thach	US		0	America/Chicago	33.97372	-87.34723	208			AL	127		
4093304	Tharin	tharin	US		0	America/Chicago	32.20459	-86.28386	72	Tharin,Thorin		AL	101		
4093306	Tharptown	tharptown	US		0	America/Chicago	34.52232	-87.62864	209	Tharp,Tharptown		AL	059		
4093321	The Bottle	the-bottle	US		0	America/Chicago	32.67624	-85.48634	232	Bottle,The Bottle		AL	081		
4093322	The Brick Store	the-brick-store	US		0	America/Chicago	33.56455	-86.01525	159	Brickstore,Conners Store,Elston Place,Elstons Brick Store,Fife,Montgomery,Old Brick Store,Simmons Mill,Taylor Mill,The Brick Store		AL	121		
4093324	The Cedars	the-cedars	US		0	America/Chicago	34.83564	-87.65947	182			AL	077		
4093342	The Downs	the-downs	US		0	America/Chicago	33.1904	-87.54751	64			AL	125		
4093343	The Drifttracks	the-drifttracks	US		0	America/Chicago	33.53705	-86.87527	192			AL	073		
4093349	The Glens	the-glens	US		0	America/Chicago	33.18067	-87.58445	47			AL	125		
4093353	The Highlands	the-highlands	US		0	America/Chicago	34.04899	-86.01858	233			AL	055		
4093354	The Highlands	the-highlands	US		0	America/Chicago	34.75676	-86.63388	213			AL	089		
4093355	The Highlands	the-highlands	US		0	America/Chicago	33.20429	-87.52112	83	Castle Hill,The Highlands		AL	125		
4093364	The Meadows	the-meadows	US		0	America/Chicago	31.21184	-85.39938	93			AL	069		
4093365	The Moon	the-moon	US		0	America/Chicago	33.15845	-86.23858	188			AL	121		
4093377	The Staffords	the-staffords	US		0	America/Chicago	33.17734	-87.48695	107			AL	125		
4093383	The Village	the-village	US		0	America/Chicago	32.4418	-87.49528	86			AL	105		
4093387	The Vineyards	the-vineyards	US		0	America/Chicago	33.24345	-87.54167	71			AL	125		
4093391	The Woodlands	the-woodlands	US		0	America/Chicago	34.81842	-86.50555	226			AL	089		
4093394	Theba	theba	US		0	America/Chicago	31.55572	-86.30357	88	Hudson,Theba		AL	041		
4093396	Theo	theo	US		0	America/Chicago	32.72235	-87.18889	61			AL	105		
4093405	Thermal (historical)	thermal-historical	US		0	America/Chicago	33.81399	-86.72583	158			AL	073		
4093420	Thirtynine (historical)	thirtynine-historical	US		0	America/Chicago	34.46287	-86.01137	360			AL	049		
4093424	Thomas Acres	thomas-acres	US		0	America/Chicago	33.37956	-86.98083	182			AL	073		
4093446	Thomas Crossroad	thomas-crossroad	US		0	America/Chicago	31.77654	-86.12857	130			AL	109		
4093452	Thomas Hill	thomas-hill	US		0	America/Chicago	33.184	-86.27747	190			AL	121		
4093465	Thomas Mill	thomas-mill	US		0	America/Chicago	32.97373	-86.95832	122			AL	007		
4093475	Thomas Place	thomas-place	US		0	America/Chicago	34.3201	-86.99306	337			AL	103		
4093584	Thornhill	thornhill	US		0	America/Chicago	34.15788	-87.66725	252	Thorn Hill,Thornhill		AL	093		
4093585	Thornhill	thornhill	US		0	America/Chicago	33.40263	-86.14226	165			AL	121		
4093586	Thornhill	thornhill	US		0	America/Chicago	33.42733	-86.75249	207			AL	073		
4093615	Thornton Springs	thornton-springs	US		0	America/Chicago	31.9021	-88.21613	60			AL	023		
4093618	Thorntontown	thorntontown	US		0	America/Chicago	34.83953	-87.35558	207			AL	077		
4093640	Thrasher Crossroads	thrasher-crossroads	US		0	America/Chicago	34.27898	-86.48138	311			AL	043		
4093656	Three Branches Estates	three-branches-estates	US		0	America/Chicago	33.24789	-87.44611	101			AL	125		
4093657	Three Notch	three-notch	US		0	America/Chicago	32.10626	-85.57911	150	Three Notch,Threenotch		AL	011		
4093680	Threet	threet	US		0	America/Chicago	34.95064	-87.82892	196	Russell Cross Roads,Russell Crossroads,Threet,Threets,Threets Crossroads		AL	077		
4093710	Tidwell	tidwell	US		0	America/Chicago	31.24295	-85.41049	96			AL	069		
4093743	Tiller Crossroads	tiller-crossroads	US		0	America/Chicago	32.98985	-85.57218	209	Tiller Crossroads,Tillers Cross Roads		AL	017		
4093747	Tillery Crossroad	tillery-crossroad	US		0	America/Chicago	32.69374	-85.19605	194	Tillery Crossroad,Tillery Crossroads		AL	081		
4093753	Tillmans Corner	tillmans-corner	US		17398	America/Chicago	30.59019	-88.17084	25	Three Notches,Tillmans Corner		AL	097		
4093760	Timber Ridge	timber-ridge	US		0	America/Chicago	33.42511	-86.76693	183			AL	073		
4093761	Timbercrest	timbercrest	US		0	America/Chicago	33.3515	-86.8661	214			AL	073		
4093764	Timberlane	timberlane	US		0	America/Chicago	33.16484	-87.51167	72			AL	125		
4093765	Timbers	timbers	US		0	America/Chicago	30.67047	-88.1875	55			AL	097		
4093766	Timbers	timbers	US		0	America/Chicago	32.39736	-86.23858	66			AL	101		
4093768	Timberlane	timberlane	US		0	America/Chicago	32.34125	-86.10774	79			AL	101		
4093771	Timmons Springs (historical)	timmons-springs-historical	US		0	America/Chicago	33.75565	-86.01025	159			AL	015		
4093781	Tinela	tinela	US		0	America/Chicago	31.80849	-87.39721	64			AL	099		
4093792	Tishabee	tishabee	US		0	America/Chicago	32.63763	-87.99863	43	Garretts Shop,Tishabee		AL	063		
4093797	Tito	tito	US		0	America/Chicago	32.08154	-85.73884	134			AL	011		
4093804	Toadvine	toadvine	US		0	America/Chicago	33.49955	-87.15555	115	Smithville,Toad Vines,Toadvine		AL	073		
4093807	Todd Acres	todd-acres	US		0	America/Chicago	30.57936	-88.13472	4			AL	097		
4093817	Toddtown	toddtown	US		0	America/Chicago	31.61877	-87.87667	80			AL	025		
4093820	Toinette	toinette	US		0	America/Chicago	31.33961	-88.00833	9	Nona,Slades Station,Toinette		AL	129		
4093823	Tohopeka	tohopeka	US		0	America/Chicago	32.95568	-85.76051	214			AL	123		
4093837	Tombigbee (historical)	tombigbee-historical	US		0	America/Chicago	32.40819	-87.66667	67	Tom Beckby,Tombeckbee,Tombigbee (historical),Tombigby		AL	091		
4093867	Tooktocaugee (historical)	tooktocaugee-historical	US		0	America/Chicago	33.69316	-85.69857	212	Tooktocauga,Tooktocaugee (historical)		AL	015		
4093872	Toonersville	toonersville	US		0	America/Chicago	34.86314	-87.3378	213	Bethel,Mount Bethel,Toonersville,Toonerville		AL	077		
4093886	Toulminville	toulminville	US		0	America/Chicago	30.7188	-88.09083	9			AL	097		
4093929	Town and Country	town-and-country	US		0	America/Chicago	32.62486	-85.45856	222			AL	081		
4093930	Town and Country Estates	town-and-country-estates	US		0	America/Chicago	31.76877	-86.00551	150			AL	109		
4093950	Townsend Crossroads	townsend-crossroads	US		0	America/Chicago	34.64953	-85.66302	457	Poplar Springs Crossroads,Townsend Crossroads		AL	049		
4093960	Trade Winds Trailer Park	trade-winds-trailer-park	US		0	America/Chicago	30.26298	-88.11528	1			AL	097		
4093969	Trammel Crossroads	trammel-crossroads	US		0	America/Chicago	32.97124	-85.53523	236			AL	017		
4093975	Trapptown	trapptown	US		0	America/Chicago	34.37149	-87.61836	305			AL	059		
4093984	Travis Bridge	travis-bridge	US		0	America/Chicago	31.45433	-86.78886	60			AL	035		
4093999	Trawick Road Estates	trawick-road-estates	US		0	America/Chicago	31.19684	-85.46243	86			AL	069		
4094003	Tredegar	tredegar	US		0	America/Chicago	33.8526	-85.77358	185	Tredegar,Tredegar Junction		AL	015		
4094011	Trenholm Heights	trenholm-heights	US		0	America/Chicago	34.72453	-87.69586	145			AL	033		
4094025	Triana	triana	US		525	America/Chicago	34.5862	-86.73333	190			AL	089		
4094038	Trickem	trickem	US		0	America/Chicago	33.55622	-85.41106	323			AL	029		
4094039	Trickem	trickem	US		0	America/Chicago	32.27347	-86.74693	64	Churchhill,Trickem		AL	085		
4094124	Trio	trio	US		0	America/Chicago	32.91235	-87.02472	105	Sandy,Trio		AL	007		
4094144	Trojan Terrace	trojan-terrace	US		0	America/Chicago	31.82516	-85.97495	169			AL	109		
4094149	Trotwood Park	trotwood-park	US		0	America/Chicago	33.56566	-86.73554	193			AL	073		
4094164	Troy (historical)	troy-historical	US		0	America/Chicago	32.36792	-88.04252	44			AL	119		
4094194	Truett	truett	US		0	America/Chicago	33.09706	-85.59523	264			AL	123		
4094215	Trussville Manor	trussville-manor	US		0	America/Chicago	33.60288	-86.61665	253			AL	073		
4094239	Tuckahoe Heights	tuckahoe-heights	US		0	America/Chicago	34.06982	-86.02025	306			AL	055		
4094242	Tucker (historical)	tucker-historical	US		0	America/Chicago	34.30843	-85.71858	342			AL	049		
4094258	Tucker Crossroads	tucker-crossroads	US		0	America/Chicago	34.1351	-85.57191	177	Peeks Crossroads,Tucker Crossroads		AL	019		
4094268	Tucktown	tucktown	US		0	America/Chicago	33.46316	-86.15692	201			AL	121		
4094275	Tullis	tullis	US		0	America/Chicago	31.88738	-85.18771	66			AL	005		
4094277	Tulse	tulse	US		0	America/Chicago	33.24511	-86.90277	153			AL	117		
4094278	Tumbleton	tumbleton	US		0	America/Chicago	31.40656	-85.2566	110			AL	067		
4094292	Tunnel Springs	tunnel-springs	US		0	America/Chicago	31.64266	-87.23999	99	Easts Store,Kempsville,Kempville,Long Street,Tunnel Springs		AL	099		
4094300	Turkey Branch	turkey-branch	US		0	America/Chicago	30.42186	-87.83638	7			AL	003		
4094302	Turkestan (historical)	turkestan-historical	US		0	America/Chicago	31.77682	-87.15499	83	New Turkestan,Turkestan (historical)		AL	099		
4094369	Turkey Town (historical)	turkey-town-historical	US		0	America/Chicago	34.13621	-85.69163	166			AL	019		
4094374	Turkeytown	turkeytown	US		0	America/Chicago	34.09315	-85.8983	167	Turkey,Turkey Town,Turkeye,Turkeys Town,Turkeytown		AL	055		
4094383	Turnbull	turnbull	US		0	America/Chicago	31.71488	-87.13193	79			AL	099		
4094385	Turnbough Town	turnbough-town	US		0	America/Chicago	33.67455	-86.46971	243			AL	115		
4094403	Turner Chapel	turner-chapel	US		0	America/Chicago	34.76203	-87.02807	211			AL	083		
4094410	Turner Crossroads	turner-crossroads	US		0	America/Chicago	31.31239	-85.97411	104			AL	031		
4094429	Turney Crossroads	turney-crossroads	US		0	America/Chicago	34.44648	-86.78389	185			AL	103		
4094510	Tutwiler Farm	tutwiler-farm	US		0	America/Chicago	33.61538	-86.62888	238			AL	073		
4094516	Tuxedo Heights	tuxedo-heights	US		0	America/Chicago	33.52761	-86.87666	170			AL	073		
4094541	Twin Bridge	twin-bridge	US		0	America/Chicago	33.45344	-86.76804	229			AL	073		
4094543	Twin Creeks	twin-creeks	US		0	America/Chicago	32.55764	-85.45967	158			AL	081		
4094545	Twin Gates Estates	twin-gates-estates	US		0	America/Chicago	32.31208	-86.38192	53			AL	101		
4094547	Twin Lake Estates	twin-lake-estates	US		0	America/Chicago	33.62232	-86.46665	220			AL	115		
4094553	Twin Manor	twin-manor	US		0	America/Chicago	33.22734	-87.58334	69			AL	125		
4094583	Tyler Crossroads	tyler-crossroads	US		0	America/Chicago	31.70322	-85.52661	142	Tippins Store,Tyler Crossroads		AL	005		
4094588	Tyson	tyson	US		0	America/Chicago	32.18681	-86.43942	74	Gilmers,Morganville,Tyson		AL	085		
4094590	Tysonville	tysonville	US		0	America/Chicago	32.40042	-85.99857	61	Cubahatchee,Cubahatchie,Tysonville		AL	087		
4094597	Uchee	uchee	US		0	America/Chicago	32.3507	-85.36467	165	Spains Stand,Uchee		AL	113		
4094607	Uchi (historical)	uchi-historical	US		0	America/Chicago	32.29517	-84.93564	65	Uche,Uchee,Yuchi		AL	113		
4094613	Uhland	uhland	US		0	America/Chicago	32.42625	-85.28661	131			AL	113		
4094632	Underwood Estates	underwood-estates	US		0	America/Chicago	34.86231	-87.69308	192			AL	077		
4094634	Underwood Heights	underwood-heights	US		0	America/Chicago	34.62648	-87.74448	229			AL	033		
4094649	Uniform	uniform	US		0	America/Chicago	31.34934	-88.23445	44	Tiger,Uniform		AL	129		
4094724	Union Chapel	union-chapel	US		0	America/Chicago	33.81677	-87.17778	133			AL	127		
4094793	Union Crossroads	union-crossroads	US		0	America/Chicago	32.57097	-85.41161	185			AL	081		
4094949	Underwood Crossroads	underwood-crossroads	US		0	America/Chicago	34.75648	-87.52919	186	Alexander Cross Roads,Alexander Crossroads,Underwood Crossroads		AL	033		
4094956	Union Park	union-park	US		0	America/Chicago	34.74342	-86.62333	202			AL	089		
4095064	University Estates	university-estates	US		0	America/Chicago	32.59763	-85.45412	189			AL	081		
4095069	University Lane	university-lane	US		0	America/Chicago	33.17956	-87.54862	56			AL	125		
4095072	University Manor	university-manor	US		0	America/Chicago	33.18262	-87.54251	53			AL	125		
4095124	Upper Coalburg	upper-coalburg	US		0	America/Chicago	33.61233	-86.85083	135			AL	073		
4095130	Upper Green Hill	upper-green-hill	US		0	America/Chicago	34.98481	-87.50669	233			AL	077		
4095133	Upper Kingston	upper-kingston	US		0	America/Chicago	32.47236	-86.48192	71			AL	001		
4095147	Upshaw	upshaw	US		0	America/Chicago	34.28149	-87.15585	276			AL	133		
4095150	Upton (historical)	upton-historical	US		0	America/Chicago	34.44731	-86.38971	190			AL	095		
4095169	Valdawood	valdawood	US		0	America/Chicago	33.36872	-86.76304	176			AL	117		
4095193	Valley Creek	valley-creek	US		0	America/Chicago	33.38761	-87.07222	141			AL	073		
4095203	Valley Creek Junction	valley-creek-junction	US		0	America/Chicago	32.56847	-86.94888	140	Valley Creek Junction,Woodlawn		AL	047		
4095208	Valley Crest Estates	valley-crest-estates	US		0	America/Chicago	33.61816	-86.72499	214			AL	073		
4095211	Valley Estates	valley-estates	US		0	America/Chicago	31.54961	-87.29832	107			AL	099		
4095213	Valley Grande	valley-grande	US		3849	America/Chicago	32.50902	-86.98749	111	Valegrande,Valley Grande		AL	047		
4095239	Valley Hills	valley-hills	US		0	America/Chicago	31.34739	-85.84994	98			AL	031		
4095240	Valley Junction	valley-junction	US		0	America/Chicago	33.07734	-86.82582	171			AL	117		
4095252	Valley Station	valley-station	US		0	America/Chicago	33.34372	-86.77499	152			AL	117		
4095263	Valley View Estates	valley-view-estates	US		0	America/Chicago	34.81509	-86.57694	274			AL	089		
4095268	Valley Whispers	valley-whispers	US		0	America/Chicago	32.31014	-86.25302	68			AL	101		
4095269	Valley of Shiloh	valley-of-shiloh	US		0	America/Chicago	31.416	-86.46663	66			AL	039		
4095271	Valleyhaven	valleyhaven	US		0	America/Chicago	33.61038	-86.46526	217			AL	115		
4095272	Valliwood	valliwood	US		0	America/Chicago	33.24734	-87.66723	61			AL	125		
4095299	Vangale	vangale	US		0	America/Chicago	32.07154	-87.83084	77	Lewiston,Vangale		AL	091		
4095300	Vangordon	vangordon	US		0	America/Chicago	30.7913	-87.77082	60			AL	003		
4095306	Vanlandingham Mill	vanlandingham-mill	US		0	America/Chicago	31.04351	-85.75882	41			AL	061		
4095307	Vann	vann	US		0	America/Chicago	31.20934	-85.38493	100			AL	069		
4095314	Vanns	vanns	US		0	America/Chicago	33.6626	-86.59526	242			AL	073		
4095320	Vashti	vashti	US		0	America/Chicago	31.70321	-87.63805	146			AL	025		
4095324	Vaughan Meadows	vaughan-meadows	US		0	America/Chicago	32.34653	-86.25219	80			AL	101		
4095330	Vaughanville	vaughanville	US		0	America/Chicago	31.00601	-85.91438	61			AL	061		
4095339	Vaughn Corners	vaughn-corners	US		0	America/Chicago	34.77203	-86.71416	226			AL	089		
4095367	Vera Cruz (historical)	vera-cruz-historical	US		0	America/Chicago	31.50989	-86.59997	133	Vera Cruz (historical),Veracruz		AL	039		
4095380	Verlie	verlie	US		0	America/Chicago	33.21317	-86.80193	159			AL	117		
4095389	Vernledge	vernledge	US		0	America/Chicago	31.77127	-86.29274	133			AL	041		
4095400	Verdue Knolls	verdue-knolls	US		0	America/Chicago	33.39678	-86.82777	242			AL	073		
4095402	Vernontown	vernontown	US		0	America/Chicago	33.05651	-87.19389	124			AL	007		
4095404	Vesclub Estates	vesclub-estates	US		0	America/Chicago	33.44733	-86.77638	253			AL	073		
4095408	Vestavia East	vestavia-east	US		0	America/Chicago	33.24817	-87.56084	71			AL	125		
4095411	Vestavia Estates	vestavia-estates	US		0	America/Chicago	34.78616	-87.00974	223			AL	083		
4095412	Vestavia Estates	vestavia-estates	US		0	America/Chicago	34.66398	-86.55166	189			AL	089		
4095413	Vestavia Forest	vestavia-forest	US		0	America/Chicago	33.43011	-86.79138	201			AL	073		
4095414	Vestavia Gardens	vestavia-gardens	US		0	America/Chicago	34.85342	-87.68947	179			AL	077		
4095415	Vestavia Hills	vestavia-hills	US		34174	America/Chicago	33.44872	-86.78777	290	Vestavia,Vestavia Hills		AL	073		
4095416	Vestavia Hills	vestavia-hills	US		0	America/Chicago	33.24206	-87.56778	66			AL	125		
4095419	Vestavia Hills Estates	vestavia-hills-estates	US		0	America/Chicago	33.45705	-86.7811	332			AL	073		
4095424	Vestavia Lake	vestavia-lake	US		0	America/Chicago	33.44539	-86.7836	258			AL	073		
4095430	Vestbrook Trace	vestbrook-trace	US		0	America/Chicago	33.45761	-86.77221	324			AL	073		
4095431	Vesthaven Estates	vesthaven-estates	US		0	America/Chicago	33.43761	-86.78332	253			AL	073		
4095432	Vestridge	vestridge	US		0	America/Chicago	33.42594	-86.78499	190			AL	073		
4095433	Vestwood Hills	vestwood-hills	US		0	America/Chicago	33.45094	-86.77054	231			AL	073		
4095438	Veto	veto	US		0	America/Chicago	34.99453	-86.9889	201			AL	083		
4095444	Vick	vick	US		0	America/Chicago	32.94096	-87.08333	82	Sandy,Vick		AL	007		
4095472	Vida Junction	vida-junction	US		0	America/Chicago	32.57402	-86.6822	79			AL	001		
4095473	Vidette	vidette	US		0	America/Chicago	31.73293	-86.19496	143			AL	041		
4095482	Vigo	vigo	US		0	America/Chicago	33.91816	-85.55802	214	Bendall,Randall,Vigo		AL	015		
4095486	Village Creek	village-creek	US		0	America/Chicago	33.55372	-86.80832	173	Forest City,Village Creek		AL	073		
4095499	Village Hills	village-hills	US		0	America/Chicago	32.63208	-85.44995	208			AL	081		
4095503	Village Number 1	village-number-1	US		0	America/Chicago	34.74265	-87.72298	146	Nitrate Plant Number 1 Reservation Subdivision,The Village,Village Number 1		AL	033		
4095504	Village Pines	village-pines	US		0	America/Chicago	34.83759	-87.61142	201			AL	077		
4095507	Village Springs	village-springs	US		0	America/Chicago	33.75843	-86.6386	212			AL	073		
4095512	Village West	village-west	US		0	America/Chicago	32.30653	-86.3533	61			AL	101		
4095513	Villula	villula	US		0	America/Chicago	32.26598	-85.16466	107			AL	113		
4095514	Vilula	vilula	US		0	America/Chicago	32.54986	-87.27055	57	Vihula,Vilula		AL	105		
4095532	Vine Hill	vine-hill	US		0	America/Chicago	32.61235	-86.90221	65	Vine Hill,Vinehill		AL	001		
4095541	Vineland Park	vineland-park	US		0	America/Chicago	33.43983	-86.99472	170			AL	073		
4095548	Vines Mill	vines-mill	US		0	America/Chicago	33.49316	-87.16444	103			AL	073		
4095553	Village Creek Junction	village-creek-junction	US		0	America/Chicago	33.52872	-86.89194	164			AL	073		
4095556	Vinnette	vinnette	US		0	America/Chicago	33.62621	-85.91886	212	Vinette,Vinnette		AL	015		
4095571	Virginia Estates	virginia-estates	US		0	America/Chicago	32.31181	-86.23969	74			AL	101		
4095577	Virginia Shores	virginia-shores	US		0	America/Chicago	34.7937	-87.54669	166			AL	033		
4095580	Vista Granda	vista-granda	US		0	America/Chicago	33.33678	-87.5639	93			AL	125		
4095585	Volanta	volanta	US		0	America/Chicago	30.53381	-87.90166	31			AL	003		
4095589	Von Dale	von-dale	US		0	America/Chicago	33.61566	-86.71054	214			AL	073		
4095598	Vulcan City	vulcan-city	US		0	America/Chicago	33.55844	-86.79666	174			AL	073		
4096003	Wacoochee Valley	wacoochee-valley	US		0	America/Chicago	32.62958	-85.13827	157	Dupriest Crossroads,Valley,Wacoochee,Wacoochee Valley		AL	081		
4096033	Wagar	wagar	US		0	America/Chicago	31.44183	-87.99361	11	Shu Fly,Wagar,Washington,Washington Mills		AL	129		
4096052	Wahl	wahl	US		0	America/Chicago	31.00518	-87.22136	28			AL	053		
4096053	Wahouma	wahouma	US		0	America/Chicago	33.55288	-86.73527	194			AL	073		
4096066	Walco	walco	US		0	America/Chicago	33.18706	-86.27275	155			AL	121		
4096067	Wald	wald	US		0	America/Chicago	31.75793	-86.66553	119	Forest,Wald		AL	013		
4096073	Walden Pond Estates	walden-pond-estates	US		0	America/Chicago	31.34462	-85.32354	106			AL	067		
4096074	Walden Quarters	walden-quarters	US		0	America/Chicago	32.74708	-87.86251	40			AL	063		
4096080	Waldrep	waldrep	US		0	America/Chicago	33.339	-85.31273	431			AL	111		
4096083	Walker (historical)	walker-historical	US		0	America/Chicago	34.83898	-88.0667	133	Malone,Walker (historical),Walkers Crossing		AL	033		
4096098	Walker Chapel	walker-chapel	US		0	America/Chicago	33.60677	-86.82249	207	Walker Chapel,Walkers Chapel		AL	073		
4096146	Walker Springs	walker-springs	US		0	America/Chicago	31.54072	-87.79111	24			AL	025		
4096148	Walker Subdivision	walker-subdivision	US		0	America/Chicago	33.57233	-86.23192	146			AL	115		
4096149	Walker Subdivision	walker-subdivision	US		0	America/Chicago	33.21178	-87.48112	97			AL	125		
4096153	Walker Woods	walker-woods	US		0	America/Chicago	34.70731	-86.53055	384			AL	089		
4096157	Walkers Corner	walkers-corner	US		0	America/Chicago	34.17815	-86.7425	246			AL	043		
4096217	Walley	walley	US		0	America/Chicago	31.18462	-88.42502	77			AL	129		
4096235	Wallsboro	wallsboro	US		0	America/Chicago	32.5868	-86.20914	74	Wallsboro,Wallsburg		AL	051		
4096238	Wallstown	wallstown	US		0	America/Chicago	33.89843	-86.70055	154			AL	009		
4096265	Walnut Park	walnut-park	US		0	America/Chicago	34.01454	-86.05914	164			AL	055		
4096293	Walter	walter	US		0	America/Chicago	34.11871	-86.67694	219			AL	043		
4096312	Wannville	wannville	US		0	America/Chicago	34.77758	-85.87775	187			AL	071		
4096316	Ward Acres	ward-acres	US		0	America/Chicago	31.13796	-85.39882	73			AL	069		
4096342	Wards Mill	wards-mill	US		0	America/Chicago	32.97151	-85.34384	217	Doyles Mill,Wards Mill		AL	017		
4096354	Wareingwood	wareingwood	US		0	America/Chicago	32.38847	-86.2533	84			AL	101		
4096361	Warley	warley	US		0	America/Chicago	30.82824	-88.36557	74	Warley,Warleys		AL	097		
4096365	Warner (historical)	warner-historical	US		0	America/Chicago	33.96038	-85.46385	292	Warner (historical),Warners		AL	019		
4096393	Warrenton Estates	warrenton-estates	US		0	America/Chicago	32.31375	-86.23691	69			AL	101		
4096395	Warrenton Subdivision	warrenton-subdivision	US		0	America/Chicago	34.35648	-86.35332	190			AL	095		
4096407	Warrior Heights	warrior-heights	US		0	America/Chicago	33.22067	-87.52834	70			AL	125		
4096431	Warwick (historical)	warwick-historical	US		0	America/Chicago	31.0099	-85.63354	76			AL	061		
4096433	Warriorstand	warriorstand	US		0	America/Chicago	32.31181	-85.55328	149	Warrior Stand,Warriorstand		AL	087		
4096438	Washington (historical)	washington-historical	US		0	America/Chicago	32.40625	-86.4572	37			AL	001		
4096461	Washington Heights	washington-heights	US		0	America/Chicago	33.56538	-86.82666	209			AL	073		
4096463	Washington Hill	washington-hill	US		0	America/Chicago	32.40819	-86.46775	56			AL	001		
4096465	Washington Park	washington-park	US		0	America/Chicago	34.75703	-87.66475	158			AL	033		
4096466	Washington Park	washington-park	US		0	America/Chicago	32.36069	-86.3233	70			AL	101		
4096471	Washington Square	washington-square	US		0	America/Chicago	33.19095	-87.5889	49			AL	125		
4096495	Waterhouse	waterhouse	US		0	America/Chicago	34.20565	-85.48913	190			AL	019		
4096503	Waterloo Springs	waterloo-springs	US		0	America/Chicago	34.32231	-85.5883	197			AL	019		
4096506	Wateroak	wateroak	US		0	America/Chicago	32.86402	-87.45417	84			AL	065		
4096543	Watoola	watoola	US		0	America/Chicago	32.46458	-85.35244	159			AL	081		
4096547	Watseka (historical)	watseka-historical	US		0	America/Chicago	33.82816	-86.58277	208			AL	009		
4096587	Watts Crossroads	watts-crossroads	US		0	America/Chicago	33.37261	-85.77302	342			AL	027		
4096600	Waugh	waugh	US		0	America/Chicago	32.36514	-86.04496	82			AL	101		
4096605	Wawbeek	wawbeek	US		0	America/Chicago	31.02796	-87.36081	88			AL	053		
4096640	Weatherly Heights	weatherly-heights	US		0	America/Chicago	34.63676	-86.55277	265			AL	089		
4096644	Weathers	weathers	US		0	America/Chicago	33.33483	-85.96247	278			AL	027		
4096675	Webb Addition	webb-addition	US		0	America/Chicago	34.67092	-86.02192	194			AL	071		
4096700	Webster (historical)	webster-historical	US		0	America/Chicago	34.94953	-87.64864	195			AL	077		
4096701	Webster Chapel	webster-chapel	US		0	America/Chicago	33.91704	-85.85525	184			AL	015		
4096711	Wedgeworth	wedgeworth	US		0	America/Chicago	32.80819	-87.76251	43	Greenwood,Wedgeworth		AL	065		
4096720	Weed Crossroad	weed-crossroad	US		0	America/Chicago	31.51877	-86.22301	138	Weed,Weed Crossroad		AL	041		
4096723	Weeden Heights	weeden-heights	US		0	America/Chicago	34.8212	-87.63808	183	Weeden,Weeden Heights		AL	077		
4096729	Weeks	weeks	US		0	America/Chicago	31.15073	-86.11633	58			AL	061		
4096751	Weeping Oaks	weeping-oaks	US		0	America/Chicago	33.31678	-86.89388	219			AL	117		
4096759	Wehadkee	wehadkee	US		0	America/Chicago	33.23262	-85.288	295			AL	111		
4096763	Wegra	wegra	US		0	America/Chicago	33.63427	-87.10416	132			AL	127		
4096773	Weiss Dam	weiss-dam	US		0	America/Chicago	34.17454	-85.74163	171			AL	019		
4096833	Weller	weller	US		0	America/Chicago	33.33511	-87.14722	138			AL	073		
4096840	Wellington Park	wellington-park	US		0	America/Chicago	33.46955	-86.7286	201			AL	073		
4096851	Welona	welona	US		0	America/Chicago	32.76679	-86.33608	161			AL	037		
4096856	Wende	wende	US		0	America/Chicago	32.25765	-85.33939	107	Althea,Blackmons Crossing,Wende		AL	113		
4096858	Wendy Wood	wendy-wood	US		0	America/Chicago	33.52594	-86.20914	152	Wendy Wood,Windy Wood		AL	121		
4096862	Wensa Place	wensa-place	US		0	America/Chicago	33.24373	-87.63223	68			AL	125		
4096864	Weogufka (historical)	weogufka-historical	US		0	America/Chicago	32.94457	-86.36525	152	Owekofea,U-i-ukufki,We-a-guf-ka,Wegufcar,Weogufka (historical)		AL	037		
4096868	Welti	welti	US		0	America/Chicago	34.13926	-86.73889	219	Dreher,Welti		AL	043		
4096872	Weoka	weoka	US		0	America/Chicago	32.71763	-86.18414	179	Ouyoukas,Weoka,Wewekee,Wewoka,Wewokee,Wiwoka		AL	051		
4096875	Weoka Mills	weoka-mills	US		0	America/Chicago	32.6818	-86.30053	79			AL	051		
4096935	Wesoda	wesoda	US		0	America/Chicago	34.11121	-86.79944	217			AL	043		
4096971	West Centreville	west-centreville	US		0	America/Chicago	32.94457	-87.14277	67			AL	007		
4096973	West Circle	west-circle	US		0	America/Chicago	33.22151	-87.58806	52			AL	125		
4096979	West Corona	west-corona	US		0	America/Chicago	33.70872	-87.49834	108			AL	127		
4096989	West End Anniston	west-end-anniston	US		0	America/Chicago	33.64288	-85.86747	238	Cobb Town,West End Anniston,West End Cobb Town		AL	015		
4097009	West Ensley	west-ensley	US		0	America/Chicago	33.52872	-86.92583	190			AL	073		
4097010	West Fairfield	west-fairfield	US		0	America/Chicago	33.45427	-86.94777	181			AL	073		
4097057	West Highlands	west-highlands	US		0	America/Chicago	33.40844	-86.99694	153			AL	073		
4097061	West Hill	west-hill	US		0	America/Chicago	30.69019	-88.18084	65			AL	097		
4097063	West Huntsville	west-huntsville	US		0	America/Chicago	34.71454	-86.60305	185			AL	089		
4097077	West Lake Highlands	west-lake-highlands	US		0	America/Chicago	33.39678	-86.97138	153			AL	073		
4097087	West Monroeville	west-monroeville	US		0	America/Chicago	31.51572	-87.3536	66			AL	099		
4097117	West Sayre	west-sayre	US		0	America/Chicago	33.71399	-86.9875	105			AL	073		
4097120	West Selmont	west-selmont	US		0	America/Chicago	32.39125	-87.01721	34			AL	047		
4097142	West Wellington	west-wellington	US		0	America/Chicago	33.82482	-85.90997	176			AL	015		
4097146	Westbrook Trace	westbrook-trace	US		0	America/Chicago	33.43511	-86.74165	159			AL	073		
4097149	Westchester Estates	westchester-estates	US		0	America/Chicago	33.55483	-86.88083	196			AL	073		
4097156	Western Hills	western-hills	US		0	America/Chicago	33.26012	-87.71362	69			AL	125		
4097157	Western Hills	western-hills	US		0	America/Chicago	32.36458	-86.33247	61			AL	101		
4097159	Western Hills Estates	western-hills-estates	US		0	America/Chicago	34.81148	-86.74555	278			AL	089		
4097160	Western Hills Estates	western-hills-estates	US		0	America/Chicago	33.25595	-87.71501	69			AL	125		
4097163	Western Plains	western-plains	US		0	America/Chicago	33.24178	-87.6264	55			AL	125		
4097179	Westhill	westhill	US		0	America/Chicago	33.25123	-87.68334	75			AL	125		
4097182	Westlawn	westlawn	US		0	America/Chicago	34.71981	-86.62749	202			AL	089		
4097201	Westmoreland (historical)	westmoreland-historical	US		0	America/Chicago	34.94592	-87.21391	241			AL	077		
4097215	Westridge	westridge	US		0	America/Chicago	33.23567	-87.5939	69			AL	125		
4097242	Westview Gardens	westview-gardens	US		0	America/Chicago	32.34681	-86.36969	50			AL	101		
4097251	Westwood Garden Estates	westwood-garden-estates	US		0	America/Chicago	33.58705	-86.95083	190			AL	073		
4097253	Westwood Trailer Court	westwood-trailer-court	US		0	America/Chicago	33.60427	-86.92638	196			AL	073		
4097302	Whatley Cross Road	whatley-cross-road	US		0	America/Chicago	32.49764	-85.37467	181	Whatley Cross Road,Whatley Crossroads		AL	081		
4097315	Wheeler Dam Village	wheeler-dam-village	US		0	America/Chicago	34.79342	-87.37808	183			AL	079		
4097336	Wheelerville	wheelerville	US		0	America/Chicago	30.69019	-88.19167	63	Edenville,Norborne,Wheelerville		AL	097		
4097339	Wheeling Crossroad	wheeling-crossroad	US		0	America/Chicago	33.40955	-86.91999	207			AL	073		
4097349	Whipporwill Estates	whipporwill-estates	US		0	America/Chicago	32.56458	-85.48828	166			AL	081		
4097357	Whispering Hills	whispering-hills	US		0	America/Chicago	33.16123	-87.49584	122			AL	125		
4097358	Whispering Pines	whispering-pines	US		0	America/Chicago	31.24184	-85.47966	89			AL	069		
4097363	Whistler	whistler	US		0	America/Chicago	30.75658	-88.10306	11			AL	097		
4097370	Whitaker (historical)	whitaker-historical	US		0	America/Chicago	31.00351	-85.57549	65			AL	061		
4097378	Whispering Oaks	whispering-oaks	US		0	America/Chicago	33.31761	-86.89638	201			AL	073		
4097408	White Crossroads	white-crossroads	US		0	America/Chicago	33.19567	-85.34328	285	Waite,White,White Crossroads		AL	111		
4097420	White House Springs	white-house-springs	US		0	America/Chicago	34.64842	-87.69392	243			AL	033		
4097458	White Oaks	white-oaks	US		0	America/Chicago	33.73343	-86.68999	199			AL	073		
4097473	White Signboard Crossroad	white-signboard-crossroad	US		0	America/Chicago	33.24984	-85.38412	402			AL	111		
4097485	White Water	white-water	US		0	America/Chicago	32.46402	-86.63554	56	White Water,Whitewater		AL	001		
4097493	Whitehead	whitehead	US		0	America/Chicago	34.88814	-87.32724	225			AL	077		
4097513	Whitehouse Forks	whitehouse-forks	US		0	America/Chicago	30.80796	-87.81416	77			AL	003		
4097531	Whites Bluff	whites-bluff	US		0	America/Chicago	32.26986	-87.18194	75			AL	047		
4097536	Whites Chapel	whites-chapel	US		0	America/Chicago	34.06093	-85.92303	173			AL	055		
4097539	Whites Chapel	whites-chapel	US		0	America/Chicago	33.59899	-86.53971	197			AL	115		
4097550	Whites Gap	whites-gap	US		0	America/Chicago	33.77844	-85.73941	254			AL	015		
4097566	Whitesburg Estates	whitesburg-estates	US		0	America/Chicago	34.63342	-86.57694	177			AL	089		
4097574	Whitesides Mill	whitesides-mill	US		0	America/Chicago	33.73844	-85.65802	213	Tylers Mill,Whitesides Flat,Whitesides Mill		AL	015		
4097610	Whitney Junction	whitney-junction	US		0	America/Chicago	33.87482	-86.29942	177			AL	115		
4097617	Whiton	whiton	US		0	America/Chicago	34.35565	-86.07859	347	Mitchells Mill,Whites Town,Whiton		AL	049		
4097620	Whitsitt	whitsitt	US		0	America/Chicago	32.60097	-87.59223	62			AL	065		
4097636	Whitson	whitson	US		0	America/Chicago	33.56872	-87.40778	88	Leled Lane,Whitson,Whitsons		AL	125		
4097643	Whorton	whorton	US		0	America/Chicago	34.13065	-85.50663	185	Wharton,Whorton		AL	019		
4097649	Wicksburg	wicksburg	US		0	America/Chicago	31.20823	-85.62243	93	Wicksburg,Wicksburgh		AL	069		
4097657	Widows Creek Station	widows-creek-station	US		0	America/Chicago	34.92591	-85.76053	190			AL	071		
4097672	Wigginsville	wigginsville	US		0	America/Chicago	34.79953	-86.91251	223			AL	083		
4097673	Wiginton	wiginton	US		0	America/Chicago	34.28676	-87.87587	269			AL	093		
4097724	Wilder Hill (historical)	wilder-hill-historical	US		0	America/Chicago	32.63402	-86.49498	222			AL	001		
4097729	Wilderness Garden	wilderness-garden	US		0	America/Chicago	33.56539	-87.12805	107			AL	073		
4097739	Wildwood Heights	wildwood-heights	US		0	America/Chicago	30.65491	-88.16584	51			AL	097		
4097741	Wildwood Shores	wildwood-shores	US		0	America/Chicago	33.0279	-86.54054	146			AL	117		
4097755	Wilhites	wilhites	US		0	America/Chicago	34.3101	-86.89278	187	Wilhite,Wilhites		AL	103		
4097763	Wilkes	wilkes	US		0	America/Chicago	33.45483	-86.92999	179			AL	073		
4097767	Wilkes Park	wilkes-park	US		0	America/Chicago	34.87759	-87.68864	196			AL	077		
4097776	Wilkinstown	wilkinstown	US		0	America/Chicago	31.60822	-85.998	127			AL	031		
4097871	Williams Heights	williams-heights	US		0	America/Chicago	30.84185	-88.07083	10			AL	097		
4097913	Williams Subdivision	williams-subdivision	US		0	America/Chicago	31.31184	-85.82327	109			AL	031		
4097916	Williamsburg (historical)	williamsburg-historical	US		0	America/Chicago	32.18598	-87.70695	103			AL	091		
4097944	Willingham Estates	willingham-estates	US		0	America/Chicago	33.45289	-86.28664	147			AL	121		
4097962	Willmay	willmay	US		0	America/Chicago	33.21817	-86.79777	177			AL	117		
4097963	Willow Bend	willow-bend	US		0	America/Chicago	31.33628	-85.86938	106			AL	031		
4097964	Willow Bend	willow-bend	US		0	America/Chicago	34.64454	-86.5361	189			AL	089		
4097965	Willow Creek Farms	willow-creek-farms	US		0	America/Chicago	32.60847	-85.52912	195			AL	081		
4097966	Willow Glen	willow-glen	US		0	America/Chicago	33.19762	-86.83332	161			AL	117		
4097969	Willow Grove Estates	willow-grove-estates	US		0	America/Chicago	33.79427	-86.93139	210			AL	073		
4097971	Willow Hills Estates	willow-hills-estates	US		0	America/Chicago	34.6512	-86.54999	192			AL	089		
4097976	Willow Point	willow-point	US		0	America/Chicago	33.35984	-87.59834	78			AL	125		
4097986	Willowbrook Estates	willowbrook-estates	US		0	America/Chicago	34.65815	-86.54749	188			AL	089		
4097992	Wills (historical)	wills-historical	US		0	America/Chicago	34.34287	-85.90525	357			AL	049		
4097997	Wills Crossroads	wills-crossroads	US		0	America/Chicago	31.55628	-85.17965	132			AL	067		
4097999	Wills Valley	wills-valley	US		0	America/Chicago	34.47786	-85.71413	270			AL	049		
4098002	Willstown (historical)	willstown-historical	US		0	America/Chicago	34.37092	-85.81525	227	Wiliyi,Willstown (historical)		AL	049		
4098019	Wilson Bend	wilson-bend	US		0	America/Chicago	34.0151	-87.12945	172			AL	133		
4098061	Wilson Dam Village Number Three (historical)	wilson-dam-village-number-three-historical	US		0	America/Chicago	34.80703	-87.62919	171			AL	077		
4098065	Wilson Heights	wilson-heights	US		0	America/Chicago	34.8312	-87.61669	189			AL	077		
4098071	Wilson Lake Shores	wilson-lake-shores	US		0	America/Chicago	34.80314	-87.57892	172			AL	033		
4098085	Wilson Quarters	wilson-quarters	US		0	America/Chicago	31.1599	-85.34438	92	Wilson Quarters,Wilsons Mill		AL	069		
4098096	Wilson Trailer Park	wilson-trailer-park	US		0	America/Chicago	31.76321	-85.96245	149			AL	109		
4098098	Wilsonia	wilsonia	US		0	America/Chicago	34.09982	-85.90414	176			AL	055		
4098099	Wilsons (historical)	wilsons-historical	US		0	America/Chicago	34.07649	-85.97219	239			AL	055		
4098123	Wimbly	wimbly	US		0	America/Chicago	31.91515	-88.24835	74	Wimberly,Wimbly		AL	023		
4098125	Winburn	winburn	US		0	America/Chicago	33.50816	-86.54693	206			AL	117		
4098129	Wind Creek Farms	wind-creek-farms	US		0	America/Chicago	32.82624	-85.94135	159			AL	123		
4098130	Windcrest	windcrest	US		0	America/Chicago	34.83231	-87.64392	186			AL	077		
4098131	Windcrest	windcrest	US		0	America/Chicago	30.62241	-88.21445	26			AL	097		
4098134	Windham Springs	windham-springs	US		0	America/Chicago	33.4915	-87.49861	122	Oregonia,Windham Springs,Windhams Springs,Wyndham Springs,Wyndhams Springs		AL	125		
4098145	Windmill Hills	windmill-hills	US		0	America/Chicago	31.72933	-85.82495	148			AL	109		
4098147	Windover	windover	US		0	America/Chicago	33.38067	-86.77138	146			AL	073		
4098148	Windsong Island	windsong-island	US		0	America/Chicago	33.53705	-86.18803	147			AL	121		
4098151	Windsor Drive	windsor-drive	US		0	America/Chicago	33.20567	-87.49695	98			AL	125		
4098152	Windsor Forest	windsor-forest	US		0	America/Chicago	32.58125	-85.48217	195			AL	081		
4098154	Windsor Highlands	windsor-highlands	US		0	America/Chicago	33.46844	-86.79388	216			AL	073		
4098155	Windsor Manor	windsor-manor	US		0	America/Chicago	34.79453	-86.59166	216			AL	089		
4098157	Windway	windway	US		0	America/Chicago	32.56569	-85.45328	171			AL	081		
4098158	Windwood	windwood	US		0	America/Chicago	32.30736	-86.3458	58			AL	101		
4098159	Wine Ridge	wine-ridge	US		0	America/Chicago	33.39094	-86.76304	161			AL	073		
4098160	Winetka	winetka	US		0	America/Chicago	33.43705	-86.91138	172			AL	073		
4098173	Wingard	wingard	US		0	America/Chicago	31.83321	-86.14857	157	Glee,Oak Bluff,Wingard		AL	109		
4098183	Wininger	wininger	US		0	America/Chicago	34.74286	-86.15943	477			AL	071		
4098211	Winterboro	winterboro	US		0	America/Chicago	33.3215	-86.19692	155	Winterboro,Winterborough		AL	121		
4098218	Winthrop Square	winthrop-square	US		0	America/Chicago	30.67325	-88.19445	57			AL	097		
4098221	Winn Crossroads	winn-crossroads	US		0	America/Chicago	34.33787	-86.61638	325			AL	103		
4098226	Wiregrass Hills	wiregrass-hills	US		0	America/Chicago	31.16184	-85.38216	89			AL	069		
4098247	Wisteria Commons	wisteria-commons	US		0	America/Chicago	33.40705	-86.79249	147			AL	073		
4098313	Wolf Springs	wolf-springs	US		0	America/Chicago	34.59509	-87.4728	210	Wolf Springs,Wolff Springs		AL	079		
4098331	Womack Hill	womack-hill	US		0	America/Chicago	31.85321	-88.18862	33	Womack Hill,Womackhill		AL	023		
4098337	Womack (historical)	womack-historical	US		0	America/Chicago	33.70288	-86.0208	169	Wamack,Womack (historical)		AL	015		
4098346	Wood Estates	wood-estates	US		0	America/Chicago	33.27373	-87.60306	99			AL	125		
4098349	Wood Manor	wood-manor	US		0	America/Chicago	33.19179	-87.54139	65			AL	125		
4098353	Wood Village	wood-village	US		0	America/Chicago	33.2504	-87.50834	87			AL	125		
4098354	Wood Villas	wood-villas	US		0	America/Chicago	33.24845	-87.51278	84			AL	125		
4098355	Woodaire Estates	woodaire-estates	US		0	America/Chicago	33.65788	-86.68221	229			AL	073		
4098362	Woodall Place	woodall-place	US		0	America/Chicago	34.55092	-86.25748	187			AL	095		
4098365	Woodcrest	woodcrest	US		0	America/Chicago	33.59538	-86.71527	230			AL	073		
4098366	Woodcrest Estates	woodcrest-estates	US		0	America/Chicago	32.31458	-86.37053	53			AL	101		
4098369	Wooddale	wooddale	US		0	America/Chicago	31.33212	-85.81077	110			AL	031		
4098370	Wooddale	wooddale	US		0	America/Chicago	33.33761	-86.80416	204			AL	117		
4098371	Wooded Acres	wooded-acres	US		0	America/Chicago	31.33406	-85.84244	96			AL	031		
4098375	Woodfin Mill	woodfin-mill	US		0	America/Chicago	34.96258	-86.91917	224			AL	083		
4098403	Woodland Forest	woodland-forest	US		0	America/Chicago	33.15706	-87.46417	103			AL	125		
4098408	Woodland Heights	woodland-heights	US		0	America/Chicago	32.46347	-86.43942	95			AL	001		
4098423	Woodfield	woodfield	US		0	America/Chicago	32.58819	-85.48745	198			AL	081		
4098428	Woodland Pines	woodland-pines	US		0	America/Chicago	33.17929	-87.47417	95			AL	125		
4098436	Woodland Terrace	woodland-terrace	US		0	America/Chicago	33.18817	-87.49167	117			AL	125		
4098437	Woodland Village	woodland-village	US		0	America/Chicago	33.56844	-86.51804	201			AL	115		
4098448	Woodlawn Heights	woodlawn-heights	US		0	America/Chicago	34.53093	-87.7242	267			AL	059		
4098449	Woodlawn Heights	woodlawn-heights	US		0	America/Chicago	33.53344	-86.74721	217			AL	073		
4098450	Woodlawn Heights	woodlawn-heights	US		0	America/Chicago	34.75037	-87.68892	157			AL	033		
4098456	Woodley East Estates	woodley-east-estates	US		0	America/Chicago	32.31458	-86.25052	68			AL	101		
4098457	Woodley Meadows	woodley-meadows	US		0	America/Chicago	32.30292	-86.24747	62			AL	101		
4098458	Woodley Park	woodley-park	US		0	America/Chicago	32.31792	-86.25136	65			AL	101		
4098461	Woodmeadows	woodmeadows	US		0	America/Chicago	33.38622	-86.7986	158			AL	073		
4098465	Woodmont	woodmont	US		0	America/Chicago	33.44872	-86.99305	169			AL	073		
4098466	Woodmont	woodmont	US		0	America/Chicago	33.58344	-86.27026	166			AL	115		
4098467	Woodmont	woodmont	US		0	America/Chicago	33.21567	-87.47084	99			AL	125		
4098474	Woodruff (historical)	woodruff-historical	US		0	America/Chicago	33.81399	-85.89219	168			AL	015		
4098478	Woods Bluff	woods-bluff	US		0	America/Chicago	31.93571	-88.06168	20	Wood Bluff,Wood's Bluff,Woodbluff,Woods Bluff		AL	025		
4098521	Woodstock Junction	woodstock-junction	US		0	America/Chicago	33.21539	-87.16527	192	The Y,Woodstock Junction		AL	007		
4098526	Woodsvale	woodsvale	US		0	America/Chicago	31.25101	-85.41382	98			AL	069		
4098539	Woodward Estates	woodward-estates	US		0	America/Chicago	33.4265	-86.93721	152			AL	073		
4098541	Woodward Junction	woodward-junction	US		0	America/Chicago	33.42178	-86.93388	159			AL	073		
4098549	Woody Acres	woody-acres	US		0	America/Chicago	33.63149	-86.46109	235			AL	115		
4098558	Wooley Springs (historical)	wooley-springs-historical	US		0	America/Chicago	34.90286	-86.79167	238			AL	083		
4098563	Woolfolk	woolfolk	US		0	America/Chicago	33.41733	-85.9983	219	Vindale,Vindale Station,Woolfolk,Woolfolk Station		AL	121		
4098580	Wootens (historical)	wootens-historical	US		0	America/Chicago	32.26375	-87.57361	69			AL	091		
4098604	Wright Crossroads	wright-crossroads	US		0	America/Chicago	32.53291	-85.46995	156	Wright Crossroads,Wrights Crossroads		AL	081		
4098634	Wyeth City	wyeth-city	US		0	America/Chicago	34.34565	-86.28193	182			AL	095		
4098637	Wylam	wylam	US		0	America/Chicago	33.50594	-86.92527	200			AL	073		
4098645	Wylaunee	wylaunee	US		0	America/Chicago	31.9996	-85.09465	71			AL	005		
4098660	Wynnville	wynnville	US		0	America/Chicago	34.08093	-86.3936	260			AL	009		
4098665	Yacht Club Bay	yacht-club-bay	US		0	America/Chicago	33.29039	-87.50028	115			AL	125		
4098674	Yampertown	yampertown	US		0	America/Chicago	34.00538	-87.85642	172			AL	093		
4098681	Yancy	yancy	US		0	America/Chicago	34.17204	-85.97719	191	Yancey,Yancy		AL	055		
4098684	Yantley	yantley	US		0	America/Chicago	32.24598	-88.37948	85	Yantley,Yantley Station		AL	023		
4098690	Yarbrough	yarbrough	US		0	America/Chicago	32.71597	-85.19911	216			AL	081		
4098692	Yarbo	yarbo	US		0	America/Chicago	31.54377	-88.27779	55			AL	129		
4098713	Yelling Settlement	yelling-settlement	US		0	America/Chicago	30.62214	-87.83638	44			AL	003		
4098720	Yellow Bluff	yellow-bluff	US		188	America/Chicago	31.96765	-87.46805	31	Yellow Bluff,Yellowbluff		AL	131		
4098748	Yellow Creek View Subdivision	yellow-creek-view-subdivision	US		0	America/Chicago	34.22787	-85.71719	192			AL	019		
4098766	Yellowleaf Creek Estates	yellowleaf-creek-estates	US		0	America/Chicago	33.31122	-86.58748	152			AL	117		
4098768	Yerkwood	yerkwood	US		0	America/Chicago	33.68788	-87.08	92			AL	127		
4098773	Yolande	yolande	US		0	America/Chicago	33.30678	-87.19139	150	Yolande,Yolander		AL	125		
4098787	York Mountain	york-mountain	US		0	America/Chicago	33.80844	-86.9625	231			AL	127		
4098797	Yorks Mill	yorks-mill	US		0	America/Chicago	34.7448	-85.67358	402			AL	049		
4098809	Young Forte Village	young-forte-village	US		0	America/Chicago	32.33792	-86.34191	53			AL	101		
4098814	Young Place	young-place	US		0	America/Chicago	32.35236	-86.22997	78			AL	101		
4098816	Youngblood	youngblood	US		0	America/Chicago	31.84515	-86.0694	111	Youngblood,Youngblood Mill		AL	109		
4098840	Yucca (historical)	yucca-historical	US		0	America/Chicago	34.77119	-85.82859	193			AL	071		
4098847	Yupon	yupon	US		0	America/Chicago	30.40881	-87.81693	9			AL	003		
4098855	Zana	zana	US		0	America/Chicago	33.02707	-85.71274	211			AL	123		
4098856	Zana (historical)	zana-historical	US		0	America/Chicago	33.02818	-85.72107	224			AL	123		
4098865	Zimco	zimco	US		0	America/Chicago	31.70294	-87.87806	84			AL	025		
4098932	Zion City	zion-city	US		0	America/Chicago	33.58205	-86.72999	231			AL	073		
4098939	Zion Heights	zion-heights	US		0	America/Chicago	33.55761	-86.83416	194			AL	073		
4098941	Zion Hill	zion-hill	US		0	America/Chicago	32.52736	-88.07363	67			AL	119		
4098997	Zip City	zip-city	US		0	America/Chicago	34.95481	-87.67003	222			AL	077		
4099004	Zubers	zubers	US		0	America/Chicago	33.23206	-86.30081	144			AL	121		
4099005	Zula (historical)	zula-historical	US		0	America/Chicago	33.7351	-85.99025	177			AL	015		
4099006	Zulu	zulu	US		0	America/Chicago	32.93485	-87.14611	68			AL	007		
4099007	Zuni (historical)	zuni-historical	US		0	America/Chicago	33.88816	-85.72774	219			AL	015		
4099027	Aa Junction	aa-junction	US		0	America/Chicago	36.07979	-90.93984	82			AR	075	90627	
4099037	Abco	abco	US		0	America/Chicago	34.34898	-92.82934	80			AR	059	91290	
4099041	Aberdeen (historical)	aberdeen-historical	US		0	America/Chicago	35.3612	-91.00484	69			AR	037	91701	
4099046	Abeles (historical)	abeles-historical	US		0	America/Chicago	34.43287	-91.61541	58			AR	001	91668	
4099048	Abner (historical)	abner-historical	US		0	America/Chicago	34.18344	-93.71074	167			AR	109	90045	
4099054	Academy (historical)	academy-historical	US		0	America/Chicago	33.80067	-93.73351	134			AR	057	92802	
4099066	Acklin Gap (historical)	acklin-gap-historical	US		0	America/Chicago	35.13675	-92.31904	112	Acklin Gap (historical),Cold Springs Bottom		AR	045	91635	
4099068	Acorn	acorn	US		0	America/Chicago	34.64288	-94.20104	330	Acorn,Gourdneck		AR	113	90003	
4099104	Adelaide (historical)	adelaide-historical	US		0	America/Chicago	35.49536	-91.53013	193			AR	067	90126	
4099119	Aetna	aetna	US		0	America/Chicago	35.92979	-90.55483	81			AR	031	90489	
4099120	Aetna	aetna	US		0	America/Chicago	35.93646	-91.44013	123			AR	135	93336	
4099128	Agnos	agnos	US		0	America/Chicago	36.27729	-91.69153	227	Agnes,Agnos		AR	049	92922	
4099131	Ain	ain	US		0	America/Chicago	34.20843	-92.33765	79			AR	053	91023	
4099141	Airport Village	airport-village	US		0	America/Chicago	35.63786	-91.19513	72			AR	067	93804	
4099147	Alabam	alabam	US		0	America/Chicago	36.15257	-93.6813	463			AR	087	90009	
4099169	Akron (historical)	akron-historical	US		0	America/Chicago	35.66619	-91.44874	73			AR	063		
4099170	Alco	alco	US		0	America/Chicago	35.88757	-92.3671	341			AR	137	92244	
4099178	Albritton (historical)	albritton-historical	US		0	America/Chicago	33.05262	-91.43762	30			AR	017	92913	
4099215	Alf	alf	US		0	America/Chicago	34.48983	-93.87047	321			AR	097		
4099220	Alfrey	alfrey	US		0	America/Chicago	34.82898	-91.15512	57	Alfrey,Alfrey Spur		AR	095	91118	
4099221	Algoa	algoa	US		0	America/Chicago	35.50592	-91.11679	68			AR	067	90579	
4099236	Allbrook	allbrook	US		0	America/Chicago	33.80012	-93.8888	96			AR	061	90327	
4099268	Allendale Manor	allendale-manor	US		0	America/Chicago	34.66565	-92.36515	89			AR	119	90300	
4099273	Allfriend (historical)	allfriend-historical	US		0	America/Chicago	36.11091	-93.41074	445			AR	101	92772	
4099284	Allis	allis	US		0	America/Chicago	33.62789	-91.90513	60	Allis,Nelson		AR	043	93300	
4099311	Almont (historical)	almont-historical	US		0	America/Chicago	35.16731	-90.15815	69			AR	035	92508	
4099331	Alread	alread	US		0	America/Chicago	35.63286	-92.67989	512			AR	141	93984	
4099346	Altharp (historical)	altharp-historical	US		0	America/Chicago	34.59343	-92.37015	122			AR	125	92775	
4099349	Alton (historical)	alton-historical	US		0	America/Chicago	33.56262	-93.5899	100			AR	057	90387	
4099357	Alum (historical)	alum-historical	US		0	America/Chicago	34.59454	-92.72794	106			AR	125	92184	
4099366	Alvis (historical)	alvis-historical	US		0	America/Chicago	35.93896	-91.71736	181			AR	063	91923	
4099371	Amanca	amanca	US		0	America/Chicago	35.10843	-90.22982	65			AR	035	93033	
4099375	Aly	aly	US		0	America/Chicago	34.79065	-93.4863	256			AR	149	91836	
4099377	Amber (historical)	amber-historical	US		0	America/Chicago	34.37704	-92.23765	85			AR	053	93912	
4099384	American Manor	american-manor	US		0	America/Chicago	34.66176	-92.32126	82			AR	119	90300	
4099389	Amith Addition	amith-addition	US		0	America/Chicago	35.71119	-91.21263	74			AR	067	91929	
4099391	Amity (historical)	amity-historical	US		0	America/Chicago	33.92706	-93.8788	125			AR	061	92661	
4099398	Amos	amos	US		0	America/Chicago	36.3659	-92.55489	233			AR	005	91548	
4099403	Amateur (historical)	amateur-historical	US		0	America/Chicago	36.01674	-91.53625	172	Amateur (historical),Streets Small		AR	135	93927	
4099406	Amy	amy	US		0	America/Chicago	33.73205	-92.81544	42			AR	103	90675	
4099411	Anderson (historical)	anderson-historical	US		0	America/Chicago	34.15982	-93.50435	127			AR	109	92880	
4099439	Anderson Tully	anderson-tully	US		0	America/Chicago	35.48536	-90.60177	64			AR	111	92304	
4099461	Anice (historical)	anice-historical	US		0	America/Chicago	35.42953	-94.02104	173			AR	047	92472	
4099462	Anna (historical)	anna-historical	US		0	America/Chicago	35.72731	-94.28632	264			AR	033	90942	
4099470	Annieville	annieville	US		0	America/Chicago	36.15507	-91.24041	186			AR	075	90033	
4099473	Annover (historical)	annover-historical	US		0	America/Chicago	33.77344	-91.99319	70			AR	025	91800	
4099477	Anrep (historical)	anrep-historical	US		0	America/Chicago	34.22232	-91.56818	54			AR	069	93807	
4099487	Anthony Subdivision	anthony-subdivision	US		0	America/Chicago	35.03982	-90.34038	64	Andy,Andy Subdivision,Anthony Subdivision,Anthonys Quarters		AR	035	90384	
4099489	Anthonyville	anthonyville	US		151	America/Chicago	35.03954	-90.34093	61			AR	035	90384	
4099490	Antimony (historical)	antimony-historical	US		0	America/Chicago	34.19317	-94.20604	231	Antimony (historical),Antimony City		AR	061	93663	
4099498	Antioch (historical)	antioch-historical	US		0	America/Chicago	34.17233	-94.35938	232			AR	133	92502	
4099578	Antrey (historical)	antrey-historical	US		0	America/Chicago	34.09845	-94.41826	152			AR	133	92532	
4099579	Apalco	apalco	US		0	America/Chicago	33.35846	-93.46017	100			AR	073	91578	
4099581	Aplin	aplin	US		0	America/Chicago	34.97398	-92.97878	104			AR	105	90048	
4099596	Apple Spur	apple-spur	US		0	America/Chicago	36.35619	-94.16159	400	Apple Spur,Dickson Station		AR	007	93636	
4099598	Appleby	appleby	US		0	America/Chicago	36.02119	-94.24632	372			AR	143	91274	
4099606	Apt	apt	US		0	America/Chicago	35.77424	-90.67233	81			AR	031	91512	
4099608	Arbaugh	arbaugh	US		0	America/Chicago	35.78175	-93.50157	714			AR	101	90417	
4099611	Arbor Cove	arbor-cove	US		0	America/Chicago	34.68676	-92.3446	94			AR	119	90300	
4099612	Arbor Grove	arbor-grove	US		0	America/Chicago	36.0184	-91.04762	77			AR	075	92127	
4099624	Archey (historical)	archey-historical	US		0	America/Chicago	35.64841	-92.52599	214			AR	141	93933	
4099632	Ard	ard	US		0	America/Chicago	35.14481	-93.19184	141			AR	149	90753	
4099643	Argosy (historical)	argosy-historical	US		0	America/Chicago	36.3834	-92.07376	243			AR	049	91392	
4099656	Arkana	arkana	US		0	America/Chicago	36.2384	-92.31655	226			AR	005	90525	
4099661	Arkansas (historical)	arkansas-historical	US		0	America/Chicago	34.02677	-91.34317	54	Arkansas (historical),Arkansaw		AR	001	90060	
4099731	Arkansas Post	arkansas-post	US		0	America/Chicago	34.02371	-91.34373	54	Arkansas Post,Post of Arkansas		AR	001	90060	
4099737	Archey Valley	archey-valley	US		0	America/Chicago	35.69647	-92.72544	570			AR	141	90054	
4099756	Arkawana	arkawana	US		0	America/Chicago	36.40368	-92.46099	283	Arkawana,Benville		AR	005	92247	
4099757	Arkinda	arkinda	US		0	America/Chicago	33.78039	-94.46882	136	Arkinda,Choctaw City		AR	081	90063	
4099759	Arkins (historical)	arkins-historical	US		0	America/Chicago	35.98479	-92.08293	104			AR	065	94014	
4099762	Arkmo	arkmo	US		0	America/Chicago	35.99674	-90.2476	74			AR	093	92664	
4099763	Arkola	arkola	US		0	America/Chicago	35.08482	-94.3091	171	Arkoa,Arkoal,Arkola		AR	131	91095	
4099765	Arlberg	arlberg	US		0	America/Chicago	35.73369	-92.38932	208			AR	137	93090	
4099769	Armada (historical)	armada-historical	US		0	America/Chicago	35.71675	-94.19548	304			AR	033	92961	
4099804	Arp (historical)	arp-historical	US		0	America/Chicago	34.10622	-93.63185	175			AR	109	92880	
4099817	Artex	artex	US		0	America/Chicago	33.38763	-93.83213	84	Artex,Motz		AR	091	90864	
4099819	Arthur (historical)	arthur-historical	US		0	America/Chicago	34.25482	-92.61961	70			AR	053	93591	
4099820	Arthur (historical)	arthur-historical	US		0	America/Chicago	35.45564	-90.60094	64			AR	111	92229	
4099822	Arrowhead Manor	arrowhead-manor	US		0	America/Chicago	34.80009	-92.28765	106			AR	119	91731	
4099823	Artist Point	artist-point	US		0	America/Chicago	35.7198	-94.13743	496			AR	033	92961	
4099887	Askew (historical)	askew-historical	US		0	America/Chicago	34.77454	-90.55094	59			AR	077	93273	
4099918	Athelstan	athelstan	US		0	America/Chicago	35.69813	-90.17843	70			AR	093	92226	
4099924	Atkins Lake	atkins-lake	US		0	America/Chicago	34.20982	-91.88041	60			AR	069	93795	
4099945	Auburn (historical)	auburn-historical	US		0	America/Chicago	35.25454	-94.12993	147			AR	131	91320	
4099949	Augsburg	augsburg	US		0	America/Chicago	35.41453	-93.23823	195			AR	115	90159	
4099966	Aurelle	aurelle	US		0	America/Chicago	33.04819	-92.4057	66	Aurella,Aurelle		AR	139	91986	
4099988	Autumnbrook	autumnbrook	US		0	America/Chicago	34.83787	-92.20793	98			AR	119	91731	
4099989	Auvergne	auvergne	US		0	America/Chicago	35.51369	-91.23068	72			AR	067	90459	
4100016	Azalea Place	azalea-place	US		0	America/Chicago	34.71037	-92.36599	90			AR	119	90300	
4100017	Azor	azor	US		0	America/Chicago	33.59178	-93.4249	103			AR	099	92823	
4100018	B B Junction	b-b-junction	US		0	America/Chicago	34.58149	-91.10484	53			AR	095	90846	
4100029	Back Gate	back-gate	US		0	America/Chicago	33.9326	-91.3929	49			AR	041	93381	
4100053	Bailes (historical)	bailes-historical	US		0	America/Chicago	35.13481	-90.56399	63			AR	123	91539	
4100055	Bailey Addition	bailey-addition	US		0	America/Chicago	35.03703	-92.03765	114			AR	085	92349	
4100075	Bailey Estates	bailey-estates	US		0	America/Chicago	34.90231	-92.01903	83			AR	085	91479	
4100121	Baker Den (historical)	baker-den-historical	US		0	America/Chicago	36.45562	-91.13902	121	Baker Den (historical),New Prospect		AR	121	90093	
4100124	Baker Creek (historical)	baker-creek-historical	US		0	America/Chicago	35.33619	-93.13295	105			AR	115	91812	
4100128	Baker Ford	baker-ford	US		0	America/Chicago	36.37645	-91.56125	129			AR	049	90006	
4100131	Baker Hollow	baker-hollow	US		0	America/Chicago	35.9348	-92.71072	201			AR	129	93456	
4100146	Baker Springs	baker-springs	US		0	America/Chicago	34.31261	-94.1677	201	Baker Spring,Baker Springs,Bakers Springs,Eldredge		AR	061	93663	
4100151	Balboa (historical)	balboa-historical	US		0	America/Chicago	36.03257	-91.50041	147			AR	135	93426	
4100153	Balch	balch	US		0	America/Chicago	35.53175	-91.06568	69			AR	067	93165	
4100154	Balch Addition	balch-addition	US		0	America/Chicago	35.77035	-91.59208	126			AR	063	92550	
4100202	Ball (historical)	ball-historical	US		0	America/Chicago	34.00705	-93.70851	133			AR	109	93606	
4100233	Balle (historical)	balle-historical	US		0	America/Chicago	34.68398	-91.54596	64			AR	117	93654	
4100242	Band Mill	band-mill	US		0	America/Chicago	36.13368	-91.97904	183			AR	065	92673	
4100266	Banner (historical)	banner-historical	US		0	America/Chicago	35.61147	-92.3896	265			AR	141	91200	
4100272	Banty (historical)	banty-historical	US		0	America/Chicago	34.7412	-92.49599	165			AR	119	90300	
4100273	Banyard	banyard	US		0	America/Chicago	35.76008	-94.20687	604			AR	143	94104	
4100291	Barbara (historical)	barbara-historical	US		0	America/Chicago	36.09175	-94.16187	385			AR	143	91283	
4100294	Barber	barber	US		0	America/Chicago	35.12843	-94.05354	168			AR	083	90108	
4100295	Barber (historical)	barber-historical	US		0	America/Chicago	35.16481	-91.52513	59	Barber (historical),Barbers Lake		AR	145	91332	
4100308	Bardill (historical)	bardill-historical	US		0	America/Chicago	34.58399	-91.44846	63			AR	117	93219	
4100310	Bare Stone	bare-stone	US		0	America/Chicago	35.42814	-91.63903	132			AR	145	91575	
4100311	Barfield	barfield	US		0	America/Chicago	35.90507	-89.76786	79			AR	093	90633	
4100316	Barger Addition	barger-addition	US		0	America/Chicago	34.9862	-92.10987	96			AR	119	91731	
4100321	Barham	barham	US		0	America/Chicago	33.72372	-93.05406	58			AR	103	93066	
4100323	Barcelona	barcelona	US		0	America/Chicago	35.62064	-94.45605	171			AR	033	93733	
4100334	Barkada	barkada	US		0	America/Chicago	33.67316	-91.90236	64			AR	043	93300	
4100425	Barren Hollow	barren-hollow	US		0	America/Chicago	35.94535	-92.55377	282			AR	129	92274	
4100430	Barrentine Corner	barrentine-corner	US		0	America/Chicago	35.06898	-91.94514	78			AR	145	93732	
4100434	Barrettsville	barrettsville	US		0	America/Chicago	34.85981	-91.66958	68			AR	117	90738	
4100435	Barringer	barringer	US		0	America/Chicago	33.84816	-93.13406	71			AR	019	90591	
4100440	Barson	barson	US		0	America/Chicago	35.15148	-91.07318	66			AR	147	91371	
4100468	Base Line	base-line	US		0	America/Chicago	34.66815	-92.31793	80			AR	119	90300	
4100470	Bashe	bashe	US		0	America/Chicago	35.31259	-94.43438	134			AR	131		
4100484	Bass	bass	US		0	America/Chicago	35.90424	-92.99795	267			AR	101	92949	
4100562	Battlefield	battlefield	US		0	America/Chicago	33.59345	-93.68851	103			AR	057	93474	
4100564	Battle Hill (historical)	battle-hill-historical	US		0	America/Chicago	34.27789	-94.10853	231			AR	061	93663	
4100568	Baucum	baucum	US		0	America/Chicago	34.72898	-92.13015	76			AR	119	91731	
4100572	Bauxippi (historical)	bauxippi-historical	US		0	America/Chicago	35.1387	-90.13454	66			AR	035	92508	
4100577	Bauxite Junction	bauxite-junction	US		0	America/Chicago	34.58509	-92.51571	110			AR	125	90522	
4100601	Bay Plantation	bay-plantation	US		0	America/Chicago	34.96565	-91.38402	52			AR	117	90612	
4100619	Bayou Macon (historical)	bayou-macon-historical	US		0	America/Chicago	33.31817	-91.324	36			AR	017	90666	
4100623	Bayou Meto	bayou-meto	US		0	America/Chicago	34.22371	-91.52124	57	Bayou Meto,Bayou Metoe		AR	001	90168	
4100624	Bayou Meto	bayou-meto	US		0	America/Chicago	34.7087	-91.87153	68			AR	085	92283	
4100649	Beacon Addition	beacon-addition	US		0	America/Chicago	36.33341	-93.99853	391			AR	007	93628	
4100660	Beach Grove	beach-grove	US		0	America/Chicago	35.67869	-93.74186	244			AR	047	92316	
4100726	Bear Creek Springs	bear-creek-springs	US		0	America/Chicago	36.29757	-93.18323	334	Bear Creek Springs,Francis		AR	009	91848	
4100795	Beard (historical)	beard-historical	US		0	America/Chicago	35.15176	-91.28068	55	Beard (historical),Beards		AR	147	90588	
4100835	Beaton	beaton	US		0	America/Chicago	34.30537	-93.26157	132			AR	059	93756	
4100841	Beaty	beaty	US		0	America/Chicago	36.45146	-94.52522	348			AR	007	93645	
4100844	Beav-O-Rama	beav-o-rama	US		0	America/Chicago	36.14647	-94.05992	381	Beau-O-Rama,Beav-O-Rama		AR	143	93465	
4100845	Beauchamp	beauchamp	US		0	America/Chicago	34.8051	-94.27077	290			AR	127	90348	
4100851	Beaudry (historical)	beaudry-historical	US		0	America/Chicago	34.71315	-92.99184	179			AR	051	91581	
4100901	Beaver Shores	beaver-shores	US		0	America/Chicago	36.32285	-94.01937	399			AR	007	93626	
4100916	Beck	beck	US		0	America/Chicago	34.9226	-90.39593	62			AR	035	92298	
4100917	Beck	beck	US		0	America/Chicago	34.78899	-90.60316	57			AR	077	93273	
4100918	Beck	beck	US		0	America/Chicago	33.40929	-93.74462	70			AR	091	93084	
4100933	Becks	becks	US		0	America/Chicago	34.98815	-90.85261	65	Beck,Becks,Dodsons Corner		AR	123	92340	
4100937	Becton	becton	US		0	America/Chicago	35.06426	-91.24846	61			AR	147	90927	
4100975	Bee Rock	bee-rock	US		0	America/Chicago	35.28286	-91.73153	114			AR	145	91506	
4101020	Beech Creek Crossing	beech-creek-crossing	US		0	America/Chicago	33.31845	-91.93708	34	Beech Creek,Beech Creek Crossing		AR	003	92277	
4101045	Beecher (historical)	beecher-historical	US		0	America/Chicago	34.57426	-91.54763	67			AR	117	93219	
4101046	Beechwood	beechwood	US		0	America/Chicago	36.00813	-93.36907	327	Beech Woods,Beechwood		AR	101	92958	
4101055	Begley (historical)	begley-historical	US		0	America/Chicago	35.88563	-92.53377	369			AR	129	94062	
4101064	Bel-Aire Subdivision	bel-aire-subdivision	US		0	America/Chicago	34.97148	-92.02653	93			AR	085	94131	
4101077	Belk Corner	belk-corner	US		0	America/Chicago	35.04953	-92.49044	87			AR	045	90600	
4101078	Belknap (historical)	belknap-historical	US		0	America/Chicago	35.26675	-90.61511	63			AR	037	93408	
4101122	Bellair	bellair	US		0	America/Chicago	33.90011	-93.77407	125			AR	057	92499	
4101129	Belle Meade	belle-meade	US		0	America/Chicago	34.92954	-90.43454	62	Belle Mead,Belle Meade,Belle Meade Plantation		AR	123	91437	
4100545	Batson	batson	US	77519	0	America/Chicago	35.6223	-93.64741	597			AR	071	90150	
4101141	Bellevue (historical)	bellevue-historical	US		0	America/Chicago	34.93176	-92.70155	244			AR	105	93054	
4101165	Belmont (historical)	belmont-historical	US		0	America/Chicago	35.55981	-94.17854	265			AR	033	91043	
4101172	Belser (historical)	belser-historical	US		0	America/Chicago	34.54705	-90.694	57			AR	107	91767	
4101174	Belton (historical)	belton-historical	US		0	America/Chicago	33.94872	-93.69879	155			AR	057	93072	
4101181	Bemis	bemis	US		0	America/Chicago	35.16259	-91.06762	66	Bemis,Clare		AR	147	91371	
4101183	Ben	ben	US		0	America/Chicago	35.72119	-91.94848	378	Ben,Coras		AR	137	94092	
4101209	Bengel	bengel	US		0	America/Chicago	35.45258	-91.32318	64			AR	067	90516	
4101211	Bennett (historical)	bennett-historical	US		0	America/Chicago	33.60123	-93.36878	112			AR	099	92823	
4101223	Bennetts (historical)	bennetts-historical	US		0	America/Chicago	36.46479	-92.19043	183			AR	005	90165	
4101268	Benzal	benzal	US		0	America/Chicago	33.99899	-91.1615	46			AR	001	90774	
4101294	Berry (historical)	berry-historical	US		0	America/Chicago	36.16813	-92.22349	188			AR	005	92709	
4101321	Bertig	bertig	US		0	America/Chicago	36.07118	-90.33093	75			AR	055	92088	
4101328	Bessie (historical)	bessie-historical	US		0	America/Chicago	35.01425	-92.57072	82			AR	045	90225	
4101329	Bessie (historical)	bessie-historical	US		0	America/Chicago	35.9198	-90.9704	78			AR	075	91137	
4101332	Bests (historical)	bests-historical	US		0	America/Chicago	33.73122	-92.60294	77			AR	103	93711	
4101361	Bethel (historical)	bethel-historical	US		0	America/Chicago	34.26761	-94.02992	245			AR	061	93663	
4101404	Bethel Chapel	bethel-chapel	US		0	America/Chicago	34.39316	-94.32938	348			AR	113	93996	
4101456	Bethel Heights	bethel-heights	US		2490	America/Chicago	36.21424	-94.12937	411			AR	007	93630	
4101557	Beulah Island Landing	beulah-island-landing	US		0	America/Chicago	33.80261	-91.02539	40			AR	041	91341	
4101572	Beverly Terrace	beverly-terrace	US		0	America/Chicago	34.68231	-92.35571	89			AR	119	90300	
4101574	Bevis Corner	bevis-corner	US		0	America/Chicago	34.72065	-92.00709	73	Beavers Store,Bevis Corner		AR	085	93171	
4101591	Bidville	bidville	US		0	America/Chicago	35.7398	-93.98187	685			AR	033	90248	
4101679	Big Creek Corner	big-creek-corner	US		0	America/Chicago	34.67288	-90.89011	60			AR	077	93459	
4101768	Big Fork	big-fork	US		0	America/Chicago	34.4865	-93.96992	311	Big Fork,Bigfork		AR	113	90294	
4101780	Big Hill	big-hill	US		0	America/Chicago	33.66566	-92.41543	87			AR	013		
4101891	Big Spring Mill	big-spring-mill	US		0	America/Chicago	35.8273	-91.72375	122	Big Spring Mill,Spring Mill		AR	063		
4101931	Billingsleys Corner	billingsleys-corner	US		0	America/Chicago	33.90817	-94.40715	94			AR	081	90648	
4101960	Birdell	birdell	US		0	America/Chicago	36.24451	-91.07818	96			AR	121	93974	
4101965	Birdeye	birdeye	US		0	America/Chicago	35.3787	-90.68733	79	Birdeye,Walnut Camp Creek		AR	037	90894	
4101970	Birdsong	birdsong	US		38	America/Chicago	35.45842	-90.2626	67	Birdsong,Bubble,Hubbards		AR	093	94050	
4101973	Birdtown	birdtown	US		0	America/Chicago	35.30619	-92.60766	147			AR	029	90312	
4101977	Birmac	birmac	US		0	America/Chicago	34.17149	-91.61957	57			AR	069	92748	
4101986	Birta	birta	US		0	America/Chicago	35.01731	-93.13351	108			AR	149	92418	
4102003	Bissell (historical)	bissell-historical	US		0	America/Chicago	34.24733	-93.93769	255			AR	061	90822	
4102025	Black Cat	black-cat	US		0	America/Chicago	35.46508	-90.02453	72			AR	093	91476	
4102040	Black Fork	black-fork	US		0	America/Chicago	34.76705	-94.43105	247	Black Fork,Blackfork		AR	127	90324	
4102050	Black Jack	black-jack	US		0	America/Chicago	36.17868	-90.70095	82	Black Jack,Blackjack		AR	055	91992	
4102096	Black Springs	black-springs	US		96	America/Chicago	34.46121	-93.71269	236			AR	097		
4102111	Blackfish	blackfish	US		0	America/Chicago	35.0662	-90.58205	59			AR	123	91539	
4102121	Blackjack Corner	blackjack-corner	US		0	America/Chicago	36.4573	-94.13965	395			AR	007	93638	
4102145	Blackton	blackton	US		0	America/Chicago	34.6676	-91.10429	55	Blackton,Dunn		AR	095	91734	
4102169	Blakemore	blakemore	US		0	America/Chicago	34.60482	-91.88208	67	Blakemore,Lute Store		AR	085	92865	
4102174	Blanchard (historical)	blanchard-historical	US		0	America/Chicago	34.17233	-94.4641	250			AR	133	92502	
4102177	Blanchard Springs	blanchard-springs	US		0	America/Chicago	33.02653	-92.66682	52			AR	139	91884	
4102181	Blanchton	blanchton	US		0	America/Chicago	33.24179	-92.08708	25			AR	011	91185	
4102203	Blansett	blansett	US		0	America/Chicago	34.7901	-94.22021	273			AR	127	90348	
4102206	Blanton	blanton	US		0	America/Chicago	35.17481	-90.16648	66			AR	035	92508	
4102215	Bleaker (historical)	bleaker-historical	US		0	America/Chicago	34.03066	-92.44293	78			AR	025	93297	
4102228	Blewford (historical)	blewford-historical	US		0	America/Chicago	36.16897	-94.33132	365			AR	143	91608	
4102230	Blick	blick	US		0	America/Chicago	35.38369	-92.706	216			AR	029	92688	
4102234	Bliss (historical)	bliss-historical	US		0	America/Chicago	35.41342	-91.62041	146			AR	145	90897	
4102242	Blocher	blocher	US		0	America/Chicago	34.68759	-92.90684	162			AR	125	92370	
4102262	Bloomington (historical)	bloomington-historical	US		0	America/Chicago	35.53008	-92.36349	153			AR	141	91035	
4102267	Blowing Cave (historical)	blowing-cave-historical	US		0	America/Chicago	35.8223	-91.65847	89			AR	063	90069	
4102283	Blue Bayou	blue-bayou	US		0	America/Chicago	33.96956	-93.95574	152			AR	061	90933	
4102367	Blue Springs (historical)	blue-springs-historical	US		0	America/Chicago	33.63372	-92.30765	57			AR	011	92568	
4102372	Blue Springs Village	blue-springs-village	US		0	America/Chicago	36.17508	-94.01548	356			AR	143	90501	
4102376	Bluetip (historical)	bluetip-historical	US		0	America/Chicago	35.75424	-91.91709	386			AR	137	90053	
4102389	Bluff Ridge (historical)	bluff-ridge-historical	US		0	America/Chicago	35.03676	-94.16465	188			AR	127	92160	
4102393	Bluff Springs (historical)	bluff-springs-historical	US		0	America/Chicago	34.289	-94.06686	252			AR	061	93663	
4102440	Boat Run	boat-run	US		0	America/Chicago	35.45814	-90.52094	64	Boat Run,Boatrun		AR	111	92229	
4102466	Bodcaw	bodcaw	US		132	America/Chicago	33.55845	-93.40712	109	Batea,Bodcau,Bodcaw		AR	099	92823	
4102470	Boeuf	boeuf	US		0	America/Chicago	33.19873	-91.37984	33	Boeuf,Boueff		AR	017	92913	
4102475	Bog Springs	bog-springs	US		0	America/Chicago	34.32955	-94.4291	359	Bog Spring,Bog Springs,Bogg Springs		AR	113	92805	
4102480	Boggy	boggy	US		0	America/Chicago	33.22485	-93.88685	78			AR	091	90207	
4102481	Boggy (historical)	boggy-historical	US		0	America/Chicago	33.22957	-93.88713	77			AR	091	90207	
4102496	Bogota (historical)	bogota-historical	US		0	America/Chicago	33.68178	-91.34373	43			AR	041	90831	
4102517	Boiling Springs (historical)	boiling-springs-historical	US		0	America/Chicago	35.47453	-92.99434	195			AR	115	91875	
4102529	Bolding	bolding	US		0	America/Chicago	33.08374	-92.2293	36			AR	139	92121	
4102552	Bonair	bonair	US		0	America/Chicago	34.94954	-90.79095	69	Bonair,Bonair Station,McDaniel		AR	123	91368	
4102555	Bonanza Springs (historical)	bonanza-springs-historical	US		0	America/Chicago	34.55842	-93.0849	168			AR	051	94047	
4102570	Bone Town	bone-town	US		0	America/Chicago	36.04479	-91.77653	219			AR	065	92916	
4102637	Booster	booster	US		0	America/Chicago	35.74952	-92.66016	510			AR	129	93351	
4102641	Boothe	boothe	US		0	America/Chicago	35.04399	-94.11743	204	Boothe,North Booth		AR	127	93620	
4102667	Bothersome (historical)	bothersome-historical	US		0	America/Chicago	35.74869	-91.93765	381			AR	137	94092	
4102673	Boughton	boughton	US		0	America/Chicago	33.85011	-93.32573	72			AR	099	90423	
4102679	Botkinburg	botkinburg	US		0	America/Chicago	35.69897	-92.5171	404			AR	141	93933	
4102683	Bovine	bovine	US		0	America/Chicago	33.17845	-91.8818	55	Bovine,Bovine Crossing		AR	003	92469	
4102719	Bowser (historical)	bowser-historical	US		0	America/Chicago	33.58455	-91.81374	77			AR	043	92382	
4102730	Boxley	boxley	US		0	America/Chicago	35.97674	-93.40213	336			AR	101	93774	
4102738	Boyd (historical)	boyd-historical	US		0	America/Chicago	34.53898	-91.92569	67			AR	085	91569	
4102752	Boyd Hill	boyd-hill	US		0	America/Chicago	33.44485	-93.67101	75	Boyd,Boyd Hill		AR	073	93258	
4102762	Boydell	boydell	US		0	America/Chicago	33.36567	-91.49123	39	Boydell,Merrill,Morrell,Slemons		AR	003	93666	
4102764	Boydsville	boydsville	US		0	America/Chicago	36.33423	-90.38372	105			AR	021	91971	
4102767	Boyle (historical)	boyle-historical	US		0	America/Chicago	36.04424	-92.20293	360			AR	137	92724	
4102771	Bozarth (historical)	bozarth-historical	US		0	America/Chicago	36.29813	-94.51966	362			AR	007	93645	
4102845	Brainerd (historical)	brainerd-historical	US		0	America/Chicago	35.68119	-90.86345	76	Brainard,Brainerd (historical)		AR	111	93973	
4102846	Brakebill	brakebill	US		0	America/Chicago	36.45784	-90.96318	146			AR	121	91833	
4102870	Brannon	brannon	US		0	America/Chicago	35.81786	-93.94631	699			AR	087	93759	
4102881	Brasfield	brasfield	US		0	America/Chicago	34.83287	-91.38068	58	Brasfield,Cache River		AR	117	92289	
4102884	Brasswell Spring (historical)	brasswell-spring-historical	US		0	America/Chicago	36.37146	-93.47296	387	Brasswell Spring (historical),Braswell Springs		AR	015	91692	
4102886	Brashears	brashears	US		0	America/Chicago	35.81175	-93.79575	452	Brashears,Brashears Junction		AR	087	91722	
4102917	Bredlow Corner	bredlow-corner	US		0	America/Chicago	34.53426	-92.10126	71			AR	119	91731	
4102963	Briarcliff	briarcliff	US		235	America/Chicago	36.27507	-92.28627	219			AR	005	93669	
4102964	Briark	briark	US		0	America/Chicago	35.14676	-90.12593	67			AR	035	92508	
4102989	Bridgeport (historical)	bridgeport-historical	US		0	America/Chicago	36.11118	-91.4493	104			AR	135	93438	
4103014	Bright	bright	US		0	America/Chicago	33.41957	-93.31906	111			AR	027	93822	
4103032	Brightstar	brightstar	US		0	America/Chicago	33.11541	-93.98963	109	Bright Star,Brightstar,Stuckeyville		AR	091	93537	
4103033	Brightwater	brightwater	US		0	America/Chicago	36.41785	-94.05687	374	Bright Water,Brightwater,Stunner,Trotts Stand		AR	007	93626	
4103055	Brisbane (historical)	brisbane-historical	US		0	America/Chicago	33.58345	-93.34906	128			AR	099	92823	
4103060	Bristol (historical)	bristol-historical	US		0	America/Chicago	35.1662	-92.13209	110			AR	045	90483	
4103064	Britt (historical)	britt-historical	US		0	America/Chicago	33.87427	-93.25211	61			AR	019	90591	
4103067	Brittain	brittain	US		0	America/Chicago	34.65704	-92.32265	77			AR	119	90300	
4103071	Broad	broad	US		0	America/Chicago	33.2929	-92.0743	33			AR	011	92817	
4103083	Brister	brister	US		0	America/Chicago	33.14069	-93.19211	84			AR	027	91245	
4103097	Brockett	brockett	US		0	America/Chicago	36.33868	-90.9429	85			AR	121	90909	
4103099	Brockington Corner	brockington-corner	US		0	America/Chicago	34.97064	-92.29515	120			AR	045	94083	
4103102	Brocktown (historical)	brocktown-historical	US		0	America/Chicago	34.0715	-93.60852	161			AR	109	92523	
4103125	Brooks (historical)	brooks-historical	US		0	America/Chicago	34.56676	-92.44738	106			AR	125	91809	
4103146	Broom (historical)	broom-historical	US		0	America/Chicago	35.92007	-91.12151	78			AR	075	92385	
4103163	Brown (historical)	brown-historical	US		0	America/Chicago	35.90924	-90.21176	71			AR	093	90297	
4103221	Brown Springs	brown-springs	US		0	America/Chicago	34.15704	-92.92073	92	Brown Springs,Dovepark		AR	059	90498	
4103273	Brownwood Terrace	brownwood-terrace	US		0	America/Chicago	34.73759	-92.36904	117			AR	119	90300	
4103274	Bruce (historical)	bruce-historical	US		0	America/Chicago	34.26787	-92.18154	105			AR	069	93918	
4103281	Bruins	bruins	US		0	America/Chicago	34.88843	-90.35121	62			AR	035	92298	
4103286	Brummitt	brummitt	US		0	America/Chicago	34.53898	-91.6618	61			AR	085	91839	
4103289	Brundige (historical)	brundige-historical	US		0	America/Chicago	35.19036	-91.90181	171			AR	145	90636	
4103328	Brushey Lake	brushey-lake	US		0	America/Chicago	35.48592	-90.91345	72			AR	111	92796	
4103331	Brushy (historical)	brushy-historical	US		0	America/Chicago	33.18012	-91.9668	34	Brushey,Brushy (historical)		AR	003	92469	
4103332	Brushy (historical)	brushy-historical	US		0	America/Chicago	34.25428	-93.98547	247			AR	061	90822	
4103467	Bryant Oaks	bryant-oaks	US		0	America/Chicago	34.61009	-92.48349	109			AR	125	90522	
4103470	Bryant Woodland Heights	bryant-woodland-heights	US		0	America/Chicago	35.75647	-91.62375	112			AR	063	93249	
4103472	Bryanville	bryanville	US		0	America/Chicago	34.92009	-90.86261	64			AR	123	93009	
4103508	Buck Knob	buck-knob	US		0	America/Chicago	34.71038	-93.93909	310			AR	127	92487	
4103531	Buck Snort	buck-snort	US		0	America/Chicago	35.89313	-90.64928	109			AR	031	92004	
4103533	Buck Range	buck-range	US		0	America/Chicago	33.85678	-93.84907	122	Buck Range,Buckrange		AR	061	90531	
4103563	Bucks Landing	bucks-landing	US		0	America/Chicago	34.87065	-91.46624	54			AR	117	94023	
4103565	Bucksnort	bucksnort	US		0	America/Chicago	33.84566	-92.47432	92	Bucksnort,Stony Point		AR	039	91317	
4103566	Bucksville (historical)	bucksville-historical	US		0	America/Chicago	34.61231	-93.34047	180			AR	051	91581	
4103577	Budd Creek	budd-creek	US		0	America/Chicago	35.55536	-92.11876	186			AR	023	91458	
4103582	Buddys Landing	buddys-landing	US		0	America/Chicago	34.62426	-93.54325	177			AR	097		
4103583	Budsmith (historical)	budsmith-historical	US		0	America/Chicago	35.24037	-90.72344	75			AR	037	93408	
4103588	Buell	buell	US		0	America/Chicago	35.30315	-94.38188	147			AR	131	92280	
4103594	Buffalo (historical)	buffalo-historical	US		0	America/Chicago	34.42511	-94.44605	308			AR	113	93996	
4103595	Buffalo (historical)	buffalo-historical	US		0	America/Chicago	34.79843	-94.04382	199			AR	127	92607	
4103605	Buffalo City	buffalo-city	US		0	America/Chicago	36.16785	-92.4421	137	Buffalo,Buffalo City,Buffalo Station,East Buffalo City,New Buffalo City,Oredale,Toney,Winerva,Winnerva		AR	005	90540	
4103643	Buffalolick (historical)	buffalolick-historical	US		0	America/Chicago	35.66397	-90.68428	119	Buffalo Lick,Buffalolick (historical)		AR	111	91518	
4103646	Buffo (historical)	buffo-historical	US		0	America/Chicago	34.15566	-91.3679	56			AR	001	93483	
4103657	Buie	buie	US		0	America/Chicago	34.35204	-92.56405	94			AR	053	93192	
4103693	Bullfrog Valley	bullfrog-valley	US		0	America/Chicago	35.51897	-93.21268	207			AR	115	92415	
4103718	Bunney	bunney	US		0	America/Chicago	35.72258	-90.38455	67			AR	031	90330	
4103729	Burg	burg	US		0	America/Chicago	34.23705	-94.0702	227	Burg,Rock Springs		AR	061	90552	
4103743	Burks	burks	US		0	America/Chicago	34.30177	-91.40234	61			AR	001	92085	
4103758	Burma (historical)	burma-historical	US		0	America/Chicago	34.65287	-91.3654	50			AR	095	90585	
4103776	Burnt Cane	burnt-cane	US		0	America/Chicago	35.01481	-90.63788	62			AR	123	91539	
4103779	Burnt Cane Crossing	burnt-cane-crossing	US		0	America/Chicago	34.99009	-90.61427	61			AR	123	90321	
4103783	Burnt Hill	burnt-hill	US		0	America/Chicago	35.87813	-90.51538	73			AR	031	90489	
4103790	Burnville	burnville	US		0	America/Chicago	35.1887	-94.1891	195			AR	131	90741	
4103793	Buroak	buroak	US		0	America/Chicago	35.93452	-92.76656	302			AR	129	93456	
4103822	Burton Mill	burton-mill	US		0	America/Chicago	33.17402	-93.63518	80			AR	073	93201	
4103824	Burtsell	burtsell	US		0	America/Chicago	33.9551	-93.2899	79	Burtsel,Burtsell,Native		AR	019	90591	
4103828	Busch	busch	US		0	America/Chicago	36.46424	-93.83075	339			AR	015	90195	
4103836	Bushtown (historical)	bushtown-historical	US		0	America/Chicago	35.47369	-93.5363	122			AR	071	93447	
4103879	Butter Creek (historical)	butter-creek-historical	US		0	America/Chicago	35.54202	-92.5571	179			AR	141	90951	
4103888	Buttermilk	buttermilk	US		0	America/Chicago	35.3873	-92.89711	128			AR	115	91536	
4103896	Buttry (historical)	buttry-historical	US		0	America/Chicago	36.46007	-94.05992	420			AR	007	93626	
4103908	Buzzard Roost (historical)	buzzard-roost-historical	US		0	America/Chicago	35.57619	-92.51155	172			AR	141	93970	
4103947	Cabanal	cabanal	US		0	America/Chicago	36.2784	-93.53213	399	Cabanal,Cabanol		AR	015	90570	
4103956	Cabool (historical)	cabool-historical	US		0	America/Chicago	34.03343	-92.15014	64			AR	025	92691	
4103970	Cache Lake	cache-lake	US		0	America/Chicago	36.29562	-90.53316	87	Cache Lake,Celtis		AR	021	90589	
4104001	Cadron (historical)	cadron-historical	US		0	America/Chicago	35.11536	-92.55016	85	Cadron (historical),Cadron Town		AR	045	90600	
4104004	Caddo Valley	caddo-valley	US		607	America/Chicago	34.18204	-93.07101	64			AR	019	90591	
4104021	Caglesville	caglesville	US		0	America/Chicago	35.39536	-92.96461	239	Cagles Mills,Caglesville,Coglesville		AR	115	90735	
4104026	Cain	cain	US		0	America/Chicago	35.59981	-94.17771	339			AR	033	92614	
4104033	Calamine	calamine	US		0	America/Chicago	36.01146	-91.39902	97			AR	135	90282	
4104067	Calhoun Junction	calhoun-junction	US		0	America/Chicago	33.25124	-93.14822	104			AR	027	92355	
4104085	Calico Neck (historical)	calico-neck-historical	US		0	America/Chicago	33.05958	-93.00544	68			AR	027	91245	
4104092	Calis (historical)	calis-historical	US		0	America/Chicago	36.3773	-94.32493	396	Calis (historical),Callis		AR	007	93645	
4104108	Calmer	calmer	US		0	America/Chicago	33.9376	-92.0307	76			AR	025	92493	
4104172	Camark	camark	US		0	America/Chicago	33.63233	-92.76683	38			AR	103	90441	
4104188	Camelot Acres	camelot-acres	US		0	America/Chicago	35.03842	-92.09598	116			AR	085	92349	
4104189	Cammack Village	cammack-village	US		748	America/Chicago	34.77815	-92.34904	152			AR	119	90300	
4104192	Camilla (historical)	camilla-historical	US		0	America/Chicago	34.8987	-92.07237	76			AR	085	91503	
4104216	Camp Ground	camp-ground	US		0	America/Chicago	36.12201	-90.54677	104			AR	055	93687	
4104241	Camp Pershing (historical)	camp-pershing-historical	US		0	America/Chicago	34.87926	-92.81156	165			AR	105	92436	
4104297	Campbell Station	campbell-station	US		241	America/Chicago	35.66841	-91.24485	71	Campbell,Campbell Station		AR	067	91929	
4104348	Canale	canale	US		0	America/Chicago	33.0668	-93.81407	62			AR	073	93201	
4104353	Candlewood	candlewood	US		0	America/Chicago	34.80787	-92.42627	203			AR	119	90300	
4104354	Candlewood Estates	candlewood-estates	US		0	America/Chicago	34.93287	-92.0182	86			AR	085	94131	
4104364	Cane Creek	cane-creek	US		0	America/Chicago	34.44315	-92.35376	86			AR	053	93384	
4104389	Cane Island (historical)	cane-island-historical	US		0	America/Chicago	35.84591	-90.42844	70			AR	031	92097	
4104401	Caney (historical)	caney-historical	US		0	America/Chicago	33.58984	-93.14461	80			AR	099	91869	
4104509	Caney Valley	caney-valley	US		0	America/Chicago	34.26232	-93.53991	171	Caney Valley,Pine Land,Pineland		AR	109	90810	
4104523	Cannon (historical)	cannon-historical	US		0	America/Chicago	36.26008	-94.24687	376			AR	007	93632	
4104527	Cannon Creek	cannon-creek	US		0	America/Chicago	35.9048	-93.9402	442			AR	087	93759	
4104529	Cannongate Addition	cannongate-addition	US		0	America/Chicago	34.97203	-92.11265	106			AR	119	91731	
4104533	Canoe Landing	canoe-landing	US		0	America/Chicago	33.94399	-92.26515	52			AR	025	94002	
4104543	Canton (historical)	canton-historical	US		0	America/Chicago	36.28257	-91.45458	121			AR	135	91605	
4104559	Capps	capps	US		0	America/Chicago	36.23563	-93.18935	439			AR	009	90507	
4104565	Capps City	capps-city	US		0	America/Chicago	33.02013	-93.97657	85			AR	091	93537	
4104571	Carbon City	carbon-city	US		0	America/Chicago	35.29759	-93.79186	127			AR	083	93372	
4104574	Carden Bottoms	carden-bottoms	US		0	America/Chicago	35.14842	-93.01378	94	Carden,Carden Bottom,Carden Bottoms,Cardens		AR	149	91410	
4104580	Cardiff	cardiff	US		0	America/Chicago	34.92732	-93.9252	300			AR	127	92628	
4104584	Careyville Landing	careyville-landing	US		0	America/Chicago	33.26346	-92.30903	25			AR	139	91620	
4104587	Cargile	cargile	US		0	America/Chicago	33.15735	-92.65182	53			AR	139	91218	
4104627	Carnis	carnis	US		0	America/Chicago	35.24815	-94.20299	168			AR	131	91320	
4104630	Carolan	carolan	US		0	America/Chicago	35.09371	-93.97937	159			AR	083	90699	
4104636	Carnie (historical)	carnie-historical	US		0	America/Chicago	33.1193	-92.94294	81			AR	139	91440	
4104650	Carr (historical)	carr-historical	US		0	America/Chicago	35.69036	-90.51788	67			AR	111	94068	
4104655	Carrol Corner	carrol-corner	US		0	America/Chicago	35.72869	-90.17871	70	Carrol Corner,Carroll Corner,Carroll's Corner,Carrolls Corner		AR	093	92226	
4104675	Carryville	carryville	US		0	America/Chicago	36.34228	-90.10398	84			AR	021	92836	
4104678	Carson Lake	carson-lake	US		0	America/Chicago	35.63341	-90.04231	69	Carson,Carson Lake		AR	093	90683	
4104686	Carter (historical)	carter-historical	US		0	America/Chicago	35.92702	-94.05215	407	Carter (historical),Carter Store,Carters Store		AR	143	94026	
4104716	Cartney	cartney	US		0	America/Chicago	36.19451	-92.38238	127			AR	005	90540	
4104741	Case	case	US		0	America/Chicago	36.20812	-90.76261	84			AR	055	91992	
4104742	Case (historical)	case-historical	US		0	America/Chicago	36.22173	-90.74289	84			AR	055	91992	
4104768	Cassidy	cassidy	US		0	America/Chicago	35.58341	-90.48372	65			AR	111	92304	
4104771	Casteel (historical)	casteel-historical	US		0	America/Chicago	36.07035	-92.23654	326			AR	005	91524	
4104777	Castle Heights	castle-heights	US		0	America/Chicago	34.93981	-92.0057	94			AR	085	94131	
4104779	Castleberry (historical)	castleberry-historical	US		0	America/Chicago	33.49845	-92.21125	43			AR	011	90819	
4104782	Castleville (historical)	castleville-historical	US		0	America/Chicago	36.25758	-94.30549	377			AR	007	93647	
4104794	Catalpa	catalpa	US		0	America/Chicago	35.69147	-93.52657	338			AR	071	92652	
4104800	Catcher	catcher	US		0	America/Chicago	35.40759	-94.2766	140			AR	033	93771	
4104812	Catholic Point	catholic-point	US		0	America/Chicago	35.34425	-92.55294	207	Catholic Point,Little Italy		AR	029	90696	
4104825	Catesville	catesville	US		0	America/Chicago	33.10458	-92.66349	79			AR	139	91884	
4104828	Catorce (historical)	catorce-historical	US		0	America/Chicago	34.88231	-92.43377	84			AR	119	91731	
4104836	Caulksville	caulksville	US		206	America/Chicago	35.30203	-93.86409	119			AR	083	93390	
4104837	Cauthron	cauthron	US		0	America/Chicago	35.16954	-93.8702	172			AR	083	90405	
4104838	Cauthron	cauthron	US		0	America/Chicago	34.92093	-94.29744	186	Cauthron,Piney		AR	127	90702	
4104844	Cavanaugh	cavanaugh	US		0	America/Chicago	35.31232	-94.42577	150			AR	131	93741	
4104849	Cave (historical)	cave-historical	US		0	America/Chicago	36.41063	-94.58633	332			AR	007	93645	
4104883	Cave Spring (historical)	cave-spring-historical	US		0	America/Chicago	36.2048	-93.57297	416			AR	015	92763	
4104892	Cavell	cavell	US		0	America/Chicago	35.26009	-91.26096	61			AR	147	90078	
4104893	Caverna	caverna	US		0	America/Chicago	36.49963	-94.26935	294			MO	119	79540	
4105002	Cedar Glades (historical)	cedar-glades-historical	US		0	America/Chicago	34.61259	-93.29741	176	Cedar Glades (historical),Cedarglades		AR	051	91581	
4105029	Cedar Hill (historical)	cedar-hill-historical	US		0	America/Chicago	34.26317	-94.06686	251			AR	061	93663	
4105035	Cedar Hills Estates	cedar-hills-estates	US		0	America/Chicago	34.93342	-91.96403	100			AR	085	92736	
4105037	Cedar Glade (historical)	cedar-glade-historical	US		0	America/Chicago	34.214	-94.15687	239			AR	061	93663	
4105090	Center Grove	center-grove	US		0	America/Chicago	34.31815	-92.29237	100			AR	053	93912	
4105261	Cerrogordo	cerrogordo	US		0	America/Chicago	33.91984	-94.47604	118	Cero Gordo,Cerro Gordo,Cerrogordo		AR	081	90648	
4105267	Chadwick (historical)	chadwick-historical	US		0	America/Chicago	34.98092	-92.35154	98	Chadwick (historical),Plum Orchard		AR	045	91014	
4105277	Chalk (historical)	chalk-historical	US		0	America/Chicago	35.54174	-92.2471	189	Chalk (historical),Cullum		AR	141	91035	
4105286	Chalybeate Springs	chalybeate-springs	US		0	America/Chicago	35.78035	-91.9582	407	Bon Air Springs,Chalybeate Springs		AR	137	90053	
4105287	Chalybeate Springs	chalybeate-springs	US		0	America/Chicago	34.98676	-93.57241	132			AR	149	91167	
4105308	Chambers Spring (historical)	chambers-spring-historical	US		0	America/Chicago	36.11814	-94.43077	361			AR	007	93647	
4105314	Champagnolle	champagnolle	US		0	America/Chicago	33.31096	-92.52182	51	Champagnolle,Old Champagnolle,Scarboroughs Landing		AR	139	91365	
4105319	Champion (historical)	champion-historical	US		0	America/Chicago	33.94788	-91.65013	53			AR	079	93963	
4105325	Chancel	chancel	US		0	America/Chicago	35.75258	-93.14518	311			AR	101	93150	
4105337	Chant (historical)	chant-historical	US		0	America/Chicago	34.74732	-94.07576	214			AR	127	92487	
4105339	Chanticleer	chanticleer	US		0	America/Chicago	33.30095	-91.27928	38			AR	017	90666	
4105364	Chaplin (historical)	chaplin-historical	US		0	America/Chicago	36.24535	-93.63463	378			AR	087	90009	
4105369	Charity (historical)	charity-historical	US		0	America/Chicago	34.73481	-92.16792	76			AR	119	91731	
4105374	Chappelle (historical)	chappelle-historical	US		0	America/Chicago	34.69954	-90.87456	60			AR	077	93459	
4105393	Chasewood Landing	chasewood-landing	US		0	America/Chicago	34.63343	-93.67381	201			AR	097		
4105394	Chastain (historical)	chastain-historical	US		0	America/Chicago	36.17507	-92.28127	190	Chastain (historical),Chastine		AR	005	92709	
4105406	Cheatham	cheatham	US		0	America/Chicago	34.10456	-94.46827	140	Cheatham,Stuart		AR	133	92502	
4105410	Checks Corner (historical)	checks-corner-historical	US		0	America/Chicago	36.48924	-94.52411	353	Checks Corner (historical),Checks Corners		AR	007	93645	
4105417	Chelford	chelford	US		0	America/Chicago	35.51675	-90.23676	69			AR	093	94050	
4105427	Cherokee City	cherokee-city	US		72	America/Chicago	36.29841	-94.57772	352	Cherokee City,Hog Eye,Hogeye,Hogseye,Woolly City		AR	007	93645	
4105452	Cherry Grove (historical)	cherry-grove-historical	US		0	America/Chicago	34.25204	-92.41265	83	Cherry Grove (historical),Cherrygrove		AR	053	90624	
4105487	Chickalah	chickalah	US		0	America/Chicago	35.16425	-93.27851	124			AR	149	92343	
4105494	Chickasawba	chickasawba	US		0	America/Chicago	35.9273	-89.92342	78			AR	093	90783	
4105503	Chicot	chicot	US		0	America/Chicago	33.20568	-91.2865	38	Chicot,Chisca		AR	017	92913	
4105508	Chicot Junction	chicot-junction	US		0	America/Chicago	33.2029	-91.25983	38			AR	017	92913	
4105518	Childers	childers	US		0	America/Chicago	34.92065	-91.5643	63			AR	117	94023	
4105529	Chilson	chilson	US		0	America/Chicago	35.71258	-91.00151	74			AR	031	92232	
4105532	Chimes	chimes	US		0	America/Chicago	35.69813	-92.7385	568	Chimes,Liberty		AR	141	90054	
4105566	Chismville	chismville	US		0	America/Chicago	35.21731	-93.94048	153			AR	083	93894	
4105582	Choctaw Pines	choctaw-pines	US		0	America/Chicago	35.52008	-92.3446	330			AR	141	91035	
4105795	Cicalla	cicalla	US		0	America/Chicago	35.07426	-90.52871	61	Cicalla,Cicalle		AR	123	91539	
4105796	Cinnamon Acres	cinnamon-acres	US		0	America/Chicago	34.92287	-91.95292	90			AR	085	91191	
4105797	Circle B Addition	circle-b-addition	US		0	America/Chicago	34.99453	-91.95709	82			AR	085	90669	
4105821	Clantonville	clantonville	US		0	America/Chicago	36.48146	-93.90909	493	Clantonville,Clatonville,Claytonville		AR	007	93626	
4105876	Clarks Corner	clarks-corner	US		0	America/Chicago	35.12342	-90.61205	61			AR	123	91539	
4105915	Clayton (historical)	clayton-historical	US		0	America/Chicago	33.62623	-93.4399	119			AR	099	90015	
4105924	Clayton Spur (historical)	clayton-spur-historical	US		0	America/Chicago	34.47372	-94.37744	281			AR	113	90936	
4105978	Clear Lake Junction	clear-lake-junction	US		0	America/Chicago	33.52096	-93.9238	79			AR	091	91755	
4105984	Clear Point	clear-point	US		0	America/Chicago	36.29563	-94.01048	385			AR	007	93628	
4105991	Clear Water (historical)	clear-water-historical	US		0	America/Chicago	35.34147	-91.64264	149	Clear Water (historical),Clearwater		AR	145	91623	
4106002	Clearview Estates	clearview-estates	US		0	America/Chicago	35.7373	-91.65014	139			AR	063	92313	
4106008	Clebb (historical)	clebb-historical	US		0	America/Chicago	35.14869	-92.59433	88	Clebb (historical),Price		AR	029	91779	
4106018	Clementine (historical)	clementine-historical	US		0	America/Chicago	36.37313	-94.4516	344			AR	007	93645	
4106019	Clements (historical)	clements-historical	US		0	America/Chicago	34.17677	-91.67041	56			AR	069	92748	
4106082	Clipper	clipper	US		0	America/Chicago	33.57207	-93.85324	78			AR	091	91755	
4106084	Cloar	cloar	US		0	America/Chicago	35.30981	-90.45788	65			AR	035	93655	
4106086	Cloquet (historical)	cloquet-historical	US		0	America/Chicago	33.61733	-92.09736	74			AR	011	92844	
4106088	Clover Bend	clover-bend	US		0	America/Chicago	35.98091	-91.09318	75	Clover Bend,Cloverbend		AR	075	92127	
4106119	Clutes (historical)	clutes-historical	US		0	America/Chicago	36.04313	-92.8835	336			AR	129	93012	
4106148	Cobbs	cobbs	US		0	America/Chicago	34.62843	-92.00903	71			AR	085	92070	
4106181	Coffman	coffman	US		0	America/Chicago	36.03812	-90.40816	75			AR	055	92358	
4106182	Coffman	coffman	US		0	America/Chicago	36.06368	-91.07846	79			AR	075	91173	
4106202	Colburn Spring (historical)	colburn-spring-historical	US		0	America/Chicago	34.99037	-94.01465	277			AR	127	93576	
4106219	Cold Springs (historical)	cold-springs-historical	US		0	America/Chicago	34.79398	-92.70016	191			AR	125	91743	
4106234	Cole	cole	US		0	America/Chicago	33.65095	-93.98658	94			AR	081	91356	
4106250	Cole Ridge	cole-ridge	US		0	America/Chicago	35.84285	-89.99926	72			AR	093	91659	
4106265	Coler	coler	US		0	America/Chicago	33.57484	-93.58934	97			AR	057	90387	
4106276	College City	college-city	US		537	America/Chicago	36.12535	-90.93929	83			AR	075	90627	
4106277	College Heights	college-heights	US		0	America/Chicago	33.59039	-91.80069	89	College Heights,College Station		AR	043	92382	
4106278	College Heights Addition	college-heights-addition	US		0	America/Chicago	35.77091	-91.62319	124			AR	063	93249	
4106280	College Hill	college-hill	US		0	America/Chicago	33.40596	-93.201	113	College Hill,Collegehill		AR	027	92328	
4106290	College Park (historical)	college-park-historical	US		0	America/Chicago	34.26399	-92.05959	70	College Park (historical),Moten		AR	069	93918	
4106791	Country Estates	country-estates	US		0	America/Chicago	35.16758	-92.77267	100			AR	029	93960	
4106305	Collietown	collietown	US		0	America/Chicago	35.8698	-91.83098	88			AR	063		
4106334	Colony West	colony-west	US		0	America/Chicago	34.77926	-92.38238	155			AR	119	90300	
4106337	Colton Crossing	colton-crossing	US		0	America/Chicago	35.36536	-90.61233	62	Callton,Colton,Colton Crossing,Colton Spur		AR	037	90894	
4106353	Colville (historical)	colville-historical	US		0	America/Chicago	36.25869	-94.19465	371	Collville,Colville (historical)		AR	007	93632	
4106356	Comal	comal	US		0	America/Chicago	36.23729	-92.77239	204	Comal,Comel		AR	089		
4106367	Cominto	cominto	US		0	America/Chicago	33.54567	-91.62679	56	Cominto,Highland Park		AR	043	90915	
4106372	Commissary (historical)	commissary-historical	US		0	America/Chicago	36.1084	-90.64289	90	Commissary (historical),Jacksons Commissary		AR	055	93516	
4106390	Como (historical)	como-historical	US		0	America/Chicago	33.8926	-92.38904	61			AR	025	92049	
4106395	Compton (historical)	compton-historical	US		0	America/Chicago	33.9265	-93.80185	136			AR	057	92499	
4106399	Comet	comet	US		0	America/Chicago	33.68401	-94.24353	101			AR	081	90057	
4106401	Conant	conant	US		0	America/Chicago	35.15481	-91.67319	65			AR	145	93831	
4106426	Confederate Place	confederate-place	US		0	America/Chicago	34.95564	-91.97987	99			AR	085	90669	
4106429	Congo	congo	US		0	America/Chicago	34.65898	-92.58738	147			AR	125	93291	
4106445	Connells Point	connells-point	US		0	America/Chicago	34.40982	-91.0015	50			AR	095	92539	
4106454	Constance (historical)	constance-historical	US		0	America/Chicago	33.52983	-91.4104	41			AR	017	90432	
4106457	Conville (historical)	conville-historical	US		0	America/Chicago	36.26451	-92.45294	231	Connville,Conville (historical)		AR	005	90540	
4106511	Cooleyville	cooleyville	US		0	America/Chicago	34.02178	-93.76685	172			AR	109	90468	
4106536	Cooney	cooney	US		0	America/Chicago	34.13232	-92.53182	77			AR	039	90780	
4106542	Cooper (historical)	cooper-historical	US		0	America/Chicago	34.26677	-93.72602	174			AR	109	93345	
4106543	Cooper Addition	cooper-addition	US		0	America/Chicago	34.96898	-91.96903	96			AR	085	90669	
4106622	Copperas Gap (historical)	copperas-gap-historical	US		0	America/Chicago	35.05925	-92.72239	96			AR	105	91776	
4106667	Corley	corley	US		0	America/Chicago	35.21342	-93.63464	438			AR	083	92598	
4106674	Cornerstone	cornerstone	US		0	America/Chicago	34.23038	-91.74513	59			AR	069	90390	
4106679	Cornerville	cornerville	US		0	America/Chicago	33.84427	-91.94041	74	Cornersville,Cornerville		AR	079	92478	
4106685	Cornie	cornie	US		0	America/Chicago	33.06791	-92.72599	43			AR	139	91665	
4106688	Cornhill (historical)	cornhill-historical	US		0	America/Chicago	33.85428	-94.03408	106	Corn,Corn Hill,Cornhill (historical)		AR	133	92820	
4106705	Cosgrove	cosgrove	US		0	America/Chicago	33.30651	-91.39956	36			AR	017	90666	
4106718	Cottage Hill (historical)	cottage-hill-historical	US		0	America/Chicago	36.24202	-93.89659	378			AR	007	93628	
4106726	Cotton Belt	cotton-belt	US		0	America/Chicago	36.09312	-90.46177	87			AR	055	90804	
4106737	Cotton Town	cotton-town	US		0	America/Chicago	35.36759	-93.64436	137			AR	083	90807	
4106738	Cotton Town	cotton-town	US		0	America/Chicago	35.11314	-93.05323	103			AR	149	91410	
4106750	Cottonwood Corner	cottonwood-corner	US		0	America/Chicago	35.83119	-90.3051	70	Cottonwood Corner,Hancock		AR	031	90330	
4106751	Cottonwood Corner	cottonwood-corner	US		0	America/Chicago	35.70536	-90.05342	70	Cottonwood Corner,Kottonwood Korner		AR	093	92529	
4106752	Cottonwood Corner	cottonwood-corner	US		0	America/Chicago	35.08648	-90.63483	61			AR	123	91539	
4106783	Country Club	country-club	US		0	America/Chicago	34.72954	-92.07348	74			AR	085	91125	
4106784	Country Club Addition	country-club-addition	US		0	America/Chicago	34.94314	-92.00431	93			AR	085	94131	
4106792	Country Lane	country-lane	US		0	America/Chicago	34.93342	-92.01181	95			AR	085	94131	
4106793	Country Road Estates	country-road-estates	US		0	America/Chicago	35.04592	-91.99876	88			AR	085	93879	
4106795	County Line	county-line	US		0	America/Chicago	36.48673	-92.15071	242			AR	005	90165	
4106798	Countiss	countiss	US		0	America/Chicago	34.28038	-90.87816	50			AR	107	93573	
4106846	Cove Creek (historical)	cove-creek-historical	US		0	America/Chicago	34.44787	-92.89489	107			AR	059	92352	
4106872	Covey (historical)	covey-historical	US		0	America/Chicago	36.2534	-92.16488	188			AR	005	92709	
4106899	Cow Lake (historical)	cow-lake-historical	US		0	America/Chicago	35.45786	-91.05707	67			AR	067	90948	
4106903	Cow Mound (historical)	cow-mound-historical	US		0	America/Chicago	35.0587	-91.33763	56	Cow Mound (historical),Inman		AR	147	90927	
4106924	Cowell	cowell	US		0	America/Chicago	35.82064	-93.16434	670			AR	101	92919	
4106926	Cowlingsville	cowlingsville	US		0	America/Chicago	33.84845	-94.06797	112			AR	133	92820	
4106929	Cowpens (historical)	cowpens-historical	US		0	America/Chicago	34.36121	-91.01761	47			AR	095	92539	
4106949	Cox Spring	cox-spring	US		0	America/Chicago	34.45594	-93.84547	299			AR	097		
4106953	Cozahome	cozahome	US		0	America/Chicago	36.04507	-92.50155	367			AR	129	93213	
4106990	Crain City	crain-city	US		0	America/Chicago	33.26763	-92.50737	47			AR	139	91365	
4106993	Cram	cram	US		0	America/Chicago	33.55011	-92.38265	64			AR	013		
4107010	Craney	craney	US		0	America/Chicago	33.51956	-92.22459	47			AR	011	90819	
4107017	Cravens	cravens	US		0	America/Chicago	35.54842	-93.91687	170			AR	047	90954	
4107023	Crawford (historical)	crawford-historical	US		0	America/Chicago	34.15316	-93.75741	215			AR	109	92646	
4107046	Credit (historical)	credit-historical	US		0	America/Chicago	35.72174	-91.00568	73			AR	031	92232	
4107047	Creech	creech	US		0	America/Chicago	36.22646	-94.03548	357			AR	007	93628	
4107054	Cremer	cremer	US		0	America/Chicago	33.12457	-91.97097	44			AR	003	91212	
4107057	Crest	crest	US		0	America/Chicago	36.4834	-93.20546	416			AR	009	92760	
4107068	Creigh	creigh	US		0	America/Chicago	34.44566	-91.00067	51			AR	107	91005	
4107070	Cricket	cricket	US		0	America/Chicago	36.44895	-93.2024	362	Cricket,Cricket Station,Crickett Station		AR	009	92760	
4107072	Crigler	crigler	US		0	America/Chicago	33.95899	-91.7693	55	Crigler,Furth		AR	079	90639	
4107083	Croak (historical)	croak-historical	US		0	America/Chicago	34.00149	-92.41154	72			AR	025	93297	
4107153	Cross Hollow	cross-hollow	US		0	America/Chicago	36.27841	-94.11326	372	Cross Hollow,Cross Hollows,Cross Hollows Station,Limedale,Stony Point		AR	007	93628	
4107156	Cross Lanes	cross-lanes	US		0	America/Chicago	35.39009	-94.20604	120			AR	033	92039	
4107163	Cross Roads	cross-roads	US		0	America/Chicago	33.60316	-92.18598	70			AR	011	92844	
4107164	Cross Roads	cross-roads	US		0	America/Chicago	34.22482	-92.40599	81			AR	053	90624	
4107165	Cross Roads	cross-roads	US		0	America/Chicago	34.37787	-93.39907	188			AR	059	91662	
4107166	Cross Roads	cross-roads	US		0	America/Chicago	33.83539	-94.38909	114			AR	081	92223	
4107167	Cross Roads	cross-roads	US		0	America/Chicago	36.07536	-93.90853	486			AR	087	92103	
4107168	Cross Roads	cross-roads	US		0	America/Chicago	34.42732	-91.06956	50			AR	095	92539	
4107169	Cross Roads	cross-roads	US		0	America/Chicago	33.42095	-92.71905	52			AR	103	93921	
4107170	Cross Roads (historical)	cross-roads-historical	US		0	America/Chicago	36.28619	-94.4441	412	Cross Roads (historical),Crossroads		AR	007	93647	
4107171	Cross Roads (historical)	cross-roads-historical	US		0	America/Chicago	36.18924	-94.16132	405			AR	143	93465	
4107192	Cross Trails (historical)	cross-trails-historical	US		0	America/Chicago	34.08761	-94.28604	184			AR	133	90175	
4107194	Crosses	crosses	US		0	America/Chicago	35.87425	-93.91131	412			AR	087	93759	
4107212	Crossroad	crossroad	US		0	America/Chicago	33.22956	-91.92485	46	Crossroad,Crossroads		AR	003	92469	
4107213	Crossroad	crossroad	US		0	America/Chicago	35.87869	-93.1974	689	Crossroad,Crossroads		AR	101	92919	
4107214	Crossroad	crossroad	US		0	America/Chicago	34.9337	-91.71958	68	Crossroad,Tellala		AR	117	91698	
4107225	Crossroads (historical)	crossroads-historical	US		0	America/Chicago	34.8862	-92.63488	88			AR	119	90300	
4107261	Crow Creek	crow-creek	US		0	America/Chicago	35.01259	-90.7365	72			AR	123	92340	
4107293	Crown (historical)	crown-historical	US		0	America/Chicago	36.29452	-94.3941	407			AR	007	93645	
4107297	Crows	crows	US		0	America/Chicago	34.61426	-92.76933	125			AR	125	91179	
4107302	Crump (historical)	crump-historical	US		0	America/Chicago	36.48952	-94.50605	361	Crum,Crump (historical)		AR	007	93645	
4107304	Crumpler Subdivision	crumpler-subdivision	US		0	America/Chicago	36.47368	-93.04879	252			AR	009	93522	
4107306	Cruse (historical)	cruse-historical	US		0	America/Chicago	33.9551	-92.66683	68			AR	039	93030	
4107346	Crystal Springs Landing	crystal-springs-landing	US		0	America/Chicago	34.54731	-93.3613	179			AR	051	91581	
4107361	Cullendale	cullendale	US		0	America/Chicago	33.53928	-92.82238	39	Cullendale,Keystone Mills		AR	103	92073	
4107366	Culler	culler	US		0	America/Chicago	34.65898	-91.80958	64			AR	085	91305	
4107372	Culp	culp	US		0	America/Chicago	36.10979	-92.21904	128			AR	005	91524	
4107376	Culpepper	culpepper	US		0	America/Chicago	35.51619	-92.51655	316	Culpeper,Culpepper		AR	141	90987	
4107377	Cumberland (historical)	cumberland-historical	US		0	America/Chicago	35.40842	-93.16545	164	Cumberland (historical),New Hope		AR	115	91134	
4107380	Cumi	cumi	US		0	America/Chicago	36.40645	-92.18349	244			AR	005	92460	
4107389	Cummings Springs	cummings-springs	US		0	America/Chicago	33.75289	-93.18378	58			AR	099	93075	
4107390	Cummins	cummins	US		0	America/Chicago	34.06399	-91.57901	54			AR	079	90075	
4107398	Cuneo (historical)	cuneo-historical	US		0	America/Chicago	34.78065	-91.63208	71	Cuneo (historical),Cuneo Switch		AR	117	91650	
4107400	Cunningham (historical)	cunningham-historical	US		0	America/Chicago	34.42482	-92.6835	81			AR	125	93648	
4107403	Cunningham Corner	cunningham-corner	US		0	America/Chicago	35.19176	-90.29176	66	Cunningham Corner,Cunninghams Corner		AR	035	91857	
4107422	Curtis (historical)	curtis-historical	US		0	America/Chicago	34.74454	-92.86601	188			AR	125	91947	
4107440	Cushman Junction	cushman-junction	US		0	America/Chicago	35.76897	-91.68958	81	Cushman Junction,White River Junction		AR	063	93249	
4107442	Custer (historical)	custer-historical	US		0	America/Chicago	36.41812	-92.23766	167			AR	005	92460	
4107470	Cypress (historical)	cypress-historical	US		0	America/Chicago	35.58536	-90.45371	69			AR	111	91527	
4107472	Cypert	cypert	US		0	America/Chicago	34.4901	-90.95623	57			AR	107	90870	
4107485	Cypress Corner	cypress-corner	US		0	America/Chicago	34.65704	-90.76789	62			AR	077	93138	
4107532	Cypress Valley	cypress-valley	US		0	America/Chicago	35.27091	-92.63016	121	Cypress,Cypress Valley		AR	029	90312	
4107538	Dabney	dabney	US		0	America/Chicago	35.63175	-92.78656	465			AR	141	93984	
4107554	Dahoma (historical)	dahoma-historical	US		0	America/Chicago	35.35842	-93.97492	128			AR	047	91803	
4107561	Dalark	dalark	US		0	America/Chicago	34.03732	-92.886	88			AR	039	92364	
4107562	Dale (historical)	dale-historical	US		0	America/Chicago	35.61647	-93.55074	630			AR	071	92292	
4107627	Dansby	dansby	US		0	America/Chicago	34.89426	-90.64038	60			AR	077	93699	
4107680	Dave	dave	US		0	America/Chicago	33.64262	-93.88102	76			AR	057	90396	
4107682	Darysaw (historical)	darysaw-historical	US		0	America/Chicago	34.2376	-92.24015	74			AR	053	91023	
4107685	Davenport (historical)	davenport-historical	US		0	America/Chicago	35.49675	-91.70931	179			AR	145	91887	
4107705	Davidsonville (historical)	davidsonville-historical	US		0	America/Chicago	36.15424	-91.05568	87	Davidsonville (historical),Lawrence,Lawrence Court House,Settlement of Spring River		AR	121	91204	
4107737	Davis Ford	davis-ford	US		0	America/Chicago	34.23539	-94.01575	201			AR	061	90822	
4107764	Davis Spur	davis-spur	US		0	America/Chicago	35.72647	-90.54455	69	Culberhouse,Davis,Davis Spur		AR	031	92433	
4107769	Dawn Hill	dawn-hill	US		0	America/Chicago	36.23286	-94.51355	331			AR	007	93646	
4107792	De Ann	de-ann	US		0	America/Chicago	33.77817	-93.56268	110	De Ann,Prairie Aux Anes,Prairie De Hand,Prairie d'Ane,Prairie d'Han		AR	057	91431	
4107796	De Boer	de-boer	US		0	America/Chicago	35.03786	-92.07515	111			AR	085	92349	
4107797	De Gray	de-gray	US		0	America/Chicago	34.1751	-93.14767	116	De Gray,Degray		AR	019	90591	
4107813	De Roche	de-roche	US		0	America/Chicago	34.32787	-93.05684	170	De Roche,Deroche		AR	059	91080	
4107851	DeView	deview	US		0	America/Chicago	35.22398	-91.19318	64	De View,DeView,Deview		AR	147	91092	
4107876	Dean	dean	US		0	America/Chicago	36.19202	-93.5338	502	Dean,Omega		AR	015	92763	
4107888	Dean Springs	dean-springs	US		0	America/Chicago	35.53564	-94.19521	222	Dean Spring,Dean Springs		AR	033	91043	
4107892	Deans Island	deans-island	US		0	America/Chicago	35.42842	-90.0412	70	Dean Island,Deans Island		AR	093	91476	
4107893	Deans Market	deans-market	US		0	America/Chicago	35.53231	-94.22076	244	Deans Market,Fine Springs		AR	033	91043	
4107894	Deanyville	deanyville	US		0	America/Chicago	33.86206	-93.49934	122	Deaneyville,Deanyville		AR	057	93849	
4107895	Dearman	dearman	US		0	America/Chicago	35.87257	-90.0087	73			AR	093	91659	
4107900	Deberrie	deberrie	US		0	America/Chicago	34.94092	-93.01517	98			AR	105	90048	
4107902	Debrow (historical)	debrow-historical	US		0	America/Chicago	36.34256	-90.90929	108			AR	121	93255	
4107915	Decker (historical)	decker-historical	US		0	America/Chicago	33.489	-91.43956	41			AR	017	90432	
4107928	Deep Elm	deep-elm	US		0	America/Chicago	34.53871	-91.17401	50			AR	095	91866	
4107930	Deep Elm	deep-elm	US		0	America/Chicago	33.49122	-91.39956	39			AR	017	90432	
4107935	Deep Landing	deep-landing	US		0	America/Chicago	35.74702	-90.42177	68			AR	031	90330	
4107953	Deer Creek Subdivision	deer-creek-subdivision	US		0	America/Chicago	34.99037	-92.05515	93			AR	085	94131	
4107960	Deer Meadow	deer-meadow	US		0	America/Chicago	34.64315	-92.36043	90			AR	119	90300	
4107970	Defiance (historical)	defiance-historical	US		0	America/Chicago	35.10814	-91.73264	63			AR	145	91443	
4107971	Degelow	degelow	US		0	America/Chicago	35.74424	-90.35788	68			AR	031	90330	
4107972	Deglow	deglow	US		0	America/Chicago	35.75147	-90.37621	68			AR	031	90330	
4107995	Delfore	delfore	US		0	America/Chicago	35.92035	-90.29649	72	Delfore,Wheeler		AR	031	90534	
4107996	Delhi (historical)	delhi-historical	US		0	America/Chicago	33.50067	-92.62682	41			AR	013		
4108009	Delpro	delpro	US		0	America/Chicago	35.5523	-90.08454	72			AR	093	91476	
4108020	Deluce	deluce	US		0	America/Chicago	34.20871	-91.24678	55	De Luce,DeLuce,Deluce		AR	001	92937	
4108022	Democrat	democrat	US		0	America/Chicago	35.02037	-90.4251	64			AR	123	91680	
4108032	Denieville (historical)	denieville-historical	US		0	America/Chicago	35.80424	-91.72375	104			AR	063	93249	
4108043	Denning	denning	US		307	America/Chicago	35.42925	-93.75714	138			AR	047	91740	
4108052	Dennison Heights	dennison-heights	US		0	America/Chicago	35.73758	-91.63931	140			AR	063	92313	
4108072	Dentontown (historical)	dentontown-historical	US		0	America/Chicago	35.00843	-93.50519	118			AR	149	91677	
4108076	Denwood	denwood	US		0	America/Chicago	35.48814	-90.25093	69	Denwood,Sim		AR	093	94050	
4108077	Departe (historical)	departe-historical	US		0	America/Chicago	35.59313	-91.50347	80			AR	063	92739	
4108079	Denton Island	denton-island	US		0	America/Chicago	35.75535	-91.03012	72			AR	031	92232	
4108882	Doss (historical)	doss-historical	US		0	America/Chicago	35.82646	-90.64178	76			AR	031	92670	
4108110	Detonti	detonti	US		0	America/Chicago	34.49732	-92.50877	108	De Tonti,Detonti		AR	125	93354	
4108153	Dewey Mill	dewey-mill	US		0	America/Chicago	35.50869	-90.38427	69	Dewey Mill,Deweys Mill		AR	111	92229	
4108161	Dial (historical)	dial-historical	US		0	America/Chicago	34.339	-94.07881	262			AR	061	93663	
4108164	Dialton (historical)	dialton-historical	US		0	America/Chicago	34.04232	-92.10236	82			AR	025	90438	
4108165	Diamond Bay	diamond-bay	US		0	America/Chicago	36.31257	-92.22404	204			AR	005	93669	
4108166	Diamond Cave	diamond-cave	US		0	America/Chicago	35.98508	-93.23268	282			AR	101	91872	
4108183	Diantha (historical)	diantha-historical	US		0	America/Chicago	34.38537	-91.76819	59	Diantha (historical),Warner		AR	069	91161	
4108194	Dickey (historical)	dickey-historical	US		0	America/Chicago	34.60148	-92.13237	73			AR	119	91731	
4108196	Dickey Junction	dickey-junction	US		0	America/Chicago	35.83758	-92.95462	619			AR	101	92949	
4108200	Diamond Grove	diamond-grove	US		0	America/Chicago	35.31204	-94.19882	138			AR	131	90279	
4108210	Dicus	dicus	US		0	America/Chicago	36.0884	-90.9279	82	Dicus,Discus		AR	075	90627	
4108231	Dill Place (historical)	dill-place-historical	US		0	America/Chicago	35.10982	-94.28966	184	Dale Place,Dill Place (historical)		AR	131	93015	
4108235	Dillen	dillen	US		0	America/Chicago	35.70814	-93.18879	571			AR	071	92847	
4108243	Dills Mills	dills-mills	US		0	America/Chicago	33.66789	-93.20489	64			AR	099	93705	
4108247	Dimple	dimple	US		0	America/Chicago	35.46842	-90.25065	69			AR	093	94050	
4108248	Dinsmore	dinsmore	US		0	America/Chicago	36.11452	-93.47352	450			AR	101	92772	
4108252	Dirtdauber (historical)	dirtdauber-historical	US		0	America/Chicago	34.54954	-92.48849	127			AR	125	90153	
4108720	Divide (historical)	divide-historical	US		0	America/Chicago	35.08953	-92.96878	134			AR	029	93999	
4108728	Dixie (historical)	dixie-historical	US		0	America/Chicago	35.02925	-92.59738	101			AR	105	92850	
4108753	Dobell	dobell	US		0	America/Chicago	35.68286	-90.51205	69			AR	111	94068	
4108757	Dobyville	dobyville	US		0	America/Chicago	34.01205	-93.25406	109			AR	019	90591	
4108766	Dobbs Landing	dobbs-landing	US		0	America/Chicago	34.75537	-91.30596	48			AR	095	90585	
4108805	Dogpatch	dogpatch	US		0	America/Chicago	36.1098	-93.1349	302	Dogpatch,Marble City,Marble Falls,Millcocksing,Wilcockson,Wilcoggins,Wilcoxon,Wilcoxsen,Wilcoxson,Willcocksen,Willcockson,Willcoxson,Wisconsin		AR	101	92373	
4108807	Dogwood	dogwood	US		0	America/Chicago	34.23676	-92.52655	73			AR	053	91032	
4108808	Dogwood	dogwood	US		0	America/Chicago	35.8923	-89.9187	76			AR	093	90783	
4108809	Dogwood	dogwood	US		0	America/Chicago	35.09231	-91.65541	63			AR	145	91122	
4108820	Dogwood Meadows	dogwood-meadows	US		0	America/Chicago	34.94787	-91.96681	101			AR	085	92736	
4108821	Dogwood Park	dogwood-park	US		0	America/Chicago	36.37896	-92.30016	230			AR	005	92460	
4108830	Dollar Junction	dollar-junction	US		0	America/Chicago	33.07013	-92.18791	26			AR	139	92121	
4108838	Dolph (historical)	dolph-historical	US		0	America/Chicago	33.74039	-93.6499	112			AR	057	92802	
4108840	Dolton (historical)	dolton-historical	US		0	America/Chicago	34.10343	-91.74569	56			AR	069	93135	
4108846	Donald (historical)	donald-historical	US		0	America/Chicago	35.33009	-93.9577	134			AR	047	91123	
4108854	Donbey	donbey	US		0	America/Chicago	33.30234	-91.55012	37	Donbey,Donby		AR	003	92541	
4108860	Donnick	donnick	US		0	America/Chicago	35.64591	-90.44621	66			AR	111	91527	
4108861	Dooley	dooley	US		0	America/Chicago	33.46873	-93.85741	77			AR	091	91434	
4108877	Dorsey (historical)	dorsey-historical	US		0	America/Chicago	36.38119	-94.47522	310			AR	007	93645	
4108886	Dota	dota	US		0	America/Chicago	35.79452	-91.37791	98			AR	063	91128	
4108890	Dotson	dotson	US		0	America/Chicago	33.92261	-93.59851	111			AR	057	93072	
4108900	Dotson Station (historical)	dotson-station-historical	US		0	America/Chicago	33.91039	-93.61546	126			AR	057	93072	
4108908	Double Wells	double-wells	US		0	America/Chicago	34.1551	-92.19598	88			AR	069	93450	
4108910	Doubleday (historical)	doubleday-historical	US		0	America/Chicago	35.18065	-94.38577	152			AR	131	90900	
4108924	Douglas Corner	douglas-corner	US		0	America/Chicago	34.71009	-92.41154	114	Douglas Corner,Halstead		AR	119	90300	
4108953	Dowdy	dowdy	US		0	America/Chicago	35.85174	-91.3043	98			AR	063	90343	
4108972	Doyleville (historical)	doyleville-historical	US		0	America/Chicago	35.47452	-91.74875	179			AR	145	91887	
4108973	Drab (historical)	drab-historical	US		0	America/Chicago	33.84428	-93.52157	140			AR	057	93849	
4108974	Draft (historical)	draft-historical	US		0	America/Chicago	36.30007	-91.55709	164			AR	135	90768	
4108982	Draper (historical)	draper-historical	US		0	America/Chicago	33.6315	-92.19125	66			AR	011	92844	
4108987	Draughon (historical)	draughon-historical	US		0	America/Chicago	33.87233	-92.2682	52			AR	025	92049	
4108989	Drakes Creek	drakes-creek	US		0	America/Chicago	36.02063	-93.85992	391			AR	087	93144	
4109002	Driftwood Shores	driftwood-shores	US		0	America/Chicago	35.46536	-92.09459	197			AR	023	93750	
4109011	Dripping Springs (historical)	dripping-springs-historical	US		0	America/Chicago	34.53481	-92.98184	161			AR	051	94047	
4109110	Dry Creek (historical)	dry-creek-historical	US		0	America/Chicago	35.8973	-92.90128	245			AR	129	90609	
4109166	Dub	dub	US		0	America/Chicago	35.5223	-90.3576	66			AR	111	93660	
4109184	Duckett	duckett	US		0	America/Chicago	34.29039	-94.21993	268			AR	061	91152	
4109186	Duckett Ford	duckett-ford	US		0	America/Chicago	34.26317	-94.19354	155			AR	061	91152	
4109199	Duffie (historical)	duffie-historical	US		0	America/Chicago	34.27787	-93.12795	149			AR	059	92535	
4109201	Dug Hill	dug-hill	US		0	America/Chicago	36.47369	-94.24715	305			AR	007	93644	
4109220	Dugger (historical)	dugger-historical	US		0	America/Chicago	36.1148	-92.85961	369			AR	129		
4109227	Dumas City	dumas-city	US		0	America/Chicago	33.25902	-92.75516	48			AR	139	93777	
4109272	Duncans Gap (historical)	duncans-gap-historical	US		0	America/Chicago	35.04453	-92.19182	102			AR	045	91002	
4109280	Dunlap (historical)	dunlap-historical	US		0	America/Chicago	34.29371	-93.62797	230			AR	109	91194	
4109282	Dunn (historical)	dunn-historical	US		0	America/Chicago	35.26925	-90.57205	66			AR	037	93657	
4109293	Dunnington	dunnington	US		0	America/Chicago	35.62536	-91.42874	69			AR	063	92739	
4109309	Durian (historical)	durian-historical	US		0	America/Chicago	34.28898	-92.76044	155			AR	059	91131	
4109319	Dutch Mills	dutch-mills	US		0	America/Chicago	35.87564	-94.49161	313	Dutch Mills,Hermannsburg,Hermannsburgh,Hermansburg		AR	143	91170	
4109332	Dwight (historical)	dwight-historical	US		0	America/Chicago	33.92177	-92.21042	49			AR	025	93183	
4109373	Eagle Mills	eagle-mills	US		0	America/Chicago	33.68261	-92.7046	43			AR	103	93762	
4109381	Eagle Park (historical)	eagle-park-historical	US		0	America/Chicago	34.89592	-91.86542	78			AR	085	92997	
4109385	Eagle Corner	eagle-corner	US		0	America/Chicago	36.30174	-94.36771	429			AR	007	93645	
4109392	Eagletie	eagletie	US		0	America/Chicago	33.8826	-92.60766	97	Eagletie,Eaglette		AR	039	91752	
4109393	Eagleton	eagleton	US		0	America/Chicago	34.68038	-94.30021	445			AR	113	93162	
4109414	Earnheart	earnheart	US		0	America/Chicago	35.7473	-91.7682	87	Earnharts,Earnheart,Earnhearts		AR	063	93915	
4109452	East End	east-end	US		6998	America/Chicago	34.55065	-92.34099	107			AR	125	90105	
4109534	East Mountain (historical)	east-mountain-historical	US		0	America/Chicago	35.4923	-92.3821	335			AR	141	90444	
4109544	East Pocahontas	east-pocahontas	US		0	America/Chicago	36.25062	-90.96207	81			AR	121	91059	
4109558	East Richwoods	east-richwoods	US		0	America/Chicago	35.84591	-92.1346	374	East Richwood,East Richwoods		AR	137	93177	
4109595	Eastgate Place	eastgate-place	US		0	America/Chicago	35.4562	-94.30104	141			AR	033	93771	
4109602	Eastridge Addition	eastridge-addition	US		0	America/Chicago	33.68873	-93.55768	95			AR	057	91077	
4109620	Eastwood Addition	eastwood-addition	US		0	America/Chicago	35.76397	-91.62097	116			AR	063	93249	
4109630	Ebb	ebb	US		0	America/Chicago	34.32037	-92.32321	84			AR	053	93912	
4109633	Ebenezer	ebenezer	US		0	America/Chicago	33.76761	-92.39293	78			AR	013		
4109634	Ebenezer	ebenezer	US		0	America/Chicago	33.30096	-93.0585	104			AR	027	93801	
4109635	Ebenezer	ebenezer	US		0	America/Chicago	36.02368	-90.68372	123	Ebenezer,Mount Zion		AR	055	93288	
4109676	Ebling	ebling	US		0	America/Chicago	34.90843	-90.62316	60			AR	123	91368	
4109710	Edge (historical)	edge-historical	US		0	America/Chicago	35.51063	-92.64766	218			AR	141	92190	
4109726	Edmonson (historical)	edmonson-historical	US		0	America/Chicago	35.89118	-91.81626	234			AR	063		
4109738	Edwards Junction	edwards-junction	US		0	America/Chicago	35.84841	-93.36129	678			AR	101	91941	
4109743	Effa (historical)	effa-historical	US		0	America/Chicago	35.26815	-93.95576	133			AR	047	93387	
4109751	Eglantine	eglantine	US		0	America/Chicago	35.57952	-92.30627	261			AR	141	93093	
4109761	Egbert (historical)	egbert-historical	US		0	America/Chicago	35.09037	-91.64652	61			AR	145	91122	
4109774	Eightmile (historical)	eightmile-historical	US		0	America/Chicago	35.44925	-91.11318	69	Eight Mile,Eightmile (historical)		AR	067	90948	
4109808	Elberta (historical)	elberta-historical	US		0	America/Chicago	33.69789	-92.45238	75			AR	013		
4109817	Elcana	elcana	US		0	America/Chicago	34.93537	-90.86234	64			AR	123	93009	
4109823	Eldridge Corner	eldridge-corner	US		0	America/Chicago	34.29732	-91.47373	57			AR	001	91425	
4109825	Eldorado Springs (historical)	eldorado-springs-historical	US		0	America/Chicago	36.36813	-94.53494	298	Eldorado,Eldorado Springs (historical)		AR	007	93645	
4109827	Electric (historical)	electric-historical	US		0	America/Chicago	34.73537	-92.91101	178			AR	125	91947	
4109828	Electric Springs (historical)	electric-springs-historical	US		0	America/Chicago	36.34257	-94.1002	363			AR	007	93626	
4109833	Elevenpoint	elevenpoint	US		0	America/Chicago	36.34173	-91.12763	103			AR	121	93948	
4109849	Elk (historical)	elk-historical	US		0	America/Chicago	34.16538	-93.51352	127			AR	109	92880	
4109856	Elkhorn Tavern	elkhorn-tavern	US		0	America/Chicago	36.45368	-94.01576	453	Elk Horn Tavern,Elkhorn,Elkhorn Tavern		AR	007	93626	
4109865	Ella (historical)	ella-historical	US		0	America/Chicago	35.70147	-92.81406	530			AR	115	93420	
4109867	Ellen (historical)	ellen-historical	US		0	America/Chicago	35.14342	-91.5918	66	Brad,Ellen (historical)		AR	145	91122	
4109888	Ellis Chapel	ellis-chapel	US		0	America/Chicago	35.19314	-90.89956	67			AR	037	91227	
4109895	Ellison	ellison	US		0	America/Chicago	34.34371	-91.90208	64	Elerson,Ellison		AR	069	92925	
4109901	Ellsworth (historical)	ellsworth-historical	US		0	America/Chicago	35.29092	-93.55824	163			AR	083	91230	
4109904	Elm (historical)	elm-historical	US		0	America/Chicago	34.32787	-93.39046	179			AR	019	90591	
4109920	Elm Park	elm-park	US		0	America/Chicago	35.02149	-94.1191	169			AR	127	93620	
4109930	Elm Store	elm-store	US		0	America/Chicago	36.4809	-91.18735	153			AR	121	91012	
4109946	Elmore (historical)	elmore-historical	US		0	America/Chicago	34.27676	-92.86961	93			AR	059	92457	
4109961	Elon (historical)	elon-historical	US		0	America/Chicago	33.03624	-91.85291	43			AR	003	91239	
4109992	Emon	emon	US		0	America/Chicago	33.35457	-93.23795	97			AR	027	92328	
4109996	Enarc (historical)	enarc-historical	US		0	America/Chicago	35.02926	-91.55097	58			AR	117	91083	
4109998	Engelberg	engelberg	US		0	America/Chicago	36.33784	-90.90929	108			AR	121	93255	
4110014	Engledale (historical)	engledale-historical	US		0	America/Chicago	35.40425	-90.25204	68			AR	035	91314	
4110022	English Place	english-place	US		0	America/Chicago	34.39093	-92.18431	96			AR	069	91932	
4110023	Engman (historical)	engman-historical	US		0	America/Chicago	35.5198	-90.58289	64			AR	111	92304	
4110030	Enon (historical)	enon-historical	US		0	America/Chicago	36.46229	-93.31129	283			AR	015	92271	
4110040	Enright	enright	US		0	America/Chicago	35.15453	-91.50235	60			AR	145	91332	
4110057	Era (historical)	era-historical	US		0	America/Chicago	33.03319	-93.98796	84			AR	091	93537	
4110058	Erbie	erbie	US		0	America/Chicago	36.08369	-93.23323	311			AR	101	92373	
4110077	Essex (historical)	essex-historical	US		0	America/Chicago	35.10981	-91.90098	89			AR	145	90792	
4110087	Estico	estico	US		0	America/Chicago	35.62313	-91.11346	69			AR	067	91554	
4110096	Etta (historical)	etta-historical	US		0	America/Chicago	34.28954	-92.87989	74			AR	059	92457	
4110099	Euclid Heights	euclid-heights	US		0	America/Chicago	34.50259	-93.02851	157			AR	051	91773	
4110109	Eula	eula	US		0	America/Chicago	35.9023	-92.896	247			AR	129	90609	
4110114	Eureka Garden	eureka-garden	US		0	America/Chicago	34.79704	-92.18237	76			AR	119	91731	
4110148	Evans Estates	evans-estates	US		0	America/Chicago	34.98148	-92.0707	90			AR	085	94131	
4110174	Evening Star	evening-star	US		0	America/Chicago	36.18146	-90.70178	82			AR	055	91992	
4110175	Evening Star	evening-star	US		0	America/Chicago	36.02896	-92.546	335			AR	129	93213	
4110181	Everett (historical)	everett-historical	US		0	America/Chicago	35.68008	-92.08265	317			AR	023	90615	
4110194	Evergreen Place	evergreen-place	US		0	America/Chicago	34.94203	-91.98514	95			AR	085	92736	
4110199	Ewal	ewal	US		0	America/Chicago	34.3651	-90.83122	51			AR	107	93573	
4110219	Fair Field	fair-field	US		0	America/Chicago	35.32703	-90.82595	71			AR	037	93339	
4110221	Fair Landing	fair-landing	US		0	America/Chicago	34.25677	-90.83955	51			AR	107	92547	
4110241	Fairman	fairman	US		0	America/Chicago	34.77898	-92.21209	77	Fairman,Fairmon		AR	119	91731	
4110251	Fairplay (historical)	fairplay-historical	US		0	America/Chicago	34.5312	-92.68489	147			AR	125	91269	
4110374	Falerno (historical)	falerno-historical	US		0	America/Chicago	35.45286	-93.21407	133			AR	115	92415	
4110396	Falling Springs	falling-springs	US		0	America/Chicago	36.33341	-94.51827	371			AR	007	93645	
4110399	Fallis	fallis	US		0	America/Chicago	35.78508	-90.66067	75			AR	031	92670	
4110413	Famous (historical)	famous-historical	US		0	America/Chicago	35.4123	-93.21045	156			AR	115	90159	
4110420	Fallsville	fallsville	US		0	America/Chicago	35.77647	-93.46546	681	Fallsville,Loafers Glory		AR	101	90417	
4110423	Fannie	fannie	US		0	America/Chicago	34.69954	-93.44963	210			AR	097		
4110425	Farelly Lake	farelly-lake	US		0	America/Chicago	34.10482	-91.53068	56			AR	069	93807	
4110426	Farewell	farewell	US		0	America/Chicago	36.39229	-93.36963	382	Fairwell,Farewell,Farwell		AR	015	92271	
4110429	Farindale	farindale	US		0	America/Chicago	34.09288	-92.40849	56			AR	039	90780	
4110452	Farris Springs	farris-springs	US		0	America/Chicago	35.6448	-93.46352	553			AR	071	93360	
4110455	Farrville	farrville	US		0	America/Chicago	35.86424	-90.60983	76			AR	031	92004	
4110476	Faulkner Springs	faulkner-springs	US		0	America/Chicago	34.34039	-94.08631	289	Faulkner,Faulkner Springs,Schoolfield		AR	061	93663	
4110478	Faulknerville	faulknerville	US		0	America/Chicago	36.10229	-90.74595	81			AR	055	90510	
4110483	Fawn Park	fawn-park	US		0	America/Chicago	36.39173	-92.35794	255			AR	005	92616	
4110484	Fayette Junction	fayette-junction	US		0	America/Chicago	36.04175	-94.18048	378	Fayette Junction,Fayette Junction Station		AR	143	91283	
4110495	Fealey (historical)	fealey-historical	US		0	America/Chicago	35.32037	-93.99826	154			AR	047	92988	
4110502	Felco	felco	US		0	America/Chicago	35.23064	-90.39927	65			AR	035	93655	
4110504	Felker (historical)	felker-historical	US		0	America/Chicago	36.2273	-94.46827	372			AR	007	93647	
4110507	Feenyville	feenyville	US		0	America/Chicago	33.97732	-91.9093	76			AR	079	93453	
4110509	Felkner Town	felkner-town	US		0	America/Chicago	35.54953	-93.86047	153			AR	047	94005	
4110518	Felsenthal	felsenthal	US		143	America/Chicago	33.05957	-92.1568	25			AR	139	92121	
4110526	Fender	fender	US		0	America/Chicago	36.17507	-90.89595	84	Fender,Fenderville,Holmes		AR	121	94059	
4110529	Fendley	fendley	US		0	America/Chicago	34.23232	-93.33351	166			AR	019	90591	
4110531	Fenter	fenter	US		0	America/Chicago	34.37676	-92.63766	73			AR	053	91287	
4110534	Ferda	ferda	US		0	America/Chicago	34.45898	-91.95458	68			AR	069	91155	
4110545	Ferguson Crossroads	ferguson-crossroads	US		0	America/Chicago	33.3329	-93.95324	98	Ferguson,Ferguson Crossroads		AR	091	91038	
4110548	Ferguson Landing	ferguson-landing	US		0	America/Chicago	34.12761	-90.964	48			AR	107	92547	
4110570	Ferrell (historical)	ferrell-historical	US		0	America/Chicago	33.40206	-92.05375	55			AR	011	92817	
4110577	Fidelity (historical)	fidelity-historical	US		0	America/Chicago	35.23343	-94.21327	151			AR	131	90741	
4110597	Fiftysix	fiftysix	US		0	America/Chicago	35.95257	-90.77289	89			AR	031	90255	
4110600	Figure Five	figure-five	US		0	America/Chicago	35.51703	-94.35382	279			AR	033	91905	
4110601	Fikes (historical)	fikes-historical	US		0	America/Chicago	34.11954	-92.25876	76			AR	053	92334	
4110611	Finch	finch	US		0	America/Chicago	36.00979	-90.62789	151	Finch,Herrenville		AR	055	92940	
4110626	Fir (historical)	fir-historical	US		0	America/Chicago	34.58759	-93.43908	176			AR	097		
4111010	Fish Dock (historical)	fish-dock-historical	US		0	America/Chicago	34.08899	-91.43207	54			AR	001	90060	
4111049	Fitzgerald Crossing	fitzgerald-crossing	US		0	America/Chicago	35.1787	-90.80345	76			AR	037	94125	
4111069	Fivemile	fivemile	US		0	America/Chicago	35.67369	-91.95959	275			AR	023	91653	
4111077	Flag	flag	US		0	America/Chicago	35.81924	-92.39432	355			AR	137	91296	
4111080	Flag Lake Crossing	flag-lake-crossing	US		0	America/Chicago	35.2237	-90.64316	61			AR	037	93408	
4111170	Fleming (historical)	fleming-historical	US		0	America/Chicago	34.28426	-92.786	124			AR	059	91131	
4111203	Flint (historical)	flint-historical	US		0	America/Chicago	36.22369	-94.46827	375			AR	007	93647	
4111209	Flint Springs	flint-springs	US		0	America/Chicago	36.39979	-91.92904	291			AR	049	91392	
4111221	Floodway	floodway	US		0	America/Chicago	35.77869	-90.17815	72			AR	093	92226	
4111233	Floss	floss	US		0	America/Chicago	35.79508	-94.36105	330			AR	143	90945	
4111248	Fly Gap (historical)	fly-gap-historical	US		0	America/Chicago	35.7523	-93.80519	582			AR	047	92559	
4111254	Flynn (historical)	flynn-historical	US		0	America/Chicago	35.15148	-91.30485	60	Flynn (historical),McLains Mill		AR	147	92934	
4111271	Fomby	fomby	US		0	America/Chicago	33.67957	-94.0088	95			AR	081	91356	
4111274	Fontaine	fontaine	US		0	America/Chicago	36.00063	-90.81345	80	Fontain,Fontaine		AR	055	93348	
4111356	Forest Park Addition	forest-park-addition	US		0	America/Chicago	33.12012	-91.95041	50			AR	003	91212	
4111362	Forester	forester	US		0	America/Chicago	34.77093	-93.81631	203	Forester,Forrester		AR	127	90714	
4111363	Forgy (historical)	forgy-historical	US		0	America/Chicago	33.94817	-93.94408	136			AR	061	90933	
4111381	Forrest Bonner	forrest-bonner	US		0	America/Chicago	33.83927	-92.5446	83			AR	039	91860	
4111398	Formosa	formosa	US		0	America/Chicago	35.46313	-92.51016	250			AR	141	91318	
4111403	Fort Douglas	fort-douglas	US		0	America/Chicago	35.68425	-93.24184	246			AR	071	92847	
4111406	Fort Lynn	fort-lynn	US		0	America/Chicago	33.16513	-93.88407	75	Fort Lynn,Lynn Station		AR	091	90207	
4111433	Fort Chaffee	fort-chaffee	US		0	America/Chicago	35.31231	-94.30605	143	CCA,Fort Chaffee		AR	131	91320	
4111435	Fortune	fortune	US		0	America/Chicago	35.41481	-90.55316	60			AR	037	90894	
4111443	Forty Four	forty-four	US		0	America/Chicago	36.14368	-92.06099	188			AR	065	93693	
4111448	Forum	forum	US		0	America/Chicago	36.18174	-93.71491	478			AR	087	90009	
4111451	Foss (historical)	foss-historical	US		0	America/Chicago	33.67039	-93.12572	73			AR	099	93705	
4111466	Foster Hill	foster-hill	US		0	America/Chicago	33.12319	-92.72627	68			AR	139	91218	
4111484	Fountain Lake	fountain-lake	US		503	America/Chicago	34.57287	-92.98768	180			AR	051	94047	
4111490	Four Forks	four-forks	US		0	America/Chicago	34.87704	-90.86206	61	Four Forks,Ringville		AR	077	93600	
4111491	Four Forks	four-forks	US		0	America/Chicago	35.06231	-91.23901	64			AR	147	90927	
4111492	Four Groves (historical)	four-groves-historical	US		0	America/Chicago	34.00704	-91.68624	52			AR	079	90786	
4111493	Four Gums	four-gums	US		0	America/Chicago	35.01398	-91.01318	62			AR	123	91482	
4111497	Fourche	fourche	US		61	America/Chicago	34.99398	-92.621	90			AR	105	92850	
4111498	Fourche (historical)	fourche-historical	US		0	America/Chicago	34.71454	-92.23515	81			AR	119	90300	
4111510	Fourche Junction	fourche-junction	US		0	America/Chicago	34.95648	-93.15712	133			AR	105	92682	
4111528	Fourche Valley	fourche-valley	US		0	America/Chicago	34.91815	-93.5363	123			AR	149	90474	
4111530	Fourmile Corner	fourmile-corner	US		0	America/Chicago	34.97842	-91.56374	64	Four Mile Corner,Fourmile Corner		AR	117	94023	
4111541	Fourmile Hill	fourmile-hill	US		0	America/Chicago	35.29064	-91.77042	134	Fourmile Hill,Gilliam Hill,Griffin Springs,Sunny Hill		AR	145	91506	
4111563	Fox Hill	fox-hill	US		0	America/Chicago	35.09593	-94.29132	184			AR	131	91095	
4111628	Freck	freck	US		0	America/Chicago	36.10729	-92.70017	255	Burnes Store,Freck		AR	089		
4111642	Free Hope	free-hope	US		0	America/Chicago	33.29179	-93.16406	107			AR	027	92355	
4111673	Freeman (historical)	freeman-historical	US		0	America/Chicago	36.29035	-94.14687	400			AR	007	93632	
4111674	Freeman (historical)	freeman-historical	US		0	America/Chicago	36.40979	-93.57324	350			AR	015	92955	
4111683	Freeman Springs	freeman-springs	US		0	America/Chicago	35.66175	-93.07879	591	Freeman,Freeman Springs		AR	115	91377	
4111698	French	french	US		0	America/Chicago	36.36062	-91.69348	180			AR	049	93429	
4111715	Frenchport	frenchport	US		0	America/Chicago	33.47123	-92.77794	72	French Port,Frenchport		AR	103	92073	
4111719	Fresno (historical)	fresno-historical	US		0	America/Chicago	35.70675	-93.84464	310			AR	047	90411	
4111721	Frickenger (historical)	frickenger-historical	US		0	America/Chicago	36.42229	-91.5132	160			AR	049	90006	
4111792	Friley	friley	US		0	America/Chicago	35.72925	-93.62797	306	Chinquapin,Friley		AR	071	91099	
4111796	Frisco Addition	frisco-addition	US		0	America/Chicago	33.66956	-93.59879	104			AR	057	91077	
4111801	Frisco Springs (historical)	frisco-springs-historical	US		0	America/Chicago	36.26785	-94.0802	408			AR	007	93628	
4111805	Frisbee (historical)	frisbee-historical	US		0	America/Chicago	36.17924	-91.32513	200			AR	075	93477	
4111807	Fritz	fritz	US		0	America/Chicago	36.1859	-90.28538	78			AR	055	90360	
4111811	Frog Town	frog-town	US		0	America/Chicago	35.03982	-94.35438	182	Beaulah,Beulah,Frog Town,Frogtown		AR	131	91626	
4111817	Fryatt	fryatt	US		0	America/Chicago	36.46367	-91.65126	204			AR	049	94086	
4111820	Frys Mill	frys-mill	US		0	America/Chicago	35.54841	-90.33482	66			AR	111	91527	
4111852	Fulmer Field Estates	fulmer-field-estates	US		0	America/Chicago	34.94898	-91.9557	99			AR	085	92736	
4111867	Furlow	furlow	US		0	America/Chicago	34.83315	-91.98042	79			AR	085	91398	
4111871	Furry	furry	US		0	America/Chicago	35.48064	-94.30243	172			AR	033	93771	
4111884	Gabriel (historical)	gabriel-historical	US		0	America/Chicago	35.60119	-92.92045	247			AR	115	93420	
4111904	Gainsboro	gainsboro	US		0	America/Chicago	35.79674	-91.53153	125			AR	063	92550	
4111906	Gaither	gaither	US		0	America/Chicago	36.14368	-93.16684	418			AR	009	91404	
4111918	Galet	galet	US		0	America/Chicago	35.11537	-90.21315	65			AR	035	93033	
4111931	Galilee	galilee	US		0	America/Chicago	35.43619	-90.3851	66			AR	035	90333	
4111937	Galla Rock	galla-rock	US		0	America/Chicago	35.17786	-92.96962	100	Galla Rock,Galley Rock,Gollie Rock		AR	115	94089	
4111944	Gallatin (historical)	gallatin-historical	US		0	America/Chicago	36.37897	-94.4266	340	Gallatin (historical),Gallitin		AR	007	93645	
4111964	Gammon	gammon	US		0	America/Chicago	35.24814	-90.15259	67			AR	035	92580	
4111969	Gann (historical)	gann-historical	US		0	America/Chicago	34.54733	-94.34466	281	Eagle Hill,Gann (historical)		AR	113	91197	
4111994	Gap Rancheros	gap-rancheros	US		0	America/Chicago	35.0037	-92.08765	159			AR	119	91731	
4112058	Garland Springs	garland-springs	US		0	America/Chicago	35.22758	-92.15293	122			AR	045	92637	
4112066	Garlandville	garlandville	US		0	America/Chicago	33.81178	-93.48462	96			AR	057	92700	
4112082	Garrett Bridge	garrett-bridge	US		0	America/Chicago	33.86705	-91.65513	52	Garrett Bridge,Gourd		AR	079	93963	
4112089	Garrett Grove	garrett-grove	US		0	America/Chicago	34.80065	-91.0829	57	Garret Grove,Garrett Grove		AR	077	91593	
4112101	Garson	garson	US		0	America/Chicago	35.97396	-90.2276	72			AR	093	92664	
4112105	Gaskins (historical)	gaskins-historical	US		0	America/Chicago	36.44535	-93.74325	304			AR	015	90708	
4112108	Gassett	gassett	US		0	America/Chicago	34.87398	-90.56233	60			AR	077	93273	
4112122	Gate (historical)	gate-historical	US		0	America/Chicago	34.71649	-94.16743	282			AR	127	92487	
4112141	Gaulett	gaulett	US		0	America/Chicago	35.65036	-90.71011	76			AR	111	91518	
4112143	Gavin	gavin	US		0	America/Chicago	35.19092	-90.21982	68			AR	035	91908	
4112144	Gayler	gayler	US		0	America/Chicago	35.9273	-92.17015	184	Gayler,Gaylor		AR	137	92724	
4112167	Gentry Corner	gentry-corner	US		0	America/Chicago	34.95759	-92.29099	110			AR	045	94083	
4112179	Geopel (historical)	geopel-historical	US		0	America/Chicago	33.42956	-92.07514	66			AR	011	92379	
4112199	Georges Creek	georges-creek	US		0	America/Chicago	36.2509	-92.76156	213			AR	089		
4112205	Georgetown Addition	georgetown-addition	US		0	America/Chicago	33.6529	-93.59462	110			AR	057	91077	
4112218	Geren (historical)	geren-historical	US		0	America/Chicago	35.37453	-93.42463	110			AR	083	90642	
4112220	Geridge	geridge	US		0	America/Chicago	34.5401	-91.70624	61			AR	085	91839	
4112226	Gertrude	gertrude	US		0	America/Chicago	33.40901	-93.97852	113	Gertrude,Greenwich Village		AR	091	91434	
4112227	Gethsemane	gethsemane	US		0	America/Chicago	34.41676	-91.86736	64			AR	069	91155	
4112237	Geyer Springs	geyer-springs	US		0	America/Chicago	34.70148	-92.33515	91			AR	119	90300	
4112251	Gibbons (historical)	gibbons-historical	US		0	America/Chicago	34.57509	-92.51683	120			AR	125	90522	
4112271	Gid	gid	US		0	America/Chicago	35.97979	-91.85654	189			AR	065	91452	
4112274	Gieseck	gieseck	US		0	America/Chicago	35.18009	-90.56038	64			AR	037	93657	
4112297	Gilkerson	gilkerson	US		0	America/Chicago	35.80396	-90.8065	85	Gilkerson,Gilkeson		AR	031	91461	
4112317	Gillam Park	gillam-park	US		0	America/Chicago	34.70676	-92.25598	113			AR	119	90300	
4112337	Gillian Settlement	gillian-settlement	US		0	America/Chicago	35.63175	-93.40185	501			AR	071	93360	
4112345	Gin (historical)	gin-historical	US		0	America/Chicago	33.57428	-92.17875	64			AR	011	92844	
4112347	Gin City	gin-city	US		0	America/Chicago	33.10708	-93.72295	64			AR	073	93201	
4112358	Gipson	gipson	US		0	America/Chicago	34.89843	-94.38716	179			AR	127	92076	
4112360	Girard (historical)	girard-historical	US		0	America/Chicago	35.00537	-93.94298	299			AR	127	93576	
4112371	Gladden	gladden	US		0	America/Chicago	35.16453	-90.56038	64	Gladden,Godden		AR	037	93657	
4112382	Gladewood Addition	gladewood-addition	US		0	America/Chicago	34.95148	-92.08987	122			AR	119	91731	
4112384	Gladstone (historical)	gladstone-historical	US		0	America/Chicago	34.74593	-93.30435	236			AR	051	91581	
4112386	Gladys (historical)	gladys-historical	US		0	America/Chicago	35.56758	-92.61266	202	Gladys (historical),Old Rattlesnake		AR	141	90951	
4112399	Glaze Creek	glaze-creek	US		0	America/Chicago	36.47951	-90.8829	134			AR	121	93378	
4112421	Glenlake	glenlake	US		0	America/Chicago	34.19343	-91.8893	61			AR	069	93795	
4112433	Glenwood Estates	glenwood-estates	US		0	America/Chicago	34.98287	-92.02098	95			AR	085	94131	
4112449	Glynn (historical)	glynn-historical	US		0	America/Chicago	33.62094	-92.26487	59			AR	011	92568	
4112484	Gobblers Point	gobblers-point	US		0	America/Chicago	35.42286	-92.77878	200			AR	029	91533	
4112485	Gobell	gobell	US		0	America/Chicago	34.4676	-90.92511	52			AR	107	90273	
4112490	Gobbler	gobbler	US		0	America/Chicago	36.18868	-93.4563	505			AR	015	92898	
4112500	Godfrey Landing	godfrey-landing	US		0	America/Chicago	33.24234	-92.08847	28			AR	011	91185	
4112513	Gold Lake Estates	gold-lake-estates	US		0	America/Chicago	35.02342	-92.39016	82			AR	045	90600	
4112519	Golden Lake	golden-lake	US		0	America/Chicago	35.54591	-90.04565	72			AR	093	91476	
4112529	Goldman	goldman	US		0	America/Chicago	34.45482	-91.6043	60	Clear Point,Goldman		AR	001	92574	
4112537	Goobertown	goobertown	US		0	America/Chicago	35.95146	-90.57566	92	Goobertown,Gubertown		AR	031	90489	
4112624	Goose Hollow	goose-hollow	US		0	America/Chicago	33.42178	-91.84985	55			AR	043	93786	
4112626	Gorby	gorby	US		0	America/Chicago	36.10201	-92.07599	141	Engle,Gorby		AR	065	90798	
4112658	Gospoda	gospoda	US		0	America/Chicago	34.8887	-91.49513	62			AR	117	94023	
4112666	Gourd	gourd	US		0	America/Chicago	33.84372	-91.59679	50	Gourd,Guard		AR	079	93414	
4112674	Gourd Neck	gourd-neck	US		0	America/Chicago	35.37786	-91.1404	66			AR	067	90948	
4112734	Grand Glaise	grand-glaise	US		0	America/Chicago	35.47508	-91.40985	85	Glaize,Glaze,Grand Glaise,Grand Glaize,Grandglaise		AR	067	91467	
4112787	Grape	grape	US		0	America/Chicago	34.63176	-92.65239	121			AR	125	92034	
4112805	Graphic	graphic	US		0	America/Chicago	35.57342	-94.14354	279			AR	033	94044	
4112836	Grassy Lake Bottom	grassy-lake-bottom	US		0	America/Chicago	35.26814	-90.39593	64	Grassy,Grassy Lake,Grassy Lake Bottom		AR	035	93873	
4112856	Gravel Hill	gravel-hill	US		0	America/Chicago	35.48036	-92.63738	227	Beverage Town,Gravel Hill		AR	141	92190	
4112857	Gravel Hill	gravel-hill	US		0	America/Chicago	35.26203	-91.97737	201	Everet,Evert,Gravel Hill		AR	145	91497	
4112869	Gravel Junction	gravel-junction	US		0	America/Chicago	34.04538	-92.94267	66			AR	019	90591	
4112871	Gravel Ridge	gravel-ridge	US		2902	America/Chicago	34.86842	-92.1907	77	Gravel Hill,Gravel Ridge		AR	119	91731	
4112883	Gravelridge	gravelridge	US		0	America/Chicago	33.4465	-92.21903	52	Gravel Ridge,Gravelridge		AR	011	92778	
4112894	Gravesville	gravesville	US		0	America/Chicago	36.35395	-91.0579	156			AR	121	91221	
4112895	Gravesville	gravesville	US		0	America/Chicago	35.38925	-92.34793	235			AR	141	90660	
4112934	Grays	grays	US		0	America/Chicago	35.22648	-91.23401	58			AR	147	91092	
4112944	Graysonia	graysonia	US		0	America/Chicago	34.12705	-93.4399	104			AR	019	90591	
4112954	Greasy Corner	greasy-corner	US		0	America/Chicago	35.00732	-90.44843	61	Greasy Corner,Mack's Corner		AR	123	91680	
4112990	Green Acres	green-acres	US		0	America/Chicago	36.32757	-93.92048	356			AR	007	93628	
4112991	Green Acres	green-acres	US		0	America/Chicago	33.65567	-93.57407	113			AR	057	91077	
4113025	Green Hall (historical)	green-hall-historical	US		0	America/Chicago	33.72011	-92.4946	84			AR	013		
4113028	Green Hill	green-hill	US		0	America/Chicago	33.56483	-91.89791	52	Green Hill,Manoah		AR	043	93300	
4113035	Green High	green-high	US		0	America/Chicago	36.00896	-90.53233	90			AR	055	93270	
4113048	Green Plains	green-plains	US		0	America/Chicago	34.13067	-93.95241	177	Green Plains,Hattie		AR	061	91749	
4113062	Green Tree	green-tree	US		0	America/Chicago	35.51674	-92.38349	183			AR	141	90789	
4113134	Greensboro (historical)	greensboro-historical	US		0	America/Chicago	35.95479	-90.62233	126	Greenboro,Greensboro (historical),Greensborough		AR	031	92970	
4113154	Greenwood Junction	greenwood-junction	US		0	America/Chicago	35.44815	-94.43994	127			AR	033	91124	
4113165	Greer Place	greer-place	US		0	America/Chicago	34.75288	-90.67261	56			AR	077	91821	
4113167	Greers Ferry	greers-ferry	US		871	America/Chicago	35.57702	-92.17737	184			AR	023	91458	
4113195	Greyhawk Addition	greyhawk-addition	US		0	America/Chicago	34.96148	-92.05487	86			AR	085	94131	
4113198	Grider	grider	US		0	America/Chicago	35.63869	-89.98064	72			AR	093	90683	
4113201	Gridley (historical)	gridley-historical	US		0	America/Chicago	35.50758	-92.67572	232			AR	141	92190	
4113212	Griffithtown	griffithtown	US		0	America/Chicago	34.05482	-92.95961	59	Griffithtown,Griffithville		AR	019	90591	
4113263	Grubb Springs	grubb-springs	US		0	America/Chicago	36.21507	-93.15462	441			AR	009	93435	
4113290	Guilford (historical)	guilford-historical	US		0	America/Chicago	34.63482	-92.36404	86			AR	119	90300	
4113302	Gulledge	gulledge	US		0	America/Chicago	33.07096	-91.87124	40	Gulledge,Gullege		AR	003	91239	
4113303	Gulley	gulley	US		0	America/Chicago	36.13786	-94.15937	367			AR	143	91989	
4113310	Gulpha (historical)	gulpha-historical	US		0	America/Chicago	34.50842	-92.93906	140			AR	051	94047	
4113317	Gum Corner	gum-corner	US		0	America/Chicago	33.16956	-91.28706	37			AR	017	92913	
4113328	Gum Grove	gum-grove	US		0	America/Chicago	33.70233	-93.17933	112			AR	099	93705	
4113340	Gum Point	gum-point	US		0	America/Chicago	35.77924	-90.53539	70			AR	031	92433	
4113366	Gum Springs	gum-springs	US		117	America/Chicago	34.06732	-93.09184	64	Gum Springs,Gumsprings		AR	019	90591	
4113367	Gum Springs	gum-springs	US		0	America/Chicago	33.97871	-92.27404	54			AR	025	94002	
4113368	Gum Springs	gum-springs	US		0	America/Chicago	35.93952	-93.16629	640	Gum Spring,Gum Springs		AR	101	93990	
4113369	Gum Springs	gum-springs	US		0	America/Chicago	34.69926	-92.32571	81			AR	119	90300	
4113370	Gum Springs (historical)	gum-springs-historical	US		0	America/Chicago	35.20509	-91.73764	72			AR	145	91566	
4113385	Gum Tree	gum-tree	US		0	America/Chicago	35.18675	-93.45296	233			AR	149	92613	
4113404	Gunter Addition	gunter-addition	US		0	America/Chicago	33.64317	-93.55879	130			AR	057	91077	
4113450	Habberton	habberton	US		0	America/Chicago	36.11508	-94.05159	391	Habberton,Haberton		AR	143	93018	
4113476	Hagler	hagler	US		0	America/Chicago	34.25426	-91.52818	58			AR	001	90168	
4113481	Haig	haig	US		0	America/Chicago	34.81898	-92.31654	84			AR	119	91731	
4113489	Hale (historical)	hale-historical	US		0	America/Chicago	35.63675	-91.09123	70			AR	067	91554	
4113508	Haleside	haleside	US		0	America/Chicago	34.71788	-90.65539	57			AR	077	91821	
4113516	Half Moon	half-moon	US		0	America/Chicago	35.91202	-90.01453	72	Freeman Gin,Half Moon		AR	093	91584	
4113517	Half Moon	half-moon	US		0	America/Chicago	35.7598	-92.42627	404			AR	141	92214	
4113535	Hall (historical)	hall-historical	US		0	America/Chicago	35.92563	-92.8885	230			AR	129	90609	
4113574	Halley	halley	US		0	America/Chicago	33.53567	-91.32484	43			AR	041	91587	
4113575	Halley Junction	halley-junction	US		0	America/Chicago	33.53289	-91.3754	41			AR	017	90432	
4113610	Hamil	hamil	US		0	America/Chicago	36.40312	-91.0654	133			AR	121	91878	
4113624	Hamiter	hamiter	US		0	America/Chicago	34.66231	-92.06737	73			AR	085	94065	
4113642	Hammons	hammons	US		0	America/Chicago	33.09569	-94.04157	81			AR	091	93537	
4113645	Hammett (historical)	hammett-historical	US		0	America/Chicago	36.31423	-90.24177	84	Hammett (historical),Hammetts		AR	021	90448	
4113667	Hand (historical)	hand-historical	US		0	America/Chicago	36.27673	-92.19488	167			AR	005	93669	
4113673	Hand Valley	hand-valley	US		0	America/Chicago	36.20507	-92.49461	213	Hand Valley,Head Valley		AR	089		
4113677	Hancock Junction	hancock-junction	US		0	America/Chicago	35.78063	-90.30482	70			AR	031	90330	
4113696	Hannaberry	hannaberry	US		0	America/Chicago	34.1226	-91.55901	55			AR	069	93807	
4113710	Happy Bend	happy-bend	US		0	America/Chicago	35.26397	-92.86739	97			AR	115	90558	
4113716	Happy Corners	happy-corners	US		0	America/Chicago	35.9759	-90.28871	73			AR	093	92664	
4113739	Harbis (historical)	harbis-historical	US		0	America/Chicago	34.50732	-90.774	53			AR	107	93462	
4113742	Harbour (historical)	harbour-historical	US		0	America/Chicago	33.61928	-92.69127	39			AR	013		
4113779	Hargrave Corner	hargrave-corner	US		0	America/Chicago	36.25923	-90.22927	76	Hargrave Corner,Hargraves Junction,Holly Corner		AR	021	91201	
4113782	Haretown	haretown	US		0	America/Chicago	34.02094	-93.37434	99			AR	019	90591	
4113788	Harlow	harlow	US		0	America/Chicago	33.74816	-92.5671	85			AR	013		
4113802	Harmontown	harmontown	US		0	America/Chicago	35.76119	-91.81403	125			AR	063	93915	
4113832	Harmony Grove	harmony-grove	US		0	America/Chicago	33.65206	-92.781	35			AR	103	93762	
4113849	Harness	harness	US		0	America/Chicago	35.84313	-92.40544	322			AR	137	91296	
4113853	Haroldton	haroldton	US		0	America/Chicago	35.36231	-94.26021	122			AR	033	93771	
4113854	Harp	harp	US		0	America/Chicago	34.32676	-92.78878	107			AR	059	91290	
4113981	Harrys	harrys	US		0	America/Chicago	34.94815	-91.51069	62			AR	117	94023	
4113982	Harrys (historical)	harrys-historical	US		0	America/Chicago	34.95509	-91.49291	62			AR	117	94023	
4113987	Hart (historical)	hart-historical	US		0	America/Chicago	36.3173	-94.20715	386			AR	007	93632	
4114070	Hatchie Coon	hatchie-coon	US		0	America/Chicago	35.63508	-90.49205	66	Coon Station,Hatchie Coon		AR	111	94068	
4114091	Hattie (historical)	hattie-historical	US		0	America/Chicago	34.14178	-93.99464	167			AR	061	91749	
4114126	Hawes	hawes	US		0	America/Chicago	34.55009	-93.15491	150			AR	051	94047	
4114153	Hawthicket (historical)	hawthicket-historical	US		0	America/Chicago	35.1912	-92.15015	110			AR	045	90483	
4114164	Hayley	hayley	US		0	America/Chicago	34.99592	-91.65486	61			AR	117	90543	
4114186	Hazel Grove	hazel-grove	US		0	America/Chicago	35.8723	-91.36069	108	Hazel Grove,Hazelgrove		AR	063	91128	
4114187	Hazel Valley	hazel-valley	US		0	America/Chicago	35.86119	-93.99242	476			AR	143	93102	
4114199	Head (historical)	head-historical	US		0	America/Chicago	34.88203	-92.08709	79			AR	119	91731	
4114203	Heafer	heafer	US		0	America/Chicago	35.36647	-90.33982	66			AR	035	91314	
4114204	Healing Springs	healing-springs	US		0	America/Chicago	36.2548	-94.27826	341			AR	007	93647	
4114208	Health	health	US		0	America/Chicago	35.78925	-93.94298	735			AR	087	93759	
4114212	Hearn (historical)	hearn-historical	US		0	America/Chicago	34.13871	-93.16295	127			AR	019	90591	
4114214	Heart	heart	US		0	America/Chicago	36.32368	-91.71487	183			AR	049	92922	
4114236	Hebron (historical)	hebron-historical	US		0	America/Chicago	33.90427	-92.97072	68			AR	019	90591	
4114252	Hedges (historical)	hedges-historical	US		0	America/Chicago	35.97368	-92.22154	293			AR	137	92724	
4114254	Hedrick (historical)	hedrick-historical	US		0	America/Chicago	35.18759	-91.70403	66			AR	145	91716	
4114255	Heelstring	heelstring	US		0	America/Chicago	36.35367	-90.69456	87			AR	021	91474	
4114257	Heffington	heffington	US		0	America/Chicago	35.44953	-91.51319	135			AR	067	90126	
4114265	Heine (historical)	heine-historical	US		0	America/Chicago	33.83733	-92.83072	46			AR	039	92790	
4114275	Helena Crossing	helena-crossing	US		0	America/Chicago	34.50344	-90.62011	65			AR	107	93276	
4114286	Helfer Landing	helfer-landing	US		0	America/Chicago	35.64702	-90.27065	67	Heifer Landing,Helfer Landing		AR	093	92226	
4114289	Helbig (historical)	helbig-historical	US		0	America/Chicago	34.13705	-93.73657	182			AR	109	92646	
4114306	Hempstead Heights	hempstead-heights	US		0	America/Chicago	33.68095	-93.58018	98			AR	057	91077	
4114307	Hempwallace	hempwallace	US		0	America/Chicago	34.44398	-93.21046	171			AR	051	92100	
4114344	Hennessey (historical)	hennessey-historical	US		0	America/Chicago	33.47984	-93.55962	85			AR	057	90387	
4114346	Henrico (historical)	henrico-historical	US		0	America/Chicago	34.014	-91.01122	48			AR	041	92511	
4114373	Henslee Heights	henslee-heights	US		0	America/Chicago	34.26232	-92.08292	81			AR	069	93918	
4114384	Hepsey (historical)	hepsey-historical	US		0	America/Chicago	36.07729	-92.47044	142			AR	089		
4114388	Herbert	herbert	US		0	America/Chicago	33.55123	-92.83822	36			AR	103	91209	
4114389	Herbine	herbine	US		0	America/Chicago	33.82121	-92.03403	70			AR	025	91611	
4114397	Hergett	hergett	US		0	America/Chicago	35.76758	-90.59122	70	Herget,Hergett		AR	031	92433	
4114402	Heritage Estates	heritage-estates	US		0	America/Chicago	36.29035	-92.36516	232			AR	005	92616	
4114407	Herma	herma	US		0	America/Chicago	33.26096	-92.62265	52			AR	139	91218	
4114422	Herpel	herpel	US		0	America/Chicago	35.90757	-92.02682	108			AR	137	93930	
4114423	Herrick (historical)	herrick-historical	US		0	America/Chicago	36.26118	-91.40402	105			AR	135	91881	
4114431	Hervey	hervey	US		0	America/Chicago	33.49818	-93.77713	76			AR	091	91434	
4114448	Heubner	heubner	US		0	America/Chicago	36.21701	-90.31205	79			AR	021	93971	
4114449	Heustess	heustess	US		0	America/Chicago	34.93454	-90.77344	73			AR	123	91368	
4114468	Hickeytown	hickeytown	US		0	America/Chicago	35.40481	-93.31073	125			AR	071	92322	
4114476	Hickman Landing	hickman-landing	US		0	America/Chicago	35.94285	-89.6873	75	Hickman Landing,Hickman's Landing,Hickmans Landing		AR	093	90633	
4114481	Hickoria	hickoria	US		0	America/Chicago	36.39117	-90.44344	87			AR	021	90232	
4114482	Hickory Creek	hickory-creek	US		0	America/Chicago	36.25424	-94.03464	354			AR	007	93628	
4114536	Hickory Hill	hickory-hill	US		0	America/Chicago	35.24314	-92.73322	106			AR	029	93906	
4114573	Hickory Station	hickory-station	US		0	America/Chicago	34.41537	-93.49213	256			AR	097		
4114574	Hickory Station (historical)	hickory-station-historical	US		0	America/Chicago	34.37371	-93.55019	212			AR	097		
4114582	Hicks	hicks	US		0	America/Chicago	33.71929	-94.12492	92			AR	081	90858	
4114583	Hicks	hicks	US		0	America/Chicago	35.93897	-94.04826	400			AR	143	94026	
4114601	Hicks Station	hicks-station	US		0	America/Chicago	35.09426	-90.61288	61	Hicks Corner,Hicks Station		AR	123	91539	
4114604	Hicksville (historical)	hicksville-historical	US		0	America/Chicago	35.09731	-91.61819	64			AR	145	91122	
4114616	Hidden Oaks	hidden-oaks	US		0	America/Chicago	34.90176	-91.96986	81			AR	085	91191	
4114638	High	high	US		0	America/Chicago	36.4709	-93.5364	327			AR	015	92955	
4114656	High Point (historical)	high-point-historical	US		0	America/Chicago	34.5362	-92.89545	206			AR	051	94047	
4114678	Highland Farm	highland-farm	US		0	America/Chicago	34.96676	-90.38482	63			AR	035	92298	
4114691	Hightower	hightower	US		0	America/Chicago	35.81424	-90.01703	70			AR	093	90549	
4114693	Highfill	highfill	US		632	America/Chicago	36.26147	-94.35771	412			AR	007	93647	
4114728	Hill Creek	hill-creek	US		0	America/Chicago	35.21147	-92.61905	98			AR	029	93492	
4114743	Hill Top	hill-top	US		0	America/Chicago	36.44702	-93.99965	468			AR	007	93626	
4114748	Hillcrest	hillcrest	US		0	America/Chicago	35.54258	-93.43213	232			AR	071	93078	
4114758	Hillemann	hillemann	US		0	America/Chicago	35.12259	-91.08901	64	Hilleman,Hillemann,Hillerman,Hillman		AR	147	91371	
4114773	Hills of Hope	hills-of-hope	US		0	America/Chicago	33.65678	-93.56629	113			AR	057	91077	
4114779	Hillside (historical)	hillside-historical	US		0	America/Chicago	36.1834	-90.51427	115			AR	055	93687	
4114798	Hill Top	hill-top	US		0	America/Chicago	36.14257	-93.25574	661	Hill Top,Hilltop		AR	009	93552	
4114840	Hobbtown	hobbtown	US		0	America/Chicago	35.57425	-94.30327	251	Hobbs,Hobbtown		AR	033	92754	
4114870	Hog Jaw	hog-jaw	US		0	America/Chicago	34.59927	-93.75686	239			AR	097		
4114880	Hogan	hogan	US		0	America/Chicago	36.15785	-91.13179	85			AR	075	90345	
4114887	Hogeye	hogeye	US		0	America/Chicago	35.92036	-94.26771	379	Billingsley,Billingsly,Hog Eye,Hogeye,Latonia,Moffit		AR	143	93768	
4114904	Holcomb Addition	holcomb-addition	US		0	America/Chicago	33.66317	-93.57101	107			AR	057	91077	
4114917	Holdridge	holdridge	US		0	America/Chicago	34.43176	-91.4429	64			AR	001	92466	
4114928	Holiday Hills	holiday-hills	US		0	America/Chicago	36.33701	-92.18571	264			AR	005	93669	
4114930	Holiday Island	holiday-island	US		2373	America/Chicago	36.48535	-93.73214	430			AR	015	91338	
4114933	Holla Bend	holla-bend	US		0	America/Chicago	35.1662	-93.05184	112			AR	115	91407	
4115025	Holly Island Community	holly-island-community	US		0	America/Chicago	36.25923	-90.15815	81	East Webb Store,Holly Island Community		AR	021	91201	
4115087	Holt (historical)	holt-historical	US		0	America/Chicago	35.84036	-93.08767	314			AR	101	90270	
4115089	Holt (historical)	holt-historical	US		0	America/Chicago	35.61869	-90.00064	72			AR	093	90683	
4115098	Holub Crossing	holub-crossing	US		0	America/Chicago	34.84787	-90.90817	63	Holders Corners,Holub,Holub Crossing,Holub Holders Corners		AR	077	93600	
4115120	Homan	homan	US		0	America/Chicago	33.5429	-93.8863	79			AR	091	91755	
4115131	Hon	hon	US		0	America/Chicago	34.93927	-94.18132	195			AR	127	91758	
4115167	Hoop Spur	hoop-spur	US		0	America/Chicago	34.34399	-90.83678	52			AR	107	93573	
4115174	Hoover (historical)	hoover-historical	US		0	America/Chicago	36.25063	-94.34188	390			AR	007	93647	
4115177	Hoover Addition	hoover-addition	US		0	America/Chicago	34.89592	-92.0282	83			AR	085	91479	
4115179	Hoover Landing	hoover-landing	US		0	America/Chicago	36.18812	-90.98957	78			AR	121	90486	
4115202	Hopedale (historical)	hopedale-historical	US		0	America/Chicago	33.79177	-91.46623	47			AR	041	93870	
4115205	Hopefield (historical)	hopefield-historical	US		0	America/Chicago	35.15537	-90.07481	66			AR	035		
4115210	Hopeville	hopeville	US		0	America/Chicago	33.78983	-92.55738	91			AR	013		
4115217	Hopewell (historical)	hopewell-historical	US		0	America/Chicago	34.06372	-93.54352	126			AR	109	92523	
4115258	Hopper	hopper	US		0	America/Chicago	34.8526	-91.05179	59			AR	077	91302	
4115259	Hopper	hopper	US		0	America/Chicago	34.35871	-93.6888	217			AR	097		
4115294	Horn Mountain (historical)	horn-mountain-historical	US		0	America/Chicago	35.9273	-92.9385	499			AR	129	90609	
4115314	Horsehead	horsehead	US		0	America/Chicago	33.10986	-93.26378	90			AR	027	91245	
4115331	Horseshoe	horseshoe	US		0	America/Chicago	35.51286	-91.27457	65			AR	067	90516	
4115352	Horseshoe Lake	horseshoe-lake	US		278	America/Chicago	34.91343	-90.30732	62			AR	035	92298	
4115399	Hortons Landing	hortons-landing	US		0	America/Chicago	34.29538	-91.11262	49			AR	001	92973	
4115420	Hot Springs Junction	hot-springs-junction	US		0	America/Chicago	34.71343	-92.28543	79			AR	119	90300	
4115432	Hough	hough	US		0	America/Chicago	36.30896	-93.36518	390	Hough,Hugh		AR	015	90891	
4115556	Hudspeth	hudspeth	US		0	America/Chicago	33.43706	-91.45262	41			AR	017	90432	
4115603	Hugo (historical)	hugo-historical	US		0	America/Chicago	34.39621	-90.82761	53	Hugo (historical),Hugo Station		AR	107	93573	
4115604	Huma	huma	US		0	America/Chicago	34.53482	-90.67316	57			AR	107	91767	
4115653	Hunterton (historical)	hunterton-historical	US		0	America/Chicago	35.02092	-91.54402	58			AR	117	91083	
4115664	Hurd (historical)	hurd-historical	US		0	America/Chicago	36.48313	-93.93964	482	Herd,Hurd (historical)		AR	007	93626	
4115665	Hurds	hurds	US		0	America/Chicago	33.534	-91.35623	41	Hurd,Hurds		AR	017	90432	
4115668	Huron (historical)	huron-historical	US		0	America/Chicago	36.22896	-92.06265	203			AR	065	90513	
4115669	Hurricane (historical)	hurricane-historical	US		0	America/Chicago	34.54009	-92.42071	109			AR	125	91809	
4115711	Hurricane Grove	hurricane-grove	US		0	America/Chicago	34.53565	-93.57769	212			AR	097		
4115749	Huskey	huskey	US		0	America/Chicago	35.66397	-90.60594	66			AR	111	94068	
4115774	Hydrick	hydrick	US		0	America/Chicago	35.44647	-90.74372	82			AR	111	93333	
4115780	Ico (historical)	ico-historical	US		0	America/Chicago	34.45759	-92.35154	99			AR	053	93384	
4115799	Imelda (historical)	imelda-historical	US		0	America/Chicago	34.40843	-93.41602	214			AR	097	90651	
4115808	Immanuel	immanuel	US		0	America/Chicago	34.40177	-91.32262	60	Emanuel,Immanuel		AR	001	92010	
4115824	Imo	imo	US		0	America/Chicago	35.77869	-92.75072	564	Atlas,Imo		AR	129	92631	
4115843	Independence (historical)	independence-historical	US		0	America/Chicago	36.31257	-92.48988	236			AR	005	94035	
4115848	Index (historical)	index-historical	US		0	America/Chicago	35.13147	-92.85572	302			AR	029	90723	
4115852	Indian Bay	indian-bay	US		0	America/Chicago	34.38288	-91.06706	47	Indian Bay,New Warsaw		AR	095	92539	
4115875	Indian Head Lake Estates	indian-head-lake-estates	US		0	America/Chicago	34.84176	-92.17626	79			AR	119	91731	
4115913	Ink	ink	US		0	America/Chicago	34.58733	-94.1241	315			AR	113	92787	
4116101	Irby (historical)	irby-historical	US		0	America/Chicago	34.99454	-90.31676	63			AR	035	92298	
4116115	Iron Springs	iron-springs	US		0	America/Chicago	33.87261	-93.40462	125			AR	099	90423	
4116116	Iron Springs	iron-springs	US		0	America/Chicago	34.58954	-92.32571	89			AR	119	90300	
4116156	Island Town	island-town	US		0	America/Chicago	35.57869	-91.26485	69			AR	067	93696	
4116174	Ivesville	ivesville	US		0	America/Chicago	34.80259	-92.43266	92			AR	119	90300	
4116208	Jabur (historical)	jabur-historical	US		0	America/Chicago	36.05897	-94.31132	332			AR	143	92400	
4116209	Jacinto	jacinto	US		0	America/Chicago	33.90455	-92.63822	83			AR	039	93030	
4116234	Jacks Bay Landing	jacks-bay-landing	US		0	America/Chicago	34.09538	-91.17011	47	Jacks Bay,Jacks Bay Landing		AR	001	90774	
4116244	Jacks Isle	jacks-isle	US		0	America/Chicago	33.71679	-94.0563	93			AR	081	91356	
4116248	Jackson (historical)	jackson-historical	US		0	America/Chicago	33.95232	-92.87656	50			AR	039	92364	
4116250	Jackson (historical)	jackson-historical	US		0	America/Chicago	33.19734	-91.4729	33			AR	003	92964	
4116333	Jakajones (historical)	jakajones-historical	US		0	America/Chicago	33.82817	-93.62685	134			AR	057	92802	
4116337	Jade (historical)	jade-historical	US		0	America/Chicago	33.55483	-91.66263	57			AR	043	90915	
4116357	James Mill	james-mill	US		0	America/Chicago	35.26287	-90.2176	68			AR	035	91908	
4116367	Jameson (historical)	jameson-historical	US		0	America/Chicago	35.91535	-92.6585	284			AR	129		
4116388	Japton	japton	US		0	America/Chicago	35.96202	-93.80436	464	Japton,Juptown		AR	087	91902	
4116393	Jarta (historical)	jarta-historical	US		0	America/Chicago	35.20759	-91.81931	122			AR	145	90636	
4116399	Jasmine	jasmine	US		0	America/Chicago	35.06426	-91.58374	62	Jasamine,Jasmine,Jasmine Spur		AR	117	91083	
4116411	Jaybird (historical)	jaybird-historical	US		0	America/Chicago	36.3848	-94.56466	348			AR	007	93645	
4116418	Jeanette	jeanette	US		0	America/Chicago	35.17815	-90.42927	58			AR	035	93655	
4116472	Jeffries	jeffries	US		0	America/Chicago	34.73037	-91.28151	56			AR	095	92019	
4116494	Jennette	jennette	US		110	America/Chicago	35.16648	-90.40454	62			AR	035	93655	
4116495	Jennie	jennie	US		0	America/Chicago	33.25623	-91.28622	37			AR	017	92913	
4116509	Jenny Lind	jenny-lind	US		0	America/Chicago	35.25037	-94.31855	146			AR	131	93222	
4116512	Jenson	jenson	US		0	America/Chicago	35.19732	-94.43911	164			AR	131		
4116524	Jerrett	jerrett	US		0	America/Chicago	36.40284	-90.95762	93			AR	121	90909	
4116529	Jersey Point	jersey-point	US		0	America/Chicago	33.67428	-91.10872	43			AR	041	91341	
4116569	Jeter (historical)	jeter-historical	US		0	America/Chicago	33.58317	-91.71207	59			AR	043	90915	
4116571	Jethro	jethro	US		0	America/Chicago	35.60758	-93.88742	273			AR	047	93828	
4116573	Jett (historical)	jett-historical	US		0	America/Chicago	36.15007	-91.88626	240			AR	065	93816	
4116605	Joan	joan	US		0	America/Chicago	34.11454	-92.94045	86			AR	019	90591	
4116744	Johnsville	johnsville	US		0	America/Chicago	33.37317	-92.01597	61			AR	011	92817	
4116845	Jonesboro Junction	jonesboro-junction	US		0	America/Chicago	35.87868	-90.599	79	Jonesboro Junction,Powell		AR	031	90489	
4116851	Jonesdale (historical)	jonesdale-historical	US		0	America/Chicago	36.05702	-92.34682	346			AR	005	90288	
4116853	Jonquil	jonquil	US		0	America/Chicago	35.08204	-90.45427	62			AR	123	91680	
4116860	Jordan (historical)	jordan-historical	US		0	America/Chicago	33.49372	-91.66429	52			AR	043	90186	
4116861	Jordan (historical)	jordan-historical	US		0	America/Chicago	35.89952	-93.66713	613			AR	087	92208	
4116884	Joyce City	joyce-city	US		0	America/Chicago	33.37596	-92.64905	31			AR	103	93921	
4116885	Joyland	joyland	US		0	America/Chicago	35.47425	-90.44899	65			AR	111	92229	
4116889	Judd Hill	judd-hill	US		0	America/Chicago	35.6023	-90.51927	66			AR	111	92304	
4116908	Julius	julius	US		0	America/Chicago	35.18926	-90.30732	66	Julious,Julius		AR	035	91857	
4116909	Jumbo	jumbo	US		0	America/Chicago	36.06007	-91.97959	151			AR	065	90072	
4116913	Junction (historical)	junction-historical	US		0	America/Chicago	36.43646	-93.70658	340			AR	015	90708	
4116920	Junet	junet	US		0	America/Chicago	34.31399	-92.26404	98			AR	053	93912	
4117221	Kahoka (historical)	kahoka-historical	US		0	America/Chicago	35.79646	-91.99459	364			AR	137	90053	
4117230	Kaplin (historical)	kaplin-historical	US		0	America/Chicago	33.40234	-91.31262	38	Kaplin (historical),Kaplin Spur		AR	017	90666	
4117232	Kate	kate	US		0	America/Chicago	35.04482	-90.36149	63			AR	035	90384	
4117243	Kay	kay	US		0	America/Chicago	34.59621	-91.54652	66			AR	117	93219	
4117244	Kay	kay	US		0	America/Chicago	35.78619	-92.69211	439			AR	129	93087	
4117257	Kedron	kedron	US		0	America/Chicago	34.04454	-92.14042	61			AR	025	90438	
4117262	Keeler Corner	keeler-corner	US		0	America/Chicago	35.36008	-91.48458	68			AR	145	93261	
4117265	Keener	keener	US		0	America/Chicago	36.31285	-92.9874	342			AR	009	91224	
4117266	Keener	keener	US		0	America/Chicago	34.80927	-94.00076	204			AR	127	92012	
4117285	Keevil	keevil	US		0	America/Chicago	34.78815	-91.24401	56	Keevil,Midway		AR	095	92019	
4117293	Keller (historical)	keller-historical	US		0	America/Chicago	36.31034	-90.86123	82			AR	121	93255	
4117307	Kellum	kellum	US		0	America/Chicago	34.1165	-94.43993	154			AR	133	92502	
4117310	Kelly Addition	kelly-addition	US		0	America/Chicago	34.89787	-91.95903	93			AR	085	91191	
4117328	Kemp (historical)	kemp-historical	US		0	America/Chicago	33.73761	-92.821	42			AR	103	90675	
4117329	Kemp Addition	kemp-addition	US		0	America/Chicago	34.99731	-92.06515	150			AR	085	94131	
4117352	Kenney (historical)	kenney-historical	US		0	America/Chicago	34.97759	-92.61405	85			AR	105	92022	
4117363	Kensington Place	kensington-place	US		0	America/Chicago	34.72565	-92.38627	114			AR	119	90300	
4117366	Kentucky	kentucky	US		0	America/Chicago	34.60843	-92.66127	105			AR	125	92034	
4117383	Kerlin	kerlin	US		0	America/Chicago	33.18374	-93.22544	94			AR	027	91245	
4117404	Key (historical)	key-historical	US		0	America/Chicago	36.30285	-94.01826	347			AR	007	93628	
4117413	Keystone (historical)	keystone-historical	US		0	America/Chicago	36.12229	-92.53488	151			AR	089		
4117415	Keyton (historical)	keyton-historical	US		0	America/Chicago	33.97066	-93.21989	89			AR	019	90591	
4117417	Kibler	kibler	US		943	America/Chicago	35.43037	-94.2316	133	Kibler,Prairie Grove		AR	033	92039	
4117421	Kiblah	kiblah	US		0	America/Chicago	33.05152	-93.89601	70			AR	091	93537	
4117425	Kilgore (historical)	kilgore-historical	US		0	America/Chicago	33.90122	-93.58907	92			AR	057	93072	
4117436	Killin	killin	US		0	America/Chicago	33.61233	-91.74124	68			AR	043	92382	
4117444	Kimberley	kimberley	US		0	America/Chicago	34.04372	-93.68907	105			AR	109	93606	
4117457	Kinard	kinard	US		0	America/Chicago	33.19374	-92.51598	76			AR	139	91365	
4117458	Kincade Bayou (historical)	kincade-bayou-historical	US		0	America/Chicago	34.75177	-90.56344	59			AR	077	93273	
4117461	Kindall	kindall	US		0	America/Chicago	34.55538	-90.82122	59	Kendal,Kindall		AR	107	93462	
4117465	Kinderhook (historical)	kinderhook-historical	US		0	America/Chicago	35.68341	-92.24488	281			AR	141	93729	
4117525	Kingdom Springs (historical)	kingdom-springs-historical	US		0	America/Chicago	36.33201	-92.6585	219	Kingdom Springs (historical),Kingdon Springs		AR	089		
4117543	Kings Creek (historical)	kings-creek-historical	US		0	America/Chicago	35.01871	-94.19188	199			AR	127	92160	
4117548	Kings Mills (historical)	kings-mills-historical	US		0	America/Chicago	36.19451	-91.54625	178	King Mills,Kings Mills (historical)		AR	135	91029	
4117559	Kingsley Crossing	kingsley-crossing	US		0	America/Chicago	34.97648	-90.61538	51			AR	123	90321	
4117566	Kingsville (historical)	kingsville-historical	US		0	America/Chicago	36.28423	-91.22069	121	Kingsville (historical),Old Walnut Hill		AR	121	91899	
4117567	Kingswood Estates	kingswood-estates	US		0	America/Chicago	36.39173	-92.3271	235			AR	005	92616	
4117568	Kingtown	kingtown	US		0	America/Chicago	34.49677	-90.8915	55			AR	107	90273	
4117569	Kingwood Addition	kingwood-addition	US		0	America/Chicago	34.93231	-92.00209	98			AR	085	94131	
4117582	Kinton	kinton	US		0	America/Chicago	35.14231	-90.63372	61			AR	123	91539	
4117618	Kittle	kittle	US		0	America/Chicago	36.26673	-91.6282	230			AR	049	92922	
4117620	Kittlers	kittlers	US		0	America/Chicago	34.37288	-91.40985	61			AR	001	92466	
4117621	Kizer	kizer	US		0	America/Chicago	33.06513	-93.66268	77			AR	073	93201	
4117625	Klondike (historical)	klondike-historical	US		0	America/Chicago	34.53898	-92.70378	124			AR	125	91269	
4117636	Knob	knob	US		0	America/Chicago	36.28145	-90.44816	105			AR	021	92058	
4117638	Knob Creek	knob-creek	US		0	America/Chicago	36.08424	-91.98821	142			AR	065	90072	
4117651	Knowlton	knowlton	US		0	America/Chicago	34.10733	-90.96372	48			AR	041	92511	
4117665	Knoxville Junction	knoxville-junction	US		0	America/Chicago	35.40897	-93.38463	116			AR	071	92910	
4117678	Koones Gulf (historical)	koones-gulf-historical	US		0	America/Chicago	35.56758	-92.75572	294			AR	141	92190	
4117680	Kramer (historical)	kramer-historical	US		0	America/Chicago	35.09676	-91.39735	56			AR	147	91419	
4117683	Kratnek (historical)	kratnek-historical	US		0	America/Chicago	34.41621	-91.73346	58			AR	069	93210	
4117688	Kress City	kress-city	US		0	America/Chicago	33.29429	-93.6049	82			AR	073	92409	
4117693	Kurdo (historical)	kurdo-historical	US		0	America/Chicago	33.82844	-91.25984	44			AR	041	93063	
4117711	L'Anguille	l-anguille	US		0	America/Chicago	35.23675	-90.89428	66			AR	037	90204	
4117728	La Grue (historical)	la-grue-historical	US		0	America/Chicago	34.68537	-91.58291	64			AR	117	93654	
4117729	La Grue Springs	la-grue-springs	US		0	America/Chicago	34.20788	-91.21178	58	La Grew Springs,La Grue Springs		AR	001	92937	
4117736	LaGrue	lagrue	US		0	America/Chicago	34.45232	-91.32179	58	LaGrew,LaGrue		AR	001	92010	
4117748	Lackland (historical)	lackland-historical	US		0	America/Chicago	33.74594	-93.21683	76			AR	099	93075	
4117756	Lacy (historical)	lacy-historical	US		0	America/Chicago	33.62928	-92.21626	61			AR	011	92568	
4117757	Lacy (historical)	lacy-historical	US		0	America/Chicago	33.92038	-91.23595	47			AR	041	93063	
4117789	Ladelle	ladelle	US		0	America/Chicago	33.46456	-91.79374	61			AR	043	93786	
4117849	Lake Catherine	lake-catherine	US		0	America/Chicago	34.46426	-92.9724	104	Lake Catherine,Lawrence		AR	051	92100	
4117891	Lake Dick	lake-dick	US		0	America/Chicago	34.25204	-91.83874	62	Lake Dick,Lake Dick Spur		AR	069	92925	
4117904	Lake Farm	lake-farm	US		0	America/Chicago	34.22454	-91.70374	56	Lake Farm,Lakefarm		AR	069	92748	
4117916	Lake Frances	lake-frances	US		0	America/Chicago	36.12647	-94.54633	350	Forest Park,Lake Frances,Lake Francis		AR	007	93647	
4118078	Lake Ridge	lake-ridge	US		0	America/Chicago	35.5548	-92.08709	166			AR	023	91329	
4118079	Lake Ridge	lake-ridge	US		0	America/Chicago	34.55232	-90.80317	59			AR	107	93462	
4118097	Lake Side	lake-side	US		0	America/Chicago	36.05229	-90.41344	77	Lake Side,Lakeside		AR	055	91644	
4118160	Lakehall	lakehall	US		0	America/Chicago	33.32845	-91.27067	38	Lake Hall,Lakehall		AR	017	90666	
4118163	Lakeland Hills	lakeland-hills	US		0	America/Chicago	36.31619	-93.99548	402			AR	007	93628	
4118192	Lakeside Terrace	lakeside-terrace	US		0	America/Chicago	36.38979	-92.30627	251			AR	005	92460	
4118199	Lakeview Acres	lakeview-acres	US		0	America/Chicago	35.12786	-92.42849	129			AR	045	90600	
4118205	Lakeway	lakeway	US		0	America/Chicago	36.33868	-92.7685	371			AR	089		
4118208	Lakewood Estates	lakewood-estates	US		0	America/Chicago	33.42457	-93.9563	117			AR	091	91434	
4118234	Lamb (historical)	lamb-historical	US		0	America/Chicago	34.2676	-92.06959	70			AR	069	93783	
4118250	Lamberts (historical)	lamberts-historical	US		0	America/Chicago	34.2251	-91.90986	64			AR	069	93795	
4118252	Lambethville	lambethville	US		0	America/Chicago	35.3787	-90.18148	69			AR	035	91314	
4118259	Lamont (historical)	lamont-historical	US		0	America/Chicago	34.10565	-92.27237	77			AR	053	92334	
4118263	Lancaster (historical)	lancaster-historical	US		0	America/Chicago	35.57036	-94.22743	189			AR	033	92112	
4118277	Landmark	landmark	US		3555	America/Chicago	34.6112	-92.3196	127	Parkers-Iron Springs		AR	119	90300	
4118300	Laneburg	laneburg	US		0	America/Chicago	33.68511	-93.34684	91	Laneburg,Laneburgh,Lanesburg		AR	099	90015	
4118304	Lanesport	lanesport	US		0	America/Chicago	33.64928	-94.47298	98	Lanesport,Laynesport		AR	081	93141	
4118323	Lansbrook	lansbrook	US		0	America/Chicago	34.77537	-92.18681	77			AR	119	91731	
4118327	Lanty	lanty	US		0	America/Chicago	35.33647	-92.68572	138			AR	029	92325	
4118331	Lapile	lapile	US		0	America/Chicago	33.09346	-92.26875	36	La Peil,La Pile,Lapile		AR	139	92121	
4118337	Larkin	larkin	US		0	America/Chicago	36.11174	-91.86793	238			AR	065	92061	
4118433	Latham (historical)	latham-historical	US		0	America/Chicago	35.56675	-92.696	258			AR	141	92190	
4118434	Latour	latour	US		0	America/Chicago	34.57621	-90.74122	62	Latour,Latour Junction		AR	107	93462	
4118444	Lauratown	lauratown	US		0	America/Chicago	36.02007	-91.08846	79			AR	075	92127	
4118445	Laurel (historical)	laurel-historical	US		0	America/Chicago	35.52286	-93.02517	177			AR	115	92181	
4118501	Laytonville (historical)	laytonville-historical	US		0	America/Chicago	36.21035	-92.44183	226			AR	005	90540	
4118530	Leaning Pines	leaning-pines	US		0	America/Chicago	34.97787	-91.97237	113			AR	085	90669	
4118535	Leavits (historical)	leavits-historical	US		0	America/Chicago	33.52622	-91.46012	43	Grace,Leavits (historical),Leavitt		AR	043	90132	
4118537	Lebanon (historical)	lebanon-historical	US		0	America/Chicago	35.91619	-92.71544	209			AR	129	93456	
4118553	Ledwidge	ledwidge	US		0	America/Chicago	34.95731	-92.56627	86			AR	105	94119	
4118556	Lee (historical)	lee-historical	US		0	America/Chicago	36.47813	-94.52438	341			AR	007	93645	
4118587	Lee Creek	lee-creek	US		0	America/Chicago	35.68147	-94.34938	225	Cove City,Lee Creek,Lee's Creek,Leecreek,Lees Creek		AR	033	90942	
4118627	Leetown	leetown	US		0	America/Chicago	36.43146	-94.04742	424	Lee Town,Leetown		AR	007	93626	
4118640	Lehigh (historical)	lehigh-historical	US		0	America/Chicago	34.00232	-92.09181	79			AR	025	90438	
4118643	Leidygate (historical)	leidygate-historical	US		0	America/Chicago	33.78678	-94.29048	104			AR	081	90555	
4118644	Leighton (historical)	leighton-historical	US		0	America/Chicago	34.53815	-91.63041	61			AR	117	90216	
4118645	Leigo (historical)	leigo-historical	US		0	America/Chicago	35.84174	-92.94045	650			AR	129	92631	
4118647	Leitner	leitner	US		0	America/Chicago	34.2501	-92.06681	77	Dew Drop,Leitner,Pinecrest		AR	069	93783	
4118666	Lemsford	lemsford	US		0	America/Chicago	35.85757	-89.91814	76			AR	093	90783	
4118668	Lena (historical)	lena-historical	US		0	America/Chicago	34.70759	-93.11629	236			AR	051	91581	
4118671	Lenham	lenham	US		0	America/Chicago	34.30037	-92.63905	68			AR	053	91287	
4118672	Lennie	lennie	US		0	America/Chicago	35.76758	-90.17759	72			AR	093	92226	
4118673	Lenoir (historical)	lenoir-historical	US		0	America/Chicago	34.74871	-91.2704	56			AR	095	92019	
4118679	Leon (historical)	leon-historical	US		0	America/Chicago	35.23898	-94.00576	162			AR	047	92988	
4118689	Lepanto Junction	lepanto-junction	US		0	America/Chicago	35.73813	-90.33343	67			AR	031	90330	
4118690	Lerch	lerch	US		0	America/Chicago	33.25374	-93.49268	80			AR	073	92409	
4118703	Lester Addition	lester-addition	US		0	America/Chicago	33.64401	-93.60073	105			AR	057	91077	
4118705	Lester Junction	lester-junction	US		0	America/Chicago	33.62789	-92.93711	79			AR	103	93198	
4118709	Leta (historical)	leta-historical	US		0	America/Chicago	35.45369	-92.93489	213			AR	115	91875	
4118710	Letchworth	letchworth	US		0	America/Chicago	34.91093	-91.4943	62			AR	117	94023	
4118715	Levesque	levesque	US		0	America/Chicago	35.24925	-90.71067	70	Levesque,Magnolia Grove		AR	037	93408	
4118723	Levit (historical)	levit-historical	US		0	America/Chicago	33.684	-92.35487	58			AR	013		
4118724	Levy	levy	US		0	America/Chicago	34.7887	-92.27654	88			AR	119	91731	
4119520	Lockheart (historical)	lockheart-historical	US		0	America/Chicago	35.87646	-91.29596	74			AR	063	90343	
4118761	Lexa Junction	lexa-junction	US		0	America/Chicago	34.59899	-90.76817	67			AR	107	93462	
4118763	Libby (historical)	libby-historical	US		0	America/Chicago	35.45619	-91.9507	80	Libbie,Libby (historical)		AR	023	92583	
4118772	Liberty (historical)	liberty-historical	US		0	America/Chicago	36.2473	-94.15493	378			AR	007	93632	
4118861	Liberty Springs (historical)	liberty-springs-historical	US		0	America/Chicago	35.49369	-92.7235	216	Liberty Spring,Liberty Springs (historical)		AR	141	92190	
4118865	Liberty Valley	liberty-valley	US		0	America/Chicago	35.27759	-91.53569	63			AR	145	90096	
4118881	Lick Branch	lick-branch	US		0	America/Chicago	36.33007	-93.22879	357	Lick Branch,Lickbranch		AR	009	90678	
4118947	Lick Mountain	lick-mountain	US		0	America/Chicago	35.3598	-92.63266	214			AR	029	92199	
4118962	Light	light	US		0	America/Chicago	36.07007	-90.74789	80	Cache,Light		AR	055	90510	
4118971	Lilley (historical)	lilley-historical	US		0	America/Chicago	33.669	-92.74238	40			AR	103	93762	
4118975	Limedale	limedale	US		0	America/Chicago	35.79397	-91.71931	103	Limedale,Simmons		AR	063	93249	
4118976	Limedale Junction	limedale-junction	US		0	America/Chicago	35.81591	-91.71347	119			AR	063		
4118980	Limeville (historical)	limeville-historical	US		0	America/Chicago	35.75341	-91.75264	85			AR	063	93915	
4118999	Lincoln Terrace	lincoln-terrace	US		0	America/Chicago	34.92648	-91.95348	92			AR	085	92736	
4119002	Lindale (historical)	lindale-historical	US		0	America/Chicago	33.74261	-92.35487	58			AR	013		
4119006	Linder	linder	US		0	America/Chicago	35.19036	-92.37293	109	Linder,Lone Pine,New Linder		AR	045	91199	
4119009	Linders Mill (historical)	linders-mill-historical	US		0	America/Chicago	34.99315	-90.58538	61			AR	123	91539	
4119020	Lindulake Addition	lindulake-addition	US		0	America/Chicago	34.9987	-92.05681	128			AR	085	94131	
4119025	Line Store (historical)	line-store-historical	US		0	America/Chicago	36.49785	-94.02437	367	Line Station,Line Store (historical)		AR	007	93626	
4119035	Linn (historical)	linn-historical	US		0	America/Chicago	34.18899	-91.71263	58			AR	069	90390	
4119052	Linville (historical)	linville-historical	US		0	America/Chicago	35.62092	-93.68325	550			AR	071	90150	
4119056	Lippton (historical)	lippton-historical	US		0	America/Chicago	33.79178	-94.3002	104	Lippton (historical),Log Spur,Old Winthrop		AR	081	90555	
4119066	Lissie (historical)	lissie-historical	US		0	America/Chicago	34.18177	-93.61963	196	Lassie,Lissie (historical)		AR	109	90045	
4119077	Little Bay (historical)	little-bay-historical	US		0	America/Chicago	33.43151	-92.62599	29			AR	013		
4119082	Little Bay	little-bay	US		0	America/Chicago	33.76261	-92.53238	97			AR	013		
4119136	Little Buffalo (historical)	little-buffalo-historical	US		0	America/Chicago	36.04785	-93.12629	294			AR	101	91872	
4119222	Little Dixie	little-dixie	US		0	America/Chicago	35.00731	-91.36485	55			AR	117	90612	
4119229	Little Fir Landing	little-fir-landing	US		0	America/Chicago	34.63065	-93.47436	181			AR	097		
4119245	Little Flock	little-flock	US		2748	America/Chicago	36.38591	-94.1352	364			AR	007	93636	
4119248	Little Garnett	little-garnett	US		0	America/Chicago	33.86316	-91.80374	116	Cross Road Station,Little Garnett		AR	079	92262	
4119258	Little Green Store	little-green-store	US		0	America/Chicago	35.95229	-90.0362	73			AR	093	90429	
4119296	Little Italy	little-italy	US		0	America/Chicago	34.93759	-92.58599	208			AR	105	94119	
4119359	Little Prairie (historical)	little-prairie-historical	US		0	America/Chicago	34.81843	-91.01429	61			AR	077	91593	
4119430	Little Texas	little-texas	US		0	America/Chicago	34.8426	-93.72575	177			AR	127	92235	
4119460	Littles (historical)	littles-historical	US		0	America/Chicago	33.87149	-91.25845	46			AR	041	93063	
4119483	Loafer	loafer	US		0	America/Chicago	35.78341	-93.48324	629			AR	101	90417	
4119523	Locust Bayou	locust-bayou	US		0	America/Chicago	33.55678	-92.66905	38			AR	013		
4119525	Lockheart	lockheart	US		0	America/Chicago	35.83674	-91.24652	70			AR	063	90343	
4119570	Lodge Corner	lodge-corner	US		0	America/Chicago	34.3001	-91.52512	58	Lodge,Lodge Corner,Lodges Corners		AR	001	91425	
4119572	Lofton	lofton	US		0	America/Chicago	34.40065	-93.23129	175			AR	051	92100	
4119614	Lollie	lollie	US		0	America/Chicago	34.98814	-92.58433	85	Lollie,Lollie Plantation		AR	045	90225	
4119628	Lone Elm	lone-elm	US		0	America/Chicago	35.54675	-93.9652	156	Lone Elm,Lonelm		AR	047	92649	
4119629	Lone Elm	lone-elm	US		0	America/Chicago	34.94176	-94.02715	223			AR	127	91689	
4119630	Lone Elm (historical)	lone-elm-historical	US		0	America/Chicago	36.20952	-94.48688	365			AR	007	93646	
4119668	Lone Sasafras (historical)	lone-sasafras-historical	US		0	America/Chicago	33.49983	-91.79374	61	Lake Sassafras,Lone Sasafras (historical)		AR	043	93786	
4119682	Lone Valley	lone-valley	US		0	America/Chicago	34.46511	-94.32382	302			AR	113	90936	
4119694	Long	long	US		0	America/Chicago	33.65845	-94.02686	95			AR	081	91356	
4119799	Longino	longino	US		0	America/Chicago	34.98287	-90.87067	64			AR	123	92340	
4119800	Longlea	longlea	US		0	America/Chicago	34.78426	-92.42154	135			AR	119	90300	
4119808	Longview Crossing	longview-crossing	US		0	America/Chicago	33.34706	-91.91763	37	Long View,Longview Crossing		AR	003	92277	
4119812	Longwill	longwill	US		0	America/Chicago	35.7173	-90.48483	68			AR	031	93582	
4119815	Lono	lono	US		0	America/Chicago	34.20815	-92.71016	153			AR	059	90837	
4119854	Lorays	lorays	US		0	America/Chicago	34.11066	-90.984	47	Loray,Lorays		AR	041	92511	
4119858	Lorine	lorine	US		0	America/Chicago	36.30701	-91.03262	145			AR	121	91059	
4119864	Lost Bridge Village	lost-bridge-village	US		434	America/Chicago	36.38841	-93.90686	373			AR	007	93626	
4119865	Lost Cane	lost-cane	US		0	America/Chicago	35.80008	-90.12732	72			AR	093	90297	
4119868	Lost Corner	lost-corner	US		0	America/Chicago	35.41258	-92.65461	140			AR	029	92199	
4119869	Lost Corner	lost-corner	US		0	America/Chicago	35.57175	-92.83406	514			AR	115	91875	
4119921	Love (historical)	love-historical	US		0	America/Chicago	36.14812	-91.69348	153			AR	065	91926	
4119930	Love Creek	love-creek	US		0	America/Chicago	34.02538	-93.3149	100			AR	019	90591	
4119933	Love Place	love-place	US		0	America/Chicago	35.31648	-90.57372	63			AR	037	93657	
4119978	Lower Boydsville	lower-boydsville	US		0	America/Chicago	36.33395	-90.40844	92			AR	021	91971	
4120035	Loy	loy	US		0	America/Chicago	36.01452	-93.55241	419			AR	087	92055	
4120038	Luber	luber	US		0	America/Chicago	35.76563	-92.08376	368			AR	137	90519	
4120044	Lucca Landing	lucca-landing	US		0	America/Chicago	33.71539	-91.21511	43			AR	041	91341	
4120046	Lucian (historical)	lucian-historical	US		0	America/Chicago	34.2151	-92.66822	94			AR	053	93591	
4120052	Lucky (historical)	lucky-historical	US		0	America/Chicago	34.46037	-93.4488	203			AR	097	90013	
4120058	Ludwig	ludwig	US		0	America/Chicago	35.51092	-93.42935	233			AR	071	93078	
4120061	Luehrmann (historical)	luehrmann-historical	US		0	America/Chicago	36.36256	-90.589	85			AR	021	90589	
4120062	Lufra (historical)	lufra-historical	US		0	America/Chicago	33.52928	-92.99433	61			AR	103	92388	
4120064	Lumber	lumber	US		0	America/Chicago	33.3504	-93.34739	94			AR	027	92355	
4120073	Lundell	lundell	US		0	America/Chicago	34.19205	-90.96233	47			AR	107	92547	
4120075	Lundsford Corner	lundsford-corner	US		0	America/Chicago	34.90731	-92.5496	91			AR	119	90300	
4120079	Lunet	lunet	US		0	America/Chicago	33.76344	-92.90878	71			AR	103		
4120080	Lunsford	lunsford	US		0	America/Chicago	35.7573	-90.48038	67			AR	031	93582	
4120085	Lurton	lurton	US		0	America/Chicago	35.77147	-93.07767	613			AR	101	93150	
4120100	Lutherville	lutherville	US		0	America/Chicago	35.48397	-93.27796	271			AR	071	91683	
4120106	Lydalisk	lydalisk	US		0	America/Chicago	35.74397	-92.33432	195	Arnold,Lydalisk		AR	137	93726	
4120107	Lydesdale	lydesdale	US		0	America/Chicago	33.32096	-93.11822	111			AR	027	93801	
4120149	Maberry	maberry	US		0	America/Chicago	35.02204	-91.32596	56			AR	147	91380	
4120237	Macey	macey	US		0	America/Chicago	35.92729	-90.35982	73	Macey,Macy		AR	031	90534	
4120251	Macks	macks	US		0	America/Chicago	35.61258	-91.36263	69			AR	067	90147	
4120258	Macon Lake	macon-lake	US		0	America/Chicago	33.42873	-91.32456	40	Macon Lake,Mason Lake		AR	017	90666	
4120264	Madding	madding	US		0	America/Chicago	34.22482	-91.83374	61			AR	069	92925	
4120266	Maddock (historical)	maddock-historical	US		0	America/Chicago	35.48702	-91.65514	177			AR	145	91629	
4120267	Maddox	maddox	US		0	America/Chicago	34.49259	-93.30324	169			AR	051	91581	
4120272	Maddux Spring	maddux-spring	US		0	America/Chicago	35.70842	-94.13159	500			AR	033	92961	
4120298	Magic Springs	magic-springs	US		0	America/Chicago	35.81508	-92.85906	583			AR	129	92631	
4120301	Magnesia Springs	magnesia-springs	US		0	America/Chicago	33.34263	-93.17433	113			AR	027	92328	
4120315	Magnet Cove	magnet-cove	US		5	America/Chicago	34.45426	-92.84461	158	Magnet,Magnet Cove		AR	059	92352	
4120324	Magnolia Addition	magnolia-addition	US		0	America/Chicago	33.68012	-93.58462	102			AR	057	91077	
4120365	Majors	majors	US		0	America/Chicago	34.22177	-93.47324	121			AR	019	90591	
4120372	Mallard Point	mallard-point	US		0	America/Chicago	36.39812	-92.28877	192			AR	005	92460	
4120379	Mallory Spur	mallory-spur	US		0	America/Chicago	35.01565	-90.38538	60			AR	035	90384	
4120412	Manfred	manfred	US		0	America/Chicago	34.40788	-93.64852	197			AR	097		
4120416	Mangrum	mangrum	US		0	America/Chicago	35.78785	-90.3576	69	Mangrum,Mangrums,Varner		AR	031	90330	
4120436	Mannstown	mannstown	US		0	America/Chicago	33.47678	-92.04958	73			AR	011	92379	
4120448	Mansville (historical)	mansville-historical	US		0	America/Chicago	34.04843	-92.41015	81			AR	025	93297	
4120449	Mante (historical)	mante-historical	US		0	America/Chicago	36.08424	-93.81131	500	Mante (historical),Mantee		AR	087	93888	
4120454	Maple Corner	maple-corner	US		0	America/Chicago	34.55538	-90.85845	58			AR	107	92391	
4120456	Many Islands	many-islands	US		0	America/Chicago	36.38895	-91.52931	131			AR	049	90006	
4120499	March (historical)	march-historical	US		0	America/Chicago	35.8798	-90.7765	95	March,March (historical)		AR	031	90255	
4120505	Marche	marche	US		0	America/Chicago	34.86342	-92.36238	82	Marche,Warren		AR	119	91731	
4120519	Marie	marie	US		79	America/Chicago	35.61036	-90.08092	72			AR	093	90683	
4120559	Mark Lynn Terrace	mark-lynn-terrace	US		0	America/Chicago	34.94592	-92.00626	94			AR	085	94131	
4120602	Marsden	marsden	US		0	America/Chicago	33.3279	-92.22264	36			AR	011	93186	
4120606	Marsena	marsena	US		0	America/Chicago	35.88035	-92.79461	273			AR	129	90609	
4120628	Martha (historical)	martha-historical	US		0	America/Chicago	34.07178	-94.02575	131			AR	061	92337	
4120633	Martin Box	martin-box	US		0	America/Chicago	35.94257	-92.61239	350			AR	129		
4120665	Martin Spring	martin-spring	US		0	America/Chicago	35.54453	-93.43602	217			AR	071	93078	
4120680	Martinville	martinville	US		0	America/Chicago	33.24401	-91.79068	50			AR	003	90687	
4120681	Martinville	martinville	US		0	America/Chicago	35.32508	-92.48238	122	Cadron Cove,Martinville		AR	045	93825	
4120692	Marvinville	marvinville	US		0	America/Chicago	35.11815	-93.55019	116			AR	149	93180	
4120700	Mary Spur	mary-spur	US		0	America/Chicago	34.26677	-90.91567	49	Mary,Mary Spur		AR	107	93573	
4120719	Mason (historical)	mason-historical	US		0	America/Chicago	33.77872	-92.19931	71			AR	025	93069	
4120729	Mason Valley	mason-valley	US		0	America/Chicago	36.29924	-94.34077	392			AR	007	93645	
4120743	Massard	massard	US		0	America/Chicago	35.34842	-94.34077	130			AR	131	93741	
4120767	Matoka (historical)	matoka-historical	US		0	America/Chicago	33.05513	-91.7154	43			AR	003	91263	
4120808	Maxey (historical)	maxey-historical	US		0	America/Chicago	33.45317	-91.33345	41			AR	017	90666	
4120810	Maumelle Station	maumelle-station	US		0	America/Chicago	34.8137	-92.44266	81	Maumelle,Maumelle Station		AR	119	90300	
4120813	Maxville	maxville	US		0	America/Chicago	35.99146	-91.57569	190			AR	135	91205	
4120817	Maxwell (historical)	maxwell-historical	US		0	America/Chicago	34.01733	-93.70101	116			AR	109	93606	
4120826	May (historical)	may-historical	US		0	America/Chicago	35.9723	-92.40099	349			AR	137	91275	
4120857	Mayos	mayos	US		0	America/Chicago	34.45232	-91.07901	50			AR	095	92539	
4120866	Maysville (historical)	maysville-historical	US		0	America/Chicago	35.92896	-90.48177	73			AR	031	92154	
4120870	Mayton	mayton	US		0	America/Chicago	33.37651	-93.73601	70			AR	091	93084	
4120872	Mazarn	mazarn	US		0	America/Chicago	34.43093	-93.4338	189			AR	097	90013	
4120886	McAlmont	mcalmont	US		1873	America/Chicago	34.80842	-92.18181	82			AR	119	91731	
4120918	McCaskill	mccaskill	US		94	America/Chicago	33.91678	-93.64157	136			AR	057	93072	
4120922	McCauley	mccauley	US		0	America/Chicago	34.42705	-94.30577	377			AR	113	93996	
4120924	McClaren	mcclaren	US		0	America/Chicago	35.32536	-92.67822	143	McClaran,McClaren		AR	029	92325	
4120929	McClellan Place	mcclellan-place	US		0	America/Chicago	34.66315	-92.33849	84			AR	119	90300	
4120930	McClelland	mcclelland	US		0	America/Chicago	35.10426	-91.4068	56			AR	147	91419	
4120935	McClendons Corner	mcclendons-corner	US		0	America/Chicago	35.54008	-90.23148	68			AR	093	91182	
4120956	McCormick	mccormick	US		0	America/Chicago	35.59786	-90.58122	65			AR	111	92304	
4120973	McCreanor	mccreanor	US		0	America/Chicago	34.78342	-91.79514	69			AR	085	90663	
4120981	McCrory	mccrory	US		1601	America/Chicago	35.2562	-91.20012	64			AR	147	91092	
4121013	McDougal	mcdougal	US		175	America/Chicago	36.44006	-90.39149	90			AR	021	90232	
4121020	McDermott Addition	mcdermott-addition	US		0	America/Chicago	35.04536	-92.06431	99			AR	085	92349	
4121026	McFadden	mcfadden	US		0	America/Chicago	35.40647	-91.09207	67			AR	067	90948	
4121036	McElroy	mcelroy	US		0	America/Chicago	35.21481	-90.83761	69			AR	037	90204	
4121038	McFerrin	mcferrin	US		0	America/Chicago	35.77785	-90.04231	70	McFerrin,Ross		AR	093	91308	
4121052	McGehee	mcgehee	US		3919	America/Chicago	33.629	-91.39956	44	Makgi,Makgikhi,makghyhy,mikagehi,mk gy,Макги,Макгихи,Макгі,ماكغيهي,مک گی,मिकगेही		AR	041	90435	
4121069	McGintytown	mcgintytown	US		0	America/Chicago	35.2473	-92.29182	134	Hardinville,McGinty,McGintys Store,McGintytown		AR	045	92427	
4121071	McGlendon Mill	mcglendon-mill	US		0	America/Chicago	33.19207	-92.29375	50			AR	139	91620	
4121450	Midway (historical)	midway-historical	US		0	America/Chicago	34.32372	-94.02492	322			AR	061	92595	
4121080	McGuire (historical)	mcguire-historical	US		0	America/Chicago	36.02647	-94.00825	376	Maguires Store,McGuire (historical),Sylvia,Titsworth		AR	143	93156	
4121088	McHue	mchue	US		0	America/Chicago	35.69286	-91.65819	90			AR	063	92313	
4121100	McJester	mcjester	US		0	America/Chicago	35.47397	-91.81848	183			AR	023	92319	
4121114	McKamie	mckamie	US		0	America/Chicago	33.26846	-93.49906	83			AR	073	92409	
4121120	McKinney (historical)	mckinney-historical	US		0	America/Chicago	33.77844	-92.04736	42			AR	025	91800	
4121141	McLean (historical)	mclean-historical	US		0	America/Chicago	34.34815	-92.63905	70			AR	053	91287	
4121151	McMillan Corner	mcmillan-corner	US		0	America/Chicago	33.38706	-91.30845	38	McMillan Corner,Nordman		AR	017	90666	
4121158	McNab	mcnab	US		66	America/Chicago	33.66123	-93.83268	98			AR	057	90396	
4121159	McNair	mcnair	US		0	America/Chicago	36.05036	-94.17632	387	McNair,Vale		AR	143	91283	
4121166	McNeil	mcneil	US		497	America/Chicago	33.3479	-93.20989	101			AR	027	92328	
4121185	McRae	mcrae	US		680	America/Chicago	35.11286	-91.82236	70			AR	145	92331	
4121197	McPhearson	mcphearson	US		0	America/Chicago	36.14035	-92.25266	126	McPhearson,McPherson		AR	005	91524	
4121207	Meadow Cliff	meadow-cliff	US		0	America/Chicago	35.08065	-90.76733	101			AR	123	91980	
4121215	Meadowcliff	meadowcliff	US		0	America/Chicago	34.69676	-92.35099	103			AR	119	90300	
4121218	Meadowlark Addition	meadowlark-addition	US		0	America/Chicago	34.96592	-92.01792	86			AR	085	94131	
4121219	Meadows	meadows	US		0	America/Chicago	35.49314	-94.26715	143			AR	033	90024	
4121221	Meadow Heights	meadow-heights	US		0	America/Chicago	35.79758	-91.66542	157			AR	063	93249	
4121227	Meaford (historical)	meaford-historical	US		0	America/Chicago	34.52481	-92.86989	166			AR	051	94047	
4121234	Medford (historical)	medford-historical	US		0	America/Chicago	33.94594	-91.35012	55			AR	041	93063	
4121240	Medlock	medlock	US		0	America/Chicago	33.35012	-93.02516	80			AR	027	93801	
4121242	Meek (historical)	meek-historical	US		0	America/Chicago	33.85233	-92.33904	58			AR	025	92049	
4121251	Meeks Settlement	meeks-settlement	US		0	America/Chicago	34.04177	-93.39184	104	Meeks,Meeks Settlement		AR	019	90591	
4121254	Meg	meg	US		0	America/Chicago	35.40425	-93.88825	146			AR	047	90111	
4121255	Melanie Park	melanie-park	US		0	America/Chicago	34.81037	-92.27515	110			AR	119	91731	
4121311	Meneshea	meneshea	US		0	America/Chicago	35.42647	-90.21454	70			AR	035	91314	
4121320	Merced (historical)	merced-historical	US		0	America/Chicago	35.66397	-90.55372	66			AR	111	94068	
4121323	Merck (historical)	merck-historical	US		0	America/Chicago	35.31231	-90.61122	64			AR	037	93657	
4121333	Meroney	meroney	US		0	America/Chicago	33.96038	-91.73402	55			AR	079	90639	
4121342	Mersman	mersman	US		0	America/Chicago	35.35925	-90.75428	85			AR	037	92526	
4121345	Mesa View	mesa-view	US		0	America/Chicago	34.75676	-92.40127	161			AR	119	90300	
4121352	Meto	meto	US		0	America/Chicago	34.78565	-91.99597	73			AR	085	92283	
4121353	Meto (historical)	meto-historical	US		0	America/Chicago	34.78509	-92.00236	74			AR	085	92283	
4121366	Meyers	meyers	US		0	America/Chicago	34.45926	-93.35408	175			AR	051	91581	
4121372	Mickles	mickles	US		0	America/Chicago	35.06898	-93.29018	102	Bruce Mickles,Mickles		AR	149	91017	
4121428	Midland Heights	midland-heights	US		0	America/Chicago	34.53649	-90.62372	79			AR	107	93276	
4121471	Midway Corner	midway-corner	US		0	America/Chicago	35.0687	-90.29371	62			AR	035	93033	
4121658	Millan (historical)	millan-historical	US		0	America/Chicago	35.10703	-93.40074	106			AR	149	91293	
4121662	Miller (historical)	miller-historical	US		0	America/Chicago	35.50702	-92.12376	141			AR	023	93750	
4121711	Miller Springs (historical)	miller-springs-historical	US		0	America/Chicago	36.47535	-94.563	308			AR	007	93645	
4121715	Millers	millers	US		0	America/Chicago	35.06287	-90.2301	63	Millers,Scanlan		AR	035	93033	
4121716	Millers Bluff	millers-bluff	US		0	America/Chicago	33.39595	-92.63405	37			AR	103	93921	
4121717	Millers Chapel	millers-chapel	US		0	America/Chicago	33.06124	-91.48623	32			AR	003	94077	
4121721	Millers Crossing	millers-crossing	US		0	America/Chicago	33.80567	-94.16631	79			AR	133	92820	
4121728	Milligan Ridge	milligan-ridge	US		0	America/Chicago	35.77924	-90.25871	69	Draffen,Milligan Ridge		AR	093	92226	
4121763	Milner (historical)	milner-historical	US		0	America/Chicago	33.38096	-93.13961	68			AR	027	92328	
4121765	Milrose	milrose	US		0	America/Chicago	33.92012	-94.18603	104			AR	133	92820	
4121768	Mimosa	mimosa	US		0	America/Chicago	34.50399	-93.74353	268			AR	097		
4121782	Mineral (historical)	mineral-historical	US		0	America/Chicago	34.87453	-92.29404	112			AR	119	91731	
4121813	Minorca	minorca	US		0	America/Chicago	36.49423	-90.84623	107	Minorca,Minorea		AR	121	92220	
4121865	Mist	mist	US		0	America/Chicago	33.27401	-91.69151	53			AR	003	92976	
4121866	Mistletoe (historical)	mistletoe-historical	US		0	America/Chicago	33.75984	-94.2027	96			AR	081	92196	
4121881	Mitchell Corner	mitchell-corner	US		0	America/Chicago	35.23286	-91.48374	63			AR	145	90999	
4121892	Mitchell Mill	mitchell-mill	US		0	America/Chicago	36.19756	-90.24121	79			AR	055	90360	
4121901	Mixon	mixon	US		0	America/Chicago	35.09065	-93.87992	160			AR	083	93519	
4121909	Moab (historical)	moab-historical	US		0	America/Chicago	35.01259	-92.74044	82			AR	105	91776	
4121914	Mobley (historical)	mobley-historical	US		0	America/Chicago	35.90091	-91.44791	183			AR	135	93336	
4121916	Moark	moark	US		0	America/Chicago	36.48339	-90.52511	92			AR	021	90874	
4121932	Mock (historical)	mock-historical	US		0	America/Chicago	36.4459	-90.96957	129			AR	121	91833	
4121939	Modoc Landing	modoc-landing	US		0	America/Chicago	34.29677	-90.79372	54			AR	107	93573	
4121947	Moko	moko	US		0	America/Chicago	36.46756	-91.83987	240			AR	049	93909	
4121951	Mollus (historical)	mollus-historical	US		0	America/Chicago	36.2534	-90.69789	85			AR	055	91992	
4121956	Monica	monica	US		0	America/Chicago	34.9962	-90.78622	80			AR	123	92340	
4121957	Monica (historical)	monica-historical	US		0	America/Chicago	34.29871	-91.38207	58			AR	001	92085	
4121961	Monkey Run	monkey-run	US		0	America/Chicago	36.34535	-92.47988	218	Monkey Run,Pilgrim Rest,Pilgrims Rest,Pleasant Valley		AR	005	91818	
4121964	Monnie Springs	monnie-springs	US		0	America/Chicago	34.91953	-92.48599	90			AR	119	90300	
4121976	Montana	montana	US		0	America/Chicago	35.42508	-93.54491	121			AR	071	92994	
4121977	Monte Ne	monte-ne	US		0	America/Chicago	36.2873	-94.06909	346	Monte Ne,Pettigrew Miulls,Silver Springs Mills,Vinda		AR	007	93628	
4121981	Monte Ne Shores	monte-ne-shores	US		0	America/Chicago	36.28424	-94.07631	350			AR	007	93628	
4122027	Montongo	montongo	US		0	America/Chicago	33.74316	-91.82235	117	Montonga,Montongo		AR	043	90834	
4122031	Moody (historical)	moody-historical	US		0	America/Chicago	33.46845	-91.93486	39			AR	043	90969	
4122108	Moores Mill	moores-mill	US		0	America/Chicago	33.29401	-92.00763	25	Moores Mill,Moores Mill Landing		AR	011	92817	
4122117	Mooresville (historical)	mooresville-historical	US		0	America/Chicago	35.00787	-91.69486	62			AR	117	91698	
4122126	Morelock (historical)	morelock-historical	US		0	America/Chicago	35.06037	-91.12179	64			AR	147	90657	
4122154	Morgan Springs	morgan-springs	US		0	America/Chicago	34.89232	-94.33355	182			AR	127	90702	
4122167	Morning Star	morning-star	US		0	America/Chicago	36.06701	-90.42788	77			AR	055	90804	
4122168	Morning Star	morning-star	US		0	America/Chicago	34.50537	-92.98907	155			AR	051	91773	
4122169	Morning Star	morning-star	US		0	America/Chicago	34.32177	-90.84594	52			AR	107	93573	
4122170	Morning Star	morning-star	US		0	America/Chicago	35.97285	-92.59405	359			AR	129		
4122205	Moro Bay	moro-bay	US		0	America/Chicago	33.30651	-92.35042	26	Moro Bay,Morobay		AR	011	93186	
4122245	Morris Ferry (historical)	morris-ferry-historical	US		0	America/Chicago	33.88845	-94.38576	97			AR	081	91962	
4122254	Morrison Bluff	morrison-bluff	US		62	America/Chicago	35.38786	-93.52852	117			AR	083	93195	
4122277	Mosby Spur	mosby-spur	US		0	America/Chicago	34.17955	-90.96733	49	Mosby,Mosby Spur		AR	107	92547	
4122292	Mosley	mosley	US		0	America/Chicago	35.1812	-93.25185	140			AR	149	92343	
4122348	Mount Adams	mount-adams	US		0	America/Chicago	34.48843	-91.25651	63			AR	001	92010	
4122402	Mount Carmel Estates	mount-carmel-estates	US		0	America/Chicago	34.93814	-91.92986	94			AR	085	92736	
4122415	Mount Elba	mount-elba	US		0	America/Chicago	33.85094	-92.15848	42			AR	025	93405	
4122423	Mount Gaylor	mount-gaylor	US		0	America/Chicago	35.75314	-94.1152	635	Mount Gayler,Mount Gaylor		AR	033	92961	
4122427	Mount George	mount-george	US		0	America/Chicago	35.11314	-93.24185	105	Mount George,Mount Homer,Mounthomer		AR	149	92343	
4122451	Mount Hersey	mount-hersey	US		0	America/Chicago	36.01369	-92.95017	229			AR	101	91545	
4122502	Mount Moriah	mount-moriah	US		0	America/Chicago	34.39509	-93.3538	219			AR	059	91662	
4122503	Mount Moriah	mount-moriah	US		0	America/Chicago	33.63873	-93.31434	86			AR	099	90654	
4122504	Mount Moriah	mount-moriah	US		0	America/Chicago	34.109	-93.69102	178			AR	109	93606	
4122544	Mount Olive (historical)	mount-olive-historical	US		0	America/Chicago	33.94956	-93.90685	138			AR	061	90933	
4122626	Mount Perrian (historical)	mount-perrian-historical	US		0	America/Chicago	36.4834	-92.836	251			AR	089		
4122630	Mount Pilgrim	mount-pilgrim	US		0	America/Chicago	34.89453	-92.44155	86			AR	119	91731	
4122660	Mount Pleasant (historical)	mount-pleasant-historical	US		0	America/Chicago	36.18202	-93.03434	335			AR	009	90219	
4122742	Mount Springs Estates	mount-springs-estates	US		0	America/Chicago	34.97175	-91.90625	91			AR	085	90561	
4122768	Mount Vernon (historical)	mount-vernon-historical	US		0	America/Chicago	35.02509	-90.78761	82			AR	123	92340	
4122933	Mountain Crest	mountain-crest	US		0	America/Chicago	35.75841	-93.8877	724	Mount Crest,Mountain Crest,Mountaincrest		AR	047	92559	
4122935	Mountain Fork	mountain-fork	US		0	America/Chicago	34.64177	-94.42883	316			AR	113	91374	
4122968	Mountain Springs	mountain-springs	US		0	America/Chicago	35.0262	-92.07042	120	Mountain Spring,Mountain Springs		AR	085	92349	
4122978	Mountain Valley	mountain-valley	US		0	America/Chicago	34.62926	-93.05685	208			AR	051	94047	
4123027	Mouton (historical)	mouton-historical	US		0	America/Chicago	34.28705	-94.01908	268			AR	061	93663	
4123031	Mozart	mozart	US		0	America/Chicago	34.01483	-91.10983	45			AR	041	92511	
4123032	Mozart	mozart	US		0	America/Chicago	35.83563	-92.31793	483			AR	137	93726	
4123071	Mud Lake	mud-lake	US		0	America/Chicago	34.91232	-90.51399	60	Mud Lake,Mud Lake Station		AR	123	91437	
4123094	Muddy Fork	muddy-fork	US		0	America/Chicago	34.13594	-93.89491	172	Muddy Fork,Muddyfork		AR	061	92643	
4123136	Mull	mull	US		0	America/Chicago	36.07757	-92.60544	300	Desoto Springs,Mull,Silver Run		AR	089		
4123144	Mulligan	mulligan	US		0	America/Chicago	35.70147	-90.69622	76			AR	111	91518	
4123157	Mundell (historical)	mundell-historical	US		0	America/Chicago	36.36674	-93.86686	341			AR	015	92811	
4123183	Murphys Corner	murphys-corner	US		0	America/Chicago	35.60814	-91.18485	72	Murphys Corner,Murphys Store		AR	067	93804	
4123203	Murta	murta	US		0	America/Chicago	36.1134	-90.89373	82			AR	075	90627	
4123220	Myron	myron	US		0	America/Chicago	36.18368	-91.7057	191			AR	065	91926	
4123223	Myrtle Grove	myrtle-grove	US		0	America/Chicago	33.31039	-91.27122	37			AR	017	90666	
4123230	Nahay (historical)	nahay-historical	US		0	America/Chicago	34.64037	-91.54596	66			AR	117	93654	
4123231	Nail	nail	US		0	America/Chicago	35.82452	-93.29296	691			AR	101	91695	
4123238	Nalle	nalle	US		0	America/Chicago	35.89563	-90.83734	77			AR	031	90255	
4123239	Nance	nance	US		0	America/Chicago	34.54815	-92.77072	129			AR	125	92184	
4123267	Nasco	nasco	US		0	America/Chicago	35.96424	-91.98515	123			AR	065	91557	
4123269	Nash Corner	nash-corner	US		0	America/Chicago	34.88121	-91.08068	63	Nash Corner,Weatherby,Weathersby		AR	077	91302	
4123281	Nathan	nathan	US		0	America/Chicago	34.10622	-93.8138	125			AR	109	92646	
4123296	Natural Steps	natural-steps	US		426	America/Chicago	34.86203	-92.47544	83			AR	119	90300	
4123305	Native (historical)	native-historical	US		0	America/Chicago	33.94483	-93.29823	115			AR	019	90591	
4123306	Neal Springs	neal-springs	US		0	America/Chicago	33.92456	-94.37409	94			AR	133	90840	
4123317	Nebraska (historical)	nebraska-historical	US		0	America/Chicago	34.87065	-93.75353	165			AR	127	91998	
4123345	Negro Bend (historical)	negro-bend-historical	US		0	America/Chicago	33.41817	-91.97652	29			AR	043	90969	
4123353	Negro Head Corner	negro-head-corner	US		0	America/Chicago	35.34397	-91.35763	66			AR	147	90078	
4123371	Nella	nella	US		0	America/Chicago	34.76038	-94.16354	255	Gist Town,Nella		AR	127	90348	
4123413	Neuhardt	neuhardt	US		0	America/Chicago	35.0612	-90.32899	64			AR	035	90384	
4123420	Nevark	nevark	US		0	America/Chicago	33.55623	-93.16711	97	Nevark,Young		AR	099	91869	
4123477	New Caledonia	new-caledonia	US		0	America/Chicago	33.05514	-92.66766	56			AR	139	91884	
4123490	New Dixie	new-dixie	US		0	America/Chicago	35.04259	-92.61211	100			AR	105	93714	
4123496	New Gascony	new-gascony	US		0	America/Chicago	34.22649	-91.77652	59	Gracie,New Gascony,Sennett Station		AR	069	90390	
4123503	New Haroldton	new-haroldton	US		0	America/Chicago	35.37092	-94.24215	120			AR	033	92039	
4123550	New Hope (historical)	new-hope-historical	US		0	America/Chicago	34.18288	-90.92178	50			AR	107	92547	
4123664	New Jenny Lind	new-jenny-lind	US		0	America/Chicago	35.25093	-94.31743	144	Jenny Lind,New Jenny Lind,Old Jenny Lind		AR	131	93222	
4123710	New Moon (historical)	new-moon-historical	US		0	America/Chicago	34.32928	-94.04186	294	New Moon (historical),Newmoon		AR	061	92595	
4123713	New Mount Moriah (historical)	new-mount-moriah-historical	US		0	America/Chicago	33.63067	-93.30434	89			AR	099	90654	
4123728	New Neely	new-neely	US		0	America/Chicago	35.11592	-93.08129	103	Neelly,New Neely		AR	149	91410	
4123767	New Shady Grove	new-shady-grove	US		0	America/Chicago	35.13203	-90.44482	63			AR	123	91680	
4123772	New Spadra	new-spadra	US		0	America/Chicago	35.42036	-93.5163	116			AR	071	92994	
4123781	New Thompson (historical)	new-thompson-historical	US		0	America/Chicago	34.28483	-93.95714	280			AR	061	92595	
4123783	New Town (historical)	new-town-historical	US		0	America/Chicago	36.32313	-93.4363	413			AR	015	91692	
4123786	New Union	new-union	US		0	America/Chicago	33.16124	-92.24542	37			AR	139	91620	
4123827	Newnata	newnata	US		0	America/Chicago	35.88952	-92.25182	188			AR	137	93567	
4123890	Nick Springs	nick-springs	US		0	America/Chicago	33.19846	-92.56043	79			AR	139	91365	
4123896	Nickey (historical)	nickey-historical	US		0	America/Chicago	34.98898	-90.41954	61			AR	123	91437	
4123902	Niemeyer (historical)	niemeyer-historical	US		0	America/Chicago	34.75787	-92.22959	79			AR	119	91731	
4123904	Nimmo	nimmo	US		0	America/Chicago	35.18481	-91.47374	61			AR	145	91332	
4123905	Nimmons	nimmons	US		65	America/Chicago	36.30673	-90.09454	82			AR	021	92836	
4123907	Nimrod	nimrod	US		0	America/Chicago	34.95926	-93.07656	121			AR	105	92682	
4123919	Ninetysix Corner	ninetysix-corner	US		0	America/Chicago	35.0237	-90.3376	61			AR	035	90384	
4123926	Nix (historical)	nix-historical	US		0	America/Chicago	33.98399	-92.74655	68			AR	039	92697	
4123936	Noahs	noahs	US		0	America/Chicago	35.81591	-92.55044	286			AR	129	94062	
4123940	Noble Lake	noble-lake	US		0	America/Chicago	34.17315	-91.8543	62	Noble Lake,Nobles,Nobles Lake		AR	069	93795	
4123942	Nodena	nodena	US		0	America/Chicago	35.55703	-89.94953	76			AR	093	90683	
4123949	Nogo	nogo	US		0	America/Chicago	35.64091	-92.87934	526			AR	115	93420	
4123960	Noland	noland	US		0	America/Chicago	36.1934	-91.05068	115	Cherry Hill,Noland		AR	121	91204	
4123976	Norfork Lake Estates	norfork-lake-estates	US		0	America/Chicago	36.38618	-92.19988	243			AR	005	92460	
4123979	Norfork Village	norfork-village	US		0	America/Chicago	36.22229	-92.3071	151			AR	005	92265	
4123985	Nola	nola	US		0	America/Chicago	34.87787	-93.74131	156			AR	127	91998	
4124023	North Bingen	north-bingen	US		0	America/Chicago	33.98817	-93.78796	133			AR	057	92499	
4124035	North Creek (historical)	north-creek-historical	US		0	America/Chicago	34.58427	-90.80511	59			AR	107	93462	
4124039	North Crossett	north-crossett	US		3119	America/Chicago	33.16568	-91.94152	46			AR	003	91212	
4124046	North Dardanelle	north-dardanelle	US		0	America/Chicago	35.22953	-93.14129	111	North Dardanelle,Terrytown		AR	115	91812	
4124049	North Fordyce	north-fordyce	US		0	America/Chicago	33.8251	-92.41182	76			AR	039	91317	
4124092	North Hills Manor	north-hills-manor	US		0	America/Chicago	34.83787	-92.19987	85			AR	119	91731	
4124099	North Hills Subdivision	north-hills-subdivision	US		0	America/Chicago	35.16731	-92.72933	112			AR	029	93960	
4124103	North Hughes	north-hughes	US		0	America/Chicago	34.96287	-90.45288	61			AR	123	91437	
4124109	North Lexa	north-lexa	US		0	America/Chicago	34.61121	-90.75567	62			AR	107	93462	
4124131	North Oaks	north-oaks	US		0	America/Chicago	34.78565	-92.29376	145			AR	119	91731	
4124152	North Sabie (historical)	north-sabie-historical	US		0	America/Chicago	35.95924	-89.93759	78			AR	093	90783	
4124166	North Stuttgart	north-stuttgart	US		0	America/Chicago	34.51399	-91.53763	65			AR	001	91563	
4124206	Northview Subdivision	northview-subdivision	US		0	America/Chicago	35.17925	-92.72544	101			AR	029	93960	
4124214	Northwood (historical)	northwood-historical	US		0	America/Chicago	35.60175	-92.86656	268			AR	115	91875	
4124217	Norton (historical)	norton-historical	US		0	America/Chicago	36.33812	-93.45352	397			AR	015	91692	
4124220	Northern Ohio	northern-ohio	US		0	America/Chicago	35.50342	-90.45371	62	Northern Club,Northern Ohio		AR	111	92229	
4124223	Norvelle (historical)	norvelle-historical	US		0	America/Chicago	34.07816	-93.75185	114	Norvell,Norvelle (historical)		AR	109	92646	
4124233	Norwoodville	norwoodville	US		0	America/Chicago	33.95012	-94.32187	141	Norwoodsville,Norwoodville		AR	133	90840	
4124245	Noxobe	noxobe	US		0	America/Chicago	33.14541	-93.10433	88			AR	027	91245	
4124252	Nuckles	nuckles	US		0	America/Chicago	35.56786	-91.35735	68			AR	067	90147	
4124254	Noxburn	noxburn	US		0	America/Chicago	36.1084	-90.48149	91			AR	055	90804	
4124255	Nugulf	nugulf	US		0	America/Chicago	33.24929	-92.63182	48			AR	139	91218	
4124282	Number Nine	number-nine	US		0	America/Chicago	35.98785	-89.80758	79			AR	093	90783	
4124293	Nutts	nutts	US		0	America/Chicago	34.19899	-93.46157	134			AR	109	90045	
4124299	Nunley	nunley	US		0	America/Chicago	34.54066	-94.16021	312			AR	113	90732	
4124300	O'Donnell Bend	o-donnell-bend	US		0	America/Chicago	35.7969	-89.8031	77	O'Donald Bend,O'Donald Bend Community,O'Donnel Landing,O'Donnel's Landing,O'Donnell Bend,O'Donnell's Landing,Odonnell Bend		AR	093	91308	
4124309	O'Neal	o-neal	US		0	America/Chicago	35.77646	-91.85959	89	O'Neal,Oneal		AR	063	93915	
4124320	Oak Bower	oak-bower	US		0	America/Chicago	34.2837	-93.16518	153			AR	059	90318	
4124337	Oak Flat (historical)	oak-flat-historical	US		0	America/Chicago	35.76869	-92.55016	304			AR	141	93933	
4124437	Oak Grove Heights	oak-grove-heights	US		991	America/Chicago	36.1209	-90.51066	102			AR	055	93687	
4124475	Oak Hill (historical)	oak-hill-historical	US		0	America/Chicago	34.05206	-94.06019	141			AR	061	92337	
4124536	Oakdale (historical)	oakdale-historical	US		0	America/Chicago	33.79261	-91.62707	56			AR	079	93414	
4124545	Oakgrove	oakgrove	US		238	America/Chicago	36.45618	-93.43657	412	Oak Grove,Oakgrove		AR	015	93444	
4124548	Oakhaven	oakhaven	US		62	America/Chicago	33.72928	-93.62073	110			AR	057	92802	
4124550	Oakhurst (historical)	oakhurst-historical	US		0	America/Chicago	33.88066	-92.69099	89			AR	039	91752	
4124551	Oakhurst Addition	oakhurst-addition	US		0	America/Chicago	33.11929	-91.97235	44			AR	003	91212	
4124569	Oakland Heights	oakland-heights	US		0	America/Chicago	34.27204	-92.12931	98			AR	069	93918	
4124582	Oaklawn	oaklawn	US		0	America/Chicago	33.91121	-91.43068	48			AR	041	93381	
4124599	Oakridge Estates	oakridge-estates	US		0	America/Chicago	35.01592	-92.00264	88			AR	085	90669	
4124605	Oakwood (historical)	oakwood-historical	US		0	America/Chicago	34.71093	-93.39324	229			AR	051	91581	
4124622	Obin (historical)	obin-historical	US		0	America/Chicago	34.40954	-92.30821	92			AR	053	93384	
4124623	Oconee (historical)	oconee-historical	US		0	America/Chicago	36.38923	-91.14735	117			AR	121	91012	
4124627	Obear (historical)	obear-historical	US		0	America/Chicago	35.71508	-90.84345	76	O'Bear,Obear (historical)		AR	031	91461	
4124643	Oga (historical)	oga-historical	US		0	America/Chicago	35.94813	-92.28682	179			AR	137	93207	
4124645	Offutt Landing	offutt-landing	US		0	America/Chicago	34.18844	-90.90261	40			AR	107	92547	
4124661	Ogemaw	ogemaw	US		0	America/Chicago	33.46262	-93.02517	66	Ogamaw,Ogemaw		AR	103	93393	
4124663	Okay (historical)	okay-historical	US		0	America/Chicago	35.55591	-92.84295	524			AR	115	91875	
4124676	Old Alabam	old-alabam	US		0	America/Chicago	36.13452	-93.67964	417			AR	087	90009	
4124678	Old Austin	old-austin	US		0	America/Chicago	34.98675	-91.96403	96			AR	085	90669	
4124691	Old Botkinburg	old-botkinburg	US		0	America/Chicago	35.67619	-92.48822	422			AR	141	92214	
4124694	Old Buffalo	old-buffalo	US		0	America/Chicago	36.1684	-92.45683	146	Buffalo,Buffalo Shoals,Old Buffalo,Old Buffalo City,West Buffalo City		AR	089		
4124697	Old Bonnerdale	old-bonnerdale	US		0	America/Chicago	34.40315	-93.39241	210	Bonnerdale,Old Bonnerdale		AR	051	91581	
4124706	Old Cove	old-cove	US		0	America/Chicago	34.44733	-94.3741	335	Cove,Cove Creek,Old Cove		AR	113	90936	
4124712	Old De Roche	old-de-roche	US		0	America/Chicago	34.27176	-93.12657	125			AR	059	92535	
4124716	Old Euclid (historical)	old-euclid-historical	US		0	America/Chicago	34.15567	-94.04547	175			AR	061	90369	
4124735	Old Grand Glaise	old-grand-glaise	US		0	America/Chicago	35.4898	-91.37541	66	Old Grand Glaise,Old Grandglaise		AR	067	91467	
4124736	Old Jenny Lind	old-jenny-lind	US		0	America/Chicago	35.24009	-94.32688	148			AR	131	93222	
4124738	Old Joe	old-joe	US		0	America/Chicago	36.17451	-92.23154	215			AR	005	92709	
4124741	Old Lapile	old-lapile	US		0	America/Chicago	33.06874	-92.24736	48			AR	139	92121	
4124744	Old Lexington	old-lexington	US		0	America/Chicago	35.7198	-92.41099	410	Lexington,Old Lexington		AR	137	93090	
4124745	Old Liberty (historical)	old-liberty-historical	US		0	America/Chicago	35.47147	-92.67794	200			AR	141	92190	
4124753	Old Linder (historical)	old-linder-historical	US		0	America/Chicago	35.16092	-92.39877	103			AR	045	91199	
4124756	Old Martin Mill Place	old-martin-mill-place	US		0	America/Chicago	35.94007	-91.19818	72			AR	075	92385	
4124759	Old Milo	old-milo	US		0	America/Chicago	33.29484	-91.89013	52	Milo,Old Milo		AR	003	92277	
4124763	Old Neely	old-neely	US		0	America/Chicago	35.15064	-93.09434	96	Neeley,Neelly,Old Neelly,Old Neely		AR	149	91410	
4124772	Old Piney (historical)	old-piney-historical	US		0	America/Chicago	33.64428	-91.6404	55			AR	043	91344	
4124781	Old Reyno	old-reyno	US		0	America/Chicago	36.33201	-90.75984	87	Cherokee Bay,Needmore,Old Reyno		AR	121	93117	
4124828	Old Siloam	old-siloam	US		0	America/Chicago	36.45312	-90.90457	129			AR	121	93378	
4124833	Old Texas	old-texas	US		0	America/Chicago	35.32369	-92.28904	245			AR	045	90618	
4124835	Old Thompson (historical)	old-thompson-historical	US		0	America/Chicago	34.29483	-93.97242	268			AR	061	92595	
4124845	Old Union	old-union	US		0	America/Chicago	33.23402	-92.53626	65			AR	139	91365	
4124846	Old Union (historical)	old-union-historical	US		0	America/Chicago	33.72094	-91.69568	58			AR	043	93471	
4124847	Old Union (historical)	old-union-historical	US		0	America/Chicago	34.33816	-94.09603	307	Last Chance,Old Union (historical)		AR	061	93663	
4124865	Old Weona	old-weona	US		0	America/Chicago	35.53536	-90.57316	64	Old Weona,Weona		AR	111	92304	
4124873	Olena	olena	US		0	America/Chicago	34.33621	-91.4104	61			AR	001	92085	
4124874	Olio	olio	US		0	America/Chicago	34.91482	-93.84853	215			AR	127	91890	
4124899	Olivers Chapel	olivers-chapel	US		0	America/Chicago	34.59122	-94.27521	354			AR	113	92967	
4124903	Olvey	olvey	US		0	America/Chicago	36.19091	-92.96601	315			AR	009	92757	
4124909	Oma	oma	US		0	America/Chicago	34.3962	-93.26463	182			AR	051	91581	
4124928	Ona (historical)	ona-historical	US		0	America/Chicago	34.55204	-91.54791	66			AR	001	91563	
4124929	Onalaska (historical)	onalaska-historical	US		0	America/Chicago	33.67011	-92.74016	41			AR	103	93762	
4124930	Onda	onda	US		0	America/Chicago	35.86647	-94.29188	514			AR	143	93768	
4124958	Opitz (historical)	opitz-historical	US		0	America/Chicago	34.48759	-92.64044	90			AR	125	91638	
4124966	Oppelo	oppelo	US		766	America/Chicago	35.1012	-92.76767	103	Oppello,Oppelo		AR	029	90237	
4124967	Opposition (historical)	opposition-historical	US		0	America/Chicago	36.22868	-91.29597	147			AR	075	93477	
4124971	Optimus	optimus	US		0	America/Chicago	36.04479	-92.12515	205			AR	137	92764	
4124974	Orchard (historical)	orchard-historical	US		0	America/Chicago	34.93203	-92.67711	240			AR	105	94119	
4124977	Oregon (historical)	oregon-historical	US		0	America/Chicago	36.30201	-93.02101	394			AR	009	91224	
4124979	Oreb (historical)	oreb-historical	US		0	America/Chicago	34.19039	-94.05436	206			AR	061	90369	
4124987	Orr (historical)	orr-historical	US		0	America/Chicago	35.89591	-90.27121	72			AR	093	92664	
4124990	Orton	orton	US		0	America/Chicago	33.64623	-93.92352	89			AR	081	91356	
4125003	Osborn (historical)	osborn-historical	US		0	America/Chicago	36.48146	-93.94131	484	Herd Switch,Hurd Switch,Hurds Switch,Osborn (historical),Osborne,Osborne Station		AR	007	93626	
4125008	Osage Mills	osage-mills	US		0	America/Chicago	36.28119	-94.26882	345	Osage,Osage Mills		AR	007	93647	
4125021	Osotouy (historical)	osotouy-historical	US		0	America/Chicago	33.96677	-91.26262	47			AR	001	90774	
4125024	Ott	ott	US		0	America/Chicago	36.49833	-92.07861	249			AR	049	93798	
4125053	Ouachita	ouachita	US		0	America/Chicago	33.85233	-92.82933	47	Ouachita,Washita		AR	039	92790	
4125085	Ouitaville	ouitaville	US		0	America/Chicago	35.30286	-93.17045	110	Ouita,Ouitaville		AR	115	91812	
4125102	Overcup	overcup	US		0	America/Chicago	35.22508	-92.69211	104			AR	029	93906	
4125103	Overcup	overcup	US		0	America/Chicago	35.35425	-91.2304	67			AR	147	90078	
4125119	Overlook Park	overlook-park	US		0	America/Chicago	34.78648	-92.36043	186			AR	119	90300	
4125130	Owens	owens	US		0	America/Chicago	33.02542	-93.05461	75			AR	027	91245	
4125159	Owley	owley	US		0	America/Chicago	34.51426	-93.66214	242			AR	097		
4125174	Oxley	oxley	US		0	America/Chicago	35.8423	-92.4571	425			AR	129	92801	
4125637	Pawheen	pawheen	US		0	America/Chicago	35.97479	-90.2126	73			AR	093	92664	
4125185	Ozark Acres	ozark-acres	US		0	America/Chicago	36.29479	-91.38291	164			AR	135	92808	
4125207	Ozark Lithia	ozark-lithia	US		0	America/Chicago	34.59565	-93.0124	183			AR	051	94047	
4125223	Ozmont Bluff (historical)	ozmont-bluff-historical	US		0	America/Chicago	33.55511	-91.79319	79			AR	043	92382	
4125236	Pace City	pace-city	US		0	America/Chicago	33.4029	-92.91211	59			AR	103	90471	
4125247	Pactolus (historical)	pactolus-historical	US		0	America/Chicago	36.36758	-94.53605	305			AR	007	93645	
4125249	Paepcke (historical)	paepcke-historical	US		0	America/Chicago	35.98896	-89.98981	73			AR	093	90429	
4125257	Palarm	palarm	US		0	America/Chicago	34.90509	-92.44766	83			AR	045	91014	
4125307	Pankey	pankey	US		0	America/Chicago	34.80037	-92.42043	112	Pankey,Pankey Addition		AR	119	90300	
4125310	Pankov	pankov	US		0	America/Chicago	33.70456	-94.33992	112			AR	081	93843	
4125315	Pansy	pansy	US		0	America/Chicago	33.82205	-92.00292	73			AR	025	91611	
4125360	Paraclifta (historical)	paraclifta-historical	US		0	America/Chicago	33.86539	-94.18631	116			AR	133	92820	
4125364	Paradise (historical)	paradise-historical	US		0	America/Chicago	33.54178	-91.79319	68			AR	043	92382	
4125400	Paraloma	paraloma	US		0	America/Chicago	33.7979	-94.01908	105			AR	133	92820	
4125401	Parham (historical)	parham-historical	US		0	America/Chicago	34.54065	-91.50402	67			AR	001	91563	
4125403	Paris (historical)	paris-historical	US		0	America/Chicago	36.18007	-90.45566	101			AR	055	91806	
4125420	Park Addition	park-addition	US		0	America/Chicago	33.66151	-93.60434	99			AR	057	91077	
4125427	Park Grove	park-grove	US		0	America/Chicago	34.69232	-91.21179	55			AR	095	92895	
4125442	Park Place	park-place	US		0	America/Chicago	34.82899	-90.59622	61	Park Place,Parkplace		AR	077	93273	
4125479	Parkers	parkers	US		0	America/Chicago	34.61843	-92.31571	130	Parkers,Parkers Store		AR	119	90300	
4125480	Parkers Chapel	parkers-chapel	US		0	America/Chicago	33.17152	-92.72183	80			AR	139	91218	
4125486	Parkers Corner	parkers-corner	US		0	America/Chicago	34.65759	-91.71874	64			AR	085	91590	
4125519	Parkway Place	parkway-place	US		0	America/Chicago	34.75093	-92.42932	149			AR	119	90300	
4125524	Parma (historical)	parma-historical	US		0	America/Chicago	33.96538	-91.54596	50			AR	041	93051	
4125525	Parn (historical)	parn-historical	US		0	America/Chicago	36.3398	-94.34521	415			AR	007	93645	
4125535	Paroquet	paroquet	US		0	America/Chicago	35.67452	-91.36374	72			AR	063		
4125551	Partain	partain	US		0	America/Chicago	35.62786	-92.23988	368			AR	023	92556	
4125552	Partee	partee	US		0	America/Chicago	33.24235	-93.24461	82			AR	027	92355	
4125565	Pastoria	pastoria	US		0	America/Chicago	34.35815	-92.04014	66			AR	069	92832	
4125579	Pates (historical)	pates-historical	US		0	America/Chicago	34.26261	-93.99825	239	Pate,Pate Springs,Pates (historical)		AR	061	90822	
4125583	Patmos	patmos	US		62	America/Chicago	33.51179	-93.56629	100			AR	057	90387	
4125600	Patterson (historical)	patterson-historical	US		0	America/Chicago	35.14176	-90.55288	64			AR	123	91539	
4125623	Pattsville	pattsville	US		0	America/Chicago	33.44206	-92.1068	58			AR	011	93903	
4125632	Pauls Switch	pauls-switch	US		0	America/Chicago	35.95229	-90.82512	77	Bethany,Lanieve,Pauls,Pauls Switch		AR	031	90255	
4125633	Paup	paup	US		0	America/Chicago	33.50207	-93.94269	79			AR	091	91755	
4125665	Payneway	payneway	US		0	America/Chicago	35.54314	-90.50288	65	Harrisburg Corner,Payneway		AR	111	92229	
4125688	Peace (historical)	peace-historical	US		0	America/Chicago	34.01454	-92.16403	65			AR	025	92691	
4125694	Peach (historical)	peach-historical	US		0	America/Chicago	36.47701	-91.52375	148			AR	049	92361	
4125706	Peanut	peanut	US		0	America/Chicago	35.67536	-93.70491	258	Peanut,Taft		AR	047	92205	
4125728	Pebble Beach Park	pebble-beach-park	US		0	America/Chicago	34.78342	-92.43043	124			AR	119	90300	
4125729	Pecan Grove	pecan-grove	US		0	America/Chicago	34.77315	-92.20681	76			AR	119	91731	
4125732	Pecan Lake	pecan-lake	US		0	America/Chicago	34.69843	-92.37793	101			AR	119	90300	
4125734	Pecan Point	pecan-point	US		0	America/Chicago	35.47758	-90.03926	72			AR	093	91476	
4125744	Pedlo (historical)	pedlo-historical	US		0	America/Chicago	36.20563	-92.98823	356			AR	009	92757	
4125748	Pee Dee	pee-dee	US		0	America/Chicago	35.60508	-92.41682	153			AR	141	91200	
4125763	Pegg Addition	pegg-addition	US		0	America/Chicago	35.7598	-91.62736	85			AR	063	93249	
4125765	Pekin (historical)	pekin-historical	US		0	America/Chicago	35.81924	-90.50844	72			AR	031	92670	
4125766	Pekin (historical)	pekin-historical	US		0	America/Chicago	35.73813	-92.36266	416			AR	137	93090	
4125791	Penjur	penjur	US		0	America/Chicago	34.97509	-90.42816	61	Penjur,Penjur Spur		AR	123	91437	
4125792	Pennys	pennys	US		0	America/Chicago	33.87817	-94.1652	140			AR	133	92820	
4125822	Penters Bluff (historical)	penters-bluff-historical	US		0	America/Chicago	35.86924	-91.84848	90			AR	065	92079	
4125832	Peppers Landing	peppers-landing	US		0	America/Chicago	34.74315	-91.38735	63			AR	117	93939	
4125834	Perdue City	perdue-city	US		0	America/Chicago	33.24902	-92.53348	53			AR	139	91365	
4125840	Peppers Lake	peppers-lake	US		0	America/Chicago	34.73982	-91.44318	64			AR	117	93939	
4125843	Perla	perla	US		241	America/Chicago	34.36454	-92.77156	102			AR	059	91290	
4125845	Perman (historical)	perman-historical	US		0	America/Chicago	34.60315	-91.06929	53			AR	095	90846	
4125874	Perrytown	perrytown	US		266	America/Chicago	33.6965	-93.53712	94			AR	057	91077	
4125879	Pershing Addition	pershing-addition	US		0	America/Chicago	34.99231	-91.98681	75			AR	085	90669	
4125903	Peters	peters	US		0	America/Chicago	34.81954	-90.47899	65			AR	077	90930	
4125905	Peter Pender	peter-pender	US		0	America/Chicago	35.36009	-93.93437	130	Peter Pender,Peterpender		AR	047	91803	
4125952	Pettyview	pettyview	US		0	America/Chicago	34.40509	-93.16713	159			AR	051	92100	
4125953	Pettyville	pettyville	US		0	America/Chicago	35.84591	-90.11954	73			AR	093	91659	
4125956	Peytonville	peytonville	US		0	America/Chicago	33.69373	-94.07825	97	Peytonsville,Peytonville		AR	081	91356	
4125962	Pfeiffer	pfeiffer	US		0	America/Chicago	35.82396	-91.58792	125			AR	063	90069	
4125968	Pheasant Run Addition	pheasant-run-addition	US		0	America/Chicago	34.96148	-92.02709	85			AR	085	94131	
4125969	Phelan (historical)	phelan-historical	US		0	America/Chicago	33.28234	-91.66013	57			AR	003	92976	
4126000	Phillips Bayou	phillips-bayou	US		0	America/Chicago	34.64816	-90.63983	60			AR	077	91602	
4126039	Phosphate (historical)	phosphate-historical	US		0	America/Chicago	35.86507	-91.82209	95			AR	063		
4126060	Pickles Gap (historical)	pickles-gap-historical	US		0	America/Chicago	35.1262	-92.40071	97			AR	045	90600	
4126062	Pickren Hall	pickren-hall	US		0	America/Chicago	36.42923	-92.05488	212	Pickren Hall,Pickrun		AR	049	93798	
4126066	Picron	picron	US		0	America/Chicago	34.71426	-92.22376	87			AR	119	90300	
4126077	Piercetown	piercetown	US		0	America/Chicago	35.96647	-93.07156	337	Pierce Town,Piercetown		AR	101	93990	
4126094	Pigeon Hill	pigeon-hill	US		0	America/Chicago	33.27457	-92.35681	44			AR	139	94074	
4126120	Pike City	pike-city	US		0	America/Chicago	34.11233	-93.57518	201	Pike,Pike City		AR	109	92880	
4126128	Pike Junction	pike-junction	US		0	America/Chicago	34.0351	-93.41073	79			AR	019	90591	
4126158	Pilgrims Rest	pilgrims-rest	US		0	America/Chicago	34.39038	-90.86956	49			AR	107	93573	
4126159	Pilgrims Rest	pilgrims-rest	US		0	America/Chicago	36.1873	-93.99409	425	Nob Hill,Pilgrims Rest		AR	143	90501	
4126187	Pillar	pillar	US		0	America/Chicago	34.54621	-90.71594	65	Pillar,Pillow,Pillows		AR	107	91767	
4126292	Pine Haven	pine-haven	US		0	America/Chicago	34.56482	-92.4896	103			AR	125	90153	
4126315	Pine Hill Estates	pine-hill-estates	US		0	America/Chicago	34.91064	-91.95014	96			AR	085	91191	
4126331	Pine Island Landing	pine-island-landing	US		0	America/Chicago	33.25151	-92.07291	21			AR	011	92817	
4126356	Pine Mountain (historical)	pine-mountain-historical	US		0	America/Chicago	35.52313	-92.59099	264			AR	141	90951	
4126399	Pinebergen	pinebergen	US		0	America/Chicago	34.10288	-91.99236	72			AR	069	94041	
4126405	Pines Addition	pines-addition	US		0	America/Chicago	33.65206	-93.58073	113			AR	057	91077	
4126408	Pinetree	pinetree	US		0	America/Chicago	35.12676	-90.92817	66	Pine Tree,Pinetree		AR	123	92118	
4126414	Pinewoods Addition	pinewoods-addition	US		0	America/Chicago	34.95148	-92.00653	93			AR	085	94131	
4126415	Piney	piney	US		0	America/Chicago	35.58592	-94.0577	241	Piney,Plymouth		AR	047	92496	
4126416	Piney	piney	US		4699	America/Chicago	34.50314	-93.12602	128			AR	051	94047	
4126417	Piney	piney	US		0	America/Chicago	35.34453	-93.32546	117			AR	071	92322	
4126418	Piney	piney	US		0	America/Chicago	35.44064	-93.19018	164	Piney,Rushing		AR	115	92415	
4126446	Piney Grove	piney-grove	US		0	America/Chicago	33.4379	-93.60629	106			AR	073	92082	
4126447	Piney Grove	piney-grove	US		0	America/Chicago	33.9715	-93.45601	110			AR	109	94110	
4126497	Pinnacle Springs (historical)	pinnacle-springs-historical	US		0	America/Chicago	35.32647	-92.39321	174			AR	045	93825	
4126507	Pippin (historical)	pippin-historical	US		0	America/Chicago	36.49396	-94.02326	368			AR	007	93626	
4126508	Pirlte (historical)	pirlte-historical	US		0	America/Chicago	33.38873	-92.22875	49			AR	011	92778	
4126512	Pisgah (historical)	pisgah-historical	US		0	America/Chicago	35.24703	-93.07684	137			AR	115	91407	
4126527	Pitkin Corner	pitkin-corner	US		0	America/Chicago	35.88536	-94.17493	428	Pitkin,Pitkin Corner		AR	143	93969	
4126530	Pittman (historical)	pittman-historical	US		0	America/Chicago	36.49173	-90.71123	88			AR	021	90496	
4126539	Pittston Junction	pittston-junction	US		0	America/Chicago	35.64897	-93.7313	490	Pittston,Pittston Junction		AR	047	92592	
4126542	Pittinger	pittinger	US		0	America/Chicago	35.44231	-90.98651	70	Pettinger,Pittinger		AR	037	91701	
4126561	Plant	plant	US		0	America/Chicago	35.72369	-92.46044	394			AR	141	92214	
4126570	Plata	plata	US		0	America/Chicago	34.4526	-93.54686	246			AR	097		
4126580	Pleasant Forest	pleasant-forest	US		0	America/Chicago	34.7887	-92.40766	179			AR	119	90300	
4126753	Pleasant Home (historical)	pleasant-home-historical	US		0	America/Chicago	34.09316	-93.62741	168			AR	109	92880	
4126813	Plain View	plain-view	US		0	America/Chicago	34.30149	-92.10431	77			AR	069	93918	
4126866	Pleasant Valley Estates	pleasant-valley-estates	US		0	America/Chicago	34.77454	-92.41821	131			AR	119	90300	
4126891	Pleasure Heights	pleasure-heights	US		0	America/Chicago	36.23619	-94.01548	382			AR	007	93628	
4126894	Pless (historical)	pless-historical	US		0	America/Chicago	35.40425	-93.26518	151	Bayliss,Pless (historical)		AR	115	90159	
4126907	Plum Bayou (historical)	plum-bayou-historical	US		0	America/Chicago	34.46676	-92.0557	69			AR	069	90399	
4126913	Plumlee (historical)	plumlee-historical	US		0	America/Chicago	36.05424	-93.28212	275			AR	101	92928	
4126920	Plunketts	plunketts	US		0	America/Chicago	34.90981	-91.40624	58			AR	117	93747	
4126922	Poage Addition	poage-addition	US		0	America/Chicago	34.95009	-91.96431	93			AR	085	92736	
4126935	Poe (historical)	poe-historical	US		0	America/Chicago	35.6623	-92.26821	151			AR	141	93729	
4126941	Poindexter	poindexter	US		0	America/Chicago	35.36759	-90.4176	66			AR	035	90333	
4126958	Point Cedar	point-cedar	US		0	America/Chicago	34.32759	-93.3074	159			AR	059	93756	
4126974	Point Peter	point-peter	US		0	America/Chicago	35.95563	-92.90934	216			AR	129	90609	
4127046	Poluca (historical)	poluca-historical	US		0	America/Chicago	36.29312	-90.91345	82	Poluca (historical),Poluco		AR	121	93255	
4127048	Polo (historical)	polo-historical	US		0	America/Chicago	36.47951	-93.55019	319			AR	015	92955	
4127054	Pond (historical)	pond-historical	US		0	America/Chicago	36.37785	-94.39049	397			AR	007	93645	
4127068	Ponders	ponders	US		0	America/Chicago	36.0009	-90.89706	79	Ponder,Ponders		AR	075	93039	
4127070	Pontoon	pontoon	US		0	America/Chicago	35.11203	-93.01045	98			AR	029	92856	
4127081	Pool (historical)	pool-historical	US		0	America/Chicago	33.89482	-92.22848	45			AR	025	93183	
4127101	Poplar Corner	poplar-corner	US		0	America/Chicago	35.93091	-90.17732	73			AR	093	92664	
4127103	Poping	poping	US		0	America/Chicago	35.45286	-93.88964	120			AR	047	93840	
4127138	Porters Store (historical)	porters-store-historical	US		0	America/Chicago	35.85925	-94.00437	456			AR	143	93102	
4127152	Posey Hollow	posey-hollow	US		0	America/Chicago	34.65427	-94.05354	384			AR	113	92604	
4127159	Possum Grape	possum-grape	US		0	America/Chicago	35.47591	-91.41124	74			AR	067	91467	
4127172	Post Oak	post-oak	US		0	America/Chicago	33.29012	-91.61485	52			AR	003	90102	
4127184	Postelle	postelle	US		0	America/Chicago	34.5701	-91.0229	55			AR	107	91707	
4127187	Post Oak	post-oak	US		0	America/Chicago	35.5723	-92.1771	178			AR	023	91458	
4127197	Potash Sulphur Springs (historical)	potash-sulphur-springs-historical	US		0	America/Chicago	34.47509	-92.96323	129			AR	051	92100	
4127270	Potter Junction	potter-junction	US		0	America/Chicago	34.55066	-94.30605	313			AR	113	92967	
4127312	Poyner (historical)	poyner-historical	US		0	America/Chicago	35.61203	-93.37074	289			AR	071	92847	
4127326	Prairie Center	prairie-center	US		0	America/Chicago	34.7812	-91.70236	72			AR	085	90663	
4127377	Prairie Landing	prairie-landing	US		0	America/Chicago	34.08038	-91.18845	46			AR	001	90774	
4127385	Prairie Union	prairie-union	US		0	America/Chicago	34.23899	-91.29873	58			AR	001	92085	
4127443	Preston Ferry	preston-ferry	US		0	America/Chicago	34.53482	-91.30373	60	Preston Bluff,Preston Ferry		AR	001	92010	
4127445	Preston Place	preston-place	US		0	America/Chicago	34.47566	-90.64372	55			AR	107	93276	
4127447	Presley Junction	presley-junction	US		0	America/Chicago	35.1787	-90.18732	67	Presley,Presley Junction		AR	035	91908	
4127470	Price Place	price-place	US		0	America/Chicago	36.49451	-92.60655	252			AR	089		
4127502	Princedale	princedale	US		0	America/Chicago	35.26398	-90.64705	63			AR	037	93408	
4127511	Process City	process-city	US		0	America/Chicago	34.02123	-94.36548	114			AR	133	92532	
4127524	Promised Land	promised-land	US		0	America/Chicago	33.28262	-91.73929	52	Promise Land,Promised Land		AR	003	90687	
4127526	Promised Land	promised-land	US		0	America/Chicago	35.89924	-89.85314	78			AR	093	90783	
4127527	Promised Land	promised-land	US		0	America/Chicago	35.6348	-90.58066	67	Promised Land,Stemmons		AR	111	94068	
4127554	Protho Junction	protho-junction	US		0	America/Chicago	34.76759	-92.19876	77			AR	119	91731	
4127556	Providence (historical)	providence-historical	US		0	America/Chicago	34.98064	-92.51544	86			AR	045	90225	
4127585	Pruitt	pruitt	US		0	America/Chicago	36.0623	-93.13684	252			AR	101	92373	
4127604	Pryor Ridge (historical)	pryor-ridge-historical	US		0	America/Chicago	34.33455	-94.21687	294			AR	061	93663	
4127607	Puckett (historical)	puckett-historical	US		0	America/Chicago	36.35369	-94.04353	342			AR	007	93626	
4127613	Pugh	pugh	US		0	America/Chicago	33.23956	-91.96208	45	Orion,Pugh,Pughs Store		AR	003	92469	
4127625	Pulaski Heights	pulaski-heights	US		0	America/Chicago	34.75704	-92.31682	140			AR	119	90300	
4127649	Pump Springs (historical)	pump-springs-historical	US		0	America/Chicago	34.00178	-93.82685	161			AR	061	92661	
4127656	Pumpkin Bend	pumpkin-bend	US		0	America/Chicago	35.29648	-91.10234	66			AR	147	93045	
4127681	Push	push	US		0	America/Chicago	36.01035	-92.77933	274			AR	129		
4127709	Quarles	quarles	US		0	America/Chicago	35.1012	-90.24537	64			AR	035	93033	
4127711	Quarry Heights	quarry-heights	US		0	America/Chicago	35.11009	-93.69658	162			AR	149	93951	
4127728	Quinlan (historical)	quinlan-historical	US		0	America/Chicago	35.11815	-91.09095	64			AR	147	91371	
4127755	Rabell (historical)	rabell-historical	US		0	America/Chicago	34.14927	-93.60935	207			AR	109	92880	
4127757	Rabbit Ridge	rabbit-ridge	US		0	America/Chicago	35.3973	-92.46349	194			AR	141	90117	
4127761	Race (historical)	race-historical	US		0	America/Chicago	36.39119	-94.28826	421			AR	007	93642	
4127765	Racket Ridge (historical)	racket-ridge-historical	US		0	America/Chicago	35.54675	-92.646	407			AR	141	92190	
4127770	Radway (historical)	radway-historical	US		0	America/Chicago	33.88566	-92.24459	46			AR	025	92049	
4127775	Raggio	raggio	US		0	America/Chicago	34.83232	-90.60511	61	Old Raggio,Raggin,Raggio,Raggio City		AR	077	93273	
4127777	Rago	rago	US		0	America/Chicago	36.45063	-94.19604	381	Rago,Rato		AR	007	93638	
4127783	Ragtown	ragtown	US		0	America/Chicago	34.54038	-91.11012	53			AR	095	91866	
4127791	Rainbow Island	rainbow-island	US		0	America/Chicago	35.44786	-91.86681	79			AR	023	92319	
4127803	Raintree Acres	raintree-acres	US		0	America/Chicago	34.61426	-92.4821	119			AR	125	90522	
4127805	Rainwood	rainwood	US		0	America/Chicago	34.76981	-92.40488	138			AR	119	90300	
4127811	Rally Hill	rally-hill	US		0	America/Chicago	36.16091	-92.95267	339			AR	009	91914	
4127831	Rambo Riviera	rambo-riviera	US		0	America/Chicago	36.30841	-93.90436	386			AR	007	93628	
4127863	Rankin (historical)	rankin-historical	US		0	America/Chicago	34.96175	-92.68489	96			AR	105	93054	
4127869	Rankin (historical)	rankin-historical	US		0	America/Chicago	33.71262	-94.14742	94			AR	081	90858	
4127881	Raspberry	raspberry	US		0	America/Chicago	35.68647	-92.93489	588			AR	115	93420	
4127894	Ratio	ratio	US		0	America/Chicago	34.26121	-90.93205	47			AR	107	92547	
4127920	Raum (historical)	raum-historical	US		0	America/Chicago	36.45868	-93.34629	292			AR	015	92271	
4127921	Ravanna	ravanna	US		0	America/Chicago	33.06541	-94.04102	76	Ravana,Ravanna		AR	091	93537	
4127930	Rawlinson	rawlinson	US		0	America/Chicago	34.92926	-90.58983	51	Rawlinson,Rawlison,Rollinson		AR	123	90321	
4127931	Rawls	rawls	US		0	America/Chicago	33.01068	-91.85513	48			AR	003	91239	
4127941	Ray Station (historical)	ray-station-historical	US		0	America/Chicago	34.22371	-91.81958	61	Ray,Ray Station (historical)		AR	069	92925	
4127944	Raymond (historical)	raymond-historical	US		0	America/Chicago	34.63343	-91.10456	55			AR	095	93057	
4127958	Rea Valley	rea-valley	US		0	America/Chicago	36.22118	-92.54127	185	Onset,Rea Valley		AR	089		
4127963	Readland	readland	US		0	America/Chicago	33.06568	-91.21344	33			AR	017	92913	
4127967	Reamey	reamey	US		0	America/Chicago	35.66452	-91.3093	70			AR	067	91929	
4127994	Red Bluff (historical)	red-bluff-historical	US		0	America/Chicago	34.48121	-92.15015	86			AR	069	90120	
4128015	Red Fork	red-fork	US		0	America/Chicago	33.93649	-91.27012	48	Red Fork,Redfork		AR	041	93063	
4128021	Red Gate	red-gate	US		0	America/Chicago	34.64648	-92.44432	101	Red Gate,Redgates		AR	119	90300	
4128023	Red Gum Farm	red-gum-farm	US		0	America/Chicago	34.96398	-90.4801	62			AR	123	91437	
4128030	Red Hill (historical)	red-hill-historical	US		0	America/Chicago	34.12345	-94.21826	141	Red Hill (historical),Redhill		AR	133	93060	
4128049	Red Leaf	red-leaf	US		0	America/Chicago	33.27234	-91.1965	37	Red Leaf,Redleaf		AR	017	90666	
4128054	Red Line	red-line	US		0	America/Chicago	35.7148	-90.0912	70			AR	093	92529	
4128056	Red Neck (historical)	red-neck-historical	US		0	America/Chicago	33.52178	-91.86569	57	Red Neck (historical),Redneck		AR	043	93786	
4128086	Red Star	red-star	US		0	America/Chicago	35.86675	-93.53074	641	Red Star,Redstar		AR	087	90414	
4128102	Redfern	redfern	US		0	America/Chicago	34.99343	-90.83539	66			AR	123	92340	
4128107	Redland	redland	US		0	America/Chicago	33.80678	-93.27767	90			AR	099	93075	
4128116	Redbird (historical)	redbird-historical	US		0	America/Chicago	34.52094	-93.80547	269			AR	097		
4128120	Redman Point	redman-point	US		0	America/Chicago	35.24064	-90.11315	67	Redman Point,Redmans Point		AR	035	92580	
4128127	Reed (historical)	reed-historical	US		0	America/Chicago	36.07368	-91.42652	165			AR	135	93507	
4128145	Reed Settlement (historical)	reed-settlement-historical	US		0	America/Chicago	33.58761	-91.78624	91			AR	043	92382	
4128172	Reeves (historical)	reeves-historical	US		0	America/Chicago	33.31067	-91.36012	36	Reeves (historical),Reeves Spur		AR	017	90666	
4128193	Register (historical)	register-historical	US		0	America/Chicago	33.57429	-93.45629	108			AR	099	92823	
4128194	Rehms Corner	rehms-corner	US		0	America/Chicago	35.08703	-92.79906	98			AR	029	90237	
4128204	Relfs Bluff	relfs-bluff	US		0	America/Chicago	33.80122	-91.84291	79	Relfs Bluff,Relfsbluff		AR	079	92262	
4128208	Remmel	remmel	US		0	America/Chicago	35.54703	-91.16318	67	Remmel,Remuel		AR	067	90579	
4128212	Rena	rena	US		0	America/Chicago	35.48703	-94.35771	195			AR	033	93771	
4128215	Rendezvous	rendezvous	US		0	America/Chicago	33.51012	-92.83127	49	Rendezvous,Tate		AR	103	92073	
4128225	Republican	republican	US		0	America/Chicago	35.28147	-92.42516	114	Cash Springs,Republican		AR	045	93678	
4128231	Rest (historical)	rest-historical	US		0	America/Chicago	33.87899	-91.90041	83			AR	079	92478	
4128238	Retta	retta	US		0	America/Chicago	35.51675	-92.94906	207			AR	115	91875	
4128241	Revel	revel	US		0	America/Chicago	35.23009	-91.28152	61			AR	147	90078	
4128244	Revilee	revilee	US		0	America/Chicago	35.16092	-93.77798	142			AR	083	93114	
4128279	Rhea	rhea	US		0	America/Chicago	36.01425	-94.40299	344	Rhea,Rhea Mill,Rheas Mills		AR	143	93123	
4128290	Rhyne	rhyne	US		0	America/Chicago	36.35812	-90.13954	85			AR	021	92836	
4128301	Rich	rich	US		0	America/Chicago	34.76454	-91.13734	58			AR	095	91008	
4128307	Rich Mountain	rich-mountain	US		0	America/Chicago	34.69066	-94.33716	493	Rich Mountain,Rich Mountain Station		AR	113	93162	
4128334	Richardson Place	richardson-place	US		0	America/Chicago	34.5987	-92.50294	119			AR	125	90522	
4128375	Rickert (historical)	rickert-historical	US		0	America/Chicago	36.0373	-94.34327	337			AR	143	92400	
4128390	Ricusky	ricusky	US		0	America/Chicago	34.47926	-91.54124	65	Ricuskey,Ricusky		AR	001	91563	
4128418	Riggs	riggs	US		0	America/Chicago	35.77063	-90.95456	76			AR	031	92232	
4128440	Riley Creek (historical)	riley-creek-historical	US		0	America/Chicago	35.05565	-93.48769	115			AR	149	91293	
4128457	Ripley (historical)	ripley-historical	US		0	America/Chicago	33.8376	-92.09181	44			AR	025	93405	
4128474	Risher	risher	US		0	America/Chicago	35.74674	-90.97373	75			AR	031	92232	
4128477	Ritchie	ritchie	US		0	America/Chicago	33.28624	-92.54182	61			AR	139	91365	
4128483	Ritz	ritz	US		0	America/Chicago	34.75316	-94.23632	297			AR	127	90348	
4128490	River Ridge Manor	river-ridge-manor	US		0	America/Chicago	34.78981	-92.38182	164			AR	119	90300	
4128500	River Front	river-front	US		0	America/Chicago	35.26287	-90.66678	62			AR	037	93408	
4128505	Rivercliff Estates	rivercliff-estates	US		0	America/Chicago	36.33841	-93.9877	391			AR	007	93628	
4128545	Rixey	rixey	US		0	America/Chicago	34.81592	-92.16904	76			AR	119	91731	
4128570	Rob Roy	rob-roy	US		0	America/Chicago	34.28121	-91.89708	64	Rob Roy,Robrpy		AR	069	92925	
4128586	Roberts (historical)	roberts-historical	US		0	America/Chicago	34.4351	-91.64902	59			AR	001	91668	
4128587	Roberts (historical)	roberts-historical	US		0	America/Chicago	33.28179	-93.88407	86			AR	091	90207	
4128657	Rochelle Riviera	rochelle-riviera	US		0	America/Chicago	36.15424	-94.01798	381			AR	143	93465	
4128693	Rock Creek (historical)	rock-creek-historical	US		0	America/Chicago	34.30843	-93.53713	164			AR	109	90810	
4128801	Rocky Comfort (historical)	rocky-comfort-historical	US		0	America/Chicago	36.46591	-94.30132	379			AR	007	93644	
4128841	Rocky Mound	rocky-mound	US		0	America/Chicago	33.14097	-93.36489	89			AR	027	92355	
4128842	Rocky Mound	rocky-mound	US		0	America/Chicago	33.66901	-93.5299	128			AR	057	91077	
4128843	Rocky Mound	rocky-mound	US		0	America/Chicago	33.26068	-93.82574	87			AR	091	90207	
4128892	Roff (historical)	roff-historical	US		0	America/Chicago	34.3465	-94.43382	373			AR	113	92805	
4128895	Rogers Addition	rogers-addition	US		0	America/Chicago	35.7773	-91.61819	141			AR	063	93249	
4128926	Rokey	rokey	US		0	America/Chicago	35.85952	-90.27482	70			AR	093	92664	
4128936	Rolfe Junction	rolfe-junction	US		0	America/Chicago	33.12373	-91.87263	46	Rolfe,Rolfe Junction		AR	003	91212	
4128944	Rolling Hills	rolling-hills	US		0	America/Chicago	35.11675	-92.39849	123			AR	045	90600	
4128953	Rollinson (historical)	rollinson-historical	US		0	America/Chicago	34.92509	-90.62788	59			AR	123	91368	
4128961	Rome City (historical)	rome-city-historical	US		0	America/Chicago	36.39452	-94.60078	323	New Town,Rome City (historical)		AR	007	93645	
4128965	Rondo	rondo	US		180	America/Chicago	34.65927	-90.82067	65			AR	077	93138	
4128966	Rondo	rondo	US		0	America/Chicago	33.44457	-93.97769	107			AR	091	91434	
4128969	Rone	rone	US		0	America/Chicago	34.06982	-92.12792	64			AR	069	93570	
4128972	Rolling Hills	rolling-hills	US		0	America/Chicago	34.95898	-92.1057	119			AR	119	91731	
4128985	Rosa	rosa	US		0	America/Chicago	35.76952	-89.84981	78			AR	093	91308	
4128990	Rosboro	rosboro	US		0	America/Chicago	34.2876	-93.50852	173	Rosboro,Roseboro		AR	109	90810	
4129039	Rose Place	rose-place	US		0	America/Chicago	35.2387	-90.59594	64			AR	037	93657	
4129049	Rosedale (historical)	rosedale-historical	US		0	America/Chicago	35.74869	-94.39327	279			AR	033	92145	
4129050	Rosedale (historical)	rosedale-historical	US		0	America/Chicago	33.97706	-94.04186	128	Rosadale,Rosedale (historical)		AR	061	90747	
4129062	Rosenbaum	rosenbaum	US		0	America/Chicago	35.13453	-90.84734	68			AR	123	93588	
4129069	Rosetta	rosetta	US		0	America/Chicago	35.70897	-93.34462	575			AR	071	92847	
4129102	Ross Van Ness	ross-van-ness	US		0	America/Chicago	33.1104	-91.34873	36			AR	017	92913	
4129116	Rottaken	rottaken	US		0	America/Chicago	34.57315	-92.21098	77			AR	119	90300	
4129122	Rough Edge (historical)	rough-edge-historical	US		0	America/Chicago	34.24594	-94.00631	212			AR	061	90822	
4129131	Rough and Ready (historical)	rough-and-ready-historical	US		0	America/Chicago	33.60983	-91.78735	117	Indepedence,Rough and Ready (historical)		AR	043	92382	
4129233	Round Top (historical)	round-top-historical	US		0	America/Chicago	36.48452	-94.48411	295			AR	007	93645	
4129258	Rowell	rowell	US		0	America/Chicago	33.88621	-92.01847	73			AR	025	93243	
4129267	Rowlett (historical)	rowlett-historical	US		0	America/Chicago	35.31425	-92.3046	212			AR	045	90618	
4129293	Rubie	rubie	US		0	America/Chicago	34.59871	-93.52464	238			AR	097		
4129294	Ruble	ruble	US		0	America/Chicago	34.60009	-93.52075	228			AR	097		
4129298	Ruckers Grove (historical)	ruckers-grove-historical	US		0	America/Chicago	36.05841	-94.12243	377			AR	143	91283	
4129305	Ruddell Hill	ruddell-hill	US		0	America/Chicago	35.77591	-91.67986	142			AR	063	93249	
4129311	Ruddells (historical)	ruddells-historical	US		0	America/Chicago	35.92868	-92.09182	102			AR	065	94014	
4129322	Ruffin (historical)	ruffin-historical	US		0	America/Chicago	35.67091	-90.57177	66			AR	111	94068	
4129332	Rumley	rumley	US		0	America/Chicago	35.78897	-92.51377	279			AR	141	93933	
4129341	Running Lake (historical)	running-lake-historical	US		0	America/Chicago	36.29951	-90.89734	81			AR	121	93255	
4129372	Rushing	rushing	US		0	America/Chicago	35.73535	-92.2646	430			AR	137	93651	
4129416	Rusty Pines	rusty-pines	US		0	America/Chicago	34.67287	-92.35432	86			AR	119	90300	
4129432	Ryker	ryker	US		0	America/Chicago	35.88813	-93.47352	666			AR	101	92031	
4129445	Saddle	saddle	US		0	America/Chicago	36.35507	-91.63875	149			AR	049	92658	
4129512	Saint Claire	saint-claire	US		0	America/Chicago	35.2187	-90.1187	67	Saint Clair,St. Clair		AR	035	92580	
4129527	Saint Francis (historical)	saint-francis-historical	US		0	America/Chicago	35.27009	-90.58372	63	Cherokee Village,Franklin,Saint Francis (historical),St. Francis (historical),Strongs		AR	037	93657	
4129922	Saint Scholastica	saint-scholastica	US		0	America/Chicago	35.3037	-93.46407	135			AR	083	93366	
4129940	Saint Thomas (historical)	saint-thomas-historical	US		0	America/Chicago	35.43231	-90.17176	69			AR	035	91314	
4129966	Salem (historical)	salem-historical	US		0	America/Chicago	35.0787	-92.51127	91			AR	045	90600	
4130027	Saline (historical)	saline-historical	US		0	America/Chicago	33.62316	-91.99319	36			AR	011	92844	
4130028	Saline (historical)	saline-historical	US		0	America/Chicago	34.08704	-92.4646	68			AR	039	90780	
4130029	Saline (historical)	saline-historical	US		0	America/Chicago	34.33483	-94.02464	324	Saline (historical),Saline Mills		AR	061	92595	
4130047	Saline River (historical)	saline-river-historical	US		0	America/Chicago	34.12093	-92.40571	49			AR	053	90624	
4130091	Salus	salus	US		0	America/Chicago	35.73091	-93.40601	599			AR	071	93360	
4130106	Samples	samples	US		0	America/Chicago	34.34621	-92.1407	102			AR	069	91932	
4130123	Sand Gap	sand-gap	US		0	America/Chicago	35.72091	-93.09601	596	Grand Gap,Pelsor,Sand Gap,Sandgap		AR	115	91377	
4130125	Sand Hill	sand-hill	US		0	America/Chicago	35.0087	-91.43485	57			AR	117	90612	
4130134	Sand Ridge	sand-ridge	US		0	America/Chicago	35.29314	-93.57936	208			AR	083	91230	
4130150	Sanders (historical)	sanders-historical	US		0	America/Chicago	34.33759	-93.04184	122			AR	059	91080	
4130171	Sandiff	sandiff	US		0	America/Chicago	35.64785	-92.22321	164	Sandeff,Sandiff		AR	023	92556	
4130180	Sandtown	sandtown	US		0	America/Chicago	35.9048	-91.63514	125			AR	063	91923	
4130181	Sandtown (historical)	sandtown-historical	US		0	America/Chicago	35.08981	-92.71128	88			AR	029	93960	
4130183	Sandtuck (historical)	sandtuck-historical	US		0	America/Chicago	33.48483	-92.10958	55			AR	011	93903	
4130195	Sandy Bend	sandy-bend	US		0	America/Chicago	33.13318	-92.40487	46	Cottonland,Sandy Bend,Sandybend		AR	139	91986	
4130209	Sandy Land	sandy-land	US		0	America/Chicago	33.33485	-92.70127	58	Sandy Land,Sandyland		AR	139	93396	
4130223	Sans Souci	sans-souci	US		0	America/Chicago	35.65313	-89.94953	73			AR	093	92529	
4130232	Sarassa	sarassa	US		0	America/Chicago	34.12315	-91.66513	55			AR	079	92043	
4130240	Sardis (historical)	sardis-historical	US		0	America/Chicago	33.55068	-93.55573	116			AR	057	90387	
4130253	Sassafras (historical)	sassafras-historical	US		0	America/Chicago	34.38677	-91.32984	61			AR	001	92010	
4130260	Satuma	satuma	US		0	America/Chicago	34.90259	-92.85934	229			AR	105	92436	
4130262	Saulsburg	saulsburg	US		0	America/Chicago	34.97009	-91.21624	57	Saulsburg,Saulsbury		AR	095	93147	
4130268	Saw Mill	saw-mill	US		0	America/Chicago	35.28815	-94.38494	158			AR	131	92280	
4130271	Sawmill	sawmill	US		0	America/Chicago	33.15846	-92.25542	35			AR	139	91620	
4130284	Scaife (historical)	scaife-historical	US		0	America/Chicago	33.14845	-91.19067	37			AR	017	92913	
4130288	Scarb (historical)	scarb-historical	US		0	America/Chicago	35.85869	-90.87373	77			AR	031	92004	
4130293	Schaal	schaal	US		0	America/Chicago	33.82623	-93.96102	93			AR	061	91350	
4130296	Schaberg	schaberg	US		0	America/Chicago	35.7273	-94.16965	332	Frisco,Porter,Porter Station,Schaberg		AR	033	92961	
4130318	Schooley	schooley	US		0	America/Chicago	33.81539	-93.85296	106			AR	061	90327	
4130339	Schug	schug	US		0	America/Chicago	35.9659	-90.44205	73	Schug,Schug Store,Schugtown		AR	055	92358	
4130346	Scoby (historical)	scoby-historical	US		0	America/Chicago	33.72983	-92.08486	43	Scobey,Scoby (historical)		AR	025	92136	
4130388	Scott Valley	scott-valley	US		0	America/Chicago	34.7301	-90.76789	72			AR	077	91821	
4130414	Screeton	screeton	US		0	America/Chicago	34.78148	-91.66736	72			AR	117	91650	
4130423	Scrouge Out (historical)	scrouge-out-historical	US		0	America/Chicago	33.579	-91.78263	113	Scrouge Out (historical),Union Ridge		AR	043	92382	
4130455	Secluded Hills	secluded-hills	US		0	America/Chicago	34.79731	-92.43543	100			AR	119	90300	
4130471	Seba	seba	US		0	America/Chicago	36.37285	-94.29382	404			AR	007	93642	
4130478	Secrest (historical)	secrest-historical	US		0	America/Chicago	34.48204	-91.95514	67			AR	069	91155	
4130503	Segur	segur	US		0	America/Chicago	34.35621	-93.5038	208			AR	097	90651	
4130505	Self	self	US		0	America/Chicago	36.39812	-93.10823	307			AR	009	92760	
4130512	Sellers Addition	sellers-addition	US		0	America/Chicago	34.96481	-91.94514	91			AR	085	92736	
4130515	Sellers Store	sellers-store	US		0	America/Chicago	36.34173	-91.40986	237			AR	135	92286	
4130516	Sellmeyer (historical)	sellmeyer-historical	US		0	America/Chicago	36.29034	-90.58705	85			AR	021	90589	
4130525	Sensation (historical)	sensation-historical	US		0	America/Chicago	34.87093	-94.27327	244			AR	127	90453	
4130535	Serepta Springs (historical)	serepta-springs-historical	US		0	America/Chicago	33.66539	-93.28767	82			AR	099	91449	
4130540	Settlement (historical)	settlement-historical	US		0	America/Chicago	35.64452	-92.31488	162			AR	141	93729	
4130569	Sexton (historical)	sexton-historical	US		0	America/Chicago	35.91536	-94.50688	309	Salem Springs,Sexton (historical)		AR	143	91170	
4130575	Seyppel	seyppel	US		0	America/Chicago	34.89982	-90.29704	64			AR	035	92298	
4130586	Shadow Oaks Addition	shadow-oaks-addition	US		0	America/Chicago	34.95564	-91.94764	95			AR	085	90669	
4130587	Shady	shady	US		0	America/Chicago	34.44983	-94.1202	337			AR	113	91416	
4130664	Shady Grove Estates	shady-grove-estates	US		0	America/Chicago	34.97981	-91.96542	88			AR	085	90669	
4130694	Shake Rag (historical)	shake-rag-historical	US		0	America/Chicago	35.57258	-92.4896	197			AR	141	90987	
4130698	Shakertown	shakertown	US		0	America/Chicago	33.93427	-92.98184	62			AR	019	90591	
4130703	Shannon Hills	shannon-hills	US		3786	America/Chicago	34.62009	-92.39543	103			AR	125	92775	
4130708	Shannon Tank	shannon-tank	US		0	America/Chicago	34.08927	-91.71874	56			AR	079	90786	
4130709	Shannondale	shannondale	US		0	America/Chicago	34.91926	-90.5076	61	Shannandale,Shannondale		AR	123	91437	
4130710	Shannonville	shannonville	US		0	America/Chicago	35.26648	-90.48149	66			AR	035	93655	
4130713	Sharman	sharman	US		0	America/Chicago	33.19013	-93.41101	80			AR	027	93579	
4130724	Sharp	sharp	US		0	America/Chicago	35.81369	-91.53569	128	Sharp,Sharps Cross Roads,Sharps Crossroads		AR	063	91401	
4130737	Sharum	sharum	US		0	America/Chicago	36.22284	-90.85401	82			AR	121	92742	
4130739	Shaver (historical)	shaver-historical	US		0	America/Chicago	36.35951	-93.26963	331			AR	009	92268	
4130743	Shark	shark	US		0	America/Chicago	34.99509	-93.51491	117	Geigersville,Shark		AR	149	91677	
4130746	Shaw (historical)	shaw-historical	US		0	America/Chicago	35.73008	-90.36677	67			AR	031	90330	
4130774	Shearerville	shearerville	US		0	America/Chicago	35.14815	-90.40066	63			AR	123	91680	
4130812	Sheppard	sheppard	US		0	America/Chicago	33.62651	-93.72212	85			AR	057	93942	
4130817	Sheppard Point	sheppard-point	US		0	America/Chicago	34.19121	-91.21178	59			AR	001	92937	
4130819	Shepperd Crossing	shepperd-crossing	US		0	America/Chicago	34.98787	-90.60038	52			AR	123	91368	
4130820	Sheraton Park	sheraton-park	US		0	America/Chicago	34.77231	-92.36404	156			AR	119	90300	
4130844	Sherwood Estates	sherwood-estates	US		0	America/Chicago	34.61148	-92.52127	114			AR	125	90153	
4130848	Shibley	shibley	US		0	America/Chicago	35.45037	-94.29382	138			AR	033	93771	
4130859	Shilo (historical)	shilo-historical	US		0	America/Chicago	35.90313	-92.52794	343			AR	129	92274	
4130868	Shiloh (historical)	shiloh-historical	US		0	America/Chicago	35.53563	-92.1396	142			AR	023	91458	
4130974	Shipp	shipp	US		0	America/Chicago	36.21201	-92.36016	126	Shipp,Shipps		AR	005	90540	
4130976	Shippen	shippen	US		0	America/Chicago	35.69063	-90.09954	71			AR	093	92529	
4130993	Shives	shives	US		0	America/Chicago	33.2754	-91.17094	38	Shives,Shrives		AR	017	90666	
4131005	Shonyo (historical)	shonyo-historical	US		0	America/Chicago	35.84702	-90.07426	73			AR	093	91659	
4131011	Shoffner	shoffner	US		0	America/Chicago	35.47147	-91.23096	67			AR	067	90459	
4131027	Shorewood Hills	shorewood-hills	US		0	America/Chicago	34.43759	-92.89601	106	Sherwood Hills,Shorewood Hills		AR	059	92352	
4131028	Short (historical)	short-historical	US		0	America/Chicago	35.3598	-91.74042	89			AR	145	90825	
4131059	Shover Springs	shover-springs	US		0	America/Chicago	33.6229	-93.53045	110	Shover Springs,Shovers Spring,Shovers Springs		AR	057	91077	
4131060	Showalters Corner	showalters-corner	US		0	America/Chicago	35.12064	-91.5918	64			AR	145	91122	
4131066	Shuler	shuler	US		0	America/Chicago	33.17874	-92.90155	78			AR	139	91440	
4131070	Shumaker	shumaker	US		0	America/Chicago	33.67178	-92.72572	41			AR	103	93762	
4131100	Siedenstricker	siedenstricker	US		0	America/Chicago	34.72843	-91.55291	66			AR	117	91650	
4131112	Sills	sills	US		0	America/Chicago	35.27786	-93.27712	111			AR	149	91020	
4131128	Silt (historical)	silt-historical	US		0	America/Chicago	34.0676	-91.67429	55			AR	079	90786	
4131133	Silent Grove	silent-grove	US		0	America/Chicago	36.22202	-94.15993	395			AR	007	93632	
4131134	Silver Hill	silver-hill	US		0	America/Chicago	35.97063	-92.746	289			AR	129	93456	
4131148	Silver Springs (historical)	silver-springs-historical	US		0	America/Chicago	36.28424	-94.05659	342			AR	007	93628	
4131155	Simco (historical)	simco-historical	US		0	America/Chicago	35.92091	-91.38374	108			AR	135	93336	
4131156	Simmons (historical)	simmons-historical	US		0	America/Chicago	35.34175	-91.23013	63			AR	147	90078	
4131162	Simmons	simmons	US		0	America/Chicago	35.80619	-91.72292	108			AR	063	93249	
4131182	Sims (historical)	sims-historical	US		0	America/Chicago	35.49592	-90.24204	69			AR	093	94050	
4131210	Sisemore	sisemore	US		0	America/Chicago	34.7837	-91.85153	70			AR	085	92283	
4131289	Skaggs	skaggs	US		0	America/Chicago	36.23784	-90.90734	81			AR	121	94059	
4131294	Sixteenth Section	sixteenth-section	US		0	America/Chicago	33.66261	-91.61402	52			AR	043	91344	
4131317	Skylark	skylark	US		0	America/Chicago	34.65843	-92.36043	92			AR	119	90300	
4131318	Skylight	skylight	US		0	America/Chicago	35.8423	-94.39438	542			AR	143	90420	
4131321	Slabtown	slabtown	US		0	America/Chicago	34.26676	-92.39932	77			AR	053	92451	
4131332	Slatington (historical)	slatington-historical	US		0	America/Chicago	34.46399	-93.87381	326			AR	097		
4131355	Slaytonville	slaytonville	US		0	America/Chicago	35.11065	-94.43855	199			AR	131	92514	
4131359	Slicker (historical)	slicker-historical	US		0	America/Chicago	35.87702	-92.83489	265			AR	129	90609	
4131365	Slip-Up and Hitch (historical)	slip-up-and-hitch-historical	US		0	America/Chicago	34.24594	-93.9538	228			AR	061	90822	
4131376	Slocomb (historical)	slocomb-historical	US		0	America/Chicago	34.53565	-92.72683	108			AR	125	91269	
4131379	Slonikers Mill	slonikers-mill	US		0	America/Chicago	35.00787	-90.91678	63			AR	123	93009	
4131383	Slovak	slovak	US		0	America/Chicago	34.64871	-91.58207	67	Slovac,Slovak		AR	117	93654	
4131384	Slovaktown (historical)	slovaktown-historical	US		0	America/Chicago	34.63759	-91.59291	67			AR	117	93654	
4131407	Smale	smale	US		0	America/Chicago	34.71037	-91.10401	57			AR	095	91008	
4131415	Smead (historical)	smead-historical	US		0	America/Chicago	33.61539	-92.61238	62			AR	013		
4131417	Smeadley (historical)	smeadley-historical	US		0	America/Chicago	35.50425	-93.63491	139			AR	071	92142	
4131418	Smearny	smearny	US		0	America/Chicago	33.39734	-92.01625	56	Smearny,Smyrna		AR	011	92817	
4131440	Smith Chapel	smith-chapel	US		0	America/Chicago	35.16398	-90.84706	67			AR	037	90204	
4131448	Smith Corner	smith-corner	US		0	America/Chicago	34.77537	-90.90845	62	Smith Corner,Smiths Corner		AR	077	92733	
4131450	Smeltzer	smeltzer	US		0	America/Chicago	35.45787	-94.31132	145	Smeltzer,Smeltzers		AR	033	93771	
4131514	Smithton (historical)	smithton-historical	US		0	America/Chicago	33.94316	-93.13045	64			AR	019	90591	
4131519	Smithville (historical)	smithville-historical	US		0	America/Chicago	35.92924	-90.55511	81			AR	031	90489	
4131530	Smyrna (historical)	smyrna-historical	US		0	America/Chicago	34.24206	-94.16965	256			AR	061	93663	
4131563	Sneed (historical)	sneed-historical	US		0	America/Chicago	33.82872	-92.21042	54			AR	025	93069	
4131576	Snipe	snipe	US		0	America/Chicago	33.32457	-93.04822	72			AR	027	93801	
4131578	Snell	snell	US		0	America/Chicago	35.45564	-91.92515	88			AR	023	92583	
4131597	Snowball	snowball	US		0	America/Chicago	35.90647	-92.82183	233	Calf Creek,Snow Hall,Snowball,Snowhall		AR	129	90609	
4131611	Social Hill	social-hill	US		0	America/Chicago	34.33204	-92.91323	105	Social Hill,Socialhill		AR	059	92259	
4131638	Sommer (historical)	sommer-historical	US		0	America/Chicago	35.32453	-93.43796	104			AR	083	90642	
4131646	Soda Valley	soda-valley	US		0	America/Chicago	35.25869	-92.36043	129			AR	045	91599	
4131647	Sorrells	sorrells	US		0	America/Chicago	34.16093	-92.06598	85			AR	069	92694	
4131673	South Bend (historical)	south-bend-historical	US		0	America/Chicago	34.0376	-91.46373	52	South Bend (historical),Southbend		AR	079	90075	
4131687	South Crossett	south-crossett	US		0	America/Chicago	33.10568	-91.95374	40			AR	003	91212	
4131721	South Fort Smith	south-fort-smith	US		0	America/Chicago	35.33148	-94.40105	153			AR	131	93741	
4131740	South Lead Hill	south-lead-hill	US		102	America/Chicago	36.39479	-92.91073	256			AR	009	93522	
4131751	South Ozark	south-ozark	US		0	America/Chicago	35.48036	-93.83103	116			AR	047	92454	
4131775	South Stuttgart	south-stuttgart	US		0	America/Chicago	34.49371	-91.54041	65			AR	001	91563	
4131777	South Shore Park	south-shore-park	US		0	America/Chicago	35.46536	-92.11598	228			AR	023	93750	
4131796	Southbridge Addition	southbridge-addition	US		0	America/Chicago	34.96342	-92.01764	85			AR	085	94131	
4131798	Southern Home (historical)	southern-home-historical	US		0	America/Chicago	35.09092	-93.68575	148			AR	149	93159	
4131806	Southland	southland	US		0	America/Chicago	35.82146	-90.46455	70			AR	031	92097	
4131807	Southland	southland	US		0	America/Chicago	34.58538	-90.654	88			AR	107	90849	
4131810	Southridge Estates	southridge-estates	US		0	America/Chicago	33.64456	-93.59657	110			AR	057	91077	
4131814	Southside Addition	southside-addition	US		0	America/Chicago	34.96175	-92.01764	88			AR	085	94131	
4131858	Southwood Addition	southwood-addition	US		0	America/Chicago	34.92009	-91.97514	90			AR	085	91191	
4131863	Spadra	spadra	US		0	America/Chicago	35.42508	-93.4938	111			AR	071	92994	
4131888	Spear (historical)	spear-historical	US		0	America/Chicago	34.70926	-91.58513	64	Spear (historical),Speer		AR	117	93654	
4131890	Spear Lake	spear-lake	US		0	America/Chicago	35.54814	-90.32177	67			AR	111	91527	
4131897	Spence Jucntion	spence-jucntion	US		0	America/Chicago	35.78758	-93.06351	638			AR	101	93150	
4131898	Spencer (historical)	spencer-historical	US		0	America/Chicago	36.25479	-92.24516	133			AR	005	90525	
4131914	Spencer Place	spencer-place	US		0	America/Chicago	34.78982	-90.59788	58			AR	077	93273	
4131920	Spielerville (historical)	spielerville-historical	US		0	America/Chicago	35.3087	-93.64186	143			AR	083	90807	
4131940	Spotville	spotville	US		0	America/Chicago	33.19069	-93.02072	77			AR	027	93801	
4131950	Spriggs Mill	spriggs-mill	US		0	America/Chicago	35.45258	-91.31985	64	Spiggs Mill,Spriggs Mill		AR	067	90516	
4131952	Spring Bank (historical)	spring-bank-historical	US		0	America/Chicago	33.09097	-93.86629	100			AR	091	93537	
4132042	Spring Lake (historical)	spring-lake-historical	US		0	America/Chicago	34.48203	-92.99045	107			AR	051	91773	
4132059	Spring Lake Estates	spring-lake-estates	US		0	America/Chicago	36.36118	-92.41405	265			AR	005	92616	
4132064	Spring Meadows	spring-meadows	US		0	America/Chicago	35.16703	-92.75072	109			AR	029	93960	
4132108	Springfield (historical)	springfield-historical	US		0	America/Chicago	35.91396	-90.26565	72			AR	093	92664	
4132131	Sprudel	sprudel	US		0	America/Chicago	33.61651	-93.76657	77			AR	057	90396	
4132133	Spur Four	spur-four	US		0	America/Chicago	35.61925	-90.08898	70			AR	093	90683	
4132172	Stagecoach Addition	stagecoach-addition	US		0	America/Chicago	34.97092	-91.9757	114			AR	085	90669	
4132189	Standard Umpstead	standard-umpstead	US		0	America/Chicago	33.37318	-92.67488	37	Standard Umpstead,Standard-Umsted		AR	103	93921	
4132205	Stanley (historical)	stanley-historical	US		0	America/Chicago	34.13677	-93.63518	184			AR	109	92880	
4132233	Star of the West (historical)	star-of-the-west-historical	US		0	America/Chicago	34.23983	-93.82463	176			AR	109	93993	
4132285	Staves	staves	US		116	America/Chicago	34.03927	-92.27737	78			AR	025	94002	
4132322	Stegall	stegall	US		0	America/Chicago	35.6073	-91.14012	69			AR	067	91554	
4132325	Stelltown	stelltown	US		0	America/Chicago	34.04677	-93.54935	152	Stelltown,Stellville,Wolf Creek,Wolfcreek		AR	109	92523	
4132341	Stephenson (historical)	stephenson-historical	US		0	America/Chicago	34.10316	-93.67324	137			AR	109	93606	
4132345	Steprock	steprock	US		0	America/Chicago	35.42897	-91.68764	104	Step Rock,Steprock		AR	145	91629	
4132348	Sterling (historical)	sterling-historical	US		0	America/Chicago	33.02596	-91.18344	42			AR	017	92913	
4132352	Sterling Springs	sterling-springs	US		0	America/Chicago	35.92313	-90.70206	98	Sterling Spring,Sterling Springs		AR	031	91674	
4132355	Steve	steve	US		0	America/Chicago	34.87065	-93.32213	208			AR	149	90960	
4132392	Stier	stier	US		0	America/Chicago	35.70452	-90.34149	67			AR	031	90330	
4132428	Stimson	stimson	US		0	America/Chicago	34.02955	-91.07317	49			AR	041	92511	
4132430	Stineville (historical)	stineville-historical	US		0	America/Chicago	35.05398	-91.5743	60			AR	117	91083	
4132432	Stinking Bay	stinking-bay	US		0	America/Chicago	34.41343	-91.19262	51			AR	001	90963	
4132437	Stillions	stillions	US		0	America/Chicago	33.2529	-92.04236	22	Emory,Hamlets Landing,Stillion,Stillions		AR	003	92469	
4132460	Stone (historical)	stone-historical	US		0	America/Chicago	36.33896	-92.63822	199			AR	089		
4132477	Stoney Point	stoney-point	US		0	America/Chicago	36.31534	-91.07735	134			AR	121	93363	
4132493	Stoops (historical)	stoops-historical	US		0	America/Chicago	34.79398	-91.15568	58	Stoops (historical),Stoops Spur		AR	095	91008	
4132494	Stop (historical)	stop-historical	US		0	America/Chicago	35.75203	-94.41133	310			AR	033	92145	
4132515	Stoverville	stoverville	US		0	America/Chicago	36.03119	-93.39824	677			AR	101	92958	
4132533	Strain	strain	US		0	America/Chicago	36.01341	-94.06603	367			AR	143	93156	
4132540	Strangers Home	strangers-home	US		0	America/Chicago	35.92035	-91.12846	79			AR	075	92385	
4132569	Strickler	strickler	US		0	America/Chicago	35.83369	-94.31327	461	Strickler,Stricklers		AR	143	90945	
4132606	Studemeir (historical)	studemeir-historical	US		0	America/Chicago	34.17649	-92.30154	75			AR	053	92334	
4132613	Stumptoe	stumptoe	US		0	America/Chicago	35.46591	-92.82989	325			AR	141	92190	
4132114	Springhill	springhill	US	71075	0	America/Chicago	34.63343	-92.50849	144			AR	125	92799	
4132617	Sturdevant (historical)	sturdevant-historical	US		0	America/Chicago	35.25203	-91.15485	63			AR	147	91092	
4132619	Sturgis (historical)	sturgis-historical	US		0	America/Chicago	33.32123	-92.14069	41			AR	011	91185	
4132639	Styra (historical)	styra-historical	US		0	America/Chicago	36.45839	-90.30538	93			AR	021	92952	
4132642	Sub Rosa (historical)	sub-rosa-historical	US		0	America/Chicago	35.39175	-93.94659	197	Sub Rosa (historical),Subrosa		AR	047	91803	
4132742	Sulphur City	sulphur-city	US		0	America/Chicago	35.96508	-94.05048	414	Mankins,New Prospect,Sulphur City,Sulphur Springs		AR	143	94026	
4132766	Sulphur Spring (historical)	sulphur-spring-historical	US		0	America/Chicago	36.10785	-93.07129	479			AR	101	92373	
4132815	Summit (historical)	summit-historical	US		0	America/Chicago	36.46174	-94.19048	405			AR	007	93638	
4132816	Summit (historical)	summit-historical	US		0	America/Chicago	36.06536	-94.08881	372			AR	143	93018	
4132817	Summit Addition	summit-addition	US		0	America/Chicago	34.99342	-92.03681	128			AR	085	94131	
4132827	Sun Valley Addition	sun-valley-addition	US		0	America/Chicago	35.78313	-91.65792	101			AR	063	93249	
4132833	Sunland Estates	sunland-estates	US		0	America/Chicago	34.98398	-92.03765	94			AR	085	94131	
4132837	Sunny Gap (historical)	sunny-gap-historical	US		0	America/Chicago	35.09536	-92.33682	101			AR	045	90600	
4132844	Sunny Slope	sunny-slope	US		0	America/Chicago	35.63008	-92.14265	297			AR	023	93510	
4132847	Sunnydale	sunnydale	US		0	America/Chicago	35.44758	-91.69597	111			AR	145	91629	
4132864	Sunrise (historical)	sunrise-historical	US		0	America/Chicago	35.15509	-91.99737	86			AR	145	90888	
4132885	Sunshine (historical)	sunshine-historical	US		0	America/Chicago	34.03122	-94.01325	147			AR	061	90747	
4132895	Super (historical)	super-historical	US		0	America/Chicago	34.56732	-91.56541	67			AR	001	91563	
4132915	Sutherland Crossroads	sutherland-crossroads	US		0	America/Chicago	35.53481	-93.77075	249			AR	047	94005	
4132916	Suttle	suttle	US		0	America/Chicago	35.97619	-94.39827	432			AR	143	93486	
4132964	Sweden	sweden	US		0	America/Chicago	34.19315	-91.7243	58			AR	069	90390	
4133015	Sweethome	sweethome	US		0	America/Chicago	34.57648	-93.57964	196			AR	097		
4133022	Sweetwater Estates	sweetwater-estates	US		0	America/Chicago	34.98814	-91.96237	92			AR	085	90669	
4133036	Sycamore Bend Farm	sycamore-bend-farm	US		0	America/Chicago	34.98482	-90.45232	63	Sycamore Bend,Sycamore Bend Farm		AR	123	91437	
4133047	Sycamore Heights	sycamore-heights	US		0	America/Chicago	36.28562	-92.26543	231			AR	005	93669	
4133064	Sydenham (historical)	sydenham-historical	US		0	America/Chicago	36.05508	-94.0252	456			AR	143	94122	
4133065	Sylamore	sylamore	US		0	America/Chicago	35.94146	-92.10821	103			AR	065	94014	
4133072	Sylvan Hills	sylvan-hills	US		0	America/Chicago	34.83648	-92.23126	119			AR	119	91731	
4133082	Sylverino	sylverino	US		0	America/Chicago	33.31679	-93.93768	90			AR	091	90864	
4133085	Sycamore Spring	sycamore-spring	US		0	America/Chicago	36.29868	-92.24904	231			AR	005	93669	
4133092	TKO Subdivision	tko-subdivision	US		0	America/Chicago	34.93509	-92.07098	82			AR	085	94131	
4133095	Sylvia (historical)	sylvia-historical	US		0	America/Chicago	36.10785	-92.60239	280	Sylva,Sylvia (historical)		AR	089		
4133118	Talbot Addition	talbot-addition	US		0	America/Chicago	34.96453	-91.99653	92			AR	085	94131	
4133127	Tall Timbers West	tall-timbers-west	US		0	America/Chicago	34.70843	-92.38765	88			AR	119	90300	
4133129	Talley	talley	US		0	America/Chicago	33.16235	-93.07378	82	Talley,Tally		AR	027	91245	
4133138	Tamo	tamo	US		0	America/Chicago	34.11038	-91.7593	58	Tamo,Tamo Station,Toronto		AR	069	93135	
4133143	Tanglewood	tanglewood	US		0	America/Chicago	36.31674	-93.9302	404			AR	007	93628	
4133146	Tannenbaum	tannenbaum	US		0	America/Chicago	35.55897	-92.05709	177			AR	023	91329	
4133149	Tanglewood	tanglewood	US		0	America/Chicago	34.81481	-92.25987	146			AR	119	91731	
4133166	Taral	taral	US		0	America/Chicago	35.36036	-93.12156	127			AR	115	91134	
4133176	Tarnceville	tarnceville	US		0	America/Chicago	34.84759	-91.60347	64			AR	117	90738	
4133179	Tarsus	tarsus	US		0	America/Chicago	35.09009	-90.40732	61			AR	123	91680	
4133191	Tarry	tarry	US		0	America/Chicago	34.07593	-91.84152	63			AR	079	90135	
4133215	Tates Bluff	tates-bluff	US		0	America/Chicago	33.79899	-92.901	61			AR	103		
4133221	Tatetown (historical)	tatetown-historical	US		0	America/Chicago	35.4423	-93.22657	136			AR	115	92415	
4133230	Tatumville (historical)	tatumville-historical	US		0	America/Chicago	34.71176	-92.58766	167			AR	125	90198	
4133283	Taylorville (historical)	taylorville-historical	US		0	America/Chicago	35.29731	-91.13762	63	Taylorsville,Taylorville (historical)		AR	147	93045	
4133294	Telico (historical)	telico-historical	US		0	America/Chicago	35.05259	-90.84373	64			AR	123	92340	
4133364	Terrytown	terrytown	US		0	America/Chicago	34.6537	-92.42738	92	Terryton,Terrytown		AR	119	90300	
4133381	The Basin	the-basin	US		0	America/Chicago	36.09813	-93.15851	285			AR	101	92373	
4133397	The Heights Addition	the-heights-addition	US		0	America/Chicago	34.95148	-92.01181	88			AR	085	94131	
4133400	The Oaks	the-oaks	US		0	America/Chicago	34.9362	-91.98987	89			AR	085	92736	
4133404	The Pines	the-pines	US		0	America/Chicago	34.86677	-94.07049	275			AR	127	91689	
4133405	The Quarry	the-quarry	US		0	America/Chicago	35.79202	-91.75125	112			AR	063	93915	
4133412	Thessing (historical)	thessing-historical	US		0	America/Chicago	35.29315	-94.02576	163			AR	047	92988	
4133414	Thiel	thiel	US		0	America/Chicago	34.24537	-92.61599	70			AR	053	93591	
4133422	Thola	thola	US		0	America/Chicago	35.88674	-92.42933	314			AR	129	92801	
4133424	Thomas (historical)	thomas-historical	US		0	America/Chicago	34.7587	-91.51541	68			AR	117	93939	
4133486	Thompson Grove	thompson-grove	US		0	America/Chicago	34.9476	-90.33788	62			AR	035	92298	
4133497	Thompson Subdivision	thompson-subdivision	US		0	America/Chicago	33.58429	-94.0313	92			AR	081	91974	
4133502	Thomwall (historical)	thomwall-historical	US		0	America/Chicago	34.2676	-91.34484	61			AR	001	92085	
4133510	Thorney	thorney	US		0	America/Chicago	35.99536	-93.93242	401			AR	087	92103	
4133517	Thrasher (historical)	thrasher-historical	US		0	America/Chicago	33.66123	-93.81407	98			AR	057	90396	
4133520	Three Brothers	three-brothers	US		0	America/Chicago	36.45257	-92.46572	306			AR	005	92247	
4133525	Three Creeks	three-creeks	US		0	America/Chicago	33.09458	-92.85377	62	Three Creeks,Threecreeks		AR	139	90924	
4133540	Three Way	three-way	US		0	America/Chicago	35.8448	-90.90067	75			AR	031	93597	
4133541	Three Way	three-way	US		0	America/Chicago	35.69897	-90.24399	69	Garden Point,Three Way		AR	093	92226	
4133562	Tide Water	tide-water	US		0	America/Chicago	33.21457	-93.13989	107			AR	027	92355	
4133592	Timber Creek	timber-creek	US		0	America/Chicago	34.79981	-92.22793	112			AR	119	91731	
4133598	Timber Lake Manor	timber-lake-manor	US		0	America/Chicago	36.28673	-92.21266	228			AR	005	93669	
4133599	Timber Ridge	timber-ridge	US		0	America/Chicago	34.74787	-92.41682	152			AR	119	90300	
4133615	Tinsman	tinsman	US		53	America/Chicago	33.62983	-92.35515	54			AR	013		
4133616	Tintop	tintop	US		0	America/Chicago	34.75344	-94.27105	306			AR	127	90348	
4133617	Tip	tip	US		0	America/Chicago	35.16287	-91.16735	61			AR	147	90588	
4133619	Tipperary	tipperary	US		0	America/Chicago	36.33423	-90.47261	87			AR	021	91971	
4133630	Toad Suck	toad-suck	US		0	America/Chicago	35.07564	-92.55988	91			AR	105	93714	
4133638	Todd (historical)	todd-historical	US		0	America/Chicago	33.91455	-91.75152	59			AR	079	93414	
4133642	Togo	togo	US		0	America/Chicago	35.34092	-90.54872	66			AR	037	93657	
4133644	Tokalon	tokalon	US		0	America/Chicago	35.37647	-93.4713	133			AR	083	90642	
4133652	Tollette	tollette	US		232	America/Chicago	33.81984	-93.89435	110			AR	061	93615	
4133658	Toltec	toltec	US		0	America/Chicago	34.6512	-92.05598	72			AR	085	94065	
4133663	Tolu	tolu	US		0	America/Chicago	35.81453	-94.49522	333	Greer,Greers,Greersburg,Toln,Tolu		AR	143	93813	
4133667	Tollville	tollville	US		0	America/Chicago	34.71982	-91.53541	67			AR	117	91650	
4133686	Tomberlin	tomberlin	US		0	America/Chicago	34.51593	-91.87153	67	Tomberlin,Tomberlins		AR	085	91827	
4133698	Tomato	tomato	US		0	America/Chicago	35.84369	-89.74119	78	Canadian Reach,Cedar Landing,Tomato		AR	093	90633	
4133704	Toneyville	toneyville	US		0	America/Chicago	34.89953	-92.10209	87			AR	119	91731	
4133705	Tongin	tongin	US		0	America/Chicago	34.85621	-90.60816	61			AR	077	93273	
4133722	Tower Hill Addition	tower-hill-addition	US		0	America/Chicago	34.8787	-91.98486	84			AR	085	91479	
4133728	Towle (historical)	towle-historical	US		0	America/Chicago	34.6776	-91.10429	55			AR	095	91734	
4133747	Town and Country Estates	town-and-country-estates	US		0	America/Chicago	34.67898	-92.36849	83			AR	119	90300	
4133771	Townsley (historical)	townsley-historical	US		0	America/Chicago	35.92508	-93.50241	675			AR	087	90414	
4133772	Trace	trace	US		0	America/Chicago	33.83705	-92.95211	44			AR	019	90591	
4133793	Trailwood Addition	trailwood-addition	US		0	America/Chicago	34.97592	-91.95931	92			AR	085	90669	
4133797	Trammell (historical)	trammell-historical	US		0	America/Chicago	36.29452	-94.47077	403			AR	007	93645	
4133823	Treat	treat	US		0	America/Chicago	35.61258	-93.16129	233			AR	115	91377	
4133835	Trident	trident	US		0	America/Chicago	36.10091	-94.48049	329			AR	143	91815	
4133836	Trigg (historical)	trigg-historical	US		0	America/Chicago	33.96677	-92.38099	71			AR	025	92049	
4133885	Trinnon	trinnon	US		0	America/Chicago	36.38284	-90.14954	84			AR	021	92719	
4133889	Trippe Junction	trippe-junction	US		0	America/Chicago	33.59539	-91.33456	43	Trippe,Trippe Junction		AR	041	91587	
4133910	Troy (historical)	troy-historical	US		0	America/Chicago	33.42289	-91.5829	52	DeArmonds Mills,Troy (historical)		AR	043	90906	
4133927	Trull	trull	US		0	America/Chicago	33.14763	-92.83544	86			AR	139	90924	
4133938	Truth (historical)	truth-historical	US		0	America/Chicago	36.09369	-93.6238	560			AR	087	93888	
4133939	Tubal	tubal	US		0	America/Chicago	33.06264	-92.91961	70			AR	139	93650	
4133980	Tuckertown	tuckertown	US		0	America/Chicago	35.8098	-89.93592	73			AR	093	90549	
4133984	Tulip	tulip	US		0	America/Chicago	34.08232	-92.65377	143	Beau Mouchel,Brownsville,Smithville,Tulip		AR	039	93411	
4133992	Tull	tull	US		450	America/Chicago	34.44787	-92.57627	107			AR	053	91050	
4133994	Tulot	tulot	US		0	America/Chicago	35.61897	-90.47594	66	Pickett,Tulot		AR	111	92304	
4134001	Tuni	tuni	US		0	America/Chicago	34.94037	-90.709	75			AR	123	91368	
4134005	Tunnel (historical)	tunnel-historical	US		0	America/Chicago	36.4484	-93.68741	441			AR	015	92052	
4134007	Tunis	tunis	US		0	America/Chicago	35.96618	-90.53789	85			AR	055	90903	
4134034	Turin (historical)	turin-historical	US		0	America/Chicago	34.27982	-92.49044	91			AR	053	91032	
4134079	Turkey Scratch	turkey-scratch	US		0	America/Chicago	34.64399	-90.92734	56			AR	077	90264	
4134118	Turney (historical)	turney-historical	US		0	America/Chicago	35.42731	-90.59233	63			AR	037	90894	
4134120	Turnip (historical)	turnip-historical	US		0	America/Chicago	35.31814	-92.00265	239			AR	145	90606	
4134135	Tuscany (historical)	tuscany-historical	US		0	America/Chicago	35.69647	-91.10846	72			AR	067	91554	
4134139	Tuttleton	tuttleton	US		0	America/Chicago	34.93065	-90.69316	67			AR	123	91368	
4134160	Twentythree	twentythree	US		0	America/Chicago	35.37619	-91.55958	180			AR	145	90096	
4134162	Twin Creek	twin-creek	US		0	America/Chicago	35.94563	-92.03626	102			AR	065	94014	
4134166	Twin Groves	twin-groves	US		341	America/Chicago	35.31942	-92.41545	113			AR	045	93825	
4134178	Twin Oak (historical)	twin-oak-historical	US		0	America/Chicago	34.26315	-92.80156	118			AR	059	91131	
4134186	Twin Springs	twin-springs	US		0	America/Chicago	34.73759	-92.48488	161	Twin Spring,Twin Springs		AR	119	90300	
4134187	Twin Springs	twin-springs	US		0	America/Chicago	36.18258	-94.54827	347			AR	007	93646	
4134189	Twist	twist	US		0	America/Chicago	35.3762	-90.50733	65			AR	037	93652	
4134198	Two Mile (historical)	two-mile-historical	US		0	America/Chicago	34.51122	-94.34771	292			AR	113	91197	
4134223	Tyler (historical)	tyler-historical	US		0	America/Chicago	35.53897	-91.83903	196			AR	023	94053	
4134234	Tyner (historical)	tyner-historical	US		0	America/Chicago	34.62982	-90.8565	60			AR	107	92391	
4134236	Tyronza Junction	tyronza-junction	US		0	America/Chicago	35.5123	-90.38927	68			AR	111	92229	
4134258	Unco	unco	US		0	America/Chicago	33.48373	-92.42126	56			AR	013		
4134259	Underwood (historical)	underwood-historical	US		0	America/Chicago	35.68008	-91.38346	72			AR	063		
4134434	Union Valley	union-valley	US		0	America/Chicago	34.76481	-92.00347	72			AR	085	93042	
4134471	Unionville (historical)	unionville-historical	US		0	America/Chicago	33.97593	-92.19876	70			AR	025	93183	
4134538	Uno	uno	US		0	America/Chicago	35.64869	-91.02762	71	Una,Uno		AR	111	91119	
4134566	Upper Nodena (historical)	upper-nodena-historical	US		0	America/Chicago	35.60425	-89.98092	72			AR	093	90683	
4134575	Upper Poplar Ridge	upper-poplar-ridge	US		0	America/Chicago	35.89174	-90.40788	70			AR	031	90534	
4134606	Urbanette	urbanette	US		0	America/Chicago	36.41979	-93.53352	392			AR	015	92955	
4134608	Ursula	ursula	US		0	America/Chicago	35.32398	-94.09298	135			AR	131	90246	
4134617	Uzzett (historical)	uzzett-historical	US		0	America/Chicago	34.89037	-91.6918	67			AR	117	93717	
4134618	Vaby	vaby	US		0	America/Chicago	34.70482	-91.4818	64			AR	117	93939	
4134623	Vaden	vaden	US		0	America/Chicago	33.87205	-92.93711	62			AR	019	90591	
4134649	Valley Junction	valley-junction	US		0	America/Chicago	33.44539	-91.79374	66			AR	043	93786	
4134652	Valley Ridge (historical)	valley-ridge-historical	US		0	America/Chicago	34.21789	-94.22131	150			AR	061	93663	
4134683	Vallier	vallier	US		0	America/Chicago	34.32649	-91.63402	55			AR	001	90138	
4134718	Van Wagoner (historical)	van-wagoner-historical	US		0	America/Chicago	33.684	-92.98572	50			AR	103		
4134738	Vanduzer	vanduzer	US		0	America/Chicago	33.65178	-92.77322	37	Van Duzer,Vanduser,Vanduzer		AR	103	93762	
4134743	Vanness Crossing	vanness-crossing	US		0	America/Chicago	34.86204	-90.65233	56			AR	077	93699	
4134754	Varner	varner	US		0	America/Chicago	34.03843	-91.61902	54			AR	079	90786	
4134766	Veits (historical)	veits-historical	US		0	America/Chicago	34.72926	-91.58569	65			AR	117	91650	
4134767	Velie	velie	US		0	America/Chicago	33.69955	-92.82044	37			AR	103	90675	
4134769	Velvet Ridge	velvet-ridge	US		0	America/Chicago	35.41314	-91.57625	196			AR	145	93789	
4134776	Venquin (historical)	venquin-historical	US		0	America/Chicago	35.95147	-93.74603	466			AR	087	90426	
4134791	Vest (historical)	vest-historical	US		0	America/Chicago	36.05007	-92.06487	157			AR	065	90072	
4134801	Vick	vick	US		0	America/Chicago	33.32873	-92.10569	45			AR	011	91185	
4134827	Vidette	vidette	US		0	America/Chicago	36.42729	-92.11849	205			AR	049	93798	
4134832	Villa Vale (historical)	villa-vale-historical	US		0	America/Chicago	34.03149	-91.90958	63			AR	079	93453	
4134844	Village Junction	village-junction	US		0	America/Chicago	33.2493	-93.051	91			AR	027	93801	
4134874	Viney Grove	viney-grove	US		0	America/Chicago	36.00841	-94.33021	355	Viney Grove,Vineygrove		AR	143	92400	
4134879	Vineyard	vineyard	US		0	America/Chicago	34.65788	-90.87011	59			AR	077	93459	
4134884	Vinity Corner	vinity-corner	US		0	America/Chicago	35.07981	-91.74319	62	Ranes,Vanity Corner,Vinity Corner		AR	145	91443	
4134885	Vinson (historical)	vinson-historical	US		0	America/Chicago	33.42789	-91.21428	38			AR	017	90666	
4134897	Vise Addition	vise-addition	US		0	America/Chicago	34.9787	-91.99209	82			AR	085	94131	
4134900	Vista Shores	vista-shores	US		0	America/Chicago	36.42368	-93.90436	382			AR	007	93626	
4134904	Vogel (historical)	vogel-historical	US		0	America/Chicago	36.22508	-94.1377	409			AR	007	93632	
4134930	Wabbel	wabbel	US		0	America/Chicago	34.63565	-92.01764	71			AR	085	92070	
4134944	Waco (historical)	waco-historical	US		0	America/Chicago	35.7448	-90.32538	68			AR	031	90330	
4134948	Wades Chapel	wades-chapel	US		0	America/Chicago	33.66484	-94.27159	103	Wade Chapel,Wades Chapel		AR	081	90057	
4134950	Wadell (historical)	wadell-historical	US		0	America/Chicago	35.0862	-90.95706	61			AR	123	92118	
4134951	Wafers Crossing	wafers-crossing	US		0	America/Chicago	33.63623	-93.69629	83			AR	057	93942	
4134952	Wager (historical)	wager-historical	US		0	America/Chicago	36.22286	-94.28854	325			AR	007	93647	
4134964	Wagnon	wagnon	US		0	America/Chicago	33.66539	-92.28876	62	Allcorn,Wagnon		AR	011	92568	
4134976	Wake (historical)	wake-historical	US		0	America/Chicago	36.30562	-92.21154	233			AR	005	93669	
4134985	Wakefield Village	wakefield-village	US		0	America/Chicago	34.6862	-92.32793	96			AR	119	90300	
4134987	Walco (historical)	walco-historical	US		0	America/Chicago	34.33843	-92.81545	101			AR	059	91290	
4134990	Walden (historical)	walden-historical	US		0	America/Chicago	36.48313	-93.81686	299			AR	015	90195	
4135002	Wakefield (historical)	wakefield-historical	US		0	America/Chicago	33.91123	-93.88324	105			AR	061	92661	
4135021	Waldstein (historical)	waldstein-historical	US		0	America/Chicago	34.15288	-91.54346	53			AR	069	93807	
4135043	Walker Creek	walker-creek	US		0	America/Chicago	33.11569	-93.51267	73			AR	073	93834	
4135073	Walkers Corner	walkers-corner	US		0	America/Chicago	34.71342	-92.09126	75			AR	119	91731	
4135105	Wallaceburg	wallaceburg	US		0	America/Chicago	33.89317	-93.5474	115	Wallaceburg,Wallaceburgh		AR	057	93849	
4135130	Walnut Corner	walnut-corner	US		0	America/Chicago	34.5551	-90.76817	64			AR	107	93462	
4135134	Walnut Corner	walnut-corner	US		0	America/Chicago	36.04035	-90.77567	80			AR	055	93867	
4135175	Walnut Grove Corner	walnut-grove-corner	US		0	America/Chicago	35.62758	-90.61761	69			AR	111	91518	
4135244	Walton Heights	walton-heights	US		0	America/Chicago	34.79676	-92.40015	183			AR	119	90300	
4135247	Waltreak	waltreak	US		0	America/Chicago	34.98398	-93.61242	125	Walnut Tree,Waltreak		AR	149	91167	
4135253	Wampoo	wampoo	US		0	America/Chicago	34.55259	-92.08348	70			AR	119	91731	
4135255	Wann (historical)	wann-historical	US		0	America/Chicago	36.48285	-94.563	309			AR	007	93645	
4135263	War Eagle	war-eagle	US		0	America/Chicago	36.26785	-93.94103	359	Blackburn Mill,War Eagle,War Eagle Mill,War Eagle Mills,Wareagle		AR	007	93628	
4135268	War Eagle Cove	war-eagle-cove	US		0	America/Chicago	36.20841	-93.98409	353			AR	143	90501	
4135277	Warbritton	warbritton	US		0	America/Chicago	34.27649	-92.03097	69			AR	069	93783	
4135326	Wards Crossing	wards-crossing	US		0	America/Chicago	34.94454	-93.32796	105	Ward,Wards Crossing		AR	149	92106	
4135329	Wargo Landing	wargo-landing	US		0	America/Chicago	33.81983	-91.15011	35	Avenue Landing,Wargo Landing		AR	041	93063	
4135352	Warnock Springs	warnock-springs	US		0	America/Chicago	33.31013	-93.14183	97			AR	027	92328	
4135424	Washita	washita	US		0	America/Chicago	34.65287	-93.53352	188	Sulphur Springs,Washita		AR	097	93934	
4135462	Watervalley (historical)	watervalley-historical	US		0	America/Chicago	36.31007	-91.13124	111	Water Valley,Watervalley (historical)		AR	121	93948	
4135464	Watkins (historical)	watkins-historical	US		0	America/Chicago	36.13841	-93.06017	395			AR	009	91260	
4135473	Watkins Corner	watkins-corner	US		0	America/Chicago	34.46871	-90.95595	56			AR	107	90870	
4135486	Watson Chapel	watson-chapel	US		0	America/Chicago	34.18926	-92.0657	73			AR	069	93783	
4135509	Wattensaw	wattensaw	US		0	America/Chicago	34.90759	-91.84819	77	Pigeon Roost,Wattensas,Wattensaw		AR	085	92997	
4135524	Wave	wave	US		0	America/Chicago	34.0276	-92.6885	97			AR	039	93411	
4135539	Waymack Addition	waymack-addition	US		0	America/Chicago	34.92731	-92.01542	88			AR	085	94131	
4135544	Wayside (historical)	wayside-historical	US		0	America/Chicago	34.35148	-93.31185	212			AR	059	93756	
4135545	Wayton	wayton	US		0	America/Chicago	35.90369	-93.25407	663			AR	101	92211	
4135553	Weathers	weathers	US		0	America/Chicago	35.95952	-93.52046	481			AR	087	92055	
4135588	Weber	weber	US		0	America/Chicago	34.14594	-91.17678	51			AR	001	90774	
4135593	Webbs Mill (historical)	webbs-mill-historical	US		0	America/Chicago	35.81841	-90.56678	70			AR	031	92670	
4135595	Weddington	weddington	US		0	America/Chicago	36.08925	-94.41966	355	Weddington,Wedington		AR	143	93957	
4135603	Wedington Woods	wedington-woods	US		0	America/Chicago	36.09452	-94.31021	351			AR	143	92217	
4135612	Weeks	weeks	US		0	America/Chicago	33.66927	-92.21014	82			AR	011	92568	
4135613	Weeks	weeks	US		0	America/Chicago	34.88121	-94.41883	171	Week,Weeks		AR	127	92076	
4135629	Welchs Shop (historical)	welchs-shop-historical	US		0	America/Chicago	34.02149	-92.66127	116			AR	039	93411	
4135634	Welcome Home	welcome-home	US		0	America/Chicago	35.76536	-92.77267	574			AR	129	92631	
4135643	Welders Wood	welders-wood	US		0	America/Chicago	34.92564	-92.00681	98			AR	085	94131	
4135646	Welford (historical)	welford-historical	US		0	America/Chicago	35.39592	-90.61122	63			AR	037	90894	
4135664	Wells Creek (historical)	wells-creek-historical	US		0	America/Chicago	36.04119	-93.06462	258	Wells Creek (historical),Wellscreek		AR	101	91641	
4135670	Wenstead (historical)	wenstead-historical	US		0	America/Chicago	36.3984	-91.35375	190	Wenstead (historical),Winsted		AR	135	92286	
4135671	Weona	weona	US		0	America/Chicago	35.54703	-90.59761	65	Post,Weona		AR	111	92304	
4135672	Weona Junction	weona-junction	US		0	America/Chicago	35.50758	-90.59983	64			AR	111	92304	
4135711	West (historical)	west-historical	US		0	America/Chicago	35.12481	-92.94406	288			AR	029	90723	
4135713	West Aplin	west-aplin	US		0	America/Chicago	34.97231	-92.98434	111			AR	105	90048	
4135724	West Bayou (historical)	west-bayou-historical	US		0	America/Chicago	34.27843	-91.69124	55			AR	001	90462	
4135736	West Cobb	west-cobb	US		0	America/Chicago	35.72619	-93.75547	514			AR	047	92316	
4135746	West Crossett	west-crossett	US		1256	America/Chicago	33.14096	-91.99402	46			AR	003	91212	
4135853	West Kennett	west-kennett	US		0	America/Chicago	36.25979	-90.12176	81			AR	021	92836	
4135870	West Marche	west-marche	US		0	America/Chicago	34.88037	-92.40793	88	West Marche,Wilders		AR	119	91731	
4135876	West Otis	west-otis	US		0	America/Chicago	33.95317	-94.43632	95			AR	133	92532	
4135880	West Pangburn	west-pangburn	US		0	America/Chicago	35.43175	-91.88681	168			AR	023	92874	
4135903	West Richwoods	west-richwoods	US		0	America/Chicago	35.82646	-92.17182	314	Edwin,Richwoods,West Richwoods		AR	137	93177	
4135943	Westbrook (historical)	westbrook-historical	US		0	America/Chicago	33.94039	-93.6399	122			AR	057	93072	
4135945	Westbrook Addition	westbrook-addition	US		0	America/Chicago	34.95287	-92.07487	94			AR	119	91731	
4135948	Western Acres	western-acres	US		0	America/Chicago	34.82676	-92.2182	95			AR	119	91731	
4135958	Western Hills Subdivision	western-hills-subdivision	US		0	America/Chicago	36.32007	-92.40516	241			AR	005	92616	
4135981	Westor	westor	US		0	America/Chicago	34.84093	-90.86373	64	Westor,Wests Store		AR	077	93600	
4136085	Whiskerville	whiskerville	US		0	America/Chicago	36.11979	-90.81317	79			AR	075	90582	
4136099	Whisp	whisp	US		0	America/Chicago	35.87785	-90.2751	71			AR	093	92664	
4136100	Whispering Pines Addition	whispering-pines-addition	US		0	America/Chicago	34.95148	-91.93848	96			AR	085	92736	
4136101	Whispering Springs	whispering-springs	US		0	America/Chicago	35.55424	-92.23154	205			AR	023	93294	
4136102	Whisperwood	whisperwood	US		0	America/Chicago	34.93842	-91.9732	106			AR	085	92736	
4136103	Whistleville	whistleville	US		0	America/Chicago	35.77146	-90.1262	70			AR	093	92226	
4136105	Whitaker	whitaker	US		0	America/Chicago	35.57008	-90.64317	68			AR	111	90402	
4136109	Whitburg (historical)	whitburg-historical	US		0	America/Chicago	35.85007	-90.59733	73			AR	031	92004	
4136137	White Cliffs	white-cliffs	US		0	America/Chicago	33.79706	-94.06019	111	Folmina,White Cliffs,Whitecliffs		AR	133	92820	
4136180	White Oak Bluff	white-oak-bluff	US		0	America/Chicago	34.03149	-92.30598	56	White Oak,White Oak Bluff,Whiteoak		AR	025	94002	
4136335	Whitener	whitener	US		0	America/Chicago	36.14119	-93.89603	400			AR	087	93000	
4136349	Whitetown	whitetown	US		0	America/Chicago	34.62982	-93.7452	231			AR	097	92841	
4136365	Whitlock (historical)	whitlock-historical	US		0	America/Chicago	34.57509	-92.53572	124			AR	125	90522	
4136369	Whitlow	whitlow	US		0	America/Chicago	33.21901	-91.98597	47			AR	003	92469	
4136370	Whitlow Junction	whitlow-junction	US		0	America/Chicago	33.19984	-91.96541	41			AR	003	92469	
4136395	Whitton	whitton	US		0	America/Chicago	35.51147	-90.26843	67			AR	093	94050	
4136411	Wick Mill	wick-mill	US		0	America/Chicago	35.16315	-90.93595	64	Wick,Wick Mill		AR	037	91227	
4136430	Wiederkehr Village	wiederkehr-village	US		37	America/Chicago	35.47314	-93.76464	165			AR	047	94005	
4136431	Wilbeth	wilbeth	US		0	America/Chicago	35.53453	-90.33982	66			AR	111	92229	
4136444	Wilcox (historical)	wilcox-historical	US		0	America/Chicago	33.27984	-92.06347	27			AR	011	92817	
4136448	Wild Cherry	wild-cherry	US		0	America/Chicago	36.26396	-92.05682	259			AR	049	90855	
4136457	Wildcat (historical)	wildcat-historical	US		0	America/Chicago	35.21481	-90.45232	64			AR	035	93655	
4136508	Wiley Crossing	wiley-crossing	US		0	America/Chicago	35.46064	-90.74011	84			AR	111	93333	
4136512	Wileys Cove	wileys-cove	US		0	America/Chicago	35.83758	-92.57377	312			AR	129	94062	
4136525	Wilkins	wilkins	US		0	America/Chicago	35.16287	-90.80234	76			AR	037	94125	
4136526	Wilkins	wilkins	US		0	America/Chicago	34.25982	-91.92986	63			AR	069	93783	
4136527	Wilkins	wilkins	US		0	America/Chicago	35.33064	-93.61408	131			AR	083	90807	
4136533	Wilkinsville (historical)	wilkinsville-historical	US		0	America/Chicago	35.60286	-91.11235	69			AR	067	91554	
4136540	Willard (historical)	willard-historical	US		0	America/Chicago	35.04759	-91.56847	59			AR	117	91083	
4136586	Williams Gulf (historical)	williams-gulf-historical	US		0	America/Chicago	35.57647	-92.64738	224			AR	141	90951	
4136593	Williams Junction	williams-junction	US		0	America/Chicago	34.88148	-92.7735	131			AR	105	92436	
4136649	Willow Belle	willow-belle	US		0	America/Chicago	34.63593	-92.02959	71	Willow Belle,Wilobel		AR	085	94065	
4136666	Willow Lake Subdivision	willow-lake-subdivision	US		0	America/Chicago	34.99592	-92.0507	114			AR	085	94131	
4136677	Willowdale (historical)	willowdale-historical	US		0	America/Chicago	34.72787	-92.16904	73			AR	119	91731	
4136736	Wilson Junction	wilson-junction	US		0	America/Chicago	35.8473	-90.06176	73			AR	093	91659	
4136773	Windamere	windamere	US		0	America/Chicago	34.67426	-92.33765	91			AR	119	90300	
4136784	Windwood Circle	windwood-circle	US		0	America/Chicago	34.93259	-91.99625	94			AR	085	94131	
4136785	Windwood Heights	windwood-heights	US		0	America/Chicago	34.9437	-91.9807	97			AR	085	92736	
4136792	Winfrey	winfrey	US		0	America/Chicago	35.73453	-94.09965	307			AR	033	94098	
4136814	Winington	winington	US		0	America/Chicago	36.3559	-92.90767	274			AR	009	93522	
4136823	Winona Springs (historical)	winona-springs-historical	US		0	America/Chicago	36.33285	-93.68158	396			AR	015	94101	
4136827	Winrock	winrock	US		0	America/Chicago	35.13814	-92.94378	323			AR	029	90723	
4136846	Wirth	wirth	US		0	America/Chicago	36.45062	-91.38041	248			AR	135	93744	
4136847	Wise (historical)	wise-historical	US		0	America/Chicago	33.65928	-92.93211	38			AR	103	93198	
4136861	Witherspoon	witherspoon	US		0	America/Chicago	34.15898	-92.98906	61			AR	019	90591	
4136872	Wittsburg	wittsburg	US		0	America/Chicago	35.21898	-90.70178	78			AR	037	93408	
4136876	Wiville	wiville	US		0	America/Chicago	35.14814	-91.24096	68			AR	147	90588	
4136886	Wolf Bayou	wolf-bayou	US		0	America/Chicago	35.6548	-91.9107	318	Le Bayou du Loup,Wolf Bayou		AR	023	91653	
4136888	Witcherville	witcherville	US		0	America/Chicago	35.1376	-94.26438	218	Salem,Witcherville		AR	131	93015	
4136928	Wolf Pen (historical)	wolf-pen-historical	US		0	America/Chicago	36.17813	-93.5688	396			AR	015	92763	
4136948	Wolford Addition	wolford-addition	US		0	America/Chicago	35.76785	-91.61625	127			AR	063	93249	
4136952	Wolverton (historical)	wolverton-historical	US		0	America/Chicago	35.76258	-89.91009	76			AR	093	91308	
4136959	Wolquarry	wolquarry	US		0	America/Chicago	35.89757	-91.90959	101			AR	065	91557	
4136964	Wona (historical)	wona-historical	US		0	America/Chicago	33.39124	-93.95963	127	Milton,Wona (historical)		AR	091	91434	
4136968	Wonderview	wonderview	US		0	America/Chicago	35.32786	-92.72989	211	Wonder View,Wonderview		AR	029	93282	
4136994	Woodberry	woodberry	US		0	America/Chicago	33.58234	-92.51599	63			AR	013		
4136998	Wooden Hills	wooden-hills	US		0	America/Chicago	36.33701	-93.06045	293			AR	009	92133	
4137000	Woodiel Acres	woodiel-acres	US		0	America/Chicago	34.97842	-91.98237	85			AR	085	90669	
4137002	Woodland (historical)	woodland-historical	US		0	America/Chicago	34.53287	-92.5096	132			AR	125	90153	
4137007	Woodland Corner	woodland-corner	US		0	America/Chicago	35.96674	-90.03676	72			AR	093	90429	
4137009	Woodland Heights	woodland-heights	US		0	America/Chicago	34.7937	-92.39849	159			AR	119	90300	
4137020	Woodland Ridge	woodland-ridge	US		0	America/Chicago	34.62815	-92.34182	112			AR	119	90300	
4137024	Woodlawn (historical)	woodlawn-historical	US		0	America/Chicago	33.51734	-93.12211	95			AR	099	92130	
4137025	Woodlawn Addition	woodlawn-addition	US		0	America/Chicago	35.02925	-92.06654	114			AR	085	92349	
4137032	Woodlawn Estates	woodlawn-estates	US		0	America/Chicago	34.92287	-91.99903	90			AR	085	91479	
4137056	Woods (historical)	woods-historical	US		0	America/Chicago	36.36813	-94.15132	394			AR	007	93636	
4137078	Woods Point Landing	woods-point-landing	US		0	America/Chicago	36.29423	-92.17238	169			AR	005	93669	
4137091	Woodyardville	woodyardville	US		0	America/Chicago	34.66565	-92.26987	89	Feltons Store,Woodyardville		AR	119	90300	
4137099	Woolsey	woolsey	US		0	America/Chicago	35.88536	-94.16854	415	Woolsey,Woolseys		AR	143	90957	
4137107	Woolum	woolum	US		0	America/Chicago	35.9723	-92.8835	203	Wolem,Woolum		AR	129		
4137108	Woolum	woolum	US		0	America/Chicago	35.71091	-92.66377	538			AR	141	90054	
4137110	Woolverton (historical)	woolverton-historical	US		0	America/Chicago	35.44286	-92.55433	303			AR	029	90081	
4137131	Worthen	worthen	US		0	America/Chicago	35.24369	-93.02267	120	Wordan,Worthen		AR	115	91407	
4137139	Wrape (historical)	wrape-historical	US		0	America/Chicago	35.27175	-91.02484	67			AR	037	90504	
4137142	Wrenton	wrenton	US		0	America/Chicago	35.60786	-91.70653	152			AR	063	91272	
4137144	Wright (historical)	wright-historical	US		0	America/Chicago	34.16288	-93.53768	140			AR	109	92880	
4137146	Wranes (historical)	wranes-historical	US		0	America/Chicago	35.15925	-91.51319	60			AR	145	91332	
4137162	Wright Town	wright-town	US		0	America/Chicago	35.40676	-94.29466	145			AR	033	93771	
4137163	Wrightland	wrightland	US		0	America/Chicago	34.83732	-90.7965	60			AR	077	93600	
4137167	Wrights Corner	wrights-corner	US		0	America/Chicago	35.35536	-91.62291	102			AR	145	90897	
4137174	Wyandotte (historical)	wyandotte-historical	US		0	America/Chicago	34.38898	-92.721	88			AR	059	91455	
4137176	Wyanoke	wyanoke	US		0	America/Chicago	35.10398	-90.19009	66	Wyanoka,Wyanoke		AR	035	92508	
4137187	Wycamp	wycamp	US		0	America/Chicago	34.55482	-90.71567	65	Hyde Park,Wycamp		AR	107	91767	
4137191	Wye	wye	US		0	America/Chicago	34.93926	-92.64183	223			AR	105	94119	
4137199	Wyles (historical)	wyles-historical	US		0	America/Chicago	34.95982	-90.70678	61			AR	123	91368	
4137205	Wylie Spur	wylie-spur	US		0	America/Chicago	35.1987	-90.24871	68			AR	035	91857	
4137206	Wyloe (historical)	wyloe-historical	US		0	America/Chicago	33.74844	-92.94544	55			AR	103		
4137207	Wyman	wyman	US		0	America/Chicago	36.07508	-94.06937	369			AR	143	94122	
4137230	Y City	y-city	US		0	America/Chicago	34.73482	-94.07715	226			AR	127	92487	
4137233	Yadkin (historical)	yadkin-historical	US		0	America/Chicago	36.37479	-91.24458	139			AR	121	91899	
4137246	Yancy	yancy	US		0	America/Chicago	33.83428	-93.80991	133			AR	057	92499	
4137251	Yarbo Place	yarbo-place	US		0	America/Chicago	35.35731	-90.51955	57			AR	037	93652	
4137252	Yarborough Landing	yarborough-landing	US		487	America/Chicago	33.72068	-94.01825	94			AR	081	91356	
4137254	Yarbro	yarbro	US		0	America/Chicago	35.97924	-89.91036	77	Yarbo,Yarbro		AR	093	90783	
4137257	Yardelle	yardelle	US		0	America/Chicago	36.06702	-93.00406	277	Shin Tanyard,Yardelle,Yards		AR	101	93006	
4137259	Yancopin	yancopin	US		0	America/Chicago	33.94066	-91.21873	52			AR	041	93063	
4137276	Yellow Banks	yellow-banks	US		0	America/Chicago	35.48703	-90.44399	66			AR	111	92229	
4137277	Yellow Bayou	yellow-bayou	US		0	America/Chicago	33.40817	-91.254	38			AR	017	90666	
4137298	Yocana	yocana	US		0	America/Chicago	34.58761	-94.05437	285			AR	113	92604	
4137301	Yocum	yocum	US		0	America/Chicago	36.41951	-93.41324	346	Yoachum Creek,Yocum		AR	015	93444	
4137311	Yoestown	yoestown	US		0	America/Chicago	35.4287	-94.17826	130	Lanehill,Yoestown		AR	033	92039	
4137323	Yorkwood	yorkwood	US		0	America/Chicago	34.65259	-92.35626	88			AR	119	90300	
4137332	Young Gravelly	young-gravelly	US		0	America/Chicago	34.91537	-93.65853	147	Little Gravelly,Young Gravelly		AR	149	91500	
4137341	Young Subdivision	young-subdivision	US		0	America/Chicago	35.02092	-91.86875	64			AR	085	90561	
4137356	Youngstown (historical)	youngstown-historical	US		0	America/Chicago	34.14454	-91.70652	57			AR	079	92043	
4137359	Yuma (historical)	yuma-historical	US		0	America/Chicago	34.83593	-91.49791	59			AR	117	93939	
4137362	Zack	zack	US		0	America/Chicago	35.95869	-92.66628	205	Hensley Switch,Kimbell Springs,Zack		AR	129		
4137365	Zama (historical)	zama-historical	US		0	America/Chicago	33.669	-93.16961	107			AR	099	93705	
4137368	Zeb (historical)	zeb-historical	US		0	America/Chicago	35.93896	-92.76822	287			AR	129	93456	
4137369	Zebulon (historical)	zebulon-historical	US		0	America/Chicago	34.30982	-93.63074	250	Dunlap Crossing,Zebulon (historical)		AR	109	91194	
4137370	Zellner (historical)	zellner-historical	US		0	America/Chicago	33.81316	-91.26539	44			AR	041	93063	
4137372	Zent	zent	US		0	America/Chicago	34.9837	-91.16318	61			AR	095	91515	
4137374	Zadock (historical)	zadock-historical	US		0	America/Chicago	35.56758	-93.36963	434			AR	071	92847	
4137377	Zinc	zinc	US		104	America/Chicago	36.28535	-92.91434	268			AR	009	94134	
4137401	Zion Hill	zion-hill	US		0	America/Chicago	34.97842	-92.14487	113			AR	119	91731	
4137402	Zion Hill	zion-hill	US		0	America/Chicago	35.66091	-92.80517	552			AR	141	93984	
4137457	Adams Morgan	adams-morgan	US		15830	America/New_York	38.9215	-77.0422	51	adamz mwrgan,ادامز مورگان		DC	001		
4137518	American University Park	american-university-park	US		0	America/New_York	38.9515	-77.08998	87	American Park,American University Park		DC	001		
4137523	Anacostia	anacostia	US		0	America/New_York	38.8665	-76.98386	13	Anacostia,Frederick Subdivision,Griswold Subdivision,NDV,Nacotchtanke,Old Uniontown,Union Town,Uniontown		DC	001		
4137590	Armsleigh Park (historical)	armsleigh-park-historical	US		0	America/New_York	38.94539	-77.07692	117			DC	001		
4137663	Barnaby Terrace	barnaby-terrace	US		0	America/New_York	38.83345	-76.98914	55			DC	001		
4137664	Barnaby Woods	barnaby-woods	US		0	America/New_York	38.97483	-77.0597	95			DC	001		
4137672	Barry Farms	barry-farms	US		0	America/New_York	38.8565	-76.99136	50	Barry Farms,Barrys Farm,Hillsdale		DC	001		
4137724	Benning	benning	US		0	America/New_York	38.89511	-76.94886	14	Benning,Bennings		DC	001		
4137728	Benning Heights	benning-heights	US		0	America/New_York	38.88178	-76.93609	55			DC	001		
4137773	Bloodfield (historical)	bloodfield-historical	US		0	America/New_York	38.90983	-77.02748	27			DC	001		
4137801	Brentwood Village	brentwood-village	US		0	America/New_York	38.92094	-76.98442	45			DC	001		
4137813	Brightwood Park	brightwood-park	US		0	America/New_York	38.95706	-77.02498	74	Brightwood Park		DC	001		
4137820	Brinetown (historical)	brinetown-historical	US		0	America/New_York	38.91483	-77.06776	54			DC	001		
4137864	Burleith	burleith	US		0	America/New_York	38.91539	-77.07248	56			DC	001		
4137875	Buzzard Point	buzzard-point	US		0	America/New_York	38.87233	-77.01081	8			DC	001		
4137919	Capitol Hill	capitol-hill	US		0	America/New_York	38.889	-77.00025	27	Capitol Hill		DC	001		
4137928	Capitol View	capitol-view	US		0	America/New_York	38.88956	-76.93136	30	Capitol View,Glendale,Grant Park,Lincoln,Pleasant Grove		DC	001		
4137955	Carrollsburg (historical)	carrollsburg-historical	US		0	America/New_York	38.87567	-77.00664	6	Carrollsburg (historical),Carrollsburgh		DC	001		
4137966	Cathedral Heights	cathedral-heights	US		0	America/New_York	38.92567	-77.07748	87			DC	001		
4137979	Central Northeast	central-northeast	US		0	America/New_York	38.89595	-76.94136	37			DC	001		
4138016	Chevy Chase Heights	chevy-chase-heights	US		0	America/New_York	38.95956	-77.07748	103			DC	001		
4138026	Chillum Station	chillum-station	US		0	America/New_York	38.95567	-77.00414	57	Chillum Station,Stotts		DC	001		
4138027	Chinatown	chinatown	US		0	America/New_York	38.90095	-77.02275	16			DC	001		
4138065	Clark Mills Estate Subdivision (historical)	clark-mills-estate-subdivision-historical	US		0	America/New_York	38.92844	-76.96914	40			DC	001		
4138070	Cleveland Park	cleveland-park	US		0	America/New_York	38.93622	-77.06553	97	Cleveland Heights,Cleveland Park,Connecticut Avenue Highlands,Oak View,Richmond Park		DC	001		
4138076	Cloisters	cloisters	US		0	America/New_York	38.91122	-77.06637	42			DC	001		
4138086	Colonial Village	colonial-village	US		0	America/New_York	38.99261	-77.03998	89			DC	001		
4138102	Columbia Heights	columbia-heights	US		0	America/New_York	38.92567	-77.02942	57	Columbia Heights,Meridian Hill,Meridian Hill Heights		DC	001		
4138120	Congress Heights	congress-heights	US		0	America/New_York	38.84289	-77.00025	52			DC	001		
4138126	Congress Park	congress-park	US		0	America/New_York	38.84122	-76.99081	51			DC	001		
4138135	Cookes Park	cookes-park	US		0	America/New_York	38.9115	-77.06026	43	Cooke Park,Cookes Park		DC	001		
4138186	Cowtown (historical)	cowtown-historical	US		0	America/New_York	38.92511	-77.02609	46			DC	001		
4138231	Deanwood	deanwood	US		0	America/New_York	38.89845	-76.92942	13	Burrville,Burtville,Deanewood,Deanwood,East Deanewood		DC	001		
4138278	Dobbins Addition (historical)	dobbins-addition-historical	US		0	America/New_York	38.9265	-77.01081	54			DC	001		
4138291	Douglass Dwellings	douglass-dwellings	US		0	America/New_York	38.84845	-76.97775	67	Douglass,Douglass Dwellings,Stanton Town,Stantontown,Whitestown		DC	001		
4138321	Dupont Circle	dupont-circle	US		0	America/New_York	38.90844	-77.04414	24	Dupont Circle,Slashes,West End		DC	001		
4138326	Dupont Park	dupont-park	US		0	America/New_York	38.8715	-76.95025	60			DC	001		
4138337	East Central	east-central	US		0	America/New_York	38.90011	-77.0122	12			DC	001		
4138339	East End	east-end	US		0	America/New_York	38.89595	-77.01081	8			DC	001		
4138349	East Washington Heights	east-washington-heights	US		0	America/New_York	38.89206	-76.94359	20			DC	001		
4138361	Eastland Gardens	eastland-gardens	US		0	America/New_York	38.90845	-76.94275	4			DC	001		
4138366	Eckington	eckington	US		0	America/New_York	38.91261	-77.00914	28	Eckington,Kendall Green		DC	001		
4138381	Edgewood Terrace	edgewood-terrace	US		0	America/New_York	38.92344	-76.99275	40			DC	001		
4138410	Embassy Park	embassy-park	US		0	America/New_York	38.93567	-77.08303	106			DC	001		
4138590	Fairview Heights (historical)	fairview-heights-historical	US		0	America/New_York	38.93206	-77.08026	79			DC	001		
4138598	Farragut Square	farragut-square	US		0	America/New_York	38.90289	-77.04414	19			DC	001		
4138616	Fairfax Village	fairfax-village	US		0	America/New_York	38.86206	-76.95109	67	Fairfax Village,Nonsuch		DC	001		
4138619	Fernwood Heights (historical)	fernwood-heights-historical	US		0	America/New_York	38.94178	-77.05942	83			DC	001		
4138666	Foggy Bottom	foggy-bottom	US		0	America/New_York	38.9015	-77.0622	1	Foggy Bottom,Froggy Bottom,Tumanne Dno,pogiboteom,wu gu,Туманне Дно,雾谷,포기보텀		DC	001		
4138700	Fort Dupont	fort-dupont	US		0	America/New_York	38.87261	-76.93859	80			DC	001		
4138715	Fort Lincoln New Town	fort-lincoln-new-town	US		0	America/New_York	38.92233	-76.95636	42			DC	001		
4138758	Foxhall	foxhall	US		0	America/New_York	38.92233	-77.09414	67			DC	001		
4138759	Foxhall Crescent	foxhall-crescent	US		0	America/New_York	38.92317	-77.0922	80			DC	001		
4138762	Foxhall Terrace	foxhall-terrace	US		0	America/New_York	38.914	-77.07331	52			DC	001		
4138763	Foxhall Village	foxhall-village	US		0	America/New_York	38.91178	-77.08442	51	Foxall Village,Foxhall Village		DC	001		
4138781	Franklin McPherson Square	franklin-mcpherson-square	US		0	America/New_York	38.9015	-77.03303	19			DC	001		
4138804	Friendship Heights	friendship-heights	US		0	America/New_York	38.95706	-77.07887	112			DC	001		
4138832	Garfield Heights	garfield-heights	US		0	America/New_York	38.85567	-76.96942	85	Garfield,Garfield Heights		DC	001		
4138879	Georgetown Heights (historical)	georgetown-heights-historical	US		0	America/New_York	38.91539	-77.0747	65			DC	001		
4138914	Giesboro	giesboro	US		0	America/New_York	38.84456	-77.01637	4	Giesboro,Gisboro		DC	001		
4138926	Glover Park	glover-park	US		0	America/New_York	38.92094	-77.0772	88			DC	001		
4139010	Hamburgh (historical)	hamburgh-historical	US		0	America/New_York	38.89039	-77.05248	3	Foggy Bottom,Funks Town,Funkstown,Hamburg,Hamburgh (historical)		DC	001		
4139019	Hampshire Knolls	hampshire-knolls	US		0	America/New_York	38.96122	-77.00387	70			DC	001		
4139028	Harlem (historical)	harlem-historical	US		0	America/New_York	38.90622	-77.07998	20			DC	001		
4139059	Hells Bottom (historical)	hells-bottom-historical	US		0	America/New_York	38.89956	-77.0572	1			DC	001		
4139077	Hillcrest	hillcrest	US		0	America/New_York	38.86206	-76.95803	87	Havemyer Park,Hillcrest		DC	001		
4139164	Indian Rock Terrace	indian-rock-terrace	US		0	America/New_York	38.909	-77.0872	36			DC	001		
4139186	Isherwood	isherwood	US		0	America/New_York	38.89456	-76.97886	11			DC	001		
4139199	Ivy City	ivy-city	US		0	America/New_York	38.91122	-76.9847	23			DC	001		
4139263	Judiciary Square	judiciary-square	US		0	America/New_York	38.89872	-77.01637	13			DC	001		
4139279	Kalorama Heights	kalorama-heights	US		0	America/New_York	38.91678	-77.05248	43	Belair,Belair Heights,Kalorama,Kalorama Heights,Washington Heights		DC	001		
4139284	Kalorama Triangle	kalorama-triangle	US		0	America/New_York	38.91678	-77.04137	32			DC	001		
4139314	Kingman Park	kingman-park	US		0	America/New_York	38.90011	-76.9747	21			DC	001		
4139324	Knox Hill Dwellings	knox-hill-dwellings	US		0	America/New_York	38.85345	-76.96692	82	Knox Hill,Knox Hill Dwellings		DC	001		
4139347	Lamond Riggs	lamond-riggs	US		0	America/New_York	38.9665	-77.00748	60	Lamond,Lamond Riggs,Lamond Station,Lamonds Station		DC	001		
4139360	Lanier Heights	lanier-heights	US		0	America/New_York	38.9265	-77.03998	42			DC	001		
4139365	LeDroit Park	ledroit-park	US		0	America/New_York	38.91594	-77.01581	27	Le Droit Park,LeDroit Park		DC	001		
4139385	Lewis Subdivision (historical)	lewis-subdivision-historical	US		0	America/New_York	38.93567	-77.03192	51			DC	001		
4139396	Lincoln Heights	lincoln-heights	US		0	America/New_York	38.89456	-76.92886	47			DC	001		
4139418	Little Indian Rock Terrace	little-indian-rock-terrace	US		0	America/New_York	38.90789	-77.08442	31			DC	001		
4139432	Logan Circle	logan-circle	US		0	America/New_York	38.91261	-77.03164	30			DC	001		
4139502	Manor Park	manor-park	US		0	America/New_York	38.964	-77.01581	65			DC	001		
4139527	Marshall Heights	marshall-heights	US		0	America/New_York	38.88622	-76.92803	48	Marshall,Marshall Heights		DC	001		
4139545	Massachusetts Avenue Heights	massachusetts-avenue-heights	US		0	America/New_York	38.9265	-77.06498	71	Massachusetts Avenue Heights,Massachusetts Heights		DC	001		
4139553	Mayfair-Parkside	mayfair-parkside	US		0	America/New_York	38.9015	-76.9497	7			DC	001		
4139576	McLean Gardens	mclean-gardens	US		0	America/New_York	38.93733	-77.07526	114	Glenallen Park,Glenellen Park,McLean Gardens		DC	001		
4139601	Metropolis View	metropolis-view	US		0	America/New_York	38.92789	-77.00025	56			DC	001		
4139616	Michigan Park	michigan-park	US		0	America/New_York	38.94872	-76.98581	27			DC	001		
4139642	Monastery Lot (historical)	monastery-lot-historical	US		0	America/New_York	38.91956	-76.97331	23			DC	001		
4139659	Morris Addition (historical)	morris-addition-historical	US		0	America/New_York	38.90567	-76.96914	14			DC	001		
4139683	Mount Vernon Square	mount-vernon-square	US		0	America/New_York	38.90483	-77.02275	24			DC	001		
4139704	Nacocktanke (historical)	nacocktanke-historical	US		0	America/New_York	38.89178	-76.95803	10	Nacocktanke (historical),Nacostan		DC	001		
4139705	Nacotchtanke (historical)	nacotchtanke-historical	US		0	America/New_York	38.89178	-76.95942	9	Nacochtant,Nacostan,Nacotchtank,Nacotchtanke (historical),Nacotchtant,Nacothtant,Traders Town		DC	001		
4139798	Naylor Gardens	naylor-gardens	US		0	America/New_York	38.85678	-76.96664	70	Naylor Gardens,Williamson Subdivision		DC	001		
4139834	North Cleveland Park	north-cleveland-park	US		0	America/New_York	38.95011	-77.07053	96			DC	001		
4139836	North Gate	north-gate	US		0	America/New_York	38.98733	-77.03525	73			DC	001		
4139837	North Michigan Park	north-michigan-park	US		0	America/New_York	38.94317	-76.97748	21			DC	001		
4139839	Northeast Boundary	northeast-boundary	US		0	America/New_York	38.89261	-76.91636	24			DC	001		
4139847	Northwest Rectangle	northwest-rectangle	US		0	America/New_York	38.89456	-77.04498	9			DC	001		
4139951	Park Place	park-place	US		0	America/New_York	38.93067	-77.00525	58			DC	001		
4139953	Park View	park-view	US		0	America/New_York	38.93206	-77.02359	59	Park View,Whitney Close		DC	001		
4139985	Penn Branch	penn-branch	US		0	America/New_York	38.87372	-76.9572	41			DC	001		
4139989	Pennsylvania Avenue Hights	pennsylvania-avenue-hights	US		0	America/New_York	38.86817	-76.95803	43			DC	001		
4140007	Petworth	petworth	US		0	America/New_York	38.94594	-77.02498	70	Linden Farm,Petworth		DC	001		
4140032	Pinehurst Circle	pinehurst-circle	US		0	America/New_York	38.97094	-77.08026	101	Pinehurst,Pinehurst Circle		DC	001		
4140044	Pipetown (historical)	pipetown-historical	US		0	America/New_York	38.88095	-76.98303	18			DC	001		
4140058	Potomac City (historical)	potomac-city-historical	US		0	America/New_York	38.85983	-76.99831	14			DC	001		
4140079	Potomac Heights	potomac-heights	US		0	America/New_York	38.92761	-77.10776	36			DC	001		
4140084	Pretty Prospect (historical)	pretty-prospect-historical	US		0	America/New_York	38.92094	-77.04553	48			DC	001		
4140129	Randle Highlands	randle-highlands	US		0	America/New_York	38.87039	-76.96636	32			DC	001		
4140176	Riggs Park	riggs-park	US		0	America/New_York	38.95428	-76.99414	47			DC	001		
4140187	River Terrace	river-terrace	US		0	America/New_York	38.89206	-76.95747	9			DC	001		
4140201	Robeyville (historical)	robeyville-historical	US		0	America/New_York	38.94733	-77.08998	91	Ashbury Park,Robeytown,Robeyville (historical)		DC	001		
4140207	Rock Creek Gardens	rock-creek-gardens	US		0	America/New_York	38.98872	-77.04553	76			DC	001		
4140413	Sauis Addition (historical)	sauis-addition-historical	US		0	America/New_York	38.95011	-77.03025	55			DC	001		
4140445	Senate Heights	senate-heights	US		0	America/New_York	38.91539	-77.08942	77			DC	001		
4140471	Shepherd Park	shepherd-park	US		0	America/New_York	38.98483	-77.03303	93			DC	001		
4140483	Sheridan-Kalorama	sheridan-kalorama	US		0	America/New_York	38.91456	-77.0497	47			DC	001		
4140491	Shipley Terrace	shipley-terrace	US		0	America/New_York	38.84734	-76.96914	53			DC	001		
4140541	Southeast	southeast	US		0	America/New_York	38.88067	-76.98998	19	Sudeste de Washington		DC	001		
4140577	Stanton Park	stanton-park	US		0	America/New_York	38.9015	-76.99998	11			DC	001		
4140607	Sutton Place	sutton-place	US		0	America/New_York	38.9315	-77.08164	84			DC	001		
4140642	Tenleytown	tenleytown	US		0	America/New_York	38.94956	-77.08581	97	Tenallytown,Tenley,Tenley-Town,Tenleytown,Tennallytown,Tennellytown		DC	001		
4140650	Terra Cotta	terra-cotta	US		0	America/New_York	38.95372	-76.99831	36			DC	001		
4140674	The Cloisters	the-cloisters	US		0	America/New_York	38.92789	-77.00525	54			DC	001		
4140694	The Palisades	the-palisades	US		0	America/New_York	38.92511	-77.10137	47	Palisades,Palisades of the Potomac,The Palisades		DC	001		
4140717	Thomas Circle	thomas-circle	US		0	America/New_York	38.90622	-77.02887	27			DC	001		
4140741	Tohoga (historical)	tohoga-historical	US		0	America/New_York	38.90289	-77.0622	10			DC	001		
4140767	Truxton Circle	truxton-circle	US		0	America/New_York	38.90983	-77.01498	22			DC	001		
4140773	Tunlaw Heights (historical)	tunlaw-heights-historical	US		0	America/New_York	38.92928	-77.07609	107			DC	001		
4140858	University Heights	university-heights	US		0	America/New_York	38.93983	-76.99359	40			DC	001		
4140875	Varnum	varnum	US		0	America/New_York	38.94317	-77.00525	76			DC	001		
4140980	Washington City	washington-city	US		0	America/New_York	38.90011	-77.01637	14			DC	001		
4140998	Washington Highlands	washington-highlands	US		0	America/New_York	38.83206	-76.9947	53			DC	001		
4141049	Wesley Heights	wesley-heights	US		0	America/New_York	38.93122	-77.08803	99			DC	001		
4141058	West Over View	west-over-view	US		0	America/New_York	38.86817	-76.96359	75			DC	001		
4141070	Westmoreland Terrace	westmoreland-terrace	US		0	America/New_York	38.94733	-77.0997	79			DC	001		
4141071	Weston (historical)	weston-historical	US		0	America/New_York	38.929	-77.07192	112			DC	001		
4141075	Westover Place	westover-place	US		0	America/New_York	38.9365	-77.08581	115			DC	001		
4141094	Widowsville (historical)	widowsville-historical	US		0	America/New_York	38.94178	-77.07609	116			DC	001		
4141122	Woodley Park	woodley-park	US		0	America/New_York	38.92872	-77.05581	69	Woodley,Woodley Park		DC	001		
4141164	Abbotts Mill	abbotts-mill	US		0	America/New_York	38.8865	-75.47659	10			DE	005		
4141170	Adams Crossroads	adams-crossroads	US		0	America/New_York	38.79734	-75.70132	11			DE	005		
4141172	Addick Estates	addick-estates	US		0	America/New_York	39.80289	-75.44964	11			DE	003		
4141175	Youngsborough (historical)	youngsborough-historical	US		0	America/New_York	38.91261	-77.00914	28			DC	001		
4141176	Airmont Acres	airmont-acres	US		0	America/New_York	39.53122	-75.6741	22			DE	003		
4141178	Ainsley Woods	ainsley-woods	US		0	America/New_York	39.76261	-75.70799	100			DE	003		
4141179	Alapocas	alapocas	US		0	America/New_York	39.77095	-75.55937	69			DE	003		
4141182	Alban Park	alban-park	US		0	America/New_York	39.72928	-75.57465	20			DE	003		
4141186	Albertson Park	albertson-park	US		0	America/New_York	39.74178	-75.62743	36			DE	003		
4141194	Alisa Estates	alisa-estates	US		0	America/New_York	39.34622	-75.63798	15			DE	003		
4141207	Amaranth	amaranth	US		0	America/New_York	39.714	-75.78299	91			DE	003		
4141210	Anderson Crossroads	anderson-crossroads	US		0	America/New_York	38.85872	-75.36992	7	Anderson Crossroads,Sanderson Crossroads		DE	005		
4141211	Andersons Corner	andersons-corner	US		0	America/New_York	38.69872	-75.25936	12	Andersons Corner,Sanders Corner,Sanderson Corner,Sanderson Crossing,Sanderson Crossroad		DE	005		
4141213	Andrews Lake Estates	andrews-lake-estates	US		0	America/New_York	39.02095	-75.52548	11			DE	001		
4141214	Andrewsville	andrewsville	US		0	America/New_York	38.8615	-75.63493	17	Andrewsville,Andrewville,Jester Crossroads		DE	001		
4141218	Angola Acres II Mobile Home Park	angola-acres-ii-mobile-home-park	US		0	America/New_York	38.67317	-75.15768	9			DE	005		
4141219	Angola Beach Mobile Home Park	angola-beach-mobile-home-park	US		0	America/New_York	38.65317	-75.16463	4	Angola Beach Mobile Home Park,Angola Beach Trailer Park		DE	005		
4141220	Angola Crest II Mobile Home Park	angola-crest-ii-mobile-home-park	US		0	America/New_York	38.66845	-75.15296	7			DE	005		
4141221	Angola Crest Mobile Home Park	angola-crest-mobile-home-park	US		0	America/New_York	38.66956	-75.15574	7	Angola Crest Mobile Home Park,Angola Crest Trailer Park		DE	005		
4141223	Angola Landing	angola-landing	US		0	America/New_York	38.644	-75.12685	1			DE	005		
4141225	Angola Neck Park Mobile Home Park	angola-neck-park-mobile-home-park	US		0	America/New_York	38.67095	-75.15074	8			DE	005		
4141226	Angola by the Bay	angola-by-the-bay	US		0	America/New_York	38.67095	-75.17463	7	Angola,Angola by the Bay		DE	005		
4141227	Aniline Village	aniline-village	US		0	America/New_York	39.814	-75.4427	20			DE	003		
4141228	Anne Acres	anne-acres	US		0	America/New_York	38.70039	-75.08268	5			DE	005		
4141229	Anneville	anneville	US		0	America/New_York	39.12928	-75.51909	9			DE	001		
4141239	Anglesey	anglesey	US		0	America/New_York	39.759	-75.61604	53			DE	003		
4141240	Arabian Acres	arabian-acres	US		0	America/New_York	38.73567	-75.2263	7			DE	005		
4141241	Arbor Pointe Apartments	arbor-pointe-apartments	US		0	America/New_York	39.7115	-75.64743	11			DE	003		
4141242	Arbour Park	arbour-park	US		0	America/New_York	39.65428	-75.76494	57			DE	003		
4141243	Arbre Park Mobile Home Park	arbre-park-mobile-home-park	US		0	America/New_York	38.71011	-75.20352	10			DE	005		
4141248	Ardencroft	ardencroft	US		231	America/New_York	39.80428	-75.49131	87	Arden,Arden Croft,Ardencroft,Ardencroft Village		DE	003		
4141249	Ardentown	ardentown	US		272	America/New_York	39.80845	-75.48298	72	Arden,Ardentown,Ardentown Village		DE	003		
4141250	Argo Corners	argo-corners	US		0	America/New_York	38.8715	-75.34547	9	Argo,Argo Corners,Argos Corner,Bellamys		DE	005		
4141251	Argos Choice	argos-choice	US		0	America/New_York	38.95011	-75.50965	13			DE	001		
4141257	Arundel	arundel	US		0	America/New_York	39.73622	-75.66771	56			DE	003		
4141265	Ashbourne Hills	ashbourne-hills	US		0	America/New_York	39.80983	-75.4677	50			DE	003		
4141268	Ashley Heights	ashley-heights	US		0	America/New_York	39.72539	-75.57909	3			DE	003		
4141277	Atlanta Estates	atlanta-estates	US		0	America/New_York	38.664	-75.63298	10			DE	005		
4141282	Augustine	augustine	US		0	America/New_York	39.764	-75.55381	60			DE	003		
4141285	Aspen Meadows	aspen-meadows	US		0	America/New_York	38.73483	-75.13046	9			DE	005		
4141290	Avalon Park Mobile Home Park	avalon-park-mobile-home-park	US		0	America/New_York	38.65789	-75.2663	11			DE	005		
4141294	Augustine Hills	augustine-hills	US		0	America/New_York	39.76372	-75.55048	55			DE	003		
4141297	Baileys Landing	baileys-landing	US		0	America/New_York	38.57234	-75.64354	2			DE	005		
4141300	Bacons	bacons	US		0	America/New_York	38.50845	-75.56965	10	Bacon,Bacon Station,Bacons		DE	005		
4141306	Bald Eagle Village	bald-eagle-village	US		0	America/New_York	38.70595	-75.09851	4			DE	005		
4141313	Bank Harbor Retreat	bank-harbor-retreat	US		0	America/New_York	38.559	-75.09824	3			DE	005		
4141314	Banks Acres	banks-acres	US		0	America/New_York	38.55706	-75.11102	3			DE	005		
4141316	Banks Development	banks-development	US		0	America/New_York	38.55345	-75.11352	4			DE	005		
4141317	Banks Harbor Estates	banks-harbor-estates	US		0	America/New_York	38.55789	-75.09685	3			DE	005		
4141319	Banksville Park	banksville-park	US		0	America/New_York	38.55567	-75.11824	3			DE	005		
4141325	Barkers Landing	barkers-landing	US		0	America/New_York	39.08511	-75.45714	5	Barkers Landing,Florence Landing		DE	001		
4141327	Barkley	barkley	US		0	America/New_York	39.83206	-75.51853	128			DE	003		
4141329	Barley Woods	barley-woods	US		0	America/New_York	39.77289	-75.61298	79			DE	003		
4141334	Basin Corner	basin-corner	US		0	America/New_York	39.68067	-75.58993	23			DE	003		
4141337	Bay City Mobile Home Park	bay-city-mobile-home-park	US		0	America/New_York	38.63178	-75.13268	1			DE	005		
4141338	Bay Colony	bay-colony	US		0	America/New_York	38.58622	-75.14407	4			DE	005		
4141340	Bay Harbor	bay-harbor	US		0	America/New_York	38.70539	-75.09824	3			DE	005		
4141342	Bay Shore Hills	bay-shore-hills	US		0	America/New_York	38.69511	-75.14463	1			DE	005		
4141343	Bay Shore Mobile Home Park	bay-shore-mobile-home-park	US		0	America/New_York	38.57622	-75.08407	3			DE	005		
4141345	Bay View Estates	bay-view-estates	US		0	America/New_York	38.45622	-75.12963	3			DE	005		
4141346	Bay View Heights	bay-view-heights	US		0	America/New_York	39.05483	-75.40158	1			DE	001		
4141347	Bay View Park	bay-view-park	US		0	America/New_York	38.50761	-75.05935	1			DE	005		
4141348	Bay Vista	bay-vista	US		0	America/New_York	38.69733	-75.09768	1			DE	005		
4141350	Bayberry Dunes	bayberry-dunes	US		0	America/New_York	38.5715	-75.06018	1			DE	005		
4141351	Bayside Hamlet	bayside-hamlet	US		0	America/New_York	38.58122	-75.07657	4			DE	005		
4141352	Bayview Manor	bayview-manor	US		0	America/New_York	39.639	-75.61215	11			DE	003		
4141358	Beachfield	beachfield	US		0	America/New_York	38.72511	-75.12185	8			DE	005		
4141361	Beacon Hill	beacon-hill	US		0	America/New_York	39.82456	-75.50687	116			DE	003		
4141362	Beades Estate	beades-estate	US		0	America/New_York	39.11428	-75.52965	13			DE	001		
4141370	Beaver Brook Apartments	beaver-brook-apartments	US		0	America/New_York	39.64039	-75.62271	14			DE	003		
4141372	Beaver Dam Acres	beaver-dam-acres	US		0	America/New_York	38.68733	-75.20963	7			DE	005		
4141376	Beaver Dam Heights	beaver-dam-heights	US		0	America/New_York	38.65428	-75.58854	4			DE	005		
4141378	Beaver Valley	beaver-valley	US		0	America/New_York	39.83928	-75.56409	61	Beaver Valley,Chandlers Hollow		DE	003		
4141393	Becks Landing	becks-landing	US		0	America/New_York	39.62372	-75.69854	22			DE	003		
4141395	Beech Haven	beech-haven	US		0	America/New_York	39.19595	-75.59548	12			DE	001		
4141396	Beech Hill	beech-hill	US		0	America/New_York	39.75039	-75.72743	100			DE	003		
4141397	Beechers Lot	beechers-lot	US		0	America/New_York	39.644	-75.70382	17			DE	003		
4141398	Beechwold	beechwold	US		0	America/New_York	39.7815	-75.52964	84			DE	003		
4141399	Belford Manor	belford-manor	US		0	America/New_York	39.73345	-75.65187	37			DE	003		
4141404	Bellevue Hills	bellevue-hills	US		0	America/New_York	39.77511	-75.49131	41			DE	003		
4141409	Bellewood	bellewood	US		0	America/New_York	39.79178	-75.52964	91			DE	003		
4141410	Belltown	belltown	US		0	America/New_York	38.74706	-75.17796	8			DE	005		
4141414	Belmoor	belmoor	US		0	America/New_York	39.72511	-75.5927	24	Bellemoor,Belmoor		DE	003		
4141416	Ben Robins Landing	ben-robins-landing	US		0	America/New_York	38.65817	-75.15657	3			DE	005		
4141419	Belltown Woods	belltown-woods	US		0	America/New_York	39.61122	-75.72299	18			DE	003		
4141422	Bennum	bennum	US		0	America/New_York	38.71122	-75.31408	12			DE	005		
4141426	Berkeley Farms	berkeley-farms	US		0	America/New_York	39.75567	-75.73855	106			DE	003		
4141427	Berkeley Ridge	berkeley-ridge	US		0	America/New_York	39.78206	-75.68021	95			DE	003		
4141429	Berrytown	berrytown	US		0	America/New_York	39.01261	-75.59409	18	Berry Town,Berrytown		DE	001		
4141430	Bestfield	bestfield	US		0	America/New_York	39.71956	-75.60798	21			DE	003		
4141441	Bethany Dunes	bethany-dunes	US		0	America/New_York	38.56317	-75.05824	2			DE	005		
4141442	Bethany Village	bethany-village	US		0	America/New_York	38.55983	-75.05879	3			DE	005		
4141470	Beverly Woods	beverly-woods	US		0	America/New_York	39.82011	-75.47964	86			DE	003		
4141476	Bicentennial Village	bicentennial-village	US		0	America/New_York	39.16539	-75.55381	16			DE	001		
4141478	Biddles Corner	biddles-corner	US		0	America/New_York	39.52511	-75.6491	9			DE	003		
4141495	Big Oak Corners	big-oak-corners	US		0	America/New_York	39.26956	-75.58854	14			DE	001		
4141504	Bigger Tract	bigger-tract	US		0	America/New_York	39.80345	-75.46158	31			DE	003		
4141505	Birch Knoll	birch-knoll	US		0	America/New_York	39.83261	-75.50409	111			DE	003		
4141506	Birch Pointe	birch-pointe	US		0	America/New_York	39.70706	-75.69965	36			DE	003		
4141507	Birchwood Park	birchwood-park	US		0	America/New_York	39.6765	-75.68993	23			DE	003		
4141508	Birds Corner	birds-corner	US		0	America/New_York	39.56345	-75.64021	16			DE	003		
4141509	Bishops Corner	bishops-corner	US		0	America/New_York	39.22372	-75.57576	12	Bishops Corner,Keiths Cross Roads		DE	001		
4141516	Black Hog Landing	black-hog-landing	US		0	America/New_York	38.774	-75.19046	1			DE	005		
4141524	Blackbird	blackbird	US		0	America/New_York	39.37094	-75.6591	14	Blackbird,Blackbird Bridge		DE	003		
4141525	Blackbird Landing	blackbird-landing	US		0	America/New_York	39.389	-75.63576	3			DE	003		
4141530	Blackiston	blackiston	US		0	America/New_York	39.27067	-75.70049	21	Blackiston,Blackiston Cross Roads,Blackiston's Crossroads,Hazelville		DE	001		
4141534	Blackwater Beach	blackwater-beach	US		0	America/New_York	38.58011	-75.15768	1			DE	005		
4141536	Blackwater Cove	blackwater-cove	US		0	America/New_York	38.55761	-75.13546	5			DE	005		
4141541	Blades	blades	US		1354	America/New_York	38.63567	-75.60993	4			DE	005		
4141551	Blackwater Village	blackwater-village	US		0	America/New_York	38.55595	-75.15935	4			DE	005		
4141557	Blue Rock Manor	blue-rock-manor	US		0	America/New_York	39.79595	-75.5427	109			DE	003		
4141567	Bon Ayre	bon-ayre	US		0	America/New_York	39.78039	-75.67076	114			DE	003		
4141574	Bossard Property	bossard-property	US		0	America/New_York	38.65178	-75.63271	10			DE	005		
4141575	Bottom Hills	bottom-hills	US		0	America/New_York	38.61733	-75.07101	1			DE	005		
4141578	Boulder Brook	boulder-brook	US		0	America/New_York	39.79622	-75.52242	90			DE	003		
4141580	Bowdens Garage (historical)	bowdens-garage-historical	US		0	America/New_York	38.69817	-75.37492	15			DE	005		
4141581	Bowen Landing	bowen-landing	US		0	America/New_York	38.92039	-75.40909	4			DE	005		
4141582	Bowers Beach	bowers-beach	US		185	America/New_York	39.05983	-75.40131	1	Bowers,Bowers Beach,Reeds Landing		DE	001		
4141585	Bookhammer Landing	bookhammer-landing	US		0	America/New_York	38.67789	-75.13602	1			DE	005		
4141586	Boyds Corner	boyds-corner	US		0	America/New_York	39.50011	-75.6491	17			DE	003		
4141587	Boyers Village	boyers-village	US		0	America/New_York	38.54372	-75.15463	6			DE	005		
4141588	Brackenville	brackenville	US		0	America/New_York	39.78067	-75.68299	94			DE	003		
4141589	Brackenville Woods	brackenville-woods	US		0	America/New_York	39.79039	-75.66132	83			DE	003		
4141594	Branchview	branchview	US		0	America/New_York	38.63984	-75.66965	9			DE	005		
4141599	Boxwood	boxwood	US		0	America/New_York	39.7265	-75.59687	30			DE	003		
4141601	Brandywine Estates	brandywine-estates	US		0	America/New_York	39.789	-75.48297	34			DE	003		
4141602	Brandywine Forge	brandywine-forge	US		0	America/New_York	39.83345	-75.52187	131			DE	003		
4141604	Brandywine Hills	brandywine-hills	US		0	America/New_York	39.76817	-75.52464	31			DE	003		
4141610	Brandywine Springs	brandywine-springs	US		0	America/New_York	39.74456	-75.6441	49			DE	003		
4141611	Brandywine Springs Manor	brandywine-springs-manor	US		0	America/New_York	39.74872	-75.63715	44			DE	003		
4141616	Brandywood	brandywood	US		0	America/New_York	39.82095	-75.50798	96			DE	003		
4141624	Breezewood II	breezewood-ii	US		0	America/New_York	39.66011	-75.70521	24			DE	003		
4141625	Briar Hook	briar-hook	US		0	America/New_York	38.68261	-75.65993	13			DE	005		
4141626	Briar Park	briar-park	US		0	America/New_York	39.10622	-75.54409	14			DE	001		
4141628	Briarwood Manor	briarwood-manor	US		0	America/New_York	38.72067	-75.30047	12			DE	005		
4141630	Brick Store	brick-store	US		0	America/New_York	39.32206	-75.5727	2	Brick Store,Brick Store Landing		DE	003		
4141635	Bridgeville Manor	bridgeville-manor	US		0	America/New_York	38.73345	-75.59548	13			DE	005		
4141636	Bridgeville North	bridgeville-north	US		0	America/New_York	38.75428	-75.59604	14			DE	005		
4141637	Bridleshire Farms	bridleshire-farms	US		0	America/New_York	39.764	-75.73021	105			DE	003		
4141643	Bristle Knoll	bristle-knoll	US		0	America/New_York	39.71678	-75.7816	90			DE	003		
4141645	Broad Acres	broad-acres	US		0	America/New_York	38.63984	-75.57576	8			DE	005		
4141646	Broad Creek Estates	broad-creek-estates	US		0	America/New_York	38.56206	-75.61715	8			DE	005		
4141652	Broadkill Beach	broadkill-beach	US		0	America/New_York	38.82817	-75.21185	3	Broadkill,Broadkill Beach,Waterloo		DE	005		
4141656	Broad Creek	broad-creek	US		0	America/New_York	38.58567	-75.58381	12			DE	005		
4141664	Brookbend	brookbend	US		0	America/New_York	39.68261	-75.68354	27			DE	003		
4141665	Brookdale Heights	brookdale-heights	US		0	America/New_York	39.084	-75.49242	9			DE	001		
4141668	Brookhaven Estates	brookhaven-estates	US		0	America/New_York	39.05706	-75.49992	11			DE	001		
4141669	Brookhill Farms	brookhill-farms	US		0	America/New_York	39.77594	-75.68577	76			DE	003		
4141670	Brookland Terrace	brookland-terrace	US		0	America/New_York	39.74345	-75.62354	37			DE	003		
4141671	Brookmeade	brookmeade	US		0	America/New_York	39.75428	-75.62882	57			DE	003		
4141672	Brookmont Farms	brookmont-farms	US		0	America/New_York	39.62789	-75.69215	21			DE	003		
4141677	Brookview	brookview	US		0	America/New_York	39.80706	-75.45908	30			DE	003		
4141682	Brown Street	brown-street	US		0	America/New_York	38.91428	-75.40658	4			DE	005		
4141686	Bryan Park	bryan-park	US		0	America/New_York	38.68984	-75.58715	11			DE	005		
4141687	Bryans Store	bryans-store	US		0	America/New_York	38.59261	-75.40936	16			DE	005		
4141689	Buck Hill Landing	buck-hill-landing	US		0	America/New_York	38.55984	-75.22185	1	Buck Hill Landing,Buck Landing		DE	005		
4141690	Buckingham Heights	buckingham-heights	US		0	America/New_York	39.8065	-75.49686	97			DE	003		
4141692	Browns Corner	browns-corner	US		0	America/New_York	39.09122	-75.51881	14			DE	001		
4141702	Bullseye	bullseye	US		0	America/New_York	38.59178	-75.22324	5			DE	005		
4141704	Bunting	bunting	US		0	America/New_York	38.46345	-75.15407	5			DE	005		
4141715	Burton Acres	burton-acres	US		0	America/New_York	38.5765	-75.26241	6			DE	005		
4141716	Burwood	burwood	US		0	America/New_York	39.09289	-75.56187	13			DE	001		
4141717	Burwood Farms	burwood-farms	US		0	America/New_York	39.09289	-75.56187	13			DE	001		
4141720	Bush Manor	bush-manor	US		0	America/New_York	39.20789	-75.56326	12			DE	001		
4141725	Byewood Manor	byewood-manor	US		0	America/New_York	38.56039	-75.11963	3			DE	005		
4141735	Buttonwood	buttonwood	US		0	America/New_York	39.68345	-75.55659	4			DE	003		
4141737	Calhoun Landing	calhoun-landing	US		0	America/New_York	38.59261	-75.12046	0			DE	005		
4141749	Camelot Mobile Home Park	camelot-mobile-home-park	US		0	America/New_York	38.72011	-75.11935	9			DE	005		
4141750	Cameron Hills	cameron-hills	US		0	America/New_York	39.79317	-75.6941	97			DE	003		
4141760	Canby Park Estates	canby-park-estates	US		0	America/New_York	39.739	-75.58159	25			DE	003		
4141765	Cantebury Apartments	cantebury-apartments	US		0	America/New_York	38.74289	-75.59243	12			DE	005		
4141766	Village of Cantebury	village-of-cantebury	US		0	America/New_York	39.64539	-75.62937	8			DE	003		
4141768	Canterbury Hills	canterbury-hills	US		0	America/New_York	39.76261	-75.65382	87			DE	003		
4141771	Cape Windsor Mobile Home Park	cape-windsor-mobile-home-park	US		0	America/New_York	38.45372	-75.07324	1			DE	005		
4141772	Capes Cove Mobile Home Park	capes-cove-mobile-home-park	US		0	America/New_York	38.76428	-75.16907	6			DE	005		
4141773	Capital Trail Farms	capital-trail-farms	US		0	America/New_York	39.72928	-75.64548	29			DE	003		
4141775	Capitol Green	capitol-green	US		0	America/New_York	39.15511	-75.51687	5			DE	001		
4141776	Capitol Park	capitol-park	US		0	America/New_York	39.1415	-75.50409	7			DE	001		
4141777	Captains Grant Mobile Home Park	captains-grant-mobile-home-park	US		0	America/New_York	38.60289	-75.18435	2			DE	005		
4141779	Caravel Farms	caravel-farms	US		0	America/New_York	39.59595	-75.72049	22			DE	003		
4141780	Cardiff	cardiff	US		0	America/New_York	39.81345	-75.53798	114			DE	003		
4141785	Careys Estate Mobile Home Park	careys-estate-mobile-home-park	US		0	America/New_York	38.55345	-75.36797	14			DE	005		
4141786	Carlisle Village	carlisle-village	US		0	America/New_York	39.18761	-75.57881	13			DE	001		
4141789	Carousel Knoll	carousel-knoll	US		0	America/New_York	39.72928	-75.67465	46			DE	003		
4141792	Carpenters Corner	carpenters-corner	US		0	America/New_York	38.74261	-75.15018	8			DE	005		
4141793	Carrcroft	carrcroft	US		0	America/New_York	39.78761	-75.50603	79			DE	003		
4141794	Carrcroft Crest	carrcroft-crest	US		0	America/New_York	39.79178	-75.50381	77			DE	003		
4141797	Carriage Lane	carriage-lane	US		0	America/New_York	39.10956	-75.5227	7			DE	001		
4141798	Carriage Run	carriage-run	US		0	America/New_York	39.66678	-75.63298	18			DE	003		
4141801	Carsylian Acres	carsylian-acres	US		0	America/New_York	38.7515	-75.23019	6			DE	005		
4141805	Casson Corner	casson-corner	US		0	America/New_York	39.16067	-75.60826	15	Casson,Casson Corner,Cassons Corner,Cassons Cross Roads		DE	001		
4141806	Castle Apartments	castle-apartments	US		0	America/New_York	39.67233	-75.58743	15			DE	003		
4141807	Castle Hills	castle-hills	US		0	America/New_York	39.6865	-75.56465	16			DE	003		
4141813	Catalina Gardens	catalina-gardens	US		0	America/New_York	39.6515	-75.74549	24			DE	003		
4141819	Carter Development	carter-development	US		0	America/New_York	39.11983	-75.52992	12			DE	001		
4141821	Cavaliers Country Club Apartments	cavaliers-country-club-apartments	US		0	America/New_York	39.68456	-75.64632	21			DE	003		
4141822	Cave Colony	cave-colony	US		0	America/New_York	38.764	-75.28991	10			DE	005		
4141826	Cedar Brae Farm	cedar-brae-farm	US		0	America/New_York	39.36483	-75.68215	18			DE	003		
4141833	Cedar Farms	cedar-farms	US		0	America/New_York	39.63289	-75.70799	12			DE	003		
4141837	Cedar Heights	cedar-heights	US		0	America/New_York	39.72095	-75.61632	20			DE	003		
4141844	Cedar Shores	cedar-shores	US		0	America/New_York	38.57483	-75.09352	1			DE	005		
4141847	Cedarbrook Acres	cedarbrook-acres	US		0	America/New_York	39.27928	-75.60937	11			DE	001		
4141850	Cedars Knoll	cedars-knoll	US		0	America/New_York	39.74456	-75.63521	18			DE	003		
4141853	Cedarville Mobile Home Park	cedarville-mobile-home-park	US		0	America/New_York	38.5815	-75.08602	0			DE	005		
4141856	Centennial Village	centennial-village	US		0	America/New_York	39.63983	-75.65937	21			DE	003		
4141864	Chalfonte	chalfonte	US		0	America/New_York	39.819	-75.5327	117			DE	003		
4141867	Champlin Village	champlin-village	US		0	America/New_York	39.72872	-75.59326	22			DE	003		
4141869	Channin	channin	US		0	America/New_York	39.83122	-75.50937	105			DE	003		
4141874	Chaplecroft	chaplecroft	US		0	America/New_York	39.12095	-75.53854	11			DE	001		
4141877	Charter Oaks	charter-oaks	US		0	America/New_York	39.78344	-75.68715	109			DE	003		
4141879	Chelsea Estates	chelsea-estates	US		0	America/New_York	39.69122	-75.59354	16			DE	003		
4141880	Chelsea Estates	chelsea-estates	US		0	America/New_York	39.69178	-75.59548	17			DE	003		
4141882	Cherokee Woods	cherokee-woods	US		0	America/New_York	39.67511	-75.70938	23			DE	003		
4141892	Chapeltown	chapeltown	US		0	America/New_York	39.09983	-75.69687	18			DE	001		
4141893	Cherrytree Landing	cherrytree-landing	US		0	America/New_York	38.64317	-75.59104	1			DE	005		
4141896	Chestnut Grove	chestnut-grove	US		0	America/New_York	39.16956	-75.57159	12			DE	001		
4141899	Chestnut Hill Estates	chestnut-hill-estates	US		0	America/New_York	39.67928	-75.7066	21			DE	003		
4141908	Choate	choate	US		0	America/New_York	39.70233	-75.69549	19			DE	003		
4141909	Choptank Mills	choptank-mills	US		0	America/New_York	39.06706	-75.73521	14			DE	001		
4141928	Christiana Acres	christiana-acres	US		0	America/New_York	39.689	-75.61909	2			DE	003		
4141929	Christiana Green	christiana-green	US		0	America/New_York	39.65428	-75.67938	22			DE	003		
4141934	Christiana Landing	christiana-landing	US		0	America/New_York	39.65011	-75.65771	18			DE	003		
4141937	Christiana Village	christiana-village	US		0	America/New_York	39.66539	-75.66437	8			DE	003		
4141939	Christina Manor	christina-manor	US		0	America/New_York	39.67928	-75.78716	49			DE	003		
4141945	Church Hill Village	church-hill-village	US		0	America/New_York	38.93456	-75.47575	15			DE	001		
4141965	Circle Haven Mobile Home Park	circle-haven-mobile-home-park	US		0	America/New_York	38.93622	-75.56076	15			DE	001		
4141967	Claridge Court	claridge-court	US		0	America/New_York	39.64845	-75.62104	6			DE	003		
4141970	Clarksons Crossroads	clarksons-crossroads	US		0	America/New_York	38.71456	-75.65243	15			DE	005		
4141975	Claymont Addition	claymont-addition	US		0	America/New_York	39.79872	-75.47047	33			DE	003		
4141977	Claymont Heights	claymont-heights	US		0	America/New_York	39.79595	-75.47047	33			DE	003		
4141979	Claymont Manor	claymont-manor	US		0	America/New_York	39.80011	-75.45436	15			DE	003		
4141980	Claymont Terrace	claymont-terrace	US		0	America/New_York	39.8015	-75.46353	31			DE	003		
4141981	Claymont Village	claymont-village	US		0	America/New_York	39.799	-75.4577	15			DE	003		
4141986	Clay Acres	clay-acres	US		0	America/New_York	39.59317	-75.71215	25			DE	003		
4141987	Clearview Manor	clearview-manor	US		0	America/New_York	39.70567	-75.5677	20			DE	003		
4141988	Cleland Heights	cleland-heights	US		0	America/New_York	39.73484	-75.57465	33			DE	003		
4141994	Clifton Park Manor	clifton-park-manor	US		0	America/New_York	39.75845	-75.51214	27			DE	003		
4141995	Club House Landing	club-house-landing	US		0	America/New_York	38.56261	-75.09074	0			DE	005		
4141996	Coach Hill	coach-hill	US		0	America/New_York	39.71178	-75.70521	77			DE	003		
4141998	Cocked Hat	cocked-hat	US		0	America/New_York	38.76678	-75.61076	15			DE	005		
4142001	Coffee Run	coffee-run	US		0	America/New_York	39.7515	-75.65799	67			DE	003		
4142005	Cokesbury Village	cokesbury-village	US		0	America/New_York	39.77511	-75.65799	100			DE	003		
4142008	Collins Beach	collins-beach	US		0	America/New_York	39.38539	-75.52187	1			DE	003		
4142012	Collins Mill Park	collins-mill-park	US		0	America/New_York	38.70928	-75.52381	9			DE	005		
4142013	Collins Park	collins-park	US		0	America/New_York	39.68622	-75.55631	9			DE	003		
4142014	Collins Park Mobile Home Park	collins-park-mobile-home-park	US		0	America/New_York	38.55511	-75.08629	4			DE	005		
4142016	Collins Pond Acres	collins-pond-acres	US		0	America/New_York	38.71067	-75.51353	10			DE	005		
4142019	Collins and Russell Development	collins-and-russell-development	US		0	America/New_York	38.78761	-75.32297	11			DE	005		
4142020	Colmar Manor	colmar-manor	US		0	America/New_York	39.28344	-75.60937	14			DE	001		
4142021	Colonial Acres	colonial-acres	US		0	America/New_York	38.60678	-75.56159	12			DE	005		
4142022	Colonial East Mobile Home Park	colonial-east-mobile-home-park	US		0	America/New_York	38.73539	-75.13657	9			DE	005		
4142024	Colonial Village Apartments	colonial-village-apartments	US		0	America/New_York	39.68484	-75.56854	12			DE	003		
4142025	Colonial Woods	colonial-woods	US		0	America/New_York	39.80789	-75.54131	110			DE	003		
4142026	Colony Hills	colony-hills	US		0	America/New_York	39.71122	-75.60937	4			DE	003		
4142043	Concord Heights	concord-heights	US		0	America/New_York	38.65317	-75.54104	9			DE	005		
4142045	Concord Hills	concord-hills	US		0	America/New_York	39.834	-75.54548	122			DE	003		
4142047	Concord Manor	concord-manor	US		0	America/New_York	39.80567	-75.54131	106			DE	003		
4142052	Concord Towers	concord-towers	US		0	America/New_York	39.67428	-75.67965	26			DE	003		
4142055	Conley Chapel Village Mobile Home Park	conley-chapel-village-mobile-home-park	US		0	America/New_York	38.6915	-75.19824	8			DE	005		
4142057	Collins Creek Estates	collins-creek-estates	US		0	America/New_York	38.56122	-75.12102	3			DE	005		
4142062	Cool Spring Farms	cool-spring-farms	US		0	America/New_York	38.72595	-75.25241	10			DE	005		
4142063	Cool Spring Farms Mobile Home Park	cool-spring-farms-mobile-home-park	US		0	America/New_York	38.72511	-75.24741	10			DE	005		
4142065	Cool Spring Manor	cool-spring-manor	US		0	America/New_York	38.71983	-75.25602	11			DE	005		
4142070	Cool Spring	cool-spring	US		0	America/New_York	38.73206	-75.24824	9			DE	005		
4142071	Coopers Corner	coopers-corner	US		0	America/New_York	39.139	-75.52187	3			DE	001		
4142074	Cooper Farm	cooper-farm	US		0	America/New_York	39.74039	-75.64132	49			DE	003		
4142078	Corbit	corbit	US		0	America/New_York	39.58817	-75.65937	21			DE	003		
4142079	Cornish Hills	cornish-hills	US		0	America/New_York	39.77094	-75.70799	96			DE	003		
4142080	Cottage Mill	cottage-mill	US		0	America/New_York	39.65344	-75.75466	21			DE	003		
4142082	Country Club Estates	country-club-estates	US		0	America/New_York	38.90234	-75.40936	8			DE	005		
4142083	Country Estates	country-estates	US		0	America/New_York	38.539	-75.1024	4			DE	005		
4142084	Country Living Mobile Home Park	country-living-mobile-home-park	US		0	America/New_York	38.5865	-75.34492	11			DE	005		
4142085	Country Village	country-village	US		0	America/New_York	38.7165	-75.14963	9			DE	005		
4142086	Countryside Farms	countryside-farms	US		0	America/New_York	39.58872	-75.7166	24			DE	003		
4142087	County Seat Gardens Mobile Home Park	county-seat-gardens-mobile-home-park	US		0	America/New_York	38.71678	-75.38908	14			DE	005		
4142094	Covered Bridge Farms	covered-bridge-farms	US		0	America/New_York	39.70011	-75.78299	48			DE	003		
4142095	Covey Creek	covey-creek	US		0	America/New_York	38.7565	-75.15796	7			DE	005		
4142099	Corner Ketch	corner-ketch	US		0	America/New_York	39.74928	-75.74105	100	Corner Ketch,Union		DE	003		
4142103	Cowgills Corner	cowgills-corner	US		0	America/New_York	39.19595	-75.4802	6	Cowgill,Cowgill Corner,Cowgill's Corner,Cowgills Corner		DE	001		
4142106	Cozy Cove Mobile Home Park	cozy-cove-mobile-home-park	US		0	America/New_York	38.6265	-75.12602	1			DE	005		
4142107	Cragmere	cragmere	US		0	America/New_York	39.76984	-75.49131	37			DE	003		
4142108	Cragmere Woods	cragmere-woods	US		0	America/New_York	39.76817	-75.48714	11			DE	003		
4142109	Craigs Mill	craigs-mill	US		0	America/New_York	38.62678	-75.64798	4			DE	005		
4142112	Cranston Heights	cranston-heights	US		0	America/New_York	39.73345	-75.63048	35			DE	003		
4142113	Crestfield	crestfield	US		0	America/New_York	39.82095	-75.49714	88			DE	003		
4142114	Cricket Hill	cricket-hill	US		0	America/New_York	39.789	-75.71493	106			DE	003		
4142116	Cristine Manor	cristine-manor	US		0	America/New_York	39.689	-75.78299	47			DE	003		
4142122	Crossgates	crossgates	US		0	America/New_York	39.139	-75.53576	8			DE	001		
4142124	Cross Keys	cross-keys	US		0	America/New_York	38.56595	-75.36797	13			DE	005		
4142127	Cuelen Acres	cuelen-acres	US		0	America/New_York	38.52539	-75.21852	9			DE	005		
4142129	Crystal Run Farm	crystal-run-farm	US		0	America/New_York	39.51511	-75.69993	24			DE	003		
4142136	D and K Mobile Home Park	d-and-k-mobile-home-park	US		0	America/New_York	38.97095	-75.52659	15			DE	001		
4142144	Danfield Acres	danfield-acres	US		0	America/New_York	38.6765	-75.24102	10			DE	005		
4142145	Daniels Tract	daniels-tract	US		0	America/New_York	39.38345	-75.53437	6			DE	003		
4142147	Darley Woods	darley-woods	US		0	America/New_York	39.81678	-75.47325	62			DE	003		
4142148	Dartmouth Woods	dartmouth-woods	US		0	America/New_York	39.83345	-75.51076	124			DE	003		
4142154	Davis Corner	davis-corner	US		0	America/New_York	39.16539	-75.6816	22	Davis,Davis Corner,Davis Cross Roads		DE	001		
4142159	Deacons Walk	deacons-walk	US		0	America/New_York	39.72511	-75.71632	56			DE	003		
4142160	Deakyneville	deakyneville	US		0	America/New_York	39.36928	-75.54437	4	Deakyne Landing,Deakynesville,Deakyneville		DE	003		
4142168	Deep Branch Farm	deep-branch-farm	US		0	America/New_York	39.42594	-75.71021	16			DE	003		
4142178	Deer Run	deer-run	US		0	America/New_York	39.64456	-75.71493	18			DE	003		
4142179	Deerhurst	deerhurst	US		0	America/New_York	39.78345	-75.54131	95			DE	003		
4142182	Del Haven Estates	del-haven-estates	US		0	America/New_York	39.05595	-75.50076	10			DE	001		
4142183	Del Shire	del-shire	US		0	America/New_York	39.20928	-75.56493	13			DE	001		
4142184	Delaire	delaire	US		0	America/New_York	39.77511	-75.48714	24			DE	003		
4142186	Delaney Corner	delaney-corner	US		0	America/New_York	39.29928	-75.74715	19	Delaney Corner,Delaney Corners,Delaneys,Delaneys Corner,Dulanys Corner		DE	003		
4142188	Delaplane Manor	delaplane-manor	US		0	America/New_York	39.69622	-75.70882	22			DE	003		
4142199	Delaware Heights	delaware-heights	US		0	America/New_York	39.82511	-75.62049	122			DE	003		
4142202	Delaware Junction	delaware-junction	US		0	America/New_York	39.72317	-75.57659	3			DE	003		
4142233	Delpark Manor	delpark-manor	US		0	America/New_York	39.71678	-75.65799	18			DE	003		
4142235	Delshire	delshire	US		0	America/New_York	39.20789	-75.56243	12			DE	001		
4142236	Delwoods	delwoods	US		0	America/New_York	39.78011	-75.53576	87			DE	003		
4142237	Delwynn	delwynn	US		0	America/New_York	39.80706	-75.53409	105			DE	003		
4142238	Denton Manor	denton-manor	US		0	America/New_York	38.55706	-75.10518	3			DE	005		
4142239	Denton Mills	denton-mills	US		0	America/New_York	38.5465	-75.11685	3			DE	005		
4142240	Denton Woods Mobile Home Park	denton-woods-mobile-home-park	US		0	America/New_York	38.56317	-75.10379	1			DE	005		
4142243	Derby Shores	derby-shores	US		0	America/New_York	39.0865	-75.56965	16			DE	001		
4142253	Devonshire	devonshire	US		0	America/New_York	39.82511	-75.53992	119			DE	003		
4142255	Devonshire Woods	devonshire-woods	US		0	America/New_York	38.66317	-75.63687	11			DE	005		
4142256	Dewey Beach	dewey-beach	US		371	America/New_York	38.69289	-75.07462	2			DE	005		
4142258	Dexter Corners	dexter-corners	US		0	America/New_York	39.33456	-75.69965	21			DE	003		
4142267	Dinahs Corner	dinahs-corner	US		0	America/New_York	39.18595	-75.64465	20	Dinahs,Dinahs Corner,Dinahs Crossroads		DE	001		
4142273	Dobbinsville	dobbinsville	US		0	America/New_York	39.6565	-75.57909	4			DE	003		
4142275	Dodds Addition	dodds-addition	US		0	America/New_York	38.70289	-75.08296	5			DE	005		
4142276	Dogwood Acres	dogwood-acres	US		0	America/New_York	38.53567	-75.58409	10			DE	005		
4142277	Dogwood Acres Mobile Home Park	dogwood-acres-mobile-home-park	US		0	America/New_York	38.56122	-75.1863	2	Dogwood Acres Mobile Home Park,Dogwood Acres Trailer Park		DE	005		
4142281	Dogwood Park Mobile Home Park	dogwood-park-mobile-home-park	US		0	America/New_York	38.63845	-75.31464	9			DE	005		
4142282	Donovan Development	donovan-development	US		0	America/New_York	38.90567	-75.44659	9			DE	005		
4142283	Donovan Development	donovan-development	US		0	America/New_York	38.76372	-75.13741	6			DE	005		
4142285	Donas Landing	donas-landing	US		0	America/New_York	39.21261	-75.43103	0	Dona Landing,Donas Landing		DE	001		
4142305	Downs Chapel	downs-chapel	US		0	America/New_York	39.21206	-75.71938	20	Downes Chapel,Downs Chapel,The Radical		DE	001		
4142307	Douglas Forge	douglas-forge	US		0	America/New_York	38.64595	-75.57743	4			DE	005		
4142308	Dragon Run Terrace Mobile Home Park	dragon-run-terrace-mobile-home-park	US		0	America/New_York	39.55595	-75.68854	20			DE	003		
4142312	Drawbridge	drawbridge	US		0	America/New_York	38.79095	-75.25186	2			DE	005		
4142316	Driftwood Village Mobile Home Park	driftwood-village-mobile-home-park	US		0	America/New_York	38.60983	-75.19602	4			DE	005		
4142322	Drummond North	drummond-north	US		0	America/New_York	39.7265	-75.71632	59			DE	003		
4142323	Drummond Ridge	drummond-ridge	US		0	America/New_York	39.71956	-75.69827	27			DE	003		
4142327	Dublin Hill	dublin-hill	US		0	America/New_York	38.75317	-75.65354	18	Dublin,Dublin Hill		DE	005		
4142338	Duncan Glen	duncan-glen	US		0	America/New_York	39.74317	-75.65382	62			DE	003		
4142339	Duncan Village	duncan-village	US		0	America/New_York	39.73345	-75.63715	28			DE	003		
4142340	Duncan Woods	duncan-woods	US		0	America/New_York	39.73567	-75.63854	36			DE	003		
4142341	Dunleith	dunleith	US		0	America/New_York	39.70872	-75.55548	17			DE	003		
4142342	Dunlinden Acres	dunlinden-acres	US		0	America/New_York	39.73622	-75.64548	43			DE	003		
4142345	Dupont Manor	dupont-manor	US		0	America/New_York	39.1965	-75.54881	12			DE	001		
4142346	Duponts Landing	duponts-landing	US		0	America/New_York	39.7515	-75.49409	1			DE	003		
4142347	Duross Heights	duross-heights	US		0	America/New_York	39.68067	-75.62243	17			DE	003		
4142348	Duross Heights	duross-heights	US		0	America/New_York	39.68428	-75.62659	5			DE	003		
4142349	Dutch Acres	dutch-acres	US		0	America/New_York	38.75067	-75.17935	6			DE	005		
4142354	Dutch Neck Crossroads	dutch-neck-crossroads	US		0	America/New_York	39.28622	-75.51576	5			DE	001		
4142355	Dutch Neck Farms	dutch-neck-farms	US		0	America/New_York	39.52956	-75.63215	16			DE	003		
4142357	Dunbarton Oaks Apartments	dunbarton-oaks-apartments	US		0	America/New_York	38.6915	-75.39686	15			DE	005		
4142361	Eagles Nest Landing	eagles-nest-landing	US		0	America/New_York	39.34539	-75.56326	3			DE	003		
4142366	East Lake Gardens	east-lake-gardens	US		0	America/New_York	39.17372	-75.52465	8			DE	001		
4142367	East Mill Run	east-mill-run	US		0	America/New_York	38.76206	-75.20658	7			DE	005		
4142369	East Minquadale	east-minquadale	US		0	America/New_York	39.70428	-75.56409	22			DE	003		
4142370	East Side Village	east-side-village	US		0	America/New_York	38.77428	-75.30158	8			DE	005		
4142372	Eastburn Acres	eastburn-acres	US		0	America/New_York	39.70567	-75.68299	16			DE	003		
4142374	Eastburn Farms	eastburn-farms	US		0	America/New_York	39.739	-75.69965	79			DE	003		
4142375	Eastburn Heights	eastburn-heights	US		0	America/New_York	39.70928	-75.68076	24			DE	003		
4142379	Eastman Heights	eastman-heights	US		0	America/New_York	38.88984	-75.41631	11			DE	005		
4142386	Eberton	eberton	US		0	America/New_York	39.22095	-75.57187	13			DE	001		
4142387	Ebright	ebright	US		0	America/New_York	39.83678	-75.52826	128			DE	003		
4142390	Eden Park Gardens	eden-park-gardens	US		0	America/New_York	39.72011	-75.54353	4	Eden Park,Eden Park Gardens,Monckton Park		DE	003		
4142391	Eden Roc	eden-roc	US		0	America/New_York	39.20011	-75.59659	15			DE	001		
4142392	Edenridge	edenridge	US		0	America/New_York	39.79872	-75.56215	108			DE	003		
4142395	Edge Hill	edge-hill	US		0	America/New_York	39.16817	-75.51687	9			DE	001		
4142396	Edgebrooke	edgebrooke	US		0	America/New_York	39.66956	-75.66271	20			DE	003		
4142399	Edgemoor Gardens	edgemoor-gardens	US		0	America/New_York	39.75845	-75.49686	24			DE	003		
4142402	Edgemoor Terrace	edgemoor-terrace	US		0	America/New_York	39.75567	-75.50381	15			DE	003		
4142405	Edgewood Hills	edgewood-hills	US		0	America/New_York	39.75845	-75.50381	30			DE	003		
4142406	Edgewood Manor	edgewood-manor	US		0	America/New_York	38.55345	-75.15241	4			DE	005		
4142407	Edward Cordrey Subdivision	edward-cordrey-subdivision	US		0	America/New_York	38.629	-75.28102	9			DE	005		
4142417	Elliots Addition	elliots-addition	US		0	America/New_York	39.73983	-75.61354	32			DE	003		
4142428	Enchanted Acres Mobile Home Park	enchanted-acres-mobile-home-park	US		0	America/New_York	38.63067	-75.17602	6			DE	005		
4142429	English Village	english-village	US		0	America/New_York	39.72095	-75.69827	38			DE	003		
4142436	Evans Park Mobile Home Park	evans-park-mobile-home-park	US		0	America/New_York	38.53456	-75.28158	11			DE	005		
4142437	Everetts Corner	everetts-corner	US		0	America/New_York	39.20067	-75.74604	19			DE	001		
4142438	Evergreen Acres	evergreen-acres	US		0	America/New_York	39.4965	-75.64021	15			DE	003		
4142439	Evergreen Acres	evergreen-acres	US		0	America/New_York	38.90567	-75.4477	11			DE	005		
4142441	Evergreen Farms	evergreen-farms	US		0	America/New_York	39.45428	-75.6691	19			DE	003		
4142445	Fairfax Farms	fairfax-farms	US		0	America/New_York	39.79095	-75.55103	108			DE	003		
4142448	Fairfield Crest	fairfield-crest	US		0	America/New_York	39.69594	-75.76216	51			DE	003		
4142450	Fairfield Farms	fairfield-farms	US		0	America/New_York	39.12317	-75.52603	10			DE	001		
4142454	Fairthorne	fairthorne	US		0	America/New_York	39.77289	-75.60326	80			DE	003		
4142457	Fairway Falls	fairway-falls	US		0	America/New_York	39.72789	-75.70243	43			DE	003		
4142458	Fairway Villas	fairway-villas	US		0	America/New_York	38.57567	-75.14268	4			DE	005		
4142459	Fairwinds	fairwinds	US		0	America/New_York	39.64372	-75.64298	21			DE	003		
4142463	Fairwinds Mobile Home Park	fairwinds-mobile-home-park	US		0	America/New_York	39.64289	-75.63854	16			DE	003		
4142479	Farnhurst	farnhurst	US		0	America/New_York	39.69317	-75.57742	12	Farnhurst,Hares Corner Station		DE	003		
4142481	Faulkland	faulkland	US		0	America/New_York	39.74761	-75.63548	30			DE	003		
4142482	Faulkland Heights	faulkland-heights	US		0	America/New_York	39.74317	-75.63021	42			DE	003		
4142483	Faulkland Woods	faulkland-woods	US		0	America/New_York	39.74872	-75.63715	44			DE	003		
4142616	Friedel Property	friedel-property	US		0	America/New_York	38.65706	-75.57993	6			DE	005		
4142486	Felton Heights	felton-heights	US		0	America/New_York	39.02095	-75.56576	18			DE	001		
4142487	Felton Manor	felton-manor	US		0	America/New_York	39.00706	-75.5677	19			DE	001		
4142488	Felton Station	felton-station	US		0	America/New_York	39.00817	-75.57465	18	Felton Station,Fleton Station		DE	001		
4142491	Fennimore Landing	fennimore-landing	US		0	America/New_York	39.44511	-75.59243	0	Fenimore Landing,Fennimore Landing		DE	003		
4142492	Fenwick Estates	fenwick-estates	US		0	America/New_York	38.46261	-75.18546	10			DE	005		
4142493	Fenwick Estates	fenwick-estates	US		0	America/New_York	38.45233	-75.05046	3	Fenwick Development,Fenwick Estates		DE	005		
4142498	Fenwick Landing	fenwick-landing	US		0	America/New_York	38.454	-75.06602	1			DE	005		
4142500	Fenwick West	fenwick-west	US		0	America/New_York	38.47206	-75.1238	3			DE	005		
4142501	Fern Hook	fern-hook	US		0	America/New_York	39.70289	-75.57187	21			DE	003		
4142506	Ferry Landing	ferry-landing	US		0	America/New_York	38.59234	-75.24408	2			DE	005		
4142508	Fieldsboro	fieldsboro	US		0	America/New_York	39.41733	-75.65854	19	Fieldsboro,Fieldsborough		DE	003		
4142509	Fieldwood Addition	fieldwood-addition	US		0	America/New_York	38.73261	-75.12379	8			DE	005		
4142513	Farm View Park	farm-view-park	US		0	America/New_York	38.87622	-75.44798	13			DE	005		
4142534	Fish Hook Mobile Home Court	fish-hook-mobile-home-court	US		0	America/New_York	38.64317	-75.32991	11			DE	005		
4142536	Fisher Landing	fisher-landing	US		0	America/New_York	38.71261	-75.17518	3			DE	005		
4142537	Fisher Mill Park	fisher-mill-park	US		0	America/New_York	38.69039	-75.55131	7			DE	005		
4142538	Fishermans Park Mobile Home Park	fishermans-park-mobile-home-park	US		0	America/New_York	38.62706	-75.10629	0			DE	005		
4142550	Flea Hill	flea-hill	US		0	America/New_York	38.66234	-75.43575	15			DE	005		
4142554	Fleming Corners	fleming-corners	US		0	America/New_York	38.91845	-75.59798	18	Fleming Corners,Flemings Corner,Flemings Corners,Sycamore		DE	001		
4142556	Flemings Landing	flemings-landing	US		0	America/New_York	39.354	-75.54854	1	Flemings Landing,Flemmings Landing		DE	003		
4142561	Foord Landing	foord-landing	US		0	America/New_York	38.83511	-75.25769	1	Foord Landing,Ford Landing		DE	005		
4142562	Fords Corner	fords-corner	US		0	America/New_York	39.19261	-75.69965	21			DE	001		
4142564	Forest Brook Glen	forest-brook-glen	US		0	America/New_York	39.71678	-75.59965	11			DE	003		
4142566	Forest Hills Park	forest-hills-park	US		0	America/New_York	39.78761	-75.52464	86			DE	003		
4142567	Forest Landing	forest-landing	US		0	America/New_York	39.11761	-75.50326	6			DE	001		
4142570	Forest Park Mobile Home Park	forest-park-mobile-home-park	US		0	America/New_York	38.61845	-75.32769	10			DE	005		
4142580	Forwood	forwood	US		0	America/New_York	39.799	-75.50103	84			DE	003		
4142584	Foulk Woods	foulk-woods	US		0	America/New_York	39.81261	-75.52048	113			DE	003		
4142585	Four Seasons	four-seasons	US		0	America/New_York	39.62789	-75.76216	33			DE	003		
4142586	Four Seasons Park	four-seasons-park	US		0	America/New_York	39.62233	-75.74993	24			DE	003		
4142588	Fox Chase Park	fox-chase-park	US		0	America/New_York	39.67511	-75.68299	25			DE	003		
4142589	Fox Hall	fox-hall	US		0	America/New_York	39.17372	-75.55937	14			DE	001		
4142590	Fox Hollow	fox-hollow	US		0	America/New_York	38.7015	-75.17046	4			DE	005		
4142591	Fox Meadow	fox-meadow	US		0	America/New_York	39.80289	-75.69827	116	Fox Meadow,Fox Meadow Farm		DE	003		
4142592	Fox Run Mobile Home Park	fox-run-mobile-home-park	US		0	America/New_York	38.52095	-75.10518	5			DE	005		
4142593	Fox Woods	fox-woods	US		0	America/New_York	39.6715	-75.68271	24			DE	003		
4142594	Foxfield	foxfield	US		0	America/New_York	39.6765	-75.77744	34			DE	003		
4142595	Foxfire	foxfire	US		0	America/New_York	39.73345	-75.71354	76			DE	003		
4142596	Foxfire Meadow	foxfire-meadow	US		0	America/New_York	38.52567	-75.08296	3			DE	005		
4142597	Foxhall Courtside	foxhall-courtside	US		0	America/New_York	39.17678	-75.5877	14			DE	001		
4142604	Frasers Corner	frasers-corner	US		0	America/New_York	39.57983	-75.76632	19			DE	003		
4142607	Frederick Acres	frederick-acres	US		0	America/New_York	38.60011	-75.51159	12			DE	005		
4142610	Fredericks Addition	fredericks-addition	US		0	America/New_York	39.74039	-75.61076	29			DE	003		
4142611	Fredrick Lodge Mobile Home Park	fredrick-lodge-mobile-home-park	US		0	America/New_York	39.35567	-75.64604	17			DE	003		
4142612	Freeman Corner	freeman-corner	US		0	America/New_York	38.88678	-75.45714	12			DE	005		
4142614	Forrest Grove Village Mobile Home Park	forrest-grove-village-mobile-home-park	US		0	America/New_York	39.16956	-75.67854	20			DE	001		
4142626	Galewood	galewood	US		0	America/New_York	39.79178	-75.52603	88			DE	003		
4142629	Gams Crest	gams-crest	US		0	America/New_York	39.55011	-75.64687	15			DE	003		
4142630	Gander Hill	gander-hill	US		0	America/New_York	39.41817	-75.66687	15			DE	003		
4142631	Garfield Park	garfield-park	US		0	America/New_York	39.70206	-75.55576	20			DE	003		
4142634	Garton Development	garton-development	US		0	America/New_York	39.11261	-75.55937	15			DE	001		
4142635	Garwood Estates	garwood-estates	US		0	America/New_York	39.61345	-75.65854	16			DE	003		
4142636	Gateway Farms	gateway-farms	US		0	America/New_York	39.77706	-75.68965	80			DE	003		
4142638	Generals Greene	generals-greene	US		0	America/New_York	39.12595	-75.41686	1			DE	001		
4142639	George Meyers Development	george-meyers-development	US		0	America/New_York	39.08983	-75.49826	4			DE	001		
4142648	Frenchs Mobile Homes	frenchs-mobile-homes	US		0	America/New_York	39.00789	-75.36658	3			DE	001		
4142652	Georgian Terrace	georgian-terrace	US		0	America/New_York	39.77095	-75.51353	42			DE	003		
4142658	Glasgow Court	glasgow-court	US		0	America/New_York	39.62233	-75.69827	20			DE	003		
4142660	Glasgow Pines	glasgow-pines	US		0	America/New_York	39.61678	-75.71077	18			DE	003		
4142664	Glen Berne Estates	glen-berne-estates	US		0	America/New_York	39.71678	-75.63298	10			DE	003		
4142668	Glenside Farms	glenside-farms	US		0	America/New_York	39.79289	-75.50853	80			DE	003		
4142677	Goose Point	goose-point	US		0	America/New_York	39.54261	-75.77382	13			DE	003		
4142686	Gordy Estates	gordy-estates	US		0	America/New_York	39.72511	-75.61215	25			DE	003		
4142689	Gordon Heights	gordon-heights	US		0	America/New_York	39.75984	-75.50936	39			DE	003		
4142705	Goslee Mill	goslee-mill	US		0	America/New_York	38.71845	-75.1888	1			DE	005		
4142706	Granada Mobile Home Park	granada-mobile-home-park	US		0	America/New_York	39.05428	-75.50131	12			DE	001		
4142707	Granogue	granogue	US		0	America/New_York	39.83178	-75.58632	72			DE	003		
4142709	Gravel Hill	gravel-hill	US		0	America/New_York	38.71428	-75.31575	12			DE	005		
4142712	Gran-ville	gran-ville	US		0	America/New_York	38.63706	-75.29658	10			DE	005		
4142715	Graylyn Crest	graylyn-crest	US		0	America/New_York	39.79595	-75.51631	82			DE	003		
4142724	Great Good Place	great-good-place	US		0	America/New_York	39.75233	-75.75521	102			DE	003		
4142726	Great Oak Farms	great-oak-farms	US		0	America/New_York	39.49928	-75.63104	11			DE	003		
4142731	Green Acres	green-acres	US		0	America/New_York	39.79039	-75.49686	70			DE	003		
4142732	Green Acres Mobile Home Park	green-acres-mobile-home-park	US		0	America/New_York	39.11456	-75.53631	13			DE	001		
4142734	Green Briar	green-briar	US		0	America/New_York	39.14678	-75.67465	20			DE	001		
4142738	Green Briar Court	green-briar-court	US		0	America/New_York	38.54872	-75.09185	2			DE	005		
4142742	Green Meadow	green-meadow	US		0	America/New_York	39.79039	-75.5177	77			DE	003		
4142746	Green Hill	green-hill	US		0	America/New_York	38.79122	-75.16713	2			DE	005		
4142749	Greenbridge	greenbridge	US		0	America/New_York	39.67511	-75.72271	24			DE	003		
4142751	Greenlea Acres	greenlea-acres	US		0	America/New_York	38.69789	-75.37464	15			DE	005		
4142752	Greenleaf Manor	greenleaf-manor	US		0	America/New_York	39.68122	-75.70382	21			DE	003		
4142754	Green Spring Farm	green-spring-farm	US		0	America/New_York	39.3165	-75.64048	13			DE	003		
4142756	Greenmount	greenmount	US		0	America/New_York	39.78817	-75.47575	12			DE	003		
4142758	Greens Landing	greens-landing	US		0	America/New_York	38.65539	-75.16241	3			DE	005		
4142760	Greens of Dover	greens-of-dover	US		0	America/New_York	39.164	-75.55798	16			DE	001		
4142761	Greenshire	greenshire	US		0	America/New_York	39.80095	-75.46686	33			DE	003		
4142763	Greentree	greentree	US		0	America/New_York	39.81483	-75.46186	38			DE	003		
4142767	Greenville Development	greenville-development	US		0	America/New_York	39.7815	-75.60409	84			DE	003		
4142768	Greenville Manor	greenville-manor	US		0	America/New_York	39.7815	-75.59548	81			DE	003		
4142769	Greenville Place	greenville-place	US		0	America/New_York	39.77289	-75.59604	80			DE	003		
4142771	Greenwood Gardens	greenwood-gardens	US		0	America/New_York	38.79678	-75.58826	14			DE	005		
4142776	Grendon Farms	grendon-farms	US		0	America/New_York	39.72511	-75.67743	44			DE	003		
4142777	Greylag	greylag	US		0	America/New_York	39.48428	-75.66771	17			DE	003		
4142783	Gristmill Woods	gristmill-woods	US		0	America/New_York	39.779	-75.51464	69			DE	003		
4142785	Grubbs Corner	grubbs-corner	US		0	America/New_York	39.82928	-75.49048	101	Grubbs,Grubbs Corner		DE	003		
4142786	Grubbs Corner	grubbs-corner	US		0	America/New_York	39.81289	-75.4852	78			DE	003		
4142787	Grubbs Landing	grubbs-landing	US		0	America/New_York	39.78622	-75.46909	3			DE	003		
4142789	Greens Corner	greens-corner	US		0	America/New_York	38.99039	-75.6816	20			DE	001		
4142791	Gull Point	gull-point	US		0	America/New_York	38.59484	-75.20935	4			DE	005		
4142792	Gulls Nest	gulls-nest	US		0	America/New_York	38.57595	-75.06046	1			DE	005		
4142799	Gum Crossroads	gum-crossroads	US		0	America/New_York	38.654	-75.47298	12	Gum Crossroads,Gums Crossroad,Gums Crossroads		DE	005		
4142800	Gumboro	gumboro	US		0	America/New_York	38.47761	-75.36519	13	Gumboro,Gumborough,Pear Tree		DE	005		
4142804	Gumwood	gumwood	US		0	America/New_York	39.78872	-75.52048	82			DE	003		
4142810	Gwinhurst	gwinhurst	US		0	America/New_York	39.79178	-75.47881	30			DE	003		
4142813	H and H Corner	h-and-h-corner	US		0	America/New_York	39.37983	-75.66521	16			DE	003		
4142815	Hall Estates	hall-estates	US		0	America/New_York	38.93984	-75.46214	15			DE	001		
4142819	Hamilton Park	hamilton-park	US		0	America/New_York	39.71734	-75.54576	3			DE	003		
4142820	Hammville	hammville	US		0	America/New_York	39.22733	-75.57798	12			DE	001		
4142823	Hanbys Corner	hanbys-corner	US		0	America/New_York	39.82261	-75.48714	94	Hambys Corner,Hanby Corn er,Hanbys Corner		DE	003		
4142825	Guyencourt	guyencourt	US		0	America/New_York	39.81372	-75.58632	77			DE	003		
4142828	Hardscrabble	hardscrabble	US		0	America/New_York	38.61484	-75.47853	15			DE	005		
4142829	Hares Corner	hares-corner	US		0	America/New_York	39.66539	-75.60409	20	Hare's Corner,Hares Corner		DE	003		
4142830	Harlemtown	harlemtown	US		0	America/New_York	38.69039	-75.37575	15			DE	005		
4142838	Harmony Hills	harmony-hills	US		0	America/New_York	39.69317	-75.68299	18			DE	003		
4142853	Hasting Estates Mobile Home Park	hasting-estates-mobile-home-park	US		0	America/New_York	38.6315	-75.5852	6			DE	005		
4142854	Hastings Park Mobile Home Park	hastings-park-mobile-home-park	US		0	America/New_York	38.63484	-75.59354	6			DE	005		
4142857	Haven Lake Estates	haven-lake-estates	US		0	America/New_York	38.91178	-75.46353	9			DE	001		
4142867	Hay Point Landing	hay-point-landing	US		0	America/New_York	39.3515	-75.54826	1			DE	001		
4142868	Hayden Park	hayden-park	US		0	America/New_York	39.70622	-75.59465	2			DE	003		
4142872	Hazeldell	hazeldell	US		0	America/New_York	39.71261	-75.54687	4			DE	003		
4142874	Hazlettville	hazlettville	US		0	America/New_York	39.1165	-75.64215	18	George,Haslettville,Hazlettville,Sewardville,Soward Town		DE	001		
4142876	Hazzard Landing	hazzard-landing	US		0	America/New_York	38.81039	-75.21352	1			DE	005		
4142880	Hearns Crossroads	hearns-crossroads	US		0	America/New_York	38.53317	-75.5502	10	Hearn,Hearns Crossroads,Horsey's Cross Roads,Horseys		DE	005		
4142881	Hearns Mill	hearns-mill	US		0	America/New_York	38.67845	-75.59409	9			DE	005		
4142884	Heather Valley	heather-valley	US		0	America/New_York	39.76122	-75.67965	69			DE	003		
4142885	Heather Woods	heather-woods	US		0	America/New_York	39.62733	-75.70243	11			DE	003		
4142886	Heatherbrooke	heatherbrooke	US		0	America/New_York	39.8015	-75.51798	96			DE	003		
4142887	Heatherton	heatherton	US		0	America/New_York	39.78344	-75.69966	75			DE	003		
4142889	Hedgerow Hollow Mobile Home Park	hedgerow-hollow-mobile-home-park	US		0	America/New_York	39.27094	-75.59048	14			DE	001		
4142892	Helms Landing	helms-landing	US		0	America/New_York	38.55928	-75.21602	3			DE	005		
4142894	Henderson Heights	henderson-heights	US		0	America/New_York	39.71511	-75.70243	69			DE	003		
4142895	Henlopen Acres	henlopen-acres	US		122	America/New_York	38.72983	-75.08629	2			DE	005		
4142897	Henlopen Keys	henlopen-keys	US		0	America/New_York	38.7265	-75.10074	6			DE	005		
4142900	Henry Clay	henry-clay	US		0	America/New_York	39.77039	-75.5802	40			DE	003		
4142902	Heritage	heritage	US		0	America/New_York	39.72095	-75.67743	36			DE	003		
4142903	Heritage Farms	heritage-farms	US		0	America/New_York	39.719	-75.68299	31			DE	003		
4142904	Heritage Village	heritage-village	US		0	America/New_York	38.65761	-75.63159	10			DE	005		
4142906	Heronwood	heronwood	US		0	America/New_York	38.76039	-75.22296	4			DE	005		
4142913	Herring Creek Estates	herring-creek-estates	US		0	America/New_York	38.66233	-75.18574	5			DE	005		
4142915	Herring Landing	herring-landing	US		0	America/New_York	38.65011	-75.13518	2			DE	005		
4142923	Hickman Village Estates Mobile Home Park	hickman-village-estates-mobile-home-park	US		0	America/New_York	38.544	-75.54381	9			DE	005		
4142926	Hickory Dale Acres	hickory-dale-acres	US		0	America/New_York	39.21178	-75.56215	11			DE	001		
4142928	Hickory Hill	hickory-hill	US		0	America/New_York	39.78011	-75.69271	77			DE	003		
4142929	Hickory Hill	hickory-hill	US		0	America/New_York	38.53872	-75.30658	13			DE	005		
4142936	Hickory Woods	hickory-woods	US		0	America/New_York	39.59317	-75.70215	26			DE	003		
4142937	Hidden Acres	hidden-acres	US		0	America/New_York	38.54789	-75.15102	6			DE	005		
4142938	Hideaway Acres	hideaway-acres	US		0	America/New_York	39.08678	-75.49631	7			DE	001		
4142942	Highland Acres	highland-acres	US		3459	America/New_York	39.12095	-75.52187	11			DE	001		
4142943	Highland Acres	highland-acres	US		0	America/New_York	38.76761	-75.14657	4			DE	005		
4142944	Highland Acres	highland-acres	US		0	America/New_York	38.76539	-75.15518	3			DE	005		
4142945	Highland Meadows	highland-meadows	US		0	America/New_York	39.78622	-75.67188	117			DE	003		
4142948	Highland Terrace	highland-terrace	US		0	America/New_York	38.69678	-75.39381	15			DE	005		
4142949	Highland West	highland-west	US		0	America/New_York	39.75706	-75.66215	80			DE	003		
4142951	Highland Woods	highland-woods	US		0	America/New_York	39.81678	-75.4802	86			DE	003		
4142953	Hill N Dale	hill-n-dale	US		0	America/New_York	38.62261	-75.61826	5			DE	005		
4142956	Hillcrest Acres Mobile Home Park	hillcrest-acres-mobile-home-park	US		0	America/New_York	38.61011	-75.22963	8			DE	005		
4142958	Hilldale	hilldale	US		0	America/New_York	39.19595	-75.48159	6			DE	001		
4142959	Hillendale	hillendale	US		0	America/New_York	39.79595	-75.48575	61			DE	003		
4142960	Hillside Acres	hillside-acres	US		0	America/New_York	39.03178	-75.5427	15			DE	001		
4142961	Hillside Heights	hillside-heights	US		0	America/New_York	39.68067	-75.68715	26			DE	003		
4142962	Hillstream	hillstream	US		0	America/New_York	39.76956	-75.73716	111			DE	003		
4142963	Hilltop Acres	hilltop-acres	US		0	America/New_York	38.84845	-75.42936	10			DE	005		
4142964	Hilltop Manor	hilltop-manor	US		0	America/New_York	39.77928	-75.48297	27			DE	003		
4142966	Hillcrest	hillcrest	US		0	America/New_York	39.76289	-75.50659	53			DE	003		
4142967	Hoagland Subdivision	hoagland-subdivision	US		0	America/New_York	38.56706	-75.65604	5			DE	005		
4142968	Hoars Addition	hoars-addition	US		0	America/New_York	39.214	-75.58298	14			DE	001		
4142974	Hockessin Hunt	hockessin-hunt	US		0	America/New_York	39.77094	-75.71466	97			DE	003		
4142976	Hockessin Park	hockessin-park	US		0	America/New_York	39.78761	-75.68716	89			DE	003		
4142981	Holiday Acres	holiday-acres	US		0	America/New_York	38.57234	-75.26547	6			DE	005		
4142982	Holiday Estates	holiday-estates	US		0	America/New_York	38.53122	-75.26519	10			DE	005		
4142983	Holiday Hills	holiday-hills	US		0	America/New_York	39.81678	-75.50381	94			DE	003		
4142984	Holiday Pines	holiday-pines	US		0	America/New_York	38.63428	-75.20935	6			DE	005		
4142985	Holiday Pines Mobile Home Park	holiday-pines-mobile-home-park	US		0	America/New_York	38.63539	-75.21102	6			DE	005		
4142988	Hitchens Crossroads	hitchens-crossroads	US		0	America/New_York	38.57706	-75.46187	14	Hitchens Crossroad,Hitchens Crossroads		DE	005		
4142991	Hollandsville	hollandsville	US		0	America/New_York	38.98539	-75.66604	20	Hollandsville,Whiteleysburgh		DE	001		
4142992	Holletts Corners	holletts-corners	US		0	America/New_York	39.28956	-75.73271	21			DE	001		
4142993	Hollingsworth Development	hollingsworth-development	US		0	America/New_York	39.82594	-75.61715	127			DE	003		
4142994	Holloway Terrace	holloway-terrace	US		0	America/New_York	39.70178	-75.54631	12			DE	003		
4142997	Holly Forest	holly-forest	US		0	America/New_York	38.539	-75.13463	5			DE	005		
4142999	Holly Hills	holly-hills	US		0	America/New_York	39.79678	-75.48714	62			DE	003		
4143001	Holly Knoll	holly-knoll	US		0	America/New_York	39.78844	-75.70382	101			DE	003		
4143003	Holly Lake Mobile Home Park	holly-lake-mobile-home-park	US		0	America/New_York	38.77789	-75.31908	4			DE	005		
4143004	Holly Leaf Estates Mobile Home Park	holly-leaf-estates-mobile-home-park	US		0	America/New_York	38.654	-75.25963	12			DE	005		
4143005	Holly Oak	holly-oak	US		0	America/New_York	39.78845	-75.47881	25	Holly Oak,Hollyoak,Hollyoak Terrace		DE	003		
4143006	Holly Oak Mobile Home Park	holly-oak-mobile-home-park	US		0	America/New_York	38.46567	-75.57409	16			DE	005		
4143007	Holly Oak Terrace	holly-oak-terrace	US		0	America/New_York	39.78345	-75.48853	36			DE	003		
4143009	Holly Pines Mobile Home Park	holly-pines-mobile-home-park	US		0	America/New_York	38.72483	-75.1813	6			DE	005		
4143012	Hollybrook Apartments	hollybrook-apartments	US		0	America/New_York	38.569	-75.5702	10			DE	005		
4143013	Hollymount	hollymount	US		0	America/New_York	38.67539	-75.22158	9	Fairmount,Hollymount		DE	005		
4143014	Hollyville	hollyville	US		0	America/New_York	38.67178	-75.24213	10			DE	005		
4143015	Hollyville Acres	hollyville-acres	US		0	America/New_York	38.68845	-75.22991	10			DE	005		
4143017	Hollywoods Park	hollywoods-park	US		0	America/New_York	38.54373	-75.58437	9			DE	005		
4143035	Homestead Mobile Home Park	homestead-mobile-home-park	US		0	America/New_York	38.6065	-75.39075	14	Homestead Mobile Home Park,Homestead Trailer Park		DE	005		
4143040	Hopkins Corners	hopkins-corners	US		0	America/New_York	38.95511	-75.6766	20			DE	001		
4143044	Horns Mobile Village Mobile Home Park	horns-mobile-village-mobile-home-park	US		0	America/New_York	38.58845	-75.5752	12			DE	005		
4143056	Hourglass	hourglass	US		0	America/New_York	39.12706	-75.68215	20			DE	001		
4143060	Horseshoe Hill	horseshoe-hill	US		0	America/New_York	39.79872	-75.67049	76			DE	003		
4143063	Howard Manor	howard-manor	US		0	America/New_York	38.55233	-75.13963	4			DE	005		
4143072	Hudson Pond Acres	hudson-pond-acres	US		0	America/New_York	38.84178	-75.43992	15			DE	005		
4143073	Hughes Crossing	hughes-crossing	US		0	America/New_York	39.20233	-75.57104	13			DE	001		
4143074	Hughes Crossroads	hughes-crossroads	US		0	America/New_York	38.97122	-75.69687	17			DE	001		
4143076	Hunting Hills	hunting-hills	US		0	America/New_York	39.67789	-75.78438	39			DE	003		
4143078	Huntley Circle	huntley-circle	US		0	America/New_York	39.13678	-75.52159	8			DE	001		
4143080	Hudson Crossroads	hudson-crossroads	US		0	America/New_York	38.47872	-75.17408	8			DE	005		
4143082	Hurley Heights	hurley-heights	US		0	America/New_York	38.64761	-75.61715	10			DE	005		
4143086	I and I Mobile Home Park	i-and-i-mobile-home-park	US		0	America/New_York	38.98317	-75.57881	14			DE	001		
4143089	Idela	idela	US		0	America/New_York	39.72511	-75.58993	24			DE	003		
4143100	Indian Beach	indian-beach	US		0	America/New_York	38.68567	-75.07324	1			DE	005		
4143104	Indian Field	indian-field	US		0	America/New_York	39.81261	-75.47603	66			DE	003		
4143106	Indian Harbor Villa	indian-harbor-villa	US		0	America/New_York	38.58956	-75.06157	3			DE	005		
4143107	Indian Landing Mobile Home Park	indian-landing-mobile-home-park	US		0	America/New_York	38.624	-75.10629	3			DE	005		
4143108	Indian Landing North Mobile Home Park	indian-landing-north-mobile-home-park	US		0	America/New_York	38.62706	-75.11963	0			DE	005		
4143109	Indian Mission	indian-mission	US		0	America/New_York	38.67345	-75.23519	10			DE	005		
4143112	Indian Cove	indian-cove	US		0	America/New_York	38.49067	-75.11046	1			DE	005		
4143119	Indiantown Farms	indiantown-farms	US		0	America/New_York	38.62095	-75.21296	7			DE	005		
4143121	Indian River Acres	indian-river-acres	US		0	America/New_York	38.57428	-75.17046	1			DE	005		
4143132	Iron Gates	iron-gates	US		0	America/New_York	39.78622	-75.68299	110			DE	003		
4143134	Iron Hill	iron-hill	US		0	America/New_York	39.63344	-75.75382	58			DE	003		
4143137	Iron Hills Apartments	iron-hills-apartments	US		0	America/New_York	39.63511	-75.71827	20			DE	003		
4143142	Irons Lane Landing	irons-lane-landing	US		0	America/New_York	38.58678	-75.14407	4	Irons Lane Landing,Orange Lane		DE	005		
4143149	Israel Haul	israel-haul	US		0	America/New_York	38.57817	-75.18685	1			DE	005		
4143153	Ivy Ridge	ivy-ridge	US		0	America/New_York	39.67511	-75.63298	7			DE	003		
4143157	Jacobs Crossroads	jacobs-crossroads	US		0	America/New_York	38.74317	-75.68604	15	Jacobs Crossroads,Jacobsville		DE	005		
4143160	Jamestowne	jamestowne	US		0	America/New_York	39.65233	-75.64354	25			DE	003		
4143162	Jamisons Corner	jamisons-corner	US		0	America/New_York	39.50372	-75.68438	20			DE	003		
4143163	Jarrell Farms	jarrell-farms	US		0	America/New_York	39.75567	-75.70827	98			DE	003		
4143167	Jefferson Crossroads	jefferson-crossroads	US		0	America/New_York	38.83428	-75.34519	9			DE	005		
4143168	Jefferson Farms	jefferson-farms	US		0	America/New_York	39.679	-75.57104	6			DE	003		
4143177	Jimtown	jimtown	US		0	America/New_York	38.73206	-75.18657	6			DE	005		
4143188	John Marsh Landing	john-marsh-landing	US		0	America/New_York	38.65872	-75.16463	2			DE	005		
4143194	Johnson Development	johnson-development	US		0	America/New_York	38.61456	-75.60104	10			DE	005		
4143198	Jones Crossroads	jones-crossroads	US		0	America/New_York	38.60456	-75.44686	15			DE	005		
4143210	Keen-Wik	keen-wik	US		0	America/New_York	38.46067	-75.09018	0			DE	005		
4143211	Keeney	keeney	US		0	America/New_York	39.619	-75.70327	20			DE	003		
4143212	Keenwik Sound	keenwik-sound	US		0	America/New_York	38.47039	-75.10629	1			DE	005		
4143213	Keenwik West	keenwik-west	US		0	America/New_York	38.47095	-75.10018	0			DE	005		
4143217	Kenmore Park	kenmore-park	US		0	America/New_York	38.65845	-75.57743	7			DE	005		
4143218	Kent Acres	kent-acres	US		1890	America/New_York	39.13178	-75.52492	10			DE	001		
4143229	Kawan Acres	kawan-acres	US		0	America/New_York	38.65956	-75.29852	12			DE	005		
4143235	Kerseys Evergreen Acres	kerseys-evergreen-acres	US		0	America/New_York	38.56428	-75.27713	8			DE	005		
4143236	Kershaw Acres	kershaw-acres	US		0	America/New_York	39.81733	-75.51353	104			DE	003		
4143238	Kiamensi	kiamensi	US		0	America/New_York	39.72372	-75.63993	21			DE	003		
4143239	Kiamensi Gardens	kiamensi-gardens	US		0	America/New_York	39.72372	-75.63715	16			DE	003		
4143240	Kiamensi Heights	kiamensi-heights	US		0	America/New_York	39.71956	-75.63298	9			DE	003		
4143244	Killens Addition	killens-addition	US		0	America/New_York	38.70178	-75.08129	5			DE	005		
4143254	Kentmere	kentmere	US		0	America/New_York	39.76678	-75.56131	68			DE	003		
4143255	Kings Cliff Mobile Home Park	kings-cliff-mobile-home-park	US		0	America/New_York	39.139	-75.49631	11			DE	001		
4143256	Kings Croft	kings-croft	US		0	America/New_York	39.62011	-75.66604	21			DE	003		
4143257	Kings Crossroads	kings-crossroads	US		0	America/New_York	38.74622	-75.45298	13			DE	005		
4143258	Kings Grant	kings-grant	US		0	America/New_York	38.4865	-75.05296	2			DE	005		
4143259	Kings Ridge	kings-ridge	US		0	America/New_York	39.82095	-75.49909	98			DE	003		
4143260	Kings Second Addition	kings-second-addition	US		0	America/New_York	38.6915	-75.39631	15			DE	005		
4143263	Kinston Acres	kinston-acres	US		0	America/New_York	39.62067	-75.65882	15			DE	003		
4143265	Kirkwood Gardens	kirkwood-gardens	US		0	America/New_York	39.74872	-75.65382	71			DE	003		
4143268	Kitts Hummock	kitts-hummock	US		0	America/New_York	39.10261	-75.40214	1			DE	001		
4143272	Klair Estate	klair-estate	US		0	America/New_York	39.72095	-75.65382	23			DE	003		
4143274	Knowles Crossroads	knowles-crossroads	US		0	America/New_York	38.65373	-75.45186	13	Knowles,Knowles Crossroads,Marvels Cross Roads		DE	005		
4143277	KynLyn Apartments	kynlyn-apartments	US		0	America/New_York	39.764	-75.49131	28			DE	003		
4143279	Laffertys Corner	laffertys-corner	US		0	America/New_York	39.15067	-75.48576	5			DE	001		
4143285	Lake Forest Mobile Home Est	lake-forest-mobile-home-est	US		0	America/New_York	38.98484	-75.56604	17			DE	001		
4143290	Lake Pines	lake-pines	US		0	America/New_York	38.55567	-75.54854	8			DE	005		
4143291	Lake Shores	lake-shores	US		0	America/New_York	38.68345	-75.59548	9			DE	005		
4143292	Lakecroft II	lakecroft-ii	US		0	America/New_York	39.65067	-75.66076	17			DE	003		
4143294	Lakeside Estates Mobile Home Park	lakeside-estates-mobile-home-park	US		0	America/New_York	38.629	-75.59159	7			DE	005		
4143295	Lakeside Manor	lakeside-manor	US		0	America/New_York	38.56262	-75.56215	9			DE	005		
4143296	Lakeview Estates	lakeview-estates	US		0	America/New_York	38.5765	-75.34297	12			DE	005		
4143297	Lakewind	lakewind	US		0	America/New_York	39.03206	-75.51215	13			DE	001		
4143298	Lakewind III	lakewind-iii	US		0	America/New_York	39.03428	-75.51076	14			DE	001		
4143301	Lakewood Development	lakewood-development	US		0	America/New_York	38.90734	-75.45159	7			DE	005		
4143302	Lamatan I	lamatan-i	US		0	America/New_York	39.76122	-75.7441	98			DE	003		
4143303	Lamatan II	lamatan-ii	US		0	America/New_York	39.76261	-75.7491	97			DE	003		
4143304	Lambeth Riding	lambeth-riding	US		0	America/New_York	39.76539	-75.70243	108			DE	003		
4143307	Lancashire	lancashire	US		0	America/New_York	39.819	-75.4902	93			DE	003		
4143308	Lancaster Court	lancaster-court	US		0	America/New_York	39.7515	-75.59965	39			DE	003		
4143309	Lancaster Village	lancaster-village	US		0	America/New_York	39.74456	-75.58909	35			DE	003		
4143310	Land of Pleasant Living	land-of-pleasant-living	US		0	America/New_York	38.56039	-75.11018	3			DE	005		
4143311	Landenberg Junction	landenberg-junction	US		0	America/New_York	39.73039	-75.61882	26	Landenberg Junction,West Junction		DE	003		
4143312	Landers Park	landers-park	US		0	America/New_York	39.69456	-75.5677	24			DE	003		
4143313	Landlith	landlith	US		0	America/New_York	39.744	-75.52937	3			DE	003		
4143315	Lantern Lane Mobile Villa	lantern-lane-mobile-villa	US		0	America/New_York	38.46345	-75.15657	5			DE	005		
4143317	Larence Cordrey Subdivision	larence-cordrey-subdivision	US		0	America/New_York	38.62511	-75.26047	9			DE	005		
4143318	Latimer Estates	latimer-estates	US		0	America/New_York	39.73206	-75.57465	29			DE	003		
4143322	Laurel Bend	laurel-bend	US		0	America/New_York	39.1365	-75.51076	4			DE	001		
4143324	Laurel Creek	laurel-creek	US		0	America/New_York	38.55567	-75.55992	9			DE	005		
4143327	Laurel Mobile Home Park	laurel-mobile-home-park	US		0	America/New_York	38.56039	-75.55826	8			DE	005		
4143329	Lauren Farms	lauren-farms	US		0	America/New_York	39.6015	-75.68438	23			DE	003		
4143334	Layton Corners	layton-corners	US		0	America/New_York	38.899	-75.69299	18	Layton Corners,Laytons Corner		DE	001		
4143337	Lazy Lake	lazy-lake	US		0	America/New_York	38.734	-75.2613	9			DE	005		
4143340	Lazy Lagoon Mobile Home Park	lazy-lagoon-mobile-home-park	US		0	America/New_York	38.50261	-75.23352	11			DE	005		
4143351	Leedon Estates	leedon-estates	US		0	America/New_York	39.69178	-75.58437	18			DE	003		
4143352	Leisure Point Mobile Home Park	leisure-point-mobile-home-park	US		0	America/New_York	38.63122	-75.1613	4			DE	005		
4143355	Lewes Beach	lewes-beach	US		0	America/New_York	38.78511	-75.14796	3			DE	005		
4143368	Liftwood	liftwood	US		0	America/New_York	39.77789	-75.52187	70			DE	003		
4143369	Lightfoots Furnace	lightfoots-furnace	US		0	America/New_York	38.64095	-75.57826	7			DE	005		
4143372	Limestone Acres	limestone-acres	US		0	America/New_York	39.72511	-75.66632	32			DE	003		
4143373	Limestone Gap	limestone-gap	US		0	America/New_York	39.72789	-75.65937	31			DE	003		
4143374	Limestone Gardene	limestone-gardene	US		0	America/New_York	39.72928	-75.66021	31			DE	003		
4143375	Limestone Hills	limestone-hills	US		0	America/New_York	39.75428	-75.68438	74			DE	003		
4143379	Lincoln Village	lincoln-village	US		0	America/New_York	38.86734	-75.43909	15			DE	005		
4143381	Lindamere	lindamere	US		0	America/New_York	39.76122	-75.4927	28	Lindamere,Lindenmere		DE	003		
4143382	Lindell Square	lindell-square	US		0	America/New_York	39.72789	-75.67465	47			DE	003		
4143383	Lindell Village	lindell-village	US		0	America/New_York	39.72095	-75.66771	29			DE	003		
4143384	Linden Green Apartment	linden-green-apartment	US		0	America/New_York	39.73206	-75.69132	61			DE	003		
4143385	Linden Heath	linden-heath	US		0	America/New_York	39.73761	-75.69549	69			DE	003		
4143386	Linden Hill	linden-hill	US		0	America/New_York	39.73011	-75.69354	73			DE	003		
4143387	Linden Square	linden-square	US		0	America/New_York	39.72789	-75.69549	78			DE	003		
4143392	Lexington Mill	lexington-mill	US		0	America/New_York	39.03845	-75.50909	9			DE	001		
4143393	Lingo Landing	lingo-landing	US		0	America/New_York	38.63372	-75.12407	0			DE	005		
4143399	Little Acres	little-acres	US		0	America/New_York	38.49873	-75.55992	12			DE	005		
4143402	Little Baltimore	little-baltimore	US		0	America/New_York	39.77372	-75.73716	104			DE	003		
4143410	Lingo Estate Mobile Home Park	lingo-estate-mobile-home-park	US		0	America/New_York	38.63039	-75.17491	6			DE	005		
4143414	Little Creek Landing	little-creek-landing	US		0	America/New_York	39.16095	-75.44492	1			DE	001		
4143421	Little Heaven	little-heaven	US		0	America/New_York	39.04178	-75.45659	9	Griers Corners,Little Heaven,Little Hell		DE	001		
4143423	Little Jersey	little-jersey	US		0	America/New_York	39.55706	-75.71465	15			DE	003		
4143437	Llangollen Estates	llangollen-estates	US		0	America/New_York	39.64733	-75.61854	15	Llangollen,Llangollen Estates		DE	003		
4143440	Lochwood	lochwood	US		0	America/New_York	38.679	-75.19602	4			DE	005		
4143443	Log Cabin Mobile Home Park	log-cabin-mobile-home-park	US		0	America/New_York	38.73678	-75.23519	7			DE	005		
4143445	Log Run	log-run	US		0	America/New_York	39.81039	-75.4902	89			DE	003		
4143450	London Village	london-village	US		0	America/New_York	39.06956	-75.53076	15			DE	001		
4143451	Lone Star Mobile Home Park	lone-star-mobile-home-park	US		0	America/New_York	39.11483	-75.53715	13			DE	001		
4143452	Long Acres	long-acres	US		0	America/New_York	38.71595	-75.19074	6			DE	005		
4143459	Long Neck	long-neck	US		1980	America/New_York	38.62011	-75.15074	4			DE	005		
4143461	Long Neck Village Mobile Home Park	long-neck-village-mobile-home-park	US		0	America/New_York	38.62956	-75.17074	4			DE	005		
4143464	Long Point Landing	long-point-landing	US		0	America/New_York	39.30761	-75.62048	5			DE	001		
4143467	Longview Farms	longview-farms	US		0	America/New_York	39.81928	-75.47214	71			DE	003		
4143471	Lords Corner	lords-corner	US		0	America/New_York	39.01456	-75.72326	17			DE	001		
4143473	Lorewood Grove	lorewood-grove	US		0	America/New_York	39.54039	-75.68715	6	Lores Landing,Lorewood Grove		DE	003		
4143480	Lowe	lowe	US		0	America/New_York	38.52484	-75.50881	10			DE	005		
4143486	Lower Moores Corner	lower-moores-corner	US		0	America/New_York	39.1815	-75.58576	16			DE	001		
4143487	Lowes Crossroads	lowes-crossroads	US		0	America/New_York	38.52345	-75.40631	15	Bulls Mill,Low's Cross Roads,Lowes,Lowes Crossroads		DE	005		
4143490	Lumbrook	lumbrook	US		0	America/New_York	39.68539	-75.73271	34			DE	003		
4143493	Lums Pond Estates II	lums-pond-estates-ii	US		0	America/New_York	39.57511	-75.7066	27			DE	003		
4143496	Lynch Heights	lynch-heights	US		0	America/New_York	38.95233	-75.42547	8			DE	001		
4143499	Lyndalia	lyndalia	US		0	America/New_York	39.71817	-75.60243	13			DE	003		
4143500	Lynford	lynford	US		0	America/New_York	39.72817	-75.60548	23			DE	003		
4143501	Lynn Lee Village Mobile Home Park	lynn-lee-village-mobile-home-park	US		0	America/New_York	38.55761	-75.0874	1			DE	005		
4143504	Madelyn Gardens	madelyn-gardens	US		0	America/New_York	39.78956	-75.52548	88			DE	003		
4143507	Magnolia Mobile Home Park	magnolia-mobile-home-park	US		0	America/New_York	39.06567	-75.48187	11			DE	001		
4143508	Magnolia Shores	magnolia-shores	US		0	America/New_York	38.47845	-75.11463	1			DE	005		
4143510	Mahan	mahan	US		0	America/New_York	39.06595	-75.71743	16			DE	001		
4143515	Mallard Point	mallard-point	US		0	America/New_York	38.74872	-75.21213	6			DE	005		
4143517	Manette Heights	manette-heights	US		0	America/New_York	39.71539	-75.6566	15			DE	003		
4143519	Manor Park	manor-park	US		0	America/New_York	39.68761	-75.59548	22			DE	003		
4143520	Manor Park Apartments	manor-park-apartments	US		0	America/New_York	39.6915	-75.58187	21			DE	003		
4143528	Marabou Meadows	marabou-meadows	US		0	America/New_York	39.59039	-75.74549	27			DE	003		
4143536	Marker Estates	marker-estates	US		0	America/New_York	39.20789	-75.56965	13			DE	001		
4143545	Marshallton	marshallton	US		0	America/New_York	39.72567	-75.6541	27			DE	003		
4143546	Marshallton Green	marshallton-green	US		0	America/New_York	39.72928	-75.63854	23			DE	003		
4143547	Marshallton Heights II	marshallton-heights-ii	US		0	America/New_York	39.72456	-75.63854	21			DE	003		
4143548	Marshtown	marshtown	US		0	America/New_York	38.69345	-75.1638	6			DE	005		
4143553	Marvels Crossroads	marvels-crossroads	US		0	America/New_York	38.92761	-75.51715	15	Dalliner Crossroads,Marvels Crossroads		DE	001		
4143555	Masonicville	masonicville	US		0	America/New_York	39.72095	-75.61354	24			DE	003		
4143557	Marydale	marydale	US		0	America/New_York	39.66261	-75.69827	24			DE	003		
4143559	Massey Landing	massey-landing	US		0	America/New_York	38.62622	-75.10407	1	Massey Landing,Masseys Landing		DE	005		
4143562	Mastens Corner	mastens-corner	US		0	America/New_York	38.96872	-75.61743	18	Masten,Mastens Corner,Mastens Corners,Masters Corners		DE	001		
4143563	Mastens Heights Mobile Home Park	mastens-heights-mobile-home-park	US		0	America/New_York	38.72511	-75.13074	7			DE	005		
4143573	Mayview Manor	mayview-manor	US		0	America/New_York	39.70372	-75.54742	14			DE	003		
4143574	McClellandville	mcclellandville	US		0	America/New_York	39.70956	-75.77688	88	McClellandsville,McClellandville		DE	003		
4143578	Mayfair	mayfair	US		0	America/New_York	39.13345	-75.53715	10			DE	001		
4143580	McDaniel Heights	mcdaniel-heights	US		0	America/New_York	39.80233	-75.54798	115	McDaniel Crest,McDaniel Heights		DE	003		
4143584	McDonalds Crossroads	mcdonalds-crossroads	US		0	America/New_York	38.66761	-75.44742	13	McDonalds Crossroad,McDonalds Crossroads		DE	005		
4143589	McKnatt Corners	mcknatt-corners	US		0	America/New_York	38.94095	-75.67854	19	McKnatt Corners,McNett Corners,McNetts Corner		DE	001		
4143590	McNichol Place	mcnichol-place	US		0	America/New_York	38.75178	-75.16046	7			DE	005		
4143592	Meadow Acres	meadow-acres	US		0	America/New_York	38.65845	-75.56715	6			DE	005		
4143595	Meadow Glen	meadow-glen	US		0	America/New_York	39.11872	-75.53631	12			DE	001		
4143598	Meadowbrook Acres	meadowbrook-acres	US		0	America/New_York	39.06483	-75.53992	14			DE	001		
4143599	Meadowbrook Farms	meadowbrook-farms	US		0	America/New_York	39.509	-75.72382	21			DE	003		
4143600	Meadowbrook Farms South	meadowbrook-farms-south	US		0	America/New_York	39.50345	-75.72327	20			DE	003		
4143601	Meadowood	meadowood	US		0	America/New_York	39.70845	-75.68715	31			DE	003		
4143604	Meadows	meadows	US		0	America/New_York	38.65234	-75.57187	7			DE	005		
4143606	Meeting House Hill	meeting-house-hill	US		0	America/New_York	39.79178	-75.69216	105			DE	003		
4143607	Meeting House Meadows	meeting-house-meadows	US		0	America/New_York	39.79011	-75.69132	84			DE	003		
4143608	Melanie	melanie	US		0	America/New_York	39.66233	-75.62576	21			DE	003		
4143609	Melody Meadows	melody-meadows	US		0	America/New_York	39.59039	-75.7491	27	Marabou Meadows,Melody Meadows		DE	003		
4143610	Melody Meadows II	melody-meadows-ii	US		0	America/New_York	39.59594	-75.74549	26			DE	003		
4143612	Melvin Crossroads	melvin-crossroads	US		0	America/New_York	38.91872	-75.72104	19	Melvin Corners,Melvin Crossroads,Melvins Corner		DE	001		
4143613	Melvins	melvins	US		0	America/New_York	38.94345	-75.5227	13			DE	001		
4143614	Melvins Crossroads	melvins-crossroads	US		0	America/New_York	38.96456	-75.52548	13			DE	001		
4143615	Mendenhall Village	mendenhall-village	US		0	America/New_York	39.75706	-75.68993	94			DE	003		
4143618	Mermaid Run	mermaid-run	US		0	America/New_York	39.74039	-75.6941	78			DE	003		
4143620	Messick Development	messick-development	US		0	America/New_York	38.7015	-75.53715	10			DE	005		
4143624	Meyle Estates	meyle-estates	US		0	America/New_York	38.539	-75.08824	3			DE	005		
4143629	Mermaid	mermaid	US		0	America/New_York	39.74289	-75.69299	86			DE	003		
4143631	Middleboro Crest	middleboro-crest	US		0	America/New_York	39.72345	-75.59159	24			DE	003		
4143632	Middleboro East	middleboro-east	US		0	America/New_York	39.72234	-75.53909	3			DE	003		
4143633	Middleboro Manor	middleboro-manor	US		0	America/New_York	39.72372	-75.58298	16			DE	003		
4143634	Middleford	middleford	US		0	America/New_York	38.66678	-75.56715	6			DE	005		
4143635	Middleford Acres	middleford-acres	US		0	America/New_York	38.68067	-75.60882	9			DE	005		
4143636	Middlesex Beach	middlesex-beach	US		0	America/New_York	38.52261	-75.05407	4			DE	005		
4143641	Midnight Thicket	midnight-thicket	US		0	America/New_York	38.5765	-75.53853	12			DE	005		
4143643	Midvalf	midvalf	US		0	America/New_York	39.659	-75.61354	19			DE	003		
4143647	Midway Estates	midway-estates	US		0	America/New_York	38.73483	-75.15796	8			DE	005		
4143649	Midway Park Subdivision	midway-park-subdivision	US		0	America/New_York	38.73817	-75.14296	8			DE	005		
4143662	Milford Crossroads	milford-crossroads	US		0	America/New_York	39.71567	-75.74077	97			DE	003		
4143666	Milford Meadows	milford-meadows	US		0	America/New_York	39.7065	-75.72882	73			DE	003		
4143674	Mifflin Meadows	mifflin-meadows	US		0	America/New_York	39.08845	-75.54715	11			DE	001		
4143680	Mill Creek Manor	mill-creek-manor	US		0	America/New_York	38.75845	-75.1988	7			DE	005		
4143683	Mill Pond Acres	mill-pond-acres	US		0	America/New_York	38.75733	-75.19824	7			DE	005		
4143684	Mill Run Acres	mill-run-acres	US		0	America/New_York	38.55095	-75.10879	3			DE	005		
4143687	Miller Creek Park Mobile Home Park	miller-creek-park-mobile-home-park	US		0	America/New_York	38.51095	-75.10463	1			DE	005		
4143689	Millpond Acres	millpond-acres	US		0	America/New_York	38.76456	-75.2038	6			DE	005		
4143694	Millside	millside	US		0	America/New_York	39.71817	-75.55242	3			DE	003		
4143701	Minners Corners	minners-corners	US		0	America/New_York	38.97067	-75.63021	18			DE	001		
4143702	Minquadale	minquadale	US		0	America/New_York	39.70706	-75.56659	20			DE	003		
4143704	Minquadale Trailer Village	minquadale-trailer-village	US		0	America/New_York	39.70011	-75.5652	22			DE	003		
4143708	Mispillion Light	mispillion-light	US		0	America/New_York	38.94733	-75.31491	1			DE	005		
4143713	Mitchell Estates	mitchell-estates	US		0	America/New_York	39.75428	-75.65799	80			DE	003		
4143714	Mobile Gardens Mobile Home Park	mobile-gardens-mobile-home-park	US		0	America/New_York	38.63456	-75.58965	6			DE	005		
4143718	Mockingbird Hill	mockingbird-hill	US		0	America/New_York	39.75928	-75.67743	67			DE	003		
4143720	Monroe Park	monroe-park	US		0	America/New_York	39.77233	-75.59604	79			DE	003		
4143721	Montchan	montchan	US		0	America/New_York	39.7765	-75.59215	83			DE	003		
4143723	Montclare	montclare	US		0	America/New_York	39.7265	-75.67604	47			DE	003		
4143724	Montgomery Woods	montgomery-woods	US		0	America/New_York	39.79733	-75.6691	56			DE	003		
4143725	Moores Acres	moores-acres	US		0	America/New_York	39.61872	-75.66354	22			DE	003		
4143726	Moores Corner	moores-corner	US		0	America/New_York	39.20956	-75.60548	17	Moores Corner,Shawns Crossroads		DE	001		
4143729	Moores Lake Development	moores-lake-development	US		0	America/New_York	39.12511	-75.51687	5			DE	001		
4143732	Mockingbird Hills	mockingbird-hills	US		0	America/New_York	39.76039	-75.67743	78			DE	003		
4143739	Morris Estates	morris-estates	US		0	America/New_York	39.1465	-75.51992	10			DE	001		
4143748	Mount Cuba	mount-cuba	US		0	America/New_York	39.7915	-75.63965	60	Cuba Rock,Mount Cuba		DE	003		
4143764	Morris Mill	morris-mill	US		0	America/New_York	38.639	-75.31686	7			DE	005		
4143768	Mount Pleasant Mobile Home Park	mount-pleasant-mobile-home-park	US		0	America/New_York	39.51539	-75.7116	21			DE	003		
4143786	Mulberry Landing	mulberry-landing	US		0	America/New_York	38.48595	-75.07629	1			DE	005		
4143794	Murrays Corner	murrays-corner	US		0	America/New_York	38.75206	-75.15018	7	Murray Corners,Murrays Corner,Murrays Corners		DE	005		
4143795	Murrays Development	murrays-development	US		0	America/New_York	38.69734	-75.38269	16			DE	005		
4143796	Murrays Haven	murrays-haven	US		0	America/New_York	38.54845	-75.10185	3			DE	005		
4143797	Murry Landing	murry-landing	US		0	America/New_York	38.57067	-75.09296	1			DE	005		
4143799	Naaman	naaman	US		0	America/New_York	39.81206	-75.44381	13	Naaman,Naamans Corner		DE	003		
4143801	Murray Estates	murray-estates	US		0	America/New_York	38.56206	-75.07768	2			DE	005		
4143802	Naamans Gardens	naamans-gardens	US		0	America/New_York	39.82511	-75.51631	122			DE	003		
4143803	Naamans Manor	naamans-manor	US		0	America/New_York	39.82289	-75.50048	91			DE	003		
4143805	Nandains Landing	nandains-landing	US		0	America/New_York	39.26261	-75.52742	5			DE	001		
4143806	Nanticoke Acres	nanticoke-acres	US		0	America/New_York	38.63956	-75.58465	7			DE	005		
4143808	Nanticoke Estates	nanticoke-estates	US		0	America/New_York	38.62317	-75.62048	6			DE	005		
4143809	Nanticoke Farms	nanticoke-farms	US		0	America/New_York	39.77706	-75.60632	79			DE	003		
4143816	Nanticoke Shores Mobile Home Park	nanticoke-shores-mobile-home-park	US		0	America/New_York	38.63011	-75.13907	2			DE	005		
4143822	Nassau Park Mobile Home Park	nassau-park-mobile-home-park	US		0	America/New_York	38.74983	-75.18991	9			DE	005		
4143832	Nentego Manor	nentego-manor	US		0	America/New_York	38.51539	-75.36047	13			DE	005		
4143855	New Market Village Mobile Home Park	new-market-village-mobile-home-park	US		0	America/New_York	38.80984	-75.38714	13			DE	005		
4143994	Overlook Colony	overlook-colony	US		0	America/New_York	39.80428	-75.46909	30	Overlook,Overlook Colony		DE	003		
4143995	Overview Gardens	overview-gardens	US		0	America/New_York	39.714	-75.5652	7			DE	003		
4143865	Newark Oaks	newark-oaks	US		0	America/New_York	39.67956	-75.71688	18			DE	003		
4143872	Newport Heights	newport-heights	US		0	America/New_York	39.714	-75.60382	10			DE	003		
4143874	Newton Woods	newton-woods	US		0	America/New_York	38.76706	-75.5927	12			DE	005		
4143875	Newtons Acres	newtons-acres	US		0	America/New_York	38.58567	-75.07574	2			DE	005		
4143878	Nonatum Mills	nonatum-mills	US		0	America/New_York	39.68983	-75.75382	24			DE	003		
4143880	Newkirk Estates	newkirk-estates	US		0	America/New_York	39.69733	-75.69854	18			DE	003		
4143881	Normandy Manor	normandy-manor	US		0	America/New_York	39.78678	-75.51409	80			DE	003		
4143887	North Milford (historical)	north-milford-historical	US		0	America/New_York	38.91734	-75.42825	6			DE	001		
4143888	North Minister	north-minister	US		0	America/New_York	39.83039	-75.50298	98			DE	003		
4143892	North Shores	north-shores	US		0	America/New_York	38.91539	-75.4477	9			DE	001		
4143893	North Shores	north-shores	US		0	America/New_York	38.73622	-75.08435	1			DE	005		
4143894	North Shores	north-shores	US		0	America/New_York	38.65345	-75.58298	5			DE	005		
4143895	North Shores Addition	north-shores-addition	US		0	America/New_York	38.65817	-75.57715	7			DE	005		
4143898	North Star Addition	north-star-addition	US		0	America/New_York	39.75844	-75.71354	75			DE	003		
4143899	Northcrest	northcrest	US		0	America/New_York	39.83067	-75.49575	113			DE	003		
4143901	Northhurst	northhurst	US		0	America/New_York	39.77372	-75.48436	7			DE	003		
4143903	Northshire	northshire	US		0	America/New_York	39.81817	-75.50242	92			DE	003		
4143907	Nottingham Green	nottingham-green	US		0	America/New_York	39.68622	-75.77827	36			DE	003		
4143908	Nottingham Manor	nottingham-manor	US		0	America/New_York	39.68483	-75.76632	58			DE	003		
4143912	North Seaford Heights	north-seaford-heights	US		0	America/New_York	38.65511	-75.60382	8			DE	005		
4143915	Oak Drive	oak-drive	US		0	America/New_York	38.59039	-75.30519	8			DE	005		
4143916	Oak Forest Estates	oak-forest-estates	US		0	America/New_York	39.18428	-75.70326	22			DE	001		
4143917	Oak Forest Mobile Home Park	oak-forest-mobile-home-park	US		0	America/New_York	38.62956	-75.17185	5			DE	005		
4143923	Oak Hollow	oak-hollow	US		0	America/New_York	39.66345	-75.64271	16			DE	003		
4143924	Oak Lane Manor	oak-lane-manor	US		0	America/New_York	39.79317	-75.5302	93			DE	003		
4143925	Oak Meadows Mobile Home Park	oak-meadows-mobile-home-park	US		0	America/New_York	38.61206	-75.19991	6			DE	005		
4143926	Oak Orchard	oak-orchard	US		0	America/New_York	38.59622	-75.17269	0			DE	005		
4143928	Oak Orchard West Mobile Home Park	oak-orchard-west-mobile-home-park	US		0	America/New_York	38.60956	-75.19602	4			DE	005		
4143930	Oak Point Acres	oak-point-acres	US		0	America/New_York	39.09928	-75.66132	17			DE	001		
4143938	Oaktree Apartments	oaktree-apartments	US		0	America/New_York	39.64733	-75.78299	39			DE	003		
4143939	Oakwood Hills	oakwood-hills	US		0	America/New_York	39.76261	-75.66771	86			DE	003		
4143941	Ocean Village	ocean-village	US		0	America/New_York	38.55706	-75.05935	2			DE	005		
4143942	Ocean Way Estates	ocean-way-estates	US		0	America/New_York	38.53678	-75.08046	3			DE	005		
4143947	Odessa Heights	odessa-heights	US		0	America/New_York	39.45233	-75.66215	15			DE	003		
4143948	Ogletown	ogletown	US		0	America/New_York	39.67817	-75.69743	24	Ogleton,Ogletown		DE	003		
4143952	Oak Acres	oak-acres	US		0	America/New_York	38.49456	-75.11185	3			DE	005		
4143966	Old Landing	old-landing	US		0	America/New_York	38.58428	-75.26908	5			DE	005		
4143967	Old Landing	old-landing	US		0	America/New_York	38.68706	-75.12796	1			DE	005		
4143968	Old Landing Woods	old-landing-woods	US		0	America/New_York	38.7015	-75.13379	3			DE	005		
4143970	Old Mill Acres	old-mill-acres	US		0	America/New_York	38.60484	-75.64271	7			DE	005		
4143972	Old Furnace	old-furnace	US		0	America/New_York	38.66678	-75.51631	8	Old Furnace,Old Furnace Mill		DE	005		
4143976	Old Mill Manor	old-mill-manor	US		0	America/New_York	39.69178	-75.70382	17			DE	003		
4143984	Orchard Acres	orchard-acres	US		0	America/New_York	39.03289	-75.54437	16			DE	001		
4143985	Orchard Manor	orchard-manor	US		0	America/New_York	38.59983	-75.17935	3			DE	005		
4143992	Overbrook Shores	overbrook-shores	US		0	America/New_York	38.75845	-75.22519	6			DE	005		
4143996	Owens	owens	US		0	America/New_York	38.80567	-75.52604	16	Owens,Owens Store		DE	005		
4144000	Owls Nest	owls-nest	US		0	America/New_York	39.814	-75.63271	112			DE	003		
4144003	Packing House Corner	packing-house-corner	US		0	America/New_York	38.46595	-75.67326	11			DE	005		
4144004	Paden Corner	paden-corner	US		0	America/New_York	39.15567	-75.61243	18			DE	001		
4144006	Palm Springs Manor	palm-springs-manor	US		0	America/New_York	39.64178	-75.78521	39			DE	003		
4144007	Palmer Park	palmer-park	US		0	America/New_York	39.10289	-75.53992	10			DE	001		
4144008	Paris Villa	paris-villa	US		0	America/New_York	39.06483	-75.52881	13			DE	001		
4144011	Oyster Rocks	oyster-rocks	US		0	America/New_York	38.80206	-75.20269	1			DE	005		
4144013	Parkridge at Bellevue	parkridge-at-bellevue	US		0	America/New_York	39.76956	-75.48575	9			DE	003		
4144014	Parkwood	parkwood	US		0	America/New_York	39.74983	-75.65382	73			DE	003		
4144016	Parkside	parkside	US		0	America/New_York	39.5565	-75.70382	20			DE	003		
4144023	Patterson Place Mobile Home Park	patterson-place-mobile-home-park	US		0	America/New_York	38.65345	-75.25963	11			DE	005		
4144024	Patty Cannon Estates	patty-cannon-estates	US		0	America/New_York	38.59289	-75.64465	4			DE	005		
4144031	Pearson Grove	pearson-grove	US		0	America/New_York	39.229	-75.75327	20			DE	001		
4144032	Pearsons Corner	pearsons-corner	US		0	America/New_York	39.154	-75.64965	20	Pearson,Pearson's Corner,Pearson's Cross Roads,Pearsons Corner,Pearsons Cross Roads,Piersons		DE	001		
4144033	Peikin Park	peikin-park	US		0	America/New_York	39.70483	-75.69021	27			DE	003		
4144036	Penarth	penarth	US		0	America/New_York	39.80706	-75.5177	117			DE	003		
4144037	Pencader	pencader	US		0	America/New_York	39.67317	-75.74216	29			DE	003		
4144038	Pencader Farms	pencader-farms	US		0	America/New_York	39.56595	-75.75966	21			DE	003		
4144041	Pencader Village	pencader-village	US		0	America/New_York	39.63122	-75.74882	37			DE	003		
4144042	Pendrew Manor	pendrew-manor	US		0	America/New_York	39.71817	-75.66493	19			DE	003		
4144044	Penn Acres	penn-acres	US		0	America/New_York	39.68011	-75.58215	18			DE	003		
4144045	Penn Acres South	penn-acres-south	US		0	America/New_York	39.67428	-75.58937	17			DE	003		
4144047	Penn Rose	penn-rose	US		0	America/New_York	39.75845	-75.52187	17			DE	003		
4144048	Penndrew Manor	penndrew-manor	US		0	America/New_York	39.71817	-75.66632	14	Penndrew Manor		DE	003		
4144051	Pennwood	pennwood	US		0	America/New_York	39.1232	-75.5137	9			DE	001		
4144052	Penny Acres	penny-acres	US		0	America/New_York	39.76428	-75.51603	16			DE	003		
4144053	Pennyhill	pennyhill	US		0	America/New_York	39.76872	-75.51437	40	Penny Hill,Pennyhill		DE	003		
4144054	Pennyhill Terrace	pennyhill-terrace	US		0	America/New_York	39.764	-75.50798	55			DE	003		
4144055	Penrock	penrock	US		0	America/New_York	39.79178	-75.48714	47			DE	003		
4144059	Pentland	pentland	US		0	America/New_York	39.82094	-75.63437	103			DE	003		
4144062	Pepper	pepper	US		0	America/New_York	38.54178	-75.47714	11			DE	005		
4144064	Pembrey	pembrey	US		0	America/New_York	39.80567	-75.52603	111			DE	003		
4144067	Pepper Ridge Mobile Home Park	pepper-ridge-mobile-home-park	US		0	America/New_York	38.49622	-75.22463	12			DE	005		
4144069	Pepperbox	pepperbox	US		0	America/New_York	38.49873	-75.43964	15			DE	005		
4144070	Peppers Landing	peppers-landing	US		0	America/New_York	38.4765	-75.07796	0			DE	005		
4144072	Pepper Ridge	pepper-ridge	US		0	America/New_York	39.73761	-75.70938	45			DE	003		
4144081	Phil Mar Estates	phil-mar-estates	US		0	America/New_York	38.71039	-75.09796	6			DE	005		
4144087	Phillips Heights	phillips-heights	US		0	America/New_York	39.76678	-75.50798	64			DE	003		
4144091	Piermont Woods	piermont-woods	US		0	America/New_York	39.64595	-75.7066	20			DE	003		
4144094	Pierson Farms	pierson-farms	US		0	America/New_York	39.8115	-75.53826	113			DE	003		
4144096	Pigeon Run	pigeon-run	US		0	America/New_York	39.62511	-75.65382	15			DE	003		
4144098	Phillips Hill	phillips-hill	US		0	America/New_York	38.569	-75.33297	12			DE	005		
4144100	Pike Creek	pike-creek	US		7898	America/New_York	39.73095	-75.7041	38			DE	003		
4144101	Pike Creek Valley	pike-creek-valley	US		11217	America/New_York	39.73622	-75.69827	74			DE	003		
4144111	Pine Lake Development	pine-lake-development	US		0	America/New_York	38.66539	-75.28852	11			DE	005		
4144112	Pine Lodge Addition	pine-lodge-addition	US		0	America/New_York	38.594	-75.31075	8			DE	005		
4144113	Pine Manor Estates	pine-manor-estates	US		0	America/New_York	38.51567	-75.13407	6			DE	005		
4144114	Pine Swamp Corner	pine-swamp-corner	US		0	America/New_York	39.67539	-75.67993	27			DE	003		
4144115	Pine Tree Corners	pine-tree-corners	US		0	America/New_York	39.40733	-75.66132	19	Pine Tree Corners,Pine Tree Crossroads		DE	003		
4144116	Pine Valley Farms	pine-valley-farms	US		0	America/New_York	39.5215	-75.62965	15			DE	003		
4144117	Pine Valley Mobile Home Park	pine-valley-mobile-home-park	US		0	America/New_York	38.72511	-75.13018	7			DE	005		
4144118	Pine Water Farm	pine-water-farm	US		0	America/New_York	38.66122	-75.17852	4	Pine Water Farm,Pinewater Farm		DE	005		
4144119	Pine Water Landing	pine-water-landing	US		0	America/New_York	38.6565	-75.1713	1			DE	005		
4144122	Pinepoint Mobile Home Park	pinepoint-mobile-home-park	US		0	America/New_York	38.59539	-75.21769	4			DE	005		
4144126	Piney Grove	piney-grove	US		0	America/New_York	38.63122	-75.38686	14			DE	005		
4144127	Piney Grove Manor	piney-grove-manor	US		0	America/New_York	38.64317	-75.37047	13			DE	005		
4144133	Plantation Park II Mobile Home Park	plantation-park-ii-mobile-home-park	US		0	America/New_York	38.51372	-75.11018	3			DE	005		
4144135	Pleasant Hills	pleasant-hills	US		0	America/New_York	39.71122	-75.62326	7			DE	003		
4144138	Pleasanton Acres	pleasanton-acres	US		0	America/New_York	39.20011	-75.50381	6			DE	001		
4144140	Plum Run	plum-run	US		0	America/New_York	39.73483	-75.70243	61			DE	003		
4144144	Piney Glade	piney-glade	US		0	America/New_York	38.72678	-75.12157	9			DE	005		
4144150	Point Breeze	point-breeze	US		0	America/New_York	39.37706	-75.66493	13			DE	003		
4144152	Pond Acres	pond-acres	US		0	America/New_York	38.554	-75.06851	1			DE	005		
4144153	Pondside Acres	pondside-acres	US		0	America/New_York	38.85678	-75.40353	7			DE	005		
4144160	Port Mahon	port-mahon	US		0	America/New_York	39.18539	-75.40103	1	Mahons,Port Mahon,Port Mahons		DE	001		
4144164	Porter Square	porter-square	US		0	America/New_York	39.59011	-75.72299	24			DE	003		
4144165	Portsville	portsville	US		0	America/New_York	38.56206	-75.62993	4			DE	005		
4144170	Postles Corner	postles-corner	US		0	America/New_York	39.13483	-75.44798	6			DE	001		
4144174	Pot Nets West	pot-nets-west	US		0	America/New_York	38.62456	-75.17463	3			DE	005		
4144175	Pots Nets North Mobile Home Park	pots-nets-north-mobile-home-park	US		0	America/New_York	38.63483	-75.15463	4			DE	005		
4144180	Powelton	powelton	US		0	America/New_York	38.88706	-75.5752	18			DE	001		
4144193	Primehook Beach	primehook-beach	US		0	America/New_York	38.85567	-75.24269	1			DE	005		
4144195	Prices Corner	prices-corner	US		0	America/New_York	39.73706	-75.62215	35			DE	003		
4144196	Prince George Acres	prince-george-acres	US		0	America/New_York	38.54539	-75.23158	8			DE	005		
4144198	Princeton Estates	princeton-estates	US		0	America/New_York	39.82178	-75.46075	42			DE	003		
4144199	Princeton Wood II	princeton-wood-ii	US		0	America/New_York	39.64011	-75.65993	21			DE	003		
4144200	Probst Mobile Home Park	probst-mobile-home-park	US		0	America/New_York	39.11233	-75.63576	17	Probst Mobile Home Park,Probst Trailer Park		DE	001		
4144209	Pusey Development	pusey-development	US		0	America/New_York	38.54762	-75.57965	9			DE	005		
4144210	Quail Ridge	quail-ridge	US		0	America/New_York	39.764	-75.67188	92			DE	003		
4144212	Quakers Heights	quakers-heights	US		0	America/New_York	38.75511	-75.1588	7			DE	005		
4144216	Pusey Crossroads	pusey-crossroads	US		0	America/New_York	38.55817	-75.40936	15	Pusey Crossroads,Puseys Crossroad,Puseys Crossroads		DE	005		
4144217	Queens Quest	queens-quest	US		0	America/New_York	38.48428	-75.05296	1			DE	005		
4144219	Quillens Point	quillens-point	US		0	America/New_York	38.5865	-75.07268	3			DE	005		
4144229	Radnor Green	radnor-green	US		0	America/New_York	39.80845	-75.4727	43			DE	003		
4144232	Raintree Village	raintree-village	US		0	America/New_York	39.65428	-75.68021	22			DE	003		
4144233	Ralphs	ralphs	US		0	America/New_York	38.50095	-75.63632	15	Ralph,Ralphs,Ralphs Store		DE	005		
4144235	Rambleton Acres	rambleton-acres	US		0	America/New_York	39.66233	-75.61743	15			DE	003		
4144244	Records Estates	records-estates	US		0	America/New_York	38.514	-75.5852	11			DE	005		
4144250	Red Hill Manor	red-hill-manor	US		0	America/New_York	38.7615	-75.20574	6			DE	005		
4144260	Red Mill Farms	red-mill-farms	US		0	America/New_York	38.749	-75.20574	9			DE	005		
4144263	Red Mills Farms	red-mills-farms	US		0	America/New_York	39.699	-75.71243	29			DE	003		
4144264	Redden	redden	US		0	America/New_York	38.7415	-75.41714	14	Carey,Redden		DE	005		
4144265	Redden Crossroads	redden-crossroads	US		0	America/New_York	38.73928	-75.42297	14	Redden Crossroads,Reddens Crossroad		DE	005		
4144269	Redmont	redmont	US		0	America/New_York	39.7165	-75.63521	9			DE	003		
4144280	Reeves Crossing	reeves-crossing	US		0	America/New_York	38.98345	-75.57798	12			DE	001		
4144291	Rehoboth Manor	rehoboth-manor	US		0	America/New_York	38.70678	-75.09046	3			DE	005		
4144293	Rehoboth Shores Mobile Home Park	rehoboth-shores-mobile-home-park	US		0	America/New_York	38.63067	-75.13629	1			DE	005		
4144298	Reybold	reybold	US		0	America/New_York	39.59233	-75.63021	15			DE	003		
4144302	Reynolds Mill	reynolds-mill	US		0	America/New_York	38.81317	-75.34408	7			DE	005		
4144306	Richard Heights	richard-heights	US		0	America/New_York	38.67511	-75.63854	12			DE	005		
4144307	Richardson Estates	richardson-estates	US		0	America/New_York	39.114	-75.51631	9			DE	001		
4144309	Richardson Park	richardson-park	US		0	America/New_York	39.73206	-75.58576	24			DE	003		
4144313	Ricland Heights	ricland-heights	US		0	America/New_York	38.674	-75.63826	11			DE	005		
4144318	Rising Sun Mobile Home Park	rising-sun-mobile-home-park	US		0	America/New_York	39.09706	-75.51131	12			DE	001		
4144321	River Breeze	river-breeze	US		0	America/New_York	38.62372	-75.19241	6			DE	005		
4144324	River Village II Mobile Home Park	river-village-ii-mobile-home-park	US		0	America/New_York	38.61261	-75.19963	6			DE	005		
4144325	River Village Mobile Home Park	river-village-mobile-home-park	US		0	America/New_York	38.61706	-75.1963	7			DE	005		
4144326	River-view Acres	river-view-acres	US		0	America/New_York	38.56428	-75.63382	5			DE	005		
4144329	Riverdale Estates Mobile Home Park	riverdale-estates-mobile-home-park	US		0	America/New_York	39.03484	-75.58298	18			DE	001		
4144333	Riveredge Park	riveredge-park	US		0	America/New_York	39.689	-75.54826	7			DE	003		
4144334	Rivers End	rivers-end	US		0	America/New_York	39.63761	-75.65854	21			DE	003		
4144336	Riverside Addition	riverside-addition	US		0	America/New_York	39.79456	-75.46353	8			DE	003		
4144341	Riverview Gardens	riverview-gardens	US		0	America/New_York	39.81983	-75.4602	43			DE	003		
4144345	Robertson Landing	robertson-landing	US		0	America/New_York	38.80539	-75.24297	1			DE	005		
4144347	Robinson Landing	robinson-landing	US		0	America/New_York	38.69317	-75.14157	1			DE	005		
4144350	Robscott Manor	robscott-manor	US		0	America/New_York	39.65706	-75.74688	29			DE	003		
4144352	Rock Manor	rock-manor	US		0	America/New_York	39.76956	-75.54548	80			DE	003		
4144359	Rockland Woods	rockland-woods	US		0	America/New_York	39.7965	-75.57826	79			DE	003		
4144361	Rockwood Hills	rockwood-hills	US		0	America/New_York	39.77956	-75.52742	76			DE	003		
4144363	Rockwood Woods	rockwood-woods	US		0	America/New_York	39.774	-75.5252	48			DE	003		
4144366	Rodney Village	rodney-village	US		1487	America/New_York	39.13206	-75.53242	12			DE	001		
4144368	Rodric Village	rodric-village	US		0	America/New_York	39.1315	-75.5177	10			DE	001		
4144369	Roesville	roesville	US		0	America/New_York	38.99789	-75.52826	15			DE	001		
4144372	Rogers Development	rogers-development	US		0	America/New_York	38.70095	-75.36408	14			DE	005		
4144374	Rogers Haven	rogers-haven	US		0	America/New_York	38.55983	-75.09407	1			DE	005		
4144375	Rogers Manor	rogers-manor	US		0	America/New_York	39.67372	-75.56104	2			DE	003		
4144376	Rolling Hills	rolling-hills	US		0	America/New_York	39.71817	-75.64965	20			DE	003		
4144378	Rolling Park	rolling-park	US		0	America/New_York	39.78761	-75.47047	7			DE	003		
4144379	Rolling Ridge	rolling-ridge	US		0	America/New_York	39.764	-75.67743	97			DE	003		
4144383	Rose Hill Gardens	rose-hill-gardens	US		0	America/New_York	39.70706	-75.55353	19			DE	003		
4144385	Rose Valley Estates	rose-valley-estates	US		0	America/New_York	39.40483	-75.71632	14			DE	003		
4144388	Rosegate	rosegate	US		0	America/New_York	39.70984	-75.54687	9			DE	003		
4144389	Roselle Terrace	roselle-terrace	US		0	America/New_York	39.739	-75.61354	36	Roselle,Roselle Terrace		DE	003		
4144390	Roseville Park	roseville-park	US		0	America/New_York	39.69956	-75.71299	30			DE	003		
4144396	Rogers Corners	rogers-corners	US		0	America/New_York	39.71122	-75.54687	6			DE	003		
4144400	Roxford	roxford	US		0	America/New_York	38.55011	-75.13018	4			DE	005		
4144405	Royal Grant	royal-grant	US		0	America/New_York	39.11233	-75.52576	10			DE	001		
4144406	Ruth Harbor	ruth-harbor	US		0	America/New_York	38.66234	-75.55381	8			DE	005		
4144407	Ruthby	ruthby	US		0	America/New_York	39.68567	-75.70215	23			DE	003		
4144410	Sabarto East	sabarto-east	US		0	America/New_York	39.21067	-75.56881	11			DE	001		
4144412	Saienni Farms	saienni-farms	US		0	America/New_York	39.64261	-75.62187	15			DE	003		
4144441	Runnymeade	runnymeade	US		0	America/New_York	39.77178	-75.69132	98			DE	003		
4144461	Saint Georges Heights	saint-georges-heights	US		0	America/New_York	39.564	-75.65187	16			DE	003		
4144470	Saint Johnstown	saint-johnstown	US		0	America/New_York	38.80511	-75.57548	15	Johnstown,Saint Johns,Saint Johns Town,Saint Johnstown,St. Johnstown		DE	005		
4144535	Salem Village	salem-village	US		0	America/New_York	39.66678	-75.70021	22			DE	003		
4144536	Salem Woods	salem-woods	US		0	America/New_York	39.64456	-75.69688	21			DE	003		
4144547	Sand Dunes Village	sand-dunes-village	US		0	America/New_York	38.75678	-75.18018	6			DE	005		
4144549	Sand Hill	sand-hill	US		0	America/New_York	38.73206	-75.36019	14			DE	005		
4144556	Sandy Beach	sandy-beach	US		0	America/New_York	38.57539	-75.25991	7			DE	005		
4144558	Sandy Brae	sandy-brae	US		0	America/New_York	38.73761	-75.14824	8			DE	005		
4144315	Ridgewood	ridgewood	US	07450	0	America/New_York	39.76678	-75.51214	48			DE	003		
4144560	Sandtown	sandtown	US		0	America/New_York	39.03345	-75.71882	18	Lewisville,Louisville,Sandtown		DE	001		
4144563	Sandy Fork	sandy-fork	US		0	America/New_York	38.554	-75.53215	9			DE	005		
4144564	Sandy Landing	sandy-landing	US		0	America/New_York	38.57095	-75.1788	1			DE	005		
4144569	Sassafras Landing	sassafras-landing	US		0	America/New_York	38.499	-75.08268	1			DE	005		
4144572	Saulsbury Switch	saulsbury-switch	US		0	America/New_York	38.70178	-75.34325	14	Messick,Saulsbury Switch		DE	005		
4144576	Savannah Place	savannah-place	US		0	America/New_York	38.764	-75.1613	4			DE	005		
4144580	Scarborough Park	scarborough-park	US		0	America/New_York	39.73484	-75.58659	16			DE	003		
4144581	Schoolview	schoolview	US		0	America/New_York	39.15428	-75.50242	10			DE	001		
4144582	Schultie Crossroads	schultie-crossroads	US		0	America/New_York	38.99539	-75.73493	16	Greenless Crossroads,Schultie Crossroad,Schultie Crossroads		DE	001		
4144587	Scotts Corner	scotts-corner	US		0	America/New_York	38.78095	-75.66715	15	Scotts,Scotts Corner,Scotts Corners		DE	005		
4144589	Scottsdale Park Mobile Home Park	scottsdale-park-mobile-home-park	US		0	America/New_York	38.50123	-75.54992	12			DE	005		
4144590	Scrap Tavern Crossroads	scrap-tavern-crossroads	US		0	America/New_York	39.00622	-75.5277	14			DE	001		
4144591	Sea Air Mobile Home Park	sea-air-mobile-home-park	US		0	America/New_York	38.71567	-75.11213	8			DE	005		
4144592	Sea Colony	sea-colony	US		0	America/New_York	38.52872	-75.0549	2			DE	005		
4144593	Sea Colony East	sea-colony-east	US		0	America/New_York	38.52872	-75.0549	2			DE	005		
4144594	Sea Del Estates	sea-del-estates	US		0	America/New_York	38.56539	-75.05824	3			DE	005		
4144595	Sea Dunes	sea-dunes	US		0	America/New_York	38.47928	-75.05157	1			DE	005		
4144596	Sea Farers Village	sea-farers-village	US		0	America/New_York	38.63011	-75.17352	6	Sea Farers Village,Seafarers Village		DE	005		
4144597	Sea Spray Village	sea-spray-village	US		0	America/New_York	38.73956	-75.1988	9			DE	005		
4144598	Seabreak	seabreak	US		0	America/New_York	38.55372	-75.05796	3			DE	005		
4144599	Seabreeze	seabreeze	US		0	America/New_York	38.69595	-75.08157	5			DE	005		
4144605	Seaford Heights	seaford-heights	US		0	America/New_York	38.65011	-75.60798	9			DE	005		
4144614	Seaside Villas	seaside-villas	US		0	America/New_York	38.48039	-75.05129	1			DE	005		
4144615	Seatowne	seatowne	US		0	America/New_York	38.4815	-75.05296	2			DE	005		
4144618	Sedgley Farms	sedgley-farms	US		0	America/New_York	39.76511	-75.62354	73			DE	003		
4144619	Seeneytown	seeneytown	US		0	America/New_York	39.19983	-75.66576	21			DE	001		
4144624	Seton	seton	US		0	America/New_York	39.76984	-75.4852	7			DE	003		
4144625	Seton Villa	seton-villa	US		0	America/New_York	39.77095	-75.4877	25			DE	003		
4144626	Seven Hickories	seven-hickories	US		0	America/New_York	39.21622	-75.62937	15	Gerkerville,Hickories,Seven Hickories		DE	001		
4144633	Scottfield	scottfield	US		0	America/New_York	39.65789	-75.72743	22			DE	003		
4144635	Shady Acres Mobile Home Park	shady-acres-mobile-home-park	US		0	America/New_York	38.56262	-75.5577	9	Shady Acres Mobile Home Park,Shady Acres Trailer Park		DE	005		
4144636	Shady Dell Mobile Home Park	shady-dell-mobile-home-park	US		0	America/New_York	38.52095	-75.10379	5			DE	005		
4144638	Shady Lane	shady-lane	US		0	America/New_York	39.119	-75.5177	9			DE	001		
4144640	Shady Park Mobile Home Park	shady-park-mobile-home-park	US		0	America/New_York	38.47178	-75.09657	2			DE	005		
4144641	Shady Rest Park	shady-rest-park	US		0	America/New_York	38.71845	-75.2613	12			DE	005		
4144642	Shady Ridge	shady-ridge	US		0	America/New_York	38.72789	-75.12129	9			DE	005		
4144644	Shaffer Property	shaffer-property	US		0	America/New_York	38.7565	-75.15768	7			DE	005		
4144645	Shaft Ox Corner	shaft-ox-corner	US		0	America/New_York	38.52484	-75.35686	12	Shaft Ox Corner,Shaften		DE	005		
4144652	Sharpley	sharpley	US		0	America/New_York	39.80011	-75.5552	113			DE	003		
4144655	Shawnee Acres	shawnee-acres	US		0	America/New_York	38.89456	-75.40242	9			DE	005		
4144657	Shawns Hideaway Mobile Home Park	shawns-hideaway-mobile-home-park	US		0	America/New_York	38.65289	-75.18296	5			DE	005		
4144658	Shaws Corner	shaws-corner	US		0	America/New_York	39.20317	-75.64882	21			DE	001		
4144666	Sheffield Manor	sheffield-manor	US		0	America/New_York	39.69817	-75.68965	11			DE	003		
4144669	Shell Landing	shell-landing	US		0	America/New_York	38.66595	-75.13879	2			DE	005		
4144671	Shellburne	shellburne	US		0	America/New_York	39.78067	-75.51214	71			DE	003		
4144672	Shelley Farms	shelley-farms	US		0	America/New_York	39.58039	-75.77216	21			DE	003		
4144674	Sheep Pen Landing	sheep-pen-landing	US		0	America/New_York	38.64289	-75.14768	1			DE	005		
4144676	Sheridan Square	sheridan-square	US		0	America/New_York	39.72595	-75.65437	28			DE	003		
4144678	Sherwood Acres	sherwood-acres	US		0	America/New_York	38.53622	-75.14546	6			DE	005		
4144679	Sherwood Forest	sherwood-forest	US		0	America/New_York	39.67095	-75.68993	22			DE	003		
4144680	Sherwood Forest Mobile Home Park	sherwood-forest-mobile-home-park	US		0	America/New_York	38.63511	-75.19519	6			DE	005		
4144681	Sherwood Park	sherwood-park	US		0	America/New_York	39.73622	-75.65799	47			DE	003		
4144684	Shingle Landing	shingle-landing	US		0	America/New_York	39.54345	-75.59382	1			DE	003		
4144686	Shipley Heights	shipley-heights	US		0	America/New_York	39.78345	-75.52464	80			DE	003		
4144687	Shipley Ridge	shipley-ridge	US		0	America/New_York	39.77845	-75.51964	73			DE	003		
4144689	Shipley Woods	shipley-woods	US		0	America/New_York	39.82345	-75.53353	123			DE	003		
4144693	Shockley Manor	shockley-manor	US		0	America/New_York	38.71678	-75.10046	9			DE	005		
4144696	Shockley Heights	shockley-heights	US		0	America/New_York	38.71456	-75.09879	8			DE	005		
4144697	Shorts Corner	shorts-corner	US		0	America/New_York	39.2065	-75.67243	20			DE	001		
4144699	Shortly	shortly	US		0	America/New_York	38.60734	-75.39464	14			DE	005		
4144702	Shuffelt Acres	shuffelt-acres	US		0	America/New_York	38.64428	-75.67243	10			DE	005		
4144704	Silver Brook	silver-brook	US		0	America/New_York	39.6565	-75.75382	26			DE	003		
4144713	Silver Lake Manor	silver-lake-manor	US		0	America/New_York	38.70511	-75.08574	5			DE	005		
4144716	Silver Lake Shores	silver-lake-shores	US		0	America/New_York	38.70372	-75.0774	5			DE	005		
4144718	Shorts Landing	shorts-landing	US		0	America/New_York	39.34983	-75.53548	1			DE	001		
4144720	Silver View Farm	silver-view-farm	US		0	America/New_York	38.70345	-75.11352	2			DE	005		
4144721	Silverbrook	silverbrook	US		0	America/New_York	39.75456	-75.59798	45			DE	003		
4144723	Silverbrook Gardens	silverbrook-gardens	US		0	America/New_York	39.74178	-75.58298	30			DE	003		
4144725	Silverside	silverside	US		0	America/New_York	39.79317	-75.4902	58	Silver Side,Silverside		DE	003		
4144726	Silverside Heights	silverside-heights	US		0	America/New_York	39.78484	-75.4802	26			DE	003		
4144728	Silview	silview	US		0	America/New_York	39.71289	-75.62187	9			DE	003		
4144730	Simonds Gardens	simonds-gardens	US		0	America/New_York	39.70567	-75.54353	11			DE	003		
4144735	Six Forks	six-forks	US		0	America/New_York	38.88845	-75.52965	17			DE	001		
4144739	Skyline Crest	skyline-crest	US		0	America/New_York	39.72511	-75.68438	59			DE	003		
4144740	Skyline Orchard	skyline-orchard	US		0	America/New_York	39.794	-75.66632	79			DE	003		
4144741	Skyline Ridge	skyline-ridge	US		0	America/New_York	39.7215	-75.69438	63			DE	003		
4144743	Slaughter Beach	slaughter-beach	US		230	America/New_York	38.91289	-75.30408	2			DE	005		
4144751	Sloan Landing	sloan-landing	US		0	America/New_York	38.65511	-75.13241	3			DE	005		
4144758	Smith Crossroads	smith-crossroads	US		0	America/New_York	39.09511	-75.71576	18			DE	001		
4144759	Smith Hill	smith-hill	US		0	America/New_York	38.49512	-75.51298	12			DE	005		
4144760	Smith Landing	smith-landing	US		0	America/New_York	38.79372	-75.27325	3			DE	005		
4144761	Smith Mill Farms	smith-mill-farms	US		0	America/New_York	39.72928	-75.71632	60			DE	003		
4144769	Smyrna Landing	smyrna-landing	US		0	America/New_York	39.30817	-75.59354	1			DE	001		
4144774	Smithfield Acres	smithfield-acres	US		0	America/New_York	38.47345	-75.19685	11			DE	005		
4144778	Snug Harbor	snug-harbor	US		0	America/New_York	38.65845	-75.57326	5			DE	005		
4144779	Snug Hill	snug-hill	US		0	America/New_York	39.79178	-75.67465	74			DE	003		
4144787	South Bethany	south-bethany	US		497	America/New_York	38.5165	-75.05296	1	Saut Betani,btany jnwby  dlawr,nan bo da ni,sa'utha bethyani,sawth bythany,Саут Бетани,بتانی جنوبی، دلاور,جنوبی بیتھانی، ڈیلاویئر,ساوث بيثاني,साउथ बेथ्यानी,南伯达尼		DE	005		
4144788	South Bowers	south-bowers	US		0	America/New_York	39.05733	-75.39742	1			DE	001		
4144792	South Milford (historical)	south-milford-historical	US		0	America/New_York	38.9115	-75.42881	6			DE	005		
4144800	Southwood	southwood	US		0	America/New_York	39.78483	-75.72382	106			DE	003		
4144801	Southwood Acres Mobile Home Park	southwood-acres-mobile-home-park	US		0	America/New_York	39.05261	-75.50464	12			DE	001		
4144809	Spring Brook Forest	spring-brook-forest	US		0	America/New_York	38.49595	-75.15407	6			DE	005		
4144814	Springfield Crossroads	springfield-crossroads	US		0	America/New_York	38.68261	-75.30769	12	Springfield,Springfield Crossroads		DE	005		
4144815	Springfield Farms Addition	springfield-farms-addition	US		0	America/New_York	38.68039	-75.37464	15			DE	005		
4144816	Spruance City	spruance-city	US		0	America/New_York	39.29456	-75.61632	13			DE	001		
4144821	Stage Mobile Home Village	stage-mobile-home-village	US		0	America/New_York	38.46734	-75.55159	15			DE	005		
4144822	Stage Road Development	stage-road-development	US		0	America/New_York	39.71678	-75.73243	88			DE	003		
4144827	Stanton Estates	stanton-estates	US		0	America/New_York	39.71345	-75.64687	15			DE	003		
4144831	Star Hill	star-hill	US		0	America/New_York	39.10539	-75.54048	12	Star Hill,Starr Hill		DE	001		
4144835	Star Hill Village	star-hill-village	US		0	America/New_York	39.10011	-75.53715	10			DE	001		
4144836	Star Landing	star-landing	US		0	America/New_York	38.76095	-75.20241	1			DE	005		
4144840	Stave Landing	stave-landing	US		0	America/New_York	39.4315	-75.60104	1			DE	003		
4144841	Staytonville	staytonville	US		0	America/New_York	38.84956	-75.51881	17	Staytonville,T Town,Tea Town		DE	005		
4144842	Steamboat Landing	steamboat-landing	US		0	America/New_York	38.79872	-75.24213	3			DE	005		
4144843	Steele Acres	steele-acres	US		0	America/New_York	38.58178	-75.07685	5			DE	005		
4144848	Stirrup Farms	stirrup-farms	US		0	America/New_York	39.75983	-75.73299	109			DE	003		
4144850	Stockley	stockley	US		0	America/New_York	38.64095	-75.33992	12			DE	005		
4144852	Stanley Manor	stanley-manor	US		0	America/New_York	38.90289	-75.45937	11			DE	005		
4144856	Stonehaven	stonehaven	US		0	America/New_York	39.76539	-75.51214	42			DE	003		
4144857	Stoneridge	stoneridge	US		0	America/New_York	39.77511	-75.69132	69			DE	003		
4144858	Stones Throw	stones-throw	US		0	America/New_York	39.63344	-75.73716	21			DE	003		
4144859	Stones Throw	stones-throw	US		0	America/New_York	39.63483	-75.74355	33			DE	003		
4144863	Stony Crest	stony-crest	US		0	America/New_York	39.74789	-75.62326	45			DE	003		
4144866	Strawberry Landing	strawberry-landing	US		0	America/New_York	38.50095	-75.07129	1			DE	005		
4144873	Stuyvesant Hills	stuyvesant-hills	US		0	America/New_York	39.77511	-75.66688	112			DE	003		
4144878	Sugar Loaf Chase	sugar-loaf-chase	US		0	America/New_York	39.48289	-75.64326	12			DE	003		
4144879	Summer Hill	summer-hill	US		0	America/New_York	39.64817	-75.69243	24			DE	003		
4144882	Summit Bridge	summit-bridge	US		0	America/New_York	39.53539	-75.72604	21	Buck,Buck Bridge,Buck Tavern,Jesterville,Summit Bridge,The Buck		DE	003		
4144884	Summit View	summit-view	US		0	America/New_York	39.64733	-75.77188	71			DE	003		
4144890	Surrey Park	surrey-park	US		0	America/New_York	39.80428	-75.5302	102			DE	003		
4144891	Susan Beach Corner	susan-beach-corner	US		0	America/New_York	38.46817	-75.65243	13			DE	005		
4144898	Sussex Estates	sussex-estates	US		0	America/New_York	38.60206	-75.55576	12			DE	005		
4144899	Sussex Shores	sussex-shores	US		0	America/New_York	38.55011	-75.05713	4			DE	005		
4144900	Sussex Woods	sussex-woods	US		0	America/New_York	38.83622	-75.43881	12			DE	005		
4144901	Swain Acres	swain-acres	US		0	America/New_York	38.69178	-75.39964	15			DE	005		
4144903	Swallow Hill	swallow-hill	US		0	America/New_York	39.794	-75.63521	98			DE	003		
4144907	Swann Keys	swann-keys	US		0	America/New_York	38.48011	-75.08629	1			DE	005		
4144908	Swanwyck	swanwyck	US		0	America/New_York	39.69372	-75.56048	12	Castle Heights,Strandwijk,Swaenewyck,Swan Hook,Swanewick,Swanwick,Swanwike,Swanwyck		DE	003		
4144909	Swanwyck Estates	swanwyck-estates	US		0	America/New_York	39.69317	-75.56353	18			DE	003		
4144910	Swanwyck Gardens	swanwyck-gardens	US		0	America/New_York	39.69456	-75.56631	23			DE	003		
4144911	Sweet Briar Mobile Home Park	sweet-briar-mobile-home-park	US		0	America/New_York	38.7515	-75.22602	6			DE	005		
4144916	Sycamore Farms	sycamore-farms	US		0	America/New_York	39.43011	-75.65521	10			DE	003		
4144917	Sycamore Gardens	sycamore-gardens	US		0	America/New_York	39.69595	-75.7066	24			DE	003		
4144920	Talley Brook	talley-brook	US		0	America/New_York	39.81817	-75.53298	116			DE	003		
4144922	Talleys Corner	talleys-corner	US		0	America/New_York	39.80817	-75.51548	114			DE	003		
4144923	Talleyville	talleyville	US		0	America/New_York	39.809	-75.54881	116	Graceville,Talleyville,Tallyville		DE	003		
4144926	Swanendael	swanendael	US		0	America/New_York	38.76511	-75.16324	2			DE	005		
4144929	Tavistock	tavistock	US		0	America/New_York	39.80567	-75.55798	116			DE	003		
4144932	Taylors Corner	taylors-corner	US		0	America/New_York	39.38761	-75.71576	23			DE	003		
4144935	Taylors Gut Landing	taylors-gut-landing	US		0	America/New_York	39.32761	-75.51492	1			DE	001		
4144936	Taylortown	taylortown	US		0	America/New_York	39.64733	-75.67132	13			DE	003		
4144937	Teaberry Woods	teaberry-woods	US		0	America/New_York	38.47067	-75.09741	1			DE	005		
4144944	Tenby Chase	tenby-chase	US		0	America/New_York	39.76817	-75.72882	115			DE	003		
4144946	Tent	tent	US		0	America/New_York	39.35733	-75.60604	16	Tent,Walker		DE	003		
4144951	Thatchers Landing	thatchers-landing	US		0	America/New_York	38.5565	-75.20185	1			DE	005		
4144954	The Blades	the-blades	US		0	America/New_York	39.11678	-75.52881	13			DE	001		
4144955	The Bluffs	the-bluffs	US		0	America/New_York	39.72789	-75.70382	64			DE	003		
4144957	The Cedars	the-cedars	US		0	America/New_York	39.74039	-75.63298	22			DE	003		
4144963	The Elms	the-elms	US		0	America/New_York	39.67428	-75.69354	21			DE	003		
4144964	The Flying Dutchman Mobile Home Park	the-flying-dutchman-mobile-home-park	US		0	America/New_York	39.03872	-75.55381	11			DE	001		
4144965	The Glade	the-glade	US		0	America/New_York	38.73622	-75.09963	5			DE	005		
4144967	The Hamlet	the-hamlet	US		0	America/New_York	39.16956	-75.54826	15			DE	001		
4144968	The Heath	the-heath	US		0	America/New_York	38.90706	-75.45798	9			DE	005		
4144969	The Highlands	the-highlands	US		0	America/New_York	39.72095	-75.68299	39			DE	003		
4144970	The Hills of Skyline	the-hills-of-skyline	US		0	America/New_York	39.72095	-75.68715	41			DE	003		
4144973	The Island	the-island	US		0	America/New_York	39.45733	-75.59104	3			DE	003		
4144974	The Island	the-island	US		0	America/New_York	38.64734	-75.5952	3			DE	005		
4144975	The Landing	the-landing	US		0	America/New_York	38.59289	-75.2138	3	Downs Landing,The Landing		DE	005		
4144976	The Landing	the-landing	US		0	America/New_York	38.714	-75.13018	9			DE	005		
4144979	The Narrows	the-narrows	US		0	America/New_York	38.49345	-75.07629	3			DE	005		
4144980	The Oaks	the-oaks	US		0	America/New_York	38.664	-75.59826	9			DE	005		
4144982	The Pines of Pike Creek	the-pines-of-pike-creek	US		0	America/New_York	39.74595	-75.70938	86			DE	003		
4144983	The Plantations	the-plantations	US		0	America/New_York	38.73345	-75.16241	8			DE	005		
4144985	The Reservation	the-reservation	US		0	America/New_York	38.57372	-75.07796	1			DE	005		
4144987	The Shoals	the-shoals	US		0	America/New_York	38.47733	-75.05129	2			DE	005		
4144990	The Timbers	the-timbers	US		0	America/New_York	39.82567	-75.47909	87			DE	003		
4144992	The Villa	the-villa	US		0	America/New_York	39.66345	-75.64271	16			DE	003		
4144993	The Village of Drummond Hill	the-village-of-drummond-hill	US		0	America/New_York	39.71483	-75.71021	79			DE	003		
4144995	The Willows	the-willows	US		0	America/New_York	38.68678	-75.18352	7			DE	005		
4144996	The Woods	the-woods	US		0	America/New_York	39.68456	-75.63687	15			DE	003		
4144997	The Woods on Herring Creek	the-woods-on-herring-creek	US		0	America/New_York	38.66456	-75.14407	3			DE	005		
4145005	Thomas Landing	thomas-landing	US		0	America/New_York	39.44817	-75.61298	1			DE	003		
4145009	Tessie-Maringola Estates	tessie-maringola-estates	US		0	America/New_York	38.83511	-75.43631	13			DE	005		
4145018	Three Seasons Mobile Home Park	three-seasons-mobile-home-park	US		0	America/New_York	38.70039	-75.11463	2			DE	005		
4145022	Tidbury Manor	tidbury-manor	US		0	America/New_York	39.11622	-75.51437	7			DE	001		
4145025	Tidbury Creek Park Mobile Home Park	tidbury-creek-park-mobile-home-park	US		0	America/New_York	39.11289	-75.51465	9			DE	001		
4145028	Todd Estates	todd-estates	US		0	America/New_York	39.67095	-75.71215	24			DE	003		
4145031	Tolham Estates	tolham-estates	US		0	America/New_York	39.61345	-75.66437	17			DE	003		
4145033	Timber Ridge	timber-ridge	US		0	America/New_York	39.66206	-75.62937	24			DE	003		
4145043	Tower Shores	tower-shores	US		0	America/New_York	38.584	-75.06074	1			DE	005		
4145045	Towne Point	towne-point	US		0	America/New_York	39.17789	-75.51631	7			DE	001		
4145055	Tree Top Valley	tree-top-valley	US		0	America/New_York	39.77511	-75.68299	85			DE	003		
4145056	Trepagnier	trepagnier	US		0	America/New_York	39.77928	-75.66854	111			DE	003		
4145059	Tri-State Mobile Home Park	tri-state-mobile-home-park	US		0	America/New_York	38.69706	-75.16824	5			DE	005		
4145072	Tru Vale Acres	tru-vale-acres	US		0	America/New_York	38.73206	-75.12407	8			DE	005		
4145073	Truitts Midway Development	truitts-midway-development	US		0	America/New_York	38.73067	-75.13491	9			DE	005		
4145074	Truitts Park	truitts-park	US		0	America/New_York	38.70567	-75.09129	2			DE	005		
4145079	Top of the Wedge	top-of-the-wedge	US		0	America/New_York	39.70844	-75.77883	86			DE	003		
4145083	Tuckahoe Acres	tuckahoe-acres	US		0	America/New_York	38.589	-75.12046	2			DE	005		
4145091	Turnkey	turnkey	US		0	America/New_York	39.08817	-75.54742	10			DE	001		
4145095	Tussock Pond	tussock-pond	US		0	America/New_York	38.54012	-75.63632	9			DE	005		
4145102	Tybouts Corner	tybouts-corner	US		0	America/New_York	39.62011	-75.64215	17			DE	003		
4145103	Tybrook	tybrook	US		0	America/New_York	39.74872	-75.63159	47			DE	003		
4145106	Twin Eagle Farms	twin-eagle-farms	US		0	America/New_York	39.28067	-75.71215	24			DE	001		
4145108	Underwood Corner	underwood-corner	US		0	America/New_York	39.24456	-75.68021	21	Underwood Corner,Underwoods Corner,Wilds Corners		DE	001		
4145126	Upcounty Mobile Home Park	upcounty-mobile-home-park	US		0	America/New_York	38.6215	-75.64076	4			DE	005		
4145132	Valley Run	valley-run	US		0	America/New_York	39.81789	-75.4702	60			DE	003		
4145136	Vandyke	vandyke	US		0	America/New_York	39.35733	-75.74493	24	Van Dyke,Vandyke		DE	003		
4145139	Varlano	varlano	US		0	America/New_York	39.65928	-75.67326	15			DE	003		
4145140	Vaughn Landing	vaughn-landing	US		0	America/New_York	38.77872	-75.28213	6			DE	005		
4145145	Victoria Woods	victoria-woods	US		0	America/New_York	39.66067	-75.64271	22			DE	003		
4145148	Village of Garrison Lake	village-of-garrison-lake	US		0	America/New_York	39.259	-75.58937	12			DE	001		
4145150	Victor E Hurley Estates	victor-e-hurley-estates	US		0	America/New_York	38.6465	-75.59687	5			DE	005		
4145154	Voshell Cove	voshell-cove	US		0	America/New_York	39.169	-75.60465	15			DE	001		
4145155	Voshell Mill	voshell-mill	US		0	America/New_York	39.09817	-75.52853	5			DE	001		
4145190	Walkers Acres	walkers-acres	US		0	America/New_York	38.80484	-75.43131	15			DE	005		
4145192	Vintage Village	vintage-village	US		0	America/New_York	39.78844	-75.7066	89			DE	003		
4145198	Waples	waples	US		0	America/New_York	38.82595	-75.30741	4			DE	005		
4145201	Waples Pond Acres	waples-pond-acres	US		0	America/New_York	38.81733	-75.30464	4			DE	005		
4145208	Warren Landing	warren-landing	US		0	America/New_York	39.06317	-75.42547	3			DE	001		
4145210	Warrington Manor	warrington-manor	US		0	America/New_York	38.93345	-75.56354	16			DE	001		
4145217	Washington Heights	washington-heights	US		0	America/New_York	39.7265	-75.63854	21			DE	003		
4145218	Washington Heights	washington-heights	US		0	America/New_York	38.71261	-75.09546	7			DE	005		
4145219	Washington Park	washington-park	US		0	America/New_York	39.66122	-75.58076	7			DE	003		
4145220	Waterview Acres	waterview-acres	US		0	America/New_York	38.64095	-75.54548	8			DE	005		
4145221	Ways Corner	ways-corner	US		0	America/New_York	39.82483	-75.50103	93	Waynes Corner,Ways Corner		DE	003		
4145222	Weatherhill Farms	weatherhill-farms	US		0	America/New_York	39.74456	-75.6941	77			DE	003		
4145223	Webb Landing	webb-landing	US		0	America/New_York	39.04622	-75.39325	1	Webb Landing,Webbs Landing		DE	001		
4145224	Webb Landing	webb-landing	US		0	America/New_York	38.7115	-75.18019	4			DE	005		
4145225	Webb Manor	webb-manor	US		0	America/New_York	38.90234	-75.44631	10			DE	005		
4145227	Warwick Park	warwick-park	US		0	America/New_York	38.59706	-75.21019	5			DE	005		
4145228	Webster Farm	webster-farm	US		0	America/New_York	39.79456	-75.51075	83			DE	003		
4145229	Wedge Hills	wedge-hills	US		0	America/New_York	39.70983	-75.78299	70			DE	003		
4145231	Wedgewood	wedgewood	US		0	America/New_York	39.13345	-75.5427	11			DE	001		
4145232	Wedgewood	wedgewood	US		0	America/New_York	39.64595	-75.64132	22			DE	003		
4145235	Weldin Farms	weldin-farms	US		0	America/New_York	39.78234	-75.5327	89			DE	003		
4145236	Weldin Park	weldin-park	US		0	America/New_York	39.77845	-75.53437	85			DE	003		
4145237	Weldin Woods	weldin-woods	US		0	America/New_York	39.78289	-75.52353	80			DE	003		
4145238	Wellington Hills	wellington-hills	US		0	America/New_York	39.78983	-75.70799	105			DE	003		
4145239	Wellington Woods	wellington-woods	US		0	America/New_York	39.62567	-75.69271	23			DE	003		
4145241	Weber Tract	weber-tract	US		0	America/New_York	39.82706	-75.50575	108			DE	003		
4145242	Welshire	welshire	US		0	America/New_York	39.78484	-75.51631	84			DE	003		
4145243	Wembly	wembly	US		0	America/New_York	39.79261	-75.48798	58			DE	003		
4145244	Wescoats Corner	wescoats-corner	US		0	America/New_York	38.75178	-75.16435	8	Wescoat Corners,Wescoats Corner,Wescoats Corners		DE	005		
4145258	West Bay Park Mobile Home Park	west-bay-park-mobile-home-park	US		0	America/New_York	38.66372	-75.14324	4			DE	005		
4145259	West Beach	west-beach	US		0	America/New_York	38.57428	-75.17046	1			DE	005		
4145266	West Farm	west-farm	US		0	America/New_York	39.78761	-75.60243	88			DE	003		
4145269	West Meadow	west-meadow	US		0	America/New_York	39.70567	-75.73299	76			DE	003		
4145270	West Minquadale	west-minquadale	US		0	America/New_York	39.71261	-75.56715	15			DE	003		
4145276	West Rehoboth	west-rehoboth	US		0	America/New_York	38.71483	-75.10046	8			DE	005		
4145279	West Riding	west-riding	US		0	America/New_York	39.76817	-75.64965	74			DE	003		
4145283	Westerlee	westerlee	US		0	America/New_York	38.45845	-75.58854	14			DE	005		
4145284	Westerloo	westerloo	US		0	America/New_York	39.83289	-75.49909	113			DE	003		
4145286	Westgate Farms	westgate-farms	US		0	America/New_York	39.76678	-75.66076	84			DE	003		
4145292	Westover Hills	westover-hills	US		0	America/New_York	39.76345	-75.59076	67	Westover Hill,Westover Hills		DE	003		
4145294	Westwood Manor	westwood-manor	US		0	America/New_York	39.80011	-75.50103	86			DE	003		
4145295	Westwoods	westwoods	US		0	America/New_York	38.49511	-75.37158	13			DE	005		
4145297	Whaleys Corners	whaleys-corners	US		0	America/New_York	38.65234	-75.4302	15			DE	005		
4145298	Whaleys Crossroads	whaleys-crossroads	US		0	America/New_York	38.53206	-75.4502	14	Whaleys,Whaleys Crossroads		DE	005		
4145308	Whispering Pines Mobile Home Park	whispering-pines-mobile-home-park	US		0	America/New_York	39.09428	-75.51715	13			DE	001		
4145309	White Briar	white-briar	US		0	America/New_York	39.78844	-75.68577	92			DE	003		
4145312	Whilton	whilton	US		0	America/New_York	39.65678	-75.63382	25			DE	003		
4145317	White Horse Farm	white-horse-farm	US		0	America/New_York	38.69178	-75.25297	11			DE	005		
4145318	White House Beach Mobile Home Park	white-house-beach-mobile-home-park	US		0	America/New_York	38.61622	-75.13268	3			DE	005		
4145321	White House Landing	white-house-landing	US		0	America/New_York	39.08761	-75.46631	1			DE	001		
4145324	White Creek Manor	white-creek-manor	US		0	America/New_York	38.55372	-75.10352	3			DE	005		
4145329	White Oak Farms	white-oak-farms	US		0	America/New_York	39.17511	-75.50937	6			DE	001		
4145330	White Oak Mobile Home Park	white-oak-mobile-home-park	US		0	America/New_York	38.88484	-75.39825	11			DE	005		
4145335	Whitehall Crossroads	whitehall-crossroads	US		0	America/New_York	39.26845	-75.52131	6			DE	001		
4145336	Whitehall Landing	whitehall-landing	US		0	America/New_York	39.25067	-75.47659	1	Whitehall,Whitehall Landing		DE	001		
4145338	Whiteleysburg	whiteleysburg	US		0	America/New_York	38.95761	-75.7316	19	Whiteleysburg,Whiteleysburgh,Whitleysburg,Whitleysburgh		DE	001		
4145341	Whites Village	whites-village	US		0	America/New_York	39.81928	-75.4552	33	Whites Village		DE	003		
4145345	Wickwood	wickwood	US		0	America/New_York	39.79289	-75.52853	91			DE	003		
4145348	Wiggins Mill	wiggins-mill	US		0	America/New_York	39.40344	-75.70493	7	Townsend Mill,Wiggins Mill		DE	003		
4145354	White River Estates	white-river-estates	US		0	America/New_York	38.564	-75.65521	6			DE	005		
4145357	Wilgus Subdivision	wilgus-subdivision	US		0	America/New_York	38.534	-75.06546	3			DE	005		
4145362	William Ritter Manor	william-ritter-manor	US		0	America/New_York	38.62983	-75.18435	6			DE	005		
4145380	Willow Run	willow-run	US		0	America/New_York	39.74456	-75.60937	34			DE	003		
4145395	Wilmington Manor	wilmington-manor	US		7889	America/New_York	39.68678	-75.58437	18			DE	003		
4145397	Wilmington Manor Gardens	wilmington-manor-gardens	US		0	America/New_York	39.67289	-75.58131	6			DE	003		
4145410	Winding Creek Village	winding-creek-village	US		0	America/New_York	38.64233	-75.16463	3	Winding Creek Village,Winding Creek Village Mobile Home Park		DE	005		
4145411	Windsor Hills	windsor-hills	US		0	America/New_York	39.80011	-75.52881	102			DE	003		
4145412	Windward	windward	US		0	America/New_York	39.77511	-75.64132	36	Windward,Winward		DE	003		
4145413	Windy Bush	windy-bush	US		0	America/New_York	39.80011	-75.49131	82			DE	003		
4145414	Windy Hills	windy-hills	US		0	America/New_York	39.689	-75.71632	23			DE	003		
4145416	Windy Mill Park	windy-mill-park	US		0	America/New_York	39.69456	-75.72327	28			DE	003		
4145417	Windy Way	windy-way	US		0	America/New_York	39.26039	-75.58909	10			DE	001		
4145419	Winmill	winmill	US		0	America/New_York	39.0234	-75.5162	10			DE	001		
4145420	Winterbury	winterbury	US		0	America/New_York	39.76122	-75.65799	80			DE	003		
4145426	Wisseman Acres	wisseman-acres	US		0	America/New_York	38.90567	-75.4552	10			DE	005		
4145428	Wiltbank Landing	wiltbank-landing	US		0	America/New_York	38.80872	-75.24019	2			DE	005		
4145431	Wood Branch	wood-branch	US		0	America/New_York	38.66706	-75.36075	13	Spicer Prong,Wood Branch,Woods Branch		DE	005		
4145435	Wood Wards Addition	wood-wards-addition	US		0	America/New_York	39.73622	-75.61354	31			DE	003		
4145441	Woodbrook	woodbrook	US		0	America/New_York	39.794	-75.55798	103			DE	003		
4145442	Woodcreek	woodcreek	US		0	America/New_York	39.739	-75.69549	66			DE	003		
4145443	Woodcrest	woodcrest	US		0	America/New_York	39.17372	-75.54131	11			DE	001		
4145444	Woodcrest	woodcrest	US		0	America/New_York	39.72095	-75.60243	24			DE	003		
4145445	Woodcrest Estates	woodcrest-estates	US		0	America/New_York	38.60317	-75.43464	15			DE	005		
4145446	Wooddale	wooddale	US		0	America/New_York	39.76622	-75.63687	33			DE	003		
4145447	Wooded Acres	wooded-acres	US		0	America/New_York	38.61734	-75.55048	11			DE	005		
4145448	Wooden Bridge	wooden-bridge	US		0	America/New_York	39.03095	-75.52492	10			DE	001		
4145449	Woodenhawk	woodenhawk	US		0	America/New_York	38.79178	-75.69021	13	Woodenhaw,Woodenhawk		DE	005		
4145453	Woodland Beach	woodland-beach	US		0	America/New_York	39.33345	-75.47464	1	Woodland,Woodland Beach		DE	001		
4145456	Woodland Court Mobile Home Park	woodland-court-mobile-home-park	US		0	America/New_York	39.30678	-75.58298	5			DE	001		
4145458	Woodland Heights	woodland-heights	US		0	America/New_York	38.56345	-75.57465	9			DE	005		
4145460	Woodland Station	woodland-station	US		0	America/New_York	38.63317	-75.65076	7			DE	005		
4145466	Woods Edge	woods-edge	US		0	America/New_York	38.70067	-75.16713	5			DE	005		
4145467	Woods Haven	woods-haven	US		0	America/New_York	38.93067	-75.41353	6	Woods Haven,Woodshaven		DE	001		
4145468	Woods Manor	woods-manor	US		0	America/New_York	39.12983	-75.51881	9			DE	001		
4145469	Woods Manor East	woods-manor-east	US		0	America/New_York	39.13095	-75.50853	8			DE	001		
4145470	Woodshade	woodshade	US		0	America/New_York	39.65428	-75.68299	24			DE	003		
4145472	Woodside Hills	woodside-hills	US		0	America/New_York	39.78761	-75.48992	43			DE	003		
4145473	Woodside Manor	woodside-manor	US		0	America/New_York	39.589	-75.72466	24			DE	003		
4145474	Woodstock Court	woodstock-court	US		0	America/New_York	39.15845	-75.54909	15			DE	001		
4145476	Worthland	worthland	US		0	America/New_York	39.80845	-75.44964	25	Worth,Worthland		DE	003		
4145477	Wrange Hill Estates	wrange-hill-estates	US		0	America/New_York	39.59178	-75.69965	25			DE	003		
4145478	Wrangle Hill	wrangle-hill	US		0	America/New_York	39.57928	-75.65743	19	Bowersville,Wrange Hill,Wrangle Hill		DE	003		
4145480	Wood Mill	wood-mill	US		0	America/New_York	39.71678	-75.67465	27			DE	003		
4145481	Wycliff	wycliff	US		0	America/New_York	39.789	-75.49131	56			DE	003		
4146042	Andover Lakes Estates	andover-lakes-estates	US		0	America/New_York	25.9662	-80.20199	1	Andover Lake Estates,Andover Lakes Estates		FL	086		
4145491	York Towne	york-towne	US		0	America/New_York	39.764	-75.73299	114			DE	003		
4145493	Yorklyn Ridge	yorklyn-ridge	US		0	America/New_York	39.80067	-75.67465	83			DE	003		
4145499	Wrights Crossroads	wrights-crossroads	US		0	America/New_York	39.15178	-75.73021	22	Wrights,Wrights Crossroads		DE	001		
4145503	Zurkow Development	zurkow-development	US		0	America/New_York	39.16511	-75.55965	16			DE	001		
4145566	Abe Springs	abe-springs	US		0	America/Chicago	30.36575	-85.14742	29			FL	013		
4145593	Achackwaithle (historical)	achackwaithle-historical	US		0	America/New_York	29.82521	-85.01658	1	Achackwaithle (historical),Prospect Bluff		FL	037		
4145594	Achan	achan	US		0	America/New_York	27.85947	-81.96842	37			FL	105		
4145595	Acklocknayke (historical)	acklocknayke-historical	US		0	America/New_York	28.08363	-82.78316	0	Acklocknayke (historical),Ocklackonayaha		FL	103		
4145596	Acline	acline	US		0	America/New_York	26.88506	-82.01509	3			FL	015		
4145612	Adam	adam	US		0	America/New_York	29.49136	-82.50622	21			FL	001		
4145658	Adventura	adventura	US		0	America/New_York	25.96537	-80.14282	2			FL	086		
4145680	Agricola	agricola	US		0	America/New_York	27.78781	-81.89147	51			FL	105		
4145685	Ahosulga (historical)	ahosulga-historical	US		0	America/New_York	30.43354	-83.68321	27			FL	079		
4145714	Alachua II (historical)	alachua-ii-historical	US		0	America/New_York	29.61691	-82.36649	24	Alachua II (historical),Cuscowilla		FL	001		
4145716	Alackaway Tolofa (historical)	alackaway-tolofa-historical	US		0	America/New_York	29.53358	-82.28316	24	Alackaway Tolofa (historical),John Hicks Town		FL	001		
4145717	Aladdin City	aladdin-city	US		0	America/New_York	25.57066	-80.45422	3			FL	086		
4145722	Alamana	alamana	US		0	America/New_York	28.94304	-81.10256	10			FL	127		
4145725	Alapaha (historical)	alapaha-historical	US		0	America/New_York	30.60021	-83.04986	35	Alapaha (historical),Alapoha,Chohalaboohulka,Cholapulka,Micco Town		FL	047		
4145743	Alcoma	alcoma	US		0	America/New_York	27.89502	-81.4823	36	Alcoma,Templeton		FL	105		
4145748	Alderene Park	alderene-park	US		0	America/New_York	28.81138	-81.36562	20			FL	117		
4145749	Alderman	alderman	US		0	America/New_York	28.49055	-82.16508	21			FL	053		
4145752	Aldermans Ford, Lithia	aldermans-ford-lithia	US		0	America/New_York	27.86253	-82.14564	19			FL	057		
4145760	Alexander Springs	alexander-springs	US		0	America/New_York	29.08026	-81.57813	11			FL	069		
4145802	Allandale	allandale	US		0	America/New_York	29.12165	-80.97644	1	Allandale,Allendale		FL	127		
4145804	Allanton	allanton	US		0	America/Chicago	30.03159	-85.4577	2			FL	005		
4145805	Allapattah	allapattah	US		54289	America/New_York	25.81454	-80.22394	3	Allapatah,Allapattah		FL	086		
4145920	Aloma	aloma	US		0	America/New_York	28.60083	-81.30646	27			FL	095		
4145932	Alpine Heights	alpine-heights	US		0	America/Chicago	30.74491	-86.20994	82			FL	131		
4145963	Alys Beach	alys-beach	US		0	America/Chicago	30.28353	-86.03049	7			FL	131		
4145968	Amelia City	amelia-city	US		0	America/New_York	30.59024	-81.45731	5			FL	089		
4145980	American Beach	american-beach	US		0	America/New_York	30.57496	-81.44398	5			FL	089		
4146000	Anastasia	anastasia	US		0	America/New_York	29.88775	-81.28952	5			FL	109		
4146008	Anclote	anclote	US		0	America/New_York	28.17612	-82.78066	3			FL	101		
4146040	Andover Golf Estates	andover-golf-estates	US		0	America/New_York	25.96426	-80.20838	1			FL	086		
4146061	Andytown	andytown	US		0	America/New_York	26.14592	-80.44172	3			FL	011		
4146062	Angel City	angel-city	US		0	America/New_York	28.34445	-80.66061	0			FL	009		
4146073	Anglers Park	anglers-park	US		0	America/New_York	25.14012	-80.39728	3	Angler Park,Anglers Park		FL	087		
4146074	Anglevillas	anglevillas	US		0	America/New_York	27.46032	-80.372	6			FL	111		
4146078	Ankona	ankona	US		0	America/New_York	27.3406	-80.27505	4	Ankona,Ankond		FL	111		
4146196	Aqui Esta	aqui-esta	US		0	America/New_York	26.90645	-82.04703	1			FL	015		
4146198	Araquey	araquey	US		0	America/New_York	29.94636	-81.3373	2			FL	109		
4146235	Ards Crossroads	ards-crossroads	US		0	America/Chicago	30.95935	-85.69327	44			FL	059		
4146239	Argyle Forest	argyle-forest	US		0	America/New_York	30.19385	-81.75482	5			FL	031		
4146261	Arlington Park	arlington-park	US		0	America/New_York	26.30702	-80.10699	4			FL	011		
4146276	Arno	arno	US		0	America/New_York	29.77191	-82.55539	27			FL	001		
4146281	Arran	arran	US		0	America/New_York	30.19048	-84.41601	12			FL	129		
4146283	Arrant Settlement	arrant-settlement	US		0	America/Chicago	30.85935	-85.9741	49			FL	059		
4146284	Arredondo	arredondo	US		0	America/New_York	29.60497	-82.40927	27	Arredondo,Arrendonda		FL	001		
4146285	Arredondo Estates	arredondo-estates	US		0	America/New_York	29.60497	-82.41622	26			FL	001		
4146296	Arundel	arundel	US		0	America/New_York	27.08811	-80.29838	6			FL	085		
4146302	Asbury Lake	asbury-lake	US		8700	America/New_York	30.04913	-81.82149	10			FL	019		
4146340	Astor Farms	astor-farms	US		0	America/New_York	28.82944	-81.36312	7			FL	117		
4146342	Astor Park	astor-park	US		0	America/New_York	29.15359	-81.57202	13			FL	069		
4146344	Atawalia (historical)	atawalia-historical	US		0	America/New_York	30.08354	-83.88321	2			FL	123		
4146361	Atlantic Heights	atlantic-heights	US		0	America/New_York	25.85537	-80.1206	1			FL	086		
4146372	Atlantis	atlantis	US		2106	America/New_York	26.5909	-80.10088	4	Atlantis,atlantys,atlantys  flwryda,etlantisa,ya te lan di si,Атлантис,آتلانتیس، فلوریدا,أتلانتيس,एट्लान्टिस,亚特兰蒂斯		FL	099		
4146384	Attapulgas (historical)	attapulgas-historical	US		0	America/New_York	30.61686	-84.56658	59	Ataphalgi,Attapulgas (historical),Fowl Towns,Tophulga		FL	039		
4146395	Aucilla	aucilla	US		100	America/New_York	30.47993	-83.75433	24	Aucilla,Ocilla		FL	065		
4146396	Aucilla (historical)	aucilla-historical	US		0	America/New_York	30.41687	-83.76655	24	Aucilla (historical),Oscillee,Scilly		FL	079		
4146413	Aurantia	aurantia	US		0	America/New_York	28.72805	-80.88756	7			FL	009		
4146423	Avalon Beach	avalon-beach	US		0	America/Chicago	30.5302	-87.10163	2			FL	113		
4146428	Ave Maria	ave-maria	US		0	America/New_York	26.33667	-81.43806	6			FL	021		
4146839	Bay Lake	bay-lake	US		0	America/New_York	28.4775	-81.90591	38			FL	069		
4146429	Aventura	aventura	US		37649	America/New_York	25.95648	-80.13921	1	Adventura,Aventura,a wen tu la,aebeontula,afyntjwra,awntwra  flwryda,ebhencura,Авентура,أفينتجورا,اونتورا، فلوریدا,एभेन्चुरा,阿文图拉,애번투라		FL	086		
4146442	Avon Park Lakes	avon-park-lakes	US		0	America/New_York	27.62837	-81.54841	41			FL	055		
4146458	Ayers	ayers	US		0	America/New_York	28.46333	-82.44371	20			FL	053		
4146464	Azalea Park	azalea-park	US		12556	America/New_York	28.54111	-81.30062	29			FL	095		
4146471	Azalea Terrace	azalea-terrace	US		0	America/New_York	30.28718	-81.56092	14			FL	031		
4146504	Bahama Beach	bahama-beach	US		0	America/Chicago	30.19742	-85.84243	7	Bahama Beach,Florida Beach,West Panama City Beach		FL	005		
4146512	Bahia Oaks	bahia-oaks	US		0	America/New_York	29.12664	-82.21648	26			FL	083		
4146513	Bahia Shores	bahia-shores	US		0	America/New_York	27.73586	-82.73871	1			FL	103		
4146514	Bahia Subdivision	bahia-subdivision	US		0	America/New_York	28.77749	-81.36312	20			FL	117		
4146515	Bahoma	bahoma	US		0	America/Chicago	30.81463	-85.50799	43			FL	133		
4146524	Bailey Hall	bailey-hall	US		0	America/New_York	27.28338	-82.56288	1			FL	115		
4146533	Bairs Den	bairs-den	US		0	America/New_York	27.20838	-81.32841	40			FL	055		
4146556	Baker Settlement	baker-settlement	US		0	America/Chicago	30.86713	-85.90494	37			FL	059		
4146558	Bakers Mill	bakers-mill	US		0	America/New_York	30.57966	-82.9393	41			FL	047		
4146564	Bal Harbour	bal-harbour	US		2877	America/New_York	25.89176	-80.12699	0	Bal Harbor,Bal Harbour,bal harbr  flwryda,bal harbwr,bao luo ha bo,byal harbara,بال هاربر، فلوریدا,بال هاربور,ब्याल् हार्बर,保罗哈博		FL	086		
4146578	Ballard Pines	ballard-pines	US		0	America/New_York	27.91586	-80.47839	2			FL	009		
4146587	Ballentine Manor	ballentine-manor	US		0	America/New_York	27.40143	-82.56538	7			FL	081		
4146591	Bamboo	bamboo	US		0	America/New_York	28.82277	-81.96564	22			FL	119		
4146655	Barber Quarters	barber-quarters	US		0	America/New_York	27.25255	-80.83923	9			FL	093		
4146662	Barcola	barcola	US		0	America/New_York	27.83447	-81.88258	44			FL	105		
4146674	Barker Store	barker-store	US		0	America/Chicago	30.91435	-85.91605	25			FL	059		
4146704	Barrineau Park	barrineau-park	US		0	America/Chicago	30.6938	-87.43609	14	Barrineau,Barrineau Park		FL	033		
4146714	Barth	barth	US		0	America/Chicago	30.76158	-87.33025	36			FL	033		
4146734	Barwal	barwal	US		0	America/New_York	26.30897	-80.08977	2			FL	011		
4146749	Basinger	basinger	US		0	America/New_York	27.40032	-81.01645	12	Basinger,Bassenger,Bassinger		FL	093		
4146754	Bass	bass	US		0	America/New_York	30.10857	-82.69596	18			FL	023		
4146771	Bass Haven	bass-haven	US		0	America/New_York	29.92719	-81.58481	1			FL	109		
4146773	Bassville Park	bassville-park	US		0	America/New_York	28.84055	-81.76869	22			FL	069		
4146782	Basswood Estates	basswood-estates	US		0	America/New_York	27.2781	-80.85728	10			FL	093		
4146790	Battle Ground Forks	battle-ground-forks	US		0	America/Chicago	30.50464	-85.94966	18			FL	131		
4146801	Baum	baum	US		0	America/New_York	30.51409	-84.08017	35			FL	073		
4146820	Bay Harbor	bay-harbor	US		0	America/Chicago	30.14715	-85.61465	7			FL	005		
4146821	Bay Harbor	bay-harbor	US		0	America/New_York	26.15092	-80.11782	2			FL	011		
4146823	Bay Harbor Islands	bay-harbor-islands	US		6036	America/New_York	25.88759	-80.13116	1	Bej Kharbor Ajlands,Bej-Kharbor-Ajlends,bay harbwr ayland,be harbara a'ilyandas,by harbr aylndz  flwryda,gang kou wan qun dao,Бей-Харбор-Айлендс,Беј Харбор Ајландс,باي هاربور آيلاند,بی هاربر آیلندز، فلوریدا,بے ہاربر آیلینڈز، فلوریڈا,बे हार्बर आइल्यान्डस्,港口湾群岛		FL	086		
4146830	Bay Hill	bay-hill	US		4884	America/New_York	28.46806	-81.51618	30			FL	095		
4146831	Bay Hill	bay-hill	US		0	America/New_York	28.71027	-82.23981	16			FL	119		
4146843	Bay Lake	bay-lake	US		0	America/New_York	29.44608	-81.97453	16			FL	083		
4146844	Bay Lake	bay-lake	US		50	America/New_York	28.38862	-81.56591	28	Bej Lejk,bay lyk  flwryda,by lyk,wan hu,Беј Лејк,باي ليك، فلوريدا,بی لیک,湾湖		FL	095		
4146866	Bay Point	bay-point	US		0	America/New_York	24.62681	-81.59231	1			FL	087		
4146874	Bay Ridge	bay-ridge	US		0	America/New_York	28.75666	-81.5598	34	Bay Ridge,Bayridge		FL	095		
4146881	Bay View	bay-view	US		0	America/Chicago	30.45964	-86.17716	2			FL	131		
4146893	Bayhead	bayhead	US		0	America/Chicago	30.30742	-85.58187	3			FL	005		
4146901	Bayonet Point	bayonet-point	US		23467	America/New_York	28.32667	-82.68343	9			FL	101		
4146905	Bay Heights	bay-heights	US		0	America/New_York	25.74593	-80.22172	4			FL	086		
4146911	Bayou George	bayou-george	US		0	America/Chicago	30.2627	-85.53992	8			FL	005		
4146915	Bayou Crossing	bayou-crossing	US		0	America/Chicago	30.76435	-85.90021	18			FL	059		
4146925	Bayshore	bayshore	US		0	America/New_York	26.71535	-81.82342	3			FL	071		
4146926	Bayshore	bayshore	US		0	America/New_York	25.82899	-80.18533	3			FL	086		
4146934	Bayshore Gardens	bayshore-gardens	US		16323	America/New_York	27.42532	-82.59038	4			FL	081		
4146937	Bayshore Manor	bayshore-manor	US		0	America/New_York	26.67702	-81.86453	1			FL	071		
4146953	Bayway	bayway	US		0	America/New_York	27.71281	-82.69704	0			FL	103		
4146954	Baywood	baywood	US		0	America/New_York	29.71913	-81.8162	40			FL	107		
4146959	Beach Highlands	beach-highlands	US		0	America/Chicago	30.35298	-86.24939	3			FL	131		
4146968	Beachville	beachville	US		0	America/New_York	29.99801	-82.86124	17			FL	121		
4146972	Beacon Beach	beacon-beach	US		0	America/Chicago	30.09659	-85.64743	6			FL	005		
4146974	Beacon Hill	beacon-hill	US		0	America/New_York	29.92298	-85.38575	6			FL	045		
4146979	Beacon Lakes	beacon-lakes	US		0	America/New_York	28.2114	-82.74566	4			FL	101		
4146984	Beacon Square	beacon-square	US		7224	America/New_York	28.20862	-82.75538	2	Beacon Square,Beacon Squier		FL	101		
4146991	Bean City	bean-city	US		0	America/New_York	26.68201	-80.76173	4			FL	099		
4147006	Bealsville	bealsville	US		0	America/New_York	27.94558	-82.07953	31			FL	057		
4147053	Bear Hollow	bear-hollow	US		0	America/New_York	27.20866	-81.28785	15			FL	055		
4147098	Beauclerc	beauclerc	US		0	America/New_York	30.20024	-81.63315	7	Beauclerc,Buckley		FL	031		
4147101	Beauclerc Gardens	beauclerc-gardens	US		0	America/New_York	30.19913	-81.63204	7			FL	031		
4147121	Beck Hammock	beck-hammock	US		0	America/New_York	28.78694	-81.2184	6			FL	117		
4147125	Beckhamtown	beckhamtown	US		0	America/New_York	29.65608	-82.07704	44			FL	001		
4147145	Bee Ridge	bee-ridge	US		9598	America/New_York	27.28394	-82.48065	11			FL	115		
4147160	Beech Creek (historical)	beech-creek-historical	US		0	America/New_York	29.33357	-83.04985	1	Beech Creek (historical),Fulemmys Town,Pinder Town		FL	075		
4147163	Beechwood	beechwood	US		0	America/New_York	30.29191	-81.51676	12	Beachwood,Beechwood		FL	031		
4147167	Beeghly Heights	beeghly-heights	US		0	America/New_York	30.49079	-81.67399	6			FL	031		
4147169	Beetree Ford	beetree-ford	US		0	America/New_York	29.23052	-82.64872	10			FL	075		
4147177	Bel Marra	bel-marra	US		0	America/New_York	26.40619	-80.07199	0			FL	099		
4147184	Belair	belair	US		0	America/New_York	30.3802	-84.26823	14	Belair,Bellair		FL	073		
4147185	Belandville	belandville	US		0	America/Chicago	30.98185	-86.84885	81			FL	113		
4147191	Belgium (historical)	belgium-historical	US		0	America/New_York	27.23755	-81.89092	8			FL	027		
4147231	Bellair	bellair	US		0	America/New_York	30.17441	-81.74065	16			FL	019		
4147242	Belle Glade Camp	belle-glade-camp	US		1167	America/New_York	26.65757	-80.68284	3			FL	099		
4147247	Belle Isle	belle-isle	US		6689	America/New_York	28.45834	-81.35924	29	Belle Isle,Nela Isle (in part),Nela Isle Annex (in part)		FL	095		
4147248	Belle Meade	belle-meade	US		0	America/New_York	26.04982	-81.69953	1			FL	021		
4147252	Belle Vista Beach (historical)	belle-vista-beach-historical	US		0	America/New_York	27.71864	-82.73788	1			FL	103		
4147255	Belleair	belleair	US		3992	America/New_York	27.93585	-82.80621	14			FL	103		
4147258	Belleair Bluffs	belleair-bluffs	US		2095	America/New_York	27.92141	-82.81705	14			FL	103		
4147262	Belleair Shores	belleair-shores	US		109	America/New_York	27.91669	-82.84538	3	Belleair Shore,Belleair Shores		FL	103		
4147271	Belleview Heights	belleview-heights	US		0	America/New_York	29.02054	-82.06981	22			FL	083		
4147285	Bells Mill	bells-mill	US		0	America/Chicago	30.66214	-85.57465	16			FL	133		
4146855	Bay Pines	bay-pines	US	33744	2931	America/New_York	27.81419	-82.77816	3			FL	103		
4147290	Bellview	bellview	US		23355	America/Chicago	30.46159	-87.31497	24	Belleview,Bellview		FL	033		
4147298	Bellwood Estates	bellwood-estates	US		0	America/New_York	30.50409	-84.32824	68			FL	073		
4147304	Belspur	belspur	US		0	America/New_York	27.34199	-82.45315	9			FL	115		
4147320	Benbow	benbow	US		0	America/New_York	26.81506	-81.04618	4			FL	043		
4147344	Benson Junction	benson-junction	US		0	America/New_York	28.86527	-81.32951	8			FL	127		
4147353	Bentwood Grove	bentwood-grove	US		0	America/New_York	28.75722	-81.27173	12			FL	117		
4147358	Bereah	bereah	US		0	America/New_York	27.66114	-81.62563	44			FL	105		
4147381	Bermont	bermont	US		0	America/New_York	26.94562	-81.76064	12	Babcock,Bermont		FL	015		
4147390	Berrydale	berrydale	US		441	America/Chicago	30.89935	-87.01385	73			FL	113		
4147400	Bessent	bessent	US		0	America/New_York	30.22135	-82.11456	44			FL	003		
4147538	Bethune Beach	bethune-beach	US		0	America/New_York	28.94915	-80.83783	3			FL	127		
4147546	Betts	betts	US		0	America/Chicago	30.53769	-85.39326	75			FL	005		
4147575	Bevell Place	bevell-place	US		0	America/New_York	28.48	-82.04314	30			FL	119		
4147576	Bevens	bevens	US		0	America/New_York	28.96665	-82.40093	18			FL	017		
4147578	Beverley Terrace	beverley-terrace	US		0	America/New_York	27.36921	-82.50704	11	Beverley Terrace,Beverly Terrace		FL	115		
4147580	Beverly Beach	beverly-beach	US		358	America/New_York	29.5147	-81.1445	5			FL	035		
4147592	Beville Heights	beville-heights	US		0	America/New_York	29.65663	-82.39955	22			FL	001		
4147595	Bevilles Corner	bevilles-corner	US		0	America/New_York	28.64972	-82.05453	26			FL	119		
4147617	Bid-A-Wee	bid-a-wee	US		0	America/Chicago	30.2027	-85.84993	8	Bid-A-Wee,Florida Beach		FL	005		
4147649	Big Blackjack Landing	big-blackjack-landing	US		0	America/New_York	29.9166	-84.58351	0			FL	037		
4147679	Big Coppitt Key	big-coppitt-key	US		2458	America/New_York	24.59653	-81.66009	1			FL	087		
4147729	Big Hammock	big-hammock	US		0	America/Chicago	30.46659	-86.368	10			FL	131		
4147730	Big Hammock (historical)	big-hammock-historical	US		0	America/New_York	28.80026	-82.44982	18	Annuteliga Hammock,Big Hammock (historical)		FL	017		
4147822	Big Scrub	big-scrub	US		0	America/New_York	29.01165	-81.80119	24			FL	083		
4147865	Biggar	biggar	US		0	America/New_York	26.52063	-81.89092	1			FL	071		
4147883	Biltmore	biltmore	US		0	America/New_York	30.36107	-81.72927	7			FL	031		
4147884	Biltmore	biltmore	US		0	America/New_York	30.28774	-81.73538	6			FL	031		
4147885	Biltmore Beach	biltmore-beach	US		0	America/Chicago	30.14381	-85.75799	5	Biltmore Beach,Gulf Lagoon Beach		FL	005		
4147890	Bimini	bimini	US		0	America/New_York	29.48247	-81.35562	6			FL	035		
4147895	Birch Ocean Front	birch-ocean-front	US		0	America/New_York	26.1312	-80.10616	2			FL	011		
4147979	Biscayne Gardens	biscayne-gardens	US		0	America/New_York	25.91343	-80.21033	6			FL	086		
4147988	Biscayne Park	biscayne-park	US		3216	America/New_York	25.8826	-80.1806	2			FL	086		
4147995	Biscayne Village	biscayne-village	US		0	America/New_York	30.43635	-81.71871	7			FL	031		
4148012	Bithlo	bithlo	US		8268	America/New_York	28.55472	-81.10645	19			FL	095		
4148051	Black Curve	black-curve	US		0	America/New_York	30.34624	-84.75768	21			FL	077		
4148055	Black Hammock	black-hammock	US		0	America/New_York	30.52246	-81.48065	5			FL	031		
4148069	Black Creek (historical)	black-creek-historical	US		0	America/New_York	30.06691	-81.81649	6			FL	019		
4148088	Black Point	black-point	US		0	America/New_York	29.4472	-81.30507	3			FL	035		
4148131	Blacks Ford	blacks-ford	US		0	America/New_York	30.04719	-81.56036	4			FL	109		
4148135	Blacks Still	blacks-still	US		0	America/New_York	30.46689	-82.80208	40			FL	047		
4148138	Blackman	blackman	US		0	America/Chicago	30.92463	-86.63662	65			FL	091		
4148156	Blake	blake	US		0	America/New_York	29.17082	-81.03867	14			FL	127		
4148175	Blanton	blanton	US		0	America/New_York	28.41167	-82.24648	33			FL	101		
4148198	Blitchton	blitchton	US		0	America/New_York	29.28247	-82.33677	23	Blichton,Blitchton		FL	083		
4148200	Blitchville	blitchville	US		0	America/New_York	29.64496	-82.88235	14			FL	041		
4148226	Blowing Rocks	blowing-rocks	US		0	America/New_York	26.977	-80.08171	0			FL	085		
4148227	Bloxham	bloxham	US		0	America/New_York	30.38853	-84.63074	32			FL	073		
4148248	Blue Heron Pines	blue-heron-pines	US		0	America/New_York	26.88284	-81.99342	7			FL	015		
4148260	Blue Inlet	blue-inlet	US		0	America/New_York	26.37841	-80.07365	2			FL	099		
4148286	Blue Lakes Ridge	blue-lakes-ridge	US		0	America/New_York	28.98526	-81.5309	16			FL	069		
4148288	Blue Mountain Beach	blue-mountain-beach	US		0	America/Chicago	30.33742	-86.19716	9			FL	131		
4148318	Blue Gulf Beach	blue-gulf-beach	US		0	America/Chicago	30.34131	-86.20578	7			FL	131		
4148330	Blue Springs Landing	blue-springs-landing	US		0	America/New_York	28.94332	-81.33979	5	Blue Springs Landing,Orange Springs		FL	127		
4148394	Boca Ciega	boca-ciega	US		0	America/New_York	27.76058	-82.76621	1			FL	103		
4148399	Boca Del Mar	boca-del-mar	US		24244	America/New_York	26.34508	-80.14671	4	Boca Del Mar,Boka-Del-Mar,Loka Del Mar,boka dela mara,Бока-Дел-Мар,Лока Дел Мар,बोका डेल मार		FL	099		
4148408	Boca Harbour	boca-harbour	US		0	America/New_York	26.41258	-80.07226	1			FL	099		
4148410	Boca Pointe	boca-pointe	US		4073	America/New_York	26.33313	-80.15949	4			FL	099		
4148427	Boca West	boca-west	US		0	America/New_York	26.38063	-80.15977	5			FL	099		
4148429	Boden	boden	US		0	America/New_York	28.83499	-81.12589	8			FL	127		
4148495	Bogia	bogia	US		0	America/Chicago	30.84241	-87.32442	15			FL	033		
4148515	Bon Terra	bon-terra	US		0	America/New_York	29.58164	-81.18812	4			FL	035		
4148520	Bonaventure	bonaventure	US		0	America/New_York	28.2739	-80.69339	5	Bonadventure,Bonaventure		FL	009		
4148523	Bon Ami	bon-ami	US		0	America/New_York	30.11464	-84.98714	15			FL	077		
4148532	Bonita Shores	bonita-shores	US		0	America/New_York	26.33092	-81.82675	1			FL	071		
4148575	Bonnie Loch	bonnie-loch	US		0	America/New_York	26.27952	-80.12782	4	Bonnie Loch,Bonnie Lock		FL	011		
4148590	Bookertown	bookertown	US		0	America/New_York	28.82833	-81.33173	4			FL	117		
4148640	Boulogne	boulogne	US		0	America/New_York	30.77281	-81.98007	17			FL	089		
4148641	Bounds Crossing	bounds-crossing	US		0	America/Chicago	30.79824	-85.91244	29			FL	059		
4148674	Boyette	boyette	US		6518	America/New_York	27.81753	-82.22259	25			FL	057		
4148703	Braden Castle	braden-castle	US		0	America/New_York	27.49643	-82.53037	1			FL	081		
4148731	Bradfordville	bradfordville	US		0	America/New_York	30.56131	-84.21768	68			FL	073		
4148747	Bradley Junction	bradley-junction	US		686	America/New_York	27.79531	-81.98036	42	Bradley,Bradley Junction		FL	105		
4148768	Branchborough	branchborough	US		0	America/New_York	28.25918	-82.08925	27			FL	101		
4148784	Bratt	bratt	US		0	America/Chicago	30.96574	-87.42748	83			FL	033		
4148789	Brannonville	brannonville	US		0	America/Chicago	30.22464	-85.5927	14			FL	005		
4148800	Breezeswept Park Estates	breezeswept-park-estates	US		0	America/New_York	26.12925	-80.21255	1			FL	011		
4148809	Brentwood Estates	brentwood-estates	US		0	America/New_York	26.18953	-80.14699	2			FL	011		
4148837	Brewers Landing	brewers-landing	US		0	America/New_York	29.8733	-81.62064	1			FL	019		
4148838	Brewster (historical)	brewster-historical	US		3	America/New_York	27.75281	-81.97953	42			FL	105		
4148854	Brickell Hammock	brickell-hammock	US		0	America/New_York	25.7501	-80.20449	4			FL	086		
4148859	Brickton	brickton	US		0	America/Chicago	30.7338	-87.32136	12			FL	033		
4148860	Brickyard	brickyard	US		0	America/Chicago	29.9627	-85.02186	2			FL	037		
4148882	Bridges	bridges	US		0	America/New_York	27.40865	-81.90675	23			FL	049		
4148883	Bridle Path Acres	bridle-path-acres	US		0	America/New_York	30.50909	-84.2624	68			FL	073		
4148902	Brightsville	brightsville	US		0	America/New_York	30.32163	-81.85233	22			FL	031		
4148910	Briny Breezes	briny-breezes	US		603	America/New_York	26.50841	-80.05087	4	Briney Breezes,Briny Breezes		FL	099		
4148929	Broad Branch	broad-branch	US		0	America/Chicago	30.31159	-85.29547	23			FL	013		
4148944	Broadview Park	broadview-park	US		7125	America/New_York	26.09953	-80.20866	5			FL	011		
4148950	Brock Crossroad	brock-crossroad	US		0	America/Chicago	30.69047	-85.62937	14			FL	133		
4148975	Brookridge	brookridge	US		4420	America/New_York	28.5511	-82.49204	19			FL	053		
4149000	Broscan	broscan	US		0	America/New_York	29.68189	-83.34347	2			FL	029		
4149010	Broward Estates	broward-estates	US		3777	America/New_York	26.12564	-80.19338	1			FL	011		
4149013	Broward Gardens	broward-gardens	US		0	America/New_York	26.05731	-80.20755	1			FL	011		
4149018	Broward Highlands	broward-highlands	US		0	America/New_York	26.29841	-80.11088	4			FL	011		
4149027	Browardale	browardale	US		0	America/New_York	26.1287	-80.19255	1			FL	011		
4149028	Brown	brown	US		0	America/New_York	29.99496	-82.4265	44			FL	125		
4149063	Browns Farm	browns-farm	US		0	America/New_York	26.56146	-80.51617	2			FL	099		
4149074	Browns Still	browns-still	US		0	America/New_York	29.98441	-82.49067	45			FL	125		
4149085	Broxson	broxson	US		0	America/Chicago	30.56769	-86.92191	2			FL	113		
4149093	Bruing	bruing	US		0	America/New_York	28.13585	-82.46371	20			FL	057		
4149148	Bucell Junction, Perry	bucell-junction-perry	US		0	America/New_York	30.06966	-83.5557	14			FL	123		
4149217	Bucker Womans Town (historical)	bucker-womans-town-historical	US		0	America/New_York	28.56694	-82.13314	21			FL	119		
4149226	Buckhead Ridge	buckhead-ridge	US		1450	America/New_York	27.13033	-80.89367	4			FL	043		
4149246	Buckingham West	buckingham-west	US		0	America/New_York	29.65858	-82.43511	44			FL	001		
4149252	Buckville	buckville	US		0	America/New_York	30.12911	-83.29236	24			FL	067		
4149269	Buenaventura Lakes	buenaventura-lakes	US		26079	America/New_York	28.33584	-81.35313	24			FL	097		
4149271	Buffalo Bluff	buffalo-bluff	US		0	America/New_York	29.57969	-81.67369	2	Buckalew Fluff,Buffalo Bluff		FL	107		
4149342	Bunche Park	bunche-park	US		4080	America/New_York	25.92065	-80.23699	1			FL	086		
4149352	Bunker Donation	bunker-donation	US		0	America/Chicago	30.53131	-85.86938	9			FL	133		
4149389	Burnetts Lake	burnetts-lake	US		0	America/New_York	29.78746	-82.47761	23			FL	001		
4149411	Burnt Store Lakes	burnt-store-lakes	US		0	America/New_York	26.89284	-82.0262	1			FL	015		
4149412	Burnt Store Marina	burnt-store-marina	US		1793	America/New_York	26.76507	-82.05092	2			FL	071		
4149451	Butler (historical)	butler-historical	US		0	America/Chicago	30.79797	-84.94354	23			FL	063		
4149453	Butler Beach	butler-beach	US		4951	America/New_York	29.7983	-81.26701	1			FL	109		
4149508	Byrd	byrd	US		0	America/New_York	29.67775	-81.46091	5			FL	109		
4149514	Byrneville	byrneville	US		0	America/Chicago	30.96629	-87.32692	80	Byrneville,Byrnville		FL	033		
4149543	Cabbage Grove	cabbage-grove	US		0	America/New_York	30.20965	-83.87377	9			FL	123		
4149572	Cacema Town (historical)	cacema-town-historical	US		0	America/New_York	27.76697	-81.19979	16	Cacema Town (historical),Casseeme,Kissimmee		FL	105		
4149598	Caleb	caleb	US		0	America/New_York	30.27691	-81.83177	21			FL	031		
4149641	Caloosahatchee (historical)	caloosahatchee-historical	US		0	America/New_York	26.58369	-81.98314	3			FL	071		
4149648	Calphos	calphos	US		0	America/New_York	28.9122	-82.38426	15			FL	017		
4149727	Cambon	cambon	US		0	America/New_York	30.34607	-81.80621	17			FL	031		
4149735	Cameron City	cameron-city	US		0	America/New_York	28.75694	-81.21868	4			FL	117		
4149774	Camp Echockotee	camp-echockotee	US		0	America/New_York	30.15246	-81.72704	4			FL	019		
4149816	Camp Ocala	camp-ocala	US		0	America/New_York	29.10776	-81.63091	17			FL	069		
4149827	Camp Roosevelt	camp-roosevelt	US		0	America/New_York	29.14609	-82.11537	34			FL	083		
4149875	Camps	camps	US		0	America/New_York	28.59138	-82.43065	35			FL	053		
4149879	Camps Still	camps-still	US		0	America/New_York	30.43244	-82.86708	43			FL	047		
4149883	Campville	campville	US		0	America/New_York	29.66636	-82.11843	46			FL	001		
4149901	Canaveral (historical)	canaveral-historical	US		0	America/New_York	28.47111	-80.53727	3			FL	009		
4149902	Canaveral Acres	canaveral-acres	US		0	America/New_York	28.41695	-80.8345	5			FL	009		
4149932	Caney Creek	caney-creek	US		0	America/Chicago	30.89991	-86.20855	78			FL	131		
4149945	Cannon Town	cannon-town	US		0	America/Chicago	30.85491	-86.67412	72			FL	091		
4149954	Canova Beach	canova-beach	US		0	America/New_York	28.13918	-80.58033	4			FL	009		
4150553	ChampionsGate	championsgate	US		0	America/New_York	28.26168	-81.61841	38			FL	097		
4150556	Chancey	chancey	US		0	America/New_York	30.2405	-83.26042	24			FL	067		
4150569	Chanticleer	chanticleer	US		0	America/Chicago	30.32103	-87.39525	2			FL	033		
4149228	Buckhorn	buckhorn	US	41721	0	America/New_York	30.06715	-84.45185	6			FL	129		
4149978	Cape Haze	cape-haze	US		0	America/New_York	26.85034	-82.29426	1	Cape Haze		FL	015		
4150001	Capps	capps	US		0	America/New_York	30.41048	-83.911	60			FL	065		
4150016	Cara	cara	US		0	America/New_York	29.34469	-82.26288	61			FL	083		
4150021	Carbur	carbur	US		0	America/New_York	29.91828	-83.42792	15			FL	123		
4150035	Caribbean Key	caribbean-key	US		0	America/New_York	26.40008	-80.07226	2			FL	099		
4150046	Carlson	carlson	US		0	America/New_York	28.82443	-82.18176	13			FL	119		
4150059	Carlton Village	carlton-village	US		0	America/New_York	28.93249	-81.88536	38			FL	069		
4150063	Carnestown	carnestown	US		0	America/New_York	25.91093	-81.36425	1			FL	021		
4150066	Carol City	carol-city	US		63031	America/New_York	25.94065	-80.2456	2	Carol City		FL	086		
4150098	Carrabelle Beach	carrabelle-beach	US		0	America/New_York	29.83215	-84.68407	2			FL	037		
4150101	Carrabelle Lighthouse	carrabelle-lighthouse	US		0	America/New_York	29.82743	-84.70102	4			FL	037		
4150104	Carraway	carraway	US		0	America/New_York	29.70913	-81.78648	24			FL	107		
4150115	Carrollwood	carrollwood	US		33365	America/New_York	28.05002	-82.49287	12	Greater Carrollwood		FL	057		
4150118	Carrollwood Village	carrollwood-village	US		40949	America/New_York	28.06752	-82.52093	14			FL	057		
4150140	Carters Corner	carters-corner	US		0	America/New_York	28.04419	-81.85841	34			FL	105		
4150148	Carver Heights	carver-heights	US		0	America/New_York	26.31508	-80.10365	4			FL	011		
4150157	Carver Manor	carver-manor	US		0	America/New_York	30.37802	-81.72816	3			FL	031		
4150159	Carver Ranches	carver-ranches	US		4406	America/New_York	25.98842	-80.19227	3			FL	011		
4150163	Carver Village	carver-village	US		0	America/New_York	26.2523	-80.14338	3			FL	011		
4150167	Carysfort Yacht Harbor	carysfort-yacht-harbor	US		0	America/New_York	25.25317	-80.31033	0			FL	087		
4150169	Casa Blanco	casa-blanco	US		0	America/New_York	30.51631	-83.88766	64	Casa Bianco,Casa Blanco		FL	065		
4150171	Casa Cola	casa-cola	US		0	America/New_York	29.97219	-81.34619	2			FL	109		
4150193	Cassia	cassia	US		0	America/New_York	28.88943	-81.46535	20			FL	069		
4150203	Castle Hill	castle-hill	US		0	America/New_York	28.54583	-81.68424	54			FL	069		
4150289	Cayo Costa	cayo-costa	US		0	America/New_York	26.61896	-82.22565	0			FL	071		
4150291	Cayo Pelau	cayo-pelau	US		0	America/New_York	26.7759	-82.22065	0			FL	071		
4150304	Caxambas	caxambas	US		0	America/New_York	25.91093	-81.69786	2			FL	021		
4150336	Cedar Hammock	cedar-hammock	US		0	America/New_York	27.46698	-82.58315	6			FL	081		
4150345	Cedar Hills	cedar-hills	US		0	America/New_York	30.26302	-81.74732	7			FL	031		
4150348	Cedar Hills Estates	cedar-hills-estates	US		0	America/New_York	30.27746	-81.74538	7			FL	031		
4150368	Cedar Landing	cedar-landing	US		0	America/New_York	29.72414	-81.25368	2			FL	109		
4150394	Celebration	celebration	US		7427	America/New_York	28.32529	-81.53313	25	Selebrejshn,Selebrejshon,selebritiyana,slbryysn,Селебрейшн,Селебрејшон,סלבריישן,सेलेब्रिटियन		FL	097		
4150418	Center Park	center-park	US		0	America/New_York	30.29024	-81.5012	12			FL	031		
4150525	Cerny Heights	cerny-heights	US		0	America/Chicago	30.44409	-87.31664	17			FL	033		
4150526	Cerrogordo	cerrogordo	US		0	America/Chicago	30.83185	-85.88743	26			FL	059		
4150532	Chain O'Lakes	chain-o-lakes	US		0	America/New_York	28.98387	-81.51174	20			FL	069		
4150533	Chaires	chaires	US		0	America/New_York	30.43631	-84.11739	18			FL	073		
4150570	Chantilly Acres	chantilly-acres	US		0	America/New_York	29.71413	-82.41789	50			FL	001		
4150614	Charleston Park	charleston-park	US		218	America/New_York	26.70562	-81.58036	4			FL	071		
4150632	Charlotte Harbor	charlotte-harbor	US		3714	America/New_York	26.95839	-82.06703	1			FL	015		
4150637	Charlotte Park	charlotte-park	US		2325	America/New_York	26.91006	-82.05398	1			FL	015		
4150656	Chaseville	chaseville	US		0	America/New_York	30.38635	-81.61509	2			FL	031		
4150657	Chason	chason	US		0	America/Chicago	30.53519	-85.19187	37			FL	013		
4150660	Chassahowitzka	chassahowitzka	US		0	America/New_York	28.71304	-82.57427	2			FL	017		
4150694	Chatmire	chatmire	US		0	America/New_York	29.0672	-82.45288	15	Chatmar,Chatmire,Chatmont		FL	083		
4150699	Cherry Lake	cherry-lake	US		0	America/New_York	30.58326	-83.42709	35			FL	079		
4150701	Cherry Lake	cherry-lake	US		0	America/New_York	28.91082	-81.95369	21			FL	119		
4150727	Cheval	cheval	US		10702	America/New_York	28.14862	-82.51454	18			FL	057		
4150773	Chipola	chipola	US		0	America/Chicago	30.50519	-85.11825	40			FL	013		
4150781	Chipola Terrace	chipola-terrace	US		0	America/Chicago	30.82741	-85.16576	39			FL	063		
4150787	Choconickla (historical)	choconickla-historical	US		0	America/Chicago	30.46686	-85.00547	13	Choconickla (historical),Choconikla		FL	013		
4150789	Choctaw Bay Estates	choctaw-bay-estates	US		0	America/Chicago	30.37714	-86.13661	1			FL	131		
4150790	Choctaw Beach	choctaw-beach	US		0	America/Chicago	30.47131	-86.34328	3			FL	131		
4150899	Chukuchatta (historical)	chukuchatta-historical	US		0	America/New_York	28.40028	-82.29981	56	Cheukochatte,Chukuchatta (historical),New Yufala,Red House		FL	101		
4150904	Chumuckla	chumuckla	US		850	America/Chicago	30.77658	-87.23719	62			FL	113		
4150909	Chumuckla Springs	chumuckla-springs	US		0	America/Chicago	30.8338	-87.29609	10			FL	113		
4150914	Chuluota	chuluota	US		2483	America/New_York	28.64194	-81.1234	18			FL	117		
4151120	Cinco Bayou	cinco-bayou	US		420	America/Chicago	30.42255	-86.60926	4			FL	091	7171512	
4151131	Cisky Park	cisky-park	US		0	America/New_York	28.79471	-81.84925	27			FL	069		
4151153	Citrus Hills	citrus-hills	US		7470	America/New_York	28.88831	-82.4326	35			FL	017		
4151157	Citrus Park	citrus-park	US		24252	America/New_York	28.07835	-82.56982	13			FL	057		
4151162	Citrus Ridge	citrus-ridge	US		13285	America/New_York	28.33385	-81.64232	44	Citrus Ridge,Four Corners		FL	105		
4151163	Citrus Springs	citrus-springs	US		8622	America/New_York	28.99748	-82.47065	29			FL	017		
4151177	City Point	city-point	US		0	America/New_York	28.40612	-80.75533	11			FL	009		
4151190	Clair-Mel City	clair-mel-city	US		0	America/New_York	27.93113	-82.3687	6			FL	057		
4151232	Clarkwild	clarkwild	US		0	America/New_York	28.05113	-82.31954	15	Clarkwild,Clarkwilde		FL	057		
4151257	Clay Island	clay-island	US		0	America/New_York	28.66389	-81.69591	21			FL	069		
4151263	Clay Landing	clay-landing	US		0	America/New_York	29.77469	-81.56175	0			FL	107		
4151268	Clay Sink	clay-sink	US		0	America/New_York	28.4725	-82.06675	28	Clay Sink,Slaughter		FL	101		
4151274	Clayno	clayno	US		0	America/New_York	29.90635	-82.25011	47			FL	007		
4151306	Clear Springs	clear-springs	US		0	America/Chicago	30.8738	-86.56995	48			FL	091		
4151307	Clear Springs	clear-springs	US		0	America/Chicago	30.9799	-86.34522	81			FL	131		
4151378	Cliftonville	cliftonville	US		0	America/New_York	30.04468	-82.39206	43			FL	125		
4151379	Clinch	clinch	US		0	America/New_York	29.57441	-82.39205	20			FL	001		
4151381	Clinton Heights	clinton-heights	US		0	America/New_York	28.32973	-82.18953	36			FL	101		
4151385	Cloud Lake	cloud-lake	US		135	America/New_York	26.67618	-80.07393	4			FL	099		
4151399	Coachman	coachman	US		0	America/New_York	27.9778	-82.73788	12			FL	103		
4151420	Cobb Cross Roads	cobb-cross-roads	US		0	America/Chicago	30.98074	-85.54743	62			FL	059		
4151458	Coconut Creek Park	coconut-creek-park	US		0	America/New_York	26.24203	-80.18227	3			FL	011		
4151460	Coconut Grove	coconut-grove	US		20076	America/New_York	25.7126	-80.25699	4	Bay Heights,Cocoanut Grove,Coconut Grove,ye lin,椰林		FL	086		
4151477	Codys Corner	codys-corner	US		0	America/New_York	29.34331	-81.3109	4			FL	035		
4151492	Cohowfoochee (historical)	cohowfoochee-historical	US		0	America/New_York	30.33353	-84.50824	28			FL	073		
4151496	Coconut	coconut	US		0	America/New_York	26.39953	-81.83953	0			FL	071		
4151554	Collier Estates	collier-estates	US		0	America/New_York	26.19981	-80.1406	2			FL	011		
4151555	Collier Manor	collier-manor	US		0	America/New_York	26.26286	-80.10893	4			FL	011		
4151567	Collins Mill	collins-mill	US		0	America/Chicago	30.96602	-85.53104	43			FL	063		
4151569	Collins Park Estates	collins-park-estates	US		0	America/New_York	27.37199	-80.31894	4			FL	111		
4151607	Combee Settlement	combee-settlement	US		5577	America/New_York	28.05835	-81.90536	41			FL	105		
4151664	Compass Lake	compass-lake	US		0	America/Chicago	30.59269	-85.3927	61			FL	063		
4151677	Conch Key	conch-key	US		0	America/New_York	24.79042	-80.88951	0			FL	087		
4151725	Conners Ford	conners-ford	US		0	America/New_York	30.32631	-84.8638	34			FL	077		
4151735	Conrock	conrock	US		0	America/New_York	28.55444	-82.34148	32			FL	053		
4151754	Confer	confer	US		0	America/New_York	28.95526	-81.64369	33			FL	069		
4151757	Cooglers Beach	cooglers-beach	US		0	America/New_York	28.55333	-82.6501	1			FL	053		
4151782	Cooks Hammock	cooks-hammock	US		0	America/New_York	29.92967	-83.27653	17			FL	067		
4151824	Cooper City	cooper-city	US		35364	America/New_York	26.05731	-80.27172	2	Kuper Siti,Kuper-Siti,ku po shi,kupara siti,kwbr syty,kwpr syty  flwryda,Купер Сити,Купер-Сити,Купер-Сіті,كوبر سيتي,کوپر سٹی، فلوریڈا,کوپر سیتی، فلوریدا,कूपर सिटी,库珀市		FL	011		
4151825	Cooper L Hills Estates	cooper-l-hills-estates	US		0	America/New_York	29.65136	-81.91398	60			FL	107		
4151833	Coopertown	coopertown	US		0	America/New_York	25.76066	-80.56089	2			FL	086		
4151835	Coosada Old Town (historical)	coosada-old-town-historical	US		0	America/Chicago	30.63352	-85.89993	8			FL	133		
4151847	Copeland Settlement	copeland-settlement	US		0	America/New_York	29.67608	-82.24427	28			FL	001		
4151854	Coquina Gables	coquina-gables	US		0	America/New_York	29.84303	-81.26535	3			FL	109		
4151862	Gables by the Sea	gables-by-the-sea	US		0	America/New_York	25.65038	-80.27616	1	Coral Bay,Gables by the Sea,Gables-By-The-Sea		FL	086		
4151869	Coral Estates	coral-estates	US		0	America/New_York	26.16064	-80.12754	1			FL	011		
4151880	Coral Gardens	coral-gardens	US		0	America/New_York	27.13977	-80.21116	4			FL	085		
4151885	Coral Heights	coral-heights	US		0	America/New_York	26.17981	-80.12893	2			FL	011		
4151886	Coral Hills	coral-hills	US		0	America/New_York	26.18842	-80.12171	3			FL	011		
4151890	Coral Manor	coral-manor	US		0	America/New_York	26.30036	-80.10365	4			FL	011		
4151900	Coral Ridge	coral-ridge	US		0	America/New_York	26.16036	-80.10977	1			FL	011		
4151904	Coral Ridge Isles	coral-ridge-isles	US		0	America/New_York	26.19286	-80.11782	4			FL	011		
4151921	Coral Terrace	coral-terrace	US		24376	America/New_York	25.74593	-80.3045	1			FL	086		
4151925	Coral Villas	coral-villas	US		0	America/New_York	26.29258	-80.0831	-1			FL	011		
4151933	Coral Way Village	coral-way-village	US		0	America/New_York	25.74343	-80.32727	2			FL	086		
4151934	Coral Woods	coral-woods	US		0	America/New_York	26.16731	-80.12727	1			FL	011		
4151946	Corey	corey	US		0	America/New_York	30.36326	-84.18184	16			FL	073		
4151988	Cornwell	cornwell	US		0	America/New_York	27.37865	-81.09673	11			FL	055		
4151991	Coronet	coronet	US		0	America/New_York	27.98752	-82.08064	41			FL	057		
4152005	Cortez Estates	cortez-estates	US		0	America/New_York	27.41976	-80.35283	4			FL	111		
4152013	Cosme	cosme	US		0	America/New_York	28.1089	-82.5726	15			FL	057		
4152014	Cosmo	cosmo	US		0	America/New_York	30.36468	-81.51537	12			FL	031		
4152017	Corkscrew	corkscrew	US		0	America/New_York	26.47202	-81.55925	8			FL	021		
4152019	Cosson Mill	cosson-mill	US		0	America/Chicago	30.70019	-86.18105	43			FL	131		
4152024	Cottage Hill	cottage-hill	US		0	America/Chicago	30.63269	-87.31998	40			FL	033		
4152055	Country Club Isles	country-club-isles	US		0	America/New_York	26.24953	-80.0931	0			FL	011		
4152056	Country Club Manor	country-club-manor	US		0	America/New_York	28.79083	-81.28368	10			FL	117		
4152060	Country Club Trail	country-club-trail	US		0	America/New_York	26.52757	-80.12004	5			FL	099		
4152064	Country Walk	country-walk	US		15997	America/New_York	25.63399	-80.43228	2			FL	086		
4152074	County Club Acres	county-club-acres	US		0	America/New_York	26.45035	-80.12754	6			FL	099		
4152093	Country Club	country-club	US		47105	America/New_York	25.94815	-80.317	1			FL	086		
4152104	Cove Springs	cove-springs	US		0	America/New_York	28.12113	-82.76788	1			FL	103		
4152138	Cow Creek	cow-creek	US		0	America/New_York	28.83749	-81.02756	6			FL	127		
4152186	Cox	cox	US		0	America/Chicago	30.60158	-85.13909	61			FL	013		
4152187	Cox Corner	cox-corner	US		0	America/New_York	27.87919	-81.76091	53			FL	105		
4152215	Crackertown	crackertown	US		0	America/New_York	29.03636	-82.68649	3			FL	075		
4152218	Craggs	craggs	US		0	America/New_York	29.77885	-82.74095	22			FL	041		
4152220	Craig (historical)	craig-historical	US		0	America/New_York	24.83881	-80.75973	2			FL	087		
4152283	Creels	creels	US		0	America/New_York	29.82188	-84.90908	2			FL	037		
4152290	Crescent Beach	crescent-beach	US		931	America/New_York	29.76886	-81.25368	2			FL	109		
4152294	Crescent City Station	crescent-city-station	US		0	America/New_York	29.41525	-81.53313	18			FL	107		
4152309	Cresthaven	cresthaven	US		0	America/New_York	26.26925	-80.10754	4			FL	011		
4152327	Crewsville	crewsville	US		0	America/New_York	27.41976	-81.5823	29			FL	049		
4152360	Crooked Lake Park	crooked-lake-park	US		1722	America/New_York	27.82919	-81.58397	38			FL	105		
4152368	Croom	croom	US		0	America/New_York	28.58777	-82.22759	21			FL	053		
4152380	Cross Bayou	cross-bayou	US		0	America/New_York	27.8578	-82.73371	4			FL	103		
4152393	Cross Creek	cross-creek	US		0	America/New_York	29.48636	-82.1651	18			FL	001		
4152414	Crossley	crossley	US		0	America/New_York	29.58914	-81.99315	35			FL	107		
4152444	Crows Bluff	crows-bluff	US		0	America/New_York	29.00776	-81.38923	3			FL	069		
4152457	Crystal Heights	crystal-heights	US		0	America/New_York	28.75777	-81.33423	16			FL	117		
4152483	Crystal Lake Shores	crystal-lake-shores	US		0	America/New_York	28.75916	-81.32312	17			FL	117		
4152485	Crystal Point	crystal-point	US		0	America/New_York	28.76888	-81.32784	17			FL	117		
4152506	Cubitis	cubitis	US		0	America/New_York	27.26005	-81.84064	18			FL	027		
4152513	Cudjoe Key	cudjoe-key	US		1763	America/New_York	24.67153	-81.49842	0			FL	087		
4152524	Cumpressco	cumpressco	US		0	America/New_York	28.35889	-82.03925	29			FL	119		
4152530	Cunningham Estates	cunningham-estates	US		0	America/New_York	28.26417	-82.20703	33			FL	101		
4152549	Curtis Mill	curtis-mill	US		0	America/New_York	30.00854	-84.52601	4			FL	129		
4152554	Cuscowilla (historical)	cuscowilla-historical	US		0	America/New_York	29.46692	-82.26649	35	Cuscowilla (historical),Tuskawilla		FL	083		
4152574	Cutler Ridge	cutler-ridge	US		26831	America/New_York	25.58066	-80.34672	3			FL	086		
4152582	Cutlers	cutlers	US		0	America/New_York	28.86276	-82.58288	3			FL	017		
4152592	Cutter Bank	cutter-bank	US		0	America/New_York	25.37817	-80.26366	0			FL	086		
4152607	Cypress Creek	cypress-creek	US		0	America/New_York	30.57355	-82.79402	39	Cypress Creek,Thagard Creek		FL	047		
4152628	Cypress Gardens	cypress-gardens	US		8917	America/New_York	27.99391	-81.69008	51			FL	105		
4152631	Cypress Harbor	cypress-harbor	US		0	America/New_York	26.2148	-80.11977	2			FL	011		
4152633	Cypress Isles Estates	cypress-isles-estates	US		0	America/New_York	26.22175	-80.11116	1			FL	011		
4152639	Cypress Lake	cypress-lake	US		11846	America/New_York	26.53813	-81.89925	1			FL	071		
4152646	Cypress Lake Estates	cypress-lake-estates	US		0	America/New_York	29.06082	-81.26089	22			FL	127		
4152653	Cypress Point	cypress-point	US		0	America/New_York	29.69802	-81.59008	3			FL	107		
4152671	Cypress Quarters	cypress-quarters	US		1215	America/New_York	27.25199	-80.81395	8			FL	093		
4152712	Dahlberg	dahlberg	US		0	America/New_York	26.67007	-80.70006	3			FL	099		
4152713	Dahoma	dahoma	US		0	America/New_York	30.46996	-81.90844	22			FL	089		
4152719	Dalhousie Acres	dalhousie-acres	US		0	America/New_York	28.90193	-81.63007	33			FL	069		
4152721	Dalkeith	dalkeith	US		0	America/Chicago	30.00576	-85.15408	6			FL	045		
4152728	Dallus Creek Landing	dallus-creek-landing	US		0	America/New_York	29.72133	-83.48653	1			FL	123		
4152737	Dames Point	dames-point	US		0	America/New_York	30.38913	-81.55843	3	Dame Point,Dame Point Manor,Dames Point,South Berlin		FL	031		
4152740	Dames Point Manor	dames-point-manor	US		0	America/New_York	30.39663	-81.56704	3	Dame Point Manor,Dames Point Junction,Dames Point Manor,Eulalia		FL	031		
4152747	Daisy Lake	daisy-lake	US		0	America/New_York	29.02471	-81.37895	1			FL	127		
4152772	Dania Beach	dania-beach	US		31446	America/New_York	26.05231	-80.14393	3	Dania,Dania Beach,Dejnija Bich,Modello,da ni ya tan,danya bych  flwryda,danya bytsh,dyaniya bica,Дејнија Бич,دانيا بيتش,دانیا بیچ، فلوریدا,ड्यानिया बीच,达尼亚滩		FL	011		
4152775	Danks Corner	danks-corner	US		0	America/New_York	29.01109	-82.11981	21			FL	083		
4152795	Darsey	darsey	US		0	America/New_York	30.68797	-84.37963	85	Darcey Crossing,Darsey		FL	039		
4152820	Davie	davie	US		100882	America/New_York	26.06287	-80.2331	1	Davie,Dehvi,Dejvi,Devi,dai wei,debhi,dyfy,dywy  flwryda,Деві,Дейви,Дејви,Дэви,ديفي,دیوی، فلوریدا,डेभी,戴维		FL	011		
4152825	Davis Beach	davis-beach	US		0	America/Chicago	29.96632	-85.46242	1			FL	005		
4152858	Davis Shores	davis-shores	US		0	America/New_York	29.89719	-81.29702	1			FL	109		
4152871	Daysville	daysville	US		0	America/New_York	29.62775	-82.36955	27	Daysville,Dayville		FL	001		
4153367	Doctor Phillips	doctor-phillips	US		10981	America/New_York	28.44945	-81.49229	37			FL	095		
4152881	Daytona Beach Shores	daytona-beach-shores	US		4389	America/New_York	29.17609	-80.98283	5			FL	127		
4152883	Daytona Highridge Estates	daytona-highridge-estates	US		0	America/New_York	29.13526	-81.1345	11	Daytona Highbridge Estates,Daytona Highridge Estates		FL	127		
4152886	Daytona Park Estates	daytona-park-estates	US		0	America/New_York	29.05471	-81.24617	14			FL	127		
4152891	DeLand Highlands	deland-highlands	US		0	America/New_York	29.07082	-81.26423	22	De Land Highlands,DeLand Highlands		FL	127		
4152899	De Leon Springs Heights	de-leon-springs-heights	US		0	America/New_York	29.14026	-81.31979	24			FL	127		
4152907	De Soto City	de-soto-city	US		0	America/New_York	27.44254	-81.40507	30			FL	055		
4152965	Deadman Landing	deadman-landing	US		0	America/New_York	29.26192	-81.53452	1			FL	127		
4152991	Deem City	deem-city	US		0	America/New_York	26.33813	-80.54089	4			FL	099		
4152994	Deep Creek	deep-creek	US		0	America/New_York	27.017	-82.01509	7			FL	015		
4152997	Deep Creek	deep-creek	US		0	America/New_York	30.373	-82.6229	32			FL	023		
4153025	Deep Lake	deep-lake	US		0	America/New_York	26.04259	-81.34397	3			FL	021		
4153083	Deering Bay	deering-bay	US		0	America/New_York	25.63816	-80.29033	0			FL	086		
4153087	Deerland	deerland	US		0	America/Chicago	30.75186	-86.43578	69			FL	091		
4153100	Deerwood Club	deerwood-club	US		0	America/New_York	30.23107	-81.54953	14			FL	031		
4153101	Dekle Beach	dekle-beach	US		0	America/New_York	29.84911	-83.61931	1			FL	123		
4153117	Delespine	delespine	US		0	America/New_York	28.49056	-80.77922	5			FL	009		
4153138	Delray Gardens	delray-gardens	US		0	America/New_York	26.48007	-80.12254	6			FL	099		
4153140	Delray Shores	delray-shores	US		0	America/New_York	26.47118	-80.09727	4			FL	099		
4153152	Delwood Beach	delwood-beach	US		0	America/Chicago	30.14465	-85.71326	4			FL	005		
4153162	Denaud	denaud	US		0	America/New_York	26.74229	-81.51008	4	Denaud,Fort Denauo		FL	051		
4153167	Dennet	dennet	US		0	America/New_York	30.53632	-83.61127	31			FL	079		
4153186	Desoto Lakes	desoto-lakes	US		3646	America/New_York	27.37143	-82.48982	9			FL	115		
4153234	Dewey Park	dewey-park	US		0	America/New_York	30.23191	-81.7026	5			FL	031		
4153255	Dickert	dickert	US		0	America/New_York	30.33939	-83.08041	28			FL	121		
4153274	Dills	dills	US		0	America/New_York	30.62326	-83.77211	38			FL	065		
4153294	Dinsmore	dinsmore	US		0	America/New_York	30.40607	-81.74455	6			FL	031		
4153306	Dirego Park	dirego-park	US		0	America/Chicago	30.19187	-85.63937	12			FL	005		
4153343	Dixie Ranch Acres	dixie-ranch-acres	US		0	America/New_York	27.32365	-80.90756	11			FL	093		
4153349	Dixietown	dixietown	US		0	America/New_York	29.70801	-82.98429	12			FL	029		
4153431	Dogtown	dogtown	US		0	America/New_York	30.67881	-84.50324	89			FL	039		
4153452	Don Ce-Sar Place (historical)	don-ce-sar-place-historical	US		0	America/New_York	27.70947	-82.73677	1			FL	103		
4153458	Dona Vista	dona-vista	US		0	America/New_York	28.89471	-81.6873	25			FL	069		
4153471	Doral	doral	US		56035	America/New_York	25.81954	-80.35533	1	Doral,dorala,duo la,dwral,dwral  flwryda,Дорал,دورال,دورال، فلوریدا,डोराल,多拉		FL	086		
4153475	Dorcas	dorcas	US		0	America/Chicago	30.79824	-86.41578	63			FL	091		
4153549	Douglass Crossroads	douglass-crossroads	US		0	America/Chicago	30.68769	-85.9766	71	Douglas Crossroad,Douglas Crossroads,Douglass Crossroads		FL	131		
4153563	Dowling Park	dowling-park	US		0	America/New_York	30.24355	-83.23625	24			FL	121		
4153607	Dreamworld	dreamworld	US		0	America/New_York	28.78416	-81.2759	14			FL	117		
4153616	Drew Park	drew-park	US		0	America/New_York	27.98391	-82.51315	9			FL	057		
4153627	Driftwood Acres	driftwood-acres	US		0	America/New_York	26.02815	-80.22644	1			FL	011		
4153629	Driftwood Estates	driftwood-estates	US		0	America/New_York	26.03315	-80.2406	1			FL	011		
4153640	Druid Park	druid-park	US		0	America/New_York	28.77694	-81.27701	11			FL	117		
4153693	Duck Key	duck-key	US		621	America/New_York	24.77097	-80.91201	1			FL	087		
4153736	Duette	duette	US		0	America/New_York	27.59031	-82.12287	37			FL	081		
4153743	Dukes	dukes	US		0	America/New_York	29.96635	-82.40734	41			FL	125		
4153750	Dummit Grove	dummit-grove	US		0	America/New_York	28.70694	-80.72783	1			FL	009		
4153767	Dunedin Isles	dunedin-isles	US		0	America/New_York	28.0278	-82.79038	1			FL	103		
4153775	Dunes Road	dunes-road	US		432	America/New_York	26.48452	-80.11838	5			FL	099		
4153786	Dunn Creek	dunn-creek	US		0	America/New_York	30.48635	-81.59065	9	Dunn Creek,Dunns Creek		FL	031		
4153812	Dupont Center	dupont-center	US		0	America/New_York	29.75636	-81.31313	8	Dupont Center,Dupont Centre		FL	109		
4153818	Dupree Gardens	dupree-gardens	US		0	America/New_York	28.23779	-82.44676	22			FL	101		
4153821	Durant Estates	durant-estates	US		0	America/New_York	29.65663	-82.40455	24			FL	001		
4153826	Durham (historical)	durham-historical	US		0	America/Chicago	30.4427	-85.0752	27			FL	013		
4153834	Dutton Still	dutton-still	US		0	America/New_York	28.48139	-82.15036	21			FL	053		
4153835	Duval	duval	US		0	America/New_York	30.48496	-81.62176	9			FL	031		
4153849	Dyal	dyal	US		0	America/New_York	30.62135	-81.87011	12			FL	089		
4153861	Dynamite Docks	dynamite-docks	US		0	America/New_York	25.2754	-80.29283	0			FL	087		
4153878	Eagle Island	eagle-island	US		0	America/New_York	27.44226	-80.84339	19			FL	093		
4153906	Ealum	ealum	US		0	America/Chicago	30.84046	-86.24356	78			FL	131		
4153914	Early Bird	early-bird	US		0	America/New_York	29.21581	-82.3676	23			FL	083		
4153986	East Gate Park	east-gate-park	US		0	America/New_York	26.15675	-80.19671	1			FL	011		
4154008	East Lake	east-lake	US		30962	America/New_York	28.11085	-82.69482	4			FL	103		
4154017	East Mandarin	east-mandarin	US		0	America/New_York	30.1533	-81.6412	4			FL	031		
4154021	East Mayport	east-mayport	US		0	America/New_York	30.37968	-81.40703	2			FL	031		
4154022	East Mayport (historical)	east-mayport-historical	US		0	America/New_York	30.3808	-81.40814	3			FL	031		
4154023	East Milton	east-milton	US		11074	America/Chicago	30.61519	-87.02163	4			FL	113		
4154025	East Mims	east-mims	US		0	America/New_York	28.65916	-80.82783	1			FL	009		
4154030	East Mulberry	east-mulberry	US		0	America/New_York	27.89475	-81.96508	37			FL	105		
4154031	East Naples	east-naples	US		22951	America/New_York	26.13842	-81.76648	1			FL	021		
4154047	East Pensacola Heights	east-pensacola-heights	US		54104	America/Chicago	30.42881	-87.17997	14			FL	033		
4154051	East Perrine	east-perrine	US		7156	America/New_York	25.60872	-80.33894	4			FL	086		
4154074	East Silver Springs Shore	east-silver-springs-shore	US		0	America/New_York	29.04193	-81.87536	26			FL	083		
4154079	East Tampa	east-tampa	US		0	America/New_York	27.86447	-82.38009	3			FL	057		
4154095	Eastern Shores	eastern-shores	US		0	America/New_York	25.9337	-80.1356	0			FL	086		
4154096	Eastgate	eastgate	US		0	America/New_York	27.44199	-82.50593	5			FL	081		
4154097	Eastgate	eastgate	US		0	America/New_York	27.09756	-82.42121	3			FL	115		
4154103	East Lake Weir	east-lake-weir	US		0	America/New_York	29.02	-81.90833	34	East Lake Weir,Eastlake,Eastlake Weir		FL	083		
4154118	Eastway Park	eastway-park	US		0	America/New_York	26.29397	-80.0906	1			FL	011		
4154128	Eau Gallie	eau-gallie	US		0	America/New_York	28.12918	-80.63033	6			FL	009		
4154136	Ebenezer	ebenezer	US		0	America/New_York	30.09607	-82.57068	46			FL	023		
4154137	Ebenezer	ebenezer	US		0	America/New_York	30.45797	-84.59158	52			FL	039		
4154170	Econfina	econfina	US		0	America/Chicago	30.41214	-85.53576	27			FL	005		
4154171	Econfina	econfina	US		0	America/New_York	30.1316	-83.86488	4	Econfena,Econfina		FL	123		
4154174	Ebb	ebb	US		0	America/New_York	30.35354	-83.65182	27	Ebb,Sirmans		FL	079		
4154204	Edgeville	edgeville	US		0	America/New_York	27.31449	-82.10814	21			FL	081		
4154207	Edgewater Gulf Beach	edgewater-gulf-beach	US		0	America/Chicago	30.18631	-85.82077	4	Edgewater Gulf Beach		FL	005		
4154209	Edgewater Junction	edgewater-junction	US		0	America/New_York	28.97693	-80.94644	2			FL	127		
4154230	Edison Center	edison-center	US		0	America/New_York	25.83371	-80.20116	3			FL	086		
4154270	Eglin Village	eglin-village	US		7000	America/Chicago	30.46298	-86.5394	6	Eglin,Ehglin,Эглин		FL	091		
4154278	Egypt Lake	egypt-lake	US		0	America/New_York	28.01696	-82.49537	13			FL	057		
4154280	Egypt Lake-Leto	egypt-lake-leto	US		35282	America/New_York	28.01769	-82.50619	10	Egypt Lake-Leto,Egypt Lake-Leto CDP		FL	057		
4154281	Ehren	ehren	US		0	America/New_York	28.2664	-82.44787	24			FL	101		
4154285	Eggleston Heights	eggleston-heights	US		0	America/New_York	30.3408	-81.59815	14			FL	031		
4154291	Ekanachatte (historical)	ekanachatte-historical	US		0	America/New_York	29.99187	-85.01102	4	Canchatte,Ekanachatte (historical),Red Ground,Tierra Colorado		FL	063		
4154294	El Chico	el-chico	US		0	America/New_York	24.59848	-81.66092	0			FL	087		
4154295	El Destinado	el-destinado	US		0	America/New_York	30.50548	-84.2774	44			FL	073		
4154318	Elder Springs	elder-springs	US		0	America/New_York	28.74111	-81.29312	16			FL	117		
4154331	Eleven Mile	eleven-mile	US		0	America/New_York	29.71021	-85.1538	3			FL	037		
4154369	Ellerbee	ellerbee	US		0	America/New_York	30.10552	-82.20539	41			FL	125		
4154371	Ellinor Village	ellinor-village	US		0	America/New_York	29.27998	-81.04089	3			FL	127		
4154383	Ellis Church	ellis-church	US		0	America/Chicago	30.96519	-85.23965	37			FL	063		
4154391	Ellsworth Junction	ellsworth-junction	US		0	America/New_York	28.7636	-81.72563	23			FL	069		
4154393	Ellzey	ellzey	US		0	America/New_York	29.31108	-82.79345	7			FL	075		
4154396	Eloise	eloise	US		0	America/New_York	27.99474	-81.73813	42			FL	105		
4154397	Eloise Woods	eloise-woods	US		0	America/New_York	28.00308	-81.69647	51			FL	105		
4154413	Emathla	emathla	US		0	America/New_York	29.28275	-82.29204	32	Emathia,Emathla		FL	083		
4154458	Enchanted Park	enchanted-park	US		0	America/New_York	30.2458	-81.7701	23			FL	031		
4154478	Elwood Park	elwood-park	US		0	America/New_York	27.46921	-82.50593	4			FL	081		
4154489	Ensley	ensley	US		20602	America/Chicago	30.51881	-87.27275	41			FL	033		
4154548	Escambia (historical)	escambia-historical	US		0	America/New_York	30.0502	-85.04991	8	Acpayca,Cupahica,Escambia (historical),San Cosme y San Damian de Escambe,Scambe,Yecambi		FL	077		
4154551	Escambia Farms	escambia-farms	US		0	America/Chicago	30.95796	-86.63301	66			FL	091		
4154556	Eridu	eridu	US		0	America/New_York	30.30187	-83.7471	16			FL	123		
4154566	Estanifanulga (historical)	estanifanulga-historical	US		0	America/New_York	30.16687	-85.13325	6	Estanifanulga (historical),Estefanulga,Pantons Cliffs		FL	077		
4154577	Estiffanulga	estiffanulga	US		0	America/New_York	30.30825	-85.03242	18			FL	077		
4154578	Esto	esto	US		354	America/Chicago	30.9874	-85.64604	71			FL	059		
4154589	Eucheeanna	eucheeanna	US		0	America/Chicago	30.64575	-86.04494	60	Eucheanna,Euchee Anna,Eucheeana,Eucheeanna,Uchee Anna		FL	131		
4154593	Eufala (historical)	eufala-historical	US		0	America/Chicago	30.5002	-85.03325	19	Eufala (historical),Ufallah,Yufala		FL	013		
4154638	Evans Pines	evans-pines	US		0	America/New_York	27.92947	-80.49283	0			FL	009		
4154644	Evans Subdivision	evans-subdivision	US		0	America/New_York	28.77666	-81.26812	16			FL	117		
4154670	Etotulga (historical)	etotulga-historical	US		0	America/New_York	30.62243	-83.3332	30	Eetatulga,Etotulga (historical),Fowl Towns		FL	079		
4154736	Facil	facil	US		0	America/New_York	30.36578	-82.79152	42			FL	047		
4154739	Fair Gate	fair-gate	US		0	America/New_York	26.22842	-80.21005	3			FL	011		
4154756	Fairlane Estates	fairlane-estates	US		0	America/New_York	28.75333	-81.29673	13			FL	117		
4154769	Fairview Shores	fairview-shores	US		10239	America/New_York	28.59111	-81.39424	27			FL	095		
4154772	Fairvilla	fairvilla	US		0	America/New_York	28.57889	-81.40868	30			FL	095		
4154886	Fanlew	fanlew	US		0	America/New_York	30.27159	-84.05739	10			FL	065		
4154891	Fanning Springs	fanning-springs	US		985	America/New_York	29.59079	-82.92929	9	Fannin Springs,Fanning Springs,Suwannee River		FL	041		
4154908	Farm Hill	farm-hill	US		0	America/Chicago	30.6138	-87.35359	49			FL	033		
4154913	Farmton	farmton	US		0	America/New_York	28.84694	-81.06061	5			FL	127		
4154921	Fatio	fatio	US		0	America/New_York	28.9811	-81.33201	7			FL	127		
4154930	Favoretta	favoretta	US		0	America/New_York	29.36692	-81.17478	9	Favoretta,Favorita,Favorita Station		FL	035		
4154933	Fawn Ford	fawn-ford	US		0	America/New_York	30.3052	-84.91436	25			FL	077		
4154937	Feather Sound	feather-sound	US		3420	America/New_York	27.90079	-82.67349	0			FL	103		
4154944	Federal Point	federal-point	US		0	America/New_York	29.74802	-81.54425	2			FL	107		
4154951	Felicia	felicia	US		0	America/New_York	28.92998	-82.39537	23	Felica,Felicia		FL	017		
4154952	Felkel	felkel	US		0	America/New_York	30.59714	-84.11767	46			FL	073		
4154953	Fellowship	fellowship	US		0	America/New_York	29.2472	-82.29204	53			FL	083		
4154968	Fellowship Park	fellowship-park	US		0	America/New_York	30.02191	-81.72204	8	Fellowship Park,Self		FL	019		
4154979	Fenholloway, Perry	fenholloway-perry	US		0	America/New_York	30.07744	-83.49681	17			FL	123		
4154994	Fern Crest Village	fern-crest-village	US		0	America/New_York	26.08925	-80.21921	1			FL	011		
4155000	Fern Park	fern-park	US		7704	America/New_York	28.64916	-81.35118	29			FL	117		
4155901	Fort Centre	fort-centre	US		0	America/New_York	26.95478	-81.16174	6			FL	043		
4155917	Fort De Soto	fort-de-soto	US		0	America/New_York	27.61559	-82.73621	1			FL	103		
4155017	Ferry Pass	ferry-pass	US		28921	America/Chicago	30.5102	-87.21247	34	Feri Pas,Ferri-Pass,pheri pasa,Фери Пас,Ферри-Пасс,फेरी पास		FL	033		
4155033	Fidelis	fidelis	US		156	America/Chicago	30.93629	-87.02413	78	Catawba,Fidelis		FL	113		
4155047	Fiftone	fiftone	US		0	America/New_York	30.24913	-81.99594	27			FL	031		
4155056	Fincher	fincher	US		0	America/New_York	30.6602	-83.966	40			FL	065		
4155430	Fish Hawk	fish-hawk	US		14087	America/New_York	27.85058	-82.21092	19			FL	057		
4155465	Fisher Corner	fisher-corner	US		0	America/Chicago	30.38158	-85.2152	29			FL	013		
4155468	Fisher Island	fisher-island	US		132	America/New_York	25.76093	-80.14005	3			FL	086		
4155481	Fishermens Village	fishermens-village	US		0	America/New_York	26.92867	-82.06148	0	Fishermans Village,Fishermens Village		FL	015		
4155501	Fivay Junction	fivay-junction	US		0	America/New_York	28.32389	-82.51843	23	Fivay,Fivay Junction,Tucker		FL	101		
4155529	Flagami	flagami	US		50834	America/New_York	25.76232	-80.31616	1			FL	086		
4155549	Flamingo	flamingo	US		0	America/New_York	25.14179	-80.92535	1			FL	087		
4155550	Flamingo	flamingo	US		0	America/New_York	28.38195	-81.37368	26			FL	095		
4155551	Flamingo Bay	flamingo-bay	US		0	America/New_York	26.57202	-82.10398	2			FL	071		
4155566	Flamingo Village	flamingo-village	US		0	America/New_York	26.15703	-80.18144	2			FL	011		
4155591	Fleetwood Manor	fleetwood-manor	US		0	America/New_York	26.01703	-80.22199	2			FL	011		
4155618	Flora Heights	flora-heights	US		0	America/New_York	28.76749	-81.26534	16			FL	117		
4155622	Floral Bluff	floral-bluff	US		0	America/New_York	30.34302	-81.60787	10			FL	031		
4155635	Florence Villa	florence-villa	US		0	America/New_York	28.04363	-81.71675	44			FL	105		
4155643	Floresta	floresta	US		0	America/New_York	26.35397	-80.10227	3			FL	099		
4155645	Floresta Estates	floresta-estates	US		0	America/New_York	26.29925	-80.08727	1			FL	011		
4155657	Florida Beach	florida-beach	US		0	America/Chicago	30.20104	-85.85132	0			FL	005		
4155669	Florida City	florida-city	US		12122	America/New_York	25.44789	-80.47922	1	Florida Siti,Urbo Florido,flwryda syty,flwryda syty  flwryda,fu luo li da shi,phlorida siti,Флорида Сити,فلوريدا سيتي,فلوریدا سیتی، فلوریدا,फ्लोरिडा सिटी,佛罗里达市		FL	086		
4155686	Florida Gardens	florida-gardens	US		0	America/New_York	26.60924	-80.17032	5			FL	099		
4155688	Florida Hills	florida-hills	US		0	America/New_York	28.94665	-81.42535	13			FL	069		
4155726	Florida Ridge	florida-ridge	US		18164	America/New_York	27.58031	-80.38672	6			FL	061		
4155753	Floridale	floridale	US		0	America/Chicago	30.68158	-86.8369	49			FL	113		
4155754	Floridana Beach	floridana-beach	US		0	America/New_York	27.94641	-80.49561	0			FL	009		
4155755	Floridatown	floridatown	US		244	America/Chicago	30.59507	-87.14712	4			FL	113		
4155757	Floritan	floritan	US		0	America/New_York	27.90336	-81.62452	39			FL	105		
4155770	Flowersville	flowersville	US		0	America/Chicago	30.95379	-86.33828	88			FL	131		
4155776	Fluffy Landing	fluffy-landing	US		0	America/Chicago	30.43103	-86.13605	1			FL	131		
4155810	Footman	footman	US		0	America/New_York	28.33056	-80.69061	1			FL	009		
4155837	Forest Highlands	forest-highlands	US		0	America/Chicago	30.70713	-86.38384	60			FL	131		
4155851	Forest Island Park	forest-island-park	US		0	America/New_York	26.49147	-81.86092	1			FL	071		
4155857	Forest Lakes Park	forest-lakes-park	US		0	America/New_York	29.07859	-81.8373	21			FL	083		
4155884	Fort Basinger	fort-basinger	US		0	America/New_York	27.36226	-81.05701	12			FL	055		
4155886	Fort Braden	fort-braden	US		0	America/New_York	30.42298	-84.53769	38			FL	073		
4155891	Fort Brook Landing	fort-brook-landing	US		0	America/New_York	29.51469	-81.90759	7			FL	083		
4155894	Fort Caroline	fort-caroline	US		0	America/New_York	30.38691	-81.50037	2			FL	031		
4155924	Fort Drane	fort-drane	US		0	America/New_York	29.38636	-82.25204	47			FL	083		
4155929	Fort Florida	fort-florida	US		0	America/New_York	28.86777	-81.35451	5			FL	127		
4155933	Fort Gadsden	fort-gadsden	US		0	America/New_York	29.91715	-84.97713	4	Fort Gadsden,Negro Fort		FL	037		
4155939	Fort Gates	fort-gates	US		0	America/New_York	29.41747	-81.65786	2			FL	107		
4155943	Fort George Island	fort-george-island	US		0	America/New_York	30.40302	-81.43009	3	Batten Island,Fort George,Fort George Island		FL	031		
4155946	Fort Green	fort-green	US		101	America/New_York	27.61253	-81.94342	35			FL	049		
4155948	Fort Green Springs	fort-green-springs	US		231	America/New_York	27.5917	-81.93925	35			FL	049		
4155949	Fort Hamer	fort-hamer	US		0	America/New_York	27.52532	-82.43009	2			FL	081		
4155953	Fort Jefferson	fort-jefferson	US		0	America/New_York	24.62793	-82.8729	0	Fort Jefferson,RBN		FL	087		
4155956	Fort King Acres	fort-king-acres	US		0	America/New_York	28.26195	-82.19981	35			FL	101		
4155977	Fort Lonely	fort-lonely	US		0	America/New_York	27.64698	-82.55204	0			FL	057		
4155978	Fort Lonesome	fort-lonesome	US		0	America/New_York	27.70475	-82.14592	37			FL	057		
4155979	Fort Mason	fort-mason	US		0	America/New_York	28.87693	-81.70091	21			FL	069		
4155980	Fort Matanzas	fort-matanzas	US		0	America/New_York	29.71497	-81.23868	0			FL	109		
4155982	Fort McCoy	fort-mccoy	US		0	America/New_York	29.36497	-81.96703	24			FL	083		
4156006	Fort Myers Shores	fort-myers-shores	US		5487	America/New_York	26.70924	-81.74592	3			FL	071		
4156007	Fort Myers Villas	fort-myers-villas	US		0	America/New_York	26.56146	-81.8637	3			FL	071		
4156011	Fort Peyton	fort-peyton	US		0	America/New_York	29.82664	-81.35424	8			FL	109		
4156013	Fort Pickens	fort-pickens	US		0	America/Chicago	30.32881	-87.29914	1			FL	033		
4156029	Fort Pierce Shores	fort-pierce-shores	US		0	America/New_York	27.4867	-80.29922	1			FL	111		
4156037	Fort Kissimmee	fort-kissimmee	US		0	America/New_York	27.58614	-81.16035	16			FL	093		
4156039	Fort Union	fort-union	US		0	America/New_York	30.40744	-83.04736	34			FL	121		
4156067	Fortymile Bend	fortymile-bend	US		0	America/New_York	25.76149	-80.82701	2			FL	086		
4156084	Fountain Heights	fountain-heights	US		0	America/New_York	27.99336	-81.95647	53			FL	105		
4156091	Fountainebleau	fountainebleau	US		59764	America/New_York	25.77288	-80.34783	1	Fountainbleau		FL	086		
4156101	Four Mile Village	four-mile-village	US		0	America/Chicago	30.37242	-86.32189	4			FL	131		
4156102	Four Points	four-points	US		0	America/New_York	30.4002	-84.28073	20			FL	073		
4156104	Four Seasons	four-seasons	US		0	America/New_York	26.26759	-81.76453	4			FL	021		
4156133	Fowlers Bluff	fowlers-bluff	US		0	America/New_York	29.39663	-83.02429	1	Fowler Bluff,Fowlers Bluff		FL	075		
4156159	Fox Town	fox-town	US		0	America/New_York	28.15252	-81.92591	41			FL	105		
4156162	Foxleigh	foxleigh	US		0	America/New_York	27.49893	-82.43343	5			FL	081		
4156165	Foxs Corner	foxs-corner	US		0	America/New_York	28.1139	-82.58065	16			FL	057		
4156200	Franjo	franjo	US		0	America/New_York	25.57955	-80.33616	3			FL	086		
4156220	Franwood Pines	franwood-pines	US		0	America/New_York	26.46368	-80.11699	5			FL	099		
4156259	Freemont	freemont	US		0	America/New_York	30.61464	-84.45241	73			FL	039		
4156314	Frink	frink	US		0	America/Chicago	30.36853	-85.21409	31			FL	013		
4156319	Frog City	frog-city	US		0	America/New_York	25.7601	-80.59895	1			FL	086		
4156331	Fruit Cove	fruit-cove	US		29362	America/New_York	30.11107	-81.64176	3			FL	109		
4156340	Fruitville	fruitville	US		13224	America/New_York	27.32977	-82.4576	9			FL	115		
4156359	Fullers	fullers	US		0	America/New_York	28.59944	-81.55368	34			FL	095		
4156360	Fullers Earth	fullers-earth	US		0	America/New_York	27.51976	-82.51732	1			FL	081		
4156361	Fullerville	fullerville	US		0	America/New_York	29.00887	-81.45423	16			FL	069		
4156367	Fuller Heights	fuller-heights	US		8758	America/New_York	27.90919	-81.99814	34			FL	105		
4156369	Fussells Corner	fussells-corner	US		0	America/New_York	28.06974	-81.85008	38			FL	105		
4156370	Fussels Corner	fussels-corner	US		5561	America/New_York	28.05419	-81.86064	35			FL	105		
4156383	Gaberonne	gaberonne	US		0	America/Chicago	30.46881	-87.1608	3			FL	033		
4156386	Gables Estates	gables-estates	US		0	America/New_York	25.68945	-80.26225	1			FL	086		
4156387	Gabriella	gabriella	US		0	America/New_York	28.62639	-81.24451	17			FL	117		
4156447	Galliver	galliver	US		0	America/Chicago	30.72436	-86.70718	62			FL	091		
4156452	Galt City	galt-city	US		0	America/Chicago	30.58936	-87.05802	15			FL	113		
4156462	Gandy	gandy	US		2031	America/New_York	27.8685	-82.61612	1			FL	103		
4156467	Gandyville	gandyville	US		0	America/Chicago	30.99713	-87.28831	70			FL	033		
4156497	Garden Cove	garden-cove	US		0	America/New_York	25.17318	-80.36811	1			FL	087		
4156506	Garden Isles	garden-isles	US		0	America/New_York	26.22397	-80.11866	1			FL	011		
4156525	Gardenville	gardenville	US		0	America/New_York	27.84641	-82.38176	2			FL	057		
4156545	Garnier	garnier	US		0	America/Chicago	30.45798	-86.60134	6			FL	091		
4156561	Gaskin	gaskin	US		0	America/Chicago	30.97101	-86.1355	62			FL	131		
4156566	Gaskins	gaskins	US		0	America/Chicago	30.30575	-85.12658	23			FL	013		
4156567	Gaskins Still	gaskins-still	US		0	America/Chicago	30.03826	-85.1813	9			FL	045		
4156568	Gasparilla	gasparilla	US		0	America/New_York	26.80479	-82.27676	1			FL	071		
4156643	Geigers Landing	geigers-landing	US		0	America/New_York	28.78944	-81.14784	2			FL	117		
4156706	Georges Lake	georges-lake	US		0	America/New_York	29.79385	-81.86815	44			FL	107		
4156766	Gilberts Mill	gilberts-mill	US		0	America/Chicago	30.63436	-85.49243	32			FL	133		
4156824	Gladeview	gladeview	US		11535	America/New_York	25.83926	-80.2356	3			FL	086		
4156831	Glass	glass	US		0	America/Chicago	30.86436	-85.42854	42			FL	063		
4156857	Glenvar Heights	glenvar-heights	US		16898	America/New_York	25.7076	-80.32561	4			FL	086		
4156864	Glenwood Heights	glenwood-heights	US		0	America/New_York	25.83121	-80.23672	3			FL	086		
4156868	Glidden Park	glidden-park	US		0	America/New_York	27.43809	-80.33394	5			FL	111		
4156918	Golden Beach	golden-beach	US		972	America/New_York	25.96509	-80.12227	0	Golden Bich,Golden-Bich,ghwldn bytsh,gldn bych  flwryda,goldena bica,jin sha tan,Голден Бич,Голден-Бич,غولدن بيتش,گلدن بیچ، فلوریدا,गोल्डेन बीच,金沙滩		FL	086		
4156930	Golden Gates Estates	golden-gates-estates	US		0	America/New_York	26.16703	-81.52953	3			FL	021		
4156931	Golden Glades	golden-glades	US		33145	America/New_York	25.91176	-80.20033	1			FL	086		
4156939	Golden Hills	golden-hills	US		0	America/New_York	29.23886	-82.24676	31			FL	083		
4156942	Golden Isles	golden-isles	US		0	America/New_York	25.97981	-80.12866	0			FL	011		
4156954	Gold Key	gold-key	US		0	America/New_York	25.34567	-80.33283	1			FL	086		
4156960	Goldstein	goldstein	US		0	America/New_York	28.03585	-82.48648	12			FL	057		
4156962	Golf Estates	golf-estates	US		0	America/New_York	26.15953	-80.19782	1			FL	011		
4156964	Golfview	golfview	US		163	America/New_York	26.68895	-80.11254	5	Golf View,Golfview		FL	099		
4156966	Gomez, Hobe Sound	gomez-hobe-sound	US		0	America/New_York	27.08477	-80.14338	6			FL	085		
4157010	Goodbys	goodbys	US		0	America/New_York	30.20274	-81.61676	7			FL	031		
4157018	Goodno	goodno	US		0	America/New_York	26.76868	-81.31174	5			FL	043		
4157057	Gopher Ridge	gopher-ridge	US		0	America/New_York	29.66525	-81.41424	10			FL	109		
4157095	Goulding	goulding	US		4102	America/Chicago	30.44298	-87.22247	22			FL	033		
4157097	Goulds	goulds	US		10103	America/New_York	25.56261	-80.38228	3			FL	086		
4157214	Gramercy Park	gramercy-park	US		0	America/New_York	26.76201	-80.12032	4			FL	099		
4157228	Grand Crossing	grand-crossing	US		0	America/New_York	30.35885	-81.72093	7	Grand Crossing,Simpson Yard		FL	031		
4157234	Grand Park	grand-park	US		0	America/New_York	30.35302	-81.69926	7			FL	031		
4157240	Grand View Grove	grand-view-grove	US		0	America/New_York	29.52136	-81.67841	2			FL	107		
4157361	Grayton Beach	grayton-beach	US		0	America/Chicago	30.33076	-86.16494	3			FL	131		
4157363	Grayvik	grayvik	US		0	America/New_York	25.31706	-80.28672	2			FL	087		
4157430	Green Grove	green-grove	US		0	America/New_York	29.63414	-82.2676	35			FL	001		
4157445	Green Point	green-point	US		0	America/New_York	29.75771	-84.83185	2			FL	037		
4157465	Green-Mar Acres	green-mar-acres	US		0	America/New_York	25.67094	-80.34283	3			FL	086		
4157467	Greenacres City	greenacres-city	US		32963	America/New_York	26.62368	-80.12532	5	Greenacres,Greenacres City		FL	099		
4157475	Greenbriar	greenbriar	US		0	America/New_York	28.7761	-81.31784	16			FL	117		
4157484	Greenhead	greenhead	US		0	America/Chicago	30.50464	-85.65993	44			FL	133		
4157561	Griffins Corner	griffins-corner	US		0	America/New_York	27.53976	-81.73091	32			FL	049		
4157576	Gritney	gritney	US		0	America/Chicago	30.83824	-85.83021	22			FL	059		
4157579	Grocery Place	grocery-place	US		0	America/New_York	25.95232	-81.61592	0			FL	021		
4157585	Grosh	grosh	US		0	America/Chicago	30.3952	-86.28272	2			FL	131		
4157597	Grove Park	grove-park	US		0	America/New_York	29.60025	-82.15343	30			FL	001		
4157616	Gross	gross	US		0	America/New_York	30.71607	-81.67538	7			FL	089		
4157632	Gulf Beach Heights	gulf-beach-heights	US		0	America/Chicago	30.31465	-87.43942	4			FL	033		
4157643	Gulf City	gulf-city	US		0	America/New_York	27.70586	-82.46176	3			FL	057		
4157657	Gulf Gate Estates	gulf-gate-estates	US		10911	America/New_York	27.25173	-82.51471	4			FL	115		
4157666	Gulf Harbor	gulf-harbor	US		0	America/New_York	26.2887	-81.80787	0			FL	021		
4157667	Gulf Harbors	gulf-harbors	US		0	America/New_York	28.23501	-82.75816	2	Flor-A-mar Gulf Harbor,Gulf Harbors		FL	101		
4157670	Gulf Lagoon Beach	gulf-lagoon-beach	US		0	America/Chicago	30.16465	-85.78688	4	Belair Beach,Gulf Lagoon Beach,Silver Sands		FL	005		
4157672	Gulf Pine	gulf-pine	US		0	America/New_York	28.1739	-82.59093	16			FL	101		
4157673	Gulf Pines	gulf-pines	US		0	America/Chicago	30.37159	-86.33522	2			FL	131		
4157679	Gulf Resort Beach	gulf-resort-beach	US		0	America/Chicago	30.22354	-85.8916	8	Gulf Resort Beach,Panama City Beach		FL	005		
4157680	Gulf Stream	gulf-stream	US		836	America/New_York	26.49368	-80.05504	2			FL	099		
4157774	Gun Club Estates	gun-club-estates	US		776	America/New_York	26.67534	-80.10727	4			FL	099		
4157782	Gunn Landing	gunn-landing	US		0	America/New_York	30.25464	-85.06825	7			FL	077		
4157809	Habor Bluffs	habor-bluffs	US		0	America/New_York	27.90669	-82.8251	12			FL	103		
4157810	Hacienda Village	hacienda-village	US		0	America/New_York	26.08537	-80.20116	2	Hacienda,Hacienda Village		FL	011		
4157826	Haile	haile	US		0	America/New_York	29.69052	-82.57345	26			FL	001		
4157836	Hainesworth	hainesworth	US		0	America/New_York	29.81969	-82.44456	52	Hainesworth,Haynesworth		FL	001		
4157865	Half Moon	half-moon	US		0	America/New_York	29.59913	-82.5715	20			FL	001		
4157876	Halifax Estates	halifax-estates	US		0	America/New_York	29.14748	-80.96672	6			FL	127		
4157886	Hall City	hall-city	US		0	America/New_York	26.87839	-81.32646	10			FL	043		
4157898	Hallandale Beach	hallandale-beach	US		39488	America/New_York	25.9812	-80.14838	3	Hallandale,Khalandejl Bich,ha lun dai er hai tan,halandyl bych,halandyl bytsh,halyandela,Халандејл Бич,هالانديل بيتش,هالاندیل بیچ,हल्यांडेल,哈伦代尔海滩		FL	011		
4157915	Halsema	halsema	US		0	America/New_York	30.31246	-81.8651	26			FL	031		
4157917	Hamaste (historical)	hamaste-historical	US		0	America/New_York	30.26687	-83.99155	8			FL	065		
4157939	Halpata (historical)	halpata-historical	US		0	America/New_York	30.18356	-82.63318	57	Alligator,Halpata (historical)		FL	023		
4157959	Hammocks	hammocks	US		0	America/New_York	25.67149	-80.4445	1			FL	086		
4157965	Hammondville	hammondville	US		0	America/New_York	26.24453	-80.20116	4	Hammondville,Margate		FL	011		
4157970	Hampton Beach	hampton-beach	US		0	America/New_York	29.87163	-82.16677	42			FL	007		
4157979	Hampton Springs	hampton-springs	US		0	America/New_York	30.08549	-83.65487	7			FL	123		
4158029	Harbinwood Estates	harbinwood-estates	US		0	America/New_York	30.51437	-84.33518	44			FL	073		
4158032	Harbor Bluffs	harbor-bluffs	US		2860	America/New_York	27.90947	-82.8276	3			FL	103		
4158038	Harbor East	harbor-east	US		0	America/New_York	26.37619	-80.07365	2			FL	099		
4158039	Harbor Heights	harbor-heights	US		0	America/New_York	26.09731	-80.11254	0			FL	011		
4158045	Harbor Oaks	harbor-oaks	US		0	America/New_York	29.10804	-80.96894	1			FL	127		
4158046	Harbor Palms	harbor-palms	US		0	America/New_York	28.04363	-82.69204	2			FL	103		
4158049	Harbor Shores	harbor-shores	US		0	America/New_York	28.86916	-81.74563	20			FL	069		
4158056	Harbor Village	harbor-village	US		0	America/New_York	26.23786	-80.0956	0			FL	011		
4158060	Harbour Heights	harbour-heights	US		2987	America/New_York	26.99089	-82.00231	3			FL	015		
4158075	Hardeetown	hardeetown	US		0	America/New_York	29.49163	-82.86373	12			FL	075		
4158078	Hardin Heights	hardin-heights	US		0	America/New_York	30.67436	-84.83853	59			FL	039		
4158089	Harker	harker	US		0	America/New_York	26.34341	-81.34341	7			FL	021		
4158094	Harlem Heights	harlem-heights	US		1975	America/New_York	26.51619	-81.92787	1			FL	071		
4158095	Harlem Heights	harlem-heights	US		0	America/New_York	28.51028	-81.62063	37			FL	095		
4158102	Harmony Heights	harmony-heights	US		0	America/New_York	27.4792	-80.35727	6			FL	111		
4158105	Harney	harney	US		0	America/New_York	28.01502	-82.37454	10			FL	057		
4158117	Harp	harp	US		0	America/Chicago	30.56047	-87.10802	8			FL	113		
4158167	Hart Haven	hart-haven	US		0	America/New_York	30.32552	-81.76454	7			FL	031		
4158196	Hasan	hasan	US		0	America/New_York	29.85885	-82.43789	53			FL	001		
4158204	Hatchbend	hatchbend	US		0	America/New_York	29.84718	-82.91818	13			FL	067		
4158206	Hatchcakamocha (historical)	hatchcakamocha-historical	US		0	America/New_York	30.46687	-83.89989	59	Hatchcakamocha (historical),Hatchcalamocha,Jatcholtane		FL	065		
4158213	Hathaway Mill	hathaway-mill	US		0	America/Chicago	30.8138	-85.80132	22			FL	059		
4158233	Haven Park	haven-park	US		0	America/Chicago	30.41131	-87.37275	2			FL	033		
4158254	Hawley Heights	hawley-heights	US		0	America/New_York	25.66121	-80.3445	3			FL	086		
4158276	Hays Place	hays-place	US		0	America/New_York	29.84104	-84.94574	3			FL	037		
4158296	Heathrow	heathrow	US		5896	America/New_York	28.76333	-81.37225	19			FL	117		
4158312	Heijahs Town (historical)	heijahs-town-historical	US		0	America/New_York	29.36692	-82.26649	34	Heijahs Town (historical),King Heijahs Town,King Helahs Town,Koe Hadjos Town		FL	083		
4158313	Heilbronn	heilbronn	US		0	America/New_York	30.01913	-82.15066	42	Heilbronn,Hillburn		FL	007		
4158345	Hell Gate	hell-gate	US		0	America/New_York	26.97672	-80.08643	1			FL	085		
4158366	Hen Scratch	hen-scratch	US		0	America/New_York	27.31254	-81.46841	33			FL	055		
4158378	Henderson Mill	henderson-mill	US		0	America/Chicago	30.56797	-85.06964	32			FL	013		
4158446	Hernando Beach	hernando-beach	US		2299	America/New_York	28.46944	-82.65927	1			FL	053		
4158458	Hero	hero	US		0	America/New_York	30.61718	-81.65593	3			FL	089		
4158462	Hesperides	hesperides	US		0	America/New_York	27.88419	-81.45896	38			FL	105		
4158480	Hialeah Estates	hialeah-estates	US		0	America/New_York	25.85787	-80.29116	1			FL	086		
4158482	Hialeah Gardens	hialeah-gardens	US		23926	America/New_York	25.8651	-80.3245	2	Khajalija Gardens,hayali'ah gardensa,hyalya gardnz  flwryda,hyalyh ghardnz,Хајалија Гарденс,هياليه غاردنز,هیالیا گاردنز، فلوریدا,हायालिआः गार्डेन्स		FL	086		
4158494	Hiamonee (historical)	hiamonee-historical	US		0	America/New_York	30.6502	-84.28324	60			FL	039		
4158547	Hickory Hill	hickory-hill	US		0	America/Chicago	30.82213	-85.92494	38			FL	059		
4158559	Hicoria	hicoria	US		0	America/New_York	27.15144	-81.35285	43			FL	055		
4158572	Hidden River	hidden-river	US		0	America/New_York	27.29894	-82.26231	6			FL	115		
4158582	High Bluff	high-bluff	US		0	America/New_York	29.81938	-84.82518	1			FL	037		
4158594	High Ridge Estates	high-ridge-estates	US		0	America/New_York	26.21231	-80.1156	2			FL	011		
4158599	Highland Beach	highland-beach	US		3729	America/New_York	26.39952	-80.0656	4			FL	099		
4158634	Highland View	highland-view	US		0	America/New_York	29.83799	-85.31575	3			FL	045		
4158650	Highlands Park Estates	highlands-park-estates	US		0	America/New_York	27.30365	-81.31257	13			FL	055		
4158656	Highpoint	highpoint	US		0	America/New_York	27.91697	-82.71288	4			FL	103		
4158662	Hiland Park	hiland-park	US		1105	America/Chicago	30.20103	-85.62687	11	Highland City,Hiland Park		FL	005		
4158666	Hilden	hilden	US		0	America/New_York	30.0658	-81.44008	12			FL	109		
4158668	Hill 'n Dale	hill-n-dale	US		1934	America/New_York	28.51972	-82.29926	33	Hill 'n Dale,Hill and Dale		FL	053		
4158677	Hillcoat	hillcoat	US		0	America/New_York	30.47244	-82.90902	44			FL	047		
4158684	Hillcrest Heights	hillcrest-heights	US		254	America/New_York	27.82114	-81.53063	72			FL	105		
4158698	Hilliardville	hilliardville	US		0	America/New_York	30.2877	-84.39935	18	Benhaden,Benhader,Hilliardville		FL	129		
4158700	Hillsboro Beach	hillsboro-beach	US		2004	America/New_York	26.29397	-80.07893	4			FL	011		
4158726	Hilolo	hilolo	US		0	America/New_York	27.44921	-80.77117	19			FL	093		
4158731	Hinson	hinson	US		0	America/New_York	30.64742	-84.41657	79			FL	039		
4158733	Hinsons Crossroads	hinsons-crossroads	US		0	America/Chicago	30.6688	-85.84243	25	Hinson Cross Roads,Hinson Crossroads,Hinsons Cross Roads,Hinsons Crossroads		FL	133		
4158739	Hitchapukasse (historical)	hitchapukasse-historical	US		0	America/New_York	28.16696	-82.03314	35	Annatlylaica,Echeepocrassa,Hitchapukasse (historical),Hitchapukassi,Itchepucksassa,Jicho Jachu,Lanajaqui,Nijolltiaco		FL	105		
4158753	Hobbs Crossroads	hobbs-crossroads	US		0	America/Chicago	30.91546	-85.95994	38			FL	059		
4158767	Hodgson	hodgson	US		0	America/New_York	29.40386	-82.45594	23			FL	075		
4158816	Hog Valley	hog-valley	US		0	America/New_York	29.49442	-81.89536	41			FL	083		
4158818	Hogan	hogan	US		0	America/New_York	30.29135	-81.58176	6			FL	031		
4158844	Holden Heights	holden-heights	US		3679	America/New_York	28.49667	-81.38785	29			FL	095		
4158869	Holiday Harbor	holiday-harbor	US		0	America/New_York	30.30496	-81.4437	3			FL	031		
4158871	Holiday Hill	holiday-hill	US		0	America/New_York	30.30413	-81.58037	8			FL	031		
4158876	Holiday Manor	holiday-manor	US		0	America/New_York	28.15918	-81.68619	41			FL	105		
4158888	Holland Crossroads	holland-crossroads	US		0	America/Chicago	30.96546	-85.6466	58			FL	059		
4158903	Hollingsworth Bluff	hollingsworth-bluff	US		0	America/New_York	29.86912	-82.7429	7			FL	023		
4158924	Holly Point	holly-point	US		0	America/New_York	30.15552	-81.69593	4			FL	019		
4158929	Hollywood Beach	hollywood-beach	US		0	America/Chicago	30.25409	-85.95688	8			FL	005		
4158956	Hollywood Ridge Farms	hollywood-ridge-farms	US		0	America/New_York	25.97537	-80.19421	3			FL	011		
4158960	Holly Ford	holly-ford	US		0	America/New_York	30.41135	-81.65343	4			FL	031		
4158969	Holmes Valley	holmes-valley	US		0	America/Chicago	30.57686	-85.74299	60			FL	133		
4158971	Holopaw	holopaw	US		0	America/New_York	28.13585	-81.07618	23			FL	097		
4159059	Homestead Ridge	homestead-ridge	US		0	America/New_York	30.50159	-84.12017	43			FL	073		
4159089	Honore	honore	US		0	America/New_York	27.24283	-82.26315	9			FL	115		
4159101	Hooker Point	hooker-point	US		0	America/New_York	26.74007	-80.91673	5			FL	051		
4159155	Hoover Mill	hoover-mill	US		0	America/Chicago	30.86963	-85.68604	26			FL	059		
4159178	Hornsville	hornsville	US		0	America/Chicago	30.9413	-85.00354	31			FL	063		
4159204	Horseshoe	horseshoe	US		0	America/New_York	29.5194	-83.25347	5			FL	029		
4159309	Howell Place	howell-place	US		0	America/New_York	29.77161	-83.5082	7			FL	123		
4159312	Howey Height	howey-height	US		0	America/New_York	28.66611	-81.73091	30			FL	069		
4159333	Hucomer	hucomer	US		0	America/New_York	28.93693	-80.88839	4			FL	127		
4159354	Hugh	hugh	US		0	America/New_York	30.16579	-82.03289	43			FL	019		
4159366	Hulaw	hulaw	US		0	America/Chicago	30.77936	-85.55826	27			FL	133		
4159416	Hunters Creek	hunters-creek	US		14321	America/New_York	28.36056	-81.42229	27			FL	095		
4159464	Hyde Grove	hyde-grove	US		0	America/New_York	30.28441	-81.75927	6			FL	031		
4159473	Hyhappo (historical)	hyhappo-historical	US		0	America/Chicago	30.61686	-84.99159	32	Hyhappo (historical),Savannah		FL	063		
4159478	Hypoluxo Village	hypoluxo-village	US		0	America/New_York	26.57618	-80.09365	2			FL	099		
4159482	Iamonia	iamonia	US		0	America/New_York	30.66825	-84.16351	54	Iamonia,Jamony,Lamonia		FL	073		
4159484	Hypoluxo	hypoluxo	US		2719	America/New_York	26.56646	-80.05337	2			FL	099		
4159501	Iddo	iddo	US		0	America/New_York	30.27771	-83.72488	15			FL	123		
4159506	Idylwild	idylwild	US		0	America/New_York	29.61775	-82.34844	26			FL	001		
4159531	Ilcombe (historical)	ilcombe-historical	US		0	America/New_York	30.13354	-83.89988	4			FL	123		
4159532	Ilexhurst	ilexhurst	US		0	America/New_York	27.49059	-82.70732	1			FL	081		
4159561	Imperial Point	imperial-point	US		0	America/New_York	26.19897	-80.11866	3			FL	011		
4159603	Indian Creek Village	indian-creek-village	US		33	America/New_York	25.87815	-80.13616	2	Indian Creek,Indian Creek Village		FL	086		
4159606	Indian Ford	indian-ford	US		0	America/Chicago	30.71352	-86.92385	24			FL	113		
4159608	Indian Harbour Beach	indian-harbour-beach	US		8471	America/New_York	28.1489	-80.58839	3	Indijan Kharbor Bich,andyan harbr bytsh,ayndyn harbr bych  flwryda,indiyana harbara bica,yin du gang kou hai tan,Индијан Харбор Бич,إنديان هاربر بيتش,ایندین هاربر بیچ، فلوریدا,इन्डियन हार्बर बीच,印度港口海滩		FL	009		
4159635	Indian Mound Village	indian-mound-village	US		0	America/New_York	28.80333	-81.21673	4			FL	117		
4159636	Indian Pass	indian-pass	US		0	America/New_York	29.69049	-85.26436	3	Indian Pass,McNeils		FL	045		
4159653	Indian River City	indian-river-city	US		0	America/New_York	28.55972	-80.79922	3			FL	009		
4159659	Indian River Estates	indian-river-estates	US		6220	America/New_York	27.36449	-80.30977	4			FL	111		
4159672	Indian River Shores	indian-river-shores	US		4156	America/New_York	27.7167	-80.38422	0			FL	061		
4159677	Indian Shores	indian-shores	US		1470	America/New_York	27.8628	-82.84844	1	Indian Rocks Beach South Shore,Indian Shores		FL	103		
4159678	Indian Spring Estates	indian-spring-estates	US		0	America/New_York	27.87113	-82.84344	5			FL	103		
4159697	Indrio	indrio	US		0	America/New_York	27.52059	-80.35283	4			FL	111		
4159700	Ingle	ingle	US		0	America/New_York	30.41913	-81.92761	24	Ingle,Inglehome		FL	089		
4159716	Inlet Beach	inlet-beach	US		0	America/Chicago	30.27687	-86.00799	9			FL	131		
4159719	Inlikita	inlikita	US		0	America/New_York	25.60261	-80.48256	2			FL	086		
4159726	Innisbrook	innisbrook	US		0	America/New_York	28.11168	-82.75621	5			FL	103		
4159732	Interama	interama	US		0	America/New_York	25.91815	-80.13588	1			FL	086		
4159804	Iolee (historical)	iolee-historical	US		0	America/Chicago	30.26686	-85.13325	11	Iola,Iolee (historical),Yahola,Yanollee,Yauollee		FL	013		
4159873	Isle of Normandy	isle-of-normandy	US		8841	America/New_York	25.85287	-80.13505	1	Normandy Island		FL	086		
4159875	Isle of Palms South	isle-of-palms-south	US		0	America/New_York	30.26774	-81.43259	3	Isle of Palms South,Isle of Psalms South		FL	031		
4159876	Isleboro	isleboro	US		0	America/New_York	29.06554	-80.947	3			FL	127		
4159877	Isles of Capri	isles-of-capri	US		0	America/New_York	25.98287	-81.72759	0			FL	021		
4159883	Istokpoga	istokpoga	US		0	America/New_York	27.41365	-81.35118	15			FL	055		
4159887	Italia	italia	US		0	America/New_York	30.61662	-81.71705	6			FL	089		
4159896	Ives Estates	ives-estates	US		19525	America/New_York	25.96231	-80.17671	3			FL	086		
4159904	Izagora	izagora	US		0	America/Chicago	30.91018	-85.8416	25			FL	059		
4159981	Jackson Bluff	jackson-bluff	US		0	America/New_York	30.38909	-84.64186	28			FL	073		
4160030	Jacksonville Heights	jacksonville-heights	US		0	America/New_York	30.25218	-81.78593	27			FL	031		
4160052	Jacobs	jacobs	US		239	America/Chicago	30.89491	-85.39771	44	Jacob,Jacob City,Jacobs		FL	063		
4160086	Jan-Phyl Village	jan-phyl-village	US		5573	America/New_York	28.01474	-81.77175	47	Jan Phyl Village		FL	105		
4160099	Jarrett	jarrett	US		0	America/New_York	30.62381	-83.93406	49	Jarrett,Jarrolt,Jarrott		FL	065		
4160100	Jasmine Estates	jasmine-estates	US		18989	America/New_York	28.29306	-82.6901	1			FL	101		
4160108	Jay Jay	jay-jay	US		0	America/New_York	28.64583	-80.81978	1			FL	009		
4160151	Jenada Isles	jenada-isles	US		0	America/New_York	26.16342	-80.15727	1			FL	011		
4160176	Jensen Place	jensen-place	US		0	America/New_York	30.2302	-84.92686	25			FL	077		
4159801	Iola	iola	US	54945	0	America/Chicago	30.14881	-85.16519	6			FL	045		
4160201	Jessamine	jessamine	US		0	America/New_York	28.41361	-82.27009	70	Jassamine,Jessamine		FL	101		
4160205	Jessie Willies	jessie-willies	US		0	America/New_York	26.01926	-80.71228	2			FL	011		
4160226	Jewfish	jewfish	US		0	America/New_York	25.18373	-80.38811	-1			FL	087		
4160284	Joels Landing	joels-landing	US		0	America/New_York	30.5519	-81.66871	1			FL	031		
4160360	Johns Ferry	johns-ferry	US		0	America/New_York	29.43192	-81.66369	8			FL	107		
4160388	Johnson Crossroad	johnson-crossroad	US		0	America/Chicago	30.72964	-85.66354	30			FL	133		
4160419	Johnsons Beach	johnsons-beach	US		0	America/Chicago	30.30242	-87.41275	1			FL	033		
4160420	Johnsons Corner	johnsons-corner	US		0	America/New_York	28.97582	-81.54174	17	Johnson Corner,Johnsons Corner		FL	069		
4160432	Jolly Corner	jolly-corner	US		0	America/New_York	28.00419	-82.29009	29			FL	057		
4160443	Jones Corner	jones-corner	US		0	America/New_York	28.03335	-81.81425	42			FL	105		
4160455	Jones Landing	jones-landing	US		0	America/New_York	28.70444	-81.20618	3			FL	117		
4160556	Jumeau	jumeau	US		0	America/New_York	28.72915	-82.30148	16			FL	017		
4160570	June Park	june-park	US		4094	America/New_York	28.07224	-80.68006	8			FL	009		
4160578	Juniper	juniper	US		0	America/New_York	30.54269	-84.75325	77			FL	039		
4160604	Juno Beach	juno-beach	US		3474	America/New_York	26.87978	-80.05337	7	Dzhuno-Bich,Dzuno Bich,juno bica,jwnw bych  flwryda,jwnw bytsh,zhu nuo hai tan,Џуно Бич,Джуно-Бич,جونو بيتش,جونو بیچ، فلوریدا,جونو بیچ، فلوریڈا,जुनो बीच,朱诺海滩		FL	099		
4160607	Juno Isles	juno-isles	US		0	America/New_York	26.86367	-80.06087	2			FL	099		
4160609	Juno Ridge	juno-ridge	US		718	America/New_York	26.84812	-80.06226	4			FL	099		
4160615	Jupiter Inlet Beach Colony	jupiter-inlet-beach-colony	US		368	America/New_York	26.94895	-80.07476	2	Jupiter Inlet,Jupiter Inlet Beach Colony,Jupiter Inlet Colony		FL	099		
4160617	Jupiter Island	jupiter-island	US		887	America/New_York	27.03144	-80.10143	3			FL	085		
4160635	Kalon	kalon	US		0	America/New_York	28.50805	-82.15647	24			FL	053		
4160637	Kanapaha	kanapaha	US		0	America/New_York	29.59719	-82.42261	29			FL	001		
4160661	Keaton Beach	keaton-beach	US		0	America/New_York	29.82439	-83.59487	5			FL	123		
4160662	Keela	keela	US		0	America/New_York	26.69007	-80.8784	4			FL	099		
4160674	Keentown	keentown	US		0	America/New_York	27.57143	-82.13759	35			FL	081		
4160694	Kellys Mill	kellys-mill	US		0	America/Chicago	30.73797	-86.77607	16			FL	091		
4160705	Kendale Lakes	kendale-lakes	US		56148	America/New_York	25.70816	-80.407	1	Kendale Lakes		FL	086		
4160717	Kendall Green	kendall-green	US		3048	America/New_York	26.25397	-80.12393	6			FL	011		
4160721	Kendall Lakes	kendall-lakes	US		0	America/New_York	25.69121	-80.42228	1			FL	086		
4160742	Kennedy Hill	kennedy-hill	US		0	America/New_York	28.00197	-82.30231	25			FL	057		
4160749	Kenneth City	kenneth-city	US		5072	America/New_York	27.81558	-82.7201	6			FL	103		
4160750	Kenny	kenny	US		0	America/New_York	30.35607	-82.24262	39			FL	003		
4160752	Kensington Park	kensington-park	US		3901	America/New_York	27.35949	-82.49649	6			FL	115		
4160759	Kent Mill	kent-mill	US		0	America/Chicago	30.66964	-85.42743	36			FL	063		
4160762	Kennedy Still	kennedy-still	US		0	America/New_York	30.54466	-82.88736	43			FL	047		
4160768	Keri	keri	US		0	America/New_York	26.59757	-81.3798	9	Keri,Kerl Station		FL	051		
4160770	Kern	kern	US		0	America/New_York	30.12992	-84.9888	15			FL	077		
4160771	Kerr City	kerr-city	US		0	America/New_York	29.37025	-81.78314	9	Kerr City,Lake Kerr		FL	083		
4160787	Keuka	keuka	US		0	America/New_York	29.60469	-81.91259	31	Keuka,Kueka		FL	107		
4160806	Key Largo Park	key-largo-park	US		0	America/New_York	25.10457	-80.43311	3			FL	087		
4160834	Keystone Islands	keystone-islands	US		0	America/New_York	25.89454	-80.15394	0			FL	086		
4160858	Killarney Shores	killarney-shores	US		0	America/New_York	30.28468	-81.56509	5			FL	031		
4160866	Killingsworth Crossroads	killingsworth-crossroads	US		0	America/Chicago	30.75074	-86.45856	70			FL	091		
4160872	Kinard	kinard	US		0	America/Chicago	30.28075	-85.26381	24			FL	013		
4160873	Kincaid Hills	kincaid-hills	US		0	America/New_York	29.63386	-82.28344	49			FL	001		
4160932	Kings Point	kings-point	US		12201	America/New_York	26.44535	-80.13977	5			FL	099		
4160942	Kingsley Beach	kingsley-beach	US		0	America/New_York	29.97913	-81.99566	58			FL	019		
4160944	Kings Ferry	kings-ferry	US		0	America/New_York	30.78523	-81.839	4			FL	089		
4160948	Kingsley Village	kingsley-village	US		0	America/New_York	29.97191	-82.01622	61	Kingsley,Kingsley Village		FL	019		
4161016	Knights	knights	US		0	America/New_York	28.07641	-82.13759	33			FL	057		
4161024	Knox Hill	knox-hill	US		0	America/Chicago	30.64158	-85.95771	67			FL	131		
4161032	Koerber	koerber	US		0	America/Chicago	30.72741	-86.07133	69			FL	131		
4161035	Kolokee	kolokee	US		0	America/New_York	28.69638	-81.13812	9			FL	117		
4161043	Korona	korona	US		0	America/New_York	29.40692	-81.19645	9			FL	035		
4161044	Kossuthville	kossuthville	US		0	America/New_York	28.04447	-81.84591	38			FL	105		
4161048	Kreftwood Estates	kreftwood-estates	US		0	America/New_York	29.63219	-82.2701	33			FL	001		
4161054	Kuhlman	kuhlman	US		0	America/New_York	27.39587	-81.41618	28			FL	055		
4161056	Kynesville	kynesville	US		0	America/Chicago	30.7313	-85.35465	42			FL	063		
4161083	La Grange Point	la-grange-point	US		0	America/Chicago	30.43159	-86.15494	0			FL	131		
4161099	LaBuena	labuena	US		0	America/New_York	30.24246	-82.09928	41			FL	003		
4161107	Lackawanna	lackawanna	US		0	America/New_York	30.29496	-81.76121	9			FL	031		
4161113	Lacymark	lacymark	US		0	America/New_York	30.21217	-82.64846	53			FL	023		
4161142	Laird	laird	US		0	America/Chicago	30.31409	-85.91855	4			FL	005		
4161152	Lake Alto Estates	lake-alto-estates	US		0	America/New_York	29.78247	-82.13094	47			FL	001		
4161154	Lake Apopka	lake-apopka	US		0	America/New_York	28.62472	-81.54341	30			FL	095		
4161161	Lake Belvedere Estates	lake-belvedere-estates	US		3334	America/New_York	26.68923	-80.13338	5			FL	099		
4161166	Lake Ashby Shores	lake-ashby-shores	US		0	America/New_York	28.93943	-81.09422	5			FL	127		
4161168	Lake Buena Vista	lake-buena-vista	US		10	America/New_York	28.39362	-81.53868	29	Lejk Buena Vista,bu ai na wen tu la hu,leka byuyana bhista,lyk bwyna fysta,lyk bwyna wysta  flwryda,Лејк Буена Виста,ليك بوينا فيستا,لیک بوئنا ویستا، فلوریدا,لیک بوینا وسٹا، فلورایڈا,लेक ब्युयना भिस्टा,布埃纳文图拉湖		FL	095		
4161179	Lake Cain Hills	lake-cain-hills	US		0	America/New_York	28.48389	-81.47729	35			FL	095		
4161185	Lake Charm	lake-charm	US		0	America/New_York	28.67361	-81.19812	15			FL	117		
4161444	Lakeland Highlands	lakeland-highlands	US		11056	America/New_York	27.95975	-81.95008	68			FL	105		
4161195	Lake Clarke Shores	lake-clarke-shores	US		3552	America/New_York	26.64534	-80.07588	4			FL	099		
4161227	Lake Fern	lake-fern	US		0	America/New_York	28.14974	-82.57954	19			FL	057		
4161231	Lake Forest Hills	lake-forest-hills	US		0	America/New_York	30.38774	-81.67649	6			FL	031		
4161232	Lake Forest Hills	lake-forest-hills	US		0	America/New_York	30.39135	-81.6901	3			FL	031		
4161233	Lake Forest Manor	lake-forest-manor	US		0	America/New_York	30.39329	-81.66593	5			FL	031		
4161238	Lake Garfield	lake-garfield	US		0	America/New_York	27.89058	-81.76119	39			FL	105		
4161253	Lake Hart	lake-hart	US		542	America/New_York	28.39278	-81.24062	21			FL	095		
4161277	Lake Jem	lake-jem	US		0	America/New_York	28.74638	-81.66702	27	Lake Jem,Lake Zem		FL	069		
4161283	Lake Kathryn	lake-kathryn	US		920	America/New_York	29.01526	-81.49146	18			FL	069		
4161284	Lake Kathryn Heights	lake-kathryn-heights	US		0	America/New_York	29.01387	-81.48896	19			FL	069		
4161292	Lake Lindsey Village	lake-lindsey-village	US		71	America/New_York	28.63444	-82.36236	37			FL	053		
4161293	Lake Lindsey	lake-lindsey	US		71	America/New_York	28.63194	-82.36165	30			FL	053		
4161296	Lake Lorraine	lake-lorraine	US		7010	America/Chicago	30.44159	-86.56523	8			FL	091		
4161298	Lake Lucerne	lake-lucerne	US		9044	America/New_York	25.96509	-80.24144	1			FL	086		
4161303	Lake Mack Park	lake-mack-park	US		0	America/New_York	28.98971	-81.43618	18			FL	069		
4161311	Lake Marian Highlands	lake-marian-highlands	US		0	America/New_York	27.87641	-81.04284	21			FL	097		
4161313	Lake Magdalene	lake-magdalene	US		28509	America/New_York	28.07418	-82.47176	14			FL	057		
4161337	Lake Park Estates	lake-park-estates	US		0	America/New_York	30.38746	-81.69315	3			FL	031		
4161340	Lake Pasadena Heights	lake-pasadena-heights	US		0	America/New_York	28.32806	-82.22231	31			FL	101		
4161342	Lake Pickett	lake-pickett	US		0	America/New_York	28.59111	-81.11895	22			FL	095		
4161350	Lake Rogers Isle	lake-rogers-isle	US		0	America/New_York	26.38147	-80.07393	2			FL	099		
4161352	Lake Sarasota	lake-sarasota	US		4679	America/New_York	27.29255	-82.4376	9			FL	115		
4161360	Lake Shipp Heights	lake-shipp-heights	US		0	America/New_York	27.99669	-81.74591	45			FL	105		
4161361	Lake Shore	lake-shore	US		0	America/New_York	30.28107	-81.72593	4			FL	031		
4161363	Lake Shore Estates	lake-shore-estates	US		0	America/New_York	28.10418	-82.73399	3			FL	103		
4161382	Lake Suzy	lake-suzy	US		0	America/New_York	27.03811	-82.03703	8			FL	027		
4161398	Lake View Point	lake-view-point	US		0	America/New_York	30.42409	-84.59769	28			FL	039		
4161411	Lake Weir	lake-weir	US		0	America/New_York	29.01915	-81.98842	24			FL	083		
4161412	Lake Weir (historical)	lake-weir-historical	US		0	America/New_York	29.05081	-81.93731	19			FL	083		
4161424	Lake Worth Corridor	lake-worth-corridor	US		20635	America/New_York	26.61649	-80.10102	4	Lake Worth Corridor,Lake Worth Corridor CDP		FL	099		
4161437	Lake of the Hills	lake-of-the-hills	US		0	America/New_York	27.9553	-81.59452	50			FL	105		
4161460	Lakes by the Bay	lakes-by-the-bay	US		11422	America/New_York	25.57233	-80.32533	1			FL	086		
4161492	Lakeview Estates	lakeview-estates	US		0	America/New_York	29.62858	-82.28844	23			FL	001		
4161507	Lakewood Estates	lakewood-estates	US		0	America/New_York	25.96787	-80.25588	2			FL	086		
4161508	Lakewood Estates	lakewood-estates	US		0	America/New_York	27.72781	-82.66732	6			FL	103		
4161510	Lakewood Park	lakewood-park	US		11323	America/New_York	27.54309	-80.40227	6			FL	111		
4161546	Lands End Ranch	lands-end-ranch	US		0	America/New_York	29.54303	-81.90203	21			FL	107		
4161554	Lane Landing	lane-landing	US		0	America/New_York	29.85747	-81.55286	1			FL	109		
4161555	Lane Park	lane-park	US		0	America/New_York	28.77221	-81.75758	24			FL	069		
4161566	Langmar	langmar	US		0	America/New_York	30.34663	-81.77232	7			FL	031		
4161571	Lantana	lantana	US		11136	America/New_York	26.58674	-80.05199	2	Lantana,Lantona		FL	099		
4161615	Lauderdale Harbors	lauderdale-harbors	US		0	America/New_York	26.10592	-80.1256	2			FL	011		
4161616	Lauderdale Lakes	lauderdale-lakes	US		34796	America/New_York	26.16647	-80.20838	2	Loderdejl Lejks,lao de dai er hu,laundaradeladela leksa,lawdrdyl lyks,lwdrdyl lyks  flwryda,Лодердејл Лејкс,لاودرديل ليكس,لودردیل لیکس، فلوریدا,लौन्डरडेलडेल लेक्स,劳德代尔湖		FL	011		
4161624	Lauderdale-by-the-Sea	lauderdale-by-the-sea	US		6460	America/New_York	26.19203	-80.09643	3	Lauderdale,Lauderdale by the sea		FL	011		
4161625	Lauderhill	lauderhill	US		71579	America/New_York	26.14036	-80.21338	1			FL	011		
4161660	Laurel Grove	laurel-grove	US		0	America/New_York	30.15552	-81.70121	5			FL	019		
4161667	Laurel Villa	laurel-villa	US		0	America/New_York	27.15033	-82.45621	3			FL	115		
4161676	Lawhons Mill	lawhons-mill	US		0	America/New_York	30.16631	-84.40212	10			FL	129		
4161695	Lazy Lake	lazy-lake	US		26	America/New_York	26.1562	-80.14477	1			FL	011		
4161705	Lealman	lealman	US		19879	America/New_York	27.82114	-82.67927	15	Lealman,Lellman,Lellman Station		FL	103		
4161746	Lee Cypress	lee-cypress	US		0	America/New_York	25.94446	-81.37012	1			FL	021		
4161797	Leisure City	leisure-city	US		22655	America/New_York	25.49539	-80.42922	2			FL	086		
4161807	Lely	lely	US		3451	America/New_York	26.10065	-81.72842	2			FL	021		
4161810	Lely Resort	lely-resort	US		4646	America/New_York	26.08093	-81.69786	2			FL	021		
4161816	Lemon Bluff	lemon-bluff	US		0	America/New_York	28.80638	-81.13201	4			FL	127		
4161817	Lemon City	lemon-city	US		0	America/New_York	25.83037	-80.19283	4			FL	086		
4161829	Leno	leno	US		0	America/New_York	29.88969	-81.64064	4			FL	019		
4161832	Leon Hamilton Place	leon-hamilton-place	US		0	America/New_York	25.5215	-81.20591	0			FL	087		
4161837	Leonards (historical)	leonards-historical	US		0	America/Chicago	30.4802	-85.10464	34	Leonard,Leonards (historical)		FL	013		
4161844	Leroy (historical)	leroy-historical	US		0	America/New_York	29.13442	-82.32954	23			FL	083		
4161848	Lessie	lessie	US		0	America/New_York	30.72523	-81.77705	6			FL	089		
4161930	Liberty Point	liberty-point	US		0	America/New_York	26.81145	-80.98618	4			FL	043		
4161739	Lee	lee	US	01238	331	America/New_York	30.41996	-83.30113	27			FL	079		
4161932	Liberty Square	liberty-square	US		0	America/New_York	25.83176	-80.21671	3			FL	086		
4161957	Lighthouse Point	lighthouse-point	US		11104	America/New_York	26.27564	-80.08727	1	Lighthouse PT		FL	011		
4161959	Lighthouse Point	lighthouse-point	US		0	America/New_York	27.20227	-80.27338	0			FL	085		
4161975	Lillibridge	lillibridge	US		0	America/New_York	27.79197	-82.10953	35			FL	057		
4162004	Limestone Creek	limestone-creek	US		1014	America/New_York	26.94284	-80.14115	3			FL	099		
4162006	Linadale	linadale	US		0	America/New_York	28.97082	-81.76674	28			FL	083		
4162013	Lincoln Estates	lincoln-estates	US		0	America/New_York	29.63997	-82.30094	38			FL	001		
4162018	Lincoln Heights	lincoln-heights	US		0	America/New_York	28.79944	-81.29451	9			FL	117		
4162050	Lindgren	lindgren	US		0	America/New_York	25.60066	-80.4295	3			FL	086		
4162051	Lindgren Acres	lindgren-acres	US		0	America/New_York	25.67066	-80.40117	2			FL	086		
4162061	Limona	limona	US		0	America/New_York	27.94558	-82.30398	15			FL	057		
4162236	Little Harbor on the Hillsboro	little-harbor-on-the-hillsboro	US		0	America/New_York	26.31758	-80.0881	1			FL	011		
4162266	Little Lake City	little-lake-city	US		0	America/New_York	29.82634	-82.89179	14			FL	041		
4162459	Littman	littman	US		0	America/New_York	30.59214	-84.51435	49			FL	039		
4162473	Live Oak Island	live-oak-island	US		0	America/New_York	30.06113	-84.27736	1			FL	129		
4162522	Lloyds Estates	lloyds-estates	US		0	America/New_York	26.17758	-80.1481	2			FL	011		
4162524	Loch Lommond	loch-lommond	US		0	America/New_York	29.80163	-82.01343	42			FL	019		
4162525	Lochiocha (historical)	lochiocha-historical	US		0	America/New_York	30.36686	-84.66658	11	Lochchiochee,Lochiocha (historical)		FL	039		
4162532	Lochmoor Waterway Estates	lochmoor-waterway-estates	US		4204	America/New_York	26.64424	-81.90981	1			FL	071		
4162533	Lock Arbor	lock-arbor	US		0	America/New_York	28.78666	-81.31618	16			FL	117		
4162547	Lockharts Subdivision	lockharts-subdivision	US		0	America/New_York	28.79472	-81.29507	10			FL	117		
4162576	Lois	lois	US		0	America/New_York	30.52631	-83.91572	62			FL	065		
4162578	Lokosee	lokosee	US		0	America/New_York	27.75558	-80.91201	17			FL	097		
4162617	Long Beach Resort	long-beach-resort	US		0	America/Chicago	30.17937	-85.80827	4	Long Beach,Long Beach Resort		FL	005		
4162669	Long Hammock	long-hammock	US		0	America/New_York	28.92721	-82.10314	19			FL	119		
4162774	Longbeach	longbeach	US		0	America/New_York	27.43726	-82.68315	1			FL	081		
4162804	Lordland	lordland	US		0	America/New_York	28.77194	-81.26034	16			FL	117		
4162816	Los Trancos Woods	los-trancos-woods	US		0	America/New_York	29.69997	-82.49261	29			FL	001		
4162848	Lottieville	lottieville	US		0	America/New_York	29.61218	-82.8979	13			FL	041		
4162886	Lovedale	lovedale	US		0	America/Chicago	30.87991	-85.04298	33			FL	063		
4162894	Lovett	lovett	US		0	America/New_York	30.62826	-83.57321	38			FL	079		
4162911	Lower Grand Lagoon	lower-grand-lagoon	US		3881	America/Chicago	30.14409	-85.75076	3			FL	005		
4162919	Lower Matecumbe Beach	lower-matecumbe-beach	US		0	America/New_York	24.85014	-80.73451	0			FL	087		
4162948	Loxahatchee Groves	loxahatchee-groves	US		3397	America/New_York	26.68368	-80.27977	5	Loxahatchee,Loxahatchee Groves,The Groves,Town of Loxahatchee Groves		FL	099		
4162952	Loyce	loyce	US		0	America/New_York	28.38056	-82.48648	21			FL	101		
4162959	Lucerne Park	lucerne-park	US		0	America/New_York	28.08113	-81.67536	50			FL	105		
4162976	Luddersville	luddersville	US		0	America/New_York	29.15914	-82.44066	18			FL	083		
4162977	Ludlam	ludlam	US		0	America/New_York	25.73371	-80.30144	2			FL	086		
4162982	Lukens	lukens	US		0	America/New_York	29.18635	-83.13513	0			FL	075		
4162996	Lundy	lundy	US		0	America/New_York	29.6183	-81.64758	9			FL	107		
4163001	Luraville	luraville	US		0	America/New_York	30.12244	-83.1693	21			FL	121		
4163031	Lutterloh	lutterloh	US		0	America/New_York	30.32853	-84.25295	7			FL	073		
4163042	Lyle Corner	lyle-corner	US		0	America/New_York	27.91308	-81.86953	41			FL	105		
4163054	Lynne	lynne	US		0	America/New_York	29.19248	-81.91731	19			FL	083		
4163058	Lyons Park	lyons-park	US		0	America/New_York	26.21453	-80.12699	1			FL	011		
4163122	Macom	macom	US		0	America/Chicago	30.57853	-85.63104	61			FL	133		
4163129	Madeira Beach	madeira-beach	US		4380	America/New_York	27.79808	-82.79732	1			FL	103		
4163166	Magnolia Beach	magnolia-beach	US		0	America/Chicago	30.15854	-85.72382	4			FL	005		
4163168	Magnolia Bluffs	magnolia-bluffs	US		0	America/New_York	29.73493	-84.89991	6	Godleys Bluff,Magnolia Bluffs		FL	037		
4163217	Magnolia Gardens	magnolia-gardens	US		0	America/New_York	30.37774	-81.70315	6			FL	031		
4163225	Majette	majette	US		0	America/Chicago	30.08048	-85.32103	7			FL	045		
4163242	Mallory Heights	mallory-heights	US		0	America/Chicago	30.7613	-85.18882	40			FL	063		
4163254	Malore Gardens	malore-gardens	US		0	America/New_York	29.59969	-82.34094	18			FL	001		
4163263	Manalapan	manalapan	US		449	America/New_York	26.56924	-80.04476	1			FL	099		
4163265	Manasota Beach	manasota-beach	US		0	America/New_York	27.01061	-82.4126	3			FL	115		
4163267	Manasota Key	manasota-key	US		1229	America/New_York	26.92534	-82.35204	0			FL	015		
4163269	Manatee	manatee	US		0	America/New_York	27.49643	-82.53954	3			FL	081		
4163296	Manatee Road	manatee-road	US		2244	America/New_York	29.51302	-82.91429	9	Manatee Road,Manattee Road		FL	075		
4163297	Manavista	manavista	US		0	America/New_York	27.51559	-82.53537	1			FL	081		
4163298	Mandalay	mandalay	US		0	America/New_York	30.12382	-83.96655	1			FL	123		
4163300	Mandarin	mandarin	US		0	America/New_York	30.16052	-81.65926	5			FL	031		
4163320	Mango Hills	mango-hills	US		0	America/New_York	27.99252	-82.29454	19			FL	057		
4163322	Mangonia Park	mangonia-park	US		1979	America/New_York	26.76034	-80.07365	5	Mangonija Park,Mangonija-Park,mang gu a yuan,manghwnya bark,mangwnya park  flwryda,myangoniya parka,Мангония-Парк,Мангонија Парк,مانغونيا بارك,مانگونیا پارک، فلوریدا,म्यांगोनिया पार्क,芒谷阿园		FL	099		
4163337	Manhatten	manhatten	US		0	America/New_York	29.13859	-81.5159	1			FL	069		
4163349	Manns Spur	manns-spur	US		0	America/New_York	30.23468	-82.31956	52			FL	003		
4163351	Mannville	mannville	US		0	America/New_York	29.62886	-81.86815	24			FL	107		
4163384	Marco	marco	US		14879	America/New_York	25.9726	-81.72898	0	Collier City North,Malco,Marco,Marco Island		FL	021		
4164501	Miller Crossroads	miller-crossroads	US		0	America/Chicago	30.94935	-85.7416	55			FL	059		
4163405	Margaretta	margaretta	US		0	America/New_York	30.26551	-82.22067	42	Drake Station,Margaretta,Marguretta Drake Station		FL	003		
4163410	Margate Estates	margate-estates	US		0	America/New_York	26.22286	-80.19977	3			FL	011		
4163434	Maricamp	maricamp	US		0	America/New_York	29.16248	-82.09231	20			FL	083		
4163446	Marineland	marineland	US		17	America/New_York	29.66886	-81.2134	2			FL	035		
4163487	Marion Oaks	marion-oaks	US		0	America/New_York	29.00859	-82.18315	25			FL	083		
4163550	Marshall Plantation (historical)	marshall-plantation-historical	US		0	America/New_York	30.15024	-81.64981	6			FL	031		
4163557	Mart Law Seminole Village	mart-law-seminole-village	US		0	America/New_York	25.94454	-80.8184	2			FL	086		
4163592	Marvina	marvina	US		0	America/New_York	27.87586	-82.22537	7			FL	057		
4163633	Masaryktown	masaryktown	US		1040	America/New_York	28.44167	-82.45704	19			FL	053		
4163662	Matecumbe	matecumbe	US		0	America/New_York	24.9143	-80.63867	2			FL	087		
4163684	Mattox	mattox	US		0	America/New_York	30.29329	-82.03983	26			FL	089		
4163696	Maxcy Quarters	maxcy-quarters	US		0	America/New_York	27.71503	-81.54619	36			FL	105		
4163704	Maxville	maxville	US		0	America/New_York	30.19857	-82.01094	27			FL	031		
4163712	Mayacas (historical)	mayacas-historical	US		0	America/New_York	28.11696	-80.83311	6			FL	009		
4163713	Mayaimi (historical)	mayaimi-historical	US		0	America/New_York	27.117	-81.11646	7	Mayaimi (historical),Miama River		FL	043		
4163725	Mayo Junction	mayo-junction	US		0	America/New_York	30.20578	-83.26653	23			FL	067		
4163744	Maysland	maysland	US		0	America/New_York	30.59631	-83.57238	29			FL	079		
4163748	McAlpin	mcalpin	US		0	America/New_York	30.13912	-82.9518	31			FL	121		
4163779	McCaln	mccaln	US		0	America/New_York	30.44909	-84.40268	41			FL	073		
4163780	McColsky	mccolsky	US		0	America/New_York	30.1869	-82.54901	58			FL	023		
4163785	McColskey	mccolskey	US		0	America/New_York	30.18912	-82.56234	60	McCloskey,McColskey,McColsky		FL	023		
4163806	McDavid	mcdavid	US		0	America/Chicago	30.8663	-87.3197	12			FL	033		
4163847	McIntyre	mcintyre	US		0	America/New_York	29.98132	-84.52601	2			FL	037		
4163870	McKinnon	mckinnon	US		0	America/Chicago	30.78645	-87.47384	69			FL	033		
4163875	McLellan	mclellan	US		0	America/Chicago	30.98657	-86.88635	86	McLellan,McLellen		FL	113		
4163880	McMeekin	mcmeekin	US		0	America/New_York	29.59525	-82.01287	43			FL	107		
4163893	McNeal (historical)	mcneal-historical	US		0	America/Chicago	30.42853	-85.03269	16			FL	013		
4163918	Meadow Woods	meadow-woods	US		25558	America/New_York	28.38556	-81.36646	23			FL	095		
4163923	Meadowbrook Terrace	meadowbrook-terrace	US		0	America/New_York	30.17746	-81.73454	17			FL	019		
4163945	Medart	medart	US		0	America/New_York	30.0827	-84.38712	10			FL	129		
4163948	McQueens Village (historical)	mcqueens-village-historical	US		0	America/New_York	27.78364	-82.43315	-3	Alafiers,McQueens Village (historical),Peter McQueens Village,Totstakahoeetska,Tulsa,Tuslalahockaka		FL	057		
4163952	Medley	medley	US		851	America/New_York	25.84065	-80.32644	2	Medli,mdly  flwryda,medli,mi de li,mydly,Медли,مدلی، فلوریدا,ميدلي,मेड्ली,米德丽		FL	086		
4163954	Medulla	medulla	US		8892	America/New_York	27.9678	-81.97342	49			FL	105		
4163969	Melalevca Isles	melalevca-isles	US		0	America/New_York	26.11898	-80.31644	1			FL	011		
4163973	Melbourne Gardens	melbourne-gardens	US		0	America/New_York	28.09085	-80.677	8			FL	009		
4163981	Melbourne Shores	melbourne-shores	US		0	America/New_York	27.9628	-80.5095	2			FL	009		
4163984	Melbourne Village	melbourne-village	US		691	America/New_York	28.08529	-80.66644	7			FL	009		
4163985	Meldrim Park	meldrim-park	US		0	America/New_York	29.88691	-81.56119	4			FL	109		
4164000	Melton Manor	melton-manor	US		0	America/New_York	29.61636	-82.30455	34			FL	001		
4164048	Memphis Heights	memphis-heights	US		0	America/New_York	27.5367	-82.55426	5			FL	081		
4164070	Merediths	merediths	US		0	America/New_York	29.47858	-82.60289	27			FL	075		
4164134	Miakka	miakka	US		0	America/New_York	27.31977	-82.27481	16			FL	115		
4164186	Miami Lakes	miami-lakes	US		30972	America/New_York	25.90871	-80.30866	1	Majami Lejks,Majami-Lejks,mai a mi hu,mayami leksa,myamy lyks,myamy lyks  flwryda,Майами-Лейкс,Мајами Лејкс,ميامي ليكس,میامی لیکس، فلوریدا,मायामी लेक्स,迈阿密湖		FL	086		
4164211	Miami Shores	miami-shores	US		10831	America/New_York	25.86315	-80.19283	2	Majami Shors,mai a mi hai an,mayami sorsa,myamy shwrz,myamy shwrz  flwryda,Мајами Шорс,ميامي شورز,میامی شورز، فلوریدا,मायामी शोर्स,迈阿密海岸		FL	086		
4164223	Miami Springs	miami-springs	US		14490	America/New_York	25.82232	-80.2895	1	Country Club Estates,Majami Springs,Miami Springs,mai a mi si pu lin si,mayami springas,myamy aspryngz  flwryda,myamy sbrnghz,Мајами Спрингс,ميامي سبرنغز,میامی اسپرینگز، فلوریدا,میامی سپرنگس، فلوریڈا,मायामी स्प्रिङ्गस्,迈阿密斯普林斯		FL	086		
4164251	Micanopy Junction	micanopy-junction	US		0	America/New_York	29.52247	-82.23038	22			FL	001		
4164253	Micco	micco	US		9052	America/New_York	27.88058	-80.50033	0			FL	009		
4164254	Miccosukee	miccosukee	US		0	America/New_York	30.59464	-84.04128	67	Miccosukee,Mickasukie		FL	073		
4164269	Mickler Landing	mickler-landing	US		0	America/New_York	30.16163	-81.35591	5	Mickler Landing,Milkers Landing		FL	109		
4164273	Mid Florida Lakes	mid-florida-lakes	US		0	America/New_York	28.86304	-81.75674	22			FL	069		
4164325	Middle River Manor	middle-river-manor	US		0	America/New_York	26.15675	-80.1231	1			FL	011		
4164326	Middle River Vista	middle-river-vista	US		0	America/New_York	26.15092	-80.15699	2			FL	011		
4164375	Mikasuki (historical)	mikasuki-historical	US		0	America/New_York	30.63353	-83.98322	57	Macayaqui,Mekasuki,Mikasuki (historical)		FL	065		
4164379	Mikesville	mikesville	US		0	America/New_York	29.94663	-82.60206	47			FL	023		
4164397	Military Park	military-park	US		0	America/New_York	26.71645	-80.11282	5			FL	099		
4164515	Millers Ferry	millers-ferry	US		0	America/Chicago	30.57242	-85.84438	7			FL	133		
4164538	Millview	millview	US		0	America/Chicago	30.41798	-87.35609	2			FL	033		
4164586	Minorville (historical)	minorville-historical	US		0	America/New_York	28.55222	-81.53757	37			FL	095		
4164587	Mintons Corner	mintons-corner	US		0	America/New_York	28.07863	-80.67061	8			FL	009		
4164601	Miramar	miramar	US		137132	America/New_York	25.98731	-80.23227	2	Miramar,mi la ma er,mirama,miramara,myramar,myramar  flwryda,Мирамар,Мірамар,ميرامار,میرامار، فلوریدا,मिरामार,ミラマー,米拉馬爾		FL	011		
4164609	Miramar Terrace	miramar-terrace	US		0	America/New_York	30.27968	-81.65843	6			FL	031		
4164637	Mission City	mission-city	US		0	America/New_York	29.02165	-80.94672	1			FL	127		
4164653	Mitchell Beach	mitchell-beach	US		0	America/New_York	27.78753	-82.7851	1			FL	103		
4164666	Mitchell Lake Estates	mitchell-lake-estates	US		0	America/New_York	25.90593	-80.22783	1			FL	086		
4164686	Mobile Gardens	mobile-gardens	US		0	America/New_York	26.92923	-82.31926	2			FL	015		
4164714	Modello	modello	US		0	America/New_York	25.50261	-80.44311	3			FL	086		
4164720	Moffitt	moffitt	US		0	America/New_York	27.45476	-81.79675	21			FL	049		
4164723	Molasses Junction	molasses-junction	US		0	America/New_York	29.85108	-81.49369	7			FL	109		
4164729	Molino Crossroads	molino-crossroads	US		0	America/Chicago	30.71797	-87.33887	54			FL	033		
4164746	Monet	monet	US		0	America/New_York	26.83812	-80.09421	5			FL	099		
4164752	Monkey Box	monkey-box	US		0	America/New_York	26.93311	-81.0559	2			FL	043		
4164772	Monroes Corner	monroes-corner	US		0	America/New_York	29.02554	-82.11981	22			FL	083		
4164775	Montbrook	montbrook	US		0	America/New_York	29.32719	-82.45038	22	Ambler,Montbrook,Phoenix		FL	075		
4164779	Monteocha	monteocha	US		0	America/New_York	29.79635	-82.28538	45			FL	001		
4164807	Montverde Junction	montverde-junction	US		0	America/New_York	28.56222	-81.6823	44			FL	069		
4164811	Montivilla	montivilla	US		0	America/New_York	30.5477	-83.8885	59			FL	065		
4164866	Moreland Park	moreland-park	US		0	America/New_York	28.88943	-82.04175	26			FL	119		
4164884	Morgan Place	morgan-place	US		0	America/New_York	30.00993	-84.75546	3			FL	037		
4164897	Moriczville, Plant City	moriczville-plant-city	US		0	America/New_York	28.11946	-82.14981	27			FL	057		
4164909	Morningside Park	morningside-park	US		0	America/New_York	28.44334	-81.40674	31			FL	095		
4164939	Morse Shores	morse-shores	US		0	America/New_York	26.6809	-81.79758	5			FL	071		
4164973	Mosquito Landing	mosquito-landing	US		0	America/New_York	30.27631	-85.05686	10			FL	077		
4164975	Moss Bluff	moss-bluff	US		0	America/New_York	29.08331	-81.88369	16			FL	083		
4164988	Moss Town	moss-town	US		0	America/New_York	28.45917	-82.18036	25			FL	101		
4164990	Mosquito Grove	mosquito-grove	US		0	America/New_York	29.06332	-81.45646	0			FL	069		
4165017	Mound Grove	mound-grove	US		0	America/New_York	29.4022	-81.11284	1			FL	127		
4165066	Mount Carrie	mount-carrie	US		0	America/New_York	30.19523	-82.50373	60			FL	023		
4165077	Mount Enon	mount-enon	US		0	America/New_York	28.03724	-82.07231	50	Enon Church,Mount Enon		FL	057		
4165089	Mount Homer	mount-homer	US		0	America/New_York	28.82888	-81.70063	34			FL	069		
4165214	Moultrie Junction	moultrie-junction	US		0	America/New_York	29.89136	-81.33452	3			FL	109		
4165218	Mount Plymouth	mount-plymouth	US		4011	America/New_York	28.80805	-81.53313	24			FL	069		
4165220	Mount Plymouth Lakes	mount-plymouth-lakes	US		0	America/New_York	28.76805	-81.51979	23			FL	095		
4165314	Mountain Lake Station	mountain-lake-station	US		0	America/New_York	27.94975	-81.59508	53			FL	105		
4165320	Muce	muce	US		0	America/New_York	26.82784	-81.49591	14			FL	043		
4165403	Muddy Ford	muddy-ford	US		0	America/Chicago	30.45964	-86.89496	5			FL	113		
4165406	Mulat	mulat	US		259	America/Chicago	30.55131	-87.1233	3			FL	113		
4165442	Mullet Lake Park	mullet-lake-park	US		0	America/New_York	28.78916	-81.13839	1			FL	117		
4165445	Mullis City	mullis-city	US		0	America/New_York	28.04002	-82.50898	12			FL	057		
4165483	Murray Hill	murray-hill	US		0	America/New_York	30.31941	-81.71621	7			FL	031		
4165491	Muscogee	muscogee	US		0	America/Chicago	30.60575	-87.39664	10			FL	033		
4165499	Murray Hill	murray-hill	US		0	America/New_York	30.31246	-81.7101	5			FL	031		
4165506	Myakka Head	myakka-head	US		0	America/New_York	27.4681	-82.07564	28			FL	081		
4165515	Myrtis	myrtis	US		0	America/New_York	30.06551	-82.60012	40			FL	023		
4165519	Myrtle Grove	myrtle-grove	US		15870	America/Chicago	30.42103	-87.30747	14			FL	033		
4165527	Myrtle Island	myrtle-island	US		0	America/New_York	29.58553	-81.44118	6			FL	035		
4165574	Naples Manor	naples-manor	US		5562	America/New_York	26.0887	-81.7262	1			FL	021		
4165576	Naples Park	naples-park	US		5967	America/New_York	26.26175	-81.80925	4			FL	021		
4165580	Naranja	naranja	US		8303	America/New_York	25.51816	-80.42283	2			FL	086		
4165584	Narcoossee	narcoossee	US		0	America/New_York	28.29834	-81.23896	24	Marcoosee,Narcoossee		FL	097		
4165610	Nassauville	nassauville	US		0	America/New_York	30.5694	-81.51954	4			FL	089		
4165616	National Gardens	national-gardens	US		0	America/New_York	29.33248	-81.12645	9			FL	127		
4165635	Navair	navair	US		0	America/New_York	30.17023	-82.58429	53			FL	023		
4165641	Navy Point	navy-point	US		0	America/Chicago	30.37992	-87.29331	6			FL	033		
4165649	Neals	neals	US		0	America/New_York	29.76885	-82.71262	20			FL	041		
4165674	Negrotown Knoll	negrotown-knoll	US		0	America/New_York	27.30616	-81.53619	27	Negrotown Knoll,Niggertown Knoll		FL	055		
4165676	Neheb	neheb	US		0	America/New_York	28.69194	-81.20034	6			FL	117		
4165681	Neilhurst	neilhurst	US		0	America/New_York	30.12107	-81.72732	2			FL	019		
4165682	Neilson	neilson	US		0	America/New_York	27.67836	-81.50091	30			FL	105		
4165708	Nevins	nevins	US		0	America/New_York	27.6117	-80.38505	3			FL	061		
4165756	New Eden	new-eden	US		0	America/New_York	28.27807	-81.17951	20			FL	097		
4165846	New Mikasuki (historical)	new-mikasuki-historical	US		0	America/New_York	30.48354	-83.64988	28	John Hicks Town,Mikasuki,New Mikasuki (historical)		FL	079		
4165867	New Point Comfort	new-point-comfort	US		0	America/New_York	26.9309	-82.34093	1			FL	015		
4165911	New Smyrna (historical)	new-smyrna-historical	US		0	America/New_York	29.05026	-80.93311	1	New Smyrna (historical),New Smyrnea		FL	127		
4165936	New Upsala	new-upsala	US		0	America/New_York	28.79638	-81.31646	15			FL	117		
4165965	Newburn	newburn	US		0	America/New_York	30.27244	-83.14069	27			FL	121		
4165968	New Run	new-run	US		0	America/New_York	29.38386	-81.38451	2			FL	107		
4165980	Newnans Lake Homesites	newnans-lake-homesites	US		0	America/New_York	29.64997	-82.23955	23			FL	001		
4165981	Newnansville	newnansville	US		0	America/New_York	29.80858	-82.47678	43			FL	001		
4166001	Newco	newco	US		0	America/New_York	30.18301	-82.60262	58			FL	023		
4166014	Nine Mile	nine-mile	US		0	America/New_York	29.71688	-85.1213	4			FL	037		
4166018	Ninemile Bend	ninemile-bend	US		0	America/New_York	26.67784	-80.54089	6			FL	099		
4166050	Nokomis Beach	nokomis-beach	US		0	America/New_York	27.12644	-82.47093	3			FL	115		
4166055	Noma Junction	noma-junction	US		0	America/Chicago	30.97268	-85.61771	44			FL	059		
4166064	Norfleet	norfleet	US		0	America/New_York	30.4427	-84.39185	43			FL	073		
4166066	Norland	norland	US		23604	America/New_York	25.94898	-80.21227	2	Norland,Норланд		FL	086		
4166081	Normandy Shores	normandy-shores	US		0	America/New_York	25.85982	-80.13893	1			FL	086		
4166084	Normandy Village	normandy-village	US		0	America/New_York	30.27968	-81.78121	18			FL	031		
4166091	Nombre de Dios (historical)	nombre-de-dios-historical	US		0	America/New_York	29.90025	-81.31646	1	Amacarisse,Chiquito,Macarisqui,Mascarasi,Nombre de Dios (historical)		FL	109		
4166094	North Andrew Gardens	north-andrew-gardens	US		0	America/New_York	26.1787	-80.1456	2			FL	011		
4166096	North Andrews Gardens	north-andrews-gardens	US		10056	America/New_York	26.19147	-80.14421	2			FL	011		
4166098	North Bal Harbor	north-bal-harbor	US		0	America/New_York	26.15397	-80.11616	2			FL	011		
4166105	North Bay Village	north-bay-village	US		8302	America/New_York	25.84621	-80.15394	0	Nort Bej Vilidz,North Bay,North Bay Village,bei wan cun,nartha be bhileja,nwrth bay fylyj,nwrth by wylj  flwryda,Норт Беј Вилиџ,شمالی بے ولیج، فلوریڈا,نورث باي فيليج,نورث بی ویلج، فلوریدا,नर्थ बे भिलेज,北湾村		FL	086		
4166124	North Brooksville	north-brooksville	US		3544	America/New_York	28.57305	-82.40815	48			FL	053		
4166154	North DeLand	north-deland	US		1450	America/New_York	29.04943	-81.29812	24	North De Land		FL	127		
4166208	North Key Largo	north-key-largo	US		1244	America/New_York	25.26734	-80.32339	0			FL	087		
4166222	North Lauderdale	north-lauderdale	US		43703	America/New_York	26.2173	-80.22588	3	Nort Loderdejl,Nort-Loderdejl,bei lao de dai er,nartha laundaradeladela,nwrth lawdrdyl,nwrth lwdrlyl  flwryda,Норт Лодердејл,Норт-Лодердейл,نورث لاودرديل,نورث لودرلیل، فلوریدا,नर्थ लौन्डरडेलडेल,北劳德代尔		FL	011		
4166231	North Meadowbrook Terrace	north-meadowbrook-terrace	US		0	America/New_York	30.17857	-81.75121	16			FL	019		
4166248	North Oak Hill	north-oak-hill	US		0	America/New_York	30.25357	-81.77288	24			FL	031		
4166255	North Palm Beach Heights	north-palm-beach-heights	US		0	America/New_York	26.88978	-80.1306	5			FL	099		
4166273	North Pompano Beach	north-pompano-beach	US		0	America/New_York	26.27897	-80.10282	4			FL	011		
4166280	North Naples	north-naples	US		0	America/New_York	26.21925	-81.79175	4			FL	021		
4166288	North Redington Beach	north-redington-beach	US		1463	America/New_York	27.81614	-82.82066	1			FL	103		
4166293	North River Shores	north-river-shores	US		3079	America/New_York	27.21755	-80.26977	1			FL	085		
4166297	North Ruskin	north-ruskin	US		0	America/New_York	27.76475	-82.39454	3			FL	057		
4166298	North Sarasota	north-sarasota	US		6982	America/New_York	27.37393	-82.51843	11			FL	115		
4166299	North Shore	north-shore	US		0	America/New_York	30.38441	-81.65676	4			FL	031		
4166321	North Tampa Heights	north-tampa-heights	US		0	America/New_York	28.06613	-82.46009	11			FL	057		
4166428	Norum	norum	US		0	America/Chicago	30.59797	-85.75771	11			FL	133		
4166453	Nowatney	nowatney	US		0	America/New_York	28.07391	-82.44676	12			FL	057		
4166459	Nubbin Ridge	nubbin-ridge	US		0	America/Chicago	30.84046	-86.67468	74			FL	091		
4166460	Nugalla (historical)	nugalla-historical	US		0	America/New_York	30.03354	-83.81654	2	Ivitanoa,Nitanoya,Noowallo,Nugalla (historical)		FL	123		
4166467	Nurmi Isles	nurmi-isles	US		0	America/New_York	26.12259	-80.11699	0			FL	011		
4166469	Nutall Rise	nutall-rise	US		0	America/New_York	30.15049	-83.96405	1	Nutal Rise,Nutall Rise		FL	123		
4166478	O'Neil	o-neil	US		0	America/New_York	30.61746	-81.51426	3			FL	089		
4166561	Oak Hill Park	oak-hill-park	US		0	America/New_York	30.24496	-81.77788	26			FL	031		
4166567	Oak Knoll	oak-knoll	US		0	America/New_York	27.51171	-82.27759	23			FL	081		
4166568	Oak Knoll Estates	oak-knoll-estates	US		0	America/New_York	30.52381	-84.26629	52			FL	073		
4166570	Oak Landing	oak-landing	US		0	America/New_York	30.25357	-81.43425	3			FL	031		
4166592	Oak Ridge Park	oak-ridge-park	US		0	America/New_York	29.6358	-81.95343	58			FL	107		
4166598	Oak Terrace	oak-terrace	US		0	America/New_York	27.83919	-81.97731	50			FL	105		
4166616	Oakhurst (historical)	oakhurst-historical	US		0	America/New_York	27.83919	-82.80177	17			FL	103		
4166617	Oakhurst Acres	oakhurst-acres	US		0	America/New_York	27.86419	-82.83733	8			FL	103		
4166622	Oakhurst Shores	oakhurst-shores	US		0	America/New_York	27.8253	-82.79982	3			FL	103		
4166623	Oakhurst Terrace	oakhurst-terrace	US		0	America/New_York	27.85308	-82.82483	18			FL	103		
4166638	Oakland Park	oakland-park	US		44319	America/New_York	26.17231	-80.13199	1	Oklend-Park,Oukland Park,ao ke lan gong yuan,awkland bark,awklnd park  flwryda,okalyanda parka,Окленд-Парк,Оукланд Парк,أوكلاند بارك,اوکلند پارک، فلوریدا,ओकल्यान्ड पार्क,奥克兰公园		FL	011		
4166639	Oakland Park	oakland-park	US		0	America/New_York	28.80388	-81.6773	23			FL	069		
4166668	Oakwood Villa	oakwood-villa	US		0	America/New_York	30.31802	-81.57898	7	Oakwood,Oakwood Villa		FL	031		
4166681	Ocala Estates	ocala-estates	US		0	America/New_York	29.2022	-82.30954	21	Chestnut Hill Ranches,Ocala Estates		FL	083		
4166688	Ocala Highlands Estates	ocala-highlands-estates	US		0	America/New_York	29.25553	-82.14426	26			FL	083		
4166696	Ocala Park Ranch	ocala-park-ranch	US		0	America/New_York	29.25303	-82.22148	21			FL	083		
4166702	Ocala Ridge	ocala-ridge	US		0	America/New_York	29.19331	-82.21371	26			FL	083		
4166711	Ocala Thoroughbred Acres	ocala-thoroughbred-acres	US		0	America/New_York	29.17248	-82.24343	22			FL	083		
4166712	Ocala Waterway	ocala-waterway	US		0	America/New_York	29.06915	-82.19287	30			FL	083		
4166721	Ocean Breeze Park	ocean-breeze-park	US		355	America/New_York	27.23588	-80.2206	2			FL	085		
4166734	Ocean Reef Club	ocean-reef-club	US		0	America/New_York	25.31369	-80.28646	1	OCA,Ocean Reef Club		FL	087		
4166738	Ocean Ridge	ocean-ridge	US		1904	America/New_York	26.52702	-80.04837	2			FL	099		
4166740	Ocean View Heights	ocean-view-heights	US		0	America/New_York	25.73677	-80.23783	4			FL	086		
4166741	Ocean Vue	ocean-vue	US		0	America/New_York	26.31813	-80.07699	3			FL	011		
4166744	Oceanway	oceanway	US		0	America/New_York	30.4669	-81.63232	9			FL	031		
4166749	Ocheesee	ocheesee	US		0	America/Chicago	30.57575	-85.01686	38	Ocheesee,Ochesee		FL	013		
4166752	Ocheesee Landing	ocheesee-landing	US		0	America/Chicago	30.58214	-84.96603	17			FL	013		
4166754	Ocheeseulga (historical)	ocheeseulga-historical	US		0	America/Chicago	30.4002	-85.06658	16	Ocheeseulga (historical),Ochuceulga		FL	013		
4166755	Ochisi (historical)	ochisi-historical	US		0	America/New_York	30.48353	-84.94992	71	Ocheesee,Ochisi (historical)		FL	063		
4166756	Ochlockonee	ochlockonee	US		0	America/New_York	30.47242	-84.40685	29	Ochlocknee,Ochlockonee,Ocklockonee,Oklocknee		FL	073		
4166761	Ocheesee Gardens	ocheesee-gardens	US		0	America/Chicago	30.65742	-84.96992	44			FL	063		
4166775	Ocklockonee (historical)	ocklockonee-historical	US		0	America/New_York	30.66686	-84.2999	33			FL	073		
4166782	Octahatchee	octahatchee	US		0	America/New_York	30.57938	-83.19042	46			FL	047		
4166783	Odena	odena	US		0	America/New_York	29.74021	-85.1863	2			FL	045		
4166805	Ojus	ojus	US		18036	America/New_York	25.94843	-80.1506	3			FL	086		
4166810	Okahumpka (historical)	okahumpka-historical	US		0	America/New_York	28.76694	-81.8998	19	Okahumpka (historical),Okeehumky,Okehumpkee,Okihumpy,Okumpka		FL	069		
4166817	Okaloo	okaloo	US		0	America/Chicago	30.91574	-86.48606	83			FL	091		
4166820	Okawahathako (historical)	okawahathako-historical	US		0	America/New_York	29.56691	-81.71647	6	Oclawaha,Ocleuauthlusco,Oclewauthlusco,Okawahathako (historical),Oklawaha,Wahathako		FL	107		
4166821	Okeafenoke Swamp (historical)	okeafenoke-swamp-historical	US		0	America/New_York	30.1669	-82.41651	44	Ockecha,Okeafenoke Swamp (historical),Owaquaphenoja		FL	003		
4166826	Ohathlockhouchy (historical)	ohathlockhouchy-historical	US		0	America/New_York	30.53353	-84.48324	59	Ocholwacoochee,Ohathlockhouchy (historical),Oithlakutchi,Okaloacodchee Slough,Okoloacoochee		FL	039		
4166835	Okeelanta	okeelanta	US		0	America/New_York	26.60979	-80.71145	6			FL	099		
4166841	Oktahatko (historical)	oktahatko-historical	US		0	America/Chicago	30.93352	-85.2666	27	Oktahatki,Oktahatko (historical)		FL	063		
4166847	Old Bay View	old-bay-view	US		0	America/Chicago	30.43714	-86.10994	1			FL	131		
4166857	Old Callaway	old-callaway	US		0	America/Chicago	30.14353	-85.57159	9			FL	005		
4166872	Old Duette	old-duette	US		0	America/New_York	27.53698	-82.09925	35			FL	081		
4166876	Old Fernandina	old-fernandina	US		0	America/New_York	30.68968	-81.45231	2			FL	089		
4166883	Old Grove	old-grove	US		0	America/New_York	25.95899	-81.6087	0			FL	021		
4166887	Old Henley Place	old-henley-place	US		0	America/New_York	28.39806	-82.14203	23			FL	101		
4166894	Old Marco Junction	old-marco-junction	US		0	America/New_York	26.02287	-81.70064	1			FL	021		
4166897	Old Myakka	old-myakka	US		0	America/New_York	27.3131	-82.26676	15	Miakka,Myakka,Old Myakka		FL	115		
4166979	Olympia Heights	olympia-heights	US		13488	America/New_York	25.72677	-80.35533	2	Olympia Heights,Olympic Heights		FL	086		
4167028	Open Sands	open-sands	US		0	America/Chicago	30.2052	-85.85771	5	Open Sands,Panama City Beach		FL	005		
4167029	Oponys Town (historical)	oponys-town-historical	US		0	America/New_York	27.78364	-81.7998	40	Hoponeys Town,Oponays Town,Oponys Town (historical)		FL	105		
4167038	Orange Bend	orange-bend	US		0	America/New_York	28.8611	-81.79869	27			FL	069		
4167039	Orange Blossom	orange-blossom	US		0	America/New_York	28.68805	-81.78647	30			FL	069		
4167041	Orange Blossom Gardens Mobile Home Park (historical)	orange-blossom-gardens-mobile-home-park-historical	US		0	America/New_York	28.94693	-81.94758	20			FL	069		
4167042	Orange Blossom Hills	orange-blossom-hills	US		0	America/New_York	28.99526	-82.00064	28			FL	083		
4167044	Orange Blossom Hills South	orange-blossom-hills-south	US		0	America/New_York	28.92832	-81.94814	23			FL	069		
4167057	Orange City Hills	orange-city-hills	US		0	America/New_York	28.92888	-81.29617	20			FL	127		
4167074	Orange Grove Villas	orange-grove-villas	US		0	America/New_York	28.28667	-82.18842	38			FL	101		
4167079	Orange Heights	orange-heights	US		0	America/New_York	29.71969	-82.13927	45			FL	001		
4167088	Orange Home	orange-home	US		0	America/New_York	28.82943	-81.99564	20	Orange Home,Orangehome		FL	119		
4167098	Orange Mills	orange-mills	US		0	America/New_York	29.68497	-81.57314	3			FL	107		
4167100	Orange Mountain	orange-mountain	US		0	America/New_York	28.50306	-81.7198	51			FL	069		
4167123	Orange Terrace	orange-terrace	US		0	America/New_York	27.85308	-82.83316	8			FL	103		
4167125	Orangedale	orangedale	US		0	America/New_York	28.15752	-81.90508	42	Foxtown,Orangedale		FL	105		
4167126	Orangedale	orangedale	US		0	America/New_York	30.00858	-81.61314	6			FL	109		
4167127	Orangetree	orangetree	US		4406	America/New_York	26.29286	-81.58842	4			FL	021		
4167133	Orchid	orchid	US		439	America/New_York	27.77281	-80.417	0			FL	061		
4167138	Orient Park	orient-park	US		0	America/New_York	27.97252	-82.37287	10			FL	057		
4167139	Orienta Gardens	orienta-gardens	US		0	America/New_York	28.6575	-81.38201	25			FL	117		
4167142	Oriole Beach	oriole-beach	US		1420	America/Chicago	30.37381	-87.09136	2			FL	113		
4167176	Orlovista	orlovista	US		6123	America/New_York	28.53834	-81.46035	34			FL	095		
4167190	Ormond-by-the-Sea	ormond-by-the-sea	US		7406	America/New_York	29.34914	-81.06645	4	North Peninsula,Ormond-by-the-Sea		FL	127		
4167191	Orsino	orsino	US		0	America/New_York	28.52778	-80.66533	1			FL	009		
4167192	Ortega	ortega	US		0	America/New_York	30.27052	-81.70815	7	Mcgirts River,Ortega		FL	031		
4167195	Ortega Farms	ortega-farms	US		0	America/New_York	30.25218	-81.72204	5			FL	031		
4167196	Ortega Forest	ortega-forest	US		0	America/New_York	30.26163	-81.71065	5			FL	031		
4167202	Ortona	ortona	US		0	America/New_York	26.81312	-81.31563	7			FL	043		
4167203	Ortona	ortona	US		0	America/New_York	29.25248	-81.02561	5			FL	127		
4167210	Ortega Terrace	ortega-terrace	US		0	America/New_York	30.26413	-81.70065	3			FL	031		
4167243	Osochi (historical)	osochi-historical	US		0	America/Chicago	30.63353	-84.94992	31	Ocosochis,Osachees,Osochi (historical),Sontiska		FL	063		
4167244	Osowaw Junction	osowaw-junction	US		0	America/New_York	27.57948	-80.83478	19			FL	093		
4167337	Overstreet	overstreet	US		0	America/Chicago	29.99826	-85.36881	2			FL	045		
4167366	Owl Landing	owl-landing	US		0	America/New_York	30.01826	-85.01602	6	Owl Landing,Winns Landing		FL	077		
4167407	Oyster Lodge	oyster-lodge	US		0	America/Chicago	30.96796	-87.23414	10			FL	033		
4167410	Ozello	ozello	US		0	America/New_York	28.82581	-82.65705	0			FL	017		
4167420	Pablo Keys	pablo-keys	US		0	America/New_York	30.27219	-81.4237	3			FL	031		
4167443	Packwood Place	packwood-place	US		0	America/New_York	28.93804	-80.8695	1			FL	127		
4167462	Padlock	padlock	US		0	America/New_York	30.23134	-82.96652	36			FL	121		
4167465	Page Park	page-park	US		514	America/New_York	26.57924	-81.86203	4			FL	071		
4167477	Painters Hill	painters-hill	US		0	America/New_York	29.53303	-81.15312	4			FL	035		
4167495	Palm Aire	palm-aire	US		1702	America/New_York	26.20619	-80.19171	3			FL	011		
4167794	Park of the Palms	park-of-the-palms	US		0	America/New_York	29.79302	-82.03843	38	Park of the Palms,Tibbets Park Palms		FL	019		
4167524	Palm Beach Isles	palm-beach-isles	US		0	America/New_York	26.79201	-80.03643	2			FL	099		
4167525	Palm Beach Lakes	palm-beach-lakes	US		0	America/New_York	26.72534	-80.0706	5			FL	099		
4167533	Palm Beach Shores	palm-beach-shores	US		1208	America/New_York	26.77812	-80.0356	3			FL	099		
4167544	Palm Grove Colony	palm-grove-colony	US		0	America/New_York	28.55138	-82.62621	1			FL	053		
4167559	Palm Lake Park	palm-lake-park	US		0	America/New_York	27.22532	-80.25144	5			FL	085		
4167573	Palm River	palm-river	US		0	America/New_York	26.27731	-81.7762	2			FL	021		
4167574	Palm River	palm-river	US		0	America/New_York	27.9428	-82.39759	3			FL	057		
4167576	Palm Beach Farms	palm-beach-farms	US		0	America/New_York	26.66923	-80.14949	5			FL	099		
4167579	Palm River Shores	palm-river-shores	US		0	America/New_York	26.27398	-81.78786	2			FL	021		
4167580	Palm Shadows	palm-shadows	US		0	America/New_York	28.7886	-81.14284	1			FL	117		
4167581	Palm Shores	palm-shores	US		900	America/New_York	28.18446	-80.65283	4			FL	009		
4167590	Palm Springs Estates	palm-springs-estates	US		0	America/New_York	25.8826	-80.30616	1			FL	086		
4167594	Palm Springs North	palm-springs-north	US		5253	America/New_York	25.9351	-80.33383	1	Palm Springs North		FL	086		
4167601	Palm Valley	palm-valley	US		20019	America/New_York	30.17746	-81.38758	1			FL	109		
4167603	Palm Valley Landing	palm-valley-landing	US		0	America/New_York	30.1758	-81.40036	1			FL	109		
4167604	Palm View	palm-view	US		0	America/New_York	27.56865	-82.55704	4			FL	081		
4167608	Palma Ceia	palma-ceia	US		0	America/New_York	27.92086	-82.49537	6			FL	057		
4167614	Palma Sola	palma-sola	US		0	America/New_York	27.51226	-82.63204	4			FL	081		
4167618	Palm River Estates	palm-river-estates	US		0	America/New_York	26.27842	-81.77786	3			FL	021		
4167619	Palma Sola Park	palma-sola-park	US		0	America/New_York	27.49171	-82.63676	7			FL	081		
4167634	Palmetto Bay	palmetto-bay	US		24642	America/New_York	25.62177	-80.32477	3	Pameto Bej,balmytw bay,palmtw by  flwryda,zong lu wan,Памето Беј,بالميتو باي,پالمتو بی، فلوریدا,棕榈湾		FL	086		
4167647	Palmetto Estates	palmetto-estates	US		13535	America/New_York	25.62149	-80.362	3			FL	086		
4167668	Palmo	palmo	US		0	America/New_York	29.96635	-81.56731	3			FL	109		
4167671	Palmona Park	palmona-park	US		1146	America/New_York	26.68646	-81.89648	3			FL	071		
4167690	Panacea Park	panacea-park	US		0	America/New_York	30.02953	-84.40011	4			FL	129		
4167692	Panacoochee Retreats	panacoochee-retreats	US		0	America/New_York	28.80027	-82.13537	14			FL	119		
4167702	Panama Park	panama-park	US		0	America/New_York	30.38496	-81.64065	3			FL	031		
4167736	Paradise Beach	paradise-beach	US		0	America/Chicago	30.40075	-87.42053	3			FL	033		
4167738	Paradise Heights	paradise-heights	US		1215	America/New_York	28.62361	-81.54396	30			FL	095		
4167748	Paradise Palms	paradise-palms	US		0	America/New_York	26.35341	-80.12616	3			FL	099		
4167749	Paradise Park	paradise-park	US		0	America/New_York	27.47198	-80.34311	6			FL	111		
4167750	Paradise Point	paradise-point	US		0	America/New_York	28.88359	-82.59205	0			FL	017		
4167754	Paradise Port	paradise-port	US		0	America/New_York	26.88562	-80.07421	2			FL	099		
4167775	Park Haven	park-haven	US		0	America/New_York	26.29508	-80.11143	4			FL	011		
4167791	Park View	park-view	US		0	America/New_York	28.77749	-81.26618	17			FL	117		
4167810	Parker Island	parker-island	US		0	America/New_York	27.24477	-81.29813	22			FL	055		
4167825	Parkerville	parkerville	US		0	America/Chicago	30.62408	-86.84829	5			FL	113		
4167829	Parkland	parkland	US		30177	America/New_York	26.31008	-80.23727	4			FL	011		
4167864	Parmalee	parmalee	US		0	America/New_York	27.37116	-82.21815	20			FL	081		
4167865	Parramore	parramore	US		0	America/Chicago	30.87213	-84.99298	29			FL	063		
4167892	Pasadena Shores	pasadena-shores	US		0	America/New_York	28.315	-82.20564	43			FL	101		
4167907	Pass Station	pass-station	US		0	America/New_York	29.98107	-81.77315	26			FL	019		
4167926	Patersonville	patersonville	US		0	America/New_York	29.68886	-81.58453	4			FL	107		
4167983	Paynes Town (historical)	paynes-town-historical	US		0	America/New_York	29.41692	-82.23315	42			FL	083		
4168011	Peace River Shores	peace-river-shores	US		0	America/New_York	27.03033	-81.96259	6			FL	015		
4168027	Peaden	peaden	US		0	America/Chicago	30.90852	-86.58301	45			FL	091		
4168039	Pearl Court	pearl-court	US		0	America/New_York	30.37468	-81.6451	4			FL	031		
4168062	Pebble Creek	pebble-creek	US		7622	America/New_York	28.14835	-82.34565	15			FL	057		
4168066	Pebbledale	pebbledale	US		0	America/New_York	27.84225	-81.94314	44			FL	105		
4168067	Pecan	pecan	US		0	America/New_York	29.68414	-81.65592	5			FL	107		
4168069	Pecan Park	pecan-park	US		0	America/New_York	30.5119	-81.6226	11			FL	031		
4168095	Pelican Bay	pelican-bay	US		6346	America/New_York	26.2312	-81.80564	4			FL	021		
4168138	Pembroke Park	pembroke-park	US		6333	America/New_York	25.98787	-80.17477	1	Pembrok-Park,Pembruk Park,bymbrwk bark,pembroka parka,peng bu luo ke gong yuan,pmbrwk park  flwryda,Пемброк-Парк,Пембрук Парк,بيمبروك بارك,پمبروک پارک، فلوریدا,पेम्ब्रोक पार्क,彭布罗克公园		FL	011		
4168154	Peniel	peniel	US		0	America/New_York	29.61997	-81.67953	15	Penial,Peniel		FL	107		
4168165	Pennichaw	pennichaw	US		0	America/New_York	28.79888	-81.00561	5			FL	127		
4168167	Pennsuco	pennsuco	US		0	America/New_York	25.8951	-80.37811	1			FL	086		
4168176	Pensacola Beach	pensacola-beach	US		0	America/Chicago	30.33353	-87.13747	2			FL	033		
4168203	Peoria Siding	peoria-siding	US		0	America/New_York	30.10885	-81.76954	3			FL	019		
4168222	Perdido Bay	perdido-bay	US		0	America/Chicago	30.33298	-87.42053	5			FL	033		
4168223	Perdido Heights	perdido-heights	US		0	America/Chicago	30.40048	-87.42303	2			FL	033		
4168224	Perdido Key	perdido-key	US		0	America/Chicago	30.3002	-87.42748	3	Gulf Beach,Perdido Key		FL	033		
4168235	Perky	perky	US		0	America/New_York	24.64875	-81.57175	0			FL	087		
4168238	Perrine	perrine	US		0	America/New_York	25.60511	-80.35366	4			FL	086		
4168270	Peters	peters	US		0	America/New_York	25.59844	-80.35422	4			FL	086		
4168301	Phifer	phifer	US		0	America/New_York	29.59136	-82.18788	34			FL	001		
4168315	Philips	philips	US		0	America/New_York	30.30024	-81.64148	7			FL	031		
4168325	Phoenix Park	phoenix-park	US		0	America/New_York	30.37218	-81.6451	4			FL	031		
4168340	Pickettville	pickettville	US		0	America/New_York	30.36524	-81.74149	6			FL	031		
4168356	Picolata	picolata	US		0	America/New_York	29.91497	-81.59286	1			FL	109		
4168392	Pilaklakha (historical)	pilaklakha-historical	US		0	America/New_York	28.63361	-81.98314	26	Peliklakaha,Piclaclekeha,Pilaklakha (historical),Pilocklakha		FL	119		
4168409	Pine Barren	pine-barren	US		0	America/Chicago	30.77741	-87.33442	10			FL	033		
4168418	Pine Castle	pine-castle	US		10805	America/New_York	28.47195	-81.36785	30			FL	095		
4168429	Pine Dale	pine-dale	US		0	America/New_York	27.85503	-81.97092	38			FL	105		
4168431	Pine Forest	pine-forest	US		0	America/Chicago	30.51964	-87.31636	36			FL	033		
4168456	Pine Hill Estates	pine-hill-estates	US		0	America/New_York	29.66219	-82.45622	44			FL	001		
4168458	Pine Hills	pine-hills	US		0	America/New_York	28.94971	-81.41812	12			FL	069		
4168459	Pine Hills	pine-hills	US		60076	America/New_York	28.55778	-81.4534	35			FL	095		
4168493	Pine Island Center	pine-island-center	US		1854	America/New_York	26.61369	-82.11815	1			FL	071		
4168506	Pine Island Ridge	pine-island-ridge	US		5218	America/New_York	26.09481	-80.27394	2			FL	011		
4168525	Pine Lakes	pine-lakes	US		862	America/New_York	28.9411	-81.43007	14			FL	069		
4168540	Pine Log	pine-log	US		0	America/Chicago	30.40381	-85.9116	5			FL	005		
4168541	Pine Log	pine-log	US		0	America/New_York	29.93354	-84.62435	3			FL	037		
4168556	Pine Manor	pine-manor	US		3428	America/New_York	26.57285	-81.87814	3			FL	071		
4168558	Pine Mount	pine-mount	US		0	America/New_York	30.163	-82.95457	34			FL	121		
4168588	Pinecraft	pinecraft	US		0	America/New_York	27.32505	-82.49121	4			FL	115		
4168602	Pineda	pineda	US		0	America/New_York	28.23723	-80.67839	8			FL	009		
4168608	Pinehurst Village	pinehurst-village	US		0	America/New_York	26.24397	-80.09449	0			FL	011		
4168612	Pineland Gardens	pineland-gardens	US		0	America/New_York	30.26968	-81.57842	6			FL	031		
4168650	Pinesville	pinesville	US		0	America/New_York	29.58774	-82.52344	25			FL	001		
4168666	Pinewood Park	pinewood-park	US		0	America/New_York	25.86593	-80.21366	2			FL	086		
4168673	Piney Grove	piney-grove	US		0	America/Chicago	30.80408	-86.13077	78			FL	131		
4168706	Pinland	pinland	US		0	America/New_York	30.01799	-83.52792	15	Pineland,Pinland		FL	123		
4168726	Pirate Harbor	pirate-harbor	US		0	America/New_York	26.80284	-82.04509	0			FL	015		
4168730	Pirates Cove	pirates-cove	US		0	America/New_York	24.65098	-81.51508	4			FL	087		
4168740	Pittman	pittman	US		0	America/Chicago	30.9424	-85.81993	31			FL	059		
4168741	Pittman	pittman	US		180	America/New_York	28.99998	-81.64174	21			FL	069		
4168761	Placid Lakes	placid-lakes	US		3716	America/New_York	27.24144	-81.40702	39			FL	055		
4168785	Plantation Acres	plantation-acres	US		0	America/New_York	26.1437	-80.30616	1			FL	011		
4168790	Plantation Gardens	plantation-gardens	US		0	America/New_York	26.12981	-80.23755	1			FL	011		
4168793	Plantation Island	plantation-island	US		163	America/New_York	25.84399	-81.36591	0			FL	021		
4168795	Plantation Isles	plantation-isles	US		0	America/New_York	26.10231	-80.2281	1			FL	011		
4168797	Plantation Key	plantation-key	US		0	America/New_York	24.98485	-80.5609	0			FL	087		
4168798	Plantation Key Colony	plantation-key-colony	US		0	America/New_York	24.99735	-80.54145	2			FL	087		
4168804	Plantation Mobile Home Park	plantation-mobile-home-park	US		1260	America/New_York	26.70312	-80.13227	5			FL	099		
4168805	Plantation Park	plantation-park	US		0	America/New_York	26.11898	-80.22699	1			FL	011		
4168813	Platt	platt	US		0	America/New_York	27.092	-82.00175	6			FL	027		
4168822	Playland Estates	playland-estates	US		0	America/New_York	26.03259	-80.20394	2			FL	011		
4168823	Playland Isles	playland-isles	US		0	America/New_York	26.06148	-80.20421	1			FL	011		
4168825	Playland Village	playland-village	US		0	America/New_York	26.07425	-80.22477	1			FL	011		
4168902	Plum Orchard	plum-orchard	US		0	America/New_York	30.15199	-84.14942	3			FL	129		
4168907	Plummers	plummers	US		0	America/New_York	30.18969	-81.63148	4			FL	031		
4168927	Pocotalaco (historical)	pocotalaco-historical	US		0	America/New_York	29.91691	-81.54981	2	Pocotalaco (historical),Pocotalca,Potalca		FL	109		
4168930	Poinciana	poinciana	US		53193	America/New_York	28.14029	-81.45841	20			FL	097		
4168936	Poinciana Park	poinciana-park	US		0	America/New_York	27.61142	-80.40172	6			FL	061		
4168938	Poinciana Place	poinciana-place	US		0	America/New_York	28.15752	-81.4848	22			FL	097		
4168942	Poincianna Place	poincianna-place	US		0	America/New_York	26.62173	-80.16171	5			FL	099		
4168946	Poinsettia Park	poinsettia-park	US		0	America/New_York	28.04613	-81.68591	47			FL	105		
4168949	Point Brittany	point-brittany	US		0	America/New_York	27.71503	-82.7026	0			FL	103		
4168959	Point Washington	point-washington	US		0	America/Chicago	30.3702	-86.11494	3			FL	131		
4168967	Point O'Rocks	point-o-rocks	US		0	America/New_York	27.24561	-82.53538	2			FL	115		
4169005	Polly Town	polly-town	US		0	America/New_York	30.43913	-81.59509	5			FL	031		
4169018	Pompano Beach Highlands	pompano-beach-highlands	US		7192	America/New_York	26.28286	-80.10699	4			FL	011		
4169026	Pompano Isles	pompano-isles	US		0	America/New_York	26.2173	-80.10115	0			FL	011		
4169031	Pompano Park	pompano-park	US		0	America/New_York	26.19925	-80.20838	4			FL	011		
4169033	Ponce Inlet	ponce-inlet	US		3157	America/New_York	29.09637	-80.937	4	Pons Inlet,Pons-Inlet,bwns anlyt,pang sai jin,ponse inleta,pwns aynlt  flwryda,Понс Инлет,Понс-Инлет,بونس إنليت,پونس انلیٹ، فلوریڈا,پونس اینلت، فلوریدا,पोन्से इन्लेट,庞塞进		FL	127		
4169034	Ponce Park	ponce-park	US		0	America/New_York	29.08026	-80.92144	2			FL	127		
4169095	Poplar Head	poplar-head	US		0	America/Chicago	30.71825	-85.64743	27			FL	133		
4169109	Pops Hammock Seminole Village	pops-hammock-seminole-village	US		0	America/New_York	25.67816	-80.75312	1			FL	086		
4169125	Port Boca Grande	port-boca-grande	US		0	America/New_York	26.72063	-82.25926	0	Port Boca Grande,South Boca Grande		FL	071		
4169139	Port Everglades	port-everglades	US		0	America/New_York	26.09317	-80.12428	1			FL	011		
4169142	Port Everglades Junction	port-everglades-junction	US		0	America/New_York	26.08037	-80.16866	1			FL	011		
4169143	Port Inglis	port-inglis	US		0	America/New_York	28.99442	-82.76094	1			FL	075		
4169144	Port LaBelle	port-labelle	US		3530	America/New_York	26.75645	-81.40508	3	Port La Belle		FL	051		
4169146	Port Laudania	port-laudania	US		0	America/New_York	26.06009	-80.13088	1			FL	011		
4169150	Port Lonesome	port-lonesome	US		0	America/New_York	28.27417	-82.09147	26			FL	101		
4169155	Port Mayaca	port-mayaca	US		0	America/New_York	26.98644	-80.60617	6			FL	085		
4169170	Port Saint John	port-saint-john	US		12267	America/New_York	28.47695	-80.78867	8			FL	009		
4169178	Port Sewall	port-sewall	US		0	America/New_York	27.18616	-80.18949	0			FL	085		
4169181	Port Sutton	port-sutton	US		0	America/New_York	27.90669	-82.42065	0	Port Sutton,Sutton		FL	057		
4169182	Port Tampa	port-tampa	US		0	America/New_York	27.86364	-82.52676	2	Port Tampa,Port Tampa City		FL	057		
4169186	Port of Miami	port-of-miami	US		0	America/New_York	25.77454	-80.17088	0	Hafen Miami		FL	086		
4169211	Possum Bluff	possum-bluff	US		0	America/New_York	29.5383	-81.69258	2			FL	107		
4169238	Pouchers Corner	pouchers-corner	US		0	America/New_York	30.31439	-82.82124	44			FL	121		
4169254	Poyner	poyner	US		0	America/New_York	28.30251	-81.85619	38			FL	105		
4169302	Pretty Bayou	pretty-bayou	US		3206	America/Chicago	30.19659	-85.6966	4			FL	005		
4169304	Prairie Junction	prairie-junction	US		0	America/New_York	27.91364	-81.98342	37			FL	105		
4169378	Progress Village	progress-village	US		5392	America/New_York	27.9003	-82.36454	5			FL	057		
4169434	Pumpkin Center	pumpkin-center	US		0	America/New_York	28.71833	-81.82925	26			FL	069		
4169453	Punta Gorda Beach	punta-gorda-beach	US		0	America/New_York	26.9234	-82.35982	1			FL	015		
4169455	Punta Gorda Isles	punta-gorda-isles	US		18306	America/New_York	26.91756	-82.07842	0			FL	015		
4169461	Punta Rassa	punta-rassa	US		1750	America/New_York	26.48786	-82.01231	1	Punta Rasa,Punta Rassa,Puntarasa,Puntarassa		FL	071		
4169468	Purvis Still	purvis-still	US		0	America/New_York	30.42828	-82.76041	39			FL	047		
4169503	Queens Cove	queens-cove	US		0	America/New_York	27.5142	-80.31644	0	Queen Cove,Queens Cove		FL	111		
4169505	Queens Park	queens-park	US		0	America/New_York	27.10672	-80.27477	3			FL	085		
4169509	Quinavista	quinavista	US		0	America/Chicago	30.32853	-87.35636	2			FL	033		
4169580	Quintette	quintette	US		0	America/Chicago	30.6663	-87.31275	29			FL	033		
4169585	Rainbow Falls	rainbow-falls	US		0	America/New_York	29.10331	-82.43871	17			FL	083		
4169586	Rainbow Homes	rainbow-homes	US		0	America/New_York	26.44202	-80.09504	5			FL	099		
4169590	Rainbow Lakes	rainbow-lakes	US		0	America/New_York	26.54729	-80.13477	5			FL	099		
4169591	Rainbow Lakes Estates	rainbow-lakes-estates	US		0	America/New_York	29.14608	-82.49927	39			FL	083		
4169594	Rainbow Park	rainbow-park	US		0	America/New_York	29.16692	-82.37427	24	Rainbow Park,Westwood Acres		FL	083		
4169617	Rambo	rambo	US		0	America/Chicago	30.99685	-85.40382	50			FL	063		
4169624	Ramsey Beach	ramsey-beach	US		0	America/Chicago	30.44659	-87.35109	1			FL	033		
4169655	Ratliff	ratliff	US		0	America/New_York	30.50774	-81.8001	5			FL	089		
4169661	Rattlesnake	rattlesnake	US		0	America/New_York	27.88947	-82.52426	1			FL	057		
4169664	Rattlesnake Bend	rattlesnake-bend	US		0	America/New_York	30.09385	-81.8301	7	Rattlesnake,Rattlesnake Bend		FL	019		
4169697	Ravenna Park	ravenna-park	US		0	America/New_York	28.79055	-81.30812	14			FL	117		
4169702	Rawls	rawls	US		0	America/New_York	30.54827	-82.97819	40			FL	047		
4169703	Rawls Park	rawls-park	US		0	America/New_York	28.05919	-81.90425	42			FL	105		
4169727	Reavills Corner	reavills-corner	US		0	America/New_York	28.56306	-81.69396	40			FL	069		
4169737	Reams	reams	US		0	America/New_York	30.48604	-83.62738	29			FL	079		
4169754	Red Head	red-head	US		0	America/Chicago	30.48658	-85.84188	30			FL	133		
4169775	Redbay	redbay	US		0	America/Chicago	30.59241	-85.94494	55	Red Bay,Redbay		FL	131		
4169810	Redington Beach	redington-beach	US		1471	America/New_York	27.80864	-82.81121	1			FL	103		
4169811	Redington Shores	redington-shores	US		2205	America/New_York	27.82614	-82.82899	1			FL	103		
4169813	Redland	redland	US		0	America/New_York	25.52844	-80.49033	2			FL	086		
4169883	Regal Park	regal-park	US		0	America/New_York	29.25553	-82.16315	22			FL	083		
4169900	Relay	relay	US		0	America/New_York	29.30831	-81.27034	6			FL	035		
4169914	Rerdell	rerdell	US		0	America/New_York	28.5675	-82.1562	22			FL	053		
4169916	Resota Beach	resota-beach	US		0	America/Chicago	30.30353	-85.59354	8			FL	005		
4169930	Reunion	reunion	US		0	America/New_York	28.28029	-81.60813	32			FL	097		
4169955	Ribault Manor	ribault-manor	US		0	America/New_York	30.39524	-81.70315	4			FL	031		
4169963	Rice Creek	rice-creek	US		0	America/New_York	29.70302	-81.66397	3			FL	107		
4169970	Riceland	riceland	US		0	America/New_York	29.6108	-82.39372	24			FL	001		
4169971	Rich Bay	rich-bay	US		0	America/New_York	30.60464	-84.39185	47			FL	039		
4170000	Richmond Heights	richmond-heights	US		8541	America/New_York	25.63149	-80.36894	3	Richmond Khajts,Richmond-Khajts,ricamanda ha'itsa,Ричмонд Хајтс,Ричмонд-Хайтс,रिचमंड हाइट्स		FL	086		
4170005	Richmond West	richmond-west	US		31973	America/New_York	25.6105	-80.42971	2	Richmond West		FL	086		
4170006	Richter Crossroads	richter-crossroads	US		0	America/Chicago	30.83686	-85.50215	47			FL	063		
4170010	Rideout	rideout	US		0	America/New_York	30.08496	-81.81121	3			FL	019		
4170013	Ridge Harbor	ridge-harbor	US		0	America/New_York	26.99061	-81.95453	3			FL	015		
4170014	Ridge Manor	ridge-manor	US		4513	America/New_York	28.5075	-82.17036	21			FL	053		
4170018	Ridge Wood Heights	ridge-wood-heights	US		4795	America/New_York	27.28727	-82.51315	7			FL	115		
4170028	Richloam	richloam	US		0	America/New_York	28.50139	-82.11286	23			FL	053		
4170067	Rio Vista Isles	rio-vista-isles	US		0	America/New_York	26.11064	-80.12282	0			FL	011		
4170069	Riomar	riomar	US		0	America/New_York	27.64503	-80.35616	2			FL	061		
4170074	Rital	rital	US		0	America/New_York	28.5225	-82.21759	25			FL	053		
4170086	River Junction	river-junction	US		0	America/New_York	30.68575	-84.84131	23			FL	039		
4170092	River Park	river-park	US		5222	America/New_York	27.31421	-80.34727	4	Port Saint Lucie-River Park		FL	111		
4170110	Riverland	riverland	US		0	America/New_York	26.09398	-80.18671	1			FL	011		
4170117	Riverside Acres	riverside-acres	US		0	America/New_York	28.63611	-81.41535	26			FL	095		
4170174	Riviera Beach	riviera-beach	US		34005	America/New_York	26.77534	-80.0581	4	Riviera,Riviera Beach,Rivijera Bich,li wei ai la hai tan,ribhi'era bica,ryfyyra bytsh,rywyra bych  flwryda,Ривијера Бич,ريفييرا بيتش,ریویرا بیچ، فلوریدا,रिभिएरा बीच,里维埃拉海滩		FL	099		
4170180	Riviera Lagoons	riviera-lagoons	US		0	America/New_York	26.88284	-82.00287	4			FL	015		
4170185	Ro-Len Lake Gardens	ro-len-lake-gardens	US		0	America/New_York	25.97787	-80.16505	1			FL	011		
4170194	Roan	roan	US		0	America/New_York	28.55306	-81.6823	24			FL	069		
4170259	Robinswood	robinswood	US		0	America/New_York	29.61775	-82.38094	29			FL	001		
4170271	Rock Bluff	rock-bluff	US		0	America/New_York	30.54353	-84.9127	92			FL	077		
4170278	Robinson Heights	robinson-heights	US		0	America/New_York	29.61525	-82.3051	35			FL	001		
4170291	Rock Harbor	rock-harbor	US		0	America/New_York	25.07679	-80.46034	3			FL	087		
4170310	Rock Island Village	rock-island-village	US		0	America/New_York	26.16064	-80.17421	2			FL	011		
4170337	Rock Ridge	rock-ridge	US		0	America/New_York	28.30251	-81.93702	33			FL	105		
4170391	Rocky Creek	rocky-creek	US		0	America/New_York	28.00446	-82.57954	1			FL	057		
4170446	Roeville	roeville	US		608	America/Chicago	30.67686	-86.99358	12			FL	113		
4170449	Rollestown (historical)	rollestown-historical	US		0	America/New_York	29.63358	-81.5998	1			FL	107		
4170452	Rolling Hills	rolling-hills	US		0	America/New_York	29.1172	-82.3351	24			FL	083		
4170453	Rolling Hills	rolling-hills	US		0	America/New_York	27.82364	-81.9687	48			FL	105		
4170458	Rolling Ranches	rolling-ranches	US		0	America/New_York	29.06609	-82.34399	20			FL	083		
4170460	Rollins Corner	rollins-corner	US		0	America/Chicago	30.43714	-85.22159	41			FL	013		
4170473	Rood	rood	US		0	America/New_York	26.94922	-80.19699	4			FL	099		
4170498	Rosalind Heights	rosalind-heights	US		0	America/New_York	28.77472	-81.26562	17			FL	117		
4170523	Roseland Park	roseland-park	US		0	America/New_York	28.79638	-81.24645	8			FL	117		
4170550	Ross Prairie	ross-prairie	US		0	America/New_York	29.0747	-82.24704	15			FL	083		
4170597	Roux Quarters	roux-quarters	US		0	America/New_York	27.89391	-81.7723	32			FL	105		
4170614	Royal Harbor	royal-harbor	US		0	America/New_York	26.10537	-81.78981	0			FL	021		
4170616	Royal Oak Hills	royal-oak-hills	US		0	America/New_York	26.34563	-80.10032	2			FL	099		
4170625	Royal Palm Estates	royal-palm-estates	US		3025	America/New_York	26.68173	-80.12504	5			FL	099		
4170627	Royal Palm Hammock	royal-palm-hammock	US		0	America/New_York	25.99426	-81.59175	1	Royal Palm,Royal Palm Hammock		FL	021		
4170630	Royal Palm Isles	royal-palm-isles	US		0	America/New_York	26.16925	-80.16866	1			FL	011		
4170638	Royal Palms Park	royal-palms-park	US		0	America/New_York	26.15231	-80.18366	2			FL	011		
4170643	Royal Poinciana Park	royal-poinciana-park	US		0	America/New_York	27.61253	-80.40144	6			FL	061		
4170647	Royal Terrace	royal-terrace	US		0	America/New_York	30.37385	-81.69149	7			FL	031		
4170652	Royals Crossroads	royals-crossroads	US		0	America/Chicago	30.97574	-85.99772	53	Royals Cross Roads,Royals Crossroads		FL	059		
4170654	Royster	royster	US		0	America/New_York	27.88836	-81.94564	44			FL	105		
4170659	Rubonia	rubonia	US		0	America/New_York	27.57892	-82.5526	1			FL	081		
4170677	Runnymede	runnymede	US		0	America/New_York	28.2814	-81.24396	22			FL	097		
4170680	Runyon	runyon	US		0	America/New_York	26.73284	-80.66672	3			FL	099		
4170720	Ruthland	ruthland	US		0	America/New_York	29.6508	-82.26788	37			FL	001		
4170751	Sabal Palms Estates	sabal-palms-estates	US		0	America/New_York	26.20619	-80.21088	3	Sabal Palm Estates,Sabal Palms Estates		FL	011		
4170780	Saddle Oak Club	saddle-oak-club	US		0	America/New_York	29.1272	-82.21287	26			FL	083		
4170802	Saga Bay	saga-bay	US		0	America/New_York	25.57955	-80.31839	1			FL	086		
4170831	Saint Andrew	saint-andrew	US		0	America/Chicago	30.17381	-85.69937	4			FL	005		
4170896	Saint Augustine Beach	saint-augustine-beach	US		6176	America/New_York	29.85053	-81.26535	2			FL	109		
4170908	Saint Augustine Shores	saint-augustine-shores	US		7359	America/New_York	29.8108	-81.31035	8			FL	109		
4170933	Saint Catherine	saint-catherine	US		0	America/New_York	28.61027	-82.13814	21			FL	119		
4171083	Saint Joe Beach	saint-joe-beach	US		0	America/New_York	29.90215	-85.36214	4	Saint Joe Beach,St. Joe Beach,Yons Subdivision		FL	045		
4171170	Saint Johns Park	saint-johns-park	US		0	America/New_York	30.28385	-81.71538	3			FL	031		
4171171	Saint Johns Park	saint-johns-park	US		0	America/New_York	29.42303	-81.43118	1			FL	035		
4171177	Saint Johns River Estates	saint-johns-river-estates	US		0	America/New_York	28.83944	-81.33562	1			FL	117		
4171212	Saint Josephs	saint-josephs	US		0	America/New_York	28.81138	-81.32257	8			FL	117		
4171257	Saint Lucie	saint-lucie	US		590	America/New_York	27.48948	-80.33977	2			FL	111		
4171428	Saint Nicholas	saint-nicholas	US		0	America/New_York	30.30552	-81.63565	7			FL	031		
4171522	Saint Pete Beach	saint-pete-beach	US		9346	America/New_York	27.72531	-82.74121	0	Saint Pete Beach,Saint Petersburg Beach,St. Pete Beach		FL	103		
4171563	St. Petersburg	st-petersburg	US		257083	America/New_York	27.77086	-82.67927	13	SPG,Saint Petersburg,St. Petersburg		FL	103		
4171613	Saint Teresa	saint-teresa	US		0	America/New_York	29.93262	-84.45555	6	Saint Teresa Beach		FL	037		
4171709	Salt Springs	salt-springs	US		0	America/New_York	29.35108	-81.73508	10			FL	083		
4171730	Salvista	salvista	US		0	America/New_York	26.68313	-81.86786	2			FL	071		
4171741	Samoset	samoset	US		3854	America/New_York	27.46948	-82.54149	9			FL	081		
4171750	Sampson	sampson	US		0	America/New_York	29.91663	-82.20788	44	Sampson,Sampson City		FL	007		
4171751	Sampson	sampson	US		0	America/New_York	30.06469	-81.50175	5			FL	109		
4171762	Samsula	samsula	US		0	America/New_York	29.0261	-81.05033	7			FL	127		
4171773	San Blas	san-blas	US		0	America/Chicago	30.08937	-85.60993	5			FL	005		
4171775	San Buenaventura (historical)	san-buenaventura-historical	US		0	America/New_York	29.70025	-81.46646	3			FL	109		
4171779	San Carlos Chacatos (historical)	san-carlos-chacatos-historical	US		0	America/Chicago	30.3502	-85.68326	18	Chacato,San Carlos Chacatos (historical)		FL	005		
4171782	San Carlos Park	san-carlos-park	US		16824	America/New_York	26.4673	-81.80147	5			FL	071		
4171785	San Diego Salamototo (historical)	san-diego-salamototo-historical	US		0	America/New_York	30.05024	-81.63315	8	Salamalcato,San Diego Salamototo (historical)		FL	109		
4171787	San Francisco Potano (historical)	san-francisco-potano-historical	US		0	America/New_York	29.88357	-82.56651	35			FL	001		
4171788	San Francisco de Oconi (historical)	san-francisco-de-oconi-historical	US		0	America/New_York	30.10021	-83.94988	1	Ocombe,San Francisco de Oconi (historical)		FL	123		
4171801	San Jose Forest	san-jose-forest	US		0	America/New_York	30.25163	-81.62898	5			FL	031		
4171806	San Juan Ospalaga (historical)	san-juan-ospalaga-historical	US		0	America/New_York	30.50854	-83.73321	24	San Juan Aspalaga,San Juan Ospalaga (historical)		FL	079		
4171807	San Juan de Guacara (historical)	san-juan-de-guacara-historical	US		0	America/New_York	30.18354	-83.93322	4	Little Seguana,San Juan de Guacara (historical)		FL	123		
4171812	San Lorenzo Ibitachuco (historical)	san-lorenzo-ibitachuco-historical	US		0	America/New_York	30.36687	-83.79988	20	San Lorenzo Ibitachuco (historical),San Lorenzo de Ybithachucu		FL	079		
4171813	San Luis Apalache (historical)	san-luis-apalache-historical	US		0	America/New_York	30.3002	-83.98322	9	Sachile,Saint Lewis,San Luis Apalache (historical),San Luis de Apalache,San Luis de Talimali		FL	065		
4171814	San Marco	san-marco	US		0	America/New_York	30.31191	-81.65982	1			FL	031		
4171817	San Marcos (historical)	san-marcos-historical	US		0	America/New_York	30.18354	-84.21656	3	Saint Marks,San Marcos (historical),San Marcos de Apalache		FL	129		
4171825	San Nicolas Palica (historical)	san-nicolas-palica-historical	US		0	America/New_York	30.26691	-81.61648	6	Patica,San Nicolas Palica (historical),San Ventura Palica		FL	031		
4171826	San Nicolas Tolentino (historical)	san-nicolas-tolentino-historical	US		0	America/New_York	29.85025	-81.5498	4			FL	109		
4171829	San Pablo Patali (historical)	san-pablo-patali-historical	US		0	America/New_York	30.36691	-81.51648	8	San Pablo Patali (historical),San Pedro de Patale		FL	031		
4171836	San Pedro Junction	san-pedro-junction	US		0	America/New_York	30.01106	-83.21486	30			FL	067		
4171837	San Pedro Poturiba (historical)	san-pedro-poturiba-historical	US		0	America/New_York	30.13356	-83.08319	20	San Pedro Poturiba (historical),San Pedro de los Chines		FL	121		
4171842	San Souci Estates	san-souci-estates	US		0	America/New_York	25.88454	-80.15782	0			FL	086		
4171851	Sancassa	sancassa	US		0	America/New_York	26.93451	-82.30176	3			FL	015		
4171876	Sand Cut	sand-cut	US		0	America/Chicago	30.42159	-87.32803	6			FL	033		
4171879	Sand Cut	sand-cut	US		0	America/New_York	26.91339	-80.61228	4	Sand Cut,Sand Cut Siding,Sandcut Siding		FL	099		
4171883	Sand Hill	sand-hill	US		0	America/Chicago	30.83713	-86.1905	70			FL	131		
4171973	Sanders Beach	sanders-beach	US		0	America/Chicago	30.39964	-87.23803	1			FL	033		
4171980	Sanders Park	sanders-park	US		0	America/New_York	26.2548	-80.13254	5			FL	011		
4171986	Sandestin	sandestin	US		0	America/Chicago	30.37992	-86.33022	2			FL	131		
4172044	Sanford Farms	sanford-farms	US		0	America/New_York	28.8286	-81.3409	6			FL	117		
4172064	Sanlando Springs	sanlando-springs	US		0	America/New_York	28.68361	-81.38174	15			FL	117		
4172067	Sanlanta	sanlanta	US		0	America/New_York	28.79805	-81.26479	9			FL	117		
4172068	Sans Pareil	sans-pareil	US		0	America/New_York	30.2833	-81.49425	12			FL	031		
4172069	Sans Souci	sans-souci	US		0	America/New_York	26.98534	-81.96759	2			FL	015		
4172071	Santa Barbara Shores	santa-barbara-shores	US		0	America/New_York	26.22064	-80.10032	0			FL	011		
4172076	Santa Fe Beach	santa-fe-beach	US		0	America/New_York	29.75136	-82.09788	43			FL	001		
4172109	Santos	santos	US		0	America/New_York	29.10915	-82.09287	20			FL	083		
4172124	Sapp	sapp	US		0	America/New_York	30.14746	-82.18567	42			FL	003		
4172137	Sarasota Colony	sarasota-colony	US		0	America/New_York	27.00533	-81.05423	5			FL	043		
4172150	Sarasota Springs	sarasota-springs	US		14395	America/New_York	27.30894	-82.47954	7			FL	115		
4172178	Satsuma Heights	satsuma-heights	US		0	America/Chicago	30.58575	-87.26886	40			FL	033		
4172181	Sarasota Heights	sarasota-heights	US		0	America/New_York	27.3131	-82.52954	6			FL	115		
4172186	Saunders	saunders	US		0	America/Chicago	30.42936	-85.42492	43			FL	005		
4172201	Sawdust	sawdust	US		0	America/New_York	30.54825	-84.67686	75			FL	039		
4172206	Sawgrass	sawgrass	US		4880	America/New_York	30.19274	-81.37064	1			FL	109		
4172241	Scanlon	scanlon	US		0	America/New_York	30.13049	-83.89599	4			FL	123		
4172248	Schall Circle	schall-circle	US		1117	America/New_York	26.71562	-80.11504	4			FL	099		
4172286	Sconiers Mill	sconiers-mill	US		0	America/Chicago	30.67964	-86.16383	27			FL	131		
4172294	Scott Lake	scott-lake	US		14425	America/New_York	25.94148	-80.23199	2			FL	086		
4172306	Scotts Ferry	scotts-ferry	US		0	America/Chicago	30.29547	-85.13158	17			FL	013		
4172330	Sea Ranch Lakes	sea-ranch-lakes	US		670	America/New_York	26.20258	-80.09393	3			FL	011		
4172335	Seabreeze	seabreeze	US		0	America/New_York	29.23276	-81.01367	2			FL	127		
4172344	Seacoll	seacoll	US		0	America/New_York	28.93942	-82.39399	15			FL	017		
4172345	Seacrest	seacrest	US		0	America/Chicago	30.28353	-86.04161	0			FL	131		
4172349	Seaglades	seaglades	US		0	America/Chicago	30.32492	-87.38275	6			FL	033		
4172351	Seagrove Beach	seagrove-beach	US		0	America/Chicago	30.31853	-86.13022	10	Seagrove Beach		FL	131		
4172365	Seascape	seascape	US		0	America/Chicago	30.37603	-86.37161	5			FL	131		
4172389	Sebring Shores	sebring-shores	US		0	America/New_York	27.53198	-81.4748	35			FL	055		
4172420	Selhaven	selhaven	US		0	America/New_York	26.92728	-80.08865	3			FL	099		
4172431	Selman	selman	US		0	America/Chicago	30.53603	-85.02853	30			FL	013		
4172447	Secotan	secotan	US		0	America/New_York	30.17632	-83.63432	14			FL	123		
4172451	Seminole Grove	seminole-grove	US		0	America/New_York	29.51386	-81.67591	5			FL	107		
4172453	Seminole Hills	seminole-hills	US		0	America/Chicago	30.37048	-85.93188	13			FL	005		
4172460	Seminole Manor	seminole-manor	US		2621	America/New_York	26.58368	-80.10032	4			FL	099		
4172471	Seminole Shores	seminole-shores	US		0	America/New_York	27.18172	-80.1656	0			FL	085		
4172472	Seminole Springs	seminole-springs	US		0	America/New_York	28.84555	-81.52813	20			FL	069		
4172489	Senyah	senyah	US		0	America/New_York	29.34025	-81.49229	18			FL	127		
4172557	Sewall's Point	sewall-s-point	US		2149	America/New_York	27.19949	-80.20227	6	Sewall's Point,Sewalls Point		FL	085		
4172571	Shadeville	shadeville	US		0	America/New_York	30.19937	-84.30879	9			FL	129		
4172574	Shadow Lawn Estates	shadow-lawn-estates	US		0	America/New_York	29.68413	-82.37594	49			FL	001		
4172579	Shady	shady	US		0	America/New_York	29.09553	-82.16898	31			FL	083		
4172602	Shady Hills	shady-hills	US		11523	America/New_York	28.41	-82.54288	16			FL	101		
4172608	Shady Rest	shady-rest	US		0	America/New_York	30.50052	-81.53926	3	Shady Rest,Timucuan National Ecological and Historical Preserve		FL	031		
4172609	Shady Rest	shady-rest	US		0	America/New_York	30.58825	-84.48685	59			FL	039		
4172613	Shaefer	shaefer	US		0	America/New_York	26.90729	-82.32537	2			FL	015		
4172631	Shannon Wood	shannon-wood	US		0	America/New_York	29.63302	-82.439	24			FL	001		
4172662	Sharpstown	sharpstown	US		0	America/Chicago	30.36659	-85.1002	25			FL	013		
4172697	Shell Bluff	shell-bluff	US		0	America/New_York	29.50664	-81.49257	3			FL	035		
4172713	Shell Island	shell-island	US		0	America/New_York	26.02426	-81.73259	1			FL	021		
4172717	Shell Island	shell-island	US		0	America/New_York	30.15965	-84.21656	1			FL	129		
4172742	Shell Point Village	shell-point-village	US		0	America/New_York	26.51924	-81.99592	0			FL	071		
4172754	Shenks	shenks	US		0	America/New_York	29.76219	-82.14177	51			FL	001		
4172791	Sherman Grove	sherman-grove	US		0	America/Chicago	30.35103	-87.36053	6			FL	033		
4172794	Sherman Park	sherman-park	US		0	America/New_York	28.17251	-80.64922	6			FL	009		
4172799	Sherwood Forest	sherwood-forest	US		0	America/New_York	30.40996	-81.72427	3			FL	031		
4172803	Sherwood Park	sherwood-park	US		0	America/New_York	26.44535	-80.11143	4			FL	099		
4172836	Shilow	shilow	US		0	America/New_York	28.0403	-82.12703	37			FL	057		
4172842	Shiney Town	shiney-town	US		0	America/New_York	27.19394	-82.34593	4			FL	115		
4172861	Shired Island	shired-island	US		0	America/New_York	29.39718	-83.20096	2			FL	029		
4172864	Shirley Place	shirley-place	US		0	America/New_York	29.39859	-81.49007	0			FL	107		
4172888	Shore Acres	shore-acres	US		0	America/New_York	27.81808	-82.60343	0			FL	103		
4172934	Siesta Key	siesta-key	US		0	America/New_York	27.25866	-82.53315	0	Little Sarasota Key,Sarasota Key,Siesta Key		FL	115		
4172935	Siesta Key	siesta-key	US		6565	America/New_York	27.26785	-82.54526	1			FL	115		
4172949	Silver Beach Heights	silver-beach-heights	US		0	America/New_York	28.95082	-81.65869	32			FL	069		
4172951	Silver Bluff Estates	silver-bluff-estates	US		0	America/New_York	25.74899	-80.23616	3			FL	086		
4172954	Sills	sills	US		0	America/Chicago	30.94519	-85.28327	33			FL	063		
4172990	Silver Palm	silver-palm	US		0	America/New_York	25.55094	-80.44117	3			FL	086		
4173001	Silver Shores	silver-shores	US		0	America/New_York	26.18981	-80.10088	1			FL	011		
4173007	Silver Springs Shores	silver-springs-shores	US		6539	America/New_York	29.10442	-82.02064	29	Silver Springs		FL	083		
4173047	Simmons Crossing	simmons-crossing	US		0	America/Chicago	30.91407	-86.96441	31			FL	113		
4173051	Simsville	simsville	US		0	America/Chicago	30.68075	-85.17409	27			FL	063		
4173060	Sink Creek	sink-creek	US		0	America/Chicago	30.62269	-85.15159	23			FL	063		
4173065	Sirmans	sirmans	US		0	America/New_York	30.35076	-83.65682	26			FL	079		
4173066	Sisco	sisco	US		0	America/New_York	29.52108	-81.62702	17			FL	107		
4173086	Sixmile Bend	sixmile-bend	US		0	America/New_York	26.6459	-80.57839	6			FL	099		
4173091	Sixmile Creek	sixmile-creek	US		0	America/New_York	27.96669	-82.36065	12			FL	057		
4173116	Skipper	skipper	US		0	America/New_York	30.04826	-84.36018	1			FL	129		
4173124	Sky Lake	sky-lake	US		6153	America/New_York	28.45723	-81.39146	30			FL	095		
4173135	Skyline Heights	skyline-heights	US		0	America/New_York	27.24755	-80.22671	2			FL	085		
4173154	Slavia	slavia	US		0	America/New_York	28.64805	-81.23034	12			FL	117		
4173178	Smallpox Tommies Old Place	smallpox-tommies-old-place	US		0	America/New_York	25.84399	-80.77006	2			FL	086		
4173188	Slones Ridge	slones-ridge	US		0	America/New_York	28.57889	-81.94452	33	Sloans Ridge,Slones Ridge		FL	069		
4173202	Smith Creek	smith-creek	US		0	America/New_York	30.18187	-84.65685	23			FL	129		
4173206	Smith Crossroads	smith-crossroads	US		0	America/Chicago	30.98351	-85.7716	62			FL	059		
4173233	Smiths Subdivision	smiths-subdivision	US		0	America/New_York	28.80666	-81.30201	9			FL	117		
4173052	Sinai	sinai	US	57061	0	America/Chicago	30.66186	-84.9102	37			FL	063		
4173316	Snows Corner	snows-corner	US		0	America/New_York	28.0028	-82.21981	29			FL	057		
4173317	Snug Harbor	snug-harbor	US		0	America/New_York	27.20255	-80.22116	2			FL	085		
4173325	Socrum	socrum	US		0	America/New_York	28.16807	-82.01897	46			FL	105		
4173330	Solana	solana	US		742	America/New_York	26.94701	-82.02592	0			FL	015		
4173343	Solite (historical)	solite-historical	US		0	America/New_York	30.06274	-81.76065	6			FL	019		
4173354	Soroka Shores	soroka-shores	US		0	America/New_York	26.15286	-80.10893	1			FL	011		
4173364	South Allapattah	south-allapattah	US		0	America/New_York	25.53344	-80.36589	1			FL	086		
4173377	South Bay Estates	south-bay-estates	US		0	America/New_York	25.73982	-80.24199	3			FL	086		
4173392	South Bradenton	south-bradenton	US		22178	America/New_York	27.4631	-82.58176	6			FL	081		
4173394	South Apopka	south-apopka	US		5728	America/New_York	28.66194	-81.50952	38			FL	095		
4173396	South Brooksville	south-brooksville	US		4007	America/New_York	28.53582	-82.38403	35			FL	053		
4173406	South Clermont	south-clermont	US		0	America/New_York	28.49806	-81.7723	46			FL	069		
4173407	South Clewiston	south-clewiston	US		0	America/New_York	26.70979	-80.90201	5			FL	051		
4173408	South Clinton Heights	south-clinton-heights	US		0	America/New_York	28.32167	-82.18342	38			FL	101		
4173409	South Cocoa Beach	south-cocoa-beach	US		0	America/New_York	28.2814	-80.60644	0			FL	009		
4173431	South Daytona	south-daytona	US		12584	America/New_York	29.16582	-81.0045	3			FL	127		
4173436	South Flomaton	south-flomaton	US		0	America/Chicago	30.99185	-87.25747	22			FL	033		
4173460	South Gate Ridge	south-gate-ridge	US		5688	America/New_York	27.28644	-82.49676	9			FL	115		
4173467	South Highpoint	south-highpoint	US		5195	America/New_York	27.91697	-82.71288	4			FL	103		
4173469	South Idylwild	south-idylwild	US		0	America/New_York	29.61275	-82.34594	24			FL	001		
4173473	South Jacksonville	south-jacksonville	US		0	America/New_York	30.31107	-81.64565	1			FL	031		
4173494	South Metro	south-metro	US		0	America/New_York	30.28774	-81.63315	7			FL	031		
4173495	South Miami	south-miami	US		12242	America/New_York	25.7076	-80.29338	3	Saut Majami,nan mai a mi,sa'utha mayami,sauseumaiaemi,sawt myamy  flwryda,sawth myamy,Саут Мајами,ساوت میامی، فلوریدا,ساوث ميامي,साउथ मायामी,南迈阿密,사우스마이애미		FL	086		
4173497	South Miami Heights	south-miami-heights	US		35696	America/New_York	25.59761	-80.38061	3			FL	086		
4173510	South Masaryktown	south-masaryktown	US		0	America/New_York	28.42833	-82.46037	19			FL	101		
4173511	South Mulberry	south-mulberry	US		0	America/New_York	27.88586	-81.97481	34			FL	105		
4173522	South Palm Beach	south-palm-beach	US		1424	America/New_York	26.58896	-80.03865	1			FL	099		
4173526	South Patrick	south-patrick	US		0	America/New_York	28.19862	-80.59561	3			FL	009		
4173528	South Patrick Shores	south-patrick-shores	US		5875	America/New_York	28.20223	-80.6095	0			FL	009		
4173531	South Pine Lakes	south-pine-lakes	US		0	America/New_York	28.93165	-81.43201	17			FL	069		
4173543	South Ponte Vedra Beach	south-ponte-vedra-beach	US		0	America/New_York	30.02247	-81.32369	4			FL	109		
4173544	South Port	south-port	US		0	America/New_York	28.13863	-81.35229	17			FL	097		
4173557	South Sanford Heights	south-sanford-heights	US		0	America/New_York	28.76083	-81.26618	15			FL	117		
4173558	South Sarasota	south-sarasota	US		4950	America/New_York	27.28616	-82.53288	4			FL	115		
4173565	South Side	south-side	US		0	America/New_York	29.44386	-82.25427	51			FL	083		
4173572	South Punta Gorda Heights	south-punta-gorda-heights	US		0	America/New_York	26.86562	-81.99092	7			FL	015		
4173582	South Tampa	south-tampa	US		0	America/New_York	27.94919	-82.35426	8			FL	057		
4173584	South Titusville	south-titusville	US		0	America/New_York	28.55111	-80.81005	11			FL	009		
4173588	South Trail	south-trail	US		0	America/New_York	27.29866	-82.53038	7	Hayden,South Trail		FL	115		
4173593	South Venice	south-venice	US		13949	America/New_York	27.05311	-82.42426	4			FL	115		
4173600	Southchase	southchase	US		15921	America/New_York	28.39306	-81.3834	27			FL	095		
4173633	Southfort	southfort	US		0	America/New_York	27.06811	-81.96398	8			FL	027		
4173645	Southmere	southmere	US		0	America/New_York	28.66527	-80.95617	3			FL	009		
4173651	Southridge	southridge	US		0	America/New_York	30.2933	-81.50342	12			FL	031		
4173676	Southside Estates	southside-estates	US		0	America/New_York	30.2983	-81.55815	18			FL	031		
4173717	Southwest Ranches	southwest-ranches	US		7852	America/New_York	26.0587	-80.33727	1	Sautvest Ranchiz,xi nan nong chang,Саутвест Ранчиз,ساوت‌وست رنچز، فلوریدا,西南农场		FL	011		
4173719	Southwest Venice	southwest-venice	US		0	America/New_York	27.04006	-82.42343	3			FL	115		
4173777	Spaulding	spaulding	US		0	America/New_York	30.41218	-81.77482	6			FL	031		
4173798	Sponge Rocks	sponge-rocks	US		0	America/New_York	25.44344	-80.28922	0			FL	086		
4173911	Springside	springside	US		0	America/New_York	29.67525	-81.71481	4			FL	107		
4173912	Springside Park	springside-park	US		0	America/New_York	29.67358	-81.70314	3			FL	107		
4173927	Spuds	spuds	US		0	America/New_York	29.73969	-81.47147	6			FL	109		
4173944	Stacey Street	stacey-street	US		858	America/New_York	26.6984	-80.12365	5			FL	099		
4174005	Starkes Ferry	starkes-ferry	US		0	America/New_York	28.99193	-81.83202	22			FL	083		
4174041	Steckert	steckert	US		0	America/New_York	30.21052	-82.12511	44			FL	003		
4174043	Steele Church	steele-church	US		0	America/Chicago	30.64852	-86.14744	46			FL	131		
4174086	Stern	stern	US		0	America/New_York	30.46687	-83.64154	29			FL	079		
4174111	Stewart City	stewart-city	US		0	America/New_York	29.66856	-83.38819	1	Steward City,Stewart City		FL	029		
4174131	Stock Island	stock-island	US		3919	America/New_York	24.56709	-81.73842	1			FL	087		
4174133	Stockade	stockade	US		0	America/New_York	30.22135	-81.50537	10			FL	031		
4174215	Sturkey	sturkey	US		0	America/New_York	28.39556	-82.07036	27			FL	101		
4174221	Suburban Heights	suburban-heights	US		0	America/New_York	29.66802	-82.3915	49			FL	001		
4174230	Sugar Junction	sugar-junction	US		0	America/New_York	26.73645	-80.92062	5			FL	051		
4174234	Sugar Mill Estates	sugar-mill-estates	US		0	America/New_York	29.04387	-80.98256	7			FL	127		
4174251	Sugarloaf Shores	sugarloaf-shores	US		0	America/New_York	24.64431	-81.56203	1	Sugar Loaf Shores,Sugarloaf Shores		FL	087		
4174252	Sugarmill Woods	sugarmill-woods	US		8287	America/New_York	28.73221	-82.50621	25			FL	017		
4174253	Sugarton	sugarton	US		0	America/New_York	26.76534	-80.96034	5			FL	051		
4174276	Summer Haven	summer-haven	US		0	America/New_York	29.69914	-81.2234	1			FL	109		
4174290	Summerport Beach	summerport-beach	US		0	America/New_York	28.49028	-81.56452	30			FL	095		
4174331	Sun Swept Isles	sun-swept-isles	US		0	America/New_York	25.97426	-80.15227	1			FL	011		
4174334	Sun-Tan Village	sun-tan-village	US		0	America/New_York	25.83065	-80.26561	1			FL	086		
4174335	Sunbeam	sunbeam	US		0	America/New_York	30.20607	-81.5787	8			FL	031		
4174343	Suncoast Estates	suncoast-estates	US		4384	America/New_York	26.71174	-81.86897	5			FL	071		
4174357	Suniland	suniland	US		0	America/New_York	25.65788	-80.32255	3			FL	086		
4174366	Sunland Estates	sunland-estates	US		0	America/New_York	28.75444	-81.28145	14			FL	117		
4174367	Sunland Gardens	sunland-gardens	US		0	America/New_York	27.46282	-80.362	6			FL	111		
4174374	Sunniland	sunniland	US		0	America/New_York	26.26925	-81.34174	5			FL	021		
4174383	Sunny Isles Beach	sunny-isles-beach	US		22123	America/New_York	25.95065	-80.12282	1	Sani Ajls Bich,Sanni-Ajls-Bich,Sunny Isles,Sunny Isles Beach,sanni a'ilsa bica,sany aylz bych  flwryda,sny aylz bytsh,yang guang dao hai tan,Сани Ајлс Бич,Санни-Айлс-Бич,Санні-Айлс-Біч,سانی آیلز بیچ، فلوریدا,سنی آئلز بیچ، فلوریڈا,صني آيلز بيتش,सन्नी आइल्स बीच,阳光岛海滩		FL	086		
4174388	Sunnyland	sunnyland	US		0	America/New_York	27.2856	-82.49315	10			FL	115		
4174402	Sunrise	sunrise	US		84439	America/New_York	26.13397	-80.1131	1	Sanrajz,sanrayz  flwryda,sen lai si,seonlaijeu,snrayz  flwryda,Санрайз,Санрајз,سانرایز، فلوریدا,صنرايز، فلوريدا,森赖斯,선라이즈		FL	011		
4174403	Sunrise	sunrise	US		0	America/New_York	27.25949	-82.44287	11			FL	115		
4174411	Sunrise Harbor	sunrise-harbor	US		0	America/New_York	25.70566	-80.24783	0			FL	086		
4174412	Sunrise Heights	sunrise-heights	US		0	America/New_York	26.14259	-80.24477	1			FL	011		
4174415	Sunrise Key	sunrise-key	US		0	America/New_York	26.13036	-80.11643	1			FL	011		
4174434	Sunset Corners	sunset-corners	US		0	America/New_York	25.70205	-80.33394	3			FL	086		
4174438	Sunset Harbor	sunset-harbor	US		0	America/New_York	28.99193	-81.97925	20			FL	083		
4174466	Sunset Point	sunset-point	US		0	America/New_York	25.04763	-80.49006	1			FL	087		
4174483	Sunshine Beach	sunshine-beach	US		0	America/New_York	27.77697	-82.77844	1			FL	103		
4174495	Sunshine Park	sunshine-park	US		0	America/New_York	26.02953	-80.21144	2			FL	011		
4174502	Sunshine Ranches	sunshine-ranches	US		0	America/New_York	26.04398	-80.32922	1			FL	011		
4174503	Sunshine Ranches	sunshine-ranches	US		1884	America/New_York	26.04592	-80.32894	1			FL	011		
4174515	Sunvale	sunvale	US		0	America/New_York	27.3106	-81.26674	12			FL	055		
4174517	Surf	surf	US		0	America/New_York	29.98493	-84.42101	2			FL	129		
4174534	Sutherlands Still	sutherlands-still	US		0	America/New_York	29.57358	-81.60313	1	Horse Landing,Sutherlands Still		FL	107		
4174539	Suwanee Old Town (historical)	suwanee-old-town-historical	US		0	America/New_York	29.6169	-82.96651	5	Bowlegs Town II,Little Sauvany,Old Suwany Town,Sauvanny,Suahnee,Suanee Old Town,Suwanee Old Town (historical)		FL	029		
4174565	Suwannee Springs	suwannee-springs	US		0	America/New_York	30.39411	-82.93735	24			FL	121		
4174567	Suwannee Valley	suwannee-valley	US		0	America/New_York	30.29912	-82.70818	31	Suwanee Shoals,Suwannee Valley		FL	023		
4174573	Svea	svea	US		0	America/Chicago	30.96768	-86.40328	90			FL	091		
4174655	Switzerland	switzerland	US		0	America/New_York	30.07607	-81.64731	7			FL	109		
4174671	Sylvan Lake	sylvan-lake	US		0	America/New_York	28.79555	-81.36285	22			FL	117		
4174708	Tala Apopka (historical)	tala-apopka-historical	US		0	America/New_York	28.46695	-81.18312	28	Apopka,Tala Apopka (historical),Talaalgi Tcapko Popka,Tallau Guechapco		FL	095		
4174711	Talisman	talisman	US		0	America/New_York	28.48222	-82.17258	22			FL	053		
4174714	Tallahasse - Yuchi (historical)	tallahasse-yuchi-historical	US		0	America/New_York	29.06693	-81.36645	8	Spring Garden,Tallahasse - Yuchi (historical)		FL	127		
4174733	Talleyrand	talleyrand	US		0	America/New_York	30.35968	-81.63259	5	Talleyrand,Tallyrand		FL	031		
4174737	Tama (historical)	tama-historical	US		0	America/New_York	30.1502	-84.68324	5			FL	077		
4174738	Tamarac	tamarac	US		64681	America/New_York	26.21286	-80.24977	3	Tamarak,ta ma la ke,tamarak,tamarak  flwryda,tyamaraka,Тамарак,تاماراك,تاماراک، فلوریدا,ट्यामाराक,塔玛拉克		FL	011		
4174743	Tamathli (historical)	tamathli-historical	US		0	America/Chicago	30.70019	-84.91659	23	San Martin de Tomale,Tamasle,Tamathli (historical),Tomale,Tomatley,Tomatly		FL	063		
4174744	Tamiami	tamiami	US		55271	America/New_York	25.75871	-80.39839	1	Tamiami		FL	086		
4174788	Tancrede	tancrede	US		0	America/New_York	27.95697	-81.97286	43			FL	105		
4174789	Tang-O-Mar Beach	tang-o-mar-beach	US		0	America/Chicago	30.37242	-86.34467	3			FL	131		
4174791	Tangelo Park	tangelo-park	US		2231	America/New_York	28.45584	-81.4459	29			FL	095		
4174816	Tarpon	tarpon	US		0	America/New_York	28.03974	-82.56649	7			FL	057		
4174833	Tarpon Point	tarpon-point	US		0	America/New_York	27.022	-82.27676	1			FL	115		
4174857	Tatum Ridge	tatum-ridge	US		0	America/New_York	27.32144	-82.40759	10			FL	115		
4174888	Taylor Creek	taylor-creek	US		4348	America/New_York	27.21671	-80.7895	5			FL	093		
4174921	Tedder	tedder	US		2299	America/New_York	26.28425	-80.12227	5			FL	011		
4174927	Tee and Green Estates	tee-and-green-estates	US		0	America/New_York	26.94506	-82.00231	2			FL	015		
4174929	Telegraph Estates	telegraph-estates	US		0	America/New_York	26.73201	-81.68814	4			FL	071		
4174969	Temple Terrace	temple-terrace	US		25731	America/New_York	28.0353	-82.38926	18	Templ Teras,miao tai,tempala teresa,tmbl tras,tmpl tras  flwryda,Темпл Терас,تمبل تراس,تمپل تراس، فلوریدا,टेम्पल टेरेस,庙台		FL	057		
4174972	Temple Terrace Junction	temple-terrace-junction	US		0	America/New_York	28.03141	-82.35231	15			FL	057		
4174983	Tendil Crossing	tendil-crossing	US		0	America/Chicago	30.96407	-85.57965	69			FL	059		
4174984	Tenile	tenile	US		0	America/Chicago	30.73158	-87.46443	24			FL	033		
4174987	Tenmile Corner	tenmile-corner	US		0	America/New_York	25.61594	-80.85729	1			FL	086		
4175011	Tequesta	tequesta	US		5629	America/New_York	26.96811	-80.12865	3			FL	099		
4175021	Terra Mana	terra-mana	US		0	America/New_York	27.52476	-82.60871	1			FL	081		
4175022	Terra Mar	terra-mar	US		2909	America/New_York	26.21619	-80.09532	1			FL	011		
4175034	Terrytown	terrytown	US		0	America/New_York	26.33619	-80.53922	5			FL	099		
4175046	Thames	thames	US		0	America/New_York	29.68052	-82.69206	26			FL	041		
4175091	The Crossings	the-crossings	US		22758	America/New_York	25.67066	-80.40117	2			FL	086		
4175117	The Hammocks	the-hammocks	US		51003	America/New_York	25.67149	-80.4445	1	The Hammocks		FL	086		
4175121	The Jungle	the-jungle	US		0	America/New_York	27.78864	-82.75232	3			FL	103		
4175122	The Keyhole	the-keyhole	US		0	America/New_York	25.50372	-80.18088	0			FL	086		
4175136	The Meadows	the-meadows	US		3994	America/New_York	27.36171	-82.46898	8			FL	115		
4175138	The Moorings	the-moorings	US		0	America/New_York	26.16426	-81.80814	0			FL	021		
4175147	The Pines	the-pines	US		0	America/New_York	25.74593	-80.24088	3			FL	086		
4175178	The Village of Baytowne Wharf	the-village-of-baytowne-wharf	US		0	America/Chicago	30.38714	-86.32522	1			FL	131		
4175187	The Watson Place	the-watson-place	US		0	America/New_York	25.71038	-81.24452	0			FL	087		
4175194	Theressa	theressa	US		0	America/New_York	29.83524	-82.07066	49			FL	007		
4175214	Thomas City	thomas-city	US		0	America/New_York	30.3552	-83.97294	12			FL	065		
4175319	Tice	tice	US		4470	America/New_York	26.67479	-81.81508	5			FL	071		
4175331	Tierra Verde	tierra-verde	US		3721	America/New_York	27.69197	-82.72343	1			FL	103		
4175336	Tiger Bay	tiger-bay	US		0	America/New_York	27.7592	-81.84703	42			FL	105		
4175363	Tiger Point	tiger-point	US		3090	America/Chicago	30.37853	-87.05552	1			FL	113		
4175374	Tildenville	tildenville	US		511	America/New_York	28.55972	-81.60841	31			FL	095		
4175391	Timber Pines	timber-pines	US		5386	America/New_York	28.47028	-82.60316	4			FL	053		
4175416	Tisonia	tisonia	US		0	America/New_York	30.5344	-81.62121	9			FL	031		
4175431	Tobacco Patch Landing	tobacco-patch-landing	US		0	America/New_York	29.43053	-81.92509	12			FL	083		
4175434	Tocktoethla (historical)	tocktoethla-historical	US		0	America/Chicago	30.86686	-84.96659	27	Tocktoethla (historical),Totoawathla		FL	063		
4175435	Tocoi	tocoi	US		0	America/New_York	29.84497	-81.55786	3			FL	109		
4176270	Up the Grove Beach	up-the-grove-beach	US		0	America/New_York	27.17616	-80.72645	4			FL	093		
4176277	Upper Grand Lagoon	upper-grand-lagoon	US		13963	America/Chicago	30.16326	-85.74076	0			FL	005		
4175443	Tohopikaliga (historical)	tohopikaliga-historical	US		0	America/New_York	28.28362	-81.26646	17	Tohopekalica,Tohopikaliga (historical),Topkelake		FL	097		
4175449	Tolomato (historical)	tolomato-historical	US		0	America/New_York	30.23357	-81.46648	1			FL	031		
4175472	Tommytown	tommytown	US		0	America/New_York	28.37611	-82.2037	29			FL	101		
4175475	Tomoka Estates	tomoka-estates	US		0	America/New_York	29.31498	-81.09895	5			FL	127		
4175502	Tooke Lake Junction	tooke-lake-junction	US		0	America/New_York	28.53194	-82.38704	38			FL	053		
4175509	Topkegaiga (historical)	topkegaiga-historical	US		0	America/New_York	30.56686	-84.44991	59			FL	039		
4175510	Topocapa (historical)	topocapa-historical	US		0	America/New_York	30.15021	-84.01655	2			FL	065		
4175511	Toponanaulka (historical)	toponanaulka-historical	US		0	America/New_York	30.45021	-83.71655	24			FL	079		
4175531	Totstalahoeetska (historical)	totstalahoeetska-historical	US		0	America/New_York	27.83364	-82.63315	1	Tatatallahoatska,Totstalahoeetska (historical),Watermelon Town		FL	103		
4175538	Town 'n' Country	town-n-country	US		78442	America/New_York	28.01057	-82.57732	1	Town 'n' Country		FL	057		
4175545	Town Park Estates	town-park-estates	US		0	America/New_York	25.75482	-80.35144	1			FL	086		
4175587	Trail Center	trail-center	US		0	America/New_York	25.80482	-80.8759	2			FL	087		
4175598	Trailer Estates	trailer-estates	US		0	America/New_York	27.42449	-82.5801	4			FL	081		
4175600	Trailtown	trailtown	US		0	America/New_York	25.85593	-81.02313	2			FL	021		
4175604	Tranquility Park	tranquility-park	US		0	America/New_York	28.00863	-81.74536	43			FL	105		
4175607	Trapnell	trapnell	US		0	America/New_York	27.96697	-82.10453	37			FL	057		
4175622	Treasure Hill Park	treasure-hill-park	US		0	America/Chicago	30.32409	-87.40664	6			FL	033		
4175626	Treasure Island	treasure-island	US		6887	America/New_York	27.76919	-82.76899	1	Trezhur Ajland,jin yin dao,trejara a'ilyanda,tryshwr ayland,trzhr aylnd  flwryda,Трежур Ајланд,تريشور أيلاند,ترژر آیلند، فلوریدا,ٹریژر آئلینڈ، فلوریڈا,ट्रेजर आइल्यान्ड,金银岛		FL	103		
4175653	Trilcoochee	trilcoochee	US		0	America/New_York	28.46389	-82.18314	21			FL	101		
4175723	Traxler	traxler	US		0	America/New_York	29.8708	-82.54012	50			FL	001		
4175727	Tristan Village	tristan-village	US		0	America/Chicago	30.45853	-87.26219	25			FL	033		
4175734	Tropic Isle	tropic-isle	US		0	America/New_York	26.43535	-80.06782	0			FL	099		
4175744	Tropical Gulf Acres	tropical-gulf-acres	US		0	America/New_York	26.84201	-81.99092	6			FL	015		
4175746	Tropical Park	tropical-park	US		0	America/New_York	27.09838	-80.27755	4			FL	085		
4175800	Truck Corner	truck-corner	US		0	America/New_York	28.69194	-81.17951	4			FL	117		
4175801	Truckland	truckland	US		0	America/New_York	26.49897	-81.96787	1			FL	071		
4175829	Tuckers Corner	tuckers-corner	US		0	America/New_York	26.85784	-81.75953	10			FL	015		
4175830	Tulane	tulane	US		0	America/New_York	30.36413	-81.94344	22			FL	031		
4175860	Turkey Foot	turkey-foot	US		0	America/New_York	26.08759	-81.03174	4			FL	021		
4175896	Turnbull	turnbull	US		0	America/New_York	28.71027	-80.86228	8			FL	009		
4175930	Turquoise Beach	turquoise-beach	US		0	America/Chicago	30.40798	-86.31133	1			FL	131		
4175950	Tuscannoga	tuscannoga	US		0	America/New_York	28.62	-81.94619	33	Tuscannoga,Tuscanooga		FL	069		
4175973	Twentymile	twentymile	US		0	America/New_York	30.12663	-81.42175	9			FL	109		
4175974	Twentymile Bend	twentymile-bend	US		0	America/New_York	26.68645	-80.38838	5			FL	099		
4176015	Twin Pole	twin-pole	US		0	America/New_York	30.10242	-84.84963	14			FL	077		
4176020	Two Egg	two-egg	US		0	America/Chicago	30.85269	-85.07632	41			FL	063		
4176023	Two Mile	two-mile	US		0	America/New_York	29.71355	-85.00769	2			FL	037		
4176057	Ulmerton	ulmerton	US		0	America/New_York	27.89474	-82.77038	5			FL	103		
4176077	Underwood Crossing	underwood-crossing	US		0	America/Chicago	30.97463	-85.58354	58			FL	059		
4176109	Union Park	union-park	US		9765	America/New_York	28.56806	-81.28618	25			FL	095		
4176296	Usher	usher	US		0	America/New_York	29.40746	-82.81678	11			FL	075		
4176297	Usina Beach	usina-beach	US		0	America/New_York	29.95302	-81.30452	5	Usina Beach,Usinas Beach		FL	109		
4176310	Valkaria	valkaria	US		0	America/New_York	27.96363	-80.54366	2			FL	009		
4176322	Valroy	valroy	US		0	America/New_York	27.64948	-82.51537	6			FL	057		
4176324	Vamo	vamo	US		4727	America/New_York	27.222	-82.49787	4			FL	115		
4176336	Vanderbilt Beach	vanderbilt-beach	US		0	America/New_York	26.27064	-81.78981	1			FL	021		
4176337	Vanderbilt Beach Estates	vanderbilt-beach-estates	US		0	America/New_York	26.26342	-81.82398	0	Vanderbilt Beach,Vanderbilt Beach Estates		FL	021		
4176339	Vanderbilt Park	vanderbilt-park	US		0	America/New_York	25.79899	-80.35839	1			FL	086		
4176343	Vandolah	vandolah	US		0	America/New_York	27.51559	-81.92536	30			FL	049		
4176364	Vehlin	vehlin	US		0	America/New_York	25.58761	-80.41922	4			FL	086		
4176370	Venetia Terrace	venetia-terrace	US		0	America/New_York	30.23635	-81.71787	5			FL	031		
4176382	Venice Beach	venice-beach	US		0	America/New_York	27.10006	-82.4576	4			FL	115		
4176383	Venice East	venice-east	US		0	America/New_York	27.057	-82.37843	4			FL	115		
4176387	Venice Gardens	venice-gardens	US		7104	America/New_York	27.07311	-82.4076	3			FL	115		
4176388	Venice Groves	venice-groves	US		0	America/New_York	27.05284	-82.40454	4			FL	115		
4176402	Verdie	verdie	US		0	America/New_York	30.43524	-81.92122	21			FL	089		
4176404	Vereen	vereen	US		0	America/New_York	30.27298	-84.24101	8			FL	129		
4176405	Vermont Heights	vermont-heights	US		0	America/New_York	29.81025	-81.39702	14	Vermont,Vermont Heights		FL	109		
4176406	Verna	verna	US		0	America/New_York	27.38727	-82.26815	28			FL	081		
4176418	Vero Lake Estates	vero-lake-estates	US		0	America/New_York	27.74531	-80.52783	6			FL	061		
4176456	Viera	viera	US		0	America/New_York	28.24696	-80.737	7			FL	009		
4176462	Vilano Beach	vilano-beach	US		0	America/New_York	29.91886	-81.29285	3			FL	109		
4176469	Villa Sabine	villa-sabine	US		0	America/Chicago	30.33187	-87.15913	2			FL	033		
4176471	Villa Tasso	villa-tasso	US		0	America/Chicago	30.4602	-86.388	5			FL	131		
4176508	Villages of Oriole	villages-of-oriole	US		4755	America/New_York	26.4623	-80.15282	6			FL	099		
4176509	Villano Beach	villano-beach	US		2678	America/New_York	29.93858	-81.30202	3			FL	109		
4176527	Vineyards	vineyards	US		3375	America/New_York	26.22373	-81.72798	3			FL	021		
4176544	Vitis	vitis	US		0	America/New_York	28.28112	-82.14397	30	Pitis,Vitis		FL	101		
4176550	Virginia Gardens	virginia-gardens	US		2487	America/New_York	25.81038	-80.30227	1			FL	086		
4176553	Volusia	volusia	US		0	America/New_York	29.16859	-81.5209	5			FL	127		
4177270	Wabasso Beach	wabasso-beach	US		1853	America/New_York	27.76475	-80.39894	3			FL	061		
4177275	Wacahoota	wacahoota	US		0	America/New_York	29.55664	-82.39094	23	Wacahoota,Wacahotta		FL	001		
4177288	Wacissa (historical)	wacissa-historical	US		0	America/New_York	30.33354	-83.94989	11	Guazaza,Owasissa,Owassisas,Wacissa (historical)		FL	065		
4177291	Wachitokha (historical)	wachitokha-historical	US		0	America/New_York	29.95023	-82.89985	13	Sante Fe Old Fields,Wachitokha (historical),Wechotookme,Weethatookamee Village		FL	121		
4177293	Waddells Mill	waddells-mill	US		0	America/Chicago	30.87047	-85.32549	30			FL	063		
4177308	Wahneta	wahneta	US		5091	America/New_York	27.9528	-81.72702	41			FL	105		
4177315	Waits Junction	waits-junction	US		0	America/New_York	28.57222	-81.69035	28			FL	069		
4177316	Wakasassa (historical)	wakasassa-historical	US		0	America/New_York	29.20024	-83.01651	1	Wakasassa (historical),Wawkasawsa		FL	075		
4177318	Wakulla	wakulla	US		0	America/New_York	30.23687	-84.23101	5			FL	129		
4177319	Wakulla Beach	wakulla-beach	US		0	America/New_York	30.10937	-84.25906	1			FL	129		
4177324	Wakulla Gardens	wakulla-gardens	US		0	America/New_York	30.17659	-84.30768	6			FL	129		
4177329	Wagon Wheel	wagon-wheel	US		0	America/New_York	26.10092	-81.06479	4			FL	021		
4177331	Walcan	walcan	US		0	America/Chicago	30.72463	-86.08605	76			FL	131		
4177351	Wakulla Springs	wakulla-springs	US		0	America/New_York	30.23412	-84.30634	4			FL	129		
4177375	Walkill	walkill	US		0	America/New_York	29.93802	-81.66203	5			FL	019		
4177379	Wall Springs	wall-springs	US		0	America/New_York	28.1014	-82.77177	1			FL	103		
4177396	Walsingham	walsingham	US		0	America/New_York	27.87725	-82.7976	17			FL	103		
4177403	Walter Hamilton Place	walter-hamilton-place	US		0	America/New_York	25.55844	-81.17174	0			FL	087		
4177419	Wanamake	wanamake	US		0	America/New_York	29.88495	-82.8754	4			FL	041		
4177420	Wannee	wannee	US		0	America/New_York	29.71857	-82.94096	7			FL	041		
4177424	Ward Basin	ward-basin	US		0	America/Chicago	30.58519	-86.99691	2			FL	113		
4177448	Ward Ridge	ward-ridge	US		0	America/New_York	29.78854	-85.28492	4			FL	045		
4177450	Warm Mineral Springs	warm-mineral-springs	US		5061	America/New_York	27.05978	-82.26009	1	Salt Springs,Warm Mineral Springs		FL	115		
4177492	Washington Park	washington-park	US		1672	America/New_York	26.13259	-80.18116	1			FL	011		
4177493	Washington Park	washington-park	US		0	America/New_York	26.84201	-81.09618	4			FL	043		
4177511	Wasupa (historical)	wasupa-historical	US		0	America/New_York	30.21687	-84.2999	7			FL	129		
4177527	Watercolor	watercolor	US		0	America/Chicago	30.32242	-86.14577	4			FL	131		
4177539	Waters Lake	waters-lake	US		0	America/New_York	29.70913	-82.73262	25			FL	041		
4177546	Waterway Estates	waterway-estates	US		0	America/New_York	26.64118	-81.90898	1			FL	071		
4177572	Wauchula Hills	wauchula-hills	US		0	America/New_York	27.5767	-81.81925	35			FL	049		
4177575	Waukeenah	waukeenah	US		272	America/New_York	30.41131	-83.95294	59	Wakeena,Waukeenah		FL	065		
4177587	Waylonzo	waylonzo	US		0	America/New_York	30.13049	-83.8171	6			FL	123		
4177596	Weathersfield	weathersfield	US		0	America/New_York	28.66194	-81.39896	24			FL	117		
4177606	Weavers Station	weavers-station	US		0	America/New_York	25.94343	-81.4698	1			FL	021		
4177633	Weeki Wachee	weeki-wachee	US		12	America/New_York	28.51555	-82.57288	10	Weeki Wachee,Weeki-Wachee,Weeki-Wackee,Weekiwachee Springs,Wekiwachee,Wekiwoochee		FL	053		
4177634	Weeki Wachee Acres	weeki-wachee-acres	US		0	America/New_York	28.48333	-82.5976	12			FL	053		
4177635	Weeki Wachee Gardens	weeki-wachee-gardens	US		1146	America/New_York	28.53361	-82.62954	1			FL	053		
4177639	Weekiwachee Gardens	weekiwachee-gardens	US		0	America/New_York	28.49416	-82.62788	3			FL	053		
4177642	Weekiwachee Woodlands	weekiwachee-woodlands	US		0	America/New_York	28.4825	-82.59843	10			FL	053		
4177658	Wekiva	wekiva	US		0	America/New_York	28.79277	-81.42396	9			FL	069		
4177671	Wekiwa Springs	wekiwa-springs	US		21998	America/New_York	28.69861	-81.42563	16	Wekiva Springs,Wekiwa Springs		FL	117		
4177696	Welika (historical)	welika-historical	US		0	America/New_York	30.28353	-84.53324	26	Welaka,Welika (historical),Wkahigua		FL	129		
4177720	Wesconnett	wesconnett	US		0	America/New_York	30.24691	-81.73038	6	Wesconnet,Wesconnett		FL	031		
4177729	Wesley Manor Retirement Village	wesley-manor-retirement-village	US		0	America/New_York	30.12719	-81.6237	3			FL	109		
4177750	West Bay	west-bay	US		0	America/Chicago	30.29187	-85.85966	1	West Bay,Westbay		FL	005		
4177422	Ward	ward	US	29166	0	America/New_York	30.30409	-84.70297	24			FL	073		
4177759	West Bradenton	west-bradenton	US		4192	America/New_York	27.50254	-82.61399	5			FL	081		
4177779	Westchase	westchase	US		21747	America/New_York	28.05502	-82.60982	5	West Chase,Westchase		FL	057		
4177787	West DeLand	west-deland	US		3535	America/New_York	29.01582	-81.33312	15	West De Land		FL	127		
4177789	West Deerfield Beach	west-deerfield-beach	US		0	America/New_York	26.31397	-80.15005	4			FL	011		
4177790	West Dixie Bend	west-dixie-bend	US		0	America/New_York	26.31591	-80.20144	4			FL	011		
4177794	West Eau Gallie	west-eau-gallie	US		0	America/New_York	28.13585	-80.67172	6			FL	009		
4177814	West Frostproof	west-frostproof	US		0	America/New_York	27.73364	-81.58313	47	Frost Proof,West Frostproof		FL	105		
4177816	West Gate	west-gate	US		7975	America/New_York	26.70257	-80.0981	4			FL	099		
4177841	West Jacksonville	west-jacksonville	US		0	America/New_York	30.34024	-81.72232	7			FL	031		
4177847	West Jupiter	west-jupiter	US		0	America/New_York	26.92034	-80.13088	4			FL	099		
4177850	West Lake	west-lake	US		0	America/New_York	30.50299	-83.11458	36			FL	047		
4177862	West Lake Wales	west-lake-wales	US		0	America/New_York	27.8903	-81.64647	38			FL	105		
4177865	West Little River	west-little-river	US		34699	America/New_York	25.85704	-80.23699	2			FL	086		
4177872	West Melbourne	west-melbourne	US		20679	America/New_York	28.07168	-80.65339	9	Uehst-Melborn,Vest Melburn,Vest-Mel'born,vesta melbarna,wst mlbwrn  flwryda,wyst mlbwrn,xi mo er ben,Вест Мелбурн,Вест-Мельборн,Уэст-Мелборн,وست ملبورن، فلوریدا,ويست ملبورن,वेस्ट मेल्बर्न,西墨尔本		FL	009		
4177874	West Miami	west-miami	US		5965	America/New_York	25.76343	-80.29616	3	Vest Majami,vesta mayami,wst myamy  flwryda,wyst myamy,xi mai a mi,Вест Мајами,وست میامی، فلوریدا,ويست ميامي,वेस्ट मायामी,西迈阿密		FL	086		
4177889	West Palm Beach Farms	west-palm-beach-farms	US		0	America/New_York	26.67895	-80.12921	5			FL	099		
4177908	West Pensacola	west-pensacola	US		21339	America/Chicago	30.42659	-87.27969	23	Brownsville,West Pensacola		FL	033		
4177912	West Panama City Beach	west-panama-city-beach	US		0	America/Chicago	30.17659	-85.80549	3			FL	005		
4177917	West Perrine	west-perrine	US		9460	America/New_York	25.60594	-80.36283	3			FL	086		
4177930	West Samoset	west-samoset	US		5583	America/New_York	27.46948	-82.55676	12			FL	081		
4177943	West Tampa	west-tampa	US		0	America/New_York	27.95335	-82.48926	7			FL	057		
4177946	West Tocoi	west-tocoi	US		0	America/New_York	29.85024	-81.61731	4			FL	019		
4177950	West Vero Corridor	west-vero-corridor	US		7138	America/New_York	27.63775	-80.48576	6	West Vero Corridor		FL	061		
4177960	West and East Lealman	west-and-east-lealman	US		21924	America/New_York	27.81993	-82.68944	13	West and East Lealman		FL	103		
4177973	West Scenic Park	west-scenic-park	US		0	America/New_York	27.92058	-81.6423	39			FL	105		
4177981	Westgate Lake Manor	westgate-lake-manor	US		0	America/New_York	26.12342	-80.20616	2			FL	011		
4178053	Westwood Lake	westwood-lake	US		11838	America/New_York	25.72927	-80.37283	1	Westwood Lakes		FL	086		
4178064	Wetappo	wetappo	US		0	America/Chicago	30.0552	-85.42131	4			FL	005		
4178065	Wetappo	wetappo	US		0	America/Chicago	30.15131	-85.29992	18			FL	045		
4178072	Wethocouchy (historical)	wethocouchy-historical	US		0	America/New_York	30.23353	-84.66658	21	Weeklakatchee,Wethocouchy (historical),Wethoecuchytalofa,Withlacoochee		FL	129		
4178077	Wewahotee	wewahotee	US		0	America/New_York	28.42112	-81.09423	21			FL	095		
4178096	Whidden Corner	whidden-corner	US		0	America/New_York	26.75423	-81.08201	8			FL	051		
4178111	Whiskey Creek	whiskey-creek	US		4655	America/New_York	26.57258	-81.89009	3			FL	071		
4178117	Whispering Hills Golf Estates	whispering-hills-golf-estates	US		0	America/New_York	28.59528	-80.822	10			FL	009		
4178118	Whispering Pines	whispering-pines	US		0	America/New_York	27.27754	-80.83951	9			FL	093		
4178129	White Beach	white-beach	US		0	America/New_York	27.24033	-82.52621	1			FL	115		
4178160	White Oak Landing	white-oak-landing	US		0	America/New_York	30.09826	-85.11297	6			FL	077		
4178191	Whitehead Crossroads	whitehead-crossroads	US		0	America/Chicago	30.70436	-85.76771	34			FL	133		
4178204	Whites Landing	whites-landing	US		0	America/New_York	28.7	-81.23868	1			FL	117		
4178207	Whites Ford	whites-ford	US		0	America/New_York	30.02608	-81.52481	5			FL	109		
4178218	Whitfield Estates	whitfield-estates	US		0	America/New_York	27.41004	-82.56926	7			FL	081		
4178230	Whitney Beach	whitney-beach	US		0	America/New_York	27.42976	-82.68038	1			FL	081		
4178258	Wilbur-by-the-Sea	wilbur-by-the-sea	US		0	America/New_York	29.13137	-80.95755	6	Wilber-by-the-Sea,Wilbur-by-the-Sea		FL	127		
4178264	Wilcox Junction	wilcox-junction	US		0	America/New_York	29.61162	-82.94012	8			FL	041		
4178270	Wild Island	wild-island	US		0	America/New_York	27.37282	-81.20368	12			FL	055		
4178350	Willanocha (historical)	willanocha-historical	US		0	America/New_York	30.30021	-83.94989	10	Aloufa,Alouka,Willanauchee Talofa,Willanocha (historical)		FL	065		
4178384	Williams Point	williams-point	US		0	America/New_York	28.44834	-80.76283	7			FL	009		
4178419	Williston Highlands	williston-highlands	US		2275	America/New_York	29.34052	-82.5415	26			FL	075		
4178427	Willoughby Acres	willoughby-acres	US		0	America/New_York	26.27759	-81.76203	3			FL	021		
4178442	Willow Sink	willow-sink	US		0	America/New_York	28.48611	-82.54621	12			FL	053		
4178449	Willow Oak	willow-oak	US		6732	America/New_York	27.91614	-82.01786	34			FL	105		
4178450	Wilma	wilma	US		0	America/New_York	30.15437	-84.96436	18			FL	077		
4178474	Wilson Corner	wilson-corner	US		0	America/New_York	28.80833	-81.36284	22	Sylvan Lake,Wilson Corner		FL	117		
4178476	Wilson Place	wilson-place	US		0	America/New_York	28.80805	-81.3534	21			FL	117		
4178485	Wilton Manors	wilton-manors	US		12385	America/New_York	26.16036	-80.13893	2	Vilton Manors,Wilton Manor,Wilton Manors,vilatana myanoras,wei er dun zhuang yuan,wyltwn manwrs  flwryda,Вилтон Манорс,ویلتون مانورس، فلوریدا,विलटन म्यानोरस्,威尔顿庄园		FL	011		
4178492	Wimberly Estates	wimberly-estates	US		0	America/New_York	29.6908	-82.37705	51			FL	001		
4178585	Wiscon	wiscon	US		706	America/New_York	28.54083	-82.46204	27			FL	053		
4178597	Withla	withla	US		0	America/New_York	28.34001	-81.87091	32			FL	105		
4178610	Woftoka (historical)	woftoka-historical	US		0	America/New_York	29.88357	-82.69984	22			FL	023		
4178648	Wolfolk	wolfolk	US		0	America/New_York	27.80031	-81.63008	43			FL	105		
4178657	Wonderwood	wonderwood	US		0	America/New_York	30.36885	-81.41314	3			FL	031		
4178694	Woodlawn Beach	woodlawn-beach	US		1785	America/Chicago	30.38825	-86.9908	5			FL	113		
4178718	Woodruff Springs	woodruff-springs	US		0	America/New_York	28.80805	-81.34479	13			FL	117		
4178720	Woodruffs Subdivision	woodruffs-subdivision	US		0	America/New_York	28.78305	-81.26979	16			FL	117		
4178721	Woods	woods	US		0	America/New_York	30.34742	-84.98019	36			FL	077		
4178729	Woods and Lakes	woods-and-lakes	US		0	America/New_York	29.12581	-81.87425	29			FL	083		
4178803	Wynnehaven Beach	wynnehaven-beach	US		0	America/Chicago	30.4102	-86.78218	3	Wynnehaven Beach,Wynnhaven		FL	091		
4178804	Wynnlum	wynnlum	US		0	America/Chicago	30.97102	-85.58993	59			FL	059		
4178805	Wynwood	wynwood	US		0	America/New_York	28.78972	-81.25229	12			FL	117		
4178818	Yalaka (historical)	yalaka-historical	US		0	America/New_York	28.40028	-81.16645	19	Yalaka (historical),Yulaka		FL	095		
4178822	Yamassee (historical)	yamassee-historical	US		0	America/Chicago	30.66686	-84.94992	49	Emasses,Yamassee (historical),Yumersee		FL	063		
4178823	Yamato	yamato	US		0	America/New_York	26.4098	-80.09004	5			FL	099		
4178846	Ybel	ybel	US		0	America/New_York	26.42453	-82.07093	1			FL	071		
4178849	Ybor City	ybor-city	US		0	America/New_York	27.96502	-82.43509	8	یبور کتے		FL	057		
4178856	Yeehaw	yeehaw	US		0	America/New_York	27.68364	-80.86645	16			FL	061		
4178857	Yeehaw Junction	yeehaw-junction	US		240	America/New_York	27.70031	-80.90423	19			FL	097		
4178858	Yellow Bluff	yellow-bluff	US		0	America/New_York	29.27609	-81.6423	16			FL	069		
4178865	Yellow Bluff Fort	yellow-bluff-fort	US		0	America/New_York	30.39968	-81.55593	4			FL	031		
4178883	Yent Place	yent-place	US		0	America/New_York	29.86382	-84.70018	2			FL	037		
4178884	Yniestra	yniestra	US		0	America/Chicago	30.50186	-87.16025	6			FL	033		
4178887	Yelvington	yelvington	US		0	America/New_York	29.63136	-81.52397	9			FL	107		
4178898	Youmans	youmans	US		0	America/New_York	28.0253	-82.06814	44			FL	057		
4178922	Yulee Heights	yulee-heights	US		0	America/New_York	30.60746	-81.5976	10			FL	089		
4178928	Zana	zana	US		0	America/New_York	27.12005	-80.6195	9			FL	085		
4178953	Zion Hill	zion-hill	US		0	America/New_York	30.48076	-84.32296	42			FL	073		
4178973	Zuber	zuber	US		0	America/New_York	29.2672	-82.18093	25			FL	083		
4178984	Aaron	aaron	US		0	America/New_York	32.56822	-81.99234	79			GA	031		
4178995	Abbey Hill	abbey-hill	US		0	America/New_York	34.0751	-84.0688	344			GA	135		
4179000	Abbottsford	abbottsford	US		0	America/New_York	33.04735	-85.17966	212			GA	285		
4179006	Abba	abba	US		0	America/New_York	31.75685	-83.37044	110			GA	155		
4179013	Aberdeen Estates	aberdeen-estates	US		0	America/New_York	33.66261	-84.81327	310			GA	097		
4179022	Abernathys Mill	abernathys-mill	US		0	America/New_York	33.86427	-85.20967	310			GA	143		
4179024	Abide Awhile	abide-awhile	US		0	America/New_York	33.58067	-83.9638	253			GA	217		
4179030	Abington Green	abington-green	US		0	America/New_York	34.05204	-84.58327	346			GA	067		
4179031	Abington Park	abington-park	US		0	America/New_York	33.85205	-83.99963	302			GA	135		
4179038	Abercorn Heights	abercorn-heights	US		0	America/New_York	32.03271	-81.10678	6			GA	051		
4179045	Absalom (historical)	absalom-historical	US		0	America/New_York	34.27343	-83.91518	359			GA	139		
4179049	Academy Acres	academy-acres	US		0	America/New_York	30.89576	-83.24904	68			GA	185		
4179055	Acadia Woods	acadia-woods	US		0	America/New_York	33.94455	-83.97657	313			GA	135		
4179056	Ace Mobile Home Park	ace-mobile-home-park	US		0	America/New_York	33.56067	-84.26631	249			GA	063		
4179061	Achord	achord	US		0	America/New_York	32.10629	-82.96876	84			GA	091		
4179070	Acorn Tree	acorn-tree	US		0	America/New_York	33.95788	-84.79272	323			GA	223		
4179071	Acree	acree	US		0	America/New_York	31.55545	-83.99602	71			GA	095		
4179073	Acton (historical)	acton-historical	US		0	America/New_York	32.65291	-85.00993	193			GA	145		
4179417	Algernon (historical)	algernon-historical	US		0	America/New_York	34.06511	-83.78434	249			GA	013		
4179075	Acworth Beach	acworth-beach	US		0	America/New_York	34.06093	-84.68244	266			GA	067		
4179079	Acworth Meadows	acworth-meadows	US		0	America/New_York	34.0551	-84.6666	283			GA	067		
4179086	Acorn Pond	acorn-pond	US		0	America/New_York	31.81045	-83.85518	86			GA	321		
4179088	Adabelle	adabelle	US		0	America/New_York	32.29157	-81.92706	49			GA	031		
4179102	Adams (historical)	adams-historical	US		0	America/New_York	33.40986	-82.01095	48			GA	245		
4179123	Adams Crossroads	adams-crossroads	US		0	America/New_York	33.96427	-84.13964	316			GA	135		
4179149	Adams Park	adams-park	US		0	America/New_York	33.71205	-84.45687	300			GA	121		
4179162	Adamson	adamson	US		0	America/New_York	33.2679	-85.23217	290			GA	149		
4179171	Adasburg	adasburg	US		0	America/New_York	33.70624	-82.54819	159			GA	317		
4179189	Addison Heights	addison-heights	US		0	America/New_York	34.03288	-84.5341	319			GA	067		
4179202	Adelaide	adelaide	US		0	America/New_York	31.26685	-84.14852	61			GA	205		
4179205	Adgateville	adgateville	US		0	America/New_York	33.22318	-83.67101	199	Adgatesville,Adgateville,Grassfield		GA	159		
4179225	Adventure (historical)	adventure-historical	US		0	America/New_York	33.39347	-82.01901	54			GA	245		
4179226	Aerial	aerial	US		0	America/New_York	34.66454	-83.64434	434			GA	137		
4179235	Agnes (historical)	agnes-historical	US		0	America/New_York	33.74596	-82.42846	143			GA	181		
4179241	Agricola	agricola	US		0	America/New_York	33.19459	-82.72041	119			GA	125		
4179245	Ahaluna	ahaluna	US		0	America/New_York	34.3126	-83.86268	364			GA	139		
4179246	Ai	ai	US		0	America/New_York	34.83369	-84.4527	679			GA	123		
4179249	Admirals Walk	admirals-walk	US		0	America/New_York	30.76551	-81.54732	4			GA	039		
4179252	Aikenton	aikenton	US		0	America/New_York	33.37235	-83.5485	192			GA	159		
4179254	Aimar	aimar	US		0	America/New_York	31.75299	-81.6715	23			GA	183		
4179256	Ainslie (historical)	ainslie-historical	US		0	America/New_York	32.44848	-83.47157	72			GA	023		
4179268	Airport Grove	airport-grove	US		0	America/New_York	33.64706	-83.8449	253			GA	217		
4179273	Airport Subdivision	airport-subdivision	US		0	America/New_York	31.51962	-84.20407	59			GA	095		
4179276	Akes	akes	US		0	America/New_York	33.96732	-85.31801	253	Akes,Akes Station,Berry		GA	233		
4179277	Akin	akin	US		0	America/New_York	31.45605	-81.70428	15			GA	305		
4179283	Akins	akins	US		0	America/New_York	32.3063	-81.62039	35	Akin,Akins		GA	031		
4179290	Akins Mill	akins-mill	US		0	America/New_York	32.51434	-81.81595	53			GA	031		
4179295	Akridge	akridge	US		0	America/New_York	30.98324	-84.16046	86			GA	131		
4179296	Akridge (historical)	akridge-historical	US		0	America/New_York	31.22574	-84.02212	108			GA	205		
4179306	Alabama Junction	alabama-junction	US		0	America/New_York	32.07604	-81.14011	4			GA	051		
4179310	Alaculsy	alaculsy	US		0	America/New_York	34.98869	-84.63299	299			GA	213		
4179316	Alandale	alandale	US		0	America/New_York	34.20594	-83.82851	334			GA	139		
4179341	Albaugh	albaugh	US		0	America/New_York	32.5457	-83.82574	142			GA	225		
4179342	Albert (historical)	albert-historical	US		0	America/New_York	34.46148	-83.94324	397			GA	187		
4179348	Alcorns	alcorns	US		0	America/New_York	32.40961	-83.11015	92			GA	175		
4179350	Alcovy	alcovy	US		0	America/New_York	33.63984	-83.78685	219	Alcova,Alcovee,Alcovy,Ulcofauhachee		GA	217		
4179354	Alcovy Forest	alcovy-forest	US		0	America/New_York	33.96122	-83.91601	284			GA	135		
4179355	Alcovy Mobile Home Park	alcovy-mobile-home-park	US		0	America/New_York	33.55289	-83.84574	207			GA	217		
4179357	Alcovy Mountain	alcovy-mountain	US		0	America/New_York	33.74067	-83.76629	239			GA	297		
4179363	Aldora	aldora	US		103	America/New_York	33.05207	-84.17575	251			GA	171		
4179365	Aldreds	aldreds	US		0	America/New_York	32.9496	-82.3929	84			GA	163		
4179369	Alcovy Shores	alcovy-shores	US		0	America/New_York	33.38956	-83.83268	169			GA	159		
4179404	Alexanders Mill	alexanders-mill	US		0	America/New_York	34.97398	-83.88185	532			GA	281		
4179410	Alfords	alfords	US		0	America/New_York	31.4624	-83.92379	132			GA	321		
4179423	Aline Estates	aline-estates	US		0	America/New_York	33.66261	-84.79855	305			GA	097		
4179425	Alice Ingram Subdivision	alice-ingram-subdivision	US		0	America/New_York	32.52876	-83.89213	152			GA	225		
4179428	Allatoona	allatoona	US		0	America/New_York	34.10815	-84.71132	269			GA	015		
4179429	Allatoona Bay	allatoona-bay	US		0	America/New_York	34.04871	-84.72383	273			GA	067		
4179430	Allatoona Beach	allatoona-beach	US		0	America/New_York	34.11093	-84.70744	264			GA	015		
4179434	Allatoona Heights	allatoona-heights	US		0	America/New_York	34.05593	-84.73994	263			GA	223		
4179438	Allatoona Pass	allatoona-pass	US		0	America/New_York	34.1151	-84.59938	305			GA	057		
4179439	Allatoona Quarters	allatoona-quarters	US		0	America/New_York	34.0701	-84.6666	277			GA	067		
4179440	Allatoona Ridge	allatoona-ridge	US		0	America/New_York	34.04343	-84.70021	267			GA	067		
4179441	Allatoona Shores	allatoona-shores	US		0	America/New_York	34.07621	-84.69938	276			GA	067		
4179478	Allen Mill (historical)	allen-mill-historical	US		0	America/New_York	33.04987	-83.10126	87	Allen Mill (historical),Allon Mill		GA	009		
4179496	Allendale Heights	allendale-heights	US		0	America/New_York	33.5765	-84.29659	257			GA	063		
4179509	Allens Trailer Park	allens-trailer-park	US		0	America/New_York	33.56902	-83.18877	171			GA	133		
4179512	Allenville	allenville	US		0	America/New_York	31.12909	-83.21404	70			GA	019		
4179523	Allie	allie	US		0	America/New_York	33.09929	-84.72882	257			GA	199		
4179543	Alligood	alligood	US		0	America/New_York	32.43628	-83.00404	86			GA	175		
4179548	Allison Estates	allison-estates	US		0	America/New_York	32.47459	-84.88743	124			GA	215		
4179556	Allon	allon	US		0	America/New_York	32.63764	-83.9838	145			GA	079		
4179563	Almon	almon	US		0	America/New_York	33.61928	-83.92213	213	Almon,Almond		GA	217		
4179569	Alpha Park	alpha-park	US		0	America/New_York	34.06399	-84.29576	338			GA	121		
4179582	Alpharetta Woods	alpharetta-woods	US		0	America/New_York	34.15732	-84.27464	334			GA	121		
4179583	Alpharette	alpharette	US		0	America/New_York	34.0751	-84.21242	338			GA	121		
4179588	Alps	alps	US		0	America/New_York	33.14818	-84.60326	259	Alps,Alps Store		GA	199		
4179606	Altamaha	altamaha	US		0	America/New_York	31.96159	-82.20734	51			GA	267		
4179610	Altamaha Park	altamaha-park	US		0	America/New_York	31.42661	-81.60705	4	Altama,Altamaha Park		GA	127		
4179613	Alpine Heights	alpine-heights	US		0	America/New_York	32.65848	-83.76185	155			GA	225		
4179618	Altman	altman	US		0	America/New_York	32.72572	-81.63039	72			GA	251		
4179632	Alton (historical)	alton-historical	US		0	America/New_York	31.89715	-81.90928	33	Alton (historical),Alton Station		GA	267		
4179639	Amandaville (historical)	amandaville-historical	US		0	America/New_York	34.22677	-82.96375	230			GA	147		
4179646	Amber Acres	amber-acres	US		0	America/New_York	32.46598	-84.89382	113			GA	215		
4179647	Amber Wood Estates	amber-wood-estates	US		0	America/New_York	33.58705	-84.28826	258			GA	063		
4179648	Ambleside	ambleside	US		0	America/New_York	33.589	-84.26825	258			GA	063		
4179675	Amicalola	amicalola	US		0	America/New_York	34.55481	-84.25242	535	Amicalola,Amicalola Creek Town,Amicolola,Armacolola		GA	085		
4179696	Amos Mill	amos-mill	US		0	America/New_York	34.71758	-85.51885	252			GA	083		
4179698	Amoskeag (historical)	amoskeag-historical	US		0	America/New_York	32.16962	-83.15598	101			GA	091		
4179706	Anandale (historical)	anandale-historical	US		0	America/New_York	34.63287	-83.47878	424	Anandale (historical),Annadale		GA	137		
4179709	Anderson Acres	anderson-acres	US		0	America/New_York	33.53901	-83.84935	233			GA	217		
4179724	Anderson City	anderson-city	US		0	America/New_York	31.37157	-83.85462	125			GA	321		
4179761	Anderson Mill	anderson-mill	US		0	America/New_York	32.21991	-81.80372	29			GA	031		
4179779	Andersons Corner	andersons-corner	US		0	America/New_York	32.8768	-84.9516	259	Andersons Corner,Salem		GA	285		
4179786	Andover North	andover-north	US		0	America/New_York	34.09454	-84.30242	341			GA	121		
4179793	Andrew Woods	andrew-woods	US		0	America/New_York	32.44737	-84.96188	74			GA	215		
4179826	Andrews Crossroads	andrews-crossroads	US		0	America/New_York	32.98346	-84.66104	264			GA	199		
4179829	Angelville	angelville	US		0	America/New_York	34.58897	-84.88994	199			GA	129		
4179837	Anna Bella Estates	anna-bella-estates	US		0	America/New_York	33.79872	-84.67077	311			GA	097		
4179841	Anne Heights	anne-heights	US		0	America/New_York	33.72152	-82.70486	187			GA	317		
4179844	Angels Acres	angels-acres	US		0	America/New_York	32.76959	-83.75935	121			GA	021		
4179846	Anneewakee	anneewakee	US		0	America/New_York	33.68039	-84.73327	268			GA	097		
4179847	Anneewakee Heights	anneewakee-heights	US		0	America/New_York	33.74122	-84.73271	333			GA	097		
4179854	Anniedelle	anniedelle	US		0	America/New_York	34.21759	-85.39746	176			GA	115		
4179859	Anon (historical)	anon-historical	US		0	America/New_York	33.86845	-82.9257	146			GA	221		
4179862	Ansley Brook	ansley-brook	US		0	America/New_York	33.90483	-84.05824	290			GA	135		
4179863	Ansley Forest	ansley-forest	US		0	America/New_York	34.08815	-84.49437	292			GA	057		
4179864	Ansley Mill	ansley-mill	US		0	America/New_York	33.51958	-82.41346	124	Ansley Mill,Faucetts Mill		GA	189		
4179865	Ansley Park	ansley-park	US		0	America/New_York	33.91039	-83.34599	220			GA	059		
4179866	Ansley Park	ansley-park	US		0	America/New_York	33.799	-84.66021	306			GA	097		
4179868	Ansley Park	ansley-park	US		0	America/New_York	33.79316	-84.38076	282			GA	121		
4179871	Ansley Pointe	ansley-pointe	US		0	America/New_York	33.519	-84.41381	278			GA	063		
4179872	Antebellum North	antebellum-north	US		0	America/New_York	32.67153	-83.70491	150			GA	153		
4179873	Antebellum Plateau	antebellum-plateau	US		0	America/New_York	32.66348	-83.69768	138			GA	153		
4179878	Anthony Crossroads	anthony-crossroads	US		0	America/New_York	33.58985	-82.54152	127	Anthony Cross Roads,Anthony Crossroads		GA	189		
4179884	Anthony Terrace	anthony-terrace	US		0	America/New_York	32.81903	-83.66101	143			GA	021		
4179890	Antioch (historical)	antioch-historical	US		0	America/New_York	30.77103	-83.8435	66			GA	275		
4180046	Anneewakee Estates	anneewakee-estates	US		0	America/New_York	33.71261	-84.66466	332			GA	097		
4180060	Aonia	aonia	US		0	America/New_York	33.67541	-82.62319	155			GA	317		
4180061	Apalachee	apalachee	US		0	America/New_York	33.68651	-83.431	196	Apalachee,Appalachee,Florence		GA	211		
4180067	Apollo (historical)	apollo-historical	US		0	America/New_York	33.36541	-83.52767	188			GA	237		
4180084	Applewood	applewood	US		0	America/New_York	34.09454	-84.46743	309			GA	057		
4180102	Aqua (historical)	aqua-historical	US		0	America/New_York	33.51624	-83.49017	158			GA	211		
4180116	Aragon Park	aragon-park	US		0	America/New_York	33.43625	-81.99262	39			GA	245		
4180122	Arbor Forest	arbor-forest	US		0	America/New_York	33.93344	-84.61799	327			GA	067		
4180127	Arbor Ridge	arbor-ridge	US		0	America/New_York	33.78705	-84.10575	272			GA	089		
4180130	Arbor Trace	arbor-trace	US		0	America/New_York	34.01677	-84.03658	319			GA	135		
4180131	Arbor Walk	arbor-walk	US		0	America/New_York	33.83122	-84.86938	325			GA	223		
4180132	Arbor West	arbor-west	US		0	America/New_York	33.55317	-84.46965	286			GA	121		
4180153	Archery	archery	US		0	America/New_York	32.02683	-84.44825	145			GA	307		
4180160	Arden Lake	arden-lake	US		0	America/New_York	34.05954	-84.5741	320			GA	067		
4180161	Ardick	ardick	US		0	America/New_York	31.46133	-81.43344	3			GA	191		
4180167	Argo (historical)	argo-historical	US		0	America/New_York	34.6912	-84.1413	714			GA	111		
4180180	Arles	arles	US		0	America/New_York	32.11822	-84.19741	142	Arles,Bagley		GA	261		
4180189	Arlington Park	arlington-park	US		0	America/New_York	32.81708	-83.67963	103			GA	021		
4180192	Armboy	armboy	US		0	America/New_York	31.7924	-83.58739	120			GA	287		
4180193	Armena	armena	US		0	America/New_York	31.681	-84.28463	80			GA	177		
4180195	Arkwright	arkwright	US		0	America/New_York	32.93291	-83.70296	107	Arkwright,Holton		GA	021		
4180202	Armstrong (historical)	armstrong-historical	US		0	America/New_York	33.81013	-82.76236	182			GA	317		
4180222	Arnco Mills	arnco-mills	US		0	America/New_York	33.41484	-84.85355	269	Arnco,Arnco Mills		GA	077		
4180246	Arnold Mill	arnold-mill	US		0	America/New_York	34.1176	-84.38798	290	Arnold,Arnold Mill		GA	121		
4180247	Arnold Mill	arnold-mill	US		0	America/New_York	34.10371	-84.49854	281			GA	057		
4180264	Arrow Head	arrow-head	US		0	America/New_York	33.49847	-82.10401	120			GA	073		
4180267	Arrowhead Estates	arrowhead-estates	US		0	America/New_York	32.53014	-84.88993	120			GA	215		
4180280	Arrowind	arrowind	US		0	America/New_York	33.89399	-84.16131	276			GA	135		
4180281	Artesia (historical)	artesia-historical	US		0	America/New_York	31.55018	-83.9674	80			GA	321		
4180288	Asbury (historical)	asbury-historical	US		0	America/New_York	33.02238	-81.92623	82			GA	033		
4180298	Asbury Woods	asbury-woods	US		0	America/New_York	33.81872	-84.80605	336			GA	223		
4180299	Ascalon	ascalon	US		0	America/New_York	34.83952	-85.42468	588			GA	295		
4180318	Ash Manor	ash-manor	US		0	America/New_York	33.63983	-84.27909	262			GA	151		
4180323	Ashebrook	ashebrook	US		0	America/New_York	33.97538	-84.4666	295			GA	067		
4180328	Ashintilly	ashintilly	US		0	America/New_York	31.39384	-81.40899	6			GA	191		
4180331	Ashland Estates	ashland-estates	US		0	America/New_York	33.57261	-84.45437	266			GA	063		
4180332	Ashley Acres	ashley-acres	US		0	America/New_York	33.83899	-84.76077	311			GA	223		
4180338	Ashley Grove	ashley-grove	US		0	America/New_York	33.71178	-83.89046	248			GA	217		
4180341	Ashley Park	ashley-park	US		0	America/New_York	33.50734	-84.47687	287			GA	113		
4180344	Ashling Place	ashling-place	US		0	America/New_York	33.08846	-85.05411	212			GA	285		
4180345	Ashlund Ridge	ashlund-ridge	US		0	America/New_York	32.6257	-83.68352	136			GA	153		
4180350	Ashley Forest	ashley-forest	US		0	America/New_York	34.07649	-84.57021	307			GA	057		
4180351	Ashton Place	ashton-place	US		0	America/New_York	33.91151	-83.33627	214			GA	059		
4180356	Aska	aska	US		0	America/New_York	34.76786	-84.26214	579			GA	111		
4180363	Aspen Acres	aspen-acres	US		0	America/New_York	33.58206	-84.42854	281			GA	063		
4180372	Asta Village	asta-village	US		0	America/New_York	33.13012	-84.97577	218			GA	285		
4180423	Athon (historical)	athon-historical	US		0	America/New_York	33.39513	-83.55545	179			GA	159		
4180465	Atlanta Junction	atlanta-junction	US		0	America/New_York	34.21398	-85.18273	185			GA	115		
4180496	Atteiram Heights	atteiram-heights	US		0	America/New_York	34.26815	-85.13939	201			GA	115		
4180502	Atwell	atwell	US		0	America/New_York	33.1407	-82.28623	123			GA	163		
4180520	Aucilla (historical)	aucilla-historical	US		0	America/New_York	30.66548	-83.80127	31			GA	275		
4180526	Audubon Forest	audubon-forest	US		0	America/New_York	34.08927	-84.56521	323			GA	057		
4180527	Audubon Forest	audubon-forest	US		0	America/New_York	33.71594	-84.77633	341			GA	097		
4180555	Aultman Pines	aultman-pines	US		0	America/New_York	32.73459	-83.69157	126			GA	021		
4180557	Aultmans (historical)	aultmans-historical	US		0	America/New_York	31.6849	-83.92629	73			GA	321		
4180563	Ausmac	ausmac	US		0	America/New_York	30.9963	-84.62408	36			GA	087		
4180582	Autney	autney	US		0	America/New_York	33.34736	-82.43902	125			GA	189		
4180584	Autreyville	autreyville	US		0	America/New_York	31.06241	-83.76489	74			GA	071		
4180588	Autumn Chase	autumn-chase	US		0	America/New_York	33.62316	-84.2227	281			GA	151		
4180589	Autumnridge	autumnridge	US		0	America/New_York	32.54236	-84.9716	137			GA	215		
4180599	Avans	avans	US		0	America/New_York	34.88536	-85.54413	476	Avans,Stephensville		GA	083		
4180602	Avants	avants	US		0	America/New_York	32.11018	-82.85931	79			GA	309		
4180610	Averett Woods	averett-woods	US		0	America/New_York	32.48542	-84.95049	108			GA	215		
4180613	Avert Acres	avert-acres	US		0	America/New_York	31.56323	-84.07352	57			GA	095		
4180618	Auraria	auraria	US		0	America/New_York	34.47454	-84.02324	427	Auraria,Dean,Deans,Nuckollsville,Scuffle Town		GA	187		
4180620	Avery Landing	avery-landing	US		0	America/New_York	33.49264	-82.13956	130			GA	073		
4180634	Avondale Acres	avondale-acres	US		0	America/New_York	31.5799	-84.19491	66			GA	095		
4180640	Avondale Heights	avondale-heights	US		0	America/New_York	32.43348	-84.9466	71			GA	215		
4180659	Aycock Mill	aycock-mill	US		0	America/New_York	31.63739	-84.61297	79	Aycock Mill,Aycocks Mill		GA	243		
4180669	Ayersville	ayersville	US		0	America/New_York	34.56093	-83.41322	374	Ayers,Ayersville		GA	257		
4180670	Aylmer (historical)	aylmer-historical	US		0	America/New_York	34.19176	-84.92522	209			GA	015		
4180675	Azalea Gardens	azalea-gardens	US		0	America/New_York	31.19745	-81.47482	2			GA	127		
4180676	Azalea Park	azalea-park	US		0	America/New_York	32.83736	-83.6899	133			GA	021		
4180678	Azalea Plaza Mobile Home Park	azalea-plaza-mobile-home-park	US		0	America/New_York	32.0416	-81.18122	6			GA	051		
4180680	Azalea Terrace	azalea-terrace	US		0	America/New_York	31.54823	-84.1888	60			GA	095		
4180697	Bachlott	bachlott	US		0	America/New_York	31.11467	-82.00345	17			GA	025		
4180702	Back Landing	back-landing	US		0	America/New_York	31.15051	-81.47704	3			GA	127		
4180774	Baileys Park	baileys-park	US		0	America/New_York	32.31155	-83.35239	80			GA	023		
4180793	Bairdstown	bairdstown	US		0	America/New_York	33.69818	-83.11876	208	Bairdstown,Hurricane Branch		GA	133		
4180823	Baker Homes	baker-homes	US		0	America/New_York	31.78214	-82.35652	62			GA	001		
4180833	Baker Heights	baker-heights	US		0	America/New_York	31.57517	-84.10935	63			GA	095		
4180837	Baker Village	baker-village	US		0	America/New_York	32.42459	-84.93882	78			GA	215		
4180843	Bakers Bridge Estates	bakers-bridge-estates	US		0	America/New_York	33.81538	-84.81466	332			GA	223		
4180844	Bakers Crossing	bakers-crossing	US		0	America/New_York	31.98716	-81.07206	4	Bakers Crossing,Sand Fly,Sandfly		GA	051		
4180851	Bakersfield Farms	bakersfield-farms	US		0	America/New_York	33.36512	-84.40576	243			GA	113		
4180867	Baker Ridge	baker-ridge	US		0	America/New_York	34.06899	-84.62882	322			GA	067		
4180883	Baldwin Hills	baldwin-hills	US		0	America/New_York	33.83483	-84.87077	323			GA	223		
4180897	Bales (historical)	bales-historical	US		0	America/New_York	32.58017	-82.72541	95			GA	175		
4180937	Ballew Mill	ballew-mill	US		0	America/New_York	34.83925	-84.34909	488			GA	111		
4180950	Balus Creek	balus-creek	US		0	America/New_York	34.24788	-83.90879	342			GA	139		
4180951	Bamah (historical)	bamah-historical	US		0	America/New_York	32.88097	-83.93019	184			GA	207		
4180953	Bamburg	bamburg	US		0	America/New_York	30.77743	-82.91403	48			GA	101		
4180972	Bankhead Courts	bankhead-courts	US		0	America/New_York	33.79288	-84.50215	234			GA	121		
4180974	Banks Crossing	banks-crossing	US		0	America/New_York	34.25677	-83.46405	220			GA	011		
4180994	Banning Mills	banning-mills	US		0	America/New_York	33.52622	-84.92438	294	Banning Mill,Banning Mills		GA	045		
4180995	Bannister Acres	bannister-acres	US		0	America/New_York	33.82844	-84.68327	296			GA	067		
4180999	Bannockburn	bannockburn	US		0	America/New_York	31.28492	-83.05737	69			GA	019		
4181031	Barber Creek Estates	barber-creek-estates	US		0	America/New_York	33.90345	-83.46155	206			GA	219		
4181035	Barbers	barbers	US		0	America/New_York	31.22185	-83.72128	100	Barber,Barbers		GA	071		
4181046	Barch Estates	barch-estates	US		0	America/New_York	33.88262	-83.30821	203			GA	059		
4181052	Barcelona Estates	barcelona-estates	US		0	America/New_York	33.52345	-84.33381	253			GA	063		
4181060	Barian Terrace	barian-terrace	US		0	America/New_York	32.01466	-81.07483	7			GA	051		
4181061	Barin	barin	US		0	America/New_York	32.58903	-84.94632	153			GA	215		
4181072	Bark Camp Place	bark-camp-place	US		0	America/New_York	34.37954	-83.88796	394			GA	139		
4181074	Barkers Crossroads	barkers-crossroads	US		0	America/New_York	33.374	-85.17106	323			GA	149		
4181076	Barko Village	barko-village	US		0	America/New_York	30.90437	-83.33488	55			GA	185		
4181084	Barker Spring	barker-spring	US		0	America/New_York	32.92152	-84.43825	242			GA	293		
4181099	Barnes Crossroads	barnes-crossroads	US		0	America/New_York	32.96707	-84.69021	266			GA	199		
4181109	Barnesdale	barnesdale	US		0	America/New_York	31.18658	-83.37321	72	Barnesdale,Barnsdale		GA	075		
4181117	Barnett Bluffs	barnett-bluffs	US		0	America/New_York	33.85928	-83.32127	182			GA	059		
4181139	Barneyville	barneyville	US		0	America/New_York	31.21408	-83.45405	79			GA	075		
4181168	Barretts	barretts	US		0	America/New_York	31.00167	-83.20088	76			GA	185		
4181170	Barretts Mill	barretts-mill	US		0	America/New_York	34.00789	-83.3646	201			GA	059		
4181173	Barrettsville	barrettsville	US		0	America/New_York	34.33982	-84.15686	380			GA	085		
4181179	Barrons Lane	barrons-lane	US		0	America/New_York	32.36682	-83.9963	99			GA	193		
4181187	Barrow Heights	barrow-heights	US		0	America/New_York	33.99178	-83.74434	289			GA	013		
4181208	Bartley Road Estates	bartley-road-estates	US		0	America/New_York	32.98068	-85.00133	226			GA	285		
4181212	Barton Village	barton-village	US		0	America/New_York	33.43486	-82.09317	125			GA	245		
4181241	Bascombs Springs	bascombs-springs	US		0	America/New_York	34.09343	-84.54715	310			GA	057		
4181251	Basket Creek	basket-creek	US		0	America/New_York	33.59594	-84.82049	277			GA	097		
4181257	Bass	bass	US		0	America/New_York	32.5857	-83.66657	124			GA	153		
4181262	Bass Crossroads	bass-crossroads	US		0	America/New_York	33.14262	-84.90132	223			GA	285		
4181271	Bass Store	bass-store	US		0	America/New_York	31.67572	-84.82298	135			GA	243		
4181274	Bassville	bassville	US		0	America/New_York	31.78214	-82.36985	63			GA	001		
4181276	Bastonville	bastonville	US		0	America/New_York	33.30792	-82.53152	168			GA	125		
4181317	Battle Forest	battle-forest	US		0	America/New_York	32.43209	-84.90437	120			GA	215		
4181318	Battle Hill Haven	battle-hill-haven	US		0	America/New_York	33.75594	-84.44604	316			GA	121		
4181320	Battle Park	battle-park	US		0	America/New_York	32.38459	-84.94937	108			GA	215		
4181331	Baughs Crossroads	baughs-crossroads	US		0	America/New_York	32.91596	-85.01994	223	Baugh Crossroad,Baughs Crossroads		GA	285		
4181332	Baughville	baughville	US		0	America/New_York	32.65291	-84.67048	236			GA	263		
4181360	Bay Branch	bay-branch	US		0	America/New_York	32.08658	-81.97567	58	Bay Branch,Bull Creek		GA	109		
4181389	Bay Meadows	bay-meadows	US		0	America/New_York	31.45992	-82.91653	56			GA	069		
4181409	Bayard (historical)	bayard-historical	US		0	America/New_York	32.67375	-84.90688	198			GA	145		
4181410	Bayboro (historical)	bayboro-historical	US		0	America/New_York	31.16602	-83.56794	68			GA	071		
4181414	Bayvale	bayvale	US		0	America/New_York	33.44847	-82.05178	57			GA	245		
4181431	Beach Haven Heights	beach-haven-heights	US		0	America/New_York	34.26288	-83.93907	348			GA	139		
4181436	Beachton	beachton	US		0	America/New_York	30.72714	-84.13962	84			GA	131		
4181441	Beacon Hill	beacon-hill	US		0	America/New_York	33.59595	-83.77907	238			GA	217		
4181449	Beall	beall	US		0	America/New_York	32.73791	-84.55326	170			GA	263		
4181456	Beall Springs	beall-springs	US		0	America/New_York	33.30903	-82.71625	131			GA	301		
4181457	Beallwoods	beallwoods	US		0	America/New_York	32.51347	-84.97271	117			GA	215		
4181461	Beacon Heights	beacon-heights	US		0	America/New_York	33.57818	-83.47739	216			GA	211		
4181508	Bear Creek Estates	bear-creek-estates	US		0	America/New_York	33.68566	-84.76994	324			GA	097		
4181509	Bear Creek Estates	bear-creek-estates	US		0	America/New_York	33.55372	-84.63327	305			GA	121		
4181510	Bear Creek Estates	bear-creek-estates	US		0	America/New_York	33.56567	-83.77268	230			GA	217		
4181511	Bear Creek Landing	bear-creek-landing	US		0	America/New_York	33.37234	-84.38631	248			GA	063		
4181535	Beard	beard	US		0	America/New_York	34.14732	-83.98046	365			GA	139		
4181552	Beards Creek	beards-creek	US		0	America/New_York	31.86632	-81.88539	44			GA	183		
4181568	Beasley Gap	beasley-gap	US		0	America/New_York	34.34898	-84.59715	355			GA	057		
4181590	Beaulieu	beaulieu	US		0	America/New_York	31.93271	-81.11289	3	Bealieu,Beaulieu,Beulah,Beuley,Bewhe,Bewlie,Bula		GA	051		
4181592	Beaumount	beaumount	US		0	America/New_York	34.83813	-85.1919	248	Beaumont,Beaumount		GA	047		
4181599	Beatum	beatum	US		0	America/New_York	34.57925	-85.14912	224			GA	055		
4181600	Beaver Cove	beaver-cove	US		0	America/New_York	33.12012	-85.08661	213			GA	285		
4181623	Beaver Hills	beaver-hills	US		0	America/New_York	33.91733	-84.12603	282			GA	135		
4181631	Beaver Lake Estates	beaver-lake-estates	US		0	America/New_York	33.56511	-84.45243	271			GA	063		
4181634	Beaver Pond	beaver-pond	US		0	America/New_York	34.39121	-83.80324	369			GA	139		
4181644	Beaver Run	beaver-run	US		0	America/New_York	32.54403	-84.86076	128			GA	215		
4181653	Beaverdam (historical)	beaverdam-historical	US		0	America/New_York	33.96316	-84.18492	310			GA	135		
4181701	Beaveroaks	beaveroaks	US		0	America/New_York	32.85375	-83.81241	130			GA	021		
4181732	Bedgood	bedgood	US		0	America/New_York	31.85129	-83.70628	123			GA	081		
4181733	Bedgood	bedgood	US		0	America/New_York	33.92928	-83.39849	211			GA	059		
4181734	Bedingfield	bedingfield	US		0	America/New_York	32.7957	-83.65963	105			GA	021		
4181757	Beech Cove Vista	beech-cove-vista	US		0	America/New_York	34.93398	-83.74545	613			GA	281		
4181765	Beech Creek Homes	beech-creek-homes	US		0	America/New_York	34.2737	-85.25329	197			GA	115		
4181770	Beech Hill	beech-hill	US		0	America/New_York	32.82238	-83.00903	63	Beech Hill,Beechhill		GA	319		
4181776	Beech Springs	beech-springs	US		0	America/New_York	32.79735	-84.95771	244			GA	145		
4181781	Beech Gum Mobile Home Park	beech-gum-mobile-home-park	US		0	America/New_York	33.80233	-84.62688	286			GA	097		
4181783	Beechwood Hills	beechwood-hills	US		0	America/New_York	33.77677	-84.64438	291			GA	097		
4181784	Beechwood Hills	beechwood-hills	US		0	America/New_York	33.94178	-83.41377	208			GA	059		
4181790	Beechwood	beechwood	US		0	America/New_York	32.54904	-84.06936	116			GA	269		
4181797	Beehive (historical)	beehive-historical	US		0	America/New_York	32.29239	-83.12071	116			GA	091		
4181798	Beeks (historical)	beeks-historical	US		0	America/New_York	33.16873	-84.40798	268			GA	231		
4181805	Bel Air Heights	bel-air-heights	US		0	America/New_York	33.98289	-83.43044	228			GA	059		
4181806	Bel Air Heights	bel-air-heights	US		0	America/New_York	33.4543	-82.12345	135			GA	245		
4181808	Belair	belair	US		0	America/New_York	33.44208	-82.12123	93	Bel Air,Belair		GA	245		
4181809	Belair Estates	belair-estates	US		0	America/New_York	32.43629	-81.75122	67			GA	031		
4181811	Belair Woods	belair-woods	US		0	America/New_York	33.57372	-84.21298	242			GA	151		
4181812	Belaire	belaire	US		0	America/New_York	34.18149	-84.78022	260			GA	015		
4181825	Belglade	belglade	US		0	America/New_York	33.48264	-82.1454	122			GA	073		
4181854	Bell View (historical)	bell-view-historical	US		0	America/New_York	30.94746	-81.52482	4			GA	039		
4181858	Belle Grove	belle-grove	US		0	America/New_York	33.39595	-84.56132	258			GA	113		
4181865	Belle Vista	belle-vista	US		0	America/New_York	31.35772	-81.73733	5			GA	127		
4181866	Bellemead	bellemead	US		0	America/New_York	33.44569	-82.05984	76			GA	245		
4181877	Belle Point Estates	belle-point-estates	US		0	America/New_York	31.22245	-81.45621	4			GA	127		
4181882	Bells Ferry Place	bells-ferry-place	US		0	America/New_York	34.07871	-84.58049	320			GA	057		
4181897	Bellview	bellview	US		0	America/New_York	31.15741	-84.59936	43	Bait,Bellview		GA	201		
4181908	Bellville Point	bellville-point	US		0	America/New_York	31.53133	-81.36593	7	Bellville,Bellville Bluff,Bellville Point		GA	191		
4181919	Belmont (historical)	belmont-historical	US		0	America/New_York	31.81961	-84.45853	124			GA	273		
4181929	Belmount Farms	belmount-farms	US		0	America/New_York	33.614	-84.24659	290			GA	151		
4181933	Belvedere Acres	belvedere-acres	US		0	America/New_York	34.38121	-83.89018	393			GA	139		
4181934	Belvedere Manor	belvedere-manor	US		0	America/New_York	32.87236	-83.57768	141			GA	169		
4181936	Belvedere Park	belvedere-park	US		15152	America/New_York	33.75483	-84.26742	304			GA	089		
4181944	Bemiss	bemiss	US		0	America/New_York	30.93326	-83.24126	75	Bemiss,Mathis		GA	185		
4181947	Bellton	bellton	US		0	America/New_York	34.38343	-83.6624	385	Bellton,Belton		GA	139		
4181951	Ben Dowdy	ben-dowdy	US		0	America/New_York	33.91345	-83.43877	216			GA	219		
4181954	Ben Hill	ben-hill	US		0	America/New_York	33.69066	-84.51132	293	Ben Hill,Mount Gilead Cross Roads		GA	121		
4181977	Bench Mark	bench-mark	US		0	America/New_York	33.59817	-84.50937	294			GA	121		
4181978	Bender (historical)	bender-historical	US		0	America/New_York	32.55016	-83.12126	108			GA	175		
4181988	Benefit	benefit	US		0	America/New_York	34.5576	-83.7299	434			GA	311		
4181989	Benevolence	benevolence	US		0	America/New_York	31.88183	-84.73464	157			GA	243		
4182018	Bennetts Landing	bennetts-landing	US		0	America/New_York	32.80211	-82.04345	45			GA	165		
4182022	Benning Hills	benning-hills	US		0	America/New_York	32.41209	-84.93521	138			GA	215		
4182024	Benning Park	benning-park	US		0	America/New_York	32.43237	-84.94049	79			GA	215		
4182035	Bent Pine	bent-pine	US		0	America/New_York	33.69455	-84.76466	352			GA	097		
4182038	Bentbrook Farms	bentbrook-farms	US		0	America/New_York	33.52428	-84.47854	268			GA	113		
4182041	Bentgrass Farms	bentgrass-farms	US		0	America/New_York	34.16287	-84.27798	321			GA	121		
4182060	Benton Crossing (historical)	benton-crossing-historical	US		0	America/New_York	33.29568	-83.69128	214			GA	159		
4182066	Bentwood	bentwood	US		0	America/New_York	34.23899	-83.89185	371			GA	139		
4182067	Berckman Hills	berckman-hills	US		0	America/New_York	33.49847	-82.03317	62			GA	245		
4182068	Berckman Villas	berckman-villas	US		0	America/New_York	33.49652	-82.02901	70			GA	245		
4182079	Berginville	berginville	US		0	America/New_York	32.2846	-84.58936	158	Berginville,Burginsville		GA	197		
4182081	Berkeley Hills	berkeley-hills	US		0	America/New_York	33.94399	-84.16964	293			GA	135		
4182083	Berkeley Lake	berkeley-lake	US		2024	America/New_York	33.98371	-84.18658	323			GA	135		
4182088	Berkeley Manor	berkeley-manor	US		0	America/New_York	33.96732	-84.16381	305			GA	135		
4182089	Berkley Hills	berkley-hills	US		0	America/New_York	33.92067	-83.39877	191			GA	059		
4182093	Berkshire (historical)	berkshire-historical	US		0	America/New_York	33.91233	-84.13242	294			GA	135		
4182094	Berkshire Estates	berkshire-estates	US		0	America/New_York	34.26982	-85.12967	207			GA	115		
4182095	Berkshire Woods	berkshire-woods	US		0	America/New_York	31.9616	-81.154	6			GA	051		
4182101	Bermuda	bermuda	US		0	America/New_York	31.48906	-84.49158	58	Bermuda,Leroy		GA	037		
4182102	Bermuda	bermuda	US		0	America/New_York	33.78511	-84.10047	269			GA	089		
4182107	Berner	berner	US		0	America/New_York	33.15485	-83.82851	120	Berner,Frankville		GA	207		
4182111	Berrien (historical)	berrien-historical	US		0	America/New_York	31.17213	-83.49433	78			GA	075		
4182147	Berryhill	berryhill	US		0	America/New_York	34.29593	-85.2694	199	Berry Hill,Berryhill		GA	115		
4182158	Bert (historical)	bert-historical	US		0	America/New_York	34.59649	-83.55267	407			GA	137		
4182162	Berwin	berwin	US		0	America/New_York	34.2962	-85.11773	202	Berwin,Harper,Harper Station		GA	115		
4182165	Berzelia	berzelia	US		0	America/New_York	33.40681	-82.25151	150			GA	073		
4182168	Bessie (historical)	bessie-historical	US		0	America/New_York	33.81485	-82.81098	177			GA	317		
4182264	Bethel (historical)	bethel-historical	US		0	America/New_York	33.36067	-84.56576	252			GA	113		
4182265	Bethel (historical)	bethel-historical	US		0	America/New_York	31.21801	-81.66372	5			GA	127		
4182275	Berwicke	berwicke	US		0	America/New_York	33.88094	-84.35826	283			GA	121		
4182520	Bethesda Woods South	bethesda-woods-south	US		0	America/New_York	33.50789	-84.46159	258			GA	113		
4182643	Bethsaida West	bethsaida-west	US		0	America/New_York	33.56122	-84.48604	269			GA	121		
4182644	Bethsaida Woods	bethsaida-woods	US		0	America/New_York	33.5615	-84.44326	272			GA	063		
4182646	Betts	betts	US		0	America/New_York	32.9518	-84.58743	228			GA	199		
4182660	Betty Mobile Home Park	betty-mobile-home-park	US		0	America/New_York	32.63709	-83.6888	118			GA	153		
4182664	Between	between	US		324	America/New_York	33.81761	-83.8074	293			GA	297		
4182706	Beulah Heights	beulah-heights	US		0	America/New_York	33.73511	-84.35076	302			GA	121		
4182730	Beverly (historical)	beverly-historical	US		0	America/New_York	30.78214	-83.96572	81			GA	275		
4182732	Beverly Estates	beverly-estates	US		0	America/New_York	33.96844	-84.79716	332			GA	223		
4182733	Beverly Heights	beverly-heights	US		0	America/New_York	33.919	-83.4396	214			GA	219		
4182734	Beverly Heights	beverly-heights	US		0	America/New_York	33.51764	-82.05206	89			GA	245		
4182735	Beverly Heights	beverly-heights	US		0	America/New_York	32.52792	-84.8966	120			GA	215		
4182741	Beverly Manor	beverly-manor	US		0	America/New_York	33.47789	-84.49159	267			GA	113		
4182747	Bevinwood	bevinwood	US		0	America/New_York	32.72292	-83.69268	115			GA	021		
4182750	Bexton	bexton	US		0	America/New_York	33.26345	-84.7366	277			GA	077		
4182752	Bibb (historical)	bibb-historical	US		0	America/New_York	33.28429	-83.92324	213			GA	035		
4182753	Bibb City	bibb-city	US		506	America/New_York	32.4957	-84.99188	96			GA	215		
4182785	Bickley	bickley	US		0	America/New_York	31.40548	-82.60292	50			GA	299		
4182988	Big Oak	big-oak	US		0	America/New_York	34.38565	-83.90824	388			GA	139		
4183009	Big Oak	big-oak	US		0	America/New_York	31.06023	-81.93622	3			GA	025		
4183017	Big Shanty Hills	big-shanty-hills	US		0	America/New_York	34.03399	-84.63549	341			GA	067		
4183028	Big Spring (historical)	big-spring-historical	US		0	America/New_York	34.47842	-84.83105	215	Big Spring (historical),Center		GA	129		
4183076	Bill Davis (historical)	bill-davis-historical	US		0	America/New_York	32.99654	-81.8115	77			GA	033		
4183080	Billingwood	billingwood	US		0	America/New_York	32.89597	-83.7299	154			GA	021		
4183089	Billyville	billyville	US		0	America/New_York	30.92551	-81.68233	7	Billysville,Billyville		GA	039		
4183093	Bingham (historical)	bingham-historical	US		0	America/New_York	31.81879	-82.7682	74			GA	161		
4183101	Bio	bio	US		0	America/New_York	34.27372	-82.93542	228			GA	147		
4183109	Birchmore	birchmore	US		0	America/New_York	33.90401	-83.44627	203			GA	219		
4183129	Birdie	birdie	US		0	America/New_York	33.31984	-84.34437	267			GA	255		
4183130	Birds	birds	US		0	America/New_York	32.34075	-81.244	20			GA	103		
4183132	Birdford (historical)	birdford-historical	US		0	America/New_York	31.97548	-81.89401	52			GA	267		
4183135	Birdsong Crossroads	birdsong-crossroads	US		0	America/New_York	32.80875	-84.25714	153	Birdsong Cross Roads,Birdsong Crossroads		GA	293		
4183139	Birdsville	birdsville	US		0	America/New_York	32.87155	-82.0779	74	Birdsville,Birdville		GA	165		
4183146	Birmingham Road Estates	birmingham-road-estates	US		0	America/New_York	34.16232	-84.2952	308			GA	121		
4183151	Biscayne Club	biscayne-club	US		0	America/New_York	33.60567	-84.47298	300			GA	121		
4183178	Biss	biss	US		0	America/New_York	32.58654	-83.84574	127			GA	225		
4183220	Black Forest	black-forest	US		0	America/New_York	33.794	-84.80522	294			GA	223		
4183264	Black Spring	black-spring	US		0	America/New_York	33.09181	-83.1471	161			GA	009		
4183270	Blackbanks	blackbanks	US		0	America/New_York	31.1869	-81.3751	4			GA	127		
4183280	Blackburns Store (historical)	blackburns-store-historical	US		0	America/New_York	31.61934	-84.86437	132			GA	243		
4183281	Blackhawk Hills	blackhawk-hills	US		0	America/New_York	33.80455	-84.53521	283			GA	067		
4183282	Blackjack	blackjack	US		0	America/New_York	33.26956	-84.64993	267			GA	077		
4183304	Blacksboro (historical)	blacksboro-historical	US		0	America/New_York	32.9343	-84.26158	232			GA	293		
4183312	Blackshear Place	blackshear-place	US		0	America/New_York	34.22094	-83.86101	389			GA	139		
4183326	Blackwell Chase	blackwell-chase	US		0	America/New_York	34.04316	-84.51799	292			GA	067		
4183334	Blackwells	blackwells	US		0	America/New_York	33.99482	-84.51799	339	Blackwell,Blackwells		GA	067		
4183347	Blair Heights	blair-heights	US		0	America/New_York	33.72872	-84.68466	294			GA	097		
4183351	Blair Village	blair-village	US		0	America/New_York	33.65761	-84.3702	252			GA	121		
4183362	Blakeford	blakeford	US		0	America/New_York	33.99871	-84.44354	317			GA	067		
4183368	Blakely Woods	blakely-woods	US		0	America/New_York	33.464	-84.43965	276			GA	113		
4183371	Blalock	blalock	US		0	America/New_York	34.89315	-83.5135	608			GA	241		
4183373	Blain Woods	blain-woods	US		0	America/New_York	33.71789	-84.78827	342			GA	097		
4183393	Blanchard Park	blanchard-park	US		0	America/New_York	33.49986	-82.1429	139			GA	073		
4183394	Bland (historical)	bland-historical	US		0	America/New_York	32.516	-81.8915	88			GA	031		
4183401	Blandy	blandy	US		0	America/New_York	33.07542	-83.30516	107			GA	009		
4183410	Blantons Mill	blantons-mill	US		0	America/New_York	33.22068	-84.43437	225			GA	255		
4183411	Blaylock Mill	blaylock-mill	US		0	America/New_York	34.66703	-85.29996	228			GA	295		
4183425	Blevins Acre	blevins-acre	US		0	America/New_York	34.95313	-85.18718	224	Blevins Acre,Blevins Acres		GA	047		
4183426	Blitch	blitch	US		0	America/New_York	32.58961	-81.78233	52			GA	031		
4183430	Blitchton	blitchton	US		0	America/New_York	32.19715	-81.43789	22			GA	029		
4183432	Blanton Acres	blanton-acres	US		0	America/New_York	32.80153	-83.81324	157			GA	021		
4183439	Bloodtown	bloodtown	US		0	America/New_York	34.6262	-84.68882	212			GA	213		
4183452	Bloomfield Estates	bloomfield-estates	US		0	America/New_York	32.79097	-83.71185	115			GA	021		
4183453	Bloomfield Farms	bloomfield-farms	US		0	America/New_York	32.81153	-83.71907	112			GA	021		
4183454	Bloomfield Gardens	bloomfield-gardens	US		0	America/New_York	32.80403	-83.71379	128			GA	021		
4183456	Bloomfield Heights	bloomfield-heights	US		0	America/New_York	32.8007	-83.70491	121			GA	021		
4183457	Bloomfield Park	bloomfield-park	US		0	America/New_York	32.79792	-83.70991	132			GA	021		
4183466	Blossom (historical)	blossom-historical	US		0	America/New_York	33.60011	-84.07464	250			GA	247		
4183484	Blowing Spring	blowing-spring	US		0	America/New_York	34.97424	-85.33746	209	Blowing Spring,Blowing Springs		GA	295		
4183501	Blue Creek Forest	blue-creek-forest	US		0	America/New_York	33.67233	-84.29992	280			GA	089		
4183534	Blue Ridge Manor	blue-ridge-manor	US		0	America/New_York	33.8601	-84.60021	335			GA	067		
4183547	Blue Spring	blue-spring	US		0	America/New_York	34.87647	-85.22384	220			GA	047		
4183554	Blue Spring (historical)	blue-spring-historical	US		0	America/New_York	31.68351	-83.92768	73			GA	321		
4183580	Blue Springs Village Mobile Home Park	blue-springs-village-mobile-home-park	US		0	America/New_York	34.03954	-84.65438	293			GA	067		
4183582	Blueberry Hills	blueberry-hills	US		0	America/New_York	34.36927	-83.8274	347			GA	139		
4183585	Blueridge Mountain Mobile Home Park	blueridge-mountain-mobile-home-park	US		0	America/New_York	33.55928	-84.25159	266			GA	151		
4183588	Bluestone	bluestone	US		0	America/New_York	34.17594	-83.20265	218			GA	195		
4183592	Blueville	blueville	US		0	America/New_York	32.41709	-84.49548	178			GA	197		
4183597	Bluff Creek	bluff-creek	US		0	America/New_York	34.12176	-84.45493	317			GA	057		
4183613	Blufftown (historical)	blufftown-historical	US		0	America/New_York	32.19432	-84.94965	115			GA	259		
4183616	Blun	blun	US		0	America/New_York	32.70127	-82.29707	93			GA	107		
4183617	Blundale	blundale	US		0	America/New_York	32.74821	-82.39124	116			GA	107		
4183620	Blunt (historical)	blunt-historical	US		0	America/New_York	31.28106	-81.66455	4	Blunt (historical),Blunts		GA	127		
4183622	Blystonel	blystonel	US		0	America/New_York	31.53825	-82.85153	64			GA	069		
4183627	Blythe Island	blythe-island	US		0	America/New_York	31.19051	-81.55121	3			GA	127		
4183635	Blume	blume	US		0	America/New_York	33.26015	-82.65791	161			GA	125		
4183667	Bobilin Estates	bobilin-estates	US		0	America/New_York	33.61539	-84.27076	280			GA	063		
4183668	Bobo	bobo	US		0	America/New_York	34.47676	-84.67521	250			GA	129		
4183697	Boggy	boggy	US		0	America/New_York	30.52218	-82.1515	36	Boggy,Olivers Mill		GA	049		
4183728	Bohanon Crossroad	bohanon-crossroad	US		0	America/New_York	33.27067	-84.86771	246			GA	077		
4183735	Bold Springs	bold-springs	US		0	America/New_York	33.90094	-83.80157	282	Bold Spring,Bold Springs,Williamsville		GA	297		
4183740	Bolen	bolen	US		0	America/New_York	31.38993	-82.4643	49			GA	299		
4183762	Bon Ayer	bon-ayer	US		0	America/New_York	32.85819	-83.70074	137			GA	021		
4183765	Bona Bella	bona-bella	US		0	America/New_York	32.0141	-81.06595	7			GA	051		
4183767	Bonair	bonair	US		0	America/New_York	33.52236	-82.04817	85			GA	245		
4183770	Bonaire Heights	bonaire-heights	US		0	America/New_York	33.52208	-82.10429	115			GA	073		
4183771	Bonaire Heights	bonaire-heights	US		0	America/New_York	32.54237	-83.59935	110			GA	153		
4183774	Bonaventure (historical)	bonaventure-historical	US		0	America/New_York	32.04521	-81.05095	2	Bonaventure (historical),Bone Venture		GA	051		
4183785	Bone	bone	US		0	America/New_York	34.2912	-85.33051	195			GA	115		
4183788	Bolman Estates	bolman-estates	US		0	America/New_York	34.21594	-83.78545	347			GA	139		
4183806	Bonners Camp	bonners-camp	US		0	America/New_York	32.45015	-83.74574	111			GA	153		
4183812	Bonnie Brae Subdivision	bonnie-brae-subdivision	US		0	America/New_York	32.48376	-83.79241	126			GA	153		
4183820	Booker Washington Heights	booker-washington-heights	US		0	America/New_York	32.42653	-84.9216	126			GA	215		
4183822	Booker Heights	booker-heights	US		0	America/New_York	30.84603	-83.99378	79			GA	275		
4183841	Boozeville	boozeville	US		0	America/New_York	34.17148	-85.17523	211	Booger Hollow,Boozeville		GA	115		
4183864	Botany Woods	botany-woods	US		0	America/New_York	34.35982	-83.78518	345			GA	139		
4183869	Bottoms	bottoms	US		0	America/New_York	33.10568	-84.41298	263			GA	231		
4183872	Bottsford	bottsford	US		0	America/New_York	31.98072	-84.43797	136	Bodsford,Botsford,Bottsford		GA	261		
4183876	Boulder Park	boulder-park	US		0	America/New_York	33.75288	-84.53271	274			GA	121		
4183877	Boulder Park Estates	boulder-park-estates	US		0	America/New_York	33.78983	-84.6791	310			GA	097		
4183878	Boulder Vista	boulder-vista	US		0	America/New_York	33.80233	-84.57493	305			GA	067		
4183912	Bowden Hills	bowden-hills	US		0	America/New_York	32.87597	-83.56907	138			GA	169		
4183924	Bowen Mill	bowen-mill	US		0	America/New_York	32.24102	-81.83039	34	Bowen Mill,Brown Mill		GA	031		
4183933	Bowens Mill	bowens-mill	US		0	America/New_York	31.84268	-83.20932	54	Bowens Mill,Bowensville		GA	017		
4183950	Bowling Green (historical)	bowling-green-historical	US		0	America/New_York	33.76207	-83.13654	231			GA	221		
4183956	Bowls (historical)	bowls-historical	US		0	America/New_York	34.40926	-84.80077	239			GA	129		
4183965	Box Ankle	box-ankle	US		0	America/New_York	33.11679	-83.97324	175	Box Ankle,Boxankle		GA	207		
4183975	Boxwood Estates	boxwood-estates	US		0	America/New_York	32.47375	-84.93743	88			GA	215		
4183981	Boyd Highlands	boyd-highlands	US		0	America/New_York	34.98119	-85.18134	266			GA	047		
4183994	Boydville	boydville	US		0	America/New_York	30.88158	-84.35518	94			GA	131		
4183995	Boydville	boydville	US		0	America/New_York	34.5401	-83.36628	254	Boydville,Currahee,Currahee Mountain,Young Davis		GA	257		
4184028	Boys Estate	boys-estate	US		0	America/New_York	31.31662	-81.4726	8	Boys Estate,Georgia Boys Estate		GA	127		
4184074	Bradleys (historical)	bradleys-historical	US		0	America/New_York	32.02436	-82.0129	56			GA	267		
4184078	Bradwell Estates	bradwell-estates	US		0	America/New_York	31.8616	-81.5915	21			GA	179		
4184085	Braelinn Courts	braelinn-courts	US		0	America/New_York	33.38345	-84.5641	244			GA	113		
4184086	Braelinn Green	braelinn-green	US		0	America/New_York	33.38067	-84.56298	239			GA	113		
4184088	Braganza	braganza	US		0	America/New_York	31.11828	-82.2529	43			GA	299		
4184089	Bragg	bragg	US		0	America/New_York	33.02375	-83.53656	188			GA	169		
4184095	Brailsford (historical)	brailsford-historical	US		0	America/New_York	31.55105	-81.33177	3			GA	191		
4184098	Bramble Oak	bramble-oak	US		0	America/New_York	34.07982	-84.42326	310			GA	057		
4184099	Bramblewood	bramblewood	US		0	America/New_York	33.67566	-84.15408	246			GA	089		
4184117	Brandington Forest	brandington-forest	US		0	America/New_York	33.784	-84.04408	245			GA	135		
4184120	Brandon Hill	brandon-hill	US		0	America/New_York	33.58067	-84.5291	283			GA	121		
4184124	Brandy Chase	brandy-chase	US		0	America/New_York	33.61761	-84.45993	301			GA	121		
4184126	Brandy Shoals	brandy-shoals	US		0	America/New_York	33.57706	-83.99713	232			GA	217		
4184129	Brannan	brannan	US		0	America/New_York	33.51567	-84.17075	216			GA	151		
4184147	Brannons Branch	brannons-branch	US		0	America/New_York	33.78566	-84.63966	276			GA	097		
4184164	Branton Woods	branton-woods	US		0	America/New_York	32.4882	-84.89521	95			GA	215		
4184180	Braswell	braswell	US		71	America/New_York	33.76012	-83.55406	238			GA	211		
4184181	Braswell	braswell	US		388	America/New_York	33.98927	-84.963	355			GA	223		
4184188	Braswell Corners	braswell-corners	US		0	America/New_York	34.00871	-84.87633	293			GA	223		
4184198	Bray (historical)	bray-historical	US		0	America/New_York	30.85937	-83.25821	63			GA	185		
4184204	Brays Lakeview	brays-lakeview	US		0	America/New_York	33.14762	-84.97133	211	Bray's Lakeview,Brays Lakeview		GA	285		
4184221	Breeze Hill Estates	breeze-hill-estates	US		0	America/New_York	34.10954	-84.52493	321			GA	057		
4184231	Brenda View	brenda-view	US		0	America/New_York	33.81094	-84.61104	287			GA	067		
4184246	Brewer (historical)	brewer-historical	US		0	America/New_York	31.67855	-81.68261	21			GA	183		
4184255	Brewers (historical)	brewers-historical	US		0	America/New_York	34.00843	-85.10967	253			GA	233		
4184275	Brians Chase	brians-chase	US		0	America/New_York	32.45351	-81.74844	68			GA	031		
4184286	Briar Lakes	briar-lakes	US		0	America/New_York	33.90762	-83.48794	227			GA	219		
4184295	Briarcreek Estates	briarcreek-estates	US		0	America/New_York	33.04762	-85.16383	221			GA	285		
4184297	Briargate	briargate	US		0	America/New_York	33.54317	-84.38548	273			GA	063		
4184298	Briarhill	briarhill	US		0	America/New_York	33.47706	-84.5716	295			GA	113		
4184300	Briarpatch	briarpatch	US		0	America/New_York	33.63206	-83.81935	244			GA	217		
4184301	Briarwood	briarwood	US		0	America/New_York	33.58067	-84.44354	277			GA	063		
4184302	Briarwood	briarwood	US		0	America/New_York	33.52597	-82.1054	110			GA	073		
4184303	Briarwood	briarwood	US		0	America/New_York	33.41678	-84.69577	286			GA	077		
4184304	Briarwood	briarwood	US		0	America/New_York	34.22344	-83.87184	372			GA	139		
4184305	Briarwood	briarwood	US		0	America/New_York	32.79042	-83.70185	112			GA	021		
4184306	Briarwood	briarwood	US		0	America/New_York	32.47264	-84.94882	95			GA	215		
4184308	Briarwood Acres	briarwood-acres	US		0	America/New_York	33.48595	-84.60437	281			GA	113		
4184310	Briarwood Estates	briarwood-estates	US		0	America/New_York	33.55817	-85.11022	327			GA	045		
4184312	Briarwood Park	briarwood-park	US		0	America/New_York	33.43817	-84.41965	263			GA	113		
4184324	Brickhouse	brickhouse	US		0	America/New_York	33.77513	-82.8107	195			GA	317		
4184326	Briar Glen	briar-glen	US		0	America/New_York	33.68483	-84.2527	240			GA	089		
4184328	Brickston	brickston	US		0	America/New_York	31.61244	-81.49011	4	Brickston,Brickstone		GA	191		
4184349	Bridgeboro	bridgeboro	US		0	America/New_York	31.40157	-83.9749	127			GA	321		
4184353	Bridgeman	bridgeman	US		0	America/New_York	32.83153	-83.56573	128			GA	021		
4184355	Bridger Point	bridger-point	US		0	America/New_York	33.41289	-84.51271	275			GA	113		
4184356	Bridges	bridges	US		0	America/New_York	31.85295	-83.86518	85			GA	081		
4184360	Bridges Crossroad	bridges-crossroad	US		0	America/New_York	31.766	-84.3538	105			GA	273		
4184369	Bridgetown	bridgetown	US		0	America/New_York	31.43659	-83.05654	76			GA	069		
4184372	Bridgewood	bridgewood	US		0	America/New_York	33.56039	-84.21714	229			GA	151		
4184380	Brier Creek Landing	brier-creek-landing	US		0	America/New_York	32.78211	-81.43149	15	Briar Creek Landing,Brier Creek Landing		GA	251		
4184385	Brierwood	brierwood	US		0	America/New_York	31.56879	-84.08602	59			GA	095		
4184387	Briggston	briggston	US		0	America/New_York	30.72159	-83.30571	58			GA	185		
4184390	Bright Star	bright-star	US		0	America/New_York	33.70344	-84.79188	337			GA	097		
4184398	Brighton Heights	brighton-heights	US		0	America/New_York	33.05263	-83.95269	214			GA	207		
4184399	Brighton Mills	brighton-mills	US		0	America/New_York	33.05152	-83.95352	212			GA	207		
4184412	Brinson Crossing	brinson-crossing	US		0	America/New_York	33.21042	-82.35985	124			GA	163		
4184420	Brisbon	brisbon	US		0	America/New_York	31.91715	-81.30622	3			GA	029		
4184422	Briscoe (historical)	briscoe-historical	US		0	America/New_York	34.08926	-85.23967	238			GA	233		
4184429	Bristol Downs	bristol-downs	US		0	America/New_York	33.91399	-84.01963	287			GA	135		
4184430	Bristol Forest	bristol-forest	US		0	America/New_York	32.85764	-83.58268	120			GA	021		
4184431	Bristol Hammock	bristol-hammock	US		0	America/New_York	30.82246	-81.63455	3			GA	039		
4184435	Bristol Wood	bristol-wood	US		0	America/New_York	33.51097	-82.05401	86			GA	245		
4184436	Britain Estates	britain-estates	US		0	America/New_York	33.88623	-83.37683	183			GA	219		
4184446	Brittany Forest	brittany-forest	US		0	America/New_York	33.61039	-84.46048	300			GA	121		
4184454	Broad	broad	US		0	America/New_York	33.94706	-82.70653	160			GA	317		
4184455	Broad Acres	broad-acres	US		0	America/New_York	33.95484	-83.39266	226			GA	059		
4184475	Broadacres Homes	broadacres-homes	US		0	America/New_York	33.95345	-83.39627	213			GA	059		
4184476	Broadfield	broadfield	US		0	America/New_York	31.30717	-81.46177	6			GA	127		
4184477	Broadhurst	broadhurst	US		0	America/New_York	31.47411	-81.91734	17			GA	305		
4184479	Broadmoor	broadmoor	US		0	America/New_York	32.41126	-84.97104	72			GA	215		
4184480	Broadnax	broadnax	US		0	America/New_York	34.40982	-83.96296	366			GA	139		
4184482	Brobston	brobston	US		0	America/New_York	31.26023	-81.55788	4			GA	127		
4184500	Brogdon	brogdon	US		0	America/New_York	33.53095	-84.51298	301			GA	113		
4184504	Bromley Estates	bromley-estates	US		0	America/New_York	33.81122	-84.79022	299			GA	223		
4184515	Brook Forest Mobile Home Park	brook-forest-mobile-home-park	US		0	America/New_York	33.804	-84.62993	269			GA	097		
4184516	Brook Glen	brook-glen	US		0	America/New_York	33.67289	-84.2352	264			GA	089		
4184517	Brook Hollow	brook-hollow	US		0	America/New_York	33.82233	-84.19297	317			GA	089		
4184519	Brook Springs	brook-springs	US		0	America/New_York	32.97071	-82.94598	72			GA	303		
4184520	Brookcliff	brookcliff	US		0	America/New_York	33.44317	-84.48798	254			GA	113		
4184526	Brookfield West	brookfield-west	US		0	America/New_York	34.07899	-84.39854	318			GA	121		
4184527	Brookfield West	brookfield-west	US		0	America/New_York	33.52069	-82.05984	102			GA	245		
4184529	Brookfield Woods	brookfield-woods	US		0	America/New_York	33.64122	-84.19575	232			GA	151		
4184538	Brookhollow	brookhollow	US		0	America/New_York	31.56573	-84.25352	58			GA	095		
4184546	Brookman	brookman	US		0	America/New_York	31.19106	-81.659	4			GA	127		
4184551	Bronco	bronco	US		0	America/New_York	34.66008	-85.34274	231	Bronco,Sylvan Bower		GA	295		
4184568	Brooks Farm	brooks-farm	US		0	America/New_York	33.94455	-84.73744	344			GA	223		
4184580	Brooks Manor	brooks-manor	US		0	America/New_York	33.58011	-84.42632	275			GA	063		
4184587	Brooks Estates	brooks-estates	US		0	America/New_York	33.93288	-84.75549	330			GA	223		
4184589	Brookside Village	brookside-village	US		0	America/New_York	33.80427	-84.51715	238			GA	067		
4184590	Brookstone	brookstone	US		0	America/New_York	33.90262	-83.3346	210			GA	059		
4184591	Brookstone	brookstone	US		0	America/New_York	33.75983	-84.64799	281			GA	097		
4184592	Brookstone	brookstone	US		0	America/New_York	32.53292	-84.98521	132			GA	215		
4184593	Brookstone Estates	brookstone-estates	US		0	America/New_York	33.05985	-85.00688	236			GA	285		
4184597	Brookvale Estates	brookvale-estates	US		0	America/New_York	34.97146	-85.23468	212			GA	047		
4184598	Brookview	brookview	US		0	America/New_York	32.00438	-81.07428	6			GA	051		
4184600	Brookview Estates	brookview-estates	US		0	America/New_York	32.52097	-84.88049	98			GA	215		
4184612	Brookwood Acres	brookwood-acres	US		0	America/New_York	33.78122	-84.66243	294			GA	097		
4184616	Brookwood East	brookwood-east	US		0	America/New_York	33.55289	-83.78101	222			GA	217		
4184617	Brookwood Estates	brookwood-estates	US		0	America/New_York	34.07927	-84.61327	299			GA	057		
4184618	Brookwood Estates	brookwood-estates	US		0	America/New_York	33.89595	-83.46627	218			GA	219		
4184620	Brookwood Hills	brookwood-hills	US		0	America/New_York	33.80788	-84.3902	265			GA	121		
4184621	Brookwood Hills	brookwood-hills	US		0	America/New_York	32.85875	-83.67296	139			GA	021		
4184623	Brookwood Manor	brookwood-manor	US		0	America/New_York	33.88066	-84.03547	311			GA	135		
4184634	Broom Hall	broom-hall	US		0	America/New_York	33.34845	-84.45409	258			GA	113		
4184636	Broomtown (historical)	broomtown-historical	US		0	America/New_York	34.53397	-85.41413	223			GA	055		
4184656	Brown Bridge Square	brown-bridge-square	US		0	America/New_York	33.58067	-83.93185	214			GA	217		
4184690	Brown Hill	brown-hill	US		0	America/New_York	32.55238	-83.26044	128			GA	023		
4184722	Brown Mill	brown-mill	US		0	America/New_York	34.92397	-84.24631	513			GA	111		
4184743	Brown Subdivision	brown-subdivision	US		0	America/New_York	33.74872	-84.69438	345			GA	097		
4184745	Browndale	browndale	US		0	America/New_York	32.30516	-83.5874	109			GA	235		
4184756	Brownlee	brownlee	US		0	America/New_York	30.87075	-84.17268	78			GA	131		
4184759	Browns (historical)	browns-historical	US		0	America/New_York	34.13121	-84.8705	202			GA	015		
4184792	Browns Mill	browns-mill	US		0	America/New_York	33.68594	-84.38243	269			GA	121		
4184794	Browns Mill Lake	browns-mill-lake	US		0	America/New_York	33.63955	-84.11353	232			GA	089		
4184804	Brownsand	brownsand	US		0	America/New_York	32.5732	-84.44214	211			GA	263		
4184811	Brownwood Acres	brownwood-acres	US		0	America/New_York	33.54344	-84.19853	238			GA	151		
4184816	Browns Crossing	browns-crossing	US		0	America/New_York	33.04736	-83.35738	110	Browns,Browns Crossing,Browns Station		GA	009		
4184817	Broxton Woods	broxton-woods	US		0	America/New_York	33.9276	-84.01408	301			GA	135		
4185361	Burnt Mountain Estates	burnt-mountain-estates	US		0	America/New_York	34.5462	-84.37214	858			GA	227		
4185371	Burris Crossroads	burris-crossroads	US		0	America/New_York	34.33009	-84.48743	408			GA	057		
4185372	Burroughs	burroughs	US		0	America/New_York	31.97493	-81.24761	4			GA	051		
4184858	Brunswick Villa	brunswick-villa	US		0	America/New_York	31.18356	-81.49343	4			GA	127		
4184880	Brushy Creek (historical)	brushy-creek-historical	US		0	America/New_York	33.19681	-82.22012	78			GA	033		
4184913	Bryan Mill	bryan-mill	US		0	America/New_York	34.89786	-84.17241	554			GA	111		
4184914	Bryan Neck (historical)	bryan-neck-historical	US		0	America/New_York	31.92521	-81.30539	4			GA	029		
4184922	Bryan Village	bryan-village	US		0	America/New_York	31.89188	-81.59289	26			GA	179		
4184951	Bryants Mill (historical)	bryants-mill-historical	US		0	America/New_York	34.19815	-85.08356	189			GA	115		
4184956	Brynwood	brynwood	US		0	America/New_York	33.49652	-82.05067	75			GA	245		
4184963	Buchanan (historical)	buchanan-historical	US		0	America/New_York	33.91538	-84.26353	321			GA	089		
4185000	Buck Creek (historical)	buck-creek-historical	US		0	America/New_York	33.61261	-85.11217	317			GA	045		
4185044	Buckhead (historical)	buckhead-historical	US		0	America/New_York	33.20792	-83.19293	135			GA	141		
4185063	Buckhorn Tavern	buckhorn-tavern	US		0	America/New_York	34.52315	-84.03741	465			GA	187		
4185072	Bucktown	bucktown	US		0	America/New_York	33.47483	-85.2905	294			GA	045		
4185074	Budapest	budapest	US		0	America/New_York	33.71511	-85.21801	415			GA	143		
4185082	Buena Vista Heights	buena-vista-heights	US		0	America/New_York	32.45959	-84.89604	133			GA	215		
4185087	Buff (historical)	buff-historical	US		0	America/New_York	34.58675	-84.78799	217			GA	129		
4185097	Buffalo Ranch	buffalo-ranch	US		0	America/New_York	33.47236	-82.14179	139			GA	073		
4185103	Buffington	buffington	US		0	America/New_York	34.24148	-84.42076	368	Buffington,Fort Buffington		GA	057		
4185118	Buford Horizons Mobile Home Park	buford-horizons-mobile-home-park	US		0	America/New_York	34.07621	-84.00352	314			GA	135		
4185198	Bullhead Bluff	bullhead-bluff	US		0	America/New_York	30.88551	-81.84567	2	Bull-Head Bluff,Bullhead Bluff,Bulls Head Bluff		GA	039		
4185207	Bulloch Crossroads	bulloch-crossroads	US		0	America/New_York	32.87319	-84.63243	269			GA	199		
4185210	Bullochville (historical)	bullochville-historical	US		0	America/New_York	32.89346	-84.65326	279			GA	199		
4185239	Burch Grant	burch-grant	US		0	America/New_York	33.39986	-82.04401	85			GA	245		
4185246	Burdett (historical)	burdett-historical	US		0	America/New_York	33.31817	-84.35131	263			GA	255		
4185292	Burkshire	burkshire	US		0	America/New_York	33.61678	-84.30548	278			GA	063		
4185310	Burney Hill	burney-hill	US		0	America/New_York	31.1663	-83.5285	75			GA	075		
4185314	Burnham Woods	burnham-woods	US		0	America/New_York	33.38762	-84.55021	264			GA	113		
4185315	Burning Bush	burning-bush	US		0	America/New_York	34.89869	-85.21468	224			GA	047		
4185332	Burnside View	burnside-view	US		0	America/New_York	31.92716	-81.08178	1			GA	051		
4185337	Burnt Creek	burnt-creek	US		0	America/New_York	33.91288	-84.11741	281			GA	135		
4185344	Burnt Hickory Acres	burnt-hickory-acres	US		0	America/New_York	33.96732	-84.85716	273			GA	223		
4185347	Burnt Hickory Estates	burnt-hickory-estates	US		0	America/New_York	33.79622	-84.7166	280			GA	097		
4185348	Burnt Hickory Farms	burnt-hickory-farms	US		0	America/New_York	33.80788	-84.71771	293			GA	067		
4185349	Burnt Hickory Farms	burnt-hickory-farms	US		0	America/New_York	34.05288	-84.82216	307			GA	223		
4185350	Burnt Hickory Hills	burnt-hickory-hills	US		0	America/New_York	34.21037	-84.83661	242			GA	015		
4185352	Burnt Hickory Ridge Estates	burnt-hickory-ridge-estates	US		0	America/New_York	34.03871	-84.833	290			GA	223		
4185358	Burnt Fort	burnt-fort	US		0	America/New_York	30.94551	-81.89817	7	Burnt Fort,Burntfort		GA	039		
4185380	Burton Junction (historical)	burton-junction-historical	US		0	America/New_York	34.80343	-83.42794	514			GA	241		
4185385	Burton Terrace	burton-terrace	US		0	America/New_York	31.20633	-81.99095	19			GA	025		
4185388	Burtons Ferry Landing	burtons-ferry-landing	US		0	America/New_York	32.93683	-81.504	20	Burtons Ferry,Burtons Ferry Landing		GA	251		
4185391	Burtsboro	burtsboro	US		0	America/New_York	34.47843	-84.08963	482			GA	187		
4185436	Bussey Crossroads	bussey-crossroads	US		0	America/New_York	32.87708	-84.64409	281	Bullock Crossroads,Bussey,Bussey Crossroads,Busseys Crossroads		GA	199		
4185450	Butler Estates	butler-estates	US		0	America/New_York	33.42292	-82.01539	42			GA	245		
4185453	Butler Manor	butler-manor	US		0	America/New_York	33.40708	-82.09179	89			GA	245		
4185460	Butler Subdivision	butler-subdivision	US		0	America/New_York	31.56406	-84.07796	57			GA	095		
4185482	Butts	butts	US		0	America/New_York	32.726	-82.02623	76			GA	165		
4185525	Byne Crossroads	byne-crossroads	US		0	America/New_York	31.69767	-84.21935	73			GA	177		
4185542	Byers Crossroads	byers-crossroads	US		0	America/New_York	33.52761	-84.86216	263			GA	045		
4185574	Cabaniss	cabaniss	US		0	America/New_York	33.15346	-83.87935	174	Cabaniss,Gullettsville,New Market		GA	207		
4185584	Cabbage Town	cabbage-town	US		0	America/New_York	33.74816	-84.36659	301			GA	121		
4185585	Cabin Bluff	cabin-bluff	US		0	America/New_York	30.8894	-81.51649	1			GA	039		
4185597	Cackle Corner	cackle-corner	US		0	America/New_York	33.58594	-84.71021	259			GA	121		
4185606	Cadley	cadley	US		0	America/New_York	33.53375	-82.65958	169			GA	301		
4185615	Cagle	cagle	US		0	America/New_York	34.39676	-84.43298	362			GA	227		
4185625	Cain Manor	cain-manor	US		0	America/New_York	34.05621	-83.92907	348			GA	135		
4185629	Cains Courthouse (historical)	cains-courthouse-historical	US		0	America/New_York	34.07399	-83.83295	309			GA	013		
4185641	Caldwell (historical)	caldwell-historical	US		0	America/New_York	33.86594	-84.16714	286			GA	135		
4185642	Caldwell (historical)	caldwell-historical	US		0	America/New_York	34.87315	-83.87963	631			GA	291		
4185650	Caleb	caleb	US		0	America/New_York	33.78261	-84.01213	291			GA	135		
4185652	Calebs Meadows	calebs-meadows	US		0	America/New_York	33.38539	-84.42493	269			GA	113		
4185667	Calgary Place	calgary-place	US		0	America/New_York	33.36123	-84.54854	237			GA	113		
4185710	Callaway Mill	callaway-mill	US		0	America/New_York	34.83313	-85.06023	247			GA	313		
4185720	Callier Springs Heights	callier-springs-heights	US		0	America/New_York	34.22648	-85.14106	230			GA	115		
4185725	Calloway Woods	calloway-woods	US		0	America/New_York	33.51514	-82.15262	111			GA	073		
4185729	Calumet West	calumet-west	US		0	America/New_York	33.98066	-84.67716	286			GA	067		
4185730	Calumet Woods	calumet-woods	US		0	America/New_York	34.0301	-84.67382	286			GA	067		
4185830	Cambria Hills	cambria-hills	US		0	America/New_York	34.07232	-84.58466	335			GA	067		
4185832	Cambridge Estates	cambridge-estates	US		0	America/New_York	33.94121	-84.32048	304			GA	089		
4185833	Cambridge Estates	cambridge-estates	US		0	America/New_York	33.30817	-84.40965	238			GA	113		
4185834	Cambridge Forest	cambridge-forest	US		0	America/New_York	33.62706	-83.87741	239			GA	217		
4185836	Cambridge Square	cambridge-square	US		0	America/New_York	33.90927	-84.26242	321			GA	089		
4185845	Camellia Heights	camellia-heights	US		0	America/New_York	34.28649	-83.79212	390			GA	139		
4185846	Camellia Terrace	camellia-terrace	US		0	America/New_York	32.03993	-81.05761	3			GA	051		
4185847	Camelot	camelot	US		0	America/New_York	32.86125	-83.77768	141			GA	021		
4185848	Camelot	camelot	US		0	America/New_York	33.98234	-83.44405	222			GA	059		
4185849	Camelot	camelot	US		0	America/New_York	33.55928	-84.37881	268			GA	063		
4185850	Camelot	camelot	US		0	America/New_York	32.50597	-84.92493	111			GA	215		
4185851	Camelot Club	camelot-club	US		0	America/New_York	33.60289	-84.47465	289			GA	121		
4185854	Cameo (historical)	cameo-historical	US		0	America/New_York	32.8843	-84.8191	243			GA	199		
4185857	Cameron Cove	cameron-cove	US		0	America/New_York	33.09734	-85.07022	207			GA	285		
4185860	Cameron Point	cameron-point	US		0	America/New_York	34.30343	-83.90268	360			GA	139		
4185861	Camerons Crossing	camerons-crossing	US		0	America/New_York	33.78677	-84.59993	287			GA	067		
4185889	Cameron Glen	cameron-glen	US		0	America/New_York	33.9151	-84.42993	290			GA	121		
4185946	Camp Creek Estates	camp-creek-estates	US		0	America/New_York	33.56678	-84.43187	262			GA	063		
4185947	Camp Creek Estates	camp-creek-estates	US		0	America/New_York	33.39401	-84.54715	260			GA	113		
4185948	Camp Creek Estates	camp-creek-estates	US		0	America/New_York	33.85594	-84.11936	307			GA	135		
4186011	Camp Pinkney (historical)	camp-pinkney-historical	US		0	America/New_York	30.83745	-81.97595	21			GA	049		
4186023	Camp Sherwood	camp-sherwood	US		0	America/New_York	31.59796	-83.86657	101			GA	321		
4186037	Camp Valley Estates	camp-valley-estates	US		0	America/New_York	33.5765	-84.45632	277			GA	063		
4186045	Campagne (historical)	campagne-historical	US		0	America/New_York	34.97787	-83.8174	613			GA	281		
4186046	Campania	campania	US		0	America/New_York	33.41069	-82.29012	161			GA	073		
4186047	Campbell (historical)	campbell-historical	US		0	America/New_York	33.08208	-83.60823	188			GA	169		
4186071	Campground School Estates	campground-school-estates	US		0	America/New_York	33.85649	-84.83466	326			GA	223		
4186084	Canaan Heights	canaan-heights	US		0	America/New_York	33.90844	-84.80049	324			GA	223		
4186086	Canaan Woods	canaan-woods	US		0	America/New_York	33.69733	-84.58271	269			GA	121		
4186096	Canal Lake	canal-lake	US		0	America/New_York	34.89536	-83.99797	562			GA	291		
4186118	Candlestick	candlestick	US		0	America/New_York	32.53292	-84.92604	128			GA	215		
4186119	Candlewood Crossing	candlewood-crossing	US		0	America/New_York	33.52541	-82.09984	110			GA	073		
4186125	Cane Creek	cane-creek	US		0	America/New_York	34.57204	-84.01186	418			GA	187		
4186178	Cannafax Mobile Home Park	cannafax-mobile-home-park	US		0	America/New_York	31.76881	-82.33763	62			GA	001		
4186183	Cannon Heights	cannon-heights	US		0	America/New_York	34.76758	-84.96022	249			GA	313		
4186188	Cannongate Acres	cannongate-acres	US		0	America/New_York	33.44873	-84.64993	287			GA	077		
4186190	Cannon Crossing	cannon-crossing	US		0	America/New_York	34.95369	-85.27829	254			GA	295		
4186196	Canoe	canoe	US		0	America/New_York	32.41962	-82.14123	57			GA	043		
4186202	Canoochee	canoochee	US		71	America/New_York	32.67211	-82.17901	108			GA	107		
4186212	Canterbury Woods	canterbury-woods	US		0	America/New_York	33.57233	-84.28742	275			GA	063		
4186230	Capel	capel	US		0	America/New_York	30.97324	-84.19851	97			GA	131		
4186239	Capitol Homes	capitol-homes	US		0	America/New_York	33.74733	-84.38548	306			GA	121		
4186240	Capitol View	capitol-view	US		0	America/New_York	33.71677	-84.41326	315			GA	121		
4186247	Capstan (historical)	capstan-historical	US		0	America/New_York	33.21706	-85.06522	224			GA	149		
4186250	Captains Quarters	captains-quarters	US		0	America/New_York	33.73066	-84.73299	338			GA	097		
4186251	Captolo	captolo	US		0	America/New_York	32.62545	-81.59705	57	Captola,Captolo		GA	251		
4186255	Caramore	caramore	US		0	America/New_York	33.46706	-84.62215	265			GA	113		
4186257	Cardell	cardell	US		0	America/New_York	33.7865	-84.53882	245			GA	067		
4186268	Cardinal Lake Estates	cardinal-lake-estates	US		0	America/New_York	33.98066	-84.13575	286			GA	135		
4186269	Cardinal Ridge	cardinal-ridge	US		0	America/New_York	32.52931	-83.70407	111			GA	153		
4186270	Cardinal Woods	cardinal-woods	US		0	America/New_York	34.11093	-84.52965	310			GA	057		
4186274	Carey Park	carey-park	US		0	America/New_York	33.78372	-84.47187	300			GA	121		
4186279	Carl	carl	US		216	America/New_York	34.00566	-83.81129	329	Carl,Dillards Cross Roads		GA	013		
4186286	Carlan	carlan	US		0	America/New_York	34.33427	-83.40044	257	Carlan,Curlan		GA	011		
4186291	Carlier Springs (historical)	carlier-springs-historical	US		0	America/New_York	34.20148	-85.11412	253	Carlier Springs (historical),LeHardy Springs		GA	115		
4186292	Carling (historical)	carling-historical	US		0	America/New_York	33.0557	-83.23849	121			GA	009		
4186293	Carlisle (historical)	carlisle-historical	US		0	America/New_York	34.55009	-84.59688	346			GA	123		
4186294	Carlisle Acres	carlisle-acres	US		0	America/New_York	34.04399	-84.47799	331			GA	067		
4186306	Carlton Woods	carlton-woods	US		0	America/New_York	33.53067	-84.6741	299			GA	121		
4186309	Carmel Chase	carmel-chase	US		0	America/New_York	33.71566	-84.70216	288			GA	097		
4186311	Carmel East	carmel-east	US		0	America/New_York	33.92233	-83.97574	318			GA	135		
4186312	Carmel Farms	carmel-farms	US		0	America/New_York	33.714	-84.69771	283			GA	097		
4186316	Carmichael Crossroads	carmichael-crossroads	US		0	America/New_York	34.21232	-84.39659	331			GA	057		
4186324	Carne (historical)	carne-historical	US		0	America/New_York	32.32156	-83.27655	114			GA	091		
4186341	Carnegie Place	carnegie-place	US		0	America/New_York	33.50845	-84.42743	265			GA	113		
4186355	Carnigan	carnigan	US		0	America/New_York	31.43439	-81.39399	5	Carnigan,Connegan		GA	191		
4186358	Carns Mill	carns-mill	US		0	America/New_York	34.52592	-84.50854	334			GA	227		
4186360	Carnes Creek	carnes-creek	US		0	America/New_York	34.53732	-83.3285	269			GA	257		
4186361	Carolina (historical)	carolina-historical	US		0	America/New_York	33.99177	-84.15297	330			GA	135		
4186363	Caroline Park	caroline-park	US		0	America/New_York	32.51459	-84.97688	126			GA	215		
4186368	Carr Corners (historical)	carr-corners-historical	US		0	America/New_York	32.91876	-83.22349	123			GA	319		
4186377	Carrefour Place	carrefour-place	US		0	America/New_York	33.86955	-84.15158	307			GA	135		
4186378	Carriage Court	carriage-court	US		0	America/New_York	33.47597	-82.0429	121			GA	245		
4186379	Carriage Estates	carriage-estates	US		0	America/New_York	32.46959	-84.93604	76			GA	215		
4186380	Carriage Gate	carriage-gate	US		0	America/New_York	34.01593	-84.14269	310			GA	135		
4186381	Carriage Hills	carriage-hills	US		0	America/New_York	33.93539	-83.35266	194			GA	059		
4186382	Carriage Lakes	carriage-lakes	US		0	America/New_York	34.03066	-84.40687	299			GA	067		
4186383	Carriage Trace	carriage-trace	US		0	America/New_York	33.57955	-84.2302	241			GA	151		
4186387	Carrington Chase	carrington-chase	US		0	America/New_York	33.89788	-84.75938	337			GA	223		
4186395	Carol Woods	carol-woods	US		0	America/New_York	33.59178	-84.32298	277			GA	063		
4186403	Carroll Heights	carroll-heights	US		0	America/New_York	33.77372	-84.51132	255			GA	121		
4186424	Carrols Crossing	carrols-crossing	US		0	America/New_York	34.0826	-84.04658	353	Carrols Crossing,Carrols Crossroads,Old Suwanee		GA	135		
4186450	Cartecay	cartecay	US		0	America/New_York	34.62648	-84.38353	516	Cartecay,Carticary,Carticay,Cartikee,Corteca,Cortikeyeh,Cross Road,Cross Roads,Kantika,Kautokey		GA	123		
4186459	Carter Acres	carter-acres	US		0	America/New_York	32.4082	-84.96632	69			GA	215		
4186510	Carters	carters	US		0	America/New_York	34.60897	-84.69299	209	Carters,Carters Quarters,Coosawattee,Rock Spring		GA	213		
4186518	Carters Grove	carters-grove	US		0	America/New_York	33.69346	-82.9432	189	Carters Grove,Combs		GA	265		
4186547	Caruso	caruso	US		0	America/New_York	33.32984	-84.28715	279			GA	255		
4186548	Caruthers Mill	caruthers-mill	US		0	America/New_York	33.88012	-83.59294	219			GA	297		
4186556	Carver Heights	carver-heights	US		0	America/New_York	32.46181	-84.95104	88			GA	215		
4186573	Carver Village	carver-village	US		0	America/New_York	32.07076	-81.12039	5			GA	051		
4186579	Casa Bella	casa-bella	US		0	America/New_York	33.51902	-82.10234	115			GA	073		
4186580	Casa Linda	casa-linda	US		0	America/New_York	33.50791	-82.09762	115			GA	073		
4186587	Cascade Heights	cascade-heights	US		0	America/New_York	33.72233	-84.46326	313			GA	121		
4186589	Cascade Hills	cascade-hills	US		0	America/New_York	32.50931	-84.9841	141			GA	215		
4186593	Cascade Woods	cascade-woods	US		0	America/New_York	34.26205	-83.87379	373			GA	139		
4186648	Castile Cove	castile-cove	US		0	America/New_York	33.59594	-84.45521	276			GA	063		
4186649	Castilian Heights	castilian-heights	US		0	America/New_York	33.63539	-84.49493	310			GA	121		
4186651	Castle Courts	castle-courts	US		0	America/New_York	33.92955	-84.05352	275			GA	135		
4186652	Castle Cove	castle-cove	US		0	America/New_York	34.24676	-85.23356	222			GA	115		
4186662	Castlegate	castlegate	US		0	America/New_York	32.88292	-83.73824	139			GA	021		
4186663	Castlegate	castlegate	US		0	America/New_York	33.58928	-84.45659	296			GA	063		
4186664	Castlegate East	castlegate-east	US		0	America/New_York	33.60983	-85.03411	336			GA	045		
4186666	Castlewood Estates	castlewood-estates	US		0	America/New_York	33.789	-84.5316	244			GA	067		
4186667	Castlewood Mobile Home Park	castlewood-mobile-home-park	US		0	America/New_York	33.80372	-84.09103	271			GA	135		
4186682	Catalina Beach Estates	catalina-beach-estates	US		0	America/New_York	31.60656	-84.12074	64			GA	095		
4186690	Catfish Acres	catfish-acres	US		0	America/New_York	30.76885	-81.6901	5			GA	039		
4186716	Catoosa Springs	catoosa-springs	US		0	America/New_York	34.91397	-85.0555	247			GA	047		
4186735	Cauthen	cauthen	US		0	America/New_York	34.054	-82.82264	154			GA	105		
4186781	Cedar Cliff	cedar-cliff	US		0	America/New_York	34.98065	-83.79323	605			GA	281		
4186828	Cedar Crest Plantation	cedar-crest-plantation	US		0	America/New_York	34.05427	-84.74494	236			GA	223		
4186829	Cedar Crossing	cedar-crossing	US		0	America/New_York	32.02575	-82.40791	67			GA	279		
4186838	Cedar Grove Acres	cedar-grove-acres	US		0	America/New_York	33.65705	-84.31659	271			GA	089		
4186870	Cedar Hammock	cedar-hammock	US		0	America/New_York	31.97494	-81.08344	5			GA	051		
4186875	Cedar Heights	cedar-heights	US		0	America/New_York	31.56184	-84.16463	57			GA	095		
4186881	Cedar Hill Estates	cedar-hill-estates	US		0	America/New_York	33.56622	-84.4177	283			GA	063		
4186887	Cedar Hills	cedar-hills	US		0	America/New_York	32.42876	-84.91743	119			GA	215		
4186888	Cedar Hills	cedar-hills	US		0	America/New_York	33.86262	-83.41627	224			GA	219		
4186902	Cedar Mill Crossing	cedar-mill-crossing	US		0	America/New_York	34.11677	-84.63604	296			GA	057		
4186921	Cedar Rock	cedar-rock	US		0	America/New_York	33.50264	-82.61541	155			GA	301		
4186929	Cedar Shoals Estates	cedar-shoals-estates	US		0	America/New_York	33.91512	-83.32043	220			GA	059		
4186945	Cedar Trace	cedar-trace	US		0	America/New_York	33.33734	-84.85966	245			GA	077		
4186954	Cedarpark	cedarpark	US		0	America/New_York	31.97546	-82.83737	76	Cedar Park,Cedarpark		GA	271		
4186960	Cedarwood	cedarwood	US		0	America/New_York	33.55289	-85.09244	310			GA	045		
4187007	Center Green	center-green	US		0	America/New_York	33.38567	-84.56521	250			GA	113		
4187008	Center Grove	center-grove	US		0	America/New_York	34.78897	-85.2194	278			GA	295		
4187038	Center Post	center-post	US		0	America/New_York	34.60814	-85.35301	218	Center Post,Centre Post,Duck Creek		GA	295		
4187051	Centerside	centerside	US		0	America/New_York	34.51815	-83.73518	448			GA	311		
4187510	Cheney (historical)	cheney-historical	US		0	America/New_York	34.39426	-85.31246	264			GA	055		
4187058	Centerville (historical)	centerville-historical	US		0	America/New_York	30.84301	-81.96873	10	Center Village,Centerville (historical),Centre Village		GA	049		
4187059	Centerville (historical)	centerville-historical	US		0	America/New_York	34.34787	-84.31048	327			GA	057		
4187062	Cenchat	cenchat	US		0	America/New_York	34.91285	-85.34579	218	Cenchant,Cenchat		GA	295		
4187111	Central Grove (historical)	central-grove-historical	US		0	America/New_York	34.33592	-85.2069	201			GA	115		
4187125	Central Junction	central-junction	US		0	America/New_York	32.09021	-81.16428	7			GA	051		
4187136	Central Park	central-park	US		0	America/New_York	31.16801	-81.38704	2			GA	127		
4187155	Central Springs	central-springs	US		0	America/New_York	32.36209	-84.81937	94	Central Springs,Sulphur Springs		GA	053		
4187162	Centralhatchee	centralhatchee	US		393	America/New_York	33.369	-85.10355	258	Centralhatchee,Union Mills		GA	149		
4187173	Centurion Hills	centurion-hills	US		0	America/New_York	34.00843	-84.12325	336			GA	135		
4187181	Chadds Walk	chadds-walk	US		0	America/New_York	33.97206	-83.44044	219			GA	059		
4187191	Chalker (historical)	chalker-historical	US		0	America/New_York	33.16154	-82.73486	88			GA	303		
4187194	Chalybeate Springs	chalybeate-springs	US		0	America/New_York	32.8568	-84.5802	245	Chalybeate,Chalybeate Springs		GA	199		
4187196	Chamberlin	chamberlin	US		0	America/New_York	33.89873	-83.34016	220			GA	059		
4187204	Chamblee	chamblee	US		28244	America/New_York	33.89205	-84.29881	309	Chamblee,Cross Keys,Roswell Junction,Shambli,chmbly  jarjya,cyambli,kmbly  jwrjya,tshambly,Шамбли,تشامبلي,چمبلی، جارجیا,کمبلی، جورجیا,च्याम्ब्ली		GA	089		
4187216	Chambliss	chambliss	US		0	America/New_York	31.91961	-84.54408	144	Chambliss,Chamliston		GA	273		
4187226	Champion Crossroad	champion-crossroad	US		0	America/New_York	32.85124	-84.87021	267	Bethany,Champion Crossroad		GA	145		
4187236	Chandler Acres	chandler-acres	US		0	America/New_York	33.39734	-84.45326	274			GA	113		
4187259	Chanticleer	chanticleer	US		0	America/New_York	33.42317	-84.43604	266			GA	113		
4187266	Chapel Heights Estates	chapel-heights-estates	US		0	America/New_York	33.54372	-85.07078	333			GA	045		
4187282	Chapel Mill	chapel-mill	US		0	America/New_York	33.68066	-84.2202	262			GA	089		
4187289	Chapman (historical)	chapman-historical	US		0	America/New_York	30.88909	-83.24765	66			GA	185		
4187306	Chappel	chappel	US		0	America/New_York	33.1779	-84.09742	194	Chappel,Chappell,Unionville		GA	171		
4187310	Chappells Mill	chappells-mill	US		0	America/New_York	32.66155	-83.05265	78	Chappells Mill,Stanley Mill		GA	175		
4187313	Charing	charing	US		0	America/New_York	32.46154	-84.36158	196			GA	269		
4187320	Charles	charles	US		0	America/New_York	32.12682	-84.82881	107			GA	259		
4187321	Charles	charles	US		0	America/New_York	32.22185	-82.42874	83			GA	279		
4187346	Charlotte Woods	charlotte-woods	US		0	America/New_York	33.53178	-84.35826	278			GA	063		
4187362	Charter Oaks	charter-oaks	US		0	America/New_York	30.85492	-83.26376	64			GA	185		
4187363	Charter Oaks	charter-oaks	US		0	America/New_York	32.5432	-84.9091	132			GA	215		
4187371	Chase Woods	chase-woods	US		0	America/New_York	33.54511	-84.38187	261			GA	063		
4187372	Chaserville	chaserville	US		0	America/New_York	31.21714	-83.35738	77			GA	075		
4187375	Chastain	chastain	US		0	America/New_York	31.03269	-83.93045	67			GA	275		
4187389	Chatham City	chatham-city	US		0	America/New_York	32.10048	-81.15428	7			GA	051		
4187399	Chatfield (historical)	chatfield-historical	US		0	America/New_York	33.90068	-82.86153	165			GA	317		
4187422	Chattahoochee Heights	chattahoochee-heights	US		0	America/New_York	33.96843	-84.39743	312			GA	067		
4187424	Chattahoochee Landing	chattahoochee-landing	US		0	America/New_York	34.34732	-83.83046	359			GA	139		
4187431	Chattahoochee Place	chattahoochee-place	US		0	America/New_York	34.36204	-83.86518	378			GA	139		
4187432	Chattahoochee Plantation	chattahoochee-plantation	US		0	America/New_York	33.94177	-84.41326	260			GA	067		
4187441	Chattahoochee Station	chattahoochee-station	US		0	America/New_York	33.9726	-84.25853	277			GA	135		
4187446	Chattanooga Valley	chattanooga-valley	US		3846	America/New_York	34.93285	-85.35551	227			GA	295		
4187451	Chattawood	chattawood	US		0	America/New_York	34.0076	-84.15908	310			GA	135		
4187452	Chatterton	chatterton	US		0	America/New_York	31.51159	-82.73625	68			GA	069		
4187470	Chattoogaville	chattoogaville	US		0	America/New_York	34.34509	-85.4469	189			GA	055		
4187499	Cheeko Manor	cheeko-manor	US		0	America/New_York	33.59483	-84.44437	284			GA	063		
4187501	Chehaw	chehaw	US		0	America/New_York	31.70851	-84.05046	81			GA	177		
4187509	Chelsea Heights	chelsea-heights	US		0	America/New_York	33.78344	-84.31715	290			GA	089		
4187511	Cheney (historical)	cheney-historical	US		0	America/New_York	33.68955	-84.43687	319			GA	121		
4187516	Chennault	chennault	US		0	America/New_York	33.90762	-82.60208	142			GA	181		
4187520	Chenube (historical)	chenube-historical	US		0	America/New_York	31.87461	-84.49575	120	Chenuba,Chenubba,Chenube (historical)		GA	273		
4187522	Chelsea Park	chelsea-park	US		0	America/New_York	33.94538	-84.2552	291			GA	135		
4187523	Cherecobb Estates	cherecobb-estates	US		0	America/New_York	34.0751	-84.44382	299			GA	057		
4187526	Cherokee Acres	cherokee-acres	US		0	America/New_York	34.26898	-85.24023	214			GA	115		
4187545	Cherokee Forest	cherokee-forest	US		0	America/New_York	34.07871	-84.51688	286			GA	057		
4187546	Cherokee Forest	cherokee-forest	US		0	America/New_York	34.01317	-83.36932	221			GA	059		
4187547	Cherokee Forest	cherokee-forest	US		0	America/New_York	33.66066	-84.31937	270			GA	089		
4187549	Cherokee Heights	cherokee-heights	US		0	America/New_York	31.56906	-84.18157	62			GA	095		
4187551	Cherokee Hills	cherokee-hills	US		0	America/New_York	33.78427	-84.56938	325			GA	067		
4187552	Cherokee Hills	cherokee-hills	US		0	America/New_York	31.54603	-82.80292	72			GA	069		
4187553	Cherokee Hills	cherokee-hills	US		0	America/New_York	34.31343	-83.9299	360			GA	139		
4187564	Cherokee Meadows	cherokee-meadows	US		0	America/New_York	34.37204	-83.82351	346			GA	139		
4187569	Cherokee Mobile Home Park	cherokee-mobile-home-park	US		0	America/New_York	34.08065	-84.59104	339			GA	057		
4187570	Cherokee Park	cherokee-park	US		0	America/New_York	32.4057	-84.96104	69			GA	215		
4187571	Cherokee Plantation	cherokee-plantation	US		0	America/New_York	30.89048	-83.31182	57			GA	185		
4187581	Cherokee South	cherokee-south	US		0	America/New_York	34.07871	-84.59854	326			GA	057		
4187585	Cherokee Trail	cherokee-trail	US		0	America/New_York	33.86288	-84.61327	301			GA	067		
4187586	Cherokee Trail	cherokee-trail	US		0	America/New_York	34.28343	-83.91601	364			GA	139		
4187592	Cherokee Estates	cherokee-estates	US		0	America/New_York	34.09315	-84.59521	311			GA	057		
4187600	Cherry Creek Hills	cherry-creek-hills	US		0	America/New_York	30.90853	-83.29849	54			GA	185		
4187613	Cherry Ridge	cherry-ridge	US		0	America/New_York	33.6815	-84.24242	253			GA	089		
4187616	Cherrywood	cherrywood	US		0	America/New_York	33.65427	-84.23937	263			GA	089		
4187617	Cherrywood	cherrywood	US		0	America/New_York	34.2751	-83.86962	359			GA	139		
4187618	Cheshire Valley	cheshire-valley	US		0	America/New_York	32.53347	-84.9191	132			GA	215		
4187624	Chestatee	chestatee	US		0	America/New_York	34.29427	-83.99963	385			GA	117		
4187632	Chestatee North	chestatee-north	US		0	America/New_York	34.34593	-83.91935	334			GA	139		
4187650	Chestnut Forest	chestnut-forest	US		0	America/New_York	33.94593	-84.28409	306			GA	089		
4187652	Chestnut Gap	chestnut-gap	US		0	America/New_York	34.89564	-84.41326	539			GA	111		
4187660	Chestnut Hill (historical)	chestnut-hill-historical	US		0	America/New_York	33.70677	-84.96355	389			GA	045		
4187667	Chestnut Lake Estates	chestnut-lake-estates	US		0	America/New_York	33.50456	-84.27103	234			GA	151		
4187669	Chestnut Log	chestnut-log	US		0	America/New_York	33.74844	-84.64577	284			GA	097		
4187681	Chestnut Oak Hills	chestnut-oak-hills	US		0	America/New_York	34.27983	-83.76879	376			GA	139		
4187686	Chestnutfield	chestnutfield	US		0	America/New_York	33.38317	-84.54798	263			GA	113		
4187687	Chestnutflat (historical)	chestnutflat-historical	US		0	America/New_York	34.74591	-85.16551	281	Chestnut Flat,Chestnutflat (historical)		GA	295		
4187689	Cheviot Hills	cheviot-hills	US		0	America/New_York	33.59733	-84.86577	298			GA	097		
4187694	Cheyenne Estates	cheyenne-estates	US		0	America/New_York	33.80677	-84.62216	276			GA	067		
4187695	Chiaha (historical)	chiaha-historical	US		0	America/New_York	34.25565	-85.17551	179			GA	115		
4187712	Chickasawhatchee	chickasawhatchee	US		0	America/New_York	31.70128	-84.37464	91	Chickasawhachee,Chickasawhatchee,Chickasawhatchie,Hortonville		GA	273		
4187748	Childs Place	childs-place	US		0	America/New_York	32.12821	-84.98271	101			GA	259		
4187755	Chimney Lakes	chimney-lakes	US		0	America/New_York	34.03149	-84.42437	322			GA	067		
4187757	Chimney Ridge	chimney-ridge	US		0	America/New_York	33.66122	-84.23325	250			GA	089		
4187758	Chimney Ridge	chimney-ridge	US		0	America/New_York	33.57289	-84.20686	232			GA	151		
4187761	Chimney Trace	chimney-trace	US		0	America/New_York	33.91844	-84.46437	311			GA	067		
4187762	Chimney Villa	chimney-villa	US		0	America/New_York	31.61466	-81.40233	6			GA	191		
4187772	China Hill	china-hill	US		0	America/New_York	31.85296	-83.08432	74	Bethel,China Hill		GA	271		
4187775	Chimney Hill	chimney-hill	US		0	America/New_York	33.54597	-82.14234	105			GA	073		
4187780	Chippewa Forest	chippewa-forest	US		0	America/New_York	33.56622	-84.46298	284			GA	121		
4187782	Chippewa Terrace	chippewa-terrace	US		0	America/New_York	31.99882	-81.11622	5			GA	051		
4187795	Choice (historical)	choice-historical	US		0	America/New_York	33.88149	-84.16381	301			GA	135		
4187796	Chokee	chokee	US		0	America/New_York	31.89378	-84.04963	92			GA	177		
4187800	Chopped Oak	chopped-oak	US		0	America/New_York	34.78425	-84.46132	544			GA	123		
4187829	Christa	christa	US		0	America/New_York	33.42153	-82.09151	79			GA	245		
4187840	Christian Corners	christian-corners	US		0	America/New_York	33.55456	-84.5216	270			GA	121		
4187862	Christian Rest	christian-rest	US		0	America/New_York	32.81264	-83.7049	131			GA	021		
4187871	Choestoe	choestoe	US		0	America/New_York	34.79537	-83.88713	594			GA	291		
4187877	Christophers Cove	christophers-cove	US		0	America/New_York	32.83431	-83.7813	122			GA	021		
4187878	Christophers Run	christophers-run	US		0	America/New_York	34.13704	-84.3077	318			GA	121		
4187882	Chubbtown	chubbtown	US		0	America/New_York	34.09038	-85.28245	223	Briscoe,Chubbtown		GA	115		
4187887	Chulio	chulio	US		0	America/New_York	34.16399	-85.09828	216			GA	115		
4187888	Chulio Hills	chulio-hills	US		0	America/New_York	34.21259	-85.13162	204			GA	115		
4187889	Chunn Estates	chunn-estates	US		0	America/New_York	34.25343	-84.8605	263			GA	015		
4188092	Cinderella Hills	cinderella-hills	US		0	America/New_York	34.95452	-85.19829	234			GA	047		
4188096	Circle Creek	circle-creek	US		0	America/New_York	33.5665	-84.19381	225			GA	151		
4188097	Circle H Estates	circle-h-estates	US		0	America/New_York	33.35845	-84.6216	255			GA	077		
4188115	City View Heights	city-view-heights	US		0	America/New_York	32.41376	-84.93854	112			GA	215		
4188116	City Village	city-village	US		0	America/New_York	32.48875	-84.98799	99			GA	215		
4188135	Cinder Hill	cinder-hill	US		0	America/New_York	31.84243	-81.5815	7			GA	179		
4188141	Clairmont Park	clairmont-park	US		0	America/New_York	33.78177	-84.29909	309			GA	089		
4188201	Clarking	clarking	US		0	America/New_York	30.51634	-82.11817	53			GA	049		
4188202	Clarks Bluff	clarks-bluff	US		0	America/New_York	30.93968	-81.8115	4			GA	039		
4188203	Clarks Bluff	clarks-bluff	US		0	America/New_York	30.77801	-81.76566	6			GA	039		
4188206	Clarks Bridge	clarks-bridge	US		0	America/New_York	34.36399	-83.7849	362			GA	139		
4188207	Clarks Bridge Place	clarks-bridge-place	US		0	America/New_York	34.38038	-83.78268	374			GA	139		
4188220	Clarks Junction	clarks-junction	US		0	America/New_York	34.15483	-82.86319	176			GA	105		
4188223	Clarks Mill	clarks-mill	US		0	America/New_York	31.64434	-84.4663	72			GA	273		
4188236	Clarkview	clarkview	US		0	America/New_York	32.81931	-83.70268	108			GA	021		
4188263	Clay Hill	clay-hill	US		0	America/New_York	33.66457	-82.44429	113	Clay Hill,Clayhill		GA	181		
4188266	Clay Homes	clay-homes	US		0	America/New_York	31.78575	-82.35291	62			GA	001		
4188267	Clay Homes	clay-homes	US		0	America/New_York	33.94927	-84.54715	340			GA	067		
4188281	Claybed	claybed	US		0	America/New_York	32.51709	-83.59796	102			GA	153		
4188282	Clayfields	clayfields	US		0	America/New_York	32.85376	-83.25127	85			GA	319		
4188304	Clayton Manor	clayton-manor	US		0	America/New_York	33.5965	-84.37187	268			GA	063		
4188306	Clayton Ridge	clayton-ridge	US		0	America/New_York	33.51345	-84.41909	253			GA	063		
4188307	Clayton Ridge North	clayton-ridge-north	US		0	America/New_York	33.52178	-84.4102	276			GA	063		
4188340	Clearview	clearview	US		0	America/New_York	32.09132	-81.12039	5			GA	051		
4188341	Clearview	clearview	US		0	America/New_York	32.24766	-84.07435	101			GA	193		
4188342	Clearview	clearview	US		0	America/New_York	31.56656	-84.17935	59			GA	095		
4188346	Clearwater Springs	clearwater-springs	US		0	America/New_York	33.01541	-84.32464	231			GA	231		
4188347	Cleaton (historical)	cleaton-historical	US		0	America/New_York	33.77067	-83.70128	265			GA	297		
4188352	Clem	clem	US		0	America/New_York	33.52817	-85.01328	355			GA	045		
4188393	Cleveland Heights	cleveland-heights	US		0	America/New_York	31.58628	-84.17407	66			GA	095		
4188401	Cleveland Station	cleveland-station	US		0	America/New_York	33.94928	-83.5085	241			GA	059		
4188427	Cliftondale	cliftondale	US		0	America/New_York	33.64483	-84.59465	268			GA	121		
4188444	Clines Crossroads	clines-crossroads	US		0	America/New_York	32.74735	-85.02105	202			GA	145		
4188448	Clipper	clipper	US		0	America/New_York	34.54259	-84.58299	380	Clipper,Clipper Crossroads		GA	227		
4188450	Clito	clito	US		0	America/New_York	32.5124	-81.75372	70			GA	031		
4188455	Clopine	clopine	US		0	America/New_York	32.48404	-83.80185	129			GA	225		
4188457	Clopton (historical)	clopton-historical	US		0	America/New_York	33.22375	-83.43044	122			GA	237		
4188467	Cloud Springs	cloud-springs	US		0	America/New_York	34.96341	-85.25607	221			GA	047		
4188471	Cloudland	cloudland	US		0	America/New_York	34.51628	-85.49616	480			GA	055		
4188482	Clover Heights	clover-heights	US		0	America/New_York	31.22551	-81.53233	5			GA	127		
4188485	Clover Ranch Mobile Home Park	clover-ranch-mobile-home-park	US		0	America/New_York	33.38872	-84.29826	263			GA	151		
4188486	Clover Reach	clover-reach	US		0	America/New_York	33.38095	-84.57437	244			GA	113		
4188498	Club Drive	club-drive	US		0	America/New_York	33.55067	-84.24298	248			GA	151		
4188506	Clubview Heights	clubview-heights	US		0	America/New_York	32.49542	-84.95326	113			GA	215		
4188507	Cluese (historical)	cluese-historical	US		0	America/New_York	33.61208	-82.35651	148			GA	073		
4188516	Clyattville	clyattville	US		0	America/New_York	30.69159	-83.31515	60	Clayatteville,Clyatteville,Clyattville		GA	185		
4188521	Coachman Park	coachman-park	US		0	America/New_York	31.55851	-84.15824	56			GA	095		
4188528	Coal Neck Settlement (historical)	coal-neck-settlement-historical	US		0	America/New_York	32.7632	-83.74407	129			GA	021		
4188559	Cobb Crossing	cobb-crossing	US		0	America/New_York	33.94121	-84.7241	348			GA	223		
4188560	Cobb Estates	cobb-estates	US		0	America/New_York	33.93705	-84.8405	293			GA	223		
4188576	Cobb Place Manor	cobb-place-manor	US		0	America/New_York	34.01816	-84.53688	306			GA	067		
4188579	Cobbham	cobbham	US		0	America/New_York	33.56874	-82.43263	161			GA	189		
4188580	Cobbham (historical)	cobbham-historical	US		0	America/New_York	33.95984	-83.39433	228			GA	059		
4188581	Cobbham Crossroads	cobbham-crossroads	US		0	America/New_York	33.55291	-82.43707	181			GA	189		
4188583	Cobblestone Creek	cobblestone-creek	US		0	America/New_York	33.40956	-84.59021	259			GA	113		
4188589	Cobbville	cobbville	US		0	America/New_York	31.91796	-82.98237	56	Cameron Mills,Cobbville		GA	271		
4188625	Coffee	coffee	US		0	America/New_York	31.50771	-82.31152	53			GA	005		
4188627	Coffee Bluff	coffee-bluff	US		0	America/New_York	31.93688	-81.15316	5	Caffee Bluff,Coffee Bluff		GA	051		
4188629	Coffee Bluff Plantation	coffee-bluff-plantation	US		0	America/New_York	31.94382	-81.15178	7			GA	051		
4188647	Coffinton	coffinton	US		0	America/New_York	32.00988	-85.02243	85			GA	259		
4188663	Cogdell	cogdell	US		0	America/New_York	31.16493	-82.71792	56	Cogdell,Hodges		GA	065		
4188667	Cohentown	cohentown	US		0	America/New_York	33.79401	-82.71847	160			GA	317		
4188680	Cohutta Springs	cohutta-springs	US		0	America/New_York	34.88786	-84.72716	268			GA	213		
4188715	Cold Springs (historical)	cold-springs-historical	US		0	America/New_York	31.7624	-83.45627	97			GA	287		
4188719	Coldbrook	coldbrook	US		0	America/New_York	32.2377	-81.24178	18			GA	103		
4188722	Coldstream	coldstream	US		0	America/New_York	33.91732	-84.40382	306			GA	121		
4188731	Cole City	cole-city	US		0	America/New_York	34.95202	-85.56802	256	Cole,Cole City		GA	083		
4188785	Colemans Bluff	colemans-bluff	US		0	America/New_York	34.09315	-84.44687	308			GA	057		
4188790	Colemans Lake	colemans-lake	US		0	America/New_York	32.82099	-82.27512	57			GA	107		
4188791	Colemans Landing	colemans-landing	US		0	America/New_York	34.10288	-84.44326	281			GA	057		
4188795	Coleridge (historical)	coleridge-historical	US		0	America/New_York	31.24217	-81.75789	6			GA	127		
4188796	Coles	coles	US		0	America/New_York	31.7535	-84.83409	147			GA	243		
4188797	Coles Crossing	coles-crossing	US		0	America/New_York	34.94592	-84.2502	508	Cole Crossing,Coles Crossing		GA	111		
4188802	Coley	coley	US		0	America/New_York	32.42821	-83.38878	91			GA	023		
4188806	Colima	colima	US		0	America/New_York	34.54314	-84.70716	232			GA	129		
4188813	Colfax (historical)	colfax-historical	US		0	America/New_York	32.49962	-81.83956	76			GA	031		
4188838	Collier	collier	US		0	America/New_York	33.04707	-84.01686	222	Collier,Collier Station,Colliers		GA	207		
4188855	College Estates	college-estates	US		0	America/New_York	32.80153	-83.73352	125			GA	021		
4188908	Colonial Coach Estates	colonial-coach-estates	US		0	America/New_York	33.6015	-84.22409	270			GA	151		
4188909	Colonial Estates	colonial-estates	US		0	America/New_York	33.55011	-85.11717	312			GA	045		
4188910	Colonial Estates	colonial-estates	US		0	America/New_York	33.75261	-84.69716	330			GA	097		
4188913	Colonial Hills	colonial-hills	US		0	America/New_York	33.84594	-84.75299	299			GA	223		
4188914	Colonial Oaks	colonial-oaks	US		0	America/New_York	31.96216	-81.14844	4			GA	051		
4188915	Colonial Park	colonial-park	US		0	America/New_York	32.40737	-84.96993	69			GA	215		
4188917	Colonial Place	colonial-place	US		0	America/New_York	31.53517	-84.18324	57			GA	095		
4188921	Colonial Village	colonial-village	US		0	America/New_York	31.58323	-84.13213	63			GA	095		
4188923	Colony Center	colony-center	US		0	America/New_York	34.07871	-84.43326	318			GA	057		
4188924	Colony Heights	colony-heights	US		0	America/New_York	33.00429	-85.13355	228			GA	285		
4188927	Colony Park	colony-park	US		0	America/New_York	33.45375	-82.0554	67			GA	245		
4188928	Colony South	colony-south	US		0	America/New_York	34.2201	-83.82879	337			GA	139		
4188929	Colony Springs	colony-springs	US		0	America/New_York	34.08621	-84.44326	287			GA	057		
4188932	Colony Woods	colony-woods	US		0	America/New_York	34.09899	-84.50187	272			GA	057		
4188961	Colomokee	colomokee	US		0	America/New_York	31.46045	-84.87937	86	Colomokee,Kolomoki		GA	099		
4188964	Columbia Heights	columbia-heights	US		0	America/New_York	33.51625	-82.09762	121			GA	073		
4188965	Columbia Heights	columbia-heights	US		0	America/New_York	32.45375	-84.90354	146			GA	215		
4188973	Columbia Mine (historical)	columbia-mine-historical	US		0	America/New_York	33.6168	-82.56652	154	Columbia Mine (historical),Columbia Mines		GA	189		
4189009	Comfort (historical)	comfort-historical	US		0	America/New_York	33.38652	-83.14127	156			GA	133		
4189010	Comfort Hill	comfort-hill	US		0	America/New_York	33.76205	-84.28909	313			GA	089		
4189026	Commissary Hill	commissary-hill	US		0	America/New_York	31.4499	-84.66603	80			GA	037		
4189032	Commonwealth (historical)	commonwealth-historical	US		0	America/New_York	32.53986	-84.81187	115			GA	215		
4189064	Compton Woods	compton-woods	US		0	America/New_York	33.839	-83.95241	299			GA	135		
4189067	Conasauga (historical)	conasauga-historical	US		0	America/New_York	34.7823	-84.59132	464	Conasauga (historical),Connasauga,Connesauga,Connesawga,Cunasagee,Sugar Town		GA	123		
4189121	Concordia (historical)	concordia-historical	US		0	America/New_York	34.23344	-82.75402	171			GA	105		
4189123	Condor	condor	US		0	America/New_York	32.54267	-82.83653	70			GA	175		
4189128	Coney	coney	US		0	America/New_York	31.95601	-83.88379	80	Coney,Coney Station,Gum Creek,Gumcreek		GA	081		
4189155	Conifer Place	conifer-place	US		0	America/New_York	33.4918	-82.07456	114			GA	245		
4189156	Coniston	coniston	US		0	America/New_York	34.63786	-84.7091	214			GA	213		
4189166	Conley Downs	conley-downs	US		0	America/New_York	33.67261	-84.26326	244			GA	089		
4189173	Connally	connally	US		0	America/New_York	33.75761	-84.72994	349			GA	097		
4189208	Constitution	constitution	US		0	America/New_York	33.689	-84.34242	257			GA	089		
4189217	Conyers Estates	conyers-estates	US		0	America/New_York	34.14815	-84.80716	245			GA	015		
4189258	Cook Heights	cook-heights	US		0	America/New_York	31.7977	-82.35374	62			GA	001		
4189264	Cooks Crossing	cooks-crossing	US		0	America/New_York	33.62678	-84.47437	311			GA	121		
4189276	Cooktown	cooktown	US		0	America/New_York	31.20713	-84.56019	55			GA	201		
4189277	Cooktown	cooktown	US		0	America/New_York	32.63655	-83.13321	120			GA	319		
4189286	Cool Springs	cool-springs	US		0	America/New_York	31.22908	-83.60156	96			GA	071		
4189300	Cool Springs Forest	cool-springs-forest	US		0	America/New_York	34.38843	-83.93157	381			GA	139		
4189335	Cooper Creek	cooper-creek	US		0	America/New_York	34.74342	-84.13936	640			GA	111		
4189349	Cooper Heights	cooper-heights	US		0	America/New_York	34.8073	-85.38913	271	Cooper Heights,Summit,Windsor		GA	295		
4189357	Coopers	coopers	US		0	America/New_York	32.97848	-83.28516	121			GA	009		
4189361	Coopers Pond	coopers-pond	US		0	America/New_York	33.90677	-84.05547	270			GA	135		
4189371	Cooperville	cooperville	US		0	America/New_York	32.59073	-81.704	50			GA	251		
4189379	Coosawattee (historical)	coosawattee-historical	US		0	America/New_York	34.60092	-84.78133	205			GA	129		
4189387	Copeland (historical)	copeland-historical	US		0	America/New_York	32.79458	-84.96354	240			GA	145		
4189395	Copeland Crossing	copeland-crossing	US		0	America/New_York	34.86702	-85.08134	241	Copeland,Copeland Crossing		GA	047		
4189404	Copen Hill	copen-hill	US		0	America/New_York	33.76483	-84.35687	311			GA	121		
4189421	Coppermine Estates	coppermine-estates	US		0	America/New_York	33.89177	-84.79188	305			GA	223		
4189437	Cordrays Mill	cordrays-mill	US		0	America/New_York	31.58906	-84.56325	70			GA	037		
4189442	Corinth (historical)	corinth-historical	US		0	America/New_York	32.05072	-84.02185	96			GA	261		
4189506	Corinth Hills	corinth-hills	US		0	America/New_York	33.83288	-84.11686	300			GA	135		
4189516	Cork	cork	US		0	America/New_York	33.21679	-83.86324	168	Cork,Dublin		GA	035		
4189525	Corn Creek Cove	corn-creek-cove	US		0	America/New_York	33.63122	-84.63465	251			GA	121		
4189531	Corn Crib Mobile Home Park	corn-crib-mobile-home-park	US		0	America/New_York	33.75205	-84.82105	336			GA	097		
4189560	Coronado Forest	coronado-forest	US		0	America/New_York	33.72594	-84.77883	354			GA	097		
4189576	Cottle	cottle	US		0	America/New_York	31.20158	-83.3146	73			GA	019		
4189579	Cotton Creek	cotton-creek	US		0	America/New_York	33.89622	-84.00046	320			GA	135		
4189581	Cottage Mills (historical)	cottage-mills-historical	US		0	America/New_York	32.29876	-84.88854	91			GA	053		
4189582	Cotton Hill	cotton-hill	US		0	America/New_York	31.731	-84.96687	137			GA	061		
4189584	Cotton Indian Creek	cotton-indian-creek	US		0	America/New_York	33.57539	-84.2302	240			GA	151		
4189590	Cottonham (historical)	cottonham-historical	US		0	America/New_York	31.86994	-81.17761	4			GA	029		
4189594	Cottonwood Valley	cottonwood-valley	US		0	America/New_York	33.81483	-84.88383	351			GA	223		
4189596	Cottons Crossroads	cottons-crossroads	US		0	America/New_York	32.87818	-85.11772	221			GA	285		
4189607	Country Acres	country-acres	US		0	America/New_York	33.95621	-84.78883	325			GA	223		
4189608	Country Acres Mobile Home Park	country-acres-mobile-home-park	US		0	America/New_York	33.54067	-83.95185	233			GA	217		
4189612	Country Club Estates	country-club-estates	US		7555	America/New_York	33.98928	-83.4096	224			GA	059		
4189613	Country Club Estates	country-club-estates	US		8545	America/New_York	31.21273	-81.46427	1			GA	127		
4189614	Country Club Estates	country-club-estates	US		0	America/New_York	30.88242	-83.30821	61			GA	185		
4189615	Country Club Estates	country-club-estates	US		0	America/New_York	33.83677	-84.81355	301			GA	223		
4189616	Country Club Estates	country-club-estates	US		0	America/New_York	32.86458	-83.70074	137			GA	021		
4189617	Country Club Estates	country-club-estates	US		0	America/New_York	31.56129	-84.20685	62			GA	095		
4189618	Country Club Gardens	country-club-gardens	US		0	America/New_York	34.36788	-83.87046	390			GA	139		
4189623	Country Club Park	country-club-park	US		0	America/New_York	31.21745	-81.47621	5			GA	127		
4189625	Country Corner Mobile Home Park	country-corner-mobile-home-park	US		0	America/New_York	34.01956	-83.32349	249			GA	059		
4189626	Country Creek	country-creek	US		0	America/New_York	34.02093	-84.64716	302			GA	067		
4189627	Country Downs	country-downs	US		0	America/New_York	33.44373	-84.60271	291			GA	113		
4189629	Country Lake	country-lake	US		0	America/New_York	33.89177	-84.64299	287			GA	067		
4189630	Country Manor	country-manor	US		0	America/New_York	33.78483	-84.56549	322			GA	067		
4189631	Country Manor	country-manor	US		0	America/New_York	33.43456	-84.68382	290			GA	077		
4189632	Country Park	country-park	US		0	America/New_York	34.00232	-84.01102	316			GA	135		
4189633	Country Park	country-park	US		0	America/New_York	33.88149	-84.48938	312			GA	067		
4189634	Country Pine Estates	country-pine-estates	US		0	America/New_York	33.64261	-84.27798	258			GA	151		
4189635	Country Place	country-place	US		0	America/New_York	33.54319	-82.14345	111			GA	073		
4189636	Country Place	country-place	US		0	America/New_York	34.07093	-84.26826	315			GA	121		
4189638	Country Ridge	country-ridge	US		0	America/New_York	34.14204	-84.29853	325			GA	121		
4189639	Country Roads	country-roads	US		0	America/New_York	33.58317	-84.23298	258			GA	151		
4189642	Country Square	country-square	US		0	America/New_York	33.86761	-84.05241	287			GA	135		
4189643	Country Square	country-square	US		0	America/New_York	33.89094	-84.83855	321			GA	223		
4189644	Country Squire	country-squire	US		0	America/New_York	32.42657	-81.81511	70			GA	031		
4189645	Country Squire Acres	country-squire-acres	US		0	America/New_York	33.82288	-84.27076	306			GA	089		
4189646	Country Terrace	country-terrace	US		0	America/New_York	33.56956	-83.94435	244			GA	217		
4189647	Country View	country-view	US		0	America/New_York	33.60122	-83.93546	227			GA	217		
4189648	Country Village	country-village	US		0	America/New_York	34.24121	-84.85855	246			GA	015		
4189649	Country Wood	country-wood	US		0	America/New_York	33.55928	-83.96019	244			GA	217		
4189650	Countryside at Cumberland	countryside-at-cumberland	US		0	America/New_York	33.88094	-84.4916	310			GA	067		
4189651	Countryside Estates	countryside-estates	US		0	America/New_York	34.0251	-84.67355	293			GA	067		
4189652	Countryside Village Mobile Home Park	countryside-village-mobile-home-park	US		0	America/New_York	33.91399	-84.10214	267			GA	135		
4189654	Country Club Estates	country-club-estates	US		0	America/New_York	32.43434	-81.82761	65			GA	031		
4189663	County Line	county-line	US		0	America/New_York	32.87819	-84.76798	262			GA	199		
4189719	County Line Heights	county-line-heights	US		0	America/New_York	33.75427	-84.68049	332			GA	097		
4189723	County Line Place	county-line-place	US		0	America/New_York	33.7565	-84.67882	329			GA	097		
4189733	County Manor	county-manor	US		0	America/New_York	34.22398	-84.82133	245			GA	015		
4189766	Covena	covena	US		0	America/New_York	32.49711	-82.44235	63			GA	107		
4189775	Coventry Downs	coventry-downs	US		0	America/New_York	34.04927	-84.42159	333			GA	067		
4189776	Coventry Estates	coventry-estates	US		0	America/New_York	33.41789	-84.48743	262			GA	113		
4189777	Coventry Green	coventry-green	US		0	America/New_York	34.03427	-84.41243	305			GA	067		
4189778	Coverdale	coverdale	US		0	America/New_York	31.62824	-83.71906	119			GA	287		
4189779	Covered Bridge	covered-bridge	US		0	America/New_York	33.95871	-84.16797	289			GA	135		
4189780	Covered Bridge	covered-bridge	US		0	America/New_York	33.08651	-85.15244	215			GA	285		
4189814	Cowan Mill Estates	cowan-mill-estates	US		0	America/New_York	33.71622	-84.78271	358			GA	097		
4189852	Cox	cox	US		0	America/New_York	31.45522	-81.56344	4			GA	191		
4189853	Cox (historical)	cox-historical	US		0	America/New_York	32.10323	-83.02126	89			GA	091		
4189855	Cox	cox	US		0	America/New_York	31.21773	-81.50677	4			GA	127		
4189875	Coxs Crossing	coxs-crossing	US		0	America/New_York	33.64622	-84.39076	305			GA	063		
4189879	Crabapple	crabapple	US		0	America/New_York	34.0901	-84.33854	343			GA	121		
4189890	Crain (historical)	crain-historical	US		0	America/New_York	33.31678	-85.258	354			GA	149		
4189896	Crane Eater	crane-eater	US		0	America/New_York	34.52509	-84.87244	203	Crane Eater,Crane Eater Corner,Craneeater		GA	129		
4189973	Craytonia	craytonia	US		0	America/New_York	34.8362	-84.15908	651	Craytonia,Cretonia		GA	111		
4189979	Credit Hill	credit-hill	US		0	America/New_York	31.51161	-81.50038	5			GA	191		
4189982	Creek Cove	creek-cove	US		0	America/New_York	33.63316	-84.24687	267			GA	151		
4189983	Creek Hollow	creek-hollow	US		0	America/New_York	33.56261	-84.28909	246			GA	063		
4189984	Creek Hollow South	creek-hollow-south	US		0	America/New_York	34.12315	-84.38632	329			GA	057		
4189985	Creek Indian	creek-indian	US		0	America/New_York	33.65844	-84.69438	237			GA	097		
4189987	Creek Island	creek-island	US		0	America/New_York	31.82077	-81.65678	24			GA	179		
4189988	Creek Ridge	creek-ridge	US		0	America/New_York	33.10179	-85.04411	211			GA	285		
4189989	Creek Subdivision	creek-subdivision	US		0	America/New_York	33.41539	-84.80966	256			GA	077		
4189990	Creek View	creek-view	US		0	America/New_York	34.09038	-84.49882	287			GA	057		
4189991	Creek View	creek-view	US		0	America/New_York	33.56541	-82.11317	97			GA	073		
4189993	Creekside Crossing Estates	creekside-crossing-estates	US		0	America/New_York	33.38706	-84.53687	247			GA	113		
4189994	Creekwood	creekwood	US		0	America/New_York	33.40484	-84.66938	282			GA	077		
4189995	Creekwood	creekwood	US		0	America/New_York	30.79412	-81.69483	7			GA	039		
4189996	Creekwood Estates	creekwood-estates	US		0	America/New_York	33.96734	-83.44599	198			GA	059		
4189997	Creekwood Estates	creekwood-estates	US		0	America/New_York	33.57205	-84.28103	250			GA	063		
4189998	Creekwood Estates	creekwood-estates	US		0	America/New_York	33.49401	-83.89796	191			GA	217		
4189999	Creekwood Estates	creekwood-estates	US		0	America/New_York	33.91955	-84.74799	315			GA	223		
4190000	Creekwood Hills	creekwood-hills	US		0	America/New_York	33.6865	-84.23964	242			GA	089		
4190003	Creelwood	creelwood	US		0	America/New_York	33.80066	-84.61271	284			GA	067		
4190005	Creighton (historical)	creighton-historical	US		0	America/New_York	34.29315	-84.26909	330			GA	057		
4190018	Crescent Oak	crescent-oak	US		0	America/New_York	33.3604	-84.53465	257			GA	113		
4190019	Crescent Ridge	crescent-ridge	US		0	America/New_York	32.5207	-84.9791	122			GA	215		
4190024	Crest	crest	US		0	America/New_York	32.93207	-84.44464	256			GA	293		
4190030	Crestfield	crestfield	US		0	America/New_York	32.81264	-83.69574	121			GA	021		
4190031	Cresthill	cresthill	US		0	America/New_York	31.98993	-81.08733	3			GA	051		
4190039	Crestwell Heights	crestwell-heights	US		0	America/New_York	32.84597	-83.70629	110			GA	021		
4190040	Crestwicke	crestwicke	US		0	America/New_York	33.88288	-84.35465	262			GA	121		
4190044	Crestwood Estates	crestwood-estates	US		0	America/New_York	33.91151	-83.33238	208			GA	059		
4190045	Crestwood Estates	crestwood-estates	US		0	America/New_York	32.63709	-83.67324	128			GA	153		
4190056	Crews Crossing	crews-crossing	US		0	America/New_York	31.18577	-82.59514	49			GA	299		
4190059	Cricket Hill	cricket-hill	US		0	America/New_York	33.90677	-84.04436	292			GA	135		
4190089	Cromers	cromers	US		0	America/New_York	34.27594	-83.26543	201	Cromer,Cromer's,Cromers		GA	119		
4190132	Crooked River Plantation	crooked-river-plantation	US		0	America/New_York	30.8094	-81.5776	6			GA	039		
4190137	Crosland	crosland	US		0	America/New_York	31.30435	-83.64295	84			GA	071		
4190144	Cross Creek	cross-creek	US		0	America/New_York	34.08204	-84.58104	329			GA	057		
4190148	Cross Creek	cross-creek	US		0	America/New_York	33.40206	-84.41493	254			GA	113		
4190149	Cross Creek Estates	cross-creek-estates	US		0	America/New_York	33.89621	-84.7141	291			GA	067		
4190152	Cross Keys	cross-keys	US		0	America/New_York	32.85208	-83.58796	98			GA	021		
4190157	Cross Creek	cross-creek	US		0	America/New_York	33.94677	-84.7866	325			GA	223		
4190165	Cross Road Farms	cross-road-farms	US		0	America/New_York	34.01538	-84.7666	306			GA	223		
4190168	Cross Roads	cross-roads	US		0	America/New_York	34.38816	-83.02015	285	Cross Roads,Crossroads		GA	147		
4190169	Cross Roads	cross-roads	US		0	America/New_York	34.0101	-84.75549	308	Cross Roads,Roxana,Roxana Crossroads,Roxanna		GA	223		
4190195	Crossgate	crossgate	US		0	America/New_York	33.95677	-84.4541	298			GA	067		
4190196	Crossgate	crossgate	US		0	America/New_York	32.46875	-84.89465	94			GA	215		
4190231	Crossties	crossties	US		0	America/New_York	33.86234	-83.40072	223			GA	219		
4190259	Crowder (historical)	crowder-historical	US		0	America/New_York	33.01207	-85.17911	194			GA	285		
4190262	Crowders Crossing	crowders-crossing	US		0	America/New_York	32.93541	-84.73132	286			GA	199		
4190275	Crown Mill Village	crown-mill-village	US		0	America/New_York	34.74591	-84.97078	218			GA	313		
4190286	Croxton Crossroads	croxton-crossroads	US		0	America/New_York	31.95878	-84.32463	119	Croxton Crossroads,Hebron		GA	261		
4190300	Crutchfield (historical)	crutchfield-historical	US		0	America/New_York	33.10124	-83.67351	178			GA	169		
4190306	Crystal Hills	crystal-hills	US		0	America/New_York	33.90734	-83.4171	194			GA	219		
4190319	Crystal Valley	crystal-valley	US		0	America/New_York	32.51597	-84.88549	100			GA	215		
4190324	Crystal Acres	crystal-acres	US		0	America/New_York	33.61067	-84.44409	311			GA	063		
4190346	Cuffietown	cuffietown	US		0	America/New_York	31.73573	-83.81629	109			GA	321		
4190351	Culverton	culverton	US		0	America/New_York	33.30848	-82.89514	170	Culverton,Mount Carmel		GA	141		
4190356	Cumberland Bridge	cumberland-bridge	US		0	America/New_York	33.88066	-84.47993	295			GA	067		
4190362	Cumberland Forest	cumberland-forest	US		0	America/New_York	33.83177	-84.70188	292			GA	067		
4190363	Cumberland Forest	cumberland-forest	US		0	America/New_York	33.83316	-84.07214	300			GA	135		
4190364	Cumberland Green	cumberland-green	US		0	America/New_York	33.669	-84.19603	263			GA	089		
4190365	Cumberland Hill	cumberland-hill	US		0	America/New_York	33.87538	-84.48104	291			GA	067		
4190366	Cumberland Island	cumberland-island	US		0	America/New_York	30.85107	-81.44843	6	Cumberland Island,Highlands Island,Ile de Cumberland,Isle of Whales,Missoe Island,Saint Andrew Island,Wiso Island,Wissoo Island,Île de Cumberland		GA	039		
4190392	Cumslo	cumslo	US		0	America/New_York	32.94736	-83.51656	194	Comslo,Cumslo		GA	169		
4190397	Cunningham Corner	cunningham-corner	US		0	America/New_York	32.84543	-82.35846	77			GA	163		
4190398	Cunningham Crossroads	cunningham-crossroads	US		0	America/New_York	32.82263	-84.5702	251	Cunningham Cross Roads,Cunningham Crossroads		GA	263		
4190404	Cureton Springs (historical)	cureton-springs-historical	US		0	America/New_York	33.30317	-84.83688	244			GA	077		
4190430	Curry Hill	curry-hill	US		0	America/New_York	33.84318	-82.53041	156			GA	181		
4190435	Cusseta Heights	cusseta-heights	US		0	America/New_York	32.42459	-84.93187	90			GA	215		
4190439	Custer Road Terrace	custer-road-terrace	US		0	America/New_York	32.38931	-84.9416	108			GA	215		
4190446	Cutcane	cutcane	US		0	America/New_York	34.93647	-84.23714	513			GA	111		
4190449	Cushingville (historical)	cushingville-historical	US		0	America/New_York	32.80794	-82.00956	48			GA	165		
4190458	Cutoff	cutoff	US		0	America/New_York	32.27655	-84.0538	92			GA	193		
4190462	Cutting	cutting	US		0	America/New_York	31.01465	-82.80347	57			GA	065		
4190491	Cypress Lake Estates	cypress-lake-estates	US		0	America/New_York	30.74774	-81.52204	4			GA	039		
4190508	Cypress Mills	cypress-mills	US		0	America/New_York	31.19051	-81.46954	2			GA	127		
4190509	Cypress Siding	cypress-siding	US		0	America/New_York	30.96578	-82.11512	39			GA	049		
4190536	Cyrene	cyrene	US		0	America/New_York	30.96269	-84.69214	38			GA	087		
4190538	Daffin Heights	daffin-heights	US		0	America/New_York	32.02854	-81.08095	6			GA	051		
4190541	Dafron	dafron	US		0	America/New_York	34.95702	-85.20218	212	Daffron,Dafron		GA	047		
4190577	Dallondale	dallondale	US		0	America/New_York	34.96341	-85.24884	219			GA	047		
4190629	Dames Ferry	dames-ferry	US		0	America/New_York	33.02208	-83.7249	111	Dames Ferry,Damess Ferry,Ebenezer,James Ferry		GA	207		
4190642	Danburg	danburg	US		0	America/New_York	33.86846	-82.65208	171	Danburg,Danburgh		GA	317		
4190646	Danbury Village	danbury-village	US		0	America/New_York	33.9026	-84.21103	310			GA	135		
4190664	Danes Meadow	danes-meadow	US		0	America/New_York	32.64542	-83.63074	116			GA	153		
4190679	Daniel Plantation	daniel-plantation	US		0	America/New_York	33.89039	-83.43599	222			GA	219		
4190685	Daniel Springs	daniel-springs	US		0	America/New_York	33.64957	-82.97487	148	Daniel Springs,Daniels Springs		GA	133		
4190686	Daniel Subdivision	daniel-subdivision	US		0	America/New_York	33.744	-84.6916	337			GA	097		
4190695	Daniell Mill Estates	daniell-mill-estates	US		0	America/New_York	33.6715	-84.85411	318			GA	097		
4190727	Danson Woods	danson-woods	US		0	America/New_York	33.88845	-83.43294	226			GA	219		
4190728	Danton (historical)	danton-historical	US		0	America/New_York	32.19491	-82.15262	58			GA	267		
4190730	Danville (historical)	danville-historical	US		0	America/New_York	32.05628	-83.9874	85			GA	261		
4190735	Daphne (historical)	daphne-historical	US		0	America/New_York	31.96517	-83.91184	74			GA	081		
4190751	Darien Heights	darien-heights	US		0	America/New_York	31.3755	-81.42677	6			GA	191		
4190764	Darlot	darlot	US		0	America/New_York	31.93493	-81.63039	18			GA	179		
4190775	Dartmouth Estates	dartmouth-estates	US		0	America/New_York	33.5515	-84.40076	278			GA	063		
4190777	Darwin Subdivision	darwin-subdivision	US		0	America/New_York	33.55152	-83.1721	194			GA	133		
4190779	Dasher	dasher	US		963	America/New_York	30.74743	-83.2207	51			GA	185		
4190799	Davenport Trace	davenport-trace	US		0	America/New_York	34.03232	-84.6891	287			GA	067		
4190805	David (historical)	david-historical	US		0	America/New_York	33.26153	-82.49485	152			GA	125		
4190873	Davis Crossroads	davis-crossroads	US		0	America/New_York	33.97677	-84.68994	297			GA	067		
4190875	Davis Estates	davis-estates	US		0	America/New_York	33.924	-83.38488	201			GA	059		
4190909	Davis Mill	davis-mill	US		0	America/New_York	31.75879	-83.91962	76			GA	321		
4190911	Davis Crossroads	davis-crossroads	US		0	America/New_York	34.75536	-85.36801	251			GA	295		
4190948	Dawesville	dawesville	US		0	America/New_York	30.92241	-84.00906	52			GA	275		
4190949	Dawnville	dawnville	US		0	America/New_York	34.81925	-84.87911	227			GA	313		
4190964	Dawson Estates	dawson-estates	US		0	America/New_York	32.44098	-84.90187	97			GA	215		
4190967	Dawson Heights	dawson-heights	US		0	America/New_York	31.60684	-84.21602	70			GA	095		
4190988	Days Crossroads	days-crossroads	US		0	America/New_York	31.72183	-85.04409	84	Days Cross Roads,Days Crossroads		GA	061		
4190993	Daytona Mobile Home Park	daytona-mobile-home-park	US		0	America/New_York	33.49761	-84.62826	290			GA	077		
4191009	DeBruce	debruce	US		0	America/New_York	33.35209	-82.05012	61	DeBruce,Debruce		GA	245		
4191022	DeKalb Highlands	dekalb-highlands	US		0	America/New_York	33.93982	-84.28603	316			GA	089		
4191031	DeRenne Terrace	derenne-terrace	US		0	America/New_York	32.01521	-81.07067	3			GA	051		
4191033	DeSoto (historical)	desoto-historical	US		0	America/New_York	34.25843	-85.17356	181			GA	115		
4191039	DeSoto Homes	desoto-homes	US		0	America/New_York	34.26148	-85.17801	180			GA	115		
4191075	Deals Landing	deals-landing	US		0	America/New_York	30.84523	-81.6551	4			GA	039		
4191095	Deans Crossing	deans-crossing	US		0	America/New_York	32.0927	-81.90512	58	Dean,Deans Crossing		GA	109		
4191136	Decora	decora	US		0	America/New_York	34.57925	-84.86272	208			GA	129		
4191139	Dedrich	dedrich	US		0	America/New_York	32.85265	-83.22932	87			GA	319		
4191144	Deenwood	deenwood	US		2146	America/New_York	31.22201	-82.38725	42			GA	299		
4191161	Deep Creek Acres	deep-creek-acres	US		0	America/New_York	33.6315	-84.59854	243			GA	121		
4191167	Deep Forest	deep-forest	US		0	America/New_York	33.44595	-84.47437	261			GA	113		
4191181	Deepstep	deepstep	US		128	America/New_York	33.01821	-82.96903	95			GA	303		
4191196	Deer Glen Forest	deer-glen-forest	US		0	America/New_York	33.4715	-84.41854	262			GA	113		
4191199	Deer Run	deer-run	US		0	America/New_York	30.76773	-81.66288	6			GA	039		
4191200	Deer Run	deer-run	US		0	America/New_York	33.85094	-84.75244	288			GA	223		
4191201	Deer Run Estates	deer-run-estates	US		0	America/New_York	31.82854	-81.61372	26			GA	179		
4191204	Deer Track	deer-track	US		0	America/New_York	33.59151	-83.71323	225			GA	217		
4191206	Deerbrook Estates	deerbrook-estates	US		0	America/New_York	33.83844	-84.69882	304			GA	067		
4191207	Deerchase	deerchase	US		0	America/New_York	34.09649	-84.46326	304			GA	057		
4191214	Deerfield Estates	deerfield-estates	US		0	America/New_York	34.14621	-84.81605	212			GA	015		
4191215	Deerfield Farm Estates	deerfield-farm-estates	US		0	America/New_York	31.51184	-83.96574	94			GA	321		
4191226	Deerwood Acres	deerwood-acres	US		0	America/New_York	33.5618	-82.13679	100			GA	073		
4191227	Deerwood Estates	deerwood-estates	US		0	America/New_York	33.57013	-82.14012	86			GA	073		
4191228	Deerwood Estates	deerwood-estates	US		0	America/New_York	31.81632	-81.60733	25			GA	179		
4191229	Deerwood Estates	deerwood-estates	US		0	America/New_York	33.95595	-83.53655	256			GA	219		
4191232	Deerwood Park	deerwood-park	US		0	America/New_York	33.55872	-84.49465	268			GA	121		
4191234	Dees (historical)	dees-historical	US		0	America/New_York	30.76076	-83.30432	61			GA	185		
4191242	Del Pines	del-pines	US		0	America/New_York	33.63622	-84.21659	268			GA	151		
4191243	Del Ridge	del-ridge	US		0	America/New_York	33.72094	-84.66355	304			GA	097		
4191280	Delph (historical)	delph-historical	US		0	America/New_York	33.57291	-82.2504	116	Delph (historical),Lampkin		GA	073		
4191287	Demere Hammock	demere-hammock	US		0	America/New_York	31.18551	-81.47343	1			GA	127		
4191307	Dempsey	dempsey	US		0	America/New_York	32.24656	-83.23738	115			GA	091		
4191310	Den Court	den-court	US		0	America/New_York	33.90067	-83.46544	206			GA	219		
4191338	Denton Farms	denton-farms	US		0	America/New_York	33.80344	-84.81522	312			GA	223		
4191339	Denton Manor	denton-manor	US		0	America/New_York	33.92316	-84.78549	353			GA	223		
4191346	Derby Hill	derby-hill	US		0	America/New_York	33.88705	-84.35104	264			GA	121		
4191354	Desser	desser	US		0	America/New_York	30.8863	-84.8627	43			GA	253		
4191356	Destitute Acres	destitute-acres	US		0	America/New_York	34.37565	-83.84657	352			GA	139		
4191359	Devane	devane	US		0	America/New_York	34.40065	-83.86907	345			GA	139		
4191360	Devenwood	devenwood	US		0	America/New_York	31.17495	-81.38232	3			GA	127		
4191362	Devereaux Estates	devereaux-estates	US		0	America/New_York	32.51404	-83.71963	121			GA	153		
4191363	Devereux	devereux	US		0	America/New_York	33.22209	-83.07348	177	Devereaux,Devereux		GA	141		
4191366	Denton Estates	denton-estates	US		0	America/New_York	33.83705	-84.84105	327			GA	223		
4191386	Devonshire	devonshire	US		0	America/New_York	33.58983	-84.46298	300			GA	121		
4191387	Devonshire	devonshire	US		0	America/New_York	33.87566	-84.75549	306			GA	223		
4191388	Devonwood	devonwood	US		0	America/New_York	32.44432	-83.69685	108			GA	153		
4191398	Dewberry Town	dewberry-town	US		0	America/New_York	34.94591	-85.27357	258			GA	295		
4191400	Dewey City	dewey-city	US		0	America/New_York	30.83797	-83.9985	83			GA	275		
4191401	Dewey Crossroads	dewey-crossroads	US		0	America/New_York	34.32982	-84.79188	265	Dewey,Dewey Crossroads		GA	015		
4191410	Devonshire	devonshire	US		0	America/New_York	33.57178	-84.30048	249			GA	063		
4191411	Dial	dial	US		0	America/New_York	34.75981	-84.21686	563	Dial,Vanzant's Store,Vanzants Store		GA	111		
4191415	Dialtown	dialtown	US		0	America/New_York	33.64734	-83.86324	245			GA	217		
4191418	Diamond Hill	diamond-hill	US		0	America/New_York	34.06345	-83.27793	243	Diamond Hill,Diamond Hull		GA	195		
4191429	Diamond Rock (historical)	diamond-rock-historical	US		0	America/New_York	34.04539	-83.29515	224			GA	195		
4191447	Dickerson Mill	dickerson-mill	US		0	America/New_York	34.93787	-83.44266	695			GA	241		
4191451	Dickey (historical)	dickey-historical	US		0	America/New_York	34.97202	-85.33218	205			GA	295		
4191466	Dicks Hill	dicks-hill	US		0	America/New_York	34.58343	-83.42628	464			GA	137		
4191487	Dietz	dietz	US		0	America/New_York	34.94452	-85.20218	221			GA	047		
4191489	Digbey	digbey	US		0	America/New_York	33.25762	-84.48937	240			GA	063		
4191503	Dillon (historical)	dillon-historical	US		0	America/New_York	34.79702	-85.43913	610			GA	295		
4191508	Dimon Head	dimon-head	US		0	America/New_York	32.45514	-84.93132	97			GA	215		
4191509	Dimon Woods	dimon-woods	US		0	America/New_York	32.45292	-84.92576	110			GA	215		
4191510	Dingler Crossroads	dingler-crossroads	US		0	America/New_York	33.54456	-84.93466	298			GA	045		
4191511	Dinglewood	dinglewood	US		0	America/New_York	32.46875	-84.97049	101			GA	215		
4191536	District Path	district-path	US		0	America/New_York	32.61293	-83.37906	144			GA	289		
4191549	Dix-Leeson	dix-leeson	US		0	America/New_York	33.54317	-84.45993	289			GA	113		
4191553	Dixie Acres	dixie-acres	US		0	America/New_York	33.57178	-83.76962	233			GA	217		
4191559	Dixie Heights	dixie-heights	US		0	America/New_York	31.56073	-84.13713	61			GA	095		
4191561	Dixie Hills	dixie-hills	US		0	America/New_York	34.36232	-83.79184	346			GA	139		
4191578	Dixie Union	dixie-union	US		0	America/New_York	31.33938	-82.46319	48			GA	299		
4191580	Dixie Village	dixie-village	US		0	America/New_York	33.56401	-83.77768	225			GA	217		
4191581	Dixieland	dixieland	US		0	America/New_York	31.56406	-84.16407	56			GA	095		
4191604	Dixon Crossroads	dixon-crossroads	US		0	America/New_York	34.62537	-83.49739	430			GA	137		
4191615	Dobbs Estates	dobbs-estates	US		0	America/New_York	34.10371	-84.5141	296			GA	057		
4191621	Doboy (historical)	doboy-historical	US		0	America/New_York	31.39856	-81.32788	2			GA	191		
4191628	Dock Junction	dock-junction	US		7721	America/New_York	31.20245	-81.51677	1			GA	127		
4191644	Doctortown	doctortown	US		0	America/New_York	31.65355	-81.82928	23	Doctor Town,Doctors Town,Doctortown,Fort Defense		GA	305		
4191658	Dodge High	dodge-high	US		0	America/New_York	32.23045	-83.22904	119			GA	091		
4191670	Doe Run Estates	doe-run-estates	US		0	America/New_York	31.83938	-81.579	6			GA	179		
4191687	Dogsboro	dogsboro	US		0	America/New_York	34.03206	-83.31571	252			GA	195		
4191688	Dogwood Acres	dogwood-acres	US		0	America/New_York	33.584	-84.30437	272			GA	063		
4191689	Dogwood Acres	dogwood-acres	US		0	America/New_York	33.7215	-84.69299	296			GA	097		
4191691	Dog Crossing	dog-crossing	US		0	America/New_York	32.98152	-84.26131	231			GA	293		
4191694	Dogwood Circle	dogwood-circle	US		0	America/New_York	34.72091	-85.28468	252			GA	295		
4191695	Dogwood Estates	dogwood-estates	US		0	America/New_York	34.27954	-85.1155	223			GA	115		
4191696	Dogwood Forest	dogwood-forest	US		0	America/New_York	33.68316	-84.21214	261			GA	089		
4191697	Dogwood Hills	dogwood-hills	US		0	America/New_York	33.67233	-84.21214	251			GA	089		
4191700	Dogwood Plantation	dogwood-plantation	US		0	America/New_York	32.77125	-83.77268	152			GA	021		
4191706	Doles	doles	US		0	America/New_York	31.69934	-83.88518	83			GA	321		
4191726	Don (historical)	don-historical	US		0	America/New_York	34.00093	-84.99772	279			GA	233		
4191746	Doogan	doogan	US		0	America/New_York	34.96869	-84.65966	334			GA	213		
4191754	Dooling	dooling	US		148	America/New_York	32.23044	-83.92796	113			GA	093		
4191766	Dora (historical)	dora-historical	US		0	America/New_York	34.93175	-84.19019	609			GA	111		
4191767	Doral Park	doral-park	US		0	America/New_York	33.65122	-84.35937	260			GA	121		
4191768	Doraville	doraville	US		10896	America/New_York	33.89816	-84.28326	327	Cross Keys,Doravil,Doraville,dorabhila,drawyl  jwrjya,dwrafyl,Доравил,دراویل، جورجیا,دورافيل,ڈوراویل، جارجیا,डोराभिल		GA	089		
4191810	Dosaga	dosaga	US		0	America/New_York	31.56129	-84.1138	60			GA	095		
4191837	Double Branches	double-branches	US		0	America/New_York	33.56483	-85.12633	297			GA	045		
4191841	Double Branches	double-branches	US		0	America/New_York	33.75207	-82.3329	128			GA	181		
4191851	Double Churches	double-churches	US		0	America/New_York	32.55681	-84.97632	160			GA	215		
4191859	Double E Mobile Home Park	double-e-mobile-home-park	US		0	America/New_York	33.53845	-84.42076	269			GA	063		
4191862	Double Heads	double-heads	US		0	America/New_York	32.64934	-81.69344	63	Double Heads,Doubleheads		GA	251		
4191881	Double Run	double-run	US		0	America/New_York	31.85823	-83.55822	104	Double Run,Doublerun		GA	315		
4191889	Double Springs (historical)	double-springs-historical	US		0	America/New_York	34.19454	-84.71299	267			GA	015		
4191896	Doublegate	doublegate	US		0	America/New_York	31.59878	-84.25547	63			GA	095		
4191897	Doublegate	doublegate	US		0	America/New_York	33.69039	-84.70716	303			GA	097		
4191898	Doublegate	doublegate	US		0	America/New_York	32.55154	-83.64602	116			GA	153		
4191936	Douglas Estates	douglas-estates	US		0	America/New_York	33.67511	-84.72271	287			GA	097		
4191947	Douglas Ridge	douglas-ridge	US		0	America/New_York	33.70566	-84.76744	348			GA	097		
4191953	Douglass Crossroads	douglass-crossroads	US		0	America/New_York	31.30351	-84.67325	64			GA	099		
4191968	Dove Cove	dove-cove	US		0	America/New_York	32.6032	-83.7063	118			GA	153		
4191977	Dove Rest	dove-rest	US		0	America/New_York	33.56678	-84.22464	261			GA	151		
4191980	Dover Bluff	dover-bluff	US		0	America/New_York	31.01718	-81.52704	3	Dover Bluff,Dover Bluff Club		GA	039		
4191989	Dover Meadows	dover-meadows	US		0	America/New_York	33.55233	-84.40854	279			GA	063		
4191990	Dover Square	dover-square	US		0	America/New_York	33.40234	-84.58382	248			GA	113		
4191992	Doverel	doverel	US		0	America/New_York	31.70156	-84.52214	101	Dover,Doverel,Doverell		GA	273		
4191996	Dover Hills	dover-hills	US		0	America/New_York	32.53486	-84.90382	122			GA	215		
4191998	Dowdy (historical)	dowdy-historical	US		0	America/New_York	34.03289	-83.28099	214			GA	195		
4192030	Dozier (historical)	dozier-historical	US		0	America/New_York	31.23463	-84.7852	62			GA	201		
4192043	Drakes Landing	drakes-landing	US		0	America/New_York	33.51206	-84.33687	267			GA	063		
4192047	Draketown	draketown	US		0	America/New_York	33.82622	-85.04411	379			GA	143		
4192058	Draneville	draneville	US		0	America/New_York	32.21071	-84.48714	188	Dranesville,Draneville,Dranville,Jacksonville		GA	197		
4192072	Driftwood Forest	driftwood-forest	US		0	America/New_York	34.10343	-84.48576	297			GA	057		
4192073	Driftwood Station	driftwood-station	US		0	America/New_York	34.09843	-84.49021	300			GA	057		
4192079	Driskolls	driskolls	US		0	America/New_York	33.73372	-84.96078	331			GA	045		
4192083	Drone	drone	US		0	America/New_York	33.05543	-82.15873	101	Catesville,Drone		GA	033		
4192088	Druid Hills	druid-hills	US		14568	America/New_York	33.78038	-84.33604	278	Druid Hill,Druid Hills		GA	089		
4192099	Drum Point Landing	drum-point-landing	US		0	America/New_York	31.68383	-81.27399	1			GA	179		
4192171	Dry Creek Subdivision	dry-creek-subdivision	US		0	America/New_York	31.45296	-83.99574	90			GA	321		
4192187	Dry Pond	dry-pond	US		0	America/New_York	34.1915	-83.57489	279	Dry Pond,Drypond		GA	157		
4192226	Duck Creek (historical)	duck-creek-historical	US		0	America/New_York	34.58119	-85.36774	218	Duck Creek (historical),McConnellsville Station		GA	055		
4192242	Ducker	ducker	US		0	America/New_York	31.52629	-84.36602	61			GA	095		
4192253	Due (historical)	due-historical	US		0	America/New_York	34.78286	-84.2777	576			GA	111		
4192256	Due West Estates	due-west-estates	US		0	America/New_York	33.97566	-84.74438	305			GA	223		
4192265	Dugdown	dugdown	US		0	America/New_York	33.9001	-85.25495	343			GA	143		
4192281	Dukes (historical)	dukes-historical	US		0	America/New_York	32.00131	-81.71317	27			GA	179		
4192304	Dunagan	dunagan	US		0	America/New_York	34.31732	-83.71434	312			GA	139		
4192311	Dunaway Gardens	dunaway-gardens	US		0	America/New_York	33.47845	-84.8191	257			GA	077		
4192346	Dungeness	dungeness	US		0	America/New_York	30.74829	-81.46732	5			GA	039		
4192348	Dunham (historical)	dunham-historical	US		0	America/New_York	31.73716	-81.29566	4			GA	179		
4192358	Dunn Chapel	dunn-chapel	US		0	America/New_York	33.6568	-82.33679	151			GA	073		
4192361	Dunn Hill	dunn-hill	US		0	America/New_York	33.81177	-84.59327	299			GA	067		
4192375	Dunwoody	dunwoody	US		48733	America/New_York	33.94621	-84.33465	345	Danvudi,danvudi,danwwdy  jwrjya,deon-udi,dnwwdy,Данвуди,دانوودی، جورجیا,دنوودي,ڈنووڈی، جارجیا,डन्वूडी,던우디		GA	089		
4192376	Dunwoody Club Forest	dunwoody-club-forest	US		0	America/New_York	33.95705	-84.31159	317			GA	089		
4192377	Dunwoody Corners	dunwoody-corners	US		0	America/New_York	33.94871	-84.31492	328			GA	089		
4192380	Dunwoody Heights	dunwoody-heights	US		0	America/New_York	33.95982	-84.32854	323			GA	089		
4192382	Dunwoody Knoll	dunwoody-knoll	US		0	America/New_York	33.95732	-84.33826	318			GA	089		
4192388	Dunwoody West	dunwoody-west	US		0	America/New_York	33.9476	-84.34159	321			GA	089		
4192400	Durden	durden	US		0	America/New_York	30.79186	-83.47349	56			GA	027		
4192410	Durdenville	durdenville	US		0	America/New_York	32.53655	-82.19346	67			GA	107		
4192413	Durelle	durelle	US		0	America/New_York	33.75594	-84.7266	336			GA	097		
4192416	Duresville	duresville	US		0	America/New_York	32.86014	-83.57851	135			GA	021		
4192423	Durham Town	durham-town	US		0	America/New_York	33.66179	-83.03237	181			GA	133		
4192436	Duval	duval	US		0	America/New_York	33.55011	-84.23048	228			GA	151		
4192443	Dyas	dyas	US		0	America/New_York	32.86625	-83.99435	139			GA	207		
4192465	Dyes Crossroad	dyes-crossroad	US		0	America/New_York	33.2107	-82.14595	103	Dyes,Dyes Crossroad		GA	033		
4192468	Dykes (historical)	dykes-historical	US		0	America/New_York	34.23898	-85.08717	189			GA	115		
4192489	Eagan Park	eagan-park	US		0	America/New_York	33.66372	-84.42993	311			GA	121		
4192490	Eager	eager	US		0	America/New_York	30.86964	-83.31015	51			GA	185		
4192492	Dyson (historical)	dyson-historical	US		0	America/New_York	33.96317	-82.69541	155			GA	317		
4192493	Eagle Cliff	eagle-cliff	US		0	America/New_York	34.92841	-85.35274	226			GA	295		
4192497	Eagle Court	eagle-court	US		0	America/New_York	32.40824	-81.77956	62			GA	031		
4192514	Eagle Pond	eagle-pond	US		0	America/New_York	31.85822	-84.2313	89			GA	177		
4192522	Eagles Rest	eagles-rest	US		0	America/New_York	33.10429	-85.06272	214			GA	285		
4192523	Eaglewood	eaglewood	US		0	America/New_York	34.21455	-83.82962	323			GA	139		
4192530	Early (historical)	early-historical	US		0	America/New_York	34.24787	-85.44274	201			GA	115		
4192545	Eason	eason	US		0	America/New_York	30.81103	-83.84933	48	Eason,Eason Station		GA	275		
4192546	Eason Bluff	eason-bluff	US		0	America/New_York	31.89992	-82.18179	30			GA	001		
4192558	East Albany	east-albany	US		0	America/New_York	31.57573	-84.10574	62			GA	095		
4192560	East Armuchee	east-armuchee	US		0	America/New_York	34.62647	-85.13023	278	East Armuchee,Trans		GA	295		
4192567	East Atlanta	east-atlanta	US		0	America/New_York	33.74011	-84.34493	309			GA	089		
4192577	East Boynton	east-boynton	US		0	America/New_York	34.92563	-85.17217	224			GA	047		
4192581	East Boxwood Estates	east-boxwood-estates	US		0	America/New_York	34.21399	-84.74716	286			GA	015		
4192595	East Conway Hill	east-conway-hill	US		0	America/New_York	33.87927	-84.40382	297			GA	121		
4192598	East Crisp	east-crisp	US		0	America/New_York	31.95684	-83.67961	129			GA	081		
4192605	East Dougherty	east-dougherty	US		0	America/New_York	31.52434	-83.98935	85			GA	321		
4192607	East Edgewood	east-edgewood	US		0	America/New_York	32.48292	-84.91854	80			GA	215		
4192611	East End	east-end	US		0	America/New_York	31.14384	-81.3751	3			GA	127		
4192626	East Glen	east-glen	US		0	America/New_York	33.65427	-84.24464	277			GA	089		
4192627	East Griffin	east-griffin	US		1451	America/New_York	33.24373	-84.22881	266			GA	255		
4192633	East Highlands	east-highlands	US		0	America/New_York	32.47903	-84.97188	99			GA	215		
4192635	East Juliette	east-juliette	US		0	America/New_York	33.10874	-83.7924	135	East Juliette,Glovers,Glovers Mill		GA	169		
4192640	East Lake	east-lake	US		0	America/New_York	33.75261	-84.30437	319			GA	089		
4192643	East Lake Highlands	east-lake-highlands	US		0	America/New_York	33.75038	-84.29853	302			GA	089		
4192648	East Lakes	east-lakes	US		0	America/New_York	32.48209	-84.89049	99			GA	215		
4192655	East Macon	east-macon	US		0	America/New_York	32.83681	-83.56018	140			GA	021		
4192686	East Newnan	east-newnan	US		1321	America/New_York	33.35067	-84.7766	276			GA	077		
4192707	East Thomaston	east-thomaston	US		0	America/New_York	32.88958	-84.31547	228			GA	293		
4192709	East Towne	east-towne	US		0	America/New_York	31.58795	-84.13491	61			GA	095		
4192713	East Urban Heights	east-urban-heights	US		0	America/New_York	32.4932	-84.89215	102			GA	215		
4192726	East Warrenton	east-warrenton	US		0	America/New_York	33.40681	-82.63986	164			GA	301		
4192727	East Wood	east-wood	US		0	America/New_York	33.59956	-83.77823	242			GA	217		
4192732	East Trion	east-trion	US		0	America/New_York	34.54647	-85.29162	213			GA	055		
4192734	Eastburn (historical)	eastburn-historical	US		0	America/New_York	34.60871	-83.6724	412			GA	311		
4192735	Eastdale Mobile Home Park	eastdale-mobile-home-park	US		0	America/New_York	33.65928	-84.0188	275			GA	247		
4192738	Easterling (historical)	easterling-historical	US		0	America/New_York	32.01909	-81.85123	54			GA	267		
4192744	Eastgate	eastgate	US		0	America/New_York	31.57795	-84.08074	60			GA	095		
4192745	Eastgate Mobile Home Park	eastgate-mobile-home-park	US		0	America/New_York	34.10093	-84.5791	344			GA	057		
4192752	Eastland Heights	eastland-heights	US		0	America/New_York	33.719	-84.32992	297	Brookwood,Eastland Heights		GA	089		
4192760	Eastmeadow	eastmeadow	US		0	America/New_York	33.93956	-83.31655	234			GA	059		
4192792	Eastwind	eastwind	US		0	America/New_York	30.8777	-83.25821	64			GA	185		
4192797	Eastwood Estates	eastwood-estates	US		0	America/New_York	33.40623	-84.71021	279			GA	077		
4192812	Ebenezer	ebenezer	US		0	America/New_York	32.37797	-81.18233	14			GA	103		
4192813	Ebenezer	ebenezer	US		0	America/New_York	34.94092	-83.93685	967			GA	291		
4192814	Ebenezer	ebenezer	US		0	America/New_York	33.71123	-83.62184	244	Ebenezer,Ebernezer		GA	297		
4192918	Ebo Landing	ebo-landing	US		0	America/New_York	31.18829	-81.38704	1			GA	127		
4192920	Echeconnee	echeconnee	US		0	America/New_York	32.68514	-83.70046	90	Echeconnee,Echeeconnee		GA	225		
4192921	Echeconnee Acres	echeconnee-acres	US		0	America/New_York	32.72014	-83.75685	114			GA	021		
4192924	Echo Glen	echo-glen	US		0	America/New_York	32.64653	-83.65685	135			GA	153		
4192927	Echo Ridge	echo-ridge	US		0	America/New_York	33.8926	-84.76605	312			GA	223		
4192936	Echota	echota	US		0	America/New_York	34.52009	-84.94244	202	Echota,Echota Village		GA	129		
4192939	Echo Brook Park	echo-brook-park	US		0	America/New_York	33.89095	-83.47127	207			GA	219		
4192951	Edenwood	edenwood	US		0	America/New_York	33.41458	-82.02151	53			GA	245		
4192952	Edgar (historical)	edgar-historical	US		0	America/New_York	34.94424	-84.89494	238			GA	313		
4192953	Edgars	edgars	US		0	America/New_York	32.84515	-83.21238	90			GA	319		
4192957	Edgehill	edgehill	US		24	America/New_York	33.15237	-82.6243	146	Edge Hill,Edgehill,Jule Wilcher Quarters		GA	125		
4192960	Edgemere	edgemere	US		0	America/New_York	32.03938	-81.08761	7			GA	051		
4192964	Edgemoor Manor	edgemoor-manor	US		0	America/New_York	33.57678	-84.36937	265			GA	063		
4192971	Edgewood Acres	edgewood-acres	US		0	America/New_York	32.42379	-81.76789	62			GA	031		
4192975	Edgewood Crossroads	edgewood-crossroads	US		0	America/New_York	33.61319	-82.87737	158			GA	265		
4192977	Edgewood Estates	edgewood-estates	US		0	America/New_York	34.03343	-84.69521	282			GA	067		
4192978	Edgewood Forest	edgewood-forest	US		0	America/New_York	32.48236	-84.92965	92			GA	215		
4192979	Edgewood Terrace	edgewood-terrace	US		0	America/New_York	32.48264	-84.91965	81			GA	215		
4192980	Edie (historical)	edie-historical	US		0	America/New_York	33.30292	-82.15123	132			GA	245		
4192984	Edinburg (historical)	edinburg-historical	US		0	America/New_York	34.18233	-82.73541	149			GA	105		
4192989	Edith	edith	US		0	America/New_York	30.67855	-82.55124	35			GA	065		
4192991	Edman	edman	US		0	America/New_York	33.03652	-84.56437	226			GA	199		
4193005	Ednaville	ednaville	US		0	America/New_York	34.129	-83.77073	286			GA	157		
4193009	Edwards (historical)	edwards-historical	US		0	America/New_York	31.876	-84.29324	91			GA	177		
4193036	Edwardsville (historical)	edwardsville-historical	US		0	America/New_York	33.83288	-84.36159	276			GA	121		
4193039	Eelbeck	eelbeck	US		0	America/New_York	32.44181	-84.75271	103	Eelbeck,Millville		GA	053		
4193096	Eightmile Still	eightmile-still	US		0	America/New_York	31.06826	-82.88014	58			GA	065		
4193117	Elder	elder	US		0	America/New_York	33.76818	-83.3471	188	Elder,Goshen		GA	219		
4193118	Elder	elder	US		0	America/New_York	33.96817	-83.42655	218			GA	059		
4193122	Elder Heights	elder-heights	US		0	America/New_York	33.84567	-83.48572	228			GA	219		
4193129	Elder Ridge	elder-ridge	US		0	America/New_York	33.84734	-83.48572	229			GA	219		
4193132	Elders	elders	US		0	America/New_York	34.69758	-84.57382	454			GA	123		
4193134	Elders Mill	elders-mill	US		0	America/New_York	33.27456	-84.62882	256			GA	077		
4193143	Eldorendo	eldorendo	US		0	America/New_York	31.04407	-84.65186	39			GA	087		
4193147	Eleanor Village	eleanor-village	US		0	America/New_York	31.55295	-84.10018	58			GA	095		
4193150	Elery	elery	US		0	America/New_York	33.35539	-85.13383	280			GA	149		
4193152	Elgin (historical)	elgin-historical	US		0	America/New_York	33.22651	-84.00436	216			GA	035		
4193185	Elizabeth Park	elizabeth-park	US		0	America/New_York	33.64261	-84.34409	264			GA	063		
4193188	Elizabeth Village Mobile Home Park	elizabeth-village-mobile-home-park	US		0	America/New_York	33.58205	-85.10411	306			GA	045		
4193190	Elk Ridge	elk-ridge	US		0	America/New_York	33.58317	-83.80268	207			GA	217		
4193204	Ella Park (historical)	ella-park-historical	US		0	America/New_York	31.05968	-81.56899	3			GA	039		
4193213	Ellen	ellen	US		0	America/New_York	33.80066	-84.44243	277			GA	121		
4193217	Ellenwood Homes	ellenwood-homes	US		0	America/New_York	33.61483	-84.30103	266			GA	063		
4193220	Ellerbeetown	ellerbeetown	US		0	America/New_York	32.91013	-84.45687	231			GA	293		
4193228	Ellie Spring	ellie-spring	US		0	America/New_York	34.92341	-85.16634	235	Ellie Spring,Ellis Spring		GA	047		
4193237	Ella Gap	ella-gap	US		0	America/New_York	34.64203	-84.49909	419			GA	123		
4193255	Elliotts Bluff	elliotts-bluff	US		0	America/New_York	30.84579	-81.56149	2			GA	039		
4193256	Elliotts Plantation	elliotts-plantation	US		0	America/New_York	30.83912	-81.57482	4			GA	039		
4193259	Ellis (historical)	ellis-historical	US		0	America/New_York	31.67658	-82.70736	79			GA	161		
4193273	Ellis Plantation	ellis-plantation	US		0	America/New_York	33.10959	-82.33846	112			GA	163		
4193274	Ellis Point	ellis-point	US		0	America/New_York	31.21023	-81.51955	2			GA	127		
4193291	Ellwood	ellwood	US		0	America/New_York	33.30431	-82.12929	128			GA	245		
4193298	Elmdale Estates	elmdale-estates	US		0	America/New_York	32.55126	-83.63879	113			GA	153		
4193301	Elmodel	elmodel	US		0	America/New_York	31.34573	-84.47241	49			GA	007		
4193303	Elmore (historical)	elmore-historical	US		0	America/New_York	33.11376	-82.08901	100			GA	033		
4193305	Elmside Village	elmside-village	US		0	America/New_York	33.95149	-84.25409	300			GA	135		
4193306	Elmview	elmview	US		0	America/New_York	32.31126	-84.56298	151			GA	197		
4193311	Elon Village	elon-village	US		0	America/New_York	31.58101	-84.1313	63			GA	095		
4193312	Elpino	elpino	US		0	America/New_York	30.99713	-84.23129	102			GA	131		
4193314	Elrod Mill	elrod-mill	US		0	America/New_York	34.86703	-84.29686	507			GA	111		
4193317	Elton (historical)	elton-historical	US		0	America/New_York	32.25574	-82.24595	75			GA	279		
4193318	Elton Estates	elton-estates	US		0	America/New_York	33.88705	-84.36243	276			GA	121		
4193341	Embassy Estates	embassy-estates	US		0	America/New_York	33.55345	-84.44576	277			GA	063		
4193343	Embrey Hills	embrey-hills	US		0	America/New_York	33.52039	-84.33798	254			GA	063		
4193344	Embry Hills	embry-hills	US		0	America/New_York	33.88149	-84.25576	276			GA	089		
4193347	Emerald Forest	emerald-forest	US		0	America/New_York	34.08982	-84.6341	286			GA	057		
4193348	Emerald Forest	emerald-forest	US		0	America/New_York	33.89872	-84.04519	289			GA	135		
4193349	Emerald Forest	emerald-forest	US		0	America/New_York	33.87372	-84.85411	338			GA	223		
4193351	Emerald Hills	emerald-hills	US		0	America/New_York	33.51511	-84.3327	265			GA	063		
4193352	Emerald Willows	emerald-willows	US		0	America/New_York	34.07371	-84.68521	268			GA	067		
4193353	Emerich	emerich	US		0	America/New_York	32.28349	-83.79379	135			GA	093		
4193357	Ellison Estates	ellison-estates	US		0	America/New_York	33.794	-84.58243	301			GA	067		
4193359	Emerson Park	emerson-park	US		0	America/New_York	31.18883	-82.39763	44			GA	299		
4193368	Emit	emit	US		0	America/New_York	32.3438	-81.73983	52			GA	031		
4193374	Emmalane	emmalane	US		0	America/New_York	32.75989	-81.99817	62			GA	165		
4193405	Emily (historical)	emily-historical	US		0	America/New_York	33.56761	-84.92022	337			GA	045		
4193408	Emory Estates	emory-estates	US		0	America/New_York	33.79038	-84.31437	298			GA	089		
4193409	Emory Highlands	emory-highlands	US		0	America/New_York	33.78872	-84.31742	282			GA	089		
4193424	Empress	empress	US		0	America/New_York	30.67159	-83.56571	38			GA	027		
4193425	Enal (historical)	enal-historical	US		0	America/New_York	32.30158	-81.7765	61			GA	031		
4193426	Eneck (historical)	eneck-historical	US		0	America/New_York	32.60101	-81.40261	35			GA	251		
4193447	English Eddy	english-eddy	US		0	America/New_York	31.96936	-82.35652	34			GA	279		
4193449	English Heights	english-heights	US		0	America/New_York	33.76455	-84.71077	342			GA	097		
4193489	Enon Forest	enon-forest	US		0	America/New_York	33.69122	-84.56243	274			GA	121		
4193490	Enon Grove	enon-grove	US		0	America/New_York	33.33984	-85.01577	255			GA	149		
4193516	Ephesus	ephesus	US		420	America/New_York	33.40706	-85.25439	377	Ephesus,Loftin,Strahorns,Strayhorn		GA	149		
4193528	Ephesus Heights	ephesus-heights	US		0	America/New_York	33.71261	-84.84661	352			GA	097		
4193539	Epps Bridge Crossing	epps-bridge-crossing	US		0	America/New_York	33.92512	-83.43738	207			GA	059		
4193543	Epworth Acres	epworth-acres	US		0	America/New_York	31.17884	-81.4026	4			GA	127		
4193574	Esquiline (historical)	esquiline-historical	US		0	America/New_York	32.4182	-84.9241	96			GA	215		
4193575	Esquiline Heights	esquiline-heights	US		0	America/New_York	32.42153	-84.9366	113			GA	215		
4193577	Essex Village	essex-village	US		0	America/New_York	33.63789	-83.85268	247			GA	217		
4193580	Estelle	estelle	US		0	America/New_York	34.74702	-85.34107	268	Estelle,Shaw		GA	295		
4193583	Estelle Station (historical)	estelle-station-historical	US		0	America/New_York	34.75202	-85.35274	264	Estelle Station (historical),Shaw		GA	295		
4193596	Etheridge Glen	etheridge-glen	US		0	America/New_York	34.0151	-84.67994	300			GA	067		
4193607	Erastus	erastus	US		0	America/New_York	34.25261	-83.34099	233			GA	011		
4193614	Etowah (historical)	etowah-historical	US		0	America/New_York	34.47787	-84.04936	420			GA	187		
4193619	Etowah Cove	etowah-cove	US		0	America/New_York	34.06704	-84.69549	277			GA	067		
4193622	Etowah Mills	etowah-mills	US		0	America/New_York	34.12315	-84.64271	281			GA	057		
4193647	Etta (historical)	etta-historical	US		0	America/New_York	33.99177	-84.79272	287			GA	223		
4193648	Eubank (historical)	eubank-historical	US		0	America/New_York	33.67902	-82.2629	101			GA	073		
4193659	Eugemar	eugemar	US		0	America/New_York	31.58684	-84.17907	64			GA	095		
4193661	Euharlee	euharlee	US		4261	America/New_York	34.14482	-84.933	208	Burges Mill,Euharlee,Euharley,Euharleyville		GA	015		
4193670	Eulonia	eulonia	US		0	America/New_York	31.53328	-81.42705	6	Eulonia,Eulonia Station		GA	191		
4193677	Eureka (historical)	eureka-historical	US		0	America/New_York	33.20487	-82.8332	155			GA	141		
4193690	Eureka Springs (historical)	eureka-springs-historical	US		0	America/New_York	32.60712	-81.51705	39			GA	251		
4193692	Euthtilloga (historical)	euthtilloga-historical	US		0	America/New_York	34.58342	-85.36607	213			GA	055		
4193728	Evans Mill	evans-mill	US		0	America/New_York	33.53514	-82.12234	110			GA	073		
4193729	Evans Park	evans-park	US		0	America/New_York	33.56594	-84.42632	269			GA	063		
4193740	Evelyn	evelyn	US		0	America/New_York	31.31495	-81.47149	8			GA	127		
4193747	Everett Springs	everett-springs	US		0	America/New_York	34.49481	-85.11384	200	Everett Springs,Everetts Springs		GA	115		
4193801	Everhill	everhill	US		0	America/New_York	33.38539	-84.55382	256			GA	113		
4193804	Eves (historical)	eves-historical	US		0	America/New_York	34.25065	-85.02383	191			GA	015		
4193808	Evian	evian	US		0	America/New_York	33.36262	-84.54159	252			GA	113		
4193824	Executive Heights	executive-heights	US		0	America/New_York	33.71122	-84.78716	348			GA	097		
4194071	Exley	exley	US		0	America/New_York	32.24575	-81.229	17			GA	103		
4194084	Evergreen Heights	evergreen-heights	US		0	America/New_York	34.23816	-83.80462	357			GA	139		
4194087	Faceville	faceville	US		0	America/New_York	30.75325	-84.63992	93			GA	087		
4194098	Fagan	fagan	US		0	America/New_York	32.51987	-83.86352	143			GA	225		
4194100	Fain	fain	US		0	America/New_York	34.82454	-83.87129	605			GA	291		
4194109	Fains Store	fains-store	US		0	America/New_York	34.23566	-82.78764	202			GA	105		
4194125	Fairburn Heights	fairburn-heights	US		0	America/New_York	33.77233	-84.50326	264			GA	121		
4194158	Fairfield Farms	fairfield-farms	US		0	America/New_York	33.89316	-84.01102	323			GA	135		
4194159	Fairfield Glen	fairfield-glen	US		0	America/New_York	33.62094	-84.2277	277			GA	151		
4194160	Fairfield Lakes	fairfield-lakes	US		0	America/New_York	33.63289	-84.25548	276			GA	151		
4194171	Fairington	fairington	US		0	America/New_York	33.70011	-84.16381	265			GA	089		
4194172	Fairington	fairington	US		0	America/New_York	33.37847	-82.09179	144			GA	245		
4194174	Fairington Estates	fairington-estates	US		0	America/New_York	33.52236	-82.19568	96			GA	073		
4194177	Fairlane	fairlane	US		0	America/New_York	33.54817	-84.25548	269			GA	151		
4194178	Fairlawn Acres	fairlawn-acres	US		0	America/New_York	34.94619	-85.25384	221			GA	047		
4194180	Fairlawn Estates	fairlawn-estates	US		0	America/New_York	33.554	-85.118	323			GA	045		
4194195	Fairvale	fairvale	US		0	America/New_York	33.40431	-82.01539	49			GA	245		
4194203	Fairview (historical)	fairview-historical	US		0	America/New_York	33.53067	-85.19578	337			GA	045		
4194204	Fairview (historical)	fairview-historical	US		0	America/New_York	34.48592	-85.43607	252			GA	055		
4194234	Fairview Commons	fairview-commons	US		0	America/New_York	33.61122	-83.94352	233			GA	217		
4194237	Fairview Estates	fairview-estates	US		0	America/New_York	32.62653	-83.67602	133			GA	153		
4194240	Fairview Manor	fairview-manor	US		0	America/New_York	33.61011	-84.19797	260			GA	151		
4194253	Fairview Station	fairview-station	US		0	America/New_York	33.98538	-84.0313	314			GA	135		
4194254	Fairview Station	fairview-station	US		0	America/New_York	33.62066	-84.24575	293			GA	151		
4194255	Fairway Oaks	fairway-oaks	US		0	America/New_York	32.01993	-81.09595	6			GA	051		
4194256	Fairway Oaks	fairway-oaks	US		0	America/New_York	31.22301	-81.46927	4			GA	127		
4194264	Fairystone	fairystone	US		0	America/New_York	32.71903	-83.70685	111			GA	021		
4194334	Falcon Acres	falcon-acres	US		0	America/New_York	33.80788	-84.67466	286			GA	067		
4194336	Falcon Hills	falcon-hills	US		0	America/New_York	34.07371	-84.54577	325			GA	067		
4194337	Falcon Ridge	falcon-ridge	US		0	America/New_York	33.86483	-83.98324	290			GA	135		
4194338	Falcon Shores	falcon-shores	US		0	America/New_York	34.05288	-84.72021	279			GA	067		
4194339	Falconcrest	falconcrest	US		0	America/New_York	34.00594	-84.05852	326			GA	135		
4194365	Falling Rocks	falling-rocks	US		0	America/New_York	31.94019	-82.37318	29			GA	001		
4194371	Fambro (historical)	fambro-historical	US		0	America/New_York	34.48898	-84.78633	218			GA	129		
4194378	Fancy Bluff	fancy-bluff	US		0	America/New_York	31.13995	-81.55816	3			GA	127		
4194381	Fancy Hall	fancy-hall	US		0	America/New_York	31.76883	-81.24483	4	Fancy Hall,Sandy Mall		GA	029		
4194392	Fantasy Hills	fantasy-hills	US		0	America/New_York	34.94591	-85.33079	257			GA	295		
4194404	Farmdale (historical)	farmdale-historical	US		0	America/New_York	33.23484	-84.62104	252			GA	077		
4194417	Farmers High	farmers-high	US		0	America/New_York	33.53261	-85.18828	342	Farmers High,Farmers Hill,High School		GA	045		
4194430	Farmstead	farmstead	US		0	America/New_York	33.88538	-84.48521	306			GA	067		
4194436	Farrwood Park	farrwood-park	US		0	America/New_York	32.43987	-84.92076	94			GA	215		
4194462	Fawnwood	fawnwood	US		0	America/New_York	30.77301	-81.70677	6			GA	039		
4194463	Fay (historical)	fay-historical	US		0	America/New_York	33.62039	-84.23575	287			GA	151		
4194464	Fayette Acres	fayette-acres	US		0	America/New_York	33.49178	-84.48854	282			GA	113		
4194473	Fayette Villa Estates	fayette-villa-estates	US		0	America/New_York	33.44317	-84.54576	289			GA	113		
4194488	Fearing (historical)	fearing-historical	US		0	America/New_York	34.00316	-85.4044	277			GA	233		
4194493	Federal Hills	federal-hills	US		0	America/New_York	32.98596	-85.00549	218			GA	285		
4194496	Felder (historical)	felder-historical	US		0	America/New_York	31.82407	-83.56405	126	Davisville,Felder (historical)		GA	287		
4194553	Fendig	fendig	US		0	America/New_York	31.34022	-81.84039	26			GA	025		
4194555	Fellowship	fellowship	US		0	America/New_York	31.04297	-83.35655	74			GA	075		
4194565	Fenwyck	fenwyck	US		0	America/New_York	33.45623	-84.44715	279			GA	113		
4194577	Fernbrook	fernbrook	US		0	America/New_York	33.5718	-82.11929	100			GA	073		
4194580	Fernway Estates	fernway-estates	US		0	America/New_York	33.47456	-84.47076	275			GA	113		
4194589	Ferrell Crossroads	ferrell-crossroads	US		0	America/New_York	31.48434	-84.91604	98	Ferrel Crossroads,Ferrell Crossroads		GA	099		
4194593	Ferry Lake	ferry-lake	US		0	America/New_York	31.46741	-83.47294	105			GA	277		
4194594	Ferry Landing	ferry-landing	US		0	America/New_York	30.78301	-82.02456	2			GA	049		
4194595	Fetlock Meadows	fetlock-meadows	US		0	America/New_York	33.40567	-84.55965	255			GA	113		
4194601	Ficklin	ficklin	US		0	America/New_York	33.6343	-82.77931	132			GA	317		
4194602	Fickling Mill	fickling-mill	US		0	America/New_York	32.65403	-84.17769	116	Fickling,Fickling Mill,Ficklings Mill,Ficklins Mill,Flickins Mill		GA	269		
4194605	Fidelle	fidelle	US		0	America/New_York	34.60425	-84.82049	210	Fidele,Fidelle		GA	129		
4194612	Fielder Manor	fielder-manor	US		0	America/New_York	33.54594	-84.30909	275			GA	063		
4194619	Fields Crossroads	fields-crossroads	US		0	America/New_York	34.11454	-84.31326	311			GA	121		
4194626	Fieldstone	fieldstone	US		0	America/New_York	33.61539	-83.9613	248			GA	217		
4194627	Fieldstone	fieldstone	US		0	America/New_York	33.91123	-83.48183	240			GA	219		
4194628	Fieldwood	fieldwood	US		0	America/New_York	34.26204	-85.13412	209			GA	115		
4194631	Fife	fife	US		0	America/New_York	33.53483	-84.54548	293			GA	121		
4194643	Fighting Pine	fighting-pine	US		0	America/New_York	34.56482	-83.24544	285			GA	257		
4194653	Fincher Farms	fincher-farms	US		0	America/New_York	33.43762	-83.86518	194			GA	217		
4194657	Fincherville	fincherville	US		0	America/New_York	33.40928	-83.95324	214			GA	035		
4194669	Finleyson	finleyson	US		0	America/New_York	32.12989	-83.50073	79			GA	235		
4194672	Fillmore (historical)	fillmore-historical	US		0	America/New_York	34.81286	-84.91522	224			GA	313		
4194676	Fippin (historical)	fippin-historical	US		0	America/New_York	33.09541	-83.69601	172	Fippin (historical),Pippen		GA	169		
4195110	Fischers Crossroad	fischers-crossroad	US		0	America/New_York	33.3965	-84.6166	262	Fischers Crossroad,Fishers Crossroads		GA	077		
4195111	Fish	fish	US		0	America/New_York	33.99871	-85.14078	249			GA	233		
4195113	Fireside	fireside	US		0	America/New_York	33.58094	-84.58132	304			GA	121		
4195134	Fishers Bank	fishers-bank	US		0	America/New_York	33.38984	-84.56632	254			GA	113		
4195187	Five Acres Estates	five-acres-estates	US		0	America/New_York	34.12899	-84.27187	340			GA	121		
4195192	Five Forks	five-forks	US		0	America/New_York	34.27954	-84.81022	262	Five Forks,Five Points		GA	015		
4195193	Five Forks	five-forks	US		0	America/New_York	33.88649	-84.05991	298			GA	135		
4195194	Five Forks	five-forks	US		0	America/New_York	30.87741	-83.79822	73	Five Forks,Five Points		GA	275		
4195202	Five Notch Acres	five-notch-acres	US		0	America/New_York	33.64872	-84.73243	268			GA	097		
4195232	Five Springs	five-springs	US		0	America/New_York	34.71286	-84.97439	219			GA	313		
4195245	Flagstone	flagstone	US		0	America/New_York	33.77872	-84.56493	308			GA	067		
4195246	Flagview Mobile Home Park	flagview-mobile-home-park	US		0	America/New_York	33.74733	-84.72216	329			GA	097		
4195247	Flakes Crossing	flakes-crossing	US		0	America/New_York	33.57511	-84.20047	223			GA	151		
4195259	Flat Branch	flat-branch	US		0	America/New_York	34.76925	-84.48993	511	Flat Branch,Flatbranch		GA	123		
4195262	Fivemile Still	fivemile-still	US		0	America/New_York	31.08771	-82.80486	58			GA	065		
4195280	Flat Creek	flat-creek	US		0	America/New_York	34.24593	-83.9299	353			GA	139		
4195311	Flat Ford	flat-ford	US		0	America/New_York	31.2213	-83.50377	68			GA	075		
4195325	Flat Rock (historical)	flat-rock-historical	US		0	America/New_York	33.46458	-83.13182	191			GA	133		
4195348	Flat Rock Estates	flat-rock-estates	US		0	America/New_York	32.53903	-84.89132	134			GA	215		
4195366	Flat Shoals	flat-shoals	US		0	America/New_York	34.35566	-82.98737	247			GA	147		
4195368	Flat Shoals Estates	flat-shoals-estates	US		0	America/New_York	33.58261	-84.46798	281			GA	121		
4195396	Flea Hill	flea-hill	US		0	America/New_York	30.79301	-81.83928	1			GA	039		
4195401	Fleetwood Hills	fleetwood-hills	US		0	America/New_York	33.87149	-84.81911	336			GA	223		
4195403	Fleming (historical)	fleming-historical	US		0	America/New_York	33.87705	-84.15325	282			GA	135		
4195410	Fleming Heights	fleming-heights	US		0	America/New_York	33.42347	-82.03984	100			GA	245		
4195428	Fletcherville	fletcherville	US		0	America/New_York	30.8313	-83.98184	83			GA	275		
4195472	Flintland	flintland	US		0	America/New_York	31.5424	-84.15213	55			GA	095		
4195473	Flintlook	flintlook	US		0	America/New_York	33.58872	-84.22825	260			GA	151		
4195474	Flintside	flintside	US		0	America/New_York	31.95489	-83.95434	80	Flintside,Huguenin		GA	261		
4195475	Flintside	flintside	US		0	America/New_York	31.54601	-84.15296	56			GA	095		
4195480	Flippen	flippen	US		0	America/New_York	33.48317	-84.18742	262			GA	151		
4195488	Floral Hill	floral-hill	US		0	America/New_York	33.83401	-82.62514	157	Floral Hill,Floralhill		GA	317		
4195491	Florary	florary	US		0	America/New_York	31.58351	-84.18658	67			GA	095		
4195507	Florida Junction	florida-junction	US		0	America/New_York	32.07049	-81.12956	6			GA	051		
4195517	Flowers Estates	flowers-estates	US		0	America/New_York	33.72511	-84.66799	319			GA	097		
4195523	Flowers Crossing	flowers-crossing	US		0	America/New_York	33.9051	-84.03102	298			GA	135		
4195551	Floyd Grove	floyd-grove	US		0	America/New_York	32.48153	-84.90188	100			GA	215		
4195564	Floyd Springs	floyd-springs	US		0	America/New_York	34.42676	-85.15495	204			GA	115		
4195581	Floydtown (historical)	floydtown-historical	US		0	America/New_York	31.13379	-84.76714	49			GA	201		
4195589	Flying S Ranchettes	flying-s-ranchettes	US		0	America/New_York	33.74733	-84.89522	321			GA	097		
4195593	Fodie	fodie	US		0	America/New_York	30.84936	-83.54072	67			GA	027		
4195598	Folks (historical)	folks-historical	US		0	America/New_York	31.61961	-84.60631	88			GA	037		
4195615	Ford (historical)	ford-historical	US		0	America/New_York	34.18898	-84.96606	208			GA	015		
4195616	Ford (historical)	ford-historical	US		0	America/New_York	31.32745	-81.6815	4			GA	127		
4195619	Fontainbleau Forest	fontainbleau-forest	US		0	America/New_York	33.9526	-84.27631	286			GA	089		
4195623	Ford Heights	ford-heights	US		0	America/New_York	33.80677	-84.6066	295			GA	067		
4195643	Forest Acres	forest-acres	US		0	America/New_York	33.81955	-84.48688	252			GA	067		
4195644	Forest Acres	forest-acres	US		0	America/New_York	33.7815	-84.64382	277			GA	097		
4195645	Forest Acres	forest-acres	US		0	America/New_York	33.44958	-82.01901	49			GA	245		
4195646	Forest Brook	forest-brook	US		0	America/New_York	33.97677	-84.39909	305			GA	067		
4195653	Forest Creek	forest-creek	US		0	America/New_York	33.5393	-82.08373	66			GA	073		
4195654	Forest Creek Colony	forest-creek-colony	US		0	America/New_York	33.96149	-84.78049	305			GA	223		
4195656	Forest East	forest-east	US		0	America/New_York	33.93983	-83.97546	328			GA	135		
4195657	Forest Echo	forest-echo	US		0	America/New_York	33.89177	-84.81549	338			GA	223		
4195658	Forest Estates	forest-estates	US		0	America/New_York	33.45484	-84.48326	254			GA	113		
4195659	Forest Estates	forest-estates	US		0	America/New_York	33.4793	-82.07206	92			GA	245		
4195660	Forest Glen	forest-glen	US		0	America/New_York	33.84177	-84.71132	285			GA	067		
4195661	Forest Glen	forest-glen	US		0	America/New_York	31.87185	-83.24349	63			GA	315		
4195667	Forest Heights	forest-heights	US		0	America/New_York	32.43295	-81.824	69			GA	031		
4195668	Forest Heights	forest-heights	US		0	America/New_York	33.95373	-83.43294	197			GA	059		
4195669	Forest Heights	forest-heights	US		0	America/New_York	33.76122	-84.7441	339			GA	097		
4195670	Forest Heights	forest-heights	US		0	America/New_York	32.48625	-84.91521	95			GA	215		
4195684	Forest Hills Mobile Home Park	forest-hills-mobile-home-park	US		0	America/New_York	33.634	-84.38215	287			GA	063		
4195698	Forest Manor North	forest-manor-north	US		0	America/New_York	33.99038	-84.14186	311			GA	135		
4195700	Forest Mill	forest-mill	US		0	America/New_York	33.56261	-83.94158	243			GA	217		
4195714	Forest Pointe	forest-pointe	US		0	America/New_York	32.56737	-83.57379	89			GA	153		
4195716	Forest Ridge	forest-ridge	US		0	America/New_York	33.67927	-84.27187	240			GA	089		
4195717	Forest Ridge	forest-ridge	US		0	America/New_York	30.79329	-81.67788	6			GA	039		
4195720	Forest River Farms	forest-river-farms	US		0	America/New_York	31.99049	-81.17567	3			GA	051		
4195725	Forest Valley	forest-valley	US		0	America/New_York	33.8901	-84.37132	277			GA	121		
4195728	Forestdale Estates	forestdale-estates	US		0	America/New_York	33.89121	-84.37048	274			GA	121		
4195732	Foreston Place	foreston-place	US		0	America/New_York	33.35012	-84.53243	244			GA	113		
4195737	Forestview	forestview	US		0	America/New_York	30.9269	-81.59288	8			GA	039		
4195738	Forge Mill	forge-mill	US		0	America/New_York	34.89342	-84.24631	498			GA	111		
4195752	Forkwood	forkwood	US		0	America/New_York	33.85011	-84.73049	294			GA	223		
4195755	Forrest (historical)	forrest-historical	US		0	America/New_York	33.43903	-82.19262	156	Forest,Forrest (historical)		GA	073		
4195757	Forrest Heights	forrest-heights	US		0	America/New_York	34.20093	-85.16773	225			GA	115		
4195758	Forrest Hills	forrest-hills	US		0	America/New_York	32.02216	-81.08122	6			GA	051		
4195761	Forrest Park	forrest-park	US		0	America/New_York	33.7065	-84.42576	312			GA	121		
4195762	Forrest Place	forrest-place	US		0	America/New_York	30.8452	-83.26515	63			GA	185		
4195764	Forrester	forrester	US		0	America/New_York	31.6499	-84.16269	70			GA	177		
4195768	Forresthill Estates	forresthill-estates	US		0	America/New_York	30.82104	-83.25626	63			GA	185		
4195769	Forrestwood Estates	forrestwood-estates	US		0	America/New_York	30.87242	-83.25793	65			GA	185		
4195770	Forrister	forrister	US		0	America/New_York	33.95566	-84.84105	285			GA	223		
4195817	Fort Gordon	fort-gordon	US		0	America/New_York	33.42097	-82.16206	143	Camp Gordon,Fort Gordon		GA	245		
4195827	Fort Hill Homes	fort-hill-homes	US		0	America/New_York	33.95455	-84.54271	328			GA	067		
4195834	Fort Lamar	fort-lamar	US		0	America/New_York	34.24011	-83.27376	203	Fort Lamar,Jones Fort,Jones Station		GA	195		
4195835	Fort McAllister	fort-mcallister	US		0	America/New_York	31.89077	-81.19594	4	Fort McAllister,Genesis Point Fort		GA	029		
4195836	Fort McPherson	fort-mcpherson	US		0	America/New_York	33.70733	-84.43354	313	Fort McPherson,McPherson Barracks		GA	121		
4195841	Fort Mountain (historical)	fort-mountain-historical	US		0	America/New_York	34.7723	-84.75049	251			GA	213		
4195849	Fort Mudge	fort-mudge	US		0	America/New_York	31.06439	-82.18651	41			GA	025		
4195864	Fort Screven	fort-screven	US		0	America/New_York	32.02105	-80.84428	2	Fort Graham,Fort Screven,Tybee Museum		GA	051		
4195899	Fortson Terrace	fortson-terrace	US		0	America/New_York	32.5557	-84.94854	158			GA	215		
4195900	Fortsonia	fortsonia	US		0	America/New_York	34.01512	-82.77903	154			GA	105		
4195922	Foster Hills	foster-hills	US		0	America/New_York	34.96896	-85.1819	226	Foster Hills,Pine Grove		GA	047		
4195929	Foster Mills	foster-mills	US		0	America/New_York	34.16621	-85.34273	178	Foster Mills,Fosters Mills,John C Fosters Mill,Thomas Mill		GA	115		
4195932	Fouche	fouche	US		0	America/New_York	34.36231	-85.3119	211			GA	115		
4195945	Fountain Hill (historical)	fountain-hill-historical	US		0	America/New_York	33.61289	-83.99269	263			GA	247		
4195951	Fountain Lake Mobile Home Park	fountain-lake-mobile-home-park	US		0	America/New_York	34.12065	-84.48243	282			GA	057		
4195965	Four Points	four-points	US		0	America/New_York	31.5599	-84.13963	59			GA	095		
4195966	Four Points	four-points	US		0	America/New_York	32.67183	-81.99317	70			GA	165		
4195967	Four Points	four-points	US		0	America/New_York	32.31793	-83.99185	119			GA	193		
4195968	Four Points	four-points	US		0	America/New_York	33.29348	-82.7443	143			GA	301		
4195969	Four Winds	four-winds	US		0	America/New_York	33.86399	-84.15075	313			GA	135		
4195989	Fouts Corner	fouts-corner	US		0	America/New_York	33.96816	-84.25826	287			GA	135		
4195990	Fouts Mill	fouts-mill	US		0	America/New_York	33.64955	-84.77605	240	Fouts Mill,Hico		GA	097		
4196018	Fowlertown	fowlertown	US		0	America/New_York	34.5526	-83.321	306			GA	257		
4196026	Fox Chapel	fox-chapel	US		0	America/New_York	32.53764	-84.96382	130			GA	215		
4196033	Fox Hollow	fox-hollow	US		0	America/New_York	33.9501	-84.28715	292			GA	089		
4196034	Fox Hollow	fox-hollow	US		0	America/New_York	34.35649	-83.85407	356			GA	139		
4196035	Fox Meadow Estates	fox-meadow-estates	US		0	America/New_York	32.63264	-83.65407	134			GA	153		
4196036	Fox Meadows	fox-meadows	US		0	America/New_York	33.57289	-83.93852	239			GA	217		
4196040	Fox Ridge	fox-ridge	US		0	America/New_York	33.93205	-84.73466	337			GA	223		
4196041	Fox Ridge Estates	fox-ridge-estates	US		0	America/New_York	32.47932	-83.69657	111			GA	153		
4196042	Fox Run	fox-run	US		0	America/New_York	33.53261	-84.39631	271			GA	063		
4196045	Fox Trace	fox-trace	US		0	America/New_York	34.25788	-83.89296	359			GA	139		
4196047	Foxborough	foxborough	US		0	America/New_York	30.89242	-83.32515	45			GA	185		
4196048	Foxcroft	foxcroft	US		0	America/New_York	33.06679	-85.09077	215			GA	285		
4196049	Foxfield	foxfield	US		0	America/New_York	33.59594	-84.25603	258			GA	063		
4196050	Foxfire	foxfire	US		0	America/New_York	32.54292	-84.90438	140			GA	215		
4196051	Foxhall	foxhall	US		0	America/New_York	33.5018	-82.07734	98			GA	245		
4196053	Foxlake	foxlake	US		0	America/New_York	32.47184	-81.79428	69			GA	031		
4196054	Foxrun	foxrun	US		0	America/New_York	32.53625	-84.87215	126			GA	215		
4196055	Foxwood	foxwood	US		0	America/New_York	30.83996	-81.56927	5			GA	039		
4196065	Fran Mar Heights	fran-mar-heights	US		0	America/New_York	34.34927	-83.90629	352			GA	139		
4196073	Francisville	francisville	US		0	America/New_York	32.67431	-84.09102	138			GA	079		
4196085	Franklin Acres	franklin-acres	US		0	America/New_York	32.47736	-84.8966	109			GA	215		
4196105	Franklin Farms	franklin-farms	US		0	America/New_York	33.51484	-84.47743	286			GA	113		
4196138	Fraser Acres	fraser-acres	US		0	America/New_York	31.84299	-81.58733	9			GA	179		
4196144	Frazier	frazier	US		0	America/New_York	32.34933	-83.30266	114			GA	023		
4196145	Frazier	frazier	US		0	America/New_York	34.21927	-83.85796	386			GA	139		
4196169	Free Home	free-home	US		0	America/New_York	34.23871	-84.28881	382	Free Home,Free Homes,Freehome		GA	057		
4196198	Frazers Crossing	frazers-crossing	US		0	America/New_York	31.29884	-81.56733	4	Frasers Crossing,Frazers Crossing		GA	127		
4196224	Freemans (historical)	freemans-historical	US		0	America/New_York	34.23454	-85.10606	194			GA	115		
4196240	Freetown (historical)	freetown-historical	US		0	America/New_York	34.81341	-85.24162	257			GA	295		
4196243	Frick Gap (historical)	frick-gap-historical	US		0	America/New_York	34.79508	-85.39496	267	Frick Gap (historical),Fricks Gap		GA	295		
4196247	Friendly Village of Crooked Creek	friendly-village-of-crooked-creek	US		0	America/New_York	33.97455	-84.08325	289			GA	135		
4196429	Frogtown	frogtown	US		0	America/New_York	33.90039	-83.60128	249			GA	219		
4196431	Frog Hollow	frog-hollow	US		0	America/New_York	33.57261	-84.4352	277			GA	063		
4196433	Frolona	frolona	US		0	America/New_York	33.32456	-85.23606	344			GA	149		
4196438	Frontier Forest	frontier-forest	US		0	America/New_York	34.0926	-84.02241	312			GA	135		
4196441	Frontier Trail	frontier-trail	US		0	America/New_York	34.26066	-83.75073	338			GA	139		
4196447	Fry	fry	US		0	America/New_York	34.98702	-84.39298	498			GA	111		
4196461	Fulford Heights	fulford-heights	US		0	America/New_York	31.61017	-84.17713	63			GA	095		
4196500	Fullwood Springs	fullwood-springs	US		0	America/New_York	33.91927	-85.31329	274	Fullwood Springs,Fulwoods Mineral Springs		GA	233		
4196535	Furnace (historical)	furnace-historical	US		0	America/New_York	34.64897	-85.0905	262	Furnace (historical),The Furnace		GA	295		
4196538	Funkhouser	funkhouser	US		0	America/New_York	34.38704	-84.70188	277	Flexatile,Funkhouser		GA	015		
4196539	Furniture City	furniture-city	US		0	America/New_York	33.80483	-84.61077	294	Furniture,Furniture City		GA	067		
4196556	Gabbettville	gabbettville	US		0	America/New_York	32.94457	-85.13327	184			GA	285		
4196558	Gaddistown	gaddistown	US		0	America/New_York	34.70398	-84.0788	644			GA	291		
4196565	Gaillard	gaillard	US		0	America/New_York	32.64348	-84.00519	123			GA	079		
4196568	Gailshar Gardens	gailshar-gardens	US		0	America/New_York	31.61128	-84.19213	69			GA	095		
4196579	Gaines Court	gaines-court	US		0	America/New_York	33.51264	-82.00956	56			GA	245		
4196598	Gainesville Mills	gainesville-mills	US		0	America/New_York	34.27732	-83.81768	373			GA	139		
4196611	Gaither Park	gaither-park	US		0	America/New_York	34.20287	-85.17384	202			GA	115		
4196649	Galloway Mill	galloway-mill	US		0	America/New_York	34.90147	-84.38492	517			GA	111		
4196660	Gamma	gamma	US		0	America/New_York	33.50789	-84.43965	264			GA	113		
4196661	Gammage	gammage	US		0	America/New_York	31.54157	-83.87629	127			GA	321		
4196675	Ganor	ganor	US		0	America/New_York	31.15241	-83.78128	94			GA	071		
4196680	Gantt Acres	gantt-acres	US		0	America/New_York	33.36789	-84.4277	263			GA	113		
4196686	Garden Acres	garden-acres	US		0	America/New_York	31.84854	-81.58595	11			GA	179		
4196687	Garden Acres Estates	garden-acres-estates	US		0	America/New_York	32.10354	-81.25067	5			GA	051		
4196693	Garden Heights	garden-heights	US		0	America/New_York	31.82938	-81.6015	24			GA	179		
4196694	Garden Hill	garden-hill	US		0	America/New_York	31.53545	-84.13046	53			GA	095		
4196695	Garden Hills	garden-hills	US		0	America/New_York	33.92012	-83.38266	195			GA	059		
4196700	Garden Lakes	garden-lakes	US		0	America/New_York	34.28787	-85.23162	192			GA	115		
4196707	Gardi	gardi	US		0	America/New_York	31.53827	-81.79817	19			GA	305		
4196717	Gardner Woods	gardner-woods	US		0	America/New_York	33.79511	-84.57771	310			GA	067		
4197279	Glencastle Estates	glencastle-estates	US		0	America/New_York	33.90121	-84.40048	260			GA	121		
4196729	Garlington Heights Housing Project	garlington-heights-housing-project	US		0	America/New_York	31.20744	-82.37569	41			GA	299		
4196737	Garnersville	garnersville	US		0	America/New_York	31.75183	-85.00048	92			GA	061		
4196742	Garrards Crossing	garrards-crossing	US		0	America/New_York	34.03621	-84.40882	289			GA	067		
4196761	Garretta	garretta	US		0	America/New_York	32.45017	-82.94403	55	Garetta,Garretta,Tingle		GA	175		
4196777	Gartrell (historical)	gartrell-historical	US		0	America/New_York	34.56675	-84.50826	345			GA	123		
4196798	Gass	gass	US		0	America/New_York	34.86369	-85.54913	467			GA	083		
4196802	Gates (historical)	gates-historical	US		0	America/New_York	30.86048	-83.41016	56			GA	027		
4196803	Gates (historical)	gates-historical	US		0	America/New_York	34.64537	-83.89213	482			GA	187		
4196838	Gay Lan	gay-lan	US		0	America/New_York	34.16316	-83.97629	335			GA	139		
4196866	Gentian	gentian	US		0	America/New_York	32.51097	-84.9291	113			GA	215		
4196923	Georgetown Estates	georgetown-estates	US		0	America/New_York	33.41903	-82.06206	145			GA	245		
4196927	Georgia Acres	georgia-acres	US		0	America/New_York	34.97119	-85.27912	283			GA	295		
4196976	Georgia Southern	georgia-southern	US		0	America/New_York	32.41351	-81.78317	64			GA	031		
4197003	Georgian Heights	georgian-heights	US		0	America/New_York	33.84372	-84.70438	302			GA	067		
4197004	Georgian Hills	georgian-hills	US		0	America/New_York	33.92373	-83.41572	198			GA	059		
4197005	Georgian Hills	georgian-hills	US		0	America/New_York	32.50209	-84.92493	95			GA	215		
4197007	Georgian Walk	georgian-walk	US		0	America/New_York	32.49406	-81.77622	48			GA	031		
4197009	Gerber (historical)	gerber-historical	US		0	America/New_York	34.93619	-85.36801	378			GA	295		
4197014	German Village	german-village	US		0	America/New_York	31.2219	-81.3576	3			GA	127		
4197016	Germantown (historical)	germantown-historical	US		0	America/New_York	30.78968	-81.80428	1			GA	039		
4197018	Germany	germany	US		0	America/New_York	34.89593	-83.46655	792			GA	241		
4197022	Gertrude	gertrude	US		0	America/New_York	32.84488	-82.29651	70			GA	033		
4197042	Gholston Stand Crossroads	gholston-stand-crossroads	US		0	America/New_York	34.09289	-83.1457	222	Gholston,Gholston Stand Crossroads		GA	195		
4197056	Gibson Acres	gibson-acres	US		0	America/New_York	34.0876	-84.61299	307			GA	057		
4197086	Gilbert Gardens	gilbert-gardens	US		0	America/New_York	33.65039	-84.38076	278			GA	121		
4197107	Giles Crossing	giles-crossing	US		0	America/New_York	34.04427	-84.61938	296			GA	067		
4197123	Gilleland	gilleland	US		0	America/New_York	34.22094	-83.84573	375			GA	139		
4197131	Gillicon	gillicon	US		0	America/New_York	31.02465	-82.77403	55			GA	065		
4197133	Gillionville	gillionville	US		0	America/New_York	31.58712	-84.43325	73			GA	095		
4197135	Gillionville Forest	gillionville-forest	US		0	America/New_York	31.58851	-84.27908	71			GA	095		
4197138	Gillis Place	gillis-place	US		0	America/New_York	32.17154	-84.97604	130			GA	259		
4197140	Gillis Springs	gillis-springs	US		0	America/New_York	32.45934	-82.49152	91			GA	283		
4197193	Ginger Hills	ginger-hills	US		0	America/New_York	33.48873	-84.48604	274			GA	113		
4197198	Gintown (historical)	gintown-historical	US		0	America/New_York	31.46351	-83.9824	87			GA	321		
4197229	Glades	glades	US		0	America/New_York	34.42871	-83.73101	368	Glades,The Glades		GA	139		
4197230	Glades Cross-Roads	glades-cross-roads	US		0	America/New_York	33.46596	-83.316	152			GA	237		
4197231	Gladesville	gladesville	US		0	America/New_York	33.19402	-83.77823	152	Gladesville,The Glades		GA	159		
4197257	Gledstone Hills	gledstone-hills	US		0	America/New_York	33.52956	-84.56243	286			GA	121		
4197258	Glen Alta	glen-alta	US		0	America/New_York	32.30682	-84.65131	171	Glen Alta,Glen Alta Station,Glenalta		GA	197		
4197260	Glen Arden	glen-arden	US		0	America/New_York	32.47375	-84.91688	81			GA	215		
4197266	Glen Errol	glen-errol	US		0	America/New_York	33.90788	-84.39909	293			GA	121		
4197268	Glen Forest Mobile Home Park	glen-forest-mobile-home-park	US		0	America/New_York	33.90956	-83.35127	214			GA	059		
4197274	Glen Leaf	glen-leaf	US		0	America/New_York	33.94649	-84.24714	279			GA	135		
4197278	Glen Villa	glen-villa	US		0	America/New_York	33.71261	-84.67743	286			GA	097		
4197285	Glendale Gardens	glendale-gardens	US		0	America/New_York	31.21828	-81.53344	6			GA	127		
4197288	Glenell	glenell	US		0	America/New_York	34.11538	-84.5791	308			GA	057		
4197289	Glenford (historical)	glenford-historical	US		0	America/New_York	33.2582	-83.03321	171			GA	141		
4197290	Glenforest	glenforest	US		0	America/New_York	34.0501	-84.41798	325			GA	067		
4197293	Glenloch	glenloch	US		0	America/New_York	33.40928	-85.08605	319	Glen Loch,Glenloch		GA	149		
4197298	Glenmore	glenmore	US		0	America/New_York	31.12383	-82.52986	45			GA	299		
4197300	Glenn Devon	glenn-devon	US		0	America/New_York	33.54317	-84.29214	269			GA	063		
4197303	Glenn Hills	glenn-hills	US		0	America/New_York	33.42847	-82.0604	130			GA	245		
4197322	Glenns	glenns	US		0	America/New_York	32.5307	-84.95077	154			GA	215		
4197329	Glennwood	glennwood	US		0	America/New_York	33.5193	-82.14679	134			GA	073		
4197336	Glenwood Estates	glenwood-estates	US		0	America/New_York	31.21217	-81.51177	4			GA	127		
4197337	Glenwood Forest	glenwood-forest	US		0	America/New_York	32.89736	-83.70963	130			GA	021		
4197338	Glenwood Hills	glenwood-hills	US		0	America/New_York	33.73872	-84.28826	310			GA	089		
4197345	Glenwoods	glenwoods	US		0	America/New_York	33.52706	-84.39881	276			GA	063		
4197346	Glenwoods Spring (historical)	glenwoods-spring-historical	US		0	America/New_York	33.26097	-83.46044	172			GA	237		
4197357	Gloriana	gloriana	US		0	America/New_York	31.56767	-84.15685	54			GA	095		
4197359	Glory	glory	US		0	America/New_York	31.36797	-83.14349	74			GA	019		
4197374	Glovers Millpond	glovers-millpond	US		0	America/New_York	33.13848	-82.58263	86			GA	125		
4197376	Gloverton	gloverton	US		0	America/New_York	33.39928	-84.82966	280			GA	077		
4197377	Glynco	glynco	US		0	America/New_York	31.22245	-81.5101	4	Glynco,NEA		GA	127		
4197378	Glynco Annex	glynco-annex	US		0	America/New_York	31.22467	-81.47732	6			GA	127		
4197381	Glyndale	glyndale	US		0	America/New_York	31.21301	-81.52594	4			GA	127		
4197387	Glynn Camp	glynn-camp	US		0	America/New_York	31.21023	-81.56733	3	Glynn Camp,Hillery		GA	127		
4197393	Glynn Haven	glynn-haven	US		0	America/New_York	31.18856	-81.37676	4			GA	127		
4197394	Glynn Heights	glynn-heights	US		0	America/New_York	31.22217	-81.52733	7			GA	127		
4197395	Glynn Isles	glynn-isles	US		0	America/New_York	33.56095	-83.96935	244			GA	217		
4197402	Glynnvilla	glynnvilla	US		0	America/New_York	31.14745	-81.4876	3			GA	127		
4197416	Goat Town	goat-town	US		0	America/New_York	33.01876	-82.98098	82			GA	303		
4197420	Gobblers Hill	gobblers-hill	US		0	America/New_York	32.28182	-84.71909	148			GA	053		
4197443	Godwinsville	godwinsville	US		0	America/New_York	32.13573	-83.12709	94			GA	091		
4197444	Goffs Mill	goffs-mill	US		0	America/New_York	31.70544	-84.69575	91			GA	243		
4197452	Goggins	goggins	US		0	America/New_York	33.07596	-84.09186	241	Goggans,Goggans Station,Goggansville,Goggins,Goggins Station,Gogginsville		GA	171		
4197455	Golden (historical)	golden-historical	US		0	America/New_York	30.86992	-83.44294	58			GA	027		
4197456	Golden Acres	golden-acres	US		0	America/New_York	33.67289	-84.48799	264			GA	121		
4197464	Golden Isles	golden-isles	US		0	America/New_York	32.02521	-80.96845	5			GA	051		
4197466	Golden Meadows	golden-meadows	US		0	America/New_York	33.58678	-84.42687	291			GA	063		
4197467	Golden Terrace	golden-terrace	US		0	America/New_York	33.4368	-82.05484	110			GA	245		
4197474	Goldens Mill (historical)	goldens-mill-historical	US		0	America/New_York	32.93598	-83.18182	76			GA	319		
4197483	Goldsborough (historical)	goldsborough-historical	US		0	America/New_York	31.03551	-81.86844	20			GA	039		
4197484	Goldsmith (historical)	goldsmith-historical	US		0	America/New_York	31.78352	-82.67903	80			GA	161		
4197485	Goldson	goldson	US		0	America/New_York	32.56098	-84.2588	204			GA	269		
4197490	Golfview	golfview	US		0	America/New_York	33.41484	-84.58298	270			GA	113		
4197491	Goloid	goloid	US		0	America/New_York	32.69156	-81.67233	73			GA	251		
4197507	Goochville	goochville	US		0	America/New_York	34.15983	-83.7749	275			GA	157		
4197509	Good Hope (historical)	good-hope-historical	US		0	America/New_York	30.77797	-84.25212	47			GA	131		
4197536	Goodes	goodes	US		0	America/New_York	33.53261	-84.72827	286	Goodes,Tootes		GA	121		
4197553	Goodall Estates	goodall-estates	US		0	America/New_York	32.7057	-83.70824	111			GA	021		
4197555	Goodwin Crossing (historical)	goodwin-crossing-historical	US		0	America/New_York	33.8576	-84.34048	296			GA	089		
4197559	Goodwindy Estates	goodwindy-estates	US		0	America/New_York	33.714	-84.76299	346			GA	097		
4197566	Goolsby	goolsby	US		0	America/New_York	33.23541	-83.62378	189			GA	159		
4197578	Goose Neck	goose-neck	US		0	America/New_York	32.2485	-83.45212	76			GA	235		
4198087	Green Hill	green-hill	US		0	America/New_York	32.70961	-81.59289	72			GA	251		
4197582	Goose Pond (historical)	goose-pond-historical	US		0	America/New_York	33.98345	-82.86653	118	Broad River Colony,Goose Pond (historical),Goose Pond Colony,Goosepond		GA	221		
4197584	Goose Island	goose-island	US		0	America/New_York	34.78536	-84.40242	454			GA	123		
4197586	Gooseberry (historical)	gooseberry-historical	US		0	America/New_York	32.00155	-84.50575	104			GA	307		
4197594	Gordon Acres	gordon-acres	US		0	America/New_York	33.80899	-84.60604	305			GA	067		
4197612	Gordon Estates	gordon-estates	US		0	America/New_York	33.8626	-84.83355	333			GA	223		
4197615	Gordon Heights	gordon-heights	US		0	America/New_York	33.79261	-84.57827	324			GA	067		
4197616	Gordon Heights	gordon-heights	US		0	America/New_York	31.19912	-81.50427	5			GA	127		
4197617	Gordon Heights	gordon-heights	US		0	America/New_York	31.56573	-84.18574	59			GA	095		
4197621	Gordon Hills Estates	gordon-hills-estates	US		0	America/New_York	33.79316	-84.56604	324			GA	067		
4197632	Gordon Oaks Homes	gordon-oaks-homes	US		0	America/New_York	31.13995	-81.49371	3			GA	127		
4197633	Gordon Park	gordon-park	US		0	America/New_York	33.45458	-81.97289	41			GA	245		
4197646	Gordon Springs (historical)	gordon-springs-historical	US		0	America/New_York	34.75563	-85.13717	290	Gordon Spring,Gordon Springs (historical)		GA	313		
4197649	Gordon Terrace	gordon-terrace	US		0	America/New_York	33.39875	-82.1179	139			GA	245		
4197650	Gordon Woods	gordon-woods	US		0	America/New_York	33.79233	-84.56327	328			GA	067		
4197656	Gordonston	gordonston	US		0	America/New_York	32.05521	-81.06622	9			GA	051		
4197657	Gordy	gordy	US		0	America/New_York	31.48046	-83.8799	136	Gorday,Gorday Station,Gordy		GA	321		
4197666	Gordydale	gordydale	US		0	America/New_York	32.62291	-84.81493	225			GA	145		
4197696	Goshen Plantation	goshen-plantation	US		0	America/New_York	33.31542	-81.98456	87			GA	245		
4197699	Goshen Villa	goshen-villa	US		0	America/New_York	32.26131	-81.20595	17			GA	103		
4197714	Goss	goss	US		0	America/New_York	34.15067	-82.92181	218			GA	105		
4197735	Gower Springs (historical)	gower-springs-historical	US		0	America/New_York	34.31538	-83.82934	385			GA	139		
4197741	Graball	graball	US		0	America/New_York	33.92984	-82.56458	134			GA	181		
4197743	Grace (historical)	grace-historical	US		0	America/New_York	34.53287	-83.86463	460			GA	187		
4197797	Graceland	graceland	US		0	America/New_York	33.46484	-84.60521	292			GA	113		
4197804	Gracys Station (historical)	gracys-station-historical	US		0	America/New_York	31.33242	-83.01904	69	Gracys Station (historical),Pinebloom		GA	003		
4197805	Graddick (historical)	graddick-historical	US		0	America/New_York	33.01041	-84.18936	257			GA	171		
4197806	Grady (historical)	grady-historical	US		0	America/New_York	34.00371	-85.16745	262			GA	233		
4197885	Grantville (historical)	grantville-historical	US		0	America/New_York	33.63541	-83.02987	196			GA	133		
4197894	Grapevine (historical)	grapevine-historical	US		0	America/New_York	34.07205	-83.86351	304			GA	135		
4197901	Grassdale	grassdale	US		0	America/New_York	34.27287	-84.78688	250			GA	015		
4197921	Gravel Springs	gravel-springs	US		0	America/New_York	34.0751	-83.98407	355			GA	135		
4197926	Graves	graves	US		0	America/New_York	31.76822	-84.51908	110	Graves,Graves Station		GA	273		
4197934	Graves Way	graves-way	US		0	America/New_York	33.50261	-84.46104	270			GA	113		
4197945	Gray Hill	gray-hill	US		0	America/New_York	32.92485	-85.08216	237			GA	285		
4197963	Grays Landing	grays-landing	US		0	America/New_York	31.96797	-82.4343	39			GA	279		
4197967	Grays Subdivision	grays-subdivision	US		0	America/New_York	32.04493	-81.01206	4			GA	051		
4197974	Graysons Landing	graysons-landing	US		0	America/New_York	33.17651	-85.0555	216			GA	285		
4197975	Graystone	graystone	US		0	America/New_York	33.88149	-83.97796	298			GA	135		
4197976	Graystone North	graystone-north	US		0	America/New_York	33.88344	-83.99019	301			GA	135		
4198019	Greely	greely	US		0	America/New_York	34.39315	-84.64493	300	Greeley,Greely		GA	057		
4198021	Green Acre	green-acre	US		0	America/New_York	34.33842	-85.14884	184			GA	115		
4198022	Green Acres	green-acres	US		0	America/New_York	34.96424	-85.25301	217			GA	047		
4198023	Green Acres	green-acres	US		0	America/New_York	32.04549	-81.0615	9			GA	051		
4198024	Green Acres	green-acres	US		0	America/New_York	33.91817	-83.3371	217			GA	059		
4198025	Green Acres	green-acres	US		0	America/New_York	33.58428	-84.42687	280			GA	063		
4198026	Green Acres	green-acres	US		0	America/New_York	31.60295	-84.1888	61			GA	095		
4198032	Green Acres Subdivision	green-acres-subdivision	US		0	America/New_York	30.98935	-84.87992	40			GA	253		
4198063	Green Crossing	green-crossing	US		0	America/New_York	34.14538	-83.97741	363			GA	139		
4198089	Green Hill (historical)	green-hill-historical	US		0	America/New_York	32.22987	-84.76548	160			GA	259		
4198093	Green Hills	green-hills	US		0	America/New_York	34.2926	-83.85657	358			GA	139		
4198094	Green Hills	green-hills	US		0	America/New_York	34.9173	-85.33329	272			GA	295		
4198096	Green Hills Estates	green-hills-estates	US		0	America/New_York	34.01399	-84.7416	289			GA	223		
4198099	Green Island Hills	green-island-hills	US		0	America/New_York	32.53514	-85.00715	115			GA	215		
4198106	Green Lawn Acres	green-lawn-acres	US		0	America/New_York	32.8307	-83.71935	125			GA	021		
4198108	Green Meadows	green-meadows	US		0	America/New_York	33.5715	-84.30409	251			GA	063		
4198109	Green Meadows	green-meadows	US		0	America/New_York	34.21121	-83.93629	356			GA	139		
4198110	Green Meadows	green-meadows	US		0	America/New_York	33.84261	-84.79744	291			GA	223		
4198111	Green Meadows	green-meadows	US		0	America/New_York	32.83986	-83.70046	128			GA	021		
4198112	Green Meadows Estates	green-meadows-estates	US		0	America/New_York	33.41486	-82.04206	90			GA	245		
4198136	Green Valley Estates	green-valley-estates	US		0	America/New_York	33.56094	-84.39298	260			GA	063		
4198145	Greenberry Crossroads	greenberry-crossroads	US		0	America/New_York	32.95403	-83.44961	174			GA	169		
4198146	Greenbriar	greenbriar	US		0	America/New_York	34.1926	-84.79966	227			GA	015		
4198147	Greenbriar	greenbriar	US		0	America/New_York	32.82931	-83.69407	116			GA	021		
4198148	Greenbriar	greenbriar	US		0	America/New_York	32.41907	-81.77595	65			GA	031		
4198155	Greenbush (historical)	greenbush-historical	US		0	America/New_York	34.63592	-85.1919	256	Greenbush (historical),Vicksburg		GA	295		
4198157	Greenbrook	greenbrook	US		0	America/New_York	33.80233	-84.60271	287			GA	067		
4198174	Greene Valley Estates	greene-valley-estates	US		0	America/New_York	33.60955	-85.07856	311			GA	045		
4198178	Greenfield Chase	greenfield-chase	US		0	America/New_York	33.85622	-84.73327	305			GA	223		
4198180	Greenfield Summit	greenfield-summit	US		0	America/New_York	33.86094	-84.80605	348			GA	223		
4198187	Greenlea	greenlea	US		0	America/New_York	33.46345	-84.4577	267			GA	113		
4198188	Greenmont	greenmont	US		0	America/New_York	33.98956	-83.36655	215			GA	059		
4198189	Greenough	greenough	US		0	America/New_York	31.31657	-84.10157	89			GA	205		
4198194	Greens Crossing	greens-crossing	US		0	America/New_York	30.9166	-83.05709	58			GA	185		
4198199	Greens Mill	greens-mill	US		0	America/New_York	34.84231	-84.29992	522			GA	111		
4198200	Greens Mill	greens-mill	US		0	America/New_York	32.76736	-84.5727	176			GA	263		
4198215	Greensway	greensway	US		0	America/New_York	33.41206	-84.56937	260			GA	113		
4198216	Greentree	greentree	US		0	America/New_York	30.77607	-81.67566	4			GA	039		
4198231	Greenway (historical)	greenway-historical	US		0	America/New_York	33.95649	-85.36884	271			GA	233		
4198237	Greenwich Woods Estates	greenwich-woods-estates	US		0	America/New_York	33.02207	-85.01244	224			GA	285		
4198243	Greenwood Acres	greenwood-acres	US		0	America/New_York	33.66261	-83.8574	249			GA	217		
4198256	Greenwood Estates	greenwood-estates	US		0	America/New_York	33.56455	-85.12161	322			GA	045		
4198258	Greenwood Hills	greenwood-hills	US		0	America/New_York	33.50428	-84.40965	253			GA	063		
4198264	Greenwood Trailer Park	greenwood-trailer-park	US		0	America/New_York	33.69455	-84.40743	290			GA	121		
4198276	Greers Mountain	greers-mountain	US		0	America/New_York	33.41873	-84.57132	291			GA	113		
4198282	Gregory Estates	gregory-estates	US		0	America/New_York	33.41345	-84.47882	275			GA	113		
4198284	Gregory Heights	gregory-heights	US		0	America/New_York	33.71205	-84.79133	330			GA	097		
4198298	Gresham Park	gresham-park	US		7432	America/New_York	33.70344	-84.31437	275			GA	089		
4198303	Greshamville	greshamville	US		0	America/New_York	33.62651	-83.32377	190			GA	133		
4198306	Greggs	greggs	US		0	America/New_York	31.0688	-83.48988	72	Garnett,Greggs		GA	075		
4198310	Gresston	gresston	US		0	America/New_York	32.28628	-83.25238	121			GA	091		
4198311	Greyfield	greyfield	US		0	America/New_York	33.92677	-84.46354	321			GA	067		
4198312	Greyfield North	greyfield-north	US		0	America/New_York	34.00205	-84.64993	324			GA	067		
4198313	Greystone	greystone	US		0	America/New_York	34.36121	-83.87101	366			GA	139		
4198317	Greyfield	greyfield	US		0	America/New_York	30.77829	-81.4662	4			GA	039		
4198344	Griffin Heights	griffin-heights	US		0	America/New_York	34.36704	-83.8024	349			GA	139		
4198413	Grimshaw	grimshaw	US		0	America/New_York	32.39907	-81.69872	54			GA	031		
4198416	Grimball Park	grimball-park	US		0	America/New_York	31.99327	-81.06372	3			GA	051		
4198433	Griswoldville	griswoldville	US		0	America/New_York	32.87069	-83.48879	132	Griswold,Griswoldsville,Griswoldville		GA	169		
4198442	Grogan	grogan	US		0	America/New_York	32.58542	-83.92546	168			GA	225		
4198450	Grooverville	grooverville	US		0	America/New_York	30.72103	-83.72683	64			GA	027		
4198460	Gross Still (historical)	gross-still-historical	US		0	America/New_York	30.78773	-81.68344	6			GA	039		
4198462	Grovania	grovania	US		0	America/New_York	32.36599	-83.66324	132			GA	153		
4198473	Grove Lakes	grove-lakes	US		0	America/New_York	32.42935	-81.73594	67			GA	031		
4198474	Grove Lakes South	grove-lakes-south	US		0	America/New_York	32.4224	-81.73706	71			GA	031		
4198475	Grove Level	grove-level	US		0	America/New_York	34.25733	-83.49044	251			GA	157		
4198480	Grove Mount	grove-mount	US		0	America/New_York	33.20154	-82.0804	94			GA	033		
4198481	Grove Park	grove-park	US		0	America/New_York	33.77344	-84.44548	278			GA	121		
4198483	Grove Park	grove-park	US		0	America/New_York	32.37793	-83.72574	150			GA	153		
4198484	Grove Park	grove-park	US		0	America/New_York	31.99577	-81.10372	7			GA	051		
4198485	Grove Park	grove-park	US		0	America/New_York	31.57379	-84.08685	59			GA	095		
4198488	Grove Point	grove-point	US		0	America/New_York	31.9516	-81.204	2			GA	051		
4198507	Groveland Estates	groveland-estates	US		0	America/New_York	31.44879	-83.99546	86			GA	321		
4198508	Groveland Park	groveland-park	US		0	America/New_York	32.78486	-83.70046	114			GA	021		
4198511	Grover View	grover-view	US		0	America/New_York	30.87885	-81.57204	4			GA	039		
4198517	Grubb (historical)	grubb-historical	US		0	America/New_York	31.671	-84.77298	109			GA	243		
4198521	Groveside Park	groveside-park	US		0	America/New_York	31.26967	-81.52038	8			GA	127		
4198532	Guild (historical)	guild-historical	US		0	America/New_York	34.64119	-85.30607	221			GA	295		
4198554	Gum Branch	gum-branch	US		264	America/New_York	31.85826	-81.72678	24	Gum Branch,Gumbranch		GA	179		
4198574	Gum Hill	gum-hill	US		0	America/New_York	33.43041	-83.03321	180			GA	141		
4198583	Gum Springs	gum-springs	US		0	America/New_York	34.36037	-84.7866	244	Gum Spring,Gum Springs,Gumspring		GA	015		
4198592	Gumlog	gumlog	US		2146	America/New_York	34.49177	-83.09654	223			GA	119		
4198594	Gumlog	gumlog	US		0	America/New_York	34.96592	-83.93546	557			GA	281		
4198613	Gunnell Place	gunnell-place	US		0	America/New_York	33.96038	-84.76549	320			GA	223		
4198619	Gunter Estates	gunter-estates	US		0	America/New_York	33.99816	-83.96379	329			GA	135		
4198632	Guysie	guysie	US		0	America/New_York	31.54437	-82.53152	61			GA	005		
4198667	Gypsy Woods	gypsy-woods	US		0	America/New_York	33.34428	-84.40437	248			GA	113		
4198677	Haasville (historical)	haasville-historical	US		0	America/New_York	33.64928	-84.39159	303			GA	121		
4198679	Habersham	habersham	US		0	America/New_York	33.87927	-84.23964	318			GA	089		
4198680	Habersham	habersham	US		0	America/New_York	34.58982	-83.56045	382	Bert,Habersham,Habersham Mill Village,Habersham Mills,Porters Mill Town,Porters Mills		GA	137		
4198681	Habersham (historical)	habersham-historical	US		0	America/New_York	32.94044	-81.88928	103			GA	165		
4198682	Habersham	habersham	US		0	America/New_York	34.24898	-84.79716	238			GA	015		
4198694	Habersham Hills	habersham-hills	US		0	America/New_York	34.04399	-83.98879	331			GA	135		
4198695	Habersham Hills	habersham-hills	US		0	America/New_York	33.92762	-83.38099	207			GA	059		
4198703	Habersham Station (historical)	habersham-station-historical	US		0	America/New_York	34.58843	-83.53323	433			GA	137		
4198704	Habersham Woods	habersham-woods	US		0	America/New_York	32.01965	-81.10706	7			GA	051		
4198711	Hadden	hadden	US		0	America/New_York	33.2607	-82.47846	157			GA	125		
4198725	Haddonville	haddonville	US		0	America/New_York	32.43463	-81.23011	23			GA	103		
4198765	Halcyon Bluff	halcyon-bluff	US		0	America/New_York	31.97993	-81.10928	4			GA	051		
4198766	Halcyondale	halcyondale	US		0	America/New_York	32.53906	-81.59816	35	Halcyon Dale,Halcyondale,Mile Post 50,Station Number 5		GA	251		
4198795	Halfmoon Landing	halfmoon-landing	US		0	America/New_York	31.69966	-81.27844	1			GA	179		
4198798	Halfway (historical)	halfway-historical	US		0	America/New_York	34.47926	-83.90991	370			GA	187		
4198840	Hall Mill	hall-mill	US		0	America/New_York	34.78341	-85.35579	239	Hall Mill,Hill Mill		GA	295		
4198850	Hallie Hills	hallie-hills	US		0	America/New_York	33.56761	-84.47215	291			GA	121		
4198852	Hallmark Heights	hallmark-heights	US		0	America/New_York	30.83492	-83.3021	55			GA	185		
4198854	Halloca (historical)	halloca-historical	US		0	America/New_York	32.34848	-84.78326	97			GA	053		
4198868	Halls Crossing	halls-crossing	US		0	America/New_York	33.02404	-82.64735	117			GA	303		
4198888	Hallwood Homes	hallwood-homes	US		0	America/New_York	31.87715	-81.61317	24			GA	179		
4198901	Hamby Place	hamby-place	US		0	America/New_York	34.06982	-84.60466	335			GA	067		
4198914	Hamilton Crossroads	hamilton-crossroads	US		0	America/New_York	33.56541	-82.49457	157			GA	189		
4198925	Hamilton Plantation Subdivision	hamilton-plantation-subdivision	US		0	America/New_York	33.42706	-84.85827	252			GA	077		
4198930	Hamilton Trailer Park	hamilton-trailer-park	US		0	America/New_York	34.039	-83.48461	257			GA	157		
4198932	Hamlet (historical)	hamlet-historical	US		0	America/New_York	34.06871	-85.08606	234			GA	233		
4198937	Hammett Acres	hammett-acres	US		0	America/New_York	33.17457	-84.98744	241			GA	285		
4198941	Hammer	hammer	US		0	America/New_York	34.18538	-83.9574	355			GA	139		
4198959	Hammond Park	hammond-park	US		0	America/New_York	33.67511	-84.40132	291			GA	121		
4198977	Hampton Estates	hampton-estates	US		0	America/New_York	33.99871	-84.7616	288			GA	223		
4198978	Hampton Farms	hampton-farms	US		0	America/New_York	33.95455	-84.40826	306			GA	067		
4198980	Hampton Heights	hampton-heights	US		0	America/New_York	32.4482	-84.9216	101			GA	215		
4198982	Hampton Lake	hampton-lake	US		0	America/New_York	33.97316	-84.40743	311			GA	067		
4198991	Hamptons Corner	hamptons-corner	US		0	America/New_York	33.36484	-84.55104	242			GA	113		
4198993	Hanarry Estates	hanarry-estates	US		0	America/New_York	33.94205	-84.00685	303			GA	135		
4199003	Hancock Landing	hancock-landing	US		0	America/New_York	33.15932	-81.764	28	Hancock,Hancock Landing,Hancocks Landing		GA	033		
4199009	Hancock Subdivision	hancock-subdivision	US		0	America/New_York	32.7907	-83.89158	166			GA	079		
4199019	Handy	handy	US		0	America/New_York	33.3765	-84.96911	259			GA	077		
4199021	Haney	haney	US		0	America/New_York	34.08454	-85.41996	220	Haney,Haynie		GA	115		
4199038	Hanlin	hanlin	US		0	America/New_York	33.9451	-84.91633	322			GA	223		
4199055	Hannahs Mill	hannahs-mill	US		3298	America/New_York	32.93291	-84.34936	225	Hannah Mill,Hannahs Mill,Hannas Mill		GA	293		
4199058	Hannatown	hannatown	US		0	America/New_York	30.71075	-84.67019	89			GA	087		
4199069	Hansell	hansell	US		0	America/New_York	31.02797	-84.06684	92			GA	275		
4199075	Hapeville	hapeville	US		6650	America/New_York	33.66011	-84.4102	305	Hapeville,Hopeville,Khejpvil,habfyl,hepabhila,hpwyl  jwrjya,Хејпвил,هابفيل,هپویل، جورجیا,ہیپویل، جارجیا,हेपभिल		GA	121		
4199083	Happy Hollow	happy-hollow	US		0	America/New_York	34.18121	-84.71077	273	Altoona Lake,Happy Hollow		GA	015		
4199087	Happy Hollow	happy-hollow	US		0	America/New_York	33.9426	-84.28326	306			GA	089		
4199110	Harbin	harbin	US		0	America/New_York	33.94761	-83.85407	312	Harbin,Harbins		GA	135		
4199111	Harbin Acres	harbin-acres	US		0	America/New_York	33.58011	-84.29826	273			GA	063		
4199115	Harbor Creek	harbor-creek	US		0	America/New_York	32.02382	-80.97206	4			GA	051		
4199117	Harbor Pines	harbor-pines	US		0	America/New_York	30.76662	-81.5526	6			GA	039		
4199119	Hard Cash	hard-cash	US		0	America/New_York	34.18483	-82.97098	219	Hard Cash,Hardcash		GA	105		
4199121	Happy Landing	happy-landing	US		0	America/New_York	31.16328	-81.8565	6			GA	025		
4199147	Harden Hills	harden-hills	US		0	America/New_York	33.85456	-83.41155	233			GA	219		
4199178	Hardman Place	hardman-place	US		0	America/New_York	34.11676	-84.40409	307			GA	057		
4199195	Hardy Hills	hardy-hills	US		0	America/New_York	33.92899	-84.74716	336			GA	223		
4199212	Hargrove	hargrove	US		0	America/New_York	34.38593	-83.81435	369			GA	139		
4199217	Hardys Crossroads	hardys-crossroads	US		0	America/New_York	33.38095	-83.81601	195	Hardys Crossroads,Hardys Store		GA	159		
4199226	Harlow	harlow	US		0	America/New_York	32.49406	-82.97626	79			GA	175		
4199229	Harmon Heights	harmon-heights	US		0	America/New_York	31.59962	-84.1638	64			GA	095		
4199329	Harp	harp	US		0	America/New_York	33.40428	-84.44326	287	Harp,Harps Crossing		GA	113		
4199365	Harpers Lake	harpers-lake	US		0	America/New_York	33.86233	-84.73216	292			GA	223		
4199366	Harpertown (historical)	harpertown-historical	US		0	America/New_York	33.16959	-83.04015	148			GA	141		
4199384	Harrells Still	harrells-still	US		0	America/New_York	31.01185	-84.35491	46	Harrell's Still,Harrells Still		GA	131		
4199386	Harrietts Bluff	harrietts-bluff	US		0	America/New_York	30.87135	-81.58566	4	Harriets Bluff,Harrietts Bluff		GA	039		
4199388	Harrietts Bluff Village	harrietts-bluff-village	US		0	America/New_York	30.85579	-81.63177	4			GA	039		
4199415	Harris City	harris-city	US		0	America/New_York	32.96818	-84.71271	268	Harris,Harris City		GA	199		
4199459	Harris Woods	harris-woods	US		0	America/New_York	34.0301	-84.68327	298			GA	067		
4199488	Harrison Heights	harrison-heights	US		0	America/New_York	31.8541	-81.59206	20			GA	179		
4199507	Harrisons Mill	harrisons-mill	US		0	America/New_York	31.54823	-84.88576	83	Harrison Mill,Harrisons Mill		GA	061		
4199512	Harrock Hall	harrock-hall	US		0	America/New_York	31.99494	-81.06733	4			GA	051		
4199514	Harry Pooles Mobile Home Park	harry-pooles-mobile-home-park	US		0	America/New_York	33.63844	-84.25103	256			GA	151		
4199516	Hart Circle	hart-circle	US		0	America/New_York	33.93038	-84.83911	330			GA	223		
4199532	Hart Town	hart-town	US		0	America/New_York	33.74094	-84.96105	318	Hart Town,Pleasant Grove		GA	045		
4199535	Hartfield Acres	hartfield-acres	US		0	America/New_York	33.8701	-84.84938	338			GA	223		
4199536	Hartfield Estates	hartfield-estates	US		0	America/New_York	33.86844	-84.84216	339			GA	223		
4199578	Harvest Estates	harvest-estates	US		0	America/New_York	34.21621	-84.83022	245			GA	015		
4199590	Hasford Estates	hasford-estates	US		0	America/New_York	33.99038	-84.79272	287			GA	223		
4199594	Haskins Crossing	haskins-crossing	US		0	America/New_York	32.54655	-83.11737	107	Haskins,Haskins Crossing		GA	175		
4199595	Hassler Mill	hassler-mill	US		0	America/New_York	34.80202	-85.018	224	Hassier Mill,Hassler Mill		GA	313		
4199596	Hasslers Mill	hasslers-mill	US		0	America/New_York	34.8123	-84.69521	256	Hasler Mill,Hassler Mill,Hasslers Mill		GA	213		
4199618	Hatcher	hatcher	US		0	America/New_York	31.81488	-85.01354	88	Hatcher,Hatcher Station,Hatchers,Hatchers Station		GA	239		
4199623	Hatchers Store	hatchers-store	US		0	America/New_York	33.03849	-82.02901	95			GA	033		
4199632	Hatoff (historical)	hatoff-historical	US		0	America/New_York	32.31184	-82.80792	83			GA	175		
4199646	Haven Park	haven-park	US		0	America/New_York	33.60455	-84.31631	269			GA	063		
4199680	Hawkins Crossroads	hawkins-crossroads	US		0	America/New_York	32.7618	-84.60826	230			GA	263		
4199693	Hawkinstown	hawkinstown	US		0	America/New_York	31.26324	-84.44991	49			GA	007		
4199734	Haylow	haylow	US		0	America/New_York	30.82604	-82.90514	50			GA	101		
4199735	Hayner	hayner	US		0	America/New_York	31.16217	-81.72316	5	Hayner,Haynor Siding		GA	127		
4199756	Hayston	hayston	US		0	America/New_York	33.51928	-83.76768	209			GA	217		
4199759	Haywood (historical)	haywood-historical	US		0	America/New_York	34.4912	-85.18412	209			GA	055		
4199762	Hayes Crossing	hayes-crossing	US		0	America/New_York	34.53121	-83.29322	288			GA	257		
4199774	Hazelbrand Acres	hazelbrand-acres	US		0	America/New_York	33.6315	-83.79157	216			GA	217		
4199795	Head River	head-river	US		0	America/New_York	34.65703	-85.50746	593			GA	083		
4199829	Heard Place	heard-place	US		0	America/New_York	32.16849	-84.99021	110			GA	259		
4199833	Heardmont	heardmont	US		0	America/New_York	34.11067	-82.69541	167			GA	105		
4199837	Heard	heard	US		0	America/New_York	32.53793	-83.6838	119			GA	153		
4199843	Heardville	heardville	US		0	America/New_York	34.28065	-84.23603	350			GA	117		
4199848	Hearnville (historical)	hearnville-historical	US		0	America/New_York	33.42041	-83.50545	185			GA	237		
4199852	Hearthstone	hearthstone	US		0	America/New_York	32.53681	-84.90771	132			GA	215		
4199853	Hearthstone Subdivision	hearthstone-subdivision	US		0	America/New_York	33.36095	-84.84105	263			GA	077		
4199854	Hearthwood	hearthwood	US		0	America/New_York	33.91177	-84.74855	306			GA	223		
4199855	Heartpine (historical)	heartpine-historical	US		0	America/New_York	31.10075	-83.41238	70			GA	075		
4199856	Heartwood	heartwood	US		0	America/New_York	34.01732	-84.42576	327			GA	067		
4199865	Heather Heights	heather-heights	US		0	America/New_York	34.39288	-83.8224	371			GA	139		
4199866	Heather Lynn	heather-lynn	US		0	America/New_York	33.56511	-84.29576	251			GA	063		
4199867	Heatherbrook	heatherbrook	US		0	America/New_York	33.02151	-85.13994	207			GA	285		
4199868	Heatherwood	heatherwood	US		0	America/New_York	33.59372	-84.43354	289			GA	063		
4199872	Hebardville	hebardville	US		0	America/New_York	31.24105	-82.36791	43			GA	299		
4199906	Hedgerow	hedgerow	US		0	America/New_York	34.04621	-84.41632	328			GA	067		
4199910	Hedrick Park	hedrick-park	US		0	America/New_York	31.59378	-84.18574	66			GA	095		
4199912	Hedwig (historical)	hedwig-historical	US		0	America/New_York	34.50509	-84.04991	442			GA	187		
4199916	Heidrich	heidrich	US		0	America/New_York	32.97654	-82.65097	91			GA	303		
4199941	Heineburg Village (historical)	heineburg-village-historical	US		0	America/New_York	32.38515	-84.78048	148			GA	053		
4199948	Helmer	helmer	US		0	America/New_York	33.5265	-84.4352	251			GA	113		
4199959	Hemp	hemp	US		0	America/New_York	34.88342	-84.17186	572	Hemp,Hemptown		GA	111		
4199973	Hembree Hills	hembree-hills	US		0	America/New_York	33.78844	-84.58688	314			GA	067		
4199994	Henderson Heights	henderson-heights	US		0	America/New_York	34.16982	-84.29965	338			GA	121		
4200013	Henderson Still	henderson-still	US		0	America/New_York	31.18743	-82.9682	64			GA	003		
4200044	Henley (historical)	henley-historical	US		0	America/New_York	33.43734	-85.02022	227			GA	045		
4200069	Henrys (historical)	henrys-historical	US		0	America/New_York	34.8273	-85.38051	251			GA	295		
4200086	Hentown	hentown	US		0	America/New_York	31.2799	-84.83687	59			GA	099		
4200105	Herbert Heights	herbert-heights	US		0	America/New_York	31.83243	-81.60539	26			GA	179		
4200113	Heritage Acres	heritage-acres	US		0	America/New_York	32.86819	-83.62379	135			GA	021		
4200119	Heritage Estates	heritage-estates	US		0	America/New_York	33.88149	-84.83466	325			GA	223		
4200120	Heritage Farms	heritage-farms	US		0	America/New_York	34.04343	-84.50271	308			GA	067		
4200121	Heritage Farms	heritage-farms	US		0	America/New_York	33.44373	-84.52076	293			GA	113		
4200122	Heritage Glen	heritage-glen	US		0	America/New_York	33.98343	-84.42187	315			GA	067		
4200124	Heritage Hills	heritage-hills	US		0	America/New_York	33.00429	-85.14022	234			GA	285		
4200129	Heritage Place	heritage-place	US		0	America/New_York	34.12343	-84.5941	299			GA	057		
4200131	Heritage Square	heritage-square	US		0	America/New_York	33.78761	-84.64827	302			GA	097		
4200132	Heritage Station	heritage-station	US		0	America/New_York	33.94177	-84.09214	293			GA	135		
4200133	Heritage Valley	heritage-valley	US		0	America/New_York	33.72372	-84.73799	324			GA	097		
4200148	Heritage	heritage	US		0	America/New_York	33.88927	-84.47743	298			GA	067		
4200151	Herndonville	herndonville	US		0	America/New_York	33.71123	-83.69962	261			GA	297		
4200156	Herring	herring	US		0	America/New_York	30.6966	-83.1582	45			GA	185		
4200181	Hi Roc Shores	hi-roc-shores	US		0	America/New_York	33.71122	-83.97491	253			GA	247		
4200199	Hickman Forks	hickman-forks	US		0	America/New_York	32.90513	-84.45381	249			GA	293		
4200206	Hickory Acres	hickory-acres	US		0	America/New_York	33.48428	-84.47132	280			GA	113		
4200207	Hickory Bluff	hickory-bluff	US		0	America/New_York	31.0919	-81.57066	2			GA	039		
4200221	Hickory Forest	hickory-forest	US		0	America/New_York	34.0651	-84.60327	325			GA	067		
4200222	Hickory Forest	hickory-forest	US		0	America/New_York	33.78538	-84.71549	336			GA	097		
4200223	Hickory Gap	hickory-gap	US		0	America/New_York	33.87788	-84.86244	330			GA	223		
4200224	Hickory Glen	hickory-glen	US		0	America/New_York	33.81316	-84.72605	300			GA	223		
4200238	Hickory Heights	hickory-heights	US		0	America/New_York	33.61428	-85.03661	333			GA	045		
4200239	Hickory Hill	hickory-hill	US		0	America/New_York	33.88123	-83.38849	183			GA	219		
4200262	Hickory Point	hickory-point	US		0	America/New_York	33.86845	-83.31377	198			GA	059		
4200270	Hickory Woods	hickory-woods	US		0	America/New_York	32.56653	-83.62268	100			GA	153		
4200280	Hickox	hickox	US		0	America/New_York	31.1505	-81.9965	19			GA	025		
4200282	Hicks	hicks	US		0	America/New_York	32.48265	-84.09574	131			GA	193		
4200306	Hidden Acres	hidden-acres	US		0	America/New_York	34.37566	-83.77073	366			GA	139		
4200307	Hidden Acres of Fayette	hidden-acres-of-fayette	US		0	America/New_York	33.50567	-84.48604	289			GA	113		
4200308	Hidden Branches	hidden-branches	US		0	America/New_York	33.94843	-84.34548	316			GA	089		
4200310	Hidden Forest	hidden-forest	US		0	America/New_York	33.56873	-83.77601	229			GA	217		
4200311	Hidden Forest	hidden-forest	US		0	America/New_York	32.66514	-83.77435	145			GA	225		
4200312	Hidden Harbor	hidden-harbor	US		0	America/New_York	34.24038	-83.91935	365			GA	139		
4200313	Hidden Hills	hidden-hills	US		0	America/New_York	34.2026	-84.75549	320			GA	015		
4200314	Hidden Hills	hidden-hills	US		0	America/New_York	33.74761	-84.17714	292			GA	089		
4200315	Hidden Hills	hidden-hills	US		0	America/New_York	33.39181	-82.09484	142			GA	245		
4200316	Hidden Hills	hidden-hills	US		0	America/New_York	32.53903	-84.90993	122			GA	215		
4200319	Hidden Hollow	hidden-hollow	US		0	America/New_York	33.49733	-84.31548	263			GA	063		
4200320	Hidden Hollow	hidden-hollow	US		0	America/New_York	33.56733	-84.29409	251			GA	063		
4200327	Hidden Lakes	hidden-lakes	US		0	America/New_York	33.61289	-84.1902	235			GA	151		
4200328	Hidden Oaks	hidden-oaks	US		0	America/New_York	32.60681	-83.6963	131			GA	153		
4200329	Hidden Oaks	hidden-oaks	US		0	America/New_York	33.94177	-84.76133	352			GA	223		
4200330	Hidden Pines	hidden-pines	US		0	America/New_York	33.55678	-83.86796	201			GA	217		
4200331	Hidden Pines	hidden-pines	US		0	America/New_York	31.86549	-81.58733	17			GA	179		
4200332	Hidden Shoals	hidden-shoals	US		0	America/New_York	33.57233	-83.9988	235			GA	217		
4200337	Hidden Valley Farms	hidden-valley-farms	US		0	America/New_York	34.13121	-84.29631	302			GA	121		
4200347	Higdon Mill (historical)	higdon-mill-historical	US		0	America/New_York	34.82286	-84.40937	503			GA	123		
4200349	Higgins Mill	higgins-mill	US		0	America/New_York	33.12846	-84.00436	170	Higgins,Higgins Mill		GA	207		
4200353	Higgston	higgston	US		313	America/New_York	32.21657	-82.46707	79			GA	209		
4200372	High Hill Lake	high-hill-lake	US		0	America/New_York	31.23523	-81.53177	4			GA	127		
4200412	High Springs (historical)	high-springs-historical	US		0	America/New_York	31.68129	-83.78656	119			GA	287		
4200431	Highland Circle	highland-circle	US		0	America/New_York	32.86708	-83.62962	117			GA	021		
4200432	Highland Colony	highland-colony	US		0	America/New_York	34.06649	-84.41687	331			GA	121		
4200433	Highland Estates	highland-estates	US		0	America/New_York	32.58987	-83.64435	115			GA	153		
4200434	Highland Heights	highland-heights	US		0	America/New_York	30.87909	-83.2746	73			GA	185		
4200435	Highland Hills	highland-hills	US		0	America/New_York	33.54789	-84.44548	276			GA	113		
4200436	Highland Hills	highland-hills	US		0	America/New_York	32.86486	-83.60657	114			GA	021		
4200442	Highland Oaks	highland-oaks	US		0	America/New_York	30.75829	-81.52204	3			GA	039		
4200443	Highland Oaks	highland-oaks	US		0	America/New_York	33.90984	-83.40794	192			GA	219		
4200450	Highland Pines	highland-pines	US		0	America/New_York	32.55792	-84.94688	160			GA	215		
4200218	Hickory Flat	hickory-flat	US	38633	0	America/New_York	34.1701	-84.4227	317			GA	057		
4200453	Highland Village	highland-village	US		0	America/New_York	33.52872	-84.19131	223			GA	151		
4200458	Highgate	highgate	US		0	America/New_York	33.49402	-82.06623	91			GA	245		
4200459	Highpoint Forest	highpoint-forest	US		0	America/New_York	33.52456	-83.85546	243			GA	217		
4200460	Highpoint Mobile Home Park	highpoint-mobile-home-park	US		0	America/New_York	33.52651	-83.85352	240			GA	217		
4200463	Hightower	hightower	US		0	America/New_York	34.30621	-84.21464	309	Camp Eaton,Camp Gilmer,Fort Scudder,High Tower,High'to'wa Town,Hightower,Scudders		GA	117		
4200466	Highpoint Forest	highpoint-forest	US		0	America/New_York	33.88344	-84.36382	263			GA	121		
4200481	Hightower Forest	hightower-forest	US		0	America/New_York	33.70706	-83.9138	220			GA	217		
4200497	Highview Acres	highview-acres	US		0	America/New_York	33.50097	-82.1429	142			GA	073		
4200506	Hilderbrand	hilderbrand	US		0	America/New_York	33.689	-84.66077	281			GA	097		
4200519	Hill Forest Estates	hill-forest-estates	US		0	America/New_York	34.04177	-84.70827	285			GA	067		
4200539	Hill and Dale Trailer Park	hill-and-dale-trailer-park	US		0	America/New_York	33.4818	-82.14262	129			GA	073		
4200544	Hillbrook	hillbrook	US		0	America/New_York	33.50514	-82.13567	124			GA	073		
4200545	Hillbrook Estates	hillbrook-estates	US		0	America/New_York	32.5407	-84.92965	137			GA	215		
4200547	Hillcrest	hillcrest	US		0	America/New_York	33.86095	-83.44016	225			GA	219		
4200548	Hillcrest	hillcrest	US		0	America/New_York	33.12929	-85.04022	226			GA	285		
4200549	Hillcrest	hillcrest	US		0	America/New_York	31.59906	-84.18269	62			GA	095		
4200564	Hillcrest Heights	hillcrest-heights	US		0	America/New_York	32.84236	-83.67851	131			GA	021		
4200570	Hillcrest Valley	hillcrest-valley	US		0	America/New_York	33.78288	-84.54577	254			GA	067		
4200572	Hillcroft Heights	hillcroft-heights	US		0	America/New_York	34.18483	-83.8374	323			GA	139		
4200580	Hillingdon	hillingdon	US		0	America/New_York	31.58934	-84.18296	63			GA	095		
4200587	Hillandale	hillandale	US		0	America/New_York	33.59067	-84.4816	278			GA	121		
4200608	Hills Park	hills-park	US		0	America/New_York	33.80511	-84.43437	251	Hill's Park,Hills Park		GA	121		
4200611	Hills Store	hills-store	US		0	America/New_York	33.01932	-81.60094	51			GA	033		
4200613	Hills-A-Rolling	hills-a-rolling	US		0	America/New_York	34.09315	-84.64577	288			GA	057		
4200627	Hillsdale Heights	hillsdale-heights	US		0	America/New_York	33.84205	-84.65271	285			GA	067		
4200636	Hillside Cottages	hillside-cottages	US		0	America/New_York	33.78983	-84.36465	271			GA	121		
4200640	Hillside Park	hillside-park	US		0	America/New_York	33.48347	-82.00456	68			GA	245		
4200642	Hillside Terrace	hillside-terrace	US		0	America/New_York	32.47014	-84.90826	109			GA	215		
4200660	Hilton Heights	hilton-heights	US		0	America/New_York	32.48903	-84.94938	104			GA	215		
4200661	Hiltonia	hiltonia	US		326	America/New_York	32.88349	-81.65817	55	Hilltonia,Hiltonia		GA	251		
4200663	Hilyer	hilyer	US		0	America/New_York	32.98151	-84.99299	242			GA	285		
4200665	Hinds	hinds	US		0	America/New_York	31.58823	-84.15907	62			GA	095		
4200677	Hinkles	hinkles	US		0	America/New_York	34.90841	-85.3944	459	Hemlock,Hinkle,Hinkles		GA	295		
4200687	Hinson Crossing	hinson-crossing	US		0	America/New_York	31.17326	-82.66597	53			GA	299		
4200692	Hinsonton	hinsonton	US		0	America/New_York	31.17963	-84.02851	103			GA	205		
4200727	Hix	hix	US		0	America/New_York	34.18261	-83.34155	263			GA	195		
4200743	Hobby	hobby	US		0	America/New_York	31.66268	-83.74073	123			GA	287		
4200758	Hodge (historical)	hodge-historical	US		0	America/New_York	33.59178	-84.98605	342			GA	045		
4200824	Hog Mountain	hog-mountain	US		0	America/New_York	34.04955	-83.92907	359	Cain,Cain's,Cains,Hog Mountain		GA	135		
4200832	Hogan	hogan	US		0	America/New_York	33.83318	-83.04848	195			GA	221		
4200834	Hogan	hogan	US		0	America/New_York	31.10773	-81.57482	1			GA	039		
4200852	Hoganville (historical)	hoganville-historical	US		0	America/New_York	31.55741	-83.48933	100			GA	277		
4200861	Hogg Mountain	hogg-mountain	US		0	America/New_York	32.95874	-85.07911	228			GA	285		
4200862	Hoggard Mill	hoggard-mill	US		0	America/New_York	31.21713	-84.47074	36	Hoggard,Hoggard Mill,Hoggards Mill		GA	007		
4200863	Hoggs (historical)	hoggs-historical	US		0	America/New_York	32.1921	-84.58909	172			GA	197		
4200899	Holders	holders	US		0	America/New_York	34.13983	-83.63156	252			GA	157		
4200912	Holiday Estates	holiday-estates	US		0	America/New_York	33.94928	-83.4521	228			GA	059		
4200913	Holiday Heights	holiday-heights	US		0	America/New_York	34.25427	-83.89657	367			GA	139		
4200914	Holiday Hills	holiday-hills	US		0	America/New_York	33.58511	-84.36798	274			GA	063		
4200915	Holiday Hills	holiday-hills	US		0	America/New_York	34.3351	-83.89601	370			GA	139		
4200918	Holiday Meadows	holiday-meadows	US		0	America/New_York	34.21621	-83.90657	362			GA	139		
4200919	Holiday Park	holiday-park	US		0	America/New_York	33.5168	-82.12012	109			GA	073		
4200921	Holiday Park	holiday-park	US		0	America/New_York	32.48625	-84.89021	100			GA	215		
4200964	Holland Manor	holland-manor	US		0	America/New_York	33.70066	-84.72744	311			GA	097		
4200972	Hollands Folly	hollands-folly	US		0	America/New_York	31.46295	-84.10268	61			GA	095		
4200981	Hollingsworth	hollingsworth	US		0	America/New_York	34.43871	-83.50823	279			GA	011		
4200994	Hollis Heights	hollis-heights	US		0	America/New_York	33.61011	-84.85494	331			GA	097		
4201003	Hollow Hills	hollow-hills	US		0	America/New_York	33.56845	-83.75851	238			GA	217		
4201004	Hollow Oaks	hollow-oaks	US		0	America/New_York	33.47706	-83.9138	222			GA	217		
4201009	Holly Brook	holly-brook	US		0	America/New_York	33.634	-84.57965	267			GA	121		
4201011	Hollonville	hollonville	US		0	America/New_York	33.16568	-84.46048	253	Hollonville,The Doggery		GA	231		
4201031	Holly Heights	holly-heights	US		0	America/New_York	33.60705	-85.09495	324			GA	045		
4201035	Holly Hills	holly-hills	US		0	America/New_York	33.92845	-83.44155	222			GA	059		
4201036	Holly Hills	holly-hills	US		0	America/New_York	32.57794	-82.94653	70			GA	175		
4201037	Holly Hills	holly-hills	US		0	America/New_York	32.4432	-84.93132	82			GA	215		
4201041	Holly Oaks	holly-oaks	US		0	America/New_York	34.02843	-84.4691	348			GA	067		
4201043	Holly Spring	holly-spring	US		0	America/New_York	34.23482	-84.73827	300			GA	015		
4201066	Holly Woods	holly-woods	US		0	America/New_York	32.4407	-84.9316	86			GA	215		
4201067	Hollyberry	hollyberry	US		0	America/New_York	33.84288	-84.868	322			GA	223		
4201068	Hollydale	hollydale	US		0	America/New_York	33.58261	-84.45743	284			GA	063		
4201105	Holt Homes	holt-homes	US		0	America/New_York	31.7677	-82.35791	61			GA	001		
4201136	Home Place Acres	home-place-acres	US		0	America/New_York	33.85427	-84.84355	337			GA	223		
4201150	Homes of Mansfield	homes-of-mansfield	US		0	America/New_York	33.93484	-83.43544	209			GA	059		
4201153	Homestead Acres	homestead-acres	US		0	America/New_York	34.08288	-84.68049	275			GA	015		
4201155	Homestead Park	homestead-park	US		0	America/New_York	30.84019	-83.99906	77			GA	275		
4201157	Homewood Hills	homewood-hills	US		0	America/New_York	33.97734	-83.4296	229			GA	059		
4201172	Honey Creek (historical)	honey-creek-historical	US		0	America/New_York	33.60428	-84.04852	242			GA	247		
4201178	Honey Ridge Plantation	honey-ridge-plantation	US		0	America/New_York	32.63848	-83.62713	116			GA	153		
4201187	Honeysuckle Plantation	honeysuckle-plantation	US		0	America/New_York	33.86733	-84.84438	348			GA	223		
4201189	Honora	honora	US		0	America/New_York	33.90734	-82.50985	136			GA	181		
4201191	Hood (historical)	hood-historical	US		0	America/New_York	34.83287	-83.89935	631			GA	291		
4201230	Hopecastle Forest	hopecastle-forest	US		0	America/New_York	33.96844	-84.78188	297			GA	223		
4201231	Hopeful	hopeful	US		0	America/New_York	33.51067	-84.49854	284			GA	113		
4201232	Hopeful	hopeful	US		0	America/New_York	31.16879	-84.39297	47			GA	205		
4201245	Hopeulikit	hopeulikit	US		0	America/New_York	32.52156	-81.85039	67			GA	031		
4201323	Hopkins Mill	hopkins-mill	US		0	America/New_York	33.94871	-84.16103	282			GA	135		
4201335	Horne	horne	US		0	America/New_York	32.28239	-83.10487	101			GA	091		
4201341	Horns	horns	US		0	America/New_York	32.67542	-84.00352	130	Hornes,Horns		GA	079		
4201342	Horns Cross Road (historical)	horns-cross-road-historical	US		0	America/New_York	31.11852	-84.85965	58			GA	201		
4201343	Horns Crossroads	horns-crossroads	US		0	America/New_York	32.9818	-84.07547	230			GA	171		
4201374	Horse Lake Estates	horse-lake-estates	US		0	America/New_York	34.67508	-85.26884	283			GA	295		
4201402	Horseleg Estates	horseleg-estates	US		0	America/New_York	34.24037	-85.20273	201			GA	115		
4201439	Horseshoe Springs	horseshoe-springs	US		0	America/New_York	33.63678	-83.94158	232			GA	217		
4201478	Hotalihuyana (historical)	hotalihuyana-historical	US		0	America/New_York	31.52462	-84.1388	48	Fatehennyaha,Holatlahoanna,Hotalihuyana (historical),Hotallehoyarnar,O-tel-le-who-yau-nau,Otellewhoyonee,Talehanas,Talehouyana,Talle-whe-anas,Telhuanas,Tellihuana,Telluiana		GA	095		
4201481	Hothouse	hothouse	US		0	America/New_York	34.93453	-84.30381	530	Hot House,Hothouse		GA	111		
4201521	Houston Lake	houston-lake	US		0	America/New_York	32.4957	-83.67602	112			GA	153		
4201525	Houston Lake Woods	houston-lake-woods	US		0	America/New_York	32.50154	-83.6763	95			GA	153		
4201566	Howards Mill	howards-mill	US		0	America/New_York	31.15629	-84.99465	44	Howard Mill,Howards Mill		GA	099		
4201578	Howell Grove	howell-grove	US		0	America/New_York	33.32375	-83.08904	137	Howell Grove,Oakland		GA	141		
4201596	Howell Wood	howell-wood	US		0	America/New_York	33.99455	-84.17547	309			GA	135		
4201603	Howell Estates	howell-estates	US		0	America/New_York	33.54872	-84.41993	285			GA	063		
4201605	Hub Junction	hub-junction	US		0	America/New_York	33.59956	-83.75018	251			GA	217		
4201607	Huber	huber	US		0	America/New_York	32.70431	-83.55629	83	Huber,Philip,Philip Station		GA	289		
4201655	Huffaker	huffaker	US		0	America/New_York	34.28009	-85.24356	194			GA	115		
4201657	Huffer	huffer	US		0	America/New_York	31.56297	-82.79403	71	Huffer,Shepherd		GA	069		
4201690	Hughesboro (historical)	hughesboro-historical	US		0	America/New_York	34.4926	-83.6099	415	Hughesboro (historical),Hughesborough		GA	137		
4201692	Hughland	hughland	US		0	America/New_York	32.0452	-82.05484	55	Hughland,Hurricane Branch		GA	267		
4201693	Huguenot (historical)	huguenot-historical	US		0	America/New_York	33.98956	-82.63847	154			GA	105		
4201724	Humphries (historical)	humphries-historical	US		0	America/New_York	33.87927	-84.32076	310			GA	089		
4201746	Hunt (historical)	hunt-historical	US		0	America/New_York	34.9687	-83.75239	585			GA	281		
4201750	Hunt Club	hunt-club	US		0	America/New_York	34.0076	-84.66466	304			GA	067		
4201768	Hunters Court	hunters-court	US		0	America/New_York	32.54597	-84.9216	145			GA	215		
4201769	Hunters Cove	hunters-cove	US		0	America/New_York	34.07593	-84.69577	270			GA	067		
4201774	Hunters Glen	hunters-glen	US		0	America/New_York	33.81538	-84.2027	300			GA	089		
4201775	Hunters Mill	hunters-mill	US		0	America/New_York	34.11815	-84.43715	311			GA	057		
4201777	Hunters Ridge	hunters-ridge	US		0	America/New_York	33.90067	-83.31766	217			GA	059		
4201778	Hunters Ridge	hunters-ridge	US		0	America/New_York	32.6282	-83.64713	129			GA	153		
4201780	Hunting Creek	hunting-creek	US		0	America/New_York	33.99399	-84.04158	306			GA	135		
4201786	Huntington Creek	huntington-creek	US		0	America/New_York	33.47734	-84.43354	266			GA	113		
4201788	Huntington Place	huntington-place	US		0	America/New_York	33.36817	-84.53326	253			GA	113		
4201789	Huntington South	huntington-south	US		0	America/New_York	33.40289	-84.4252	268			GA	113		
4201790	Huntley Hill	huntley-hill	US		0	America/New_York	33.91205	-84.30409	310			GA	089		
4201792	Hunts	hunts	US		0	America/New_York	33.34041	-83.40572	173			GA	237		
4201796	Hunts Corner	hunts-corner	US		0	America/New_York	34.53009	-84.8455	211			GA	129		
4201800	Huron (historical)	huron-historical	US		0	America/New_York	33.26208	-83.49767	118			GA	237		
4201802	Hunters Crossroad	hunters-crossroad	US		0	America/New_York	32.95929	-84.76049	269	Hunters Crossroad,Hunters Crossroads		GA	199		
4202687	Jefferson Hills	jefferson-hills	US		0	America/New_York	32.7982	-83.66935	98			GA	021		
4201837	Hurricane Shoals (historical)	hurricane-shoals-historical	US		0	America/New_York	34.21177	-83.54433	228	Hurricane Shoals (historical),Yamacutah-Yamtrahoochee,Yamtrahoochee		GA	157		
4201884	Hyatt	hyatt	US		0	America/New_York	33.34373	-85.16939	305			GA	149		
4201893	Hyde Park Mobile Home Park	hyde-park-mobile-home-park	US		0	America/New_York	33.63455	-84.31881	274			GA	063		
4201904	Ida Vesper	ida-vesper	US		0	America/New_York	32.31793	-84.69603	122	Ida Vesper,Idavesper		GA	053		
4201909	Idle Hour Estates	idle-hour-estates	US		0	America/New_York	32.87153	-83.71046	143			GA	021		
4201911	Idlewood	idlewood	US		0	America/New_York	32.86153	-83.72185	136			GA	021		
4201912	Idlewood	idlewood	US		0	America/New_York	33.01543	-81.98012	89			GA	033		
4201913	Idlewood	idlewood	US		0	America/New_York	33.38373	-83.8524	188			GA	217		
4201914	Idlewood Acres	idlewood-acres	US		0	America/New_York	33.82677	-84.22464	314			GA	089		
4201915	Idlewood Acres	idlewood-acres	US		0	America/New_York	32.5707	-83.63824	120			GA	153		
4201917	Idlewood Vally	idlewood-vally	US		0	America/New_York	33.9051	-84.40493	273			GA	121		
4201919	Idylwilde	idylwilde	US		0	America/New_York	33.52236	-82.13317	119			GA	073		
4201920	Idylwood	idylwood	US		0	America/New_York	33.87456	-83.31432	219			GA	059		
4201922	Igo (historical)	igo-historical	US		0	America/New_York	34.48287	-84.7066	227			GA	129		
4201944	Imperial Estates	imperial-estates	US		0	America/New_York	33.67011	-84.81216	318			GA	097		
4201946	Inaha	inaha	US		0	America/New_York	31.61879	-83.606	122			GA	287		
4201951	Independence Walk	independence-walk	US		0	America/New_York	34.08843	-84.55271	310			GA	057		
4201955	Indian Bend	indian-bend	US		0	America/New_York	33.14095	-85.11383	219			GA	285		
4201958	Imlac	imlac	US		0	America/New_York	33.02457	-84.5627	227			GA	199		
4201963	Indian Cove (historical)	indian-cove-historical	US		0	America/New_York	31.44796	-83.96101	116			GA	321		
4201973	Indian Creek	indian-creek	US		0	America/New_York	31.5699	-84.25491	59			GA	095		
4201988	Indian Crossing	indian-crossing	US		0	America/New_York	33.93482	-84.17797	305			GA	135		
4201998	Indian Hill Estates	indian-hill-estates	US		0	America/New_York	33.53067	-84.31881	273			GA	063		
4202016	Indian Oaks	indian-oaks	US		0	America/New_York	32.55598	-83.87602	152			GA	225		
4202019	Indian Rose	indian-rose	US		0	America/New_York	33.84677	-84.73244	286			GA	223		
4202037	Indian Valley Estates	indian-valley-estates	US		0	America/New_York	34.08482	-84.52826	275			GA	057		
4202038	Indian Village	indian-village	US		0	America/New_York	34.09954	-84.68716	292			GA	015		
4202043	Inglenook	inglenook	US		0	America/New_York	33.91844	-84.02658	305			GA	135		
4202065	Iniss (historical)	iniss-historical	US		0	America/New_York	31.37824	-83.5435	87			GA	277		
4202074	Inman Park	inman-park	US		0	America/New_York	33.75761	-84.3627	299			GA	121		
4202084	Innsbrook	innsbrook	US		0	America/New_York	33.79039	-84.0088	278			GA	135		
4202085	Innsbrook	innsbrook	US		0	America/New_York	32.51931	-84.98382	143			GA	215		
4202086	Innsbrook West	innsbrook-west	US		0	America/New_York	33.78594	-84.01852	287			GA	135		
4202217	Interchange Village	interchange-village	US		0	America/New_York	34.24732	-84.77049	248			GA	015		
4202245	Iron Hill	iron-hill	US		0	America/New_York	34.08065	-84.69382	275			GA	015		
4202253	Iron Springs Crossroads	iron-springs-crossroads	US		0	America/New_York	33.28818	-83.89463	212			GA	035		
4202255	Iron Stab	iron-stab	US		0	America/New_York	34.03538	-84.94355	330			GA	233		
4202257	Inverness Farms	inverness-farms	US		0	America/New_York	33.9765	-83.46433	228			GA	059		
4202258	Irongate	irongate	US		0	America/New_York	32.41823	-81.83734	62			GA	031		
4202276	Irwins Crossroads	irwins-crossroads	US		0	America/New_York	32.85738	-82.84931	123	Irwin Crossroads,Irwins,Irwins Crossroads		GA	303		
4202283	Isabella Heights	isabella-heights	US		0	America/New_York	31.57462	-84.11768	64			GA	095		
4202301	Island Shoals (historical)	island-shoals-historical	US		0	America/New_York	33.45012	-83.92991	173			GA	151		
4202307	Isle of Armstrong	isle-of-armstrong	US		0	America/New_York	32.03771	-81.03956	2			GA	051		
4202308	Isle of Hope	isle-of-hope	US		2402	America/New_York	31.98188	-81.06094	4			GA	051		
4202313	Island View	island-view	US		0	America/New_York	31.1919	-81.46649	1			GA	127		
4202321	Ivey	ivey	US		926	America/New_York	32.90709	-83.29071	108			GA	319		
4202327	Ivey Estates	ivey-estates	US		0	America/New_York	33.70622	-84.73327	321			GA	097		
4202331	Ivey Terrace	ivey-terrace	US		0	America/New_York	33.79761	-84.53882	256			GA	067		
4202335	Iveys Mill	iveys-mill	US		0	America/New_York	31.39129	-84.58603	58			GA	007		
4202358	Ivylog	ivylog	US		0	America/New_York	34.96203	-84.0588	575	Ivy Log,Ivylog		GA	291		
4202360	Ivywood	ivywood	US		0	America/New_York	33.90428	-83.39877	187			GA	219		
4202467	Jackson Estates	jackson-estates	US		0	America/New_York	33.55761	-84.43743	271			GA	063		
4202509	Jackson Square	jackson-square	US		0	America/New_York	34.01649	-84.05074	329			GA	135		
4202512	Jackson Township	jackson-township	US		0	America/New_York	33.96955	-84.04797	299			GA	135		
4202517	Jacksonboro (historical)	jacksonboro-historical	US		0	America/New_York	32.82239	-81.62289	30	Jacksonboro (historical),Jacksonborough		GA	251		
4202520	Jacksons Crossroads	jacksons-crossroads	US		0	America/New_York	33.8904	-82.84486	188	Jacksons Cross Roads,Jacksons Crossroads		GA	317		
4202537	Jade Lake Village	jade-lake-village	US		0	America/New_York	33.33206	-84.61965	256			GA	077		
4202538	Jake	jake	US		0	America/New_York	33.65205	-85.22745	394			GA	045		
4202549	Jamaica Estates	jamaica-estates	US		0	America/New_York	33.53347	-82.12345	103			GA	073		
4202550	Jamerson Forest	jamerson-forest	US		0	America/New_York	34.06399	-84.50965	286			GA	067		
4202552	James	james	US		0	America/New_York	32.96653	-83.47378	150			GA	169		
4202553	James Acres	james-acres	US		0	America/New_York	33.80177	-84.59577	311			GA	067		
4202570	James Heights	james-heights	US		0	America/New_York	33.84233	-84.65882	292			GA	067		
4202584	James Spring (historical)	james-spring-historical	US		0	America/New_York	34.23705	-83.20737	236			GA	195		
4202587	Jamesburg	jamesburg	US		0	America/New_York	34.89202	-85.4119	445			GA	295		
4202595	Jamestown Court	jamestown-court	US		0	America/New_York	33.63622	-84.46882	311			GA	121		
4202599	Jamestowne	jamestowne	US		0	America/New_York	34.07371	-84.2802	326			GA	121		
4202612	Jarrard	jarrard	US		0	America/New_York	33.52622	-84.34576	262			GA	063		
4202618	Jarrell Heights	jarrell-heights	US		0	America/New_York	32.80014	-83.71268	121			GA	021		
4202624	Jarrett	jarrett	US		0	America/New_York	34.25066	-83.71934	286			GA	139		
4202625	Jarrett	jarrett	US		0	America/New_York	34.60926	-83.24266	218	Jarrett,Tugalo		GA	257		
4202651	Jarratt Crossing	jarratt-crossing	US		0	America/New_York	34.04399	-84.73188	274			GA	067		
4202652	Jay Bird Springs	jay-bird-springs	US		0	America/New_York	32.13129	-83.00542	59	Jay Bird Springs,Jaybird Springs		GA	091		
4202670	Jay (historical)	jay-historical	US		0	America/New_York	34.56037	-84.07297	415			GA	187		
4202740	Jenks (historical)	jenks-historical	US		0	America/New_York	31.32661	-81.68733	5			GA	127		
4202742	Jennie	jennie	US		0	America/New_York	32.05075	-81.889	55			GA	109		
4202747	Jennings Mill	jennings-mill	US		0	America/New_York	33.91873	-83.47488	226			GA	219		
4202748	Jennings Yard	jennings-yard	US		0	America/New_York	33.38289	-84.53798	253			GA	113		
4202752	Jeptha	jeptha	US		0	America/New_York	34.13844	-83.10098	211			GA	195		
4202767	Jerusalem (historical)	jerusalem-historical	US		0	America/New_York	31.05463	-83.49905	58			GA	075		
4202822	Jewelville	jewelville	US		0	America/New_York	34.37205	-83.40377	258	Jewellville,Jewelville		GA	011		
4202823	Jewtown	jewtown	US		0	America/New_York	31.16218	-81.39676	4	Jew Town,Jewtown		GA	127		
4202825	Jeterville	jeterville	US		0	America/New_York	31.24296	-84.70603	61			GA	201		
4202839	Jimps	jimps	US		0	America/New_York	32.38573	-81.83539	61			GA	031		
4202843	Jinks	jinks	US		0	America/New_York	30.71658	-84.82381	29			GA	087		
4202867	Joe Shingler (historical)	joe-shingler-historical	US		0	America/New_York	31.1974	-84.83076	51			GA	201		
4202869	Joel	joel	US		0	America/New_York	33.47567	-85.238	310	Joel,Spencer		GA	045		
4202870	Joel Chandler Harris Homes	joel-chandler-harris-homes	US		0	America/New_York	33.74372	-84.41826	316			GA	121		
4202892	John Graham Homes	john-graham-homes	US		0	America/New_York	34.23593	-85.17078	190			GA	115		
4202934	John Ross Estates	john-ross-estates	US		0	America/New_York	34.97646	-85.27912	275			GA	295		
4202981	Johnson Corner	johnson-corner	US		0	America/New_York	32.06519	-82.30124	65	Johnson Corner,Johnsons Corner		GA	279		
4202996	Johnson Crossroads	johnson-crossroads	US		0	America/New_York	32.90124	-84.59909	269			GA	199		
4203055	Johnson Land	johnson-land	US		0	America/New_York	33.67928	-84.78688	309			GA	097		
4203092	Johnsonville (historical)	johnsonville-historical	US		0	America/New_York	31.83602	-82.51791	73			GA	001		
4203100	Johnstons Crossing	johnstons-crossing	US		0	America/New_York	33.80983	-84.50993	243			GA	067		
4203101	Johnstonville	johnstonville	US		0	America/New_York	33.08957	-84.07436	230			GA	171		
4203102	Johntown (historical)	johntown-historical	US		0	America/New_York	34.52592	-84.25214	467			GA	085		
4203111	Jolly	jolly	US		0	America/New_York	33.12235	-84.38992	268	Jolly,Travelers Rest		GA	231		
4203121	Jones Acres	jones-acres	US		0	America/New_York	32.87653	-83.54518	163			GA	169		
4203135	Jones Bridge Landing	jones-bridge-landing	US		0	America/New_York	33.99371	-84.21798	291			GA	135		
4203186	Jones Creek	jones-creek	US		0	America/New_York	34.84481	-84.10686	597			GA	291		
4203191	Jones Crossing	jones-crossing	US		0	America/New_York	31.64156	-84.97215	65	Jones,Jones Crossing		GA	061		
4203192	Jones Crossroads	jones-crossroads	US		0	America/New_York	31.17435	-84.93687	61			GA	099		
4203193	Jones Crossroads	jones-crossroads	US		0	America/New_York	32.86957	-85.03466	250	Jones Cross Roads,Jones Crossroads,Palina,Paulina,Union		GA	285		
4203214	Jones Hill Estates	jones-hill-estates	US		0	America/New_York	33.36401	-84.48326	249			GA	113		
4203272	Jones Mill (historical)	jones-mill-historical	US		0	America/New_York	34.90675	-84.5241	739			GA	111		
4203274	Jones Mill (historical)	jones-mill-historical	US		0	America/New_York	34.77425	-84.44909	464			GA	123		
4203284	Jones Mobile Home Park	jones-mobile-home-park	US		0	America/New_York	33.92455	-84.17797	281			GA	135		
4203288	Jones Heights	jones-heights	US		0	America/New_York	34.23343	-84.86244	240			GA	015		
4203296	Jones Road Subdivision	jones-road-subdivision	US		0	America/New_York	32.72792	-83.7163	121			GA	021		
4203301	Jones Settlement	jones-settlement	US		0	America/New_York	32.98374	-84.47103	244			GA	293		
4203304	Jones Spur	jones-spur	US		0	America/New_York	31.42684	-84.63492	68			GA	007		
4203367	Jordan Place	jordan-place	US		0	America/New_York	31.756	-84.20852	76			GA	177		
4203380	Joree Springs	joree-springs	US		0	America/New_York	30.86965	-83.27487	69			GA	185		
4203385	Joseph Estates	joseph-estates	US		0	America/New_York	33.86733	-84.83438	347			GA	223		
4203403	Joshua Landing	joshua-landing	US		0	America/New_York	34.0976	-84.52576	277			GA	057		
4203421	Joycliff Estates	joycliff-estates	US		0	America/New_York	32.87847	-83.57268	137			GA	169		
4203438	Julienton	julienton	US		0	America/New_York	31.5605	-81.30177	5	Julienton,Julienton Plantation		GA	191		
4203441	Julia	julia	US		0	America/New_York	33.50178	-84.09908	236			GA	151		
4203464	Juniper	juniper	US		0	America/New_York	32.53125	-84.60437	132			GA	197		
4203473	Juno	juno	US		0	America/New_York	34.47593	-84.19408	454			GA	085		
4203474	Junta	junta	US		0	America/New_York	34.17371	-84.80077	226			GA	015		
4203475	Jushua Tree Villas	jushua-tree-villas	US		0	America/New_York	33.5293	-82.0854	102			GA	073		
4203479	K'Ville	k-ville	US		0	America/New_York	31.5566	-82.12568	45			GA	305		
4203484	Kalmon	kalmon	US		0	America/New_York	31.54962	-84.13518	58			GA	095		
4203492	Kaolin	kaolin	US		0	America/New_York	33.02626	-82.8807	129			GA	303		
4203499	Kartah	kartah	US		0	America/New_York	34.44787	-85.24856	205	Dirt Town,Dirttown,Kahtah,Kartah		GA	055		
4203502	Katherine Valley	katherine-valley	US		0	America/New_York	33.58761	-84.27492	246			GA	063		
4203513	Kearns (historical)	kearns-historical	US		0	America/New_York	33.98371	-84.60743	316			GA	067		
4203517	Keasley (historical)	keasley-historical	US		0	America/New_York	34.53426	-84.50798	367			GA	227		
4203519	Kasihta (historical)	kasihta-historical	US		0	America/New_York	32.34181	-84.99576	69	Casawda,Caseitas,Casica,Casista,Casiste,Cassetash,Cassita,Cus-se-tuh,Cuseta,Cusetahs,Cusetas,Cushetas,Cusitas,Cusitash,Cusseta,Cussetahs,Cussetas,Cussetau,Cussetaw,Cussitahs,Cussito,Cussutas,Kacistas,Kasihta (historical),Old Cusetaw,Usseta		GA	053		
4203532	Keener Estates	keener-estates	US		0	America/New_York	33.93621	-84.7716	354			GA	223		
4203533	Keenes Crossing (historical)	keenes-crossing-historical	US		0	America/New_York	32.58683	-82.73458	97			GA	175		
4203554	Keith	keith	US		0	America/New_York	34.91813	-85.04189	271	Catoosa,Keith		GA	047		
4203561	Keiths Mill	keiths-mill	US		0	America/New_York	34.74314	-84.88105	204			GA	313		
4203582	Kelleytown	kelleytown	US		0	America/New_York	33.53733	-84.08908	249	Kelleytown,Kellytown		GA	151		
4203586	Kellogg Creek	kellogg-creek	US		0	America/New_York	34.11371	-84.60799	285			GA	057		
4203589	Kellogg Creek North	kellogg-creek-north	US		0	America/New_York	34.12371	-84.60771	283			GA	057		
4203595	Kelltown	kelltown	US		0	America/New_York	31.39491	-83.53683	80			GA	277		
4203622	Kelvin Grove	kelvin-grove	US		0	America/New_York	31.15995	-81.37954	3			GA	127		
4203633	Ken Gardens	ken-gardens	US		0	America/New_York	31.61378	-84.18324	62			GA	095		
4203643	Kendrick (historical)	kendrick-historical	US		0	America/New_York	34.84619	-85.37135	242			GA	295		
4203646	Kendan Park	kendan-park	US		0	America/New_York	33.43069	-82.01928	45			GA	245		
4203660	Kennedy (historical)	kennedy-historical	US		0	America/New_York	30.91769	-83.51988	70			GA	027		
4203697	Kennesaw Acres	kennesaw-acres	US		0	America/New_York	34.02621	-84.65688	310			GA	067		
4203719	Kensington Park	kensington-park	US		0	America/New_York	32.02354	-81.10178	7			GA	051		
4203720	Kensington Park	kensington-park	US		0	America/New_York	31.22106	-81.47482	6			GA	127		
4203723	Kent (historical)	kent-historical	US		0	America/New_York	31.95159	-81.85595	54			GA	183		
4203724	Kenton Place	kenton-place	US		0	America/New_York	33.35428	-84.53854	241			GA	113		
4203733	Kenwood Forest	kenwood-forest	US		0	America/New_York	33.50095	-84.41937	260			GA	063		
4203734	Kenwood Forest	kenwood-forest	US		0	America/New_York	33.50706	-84.42354	252			GA	113		
4203737	Kennelworth	kennelworth	US		0	America/New_York	33.50097	-82.04095	72			GA	245		
4203758	Kettle Creek	kettle-creek	US		0	America/New_York	33.46986	-82.17012	151			GA	073		
4203765	Kewanee Farms	kewanee-farms	US		0	America/New_York	32.67348	-83.73491	157			GA	225		
4203771	Keyland Woods	keyland-woods	US		0	America/New_York	33.40289	-84.43854	279			GA	113		
4203782	Kibbee	kibbee	US		0	America/New_York	32.28768	-82.52513	95			GA	209		
4203783	Kicklighter (historical)	kicklighter-historical	US		0	America/New_York	31.95159	-81.94512	52			GA	267		
4203801	Kiker	kiker	US		0	America/New_York	34.66675	-84.50076	381			GA	123		
4203812	Kilby Mill	kilby-mill	US		0	America/New_York	34.95037	-83.49266	655			GA	241		
4203813	Killarney Hills	killarney-hills	US		0	America/New_York	33.78566	-84.68605	324			GA	097		
4203814	Killarney West	killarney-west	US		0	America/New_York	33.86984	-83.43627	226			GA	219		
4203844	Kimmeridge	kimmeridge	US		0	America/New_York	33.36484	-84.52937	248			GA	113		
4203849	Kimbrough	kimbrough	US		0	America/New_York	32.00627	-84.64992	171			GA	307		
4203861	Kinderlou	kinderlou	US		0	America/New_York	30.80103	-83.36738	67	Buttermilk Station,Jones,Jones Crossing,Kinderlou		GA	185		
4203944	Kingridge Estates	kingridge-estates	US		0	America/New_York	34.08899	-84.53854	287			GA	057		
4203945	Kingridge North	kingridge-north	US		0	America/New_York	34.09621	-84.54132	309			GA	057		
4203946	Kingridge West	kingridge-west	US		0	America/New_York	34.09204	-84.55077	306			GA	057		
4203950	King Estates	king-estates	US		0	America/New_York	33.46236	-82.01928	91			GA	245		
4203962	Kings Cove	kings-cove	US		0	America/New_York	32.85458	-83.78296	151			GA	021		
4203965	Kings Crest Subdivision	kings-crest-subdivision	US		0	America/New_York	32.48348	-83.78574	118			GA	153		
4203966	Kings Crossing	kings-crossing	US		0	America/New_York	34.06704	-84.53854	280			GA	067		
4203967	Kings Crossing	kings-crossing	US		0	America/New_York	32.56542	-83.60963	107			GA	153		
4203971	Kings Forest	kings-forest	US		0	America/New_York	33.58289	-84.4452	292			GA	063		
4203988	Kings Point	kings-point	US		0	America/New_York	33.66622	-84.77994	303			GA	097		
4203993	Kings Ridge	kings-ridge	US		0	America/New_York	33.72955	-84.20436	274			GA	089		
4203996	Kings Row	kings-row	US		0	America/New_York	33.68344	-84.21798	271			GA	089		
4203998	Kings Terrace	kings-terrace	US		0	America/New_York	31.14468	-81.39621	4			GA	127		
4204000	Kings View	kings-view	US		0	America/New_York	32.88403	-83.56657	135			GA	169		
4204002	Kings West	kings-west	US		0	America/New_York	33.67566	-84.77771	318			GA	097		
4204003	Kings Wood	kings-wood	US		0	America/New_York	31.97799	-81.09983	4	Kings Wood,Kingswood		GA	051		
4204004	Kingsboro	kingsboro	US		0	America/New_York	32.70847	-84.86938	170			GA	145		
4204014	Kingsridge	kingsridge	US		0	America/New_York	33.48123	-84.61188	288			GA	113		
4204025	Kingswood	kingswood	US		0	America/New_York	33.92984	-83.45266	204			GA	059		
4204026	Kingswood	kingswood	US		0	America/New_York	33.41817	-84.44798	279			GA	113		
4204027	Kingswood	kingswood	US		0	America/New_York	32.44629	-81.76567	70			GA	031		
4204028	Kingtown	kingtown	US		0	America/New_York	34.97591	-84.37798	515			GA	111		
4204032	Kinlaw	kinlaw	US		0	America/New_York	30.84468	-81.67566	5	Kinlaw,Kinlow		GA	039		
4204037	Kinseytown	kinseytown	US		0	America/New_York	34.58815	-83.65045	419			GA	311		
4204038	Kinstle	kinstle	US		0	America/New_York	31.22467	-81.49205	5			GA	127		
4204039	Kiokee	kiokee	US		0	America/New_York	33.59458	-82.22068	94			GA	073		
4204060	Kirkland Acres	kirkland-acres	US		0	America/New_York	33.59734	-83.95269	246			GA	217		
4204095	Kitchens Store (historical)	kitchens-store-historical	US		0	America/New_York	33.4354	-83.79629	211			GA	159		
4204099	Kites Spur (historical)	kites-spur-historical	US		0	America/New_York	32.55017	-81.95123	80			GA	031		
4204152	Knob (historical)	knob-historical	US		0	America/New_York	33.60928	-84.17381	278			GA	151		
4204153	Knob Hill	knob-hill	US		0	America/New_York	33.58067	-85.02633	344			GA	045		
4204156	Knollwood	knollwood	US		0	America/New_York	33.90482	-84.23325	308			GA	135		
4204159	Knollwood	knollwood	US		0	America/New_York	33.56678	-84.30464	247			GA	063		
4204160	Knott (historical)	knott-historical	US		0	America/New_York	33.69344	-84.43132	317			GA	121		
4204161	Knottingham	knottingham	US		0	America/New_York	33.964	-83.41905	213			GA	059		
4204162	Knotts Landing	knotts-landing	US		0	America/New_York	34.07843	-84.45076	300			GA	057		
4204163	Knotts Pointe	knotts-pointe	US		0	America/New_York	34.07482	-84.43326	316			GA	057		
4204179	Knox Landing	knox-landing	US		0	America/New_York	34.13843	-84.34159	320			GA	121		
4204181	Knox Springs Estates	knox-springs-estates	US		0	America/New_York	33.78344	-84.57688	324			GA	067		
4204211	Krannert	krannert	US		0	America/New_York	34.25732	-85.32746	179	Coosa,Krannert		GA	115		
4204215	Kunsford (historical)	kunsford-historical	US		0	America/New_York	33.18235	-83.73768	170			GA	159		
4204216	Kunuga Hills	kunuga-hills	US		0	America/New_York	33.51539	-84.32409	248			GA	063		
4204238	La Mancha	la-mancha	US		0	America/New_York	33.93899	-84.0413	275			GA	135		
4204255	Laconte	laconte	US		0	America/New_York	31.21324	-83.44905	80			GA	075		
4204260	Ladds	ladds	US		0	America/New_York	34.14871	-84.82938	211			GA	015		
4204263	Lafayette Estates	lafayette-estates	US		0	America/New_York	33.53845	-84.45604	274			GA	113		
4204266	Laffingal	laffingal	US		0	America/New_York	34.19149	-84.64854	334	Laffing Gal,Laffingal,Laughing Gal		GA	057		
4204275	Laingkat	laingkat	US		0	America/New_York	30.71936	-84.48824	54	Laingkat,Land Cat		GA	087		
4204323	Lake Capri	lake-capri	US		0	America/New_York	33.71539	-84.05214	233			GA	247		
4204326	Lake Carlton	lake-carlton	US		0	America/New_York	33.85094	-83.93963	291			GA	135		
4204342	Lake Chase	lake-chase	US		0	America/New_York	33.48872	-84.32937	268			GA	063		
4204349	Lake Cindy Estates	lake-cindy-estates	US		0	America/New_York	33.414	-84.2977	282			GA	151		
4204361	Lake Colony	lake-colony	US		0	America/New_York	33.97788	-84.40493	304			GA	067		
4204383	Lake Cumberland West	lake-cumberland-west	US		0	America/New_York	33.58069	-82.19707	92			GA	073		
4204415	Lake Estates	lake-estates	US		0	America/New_York	33.7565	-84.64466	285			GA	097		
4204417	Lake Farm	lake-farm	US		0	America/New_York	34.34399	-83.87629	353			GA	139		
4204431	Lake Forest Cove	lake-forest-cove	US		0	America/New_York	33.38984	-84.56965	244			GA	113		
4204433	Lake Forest Glen	lake-forest-glen	US		0	America/New_York	33.38595	-84.56132	248			GA	113		
4204434	Lake Forest Hills	lake-forest-hills	US		0	America/New_York	33.04262	-85.098	223			GA	285		
4204462	Lake Haven	lake-haven	US		0	America/New_York	34.3901	-83.81629	362			GA	139		
4204483	Lake Island Estates	lake-island-estates	US		0	America/New_York	33.90982	-84.39576	284			GA	121		
4204495	Lake Jodeco	lake-jodeco	US		0	America/New_York	33.50567	-84.29103	247			GA	063		
4204523	Lake Lanier Vista	lake-lanier-vista	US		0	America/New_York	34.14732	-84.02019	350			GA	135		
4204528	Lake Latimer	lake-latimer	US		0	America/New_York	34.06704	-84.54771	294			GA	067		
4204551	Lake Lucerne Estates	lake-lucerne-estates	US		0	America/New_York	33.83372	-84.09825	281			GA	135		
4204562	Lake Manor	lake-manor	US		0	America/New_York	34.0776	-84.69521	277			GA	067		
4204615	Lake Oliver Estates	lake-oliver-estates	US		0	America/New_York	32.52292	-84.99577	117			GA	215		
4204643	Lake Pointe	lake-pointe	US		0	America/New_York	34.11204	-84.61243	273			GA	057		
4204648	Lake Ranch	lake-ranch	US		0	America/New_York	34.33843	-83.91879	351			GA	139		
4204656	Lake Royal	lake-royal	US		0	America/New_York	33.49375	-82.16929	121			GA	073		
4204658	Lake Rushin Heights	lake-rushin-heights	US		0	America/New_York	32.46153	-84.91076	99			GA	215		
4204671	Lake Sardis Estates	lake-sardis-estates	US		0	America/New_York	32.71237	-83.74268	112			GA	021		
4204675	Lake Shore	lake-shore	US		0	America/New_York	34.41593	-83.97074	361			GA	139		
4204686	Lake Spivey Estates	lake-spivey-estates	US		0	America/New_York	33.5115	-84.30159	260			GA	063		
4204692	Lake Swan	lake-swan	US		0	America/New_York	33.85344	-84.82299	320			GA	223		
4204697	Lake Talmadge	lake-talmadge	US		0	America/New_York	33.41845	-84.32437	265			GA	151		
4204702	Lake Tara	lake-tara	US		0	America/New_York	33.54178	-84.34992	283			GA	063		
4204726	Lake Union Hill	lake-union-hill	US		0	America/New_York	34.08065	-84.27909	324			GA	121		
4204739	Lake Villas	lake-villas	US		0	America/New_York	33.98704	-84.2902	293			GA	121		
4204746	Lake Watch	lake-watch	US		0	America/New_York	34.37871	-83.81212	373			GA	139		
4204749	Lake West Point Estates	lake-west-point-estates	US		0	America/New_York	33.11262	-85.04994	211			GA	285		
4204754	Lake Wildwood	lake-wildwood	US		0	America/New_York	33.85734	-83.43461	212			GA	219		
4204774	Lakehills	lakehills	US		0	America/New_York	33.409	-84.7716	271			GA	077		
4204208	Kramer	kramer	US	58748	0	America/New_York	31.95601	-83.38988	101			GA	315		
4204776	Lakeland Forest	lakeland-forest	US		0	America/New_York	30.86353	-83.26932	66			GA	185		
4204777	Lakeland Heights	lakeland-heights	US		0	America/New_York	34.36704	-83.80907	348			GA	139		
4204778	Lakeland Hills	lakeland-hills	US		0	America/New_York	33.76622	-84.70494	323			GA	097		
4204783	Lakemont Town Homes	lakemont-town-homes	US		0	America/New_York	30.76746	-81.61788	3			GA	039		
4204784	Lakemoore Heights	lakemoore-heights	US		0	America/New_York	34.2687	-85.12523	203			GA	115		
4204786	Lakeshore Estates	lakeshore-estates	US		0	America/New_York	34.30149	-83.85879	366			GA	139		
4204787	Lakeshore Estates	lakeshore-estates	US		0	America/New_York	33.04012	-85.13855	207			GA	285		
4204808	Lakeside Grove	lakeside-grove	US		0	America/New_York	33.37984	-83.85296	178			GA	217		
4204810	Lakeside Hill	lakeside-hill	US		0	America/New_York	32.85347	-83.57629	119			GA	021		
4204811	Lakeside Hills	lakeside-hills	US		0	America/New_York	33.94456	-83.31571	234			GA	059		
4204812	Lakeside Hills	lakeside-hills	US		0	America/New_York	34.05982	-84.5441	299			GA	067		
4204813	Lakeside Mobile Home Park	lakeside-mobile-home-park	US		0	America/New_York	33.78816	-84.68216	320			GA	097		
4204815	Lakeside Park	lakeside-park	US		0	America/New_York	31.99855	-81.0665	4			GA	051		
4204837	Lakeview Estates	lakeview-estates	US		0	America/New_York	33.45095	-84.49159	257			GA	113		
4204838	Lakeview Estates	lakeview-estates	US		2695	America/New_York	33.70678	-84.03158	240			GA	247		
4204839	Lakeview Estates	lakeview-estates	US		0	America/New_York	32.46684	-81.78067	71			GA	031		
4204840	Lakeview Heights	lakeview-heights	US		0	America/New_York	33.619	-84.45048	298			GA	063		
4204841	Lakeview Heights	lakeview-heights	US		0	America/New_York	30.81104	-83.30876	61			GA	185		
4204842	Lakeview Heights	lakeview-heights	US		0	America/New_York	34.04677	-84.66216	275			GA	067		
4204844	Lakeview Meadows	lakeview-meadows	US		0	America/New_York	33.13818	-84.97966	208			GA	285		
4204855	Lakewood Heights	lakewood-heights	US		0	America/New_York	33.70483	-84.37854	307			GA	121		
4204856	Lakewood Heights	lakewood-heights	US		0	America/New_York	34.06954	-84.6966	270			GA	067		
4204877	Lamara Heights	lamara-heights	US		0	America/New_York	32.03354	-81.10345	6			GA	051		
4204881	Lamarville	lamarville	US		0	America/New_York	32.03382	-81.14845	5			GA	051		
4204883	Lamb Town	lamb-town	US		0	America/New_York	32.02878	-83.71545	101			GA	081		
4204893	Lambright	lambright	US		0	America/New_York	31.51271	-82.34429	54			GA	005		
4204899	Lambville (historical)	lambville-historical	US		0	America/New_York	30.81519	-83.9035	64			GA	275		
4204900	Lamkin	lamkin	US		0	America/New_York	33.5143	-82.09762	119	Lamkin,Morris		GA	073		
4204906	Lamont (historical)	lamont-historical	US		0	America/New_York	33.00541	-84.12075	255			GA	171		
4204907	Lampadocia (historical)	lampadocia-historical	US		0	America/New_York	31.0244	-81.6001	5			GA	039		
4204912	Lamplighter Square	lamplighter-square	US		0	America/New_York	33.58678	-85.06494	327			GA	045		
4204913	Lamplighter Village Mobile Home Park	lamplighter-village-mobile-home-park	US		0	America/New_York	33.90288	-84.59993	305			GA	067		
4204917	Lancaster (historical)	lancaster-historical	US		0	America/New_York	32.50514	-84.52631	176			GA	197		
4204919	Lancaster Estates	lancaster-estates	US		0	America/New_York	31.8566	-81.58956	15			GA	179		
4204932	Land (historical)	land-historical	US		0	America/New_York	34.44315	-83.80685	401			GA	139		
4204934	Lance Mill	lance-mill	US		0	America/New_York	34.94786	-84.14297	540			GA	291		
4204941	Land of Lakes	land-of-lakes	US		0	America/New_York	34.09454	-84.55993	301			GA	057		
4204942	Land-O-Plenty Subdivision	land-o-plenty-subdivision	US		0	America/New_York	33.60205	-85.09828	311			GA	045		
4204943	Landers (historical)	landers-historical	US		0	America/New_York	34.14843	-85.28579	209			GA	115		
4204950	Lands Crossroads	lands-crossroads	US		0	America/New_York	31.71963	-83.3846	106			GA	155		
4204951	Lands End	lands-end	US		0	America/New_York	30.73996	-81.52148	5			GA	039		
4204975	Laney	laney	US		0	America/New_York	31.20852	-84.02657	107			GA	205		
4204979	Lanford	lanford	US		0	America/New_York	33.84788	-84.12908	307			GA	135		
4204983	Lang (historical)	lang-historical	US		0	America/New_York	33.60622	-84.93161	373			GA	045		
4205006	Lanier	lanier	US		0	America/New_York	32.12992	-81.53678	21	Lanier,Lenier		GA	029		
4205021	Lanier Heights	lanier-heights	US		0	America/New_York	32.81653	-83.56851	117			GA	021		
4205032	Lanier North Woods	lanier-north-woods	US		0	America/New_York	34.37454	-83.86046	351			GA	139		
4205033	Lanier Northwest	lanier-northwest	US		0	America/New_York	34.33232	-83.92657	409			GA	139		
4205047	Lanier Valley	lanier-valley	US		0	America/New_York	34.30232	-83.86573	339			GA	139		
4205069	Lashley	lashley	US		0	America/New_York	32.54598	-83.61129	122			GA	153		
4205076	Lassiter	lassiter	US		0	America/New_York	33.51123	-83.85546	224			GA	217		
4205083	Latham (historical)	latham-historical	US		0	America/New_York	33.86649	-85.16662	319			GA	143		
4205089	Lathemtown	lathemtown	US		0	America/New_York	34.24621	-84.30714	372			GA	057		
4205110	Laura (historical)	laura-historical	US		0	America/New_York	34.8162	-83.91102	595			GA	291		
4205114	Laurel Chase	laurel-chase	US		0	America/New_York	33.8429	-83.486	228			GA	219		
4205116	Laurel Brook	laurel-brook	US		0	America/New_York	33.88844	-84.39993	311			GA	121		
4205118	Laurel Creek	laurel-creek	US		0	America/New_York	33.79594	-84.04575	268			GA	135		
4205121	Laurel Crest Subdivision	laurel-crest-subdivision	US		0	America/New_York	32.4932	-83.70324	116			GA	153		
4205122	Laurel Falls	laurel-falls	US		0	America/New_York	34.85926	-83.39711	613			GA	241		
4205124	Laurel Grove	laurel-grove	US		0	America/New_York	34.15482	-84.29576	335			GA	121		
4205136	Laurel Hills	laurel-hills	US		0	America/New_York	34.04454	-84.67355	285			GA	067		
4205137	Laurel Hills	laurel-hills	US		0	America/New_York	34.36816	-83.79768	349			GA	139		
4205138	Laurel Hills	laurel-hills	US		0	America/New_York	32.51792	-84.98715	146			GA	215		
4205148	Laurel Heights	laurel-heights	US		0	America/New_York	33.68428	-84.79827	330			GA	097		
4205149	Laurelwood	laurelwood	US		0	America/New_York	33.57594	-84.44465	283			GA	063		
4205150	Laurelwood Estates	laurelwood-estates	US		0	America/New_York	34.90424	-85.32551	295			GA	295		
4205156	Laurens Hill	laurens-hill	US		0	America/New_York	32.52072	-83.14599	109			GA	175		
4205160	Lavender	lavender	US		0	America/New_York	34.29204	-85.34107	195	Lavender,Lavender Station		GA	115		
4205162	Laurel Woods	laurel-woods	US		0	America/New_York	33.58789	-84.48354	275			GA	121		
4205191	Lawrence Estates	lawrence-estates	US		0	America/New_York	33.80205	-84.63104	273			GA	097		
4205195	Lawrences Mill	lawrences-mill	US		0	America/New_York	32.98346	-84.49965	207			GA	231		
4205232	Lax	lax	US		0	America/New_York	31.47325	-83.12154	95			GA	155		
4205242	Lazaretto (historical)	lazaretto-historical	US		0	America/New_York	32.01549	-80.87011	1			GA	051		
4205248	Lawson Highlands	lawson-highlands	US		0	America/New_York	34.39149	-83.83101	389			GA	139		
4205249	Le Dan	le-dan	US		0	America/New_York	34.36621	-83.87101	370			GA	139		
4205250	Le Roy (historical)	le-roy-historical	US		0	America/New_York	33.13431	-82.15373	96			GA	033		
4205256	LePageville	lepageville	US		0	America/New_York	32.07188	-81.059	8	Le Pageville,LePageville		GA	051		
4205257	Lea Glen	lea-glen	US		0	America/New_York	32.44571	-83.67296	98			GA	153		
4205266	Leah	leah	US		0	America/New_York	33.66319	-82.3354	134			GA	073		
4205268	Leake	leake	US		0	America/New_York	31.54022	-81.90039	30			GA	305		
4205272	Leathersville	leathersville	US		0	America/New_York	33.71679	-82.43985	119	Leathersville,Leatherville		GA	181		
4205276	Leadmore	leadmore	US		0	America/New_York	33.45512	-83.95352	200			GA	151		
4205280	Lebanon (historical)	lebanon-historical	US		0	America/New_York	32.02711	-84.42408	157			GA	261		
4205307	Lecount	lecount	US		0	America/New_York	31.67994	-81.45872	5	LeCount,Lecount		GA	179		
4205361	Lee Pope	lee-pope	US		0	America/New_York	32.61209	-83.95574	176			GA	079		
4205371	Leedsgate	leedsgate	US		0	America/New_York	31.9941	-81.13789	5			GA	051		
4205372	Leefield	leefield	US		0	America/New_York	32.41824	-81.61344	42	Leefield,Leeland		GA	031		
4205390	Lees Mill	lees-mill	US		0	America/New_York	33.50234	-84.52687	261	Favors Mill,Lees Mill		GA	113		
4205397	Leeward Park	leeward-park	US		0	America/New_York	33.75705	-84.65355	294			GA	097		
4205399	Lees Crossing	lees-crossing	US		0	America/New_York	33.03096	-85.06105	221			GA	285		
4205415	Leicht (historical)	leicht-historical	US		0	America/New_York	31.26495	-81.63177	3			GA	127		
4205420	Leisure Acres	leisure-acres	US		0	America/New_York	33.75205	-84.65355	287			GA	097		
4205421	Leisure Heights	leisure-heights	US		0	America/New_York	33.61289	-85.05606	323			GA	045		
4205422	Leisure Lake	leisure-lake	US		0	America/New_York	34.41454	-83.94213	342			GA	139		
4205425	Leisure Woods	leisure-woods	US		0	America/New_York	33.70288	-84.2302	265			GA	089		
4205433	Leliaton	leliaton	US		0	America/New_York	31.32492	-82.9932	68	Leliaton,Ninetyeight Mile Post		GA	003		
4205435	Lela	lela	US		0	America/New_York	30.98324	-84.86298	40			GA	253		
4205445	Lenox Park	lenox-park	US		0	America/New_York	33.80011	-84.35493	273			GA	121		
4205459	Leslie Estates	leslie-estates	US		0	America/New_York	33.7265	-84.21853	289			GA	089		
4205470	Lester Woods	lester-woods	US		0	America/New_York	33.90371	-84.1088	279			GA	135		
4205473	Letford	letford	US		0	America/New_York	32.03881	-81.60122	18			GA	029		
4205474	Level Creek	level-creek	US		0	America/New_York	34.08427	-84.07297	315			GA	135		
4205488	Leveretts	leveretts	US		0	America/New_York	31.94294	-84.56992	149	Leverett,Leveretts,Leveretts Station,Rush		GA	307		
4205490	Levgard Estates	levgard-estates	US		0	America/New_York	33.57817	-84.45493	279			GA	063		
4205492	Levy	levy	US		0	America/New_York	32.41931	-84.94021	83			GA	215		
4205504	Lewis Corner	lewis-corner	US		0	America/New_York	34.51509	-84.81022	207			GA	129		
4205539	Lewiston Downs	lewiston-downs	US		0	America/New_York	33.49291	-82.20318	110			GA	073		
4205540	Lewner	lewner	US		0	America/New_York	34.94897	-84.15769	571			GA	291		
4205543	Lexington Creek	lexington-creek	US		0	America/New_York	33.51372	-84.38826	250			GA	063		
4205544	Lexington Estates	lexington-estates	US		0	America/New_York	33.90706	-83.32043	206			GA	059		
4205545	Lexington Heights	lexington-heights	US		0	America/New_York	33.94262	-83.34155	219			GA	059		
4205548	Lexsy	lexsy	US		0	America/New_York	32.4685	-82.29735	64			GA	107		
4205614	Liberty City	liberty-city	US		0	America/New_York	32.04771	-81.13761	5			GA	051		
4205679	Liberty View	liberty-view	US		0	America/New_York	32.72736	-83.68741	118			GA	021		
4205695	Licklog (historical)	licklog-historical	US		0	America/New_York	34.59842	-84.33242	558			GA	123		
4205699	Lickskillet	lickskillet	US		0	America/New_York	34.9173	-84.41242	523			GA	111		
4205700	Lida (historical)	lida-historical	US		0	America/New_York	31.98076	-81.77345	27			GA	179		
4205705	Lifsey	lifsey	US		0	America/New_York	33.03679	-84.37325	236	Lifsey,Lifsey Springs,Lifseys Store		GA	231		
4205740	Ligon (historical)	ligon-historical	US		0	America/New_York	34.17093	-85.00689	261			GA	015		
4205744	Lily Pond	lily-pond	US		0	America/New_York	34.43398	-84.95189	201	Lilipond,Lilly Pond,Lillypond,Lily Pond		GA	129		
4205773	Limetree	limetree	US		0	America/New_York	33.61761	-84.46493	302			GA	121		
4205776	Lina (historical)	lina-historical	US		0	America/New_York	33.72624	-82.86542	175			GA	317		
4205785	Linchburg	linchburg	US		0	America/New_York	33.3143	-83.4535	158			GA	237		
4205786	Lincoln Heights	lincoln-heights	US		0	America/New_York	31.56129	-84.17491	62			GA	095		
4205787	Lincoln Heights	lincoln-heights	US		0	America/New_York	33.75733	-84.75077	343			GA	097		
4205788	Lincoln Heights	lincoln-heights	US		0	America/New_York	33.73013	-82.77487	166			GA	317		
4205789	Lincoln Hills	lincoln-hills	US		0	America/New_York	32.52792	-84.94576	126			GA	215		
4205809	Linder	linder	US		0	America/New_York	31.38769	-83.49294	105	Linder,Meyer		GA	277		
4205813	Lindsey (historical)	lindsey-historical	US		0	America/New_York	33.12987	-82.83458	143			GA	303		
4205830	Lindsey Park	lindsey-park	US		0	America/New_York	32.79681	-83.68907	106			GA	021		
4205831	Lindsey Park	lindsey-park	US		0	America/New_York	32.47153	-84.94243	78			GA	215		
4205848	Links of Leith	links-of-leith	US		0	America/New_York	33.58456	-84.86549	320			GA	097		
4205880	Listonia	listonia	US		0	America/New_York	31.96434	-83.65934	134			GA	081		
4205881	Litchfield Hundred	litchfield-hundred	US		0	America/New_York	34.09676	-84.40298	322			GA	121		
4205883	Lithia Mobile Home Estates	lithia-mobile-home-estates	US		0	America/New_York	33.77788	-84.67132	294			GA	097		
4206067	Little Creek Farms	little-creek-farms	US		0	America/New_York	33.9326	-84.87744	295			GA	223		
4206134	Little Hope	little-hope	US		0	America/New_York	31.01296	-84.90937	43			GA	253		
4206196	Little Miami	little-miami	US		0	America/New_York	30.81437	-83.26043	59			GA	185		
4206266	Little River Crossing	little-river-crossing	US		0	America/New_York	34.11315	-84.47465	286			GA	057		
4206269	Little River Landing	little-river-landing	US		0	America/New_York	34.16482	-84.58104	256			GA	057		
4206270	Little River North	little-river-north	US		0	America/New_York	34.11399	-84.49076	274			GA	057		
4206274	Little River South	little-river-south	US		0	America/New_York	34.10982	-84.49021	273			GA	057		
4206300	Little Saint Simons Island	little-saint-simons-island	US		0	America/New_York	31.29912	-81.32843	3	Little Saint Simon Island,Little Saint Simon's Island,Little Saint Simons Island		GA	127		
4206409	Littlebrooke Farm	littlebrooke-farm	US		0	America/New_York	33.95343	-84.29298	299			GA	089		
4206460	Lizzie (historical)	lizzie-historical	US		0	America/New_York	33.77427	-84.55132	243			GA	067		
4206478	Loce	loce	US		0	America/New_York	33.72263	-82.47735	147			GA	181		
4206479	Loch Arbor	loch-arbor	US		0	America/New_York	34.19677	-83.94824	350			GA	139		
4206482	Lochwolde	lochwolde	US		0	America/New_York	33.80761	-84.02241	258			GA	135		
4206486	Lockett Crossing	lockett-crossing	US		0	America/New_York	31.55767	-84.25408	58	Lockett Crossing,Locketts		GA	095		
4206495	Lockridge Forest	lockridge-forest	US		0	America/New_York	33.95371	-84.2652	288			GA	135		
4206518	Lodge West	lodge-west	US		0	America/New_York	33.77233	-84.56188	266			GA	067		
4206520	Loftin	loftin	US		0	America/New_York	32.88513	-84.59798	249	Bethesda,Loftin		GA	199		
4206527	Log Cabin Heights	log-cabin-heights	US		0	America/New_York	32.83764	-83.68463	128			GA	021		
4206543	Logan Meadow	logan-meadow	US		0	America/New_York	34.07315	-84.67077	283			GA	067		
4206546	Logan Trace	logan-trace	US		0	America/New_York	34.07149	-84.67216	280			GA	067		
4206556	Logtown	logtown	US		0	America/New_York	32.85041	-84.18853	206			GA	293		
4206560	Lokchapee	lokchapee	US		0	America/New_York	32.88347	-83.70268	124			GA	021		
4206561	Lokey Estates	lokey-estates	US		0	America/New_York	32.55375	-84.96771	161			GA	215		
4206567	Lollie (historical)	lollie-historical	US		0	America/New_York	32.48156	-82.75597	78			GA	175		
4206577	London Hill	london-hill	US		0	America/New_York	30.84468	-81.61177	4			GA	039		
4206587	Long Acres	long-acres	US		0	America/New_York	33.37873	-83.86074	177			GA	217		
4206656	Long Cane	long-cane	US		0	America/New_York	32.95651	-85.14077	214	Long Cane,Longcane		GA	285		
4206769	Longview Estates	longview-estates	US		0	America/New_York	33.72039	-84.72827	303			GA	097		
4206772	Longwood Subdivision	longwood-subdivision	US		0	America/New_York	33.42261	-84.80966	256			GA	077		
4206795	Looper Lake	looper-lake	US		0	America/New_York	34.34066	-83.87935	357			GA	139		
4206814	Loretta Heights	loretta-heights	US		0	America/New_York	31.49045	-84.11935	56			GA	095		
4206830	Lost Mountain	lost-mountain	US		0	America/New_York	33.94066	-84.70244	369	Lost Mountain,Lost Mountain Crossroads		GA	067		
4206835	Lost Mountain Woods	lost-mountain-woods	US		0	America/New_York	33.93816	-84.73188	341			GA	223		
4206838	Lost Meadows	lost-meadows	US		0	America/New_York	33.93705	-84.75549	347			GA	223		
4206853	Lotts	lotts	US		0	America/New_York	31.58769	-82.8582	77			GA	069		
4206854	Lotts (historical)	lotts-historical	US		0	America/New_York	31.31411	-81.73289	8	Lott,Lotts (historical)		GA	127		
4206895	Louvale Station	louvale-station	US		0	America/New_York	32.15154	-84.83631	91			GA	259		
4206900	Love Hill	love-hill	US		0	America/New_York	34.91869	-85.14634	279			GA	047		
4206913	Lovelace	lovelace	US		0	America/New_York	33.79124	-82.57097	172			GA	181		
4206920	Lovett	lovett	US		0	America/New_York	32.63822	-82.76764	102			GA	175		
4207017	Lower Sansavilla	lower-sansavilla	US		0	America/New_York	31.4955	-81.64872	15			GA	305		
4207036	Lowery	lowery	US		0	America/New_York	32.35489	-82.79931	68			GA	175		
4207040	Lowes Crossing	lowes-crossing	US		0	America/New_York	32.39182	-83.98019	107	Lowes Crossing,Trebor		GA	193		
4207042	Lowery	lowery	US		0	America/New_York	32.20573	-83.12793	87			GA	091		
4207071	Lucius	lucius	US		0	America/New_York	34.80175	-84.37937	470			GA	123		
4207074	Luckie (historical)	luckie-historical	US		0	America/New_York	33.61455	-85.24023	356			GA	045		
4207084	Ludville	ludville	US		0	America/New_York	34.46953	-84.60965	378			GA	227		
4207087	Luella	luella	US		0	America/New_York	33.35206	-84.17853	264			GA	151		
4207106	Lulaton	lulaton	US		0	America/New_York	31.21578	-81.90372	24			GA	025		
4207108	Lulaville	lulaville	US		0	America/New_York	31.77574	-83.24015	85			GA	017		
4207109	Lulaville	lulaville	US		0	America/New_York	33.51625	-82.07734	109			GA	073		
4207122	Lumberhill	lumberhill	US		0	America/New_York	32.82153	-83.70796	123			GA	021		
4207140	Lumpkin Park	lumpkin-park	US		0	America/New_York	33.42569	-82.0454	98			GA	245		
4207150	Lundberg	lundberg	US		0	America/New_York	33.65013	-82.72653	168	Loudberg,Lundberg		GA	317		
4207165	Luxomni	luxomni	US		0	America/New_York	33.89621	-84.1163	269			GA	135		
4207180	Lymore Estates	lymore-estates	US		0	America/New_York	32.7882	-83.64685	115			GA	021		
4207181	Lyn Hills	lyn-hills	US		0	America/New_York	32.53847	-84.93021	139			GA	215		
4207182	Lynch (historical)	lynch-historical	US		0	America/New_York	34.70009	-83.66518	425			GA	311		
4207187	Lyneville	lyneville	US		0	America/New_York	33.63596	-82.92959	162			GA	265		
4207188	Lynhaven	lynhaven	US		0	America/New_York	33.384	-84.83355	267			GA	077		
4207189	Lynhurst	lynhurst	US		0	America/New_York	31.99243	-81.1115	5			GA	051		
4207190	Lynley Estates	lynley-estates	US		0	America/New_York	33.57733	-84.45187	274			GA	063		
4207201	Lynn Haven Estates	lynn-haven-estates	US		0	America/New_York	32.42851	-81.75067	72			GA	031		
4207232	Mabry (historical)	mabry-historical	US		0	America/New_York	33.47456	-85.16328	303			GA	045		
4207385	Machen	machen	US		0	America/New_York	33.39207	-83.58989	190			GA	159		
4207395	Macland	macland	US		0	America/New_York	33.90233	-84.67244	306	Mackland,Macland,Upshaw		GA	067		
4207399	Macland Springs	macland-springs	US		0	America/New_York	33.9101	-84.75633	327			GA	223		
4207424	Macville (historical)	macville-historical	US		0	America/New_York	30.79159	-83.28376	57			GA	185		
4207425	Maddox	maddox	US		0	America/New_York	33.53014	-82.28485	125			GA	073		
4207426	Maddox	maddox	US		0	America/New_York	31.99711	-84.24241	107			GA	261		
4207462	Madison Springs	madison-springs	US		0	America/New_York	34.20983	-83.17459	219	Madison Spring,Madison Springs		GA	195		
4207464	Madola	madola	US		0	America/New_York	34.92786	-84.42965	519			GA	111		
4207469	Madray Springs	madray-springs	US		0	America/New_York	31.7341	-81.97873	47			GA	305		
4207511	Magnolia Farms	magnolia-farms	US		0	America/New_York	33.46178	-84.60215	292			GA	113		
4207512	Magnolia Grove	magnolia-grove	US		0	America/New_York	32.48653	-84.91188	86			GA	215		
4207519	Magnolia Park	magnolia-park	US		0	America/New_York	32.01882	-81.08261	4			GA	051		
4207521	Magnolia Park	magnolia-park	US		0	America/New_York	31.1919	-81.49149	4			GA	127		
4207530	Magnolia Springs (historical)	magnolia-springs-historical	US		0	America/New_York	32.06961	-84.40908	147			GA	261		
4207543	Magruder	magruder	US		0	America/New_York	32.92015	-82.24151	88			GA	033		
4207549	Mahailey Crossroads	mahailey-crossroads	US		0	America/New_York	33.359	-85.21856	343			GA	149		
4207553	Mahers (historical)	mahers-historical	US		0	America/New_York	33.53622	-84.22575	232			GA	151		
4207565	Major	major	US		0	America/New_York	33.45345	-84.65632	300			GA	077		
4207568	Malbone (historical)	malbone-historical	US		0	America/New_York	34.14315	-84.89716	207			GA	015		
4207573	Malcolm Woods	malcolm-woods	US		0	America/New_York	33.39734	-83.87268	178			GA	217		
4207574	Malcolms Store	malcolms-store	US		0	America/New_York	33.70096	-83.54822	227			GA	211		
4207580	Mallard Pointe	mallard-pointe	US		0	America/New_York	30.86273	-81.6226	4			GA	039		
4207591	Mallory Estates	mallory-estates	US		0	America/New_York	33.59428	-84.52743	285			GA	121		
4207597	Mallory Park	mallory-park	US		0	America/New_York	31.14551	-81.39093	4			GA	127		
4207609	Malone Park	malone-park	US		0	America/New_York	33.76066	-84.73966	347			GA	097		
4207653	Mann Manor	mann-manor	US		0	America/New_York	33.83788	-84.70438	299			GA	067		
4207657	Manning (historical)	manning-historical	US		0	America/New_York	32.61516	-82.77208	94			GA	175		
4207666	Manningtown	manningtown	US		0	America/New_York	31.41328	-81.85845	18			GA	305		
4207672	Manor Ridge Park	manor-ridge-park	US		0	America/New_York	33.63011	-84.36243	297			GA	063		
4207679	Mansfield Estates	mansfield-estates	US		0	America/New_York	33.51706	-83.75046	221			GA	217		
4207682	Manson (historical)	manson-historical	US		0	America/New_York	31.3405	-81.97789	18			GA	025		
4207684	Manning Farms	manning-farms	US		0	America/New_York	33.96677	-84.3402	317			GA	089		
4207685	Manta	manta	US		0	America/New_York	32.28598	-84.71353	158	Hichitee,Manta		GA	053		
4207695	Maple Creek	maple-creek	US		0	America/New_York	33.49791	-82.16595	140			GA	073		
4207704	Maple Ridge	maple-ridge	US		0	America/New_York	34.02177	-84.09102	328			GA	135		
4207706	Maple Forge	maple-forge	US		0	America/New_York	34.26205	-83.87712	372			GA	139		
4207715	Maple Subdivision	maple-subdivision	US		0	America/New_York	31.80716	-81.60122	18			GA	179		
4207717	Maplecreek Hills	maplecreek-hills	US		0	America/New_York	32.9854	-85.11327	219			GA	285		
4207720	Maplewood Park	maplewood-park	US		0	America/New_York	34.25537	-85.13745	202			GA	115		
4207721	Maplewood Square	maplewood-square	US		0	America/New_York	34.24843	-85.13884	187			GA	115		
4207732	Marble (historical)	marble-historical	US		0	America/New_York	31.22213	-83.82406	101			GA	071		
4207739	Marble Valley	marble-valley	US		0	America/New_York	33.624	-83.89685	215			GA	217		
4207740	Marblehill	marblehill	US		0	America/New_York	34.43065	-84.33687	331	Marble Hill,Marblehill		GA	227		
4207755	Marcus (historical)	marcus-historical	US		0	America/New_York	34.07372	-83.67711	256			GA	157		
4207758	Maretts	maretts	US		0	America/New_York	34.42316	-82.9857	250	Kings Bench,Maretts		GA	147		
4207768	Margie (historical)	margie-historical	US		0	America/New_York	34.4012	-85.11134	194			GA	115		
4207771	Margret	margret	US		0	America/New_York	34.75453	-84.14603	610			GA	111		
4207777	Marianna (historical)	marianna-historical	US		0	America/New_York	30.80968	-81.53454	9	Mariana,Marianna (historical)		GA	039		
4207791	Marietta Mobile Home Park	marietta-mobile-home-park	US		0	America/New_York	33.99732	-84.59577	300			GA	067		
4207793	Marietta Place Homes (historical)	marietta-place-homes-historical	US		0	America/New_York	33.94232	-84.53382	324			GA	067		
4207797	Marilyn Acres	marilyn-acres	US		0	America/New_York	33.46234	-84.4852	273			GA	113		
4207799	Mariners Landing	mariners-landing	US		0	America/New_York	30.77051	-81.62038	6			GA	039		
4207809	Marion Homes	marion-homes	US		0	America/New_York	33.46264	-81.93373	40			GA	245		
4207816	Maridale Estates	maridale-estates	US		0	America/New_York	32.51459	-84.97771	124			GA	215		
4207831	Marlanta	marlanta	US		0	America/New_York	34.02788	-84.43437	339			GA	067		
4207833	Marlette Heights	marlette-heights	US		0	America/New_York	34.22371	-83.81351	309			GA	139		
4207845	Mars Hill Acres	mars-hill-acres	US		0	America/New_York	34.02677	-84.68827	284			GA	067		
4207860	Mars Hill Crossroads	mars-hill-crossroads	US		0	America/New_York	32.14683	-83.66378	122			GA	093		
4207861	Mars Hill Crossroads	mars-hill-crossroads	US		0	America/New_York	34.15649	-84.19575	347			GA	117		
4207862	Mars Hill Downs	mars-hill-downs	US		0	America/New_York	34.02899	-84.68049	280			GA	067		
4207866	Marsh Creek	marsh-creek	US		0	America/New_York	33.99732	-84.02852	304			GA	135		
4207868	Marsh Crossing	marsh-crossing	US		0	America/New_York	34.7173	-85.32829	261	Marsh,Marsh Crossing,Patton		GA	295		
4207876	Marnelle Mobile Home Park	marnelle-mobile-home-park	US		0	America/New_York	33.44067	-84.52798	280			GA	113		
4207899	Marshes-of-Mackay	marshes-of-mackay	US		0	America/New_York	31.27495	-81.43038	4			GA	127		
4207900	Marshwood at the Landings	marshwood-at-the-landings	US		0	America/New_York	31.93994	-81.0315	4			GA	051		
4207919	Marshall Estates	marshall-estates	US		0	America/New_York	33.85429	-83.4171	229			GA	219		
4207945	Martin Creek Country Estates	martin-creek-country-estates	US		0	America/New_York	33.60455	-84.19714	248			GA	151		
4207946	Martin Glen	martin-glen	US		0	America/New_York	30.77523	-81.72677	7			GA	039		
4207977	Martin Woods	martin-woods	US		0	America/New_York	31.86049	-81.58595	15			GA	179		
4207985	Martins (historical)	martins-historical	US		0	America/New_York	31.84243	-81.55817	6			GA	179		
4207988	Martins Crossroads	martins-crossroads	US		0	America/New_York	33.77235	-82.37179	144	Kena,Kenna,Martins Crossroads		GA	181		
4207989	Martins Crossroads	martins-crossroads	US		0	America/New_York	31.69711	-84.63881	116	Martins Crossroads,Martins Store		GA	243		
4208050	Mashburn Mill	mashburn-mill	US		0	America/New_York	34.89064	-84.13547	577			GA	111		
4208069	Mason Subdivision	mason-subdivision	US		0	America/New_York	32.63348	-83.66046	133			GA	153		
4208070	Mason Woods	mason-woods	US		0	America/New_York	33.80288	-84.04852	286			GA	135		
4208074	Massee	massee	US		0	America/New_York	31.19019	-83.3571	70			GA	075		
4208077	Massey Hill	massey-hill	US		0	America/New_York	32.86014	-83.34655	156	Massey Hill,Massey Mill		GA	319		
4208085	Masseyville	masseyville	US		0	America/New_York	34.72675	-85.4633	675			GA	295		
4208091	Match	match	US		0	America/New_York	34.15566	-83.01459	197			GA	105		
4208133	Matt	matt	US		0	America/New_York	34.29871	-84.15297	371			GA	117		
4208160	Mattox	mattox	US		0	America/New_York	30.91773	-82.08456	20	Conners Mill,Mattox		GA	049		
4208180	Maxim	maxim	US		0	America/New_York	33.79318	-82.34068	130			GA	181		
4208164	Mauk	mauk	US	31058	0	America/New_York	32.50181	-84.42103	238			GA	269		
4208184	Mauldins (historical)	mauldins-historical	US		0	America/New_York	34.6676	-83.64795	414			GA	137		
4208196	May Creek	may-creek	US		0	America/New_York	30.77246	-81.66232	4			GA	039		
4208203	Mayberry (historical)	mayberry-historical	US		0	America/New_York	32.40628	-82.97209	72			GA	175		
4208204	Mayday	mayday	US		0	America/New_York	30.82743	-83.00903	44			GA	101		
4208205	Mayday (historical)	mayday-historical	US		0	America/New_York	33.509	-84.27964	255			GA	151		
4208211	Mayfair	mayfair	US		0	America/New_York	31.99299	-81.09428	6			GA	051		
4208212	Mayfair	mayfair	US		0	America/New_York	33.40708	-82.04067	121			GA	245		
4208213	Mayfair	mayfair	US		0	America/New_York	31.57795	-84.09157	62			GA	095		
4208214	Mayfair	mayfair	US		0	America/New_York	33.80788	-84.36604	278			GA	121		
4208218	Mayhaw	mayhaw	US		0	America/New_York	31.17657	-84.8752	58	Griggs,Mayhaw		GA	201		
4208230	Mays Bluff	mays-bluff	US		0	America/New_York	30.90551	-81.88761	1			GA	039		
4208242	Maysie (historical)	maysie-historical	US		0	America/New_York	31.86574	-82.53791	76			GA	161		
4208246	Maysville (historical)	maysville-historical	US		0	America/New_York	33.52319	-82.11679	95			GA	073		
4208264	McBean	mcbean	US		0	America/New_York	33.24348	-81.95067	41	MacBean,McBean,McBean Depot		GA	245		
4208288	McCallie	mccallie	US		0	America/New_York	34.25871	-84.76494	246			GA	015		
4208292	McBride	mcbride	US		0	America/New_York	33.39262	-84.77938	260			GA	077		
4208302	McCaysville	mccaysville	US		1083	America/New_York	34.98619	-84.37131	446	Harpertown,Hawkinstown,McCaysville		GA	111		
4208318	McClenney Estates	mcclenney-estates	US		0	America/New_York	33.51678	-84.51409	289			GA	113		
4208327	McClure	mcclure	US		0	America/New_York	34.2426	-83.93324	348			GA	139		
4208339	McCollum	mccollum	US		0	America/New_York	33.45039	-84.70021	300			GA	077		
4208340	McCollum Acres	mccollum-acres	US		0	America/New_York	34.10593	-84.63993	290			GA	057		
4208378	McCranie	mccranie	US		0	America/New_York	32.07295	-83.08404	101			GA	091		
4208379	McCrary	mccrary	US		0	America/New_York	34.40426	-83.87074	366			GA	139		
4208383	McCrary Settlement	mccrary-settlement	US		0	America/New_York	32.99235	-84.4727	234			GA	293		
4208397	McCullough	mccullough	US		0	America/New_York	34.9698	-84.21325	523	Arp,McCollough,McCullough		GA	111		
4208404	McCutchen (historical)	mccutchen-historical	US		0	America/New_York	34.68258	-85.39163	605			GA	295		
4208420	McDaniel Manor	mcdaniel-manor	US		0	America/New_York	32.37015	-84.96743	104			GA	053		
4208422	McDaniels	mcdaniels	US		0	America/New_York	34.45509	-84.94661	201	McDaniel Station,McDaniels,McDaniels Station,McHenry		GA	129		
4208426	McDonald Acres	mcdonald-acres	US		0	America/New_York	34.9598	-85.23968	217			GA	047		
4208460	McEachern Woods	mceachern-woods	US		0	America/New_York	33.9126	-84.69466	316			GA	067		
4208464	McElheneys Crossroads	mcelheneys-crossroads	US		0	America/New_York	33.24346	-83.76045	193	McElheney Crossroad,McElheneys Crossroads		GA	159		
4208469	McElroys Mill	mcelroys-mill	US		0	America/New_York	33.7765	-83.98547	271	McElroy Mill,McElroys Mill		GA	247		
4208474	McEver	mcever	US		0	America/New_York	34.25705	-83.88296	379			GA	139		
4208516	McGinnis (historical)	mcginnis-historical	US		0	America/New_York	34.0976	-84.95522	205			GA	015		
4208521	McGraw Manor	mcgraw-manor	US		0	America/New_York	32.39737	-84.92187	81			GA	215		
4208526	McGriff (historical)	mcgriff-historical	US		0	America/New_York	32.43293	-83.41573	79			GA	023		
4208529	McGuire Heights	mcguire-heights	US		0	America/New_York	34.07565	-84.66105	291			GA	067		
4208530	McGuires (historical)	mcguires-historical	US		0	America/New_York	33.80566	-84.0763	239			GA	135		
4208543	McIntosh Corner	mcintosh-corner	US		0	America/New_York	33.39067	-84.56104	258			GA	113		
4208555	McIntosh Village	mcintosh-village	US		0	America/New_York	33.41484	-84.4677	260			GA	113		
4208556	McIntyre	mcintyre	US		620	America/New_York	32.84626	-83.19071	79	Commissioner,McIntyre,Station Number 16		GA	319		
4208560	McIntyre Court	mcintyre-court	US		0	America/New_York	31.15773	-81.49093	3			GA	127		
4208565	McIntyre Spring (historical)	mcintyre-spring-historical	US		0	America/New_York	30.64104	-83.36654	25			GA	027		
4208566	McIvor (historical)	mcivor-historical	US		0	America/New_York	33.87649	-84.49271	309			GA	067		
4208575	McKee	mckee	US		0	America/New_York	34.45982	-84.14186	442			GA	085		
4208584	McKenny Acres	mckenny-acres	US		0	America/New_York	33.78483	-84.69799	351			GA	097		
4208587	McKenzie	mckenzie	US		0	America/New_York	31.92712	-83.67406	113	McKenzie,McKenzie Siding		GA	081		
4208589	McKibben Lane	mckibben-lane	US		0	America/New_York	32.89375	-83.69574	111			GA	021		
4208596	McKinnon	mckinnon	US		0	America/New_York	31.42522	-81.92678	19			GA	305		
4208606	McKown	mckown	US		0	America/New_York	33.77038	-84.70549	328			GA	097		
4208621	McLendon (historical)	mclendon-historical	US		0	America/New_York	31.28962	-84.94048	75			GA	099		
4208622	McLendon Crossroads	mclendon-crossroads	US		0	America/New_York	32.99263	-84.62659	255			GA	199		
4208626	McLeods Mill	mcleods-mill	US		0	America/New_York	30.97161	-82.38874	37			GA	049		
4208629	McLoughlin Heights	mcloughlin-heights	US		0	America/New_York	30.83686	-83.96767	86			GA	275		
4208636	McMichael Crossroads	mcmichael-crossroads	US		0	America/New_York	33.33401	-83.96519	224			GA	035		
4208664	McNair Terrace	mcnair-terrace	US		0	America/New_York	33.41153	-82.11706	138			GA	245		
4208665	McNatt Falls	mcnatt-falls	US		0	America/New_York	31.97019	-82.47152	36			GA	279		
4208680	McNutt Creek	mcnutt-creek	US		0	America/New_York	33.92095	-83.41099	203			GA	059		
4208683	McRae	mcrae	US		5740	America/New_York	32.06795	-82.9007	75	MQW,Makrej,makray,mikare,mk rayy  jwrjya,Макреј,ماكراي,مک رائی، جورجیا,مک رائے، جارجیا,मिकरे	271	GA	271		
4208697	McTier	mctier	US		0	America/New_York	31.80603	-82.24596	48			GA	001		
4208701	McWhorter	mcwhorter	US		0	America/New_York	33.61317	-84.8366	322			GA	097		
4208739	Meadow Hills	meadow-hills	US		0	America/New_York	33.78844	-84.08241	254			GA	135		
4208742	Meadow Lark	meadow-lark	US		0	America/New_York	33.88427	-84.83966	332			GA	223		
4208744	Meadow Run	meadow-run	US		0	America/New_York	33.37484	-84.55243	251			GA	113		
4208746	Meadow View	meadow-view	US		0	America/New_York	33.64317	-83.85352	247			GA	217		
4208747	Meadow Wood Park	meadow-wood-park	US		0	America/New_York	32.49209	-84.91049	98			GA	215		
4208754	Meadowbrook Mobile Home Park	meadowbrook-mobile-home-park	US		0	America/New_York	33.58428	-83.78546	216			GA	217		
4208755	Meadowdale	meadowdale	US		0	America/New_York	32.4446	-83.77574	119			GA	153		
4208758	Meadowlake	meadowlake	US		0	America/New_York	33.94982	-84.31159	326			GA	089		
4208760	Meadowlark	meadowlark	US		0	America/New_York	33.40736	-82.07373	68			GA	245		
4208762	Meadowood	meadowood	US		0	America/New_York	34.21844	-83.83545	346			GA	139		
4208763	Meadowood Subdivision	meadowood-subdivision	US		0	America/New_York	33.5204	-83.81213	215			GA	217		
4208764	Meadows	meadows	US		0	America/New_York	32.77514	-83.70074	98			GA	021		
4208775	Meadowview Acres	meadowview-acres	US		0	America/New_York	33.59317	-84.27437	254			GA	063		
4208777	Meadowview Mobile Home Park	meadowview-mobile-home-park	US		0	America/New_York	33.40012	-84.85383	257			GA	077		
4208788	Mecca (historical)	mecca-historical	US		0	America/New_York	33.62705	-84.69493	283			GA	121		
4208789	Mechanic Hill	mechanic-hill	US		0	America/New_York	33.29764	-81.95845	94	Mechanic Hill,Mechanics Hill		GA	245		
4208792	Mechanicsville (historical)	mechanicsville-historical	US		0	America/New_York	33.36595	-83.83407	201			GA	159		
4208795	Meda	meda	US		0	America/New_York	33.28125	-83.36683	179			GA	237		
4208798	Mederer Acres	mederer-acres	US		0	America/New_York	30.86187	-83.30682	56			GA	185		
4208799	Medford Manor	medford-manor	US		0	America/New_York	33.439	-84.46382	276			GA	113		
4208814	Meeks	meeks	US		0	America/New_York	32.61878	-82.5568	103			GA	167		
4208833	Meinhard	meinhard	US		0	America/New_York	32.18159	-81.21095	4			GA	051		
4208834	Melanie Manor	melanie-manor	US		0	America/New_York	33.59872	-84.5191	283			GA	121		
4208843	Melody	melody	US		0	America/New_York	33.59456	-83.76407	247			GA	217		
4208850	Melson	melson	US		0	America/New_York	34.17121	-85.4094	189			GA	115		
4208853	Melton	melton	US		0	America/New_York	33.3407	-82.07734	78			GA	245		
4208855	Megahee	megahee	US		0	America/New_York	33.38458	-82.40318	133	Iron Hill,Megahee		GA	189		
4208911	Memory Park	memory-park	US		0	America/New_York	33.5218	-82.07345	113			GA	073		
4208912	Mendes	mendes	US		122	America/New_York	31.99881	-81.97401	55			GA	267		
4208944	Meriwether	meriwether	US		0	America/New_York	33.15514	-83.31905	110	Meriweather,Meriwether,Meriwether Station		GA	009		
4208953	Merlin Meadows	merlin-meadows	US		0	America/New_York	33.77788	-84.71771	330			GA	097		
4208973	Merry Acres	merry-acres	US		0	America/New_York	34.22676	-85.21467	189			GA	115		
4208974	Merry Acres	merry-acres	US		0	America/New_York	31.58851	-84.19491	59			GA	095		
4208977	Merrywood	merrywood	US		0	America/New_York	32.43157	-81.74483	65			GA	031		
4208978	Merrywood	merrywood	US		0	America/New_York	32.46181	-84.92576	90			GA	215		
4208999	Metasville	metasville	US		0	America/New_York	33.7679	-82.60152	170			GA	317		
4209004	Methvins	methvins	US		0	America/New_York	32.11267	-84.06907	134			GA	261		
4209010	Metropolitan Mobile Home Park	metropolitan-mobile-home-park	US		0	America/New_York	33.9301	-84.16658	281			GA	135		
4209024	Mexico Crossing	mexico-crossing	US		0	America/New_York	31.14187	-82.78625	59			GA	065		
4209026	Miami Valley	miami-valley	US		0	America/New_York	32.55376	-83.79657	138			GA	225		
4209085	Middle Place	middle-place	US		0	America/New_York	31.80161	-81.11205	3			GA	051		
4209098	Middlebrooks (historical)	middlebrooks-historical	US		0	America/New_York	32.99318	-84.20131	259			GA	171		
4209102	Middleground	middleground	US		0	America/New_York	32.64128	-81.53261	59	Middleground,Thyre		GA	251		
4209112	Midriver	midriver	US		0	America/New_York	30.97579	-81.86733	22			GA	039		
4209136	Midway (historical)	midway-historical	US		0	America/New_York	34.60064	-84.8455	218			GA	129		
4209201	Midway Estates	midway-estates	US		0	America/New_York	33.75733	-84.71132	333			GA	097		
4209204	Midway Mobile Home Park	midway-mobile-home-park	US		0	America/New_York	33.75511	-84.70688	325			GA	097		
4209403	Mill Creek Crossing	mill-creek-crossing	US		0	America/New_York	34.12093	-84.48854	285			GA	057		
4209408	Mill Creek Place	mill-creek-place	US		0	America/New_York	33.82372	-84.80688	318			GA	223		
4209414	Mill Creek Station	mill-creek-station	US		0	America/New_York	33.99316	-84.76605	277			GA	223		
4209417	Mill Creek (historical)	mill-creek-historical	US		0	America/New_York	32.43685	-81.68011	39			GA	031		
4209424	Mill Glen	mill-glen	US		0	America/New_York	33.70539	-84.75271	338			GA	097		
4209432	Mill Glen	mill-glen	US		0	America/New_York	33.96677	-84.3352	308			GA	089		
4209437	Mill Ridge	mill-ridge	US		0	America/New_York	34.29038	-83.88601	346			GA	139		
4209442	Milldale (historical)	milldale-historical	US		0	America/New_York	31.90379	-83.85267	83			GA	081		
4209463	Miller Academy	miller-academy	US		0	America/New_York	33.67205	-85.11939	378			GA	045		
4209537	Millers Glen	millers-glen	US		0	America/New_York	33.56845	-83.96519	247			GA	217		
4209540	Millers Mill	millers-mill	US		0	America/New_York	33.53511	-84.14131	215			GA	151		
4209550	Millhaven	millhaven	US		0	America/New_York	32.93377	-81.64956	34	Garnett,Mill Haven,Millhaven,Paris Mill		GA	251		
4209572	Millrun	millrun	US		0	America/New_York	33.63122	-84.34159	268			GA	063		
4209573	Mills (historical)	mills-historical	US		0	America/New_York	34.95924	-84.88189	240			GA	313		
4209591	Millridge	millridge	US		0	America/New_York	33.92455	-84.46021	317			GA	067		
4209607	Milner Crossroads	milner-crossroads	US		0	America/New_York	33.06096	-84.20742	249	Milner Cross Roads,Milner Crossroads		GA	171		
4209612	Milstead	milstead	US		0	America/New_York	33.68789	-83.99213	238	Long Shoals,Millstead,Milstead,Paper Mills		GA	247		
4209632	Mimsville	mimsville	US		0	America/New_York	31.25574	-84.52852	57			GA	007		
4209652	Mineral Springs (historical)	mineral-springs-historical	US		0	America/New_York	34.48897	-85.48552	257			GA	055		
4209658	Minish	minish	US		0	America/New_York	34.15705	-83.3596	275			GA	195		
4209662	Minnesota	minnesota	US		0	America/New_York	31.31185	-83.91018	117			GA	071		
4209664	Minneta	minneta	US		0	America/New_York	33.28568	-83.71156	210			GA	159		
4209028	Mica	mica	US	99023	0	America/New_York	34.35787	-84.2727	410			GA	057		
4209675	Miners Creek	miners-creek	US		0	America/New_York	33.65289	-84.17909	227			GA	089		
4209681	Minton	minton	US		0	America/New_York	31.35518	-83.81879	120			GA	321		
4209692	Miralia	miralia	US		0	America/New_York	33.83733	-84.47882	260			GA	067		
4209693	Miramar	miramar	US		0	America/New_York	33.65233	-84.2877	244			GA	089		
4209703	Mission Estates	mission-estates	US		0	America/New_York	34.16454	-84.86383	250			GA	015		
4209710	Mission Trace	mission-trace	US		0	America/New_York	30.78218	-81.59177	5			GA	039		
4209720	Misty Cove	misty-cove	US		0	America/New_York	34.18482	-83.98324	340			GA	139		
4209721	Misty Mountain	misty-mountain	US		0	America/New_York	34.08954	-84.45298	301			GA	057		
4209722	Misty Ridge	misty-ridge	US		0	America/New_York	33.89538	-84.38993	313			GA	121		
4209729	Mitchell Acres	mitchell-acres	US		0	America/New_York	34.95146	-85.22357	220			GA	047		
4209753	Mitchell Estates	mitchell-estates	US		0	America/New_York	33.43511	-84.44381	284			GA	113		
4209754	Mitchell Forks	mitchell-forks	US		0	America/New_York	32.24353	-81.70233	34			GA	031		
4209761	Mitchell Hill	mitchell-hill	US		0	America/New_York	34.06732	-84.67132	286			GA	067		
4209788	Mizell	mizell	US		0	America/New_York	32.57625	-84.30603	194			GA	269		
4209804	Mobile Home Estates	mobile-home-estates	US		0	America/New_York	30.88076	-83.29571	68			GA	185		
4209824	Mobley Crossing	mobley-crossing	US		0	America/New_York	32.32322	-83.40767	94	Mobley,Mobley Crossing		GA	235		
4209843	Mockingbird Estates	mockingbird-estates	US		0	America/New_York	31.51184	-84.12685	56			GA	095		
4209844	Mockingbird Hill	mockingbird-hill	US		0	America/New_York	33.55594	-84.3827	254			GA	063		
4209849	Modern Living Mobile Home Park	modern-living-mobile-home-park	US		0	America/New_York	34.0751	-84.6791	278			GA	067		
4209851	Mogul	mogul	US		0	America/New_York	32.84986	-83.5649	100			GA	021		
4209863	Molena Mobile Home Park	molena-mobile-home-park	US		0	America/New_York	32.63987	-83.6913	127			GA	153		
4209869	Moncrief	moncrief	US		0	America/New_York	30.7127	-84.1374	81			GA	131		
4209874	Moniac	moniac	US		0	America/New_York	30.51829	-82.22512	35			GA	049		
4209882	Monks Crossing	monks-crossing	US		0	America/New_York	30.89882	-83.10292	57			GA	185		
4209913	Montage Manor	montage-manor	US		0	America/New_York	33.68622	-84.78216	328			GA	097		
4209919	Monteideo (historical)	monteideo-historical	US		0	America/New_York	34.33761	-82.84431	199			GA	147		
4209920	Monteith	monteith	US		0	America/New_York	32.18048	-81.19011	8	Monteith,Montieth		GA	051		
4209922	Monterey Acres	monterey-acres	US		0	America/New_York	33.80288	-84.05186	288			GA	135		
4209962	Montpelier (historical)	montpelier-historical	US		0	America/New_York	32.84375	-83.88907	133			GA	021		
4209970	Montwicke	montwicke	US		0	America/New_York	33.88705	-84.40298	315			GA	121		
4209990	Moodys Crossing (historical)	moodys-crossing-historical	US		0	America/New_York	32.03353	-81.86734	55			GA	267		
4210002	Mooney	mooney	US		0	America/New_York	34.2551	-83.86601	366			GA	139		
4210008	Moons	moons	US		0	America/New_York	34.93063	-85.34857	211	Moons,Moonsboro		GA	295		
4210017	Moonlight Forest	moonlight-forest	US		0	America/New_York	33.68483	-84.24437	253			GA	089		
4210060	Moores	moores	US		0	America/New_York	32.5185	-82.98959	77	Moore,Moores,Valambrosa		GA	175		
4210070	Moores Forest	moores-forest	US		0	America/New_York	32.55903	-84.97938	166			GA	215		
4210076	Moores Crossroads	moores-crossroads	US		0	America/New_York	31.74461	-85.01715	102			GA	061		
4210082	Morallion Hills	morallion-hills	US		0	America/New_York	33.35845	-84.54493	237			GA	113		
4210157	Morning Creek Estates	morning-creek-estates	US		0	America/New_York	33.60233	-84.51104	288			GA	121		
4210159	Morning Side Hills	morning-side-hills	US		0	America/New_York	34.2926	-83.79295	388			GA	139		
4210171	Morningside	morningside	US		0	America/New_York	34.26454	-85.28245	189			GA	115		
4210172	Morningside	morningside	US		0	America/New_York	33.79677	-84.36882	261			GA	121		
4210173	Morningside	morningside	US		0	America/New_York	32.85069	-83.57768	114			GA	021		
4210174	Morningside	morningside	US		0	America/New_York	31.55434	-84.13213	58			GA	095		
4210175	Morningside	morningside	US		0	America/New_York	32.53097	-84.91549	132			GA	215		
4210190	Morning Creek Estates	morning-creek-estates	US		0	America/New_York	33.50956	-84.45048	251			GA	113		
4210224	Morris Estates	morris-estates	US		0	America/New_York	34.97563	-85.17662	216			GA	047		
4210265	Mortons Mobile Home Park	mortons-mobile-home-park	US		0	America/New_York	32.04076	-81.18511	11			GA	051		
4210310	Mosquito Crossing	mosquito-crossing	US		0	America/New_York	33.47458	-83.1171	191			GA	133		
4210319	Moss Creek	moss-creek	US		0	America/New_York	33.0904	-85.04438	201			GA	285		
4210332	Moss Oak	moss-oak	US		0	America/New_York	32.4196	-83.77435	97			GA	153		
4210333	Moss Side	moss-side	US		0	America/New_York	33.9815	-83.42238	229			GA	059		
4210343	Mossy Creek	mossy-creek	US		0	America/New_York	34.54121	-83.68546	425			GA	311		
4210346	Mossy Dell	mossy-dell	US		0	America/New_York	31.76073	-84.11324	80	Mossy Dale,Mossy Dell		GA	177		
4210353	Mossy Oaks	mossy-oaks	US		0	America/New_York	31.56323	-83.98046	78			GA	321		
4210358	Motes Hill	motes-hill	US		0	America/New_York	34.08427	-84.57965	328			GA	057		
4210482	Mount Carmel (historical)	mount-carmel-historical	US		0	America/New_York	32.90237	-83.21238	120			GA	319		
4210534	Mount Carmel Estates	mount-carmel-estates	US		0	America/New_York	33.43761	-84.2627	287			GA	151		
4210608	Mount Herman	mount-herman	US		0	America/New_York	31.95355	-81.14539	2			GA	051		
4210616	Mount Hope (historical)	mount-hope-historical	US		0	America/New_York	34.24593	-85.40718	177			GA	115		
4210730	Mount Olive (historical)	mount-olive-historical	US		0	America/New_York	30.81547	-84.05212	74			GA	275		
4210888	Mount Pisgah	mount-pisgah	US		0	America/New_York	34.84591	-85.17912	295			GA	047		
4210906	Mount Pisgah Estates	mount-pisgah-estates	US		0	America/New_York	33.80122	-84.58854	305			GA	067		
4211076	Mount Tabor Trace	mount-tabor-trace	US		0	America/New_York	33.93205	-84.8355	285			GA	223		
4211133	Mount Vernon Springs	mount-vernon-springs	US		0	America/New_York	33.94677	-84.32076	319			GA	089		
4211145	Mount Zion (historical)	mount-zion-historical	US		0	America/New_York	31.98988	-84.77687	154	Moss Hill,Mount Zion (historical)		GA	259		
4211158	Mount Vernon Lake	mount-vernon-lake	US		0	America/New_York	33.95371	-84.32354	321			GA	089		
4211387	Mountain Cove	mountain-cove	US		0	America/New_York	33.78872	-84.06047	242			GA	135		
4211392	Mountain Brooke	mountain-brooke	US		0	America/New_York	33.84955	-84.14436	311			GA	135		
4211394	Mountain Creek	mountain-creek	US		0	America/New_York	34.02427	-84.41521	299			GA	067		
4211419	Mountain Hill	mountain-hill	US		0	America/New_York	32.72319	-85.02271	219	Mountain Hill,Talleytown		GA	145		
4211434	Mountain Ridge	mountain-ridge	US		0	America/New_York	34.07538	-84.48243	325			GA	057		
4211435	Mountain Ridge Estates	mountain-ridge-estates	US		0	America/New_York	34.09788	-84.75744	261			GA	015		
4211436	Mountain Scene	mountain-scene	US		0	America/New_York	34.85732	-83.72212	629			GA	281		
4211439	Mountain Springs	mountain-springs	US		0	America/New_York	32.89931	-83.45573	164			GA	169		
4211445	Mountain Trace	mountain-trace	US		0	America/New_York	33.92483	-84.84438	309			GA	223		
4211470	Mountain View Plaza	mountain-view-plaza	US		0	America/New_York	33.63761	-84.36326	283			GA	063		
4211477	Mountain Woods	mountain-woods	US		0	America/New_York	33.84594	-84.19075	328			GA	089		
4211479	Mountainbrook	mountainbrook	US		0	America/New_York	32.85874	-84.85049	282			GA	145		
4211480	Mountaintown	mountaintown	US		0	America/New_York	34.75564	-84.56021	456	Mountain Town,Mountaintown		GA	123		
4211491	Mountainview Estates	mountainview-estates	US		0	America/New_York	33.75094	-84.7691	329			GA	097		
4211496	Moxley	moxley	US		0	America/New_York	32.9196	-82.39124	98			GA	163		
4211500	Moye	moye	US		0	America/New_York	31.611	-84.77686	113			GA	037		
4211562	Mukerson	mukerson	US		0	America/New_York	32.25073	-83.07459	99			GA	091		
4211569	Muir Woods	muir-woods	US		0	America/New_York	33.59206	-84.52243	292			GA	121		
4211573	Mulberry Heights	mulberry-heights	US		0	America/New_York	31.5774	-84.13491	62			GA	095		
4211575	Mulberry Place	mulberry-place	US		0	America/New_York	33.82788	-84.93328	383			GA	223		
4211621	Mundys Mill	mundys-mill	US		0	America/New_York	33.49011	-84.38937	257			GA	063		
4211626	Mundys Point	mundys-point	US		0	America/New_York	34.25927	-83.91463	344			GA	139		
4211629	Munnerlyn	munnerlyn	US		0	America/New_York	32.95349	-81.96206	81	Lumpkins Station,Munnerlyn,Thomas,Thomas Station		GA	033		
4211632	Murchisons (historical)	murchisons-historical	US		0	America/New_York	34.24259	-85.01439	205			GA	015		
4211660	Murphy Estates	murphy-estates	US		0	America/New_York	33.93538	-84.0413	280			GA	135		
4211662	Murphy Hills	murphy-hills	US		0	America/New_York	33.64261	-83.86463	238			GA	217		
4211664	Murphy Junction	murphy-junction	US		0	America/New_York	34.88481	-84.30825	498			GA	111		
4211672	Murphy Mobile Home Park	murphy-mobile-home-park	US		0	America/New_York	33.47986	-82.11206	125			GA	245		
4211679	Murphyville	murphyville	US		0	America/New_York	33.93177	-84.04213	276	Craig,Murphyville		GA	135		
4211692	Murray Hill	murray-hill	US		0	America/New_York	31.60295	-84.19435	60			GA	095		
4211694	Murray Hills	murray-hills	US		0	America/New_York	33.48479	-82.04989	93			GA	245		
4211701	Murrays Crossroads	murrays-crossroads	US		0	America/New_York	32.32099	-84.29436	133	Murray,Murrays Cross Roads,Murrays Crossroads,Poindexter		GA	249		
4211710	Murray Hill	murray-hill	US		0	America/New_York	32.9596	-81.71678	68			GA	033		
4211715	Muscogee	muscogee	US		0	America/New_York	32.45153	-84.9516	79			GA	215		
4211722	Muscogee Manor	muscogee-manor	US		0	America/New_York	32.49542	-84.86604	125			GA	215		
4211732	Musgrove (historical)	musgrove-historical	US		0	America/New_York	32.41711	-83.08987	80			GA	175		
4211737	Musket Ridge	musket-ridge	US		0	America/New_York	33.93733	-84.79022	331			GA	223		
4211746	Myricks Mill	myricks-mill	US		0	America/New_York	32.78431	-83.37656	90	Big Sandy,Myricks Mill		GA	289		
4211750	Myrtle Grove	myrtle-grove	US		0	America/New_York	31.88466	-81.24566	3			GA	029		
4211755	Myrtle Springs (historical)	myrtle-springs-historical	US		0	America/New_York	32.12599	-84.30908	115			GA	261		
4211766	Nacoochee	nacoochee	US		0	America/New_York	34.6851	-83.71046	416			GA	311		
4211774	Musselwhite	musselwhite	US		0	America/New_York	31.95018	-83.69878	119			GA	081		
4211780	Naguchee (historical)	naguchee-historical	US		0	America/New_York	34.68343	-83.70823	413	Cauchi,Nacoochee,Naeoche,Naguchee (historical),Noccocsee		GA	311		
4211791	Nakomis	nakomis	US		0	America/New_York	32.54681	-84.00102	108	Everett Station,Nakomis		GA	079		
4211797	Nameless	nameless	US		0	America/New_York	32.38711	-83.07209	101			GA	175		
4211798	Nance Springs	nance-springs	US		0	America/New_York	34.62258	-84.93994	210			GA	313		
4211813	Nancytown (historical)	nancytown-historical	US		0	America/New_York	34.46677	-83.486	225			GA	011		
4211815	Nankipooh	nankipooh	US		0	America/New_York	32.55653	-84.94493	160	Nankipooch,Nankipooh		GA	215		
4211816	Nannie	nannie	US		0	America/New_York	34.3662	-85.05022	201			GA	115		
4211819	Naomi	naomi	US		0	America/New_York	34.69314	-85.20773	278			GA	295		
4211858	National Hills	national-hills	US		0	America/New_York	33.51319	-82.01678	67			GA	245		
4211880	Neal Crossing	neal-crossing	US		0	America/New_York	34.55286	-85.41496	227			GA	055		
4211898	Nebo Gardens	nebo-gardens	US		0	America/New_York	33.84177	-84.81966	310			GA	223		
4211900	Nebo Place	nebo-place	US		0	America/New_York	33.85316	-84.80772	331			GA	223		
4211901	Nebula	nebula	US		0	America/New_York	32.85041	-84.67715	315			GA	199		
4211903	Neals Landing	neals-landing	US		0	America/Chicago	30.97741	-85.00521	24			GA	253		
4211914	Neco	neco	US		0	America/New_York	33.41458	-82.00678	46			GA	245		
4211919	Neely Farm	neely-farm	US		0	America/New_York	33.97927	-84.2527	284			GA	135		
4211995	Nevils	nevils	US		0	America/New_York	32.2638	-81.76095	62			GA	031		
4212065	New Branch	new-branch	US		0	America/New_York	32.08214	-82.25151	59			GA	279		
4212069	New Bridge (historical)	new-bridge-historical	US		0	America/New_York	34.43121	-83.97213	332			GA	187		
4212109	New Elm	new-elm	US		0	America/New_York	31.29379	-83.81906	111	Elm,Euella,New Elm		GA	071		
4212141	New Georgia	new-georgia	US		0	America/New_York	33.80899	-84.88994	352	New Georgia,Oval		GA	223		
4212143	New Georgia Estates	new-georgia-estates	US		0	America/New_York	33.81594	-84.89855	348			GA	223		
4212410	New Lacy	new-lacy	US		0	America/New_York	31.53937	-82.37152	55			GA	005		
4212451	New Lois	new-lois	US		0	America/New_York	31.0852	-83.26821	66	Lois,New Lois		GA	019		
4212545	New Rock Hill	new-rock-hill	US		0	America/New_York	31.0013	-83.57433	65	New Rock Hill,Rockhill		GA	027		
4212549	New Rome	new-rome	US		0	America/New_York	34.21732	-85.17523	189			GA	115		
4212595	New Switzerland	new-switzerland	US		0	America/New_York	34.53593	-83.46517	439			GA	137		
4212623	New York (historical)	new-york-historical	US		0	America/New_York	31.81351	-83.99935	78			GA	177		
4212699	Newnan Pines	newnan-pines	US		0	America/New_York	33.4265	-84.78188	269			GA	077		
4212702	Newnan Springs	newnan-springs	US		0	America/New_York	34.97758	-85.2444	216			GA	047		
4212721	Newsome	newsome	US		0	America/New_York	30.77576	-83.21987	55			GA	185		
4212733	Newton Chase	newton-chase	US		0	America/New_York	33.51123	-83.82907	196			GA	217		
4212753	Newton Plantation	newton-plantation	US		0	America/New_York	33.53983	-84.44326	271			GA	113		
4212757	Newton Ridge	newton-ridge	US		0	America/New_York	33.58762	-83.77851	227			GA	217		
4212758	Newton Woods	newton-woods	US		0	America/New_York	33.58567	-83.9088	207			GA	217		
4212764	Neyami	neyami	US		0	America/New_York	31.82378	-84.21519	92	Adams,Adams Station,Neyami		GA	177		
4212769	Nicholasville (historical)	nicholasville-historical	US		0	America/New_York	31.12657	-84.69853	40			GA	201		
4212786	Nicholsonville	nicholsonville	US		0	America/New_York	31.95938	-81.13761	5			GA	051		
4212788	Nickajack (historical)	nickajack-historical	US		0	America/New_York	33.83677	-84.54215	260	Nickajack (historical),Nicojack		GA	067		
4212795	Nicklesville	nicklesville	US		0	America/New_York	32.68627	-83.08543	115	Nickelsville,Nicklesville		GA	319		
4212796	Nickleville	nickleville	US		0	America/New_York	30.80575	-84.33518	85	Millers Store,Nickleville		GA	131		
4212799	Nickville	nickville	US		0	America/New_York	34.11344	-83.00153	192			GA	105		
4212810	Nimblewill	nimblewill	US		0	America/New_York	34.56342	-84.14019	532			GA	187		
4212832	Noah	noah	US		0	America/New_York	33.21542	-82.28596	119			GA	163		
4212862	Nolans Store	nolans-store	US		0	America/New_York	33.7104	-83.49878	209			GA	211		
4212865	Nona	nona	US		0	America/New_York	33.21986	-83.34599	147			GA	237		
4212868	Noonday	noonday	US		0	America/New_York	34.06204	-84.52132	314			GA	067		
4212876	Nola (historical)	nola-historical	US		0	America/New_York	31.17241	-83.50877	78			GA	075		
4212895	Norcross Mobile Home City	norcross-mobile-home-city	US		0	America/New_York	33.96482	-84.17492	303			GA	135		
4212916	Normandy Forest	normandy-forest	US		0	America/New_York	33.764	-84.51271	285			GA	121		
4212932	Norris Lake Shores	norris-lake-shores	US		0	America/New_York	33.76622	-84.03269	243			GA	135		
4212935	Norristown Junction	norristown-junction	US		0	America/New_York	32.55767	-82.48846	71			GA	107		
4212937	North Atlanta	north-atlanta	US		40456	America/New_York	33.8651	-84.33659	306			GA	089		
4212944	North Banks Cove	north-banks-cove	US		0	America/New_York	34.35204	-83.83323	368			GA	139		
4212967	North Clayton	north-clayton	US		0	America/New_York	33.58205	-84.30326	267			GA	063		
4212975	North Cohutta (historical)	north-cohutta-historical	US		0	America/New_York	34.89536	-84.7116	303			GA	213		
4212979	North Conyers Farms	north-conyers-farms	US		0	America/New_York	33.68761	-83.90907	239			GA	217		
4212988	North DeKalb	north-dekalb	US		0	America/New_York	33.8101	-84.27298	289			GA	089		
4212992	North Decatur	north-decatur	US		16698	America/New_York	33.79038	-84.30603	303			GA	089		
4212995	North Druid Hills	north-druid-hills	US		18947	America/New_York	33.81677	-84.31326	309			GA	089		
4212996	North Elberton	north-elberton	US		0	America/New_York	34.12706	-82.85875	203			GA	105		
4212997	North End	north-end	US		0	America/New_York	31.25828	-81.43732	4			GA	127		
4213002	North Fayette Estates	north-fayette-estates	US		0	America/New_York	33.52011	-84.45409	269			GA	113		
4213004	North Forest	north-forest	US		0	America/New_York	34.0076	-84.40409	282			GA	067		
4213005	North Forest	north-forest	US		0	America/New_York	34.3976	-83.93685	373			GA	139		
4213006	North Forest Hills	north-forest-hills	US		0	America/New_York	32.87236	-83.63185	133			GA	021		
4213008	North Bridge Trace	north-bridge-trace	US		0	America/New_York	34.03149	-84.62077	321			GA	067		
4213048	North Gate Manor Trailer Park	north-gate-manor-trailer-park	US		0	America/New_York	30.89937	-83.32154	46			GA	185		
4213063	North High Shoals	north-high-shoals	US		699	America/New_York	33.82012	-83.506	195			GA	219		
4213064	North Highland	north-highland	US		0	America/New_York	34.18815	-84.79855	227			GA	015		
4213076	North Kingsley Estates	north-kingsley-estates	US		0	America/New_York	33.78816	-84.64327	286			GA	097		
4213077	North Kingston	north-kingston	US		0	America/New_York	32.52292	-84.96243	127			GA	215		
4213078	North Kirkwood	north-kirkwood	US		0	America/New_York	33.76177	-84.32881	320			GA	089		
4213084	North Lakeside	north-lakeside	US		0	America/New_York	33.13512	-85.00966	207			GA	285		
4213097	North Oaks	north-oaks	US		0	America/New_York	32.54181	-84.9166	126			GA	215		
4213105	North Peachtree Estates	north-peachtree-estates	US		0	America/New_York	33.41817	-84.56604	291			GA	113		
4213106	North Peachtree Woods	north-peachtree-woods	US		0	America/New_York	33.94093	-84.29576	311			GA	089		
4213107	North Place	north-place	US		0	America/New_York	33.99928	-83.3796	214			GA	059		
4213108	North Point	north-point	US		0	America/New_York	33.96399	-84.34076	311			GA	089		
4213109	North Point	north-point	US		0	America/New_York	34.01538	-84.38993	304			GA	121		
4213110	North Pointe	north-pointe	US		0	America/New_York	34.09066	-84.06686	315			GA	135		
4213111	North Pond	north-pond	US		0	America/New_York	33.52345	-84.41437	272			GA	063		
4213124	North Ridge	north-ridge	US		0	America/New_York	33.08985	-85.05633	203			GA	285		
4213126	North River Crossing	north-river-crossing	US		0	America/New_York	33.99593	-84.23909	276			GA	135		
4213127	North River Marshes	north-river-marshes	US		0	America/New_York	30.75524	-81.54815	3			GA	039		
4213128	North River Oaks	north-river-oaks	US		0	America/New_York	30.75857	-81.52343	4			GA	039		
4213131	North Rome	north-rome	US		0	America/New_York	34.26343	-85.15828	197			GA	115		
4213141	North Shores	north-shores	US		0	America/New_York	34.0551	-84.71827	276			GA	067		
4213145	North Slappy Heights	north-slappy-heights	US		0	America/New_York	31.59823	-84.17824	63			GA	095		
4213160	North Valley	north-valley	US		0	America/New_York	34.14926	-84.30131	313			GA	121		
4213164	North West Point	north-west-point	US		0	America/New_York	32.90318	-85.15994	200			GA	285		
4213174	Northcliff Colony	northcliff-colony	US		0	America/New_York	34.3376	-83.84462	375			GA	139		
4213178	Northcutt	northcutt	US		0	America/New_York	34.73036	-84.43048	434			GA	123		
4213192	Northend	northend	US		0	America/New_York	31.57962	-84.14019	61			GA	095		
4213193	Northend Addition	northend-addition	US		0	America/New_York	31.5974	-84.15796	62			GA	095		
4213196	Northgate	northgate	US		0	America/New_York	32.50847	-84.91799	98			GA	215		
4213200	Northlake	northlake	US		0	America/New_York	34.3626	-83.82935	348			GA	139		
4213201	Northlake	northlake	US		0	America/New_York	32.47545	-81.78483	61			GA	031		
4213212	Northridge Estates	northridge-estates	US		0	America/New_York	34.08649	-84.58632	341			GA	057		
4213215	Northridge Park	northridge-park	US		0	America/New_York	33.994	-83.38321	199			GA	059		
4213218	Northside	northside	US		0	America/New_York	31.61073	-84.17352	59			GA	095		
4213244	Northside Homes	northside-homes	US		0	America/New_York	32.08961	-84.23297	134			GA	261		
4213250	Northside Park	northside-park	US		0	America/New_York	33.80955	-84.41298	281			GA	121		
4213265	Northstar	northstar	US		0	America/New_York	32.4457	-84.90993	109			GA	215		
4213266	Northview	northview	US		0	America/New_York	33.38014	-82.00651	52			GA	245		
4213279	Northwest Harbor	northwest-harbor	US		0	America/New_York	34.13899	-84.02241	346			GA	135		
4213284	Northwest Park	northwest-park	US		0	America/New_York	33.90038	-84.49521	316			GA	067		
4213286	Northwest Woods	northwest-woods	US		0	America/New_York	33.87873	-83.45961	221			GA	219		
4213287	Northwest Woods	northwest-woods	US		0	America/New_York	31.83632	-81.614	26			GA	179		
4213289	Northwind	northwind	US		0	America/New_York	34.01649	-84.6616	294			GA	067		
4213293	Northwood Estates	northwood-estates	US		0	America/New_York	31.23856	-81.51788	9			GA	127		
4213294	Northwoods	northwoods	US		0	America/New_York	33.8776	-84.2877	301			GA	089		
4213295	Northwoods	northwoods	US		0	America/New_York	32.87097	-83.66518	112			GA	021		
4213299	Norton (historical)	norton-historical	US		0	America/New_York	33.68205	-84.33604	245			GA	089		
4213300	Norton Acres	norton-acres	US		0	America/New_York	33.42903	-82.03428	70			GA	245		
4213321	Notalee Orchards	notalee-orchards	US		0	America/New_York	34.87842	-84.00519	571	Notalee Camp,Notalee Orchards		GA	291		
4213324	Note	note	US		0	America/New_York	33.26763	-83.46378	176			GA	237		
4213332	Nottingham Estates	nottingham-estates	US		0	America/New_York	34.20232	-85.14023	270			GA	115		
4213336	Nowlin Hall	nowlin-hall	US		0	America/New_York	34.10288	-84.49493	290			GA	057		
4213337	Nowlin Station	nowlin-station	US		0	America/New_York	34.08427	-84.57132	322			GA	057		
4213338	Nowlin Woods	nowlin-woods	US		0	America/New_York	34.04232	-84.64438	293			GA	067		
4213340	Nuberg	nuberg	US		0	America/New_York	34.26455	-82.89486	219			GA	147		
4213342	Nowlin Estates	nowlin-estates	US		0	America/New_York	34.08677	-84.60382	323			GA	057		
4213354	Nutview (historical)	nutview-historical	US		0	America/New_York	31.6324	-84.1138	73			GA	177		
4213356	O Neal	o-neal	US		0	America/New_York	31.4005	-81.93623	18			GA	305		
4213369	O'Leary	o-leary	US		0	America/New_York	32.21076	-81.17595	3			GA	051		
4213373	O'Neals Crossroad	o-neals-crossroad	US		0	America/New_York	33.19429	-85.22356	262	O'Neals Cross Roads,O'Neals Crossroad,O'Neals Crossroads,State Line,Stateline		GA	149		
4213381	O'Reily Estates	o-reily-estates	US		0	America/New_York	32.71431	-83.62768	112			GA	021		
4213385	Oak Bluff	oak-bluff	US		0	America/New_York	31.22106	-81.53594	6			GA	127		
4213387	Oak Bower (historical)	oak-bower-historical	US		0	America/New_York	34.38372	-82.86597	212			GA	147		
4213390	Number Ten (historical)	number-ten-historical	US		0	America/New_York	32.83849	-82.28207	69			GA	033		
4213394	Oak Chase	oak-chase	US		0	America/New_York	34.02288	-84.39993	296			GA	067		
4213397	Oak Creek Estates	oak-creek-estates	US		0	America/New_York	34.03121	-84.51549	293			GA	067		
4213400	Oak Dale Manor	oak-dale-manor	US		0	America/New_York	33.93066	-84.78966	350			GA	223		
4213404	Oak Forest Mobile Home Park	oak-forest-mobile-home-park	US		0	America/New_York	33.57095	-83.9613	252			GA	217		
4213415	Oak Grove (historical)	oak-grove-historical	US		0	America/New_York	31.05463	-84.23768	99			GA	131		
4213534	Oak Grove Estates	oak-grove-estates	US		0	America/New_York	34.09315	-84.60466	319			GA	057		
4213535	Oak Grove Estates Mobile Home Park	oak-grove-estates-mobile-home-park	US		0	America/New_York	31.55017	-84.11796	53			GA	095		
4213568	Oak Haven	oak-haven	US		0	America/New_York	33.9926	-84.7716	305			GA	223		
4213600	Oak Hill Farms	oak-hill-farms	US		0	America/New_York	33.54539	-83.97074	225			GA	217		
4213607	Oak Hills	oak-hills	US		0	America/New_York	33.49817	-84.47576	287			GA	113		
4213612	Oak Knolls	oak-knolls	US		0	America/New_York	32.48876	-83.78796	118			GA	153		
4213614	Oak Lake	oak-lake	US		0	America/New_York	33.49236	-82.14818	111			GA	073		
4213619	Oak Level	oak-level	US		0	America/New_York	31.85577	-81.22511	8			GA	029		
4213622	Oak Mountain	oak-mountain	US		0	America/New_York	33.56067	-85.02078	405			GA	045		
4213624	Oak Mountain	oak-mountain	US		0	America/New_York	32.74263	-84.7252	205	Cleola,Crossroads,Hannahs Crossroads,Oak Mountain,Oak Mountain Station		GA	145		
4213629	Oak Mountain Spring (historical)	oak-mountain-spring-historical	US		0	America/New_York	32.75625	-84.69048	251			GA	263		
4213639	Oak Point	oak-point	US		0	America/New_York	33.96149	-84.34437	315			GA	089		
4213640	Oak Point	oak-point	US		0	America/New_York	33.84373	-83.33099	196			GA	219		
4213662	Oak View Homes	oak-view-homes	US		0	America/New_York	33.63844	-84.34492	271			GA	063		
4213663	Oak Village	oak-village	US		0	America/New_York	34.00621	-84.01796	330			GA	135		
4213664	Oak Village	oak-village	US		0	America/New_York	33.58567	-84.40854	271			GA	063		
4213667	Oakbrook	oakbrook	US		0	America/New_York	33.54511	-83.99797	231			GA	217		
4213671	Oakbrook Forest	oakbrook-forest	US		0	America/New_York	33.98899	-84.02241	307			GA	135		
4213674	Oakbrook Station	oakbrook-station	US		0	America/New_York	33.92788	-84.19186	293			GA	135		
4213676	Oakcrest	oakcrest	US		0	America/New_York	32.45434	-81.75594	62			GA	031		
4213683	Oakdale Estates	oakdale-estates	US		0	America/New_York	33.6565	-84.8041	300			GA	097		
4213686	Oakdale Woods	oakdale-woods	US		0	America/New_York	33.9251	-83.98046	313			GA	135		
4213383	Oak	oak	US	68964	0	America/New_York	30.88798	-83.27599	69			GA	185		
4213687	Oakengate	oakengate	US		0	America/New_York	33.81955	-84.21881	319			GA	089		
4213705	Oakhill	oakhill	US		0	America/New_York	33.78177	-84.56327	300			GA	067		
4213706	Oakhill	oakhill	US		0	America/New_York	34.25927	-83.75406	330			GA	139		
4213707	Oakhill	oakhill	US		0	America/New_York	33.56039	-84.2302	256			GA	151		
4213737	Oakland Heights	oakland-heights	US		0	America/New_York	34.21232	-84.79522	242			GA	015		
4213740	Oakland North	oakland-north	US		0	America/New_York	33.94371	-84.0563	291			GA	135		
4213741	Oakland Park	oakland-park	US		0	America/New_York	32.4132	-84.96049	70			GA	215		
4213742	Oakland Park	oakland-park	US		0	America/New_York	32.03493	-81.07539	7			GA	051		
4213752	Oaklawn	oaklawn	US		0	America/New_York	30.84936	-83.73767	70	Oaklawn,Ozell		GA	027		
4213753	Oaklawn	oaklawn	US		0	America/New_York	33.32984	-84.78077	294			GA	077		
4213763	Oaks of Cumberland	oaks-of-cumberland	US		0	America/New_York	33.89177	-84.47299	296			GA	067		
4213776	Oakwood Homes Mobile Home Park	oakwood-homes-mobile-home-park	US		0	America/New_York	30.7869	-81.68066	6			GA	039		
4213777	Oakwood Manor	oakwood-manor	US		0	America/New_York	33.50706	-84.24298	242			GA	151		
4213778	Oaky	oaky	US		0	America/New_York	32.5249	-81.39094	33			GA	103		
4213786	Oasis	oasis	US		0	America/New_York	34.91536	-84.48215	556			GA	111		
4213788	Oberlochen	oberlochen	US		0	America/New_York	33.78788	-84.79633	320			GA	223		
4213789	Oberry	oberry	US		0	America/New_York	31.3852	-82.9807	73			GA	003		
4213799	Ocee	ocee	US		0	America/New_York	34.06454	-84.2127	354			GA	121		
4213801	Ochillee	ochillee	US		0	America/New_York	32.39431	-84.84437	83			GA	053		
4213845	Oconee Heights	oconee-heights	US		0	America/New_York	33.98984	-83.42571	237	Bohuron,Oconee Heights		GA	059		
4213851	Oconee Old Town (historical)	oconee-old-town-historical	US		0	America/New_York	33.00459	-83.15626	74			GA	009		
4213859	Oconee Springs	oconee-springs	US		0	America/New_York	33.28875	-83.19932	110			GA	237		
4213863	Oculus (historical)	oculus-historical	US		0	America/New_York	34.53676	-83.7849	477			GA	311		
4213867	Odessadale	odessadale	US		0	America/New_York	33.01596	-84.81299	275	Odessa,Odessadale,Xerxes		GA	199		
4213877	Odis Crossroads	odis-crossroads	US		0	America/New_York	34.39483	-83.39489	266			GA	011		
4213899	Ogeechee	ogeechee	US		0	America/New_York	32.61989	-81.76483	33	Ogeechee,Station Number 6 1/2		GA	251		
4213906	Ogeechee Farms	ogeechee-farms	US		0	America/New_York	31.98854	-81.25678	4			GA	051		
4213911	Ogeecheeton	ogeecheeton	US		0	America/New_York	32.05993	-81.13039	3			GA	051		
4213937	Oglethorpe Homes	oglethorpe-homes	US		0	America/New_York	32.83153	-83.64268	123			GA	021		
4213940	Oglethorpe Manor	oglethorpe-manor	US		0	America/New_York	31.26967	-81.4326	3			GA	127		
4213942	Oglethorpe Park	oglethorpe-park	US		0	America/New_York	31.16829	-81.38065	3			GA	127		
4213958	Ogletree Woods	ogletree-woods	US		0	America/New_York	32.53014	-84.95438	147			GA	215		
4213961	Ohoopee	ohoopee	US		0	America/New_York	32.18019	-82.21957	55			GA	279		
4213978	Oketeyeconne (historical)	oketeyeconne-historical	US		0	America/New_York	31.64322	-85.08048	58	O-he-te-yoe-on-noe,O-ke-teyoc-en-ne,Octiyokny,Oka-tiokinans,Oketayocenne,Okete Yocanne,Oketeyeconne (historical),Oki-tiyakni,Okitiyakni		GA	061		
4213981	Oklahoma Hills	oklahoma-hills	US		0	America/New_York	33.40792	-82.06456	85			GA	245		
4214027	Old Cedar Creek	old-cedar-creek	US		0	America/New_York	34.10704	-84.64855	287			GA	057		
4214032	Old Chimney	old-chimney	US		0	America/New_York	32.93735	-85.02049	213			GA	285		
4214033	Old Church	old-church	US		0	America/New_York	33.04599	-81.93734	79	Old Church,Old Church Station		GA	033		
4214040	Old Clyattville	old-clyattville	US		0	America/New_York	30.71048	-83.32015	59			GA	185		
4214044	Old Condor	old-condor	US		0	America/New_York	32.53433	-82.8357	76			GA	175		
4214047	Old Damascus	old-damascus	US		0	America/New_York	31.3074	-84.73714	57	Damascus,Old Damascus,Old Town		GA	099		
4214054	Old Davis Mill Estates	old-davis-mill-estates	US		0	America/New_York	33.84399	-84.82022	318			GA	223		
4214056	Old Dellwood	old-dellwood	US		0	America/New_York	32.66849	-82.36568	108			GA	107		
4214082	Old Ford Acres	old-ford-acres	US		0	America/New_York	33.53011	-84.47326	258			GA	113		
4214085	Old Fort Estates	old-fort-estates	US		0	America/New_York	34.95285	-85.23884	236	Fort Oglethorpe,Old Fort Estates		GA	047		
4214103	Old Heritage Farm	old-heritage-farm	US		0	America/New_York	33.86262	-83.31182	208			GA	059		
4214134	Old Mill Chase	old-mill-chase	US		0	America/New_York	33.84956	-83.33127	182			GA	219		
4214145	Old National East	old-national-east	US		0	America/New_York	33.60456	-84.46271	298			GA	121		
4214151	Old Newman (historical)	old-newman-historical	US		0	America/New_York	33.04874	-84.32353	253	Newman,Old Newman (historical)		GA	231		
4214174	Old Rock Hill	old-rock-hill	US		0	America/New_York	31.01019	-83.5735	71			GA	027		
4214185	Old Sardis	old-sardis	US		0	America/New_York	32.96321	-81.76234	79			GA	033		
4214195	Old South	old-south	US		0	America/New_York	33.54733	-84.29992	265			GA	063		
4214201	Old Suwanee Estates	old-suwanee-estates	US		0	America/New_York	34.08566	-84.02296	317			GA	135		
4214202	Old Tallapoosa	old-tallapoosa	US		0	America/New_York	33.75427	-85.29579	343			GA	143		
4214226	Old Villa Rica	old-villa-rica	US		0	America/New_York	33.74594	-84.92939	342			GA	045		
4214235	Olde Federal Pointe	olde-federal-pointe	US		0	America/New_York	34.22121	-83.94574	335			GA	139		
4214237	Olde Towne	olde-towne	US		0	America/New_York	32.4174	-81.76706	61			GA	031		
4214245	Olifftown	olifftown	US		0	America/New_York	32.49461	-82.09734	79			GA	043		
4214263	Olive Terrace	olive-terrace	US		0	America/New_York	33.39958	-82.12873	143			GA	245		
4214278	Olivers Mill	olivers-mill	US		0	America/New_York	31.87239	-84.3363	89			GA	273		
4214287	Olmstead Homes	olmstead-homes	US		0	America/New_York	33.49069	-82.00317	56			GA	245		
4214291	Olympia (historical)	olympia-historical	US		0	America/New_York	30.65465	-83.34571	33			GA	185		
4214293	Omaha Springs	omaha-springs	US		0	America/New_York	33.16959	-82.54318	98			GA	163		
4214313	Oostanaula	oostanaula	US		0	America/New_York	34.48148	-85.01439	192	Estanaula,Oostanaula,Skellys Station		GA	129		
4214327	Opeleika (historical)	opeleika-historical	US		0	America/New_York	34.97563	-85.14162	213	Opalika,Opeleika (historical)		GA	047		
4214367	Orchard Hills	orchard-hills	US		0	America/New_York	33.53539	-84.32103	278			GA	063		
4214368	Orchard Hills	orchard-hills	US		0	America/New_York	34.95008	-85.28801	286			GA	295		
4214369	Orchard Knob	orchard-knob	US		0	America/New_York	33.67539	-84.37854	253			GA	121		
4214372	Oreburg	oreburg	US		0	America/New_York	34.26204	-85.31273	189			GA	115		
4214375	Orianna	orianna	US		0	America/New_York	32.47406	-82.64513	104	Oriana,Orianna		GA	283		
4214377	Orico (historical)	orico-historical	US		0	America/New_York	31.9488	-82.5193	30			GA	161		
4214382	Orleans (historical)	orleans-historical	US		0	America/New_York	33.62733	-84.08686	261			GA	247		
4214384	Orletta (historical)	orletta-historical	US		0	America/New_York	32.18043	-84.94437	131			GA	259		
4214386	Ormewood	ormewood	US		0	America/New_York	33.73011	-84.35687	294	Ormewood,Ormwood		GA	121		
4214391	Orrs	orrs	US		0	America/New_York	33.48122	-84.33881	287			GA	063		
4214397	Orsman	orsman	US		0	America/New_York	34.36676	-85.23884	202			GA	115		
4214409	Oscarville	oscarville	US		0	America/New_York	34.24843	-83.97491	362			GA	117		
4214410	Osceola Village	osceola-village	US		0	America/New_York	33.93845	-83.53433	245			GA	219		
4214413	Osierfield	osierfield	US		0	America/New_York	31.66713	-83.11598	103			GA	155		
4214418	Ossahatchie	ossahatchie	US		0	America/New_York	32.65403	-84.7766	191	Lowes,Osahatchee,Osahatchie,Ossahatchie		GA	145		
4214423	Otranto Hills	otranto-hills	US		0	America/New_York	33.55317	-84.45659	290			GA	063		
4214426	Ottawa Estates	ottawa-estates	US		0	America/New_York	32.1327	-81.29428	6			GA	051		
4214441	Otto (historical)	otto-historical	US		0	America/New_York	34.81981	-83.97963	600			GA	291		
4214453	Ousley	ousley	US		0	America/New_York	30.79437	-83.43071	46			GA	185		
4214467	Overlook	overlook	US		0	America/New_York	33.39873	-84.5641	248			GA	113		
4214468	Overlook	overlook	US		0	America/New_York	33.94455	-84.24409	299			GA	135		
4214469	Overlook Lake	overlook-lake	US		0	America/New_York	33.94956	-83.28738	219			GA	059		
4214470	Overlook Point	overlook-point	US		0	America/New_York	33.83039	-83.90713	286			GA	297		
4214471	Overlook Village	overlook-village	US		0	America/New_York	33.92706	-83.47016	218			GA	219		
4214504	Owens Meadows	owens-meadows	US		0	America/New_York	34.02621	-84.64688	319			GA	067		
4214511	Owensbyville	owensbyville	US		0	America/New_York	33.18734	-85.08605	225			GA	149		
4214522	Owltown	owltown	US		0	America/New_York	34.81314	-83.93991	604			GA	291		
4214547	Pabst	pabst	US		0	America/New_York	32.44043	-83.6274	91	Pabst,Tivola		GA	153		
4214562	Paces Lakes	paces-lakes	US		0	America/New_York	33.87288	-84.85688	342			GA	223		
4214563	Paces Meadows	paces-meadows	US		0	America/New_York	33.86372	-84.85966	331			GA	223		
4214564	Paceville (historical)	paceville-historical	US		0	America/New_York	31.78157	-82.82737	76	Kirklands Still,Paceville (historical)		GA	161		
4214565	Pachitla	pachitla	US		0	America/New_York	31.76294	-84.68131	123	Pachitla,Pachitta		GA	243		
4214573	Padena	padena	US		0	America/New_York	34.85286	-84.21881	618	Padena,Padenall		GA	111		
4214580	Padgett Crossing (historical)	padgett-crossing-historical	US		0	America/New_York	33.22153	-82.26123	119			GA	163		
4214595	Pages Mobile Home Park	pages-mobile-home-park	US		0	America/New_York	34.08315	-84.65188	280			GA	057		
4214604	Palatkee (historical)	palatkee-historical	US		0	America/New_York	32.15019	-81.79317	27			GA	109		
4214605	Palato	palato	US		0	America/New_York	33.3829	-83.74434	221	Benton Store,Bentonville,Palato,Palo Alto		GA	159		
4214606	Paletree	paletree	US		0	America/New_York	31.04382	-82.72625	52			GA	065		
4214607	Palisades Estates	palisades-estates	US		0	America/New_York	33.64455	-84.2777	254			GA	151		
4214612	Palmas Realas	palmas-realas	US		0	America/New_York	30.84579	-81.56927	5			GA	039		
4214645	Palmetto Pines	palmetto-pines	US		0	America/New_York	33.49484	-84.62965	287			GA	077		
4214646	Palmetto Pines Mobile Home Park	palmetto-pines-mobile-home-park	US		0	America/New_York	30.78079	-81.6826	5			GA	039		
4214654	Palmyra Acres	palmyra-acres	US		0	America/New_York	31.60878	-84.1713	59			GA	095		
4214657	Palmyra Heights	palmyra-heights	US		0	America/New_York	31.59073	-84.18046	64			GA	095		
4214658	Palmyra Homes	palmyra-homes	US		0	America/New_York	31.59434	-84.17824	64			GA	095		
4214664	Pancras	pancras	US		0	America/New_York	32.9982	-83.25738	131			GA	009		
4214668	Pannell	pannell	US		0	America/New_York	33.76845	-83.67489	264	Cowpens,Easleys Cowpens,Pannell		GA	297		
4214673	Panola Woods	panola-woods	US		0	America/New_York	33.62733	-84.23186	264			GA	151		
4214674	Pantertown	pantertown	US		0	America/New_York	34.98647	-84.34798	491	Paintertown,Pantersville,Pantertown		GA	111		
4214693	Panthersville	panthersville	US		9749	America/New_York	33.70733	-84.27187	271	Panthersville,Pantherville		GA	089		
4214702	Paradise Acres	paradise-acres	US		0	America/New_York	30.81908	-84.87992	25			GA	253		
4214704	Paradise Estates	paradise-estates	US		0	America/New_York	33.74816	-84.95161	327			GA	045		
4214705	Paradise Falls	paradise-falls	US		0	America/New_York	33.81734	-83.49822	197			GA	219		
4214712	Paradise Park	paradise-park	US		0	America/New_York	33.60205	-84.32242	286			GA	063		
4214714	Paradise Park	paradise-park	US		0	America/New_York	31.55272	-81.70872	17			GA	305		
4214718	Paradise Village Mobile Home Park	paradise-village-mobile-home-park	US		0	America/New_York	32.04493	-81.17178	5			GA	051		
4214719	Paradise Village Mobile Home Park	paradise-village-mobile-home-park	US		0	America/New_York	31.52712	-84.12074	55			GA	095		
4214720	Paramore Hill	paramore-hill	US		0	America/New_York	32.7585	-81.88789	76	Indian Bluff,Paramore,Paramore Hill,Paramores Bluff,Sculls Bluff		GA	165		
4214722	Pardue Mill	pardue-mill	US		0	America/New_York	34.59232	-83.58517	382			GA	137		
4214729	Parade Rest	parade-rest	US		0	America/New_York	31.20606	-81.51788	3			GA	127		
4214732	Parhams	parhams	US		0	America/New_York	34.42677	-83.24043	267			GA	119		
4214738	Paris Manor	paris-manor	US		0	America/New_York	33.85011	-84.69994	296			GA	067		
4214750	Park East	park-east	US		0	America/New_York	33.92373	-83.32599	217			GA	059		
4214758	Park Place	park-place	US		0	America/New_York	33.76011	-84.65271	287			GA	097		
4214759	Park Place	park-place	US		0	America/New_York	33.98121	-84.77244	323			GA	223		
4214760	Park Place Estates	park-place-estates	US		0	America/New_York	34.10565	-84.48937	299			GA	057		
4214763	Park Place South	park-place-south	US		0	America/New_York	33.60622	-84.44298	308			GA	063		
4214764	Park South	park-south	US		0	America/New_York	33.63122	-84.49437	308			GA	121		
4214767	Park View Homes	park-view-homes	US		0	America/New_York	33.95539	-83.38016	204			GA	059		
4214769	Park Villas	park-villas	US		0	America/New_York	33.52011	-84.41715	265			GA	063		
4214771	Parkchester	parkchester	US		0	America/New_York	32.4557	-84.93326	105			GA	215		
4214773	Parker (historical)	parker-historical	US		0	America/New_York	32.95625	-83.71157	101			GA	207		
4214788	Parker Courthouse	parker-courthouse	US		0	America/New_York	30.98824	-84.4188	38			GA	087		
4214804	Parkerosa	parkerosa	US		0	America/New_York	34.1001	-84.84661	279			GA	015		
4214805	Parkers	parkers	US		0	America/New_York	32.69989	-81.80983	63			GA	251		
4214806	Parkers (historical)	parkers-historical	US		0	America/New_York	31.97684	-84.11268	109			GA	261		
4214822	Parkertown	parkertown	US		0	America/New_York	34.4576	-83.03987	215	Parker,Parkers Store,Parkertown		GA	147		
4214823	Parkertown Mill	parkertown-mill	US		0	America/New_York	34.45399	-83.0432	207	Moulders Mill,Parkertown Mill		GA	147		
4214824	Parkerville	parkerville	US		0	America/New_York	31.43962	-83.93073	134			GA	321		
4214844	Parks Mill	parks-mill	US		0	America/New_York	33.50291	-83.28822	140	Parks Bridge,Parks Ferry,Parks Mill		GA	211		
4214860	Parkway Estates	parkway-estates	US		0	America/New_York	33.78233	-84.71438	338			GA	097		
4214861	Parkway Estates	parkway-estates	US		0	America/New_York	33.42345	-84.56548	274			GA	113		
4214862	Parkway Estates	parkway-estates	US		0	America/New_York	32.97568	-85.04716	217			GA	285		
4214866	Parkwood	parkwood	US		0	America/New_York	32.02854	-81.064	5			GA	051		
4214867	Parkwood	parkwood	US		0	America/New_York	31.2269	-81.50705	4			GA	127		
4214868	Parkwood	parkwood	US		0	America/New_York	33.54789	-84.23548	236			GA	151		
4214869	Parkwood	parkwood	US		0	America/New_York	32.45987	-84.90076	119			GA	215		
4214870	Parkwood Commons	parkwood-commons	US		0	America/New_York	34.0651	-84.58466	330			GA	067		
4214879	Parrett Crossing	parrett-crossing	US		0	America/New_York	34.97591	-84.958	284	Parrett Crossing,Parrott Crossing		GA	313		
4214895	Paschal (historical)	paschal-historical	US		0	America/New_York	32.60903	-84.47048	200	Bostick Station,Paschal (historical)		GA	263		
4214915	Pate Place	pate-place	US		0	America/New_York	32.47851	-81.78372	59			GA	031		
4214921	Pateville	pateville	US		0	America/New_York	31.83601	-83.82379	88	Patesville,Pateville		GA	081		
4214924	Patillo Point	patillo-point	US		0	America/New_York	33.59205	-84.20742	252			GA	151		
4214925	Patmos	patmos	US		0	America/New_York	31.37601	-84.56491	55			GA	007		
4214942	Patriots Hill	patriots-hill	US		0	America/New_York	33.84455	-84.17992	304			GA	089		
4215004	Paulk	paulk	US		0	America/New_York	32.38599	-83.40517	104			GA	023		
4215060	Payne Mobile Home Park	payne-mobile-home-park	US		0	America/New_York	34.1101	-84.64993	298			GA	057		
4215076	Payton (historical)	payton-historical	US		0	America/New_York	33.80649	-84.4666	269			GA	121		
4215086	Paynes Mill	paynes-mill	US		0	America/New_York	32.92208	-84.32075	199			GA	293		
4215098	Peach Valley	peach-valley	US		0	America/New_York	32.55237	-83.87602	153			GA	225		
4215102	Peachtree	peachtree	US		0	America/New_York	33.94205	-84.29381	307			GA	089		
4215122	Peachtree Estates	peachtree-estates	US		0	America/New_York	32.56542	-83.64157	119			GA	153		
4215123	Peachtree Forest	peachtree-forest	US		0	America/New_York	33.96538	-84.24437	288			GA	135		
4215133	Peachtree North	peachtree-north	US		0	America/New_York	33.9501	-84.21242	313			GA	135		
4215134	Peachtree Park (historical)	peachtree-park-historical	US		0	America/New_York	33.84399	-84.35965	279			GA	121		
4215139	Peachtree Station	peachtree-station	US		0	America/New_York	33.97927	-84.23381	296			GA	135		
4215141	Peachtree Villas	peachtree-villas	US		0	America/New_York	33.39595	-84.58354	253			GA	113		
4215142	Peachtree Walk	peachtree-walk	US		0	America/New_York	33.38623	-84.55771	249			GA	113		
4215165	Peacocks Crossing	peacocks-crossing	US		0	America/New_York	32.87044	-82.75569	143			GA	303		
4215190	Pebble Brook	pebble-brook	US		0	America/New_York	34.12205	-83.97629	350			GA	135		
4215191	Pebble City	pebble-city	US		0	America/New_York	31.24768	-84.07768	111			GA	205		
4215193	Pebble Creek	pebble-creek	US		0	America/New_York	33.8851	-84.18742	291			GA	135		
4215194	Pebble Hill	pebble-hill	US		0	America/New_York	30.91741	-83.57794	62			GA	027		
4215195	Pebble Hill	pebble-hill	US		0	America/New_York	30.80853	-84.01739	82			GA	275		
4215202	Pebblebrook	pebblebrook	US		0	America/New_York	31.47713	-83.56711	108			GA	277		
4215204	Pebblebrook Estates	pebblebrook-estates	US		0	America/New_York	33.82066	-84.52743	330			GA	067		
4215207	Pebblewood	pebblewood	US		0	America/New_York	30.87381	-83.30876	52			GA	185		
4215208	Pecan	pecan	US		0	America/New_York	31.64072	-84.99215	62			GA	061		
4215210	Pecan City	pecan-city	US		0	America/New_York	31.51768	-84.06991	67			GA	095		
4215211	Pecan Haven	pecan-haven	US		0	America/New_York	31.57379	-84.1063	61			GA	095		
4215212	Pecan Terrace	pecan-terrace	US		0	America/New_York	31.57656	-84.07741	59			GA	095		
4215216	Pedenville	pedenville	US		0	America/New_York	33.1229	-84.49631	233			GA	231		
4215225	Peeks Crossing	peeks-crossing	US		0	America/New_York	33.30623	-84.59798	288	Peek,Peeks,Peeks Crossing		GA	077		
4215226	Peeksville	peeksville	US		0	America/New_York	33.37817	-84.00463	211			GA	151		
4215253	Pembrook	pembrook	US		0	America/New_York	32.46625	-84.92771	82			GA	215		
4215254	Pendarvis	pendarvis	US		0	America/New_York	31.50328	-81.75817	25			GA	305		
4215276	Penia	penia	US		0	America/New_York	31.9699	-83.70017	131	Penia,Pina,Pinia		GA	081		
4215307	Pennick	pennick	US		0	America/New_York	31.313	-81.55899	5			GA	127		
4215331	Peoplestown	peoplestown	US		0	America/New_York	33.72788	-84.3852	303			GA	121		
4215340	Pepperidge	pepperidge	US		0	America/New_York	33.38486	-82.03317	71			GA	245		
4215342	Pepperton	pepperton	US		0	America/New_York	33.29345	-83.94491	206			GA	035		
4215344	Peppertree	peppertree	US		0	America/New_York	32.55431	-84.95965	161			GA	215		
4215347	Percale	percale	US		0	America/New_York	33.08958	-83.79518	118			GA	207		
4215355	Perennial	perennial	US		0	America/New_York	34.4537	-85.41579	199			GA	055		
4215381	Perkins Place	perkins-place	US		0	America/New_York	32.13682	-84.99354	99			GA	259		
4215428	Persico	persico	US		0	America/New_York	32.91541	-84.60409	246			GA	199		
4215429	Persimmon	persimmon	US		0	America/New_York	34.8962	-83.51183	608			GA	241		
4215458	Peter Point Oaks	peter-point-oaks	US		0	America/New_York	30.75579	-81.5226	4			GA	039		
4215475	Petersburg Station	petersburg-station	US		0	America/New_York	33.53208	-82.09706	106			GA	073		
4215483	Peterson Hill	peterson-hill	US		0	America/New_York	31.78183	-84.84826	147			GA	243		
4215490	Petersons (historical)	petersons-historical	US		0	America/New_York	30.97245	-82.02623	22			GA	049		
4215493	Petross	petross	US		0	America/New_York	32.14796	-82.4668	78			GA	209		
4215505	Petty (historical)	petty-historical	US		0	America/New_York	31.17852	-84.16796	61			GA	205		
4215514	Pfeiffer (historical)	pfeiffer-historical	US		0	America/New_York	32.76628	-81.43677	15			GA	251		
4215523	Phelps Estates	phelps-estates	US		0	America/New_York	32.7882	-83.80185	142			GA	021		
4215561	Philema	philema	US		0	America/New_York	31.75406	-84.01685	71	Fulemmy Town,Fulemmys Town,Fulemny,Philema,Philemma		GA	177		
4215567	Phillipi	phillipi	US		0	America/New_York	31.75492	-82.38707	61			GA	001		
4215590	Phillips Estates	phillips-estates	US		0	America/New_York	33.52514	-82.07956	119			GA	073		
4215634	Pickard	pickard	US		0	America/New_York	32.92124	-84.41381	236			GA	293		
4215654	Picketts Creek	picketts-creek	US		0	America/New_York	34.03066	-84.75105	270			GA	223		
4215655	Picketts Crossing	picketts-crossing	US		0	America/New_York	34.03538	-84.74605	280			GA	223		
4215657	Picketts Mill	picketts-mill	US		0	America/New_York	34.0351	-84.74188	294			GA	223		
4215660	Picketts Plantation	picketts-plantation	US		0	America/New_York	34.0376	-84.74077	288			GA	223		
4215667	Pidcock	pidcock	US		0	America/New_York	30.78436	-83.70766	43	Pidcock,Round Lake		GA	027		
4215668	Piddleville	piddleville	US		0	America/New_York	32.55572	-81.95956	82			GA	031		
4215671	Piedmont (historical)	piedmont-historical	US		0	America/New_York	33.27513	-83.59767	169			GA	159		
4215679	Piedmont Heights	piedmont-heights	US		0	America/New_York	32.99151	-85.20772	201			GA	285		
4215743	Pike (historical)	pike-historical	US		0	America/New_York	34.66592	-84.38242	483			GA	123		
4215744	Pike Acres	pike-acres	US		0	America/New_York	32.66709	-83.64879	102			GA	153		
4215771	Pilgrim North	pilgrim-north	US		0	America/New_York	33.8015	-84.75688	319			GA	223		
4215773	Pilgrim Rest	pilgrim-rest	US		0	America/New_York	32.55431	-83.67268	122			GA	153		
4215796	Pinckneyville (historical)	pinckneyville-historical	US		0	America/New_York	33.96843	-84.2077	333			GA	135		
4215798	Pin Point	pin-point	US		0	America/New_York	31.95327	-81.09233	4			GA	051		
4215799	Pindertown (historical)	pindertown-historical	US		0	America/New_York	31.7524	-83.98879	82	Pindar Town,Pindartown,Pinder Town,Pindertown (historical),Tisons		GA	321		
4215800	Pine Acres Mobile Home Park	pine-acres-mobile-home-park	US		0	America/New_York	33.52484	-84.56326	280			GA	113		
4215829	Pine Creek	pine-creek	US		0	America/New_York	33.80288	-84.6066	284			GA	067		
4215831	Pine Cove	pine-cove	US		0	America/New_York	32.42796	-81.77483	72			GA	031		
4215837	Pine Forest	pine-forest	US		0	America/New_York	31.74075	-82.35152	58			GA	001		
4215838	Pine Forest	pine-forest	US		0	America/New_York	32.43045	-81.83595	57			GA	031		
4215839	Pine Forest	pine-forest	US		0	America/New_York	31.21467	-81.49899	6			GA	127		
4215840	Pine Forest	pine-forest	US		0	America/New_York	34.2701	-83.94157	347			GA	139		
4215841	Pine Forest	pine-forest	US		0	America/New_York	32.58681	-83.69268	130			GA	153		
4215842	Pine Forest	pine-forest	US		0	America/New_York	33.86483	-84.84522	347			GA	223		
4215843	Pine Forest	pine-forest	US		0	America/New_York	32.88708	-83.66462	118			GA	021		
4215844	Pine Forest	pine-forest	US		0	America/New_York	33.95428	-83.42655	208			GA	059		
4215861	Pine Gardens	pine-gardens	US		0	America/New_York	32.06381	-81.05112	8			GA	051		
4215931	Pine Grove Trailer Park	pine-grove-trailer-park	US		0	America/New_York	33.69122	-84.40743	283			GA	121		
4215934	Pine Harbor	pine-harbor	US		0	America/New_York	31.54744	-81.37538	1			GA	191		
4215935	Pine Haven	pine-haven	US		0	America/New_York	31.25301	-81.51621	7			GA	127		
4215936	Pine Haven	pine-haven	US		0	America/New_York	34.27899	-83.88574	363			GA	139		
4215976	Pine Hills	pine-hills	US		0	America/New_York	33.36095	-84.83466	275			GA	077		
4215977	Pine Hills	pine-hills	US		0	America/New_York	34.31816	-83.90129	359			GA	139		
4215978	Pine Hills	pine-hills	US		0	America/New_York	33.83901	-83.34182	211			GA	219		
4215996	Pine Heights	pine-heights	US		0	America/New_York	33.41958	-82.00984	43			GA	245		
4216007	Pine Lake Estates	pine-lake-estates	US		0	America/New_York	31.05491	-84.86715	51			GA	253		
4216023	Pine Log	pine-log	US		0	America/New_York	34.34287	-84.73216	268	Pine Log,Pinelog		GA	015		
4216070	Pine Needle Hills	pine-needle-hills	US		0	America/New_York	32.42796	-81.80428	76			GA	031		
4216072	Pine Oaks	pine-oaks	US		0	America/New_York	33.83566	-84.68744	291			GA	067		
4216073	Pine Park	pine-park	US		0	America/New_York	30.8513	-84.10184	66	Pine Park,Pinepark		GA	131		
4216076	Pine Point	pine-point	US		0	America/New_York	34.35566	-83.7749	366			GA	139		
4216091	Pine Ridge Country Club Estates	pine-ridge-country-club-estates	US		0	America/New_York	34.0176	-84.00796	320			GA	135		
4216092	Pine Ridge Estates	pine-ridge-estates	US		0	America/New_York	33.61317	-85.078	315			GA	045		
4216094	Pine Ridge Point	pine-ridge-point	US		0	America/New_York	34.02455	-83.99796	354			GA	135		
4216102	Pine Top Hill	pine-top-hill	US		0	America/New_York	33.63567	-83.83768	253			GA	217		
4216113	Pine Valley Estates	pine-valley-estates	US		0	America/New_York	33.534	-84.1952	233			GA	151		
4216114	Pine Valley Estates	pine-valley-estates	US		0	America/New_York	33.83899	-84.74855	293			GA	223		
4216115	Pine Valley Farms	pine-valley-farms	US		0	America/New_York	34.01482	-84.51465	312			GA	067		
4216118	Pine Valley Mobile Home Park	pine-valley-mobile-home-park	US		0	America/New_York	33.52456	-83.85046	249			GA	217		
4216131	Pineboro	pineboro	US		0	America/New_York	31.17796	-83.67267	86	Pineboro,Pinopolis		GA	071		
4216133	Pinebrook Heights	pinebrook-heights	US		0	America/New_York	33.59372	-84.29353	254			GA	063		
4216134	Pinebrook Mobile Home Park	pinebrook-mobile-home-park	US		0	America/New_York	33.75427	-84.71716	326			GA	097		
4216138	Pinecrest Estates	pinecrest-estates	US		0	America/New_York	33.78761	-84.73882	287			GA	223		
4216139	Pinecrest Forest	pinecrest-forest	US		0	America/New_York	33.57372	-84.32465	255			GA	063		
4216140	Pinecrest Heights	pinecrest-heights	US		0	America/New_York	34.32621	-83.88963	362			GA	139		
4216141	Pinecrest Hills	pinecrest-hills	US		0	America/New_York	33.6465	-84.35465	286			GA	063		
4216142	Pinecrest Hills	pinecrest-hills	US		0	America/New_York	33.91678	-83.37988	223			GA	059		
4216147	Pinefield Crossroads	pinefield-crossroads	US		0	America/New_York	34.42149	-83.44072	286			GA	011		
4216149	Pinegate	pinegate	US		0	America/New_York	33.41373	-84.5916	258			GA	113		
4216152	Pinehaven Estates	pinehaven-estates	US		0	America/New_York	33.04457	-85.08633	208			GA	285		
4216162	Pinehurst Trace	pinehurst-trace	US		0	America/New_York	33.87844	-83.98852	292			GA	135		
4216171	Pineora	pineora	US		0	America/New_York	32.28686	-81.3915	23			GA	103		
4216180	Pinetucky (historical)	pinetucky-historical	US		0	America/New_York	32.79682	-82.44513	83			GA	163		
4216216	Pinewood Estates	pinewood-estates	US		0	America/New_York	34.96952	-85.25329	219			GA	047		
4216217	Pinewood Estates	pinewood-estates	US		0	America/New_York	31.81688	-81.62122	24			GA	179		
4216218	Pineworth by the Lake	pineworth-by-the-lake	US		0	America/New_York	32.81875	-83.76657	115			GA	021		
4216225	Piney Bluff	piney-bluff	US		0	America/New_York	31.01968	-81.53816	1	Piney Bluff,Ruins of Old Spanish Mission		GA	039		
4216232	Piney Grove	piney-grove	US		0	America/New_York	32.62597	-85.0366	181			GA	145		
4216233	Piney Grove	piney-grove	US		0	America/New_York	31.73715	-82.01873	47			GA	305		
4216292	Piney Hills	piney-hills	US		0	America/New_York	33.03679	-85.0855	227			GA	285		
4216311	Piney Knoll	piney-knoll	US		0	America/New_York	33.40373	-84.57076	258			GA	113		
4216321	Piney Woods Manor	piney-woods-manor	US		0	America/New_York	33.92233	-84.8555	295			GA	223		
4216344	Pioneer Crossing	pioneer-crossing	US		0	America/New_York	34.08454	-84.44854	298			GA	057		
4216346	Pioneer Village	pioneer-village	US		0	America/New_York	32.90096	-85.03133	221			GA	285		
4216347	Pioneer Woods	pioneer-woods	US		0	America/New_York	33.84262	-83.32821	209			GA	219		
4216353	Pirkle Woods	pirkle-woods	US		0	America/New_York	34.22371	-84.12991	371			GA	117		
4216354	Piscola	piscola	US		0	America/New_York	30.6902	-83.67599	44			GA	275		
4216375	Pittman	pittman	US		0	America/New_York	33.97205	-84.16964	323			GA	135		
4216419	Placid Acres Mobile Home Park	placid-acres-mobile-home-park	US		0	America/New_York	32.63626	-83.69296	131			GA	153		
4216443	Plantation Acres Mobile Home Park	plantation-acres-mobile-home-park	US		0	America/New_York	33.38597	-82.12206	107			GA	245		
4216446	Plantation Estates	plantation-estates	US		0	America/New_York	33.90845	-83.30766	219			GA	059		
4216447	Plantation Estates	plantation-estates	US		0	America/New_York	33.93121	-84.85577	291			GA	223		
4216448	Plantation Estates Mobile Home Park	plantation-estates-mobile-home-park	US		0	America/New_York	33.78927	-84.68855	333			GA	097		
4216449	Plantation Hills	plantation-hills	US		0	America/New_York	31.60767	-84.23797	69			GA	095		
4216450	Plantation Manor	plantation-manor	US		0	America/New_York	32.94207	-85.04855	231			GA	285		
4216452	Plantation North	plantation-north	US		0	America/New_York	34.02788	-84.40465	291			GA	067		
4216454	Plantation Oaks	plantation-oaks	US		0	America/New_York	30.75274	-81.5226	4			GA	039		
4216455	Plantation Place	plantation-place	US		0	America/New_York	34.00538	-84.39993	298			GA	067		
4216456	Plantation Point	plantation-point	US		0	America/New_York	30.94551	-81.74094	3			GA	039		
4216457	Plantation Subdivision	plantation-subdivision	US		0	America/New_York	33.42039	-84.68465	280			GA	077		
4216458	Plantation Walk	plantation-walk	US		0	America/New_York	34.09093	-84.64716	281			GA	057		
4216459	Plantation Woods	plantation-woods	US		0	America/New_York	33.9401	-84.06658	295			GA	135		
4216460	Planter	planter	US		0	America/New_York	34.11955	-83.34043	269	Planter,Planters		GA	195		
4216469	Pleasant Acres	pleasant-acres	US		0	America/New_York	33.6465	-84.34104	256			GA	063		
4216470	Pleasant Acres	pleasant-acres	US		0	America/New_York	33.784	-84.58716	314			GA	067		
4216471	Pleasant Acres	pleasant-acres	US		0	America/New_York	33.92705	-84.12047	282			GA	135		
4216473	Pleasant Brook	pleasant-brook	US		0	America/New_York	34.2176	-83.82907	325			GA	139		
4216613	Pleasant Hill (historical)	pleasant-hill-historical	US		0	America/New_York	31.40351	-84.99937	83			GA	099		
4216614	Pleasant Hill (historical)	pleasant-hill-historical	US		0	America/New_York	30.72103	-84.16656	75			GA	131		
4216733	Pleasant Hills	pleasant-hills	US		0	America/New_York	33.91706	-83.53933	239			GA	219		
4216734	Pleasant Hills	pleasant-hills	US		0	America/New_York	33.82122	-84.72577	299			GA	223		
4216744	Pleasant Retreat (historical)	pleasant-retreat-historical	US		0	America/New_York	34.57648	-83.83741	443			GA	311		
4216792	Pleasantview	pleasantview	US		0	America/New_York	32.4507	-84.9066	123			GA	215		
4216793	Pledger Parkway	pledger-parkway	US		0	America/New_York	34.68341	-85.29579	241			GA	295		
4216794	Plentitude (historical)	plentitude-historical	US		0	America/New_York	32.96847	-83.64157	160			GA	169		
4216801	Plowshare (historical)	plowshare-historical	US		0	America/New_York	33.59872	-85.138	327			GA	045		
4216802	Plum Nelly	plum-nelly	US		0	America/New_York	34.7923	-85.48607	609			GA	083		
4216803	Plum Orchard	plum-orchard	US		0	America/New_York	33.59733	-83.96324	243			GA	217		
4216812	Plunket Town	plunket-town	US		0	America/New_York	33.65205	-84.39437	301			GA	121		
4216819	Po Biddy Crossroads	po-biddy-crossroads	US		0	America/New_York	32.69042	-84.47186	195			GA	263		
4216821	Plymouth Colony	plymouth-colony	US		0	America/New_York	33.85983	-84.29576	279			GA	089		
4216823	Pocataligo	pocataligo	US		0	America/New_York	34.19983	-83.2846	269	Pocatalago,Pocataligo,Pocateligo,Pocotalago		GA	195		
4216835	Poetry	poetry	US		0	America/New_York	34.29454	-85.39301	210	Poetry,Tulip		GA	055		
4216838	Point North	point-north	US		0	America/New_York	33.18929	-85.02772	206			GA	285		
4216840	Point Peter	point-peter	US		0	America/New_York	33.99595	-83.0132	200	Glade,Point Peter,The Glade		GA	221		
4216845	Pointe Bleue	pointe-bleue	US		0	America/New_York	33.68566	-84.2302	268			GA	089		
4216846	Pointe North	pointe-north	US		0	America/New_York	31.61462	-84.2263	73			GA	095		
4216847	Pointe South	pointe-south	US		0	America/New_York	31.82077	-81.60733	24			GA	179		
4216850	Pointe South Place	pointe-south-place	US		0	America/New_York	33.52261	-84.42104	265			GA	063		
4216851	Pointer Ridge	pointer-ridge	US		0	America/New_York	33.57011	-84.49132	259			GA	121		
4216857	Point View Landing	point-view-landing	US		0	America/New_York	34.30982	-83.88601	355			GA	139		
4216886	Pollards Corner	pollards-corner	US		0	America/New_York	33.62202	-82.27554	132	Hazew,Pollard Corner,Pollards,Pollards Corner,Pollards Crossroads		GA	073		
4216914	Pond Spring	pond-spring	US		0	America/New_York	34.8223	-85.32551	238	Pond Spring,Pond Springs		GA	295		
4216916	Pond Fork (historical)	pond-fork-historical	US		0	America/New_York	34.20705	-83.69545	293			GA	157		
4216929	Ponderosa Estates	ponderosa-estates	US		0	America/New_York	33.88899	-84.8355	324			GA	223		
4216930	Ponderosa Lake	ponderosa-lake	US		0	America/New_York	32.52543	-83.90491	153			GA	225		
4216931	Ponderosa Mobile Home Park	ponderosa-mobile-home-park	US		0	America/New_York	33.46734	-84.65049	301			GA	077		
4216932	Ponderosa Pines	ponderosa-pines	US		0	America/New_York	33.59344	-84.49271	275			GA	121		
4216934	Pontevedra	pontevedra	US		0	America/New_York	33.65205	-84.58021	271			GA	121		
4216954	Pooles Mobile Home Park	pooles-mobile-home-park	US		0	America/New_York	33.57455	-84.27353	262			GA	063		
4216967	Pope Hills Estate	pope-hills-estate	US		0	America/New_York	33.27484	-84.64715	272			GA	077		
4216993	Poplar Crossroads	poplar-crossroads	US		0	America/New_York	32.70486	-84.39853	172	Poplar,Poplar Crossroad,Poplar Crossroads		GA	263		
4217002	Poplar Hill	poplar-hill	US		0	America/New_York	31.99101	-83.10098	89			GA	091		
4217018	Poplar Springs	poplar-springs	US		0	America/New_York	34.90424	-85.13856	246			GA	047		
4217019	Poplar Springs	poplar-springs	US		0	America/New_York	33.81233	-85.28967	333	Poplar Springs,Popular Springs		GA	143		
4217020	Poplar Springs	poplar-springs	US		0	America/New_York	33.81206	-83.40127	235			GA	219		
4217072	Popwellville	popwellville	US		0	America/New_York	31.31606	-81.74511	6			GA	025		
4217078	Port Wentworth Junction	port-wentworth-junction	US		0	America/New_York	32.14381	-81.19206	10			GA	051		
4217097	Porter Springs	porter-springs	US		0	America/New_York	34.62815	-83.94824	548			GA	187		
4217107	Porters	porters	US		0	America/New_York	33.69624	-82.68875	161			GA	317		
4217117	Posco (historical)	posco-historical	US		0	America/New_York	34.07538	-85.02467	224	Deaton Station,Posco (historical)		GA	233		
4217124	Possie (historical)	possie-historical	US		0	America/New_York	33.81151	-82.64375	134			GA	317		
4217126	Porters Ridge	porters-ridge	US		0	America/New_York	33.35289	-84.46854	277			GA	113		
4217138	Post Harbor	post-harbor	US		0	America/New_York	33.90455	-84.4516	258			GA	067		
4217139	Post Oak	post-oak	US		0	America/New_York	34.89535	-85.20079	237			GA	047		
4217145	Post River	post-river	US		0	America/New_York	33.90427	-84.45076	269			GA	067		
4217146	Postell	postell	US		0	America/New_York	32.91569	-83.52656	167	Postell,Roberts,Roberts Station		GA	169		
4217151	Postwoods	postwoods	US		0	America/New_York	33.87594	-84.45271	255			GA	067		
4217209	Powder Creek Crossing	powder-creek-crossing	US		0	America/New_York	33.91538	-84.74744	305			GA	223		
4217211	Powder Mill	powder-mill	US		0	America/New_York	33.93344	-84.72494	331			GA	223		
4217217	Powder Springs Chase	powder-springs-chase	US		0	America/New_York	33.8601	-84.71382	297			GA	067		
4217221	Powder Ridge	powder-ridge	US		0	America/New_York	33.84344	-84.72244	286			GA	067		
4217228	Powell (historical)	powell-historical	US		0	America/New_York	33.84733	-84.35381	281			GA	121		
4217229	Powell (historical)	powell-historical	US		0	America/New_York	33.03707	-84.16547	259			GA	171		
4217262	Powell Place	powell-place	US		0	America/New_York	31.5724	-84.07463	59			GA	095		
4217265	Powell Station	powell-station	US		0	America/New_York	34.00621	-84.52243	328			GA	067		
4217273	Powelltown	powelltown	US		0	America/New_York	31.40963	-83.78462	105			GA	321		
4217275	Powelton	powelton	US		0	America/New_York	33.42875	-82.8707	184			GA	141		
4217284	Power Place	power-place	US		0	America/New_York	32.13599	-84.99826	96			GA	259		
4217296	Powers Ferry Vantage	powers-ferry-vantage	US		0	America/New_York	33.9026	-84.4491	274			GA	067		
4217303	Powers Lane	powers-lane	US		0	America/New_York	33.88149	-84.39771	299			GA	121		
4217312	Prater Mill	prater-mill	US		0	America/New_York	34.89536	-84.91994	222	Prater Mill,Praters Mill		GA	313		
4217314	Pratersville	pratersville	US		0	America/New_York	34.62731	-84.95522	214			GA	313		
4217326	Prattsburg	prattsburg	US		0	America/New_York	32.71264	-84.3577	161	Prattsburg,Prattsburgh		GA	263		
4217332	Prescott (historical)	prescott-historical	US		0	America/New_York	30.98995	-81.95873	22			GA	049		
4217341	Presley	presley	US		0	America/New_York	34.90954	-83.72573	621			GA	281		
4217346	Preston Ridge	preston-ridge	US		0	America/New_York	34.06954	-84.25631	311			GA	121		
4217347	Pretoria	pretoria	US		0	America/New_York	32.4099	-81.73039	67			GA	031		
4217348	Pretoria	pretoria	US		0	America/New_York	31.50434	-84.31713	57			GA	095		
4217375	Pride (historical)	pride-historical	US		0	America/New_York	33.42625	-82.90403	168			GA	141		
4217376	Pridgen	pridgen	US		0	America/New_York	31.69685	-82.92292	93			GA	069		
4217394	Princeton (historical)	princeton-historical	US		0	America/New_York	33.72094	-83.92769	239			GA	247		
4217395	Princeton Chase	princeton-chase	US		0	America/New_York	33.52317	-84.45437	261			GA	113		
4217397	Princeton Lakes	princeton-lakes	US		0	America/New_York	33.98399	-84.4166	312			GA	067		
4217398	Princeton Walk	princeton-walk	US		0	America/New_York	33.97649	-84.42354	304			GA	067		
4217404	Prior	prior	US		0	America/New_York	34.01454	-85.37884	254	Prior,Priors		GA	233		
4217411	Pritchetts	pritchetts	US		0	America/New_York	31.36407	-83.95573	114			GA	321		
4217547	Provident	provident	US		0	America/New_York	30.8327	-83.30737	58			GA	185		
4217548	Pruitt	pruitt	US		0	America/New_York	34.42649	-83.43905	280	Pruit,Pruitt		GA	011		
4217587	Pumpkin	pumpkin	US		0	America/New_York	33.92871	-84.89522	299			GA	223		
4217589	Pumpkintown	pumpkintown	US		0	America/New_York	31.88211	-84.79464	110	Pumpkin Town,Pumpkintown		GA	243		
4217607	Purcell Valley	purcell-valley	US		0	America/New_York	33.96927	-84.05824	298			GA	135		
4217613	Purvis (historical)	purvis-historical	US		0	America/New_York	32.00159	-81.97567	55	Lew,Purvis (historical)		GA	267		
4217643	Pyles Marsh	pyles-marsh	US		0	America/New_York	31.24301	-81.56066	1			GA	127		
4217645	Pyne	pyne	US		0	America/New_York	33.03401	-85.12605	207			GA	285		
4217647	Quail Creek	quail-creek	US		0	America/New_York	33.49097	-82.1304	128			GA	073		
4217648	Quail Creek	quail-creek	US		0	America/New_York	32.43542	-84.91104	137			GA	215		
4217649	Quail Hollow	quail-hollow	US		0	America/New_York	33.43428	-84.46687	255			GA	113		
4217650	Quail Hollow	quail-hollow	US		0	America/New_York	33.38486	-82.0929	132			GA	245		
4217651	Quail Hollow	quail-hollow	US		0	America/New_York	30.75774	-81.56232	6			GA	039		
4217652	Quail Hollow Mobile Home Park	quail-hollow-mobile-home-park	US		0	America/New_York	33.33706	-84.75354	272			GA	077		
4217653	Quail Meadow	quail-meadow	US		0	America/New_York	32.5982	-83.70102	132			GA	153		
4217654	Quail Run	quail-run	US		0	America/New_York	32.46045	-81.80511	68			GA	031		
4217655	Quail Run	quail-run	US		0	America/New_York	34.2301	-83.89129	347			GA	139		
4217656	Quail Run	quail-run	US		0	America/New_York	32.60098	-83.68657	131			GA	153		
4217657	Quail Run	quail-run	US		0	America/New_York	33.84873	-83.43211	232			GA	219		
4217658	Quail Run	quail-run	US		0	America/New_York	33.8676	-84.84994	341			GA	223		
4217659	Quail Run East	quail-run-east	US		0	America/New_York	33.87149	-84.84244	329			GA	223		
4217660	Quail Run North	quail-run-north	US		0	America/New_York	32.59654	-83.71518	140			GA	153		
4217661	Quail Run North	quail-run-north	US		0	America/New_York	32.60848	-83.69324	132			GA	153		
4217664	Quails Nest	quails-nest	US		0	America/New_York	33.87149	-84.62354	300			GA	067		
4217665	Quailwood	quailwood	US		0	America/New_York	33.97873	-83.44016	218			GA	059		
4217669	Quality	quality	US		0	America/New_York	31.04074	-84.07351	94			GA	275		
4217676	Quebec (historical)	quebec-historical	US		0	America/New_York	34.70787	-83.99714	882			GA	291		
4217694	Queens Lake Estates	queens-lake-estates	US		0	America/New_York	33.79038	-84.54299	255			GA	067		
4217696	Queensland	queensland	US		0	America/New_York	31.79907	-83.23627	76			GA	017		
4217700	Quiet Place in the Woods	quiet-place-in-the-woods	US		0	America/New_York	34.34343	-83.7874	353			GA	139		
4217702	Quill	quill	US		0	America/New_York	34.64287	-84.3002	541			GA	123		
4217706	Quinn (historical)	quinn-historical	US		0	America/New_York	31.79186	-82.5518	70			GA	161		
4217708	Quinn Ridge	quinn-ridge	US		0	America/New_York	33.8215	-84.05075	273			GA	135		
4217737	Rabbit Hill	rabbit-hill	US		0	America/New_York	31.90632	-81.26928	2			GA	029		
4217743	Rabbitown	rabbitown	US		0	America/New_York	34.31427	-83.77934	376			GA	139		
4217760	Raby Woods	raby-woods	US		0	America/New_York	32.99346	-85.10411	234			GA	285		
4217761	Raccoon Bluff	raccoon-bluff	US		0	America/New_York	31.46606	-81.23509	3	Raccoon Bluff,Racoon Bluff		GA	191		
4217777	Racepond	racepond	US		0	America/New_York	31.00301	-82.12957	45	Old Race Pond,Racepond		GA	049		
4217792	Radio Springs	radio-springs	US		0	America/New_York	34.22204	-85.24273	238			GA	115		
4217797	Radium Gardens	radium-gardens	US		0	America/New_York	31.53212	-84.12574	57			GA	095		
4217804	Raes (historical)	raes-historical	US		0	America/New_York	33.49958	-82.05706	75			GA	245		
4217812	Rahns	rahns	US		0	America/New_York	32.31436	-81.28122	21			GA	103		
4217819	Rain Tree	rain-tree	US		0	America/New_York	33.3732	-82.07012	128			GA	245		
4217821	Rainbow Estates	rainbow-estates	US		0	America/New_York	33.84622	-84.06102	300			GA	135		
4217824	Rainbow Village	rainbow-village	US		0	America/New_York	34.29788	-83.79268	379			GA	139		
4217826	Raines	raines	US		0	America/New_York	31.89101	-83.86434	85	Raines,Raines Station		GA	081		
4217828	Raiders Ridge	raiders-ridge	US		0	America/New_York	33.66789	-84.20131	271			GA	089		
4217837	Rains Landing	rains-landing	US		0	America/New_York	30.99745	-81.90678	3	Raines Landing,Rains Landing		GA	039		
4217838	Raintree East	raintree-east	US		0	America/New_York	33.39678	-84.55493	270			GA	113		
4217839	Raintree East	raintree-east	US		0	America/New_York	34.22927	-83.91574	368			GA	139		
4217840	Raintree West	raintree-west	US		0	America/New_York	34.23538	-83.9149	360			GA	139		
4217875	Ramble Hills	ramble-hills	US		0	America/New_York	33.97984	-83.46405	224			GA	059		
4217876	Ramblewood East	ramblewood-east	US		0	America/New_York	32.45212	-81.76428	67			GA	031		
4217877	Rambling Woods	rambling-woods	US		0	America/New_York	33.97788	-84.05741	310			GA	135		
4217883	Ramhurst	ramhurst	US		0	America/New_York	34.69814	-84.73077	238	Ramhurst,Ramsey		GA	213		
4217899	Ranch Forest	ranch-forest	US		0	America/New_York	32.54486	-84.98049	150			GA	215		
4217931	Raoul	raoul	US		2558	America/New_York	34.44954	-83.59434	433			GA	137		
4217940	Ratcliff (historical)	ratcliff-historical	US		0	America/New_York	34.74008	-84.56243	413			GA	123		
4217967	Ravenel (historical)	ravenel-historical	US		0	America/New_York	34.05704	-85.06995	224			GA	233		
4217968	Ravenwood Park	ravenwood-park	US		0	America/New_York	33.73346	-82.71764	174			GA	317		
4217976	Rawson Park	rawson-park	US		0	America/New_York	31.59628	-84.16935	61			GA	095		
4218029	Raysville	raysville	US		0	America/New_York	33.61902	-82.4818	126			GA	189		
4218032	Raytown	raytown	US		0	America/New_York	33.5693	-82.75236	176	Rays Place,Raytown		GA	265		
4218045	Rebecca Lake Estates	rebecca-lake-estates	US		0	America/New_York	33.56122	-84.49854	266			GA	121		
4218048	Rebel Hill	rebel-hill	US		0	America/New_York	33.99039	-83.46766	243			GA	059		
4218050	Rebel Trail	rebel-trail	US		0	America/New_York	33.69233	-84.69716	302			GA	097		
4218052	Rebie	rebie	US		0	America/New_York	32.46211	-83.17599	101			GA	023		
4218053	Recovery	recovery	US		0	America/New_York	30.75658	-84.73742	67	Fort Recovery,Recovery		GA	087		
4218057	Red Belt	red-belt	US		0	America/New_York	34.8773	-85.25912	222			GA	047		
4218076	Red Bluff Landing	red-bluff-landing	US		0	America/New_York	32.91766	-81.65622	34			GA	251		
4218084	Red Clay	red-clay	US		0	America/New_York	34.9848	-84.94606	256	Council Ground,County Line,Elawa-diyi,Red Clay,State Line		GA	313		
4218087	Red Fox	red-fox	US		0	America/New_York	33.88401	-83.34155	208			GA	059		
4218091	Red Gate Estates	red-gate-estates	US		0	America/New_York	33.52845	-84.42909	263			GA	063		
4218150	Red Ore (historical)	red-ore-historical	US		0	America/New_York	34.02816	-85.04078	233			GA	233		
4218157	Red Rock Hills	red-rock-hills	US		0	America/New_York	33.96705	-84.71883	318			GA	067		
4218161	Red Stone	red-stone	US		0	America/New_York	34.06039	-83.50822	259			GA	157		
4218162	Red Store Crossroads	red-store-crossroads	US		0	America/New_York	31.40462	-84.27602	52	Red Store Crossroad,Red Store Crossroads		GA	007		
4218164	Red Wing Cove	red-wing-cove	US		0	America/New_York	33.63872	-84.49576	300			GA	121		
4218173	Redbone	redbone	US		0	America/New_York	32.99013	-84.09741	234			GA	171		
4218174	Redbone Crossroads	redbone-crossroads	US		0	America/New_York	32.8693	-84.25547	189	Redbone Cross Roads,Redbone Crossroads		GA	293		
4218177	Redbud	redbud	US		0	America/New_York	34.53286	-84.81633	203	Red Bud,Redbud		GA	129		
4218197	Redland	redland	US		0	America/New_York	31.63993	-81.95428	43	Nesbit,Nesbitt Station,Redland		GA	305		
4218221	Redwine	redwine	US		0	America/New_York	33.51261	-84.81327	244			GA	121		
4218244	Reed Creek	reed-creek	US		2604	America/New_York	34.44594	-82.92487	250			GA	147		
4218323	Reeseburg	reeseburg	US		0	America/New_York	34.13149	-85.17828	240	Reesburg,Reeseburg		GA	115		
4218349	Refuge (historical)	refuge-historical	US		0	America/New_York	30.98912	-81.72983	3			GA	039		
4218356	Regal Estates	regal-estates	US		0	America/New_York	33.95066	-84.00713	326			GA	135		
4218360	Regency Park	regency-park	US		0	America/New_York	32.48792	-84.90354	82			GA	215		
4218362	Regency Woods	regency-woods	US		0	America/New_York	33.94149	-84.0763	307			GA	135		
4218382	Rehoboth (historical)	rehoboth-historical	US		0	America/New_York	33.77179	-83.48322	222	Rehoboth (historical),Rehobothville		GA	211		
4218406	Reids	reids	US		0	America/New_York	32.7182	-83.56713	83			GA	289		
4218411	Reids Crossroads	reids-crossroads	US		0	America/New_York	33.4093	-83.42655	151	Reids Corner,Reids Crossroads		GA	237		
4218413	Reidsboro	reidsboro	US		0	America/New_York	33.13762	-84.38353	276			GA	231		
4218423	Reka	reka	US		0	America/New_York	32.13936	-81.67733	30	Morrison,Reka		GA	029		
4218424	Relay	relay	US		0	America/New_York	34.09899	-85.19162	300	Caldwell,Relay		GA	115		
4218425	Relee	relee	US		0	America/New_York	31.76102	-82.93292	52			GA	069		
4218426	Relswood Terrace	relswood-terrace	US		0	America/New_York	31.59128	-84.18324	64			GA	095		
4218427	Remerton	remerton	US		1127	America/New_York	30.84409	-83.31043	54			GA	185		
4218444	Renfroe	renfroe	US		0	America/New_York	32.23265	-84.71242	184	Renfroe,Renfroes		GA	053		
4218515	Reo	reo	US		0	America/New_York	34.71536	-85.10801	294			GA	295		
4218547	Resseaus Crossroads	resseaus-crossroads	US		0	America/New_York	33.20125	-83.43433	142	Alta Vista,Resseaus Crossroads		GA	237		
4218548	Rest (historical)	rest-historical	US		0	America/New_York	33.39206	-84.46965	271			GA	113		
4218549	Rest Haven	rest-haven	US		66	America/New_York	34.13316	-83.97657	336			GA	135		
4218550	Rest Haven	rest-haven	US		148	America/New_York	32.95069	-84.19519	236			GA	293		
4218566	Revere (historical)	revere-historical	US		0	America/New_York	33.02763	-84.17603	260			GA	171		
4218594	Reynolds Estates	reynolds-estates	US		0	America/New_York	33.70094	-84.73882	344			GA	097		
4218657	Rice Springs Estates	rice-springs-estates	US		0	America/New_York	34.26676	-85.25273	213			GA	115		
4218715	Richardson Estates	richardson-estates	US		0	America/New_York	32.68736	-83.61879	103			GA	021		
4218750	Richmond Gardens	richmond-gardens	US		0	America/New_York	33.42514	-82.02901	62			GA	245		
4218761	Richmond Hills	richmond-hills	US		0	America/New_York	33.41875	-82.04234	96			GA	245		
4218780	Ricks Place	ricks-place	US		0	America/New_York	31.76239	-85.09937	83			GA	061		
4218785	Riddleville	riddleville	US		94	America/New_York	32.90682	-82.66569	125	Riddleville,Riddleyville		GA	303		
4218788	Ridge Crossing	ridge-crossing	US		0	America/New_York	33.48569	-82.12956	140			GA	073		
4218789	Ridge Point	ridge-point	US		0	America/New_York	33.48097	-82.12762	149			GA	073		
4218791	Ridge Corners	ridge-corners	US		0	America/New_York	33.80288	-84.85827	341			GA	223		
4218798	Ridgefield Heights	ridgefield-heights	US		0	America/New_York	32.43792	-84.9216	115			GA	215		
4218799	Ridgelake	ridgelake	US		0	America/New_York	33.40289	-84.58132	244			GA	113		
4218803	Ridgeview Forest	ridgeview-forest	US		0	America/New_York	33.90455	-84.36243	318			GA	121		
4218804	Ridgeview Heights	ridgeview-heights	US		0	America/New_York	33.79372	-84.85411	324			GA	223		
4218805	Ridgeview Heights	ridgeview-heights	US		0	America/New_York	32.4782	-84.92271	78			GA	215		
4218828	Ridgewood Estates	ridgewood-estates	US		0	America/New_York	34.07649	-84.53076	301			GA	057		
4218829	Ridgewood Estates	ridgewood-estates	US		0	America/New_York	34.17232	-85.16245	207			GA	115		
4218830	Ridgewood Heights	ridgewood-heights	US		0	America/New_York	33.82788	-84.44576	249			GA	121		
4218831	Ridgewood Park	ridgewood-park	US		0	America/New_York	33.95427	-84.61688	295			GA	067		
4218832	Ridgewood Plantation	ridgewood-plantation	US		0	America/New_York	31.24967	-81.5151	9			GA	127		
4218833	Ridley	ridley	US		0	America/New_York	33.30123	-85.20022	240			GA	149		
4218906	Rio Ranch	rio-ranch	US		0	America/New_York	33.52372	-84.04241	223			GA	217		
4218925	Ritch	ritch	US		0	America/New_York	31.53993	-82.10623	44			GA	305		
4218933	River Bend	river-bend	US		0	America/New_York	31.44351	-84.13574	53			GA	095		
4218940	River Bluff	river-bluff	US		0	America/New_York	33.97093	-84.27214	277			GA	121		
4218942	River Bridge	river-bridge	US		0	America/New_York	33.91149	-84.05158	281			GA	135		
4218943	River Chase	river-chase	US		0	America/New_York	33.92177	-84.42771	285			GA	121		
4218944	River Colony	river-colony	US		0	America/New_York	33.97232	-84.04463	308			GA	135		
4218945	River Cove	river-cove	US		0	America/New_York	30.84607	-81.5726	4			GA	039		
4218946	River Cove	river-cove	US		0	America/New_York	33.62928	-83.77157	229			GA	217		
4218947	River Farms	river-farms	US		0	America/New_York	33.85845	-83.33766	202			GA	219		
4218952	River Hill East	river-hill-east	US		0	America/New_York	33.91956	-83.35905	187			GA	059		
4218953	River Hills	river-hills	US		0	America/New_York	33.67705	-84.28631	250			GA	089		
4218956	River North	river-north	US		0	America/New_York	33.57817	-83.91241	207			GA	217		
4218958	River Oak	river-oak	US		0	America/New_York	33.88872	-84.06852	290			GA	135		
4218960	River Oaks	river-oaks	US		0	America/New_York	30.75774	-81.52454	3			GA	039		
4218961	River Oaks	river-oaks	US		0	America/New_York	32.02632	-80.96206	5			GA	051		
4218962	River Oaks	river-oaks	US		0	America/New_York	34.10843	-84.45993	297			GA	057		
4218963	River Oaks at Harrietts Bluff	river-oaks-at-harrietts-bluff	US		0	America/New_York	30.87218	-81.58649	4			GA	039		
4218965	River Place	river-place	US		0	America/New_York	34.22287	-85.22217	190			GA	115		
4218966	River Point	river-point	US		0	America/New_York	34.35566	-83.82907	351			GA	139		
4218967	River Ridge	river-ridge	US		0	America/New_York	34.22982	-85.21634	201			GA	115		
4218969	River Road	river-road	US		0	America/New_York	31.53406	-84.16185	54			GA	095		
4218972	River Run	river-run	US		0	America/New_York	33.66455	-84.24798	255			GA	089		
4218973	River Run	river-run	US		0	America/New_York	34.42704	-83.80518	397			GA	139		
4218978	River Trace	river-trace	US		0	America/New_York	33.0179	-85.14772	207			GA	285		
4218979	River Valley Estates	river-valley-estates	US		0	America/New_York	33.56372	-84.39881	263			GA	063		
4218982	River West	river-west	US		0	America/New_York	33.60261	-84.83049	308			GA	097		
4218983	River West	river-west	US		0	America/New_York	32.51681	-83.55018	87			GA	153		
4218985	Riverbend	riverbend	US		0	America/New_York	34.33177	-83.81573	369			GA	139		
4218986	Riverbend	riverbend	US		0	America/New_York	31.49075	-83.26321	99			GA	155		
4218987	Riverbend	riverbend	US		0	America/New_York	33.59595	-83.81518	199			GA	217		
4218988	Riverbend	riverbend	US		0	America/New_York	33.59483	-85.09522	311			GA	045		
4218990	Riverbend East	riverbend-east	US		0	America/New_York	33.91539	-83.36738	196			GA	059		
4218991	Riverbend Farms	riverbend-farms	US		0	America/New_York	33.51817	-83.90268	185			GA	217		
4218996	Riverchase	riverchase	US		0	America/New_York	34.0951	-84.44298	282			GA	057		
4218997	Riverchase	riverchase	US		0	America/New_York	33.67233	-84.24437	231			GA	089		
4219000	Rivercrest	rivercrest	US		0	America/New_York	33.00901	-85.15411	199			GA	285		
4219003	Riverdale Acres	riverdale-acres	US		0	America/New_York	33.53261	-84.41409	292			GA	063		
4219016	Rivergate	rivergate	US		0	America/New_York	33.97982	-84.30437	277			GA	121		
4219017	Riverhaven Estates	riverhaven-estates	US		0	America/New_York	33.89928	-83.45961	213			GA	219		
4219018	Riverhill	riverhill	US		0	America/New_York	33.95788	-84.40993	321			GA	067		
4219021	Riverland Terrace	riverland-terrace	US		0	America/New_York	32.42181	-84.95465	72			GA	215		
4219022	Rivermeade	rivermeade	US		0	America/New_York	33.83705	-84.45549	235			GA	121		
4219023	Rivermist	rivermist	US		0	America/New_York	33.86566	-84.07491	271			GA	135		
4219024	Rivermont	rivermont	US		0	America/New_York	34.20982	-85.24773	217			GA	115		
4219027	Riverridge	riverridge	US		0	America/New_York	33.05096	-85.17022	212			GA	285		
4219029	Rivers End	rivers-end	US		0	America/New_York	31.98688	-81.11539	1			GA	051		
4219061	Riverside Estates	riverside-estates	US		0	America/New_York	33.60984	-83.90407	195			GA	217		
4219062	Riverside Hills	riverside-hills	US		0	America/New_York	32.85847	-83.65407	114			GA	021		
4219063	Riverside Hills	riverside-hills	US		0	America/New_York	33.92623	-83.39571	194			GA	059		
4219068	Riverside Park	riverside-park	US		0	America/New_York	32.89597	-83.6749	107			GA	021		
4219071	Riverside Park	riverside-park	US		0	America/New_York	34.27982	-85.16245	186			GA	115		
4219072	Riverside Park	riverside-park	US		0	America/New_York	33.47789	-83.94241	214			GA	217		
4219084	Riverside Station	riverside-station	US		0	America/New_York	33.67261	-84.26103	250			GA	089		
4219085	Riversong	riversong	US		0	America/New_York	33.97566	-84.29937	300			GA	121		
4219086	Rivertown	rivertown	US		0	America/New_York	33.61567	-84.73743	252	Cross Anchor,Rivertown		GA	121		
4219088	Riverturn	riverturn	US		0	America/New_York	30.98991	-84.94743	51			GA	253		
4219106	Riverwood	riverwood	US		0	America/New_York	33.87594	-84.45937	282			GA	067		
4219107	Riverwood	riverwood	US		0	America/New_York	33.47595	-83.93935	196			GA	217		
4219108	Riverwood	riverwood	US		0	America/New_York	33.12373	-85.06022	229			GA	285		
4219115	Rivoli (historical)	rivoli-historical	US		0	America/New_York	32.87681	-83.71463	147			GA	021		
4219120	Rivoli Plantation	rivoli-plantation	US		0	America/New_York	32.90514	-83.75129	162			GA	021		
4219125	Road Pecan Park	road-pecan-park	US		0	America/New_York	31.5624	-84.12991	61			GA	095		
4219130	Roanoke (historical)	roanoke-historical	US		0	America/New_York	32.03155	-85.05271	58			GA	259		
4219141	Robealou Acres	robealou-acres	US		0	America/New_York	34.22259	-85.23023	216			GA	115		
4219156	Robert M Hitch Village / Fred Wessels Homes	robert-m-hitch-village-fred-wessels-homes	US		0	America/New_York	32.07479	-81.08163	5			GA	051		
4219174	Rober (historical)	rober-historical	US		0	America/New_York	34.52148	-84.52687	325			GA	227		
4219198	Robertstown	robertstown	US		0	America/New_York	34.71009	-83.74073	442			GA	311		
4219206	Robin Ridge	robin-ridge	US		0	America/New_York	33.97983	-83.89685	334			GA	135		
4219210	Roberts Crossroads	roberts-crossroads	US		0	America/New_York	34.13399	-83.93518	378	Roberts Cross Roads,Roberts Crossroads		GA	139		
4219211	Robins Forest West	robins-forest-west	US		0	America/New_York	32.59848	-83.67852	135			GA	153		
4219250	Robinson Wood Estates	robinson-wood-estates	US		0	America/New_York	33.41095	-84.55632	274			GA	113		
4219251	Robinsons Bend Estates	robinsons-bend-estates	US		0	America/New_York	33.38345	-84.53465	250			GA	113		
4219264	Rock Branch	rock-branch	US		0	America/New_York	34.23983	-82.79986	206			GA	105		
4219273	Rock Bridge	rock-bridge	US		0	America/New_York	33.77122	-84.0513	239			GA	135		
4219280	Rock Chapel	rock-chapel	US		0	America/New_York	33.75761	-84.07797	283			GA	089		
4219314	Rock Creek Estates	rock-creek-estates	US		0	America/New_York	34.08538	-83.98324	340			GA	135		
4219325	Rock Falls Estates	rock-falls-estates	US		0	America/New_York	33.93621	-84.79216	343			GA	223		
4219326	Rock Fence Crossroads	rock-fence-crossroads	US		0	America/New_York	33.02627	-81.57789	45	Rock Fence Crossroads,Rockfence,Stone Fence Crossroads		GA	033		
4219415	Rock and Shoals	rock-and-shoals	US		0	America/New_York	33.89012	-83.33099	195			GA	059		
4219417	Rockalo	rockalo	US		0	America/New_York	33.37595	-85.20578	343			GA	149		
4219425	Rockbrook	rockbrook	US		0	America/New_York	33.49041	-82.03095	80			GA	245		
4219456	Rocklane Estates	rocklane-estates	US		0	America/New_York	33.63789	-84.32353	262			GA	063		
4219462	Rockmill (historical)	rockmill-historical	US		0	America/New_York	32.86347	-83.83602	112			GA	021		
4219465	Rockridge	rockridge	US		0	America/New_York	33.3054	-85.13383	240			GA	149		
4219468	Rockspray	rockspray	US		0	America/New_York	33.37789	-84.54687	266			GA	113		
4219480	Rockwell Estates	rockwell-estates	US		0	America/New_York	33.02874	-85.07605	235			GA	285		
4219534	Rocky Creek	rocky-creek	US		0	America/New_York	34.0901	-84.43076	298			GA	057		
4219546	Rocky Creek	rocky-creek	US		0	America/New_York	33.43262	-83.80351	200			GA	159		
4219558	Rocky Creek (historical)	rocky-creek-historical	US		0	America/New_York	34.4712	-85.06745	218	Rocky Creek (historical),Rockycreek		GA	129		
4219591	Rocky Gap (historical)	rocky-gap-historical	US		0	America/New_York	34.97369	-84.23547	557			GA	111		
4219601	Rocky Hills	rocky-hills	US		0	America/New_York	33.78566	-84.67632	308			GA	097		
4219637	Rocky Plains	rocky-plains	US		0	America/New_York	33.49734	-83.91824	220			GA	217		
4219648	Rocky Shoals Estates	rocky-shoals-estates	US		0	America/New_York	33.37928	-84.63965	264			GA	077		
4219654	Roddenberry	roddenberry	US		0	America/New_York	30.87714	-84.2599	58			GA	131		
4219655	Roddenberry (historical)	roddenberry-historical	US		0	America/New_York	30.67325	-83.93572	55			GA	275		
4219659	Roddy	roddy	US		0	America/New_York	32.35267	-83.25043	104			GA	091		
4219662	Roderick (historical)	roderick-historical	US		0	America/New_York	31.79188	-81.82706	22			GA	183		
4219663	Rodgers	rodgers	US		0	America/New_York	34.20232	-84.82772	225	Ferrobutte,Rodgers,Rogers		GA	015		
4219667	Rocky Springs	rocky-springs	US		0	America/New_York	34.09149	-84.47937	287			GA	057		
4219678	Rogers (historical)	rogers-historical	US		0	America/New_York	34.84953	-84.09547	584			GA	291		
4219679	Rogers Acres	rogers-acres	US		0	America/New_York	32.75653	-83.78463	126			GA	021		
4219706	Rogers Heights	rogers-heights	US		0	America/New_York	33.56067	-83.92019	231			GA	217		
4219713	Rogers Mill	rogers-mill	US		0	America/New_York	34.50371	-83.67768	364			GA	311		
4219715	Rogers Mill	rogers-mill	US		0	America/New_York	34.01316	-84.13547	331			GA	135		
4219726	Rogerville	rogerville	US		0	America/New_York	31.16046	-84.11129	105			GA	205		
4219733	Rolling Acres	rolling-acres	US		0	America/New_York	31.50156	-84.23408	59			GA	095		
4219736	Rolling Groves	rolling-groves	US		0	America/New_York	31.59656	-84.10824	63			GA	095		
4219737	Rolling Hills	rolling-hills	US		0	America/New_York	33.73927	-84.70105	318			GA	097		
4219743	Rolling Meadows Estates	rolling-meadows-estates	US		0	America/New_York	33.41206	-84.48909	250			GA	113		
4219744	Rolling Ridge	rolling-ridge	US		0	America/New_York	33.93871	-84.11158	275			GA	135		
4219745	Rolling View Estates	rolling-view-estates	US		0	America/New_York	33.75205	-84.94355	346			GA	045		
4219746	Rollingwood	rollingwood	US		0	America/New_York	33.99039	-83.40183	226			GA	059		
4219747	Rollingwood	rollingwood	US		0	America/New_York	34.28731	-85.2544	195			GA	115		
4219748	Rollingwood Mobile Home Park	rollingwood-mobile-home-park	US		0	America/New_York	34.12649	-84.2577	354			GA	117		
4219757	Rolston	rolston	US		0	America/New_York	34.6737	-84.34437	524			GA	123		
4219682	Rogers	rogers	US	06263	0	America/New_York	32.81933	-82.07373	48			GA	165		
4219783	Roosevelt Heights	roosevelt-heights	US		0	America/New_York	32.46153	-84.88104	120			GA	215		
4219789	Roosterville	roosterville	US		0	America/New_York	33.40345	-85.18383	312			GA	149		
4219806	Ropers Crossroads	ropers-crossroads	US		0	America/New_York	33.50736	-82.14123	140			GA	073		
4219829	Rose Garden	rose-garden	US		0	America/New_York	33.83233	-83.96574	305			GA	135		
4219830	Rose Garden Hills	rose-garden-hills	US		0	America/New_York	33.88844	-84.49715	311			GA	067		
4219853	Rose Hill Heights	rose-hill-heights	US		0	America/New_York	32.49625	-84.97382	116			GA	215		
4219867	Rosedale Heights	rosedale-heights	US		0	America/New_York	33.68205	-84.38104	267			GA	121		
4219871	Rosegate Manor	rosegate-manor	US		0	America/New_York	33.57678	-84.61021	305			GA	121		
4219882	Rosemont Park	rosemont-park	US		0	America/New_York	34.21343	-85.16912	215			GA	115		
4219894	Rosier	rosier	US		0	America/New_York	32.97821	-82.24262	104			GA	033		
4219923	Rossignol Hill	rossignol-hill	US		0	America/New_York	32.09548	-81.14845	6			GA	051		
4219950	Roswell Oaks	roswell-oaks	US		0	America/New_York	34.01704	-84.39326	285			GA	121		
4219989	Round Oak	round-oak	US		0	America/New_York	33.11097	-83.61517	190	Round Oak,Sylvania		GA	169		
4220005	Roundtop	roundtop	US		0	America/New_York	34.6037	-84.56604	481			GA	123		
4220010	Roundtree Estates	roundtree-estates	US		0	America/New_York	33.55428	-84.39993	273			GA	063		
4220022	Routons Crossroads	routons-crossroads	US		0	America/New_York	32.89346	-84.63243	281			GA	199		
4220023	Rovena Acres	rovena-acres	US		0	America/New_York	33.68205	-84.27742	235			GA	089		
4220025	Roving Hills Estates	roving-hills-estates	US		0	America/New_York	34.19565	-84.78605	249			GA	015		
4220050	Rowland Spring	rowland-spring	US		0	America/New_York	34.21954	-84.73994	294	Rowland Spring,Rowland Springs		GA	015		
4220053	Rousseau Spring (historical)	rousseau-spring-historical	US		0	America/New_York	33.60069	-82.42679	127			GA	189		
4220066	Royal Oaks	royal-oaks	US		0	America/New_York	33.6565	-84.22298	270			GA	089		
4220083	Ruark (historical)	ruark-historical	US		0	America/New_York	31.62323	-84.03713	63			GA	095		
4220093	Rudden	rudden	US		0	America/New_York	33.43846	-83.3335	178			GA	237		
4220095	Ruden	ruden	US		0	America/New_York	34.47648	-84.43965	446			GA	227		
4220112	Rum Bridge Estates	rum-bridge-estates	US		0	America/New_York	33.51122	-84.26298	230			GA	151		
4220122	Runnymeade	runnymeade	US		0	America/New_York	30.96079	-81.70983	4			GA	039		
4220128	Ruralvale	ruralvale	US		0	America/New_York	34.8823	-84.86383	224	Rural Vale,Ruralvale		GA	313		
4220154	Rushwood	rushwood	US		0	America/New_York	33.98817	-83.46961	250			GA	059		
4220162	Russell Glen	russell-glen	US		0	America/New_York	32.58765	-83.64046	114			GA	153		
4220168	Russell Plantation	russell-plantation	US		0	America/New_York	34.02704	-84.4966	331			GA	067		
4220184	Ruth (historical)	ruth-historical	US		0	America/New_York	33.44791	-83.13377	184			GA	133		
4220189	Rutherford (historical)	rutherford-historical	US		0	America/New_York	33.85012	-83.30321	191			GA	219		
4220227	Ryo	ryo	US		0	America/New_York	34.45398	-84.67382	285			GA	129		
4220241	Sackville (historical)	sackville-historical	US		0	America/New_York	32.02577	-81.09206	7			GA	051		
4220243	Saco (historical)	saco-historical	US		0	America/New_York	31.18518	-84.08351	109			GA	205		
4220255	Saddle Acres	saddle-acres	US		0	America/New_York	33.42095	-83.83963	190			GA	217		
4220257	Saddle Club Estates	saddle-club-estates	US		0	America/New_York	33.85955	-83.9963	300			GA	135		
4220262	Saddle Mountain	saddle-mountain	US		0	America/New_York	34.21259	-85.16356	254			GA	115		
4220264	Saddle Ridge Estates	saddle-ridge-estates	US		0	America/New_York	34.25759	-84.84383	248			GA	015		
4220265	Saddle Up Estates	saddle-up-estates	US		0	America/New_York	33.98427	-84.868	321			GA	223		
4220266	Saddleback Estates	saddleback-estates	US		0	America/New_York	33.93955	-83.93074	287			GA	135		
4220267	Saddleback Ridge	saddleback-ridge	US		0	America/New_York	33.77705	-84.58243	333			GA	067		
4220268	Saddlecreek	saddlecreek	US		0	America/New_York	32.41323	-81.84039	59			GA	031		
4220269	Saddlewood	saddlewood	US		0	America/New_York	34.00149	-83.94296	313			GA	135		
4220273	Sadlers Cove	sadlers-cove	US		0	America/New_York	30.86773	-81.61788	4			GA	039		
4220274	Sadlers Landing	sadlers-landing	US		0	America/New_York	30.87135	-81.60816	4			GA	039		
4220277	Saffold	saffold	US		0	America/New_York	31.12018	-85.03326	48			GA	099		
4220279	Sagamore Hills	sagamore-hills	US		0	America/New_York	33.92373	-83.48266	230			GA	219		
4220282	Sagefield	sagefield	US		0	America/New_York	34.13149	-83.99241	363			GA	135		
4220296	Saint Andrews	saint-andrews	US		0	America/New_York	33.9626	-84.29742	313			GA	121		
4220297	Saint Andrews	saint-andrews	US		0	America/New_York	31.60906	-84.24713	70			GA	095		
4220306	Saint Andrews Country Club Estates	saint-andrews-country-club-estates	US		0	America/New_York	33.58539	-84.86994	345			GA	097		
4220315	Saint Andrews Square	saint-andrews-square	US		0	America/New_York	33.40734	-84.58465	243			GA	113		
4220341	Saint Clair Estates	saint-clair-estates	US		0	America/New_York	31.19745	-81.38149	5			GA	127		
4220629	St. Marys	st-marys	US		17968	America/New_York	30.73051	-81.54649	3	Saint Mary,Saint Mary's,Saint Marys,Saint Patrick,Sainte Marie,Sent Meriz,St. Marys,sant maryz,santa merij,synt marys  jwrjya,Сент Мериз,سانت ماريز,سینت ماریس، جورجیا,سینٹ میریز، جارجیا,सन्त मेरीज्		GA	039		
4220658	Saint Marys Hills	saint-marys-hills	US		0	America/New_York	32.45125	-84.93465	85			GA	215		
4220861	Saint Simon Mills	saint-simon-mills	US		13915	America/New_York	31.17079	-81.40732	3	Saint Simon Mills,Saint Simon's Mills,Saint Simons Mills,St. Simon Mills		GA	127		
4220864	Saint Simons Heights	saint-simons-heights	US		0	America/New_York	31.1594	-81.38565	5			GA	127		
4220909	Salacoa	salacoa	US		0	America/New_York	34.39065	-84.61132	291	Salacoa,Salequoah,Sallacoa		GA	057		
4220927	Salem (historical)	salem-historical	US		0	America/New_York	33.6918	-82.41429	129			GA	181		
4220928	Salem (historical)	salem-historical	US		0	America/New_York	34.76591	-85.25995	264			GA	295		
4221013	Salem Cove	salem-cove	US		0	America/New_York	33.60372	-83.97158	261			GA	217		
4221017	Salem Meadows	salem-meadows	US		0	America/New_York	33.57734	-83.97074	248			GA	217		
4221018	Salem Place	salem-place	US		0	America/New_York	33.60511	-83.97158	262			GA	217		
4221020	Salem Ridge	salem-ridge	US		0	America/New_York	33.56845	-83.97769	238			GA	217		
4221033	Salem Village	salem-village	US		0	America/New_York	33.6015	-83.97463	258			GA	217		
4221034	Salem West	salem-west	US		0	America/New_York	33.68483	-84.19325	238			GA	089		
4221035	Salem Woods	salem-woods	US		0	America/New_York	34.09454	-84.63438	305			GA	057		
4221036	Salem Woods	salem-woods	US		0	America/New_York	33.93621	-84.48465	299			GA	067		
4221043	Sallee Heights	sallee-heights	US		0	America/New_York	34.23066	-83.92018	353			GA	139		
4221065	Salter	salter	US		0	America/New_York	31.14551	-81.79067	13			GA	025		
4221075	Salubrity (historical)	salubrity-historical	US		0	America/New_York	34.42233	-83.21849	239			GA	119		
4221102	San Barnard (historical)	san-barnard-historical	US		0	America/New_York	31.57018	-83.85962	131	Old Sanguinard,San Barnard (historical),Sanguinard		GA	321		
4221115	Sand Bed	sand-bed	US		0	America/New_York	32.45682	-83.61824	87			GA	153		
4221133	Sand Hill	sand-hill	US		0	America/New_York	33.63928	-84.97244	372			GA	045		
4221134	Sand Hill	sand-hill	US		0	America/New_York	32.40737	-84.8966	77			GA	215		
4221135	Sand Hill	sand-hill	US		0	America/New_York	31.11133	-82.5393	45			GA	299		
4221171	Sand Ridge	sand-ridge	US		0	America/New_York	33.38903	-82.1104	123			GA	245		
4221182	Sandalwood	sandalwood	US		0	America/New_York	31.56129	-84.07463	59			GA	095		
4221212	Sandfly	sandfly	US		0	America/New_York	31.98966	-81.07622	5	Sand Fly,Sandfly		GA	051		
4221222	Sandown Creek	sandown-creek	US		0	America/New_York	33.38928	-84.55521	264			GA	113		
4221227	Sandtown	sandtown	US		0	America/New_York	33.13876	-83.12682	175			GA	009		
4221228	Sandtown	sandtown	US		0	America/New_York	33.83624	-82.68764	175	Hyde,Sandtown		GA	317		
4221229	Sandtown (historical)	sandtown-historical	US		0	America/New_York	33.7165	-84.60271	238			GA	121		
4221241	Sandy Bottom	sandy-bottom	US		0	America/New_York	31.19104	-82.75681	56			GA	003		
4221245	Sandlewood	sandlewood	US		0	America/New_York	33.94733	-83.97768	307			GA	135		
4221274	Sandy Cross	sandy-cross	US		0	America/New_York	34.28733	-83.22599	255			GA	119		
4221275	Sandy Cross	sandy-cross	US		0	America/New_York	33.94317	-83.06654	216	Sandy Cross,Sandycross		GA	221		
4221298	Sandy Hill	sandy-hill	US		0	America/New_York	33.8629	-82.69847	181			GA	317		
4221310	Sandy Plains	sandy-plains	US		0	America/New_York	34.01316	-84.49549	330			GA	067		
4221319	Sandy Ridge Estates	sandy-ridge-estates	US		0	America/New_York	33.5015	-84.56549	299			GA	113		
4221322	Sandy Run	sandy-run	US		0	America/New_York	31.84688	-81.58928	12			GA	179		
4221328	Sandy Run	sandy-run	US		0	America/New_York	33.22986	-83.12821	184			GA	141		
4221354	Santaluca	santaluca	US		0	America/New_York	34.78703	-84.43465	478			GA	123		
4221381	Sapps Still	sapps-still	US		0	America/New_York	31.71602	-82.93737	98			GA	069		
4221382	Sappville	sappville	US		0	America/New_York	31.25466	-82.54208	47			GA	299		
4221389	Saranac Estates	saranac-estates	US		0	America/New_York	33.58539	-84.43604	284			GA	063		
4221390	Sarann Woods	sarann-woods	US		0	America/New_York	33.89399	-84.12714	271			GA	135		
4221459	Sardis Estates	sardis-estates	US		0	America/New_York	32.71903	-83.72157	122			GA	021		
4221460	Sardis Estates	sardis-estates	US		0	America/New_York	34.08927	-83.90657	349			GA	135		
4221461	Sardis Heights	sardis-heights	US		0	America/New_York	34.37621	-83.90407	389			GA	139		
4221468	Sardis Shores	sardis-shores	US		0	America/New_York	34.34732	-83.91296	342			GA	139		
4221470	Sardum (historical)	sardum-historical	US		0	America/New_York	33.75316	-84.01325	293			GA	247		
4221491	Sassafrass Hills	sassafrass-hills	US		0	America/New_York	33.0779	-85.04605	219			GA	285		
4221500	Satilla	satilla	US		421	America/New_York	31.78741	-82.56791	70			GA	161		
4221514	Satilla Shores	satilla-shores	US		0	America/New_York	31.12329	-81.55677	3			GA	039		
4221515	Satilla Shores	satilla-shores	US		0	America/New_York	31.12579	-81.55594	3			GA	127		
4221518	Satolah	satolah	US		0	America/New_York	34.99037	-83.19293	742			GA	241		
4221533	Sautee	sautee	US		0	America/New_York	34.68454	-83.68073	422			GA	311		
4221535	Saunders	saunders	US		0	America/New_York	32.21212	-83.06209	98			GA	091		
4221555	Savannah Beach	savannah-beach	US		0	America/New_York	31.99383	-80.84844	4	Savannah Beach,Tybee		GA	051		
4221557	Savanna Place	savanna-place	US		0	America/New_York	34.09177	-84.56965	313			GA	057		
4221565	Savannah Gardens	savannah-gardens	US		0	America/New_York	32.06132	-81.06095	8			GA	051		
4221592	Sawdust	sawdust	US		0	America/New_York	33.41903	-82.33207	165	Saw Dust,Sawdust		GA	073		
4221596	Sawhatchee	sawhatchee	US		0	America/New_York	31.27684	-85.02771	61	Sawhatchee,Sowhatchee		GA	099		
4221609	Sawmill Trace	sawmill-trace	US		0	America/New_York	33.39151	-84.55132	266			GA	113		
4221629	Scarboro	scarboro	US		0	America/New_York	32.71322	-81.87539	48	Scarboro,Scarborough,Station Number 7		GA	165		
4221634	Scarbrough Cross Roads	scarbrough-cross-roads	US		0	America/New_York	33.63066	-84.21881	273	Scarboroughs Cross Roads,Scarbrough Cross Roads		GA	151		
4221637	Scarecorn	scarecorn	US		0	America/New_York	34.5062	-84.6016	329	Scarecorn,Scearcorn		GA	227		
4221642	Scarlet	scarlet	US		0	America/New_York	30.93412	-81.76372	5	Scarlet,Scarlett		GA	039		
4221646	Scenic Hills	scenic-hills	US		0	America/New_York	34.92313	-85.1594	281			GA	047		
4221648	Scenic Mountain	scenic-mountain	US		0	America/New_York	33.84094	-84.07464	280			GA	135		
4221655	Schlatterville	schlatterville	US		0	America/New_York	31.17217	-82.19984	39			GA	025		
4221663	Schoer Estates	schoer-estates	US		0	America/New_York	30.88687	-83.26904	74			GA	185		
4221665	Schatulga	schatulga	US		0	America/New_York	32.51403	-84.87049	97			GA	215		
4221688	Scoggins Ridge	scoggins-ridge	US		0	America/New_York	33.89871	-84.87772	295			GA	223		
4221695	Scooterville	scooterville	US		0	America/New_York	31.38213	-83.68989	107			GA	321		
4221701	Scotchville	scotchville	US		0	America/New_York	30.76912	-81.61732	6			GA	039		
4221742	Scotts Corner	scotts-corner	US		0	America/New_York	32.90071	-82.17651	76			GA	033		
4221743	Scotts Cove	scotts-cove	US		0	America/New_York	34.21927	-83.93963	344			GA	139		
4221747	Scotts Mill	scotts-mill	US		0	America/New_York	33.97788	-84.20159	318			GA	135		
4221752	Scoutland	scoutland	US		0	America/New_York	34.34177	-83.87435	340			GA	139		
4221763	Screven Fork	screven-fork	US		0	America/New_York	31.77327	-81.49122	6			GA	179		
4221783	Scrutchins	scrutchins	US		0	America/New_York	31.86434	-84.19658	89			GA	177		
4221788	Scuffletown	scuffletown	US		0	America/New_York	33.52791	-82.47513	147			GA	189		
4221794	Scull Shoals (historical)	scull-shoals-historical	US		0	America/New_York	33.72846	-83.29266	137			GA	133		
4221813	Seaford (historical)	seaford-historical	US		0	America/New_York	30.96103	-83.2221	74			GA	185		
4221824	Seals	seals	US		0	America/New_York	30.87301	-81.70399	6			GA	039		
4221846	Sears Woods	sears-woods	US		0	America/New_York	32.50653	-84.89854	97			GA	215		
4221848	Seborn	seborn	US		0	America/New_York	33.88871	-84.39798	316			GA	121		
4221899	Sedgefield	sedgefield	US		0	America/New_York	33.97234	-83.45655	197			GA	059		
4221900	Sedgefield	sedgefield	US		0	America/New_York	33.5118	-82.13317	119			GA	073		
4221901	Sedgefield	sedgefield	US		0	America/New_York	32.62903	-83.67907	134			GA	153		
4221949	Seminole Valley	seminole-valley	US		0	America/New_York	33.68372	-84.78605	333			GA	097		
4221959	Sequoia Acres	sequoia-acres	US		0	America/New_York	34.25565	-85.12773	189			GA	115		
4221960	Sequoia View	sequoia-view	US		0	America/New_York	34.25398	-85.12356	204			GA	115		
4221961	Sequoyah Estates	sequoyah-estates	US		0	America/New_York	34.08621	-84.6741	289			GA	015		
4221965	Serene Shores	serene-shores	US		0	America/New_York	34.26566	-83.92213	369			GA	139		
4221966	Sessoms	sessoms	US		0	America/New_York	31.51576	-82.58291	57			GA	005		
4221986	Settlers Grove	settlers-grove	US		0	America/New_York	33.60845	-83.83185	238			GA	217		
4221987	Settlers Landing	settlers-landing	US		0	America/New_York	32.56959	-83.68324	126			GA	153		
4221989	Settles Bridge	settles-bridge	US		0	America/New_York	34.07454	-84.08269	303			GA	135		
4222038	Seymours Store	seymours-store	US		0	America/New_York	34.14733	-83.03903	202			GA	105		
4222039	Shack (historical)	shack-historical	US		0	America/New_York	32.36015	-84.9566	104	Giles,Shack (historical),Willis Store		GA	053		
4222041	Shackelton (historical)	shackelton-historical	US		0	America/New_York	34.4362	-85.27912	213			GA	055		
4222045	Shackleford Place	shackleford-place	US		0	America/New_York	31.57351	-84.14074	64			GA	095		
4222058	Shadow Moss	shadow-moss	US		0	America/New_York	33.92928	-83.31377	227			GA	059		
4222059	Shadowbrook	shadowbrook	US		0	America/New_York	34.08427	-84.59577	338			GA	057		
4222061	Shadowland	shadowland	US		0	America/New_York	30.74607	-81.58732	5			GA	039		
4222064	Shadowmoor	shadowmoor	US		0	America/New_York	33.51347	-82.13873	138			GA	073		
4222065	Shadowood	shadowood	US		0	America/New_York	32.80292	-83.79546	156			GA	021		
4222066	Shadowood	shadowood	US		0	America/New_York	33.39262	-84.5566	265			GA	113		
4222067	Shadowood Mobile Home Park	shadowood-mobile-home-park	US		0	America/New_York	34.10288	-84.58549	317			GA	057		
4222068	Shadowwood	shadowwood	US		0	America/New_York	33.9001	-84.4541	300			GA	067		
4222069	Shady Acres	shady-acres	US		0	America/New_York	31.75853	-82.36513	60			GA	001		
4222070	Shady Acres	shady-acres	US		0	America/New_York	31.24051	-81.54538	3			GA	127		
4222134	Shady Grove Estates	shady-grove-estates	US		0	America/New_York	33.5093	-82.15068	119			GA	073		
4222144	Shady Lane	shady-lane	US		0	America/New_York	34.36871	-83.83601	351			GA	139		
4222145	Shady Oaks	shady-oaks	US		0	America/New_York	33.01179	-85.133	231			GA	285		
4222151	Shadynook	shadynook	US		0	America/New_York	34.90563	-85.29773	271			GA	295		
4222153	Shake Rag	shake-rag	US		0	America/New_York	33.41762	-84.55937	283	Shake Rag,Shakerag		GA	113		
4222154	Shake Rag	shake-rag	US		0	America/New_York	34.05649	-84.13158	311	Shake Rag,Shakerag,Sheltonville		GA	121		
4222165	Shallowford Forest	shallowford-forest	US		0	America/New_York	34.07315	-84.52882	304			GA	067		
4222166	Shallowford Heights	shallowford-heights	US		0	America/New_York	33.66261	-84.77549	296			GA	097		
4222168	Shallwood	shallwood	US		0	America/New_York	34.2126	-84.82161	233			GA	015		
4222170	Shamrock Heights	shamrock-heights	US		0	America/New_York	34.34732	-83.7974	350			GA	139		
4222176	Shandra Estates	shandra-estates	US		0	America/New_York	33.58956	-84.52299	290			GA	121		
4222177	Shangri-La on the Lake	shangri-la-on-the-lake	US		0	America/New_York	33.56261	-84.43298	264			GA	063		
4222183	Shannon Chase	shannon-chase	US		0	America/New_York	33.56483	-84.56854	301			GA	121		
4222186	Shannon Glen	shannon-glen	US		0	America/New_York	33.58678	-84.53826	291			GA	121		
4222189	Shannon Villas	shannon-villas	US		0	America/New_York	33.5865	-84.54243	294			GA	121		
4222216	Sharon Heights	sharon-heights	US		0	America/New_York	33.45039	-84.46937	267			GA	113		
4222218	Sharon Park	sharon-park	US		0	America/New_York	32.09048	-81.17039	8			GA	051		
4222245	Sharp Top	sharp-top	US		0	America/New_York	34.36315	-84.48298	378	Sharp Top,Sharptop		GA	057		
4222257	Sharphagen	sharphagen	US		0	America/New_York	31.02074	-84.82881	44			GA	253		
4222261	Sharpsburg Landing Subdivision	sharpsburg-landing-subdivision	US		0	America/New_York	33.41817	-84.68465	283			GA	077		
4222284	Shawnee Lake Estates	shawnee-lake-estates	US		0	America/New_York	33.74539	-84.71216	316			GA	097		
4222311	Sheffield Forest	sheffield-forest	US		0	America/New_York	33.92927	-84.2102	302			GA	135		
4222318	Sheffield Woods	sheffield-woods	US		0	America/New_York	33.67455	-84.19297	253			GA	089		
4222320	Shelby Forest	shelby-forest	US		0	America/New_York	33.69594	-84.73216	319			GA	097		
4222322	Shell Bluff	shell-bluff	US		0	America/New_York	33.14793	-81.89789	98			GA	033		
4222323	Shell Bluff Landing	shell-bluff-landing	US		0	America/New_York	33.22681	-81.82317	30			GA	033		
4222330	Shellbine	shellbine	US		0	America/New_York	30.90773	-81.5176	2	Shelby,Shellbine		GA	039		
4222334	Shellman (historical)	shellman-historical	US		0	America/New_York	34.12704	-84.88661	204			GA	015		
4222335	Shellman Bluff	shellman-bluff	US		0	America/New_York	31.57272	-81.32316	4			GA	191		
4222337	Shellnut	shellnut	US		0	America/New_York	33.30151	-85.13467	255			GA	149		
4222352	Shenandoah Forest	shenandoah-forest	US		0	America/New_York	32.50514	-84.91049	112			GA	215		
4222354	Shenandoah Woods	shenandoah-woods	US		0	America/New_York	33.54569	-82.10679	101			GA	073		
4222380	Sheppards	sheppards	US		0	America/New_York	32.63739	-81.53511	48	Shepard,Sheppard,Sheppards		GA	251		
4222386	Sheraton Forest	sheraton-forest	US		0	America/New_York	32.49709	-84.90549	92			GA	215		
4222387	Sherbrook Forest	sherbrook-forest	US		0	America/New_York	33.66011	-84.57576	253			GA	121		
4222390	Shermantown	shermantown	US		0	America/New_York	33.75566	-84.37965	296			GA	121		
4222391	Sherrian Estates	sherrian-estates	US		0	America/New_York	33.70705	-84.78133	355			GA	097		
4222396	Sherwood Acres	sherwood-acres	US		0	America/New_York	31.6099	-84.20102	71			GA	095		
4222402	Sherwood Forest	sherwood-forest	US		0	America/New_York	32.86792	-83.77657	129			GA	021		
4222403	Sherwood Forest	sherwood-forest	US		0	America/New_York	32.40823	-81.78317	62			GA	031		
4222404	Sherwood Forest	sherwood-forest	US		0	America/New_York	33.56539	-84.36576	261			GA	063		
4222405	Sherwood Forest	sherwood-forest	US		0	America/New_York	33.40762	-84.8091	276			GA	077		
4222406	Sherwood Forest	sherwood-forest	US		0	America/New_York	34.26426	-85.12162	206			GA	115		
4222407	Sherwood Forest	sherwood-forest	US		0	America/New_York	33.3904	-83.86935	175			GA	217		
4222408	Sherwood Forest	sherwood-forest	US		0	America/New_York	33.87762	-83.38016	201			GA	219		
4222409	Sherwood Forest	sherwood-forest	US		0	America/New_York	32.79347	-83.70546	122			GA	021		
4222410	Sherwood Forest	sherwood-forest	US		0	America/New_York	34.10565	-84.52632	293			GA	057		
4222414	Sherwood Park	sherwood-park	US		0	America/New_York	33.56872	-84.40715	274			GA	063		
4222415	Sherwood Park	sherwood-park	US		0	America/New_York	33.80955	-84.65966	300			GA	067		
4222418	Sherwood Estates	sherwood-estates	US		0	America/New_York	33.86733	-84.62188	296			GA	067		
4222423	Shields (historical)	shields-historical	US		0	America/New_York	33.66735	-83.40627	180			GA	211		
4222437	Shiloh (historical)	shiloh-historical	US		0	America/New_York	33.58069	-82.49707	140			GA	189		
4222532	Shewmake	shewmake	US		0	America/New_York	32.51406	-83.03459	84			GA	175		
4222552	Shiloh Terrace	shiloh-terrace	US		0	America/New_York	33.40292	-82.04734	86			GA	245		
4222564	Shingler	shingler	US		0	America/New_York	31.57824	-83.78462	137			GA	321		
4222567	Shinglers (historical)	shinglers-historical	US		0	America/New_York	31.77046	-83.62406	100			GA	287		
4222569	Shiloh Farms	shiloh-farms	US		0	America/New_York	33.82372	-84.07741	260			GA	135		
4222577	Shirley Grove	shirley-grove	US		0	America/New_York	34.71621	-83.41517	538			GA	137		
4222580	Shirley Hills	shirley-hills	US		0	America/New_York	32.85986	-83.63046	124			GA	021		
4222582	Shirley Hills Estates	shirley-hills-estates	US		0	America/New_York	32.60653	-83.64852	105			GA	153		
4222584	Shirley Park	shirley-park	US		0	America/New_York	32.0241	-81.07928	7			GA	051		
4222585	Shirlington	shirlington	US		0	America/New_York	32.86125	-83.58879	113			GA	021		
4222586	Shiver	shiver	US		0	America/New_York	30.82825	-83.54183	54	Kennedy,Shiver		GA	027		
4222603	Shivers Mill	shivers-mill	US		0	America/New_York	31.67683	-84.73992	94			GA	243		
4222615	Shoal Creek	shoal-creek	US		0	America/New_York	33.95734	-83.32516	240			GA	059		
4222628	Shoal Creek	shoal-creek	US		0	America/New_York	34.43955	-83.03459	236			GA	147		
4222634	Shoal Creek	shoal-creek	US		0	America/New_York	33.5665	-83.99574	237			GA	217		
4222652	Shoal Creek Farms	shoal-creek-farms	US		0	America/New_York	33.89317	-83.29238	204			GA	059		
4222655	Shoal Creek Plantation Subdivision	shoal-creek-plantation-subdivision	US		0	America/New_York	33.4065	-84.64799	260			GA	077		
4222665	Shoalsview	shoalsview	US		0	America/New_York	33.93845	-83.35182	194			GA	059		
4222679	Shookville	shookville	US		0	America/New_York	34.91174	-85.08634	236	Ghookville,Shookville		GA	047		
4222701	Shorts Mill	shorts-mill	US		0	America/New_York	34.5726	-83.49267	409			GA	137		
4222707	Shoulderbone	shoulderbone	US		0	America/New_York	33.33958	-83.07987	119	Harris Mill,Shoulder,Shoulderbone		GA	141		
4222726	Sibley Forest	sibley-forest	US		0	America/New_York	33.93177	-84.44854	300			GA	067		
4222735	Sidney on Lanier	sidney-on-lanier	US		0	America/New_York	34.32732	-83.88463	374			GA	139		
4222741	Signal Point	signal-point	US		0	America/New_York	34.00705	-84.64577	336			GA	067		
4222742	Sigsbee	sigsbee	US		0	America/New_York	31.26518	-83.85934	110			GA	071		
4222743	Sigurd (historical)	sigurd-historical	US		0	America/New_York	32.14712	-82.99015	59			GA	091		
4222753	Silas (historical)	silas-historical	US		0	America/New_York	33.00154	-82.79986	139			GA	303		
4222756	Silco	silco	US		0	America/New_York	30.86829	-81.83094	4			GA	039		
4222761	Silk Mills	silk-mills	US		0	America/New_York	34.10511	-82.84681	207			GA	105		
4222763	Silk Hope	silk-hope	US		0	America/New_York	32.04299	-81.19178	10			GA	051		
4222788	Silver Hill	silver-hill	US		0	America/New_York	30.83801	-82.12623	44			GA	049		
4222789	Silver Hill	silver-hill	US		0	America/New_York	34.40176	-85.30718	224			GA	055		
4222812	Silver Maple Ridge	silver-maple-ridge	US		0	America/New_York	33.4993	-82.16206	134			GA	073		
4222813	Silver Pines	silver-pines	US		0	America/New_York	32.77986	-83.69379	99			GA	021		
4222814	Silver Ridge	silver-ridge	US		0	America/New_York	33.83233	-84.16214	292			GA	089		
4222826	Silvercrest	silvercrest	US		0	America/New_York	33.3932	-82.02317	70			GA	245		
4222829	Silvermont	silvermont	US		0	America/New_York	34.16593	-85.15051	262			GA	115		
4222830	Silvertown	silvertown	US		0	America/New_York	32.9043	-84.34325	238			GA	293		
4222831	Silvertown	silvertown	US		0	America/New_York	33.42236	-82.64458	168			GA	301		
4222832	Silverwood Plantation	silverwood-plantation	US		0	America/New_York	32.26548	-81.21372	17			GA	103		
4222897	Simpson Crossroads	simpson-crossroads	US		0	America/New_York	34.29759	-84.80022	265			GA	015		
4222948	Simsville	simsville	US		0	America/New_York	33.77983	-84.45549	272			GA	121		
4222958	Sioux Acres Mobile Home Park	sioux-acres-mobile-home-park	US		0	America/New_York	33.9676	-84.05547	297			GA	135		
4222962	Sirmans	sirmans	US		0	America/New_York	31.08132	-82.96931	62			GA	065		
4223004	Skidaway Island	skidaway-island	US		8341	America/New_York	31.93494	-81.04705	3			GA	051		
4223016	Skipperton	skipperton	US		0	America/New_York	32.74375	-83.69241	137	Scipperton,Scippertown,Skipperton		GA	021		
4223023	Skullhead	skullhead	US		0	America/New_York	31.09078	-82.32846	38			GA	299		
4223030	Sky Valley	sky-valley	US		265	America/New_York	34.98759	-83.33321	1005			GA	241		
4223035	Skylane Hills	skylane-hills	US		0	America/New_York	33.55289	-84.43382	263			GA	063		
4223036	Skyline	skyline	US		0	America/New_York	33.58817	-83.75546	237			GA	217		
4223037	Skyline Forest	skyline-forest	US		0	America/New_York	33.67733	-84.30103	249			GA	089		
4223038	Skyline Heights	skyline-heights	US		0	America/New_York	34.70425	-85.26218	329			GA	295		
4223039	Skyline Park	skyline-park	US		0	America/New_York	33.93262	-83.43183	209			GA	059		
4223041	Skyridge	skyridge	US		0	America/New_York	34.08788	-84.51493	279			GA	057		
4223044	Skyview	skyview	US		0	America/New_York	33.77788	-84.64188	296			GA	097		
4223046	Skyview Heights	skyview-heights	US		0	America/New_York	33.78483	-84.65271	309			GA	097		
4223053	Slabtown (historical)	slabtown-historical	US		0	America/New_York	33.75038	-84.38326	308			GA	121		
4223054	Slades Mill	slades-mill	US		0	America/New_York	33.57372	-83.9613	252			GA	217		
4223071	Slaughter Creek (historical)	slaughter-creek-historical	US		0	America/New_York	32.19154	-84.68798	175			GA	259		
4223079	Sleepy Hollow	sleepy-hollow	US		0	America/New_York	32.56681	-83.69435	128			GA	153		
4223092	Slover	slover	US		0	America/New_York	31.55383	-81.94011	29			GA	305		
4223101	Smalls Crossing (historical)	smalls-crossing-historical	US		0	America/New_York	33.05069	-83.63629	171			GA	169		
4223105	Smiley Crossroads	smiley-crossroads	US		0	America/New_York	31.86326	-81.76706	25	Bayview,Smiley Crossroads		GA	183		
4223112	Smiley (historical)	smiley-historical	US		0	America/New_York	31.91132	-81.80261	30			GA	183		
4223172	Smith City	smith-city	US		0	America/New_York	33.2629	-84.76021	285			GA	077		
4223283	Smithonia	smithonia	US		0	America/New_York	34.00289	-83.17598	222	Smith,Smithonia,Smithsonia		GA	221		
4223287	Smiths Chapel	smiths-chapel	US		0	America/New_York	33.11123	-84.39326	264			GA	231		
4223293	Smiths Crossroad	smiths-crossroad	US		0	America/New_York	32.95485	-85.01966	236	Bryants Corner,Hardin Crossroad,Smith's Crossroads,Smiths Crossroad,Smiths Crossroads		GA	285		
4223294	Smiths Crossroads	smiths-crossroads	US		0	America/New_York	33.45011	-84.53882	296			GA	113		
4223295	Smiths Crossroads	smiths-crossroads	US		0	America/New_York	32.83763	-84.9341	256	Cochrons Crossroads,Nelsons Corner,Smiths Crossroads		GA	145		
4223301	Smiths Landing	smiths-landing	US		0	America/New_York	30.89491	-84.74964	25			GA	087		
4223302	Smiths Mill	smiths-mill	US		0	America/New_York	32.90846	-84.96632	202			GA	285		
4223303	Smiths Mill (historical)	smiths-mill-historical	US		0	America/New_York	33.31734	-83.83879	139	Seven Islands,Smiths Mill (historical)		GA	159		
4223309	Smiths Store	smiths-store	US		0	America/New_York	34.05844	-83.01514	180			GA	195		
4223312	Smithsonia	smithsonia	US		0	America/New_York	32.80347	-83.56824	95	Smithsonia,Swift Creek		GA	021		
4223324	Smoke Creek Mobile Home Park	smoke-creek-mobile-home-park	US		0	America/New_York	33.77705	-84.05269	252			GA	135		
4223326	Smoke Ridge	smoke-ridge	US		0	America/New_York	33.56483	-84.49521	277			GA	121		
4223327	Smoke Rise	smoke-rise	US		0	America/New_York	33.84455	-84.1652	310			GA	089		
4223328	Smoke Rise	smoke-rise	US		0	America/New_York	32.95985	-85.08799	198			GA	285		
4223329	Smoke Rise Plantation	smoke-rise-plantation	US		0	America/New_York	33.43762	-84.5766	270			GA	113		
4223332	Smithwyck	smithwyck	US		0	America/New_York	33.50236	-82.12901	129			GA	073		
4223335	Smoketree	smoketree	US		0	America/New_York	33.88705	-84.20548	318			GA	135		
4223336	Smokey Acres	smokey-acres	US		0	America/New_York	33.35845	-84.82466	275			GA	077		
4223385	Snake Nation (historical)	snake-nation-historical	US		0	America/New_York	33.75122	-84.40076	323			GA	121		
4223390	Snapfinger	snapfinger	US		0	America/New_York	33.68705	-84.20159	233			GA	089		
4223393	Snapfinger	snapfinger	US		0	America/New_York	33.90734	-83.34294	222			GA	059		
4223404	Snead	snead	US		0	America/New_York	33.56569	-82.12067	93	Snead,Sneads		GA	073		
4223419	Snelsons Crossroads	snelsons-crossroads	US		0	America/New_York	32.97513	-84.66632	267	Snelson,Snelsons,Snelsons Crossroads		GA	199		
4223420	Snider (historical)	snider-historical	US		0	America/New_York	34.57481	-84.37076	580			GA	123		
4223424	Snipesville	snipesville	US		0	America/New_York	31.76185	-82.75098	85			GA	161		
4223437	Snow Spring	snow-spring	US		0	America/New_York	32.25433	-83.78157	134	Snow,Snow Spring,Snow Springs		GA	093		
4223438	Snow Springs	snow-springs	US		0	America/New_York	34.34037	-84.97633	294			GA	015		
4223450	Snows Mill	snows-mill	US		0	America/New_York	33.83984	-83.55794	205	Snows Mill,Wesley		GA	297		
4223462	Soapstick	soapstick	US		0	America/New_York	34.58064	-84.87966	205			GA	129		
4223479	Socrates (historical)	socrates-historical	US		0	America/New_York	33.13457	-84.02852	175			GA	207		
4223481	Sofkee	sofkee	US		0	America/New_York	32.72431	-83.65324	111	Sofkee,Tobesofkee		GA	021		
4223482	Sofkee (historical)	sofkee-historical	US		0	America/New_York	30.80158	-84.30352	77			GA	131		
4223503	Somerset Hills	somerset-hills	US		0	America/New_York	34.02399	-83.97407	359			GA	135		
4223506	Sonja Heights	sonja-heights	US		0	America/New_York	32.58626	-83.65268	121			GA	153		
4223510	Sonoraville	sonoraville	US		0	America/New_York	34.44814	-84.80883	220	Old Sonora,Sonora,Sonoraville		GA	129		
4223515	Sofkee Estates	sofkee-estates	US		0	America/New_York	32.81125	-83.81518	160			GA	021		
4223519	Sophia (historical)	sophia-historical	US		0	America/New_York	34.31954	-84.79994	273			GA	015		
4223523	Soquee (historical)	soquee-historical	US		0	America/New_York	34.61954	-83.52989	400	Saukee,Sawki,Soquee (historical)		GA	137		
4223561	South Canton	south-canton	US		0	America/New_York	34.21676	-84.50465	325			GA	057		
4223636	South Highlands	south-highlands	US		0	America/New_York	32.79014	-83.66296	111			GA	021		
4223644	South Kirkwood	south-kirkwood	US		0	America/New_York	33.75205	-84.32326	313			GA	089		
4223655	South Millen (historical)	south-millen-historical	US		0	America/New_York	32.79405	-81.95123	46			GA	165		
4223658	South Moultrie	south-moultrie	US		0	America/New_York	31.15602	-83.77295	97			GA	071		
4223661	South Newport	south-newport	US		0	America/New_York	31.63494	-81.39622	5			GA	191		
4223666	South Oaks	south-oaks	US		0	America/New_York	32.57653	-83.63741	122			GA	153		
4223673	South Paulding Woods	south-paulding-woods	US		0	America/New_York	33.81149	-84.82216	314			GA	223		
4223675	South Pine Ranchettes	south-pine-ranchettes	US		0	America/New_York	32.96902	-85.00688	237			GA	285		
4223677	South Pointe	south-pointe	US		0	America/New_York	32.5207	-83.64379	104			GA	153		
4223681	South Oak Mobile Home Park	south-oak-mobile-home-park	US		0	America/New_York	33.50872	-84.63632	276			GA	077		
4223692	South Ree Springs	south-ree-springs	US		0	America/New_York	30.87548	-83.26904	67			GA	185		
4223693	South Ridge	south-ridge	US		0	America/New_York	33.74205	-84.66799	305			GA	097		
4223701	South Rossville	south-rossville	US		0	America/New_York	34.96924	-85.29468	210			GA	295		
4223714	South Springs	south-springs	US		0	America/New_York	32.53237	-83.64157	109			GA	153		
4223724	South Thompson	south-thompson	US		0	America/New_York	32.10825	-82.37068	71			GA	279		
4223754	Southern Junction	southern-junction	US		0	America/New_York	31.23162	-81.51871	9			GA	127		
4223756	Southern Manor	southern-manor	US		0	America/New_York	33.74511	-84.65382	294			GA	097		
4223759	Southern Oaks	southern-oaks	US		0	America/New_York	34.12288	-84.47549	307			GA	057		
4223760	Southern Pines Estates	southern-pines-estates	US		0	America/New_York	33.76733	-84.69188	322			GA	097		
4223769	Southfork	southfork	US		0	America/New_York	34.12232	-84.58493	313			GA	057		
4223770	Southfork	southfork	US		0	America/New_York	33.9301	-84.74883	335			GA	223		
4223777	Southgate Village	southgate-village	US		0	America/New_York	33.43403	-82.02012	46			GA	245		
4223780	Southland	southland	US		0	America/New_York	32.40099	-84.22741	107			GA	269		
4223786	Southlands	southlands	US		0	America/New_York	33.42708	-82.01289	42			GA	245		
4223788	Southover	southover	US		0	America/New_York	32.04688	-81.12706	6			GA	051		
4223814	Southward	southward	US		0	America/New_York	32.14131	-81.70345	31			GA	029		
4223835	Southwind	southwind	US		0	America/New_York	31.59128	-84.24602	65			GA	095		
4223844	Spain	spain	US		0	America/New_York	30.86464	-83.53794	70			GA	027		
4223853	Spalding Hills	spalding-hills	US		0	America/New_York	33.97677	-84.30798	283			GA	121		
4223863	Spanish Trace	spanish-trace	US		0	America/New_York	33.38097	-82.08095	133			GA	245		
4223864	Spanish Trails	spanish-trails	US		0	America/New_York	33.93094	-84.77383	346			GA	223		
4223865	Spann	spann	US		0	America/New_York	32.66572	-82.74875	105			GA	167		
4223877	Sparks Mill	sparks-mill	US		0	America/New_York	34.89508	-84.14491	582			GA	111		
4223886	Spartan Lane	spartan-lane	US		0	America/New_York	33.89817	-83.40599	214			GA	219		
4223887	Spauldings Settlement (historical)	spauldings-settlement-historical	US		0	America/New_York	32.09604	-81.08261	2			GA	051		
4223904	Spence	spence	US		0	America/New_York	31.03269	-84.16435	98			GA	131		
4223911	Speer Homes	speer-homes	US		0	America/New_York	31.77214	-82.35346	62			GA	001		
4223913	Spencer Hills	spencer-hills	US		0	America/New_York	34.96702	-85.30968	207			GA	295		
4223925	Spile	spile	US		0	America/New_York	34.93453	-83.97963	592			GA	291		
4223927	Spilo (historical)	spilo-historical	US		0	America/New_York	34.93453	-83.97991	597			GA	291		
4223936	Spivey Chase	spivey-chase	US		0	America/New_York	33.504	-84.26103	228			GA	151		
4223939	Spivey (historical)	spivey-historical	US		0	America/New_York	33.39958	-83.27433	138			GA	237		
4223942	Split Silk	split-silk	US		0	America/New_York	33.82955	-83.84157	281			GA	297		
4223943	Spooner (historical)	spooner-historical	US		0	America/New_York	31.07324	-84.82576	45			GA	201		
4223944	Spooner Ridge	spooner-ridge	US		0	America/New_York	33.41873	-84.58854	262			GA	113		
4223949	Spout Spring Crossroads	spout-spring-crossroads	US		0	America/New_York	34.17677	-83.9099	365			GA	139		
4223957	Sprayberry Farms	sprayberry-farms	US		0	America/New_York	33.83066	-84.77355	304			GA	223		
4223968	Spring Bluff	spring-bluff	US		0	America/New_York	31.10579	-81.62983	6			GA	039		
4224033	Spring Grove (historical)	spring-grove-historical	US		0	America/New_York	32.1696	-85.00382	64			GA	259		
4224044	Spring Hill (historical)	spring-hill-historical	US		0	America/New_York	32.8793	-83.95963	181			GA	207		
4224121	Spring Lakes	spring-lakes	US		0	America/New_York	33.50597	-82.1154	110			GA	073		
4224126	Spring Place	spring-place	US		0	America/New_York	34.75814	-84.82105	216	Poinset,Spring Place,Springplace		GA	213		
4224132	Spring Ridge Estates	spring-ridge-estates	US		0	America/New_York	33.85566	-84.80744	331			GA	223		
4224138	Spring Valley Estates	spring-valley-estates	US		0	America/New_York	33.96261	-83.34432	221			GA	059		
4224140	Spring Valley Mobile Home Park	spring-valley-mobile-home-park	US		0	America/New_York	34.09121	-84.57743	332			GA	057		
4224142	Spring View Acres	spring-view-acres	US		0	America/New_York	34.3301	-83.83962	379			GA	139		
4224147	Springdale Estates	springdale-estates	US		0	America/New_York	33.92344	-84.2027	310			GA	135		
4224148	Springdale Forest	springdale-forest	US		0	America/New_York	34.31815	-83.91629	359			GA	139		
4224167	Springfield Acres	springfield-acres	US		0	America/New_York	33.50483	-84.24742	241			GA	151		
4224197	Springfield Downs	springfield-downs	US		0	America/New_York	34.21121	-83.83879	340			GA	139		
4224203	Springhaven (historical)	springhaven-historical	US		0	America/New_York	32.44739	-83.03098	67			GA	175		
4224220	Springhill Estates	springhill-estates	US		0	America/New_York	33.71761	-84.68493	291			GA	097		
4224222	Springlake Estates	springlake-estates	US		0	America/New_York	34.10871	-83.96629	359			GA	135		
4224225	Springtime Mobile Home Park	springtime-mobile-home-park	US		0	America/New_York	33.77511	-84.67855	309			GA	097		
4224234	Springwater Plantation Subdivision	springwater-plantation-subdivision	US		0	America/New_York	33.43484	-84.69577	270			GA	077		
4224237	Springwood Valley	springwood-valley	US		0	America/New_York	33.56289	-84.2402	270			GA	151		
4224238	Springwood Village	springwood-village	US		0	America/New_York	33.72483	-84.74438	324			GA	097		
4224239	Sprite	sprite	US		0	America/New_York	34.28843	-85.39579	207	Sprite,Sprite Station		GA	055		
4224245	Spyglass Hill	spyglass-hill	US		0	America/New_York	33.39345	-84.56882	255			GA	113		
4224251	Squirrel Creek	squirrel-creek	US		0	America/New_York	34.3801	-83.87268	387			GA	139		
4224259	Stadium Walk	stadium-walk	US		0	America/New_York	32.41407	-81.779	65			GA	031		
4224263	Stadium Club	stadium-club	US		0	America/New_York	32.4099	-81.77956	63			GA	031		
4224268	Stagecoach Manor	stagecoach-manor	US		0	America/New_York	33.60955	-84.2652	274			GA	063		
4224269	Stalco	stalco	US		0	America/New_York	32.53351	-81.55872	40			GA	251		
4224270	Staley Heights	staley-heights	US		0	America/New_York	32.03299	-81.12039	10			GA	051		
4224275	Stallings	stallings	US		0	America/New_York	33.10429	-85.03855	206			GA	285		
4224276	Stallings (historical)	stallings-historical	US		0	America/New_York	33.10041	-83.41989	142			GA	169		
4224279	Stallings Crossroad	stallings-crossroad	US		0	America/New_York	33.33873	-84.97994	253	Powers Crossroads,Stallings Crossroad		GA	077		
4224280	Stallings Place	stallings-place	US		0	America/New_York	33.55513	-82.05123	68			GA	073		
4224292	Stamp Creek (historical)	stamp-creek-historical	US		0	America/New_York	34.24787	-84.67688	312	Stamp Creek (historical),Stampcreek		GA	015		
4224310	Stanebrook	stanebrook	US		0	America/New_York	33.53872	-84.38826	269			GA	063		
4224332	Stanley Landing	stanley-landing	US		0	America/New_York	30.75496	-82.03734	2			GA	049		
4224333	Stanley Mill (historical)	stanley-mill-historical	US		0	America/New_York	34.74342	-84.29103	681			GA	123		
4224335	Stansell (historical)	stansell-historical	US		0	America/New_York	34.07067	-82.74958	172			GA	105		
4224354	Stapletons Crossroads	stapletons-crossroads	US		0	America/New_York	33.10098	-82.50402	108			GA	163		
4224360	Star Mills	star-mills	US		0	America/New_York	33.02319	-83.91852	205			GA	207		
4224361	Star Point	star-point	US		0	America/New_York	33.45678	-85.08411	328			GA	045		
4224367	Starksville	starksville	US		0	America/New_York	31.77212	-84.14546	81	Starksville,Starkville		GA	177		
4224374	Starlight Hills	starlight-hills	US		0	America/New_York	33.87955	-84.36159	276			GA	121		
4224376	Starland Park	starland-park	US		0	America/New_York	32.1227	-81.22511	5			GA	051		
4224378	Starmount	starmount	US		0	America/New_York	32.46681	-84.92465	77			GA	215		
4224389	Starrs Mill	starrs-mill	US		0	America/New_York	33.32734	-84.51243	240	Glen Grove,Nyson,Starrs Mill		GA	113		
4224394	Starrsville	starrsville	US		0	America/New_York	33.53956	-83.81935	208			GA	217		
4224426	Statesborough	statesborough	US		0	America/New_York	32.21769	-81.72372	39			GA	031		
4224434	Statham Shoals	statham-shoals	US		0	America/New_York	31.96685	-83.28293	67			GA	315		
4224435	Stathams Landing	stathams-landing	US		0	America/New_York	32.57098	-83.57352	87			GA	153		
4224439	Stay (historical)	stay-historical	US		0	America/New_York	34.56204	-83.90741	479			GA	187		
4224441	Steadman	steadman	US		0	America/New_York	33.82677	-85.33134	359	Steadman,Stedman		GA	143		
4224445	Steam Mill	steam-mill	US		0	America/New_York	30.97019	-84.96854	44	Dickersons Store,Steam Mill		GA	253		
4224468	Steeles Mill	steeles-mill	US		0	America/New_York	33.30762	-84.13686	205			GA	255		
4224476	Steeplechase	steeplechase	US		0	America/New_York	33.58206	-84.4227	296			GA	063		
4224477	Steeplechase	steeplechase	US		0	America/New_York	33.84816	-84.69188	294			GA	067		
4224478	Steeplechase	steeplechase	US		0	America/New_York	33.99177	-84.06102	325			GA	135		
4224487	Stellaville	stellaville	US		0	America/New_York	33.19015	-82.33124	114	Sisterville,Stellaville		GA	163		
4224520	Stephens Crossroad	stephens-crossroad	US		0	America/New_York	33.31262	-84.82716	269			GA	077		
4224539	Stephenton (historical)	stephenton-historical	US		0	America/New_York	30.82909	-83.16876	56			GA	185		
4224541	Sterling Acres	sterling-acres	US		0	America/New_York	33.86316	-84.19464	323			GA	089		
4224551	Steven Hills	steven-hills	US		0	America/New_York	33.97427	-84.13797	312			GA	135		
4224559	Stevens Creek West	stevens-creek-west	US		0	America/New_York	33.55125	-82.08456	104			GA	073		
4224560	Stevens Crossing	stevens-crossing	US		0	America/New_York	32.77266	-82.25457	64			GA	107		
4224562	Stevens Forest	stevens-forest	US		0	America/New_York	33.40762	-84.56465	259			GA	113		
4224572	Stevens Pointe	stevens-pointe	US		0	America/New_York	33.54125	-82.05845	68			GA	073		
4224608	Stewart Mill	stewart-mill	US		0	America/New_York	34.82092	-84.31686	589			GA	111		
4224609	Stewart Mill Acres	stewart-mill-acres	US		0	America/New_York	33.70983	-84.75799	342			GA	097		
4224615	Stewart Town	stewart-town	US		0	America/New_York	34.82119	-85.56302	255			GA	083		
4224620	Stewart Woods	stewart-woods	US		0	America/New_York	33.70844	-84.74744	328			GA	097		
4224630	Stilesboro Hills	stilesboro-hills	US		0	America/New_York	34.00371	-84.6691	323			GA	067		
4224634	Stilesboro	stilesboro	US		0	America/New_York	34.10482	-84.91578	225	Stilesboro,Stilesborough		GA	015		
4224655	Stillwell	stillwell	US		0	America/New_York	32.37797	-81.25039	19			GA	103		
4224661	Stilson	stilson	US		0	America/New_York	32.32603	-81.55317	31			GA	031		
4224673	Stir Up Manor	stir-up-manor	US		0	America/New_York	34.09065	-84.57438	339			GA	057		
4224679	Stock Hill	stock-hill	US		0	America/New_York	34.70759	-84.22936	599			GA	111		
4224686	Stockbridge North	stockbridge-north	US		0	America/New_York	33.55511	-84.24159	254			GA	151		
4224694	Stocks (historical)	stocks-historical	US		0	America/New_York	31.6549	-84.09018	73			GA	177		
4224699	Stocks	stocks	US		0	America/New_York	31.65517	-84.09046	73			GA	177		
4224701	Stockwood Estates	stockwood-estates	US		0	America/New_York	34.08149	-84.52604	300			GA	057		
4224706	Stokes Crossing	stokes-crossing	US		0	America/New_York	33.59261	-84.23548	258			GA	151		
4224714	Stokesville	stokesville	US		0	America/New_York	31.36131	-82.71347	50			GA	003		
4224715	Stokesville	stokesville	US		0	America/New_York	30.38329	-82.06817	30			GA	049		
4224722	Stone Church	stone-church	US		0	America/New_York	34.90591	-85.07745	236			GA	047		
4224737	Stone Lea	stone-lea	US		0	America/New_York	33.68622	-83.85907	245			GA	217		
4224741	Stone Mill	stone-mill	US		0	America/New_York	33.93205	-84.01102	307			GA	135		
4224744	Stone Mill Run	stone-mill-run	US		0	America/New_York	33.82094	-84.1752	299			GA	089		
4224769	Stonebridge	stonebridge	US		0	America/New_York	33.87595	-83.43738	232			GA	219		
4224775	Stonehenge	stonehenge	US		0	America/New_York	33.93456	-83.49711	229			GA	059		
4224776	Stonehenge	stonehenge	US		0	America/New_York	33.67483	-84.20075	250			GA	089		
4224777	Stonemill Run	stonemill-run	US		0	America/New_York	33.95095	-83.36571	209			GA	059		
4224778	Stonemont	stonemont	US		0	America/New_York	33.84733	-84.07964	282			GA	135		
4224784	Stoneridge	stoneridge	US		0	America/New_York	33.55428	-84.42187	281			GA	063		
4224787	Stones Crossroads	stones-crossroads	US		0	America/New_York	33.52291	-82.43457	174			GA	189		
4224790	Stoneview Acres	stoneview-acres	US		0	America/New_York	33.87871	-84.13992	307			GA	135		
4224801	Stonewood	stonewood	US		0	America/New_York	33.75289	-84.67605	313			GA	097		
4224802	Stonewood	stonewood	US		0	America/New_York	33.9101	-84.18936	313			GA	135		
4224809	Stoney Point	stoney-point	US		0	America/New_York	33.44317	-85.193	373			GA	045		
4224810	Stoneybrook	stoneybrook	US		0	America/New_York	33.76955	-84.68355	307			GA	097		
4224813	Stony Hill	stony-hill	US		0	America/New_York	33.3607	-82.70569	162			GA	301		
4224825	Stoney Brook Plantation	stoney-brook-plantation	US		0	America/New_York	33.4315	-84.56798	278			GA	113		
4224826	Stop	stop	US		0	America/New_York	33.47984	-84.58882	297			GA	113		
4224833	Storeyland	storeyland	US		0	America/New_York	32.78736	-83.71241	113			GA	021		
4224846	Storys (historical)	storys-historical	US		0	America/New_York	34.42092	-85.25412	198			GA	055		
4224852	Stottsville	stottsville	US		0	America/New_York	34.5301	-83.48739	456			GA	137		
4224857	Story (historical)	story-historical	US		0	America/New_York	33.9876	-84.73105	316			GA	067		
4224859	Stovall Mill	stovall-mill	US		0	America/New_York	34.61121	-83.67212	406			GA	311		
4224870	Strain (historical)	strain-historical	US		0	America/New_York	31.98465	-81.76206	27			GA	179		
4224880	Stratford Oaks	stratford-oaks	US		0	America/New_York	32.84847	-83.74435	141			GA	021		
4224881	Stratford Oaks	stratford-oaks	US		0	America/New_York	32.88847	-83.71101	120			GA	021		
4224895	Strawberry Hills	strawberry-hills	US		0	America/New_York	33.62705	-84.2252	284			GA	151		
4224908	Strickland Heights	strickland-heights	US		0	America/New_York	34.18733	-83.85018	347			GA	139		
4224945	Stroms	stroms	US		0	America/New_York	31.54351	-84.09407	59			GA	095		
4224952	Strouds	strouds	US		0	America/New_York	32.92041	-84.06602	217	Stroud,Stroud Crossroads,Strouds		GA	207		
4224959	Strum Bay (historical)	strum-bay-historical	US		0	America/New_York	32.02104	-81.63595	25			GA	179		
4224970	Stubbs Plantation	stubbs-plantation	US		0	America/New_York	33.36539	-84.42659	274			GA	113		
4224972	Stuckey	stuckey	US		0	America/New_York	32.17101	-82.71014	76			GA	309		
4224984	Sturbridge Village	sturbridge-village	US		0	America/New_York	34.01954	-84.40798	304			GA	067		
4224999	Suburban Estates	suburban-estates	US		0	America/New_York	33.82649	-85.02217	380			GA	223		
4225000	Suburban Estates	suburban-estates	US		0	America/New_York	31.20023	-81.48538	4			GA	127		
4225003	Subligna	subligna	US		0	America/New_York	34.56008	-85.18745	236			GA	055		
4225007	Sudie	sudie	US		0	America/New_York	33.86733	-84.84133	341			GA	223		
4225008	Suffolk Downs	suffolk-downs	US		0	America/New_York	33.599	-84.59243	293			GA	121		
4225020	Sugar Creek	sugar-creek	US		0	America/New_York	33.70316	-84.75855	343			GA	097		
4225022	Sugar Creek	sugar-creek	US		0	America/New_York	34.87842	-84.3602	558			GA	111		
4225026	Sugar Creek	sugar-creek	US		0	America/New_York	33.6079	-83.37711	184			GA	211		
4225042	Sugar Hill (historical)	sugar-hill-historical	US		0	America/New_York	34.31093	-84.68605	320			GA	015		
4225053	Sugar Mill Plantation	sugar-mill-plantation	US		0	America/New_York	30.77662	-81.57843	6			GA	039		
4225056	Sugar Ridge	sugar-ridge	US		0	America/New_York	34.10843	-84.05685	320			GA	135		
4225073	Sullivan Heights	sullivan-heights	US		0	America/New_York	33.81094	-84.6841	288			GA	067		
4225083	Sulphur Springs Station	sulphur-springs-station	US		0	America/New_York	34.68841	-85.54135	255	Sulphur Springs,Sulphur Springs Station		GA	083		
4225084	Sumac	sumac	US		0	America/New_York	34.88369	-84.79938	229	Sumac,Sumach		GA	213		
4225091	Summer Brooke	summer-brooke	US		0	America/New_York	33.37123	-84.54798	253			GA	113		
4225101	Summer Place	summer-place	US		0	America/New_York	33.80011	-84.01186	285			GA	135		
4225102	Summer Point	summer-point	US		0	America/New_York	34.30538	-83.91574	367			GA	139		
4225104	Summer Trace	summer-trace	US		0	America/New_York	34.06788	-84.66105	276			GA	067		
4225132	Summerville Park	summerville-park	US		0	America/New_York	34.27593	-85.17023	185			GA	115		
4225138	Summit (historical)	summit-historical	US		0	America/New_York	34.30843	-84.93744	244			GA	015		
4225140	Summit Chase	summit-chase	US		0	America/New_York	33.85705	-83.96935	290			GA	135		
4225142	Summit Grove	summit-grove	US		0	America/New_York	33.88012	-83.4046	207			GA	219		
4225144	Summit Ridge	summit-ridge	US		0	America/New_York	33.7765	-84.57021	321			GA	067		
4225166	Sumpter Ridge	sumpter-ridge	US		0	America/New_York	34.08871	-84.56965	336			GA	057		
4225170	Sumter Homes	sumter-homes	US		0	America/New_York	32.06489	-84.21935	131			GA	261		
4225174	Sun Hill	sun-hill	US		0	America/New_York	32.95154	-82.7293	107	Sun Hill,Sunhill		GA	303		
4225175	Sun Hill	sun-hill	US		0	America/New_York	31.45133	-81.92095	19			GA	305		
4225176	Sun Hill	sun-hill	US		0	America/New_York	32.49514	-84.87437	111			GA	215		
4225192	Sundown on Lanier	sundown-on-lanier	US		0	America/New_York	34.36177	-83.84851	342			GA	139		
4225193	Sunlight (historical)	sunlight-historical	US		0	America/New_York	31.99905	-84.9052	163			GA	259		
4225198	Sunny Acres	sunny-acres	US		0	America/New_York	33.85261	-83.92102	314			GA	135		
4225199	Sunny Acres	sunny-acres	US		0	America/New_York	31.53851	-84.1563	54			GA	095		
4225200	Sunny Acres	sunny-acres	US		0	America/New_York	33.87705	-84.76049	293			GA	223		
4225201	Sunny Brook	sunny-brook	US		0	America/New_York	34.11982	-84.46882	293			GA	057		
4225205	Sunny Point	sunny-point	US		0	America/New_York	33.09457	-85.05744	201			GA	285		
4225211	Sunnybrook Farms	sunnybrook-farms	US		0	America/New_York	34.12871	-84.2877	298			GA	121		
4225212	Sunnydale Acres	sunnydale-acres	US		0	America/New_York	32.85486	-83.59851	102			GA	021		
4225213	Sunnyland	sunnyland	US		0	America/New_York	31.55656	-84.1638	55			GA	095		
4225232	Sunrise	sunrise	US		0	America/New_York	33.62289	-84.52187	280			GA	121		
4225241	Sunset Acres	sunset-acres	US		0	America/New_York	34.26315	-85.23606	195			GA	115		
4225244	Sunset Heights	sunset-heights	US		0	America/New_York	34.34177	-83.81823	362			GA	139		
4225245	Sunset Hill	sunset-hill	US		0	America/New_York	33.75094	-84.7041	330			GA	097		
4225247	Sunset Hills	sunset-hills	US		0	America/New_York	33.56983	-84.26853	237			GA	063		
4225248	Sunset Hills	sunset-hills	US		0	America/New_York	33.91371	-84.80799	349			GA	223		
4225262	Sunset Park	sunset-park	US		0	America/New_York	32.03493	-81.06595	7			GA	051		
4225267	Sunset Terrace	sunset-terrace	US		0	America/New_York	32.44681	-84.91937	94			GA	215		
4225268	Sunset Village	sunset-village	US		846	America/New_York	32.89791	-84.40381	229			GA	293		
4225269	Sunshine (historical)	sunshine-historical	US		0	America/New_York	33.29875	-82.91959	149			GA	141		
4225270	Sunshine Acres	sunshine-acres	US		0	America/New_York	32.53347	-84.93493	138			GA	215		
4225276	Sunsweet	sunsweet	US		0	America/New_York	31.56935	-83.56572	119	Cycloneta,Cyclonetta Station,Irby,Little Pennsylvania,Sunsweet		GA	277		
4225278	Surf Side Club Estates	surf-side-club-estates	US		0	America/New_York	34.37427	-83.75018	351			GA	139		
4225289	Surrey Place	surrey-place	US		0	America/New_York	34.08899	-84.29965	337			GA	121		
4225290	Surry Chase	surry-chase	US		0	America/New_York	33.62289	-83.74268	234			GA	217		
4225296	Sussex Manor	sussex-manor	US		0	America/New_York	33.534	-84.38437	267			GA	063		
4225297	Sutallee	sutallee	US		0	America/New_York	34.22287	-84.61799	338	Sutalee,Sutalla,Sutalle,Sutallee,Suttallee		GA	057		
4225301	Suttles Mill	suttles-mill	US		0	America/New_York	34.62508	-85.18328	253	Suttles Mill,Tuttles Mill		GA	295		
4225303	Sussex Commons	sussex-commons	US		0	America/New_York	32.41435	-81.78595	64			GA	031		
4225308	Suttons Corner	suttons-corner	US		0	America/New_York	31.60072	-84.84409	120			GA	061		
4225315	Suwanee Farms	suwanee-farms	US		0	America/New_York	34.07954	-84.08797	305			GA	135		
4225329	Swaggy Valley	swaggy-valley	US		0	America/New_York	33.45569	-83.0371	181			GA	133		
4225361	Swanson	swanson	US		0	America/New_York	33.93345	-83.44183	228			GA	059		
4225363	Swanson Heights	swanson-heights	US		0	America/New_York	34.0351	-84.47882	327			GA	067		
4225366	Swanson Mill	swanson-mill	US		0	America/New_York	34.9773	-85.14551	211			GA	047		
4225380	Sweden	sweden	US		0	America/New_York	34.54342	-84.64188	361			GA	227		
4225384	Sweet Briar Mobile Home Park	sweet-briar-mobile-home-park	US		0	America/New_York	33.50484	-84.63965	278			GA	077		
4225385	Sweet Gum	sweet-gum	US		0	America/New_York	34.98119	-84.20075	516	Sweet Gum,Sweetgum		GA	111		
4225387	Sweet Hill	sweet-hill	US		0	America/New_York	31.84855	-81.24233	7			GA	029		
4225389	Sweet Apple Crossing	sweet-apple-crossing	US		0	America/New_York	34.09038	-84.38104	327			GA	121		
4225398	Sweetbriar	sweetbriar	US		0	America/New_York	33.64372	-84.35854	277			GA	063		
4225399	Sweetbriar	sweetbriar	US		0	America/New_York	33.51819	-82.10651	114			GA	073		
4225410	Sweetwater Bluff	sweetwater-bluff	US		0	America/New_York	33.63233	-84.83716	303			GA	097		
4225437	Sweetwater Estates	sweetwater-estates	US		0	America/New_York	33.79038	-84.7816	324			GA	223		
4225445	Sweetwater Oaks	sweetwater-oaks	US		0	America/New_York	33.38762	-84.57215	246			GA	113		
4225453	Swift Creek	swift-creek	US		0	America/New_York	33.75233	-84.12214	273			GA	089		
4225482	Swords	swords	US		0	America/New_York	33.54429	-83.30683	150	Blue Spring,Swords		GA	211		
4225486	Sybert	sybert	US		0	America/New_York	33.81485	-82.55485	163			GA	181		
4225492	Sycorax (historical)	sycorax-historical	US		0	America/New_York	33.99178	-82.91653	170			GA	221		
4225504	Sylvan Hills	sylvan-hills	US		0	America/New_York	33.70927	-84.41771	308			GA	121		
4225513	Sylvandale	sylvandale	US		0	America/New_York	31.59351	-84.11407	65			GA	095		
4225551	Tabernacle	tabernacle	US		0	America/New_York	32.97126	-82.91653	140			GA	303		
4225592	Tabor Estates	tabor-estates	US		0	America/New_York	33.93982	-84.77272	355			GA	223		
4225600	Tails Creek	tails-creek	US		0	America/New_York	34.68981	-84.61549	461	Tails Creek,Tailscreek		GA	123		
4225607	Talassee (historical)	talassee-historical	US		0	America/New_York	34.01733	-83.511	234	Fort Strong,Talasse,Talassee (historical),Tallasee,Tallassee		GA	157		
4225620	Taliaferro (historical)	taliaferro-historical	US		0	America/New_York	34.37898	-85.39385	188			GA	055		
4225626	Tabernacle	tabernacle	US		0	America/New_York	33.78344	-85.21162	343			GA	143		
4225653	Tallassee Estates	tallassee-estates	US		0	America/New_York	33.98761	-83.47627	238			GA	059		
4225654	Tallassee Farms	tallassee-farms	US		0	America/New_York	33.97817	-83.46488	222			GA	059		
4225662	Tallokas (historical)	tallokas-historical	US		0	America/New_York	30.99352	-83.61517	50			GA	027		
4225672	Tallulah Park (historical)	tallulah-park-historical	US		0	America/New_York	34.71537	-83.39572	479			GA	137		
4225351	Swan	swan	US	50252	0	America/New_York	34.75536	-84.18992	573			GA	111		
4225691	Talona	talona	US		0	America/New_York	34.59731	-84.51187	359	Sanderstown,Ta-Lo-Ney,Tal-loe-ney,Talloney,Talona,Taloney,Upper Talloney		GA	123		
4225699	Tamerlane	tamerlane	US		0	America/New_York	33.3629	-84.53826	251			GA	113		
4225700	Tammy Heights	tammy-heights	US		0	America/New_York	33.78594	-84.66993	297			GA	097		
4225704	Tanglebrook	tanglebrook	US		0	America/New_York	33.92206	-83.42905	226			GA	219		
4225705	Tanglewood	tanglewood	US		0	America/New_York	33.92984	-83.42044	213			GA	059		
4225706	Tanglewood	tanglewood	US		0	America/New_York	33.47375	-82.0729	106			GA	245		
4225720	Tanner Mill	tanner-mill	US		0	America/New_York	34.17816	-83.78573	271	Tanner Mill,Tanners Mill		GA	139		
4225729	Tanglewood	tanglewood	US		0	America/New_York	32.84458	-83.56268	134			GA	021		
4225746	Tapawingo	tapawingo	US		0	America/New_York	34.33927	-83.81129	366			GA	139		
4225747	Tapestry	tapestry	US		0	America/New_York	33.38623	-84.54576	266			GA	113		
4225758	Tara	tara	US		0	America/New_York	32.45737	-84.92076	106			GA	215		
4225760	Tara Heights	tara-heights	US		0	America/New_York	33.64178	-84.37159	270			GA	063		
4225763	Tara Way	tara-way	US		0	America/New_York	33.96067	-83.42655	225			GA	059		
4225764	Tara Woods	tara-woods	US		0	America/New_York	33.72816	-84.67355	289			GA	097		
4225772	Tara	tara	US		0	America/New_York	32.87069	-83.76518	126			GA	021		
4225776	Tarver	tarver	US		0	America/New_York	30.7016	-82.9243	47			GA	101		
4225783	Tarversville	tarversville	US		0	America/New_York	32.54015	-83.4399	139	Tarvers,Tarvers Store,Tarversville		GA	289		
4225790	Tate City	tate-city	US		16	America/New_York	34.98176	-83.55433	756	Tate City,Tree		GA	281		
4225810	Tatham Mines (historical)	tatham-mines-historical	US		0	America/New_York	33.62291	-82.53985	119			GA	189		
4225818	Tatum (historical)	tatum-historical	US		0	America/New_York	34.83813	-85.51552	232			GA	083		
4225832	Tatumsville	tatumsville	US		0	America/New_York	32.03743	-81.11483	9			GA	051		
4225833	Tax Crossroads	tax-crossroads	US		0	America/New_York	32.8118	-84.59826	254	Tax,Tax Crossroads		GA	263		
4225863	Taylor Crossing	taylor-crossing	US		0	America/New_York	33.54095	-84.4027	283			GA	063		
4225897	Taylors Creek (historical)	taylors-creek-historical	US		0	America/New_York	31.93493	-81.649	20			GA	179		
4225907	Taylors Mill	taylors-mill	US		0	America/New_York	32.60598	-83.8738	121			GA	225		
4225912	Taylors Woods	taylors-woods	US		0	America/New_York	32.45153	-84.91049	112			GA	215		
4225929	Teaver Hill	teaver-hill	US		0	America/New_York	33.02096	-85.11272	221			GA	285		
4225935	Tee Pee	tee-pee	US		0	America/New_York	33.90789	-83.39877	182			GA	219		
4225938	Teeterville	teeterville	US		0	America/New_York	31.1127	-83.14376	64			GA	173		
4225950	Telfair Junction	telfair-junction	US		0	America/New_York	32.0791	-81.14595	4			GA	051		
4225958	Telfair Woods	telfair-woods	US		0	America/New_York	33.09349	-81.82373	85	Fort Telfair,Telfair Woods,Telfairs Woods,Telfairville		GA	033		
4225963	Teloga	teloga	US		0	America/New_York	34.56008	-85.40968	239	Teloga,Teloga Springs		GA	055		
4225969	Temperance Bell	temperance-bell	US		0	America/New_York	33.67624	-83.04793	208	Temperance,Temperance Bell		GA	133		
4225991	Temple Grove	temple-grove	US		0	America/New_York	34.92841	-84.77161	254	Temple Grove,Templegrove		GA	213		
4226003	Tempy	tempy	US		0	America/New_York	31.44879	-83.8174	116			GA	321		
4226039	Terra Cotta	terra-cotta	US		0	America/New_York	32.79375	-83.64213	115			GA	021		
4226040	Terra Haute	terra-haute	US		0	America/New_York	30.78635	-81.69455	7			GA	039		
4226041	Terrace (historical)	terrace-historical	US		0	America/New_York	31.29463	-83.9974	90			GA	071		
4226042	Terrace Manor	terrace-manor	US		0	America/New_York	33.43375	-82.06206	123			GA	245		
4226055	Terrell Heights	terrell-heights	US		0	America/New_York	34.15288	-84.81105	223			GA	015		
4226061	Terrell Mill Estates	terrell-mill-estates	US		0	America/New_York	33.92066	-84.45965	288			GA	067		
4226072	Tesnatee	tesnatee	US		0	America/New_York	34.54176	-83.83185	463	Tesnatee,Tessantee,Tosnata		GA	311		
4226080	Tetlow	tetlow	US		0	America/New_York	31.67993	-82.07123	47			GA	305		
4226081	Texas	texas	US		0	America/New_York	33.24095	-85.19883	285			GA	149		
4226087	Thalean	thalean	US		0	America/New_York	32.0185	-84.29352	143			GA	261		
4226090	Thalmann	thalmann	US		0	America/New_York	31.29078	-81.68872	6			GA	127		
4226115	Tharpe (historical)	tharpe-historical	US		0	America/New_York	32.57542	-83.69296	129			GA	153		
4226116	Tharpe Heights	tharpe-heights	US		0	America/New_York	32.78292	-83.66213	108			GA	021		
4226119	Thaxton (historical)	thaxton-historical	US		0	America/New_York	33.82568	-82.88792	157			GA	317		
4226121	The Arbors	the-arbors	US		0	America/New_York	34.12093	-84.5691	315			GA	057		
4226122	The Arbors	the-arbors	US		0	America/New_York	33.404	-84.58465	247			GA	113		
4226127	The Bluff	the-bluff	US		0	America/New_York	32.06271	-81.04011	5			GA	051		
4226128	The Bluffs	the-bluffs	US		0	America/New_York	34.37093	-83.84268	349			GA	139		
4226130	The Briars	the-briars	US		0	America/New_York	33.8654	-83.39016	214			GA	219		
4226148	The Circles	the-circles	US		0	America/New_York	34.01455	-83.98602	334			GA	135		
4226149	The Cloister	the-cloister	US		0	America/New_York	33.40456	-84.58743	252			GA	113		
4226151	The Colonnade	the-colonnade	US		0	America/New_York	33.35845	-84.53382	256			GA	113		
4226153	The Columns	the-columns	US		0	America/New_York	33.94621	-84.41243	298			GA	067		
4226154	The Corners	the-corners	US		0	America/New_York	33.95705	-84.24298	288			GA	135		
4226155	The Courtyards	the-courtyards	US		0	America/New_York	33.91621	-84.46382	304			GA	067		
4226158	The Crossings	the-crossings	US		0	America/New_York	33.1229	-85.09466	214			GA	285		
4226160	The Crossroads	the-crossroads	US		0	America/New_York	34.08677	-84.57938	337			GA	057		
4226161	The Crossroads	the-crossroads	US		0	America/New_York	33.12123	-85.06383	224			GA	285		
4226163	The Glades (historical)	the-glades-historical	US		0	America/New_York	33.39457	-83.44378	142			GA	237		
4226166	The Heather on Houston Lake	the-heather-on-houston-lake	US		0	America/New_York	32.5057	-83.66491	97			GA	153		
4226167	The Highlands	the-highlands	US		0	America/New_York	33.40817	-84.57215	254			GA	113		
4226168	The Highlands	the-highlands	US		0	America/New_York	33.84038	-84.80688	311			GA	223		
4226169	The Highlands	the-highlands	US		0	America/New_York	33.88094	-84.49799	306			GA	067		
4226170	The Highlands at Akers	the-highlands-at-akers	US		0	America/New_York	33.89094	-84.45187	304			GA	067		
4226174	The Inlet	the-inlet	US		0	America/New_York	33.54039	-84.3577	269			GA	063		
4226176	The Jockey Club Estates	the-jockey-club-estates	US		0	America/New_York	33.91984	-83.3096	228			GA	059		
4226179	The Landings	the-landings	US		0	America/New_York	31.94466	-81.02428	4			GA	051		
4226180	The Landings	the-landings	US		0	America/New_York	33.79733	-84.09269	269			GA	135		
4226188	The Marks	the-marks	US		0	America/New_York	33.37067	-84.54159	254			GA	113		
4226189	The Meadows	the-meadows	US		0	America/New_York	33.60428	-84.48271	296			GA	121		
4226190	The Meadows	the-meadows	US		0	America/New_York	31.16412	-81.3776	2			GA	127		
4226191	The Meadows	the-meadows	US		0	America/New_York	30.8044	-81.70899	6			GA	039		
4226192	The Meadows	the-meadows	US		0	America/New_York	33.27456	-84.45965	255			GA	113		
4226194	The Meadows North	the-meadows-north	US		0	America/New_York	33.70233	-84.7016	280			GA	097		
4226196	The Moorings	the-moorings	US		0	America/New_York	33.80733	-84.07214	256			GA	135		
4226198	The Noles Estates	the-noles-estates	US		0	America/New_York	33.64428	-84.85272	341			GA	097		
4226199	The Oaks	the-oaks	US		0	America/New_York	33.69094	-84.76244	349			GA	097		
4226200	The Oaks	the-oaks	US		0	America/New_York	33.90871	-84.40854	328			GA	121		
4226206	The Polo Fields	the-polo-fields	US		0	America/New_York	34.18454	-84.21325	331			GA	117		
4226207	The Retreat	the-retreat	US		0	America/New_York	33.37373	-84.54465	262			GA	113		
4226212	The Rubicon	the-rubicon	US		0	America/New_York	33.35067	-84.53882	237			GA	113		
4226214	The South Forty	the-south-forty	US		0	America/New_York	33.87122	-84.7541	300			GA	223		
4226215	The Springs	the-springs	US		0	America/New_York	33.49456	-84.34715	279			GA	063		
4226216	The Station	the-station	US		0	America/New_York	33.83566	-83.99158	278			GA	135		
4226217	The Summit	the-summit	US		0	America/New_York	33.38178	-84.54159	265			GA	113		
4226221	The Terraces	the-terraces	US		0	America/New_York	33.38095	-84.55548	247			GA	113		
4226222	The Village Mobile Home Park	the-village-mobile-home-park	US		0	America/New_York	33.75566	-84.57938	255			GA	067		
4226225	The Wildings	the-wildings	US		0	America/New_York	33.95149	-84.08713	304			GA	135		
4226226	The Willows	the-willows	US		0	America/New_York	33.52733	-84.38937	257			GA	063		
4226227	The Willows	the-willows	US		0	America/New_York	33.77289	-84.7416	332			GA	097		
4226228	The Woodlands	the-woodlands	US		0	America/New_York	34.08704	-84.6091	326			GA	057		
4226229	The Woods	the-woods	US		0	America/New_York	33.55845	-84.52465	287			GA	121		
4226230	The Woods at Colony Crossing	the-woods-at-colony-crossing	US		0	America/New_York	34.10871	-84.5866	313			GA	057		
4226238	Theodore Heights	theodore-heights	US		0	America/New_York	30.82575	-83.98684	84			GA	275		
4226249	Thigpen	thigpen	US		0	America/New_York	33.51514	-82.63374	156			GA	301		
4226264	Thirteen Forks	thirteen-forks	US		0	America/New_York	34.21316	-82.92903	232			GA	105		
4226269	Thomas Acres	thomas-acres	US		0	America/New_York	31.53545	-83.98963	79			GA	321		
4226295	Thomas Crossroads	thomas-crossroads	US		0	America/New_York	33.40789	-84.68215	287	Thomas Cross Roads,Thomas Crossing,Thomas Crossroads		GA	077		
4226320	Thomas Landing	thomas-landing	US		0	America/New_York	31.64105	-81.25677	4			GA	191		
4226322	Thomas Mill	thomas-mill	US		0	America/New_York	34.93119	-84.13797	578			GA	291		
4226333	Thomas Station	thomas-station	US		0	America/New_York	33.01738	-81.9854	93			GA	033		
4226336	Thomas Woods	thomas-woods	US		0	America/New_York	33.43097	-82.0479	103			GA	245		
4226403	Thompson Crossroad	thompson-crossroad	US		0	America/New_York	33.07512	-84.77215	283	Thompson Crossroad,Thompson Crossroads		GA	199		
4226418	Thompson Mill	thompson-mill	US		0	America/New_York	34.36649	-83.85879	348			GA	139		
4226430	Thompsons Mill	thompsons-mill	US		0	America/New_York	34.11288	-83.81768	255	Thompson's Mill,Thompsons Mill		GA	013		
4226450	Thornhedge	thornhedge	US		0	America/New_York	33.58539	-84.45132	278			GA	063		
4226458	Thornton Heights	thornton-heights	US		0	America/New_York	32.82958	-83.5299	136			GA	021		
4226462	Thornton Woods	thornton-woods	US		0	America/New_York	33.57011	-84.47215	283			GA	121		
4226482	Three Points	three-points	US		0	America/New_York	32.78377	-82.24512	64			GA	107		
4226483	Three Points	three-points	US		0	America/New_York	32.97125	-83.64018	159			GA	169		
4226484	Three Points	three-points	US		0	America/New_York	33.53152	-82.55069	150			GA	189		
4226485	Three Points	three-points	US		0	America/New_York	31.07188	-82.4793	42			GA	299		
4226491	Thornton Estates	thornton-estates	US		0	America/New_York	33.50289	-84.32992	274			GA	063		
4226499	Thunderbolt	thunderbolt	US		2622	America/New_York	32.03354	-81.04983	6	Thunder Bolt,Thunderbolt,Warsaw,Wassaw		GA	051		
4226505	Thurmack	thurmack	US		0	America/New_York	34.15316	-83.73851	279			GA	157		
4226509	Thrift	thrift	US		0	America/New_York	32.69905	-82.05595	84			GA	165		
4226515	Thyatira	thyatira	US		0	America/New_York	34.14122	-83.53322	241			GA	157		
4226521	Tibet (historical)	tibet-historical	US		0	America/New_York	31.62383	-81.59817	17			GA	183		
4226523	Tickanetley	tickanetley	US		0	America/New_York	34.65398	-84.29381	579	Ticanetlee,Tickanetley,Tickanetlym Tickenetly		GA	123		
4226527	Ticknor	ticknor	US		0	America/New_York	31.33407	-83.94323	118			GA	071		
4226532	Tidings	tidings	US		0	America/New_York	34.42398	-85.24745	197			GA	055		
4226536	Tiffany Hills	tiffany-hills	US		0	America/New_York	33.54817	-84.31992	274			GA	063		
4226593	Tilford	tilford	US		0	America/New_York	33.80872	-84.45271	262			GA	121		
4226595	Tilley (historical)	tilley-historical	US		0	America/New_York	31.98905	-84.81381	160			GA	259		
4226601	Tillman (historical)	tillman-historical	US		0	America/New_York	30.88992	-83.4621	66			GA	027		
4226624	Timber Ridge	timber-ridge	US		0	America/New_York	33.01235	-85.14411	212			GA	285		
4226629	Timber Trace	timber-trace	US		0	America/New_York	33.83344	-84.05297	292			GA	135		
4226630	Timber Valley	timber-valley	US		0	America/New_York	33.73205	-84.72466	326			GA	097		
4226631	Timberchase	timberchase	US		0	America/New_York	33.92733	-84.74216	325			GA	223		
4226632	Timbercrest	timbercrest	US		0	America/New_York	33.91288	-83.97991	311			GA	135		
4226633	Timberdale	timberdale	US		0	America/New_York	32.55847	-84.93743	159			GA	215		
4226634	Timberidge	timberidge	US		0	America/New_York	33.464	-84.56382	283			GA	113		
4226635	Timberidge	timberidge	US		0	America/New_York	34.3901	-83.97074	367			GA	139		
4226638	Timberlake North	timberlake-north	US		0	America/New_York	34.09204	-84.62077	317			GA	057		
4226639	Timberland Heights	timberland-heights	US		0	America/New_York	33.54928	-84.39854	276			GA	063		
4226640	Timberland Trail Subdivision	timberland-trail-subdivision	US		0	America/New_York	33.35623	-84.84021	265			GA	077		
4226641	Timberlay	timberlay	US		0	America/New_York	33.37289	-84.54937	255			GA	113		
4226642	Timberwood Estates	timberwood-estates	US		0	America/New_York	34.08399	-83.91546	351			GA	135		
4226650	Timothy Estates	timothy-estates	US		0	America/New_York	33.93428	-83.41849	186			GA	059		
4226659	Tinsley Mill Village	tinsley-mill-village	US		0	America/New_York	33.40539	-84.58187	242			GA	113		
4226665	Tippetts	tippetts	US		0	America/New_York	32.26433	-83.48629	91			GA	235		
4226667	Tippettville	tippettville	US		0	America/New_York	32.09878	-83.61406	108			GA	093		
4226680	Tison	tison	US		0	America/New_York	31.93853	-82.02067	46			GA	267		
4226751	Tolliver Heights	tolliver-heights	US		0	America/New_York	33.66677	-84.28214	262			GA	089		
4226753	Tom	tom	US		0	America/New_York	32.70961	-82.48791	82			GA	167		
4226779	Tompkins	tompkins	US		0	America/New_York	30.91162	-81.79261	6			GA	039		
4226784	Tompkins Village	tompkins-village	US		0	America/New_York	31.56517	-84.09963	59			GA	095		
4226789	Toms Creek	toms-creek	US		0	America/New_York	34.47982	-83.24377	258			GA	257		
4226800	Toombs Central	toombs-central	US		0	America/New_York	32.04741	-82.3479	53			GA	279		
4226817	Topeka Junction	topeka-junction	US		0	America/New_York	32.97457	-84.20853	247			GA	293		
4226824	Toonnerville	toonnerville	US		0	America/New_York	34.86813	-84.88772	230	Cline,Cline Crossroad,Toonnerville		GA	313		
4226831	Towalaga	towalaga	US		0	America/New_York	33.31428	-84.20464	228	Towalaga,Towaliga		GA	255		
4226832	Towaliga (historical)	towaliga-historical	US		0	America/New_York	33.23845	-84.06797	202			GA	035		
4226835	Touraine (historical)	touraine-historical	US		0	America/New_York	30.92741	-83.88434	78			GA	275		
4226840	Tower Pines	tower-pines	US		0	America/New_York	33.45458	-82.12706	112			GA	245		
4226894	Town and Country	town-and-country	US		0	America/New_York	33.37236	-82.07845	130			GA	245		
4226895	Town and Country Acres	town-and-country-acres	US		0	America/New_York	31.54462	-84.19713	57			GA	095		
4226897	Town and Country Estates	town-and-country-estates	US		0	America/New_York	31.02185	-84.88826	40			GA	253		
4226906	Town and Country Subdivision Number 2	town-and-country-subdivision-number-2	US		0	America/New_York	31.0213	-84.89826	42			GA	253		
4226910	Towns	towns	US		0	America/New_York	32.00434	-82.75459	43			GA	271		
4226926	Townsend Mill	townsend-mill	US		0	America/New_York	34.92037	-83.86712	574			GA	291		
4226931	Trackrock (historical)	trackrock-historical	US		0	America/New_York	34.90898	-83.87407	595			GA	291		
4226937	Traders Hill	traders-hill	US		0	America/New_York	30.77968	-82.03095	23	Alert,Fort,Trader's Hill,Traders Hill,Traders Mill		GA	049		
4226948	Trail Creek Estates Mobile Home Park	trail-creek-estates-mobile-home-park	US		0	America/New_York	34.01622	-83.32627	245			GA	059		
4226953	Trailridge	trailridge	US		0	America/New_York	33.94205	-84.34465	345			GA	089		
4226954	Trails End	trails-end	US		0	America/New_York	32.85458	-83.77629	149			GA	021		
4226955	Traisville	traisville	US		0	America/New_York	31.05966	-82.68514	50			GA	065		
4226957	Tramlin Acres	tramlin-acres	US		0	America/New_York	33.84873	-83.43572	214			GA	219		
4226959	Trail Creek	trail-creek	US		0	America/New_York	33.75789	-84.6641	296			GA	097		
4226963	Tranquilla Woods	tranquilla-woods	US		0	America/New_York	31.98438	-81.1465	7			GA	051		
4226964	Transco	transco	US		0	America/New_York	34.15011	-83.14487	225	Transco,Transco Village		GA	195		
4226998	Treat (historical)	treat-historical	US		0	America/New_York	33.90149	-85.36607	389			GA	233		
4227000	Treetop	treetop	US		0	America/New_York	33.89455	-84.44854	269			GA	067		
4227001	Treillage	treillage	US		0	America/New_York	33.38151	-84.55132	256			GA	113		
4227007	Tremont Park	tremont-park	US		0	America/New_York	32.05993	-81.13789	4			GA	051		
4227043	Trickem	trickem	US		0	America/New_York	33.84066	-84.13103	304	Trickem,Tricum		GA	135		
4227044	Trickum	trickum	US		0	America/New_York	34.79619	-85.08273	275	Anderson,Trickum		GA	313		
4227048	Trickum Hills	trickum-hills	US		0	America/New_York	34.08065	-84.48743	317			GA	057		
4227177	Troupville	troupville	US		0	America/New_York	30.84909	-83.33738	44	Lowndesville,Troupsville,Troupville		GA	185		
4227186	Truckers	truckers	US		0	America/New_York	32.35574	-81.634	37	Shearwood,Truckers		GA	031		
4227187	Trudie	trudie	US		0	America/New_York	31.30022	-81.96428	17			GA	025		
4227188	Trudy	trudy	US		0	America/New_York	34.26677	-83.93574	366			GA	139		
4227189	Trudy Estates	trudy-estates	US		0	America/New_York	34.20482	-83.94296	346			GA	139		
4227207	Tube (historical)	tube-historical	US		0	America/New_York	34.57093	-83.96824	434			GA	187		
4227212	Troup Factory (historical)	troup-factory-historical	US		0	America/New_York	32.94457	-84.92355	207			GA	285		
4227240	Tucker Mobile Home Park	tucker-mobile-home-park	US		0	America/New_York	33.86677	-84.17381	300			GA	135		
4227244	Tuckers Crossroad	tuckers-crossroad	US		0	America/New_York	32.70099	-82.86514	95	Tucker Cross Roads,Tuckers Crossroad		GA	175		
4227251	Tugaloo	tugaloo	US		0	America/New_York	34.70759	-83.36683	452	Tugalo,Tugaloo		GA	137		
4227265	Tulakes	tulakes	US		0	America/New_York	32.54514	-84.96993	148			GA	215		
4227275	Tunis Trace	tunis-trace	US		0	America/New_York	33.41678	-84.41659	263			GA	113		
4227282	Tupelo Trail	tupelo-trail	US		0	America/New_York	31.8441	-81.57872	6			GA	179		
4227291	Tumlin Heights	tumlin-heights	US		0	America/New_York	34.26121	-83.84712	371			GA	139		
4227329	Turkey Creek Estates	turkey-creek-estates	US		0	America/New_York	33.60623	-83.89268	214			GA	217		
4227350	Turkey Point	turkey-point	US		0	America/New_York	33.06568	-85.17022	220			GA	285		
4227368	Turman	turman	US		0	America/New_York	31.50156	-84.72936	79	Thurman,Turman		GA	037		
4227391	Turner City	turner-city	US		0	America/New_York	31.59795	-84.10796	64			GA	095		
4227430	Turner Village	turner-village	US		0	America/New_York	33.80094	-84.3277	305			GA	089		
4227435	Turners Corner	turners-corner	US		0	America/New_York	34.66315	-83.90074	464	Turner's Corner,Turners Corner		GA	187		
4227440	Turners Rock	turners-rock	US		0	America/New_York	32.01327	-81.00539	4	Turners Rock,Turners Rocks		GA	051		
4227447	Turniptown (historical)	turniptown-historical	US		0	America/New_York	34.70925	-84.42076	495	Turnip Mountain,Turnip Town,Turniptown (historical),Ulunyi		GA	123		
4227460	Turntime Crossroads	turntime-crossroads	US		0	America/New_York	32.69041	-84.78854	220			GA	145		
4227462	Turnwold	turnwold	US		0	America/New_York	33.38041	-83.27572	169			GA	237		
4227464	Turrin Hill	turrin-hill	US		0	America/New_York	33.44819	-81.99678	45			GA	245		
4227468	Turpin (historical)	turpin-historical	US		0	America/New_York	33.73568	-83.426	194			GA	219		
4227471	Turtles Cove	turtles-cove	US		0	America/New_York	33.38206	-83.83463	208			GA	159		
4227476	Tusculum	tusculum	US		0	America/New_York	32.39297	-81.43066	37	Brewer Station,Tusculum		GA	103		
4227483	Tuxedo Estates	tuxedo-estates	US		0	America/New_York	33.93149	-84.48576	288			GA	067		
4227484	Tweed	tweed	US		0	America/New_York	32.42906	-82.75792	83			GA	175		
4227487	Twelve Oaks	twelve-oaks	US		0	America/New_York	33.94871	-84.77049	334			GA	223		
4227493	Tutens	tutens	US		0	America/New_York	32.1052	-81.25372	5			GA	051		
4227496	Twickenham	twickenham	US		0	America/New_York	34.20926	-85.14912	249			GA	115		
4227508	Twigs Corner	twigs-corner	US		0	America/New_York	33.39678	-84.58715	258			GA	113		
4227509	Twilight (historical)	twilight-historical	US		0	America/New_York	31.08657	-84.73214	40	Clifton Mills,Twilight (historical)		GA	201		
4227519	Twin Chapel	twin-chapel	US		0	America/New_York	32.56819	-84.97271	140			GA	215		
4227526	Twin Haynes Creek	twin-haynes-creek	US		0	America/New_York	33.70928	-83.91574	207			GA	217		
4227564	Twin Pine Estates	twin-pine-estates	US		0	America/New_York	33.70955	-84.7741	359			GA	097		
4227565	Twin Pines	twin-pines	US		0	America/New_York	34.10454	-84.65521	288			GA	057		
4227567	Twin Rivers	twin-rivers	US		0	America/New_York	34.2826	-83.92018	361			GA	139		
4227569	Twin Village	twin-village	US		0	America/New_York	33.81816	-84.03241	289			GA	135		
4227572	Twin Creeks	twin-creeks	US		0	America/New_York	33.589	-84.45132	282			GA	063		
4227602	Tyler Estates	tyler-estates	US		0	America/New_York	32.95485	-85.14966	207			GA	285		
4227611	Tyree	tyree	US		0	America/New_York	33.61511	-84.87938	365			GA	097		
4227614	Tyrone Acres	tyrone-acres	US		0	America/New_York	33.48484	-84.59826	289			GA	113		
4227621	Tyus	tyus	US		0	America/New_York	33.46761	-85.20217	363			GA	045		
4227627	Tyson Estates	tyson-estates	US		0	America/New_York	34.09177	-84.58966	332			GA	057		
4227655	Undine	undine	US		0	America/New_York	32.22741	-81.97956	46			GA	109		
4227670	Union (historical)	union-historical	US		0	America/New_York	31.16662	-81.64288	6			GA	127		
4227865	Union Junction	union-junction	US		0	America/New_York	32.05021	-81.1265	6	Union,Union Junction		GA	051		
4227967	Unity Grove	unity-grove	US		0	America/New_York	33.37623	-84.07075	246			GA	151		
4227980	University Estates	university-estates	US		0	America/New_York	33.58955	-84.33326	271			GA	063		
4227981	University Heights	university-heights	US		0	America/New_York	33.92428	-83.35266	221			GA	059		
4228001	Univeter	univeter	US		0	America/New_York	34.19621	-84.50049	324			GA	057		
4228006	Upland Estates	upland-estates	US		0	America/New_York	34.09649	-84.47493	278			GA	057		
4228022	Upper Bradley Place	upper-bradley-place	US		0	America/New_York	32.20515	-84.94576	76			GA	259		
4228112	Uptonville	uptonville	US		0	America/New_York	30.89967	-82.06817	26	Uptonville,Uptonville Station,Wainwright		GA	049		
4228114	Urquhart	urquhart	US		0	America/New_York	31.47378	-85.00937	101			GA	099		
4228142	Uvena	uvena	US		0	America/New_York	34.44344	-83.41655	246			GA	011		
4228143	Vacuna (historical)	vacuna-historical	US		0	America/New_York	30.78023	-81.68733	4			GA	039		
4228146	Valdo (historical)	valdo-historical	US		0	America/New_York	33.27984	-84.37687	237			GA	255		
4228160	Valencia Hill	valencia-hill	US		0	America/New_York	33.91788	-84.46549	306			GA	067		
4228164	Valley Forest	valley-forest	US		0	America/New_York	33.58511	-84.45743	290			GA	063		
4228175	Valley Hill Estates	valley-hill-estates	US		0	America/New_York	34.00899	-84.65521	303			GA	067		
4228176	Valley Hills	valley-hills	US		0	America/New_York	32.47653	-84.90271	104			GA	215		
4228181	Valley Oak Acres	valley-oak-acres	US		0	America/New_York	34.12399	-84.86077	222			GA	015		
4228184	Valley Pines	valley-pines	US		0	America/New_York	32.55709	-83.8988	158			GA	225		
4228193	Valley Woods	valley-woods	US		0	America/New_York	33.56039	-84.45187	266			GA	063		
4228195	Valleywood Corners	valleywood-corners	US		0	America/New_York	33.46623	-84.59437	295			GA	113		
4228197	Valona	valona	US		0	America/New_York	31.47828	-81.34399	4			GA	191		
4228200	Van Buren (historical)	van-buren-historical	US		0	America/New_York	32.87236	-83.54018	146			GA	169		
4228221	Vanceville	vanceville	US		0	America/New_York	31.43297	-83.44072	103			GA	277		
4228223	Vancise	vancise	US		0	America/New_York	31.61684	-84.28186	75			GA	095		
4228230	Vandiver Heights	vandiver-heights	US		0	America/New_York	34.02816	-84.48965	336			GA	067		
4228238	Vanna	vanna	US		0	America/New_York	34.2415	-83.07153	256			GA	147		
4228277	Vans Valley	vans-valley	US		0	America/New_York	34.13149	-85.32329	193	Vanns Valley,Vanns Valley Station,Vans Valley		GA	115		
4228294	Veal	veal	US		0	America/New_York	33.43595	-85.23022	361			GA	045		
4228295	Veal	veal	US		0	America/New_York	32.77932	-82.92737	116			GA	303		
4228313	Vel Manor	vel-manor	US		0	America/New_York	33.81066	-84.52049	263			GA	067		
4228314	Velpoe	velpoe	US		0	America/New_York	34.17678	-83.23404	242			GA	195		
4228316	Velta	velta	US		0	America/New_York	33.5965	-84.01491	243			GA	247		
4228323	Venture Cove	venture-cove	US		0	America/New_York	34.32843	-83.89574	340			GA	139		
4228326	Verdon Forest	verdon-forest	US		0	America/New_York	33.95955	-84.33937	310			GA	089		
4227942	Unity	unity	US	04988	0	America/New_York	34.37566	-83.3246	248			GA	119		
4228334	Vernon (historical)	vernon-historical	US		0	America/New_York	33.05707	-85.16161	197			GA	285		
4228338	Vernon Ferry Estates	vernon-ferry-estates	US		0	America/New_York	33.03679	-85.13327	215			GA	285		
4228341	Veazey	veazey	US		0	America/New_York	33.50457	-83.14099	170	Veazey,Veazy		GA	133		
4228345	Vernonburg	vernonburg	US		131	America/New_York	31.96577	-81.12011	2	Vernonburg,Vernonsburg		GA	051		
4228349	Vestavia Estates	vestavia-estates	US		0	America/New_York	34.09454	-84.64299	289			GA	057		
4228351	Vernon View	vernon-view	US		0	America/New_York	31.92883	-81.09872	3			GA	051		
4228357	Vickers	vickers	US		0	America/New_York	34.3526	-83.93685	351			GA	139		
4228365	Vickers Crossing	vickers-crossing	US		0	America/New_York	30.7341	-82.59513	38			GA	065		
4228380	Victoria Cove	victoria-cove	US		0	America/New_York	33.85566	-84.84661	352			GA	223		
4228382	Victoria Landing	victoria-landing	US		0	America/New_York	34.15371	-84.62188	256			GA	057		
4228384	Victoria Station	victoria-station	US		0	America/New_York	33.87067	-83.37988	199			GA	219		
4228386	Victory	victory	US		0	America/New_York	33.51122	-85.21022	286	McDaniels Mills,Victory		GA	045		
4228410	Victory Heights	victory-heights	US		0	America/New_York	32.04215	-81.06178	8			GA	051		
4228411	Victory Heights	victory-heights	US		0	America/New_York	32.56153	-84.94715	174			GA	215		
4228439	Vidette	vidette	US		110	America/New_York	33.03765	-82.24735	107			GA	033		
4228447	View Pointe	view-pointe	US		0	America/New_York	33.1029	-85.02549	205			GA	285		
4228449	Villa Chase	villa-chase	US		0	America/New_York	33.98649	-84.41826	316			GA	067		
4228450	Villa Crest	villa-crest	US		0	America/New_York	32.85292	-83.69213	157			GA	021		
4228465	Village at Watervale	village-at-watervale	US		0	America/New_York	33.53847	-82.06178	83			GA	073		
4228466	Village Bluff	village-bluff	US		0	America/New_York	31.22634	-81.35815	4			GA	127		
4228468	Village Gate	village-gate	US		0	America/New_York	33.96233	-83.96241	315			GA	135		
4228469	Village Green	village-green	US		0	America/New_York	31.9891	-81.20817	3			GA	051		
4228470	Village Green	village-green	US		0	America/New_York	34.07732	-84.58716	328			GA	057		
4228471	Village Green	village-green	US		0	America/New_York	33.58956	-83.92019	214			GA	217		
4228472	Village Green	village-green	US		0	America/New_York	32.78097	-83.71241	101			GA	021		
4228473	Village Green	village-green	US		0	America/New_York	34.07593	-84.28353	320			GA	121		
4228475	Village Mill	village-mill	US		0	America/New_York	33.94066	-84.31437	306			GA	089		
4228476	Village North	village-north	US		0	America/New_York	33.9376	-84.3077	295			GA	089		
4228486	Village West	village-west	US		0	America/New_York	33.51736	-82.05484	93			GA	245		
4228489	Villanow	villanow	US		0	America/New_York	34.67369	-85.11467	273	Sunset,Villanow		GA	295		
4228501	Vine City	vine-city	US		0	America/New_York	33.7615	-84.41021	298			GA	121		
4228502	Vineville	vineville	US		0	America/New_York	32.84431	-83.6599	151			GA	021		
4228511	Vineyard Crossroads	vineyard-crossroads	US		0	America/New_York	33.38123	-84.67132	277			GA	077		
4228518	Vinings	vinings	US		9734	America/New_York	33.86483	-84.46437	279	Crossroads,Vinings,Vinings Bridge,Vinings Station		GA	067		
4228521	Vinson (historical)	vinson-historical	US		0	America/New_York	33.93649	-85.04911	402			GA	223		
4228526	Vinson Village	vinson-village	US		0	America/New_York	32.78403	-83.71241	103			GA	021		
4228529	Vinton Woods	vinton-woods	US		0	America/New_York	33.58761	-84.36104	286			GA	063		
4228541	Virginia Highlands	virginia-highlands	US		0	America/New_York	33.78233	-84.35131	290			GA	121		
4228545	Vineyard Creek	vineyard-creek	US		0	America/New_York	34.11761	-83.08681	196			GA	195		
4228546	Visage (historical)	visage-historical	US		0	America/New_York	34.93009	-83.66711	628			GA	281		
4228549	Vista Terrace	vista-terrace	US		0	America/New_York	32.46598	-84.89826	111			GA	215		
4229062	Vonreg Subdivision	vonreg-subdivision	US		0	America/New_York	32.72792	-83.70768	124			GA	021		
4229073	Wades	wades	US		0	America/New_York	31.85016	-84.75714	158			GA	243		
4229090	Wagon Wheel	wagon-wheel	US		0	America/New_York	31.23686	-83.46183	82			GA	075		
4229095	Wahoma	wahoma	US		0	America/New_York	31.16077	-82.42763	47	Duke,Wahoma		GA	299		
4229098	Wahoo Forest	wahoo-forest	US		0	America/New_York	34.40315	-83.88185	341			GA	139		
4229102	Wahoo Valley	wahoo-valley	US		0	America/New_York	34.39732	-83.87629	348			GA	139		
4229107	Wakefield Mobile Home Park	wakefield-mobile-home-park	US		0	America/New_York	33.91345	-83.34544	225			GA	059		
4229123	Walden Woods	walden-woods	US		0	America/New_York	34.42649	-83.81324	377			GA	139		
4229638	Waterford South	waterford-south	US		0	America/New_York	32.52792	-83.55824	98			GA	153		
4229134	Walkee (historical)	walkee-historical	US		0	America/New_York	32.29489	-82.86597	69			GA	175		
4229180	Walker Grove Settlement	walker-grove-settlement	US		0	America/New_York	33.14931	-82.16651	109			GA	033		
4229182	Walker Hills	walker-hills	US		0	America/New_York	34.2426	-84.83327	250			GA	015		
4229209	Walker Mill	walker-mill	US		0	America/New_York	33.27067	-84.17159	213			GA	255		
4229215	Walker Park	walker-park	US		0	America/New_York	33.83706	-83.7349	287			GA	297		
4229217	Walker Place	walker-place	US		0	America/New_York	33.77872	-84.69466	336			GA	097		
4229239	Walkers Park	walkers-park	US		0	America/New_York	33.84705	-83.99047	294			GA	135		
4229244	Walkinshaw	walkinshaw	US		0	America/New_York	33.27709	-81.89456	34			GA	245		
4229253	Wallace (historical)	wallace-historical	US		0	America/New_York	33.80538	-84.33659	268			GA	089		
4229265	Wallaceville	wallaceville	US		0	America/New_York	34.89785	-85.31885	262	Wallaceville,Walliceville		GA	295		
4229288	Wallston	wallston	US		0	America/New_York	32.61959	-83.5999	94			GA	153		
4229290	Walnut (historical)	walnut-historical	US		0	America/New_York	34.67231	-83.92241	515			GA	187		
4229292	Walls Crossing	walls-crossing	US		0	America/New_York	32.25377	-84.37047	176			GA	249		
4229326	Walnut Hill (historical)	walnut-hill-historical	US		0	America/New_York	34.35372	-83.33655	257			GA	119		
4229354	Waltertown	waltertown	US		0	America/New_York	31.29966	-82.40235	42			GA	299		
4229362	Walthrall (historical)	walthrall-historical	US		0	America/New_York	33.94038	-85.27023	261			GA	233		
4229461	Wares Crossroads	wares-crossroads	US		0	America/New_York	33.10651	-85.07466	231	Ware Crossroad,Wares Crossroads		GA	285		
4229464	Waresville	waresville	US		0	America/New_York	33.22873	-85.23828	282	Wares Crossroads,Waresville		GA	149		
4229504	Warren Heights	warren-heights	US		0	America/New_York	33.72872	-84.69855	330			GA	097		
4229514	Warren Terrace	warren-terrace	US		0	America/New_York	34.93313	-85.28773	283			GA	295		
4229515	Warrens (historical)	warrens-historical	US		0	America/New_York	34.75119	-85.26718	257	Warren,Warrens (historical)		GA	295		
4229522	Warrick Homes	warrick-homes	US		0	America/New_York	31.78936	-82.34596	62			GA	001		
4229564	Washington Heights	washington-heights	US		0	America/New_York	31.55101	-84.15185	55			GA	095		
4229565	Washington Heights	washington-heights	US		0	America/New_York	33.73818	-82.7657	178			GA	317		
4229580	Washington Square	washington-square	US		0	America/New_York	32.52293	-83.90741	154			GA	225		
4229596	Wasilla Estates	wasilla-estates	US		0	America/New_York	33.83955	-84.69577	306			GA	067		
4229624	Water Pipe	water-pipe	US		0	America/New_York	31.85211	-84.63881	148			GA	243		
4229629	Water Valley (historical)	water-valley-historical	US		0	America/New_York	34.59592	-84.94633	198			GA	129		
4229636	Waterford Green	waterford-green	US		0	America/New_York	33.35706	-84.53798	243			GA	113		
4229637	Waterford Place	waterford-place	US		0	America/New_York	33.08123	-85.04855	206			GA	285		
4229639	Waterfront	waterfront	US		0	America/New_York	34.02482	-84.41243	302			GA	067		
4229670	Waters Store (historical)	waters-store-historical	US		0	America/New_York	34.3262	-85.07773	211			GA	115		
4229676	Waterton	waterton	US		0	America/New_York	33.88705	-83.97935	304			GA	135		
4229677	Watervale	watervale	US		0	America/New_York	33.52819	-82.05817	94			GA	073		
4229705	Watson Crossroads	watson-crossroads	US		0	America/New_York	31.72961	-85.01771	88			GA	061		
4229708	Watson Gap (historical)	watson-gap-historical	US		0	America/New_York	34.98397	-84.23186	575			GA	111		
4229709	Watson Glen	watson-glen	US		0	America/New_York	33.94177	-84.72883	354			GA	223		
4229743	Waverly Park	waverly-park	US		0	America/New_York	34.97202	-85.2494	220			GA	047		
4229744	Waverly Pines Park	waverly-pines-park	US		0	America/New_York	31.22801	-81.47899	7			GA	127		
4229745	Waverly Place	waverly-place	US		0	America/New_York	32.78764	-83.65907	112			GA	021		
4229750	Waverly Way	waverly-way	US		0	America/New_York	34.24621	-83.89851	361			GA	139		
4229751	Waverly Woods	waverly-woods	US		0	America/New_York	33.89928	-83.31182	219			GA	059		
4229752	Waverly Woods	waverly-woods	US		0	America/New_York	33.92705	-83.96241	317			GA	135		
4229755	Wax	wax	US		0	America/New_York	34.14315	-85.10328	224			GA	115		
4229761	Way Subdivision	way-subdivision	US		0	America/New_York	31.8316	-81.59511	16			GA	179		
4229777	Wayfare Estates	wayfare-estates	US		0	America/New_York	34.17871	-84.86077	254			GA	015		
4229790	Wayne Terrace	wayne-terrace	US		0	America/New_York	32.5207	-84.93604	112			GA	215		
4229818	Weather Wood	weather-wood	US		0	America/New_York	33.67761	-84.29798	251			GA	089		
4229826	Weatherly Park	weatherly-park	US		0	America/New_York	31.75075	-82.35374	59			GA	001		
4229827	Weatherly Woods	weatherly-woods	US		0	America/New_York	33.94512	-83.29821	214			GA	059		
4229831	Weaver (historical)	weaver-historical	US		0	America/New_York	33.10207	-84.29714	265			GA	231		
4229841	Weaver Heights	weaver-heights	US		0	America/New_York	32.86819	-83.57212	153			GA	021		
4229875	Webb Trailer Park	webb-trailer-park	US		0	America/New_York	33.58652	-83.1671	198			GA	133		
4229880	Weber	weber	US		0	America/New_York	31.23714	-83.13987	75			GA	019		
4229891	Wedgewood	wedgewood	US		0	America/New_York	33.38706	-84.83633	261			GA	077		
4229892	Wedgewood	wedgewood	US		0	America/New_York	33.38845	-84.54909	270			GA	113		
4229893	Wedgewood Forest	wedgewood-forest	US		0	America/New_York	34.07899	-84.27492	325			GA	121		
4229912	Weems Valley	weems-valley	US		0	America/New_York	32.53292	-84.95327	147			GA	215		
4229913	Wefanie	wefanie	US		0	America/New_York	31.77077	-81.81623	21			GA	183		
4229924	Welchell	welchell	US		0	America/New_York	34.40343	-83.9663	348			GA	139		
4229947	Welcome Hill	welcome-hill	US		0	America/New_York	34.57481	-85.31857	242			GA	055		
4229961	Weldon (historical)	weldon-historical	US		0	America/New_York	31.10963	-83.68767	77			GA	071		
4229968	Weldons Crossroads	weldons-crossroads	US		0	America/New_York	33.19429	-84.07075	217			GA	171		
4229978	Wellington Manor	wellington-manor	US		0	America/New_York	33.46178	-84.41159	272			GA	113		
4229979	Wellington Woods	wellington-woods	US		0	America/New_York	32.64459	-83.69574	139			GA	153		
4229980	Wells (historical)	wells-historical	US		0	America/New_York	34.64536	-84.75299	214			GA	213		
4230002	Welwood	welwood	US		0	America/New_York	31.96938	-81.13622	6			GA	051		
4230008	Weracoba Heights	weracoba-heights	US		0	America/New_York	32.47403	-84.96882	86			GA	215		
4230076	Wesley Heights	wesley-heights	US		0	America/New_York	32.47736	-84.89021	126			GA	215		
4230084	Wesley Oaks	wesley-oaks	US		0	America/New_York	31.16551	-81.37732	2			GA	127		
4230085	Wesley Park	wesley-park	US		0	America/New_York	33.51511	-84.40493	258			GA	063		
4230089	Wesley Station	wesley-station	US		0	America/New_York	33.84538	-84.65188	275			GA	067		
4230090	Wesley Woods	wesley-woods	US		0	America/New_York	32.47375	-84.90076	100			GA	215		
4230093	Wesleyan	wesleyan	US		0	America/New_York	32.87792	-83.7174	146			GA	021		
4230099	Wesleyan Estates	wesleyan-estates	US		0	America/New_York	32.89403	-83.72268	147			GA	021		
4230100	Wesleyan Hills	wesleyan-hills	US		0	America/New_York	32.91792	-83.7224	125			GA	021		
4230106	Wesleyan Woods	wesleyan-woods	US		0	America/New_York	32.88292	-83.7199	128			GA	021		
4230119	West Bainbridge	west-bainbridge	US		0	America/New_York	30.92519	-84.58325	30	Diffee,West Bainbridge		GA	087		
4230138	West Bremen	west-bremen	US		0	America/New_York	33.75566	-85.14773	416			GA	143		
4230139	West Brook	west-brook	US		0	America/New_York	34.49315	-84.45465	452	West Brook,Westbrook		GA	227		
4230140	West Brow	west-brow	US		0	America/New_York	34.92285	-85.41524	556			GA	083		
4230173	West End Park	west-end-park	US		0	America/New_York	33.73983	-84.4416	300			GA	121		
4230182	West Forest	west-forest	US		0	America/New_York	33.54428	-84.01991	228			GA	217		
4230184	West Crossing	west-crossing	US		0	America/New_York	33.73066	-85.24467	369			GA	143		
4230216	West Hampton	west-hampton	US		0	America/New_York	33.96205	-84.65271	330			GA	067		
4230217	West Hampton	west-hampton	US		0	America/New_York	33.52764	-82.06817	98			GA	073		
4230218	West Hampton	west-hampton	US		0	America/New_York	33.39289	-84.2902	263			GA	151		
4230221	West Highland	west-highland	US		0	America/New_York	31.5724	-84.17352	59			GA	095		
4230232	West Lake	west-lake	US		0	America/New_York	33.6715	-84.79633	323			GA	097		
4230240	West Lake Village	west-lake-village	US		0	America/New_York	33.01735	-85.13133	234			GA	285		
4230244	West Lynne	west-lynne	US		0	America/New_York	33.50986	-82.12067	126			GA	073		
4230250	West Newnan	west-newnan	US		0	America/New_York	33.38567	-84.82799	277			GA	077		
4230252	West Oak	west-oak	US		0	America/New_York	32.8357	-83.72546	153			GA	021		
4230270	West Road Acres	west-road-acres	US		0	America/New_York	33.55539	-84.47937	269			GA	121		
4230272	West Rome	west-rome	US		0	America/New_York	34.27926	-85.22606	196			GA	115		
4230296	West Springs	west-springs	US		0	America/New_York	33.85455	-84.70577	291			GA	067		
4230300	West Summerville	west-summerville	US		0	America/New_York	34.47259	-85.3694	218			GA	055		
4230304	West Town	west-town	US		0	America/New_York	31.56545	-84.19602	60			GA	095		
4230311	West Valdosta	west-valdosta	US		0	America/New_York	30.81576	-83.31487	64			GA	185		
4230325	West Wind	west-wind	US		0	America/New_York	33.09373	-85.01383	225			GA	285		
4230326	West Winter	west-winter	US		0	America/New_York	33.96095	-83.29821	234			GA	059		
4230327	West Wood	west-wood	US		0	America/New_York	32.99151	-85.09577	223			GA	285		
4230328	West Wyngate	west-wyngate	US		0	America/New_York	33.01596	-85.11883	235			GA	285		
4230329	Westbridge	westbridge	US		0	America/New_York	33.53067	-84.48243	274			GA	113		
4230330	Westbrook (historical)	westbrook-historical	US		0	America/New_York	32.24406	-83.00126	72			GA	175		
4230337	Westbrooke	westbrooke	US		0	America/New_York	32.42795	-81.80706	77			GA	031		
4230348	Western Pines	western-pines	US		0	America/New_York	33.73955	-84.74438	336			GA	097		
4230353	Westfork	westfork	US		0	America/New_York	34.00482	-84.83744	300			GA	223		
4230359	Westgate Estates	westgate-estates	US		0	America/New_York	32.81125	-83.66907	115			GA	021		
4230361	Westgate Park	westgate-park	US		0	America/New_York	33.999	-83.45072	224			GA	059		
4230374	Westminister	westminister	US		0	America/New_York	32.82708	-83.69963	123			GA	021		
4230397	Westover Plantation	westover-plantation	US		0	America/New_York	33.82316	-84.44104	236			GA	121		
4230398	Westpark	westpark	US		0	America/New_York	33.40039	-84.5916	255			GA	113		
4230400	Westridge	westridge	US		0	America/New_York	33.83205	-84.68549	294			GA	067		
4230414	Westside Hills	westside-hills	US		0	America/New_York	33.69539	-84.57132	256			GA	121		
4230437	Westward Ho	westward-ho	US		0	America/New_York	33.95982	-84.81466	281			GA	223		
4230438	Westwick	westwick	US		0	America/New_York	33.48661	-82.05349	95			GA	245		
4230445	Westwood Estates	westwood-estates	US		0	America/New_York	30.8127	-83.33599	67			GA	185		
4230446	Westwood Heights	westwood-heights	US		0	America/New_York	33.75622	-84.76577	324			GA	097		
4230447	Westwood Hills	westwood-hills	US		0	America/New_York	33.95123	-83.46072	206			GA	059		
4230449	Westwood Station	westwood-station	US		0	America/New_York	34.09177	-84.63966	288			GA	057		
4230457	Wexford Estates	wexford-estates	US		0	America/New_York	33.78205	-84.70021	348			GA	097		
4230458	Wexwood	wexwood	US		0	America/New_York	33.52845	-84.40743	273			GA	063		
4230459	Wexwood Glen	wexwood-glen	US		0	America/New_York	33.69205	-84.55521	260			GA	121		
4230460	Weybridge	weybridge	US		0	America/New_York	33.55233	-84.32381	268			GA	063		
4230467	Wewoka Estates	wewoka-estates	US		0	America/New_York	33.55456	-84.45187	285			GA	063		
4230470	Wheat Hill	wheat-hill	US		0	America/New_York	32.10604	-81.15622	6			GA	051		
4230479	Wheeler (historical)	wheeler-historical	US		0	America/New_York	34.56898	-84.74827	211			GA	129		
4230500	Wheeler Heights	wheeler-heights	US		0	America/New_York	32.82625	-83.55851	132			GA	021		
4230511	Whelchel	whelchel	US		0	America/New_York	34.39454	-83.86379	348			GA	139		
4230514	Wheless	wheless	US		0	America/New_York	33.4518	-82.04651	61			GA	245		
4230533	Whipples Crossing	whipples-crossing	US		0	America/New_York	32.52933	-83.05848	92			GA	175		
4230536	Whipporwill Ridge	whipporwill-ridge	US		0	America/New_York	33.39734	-84.47104	265			GA	113		
4230540	Whispering Pine Mobile Home Park	whispering-pine-mobile-home-park	US		0	America/New_York	33.54597	-82.13651	108			GA	073		
4230541	Whispering Pines	whispering-pines	US		0	America/New_York	32.87181	-83.77824	126			GA	021		
4230542	Whispering Pines	whispering-pines	US		0	America/New_York	32.84403	-83.54018	115			GA	021		
4230543	Whispering Pines	whispering-pines	US		0	America/New_York	33.40762	-84.69965	282			GA	077		
4230544	Whispering Pines	whispering-pines	US		0	America/New_York	33.31234	-85.10383	201			GA	149		
4230545	Whispering Pines	whispering-pines	US		0	America/New_York	31.6049	-84.17935	58			GA	095		
4230553	Whispering Woods Estates	whispering-woods-estates	US		0	America/New_York	33.73455	-84.68299	301			GA	097		
4230554	Whisperwoods	whisperwoods	US		0	America/New_York	33.7765	-84.57327	328			GA	067		
4230556	Whistleville	whistleville	US		0	America/New_York	33.99372	-83.78295	304			GA	013		
4230564	Whitaker Hills	whitaker-hills	US		0	America/New_York	33.789	-84.66577	305			GA	097		
4230614	White Forest	white-forest	US		0	America/New_York	33.94594	-84.79105	334			GA	223		
4230618	White Hill	white-hill	US		0	America/New_York	32.67989	-81.57316	73	White Hill,Whitehill		GA	251		
4230663	White Oak Estates	white-oak-estates	US		0	America/New_York	33.69178	-84.81216	338			GA	097		
4230672	White Path	white-path	US		0	America/New_York	34.75036	-84.41298	455	Nun-na-tsu-nega,Nunne-una-ga,White Path,Whitepath		GA	123		
4230693	White Rock (historical)	white-rock-historical	US		0	America/New_York	33.75652	-82.44068	151			GA	181		
4230699	White Sands	white-sands	US		0	America/New_York	34.31732	-83.86601	364			GA	139		
4230714	White Sulphur	white-sulphur	US		0	America/New_York	34.35621	-83.76684	367			GA	139		
4230720	White Sulphur Station (historical)	white-sulphur-station-historical	US		0	America/New_York	34.35649	-83.76573	366	Bowdre,White Sulphur Station (historical)		GA	139		
4230732	Whitehall Forest Estates	whitehall-forest-estates	US		0	America/New_York	33.68455	-84.31353	243			GA	089		
4230760	Whitemarsh Island	whitemarsh-island	US		6792	America/New_York	32.02882	-81.01678	1			GA	051		
4230762	Whitehouse Plantation	whitehouse-plantation	US		0	America/New_York	32.90014	-83.72379	142			GA	021		
4230784	Whites Lake	whites-lake	US		0	America/New_York	34.06871	-84.63605	300			GA	067		
4230812	Whitewater Estates	whitewater-estates	US		0	America/New_York	33.10123	-85.15828	211			GA	285		
4230818	Whitewater Woods	whitewater-woods	US		0	America/New_York	33.05651	-85.16355	212			GA	285		
4230825	Whitfield Farms	whitfield-farms	US		0	America/New_York	33.40678	-84.55604	265			GA	113		
4230839	Whitlock	whitlock	US		0	America/New_York	33.9426	-84.56799	317			GA	067		
4230843	Whitlock Farms	whitlock-farms	US		0	America/New_York	34.03371	-84.00991	335			GA	135		
4230867	Whitworth	whitworth	US		0	America/New_York	34.48399	-83.09487	256			GA	119		
4230875	Wickerhill	wickerhill	US		0	America/New_York	33.38317	-84.55159	255			GA	113		
4230876	Wickford	wickford	US		0	America/New_York	33.94593	-84.32715	346			GA	089		
4230877	Wickham Heights	wickham-heights	US		0	America/New_York	32.45181	-84.9166	106			GA	215		
4230878	Wicklow Acres	wicklow-acres	US		0	America/New_York	33.68677	-84.21881	268			GA	089		
4230889	Wier (historical)	wier-historical	US		0	America/New_York	34.52926	-84.17603	486			GA	187		
4230908	Wikle Store	wikle-store	US		0	America/New_York	34.76537	-83.59295	534			GA	137		
4230909	Wilbanks Circle	wilbanks-circle	US		0	America/New_York	33.91649	-84.78327	360			GA	223		
4230910	Wilbanks Corner	wilbanks-corner	US		0	America/New_York	34.49371	-83.56656	434	Wilbanks Corner,Wilbanks Corners		GA	137		
4230926	Wild (historical)	wild-historical	US		0	America/New_York	34.55537	-83.92769	386			GA	187		
4230928	Wild Fern	wild-fern	US		0	America/New_York	34.29427	-83.79073	364			GA	139		
4230968	Wildcross	wildcross	US		0	America/New_York	31.58212	-84.18102	69			GA	095		
4230997	Wildwood Estates	wildwood-estates	US		0	America/New_York	33.55844	-84.25631	255			GA	151		
4230998	Wildwood Estates	wildwood-estates	US		0	America/New_York	32.49376	-83.6938	113			GA	153		
4231001	Wildwood Heights	wildwood-heights	US		0	America/New_York	34.27427	-83.80962	374			GA	139		
4231010	Wildwood Springs	wildwood-springs	US		0	America/New_York	34.06871	-84.41187	326			GA	121		
4231013	Wiley Bridge Junction	wiley-bridge-junction	US		0	America/New_York	34.0826	-84.42687	307			GA	057		
4231041	Wilkins (historical)	wilkins-historical	US		0	America/New_York	34.25065	-85.033	189			GA	115		
4231056	Wilkinsons (historical)	wilkinsons-historical	US		0	America/New_York	33.02513	-84.17908	257			GA	171		
4231062	Wilkshire Estates	wilkshire-estates	US		0	America/New_York	33.56122	-84.36604	259			GA	063		
4231081	Willett	willett	US		0	America/New_York	32.44848	-84.95688	78			GA	215		
4231217	Williams Place	williams-place	US		0	America/New_York	33.86899	-84.02658	323			GA	135		
4231234	Williamsburg Estates	williamsburg-estates	US		0	America/New_York	34.29315	-85.26745	199			GA	115		
4231235	Williamsburg Manor	williamsburg-manor	US		0	America/New_York	31.99327	-81.14928	9			GA	051		
4231236	Williamsburg Park	williamsburg-park	US		0	America/New_York	33.59733	-84.43993	292			GA	063		
4231269	Willie	willie	US		0	America/New_York	32.01409	-81.66734	27			GA	179		
4231271	Williford (historical)	williford-historical	US		0	America/New_York	31.96406	-83.62906	114			GA	081		
4231275	Willingham (historical)	willingham-historical	US		0	America/New_York	31.54684	-83.90435	97			GA	321		
4231303	Willis Plaza	willis-plaza	US		0	America/New_York	32.4257	-84.93104	83			GA	215		
4231308	Willow (historical)	willow-historical	US		0	America/New_York	34.63065	-83.90491	453			GA	187		
4231309	Willow Bend	willow-bend	US		0	America/New_York	33.48845	-84.37048	265			GA	063		
4231310	Willow Bend	willow-bend	US		0	America/New_York	32.50236	-84.89826	93			GA	215		
4231315	Willow Creek Estates	willow-creek-estates	US		0	America/New_York	33.569	-84.43159	273			GA	063		
4231316	Willow Creek Subdivision	willow-creek-subdivision	US		0	America/New_York	33.439	-84.8016	270			GA	077		
4231329	Willow Run	willow-run	US		0	America/New_York	32.49098	-83.64574	100			GA	153		
4231337	Willow Tree	willow-tree	US		0	America/New_York	34.09843	-84.43354	305			GA	057		
4231338	Willow Wind	willow-wind	US		0	America/New_York	33.86594	-83.90157	306			GA	135		
4231339	Willow Woods	willow-woods	US		0	America/New_York	33.58206	-83.73629	247			GA	217		
4231341	Willowcreek	willowcreek	US		0	America/New_York	33.68372	-84.20492	247			GA	089		
4231342	Willowcrest	willowcrest	US		0	America/New_York	33.05985	-85.08966	208			GA	285		
4231344	Willowpeg	willowpeg	US		0	America/New_York	32.27797	-81.224	19			GA	103		
4231354	Wilmington Island	wilmington-island	US		15138	America/New_York	32.00355	-80.97372	3			GA	051		
4231356	Wilmington Park	wilmington-park	US		0	America/New_York	31.99383	-80.98817	3			GA	051		
4231359	Wilscot	wilscot	US		0	America/New_York	34.79509	-84.24353	576	Wellscott,Willscot,Wilscot		GA	111		
4231365	Wilshire	wilshire	US		0	America/New_York	33.82038	-84.21103	316			GA	089		
4231366	Wilshire	wilshire	US		0	America/New_York	31.98771	-81.1415	6			GA	051		
4231412	Wilson Mill	wilson-mill	US		0	America/New_York	34.71703	-84.24797	680			GA	111		
4231421	Wilsons Store	wilsons-store	US		0	America/New_York	32.95377	-81.97345	75			GA	033		
4231422	Wilsons Store	wilsons-store	US		0	America/New_York	33.30234	-84.98466	255			GA	149		
4231434	Wimbish Hills	wimbish-hills	US		0	America/New_York	32.87931	-83.68324	130			GA	021		
4231435	Wimbish Wood	wimbish-wood	US		0	America/New_York	32.88264	-83.6874	123			GA	021		
4231436	Wimbledon Woods	wimbledon-woods	US		0	America/New_York	32.85847	-83.73268	134			GA	021		
4231457	Windermere Woods	windermere-woods	US		0	America/New_York	33.57094	-84.43937	285			GA	063		
4231458	Windfall Heights	windfall-heights	US		0	America/New_York	33.94623	-83.2846	233			GA	059		
4231459	Windfield	windfield	US		0	America/New_York	32.45018	-81.74483	60			GA	031		
4231460	Windgate Forest	windgate-forest	US		0	America/New_York	33.39901	-84.55326	262			GA	113		
4231461	Windhaven	windhaven	US		0	America/New_York	33.94177	-84.30992	303			GA	089		
4231462	Windhaven Plantation	windhaven-plantation	US		0	America/New_York	33.50289	-84.25242	244			GA	151		
4231466	Windmill Creek	windmill-creek	US		0	America/New_York	33.9876	-84.86994	315			GA	223		
4231467	Windmill Plantation	windmill-plantation	US		0	America/New_York	33.56347	-82.20734	104			GA	073		
4231470	Windrush	windrush	US		0	America/New_York	34.02093	-84.43548	328			GA	067		
4231471	Windsong	windsong	US		0	America/New_York	33.46178	-84.61299	270			GA	113		
4231474	Windsor at Peachtree	windsor-at-peachtree	US		0	America/New_York	33.88399	-84.35687	262			GA	121		
4231475	Windsor Court	windsor-court	US		0	America/New_York	33.50708	-82.01039	75			GA	245		
4231477	Windsor Estates	windsor-estates	US		0	America/New_York	33.42734	-84.81132	270			GA	077		
4231478	Windsor Estates	windsor-estates	US		0	America/New_York	33.40123	-84.4277	264			GA	113		
4231479	Windsor Forest	windsor-forest	US		0	America/New_York	31.9766	-81.13233	6			GA	051		
4231480	Windsor Forest	windsor-forest	US		0	America/New_York	32.57598	-83.61824	116			GA	153		
4231481	Windsor Forest	windsor-forest	US		0	America/New_York	33.50208	-82.00484	59			GA	245		
4231489	Windsor Park	windsor-park	US		0	America/New_York	30.89159	-83.29376	63			GA	185		
4231490	Windsor Park	windsor-park	US		0	America/New_York	32.52625	-84.9316	117			GA	215		
4231493	Windsor Spring	windsor-spring	US		0	America/New_York	33.38486	-82.06901	125			GA	245		
4231495	Windsor Springs Estates	windsor-springs-estates	US		0	America/New_York	33.40819	-82.01401	49			GA	245		
4231499	Windsor on the Marsh	windsor-on-the-marsh	US		0	America/New_York	31.96938	-81.16344	5			GA	051		
4231500	Windward	windward	US		0	America/New_York	31.97465	-81.18622	1	Windward,Winward		GA	051		
4231501	Windward Acres	windward-acres	US		0	America/New_York	31.2419	-81.44843	4			GA	127		
4231502	Windwood	windwood	US		0	America/New_York	33.94732	-84.28187	300			GA	089		
4231504	Windwood Village	windwood-village	US		0	America/New_York	33.71733	-84.74744	327			GA	097		
4231506	Windy Acres Trailer Park	windy-acres-trailer-park	US		0	America/New_York	33.48347	-82.14067	124			GA	073		
4231507	Windy Creek	windy-creek	US		0	America/New_York	33.88928	-83.45572	211			GA	219		
4231511	Windy Hill	windy-hill	US		0	America/New_York	33.93762	-83.4321	209			GA	059		
4231513	Windy Hill Manor	windy-hill-manor	US		0	America/New_York	33.57067	-84.44298	285			GA	063		
4231517	Windy Ridge	windy-ridge	US		0	America/New_York	34.92675	-84.28881	542			GA	111		
4231518	Windy Ridge Estates	windy-ridge-estates	US		0	America/New_York	33.49403	-82.10734	137			GA	073		
4231529	Winkles (historical)	winkles-historical	US		0	America/New_York	33.91205	-85.24023	317			GA	233		
4231531	Winfield Hill	winfield-hill	US		0	America/New_York	33.63958	-82.43013	109			GA	073		
4231539	Winndale	winndale	US		0	America/New_York	33.89149	-84.81299	323			GA	223		
4231544	Winokur	winokur	US		0	America/New_York	31.03828	-82.02012	21	Green Head,Winokur		GA	049		
4231549	Winona Park	winona-park	US		0	America/New_York	31.22911	-82.38735	41			GA	299		
4231561	Winter Hills	winter-hills	US		0	America/New_York	33.96623	-83.2846	237			GA	059		
4231571	Winterwood	winterwood	US		0	America/New_York	31.56878	-84.23213	63			GA	095		
4231572	Winwood Forest	winwood-forest	US		0	America/New_York	34.72702	-85.28912	277			GA	295		
4231577	Wisdom Woods	wisdom-woods	US		0	America/New_York	33.40706	-84.59299	251			GA	113		
4231578	Wisdoms Store (historical)	wisdoms-store-historical	US		0	America/New_York	32.85291	-84.96632	250			GA	145		
4231579	Wise (historical)	wise-historical	US		0	America/New_York	33.85845	-82.96876	160			GA	221		
4231586	Wishing Well Hills	wishing-well-hills	US		0	America/New_York	33.66677	-84.29242	275			GA	089		
4231590	Withers	withers	US		0	America/New_York	30.85493	-82.9032	50	Forest Station,Withers		GA	065		
4231592	Withmere	withmere	US		0	America/New_York	33.96343	-84.32631	297			GA	089		
4231593	Witt Acres	witt-acres	US		0	America/New_York	33.79816	-84.61049	288			GA	067		
4231599	Woffords Settlement (historical)	woffords-settlement-historical	US		0	America/New_York	34.48066	-83.50239	290			GA	011		
4231665	Wolfbay	wolfbay	US		0	America/New_York	30.7994	-81.70233	6			GA	039		
4231688	Wolfs Head	wolfs-head	US		0	America/New_York	34.31121	-83.89851	349			GA	139		
4231699	Wonderland Estates	wonderland-estates	US		0	America/New_York	33.98567	-83.36099	232			GA	059		
4231706	Wood Glen	wood-glen	US		0	America/New_York	34.09065	-84.51549	287			GA	057		
4231713	Wood Valley	wood-valley	US		0	America/New_York	30.85437	-83.3246	52			GA	185		
4231714	Wood Valley	wood-valley	US		0	America/New_York	33.96066	-84.79161	318			GA	223		
4231715	Wood Valley	wood-valley	US		0	America/New_York	32.91263	-85.02521	217			GA	285		
4231716	Wood Valley	wood-valley	US		0	America/New_York	32.87153	-83.61629	116			GA	021		
4231717	Wood Valley Estates	wood-valley-estates	US		0	America/New_York	33.37651	-84.65049	265			GA	077		
4231720	Wood Valley	wood-valley	US		0	America/New_York	34.14982	-84.31076	312			GA	121		
4231723	Woodard Estates	woodard-estates	US		0	America/New_York	32.52598	-83.62518	107			GA	153		
4231732	Woodbriar East	woodbriar-east	US		0	America/New_York	34.1051	-83.98768	348			GA	135		
4231742	Woodcliff	woodcliff	US		0	America/New_York	32.74072	-81.76317	83			GA	251		
4231743	Woodcliffe Estates	woodcliffe-estates	US		0	America/New_York	34.30093	-85.1055	194			GA	115		
4231746	Woodcrest	woodcrest	US		0	America/New_York	32.90903	-83.74352	156			GA	021		
4231747	Woodcrest	woodcrest	US		0	America/New_York	33.65011	-84.28076	259			GA	089		
4231748	Woodcrest Subdivision	woodcrest-subdivision	US		0	America/New_York	31.55434	-83.94574	85			GA	321		
4231751	Woodfield	woodfield	US		0	America/New_York	33.57206	-84.29381	251			GA	063		
4231752	Woodfield	woodfield	US		0	America/New_York	33.56539	-83.84574	226			GA	217		
4231753	Woodfield	woodfield	US		0	America/New_York	33.01957	-85.09355	221			GA	285		
4231754	Woodfield Subdivision	woodfield-subdivision	US		0	America/New_York	32.57042	-83.58463	107			GA	153		
4231756	Woodfin Mill	woodfin-mill	US		0	America/New_York	33.1104	-84.23103	224	Etheridge Mill,Martins Mill,Woodfin Mill		GA	171		
4231760	Woodhaven Downs	woodhaven-downs	US		0	America/New_York	34.01371	-83.99213	334			GA	135		
4231761	Woodhaven Estates	woodhaven-estates	US		0	America/New_York	33.53595	-84.18936	238			GA	151		
4231762	Woodhaven High Ridge	woodhaven-high-ridge	US		0	America/New_York	33.95761	-83.44572	221			GA	059		
4231772	Woodland Acres	woodland-acres	US		0	America/New_York	33.58067	-83.95463	243			GA	217		
4231773	Woodland Acres	woodland-acres	US		0	America/New_York	31.57795	-84.11518	64			GA	095		
4231758	Woodgate	woodgate	US	13494	0	America/New_York	30.82854	-83.25543	63			GA	185		
4231786	Woodland Hills Mobile Home Park	woodland-hills-mobile-home-park	US		0	America/New_York	33.61678	-84.42159	278			GA	063		
4231793	Woodland Springs	woodland-springs	US		0	America/New_York	34.01622	-83.8974	308			GA	135		
4231794	Woodlands	woodlands	US		0	America/New_York	33.8779	-83.44433	219			GA	219		
4231797	Woodlawn Acres	woodlawn-acres	US		0	America/New_York	33.58067	-84.2652	250			GA	063		
4231813	Woodlawn Estates	woodlawn-estates	US		0	America/New_York	32.49542	-84.91521	94			GA	215		
4231821	Woodlawn Terrace	woodlawn-terrace	US		0	America/New_York	32.09271	-81.17872	7			GA	051		
4231822	Woodlawn Terrace	woodlawn-terrace	US		0	America/New_York	32.42129	-81.76678	59			GA	031		
4231828	Woodpin Estates	woodpin-estates	US		0	America/New_York	34.21815	-85.14634	224			GA	115		
4231831	Woodridge Estates	woodridge-estates	US		0	America/New_York	32.00549	-80.96206	1			GA	051		
4231833	Woodridge North	woodridge-north	US		0	America/New_York	33.88401	-83.41099	228			GA	219		
4231835	Woodcraft	woodcraft	US		0	America/New_York	33.08012	-84.71854	244			GA	199		
4231869	Woods Valley	woods-valley	US		0	America/New_York	33.679	-84.77883	323			GA	097		
4231870	Woodsmill	woodsmill	US		0	America/New_York	33.40845	-84.59937	270			GA	113		
4231871	Woodsmoke	woodsmoke	US		0	America/New_York	33.34762	-84.85549	258			GA	077		
4231875	Woodstock (historical)	woodstock-historical	US		0	America/New_York	30.83079	-81.95372	1			GA	049		
4231889	Woodstock Station	woodstock-station	US		0	America/New_York	34.09815	-84.51438	273			GA	057		
4231891	Woodstone	woodstone	US		0	America/New_York	33.58039	-84.34409	273			GA	063		
4231892	Woodstown (historical)	woodstown-historical	US		0	America/New_York	33.43901	-83.9563	198			GA	151		
4231893	Woodstream	woodstream	US		0	America/New_York	33.67983	-84.1902	262			GA	089		
4231910	Woodwind South	woodwind-south	US		0	America/New_York	31.82799	-81.60539	27			GA	179		
4231911	Woodwind Station	woodwind-station	US		0	America/New_York	34.1001	-84.56438	323			GA	057		
4231912	Woody Acres	woody-acres	US		0	America/New_York	32.51959	-83.7138	114			GA	153		
4231933	Woolfolk (historical)	woolfolk-historical	US		0	America/New_York	32.3632	-84.9716	102			GA	053		
4231934	Woollys (historical)	woollys-historical	US		0	America/New_York	34.23815	-84.993	207			GA	015		
4231935	Woolsey	woolsey	US		166	America/New_York	33.36234	-84.41215	255	Woolsey,Woolseyville		GA	113		
4231940	Woolsey Woods	woolsey-woods	US		0	America/New_York	33.34234	-84.41187	251			GA	113		
4231943	Woolsey Creek Plantation	woolsey-creek-plantation	US		0	America/New_York	33.35956	-84.41381	249			GA	113		
4231957	Workmore	workmore	US		0	America/New_York	31.93518	-82.93931	79			GA	271		
4231966	Wormsloe	wormsloe	US		0	America/New_York	31.9783	-81.07121	3			GA	051		
4231970	Worner (historical)	worner-historical	US		0	America/New_York	31.89378	-84.45853	122	Warner,Worner (historical)		GA	273		
4231972	Worley Crossroads	worley-crossroads	US		0	America/New_York	34.37815	-84.46326	392			GA	057		
4231984	Worthington Estates	worthington-estates	US		0	America/New_York	33.65483	-84.80216	306			GA	097		
4231993	Wrayswood	wrayswood	US		0	America/New_York	33.69346	-83.3146	170			GA	133		
4232003	Wrens Station	wrens-station	US		0	America/New_York	33.19376	-82.4004	125			GA	163		
4232015	Wright Mill	wright-mill	US		0	America/New_York	34.91008	-84.19214	556			GA	111		
4232043	Wrights Mill	wrights-mill	US		0	America/New_York	32.61042	-83.65463	117			GA	153		
4232057	Wriley	wriley	US		0	America/New_York	32.84848	-83.15821	75			GA	319		
4232064	Wyloway	wyloway	US		0	America/New_York	33.89455	-84.17158	282			GA	135		
4232065	Wymberly	wymberly	US		0	America/New_York	31.97605	-81.06094	3			GA	051		
4232066	Wymberly	wymberly	US		0	America/New_York	33.50569	-82.14956	128			GA	073		
4232067	Wymberly on the Marsh	wymberly-on-the-marsh	US		0	America/New_York	31.98466	-81.06428	3			GA	051		
4232068	Wymberly-On-The-Marsh	wymberly-on-the-marsh	US		0	America/New_York	31.17773	-81.38149	4			GA	127		
4232069	Wyndham Farms	wyndham-farms	US		0	America/New_York	34.12732	-84.28159	342			GA	121		
4232070	Wynford Chase	wynford-chase	US		0	America/New_York	33.92233	-84.6391	293			GA	067		
4232081	Wynngate	wynngate	US		0	America/New_York	33.51958	-82.08984	106			GA	073		
4232082	Wynnmeade	wynnmeade	US		0	America/New_York	33.40567	-84.61243	256			GA	113		
4232087	Wynnton	wynnton	US		0	America/New_York	32.46764	-84.95076	92			GA	215		
4232089	Wynnton Grove	wynnton-grove	US		0	America/New_York	32.4807	-84.95465	109			GA	215		
4232092	Wynterhall	wynterhall	US		0	America/New_York	33.95343	-84.34131	329			GA	089		
4232096	Yacht Club Estates	yacht-club-estates	US		0	America/New_York	34.11371	-84.65521	290			GA	057		
4232104	Yancey (historical)	yancey-historical	US		0	America/New_York	34.15426	-85.29106	216			GA	115		
4232111	Yarbroughs Mill	yarbroughs-mill	US		0	America/New_York	34.42731	-84.7741	207	Pine Log Mill,Yarbrough,Yarbroughs Mill		GA	129		
4232114	Yates	yates	US		0	America/New_York	33.46345	-84.89494	238			GA	077		
4232117	Yates Crossroads	yates-crossroads	US		0	America/New_York	33.36789	-85.23217	355	Sheets,Yates Crossroads		GA	149		
4232145	Yellowdirt	yellowdirt	US		0	America/New_York	33.414	-85.04078	234	Yellow Dirt,Yellowdirt		GA	149		
4232163	Yellow River (historical)	yellow-river-historical	US		0	America/New_York	33.87455	-84.08269	258			GA	135		
4232175	Yeomans	yeomans	US		0	America/New_York	31.83544	-84.46686	121	Yeomans,Yoemans		GA	273		
4232183	Yonah	yonah	US		507	America/New_York	34.64121	-83.75351	472	Parks,Yonah		GA	311		
4232208	Youman	youman	US		0	America/New_York	31.25994	-82.25429	42			GA	229		
4232220	Young Acres	young-acres	US		0	America/New_York	33.02346	-85.10077	222			GA	285		
4232244	Young Park	young-park	US		0	America/New_York	33.76844	-84.73966	310			GA	097		
4232249	Youngblood Corners (historical)	youngblood-corners-historical	US		0	America/New_York	32.8857	-83.19015	151			GA	319		
4232260	Youngcane (historical)	youngcane-historical	US		0	America/New_York	34.83259	-84.0788	591			GA	291		
4232263	Youngs	youngs	US		0	America/New_York	33.94788	-85.22328	256			GA	233		
4232283	Youth	youth	US		0	America/New_York	33.78539	-83.85601	281			GA	297		
4232299	Zaidee	zaidee	US		0	America/New_York	32.37406	-82.52902	101			GA	283		
4232305	Zebina	zebina	US		0	America/New_York	33.16459	-82.35374	122			GA	163		
4232327	Zellobee	zellobee	US		0	America/New_York	32.29626	-84.62048	156	Curron,Zellobee,Zellobee Station		GA	197		
4232328	Zenith	zenith	US		0	America/New_York	32.61181	-83.97769	178			GA	079		
4232332	Zetella	zetella	US		0	America/New_York	33.24095	-84.38215	262			GA	255		
4232335	Zetto	zetto	US		0	America/New_York	31.5935	-84.93687	117			GA	061		
4232336	Zidon (historical)	zidon-historical	US		0	America/New_York	34.30594	-83.23599	199			GA	119		
4232339	Zingara	zingara	US		0	America/New_York	33.74789	-83.97408	284			GA	247		
4232460	Zirkle (historical)	zirkle-historical	US		0	America/New_York	31.35438	-82.04567	17			GA	229		
4232471	Zula (historical)	zula-historical	US		0	America/New_York	34.45675	-85.18578	199			GA	055		
4232472	Zuta	zuta	US		0	America/New_York	31.32078	-81.58399	6			GA	127		
4232509	Adams Corner	adams-corner	US		0	America/Chicago	38.5131	-87.74197	139	Adams Corner,Adams Corners		IL	185		
4232525	Aden	aden	US		0	America/Chicago	38.24171	-88.45838	122			IL	065	17809	
4232528	Adenmoor	adenmoor	US		0	America/Chicago	39.36587	-87.7967	189	Adenmoor,Adenmore,Ardenmoor		IL	023	02908	
4232554	Akin	akin	US		0	America/Chicago	37.9881	-88.74756	144			IL	055	21735	
4232557	Akin Junction	akin-junction	US		0	America/Chicago	38.01005	-88.76145	132			IL	055	21735	
4232562	Alandale	alandale	US		0	America/Chicago	38.93894	-90.22928	183	Alan Dale,Alandale,Allendale		IL	119	30107	
4232588	Aldridge	aldridge	US		0	America/Chicago	37.55838	-89.4701	107			IL	181		
4232631	Allens Spring	allens-spring	US		0	America/Chicago	37.36894	-88.657	147	Allen Springs,Allen's Spring,Allens Spring		IL	151		
4232632	Allenville	allenville	US		146	America/Chicago	39.55559	-88.52978	198	Allenville,Farlow,Nelson Station		IL	139	22099	
4232648	Allright	allright	US		0	America/Chicago	39.29726	-87.74892	178			IL	023	01465	
4232652	Alorton	alorton	US		1933	America/Chicago	38.58977	-90.12011	127	Alorton,Fireworks		IL	163	12210	
4232710	America	america	US		0	America/Chicago	37.13838	-89.12368	108	America,Caledonia,North Caledonia		IL	153		
4232842	Appalokia (historical)	appalokia-historical	US		0	America/Chicago	39.59033	-89.98789	201			IL	137		
4233003	Athensville	athensville	US		0	America/Chicago	39.4556	-90.18928	180			IL	061	02700	
4233017	Attila	attila	US		0	America/Chicago	37.76977	-88.77117	170			IL	199		
4233048	Augsburg	augsburg	US		0	America/Chicago	38.86671	-89.0134	171			IL	051	81568	
4233070	Avena	avena	US		0	America/Chicago	39.00754	-88.92784	178			IL	051	68549	
4233075	Avery Hill	avery-hill	US		0	America/Chicago	38.55311	-90.02705	174			IL	163	66729	
4233082	Ayers	ayers	US		0	America/Chicago	38.96366	-89.45203	180			IL	005	40741	
4233134	Bakers Crossroads	bakers-crossroads	US		0	America/Chicago	37.62811	-89.1148	181			IL	199		
4233135	Bakerville	bakerville	US		0	America/Chicago	38.25838	-88.89757	132			IL	081	20227	
4233137	Balcom	balcom	US		0	America/Chicago	37.41311	-89.20619	152			IL	181		
4233156	Baldwin Heights	baldwin-heights	US		0	America/Chicago	38.44977	-89.14479	169			IL	189	37790	
4233180	Banklick	banklick	US		0	America/Chicago	37.82727	-88.70228	130			IL	165	28274	
4233237	Barr	barr	US		0	America/Chicago	39.40477	-90.10428	203	Barr,Barr's Store,Barrs Store		IL	117	03792	
4233239	Barr	barr	US		0	America/Chicago	39.96199	-89.69705	187			IL	167	25323	
4233302	Baum	baum	US		0	America/Chicago	39.32755	-90.31567	190			IL	061	43809	
4233321	Bayle City	bayle-city	US		0	America/Chicago	39.11393	-89.16619	187	Bayle,Bayle City		IL	051	70876	
4233323	Baylestown	baylestown	US		0	America/Chicago	39.09144	-89.87954	200	Bayless,Baylestown,Boylestown		IL	117	29249	
4233336	Beamington	beamington	US		0	America/Chicago	39.67088	-89.59176	178			IL	167	03506	
4233379	Bearsdale	bearsdale	US		0	America/Chicago	39.89698	-89.01119	210	Bearsdale,Lickskillit		IL	115	34527	
4233386	Beaucoup	beaucoup	US		0	America/Chicago	38.34977	-89.29202	163			IL	189	04442	
4233464	Bee Creek	bee-creek	US		0	America/Chicago	39.40033	-90.63596	137	Bee Creek,Beecreek		IL	149	58356	
4233473	Beechville	beechville	US		0	America/Chicago	38.97144	-90.64762	165			IL	013		
4233504	Bell Ridge	bell-ridge	US		0	America/Chicago	39.50781	-87.76475	202			IL	045	74288	
4233513	Bellair	bellair	US		0	America/Chicago	39.14198	-87.94531	168	Bell Air,Bellair		IL	033	43315	
4233516	Belle Prairie City	belle-prairie-city	US		53	America/Chicago	38.22255	-88.55533	145	Belle City,Belle Prairie,Belle Prairie City,Belleprairie		IL	065	17809	
4233544	Belltown	belltown	US		0	America/Chicago	39.38255	-90.4079	151	Belltown,New Providence		IL	061	81269	
4233546	Belmont Village	belmont-village	US		0	America/Chicago	38.94227	-90.18455	186			IL	119	30107	
4233550	Beltrees	beltrees	US		0	America/Chicago	38.95949	-90.32567	138			IL	083	23789	
4233566	Bender (historical)	bender-historical	US		0	America/Chicago	37.37894	-88.89201	107			IL	087		
4233583	Bennett Landing	bennett-landing	US		0	America/Chicago	37.53394	-89.49843	106			IL	181		
4233599	Benton Park	benton-park	US		0	America/Chicago	38.05977	-88.91479	135	Benton City Park,Benton Park		IL	055	24686	
4233608	Benville	benville	US		0	America/Chicago	39.86421	-90.86485	223			IL	009	09291	
4233610	Berdan	berdan	US		0	America/Chicago	39.36505	-90.3954	155			IL	061	11475	
4233700	Bethel (historical)	bethel-historical	US		0	America/Chicago	38.70421	-88.68811	157			IL	025	70486	
4233816	Beulah Heights	beulah-heights	US		0	America/Chicago	37.80866	-88.45421	119			IL	165	21709	
4233830	Bible Grove	bible-grove	US		0	America/Chicago	38.87199	-88.44616	155	Bible Grove,Biblegrove,Georgetown		IL	025	05807	
4233836	Biddleborn	biddleborn	US		0	America/Chicago	38.29783	-89.68482	136			IL	189	44108	
4233921	Billett	billett	US		0	America/Chicago	38.66449	-87.65225	128	Billet,Billett		IL	101	19395	
4233924	Bingman Station	bingman-station	US		0	America/Chicago	38.0831	-88.24476	134			IL	193	11306	
4233925	Binney	binney	US		0	America/Chicago	38.99005	-89.72731	185			IL	119	55834	
4233930	Birch Island	birch-island	US		0	America/Chicago	39.13144	-90.68123	132			IL	013		
4233940	Birds	birds	US		51	America/Chicago	38.83699	-87.6678	133			IL	101	07198	
4233946	Birkner	birkner	US		0	America/Chicago	38.56227	-90.02927	154			IL	163	04858	
4233953	Bissell	bissell	US		0	America/Chicago	39.84616	-89.58177	177	Bissel,Bissell		IL	167	14858	
4234005	Blackland	blackland	US		0	America/Chicago	39.76143	-89.10397	188			IL	115	06769	
4234046	Block	block	US		0	America/Chicago	39.96837	-88.0856	217			IL	019	69888	
4234108	Blueville	blueville	US		0	America/Chicago	39.66227	-89.39203	180			IL	021	09239	
4234114	Bluff Junction	bluff-junction	US		0	America/Chicago	38.81838	-89.9826	141			IL	119	22710	
4234130	Bluffside	bluffside	US		0	America/Chicago	38.48394	-90.15483	178			IL	163	73456	
4234146	Bodmann	bodmann	US		0	America/Chicago	39.88281	-88.57923	206			IL	147	05157	
4234150	Bohleysville	bohleysville	US		0	America/Chicago	38.41533	-90.11872	188			IL	163	49399	
4234206	Bongard	bongard	US		0	America/Chicago	39.9242	-88.12365	207			IL	019	17588	
4234223	Boos	boos	US		0	America/Chicago	38.93004	-88.11087	154	Boos,Boos Station		IL	079	27390	
4234226	Boothby	boothby	US		0	America/Chicago	38.00227	-88.77867	139			IL	055	21735	
4234235	Borton	borton	US		0	America/Chicago	39.65587	-87.93392	203			IL	045	23958	
4234237	Boskydell	boskydell	US		0	America/Chicago	37.67116	-89.21369	126			IL	077	46227	
4234283	Bowlesville (historical)	bowlesville-historical	US		0	America/Chicago	37.67421	-88.21254	128			IL	059	07536	
4234290	Bowman (historical)	bowman-historical	US		0	America/Chicago	39.13755	-90.24456	159			IL	083	25973	
4234317	Boyleston	boyleston	US		0	America/Chicago	38.36144	-88.44255	132			IL	191	05950	
4234323	Bradbury	bradbury	US		0	America/Chicago	39.3242	-88.24282	184			IL	035	16587	
4234333	Bradfordton	bradfordton	US		0	America/Chicago	39.82338	-89.73955	180	Bradford Station,Bradfordton		IL	167	28651	
4234334	Bradley (historical)	bradley-historical	US		0	America/Chicago	37.94116	-89.56704	161			IL	077	07731	
4234391	Briar Hill	briar-hill	US		0	America/Chicago	38.57311	-90.06316	175			IL	163	12210	
4234417	Bridgeport (historical)	bridgeport-historical	US		0	America/Chicago	39.52505	-90.57929	134			IL	171		
4234445	Bristol (historical)	bristol-historical	US		0	America/Chicago	38.93838	-88.63561	169			IL	049	47462	
4234564	Browns Crossing	browns-crossing	US		0	America/Chicago	39.72394	-89.984	199			IL	167	52181	
4234576	Brownsport (historical)	brownsport-historical	US		0	America/Chicago	38.05616	-88.04253	114			IL	193	33591	
4234586	Brownton (historical)	brownton-historical	US		0	America/Chicago	39.76366	-90.19123	189			IL	137		
4234587	Brubaker	brubaker	US		0	America/Chicago	38.6931	-88.87645	177			IL	121	00932	
4234728	Buckhart	buckhart	US		0	America/Chicago	39.74977	-89.44481	172			IL	167	16223	
4234763	Buffalo Hart	buffalo-hart	US		0	America/Chicago	39.91394	-89.4476	190	Buffalo Hart,Buffalo Heart Station		IL	167	09486	
4234788	Bulldog Crossing	bulldog-crossing	US		0	America/Chicago	39.79559	-89.01258	210			IL	115	71357	
4234805	Bungay	bungay	US		0	America/Chicago	38.17921	-88.40866	122			IL	065	04481	
4234807	Bunje	bunje	US		0	America/Chicago	38.99255	-89.5912	180			IL	005	69641	
4234826	Bunkum	bunkum	US		0	America/Chicago	38.62088	-90.04483	130			IL	163	10968	
4234857	Burksville	burksville	US		0	America/Chicago	38.26727	-90.15261	198			IL	133		
4234860	Burksville Station	burksville-station	US		0	America/Chicago	38.26811	-90.11844	203	Burksville Station,New Design		IL	133		
4234890	Burrowsville	burrowsville	US		0	America/Chicago	39.79948	-88.63312	205			IL	147	12275	
4234904	Busenville	busenville	US		0	America/Chicago	39.98726	-87.67558	207			IL	183	28976	
4234969	Cahokia	cahokia	US		14402	America/Chicago	38.57088	-90.19011	124	Cahokia,Cahos,Canokia,Caokia,Caoquias,Caouaouce,Cohokies,Fort Bowman,Kahokia,Kahokias,Kakhokija,Kaohia,Kaos,Notre Dame des Kohokias,Sainte Famille des Kaoquias,kahwkya,kyahokiya,Кахокија,كاهوكيا,क्याहोकिया		IL	163	12210	
4234993	Cairo Junction	cairo-junction	US		0	America/Chicago	37.04088	-89.19174	93			IL	003		
4235072	Cambon	cambon	US		0	America/Chicago	37.89949	-88.99813	119			IL	055	19421	
4235080	Calftown (historical)	calftown-historical	US		0	America/Chicago	39.92643	-91.40348	179			IL	001	62380	
4235101	Camp Ground	camp-ground	US		0	America/Chicago	38.33894	-88.83506	161			IL	081	51193	
4235115	Camp Travis	camp-travis	US		0	America/Chicago	38.66005	-88.33143	137			IL	025	14728	
4235136	Campbellsburg (historical)	campbellsburg-historical	US		0	America/Chicago	39.68366	-89.42037	180			IL	021	09239	
4235186	Capitol Oaks	capitol-oaks	US		0	America/Chicago	38.59005	-89.96844	175			IL	163	11657	
4235223	Carlsburg	carlsburg	US		0	America/Chicago	39.08338	-89.72231	210			IL	117	51037	
4235319	Cartter	cartter	US		0	America/Chicago	38.54116	-88.91228	168			IL	121	32187	
4235359	Casner	casner	US		0	America/Chicago	39.80031	-88.79118	215	Casner,Casner Station		IL	115	44511	
4235362	Caspars	caspars	US		0	America/Chicago	38.30005	-89.66176	140	Caspar's,Caspars,Caspspers		IL	189	44108	
4235366	Cass (historical)	cass-historical	US		0	America/Chicago	39.9681	-90.26929	180			IL	017	67600	
4235375	Castle Fin	castle-fin	US		0	America/Chicago	39.47004	-87.73336	192			IL	023	20461	
4235380	Catfish (historical)	catfish-historical	US		0	America/Chicago	39.6717	-87.92781	201			IL	045	23958	
4235437	Cedar Hills	cedar-hills	US		0	America/Chicago	37.6045	-88.94313	160			IL	199		
4235518	Centerville Station	centerville-station	US		0	America/Chicago	38.55727	-90.10928	126			IL	163	12210	
4235618	Chalfin Bridge	chalfin-bridge	US		0	America/Chicago	38.212	-90.26873	120			IL	133		
4235620	Challacombe	challacombe	US		0	America/Chicago	39.21838	-90.12122	164			IL	117	13178	
4235627	Chamness (historical)	chamness-historical	US		0	America/Chicago	37.67699	-88.98868	138			IL	199		
4235679	Charlottsville (historical)	charlottsville-historical	US		0	America/Chicago	38.83477	-87.75503	134			IL	101	07198	
4235711	Cherry Hill Estates	cherry-hill-estates	US		0	America/Chicago	38.42894	-87.76281	128			IL	185		
4235713	Cherry Lane Estates	cherry-lane-estates	US		0	America/Chicago	39.90477	-91.3807	178			IL	001	62380	
4235723	Cheshire Hills	cheshire-hills	US		0	America/Chicago	39.94005	-91.34793	219			IL	001	62380	
4235735	Chestline	chestline	US		0	America/Chicago	39.84477	-90.95986	218			IL	001	05742	
4235739	Chicken Bristle	chicken-bristle	US		0	America/Chicago	39.83614	-88.36672	204			IL	041	28755	
4235744	Chinatown	chinatown	US		0	America/Chicago	38.72699	-89.94705	178			IL	119	15612	
4235747	Chipps	chipps	US		0	America/Chicago	39.63309	-88.58117	198			IL	139	38609	
4235752	Chittyville	chittyville	US		0	America/Chicago	37.82949	-89.02785	120			IL	199		
4235816	Choat	choat	US		0	America/Chicago	37.21339	-88.79867	114	Choat,Crossroads,Forktown,Morgantown		IL	127		
4235904	Cimic	cimic	US		0	America/Chicago	39.59005	-89.65593	186			IL	167	20058	
4235934	Clank	clank	US		0	America/Chicago	37.18838	-89.32508	104			IL	003		
4235952	Clark Center	clark-center	US		0	America/Chicago	39.36254	-87.78197	187	Auburn,Clark Center,Clark Centre,Lodi		IL	023	02908	
4235977	Clarmin	clarmin	US		0	America/Chicago	38.22116	-89.69954	153			IL	189	44108	
4236044	Cleone	cleone	US		0	America/Chicago	39.42309	-87.90753	198			IL	023	57667	
4236051	Cliffdale	cliffdale	US		0	America/Chicago	39.3606	-90.62651	134			IL	013		
4236055	Clifton Terrace	clifton-terrace	US		0	America/Chicago	38.92949	-90.25567	133			IL	119	30107	
4236061	Clifty Heights	clifty-heights	US		0	America/Chicago	37.60061	-88.94368	165			IL	199		
4236154	Coles	coles	US		0	America/Chicago	39.52031	-88.47116	201	Cole Station,Coles		IL	139	81451	
4236220	Columbiana (historical)	columbiana-historical	US		0	America/Chicago	39.29727	-90.6004	129			IL	061	06860	
4236223	Columbus (historical)	columbus-historical	US		0	America/Chicago	39.76394	-90.60429	136			IL	171		
4236235	Commanche Village	commanche-village	US		0	America/Chicago	39.59227	-89.62204	184			IL	167	20058	
4236249	Compro	compro	US		0	America/Chicago	39.58977	-89.7826	195			IL	167	02928	
4236254	Conant	conant	US		0	America/Chicago	38.05588	-89.48231	140	Conant,Conants Station		IL	145		
4236295	Confidence	confidence	US		0	America/Chicago	38.92282	-88.92645	174			IL	051	56913	
4236301	Conlogue	conlogue	US		0	America/Chicago	39.59003	-87.79308	219			IL	045	30822	
4236322	Conwayville (historical)	conwayville-historical	US		0	America/Chicago	39.23616	-90.39928	138			IL	061	38882	
4236337	Cooks Mills	cooks-mills	US		0	America/Chicago	39.58253	-88.40616	200	Cook's Mills,Cooks Mills		IL	029	54014	
4236389	Cordes	cordes	US		0	America/Chicago	38.29616	-89.45731	154			IL	189	59858	
4236406	Cornerville	cornerville	US		0	America/Chicago	37.90699	-88.62339	141			IL	165	74509	
4236440	Cotton Hill	cotton-hill	US		0	America/Chicago	39.69616	-89.6301	171			IL	167	11046	
4236458	Country Club Estates	country-club-estates	US		0	America/Chicago	39.46948	-88.32949	212			IL	029	40637	
4236461	Country Meadows	country-meadows	US		0	America/Chicago	39.98088	-91.36126	212			IL	001	23412	
4236491	Cowling	cowling	US		0	America/Chicago	38.31144	-87.9392	120	Cowling,Rossdale		IL	185		
4236510	Crab Orchard Estates	crab-orchard-estates	US		0	America/Chicago	37.74949	-89.14758	137			IL	199		
4236551	Crain	crain	US		0	America/Chicago	37.78005	-89.50787	117			IL	077	40104	
4236555	Crainville	crainville	US		1381	America/Chicago	37.75199	-89.06785	143			IL	199		
4236566	Cravat	cravat	US		0	America/Chicago	38.42366	-89.09313	171			IL	081	30731	
4236586	Crawfordsville (historical)	crawfordsville-historical	US		0	America/Chicago	38.86671	-87.66947	137			IL	033	50205	
4236603	Crenshaw Crossing	crenshaw-crossing	US		0	America/Chicago	37.77394	-88.97952	134			IL	199		
4236621	Crisp	crisp	US		0	America/Chicago	38.43949	-88.59561	139			IL	191	34501	
4236664	Cross Roads (historical)	cross-roads-historical	US		0	America/Chicago	37.46727	-88.777	132			IL	087		
4236714	Cruse	cruse	US		0	America/Chicago	38.82171	-88.67783	167			IL	025	56835	
4236809	Damiansville	damiansville	US		495	America/Chicago	38.51005	-89.61954	130			IL	027	44667	
4236813	Danley	danley	US		0	America/Chicago	38.09561	-90.11567	118			IL	157		
4236814	Dareville	dareville	US		0	America/Chicago	38.19838	-88.97646	131	Dareville,Elk Prairie		IL	081	23334	
4236821	Darmstadt (historical)	darmstadt-historical	US		0	America/Chicago	38.45505	-90.14511	199			IL	163	49399	
4236834	Darmstadt	darmstadt	US		68	America/Chicago	38.32088	-89.73176	128			IL	163	25726	
4236835	Davis (historical)	davis-historical	US		0	America/Chicago	39.67949	-90.21845	195			IL	137		
4236850	Dawleys	dawleys	US		0	America/Chicago	37.21255	-89.29619	104			IL	003		
4236934	Deer Ridge	deer-ridge	US		0	America/Chicago	37.57505	-88.9384	186			IL	087		
4236940	Deering City	deering-city	US		0	America/Chicago	37.91644	-88.89201	119			IL	055	27611	
4236941	Dees	dees	US		0	America/Chicago	39.22309	-88.15921	182			IL	035	31537	
4236945	Degognia	degognia	US		0	America/Chicago	37.86116	-89.63038	215	Degognia,Degonia		IL	077	19148	
4236947	Deer Plain	deer-plain	US		0	America/Chicago	38.93172	-90.53317	138	Deer Plain,Deerplain		IL	013		
4236961	Delwood	delwood	US		0	America/Chicago	37.57977	-88.57144	216			IL	151		
4236963	Democrat Spring	democrat-spring	US		0	America/Chicago	39.08394	-90.48373	148			IL	083	65689	
4236992	Denny	denny	US		0	America/Chicago	38.04755	-89.32703	135	Denny,Denny Station,Holts Prairie		IL	145		
4237006	Devereux Heights	devereux-heights	US		0	America/Chicago	39.84977	-89.61204	177			IL	167	11046	
4237018	Dewmaine	dewmaine	US		0	America/Chicago	37.78061	-89.07702	131			IL	199		
4237024	Diamond Cross	diamond-cross	US		0	America/Chicago	37.9845	-89.83983	188			IL	157		
4237062	Diona	diona	US		0	America/Chicago	39.3767	-88.13921	188			IL	029	36880	
4237069	Diswood	diswood	US		0	America/Chicago	37.23144	-89.32286	110			IL	003		
4237129	Dog Walk	dog-walk	US		0	America/Chicago	37.75922	-88.93285	151			IL	199		
4237136	Dogwood	dogwood	US		0	America/Chicago	39.06393	-87.89086	152			IL	033	55119	
4237146	Dollville	dollville	US		0	America/Chicago	39.43698	-88.99175	209			IL	173	66313	
4237177	Dorans	dorans	US		0	America/Chicago	39.55114	-88.34449	209			IL	029	36555	
4237182	Donkville	donkville	US		0	America/Chicago	38.69727	-89.97955	157			IL	119	15612	
4237183	Dorris Heights	dorris-heights	US		0	America/Chicago	37.74949	-88.55311	115			IL	165	33149	
4237184	Dorrisville	dorrisville	US		0	America/Chicago	37.71866	-88.54394	115			IL	165	33149	
4237242	Doyles	doyles	US		0	America/Chicago	39.47587	-87.87198	204			IL	023	20279	
4237246	Dozaville	dozaville	US		0	America/Chicago	37.907	-89.9565	115	Dozaville,Pujol		IL	157		
4237263	Dressor	dressor	US		0	America/Chicago	39.1731	-89.05118	183			IL	051	62640	
4237267	Drivers	drivers	US		0	America/Chicago	38.33061	-88.99312	134			IL	081	69511	
4237330	DuBois Center	dubois-center	US		0	America/Chicago	38.25172	-89.21147	159			IL	189	20877	
4237341	Dudleyville	dudleyville	US		0	America/Chicago	38.82394	-89.41814	158			IL	005	49321	
4237371	Dunkel	dunkel	US		0	America/Chicago	39.4681	-89.06286	202	Dunkel,Dunkle		IL	021	02622	
4237399	Durley	durley	US		0	America/Chicago	38.93449	-89.36813	172			IL	005	51297	
4237409	Dutch Hollow	dutch-hollow	US		0	America/Chicago	38.56755	-90.03094	148			IL	163	66729	
4237416	Dutch Mills	dutch-mills	US		0	America/Chicago	37.41533	-89.27286	132			IL	181		
4237417	Dutton (historical)	dutton-historical	US		0	America/Chicago	39.67449	-90.79985	230			IL	149	31784	
4237425	Dykersburg	dykersburg	US		0	America/Chicago	37.69227	-88.73978	167	Absher,Dykersburg		IL	199		
4237434	Eagerville	eagerville	US		127	America/Chicago	39.11171	-89.78398	196	Eagarville,Eagerville,Edgarville		IL	117	10357	
4237452	Eagle Park	eagle-park	US		0	America/Chicago	38.66394	-90.14261	125			IL	119	51583	
4237453	Eagle Point Bay	eagle-point-bay	US		0	America/Chicago	37.58949	-88.92979	186			IL	087		
4237491	East Cape Girardeau	east-cape-girardeau	US		331	America/Chicago	37.29588	-89.4962	102			IL	003		
4237537	East Hannibal	east-hannibal	US		0	America/Chicago	39.72977	-91.35098	141			IL	149	43003	
4237538	East Hardin	east-hardin	US		0	America/Chicago	39.16005	-90.60901	132			IL	061	83401	
4237543	East Gillespie	east-gillespie	US		270	America/Chicago	39.14088	-89.81232	202			IL	117	29249	
4237556	East Meadows	east-meadows	US		0	America/Chicago	39.06171	-88.73839	187			IL	049	50725	
4237562	East Newbern	east-newbern	US		0	America/Chicago	39.01449	-90.31345	192	East Newbern,Newbern		IL	083	49672	
4237657	Eberle	eberle	US		0	America/Chicago	38.94254	-88.45699	168			IL	049	45161	
4237669	Eden Park	eden-park	US		0	America/Chicago	37.75505	-89.02396	139			IL	199		
4237741	Egypt Shores	egypt-shores	US		0	America/Chicago	37.60366	-88.92368	162			IL	199		
4237742	Egyptian Acres	egyptian-acres	US		0	America/Chicago	37.60005	-88.91757	156			IL	199		
4237744	Egyptian Hills	egyptian-hills	US		0	America/Chicago	37.58894	-88.88757	169			IL	087		
4237750	Eichorn	eichorn	US		0	America/Chicago	37.49116	-88.40532	131			IL	069		
4237755	El Dara	el-dara	US		76	America/Chicago	39.62255	-90.9918	224	El Dara,Eldara		IL	149	19577	
4237757	Elbow	elbow	US		0	America/Chicago	38.64227	-88.12171	134			IL	159	46006	
4237846	Elliottstown	elliottstown	US		0	America/Chicago	39.00115	-88.45282	173			IL	049	06145	
4237850	Elm Grove (historical)	elm-grove-historical	US		0	America/Chicago	37.99505	-88.12476	112			IL	193	24088	
4237862	Elm Point (historical)	elm-point-historical	US		0	America/Chicago	39.00588	-89.47369	185			IL	005	40741	
4237885	Elmwood Place	elmwood-place	US		0	America/Chicago	37.01588	-89.18591	94			IL	003		
4237894	Eltham (historical)	eltham-historical	US		0	America/Chicago	37.66949	-89.33481	112			IL	077	60963	
4237896	Elvira	elvira	US		0	America/Chicago	37.49338	-89.02952	139			IL	087		
4237919	Emerson City	emerson-city	US		0	America/Chicago	38.13949	-89.04535	141			IL	081	03428	
4237974	Enos	enos	US		0	America/Chicago	39.30116	-90.00761	187			IL	117	06067	
4237993	Ernst	ernst	US		0	America/Chicago	39.31615	-87.67308	174			IL	023	18680	
4238001	Etherton	etherton	US		0	America/Chicago	37.68533	-89.3212	120			IL	077	60963	
4238045	Evergreen Terrace	evergreen-terrace	US		0	America/Chicago	37.69922	-89.23564	137			IL	077	11170	
4238046	Evers	evers	US		0	America/Chicago	39.0981	-88.45338	177			IL	049	66807	
4238048	Ewbanks	ewbanks	US		0	America/Chicago	39.97866	-91.31959	218	Eubanks,Ewbanks		IL	001	23412	
4238054	Ewington	ewington	US		0	America/Chicago	39.10171	-88.59727	177			IL	049	73651	
4238063	Exermont	exermont	US		0	America/Chicago	38.64783	-90.04649	128			IL	163	10968	
4238093	Fairgrange	fairgrange	US		0	America/Chicago	39.57865	-88.17171	207	Fair Grange,Fairgrange		IL	029	68718	
4238100	Fairman	fairman	US		0	America/Chicago	38.67783	-89.10479	160			IL	121	11436	
4238104	Fairmont City	fairmont-city	US		2502	America/Chicago	38.64977	-90.09316	128	Fairmont City,Fairmount City,Willow Town		IL	163	10968	
4238105	Fairmont Place	fairmont-place	US		0	America/Chicago	39.15616	-89.49898	191			IL	135	35060	
4238193	Falling Spring	falling-spring	US		0	America/Chicago	38.53255	-90.18678	126			IL	163	73456	
4238201	Fancy Prairie	fancy-prairie	US		0	America/Chicago	39.99755	-89.59955	189			IL	129		
4237756	Elba	elba	US	14058	0	America/Chicago	37.82644	-88.32643	111			IL	059	53702	
4238209	Faries Park (historical)	faries-park-historical	US		0	America/Chicago	39.87143	-88.87702	191			IL	115	54859	
4238233	Farrington	farrington	US		0	America/Chicago	39.47004	-87.54613	176			IL	023	78279	
4238267	Ferber	ferber	US		0	America/Chicago	37.90699	-88.74228	155			IL	055	11813	
4238269	Fergestown	fergestown	US		0	America/Chicago	37.79255	-88.96479	137			IL	199		
4238279	Ferrel	ferrel	US		0	America/Chicago	39.49615	-87.58502	186	Ferrel,Ferrell		IL	045	22912	
4238283	Ferrin	ferrin	US		0	America/Chicago	38.60949	-89.23341	142			IL	027	48476	
4238290	Ficklin	ficklin	US		0	America/Chicago	39.79864	-88.35533	205			IL	041	28755	
4238311	Fillmore (historical)	fillmore-historical	US		0	America/Chicago	39.71337	-88.38116	198			IL	041	07458	
4238319	Filson	filson	US		0	America/Chicago	39.68948	-88.23199	197			IL	041	01894	
4238333	Finneyville	finneyville	US		0	America/Chicago	37.54449	-88.10531	155			IL	069		
4238715	Fishhook	fishhook	US		0	America/Chicago	39.8056	-90.88541	229	Fish Hook,Fishhook		IL	149	24972	
4238720	Fitzgerrell (historical)	fitzgerrell-historical	US		0	America/Chicago	38.13811	-89.01424	128	Fitzgerrell (historical),Winfield		IL	081	23334	
4238765	Flemingsburg (historical)	flemingsburg-historical	US		0	America/Chicago	38.9356	-88.54005	163			IL	049	76654	
4238783	Floraville	floraville	US		53	America/Chicago	38.37644	-90.05622	160			IL	163	49399	
4238808	Fopal	fopal	US		0	America/Chicago	37.60644	-88.94035	161			IL	199		
4238830	Forest Homes	forest-homes	US		0	America/Chicago	38.91449	-90.08594	152			IL	119	83284	
4238854	Formosa Junction	formosa-junction	US		0	America/Chicago	38.70727	-89.92816	167			IL	119	38245	
4238874	Fort Gage	fort-gage	US		0	America/Chicago	37.96061	-89.90455	118			IL	157		
4238895	Foster Pond (historical)	foster-pond-historical	US		0	America/Chicago	38.31172	-90.22762	196			IL	133		
4238899	Fosterburg	fosterburg	US		0	America/Chicago	38.97171	-90.07511	177	Fosterburg,Fosterburgh		IL	119	27182	
4238910	Fountain Gap	fountain-gap	US		0	America/Chicago	38.38755	-90.25512	126			IL	133		
4238957	Fox Run	fox-run	US		0	America/Chicago	39.39559	-87.67225	181			IL	023	78279	
4238959	Foxville	foxville	US		0	America/Chicago	38.52005	-88.87978	166			IL	121	32187	
4239022	Fransonia (historical)	fransonia-historical	US		0	America/Chicago	38.6456	-88.1581	128			IL	159	18862	
4239031	Fredonia (historical)	fredonia-historical	US		0	America/Chicago	37.76783	-89.11897	130			IL	199		
4239079	Freenanton (historical)	freenanton-historical	US		0	America/Chicago	39.07588	-88.68061	182			IL	049	38063	
4239089	Fremont (historical)	fremont-historical	US		0	America/Chicago	38.72755	-89.52008	155			IL	027	67171	
4239151	Frogtown	frogtown	US		0	America/Chicago	38.44227	-89.49175	137			IL	189	55483	
4239161	Fruit	fruit	US		0	America/Chicago	38.83088	-89.8626	158			IL	119	60014	
4239185	Fuller	fuller	US		0	America/Chicago	39.59392	-88.47005	204			IL	029	54014	
4239203	Funkhouser	funkhouser	US		0	America/Chicago	39.09421	-88.62116	177			IL	049	73651	
4239209	Future City	future-city	US		0	America/Chicago	37.02894	-89.18813	95			IL	003		
4239222	Gale	gale	US		0	America/Chicago	37.24894	-89.44759	102			IL	003		
4239234	Galton	galton	US		0	America/Chicago	39.73948	-88.30033	198			IL	041	01894	
4239246	Ganntown	ganntown	US		0	America/Chicago	37.36339	-88.78423	167			IL	087		
4239247	Gard	gard	US		0	America/Chicago	38.86227	-89.9601	149	Gard,Gard Siding,Liberty Prairie		IL	119	27130	
4239249	Garden Heights	garden-heights	US		0	America/Chicago	37.72033	-88.52699	122			IL	165	33149	
4239261	Gards Point	gards-point	US		0	America/Chicago	38.47449	-87.91114	131	Gard's Point,Gards Point		IL	185		
4239289	Gartside	gartside	US		0	America/Chicago	38.54394	-90.03622	171			IL	163	04858	
4239299	Gaskins City	gaskins-city	US		0	America/Chicago	37.7306	-88.52644	114			IL	165	33149	
4239397	Gilbirds	gilbirds	US		0	America/Chicago	39.9231	-90.70152	201	Gilbirds,Gilbirdsport		IL	009	23308	
4239467	Glen Carbon Crossing	glen-carbon-crossing	US		0	America/Chicago	38.75227	-89.95538	167			IL	119	22710	
4239487	Glenwood (historical)	glenwood-historical	US		0	America/Chicago	38.69116	-88.27393	131			IL	159	53156	
4239535	Golden Gardens	golden-gardens	US		0	America/Chicago	38.5895	-90.10677	126			IL	163	12210	
4239539	Golden Lily	golden-lily	US		0	America/Chicago	37.07561	-89.18591	94	Golden Lilly,Golden Lily		IL	003		
4239545	Golf Lakes	golf-lakes	US		0	America/Chicago	39.40309	-87.66669	180			IL	023	78279	
4239620	Gossett	gossett	US		0	America/Chicago	37.92338	-88.36921	149			IL	193	37231	
4239632	Gowansville (historical)	gowansville-historical	US		0	America/Chicago	37.442	-88.47782	133			IL	151		
4239666	Gowins	gowins	US		0	America/Chicago	37.44366	-88.46782	129	Gowansville,Gowins		IL	151		
4239682	Grand Pass	grand-pass	US		0	America/Chicago	39.45783	-90.59624	129			IL	061	58096	
4239703	Grandview Acres	grandview-acres	US		0	America/Chicago	39.91171	-91.38765	189			IL	001	62380	
4239711	Grange Hall	grange-hall	US		0	America/Chicago	37.81922	-89.32231	122			IL	077	70408	
4239734	Grantfork	grantfork	US		328	America/Chicago	38.83005	-89.66565	162	Grant Fork,Grantfork,Saline		IL	119	42652	
4239772	Grays Corner	grays-corner	US		0	America/Chicago	38.64338	-87.72197	155			IL	101	19395	
4239787	Green Acres	green-acres	US		0	America/Chicago	39.89338	-89.67344	180			IL	167	25323	
4239788	Green Brier	green-brier	US		0	America/Chicago	38.90866	-87.90725	137			IL	033	47202	
4239848	Greenland (historical)	greenland-historical	US		0	America/Chicago	39.17976	-88.81951	188			IL	051	44901	
4239855	Greenpond	greenpond	US		0	America/Chicago	39.49533	-90.6429	201			IL	149	50192	
4239856	Greenridge	greenridge	US		0	America/Chicago	39.4195	-89.79454	202			IL	117	53052	
4239868	Greenville (historical)	greenville-historical	US		0	America/Chicago	37.89366	-88.81895	138			IL	055	27611	
4239918	Griffin (historical)	griffin-historical	US		0	America/Chicago	39.4467	-87.65475	177			IL	023	78279	
4239929	Grigg	grigg	US		0	America/Chicago	38.19061	-89.90788	130	Grigg,Griggs		IL	157		
4239947	Grimsby	grimsby	US		0	America/Chicago	37.75033	-89.44926	110			IL	077	67522	
4239957	Grisold (historical)	grisold-historical	US		0	America/Chicago	38.71532	-87.68753	132			IL	101	42379	
4239961	Groat	groat	US		0	America/Chicago	37.96783	-88.87118	119			IL	055	05313	
4239963	Gross	gross	US		0	America/Chicago	37.53311	-88.29059	195			IL	069		
4240012	Gurney (historical)	gurney-historical	US		0	America/Chicago	39.89922	-90.05011	192			IL	017	02518	
4240077	Hagener	hagener	US		0	America/Chicago	39.92588	-90.39735	145	Hagener,Hamilton Station		IL	017	32148	
4240103	Hallidayboro	hallidayboro	US		0	America/Chicago	37.88894	-89.23703	123			IL	077	23217	
4240108	Halltown (historical)	halltown-historical	US		0	America/Chicago	37.8931	-88.69034	129			IL	165	74509	
4240134	Hamburg Landing	hamburg-landing	US		0	America/Chicago	37.40644	-89.41231	106			IL	181		
4240155	Hamletsburg	hamletsburg	US		90	America/Chicago	37.13867	-88.43171	109	Hamletsburg,Hamletsburgh		IL	151		
4240186	Hanks Station	hanks-station	US		0	America/Chicago	39.45894	-90.47068	165	Drake,Drake Station,Hank's Station,Hanks Station		IL	061	58096	
4240204	Harbor Light Bay	harbor-light-bay	US		0	America/Chicago	38.71199	-89.29591	144			IL	027	37673	
4240206	Harco	harco	US		0	America/Chicago	37.79588	-88.65006	137			IL	165	09122	
4240219	Hardinville	hardinville	US		0	America/Chicago	38.91616	-87.83697	155	Hardinsville,Hardinville		IL	033	47202	
4240256	Harper (historical)	harper-historical	US		0	America/Chicago	38.18394	-88.04253	140			IL	193	59507	
4240279	Harris Grove (historical)	harris-grove-historical	US		0	America/Chicago	38.21755	-88.79062	150			IL	081	58564	
4240387	Hawthorne Place	hawthorne-place	US		0	America/Chicago	39.78116	-89.65538	184			IL	167	11046	
4240412	Hazel Dell	hazel-dell	US		0	America/Chicago	39.20226	-88.04115	183	Hazel Dell,Hazeldell		IL	035	17640	
4240443	Heartville	heartville	US		0	America/Chicago	39.0506	-88.54338	171			IL	049	79254	
4240490	Heman	heman	US		0	America/Chicago	39.94698	-89.10564	187			IL	115	37023	
4240518	Henton	henton	US		0	America/Chicago	39.46365	-88.90452	189	Henton,Prairie Bird		IL	173	63836	
4240526	Herborn	herborn	US		0	America/Chicago	39.30254	-88.62895	192			IL	173	61522	
4240547	Herrin Junction	herrin-junction	US		0	America/Chicago	37.82422	-89.01118	120			IL	199		
4240558	Hersman	hersman	US		0	America/Chicago	39.95005	-90.74124	213	Hersman,Hersman Station		IL	009	51167	
4240561	Hervey City	hervey-city	US		0	America/Chicago	39.75559	-88.85091	213			IL	115	51219	
4240580	Hewittville	hewittville	US		0	America/Chicago	39.53616	-89.21675	187	Hewitttsville,Hewittville		IL	021	47631	
4240613	Hickory Hill	hickory-hill	US		0	America/Chicago	38.49644	-88.75033	165	Hickory Hill,Hickoryhill		IL	121	65455	
4240652	Hicks	hicks	US		0	America/Chicago	37.54311	-88.3756	173			IL	069		
4240722	Hill Top	hill-top	US		0	America/Chicago	39.98922	-89.88317	184	Five Point,Five Points,Hill Top,Hilltop		IL	129		
4240724	Hillcrest	hillcrest	US		0	America/Chicago	39.78559	-88.27977	198			IL	041	76420	
4240733	Hillerman	hillerman	US		0	America/Chicago	37.23672	-88.88979	119			IL	127		
4240744	Hillsboro Heights	hillsboro-heights	US		0	America/Chicago	39.15505	-89.48287	187			IL	135	35060	
4240755	Hillside Manor	hillside-manor	US		0	America/Chicago	39.91171	-91.37209	189			IL	001	62380	
4240800	Hodges Park	hodges-park	US		0	America/Chicago	37.15727	-89.27202	101	Hodge's Park,Hodges Park		IL	003		
4240811	Hodgeville	hodgeville	US		0	America/Chicago	37.34561	-88.56032	189			IL	151		
4240838	Hogue Town	hogue-town	US		0	America/Chicago	39.19032	-87.92809	176			IL	023	38505	
4240852	Holiday Hills	holiday-hills	US		0	America/Chicago	39.92727	-91.35293	211			IL	001	62380	
4240857	Holiday Shores	holiday-shores	US		2882	America/Chicago	38.92199	-89.94066	158			IL	119	50465	
4240875	Hollywood Heights	hollywood-heights	US		0	America/Chicago	38.63255	-89.99649	173			IL	163	11657	
4240881	Holmes Corner	holmes-corner	US		0	America/Chicago	37.32533	-88.63366	106			IL	151		
4240931	Honey Bend	honey-bend	US		0	America/Chicago	39.25533	-89.62287	200	Honey Bend,Honeybend		IL	135	53949	
4240947	Hoodville	hoodville	US		0	America/Chicago	38.04921	-88.52727	130			IL	065	45837	
4240950	Hookdale	hookdale	US		0	America/Chicago	38.82644	-89.31146	156			IL	005	74418	
4240953	Hoosier	hoosier	US		0	America/Chicago	38.8037	-88.45513	145			IL	025	36087	
4240999	Hord	hord	US		0	America/Chicago	38.88449	-88.52116	158	Hord,Jordan		IL	025	06392	
4241015	Horseshoe	horseshoe	US		0	America/Chicago	37.69894	-88.37893	113			IL	165	50803	
4241076	Howards Point (historical)	howards-point-historical	US		0	America/Chicago	39.02088	-88.85756	184			IL	051	03155	
4241077	Howardton	howardton	US		0	America/Chicago	37.62922	-89.46454	108			IL	077	30783	
4241098	Hubbard Woods	hubbard-woods	US		0	America/Chicago	38.51449	-89.02312	161			IL	121	62445	
4241107	Hudgens	hudgens	US		0	America/Chicago	37.65505	-88.9409	152			IL	199		
4241114	Huegely	huegely	US		0	America/Chicago	38.40561	-89.31841	151			IL	189	36360	
4241121	Huffaker	huffaker	US		0	America/Chicago	39.67477	-89.9565	200			IL	167	47618	
4241126	Huffmanville	huffmanville	US		0	America/Chicago	39.64698	-87.55724	188			IL	045	36685	
4241164	Humm Wye	humm-wye	US		0	America/Chicago	37.46061	-88.40615	136			IL	069		
4241167	Humrick	humrick	US		0	America/Chicago	39.91559	-87.54891	199			IL	183	44953	
4241170	Hunt City	hunt-city	US		0	America/Chicago	39.05115	-88.02337	159	Hunt,Hunt City,Hunt's City		IL	079	36659	
4241181	Hurricane (historical)	hurricane-historical	US		0	America/Chicago	39.29171	-90.49012	165			IL	061	06860	
4241220	Hutton	hutton	US		0	America/Chicago	39.41254	-88.08448	214	Hutton,Salisbury		IL	029	36880	
4241232	Idlewood	idlewood	US		0	America/Chicago	38.38033	-88.92284	167			IL	081	51193	
4241235	Iles	iles	US		0	America/Chicago	39.77144	-89.65371	184			IL	167	83310	
4241239	Illiana (historical)	illiana-historical	US		0	America/Chicago	39.80365	-87.53335	193			IL	045	61483	
4241305	Imbs	imbs	US		0	America/Chicago	38.52366	-90.13539	137			IL	163	72988	
4241622	Irwins Park	irwins-park	US		0	America/Chicago	39.62616	-89.72621	186			IL	167	12697	
4241651	Island View	island-view	US		0	America/Chicago	39.2106	-89.61537	208			IL	135	53949	
4241663	Ivy Heights	ivy-heights	US		0	America/Chicago	38.86227	-90.05733	145			IL	119	83284	
4241744	Jamestown (historical)	jamestown-historical	US		0	America/Chicago	38.03894	-88.37421	134			IL	065	17627	
4241747	Jalapa	jalapa	US		0	America/Chicago	39.2206	-90.32428	145			IL	061	38882	
4241753	Jaques	jaques	US		0	America/Chicago	39.88394	-90.74318	156			IL	009	23308	
4241772	Jefferson City (historical)	jefferson-city-historical	US		0	America/Chicago	38.15033	-88.46172	134			IL	065	04481	
4241798	Jeisyville	jeisyville	US		104	America/Chicago	39.57727	-89.40509	178	Jeiseyville		IL	021	70798	
4242340	Kisch	kisch	US		0	America/Chicago	39.91588	-90.20095	189			IL	017	78214	
4242341	Kise Crossing	kise-crossing	US		0	America/Chicago	38.42033	-90.25789	124			IL	133		
4241835	Jess	jess	US		0	America/Chicago	39.76477	-89.6676	186			IL	167	11046	
4241853	Jimtown	jimtown	US		0	America/Chicago	39.9017	-88.36366	207	Grange,Jimtown,Parkville		IL	019	66547	
4241854	Jimtown	jimtown	US		0	America/Chicago	38.98782	-89.21257	170			IL	051	04377	
4241864	Johannisburg	johannisburg	US		0	America/Chicago	38.38449	-89.65315	134	Johannisburg,Johannisburgh		IL	189	38453	
4242004	Joppa Junction	joppa-junction	US		0	America/Chicago	37.32977	-89.03146	123			IL	087		
4242011	Jones Ridge	jones-ridge	US		0	America/Chicago	37.80033	-89.62538	112			IL	077	19148	
4242025	Jordanville (historical)	jordanville-historical	US		0	America/Chicago	39.8581	-90.09762	188			IL	137		
4242031	Joy Prairie	joy-prairie	US		0	America/Chicago	39.78671	-90.29818	189			IL	137		
4242051	Kahm	kahm	US		0	America/Chicago	39.32782	-90.26095	179			IL	061	43809	
4242054	Kampenville	kampenville	US		0	America/Chicago	38.0195	-89.60287	155			IL	157		
4242059	Jules	jules	US		0	America/Chicago	39.9681	-90.2604	187	Cass,Jules		IL	017	67600	
4242072	Kaolin	kaolin	US		0	America/Chicago	37.51172	-89.30009	145	Kaolin,Kaolin Station		IL	181		
4242090	Kaser	kaser	US		0	America/Chicago	39.29949	-90.46429	180			IL	061	11475	
4242091	Kaskaskia	kaskaskia	US		13	America/Chicago	37.92144	-89.91316	114	Kaskaskija,kaskaskiya,kaskaskya,kasukasukia,Каскаскија,كاسكاسكيا,कस्कस्किया,カスカスキア		IL	157		
4242118	Kedron	kedron	US		0	America/Chicago	37.6656	-88.34143	120			IL	059	21449	
4242127	Keenesville	keenesville	US		0	America/Chicago	38.40227	-88.64811	141	Keenesville,Keenville		IL	191	34501	
4242148	Kellerville	kellerville	US		0	America/Chicago	39.93116	-90.93458	220			IL	001	16015	
4242152	Kelleys	kelleys	US		0	America/Chicago	37.60311	-88.96063	178			IL	199		
4242163	Kemper	kemper	US		0	America/Chicago	39.21616	-90.16456	165	Kemper,Palmer's Prairie		IL	083	66482	
4242167	Kempside	kempside	US		0	America/Chicago	38.31727	-89.42675	160			IL	189	51713	
4242168	Kendall Hill	kendall-hill	US		0	America/Chicago	38.84977	-90.04372	163			IL	119	83284	
4242183	Kentucky	kentucky	US		0	America/Chicago	39.59337	-87.61114	209			IL	045	73092	
4242187	Keptown	keptown	US		0	America/Chicago	39.07893	-88.66978	179			IL	049	38063	
4242205	Keyesport Landing	keyesport-landing	US		0	America/Chicago	38.75671	-89.27285	143			IL	005	74418	
4242208	Keys	keys	US		0	America/Chicago	39.78005	-89.57315	173			IL	167	64772	
4242214	Kibbie	kibbie	US		0	America/Chicago	39.06976	-87.93809	153			IL	033	43315	
4242223	Kidley	kidley	US		0	America/Chicago	39.74504	-87.54141	187			IL	045	08901	
4242265	Kidd	kidd	US		0	America/Chicago	38.11728	-90.17289	116	Boxtown,Kidd		IL	133		
4242291	Kings	kings	US		0	America/Chicago	39.6792	-87.98531	203			IL	029	22138	
4242359	Klines Corner	klines-corner	US		0	America/Chicago	38.37171	-88.25893	143			IL	191	42626	
4242385	Knollwood	knollwood	US		0	America/Chicago	39.91949	-89.58288	177			IL	167	81776	
4242410	Kritesville	kritesville	US		0	America/Chicago	39.09922	-90.66429	142			IL	013		
4242416	Kuhn Station	kuhn-station	US		0	America/Chicago	38.78199	-89.87649	168	Kuhn,Kuhn Siding,Kuhn Station,Kuhns		IL	119	60014	
4242425	La Clede	la-clede	US		0	America/Chicago	38.87977	-88.71533	174	Dismal Creek,La Clede,Laclede		IL	051	40533	
4242491	Lake Crest	lake-crest	US		0	America/Chicago	37.60616	-88.91757	158			IL	199		
4242504	Lake Estates	lake-estates	US		0	America/Chicago	37.61394	-88.93007	161			IL	199		
4242552	Lake Ka-Ho	lake-ka-ho	US		222	America/Chicago	39.09977	-89.74704	198	Lake Ka-Ho,Lake Ka-ho		IL	117	10357	
4242595	Lake Piasa	lake-piasa	US		0	America/Chicago	39.02282	-90.19067	189			IL	083	59598	
4242613	Lake Siding	lake-siding	US		0	America/Chicago	38.56977	-90.10455	127			IL	163	12210	
4242657	Lakeview Acres	lakeview-acres	US		0	America/Chicago	38.71255	-89.95288	180	Lakeview,Lakeview Acres		IL	119	15612	
4242674	Lamb	lamb	US		0	America/Chicago	37.53172	-88.12475	119			IL	069		
4242697	Landes	landes	US		0	America/Chicago	38.86477	-87.8892	141			IL	033	71344	
4242704	Lane Acres	lane-acres	US		0	America/Chicago	39.48115	-88.40727	220			IL	029	47566	
4242718	Langleyville	langleyville	US		432	America/Chicago	39.56227	-89.35537	186	Calloway,Langleyville		IL	021	74587	
4242727	Lanton	lanton	US		0	America/Chicago	39.76865	-88.6059	206			IL	139	45057	
4242732	Larkdale	larkdale	US		0	America/Chicago	39.88837	-88.91202	201			IL	115	81464	
4242742	Latona	latona	US		0	America/Chicago	38.9806	-88.31171	168			IL	079	54001	
4242779	Layfield	layfield	US		0	America/Chicago	38.10644	-89.43537	163			IL	145		
4242788	Leanderville	leanderville	US		0	America/Chicago	37.91644	-89.67621	170			IL	157		
4242804	Leclaire	leclaire	US		0	America/Chicago	38.7956	-89.95705	167	Le Claire,Leclaire		IL	119	22710	
4242808	Ledford	ledford	US		0	America/Chicago	37.70005	-88.59005	136	Ledford,Ledford Station		IL	165	33149	
4242842	Leland Grove	leland-grove	US		1523	America/Chicago	39.777	-89.67927	183			IL	167	83310	
4242845	Leisure City	leisure-city	US		0	America/Chicago	37.49033	-88.44254	116			IL	151		
4242848	Lemens	lemens	US		0	America/Chicago	38.28255	-90.14206	198			IL	133		
4242849	Lementon	lementon	US		0	America/Chicago	38.37477	-89.90344	137			IL	163	52129	
4242850	Lemmon (historical)	lemmon-historical	US		0	America/Chicago	39.53144	-89.79427	203			IL	167	02928	
4242878	Levings	levings	US		0	America/Chicago	37.21727	-89.06174	146			IL	153		
4242886	Lewis Corner	lewis-corner	US		0	America/Chicago	37.27255	-88.57949	176			IL	151		
4242895	Lexington (historical)	lexington-historical	US		0	America/Chicago	38.41588	-87.9642	119			IL	047		
4243000	Lillyville	lillyville	US		0	America/Chicago	39.18976	-88.45199	182			IL	035	72143	
4243042	Lincoln Hills	lincoln-hills	US		0	America/Chicago	39.92699	-91.36793	192			IL	001	62380	
4243121	Lintner	lintner	US		0	America/Chicago	39.80003	-88.66784	208			IL	147	12275	
4243127	Lipsey	lipsey	US		0	America/Chicago	39.49142	-88.41783	218			IL	029	47566	
4243129	Lis	lis	US		0	America/Chicago	39.02004	-88.26032	171			IL	079	78357	
4243247	Little Indian	little-indian	US		0	America/Chicago	39.88755	-90.20123	183	Little Indian,Little Indian Station		IL	017	78214	
4243324	Lively Grove	lively-grove	US		0	America/Chicago	38.30644	-89.61148	152			IL	189	38453	
4243362	Lockhaven	lockhaven	US		0	America/Chicago	38.9406	-90.28817	130			IL	083	23789	
4243402	Locust Grove (historical)	locust-grove-historical	US		0	America/Chicago	37.87033	-88.73534	128			IL	055	11813	
4243413	Logansburgh (historical)	logansburgh-historical	US		0	America/Chicago	38.33755	-87.89198	122			IL	185		
4243414	Logansport (historical)	logansport-historical	US		0	America/Chicago	38.10588	-88.42338	152			IL	065	17627	
4243504	Longview Place	longview-place	US		0	America/Chicago	39.85198	-88.9473	205			IL	115	18836	
4243570	Loves Corner	loves-corner	US		0	America/Chicago	37.49561	-88.17059	143			IL	069		
4243573	Lovilla	lovilla	US		0	America/Chicago	38.15672	-88.66672	144			IL	065	18316	
4243612	Loxa	loxa	US		0	America/Chicago	39.49726	-88.26727	205			IL	029	40637	
4243617	Loyd	loyd	US		0	America/Chicago	39.91477	-89.85428	186			IL	129		
4243633	Lumaghi Heights	lumaghi-heights	US		0	America/Chicago	38.67033	-89.94788	172			IL	119	15612	
4243666	Lynchburg (historical)	lynchburg-historical	US		0	America/Chicago	38.28672	-88.78617	161			IL	081	58564	
4243726	Macoupin	macoupin	US		0	America/Chicago	39.21338	-89.95732	167	Macoupin,Macoupin Station		IL	117	60924	
4243759	Madison Station	madison-station	US		0	America/Chicago	38.67533	-90.14594	126			IL	119	51583	
4243761	Madonnaville	madonnaville	US		0	America/Chicago	38.26505	-90.24678	223			IL	133		
4243773	Magnolia Corner	magnolia-corner	US		0	America/Chicago	39.09449	-88.85256	183			IL	051	44901	
4243792	Maizetown	maizetown	US		0	America/Chicago	39.9542	-87.80447	208			IL	183	11449	
4243866	Maple Point	maple-point	US		0	America/Chicago	39.33226	-88.11309	183			IL	035	76641	
4243876	Maplewood Park	maplewood-park	US		0	America/Chicago	38.57561	-90.17622	125			IL	163	12210	
4243881	Marcoe	marcoe	US		0	America/Chicago	38.26699	-88.96646	140			IL	081	45512	
4243887	Marigold	marigold	US		0	America/Chicago	38.07977	-90.0065	173			IL	157		
4243935	Markham City	markham-city	US		0	America/Chicago	38.33033	-88.72228	161			IL	081	79514	
4243948	Marley	marley	US		0	America/Chicago	39.51281	-87.61503	196	Harley,Marley		IL	045	22912	
4243965	Marshall Landing	marshall-landing	US		0	America/Chicago	38.95755	-90.50595	127			IL	013		
4244016	Marydale	marydale	US		0	America/Chicago	38.69755	-89.37202	141			IL	027	37673	
4244017	Maryland Place	maryland-place	US		0	America/Chicago	38.73172	-90.11011	128			IL	119	30939	
4244064	Massac City	massac-city	US		0	America/Chicago	37.14367	-88.71866	103	Belgrade,Bellegarde,Massac City,Massac Creek		IL	127		
4244087	Matthews Junction	matthews-junction	US		0	America/Chicago	37.95255	-89.37398	117			IL	077		
4244116	Maxwell (historical)	maxwell-historical	US		0	America/Chicago	39.63311	-89.89927	196			IL	167	47618	
4244126	Mayberry	mayberry	US		0	America/Chicago	38.2706	-88.54866	138	Mayberry,New Baltimore		IL	191	56510	
4244174	McClay Orchard	mcclay-orchard	US		0	America/Chicago	39.46671	-90.52512	196			IL	061	58096	
4244183	McClure	mcclure	US		349	America/Chicago	37.31783	-89.43148	104			IL	003		
4244209	McCown	mccown	US		0	America/Chicago	39.7992	-87.92809	199			IL	045	84064	
4244213	McCormick	mccormick	US		0	America/Chicago	37.55061	-88.67061	223			IL	151		
4244264	McIntosh Settlement (historical)	mcintosh-settlement-historical	US		0	America/Chicago	38.2156	-88.36255	115			IL	193	49360	
4244272	McKeen	mckeen	US		0	America/Chicago	39.45837	-87.61391	177			IL	023	78279	
4244281	McKinley	mckinley	US		0	America/Chicago	38.23255	-89.54843	168			IL	189	54599	
4244307	McLeansboro	mcleansboro	US		2792	America/Chicago	38.09338	-88.53561	150	Maklejnsboro,McLeansboro,McLeansborough,maekeulleinjeubeoleo,mai ke lai en si bo lei,maklynsbwrw,mikaleyanasbaro,mklynz bwrw  aylynwy,Маклејнсборо,ماكلينسبورو,مکلینز بورو، الینوائے,مکلینز بورو، ایلینوی,मिकलेयनस्बरो,麦克莱恩斯伯勒,매클레인즈버러	065	IL	065	45837	
4244329	McVey	mcvey	US		0	America/Chicago	39.38977	-89.74648	198			IL	117	53052	
4244341	Meadow Heights	meadow-heights	US		0	America/Chicago	38.69172	-89.99121	165			IL	119	15612	
4244362	Meeks	meeks	US		0	America/Chicago	39.99976	-87.58446	208			IL	183	45772	
4244380	Melwood	melwood	US		0	America/Chicago	39.7617	-87.86364	204			IL	045	69498	
4244415	Meppen	meppen	US		0	America/Chicago	38.99699	-90.60484	139			IL	013		
4244431	Mermet	mermet	US		0	America/Chicago	37.27311	-88.84617	105			IL	127		
4244436	Merriam	merriam	US		0	America/Chicago	38.36255	-88.27727	127			IL	191	31953	
4244479	Meyer	meyer	US		0	America/Chicago	38.04811	-89.04285	143			IL	055	30406	
4244495	Mid City (historical)	mid-city-historical	US		0	America/Chicago	39.22199	-90.39151	143			IL	061	38882	
4244510	Middlesworth	middlesworth	US		0	America/Chicago	39.41226	-88.71534	213	Middlesworth,Middlesworth Station		IL	173	69199	
4244515	Middlepoint	middlepoint	US		0	America/Chicago	37.93394	-88.29643	122	Middle Point,Middlepoint,Roland Station		IL	193	37231	
4244533	Miles Station	miles-station	US		0	America/Chicago	39.06949	-90.10733	205	Miles,Miles Station		IL	117	08277	
4244631	Mills Prairie (historical)	mills-prairie-historical	US		0	America/Chicago	38.50422	-87.97087	130			IL	047		
4244638	Millstadt Junction	millstadt-junction	US		0	America/Chicago	38.46172	-90.21789	128			IL	133		
4244648	Milne	milne	US		0	America/Chicago	39.2631	-88.79229	186			IL	173	35567	
4244671	Mineral City (historical)	mineral-city-historical	US		0	America/Chicago	37.4095	-88.35337	104			IL	069		
4244709	Mitchellsville	mitchellsville	US		0	America/Chicago	37.6506	-88.53783	115	Independence,Mitchellsville		IL	165	37205	
4244710	Mitchie	mitchie	US		0	America/Chicago	38.21033	-90.33345	125			IL	133		
4244735	Moellenbrocks	moellenbrocks	US		0	America/Chicago	38.70644	-90.07233	127	Moellenbrocks,Mollenbrock		IL	119	51583	
4244760	Mont Station	mont-station	US		0	America/Chicago	38.76727	-89.93038	174	Mont,Mont Station		IL	119	22710	
4244795	Moonshine	moonshine	US		0	America/Chicago	39.19059	-87.89559	172			IL	023	56302	
4244816	Moores (historical)	moores-historical	US		0	America/Chicago	39.49949	-91.01263	137			IL	149	02791	
4244832	Morea	morea	US		0	America/Chicago	38.92671	-87.63225	171			IL	033	50205	
4244838	Morgan City (historical)	morgan-city-historical	US		0	America/Chicago	39.76393	-90.42929	195			IL	137		
4244866	Morrelville	morrelville	US		0	America/Chicago	39.85033	-90.80041	209			IL	009	09291	
4244886	Mortimer	mortimer	US		0	America/Chicago	39.85531	-87.72447	214			IL	045	65923	
4245004	Mount Fulcher	mount-fulcher	US		0	America/Chicago	39.99199	-89.51232	183			IL	107	36789	
4245246	Mountain Glen	mountain-glen	US		0	America/Chicago	37.52755	-89.28981	136			IL	181		
4245259	Mozier Landing	mozier-landing	US		0	America/Chicago	39.2556	-90.72596	135			IL	013		
4245365	Nameoki	nameoki	US		0	America/Chicago	38.73172	-90.12789	128	Nameoki,Nameoki Station		IL	119	30939	
4245402	Neadmore	neadmore	US		0	America/Chicago	39.2492	-87.86031	181			IL	023	56302	
4245432	Neilson	neilson	US		0	America/Chicago	37.63033	-88.96063	158			IL	199		
4245456	Neunert	neunert	US		0	America/Chicago	37.72283	-89.54565	110			IL	077	27260	
4245461	Nevins	nevins	US		0	America/Chicago	39.53392	-87.63864	207			IL	045	22912	
4245464	New Athens (historical)	new-athens-historical	US		0	America/Chicago	39.6467	-87.9467	202			IL	045	23958	
4245509	New Delhi	new-delhi	US		0	America/Chicago	39.03171	-90.26122	178			IL	083	49672	
4245510	New Dennison	new-dennison	US		0	America/Chicago	37.69283	-88.85562	138	New Denison,New Dennison		IL	199		
4245524	New Grand Chain	new-grand-chain	US		195	America/Chicago	37.252	-89.02118	125	Grand Chain,New Grand Chain		IL	153		
4245525	New Hanover	new-hanover	US		0	America/Chicago	38.38672	-90.22734	176			IL	133		
4245540	New Hebron	new-hebron	US		0	America/Chicago	38.95004	-87.74447	162			IL	033	35970	
4245547	New Hope (historical)	new-hope-historical	US		0	America/Chicago	38.4156	-87.95837	119			IL	185		
4245609	New London (historical)	new-london-historical	US		0	America/Chicago	38.16838	-88.4056	130			IL	065	04481	
4245610	New Market (historical)	new-market-historical	US		0	America/Chicago	37.79171	-88.23837	119			IL	059	64031	
4245611	New Massillon (historical)	new-massillon-historical	US		0	America/Chicago	38.4381	-88.19643	128	New Massillon (historical),New Massion		IL	191	47501	
4245614	New Memphis Station	new-memphis-station	US		0	America/Chicago	38.4581	-89.67676	125	New Memphis,New Memphis Station		IL	027	44667	
4245616	New Minden	new-minden	US		207	America/Chicago	38.44144	-89.37036	138			IL	189	36360	
4245636	New Salem (historical)	new-salem-historical	US		0	America/Chicago	39.97894	-89.844	184			IL	129		
4245670	Newby	newby	US		0	America/Chicago	39.44087	-88.3181	225			IL	029	40637	
4245731	Nipper Corner	nipper-corner	US		0	America/Chicago	38.03866	-88.47033	124	Neipper,Neipper Corner,Nipper Corner		IL	065	47657	
4245754	Noltings	noltings	US		0	America/Chicago	38.48783	-89.19924	140			IL	189	37790	
4245760	North Alton	north-alton	US		0	America/Chicago	38.92227	-90.1965	196			IL	119	30107	
4245794	North Dupo	north-dupo	US		0	America/Chicago	38.5495	-90.20067	125	North Dupo,Prairie Du Pont		IL	163	73456	
4245815	North Harbor	north-harbor	US		0	America/Chicago	38.72644	-89.29313	145			IL	027	37673	
4245834	North Mounds	north-mounds	US		0	America/Chicago	37.12311	-89.20035	104			IL	153		
4245842	North Prairie Acres	north-prairie-acres	US		0	America/Chicago	39.81114	-88.27227	201			IL	041	76420	
4245851	North Quincy	north-quincy	US		0	America/Chicago	39.9706	-91.39626	183			IL	001	64408	
4245859	North Shoreline	north-shoreline	US		0	America/Chicago	37.61033	-88.9209	175			IL	199		
4245873	North Venice	north-venice	US		0	America/Chicago	38.68088	-90.1665	126			IL	119	77486	
4245878	North Wind	north-wind	US		0	America/Chicago	39.92699	-89.67121	180			IL	167	25323	
4245882	Northgate	northgate	US		0	America/Chicago	39.80698	-88.27727	198			IL	041	76420	
4245917	Nutwood	nutwood	US		0	America/Chicago	39.08477	-90.55595	137			IL	083	65689	
4246035	Oak Hills	oak-hills	US		0	America/Chicago	38.6381	-89.98066	176			IL	163	11657	
4246043	Oak Point	oak-point	US		0	America/Chicago	39.21115	-87.97614	179			IL	023	38505	
4246065	Oakcrest	oakcrest	US		0	America/Chicago	39.38448	-87.70781	181			IL	023	47176	
4246124	Oakwood Heights	oakwood-heights	US		0	America/Chicago	38.88171	-90.06844	163			IL	119	83284	
4246128	Obed	obed	US		0	America/Chicago	39.56532	-88.90258	214			IL	173	59663	
4246146	Odgen	odgen	US		0	America/Chicago	38.45199	-87.82697	149	Friend Grove,Friends Grove,Odgen		IL	185		
4246156	Ogles	ogles	US		0	America/Chicago	38.54672	-90.05483	174			IL	163	04858	
4246171	Oil Center	oil-center	US		0	America/Chicago	38.9681	-87.83281	151			IL	033	55119	
4246172	Oil Grove	oil-grove	US		0	America/Chicago	38.86282	-87.64169	170			IL	033	50205	
4246173	Oilfield	oilfield	US		0	America/Chicago	39.39393	-87.98865	201			IL	023	57667	
4246208	Old Brownfield	old-brownfield	US		0	America/Chicago	37.35894	-88.59644	109			IL	151		
4246238	Old Du Quoin	old-du-quoin	US		0	America/Chicago	37.97505	-89.18314	135			IL	145		
4246256	Old Kane	old-kane	US		0	America/Chicago	39.18894	-90.37262	178	Homer,Old Kane		IL	061	38882	
4246257	Old Kaskaskia	old-kaskaskia	US		0	America/Chicago	37.94894	-89.92205	119	Kachkachkia,Kaskaskia,Kaskaskias,Old Kaskaskia		IL	157		
4246270	Old Marissa	old-marissa	US		0	America/Chicago	38.25838	-89.75427	135			IL	163	46968	
4246279	Old Pearl	old-pearl	US		0	America/Chicago	39.44171	-90.64818	200			IL	149	58356	
4246286	Old Ripley	old-ripley	US		103	America/Chicago	38.89616	-89.57009	171	New Berlin,Old Ripley		IL	005	55730	
4246309	Old Salem Chautauqua	old-salem-chautauqua	US		0	America/Chicago	39.99227	-89.83539	156	Chautauqua Park,Old Salem Chautauqua		IL	129		
4246313	Old Shawneetown	old-shawneetown	US		178	America/Chicago	37.69699	-88.1367	107	Old Shawneetown,Shawneetown,Shawneetown Station,Shawonee Town		IL	059	69069	
4246324	Old State Mobile Home Village	old-state-mobile-home-village	US		0	America/Chicago	39.45392	-88.37366	225			IL	029	47566	
4246325	Old Stonington	old-stonington	US		0	America/Chicago	39.61143	-89.14786	186			IL	021	47631	
4246405	Old Princeton	old-princeton	US		0	America/Chicago	39.8781	-90.16401	184			IL	017	59481	
4246440	Orchardville	orchardville	US		0	America/Chicago	38.50644	-88.65033	155			IL	191	56367	
4246453	Orio	orio	US		0	America/Chicago	38.55449	-87.77892	147	Linn,Orio		IL	185		
4246463	Osbernville	osbernville	US		0	America/Chicago	39.76115	-89.17869	185			IL	021	50686	
4246530	Oxville	oxville	US		0	America/Chicago	39.70477	-90.56124	142			IL	171		
4246551	Paderborn	paderborn	US		43	America/Chicago	38.36033	-90.04261	151			IL	163	49399	
4246552	Paineville	paineville	US		0	America/Chicago	37.80894	-89.00174	122	Paineville,Painville		IL	199		
4246578	Palm Garden Mobile Home Park	palm-garden-mobile-home-park	US		0	America/Chicago	39.90088	-91.40237	175			IL	001	62380	
4246585	Paisley Corners	paisley-corners	US		0	America/Chicago	38.98143	-89.47092	183			IL	005	40741	
4246593	Palzo	palzo	US		0	America/Chicago	37.64866	-88.76339	134			IL	199		
4246618	Pankeyville	pankeyville	US		0	America/Chicago	37.70838	-88.53616	113			IL	165	33149	
4246619	Panorama Hills	panorama-hills	US		0	America/Chicago	38.71755	-89.29007	155			IL	027	37673	
4246673	Park Estates Mobile Home Park	park-estates-mobile-home-park	US		0	America/Chicago	38.11088	-89.70621	162			IL	157		
4246698	Parkview	parkview	US		0	America/Chicago	39.80892	-88.28533	200			IL	041	76420	
4246731	Passport	passport	US		0	America/Chicago	38.78921	-88.24365	142			IL	159	19486	
4246738	Patterson Springs	patterson-springs	US		0	America/Chicago	39.79225	-88.19282	201			IL	041	10604	
4246755	Paulton	paulton	US		0	America/Chicago	37.76394	-88.80395	165			IL	199		
4246760	Pawnee Junction	pawnee-junction	US		0	America/Chicago	39.58977	-89.64621	186			IL	167	20058	
4246865	Peters Creek	peters-creek	US		0	America/Chicago	37.48783	-88.24142	140	Peters Creek,Peters Creek Store		IL	069		
4246890	Pharoahs Gardens	pharoahs-gardens	US		0	America/Chicago	37.59283	-88.90951	175			IL	087		
4246910	Phillipstown	phillipstown	US		43	America/Chicago	38.14199	-88.0217	149	Phillipstown,Victoria		IL	193	59507	
4246916	Piankashawtown (historical)	piankashawtown-historical	US		0	America/Chicago	38.43116	-88.09587	127			IL	047		
4246921	Piasa Hills	piasa-hills	US		0	America/Chicago	38.95227	-90.25845	171			IL	119	30107	
4246925	Piatt	piatt	US		0	America/Chicago	39.93309	-88.52034	205			IL	147	05157	
4246937	Pierceburg	pierceburg	US		0	America/Chicago	38.9306	-87.90781	139			IL	033	47202	
4246940	East Pierron	east-pierron	US		200	America/Chicago	38.77644	-89.52036	157	Baden Baden,Millersburg		IL	005	09694	
4246945	Pigeon (historical)	pigeon-historical	US		0	America/Chicago	38.39505	-88.75645	167	Farrington,Pigeon (historical)		IL	081	25648	
4247029	Pinhook (historical)	pinhook-historical	US		0	America/Chicago	38.91032	-89.03423	167			IL	051	77330	
4247037	Pinkstaff	pinkstaff	US		0	America/Chicago	38.79449	-87.66919	134			IL	101	07198	
4247044	Piopolis	piopolis	US		0	America/Chicago	38.18366	-88.56144	125	Piopolis,Saint Francis Xavier		IL	065	17809	
4247086	Pleak	pleak	US		0	America/Chicago	39.59559	-88.93841	208	Pleak,Pleak Corner		IL	173	26337	
4247209	Pleasant Mound	pleasant-mound	US		0	America/Chicago	38.8631	-89.29035	174	Fairview,Pleasant Mound		IL	005	60586	
4247308	Plum Hill	plum-hill	US		0	America/Chicago	38.36283	-89.5087	144	Plum Hill,Plumb Hill,Plumhill		IL	189	60807	
4247313	Plumfield	plumfield	US		0	America/Chicago	37.89144	-89.00674	122			IL	055	19421	
4247322	Poag	poag	US		0	America/Chicago	38.79699	-90.03899	132	Carson Station,Poag		IL	119	14260	
4247331	Pohaten (historical)	pohaten-historical	US		0	America/Chicago	38.43727	-87.74697	122			IL	185		
4247354	Pond	pond	US		0	America/Chicago	37.44505	-88.83284	161			IL	087		
4247379	Pontoon Beach	pontoon-beach	US		5637	America/Chicago	38.73172	-90.08038	127			IL	119	51583	
4247404	Port Jackson	port-jackson	US		0	America/Chicago	38.86366	-87.77836	139			IL	033	35970	
4247414	Portuguese Hill	portuguese-hill	US		0	America/Chicago	39.75588	-90.2154	183			IL	137		
4247434	Post Oak	post-oak	US		0	America/Chicago	39.09032	-88.90923	183	Louden City,Loudon City,Post Oak		IL	051	44901	
4247502	Prairie Hall	prairie-hall	US		0	America/Chicago	39.75476	-88.78563	215	Prairie Hall,Prairie Hill,Prairiehall		IL	115	51219	
4247551	Prairietown	prairietown	US		0	America/Chicago	38.96644	-89.92205	176	Prairie Town,Prairietown		IL	119	56068	
4247625	Prouty	prouty	US		0	America/Chicago	39.68227	-89.92872	198			IL	167	52181	
4247640	Pruett	pruett	US		0	America/Chicago	39.06477	-88.9109	182			IL	051	03155	
4247645	Pryortown	pryortown	US		0	America/Chicago	37.19033	-89.14869	132			IL	153		
4247672	Pureton	pureton	US		0	America/Chicago	38.7306	-88.22449	153			IL	159	53156	
4247678	Pyatts	pyatts	US		0	America/Chicago	38.00311	-89.3712	126			IL	145		
4247681	Pyramid	pyramid	US		0	America/Chicago	38.33422	-89.22786	171			IL	189	02544	
4247687	Quaker (historical)	quaker-historical	US		0	America/Chicago	39.86115	-87.5603	195			IL	045	61483	
4247696	Quatoga Bluff	quatoga-bluff	US		0	America/Chicago	38.92755	-90.24845	161			IL	119	30107	
4248382	Rodemich	rodemich	US		0	America/Chicago	38.44089	-90.13789	203			IL	163	49399	
4247709	Quincy Junction	quincy-junction	US		0	America/Chicago	39.45116	-91.02514	140			IL	149	65936	
4247752	Raddle	raddle	US		0	America/Chicago	37.77894	-89.58677	110			IL	077	27260	
4247759	Raeftown	raeftown	US		0	America/Chicago	38.8581	-88.00226	141	Embarrassville,Raeftown,Rafetown		IL	079		
4247836	Raum	raum	US		0	America/Chicago	37.46283	-88.52088	214			IL	151		
4247865	Reardon	reardon	US		0	America/Chicago	39.11588	-90.57512	127			IL	083	63745	
4247876	Rectorville (historical)	rectorville-historical	US		0	America/Chicago	37.92171	-88.45783	116			IL	065	47657	
4247881	Red Bud (historical)	red-bud-historical	US		0	America/Chicago	37.77588	-88.40532	116			IL	165	16535	
4247900	Red Top	red-top	US		0	America/Chicago	38.37199	-88.02615	128	Crackelville,Red Top		IL	047		
4247909	Reddish	reddish	US		0	America/Chicago	39.13783	-90.57679	128			IL	083	63745	
4247937	Reeds Station	reeds-station	US		0	America/Chicago	37.77783	-89.16091	125	Parsons,Reeds,Reeds Station		IL	077	19629	
4247939	Rees	rees	US		0	America/Chicago	39.6356	-90.09261	213	Rees,Rees Station,Ress		IL	137		
4247953	Reily Lake	reily-lake	US		0	America/Chicago	37.97922	-89.92094	118	Reiley Lake,Reily Lake		IL	157		
4247963	Rend City	rend-city	US		0	America/Chicago	38.02699	-88.98479	125	Crittenden,Rend,Rend City		IL	055	08940	
4247979	Rennerville	rennerville	US		0	America/Chicago	39.45671	-88.80729	213			IL	173	55457	
4247982	Renshaw	renshaw	US		0	America/Chicago	37.3545	-88.67839	115	Dixon Springs Station,Renshaw		IL	151		
4247985	Rentchler	rentchler	US		34	America/Chicago	38.49144	-89.87316	141			IL	163	69550	
4248095	Riddle Hill	riddle-hill	US		0	America/Chicago	39.78672	-89.76455	186			IL	167	28651	
4248096	Riddleville	riddleville	US		0	America/Chicago	38.85199	-87.65141	151			IL	101	07198	
4248132	Riehl	riehl	US		0	America/Chicago	38.93588	-90.274	131			IL	119	30107	
4248136	Riffle	riffle	US		0	America/Chicago	38.80532	-88.56422	153	Riffel,Riffle		IL	025	44940	
4248140	Riggston	riggston	US		0	America/Chicago	39.69532	-90.42318	183	Riggston,Riggston Station		IL	171		
4248219	Roaches	roaches	US		0	America/Chicago	38.32505	-89.07618	151	Roach,Roaches		IL	081	11670	
4248220	Roachtown	roachtown	US		0	America/Chicago	38.46311	-90.04094	165			IL	163	49399	
4248228	Robbs	robbs	US		0	America/Chicago	37.45894	-88.69978	138			IL	151		
4248385	Rodgersville	rodgersville	US		0	America/Chicago	37.67672	-88.76978	137	Rodgersville,Sayersville		IL	199		
4248398	Rohrer	rohrer	US		0	America/Chicago	39.52949	-89.95983	214			IL	137		
4248404	Rolling Green	rolling-green	US		0	America/Chicago	39.46337	-88.33505	216			IL	029	40637	
4248433	Roots	roots	US		0	America/Chicago	38.01783	-89.97233	119			IL	157		
4248463	Rose Lake	rose-lake	US		0	America/Chicago	38.64005	-90.10733	126	Rose Lake,Rose Lake Station		IL	163		
4248480	Rosewood Heights	rosewood-heights	US		4038	America/Chicago	38.88783	-90.08483	167			IL	119	83284	
4248499	Roth	roth	US		0	America/Chicago	37.10033	-89.3073	98			IL	003		
4248509	Round Knob	round-knob	US		0	America/Chicago	37.24728	-88.73755	120	Round Knob,Roundknob		IL	127		
4248523	Round Prairie	round-prairie	US		0	America/Chicago	38.45727	-88.53922	141			IL	191	05521	
4248552	Royal Heights	royal-heights	US		0	America/Chicago	38.54422	-90.01372	176			IL	163	04858	
4248554	Royal Lakes	royal-lakes	US		190	America/Chicago	39.11032	-89.96149	188	Royal Lake,Royal Lakes		IL	117	35242	
4248557	Royal Lake Resort	royal-lake-resort	US		0	America/Chicago	38.5656	-89.39341	139			IL	027	78344	
4248570	Rudement	rudement	US		0	America/Chicago	37.63644	-88.49032	121			IL	165	37205	
4248577	Ruma	ruma	US		315	America/Chicago	38.13505	-89.99789	135			IL	157		
4248590	Rural Hill	rural-hill	US		0	America/Chicago	37.9606	-88.65117	173	Rural Hill,Ruralhill		IL	065	26324	
4248770	Rust	rust	US		0	America/Chicago	38.00255	-88.76117	139			IL	055	21735	
4249118	Saint Morgan	saint-morgan	US		0	America/Chicago	38.66227	-89.68759	154			IL	119	33981	
4249340	Saline City	saline-city	US		0	America/Chicago	37.82366	-88.4356	131			IL	165	21709	
4249344	Saline Landing	saline-landing	US		0	America/Chicago	37.57005	-88.13031	115			IL	069		
4249353	Saline Valley Store (historical)	saline-valley-store-historical	US		0	America/Chicago	37.67338	-88.49894	110			IL	165	37205	
4249385	Samsville	samsville	US		0	America/Chicago	38.48977	-88.05754	145			IL	047		
4249389	Sand Barrens	sand-barrens	US		0	America/Chicago	38.59005	-87.69392	128			IL	101	19395	
4249408	Sand Ridge	sand-ridge	US		0	America/Chicago	37.74005	-89.44259	113	Ridge Station,Sand Ridge,Sandridge		IL	077	67522	
4249423	Sandburn	sandburn	US		0	America/Chicago	37.50922	-88.84229	187	Sandburn,South Sanburn		IL	087		
4249470	Sangamon	sangamon	US		0	America/Chicago	39.8667	-88.85591	208	Sangamon,Sangamon Station		IL	115	54859	
4249510	Sato	sato	US		0	America/Chicago	37.90894	-89.43065	142	Gassville,Ora,Sato		IL	077	56276	
4249511	Sauget	sauget	US		152	America/Chicago	38.59644	-90.18483	127			IL	163	12210	
4249513	Saunders	saunders	US		0	America/Chicago	39.85199	-89.30731	183			IL	167	41976	
4249516	Savage (historical)	savage-historical	US		0	America/Chicago	39.78144	-90.21095	183			IL	137		
4249564	Schnell	schnell	US		0	America/Chicago	38.63588	-88.24949	131			IL	159	18862	
4249584	Schram City	schram-city	US		570	America/Chicago	39.16421	-89.4637	182			IL	135	21761	
4249586	Schrodts Station	schrodts-station	US		0	America/Chicago	38.38255	-87.82503	140	Schrodts Station,Sugar Creek		IL	185		
4249592	Schuline	schuline	US		0	America/Chicago	38.08949	-89.77899	168			IL	157		
4249619	Schoper	schoper	US		0	America/Chicago	39.33811	-89.78426	189			IL	117	69121	
4249627	Scottland	scottland	US		0	America/Chicago	39.80448	-87.60502	192	Scotland,Scotland Station,Scott Land,Scottland		IL	045	61483	
4249668	Seehorn	seehorn	US		0	America/Chicago	39.75532	-91.26126	145			IL	149	39935	
4249669	Sefton	sefton	US		0	America/Chicago	39.07088	-88.95562	172			IL	051	68549	
4249681	Selma (historical)	selma-historical	US		0	America/Chicago	38.42588	-87.74808	119			IL	185		
4249683	Selmaville	selmaville	US		0	America/Chicago	38.60699	-88.99534	163			IL	121	67249	
4249727	Sexson Corner	sexson-corner	US		0	America/Chicago	39.38948	-88.51811	197	Sexson,Sexson Corner		IL	173	02466	
4249741	Shady Acres	shady-acres	US		0	America/Chicago	39.84727	-90.55457	138			IL	137		
4249773	Shakerag	shakerag	US		0	America/Chicago	37.82227	-88.90896	134			IL	199		
4249777	Shale Bluff	shale-bluff	US		0	America/Chicago	39.77699	-89.60982	177			IL	167	83310	
4249802	Shasta (historical)	shasta-historical	US		0	America/Chicago	37.13172	-89.39508	101			IL	003		
4249803	Shattuc	shattuc	US		0	America/Chicago	38.6106	-89.19285	144	Lost Creek,Shattuc,ShattucX,ones Station		IL	027	48476	
4249888	Sheridan Estates	sheridan-estates	US		0	America/Chicago	39.88671	-91.38015	184			IL	001	48203	
4249898	Shetlerville	shetlerville	US		0	America/Chicago	37.43061	-88.40754	134			IL	069		
4249941	Shiloh Hill	shiloh-hill	US		0	America/Chicago	37.92533	-89.62121	156	Shiloh Hill,Steuben		IL	157		
4249961	Shiloh Station	shiloh-station	US		0	America/Chicago	38.53394	-89.89816	143			IL	163	69550	
4249967	Shinn	shinn	US		0	America/Chicago	39.67644	-91.16736	142	Kinderhook Station,Shinn		IL	149	39935	
4250011	Shop Creek	shop-creek	US		0	America/Chicago	39.27588	-89.64565	197			IL	135	84129	
4250031	Sicily	sicily	US		0	America/Chicago	39.59005	-89.49121	183			IL	021	70798	
4250147	Sloan Station	sloan-station	US		0	America/Chicago	39.95503	-88.407	210			IL	019	66547	
4250149	Sleepy Hollow	sleepy-hollow	US		0	America/Chicago	37.60033	-88.94924	163			IL	199		
4250221	Smothersville	smothersville	US		0	America/Chicago	37.95422	-88.84062	145			IL	055	05313	
4250245	Snearlyville	snearlyville	US		0	America/Chicago	38.61005	-89.49508	131			IL	027	07926	
4250298	South Crest	south-crest	US		0	America/Chicago	39.8981	-91.38959	189			IL	001	62380	
4250334	South Jacksonville	south-jacksonville	US		3261	America/Chicago	39.70866	-90.22818	189			IL	137		
4250354	South Park Terrace	south-park-terrace	US		0	America/Chicago	39.90755	-91.39515	171			IL	001	62380	
4250380	South Strasburg	south-strasburg	US		0	America/Chicago	39.34587	-88.62006	195			IL	173	61522	
4250393	Southern Hills	southern-hills	US		0	America/Chicago	37.70394	-89.21064	134			IL	077	11170	
4250404	Southern View	southern-view	US		1635	America/Chicago	39.75727	-89.65371	186			IL	167	83310	
4250405	Southern View	southern-view	US		0	America/Chicago	39.90449	-91.39821	184			IL	001	62380	
4250407	Southland Acres	southland-acres	US		0	America/Chicago	39.78948	-88.28477	198			IL	041	76420	
4250408	Southlawn	southlawn	US		0	America/Chicago	39.75366	-89.62149	180			IL	167	11046	
4250409	Southmoor	southmoor	US		0	America/Chicago	38.93477	-90.20344	177			IL	119	30107	
4250410	Southmore Heights	southmore-heights	US		0	America/Chicago	39.04727	-88.74978	188			IL	049	50725	
4250433	Sparks Hill	sparks-hill	US		0	America/Chicago	37.58477	-88.28698	186	Loves Store,Spark's Hill,Sparks Hill		IL	069		
4250437	Spankey	spankey	US		0	America/Chicago	39.18894	-90.55068	133	Clendenin,Spankey		IL	083	63745	
4250450	Spaulding	spaulding	US		869	America/Chicago	39.86616	-89.54038	177			IL	167	14858	
4250457	Spencer Heights	spencer-heights	US		0	America/Chicago	37.12727	-89.1948	129			IL	153		
4250467	Spillertown	spillertown	US		202	America/Chicago	37.76644	-88.91951	147			IL	199		
4250539	Springer Station	springer-station	US		0	America/Chicago	38.17977	-88.35171	117			IL	193	49360	
4250565	Stagecoach Junction	stagecoach-junction	US		0	America/Chicago	39.21866	-89.61426	189			IL	135	53949	
4250570	Stallings	stallings	US		0	America/Chicago	38.72477	-90.06316	127			IL	119	51583	
4250573	Standard City	standard-city	US		147	America/Chicago	39.35227	-89.7876	195	South Standard,Standard City		IL	117	53052	
4250595	Starne	starne	US		0	America/Chicago	39.82422	-89.6051	180	Starne,Stearnes		IL	167	72013	
4250603	State Park Place	state-park-place	US		0	America/Chicago	38.65866	-90.04733	128			IL	119	51583	
4250636	Steel City	steel-city	US		0	America/Chicago	37.99811	-88.87923	132	Steel City,Steele City		IL	055	05313	
4250648	Sterling Place	sterling-place	US		0	America/Chicago	38.62644	-90.03983	128			IL	163	10968	
4250686	Stiritz	stiritz	US		0	America/Chicago	37.83616	-88.9484	123			IL	199		
4250700	Stolle	stolle	US		0	America/Chicago	38.54339	-90.16983	127			IL	163	12210	
4250701	Stolletown	stolletown	US		0	America/Chicago	38.69338	-89.44675	141			IL	027	80996	
4250705	Stone Church	stone-church	US		0	America/Chicago	38.35033	-89.62537	140	Stone Church,Stonechurch		IL	189	38453	
4250711	Stone Fort	stone-fort	US		0	America/Chicago	37.62338	-89.19675	156			IL	077	46227	
4250746	Straut	straut	US		0	America/Chicago	39.44338	-90.70596	201	Stewart Station,Straut		IL	149	71617	
4250749	Strawns Crossing	strawns-crossing	US		0	America/Chicago	39.78588	-90.15095	192			IL	137		
4250751	Streadle	streadle	US		0	America/Chicago	39.85338	-89.61454	174			IL	167	72013	
4250770	Stubblefield	stubblefield	US		0	America/Chicago	38.84838	-89.46647	159			IL	005	12112	
4250793	Sudduth (historical)	sudduth-historical	US		0	America/Chicago	39.70505	-89.81594	192			IL	167	52181	
4250836	Sugar Creek Ranch	sugar-creek-ranch	US		0	America/Chicago	37.57227	-88.92729	182			IL	087		
4250856	Sugarloaf Heights	sugarloaf-heights	US		0	America/Chicago	38.49616	-90.21261	128	Sugarloaf,Sugarloaf Heights		IL	163	73456	
4250874	Sulphur Springs (historical)	sulphur-springs-historical	US		0	America/Chicago	37.60477	-88.84145	157			IL	199		
4250886	Summer Hill	summer-hill	US		0	America/Chicago	39.54644	-90.9193	231	Summer Hill,Summerhill		IL	149	02791	
4250926	Sunny Hill	sunny-hill	US		0	America/Chicago	39.6231	-90.77096	209			IL	149	52259	
4250932	Sunnybrook Meadows	sunnybrook-meadows	US		0	America/Chicago	39.90588	-91.38987	177			IL	001	62380	
4250946	Sunrise Hills	sunrise-hills	US		0	America/Chicago	39.23088	-89.60954	193			IL	135	53949	
4250952	Sunset Harbor	sunset-harbor	US		0	America/Chicago	37.61672	-88.93479	161			IL	199		
4251001	Swanwick	swanwick	US		0	America/Chicago	38.16977	-89.5362	174			IL	145		
4251035	Sylvan (historical)	sylvan-historical	US		0	America/Chicago	39.98505	-90.07123	185			IL	017	57550	
4251068	Tamalco	tamalco	US		0	America/Chicago	38.77088	-89.29146	146			IL	005	74418	
4251089	Tankville	tankville	US		0	America/Chicago	37.12699	-89.38369	101			IL	003		
4251096	Tansill	tansill	US		0	America/Chicago	37.30616	-88.53782	104			IL	151		
4251108	Tatumville	tatumville	US		0	America/Chicago	37.25783	-89.27953	113			IL	003		
4251126	Taylor Hill	taylor-hill	US		0	America/Chicago	38.11227	-88.7959	143			IL	055	53637	
4251163	Temple Hill	temple-hill	US		0	America/Chicago	37.30728	-88.63033	157			IL	151		
4251194	Texas Junction	texas-junction	US		0	America/Chicago	37.75977	-89.32342	116			IL	077	51466	
4251205	The Crossroads	the-crossroads	US		0	America/Chicago	38.90088	-90.56262	196			IL	013		
4251208	The Hall	the-hall	US		0	America/Chicago	37.52338	-89.09813	173			IL	181		
4251263	Thackeray	thackeray	US		0	America/Chicago	38.12005	-88.4531	159	Thackeray,Thackery		IL	065	17627	
4251267	Thurber	thurber	US		0	America/Chicago	38.08255	-88.42755	146			IL	065	17627	
4251271	Tice	tice	US		0	America/Chicago	39.98533	-89.79483	188	Oak Ridge,Tice,Tices Station		IL	129		
4251291	Time	time	US		22	America/Chicago	39.56144	-90.72429	211			IL	149	32863	
4251294	Timmons	timmons	US		0	America/Chicago	37.71172	-88.96507	131			IL	199		
4251295	Timothy	timothy	US		0	America/Chicago	39.30309	-88.12948	182			IL	035	31537	
4251312	Tison	tison	US		0	America/Chicago	37.88977	-88.5145	127			IL	165	44485	
4251324	Todds Mill	todds-mill	US		0	America/Chicago	38.20255	-89.36592	150			IL	145		
4251325	Todds Point	todds-point	US		0	America/Chicago	39.57698	-88.7659	201	Todd's Point,Todds Point		IL	173	75588	
4251347	Toms Prairie	toms-prairie	US		0	America/Chicago	38.40783	-88.25865	137	Thomas Prairie,Toms Prairie		IL	191	47501	
4251350	Tonti	tonti	US		0	America/Chicago	38.66477	-88.97839	175			IL	121	75744	
4251366	Tovey Humphrey Station	tovey-humphrey-station	US		0	America/Chicago	39.58977	-89.45509	184			IL	021	70798	
4251370	Tower Heights	tower-heights	US		0	America/Chicago	39.52478	-89.76926	198			IL	167	02928	
4251512	Trowbridge	trowbridge	US		0	America/Chicago	39.31032	-88.51783	196			IL	173	06002	
4251522	Troy Crossing	troy-crossing	US		0	America/Chicago	38.7056	-89.95705	171			IL	119	15612	
4251523	Troy Junction	troy-junction	US		0	America/Chicago	38.73449	-89.92816	175			IL	119	38245	
4251542	Tuckers Corners	tuckers-corners	US		0	America/Chicago	37.99088	-88.59561	134			IL	065	26324	
4251586	Turner Landing	turner-landing	US		0	America/Chicago	39.07033	-90.6954	133			IL	013		
4251612	Twin Churches	twin-churches	US		0	America/Chicago	39.1431	-89.01118	180	Bowling Green,Twin Churches		IL	051	11501	
4251649	Ullrich	ullrich	US		0	America/Chicago	39.74087	-88.68146	205			IL	139	45057	
4251798	Union Town	union-town	US		0	America/Chicago	38.51894	-88.75033	150			IL	121	65455	
4251841	Upper Alton	upper-alton	US		29251	America/Chicago	38.91144	-90.15066	166			IL	119	01127	
4251864	Urbain	urbain	US		0	America/Chicago	37.97449	-89.04063	128			IL	055	76576	
4251883	Valier Patch	valier-patch	US		0	America/Chicago	38.02672	-89.03674	131			IL	055	08940	
4251892	Valley Mission	valley-mission	US		0	America/Chicago	37.35811	-89.33925	118			IL	181		
4251904	Van Burensburg	van-burensburg	US		0	America/Chicago	39.03616	-89.27952	182	Hurricane,Van Burensburg,Vanburensburg		IL	135	70772	
4251910	Van Wood	van-wood	US		0	America/Chicago	39.96144	-89.59871	176	Van Wood,Vanwood		IL	167	81776	
4251937	Vanderville	vanderville	US		0	America/Chicago	39.42532	-89.29759	192			IL	021	31641	
4251954	Venedy	venedy	US		133	America/Chicago	38.39505	-89.64593	138			IL	189	77434	
4251995	Vevay Park	vevay-park	US		0	America/Chicago	39.2792	-88.05365	187	Vevay,Vevay Park		IL	035	76641	
4252049	Vermilion Grove	vermilion-grove	US		0	America/Chicago	39.92504	-87.65502	205	Vermilion,Vermilion Grove,Vermillion Grove		IL	183	23932	
4252086	Voorhies	voorhies	US		0	America/Chicago	39.86698	-88.58006	206			IL	147	76888	
4252255	Wabash Point	wabash-point	US		0	America/Chicago	39.44226	-88.42088	215			IL	029	47566	
4252307	Wagon Creek Heaven	wagon-creek-heaven	US		0	America/Chicago	37.58311	-88.89757	169			IL	087		
4252392	Walnut Prairie	walnut-prairie	US		0	America/Chicago	39.24004	-87.66614	147			IL	023	83934	
4252425	Wamac	wamac	US		1143	America/Chicago	38.50894	-89.14063	152			IL	121	12177	
4252431	Wanborough (historical)	wanborough-historical	US		0	America/Chicago	38.37866	-88.0917	149			IL	047		
4252512	Washington Park	washington-park	US		3990	America/Chicago	38.63505	-90.09289	125			IL	163	10968	
4252539	Wasson	wasson	US		0	America/Chicago	37.7881	-88.48477	117			IL	165	21709	
4252570	Watertown (historical)	watertown-historical	US		0	America/Chicago	38.72171	-88.12004	134			IL	159	55925	
4252572	Watkins Ford	watkins-ford	US		0	America/Chicago	37.53588	-88.63116	159			IL	151		
4252651	Webster Hill Estates	webster-hill-estates	US		0	America/Chicago	38.32505	-88.92784	167			IL	081	69511	
4252681	Welge	welge	US		0	America/Chicago	37.95644	-89.7126	123	Wedge,Welge		IL	157		
4252697	Wendelin	wendelin	US		0	America/Chicago	38.83338	-88.27282	144			IL	025	60261	
4252705	Wertenberg	wertenberg	US		0	America/Chicago	38.44616	-89.66482	122			IL	027	44667	
4252752	West City	west-city	US		654	America/Chicago	37.99394	-88.93507	139			IL	055	08940	
4252790	West Grand Place	west-grand-place	US		0	America/Chicago	39.76866	-89.67121	184			IL	167	11046	
4252840	West Rural Hill	west-rural-hill	US		0	America/Chicago	37.9656	-88.68839	179			IL	065	26324	
4252851	West Sandford	west-sandford	US		0	America/Chicago	39.54587	-87.53447	191	West Sandford,West Sanford		IL	045	22912	
4252882	West Vienna	west-vienna	US		0	America/Chicago	37.42866	-88.96951	119	Boles,West Vienna		IL	087		
4252895	Westervelt	westervelt	US		128	America/Chicago	39.47893	-88.86174	199			IL	173	63836	
4252903	Westminster (historical)	westminster-historical	US		0	America/Chicago	39.35976	-88.98924	201	Manyawper,Westminster (historical)		IL	173	75861	
4252916	Wetzel	wetzel	US		0	America/Chicago	39.70615	-87.70614	198			IL	045	22502	
4252929	Wetaug	wetaug	US		0	America/Chicago	37.32394	-89.16674	109			IL	153		
4252948	White Ash	white-ash	US		241	America/Chicago	37.78949	-88.92479	134	White Ash,Whiteash		IL	199		
4252970	White Hill	white-hill	US		0	America/Chicago	37.31922	-89.02146	104	Chasco,White Hill		IL	087		
4252999	White Oak Springs (historical)	white-oak-springs-historical	US		0	America/Chicago	39.88338	-90.81735	208	White Oak Springs (historical),Whiteoak Springs		IL	009	09291	
4253046	Whitesville (historical)	whitesville-historical	US		0	America/Chicago	37.68116	-88.46394	112			IL	165	50803	
4253080	Wilberton	wilberton	US		0	America/Chicago	38.87949	-88.95145	175			IL	051	81568	
4253100	Wilderman	wilderman	US		0	America/Chicago	38.47366	-89.93927	152			IL	163	70265	
4253124	Willeford	willeford	US		0	America/Chicago	37.65616	-88.85173	134			IL	199		
4253125	Willeys	willeys	US		0	America/Chicago	39.59699	-89.23342	193	Willey,Willeys,Willeys Station		IL	021	47631	
4253166	Williamsburg (historical)	williamsburg-historical	US		0	America/Chicago	39.29532	-88.93757	205	Cold Spring,Williamsburg (historical)		IL	173	15417	
4253167	Williamsburg Hill	williamsburg-hill	US		0	America/Chicago	39.30032	-88.93479	235			IL	173	15417	
4253250	Wilson Heights	wilson-heights	US		0	America/Chicago	38.71283	-89.93371	172			IL	119	15612	
4253263	Wilsonburg (historical)	wilsonburg-historical	US		0	America/Chicago	38.75977	-88.23893	139	Wilsonburg (historical),Wilsonburgh		IL	159	53156	
4253287	Wine Hill	wine-hill	US		0	America/Chicago	37.94894	-89.67455	177			IL	157		
4253295	Winkle	winkle	US		0	America/Chicago	38.15005	-89.4887	171	Craig,Craigs,Winkle,Winkle Station		IL	145		
4253303	Winneberger	winneberger	US		0	America/Chicago	38.87977	-90.5854	201			IL	013		
4253310	Winterrowd	winterrowd	US		0	America/Chicago	38.94088	-88.37504	167			IL	049	45161	
4253377	Womac	womac	US		0	America/Chicago	39.27144	-89.78815	195			IL	117	69121	
4253409	Woodcrest	woodcrest	US		0	America/Chicago	38.58783	-90.05205	172			IL	163	04858	
4253429	Woodlawn Court	woodlawn-court	US		0	America/Chicago	39.93005	-91.36876	194			IL	001	62380	
4253438	Woods	woods	US		0	America/Chicago	38.94449	-90.12177	154			IL	119	27182	
4253463	Woodville (historical)	woodville-historical	US		0	America/Chicago	38.257	-90.27234	133			IL	133		
4253469	Woodyard	woodyard	US		0	America/Chicago	39.86559	-87.65613	205			IL	045	65923	
4253500	Wrights Corner	wrights-corner	US		0	America/Chicago	39.12949	-88.86645	201	Wrights Corner,Wrights Corners		IL	051	44901	
4253505	Wyckles	wyckles	US		0	America/Chicago	39.85309	-89.02897	207			IL	115	33240	
4253506	Wyckles Corners	wyckles-corners	US		0	America/Chicago	39.84393	-89.02897	205	Wyckles Corner,Wyckles Corners		IL	115	33240	
4253510	Wynoose	wynoose	US		0	America/Chicago	38.59866	-88.22199	131			IL	159	18862	
4253530	Yantisville	yantisville	US		0	America/Chicago	39.53643	-88.88341	216			IL	173	59663	
4253543	Yeomans	yeomans	US		0	America/Chicago	39.6506	-90.04094	210			IL	137		
4253550	Yoder Addition	yoder-addition	US		0	America/Chicago	39.80587	-88.27644	198			IL	041	76420	
4253599	Zenith	zenith	US		0	America/Chicago	38.54866	-88.62255	149			IL	191	56367	
4253602	Zenobia	zenobia	US		0	America/Chicago	39.52866	-89.53371	187			IL	167	58187	
4253714	Aaron	aaron	US		0	America/Indiana/Vevay	38.88311	-85.12579	275			IN	155	60480	
4253725	Abydel	abydel	US		0	America/Indiana/Indianapolis	38.57061	-86.5611	170	Abbey Dell,Abydel		IN	117	25990	
4253756	Adyeville	adyeville	US		0	America/Indiana/Tell_City	38.19089	-86.76943	129	Adyeville,Adyville		IN	123	12808	
4253757	Africa	africa	US		0	America/Chicago	37.84033	-87.07277	117			IN	147	56160	
4253768	Alaska	alaska	US		0	America/Indiana/Indianapolis	39.47032	-86.64139	240	Alaska,Sheasville		IN	109	02440	
4253778	Alert	alert	US		0	America/Indiana/Indianapolis	39.16033	-85.67831	233			IN	031	36918	
4253785	Alfont	alfont	US		0	America/Indiana/Indianapolis	39.95143	-85.8147	259			IN	095	29160	
4253788	Alfordsville	alfordsville	US		105	America/Indiana/Vincennes	38.56061	-86.94834	156			IN	027	63702	
4253790	Algiers	algiers	US		0	America/Indiana/Petersburg	38.48727	-87.17501	160	Algiers,Algiers City,Delectable Hill,Delectible		IN	125	38160	
4253806	Allens Acres	allens-acres	US		0	America/Indiana/Indianapolis	39.99282	-86.30305	284			IN	011	86372	
4253808	Allen Crossing	allen-crossing	US		0	America/Indiana/Indianapolis	39.10394	-85.31691	296			IN	137	57276	
4253814	Allisonville	allisonville	US		0	America/Indiana/Indianapolis	39.90504	-86.07832	237	Allison,Allisonville		IN	097	80792	
4253817	Allman	allman	US		0	America/Indiana/Indianapolis	39.61727	-86.43111	234			IN	109	50400	
4253822	Alma Lake	alma-lake	US		0	America/Indiana/Indianapolis	39.60838	-87.01946	233			IN	121	37296	
4253827	Alquina	alquina	US		0	America/Indiana/Indianapolis	39.61283	-85.05468	315			IN	041	38412	
4253875	Annandale Estates	annandale-estates	US		0	America/Indiana/Indianapolis	39.21783	-86.2661	235			IN	013	80396	
4253898	Apalona	apalona	US		0	America/Indiana/Tell_City	38.1545	-86.63221	204			IN	123	56214	
4253902	Antioch Grange	antioch-grange	US		0	America/Indiana/Indianapolis	38.73728	-85.47024	233			IN	077	31234	
4253905	Arabia	arabia	US		0	America/Indiana/Indianapolis	39.76615	-87.32196	187			IN	121	79334	
4253910	Arctic Springs	arctic-springs	US		0	America/Kentucky/Louisville	38.28313	-85.71135	134			IN	019	38367	
4253911	Arda	arda	US		0	America/Indiana/Petersburg	38.51727	-87.25057	159			IN	125	80936	
4253939	Armiesburg	armiesburg	US		0	America/Indiana/Indianapolis	39.76337	-87.35113	160	Armiesburg,Armiesburg Mills,Armiesburgh,Stringtown		IN	121	79334	
4253941	Arney	arney	US		0	America/Indiana/Indianapolis	39.21865	-86.93168	215	Arney,Middletown		IN	119	38142	
4253961	Artist Point	artist-point	US		0	America/Indiana/Marengo	38.1609	-86.37053	212			IN	025	56142	
4253974	Ashboro	ashboro	US		0	America/Indiana/Indianapolis	39.39893	-87.10585	186	Ashboro,Ashborough		IN	021	73988	
4253975	Ashby (historical)	ashby-historical	US		0	America/Indiana/Indianapolis	39.33005	-84.90162	173			IN	047	84068	
4253978	Ashby Yards	ashby-yards	US		0	America/Indiana/Petersburg	38.47449	-87.28474	132			IN	125	80936	
4253983	Asherville	asherville	US		0	America/Indiana/Indianapolis	39.47476	-87.06224	201			IN	021	36864	
4253991	Ash Iron Springs	ash-iron-springs	US		0	America/Chicago	38.03533	-87.18667	122			IN	173	70002	
4253997	Atkinsonville	atkinsonville	US		0	America/Indiana/Indianapolis	39.37782	-86.87334	270			IN	119	51048	
4254017	Avalon Hills	avalon-hills	US		0	America/Indiana/Indianapolis	39.8781	-86.05582	239			IN	097	42444	
4254027	Avonburg	avonburg	US		0	America/Indiana/Vevay	38.88645	-85.17218	283	Avonburg,Soapville		IN	155	60480	
4254047	Bacon	bacon	US		0	America/Indiana/Indianapolis	38.41061	-86.43332	236			IN	117	71090	
4254094	Bald Knobs	bald-knobs	US		0	America/Indiana/Indianapolis	39.02005	-86.17054	290			IN	071	59274	
4254096	Baldwin Heights	baldwin-heights	US		0	America/Chicago	38.34143	-87.57141	159			IN	051	58338	
4254099	Baldridge	baldridge	US		0	America/Indiana/Indianapolis	39.2231	-87.37224	180			IN	153	16390	
4254108	Bandmill	bandmill	US		0	America/Indiana/Vincennes	38.53838	-87.6028	122			IN	083	79217	
4254111	Ballstown	ballstown	US		0	America/Indiana/Indianapolis	39.25061	-85.24413	276			IN	137	42336	
4254116	Banta	banta	US		0	America/Indiana/Indianapolis	39.52394	-86.25027	236			IN	081	83924	
4254118	Banner Mills	banner-mills	US		0	America/Indiana/Indianapolis	39.93282	-87.10112	213			IN	121	34942	
4254119	Barbersville	barbersville	US		0	America/Indiana/Indianapolis	38.90589	-85.28079	274	Barbersville,Barboursville,New Bargersville,Old Bargersville		IN	077	69228	
4254145	Barnhart Town	barnhart-town	US		0	America/Indiana/Indianapolis	39.50392	-87.43558	147			IN	167	73970	
4254159	Barrick Corner	barrick-corner	US		0	America/Indiana/Indianapolis	39.25615	-87.07335	180			IN	021	31684	
4254163	Bartle	bartle	US		0	America/Indiana/Indianapolis	38.56034	-85.88747	237			IN	175	61002	
4254174	Bartons Location	bartons-location	US		0	America/Indiana/Petersburg	38.52922	-87.33946	129			IN	125	46062	
4254175	Bascom Corner	bascom-corner	US		0	America/New_York	38.90895	-84.96856	272			IN	115	10738	
4254181	Bartlettsville	bartlettsville	US		0	America/Indiana/Indianapolis	38.97033	-86.44194	164	Bartlett,Bartlettsville		IN	093	60624	
4254197	Baugh City	baugh-city	US		0	America/Chicago	38.04171	-87.41251	122			IN	173	09964	
4254213	Beal	beal	US		0	America/Indiana/Vincennes	38.57671	-87.63002	124			IN	083	79217	
4254215	Beamer	beamer	US		0	America/Indiana/Indianapolis	39.36671	-86.93751	189			IN	119	51048	
4254221	Beanblossom	beanblossom	US		0	America/Indiana/Indianapolis	39.26699	-86.24916	224	Bean Blossom,Beanblossom,Georgetown		IN	013	36810	
4254253	Bear Wallow	bear-wallow	US		0	America/Indiana/Indianapolis	39.32366	-86.36888	291			IN	013	36810	
4254278	Becks Grove	becks-grove	US		0	America/Indiana/Indianapolis	39.07922	-86.11665	260	Beck,Beck Grove,Becks Grove		IN	013	78398	
4254279	Becks Mill	becks-mill	US		0	America/Indiana/Indianapolis	38.53534	-86.15553	224	Becks Mill,Becks Mills		IN	175	34960	
4254293	Bee Ridge	bee-ridge	US		0	America/Indiana/Indianapolis	39.53698	-87.16946	192			IN	021	18118	
4254295	Beech Brook	beech-brook	US		0	America/Indiana/Indianapolis	39.55227	-85.79776	237			IN	145	00568	
4254327	Beehunter	beehunter	US		0	America/Indiana/Indianapolis	38.95616	-87.12112	148			IN	055	80648	
4254332	Beesons	beesons	US		0	America/Indiana/Indianapolis	39.72171	-85.13302	267	Beeson,Beesons		IN	177	81134	
4254334	Beechwood	beechwood	US		0	America/Indiana/Marengo	38.20673	-86.42442	199			IN	025	56142	
4254335	Behlmer Corner	behlmer-corner	US		0	America/Indiana/Indianapolis	39.20255	-85.16968	302	Behlmer Corner,Lynnville		IN	137	25612	
4254351	Belle Arbor	belle-arbor	US		0	America/Indiana/Indianapolis	39.72032	-85.98748	254			IN	097	25504	
4254353	Belle Union	belle-union	US		0	America/Indiana/Indianapolis	39.5731	-86.70612	241			IN	133	38196	
4254367	Ben Davis	ben-davis	US		0	America/Indiana/Indianapolis	39.7481	-86.26943	240			IN	097	81800	
4254380	Benefiel Corner	benefiel-corner	US		0	America/Indiana/Indianapolis	39.12837	-87.40891	161			IN	153	30672	
4254381	Bengal	bengal	US		0	America/Indiana/Indianapolis	39.47338	-85.92276	225			IN	145	33070	
4254406	Benton House	benton-house	US		0	America/Indiana/Indianapolis	39.76476	-86.07637	251			IN	097	80144	
4254487	Bethel Village	bethel-village	US		0	America/Indiana/Indianapolis	39.152	-85.92471	186			IN	005	81656	
4254543	Big Four Yard	big-four-yard	US		0	America/Indiana/Indianapolis	39.76116	-86.35833	257			IN	063	80702	
4254571	Billie Creek Village	billie-creek-village	US		0	America/Indiana/Indianapolis	39.76143	-87.20196	204			IN	121	00460	
4254575	Billingsville	billingsville	US		0	America/Indiana/Indianapolis	39.55588	-84.90968	314	Billings,Billingsville		IN	161	77678	
4254580	Billtown	billtown	US		0	America/Indiana/Indianapolis	39.51004	-87.18613	189	Billtown,Williamstown,Williamtown		IN	021	61290	
4254582	Billville	billville	US		0	America/Indiana/Indianapolis	39.50365	-87.12557	204			IN	021	61290	
4254638	Blackhawk	blackhawk	US		0	America/Indiana/Indianapolis	39.30893	-87.3003	183	Black Hawk,Blackhawk		IN	167	59652	
4254642	Blackiston Mill	blackiston-mill	US		0	America/Kentucky/Louisville	38.33562	-85.79802	136			IN	043	52344	
4254644	Blackiston Village	blackiston-village	US		0	America/Kentucky/Louisville	38.33201	-85.79302	135			IN	019	38367	
4254667	Blocher	blocher	US		0	America/Indiana/Indianapolis	38.71811	-85.65663	209	Blocher,Holman,Holman Station		IN	143	38772	
4254670	Bloods Wood Crossing	bloods-wood-crossing	US		0	America/Indiana/Vincennes	38.53866	-87.6303	122			IN	083	79217	
4254683	Blooms Eddy (historical)	blooms-eddy-historical	US		0	America/Kentucky/Louisville	38.27056	-85.75944	128			IN	019		
4254697	Blue Lick	blue-lick	US		0	America/Kentucky/Louisville	38.5084	-85.80469	162	Blue Lick,Bluelick		IN	019	50274	
4254735	Bluff Creek	bluff-creek	US		0	America/Indiana/Indianapolis	39.55755	-86.22082	242	Bluff Creek,Bluffcreek		IN	081	83924	
4254744	Board Park	board-park	US		0	America/Indiana/Indianapolis	39.59282	-86.67	237			IN	133	38196	
4254764	Bogle Corner	bogle-corner	US		0	America/Indiana/Indianapolis	39.17754	-87.18474	184			IN	021	43002	
4254771	Bonds	bonds	US		0	America/Indiana/Indianapolis	38.68116	-86.62944	230			IN	117	55152	
4254792	Bonnell	bonnell	US		0	America/New_York	39.16839	-84.97412	193	Bonnell,Kennedy		IN	029	85958	
4254837	Bowman Acres	bowman-acres	US		0	America/Indiana/Indianapolis	39.76199	-85.76748	269			IN	059	11368	
4254853	Bradfield Corner	bradfield-corner	US		0	America/Indiana/Indianapolis	39.73226	-87.2989	200			IN	121	79334	
4254860	Bramble	bramble	US		0	America/Indiana/Vincennes	38.77894	-86.90945	179			IN	101	59076	
4254879	Braxtons Siding	braxtons-siding	US		0	America/Indiana/Indianapolis	38.55922	-86.48804	176	Braxton,Braxtons,Braxtons Siding		IN	117	57798	
4254880	Braysville	braysville	US		0	America/New_York	39.28811	-84.86968	173			IN	029	31720	
4254881	Braysville	braysville	US		0	America/Indiana/Indianapolis	39.21171	-86.77445	224			IN	119	13186	
4254883	Braytown	braytown	US		0	America/Indiana/Vevay	38.73062	-85.15856	269	Braytown,Graig		IN	155	15580	
4254900	Brendonwood	brendonwood	US		0	America/Indiana/Indianapolis	39.85782	-86.06387	248			IN	097	42444	
4254901	Brent Woods	brent-woods	US		0	America/Indiana/Indianapolis	39.53838	-85.75692	244			IN	145	00568	
4254911	Bretzville	bretzville	US		0	America/Indiana/Vincennes	38.2995	-86.87305	173	Bretz,Bretzville,Newton,Newtown		IN	037	36954	
4254915	Brewersville	brewersville	US		0	America/Indiana/Indianapolis	39.0845	-85.61164	213			IN	079	67752	
4254919	Briarwood	briarwood	US		0	America/Indiana/Indianapolis	39.55088	-86.50666	241			IN	109	29988	
4254921	Brick Chapel	brick-chapel	US		0	America/Indiana/Indianapolis	39.71171	-86.86918	253	Brick Chapel,Brickchapel		IN	133	50454	
4254944	Bright	bright	US		5693	America/New_York	39.21839	-84.85606	281	Bright,Bunkuin		IN	029	49464	
4254945	Brightwood (historical)	brightwood-historical	US		0	America/Indiana/Indianapolis	39.80365	-86.10971	237			IN	097	11512	
4254947	Brimstone Corners	brimstone-corners	US		0	America/Indiana/Indianapolis	38.73728	-86.26443	212			IN	175	08380	
4254955	Broad Park	broad-park	US		0	America/Indiana/Indianapolis	39.58588	-86.66945	231			IN	133	38196	
4254957	Broad Ripple	broad-ripple	US		17041	America/Indiana/Indianapolis	39.86671	-86.14165	221			IN	097	80792	
4254958	Broad Ripple	broad-ripple	US		0	America/Indiana/Indianapolis	39.86671	-86.13054	225			IN	097	80792	
4254967	Broadmoor	broadmoor	US		0	America/Indiana/Indianapolis	39.84893	-86.21416	235			IN	097	80792	
4254979	Bromer	bromer	US		0	America/Indiana/Indianapolis	38.59367	-86.33582	228			IN	117	54648	
4254988	Brooklyn Heights	brooklyn-heights	US		0	America/Indiana/Indianapolis	39.82032	-86.20916	224			IN	097	81800	
4254990	Brookmoor	brookmoor	US		0	America/Indiana/Indianapolis	39.56755	-86.37472	211			IN	109	08344	
4254994	Brooksburg	brooksburg	US		81	America/Indiana/Indianapolis	38.73645	-85.24357	144	Brooksburg,Brooksburgh		IN	077	49824	
4255001	Brookville Heights	brookville-heights	US		0	America/Indiana/Indianapolis	39.72449	-85.90665	251			IN	059	73880	
4255007	Broom Hill	broom-hill	US		0	America/Kentucky/Louisville	38.44895	-85.87747	156			IN	019	10432	
4255042	Brown Jug Corner	brown-jug-corner	US		0	America/Indiana/Indianapolis	39.2881	-87.2589	181			IN	167	59652	
4255054	Browns Crossing	browns-crossing	US		0	America/Indiana/Indianapolis	39.40644	-86.50555	181			IN	109	38088	
4254777	Bono	bono	US	72416	0	America/Indiana/Indianapolis	38.73144	-86.3211	201			IN	093	06436	
4255080	Brunerstown	brunerstown	US		0	America/Indiana/Indianapolis	39.65254	-86.99835	248	Brunerstown,Clinton Falls		IN	133	46080	
4255107	Bryantsburg	bryantsburg	US		0	America/Indiana/Indianapolis	38.88589	-85.3744	270	Bryantsburg,Bryantsburgh		IN	077	50346	
4255113	Buchanan Corner	buchanan-corner	US		0	America/Indiana/Indianapolis	39.19254	-87.20335	178			IN	021	43002	
4255150	Bucktown	bucktown	US		0	America/Indiana/Indianapolis	38.99477	-87.26001	181			IN	153	38214	
4255154	Buddha	buddha	US		0	America/Indiana/Indianapolis	38.792	-86.40666	213	Buddha,Flynns Cross Roads		IN	093	30258	
4255157	Buenavista	buenavista	US		0	America/Indiana/Indianapolis	39.0331	-86.65556	214	Buena Vista,Buenavista		IN	105	36072	
4255163	Buffalo (historical)	buffalo-historical	US		0	America/Indiana/Indianapolis	39.05672	-86.14499	240			IN	013	78398	
4255169	Buffaloville	buffaloville	US		0	America/Chicago	38.09755	-86.96527	138	Buffalo Grounds,Buffaloville		IN	147	13240	
4255170	Bufkin	bufkin	US		0	America/Chicago	37.98782	-87.84586	158			IN	129	05428	
4255182	Bullocktown	bullocktown	US		0	America/Chicago	37.97477	-87.22278	116	Bullacktown,Bullock,Bullock Lock,Bullocktown		IN	173	06472	
4255198	Burge Terrace	burge-terrace	US		0	America/Indiana/Indianapolis	39.74338	-85.99637	253			IN	097	80144	
4255211	Burns City	burns-city	US		117	America/Indiana/Vincennes	38.82255	-86.88695	217	Burns City,Kecksville		IN	101	59076	
4255234	Bushrod	bushrod	US		0	America/Indiana/Indianapolis	38.96893	-87.1089	146			IN	055	80648	
4255238	Busseron	busseron	US		0	America/Indiana/Vincennes	38.8356	-87.44919	142			IN	083	09514	
4255282	Byrneville	byrneville	US		0	America/Kentucky/Louisville	38.32757	-86.04358	213			IN	061	37080	
4255286	Caborn	caborn	US		0	America/Chicago	37.9706	-87.79197	128	Caborn,Caborn Station,Caborn Summit,Caborn Summit Station,Caborns		IN	129	47250	
4255292	Cagle Mill	cagle-mill	US		0	America/Indiana/Indianapolis	39.48727	-86.93973	239	Cagle Mill,Hoosier Highlands		IN	133	80972	
4255298	Calcutta	calcutta	US		0	America/Indiana/Indianapolis	39.60421	-87.06946	222			IN	021	78416	
4255305	Caledonia (historical)	caledonia-historical	US		0	America/Indiana/Indianapolis	39.09893	-87.33502	153			IN	153	10792	
4255333	Calvertville	calvertville	US		0	America/Indiana/Indianapolis	39.11643	-86.9039	178			IN	055	33457	
4255357	Camp Brosend	camp-brosend	US		0	America/Chicago	37.96449	-87.39584	135			IN	173	56178	
4255365	Camp Flat Rock	camp-flat-rock	US		0	America/Indiana/Indianapolis	39.39699	-85.7472	223	Camp Flat Rock,Mount Pleasant		IN	145	81044	
4255392	Camp Roberts	camp-roberts	US		0	America/Indiana/Indianapolis	39.17838	-86.1936	192			IN	013	80396	
4255396	Camp Shor	camp-shor	US		0	America/New_York	38.99812	-84.84912	144			IN	115	62928	
4255408	Campbell Corner	campbell-corner	US		0	America/Indiana/Indianapolis	39.14282	-87.40891	152			IN	153	30672	
4255430	Candleglo Village	candleglo-village	US		0	America/Indiana/Indianapolis	39.55755	-85.79192	239			IN	145	47052	
4255450	Cape Sandy	cape-sandy	US		0	America/Indiana/Marengo	38.1509	-86.37081	226			IN	025	56142	
4255451	Capehart	capehart	US		0	America/Indiana/Vincennes	38.7456	-87.19418	138			IN	027	72890	
4255459	Cardonia	cardonia	US		0	America/Indiana/Indianapolis	39.56171	-87.1189	195	Alexander,Cardonia		IN	021	78416	
4255479	Carp	carp	US		0	America/Indiana/Indianapolis	39.38505	-86.76084	220			IN	119	50742	
4255490	Carriage Estates	carriage-estates	US		0	America/Indiana/Indianapolis	39.73754	-85.89387	253			IN	059	73880	
4255510	Carwood	carwood	US		0	America/Kentucky/Louisville	38.4484	-85.86386	152	Carwood,Muddy Fork		IN	019	10432	
4255527	Cartersburg	cartersburg	US		0	America/Indiana/Indianapolis	39.69866	-86.46361	238	Cartersburg,Cartersburgh		IN	063	43290	
4255529	Castle Garden	castle-garden	US		0	America/Chicago	38.02754	-87.39918	120			IN	173	56178	
4255540	Cates	cates	US		0	America/Indiana/Indianapolis	39.99671	-87.33779	197			IN	045	26134	
4255570	Cedar Farm Landing	cedar-farm-landing	US		0	America/Kentucky/Louisville	37.97313	-86.06219	116			IN	061	06544	
4255582	Cementville	cementville	US		0	America/Kentucky/Louisville	38.34979	-85.74607	141			IN	019	38367	
4255606	Center Square	center-square	US		0	America/Indiana/Vevay	38.83645	-85.03134	270	Center Square,Centersquare,Centre Square		IN	155	38232	
4255633	Central Barren	central-barren	US		0	America/Kentucky/Louisville	38.36423	-86.09636	241			IN	061	51030	
4255670	Champlin Meadows	champlin-meadows	US		0	America/Indiana/Indianapolis	39.40755	-86.43666	184			IN	109	80846	
4255694	Charle Sumac Estates	charle-sumac-estates	US		0	America/Indiana/Indianapolis	39.67866	-85.97443	247			IN	097	25504	
4255710	Charlesmac Village	charlesmac-village	US		0	America/Indiana/Indianapolis	39.68421	-85.97915	249			IN	097	25504	
4255738	Chetwynd	chetwynd	US		0	America/Indiana/Indianapolis	39.4431	-86.26944	209			IN	109	29196	
4255825	Clark Siding	clark-siding	US		0	America/Kentucky/Louisville	38.47284	-85.66357	182			IN	019	12142	
4255908	Clermont Heights	clermont-heights	US		0	America/Indiana/Indianapolis	39.82671	-86.34416	265			IN	063	43794	
4255912	Clifford Park (historical)	clifford-park-historical	US		0	America/Indiana/Indianapolis	39.78893	-86.08804	243			IN	097	11512	
4255928	Clinton Falls	clinton-falls	US		0	America/Indiana/Indianapolis	39.71921	-86.9639	227	Clinton Falls,Quincy		IN	133	13762	
4255939	Clover Village	clover-village	US		0	America/Indiana/Indianapolis	39.60755	-85.85915	242			IN	145	07102	
4255943	Cloverland	cloverland	US		0	America/Indiana/Indianapolis	39.50143	-87.23141	187			IN	021	61290	
4255946	Coal Bluff	coal-bluff	US		0	America/Indiana/Indianapolis	39.58282	-87.22002	169	Coal Bluff,Coalbluff		IN	167	52308	
4255960	Coats Spring	coats-spring	US		0	America/Indiana/Petersburg	38.43755	-87.39057	164			IN	125	44640	
4255968	Coe	coe	US		0	America/Indiana/Petersburg	38.30644	-87.25806	150	Arcadia,Coe		IN	125	50418	
4255981	Coke Oven Hollow	coke-oven-hollow	US		0	America/Indiana/Indianapolis	39.8531	-87.29196	199	Coke Oven Hollow,Foundry		IN	121	58698	
4255992	Cold Springs	cold-springs	US		0	America/New_York	39.07144	-85.07301	240	Cold Spring,Cold Spring Station,Cold Springs,Coldspring,Jones Station		IN	029	71738	
4256002	College Crest	college-crest	US		0	America/Indiana/Indianapolis	39.92504	-86.15054	251			IN	097	80792	
4256007	College Meadows	college-meadows	US		0	America/Indiana/Indianapolis	39.93532	-86.14027	254			IN	057	13060	
4256026	Colonial Village	colonial-village	US		0	America/Indiana/Indianapolis	39.93754	-85.83498	262			IN	059	78866	
4256099	Conologue	conologue	US		0	America/Indiana/Indianapolis	38.97561	-85.79914	177			IN	071	63414	
4256134	Cooper Corner	cooper-corner	US		0	America/Indiana/Indianapolis	39.87171	-85.76998	277			IN	059	11368	
4256151	Corn Brook	corn-brook	US		0	America/Indiana/Indianapolis	39.2445	-85.93916	192	Brook,Corn Brook		IN	005	14752	
4256169	Correct	correct	US		0	America/Indiana/Indianapolis	39.00867	-85.28635	296	Comet,Correct		IN	137	38754	
4256173	Corwin	corwin	US		0	America/Indiana/Indianapolis	39.88838	-85.29913	336			IN	065	43308	
4256178	Corydon Junction	corydon-junction	US		0	America/Kentucky/Louisville	38.3034	-86.10025	219	Corydon Junction,New Salisbury		IN	061	37080	
4256190	Cottage Hill	cottage-hill	US		0	America/Indiana/Indianapolis	39.51698	-87.14918	195			IN	021	61290	
4256210	Country Club Meadows	country-club-meadows	US		0	America/Chicago	38.0231	-87.57307	121			IN	163	11674	
4256221	Coveyville	coveyville	US		0	America/Indiana/Indianapolis	38.97338	-86.47249	208	Coveyville,Goat Run		IN	093	47304	
4256223	Country Squire Lakes	country-squire-lakes	US		3571	America/Indiana/Indianapolis	39.03478	-85.69858	214	Country Squire Lakes,County Squire Lakes		IN	079	27234	
4256237	Coxton	coxton	US		0	America/Indiana/Indianapolis	38.8295	-86.56111	156			IN	093	36054	
4256238	Coxville	coxville	US		0	America/Indiana/Indianapolis	39.65198	-87.29446	159	Coxville,Roseville		IN	121	23764	
4256240	Cradick Corner	cradick-corner	US		0	America/Indiana/Indianapolis	39.54393	-86.80584	237	Cradick Corner,Cradnick Corner		IN	133	80162	
4256264	Crawleyville	crawleyville	US		0	America/Chicago	38.28338	-87.83336	116	Crawleyville,Crowley,Crowleyville		IN	051	79298	
4256270	Creekwood	creekwood	US		0	America/Indiana/Indianapolis	39.87726	-86.11888	222			IN	097	80792	
4256274	Crestmoor	crestmoor	US		0	America/Indiana/Indianapolis	39.51394	-85.76387	240			IN	145	00568	
4256278	Crestview Heights	crestview-heights	US		0	America/Indiana/Indianapolis	39.58505	-86.31638	240			IN	109	46044	
4256287	Critchfield	critchfield	US		0	America/Indiana/Indianapolis	39.60032	-86.16332	236			IN	081	83924	
4256292	Crompton Hill	crompton-hill	US		0	America/Indiana/Indianapolis	39.65587	-87.41919	187			IN	165	13798	
4256327	Cross Roads	cross-roads	US		0	America/Indiana/Indianapolis	39.2795	-85.24163	290	Cross Roads,Spanglerville		IN	137	42336	
4256333	Crossroad Temple	crossroad-temple	US		0	America/Indiana/Indianapolis	39.75254	-86.06665	252			IN	097	80144	
4256334	Crossroads (historical)	crossroads-historical	US		0	America/Chicago	38.10199	-87.64585	152	Armstrong,Crossroads (historical)		IN	163	02188	
4256349	Crown Center	crown-center	US		0	America/Indiana/Indianapolis	39.57949	-86.58972	240	Crown Center,Mount Tabor		IN	109	00442	
4256360	Crows Nest	crows-nest	US		76	America/Indiana/Indianapolis	39.8581	-86.1686	236			IN	097	80792	
4256386	Cumback	cumback	US		0	America/Indiana/Vincennes	38.55866	-87.14751	144			IN	027	78722	
4256393	Cunot	cunot	US		0	America/Indiana/Indianapolis	39.45643	-86.85473	242	Cunot,Needmore		IN	119	37278	
4256397	Curby	curby	US		0	America/Indiana/Marengo	38.28756	-86.3772	232			IN	025	38394	
4256403	Cuzco	cuzco	US		0	America/Indiana/Vincennes	38.47505	-86.72277	162	Cuzco,Union Valley		IN	037	14608	
4256417	Dabney	dabney	US		0	America/Indiana/Indianapolis	39.09005	-85.34691	292	Dabney,Poston		IN	137	57276	
4256423	Daisy Hill	daisy-hill	US		0	America/Indiana/Indianapolis	38.50617	-85.93942	245			IN	175	61002	
4256451	Dark Hollow	dark-hollow	US		0	America/Indiana/Indianapolis	38.88894	-86.53944	149			IN	093	36054	
4256460	Darmstadt	darmstadt	US		1462	America/Chicago	38.09921	-87.57891	146	Darmstadt,Darnstadt		IN	163	68472	
4256486	Dawnbury	dawnbury	US		0	America/Indiana/Indianapolis	39.86976	-86.12082	228			IN	097	80792	
4256492	De Gonia Springs	de-gonia-springs	US		0	America/Chicago	38.0556	-87.18556	126	DaGonia Springs,Dagonia Springs,De Gonia,De Gonia Springs,Degonia,Degonia Springs,Springs		IN	173	70002	
4256507	Dead Mans Crossing	dead-mans-crossing	US		0	America/Chicago	37.95838	-87.90836	128			IN	129	05428	
4256525	Decker Chapel	decker-chapel	US		0	America/Chicago	38.48949	-87.53697	135			IN	051	83888	
4256544	Deer Mill	deer-mill	US		0	America/Indiana/Indianapolis	39.94754	-87.05557	180	Deer Mill,Deers Mills		IN	107	64620	
4256561	Delaware Trails	delaware-trails	US		0	America/Indiana/Indianapolis	39.88004	-86.18138	241			IN	097	80792	
4256570	Deming Woods	deming-woods	US		0	America/Indiana/Indianapolis	39.46004	-87.3578	165			IN	167	32026	
4256573	Deming Park	deming-park	US		0	America/Indiana/Indianapolis	39.46615	-87.35446	166			IN	167	32026	
4256581	Denny Corner	denny-corner	US		0	America/Indiana/Indianapolis	39.8856	-85.8222	265			IN	059	78866	
4256596	Deuchars	deuchars	US		0	America/Indiana/Marengo	38.17229	-86.44831	201	Deuchara,Deuchars,Deuchers		IN	025	06508	
4256615	Devore	devore	US		0	America/Indiana/Indianapolis	39.42977	-86.75278	230	Devore,Mill Grove		IN	119	75050	
4256617	Dewberry	dewberry	US		0	America/Indiana/Indianapolis	38.95117	-85.15162	278			IN	137	08362	
4256619	Devonshire	devonshire	US		0	America/Indiana/Indianapolis	39.8806	-86.05887	250			IN	097	42444	
4256647	Dillsboro Station	dillsboro-station	US		0	America/New_York	39.03061	-85.03857	186	Dillsboro Station,Dillsborough Station		IN	029	71738	
4256668	Doans	doans	US		0	America/Indiana/Indianapolis	38.91921	-86.84945	187	Doans,Snake Hollow		IN	055	74996	
4256673	Dodd	dodd	US		0	America/Indiana/Tell_City	37.91228	-86.65193	129			IN	123	76040	
4256676	Dodds Bridge	dodds-bridge	US		0	America/Indiana/Indianapolis	39.15726	-87.52391	141	Dodds Bridge,Doddsville		IN	153	76814	
4256692	Dogwood	dogwood	US		0	America/Kentucky/Louisville	38.10535	-86.08441	207			IN	061	82106	
4256696	Dolan	dolan	US		0	America/Indiana/Indianapolis	39.24032	-86.49916	187			IN	105	05878	
4256724	Doolittle Mills	doolittle-mills	US		0	America/Indiana/Tell_City	38.25089	-86.60304	184			IN	123	56214	
4256733	Dover Hill	dover-hill	US		114	America/Indiana/Vincennes	38.72505	-86.80278	202	Dover Hill,Doverhill,Hillsborough		IN	101	11548	
4256747	Downey Corner	downey-corner	US		0	America/New_York	38.93867	-85.01023	263			IN	115	10738	
4256749	Downeyville	downeyville	US		0	America/Indiana/Indianapolis	39.42755	-85.55442	255			IN	031	00370	
4256756	Drewersburg	drewersburg	US		0	America/Indiana/Indianapolis	39.34033	-84.83718	281	Drewersburg,Drewersburgh		IN	047	84068	
4256758	Drexel Gardens	drexel-gardens	US		0	America/Indiana/Indianapolis	39.7406	-86.24638	222			IN	097	81800	
4256762	Driftwood Hills	driftwood-hills	US		0	America/Indiana/Indianapolis	39.91698	-86.12221	234			IN	097	80792	
4256802	Duane Yards	duane-yards	US		0	America/Indiana/Indianapolis	39.49504	-87.38863	153			IN	167	32026	
4256813	Dubois Crossroads	dubois-crossroads	US		0	America/Indiana/Vincennes	38.48116	-86.81194	156			IN	037	31324	
4256823	Dudleytown	dudleytown	US		0	America/Indiana/Indianapolis	38.84978	-85.8997	183			IN	071	80720	
4256847	Dunlapsville	dunlapsville	US		0	America/Indiana/Indianapolis	39.59088	-84.99357	236			IN	161	43452	
4256895	Eagle Village	eagle-village	US		0	America/Indiana/Indianapolis	39.9606	-86.24555	273	Eagle,Eagle Village		IN	011	86372	
4256901	Eaglewood Estates	eaglewood-estates	US		0	America/Indiana/Indianapolis	39.95143	-86.31305	281			IN	011	86372	
4256902	Eames	eames	US		0	America/Chicago	38.07922	-87.13167	119			IN	173	70002	
4256908	Early Station	early-station	US		0	America/Indiana/Indianapolis	39.76337	-87.38529	155			IN	165	32962	
4256916	East Brightwood (historical)	east-brightwood-historical	US		0	America/Indiana/Indianapolis	39.79754	-86.06693	254			IN	097	80144	
4256919	East Columbus	east-columbus	US		0	America/Indiana/Indianapolis	39.20172	-85.90166	191			IN	005	14752	
4256949	East Germantown	east-germantown	US		373	America/Indiana/Indianapolis	39.81255	-85.13746	290	East Germantown,Georgetown,Germantown,Pershing		IN	177	37530	
4256951	East Glenn	east-glenn	US		0	America/Indiana/Indianapolis	39.48587	-87.29557	173	East Glen,East Glenn		IN	167	45018	
4256957	East Oolitic	east-oolitic	US		0	America/Indiana/Indianapolis	38.89894	-86.51194	161	East Oolitic,Spien Kopj		IN	093	69102	
4256960	East Mount Carmel	east-mount-carmel	US		0	America/Chicago	38.39338	-87.74475	119	East Mount Carmel,Fetters		IN	051	83888	
4256961	East Shelburn	east-shelburn	US		0	America/Indiana/Indianapolis	39.17449	-87.37974	160			IN	153	16390	
4256978	Eastern Heights	eastern-heights	US		0	America/Indiana/Indianapolis	39.17477	-86.48027	260			IN	105	05878	
4256982	Eastgate	eastgate	US		0	America/Indiana/Indianapolis	39.93087	-85.8297	265	East Gate,Eastgate		IN	059	78866	
4256994	Easytown	easytown	US		0	America/Indiana/Indianapolis	39.61059	-87.5003	179			IN	165	13798	
4257014	Eby	eby	US		0	America/Chicago	38.14199	-87.2614	149			IN	173	32188	
4257016	Echo Crest	echo-crest	US		0	America/Indiana/Indianapolis	39.95059	-86.12943	252			IN	057	13060	
4257039	Edgewood Lake	edgewood-lake	US		0	America/Indiana/Indianapolis	39.63949	-86.79917	251			IN	133	29376	
4257058	Eel River	eel-river	US		0	America/Indiana/Indianapolis	39.32337	-87.12362	168			IN	021	31684	
4257065	Ehrmandale	ehrmandale	US		0	America/Indiana/Indianapolis	39.53504	-87.23891	182	Ehrmandale,Elsie		IN	167	52308	
4257100	Elkinsville	elkinsville	US		0	America/Indiana/Indianapolis	39.07616	-86.26471	176			IN	013	78398	
4257144	Elwren	elwren	US		0	America/Indiana/Indianapolis	39.10866	-86.66972	256			IN	105	78542	
4257156	Emison	emison	US		154	America/Indiana/Vincennes	38.80505	-87.45808	141			IN	083	09514	
4257182	Enochsburg	enochsburg	US		0	America/Indiana/Indianapolis	39.33422	-85.29746	302	Enochsburg,Enochsburgh		IN	031	67536	
4257186	Enos Corner	enos-corner	US		0	America/Indiana/Petersburg	38.28922	-87.26112	137	Enos Corner,Enos Corners,Enosville		IN	125	50418	
4257202	Erskine Station	erskine-station	US		0	America/Chicago	38.04088	-87.54113	116			IN	163	11674	
4257224	Evans Landing	evans-landing	US		0	America/Kentucky/Louisville	38.00424	-85.98469	125	Evan's Landing,Evans Landing,Evans' Landing,Flannagan's Landing		IN	061	75014	
4257234	Everroad Park	everroad-park	US		0	America/Indiana/Indianapolis	39.22838	-85.88805	194	Everroad Park,Everroad Park West		IN	005	14752	
4257243	Ewington	ewington	US		0	America/Indiana/Indianapolis	39.32644	-85.56803	270			IN	031	13042	
4257248	Fair Acres	fair-acres	US		0	America/Indiana/Indianapolis	38.60422	-86.09026	228			IN	175	81116	
4257305	Fairview Park	fairview-park	US		1386	America/Indiana/Indianapolis	39.68031	-87.41752	158			IN	165	13798	
4257309	Fairview Station	fairview-station	US		0	America/Indiana/Indianapolis	39.75365	-86.22693	216			IN	097	81800	
4257327	Fairwood Hills	fairwood-hills	US		0	America/Indiana/Indianapolis	39.88337	-86.02998	256			IN	097	42444	
4257336	Fall Creek Highland	fall-creek-highland	US		0	America/Indiana/Indianapolis	39.89671	-85.99109	247	Fall Creek Highland,Fall Creek Highlands		IN	097	42444	
4257357	Farlen	farlen	US		0	America/Indiana/Vincennes	38.8506	-86.92278	191	Farlen,McFarlen		IN	027	45936	
4257360	Farabee	farabee	US		0	America/Indiana/Indianapolis	38.557	-86.01581	232	Farabee,Farabees Station,Farrabee		IN	175	59580	
4257362	Farleys Addition	farleys-addition	US		0	America/Indiana/Indianapolis	39.78338	-86.27888	228			IN	097	81800	
4257372	Farmers Retreat	farmers-retreat	US		0	America/New_York	38.97645	-85.10218	268			IN	029	09730	
4257379	Farnsworth (historical)	farnsworth-historical	US		0	America/Indiana/Indianapolis	39.09921	-87.32363	158			IN	153	10792	
4257394	Fayne Siding	fayne-siding	US		0	America/Indiana/Indianapolis	39.97588	-85.3883	326			IN	065	61560	
4257411	Fenn Haven	fenn-haven	US		0	America/Indiana/Tell_City	37.93144	-86.75665	149			IN	123	76652	
4257413	Fenns	fenns	US		0	America/Indiana/Indianapolis	39.45755	-85.79776	226			IN	145	69282	
4257429	Ferguson Hill	ferguson-hill	US		0	America/Indiana/Indianapolis	39.4817	-87.45641	170			IN	167	73970	
4257437	Fewell Rhoades	fewell-rhoades	US		0	America/Indiana/Indianapolis	39.42144	-86.39944	205			IN	109	80846	
4257504	Fishtown	fishtown	US		0	America/Kentucky/Louisville	38.06952	-85.91746	138			IN	061	75014	
4257513	Flackville	flackville	US		0	America/Indiana/Indianapolis	39.80976	-86.22082	225			IN	097	81800	
4257528	Flat Rock Park	flat-rock-park	US		0	America/Indiana/Indianapolis	39.25283	-85.91555	195	Flat Rock Park,Flat Rock Park North		IN	005	14752	
4257537	Fleener	fleener	US		0	America/Indiana/Indianapolis	39.28255	-86.41249	193	Fleener,Fleenersburgh		IN	105	04816	
4257579	Folsomville	folsomville	US		0	America/Chicago	38.12922	-87.16417	140	Folsomville,Lickskillet		IN	173	57492	
4257602	Forest Park Heights	forest-park-heights	US		0	America/Indiana/Indianapolis	39.20949	-86.58861	250			IN	105	64152	
4257621	Fort Gibson (historical)	fort-gibson-historical	US		0	America/Chicago	38.27727	-87.5078	128			IN	051	77300	
4257627	Fort Ritner	fort-ritner	US		0	America/Indiana/Indianapolis	38.77311	-86.2811	156			IN	093	30258	
4257637	Fosters Ridge	fosters-ridge	US		0	America/Indiana/Tell_City	38.23284	-86.66249	210			IN	123	12808	
4257662	Fox Hill	fox-hill	US		0	America/Indiana/Indianapolis	39.6006	-86.28388	237			IN	109	46044	
4257666	Fox Ridge	fox-ridge	US		0	America/Indiana/Indianapolis	39.63255	-86.84862	262			IN	133	29376	
4257674	Frances	frances	US		0	America/Indiana/Indianapolis	39.60588	-86.16888	229			IN	081	83924	
4257809	Fritchton	fritchton	US		0	America/Indiana/Vincennes	38.68033	-87.42307	163	Frichton,Frishton,Fritchton,Fritshton,Richland		IN	083	57744	
4257811	Fritz Corner	fritz-corner	US		0	America/Indiana/Petersburg	38.29755	-87.15889	183			IN	125	44532	
4257832	Galader Station	galader-station	US		0	America/Indiana/Indianapolis	39.68477	-86.01609	255			IN	097	25504	
4257834	Gale	gale	US		0	America/Indiana/Indianapolis	39.76671	-86.46666	272			IN	063	11386	
4257845	Calloway Station (historical)	calloway-station-historical	US		0	America/Indiana/Indianapolis	38.84034	-85.46218	252	Calloway,Calloway Station (historical),Calloway's Station,Galloway Station		IN	077	50346	
4257846	Gambill	gambill	US		0	America/Indiana/Indianapolis	39.04893	-87.25974	177			IN	153	10792	
4257848	Furnace	furnace	US		0	America/Indiana/Indianapolis	39.01421	-86.91306	171	Fawcetts,Furnace,Richland Furnace		IN	055	64080	
4257852	Garden Acres	garden-acres	US		0	America/Indiana/Indianapolis	39.12449	-86.57805	255			IN	105	78542	
4257880	Gatchel	gatchel	US		0	America/Indiana/Tell_City	38.04673	-86.65054	218	Gatchel,Gatchrll,Lilly Dale		IN	123	01504	
4257890	Gaynorsville	gaynorsville	US		0	America/Indiana/Indianapolis	39.24283	-85.51997	267			IN	031	67734	
4257923	Georgia	georgia	US		0	America/Indiana/Indianapolis	38.71005	-86.57222	200			IN	093	72044	
4257967	Gilmour	gilmour	US		0	America/Indiana/Indianapolis	39.13143	-87.24085	171			IN	055	85634	
4257972	Gings	gings	US		0	America/Indiana/Indianapolis	39.67088	-85.3708	305	Ging,Gings,Gings Station,Star		IN	139	77606	
4257973	Giro	giro	US		0	America/Chicago	38.51116	-87.47085	136	Buena Vista,Giro		IN	051	80612	
4257981	Glen Ayre	glen-ayre	US		0	America/Indiana/Indianapolis	39.47365	-87.29585	174	Glen Ayre,Glenn		IN	167	45018	
4258002	Glenn Ayr	glenn-ayr	US		0	America/Indiana/Indianapolis	39.47198	-87.2953	176	Glenn,Glenn Ayr		IN	167	45018	
4258006	Glenns Valley	glenns-valley	US		0	America/Indiana/Indianapolis	39.64199	-86.19638	211	Glen Valley,Glenns Valley		IN	097	59058	
4258011	Glezen	glezen	US		0	America/Indiana/Petersburg	38.41644	-87.30112	137	Glezen,Glezon,Hosmer,Hosmer Town		IN	125	58356	
4258012	Glidas	glidas	US		0	America/Kentucky/Louisville	38.05674	-86.18442	207			IN	061	33268	
4258020	Gnaw Bone	gnaw-bone	US		0	America/Indiana/Indianapolis	39.19088	-86.15555	195			IN	013	80396	
4258057	Goodwins Corner	goodwins-corner	US		0	America/Indiana/Indianapolis	39.64922	-84.83357	324			IN	161	11656	
4258086	Gooseport	gooseport	US		0	America/Indiana/Indianapolis	38.71006	-85.94081	174			IN	175	27594	
4258112	Gowdy	gowdy	US		0	America/Indiana/Indianapolis	39.51894	-85.56303	286			IN	139	56772	
4258127	Gospel Grove	gospel-grove	US		0	America/Indiana/Indianapolis	39.47643	-87.2928	174			IN	167	45018	
4258140	Graham Valley	graham-valley	US		0	America/Chicago	38.14949	-87.29056	140			IN	173	32188	
4258155	Grandview Lake	grandview-lake	US		0	America/Indiana/Indianapolis	39.15227	-86.04638	232			IN	005	56124	
4258158	Grange Corner	grange-corner	US		0	America/Indiana/Indianapolis	39.94004	-87.18584	214	Grange Corner,Grangeburg		IN	121	73916	
4258159	Grange Corner	grange-corner	US		0	America/Indiana/Indianapolis	39.44587	-87.25807	177			IN	167	45018	
4258198	Gray Junction	gray-junction	US		0	America/Chicago	38.32644	-87.34474	143			IN	051	14662	
4258207	Grayford	grayford	US		0	America/Indiana/Indianapolis	38.96283	-85.57413	230	Butler Switch,Grayford		IN	079	78920	
4258242	Green Meadows	green-meadows	US		0	America/Indiana/Indianapolis	39.63088	-85.89193	238			IN	145	50994	
4258260	Greenbriar	greenbriar	US		0	America/Indiana/Indianapolis	39.90171	-86.17971	243			IN	097	80792	
4258372	Gudgel	gudgel	US		0	America/Chicago	38.30477	-87.36446	135			IN	051	14662	
4258386	Gurley Corner	gurley-corner	US		0	America/Indiana/Vevay	38.85923	-84.85828	266			IN	155	61380	
4258387	Gurley Landing	gurley-landing	US		0	America/Kentucky/Louisville	37.95924	-86.04691	116			IN	061	06544	
4258423	Haleysbury	haleysbury	US		0	America/Indiana/Indianapolis	38.742	-86.15081	178	Haleysburg,Haleysbury		IN	175	38268	
4258454	Hamilton (historical)	hamilton-historical	US		0	America/Indiana/Indianapolis	39.97504	-86.25471	268			IN	011	86372	
4258475	Hancock Chapel	hancock-chapel	US		0	America/Kentucky/Louisville	38.38173	-86.17942	219	Hancock,Hancock Chapel		IN	061	06058	
4258476	Hancock Corner	hancock-corner	US		0	America/Indiana/Indianapolis	39.27532	-86.8289	220			IN	119	80900	
4258482	Haney Corner	haney-corner	US		0	America/Indiana/Indianapolis	38.93895	-85.30579	282			IN	137	69264	
4258487	Hangman Crossing	hangman-crossing	US		0	America/Indiana/Indianapolis	38.94339	-85.92664	172			IN	071	37134	
4258490	Handy	handy	US		0	America/Indiana/Indianapolis	39.09588	-86.49388	234			IN	105	59112	
4258496	Hanover Beach	hanover-beach	US		0	America/Indiana/Indianapolis	38.70673	-85.45329	134			IN	077	31234	
4258512	Happy Hollow	happy-hollow	US		0	America/Kentucky/Louisville	38.0534	-85.93774	149			IN	061	75014	
4258539	Hardingrove	hardingrove	US		0	America/Indiana/Tell_City	37.927	-86.57137	128			IN	123	76040	
4258581	Harris City	harris-city	US		0	America/Indiana/Indianapolis	39.28144	-85.52719	253	Harris,Harris City		IN	031	67734	
4258589	Harrison Grange (historical)	harrison-grange-historical	US		0	America/Kentucky/Louisville	38.21535	-86.10219	216			IN	061	31810	
4258599	Harrison Place (historical)	harrison-place-historical	US		0	America/Indiana/Indianapolis	39.84032	-86.12082	225			IN	097	80792	
4258640	Hartleyville	hartleyville	US		0	America/Indiana/Indianapolis	38.79616	-86.53499	187			IN	093	46980	
4258643	Hartwell Junction	hartwell-junction	US		0	America/Indiana/Petersburg	38.36061	-87.14084	134			IN	125	47016	
4258652	Hashtown	hashtown	US		0	America/Indiana/Indianapolis	39.02505	-86.92445	170			IN	055	64080	
4258689	Hawthorn Hills	hawthorn-hills	US		0	America/Indiana/Indianapolis	39.94448	-85.98026	250			IN	057	22612	
4258693	Hawton	hawton	US		0	America/Indiana/Indianapolis	39.12643	-87.31113	142			IN	153	10792	
4258747	Helmcrest	helmcrest	US		0	America/Indiana/Indianapolis	39.9406	-85.84054	261			IN	059	78866	
4258758	Hemenway	hemenway	US		0	America/Chicago	38.20394	-87.13445	142			IN	173	42012	
4258783	Hendricksville	hendricksville	US		0	America/Indiana/Indianapolis	39.13616	-86.70389	193			IN	055	04186	
4258812	Herbamount	herbamount	US		0	America/Indiana/Indianapolis	39.50782	-86.55889	251			IN	109	29988	
4258819	Herr	herr	US		0	America/Indiana/Indianapolis	39.9556	-86.43167	294			IN	011	58968	
4258822	Hepburn	hepburn	US		0	America/Chicago	38.07032	-87.80114	122			IN	129	11584	
4258830	Heusler	heusler	US		0	America/Chicago	37.93365	-87.7128	143			IN	129	47250	
4258839	Hickory Corner	hickory-corner	US		0	America/Indiana/Indianapolis	39.30504	-87.04446	196			IN	119	46998	
4258848	Hickory Island	hickory-island	US		0	America/Indiana/Indianapolis	39.32948	-87.23946	167			IN	021	58986	
4258891	Highbank Town	highbank-town	US		0	America/Indiana/Petersburg	38.51449	-87.15029	135			IN	125	38160	
4258892	Highets Corner	highets-corner	US		0	America/Indiana/Indianapolis	39.28199	-86.70417	225			IN	119	80900	
4258902	Highland Center	highland-center	US		0	America/Indiana/Indianapolis	39.32172	-85.00385	299			IN	047	33448	
4258915	Highland Village	highland-village	US		0	America/Indiana/Indianapolis	39.16088	-86.58361	262			IN	105	78542	
4258924	Hildebrand Village	hildebrand-village	US		0	America/Indiana/Indianapolis	39.54671	-85.78609	240			IN	145	00568	
4258927	Highwoods	highwoods	US		0	America/Indiana/Indianapolis	39.84421	-86.18332	235	Highwood,Highwoods		IN	097	80792	
4258936	Hillcrest	hillcrest	US		0	America/Kentucky/Louisville	38.20368	-86.11858	203			IN	061	31810	
4258942	Hillcrest Terrace	hillcrest-terrace	US		0	America/Chicago	37.94893	-87.3964	132			IN	173	56178	
4258948	Hillham	hillham	US		0	America/Indiana/Vincennes	38.51394	-86.70055	169			IN	037	14608	
4258968	Hindostan	hindostan	US		0	America/Indiana/Indianapolis	38.66561	-86.60444	261			IN	117	55152	
4258971	Hindostan Falls	hindostan-falls	US		0	America/Indiana/Vincennes	38.6245	-86.85083	141	Hindostan,Hindostan Falls		IN	101	11548	
4258973	Hindustan	hindustan	US		0	America/Indiana/Indianapolis	39.3081	-86.48333	260	Bryants Corner,Hindustan		IN	105	80828	
4258976	Hirt Corner	hirt-corner	US		0	America/Indiana/Indianapolis	39.47365	-87.01474	191			IN	021	36864	
4258983	Hobbieville	hobbieville	US		0	America/Indiana/Indianapolis	38.99921	-86.70639	239	Hobbieville,Jonesboro,Jonesborough		IN	055	11350	
4258991	Hoffman Crossing	hoffman-crossing	US		0	America/Indiana/Indianapolis	39.35921	-86.94973	189			IN	021	80468	
4259012	Hogtown	hogtown	US		0	America/Indiana/Marengo	38.35839	-86.31776	175			IN	025	83690	
4259014	Holaday Hills and Dales	holaday-hills-and-dales	US		0	America/Indiana/Indianapolis	39.93643	-86.11943	237			IN	057	13060	
4259018	Holida	holida	US		0	America/Indiana/Indianapolis	39.88643	-86.18999	241			IN	097	80792	
4259029	Hollandsburg	hollandsburg	US		0	America/Indiana/Indianapolis	39.76032	-87.07223	226	Hollandsburg,Hollandsburgh		IN	121	77516	
4259065	Home Place	home-place	US		0	America/Indiana/Indianapolis	39.94393	-86.14332	258			IN	057	13060	
4259069	Homecroft	homecroft	US		743	America/Indiana/Indianapolis	39.67005	-86.13138	230			IN	097	59058	
4259103	Hoosier	hoosier	US		0	America/Indiana/Indianapolis	39.06671	-87.18585	190			IN	055	73304	
4259104	Hoosier Acres	hoosier-acres	US		0	America/Indiana/Indianapolis	39.15783	-86.48694	249			IN	105	59112	
4259107	Hoosierville	hoosierville	US		0	America/Indiana/Indianapolis	39.47504	-87.10835	199	Hoosierville,Wittigton,Wittington		IN	021	36864	
4259109	Hoover Crest	hoover-crest	US		0	America/Indiana/Indianapolis	39.88754	-86.17416	241			IN	097	80792	
4259110	Hoover Mill	hoover-mill	US		0	America/Indiana/Indianapolis	39.86394	-85.06441	297			IN	177	13258	
4259122	Hopeville	hopeville	US		0	America/Indiana/Indianapolis	39.70144	-84.97052	264			IN	161	08542	
4259195	Hovey	hovey	US		0	America/Chicago	37.89227	-87.94197	113			IN	129	60858	
4259215	Howesville	howesville	US		0	America/Indiana/Indianapolis	39.17699	-87.14696	167			IN	021	43002	
4259221	Hubbells Corner	hubbells-corner	US		0	America/New_York	39.2345	-85.03996	300	Hubbells Corner,Hubbells Cross Roads,Hubbells Crossroads		IN	029	36900	
4259222	Huber	huber	US		0	America/Indiana/Indianapolis	39.68616	-85.13913	263			IN	041	31792	
4259227	Hudnut	hudnut	US		0	America/Indiana/Indianapolis	39.65948	-87.37696	151	Clinton Locks,Hudnut		IN	121	23764	
4259269	Hunter Switch	hunter-switch	US		0	America/Indiana/Indianapolis	39.17366	-86.57361	271			IN	105	64152	
4259306	Hyndsdale	hyndsdale	US		0	America/Indiana/Indianapolis	39.41588	-86.48472	184	Hynds Station,Hyndsdale		IN	109	38088	
4259313	Hutton	hutton	US		0	America/Indiana/Indianapolis	39.31754	-87.53391	142			IN	167	61704	
4259317	Idlewold	idlewold	US		0	America/Indiana/Indianapolis	39.98615	-85.75276	266			IN	095	22648	
4259320	Ilene	ilene	US		0	America/Indiana/Indianapolis	38.93755	-87.11251	147			IN	055	80648	
4259328	Imperial Hills	imperial-hills	US		0	America/Indiana/Indianapolis	39.63171	-86.14165	228			IN	081	83924	
4259360	Indian Creek Estates	indian-creek-estates	US		0	America/Indiana/Indianapolis	39.67866	-85.97082	245			IN	097	25504	
4259364	Indian Creek Settlement	indian-creek-settlement	US		0	America/Indiana/Vincennes	38.72921	-87.34557	147			IN	083	80738	
4259437	Ingallston	ingallston	US		0	America/Indiana/Indianapolis	39.72504	-86.08471	247			IN	097	11512	
4259525	Irvington (historical)	irvington-historical	US		0	America/Indiana/Indianapolis	39.76504	-86.06109	251			IN	097	80144	
4259537	Island City	island-city	US		0	America/Indiana/Indianapolis	39.00921	-87.14779	162			IN	055	73304	
4259554	Ivy Hills	ivy-hills	US		0	America/Indiana/Indianapolis	39.89976	-86.07332	240			IN	097	80792	
4259578	Jackson Hill	jackson-hill	US		0	America/Indiana/Indianapolis	39.16837	-87.36196	166			IN	153	30672	
4259642	Jarretts	jarretts	US		0	America/Chicago	38.12088	-87.35862	140			IN	173	09964	
4259695	Jewell Village	jewell-village	US		0	America/Indiana/Indianapolis	39.19866	-85.84971	198			IN	005	12970	
4259701	Jimtown	jimtown	US		0	America/Chicago	38.2731	-87.85309	116			IN	051	79298	
4259702	Jockey	jockey	US		0	America/Chicago	38.17838	-87.16334	134			IN	173	42012	
4259747	Jolleyville	jolleyville	US		0	America/Indiana/Indianapolis	38.99422	-85.3594	280			IN	137	69264	
4259791	Judah	judah	US		0	America/Indiana/Indianapolis	38.96088	-86.53722	222	Judah,Judy		IN	093	47304	
4259797	Julietta	julietta	US		0	America/Indiana/Indianapolis	39.73754	-85.9572	253			IN	097	80144	
4259835	Kellerville	kellerville	US		0	America/Indiana/Vincennes	38.48172	-86.83166	189			IN	037	31324	
4259868	Kercheval	kercheval	US		0	America/Chicago	38.0895	-87.01389	141			IN	147	13240	
4259881	Keystone Manor	keystone-manor	US		0	America/Indiana/Indianapolis	39.76338	-86.27638	242			IN	097	81800	
4259883	Keytsville	keytsville	US		0	America/Indiana/Indianapolis	39.65143	-87.01223	245			IN	133	46080	
4259914	Kings Store	kings-store	US		0	America/Kentucky/Louisville	38.20368	-86.06108	215			IN	061	31810	
4259931	Kirschs Corner	kirschs-corner	US		0	America/New_York	39.122	-84.93662	271			IN	029	46368	
4259935	Kitchel	kitchel	US		0	America/Indiana/Indianapolis	39.68311	-84.86135	337	Kitchel,Kitchell		IN	161	32008	
4259936	Kitterman Corners	kitterman-corners	US		0	America/Indiana/Tell_City	38.22256	-86.69749	135			IN	123	12808	
4259943	Klemmes Corner	klemmes-corner	US		0	America/Indiana/Indianapolis	39.35394	-85.00357	299	Blue Creek,Klemmes Corner,Klems Corner		IN	047	33448	
4259949	Klondyke	klondyke	US		0	America/Indiana/Indianapolis	39.79115	-87.33918	166			IN	121	63846	
4259950	Klondyke	klondyke	US		0	America/Indiana/Indianapolis	39.66948	-87.43669	184			IN	165	13798	
4259951	Knarr Corner	knarr-corner	US		0	America/Indiana/Indianapolis	39.30422	-85.42858	304			IN	031	80558	
4259957	Knighthood Grove	knighthood-grove	US		0	America/Indiana/Indianapolis	39.55366	-85.75665	240			IN	145	00568	
4259958	Knighthood Village	knighthood-village	US		0	America/Indiana/Indianapolis	39.57838	-85.7422	248			IN	145	47052	
4259966	Knight Ridge	knight-ridge	US		0	America/Indiana/Indianapolis	39.12533	-86.43305	249			IN	105	67590	
4259973	Knob Hill	knob-hill	US		0	America/Chicago	38.03226	-87.51863	141			IN	163	11674	
4259980	Knollton Heights	knollton-heights	US		0	America/Indiana/Indianapolis	39.84115	-86.20193	232			IN	097	80792	
4259997	Kratzville	kratzville	US		0	America/Chicago	38.02254	-87.58557	132			IN	163	11674	
4260001	Kriete Corner	kriete-corner	US		0	America/Indiana/Indianapolis	38.91755	-85.83275	171	Kriete Corner,Kriete Corners		IN	071	37134	
4260010	Kyana	kyana	US		0	America/Indiana/Vincennes	38.30506	-86.78221	154			IN	037	36954	
4260021	Lacy	lacy	US		0	America/Indiana/Vincennes	38.63366	-86.77639	189			IN	101	30420	
4260062	Lake Hart	lake-hart	US		235	America/Indiana/Indianapolis	39.56755	-86.43194	235			IN	109	50400	
4260083	Lake Mill	lake-mill	US		0	America/Chicago	37.93783	-87.10972	122			IN	147	56160	
4260116	Lake on the Green	lake-on-the-green	US		0	America/Indiana/Indianapolis	39.13755	-86.11666	197			IN	013	78398	
4260123	Lakewood Hills	lakewood-hills	US		0	America/Chicago	38.00226	-87.51363	119			IN	163	11674	
4260131	Lamb	lamb	US		0	America/Indiana/Vevay	38.69201	-85.18801	147	Erin,Lamb		IN	155	15580	
4260150	Lancaster Park	lancaster-park	US		0	America/Indiana/Indianapolis	39.21032	-86.56083	228			IN	105	05878	
4260157	Landersdale	landersdale	US		0	America/Indiana/Indianapolis	39.61949	-86.26305	204			IN	109	46044	
4260170	Langoons	langoons	US		0	America/Indiana/Indianapolis	38.837	-85.8572	161			IN	071	78884	
4260175	Lantana Estate	lantana-estate	US		0	America/Indiana/Indianapolis	39.50422	-85.76248	237			IN	145	00568	
4260178	Lapland	lapland	US		0	America/Indiana/Indianapolis	39.90504	-86.90279	257			IN	107	68436	
4260181	Lap Corner	lap-corner	US		0	America/Indiana/Indianapolis	39.43088	-87.07168	205			IN	021	36864	
4260191	Larimer Hill	larimer-hill	US		0	America/Indiana/Indianapolis	39.45559	-87.47197	166			IN	167	73970	
4260194	Lauer	lauer	US		0	America/Indiana/Tell_City	37.87922	-86.60165	122			IN	123	76040	
4260196	Laugheryville	laugheryville	US		0	America/Indiana/Indianapolis	39.22811	-85.29691	293			IN	137	42336	
4260204	Laughery Switch	laughery-switch	US		0	America/Indiana/Indianapolis	39.1495	-85.24135	266			IN	137	11602	
4260224	Lawrenceburg Junction	lawrenceburg-junction	US		0	America/New_York	39.13061	-84.84245	150			IN	029	42480	
4260226	Lawrenceport	lawrenceport	US		0	America/Indiana/Indianapolis	38.75116	-86.38777	184			IN	093	06436	
4260249	Leatherwood	leatherwood	US		0	America/Indiana/Indianapolis	39.75171	-87.28529	201			IN	121	00460	
4260281	Legendary Hills	legendary-hills	US		0	America/Indiana/Indianapolis	39.87921	-86.26221	259			IN	097	59742	
4260294	Leonard Springs	leonard-springs	US		0	America/Indiana/Indianapolis	39.1406	-86.57722	254			IN	105	78542	
4260305	Letts Corner	letts-corner	US		0	America/Indiana/Indianapolis	39.23477	-85.57497	273			IN	031	67734	
4260307	Lettsville	lettsville	US		0	America/Indiana/Vincennes	38.71866	-87.17446	144			IN	027	80522	
4260318	Lewis Creek	lewis-creek	US		0	America/Indiana/Indianapolis	39.40116	-85.81665	216	Lewis Creek,Lewiscreek		IN	145	81044	
4260396	Liggett	liggett	US		0	America/Indiana/Indianapolis	39.4792	-87.48363	157			IN	167	73970	
4260409	Lilly Dale	lilly-dale	US		0	America/Indiana/Tell_City	38.01173	-86.65137	138	Lilly Dale,Lillydale		IN	123	01504	
4260412	Limedale	limedale	US		0	America/Indiana/Indianapolis	39.61921	-86.87918	239	Greencastle Junction,Limedale		IN	133	29376	
4260434	Lincoln Pioneer Village	lincoln-pioneer-village	US		0	America/Chicago	37.88005	-87.05833	128			IN	147	56160	
4260463	Little Acre	little-acre	US		0	America/Indiana/Indianapolis	39.03616	-85.88276	177	Little Acre,Little Acres		IN	071	63414	
4260467	Lippe	lippe	US		0	America/Chicago	38.01532	-87.75391	134			IN	129	65124	
4260567	Little Point	little-point	US		0	America/Indiana/Indianapolis	39.56505	-86.63195	237	Little Point,Littlepoint		IN	109	00442	
4260587	Little Saint Louis	little-saint-louis	US		0	America/Kentucky/Louisville	38.30284	-86.23692	229			IN	061	71936	
4260621	Littles	littles	US		0	America/Indiana/Petersburg	38.40116	-87.28723	152			IN	125	58356	
4260632	Loafers Station	loafers-station	US		0	America/Chicago	38.12561	-87.11806	151			IN	173	59688	
4260649	Locust Point	locust-point	US		0	America/Kentucky/Louisville	38.17118	-85.90774	139	Locust Point,Locustpoint		IN	061	61344	
4260676	London Heights	london-heights	US		0	America/Indiana/Indianapolis	39.62866	-85.91443	239			IN	145	50994	
4260705	Long Run	long-run	US		0	America/Indiana/Vevay	38.75312	-85.11773	144	Long Branch,Long Run,Longrun		IN	155	15580	
4260709	Longview Beach	longview-beach	US		0	America/Kentucky/Louisville	38.36562	-85.63941	139			IN	019	78128	
4260710	Longwood Crossing	longwood-crossing	US		0	America/Indiana/Indianapolis	39.65588	-85.22719	302			IN	041	14950	
4260742	Lost River	lost-river	US		0	America/Indiana/Indianapolis	38.607	-86.45138	195			IN	117	57798	
4260748	Lottick Corner	lottick-corner	US		0	America/Kentucky/Louisville	38.17118	-85.94024	256			IN	061	61344	
4260756	Lovett	lovett	US		0	America/Indiana/Indianapolis	38.91144	-85.63302	214			IN	079	45108	
4260802	Lusks Mills (historical)	lusks-mills-historical	US		0	America/Indiana/Indianapolis	39.89393	-87.1814	166			IN	121	73916	
4260821	Luxhaven	luxhaven	US		0	America/Indiana/Indianapolis	39.94754	-85.88693	241			IN	057	22612	
4260828	Lynhurst	lynhurst	US		0	America/Indiana/Indianapolis	39.75893	-86.24804	226			IN	097	81800	
4260838	Lyonsville	lyonsville	US		0	America/Indiana/Indianapolis	39.65255	-85.05385	267	Lyons Station,Lyonsville		IN	041	38412	
4260852	Madalline	madalline	US		0	America/Indiana/Indianapolis	39.73227	-87.08057	224	Madalline,Medalline		IN	121	77516	
4260871	Mahalasville	mahalasville	US		0	America/Indiana/Indianapolis	39.36033	-86.36277	192			IN	109	80846	
4260872	Mahan Crossing	mahan-crossing	US		0	America/Indiana/Indianapolis	38.55728	-86.36443	217			IN	117	72548	
4260887	Mallot Park (historical)	mallot-park-historical	US		0	America/Indiana/Indianapolis	39.85282	-86.11804	229	Mallot Park (historical),Malottpark		IN	097	80792	
4260892	Maltersville	maltersville	US		0	America/Indiana/Vincennes	38.34644	-86.88972	152			IN	037	03124	
4260941	Maple Ridge	maple-ridge	US		0	America/Indiana/Indianapolis	39.6781	-86.2861	235			IN	097	17092	
4260948	Mapleton Corner	mapleton-corner	US		0	America/Indiana/Indianapolis	39.19089	-85.54608	253			IN	031	67734	
4260960	Marco	marco	US		0	America/Indiana/Indianapolis	38.93588	-87.14223	148			IN	055	72530	
4260981	Marion Mills	marion-mills	US		0	America/Indiana/Indianapolis	39.30643	-86.9989	210	Hausertown,Marion Mills		IN	119	46998	
4260992	Markland	markland	US		0	America/Indiana/Vevay	38.78201	-84.98662	141			IN	155	86048	
4260994	Markles	markles	US		0	America/Indiana/Indianapolis	39.52698	-87.35196	154	Markles,Markles Station		IN	167	57294	
4261000	Marlin Hills	marlin-hills	US		0	America/Indiana/Indianapolis	39.2131	-86.52333	234			IN	105	05878	
4261002	Marrs Center	marrs-center	US		0	America/Chicago	37.9456	-87.75502	135			IN	129	47250	
4261023	Martin Heights	martin-heights	US		0	America/Indiana/Indianapolis	38.61256	-86.10803	237			IN	175	81116	
4261049	Massacre	massacre	US		0	America/Indiana/Indianapolis	39.15587	-87.40752	152			IN	153	30672	
4261073	Mauzy	mauzy	US		0	America/Indiana/Indianapolis	39.62394	-85.3383	319	Griffin Station,Mauzy		IN	139	77606	
4261075	Maxville	maxville	US		0	America/Chicago	38.00006	-86.81332	121			IN	147	35140	
4261087	Mayflower Meadows	mayflower-meadows	US		0	America/Indiana/Indianapolis	39.88337	-86.08443	242			IN	097	80792	
4261110	McCarty	mccarty	US		0	America/Indiana/Indianapolis	39.60921	-86.1311	243			IN	081	60390	
4261115	McCol Place	mccol-place	US		0	America/Indiana/Indianapolis	38.60922	-86.11442	238	Mc Col Place,McCol Place		IN	175	81116	
4261127	McCoy	mccoy	US		0	America/Indiana/Indianapolis	39.32311	-85.41441	308	McCoy,McCoys Station		IN	031	80558	
4261146	McCutchanville	mccutchanville	US		0	America/Chicago	38.06421	-87.52446	151	McCutchan,McCutchan Station,McCutchanville,McCutchanville Station		IN	163	11674	
4261162	McGary	mcgary	US		0	America/Chicago	38.26449	-87.62863	135			IN	051	50706	
4261186	McKinley	mckinley	US		0	America/Indiana/Indianapolis	38.74478	-86.21054	232			IN	175	38268	
4261226	Meiks	meiks	US		0	America/Indiana/Indianapolis	39.5531	-85.75026	243			IN	145	00568	
4261231	Melody Hill	melody-hill	US		3628	America/Chicago	38.02615	-87.51585	130			IN	163	11674	
4261234	Meltzer	meltzer	US		0	America/Indiana/Indianapolis	39.51894	-85.66831	260			IN	145	43398	
4261243	Melcher (historical)	melcher-historical	US		0	America/Indiana/Indianapolis	39.79282	-87.33724	164	Melcher (historical),West Melcher		IN	121	63846	
4261277	Merom Station	merom-station	US		0	America/Indiana/Indianapolis	39.03032	-87.53974	131			IN	153	27666	
4261283	Meridian Hills	meridian-hills	US		1682	America/Indiana/Indianapolis	39.89004	-86.15721	242			IN	097	80792	
4261291	Messick	messick	US		0	America/Indiana/Indianapolis	39.97532	-85.30275	327			IN	065	06076	
4261311	Middle Branch	middle-branch	US		0	America/Indiana/Indianapolis	39.30783	-85.3858	302			IN	031	80558	
4261313	Mickleyville	mickleyville	US		0	America/Indiana/Indianapolis	39.74754	-86.26138	236			IN	097	81800	
4261350	Middlefork	middlefork	US		0	America/Indiana/Indianapolis	38.85395	-85.47218	236	Foltz,Middlefork		IN	077	41940	
4261353	Midland Junction	midland-junction	US		0	America/Indiana/Indianapolis	39.10727	-87.19446	198			IN	055	85634	
4261366	Miles Point	miles-point	US		0	America/Kentucky/Louisville	38.56867	-85.42301	243			IN	019	05122	
4261464	Milners Corner	milners-corner	US		0	America/Indiana/Indianapolis	39.91615	-85.6922	283	Melners Corners,Milners Corner,Milners Corners		IN	059	29142	
4261484	Minshall	minshall	US		0	America/Indiana/Indianapolis	39.67171	-87.22168	167	Minchel,Minshall,Odd		IN	121	62622	
4261500	Mixersville	mixersville	US		0	America/Indiana/Indianapolis	39.48839	-84.82496	305	Mixersville,Mixerville		IN	047	03700	
4261544	Monte Cassino Shrine	monte-cassino-shrine	US		0	America/Chicago	38.18089	-86.8061	185			IN	147	31990	
4261549	Montezuma Station	montezuma-station	US		0	America/Indiana/Indianapolis	39.79504	-87.38668	151			IN	165	32962	
4261634	Morvins Landing	morvins-landing	US		0	America/Kentucky/Louisville	38.01035	-86.16747	116	Morvin,Morvins Landing		IN	061	33268	
4261648	Mott Station	mott-station	US		0	America/Kentucky/Louisville	38.29812	-86.09053	221	Mott Station,Motts Station		IN	061	37080	
4261650	Mound Haven	mound-haven	US		0	America/Indiana/Indianapolis	39.38394	-84.97829	201			IN	047	08200	
4261691	Mount Comfort	mount-comfort	US		0	America/Indiana/Indianapolis	39.83087	-85.91526	262			IN	059	08794	
4261707	Mount Healthy	mount-healthy	US		0	America/Indiana/Indianapolis	39.08061	-86.03777	198			IN	005	36756	
4261720	Mount Lawn	mount-lawn	US		0	America/Indiana/Indianapolis	39.91171	-85.46136	305			IN	065	29700	
4261732	Mount Meridian	mount-meridian	US		0	America/Indiana/Indianapolis	39.60199	-86.75751	248	Carthage,Mount Meridian		IN	133	47034	
4261766	Mount Olympus	mount-olympus	US		0	America/Chicago	38.44727	-87.47502	161	Ennes,Mount Olympus		IN	051	80612	
4261886	Mount Zion Corner	mount-zion-corner	US		0	America/Indiana/Indianapolis	39.52116	-86.56417	237			IN	109	29988	
4261894	Mounts	mounts	US		0	America/Chicago	38.2306	-87.70641	135			IN	051	50706	
4261900	Mud Center	mud-center	US		0	America/Chicago	37.95588	-87.62863	116			IN	163	59166	
4261943	Muren	muren	US		0	America/Indiana/Petersburg	38.36644	-87.2689	135			IN	125	58356	
4261996	Navilleton	navilleton	US		0	America/Kentucky/Louisville	38.38173	-85.93858	251			IN	043	29862	
4262002	Neavill Grove	neavill-grove	US		0	America/Indiana/Indianapolis	38.78339	-85.51163	213			IN	077	70398	
4262005	Nebraska	nebraska	US		0	America/Indiana/Indianapolis	39.06366	-85.45941	260			IN	079	09946	
4262020	Neff Corner	neff-corner	US		0	America/Indiana/Indianapolis	39.16533	-85.53219	253			IN	031	67734	
4262021	Negangards Corner	negangards-corner	US		0	America/Indiana/Indianapolis	39.19116	-85.09468	305	Negangards Corner,North Hogan		IN	137	25612	
4262052	New Alsace	new-alsace	US		0	America/New_York	39.23394	-85.00301	291			IN	029	39330	
4262053	New Amsterdam	new-amsterdam	US		27	America/Kentucky/Louisville	38.10229	-86.27497	137	Amsterdam,New Amsterdam		IN	061	80684	
4262067	New Britton	new-britton	US		0	America/Indiana/Indianapolis	39.97976	-86.00998	246	New Britain,New Britton		IN	057	17488	
4262071	New Carrollton	new-carrollton	US		0	America/Indiana/Indianapolis	38.94478	-85.36524	272			IN	137	69264	
4262081	New Discovery	new-discovery	US		0	America/Indiana/Indianapolis	39.73171	-87.13057	223			IN	121	00460	
4262084	New Elizabethtown	new-elizabethtown	US		0	America/Indiana/Indianapolis	38.91728	-85.98692	178	New Elizabethtown,Shields		IN	071	08488	
4262086	New Farmington	new-farmington	US		0	America/Indiana/Indianapolis	38.92505	-85.86692	188			IN	071	37134	
4262087	New Frankfort	new-frankfort	US		0	America/Indiana/Indianapolis	38.73672	-85.71108	194	Frankfort,New Frankfort,Woostertown		IN	143	38772	
4262122	New Marion	new-marion	US		0	America/Indiana/Indianapolis	39.00756	-85.35885	280	Marion,New Marion		IN	137	69264	
4262126	New Maysville	new-maysville	US		0	America/Indiana/Indianapolis	39.7906	-86.72917	284			IN	133	37332	
4262135	New Pennington	new-pennington	US		0	America/Indiana/Indianapolis	39.27977	-85.32469	297			IN	031	67536	
4262155	New Unionville	new-unionville	US		0	America/Indiana/Indianapolis	39.21116	-86.46222	268	New Unionville,Unionville Station		IN	105	04816	
4262159	New Whiteland	new-whiteland	US		5906	America/Indiana/Indianapolis	39.5581	-86.09526	246			IN	081	60390	
4262161	New Winchester	new-winchester	US		0	America/Indiana/Indianapolis	39.7606	-86.65084	290			IN	063	46926	
4262167	Newark Village	newark-village	US		0	America/Indiana/Indianapolis	39.96782	-86.12332	259			IN	057	13060	
4262197	Newton Stewart	newton-stewart	US		0	America/Indiana/Marengo	38.37506	-86.62499	203			IN	025	58284	
4262202	Nisbet	nisbet	US		0	America/Chicago	38.14615	-87.6528	133			IN	163	02188	
4262228	North Augusta Addition	north-augusta-addition	US		0	America/Indiana/Indianapolis	39.9281	-86.22777	270			IN	057	13060	
4262230	North Belleville	north-belleville	US		0	America/Indiana/Indianapolis	39.69449	-86.49444	257			IN	063	43290	
4262254	North Columbus	north-columbus	US		0	America/Indiana/Indianapolis	39.23338	-85.90833	195			IN	005	14752	
4262265	North Crows Nest	north-crows-nest	US		45	America/Indiana/Indianapolis	39.86587	-86.16332	238			IN	097	80792	
4262278	North Gate	north-gate	US		0	America/Indiana/Indianapolis	39.26394	-85.94638	199			IN	005	27432	
4262285	North Indianapolis	north-indianapolis	US		0	America/Indiana/Indianapolis	39.80782	-86.17804	222			IN	097	11512	
4262293	North Madison	north-madison	US		12435	America/Indiana/Indianapolis	38.76784	-85.39663	274			IN	077	46008	
4262296	North Ogilville	north-ogilville	US		0	America/Indiana/Indianapolis	39.132	-86.00777	199	Moores Vineyard,North Ogilville		IN	005	56124	
4262297	North Park	north-park	US		0	America/Indiana/Indianapolis	39.29672	-85.95416	199			IN	005	27432	
4262305	North Ridge Village	north-ridge-village	US		0	America/Indiana/Indianapolis	39.93504	-86.14916	258			IN	057	13060	
4262311	North Terre Haute	north-terre-haute	US		4305	America/Indiana/Indianapolis	39.52781	-87.3603	152			IN	167	57294	
4262312	North Union	north-union	US		0	America/Indiana/Indianapolis	39.9656	-86.90334	248			IN	107	77480	
4262327	Northcliff	northcliff	US		0	America/Indiana/Indianapolis	39.2895	-85.87749	204			IN	005	23548	
4262333	Northern Beach	northern-beach	US		0	America/Indiana/Indianapolis	39.95559	-86.07054	225			IN	057	13060	
4262334	Northern Meadows	northern-meadows	US		0	America/Indiana/Indianapolis	39.96671	-86.25888	268			IN	011	86372	
4262335	Norths Landing	norths-landing	US		0	America/New_York	38.90228	-84.87356	145	Grant's Creek,North,North Landing,North's Landing,Norths Landing		IN	115	62928	
4262346	Northwest Manor	northwest-manor	US		0	America/Indiana/Indianapolis	39.89921	-86.27471	266			IN	097	59742	
4262348	Northwood (historical)	northwood-historical	US		0	America/Indiana/Indianapolis	39.8306	-86.12082	224			IN	097	80792	
4262352	Northwood Hills	northwood-hills	US		0	America/Indiana/Indianapolis	39.96143	-86.06165	226			IN	057	13060	
4262358	Nortonburg	nortonburg	US		0	America/Indiana/Indianapolis	39.26838	-85.82332	211	Nortonburg,Nortonburgh,Nortonsburg		IN	005	23548	
4262361	Nulltown	nulltown	US		0	America/Indiana/Indianapolis	39.57977	-85.1583	235	Ashland,Null Town,Null's Mills,Nulltown		IN	041	14644	
4262363	Numa	numa	US		0	America/Indiana/Indianapolis	39.63087	-87.3703	160	Numa,Walkers Bluff,Walkertown		IN	121	23764	
4262373	Nyesville	nyesville	US		0	America/Indiana/Indianapolis	39.78449	-87.17446	218	Nowlington,Nyesville		IN	121	80918	
4262429	Oakland City Junction	oakland-city-junction	US		0	America/Indiana/Petersburg	38.33172	-87.3014	128			IN	125	50418	
4262430	Oaklandon	oaklandon	US		0	America/Indiana/Indianapolis	39.87282	-85.95693	261	Oakland,Oaklandon		IN	097	42444	
4262435	Oak Tree Crossroads	oak-tree-crossroads	US		0	America/Indiana/Indianapolis	39.37227	-85.00301	304			IN	047	08200	
4262438	Oatsville	oatsville	US		0	America/Chicago	38.40699	-87.40752	134	Oatsville,Oatville		IN	051	80612	
4262450	Occident	occident	US		0	America/Indiana/Indianapolis	39.69116	-85.47831	299	Occident,Tail Holt		IN	139	37386	
4262455	Ogilville	ogilville	US		0	America/Indiana/Indianapolis	39.12588	-86.01527	193			IN	005	56124	
4262476	Old Bargersville	old-bargersville	US		0	America/Indiana/Indianapolis	39.51755	-86.15582	253	Bargersville,Old Bargersville		IN	081	77390	
4262477	Old Bath	old-bath	US		0	America/Indiana/Indianapolis	39.50838	-84.89162	315	Bath,Colter's Corner,Coulters Corner,Old Bath		IN	047	03700	
4262507	Old Hill	old-hill	US		0	America/Indiana/Indianapolis	39.30199	-87.20752	164			IN	021	31684	
4262515	Old Milan	old-milan	US		0	America/Indiana/Indianapolis	39.14644	-85.13246	297	Brooklin,Milan,Old Milan		IN	137	25612	
4262519	Old Pekin	old-pekin	US		0	America/Indiana/Indianapolis	38.49728	-86.00331	224	Old Pekin,Pekin,Pekin Station		IN	175	61002	
4262523	Old Saint Louis	old-saint-louis	US		0	America/Indiana/Indianapolis	39.32061	-85.78554	220	Old Saint Louis,Saint Louis,Saint Louis Crossing		IN	005	32530	
4262564	Olio	olio	US		0	America/Indiana/Indianapolis	39.97143	-85.92109	254			IN	057	22612	
4262614	Organ Springs	organ-springs	US		0	America/Indiana/Indianapolis	38.47673	-86.1647	195	Organ Spring,Organ Springs		IN	175	34960	
4262615	Oriole	oriole	US		0	America/Indiana/Tell_City	38.16895	-86.5047	251	Chestnut City,Oriole		IN	123	56214	
4262655	Otter Creek Junction	otter-creek-junction	US		0	America/Indiana/Indianapolis	39.54643	-87.34835	154			IN	167	57294	
4262660	Otter Village	otter-village	US		0	America/Indiana/Indianapolis	39.11866	-85.33135	292			IN	137	11602	
4262794	Parkers Settlement	parkers-settlement	US		711	America/Chicago	38.04671	-87.71613	136	Parkers Settlement,Poskers Settlement		IN	129	65124	
4262795	Parkers Station	parkers-station	US		0	America/Indiana/Indianapolis	38.762	-85.65385	201			IN	077	28566	
4262797	Parkeville	parkeville	US		0	America/Indiana/Indianapolis	39.81699	-87.08446	211	Buncombe,Park Ville,Parkeville,Parkville,Payton Place		IN	121	29484	
4262802	Parkside	parkside	US		0	America/Indiana/Indianapolis	39.23838	-85.91138	195			IN	005	14752	
4262804	Parkview	parkview	US		0	America/Indiana/Indianapolis	39.51643	-87.39196	159			IN	167	32026	
4262846	Patronville	patronville	US		0	America/Chicago	37.85838	-87.11055	134			IN	147	56160	
4262852	Patton Hill	patton-hill	US		0	America/Indiana/Indianapolis	38.90061	-86.53805	198			IN	093	36054	
4262875	Pearsontown	pearsontown	US		0	America/Indiana/Indianapolis	38.42089	-86.39165	195			IN	117	71090	
4262884	Pecksburg	pecksburg	US		0	America/Indiana/Indianapolis	39.6881	-86.57417	250	Pecksburg,Pecksburgh		IN	063	13078	
4262914	Pennyville	pennyville	US		0	America/Indiana/Vincennes	38.55394	-87.00806	164			IN	027	63702	
4262917	Peoga	peoga	US		0	America/Indiana/Indianapolis	39.34311	-86.14416	305			IN	013	30528	
4262921	Peppertown	peppertown	US		0	America/Indiana/Indianapolis	39.39894	-85.17413	295	Pepertown,Peppertown		IN	047	67554	
4262936	Perry Crossing	perry-crossing	US		0	America/Kentucky/Louisville	38.44284	-85.7633	152			IN	019	77174	
4262940	Perry Manor	perry-manor	US		0	America/Indiana/Indianapolis	39.67532	-86.10693	243			IN	097	59058	
4262967	Peters Switch	peters-switch	US		0	America/Indiana/Indianapolis	39.02172	-85.89665	177			IN	071	63414	
4262969	Petersburg (historical)	petersburg-historical	US		0	America/Indiana/Indianapolis	38.767	-86.14137	162			IN	071	18712	
4262971	Petersville	petersville	US		0	America/Indiana/Indianapolis	39.2245	-85.81999	198			IN	005	12970	
4262988	Philip Station	philip-station	US		0	America/Chicago	37.98171	-87.74197	122			IN	129	47250	
4263002	Piattsville	piattsville	US		0	America/Indiana/Indianapolis	39.70449	-87.12585	192	Piattsville,Van Ness Town		IN	121	00460	
4263011	Pierson Station	pierson-station	US		0	America/Indiana/Indianapolis	39.90338	-85.32636	328			IN	065	43308	
4263020	Pigeon Roost Station	pigeon-roost-station	US		0	America/Indiana/Indianapolis	38.6145	-85.7758	183			IN	143	79100	
4263031	Pikes Peak	pikes-peak	US		0	America/Indiana/Indianapolis	39.12922	-86.14138	183	Pikes Peak,Pikespeak		IN	013	78398	
4263044	Pin Hook	pin-hook	US		0	America/Indiana/Indianapolis	39.81504	-87.12723	182	Pin Hook,Pinhook		IN	121	80918	
4263064	Pinhook	pinhook	US		0	America/Indiana/Indianapolis	39.2195	-85.51747	261			IN	031	67734	
4263065	Pinhook	pinhook	US		0	America/Indiana/Indianapolis	39.51144	-85.07441	291			IN	047	05824	
4263066	Pinhook	pinhook	US		0	America/Indiana/Indianapolis	38.81533	-86.35638	207			IN	093	30258	
4263067	Pinhook	pinhook	US		0	America/Indiana/Indianapolis	39.8156	-85.05719	324	Pin Hook,Pinhook		IN	177	11710	
4263119	Pleasant	pleasant	US		0	America/Indiana/Vevay	38.87089	-85.18384	291			IN	155	60480	
4263120	Pleasant Acres	pleasant-acres	US		0	America/Indiana/Indianapolis	39.85615	-85.91554	261			IN	059	08794	
4263121	Pleasant Acres	pleasant-acres	US		0	America/Indiana/Indianapolis	39.89115	-86.10276	223			IN	097	80792	
4263170	Pleasant Gardens	pleasant-gardens	US		0	America/Indiana/Indianapolis	39.55143	-86.96446	215	Pleasant Garden,Pleasant Gardens		IN	133	80972	
4263200	Pleasant View Village	pleasant-view-village	US		0	America/Indiana/Indianapolis	39.33366	-85.9736	202			IN	005	27432	
4263207	Pleasure Valley	pleasure-valley	US		0	America/Indiana/Indianapolis	39.40088	-85.70859	232			IN	145	54144	
4263229	Point Idalawn	point-idalawn	US		0	America/Indiana/Indianapolis	39.25984	-86.38279	203			IN	105	04816	
4263231	Point Commerce	point-commerce	US		0	America/Indiana/Indianapolis	39.12532	-86.96529	176			IN	055	37980	
4263266	Pond Creek Mills	pond-creek-mills	US		0	America/Indiana/Vincennes	38.57783	-87.2864	134			IN	083	31864	
4263268	Popcorn	popcorn	US		0	America/Indiana/Indianapolis	38.97588	-86.65694	198			IN	093	59040	
4263293	Port Fulton	port-fulton	US		0	America/Kentucky/Louisville	38.28201	-85.72024	142			IN	019	38367	
4263325	Potato Mound	potato-mound	US		0	America/Indiana/Indianapolis	39.4081	-86.54222	188			IN	109	63144	
4263330	Pottertown (historical)	pottertown-historical	US		0	America/Indiana/Indianapolis	39.83087	-87.26224	197			IN	121	58698	
4263372	Prattsburg	prattsburg	US		0	America/Indiana/Indianapolis	39.16172	-85.18801	296			IN	137	17524	
4263391	Princes Lakes	princes-lakes	US		1330	America/Indiana/Indianapolis	39.35366	-86.09805	250	Princes Lake,Princes Lakes		IN	081	54000	
4263420	Prowsville	prowsville	US		0	America/Indiana/Indianapolis	38.68006	-86.20165	258			IN	175	38268	
4263432	Pumpkin Center	pumpkin-center	US		0	America/Indiana/Indianapolis	38.5895	-86.36443	215			IN	117	54648	
4263433	Pumpkin Center	pumpkin-center	US		0	America/Indiana/Indianapolis	38.70422	-85.95053	185			IN	175	27594	
4263444	Purdy Hill	purdy-hill	US		0	America/Indiana/Indianapolis	39.50671	-87.20863	187			IN	021	61290	
4263456	Pyeattville	pyeattville	US		0	America/Chicago	37.94199	-87.25195	113			IN	147	45216	
4263462	Quaker	quaker	US		0	America/Indiana/Indianapolis	39.85587	-87.52807	193	Quaker,Quaker Hill,Quaker Point		IN	165	78794	
4263468	Queensville	queensville	US		0	America/Indiana/Indianapolis	39.05116	-85.67719	206			IN	079	27234	
4263469	Quercus Grove	quercus-grove	US		0	America/Indiana/Vevay	38.85339	-84.92273	266	Bark Works,Quercus Grove		IN	155	61380	
4263477	Raab Crossroads	raab-crossroads	US		0	America/Indiana/Indianapolis	39.48782	-86.99196	191			IN	133	80972	
4263482	Rabbitville	rabbitville	US		0	America/Indiana/Indianapolis	38.76866	-86.47388	187			IN	093	46980	
4263496	Raglesville	raglesville	US		141	America/Indiana/Vincennes	38.80338	-86.96139	187			IN	027	78434	
4263500	Rahm	rahm	US		0	America/Chicago	37.86921	-87.61446	110			IN	163	77696	
4263513	Raintown	raintown	US		0	America/Indiana/Indianapolis	39.87838	-86.51	295	Rainstorm Station,Raintown		IN	063	77318	
4263520	Rainbow Highlands	rainbow-highlands	US		0	America/Indiana/Indianapolis	39.89004	-85.98165	256	Rainbow,Rainbow Highlands		IN	097	42444	
4263544	Rapture	rapture	US		0	America/Chicago	38.15227	-87.84197	133	Rapture,Winfield		IN	129	31504	
4263569	Raysville	raysville	US		0	America/Indiana/Indianapolis	39.79616	-85.51247	280			IN	065	81728	
4263571	Rays Crossing	rays-crossing	US		0	America/Indiana/Indianapolis	39.55449	-85.66914	262			IN	145	77642	
4263582	Red Bush	red-bush	US		0	America/Chicago	37.93838	-87.27195	125			IN	173	01540	
4263595	Reddington	reddington	US		0	America/Indiana/Indianapolis	39.03255	-85.83276	195			IN	071	63414	
4263598	Reds Corner	reds-corner	US		0	America/Indiana/Indianapolis	39.60116	-85.97165	235			IN	081	12781	
4263600	Redcuff Corner	redcuff-corner	US		0	America/Indiana/Indianapolis	39.15504	-87.14723	164			IN	055	85634	
4263607	Reedville Station	reedville-station	US		0	America/Indiana/Indianapolis	39.70616	-85.81915	256			IN	059	07084	
4263619	Rego	rego	US		0	America/Indiana/Indianapolis	38.48506	-86.31776	229			IN	117	72548	
4263628	Reo	reo	US		0	America/Chicago	37.90144	-87.10944	124			IN	147	56160	
4263635	Retreat	retreat	US		0	America/Indiana/Indianapolis	38.8245	-85.85331	162			IN	071	78884	
4263671	Richland City	richland-city	US		0	America/Chicago	37.94533	-87.16778	119	Lake,Richland,Richland City		IN	147	45216	
4263700	Ridgeport	ridgeport	US		0	America/Indiana/Indianapolis	39.0456	-86.80362	231			IN	055	11350	
4263703	Ridgleville	ridgleville	US		0	America/Indiana/Vincennes	38.56671	-87.42752	143	Ridgeville,Ridgeyville,Ridgleville		IN	083	31864	
4263708	Ridgemede	ridgemede	US		0	America/Indiana/Indianapolis	39.15199	-86.50305	246			IN	105	59112	
4263722	Riley Village	riley-village	US		0	America/Indiana/Indianapolis	39.50644	-85.76803	238			IN	145	00568	
4263727	Ringwald	ringwald	US		0	America/Indiana/Indianapolis	38.78367	-85.38274	279			IN	077	46008	
4263748	Ritchie	ritchie	US		0	America/Chicago	37.95977	-87.03889	122			IN	147	28944	
4263753	River Ridge	river-ridge	US		0	America/Kentucky/Louisville	38.37868	-85.64552	184			IN	019	78128	
4263768	Riverview Acres	riverview-acres	US		0	America/Indiana/Indianapolis	39.24227	-85.9211	195			IN	005	14752	
4263780	Roadman Corner	roadman-corner	US		0	America/Indiana/Indianapolis	39.47421	-87.0339	202			IN	021	36864	
4263814	Robinson (historical)	robinson-historical	US		0	America/Indiana/Indianapolis	39.83782	-86.02915	265			IN	097	42444	
4263846	Rocklane	rocklane	US		0	America/Indiana/Indianapolis	39.60977	-86.01248	248	Clarksburg,Rocklane		IN	081	12781	
4263849	Rockport Junction	rockport-junction	US		0	America/Chicago	38.10727	-87.00666	128			IN	147	13240	
4263863	Rocky Ripple	rocky-ripple	US		627	America/Indiana/Indianapolis	39.8481	-86.17249	215			IN	097	80792	
4263881	Rolling Acres	rolling-acres	US		0	America/Chicago	38.06671	-87.27084	144			IN	173	06472	
4263883	Rolling Hills	rolling-hills	US		0	America/Kentucky/Louisville	38.47812	-85.58857	200			IN	019	12142	
4263885	Rolling Ridge	rolling-ridge	US		0	America/Indiana/Indianapolis	39.54477	-85.77803	235			IN	145	00568	
4263887	Romona	romona	US		0	America/Indiana/Indianapolis	39.32727	-86.73001	178	Brintonville,Romona		IN	119	80900	
4263909	Rosedale Hills	rosedale-hills	US		0	America/Indiana/Indianapolis	39.69366	-86.13137	232			IN	097	59058	
4263922	Rosstown	rosstown	US		0	America/Indiana/Indianapolis	39.10922	-85.92943	192			IN	005	81656	
4263946	Rumble	rumble	US		0	America/Indiana/Petersburg	38.43588	-87.34279	155	Rumble,Rumble Town		IN	125	44640	
4263949	Runyantown	runyantown	US		0	America/Kentucky/Louisville	38.48951	-85.61468	185			IN	019	56898	
4263961	Rush Creek Valley	rush-creek-valley	US		0	America/Indiana/Indianapolis	38.69533	-86.17054	167			IN	175	38268	
4263976	Russell Lake	russell-lake	US		0	America/Indiana/Indianapolis	39.94865	-86.30166	279			IN	011	86372	
4263983	Rustic Hills	rustic-hills	US		0	America/Chicago	37.9556	-87.36751	139			IN	173	56178	
4264158	Saint Josephs Shrine	saint-josephs-shrine	US		0	America/Indiana/Tell_City	38.16811	-86.79777	134			IN	123	12808	
4264164	Saint Leon	saint-leon	US		678	America/New_York	39.292	-84.95801	308			IN	029	39330	
4264165	Saint Louis Crossing	saint-louis-crossing	US		0	America/Indiana/Indianapolis	39.31894	-85.84665	208			IN	005	23548	
4264172	Saint Magdalen	saint-magdalen	US		0	America/Indiana/Indianapolis	38.95783	-85.39135	273			IN	137	69264	
4264236	Saint Omer	saint-omer	US		0	America/Indiana/Indianapolis	39.4356	-85.59581	270			IN	031	00370	
4264294	Saint Philip	saint-philip	US		0	America/Chicago	37.98699	-87.71585	151	Saint Philip,Saint Phillips,St. Philip		IN	129	47250	
4264331	Saint Wendel	saint-wendel	US		0	America/Chicago	38.1056	-87.69725	172	Saint Wendel,Saint Wendells,Saint Wendels,St. Wendel		IN	129	65124	
4264371	Saline City	saline-city	US		0	America/Indiana/Indianapolis	39.36532	-87.13224	174	Saline,Saline City		IN	021	73988	
4264435	Sandcut	sandcut	US		0	America/Indiana/Indianapolis	39.56476	-87.32363	161	Meltonville,Sand Cut,Sandcut,Sandcut Farms,Sandcute		IN	167	57294	
4264440	Sandford	sandford	US		0	America/Indiana/Indianapolis	39.54531	-87.53058	192	New Market,Sandford		IN	167	22882	
4264454	Sandytown	sandytown	US		0	America/Indiana/Indianapolis	39.68198	-87.44613	184			IN	165	13798	
4264475	Savah	savah	US		0	America/Chicago	38.01782	-87.97864	121			IN	129	45450	
4264482	Scalesville	scalesville	US		0	America/Chicago	38.20255	-87.20612	172			IN	173	42012	
4264484	Scarlet	scarlet	US		0	America/Indiana/Indianapolis	38.65783	-86.66749	240			IN	117	55152	
4264486	Scenic Hill	scenic-hill	US		0	America/Indiana/Vincennes	38.67838	-86.89389	187			IN	101	59076	
4264531	Schooler Point Landing	schooler-point-landing	US		0	America/Indiana/Marengo	38.15812	-86.34137	121			IN	025	56142	
4264532	Scotchtown	scotchtown	US		0	America/Indiana/Indianapolis	39.07504	-87.29779	155			IN	153	10792	
4264589	Searcy Crossroads	searcy-crossroads	US		0	America/Indiana/Vevay	38.84673	-84.858	246			IN	155	61380	
4264097	Saint John	saint-john	US	46373	0	America/Chicago	38.07921	-87.45001	131			IN	173	09964	
4264601	Selvin	selvin	US		0	America/Chicago	38.20422	-87.10611	158	Poke Patch,Polk Patch,Selvin,Taylorsville		IN	173	59688	
4264630	Shady Lane	shady-lane	US		0	America/Indiana/Indianapolis	39.5456	-87.13363	199			IN	021	07192	
4264669	Shawswick	shawswick	US		0	America/Indiana/Indianapolis	38.89561	-86.41444	180			IN	093	69102	
4264710	Sherwood Forest	sherwood-forest	US		0	America/Indiana/Indianapolis	39.91893	-86.12971	238			IN	097	80792	
4264750	Shirkieville	shirkieville	US		0	America/Indiana/Indianapolis	39.60031	-87.49863	186			IN	167	22882	
4264763	Shoals Overlook	shoals-overlook	US		0	America/Indiana/Vincennes	38.6795	-86.80444	208			IN	101	11548	
4264769	Shooters Hill	shooters-hill	US		0	America/Indiana/Indianapolis	39.83004	-86.18221	232			IN	097	80792	
4264773	Shore Acres	shore-acres	US		0	America/Indiana/Indianapolis	39.87643	-86.13665	218	Shore Acres,Shores Acres		IN	097	80792	
4264780	Shorts Corner	shorts-corner	US		0	America/Indiana/Indianapolis	38.49978	-86.10025	245			IN	175	59580	
4264789	Siberia	siberia	US		0	America/Indiana/Tell_City	38.23811	-86.7336	176			IN	123	12808	
4264812	Silver Hills	silver-hills	US		0	America/Kentucky/Louisville	38.28257	-85.84524	188	Silver Hill,Silver Hills		IN	043	52344	
4264823	Silverville	silverville	US		0	America/Indiana/Indianapolis	38.85755	-86.66528	159			IN	093	36054	
4264858	Sisson	sisson	US		0	America/Indiana/Vincennes	38.5306	-87.56141	125			IN	083	17128	
4264859	Six Points	six-points	US		0	America/Indiana/Indianapolis	39.72616	-86.33583	235			IN	063	80702	
4264864	Six Points	six-points	US		0	America/Indiana/Indianapolis	39.37171	-86.9864	217			IN	021	80468	
4264885	Slabtown	slabtown	US		0	America/Indiana/Indianapolis	39.27838	-85.40136	298	Layton Mills,Slabtown		IN	031	46872	
4264900	Sleepy Hollow	sleepy-hollow	US		0	America/Indiana/Indianapolis	39.39672	-85.71748	226			IN	145	54144	
4264922	Smedley	smedley	US		0	America/Indiana/Indianapolis	38.63311	-86.21582	267	Heffron,Smedley,Smedleys Station		IN	175	78956	
4264953	Smith Valley	smith-valley	US		0	America/Indiana/Indianapolis	39.60532	-86.19693	213	Smith Valley,Smith's Valley,Smiths Valley		IN	081	83924	
4264959	Smiths Crossing	smiths-crossing	US		0	America/Indiana/Indianapolis	39.31672	-85.36441	305	Smiths Crossing,Winterville		IN	031	67536	
4264965	Smockville	smockville	US		0	America/Indiana/Indianapolis	39.62615	-87.13307	201			IN	121	62622	
4264972	Smythe	smythe	US		0	America/Chicago	37.99143	-87.49251	119	Burkehart Station,Burkhart Station,Smythe		IN	163	40212	
4264973	Snacks	snacks	US		0	America/Indiana/Indianapolis	39.84588	-86.25638	244			IN	097	59742	
4265006	Solitude	solitude	US		0	America/Chicago	38.01477	-87.89892	113			IN	129	45450	
4265071	South Martin	south-martin	US		0	America/Indiana/Vincennes	38.5445	-86.87417	199			IN	101	66582	
4265082	South Richmond	south-richmond	US		0	America/Indiana/Indianapolis	39.8006	-84.88829	297			IN	177	81944	
4265093	South Washington	south-washington	US		0	America/Indiana/Vincennes	38.63477	-87.17862	147			IN	027	80522	
4265098	Southeast Manor	southeast-manor	US		0	America/Indiana/Indianapolis	39.62755	-85.9047	240			IN	145	50994	
4265117	Southwood	southwood	US		0	America/Indiana/Indianapolis	39.40309	-87.40169	151			IN	167	34546	
4265120	Spades	spades	US		0	America/Indiana/Indianapolis	39.25394	-85.12274	311	Spades,Spades Depot		IN	137	00478	
4265128	Sparksville	sparksville	US		0	America/Indiana/Indianapolis	38.77783	-86.23721	172			IN	071	10450	
4265146	Speedway	speedway	US		12127	America/Indiana/Indianapolis	39.80227	-86.26721	228	Speedway,Speedway City,Spidvej,sbyd way,seupideuwei,supidou~ei,Спидвеј,سبيد واي,スピードウェイ,스피드웨이		IN	097	81800	
4265149	Spelterville	spelterville	US		0	America/Indiana/Indianapolis	39.52781	-87.39835	157			IN	167	57294	
4265153	Spencer County Farm	spencer-county-farm	US		0	America/Chicago	37.87283	-87.10694	148			IN	147	56160	
4265177	Sponsler	sponsler	US		0	America/Indiana/Indianapolis	39.00366	-87.14168	160			IN	055	73304	
4265178	Spraytown	spraytown	US		0	America/Indiana/Indianapolis	39.01422	-86.07998	234			IN	071	59274	
4265187	Spring Grove Heights	spring-grove-heights	US		388	America/Indiana/Indianapolis	39.84338	-84.89246	292			IN	177	81944	
4265191	Spring Hills	spring-hills	US		98	America/Indiana/Indianapolis	39.83615	-86.1936	233	Spring Hill,Spring Hills		IN	097	80792	
4265192	Spring Hollow	spring-hollow	US		0	America/Indiana/Indianapolis	39.92282	-86.16471	252			IN	097	80792	
4265202	Spring Mill Estates	spring-mill-estates	US		0	America/Indiana/Indianapolis	39.8756	-86.16693	242			IN	097	80792	
4265205	Spring Mill Village	spring-mill-village	US		0	America/Indiana/Indianapolis	38.73505	-86.42693	160			IN	093	46980	
4265206	Spring Mill Woods	spring-mill-woods	US		0	America/Indiana/Indianapolis	39.9156	-86.16471	251			IN	097	80792	
4265214	Springersville	springersville	US		0	America/Indiana/Indianapolis	39.65727	-85.05385	277	Springersville,Springerville		IN	041	81314	
4265241	Spurgeons Corner	spurgeons-corner	US		0	America/Indiana/Indianapolis	39.07088	-86.14499	233			IN	013	78398	
4265251	Stacer	stacer	US		0	America/Chicago	38.14865	-87.56669	138	Nash Depot,Stacer,Stacer Station,Stacers,Staeers,Staser,Stasers,Steers		IN	163	68472	
4265256	Stalcup Corner	stalcup-corner	US		0	America/Indiana/Indianapolis	38.99449	-87.01612	166			IN	055	80648	
4265275	Staples Ford	staples-ford	US		0	America/Indiana/Indianapolis	38.89422	-85.77664	164			IN	079	46962	
4265278	Stampers Creek	stampers-creek	US		0	America/Indiana/Indianapolis	38.55839	-86.38332	226	Stampers Creek,Stampus Creek		IN	117	57798	
4265305	Stavetown	stavetown	US		0	America/Indiana/Indianapolis	39.41088	-85.00996	189			IN	047	08200	
4265306	Stearleyville	stearleyville	US		0	America/Indiana/Indianapolis	39.44504	-87.0614	198	Stearleys,Stearleyville		IN	021	36864	
4265318	Stemm	stemm	US		0	America/Indiana/Indianapolis	38.95699	-86.50416	153			IN	093	47304	
4265359	Stines Mill Corner	stines-mill-corner	US		0	America/Indiana/Indianapolis	39.47588	-86.37277	189			IN	109	80846	
4265385	Stone Head	stone-head	US		0	America/Indiana/Indianapolis	39.13005	-86.15888	177			IN	013	78398	
4265390	Stone Quarry Mills	stone-quarry-mills	US		0	America/Indiana/Indianapolis	39.84588	-85.4822	287			IN	065	72026	
4265392	Stones Crossing	stones-crossing	US		0	America/Indiana/Indianapolis	39.57783	-86.15915	243	Stone's Crossing,Stones Crossing		IN	081	83924	
4265395	Stony Lonesome	stony-lonesome	US		0	America/Indiana/Indianapolis	39.20088	-86.06222	222			IN	005	31612	
4265426	Stratford (historical)	stratford-historical	US		0	America/Indiana/Indianapolis	39.13283	-86.09443	252			IN	013	78398	
4265450	Stumpke Corner	stumpke-corner	US		0	America/Indiana/Indianapolis	39.17783	-85.1319	302	Stumkes Corners,Stumpke Corner		IN	137	25612	
4265451	Stumptown	stumptown	US		0	America/Indiana/Indianapolis	39.85226	-87.27446	204			IN	121	58698	
4265468	Sugar Creek	sugar-creek	US		0	America/Indiana/Indianapolis	39.6406	-85.91304	241			IN	145	50994	
4265492	Sugar Hills	sugar-hills	US		0	America/Indiana/Indianapolis	39.86115	-85.82276	263			IN	059	11368	
4265529	Sulphur Spring	sulphur-spring	US		0	America/Indiana/Indianapolis	39.77005	-85.51581	300			IN	139	11620	
4265545	Summit Grove	summit-grove	US		0	America/Indiana/Indianapolis	39.72448	-87.38918	159	Summit Grove,Summit Grove Station		IN	165	32962	
4265549	Sun Down	sun-down	US		0	America/Indiana/Indianapolis	39.72588	-85.9897	251			IN	097	80144	
4265553	Sundown Manor	sundown-manor	US		0	America/Indiana/Indianapolis	39.58394	-86.37805	213			IN	109	08344	
4265556	Sunny Slopes	sunny-slopes	US		0	America/Indiana/Indianapolis	39.13199	-86.53111	217			IN	105	59112	
4265560	Sunnyview	sunnyview	US		0	America/Indiana/Indianapolis	39.74588	-86.08276	244			IN	097	80144	
4265569	Sunset Parkway	sunset-parkway	US		0	America/Indiana/Indianapolis	38.96339	-85.90581	176			IN	071	37134	
4265570	Sunset Village	sunset-village	US		0	America/Kentucky/Louisville	38.45701	-85.5344	134			IN	019	57438	
4265571	Sunshine Gardens	sunshine-gardens	US		0	America/Indiana/Indianapolis	39.6881	-86.2111	204			IN	097	59058	
4265572	Sunview	sunview	US		0	America/Indiana/Indianapolis	39.94893	-85.83998	262			IN	095	29160	
4265575	Survant	survant	US		0	America/Indiana/Petersburg	38.37394	-87.15528	143			IN	125	47016	
4265589	Swalls	swalls	US		0	America/Indiana/Indianapolis	39.46032	-87.28891	181			IN	167	45018	
4265609	Sweetwater Lake	sweetwater-lake	US		0	America/Indiana/Indianapolis	39.30005	-86.12916	274			IN	013	30528	
4265617	Switzer Crossroads	switzer-crossroads	US		0	America/Indiana/Marengo	38.26895	-86.41665	224			IN	025	56142	
4265627	Sycamore Ford	sycamore-ford	US		0	America/Indiana/Indianapolis	39.95838	-87.04668	176			IN	107	08326	
4265639	Syndicate	syndicate	US		0	America/Indiana/Indianapolis	39.61726	-87.41419	187			IN	165	13798	
4265644	Tabertown	tabertown	US		0	America/Indiana/Indianapolis	39.49476	-87.25307	180			IN	167	45018	
4265650	Taggart Crossing	taggart-crossing	US		0	America/Indiana/Indianapolis	39.37921	-86.40055	183			IN	109	80846	
4265653	Taggart	taggart	US		0	America/Indiana/Indianapolis	39.26172	-86.13888	206			IN	013	30528	
4265678	Tarkeo Corner	tarkeo-corner	US		0	America/Indiana/Indianapolis	39.26283	-85.48386	291			IN	031	46872	
4265680	Tarry Park	tarry-park	US		0	America/Indiana/Indianapolis	38.80144	-86.50916	183	Juliet,Red Cross Park,Tarry Park,Yockey		IN	093	46980	
4265750	Texas	texas	US		0	America/New_York	39.04756	-84.89356	148			IN	029	11278	
4265754	Thales	thales	US		0	America/Indiana/Vincennes	38.51033	-86.79861	213	Hickory Grove,Thales		IN	037	31324	
4265759	The Red Mills	the-red-mills	US		0	America/Indiana/Indianapolis	39.58144	-85.92248	223			IN	145	73952	
4265841	Tighe	tighe	US		0	America/Indiana/Indianapolis	39.62087	-87.52308	177			IN	165	13798	
4265866	Toad Hop	toad-hop	US		108	America/Indiana/Indianapolis	39.45893	-87.46363	145			IN	167	73970	
4265870	Tobinsport	tobinsport	US		0	America/Indiana/Tell_City	37.85256	-86.63554	124	Tobins Port,Tobinsport		IN	123	76040	
4265875	Tobacco Landing	tobacco-landing	US		0	America/Kentucky/Louisville	38.00535	-86.08663	116			IN	061	06544	
4265899	Town Hill	town-hill	US		0	America/Indiana/Indianapolis	39.1981	-86.24666	242			IN	013	80396	
4265913	Trails End	trails-end	US		0	America/Indiana/Indianapolis	39.9542	-86.06582	225			IN	057	17488	
4265917	Traders Point	traders-point	US		0	America/Indiana/Indianapolis	39.89365	-86.30277	252			IN	097	59742	
4265926	Trevlac	trevlac	US		0	America/Indiana/Indianapolis	39.2656	-86.33694	195	Bear Creek,Gold Creek,Richards,Trevlac		IN	013	36810	
4265939	Trilobi Hills	trilobi-hills	US		0	America/Indiana/Indianapolis	39.87921	-85.99665	252			IN	097	42444	
4265970	Trotter Crossing	trotter-crossing	US		0	America/Indiana/Indianapolis	38.51145	-86.36554	223			IN	117	72548	
4265988	Tulip	tulip	US		0	America/Indiana/Indianapolis	39.08199	-86.88667	196			IN	055	33457	
4266019	Turkey Track	turkey-track	US		0	America/Indiana/Indianapolis	39.35449	-86.49833	240			IN	109	03178	
4266020	Turleys	turleys	US		0	America/Indiana/Indianapolis	38.57089	-86.52054	159			IN	117	57798	
4266030	Turpin Hill	turpin-hill	US		0	America/Chicago	38.14227	-87.29029	147	Turpin Hill,Turpin Mill,Turpin Vill		IN	173	32188	
4266034	Twelve Points	twelve-points	US		0	America/Indiana/Indianapolis	39.49226	-87.3978	149			IN	167	32026	
4266039	Twin Beach	twin-beach	US		0	America/Indiana/Indianapolis	39.51809	-87.20502	186			IN	021	61290	
4266058	Tyner Crossing	tyner-crossing	US		0	America/Indiana/Indianapolis	39.65477	-85.17691	278			IN	041	14950	
4266154	University Heights	university-heights	US		0	America/Indiana/Indianapolis	39.70477	-86.13443	227			IN	097	59058	
4266187	Urmeyville	urmeyville	US		0	America/Indiana/Indianapolis	39.52199	-85.98526	224			IN	081	52164	
4266190	Utah	utah	US		0	America/New_York	39.06089	-84.89801	145			IN	029	11278	
4266197	Valeene	valeene	US		0	America/Indiana/Indianapolis	38.43895	-86.39721	197			IN	117	71090	
4266216	Van Buren Park	van-buren-park	US		0	America/Indiana/Indianapolis	39.13588	-86.58083	252			IN	105	78542	
4266230	Vanada	vanada	US		0	America/Chicago	37.93227	-87.36445	117	Vanada,Vanada Camps		IN	173	01540	
4266254	Verne	verne	US		0	America/Indiana/Vincennes	38.63671	-87.42946	172			IN	083	31864	
4266271	Vertland	vertland	US		0	America/Indiana/Indianapolis	39.91087	-86.04582	248			IN	097	42444	
4266300	Vigo	vigo	US		0	America/Indiana/Indianapolis	39.28726	-87.53725	141			IN	167	61704	
4266320	Vollmer	vollmer	US		0	America/Indiana/Vincennes	38.54755	-87.52002	133			IN	083	38700	
4266322	Vivalia	vivalia	US		0	America/Indiana/Indianapolis	39.67754	-87.01223	244			IN	121	37296	
4266483	Wagner Station	wagner-station	US		0	America/Indiana/Vincennes	38.85199	-87.23363	141	Wagne Station,Wagner Station,Wagners Station		IN	083	79118	
4266487	Wakeland	wakeland	US		0	America/Indiana/Indianapolis	39.46921	-86.57528	254			IN	109	02440	
4266493	Walesboro	walesboro	US		0	America/Indiana/Indianapolis	39.14533	-85.91443	184			IN	005	81656	
4266512	Wallace Junction	wallace-junction	US		0	America/Indiana/Indianapolis	39.46366	-86.72695	235			IN	119	75050	
4266547	Walton (historical)	walton-historical	US		0	America/Indiana/Indianapolis	39.6681	-87.15001	174			IN	121	62622	
4266551	Wanamaker	wanamaker	US		0	America/Indiana/Indianapolis	39.70449	-86.0097	256	New Bethel,Wanamaker		IN	097	25504	
4266570	Warren Hills	warren-hills	US		0	America/Indiana/Indianapolis	39.78199	-85.99748	262			IN	097	80144	
4266573	Warren Park	warren-park	US		1539	America/Indiana/Indianapolis	39.78199	-86.05026	252			IN	097	80144	
4266598	Washington Place	washington-place	US		0	America/Indiana/Indianapolis	39.77699	-86.01637	261			IN	097	80144	
4266664	Waverly Woods	waverly-woods	US		0	America/Indiana/Indianapolis	39.55144	-86.26971	222			IN	109	31936	
4266669	Waymansville	waymansville	US		0	America/Indiana/Indianapolis	39.06311	-86.04304	186			IN	005	36756	
4266681	Wayport	wayport	US		0	America/Indiana/Indianapolis	39.26616	-86.52083	239			IN	105	80828	
4266711	Weddleville	weddleville	US		0	America/Indiana/Indianapolis	38.83866	-86.22026	249	Weddlesville,Weddleville		IN	071	10450	
4266715	Wegan	wegan	US		0	America/Indiana/Indianapolis	38.827	-86.01915	171			IN	071	08488	
4266727	Weisburg	weisburg	US		0	America/New_York	39.21811	-85.04607	284	Cork,Van Wedding's Station,Weisburg,Weisburgh		IN	029	36900	
4266733	Welborn Switch	welborn-switch	US		0	America/Chicago	38.00699	-88.00031	111	Welborn,Welborn Switch		IN	129	05428	
4266739	Wellington Heights	wellington-heights	US		0	America/Indiana/Indianapolis	39.51755	-85.76331	240			IN	145	00568	
4266770	West Atherton	west-atherton	US		0	America/Indiana/Indianapolis	39.60893	-87.37085	157	Atherton,West Atherton		IN	121	23764	
4267078	Willow Branch	willow-branch	US		0	America/Indiana/Indianapolis	39.87615	-85.68442	285			IN	059	08290	
4266464	Waco	waco	US	28169	0	America/Indiana/Vincennes	38.53533	-87.04028	155			IN	027	31702	
4266781	West Brook Downs	west-brook-downs	US		0	America/Indiana/Indianapolis	39.21449	-86.60111	244			IN	105	64152	
4266782	West Clinton	west-clinton	US		0	America/Indiana/Indianapolis	39.69448	-87.5253	177	West Clinton,West Clinton Junction		IN	165	32962	
4266784	West Dana	west-dana	US		0	America/Indiana/Indianapolis	39.80309	-87.52446	191			IN	165	32962	
4266811	West Franklin	west-franklin	US		0	America/Chicago	37.89504	-87.7128	112			IN	129	47250	
4266825	West Melcher	west-melcher	US		0	America/Indiana/Indianapolis	39.78893	-87.34724	156			IN	121	63846	
4266826	West New Goshen	west-new-goshen	US		0	America/Indiana/Indianapolis	39.57087	-87.48058	188			IN	167	22882	
4266831	West Overlook	west-overlook	US		0	America/Indiana/Indianapolis	39.17144	-86.25471	272			IN	013	80396	
4266833	West Petersburg	west-petersburg	US		0	America/Indiana/Petersburg	38.48755	-87.28918	135			IN	125	80936	
4266851	West Whiteland	west-whiteland	US		0	America/Indiana/Indianapolis	39.55144	-86.08749	245			IN	081	60390	
4266853	Westchester Estates	westchester-estates	US		0	America/Indiana/Indianapolis	39.89726	-86.20777	256			IN	097	59742	
4266888	Wheatonville	wheatonville	US		0	America/Chicago	38.18727	-87.4614	131			IN	173	29970	
4266913	Whitaker	whitaker	US		0	America/Indiana/Indianapolis	39.37977	-86.6075	174			IN	109	63144	
4266917	Whitcomb Heights	whitcomb-heights	US		0	America/Indiana/Indianapolis	39.48837	-87.45474	173			IN	167	73970	
4266919	Whitcomb	whitcomb	US		0	America/Indiana/Indianapolis	39.44838	-84.9369	304	Union,Whitcomb		IN	047	08200	
4266953	White Rose	white-rose	US		0	America/Indiana/Indianapolis	39.03116	-87.22279	152	White Rose,Whites Crossing		IN	055	73304	
4266991	Wickville	wickville	US		0	America/Indiana/Indianapolis	39.59532	-87.14307	205			IN	021	18118	
4267012	Wilfred	wilfred	US		0	America/Indiana/Indianapolis	39.18671	-87.35252	173			IN	153	16390	
4267057	Williams Creek	williams-creek	US		421	America/Indiana/Indianapolis	39.89976	-86.15027	236			IN	097	80792	
4267090	Willowbrook Estates	willowbrook-estates	US		0	America/Indiana/Indianapolis	39.47755	-86.36499	190			IN	109	80846	
4267095	Willow Valley	willow-valley	US		0	America/Indiana/Vincennes	38.69394	-86.71972	157	Proctor,Willow Valley		IN	101	30420	
4267103	Wilson Corner	wilson-corner	US		0	America/Indiana/Indianapolis	39.43838	-85.75526	229	Wilson,Wilson Corner		IN	145	69282	
4267147	Wirt Station	wirt-station	US		0	America/Indiana/Indianapolis	38.81145	-85.43968	256			IN	077	46008	
4267154	Wiser	wiser	US		0	America/Indiana/Indianapolis	39.61227	-86.2936	236			IN	109	46044	
4267158	Witts Station	witts-station	US		0	America/Indiana/Indianapolis	39.71227	-84.86163	341			IN	161	32008	
4267177	Wolff	wolff	US		0	America/Indiana/Indianapolis	39.4331	-86.39527	244			IN	109	80846	
4267178	Wolfington	wolfington	US		0	America/Indiana/Indianapolis	39.8306	-86.21638	229			IN	097	59742	
4267200	Woodcrest	woodcrest	US		0	America/Indiana/Indianapolis	39.43755	-86.39472	243			IN	109	80846	
4267209	Woodlawn Grove	woodlawn-grove	US		0	America/Indiana/Indianapolis	38.57811	-86.45804	232	Woodland Grove,Woodlawn Grove		IN	117	57798	
4267213	Woodruff Place	woodruff-place	US		0	America/Indiana/Indianapolis	39.77754	-86.12832	228	Woodruff,Woodruff Place		IN	097	11512	
4267228	Woodville Hills	woodville-hills	US		0	America/Indiana/Indianapolis	39.15033	-86.38333	185			IN	105	67590	
4267243	Wrights Corner	wrights-corner	US		0	America/New_York	39.13561	-84.95718	276	Wrights Corner,Wrights Corners		IN	029	46368	
4267257	Wynnedale	wynnedale	US		239	America/Indiana/Indianapolis	39.83115	-86.19749	231			IN	097	80792	
4267258	Wynnsboro (historical)	wynnsboro-historical	US		0	America/Kentucky/Louisville	38.28701	-86.25637	149			IN	061	71936	
4267260	Yankee Town	yankee-town	US		0	America/Indiana/Indianapolis	39.6956	-84.98552	248			IN	161	08542	
4267264	Yellow Bank	yellow-bank	US		0	America/Indiana/Indianapolis	39.43755	-85.06913	198	Thunderbird Mine Dam,Yellow Bank		IN	047	08200	
4267273	Yellowstone	yellowstone	US		0	America/Indiana/Indianapolis	38.99894	-86.34249	196			IN	105	60984	
4267275	Yenne	yenne	US		0	America/Indiana/Vincennes	38.54783	-86.79361	138			IN	101	45036	
4267276	Yockey	yockey	US		0	America/Indiana/Indianapolis	38.78811	-86.49305	185	Juliett,Yockey		IN	093	46980	
4267284	Youno (historical)	youno-historical	US		0	America/Indiana/Indianapolis	39.07394	-86.31666	178	Young,Youno (historical)		IN	013	80396	
4267292	Youngs Corner	youngs-corner	US		0	America/Indiana/Indianapolis	39.35422	-85.05746	297	Youngs Corner,Yung		IN	047	08200	
4267294	Youngs Creek	youngs-creek	US		0	America/Indiana/Indianapolis	38.47672	-86.49554	183	Unionville,Youngs Creek		IN	117	29556	
4267304	Zelma	zelma	US		0	America/Indiana/Indianapolis	38.93394	-86.30193	259			IN	093	60624	
4267305	Zenas	zenas	US		0	America/Indiana/Indianapolis	39.12005	-85.47497	240			IN	079	14680	
4267380	Adams Corner	adams-corner	US		0	America/Chicago	38.05751	-98.08728	485			KS	155	62850	
4267401	Aetna	aetna	US		0	America/Chicago	37.08392	-98.96288	497			KS	007	00400	
4267417	Agricola	agricola	US		0	America/Chicago	38.41946	-95.53498	346	Agricola,Hardpan		KS	031	60500	
4267419	Aikins	aikins	US		0	America/Chicago	39.36805	-96.11638	356			KS	149	62150	
4267420	Aikman	aikman	US		0	America/Chicago	37.98974	-96.68085	448			KS	015	69700	
4267455	Alcove Spring	alcove-spring	US		0	America/Chicago	39.76083	-96.67808	368			KS	117	20600	
4267474	Alfmil	alfmil	US		0	America/Chicago	39.13194	-97.72226	383			KS	143	11975	
4267477	Alida	alida	US		0	America/Chicago	39.09583	-96.94029	349			KS	061	66000	
4267505	Allendorph	allendorph	US		0	America/Chicago	38.99278	-96.27111	328			KS	197	01375	
4267526	Alta Mills	alta-mills	US		0	America/Chicago	38.11779	-97.59199	432	Alta,Alta Mills,Valentine		KS	079	01500	
4267547	America City	america-city	US		0	America/Chicago	39.57361	-96.03194	390	America,America City		KS	131	58750	
4267566	Anchorway	anchorway	US		0	America/Chicago	38.3489	-98.8162	568			KS	009	09075	
4267587	Annelly	annelly	US		0	America/Chicago	37.97223	-97.20115	424			KS	079	59350	
4267588	Anness	anness	US		0	America/Chicago	37.48196	-97.72866	422	Anness,Kalamazoo		KS	173	21550	
4267629	Antonino	antonino	US		0	America/Chicago	38.7839	-99.39261	642			KS	051	42700	
4267651	Ardell	ardell	US		0	America/Chicago	37.90168	-99.49651	678			KS	047	71400	
4267652	Argentine	argentine	US		0	America/Chicago	39.075	-94.67246	240			KS	209	36000	
4267682	Arthur Heights	arthur-heights	US		0	America/Chicago	37.76973	-97.26504	432			KS	173	05337	
4267702	Ash Valley	ash-valley	US		0	America/Chicago	38.30501	-99.21649	640			KS	145	02825	
4267765	Aubry	aubry	US		0	America/Chicago	38.77084	-94.67107	333	Aubrey,Aubry,Fort Aubrey,Fort Aubry		KS	091	03225	
4268181	Benedict Junction	benedict-junction	US		0	America/Chicago	37.61033	-95.77109	256			KS	205	29200	
4267784	Aulne	aulne	US		0	America/Chicago	38.27613	-97.07669	429			KS	115	79750	
4267795	Avian	avian	US		0	America/Chicago	37.09591	-95.60164	220			KS	125	12850	
4267811	B N Junction	b-n-junction	US		0	America/Chicago	38.56168	-95.27136	284	B N Junction,Burlington Junction		KS	059	40700	
4267814	Asherville	asherville	US		28	America/Chicago	39.40584	-97.97699	410			KS	123	02625	
4267839	Bain City	bain-city	US		0	America/Chicago	39.28389	-94.90385	258			KS	103	39000	
4267871	Bala	bala	US		0	America/Chicago	39.30972	-96.94974	391	Bala,Timber Creek		KS	161	03825	
4267901	Barber	barber	US		0	America/Chicago	37.56782	-94.64857	270			KS	037	40575	
4267922	Barret	barret	US		0	America/Chicago	39.67083	-96.45029	344			KS	117	73550	
4267923	Barrett (historical)	barrett-historical	US		0	America/Chicago	37.33339	-94.77802	285			KS	021	12800	
4267946	Basil	basil	US		0	America/Chicago	37.51641	-98.09034	487	Basil,Gage		KS	095	59400	
4267973	Bavaria	bavaria	US		0	America/Chicago	38.79723	-97.7556	388	Bavaria,Hohneck,Honek		KS	169	52425	
4267975	Baxter Junction	baxter-junction	US		0	America/Chicago	37.02868	-94.74634	255			KS	021	04625	
4267990	Bayneville	bayneville	US		0	America/Chicago	37.55418	-97.44394	398			KS	173	52450	
4267991	Bazaar	bazaar	US		0	America/Chicago	38.27196	-96.53529	372	Bazaar,Mary		KS	017	04700	
4268003	Beagle	beagle	US		0	America/Chicago	38.41807	-94.95497	289			KS	121	48700	
4268046	Beckerville	beckerville	US		0	America/Chicago	39.60972	-96.16389	406			KS	131	50050	
4268086	Bellefont	bellefont	US		0	America/Chicago	37.87252	-99.6579	719	Bellefont,Bellefonte		KS	057	77675	
4268174	Berkeley Hills	berkeley-hills	US		0	America/Chicago	38.41807	-96.19083	351			KS	111	21275	
4268185	Bert Wettar	bert-wettar	US		0	America/Chicago	38.1914	-99.36845	629	Bert Wettar,Bert-Wettar		KS	145	27925	
4268186	Berwet	berwet	US		0	America/Chicago	37.78557	-97.48366	416	Berwet,Berwet Spur,Berwit		KS	173	72375	
4268192	Bestwall	bestwall	US		0	America/Chicago	39.71111	-96.64752	390			KS	117	07700	
4268257	Beto Junction	beto-junction	US		0	America/Chicago	38.40557	-95.69193	328			KS	031	36650	
4268363	Black Jack	black-jack	US		0	America/Chicago	38.76779	-95.1158	337			KS	045	54225	
4268378	Black Wolf	black-wolf	US		0	America/Chicago	38.75834	-98.36201	477	Black Wolf,Blackwolf,Columbia		KS	053	07025	
4268388	Blake	blake	US		0	America/Chicago	37.16757	-95.7572	247			KS	125	33900	
4268402	Block	block	US		0	America/Chicago	38.50502	-94.80802	264	Block,Block Corners		KS	121	72950	
4268416	Bloom	bloom	US		0	America/Chicago	37.48641	-99.89624	787	Bloom,Bloomsburg,Bloomsburgh		KS	057	07375	
4268474	Bluemont Hill	bluemont-hill	US		0	America/Chicago	39.19277	-96.56	306			KS	161	44250	
4268501	Boicourt	boicourt	US		0	America/Chicago	38.27086	-94.72024	252	Barnard,Boicourt,Cobb		KS	107	72925	
4268527	Bonnie Brae	bonnie-brae	US		0	America/Chicago	37.68196	-97.24754	411			KS	173	79000	
4268541	Bosse	bosse	US		0	America/Chicago	38.08696	-99.83374	679			KS	083	11725	
4268606	Brantford	brantford	US		0	America/Chicago	39.71222	-97.35976	444			KS	201	08250	
4268608	Brazilton	brazilton	US		0	America/Chicago	37.55977	-94.95747	309			KS	037	74975	
4268618	Brenner	brenner	US		0	America/Chicago	39.72527	-95.11525	295			KS	043	76100	
4268682	Broughton (historical)	broughton-historical	US		0	America/Chicago	39.32139	-97.05335	361	Broughton (historical),Rose Vale,Springfield		KS	027	13650	
4268702	Browndale	browndale	US		0	America/Chicago	39.35972	-97.35086	397	Browndale,Brownvale		KS	027	23475	
4268716	Brownstone	brownstone	US		0	America/Chicago	37.33284	-95.19414	278			KS	099	50975	
4268806	Buffville	buffville	US		0	America/Chicago	37.48256	-95.66026	266	Buffington,Buffton,Buffville		KS	205	11375	
4268888	Bush City	bush-city	US		0	America/Chicago	38.21114	-95.1447	315	Bush City,Haskell		KS	003	40475	
4268891	Bushong	bushong	US		34	America/Chicago	38.64306	-96.25722	424	Bushong,Weeks		KS	111	00525	
4268906	Buttermilk	buttermilk	US		0	America/Chicago	37.1028	-99.32539	580			KS	033	03525	
4268931	Cadmus	cadmus	US		0	America/Chicago	38.34558	-94.89941	268			KS	107	63550	
4268939	Calderhead	calderhead	US		0	America/Chicago	39.68306	-97.33114	425			KS	201	08250	
4268956	Calista	calista	US		0	America/Chicago	37.63974	-98.28257	485	Calista,Maud		KS	095	72175	
4269061	Capaldo	capaldo	US		0	America/Chicago	37.46783	-94.72663	290			KS	037	24850	
4269062	Capioma	capioma	US		0	America/Chicago	39.77667	-95.82027	397			KS	131	10575	
4269073	Carbon (historical)	carbon-historical	US		0	America/Chicago	39.47694	-95.59831	289			KS	085	25625	
4269081	Carden	carden	US		0	America/Chicago	39.82778	-96.58085	372			KS	117	24450	
4269104	Carneiro	carneiro	US		0	America/Chicago	38.7389	-98.03088	482	Alum Creek,Alum Creek Station,Carneiro		KS	053	10800	
4269108	Carona	carona	US		0	America/Chicago	37.28034	-94.86857	278	Carbona,Carona,Corona,Folsom		KS	021	61350	
4269372	Centropolis	centropolis	US		0	America/Chicago	38.71612	-95.35025	294	Centropolis,Minneola,Saint Bernard		KS	059	12475	
4269375	Cessna	cessna	US		0	America/Chicago	37.63863	-97.4131	396			KS	173	74300	
4269422	Charters Corner	charters-corner	US		0	America/Chicago	38.05751	-98.17923	498			KS	155	21475	
4269454	Chepstow	chepstow	US		0	America/Chicago	39.62361	-96.90085	441			KS	201	41250	
4269506	Cheyenne Gap (historical)	cheyenne-gap-historical	US		0	America/Chicago	39.22001	-98.64813	558			KS	141	34875	
4269524	Childs Acres	childs-acres	US		0	America/Chicago	37.77223	-97.42171	408	Child's Acres,Childs Acres		KS	173	54425	
4269525	Chiles	chiles	US		0	America/Chicago	38.67973	-94.76163	334			KS	121	70125	
4269638	Claudell	claudell	US		0	America/Chicago	39.66251	-99.02925	506			KS	183	73175	
4269689	Clearview City	clearview-city	US		0	America/Chicago	38.94584	-95.00302	279	Clearview City,Sunflower		KS	091	17850	
4269742	Clonmel	clonmel	US		0	America/Chicago	37.56279	-97.55394	418			KS	173	33775	
4269772	Coal Valley (historical)	coal-valley-historical	US		0	America/Chicago	37.3245	-94.7794	283			KS	021	12800	
4269774	Coalvale	coalvale	US		0	America/Chicago	37.6156	-94.64885	261	Bovard,Coalvale,Coalville		KS	037	40575	
4269784	Codell	codell	US		0	America/Chicago	39.19334	-99.17732	605			KS	163	71249	
4269798	Cokedale	cokedale	US		0	America/Chicago	37.24673	-94.89274	272			KS	021	61350	
4269804	Coldspur	coldspur	US		0	America/Chicago	39.00445	-94.92469	241	Cold Spur,Coldspur		KS	103	65000	
4269859	Commonwealth	commonwealth	US		0	America/Chicago	37.00118	-94.7405	258			KS	021	67725	
4269937	Corbin (historical)	corbin-historical	US		0	America/Chicago	37.25201	-95.55442	259			KS	125	18700	
4269963	Corwin	corwin	US		0	America/Chicago	37.08419	-98.30452	390			KS	077	71205	
4269970	Cottage Hill	cottage-hill	US		0	America/Chicago	39.59722	-96.74974	434			KS	117	15850	
4270012	Countryside	countryside	US		286	America/Chicago	39.01667	-94.6544	301			KS	091	47225	
4270021	County Acres	county-acres	US		0	America/Chicago	37.6989	-97.43199	408			KS	173	79000	
4270027	Coursens Grove (historical)	coursens-grove-historical	US		0	America/Chicago	39.27667	-97.96893	475			KS	123	21875	
4270061	Cow Town	cow-town	US		0	America/Chicago	37.6939	-97.35755	396			KS	173	79000	
4270069	Coyville	coyville	US		44	America/Chicago	37.68615	-95.89749	269	Coys,Coyville		KS	205	73500	
4270085	Cravensville	cravensville	US		0	America/Chicago	37.03201	-94.84467	264			KS	021	43400	
4270130	Croft	croft	US		0	America/Chicago	37.50335	-98.99482	620			KS	151	71242	
4270151	Croweburg	croweburg	US		0	America/Chicago	37.55699	-94.66607	275			KS	037	75575	
4270160	Cruppers Corner	cruppers-corner	US		0	America/Chicago	37.97001	-97.94033	468			KS	155	41050	
4270171	Cullen Village	cullen-village	US		0	America/Chicago	38.94278	-95.70276	324			KS	177	79350	
4270172	Cullison	cullison	US		102	America/Chicago	37.63057	-98.90538	621			KS	151	71238	
4270189	Curranville	curranville	US		0	America/Chicago	37.51366	-94.63163	280			KS	037	75575	
4270212	Daisy Hill	daisy-hill	US		0	America/Chicago	37.32783	-94.77802	286	Daisy Hill,Lea Walk		KS	021	12800	
4270214	Dalbey	dalbey	US		0	America/Chicago	39.49722	-95.07747	238	Dalbey,Dalby		KS	005	74800	
4270229	Darlow	darlow	US		0	America/Chicago	37.94085	-97.95005	474	Booth,Darlow		KS	155	41050	
4270310	Deerhead	deerhead	US		0	America/Chicago	37.23836	-98.91177	594	Deer Head,Deerhead		KS	007	17300	
4270354	Dentonia	dentonia	US		0	America/Chicago	39.6839	-98.46756	530			KS	089	52125	
4270361	Densmore	densmore	US		0	America/Chicago	39.63834	-99.73928	633	Densmore,West Union		KS	137	66410	
4270414	Dispatch	dispatch	US		0	America/Chicago	39.5964	-98.50506	472			KS	183	41200	
4270447	Doster	doster	US		0	America/Chicago	37.06114	-97.712	371			KS	191	07750	
4270478	Downing (historical)	downing-historical	US		0	America/Chicago	38.74028	-96.57389	404	Downing (historical),Kelso		KS	127	71206	
4270490	Drexel Corner	drexel-corner	US		0	America/Chicago	38.4764	-94.67662	306			KS	121	68825	
4270548	Dry Wood	dry-wood	US		0	America/Chicago	37.65977	-94.71274	256			KS	037	40575	
4270572	Dunavant	dunavant	US		0	America/Chicago	39.30194	-95.33275	352			KS	087	35250	
4270581	Dungans Crossing	dungans-crossing	US		0	America/Chicago	38.23307	-99.66179	649			KS	083	44575	
4270593	Duquoin	duquoin	US		0	America/Chicago	37.3828	-98.07367	482	Du Quoin,Duquoin		KS	077	71221	
4270600	Dunlay	dunlay	US		0	America/Chicago	38.25836	-94.99747	290			KS	107	12350	
4270616	Dutch Hollow (historical)	dutch-hollow-historical	US		0	America/Chicago	37.31617	-94.7794	279			KS	021	12800	
4270697	East El Dorado	east-el-dorado	US		0	America/Chicago	37.82085	-96.83558	390			KS	015	20100	
4270708	East Fairmount	east-fairmount	US		0	America/Chicago	39.18695	-94.91913	296			KS	103	22325	
4270717	East Galena	east-galena	US		0	America/Chicago	37.07284	-94.62912	296			KS	021	25100	
4270740	East Mineral (historical)	east-mineral-historical	US		0	America/Chicago	37.28145	-94.90496	276			KS	021	61350	
4270774	Eastborough	eastborough	US		768	America/Chicago	37.68807	-97.26366	418			KS	173	47125	
4270785	Eastshore	eastshore	US		0	America/Chicago	38.38196	-97.07391	421			KS	115	25075	
4270806	Edalgo	edalgo	US		0	America/Chicago	38.97167	-98.04699	424			KS	105	20375	
4270928	Ellinor	ellinor	US		0	America/Chicago	38.39335	-96.42806	354	Elinor,Ellinor		KS	017	70775	
4270993	Elm Hollow Corner	elm-hollow-corner	US		0	America/Chicago	39.18944	-96.71223	411			KS	161	44125	
4270994	Elm Mills	elm-mills	US		0	America/Chicago	37.43391	-98.68703	525			KS	007	20800	
4271072	Emmeram	emmeram	US		0	America/Chicago	38.95862	-99.13232	611			KS	051	31525	
4271083	Empire City	empire-city	US		0	America/Chicago	37.08923	-94.64189	290	Empire,Empire City		KS	021	25100	
4271091	Emporia Junction	emporia-junction	US		0	America/Chicago	38.40279	-96.16138	345			KS	111	21275	
4271101	Englevale	englevale	US		0	America/Chicago	37.59393	-94.72746	294	Calvin,Englevale		KS	037	40575	
4271108	Enosdale	enosdale	US		0	America/Chicago	39.77111	-97.16142	439	Enonsdale,Enosdale		KS	201	14750	
4271143	Eschs (historical)	eschs-historical	US		0	America/Chicago	37.13614	-96.78809	345			KS	035	39950	
4271149	Ettenson	ettenson	US		0	America/Chicago	39.22584	-94.86302	249			KS	103	17450	
4271170	Eureka Lake	eureka-lake	US		0	America/Chicago	39.15194	-96.63917	315			KS	161	44275	
4271358	Fairway	fairway	US		3970	America/Chicago	39.02223	-94.6319	292	Fervej,fyrway,fyrwy  kanzas,Фервеј,فيرواي,فیئروے، کنساس,فیروی، کانزاس		KS	091	22700	
4271377	Fall Leaf	fall-leaf	US		0	America/Chicago	38.97417	-95.11053	251			KS	103	58950	
4271406	Fanning	fanning	US		0	America/Chicago	39.83472	-95.16136	270			KS	043	34400	
4271412	Farhman	farhman	US		0	America/Chicago	38.57946	-98.49924	576	Fahrman,Farham,Farhman		KS	009	33975	
4271419	Farlinville	farlinville	US		0	America/Chicago	38.23336	-94.85385	252	Farlinville,Ridge		KS	107	54375	
4271448	Fellsburg	fellsburg	US		0	America/Chicago	37.81196	-99.17539	649			KS	047	24350	
4271456	Fern	fern	US		0	America/Chicago	37.34701	-95.37636	287			KS	099	75250	
4271460	Fiat	fiat	US		0	America/Chicago	37.54087	-96.20749	342			KS	049	54925	
4271471	Filler	filler	US		0	America/Chicago	37.38255	-94.82524	299			KS	037	64675	
4271629	Flush	flush	US		0	America/Chicago	39.29444	-96.44056	332	Floersch,Flush		KS	149	57250	
4271680	Fort Downer	fort-downer	US		0	America/Chicago	38.84084	-99.97818	696	Downers Station,Fort Downer		KS	195	24500	
4271756	Fox Town	fox-town	US		0	America/Chicago	37.51366	-94.64885	293	Fox Town,Foxtown		KS	037	75575	
4271793	Frantz (historical)	frantz-historical	US		0	America/Chicago	38.5514	-98.23839	540			KS	053	70450	
4271814	Freemount	freemount	US		0	America/Chicago	38.54529	-97.77754	419	Freemount,Fremont,Smokey,Smokey Hill,Smoky,Smoky Hill		KS	113	72225	
4271854	Frisbie	frisbie	US		0	America/Chicago	39.01445	-94.88719	240			KS	091	64500	
4271859	Frizell	frizell	US		0	America/Chicago	38.16612	-99.21427	619			KS	145	63025	
4271881	Fuller	fuller	US		0	America/Chicago	37.52227	-94.61968	277			KS	037	75575	
4271888	Furley	furley	US		0	America/Chicago	37.87918	-97.21282	430			KS	173	41150	
4271948	Garfield Center	garfield-center	US		0	America/Chicago	39.52361	-97.12808	404			KS	027	25500	
4272025	Georgia	georgia	US		0	America/Chicago	37.62779	-98.00867	447			KS	095	16925	
4272078	Glen Crouse	glen-crouse	US		0	America/Chicago	37.43336	-96.61696	417			KS	035	30525	
4272084	Glen Grouse (historical)	glen-grouse-historical	US		0	America/Chicago	37.45697	-96.58029	413	Glen Grouse (historical),Glengrouse		KS	035	30525	
4272107	Glenlock	glenlock	US		0	America/Chicago	38.31002	-95.34192	305	Glen Dale,Glenlock		KS	003	34725	
4272164	Good Intent	good-intent	US		0	America/Chicago	39.6	-95.21692	302			KS	005	64275	
4272254	Grand Summit	grand-summit	US		0	America/Chicago	37.36808	-96.54668	442			KS	035	79875	
4272273	Grandview Plaza	grandview-plaza	US		1662	America/Chicago	39.02916	-96.78917	345			KS	061	35200	
4272336	Grays Park	grays-park	US		0	America/Chicago	39.05001	-94.63357	275			KS	209	36000	
4272418	Greenwich Heights	greenwich-heights	US		0	America/Chicago	37.65335	-97.20532	412	Greenwich Heights,Spurrier Gardens		KS	173	47125	
4272469	Grinter Heights	grinter-heights	US		0	America/Chicago	39.07389	-94.76413	263			KS	209	36000	
4272472	Gross	gross	US		0	America/Chicago	37.60088	-94.64968	269			KS	037	40575	
4272478	Grove Center	grove-center	US		0	America/Chicago	39.0625	-94.80163	254			KS	209	20000	
4272523	Hackney	hackney	US		0	America/Chicago	37.16614	-97.14754	333	Constant,Hackney		KS	035	05025	
4272541	Half Mound	half-mound	US		0	America/Chicago	39.40583	-95.49748	294			KS	087	17425	
4272555	Halls Summit	halls-summit	US		0	America/Chicago	38.34724	-95.67526	368	Halls Summit,Warnerton		KS	031	36650	
4272557	Hallville	hallville	US		0	America/Chicago	38.64862	-97.53809	428	Hallville,Laura		KS	169	40350	
4272574	Hamilton Camp (historical)	hamilton-camp-historical	US		0	America/Chicago	37.2645	-94.90441	266			KS	021	61350	
4272619	Harbine	harbine	US		0	America/Chicago	39.99946	-97.76838	512	Centre Mound,Harbine		KS	157	75700	
4272624	Harding	harding	US		0	America/Chicago	37.99392	-94.81969	260			KS	011	24600	
4272632	Hargrave	hargrave	US		0	America/Chicago	38.5564	-99.44511	664			KS	165	37525	
4272745	Hawk	hawk	US		0	America/Chicago	37.11252	-97.97534	382	Blackburn,Hawk		KS	077	71209	
4272814	Hedville	hedville	US		0	America/Chicago	38.86278	-97.76143	387			KS	169	52425	
4272821	Heizer	heizer	US		0	America/Chicago	38.42223	-98.88926	576	Heizer,Heizerton		KS	009	09075	
4272826	Helmick	helmick	US		0	America/Chicago	38.62779	-96.60028	424	Helmick,Milton		KS	127	71237	
4272838	Henson	henson	US		0	America/Chicago	38.50557	-94.8658	263			KS	121	72950	
4272850	Hermansberg	hermansberg	US		0	America/Chicago	39.93389	-96.76836	411			KS	117	31450	
4272858	Hesper	hesper	US		0	America/Chicago	38.89862	-95.07469	281			KS	045	21700	
4272860	Hessdale	hessdale	US		0	America/Chicago	38.91278	-96.20944	365	Bismarck,Bismark,Halifax,Hessdale		KS	197	46725	
4272867	Hewins	hewins	US		0	America/Chicago	37.04088	-96.40834	270	Harts Mill,Hewins		KS	019	30275	
4272869	Hiatt	hiatt	US		0	America/Chicago	39.23056	-94.87246	259			KS	103	17450	
4272871	Hiattville	hiattville	US		0	America/Chicago	37.72227	-94.87164	303	Hiattville,Pawnee		KS	011	54775	
4272978	Hilford	hilford	US		0	America/Chicago	37.44978	-95.67665	247			KS	205	49675	
4273001	Hilldale	hilldale	US		0	America/Chicago	39.18194	-95.47609	310			KS	087	22525	
4273002	Hilldale South	hilldale-south	US		0	America/Chicago	39.175	-95.47664	299			KS	087	22525	
4273041	Hitschmann	hitschmann	US		0	America/Chicago	38.62418	-98.58146	588			KS	009	14025	
4273042	Hoag	hoag	US		0	America/Chicago	37.16479	-95.04468	253			KS	021		
4273058	Hog Back	hog-back	US		0	America/Chicago	38.92029	-99.48094	634	Hog Back,Hogback		KS	051	20475	
4273071	Hoge	hoge	US		0	America/Chicago	39.17222	-94.99497	259	Hoge,Hoge Station		KS	103	68500	
4273160	Hooser	hooser	US		0	America/Chicago	37.13837	-96.63002	418	Eli,Hooser		KS	035	17950	
4273295	Huscher	huscher	US		0	America/Chicago	39.52417	-97.5892	447			KS	029	49600	
4273320	Hymer	hymer	US		0	America/Chicago	38.48612	-96.68918	382	Hegwer,Hymer		KS	017	17975	
4273341	Imes	imes	US		0	America/Chicago	38.57362	-95.1583	269	Imes,Laramore,Lyle		KS	059	55425	
4273413	Indian Ridge	indian-ridge	US		0	America/Chicago	39.21805	-95.47525	296			KS	087	53950	
4273471	Iowa Point	iowa-point	US		0	America/Chicago	39.92833	-95.23859	262			KS	043	34400	
4273500	Ivanpah	ivanpah	US		0	America/Chicago	37.89808	-96.48251	369			KS	073	66925	
4273531	Jacobs	jacobs	US		0	America/Chicago	38.61195	-97.03085	421			KS	041	43475	
4273535	Jacobs Creek Landing	jacobs-creek-landing	US		0	America/Chicago	38.2653	-95.86971	328			KS	031	56225	
4273550	Jarbalo	jarbalo	US		0	America/Chicago	39.20195	-95.06913	275			KS	103	01100	
4273624	Jingo	jingo	US		0	America/Chicago	38.40391	-94.69607	303			KS	121	68825	
4273658	Jonesburg (historical)	jonesburg-historical	US		0	America/Chicago	37.00423	-96.10443	240	Jonesburg (historical),Jonesburgh		KS	019	05575	
4273814	Kackley	kackley	US		0	America/Chicago	39.70001	-97.8531	460			KS	157	05150	
4273823	Kanbrick	kanbrick	US		0	America/Chicago	38.47279	-98.77731	553			KS	009	66725	
4273844	Kansas Falls	kansas-falls	US		0	America/Chicago	38.98333	-96.91362	335	Kansas Falls,Kansas Falls Station		KS	061	66000	
4273858	Kanwaka	kanwaka	US		0	America/Chicago	38.97306	-95.37275	325			KS	045	36075	
4273889	Keelville	keelville	US		0	America/Chicago	37.03118	-94.92273	259			KS	021	43400	
4273893	Keats	keats	US		0	America/Chicago	39.22361	-96.70862	345	Keats,Wild Cat		KS	161	79175	
4273904	Keighley	keighley	US		0	America/Chicago	37.67252	-96.6428	464			KS	015	26400	
4273913	Kenbro	kenbro	US		0	America/Chicago	38.12863	-96.33973	433	Kenbro,Kimbro		KS	073	44075	
4273920	Kennekuk	kennekuk	US		0	America/Chicago	39.64445	-95.49887	337	Kenekuk,Kennekuk		KS	005	28225	
4273955	Kilbourns Corner	kilbourns-corner	US		0	America/Chicago	38.15918	-98.32618	526			KS	155	75100	
4273957	Kickapoo	kickapoo	US		0	America/Chicago	39.39889	-94.97108	269	Kickapoo,Kickapoo City		KS	103	36700	
4273963	Kimeo	kimeo	US		0	America/Chicago	39.59583	-96.99474	441			KS	201	36850	
4274006	Kingsdown	kingsdown	US		0	America/Chicago	37.52502	-99.75874	765	Colcord,Kingsdown,Newkirk		KS	057	66150	
4274008	Kipp	kipp	US		59	America/Chicago	38.78389	-97.45447	368			KS	169	66375	
4274012	Kiro	kiro	US		0	America/Chicago	39.09694	-95.79776	275			KS	177	45850	
4274030	Klendike	klendike	US		0	America/Chicago	37.36783	-94.75968	284			KS	037	03750	
4274036	Kniveton	kniveton	US		0	America/Chicago	37.33839	-94.64329	276			KS	037	03750	
4274070	La Cygne	la-cygne	US		1111	America/Chicago	38.35002	-94.76135	255	La Cygne,LaCygne,Lacygne		KS	107	40825	
4274071	La Cygne Corner	la-cygne-corner	US		0	America/Chicago	38.34558	-94.67801	263			KS	107	40825	
4274092	Labette	labette	US		75	America/Chicago	37.23062	-95.18358	264	Labette,Neola		KS	099	40175	
4274093	Lackmans	lackmans	US		0	America/Chicago	38.92445	-94.76413	314			KS	091	39350	
4274106	Lafontaine	lafontaine	US		0	America/Chicago	37.39922	-95.84526	281	La Fontaine,Lafontaine		KS	205	69900	
4274152	Lake Quivira	lake-quivira	US		936	America/Chicago	39.04028	-94.77663	277	Lake Quivira,Quivira Lake		KS	091	37975	
4274155	Lake Ridge	lake-ridge	US		0	America/Chicago	39.16528	-95.47248	306			KS	087	22525	
4274157	Lake Shore	lake-shore	US		0	America/Chicago	39.24305	-95.42386	313			KS	087	53950	
4274175	Lake of the Forest	lake-of-the-forest	US		0	America/Chicago	39.06584	-94.83996	240	Forest Lake,Lake Forest,Lake of the Forest		KS	209	07975	
4274179	Lakeside Acres	lakeside-acres	US		0	America/Chicago	37.7189	-97.1906	416			KS	173	79000	
4274186	Lakeside Village	lakeside-village	US		0	America/Chicago	39.17528	-95.42136	331			KS	087	22525	
4274192	Lakeview Heights	lakeview-heights	US		0	America/Chicago	37.66946	-97.13532	399			KS	015	08825	
4274207	Landergin (historical)	landergin-historical	US		0	America/Chicago	37.78892	-96.33917	334			KS	073	21825	
4274221	Lang	lang	US		0	America/Chicago	38.46001	-96.0836	365	Hortonburg,Hortonburgh,Lang,Long Station		KS	111	34825	
4274241	Lapland	lapland	US		0	America/Chicago	37.98474	-96.39334	375	Flatland,Lapland		KS	073	62650	
4274246	Larkinburg	larkinburg	US		0	America/Chicago	39.4625	-95.57053	295	Larkin,Larkinburg		KS	085	25625	
4274260	Lasita	lasita	US		0	America/Chicago	39.40889	-96.94251	436			KS	161	22950	
4274294	Le Loup	le-loup	US		0	America/Chicago	38.69529	-95.15997	290	Ferguson,Le Loup,Leloup		KS	059	24375	
4274301	Leanna	leanna	US		0	America/Chicago	37.73282	-95.33248	300			KS	133	06675	
4274322	Le Hunt	le-hunt	US		0	America/Chicago	37.26923	-95.75192	245	Le Hunt,Lehunt		KS	125	69750	
4274354	Lenape	lenape	US		0	America/Chicago	38.99723	-94.9508	241			KS	103	65000	
4274362	Lento	lento	US		0	America/Chicago	38.61668	-94.84607	290			KS	121	45100	
4274373	Lerado	lerado	US		0	America/Chicago	37.77641	-98.28257	509	Lerado,Netherland		KS	155	05350	
4274437	Lillis	lillis	US		0	America/Chicago	39.60972	-96.29612	381			KS	117	14100	
4274520	Lindbloom Park (historical)	lindbloom-park-historical	US		0	America/Chicago	38.985	-95.6222	296			KS	177	47700	
4274541	Linn Valley	linn-valley	US		806	America/Chicago	38.37752	-94.7094	272			KS	107	40825	
4274548	Linwood Acres	linwood-acres	US		0	America/Chicago	37.6814	-97.20226	417			KS	173	79000	
4274615	Little Kaw	little-kaw	US		0	America/Chicago	39.03667	-94.92135	250			KS	103	65000	
4274718	Loma Vista	loma-vista	US		0	America/Chicago	39.16389	-94.78941	271			KS	209	36000	
4274724	Lone Elm	lone-elm	US		24	America/Chicago	38.08003	-95.24331	336	Lone Elm,Reeve,Reeves		KS	003	42450	
4274725	Lone Elm	lone-elm	US		0	America/Chicago	39.95834	-96.65586	386			KS	117	52550	
4274798	Loretta	loretta	US		0	America/Chicago	38.65362	-99.18065	610	Loretta,Loretto		KS	165	33750	
4274841	Lovewell	lovewell	US		0	America/Chicago	39.86529	-97.98171	475	Lovewell,Lovewell Station		KS	089	65675	
4274857	Lowemont	lowemont	US		0	America/Chicago	39.38055	-95.0558	339			KS	103	36700	
4274926	Lyona	lyona	US		0	America/Chicago	38.86195	-96.92585	352	Leon,Lyona		KS	041	40000	
4274946	Mackie	mackie	US		0	America/Chicago	37.252	-94.85024	269	Mackie,Skidmore		KS	021	61350	
4274947	Mackie	mackie	US		0	America/Chicago	38.59584	-97.80477	449			KS	113	72225	
4274953	Macyville	macyville	US		0	America/Chicago	39.48167	-97.81643	477	Macyville,Ten Mile		KS	029	69050	
4274978	Mahon	mahon	US		0	America/Chicago	39.03778	-94.94608	257			KS	103	65000	
4274992	Maltby	maltby	US		0	America/Chicago	39.21945	-94.83635	230			KS	103	17450	
4275014	Mantey	mantey	US		0	America/Chicago	38.05226	-94.8058	270			KS	107	67875	
4275095	Marmaton	marmaton	US		0	America/Chicago	37.83199	-94.82469	259	Marmaton,Marmiton		KS	011	44900	
4275164	Mathews Park	mathews-park	US		0	America/Chicago	38.99861	-95.65581	304			KS	177	71000	
4275184	Mayer (historical)	mayer-historical	US		0	America/Chicago	37.27006	-94.9058	269			KS	021	61350	
4275218	McCracken	mccracken	US		181	America/Chicago	38.58057	-99.57122	653	Keimfield,McCracken,McCracken Station		KS	165	29812	
4275221	McCune	mccune	US		404	America/Chicago	37.35478	-95.01663	278	Mc Cune,McCune		KS	037	53125	
4275236	McGraw	mcgraw	US		0	America/Chicago	38.01196	-97.36837	428			KS	079	50500	
4275239	McFarland	mcfarland	US		256	America/Chicago	39.05278	-96.23777	310			KS	197	50275	
4275253	McLains	mclains	US		0	America/Chicago	37.99946	-97.26309	459			KS	079	59350	
4275255	McLouth	mclouth	US		854	America/Chicago	39.19583	-95.2083	357			KS	087	72150	
4275279	McVays Corner	mcvays-corner	US		0	America/Chicago	38.1589	-98.25229	511			KS	155	75100	
4275308	Mecca Acres	mecca-acres	US		0	America/Chicago	37.67557	-97.14643	401			KS	015	08825	
4275390	Mercier	mercier	US		0	America/Chicago	39.70833	-95.60165	356	Germantown,Mercier		KS	013	47200	
4275393	Merriam	merriam	US		11288	America/Chicago	39.02362	-94.69357	277	Campbellton,Campbelltown,Glenwood,Merriam,Spring Place		KS	091	46000	
4275400	Mertz	mertz	US		0	America/Chicago	37.58477	-94.64829	263	Mertz,Mertz Station		KS	037	40575	
4275438	Michigan Valley	michigan-valley	US		0	America/Chicago	38.68167	-95.52665	327			KS	139	35725	
4275479	Midian	midian	US		0	America/Chicago	37.8103	-96.95309	430			KS	015	71150	
4275485	Midland Tower	midland-tower	US		0	America/Chicago	37.60002	-97.33421	388			KS	173	79000	
4275502	Milberger	milberger	US		0	America/Chicago	38.71196	-98.91231	565	Milberger,Muhlberger		KS	167	41125	
4275535	Millard	millard	US		0	America/Chicago	38.63807	-98.8837	605			KS	009	77600	
4275579	Mingona	mingona	US		0	America/Chicago	37.32391	-98.69037	479			KS	007	47050	
4275590	Minneha	minneha	US		0	America/Chicago	37.71446	-97.24004	420	Manchester,Manchester Station,Minneha		KS	173	79000	
4275625	Mission Woods	mission-woods	US		182	America/Chicago	39.03501	-94.60857	277			KS	091	47425	
4275657	Mona Kay Heights	mona-kay-heights	US		0	America/Chicago	37.59891	-97.31199	386			KS	173	79000	
4275672	Mont Ida	mont-ida	US		0	America/Chicago	38.21669	-95.36831	317	Mont Ida,Mount Ida,Oneida		KS	003	75500	
4275675	Montana	montana	US		0	America/Chicago	37.27534	-95.12413	261			KS	099	47850	
4275680	Monte Carlo (historical)	monte-carlo-historical	US		0	America/Chicago	37.28145	-94.87746	277			KS	021	61350	
4275704	Moonlight	moonlight	US		0	America/Chicago	39.00278	-97.10252	379			KS	041	30900	
4275716	Moray	moray	US		0	America/Chicago	39.7625	-95.17164	315	East Norway,Moray		KS	043	80275	
4275955	Moxham	moxham	US		0	America/Chicago	37.11447	-97.0467	355			KS	035	16375	
4276030	Munjor	munjor	US		213	America/Chicago	38.81112	-99.26482	593			KS	051	77650	
4276049	Murray Gill	murray-gill	US		0	America/Chicago	37.59307	-97.40727	394	Murray Gill,Murraygill		KS	173	74300	
4276089	Nearman	nearman	US		0	America/Chicago	39.16473	-94.69774	232	Nearman,Nearman Station		KS	209	36000	
4276171	Neuchatel	neuchatel	US		0	America/Chicago	39.56805	-96.20195	382			KS	131	50050	
4276174	Neutral	neutral	US		0	America/Chicago	37.09784	-94.79495	261	Brush Creek,Neutral,Neutral City		KS	021	67725	
4276177	Neva	neva	US		0	America/Chicago	38.39807	-96.61612	360	Evans Station,Neva		KS	017	17975	
4276192	New Gottland	new-gottland	US		0	America/Chicago	38.44973	-97.61143	465			KS	113	50350	
4276214	New Lancaster	new-lancaster	US		0	America/Chicago	38.46252	-94.73301	291			KS	121	46100	
4276225	New Strawn	new-strawn	US		404	America/Chicago	38.26252	-95.74193	336	New Strawn,Strawn		KS	031	53700	
4276271	Nicodemus	nicodemus	US		0	America/Chicago	39.39445	-99.61706	616			KS	065	50575	
4276306	Noria	noria	US		0	America/Chicago	38.94945	-95.17719	248			KS	045	38900	
4276395	North Ridge (historical)	north-ridge-historical	US		0	America/Chicago	37.73615	-95.59637	313			KS	207	55475	
4276411	North Topeka	north-topeka	US		0	America/Chicago	39.07222	-95.66693	267	Eugene,North Topeka		KS	177	71000	
4276420	Northbranch	northbranch	US		0	America/Chicago	39.97279	-98.37172	571	North Branch,Northbranch,Quaker Point		KS	089	75000	
4276525	Oak Mills	oak-mills	US		0	America/Chicago	39.44555	-95.01052	241	Oak Mills,Plum Grove		KS	005	74800	
4276531	Oak Valley	oak-valley	US		0	America/Chicago	37.34339	-96.00999	265			KS	049	51950	
4276556	Oaklawn	oaklawn	US		0	America/Chicago	37.61029	-97.29699	387			KS	173	60125	
4276565	Oatville	oatville	US		0	America/Chicago	37.62224	-97.38921	393			KS	173	74300	
4276568	Obeeville	obeeville	US		0	America/Chicago	38.05751	-97.84894	461			KS	155		
4276570	Ocheltree	ocheltree	US		0	America/Chicago	38.76862	-94.81607	331			KS	091	67650	
4276573	Odense	odense	US		0	America/Chicago	37.7031	-95.25192	314			KS	133	06675	
4276704	Oneonta (historical)	oneonta-historical	US		0	America/Chicago	39.65001	-97.88365	425			KS	029	27525	
4276735	Orsemus	orsemus	US		0	America/Chicago	37.49724	-97.93561	464			KS	095	19225	
4276791	Oscar (historical)	oscar-historical	US		0	America/Chicago	39.5175	-97.12752	404			KS	027	25500	
4276796	Osro	osro	US		0	America/Chicago	37.06587	-96.43612	267			KS	019	30275	
4276822	Ottawa Junction	ottawa-junction	US		0	America/Chicago	38.63418	-95.2697	279			KS	059	53550	
4276868	Oursler	oursler	US		0	America/Chicago	38.29057	-96.98308	394			KS	115	12437	
4276916	Padonia	padonia	US		0	America/Chicago	39.92334	-95.56276	284	Danes Mills,Padonia		KS	013	54025	
4276976	Park East	park-east	US		0	America/Chicago	37.68418	-97.16976	409			KS	173	79000	
4276999	Parkerfield	parkerfield	US		426	America/Chicago	37.07503	-96.9992	348			KS	035		
4277024	Parkerville	parkerville	US		56	America/Chicago	38.76389	-96.6614	413	Parker,Parkersville,Parkerville		KS	127	71214	
4277065	Pawnee Station	pawnee-station	US		0	America/Chicago	37.70004	-94.79135	302	Anna,Pawnee Station		KS	011	54775	
4277109	Penalosa	penalosa	US		17	America/Chicago	37.71668	-98.31979	527	Lotta,Penalosa		KS	095	21850	
4277159	Peterton	peterton	US		0	America/Chicago	38.67362	-95.81693	325			KS	139	69500	
4277176	Phillips Village (historical)	phillips-village-historical	US		0	America/Chicago	38.76112	-97.69754	406			KS	169	62700	
4277192	Pickrell Corner	pickrell-corner	US		0	America/Chicago	37.67919	-96.8442	412			KS	015	67275	
4277210	Pillsbury Crossing	pillsbury-crossing	US		0	America/Chicago	39.12972	-96.44056	311			KS	161	80900	
4277215	Pilsen	pilsen	US		0	America/Chicago	38.4714	-97.0403	437			KS	115	13750	
4277238	Piper	piper	US		0	America/Chicago	39.14306	-94.86135	298			KS	209	36000	
4277366	Pleasant Valley (historical)	pleasant-valley-historical	US		0	America/Chicago	37.11253	-96.96892	333			KS	035	56500	
4277580	Port Williams	port-williams	US		0	America/Chicago	39.45639	-95.03274	238	Port William,Port Williams		KS	005	74800	
4277639	Prairie Center (historical)	prairie-center-historical	US		0	America/Chicago	38.86223	-95.01969	297			KS	091	43625	
4277803	Punkin Center	punkin-center	US		0	America/Chicago	38.0139	-97.77533	451			KS	155	73075	
4277811	Quaker	quaker	US		0	America/Chicago	37.13173	-94.75856	265	Quaker,Quaker Vale		KS	021	16225	
4277818	Quakervale (historical)	quakervale-historical	US		0	America/Chicago	37.08256	-94.72273	257			KS	021	67725	
4277822	Quartzite	quartzite	US		0	America/Chicago	39.02112	-98.09477	418	Quartzite,Syria		KS	105	20375	
4277852	Radium	radium	US		24	America/Chicago	38.17418	-98.89343	595	Radium,Wellsville		KS	185	18375	
4277857	Rago	rago	US		0	America/Chicago	37.4528	-98.08173	443			KS	095	72850	
4277860	Rainbow Bend	rainbow-bend	US		0	America/Chicago	37.17503	-97.13087	358			KS	035	05025	
4277920	Reamsville	reamsville	US		0	America/Chicago	39.93001	-98.86702	579	Beaver,Reamsville		KS	183	45000	
4277929	Red Onion	red-onion	US		0	America/Chicago	37.58699	-94.64607	260			KS	037	40575	
4277944	Redel	redel	US		0	America/Chicago	38.83056	-94.63357	271			KS	091	53825	
4277955	Reece	reece	US		0	America/Chicago	37.79891	-96.4464	372	Collins,Reece		KS	073	67425	
4277960	Redwing	redwing	US		0	America/Chicago	38.52196	-98.66452	552	Red Wing,Redwing		KS	009	13025	
4277986	Rest	rest	US		0	America/Chicago	37.6531	-95.66054	297			KS	205	14825	
4278039	Richter	richter	US		0	America/Chicago	38.61168	-95.37859	283			KS	059	12475	
4278045	Ridgeton	ridgeton	US		0	America/Chicago	38.46751	-95.76832	348	Penfield,Ridgeton		KS	139	52725	
4278076	Ringer	ringer	US		0	America/Chicago	38.53446	-94.90857	293			KS	121	72950	
4278077	Ringo	ringo	US		0	America/Chicago	37.50949	-94.76135	301			KS	037	75575	
4278086	Rishel	rishel	US		0	America/Chicago	38.62973	-97.01418	423			KS	041	43475	
4278241	Rockford (historical)	rockford-historical	US		0	America/Chicago	37.75838	-95.05025	320			KS	011	74850	
4278272	Roeland Park	roeland-park	US		6827	America/Chicago	39.03751	-94.63218	302	Roeland Park,Roland Park		KS	091	60825	
4278287	Rollin	rollin	US		0	America/Chicago	37.63422	-95.35609	278			KS	133	21525	
4278290	Rolling Hills	rolling-hills	US		0	America/Chicago	37.68612	-97.44755	403			KS	173	79000	
4278327	Rosaco	rosaco	US		0	America/Chicago	39.57889	-97.62809	408			KS	029	40525	
4278438	Ruella	ruella	US		0	America/Chicago	37.08058	-98.18368	405			KS	077	71205	
4278462	Runnymede	runnymede	US		0	America/Chicago	37.35641	-97.92978	421	Runnamede,Runnymeade,Runnymede		KS	077	71221	
4278523	Saffordville	saffordville	US		0	America/Chicago	38.40001	-96.39278	348	Kenyon,Safford,Saffordville		KS	017	70775	
4278568	Saint Bridget	saint-bridget	US		0	America/Chicago	39.96611	-96.2639	424	Fairland,Saint Bridget,St. Bridget		KS	117	62100	
4278578	Saint Clere	saint-clere	US		0	America/Chicago	39.36916	-96.05583	327			KS	149	62150	
4278807	Saint Pats	saint-pats	US		0	America/Chicago	39.47777	-95.12163	282			KS	005	74800	
4278887	Salemsborg	salemsborg	US		0	America/Chicago	38.69528	-97.68615	405	Salemburg,Salemsborg,Salemsburg,Salemsburgh		KS	169	66075	
4278903	Sallyards	sallyards	US		0	America/Chicago	37.82141	-96.50724	440			KS	073	67425	
4278933	Salter	salter	US		0	America/Chicago	37.61391	-97.04476	387			KS	015	56200	
4278939	Sand Burr Hill	sand-burr-hill	US		0	America/Chicago	37.57057	-97.31282	382			KS	173	79000	
4278978	Sand Spring	sand-spring	US		0	America/Chicago	38.90694	-97.28391	351	Sand Spring,Sand Springs		KS	041	40625	
4279030	Saxman	saxman	US		0	America/Chicago	38.28057	-98.12589	497			KS	159	79775	
4279044	Schaffer	schaffer	US		0	America/Chicago	38.4714	-99.08871	593			KS	165	25800	
4279092	Schulte	schulte	US		0	America/Chicago	37.62307	-97.47144	407	Coffeehigui,Schulte		KS	173	74300	
4279203	Shady Bend	shady-bend	US		0	America/Chicago	39.01834	-98.02171	408			KS	105	15000	
4279204	Shady Brook	shady-brook	US		0	America/Chicago	38.73945	-96.98307	395			KS	041	72100	
4279235	Sharpe	sharpe	US		0	America/Chicago	38.28196	-95.69193	353			KS	031	53700	
4279289	Sherdahl	sherdahl	US		0	America/Chicago	39.85695	-97.8081	447			KS	157	72300	
4279315	Sherwin	sherwin	US		0	America/Chicago	37.18006	-94.94774	261	Cherwin City,Sherwin,Sherwin Junction		KS	021	42350	
4279339	Shipton	shipton	US		0	America/Chicago	38.91389	-97.68226	378	Shipton,York		KS	169	20650	
4279355	Shroyer	shroyer	US		0	America/Chicago	39.76945	-96.67863	355	Schroyer,Shroyer		KS	117	20600	
4279366	Sibleyville	sibleyville	US		0	America/Chicago	38.88417	-95.19553	251			KS	045	74400	
4279372	Silica	silica	US		0	America/Chicago	38.35168	-98.46202	547			KS	159	55925	
4279373	Silkville	silkville	US		0	America/Chicago	38.45001	-95.48915	354			KS	059	79325	
4279436	Skellyville	skellyville	US		0	America/Chicago	37.67502	-98.45036	518			KS	095	18650	
4279443	Skiddy	skiddy	US		0	America/Chicago	38.86806	-96.79445	377	Camden,Skiddy		KS	127	71218	
4279471	Smileyville	smileyville	US		0	America/Chicago	37.51974	-96.88087	404	Smileyberg,Smileybery,Smileyville		KS	015	60475	
4279502	Smolan	smolan	US		214	America/Chicago	38.73862	-97.68448	391			KS	169	66125	
4279541	Solomon Rapids	solomon-rapids	US		0	America/Chicago	39.47362	-98.19255	426	Solomon Rapids,Solomon Rapids Station		KS	123	71725	
4279564	South Basehor	south-basehor	US		0	America/Chicago	39.12889	-94.93858	295			KS	103	22325	
4279632	South Galena	south-galena	US		0	America/Chicago	37.06423	-94.638	294			KS	021	25100	
4279641	South Hoisington	south-hoisington	US		0	America/Chicago	38.50557	-98.77536	553			KS	009	66725	
4279652	South Mound	south-mound	US		0	America/Chicago	37.43728	-95.22859	301			KS	133	40875	
4279661	South Ridge (historical)	south-ridge-historical	US		0	America/Chicago	37.71838	-95.59637	310			KS	205	14825	
4279670	South Seneca Gardens	south-seneca-gardens	US		0	America/Chicago	37.60113	-97.34921	387			KS	173	79000	
4279707	Trails View	trails-view	US		0	America/Chicago	37.83362	-97.33615	428	Spasticville,Trails View		KS	173	28125	
4279714	Spence	spence	US		0	America/Chicago	39.9325	-96.93642	373			KS	201	24525	
4280015	Stippville	stippville	US		0	America/Chicago	37.22228	-94.83774	282	Newcastle,Stippsville,Stippville		KS	021	61350	
4280032	Stone City (historical)	stone-city-historical	US		0	America/Chicago	37.30728	-94.90441	279			KS	021	61350	
4280072	Strauss	strauss	US		0	America/Chicago	37.34034	-95.0858	259	Mathewson,Strauss		KS	099	49775	
4280099	Stull	stull	US		0	America/Chicago	38.97111	-95.45609	286			KS	045	36075	
4280105	Stubbs	stubbs	US		0	America/Chicago	37.00669	-98.56591	421			KS	007	37150	
4280151	Sumnerville	sumnerville	US		0	America/Chicago	39.1975	-97.73643	392			KS	143	25725	
4280156	Sun Springs	sun-springs	US		0	America/Chicago	39.88945	-95.7036	331			KS	013	74875	
4280188	Sunnydale	sunnydale	US		0	America/Chicago	37.86835	-97.29948	432	Bunny Dale,Sunnydale		KS	173	28125	
4280211	Sunset Acres	sunset-acres	US		0	America/Chicago	37.72502	-97.12865	414			KS	015	08825	
4280221	Sunset Park	sunset-park	US		0	America/Chicago	39.17583	-96.59611	339			KS	161	44250	
4280223	Sunset Park	sunset-park	US		0	America/Chicago	37.57724	-97.33921	384			KS	173	60125	
4280232	Suppesville	suppesville	US		0	America/Chicago	37.50085	-97.77033	416			KS	173	21550	
4280236	Susank	susank	US		33	America/Chicago	38.64084	-98.77397	599			KS	009	72025	
4280237	Sutphen	sutphen	US		0	America/Chicago	39.04833	-97.05529	351	Sutphen,Sutphens Mill		KS	041	64925	
4280255	Swamp Angel	swamp-angel	US		0	America/Chicago	39.19444	-96.48222	305			KS	149	07550	
4280278	Swissvale	swissvale	US		0	America/Chicago	38.83362	-95.58026	307			KS	139	20175	
4280346	Taussig	taussig	US		0	America/Chicago	37.10559	-96.57057	318			KS	035	53625	
4280380	Terra Heights	terra-heights	US		0	America/Chicago	38.97667	-95.68332	315			KS	177	71000	
4280383	Terra Cotta	terra-cotta	US		0	America/Chicago	38.74167	-97.95727	450			KS	053	10800	
4280389	Teterville	teterville	US		0	America/Chicago	38.04308	-96.42056	491			KS	073	62650	
4280407	The Dell	the-dell	US		0	America/Chicago	37.67501	-97.46144	403			KS	173	79000	
4280471	Timken	timken	US		72	America/Chicago	38.47362	-99.17816	599	Timken,Timkin,Timpkin Station		KS	165	04075	
4280480	Tisdale	tisdale	US		0	America/Chicago	37.24336	-96.85198	404			KS	035	70725	
4280488	Togo	togo	US		0	America/Chicago	39.18334	-99.86623	720			KS	065	29950	
4280495	Tolerville	tolerville	US		0	America/Chicago	37.75279	-97.26921	421	Tolerville,Tollerville		KS	173	05337	
4280503	Tonovay	tonovay	US		0	America/Chicago	37.85225	-96.17805	323	Ton of Hay,Tonovay		KS	073	03625	
4280593	Trading Post	trading-post	US		0	America/Chicago	38.24864	-94.68079	246	Blooming Grove,Giareau Trading Post,Trading Post		KS	107	72925	
4280606	Treece (historical)	treece-historical	US		138	America/Chicago	37.0009	-94.84328	256	Treece		KS	021	43400	
4280607	Trego Center	trego-center	US		0	America/Chicago	38.88557	-99.89179	726	Parks Fort,Trego,Trego Center		KS	195	74475	
4280618	Tresham	tresham	US		0	America/Chicago	37.17003	-97.04976	354			KS	035	05025	
4280658	Trousdale	trousdale	US		0	America/Chicago	37.81529	-99.08566	635			KS	047	40650	
4280675	Turck	turck	US		0	America/Chicago	37.23061	-94.8319	284			KS	021	61350	
4280715	Turkville	turkville	US		0	America/Chicago	39.10334	-99.24565	561			KS	051	08950	
4280884	Upola	upola	US		0	America/Chicago	37.41671	-95.99859	302	Upola,Upola Station		KS	049	51950	
4280901	Valeda	valeda	US		0	America/Chicago	37.0473	-95.44747	260	Deerton,Valeda		KS	099	33300	
4280951	Van Arsdale	van-arsdale	US		0	America/Chicago	37.99918	-97.42698	427			KS	079	63825	
4280961	Vanora	vanora	US		0	America/Chicago	37.76585	-96.8892	387			KS	015	20100	
4280963	Varner	varner	US		0	America/Chicago	37.7189	-98.03645	464			KS	095	77775	
4281021	Victory Junction	victory-junction	US		0	America/Chicago	39.12889	-94.90135	289			KS	209	36000	
4281046	Vine Creek	vine-creek	US		0	America/Chicago	39.11805	-97.41586	406	Vine,Vine Creek		KS	143	53600	
4281050	Vinewood	vinewood	US		0	America/Chicago	39.17167	-94.79357	267			KS	209	36000	
4281055	Vinland	vinland	US		0	America/Chicago	38.83945	-95.18219	272	Coal Creek,Vinland		KS	045	54225	
4281071	Vliets	vliets	US		0	America/Chicago	39.71389	-96.33362	355	Ewing,Ewingsport,Vliets		KS	117	50850	
4281072	Volland	volland	US		0	America/Chicago	38.94445	-96.40444	361			KS	197	75800	
4281085	Wabaunsee	wabaunsee	US		0	America/Chicago	39.14611	-96.34611	314	Wabaunsee,Wabounse		KS	197	74250	
4281113	Wagstaff	wagstaff	US		0	America/Chicago	38.66501	-94.79635	323			KS	121	70125	
4281121	Waldeck	waldeck	US		0	America/Chicago	38.43056	-97.33503	474			KS	115	39250	
4281122	Waldeck	waldeck	US		0	America/Chicago	37.65391	-98.61009	539			KS	151	71223	
4281214	Walsburg	walsburg	US		0	America/Chicago	39.39305	-96.81168	397			KS	161	65075	
4281342	Wea	wea	US		0	America/Chicago	38.71529	-94.6669	330			KS	121	76225	
4281357	Webster (historical)	webster-historical	US		0	America/Chicago	39.40168	-99.43594	577	Belmont,Webster (historical)		KS	163	71224	
4281370	Wego-Waco	wego-waco	US		0	America/Chicago	37.52085	-97.33393	380	Old Waco,Waco,Wego-Waco		KS	173	62675	
4281376	Welborn	welborn	US		0	America/Chicago	39.14334	-94.70024	290			KS	209	36000	
4281409	Wellsford	wellsford	US		0	America/Chicago	37.61669	-99.02871	645	Dowell,McDowell,Wellsford		KS	097	37185	
4281421	Wesley Center	wesley-center	US		0	America/Chicago	39.9589	-98.32505	564			KS	089	75000	
4281492	West Coffeyville	west-coffeyville	US		0	America/Chicago	37.03897	-95.66998	232			KS	125	14600	
4281609	Westlink Village	westlink-village	US		0	America/Chicago	37.69779	-97.45338	406			KS	173	79000	
4281640	Westwood Hills	westwood-hills	US		364	America/Chicago	39.03889	-94.60996	274			KS	091	77525	
4281733	Wichita Heights	wichita-heights	US		0	America/Chicago	37.78112	-97.33588	406			KS	173	36250	
4281800	Williams (historical)	williams-historical	US		0	America/Chicago	37.81668	-99.33373	669			KS	047	66550	
4281832	Willowdale	willowdale	US		0	America/Chicago	37.5153	-98.30174	510	Peters,Willowdale		KS	095	55550	
4281842	Wilroads	wilroads	US		0	America/Chicago	37.70169	-99.89374	740			KS	057	21450	
4281843	Wilroads Gardens	wilroads-gardens	US		609	America/Chicago	37.72419	-99.93319	744	Wilroads Garden,Wilroads Gardens		KS	057	21450	
4281885	Windhorst	windhorst	US		0	America/Chicago	37.7853	-99.64207	720	Windhorst,Windthorst		KS	057	77675	
4281910	Winkler	winkler	US		0	America/Chicago	39.48167	-96.83168	355	Winkler,Winklers Mills		KS	161	12100	
4281923	Winway	winway	US		0	America/Chicago	37.32562	-95.25858	266			KS	099	54675	
4281976	Wonsevu	wonsevu	US		0	America/Chicago	38.15085	-96.77224	412	Wonsevu,Wonsivu		KS	017	11225	
4282001	Womer	womer	US		0	America/Chicago	39.97362	-98.71063	590			KS	183	54825	
4282026	Wreford	wreford	US		0	America/Chicago	38.96167	-96.84862	346			KS	061	43500	
4282051	Xavier	xavier	US		0	America/Chicago	39.27722	-94.90913	272			KS	103	39000	
4282053	Yaggy	yaggy	US		0	America/Chicago	38.09696	-98.00894	476			KS	155	28025	
4282055	Yankee Run	yankee-run	US		0	America/Chicago	38.6514	-98.01699	464			KS	053	21150	
4282073	Yocemento	yocemento	US		0	America/Chicago	38.90723	-99.424	625	Vocemento,Yocemento		KS	051	06650	
4282095	Zeandale	zeandale	US		0	America/Chicago	39.15944	-96.42667	308			KS	161	80900	
4282099	Zenith	zenith	US		0	America/Chicago	37.95724	-98.49202	550			KS	185	22675	
4282102	Zimmerdale	zimmerdale	US		0	America/Chicago	38.10279	-97.39004	447	Truesdale,Zimmerdale		KS	079	21025	
4282137	Zook	zook	US		0	America/Chicago	38.05779	-99.08705	624			KS	145	56600	
4282141	Zyba	zyba	US		0	America/Chicago	37.43474	-97.38921	374	Dublin,Zyba		KS	191	42400	
4282146	Aaron	aaron	US		0	America/Chicago	36.81257	-85.18079	322			KY	053		
4282170	Abigail	abigail	US		0	America/New_York	38.57674	-83.98215	271			KY	201		
4282191	Absher	absher	US		0	America/Chicago	37.16868	-85.25913	276			KY	001		
4282194	Access	access	US		0	America/New_York	38.20925	-83.07101	246			KY	043		
4282200	Acorn	acorn	US		0	America/New_York	37.13314	-84.37772	356			KY	199		
4282252	Adamson	adamson	US		0	America/New_York	37.20177	-82.57904	439			KY	133		
4282261	Aden	aden	US		0	America/New_York	38.27953	-83.04712	199			KY	043		
4282263	Adele	adele	US		0	America/New_York	37.75731	-83.30101	308			KY	175		
4282273	Aetnaville	aetnaville	US		0	America/Chicago	37.67283	-86.79054	147			KY	183		
4282274	Aflex	aflex	US		0	America/New_York	37.65816	-82.24736	204			KY	195		
4282278	Ages	ages	US		0	America/New_York	36.85787	-83.24629	404			KY	095		
4282284	Agnes	agnes	US		0	America/Chicago	37.04838	-87.02028	179			KY	141		
4282290	Airedale	airedale	US		0	America/New_York	37.60259	-83.63936	216			KY	129		
4282291	Airport Gardens	airport-gardens	US		0	America/New_York	37.28704	-83.20295	282			KY	193		
4282310	Alcorn	alcorn	US		0	America/New_York	37.56147	-84.04882	448			KY	109		
4282312	Akersville	akersville	US		0	America/Chicago	36.64755	-85.93776	237			KY	171		
4282353	Aliceton	aliceton	US		0	America/New_York	37.5909	-85.02996	293			KY	021		
4282361	Allais	allais	US		0	America/New_York	37.26676	-83.18212	296			KY	193		
4282363	Allegre	allegre	US		0	America/Chicago	36.92865	-87.21722	196			KY	219		
4282392	Allen City	allen-city	US		193	America/New_York	37.60954	-82.72766	196	Allen City,Beaver Junction		KY	071		
4282404	Allen Springs	allen-springs	US		0	America/Chicago	36.83171	-86.31499	205			KY	003		
4282427	Allock	allock	US		0	America/New_York	37.22899	-83.07322	336			KY	193		
4282429	Almo Heights	almo-heights	US		0	America/Chicago	36.69283	-88.29587	158	Almo Crossing,Almo Heights		KY	035		
4282430	Alonzo	alonzo	US		0	America/Chicago	36.6931	-86.34471	181			KY	003		
4282435	Alphoretta	alphoretta	US		0	America/New_York	37.56315	-82.76433	211			KY	071		
4282443	Alton Station	alton-station	US		0	America/New_York	38.07813	-84.94217	245			KY	005		
4282445	Altro	altro	US		0	America/New_York	37.38093	-83.38213	241			KY	025		
4282464	Alum Springs	alum-springs	US		0	America/New_York	37.59674	-84.84051	348			KY	021		
4282465	Alumbaugh	alumbaugh	US		0	America/New_York	37.59758	-83.92992	192			KY	065		
4282473	Amba	amba	US		0	America/New_York	37.52982	-82.64293	207	Amba,Ambytown		KY	071		
4282475	Amandaville	amandaville	US		0	America/Chicago	36.89673	-85.31107	183			KY	057		
4282479	Amburgey	amburgey	US		0	America/New_York	37.26149	-82.9985	339			KY	119		
4282485	Ammie	ammie	US		0	America/New_York	37.26648	-83.69214	252			KY	051		
4282486	Ammons	ammons	US		0	America/Chicago	37.95117	-86.49387	130			KY	027		
4282487	Amos	amos	US		0	America/Chicago	36.65255	-86.08832	255			KY	003		
4282495	Anco	anco	US		0	America/New_York	37.24488	-83.0596	340			KY	119		
4282510	Anderson City	anderson-city	US		0	America/New_York	38.00729	-85.02579	189			KY	005		
4282537	Andyville	andyville	US		0	America/New_York	38.03395	-86.37248	216			KY	163		
4282558	Anna Lynne	anna-lynne	US		0	America/Chicago	36.54701	-89.25396	91			KY	075		
4282560	Anneta	anneta	US		0	America/Chicago	37.37089	-86.24525	234			KY	085		
4282564	Ano	ano	US		0	America/New_York	37.11342	-84.33633	337			KY	199		
4282565	Ansel	ansel	US		0	America/New_York	37.19619	-84.70911	244			KY	199		
4282569	Anthoston	anthoston	US		0	America/Chicago	37.75949	-87.53834	137	Anthoston,Bloomington		KY	101		
4282634	Arat	arat	US		0	America/Chicago	36.75673	-85.46524	182			KY	057		
4282648	Argo	argo	US		0	America/New_York	37.48066	-82.06318	272			KY	195		
4282650	Arista	arista	US		0	America/New_York	37.36868	-85.30468	289	Arista,Harding Crossroads		KY	217		
4282652	Arkansas	arkansas	US		0	America/New_York	37.58288	-82.73238	205			KY	071		
4282657	Arkle	arkle	US		0	America/New_York	36.91926	-83.97687	345			KY	121		
4282701	Arrington Corner	arrington-corner	US		0	America/Chicago	37.77478	-86.7486	177			KY	091		
4282709	Arthurmabel	arthurmabel	US		0	America/New_York	37.5951	-82.94739	308	Arthurmabel,Arthurmable		KY	153		
4282710	Artville	artville	US		0	America/New_York	37.9237	-83.46268	299			KY	165		
4282711	Arvel	arvel	US		0	America/New_York	37.51842	-83.8852	369			KY	129		
4282716	Asa	asa	US		0	America/New_York	37.76787	-82.90405	220			KY	115		
4282733	Ashbrook	ashbrook	US		0	America/New_York	37.93202	-85.04579	249			KY	005		
4282735	Ashbyburg	ashbyburg	US		0	America/Chicago	37.53532	-87.36889	135			KY	107		
4282748	Ashers Fork	ashers-fork	US		0	America/New_York	37.00842	-83.59547	426	Asher Fork,Ashers Fork		KY	051		
4283115	Banock	banock	US		0	America/Chicago	37.35088	-86.65554	137			KY	031		
4282759	Ashland Park	ashland-park	US		0	America/New_York	38.02508	-84.47744	316			KY	067		
4282766	Ashlock	ashlock	US		0	America/Chicago	36.62451	-85.43247	305			KY	057		
4282774	Aspen Grove	aspen-grove	US		0	America/New_York	38.89645	-84.38577	220			KY	037		
4282775	Asphalt	asphalt	US		0	America/Chicago	37.19088	-86.34998	200			KY	061		
4282788	Athertonville	athertonville	US		0	America/New_York	37.63562	-85.60413	144			KY	123		
4282791	Askin	askin	US		0	America/Chicago	37.63839	-86.63998	208			KY	183		
4282798	Atkinstown	atkinstown	US		0	America/New_York	37.38314	-83.9627	398			KY	109		
4282802	Atterson	atterson	US		0	America/New_York	37.3384	-85.07801	278			KY	045		
4282804	Attilla	attilla	US		0	America/New_York	37.5034	-85.50636	288			KY	123		
4282818	Audubon Park	audubon-park	US		1508	America/Kentucky/Louisville	38.20396	-85.72524	156			KY	111		
4282848	Avenstoke	avenstoke	US		0	America/New_York	38.10841	-85.00051	233			KY	005		
4282851	Avondale Heights	avondale-heights	US		0	America/Chicago	37.07228	-88.65005	113	Avondale Heights,Evandale Heights		KY	145		
4282852	Awe	awe	US		0	America/New_York	38.42147	-83.34379	280			KY	135		
4282861	Ayers	ayers	US		0	America/New_York	36.63092	-84.22854	306			KY	235		
4282868	Axtel	axtel	US		0	America/Chicago	37.64422	-86.47581	181			KY	027		
4282874	Bachelors Rest	bachelors-rest	US		0	America/New_York	38.64479	-84.23577	281			KY	191		
4282896	Backusburg	backusburg	US		0	America/Chicago	36.70589	-88.46838	132			KY	035		
4282937	Bailey Creek	bailey-creek	US		0	America/New_York	36.87898	-83.19045	423			KY	095		
4282955	Baizetown	baizetown	US		0	America/Chicago	37.3706	-86.71082	190			KY	183		
4282991	Bakers Crossroads	bakers-crossroads	US		0	America/Chicago	36.55228	-88.35699	155			KY	035		
4282993	Bakersport	bakersport	US		0	America/Chicago	37.20782	-87.34472	130			KY	047		
4283000	Bakers	bakers	US		0	America/Chicago	37.18394	-88.03558	147			KY	033		
4283003	Bald Hill	bald-hill	US		0	America/New_York	38.35702	-83.71464	287			KY	069		
4283034	Baldrock	baldrock	US		0	America/New_York	36.99036	-84.28355	343			KY	125		
4283041	Baldwin Ford	baldwin-ford	US		0	America/Chicago	37.3456	-87.8214	106			KY	033		
4283043	Balkan	balkan	US		0	America/New_York	36.75925	-83.54436	386			KY	013		
4283074	Ballardsville	ballardsville	US		0	America/Kentucky/Louisville	38.31785	-85.5394	221			KY	111		
4283075	Ballardsville	ballardsville	US		0	America/New_York	38.36146	-85.34579	262			KY	185		
4283086	Balltown	balltown	US		0	America/New_York	37.73867	-85.50635	193			KY	179		
4283087	Balltown	balltown	US		0	America/New_York	36.72397	-84.16771	293			KY	235		
4283100	Bank Lick	bank-lick	US		0	America/New_York	38.90979	-84.57967	253			KY	117		
4283116	Baptist	baptist	US		0	America/New_York	37.73148	-83.47907	285			KY	237		
4283120	Baralto	baralto	US		0	America/New_York	37.98147	-84.51549	302			KY	067		
4283127	Barbourmeade	barbourmeade	US		1258	America/Kentucky/Louisville	38.29729	-85.60329	192			KY	111		
4283130	Barcreek	barcreek	US		0	America/New_York	37.22731	-83.64103	251			KY	051		
4283131	Bardo	bardo	US		0	America/New_York	36.75981	-83.34435	448			KY	095		
4283135	Bardstown Junction	bardstown-junction	US		0	America/New_York	37.94006	-85.6994	135	Bardstown Junction,Nelson Junction		KY	029		
4283143	Barefoot	barefoot	US		0	America/New_York	38.42369	-84.11687	220			KY	181		
4283177	Barkley Shores	barkley-shores	US		0	America/Chicago	36.75755	-87.96419	114			KY	221		
4283179	Barkers Mill	barkers-mill	US		0	America/Chicago	36.6681	-87.34779	167			KY	047		
4283219	Barnesburg	barnesburg	US		0	America/New_York	37.14786	-84.53272	314			KY	199		
4283245	Barnett Springs	barnett-springs	US		0	America/Chicago	37.24201	-85.09135	241	Barnett Springs,May		KY	001		
4283254	Barnetts Creek	barnetts-creek	US		0	America/New_York	37.82787	-82.87961	193			KY	115		
4283258	Barnsley	barnsley	US		0	America/Chicago	37.25699	-87.48972	151	Barnsley,Walton City		KY	107		
4283263	Barrallton	barrallton	US		0	America/New_York	38.03896	-85.79885	162	Barrallton,Barrollton,Sunnyside		KY	029		
4283272	Barren River	barren-river	US		0	America/Chicago	37.04921	-86.51666	220			KY	227		
4283291	Barrier	barrier	US		0	America/Kentucky/Monticello	36.76896	-84.76716	292			KY	231		
4283294	Barterville	barterville	US		0	America/New_York	38.37896	-84.06882	307	Barterville,Helena		KY	181		
4283299	Barthell	barthell	US		0	America/New_York	36.68647	-84.52522	337			KY	147		
4283314	Basin Spring	basin-spring	US		0	America/Chicago	37.84201	-86.30664	177			KY	027		
4283317	Bass	bass	US		0	America/New_York	37.33868	-85.14468	306			KY	045		
4283337	Battle	battle	US		0	America/New_York	37.77868	-85.02857	280			KY	229		
4283342	Bauer	bauer	US		0	America/New_York	36.9323	-84.44716	353			KY	147		
4283344	Battle Run	battle-run	US		0	America/New_York	38.3498	-83.84409	194			KY	069		
4283346	Baughman	baughman	US		0	America/New_York	36.86481	-83.8002	312			KY	121		
4283348	Baughman Heights	baughman-heights	US		0	America/New_York	37.63202	-84.77245	280			KY	021		
4283358	Bayou	bayou	US		0	America/Chicago	37.24478	-88.47504	105			KY	139		
4283365	Bays Branch	bays-branch	US		0	America/New_York	37.72287	-82.76794	190			KY	071		
4283381	Beagle	beagle	US		0	America/New_York	38.9009	-84.25466	149			KY	037		
4283491	Bear Wallow	bear-wallow	US		0	America/Chicago	37.15172	-85.85608	211			KY	009		
4283512	Beartown	beartown	US		0	America/New_York	38.18619	-83.18851	281			KY	063		
4283518	Bearville	bearville	US		0	America/New_York	37.36926	-83.06739	329			KY	119		
4283519	Bearwallow	bearwallow	US		0	America/New_York	37.70367	-85.31746	261			KY	229		
4283535	Beaumont Park	beaumont-park	US		0	America/New_York	38.03258	-84.56022	296			KY	067		
4283539	Beaver Bottom	beaver-bottom	US		0	America/New_York	37.31483	-82.36042	238			KY	195		
4283564	Beaver Junction	beaver-junction	US		0	America/New_York	37.61371	-82.73155	196			KY	071		
4283579	Beaverlick	beaverlick	US		0	America/New_York	38.87895	-84.69439	229			KY	015		
4283594	Becknerville	becknerville	US		0	America/New_York	37.96647	-84.27938	293	Becknerville,Haydens Corner		KY	049		
4283598	Beckton	beckton	US		0	America/Chicago	36.98422	-86.03637	228			KY	009		
4283608	Beda	beda	US		0	America/Chicago	37.50783	-86.94944	166	Beda,Buck Horn		KY	183		
4283661	Beech	beech	US		0	America/New_York	37.36981	-83.42879	274			KY	025		
4283746	Beechburg	beechburg	US		0	America/New_York	38.44674	-83.64019	272			KY	069		
4283749	Beechland	beechland	US		0	America/New_York	38.08312	-86.36081	132			KY	163		
4283750	Beechland Beach	beechland-beach	US		0	America/Kentucky/Louisville	38.35396	-85.63385	131			KY	111		
4283756	Beechland	beechland	US		0	America/Chicago	37.04171	-86.9125	147			KY	141		
4283759	Beechville	beechville	US		0	America/Chicago	37.06145	-85.63275	212			KY	169		
4283760	Beechwood Village	beechwood-village	US		1365	America/Kentucky/Louisville	38.25479	-85.63135	162			KY	111		
4283761	Beechy	beechy	US		0	America/New_York	38.62452	-82.95406	180			KY	089		
4283763	Beechwood	beechwood	US		0	America/New_York	38.41229	-84.74606	281			KY	187		
4283771	Beefhide	beefhide	US		0	America/New_York	37.23983	-82.62738	370			KY	133		
4283775	Beelerton	beelerton	US		0	America/Chicago	36.59423	-88.88228	121			KY	105		
4283776	Beetle	beetle	US		0	America/New_York	38.19564	-82.94628	198			KY	043		
4283799	Belknap Beach	belknap-beach	US		0	America/New_York	38.38284	-85.62329	135			KY	185		
4283834	Bellcraft	bellcraft	US		0	America/New_York	37.13538	-82.82516	362			KY	133		
4283836	Belle Point	belle-point	US		0	America/New_York	37.56259	-83.74797	206			KY	129		
4283841	Bellemeade	bellemeade	US		894	America/Kentucky/Louisville	38.25229	-85.59218	182			KY	111		
4283849	Bellewood	bellewood	US		321	America/Kentucky/Louisville	38.25757	-85.65968	170			KY	111		
4283859	Bells Run	bells-run	US		0	America/Chicago	37.59505	-86.92833	132			KY	183		
4283863	Belltown	belltown	US		0	America/New_York	37.53368	-85.30524	205			KY	155		
4283864	Bellview	bellview	US		0	America/New_York	38.35618	-85.14301	265	Belleview,Bellview		KY	103		
4283880	Ben Bow	ben-bow	US		0	America/New_York	37.96926	-82.63488	191			KY	127		
4283900	Bengal	bengal	US		0	America/New_York	37.35923	-85.45719	220	Bengal,Friendship,The Beechwoods		KY	217		
4283904	Benito	benito	US		0	America/New_York	36.90009	-83.12823	427			KY	095		
4283906	Benleo	benleo	US		0	America/Chicago	37.11393	-86.54416	191			KY	227		
4283932	Bennettstown	bennettstown	US		0	America/Chicago	36.6956	-87.6114	174			KY	047		
4283980	Bernstadt	bernstadt	US		0	America/New_York	37.1562	-84.19466	390			KY	125		
4283988	Berrytown	berrytown	US		0	America/Kentucky/Louisville	38.26924	-85.51913	223			KY	111		
4283991	Berry Store	berry-store	US		0	America/Chicago	36.95338	-86.14082	212			KY	009		
4284000	Bethanna	bethanna	US		0	America/New_York	37.77537	-83.18351	264			KY	153		
4284149	Betty	betty	US		0	America/New_York	37.45093	-82.83933	272			KY	119		
4283943	Bent	bent	US	88314	0	America/New_York	37.11203	-84.44466	263			KY	199		
4284161	Beulah Heights	beulah-heights	US		0	America/New_York	36.80425	-84.43938	392			KY	147		
4284176	Bewleyville	bewleyville	US		0	America/Chicago	37.84006	-86.24442	215			KY	027		
4284202	Big Bone	big-bone	US		0	America/New_York	38.88867	-84.75189	151	Big Bone,Big Bone Lick,Bigbone		KY	015		
4284295	Big Branch	big-branch	US		0	America/New_York	37.30622	-82.47543	326			KY	195		
4284358	Big Eddy	big-eddy	US		0	America/New_York	38.17007	-84.85828	157			KY	073		
4284370	Big Fork	big-fork	US		0	America/New_York	37.05009	-83.24879	459			KY	131		
4284461	Big Reedy	big-reedy	US		0	America/Chicago	37.26922	-86.43554	139			KY	061		
4284490	Big Sandy Junction	big-sandy-junction	US		0	America/New_York	38.41592	-82.5996	170			KY	019		
4284507	Big South Fork (historical)	big-south-fork-historical	US		0	America/New_York	36.7173	-84.54466	242			KY	147		
4284554	Big Windy	big-windy	US		0	America/Chicago	37.31866	-86.09442	239			KY	099		
4284555	Big Woods	big-woods	US		0	America/New_York	37.98925	-83.47657	376			KY	165		
4284570	Bigstone	bigstone	US		0	America/New_York	38.10508	-83.1699	262			KY	063		
4284590	Billows	billows	US		0	America/New_York	37.17092	-84.2966	257			KY	125		
4284618	Binghamtown	binghamtown	US		0	America/New_York	36.63147	-83.72103	352			KY	013		
4284621	Binns Mill	binns-mill	US		0	America/Chicago	36.75255	-87.65974	150			KY	047		
4284640	Birdsville	birdsville	US		0	America/Chicago	37.22117	-88.4481	131			KY	139		
4284642	Birdie	birdie	US		0	America/New_York	38.03757	-85.01468	270			KY	005		
4284648	Birk City	birk-city	US		0	America/Chicago	37.78532	-87.28445	117	Birk City,Birks Mill		KY	059		
4284660	Black Bottom	black-bottom	US		0	America/New_York	36.90898	-83.08017	460			KY	095		
4284676	Black Gnat	black-gnat	US		0	America/Chicago	37.30423	-85.43635	258			KY	087		
4284680	Black Gold	black-gold	US		0	America/Chicago	37.25949	-86.32998	198	Black Gold,Bungalow,Sycamore		KY	061		
4284683	Black Jack	black-jack	US		0	America/Chicago	36.76782	-86.51277	212			KY	213		
4284714	Black Snake	black-snake	US		0	America/New_York	36.76814	-83.50325	340			KY	013		
4284730	Blackburn Bottom	blackburn-bottom	US		0	America/New_York	37.55955	-82.41876	231			KY	195		
4284745	Blackford	blackford	US		0	America/Chicago	37.44838	-87.93474	111			KY	233		
4284748	Blackjoe	blackjoe	US		0	America/New_York	36.86176	-83.28185	392			KY	095		
4284753	Blackmont	blackmont	US		0	America/New_York	36.79175	-83.52491	339	Blackmont,Felder Station,Hulan,Hulen,Mann Branch		KY	013		
4284761	Blacks Crossroads	blacks-crossroads	US		0	America/New_York	38.25091	-84.13826	262			KY	017		
4284771	Bladeston	bladeston	US		0	America/New_York	38.72146	-84.0966	262			KY	023		
4284798	Blake	blake	US		0	America/New_York	37.38703	-83.73908	251			KY	189		
4284804	Blair Town	blair-town	US		0	America/New_York	37.5426	-82.58571	204			KY	195		
4284806	Blanchet	blanchet	US		0	America/New_York	38.51979	-84.57161	289			KY	081		
4284808	Blanche	blanche	US		0	America/New_York	36.81814	-83.65519	344			KY	013		
4284812	Blandville	blandville	US		90	America/Chicago	36.94367	-88.96395	141	Blandville,Halloway		KY	007		
4284833	Blanton Flats	blanton-flats	US		0	America/New_York	37.57008	-84.00382	429			KY	109		
4284834	Blaze	blaze	US		0	America/New_York	38.02175	-83.33296	282			KY	175		
4284886	Bloss	bloss	US		0	America/New_York	37.21647	-84.35994	304			KY	203		
4284892	Bloyd	bloyd	US		0	America/Chicago	37.40534	-85.5758	193			KY	087		
4284893	Bloyds Crossing	bloyds-crossing	US		0	America/Chicago	37.36062	-85.57274	226			KY	087		
4284912	Blue Heron	blue-heron	US		0	America/New_York	36.67147	-84.54549	314			KY	147		
4284926	Blue John	blue-john	US		0	America/New_York	36.9298	-84.48299	356			KY	199		
4284927	Blue Lick	blue-lick	US		0	America/New_York	37.49091	-84.70744	307			KY	137		
4284931	Blue Level	blue-level	US		0	America/Chicago	36.97754	-86.5411	230			KY	227		
4284935	Blue Moon	blue-moon	US		0	America/New_York	37.5076	-82.69766	275			KY	071		
4284942	Blue Ridge Manor	blue-ridge-manor	US		794	America/Kentucky/Louisville	38.24313	-85.56302	208			KY	111		
4284951	Blue Spring	blue-spring	US		0	America/Chicago	36.82894	-87.93752	139	Blue Spring,Blue Springs		KY	221		
4284965	Blue Spring Estates	blue-spring-estates	US		0	America/Chicago	36.837	-87.95641	119			KY	221		
4284967	Blue Water Estates	blue-water-estates	US		0	America/Chicago	36.89144	-87.97836	138			KY	221		
4284971	Bluebank	bluebank	US		0	America/New_York	38.38397	-83.65492	269	Blue Bank,Bluebank		KY	069		
4284979	Blueberry Hill	blueberry-hill	US		0	America/New_York	37.98174	-84.52244	298			KY	067		
4284983	Bluehole	bluehole	US		0	America/New_York	37.10037	-83.75631	262			KY	051		
4284987	Bluff Boom	bluff-boom	US		0	America/Chicago	37.27784	-85.46108	177			KY	087		
4284990	Bluff Spring	bluff-spring	US		0	America/Chicago	37.00504	-87.31472	176			KY	047		
4284995	Bluestone	bluestone	US		0	America/New_York	38.1498	-83.5113	210			KY	205		
4285005	Board Tree	board-tree	US		0	America/New_York	37.53872	-82.16208	241			KY	195		
4285022	Boatwright	boatwright	US		0	America/Chicago	36.64422	-88.12364	115			KY	035		
4285048	Bobs Creek	bobs-creek	US		0	America/New_York	36.79064	-83.24768	386			KY	095		
4285071	Bohon	bohon	US		0	America/New_York	37.81174	-84.91968	272	Bohon,Bohontown		KY	167		
4285083	Boldman	boldman	US		0	America/New_York	37.52871	-82.6221	200			KY	195		
4285105	Bolyn	bolyn	US		0	America/New_York	37.44371	-82.906	311			KY	119		
4285108	Boltsfork	boltsfork	US		0	America/New_York	38.26314	-82.69961	200			KY	019		
4285109	Bon Air Estates	bon-air-estates	US		0	America/Kentucky/Louisville	38.21285	-85.65774	151			KY	111		
4285110	Bon Air Hills	bon-air-hills	US		0	America/New_York	38.19285	-84.82523	253			KY	073		
4285111	Bon Ayr	bon-ayr	US		0	America/Chicago	37.02449	-86.05887	234	Bon Ayr,Bonayer,Bonayr		KY	009		
4285113	Bon Haven	bon-haven	US		0	America/New_York	38.0048	-84.19576	301			KY	049		
4285125	Bon	bon	US		0	America/New_York	36.72342	-84.1916	297			KY	235		
4285139	Boneyville	boneyville	US		0	America/New_York	37.50536	-84.69161	315			KY	137		
4285140	Bonny	bonny	US		0	America/New_York	37.90814	-83.36157	281			KY	175		
4285168	Boone Furnace	boone-furnace	US		0	America/New_York	38.46675	-83.12323	223			KY	043		
4285170	Boone Heights	boone-heights	US		0	America/New_York	36.85537	-83.86715	304			KY	121		
4285185	Boonesborough	boonesborough	US		0	America/New_York	37.90841	-84.27188	252	Boonesboro,Boonesborough		KY	151		
4285198	Bordley	bordley	US		0	America/Chicago	37.55921	-87.86974	127			KY	225		
4285200	Boreing	boreing	US		0	America/New_York	37.03815	-84.01465	364			KY	125		
4285201	Bornes Ford	bornes-ford	US		0	America/Chicago	36.66254	-86.41221	193			KY	213		
4285202	Bosco	bosco	US		0	America/New_York	37.49871	-82.841	218			KY	071		
4285218	Botland	botland	US		0	America/New_York	37.77645	-85.38913	228	Botland,The Kemps		KY	179		
4285219	Botto	botto	US		0	America/New_York	37.08731	-83.67714	284			KY	051		
4285232	Boundary Oak	boundary-oak	US		0	America/New_York	37.53034	-85.73774	225			KY	123		
4285237	Bourne	bourne	US		0	America/New_York	37.7098	-84.613	283			KY	079		
4285242	Bourbon Springs	bourbon-springs	US		0	America/New_York	37.85117	-85.48301	207			KY	179		
4285273	Bowlingtown (historical)	bowlingtown-historical	US		0	America/New_York	37.30954	-83.45268	269	Bowlington,Bowlingtown (historical)		KY	193		
4285290	Boxville	boxville	US		0	America/Chicago	37.62838	-87.8278	134			KY	225		
4285315	Boydtown	boydtown	US		0	America/New_York	38.28424	-84.50272	303			KY	209		
4285321	Boydsville	boydsville	US		0	America/Chicago	36.502	-88.52338	142	Boyds Crossing,Boyds Station,Boydsville		KY	083		
4285323	Bracht	bracht	US		0	America/New_York	38.81895	-84.58855	280			KY	117		
4285329	Bracktown	bracktown	US		0	America/New_York	38.0948	-84.56244	262			KY	067		
4285373	Bramlett	bramlett	US		0	America/Chicago	37.162	-85.46191	186	Bramlett,Bramlette		KY	087		
4285383	Brandenburg Station	brandenburg-station	US		0	America/New_York	37.96896	-86.14052	203			KY	163		
4285398	Brannon	brannon	US		0	America/New_York	37.95841	-84.54605	315			KY	113		
4285411	Brassfield	brassfield	US		0	America/New_York	37.67425	-84.14632	288	Brassfield,Centreville		KY	151		
4285413	Bratton	bratton	US		0	America/New_York	38.56841	-84.09521	206	Bratton,Pinhook		KY	201		
4285424	Breck	breck	US		0	America/New_York	38.4959	-84.7355	271	Breck,Smithville		KY	187		
4285425	Breckinridge	breckinridge	US		0	America/New_York	38.44146	-84.37855	253	Breckenridge,Breckinridge,Trickum,Tricum,Unity		KY	097		
4285427	Breckinridge Center	breckinridge-center	US		2080	America/Chicago	37.68282	-87.86308	132			KY	225		
4285441	Brentsville	brentsville	US		0	America/New_York	38.23785	-84.28965	265			KY	017		
4285444	Breton	breton	US		0	America/Chicago	37.5506	-87.52362	118			KY	233		
4285453	Brewers	brewers	US		0	America/Chicago	36.77144	-88.43893	151			KY	157		
4285465	Briartown	briartown	US		0	America/New_York	37.69395	-85.24246	245			KY	229		
4285466	Briarwood	briarwood	US		446	America/Kentucky/Louisville	38.27813	-85.59302	190	Brajarvud,Brajervud,bi rui a wu de,brayrwwd  kntaky,bryrwwd,Брайарвуд,Брајервуд,برایروود، کنتاکی,بريروود,比瑞阿伍德		KY	111		
4285467	Briarwood Manor	briarwood-manor	US		0	America/Chicago	36.98615	-86.41138	151			KY	227		
4285494	Brien	brien	US		0	America/Chicago	36.90478	-88.23031	124			KY	157		
4285495	Briensburg	briensburg	US		0	America/Chicago	36.90367	-88.32365	150			KY	157		
4285515	Brigadoon	brigadoon	US		0	America/New_York	37.98674	-84.51799	312			KY	067		
4285524	Brightshade	brightshade	US		0	America/New_York	37.02231	-83.65992	289			KY	051		
4285527	Brinegar	brinegar	US		0	America/New_York	38.22119	-83.2899	297			KY	043		
4285531	Bristletown	bristletown	US		0	America/Chicago	36.93422	-85.91942	214			KY	009		
4285538	Britmart	britmart	US		0	America/Chicago	36.8831	-87.28111	223			KY	219		
4285545	Broad Bottom	broad-bottom	US		0	America/New_York	37.53427	-82.59293	202			KY	195		
4285549	Broad Fields	broad-fields	US		237	America/Kentucky/Louisville	38.24146	-85.65218	165	Broad Fields,Broadfield		KY	111		
4285552	Broad Ford	broad-ford	US		0	America/Chicago	37.38144	-86.07941	198			KY	085		
4285562	Broadville Manor	broadville-manor	US		0	America/New_York	38.16868	-84.93134	224			KY	073		
4285566	Broadwell	broadwell	US		0	America/New_York	38.32869	-84.3591	280			KY	097		
4285580	Bromley	bromley	US		776	America/New_York	38.64062	-84.84828	277	Bromley,Mundy		KY	187		
4285591	Bromley	bromley	US		809	America/New_York	39.082	-84.56022	155			KY	117		
4285611	Broughtentown	broughtentown	US		0	America/New_York	37.38397	-84.54327	393	Broughtentown,Broughtontown		KY	137		
4285674	Browning Corner	browning-corner	US		0	America/New_York	38.61979	-84.22077	275			KY	191		
4285680	Brownington	brownington	US		0	America/New_York	37.9484	-85.58523	213	Brownington,Browningtown		KY	029		
4285693	Browns Crossroads	browns-crossroads	US		0	America/Chicago	36.7159	-85.19079	290			KY	053		
4285696	Browns Fork	browns-fork	US		0	America/New_York	37.23621	-83.2324	282			KY	193		
4285702	Browns Grove	browns-grove	US		0	America/Chicago	36.62395	-88.48727	174			KY	083		
4285706	Brownsboro Farm	brownsboro-farm	US		664	America/Kentucky/Louisville	38.30285	-85.59607	194			KY	111		
4285707	Brownsboro Village	brownsboro-village	US		328	America/Kentucky/Louisville	38.26313	-85.66579	174			KY	111		
4285724	Brumfield	brumfield	US		0	America/New_York	37.60424	-84.98218	316			KY	021		
4285767	Brush Grove	brush-grove	US		0	America/New_York	37.84312	-85.18023	247	Brush Grove,Bush Grove		KY	229		
4285776	Brushart	brushart	US		0	America/New_York	38.51897	-83.08268	226			KY	089		
4285858	Bryan Station	bryan-station	US		0	America/New_York	38.07674	-84.41132	277			KY	067		
4285956	Buck Grove	buck-grove	US		0	America/New_York	37.91896	-86.12775	199			KY	163		
4286054	Buechel	buechel	US		7287	America/Kentucky/Louisville	38.19507	-85.6519	152	Beargrass,Buechel,Two Mile Town		KY	111		
4286056	Buel	buel	US		0	America/Chicago	37.54838	-87.17416	133	Buel,Pickaway		KY	149		
4286065	Buena Vista Estates	buena-vista-estates	US		0	America/Chicago	37.02505	-88.0478	118			KY	143		
4286104	Buffalo Fork	buffalo-fork	US		0	America/Chicago	36.99949	-86.67333	153			KY	141		
4286125	Bug	bug	US		0	America/Chicago	36.65479	-85.10912	251			KY	053		
4286130	Buggytown	buggytown	US		0	America/New_York	37.63564	-84.3691	280	Buckettown,Buggtown,Buggytown		KY	151		
4286135	Bugtussle	bugtussle	US		0	America/Chicago	36.62589	-85.87581	264	Bug Tussell,Bugtussell,Bugtussle		KY	171		
4286142	Bull Creek	bull-creek	US		0	America/New_York	37.66676	-82.72766	195			KY	071		
4286178	Bullittsville	bullittsville	US		0	America/New_York	39.07534	-84.73856	235			KY	015		
4286216	Bunnell Crossing	bunnell-crossing	US		0	America/Chicago	37.23172	-85.80469	207			KY	099		
4286236	Burfield	burfield	US		0	America/Kentucky/Monticello	36.72646	-84.78994	337			KY	231		
4286272	Burkes Spring	burkes-spring	US		0	America/New_York	37.64756	-85.34829	186			KY	155		
4286275	Burkhart	burkhart	US		0	America/New_York	37.70676	-83.27518	309			KY	237		
4286283	Burnaugh	burnaugh	US		0	America/New_York	38.26036	-82.58155	179			KY	019		
4286292	Burnetta	burnetta	US		0	America/New_York	37.07091	-84.80272	320	Burnetta,Harrison		KY	199		
4286295	Burning Fork	burning-fork	US		0	America/New_York	37.73343	-83.02322	274			KY	153		
4286296	Burning Springs	burning-springs	US		0	America/New_York	37.24926	-83.82131	287			KY	051		
4286341	Burtonville	burtonville	US		0	America/New_York	38.49591	-83.57325	242	Burtonville,Equalization		KY	135		
4286355	Bushtown	bushtown	US		0	America/New_York	37.76813	-84.99274	267			KY	167		
4286358	Busseyville	busseyville	US		0	America/New_York	38.07028	-82.67158	199			KY	127		
4286363	Bushtown	bushtown	US		0	America/New_York	37.73063	-84.72911	265			KY	167		
4286371	Butchertown	butchertown	US		0	America/New_York	37.51146	-84.89051	304			KY	045		
4286394	Butlersville	butlersville	US		0	America/Chicago	36.78365	-86.31305	162			KY	003		
4286396	Butterfly	butterfly	US		0	America/New_York	37.28843	-83.2724	260	Butterfly,Leonard		KY	193		
4286404	Buttonsberry	buttonsberry	US		0	America/Chicago	37.44671	-87.16861	130	Buttonsberry,Karnes Station		KY	149		
4286456	Cabell	cabell	US		0	America/Kentucky/Monticello	36.83118	-85.0069	319			KY	231		
4286482	Cadentown	cadentown	US		0	America/New_York	38.0123	-84.4266	320			KY	067		
4286504	Caldwell Manor	caldwell-manor	US		0	America/New_York	37.65813	-84.78189	296			KY	021		
4286509	Caleast	caleast	US		0	America/New_York	37.69036	-84.33188	305			KY	151		
4286588	Calloway Crossing	calloway-crossing	US		0	America/New_York	37.72425	-84.00548	196			KY	065		
4286591	Cambridge Shores	cambridge-shores	US		0	America/Chicago	36.94006	-88.22836	128			KY	157		
4286598	Camelia	camelia	US		0	America/Chicago	37.02367	-88.7745	147	Camelia,Cammelia		KY	145		
4286655	Camp Grounds	camp-grounds	US		0	America/New_York	36.97203	-84.07215	366			KY	125		
4286677	Camp Taylor	camp-taylor	US		0	America/Kentucky/Louisville	38.19563	-85.71552	159			KY	111		
4286684	Camp Springs	camp-springs	US		0	America/New_York	39.00201	-84.36466	162	Camp Springs,Four Mile Creek,Fourmile,Hayfield		KY	037		
4286768	Cane Creek	cane-creek	US		0	America/New_York	37.05592	-83.9227	347			KY	125		
4286911	Cannons Mill	cannons-mill	US		0	America/Chicago	36.68896	-85.08995	291			KY	053		
4286912	Cannons Point	cannons-point	US		0	America/Chicago	37.58394	-86.46137	171			KY	027		
4286915	Canoe	canoe	US		0	America/New_York	37.44898	-83.44852	219	Canoe,Sugartree Hollow		KY	025		
4286928	Cantown	cantown	US		0	America/New_York	37.26146	-84.91217	344	Cantown,Contown		KY	045		
4286946	Capito	capito	US		0	America/New_York	36.61425	-83.83048	533			KY	013		
4286952	Carbon Glow	carbon-glow	US		0	America/New_York	37.17982	-82.95322	394			KY	133		
4286959	Carden	carden	US		0	America/Chicago	37.04255	-85.99859	219			KY	009		
4286961	Cardinal Hill	cardinal-hill	US		0	America/New_York	38.04285	-84.53883	294			KY	067		
4286965	Cardinal Valley	cardinal-valley	US		0	America/New_York	38.05313	-84.54411	281			KY	067		
4286973	Carcassonne	carcassonne	US		0	America/New_York	37.1751	-82.99155	566	Carcassonne,Gander		KY	133		
4286976	Carl	carl	US		0	America/Chicago	36.97365	-87.33667	164			KY	047		
4286980	Carlinburg	carlinburg	US		0	America/Chicago	37.88338	-87.32334	116			KY	101		
4286985	Carmack	carmack	US		0	America/Chicago	37.01811	-88.11586	135	Carmack,Pottertown		KY	143		
4287004	Carntown	carntown	US		0	America/New_York	38.83812	-84.24105	160	Barks Landing,Carnstown,Carntown,Motier,Stepstone		KY	191		
4287032	Carr Creek	carr-creek	US		0	America/New_York	37.23121	-82.96794	338			KY	119		
4287052	Carrs	carrs	US		0	America/New_York	38.65757	-83.41935	164			KY	135		
4287123	Casey Creek	casey-creek	US		0	America/Chicago	37.27229	-85.15746	225			KY	001		
4287144	Casky	casky	US		0	America/Chicago	36.81699	-87.43223	183			KY	047		
4287194	Catnip	catnip	US		0	America/New_York	37.9323	-84.55605	286			KY	113		
4287335	Cedar Flat	cedar-flat	US		0	America/New_York	38.11812	-86.32164	242			KY	163		
4287336	Cedar Flats	cedar-flats	US		0	America/Chicago	36.94645	-85.61414	273			KY	169		
4287380	Cedar Knob	cedar-knob	US		0	America/Chicago	36.6284	-85.08468	305			KY	053		
4287408	Cedar Spring	cedar-spring	US		0	America/Chicago	37.12227	-86.15303	227			KY	061		
4287465	Ceralvo	ceralvo	US		0	America/Chicago	37.36504	-87.03138	139			KY	183		
4287469	Chad	chad	US		0	America/New_York	36.96981	-83.02266	448			KY	095		
4287490	Chalybeate	chalybeate	US		0	America/Chicago	37.12699	-86.23609	192			KY	061		
4287507	Chance	chance	US		0	America/Chicago	36.97534	-85.32468	310			KY	001		
4287509	Chandlers Chapel	chandlers-chapel	US		0	America/Chicago	36.94921	-86.79305	192			KY	141		
4287556	Charley	charley	US		0	America/New_York	37.97481	-82.70766	185			KY	127		
4287563	Charlotte Furnace	charlotte-furnace	US		0	America/New_York	38.41175	-83.03323	254			KY	043		
4287570	Charters	charters	US		0	America/New_York	38.57369	-83.43324	178			KY	135		
4287580	Chenaultt	chenaultt	US		0	America/Chicago	38.01506	-86.51803	127	Cedar Flats,Chenault,Chenaultt		KY	027		
4287586	Chenowee	chenowee	US		0	America/New_York	37.54342	-83.48046	262			KY	025		
4287597	Cherokee Garden	cherokee-garden	US		0	America/Kentucky/Louisville	38.24563	-85.67746	165			KY	111		
4287604	Cherry Grove	cherry-grove	US		0	America/New_York	38.60174	-84.5705	289			KY	081		
4287624	Cherrywood Village	cherrywood-village	US		318	America/Kentucky/Louisville	38.26035	-85.65441	170			KY	111		
4287649	Chestnut Gap	chestnut-gap	US		0	America/New_York	37.4587	-83.6588	281			KY	189		
4287672	Chestnut Grove	chestnut-grove	US		0	America/New_York	38.30007	-85.26385	245	Chesnut,Chestnut Grove,Gleneyrie		KY	211		
4287692	Chestnutburg	chestnutburg	US		0	America/New_York	37.28898	-83.79659	254	Chesnutburg,Chestnutburg		KY	051		
4287693	Chevrolet	chevrolet	US		0	America/New_York	36.81731	-83.27462	404			KY	095		
4287701	Chicken Bristle	chicken-bristle	US		0	America/New_York	37.48591	-84.76995	286			KY	137		
4287713	Chilesburg	chilesburg	US		0	America/New_York	38.00702	-84.35966	308			KY	067		
4287716	Chiles	chiles	US		0	America/Chicago	37.11367	-88.74922	111			KY	145		
4287737	Choateville	choateville	US		0	America/New_York	38.20007	-84.90773	239			KY	073		
4287754	Christianburg	christianburg	US		0	America/New_York	38.27813	-85.0994	275	Christianburg,Christiansborough,Christiansburg,Christiansburg Depot,Christiansburgh,Hinesville		KY	211		
4287764	Christy	christy	US		0	America/New_York	38.1948	-83.41435	234			KY	205		
4287794	Cimota City	cimota-city	US		0	America/Chicago	37.09228	-88.85617	136			KY	145		
4287800	Cinda	cinda	US		0	America/New_York	37.10731	-83.29462	301			KY	131		
4287810	Clabber Bottom	clabber-bottom	US		0	America/New_York	38.19369	-84.52439	254			KY	209		
4287814	Cisselville	cisselville	US		0	America/New_York	37.6934	-85.2769	246			KY	229		
4287843	Clark Hill	clark-hill	US		0	America/New_York	38.29508	-83.19073	260			KY	043		
4287855	Clark Landing	clark-landing	US		0	America/Chicago	37.13532	-86.60221	122			KY	227		
4287857	Clarks Corner	clarks-corner	US		0	America/Chicago	37.042	-85.66108	256			KY	169		
4287907	Clay Village	clay-village	US		0	America/New_York	38.19257	-85.10718	277	Clay Village,Clayvillage,Shytown,Stringtown		KY	211		
4287922	Clays Ferry	clays-ferry	US		0	America/New_York	37.88403	-84.34096	176			KY	067		
4287924	Claymour	claymour	US		0	America/Chicago	36.88671	-87.11139	206	Claymore,Claymour,Crossroads,Shakerag		KY	219		
4287929	Claywell	claywell	US		0	America/Chicago	36.81867	-85.28996	268			KY	057		
4287957	Clear Creek Furnace	clear-creek-furnace	US		0	America/New_York	38.05008	-83.58908	232	Bath Furnance,Clear Creek Furnace		KY	011		
4287962	Clear Creek Springs	clear-creek-springs	US		0	America/New_York	36.72703	-83.72686	348	Clear Creek Mountain Springs,Clear Creek Springs,Clear Springs Camp		KY	013		
4287994	Clear Springs	clear-springs	US		0	America/Chicago	36.82783	-88.53866	115			KY	083		
4288006	Clementsville	clementsville	US		0	America/New_York	37.29007	-85.09301	237			KY	045		
4288011	Cleopatra	cleopatra	US		0	America/Chicago	37.62227	-87.29278	138	Cleopatra,Tichenors Store		KY	149		
4288032	Clifton Mills	clifton-mills	US		0	America/Chicago	37.86728	-86.38803	140			KY	027		
4288036	Cliftons	cliftons	US		0	America/Kentucky/Louisville	38.25535	-85.7158	153			KY	111		
4288074	Cloud Crossing	cloud-crossing	US		0	America/Chicago	37.03283	-88.38837	106			KY	157		
4288077	Clover Bottom	clover-bottom	US		0	America/New_York	37.49897	-84.15132	444			KY	109		
4288095	Clover-Darby	clover-darby	US		0	America/New_York	36.8937	-83.06294	487	Clover,Clover-Darby,Darby		KY	095		
4288098	Clovertown	clovertown	US		0	America/New_York	36.8512	-83.30851	359			KY	095		
4288102	Cloyds Landing	cloyds-landing	US		0	America/Chicago	36.75423	-85.49108	189			KY	057		
4288105	Clutts	clutts	US		0	America/New_York	36.97204	-82.97044	462			KY	095		
4288110	Co-Operative	co-operative	US		0	America/New_York	36.69285	-84.60772	266			KY	147		
4288112	Coakley	coakley	US		0	America/Chicago	37.37617	-85.53552	230	Coakley,Pleasant Valley		KY	087		
4288140	Coal Run Village	coal-run-village	US		1602	America/New_York	37.51316	-82.55849	201	Coal Run,Coal Run Village,Coalrun		KY	195		
4288165	Cobhill	cobhill	US		0	America/New_York	37.71508	-83.82853	374			KY	065		
4288166	Coburg	coburg	US		0	America/Chicago	37.20145	-85.3358	226			KY	001		
4288168	Cobblers Knob	cobblers-knob	US		0	America/Chicago	37.56811	-86.38553	158			KY	027		
4288184	Codyville	codyville	US		0	America/Chicago	37.77784	-86.44748	218			KY	027		
4288185	Coe	coe	US		0	America/Chicago	36.68339	-85.55025	163			KY	171		
4288191	Cofer	cofer	US		0	America/Chicago	36.95978	-85.49024	244			KY	169		
4288206	Coffman	coffman	US		0	America/Chicago	37.4631	-87.10194	127	Coffman,Jimtown,Jimtown Junction		KY	183		
4288214	Coiltown	coiltown	US		0	America/Chicago	37.35116	-87.64501	134			KY	107		
4288219	Colby Hills	colby-hills	US		0	America/New_York	37.98897	-84.19771	303			KY	049		
4288238	Cold Springs	cold-springs	US		0	America/New_York	38.05396	-86.28942	229			KY	163		
4288250	Coldstream	coldstream	US		1137	America/Kentucky/Louisville	38.31479	-85.52385	230			KY	111		
4288288	Coletown	coletown	US		0	America/New_York	37.92897	-84.44216	291			KY	067		
4288289	Colitown Junction	colitown-junction	US		0	America/Chicago	37.33588	-87.63278	116			KY	107		
4288292	College Hill	college-hill	US		0	America/New_York	37.78675	-84.12326	272	College Hill,Texas		KY	151		
4288342	Colliver	colliver	US		0	America/New_York	37.59621	-82.73655	199			KY	071		
4288349	Collista	collista	US		0	America/New_York	37.78259	-82.82433	198			KY	115		
4288352	Colson	colson	US		0	America/New_York	37.22399	-82.85627	353			KY	133		
4288356	Colts	colts	US		0	America/New_York	36.88037	-83.14656	420			KY	095		
4288372	Comargo	comargo	US		0	America/New_York	36.67758	-84.54133	344			KY	147		
4288393	Combs Ford	combs-ford	US		0	America/Chicago	37.51533	-86.86832	122			KY	183		
4288401	Commerce Landing	commerce-landing	US		0	America/Chicago	36.97394	-88.02808	121			KY	143		
4288405	Commissary Corner	commissary-corner	US		0	America/New_York	39.00867	-84.78384	257			KY	015		
4288455	Confederate	confederate	US		0	America/Chicago	36.992	-87.99752	178			KY	143		
4288460	Congleton	congleton	US		0	America/New_York	37.55231	-83.71686	287			KY	129		
4288461	Congleton	congleton	US		0	America/Chicago	37.60921	-87.44945	140			KY	149		
4288467	Conkling	conkling	US		0	America/New_York	37.38148	-83.68992	225			KY	189		
4288496	Conoloway	conoloway	US		0	America/Chicago	37.36811	-86.21553	197			KY	085		
4288500	Conrard	conrard	US		0	America/New_York	37.18092	-84.35744	346			KY	199		
4288502	Consolation	consolation	US		0	America/New_York	38.25674	-85.04273	276			KY	211		
4288508	Constance	constance	US		0	America/New_York	39.07395	-84.63745	153			KY	015		
4288544	Cooktown	cooktown	US		0	America/Chicago	36.83477	-85.94081	240			KY	009		
4288555	Cool Springs	cool-springs	US		0	America/Chicago	37.29338	-86.88194	168			KY	183		
4288628	Copebranch	copebranch	US		0	America/New_York	37.51759	-83.52602	209			KY	025		
4288634	Copland	copland	US		0	America/New_York	37.45481	-83.36907	232	Copeland,Copland,Saldee		KY	025		
4288652	Coral Hill	coral-hill	US		0	America/Chicago	37.05144	-85.85636	258			KY	009		
4288654	Coraville	coraville	US		0	America/Chicago	37.7306	-87.4714	125			KY	101		
4288662	Cordia	cordia	US		0	America/New_York	37.27899	-83.11072	310			KY	119		
4288687	Cork	cork	US		0	America/Chicago	37.03756	-85.5833	288			KY	169		
4288708	Corners	corners	US		0	America/Chicago	37.79479	-86.23025	189			KY	027		
4288715	Cornette	cornette	US		0	America/New_York	37.29314	-84.09271	306			KY	125		
4288718	Cornishville	cornishville	US		0	America/New_York	37.80035	-84.99357	222	Chaplin,Cornishville		KY	167		
4288721	Cornwell	cornwell	US		0	America/New_York	37.95675	-83.71103	279			KY	165		
4288733	Costelow	costelow	US		0	America/Chicago	36.99088	-86.76777	186			KY	141		
4288739	Cottle	cottle	US		0	America/New_York	37.88898	-83.20379	244			KY	175		
4288756	Cottonburg	cottonburg	US		0	America/New_York	37.73064	-84.46188	298			KY	151		
4288757	Cottongim	cottongim	US		0	America/New_York	37.06481	-83.80242	269			KY	051		
4288774	Country Club Heights	country-club-heights	US		0	America/New_York	38.63813	-83.78992	268			KY	161		
4288776	Counts Crossroads	counts-crossroads	US		0	America/New_York	38.31814	-83.11906	251			KY	043		
4288800	Covedale	covedale	US		0	America/New_York	38.65952	-83.52102	283			KY	135		
4288858	Cowcreek	cowcreek	US		0	America/New_York	37.4387	-83.61047	215			KY	189		
4288901	Coxton	coxton	US		0	America/New_York	36.85731	-83.27018	371			KY	095		
4288950	Crailhope	crailhope	US		0	America/Chicago	37.15978	-85.6658	238			KY	087		
4288951	Craintown	craintown	US		0	America/New_York	37.62368	-85.01829	300			KY	021		
4288952	Craintown	craintown	US		0	America/New_York	38.38785	-83.78603	245			KY	069		
4288970	Crane Nest	crane-nest	US		0	America/New_York	36.98981	-83.87937	312	Crane Nest,Cranes Nest		KY	121		
4288978	Craney	craney	US		0	America/New_York	38.06731	-83.35518	235			KY	205		
4288988	Cravens	cravens	US		0	America/New_York	37.80867	-85.54274	190			KY	179		
4289002	Craycraft	craycraft	US		0	America/Chicago	37.09395	-85.20274	289			KY	001		
4289008	Craynor	craynor	US		0	America/New_York	37.43705	-82.66877	267			KY	071		
4289016	Creekmore	creekmore	US		0	America/New_York	36.62286	-84.3616	341			KY	147		
4289021	Creekville	creekville	US		0	America/New_York	37.07787	-83.54908	296			KY	051		
4289022	Creelsboro	creelsboro	US		0	America/Chicago	36.88506	-85.19746	189	Campbellsburg,Creelsboro,Creelsborough,Creelsburg,Creelsburgh		KY	207		
4289027	Crescent Park	crescent-park	US		355	America/New_York	39.04339	-84.57411	256			KY	117		
4289028	Crescent Springs	crescent-springs	US		4010	America/New_York	39.05145	-84.58161	251			KY	117		
4289029	Cressmont	cressmont	US		0	America/New_York	37.53092	-83.79492	208			KY	129		
4289032	Cressy	cressy	US		0	America/New_York	37.8248	-84.0402	227			KY	065		
4289033	Crest	crest	US		0	America/New_York	37.75006	-85.84357	272	Crest,Plainview		KY	093		
4289037	Crestmoor	crestmoor	US		0	America/Chicago	36.97171	-86.46832	163			KY	227		
4289040	Crestview Hills	crestview-hills	US		3340	America/New_York	39.02728	-84.58494	262	Crestview Hills,Dudley Pike		KY	117		
4289057	Crider	crider	US		0	America/Chicago	37.15727	-87.97446	143	Crider,Walnut Grove		KY	033		
4289079	Croakes	croakes	US		0	America/New_York	37.77673	-85.33218	176			KY	229		
4289083	Crockettsville	crockettsville	US		0	America/New_York	37.39676	-83.47407	229			KY	025		
4289084	Crocus	crocus	US		0	America/Chicago	36.98062	-85.21079	301			KY	001		
4289125	Cropper	cropper	US		0	America/New_York	38.31229	-85.11329	275	Cropper,Croppers Depot		KY	211		
4289131	Cross Road	cross-road	US		0	America/Chicago	37.01339	-88.09225	142			KY	143		
4289135	Crossgate	crossgate	US		230	America/Kentucky/Louisville	38.27924	-85.62996	181			KY	111		
4289136	Crossland	crossland	US		0	America/Chicago	36.50061	-88.38032	179			KY	035		
4289138	Crossroad	crossroad	US		0	America/Chicago	36.86671	-87.02194	217			KY	141		
4289153	Crow Valley	crow-valley	US		0	America/New_York	37.74036	-84.41438	226			KY	151		
4289163	Crowell Landing	crowell-landing	US		0	America/Chicago	37.05534	-88.49532	107			KY	139		
4289166	Crowtown	crowtown	US		0	America/Chicago	37.12783	-87.89363	171	Crowtown,Lakeview		KY	033		
4289172	Cruise	cruise	US		0	America/New_York	37.31842	-84.12299	378			KY	125		
4289177	Crummies	crummies	US		0	America/New_York	36.77453	-83.20379	463			KY	095		
4289189	Crutchfield	crutchfield	US		0	America/Chicago	36.57673	-88.93534	121	Alexandria,Crutchfield		KY	075		
4289211	Cubage	cubage	US		0	America/New_York	36.7012	-83.52102	359			KY	013		
4289222	Cull	cull	US		0	America/New_York	38.57229	-84.90828	182			KY	187		
4289231	Culvertown	culvertown	US		0	America/New_York	37.71006	-85.53385	197			KY	179		
4289258	Cumberland Shores	cumberland-shores	US		0	America/Chicago	36.75227	-87.9478	142			KY	221		
4289259	Cundiff	cundiff	US		0	America/Chicago	36.94479	-85.2544	295			KY	001		
4289266	Cupio	cupio	US		0	America/New_York	38.00618	-85.8783	129			KY	029		
4289275	Cumminsville	cumminsville	US		0	America/New_York	38.71813	-84.10493	208			KY	023		
4289278	Currentsville	currentsville	US		0	America/New_York	38.26091	-84.25104	259			KY	017		
4289310	Cutshin	cutshin	US		0	America/New_York	37.08898	-83.2549	309			KY	131		
4289315	Cuzick	cuzick	US		0	America/New_York	37.83425	-84.45355	287	Cuzick,Siloam		KY	151		
4289319	Cutuno	cutuno	US		0	America/New_York	37.71815	-83.24323	278			KY	153		
4289345	Dabney	dabney	US		0	America/New_York	37.18397	-84.54994	326			KY	199		
4289346	Dabolt	dabolt	US		0	America/New_York	37.33814	-84.0266	392	Dabolt,Deese		KY	109		
4289348	Daffenville	daffenville	US		0	America/Chicago	36.91978	-88.33865	144	Daffenville,Draffens Corner		KY	157		
4289349	Dahl	dahl	US		0	America/New_York	37.18175	-84.43466	290			KY	199		
4289353	Dal	dal	US		0	America/New_York	36.71814	-84.09549	294			KY	235		
4289357	Dalesburg	dalesburg	US		0	America/New_York	37.34287	-83.53213	317			KY	025		
4289358	Dalesburg	dalesburg	US		0	America/New_York	38.46397	-83.67797	264			KY	069		
4289359	Daley	daley	US		0	America/New_York	37.13259	-83.25295	308			KY	131		
4289360	Daley	daley	US		0	America/New_York	37.13593	-83.23212	333			KY	131		
4289395	Dan	dan	US		0	America/New_York	37.95536	-83.45963	347			KY	165		
4289411	Daniel Boone	daniel-boone	US		0	America/Chicago	37.17866	-87.5075	154			KY	107		
4289416	Dango	dango	US		0	America/New_York	37.36953	-84.11465	284			KY	109		
4289439	Danleyton	danleyton	US		0	America/New_York	38.49175	-82.76933	188	Danleyton,Danleytown		KY	089		
4289444	Dant	dant	US		0	America/New_York	37.6359	-85.4558	195			KY	155		
4289458	Darfork	darfork	US		0	America/New_York	37.28398	-83.18739	255			KY	193		
4289471	Darkmont	darkmont	US		0	America/New_York	36.87287	-83.17934	399			KY	095		
4289475	Darnell	darnell	US		0	America/Chicago	36.65115	-87.08972	159			KY	219		
4289478	Datha	datha	US		0	America/New_York	37.26037	-83.91631	328			KY	109		
4289494	Davella	davella	US		0	America/New_York	37.79815	-82.58182	211			KY	159		
4289499	Davenport Landing	davenport-landing	US		0	America/Chicago	37.23643	-86.91999	119			KY	177		
4289566	Davis Crossroads	davis-crossroads	US		0	America/Chicago	37.05143	-86.74138	193	Davis Cross Roads,Davis Crossroads		KY	031		
4289570	Davis Hill	davis-hill	US		0	America/New_York	37.64869	-84.83662	309			KY	021		
4289586	Davistown	davistown	US		0	America/New_York	37.69202	-84.6955	256			KY	079		
4289587	Davistown	davistown	US		0	America/New_York	38.14146	-84.65161	264			KY	239		
4289590	Dawkins	dawkins	US		0	America/New_York	37.79037	-82.7846	183			KY	115		
4289593	Davisport	davisport	US		0	America/New_York	37.83121	-82.60571	213			KY	159		
4289627	Daysboro	daysboro	US		0	America/New_York	37.79342	-83.37601	283	Daysboro,Daysborough		KY	237		
4289628	Daysville	daysville	US		0	America/Chicago	36.80226	-87.06694	196			KY	219		
4289633	DeCoursey	decoursey	US		0	America/New_York	39.00784	-84.48744	168	DeCoursey,Decourcey		KY	117		
4289635	DeMossville	demossville	US		0	America/New_York	38.80507	-84.41688	158			KY	191		
4289671	Deanefield	deanefield	US		0	America/Chicago	37.6595	-86.80693	138			KY	183		
4289673	Deanwood	deanwood	US		0	America/Chicago	37.36144	-87.92641	114			KY	055		
4289683	Decide	decide	US		0	America/Chicago	36.7734	-85.20413	311	Decide,Holsapple Place		KY	053		
4289689	Decoy	decoy	US		0	America/New_York	37.49565	-83.09406	354			KY	119		
4289695	Deep Creek	deep-creek	US		0	America/New_York	37.6959	-85.02274	246			KY	167		
4289714	Deep Springs	deep-springs	US		0	America/New_York	38.06313	-84.44466	302			KY	067		
4289724	Deer Lick	deer-lick	US		0	America/Chicago	37.01588	-87.03666	209			KY	141		
4289726	Deer Lick	deer-lick	US		0	America/New_York	37.14676	-83.94382	341			KY	051		
4289745	Deevert	deevert	US		0	America/New_York	38.38452	-83.04239	209			KY	043		
4289747	Defeated Creek	defeated-creek	US		0	America/New_York	37.05176	-82.99294	335			KY	133		
4289750	Defoe	defoe	US		0	America/New_York	38.3409	-85.0544	268	Defoe,Sweet Home		KY	211		
4289751	Defries	defries	US		0	America/Chicago	37.26839	-85.68469	198			KY	099		
4289752	Dehart	dehart	US		0	America/New_York	37.96453	-83.33712	267			KY	175		
4289753	Dekoven	dekoven	US		0	America/Chicago	37.57477	-88.07225	122	De Koven,Dekoven		KY	225		
4289755	Delaplain	delaplain	US		0	America/New_York	38.27368	-84.54855	265	Delaplain,Delaplain Station		KY	209		
4289765	Delmer	delmer	US		0	America/New_York	37.02896	-84.73467	298			KY	199		
4289772	Delville	delville	US		0	America/New_York	38.47757	-85.09745	155	Dellville,Delville		KY	103		
4289773	Delvinta	delvinta	US		0	America/New_York	37.50092	-83.79381	312			KY	129		
4289779	Demplytown	demplytown	US		0	America/New_York	38.38451	-85.4744	216	Demplytown,Deplymton		KY	185		
4289781	Dempster	dempster	US		0	America/Chicago	37.62533	-86.5597	137			KY	027		
4289784	Democrat	democrat	US		0	America/New_York	37.23343	-82.80321	375			KY	133		
4289785	Demunbruns Store	demunbruns-store	US		0	America/Chicago	37.26033	-86.15358	261	Demunbruns Store,Sanders Store		KY	061		
4289788	Denney	denney	US		0	America/Kentucky/Monticello	36.81341	-84.65689	287			KY	231		
4289811	Depoy	depoy	US		0	America/Chicago	37.21588	-87.24027	151			KY	177		
4289816	Dermont	dermont	US		0	America/Chicago	37.74366	-87.04083	147	Dermont,Dermot		KY	059		
4289817	Desda	desda	US		0	America/Chicago	36.83451	-85.19829	301			KY	053		
4289849	Dewdrop	dewdrop	US		0	America/New_York	38.14564	-83.1399	318			KY	063		
4289858	Dexterville	dexterville	US		0	America/Chicago	37.31755	-86.6561	129			KY	031		
4289861	Diablock	diablock	US		453	America/New_York	37.22843	-83.17212	279			KY	193		
4289906	Dietz Acres	dietz-acres	US		0	America/New_York	37.86562	-85.94996	226			KY	093		
4289923	Dimple	dimple	US		0	America/Chicago	37.10282	-86.72027	153			KY	031		
4289925	Dingus	dingus	US		0	America/New_York	37.90814	-83.10212	269			KY	175		
4289928	Dione	dione	US		0	America/New_York	36.95065	-83.08517	414			KY	095		
4289935	Dishman Springs	dishman-springs	US		0	America/New_York	36.86842	-83.96437	309			KY	121		
4289963	Dixie Plantation	dixie-plantation	US		0	America/New_York	38.05202	-84.44049	295			KY	067		
4289984	Dixon Town	dixon-town	US		0	America/New_York	37.9373	-84.65855	274			KY	113		
4289985	Dixville	dixville	US		0	America/New_York	37.70591	-84.94801	281			KY	167		
4289986	Dizney	dizney	US		0	America/New_York	36.85287	-83.11656	506			KY	095		
4289987	Do Stop	do-stop	US		0	America/Chicago	37.432	-86.55054	152			KY	085		
4290066	Dog Walk	dog-walk	US		0	America/New_York	37.37703	-84.50216	390			KY	137		
4290068	Dogtown	dogtown	US		0	America/Chicago	36.83783	-88.32337	133			KY	157		
4290070	Dogcreek	dogcreek	US		0	America/Chicago	37.32061	-86.12525	182			KY	099		
4290072	Dogwalk	dogwalk	US		0	America/Chicago	37.40477	-86.63026	196	Antioch,Dogwalk		KY	183		
4290073	Dogwood	dogwood	US		0	America/Chicago	36.88422	-88.57588	116			KY	083		
4290075	Dogwood	dogwood	US		0	America/Chicago	36.94921	-87.41056	234			KY	047		
4290093	Donansburg	donansburg	US		0	America/Chicago	37.23728	-85.62608	230			KY	087		
4290095	Donerail	donerail	US		0	America/New_York	38.14924	-84.53494	271	Donerail,Doneraill		KY	067		
4290110	Doorway	doorway	US		0	America/New_York	37.29592	-83.53936	319			KY	193		
4290125	Dorton Branch	dorton-branch	US		0	America/New_York	36.77231	-83.68131	304			KY	013		
4290127	Dorthae	dorthae	US		0	America/New_York	36.99342	-84.10465	363			KY	125		
4290130	Dot	dot	US		0	America/Chicago	36.67782	-86.9525	159			KY	141		
4290132	Dotson	dotson	US		0	America/New_York	37.64704	-82.85794	207			KY	071		
4290153	Double Culvert	double-culvert	US		0	America/New_York	38.35952	-84.56411	256			KY	209		
4290171	Dougan Town	dougan-town	US		0	America/Chicago	36.80034	-85.36385	179			KY	057		
4290172	Doughton	doughton	US		0	America/New_York	38.64396	-84.49855	290	Doud,Doughton		KY	191		
4290181	Douglass Hills	douglass-hills	US		5669	America/Kentucky/Louisville	38.23785	-85.55274	216			KY	111		
4290198	Downingsville	downingsville	US		0	America/New_York	38.64173	-84.71328	184	Dowingsville,Downingsville		KY	081		
4290202	Doylesville	doylesville	US		0	America/New_York	37.84425	-84.16076	184			KY	151		
4290207	Dozier Heights	dozier-heights	US		0	America/Chicago	37.29643	-87.50778	137			KY	107		
4290209	Draffin	draffin	US		0	America/New_York	37.34038	-82.39626	226			KY	195		
4290236	Dressen	dressen	US		0	America/New_York	36.83176	-83.32435	382			KY	095		
4290239	Dreyfus	dreyfus	US		0	America/New_York	37.6173	-84.1766	298			KY	151		
4290246	Drennon Springs	drennon-springs	US		0	America/New_York	38.50784	-85.05384	154	Drennon Lick,Drennon Springs		KY	103		
4290247	Drip Rock	drip-rock	US		0	America/New_York	37.57508	-83.97354	416			KY	109		
4290271	Druid Hills	druid-hills	US		318	America/Kentucky/Louisville	38.26368	-85.66163	174			KY	111		
4290274	Drum	drum	US		0	America/New_York	37.09369	-84.48022	288			KY	199		
4290435	Dryden Estates	dryden-estates	US		0	America/Chicago	36.94283	-87.99558	135			KY	143		
4290436	Drydock	drydock	US		0	America/New_York	37.98868	-85.02245	271			KY	005		
4290438	Dryhill	dryhill	US		0	America/New_York	37.22204	-83.3774	252			KY	131		
4290442	Dubre	dubre	US		0	America/Chicago	36.83895	-85.55858	195			KY	057		
4290456	Duckers	duckers	US		0	America/New_York	38.16452	-84.78384	248			KY	239		
4290458	Duco	duco	US		0	America/New_York	37.60565	-83.02711	321			KY	153		
4290461	Duckrun	duckrun	US		0	America/New_York	36.73591	-84.3166	400			KY	235		
4290473	Dug Hill	dug-hill	US		0	America/Chicago	37.35311	-86.14858	210			KY	085		
4290481	Dugansville	dugansville	US		0	America/New_York	37.87868	-84.98496	265	Dugansville,Duganville		KY	167		
4290488	Dukehurst	dukehurst	US		0	America/Chicago	37.51088	-86.85777	126			KY	183		
4290489	Dukes	dukes	US		0	America/Chicago	37.82478	-86.69832	215			KY	091		
4290490	Dulaney	dulaney	US		0	America/Chicago	37.097	-87.98057	165			KY	033		
4290512	Dunbar Hill	dunbar-hill	US		0	America/Chicago	37.2159	-85.17163	287			KY	001		
4290543	Dunham	dunham	US		0	America/New_York	37.1901	-82.64766	486			KY	133		
4290547	Duncanon	duncanon	US		0	America/New_York	37.65953	-84.34799	264			KY	151		
4290554	Dunleary	dunleary	US		0	America/New_York	37.31816	-82.36626	233			KY	195		
4290579	Dunraven	dunraven	US		0	America/New_York	37.30593	-83.30296	249			KY	193		
4290585	Durbintown	durbintown	US		0	America/New_York	38.55146	-84.41938	207			KY	191		
4290595	Durhamtown	durhamtown	US		0	America/New_York	37.39979	-85.41385	269			KY	217		
4290617	Duval	duval	US		0	America/New_York	38.24646	-84.64133	258	Duval,Duvall		KY	209		
4290651	Dykes	dykes	US		0	America/New_York	37.06814	-84.43577	248			KY	199		
4290659	Eadsville	eadsville	US		0	America/Kentucky/Monticello	36.88813	-84.88884	315			KY	231		
4290669	Eagle Hill	eagle-hill	US		0	America/New_York	38.70312	-84.78856	266			KY	187		
4290694	Earles	earles	US		0	America/Chicago	37.30004	-87.31027	152			KY	177		
4290695	East Bardstown	east-bardstown	US		0	America/New_York	37.83256	-85.40885	253			KY	179		
4290766	East Hickman	east-hickman	US		0	America/New_York	37.92341	-84.47077	287			KY	067		
4290773	East McDowell	east-mcdowell	US		0	America/New_York	37.4476	-82.72516	235	Bristle Buck,East McDowell		KY	071		
4290775	East Pineville	east-pineville	US		0	America/New_York	36.73481	-83.67103	323			KY	013		
4290779	East Jenkins	east-jenkins	US		0	America/New_York	37.18788	-82.60404	444			KY	133		
4290789	East Union	east-union	US		0	America/New_York	38.24008	-83.98048	260			KY	181		
4290798	Easterday	easterday	US		0	America/New_York	38.67562	-85.0744	208	Easterday,Whites Run		KY	041		
4290808	Eastland Park	eastland-park	US		0	America/New_York	38.0473	-84.44438	293			KY	067		
4290809	Eastland Park	eastland-park	US		0	America/Chicago	36.95949	-86.43832	158			KY	227		
4290820	Eastwood Hills	eastwood-hills	US		0	America/New_York	37.99896	-86.16553	177			KY	163		
4290831	Ebenezer	ebenezer	US		0	America/New_York	37.8798	-84.81495	252			KY	167		
4290832	Ebenezer	ebenezer	US		0	America/Chicago	37.20393	-87.08083	159			KY	177		
4290842	Eberle	eberle	US		0	America/New_York	37.29953	-84.08021	315			KY	109		
4290845	Ebon	ebon	US		0	America/New_York	37.95536	-83.43435	316			KY	175		
4290846	Eby	eby	US		0	America/New_York	38.43897	-83.20435	349			KY	043		
4290855	Echols	echols	US		0	America/Chicago	37.33366	-86.96416	162	Echols,Pink Hall,Pond Run,Tunnel Hill		KY	183		
4290857	Eddy Bay	eddy-bay	US		0	America/Chicago	37.00839	-88.01141	132			KY	143		
4290862	Eden Bay	eden-bay	US		0	America/Chicago	37.03005	-88.0403	164			KY	143		
4290877	Edgington	edgington	US		0	America/New_York	38.68008	-82.88239	166			KY	089		
4290878	Edgoten	edgoten	US		0	America/Chicago	36.64171	-87.4239	170			KY	047		
4290889	Edsel	edsel	US		0	America/New_York	38.11786	-82.90933	240			KY	063		
4290940	Elamton	elamton	US		0	America/New_York	37.92759	-83.1474	254			KY	175		
4290949	Elcomb	elcomb	US		0	America/New_York	36.8212	-83.33268	418			KY	095		
4290963	Elias	elias	US		0	America/New_York	37.38953	-83.83103	313			KY	109		
4290965	Elihu	elihu	US		0	America/New_York	37.04647	-84.59216	258			KY	199		
4290969	Elimer	elimer	US		0	America/New_York	37.25122	-82.56265	363			KY	195		
4291006	Elk Chester	elk-chester	US		0	America/New_York	38.07202	-84.618	259			KY	067		
4291054	Elkatawa	elkatawa	US		0	America/New_York	37.55703	-83.42685	225			KY	025		
4291071	Elkhorn Parks	elkhorn-parks	US		0	America/New_York	38.07119	-84.46966	298			KY	067		
4291081	Ella	ella	US		0	America/Chicago	37.15673	-85.13968	314			KY	001		
4291082	Ellen	ellen	US		0	America/New_York	38.05148	-82.74571	199			KY	127		
4291119	Ellmitch	ellmitch	US		0	America/Chicago	37.6295	-86.69971	136			KY	183		
4291123	Ellwood	ellwood	US		0	America/New_York	37.32455	-82.57849	288			KY	195		
4291136	Elmburg	elmburg	US		0	America/New_York	38.32118	-85.07134	269			KY	211		
4291141	Elmrock	elmrock	US		0	America/New_York	37.45232	-83.02572	309			KY	119		
4291147	Elna	elna	US		0	America/New_York	37.90842	-82.96156	267			KY	115		
4291149	Elmville	elmville	US		0	America/New_York	38.34118	-84.76134	213	Cedar Creek Mill,Elmville		KY	073		
4291162	Elva	elva	US		0	America/Chicago	36.92867	-88.47365	105			KY	157		
4291168	Emanuel	emanuel	US		0	America/New_York	36.9062	-83.93104	305			KY	121		
4291172	Emberton	emberton	US		0	America/Chicago	36.71311	-85.80636	261			KY	171		
4291201	Endee	endee	US		0	America/New_York	37.42981	-83.75409	314			KY	189		
4291214	Engle	engle	US		0	America/New_York	37.3862	-83.27045	272			KY	193		
4291223	Enoch	enoch	US		0	America/New_York	37.54342	-83.67547	231			KY	129		
4291231	Ensor	ensor	US		0	America/Chicago	37.78922	-86.98055	146			KY	059		
4291242	Epleys	epleys	US		0	America/Chicago	36.92699	-86.93861	206			KY	141		
4291244	Epperson	epperson	US		0	America/Chicago	37.02589	-88.53449	117			KY	145		
4291250	Epson	epson	US		0	America/New_York	37.74454	-83.21768	261			KY	153		
4291254	Eriline	eriline	US		0	America/New_York	37.1887	-83.59297	255			KY	051		
4291257	Erose	erose	US		0	America/New_York	36.92731	-83.61936	361			KY	121		
4291262	Esco	esco	US		0	America/New_York	37.36705	-82.55071	234			KY	195		
4291263	Escondida	escondida	US		0	America/New_York	38.12619	-84.22799	277	Cunningham,Escondida		KY	017		
4291278	Estesburg	estesburg	US		0	America/New_York	37.25758	-84.59355	344			KY	199		
4291286	Esto	esto	US		0	America/Chicago	37.00423	-85.11079	282			KY	207		
4291292	Etty	etty	US		0	America/New_York	37.25284	-82.67849	378	Bucklick,Etty		KY	195		
4291296	Eubanks Ford	eubanks-ford	US		0	America/Chicago	36.69254	-86.4136	177			KY	003		
4291299	Euterpe	euterpe	US		0	America/Chicago	37.71504	-87.44334	137			KY	101		
4291313	Evans Ford	evans-ford	US		0	America/New_York	37.23118	-84.98551	225			KY	045		
4291322	Eve	eve	US		0	America/Chicago	37.31117	-85.67858	205			KY	087		
4291323	Eveleigh	eveleigh	US		0	America/Chicago	37.58756	-86.32748	163	Eveleigh,Everleigh		KY	085		
4291325	Evelyn	evelyn	US		0	America/New_York	37.61231	-83.8577	201			KY	065		
4291326	Ever	ever	US		0	America/New_York	37.8487	-83.05184	313	Ever,Evey		KY	153		
4291345	Eversole	eversole	US		0	America/New_York	37.44759	-83.64269	211			KY	189		
4291348	Ewalt Crossroads	ewalt-crossroads	US		0	America/New_York	38.27396	-84.29938	265			KY	017		
4291350	Evona	evona	US		0	America/New_York	37.19424	-84.91051	270			KY	045		
4291356	Ewington	ewington	US		0	America/New_York	38.08341	-83.90131	307			KY	173		
4291362	Fagan	fagan	US		0	America/New_York	37.91647	-83.71297	355			KY	165		
4291381	Fairmeade	fairmeade	US		254	America/Kentucky/Louisville	38.24896	-85.63385	160			KY	111		
4291438	Fairview Hill	fairview-hill	US		0	America/New_York	38.28453	-82.91989	213			KY	043		
4291446	Fairway	fairway	US		0	America/New_York	38.03091	-84.47105	319			KY	067		
4291482	Falling Branch	falling-branch	US		0	America/Chicago	37.59478	-86.4972	179			KY	085		
4291495	Fallis	fallis	US		0	America/New_York	38.43007	-84.93523	162			KY	103		
4291253	Era	era	US	76238	0	America/Chicago	37.00893	-87.58167	207			KY	047		
4291524	Fariston	fariston	US		0	America/New_York	37.07009	-84.0566	348	Fariston,Faristown		KY	125		
4291526	Farler	farler	US		0	America/New_York	37.15482	-83.19212	337			KY	193		
4291545	Farraday	farraday	US		0	America/New_York	37.16399	-82.77071	387			KY	133		
4291548	Farmers Mill	farmers-mill	US		0	America/New_York	36.81453	-83.28296	387			KY	095		
4291549	Farristown	farristown	US		0	America/New_York	37.62258	-84.30021	297			KY	151		
4291552	Faubush	faubush	US		0	America/New_York	37.06591	-84.82661	351			KY	199		
4291563	Faye	faye	US		0	America/New_York	38.0687	-83.16212	230			KY	063		
4291569	Fearisville	fearisville	US		0	America/New_York	38.62563	-83.59797	179			KY	135		
4291570	Fearsville	fearsville	US		0	America/Chicago	36.98393	-87.3575	170			KY	047		
4291572	Faulconer	faulconer	US		0	America/New_York	37.70702	-84.77773	273	Faulconer,Faulkner		KY	021		
4291573	Feathersburg	feathersburg	US		0	America/New_York	37.31146	-85.16913	313			KY	001		
4291575	Federal	federal	US		0	America/New_York	37.3115	-82.36098	242			KY	195		
4291582	Feliciana	feliciana	US		0	America/Chicago	36.54978	-88.79145	137			KY	083		
4291592	Felty	felty	US		0	America/New_York	37.30315	-83.71047	308			KY	051		
4291597	Fentress McMahan	fentress-mcmahan	US		0	America/Chicago	37.6045	-86.4922	169	Fentrees McMahan,Fentress McMahan		KY	085		
4291615	Ferguson Spring	ferguson-spring	US		0	America/Chicago	36.85116	-88.03919	121			KY	221		
4291620	Fern Creek	fern-creek	US		18409	America/Kentucky/Louisville	38.15979	-85.58774	216	Fern Creek,Stringtown on the Pike		KY	111		
4291627	Fernleaf	fernleaf	US		0	America/New_York	38.65618	-83.91326	288			KY	161		
4291640	Fiddle Bow	fiddle-bow	US		0	America/Chicago	37.27171	-87.65806	157			KY	107		
4291642	Field	field	US		0	America/New_York	36.89287	-83.60214	407	Crockett,Field		KY	013		
4291644	Fidelio	fidelio	US		0	America/Chicago	36.73282	-87.45862	181			KY	047		
4291651	Fielden	fielden	US		0	America/New_York	38.10286	-82.94767	226			KY	063		
4291657	Fies	fies	US		0	America/Chicago	37.32227	-87.37389	140			KY	107		
4291662	Figgs	figgs	US		0	America/New_York	38.11479	-85.27134	223			KY	211		
4291680	Finney	finney	US		0	America/Chicago	36.91532	-86.10498	222			KY	009		
4291683	Finley Addition	finley-addition	US		0	America/Chicago	37.80143	-87.61974	115			KY	101		
4291687	Firebrick	firebrick	US		0	America/New_York	38.68758	-83.04712	181			KY	135		
4291688	Firmantown	firmantown	US		0	America/New_York	38.0598	-84.68883	283			KY	239		
4291763	Fiskburg	fiskburg	US		0	America/New_York	38.81062	-84.50688	269			KY	117		
4291765	Fitch	fitch	US		0	America/New_York	38.32008	-83.3374	378			KY	043		
4291777	Five Forks	five-forks	US		0	America/New_York	38.1287	-82.65599	243			KY	127		
4291781	Fivemile	fivemile	US		0	America/New_York	37.59426	-83.4099	225			KY	025		
4291787	Fixer	fixer	US		0	America/New_York	37.67814	-83.71825	268			KY	129		
4291794	Flag Fork	flag-fork	US		0	America/New_York	38.32146	-84.94828	205			KY	073		
4291798	Flagg Spring	flagg-spring	US		0	America/New_York	38.88562	-84.26466	177	Flag Spring,Flagg Spring		KY	037		
4291804	Flaherty	flaherty	US		0	America/New_York	37.83646	-86.06552	237	Flaherty,Saint Martins		KY	163		
4291829	Flat Fork	flat-fork	US		0	America/New_York	37.83787	-83.0285	280			KY	153		
4291880	Flatwood	flatwood	US		0	America/Chicago	37.04784	-85.36163	239			KY	001		
4291897	Fleet	fleet	US		0	America/Chicago	36.65365	-86.29388	255			KY	003		
4291904	Fleming-Neon	fleming-neon	US		728	America/New_York	37.19232	-82.70571	424	Fleming,Fleming-Neon,Neon		KY	133		
4291906	Flemingsburg Junction	flemingsburg-junction	US		0	America/New_York	38.45897	-83.80687	270	Flemingsburg Junction,Johnson Junction		KY	069		
4291907	Flener	flener	US		0	America/Chicago	37.28949	-86.66665	135			KY	031		
4291921	Flingsville	flingsville	US		0	America/New_York	38.7734	-84.55439	267			KY	081		
4291949	Florress	florress	US		0	America/New_York	37.88537	-83.17712	249			KY	175		
4291967	Floydsburg	floydsburg	US		0	America/New_York	38.31118	-85.45968	220	Floydsburg,Rosedale		KY	185		
4291981	Fogertown	fogertown	US		0	America/New_York	37.21953	-83.90104	328			KY	051		
4291984	Folsomdale	folsomdale	US		0	America/Chicago	36.88367	-88.67449	135			KY	083		
4291985	Fonde	fonde	US		0	America/New_York	36.59425	-83.87742	415	Fonde,Pruden-Fonde		KY	013		
4291987	Fonthill	fonthill	US		0	America/Chicago	37.08396	-85.00356	287	Fonthill,Leo		KY	207		
4291992	Foraker	foraker	US		0	America/New_York	37.66009	-83.13712	272			KY	153		
4292013	Fords Ferry	fords-ferry	US		0	America/Chicago	37.46505	-88.11086	113	Ford's Ferry,Fords Ferry		KY	055		
4292029	Forest Springs	forest-springs	US		0	America/Chicago	36.65894	-86.1611	230			KY	003		
4292050	Forks of Elkhorn	forks-of-elkhorn	US		0	America/New_York	38.21563	-84.79773	201	Forks of Elkhorn,The Forks		KY	073		
4292054	Forkton	forkton	US		0	America/Chicago	36.74811	-85.7197	283			KY	171		
4292055	Forrest Park	forrest-park	US		0	America/New_York	38.00036	-84.19326	305			KY	049		
4292070	Fort Heiman	fort-heiman	US		0	America/Chicago	36.502	-88.05586	122			KY	035		
4292072	Fort Wright	fort-wright	US		5781	America/New_York	39.05173	-84.53411	258	Fort Wright,Lookout Hieghts,Lookout Hieghts-Fort Wright,South Hills		KY	117		
4292074	Fort Spring	fort-spring	US		0	America/New_York	38.04147	-84.62633	266	Bluegrass Park,Fort Spring,Reform,Slickaway,Slipaway		KY	067		
4292126	Fourseam	fourseam	US		0	America/New_York	37.22065	-83.17851	276			KY	193		
4292138	Fox Chase	fox-chase	US		476	America/New_York	38.04562	-85.69274	157			KY	029		
4292139	Fox Creek	fox-creek	US		0	America/New_York	37.98785	-84.96801	226			KY	005		
4292158	Foxport	foxport	US		0	America/New_York	38.4748	-83.59241	240			KY	069		
4292160	Fragrant	fragrant	US		0	America/Chicago	37.45422	-86.16969	202			KY	085		
4292163	Foxtown	foxtown	US		0	America/New_York	37.50425	-83.99354	326			KY	109		
4292177	Frances	frances	US		0	America/Chicago	37.21977	-88.14114	167	Crossroads,Frances,Needmore		KY	055		
4292182	Francisville	francisville	US		7944	America/New_York	39.10506	-84.72439	248			KY	015		
4292207	Franklin Cross Roads	franklin-cross-roads	US		0	America/New_York	37.67006	-86.01496	217			KY	093		
4292240	Fraziertown	fraziertown	US		0	America/New_York	38.31396	-85.5044	222			KY	185		
4292250	Fredville	fredville	US		0	America/New_York	37.60537	-82.96461	290			KY	153		
4292288	Freemont	freemont	US		0	America/Chicago	36.97283	-88.61199	110	Florence Station,Forest Station,Freemont,Fremont		KY	145		
4292313	Frew	frew	US		0	America/New_York	37.18259	-83.24573	322			KY	131		
4292317	Freys Hill	freys-hill	US		0	America/Kentucky/Louisville	38.29229	-85.56302	208			KY	111		
4292349	Frisby	frisby	US		0	America/Kentucky/Monticello	36.84813	-84.91023	313			KY	231		
4292351	Fritz	fritz	US		0	America/New_York	37.70148	-83.15156	268			KY	153		
4292363	Frogtown	frogtown	US		0	America/New_York	38.03313	-84.64967	265	Frogtown,Preston Station		KY	067		
4292364	Frogue	frogue	US		0	America/Chicago	36.66617	-85.29829	295			KY	057		
4292368	Frogtown	frogtown	US		0	America/New_York	37.59034	-85.37246	232			KY	155		
4292378	Frozen Creek	frozen-creek	US		0	America/New_York	37.5912	-83.42185	221	Frozen,Frozen Creek		KY	025		
4292385	Fruit Hill	fruit-hill	US		0	America/Chicago	37.00477	-87.36833	194			KY	047		
4292386	Fry	fry	US		0	America/Chicago	37.14673	-85.4883	262			KY	087		
4292390	Fryer	fryer	US		0	America/Chicago	37.26227	-87.81973	118	Fryer,The Hall		KY	033		
4292396	Frymire	frymire	US		0	America/Chicago	37.96062	-86.39636	228	Frymire,Preston		KY	027		
4292403	Fuget	fuget	US		0	America/New_York	37.88842	-82.9235	250			KY	115		
4292409	Fulgham	fulgham	US		0	America/Chicago	36.65284	-88.87034	148			KY	105		
4292419	Fullers	fullers	US		0	America/New_York	38.17036	-82.64321	176			KY	127		
4292433	Fultz	fultz	US		0	America/New_York	38.28286	-83.01211	186			KY	043		
4292440	Furnace	furnace	US		0	America/New_York	37.76203	-83.83159	383			KY	065		
4292452	Fusonia	fusonia	US		0	America/New_York	37.17398	-83.09045	288			KY	193		
4292453	Futrell	futrell	US		0	America/Chicago	37.09172	-88.6895	110	Futrell,Futrell Railroad Station		KY	145		
4292454	Future City	future-city	US		0	America/Chicago	37.06255	-88.80172	116			KY	145		
4292463	Gabe	gabe	US		0	America/Chicago	37.30784	-85.57413	235	Gabe,The Crossroads		KY	087		
4292472	Gadberry (historical)	gadberry-historical	US		0	America/Chicago	37.04367	-85.30941	290	Butter Pint,Butterpoint,Gadberry,Gadberry (historical)		KY	001		
4292475	Gaffey Heights	gaffey-heights	US		0	America/New_York	37.8859	-85.96885	226	Gaffey Heights,Goldville		KY	093		
4292482	Gaithers	gaithers	US		0	America/New_York	37.65756	-85.89969	212			KY	093		
4292485	Galdia	galdia	US		0	America/New_York	37.63315	-82.9885	284			KY	153		
4292504	Gamesway	gamesway	US		0	America/New_York	37.98786	-84.48383	282	Gamesway		KY	067		
4292509	Gandertown	gandertown	US		0	America/New_York	37.68312	-85.38996	233			KY	155		
4292511	Gano	gano	US		0	America/New_York	36.9012	-83.13406	425			KY	095		
4292523	Gap in Knob	gap-in-knob	US		0	America/New_York	38.01673	-85.70301	151			KY	029		
4292524	Gapcreek	gapcreek	US		0	America/Kentucky/Monticello	36.74479	-84.99523	267	Gap Creek,Gapcreek		KY	231		
4292525	Gapville	gapville	US		0	America/New_York	37.6301	-82.95905	289			KY	153		
4292537	Garden Springs	garden-springs	US		0	America/New_York	38.02897	-84.54855	295			KY	067		
4292538	Garden Village	garden-village	US		0	America/New_York	37.42094	-82.46515	215			KY	195		
4292539	Gardenside	gardenside	US		0	America/New_York	38.03841	-84.54216	289			KY	067		
4292546	Gardnersville	gardnersville	US		0	America/New_York	38.76673	-84.50438	269			KY	191		
4292551	Garlin	garlin	US		0	America/Chicago	37.11395	-85.25218	272			KY	001		
4292553	Garmeada	garmeada	US		0	America/New_York	36.62508	-83.84242	635	Garmeada,Garmeda,Logmont		KY	013		
4292585	Garrettsburg	garrettsburg	US		0	America/Chicago	36.66866	-87.54279	163			KY	047		
4292602	Garvin Ridge	garvin-ridge	US		0	America/New_York	38.30008	-83.20907	334			KY	043		
4292608	Gascon	gascon	US		0	America/Chicago	37.00367	-85.57108	305			KY	169		
4292609	Gasper	gasper	US		0	America/Chicago	36.95004	-86.74194	215	Bucksville,Gasper		KY	141		
4292626	Gatliff	gatliff	US		0	America/New_York	36.68175	-84.02632	305			KY	235		
4292628	Gatun	gatun	US		0	America/New_York	36.87342	-83.30268	358			KY	095		
4292635	Gausdale	gausdale	US		0	America/New_York	36.75786	-83.97521	300			KY	235		
4292637	Gaybourn	gaybourn	US		0	America/New_York	38.04285	-84.66661	285			KY	239		
4292646	Gee	gee	US		0	America/New_York	38.04507	-85.06301	226			KY	005		
4292663	Gentrys Mill	gentrys-mill	US		0	America/Chicago	37.08479	-85.15357	263			KY	001		
4292684	Georges Creek	georges-creek	US		0	America/New_York	37.97787	-82.65655	177			KY	127		
4292693	Gesling	gesling	US		0	America/New_York	38.42314	-83.0924	201			KY	043		
4292694	Gest	gest	US		0	America/New_York	38.41757	-84.88273	150	Gest,Gestville,Gistville		KY	103		
4292695	Gethsemane	gethsemane	US		0	America/New_York	37.64617	-85.54218	153			KY	179		
4292698	German Town	german-town	US		0	America/Kentucky/Louisville	38.22452	-85.73663	148			KY	111		
4292766	Gilley	gilley	US		0	America/New_York	36.97426	-83.11211	482			KY	133		
4292778	Gillmore	gillmore	US		0	America/New_York	37.73731	-83.36935	305	Gillmore,Gilmore		KY	237		
4292788	Gilpin	gilpin	US		0	America/New_York	37.25674	-84.8819	257			KY	045		
4292790	Gilreath	gilreath	US		0	America/New_York	36.68064	-84.39966	410			KY	147		
4292792	Gilstrap	gilstrap	US		0	America/Chicago	37.31533	-86.70666	175			KY	031		
4292798	Gimlet	gimlet	US		0	America/New_York	38.21897	-83.1374	336			KY	063		
4292802	Ginseng	ginseng	US		0	America/New_York	37.50478	-85.58108	169			KY	123		
4292805	Girkin	girkin	US		0	America/Chicago	37.06754	-86.35832	182	Girkin,Glen Lily Pike		KY	227		
4292807	Gishton	gishton	US		0	America/Chicago	37.32532	-87.21777	169			KY	177		
4292810	Givens	givens	US		0	America/Chicago	37.61115	-87.77224	134			KY	225		
4292838	Glen Dean	glen-dean	US		0	America/Chicago	37.65339	-86.54109	146			KY	027		
4292840	Glen Lily	glen-lily	US		0	America/Chicago	37.30783	-85.79441	192			KY	099		
4292843	Glen Springs	glen-springs	US		0	America/New_York	38.51091	-83.48519	202			KY	135		
4292846	Glencairn	glencairn	US		0	America/New_York	37.7637	-83.66991	240			KY	237		
4292851	Glendale Junction	glendale-junction	US		0	America/New_York	37.59145	-85.86357	224			KY	093		
4292855	Glenmore	glenmore	US		0	America/Chicago	37.16838	-86.39887	155			KY	227		
4292860	Gleanings	gleanings	US		0	America/New_York	37.5584	-85.53385	173			KY	123		
4292867	Glenview Acres	glenview-acres	US		0	America/Kentucky/Louisville	38.29813	-85.63718	177			KY	111		
4292869	Glenview Heights	glenview-heights	US		0	America/Kentucky/Louisville	38.30424	-85.64052	177			KY	111		
4292870	Glenview Hills	glenview-hills	US		330	America/Kentucky/Louisville	38.29479	-85.63857	173			KY	111		
4292871	Glenview Manor	glenview-manor	US		191	America/Kentucky/Louisville	38.28757	-85.63691	181			KY	111		
4292877	Glensboro	glensboro	US		0	America/New_York	38.00479	-85.05995	186	Camdenville,Glensboro,Orr,Salt River		KY	005		
4292883	Glo	glo	US		0	America/New_York	37.44788	-82.80933	219			KY	071		
4292886	Glomawr	glomawr	US		0	America/New_York	37.22676	-83.15712	276			KY	193		
4292908	Goering	goering	US		0	America/Chicago	37.80089	-86.76165	146			KY	091		
4292911	Goforth	goforth	US		0	America/New_York	38.66479	-84.44883	281	Chipman Hall,Goforth		KY	191		
4292913	Goins	goins	US		0	America/New_York	36.70008	-83.93937	329			KY	235		
4292916	Gold City	gold-city	US		0	America/Chicago	36.75448	-86.44749	220			KY	213		
4292917	Goldbug	goldbug	US		0	America/New_York	36.79258	-84.16799	343	Goldbug,Goldburg		KY	235		
4292918	Golden Ash	golden-ash	US		0	America/New_York	36.86064	-83.29101	372			KY	095		
4292922	Golden Pond	golden-pond	US		0	America/Chicago	36.78561	-88.02419	124			KY	221		
4292924	Goffs Corner	goffs-corner	US		0	America/New_York	37.92869	-84.00659	244	Goff,Goffs Corner,Indian Fields		KY	049		
4292928	Gollihue	gollihue	US		0	America/New_York	38.24592	-82.88572	201			KY	043		
4292929	Golo	golo	US		0	America/Chicago	36.73895	-88.49532	158			KY	083		
4292934	Goochtown	goochtown	US		0	America/New_York	37.32175	-84.58689	357			KY	199		
4292971	Goodloe	goodloe	US		0	America/New_York	37.60371	-82.86266	218			KY	071		
4292977	Goodnight	goodnight	US		0	America/Chicago	37.09338	-85.88025	225			KY	009		
4292985	Goodluck	goodluck	US		0	America/Chicago	36.92533	-85.64164	251			KY	169		
4292987	Goody	goody	US		0	America/New_York	37.66205	-82.26958	207			KY	195		
4293033	Gordon Ford	gordon-ford	US		0	America/New_York	37.88342	-83.23795	237			KY	175		
4293062	Gotts	gotts	US		0	America/Chicago	36.97282	-86.31388	162			KY	227		
4293071	Grab	grab	US		0	America/Chicago	37.22589	-85.60163	236			KY	087		
4293089	Graefenburg	graefenburg	US		0	America/New_York	38.1559	-85.01356	218	Graefenberg,Graefenburg,Hardinsville		KY	211		
4293096	Graham Hill	graham-hill	US		0	America/Chicago	37.82338	-87.53001	147			KY	101		
4293100	Grahamton	grahamton	US		0	America/New_York	37.90285	-86.02552	160			KY	163		
4293101	Grahamville	grahamville	US		0	America/Chicago	37.10755	-88.78006	116	Grahamsville,Grahamville		KY	145		
4293106	Grancer	grancer	US		0	America/Chicago	37.30894	-86.54609	135			KY	031		
4293121	Grange City	grange-city	US		0	America/New_York	38.24452	-83.66519	244	Grange,Grange City		KY	069		
4293122	Grangertown	grangertown	US		0	America/Chicago	37.55088	-88.00669	112			KY	225		
4293127	Grannie	grannie	US		0	America/New_York	37.69675	-83.58269	309			KY	237		
4293150	Grants Lick	grants-lick	US		0	America/New_York	38.86034	-84.39772	212			KY	037		
4293212	Grassy Lick	grassy-lick	US		0	America/New_York	38.08147	-84.0202	268	Blue Lick,Grassy Lick,Parkins Lick,Rich Valley		KY	173		
4293276	Grayfox	grayfox	US		0	America/New_York	37.86315	-83.05739	284			KY	153		
4293282	Grays Branch	grays-branch	US		0	America/New_York	38.65341	-82.87517	164			KY	089		
4293284	Graymoor-Devondale	graymoor-devondale	US		2950	America/Kentucky/Louisville	38.27313	-85.62302	179	Devondale,Graymoor,Graymoor-Devondale		KY	111		
4293307	Grayson Springs	grayson-springs	US		0	America/Chicago	37.45922	-86.22442	170			KY	085		
4293324	Greasy Creek	greasy-creek	US		0	America/New_York	37.37622	-82.47571	273			KY	195		
4293344	Greear	greear	US		0	America/New_York	37.87731	-83.29796	244			KY	175		
4293346	Great Crossing	great-crossing	US		0	America/New_York	38.21452	-84.60522	248	Big Crossing,Great Buffalo Crossing,Great Crossing,Great Crossings,Johnsons Station,The Crossing,The Great Crossing		KY	209		
4293348	Green Acres	green-acres	US		0	America/New_York	37.65424	-84.7605	297			KY	021		
4293373	Green Fields Estates	green-fields-estates	US		0	America/New_York	37.99286	-84.20854	302			KY	049		
4293382	Green Hill	green-hill	US		0	America/New_York	37.29648	-83.96548	352			KY	109		
4293389	Green Grove	green-grove	US		0	America/Chicago	36.73395	-85.26968	300			KY	057		
4293425	Greenbriar	greenbriar	US		0	America/New_York	37.49451	-85.23135	204	Greenbriar,Greenbrier		KY	155		
4293454	Greenhill	greenhill	US		0	America/Chicago	36.9081	-86.31582	178	Green Hill,Greenhill		KY	227		
4293457	Greenhaven	greenhaven	US		0	America/New_York	38.44534	-85.45413	230			KY	185		
4293520	Gregoryville	gregoryville	US		0	America/New_York	38.32703	-83.02128	198			KY	043		
4293521	Grider	grider	US		0	America/Chicago	36.80423	-85.42552	188			KY	057		
4293526	Griderville	griderville	US		0	America/Chicago	37.11283	-85.87025	226			KY	009		
4293555	Griffytown	griffytown	US		0	America/Kentucky/Louisville	38.25368	-85.54524	223			KY	111		
4293556	Grigsby	grigsby	US		0	America/New_York	37.28593	-83.13767	289			KY	193		
4293598	Grove Center	grove-center	US		0	America/Chicago	37.63977	-88.01308	118			KY	225		
4293624	Guage	guage	US		0	America/New_York	37.5962	-83.19712	240			KY	025		
4293626	Gubser Mill	gubser-mill	US		0	America/New_York	38.88784	-84.30883	195			KY	037		
4293632	Guerrant	guerrant	US		0	America/New_York	37.50676	-83.49713	212			KY	025		
4293639	Guffie	guffie	US		0	America/Chicago	37.60421	-87.25444	133	Guffie,Littles Crossroads		KY	149		
4293646	Gullett	gullett	US		0	America/New_York	37.73731	-83.12684	260			KY	153		
4293656	Gulthrie Beach	gulthrie-beach	US		0	America/Kentucky/Louisville	38.33007	-85.64413	128			KY	111		
4293658	Gulnare	gulnare	US		0	America/New_York	37.63038	-82.54682	217			KY	195		
4293681	Gum Tree	gum-tree	US		0	America/Chicago	36.72422	-85.81942	286			KY	171		
4293699	Gus	gus	US		0	America/Chicago	37.11754	-86.90888	146			KY	177		
4293716	Habit	habit	US		0	America/Chicago	37.69783	-86.99638	169			KY	059		
4293726	Hackley	hackley	US		0	America/New_York	37.63314	-84.4716	300			KY	079		
4293737	Haddix	haddix	US		0	America/New_York	37.48731	-83.34823	238			KY	025		
4293746	Haddox Ferry	haddox-ferry	US		0	America/Chicago	37.06061	-88.35531	101	Haddox Ferry,Storeys Ferry		KY	157		
4293753	Hager	hager	US		0	America/New_York	37.74648	-83.19934	258			KY	153		
4293760	Hail	hail	US		0	America/New_York	36.99425	-84.46355	292			KY	199		
4293761	Hailwell	hailwell	US		0	America/Chicago	36.67645	-89.1059	95	Hailewell,Hailwell		KY	105		
4293764	Halcom	halcom	US		0	America/New_York	38.07592	-82.96656	228			KY	063		
4293768	Haldeman	haldeman	US		0	America/New_York	38.25286	-83.31851	303			KY	205		
4293785	Haleys Mill	haleys-mill	US		0	America/Chicago	37.0531	-87.34694	155			KY	047		
4293857	Halls Landing	halls-landing	US		0	America/New_York	38.45173	-85.53079	128			KY	185		
4293861	Halo	halo	US		0	America/New_York	37.31566	-82.73932	362			KY	071		
4293863	Halls Gap	halls-gap	US		0	America/New_York	37.46202	-84.63328	425			KY	137		
4293871	Hamby	hamby	US		0	America/Chicago	37.17755	-87.59723	125			KY	107		
4293895	Hamim	hamim	US		0	America/New_York	38.12758	-83.31379	254	Hamim,Hamm		KY	205		
4293923	Hammonville	hammonville	US		0	America/Chicago	37.41478	-85.79746	217	Hammonsville,Hammonville,Three Forks of Bacon		KY	099		
4293924	Hamner	hamner	US		0	America/Chicago	37.64782	-87.94697	122			KY	225		
4293936	Hampton Manor	hampton-manor	US		0	America/New_York	37.98286	-84.19215	299			KY	049		
4293958	Handshoe	handshoe	US		0	America/New_York	37.4701	-82.90655	302			KY	119		
4293959	Handyville	handyville	US		0	America/Chicago	37.63505	-87.17028	126			KY	059		
4293968	Hanging Rock	hanging-rock	US		0	America/Chicago	37.55256	-86.3222	162			KY	085		
4293983	Hanly	hanly	US		0	America/New_York	37.83702	-84.59077	293	Hanley,Hanly		KY	113		
4293986	Hansbrough	hansbrough	US		0	America/New_York	37.63451	-85.99358	205			KY	093		
4294010	Happy Landing	happy-landing	US		0	America/New_York	37.64119	-84.38105	304			KY	151		
4294016	Harbell	harbell	US		0	America/New_York	36.73203	-83.67325	303			KY	013		
4294022	Hardcastle	hardcastle	US		0	America/Chicago	36.94171	-86.32888	171			KY	227		
4294027	Hardburly	hardburly	US		0	America/New_York	37.30176	-83.12406	338			KY	193		
4294034	Hardin Springs	hardin-springs	US		0	America/New_York	37.6095	-86.25636	164	Hardin Springs,McRavian Spring,Sulpherville		KY	093		
4294035	Harding	harding	US		0	America/Chicago	37.6481	-87.98558	115			KY	225		
4294046	Hardshell	hardshell	US		0	America/New_York	37.45759	-83.25101	240			KY	025		
4294050	Hardmoney	hardmoney	US		0	America/Chicago	36.94506	-88.58199	107			KY	145		
4294060	Hargett	hargett	US		0	America/New_York	37.78286	-84.00965	216			KY	065		
4294062	Hargis	hargis	US		0	America/New_York	37.84148	-82.97711	279			KY	115		
4294063	Hargis	hargis	US		0	America/New_York	36.96508	-84.49022	272	Hargis,Opossum Trot		KY	199		
4294076	Harlan Crossroads	harlan-crossroads	US		0	America/Chicago	36.65311	-85.70386	270			KY	171		
4294077	Harlan Gas	harlan-gas	US		0	America/New_York	36.85064	-83.3049	362			KY	095		
4294098	Harmony Lake Estates	harmony-lake-estates	US		0	America/New_York	38.4084	-85.57857	204			KY	185		
4294102	Harmony Village	harmony-village	US		0	America/New_York	38.40451	-85.61996	131			KY	185		
4294119	Harper Crossroads	harper-crossroads	US		0	America/Chicago	37.09032	-86.88527	171			KY	031		
4294120	Harper Ford	harper-ford	US		0	America/Chicago	37.26616	-87.85946	113			KY	033		
4294129	Harreldsville	harreldsville	US		0	America/Chicago	37.06477	-86.89388	191	Gravelton,Harreldsville		KY	031		
4294152	Harris Hill Ford	harris-hill-ford	US		0	America/Chicago	36.94728	-88.45088	98			KY	157		
4294154	Harris Grove	harris-grove	US		0	America/Chicago	36.57006	-88.42782	170			KY	035		
4294213	Harveyton	harveyton	US		0	America/New_York	37.31232	-83.20156	337			KY	193		
4294214	Harvieland	harvieland	US		0	America/New_York	38.25424	-84.91273	186			KY	073		
4294219	Haskingsville	haskingsville	US		0	America/Chicago	37.18701	-85.39524	195			KY	087		
4294221	Hatcher	hatcher	US		0	America/New_York	37.29479	-85.36635	250			KY	217		
4294313	Haymond	haymond	US		0	America/New_York	37.18066	-82.68738	435	Haymond,Haymong		KY	133		
4294341	Hays Crossing	hays-crossing	US		0	America/New_York	38.24425	-83.34435	272	Eadston,Hayes,Hays Crossing		KY	205		
4294368	Hazel Patch	hazel-patch	US		0	America/New_York	37.24453	-84.19299	352	Hazel Patch,Hazelpatch,Hazle Patch,Hazle-Patch		KY	125		
4294414	Hearin	hearin	US		0	America/Chicago	37.5331	-87.84863	140			KY	233		
4294416	Headquarters	headquarters	US		0	America/New_York	38.35841	-84.11437	292			KY	181		
4294421	Heater	heater	US		0	America/Chicago	37.137	-88.33031	149			KY	139		
4294422	Heatherfield	heatherfield	US		0	America/Kentucky/Louisville	38.20313	-85.82663	138			KY	111		
4294423	Hebbardsville	hebbardsville	US		0	America/Chicago	37.77616	-87.37528	130			KY	101		
4294433	Hebron Estates	hebron-estates	US		1145	America/New_York	38.04951	-85.66607	157			KY	029		
4294448	Hedgeville	hedgeville	US		0	America/New_York	37.63341	-84.68356	285			KY	021		
4294450	Heekin	heekin	US		0	America/New_York	38.60035	-84.61439	287			KY	081		
4294454	Hedges	hedges	US		0	America/New_York	37.99369	-84.04604	289	Fairlie,Hedges,Hedges Station,K. U. Junction,L. E. Junction		KY	049		
4294458	Hegira	hegira	US		0	America/Chicago	36.70673	-85.27607	323			KY	057		
4294465	Helechawa	helechawa	US		0	America/New_York	37.76592	-83.33935	305			KY	237		
4294486	Hemp Ridge	hemp-ridge	US		0	America/New_York	38.1484	-85.11884	222			KY	211		
4294526	Hendron	hendron	US		4687	America/Chicago	37.0395	-88.62922	112			KY	145		
4294541	Henry Clay	henry-clay	US		0	America/New_York	37.3115	-82.47654	311	Henry Clay,Henry Clay Coal Camp		KY	195		
4294561	Henrysville (historical)	henrysville-historical	US		0	America/Chicago	36.97504	-86.955	165			KY	141		
4294562	Henshaw	henshaw	US		0	America/Chicago	37.62171	-88.05558	113			KY	225		
4294575	Hensley Ford	hensley-ford	US		0	America/New_York	38.57646	-84.70772	203			KY	187		
4294579	Hensleytown	hensleytown	US		0	America/Chicago	36.65866	-87.41279	176			KY	047		
4294585	Herbert	herbert	US		0	America/Chicago	37.71866	-86.79943	162			KY	183		
4294586	Herd	herd	US		0	America/New_York	37.36425	-83.8752	335			KY	109		
4294589	Herdon	herdon	US		0	America/New_York	38.17841	-84.59383	263			KY	209		
4294591	Hermitage Hills	hermitage-hills	US		0	America/New_York	38.06647	-84.4491	301			KY	067		
4294600	Herron Hill	herron-hill	US		0	America/New_York	38.5898	-83.49686	257			KY	135		
4294604	Hesler	hesler	US		0	America/New_York	38.46368	-84.77717	290	Hesler,Heslerville,Joppa		KY	187		
4294620	Hi-Acres	hi-acres	US		0	America/New_York	38.06008	-84.44688	306	Hi Acres,Hi-Acres		KY	067		
4294640	Hickory Corner	hickory-corner	US		0	America/Chicago	37.58728	-86.53359	154	Hickory Corner,Stringtown		KY	085		
4294661	Hickory Hill	hickory-hill	US		115	America/Kentucky/Louisville	38.28757	-85.56829	206			KY	111		
4294726	High Hickory	high-hickory	US		0	America/Chicago	37.42256	-85.82997	237			KY	099		
4294732	High Knob	high-knob	US		0	America/New_York	37.2862	-83.90715	312			KY	109		
4294733	High Plains	high-plains	US		0	America/Chicago	37.77312	-86.21108	249			KY	027		
4294734	High Plains Corner	high-plains-corner	US		0	America/Chicago	37.7734	-86.17191	266			KY	027		
4294746	Highgrove	highgrove	US		0	America/New_York	37.98312	-85.48634	151			KY	179		
4294778	Highland Springs	highland-springs	US		0	America/Chicago	37.13144	-86.02581	286			KY	009		
4294781	Highsplint	highsplint	US		0	America/New_York	36.89481	-83.11711	437			KY	095		
4294783	Hightop	hightop	US		0	America/New_York	37.03286	-84.18771	376			KY	125		
4294788	Highland Heights	highland-heights	US		7183	America/New_York	39.03312	-84.45189	260	Highland Heights,The Highlands		KY	037		
4294793	Highway	highway	US		0	America/Chicago	36.7384	-85.20885	318			KY	053		
4294799	Highview	highview	US		15167	America/Kentucky/Louisville	38.14285	-85.62413	205			KY	111		
4294824	Hill Top	hill-top	US		0	America/New_York	36.72258	-84.53327	373	Hill Top,Hilltop		KY	147		
4294828	Hillcrest	hillcrest	US		0	America/New_York	37.76869	-84.2916	273			KY	151		
4294836	Hillgrove	hillgrove	US		0	America/New_York	37.87923	-86.16386	213	Good Springs,Hillgrove,Meadville		KY	163		
4294842	Hills and Dales	hills-and-dales	US		144	America/Kentucky/Louisville	38.30118	-85.62468	183			KY	111		
4294845	Hill Top	hill-top	US		0	America/New_York	38.36035	-83.83909	273			KY	069		
4294870	Himyar	himyar	US		0	America/New_York	36.83286	-83.79964	316			KY	121		
4294871	Hinda Heights	hinda-heights	US		0	America/New_York	38.00647	-84.50272	311			KY	067		
4294875	Hiner	hiner	US		0	America/New_York	37.31454	-83.16684	315			KY	193		
4294879	Hinesdale	hinesdale	US		0	America/Chicago	37.31756	-85.82358	221			KY	099		
4294887	Hinkleville	hinkleville	US		0	America/Chicago	37.04366	-88.93367	124			KY	007		
4294893	Hinton Hills	hinton-hills	US		0	America/Chicago	37.62339	-86.46109	181			KY	027		
4294895	Hippo	hippo	US		0	America/New_York	37.5326	-82.86877	227			KY	071		
4294900	Hisel	hisel	US		0	America/New_York	37.55564	-84.08382	440	Hisel,Hisell		KY	109		
4294903	Hislope	hislope	US		0	America/New_York	37.02174	-84.73328	294	Ethus,Hislope,Stableson,Tarter		KY	199		
4294908	Hite	hite	US		0	America/New_York	37.55704	-82.75349	204			KY	071		
4294914	Hites Falls	hites-falls	US		0	America/Chicago	37.54228	-86.59693	130			KY	085		
4294915	Hitesville	hitesville	US		0	America/Chicago	37.75254	-87.8278	125			KY	225		
4294916	Hittville	hittville	US		0	America/New_York	38.58313	-84.06382	265	Hittsville,Hittville		KY	201		
4294936	Hode	hode	US		0	America/New_York	37.88565	-82.4257	192	Hode,Little Elk		KY	159		
4294990	Hogue	hogue	US		0	America/New_York	37.16341	-84.70967	238			KY	199		
4295017	Holiday Ford	holiday-ford	US		0	America/New_York	38.56396	-84.72606	198			KY	187		
4295018	Holiday Hills	holiday-hills	US		0	America/New_York	38.05174	-84.55661	281			KY	067		
4295021	Holifield	holifield	US		0	America/Chicago	36.66173	-88.78922	151			KY	083		
4295043	Hollonville	hollonville	US		0	America/New_York	37.66842	-83.46824	248			KY	237		
4295044	Hollow Bill	hollow-bill	US		0	America/Chicago	37.05616	-86.98833	142			KY	141		
4295045	Hollow Creek	hollow-creek	US		810	America/Kentucky/Louisville	38.15257	-85.6244	193			KY	111		
4295069	Hollybush	hollybush	US		0	America/New_York	37.3376	-82.85183	298			KY	119		
4295081	Hollyhill	hollyhill	US		0	America/New_York	36.66314	-84.33021	368			KY	147		
4295084	Hollyvilla	hollyvilla	US		551	America/Kentucky/Louisville	38.09368	-85.74552	153			KY	111		
4295144	Honey Acre	honey-acre	US		0	America/Chicago	37.11285	-84.97467	309			KY	045		
4295151	Honey Fork	honey-fork	US		0	America/New_York	37.34733	-82.35403	266			KY	195		
4295160	Honeybee	honeybee	US		0	America/New_York	36.84147	-84.37216	380			KY	147		
4295188	Hooktown	hooktown	US		0	America/New_York	38.35452	-84.1516	242	Centerville,Hooktown		KY	181		
4295201	Hootentown	hootentown	US		0	America/New_York	37.92563	-84.29243	254	Hootentown,Hootontown		KY	049		
4295210	Hopeful Heights	hopeful-heights	US		0	America/New_York	39.00117	-84.65772	275			KY	015		
4295255	Hopson	hopson	US		0	America/Chicago	36.99005	-87.84696	165			KY	033		
4295259	Horn Back Mill	horn-back-mill	US		0	America/Chicago	37.57172	-86.39164	180			KY	027		
4295322	Horsemill	horsemill	US		0	America/Chicago	37.2331	-86.53804	184			KY	031		
4295373	Houckville	houckville	US		0	America/New_York	38.11231	-82.85572	244			KY	127		
4295393	Houston Acres	houston-acres	US		503	America/Kentucky/Louisville	38.21424	-85.61385	177			KY	111		
4295442	Howards Mill	howards-mill	US		0	America/New_York	38.06397	-83.84742	236	Howard Mills,Howards Mill		KY	173		
4295443	Howardstown	howardstown	US		0	America/New_York	37.57228	-85.59191	155			KY	179		
4295447	Howe Valley	howe-valley	US		0	America/New_York	37.68728	-86.0883	208			KY	093		
4295449	Howel	howel	US		0	America/Chicago	36.69921	-87.53557	180	Howel,Howell		KY	047		
4295471	Hubble	hubble	US		0	America/New_York	37.59702	-84.65467	299			KY	137		
4295501	Hueys Corners	hueys-corners	US		0	America/New_York	38.94617	-84.71745	280	Carters Corner,Hueys Corners		KY	015		
4295503	Huff	huff	US		0	America/Chicago	37.24866	-86.36776	165			KY	061		
4295542	Hughes Landing	hughes-landing	US		0	America/New_York	37.96479	-86.02997	123			KY	163		
4295543	Huldeville	huldeville	US		0	America/Chicago	37.26699	-86.60887	156			KY	031		
4295552	Hummel	hummel	US		0	America/New_York	37.39647	-84.28549	322			KY	203		
4295591	Hunter Town	hunter-town	US		0	America/New_York	38.03508	-84.69967	290	Crawfish,Hunter Town		KY	239		
4295597	Hunters Trace	hunters-trace	US		0	America/Kentucky/Louisville	38.17285	-85.8258	140			KY	111		
4295599	Hunters Hollow	hunters-hollow	US		381	America/New_York	38.07729	-85.69218	158			KY	029		
4295686	Hurstbourne Acres	hurstbourne-acres	US		1874	America/Kentucky/Louisville	38.22118	-85.58913	203			KY	111		
4295689	Hurstbourne	hurstbourne	US		4359	America/Kentucky/Louisville	38.23813	-85.58829	191			KY	111		
4295698	Hutch	hutch	US		0	America/New_York	36.65064	-83.6213	370			KY	013		
4295699	Hutchison	hutchison	US		0	America/New_York	38.13813	-84.33993	275	Hutchison,Hutchison Station		KY	017		
4295717	Hylton	hylton	US		0	America/New_York	37.23233	-82.52238	378			KY	195		
4295726	Ibex	ibex	US		0	America/New_York	38.17619	-83.0735	245			KY	063		
4295727	Ice	ice	US		0	America/New_York	37.1076	-82.86016	347			KY	133		
4295735	Ida May	ida-may	US		0	America/New_York	37.5212	-83.76631	215	Ida May,Idamay		KY	129		
4295741	Idle Hour	idle-hour	US		0	America/New_York	38.02258	-84.45938	301			KY	067		
4295749	Ilsley	ilsley	US		0	America/Chicago	37.19671	-87.61223	148	Crabtree,Ilsley		KY	107		
4295550	Hume	hume	US	14745	0	America/New_York	38.84395	-84.72356	150			KY	015		
4295856	Indian Hills Cherokee Section	indian-hills-cherokee-section	US		1011	America/Kentucky/Louisville	38.27951	-85.64996	180	Cherokee,Indian Hills Cherokee Section		KY	111		
4295880	Ingle	ingle	US		0	America/New_York	37.09341	-84.85912	327	Ingle,Yellow Weed		KY	199		
4295894	Insco	insco	US		0	America/Chicago	36.98115	-86.86444	187			KY	141		
4295896	Insull	insull	US		0	America/New_York	36.76342	-83.48797	357	Fee,Insull,Insull Baptist Church		KY	095		
4295923	Inroad	inroad	US		0	America/Chicago	36.95645	-85.27968	192	Gifford,Inroad		KY	001		
4295928	Irad	irad	US		0	America/New_York	38.09203	-82.73849	190			KY	127		
4295931	Iron Hill	iron-hill	US		0	America/New_York	38.40619	-83.03795	200			KY	043		
4295933	Iron Mound	iron-mound	US		0	America/New_York	37.8148	-84.04381	246			KY	065		
4295940	Ironville	ironville	US		288649	America/New_York	38.45647	-82.69238	219			KY	019		
4295950	Irvin Cobb Resort	irvin-cobb-resort	US		0	America/Chicago	36.64561	-88.13253	127			KY	035		
4295985	Island City	island-city	US		0	America/New_York	37.36648	-83.76797	255			KY	189		
4296030	Ivy Grove	ivy-grove	US		0	America/New_York	36.82231	-83.69575	374			KY	013		
4296031	Ivyton	ivyton	US		0	America/New_York	37.70898	-82.9785	301			KY	153		
4296032	Jabez	jabez	US		0	America/Chicago	36.98702	-84.89356	320			KY	207		
4296133	Jackstown	jackstown	US		0	America/New_York	38.2448	-84.05854	250	Jackstown,New London		KY	017		
4296134	Jacktown	jacktown	US		0	America/New_York	37.44396	-85.01551	250			KY	045		
4296136	Jacobs	jacobs	US		0	America/New_York	38.23092	-83.24129	256			KY	043		
4296137	Jacobs Addition	jacobs-addition	US		0	America/Kentucky/Louisville	38.19007	-85.78857	139			KY	111		
4296159	Jamboree	jamboree	US		0	America/New_York	37.49844	-82.1368	279			KY	195		
4296191	Jason	jason	US		0	America/New_York	37.17842	-83.48352	322			KY	131		
4296192	Jason	jason	US		0	America/Chicago	37.04866	-87.09055	213			KY	219		
4296218	Jeffersontown	jeffersontown	US		26946	America/Kentucky/Louisville	38.19424	-85.5644	214	Bruners Town,Brunerstown,Dzefersontaun,Dzhehfferstoun,Jefferson,Jefferson Town,Jeffersontown,jfrsntawn  kntaky,Џеферсонтаун,Джэфферстоун,جفرسنتاون، کنتاکی		KY	111		
4296257	Jenson	jenson	US		0	America/New_York	36.77703	-83.62992	316	Easley,Jenson		KY	013		
4296258	Jeptha	jeptha	US		0	America/New_York	37.94231	-83.09989	262			KY	175		
4296274	Jerico	jerico	US		0	America/Chicago	36.99671	-86.9775	141	Jericho,Jerico		KY	141		
4296275	Jeriel	jeriel	US		0	America/New_York	38.21814	-82.876	196			KY	043		
4296291	Jessamine	jessamine	US		0	America/New_York	37.87591	-84.62133	269			KY	113		
4296308	Jessietown	jessietown	US		0	America/New_York	37.4809	-85.32496	201			KY	155		
4296310	Jett	jett	US		0	America/New_York	38.17868	-84.81439	243			KY	073		
4296313	Jetts Creek	jetts-creek	US		0	America/New_York	37.50231	-83.54241	210			KY	025		
4296323	Jewel City	jewel-city	US		0	America/Chicago	37.52643	-87.35528	117	Jewel City,Jewell City		KY	107		
4296349	Jimtown	jimtown	US		0	America/New_York	37.66979	-85.2094	251			KY	229		
4296350	Jimtown	jimtown	US		0	America/Kentucky/Monticello	36.64451	-84.93217	419	Jimtown,McGinnistown		KY	231		
4296352	Jingo	jingo	US		0	America/Chicago	37.49866	-86.80832	165			KY	183		
4296353	Jinks	jinks	US		0	America/New_York	37.60647	-84.03215	206			KY	065		
4296354	Job	job	US		0	America/New_York	37.91787	-82.54376	237			KY	159		
4296356	Jimtown	jimtown	US		0	America/New_York	38.18896	-84.37438	297			KY	067		
4296435	Johnetta	johnetta	US		0	America/New_York	37.41564	-84.19188	304			KY	203		
4296463	Johns Run	johns-run	US		0	America/New_York	38.23842	-82.91156	187			KY	043		
4296518	Johnson Crossroads	johnson-crossroads	US		0	America/Chicago	37.39866	-86.20164	238			KY	085		
4296562	Johnsville	johnsville	US		0	America/New_York	38.7534	-84.14827	270			KY	023		
4296564	Johnsontown	johnsontown	US		0	America/Kentucky/Louisville	38.11951	-85.86024	138			KY	111		
4296567	Jolly	jolly	US		0	America/Chicago	37.4706	-87.70529	128	Jolly,Jolty		KY	233		
4296707	Joyes	joyes	US		0	America/New_York	38.20979	-85.29107	223			KY	211		
4296715	Judio	judio	US		0	America/Chicago	36.69589	-85.4808	166			KY	057		
4296718	Judy	judy	US		0	America/New_York	38.1298	-83.95853	305			KY	173		
4296724	Jugville	jugville	US		0	America/Chicago	37.46311	-86.59887	154			KY	085		
4296727	Julien	julien	US		0	America/Chicago	36.83671	-87.63973	149			KY	047		
4296728	Julip	julip	US		0	America/New_York	36.74286	-84.06576	299			KY	235		
4296736	Juniper Beach	juniper-beach	US		0	America/Kentucky/Louisville	38.32062	-85.64718	131			KY	111		
4296739	Jumbo	jumbo	US		0	America/New_York	37.45813	-84.68911	302			KY	137		
4296740	Justell	justell	US		0	America/New_York	37.55649	-82.63793	196			KY	071		
4296743	Junte	junte	US		0	America/New_York	38.08118	-85.09773	249			KY	211		
4296744	Justiceville	justiceville	US		0	America/New_York	37.41316	-82.45182	212			KY	195		
4296753	Kaler	kaler	US		0	America/Chicago	36.88561	-88.54643	106			KY	083		
4296757	Kaliopi	kaliopi	US		0	America/New_York	37.23343	-83.41657	350	Kaliopi,Omarsville		KY	131		
4296760	Karlus	karlus	US		0	America/Chicago	36.99396	-85.02634	300			KY	207		
4296769	Katharyn	katharyn	US		0	America/New_York	38.00091	-85.92885	136			KY	029		
4296777	Kavanaugh	kavanaugh	US		0	America/New_York	38.25342	-82.58682	175			KY	019		
4296778	Kayjay	kayjay	US		0	America/New_York	36.74425	-83.84909	327	Kayjay,Lunsford		KY	121		
4296786	Keck	keck	US		0	America/New_York	37.60453	-83.35907	237			KY	025		
4296789	Keefer	keefer	US		0	America/New_York	38.53507	-84.63383	282	Keefer,Priceburg		KY	081		
4296798	Keeneland	keeneland	US		374	America/Kentucky/Louisville	38.27479	-85.56746	205			KY	111		
4296814	Kehoe	kehoe	US		0	America/New_York	38.46619	-83.05128	184			KY	089		
4296816	Keith	keith	US		0	America/New_York	36.85231	-83.37129	349			KY	095		
4296823	Kelat	kelat	US		0	America/New_York	38.52618	-84.31216	289	Fairview,Kelat		KY	097		
4296826	Kellacey	kellacey	US		0	America/New_York	37.96203	-83.39157	287	Kellacey,Kellancy		KY	175		
4296861	Keltner	keltner	US		0	America/Chicago	37.09506	-85.51024	294			KY	001		
4296863	Ken Wye	ken-wye	US		0	America/Chicago	37.3456	-86.95333	122			KY	183		
4296866	Kenawood	kenawood	US		0	America/New_York	38.05841	-84.4516	308			KY	067		
4296867	Kendall Springs	kendall-springs	US		0	America/New_York	38.10091	-83.77936	278			KY	011		
4296898	Kentenia	kentenia	US		0	America/New_York	36.7962	-83.40102	380			KY	095		
4296904	Kenton Hills	kenton-hills	US		0	America/New_York	39.08395	-84.53161	248	Canton Hills,Kenton Hills		KY	117		
4296905	Kenton Vale	kenton-vale	US		112	America/New_York	39.05089	-84.51911	161			KY	117		
4296907	Kentontown	kentontown	US		0	America/New_York	38.49285	-84.11937	221	Kentontown,New Town		KY	201		
4296946	Kepler	kepler	US		0	America/Chicago	36.97477	-86.20054	188			KY	227		
4296947	Kerby Knob	kerby-knob	US		0	America/New_York	37.52175	-84.11326	454			KY	109		
4296948	Kernie	kernie	US		0	America/New_York	37.75676	-83.16795	263			KY	153		
4296952	Kerz	kerz	US		0	America/New_York	37.91676	-82.83961	257			KY	115		
4296959	Kettle	kettle	US		0	America/Chicago	36.70228	-85.36107	300			KY	057		
4296967	Kessinger	kessinger	US		0	America/Chicago	37.30589	-85.95942	290	Kessinger,Kissinger		KY	099		
4296976	Keysburg	keysburg	US		0	America/Chicago	36.65115	-87.00805	170			KY	141		
4296992	Kidds Crossing	kidds-crossing	US		0	America/Kentucky/Monticello	36.75646	-84.67994	273			KY	231		
4296994	Kiddville	kiddville	US		0	America/New_York	37.9598	-83.99298	247			KY	049		
4296998	Kildav	kildav	US		0	America/New_York	36.85842	-83.20573	414	Kildav,Kilday		KY	095		
4297011	Kimbrell	kimbrell	US		0	America/New_York	37.80425	-83.99103	220			KY	065		
4297035	King Mills	king-mills	US		0	America/Chicago	37.73671	-87.75224	120			KY	225		
4297040	Kingbee	kingbee	US		0	America/New_York	37.1548	-84.738	329			KY	199		
4297057	Kings Creek	kings-creek	US		0	America/New_York	37.05176	-82.91461	389			KY	133		
4297066	Kingswood	kingswood	US		0	America/Chicago	37.71895	-86.40859	223			KY	027		
4297075	Kinniconick	kinniconick	US		0	America/New_York	38.52119	-83.33796	210			KY	135		
4297081	Kino	kino	US		0	America/Chicago	36.94783	-85.77747	252			KY	009		
4297088	Kirbyton	kirbyton	US		0	America/Chicago	36.84061	-88.86395	112			KY	039		
4297102	Kirkmansville	kirkmansville	US		0	America/Chicago	37.01004	-87.2425	154	Graball,Grabell,Kirkmansville		KY	219		
4297111	Kirkwood Springs	kirkwood-springs	US		0	America/Chicago	37.25116	-87.76473	140			KY	107		
4297113	Kirtley	kirtley	US		0	America/Chicago	37.43699	-87.10111	119			KY	183		
4297115	Kise (historical)	kise-historical	US		0	America/New_York	37.98815	-82.65932	180			KY	127		
4297121	Kiserton	kiserton	US		0	America/New_York	38.27702	-84.27604	232			KY	017		
4297135	Kitts	kitts	US		0	America/New_York	36.85592	-83.29518	380			KY	095		
4297143	Klondyke	klondyke	US		0	America/New_York	37.94646	-85.09023	255			KY	005		
4297150	Knightsburg	knightsburg	US		0	America/Chicago	37.21282	-86.91944	128			KY	177		
4297179	Knopp	knopp	US		0	America/Kentucky/Louisville	38.14785	-85.73079	139	Knopp,Knopp-Melton,Mud Patch		KY	111		
4297184	Knottsville	knottsville	US		6270	America/Chicago	37.77172	-86.90416	173	Hearts Delight,Knottsville,Nottsville		KY	059		
4297186	Knowlton	knowlton	US		0	America/New_York	37.78619	-83.83742	402			KY	197		
4297209	Kona	kona	US		0	America/New_York	37.1576	-82.73877	384			KY	133		
4297215	Korea	korea	US		0	America/New_York	37.94203	-83.47852	341			KY	165		
4297216	Kosmosdale	kosmosdale	US		0	America/Kentucky/Louisville	38.03285	-85.90913	135			KY	111		
4297220	Kraft	kraft	US		0	America/New_York	37.71701	-85.9708	250			KY	093		
4297225	Kragon	kragon	US		0	America/New_York	37.50676	-83.34435	255			KY	025		
4297230	Kyrock	kyrock	US		0	America/Chicago	37.26338	-86.25664	161			KY	061		
4297233	L S Park	l-s-park	US		0	America/New_York	38.19562	-85.39968	228			KY	211		
4297234	L and E Junction	l-and-e-junction	US		0	America/New_York	38.00258	-84.06659	279			KY	049		
4297242	Labascus	labascus	US		0	America/New_York	37.22646	-84.91912	258			KY	045		
4297247	Lacie	lacie	US		0	America/New_York	38.52701	-85.1294	270			KY	103		
4297263	Laden	laden	US		0	America/New_York	36.91648	-83.19323	394			KY	095		
4297295	Lake Louisvilla	lake-louisvilla	US		0	America/New_York	38.31368	-85.51413	219			KY	185		
4297318	Lakeside Park	lakeside-park	US		2779	America/New_York	39.03562	-84.56911	259			KY	117		
4297324	Lakeview Acres	lakeview-acres	US		0	America/New_York	38.00813	-84.48244	316			KY	067		
4297329	Lakeview Heights	lakeview-heights	US		235	America/New_York	38.15147	-83.50435	245			KY	205		
4297333	Lamasco	lamasco	US		0	America/Chicago	36.98616	-87.93613	171	Lamasco,Plains		KY	143		
4297334	Lamb	lamb	US		0	America/New_York	38.95617	-84.448	153			KY	117		
4297335	Lamb	lamb	US		0	America/Chicago	36.75866	-85.89914	280			KY	171		
4297346	Lambric	lambric	US		0	America/New_York	37.5687	-83.13045	258			KY	025		
4297348	Lamero	lamero	US		0	America/New_York	37.30092	-84.16049	273			KY	125		
4297358	Lancelot Estates	lancelot-estates	US		0	America/New_York	38.18341	-84.62328	274			KY	209		
4297359	Lancer	lancer	US		0	America/New_York	37.66704	-82.73683	197	Lancer,Lancey		KY	071		
4297373	Landsaw	landsaw	US		0	America/New_York	37.72759	-83.45129	291			KY	237		
4297400	Langdon Place	langdon-place	US		969	America/Kentucky/Louisville	38.28756	-85.58315	203			KY	111		
4297406	Langstaff	langstaff	US		0	America/New_York	38.64145	-85.11329	141			KY	041		
4297407	Lanhamtown	lanhamtown	US		0	America/New_York	37.33619	-84.88245	276			KY	045		
4297417	Langnau	langnau	US		0	America/New_York	37.17981	-83.96687	322			KY	125		
4297420	Larkslane	larkslane	US		0	America/New_York	37.38482	-82.88127	270			KY	119		
4297432	Latonia Lakes	latonia-lakes	US		304	America/New_York	38.96756	-84.49772	263			KY	117		
4297484	Laurel Creek	laurel-creek	US		0	America/New_York	37.24509	-83.74881	273			KY	051		
4297500	Laurel Ford	laurel-ford	US		0	America/New_York	36.81342	-83.55047	328	Laurel Ford,Laurel Fork		KY	013		
4297565	Lawhorn Hill	lawhorn-hill	US		0	America/New_York	37.30007	-84.85384	334			KY	045		
4297606	Layman	layman	US		0	America/New_York	36.8287	-83.46324	345			KY	095		
4297615	LeGrande	legrande	US		0	America/Chicago	37.17811	-85.78219	202	LeGrande,Legrande		KY	099		
4297624	Leafdale	leafdale	US		0	America/New_York	37.56339	-85.66468	283			KY	123		
4297629	Leatha	leatha	US		0	America/New_York	37.81815	-83.01656	278			KY	153		
4297632	Leatherwood	leatherwood	US		0	America/New_York	37.03287	-83.17239	524	Leatherwood,Toner		KY	193		
4297669	Leckieville	leckieville	US		0	America/New_York	37.65899	-82.27236	204			KY	195		
4297676	Lecta	lecta	US		0	America/Chicago	37.01116	-85.85609	240			KY	009		
4297678	Ledford	ledford	US		0	America/Chicago	36.53006	-89.30257	86			KY	075		
4297683	Ledocio	ledocio	US		0	America/New_York	38.02898	-82.71405	205			KY	127		
4297703	Lee City	lee-city	US		0	America/New_York	37.73926	-83.33296	292			KY	237		
4297717	Leeco	leeco	US		0	America/New_York	37.71092	-83.69491	383			KY	237		
4297730	Leetown	leetown	US		0	America/Chicago	37.13949	-86.74277	183			KY	031		
4297732	Lees Lick	lees-lick	US		0	America/New_York	38.33591	-84.41855	247			KY	097		
4297869	Leisure	leisure	US		0	America/New_York	38.04481	-83.30407	237			KY	175		
4297872	Leitchfield Crossing	leitchfield-crossing	US		0	America/Chicago	37.30144	-85.91247	207			KY	099		
4297876	Lemen Landing	lemen-landing	US		0	America/Chicago	37.19478	-88.34781	99	Lemen Landing,Lemmon Landing		KY	139		
4297877	Lemon	lemon	US		0	America/Chicago	37.58116	-87.37833	115	Lemon,Whitesburgh		KY	149		
4297885	Lenoxburg	lenoxburg	US		0	America/New_York	38.74257	-84.22493	281			KY	023		
4297890	Lerose	lerose	US		0	America/New_York	37.48231	-83.61547	226			KY	189		
4297895	Lesbas	lesbas	US		0	America/New_York	37.07898	-83.99548	356			KY	125		
4297898	Lenarue	lenarue	US		0	America/New_York	36.8062	-83.2674	382			KY	095		
4297912	Letitia	letitia	US		0	America/New_York	38.63674	-83.00462	202			KY	089		
4297918	Levee	levee	US		0	America/New_York	37.97119	-83.9352	242			KY	173		
4297925	Levi	levi	US		0	America/New_York	37.48037	-83.72075	253			KY	189		
4297927	Level Green	level-green	US		0	America/New_York	37.28119	-84.42605	318			KY	203		
4297932	Levias	levias	US		0	America/Chicago	37.30783	-88.18086	145			KY	055		
4297933	Levisa Junction	levisa-junction	US		0	America/New_York	37.40594	-82.44209	208			KY	195		
4297959	Lewis Creek	lewis-creek	US		0	America/New_York	36.98954	-83.31685	337			KY	131		
4297982	Lexie	lexie	US		0	America/New_York	37.72898	-83.40379	325			KY	237		
4297990	Lexington Manor	lexington-manor	US		0	America/New_York	38.04313	-84.46966	312			KY	067		
4297999	Lexington-Fayette	lexington-fayette	US		314488	America/New_York	38.0498	-84.45855	305	Fayette County,Lexington,Lexington-Fayette		KY	067		
4298047	Liberty Heights	liberty-heights	US		0	America/New_York	38.03897	-84.46577	323			KY	067		
4298053	Liberty Road	liberty-road	US		0	America/New_York	37.90564	-83.29268	237			KY	175		
4298216	Lick Fork	lick-fork	US		0	America/New_York	38.09647	-83.41102	258			KY	205		
4298235	Lickburg	lickburg	US		0	America/New_York	37.79287	-83.08517	261	Lickburg,Licksburg		KY	153		
4298241	Licking River	licking-river	US		0	America/New_York	37.93731	-83.30629	243			KY	175		
4298249	Lickskillet	lickskillet	US		0	America/Chicago	36.7381	-86.98972	161			KY	141		
4298251	Lickskillet	lickskillet	US		0	America/New_York	37.93396	-86.05719	211	Lanesville,Lick Skillet,Lickskillet,Wrightsville		KY	163		
4298253	Lida	lida	US		0	America/New_York	37.08231	-83.93465	367			KY	125		
4298258	Liggett	liggett	US		0	America/New_York	36.75203	-83.34713	456			KY	095		
4298261	Liletown	liletown	US		0	America/Chicago	37.14395	-85.5833	217			KY	087		
4298266	Ligon	ligon	US		0	America/New_York	37.37038	-82.67266	427			KY	071		
4298267	Limaburg	limaburg	US		0	America/New_York	39.02006	-84.68717	247	Limaburg,Limaburg Rouse,Needmore		KY	015		
4298283	Limestone Springs	limestone-springs	US		0	America/New_York	37.93034	-85.66829	144			KY	029		
4298284	Limeville	limeville	US		0	America/New_York	38.70758	-82.881	164	Limeville,Tongs		KY	089		
4298288	Limp	limp	US		0	America/New_York	37.59228	-86.19747	220			KY	093		
4298300	Lincoln Ridge	lincoln-ridge	US		0	America/New_York	38.2184	-85.37524	229			KY	211		
4298321	Lindseyville	lindseyville	US		0	America/Chicago	37.23588	-86.29442	211	Lindseyville,Midway		KY	061		
4298340	Lines Mill	lines-mill	US		0	America/Chicago	37.35811	-86.04275	178			KY	099		
4298352	Linwood Park	linwood-park	US		0	America/Chicago	37.35061	-86.14275	182			KY	085		
4298356	Lionilli	lionilli	US		0	America/New_York	37.26066	-82.61127	323			KY	195		
4298361	Liro	liro	US		0	America/New_York	38.40118	-85.33857	272			KY	185		
4298365	Lisletown	lisletown	US		0	America/New_York	37.91925	-84.27354	177			KY	049		
4298368	Litsey	litsey	US		0	America/New_York	37.76951	-85.19274	196			KY	229		
4298369	Little	little	US		0	America/New_York	37.43981	-83.36185	236			KY	025		
4298376	Little Barren	little-barren	US		0	America/Chicago	37.12783	-85.61775	236			KY	087		
4298381	Little Bear Creek	little-bear-creek	US		0	America/Chicago	36.95561	-88.2417	126	Little Bear Creek,Little Bear Creek Cabin Area,Malcom Creek Cabin Area,Point Necessity		KY	157		
4298499	Little Cypress	little-cypress	US		0	America/Chicago	37.01672	-88.44615	107			KY	157		
4298510	Little Dixie	little-dixie	US		0	America/New_York	37.46149	-82.55932	232	Little Dixi,Little Dixie		KY	195		
4298558	Little Georgetown	little-georgetown	US		0	America/New_York	38.02647	-84.61578	263			KY	067		
4298575	Little Hickman	little-hickman	US		0	America/New_York	37.77369	-84.57022	224			KY	113		
4298655	Little Mount	little-mount	US		0	America/New_York	38.06146	-85.25134	231			KY	215		
4298665	Little Needmore	little-needmore	US		0	America/New_York	37.65786	-84.72661	277			KY	021		
4298724	Little Sandy	little-sandy	US		0	America/New_York	38.0612	-83.18184	240			KY	063		
4298757	Little Texas	little-texas	US		0	America/New_York	38.01258	-84.64189	269	Little Texas,Shannondale		KY	067		
4298802	Littleville	littleville	US		0	America/Chicago	37.06117	-88.60338	103			KY	145		
4298806	Livia	livia	US		0	America/Chicago	37.57088	-87.10444	143			KY	059		
4298813	Littrell	littrell	US		0	America/Chicago	36.6859	-85.39635	321			KY	057		
4298825	Load	load	US		0	America/New_York	38.54619	-82.97073	176			KY	089		
4298827	Loam	loam	US		0	America/New_York	37.40759	-84.12965	309			KY	109		
4298828	Lobb	lobb	US		0	America/Chicago	37.34589	-85.64497	222			KY	087		
4298871	Locust Branch	locust-branch	US		0	America/New_York	37.58619	-84.06965	210			KY	065		
4298913	Lodale	lodale	US		0	America/New_York	38.04312	-86.28081	172	Lodale,Richardson Landing,Richardsons Landing		KY	163		
4298914	Lodiburg	lodiburg	US		0	America/Chicago	37.90451	-86.40275	155	Lodi,Lodiburg		KY	027		
4298920	Log Lick	log-lick	US		0	America/New_York	37.85814	-84.02687	229			KY	049		
4298944	Logana	logana	US		0	America/New_York	37.8648	-84.48688	268			KY	113		
4298945	Logantown	logantown	US		0	America/New_York	37.56064	-84.62966	283			KY	137		
4298948	Logsdon Valley	logsdon-valley	US		0	America/Chicago	37.26616	-85.96192	176			KY	099		
4298953	Logville	logville	US		0	America/New_York	37.87287	-83.10989	252			KY	153		
4298955	Lola	lola	US		0	America/Chicago	37.31866	-88.30781	121			KY	139		
4299167	Long Ridge	long-ridge	US		0	America/Chicago	36.74451	-85.29607	230			KY	057		
4299174	Long Ridge	long-ridge	US		0	America/New_York	38.58729	-84.82356	287			KY	187		
4299176	Long Run	long-run	US		0	America/Kentucky/Louisville	38.23174	-85.42412	195			KY	111		
4299186	Long View	long-view	US		0	America/New_York	37.78951	-85.91302	246			KY	093		
4299196	Longlick	longlick	US		0	America/New_York	38.34257	-84.65828	248	Long Lick,Longlick		KY	209		
4299206	Lookout Heights	lookout-heights	US		0	America/New_York	39.06728	-84.54328	251			KY	117		
4299218	Loradale	loradale	US		0	America/New_York	38.19508	-84.39744	290	Blue Spring,Huffman,Loradale,Old Union		KY	067		
4299259	Lost River	lost-river	US		0	America/Chicago	36.95282	-86.47527	167			KY	227		
4299272	Louden	louden	US		0	America/New_York	36.75175	-84.02576	295			KY	235		
4299291	Love	love	US		0	America/Chicago	37.2831	-86.52721	179			KY	031		
4299302	Louellen	louellen	US		0	America/New_York	36.91287	-83.09406	452			KY	095		
4299324	Low Gap	low-gap	US		0	America/Kentucky/Monticello	36.64507	-84.95884	458			KY	231		
4299381	Lower Buffalo	lower-buffalo	US		0	America/New_York	37.52787	-83.68769	208			KY	129		
4299417	Lower Gillmore	lower-gillmore	US		0	America/New_York	37.76398	-83.36935	294			KY	237		
4299463	Lower Spencer	lower-spencer	US		0	America/New_York	38.02869	-83.8402	238			KY	173		
4299508	Lucastown	lucastown	US		0	America/New_York	37.20649	-82.79655	427			KY	133		
4299514	Lucky	lucky	US		0	America/New_York	36.73703	-84.07215	299			KY	235		
4299519	Lucky Fork	lucky-fork	US		0	America/New_York	37.36759	-83.56991	283			KY	189		
4299526	Lucky Stop	lucky-stop	US		0	America/New_York	37.9648	-83.81464	276			KY	173		
4299536	Lunah	lunah	US		0	America/New_York	37.56259	-83.17684	246			KY	025		
4299547	Luner	luner	US		0	America/New_York	37.23564	-84.27549	269			KY	203		
4299552	Lykins	lykins	US		0	America/New_York	37.77815	-83.22184	272			KY	153		
4299561	Lyndale	lyndale	US		0	America/New_York	37.96925	-84.20521	277			KY	049		
4299580	Lynn City	lynn-city	US		0	America/Chicago	37.37171	-87.25083	133			KY	177		
4299585	Lynn Grove	lynn-grove	US		0	America/Chicago	36.58922	-88.4381	175			KY	035		
4299591	Lynnview	lynnview	US		940	America/Kentucky/Louisville	38.1784	-85.70968	144			KY	111		
4299611	Mac	mac	US		0	America/New_York	37.40006	-85.51052	251			KY	217		
4299614	Lytten	lytten	US		0	America/New_York	38.10453	-83.22101	352			KY	063		
4299679	Magan	magan	US		0	America/Chicago	37.60033	-86.79943	173			KY	183		
4299680	Magee Springs	magee-springs	US		0	America/Chicago	36.92256	-88.93756	98	Magee Springs,McGee,McGee Springs		KY	039		
4299681	Maggard	maggard	US		0	America/New_York	37.8187	-83.09545	261			KY	153		
4299705	Major	major	US		0	America/New_York	37.41398	-83.69853	236			KY	189		
4299724	Maloneton	maloneton	US		0	America/New_York	38.68424	-82.91795	169			KY	089		
4299725	Maloney	maloney	US		0	America/New_York	37.58259	-83.67464	220			KY	129		
4299736	Mallard Point	mallard-point	US		0	America/New_York	38.31785	-84.57605	275			KY	209		
4299762	Manning Crossing	manning-crossing	US		0	America/Chicago	37.9959	-86.48109	122			KY	027		
4299766	Manntown	manntown	US		0	America/Chicago	36.8784	-85.16079	180			KY	207		
4299767	Manor Creek	manor-creek	US		232	America/Kentucky/Louisville	38.29757	-85.58783	186			KY	111		
4299768	Manse	manse	US		0	America/New_York	37.58786	-84.43771	308			KY	079		
4299800	Maples Corner	maples-corner	US		0	America/New_York	37.83312	-86.13358	225			KY	163		
4299812	Marcum	marcum	US		0	America/New_York	37.11065	-83.55963	271			KY	051		
4299834	Maretburg	maretburg	US		0	America/New_York	37.35536	-84.38716	354	Maretburg,Maretburgh		KY	203		
4299838	Mariba	mariba	US		0	America/New_York	37.91619	-83.57852	358			KY	165		
4299857	Marksbury	marksbury	US		0	America/New_York	37.67258	-84.63772	297			KY	079		
4299872	Marlowe	marlowe	US		0	America/New_York	37.13121	-82.83072	350			KY	133		
4299967	Martins Fork	martins-fork	US		0	America/New_York	36.7162	-83.32213	455			KY	095		
4299976	Martwick	martwick	US		0	America/Chicago	37.32699	-87.02388	148			KY	177		
4299985	Mary Helen	mary-helen	US		0	America/New_York	36.81287	-83.2549	414	Coalgood,Mary Helen		KY	095		
4299997	Marydell	marydell	US		0	America/New_York	37.10926	-83.90881	362			KY	125		
4299998	Maryhill Estates	maryhill-estates	US		179	America/Kentucky/Louisville	38.26674	-85.65024	154			KY	111		
4300002	Marydale	marydale	US		0	America/New_York	39.02617	-84.62161	270			KY	015		
4300008	Mashfork	mashfork	US		0	America/New_York	37.76148	-83.00545	279			KY	153		
4300026	Massac	massac	US		4505	America/Chicago	37.01672	-88.73061	140	Massac,Massack		KY	145		
4300039	Mathers Mill	mathers-mill	US		0	America/New_York	37.54034	-85.76913	212	Kirkpatrick Mill,Mathers Mill		KY	123		
4300042	Matanzas	matanzas	US		0	America/Chicago	37.4506	-87.05861	126			KY	183		
4300045	Matthew	matthew	US		0	America/New_York	37.8562	-83.15851	263			KY	175		
4300050	Mattingly	mattingly	US		0	America/Chicago	37.76283	-86.60193	229	Balltown,Mattingly,Pincheco		KY	027		
4300058	Maulden	maulden	US		0	America/New_York	37.35564	-83.86853	316			KY	109		
4300070	Mavo	mavo	US		0	America/New_York	37.87257	-84.92606	273			KY	167		
4300072	Mavity	mavity	US		0	America/New_York	38.3448	-82.69961	187			KY	019		
4300077	Maxine	maxine	US		0	America/New_York	37.46506	-85.79552	253			KY	123		
4300078	Maxon	maxon	US		0	America/Chicago	37.08894	-88.73061	99	Maxon,Temple Mill		KY	145		
4300080	Maxon Crossing	maxon-crossing	US		0	America/Chicago	37.08311	-88.75116	109			KY	145		
4300137	Mayo Village	mayo-village	US		0	America/New_York	37.4526	-82.52349	214			KY	195		
4300149	Mays Lick	mays-lick	US		242	America/New_York	38.51758	-83.84187	269	Mays Lick,Mays Spring,New Jersey Colony,William Mays Settlement		KY	161		
4300163	Mays Store	mays-store	US		0	America/Chicago	37.02977	-87.12083	217	Mays Store,McGees Store		KY	219		
4300167	McAndrews	mcandrews	US		0	America/New_York	37.57371	-82.2682	296	McAndrews,Pinson		KY	195		
4300169	McAfee	mcafee	US		0	America/New_York	37.85063	-84.8519	267	Eldorado,McAfee		KY	167		
4300172	McBrayer	mcbrayer	US		0	America/New_York	37.97535	-84.88551	254			KY	005		
4300185	McCarr	mccarr	US		164	America/New_York	37.61094	-82.16986	211			KY	195		
4300207	McClure	mcclure	US		0	America/New_York	37.76482	-82.48709	196			KY	159		
4300217	McCombs	mccombs	US		0	America/New_York	37.65371	-82.58404	216			KY	195		
4300227	McCoy	mccoy	US		0	America/Chicago	37.61867	-86.38164	221			KY	027		
4300255	McCreary	mccreary	US		0	America/New_York	37.67119	-84.51549	296			KY	079		
4300266	McDaniels	mcdaniels	US		0	America/Chicago	37.60672	-86.42498	204			KY	027		
4300273	McDowell	mcdowell	US		0	America/New_York	37.45593	-82.73627	216			KY	071		
4300281	McElroy Ford	mcelroy-ford	US		0	America/Chicago	36.73393	-86.40999	203			KY	003		
4300308	McGowan	mcgowan	US		0	America/Chicago	37.05783	-87.84446	157			KY	033		
4300323	McHargue	mchargue	US		0	America/New_York	37.00537	-84.01743	346			KY	125		
4300339	McKee	mckee	US		789	America/New_York	37.43036	-83.99798	314		109	KY	109		
4300344	McKees Crossroads	mckees-crossroads	US		0	America/New_York	38.12091	-84.77606	271			KY	239		
4300378	McKinneysburg	mckinneysburg	US		0	America/New_York	38.59729	-84.26521	168			KY	191		
4300408	McQuady	mcquady	US		0	America/Chicago	37.70839	-86.51887	206			KY	027		
4300411	McRoberts	mcroberts	US		784	America/New_York	37.2076	-82.67182	437			KY	133		
4300415	McVeigh	mcveigh	US		0	America/New_York	37.53844	-82.25597	300			KY	195		
4300418	McWhorter	mcwhorter	US		0	America/New_York	37.23426	-83.99993	295	Chalotte,McWhorter		KY	125		
4300431	Meador	meador	US		0	America/Chicago	36.89116	-86.1761	202			KY	003		
4300474	Meadow Lawn	meadow-lawn	US		0	America/Kentucky/Louisville	38.05979	-85.89746	136			KY	111		
4300477	Meadowbrook Farm	meadowbrook-farm	US		138	America/Kentucky/Louisville	38.2784	-85.57524	196			KY	111		
4300479	Meadow Vale	meadow-vale	US		758	America/Kentucky/Louisville	38.28313	-85.57191	203			KY	111		
4300485	Meadowthorpe	meadowthorpe	US		0	America/New_York	38.07008	-84.52327	293			KY	067		
4300487	Meadowview Estates	meadowview-estates	US		373	America/Kentucky/Louisville	38.22229	-85.63552	160			KY	111		
4300488	Meads	meads	US		288649	America/New_York	38.41258	-82.70905	185			KY	019		
4300512	Meece	meece	US		0	America/New_York	37.02841	-84.50883	337			KY	199		
4300538	Meldrum	meldrum	US		0	America/New_York	36.66703	-83.69408	342			KY	013		
4300539	Mell	mell	US		0	America/Chicago	37.11228	-85.52858	307			KY	087		
4300560	Memphis Junction	memphis-junction	US		0	America/Chicago	36.94226	-86.48916	169			KY	227		
4300567	Menzie	menzie	US		0	America/New_York	38.73979	-84.33994	171			KY	191		
4300594	Merry Oaks	merry-oaks	US		0	America/Chicago	37.02227	-86.10609	208			KY	009		
4300595	Mershons	mershons	US		0	America/New_York	37.28314	-84.12577	331			KY	125		
4300598	Meshack	meshack	US		0	America/Chicago	36.73256	-85.54886	171			KY	171		
4300617	Midas	midas	US		0	America/New_York	37.51232	-82.83488	216			KY	071		
4300729	Middletown Heights	middletown-heights	US		0	America/New_York	38.2159	-85.24218	246	Middleton Heights,Middletown Heights		KY	211		
4300756	Mikegrady	mikegrady	US		0	America/New_York	37.33955	-82.31237	439			KY	195		
4300915	Mill Pond	mill-pond	US		0	America/New_York	37.22926	-83.73742	266			KY	051		
4300933	Mill Springs	mill-springs	US		0	America/Kentucky/Monticello	36.93202	-84.77911	261			KY	231		
4300944	Millard	millard	US		0	America/New_York	37.40788	-82.4382	214			KY	195		
4300994	Miller Landing	miller-landing	US		0	America/Chicago	37.18394	-88.3792	100			KY	139		
4301020	Million	million	US		0	America/New_York	37.7798	-84.38743	221			KY	151		
4301034	Millseat	millseat	US		0	America/New_York	38.49064	-82.67072	195			KY	019		
4301062	Mima	mima	US		0	America/New_York	37.92064	-83.03656	308			KY	175		
4301071	Minefork	minefork	US		0	America/New_York	37.86342	-83.01183	233			KY	153		
4301082	Mining City	mining-city	US		0	America/Chicago	37.22727	-86.77888	117	Bank Yard,Mining City,Suffock		KY	031		
4301089	Minor	minor	US		0	America/New_York	38.13231	-83.26518	341			KY	205		
4301094	Heritage Creek	heritage-creek	US		1076	America/Kentucky/Louisville	38.12368	-85.71968	143	Heritage Creek,Minor Lane Heights		KY	111		
4301098	Minorsville	minorsville	US		0	America/New_York	38.32952	-84.70356	252			KY	209		
4301110	Mintonville	mintonville	US		0	America/New_York	37.1773	-84.81078	367			KY	045		
4301141	Mitchell Landing	mitchell-landing	US		0	America/Chicago	37.18422	-88.28864	93			KY	139		
4301143	Mitchell Hill	mitchell-hill	US		0	America/Chicago	37.3531	-87.5375	141			KY	107		
4301163	Mockingbird Valley	mockingbird-valley	US		169	America/Kentucky/Louisville	38.27257	-85.68218	136			KY	111		
4301172	Moct	moct	US		0	America/New_York	37.66148	-83.34574	273			KY	025		
4301175	Molus	molus	US		0	America/New_York	36.81314	-83.49047	340			KY	095		
4301180	Monica	monica	US		0	America/New_York	37.58425	-83.60158	218			KY	129		
4301182	Monford	monford	US		0	America/Chicago	37.26727	-86.64138	162			KY	031		
4301188	Monkeys Eyebrow	monkeys-eyebrow	US		0	America/Chicago	37.18672	-88.98785	110	Giptown,Monkeys Eyebrow,Wrays Store		KY	007		
4301235	Mook	mook	US		0	America/Chicago	37.67339	-86.3522	233			KY	027		
4301236	Mooleyville	mooleyville	US		0	America/Chicago	38.02117	-86.46387	177			KY	027		
4301240	Moon Lake Estates	moon-lake-estates	US		0	America/New_York	38.2873	-84.56133	282			KY	209		
4301276	Moore Hill	moore-hill	US		0	America/New_York	36.93564	-84.08132	346			KY	121		
4301289	Moores Creek	moores-creek	US		0	America/New_York	37.28314	-83.99493	320			KY	109		
4301298	Moorman	moorman	US		0	America/Chicago	37.38338	-87.14416	127			KY	177		
4301304	Moranburg	moranburg	US		0	America/New_York	38.67118	-83.81298	168	Lawrence Creek,Moranburg,Morganburg		KY	161		
4301306	Moree	moree	US		0	America/New_York	37.71899	-82.50432	216			KY	159		
4301352	Morning Glory	morning-glory	US		0	America/New_York	38.40063	-84.14771	235	Irvinesville,Morning Glory		KY	181		
4301377	Morris Fork	morris-fork	US		0	America/New_York	37.38259	-83.51602	262			KY	025		
4301408	Mortimer Station	mortimer-station	US		0	America/Chicago	36.70032	-86.87028	165	Mortimer Station,Red River Station		KY	141		
4301416	Mortonsville	mortonsville	US		0	America/New_York	37.97202	-84.75634	246			KY	239		
4301428	Moseleyville	moseleyville	US		0	America/Chicago	37.6631	-87.19333	119	Moseleyville,Mosleyville,The Narrows of Panther Creek		KY	059		
4301463	Mossy Bottom	mossy-bottom	US		0	America/New_York	37.5301	-82.57932	200			KY	195		
4301469	Mount Beulah	mount-beulah	US		0	America/Chicago	37.29839	-85.93941	267			KY	099		
4301556	Mount Lebanon	mount-lebanon	US		0	America/New_York	37.82675	-84.50438	292			KY	113		
4301569	Mount Aerial	mount-aerial	US		0	America/Chicago	36.75337	-86.39277	210			KY	003		
4301619	Mount Pisgah	mount-pisgah	US		0	America/Kentucky/Monticello	36.65896	-84.81467	289			KY	231		
4301676	Mount Salem	mount-salem	US		0	America/New_York	37.4173	-84.79939	288			KY	137		
4301727	Mount Victor	mount-victor	US		0	America/Chicago	36.97921	-86.39499	155	Mount Victor,Mount Victory		KY	227		
4301797	Mountain Ash	mountain-ash	US		0	America/New_York	36.65758	-84.12882	304			KY	235		
4301806	Mountain Valley	mountain-valley	US		0	America/New_York	37.66148	-83.26879	271			KY	025		
4301812	Moutardier	moutardier	US		0	America/Chicago	37.33505	-86.24775	218			KY	085		
4301826	Moxley	moxley	US		0	America/New_York	38.56257	-85.00912	152			KY	187		
4301827	Moxley Landing	moxley-landing	US		0	America/Chicago	37.18617	-88.30587	98			KY	139		
4301859	Mud Lick	mud-lick	US		0	America/Chicago	36.75283	-85.78053	299			KY	171		
4301913	Muddy Ford	muddy-ford	US		0	America/New_York	38.30924	-84.50244	268			KY	209		
4301979	Mulfordtown	mulfordtown	US		0	America/Chicago	37.54366	-88.07253	114			KY	225		
4301981	Mullikin Junction	mullikin-junction	US		0	America/Chicago	37.22589	-88.32531	175			KY	139		
4302000	Mummie	mummie	US		0	America/New_York	37.3937	-83.87103	304	Blackwater,Mummie		KY	109		
4302011	Mundys Landing	mundys-landing	US		0	America/New_York	37.85424	-84.77078	164	Mondays Landing,Mundays Landing,Mundys,Mundys Landing		KY	239		
4302013	Munk	munk	US		0	America/New_York	38.77562	-84.69661	213	Monk,Munk		KY	077		
4302017	Murl	murl	US		0	America/Kentucky/Monticello	36.8134	-84.95801	316			KY	231		
4302028	Murphy Ford	murphy-ford	US		0	America/Chicago	37.14727	-87.65001	117			KY	107		
4302033	Murphyfork	murphyfork	US		0	America/New_York	37.82981	-83.41907	279			KY	175		
4302034	Murphysville	murphysville	US		0	America/New_York	38.56813	-83.86576	212			KY	161		
4302040	Murray Hill	murray-hill	US		605	America/Kentucky/Louisville	38.29035	-85.58829	196			KY	111		
4302056	Music	music	US		0	America/New_York	38.30814	-82.82405	213			KY	043		
4302077	Myers	myers	US		0	America/New_York	38.35091	-83.95326	191			KY	181		
4302104	Napfor	napfor	US		0	America/New_York	37.31343	-83.31212	248			KY	193		
4302107	Naomi	naomi	US		0	America/New_York	37.00896	-84.79189	311			KY	199		
4302143	Narvel	narvel	US		0	America/Chicago	36.78479	-85.04551	278	Narrel,Narvel		KY	053		
4302145	Nashtown	nashtown	US		0	America/New_York	38.50924	-83.53269	253			KY	135		
4302153	Natlee	natlee	US		0	America/New_York	38.44701	-84.66189	219	Natalee,Natlee		KY	187		
4302176	Neafus	neafus	US		0	America/Chicago	37.39505	-86.61193	191			KY	031		
4302191	Nealton	nealton	US		0	America/New_York	37.93702	-84.60439	302			KY	113		
4302194	Nealy	nealy	US		0	America/New_York	37.27371	-82.86683	380			KY	119		
4302198	Neatsville	neatsville	US		0	America/Chicago	37.19729	-85.12551	215	Neatsville,Neetsville		KY	001		
4302199	Neave	neave	US		0	America/New_York	38.64757	-84.20216	289			KY	023		
4302206	Ned	ned	US		0	America/New_York	37.40843	-83.27073	253			KY	025		
4302267	Nell	nell	US		0	America/Chicago	37.0095	-85.4833	227			KY	001		
4302271	Nelse	nelse	US		0	America/New_York	37.40399	-82.44015	222			KY	195		
4302289	Neon Junction	neon-junction	US		0	America/New_York	37.17955	-82.71377	387			KY	133		
4302290	Neosheo	neosheo	US		0	America/Chicago	36.71199	-86.67861	187	Neosheo,The Georgia Settlement		KY	213		
4302291	Nepton	nepton	US		0	America/New_York	38.43535	-83.83409	258			KY	069		
4302293	Nero	nero	US		0	America/New_York	37.74843	-82.74349	191			KY	115		
4302302	Netty	netty	US		0	America/New_York	37.74703	-83.23851	265			KY	153		
4302303	Nevelsville	nevelsville	US		0	America/New_York	36.84119	-84.55938	342			KY	147		
4302304	Nevin	nevin	US		0	America/New_York	37.94619	-84.88328	243			KY	005		
4302306	Nevisdale	nevisdale	US		0	America/New_York	36.68675	-84.04604	298			KY	235		
4302308	New	new	US		0	America/New_York	38.42785	-84.8105	197			KY	187		
4302309	New Allen	new-allen	US		0	America/New_York	37.61482	-82.72155	204	East Allen,New Allen		KY	071		
4302337	New Camp	new-camp	US		0	America/New_York	37.66038	-82.2857	221			KY	195		
4302346	New Columbus	new-columbus	US		0	America/New_York	38.45757	-84.64522	259			KY	187		
4302351	New Cypress	new-cypress	US		0	America/Chicago	36.73061	-88.92673	117	Cypress-Shiloh,New Cypress		KY	105		
4302352	New Cypress	new-cypress	US		0	America/Chicago	37.25199	-87.24	136			KY	177		
4302453	New Roe	new-roe	US		0	America/Chicago	36.66588	-86.38249	217			KY	003		
4302505	Newby	newby	US		0	America/New_York	37.76314	-84.41521	296			KY	151		
4302514	Newcombe	newcombe	US		0	America/New_York	38.08453	-83.05406	216			KY	063		
4302541	Newstead	newstead	US		0	America/Chicago	36.79921	-87.63029	162			KY	047		
4302543	Newt	newt	US		0	America/Chicago	37.17923	-85.56469	261			KY	087		
4302576	Nick	nick	US		0	America/Chicago	37.12977	-86.31109	185			KY	061		
4302581	Nickell	nickell	US		0	America/New_York	37.8337	-83.32601	256			KY	175		
4302592	Nigh	nigh	US		0	America/New_York	37.43066	-82.26986	245			KY	195		
4302594	Nihizertown	nihizertown	US		0	America/New_York	37.98841	-84.36327	301			KY	067		
4302599	Nina	nina	US		0	America/New_York	37.66397	-84.46633	301			KY	079		
4302604	Nineteen	nineteen	US		0	America/Chicago	37.32754	-86.94666	142			KY	183		
4302605	Nippa	nippa	US		0	America/New_York	37.86593	-82.78738	194			KY	115		
4302607	Ninevah	ninevah	US		0	America/New_York	38.08257	-84.87884	256	Ninevah,Providence		KY	005		
4302619	Nobob	nobob	US		0	America/Chicago	36.86533	-85.77414	254			KY	009		
4302622	Node	node	US		0	America/Chicago	37.12922	-85.64386	229			KY	169		
4302627	Noetown	noetown	US		0	America/New_York	36.61647	-83.75519	364			KY	013		
4302629	Noctor	noctor	US		0	America/New_York	37.55954	-83.33712	230			KY	025		
4302638	Noland	noland	US		0	America/New_York	37.64786	-84.05465	215			KY	065		
4302643	Nolin	nolin	US		0	America/New_York	37.56117	-85.90274	209			KY	093		
4302646	Nolin Lake Estates	nolin-lake-estates	US		0	America/Chicago	37.35922	-86.16442	181			KY	085		
4302648	Nolansburg	nolansburg	US		0	America/New_York	36.92565	-83.16378	393			KY	095		
4302650	Nonesuch	nonesuch	US		0	America/New_York	37.90619	-84.7555	249			KY	239		
4302652	Nonnell	nonnell	US		0	America/Chicago	37.23726	-87.05944	134			KY	177		
4302654	Norbourne Estates	norbourne-estates	US		454	America/Kentucky/Louisville	38.24646	-85.64774	164			KY	111		
4302655	Norfleet	norfleet	US		0	America/New_York	37.03619	-84.79633	332			KY	199		
4302658	Noris	noris	US		0	America/New_York	37.99731	-82.71905	237	Little Blaine,Noris		KY	127		
4302675	Norton Branch	norton-branch	US		0	America/New_York	38.33036	-82.806	199	North Branch,Norton Branch		KY	043		
4302681	North Corbin	north-corbin	US		1773	America/New_York	36.96064	-84.09326	338			KY	125		
4302727	North Irvine	north-irvine	US		0	America/New_York	37.71425	-83.97965	191			KY	065		
4302736	North Pleasureville	north-pleasureville	US		0	America/New_York	38.35979	-85.10718	274	Bantatown,North Pleasureville,North Town		KY	103		
4302753	Northern	northern	US		0	America/New_York	37.50788	-82.81544	207			KY	071		
4302758	Northcutt	northcutt	US		0	America/New_York	38.72729	-84.55661	273			KY	081		
4302765	Northland	northland	US		0	America/New_York	38.06563	-84.47938	300			KY	067		
4302770	Northtown	northtown	US		0	America/Chicago	37.21422	-86.00081	255			KY	099		
4302793	Nuckols	nuckols	US		0	America/Chicago	37.52338	-87.11222	123			KY	149		
4302795	Nugent Crossroads	nugent-crossroads	US		0	America/New_York	38.12341	-84.69856	259	Leesburg,Leesburgh,Nugent Cross Roads,Nugent Crossroads,Offutts Crossroads		KY	239		
4302803	Number One	number-one	US		0	America/Kentucky/Monticello	36.8109	-84.86828	286			KY	231		
4302811	O'Bannon	o-bannon	US		0	America/Kentucky/Louisville	38.28868	-85.51357	233	O'Bannon,Williamsville		KY	111		
4302891	Oak Level	oak-level	US		0	America/Chicago	36.867	-88.4656	152			KY	157		
4302910	Oakbrook	oakbrook	US		9036	America/New_York	38.99978	-84.68522	265			KY	015		
4302917	Oakla	oakla	US		0	America/New_York	38.24813	-83.72492	208	Oakla,Oakley		KY	011		
4302964	Odds	odds	US		0	America/New_York	37.75565	-82.69293	196			KY	115		
4302965	Oddville	oddville	US		0	America/New_York	38.45563	-84.23882	252	Oddville,Whitekers		KY	097		
4302970	Offutt	offutt	US		0	America/New_York	37.85009	-82.7296	197			KY	115		
4302972	Odgen Gap	odgen-gap	US		0	America/New_York	37.36232	-82.99016	433			KY	119		
4302974	Ogle	ogle	US		0	America/New_York	37.03009	-83.71158	303			KY	051		
4302986	Oil Center	oil-center	US		0	America/New_York	37.10591	-84.70689	236			KY	199		
4302994	Oil Valley	oil-valley	US		0	America/Kentucky/Monticello	36.77452	-84.79828	301			KY	231		
4303005	Oklahoma	oklahoma	US		0	America/Chicago	37.66172	-86.87721	133			KY	059		
4303022	Old Brownsboro Place	old-brownsboro-place	US		365	America/Kentucky/Louisville	38.28924	-85.61218	190			KY	111		
4303036	Old Christianburg	old-christianburg	US		0	America/New_York	38.28146	-85.08495	263			KY	211		
4303043	Old Cypress	old-cypress	US		0	America/Chicago	36.72339	-88.89978	112			KY	105		
4303064	Old Flat Lick	old-flat-lick	US		0	America/New_York	36.83842	-83.77103	311			KY	121		
4303088	Old Landing	old-landing	US		0	America/New_York	37.63647	-83.80686	199			KY	129		
4303103	Old Olga	old-olga	US		0	America/Chicago	36.92562	-85.16857	298			KY	207		
4303111	Old Pine Grove	old-pine-grove	US		0	America/New_York	38.02647	-84.27188	305	Old Pine Grove,Rosedale		KY	049		
4303137	Old Stephensburg	old-stephensburg	US		0	America/New_York	37.61451	-86.02024	209			KY	093		
4303150	Old Volney	old-volney	US		0	America/Chicago	36.77421	-87.0125	185			KY	141		
4303160	Oldham Acres	oldham-acres	US		0	America/New_York	38.39784	-85.62024	134			KY	185		
4303208	Oliver Station	oliver-station	US		0	America/New_York	38.6248	-82.86239	164			KY	089		
4303216	Olympia Springs	olympia-springs	US		0	America/New_York	38.06203	-83.67297	222	Olympia Springs,Olympian Springs		KY	011		
4303236	Onton	onton	US		141	America/Chicago	37.55504	-87.43695	139	Onton,Orton		KY	233		
4303238	Oolite	oolite	US		0	America/New_York	38.06785	-86.27997	136			KY	163		
4303253	Open Gates	open-gates	US		0	America/New_York	38.00508	-84.538	305			KY	067		
4303297	Orchard Grass Hills	orchard-grass-hills	US		1711	America/New_York	38.32368	-85.52135	192			KY	185		
4303314	Orell	orell	US		0	America/Kentucky/Louisville	38.07174	-85.88469	136			KY	111		
4303316	Orkney	orkney	US		0	America/New_York	37.4301	-82.73516	226	Mouth of Spewing Camp,Orkney		KY	071		
4303324	Oriole	oriole	US		0	America/Chicago	37.29782	-87.57028	122	Oriole,Pleasant View Lake		KY	107		
4303326	Ortiz	ortiz	US		0	America/Chicago	37.55643	-87.60917	160	Old Ortiz,Ortiz		KY	233		
4303327	Orville	orville	US		0	America/New_York	38.3984	-84.91551	175			KY	103		
4303344	Oscaloosa	oscaloosa	US		0	America/New_York	37.09704	-82.88849	354			KY	133		
4303351	Ottenheim	ottenheim	US		0	America/New_York	37.42314	-84.59577	389	Cox's Gap,Luthernheim,Ottenheim		KY	137		
4303354	Otia	otia	US		0	America/Chicago	36.68784	-85.56914	173			KY	171		
4303374	Otter Pond	otter-pond	US		0	America/Chicago	37.02783	-87.82307	172			KY	033		
4303375	Ottusville	ottusville	US		0	America/New_York	38.32285	-84.89551	163			KY	073		
4303389	Ova	ova	US		0	America/New_York	37.72537	-83.17156	268			KY	153		
4303390	Oven Fork	oven-fork	US		0	America/New_York	37.05926	-82.80849	497			KY	133		
4303395	Overda	overda	US		0	America/New_York	38.11981	-82.80016	282			KY	127		
4303405	Ovil	ovil	US		0	America/Chicago	36.94699	-87.28833	169			KY	047		
4303453	Owsley	owsley	US		0	America/New_York	37.50149	-82.58849	230			KY	195		
4303464	Oz	oz	US		0	America/New_York	36.70647	-84.56744	242			KY	147		
4303478	Packard	packard	US		0	America/New_York	36.66758	-84.05576	328			KY	235		
4303479	Pactolus	pactolus	US		0	America/New_York	38.36536	-82.93489	177			KY	043		
4303538	Palma	palma	US		0	America/Chicago	36.96256	-88.37837	141			KY	157		
4303549	Panco	panco	US		0	America/New_York	37.23731	-83.53352	297			KY	051		
4303554	Pansy	pansy	US		0	America/New_York	36.77509	-83.32879	416	Gulston,Pansy		KY	095		
4303581	Paradise Hills	paradise-hills	US		0	America/Chicago	37.01283	-88.0353	121			KY	143		
4303597	Park Lake	park-lake	US		571	America/New_York	38.34507	-85.47329	229			KY	185		
4303617	Parkland	parkland	US		0	America/Kentucky/Louisville	38.24229	-85.8158	136			KY	111		
4303629	Parkside	parkside	US		0	America/Kentucky/Louisville	38.24646	-85.63691	161			KY	111		
4303634	Parkway Village	parkway-village	US		665	America/Kentucky/Louisville	38.21257	-85.74024	149			KY	111		
4303635	Parkwood	parkwood	US		0	America/Kentucky/Louisville	38.15563	-85.80135	150			KY	111		
4303638	Parmleysville	parmleysville	US		0	America/Kentucky/Monticello	36.68424	-84.75383	275	Horse Hollow,Parmleysville		KY	231		
4303661	Pascal	pascal	US		0	America/Chicago	37.217	-85.73025	219			KY	099		
4303670	Patesville	patesville	US		0	America/Chicago	37.782	-86.71888	148	Patesville,Patesville Post Office		KY	091		
4303722	Pauley	pauley	US		0	America/New_York	37.49482	-82.53515	200	Panley,Pauley		KY	195		
4303744	Payne Gap	payne-gap	US		329	America/New_York	37.15538	-82.65932	537			KY	133		
4303749	Paynes	paynes	US		0	America/New_York	38.05091	-84.56244	293			KY	067		
4303751	Paynes Depot	paynes-depot	US		0	America/New_York	38.14202	-84.62355	258	Payne's Depot,Paynes Depot		KY	209		
4303753	Payton	payton	US		0	America/New_York	37.80231	-83.29907	290			KY	175		
4303780	Peach Grove	peach-grove	US		0	America/New_York	38.8309	-84.29077	271			KY	191		
4303802	Peaks Mill	peaks-mill	US		0	America/New_York	38.2984	-84.81245	158			KY	073		
4303812	Pearman	pearman	US		0	America/Chicago	37.3745	-86.10858	191			KY	085		
4303813	Peasticks	peasticks	US		0	America/New_York	38.15619	-83.6988	265	Craig,Peasticks		KY	011		
4303815	Pebble	pebble	US		0	America/New_York	38.26897	-83.75659	237			KY	011		
4303816	Pebworth	pebworth	US		0	America/New_York	37.50425	-83.73103	275			KY	189		
4303822	Peck Ford	peck-ford	US		0	America/New_York	37.49812	-85.22385	191			KY	155		
4303829	Peden Mill	peden-mill	US		0	America/Chicago	36.68115	-86.52555	189			KY	213		
4303832	Peedee	peedee	US		0	America/Chicago	36.75866	-87.66557	158			KY	047		
4303834	Pee Vee	pee-vee	US		0	America/Chicago	37.30699	-87.54056	136			KY	107		
4303858	Pellyton	pellyton	US		0	America/Chicago	37.21174	-85.08412	226			KY	001		
4303859	Pence	pence	US		0	America/New_York	38.69646	-83.53269	160			KY	135		
4303875	Penick	penick	US		0	America/New_York	37.5684	-85.15024	293			KY	155		
4303878	Penile	penile	US		0	America/Kentucky/Louisville	38.10707	-85.80477	138	Penial,Penile		KY	111		
4303897	Penny	penny	US		0	America/Chicago	36.647	-88.3606	170			KY	035		
4303898	Penny	penny	US		0	America/New_York	37.35927	-82.56154	242			KY	195		
4303904	Penrod	penrod	US		0	America/Chicago	37.11421	-86.99916	132			KY	177		
4303908	Peonia	peonia	US		0	America/Chicago	37.41561	-86.21914	238			KY	085		
4303909	Peoples	peoples	US		0	America/New_York	37.28953	-84.05326	296			KY	109		
4303940	Permon	permon	US		0	America/New_York	36.81092	-83.98104	305			KY	121		
4303968	Persimmon	persimmon	US		0	America/Chicago	36.80311	-85.64247	335	Persimmon,Persimon		KY	171		
4303974	Persimmon Grove	persimmon-grove	US		0	America/New_York	38.89979	-84.34355	257			KY	037		
4304012	Peter Creek	peter-creek	US		0	America/Chicago	36.84505	-85.97915	197	Peter Creek,Peters Creek		KY	009		
4304041	Petersville	petersville	US		0	America/New_York	38.44424	-83.49047	253			KY	135		
4304042	Petra	petra	US		0	America/New_York	38.62424	-84.13382	280			KY	023		
4304043	Petri	petri	US		0	America/Chicago	37.92644	-86.80416	124	Petri,Petri Station,Petrie		KY	091		
4304046	Pettit	pettit	US		0	America/Chicago	37.68894	-87.13194	118	Naves Store,Pettit		KY	059		
4304049	Peth	peth	US		0	America/Chicago	37.407	-86.43665	182			KY	085		
4304070	Peytons Store	peytons-store	US		0	America/New_York	37.46282	-84.97114	262	Alstotts Store,Peytons Store		KY	045		
4304071	Peytonsburg	peytonsburg	US		0	America/Chicago	36.63423	-85.39274	305	Peytonsburg,Speartown		KY	057		
4304072	Peytontown	peytontown	US		0	America/New_York	37.66953	-84.33132	283			KY	151		
4304097	Phil	phil	US		0	America/New_York	37.21535	-84.95356	237			KY	045		
4304166	Pierce Mill	pierce-mill	US		0	America/New_York	37.64062	-86.19997	188			KY	093		
4304169	Pig	pig	US		0	America/Chicago	37.13282	-86.16998	225			KY	061		
4304201	Pigeonroost	pigeonroost	US		0	America/New_York	37.1112	-83.81437	270			KY	051		
4304229	Pike View	pike-view	US		0	America/Chicago	37.3795	-85.75302	252			KY	099		
4304235	Pilcher Landing	pilcher-landing	US		0	America/New_York	37.99202	-86.01747	126			KY	163		
4304273	Pilot Oak	pilot-oak	US		0	America/Chicago	36.54673	-88.72228	162			KY	083		
4304278	Pilot View	pilot-view	US		0	America/New_York	37.96786	-84.06381	319			KY	049		
4304286	Pinchem	pinchem	US		0	America/New_York	37.92619	-84.15993	242			KY	049		
4304287	Pinchem	pinchem	US		0	America/Chicago	36.70282	-87.19723	185			KY	219		
4304352	Pine Knob	pine-knob	US		0	America/Chicago	37.48339	-86.51193	160			KY	085		
4304368	Pine Meadows	pine-meadows	US		0	America/New_York	38.04341	-84.53272	281			KY	067		
4304385	Pine Springs	pine-springs	US		0	America/Chicago	37.352	-86.09469	191			KY	085		
4304394	Piner	piner	US		0	America/New_York	38.83145	-84.53577	276	Piner,Piner Crossroads		KY	117		
4304397	Piney	piney	US		0	America/Chicago	37.39644	-87.90391	109	Piney,Piney Ford Post Office,Piney Post Office		KY	055		
4304422	Pink	pink	US		0	America/New_York	37.77952	-84.55105	242	Deans,Pink,Pluckemine		KY	113		
4304440	Piney Grove	piney-grove	US		0	America/New_York	37.10036	-84.48633	315			KY	199		
4304448	Pioneer Village	pioneer-village	US		2840	America/New_York	38.06062	-85.67774	167			KY	029		
4304474	Piso	piso	US		0	America/New_York	37.63593	-82.46737	244			KY	195		
4304512	Plank	plank	US		0	America/New_York	37.0762	-83.64686	304			KY	051		
4304514	Pitts Point	pitts-point	US		0	America/New_York	37.91673	-85.82607	137	Pitts Point,Pitts Town,Pittstown		KY	029		
4304532	Pleasant Green Hill	pleasant-green-hill	US		0	America/Chicago	36.92921	-87.52723	236			KY	047		
4304615	Pleasant Home	pleasant-home	US		0	America/New_York	38.50146	-84.91356	268			KY	187		
4304713	Pleasure Ridge Park	pleasure-ridge-park	US		25813	America/Kentucky/Louisville	38.14535	-85.8583	139	Painesville,Pleasure Ridge Park		KY	111		
4304735	Plum Springs	plum-springs	US		490	America/Chicago	37.01838	-86.38138	160			KY	227		
4304742	Plummers Mill	plummers-mill	US		0	America/New_York	38.30063	-83.56963	207			KY	069		
4304744	Plutarch	plutarch	US		0	America/New_York	37.83981	-83.08795	309			KY	153		
4304746	Plymouth Village	plymouth-village	US		220	America/Kentucky/Louisville	38.23868	-85.64802	165			KY	111		
4304755	Poindexter	poindexter	US		0	America/New_York	38.43702	-84.30827	215			KY	097		
4304765	Pointer	pointer	US		0	America/New_York	37.13285	-84.76717	336	Hickory Nut,Pointer		KY	199		
4304767	Point Leavell	point-leavell	US		0	America/New_York	37.59342	-84.49605	286			KY	079		
4304784	Polin	polin	US		0	America/New_York	37.81923	-85.20885	186			KY	229		
4304787	Polksville	polksville	US		0	America/New_York	38.13841	-83.65408	215			KY	011		
4304798	Polly	polly	US		0	America/New_York	37.20093	-82.82655	375			KY	133		
4304812	Polsgrove	polsgrove	US		0	America/New_York	38.34813	-84.88495	142			KY	073		
4304815	Pomeroyton	pomeroyton	US		0	America/New_York	37.8712	-83.52158	318			KY	165		
4304819	Pomp	pomp	US		0	America/New_York	37.95953	-83.28129	230			KY	175		
4304874	Pongo	pongo	US		0	America/New_York	37.22258	-84.32299	407			KY	203		
4304876	Pondsville	pondsville	US		0	America/Chicago	36.99449	-86.16526	202			KY	227		
4304877	Ponza	ponza	US		0	America/New_York	36.72008	-83.64242	303			KY	013		
4304913	Poplar Corner	poplar-corner	US		0	America/New_York	37.6084	-85.14857	262			KY	155		
4304920	Poplar Flat	poplar-flat	US		0	America/New_York	38.59452	-83.52352	213			KY	135		
4304945	Poplar Highlands	poplar-highlands	US		0	America/New_York	38.54536	-82.75461	174			KY	089		
4304947	Poplar Hills	poplar-hills	US		372	America/Kentucky/Louisville	38.17757	-85.69302	143			KY	111		
4304952	Poplar Level	poplar-level	US		0	America/New_York	37.92006	-85.63912	167			KY	029		
4304961	Poplar Plains	poplar-plains	US		0	America/New_York	38.36091	-83.67436	277	Poplar Plains,The Poplar Plains		KY	069		
4304979	Port Oliver Ford	port-oliver-ford	US		0	America/Chicago	36.89394	-86.13804	142			KY	003		
4304994	Porter Junction	porter-junction	US		0	America/New_York	37.47204	-82.82933	251			KY	071		
4304999	Portersburg	portersburg	US		0	America/New_York	37.17065	-83.92576	344			KY	051		
4305019	Possum Trot	possum-trot	US		0	America/Chicago	37.00561	-88.4306	105			KY	157		
4305064	Potters Fork	potters-fork	US		0	America/New_York	37.1826	-82.67321	436	Potter Fork,Potters Fork		KY	133		
4305068	Pottertown	pottertown	US		0	America/Chicago	36.62144	-88.19115	129			KY	035		
4305099	Poverty	poverty	US		0	America/Chicago	37.57088	-87.32111	122			KY	149		
4305102	Powder Mill	powder-mill	US		0	America/Chicago	37.347	-85.7133	168			KY	099		
4305131	Powell Valley	powell-valley	US		0	America/New_York	37.86508	-83.9477	207			KY	197		
4305146	Powersburg	powersburg	US		0	America/Kentucky/Monticello	36.70424	-84.96523	280	Powersburg,Powersburgh		KY	231		
4305156	Prater	prater	US		0	America/New_York	38.33897	-83.15184	295			KY	043		
4305190	Preachersville	preachersville	US		0	America/New_York	37.5273	-84.53383	301			KY	137		
4305192	Press	press	US		0	America/New_York	37.52759	-83.27157	233			KY	025		
4305207	Prestonia	prestonia	US		0	America/Kentucky/Louisville	38.19479	-85.72691	154			KY	111		
4305208	Prestonville	prestonville	US		160	America/New_York	38.67978	-85.19023	141	Preston,Preston Station,Prestonville,West Carrollton		KY	041		
4305238	Prices Mill	prices-mill	US		0	America/Chicago	36.68143	-86.73	175	Price's Mill,Prices Mill		KY	213		
4305239	Pricetown	pricetown	US		0	America/New_York	37.28424	-84.95551	308	Pricetown,Walnut Hill		KY	045		
4305240	Pricetown	pricetown	US		0	America/New_York	37.9923	-84.37382	311	Pricetown,Princetown		KY	067		
4305241	Priceville	priceville	US		0	America/Chicago	37.37422	-85.98719	188			KY	099		
4305250	Prichard Place	prichard-place	US		0	America/New_York	37.88451	-85.97163	223			KY	093		
4305264	Princess	princess	US		0	America/New_York	38.38758	-82.74572	185			KY	019		
4305275	Pritchardsville	pritchardsville	US		0	America/Chicago	36.97227	-85.9372	198			KY	009		
4305276	Privett	privett	US		0	America/New_York	37.40203	-83.90048	395			KY	109		
4305291	Protemus	protemus	US		0	America/Chicago	36.55339	-88.47921	166			KY	035		
4305341	Pryse	pryse	US		0	America/New_York	37.65389	-83.8725	202			KY	065		
4305344	Pryorsburg	pryorsburg	US		311	America/Chicago	36.68672	-88.71422	127	Pryors,Pryorsburg		KY	083		
4305368	Pumpkin Center	pumpkin-center	US		0	America/Chicago	37.12422	-87.84779	147			KY	033		
4305372	Pulliam	pulliam	US		0	America/New_York	37.8459	-85.14968	252			KY	229		
4305381	Puncheon	puncheon	US		0	America/New_York	37.30177	-82.78933	301			KY	119		
4305431	Pyramid	pyramid	US		0	America/New_York	37.56482	-82.86877	218			KY	071		
4305439	Quality	quality	US		0	America/Chicago	37.0756	-86.84666	153			KY	031		
4305441	Queendale	queendale	US		0	America/New_York	37.0112	-83.53102	314			KY	051		
4305443	Queens	queens	US		0	America/New_York	38.63369	-83.4388	171	Martin,Queens		KY	135		
4305450	Quicksand	quicksand	US		0	America/New_York	37.52898	-83.3449	247			KY	025		
4305458	Quinn Landing	quinn-landing	US		0	America/Chicago	37.64171	-87.49667	116			KY	149		
4305467	Rabbit Hash	rabbit-hash	US		315	America/New_York	38.94145	-84.84717	153			KY	015		
4305469	Rabbit Ridge	rabbit-ridge	US		0	America/Chicago	37.29199	-87.69306	152			KY	107		
4305470	Rabbit Town	rabbit-town	US		0	America/New_York	37.90591	-84.0152	246			KY	049		
4305501	Raceland Junction	raceland-junction	US		0	America/New_York	38.54841	-82.76294	168			KY	089		
4305525	Railton	railton	US		0	America/Chicago	36.98171	-86.12054	231			KY	009		
4305526	Rain	rain	US		0	America/New_York	36.72064	-83.94493	316	Locust Grove,Rain		KY	235		
4305551	Raley Ford	raley-ford	US		0	America/Chicago	36.85977	-86.26721	147			KY	003		
4305577	Ramsey Island	ramsey-island	US		0	America/Kentucky/Monticello	36.81118	-84.98245	313	Mount Union,Ramsey Branch,Ramsey Island,Seedtick		KY	231		
4305588	Rangers Landing	rangers-landing	US		0	America/Chicago	37.66754	-87.45806	114			KY	149		
4305605	Ratliff	ratliff	US		0	America/New_York	37.99619	-83.57491	255	Ratcliff,Ratliff		KY	165		
4305607	Ratliff	ratliff	US		0	America/New_York	37.3415	-82.42654	261			KY	195		
4305664	Raydure	raydure	US		0	America/Chicago	36.65228	-85.47913	174			KY	171		
4305669	Raymond Hill	raymond-hill	US		0	America/New_York	38.29146	-85.26662	229			KY	211		
4305683	Ready	ready	US		0	America/Chicago	37.37172	-86.47137	170			KY	085		
4305690	Rectorville	rectorville	US		0	America/New_York	38.57646	-83.64603	260			KY	161		
4305701	Red Cross	red-cross	US		0	America/Chicago	36.97866	-86.08582	238			KY	009		
4305750	Redbud	redbud	US		0	America/New_York	36.85981	-83.16878	435			KY	095		
4305751	Redbush	redbush	US		0	America/New_York	37.93981	-82.94905	263	Enterprise,Grabnickle,Red Bush,Redbush,Sheepskin		KY	115		
4305756	Redhouse	redhouse	US		0	America/New_York	37.8323	-84.27215	219			KY	151		
4305764	Redwine	redwine	US		0	America/New_York	38.0162	-83.22768	274			KY	175		
4305783	Reedyville	reedyville	US		0	America/Chicago	37.19144	-86.43165	158			KY	031		
4305804	Reid Village	reid-village	US		0	America/New_York	38.04925	-83.97742	318			KY	173		
4305805	Reidland	reidland	US		4491	America/Chicago	37.01756	-88.53143	123			KY	145		
4305810	Relief	relief	US		0	America/New_York	37.94481	-82.99517	223			KY	175		
4305811	Rella	rella	US		0	America/New_York	36.83453	-83.63297	330			KY	013		
4305817	Renaker	renaker	US		0	America/New_York	38.46285	-84.4255	250			KY	097		
4305821	Renfrow	renfrow	US		0	America/Chicago	37.41672	-86.69221	209			KY	183		
4305847	Rexton	rexton	US		0	America/New_York	38.56869	-83.12212	202			KY	135		
4305869	Rhea	rhea	US		0	America/New_York	36.89898	-83.25379	382			KY	095		
4305871	Rheber	rheber	US		0	America/New_York	37.25924	-85.0219	323			KY	045		
4305875	Rhoda	rhoda	US		0	America/Chicago	37.15588	-86.22526	173			KY	061		
4305887	Ribbon	ribbon	US		0	America/Chicago	36.88034	-85.24024	183			KY	207		
4305889	Ribolt	ribolt	US		0	America/New_York	38.57508	-83.51964	212			KY	135		
4305908	Rice Station (historical)	rice-station-historical	US		0	America/New_York	37.70258	-84.04826	265			KY	065		
4305909	Ricedale	ricedale	US		0	America/New_York	38.94228	-84.58161	235	Rice,Ricedale		KY	117		
4305929	Rich Pond	rich-pond	US		0	America/Chicago	36.89421	-86.50944	179			KY	227		
4305948	Richelieu	richelieu	US		0	America/Chicago	37.00459	-86.69174	182	Rich Lieu,Richelieu		KY	141		
4305972	Richlawn	richlawn	US		416	America/Kentucky/Louisville	38.25479	-85.63941	164			KY	111		
4305990	Riders Mill	riders-mill	US		0	America/Chicago	37.41061	-85.99914	177			KY	099		
4305998	Ridgeview Heights	ridgeview-heights	US		0	America/New_York	38.97645	-84.58605	271			KY	117		
4306148	Rightangle	rightangle	US		0	America/New_York	37.8948	-84.02854	238			KY	049		
4306168	Rineltown	rineltown	US		0	America/New_York	37.65951	-85.15607	225			KY	229		
4306181	Risner	risner	US		0	America/New_York	37.58676	-82.84016	216			KY	071		
4306188	Ritchie	ritchie	US		0	America/New_York	37.31149	-83.0835	303			KY	119		
4306189	Ritner	ritner	US		0	America/Kentucky/Monticello	36.79258	-84.63105	237			KY	231		
4306193	River Bluff	river-bluff	US		426	America/New_York	38.37193	-85.60272	194			KY	185		
4306205	River Ridge	river-ridge	US		0	America/New_York	36.87703	-83.17156	412			KY	095		
4306207	Riverside Beach	riverside-beach	US		0	America/Kentucky/Louisville	38.32729	-85.64524	131			KY	111		
4306224	Riverview Estates	riverview-estates	US		0	America/New_York	37.75674	-84.8694	257			KY	167		
4306225	Riverwood	riverwood	US		459	America/Kentucky/Louisville	38.28313	-85.66163	168			KY	111		
4306229	Roachville	roachville	US		0	America/Chicago	37.24062	-85.42358	209			KY	087		
4306231	Riverside Gardens	riverside-gardens	US		0	America/Kentucky/Louisville	38.19229	-85.87246	136			KY	111		
4306268	Road Junction	road-junction	US		0	America/New_York	37.35427	-82.3857	226			KY	195		
4306298	Rob Roy	rob-roy	US		0	America/Chicago	37.38699	-86.79832	134			KY	183		
4306375	Robinswood	robinswood	US		237	America/Kentucky/Louisville	38.28451	-85.65024	176			KY	111		
4306409	Rock Haven	rock-haven	US		0	America/New_York	37.94702	-86.05469	204			KY	163		
4306420	Rock Lick	rock-lick	US		0	America/New_York	37.65231	-83.31185	253			KY	025		
4306467	Rockcastle	rockcastle	US		0	America/Chicago	36.89977	-87.98724	119	Rock Castle,Rockcastle		KY	221		
4306481	Rockcastle Shores	rockcastle-shores	US		0	America/Chicago	36.88366	-87.9778	145			KY	221		
4306638	Rockybranch	rockybranch	US		0	America/Kentucky/Monticello	36.73507	-84.73327	291			KY	231		
4306639	Rodburn	rodburn	US		0	America/New_York	38.19814	-83.41074	232			KY	205		
4306642	Rodemer	rodemer	US		0	America/Chicago	36.71921	-86.22943	232			KY	003		
4306660	Rogers Gap	rogers-gap	US		0	America/New_York	38.30452	-84.53605	276			KY	209		
4306669	Rolan	rolan	US		0	America/Chicago	36.65201	-85.03328	279			KY	053		
4306677	Rolling Fields	rolling-fields	US		662	America/Kentucky/Louisville	38.26785	-85.67163	171			KY	111		
4306689	Rollington	rollington	US		0	America/New_York	38.31951	-85.49746	225	Rollington,Rowlington		KY	185		
4306691	Rolling Hills	rolling-hills	US		959	America/Kentucky/Louisville	38.28257	-85.5744	198			KY	111		
4306695	Romine	romine	US		0	America/New_York	37.23562	-85.35024	240			KY	217		
4306705	Rooney	rooney	US		0	America/New_York	38.41508	-83.19073	241			KY	043		
4306737	Rose Crossroads	rose-crossroads	US		0	America/Chicago	36.9759	-85.12051	267	Rose Crossroads,Rowes Crossroads Church		KY	207		
4306757	Rose Terrace	rose-terrace	US		0	America/New_York	37.89507	-85.97719	215			KY	093		
4306765	Rosefork	rosefork	US		0	America/New_York	37.70092	-83.33435	309			KY	237		
4306779	Rosetta	rosetta	US		0	America/Chicago	37.79673	-86.27303	170	Dogwalk,Rosetta		KY	027		
4306795	Ross Crossing	ross-crossing	US		0	America/Chicago	36.96144	-88.89006	117			KY	007		
4306799	Rossland	rossland	US		0	America/New_York	36.9262	-83.98854	341			KY	121		
4306800	Rosslyn	rosslyn	US		0	America/New_York	37.84064	-83.81214	204			KY	197		
4306801	Rosspoint	rosspoint	US		0	America/New_York	36.88231	-83.28935	372			KY	095		
4306804	Rothwell	rothwell	US		0	America/New_York	37.95897	-83.69603	295			KY	165		
4306806	Rossington	rossington	US		0	America/Chicago	37.14478	-88.82895	109			KY	145		
4306867	Roundstone	roundstone	US		0	America/New_York	37.43842	-84.31466	287			KY	203		
4306873	Routt	routt	US		0	America/Kentucky/Louisville	38.13423	-85.46662	204	Oak Ridge,Routt		KY	111		
4306891	Rowlandtown	rowlandtown	US		0	America/Chicago	37.09172	-88.63338	105			KY	145		
4306897	Rowletts	rowletts	US		0	America/Chicago	37.24089	-85.89414	205	Rowletts,Rowletts Station		KY	099		
4306905	Royrader	royrader	US		0	America/New_York	37.2637	-83.94298	315			KY	109		
4306908	Royville	royville	US		0	America/Chicago	37.06673	-85.10579	329			KY	207		
4306917	Rubert Ford	rubert-ford	US		0	America/New_York	37.23535	-84.9669	227			KY	045		
4306922	Ruddels Mills	ruddels-mills	US		0	America/New_York	38.30424	-84.23799	233			KY	017		
4306926	Ruckerville	ruckerville	US		0	America/New_York	37.93369	-84.09437	245			KY	049		
4306932	Rugless	rugless	US		0	America/New_York	38.48952	-83.21046	214			KY	135		
4306945	Rural	rural	US		0	America/New_York	37.70454	-82.35737	205			KY	195		
4306980	Russell Cave	russell-cave	US		0	America/New_York	38.12369	-84.44049	290			KY	067		
4306995	Russell Corner	russell-corner	US		0	America/New_York	38.45145	-85.41163	221			KY	185		
4307014	Russell Heights	russell-heights	US		0	America/New_York	38.53286	-82.70572	172			KY	089		
4307045	Ryle	ryle	US		0	America/New_York	38.79534	-84.71661	187			KY	077		
4307052	Ryland Heights	ryland-heights	US		1042	America/New_York	38.95756	-84.463	264			KY	117		
4307056	Sackett	sackett	US		0	America/New_York	37.2026	-82.88516	344			KY	133		
4307132	Saint Denis	saint-denis	US		0	America/Kentucky/Louisville	38.20035	-85.83302	137			KY	111		
4307275	Saint Regis Park	saint-regis-park	US		1454	America/Kentucky/Louisville	38.22674	-85.61663	172			KY	111		
4306937	Rufus	rufus	US	97050	0	America/Chicago	37.23449	-87.8839	132			KY	033		
4307364	Salleetown	salleetown	US		0	America/New_York	37.45646	-85.21107	228			KY	155		
4307375	Salmons	salmons	US		0	America/Chicago	36.77837	-86.56305	206			KY	213		
4307377	Saloma	saloma	US		0	America/New_York	37.41201	-85.39274	276	Pinchem,Saloma		KY	217		
4307400	Salt River	salt-river	US		0	America/New_York	37.97923	-85.71246	135			KY	029		
4307469	Sample	sample	US		0	America/Chicago	37.90451	-86.48109	129	Chicken Bristle,Sample		KY	027		
4307470	Sampson	sampson	US		0	America/New_York	36.72648	-83.27935	428			KY	095		
4307478	Samuels	samuels	US		0	America/New_York	37.88284	-85.53329	201			KY	179		
4307502	Sand Hill	sand-hill	US		0	America/New_York	36.97481	-83.00655	448			KY	095		
4307503	Sand Hill	sand-hill	US		0	America/New_York	38.66396	-83.62575	165			KY	135		
4307504	Sand Hill	sand-hill	US		0	America/Chicago	37.10504	-86.38582	220			KY	227		
4307530	Sand Lick	sand-lick	US		0	America/New_York	38.24285	-84.718	253			KY	209		
4307560	Sandclift	sandclift	US		0	America/Kentucky/Monticello	36.62423	-84.99106	404			KY	231		
4307561	Sandefur Crossing	sandefur-crossing	US		0	America/Chicago	37.41588	-86.83249	128			KY	183		
4307613	Sandy Furnace	sandy-furnace	US		0	America/New_York	38.24814	-82.75377	214			KY	019		
4307614	Sandy Gap	sandy-gap	US		0	America/New_York	37.14619	-84.35383	345			KY	199		
4307625	Sanfordtown	sanfordtown	US		0	America/New_York	39.02589	-84.53689	171			KY	117		
4307630	Sano	sano	US		0	America/Chicago	37.1084	-85.10357	311			KY	207		
4307652	Sassafras Ridge (historical)	sassafras-ridge-historical	US		0	America/Chicago	36.55201	-89.32924	91			KY	075		
4307662	Savage Branch	savage-branch	US		0	America/New_York	38.34425	-82.59794	169			KY	019		
4307670	Savoyard	savoyard	US		0	America/Chicago	37.112	-85.74108	241	Chicken Bristle,Crossplains,Edwards Brothers Settlement,Savoyard		KY	169		
4307714	Scale	scale	US		0	America/Chicago	36.90561	-88.35976	143			KY	157		
4307731	Schochoh	schochoh	US		0	America/Chicago	36.72282	-86.79111	194			KY	141		
4307732	Schollsville	schollsville	US		0	America/New_York	37.98841	-84.04076	296	Scholls Station,Schollsville,Shulls Station		KY	049		
4307779	Schweizer	schweizer	US		0	America/Chicago	36.67088	-86.63388	223			KY	213		
4307839	Scoville	scoville	US		0	America/New_York	37.45398	-83.71992	261			KY	189		
4307855	Scuffletown	scuffletown	US		0	America/Chicago	37.92282	-87.37223	115			KY	101		
4307857	Scuffletown	scuffletown	US		0	America/New_York	37.87256	-85.64857	176			KY	029		
4307858	Scythia	scythia	US		0	America/Chicago	37.822	-86.90527	162	Longview,Scythia		KY	059		
4307859	Se Ree	se-ree	US		0	America/Chicago	37.68339	-86.3797	220			KY	027		
4307872	Seaville	seaville	US		0	America/New_York	37.8834	-85.03884	263			KY	229		
4307881	Sebastians Branch	sebastians-branch	US		0	America/New_York	37.43592	-83.47324	221	John Sabastians Branch,Sebastians Branch		KY	025		
4307906	Segal, Brownsville	segal-brownsville	US		0	America/Chicago	37.2056	-86.38498	188			KY	061		
4307908	Seitz	seitz	US		0	America/New_York	37.69593	-83.16962	270			KY	153		
4307909	Sellars	sellars	US		0	America/New_York	37.79175	-83.33796	285	Sellars,Sellers		KY	175		
4307911	Select	select	US		0	America/Chicago	37.35977	-86.74499	159			KY	183		
4307921	Seminary Village	seminary-village	US		0	America/Kentucky/Louisville	38.25563	-85.66913	169			KY	111		
4307922	Semiway	semiway	US		0	America/Chicago	37.47338	-87.24111	119			KY	149		
4307924	Seneca Gardens	seneca-gardens	US		712	America/Kentucky/Louisville	38.22896	-85.67746	160			KY	111		
4307937	Sergent	sergent	US		0	America/New_York	37.1476	-82.7696	378			KY	133		
4307943	Settle	settle	US		0	America/Chicago	36.86949	-86.21443	217			KY	003		
4307944	Seven Corners	seven-corners	US		0	America/New_York	37.482	-85.99274	221			KY	093		
4307951	Seventy Six	seventy-six	US		0	America/Chicago	36.78645	-85.14385	292			KY	053		
4307959	Sewell Shop	sewell-shop	US		0	America/New_York	38.03063	-84.02742	327			KY	049		
4307960	Sewellton	sewellton	US		0	America/Chicago	36.93618	-85.10496	315			KY	207		
4307982	Shadeland	shadeland	US		0	America/New_York	38.0123	-84.49744	308			KY	067		
4308011	Shakertown	shakertown	US		0	America/New_York	37.81897	-84.73995	284			KY	167		
4308034	Sharer	sharer	US		0	America/Chicago	37.03671	-86.67083	188			KY	031		
4308035	Sharkey	sharkey	US		0	America/New_York	38.23091	-83.55991	317			KY	205		
4308043	Sharondale	sharondale	US		0	America/New_York	37.6101	-82.2682	221			KY	195		
4308048	Sharpe	sharpe	US		0	America/Chicago	36.96867	-88.45838	125			KY	157		
4308072	Shawhan	shawhan	US		0	America/New_York	38.30174	-84.27243	251			KY	017		
4308076	Shawnee Estates	shawnee-estates	US		0	America/Chicago	36.95282	-86.45721	165			KY	227		
4308078	Shawnee Hills	shawnee-hills	US		0	America/Chicago	36.84422	-87.95669	126			KY	221		
4308086	Shawneeland	shawneeland	US		0	America/Kentucky/Louisville	38.2534	-85.81913	134			KY	111		
4308125	Shelby City	shelby-city	US		0	America/New_York	37.58341	-84.77911	305	Briartown,Shelby,Shelby City,South Danville		KY	021		
4308171	Shepola	shepola	US		0	America/New_York	37.04869	-84.70605	300			KY	199		
4308174	Sherwood Shores	sherwood-shores	US		0	America/Chicago	36.93006	-88.22003	122			KY	157		
4308175	Shetland	shetland	US		0	America/New_York	38.0473	-84.70522	285			KY	239		
4308182	Shiff	shiff	US		0	America/New_York	38.24063	-84.59605	253			KY	209		
4308217	Shipley	shipley	US		0	America/Chicago	36.66729	-85.21774	305			KY	053		
4308225	Shively	shively	US		15713	America/Kentucky/Louisville	38.20007	-85.82274	139			KY	111		
4308266	Shopville	shopville	US		0	America/New_York	37.15869	-84.47994	267			KY	199		
4308311	Short Mountain	short-mountain	US		0	America/Kentucky/Monticello	36.84174	-84.8955	372			KY	231		
4308313	Short Town	short-town	US		0	America/New_York	36.87759	-83.16045	412			KY	095		
4308318	Shoulderblade	shoulderblade	US		0	America/New_York	37.49731	-83.46713	228	Juan,Shoulderblade		KY	025		
4308338	Shultztown	shultztown	US		0	America/Chicago	37.29227	-86.83777	129			KY	183		
4308351	Sibert	sibert	US		0	America/New_York	37.12315	-83.78714	267			KY	051		
4308360	Sideview	sideview	US		0	America/New_York	38.11313	-84.03659	278			KY	173		
4308361	Sideway	sideway	US		0	America/New_York	38.18453	-83.22573	355			KY	063		
4308363	Sidville	sidville	US		0	America/New_York	38.12813	-84.25965	306			KY	017		
4308388	Silerville	silerville	US		0	America/New_York	36.62675	-84.43522	432	Silerville,Strunk		KY	147		
4308425	Simmons	simmons	US		0	America/Chicago	37.35755	-86.94222	135			KY	183		
4308427	Simers	simers	US		0	America/New_York	37.46372	-82.26153	401			KY	195		
4308463	Simstown	simstown	US		0	America/New_York	37.63395	-85.17774	244			KY	229		
4308485	Sinking Fork	sinking-fork	US		0	America/Chicago	36.93366	-87.59917	168			KY	047		
4308499	Sinking Valley	sinking-valley	US		0	America/New_York	37.1823	-84.40716	274			KY	199		
4308501	Sinks	sinks	US		0	America/New_York	37.33453	-84.23355	295			KY	203		
4308507	Sip	sip	US		0	America/New_York	37.92509	-82.82766	255			KY	115		
4308509	Sirocco	sirocco	US		0	America/New_York	37.98923	-86.2722	205			KY	163		
4308532	Skaggs	skaggs	US		0	America/New_York	38.00564	-82.9485	218			KY	127		
4308539	Skaggstown	skaggstown	US		0	America/Chicago	37.43367	-86.18664	184	Skaggs,Skaggstown		KY	085		
4308555	Skilesville	skilesville	US		0	America/Chicago	37.21421	-86.90305	122			KY	177		
4308572	Skinnersburg	skinnersburg	US		0	America/New_York	38.30618	-84.64217	256	Skinnersburg,Skinnersburgh		KY	209		
4308580	Skylight	skylight	US		0	America/New_York	38.43257	-85.52163	223	Skylight,Tippecanoe		KY	185		
4308581	Skyline	skyline	US		0	America/New_York	37.07593	-82.98155	328			KY	133		
4308593	Slabtown	slabtown	US		0	America/New_York	38.43285	-85.00523	147			KY	103		
4308601	Slat	slat	US		0	America/Kentucky/Monticello	36.81007	-84.90911	317			KY	231		
4308624	Slate Lick	slate-lick	US		0	America/New_York	37.54647	-84.31104	304			KY	151		
4308631	Slate Valley	slate-valley	US		0	America/New_York	38.16925	-83.72325	217			KY	011		
4308646	Slavans	slavans	US		0	America/New_York	36.75369	-84.6655	265			KY	147		
4308664	Slick Rock	slick-rock	US		0	America/Chicago	37.00589	-85.79803	227			KY	009		
4308673	Slickford	slickford	US		0	America/Kentucky/Monticello	36.68757	-84.9205	268			KY	231		
4308678	Slickway	slickway	US		0	America/New_York	38.18702	-84.79912	237			KY	073		
4308695	Sloans Crossing	sloans-crossing	US		0	America/Chicago	37.15088	-86.0972	249			KY	061		
4308697	Sloans Valley	sloans-valley	US		0	America/New_York	36.93674	-84.53744	256			KY	199		
4308719	Smallhous	smallhous	US		0	America/Chicago	37.38005	-87.09361	121			KY	183		
4308726	Smile	smile	US		0	America/New_York	38.25758	-83.49019	268			KY	205		
4308803	Smith Ford	smith-ford	US		0	America/Chicago	37.31949	-87.85029	106			KY	033		
4308841	Smithview	smithview	US		0	America/Chicago	37.43255	-86.53387	170			KY	085		
4308856	Smoky Valley	smoky-valley	US		0	America/New_York	38.35869	-83.20518	261			KY	043		
4308880	Snap	snap	US		0	America/Chicago	37.40311	-86.15608	179	Snap,Sulphur Wells		KY	085		
4308909	Soft Shell	soft-shell	US		0	America/New_York	37.40232	-82.94211	343			KY	119		
4308916	Solitude	solitude	US		0	America/New_York	37.97312	-85.54023	143			KY	029		
4308929	Somo	somo	US		0	America/New_York	38.59674	-83.74242	258			KY	161		
4308937	Sophi	sophi	US		0	America/New_York	38.22814	-83.01461	208			KY	043		
4308938	Sorgho	sorgho	US		0	America/Chicago	37.7531	-87.24722	117	Dogwalk,Sorgho,Sorghotown		KY	059		
4308947	Sourwood	sourwood	US		0	America/New_York	37.3312	-83.79853	265			KY	109		
4308951	South	south	US		0	America/Chicago	37.32922	-86.3647	187	Bethel,South		KY	085		
4308954	South Campbellsville	south-campbellsville	US		0	America/New_York	37.3334	-85.32552	264			KY	217		
4308959	South Columbus	south-columbus	US		0	America/Chicago	36.742	-89.09812	110			KY	105		
4308960	South Elkhorn	south-elkhorn	US		0	America/New_York	37.99647	-84.58216	279			KY	067		
4308963	South Buffalo	south-buffalo	US		0	America/New_York	37.50423	-85.70246	238			KY	123		
4309027	South Fort Mitchell	south-fort-mitchell	US		0	America/New_York	39.04117	-84.55605	258			KY	117		
4309030	South Higginsport	south-higginsport	US		0	America/New_York	38.77785	-83.9666	152	Higginsport,Higginsport Station,South Higginsport		KY	023		
4309031	South Highland	south-highland	US		0	America/Chicago	36.68589	-88.63227	153	Beadletown,South Highland		KY	083		
4309034	South Irvine	south-irvine	US		0	America/New_York	37.68342	-83.97687	202			KY	065		
4309049	South Park View	south-park-view	US		7	America/Kentucky/Louisville	38.1184	-85.72163	146			KY	111		
4309050	South Parkland	south-parkland	US		0	America/Kentucky/Louisville	38.22896	-85.81191	139			KY	111		
4309055	South Marshall	south-marshall	US		0	America/Chicago	36.79811	-88.33004	158			KY	157		
4309057	South Ripley	south-ripley	US		0	America/New_York	38.74118	-83.85409	156			KY	161		
4309067	South Union	south-union	US		0	America/Chicago	36.87643	-86.65638	185			KY	141		
4309071	South Wallins	south-wallins	US		859	America/New_York	36.81509	-83.41074	348			KY	095		
4309082	Southdown	southdown	US		0	America/New_York	37.15843	-82.7971	387			KY	133		
4309084	Southeastern Hills	southeastern-hills	US		0	America/New_York	37.98202	-84.48383	296			KY	067		
4309088	Southern Heights	southern-heights	US		0	America/Kentucky/Louisville	38.18313	-85.77385	146			KY	111		
4309095	Southfork	southfork	US		0	America/New_York	37.41426	-83.66186	218			KY	189		
4309098	Southland	southland	US		0	America/New_York	38.01952	-84.53077	297			KY	067		
4309101	Southville	southville	US		0	America/New_York	38.11007	-85.1819	250			KY	211		
4309110	Spa	spa	US		0	America/Chicago	36.96171	-87.00472	145			KY	141		
4309114	Spanglin	spanglin	US		0	America/New_York	38.0662	-83.23157	275			KY	063		
4309117	Spann	spann	US		0	America/Kentucky/Monticello	36.85202	-84.7705	427			KY	231		
4309140	Sparksville	sparksville	US		0	America/Chicago	37.00839	-85.40191	336			KY	001		
4309141	Sparrow	sparrow	US		0	America/New_York	37.92396	-85.15079	252	Sparrow,Sparrows Nest,Wardsville		KY	005		
4309152	Spears	spears	US		0	America/New_York	37.87258	-84.43771	302			KY	067		
4309161	Speck	speck	US		0	America/Chicago	37.30673	-85.18774	313	Parrotts Crossing,Speck		KY	217		
4309166	Speight	speight	US		0	America/New_York	37.2751	-82.68738	341			KY	195		
4309194	Spice Knob	spice-knob	US		0	America/Chicago	37.81727	-86.96944	133			KY	059		
4309214	Spider	spider	US		0	America/New_York	37.25871	-82.91211	328			KY	119		
4309215	Spike	spike	US		0	America/Chicago	37.407	-86.08469	190			KY	085		
4309218	Spindletop Estates	spindletop-estates	US		0	America/New_York	38.13452	-84.523	275			KY	067		
4309240	Sportsmens Paradise	sportsmens-paradise	US		0	America/Chicago	37.35505	-86.08942	187			KY	085		
4309243	Spout Springs	spout-springs	US		0	America/New_York	37.82703	-83.97465	219	Spout Springs,Sprout Springs		KY	065		
4309314	Spring Lick	spring-lick	US		0	America/Chicago	37.44477	-86.55665	145			KY	085		
4309316	Spring Mill	spring-mill	US		299	America/Kentucky/Louisville	38.1434	-85.63079	201			KY	111		
4309335	Springlee	springlee	US		410	America/Kentucky/Louisville	38.2409	-85.64274	162			KY	111		
4309340	Sprout	sprout	US		0	America/New_York	38.30202	-83.88659	229	Buzzard Roost,Sprout,The Roost		KY	181		
4309385	Sprule	sprule	US		0	America/New_York	37.0162	-83.84965	308			KY	121		
4309386	Spurlington	spurlington	US		0	America/New_York	37.41229	-85.27468	306			KY	217		
4309390	Spurlock	spurlock	US		0	America/New_York	37.21176	-83.63464	253			KY	051		
4309398	Spurrier	spurrier	US		0	America/New_York	37.4745	-86.05413	178			KY	093		
4309403	Squib	squib	US		0	America/New_York	37.15536	-84.3266	274			KY	199		
4309408	Squiresville	squiresville	US		0	America/New_York	38.54229	-84.95467	264			KY	187		
4309414	Saint Dennis	saint-dennis	US		9177	America/Kentucky/Louisville	38.1884	-85.8458	134			KY	111		
4309416	Stab	stab	US		0	America/New_York	37.15147	-84.43688	255			KY	199		
4309441	Stacy Fork	stacy-fork	US		0	America/New_York	37.84148	-83.2574	251			KY	175		
4309444	Staffordsburg	staffordsburg	US		0	America/New_York	38.91367	-84.50105	263	Staffordsburg,Stanfordsburg		KY	117		
4309457	Stalcup	stalcup	US		0	America/Chicago	36.70284	-85.44663	307			KY	057		
4309482	Standing Rock	standing-rock	US		0	America/New_York	37.71647	-83.7063	379			KY	237		
4309485	Stanfill	stanfill	US		0	America/New_York	36.76453	-83.34213	435	Standfield,Stanfill		KY	095		
4309493	Stanley Addition	stanley-addition	US		0	America/New_York	37.51704	-82.56571	200			KY	195		
4309497	Stanley Landing	stanley-landing	US		0	America/Chicago	37.05311	-88.3117	98			KY	139		
4309513	Star Mills	star-mills	US		0	America/New_York	37.59923	-85.98024	196			KY	093		
4309537	Static	static	US		0	America/Chicago	36.62201	-85.08495	306			KY	053		
4309550	Stay	stay	US		0	America/New_York	37.51037	-83.65214	235			KY	189		
4309565	Steamport Landing	steamport-landing	US		0	America/Chicago	37.60338	-87.48473	106			KY	233		
4309609	Steff	steff	US		0	America/Chicago	37.42977	-86.60554	134	Goff,Goffs,Steff		KY	085		
4309630	Stephensburg	stephensburg	US		0	America/New_York	37.62478	-86.01885	210			KY	093		
4309642	Stepstone	stepstone	US		0	America/New_York	38.08786	-83.82909	239	Step Stone,Stepstone		KY	173		
4309703	Stiles	stiles	US		0	America/New_York	37.53951	-85.58052	163	Rolling Fork,Stiles		KY	179		
4309704	Stiles Crossing	stiles-crossing	US		0	America/Chicago	37.01867	-88.50282	108	Stiles Crossing,West Cypress		KY	145		
4309760	Stinnettsville	stinnettsville	US		0	America/Chicago	37.7809	-86.30859	246	Stinnettsville,Stinnettsville Pit		KY	027		
4309761	Stinson	stinson	US		0	America/New_York	38.31008	-82.87822	195			KY	043		
4309801	Stone Hedge Estates	stone-hedge-estates	US		0	America/New_York	38.24868	-84.57022	272			KY	209		
4309844	Stonewall Estates	stonewall-estates	US		0	America/New_York	38.00286	-84.54966	296			KY	067		
4309854	Stoneybrook	stoneybrook	US		0	America/New_York	37.98369	-84.51633	304			KY	067		
4309856	Stoney Point	stoney-point	US		0	America/New_York	38.76535	-83.92298	169			KY	023		
4309869	Stony Fork Junction	stony-fork-junction	US		0	America/New_York	36.60175	-83.75214	360	Stony Fork,Stony Fork Junction		KY	013		
4309887	Stoops	stoops	US		0	America/New_York	38.12813	-83.91437	297			KY	173		
4309918	Straight Creek	straight-creek	US		0	America/New_York	36.77314	-83.66797	317	Left Fork Junction,Straight Creek		KY	013		
4309921	Straight Creek	straight-creek	US		0	America/New_York	38.26786	-82.87739	193	Straight Creek,Strait Creek		KY	043		
4309949	Strathmoor Manor	strathmoor-manor	US		346	America/Kentucky/Louisville	38.21813	-85.68357	165			KY	111		
4309950	Strathmoor Village	strathmoor-village	US		663	America/Kentucky/Louisville	38.22313	-85.67774	168			KY	111		
4309952	Strathmoor Gardens	strathmoor-gardens	US		313	America/Kentucky/Louisville	38.21896	-85.67357	158			KY	111		
4309961	Straw	straw	US		0	America/Chicago	37.27588	-86.17247	245			KY	061		
4310010	Stubblefield	stubblefield	US		0	America/Chicago	36.63728	-88.67977	135			KY	083		
4310031	Sublett	sublett	US		0	America/New_York	37.67759	-83.03739	269			KY	153		
4310035	Sublimity City	sublimity-city	US		0	America/New_York	37.09453	-84.08354	370			KY	125		
4310046	Sudith	sudith	US		0	America/New_York	38.01842	-83.63213	229			KY	165		
4310158	Sugartit	sugartit	US		0	America/New_York	38.97284	-84.66272	241			KY	015		
4310201	Sulphur Lick	sulphur-lick	US		0	America/Chicago	36.80533	-85.73858	257			KY	171		
4310255	Summit Hills Heights	summit-hills-heights	US		0	America/New_York	39.00617	-84.553	255			KY	117		
4310264	Sunfish	sunfish	US		0	America/Chicago	37.29699	-86.3697	163			KY	061		
4310268	Sunny Corner	sunny-corner	US		0	America/Chicago	37.85228	-86.66971	155			KY	091		
4310270	Sunny Acres	sunny-acres	US		0	America/New_York	39.01589	-84.498	260			KY	117		
4310271	Sunnybrook	sunnybrook	US		0	America/Kentucky/Monticello	36.65785	-84.97578	286			KY	231		
4310273	Sunnydale	sunnydale	US		0	America/Chicago	37.53616	-86.81943	132			KY	183		
4310279	Sunrise	sunrise	US		0	America/New_York	38.54257	-84.2366	249	Bunker Hill,Pughville,Sunrise		KY	097		
4310297	Susie	susie	US		0	America/Kentucky/Monticello	36.77646	-84.95634	317			KY	231		
4310305	Suterville	suterville	US		0	America/New_York	38.36813	-84.70356	285			KY	209		
4310319	Swallowfield	swallowfield	US		0	America/New_York	38.33924	-84.84856	159	Dottsville,Swallowfield		KY	073		
4310325	Swampton	swampton	US		0	America/New_York	37.65871	-83.01128	280			KY	153		
4310329	Swamp Branch	swamp-branch	US		0	America/New_York	37.73593	-82.89489	222			KY	115		
4310340	Swanpond	swanpond	US		0	America/New_York	36.83092	-83.90298	298			KY	121		
4310348	Sweeneyville	sweeneyville	US		0	America/New_York	37.35229	-85.39913	241			KY	217		
4310355	Sweet Owen	sweet-owen	US		0	America/New_York	38.5559	-84.7605	283			KY	187		
4310399	Sycamore Flat	sycamore-flat	US		0	America/Chicago	37.12396	-85.04329	320			KY	207		
4310410	Sylvandell	sylvandell	US		0	America/New_York	38.44757	-84.15938	224			KY	097		
4310415	Symbol	symbol	US		0	America/New_York	37.27398	-84.13882	382			KY	125		
4310427	Tabernacle	tabernacle	US		0	America/Chicago	36.87393	-87.23139	236			KY	219		
4310429	Tablow	tablow	US		0	America/New_York	37.86479	-85.01412	257	Brownsburg,Tablow		KY	229		
4310447	Tacketts Mill	tacketts-mill	US		0	America/New_York	38.36729	-84.78967	201			KY	187		
4310448	Tacky Town	tacky-town	US		0	America/New_York	36.85064	-83.47519	364			KY	095		
4310452	Taffy	taffy	US		0	America/Chicago	37.55394	-86.89166	148			KY	183		
4310455	Talbert	talbert	US		0	America/New_York	37.42148	-83.45852	220			KY	025		
4310460	Tallega	tallega	US		0	America/New_York	37.56037	-83.59019	215			KY	129		
4310462	Talley	talley	US		0	America/New_York	37.45061	-85.84385	240			KY	123		
4310476	Tanbark	tanbark	US		0	America/Chicago	36.72228	-85.38441	295			KY	057		
4310486	Tanksley	tanksley	US		0	America/New_York	37.21676	-83.7102	254			KY	051		
4310489	Tannery	tannery	US		0	America/New_York	38.54397	-83.21574	181			KY	135		
4310508	Tar Fork	tar-fork	US		0	America/Chicago	37.72061	-86.60165	210			KY	027		
4310511	Tar Hill	tar-hill	US		0	America/Chicago	37.56561	-86.21831	219			KY	085		
4310519	Tarascon	tarascon	US		0	America/New_York	38.41146	-85.30912	274			KY	103		
4310555	Tatham Springs	tatham-springs	US		0	America/New_York	37.8659	-85.12385	193			KY	229		
4310558	Tatumsville	tatumsville	US		0	America/Chicago	36.93283	-88.30642	143			KY	157		
4310560	Taulbee	taulbee	US		0	America/New_York	37.64287	-83.33046	238			KY	025		
4310616	Taylor Mill	taylor-mill	US		6769	America/New_York	38.99756	-84.49633	263			KY	117		
4310642	Taylorsport	taylorsport	US		0	America/New_York	39.09978	-84.69328	150	Taylorsport,Taylorsville		KY	015		
4310648	Tebbs	tebbs	US		0	America/New_York	37.99786	-84.28243	302			KY	049		
4310650	Tedders	tedders	US		0	America/New_York	37.01926	-83.87965	321			KY	121		
4310652	Teddy	teddy	US		0	America/New_York	37.17979	-84.9419	248			KY	045		
4310654	Teatersville	teatersville	US		0	America/New_York	37.68897	-84.50688	290			KY	079		
4310655	Teges	teges	US		0	America/New_York	37.29453	-83.66742	233			KY	051		
4310656	Tejay	tejay	US		0	America/New_York	36.7637	-83.56214	324			KY	013		
4310659	Temple Hill	temple-hill	US		0	America/Chicago	36.88672	-85.8472	246			KY	009		
4310668	Teetersville	teetersville	US		0	America/New_York	36.81314	-83.33602	383			KY	095		
4310671	Ten Broeck	ten-broeck	US		104	America/Kentucky/Louisville	38.29701	-85.58107	187			KY	111		
4310673	Ten Spot	ten-spot	US		0	America/New_York	36.8437	-83.21712	411			KY	095		
4310684	Teresita	teresita	US		0	America/New_York	38.39285	-84.77606	212			KY	187		
4310686	Terrapin	terrapin	US		0	America/New_York	37.88424	-84.93856	272			KY	167		
4310701	Terrill	terrill	US		0	America/New_York	37.68619	-84.2591	308	Arcadia,Rogersville,Terrill		KY	151		
4310732	Texas	texas	US		0	America/New_York	37.65562	-85.11024	268	Locust Grove,Texas		KY	229		
4310748	The Moors	the-moors	US		0	America/Chicago	36.92617	-88.21781	120			KY	157		
4310752	The Ridge	the-ridge	US		0	America/New_York	38.0937	-83.19906	279			KY	063		
4310753	The Rocks	the-rocks	US		0	America/Chicago	37.67477	-88.09364	119			KY	225		
4310756	Thealka	thealka	US		0	America/New_York	37.82204	-82.78877	190			KY	115		
4310764	Thixton	thixton	US		0	America/Kentucky/Louisville	38.10062	-85.56551	195			KY	111		
4310846	Thornhill	thornhill	US		182	America/Kentucky/Louisville	38.2884	-85.62579	174			KY	111		
4310853	Thornton Gap	thornton-gap	US		0	America/New_York	37.2026	-82.79238	473			KY	133		
4310855	Thoroughbred Acres	thoroughbred-acres	US		0	America/New_York	38.08174	-84.45494	291			KY	067		
4310874	Three Point	three-point	US		0	America/New_York	36.76342	-83.26018	438			KY	095		
4310889	Threeforks	threeforks	US		0	America/New_York	37.76121	-82.45904	205			KY	159		
4310891	Threelinks	threelinks	US		0	America/New_York	37.46786	-84.18938	429			KY	109		
4310908	Thurlow	thurlow	US		0	America/Chicago	37.21256	-85.53636	245			KY	087		
4310911	Thruston	thruston	US		0	America/Chicago	37.80116	-87.02805	123	Thruston,Thurston		KY	059		
4310933	Tilford	tilford	US		0	America/Chicago	37.37394	-86.54748	183			KY	031		
4310934	Tilford	tilford	US		0	America/New_York	37.03065	-83.066	521			KY	193		
4310939	Tillie	tillie	US		0	America/New_York	37.18093	-82.86377	372			KY	133		
4310951	Timsley	timsley	US		0	America/New_York	36.78425	-83.76825	309			KY	013		
4310975	Tipton Ridge	tipton-ridge	US		0	America/New_York	37.71119	-83.88103	398			KY	065		
4310978	Tiptop	tiptop	US		0	America/New_York	37.61398	-83.061	315			KY	153		
4310980	Titan Siding	titan-siding	US		0	America/New_York	37.46288	-82.52599	208			KY	195		
4310991	Todds Point	todds-point	US		0	America/New_York	38.28424	-85.34579	250	The Point,Todd's Point,Todds Point,Toddspoint		KY	211		
4311003	Toliver	toliver	US		0	America/New_York	37.8137	-83.45768	273			KY	237		
4311005	Toler	toler	US		0	America/New_York	37.63732	-82.25236	207	Toler,Toley		KY	195		
4311009	Tolliver Town	tolliver-town	US		0	America/New_York	37.18038	-82.70905	399			KY	133		
4311012	Tolu	tolu	US		88	America/Chicago	37.43311	-88.24531	115			KY	055		
4311022	Tom Gray Ford	tom-gray-ford	US		0	America/Chicago	37.30644	-87.82946	106			KY	033		
4311024	Tom Johns Crossing	tom-johns-crossing	US		0	America/Chicago	37.24977	-86.02442	149			KY	099		
4311055	Tonieville	tonieville	US		0	America/New_York	37.60951	-85.79607	226			KY	123		
4311060	Toonerville	toonerville	US		0	America/New_York	37.37011	-82.2307	281			KY	195		
4311063	Torchlight	torchlight	US		0	America/New_York	38.04953	-82.6146	194			KY	127		
4311068	Toria	toria	US		0	America/Chicago	36.9895	-85.43746	317			KY	001		
4311069	Torrent	torrent	US		0	America/New_York	37.71592	-83.66297	289			KY	237		
4311074	Tousey	tousey	US		0	America/Chicago	37.5145	-86.54776	136			KY	085		
4311079	Touristville	touristville	US		0	America/Kentucky/Monticello	36.92563	-84.76161	273			KY	231		
4311217	Trammel	trammel	US		0	America/Chicago	36.78532	-86.35332	225			KY	003		
4311220	Transylvania Beach	transylvania-beach	US		0	America/Kentucky/Louisville	38.34118	-85.63996	131			KY	111		
4311225	Trapp	trapp	US		0	America/New_York	37.88341	-84.05493	247	Forrest Hill,Roundtree,Trapp		KY	049		
4311228	Travellers Rest	travellers-rest	US		0	America/New_York	37.44842	-83.78714	258			KY	189		
4311249	Tri City	tri-city	US		0	America/Chicago	36.58978	-88.53199	159			KY	083		
4311252	Tribbey	tribbey	US		0	America/New_York	37.30454	-83.14434	311			KY	193		
4311254	Tress Shop	tress-shop	US		0	America/Chicago	36.82893	-87.21834	207			KY	219		
4311259	Trigg Furnace	trigg-furnace	US		0	America/Chicago	36.89005	-87.93613	117			KY	221		
4311287	Trixie	trixie	US		0	America/New_York	37.33537	-83.66992	231			KY	051		
4311310	Truitt	truitt	US		0	America/New_York	38.57508	-83.00851	234			KY	089		
4311319	Tuck	tuck	US		0	America/Chicago	37.68171	-87.15305	118			KY	059		
4311335	Tucker Station	tucker-station	US		0	America/Kentucky/Louisville	38.20007	-85.52857	224	Tucker,Tucker Station		KY	111		
4311340	Tuckertown	tuckertown	US		0	America/Chicago	37.07643	-86.26137	172			KY	227		
4311353	Tuggleville	tuggleville	US		0	America/New_York	36.77231	-83.50436	345	Tuggle,Tuggleville		KY	013		
4311370	Tunnel Hills	tunnel-hills	US		0	America/New_York	37.73284	-85.83135	242			KY	093		
4311418	Turkey Foot	turkey-foot	US		0	America/New_York	37.46481	-83.91659	268			KY	109		
4311419	Turkey Foot	turkey-foot	US		0	America/New_York	38.33841	-84.51105	256			KY	209		
4311472	Turkeytown	turkeytown	US		0	America/New_York	37.42064	-84.48688	286	Turkey Fair,Turkeytown		KY	137		
4311507	Turner Landing	turner-landing	US		0	America/Chicago	37.16977	-89.06952	90			KY	007		
4311508	Turnersville	turnersville	US		0	America/New_York	37.49036	-84.73883	291			KY	137		
4311509	Turnertown	turnertown	US		0	America/Chicago	37.06032	-86.75999	148	Berry Lick,Turnertown		KY	031		
4311510	Turnertown	turnertown	US		0	America/Chicago	36.77476	-86.65527	211			KY	213		
4311540	Tway	tway	US		0	America/New_York	36.82731	-83.31601	401			KY	095		
4311546	Twentysix	twentysix	US		0	America/New_York	37.94481	-83.36101	279			KY	175		
4311551	Twila	twila	US		0	America/New_York	36.77231	-83.39435	423			KY	095		
4311606	Tyewhoppety	tyewhoppety	US		0	America/Chicago	37.03227	-87.12278	215			KY	219		
4311617	Typo	typo	US		0	America/New_York	37.27787	-83.2549	268			KY	193		
4311620	Tygarts Valley	tygarts-valley	US		0	America/New_York	38.48175	-83.03184	191			KY	089		
4311636	Ula	ula	US		0	America/New_York	37.09841	-84.43049	270			KY	199		
4311639	Ulvah	ulvah	US		0	America/New_York	37.12787	-83.05211	302			KY	133		
4311703	Union Ridge	union-ridge	US		0	America/Chicago	37.13699	-87.00194	143			KY	177		
4311755	Uno	uno	US		0	America/Chicago	37.18922	-85.82442	196	Clear Pint,Clear Point,Uno		KY	099		
4311757	Upchurch	upchurch	US		0	America/Chicago	36.74646	-85.11079	293			KY	053		
4311776	Upper Blue Licks	upper-blue-licks	US		0	America/New_York	38.33202	-83.85659	192	Upper Blue Licks,Upper Salt Lick		KY	181		
4311816	Upper Gillmore	upper-gillmore	US		0	America/New_York	37.7237	-83.36268	307			KY	237		
4311825	Upper Hodge Landing	upper-hodge-landing	US		0	America/Chicago	37.03478	-88.4531	99			KY	139		
4311870	Upper Spencer	upper-spencer	US		0	America/New_York	38.03008	-83.84686	241			KY	173		
4311896	Upper Tygart	upper-tygart	US		0	America/New_York	38.29591	-83.27935	262			KY	043		
4311911	Urban	urban	US		0	America/New_York	37.15731	-83.84687	273			KY	051		
4311917	Utley Ford	utley-ford	US		0	America/Chicago	37.3281	-87.83612	106			KY	033		
4311919	Uttingertown	uttingertown	US		0	America/New_York	38.0398	-84.36938	308			KY	067		
4311926	Valeria	valeria	US		0	America/New_York	37.83009	-83.51657	315			KY	237		
4311936	Valley Downs	valley-downs	US		0	America/Kentucky/Louisville	38.11396	-85.87302	137			KY	111		
4311937	Valley Gardens	valley-gardens	US		0	America/Kentucky/Louisville	38.11785	-85.87246	137			KY	111		
4311940	Valley Hill	valley-hill	US		0	America/New_York	37.75089	-85.26218	184			KY	229		
4311942	Valley Oak	valley-oak	US		0	America/New_York	37.18925	-84.47216	310			KY	199		
4311957	Van Cleave	van-cleave	US		0	America/Chicago	36.6545	-88.23892	165			KY	035		
4311961	Van Voorhis Manor	van-voorhis-manor	US		0	America/New_York	37.90535	-85.98913	218			KY	163		
4311963	Valley Station	valley-station	US		22756	America/Kentucky/Louisville	38.11118	-85.87024	136			KY	111		
4311966	Vanarsdell	vanarsdell	US		0	America/New_York	37.89258	-84.88051	241			KY	167		
4311980	Vanderburg	vanderburg	US		0	America/Chicago	37.48727	-87.64417	171	Vanderburg,Vanderburgh		KY	233		
4311983	Vandetta	vandetta	US		0	America/Chicago	37.45143	-87.42528	122			KY	107		
4311985	Vanhook	vanhook	US		0	America/New_York	37.21397	-84.40216	300			KY	199		
4311995	Varilla	varilla	US		0	America/New_York	36.73953	-83.59992	312			KY	013		
4312019	Vaughns Mill	vaughns-mill	US		0	America/New_York	37.81314	-83.91659	194			KY	197		
4312028	Veachland	veachland	US		0	America/New_York	38.21146	-85.19746	238	Johnsonville,Veachland		KY	211		
4312029	Vealsburg	vealsburg	US		0	America/Chicago	36.60284	-88.54005	162			KY	083		
4312030	Veazey	veazey	US		0	America/Chicago	37.4481	-87.59028	170			KY	107		
4312032	Veech	veech	US		0	America/New_York	38.12007	-85.32107	213			KY	211		
4312034	Veechdale	veechdale	US		0	America/New_York	38.21118	-85.34996	233			KY	211		
4312035	Venters	venters	US		0	America/New_York	37.3315	-82.43765	250			KY	195		
4312038	Vento	vento	US		0	America/Chicago	37.41811	-85.89302	207			KY	099		
4312043	Verda	verda	US		0	America/New_York	36.8487	-83.21906	412			KY	095		
4312045	Verne	verne	US		0	America/New_York	36.71925	-84.06965	296			KY	235		
4312054	Vertrees	vertrees	US		0	America/New_York	37.69645	-86.13441	192	Ventrees,Vertrees,Vertrus		KY	093		
4312065	Vianna	vianna	US		0	America/New_York	37.83619	-84.03826	187			KY	049		
4312076	Victoria Crossroads	victoria-crossroads	US		0	America/Chicago	37.74783	-86.67776	215			KY	091		
4312077	Victory	victory	US		0	America/New_York	37.25398	-84.09549	361	Holly,Victory		KY	125		
4312086	View	view	US		0	America/Chicago	37.26339	-88.13864	134			KY	055		
4312087	Viley	viley	US		0	America/New_York	38.07563	-84.55161	269	Payne,Viley		KY	067		
4312088	Villa Hills	villa-hills	US		7468	America/New_York	39.06339	-84.593	259			KY	117		
4312095	Vine	vine	US		0	America/New_York	37.31287	-83.83937	299			KY	051		
4312098	Vine Grove Junction	vine-grove-junction	US		0	America/New_York	37.83201	-85.93469	239			KY	093		
4312103	Vineyard	vineyard	US		0	America/Chicago	37.24588	-86.48832	134			KY	031		
4312104	Vineyard	vineyard	US		0	America/New_York	37.84397	-84.58772	276			KY	113		
4312108	Vinnie	vinnie	US		0	America/Chicago	37.01091	-84.86911	317			KY	207		
4312128	Vortex	vortex	US		0	America/New_York	37.69731	-83.52713	264			KY	237		
4312131	Vox	vox	US		0	America/New_York	36.98647	-84.1991	361			KY	125		
4312499	Wabd	wabd	US		0	America/New_York	37.31342	-84.38966	342	Green Yard,Wabd		KY	203		
4312522	Wagersville	wagersville	US		0	America/New_York	37.62647	-83.95381	195			KY	065		
4312530	Wago	wago	US		0	America/Chicago	36.73645	-85.17246	301	Burchett,Wago		KY	053		
4312538	Wait	wait	US		0	America/Kentucky/Monticello	36.76757	-84.99495	308			KY	231		
4312540	Waitman	waitman	US		0	America/Chicago	37.90811	-86.95083	119	Swampdale,Waitman		KY	091		
4312544	Walche Cut	walche-cut	US		0	America/Chicago	37.09644	-87.79779	167			KY	033		
4312610	Wallonia	wallonia	US		0	America/Chicago	36.94449	-87.78335	134			KY	221		
4312611	Wallsend	wallsend	US		0	America/New_York	36.7662	-83.70992	311	Wallsend,West Pineville		KY	013		
4312613	Walltown	walltown	US		0	America/New_York	37.3223	-84.73161	376			KY	045		
4312620	Walnut Flat	walnut-flat	US		0	America/New_York	37.49536	-84.57883	287			KY	137		
4312670	Waltersville	waltersville	US		0	America/New_York	37.8648	-83.93437	191	Waltersville,West Clay City		KY	197		
4312680	Wanamaker	wanamaker	US		0	America/Chicago	37.60004	-87.65751	134			KY	233		
4312683	Waltz	waltz	US		0	America/New_York	38.31675	-83.44407	263			KY	205		
4312685	War Creek	war-creek	US		0	America/New_York	37.59648	-83.48657	231			KY	025		
4312690	Warco	warco	US		0	America/New_York	37.54427	-82.77572	201			KY	071		
4312704	Wards	wards	US		0	America/Chicago	37.45951	-85.61024	300			KY	087		
4312752	Wasioto	wasioto	US		0	America/New_York	36.74759	-83.68881	328			KY	013		
4312770	Watergap	watergap	US		0	America/New_York	37.63649	-82.74571	205			KY	071		
4312777	Waterview	waterview	US		0	America/Chicago	36.817	-85.4583	174			KY	057		
4312811	Watterson Park	watterson-park	US		1001	America/Kentucky/Louisville	38.19229	-85.68329	145			KY	111		
4312825	Waverly Hills	waverly-hills	US		0	America/Kentucky/Louisville	38.12396	-85.8408	148			KY	111		
4312829	Wax	wax	US		0	America/Chicago	37.35422	-86.12219	183			KY	085		
4312859	Weaverton	weaverton	US		0	America/Chicago	37.8156	-87.5839	121			KY	101		
4312873	Webbs	webbs	US		0	America/Chicago	37.25895	-85.60191	216	Bucknersville,Webbs		KY	087		
4312875	Webbs Cross Roads	webbs-cross-roads	US		0	America/Chicago	37.10924	-85.05357	318	Webb's Cross Roads,Webbs Cross Roads		KY	207		
4312877	Weberstown	weberstown	US		0	America/Chicago	37.77033	-86.77888	139			KY	091		
4312894	Weedonia	weedonia	US		0	America/New_York	38.49897	-83.75659	257			KY	161		
4312901	Welborn	welborn	US		0	America/New_York	37.19841	-84.49772	301	Welborn,Wilborn		KY	199		
4312909	Welchburg	welchburg	US		0	America/New_York	37.32064	-83.92993	344			KY	109		
4312911	Welchs Creek	welchs-creek	US		0	America/Chicago	37.34477	-86.56804	185			KY	031		
4312914	Welco Station	welco-station	US		0	America/New_York	37.48677	-82.83599	248			KY	071		
4312928	Wellhope	wellhope	US		0	America/New_York	37.3162	-84.31827	292			KY	203		
4312940	Wells Fork	wells-fork	US		0	America/New_York	37.53787	-83.20934	305			KY	025		
4312951	Wentz	wentz	US		0	America/New_York	37.08176	-83.06378	355			KY	193		
4312970	Wesleyan Park	wesleyan-park	US		0	America/New_York	37.99175	-84.19326	300			KY	049		
4312971	Wesleyville	wesleyville	US		0	America/New_York	38.3948	-83.17157	229			KY	043		
4312977	West Brook	west-brook	US		0	America/Chicago	36.80477	-87.5114	162			KY	047		
4312980	West Clifty	west-clifty	US		0	America/Chicago	37.51339	-86.1883	209			KY	085		
4312981	West Covington	west-covington	US		0	America/New_York	39.08895	-84.53383	181	Economy,West Covington		KY	117		
4312983	West Buechel	west-buechel	US		1269	America/Kentucky/Louisville	38.19701	-85.66329	146			KY	111		
4312986	West Fairview	west-fairview	US		0	America/New_York	38.46675	-82.68211	219			KY	019		
4313028	West Future City	west-future-city	US		0	America/Chicago	37.06311	-88.81006	124			KY	145		
4313032	West Garrett	west-garrett	US		0	America/New_York	37.48454	-82.83488	207			KY	071		
4313035	West Irvine	west-irvine	US		0	America/New_York	37.70147	-83.99076	200			KY	065		
4313050	West Prestonsburg	west-prestonsburg	US		0	America/New_York	37.67121	-82.78183	187			KY	071		
4313058	West Russell	west-russell	US		0	America/New_York	38.53814	-82.71072	173			KY	089		
4313060	West Side Heights	west-side-heights	US		0	America/Chicago	37.27727	-87.52306	144			KY	107		
4313064	West Viola	west-viola	US		0	America/Chicago	36.85533	-88.66283	137			KY	083		
4313065	West Wheatcroft	west-wheatcroft	US		0	America/Chicago	37.4881	-87.87113	125			KY	233		
4313066	Westbend	westbend	US		0	America/New_York	37.90591	-83.96909	226			KY	197		
4313087	Westplains	westplains	US		0	America/Chicago	36.82533	-88.59477	143			KY	083		
4313108	Whaynes Corner	whaynes-corner	US		0	America/Chicago	36.64923	-89.12173	90			KY	105		
4313114	Wheel Rim	wheel-rim	US		0	America/New_York	37.7262	-83.26684	287	Burg,Wheel Rim		KY	175		
4313139	Wheelers Mill	wheelers-mill	US		0	America/Chicago	37.39394	-86.02608	182			KY	085		
4313141	Wheelwright Junction	wheelwright-junction	US		0	America/New_York	37.35316	-82.71682	290			KY	071		
4313142	Whetstone	whetstone	US		0	America/New_York	37.08703	-84.39105	276			KY	199		
4313156	Whickerville	whickerville	US		0	America/Chicago	37.20033	-85.69052	224			KY	099		
4313158	Whippoorwill	whippoorwill	US		0	America/Chicago	36.81671	-87.00972	176			KY	141		
4313170	Whipps Millgate	whipps-millgate	US		394	America/Kentucky/Louisville	38.2734	-85.57218	202			KY	111		
4313176	Whitaker	whitaker	US		0	America/New_York	37.17232	-82.72155	390			KY	133		
4313178	Whitaker	whitaker	US		0	America/New_York	37.72343	-82.84683	259			KY	071		
4313187	Whitco	whitco	US		0	America/New_York	37.11954	-82.85127	347			KY	133		
4313188	White Ash	white-ash	US		0	America/New_York	37.55648	-83.73658	203			KY	129		
4313200	White City (historical)	white-city-historical	US		0	America/New_York	37.58951	-85.66441	255			KY	123		
4313216	White Mills Junction	white-mills-junction	US		0	America/New_York	37.57756	-86.03552	194			KY	093		
4313276	White Oak Junction	white-oak-junction	US		0	America/New_York	36.70285	-84.593	308			KY	147		
4313292	White Run	white-run	US		0	America/Chicago	37.44477	-86.64193	133	Grantsburg,White Run		KY	183		
4313296	White Sulphur	white-sulphur	US		0	America/Chicago	37.14561	-87.94002	153			KY	033		
4313297	White Sulphur	white-sulphur	US		0	America/New_York	38.20507	-84.70217	260			KY	209		
4313304	White Villa	white-villa	US		0	America/New_York	38.87923	-84.4505	159			KY	117		
4313306	White Tower	white-tower	US		0	America/New_York	38.92506	-84.51327	281	White Tower,White Towers,Whites Tower		KY	117		
4313322	Whites	whites	US		0	America/New_York	37.63064	-84.29938	277	Whites,Whites Station		KY	151		
4313372	Whitner	whitner	US		0	America/Kentucky/Louisville	38.18868	-85.69163	145			KY	111		
4313379	Whittinghill	whittinghill	US		0	America/Chicago	37.25366	-86.51832	190			KY	031		
4313380	Whittle	whittle	US		0	America/Chicago	37.02201	-84.96162	315			KY	207		
4313391	Whoopflarea	whoopflarea	US		0	America/New_York	37.29787	-83.56797	296			KY	189		
4313392	Wiborg	wiborg	US		0	America/New_York	36.80924	-84.49077	415			KY	147		
4313416	Wild Cat	wild-cat	US		0	America/New_York	37.23453	-83.69075	251			KY	051		
4313455	Wilder Park	wilder-park	US		0	America/Kentucky/Louisville	38.19535	-85.76524	140			KY	111		
4313460	Wilders	wilders	US		0	America/New_York	39.05978	-84.48022	175			KY	037		
4313466	Wildwood Hills	wildwood-hills	US		0	America/Chicago	37.00894	-88.03974	120			KY	143		
4313479	Wilhoit	wilhoit	US		0	America/New_York	36.83981	-83.37685	353			KY	095		
4313485	Wilhurst	wilhurst	US		0	America/New_York	37.63287	-83.41463	224			KY	025		
4313497	Willailla	willailla	US		0	America/New_York	37.30453	-84.463	335			KY	203		
4313545	Williams Creek	williams-creek	US		0	America/New_York	38.28842	-82.83155	236			KY	043		
4313575	Williba	williba	US		0	America/New_York	37.62314	-83.56908	243			KY	129		
4313586	Willis Creek	willis-creek	US		0	America/Chicago	36.81423	-85.2219	186			KY	053		
4313619	Willow Shade	willow-shade	US		0	America/Chicago	36.84784	-85.60775	216			KY	169		
4313622	Willowtown	willowtown	US		0	America/New_York	37.45201	-85.42191	244			KY	217		
4313688	Wilstacy	wilstacy	US		0	America/New_York	37.5337	-83.25268	237			KY	025		
4313702	Wind Cave	wind-cave	US		0	America/New_York	37.51259	-83.92881	310			KY	109		
4313708	Winding Falls	winding-falls	US		644	America/Kentucky/Louisville	38.28313	-85.64385	175			KY	111		
4313715	Windy	windy	US		0	America/Kentucky/Monticello	36.74646	-84.98106	314	Windy,Windy City		KY	231		
4313718	Windy Hill	windy-hill	US		0	America/Chicago	37.41977	-86.70527	212			KY	183		
4313719	Windy Hills	windy-hills	US		2428	America/Kentucky/Louisville	38.27396	-85.63441	177			KY	111		
4313725	Winesap	winesap	US		0	America/Chicago	37.28727	-86.01608	267			KY	099		
4313726	Winford	winford	US		0	America/Chicago	36.927	-89.06007	99	Windford,Winford,Winford Junction		KY	039		
4313753	Winston Park	winston-park	US		0	America/New_York	39.04173	-84.50244	159			KY	117		
4313758	Wiscoal	wiscoal	US		0	America/New_York	37.23732	-83.056	343			KY	119		
4313762	Wisemantown	wisemantown	US		0	America/New_York	37.67869	-84.00631	204			KY	065		
4313763	Wises Landing	wises-landing	US		0	America/New_York	38.57312	-85.40829	138			KY	223		
4313764	Wiswell	wiswell	US		0	America/Chicago	36.58339	-88.3881	162			KY	035		
4313768	Withrow	withrow	US		0	America/New_York	37.83506	-85.47246	209			KY	179		
4313774	Witt Springs	witt-springs	US		0	America/New_York	37.7298	-84.02909	264			KY	065		
4313779	Wofford	wofford	US		0	America/New_York	36.78258	-84.13521	291			KY	235		
4313798	Wolf Coal	wolf-coal	US		0	America/New_York	37.39843	-83.37768	240			KY	025		
4313837	Wolf Lick	wolf-lick	US		0	America/Chicago	37.01893	-86.95611	131			KY	141		
4313861	Wolf River Dock	wolf-river-dock	US		0	America/Chicago	36.62618	-85.20857	205			KY	053		
4313915	Wolfpit	wolfpit	US		0	America/New_York	37.35288	-82.42293	224			KY	195		
4313925	Wonder	wonder	US		0	America/New_York	37.63371	-82.60654	222			KY	071		
4313926	Wonnie	wonnie	US		0	America/New_York	37.80926	-83.15406	248			KY	153		
4313948	Woodford Village	woodford-village	US		0	America/New_York	38.0423	-84.72522	279			KY	239		
4313966	Woodlawn Park	woodlawn-park	US		974	America/Kentucky/Louisville	38.26146	-85.62913	165			KY	111		
4313973	Woods	woods	US		0	America/New_York	37.63565	-82.65266	214			KY	071		
4313974	Woods	woods	US		0	America/New_York	36.86092	-83.17878	406			KY	095		
4313990	Woodsbend	woodsbend	US		0	America/New_York	37.91175	-83.34046	255			KY	175		
4314003	Woodsonville	woodsonville	US		0	America/Chicago	37.26283	-85.8883	172			KY	099		
4314006	Woolcott	woolcott	US		0	America/New_York	38.73285	-84.10021	172	Murrays Station,Woolcott,Woolcott Murry Railroad Station		KY	023		
4314011	Woollum	woollum	US		0	America/New_York	37.01981	-83.81742	272	Woollum,Woollur,Woolum		KY	121		
4314013	Wooleyville	wooleyville	US		0	America/New_York	37.37923	-85.2469	295			KY	217		
4314047	Worthington Hills	worthington-hills	US		1496	America/Kentucky/Louisville	38.30896	-85.5269	226			KY	111		
4314054	Wray Gap	wray-gap	US		0	America/Kentucky/Monticello	36.78813	-84.85161	353			KY	231		
4314070	Wrightsburg	wrightsburg	US		0	America/Chicago	37.59143	-87.40306	128			KY	149		
4314072	Wurtland	wurtland	US		1043	America/New_York	38.55036	-82.77794	168			KY	089		
4314079	Wyett	wyett	US		0	America/New_York	38.10981	-83.25351	312			KY	063		
4314082	Wyman	wyman	US		0	America/Chicago	37.63227	-87.3325	141			KY	149		
4314095	Yaden	yaden	US		0	America/New_York	36.74036	-84.10215	289	Verne,Yaden		KY	235		
4314099	Yamacraw	yamacraw	US		0	America/New_York	36.71702	-84.53744	301	Big South Fork,Yamacraw		KY	147		
4314108	Yarnallton	yarnallton	US		0	America/New_York	38.10619	-84.5855	268			KY	067		
4314118	Yeager	yeager	US		0	America/New_York	37.39177	-82.52154	230			KY	195		
4314119	Yeaman	yeaman	US		0	America/Chicago	37.51783	-86.57748	201			KY	085		
4314133	Yellow Creek	yellow-creek	US		0	America/New_York	36.5873	-83.78075	411			KY	013		
4314144	Yellow Rock	yellow-rock	US		0	America/New_York	37.57092	-83.80492	201			KY	129		
4314152	Yelvington	yelvington	US		0	America/Chicago	37.85561	-86.96722	145			KY	059		
4314154	Yesse	yesse	US		0	America/Chicago	36.8531	-86.19721	213			KY	003		
4314155	Yocum	yocum	US		0	America/New_York	37.98342	-83.3249	246			KY	175		
4314189	Younger Creek	younger-creek	US		0	America/New_York	37.75673	-85.72357	141			KY	093		
4314195	Youngs Creek	youngs-creek	US		0	America/New_York	36.86536	-84.24105	354	Young's Creek,Youngs Creek		KY	235		
4314212	Yuba	yuba	US		0	America/Chicago	37.57616	-87.83863	144			KY	225		
4314214	Zachariah	zachariah	US		0	America/New_York	37.70508	-83.68352	378			KY	237		
4314216	Zag	zag	US		0	America/New_York	37.98675	-83.3649	290			KY	175		
4314217	Zandale	zandale	US		0	America/New_York	38.00536	-84.51216	303			KY	067		
4314226	Zekes Point	zekes-point	US		0	America/New_York	37.35092	-83.88881	397			KY	109		
4314229	Zilpo Recreation Area	zilpo-recreation-area	US		0	America/New_York	38.07453	-83.49324	226	Zilpo,Zilpo Recreation Area		KY	011		
4314258	Zion Hill	zion-hill	US		0	America/New_York	38.12008	-84.63772	264			KY	209		
4314267	Zion Station	zion-station	US		0	America/New_York	38.75284	-84.70939	196	Zion,Zion Station		KY	081		
4314271	Zelda	zelda	US		0	America/New_York	38.19509	-82.6046	171			KY	127		
4314273	Zoneton	zoneton	US		0	America/New_York	38.0634	-85.67051	165			KY	029		
4314278	Zula	zula	US		0	America/Kentucky/Monticello	36.76729	-84.97939	286			KY	231		
4314310	Abbie Joe (historical)	abbie-joe-historical	US		0	America/Chicago	30.49187	-93.30322	20			LA	011		
4314311	Abby Plantation	abby-plantation	US		0	America/Chicago	29.81187	-90.84093	3			LA	057		
4314312	Aben	aben	US		0	America/Chicago	30.10798	-90.94288	5			LA	005		
4314325	Abney Country Air	abney-country-air	US		0	America/Chicago	30.28158	-89.72145	3			LA	103		
4314326	Abney Estates	abney-estates	US		0	America/Chicago	30.25714	-89.78284	2			LA	103		
4314342	Acadia	acadia	US		0	America/Chicago	29.76882	-90.80148	4			LA	057		
4314353	Acadian Estates	acadian-estates	US		0	America/Chicago	30.28881	-89.8484	3			LA	103		
4314357	Acadian Place	acadian-place	US		0	America/Chicago	30.41102	-91.06927	14			LA	033		
4314361	Acadian Villa	acadian-villa	US		0	America/Chicago	29.76688	-90.82009	3			LA	109		
4314366	Acadiana	acadiana	US		0	America/Chicago	30.4463	-91.11261	14			LA	033		
4314386	Acy	acy	US		0	America/Chicago	30.21881	-90.82037	2			LA	005		
4314418	Adner	adner	US		0	America/Chicago	32.56709	-93.60795	64			LA	015		
4314419	Adois (historical)	adois-historical	US		0	America/Chicago	31.69461	-93.31823	47			LA	069		
4314426	Afeman	afeman	US		0	America/Chicago	31.10269	-92.81848	69	Aefman,Afeman		LA	079		
4314429	Afton Oaks	afton-oaks	US		0	America/Chicago	30.4213	-91.03927	12			LA	033		
4314467	Airline Acres	airline-acres	US		0	America/Chicago	30.42214	-91.06649	13			LA	033		
4314476	Airline Park Estates	airline-park-estates	US		0	America/Chicago	32.57987	-93.71323	51			LA	015		
4314478	Airline Terrace	airline-terrace	US		0	America/Chicago	30.51269	-91.16233	18			LA	033		
4314482	Ajax	ajax	US		0	America/Chicago	31.87655	-93.3899	73			LA	069		
4314487	Adeline	adeline	US		0	America/Chicago	29.87298	-91.59095	3	Adelin,Adeline		LA	101		
4314491	Alabama Landing	alabama-landing	US		0	America/Chicago	32.87374	-92.08458	22			LA	111		
4314499	Albany (historical)	albany-historical	US		0	America/Chicago	32.61265	-93.83212	66			LA	017		
4314512	Alden Bridge	alden-bridge	US		0	America/Chicago	32.77514	-93.72018	67			LA	015		
4314514	Alco	alco	US		0	America/Chicago	31.33435	-93.13072	95			LA	115		
4314535	Alexandria Junction	alexandria-junction	US		0	America/Chicago	31.29102	-92.44347	23	Alexandria Junc,Alexandria Junction		LA	079		
4314544	Alfalfa	alfalfa	US		0	America/Chicago	31.36962	-92.61848	26	Alfalfa,Alfalia		LA	079		
4314545	Alford Acres	alford-acres	US		0	America/Chicago	30.52352	-91.00983	17			LA	033		
4314552	Alfords	alfords	US		0	America/Chicago	30.56936	-91.319	8	Alford,Alfords		LA	121		
4314556	Algiers	algiers	US		0	America/Chicago	29.94493	-90.04674	1	Algiers,Duverjeburg,Kings Plantation		LA	071	98000	
4314566	Alice B	alice-b	US		0	America/Chicago	29.77632	-91.75706	2			LA	101		
4314580	Allemand	allemand	US		0	America/Chicago	29.66021	-90.76565	3			LA	109		
4314584	Alford Heights	alford-heights	US		0	America/Chicago	31.55156	-93.46545	89			LA	085		
4314585	Allemania	allemania	US		0	America/Chicago	30.26131	-91.21844	6			LA	047		
4314606	Allen Landing	allen-landing	US		0	America/Chicago	30.50075	-91.27094	6	Allen Landing,Allendale Landing		LA	121		
4314675	Alluvial City	alluvial-city	US		0	America/Chicago	29.84132	-89.69145	1	Alluvial,Alluvial City,Alluvial Junction,Alluvian Junction,Yscloskey		LA	087		
4314678	Almadane	almadane	US		0	America/Chicago	30.94186	-93.50489	33			LA	115		
4314679	Almedia	almedia	US		0	America/Chicago	29.97354	-90.30063	1			LA	089		
4314680	Aloha	aloha	US		0	America/Chicago	31.58323	-92.77237	30	Aloha,Saint Andre Bluff		LA	043		
4314683	Alonzo (historical)	alonzo-historical	US		0	America/Chicago	31.86405	-92.70515	56			LA	127		
4314685	Alpha Mobile Home Park	alpha-mobile-home-park	US		0	America/Chicago	32.3896	-93.76574	50			LA	017		
4314688	Alphenia Landing	alphenia-landing	US		0	America/Chicago	31.81961	-91.57068	11			LA	107		
4314692	Alsatia	alsatia	US		0	America/Chicago	32.61291	-91.18233	26			LA	035		
4314696	Alsen Heights	alsen-heights	US		0	America/Chicago	30.57574	-91.20594	20			LA	033		
4314705	Alton (historical)	alton-historical	US		0	America/Chicago	31.4424	-91.81207	16			LA	029		
4314720	Ambrosia (historical)	ambrosia-historical	US		0	America/Chicago	30.65491	-91.19344	29			LA	033		
4314723	Amehe (historical)	amehe-historical	US		0	America/Chicago	30.00159	-91.07593	4			LA	007		
4314733	Allon	allon	US		0	America/Chicago	30.6413	-91.494	10			LA	077		
4314764	Amos	amos	US		0	America/Chicago	30.33964	-89.79895	7			LA	103		
4314780	Anandale	anandale	US		0	America/Chicago	31.25518	-92.45403	24			LA	079		
4314785	Anchor Landing	anchor-landing	US		0	America/Chicago	31.84988	-91.56984	11			LA	107		
4314829	Angelina	angelina	US		0	America/Chicago	30.05798	-90.63453	2			LA	095		
4314832	Angelique Estates	angelique-estates	US		0	America/Chicago	29.92354	-89.90007	1			LA	087		
4314840	Angola Landing	angola-landing	US		0	America/Chicago	30.94407	-91.64734	13			LA	125		
4314843	Annadale	annadale	US		0	America/Chicago	30.13214	-91.13121	4	Annadale,Annadale Plantation		LA	047		
4314850	Anse La Butte	anse-la-butte	US		0	America/Chicago	30.25964	-91.96817	3			LA	099		
4314927	Antioch Villa	antioch-villa	US		0	America/Chicago	30.3788	-91.00399	8			LA	033		
4314933	Antonia	antonia	US		0	America/Chicago	31.56434	-92.40931	58			LA	043		
4314935	Antonio	antonio	US		0	America/Chicago	30.4063	-91.22483	6			LA	121		
4314963	Arbolada Addition	arbolada-addition	US		0	America/Chicago	30.21715	-92.02123	9			LA	055		
4314965	Arbroth	arbroth	US		0	America/Chicago	30.61047	-91.319	9			LA	121		
4314977	Arceneaux	arceneaux	US		0	America/Chicago	30.29048	-92.22818	10			LA	001		
4314993	Ardenwood	ardenwood	US		0	America/Chicago	30.44686	-91.12872	17			LA	033		
4314996	Ardoyne	ardoyne	US		0	America/Chicago	29.6466	-90.82176	3			LA	109		
4315001	Argent	argent	US		0	America/Chicago	31.7385	-91.40623	22	Argent,L'Argent		LA	029		
4315002	Argo	argo	US		0	America/Chicago	31.33074	-91.88596	15			LA	025		
4315006	Argyle Plantation	argyle-plantation	US		0	America/Chicago	30.65963	-91.6415	9			LA	077		
4315007	Arizona	arizona	US		0	America/Chicago	32.78904	-92.95766	85	Arizona,Arizonia		LA	027		
4315011	Arkana	arkana	US		0	America/Chicago	33.01847	-93.67462	75			LA	015		
4315015	Arlatex	arlatex	US		0	America/Chicago	32.67792	-93.95351	57			LA	017		
4315022	Armant	armant	US		0	America/Chicago	29.99631	-90.73009	5			LA	093		
4315027	Armistead	armistead	US		0	America/Chicago	32.39016	-93.32295	73			LA	013		
4315028	Armistead	armistead	US		0	America/Chicago	32.00544	-93.38045	40			LA	081		
4315100	Ashville (historical)	ashville-historical	US		0	America/Chicago	32.15293	-91.17928	27			LA	107		
4315126	Ashly	ashly	US		0	America/Chicago	32.44153	-91.12316	27	Ashley,Ashly		LA	065		
4315135	Atchafalaya	atchafalaya	US		0	America/Chicago	30.34603	-91.72317	8			LA	099		
4315145	Athlone	athlone	US		0	America/Chicago	31.61045	-91.73763	18			LA	029		
4315161	Attakapas Canal	attakapas-canal	US		0	America/Chicago	29.89187	-91.09121	2			LA	007		
4315163	Attakapas Landing	attakapas-landing	US		0	America/Chicago	29.85104	-91.10316	2			LA	007		
4315165	Aubin	aubin	US		0	America/Chicago	30.41936	-91.06316	13			LA	033		
4315168	Audrey Park	audrey-park	US		0	America/Chicago	32.55459	-93.82907	64			LA	017		
4315173	Audubon Park	audubon-park	US		0	America/Chicago	32.58708	-91.98152	29			LA	073		
4315174	Audubon Place	audubon-place	US		0	America/Chicago	30.29464	-89.75978	5			LA	103		
4315175	Audubon Place Plaza	audubon-place-plaza	US		0	America/Chicago	30.29686	-89.75645	5			LA	103		
4315177	Audubon Terrace	audubon-terrace	US		0	America/Chicago	30.3838	-91.07177	9			LA	033		
4315190	Aurora Gardens	aurora-gardens	US		0	America/Chicago	29.9252	-89.99674	0			LA	071	98000	
4315197	Aulds (historical)	aulds-historical	US		0	America/Chicago	32.36932	-93.7174	62			LA	017		
4315207	Autumn Run	autumn-run	US		0	America/Chicago	30.35297	-91.11816	5			LA	033		
4315210	Avalon Terrace	avalon-terrace	US		0	America/Chicago	30.49214	-90.43287	11			LA	105		
4315213	Averit (historical)	averit-historical	US		0	America/Chicago	32.51681	-92.43348	45	Averit (historical),Averitt		LA	061		
4315215	Avery Estates	avery-estates	US		0	America/Chicago	30.23408	-89.70867	1			LA	103		
4315248	Aycock	aycock	US		0	America/Chicago	32.7082	-92.91766	111	Aycock,Enterprise		LA	027		
4315253	Azema (historical)	azema-historical	US		0	America/Chicago	30.22464	-91.87289	7			LA	099		
4315254	Azucena	azucena	US		0	America/Chicago	31.77794	-91.4379	20			LA	107		
4315257	B and S Park Subdivision	b-and-s-park-subdivision	US		0	America/Chicago	33.01097	-93.45628	75			LA	119		
4315264	Baccus	baccus	US		0	America/Chicago	32.93681	-93.45573	82			LA	119		
4315290	Baggett (historical)	baggett-historical	US		0	America/Chicago	30.76408	-93.00293	39			LA	011		
4315309	Bains	bains	US		0	America/Chicago	30.83074	-91.38678	57			LA	125		
4315320	Baker Estates	baker-estates	US		0	America/Chicago	30.60269	-91.15344	23			LA	033		
4315323	Baker Hills	baker-hills	US		0	America/Chicago	30.58547	-91.15427	24			LA	033		
4315330	Bakerfield	bakerfield	US		0	America/Chicago	30.58213	-91.17872	22			LA	033		
4315332	Bakers	bakers	US		0	America/Chicago	32.34126	-91.52123	27			LA	041		
4315340	Balco	balco	US		0	America/Chicago	29.72021	-91.44122	3			LA	101		
4315348	Balize (historical)	balize-historical	US		0	America/Chicago	29.12245	-89.10727	0			LA	075		
4315364	Ballina	ballina	US		0	America/Chicago	31.66628	-91.67929	18			LA	029		
4315370	Balmoral	balmoral	US		0	America/Chicago	32.11488	-91.224	24			LA	107		
4315374	Bancker	bancker	US		0	America/Chicago	29.88521	-92.12429	2			LA	113		
4315386	Banker Plantation	banker-plantation	US		0	America/Chicago	30.13548	-91.78012	5			LA	099		
4315387	Bankers	bankers	US		0	America/Chicago	30.13937	-91.74261	3			LA	099		
4315392	Banks Springs	banks-springs	US		1192	America/Chicago	32.0821	-92.09291	60			LA	021		
4315399	Bannister (historical)	bannister-historical	US		0	America/Chicago	30.70742	-93.24933	38	Bannister (historical),Ennes		LA	011		
4315401	Baptist	baptist	US		0	America/Chicago	30.50491	-90.53315	12			LA	105		
4315435	Barber Spur	barber-spur	US		0	America/Chicago	30.69103	-92.4268	19	Barber,Barber Spur,The Y		LA	039		
4315438	Barbreck	barbreck	US		0	America/Chicago	30.81019	-92.19874	13			LA	097		
4315447	Bardel	bardel	US		0	America/Chicago	32.55097	-91.75763	22			LA	083		
4315451	Barcelona	barcelona	US		0	America/Chicago	31.85266	-91.42289	15			LA	107		
4315454	Barham	barham	US		0	America/Chicago	31.31935	-93.39239	107			LA	115		
4315459	Barkley Place	barkley-place	US		0	America/Chicago	30.36797	-91.08205	9			LA	033		
4315470	Barmen	barmen	US		0	America/Chicago	30.16242	-90.81621	1			LA	005		
4315472	Barnet Springs	barnet-springs	US		0	America/Chicago	32.50765	-92.67598	91			LA	061		
4315490	Barrington Park	barrington-park	US		0	America/Chicago	30.0477	-89.96479	-2			LA	071	98000	
4315499	Barroza (historical)	barroza-historical	US		0	America/Chicago	30.50575	-91.294	7			LA	121		
4315502	Barso	barso	US		0	America/Chicago	32.74487	-93.72768	65			LA	015		
4315513	Basel (historical)	basel-historical	US		0	America/Chicago	30.73713	-91.34539	14			LA	125		
4315524	Baskinton	baskinton	US		0	America/Chicago	32.31126	-91.68068	24			LA	041		
4315527	Bassa Bassa	bassa-bassa	US		0	America/Chicago	29.36383	-89.99452	0			LA	051		
4315545	Bat	bat	US		0	America/Chicago	30.71686	-91.89817	11			LA	097		
4315584	Baton Rouge Terrace	baton-rouge-terrace	US		0	America/Chicago	30.47102	-91.16094	17			LA	033		
4315600	Battle	battle	US		0	America/Chicago	30.82657	-91.08149	66	Battle,Casey Crossing		LA	037		
4315609	Batree	batree	US		0	America/Chicago	29.99992	-90.78648	5			LA	093		
4315611	Bawcomville	bawcomville	US		3588	America/Chicago	32.47042	-92.16736	24			LA	073		
4315736	Bayou Barbary	bayou-barbary	US		0	America/Chicago	30.34103	-90.6737	3			LA	063		
4315740	Bayou Bend	bayou-bend	US		0	America/Chicago	30.26992	-89.84812	2			LA	103		
4315756	Bayou Boeuf	bayou-boeuf	US		0	America/Chicago	29.86937	-90.59675	1			LA	057		
4315763	Bayou Bonfouca Estates	bayou-bonfouca-estates	US		0	America/Chicago	30.26186	-89.80284	0			LA	103		
4315767	Bayou Cane	bayou-cane	US		0	America/Chicago	29.80021	-90.01729	2			LA	075		
4315768	Bayou Cane	bayou-cane	US		19355	America/Chicago	29.6241	-90.7512	2			LA	109		
4315773	Bayou Chene	bayou-chene	US		0	America/Chicago	30.14103	-91.53706	5			LA	099		
4315777	Bayou Chicot	bayou-chicot	US		0	America/Chicago	30.81714	-92.35096	37	Bayou Chicot,Chicot		LA	039		
4325422	Gall	gall	US		0	America/Chicago	29.94326	-91.8229	2			LA	045		
4315789	Bayou Corne	bayou-corne	US		0	America/Chicago	30.01465	-91.1551	2			LA	007		
4315795	Bayou Crab	bayou-crab	US		0	America/Chicago	29.86743	-91.07621	1			LA	007		
4315797	Bayou Current	bayou-current	US		0	America/Chicago	30.79769	-91.80178	12			LA	097		
4315842	Bayou Fountain	bayou-fountain	US		0	America/Chicago	30.36547	-91.12872	5			LA	033		
4315845	Bayou Gauche	bayou-gauche	US		2071	America/Chicago	29.78743	-90.41314	1			LA	089		
4315848	Bayou Geneve	bayou-geneve	US		0	America/Chicago	29.81632	-91.10427	1			LA	099		
4315850	Bayou Goula	bayou-goula	US		612	America/Chicago	30.20992	-91.16899	6	Bayogoula,Bayou Goula,Khorassin		LA	047		
4315861	Bayou Jack	bayou-jack	US		0	America/Chicago	30.83825	-91.96373	12			LA	097		
4315888	Bayou Liberty Estates	bayou-liberty-estates	US		0	America/Chicago	30.27797	-89.81757	2			LA	103		
4315889	Bayou Liberty Gardens	bayou-liberty-gardens	US		0	America/Chicago	30.28797	-89.81479	3			LA	103		
4315905	Bayou Oaks	bayou-oaks	US		0	America/Chicago	30.26575	-89.82562	1			LA	103		
4315906	Bayou Paquet Estates	bayou-paquet-estates	US		0	America/Chicago	30.29242	-89.86535	3			LA	103		
4315907	Bayou Paul	bayou-paul	US		0	America/Chicago	30.31214	-91.10927	5			LA	047		
4315910	Bayou Pierre	bayou-pierre	US		0	America/Chicago	32.08488	-93.69546	80			LA	031		
4315911	Bayou Pierre	bayou-pierre	US		0	America/Chicago	32.14849	-93.48018	43			LA	081		
4315929	Bayou Sale	bayou-sale	US		0	America/Chicago	29.7441	-91.43622	2	Bayou Sale,Foster		LA	101		
4315938	Bayou Scie	bayou-scie	US		0	America/Chicago	31.67045	-93.57351	87			LA	085		
4315945	Bayou Sorrel	bayou-sorrel	US		0	America/Chicago	30.16186	-91.33566	2			LA	047		
4315951	Bayou Terrace	bayou-terrace	US		0	America/Chicago	30.27464	-89.80756	1			LA	103		
4315954	Bayou Vincent	bayou-vincent	US		0	America/Chicago	30.29603	-89.79006	3			LA	103		
4315955	Bayou Vista	bayou-vista	US		4652	America/Chicago	29.68965	-91.27094	2	Bayou Vista,Clarks,La Gorda		LA	101		
4315956	Bayou Vista	bayou-vista	US		0	America/Chicago	30.28131	-89.81757	2			LA	103		
4316005	Baywood	baywood	US		0	America/Chicago	30.69102	-90.88316	32			LA	033		
4316009	Beabois Place	beabois-place	US		0	America/Chicago	30.59046	-91.05677	23			LA	033		
4316022	Beacon Hill	beacon-hill	US		0	America/Chicago	30.40964	-91.06621	14			LA	033		
4316024	Beachview	beachview	US		0	America/Chicago	30.25464	-89.77645	2			LA	103		
4316027	Beale	beale	US		0	America/Chicago	30.82936	-92.41958	37			LA	039		
4316030	Beal Crossing	beal-crossing	US		0	America/Chicago	31.75406	-92.69321	39			LA	127		
4316081	Bear Skin	bear-skin	US		0	America/Chicago	32.6818	-91.59623	28			LA	123		
4316100	Beaujolais	beaujolais	US		0	America/Chicago	29.78576	-90.76815	2			LA	057		
4316101	Beaulieu	beaulieu	US		0	America/Chicago	30.42408	-91.21622	6			LA	121		
4316120	Beaud	beaud	US		0	America/Chicago	30.70685	-91.49345	10	Beaud,Beaud Cane		LA	077		
4316122	Beauregard Town	beauregard-town	US		0	America/Chicago	30.44519	-91.18761	16			LA	033		
4316176	Bedico	bedico	US		0	America/Chicago	30.4363	-90.25175	6	Bedico,Beedico,Benedicto		LA	105		
4316186	Bee Bayou	bee-bayou	US		0	America/Chicago	32.4732	-91.69568	26			LA	083		
4316199	Beech (historical)	beech-historical	US		0	America/Chicago	31.93627	-92.39736	46			LA	127		
4316220	Beech Springs	beech-springs	US		0	America/Chicago	32.30682	-92.64682	75			LA	049		
4316228	Beechwood	beechwood	US		0	America/Chicago	30.55685	-91.16122	19			LA	033		
4316231	Beechwood Estates	beechwood-estates	US		0	America/Chicago	31.74878	-93.13489	52			LA	069		
4316237	Beekman	beekman	US		0	America/Chicago	32.92374	-91.88429	34			LA	067		
4316253	Bel	bel	US		0	America/Chicago	30.51992	-93.0846	24			LA	003		
4316260	Belah	belah	US		0	America/Chicago	31.64601	-92.18152	67	Belah,Piney Wods,Turnersville		LA	059		
4316266	Belair	belair	US		0	America/Chicago	29.72049	-89.98229	1	Bel Air,Belair		LA	075		
4316269	Belair Cove	belair-cove	US		0	America/Chicago	30.64853	-92.22651	21	Belair Cove,Belaire Cove,Bellair Cove		LA	039		
4316280	Belfort	belfort	US		0	America/Chicago	30.46575	-91.15427	16			LA	033		
4316302	Bell Fontaine	bell-fontaine	US		0	America/Chicago	30.43908	-91.06038	14			LA	033		
4316303	Bell Grove Place	bell-grove-place	US		0	America/Chicago	30.38714	-91.01482	7			LA	033		
4316312	Bell Terre Acres	bell-terre-acres	US		0	America/Chicago	30.27853	-89.86007	2			LA	103		
4316319	Bellamy (historical)	bellamy-historical	US		0	America/Chicago	30.91602	-89.82424	38			LA	117		
4316321	Belle Alliance	belle-alliance	US		0	America/Chicago	30.05131	-91.02038	6	Belle Alliance,Belle Alliance Plantation		LA	007		
4316323	Belle Amie	belle-amie	US		0	America/Chicago	29.49411	-90.32786	1			LA	057		
4316327	Belle Chaney (historical)	belle-chaney-historical	US		0	America/Chicago	30.88797	-92.41958	28			LA	039		
4316336	Belle Bower	belle-bower	US		0	America/Chicago	32.11127	-94.02852	86			LA	031		
4316338	Belle Helene	belle-helene	US		0	America/Chicago	30.16964	-90.99843	7			LA	005		
4316352	Belle Meade	belle-meade	US		0	America/Chicago	32.56125	-92.01985	25			LA	073		
4316354	Belle Place	belle-place	US		0	America/Chicago	30.01576	-91.72678	6			LA	045		
4316355	Belle Point	belle-point	US		0	America/Chicago	30.06187	-90.53536	5			LA	095		
4316359	Belle River	belle-river	US		0	America/Chicago	29.88798	-91.20649	2			LA	007		
4316367	Belle Terre	belle-terre	US		0	America/Chicago	30.06964	-91.01593	5	Belle Terre,Belle Terre Plantation		LA	007		
4316368	Belle Terre	belle-terre	US		0	America/Chicago	30.09187	-90.49397	1			LA	095		
4316371	Belle d'Eau	belle-d-eau	US		0	America/Chicago	31.08436	-92.19179	24	Belle d'Eau,Belledeau		LA	009		
4316373	Bellemeade	bellemeade	US		0	America/Chicago	29.88465	-90.03618	-1			LA	051		
4316393	Bellewood	bellewood	US		0	America/Chicago	29.90687	-91.06816	2	Belle Wood,Bellewood		LA	007		
4316394	Bellewood	bellewood	US		0	America/Chicago	30.53491	-90.43759	14			LA	105		
4316395	Bellingrath	bellingrath	US		0	America/Chicago	30.51352	-90.98649	16			LA	033		
4316396	Bellingrath Hills	bellingrath-hills	US		0	America/Chicago	30.51436	-90.99399	14			LA	033		
4316398	Bells Store (historical)	bells-store-historical	US		0	America/Chicago	30.76129	-91.17427	45			LA	037		
4316411	Belmont Landing	belmont-landing	US		0	America/Chicago	30.50824	-91.24316	5			LA	121		
4316416	Belvedere Estates	belvedere-estates	US		0	America/Chicago	30.28881	-89.77534	3			LA	103		
4316417	Bemis	bemis	US		0	America/Chicago	32.95707	-92.17847	30			LA	111		
4316420	Ben Hur (historical)	ben-hur-historical	US		0	America/Chicago	30.35297	-91.17316	7	Ben Hur (historical),Ben Hut		LA	033		
4316426	Bendel Gardens	bendel-gardens	US		0	America/Chicago	30.19687	-92.0204	11			LA	055		
4316432	Benham (historical)	benham-historical	US		0	America/Chicago	32.86818	-91.10427	31			LA	035		
4316442	Bennett Bay Landing	bennett-bay-landing	US		0	America/Chicago	30.96241	-92.4618	19	Bennett Bay Landing,Bennett Landing		LA	079		
4316483	Berard	berard	US		0	America/Chicago	29.98909	-91.78845	6			LA	045		
4316490	Bermuda	bermuda	US		0	America/Chicago	31.66239	-93.00377	34			LA	069		
4316494	Bernard Terrace	bernard-terrace	US		0	America/Chicago	30.44825	-91.14955	16			LA	033		
4316515	Bertie	bertie	US		0	America/Chicago	29.91937	-90.98788	5	Bertie,Bertie Plantation		LA	007		
4316522	Bertrandville	bertrandville	US		0	America/Chicago	29.77493	-90.01702	3			LA	075		
4316537	Beshel	beshel	US		0	America/Chicago	29.55994	-89.7709	1	Beshel,Martin		LA	075		
4316543	Bessie K	bessie-k	US		0	America/Chicago	29.98298	-90.78787	4			LA	093		
4316560	Bethany Cooperative Community	bethany-cooperative-community	US		0	America/Chicago	30.57408	-91.13483	20			LA	033		
4316687	Beverly Knoll	beverly-knoll	US		0	America/Chicago	29.98215	-90.15424	1			LA	051		
4316703	Bickham	bickham	US		0	America/Chicago	30.86741	-90.21564	64			LA	117		
4316723	Big A Plenty Landing	big-a-plenty-landing	US		0	America/Chicago	31.89433	-91.57207	19			LA	041		
4316770	Big Branch	big-branch	US		0	America/Chicago	30.33381	-89.99285	5	Big Branch,Forest Glen		LA	103		
4316797	Big Cane	big-cane	US		0	America/Chicago	30.82047	-92.00956	7	Big Cane,Bigcane		LA	097		
4316937	Big Woods	big-woods	US		0	America/Chicago	30.28576	-93.56322	7			LA	019		
4316944	Bijou	bijou	US		0	America/Chicago	31.10797	-92.24263	19			LA	079		
4316963	Billis (historical)	billis-historical	US		0	America/Chicago	31.61267	-92.81349	46	Billies,Billis (historical)		LA	043		
4316965	Billeaud	billeaud	US		0	America/Chicago	30.13576	-91.94567	12			LA	055		
4316973	Billy Goat Hill	billy-goat-hill	US		0	America/Chicago	31.0888	-93.27072	82			LA	115		
4316981	Biltmore	biltmore	US		0	America/Chicago	30.53908	-91.02371	18			LA	033		
4316982	Bingen (historical)	bingen-historical	US		0	America/Chicago	30.86074	-91.47512	18			LA	125		
4316989	Bird	bird	US		0	America/Chicago	30.47436	-91.12316	16			LA	033		
4317031	Bissonet Plaza	bissonet-plaza	US		0	America/Chicago	30.01354	-90.21646	-2			LA	051		
4317036	Bivens	bivens	US		0	America/Chicago	30.62992	-93.60628	28			LA	011		
4317076	Black Bayou (historical)	black-bayou-historical	US		0	America/Chicago	32.84125	-93.9274	80			LA	017		
4317093	Black Creek (historical)	black-creek-historical	US		0	America/Chicago	31.68989	-92.56959	64			LA	043		
4317143	Black River (historical)	black-river-historical	US		0	America/Chicago	31.626	-91.80652	17			LA	029		
4317184	Blade	blade	US		0	America/Chicago	31.65434	-92.05291	37	Blade,Miles Crossing		LA	059		
4317194	Blakes Addition	blakes-addition	US		0	America/Chicago	31.57656	-93.48156	71			LA	085		
4317207	Blanche	blanche	US		0	America/Chicago	30.92019	-92.61236	46			LA	079		
4317209	Blanks	blanks	US		0	America/Chicago	30.55325	-91.60039	8			LA	077		
4317211	Blankston	blankston	US		0	America/Chicago	32.2421	-92.13236	21			LA	021		
4317268	Blond	blond	US		0	America/Chicago	30.59741	-90.10119	41			LA	103		
4317308	Blue Lake Landing	blue-lake-landing	US		0	America/Chicago	30.9813	-92.44291	16			LA	079		
4317336	Bluebonnet Ridge	bluebonnet-ridge	US		0	America/Chicago	30.36741	-91.10038	11			LA	033		
4317339	Bluff Creek	bluff-creek	US		0	America/Chicago	30.74657	-90.85732	38			LA	037		
4317346	Blume	blume	US		0	America/Chicago	32.27155	-92.99044	54	Blume,Henry		LA	013		
4317349	Blythwood	blythwood	US		0	America/Chicago	30.19964	-91.20761	4	Blythewood Plantation,Blythwood,Blythwood Plantation		LA	047		
4317357	Boatner (historical)	boatner-historical	US		0	America/Chicago	32.19766	-92.54737	88			LA	049		
4317369	Bob Acres	bob-acres	US		0	America/Chicago	29.94854	-91.9654	2			LA	045		
4317375	Bodcau	bodcau	US		0	America/Chicago	32.53432	-93.59573	63			LA	015		
4317377	Bocage	bocage	US		0	America/Chicago	30.42797	-91.11177	15			LA	033		
4317379	Bodcau Park	bodcau-park	US		0	America/Chicago	32.53626	-93.59962	64			LA	015		
4317383	Bodin	bodin	US		0	America/Chicago	29.83798	-91.61261	2			LA	101		
4317386	Bodoc	bodoc	US		0	America/Chicago	30.91908	-91.99067	12			LA	009		
4317392	Boeuf	boeuf	US		0	America/Chicago	29.66132	-91.09621	1	Bayou Boeuf Station,Bayou Boeuf Village,Boeuf,Boeuf Station,Boeuff		LA	007		
4317422	Bogan	bogan	US		0	America/Chicago	30.46269	-91.1615	18			LA	033		
4317427	Boganvilla	boganvilla	US		0	America/Chicago	30.5463	-91.06566	18			LA	033		
4317492	Bohemian	bohemian	US		0	America/Chicago	29.54383	-89.75562	2	Bohemian		LA	075		
4317504	Bolden	bolden	US		0	America/Chicago	30.6788	-91.93095	8			LA	097		
4317509	Bolinger	bolinger	US		0	America/Chicago	32.9443	-93.69768	109			LA	015		
4317510	Bolinger Hillsppl	bolinger-hillsppl	US		0	America/Chicago	32.5982	-93.88629	81			LA	017		
4317523	Bolwood Acres	bolwood-acres	US		0	America/Chicago	30.59574	-91.13233	21			LA	033		
4317524	Bomer	bomer	US		0	America/Chicago	32.59903	-91.18317	27	Bomer,Bomer Spur		LA	035		
4317527	Bon Ami	bon-ami	US		0	America/Chicago	30.8077	-93.29516	57	Bon Ami,Bonami		LA	011		
4317529	Bon Dickey	bon-dickey	US		0	America/Chicago	30.54852	-91.02649	18			LA	033		
4317535	Bon Secours Plantation	bon-secours-plantation	US		0	America/Chicago	29.99437	-90.84121	5	Bon Secour Plantation,Bon Secours Plantation,Bonsecour Plantation		LA	093		
4317537	Bon Village	bon-village	US		0	America/Chicago	30.28714	-89.76256	4			LA	103		
4317539	Bonaire Estates	bonaire-estates	US		0	America/Chicago	30.46325	-90.49731	8			LA	105		
4317554	Bonfouca	bonfouca	US		0	America/Chicago	30.26908	-89.84451	1	Bonfonca,Bonfouca,Boucffouca,Bouefuka,Boukfouca		LA	103		
4317560	Bonn	bonn	US		0	America/Chicago	30.65407	-91.25178	28			LA	033		
4317562	Bonham Landing	bonham-landing	US		0	America/Chicago	32.7557	-94.03713	59			LA	017		
4317563	Bonnabel Place	bonnabel-place	US		0	America/Chicago	29.99715	-90.14313	-1			LA	051		
4317567	Bonner (historical)	bonner-historical	US		0	America/Chicago	32.49904	-92.63682	96	Bonner (historical),Plankville		LA	061		
4317586	Bonvillain	bonvillain	US		0	America/Chicago	29.80021	-91.66873	2			LA	101		
4317588	Book	book	US		0	America/Chicago	31.3374	-91.87151	15			LA	025		
4317621	Bordenax	bordenax	US		0	America/Chicago	32.58181	-91.76374	26			LA	067		
4317623	Boretta	boretta	US		0	America/Chicago	30.75242	-92.10984	12	Bayou Boeuf,Boretta		LA	097		
4317627	Borodino	borodino	US		0	America/Chicago	31.06602	-91.95095	16	Borodina,Borodino		LA	009		
4317628	Bosco	bosco	US		0	America/Chicago	32.29015	-92.08902	22	Bosco,Lafitta		LA	073		
4317632	Boscoville	boscoville	US		0	America/Chicago	30.52936	-92.02484	9			LA	097		
4317673	Boudreaux	boudreaux	US		0	America/Chicago	29.91409	-91.78484	2			LA	045		
4317674	Boudreaux	boudreaux	US		0	America/Chicago	29.41494	-90.70009	1			LA	109		
4317684	Bougere	bougere	US		0	America/Chicago	31.28295	-91.62734	15	Bougere,Bougere Landing,Bougere's		LA	029		
4317685	Bougere (historical)	bougere-historical	US		0	America/Chicago	30.05881	-90.60759	4			LA	095		
4317714	Bourgeois Landing	bourgeois-landing	US		0	America/Chicago	29.97576	-91.63928	0			LA	045		
4317746	Brabston (historical)	brabston-historical	US		0	America/Chicago	31.34462	-91.58623	13			LA	029		
4317768	Brake	brake	US		0	America/Chicago	30.92296	-91.54401	19			LA	125		
4317781	Brandon Hollow	brandon-hollow	US		0	America/Chicago	30.39686	-91.09955	10			LA	033		
4317783	Brandon Place	brandon-place	US		0	America/Chicago	30.52297	-91.0251	15			LA	033		
4317786	Brannon	brannon	US		0	America/Chicago	29.98548	-91.84595	3			LA	045		
4317790	Brantley Landing	brantley-landing	US		0	America/Chicago	32.9979	-92.07347	19			LA	111		
4317792	Brashears (historical)	brashears-historical	US		0	America/Chicago	30.47519	-91.02594	14			LA	033		
4317800	Breard	breard	US		0	America/Chicago	32.53653	-92.0818	25			LA	073		
4317815	Breedlove Hills	breedlove-hills	US		0	America/Chicago	31.73905	-93.166	51			LA	069		
4317818	Breezy Hill	breezy-hill	US		0	America/Chicago	31.66045	-92.43681	49			LA	043		
4317825	Brentwood Place	brentwood-place	US		0	America/Chicago	30.56491	-91.12594	21			LA	033		
4317826	Breton	breton	US		0	America/Chicago	29.4941	-89.17394	0			LA	075		
4317834	Brewtons Mill	brewtons-mill	US		0	America/Chicago	32.12127	-92.84293	53	Brewton Crossroads,Brewtons Mill,Mill		LA	127		
4317835	Brian	brian	US		0	America/Chicago	32.63848	-93.93074	84			LA	017		
4317836	Brian Estates	brian-estates	US		0	America/Chicago	30.50269	-91.08399	16			LA	033		
4317839	Briar Place	briar-place	US		0	America/Chicago	30.38214	-91.02983	9			LA	033		
4317840	Briarcliff	briarcliff	US		0	America/Chicago	30.35853	-91.09677	10			LA	033		
4317841	Briarcliff	briarcliff	US		0	America/Chicago	32.38988	-93.82935	52			LA	017		
4317847	Briarwood Estates	briarwood-estates	US		0	America/Chicago	30.36991	-91.03621	9			LA	033		
4317869	Bridge Junction	bridge-junction	US		0	America/Chicago	30.26382	-93.1971	3			LA	019		
4317878	Bridlewood	bridlewood	US		0	America/Chicago	30.57185	-91.01177	20			LA	033		
4317881	Bridges Mill	bridges-mill	US		0	America/Chicago	32.5946	-92.98294	113			LA	027		
4317898	Brightside Park	brightside-park	US		0	America/Chicago	30.38658	-91.179	7			LA	033		
4317899	Brignac	brignac	US		0	America/Chicago	30.26992	-90.8701	4			LA	005		
4317902	Brimstone	brimstone	US		0	America/Chicago	30.24965	-93.4021	6	Brimstone,Brimstone Station,Shoats Prairie,Sulphur Mines		LA	019		
4317924	Broadmoor	broadmoor	US		0	America/Chicago	30.17826	-92.06234	8			LA	055		
4317925	Broadmoor	broadmoor	US		0	America/Chicago	29.63244	-90.74704	2			LA	109		
4317926	Broadmoor	broadmoor	US		0	America/Chicago	30.28269	-89.77284	4			LA	103		
4317934	Broadmoor Estates	broadmoor-estates	US		0	America/Chicago	30.43991	-91.07094	14			LA	033		
4317935	Broadmoor Forest	broadmoor-forest	US		0	America/Chicago	30.44047	-91.06233	13			LA	033		
4317941	Broadmoor Place	broadmoor-place	US		0	America/Chicago	30.4363	-91.07844	14			LA	033		
4317942	Broadmoor Plaza	broadmoor-plaza	US		0	America/Chicago	30.43797	-91.08344	14			LA	033		
4317946	Broadmoor Terrace	broadmoor-terrace	US		0	America/Chicago	32.4546	-93.71407	50			LA	017		
4317947	Broadmoor Terrace	broadmoor-terrace	US		0	America/Chicago	30.44408	-91.07038	13			LA	033		
4317957	Broadmoor	broadmoor	US		0	America/Chicago	30.44713	-91.0851	15			LA	033		
4317959	Brodnax (historical)	brodnax-historical	US		0	America/Chicago	32.88402	-91.79651	47			LA	067		
4317960	Brookhaven Estates	brookhaven-estates	US		0	America/Chicago	32.57348	-93.63768	51			LA	015		
4317961	Brookhollow Glen	brookhollow-glen	US		0	America/Chicago	30.35992	-91.0626	10			LA	033		
4317962	Brooklyn (historical)	brooklyn-historical	US		0	America/Chicago	32.26543	-92.3807	50			LA	049		
4317974	Brookstown	brookstown	US		0	America/Chicago	30.49352	-91.12844	17			LA	033		
4317978	Brookwood Estates	brookwood-estates	US		0	America/Chicago	30.30519	-89.76617	5			LA	103		
4317983	Brousard Plaza	brousard-plaza	US		0	America/Chicago	30.35464	-91.12372	5			LA	033		
4317987	Brouillette	brouillette	US		0	America/Chicago	31.21241	-92.02151	17			LA	009		
4318000	Broussard Landing	broussard-landing	US		0	America/Chicago	30.32214	-91.19872	3			LA	047		
4318006	Brousville	brousville	US		0	America/Chicago	29.96298	-91.93818	2			LA	045		
4318007	Brown	brown	US		0	America/Chicago	32.17766	-93.051	86			LA	013		
4318008	Brown (historical)	brown-historical	US		0	America/Chicago	30.30436	-91.12094	6			LA	047		
4318030	Brown Park Estates	brown-park-estates	US		0	America/Chicago	32.38988	-93.7574	62			LA	017		
4318035	Brown Heights	brown-heights	US		0	America/Chicago	30.59019	-91.11677	21			LA	033		
4318037	Brownsfield	brownsfield	US		5401	America/Chicago	30.54658	-91.12066	19	Brownfields		LA	033		
4318041	Brownlee	brownlee	US		0	America/Chicago	32.57571	-93.72657	52			LA	015		
4318042	Brownlee Estates	brownlee-estates	US		0	America/Chicago	32.57709	-93.71796	52			LA	015		
4318053	Browns Village	browns-village	US		0	America/Chicago	30.31297	-89.79284	5			LA	103		
4318059	Brownville (historical)	brownville-historical	US		0	America/Chicago	30.78352	-91.58984	11			LA	077		
4318063	Brownview	brownview	US		0	America/Chicago	30.72685	-91.58595	10			LA	077		
4318070	Brulie Maurin	brulie-maurin	US		0	America/Chicago	30.04576	-90.98843	3	Brulee Maurin,Brulee Vives,Brulie Maurin		LA	007		
4318071	Bruly La Croix	bruly-la-croix	US		0	America/Chicago	30.15075	-91.19427	3	Bruly La Croix,Bruly Lacroix		LA	047		
4318072	Bruly McCall	bruly-mccall	US		0	America/Chicago	30.10798	-91.08982	3			LA	005		
4318074	Bruly Saint Martin	bruly-saint-martin	US		0	America/Chicago	30.04603	-91.09732	3			LA	007		
4318080	Brunett (historical)	brunett-historical	US		0	America/Chicago	32.89707	-91.169	34			LA	035		
4318083	Bruns	bruns	US		0	America/Chicago	30.22825	-91.06649	4			LA	047		
4318085	Brunswick Plantation	brunswick-plantation	US		0	America/Chicago	30.72302	-91.53071	10			LA	077		
4318088	Brugier	brugier	US		0	America/Chicago	30.28075	-89.77923	3			LA	103		
4318162	Brusle Saint Vincent	brusle-saint-vincent	US		0	America/Chicago	29.95992	-91.07038	4	Brusle Saint Vincent,Saint Vincent		LA	007		
4318165	Brusly Landing	brusly-landing	US		0	America/Chicago	30.38769	-91.23733	7	Brusle Landing,Brusly Landing		LA	121		
4318168	Bryan (historical)	bryan-historical	US		0	America/Chicago	32.28016	-93.06211	82			LA	013		
4318178	Bryceland	bryceland	US		104	America/Chicago	32.45099	-92.97933	94	Brice,Bryceland		LA	013		
4318185	Bubenzer	bubenzer	US		0	America/Chicago	30.96686	-92.21596	20			LA	079		
4318216	Buckhorn (historical)	buckhorn-historical	US		0	America/Chicago	32.45377	-93.30545	70			LA	119		
4318236	Bucktown	bucktown	US		0	America/Chicago	30.01492	-90.14118	-2	Bucktown,East End		LA	051		
4318238	Bueche	bueche	US		0	America/Chicago	30.57102	-91.34844	9			LA	121		
4318252	Buffwood	buffwood	US		0	America/Chicago	30.57713	-91.16261	24			LA	033		
4318257	Buie	buie	US		0	America/Chicago	32.05016	-91.85846	21	Bowie,Buie		LA	041		
4318285	Bull Run	bull-run	US		0	America/Chicago	29.65354	-90.87371	1	Bull Run,Cocke		LA	109		
4318291	Buller	buller	US		0	America/Chicago	30.37993	-93.01848	8			LA	053		
4318293	Bullion	bullion	US		0	America/Chicago	30.32797	-90.99732	9			LA	005		
4318294	Bullitt Bayou	bullitt-bayou	US		0	America/Chicago	31.6335	-91.43345	18	Bullitt Bayou,Bullitts Bayou		LA	029		
4318310	Buncombe (historical)	buncombe-historical	US		0	America/Chicago	32.45821	-93.84574	83			LA	017		
4318311	Bundick (historical)	bundick-historical	US		0	America/Chicago	30.71242	-93.0446	33			LA	011		
4318317	Bungalo (historical)	bungalo-historical	US		0	America/Chicago	32.36932	-93.8149	52			LA	017		
4318341	Burbank (historical)	burbank-historical	US		0	America/Chicago	30.05992	-91.04732	4			LA	007		
4318343	Burbridge	burbridge	US		0	America/Chicago	29.67438	-89.95618	1			LA	075		
4318348	Burden Estates	burden-estates	US		0	America/Chicago	30.40964	-91.12038	10			LA	033		
4318356	Burgessville (historical)	burgessville-historical	US		0	America/Chicago	32.56209	-92.57015	86			LA	061		
4318067	Brule	brule	US	54820	0	America/Chicago	29.82215	-90.96871	3			LA	007		
4318362	Burlington (historical)	burlington-historical	US		0	America/Chicago	30.57158	-90.98899	18	Burlington (historical),Sandy Creek		LA	033		
4318371	Burkplace	burkplace	US		0	America/Chicago	32.21849	-93.01405	71	Burk Place,Burke Place,Burkeplace,Burkplace,Protho		LA	013		
4318388	Burnstown	burnstown	US		0	America/Chicago	31.2824	-92.93488	80			LA	115		
4318394	Burr Ferry	burr-ferry	US		0	America/Chicago	31.0663	-93.496	39			LA	115		
4318404	Burrwood (historical)	burrwood-historical	US		0	America/Chicago	28.96829	-89.37755	0			LA	075		
4318409	Burton (historical)	burton-historical	US		0	America/Chicago	30.01187	-90.87176	2			LA	093		
4318414	Burton Landing	burton-landing	US		0	America/Chicago	30.10215	-93.32932	0	Burton Landing,Burtons Landing,Calcasieu,Calcasieu Landing		LA	019		
4318415	Burton Lane	burton-lane	US		0	America/Chicago	30.02465	-90.84065	6			LA	093		
4318423	Burtville	burtville	US		0	America/Chicago	30.33242	-91.13455	7			LA	033		
4318434	Bushes	bushes	US		0	America/Chicago	32.21737	-91.61623	27			LA	041		
4318439	Bushville	bushville	US		0	America/Chicago	30.37131	-91.89706	7			LA	099		
4318445	Butler (historical)	butler-historical	US		0	America/Chicago	31.89655	-93.46684	47			LA	031		
4318467	Butte La Rose	butte-la-rose	US		0	America/Chicago	30.2777	-91.68678	7	Butte La Rose,Butte-a-la-Rose,Butte-la-Rose,La Butte		LA	099		
4318545	Cadeville	cadeville	US		0	America/Chicago	32.42904	-92.33903	47			LA	073		
4318546	Cadillac Park	cadillac-park	US		0	America/Chicago	30.30464	-89.81118	5			LA	103		
4318550	Caernarvon	caernarvon	US		0	America/Chicago	29.86382	-89.90646	1	Caernarvon,Caernovan		LA	087		
4318568	Caffery	caffery	US		0	America/Chicago	29.80576	-91.47956	2	Caffery,Gallery		LA	101		
4318573	Caire	caire	US		0	America/Chicago	29.99798	-90.85343	6	Caire,Caire Spur		LA	093		
4318577	Calcasieu	calcasieu	US		0	America/Chicago	31.08963	-92.71153	51	Calcasieu,Calcasiu,Calcasu,Calcasuit,Culkeshoe,Culqueshoe,Kelke-chute,New Hope,Quelqueshoe,Quelqueshue,Sycamore		LA	079		
4318676	Camardelle	camardelle	US		0	America/Chicago	29.72577	-90.35814	1			LA	089		
4318680	Camelot	camelot	US		0	America/Chicago	30.42741	-91.04566	12			LA	033		
4318683	Calvert Acres	calvert-acres	US		0	America/Chicago	31.77905	-93.146	45			LA	069		
4318696	Camille	camille	US		0	America/Chicago	29.95465	-92.00596	2			LA	113		
4318738	Camp Five (historical)	camp-five-historical	US		0	America/Chicago	30.86074	-89.97064	96			LA	117		
4318746	Camp Hardtner	camp-hardtner	US		0	America/Chicago	31.63128	-92.39931	28			LA	043		
4318752	Camp Leroy Johnson	camp-leroy-johnson	US		0	America/Chicago	30.0302	-90.04563	1			LA	071	98000	
4318765	Camp Seven (historical)	camp-seven-historical	US		0	America/Chicago	30.95518	-90.02786	103			LA	117		
4318766	Camp Six (historical)	camp-six-historical	US		0	America/Chicago	30.90241	-89.93619	80			LA	117		
4318795	Camperdown	camperdown	US		0	America/Chicago	29.84576	-91.484	5			LA	101		
4318887	Canbeal	canbeal	US		0	America/Chicago	32.81958	-92.3532	57			LA	111		
4318888	Cancienne	cancienne	US		0	America/Chicago	29.9002	-91.02565	3			LA	007		
4318892	Cane	cane	US		0	America/Chicago	31.64406	-92.01958	42			LA	059		
4318911	Cane Ridge (historical)	cane-ridge-historical	US		0	America/Chicago	32.81348	-92.69543	63			LA	111		
4318928	Caneland	caneland	US		0	America/Chicago	29.82993	-91.6165	1	Canel,Caneland		LA	101		
4318935	Canebrake	canebrake	US		0	America/Chicago	31.70155	-91.41178	21			LA	029		
4318988	Cankton	cankton	US		491	America/Chicago	30.34603	-92.10957	13	Cankton,Coulee Croche		LA	097		
4319002	Cannonburg	cannonburg	US		0	America/Chicago	30.19659	-91.10344	7	Cannon Store,Cannonburg		LA	047		
4319013	Capital Heights	capital-heights	US		0	America/Chicago	30.44241	-91.1465	17			LA	033		
4319020	Capitol View	capitol-view	US		0	America/Chicago	30.46325	-91.18039	15			LA	033		
4319021	Caplis	caplis	US		0	America/Chicago	32.3971	-93.60962	48	Arnsberg,Caplis		LA	015		
4319029	Carboco	carboco	US		0	America/Chicago	30.92214	-92.23124	17			LA	009		
4319040	Cargas	cargas	US		0	America/Chicago	32.69403	-92.01458	24			LA	073		
4319044	Carla	carla	US		0	America/Chicago	31.94016	-92.68487	37			LA	127		
4319058	Carlyss	carlyss	US		4670	America/Chicago	30.16882	-93.37599	3			LA	019		
4319061	Carmel Acres	carmel-acres	US		0	America/Chicago	30.54519	-91.08094	19			LA	033		
4319065	Carmen Terrace	carmen-terrace	US		0	America/Chicago	30.42186	-91.08844	12			LA	033		
4319066	Carmenia (historical)	carmenia-historical	US		0	America/Chicago	31.25463	-93.55795	50			LA	085		
4319088	Carolyn Park	carolyn-park	US		0	America/Chicago	30.28714	-89.80145	3			LA	103		
4319104	Carriage Oaks	carriage-oaks	US		0	America/Chicago	32.56793	-93.65073	51			LA	015		
4319108	Carroll (historical)	carroll-historical	US		0	America/Chicago	32.88764	-92.50515	63			LA	111		
4319131	Carrollwood	carrollwood	US		0	America/Chicago	30.07576	-90.49564	3			LA	095		
4319145	Carte Rouge	carte-rouge	US		0	America/Chicago	29.70188	-90.9226	1			LA	109		
4319165	Carthage Bluff Landing	carthage-bluff-landing	US		0	America/Chicago	30.30797	-90.58787	1			LA	063		
4319166	Cartville (historical)	cartville-historical	US		0	America/Chicago	30.33437	-92.51736	9			LA	001		
4319184	Casa Linda	casa-linda	US		0	America/Chicago	32.51042	-92.21347	43			LA	073		
4319189	Cash Point	cash-point	US		0	America/Chicago	32.61793	-93.77129	53			LA	017		
4319203	Caspari (historical)	caspari-historical	US		0	America/Chicago	31.87988	-93.05127	37			LA	069		
4319204	Caspiana	caspiana	US		0	America/Chicago	32.28905	-93.55629	46			LA	017		
4319221	Castille	castille	US		0	America/Chicago	30.30215	-92.22346	8			LA	001		
4319222	Castille	castille	US		0	America/Chicago	30.36825	-91.03149	9			LA	033		
4319226	Castle Manor	castle-manor	US		0	America/Chicago	30.29797	-89.76395	5			LA	103		
4319229	Castle Ridge Estates	castle-ridge-estates	US		0	America/Chicago	30.36408	-91.00871	5			LA	033		
4319245	Castor Plunge	castor-plunge	US		0	America/Chicago	31.20852	-92.59403	37			LA	079		
4319261	Catahoula	catahoula	US		1094	America/Chicago	30.21464	-91.709	4			LA	099		
4319282	Catalpa (historical)	catalpa-historical	US		0	America/Chicago	30.85351	-91.37678	63			LA	125		
4319286	Catahoula Cove	catahoula-cove	US		0	America/Chicago	30.19353	-91.74622	5			LA	099		
4319295	Catfish Landing	catfish-landing	US		0	America/Chicago	30.3002	-90.64842	1			LA	063		
4319322	Catuna	catuna	US		0	America/Chicago	31.90378	-93.71074	85			LA	031		
4319326	Causey (historical)	causey-historical	US		0	America/Chicago	32.9518	-91.85429	44			LA	067		
4319338	Cecile	cecile	US		0	America/Chicago	32.3196	-93.59212	47	Cecile,Velie		LA	017		
4319350	Cavett	cavett	US		0	America/Chicago	32.79264	-93.83796	57	Cavett,Cavette		LA	017		
4319363	Cedar Grove (historical)	cedar-grove-historical	US		0	America/Chicago	30.17575	-91.16316	6	Cedar Grove (historical),Cedargrove,Cedars Grove Plantation		LA	047		
4319375	Cedar Grove Plantation	cedar-grove-plantation	US		0	America/Chicago	29.85854	-90.96399	5	Cedar Grove Plantation,Leftwich Plantation		LA	007		
4319384	Cedar Mill Run	cedar-mill-run	US		0	America/Chicago	30.55158	-91.00149	17			LA	033		
4319386	Cedarcrest	cedarcrest	US		0	America/Chicago	30.42991	-91.07038	15			LA	033		
4319390	Cedarton	cedarton	US		0	America/Chicago	32.63015	-92.52765	63			LA	061		
4319427	Centerra	centerra	US		0	America/Chicago	30.56408	-91.06038	19			LA	033		
4319456	Central Estates	central-estates	US		0	America/Chicago	30.56297	-91.02621	19			LA	033		
4319482	Central Park	central-park	US		0	America/Chicago	30.25436	-89.76562	3			LA	103		
4319485	Central Place	central-place	US		0	America/Chicago	30.53602	-91.02371	18			LA	033		
4319496	Centurion Place	centurion-place	US		0	America/Chicago	30.45158	-91.00427	13			LA	033		
4319498	Century Park	century-park	US		0	America/Chicago	32.4371	-93.72323	50			LA	017		
4319500	Chacahoula	chacahoula	US		0	America/Chicago	29.70604	-90.91121	1	Chacahoula,Chuckahoula		LA	109		
4319507	Chackbay	chackbay	US		5177	America/Chicago	29.88354	-90.79732	1	Chackbaie,Chackbay,Chackbe,Chackby,Chagbay,Chagby,Chegbey,Chegby,Chicbay,Chockbay		LA	057		
4319516	Chalkley	chalkley	US		0	America/Chicago	30.15215	-93.09737	6			LA	019		
4319529	Chalmette Vista	chalmette-vista	US		0	America/Chicago	29.94659	-89.97924	0			LA	087		
4319538	Chamberlin	chamberlin	US		0	America/Chicago	30.53519	-91.30344	8			LA	121		
4319543	Chamblee	chamblee	US		0	America/Chicago	31.86155	-91.35789	21			LA	107		
4319547	Champagne	champagne	US		0	America/Chicago	30.30214	-91.84845	6			LA	099		
4319551	Chamale Cove	chamale-cove	US		0	America/Chicago	30.27964	-89.78812	1			LA	103		
4319582	Chappel (historical)	chappel-historical	US		0	America/Chicago	30.79742	-92.1604	11			LA	097		
4319608	Charleston Square	charleston-square	US		0	America/Chicago	30.28714	-89.75617	4			LA	103		
4319616	Charlieville	charlieville	US		0	America/Chicago	32.30682	-91.9193	20			LA	083		
4319620	Charmingdale	charmingdale	US		0	America/Chicago	32.40654	-92.10013	20			LA	073		
4319621	Charon	charon	US		0	America/Chicago	30.02159	-92.02318	5			LA	113		
4319632	Chasewood	chasewood	US		0	America/Chicago	32.38516	-93.79546	53			LA	017		
4319633	Chasmore (historical)	chasmore-historical	US		0	America/Chicago	30.89825	-93.17294	60			LA	115		
4319646	Chateau Place	chateau-place	US		0	America/Chicago	31.1238	-93.27294	70			LA	115		
4319647	Chateau Village	chateau-village	US		0	America/Chicago	32.4371	-93.80018	61			LA	017		
4319662	Chatsworth Acres	chatsworth-acres	US		0	America/Chicago	30.37075	-91.11955	12			LA	033		
4319664	Chaudiere Casse	chaudiere-casse	US		0	America/Chicago	29.73021	-90.33258	0			LA	089		
4319666	Chatman Town	chatman-town	US		0	America/Chicago	30.03548	-90.84371	6			LA	093		
4319674	Chauvin Estates	chauvin-estates	US		0	America/Chicago	32.55903	-92.09374	19			LA	073		
4319681	Chegby	chegby	US		0	America/Chicago	29.87854	-90.80732	1			LA	057		
4319683	Chelly Landing	chelly-landing	US		0	America/Chicago	32.16432	-91.5679	21			LA	041		
4319691	Chef Menteur	chef-menteur	US		0	America/Chicago	30.06964	-89.80201	-1			LA	071	98000	
4319692	Chenal	chenal	US		0	America/Chicago	30.61241	-91.37983	10	Chenal,Chenelle,Rougon Chenal		LA	077		
4319695	Chenal Crossing	chenal-crossing	US		0	America/Chicago	30.63463	-91.36178	10	Chenal,Chenal Crossing		LA	077		
4319701	Chenango	chenango	US		0	America/Chicago	30.33242	-91.25622	5			LA	121		
4319714	Cheniere	cheniere	US		0	America/Chicago	32.50876	-92.24736	37			LA	073		
4319718	Cheniere Caminada	cheniere-caminada	US		0	America/Chicago	29.21078	-90.05035	2	Camindaville,Cheniere Caminada		LA	051		
4319730	Cheniere au Tigre	cheniere-au-tigre	US		0	America/Chicago	29.56827	-92.20319	2	Chenier Au Tigre,Cheniere au Tigre,Choate		LA	113		
4319746	Cherry Grove	cherry-grove	US		0	America/Chicago	30.71964	-92.92599	38			LA	003		
4319751	Cherry Ridge (historical)	cherry-ridge-historical	US		0	America/Chicago	32.91875	-92.47598	59	Cherry Ridge (historical),Cherryridge		LA	111		
4319766	Chevey Chase	chevey-chase	US		0	America/Chicago	31.62961	-91.76568	17			LA	029		
4319772	Chesbrough	chesbrough	US		0	America/Chicago	30.84879	-90.4562	69			LA	105		
4319781	Chiasson	chiasson	US		0	America/Chicago	30.5327	-91.95289	7			LA	097		
4319792	Chicot Church	chicot-church	US		0	America/Chicago	30.82603	-92.3293	35			LA	039		
4319827	Chinchuba	chinchuba	US		0	America/Chicago	30.38714	-90.0798	6	Chinchuba,Ozone Park		LA	103		
4319840	Chinquapin Park	chinquapin-park	US		0	America/Chicago	31.75933	-93.06155	34			LA	069		
4319852	Chipola	chipola	US		0	America/Chicago	30.92212	-90.80316	70			LA	091		
4319875	Chopin	chopin	US		0	America/Chicago	31.49684	-92.85932	32	Chopin,Chotin		LA	069		
4319878	Chopin (historical)	chopin-historical	US		0	America/Chicago	29.98409	-90.80482	4			LA	093		
4319892	Choupique	choupique	US		0	America/Chicago	29.85882	-90.85648	2			LA	057		
4319893	Choupique	choupique	US		0	America/Chicago	29.83409	-91.58011	3			LA	101		
4319902	Choupique	choupique	US		0	America/Chicago	30.16854	-93.43488	2			LA	019		
4319933	Christi Ann Lea	christi-ann-lea	US		0	America/Chicago	30.27547	-89.82895	2			LA	103		
4319979	Church Spur	church-spur	US		0	America/Chicago	29.98131	-91.01732	6	Bertrandville,Church Spur		LA	007		
4320083	Cimmaron	cimmaron	US		0	America/Chicago	30.55658	-91.0251	18			LA	033		
4320084	Cinclare	cinclare	US		0	America/Chicago	30.3963	-91.23011	7			LA	121		
4320086	Cinclare Landing (historical)	cinclare-landing-historical	US		0	America/Chicago	30.39214	-91.22455	9			LA	121		
4320088	Cinco (historical)	cinco-historical	US		0	America/Chicago	30.09742	-91.84234	7			LA	099		
4320112	Claiborne Hill	claiborne-hill	US		0	America/Chicago	30.47714	-90.08619	6			LA	103		
4320158	Clarks Landing	clarks-landing	US		0	America/Chicago	30.95936	-92.45208	16	Clark Landing,Clarks Landing		LA	039		
4320163	Clausen	clausen	US		0	America/Chicago	29.71604	-91.454	2			LA	101		
4320173	Claybank	claybank	US		0	America/Chicago	30.3388	-90.86315	5			LA	005		
4320175	Clayton (historical)	clayton-historical	US		0	America/Chicago	32.86347	-92.54487	49			LA	111		
4320233	Clear Lake (historical)	clear-lake-historical	US		0	America/Chicago	31.88183	-92.96155	44	Clear Lake (historical),Clearlake		LA	069		
4320261	Cleora (historical)	cleora-historical	US		0	America/Chicago	32.73347	-91.83346	25			LA	067		
4320272	Clifton Crossing	clifton-crossing	US		0	America/Chicago	31.23435	-92.8221	54			LA	079		
4320291	Clotilda	clotilda	US		0	America/Chicago	29.67216	-90.53481	2	Clotilda,Cloulda		LA	057		
4320298	Clovelly Farms	clovelly-farms	US		0	America/Chicago	29.54049	-90.29313	-2			LA	057		
4320304	Cloverland	cloverland	US		0	America/Chicago	30.39075	-91.05344	8			LA	033		
4320307	Clubhouse Landing	clubhouse-landing	US		0	America/Chicago	30.96714	-92.47541	23			LA	079		
4320322	Cobbs Addition	cobbs-addition	US		0	America/Chicago	31.57795	-93.47101	84			LA	085		
4320340	Cockfield (historical)	cockfield-historical	US		0	America/Chicago	31.63267	-92.91266	30	Cockfield (historical),Nolia		LA	069		
4320352	Cocodrie	cocodrie	US		0	America/Chicago	29.24689	-90.66148	1			LA	109		
4320369	Cocoville	cocoville	US		0	America/Chicago	31.10297	-92.06401	22			LA	009		
4320372	Coe (historical)	coe-historical	US		0	America/Chicago	30.42881	-92.33902	14			LA	001		
4320383	Cognac (historical)	cognac-historical	US		0	America/Chicago	31.64572	-92.95516	32			LA	069		
4320390	Coin Du Lestin	coin-du-lestin	US		0	America/Chicago	30.26436	-89.83479	1			LA	103		
4320400	Cole	cole	US		0	America/Chicago	30.77129	-91.23622	44			LA	037		
4320404	Cole Central	cole-central	US		0	America/Chicago	30.88214	-93.08627	56	Cole Center,Cole Centery,Cole Central		LA	115		
4320416	Coleman Park	coleman-park	US		0	America/Chicago	32.51682	-93.69184	49			LA	015		
4320418	Coleman Town	coleman-town	US		0	America/Chicago	30.88935	-90.8201	63	Coleman Town,Planer Mills		LA	091		
4320431	Colgrade	colgrade	US		0	America/Chicago	31.911	-92.53459	35			LA	127		
4320439	College Drive Heights	college-drive-heights	US		0	America/Chicago	30.42825	-91.13344	17			LA	033		
4320440	College Hills	college-hills	US		0	America/Chicago	30.39241	-91.15011	12			LA	033		
4320452	Collegetown	collegetown	US		0	America/Chicago	30.40353	-91.16538	11	College Town,Collegetown		LA	033		
4320462	Collinsburg	collinsburg	US		0	America/Chicago	32.86292	-93.73768	80	Collinsburg,Collinsburgh		LA	015		
4320470	Colomb Park (historical)	colomb-park-historical	US		0	America/Chicago	30.07048	-90.85037	5			LA	093		
4320485	Colquitt Estates	colquitt-estates	US		0	America/Chicago	32.3821	-93.83546	56			LA	017		
4320487	Colsons (historical)	colsons-historical	US		0	America/Chicago	32.72736	-92.24236	46			LA	111		
4320497	Columbia Heights	columbia-heights	US		0	America/Chicago	32.09127	-92.0893	64	Augusta,Biggs Point,Columbia Heights,Pension Hill,Perryville		LA	021		
4320507	Columbus (historical)	columbus-historical	US		0	America/Chicago	31.35463	-93.65323	51			LA	085		
4320518	Colyell	colyell	US		0	America/Chicago	30.39047	-90.7701	8			LA	063		
4320533	Comite	comite	US		0	America/Chicago	30.5113	-91.02983	15			LA	033		
4320538	Comite Estates	comite-estates	US		0	America/Chicago	30.5263	-91.09955	16			LA	033		
4320539	Comite Hills	comite-hills	US		0	America/Chicago	30.51769	-91.0501	17			LA	033		
4320540	Comite Hills West	comite-hills-west	US		0	America/Chicago	30.51408	-91.06233	18			LA	033		
4320564	Como Landing	como-landing	US		0	America/Chicago	30.90629	-91.52817	12	Como Landing,Comos Landing		LA	125		
4320578	Concession	concession	US		0	America/Chicago	29.83104	-90.00396	1			LA	075		
4320587	Concord Estates	concord-estates	US		0	America/Chicago	30.41547	-91.13261	8			LA	033		
4320590	Concord Park	concord-park	US		0	America/Chicago	30.41964	-91.13733	9			LA	033		
4320618	Conn	conn	US		0	America/Chicago	32.59043	-93.77185	54			LA	017		
4320621	Connells (historical)	connells-historical	US		0	America/Chicago	32.76209	-93.39934	73			LA	119		
4320633	Constance Beach	constance-beach	US		0	America/Chicago	29.75939	-93.5796	2			LA	023		
4320640	Consuella (historical)	consuella-historical	US		0	America/Chicago	31.76461	-91.43512	19			LA	107		
4320642	Contreras	contreras	US		0	America/Chicago	29.86548	-89.78673	1			LA	087		
4320649	Converse (historical)	converse-historical	US		0	America/Chicago	30.88157	-91.35872	75			LA	125		
4320662	Cook (historical)	cook-historical	US		0	America/Chicago	31.97517	-93.83769	87			LA	031		
4320669	Coochie (historical)	coochie-historical	US		0	America/Chicago	31.09546	-91.62234	15			LA	029		
4320677	Cooktown	cooktown	US		0	America/Chicago	32.55098	-92.65709	81			LA	061		
4320678	Cool Coosa	cool-coosa	US		0	America/Chicago	31.71072	-91.46262	20			LA	029		
4320685	Cooley	cooley	US		0	America/Chicago	31.17685	-92.4843	22			LA	079		
4320687	Coon	coon	US		0	America/Chicago	30.77546	-91.75789	10			LA	077		
4320708	Cooper (historical)	cooper-historical	US		0	America/Chicago	32.06488	-92.21653	32			LA	021		
4320727	Cooper Road	cooper-road	US		0	America/Chicago	32.54376	-93.8149	56	Cooper Road,North Shreveport,Shreveport		LA	017		
4320734	Coopers	coopers	US		0	America/Chicago	31.0488	-93.27544	66	Cooepr,Coopers		LA	115		
4320737	Cooter Point	cooter-point	US		0	America/Chicago	31.93016	-91.49067	20			LA	107		
4320739	Cooters Landing	cooters-landing	US		0	America/Chicago	31.92821	-91.51179	14			LA	107		
4320740	Cooterville	cooterville	US		0	America/Chicago	32.27432	-93.48656	45			LA	015		
4320745	Copeland Landing	copeland-landing	US		0	America/Chicago	31.83516	-91.57095	18			LA	025		
4320750	Copley	copley	US		0	America/Chicago	32.87792	-92.63543	33			LA	111		
4320772	Corey	corey	US		0	America/Chicago	32.22265	-92.11014	21			LA	021		
4320793	Corleyville	corleyville	US		0	America/Chicago	31.49906	-93.36184	105			LA	085		
4320800	Cornerview	cornerview	US		0	America/Chicago	30.24103	-90.96677	4			LA	005		
4320820	Corso	corso	US		0	America/Chicago	29.93909	-90.3273	4			LA	089		
4320824	Cossinade	cossinade	US		0	America/Chicago	30.03909	-92.31874	4			LA	113		
4320832	Cote Blanche Landing	cote-blanche-landing	US		0	America/Chicago	29.73993	-91.70845	3			LA	101		
4320833	Coteau	coteau	US		0	America/Chicago	30.04715	-91.91429	8			LA	045		
4320834	Coteau Bourgeois	coteau-bourgeois	US		0	America/Chicago	30.26047	-90.75815	2			LA	063		
4320843	Coteau Holmes	coteau-holmes	US		0	America/Chicago	30.12992	-91.72623	3			LA	099		
4320846	Coteau Rodaire	coteau-rodaire	US		0	America/Chicago	30.39131	-91.89928	6			LA	099		
4320902	Couchwood	couchwood	US		0	America/Chicago	32.75876	-93.391	72			LA	119		
4320941	Couley	couley	US		0	America/Chicago	31.85739	-92.87238	59			LA	127		
4320946	Coulon Plantation	coulon-plantation	US		0	America/Chicago	29.81465	-90.82954	3			LA	057		
4320951	Country Club Estates	country-club-estates	US		0	America/Chicago	30.42602	-91.09872	14			LA	033		
4320952	Country Club Estates	country-club-estates	US		0	America/Chicago	30.30797	-89.7584	6			LA	103		
4320958	Country Estate Acres	country-estate-acres	US		0	America/Chicago	30.58713	-91.05094	22			LA	033		
4320959	Country Hollow	country-hollow	US		0	America/Chicago	29.73743	-90.82898	2			LA	109		
4320960	Country Manor	country-manor	US		0	America/Chicago	30.41602	-91.03344	12			LA	033		
4320961	Country Manor	country-manor	US		0	America/Chicago	30.30353	-89.75451	5			LA	103		
4320962	Country Place	country-place	US		0	America/Chicago	32.56209	-93.60434	64			LA	015		
4320963	Country Road	country-road	US		0	America/Chicago	30.49491	-91.01677	15			LA	033		
4320964	County Acres	county-acres	US		0	America/Chicago	32.59431	-91.97846	29			LA	073		
4320965	County Landing	county-landing	US		0	America/Chicago	32.40014	-91.48567	20			LA	065		
4320969	County Side	county-side	US		0	America/Chicago	32.5232	-92.17902	42			LA	073		
4320982	Courtableau	courtableau	US		0	America/Chicago	30.54936	-91.88151	5			LA	097		
4320988	Courtland Place	courtland-place	US		0	America/Chicago	30.4188	-91.09566	14			LA	033		
4320999	Couters Neck	couters-neck	US		0	America/Chicago	32.99651	-91.99208	32			LA	067		
4321078	Cox Ferry	cox-ferry	US		0	America/Chicago	32.73486	-92.39875	29			LA	111		
4321083	Cox Crossing	cox-crossing	US		0	America/Chicago	32.29127	-92.87571	56			LA	013		
4321098	Craig Landing	craig-landing	US		0	America/Chicago	31.97655	-91.60873	20			LA	041		
4321118	Cranky Corner	cranky-corner	US		0	America/Chicago	30.62074	-90.26147	27			LA	105		
4321124	Crawford Landing	crawford-landing	US		0	America/Chicago	30.30269	-89.70701	5			LA	103		
4321156	Crescent Landing	crescent-landing	US		0	America/Chicago	31.85988	-91.56984	13			LA	107		
4321159	Cress (historical)	cress-historical	US		0	America/Chicago	30.00354	-90.69953	4			LA	093		
4321165	Crestwood Heights	crestwood-heights	US		0	America/Chicago	32.56765	-93.57268	66			LA	015		
4321166	Crestworth	crestworth	US		0	America/Chicago	30.54186	-91.19789	21			LA	033		
4321180	Crew Lake	crew-lake	US		0	America/Chicago	32.4882	-91.88707	20			LA	083		
4321185	Crews	crews	US		0	America/Chicago	31.71794	-92.92794	52	Crews,Grews		LA	127		
4321187	Crimea	crimea	US		0	America/Chicago	31.9771	-91.3365	20			LA	107		
4321191	Crichton	crichton	US		0	America/Chicago	32.1246	-93.43351	43	Crichton,Crichton Station		LA	081		
4321193	Crockett (historical)	crockett-historical	US		0	America/Chicago	32.06627	-92.84154	51			LA	127		
4321236	Crosley	crosley	US		0	America/Chicago	32.60708	-92.04513	26			LA	073		
4321269	Cross Gates	cross-gates	US		0	America/Chicago	30.29158	-89.71673	4			LA	103		
4321274	Cross Lake Hills South	cross-lake-hills-south	US		0	America/Chicago	32.49515	-93.80379	61			LA	017		
4321276	Cross Roads	cross-roads	US		0	America/Chicago	32.18349	-93.38989	72	Cross Roads,Crossroads		LA	081		
4321280	Cross Keys	cross-keys	US		0	America/Chicago	31.88405	-91.35789	21			LA	107		
4321282	Crosskeys	crosskeys	US		0	America/Chicago	32.2371	-93.49545	42	Bonners Store,Crosskeys		LA	081		
4321324	Crowson	crowson	US		0	America/Chicago	32.2796	-92.9846	54	Crowson,Crowsons		LA	013		
4321334	Crusel (historical)	crusel-historical	US		0	America/Chicago	30.3552	-91.6765	4			LA	099		
4321346	Crystal Place	crystal-place	US		0	America/Chicago	30.58352	-91.0201	21			LA	033		
4321369	Cumnock (historical)	cumnock-historical	US		0	America/Chicago	30.95185	-90.17981	59			LA	117		
4321370	Cunnard Place	cunnard-place	US		0	America/Chicago	30.55297	-91.17233	21			LA	033		
4321381	Curry	curry	US		0	America/Chicago	31.86239	-92.44014	28			LA	127		
4321385	Curry (historical)	curry-historical	US		0	America/Chicago	31.90211	-92.4132	48			LA	127		
4321401	Cut Off Landing	cut-off-landing	US		0	America/Chicago	31.99655	-91.60985	20			LA	041		
4321406	Cut-off Junction	cut-off-junction	US		0	America/Chicago	32.43627	-93.80379	64			LA	017		
4321410	Cutoff	cutoff	US		0	America/Chicago	29.91798	-89.97785	1			LA	071	98000	
4321439	Cynthia Park	cynthia-park	US		0	America/Chicago	32.46793	-93.8049	72			LA	017		
4321444	Cypremort Point	cypremort-point	US		0	America/Chicago	29.71854	-91.87179	1			LA	101		
4321450	Cypremort	cypremort	US		0	America/Chicago	29.77493	-91.77456	2	Cypremort,Cypremort Plantation,Louisa		LA	101		
4321495	Cypress Cove	cypress-cove	US		0	America/Chicago	30.49964	-90.43981	11			LA	105		
4321503	Cypress Creek	cypress-creek	US		0	America/Chicago	30.84769	-92.55153	37	Cypress Creek,Cypress Creek Settlement		LA	039		
4321525	Cypress Gardens	cypress-gardens	US		0	America/Chicago	29.93298	-89.92673	1			LA	087		
4321526	Cypress Gardens	cypress-gardens	US		0	America/Chicago	29.62605	-90.75342	3			LA	109		
4321532	Cypress Heights	cypress-heights	US		0	America/Chicago	30.54686	-91.15233	21			LA	033		
4321551	Cypress Point	cypress-point	US		0	America/Chicago	32.54098	-92.04124	24			LA	073		
4321577	D'Arbonne	d-arbonne	US		0	America/Chicago	32.67487	-92.47431	34			LA	111		
4321580	D'Arbonne Hills	d-arbonne-hills	US		0	America/Chicago	32.55931	-92.16958	37			LA	073		
4321592	Daisy (historical)	daisy-historical	US		0	America/Chicago	29.46327	-89.64951	2			LA	075		
4321595	Dalcour	dalcour	US		0	America/Chicago	29.80743	-89.99868	2	Dalcour,Mary		LA	075		
4321601	Dalley (historical)	dalley-historical	US		0	America/Chicago	32.32515	-92.47931	65	Dalley (historical),Dilley		LA	049		
4321630	Danks	danks	US		0	America/Chicago	30.71714	-91.87817	9			LA	097		
4321639	Darbonne	darbonne	US		0	America/Chicago	30.60547	-91.87956	6			LA	097		
4321641	Daniel Park	daniel-park	US		0	America/Chicago	29.91632	-89.89423	0			LA	087		
4321646	Darius Place	darius-place	US		0	America/Chicago	30.43491	-91.06149	14			LA	033		
4321650	Darley	darley	US		0	America/Chicago	32.61098	-93.05405	73			LA	027		
4321667	Dauterive Landing	dauterive-landing	US		0	America/Chicago	30.08103	-91.64984	1			LA	045		
4321669	Davant	davant	US		0	America/Chicago	29.60855	-89.8484	1			LA	075		
4321680	Davids	davids	US		0	America/Chicago	29.95159	-91.87373	1			LA	045		
4321686	Davis (historical)	davis-historical	US		0	America/Chicago	31.90128	-92.15208	42			LA	059		
4321687	Davis (historical)	davis-historical	US		0	America/Chicago	29.93048	-90.32258	1			LA	089		
4321690	Daspit	daspit	US		0	America/Chicago	30.04076	-91.80039	2			LA	045		
4321707	Davis Landing	davis-landing	US		0	America/Chicago	30.32519	-89.70839	4			LA	103		
4321709	Davis Plantation	davis-plantation	US		0	America/Chicago	29.89882	-90.35925	0			LA	089		
4321725	Dawson Switch	dawson-switch	US		0	America/Chicago	30.71824	-91.57011	11	Dawson Switch,Schwabs		LA	077		
4321735	Dayson	dayson	US		0	America/Chicago	32.80125	-93.40962	64			LA	119		
4321739	Dazet Estates	dazet-estates	US		0	America/Chicago	29.93326	-89.92673	1			LA	087		
4321743	De Broeck Landing	de-broeck-landing	US		0	America/Chicago	32.32266	-93.70962	43			LA	017		
4321749	De Loach	de-loach	US		0	America/Chicago	32.44848	-92.10486	23	De Loach,DeLoach		LA	073		
4321751	De Loutre	de-loutre	US		0	America/Chicago	32.83264	-92.31125	31			LA	111		
4321753	De Siard	de-siard	US		0	America/Chicago	32.70819	-92.06263	26			LA	073		
4321754	De Soto (historical)	de-soto-historical	US		0	America/Chicago	32.29127	-93.69046	68			LA	031		
4321756	De Soto Heights	de-soto-heights	US		0	America/Chicago	32.02905	-93.69518	98			LA	031		
4321766	DeClouet	declouet	US		0	America/Chicago	30.33464	-91.91873	7			LA	099		
4321812	Dean	dean	US		0	America/Chicago	32.9068	-92.15097	32			LA	111		
4321824	Deats (historical)	deats-historical	US		0	America/Chicago	30.96602	-92.09707	17			LA	009		
4321852	Deep Woods	deep-woods	US		0	America/Chicago	32.37599	-93.80074	56			LA	017		
4321874	Deer Creek Estates	deer-creek-estates	US		0	America/Chicago	32.45571	-93.89046	83			LA	017		
4321885	Deer Range	deer-range	US		0	America/Chicago	29.6091	-89.89618	0			LA	075		
4321895	Deerford	deerford	US		0	America/Chicago	30.63907	-91.06955	28	Deer Ford,Deerford		LA	033		
4321899	Degeneres	degeneres	US		0	America/Chicago	30.88297	-92.12735	13			LA	009		
4321903	Dehlco	dehlco	US		0	America/Chicago	32.39653	-91.76957	23	Dehlco,Dehlcoburg		LA	083		
4321908	Delacroix	delacroix	US		0	America/Chicago	29.7616	-89.7909	1			LA	087		
4321909	Delacroix	delacroix	US		0	America/Chicago	30.08465	-91.86706	5			LA	099		
4321916	Del Rey Plaza	del-rey-plaza	US		0	America/Chicago	30.39658	-91.06094	9			LA	033		
4321917	Delano (historical)	delano-historical	US		0	America/Chicago	30.76408	-91.77345	10			LA	097		
4321939	Delhoste	delhoste	US		0	America/Chicago	31.2674	-91.82985	14			LA	029		
4321946	Delmont Place	delmont-place	US		0	America/Chicago	30.49491	-91.15816	16	Delmont Place,Garden City		LA	033		
4321950	Delombre	delombre	US		0	America/Chicago	30.71963	-91.274	32			LA	037		
4321976	Delwood	delwood	US		0	America/Chicago	30.25575	-89.79312	1			LA	103		
4321999	Denhart	denhart	US		0	America/Chicago	31.89738	-91.29761	20			LA	107		
4322000	Denmark Landing	denmark-landing	US		0	America/Chicago	31.80016	-91.57762	18			LA	107		
4322005	Denson	denson	US		0	America/Chicago	30.26464	-90.63398	1	Bear Island,Denson		LA	063		
4322006	Dent Terrace	dent-terrace	US		0	America/Chicago	30.38547	-91.14455	13			LA	033		
4322012	Derouen	derouen	US		0	America/Chicago	29.96687	-91.90873	2			LA	045		
4322019	Des Glaise	des-glaise	US		0	America/Chicago	30.37742	-91.60206	4	De Glaise,Des Glaise		LA	047		
4322024	Deshotel	deshotel	US		0	America/Chicago	30.31187	-92.20957	10			LA	001		
4322027	Deslatte	deslatte	US		0	America/Chicago	29.88465	-91.71234	2			LA	045		
4322043	Devalls	devalls	US		0	America/Chicago	30.5263	-91.29539	9	Devall,Devalls		LA	121		
4322046	Dess	dess	US		0	America/Chicago	31.43879	-93.53045	99			LA	085		
4322096	Dido	dido	US		0	America/Chicago	30.91158	-92.88987	43	Aubrey,Dido		LA	115		
4322100	Dickey Landing	dickey-landing	US		0	America/Chicago	32.08904	-91.5904	15			LA	041		
4322717	Dixie (historical)	dixie-historical	US		0	America/Chicago	31.90599	-91.41817	19			LA	107		
4322725	Dixie Gardens	dixie-gardens	US		0	America/Chicago	32.45126	-93.69934	51			LA	017		
4322726	Dixie Landing	dixie-landing	US		0	America/Chicago	32.05349	-91.58068	20			LA	041		
4322729	Dixie Plantation	dixie-plantation	US		0	America/Chicago	29.83743	-90.89204	3			LA	057		
4322746	Dobs Crossing	dobs-crossing	US		0	America/Chicago	31.79294	-93.49295	109			LA	085		
4322778	Dogwood Acres	dogwood-acres	US		0	America/Chicago	32.57459	-93.60518	63			LA	015		
4322782	Dogwood Estates	dogwood-estates	US		0	America/Chicago	32.57654	-93.61184	65			LA	015		
4322783	Dogwood Forest	dogwood-forest	US		0	America/Chicago	32.57376	-93.61657	62			LA	015		
4322784	Dogwood Hills	dogwood-hills	US		0	America/Chicago	32.57237	-93.62018	66			LA	015		
4322786	Dogwood Park	dogwood-park	US		0	America/Chicago	32.57626	-93.61962	64			LA	015		
4322792	Dolette (historical)	dolette-historical	US		0	America/Chicago	31.9735	-93.54601	88			LA	031		
4322796	Dolsen	dolsen	US		0	America/Chicago	30.05909	-90.59814	4			LA	095		
4322804	Dona (historical)	dona-historical	US		0	America/Chicago	32.02044	-93.8763	78			LA	031		
4322826	Donwood	donwood	US		0	America/Chicago	30.46102	-91.02594	13			LA	033		
4322835	Dopson	dopson	US		0	America/Chicago	32.52209	-92.16402	32			LA	073		
4322836	Dora (historical)	dora-historical	US		0	America/Chicago	30.97936	-92.07873	17			LA	009		
4322837	Dorcheat	dorcheat	US		0	America/Chicago	32.67654	-93.35239	46	Dachet,Dorcheat,Dorcheat Spur		LA	119		
4322846	Dorian Terrace	dorian-terrace	US		0	America/Chicago	32.50876	-93.78157	58			LA	017		
4322851	Dorcyville	dorcyville	US		0	America/Chicago	30.17936	-91.15955	7	Dorcyville,Dorseyville		LA	047		
4322852	Doss (historical)	doss-historical	US		0	America/Chicago	32.65569	-91.88374	23			LA	067		
4322853	Dossman	dossman	US		0	America/Chicago	30.86103	-92.28207	16			LA	039		
4322871	Doubloon Bayou Estates	doubloon-bayou-estates	US		0	America/Chicago	30.26658	-89.71673	1			LA	103		
4322875	Dougherty Place	dougherty-place	US		0	America/Chicago	30.4738	-91.13788	17			LA	033		
4322892	Dove Landing	dove-landing	US		0	America/Chicago	30.9563	-92.47875	16			LA	079		
4322938	Dreyfus (historical)	dreyfus-historical	US		0	America/Chicago	30.21964	-91.06955	6			LA	047		
4322942	Driscoll (historical)	driscoll-historical	US		0	America/Chicago	32.4146	-92.89488	126			LA	013		
4322954	Drusilla Place	drusilla-place	US		0	America/Chicago	30.42547	-91.08205	15			LA	033		
4323051	Duboin	duboin	US		0	America/Chicago	29.92354	-91.82067	2			LA	045		
4323058	Dubuisson	dubuisson	US		0	America/Chicago	30.75964	-92.09429	12			LA	097		
4323060	Duchamp	duchamp	US		0	America/Chicago	30.10242	-91.91817	10			LA	099		
4323084	Duck Port (historical)	duck-port-historical	US		0	America/Chicago	32.39237	-91.014	27	Duck Port (historical),Duckport		LA	065		
4323092	Duckroost	duckroost	US		0	America/Chicago	30.2477	-90.86982	2			LA	005		
4323102	Dufresne	dufresne	US		0	America/Chicago	29.94243	-90.39036	3			LA	089		
4323105	Dugan Landing	dugan-landing	US		0	America/Chicago	30.72046	-91.34872	7			LA	125		
4323114	Duke (historical)	duke-historical	US		0	America/Chicago	30.02631	-90.60203	3			LA	095		
4323118	Dukedale	dukedale	US		0	America/Chicago	32.63515	-93.74573	54			LA	015		
4323127	Dumesnil	dumesnil	US		0	America/Chicago	29.84715	-91.6165	2			LA	101		
4323146	Dune Estates	dune-estates	US		0	America/Chicago	32.55571	-93.90018	70			LA	017		
4323181	Duralde	duralde	US		0	America/Chicago	30.54992	-92.51375	16			LA	039		
4323189	Dusenbury	dusenbury	US		0	America/Chicago	31.32157	-93.13461	92			LA	115		
4323197	Dutch Bayou	dutch-bayou	US		0	America/Chicago	30.0602	-90.57537	5			LA	095		
4323203	Dutch Town	dutch-town	US		0	America/Chicago	30.25436	-90.98871	4	Dutch Stores,Dutch Town,Dutchtown		LA	005		
4323210	Duty	duty	US		0	America/Chicago	31.91516	-91.92402	23			LA	025		
4323211	Duvic	duvic	US		0	America/Chicago	29.31355	-89.38533	0	Duvic,Orange Blossom		LA	075		
4323213	Dwight Fields	dwight-fields	US		0	America/Chicago	29.85493	-91.05121	1			LA	007		
4323228	Dykesville	dykesville	US		0	America/Chicago	32.91542	-93.23378	111			LA	027		
4323229	Dyson (historical)	dyson-historical	US		0	America/Chicago	30.99712	-90.24648	99	Burch,Dyson (historical)		LA	117		
4323277	Easleyville	easleyville	US		0	America/Chicago	30.92879	-90.6876	75			LA	091		
4323315	East Broadmoor	east-broadmoor	US		0	America/Chicago	30.44741	-91.07955	15			LA	033		
4323326	East Dayton	east-dayton	US		0	America/Chicago	30.48352	-91.14788	15			LA	033		
4323331	East Fairlane	east-fairlane	US		0	America/Chicago	30.50436	-91.10983	16			LA	033		
4323362	East Gentilly	east-gentilly	US		0	America/Chicago	30.02409	-89.98896	-2			LA	071	98000	
4323364	East Glen	east-glen	US		0	America/Chicago	30.50852	-91.11316	15			LA	033		
4323369	East Hodge	east-hodge	US		278	America/Chicago	32.27793	-92.71404	62			LA	049		
4323415	East Natchitoches	east-natchitoches	US		0	America/Chicago	31.75683	-93.0835	36			LA	069		
4323421	East Parkview	east-parkview	US		0	America/Chicago	32.49376	-92.07902	20			LA	073		
4323444	East Sherwood Forest	east-sherwood-forest	US		0	America/Chicago	30.45463	-91.04177	14			LA	033		
4323445	East Side	east-side	US		0	America/Chicago	31.14352	-93.25933	72			LA	115		
4323448	East Side Subdivision	east-side-subdivision	US		0	America/Chicago	32.99958	-93.45684	73			LA	119		
4323453	East Ridgewood	east-ridgewood	US		0	America/Chicago	30.50074	-91.02816	15			LA	033		
4323468	Eastern Heights	eastern-heights	US		0	America/Chicago	30.45409	-93.41405	24			LA	019		
4323471	Eastgate	eastgate	US		0	America/Chicago	30.42825	-91.05288	12			LA	033		
4323482	Eastridge	eastridge	US		0	America/Chicago	30.27769	-89.7659	3			LA	103		
4323490	Eastwood Estates	eastwood-estates	US		0	America/Chicago	32.54598	-91.99819	25			LA	073		
4323500	Ebenezer	ebenezer	US		0	America/Chicago	30.16132	-92.31235	6			LA	001		
4323502	Ebenezer	ebenezer	US		0	America/Chicago	32.19183	-93.15517	79			LA	013		
4323531	Ebenzer	ebenzer	US		0	America/Chicago	32.44626	-92.55737	90			LA	049		
4323533	Ecco	ecco	US		0	America/Chicago	32.77931	-93.40017	72			LA	119		
4323541	Eden (historical)	eden-historical	US		0	America/Chicago	30.98074	-91.76679	13			LA	077		
4323546	Eden Isle	eden-isle	US		7041	America/Chicago	30.22853	-89.79867	2			LA	103		
4323547	Eden Park	eden-park	US		0	America/Chicago	30.45825	-91.15511	17			LA	033		
4323557	Edgerly	edgerly	US		0	America/Chicago	30.23271	-93.50599	6	Edgerley,Edgerly		LA	019		
4323565	Edgewood Village	edgewood-village	US		0	America/Chicago	32.40071	-93.84268	55			LA	017		
4323567	Edith	edith	US		0	America/Chicago	30.51631	-93.15571	18			LA	011		
4323575	Edward Daigle	edward-daigle	US		0	America/Chicago	29.6391	-90.76092	3			LA	109		
4323601	Egg Bend	egg-bend	US		0	America/Chicago	31.1338	-92.19013	26	Egg Bend,Eggbend		LA	009		
4323619	El Ranchito	el-ranchito	US		0	America/Chicago	30.58602	-91.00899	21			LA	033		
4323620	Elam	elam	US		0	America/Chicago	31.95488	-91.65679	21			LA	041		
4323627	Elder	elder	US		0	America/Chicago	30.56798	-92.79709	18			LA	003		
4323637	Eliza	eliza	US		0	America/Chicago	30.3288	-91.229	6			LA	121		
4323657	Elks	elks	US		0	America/Chicago	30.1827	-91.98929	11			LA	055		
4323662	Ellen Place	ellen-place	US		0	America/Chicago	30.55158	-91.13427	18			LA	033		
4323667	Ellerbe Road Estates	ellerbe-road-estates	US		0	America/Chicago	32.38682	-93.72101	63			LA	017		
4323668	Ellerbe Woods	ellerbe-woods	US		0	America/Chicago	32.37043	-93.70435	60			LA	017		
4323673	Elliot Acres	elliot-acres	US		0	America/Chicago	30.36325	-90.99038	7			LA	033		
4323674	Elliot City (historical)	elliot-city-historical	US		0	America/Chicago	30.55575	-91.684	5			LA	077		
4323687	Elm Grove Garden	elm-grove-garden	US		0	America/Chicago	30.53408	-91.16455	20			LA	033		
4323693	Elm Hall Junction	elm-hall-junction	US		0	America/Chicago	29.9202	-91.04204	4			LA	007		
4323696	Elm Park	elm-park	US		0	America/Chicago	30.82629	-91.33428	63			LA	125		
4323702	Elmelhine	elmelhine	US		0	America/Chicago	31.11574	-92.69015	67			LA	079		
4323708	Elmfield	elmfield	US		0	America/Chicago	29.93687	-90.99538	4	Elm Field,Elm Plantation,Elmfield		LA	007		
4323713	Elmwood (historical)	elmwood-historical	US		0	America/Chicago	32.00961	-93.63768	93			LA	031		
4323731	Eltringham Landing	eltringham-landing	US		0	America/Chicago	31.80794	-91.57623	13			LA	107		
4323733	Elysian Acres	elysian-acres	US		0	America/Chicago	30.28242	-89.84507	3			LA	103		
4323773	Encalade	encalade	US		0	America/Chicago	29.51938	-89.73034	1			LA	075		
4323779	Engleswood	engleswood	US		0	America/Chicago	30.5563	-91.14594	18			LA	033		
4323798	English Turn	english-turn	US		0	America/Chicago	29.87548	-89.96507	3	Detour De Anglos,Detour Des Anglais,Detour Des Anglois,English Turn,Le Detour A L'Anglois		LA	075		
4323829	Epney (historical)	epney-historical	US		0	America/Chicago	30.71019	-90.3212	51			LA	105		
4323847	Erco	erco	US		0	America/Chicago	32.40681	-92.10708	21			LA	073		
4323851	Enoka	enoka	US		0	America/Chicago	32.53042	-91.16733	24			LA	065		
4323862	Espanita Forest	espanita-forest	US		0	America/Chicago	32.55154	-93.61379	59			LA	015		
4323863	Espanita Village	espanita-village	US		0	America/Chicago	32.55015	-93.6099	55			LA	015		
4323864	Esperance Landing	esperance-landing	US		0	America/Chicago	31.40461	-91.48345	6			LA	029		
4323869	Essen	essen	US		0	America/Chicago	30.39853	-91.10705	11			LA	033		
4323870	Essen Plaza	essen-plaza	US		0	America/Chicago	30.40075	-91.1026	9			LA	033		
4323871	Essen South	essen-south	US		0	America/Chicago	30.38964	-91.11427	8			LA	033		
4323873	Estelle	estelle	US		16377	America/Chicago	29.84576	-90.10674	0			LA	051		
4323884	Esto	esto	US		0	America/Chicago	31.3924	-93.60879	57			LA	085		
4323890	Esther	esther	US		0	America/Chicago	29.84438	-92.17513	1			LA	113		
4323893	Eudora (historical)	eudora-historical	US		0	America/Chicago	31.98544	-93.66796	86			LA	031		
4323930	Evangeline Hermitage Estates	evangeline-hermitage-estates	US		0	America/Chicago	30.35019	-91.12872	6			LA	033		
4323963	Evart (historical)	evart-historical	US		0	America/Chicago	30.49381	-93.30016	16	Evart (historical),Gladys,Gladys Station		LA	011		
4323964	Evelyn	evelyn	US		0	America/Chicago	31.98794	-93.44323	40	Evelyn,Pottsville		LA	031		
4323980	Everett (historical)	everett-historical	US		0	America/Chicago	31.29879	-93.36684	90			LA	115		
4324007	Evergreen Hills	evergreen-hills	US		0	America/Chicago	30.50436	-90.99982	14			LA	033		
4324011	Evergreen Plantation	evergreen-plantation	US		0	America/Chicago	30.26992	-91.19927	7			LA	047		
4324023	Executive Park	executive-park	US		0	America/Chicago	30.45991	-91.12094	16			LA	033		
4324025	Expressway Acres	expressway-acres	US		0	America/Chicago	32.41738	-93.94463	84			LA	017		
4324028	Extension	extension	US		0	America/Chicago	31.97071	-91.80596	19			LA	041		
4324048	Faircloth	faircloth	US		0	America/Chicago	31.61434	-92.60487	37			LA	043		
4324063	Fairlane	fairlane	US		0	America/Chicago	29.68382	-90.78676	4	Fairland,Fairlane		LA	109		
4324069	Fairview Acres	fairview-acres	US		0	America/Chicago	31.79655	-93.126	63			LA	069		
4324070	Fairview Alpha	fairview-alpha	US		0	America/Chicago	31.97099	-93.18656	54	Alpha,Fairview Alpha,Messick		LA	069		
4324095	Fairville	fairville	US		0	America/Chicago	29.71549	-91.22927	3			LA	101		
4324096	Fairway Forest	fairway-forest	US		0	America/Chicago	32.4246	-93.86407	72			LA	017		
4324097	Fairwoods	fairwoods	US		0	America/Chicago	30.48241	-91.144	16			LA	033		
4324139	Faleau (historical)	faleau-historical	US		0	America/Chicago	29.39217	-90.3473	0			LA	057		
4324153	False River	false-river	US		0	America/Chicago	30.57047	-91.59289	8			LA	077		
4324184	Farmington Place	farmington-place	US		0	America/Chicago	29.88298	-90.03118	-1			LA	051		
4324192	Faubourg	faubourg	US		0	America/Chicago	30.71409	-92.16901	20	Deshotels,Faubourg,Fouborge		LA	097		
4324193	Faubourg Marigny	faubourg-marigny	US		0	America/Chicago	29.96576	-90.05424	1	Faubourg Marigny,Little Saxony		LA	071	98000	
4324209	Fay (historical)	fay-historical	US		0	America/Chicago	31.966	-92.68765	32			LA	127		
4324210	Fayette (historical)	fayette-historical	US		0	America/Chicago	30.55992	-93.20127	33			LA	011		
4324211	Fazende (historical)	fazende-historical	US		0	America/Chicago	29.9377	-89.98979	2			LA	087		
4324218	Feitel	feitel	US		0	America/Chicago	30.00187	-90.77398	5			LA	093		
4324220	Feasterville (historical)	feasterville-historical	US		0	America/Chicago	32.67237	-92.80377	82			LA	061		
4324224	Feliciana	feliciana	US		0	America/Chicago	30.57491	-91.12566	20			LA	033		
4324236	Fellowship	fellowship	US		0	America/Chicago	31.63462	-92.19513	60			LA	059		
4324243	Felixville	felixville	US		0	America/Chicago	30.9424	-90.87677	64			LA	037		
4324266	Felps	felps	US		0	America/Chicago	30.97712	-90.91871	92			LA	037		
4324270	Fenris	fenris	US		0	America/Chicago	30.56075	-92.42986	18			LA	039		
4324283	Fern	fern	US		0	America/Chicago	31.511	-92.89543	30			LA	069		
4324286	Ferncrest	ferncrest	US		0	America/Chicago	30.05798	-89.96118	-1			LA	071	98000	
4324306	Ferry Lake	ferry-lake	US		0	America/Chicago	32.73959	-94.00768	59			LA	017		
4324310	Ferry Newlight Landing	ferry-newlight-landing	US		0	America/Chicago	32.10404	-91.42928	17			LA	107		
4324311	Fertitta Park	fertitta-park	US		0	America/Chicago	31.13658	-93.27517	74			LA	115		
4324341	Fifth Ward	fifth-ward	US		800	America/Chicago	31.13019	-92.17291	18			LA	009		
4324349	Filhiol	filhiol	US		0	America/Chicago	32.34182	-92.10847	22			LA	073		
4324350	Filipino (historical)	filipino-historical	US		0	America/Chicago	29.56105	-89.81451	0			LA	075		
4324422	North Pointe	north-pointe	US		0	America/Chicago	32.608	-92.6456	82			LA	061		
4324658	Fish Island	fish-island	US		0	America/Chicago	29.96826	-91.54317	4			LA	045		
4324703	Fiske	fiske	US		0	America/Chicago	32.8868	-91.49234	30			LA	123		
4324706	Fitzgerald (historical)	fitzgerald-historical	US		0	America/Chicago	31.10824	-92.50847	46			LA	079		
4324710	Fishville	fishville	US		0	America/Chicago	31.52157	-92.36208	25	Big Creek,Fishville		LA	043		
4324714	Five Oaks	five-oaks	US		0	America/Chicago	32.44543	-93.86018	80			LA	017		
4324719	Five Forks	five-forks	US		0	America/Chicago	31.81155	-92.69598	67			LA	127		
4324721	Fivemile Oaks	fivemile-oaks	US		0	America/Chicago	29.55855	-91.38566	1			LA	101		
4324734	Flagville	flagville	US		0	America/Chicago	29.96465	-90.40564	4			LA	089		
4324761	Flat Creek	flat-creek	US		0	America/Chicago	31.97127	-92.39098	60	Flat Creek,Flatcreek		LA	127		
4324792	Fleetwood Park	fleetwood-park	US		0	America/Chicago	32.54459	-91.98485	23			LA	073		
4324822	Florence Landing	florence-landing	US		0	America/Chicago	29.91965	-92.51319	1			LA	113		
4324823	Florenville	florenville	US		0	America/Chicago	30.41658	-89.83173	13			LA	103		
4324830	Florida Plaza	florida-plaza	US		0	America/Chicago	30.44936	-91.11816	15			LA	033		
4324838	Flower Hill	flower-hill	US		0	America/Chicago	30.88185	-91.41678	45			LA	125		
4324843	Flowery Mound (historical)	flowery-mound-historical	US		0	America/Chicago	31.42934	-91.76429	16			LA	029		
4324847	Floyd Landing	floyd-landing	US		0	America/Chicago	32.67958	-91.40317	18			LA	123		
4324848	Floyd Place	floyd-place	US		0	America/Chicago	30.40714	-91.15483	10			LA	033		
4324869	Fondale	fondale	US		0	America/Chicago	32.35459	-92.10791	22			LA	073		
4324875	Fontenot	fontenot	US		0	America/Chicago	30.43826	-92.87737	12			LA	053		
4324891	Forbing	forbing	US		0	America/Chicago	32.39266	-93.7274	62	Forbing,Forbing Station		LA	017		
4324911	Fords (historical)	fords-historical	US		0	America/Chicago	30.57242	-92.7932	18			LA	003		
4324916	Foremans Hall	foremans-hall	US		0	America/Chicago	30.18632	-92.92932	4			LA	053		
4324920	Forest Glen (historical)	forest-glen-historical	US		0	America/Chicago	30.3252	-89.97313	5			LA	103		
4324921	Forest Glen Estates	forest-glen-estates	US		0	America/Chicago	30.51213	-91.00399	14			LA	033		
4324930	Forest Heights Park	forest-heights-park	US		0	America/Chicago	30.52019	-91.11483	16			LA	033		
4324939	Forest Isle	forest-isle	US		0	America/Chicago	29.90298	-89.99229	-1			LA	071	98000	
4324943	Forest Manor	forest-manor	US		0	America/Chicago	30.29881	-89.76951	5			LA	103		
4324944	Forest Oak	forest-oak	US		0	America/Chicago	32.44599	-93.80796	63			LA	017		
4324945	Forest Oaks	forest-oaks	US		0	America/Chicago	32.43987	-92.08097	20			LA	073		
4324946	Forest Oaks	forest-oaks	US		0	America/Chicago	30.46269	-91.06316	15			LA	033		
4324953	Forest Pines	forest-pines	US		0	America/Chicago	30.28269	-89.8009	2			LA	103		
4324956	Forest Villa	forest-villa	US		0	America/Chicago	32.42515	-93.80296	71			LA	017		
4324960	Forked Island	forked-island	US		0	America/Chicago	29.83132	-92.30013	1			LA	113		
4324976	Forstall (historical)	forstall-historical	US		0	America/Chicago	30.00298	-90.8601	5			LA	093		
4324351	Fillmore	fillmore	US	14735	0	America/Chicago	32.56293	-93.51517	85			LA	015		
4324989	Fort Buhlow	fort-buhlow	US		0	America/Chicago	31.32768	-92.44958	36	Fort Buhlow,Fort Bulow		LA	079		
4324995	Fort Jackson	fort-jackson	US		0	America/Chicago	29.35425	-89.45847	-1			LA	075		
4324997	Fort Jesup	fort-jesup	US		509	America/Chicago	31.61295	-93.40295	111	Fort Jessup,Fort Jesup		LA	085		
4325024	Fort Randolph	fort-randolph	US		0	America/Chicago	31.32352	-92.44875	32			LA	079		
4325042	Fortune	fortune	US		0	America/Chicago	30.51741	-91.13511	19			LA	033		
4325043	Fortune Fork	fortune-fork	US		0	America/Chicago	32.35931	-91.12594	26			LA	065		
4325053	Fortson (historical)	fortson-historical	US		0	America/Chicago	32.05155	-93.48629	61			LA	031		
4325064	Fosters Canal	fosters-canal	US		0	America/Chicago	29.52855	-89.75007	1	City Price,Fosters Canal		LA	075		
4325070	Fountain Park	fountain-park	US		0	America/Chicago	30.28353	-89.78812	2			LA	103		
4325075	Foules	foules	US		0	America/Chicago	31.82238	-91.59512	18			LA	025		
4325079	Four Forks	four-forks	US		0	America/Chicago	32.22377	-93.98491	112			LA	017		
4325080	Four Forks	four-forks	US		0	America/Chicago	32.32015	-91.86957	20			LA	083		
4325083	Fountainbleau	fountainbleau	US		0	America/Chicago	30.27631	-89.77229	1			LA	103		
4325119	Fox Run	fox-run	US		0	America/Chicago	30.37603	-91.01538	9			LA	033		
4325120	Foxhollow	foxhollow	US		0	America/Chicago	30.25436	-89.74589	2			LA	103		
4325129	Frances Place	frances-place	US		0	America/Chicago	29.9177	-89.90979	1	Frances Place,Francis Place		LA	087		
4325145	Frank Bell Subdivision	frank-bell-subdivision	US		0	America/Chicago	31.15158	-93.28211	76			LA	115		
4325196	Fredericksburg (historical)	fredericksburg-historical	US		0	America/Chicago	32.02294	-91.97652	19			LA	021		
4325203	Free Town	free-town	US		0	America/Chicago	30.03992	-90.85371	5			LA	093		
4325228	Frellsen	frellsen	US		0	America/Chicago	29.97048	-90.29008	2			LA	089		
4325237	French Branch Estates	french-branch-estates	US		0	America/Chicago	30.27408	-89.72451	2			LA	103		
4325250	Frenchmens Estates	frenchmens-estates	US		0	America/Chicago	30.27742	-89.72006	3			LA	103		
4325251	Frenchtown Acres	frenchtown-acres	US		0	America/Chicago	30.49047	-90.99344	13			LA	033		
4325255	Frenier	frenier	US		0	America/Chicago	30.1077	-90.42675	0			LA	095		
4325265	Frey	frey	US		0	America/Chicago	30.40215	-92.44486	12	Frey,Gassler		LA	001		
4325311	Frilot Cove	frilot-cove	US		0	America/Chicago	30.62686	-92.20485	18			LA	039		
4325315	Frisco (historical)	frisco-historical	US		0	America/Chicago	30.47297	-91.2315	6			LA	121		
4325319	Frisbie (historical)	frisbie-historical	US		0	America/Chicago	30.50992	-91.96262	8			LA	097		
4325322	Frizzell Spur	frizzell-spur	US		0	America/Chicago	32.55098	-92.01124	25			LA	073		
4325328	Frog Level (historical)	frog-level-historical	US		0	America/Chicago	32.98819	-93.95518	79			LA	017		
4325329	Frogmore	frogmore	US		0	America/Chicago	31.60322	-91.6704	18			LA	029		
4325330	Frogmore	frogmore	US		0	America/Chicago	30.51936	-91.52428	8			LA	077		
4325338	Frost Town	frost-town	US		0	America/Chicago	32.55709	-92.38903	34			LA	073		
4325339	Frozard	frozard	US		0	America/Chicago	30.40603	-91.99345	7			LA	097		
4325345	Friths (historical)	friths-historical	US		0	America/Chicago	30.93575	-92.16901	20			LA	009		
4325365	Fulda (historical)	fulda-historical	US		0	America/Chicago	30.78324	-91.41122	14			LA	125		
4325379	Gaars Mill	gaars-mill	US		0	America/Chicago	32.10294	-92.56904	77	Gaars Mill,Gaars Mills		LA	127		
4325383	Gahagan	gahagan	US		0	America/Chicago	32.03988	-93.40656	42			LA	081		
4325384	Gahn	gahn	US		0	America/Chicago	29.86104	-91.65567	1			LA	101		
4325391	Gajan	gajan	US		0	America/Chicago	29.99104	-91.77595	6			LA	045		
4325394	Galbraith	galbraith	US		0	America/Chicago	31.49128	-92.81238	49	Galbraith,Gatbraith,Merrell Crossing		LA	069		
4325433	Galvez	galvez	US		0	America/Chicago	30.29908	-90.90482	5			LA	005		
4325440	Galvez Town	galvez-town	US		0	America/Chicago	30.34519	-90.89315	3			LA	005		
4325442	Gamble Spur	gamble-spur	US		0	America/Chicago	30.50491	-90.56676	10	Gamble Spur,Gambles Spur		LA	105		
4325450	Ganeyville	ganeyville	US		0	America/Chicago	31.72017	-92.28125	35	Ganey,Ganeyville		LA	059		
4325454	Gansville	gansville	US		0	America/Chicago	32.13544	-92.73432	67	Gansville,Lewisville,Louisville		LA	127		
4325480	Garden Park	garden-park	US		0	America/Chicago	32.46876	-92.05986	21			LA	073		
4325488	Garden District	garden-district	US		0	America/Chicago	29.92937	-90.08118	1			LA	071	98000	
4325490	Gardere Place	gardere-place	US		0	America/Chicago	30.34742	-91.13511	6			LA	033		
4325498	Garfield (historical)	garfield-historical	US		0	America/Chicago	32.91208	-94.03435	87			LA	017		
4325505	Garnett (historical)	garnett-historical	US		0	America/Chicago	31.46268	-92.46764	57			LA	043		
4325507	Gardere	gardere	US		10580	America/Chicago	30.34575	-91.14011	7	Gardere,Garders		LA	033		
4325517	Gas Center	gas-center	US		0	America/Chicago	32.52571	-93.82462	58			LA	017		
4325531	Gassoway	gassoway	US		0	America/Chicago	32.98985	-91.22483	33			LA	035		
4325544	Gauthier (historical)	gauthier-historical	US		0	America/Chicago	30.1952	-91.82956	6			LA	099		
4325549	Gayles	gayles	US		0	America/Chicago	32.34793	-93.62601	48			LA	017		
4325555	Geary (historical)	geary-historical	US		0	America/Chicago	30.11187	-91.03177	6			LA	005		
4325556	Gecko	gecko	US		0	America/Chicago	30.29575	-91.93512	4			LA	099		
4325557	Ged	ged	US		0	America/Chicago	30.13965	-93.59266	4			LA	019		
4325560	Geddie	geddie	US		0	America/Chicago	33.00374	-91.87096	50			LA	067		
4325563	Gaytine	gaytine	US		0	America/Chicago	30.44798	-93.20127	18	Gaytine,Gaytine Station		LA	011		
4325567	Gekop	gekop	US		0	America/Chicago	30.4727	-93.35516	15			LA	011		
4325572	Genessee	genessee	US		0	America/Chicago	30.55991	-90.48287	17	Genesee,Genessee		LA	105		
4325573	Gentilly	gentilly	US		0	America/Chicago	30.00381	-90.02868	2			LA	071	98000	
4325581	Gentilly Terrace	gentilly-terrace	US		0	America/Chicago	30.00659	-90.0534	-1			LA	071	98000	
4325584	Gentilly Woods	gentilly-woods	US		0	America/Chicago	30.01048	-90.03674	-1			LA	071	98000	
4325613	Georgeville	georgeville	US		0	America/Chicago	30.64963	-90.62204	28			LA	063		
4325615	Georgia	georgia	US		0	America/Chicago	29.8402	-90.98843	2	Georgia,Georgia Plantation		LA	007		
4325644	Gibbens Place	gibbens-place	US		0	America/Chicago	30.54991	-91.14177	18			LA	033		
4325658	Gibson Landing	gibson-landing	US		0	America/Chicago	31.68961	-91.40428	9	Gibson Landing,Gibsons Landing		LA	029		
4325667	Gilark	gilark	US		0	America/Chicago	32.63876	-93.30961	76			LA	119		
4325701	Gilleyville	gilleyville	US		0	America/Chicago	32.30293	-91.89457	22	Charlieville,Gilleyville,Gillyville		LA	083		
4325702	Gillis	gillis	US		657	America/Chicago	30.37381	-93.20099	8			LA	019		
4325706	Gills Ferry	gills-ferry	US		0	America/Chicago	32.7182	-92.52237	28			LA	061		
4325738	Givens (historical)	givens-historical	US		0	America/Chicago	31.55295	-92.74043	28			LA	043		
4325750	Glade Bayou Landing	glade-bayou-landing	US		0	America/Chicago	32.10293	-91.39317	11			LA	107		
4325781	Glasscock (historical)	glasscock-historical	US		0	America/Chicago	31.36545	-91.59262	14			LA	029		
4325789	Glen Oaks Place	glen-oaks-place	US		0	America/Chicago	30.51547	-91.11955	19			LA	033		
4325808	Glenmore	glenmore	US		0	America/Chicago	30.20464	-91.19733	5			LA	047		
4325809	Glenmore	glenmore	US		0	America/Chicago	30.4338	-91.14511	17			LA	033		
4325811	Glenwild	glenwild	US		0	America/Chicago	29.71437	-91.25427	3			LA	101		
4325817	Gloria	gloria	US		0	America/Chicago	30.29798	-92.03901	15	Gloria,Gloria Switch		LA	055		
4325818	Gloria	gloria	US		0	America/Chicago	29.73715	-90.01202	1			LA	075		
4325834	Glynville (historical)	glynville-historical	US		0	America/Chicago	30.97852	-91.77845	14			LA	077		
4325848	Godchaux	godchaux	US		0	America/Chicago	29.73243	-90.61037	3			LA	057		
4325852	Gold Dust	gold-dust	US		0	America/Chicago	30.85742	-92.19957	15	Gold Dust,Gold Dust Plantation		LA	009		
4325853	Gold Mine	gold-mine	US		0	America/Chicago	29.83632	-91.59984	2			LA	101		
4325867	Golden Meadows	golden-meadows	US		0	America/Chicago	32.4496	-93.65018	48			LA	015		
4325868	Golden Ridge	golden-ridge	US		0	America/Chicago	30.54269	-91.15594	21			LA	033		
4325871	Golden Star Plantation	golden-star-plantation	US		0	America/Chicago	29.92937	-90.66259	2			LA	095		
4325872	Goldman	goldman	US		0	America/Chicago	31.8285	-91.38067	21	Goldman,Goldmans		LA	107		
4325873	Goldman Landing	goldman-landing	US		0	America/Chicago	31.82322	-91.35539	19			LA	107		
4325882	Goldridge	goldridge	US		0	America/Chicago	30.11575	-91.19038	3	Goldride,Goldridge		LA	047		
4325885	Gondron (historical)	gondron-historical	US		0	America/Chicago	30.08576	-91.7265	4			LA	045		
4325886	Gonsoulin (historical)	gonsoulin-historical	US		0	America/Chicago	30.04631	-91.74734	4			LA	045		
4325933	Good Pine	good-pine	US		0	America/Chicago	31.69323	-92.16208	64	Good Pine,Goodpine		LA	059		
4325935	Good Roads	good-roads	US		0	America/Chicago	32.54737	-93.77296	53			LA	017		
4325939	Goodbee	goodbee	US		0	America/Chicago	30.49575	-90.19758	10			LA	103		
4325952	Goodwill	goodwill	US		0	America/Chicago	32.77902	-91.56179	29			LA	123		
4325961	Goodwood	goodwood	US		0	America/Chicago	30.44464	-91.11094	15			LA	033		
4325962	Goodwood	goodwood	US		0	America/Chicago	30.73074	-91.764	9			LA	097		
4325965	Goodwood Estates	goodwood-estates	US		0	America/Chicago	30.43408	-91.11733	16			LA	033		
4325966	Goodwood Homesites	goodwood-homesites	US		0	America/Chicago	30.4588	-91.10511	16			LA	033		
4325976	Goodwill	goodwill	US		0	America/Chicago	32.58876	-93.43267	69			LA	119		
4325999	Goosport	goosport	US		0	America/Chicago	30.25687	-93.18043	5			LA	019		
4326007	Gordy	gordy	US		0	America/Chicago	29.60743	-91.53872	1			LA	101		
4326022	Goss	goss	US		0	America/Chicago	30.30687	-93.14988	6			LA	019		
4326023	Goss	goss	US		0	America/Chicago	32.06127	-93.55796	61			LA	031		
4326035	Goudeau	goudeau	US		0	America/Chicago	30.87186	-92.01429	22	Goudeau,Prairie du Bayou Ridge		LA	009		
4326042	Grabow	grabow	US		0	America/Chicago	30.8177	-93.336	55			LA	011		
4326076	Grambling Corners	grambling-corners	US		0	America/Chicago	32.50598	-92.71793	84			LA	061		
4326086	Grand Annse	grand-annse	US		0	America/Chicago	30.34297	-91.7965	5			LA	099		
4326098	Grand Bayou	grand-bayou	US		0	America/Chicago	30.0152	-91.13066	1			LA	007		
4326109	Grand Bayou	grand-bayou	US		0	America/Chicago	29.51133	-89.76534	1	Grand Bayou,Grand Bayou Village		LA	075		
4326110	Grand Bayou	grand-bayou	US		0	America/Chicago	32.08683	-93.47323	43			LA	081		
4326128	Grand Bayou Village (historical)	grand-bayou-village-historical	US		0	America/Chicago	29.56299	-89.81646	0			LA	075		
4326164	Grand Ecore	grand-ecore	US		0	America/Chicago	31.81572	-93.08489	39			LA	069		
4326211	Grand Point	grand-point	US		2473	America/Chicago	30.06131	-90.75343	2			LA	093		
4326215	Grand Prairie (historical)	grand-prairie-historical	US		0	America/Chicago	29.48522	-89.68645	3			LA	075		
4326224	Grand View (historical)	grand-view-historical	US		0	America/Chicago	30.02854	-90.72092	4			LA	093		
4326226	Grandbois	grandbois	US		0	America/Chicago	29.55272	-90.53814	1			LA	057		
4326231	Grande Ecaille	grande-ecaille	US		0	America/Chicago	29.37911	-89.78062	1	Grand Ecaille,Grande Ecaille		LA	075		
4326242	Grandstaff	grandstaff	US		0	America/Chicago	31.77461	-92.36292	23			LA	043		
4326251	Grant (historical)	grant-historical	US		0	America/Chicago	31.75545	-92.34542	15			LA	043		
4326263	Grappes Bluff	grappes-bluff	US		0	America/Chicago	31.91572	-93.20433	47	Grappes Bluff,Grapps Bluff		LA	069		
4326302	Gravel	gravel	US		0	America/Chicago	32.93235	-92.1518	32			LA	111		
4326306	Gravel Point	gravel-point	US		0	America/Chicago	30.43798	-92.96265	9			LA	053		
4326333	Grays	grays	US		0	America/Chicago	30.84851	-91.05038	67	De Grays,Grays		LA	037		
4326335	Gray Point	gray-point	US		0	America/Chicago	30.71381	-92.42819	20			LA	039		
4326427	Green Acres	green-acres	US		0	America/Chicago	30.53574	-91.10844	19			LA	033		
4326428	Green Acres	green-acres	US		0	America/Chicago	29.80938	-90.42536	-1			LA	089		
4326429	Green Acres	green-acres	US		0	America/Chicago	32.54682	-93.71684	51			LA	015		
4326432	Green Back Forest	green-back-forest	US		0	America/Chicago	30.38908	-91.11955	7			LA	033		
4326446	Green Gate	green-gate	US		0	America/Chicago	30.55352	-91.11372	20			LA	033		
4326452	Green Gables	green-gables	US		0	America/Chicago	31.38351	-92.33763	32			LA	079		
4326474	Green Terrace	green-terrace	US		0	America/Chicago	32.46126	-92.08736	21			LA	073		
4326477	Greenacres Place	greenacres-place	US		0	America/Chicago	32.56959	-93.71601	51			LA	015		
4326479	Greenbrook	greenbrook	US		0	America/Chicago	32.4246	-93.75185	62			LA	017		
4326502	Greens Ditch	greens-ditch	US		0	America/Chicago	30.11381	-89.76117	1			LA	071	98000	
4326510	Greensboro (historical)	greensboro-historical	US		0	America/Chicago	32.62654	-92.71265	83	Greenesboro,Greensboro (historical)		LA	061		
4326524	Greenway Place	greenway-place	US		0	America/Chicago	30.48297	-91.10427	14			LA	033		
4326526	Greenwell Acres East	greenwell-acres-east	US		0	America/Chicago	30.51574	-91.01316	16			LA	033		
4326527	Greenwell Forest	greenwell-forest	US		0	America/Chicago	30.49519	-91.04538	14			LA	033		
4326538	Greenwood Acres	greenwood-acres	US		0	America/Chicago	29.81465	-90.86537	4			LA	057		
4326550	Greenwood Hills	greenwood-hills	US		0	America/Chicago	32.42932	-93.94741	82			LA	017		
4326557	Greenwood Park	greenwood-park	US		0	America/Chicago	31.75711	-93.146	41			LA	069		
4326565	Greenwood Estates	greenwood-estates	US		0	America/Chicago	30.5463	-91.11872	20			LA	033		
4326566	Greewood Plantation	greewood-plantation	US		0	America/Chicago	29.8141	-90.86898	4			LA	057		
4326571	Greinwich Village	greinwich-village	US		0	America/Chicago	30.19465	-93.18321	5			LA	019		
4326579	Gretna Green	gretna-green	US		0	America/Chicago	31.87933	-91.46345	20			LA	107		
4326603	Grim	grim	US		0	America/Chicago	32.70265	-93.37323	64			LA	119		
4326610	Grosse Isle	grosse-isle	US		0	America/Chicago	29.96521	-92.09096	3	Grasse Isle,Grosse Isle		LA	113		
4326652	Guilbeaux (historical)	guilbeaux-historical	US		0	America/Chicago	30.3577	-92.05401	15			LA	055		
4326666	Gulf Crossing	gulf-crossing	US		0	America/Chicago	32.20599	-92.4732	51			LA	049		
4326670	Gulftown	gulftown	US		0	America/Chicago	29.33911	-89.49367	0			LA	075		
4326673	Gullett	gullett	US		0	America/Chicago	30.71463	-90.50648	34	Gullets,Gullett		LA	105		
4326679	Gum Bayou Landing	gum-bayou-landing	US		0	America/Chicago	30.30325	-89.71395	2			LA	103		
4326701	Gum Ridge	gum-ridge	US		0	America/Chicago	32.62597	-91.81152	24			LA	067		
4326702	Gum Ridge (historical)	gum-ridge-historical	US		0	America/Chicago	30.8688	-92.02512	22			LA	009		
4326732	Guynes	guynes	US		0	America/Chicago	32.20349	-93.11239	68			LA	013		
4326751	Haaseville	haaseville	US		0	America/Chicago	30.2252	-91.13205	7			LA	047		
4326753	Haaswood	haaswood	US		0	America/Chicago	30.3288	-89.74451	7			LA	103		
4326763	Haas	haas	US		0	America/Chicago	30.94825	-92.25929	17	Haas,Haas Bend,Haasville,Tiger Bend,Tiger Bend Plantation		LA	009		
4326775	Hacketts Corner	hacketts-corner	US		0	America/Chicago	30.00938	-93.08821	2			LA	023		
4326776	Hackley	hackley	US		0	America/Chicago	30.97601	-90.08564	104			LA	117		
4326778	Haddens	haddens	US		0	America/Chicago	31.1863	-93.53323	37			LA	115		
4326784	Hagen (historical)	hagen-historical	US		0	America/Chicago	31.85572	-93.071	35			LA	069		
4326787	Hagewood	hagewood	US		0	America/Chicago	31.71517	-93.21517	67			LA	069		
4326797	Haile	haile	US		0	America/Chicago	32.83097	-92.14625	33			LA	111		
4326805	Halcyon (historical)	halcyon-historical	US		0	America/Chicago	31.94017	-93.71685	102			LA	031		
4326853	Hallf Moon	hallf-moon	US		0	America/Chicago	30.65575	-91.79789	9			LA	097		
4326859	Hamlin (historical)	hamlin-historical	US		0	America/Chicago	31.72517	-93.58601	104			LA	085		
4326861	Hammell (historical)	hammell-historical	US		0	America/Chicago	32.05461	-93.37101	42			LA	081		
4326867	Hammock	hammock	US		0	America/Chicago	32.63653	-92.03791	25			LA	073		
4326911	Happy Meadows	happy-meadows	US		0	America/Chicago	32.57876	-93.57323	58			LA	015		
4326912	Happy Woods	happy-woods	US		0	America/Chicago	30.46547	-90.49731	8			LA	105		
4326916	Harahan	harahan	US		9350	America/Chicago	29.94048	-90.20313	2			LA	051		
4326919	Harahan Junction	harahan-junction	US		0	America/Chicago	29.97326	-90.19341	-1			LA	051		
4326931	Harding Heights	harding-heights	US		0	America/Chicago	30.55408	-91.13761	21			LA	033		
4326934	Harding Terrace	harding-terrace	US		0	America/Chicago	30.56324	-91.15011	22			LA	033		
4326941	Hardwood	hardwood	US		0	America/Chicago	30.80629	-91.384	47			LA	125		
4326943	Hanna Park	hanna-park	US		0	America/Chicago	32.55682	-93.80157	63			LA	017		
4326944	Harelson	harelson	US		0	America/Chicago	30.43408	-91.06594	15	Harelson,Harelsons Store		LA	033		
4326946	Hargis	hargis	US		0	America/Chicago	31.68433	-92.82988	66			LA	043		
4326949	Hargrove	hargrove	US		0	America/Chicago	30.47826	-93.46044	27			LA	019		
4326977	Harmony Heights	harmony-heights	US		0	America/Chicago	30.24047	-89.75562	2			LA	103		
4327008	Harris Landing	harris-landing	US		0	America/Chicago	32.11071	-91.58734	13			LA	041		
4327064	Harwick Place	harwick-place	US		0	America/Chicago	32.38127	-93.72157	63			LA	017		
4327071	Hatchersville	hatchersville	US		0	America/Chicago	30.82963	-90.8676	63			LA	037		
4327112	Haydel (historical)	haydel-historical	US		0	America/Chicago	30.02298	-90.61675	3			LA	095		
4327128	Haynes Landing	haynes-landing	US		0	America/Chicago	32.97179	-91.69679	29			LA	067		
4327148	Hazel (historical)	hazel-historical	US		0	America/Chicago	30.09631	-91.88901	11			LA	099		
4327149	Head of Island	head-of-island	US		0	America/Chicago	30.26964	-90.75343	1			LA	063		
4327164	Hebert	hebert	US		0	America/Chicago	32.18265	-91.99097	19	Hebert,Hebett		LA	021		
4327184	Heatherstone	heatherstone	US		0	America/Chicago	30.38714	-91.18455	7			LA	033		
4327209	Hedgeland	hedgeland	US		0	America/Chicago	31.81516	-91.36678	23			LA	107		
4327210	Hedgeland Landing	hedgeland-landing	US		0	America/Chicago	31.86988	-91.58096	15			LA	025		
4327243	Henderson (historical)	henderson-historical	US		0	America/Chicago	32.57597	-91.08455	30			LA	035		
4327264	Henry City (historical)	henry-city-historical	US		0	America/Chicago	30.72241	-90.36398	59			LA	105		
4327293	Heritage Subdivision	heritage-subdivision	US		0	America/Chicago	30.29047	-89.7559	4			LA	103		
4327295	Hermedel	hermedel	US		0	America/Chicago	30.27742	-89.79645	2			LA	103		
4327310	Hesperides	hesperides	US		0	America/Chicago	29.44605	-89.61701	1			LA	075		
4327316	Henryville (historical)	henryville-historical	US		0	America/Chicago	31.54795	-92.96516	32			LA	069		
4327318	Hester Landing	hester-landing	US		0	America/Chicago	30.95797	-92.48958	18			LA	079		
4327329	Hi-Land	hi-land	US		0	America/Chicago	29.90882	-89.90368	2			LA	087		
4327358	Hickory Hills Estates	hickory-hills-estates	US		0	America/Chicago	32.02461	-93.68463	100			LA	031		
4327367	Hickory Springs (historical)	hickory-springs-historical	US		0	America/Chicago	32.17649	-92.3179	66			LA	049		
4327373	Hicks	hicks	US		0	America/Chicago	31.18491	-93.01599	88			LA	115		
4327375	Hickory Place	hickory-place	US		0	America/Chicago	32.4196	-93.80574	79			LA	017		
4327376	Hicks Crossing	hicks-crossing	US		0	America/Chicago	31.22768	-92.94043	60			LA	115		
4327389	Hidden Acres	hidden-acres	US		0	America/Chicago	32.59182	-93.91685	70			LA	017		
4327390	Hidden Creek	hidden-creek	US		0	America/Chicago	30.59352	-91.00733	21			LA	033		
4327391	Hidden Harbor Estates	hidden-harbor-estates	US		0	America/Chicago	32.54182	-93.91685	53			LA	017		
4327393	Hidden Oaks	hidden-oaks	US		0	America/Chicago	32.5682	-91.97846	29			LA	073		
4327402	High School Park	high-school-park	US		0	America/Chicago	30.45909	-93.42516	19			LA	019		
4327406	Highland Acres	highland-acres	US		0	America/Chicago	31.77239	-93.14905	40			LA	069		
4327413	Highland Community	highland-community	US		0	America/Chicago	30.3538	-91.02177	8			LA	033		
4327414	Highland Creek	highland-creek	US		0	America/Chicago	30.36658	-91.12538	5			LA	033		
4327415	Highland Crossing	highland-crossing	US		0	America/Chicago	30.33908	-91.03316	8			LA	033		
4327419	Highland Estates	highland-estates	US		0	America/Chicago	30.35797	-91.10427	5			LA	033		
4327420	Highland Farms	highland-farms	US		0	America/Chicago	30.53352	-91.19233	20			LA	033		
4327421	Highland Gardens	highland-gardens	US		0	America/Chicago	30.4738	-91.15066	17			LA	033		
4327422	Highland Hills	highland-hills	US		0	America/Chicago	30.38686	-91.13955	11			LA	033		
4327435	Highland Park Heights	highland-park-heights	US		0	America/Chicago	30.38241	-91.13761	13			LA	033		
4327441	Highland Road Estates	highland-road-estates	US		0	America/Chicago	30.37769	-91.12927	12			LA	033		
4327445	Highland Square	highland-square	US		0	America/Chicago	32.57543	-93.78629	58			LA	017		
4327448	Highlandia	highlandia	US		0	America/Chicago	30.34186	-91.02816	10			LA	033		
4327456	Higginbotham	higginbotham	US		0	America/Chicago	30.34576	-92.19346	13	Higginbotham,Higginbothams Store		LA	001		
4327469	Hillaryville	hillaryville	US		0	America/Chicago	30.13575	-90.95232	5	Hillaryville,Marchandville,Marchlandville		LA	005		
4327471	Hillcrest Acres	hillcrest-acres	US		0	America/Chicago	30.43352	-91.07455	13			LA	033		
4327489	Hillside Park	hillside-park	US		0	America/Chicago	32.53487	-92.23292	58			LA	073		
4327494	Hilly	hilly	US		0	America/Chicago	32.64848	-92.67848	67	Alexton,Alma,Alma Station,Hilly		LA	061		
4327496	Himalaya	himalaya	US		0	America/Chicago	29.84937	-90.99732	3	Himalaya,Himalaya Plantation,Himelaya Plantation,Supreme Station		LA	007		
4327510	Hipple	hipple	US		0	America/Chicago	30.22798	-93.1471	4			LA	019		
4327514	Hite	hite	US		0	America/Chicago	30.8227	-93.32378	59			LA	011		
4327517	Hobson (historical)	hobson-historical	US		0	America/Chicago	31.03047	-92.44875	29			LA	079		
4327591	Hohen Solms	hohen-solms	US		0	America/Chicago	30.19909	-91.04399	13	Hohen Solms,Littles Landing		LA	005		
4327600	Holiday Acres	holiday-acres	US		0	America/Chicago	30.55185	-91.164	19			LA	033		
4327601	Holiday Acres	holiday-acres	US		0	America/Chicago	30.27575	-89.74173	4			LA	103		
4327602	Holiday Woods	holiday-woods	US		0	America/Chicago	30.51574	-91.12427	19			LA	033		
4327611	Hollingsworth	hollingsworth	US		0	America/Chicago	31.97766	-93.36267	40			LA	081		
4327623	Holly Beach	holly-beach	US		0	America/Chicago	29.77078	-93.45932	2			LA	023		
4327662	Hollybrook	hollybrook	US		0	America/Chicago	32.73513	-91.17983	29			LA	035		
4327664	Hollyridge	hollyridge	US		0	America/Chicago	30.50491	-90.42509	11			LA	105		
4327698	Holmwood	holmwood	US		0	America/Chicago	30.12604	-93.07987	5			LA	019		
4327709	Holum	holum	US		0	America/Chicago	31.99683	-92.08347	55			LA	021		
4327774	Home Estates	home-estates	US		0	America/Chicago	30.30853	-89.80923	4			LA	103		
4327777	Home Place	home-place	US		0	America/Chicago	29.46272	-89.6834	-1	Home Place,Homeplace		LA	075		
4327778	Home Place	home-place	US		0	America/Chicago	29.82382	-91.66456	3			LA	101		
4327819	Hooker Hole	hooker-hole	US		0	America/Chicago	32.82236	-92.06735	22			LA	111		
4327825	Honore	honore	US		0	America/Chicago	32.55654	-93.73296	53			LA	015		
4327855	Hope Villa	hope-villa	US		0	America/Chicago	30.34297	-90.9826	8	Hope Villa,Hopevilla		LA	005		
4327865	Hopeville (historical)	hopeville-historical	US		0	America/Chicago	30.34464	-90.98371	4			LA	033		
4327876	Hopewell Landing	hopewell-landing	US		0	America/Chicago	32.12765	-91.39289	20			LA	107		
4327903	Horse Bluff Landing	horse-bluff-landing	US		0	America/Chicago	30.36603	-90.62731	3			LA	063		
4327972	Hortman	hortman	US		0	America/Chicago	32.72876	-93.37739	62			LA	119		
4327991	Hostetter (historical)	hostetter-historical	US		0	America/Chicago	30.73546	-90.50204	37			LA	105		
4327992	Hot Wells	hot-wells	US		0	America/Chicago	31.33935	-92.71348	25	Hot Wells,Hotwell,Hotwells		LA	079		
4327997	Houltonville	houltonville	US		0	America/Chicago	30.40686	-90.1423	1			LA	103		
4328023	Houston (historical)	houston-historical	US		0	America/Chicago	30.5502	-92.80765	17			LA	003		
4328037	Howcott	howcott	US		0	America/Chicago	31.65628	-92.38903	26			LA	043		
4328044	Howell Community Farms	howell-community-farms	US		0	America/Chicago	30.52297	-91.15177	20			LA	033		
4328048	Howell Park	howell-park	US		0	America/Chicago	30.47658	-91.12455	16			LA	033		
4328052	Howell Park Terrace	howell-park-terrace	US		0	America/Chicago	30.48463	-91.13511	17			LA	033		
4328055	Howze Beach	howze-beach	US		0	America/Chicago	30.20964	-89.79006	0			LA	103		
4328057	Hoy (historical)	hoy-historical	US		0	America/Chicago	30.79603	-93.07182	53			LA	011		
4328066	Hubertville	hubertville	US		0	America/Chicago	29.92743	-91.67956	5			LA	045		
4328069	Hudson Addition	hudson-addition	US		0	America/Chicago	30.84325	-93.28766	60			LA	011		
4328094	Huggins (historical)	huggins-historical	US		0	America/Chicago	30.71185	-90.0298	34			LA	117		
4328128	Humphries (historical)	humphries-historical	US		0	America/Chicago	30.1927	-90.99843	6			LA	005		
4328129	Hundley	hundley	US		0	America/Chicago	30.44103	-92.36624	11			LA	001		
4328131	Hundred Oaks	hundred-oaks	US		0	America/Chicago	30.43214	-91.15288	16			LA	033		
4328135	Hungarian Settlement	hungarian-settlement	US		0	America/Chicago	30.46741	-90.57731	9	Arpadhon,Hungarian Settlement,Maxwell		LA	063		
4328138	Hunt (historical)	hunt-historical	US		0	America/Chicago	32.28488	-92.86793	53			LA	013		
4328152	Hunter Landing	hunter-landing	US		0	America/Chicago	31.75322	-91.58318	14			LA	029		
4328157	Huntington Estates	huntington-estates	US		0	America/Chicago	30.30297	-89.83618	3			LA	103		
4328166	Huntley Place	huntley-place	US		0	America/Chicago	30.54741	-91.03483	18			LA	033		
4328167	Huntwyck Village	huntwyck-village	US		0	America/Chicago	30.29297	-89.81229	4			LA	103		
4328226	Hutton	hutton	US		0	America/Chicago	31.33046	-93.03238	78			LA	115		
4328227	Hyacinth Terrace	hyacinth-terrace	US		0	America/Chicago	30.4063	-91.14316	12			LA	033		
4328228	Hyams	hyams	US		0	America/Chicago	31.83711	-93.12044	37			LA	069		
4328236	Hydell	hydell	US		0	America/Chicago	30.30103	-91.11427	5			LA	047		
4328239	Hymel	hymel	US		0	America/Chicago	30.04492	-90.84676	6	Hymel,Saint Amelia		LA	093		
4328245	Iatt	iatt	US		0	America/Chicago	31.68628	-92.70654	57			LA	043		
4328258	Iberville	iberville	US		0	America/Chicago	30.29603	-91.11677	5	Bayou Paul,Iberville		LA	047		
4328265	Iberville Terrace	iberville-terrace	US		0	America/Chicago	30.36908	-91.08955	12			LA	033		
4328274	Idlewood	idlewood	US		0	America/Chicago	30.03215	-89.95646	-2			LA	071	98000	
4328278	Ikes	ikes	US		0	America/Chicago	30.87408	-93.21766	49			LA	011		
4328284	Illinois Plant	illinois-plant	US		0	America/Chicago	30.03938	-92.91154	1			LA	023		
4328327	Independence Place	independence-place	US		0	America/Chicago	30.4288	-91.08205	15			LA	033		
4328328	Independent	independent	US		0	America/Chicago	30.03243	-91.85067	6			LA	045		
4328344	Indian Bayou	indian-bayou	US		0	America/Chicago	30.12604	-92.24263	7			LA	113		
4328353	Indian Beach	indian-beach	US		0	America/Chicago	30.01909	-90.14119	0			LA	051		
4328386	Indian Hills Estates	indian-hills-estates	US		0	America/Chicago	32.60237	-93.86351	77			LA	017		
4328391	Indian Landing	indian-landing	US		0	America/Chicago	32.28015	-91.52345	22			LA	065		
4328399	Indian Park	indian-park	US		0	America/Chicago	30.35686	-91.13344	6			LA	033		
4328406	Indian Village	indian-village	US		0	America/Chicago	30.25742	-91.314	4	Chetimachas,Chetimacus,Indian Village,Knowlton,Village Point		LA	047		
4328407	Indian Village	indian-village	US		0	America/Chicago	32.47293	-92.41181	70			LA	073		
4328414	Indian Village	indian-village	US		0	America/Chicago	30.44909	-92.97182	10			LA	003		
4328435	Inniswold	inniswold	US		6180	America/Chicago	30.40491	-91.08344	9	Inniswold,Petrie		LA	033		
4328436	Inniswold Estates	inniswold-estates	US		0	America/Chicago	30.40158	-91.0876	9			LA	033		
4328437	Insco (historical)	insco-historical	US		0	America/Chicago	30.63964	-93.24599	42			LA	011		
4328662	Intracoastal City	intracoastal-city	US		0	America/Chicago	29.78438	-92.15624	1	Intracoastal City,Lower Egypt		LA	113		
4328669	Invincible	invincible	US		0	America/Chicago	32.78737	-93.40767	71			LA	119		
4328689	Irish Bend	irish-bend	US		0	America/Chicago	29.81882	-91.45317	3	Irish Bend,Irishbend		LA	101		
4328711	Irvings (historical)	irvings-historical	US		0	America/Chicago	30.87324	-89.83674	37			LA	117		
4328729	Isle Labbe	isle-labbe	US		0	America/Chicago	30.16548	-91.7765	5			LA	099		
4328732	Isle of Cuba	isle-of-cuba	US		0	America/Chicago	29.72215	-90.81759	3			LA	109		
4328734	Islington (historical)	islington-historical	US		0	America/Chicago	32.33265	-91.18344	26			LA	065		
4328751	Istrouma	istrouma	US		0	America/Chicago	30.47908	-91.15983	18			LA	033		
4328759	Ithra	ithra	US		0	America/Chicago	30.4613	-91.27483	5			LA	121		
4328850	Jackson Landing	jackson-landing	US		0	America/Chicago	32.34848	-91.49984	16			LA	065		
4328855	Jackson Park	jackson-park	US		0	America/Chicago	30.55991	-91.03594	19			LA	033		
4328857	Jackson Place	jackson-place	US		0	America/Chicago	30.56713	-91.04038	20			LA	033		
4328859	Jackson Road (historical)	jackson-road-historical	US		0	America/Chicago	30.71685	-91.24428	34			LA	037		
4328868	Jacksonville (historical)	jacksonville-historical	US		0	America/Chicago	31.32407	-92.99127	74			LA	115		
4328873	Jacoby	jacoby	US		0	America/Chicago	30.91518	-91.78928	13			LA	077		
4328914	Janie	janie	US		0	America/Chicago	31.46267	-92.88655	44			LA	069		
4328931	Jean Lafitte	jean-lafitte	US		1972	America/Chicago	29.73604	-90.12674	1			LA	051		
4328971	Jefferson Heights	jefferson-heights	US		0	America/Chicago	29.96382	-90.16507	2	Jefferson,Jefferson Heights		LA	051		
4328983	Jefferson Place	jefferson-place	US		0	America/Chicago	30.42269	-91.11261	15			LA	033		
4328987	Jefferson Shadows	jefferson-shadows	US		0	America/Chicago	30.41186	-91.07455	14			LA	033		
4328989	Jefferson Terrace	jefferson-terrace	US		0	America/Chicago	30.39741	-91.07288	10			LA	033		
4328990	Jefferson Terrace East	jefferson-terrace-east	US		0	America/Chicago	30.4038	-91.06733	10			LA	033		
4328998	Jefferson Island	jefferson-island	US		0	America/Chicago	29.9727	-91.97568	4			LA	045		
4328999	Jena (historical)	jena-historical	US		0	America/Chicago	30.41269	-90.43342	2			LA	105		
4329017	Jenkins Pryce Place	jenkins-pryce-place	US		0	America/Chicago	30.54102	-91.16816	20			LA	033		
4329074	Jesuit Bend	jesuit-bend	US		0	America/Chicago	29.74827	-90.0259	1	Jesuit Bend,Jesuits Bend		LA	075		
4329099	Jewella (historical)	jewella-historical	US		0	America/Chicago	32.46876	-93.80629	72			LA	017		
4329166	John (historical)	john-historical	US		0	America/Chicago	30.05215	-91.71595	3			LA	045		
4329218	Johnson Bayou Landing	johnson-bayou-landing	US		0	America/Chicago	29.80216	-93.75294	1	Johnson Bayou Landing,Johnsons Bayou,Johnsons Bayou Landing		LA	023		
4329243	Johnson Landing	johnson-landing	US		0	America/Chicago	30.96741	-92.43458	16			LA	039		
4329246	Johnson Ridge	johnson-ridge	US		0	America/Chicago	29.76576	-90.8162	4			LA	109		
4329253	Johnsons Bayou	johnsons-bayou	US		0	America/Chicago	29.76133	-93.65849	1	Johnson Bayou,Johnsons Bayou		LA	023		
4329286	Jones Creek	jones-creek	US		0	America/Chicago	30.41269	-91.01482	12			LA	033		
4329299	Jones Landing	jones-landing	US		0	America/Chicago	31.88266	-91.77846	12			LA	041		
4329338	Jordan Terrace	jordan-terrace	US		0	America/Chicago	30.52852	-91.17816	18			LA	033		
4329346	Jordan Hill	jordan-hill	US		211	America/Chicago	31.85406	-92.52264	43	Jordan Hill,Jordon Hill		LA	127		
4329362	Juanita	juanita	US		0	America/Chicago	30.61853	-93.42517	35	Gustin,Juanita		LA	011		
4329367	Judd	judd	US		0	America/Chicago	30.36298	-92.40402	11			LA	001		
4329372	Judice	judice	US		0	America/Chicago	30.18131	-92.14179	8			LA	055		
4328694	Irma	irma	US	54442	0	America/Chicago	31.79989	-93.01238	35			LA	069		
4329387	Julia (historical)	julia-historical	US		0	America/Chicago	30.71824	-90.03869	35	Julia (historical),Rhyne		LA	117		
4329392	Julien	julien	US		0	America/Chicago	29.85743	-91.63234	3			LA	101		
4329418	Justina	justina	US		0	America/Chicago	31.97738	-91.42956	20			LA	107		
4329636	Kadesh	kadesh	US		0	America/Chicago	31.70433	-92.91127	43			LA	043		
4329641	Kahns	kahns	US		0	America/Chicago	30.48213	-91.25205	7	Kahn,Kahns		LA	121		
4329652	Karo	karo	US		0	America/Chicago	30.9838	-92.09373	19			LA	009		
4329656	Kateland	kateland	US		0	America/Chicago	31.45629	-92.6757	28	Kateland,Kateland Plantation		LA	043		
4329659	Katie (historical)	katie-historical	US		0	America/Chicago	30.43158	-90.28286	4			LA	105		
4329667	Keaty Place	keaty-place	US		0	America/Chicago	30.42158	-91.08594	13			LA	033		
4329668	Kedron	kedron	US		0	America/Chicago	30.75657	-90.57732	45			LA	091		
4329694	Kelley (historical)	kelley-historical	US		0	America/Chicago	30.88603	-92.20235	16	Kelley (historical),Kelly		LA	009		
4329700	Kelleys	kelleys	US		0	America/Chicago	32.47598	-92.55848	65	Kelleys,Kellys,Kiddton		LA	049		
4329712	Kelly Front (historical)	kelly-front-historical	US		0	America/Chicago	32.04211	-92.54042	68			LA	127		
4329720	Kelsey	kelsey	US		0	America/Chicago	30.71074	-91.51789	9			LA	077		
4329730	Kemper	kemper	US		0	America/Chicago	29.80965	-91.66762	4			LA	101		
4329764	Kennedy Heights	kennedy-heights	US		0	America/Chicago	29.91548	-90.22147	1			LA	051		
4329774	Kents Store (historical)	kents-store-historical	US		0	America/Chicago	30.87935	-90.92594	87			LA	037		
4329786	Kernan	kernan	US		0	America/Chicago	30.50714	-93.26238	20	Bear,Kernan		LA	011		
4329788	Kerne (historical)	kerne-historical	US		0	America/Chicago	30.56214	-91.97234	7			LA	097		
4329793	Kessler	kessler	US		0	America/Chicago	30.03603	-91.05954	5			LA	007		
4329800	Kickapoo	kickapoo	US		0	America/Chicago	32.19349	-93.83713	99			LA	031		
4329809	Kile	kile	US		0	America/Chicago	31.40573	-93.14739	64			LA	069		
4329811	Kilgore Plantation	kilgore-plantation	US		0	America/Chicago	29.85465	-91.67123	1			LA	101		
4329820	Killian	killian	US		1304	America/Chicago	30.35881	-90.5862	4			LA	063		
4329828	Killona	killona	US		793	America/Chicago	30.00604	-90.48286	9	Killona,Le Sassier Station		LA	089		
4329837	Kimberly Heights	kimberly-heights	US		0	America/Chicago	31.15407	-93.25294	79			LA	115		
4329838	Kimberly Manor	kimberly-manor	US		0	America/Chicago	30.27131	-89.81562	2			LA	103		
4329841	Kin Tally	kin-tally	US		0	America/Chicago	30.5238	-90.51815	14			LA	105		
4329842	Kincaid (historical)	kincaid-historical	US		0	America/Chicago	31.28852	-92.61098	24			LA	079		
4329867	King Forest	king-forest	US		0	America/Chicago	32.42432	-93.78296	61			LA	017		
4329917	Kings Estates	kings-estates	US		0	America/Chicago	30.55741	-91.17066	21			LA	033		
4329919	Kings Hill	kings-hill	US		0	America/Chicago	30.39103	-91.10983	8			LA	033		
4329922	Kings Oaks	kings-oaks	US		0	America/Chicago	32.44181	-92.09319	21			LA	073		
4329924	Kings Point	kings-point	US		0	America/Chicago	30.25908	-89.75117	3			LA	103		
4329927	Kingsbridge	kingsbridge	US		0	America/Chicago	30.4213	-91.04844	13			LA	033		
4329929	Kingston Estates	kingston-estates	US		0	America/Chicago	30.55241	-91.16205	20			LA	033		
4329933	Kingswood	kingswood	US		0	America/Chicago	30.05853	-89.94757	-3			LA	071	98000	
4329938	Kirks Landing	kirks-landing	US		0	America/Chicago	31.86461	-91.57373	11			LA	107		
4329939	Kirkville (historical)	kirkville-historical	US		0	America/Chicago	30.99546	-90.47843	74			LA	105		
4329942	Kiroli Woods	kiroli-woods	US		0	America/Chicago	32.53681	-92.15986	34			LA	073		
4329943	Kisatchie	kisatchie	US		0	America/Chicago	31.41573	-93.17433	87	Cossachie,Kisatchie		LA	069		
4329962	Kleinpeter	kleinpeter	US		0	America/Chicago	30.34992	-91.02594	7			LA	033		
4329965	Klienpeter Terrace	klienpeter-terrace	US		0	America/Chicago	30.55074	-91.11955	21			LA	033		
4329966	Kline	kline	US		0	America/Chicago	32.66958	-92.08819	24			LA	073		
4329969	Kleinert	kleinert	US		0	America/Chicago	30.43852	-91.16511	17			LA	033		
4329973	Klondyke	klondyke	US		0	America/Chicago	29.5466	-90.58648	2			LA	109		
4329974	Klotzville	klotzville	US		0	America/Chicago	30.01548	-91.04677	6			LA	007		
4329984	Knight	knight	US		0	America/Chicago	30.91547	-93.4485	61			LA	115		
4329990	Knot Point	knot-point	US		0	America/Chicago	32.31849	-93.53295	46			LA	015		
4329992	Knowles (historical)	knowles-historical	US		0	America/Chicago	32.63904	-92.78126	65			LA	061		
4329995	Knightville (historical)	knightville-historical	US		0	America/Chicago	31.68489	-93.13628	65			LA	069		
4330005	Kolin	kolin	US		0	America/Chicago	31.28324	-92.32263	40			LA	079		
4330009	Kolter	kolter	US		0	America/Chicago	32.15294	-93.92435	102			LA	031		
4330012	Koran	koran	US		0	America/Chicago	32.42515	-93.46295	58			LA	015		
4330017	Kraft	kraft	US		0	America/Chicago	31.90572	-93.17128	47			LA	069		
4330037	L T Plantation	l-t-plantation	US		0	America/Chicago	29.83493	-90.8876	3			LA	057		
4330053	La Belle Aire	la-belle-aire	US		0	America/Chicago	30.46852	-91.04399	14			LA	033		
4330058	La Branche	la-branche	US		0	America/Chicago	30.05159	-90.36869	1	La Branch,La Branche,Labranch		LA	089		
4330074	La Reussite	la-reussite	US		0	America/Chicago	29.70077	-89.98757	2			LA	075		
4330075	La Rosen	la-rosen	US		0	America/Chicago	32.40349	-93.78935	64			LA	017		
4330080	La Tierra	la-tierra	US		0	America/Chicago	32.46126	-93.87101	67			LA	017		
4330091	Labarre	labarre	US		0	America/Chicago	30.71463	-91.54567	10			LA	077		
4330108	Lacamp	lacamp	US		0	America/Chicago	31.16379	-92.9146	80	La Camp,Lacamp		LA	115		
4330128	Lachute	lachute	US		0	America/Chicago	32.26377	-93.52656	45			LA	017		
4330136	Lacour	lacour	US		0	America/Chicago	30.82824	-91.61401	14	LaCour,Lacour,Planchette		LA	077		
4330146	Lafayette (historical)	lafayette-historical	US		0	America/Chicago	29.92382	-90.08063	2			LA	071	98000	
4330174	Lafitte Hill	lafitte-hill	US		0	America/Chicago	30.34519	-91.06038	7			LA	033		
4330180	Lafourche	lafourche	US		0	America/Chicago	29.76715	-90.76592	4	La Fourche,La Fourche Station,Lafourche,Lafourche Crossing		LA	057		
4330196	Lagan	lagan	US		0	America/Chicago	29.97548	-90.81454	3			LA	093		
4330197	Lagas	lagas	US		0	America/Chicago	32.35877	-93.56268	46			LA	015		
4330199	Lagonda	lagonda	US		0	America/Chicago	29.67854	-91.28011	2	Clarks,Lagonda,Lagonda Plantation		LA	101		
4330227	Lake Bruin	lake-bruin	US		0	America/Chicago	31.98794	-91.25622	21			LA	107		
4330233	Lake Carmel	lake-carmel	US		0	America/Chicago	30.05409	-89.95507	-2			LA	071	98000	
4330234	Lake Catherine	lake-catherine	US		0	America/Chicago	30.11436	-89.70923	0			LA	071	98000	
4330258	Lake Cove	lake-cove	US		0	America/Chicago	30.91769	-92.45152	27			LA	039		
4330271	Lake End	lake-end	US		0	America/Chicago	31.92155	-93.30489	38			LA	081		
4330280	Lake Forest Park	lake-forest-park	US		0	America/Chicago	30.4338	-91.02983	12			LA	033		
4330285	Lake Gardens	lake-gardens	US		0	America/Chicago	30.24186	-89.76312	1			LA	103		
4330289	Lake Hayes	lake-hayes	US		0	America/Chicago	32.43154	-93.90796	74			LA	017		
4330297	Lake Judge Perez	lake-judge-perez	US		0	America/Chicago	29.55855	-89.88618	1	Hermitage,Lake Hermitage,Lake Judge Perez		LA	075		
4330314	Lake Oaks	lake-oaks	US		0	America/Chicago	30.02742	-90.05785	1			LA	071	98000	
4330355	Lake Sherwood Acres	lake-sherwood-acres	US		0	America/Chicago	30.41408	-91.04566	11			LA	033		
4330363	Lake Shore Village	lake-shore-village	US		0	America/Chicago	30.25214	-89.79534	1			LA	103		
4330365	Lake Terrace	lake-terrace	US		0	America/Chicago	30.02798	-90.07646	2			LA	071	98000	
4329975	Knapp	knapp	US	54749	0	America/Chicago	30.59908	-91.42511	10			LA	077		
4330379	Lakecrest	lakecrest	US		0	America/Chicago	30.42464	-91.16983	9			LA	033		
4330386	Lakeland Gardens	lakeland-gardens	US		0	America/Chicago	32.54514	-92.2168	41			LA	073		
4330388	Lakeland Terrace	lakeland-terrace	US		0	America/Chicago	30.35519	-91.08177	10			LA	033		
4330391	Lakeshore East	lakeshore-east	US		0	America/Chicago	30.02381	-90.1023	0			LA	071	98000	
4330393	Lakeshore North	lakeshore-north	US		0	America/Chicago	32.5371	-93.90157	59			LA	017		
4330398	Lakeshore West	lakeshore-west	US		0	America/Chicago	30.02381	-90.1098	1			LA	071	98000	
4330400	Lakeside Acres	lakeside-acres	US		0	America/Chicago	32.50904	-93.79018	61			LA	017		
4330422	Lakeview Estates	lakeview-estates	US		0	America/Chicago	30.44963	-91.02094	13			LA	033		
4330425	Lakeview Park	lakeview-park	US		0	America/Chicago	32.55875	-92.01458	23			LA	073		
4330430	Lakewood (historical)	lakewood-historical	US		0	America/Chicago	30.49575	-90.49592	13			LA	105		
4330435	Lakewood Country Club Estates	lakewood-country-club-estates	US		0	America/Chicago	29.90298	-90.00646	-1			LA	071	98000	
4330437	Lakewood Estates	lakewood-estates	US		0	America/Chicago	33.00625	-93.44128	73			LA	119		
4330444	Lakewood Village Mobile Home Park	lakewood-village-mobile-home-park	US		0	America/Chicago	32.41821	-93.76073	57			LA	017		
4330459	Lamkin	lamkin	US		0	America/Chicago	32.58264	-92.07291	25			LA	073		
4330468	Lamourie	lamourie	US		0	America/Chicago	31.13185	-92.4118	21			LA	079		
4330478	Landry	landry	US		0	America/Chicago	29.86937	-91.66539	2			LA	101		
4330479	Landry (historical)	landry-historical	US		0	America/Chicago	30.18631	-91.99179	11			LA	055		
4330487	Lane (historical)	lane-historical	US		0	America/Chicago	32.80792	-93.8449	58			LA	017		
4330512	Lapeyrouse	lapeyrouse	US		0	America/Chicago	29.39772	-90.58564	2			LA	109		
4330525	Laplace	laplace	US		29872	America/Chicago	30.06698	-90.48147	3	Bonnet Carre,Eugenia,La Place,LaPlace,Laplace,Laplas,Ory,Лаплас		LA	095		
4330526	Laran	laran	US		0	America/Chicago	32.97375	-92.48543	50			LA	111		
4330531	Larey Gardens	larey-gardens	US		0	America/Chicago	32.58626	-93.88407	76			LA	017		
4330533	Larabee	larabee	US		0	America/Chicago	30.24631	-91.98873	14			LA	055		
4330539	Larto	larto	US		0	America/Chicago	31.37268	-91.90457	15			LA	025		
4330549	Lasalle	lasalle	US		0	America/Chicago	29.97576	-91.94762	2			LA	045		
4330559	Latanier	latanier	US		0	America/Chicago	31.20213	-92.35624	21			LA	079		
4330570	Latex	latex	US		0	America/Chicago	32.60459	-94.04296	88			LA	017		
4330579	Laurel Grove Plantation	laurel-grove-plantation	US		0	America/Chicago	29.82743	-90.87871	2			LA	057		
4330587	Laurel Lea	laurel-lea	US		0	America/Chicago	30.37547	-91.12094	12			LA	033		
4330593	Laurel Ridge	laurel-ridge	US		0	America/Chicago	30.16242	-91.11705	6	Laurel Ridge,Laurel Ridge Plantation		LA	047		
4330597	Laurel Ridge Plantation	laurel-ridge-plantation	US		0	America/Chicago	29.98965	-90.79037	5			LA	093		
4330602	Laurel Valley Plantation	laurel-valley-plantation	US		0	America/Chicago	29.81243	-90.77176	3			LA	057		
4330606	Laurents Point	laurents-point	US		0	America/Chicago	30.06188	-92.67098	2			LA	113		
4330615	Lavacco	lavacco	US		0	America/Chicago	31.55906	-91.98902	18	Lavacca,Lavacco		LA	025		
4330620	Lawhon	lawhon	US		0	America/Chicago	32.37654	-93.22045	80			LA	013		
4330626	Laurel Grove	laurel-grove	US		0	America/Chicago	29.82382	-90.87898	3			LA	057		
4330645	Lazy Acres	lazy-acres	US		0	America/Chicago	29.66771	-90.77731	2			LA	109		
4330646	Lazy Lake Estates	lazy-lake-estates	US		0	America/Chicago	30.55019	-91.0401	18			LA	033		
4330650	Le Blanc	le-blanc	US		0	America/Chicago	30.50909	-92.94904	14			LA	003		
4330657	Le Bleu	le-bleu	US		0	America/Chicago	30.27604	-93.08126	6			LA	019		
4330663	Le Jeune	le-jeune	US		0	America/Chicago	30.60298	-92.77542	20	Le Jeune,Le Jeune Spur		LA	003		
4330666	Le Moyen	le-moyen	US		0	America/Chicago	30.78547	-92.0404	12	Le Moyen,LeMoyen,Lemoyen,Lemoyne		LA	097		
4330690	Leavel	leavel	US		0	America/Chicago	30.70574	-91.48873	10			LA	077		
4330691	Lebanon (historical)	lebanon-historical	US		0	America/Chicago	32.93207	-91.22622	32			LA	035		
4330696	Leche	leche	US		0	America/Chicago	29.86187	-90.96565	3			LA	007		
4330705	Ledoux	ledoux	US		0	America/Chicago	30.61909	-92.19012	20			LA	097		
4330708	Lee Bayou	lee-bayou	US		0	America/Chicago	31.76322	-91.5604	18			LA	025		
4330723	Lee Hills	lee-hills	US		0	America/Chicago	31.13769	-93.2835	78			LA	115		
4330735	Lee Heights	lee-heights	US		0	America/Chicago	31.3649	-92.43625	45			LA	079		
4330737	Lees Landing	lees-landing	US		0	America/Chicago	30.40436	-90.32369	1	Lea Landing,Lee Landing,Lee's Landing,Lees Landing		LA	105		
4330751	Leeville	leeville	US		0	America/Chicago	29.248	-90.20758	0	Fort Guion,Leeville		LA	057		
4330765	Legonier	legonier	US		0	America/Chicago	30.97352	-91.79401	13			LA	077		
4330769	Leinster	leinster	US		0	America/Chicago	30.95797	-92.1429	20			LA	009		
4330770	Leisure Village	leisure-village	US		0	America/Chicago	32.55848	-92.03124	25			LA	073		
4330771	Lejeune	lejeune	US		0	America/Chicago	30.48297	-91.28178	6			LA	121		
4330774	Lela	lela	US		0	America/Chicago	32.9743	-93.68184	96			LA	015		
4330781	Leleux	leleux	US		0	America/Chicago	29.97909	-91.94123	2	Leleux,Lelieux		LA	045		
4330782	Leleux	leleux	US		0	America/Chicago	30.06854	-92.36096	4	Leleux,Lelieux		LA	113		
4330785	Lemannville	lemannville	US		860	America/Chicago	30.10937	-90.92038	7	Lemannville,Lemanville		LA	005		
4330787	Lees Creek	lees-creek	US		0	America/Chicago	30.74213	-89.8748	29			LA	117		
4330795	Lenoir (historical)	lenoir-historical	US		0	America/Chicago	31.91794	-93.78241	76			LA	031		
4330796	Lenwil	lenwil	US		0	America/Chicago	32.43737	-92.22458	44			LA	073		
4330830	Levert	levert	US		0	America/Chicago	30.15714	-91.82123	7			LA	099		
4330859	Lexington Place	lexington-place	US		0	America/Chicago	29.93743	-89.91812	0			LA	087		
4330861	Li Rocchi	li-rocchi	US		0	America/Chicago	30.42936	-91.01066	11			LA	033		
4330863	Liberty Acres	liberty-acres	US		0	America/Chicago	30.27242	-89.84284	1			LA	103		
4330883	Liberty Farms	liberty-farms	US		0	America/Chicago	30.5413	-91.14344	20			LA	033		
4330902	Liberty Pines	liberty-pines	US		0	America/Chicago	30.26603	-89.81395	1			LA	103		
4330931	Lida Grove	lida-grove	US		0	America/Chicago	30.49325	-91.25372	8			LA	121		
4330932	Liddieville	liddieville	US		0	America/Chicago	32.13571	-91.84568	21			LA	041		
4330936	Lifenite	lifenite	US		0	America/Chicago	29.95354	-91.71678	6			LA	045		
4330971	Lincecum	lincecum	US		0	America/Chicago	31.68739	-92.39264	26			LA	043		
4330977	Lincoln Heights	lincoln-heights	US		0	America/Chicago	30.56908	-91.19261	22			LA	033		
4330978	Lincoln Heights	lincoln-heights	US		0	America/Chicago	31.15019	-93.27655	78			LA	115		
4330997	Lindberg Glen	lindberg-glen	US		0	America/Chicago	30.27547	-89.74923	3			LA	103		
4331017	Linsberry (historical)	linsberry-historical	US		0	America/Chicago	32.10988	-93.4274	40	Lenzburg,Linsberry (historical),Linsburg		LA	081		
4331033	Lions	lions	US		0	America/Chicago	30.05437	-90.58925	5	Lions,Terre Haute		LA	095		
4331050	Lisso	lisso	US		0	America/Chicago	31.13741	-92.70265	67			LA	079		
4331054	Litroe	litroe	US		0	America/Chicago	32.99346	-92.19625	31			LA	111		
4331218	Little Farms (historical)	little-farms-historical	US		0	America/Chicago	29.96465	-90.22091	2			LA	051		
4331334	Little Prairie	little-prairie	US		0	America/Chicago	30.32353	-90.92232	6			LA	005		
4331353	Little River (historical)	little-river-historical	US		0	America/Chicago	30.59574	-90.57565	20			LA	063		
4331374	Little Rock (historical)	little-rock-historical	US		0	America/Chicago	29.88715	-89.95618	2			LA	075		
4331402	Little Texas	little-texas	US		0	America/Chicago	29.88076	-91.01927	2	Little Texas,Little Texas Plantation,Mazeppa Plantation		LA	007		
4331415	Little Valley Plantation	little-valley-plantation	US		0	America/Chicago	29.92048	-91.76762	2			LA	045		
4331467	Live Oak Manor	live-oak-manor	US		0	America/Chicago	29.9502	-90.23869	1			LA	051		
4331477	Little Woods	little-woods	US		0	America/Chicago	30.0752	-89.94423	-1			LA	071	98000	
4331503	Lobdell	lobdell	US		0	America/Chicago	30.49491	-91.25344	7			LA	121		
4331507	Lobdell Station	lobdell-station	US		0	America/Chicago	30.4938	-91.26122	8			LA	121		
4331510	Loch Lomond	loch-lomond	US		0	America/Chicago	32.67653	-92.14208	25			LA	111		
4331528	Lockmoor	lockmoor	US		0	America/Chicago	30.23687	-93.29182	5			LA	019		
4331531	Lockport Heights	lockport-heights	US		1286	America/Chicago	29.65049	-90.54647	1			LA	057		
4331550	Locust Ridge	locust-ridge	US		0	America/Chicago	31.87655	-91.34178	21			LA	107		
4331555	Lodi (historical)	lodi-historical	US		0	America/Chicago	30.36409	-92.56819	11			LA	001		
4331556	Loe	loe	US		0	America/Chicago	32.24321	-92.82099	65			LA	013		
4331558	Lofton	lofton	US		0	America/Chicago	31.72683	-92.75737	71			LA	127		
4331564	Log Cabin	log-cabin	US		0	America/Chicago	32.83291	-91.87763	36			LA	067		
4331575	Loggy Bayou	loggy-bayou	US		0	America/Chicago	32.19988	-93.44212	43			LA	081		
4331577	Logtown	logtown	US		0	America/Chicago	32.33515	-92.08875	22	Log Town,Logtown		LA	073		
4331591	Loisel	loisel	US		0	America/Chicago	29.93826	-91.69456	6			LA	045		
4331647	Long Bridge	long-bridge	US		0	America/Chicago	31.01408	-92.01845	16	Long Bridge,Longbridge		LA	009		
4331648	Long Bridge	long-bridge	US		0	America/Chicago	30.23992	-91.96595	5			LA	055		
4331713	Long Springs	long-springs	US		0	America/Chicago	32.67404	-93.33656	54			LA	119		
4331727	Longacre	longacre	US		0	America/Chicago	30.81686	-93.15044	54			LA	011		
4331757	Longwood Court	longwood-court	US		0	America/Chicago	30.44602	-91.14816	16			LA	033		
4331763	Longwood Village	longwood-village	US		0	America/Chicago	32.48404	-93.86129	69			LA	017		
4331765	Longstraw	longstraw	US		0	America/Chicago	32.49598	-92.54904	77			LA	049		
4331770	Loquer (historical)	loquer-historical	US		0	America/Chicago	29.95715	-90.32286	3			LA	089		
4331786	Lorelein	lorelein	US		0	America/Chicago	32.09404	-91.5529	20			LA	041		
4331801	Los Adaes (historical)	los-adaes-historical	US		0	America/Chicago	31.70822	-93.29323	58	Los Adaes (historical),Los Adayes		LA	069		
4331989	Louisville (historical)	louisville-historical	US		0	America/Chicago	30.22492	-91.00093	5			LA	005		
4332032	Lower Garden District	lower-garden-district	US		0	America/Chicago	29.92382	-90.08063	2			LA	071	98000	
4332054	Lower Texas	lower-texas	US		0	America/Chicago	29.83409	-91.03927	1	Lower Texas,Lower Texas Brulee		LA	007		
4332055	Lower Vacherie	lower-vacherie	US		0	America/Chicago	29.93632	-90.6787	2	Lower Vacherie,Saint Patricks,Vacherie		LA	093		
4332061	Lowlands	lowlands	US		0	America/Chicago	29.76937	-90.89898	1	Brule Guillot,Lowlands		LA	057		
4332064	Loyd	loyd	US		0	America/Chicago	31.04463	-92.35847	22			LA	079		
4332067	Lozes	lozes	US		0	America/Chicago	30.04159	-91.95956	6	Loze,Lozes		LA	045		
4332080	Lucerna (historical)	lucerna-historical	US		0	America/Chicago	31.5285	-91.5354	17			LA	029		
4332082	Lucky	lucky	US		261	America/Chicago	32.25516	-92.99683	79			LA	013		
4332086	Lucy	lucy	US		0	America/Chicago	30.04687	-90.50759	4	Karlstein,Lucy		LA	095		
4332088	Luckett (historical)	luckett-historical	US		0	America/Chicago	31.76711	-91.45901	17			LA	107		
4332094	Ludevine	ludevine	US		0	America/Chicago	29.58549	-90.42758	2	Ludevine,Ludivine		LA	057		
4332095	Ludger	ludger	US		0	America/Chicago	29.94882	-91.86456	2			LA	045		
4332099	Luella	luella	US		0	America/Chicago	31.77572	-92.99516	33			LA	069		
4332118	Luke Landing	luke-landing	US		0	America/Chicago	29.59743	-91.54178	0			LA	101		
4332127	Lums	lums	US		0	America/Chicago	32.3957	-91.15483	25			LA	065		
4332128	Lunita	lunita	US		0	America/Chicago	30.35854	-93.59461	16	Lunita,Nita		LA	019		
4332138	Lutes	lutes	US		0	America/Chicago	31.63989	-92.55292	76			LA	043		
4332147	Lyles (historical)	lyles-historical	US		0	America/Chicago	31.03741	-92.34458	21			LA	079		
4332148	Lyles Addition	lyles-addition	US		0	America/Chicago	31.14713	-93.26544	84			LA	115		
4332159	Lynn Place	lynn-place	US		0	America/Chicago	30.48741	-91.12594	17			LA	033		
4332161	Lynwood Village	lynwood-village	US		0	America/Chicago	30.38436	-91.11455	9			LA	033		
4332166	Lyons Point	lyons-point	US		0	America/Chicago	30.09465	-92.37819	4			LA	001		
4332176	Mab	mab	US		0	America/Chicago	30.85436	-92.76265	44			LA	003		
4332238	Macland	macland	US		0	America/Chicago	30.65936	-92.05317	12			LA	097		
4332252	Madeline Court	madeline-court	US		0	America/Chicago	30.45713	-91.07733	14			LA	033		
4332253	Madewood	madewood	US		0	America/Chicago	29.93215	-90.98954	4			LA	007		
4332269	Magnolia Terrace	magnolia-terrace	US		0	America/Chicago	30.4288	-91.18288	10	Mag Terrace,Magnolia Terrace		LA	033		
4332271	Maddens Spur (historical)	maddens-spur-historical	US		0	America/Chicago	32.19905	-93.29378	60			LA	081		
4332287	Magellan Place	magellan-place	US		0	America/Chicago	30.42464	-91.06205	13			LA	033		
4332288	Magenta	magenta	US		0	America/Chicago	32.37377	-93.57851	45			LA	015		
4332289	Magenta	magenta	US		0	America/Chicago	32.49931	-92.04541	22			LA	073		
4332292	Magda (historical)	magda-historical	US		0	America/Chicago	31.13963	-92.28346	18			LA	079		
4332307	Magnolia Bend	magnolia-bend	US		0	America/Chicago	30.52186	-90.99177	16			LA	033		
4332335	Magnolia Forest	magnolia-forest	US		0	America/Chicago	30.33353	-89.72895	4			LA	103		
4332337	Magnolia Heights	magnolia-heights	US		0	America/Chicago	30.25436	-89.78423	2			LA	103		
4332338	Magnolia Heights	magnolia-heights	US		0	America/Chicago	30.37658	-91.12622	12			LA	033		
4332343	Magnolia Landing	magnolia-landing	US		0	America/Chicago	30.30381	-90.63037	2			LA	063		
4332351	Magnolia Park	magnolia-park	US		0	America/Chicago	31.43407	-92.52292	50			LA	043		
4332354	Magnolia Plantation	magnolia-plantation	US		0	America/Chicago	29.71438	-90.81732	4			LA	109		
4332358	Magnolia Ridge	magnolia-ridge	US		0	America/Chicago	30.41214	-91.16177	11			LA	033		
4332370	Magnolia Woods	magnolia-woods	US		0	America/Chicago	30.37825	-91.12288	11			LA	033		
4332378	Mahan	mahan	US		0	America/Chicago	32.89125	-93.04544	101	Mahan,Mahon		LA	027		
4332379	Maidco	maidco	US		0	America/Chicago	32.40126	-92.11097	21	Cobb Spur,Cobbs Spur,Maidco		LA	073		
4332399	Maitland Landing	maitland-landing	US		0	America/Chicago	31.75822	-91.60651	11			LA	029		
4332402	Majors	majors	US		0	America/Chicago	30.60047	-91.43733	9			LA	077		
4332405	Mail Boxes	mail-boxes	US		0	America/Chicago	32.81681	-93.90851	99			LA	017		
4332407	Malarcher (historical)	malarcher-historical	US		0	America/Chicago	30.05242	-90.83176	5			LA	093		
4332424	Mallard Junction	mallard-junction	US		0	America/Chicago	30.23854	-93.15515	4			LA	019		
4332452	Manchac (Akers PO)	manchac-akers-po	US		0	America/Chicago	30.29159	-90.40203	1	Akers,Manchac (Akers PO)		LA	105		
4332471	Mandalay	mandalay	US		0	America/Chicago	29.56605	-90.7712	3			LA	109		
4332477	Manifest	manifest	US		0	America/Chicago	31.71017	-91.96208	23			LA	025		
4332484	Manistee (historical)	manistee-historical	US		0	America/Chicago	31.57518	-92.36069	31			LA	043		
4332488	Mannheim (historical)	mannheim-historical	US		0	America/Chicago	30.70852	-91.314	18			LA	125		
4332489	Manning (historical)	manning-historical	US		0	America/Chicago	32.26266	-93.35267	84			LA	013		
4332506	Mansford	mansford	US		0	America/Chicago	32.46542	-91.14428	26			LA	065		
4332548	Marburyville (historical)	marburyville-historical	US		0	America/Chicago	30.63908	-90.46398	31			LA	105		
4332549	Marcarco	marcarco	US		0	America/Chicago	32.71736	-91.99096	24			LA	067		
4332550	Marce	marce	US		0	America/Chicago	29.9427	-91.88429	1			LA	045		
4332552	Marceaux	marceaux	US		0	America/Chicago	29.96382	-92.41152	2			LA	113		
4332562	Marco	marco	US		0	America/Chicago	31.50934	-92.76487	30			LA	069		
4332570	Marguerite	marguerite	US		0	America/Chicago	29.87632	-91.67789	2			LA	101		
4332571	Maria	maria	US		0	America/Chicago	29.73187	-91.42428	3			LA	101		
4332576	Maribel Village	maribel-village	US		0	America/Chicago	30.49102	-91.11122	16			LA	033		
4332594	Marionville (historical)	marionville-historical	US		0	America/Chicago	30.81519	-92.84182	39			LA	003		
4332595	Mark (historical)	mark-historical	US		0	America/Chicago	30.35047	-91.25205	7			LA	121		
4332598	Markee	markee	US		0	America/Chicago	30.92686	-93.11544	63			LA	115		
4332642	Marsalis	marsalis	US		0	America/Chicago	32.66321	-92.95683	119			LA	027		
4332660	Marston (historical)	marston-historical	US		0	America/Chicago	30.83463	-89.84813	33			LA	117		
4332662	Martello Castle	martello-castle	US		0	America/Chicago	29.9452	-89.83506	0	Fort Martello,Martello Castle,Tower Dupre,Tower Duprez,Tower Philippon		LA	087		
4332688	Martin Junction	martin-junction	US		0	America/Chicago	32.4246	-93.28211	78			LA	119		
4332710	Martins Landing	martins-landing	US		0	America/Chicago	31.83433	-91.56901	11			LA	107		
4332713	Martinville	martinville	US		0	America/Chicago	30.59936	-90.17925	40	Martinville,McKee,Onvil,Onville		LA	103		
4332714	Marwede	marwede	US		0	America/Chicago	30.43852	-91.1565	14			LA	033		
4332756	Mason (historical)	mason-historical	US		0	America/Chicago	30.54463	-90.49537	16			LA	105		
4332768	Masters	masters	US		0	America/Chicago	29.88326	-91.69067	0			LA	045		
4332780	Matilda	matilda	US		0	America/Chicago	29.88465	-91.604	5			LA	101		
4332786	Maude	maude	US		0	America/Chicago	30.37297	-89.81257	10	Ironsboro,Maud,Maude		LA	103		
4332818	Mayers	mayers	US		0	America/Chicago	32.40821	-93.62157	48	Mayer,Mayers		LA	015		
4332820	Mayfair Heights	mayfair-heights	US		0	America/Chicago	30.38353	-91.11011	12			LA	033		
4332822	Mayfair Park	mayfair-park	US		0	America/Chicago	30.37991	-91.10844	11			LA	033		
4332823	Mayfair Park North	mayfair-park-north	US		0	America/Chicago	30.38575	-91.10705	9			LA	033		
4332841	Mayhew Landing	mayhew-landing	US		0	America/Chicago	31.761	-91.58957	12			LA	025		
4332846	Mayna	mayna	US		0	America/Chicago	31.42629	-91.86151	16	Mayna,Mayo		LA	025		
4332856	McBride	mcbride	US		0	America/Chicago	29.66327	-90.81982	3			LA	109		
4332877	McClane City	mcclane-city	US		0	America/Chicago	30.25658	-89.77117	3			LA	103		
4332882	McClure	mcclure	US		0	America/Chicago	30.54742	-91.83206	5			LA	097		
4332883	McClure Place	mcclure-place	US		0	America/Chicago	30.57047	-91.20511	22			LA	033		
4332889	McCoy (historical)	mccoy-historical	US		0	America/Chicago	33.00236	-94.01796	64			LA	017		
4332893	McCrea	mccrea	US		0	America/Chicago	30.86907	-91.78956	16			LA	077		
4332899	McDade	mcdade	US		0	America/Chicago	32.32349	-93.52823	46			LA	015		
4332908	McDonald (historical)	mcdonald-historical	US		0	America/Chicago	30.9388	-92.24429	17			LA	009		
4332936	McDonoghville	mcdonoghville	US		0	America/Chicago	29.92576	-90.04618	0	Freetown,Gouldsboro,Gouldsborough,Lower Brooklyn,Macdonoughville,McDonogh,McDonoghville		LA	051		
4332940	McElroy	mcelroy	US		0	America/Chicago	30.14048	-90.79148	1			LA	005		
4332946	McFarland Heights	mcfarland-heights	US		0	America/Chicago	31.13158	-93.27072	83			LA	115		
4332955	McGehee (historical)	mcgehee-historical	US		0	America/Chicago	30.97434	-91.33511	76			LA	125		
4332958	McGehee Place	mcgehee-place	US		0	America/Chicago	30.45491	-91.06427	14			LA	033		
4332967	McGrath Heights	mcgrath-heights	US		0	America/Chicago	30.44158	-91.15372	11			LA	033		
4332970	McHugh	mchugh	US		0	America/Chicago	30.62435	-91.16483	23			LA	033		
4332976	McGinty	mcginty	US		0	America/Chicago	33.00179	-91.62901	33	McGinty,Shackelford		LA	067		
4332981	McIntyre	mcintyre	US		0	America/Chicago	32.58709	-93.3685	63	Doyline Station,McIntyre		LA	119		
4332988	McKenzie	mckenzie	US		0	America/Chicago	32.84459	-93.09739	70			LA	027		
4332996	McKnight Crossing	mcknight-crossing	US		0	America/Chicago	30.74741	-90.89649	55			LA	037		
4333002	McLemore Acres	mclemore-acres	US		0	America/Chicago	30.45713	-91.00316	13			LA	033		
4333008	McManus	mcmanus	US		0	America/Chicago	30.83435	-91.13622	57			LA	037		
4333013	McLain	mclain	US		0	America/Chicago	32.3682	-92.1118	22			LA	073		
4333018	McNeely	mcneely	US		0	America/Chicago	31.50573	-92.68348	28	McNeeley,McNeely		LA	043		
4333023	McNutt	mcnutt	US		0	America/Chicago	31.31407	-92.64764	27	McNut,McNutt		LA	079		
4333035	Mead (historical)	mead-historical	US		0	America/Chicago	31.40129	-92.59542	26			LA	043		
4333037	Meadow Creek Estates	meadow-creek-estates	US		0	America/Chicago	32.41182	-93.96463	89			LA	017		
4333038	Meadow Creek Ranch	meadow-creek-ranch	US		0	America/Chicago	32.99875	-93.44601	67			LA	119		
4333039	Meadow Creek Subdivision	meadow-creek-subdivision	US		0	America/Chicago	32.99986	-93.44489	69			LA	119		
4333040	Meadow Lea	meadow-lea	US		0	America/Chicago	30.40269	-91.14122	12			LA	033		
4333041	Meadow Park	meadow-park	US		0	America/Chicago	32.01822	-93.70102	101			LA	031		
4333043	Meadow Park	meadow-park	US		0	America/Chicago	30.36936	-91.07038	7			LA	033		
4333051	Meadowview Park	meadowview-park	US		0	America/Chicago	32.53987	-93.67796	50			LA	015		
4333062	Meaux	meaux	US		0	America/Chicago	30.02076	-92.18263	5	Harringtons Island,Meaux,Millington		LA	113		
4333084	Melodia Plantation	melodia-plantation	US		0	America/Chicago	29.77326	-90.72815	2			LA	057		
4333086	Melrose East	melrose-east	US		0	America/Chicago	30.4563	-91.12094	16			LA	033		
4333090	Melrose Place	melrose-place	US		0	America/Chicago	30.45519	-91.13483	16			LA	033		
4333118	Menefee	menefee	US		0	America/Chicago	31.95239	-92.56598	33	Menefee,Menefee Junction		LA	127		
4333119	Mengel Landing	mengel-landing	US		0	America/Chicago	30.51269	-91.19483	5	Mengel Landing,Montesano Landing		LA	033		
4333135	Melder	melder	US		0	America/Chicago	31.10519	-92.63653	53			LA	079		
4333161	Merrydale	merrydale	US		9772	America/Chicago	30.5013	-91.10844	16			LA	033		
4333170	Merrywoods	merrywoods	US		0	America/Chicago	32.56043	-93.56712	76			LA	015		
4333190	Metairie Terrace	metairie-terrace	US		142489	America/Chicago	29.97854	-90.16396	1			LA	051		
4333197	Methvin	methvin	US		0	America/Chicago	32.16127	-93.2435	64			LA	081		
4333214	Michoud	michoud	US		0	America/Chicago	30.0302	-89.9259	-1	Higgins,Machaud,Micheaud,Michoud		LA	071	98000	
4333219	Mickens Place	mickens-place	US		0	America/Chicago	30.50963	-91.10705	18			LA	033		
4333309	Midway Place	midway-place	US		0	America/Chicago	30.48186	-91.16066	18			LA	033		
4333312	Migues	migues	US		0	America/Chicago	29.9627	-91.86595	2	Migues,Miques		LA	045		
4333318	Milams	milams	US		0	America/Chicago	32.11683	-92.68543	46			LA	127		
4333342	Mileston Forks	mileston-forks	US		0	America/Chicago	31.65933	-91.41678	18			LA	029		
4333348	Milford (historical)	milford-historical	US		0	America/Chicago	31.25657	-92.7057	54			LA	079		
4333349	Milhaven Estates	milhaven-estates	US		0	America/Chicago	32.51736	-91.99485	21			LA	073		
4333354	Mill	mill	US		0	America/Chicago	32.12266	-92.84293	54	Brewton Crossroads,Brewtons Mill,Mill		LA	127		
4333425	Millards	millards	US		0	America/Chicago	30.65019	-90.50537	27			LA	105		
4333468	Millerfield (historical)	millerfield-historical	US		0	America/Chicago	31.84738	-91.35178	25			LA	107		
4333482	Millhaven	millhaven	US		0	America/Chicago	32.49681	-91.99041	21	Mill Haven,Millhaven		LA	073		
4333488	Millikens Bend (historical)	millikens-bend-historical	US		0	America/Chicago	32.4557	-91.10483	30	Milliken Bend,Milliken's Bend,Millikens Bend (historical)		LA	065		
4333489	Millikin	millikin	US		0	America/Chicago	32.96179	-91.22594	33			LA	035		
4333495	Millwood Estates	millwood-estates	US		0	America/Chicago	32.59487	-93.92602	72			LA	017		
4333498	Milneburg	milneburg	US		0	America/Chicago	30.02437	-90.06118	-1			LA	071	98000	
4333510	Mimosa Gardens	mimosa-gardens	US		0	America/Chicago	32.55071	-93.56073	67			LA	015		
4333511	Mimosa Park	mimosa-park	US		0	America/Chicago	29.90632	-90.35619	1			LA	089		
4333535	Mineral (historical)	mineral-historical	US		0	America/Chicago	31.86961	-93.45712	62			LA	031		
4333539	Minerva Plantation	minerva-plantation	US		0	America/Chicago	29.7091	-90.8162	3	Minerva,Minerva Plantation		LA	109		
4333541	Mink	mink	US		0	America/Chicago	31.3949	-93.07072	84			LA	069		
4333544	Minnie (historical)	minnie-historical	US		0	America/Chicago	30.0452	-90.91593	3			LA	093		
4333548	Minorca	minorca	US		2317	America/Chicago	31.57933	-91.48179	20			LA	029		
4333553	Mira	mira	US		0	America/Chicago	32.94208	-93.88907	69			LA	017		
4333558	Mirabeau Gardens	mirabeau-gardens	US		0	America/Chicago	30.38353	-91.13955	10			LA	033		
4333564	Mire	mire	US		0	America/Chicago	30.29992	-92.19374	11			LA	001		
4333577	Missionary	missionary	US		0	America/Chicago	33.00319	-93.83268	63			LA	017		
4333593	Mitch (historical)	mitch-historical	US		0	America/Chicago	30.81519	-89.85369	32			LA	117		
4333615	Mitchiner	mitchiner	US		0	America/Chicago	32.58153	-91.48623	28			LA	083		
4333619	Mix	mix	US		0	America/Chicago	30.65769	-91.48511	11			LA	077		
4333636	Modeste	modeste	US		0	America/Chicago	30.17103	-91.01482	7			LA	005		
4333639	Moeling (historical)	moeling-historical	US		0	America/Chicago	30.58381	-92.78626	19			LA	003		
4333640	Mohawk City	mohawk-city	US		0	America/Chicago	29.89965	-89.90173	2			LA	087		
4333647	Moller	moller	US		0	America/Chicago	31.35629	-92.29347	33			LA	079		
4333666	Monks Hammock	monks-hammock	US		0	America/Chicago	31.26018	-93.47851	91			LA	115		
4333685	Monsecour	monsecour	US		0	America/Chicago	29.67021	-89.95396	1			LA	075		
4333687	Montan Estates	montan-estates	US		0	America/Chicago	30.35019	-91.02371	8			LA	033		
4333688	Montcla	montcla	US		0	America/Chicago	31.20296	-92.11957	22			LA	009		
4333691	Moncla	moncla	US		0	America/Chicago	31.20435	-92.11902	23			LA	009		
4333693	Monte Sano Trailer Park	monte-sano-trailer-park	US		0	America/Chicago	30.51213	-91.16122	18			LA	033		
4333276	Midway	midway	US	15060	0	America/Chicago	32.47654	-93.7724	73			LA	017		
4333708	Monterrey Park	monterrey-park	US		0	America/Chicago	30.49102	-91.08594	14			LA	033		
4333724	Monty	monty	US		0	America/Chicago	30.04298	-91.05705	5			LA	007		
4333725	Montz	montz	US		1918	America/Chicago	30.00687	-90.46869	5			LA	089		
4333768	Morameal	morameal	US		0	America/Chicago	32.36682	-93.57018	45			LA	015		
4333773	Morbihan	morbihan	US		0	America/Chicago	30.01187	-91.77456	6			LA	045		
4333782	Moreco	moreco	US		0	America/Chicago	30.5238	-91.17705	19			LA	033		
4333804	Morgan Bluff	morgan-bluff	US		0	America/Chicago	30.3288	-89.71256	3			LA	103		
4333812	Morgan City Beach	morgan-city-beach	US		0	America/Chicago	29.69382	-91.10204	1			LA	101		
4333831	Morgan Place	morgan-place	US		0	America/Chicago	30.54602	-91.04594	18			LA	033		
4333832	Morgan Place West	morgan-place-west	US		0	America/Chicago	30.55574	-91.05205	19			LA	033		
4333839	Morgans	morgans	US		0	America/Chicago	30.32297	-89.7859	6			LA	103		
4333848	Morganza Landing	morganza-landing	US		0	America/Chicago	30.74102	-91.58789	13	Marganza Landing,Morganza Landing,Morganzia Landing		LA	077		
4333854	Morning Glen	morning-glen	US		0	America/Chicago	30.3813	-91.07372	7			LA	033		
4333894	Morris (historical)	morris-historical	US		0	America/Chicago	31.44268	-92.55375	47			LA	043		
4333895	Morris Addition	morris-addition	US		0	America/Chicago	31.15769	-93.26183	81			LA	115		
4333921	Morvant	morvant	US		0	America/Chicago	29.81271	-90.89704	4			LA	057		
4333922	Morville	morville	US		0	America/Chicago	31.50822	-91.52512	24			LA	029		
4333928	Moselys Bluff	moselys-bluff	US		0	America/Chicago	32.70125	-92.35292	46	Moseleys Bluff,Moselys Bluff		LA	111		
4333961	Moss Bluff	moss-bluff	US		11557	America/Chicago	30.3027	-93.19071	7			LA	019		
4333976	Moss Side Place	moss-side-place	US		0	America/Chicago	30.4113	-91.12788	11			LA	033		
4333984	Mot	mot	US		0	America/Chicago	32.90681	-93.57129	73	Mot,Mott		LA	015		
4333989	Moss Lake	moss-lake	US		0	America/Chicago	30.11382	-93.34099	2			LA	019		
4334129	Mount Hebron	mount-hebron	US		0	America/Chicago	32.21182	-92.5107	71			LA	049		
4334150	Mount Houmas	mount-houmas	US		0	America/Chicago	30.20214	-91.01121	7			LA	005		
4334154	Mount Lebanon	mount-lebanon	US		80	America/Chicago	32.50361	-93.04931	103	Gora Livan,Mt Lebanon,Mt. Lebanon,Гора Ливан		LA	013		
4334165	Mount Moriah	mount-moriah	US		0	America/Chicago	32.28682	-92.41348	70			LA	049		
4334394	Mount Zion (historical)	mount-zion-historical	US		0	America/Chicago	32.38182	-92.61265	95			LA	049		
4334489	Mouton Cove	mouton-cove	US		0	America/Chicago	29.87604	-92.17485	2	Anse Des Mouton,Mouton Cove,Moutons Cove		LA	113		
4334494	Mowata	mowata	US		0	America/Chicago	30.39187	-92.40958	13			LA	001		
4334504	Mouton	mouton	US		0	America/Chicago	30.27409	-92.03318	14			LA	055		
4334552	Mudville	mudville	US		0	America/Chicago	31.71295	-92.39625	18			LA	043		
4334556	Mulatto Bend Landing	mulatto-bend-landing	US		0	America/Chicago	30.51102	-91.23233	5			LA	121		
4334565	Mulberry Hill (historical)	mulberry-hill-historical	US		0	America/Chicago	32.07294	-92.84321	61			LA	127		
4334573	Mulnix	mulnix	US		0	America/Chicago	32.69459	-93.03905	129			LA	027		
4334574	Mulvey	mulvey	US		0	America/Chicago	30.00632	-92.40402	3			LA	113		
4334585	Munsons	munsons	US		0	America/Chicago	29.95742	-91.03121	6			LA	007		
4334598	Murray Junction	murray-junction	US		0	America/Chicago	31.896	-92.48792	36			LA	127		
4334608	Muse (historical)	muse-historical	US		0	America/Chicago	31.22185	-92.79737	58			LA	079		
4334617	Musson	musson	US		0	America/Chicago	30.43936	-91.51928	5			LA	047		
4334622	Myatt (historical)	myatt-historical	US		0	America/Chicago	32.41043	-92.14986	23			LA	073		
4334635	Myrick Place	myrick-place	US		0	America/Chicago	30.52297	-91.12233	19			LA	033		
4334639	Myrtis	myrtis	US		0	America/Chicago	32.92486	-93.99157	64	Myrtis,Myrtistown		LA	017		
4334644	Myrtle Grove	myrtle-grove	US		0	America/Chicago	30.29603	-91.2465	7			LA	047		
4334645	Myrtle Grove	myrtle-grove	US		0	America/Chicago	29.93437	-89.93396	1			LA	087		
4334646	Myrtle Grove (historical)	myrtle-grove-historical	US		0	America/Chicago	29.57938	-90.66009	1			LA	109		
4334650	Myrtle Grove Plantation	myrtle-grove-plantation	US		0	America/Chicago	30.29158	-91.26289	6			LA	047		
4334660	Myrtle Grove	myrtle-grove	US		0	America/Chicago	29.63744	-89.94924	1	Myrtle Grove,Myrtle Grove Plantation,Myrtlegrove		LA	075		
4334666	Naff	naff	US		0	America/Chicago	32.93513	-91.91846	36			LA	067		
4334668	Nairn	nairn	US		0	America/Chicago	29.428	-89.61089	0			LA	075		
4334672	Naka	naka	US		0	America/Chicago	30.48853	-92.08984	19			LA	097		
4334675	Naborton	naborton	US		0	America/Chicago	32.04183	-93.58323	72			LA	031		
4334682	Naomi	naomi	US		0	America/Chicago	29.71021	-89.99229	2	Noemi		LA	075		
4334683	Naples (historical)	naples-historical	US		0	America/Chicago	31.02712	-91.74595	9	Naples (historical),Water Valley		LA	009		
4334694	Naquin	naquin	US		0	America/Chicago	29.78993	-90.84148	3			LA	057		
4334701	Nash (historical)	nash-historical	US		0	America/Chicago	32.36487	-92.43681	71			LA	049		
4334768	Neale	neale	US		0	America/Chicago	30.77325	-93.4585	56			LA	011		
4334772	Neame	neame	US		0	America/Chicago	30.97464	-93.28183	81			LA	115		
4334800	Neita	neita	US		0	America/Chicago	30.83574	-91.81095	11	Ione,Neita		LA	097		
4334812	Nesser	nesser	US		0	America/Chicago	30.39825	-91.05205	12			LA	033		
4334814	Nestor	nestor	US		0	America/Chicago	29.49716	-89.69618	2			LA	075		
4334818	Netpinunsh (historical)	netpinunsh-historical	US		0	America/Chicago	29.88354	-91.55845	5	Netpinunsh (historical),Terre Rouge		LA	101		
4334824	New Addition	new-addition	US		0	America/Chicago	30.44492	-93.41766	18			LA	019		
4334858	New California	new-california	US		0	America/Chicago	30.84852	-91.74512	11			LA	077		
4334864	New Carthage (historical)	new-carthage-historical	US		0	America/Chicago	32.21404	-91.12594	23			LA	107		
4334870	New Country Club	new-country-club	US		0	America/Chicago	30.30714	-89.75173	6			LA	103		
4334875	New Darbonne (historical)	new-darbonne-historical	US		0	America/Chicago	30.6113	-91.87095	9			LA	097		
4334880	New Dayton	new-dayton	US		0	America/Chicago	30.48158	-91.15288	17			LA	033		
4334891	New Flanders	new-flanders	US		0	America/Chicago	30.10937	-92.03262	6			LA	055		
4334894	New Friendship	new-friendship	US		0	America/Chicago	32.26432	-92.87266	68			LA	013		
4334914	New Hope (historical)	new-hope-historical	US		0	America/Chicago	29.7066	-90.55842	1			LA	057		
4334997	New Landgrove Landing	new-landgrove-landing	US		0	America/Chicago	32.93263	-91.72485	23			LA	067		
4335027	New Moore	new-moore	US		0	America/Chicago	31.85294	-92.58848	59			LA	127		
4335437	North Hodge	north-hodge	US		379	America/Chicago	32.28349	-92.71599	55	Calloway Bottom,North Hodge		LA	049		
4335444	North Island	north-island	US		0	America/Chicago	29.71355	-92.73459	1			LA	023		
4335463	North Maryland	north-maryland	US		0	America/Chicago	30.5538	-91.19872	22			LA	033		
4335466	North Monroe	north-monroe	US		0	America/Chicago	32.56848	-92.07402	23			LA	073		
4335082	New Quarters	new-quarters	US		0	America/Chicago	32.15376	-91.4254	20			LA	107		
4335085	New Ramah	new-ramah	US		0	America/Chicago	32.15877	-93.11739	77			LA	013		
4335092	Nesom (historical)	nesom-historical	US		0	America/Chicago	30.8074	-90.91955	66			LA	037		
4335102	New Rockdale	new-rockdale	US		0	America/Chicago	32.05016	-93.63629	85	New Rockdale,Rockdale		LA	031		
4335207	New Verda	new-verda	US		0	America/Chicago	31.69239	-92.76432	49	New Verda,Verda		LA	043		
4335217	Newhlock	newhlock	US		0	America/Chicago	32.7968	-91.89874	35	Newblock,Newhlock		LA	067		
4335220	Newlight	newlight	US		0	America/Chicago	32.10349	-91.43345	14	New Light,Newlight		LA	107		
4335223	Newlin	newlin	US		0	America/Chicago	30.68075	-93.401	44			LA	011		
4335225	Newman (historical)	newman-historical	US		0	America/Chicago	32.20155	-92.9871	49	Neuman,Newman (historical)		LA	013		
4335244	Nezpique	nezpique	US		0	America/Chicago	30.35493	-92.60264	11			LA	001		
4335248	Niblett	niblett	US		0	America/Chicago	30.10299	-92.85376	1			LA	053		
4335250	Nibot (historical)	nibot-historical	US		0	America/Chicago	30.89019	-92.13262	14			LA	009		
4335251	Nicholas	nicholas	US		0	America/Chicago	29.96409	-91.87901	3			LA	045		
4335255	Nicholle (historical)	nicholle-historical	US		0	America/Chicago	30.04215	-90.82759	6			LA	093		
4335256	Nicholls (historical)	nicholls-historical	US		0	America/Chicago	29.42383	-89.59978	1			LA	075		
4335259	Nichols (historical)	nichols-historical	US		0	America/Chicago	32.44932	-93.87435	86			LA	017		
4335263	Niblett Bluff	niblett-bluff	US		0	America/Chicago	30.19882	-93.67989	1	Niblells Bluff,Niblett Bluff,Nibletts Bluff		LA	019		
4335267	Nicholson Estates	nicholson-estates	US		0	America/Chicago	30.42269	-91.19094	7			LA	033		
4335273	Nicks (historical)	nicks-historical	US		0	America/Chicago	31.10713	-92.06318	20			LA	009		
4335284	Nina Station	nina-station	US		0	America/Chicago	30.3052	-91.84123	7	Fournet,Nina,Nina Station		LA	099		
4335285	Nine Forks	nine-forks	US		0	America/Chicago	32.59015	-93.20461	116			LA	119		
4335290	Ninock	ninock	US		0	America/Chicago	32.24682	-93.45712	43			LA	015		
4335294	Nickel	nickel	US		0	America/Chicago	31.80933	-92.05402	62			LA	059		
4335295	Nitram (historical)	nitram-historical	US		0	America/Chicago	30.95436	-92.99266	53			LA	115		
4335306	Noble Manor	noble-manor	US		0	America/Chicago	29.87076	-89.99729	-1			LA	075		
4335308	Nobrac	nobrac	US		0	America/Chicago	30.97297	-92.39736	31			LA	039		
4335317	Noles Landing	noles-landing	US		0	America/Chicago	32.46376	-93.34906	48			LA	119		
4335324	Norah	norah	US		0	America/Chicago	29.6141	-90.4912	2			LA	057		
4335325	Norbert	norbert	US		0	America/Chicago	29.97909	-91.89706	3			LA	045		
4335341	Normandy Acres	normandy-acres	US		0	America/Chicago	30.43769	-91.10761	16			LA	033		
4335343	Normandy Village	normandy-village	US		0	America/Chicago	32.47238	-93.75296	55			LA	017		
4335350	Norris Springs	norris-springs	US		0	America/Chicago	31.85766	-91.71401	36			LA	025		
4335352	North Acres	north-acres	US		0	America/Chicago	33.01514	-93.47156	89			LA	119		
4335353	North Baker Park	north-baker-park	US		0	America/Chicago	30.6063	-91.16205	25			LA	033		
4335397	North Club Estates	north-club-estates	US		0	America/Chicago	32.60432	-93.88824	83			LA	017		
4335412	North End	north-end	US		0	America/Chicago	30.29047	-89.78284	3			LA	103		
4335423	North Fort Polk	north-fort-polk	US		0	America/Chicago	31.11463	-93.16794	108	Fort Polk North,North Camp Polk,North Fort Polk		LA	115		
4335479	North Park Estates	north-park-estates	US		0	America/Chicago	32.60848	-93.88629	80			LA	017		
4335486	North Point	north-point	US		0	America/Chicago	31.30018	-92.15485	23			LA	009		
4335490	North Pass	north-pass	US		0	America/Chicago	30.30742	-90.40481	1			LA	105		
4335495	North Red Oaks	north-red-oaks	US		0	America/Chicago	30.46852	-91.06816	14			LA	033		
4335497	North Rodessa	north-rodessa	US		0	America/Chicago	32.98097	-94.00157	67			LA	017		
4335503	North Sherwood Forest	north-sherwood-forest	US		0	America/Chicago	30.45519	-91.05344	14			LA	033		
4335506	North Shore	north-shore	US		0	America/Chicago	30.2177	-89.8209	2			LA	103		
4335508	North Shore Beach	north-shore-beach	US		0	America/Chicago	30.22492	-89.84645	1			LA	103		
4335513	North Shreveport	north-shreveport	US		0	America/Chicago	32.54348	-93.80018	60			LA	017		
4335516	North Side	north-side	US		0	America/Chicago	30.15936	-89.60005	1			LA	103		
4335520	North Slidell	north-slidell	US		0	America/Chicago	30.30464	-89.77812	4			LA	103		
4335535	North Vacherie	north-vacherie	US		2346	America/Chicago	29.99687	-90.70565	2			LA	093		
4335543	Northdale	northdale	US		0	America/Chicago	30.46491	-91.1715	15			LA	033		
4335562	Northeast Place	northeast-place	US		0	America/Chicago	30.57935	-91.05455	22			LA	033		
4335566	Northgate	northgate	US		0	America/Chicago	32.54681	-92.07374	24			LA	073		
4335571	Northpark Village	northpark-village	US		0	America/Chicago	32.5807	-92.08041	22			LA	073		
4335587	Northside Terrace	northside-terrace	US		0	America/Chicago	32.57847	-92.0743	23			LA	073		
4335618	Northwood Estates	northwood-estates	US		0	America/Chicago	32.56903	-92.19597	35			LA	073		
4335620	Northwood Village	northwood-village	US		0	America/Chicago	30.31436	-89.75479	6			LA	103		
4335621	Northwoods	northwoods	US		0	America/Chicago	32.59209	-93.82101	64			LA	017		
4335622	Northwoods	northwoods	US		0	America/Chicago	30.54741	-90.99788	18			LA	033		
4335625	Norton Corner	norton-corner	US		0	America/Chicago	32.94875	-93.22544	91	Norton Corner,Nortons Shop		LA	027		
4335631	Notelyville	notelyville	US		0	America/Chicago	30.50575	-92.01067	5			LA	097		
4335632	Noth Forest	noth-forest	US		0	America/Chicago	30.31492	-89.76534	6			LA	103		
4335633	Notnac	notnac	US		0	America/Chicago	32.10321	-91.20233	24			LA	107		
4335638	Nott (historical)	nott-historical	US		0	America/Chicago	30.34408	-90.02341	5			LA	103		
4335640	Nuba	nuba	US		0	America/Chicago	30.58742	-92.0704	22			LA	097		
4335641	Nugent	nugent	US		0	America/Chicago	30.86325	-91.95623	12			LA	009		
4335645	Numa	numa	US		0	America/Chicago	29.97687	-91.89179	3			LA	045		
4335663	O'Neal Place	o-neal-place	US		0	America/Chicago	30.43408	-91.00177	11			LA	033		
4335667	OK Landing	ok-landing	US		0	America/Chicago	31.76961	-91.56068	9			LA	025		
4335668	Oak Alley	oak-alley	US		0	America/Chicago	29.98687	-90.77065	5			LA	093		
4335677	Oak Cluster	oak-cluster	US		0	America/Chicago	30.51491	-91.00899	14			LA	033		
4335678	Oak Dale Landing	oak-dale-landing	US		0	America/Chicago	31.82877	-91.56818	12			LA	107		
4335727	Oak Grove Estates	oak-grove-estates	US		0	America/Chicago	30.31992	-89.74451	7			LA	103		
4335753	Oak Hills	oak-hills	US		0	America/Chicago	30.36269	-91.08788	11			LA	033		
4335754	Oak Hills Place	oak-hills-place	US		8195	America/Chicago	30.35992	-91.0876	11			LA	033		
4335757	Oak Landing	oak-landing	US		0	America/Chicago	32.96152	-91.71735	27			LA	067		
4335759	Oak Manor Estates	oak-manor-estates	US		0	America/Chicago	30.30797	-89.84812	4			LA	103		
4335764	Oak Park Mobile Homes Court	oak-park-mobile-homes-court	US		0	America/Chicago	31.30629	-92.45569	24			LA	079		
4335782	Oak Ridge Park	oak-ridge-park	US		0	America/Chicago	29.99048	-90.12841	0			LA	051		
4335783	Oak Ridge Park	oak-ridge-park	US		0	America/Chicago	29.91215	-89.89173	0			LA	087		
4335785	Oak Shadows Place	oak-shadows-place	US		0	America/Chicago	30.52186	-91.0326	16			LA	033		
4335788	Oak Thicket Acres	oak-thicket-acres	US		0	America/Chicago	32.56404	-93.61823	65			LA	015		
4335790	Oak Valley	oak-valley	US		0	America/Chicago	30.43297	-91.09899	15			LA	033		
4335792	Oakbrook	oakbrook	US		0	America/Chicago	30.37325	-91.07899	10			LA	033		
4335794	Oakcrest	oakcrest	US		0	America/Chicago	30.47936	-91.09427	17			LA	033		
4335807	Oakhill	oakhill	US		0	America/Chicago	31.76211	-93.14794	45			LA	069		
4335823	Oaklawn	oaklawn	US		0	America/Chicago	29.84132	-91.45261	4			LA	101		
4335824	Oaklawn	oaklawn	US		0	America/Chicago	30.29881	-89.92118	1	Oak Lawn,Oaklawn		LA	103		
4335829	Oakleaf Estates	oakleaf-estates	US		0	America/Chicago	31.76377	-93.13683	40			LA	069		
4335836	Oakley Landing	oakley-landing	US		0	America/Chicago	32.03127	-91.61985	13			LA	041		
4335841	Oaknolia	oaknolia	US		0	America/Chicago	30.73296	-90.99066	45			LA	037		
4335849	Oakshire Manor	oakshire-manor	US		0	America/Chicago	29.64688	-90.75676	2			LA	109		
4335853	Oakwood Forest	oakwood-forest	US		0	America/Chicago	30.46686	-91.0601	16			LA	033		
4335854	Oakwood Landing	oakwood-landing	US		0	America/Chicago	32.06071	-91.57484	17			LA	041		
4335857	Oasis	oasis	US		0	America/Chicago	31.41323	-92.71487	39			LA	079		
4335879	Oden (historical)	oden-historical	US		0	America/Chicago	31.11463	-92.50625	48			LA	079		
4335881	Odenburg	odenburg	US		0	America/Chicago	30.92046	-91.81067	14			LA	009		
4335884	Odom (historical)	odom-historical	US		0	America/Chicago	31.36601	-92.75432	54			LA	079		
4335891	Odra	odra	US		0	America/Chicago	31.59711	-92.83627	29			LA	069		
4335896	Ogden Park	ogden-park	US		0	America/Chicago	30.44602	-91.15677	11			LA	033		
4335911	Okaloosa	okaloosa	US		0	America/Chicago	32.38015	-92.32792	68			LA	073		
4335914	Oklahoma	oklahoma	US		0	America/Chicago	31.0088	-92.20846	17			LA	009		
4335916	Old Athens	old-athens	US		0	America/Chicago	32.64571	-93.05766	138			LA	027		
4335932	Old Castor	old-castor	US		0	America/Chicago	32.26682	-93.126	82			LA	013		
4335963	Old Jefferson	old-jefferson	US		6980	America/Chicago	30.38269	-91.01705	9			LA	033		
4335977	Old Montgomery (historical)	old-montgomery-historical	US		0	America/Chicago	31.65906	-92.90016	41			LA	043		
4335982	Old Mount Pleasant (historical)	old-mount-pleasant-historical	US		0	America/Chicago	32.15016	-92.18986	43			LA	021		
4335988	Old Newport (historical)	old-newport-historical	US		0	America/Chicago	32.10516	-92.34042	54			LA	127		
4335996	Old Pleasant Hill	old-pleasant-hill	US		0	America/Chicago	31.85572	-93.51323	99	Old Pleasant Hill,Pleasant Hill,Pleasant Valley		LA	031		
4336032	Old Saline	old-saline	US		0	America/Chicago	32.18544	-93.01405	87			LA	013		
4336038	Old Shell Beach	old-shell-beach	US		0	America/Chicago	29.86659	-89.67839	0	Old Shell Beach,Shell Beach		LA	087		
4336040	Old Shongaloo	old-shongaloo	US		0	America/Chicago	32.9918	-93.31017	83			LA	119		
4336049	Old Ten	old-ten	US		0	America/Chicago	32.52042	-92.13625	24			LA	073		
4336090	Olivier	olivier	US		0	America/Chicago	29.97548	-91.75595	6	Olivier,Olivier Station		LA	045		
4336104	Olympic Landing	olympic-landing	US		0	America/Chicago	31.75794	-91.55068	16			LA	107		
4336114	Omo (historical)	omo-historical	US		0	America/Chicago	30.8077	-92.26124	18			LA	039		
4336119	One North Place	one-north-place	US		0	America/Chicago	32.60709	-93.84324	62			LA	017		
4336177	Orange Grove Plantation	orange-grove-plantation	US		0	America/Chicago	29.8491	-90.81148	2			LA	057		
4336184	Oretta	oretta	US		418	America/Chicago	30.52603	-93.43739	32			LA	011		
4336188	Oriza (historical)	oriza-historical	US		0	America/Chicago	30.25743	-92.50708	7			LA	001		
4336189	Orlandos Mobile Home Park	orlandos-mobile-home-park	US		0	America/Chicago	29.97798	-90.19758	1			LA	051		
4336199	Orr (historical)	orr-historical	US		0	America/Chicago	30.47463	-91.0326	13			LA	033		
4336208	Oshkosh (historical)	oshkosh-historical	US		0	America/Chicago	32.02988	-92.99238	76			LA	069		
4336209	Ossun	ossun	US		2144	America/Chicago	30.27603	-92.11235	12			LA	055		
4336211	Ostrica	ostrica	US		0	America/Chicago	29.36827	-89.52922	1			LA	075		
4336229	Ouachita City	ouachita-city	US		0	America/Chicago	32.72514	-92.07097	27	Ouachita,Ouachita City,Quachita City,Washita		LA	111		
4336242	Oubre	oubre	US		0	America/Chicago	30.06242	-91.73678	6			LA	045		
4336243	Oubre	oubre	US		0	America/Chicago	30.01687	-90.70815	4			LA	093		
4336335	Overton (historical)	overton-historical	US		0	America/Chicago	32.58765	-93.3035	57			LA	119		
4336354	Oxford Place	oxford-place	US		0	America/Chicago	30.41936	-91.0801	14			LA	033		
4336373	Ozone Acres	ozone-acres	US		0	America/Chicago	30.27742	-89.84007	2			LA	103		
4336375	Ozone Pines	ozone-pines	US		0	America/Chicago	30.31186	-89.73506	6			LA	103		
4336376	Ozone Woods	ozone-woods	US		0	America/Chicago	30.29325	-89.84312	4			LA	103		
4336389	Packton	packton	US		0	America/Chicago	31.79767	-92.57681	46			LA	127		
4336411	Palm Hills	palm-hills	US		0	America/Chicago	30.42797	-91.1026	15			LA	033		
4336412	Palm Lake	palm-lake	US		0	America/Chicago	30.26464	-89.79312	1			LA	103		
4336415	Palmer Landing	palmer-landing	US		0	America/Chicago	32.32793	-93.67657	48			LA	017		
4336450	Paloma (historical)	paloma-historical	US		0	America/Chicago	30.69907	-91.29928	24			LA	037		
4336460	Panchoville	panchoville	US		0	America/Chicago	30.3652	-92.65125	7			LA	053		
4336490	Paragon (historical)	paragon-historical	US		0	America/Chicago	31.95739	-93.92713	82			LA	031		
4336494	Parc D'Orleans Number 2 Mobile Home Park	parc-d-orleans-number-2-mobile-home-park	US		0	America/Chicago	30.0202	-89.9584	0			LA	071	98000	
4336502	Parhams	parhams	US		0	America/Chicago	31.46767	-91.78651	17	Mardis Plantation,Parhams		LA	025		
4336517	Park Forest East	park-forest-east	US		0	America/Chicago	30.48686	-91.05483	16			LA	033		
4336521	Park Manor	park-manor	US		0	America/Chicago	30.50686	-91.17455	18			LA	033		
4336522	Park Place	park-place	US		0	America/Chicago	30.27242	-89.77284	2			LA	103		
4336523	Park Plaza	park-plaza	US		0	America/Chicago	30.41714	-91.07594	14			LA	033		
4336530	Park Vista	park-vista	US		0	America/Chicago	30.53991	-91.18205	21			LA	033		
4336548	Parkland Terrace	parkland-terrace	US		0	America/Chicago	30.44936	-91.09899	14			LA	033		
4336549	Parkland Village	parkland-village	US		0	America/Chicago	32.53821	-93.69879	50			LA	015		
4336551	Parkridge	parkridge	US		0	America/Chicago	30.58185	-91.13483	22			LA	033		
4336564	Parkview East	parkview-east	US		0	America/Chicago	30.40852	-91.04316	14			LA	033		
4336569	Parkview Oaks	parkview-oaks	US		0	America/Chicago	30.40908	-91.04871	13			LA	033		
4336570	Parkview Oaks South	parkview-oaks-south	US		0	America/Chicago	30.39908	-91.04316	13			LA	033		
4336577	Parkwood	parkwood	US		0	America/Chicago	32.50598	-92.15319	22			LA	073		
4336578	Parkwood Terrace	parkwood-terrace	US		0	America/Chicago	30.57158	-91.15483	23			LA	033		
4336579	Parlange	parlange	US		0	America/Chicago	30.62824	-91.48761	10	Parlange,Parlange Plantation		LA	077		
4336593	Partridge Lane Heights	partridge-lane-heights	US		0	America/Chicago	30.4163	-91.08288	14			LA	033		
4336631	Pate Place	pate-place	US		0	America/Chicago	30.37936	-90.99232	7			LA	033		
4336632	Patin	patin	US		0	America/Chicago	30.29048	-91.83762	5			LA	099		
4336634	Patin	patin	US		0	America/Chicago	30.68991	-91.40622	8	Patin,Patins,Pattin		LA	077		
4336637	Patoutville	patoutville	US		0	America/Chicago	29.90354	-91.73373	2			LA	045		
4336702	Peach Bloom	peach-bloom	US		0	America/Chicago	30.37853	-92.1879	14			LA	001		
4336710	Pearl Acres	pearl-acres	US		0	America/Chicago	30.28631	-89.74256	4			LA	103		
4336732	Peason	peason	US		0	America/Chicago	31.41379	-93.29461	108			LA	085		
4336739	Pecan Bayou	pecan-bayou	US		0	America/Chicago	32.56959	-92.05985	25			LA	073		
4336742	Pecan Cove	pecan-cove	US		0	America/Chicago	30.35436	-90.98899	8			LA	033		
4336743	Pecan Creek	pecan-creek	US		0	America/Chicago	30.35158	-90.99455	8			LA	033		
4336207	Osceola	osceola	US	16942	0	America/Chicago	31.9696	-91.25289	22			LA	107		
4336744	Pecan Grove (historical)	pecan-grove-historical	US		0	America/Chicago	29.94493	-90.34647	2			LA	089		
4336745	Pecan Grove	pecan-grove	US		0	America/Chicago	30.32519	-89.73951	6			LA	103		
4336750	Pecan Island	pecan-island	US		0	America/Chicago	29.64661	-92.45319	2			LA	113		
4336754	Pecan Landing	pecan-landing	US		0	America/Chicago	32.10265	-91.41345	21			LA	107		
4336756	Pecan Park	pecan-park	US		0	America/Chicago	32.49182	-93.68434	51			LA	015		
4336758	Pecan Ridge	pecan-ridge	US		0	America/Chicago	30.55047	-91.10011	18			LA	033		
4336762	Pecaniere	pecaniere	US		0	America/Chicago	30.48436	-91.93817	7			LA	097		
4336778	Pelba	pelba	US		0	America/Chicago	30.34186	-91.73261	5	Opelousas Bay,Pelba		LA	047		
4336848	Percle	percle	US		0	America/Chicago	29.86854	-91.01177	4			LA	007		
4336860	Perkins Place	perkins-place	US		0	America/Chicago	30.41214	-91.12344	10			LA	033		
4336863	Perkins South	perkins-south	US		0	America/Chicago	30.3613	-91.0651	11			LA	033		
4336864	Perkins Village	perkins-village	US		0	America/Chicago	30.36741	-91.06233	10			LA	033		
4336897	Pesson	pesson	US		0	America/Chicago	29.94882	-91.84484	1			LA	045		
4336919	Petetin	petetin	US		0	America/Chicago	30.38325	-92.0554	15			LA	097		
4336949	Petite Place	petite-place	US		0	America/Chicago	30.5738	-91.19983	22			LA	033		
4336969	Phebus	phebus	US		0	America/Chicago	30.50102	-91.10927	15			LA	033		
4336977	Philadelphia Point	philadelphia-point	US		0	America/Chicago	30.1577	-91.01288	6			LA	005		
4336983	Peveto Beach	peveto-beach	US		0	America/Chicago	29.76106	-93.55849	1			LA	023		
4336988	Phillips (historical)	phillips-historical	US		0	America/Chicago	31.57267	-92.74182	28			LA	043		
4337002	Phillipston (historical)	phillipston-historical	US		0	America/Chicago	30.96851	-91.68679	15			LA	077		
4337081	Pike Fort	pike-fort	US		0	America/Chicago	30.16603	-89.73839	2			LA	071	98000	
4337083	Pikes Peak	pikes-peak	US		0	America/Chicago	29.98048	-90.80815	4	Pikes Peak,Pikes Peak Plantation		LA	093		
4337086	Pilcher Point	pilcher-point	US		0	America/Chicago	32.95013	-91.20011	30	Pilcher Point,Pilcherpoint,Pilchers Point,Pilchurs Point		LA	035		
4337087	Pilette	pilette	US		0	America/Chicago	30.16853	-91.99929	11			LA	055		
4337153	Pine Acres	pine-acres	US		0	America/Chicago	30.43742	-93.43933	25			LA	019		
4337154	Pine Acres Trailer Park	pine-acres-trailer-park	US		0	America/Chicago	30.21715	-93.1896	4			LA	019		
4337166	Pine Cliff	pine-cliff	US		0	America/Chicago	30.78296	-90.12342	41	Fussell,Pine Cliff,Pinecliff,Warner		LA	117		
4337167	Pine Coupee	pine-coupee	US		0	America/Chicago	31.37434	-92.89904	75			LA	079		
4337174	Pine Forest	pine-forest	US		0	America/Chicago	32.4146	-93.81101	74			LA	017		
4337175	Pine Forest	pine-forest	US		0	America/Chicago	30.27158	-89.76312	3			LA	103		
4337176	Pine Forest South	pine-forest-south	US		0	America/Chicago	32.40071	-93.85157	56			LA	017		
4337228	Pine Hill Estates	pine-hill-estates	US		0	America/Chicago	32.54793	-93.84324	61			LA	017		
4337230	Pine Hill Subdivision	pine-hill-subdivision	US		0	America/Chicago	32.97958	-93.45573	73			LA	119		
4337234	Pine Hollow Estates	pine-hollow-estates	US		0	America/Chicago	32.51542	-92.17652	38			LA	073		
4337250	Pine Park	pine-park	US		0	America/Chicago	30.40852	-91.08899	9			LA	033		
4337268	Pine Shadows	pine-shadows	US		0	America/Chicago	30.27936	-89.75978	4			LA	103		
4337269	Pine Terrace	pine-terrace	US		0	America/Chicago	32.52487	-92.19375	45			LA	073		
4337284	Pinegrove (historical)	pinegrove-historical	US		0	America/Chicago	31.19463	-92.23624	26			LA	079		
4337288	Pineland Place	pineland-place	US		0	America/Chicago	32.45571	-93.87101	78			LA	017		
4337301	Pineville Junction	pineville-junction	US		0	America/Chicago	31.31213	-92.42736	26			LA	079		
4337311	Pinewood Acres	pinewood-acres	US		0	America/Chicago	30.59324	-91.02538	23			LA	033		
4337323	Piney Ridge Park	piney-ridge-park	US		0	America/Chicago	30.29797	-89.79812	3			LA	103		
4337330	Pino Bayou Village	pino-bayou-village	US		0	America/Chicago	32.45931	-92.07874	21			LA	073		
4337340	Pioneer Park	pioneer-park	US		0	America/Chicago	30.48325	-91.12011	16			LA	033		
4337387	Pitreville	pitreville	US		0	America/Chicago	30.47992	-92.26152	18			LA	001		
4337394	Placid (historical)	placid-historical	US		0	America/Chicago	32.76264	-93.39323	72			LA	119		
4337403	Plaincourtville	plaincourtville	US		0	America/Chicago	29.98937	-91.05871	4			LA	007		
4337419	Plaisance	plaisance	US		0	America/Chicago	30.61242	-92.12623	20			LA	097		
4337427	Plantation Acres	plantation-acres	US		0	America/Chicago	29.80576	-90.81037	3			LA	057		
4337433	Plantation Way	plantation-way	US		0	America/Chicago	30.60574	-91.05622	25			LA	033		
4337435	Plantersville (historical)	plantersville-historical	US		0	America/Chicago	32.88346	-91.7779	28			LA	067		
4337461	Platation Acres	platation-acres	US		0	America/Chicago	30.38325	-90.99316	6			LA	033		
4337468	Plantation Trace	plantation-trace	US		0	America/Chicago	30.39908	-91.15872	12	Plantation Trace,Platation Trace		LA	033		
4337476	Plaza 12 Garden Homes	plaza-12-garden-homes	US		0	America/Chicago	30.41936	-91.06122	14			LA	033		
4337530	Pleasant Hill (historical)	pleasant-hill-historical	US		0	America/Chicago	31.82933	-92.56959	73			LA	127		
4337566	Pleasant Hills	pleasant-hills	US		0	America/Chicago	30.53547	-91.11233	20			LA	033		
4337594	Plettenberg	plettenberg	US		0	America/Chicago	30.87796	-91.49234	16	Clark Store,Plattenburg,Plettenberg,Ratcliff		LA	125		
4337599	Ploup	ploup	US		0	America/Chicago	30.70519	-91.48289	10			LA	077		
4337603	Plum Orchard Landing	plum-orchard-landing	US		0	America/Chicago	32.41432	-93.37628	46			LA	119		
4337627	Point Barre	point-barre	US		0	America/Chicago	29.42578	-90.56759	0			LA	109		
4337628	Point Blue	point-blue	US		0	America/Chicago	30.62714	-92.30235	19			LA	039		
4337630	Point Breeze	point-breeze	US		0	America/Chicago	31.0549	-91.57373	16			LA	029		
4337635	Point Celeste	point-celeste	US		0	America/Chicago	29.59637	-89.8487	3			LA	075		
4337673	Point Place	point-place	US		400	America/Chicago	31.69683	-93.021	35			LA	069		
4337681	Point Pleasant (historical)	point-pleasant-historical	US		0	America/Chicago	29.41355	-89.60006	2			LA	075		
4337690	Point-Aux-Chenes	point-aux-chenes	US		0	America/Chicago	29.49772	-90.55342	1			LA	109		
4337702	Pointe Claire	pointe-claire	US		0	America/Chicago	30.43797	-91.95817	6			LA	097		
4337724	Pointe Coupee	pointe-coupee	US		0	America/Chicago	30.73435	-91.43317	10	Pointe Coupee,Punta Cortada		LA	077		
4337740	Poley	poley	US		0	America/Chicago	30.33825	-90.79648	3			LA	063		
4337752	Pollard Estates	pollard-estates	US		0	America/Chicago	30.40352	-91.13316	12			LA	033		
4337764	Pollockville	pollockville	US		0	America/Chicago	31.54517	-92.89627	30			LA	069		
4337786	Pont Des Mouton	pont-des-mouton	US		0	America/Chicago	30.27214	-91.98345	5			LA	055		
4337787	Pontchartrain Beach	pontchartrain-beach	US		0	America/Chicago	30.03326	-90.06202	1			LA	071	98000	
4337788	Pontchartrain Gardens	pontchartrain-gardens	US		0	America/Chicago	30.00576	-90.19174	-2			LA	051		
4337791	Pontchartrain Shores	pontchartrain-shores	US		0	America/Chicago	30.02076	-90.19452	-2			LA	051		
4337797	Pont Brulee (historical)	pont-brulee-historical	US		0	America/Chicago	30.36131	-91.96401	6			LA	099		
4337812	Poplar Grove Plantation	poplar-grove-plantation	US		0	America/Chicago	30.48991	-91.20733	8			LA	121		
4337828	Port Allen Landing	port-allen-landing	US		0	America/Chicago	30.45297	-91.20039	5			LA	121		
4337841	Port Boliver	port-boliver	US		0	America/Chicago	32.42571	-93.34795	51	Port Bolivar,Port Boliver,Port Volliver		LA	119		
4337842	Port Eads	port-eads	US		0	America/Chicago	29.01536	-89.1686	0			LA	075		
4337845	Port Fourchon	port-fourchon	US		0	America/Chicago	29.10579	-90.19452	0			LA	057		
4337847	Port Hickey	port-hickey	US		0	America/Chicago	30.66102	-91.29039	27			LA	033		
4337848	Port Hickey Landing	port-hickey-landing	US		0	America/Chicago	30.65713	-91.29233	10			LA	033		
4337849	Port Hudson	port-hudson	US		0	America/Chicago	30.67824	-91.26955	30	Port Hudson,Rolling Fork		LA	033		
4337855	Port Jackson (historical)	port-jackson-historical	US		0	America/Chicago	30.69741	-91.31678	10			LA	037		
4337857	Port Nickel	port-nickel	US		0	America/Chicago	29.85771	-89.96257	2			LA	075		
4337864	Port Union (historical)	port-union-historical	US		0	America/Chicago	32.66458	-92.14125	24			LA	111		
4337866	Port Vincent	port-vincent	US		749	America/Chicago	30.33381	-90.84954	2	Beach Hill,Beech Hill,Coelk,Port Vincent,Sevicques Ferry,Subiques Ferry		LA	063		
4337885	Port of Iberia	port-of-iberia	US		0	America/Chicago	29.94215	-91.84179	2	Port of Iberia,Port of New Iberia		LA	045		
4337892	Porter Place	porter-place	US		0	America/Chicago	32.01905	-93.7099	103			LA	031		
4337894	Porters Curve	porters-curve	US		0	America/Chicago	30.95907	-90.31704	101	Porters Corner,Porters Curve		LA	117		
4337903	Porters River Landing	porters-river-landing	US		0	America/Chicago	30.36214	-89.73201	4			LA	103		
4337923	Potash	potash	US		0	America/Chicago	29.49299	-89.70562	1	New Texas,Potash		LA	075		
4337931	Poufette	poufette	US		0	America/Chicago	29.94326	-91.93095	1			LA	045		
4337956	Powell Ridge	powell-ridge	US		0	America/Chicago	30.60519	-91.91151	7			LA	097		
4337963	Poydras	poydras	US		2351	America/Chicago	29.86937	-89.88895	2			LA	087		
4337969	Powell Park	powell-park	US		0	America/Chicago	31.15407	-93.25489	75			LA	115		
4337993	Prairie Home (historical)	prairie-home-historical	US		0	America/Chicago	31.81156	-92.63348	64			LA	127		
4337995	Prairie Laurent	prairie-laurent	US		0	America/Chicago	30.4852	-92.04123	8			LA	097		
4338007	Prairie Ronde	prairie-ronde	US		0	America/Chicago	30.57686	-92.18846	18			LA	097		
4338017	Prairieland	prairieland	US		0	America/Chicago	30.11021	-93.21321	2			LA	019		
4338037	Prescott Court	prescott-court	US		0	America/Chicago	30.4888	-91.13927	17			LA	033		
4338039	Prescott Place	prescott-place	US		0	America/Chicago	30.47158	-91.14733	17			LA	033		
4338040	Presquille	presquille	US		1807	America/Chicago	29.56383	-90.6462	3	Presque Isle,Presquile,Presquille		LA	109		
4338052	Price Crossing	price-crossing	US		0	America/Chicago	31.16574	-92.80432	50			LA	079		
4338059	Pricetown (historical)	pricetown-historical	US		0	America/Chicago	29.91382	-90.21008	1			LA	051		
4338068	Prien	prien	US		7810	America/Chicago	30.18187	-93.27377	4			LA	019		
4338094	Progress	progress	US		0	America/Chicago	30.45463	-91.15844	16			LA	033		
4338106	Promised Land	promised-land	US		0	America/Chicago	29.79549	-90.00451	1			LA	075		
4338164	Prudhomme	prudhomme	US		0	America/Chicago	30.47242	-92.32513	12	Prudhomme,Prudhomme City		LA	001		
4338165	Puckettville	puckettville	US		0	America/Chicago	32.62264	-91.94263	33			LA	073		
4338167	Pujo	pujo	US		0	America/Chicago	30.79353	-93.40295	56			LA	011		
4338172	Pulpwood Spur	pulpwood-spur	US		0	America/Chicago	32.07682	-92.10569	71			LA	021		
4338179	Pumpkin Center	pumpkin-center	US		0	America/Chicago	30.45491	-90.54203	7			LA	105		
4338183	Punkin Center	punkin-center	US		0	America/Chicago	32.30043	-92.70098	81			LA	049		
4338192	Purvis (historical)	purvis-historical	US		0	America/Chicago	30.66519	-91.78262	8			LA	097		
4338195	Quadrate	quadrate	US		0	America/Chicago	31.33657	-92.7082	28			LA	079		
4338196	Quaid	quaid	US		0	America/Chicago	31.67572	-91.81263	17			LA	025		
4338197	Quail Creek Estates	quail-creek-estates	US		0	America/Chicago	32.58486	-91.96957	29			LA	073		
4338198	Quail Hollow	quail-hollow	US		0	America/Chicago	30.35992	-91.07622	11			LA	033		
4338199	Quail Ridge	quail-ridge	US		0	America/Chicago	32.42571	-93.85296	73			LA	017		
4338200	Quail Ridge	quail-ridge	US		0	America/Chicago	30.35797	-91.07649	11			LA	033		
4338201	Quail Ridge	quail-ridge	US		0	America/Chicago	30.26992	-89.71256	3			LA	103		
4338203	Quail Run	quail-run	US		0	America/Chicago	30.40491	-91.12427	12			LA	033		
4338214	Quebec	quebec	US		0	America/Chicago	32.42681	-91.30289	24			LA	065		
4338228	Quick	quick	US		0	America/Chicago	30.55547	-91.579	7			LA	077		
4338250	Quigley	quigley	US		0	America/Chicago	32.85486	-92.30486	46			LA	111		
4338277	Raccourci (historical)	raccourci-historical	US		0	America/Chicago	30.78713	-91.5865	11			LA	077		
4338287	Raceland Junction	raceland-junction	US		0	America/Chicago	29.74799	-90.57314	1	Raceland Junction,Raceland Station		LA	057		
4338315	Rambin	rambin	US		0	America/Chicago	31.95183	-93.45434	47	Rambin,Rambin Store		LA	031		
4338320	Rambling Oaks	rambling-oaks	US		0	America/Chicago	30.57685	-91.04372	22			LA	033		
4338322	Ramos	ramos	US		0	America/Chicago	29.67715	-91.13871	2	Ramos,Ramos Station		LA	101		
4338333	Randolph Heights	randolph-heights	US		0	America/Chicago	30.49658	-91.0851	15			LA	033		
4338344	Randall (historical)	randall-historical	US		0	America/Chicago	30.78435	-91.70123	11			LA	077		
4338350	Rapides	rapides	US		0	America/Chicago	31.36351	-92.58681	26	Rapides,Rapides Station		LA	079		
4338375	Ratliff	ratliff	US		0	America/Chicago	29.94437	-91.02371	6			LA	007		
4338388	Ravencamp	ravencamp	US		0	America/Chicago	31.4724	-92.67931	27	Raven Camp Station,Ravencamp		LA	043		
4338391	Ravenwood (historical)	ravenwood-historical	US		0	America/Chicago	29.66132	-90.52731	2			LA	057		
4338421	Readheimer	readheimer	US		0	America/Chicago	32.11544	-92.98738	69	Readheimer,Readhimer,Strange		LA	069		
4338424	Rearwood (historical)	rearwood-historical	US		0	America/Chicago	30.16964	-90.95788	4			LA	005		
4338428	Rebecca Plantation	rebecca-plantation	US		0	America/Chicago	29.69188	-90.81287	4	Rebecca,Rebecca Plantation		LA	109		
4338431	Recknor (historical)	recknor-historical	US		0	America/Chicago	31.49796	-93.62379	75			LA	085		
4338455	Red Dirt (historical)	red-dirt-historical	US		0	America/Chicago	31.50739	-93.03544	107			LA	069		
4338460	Red Fish	red-fish	US		0	America/Chicago	31.00157	-91.87262	15	Red Fish,Redfish,Rosewood Plantation,Wayside Plantation		LA	009		
4338461	Red Gum	red-gum	US		0	America/Chicago	31.68017	-91.53429	17	Junks,Red Gum		LA	029		
4338488	Red River Landing	red-river-landing	US		0	America/Chicago	30.95724	-91.66646	13			LA	077		
4338532	Redland	redland	US		0	America/Chicago	32.95625	-93.61518	116	Red Land,Redland		LA	015		
4338533	Redland	redland	US		0	America/Chicago	30.56798	-92.39819	16			LA	039		
4338543	Redwine (historical)	redwine-historical	US		0	America/Chicago	32.45571	-92.7071	107			LA	061		
4338545	Redoak	redoak	US		0	America/Chicago	31.94627	-93.27239	50			LA	081		
4338552	Redwing	redwing	US		0	America/Chicago	32.80097	-91.49262	30			LA	123		
4338586	Regal Park Estates	regal-park-estates	US		0	America/Chicago	30.32686	-89.82395	6			LA	103		
4338587	Reggio	reggio	US		0	America/Chicago	29.83132	-89.75451	2	Reggie,Reggio,Reggio Station		LA	087		
4338596	Reids	reids	US		0	America/Chicago	30.85436	-92.89321	44			LA	003		
4338597	Reiley	reiley	US		0	America/Chicago	30.74379	-90.96927	51			LA	037		
4338600	Reisor	reisor	US		0	America/Chicago	32.41154	-93.85101	61			LA	017		
4338601	Remolina Landing	remolina-landing	US		0	America/Chicago	32.11015	-91.40206	20			LA	107		
4338602	Remy	remy	US		0	America/Chicago	30.02076	-90.7412	4			LA	093		
4338604	Reimer Crossing	reimer-crossing	US		0	America/Chicago	30.74324	-90.92177	54	Reimer Crossing,Reimers		LA	037		
4338632	Retreat	retreat	US		0	America/Chicago	30.97212	-91.48512	65	Retreat,Retreat Plantation,Soldiers Retreat		LA	125		
4338636	Reussite	reussite	US		0	America/Chicago	29.70104	-89.98618	2	La Roussit,Reussite		LA	075		
4338637	Reveille	reveille	US		0	America/Chicago	30.27158	-91.18761	6			LA	047		
4338642	Rex Trailer Court	rex-trailer-court	US		0	America/Chicago	29.98048	-90.24674	1			LA	051		
4338656	Rhymes	rhymes	US		0	America/Chicago	32.37904	-91.89902	23			LA	083		
4338675	Richard	richard	US		0	America/Chicago	30.42187	-92.31291	13			LA	001		
4338676	Richard	richard	US		0	America/Chicago	29.82826	-91.59706	1			LA	101		
4338694	Richardson Landing	richardson-landing	US		0	America/Chicago	30.76102	-89.83146	21			LA	117		
4338703	Richland (historical)	richland-historical	US		0	America/Chicago	31.1663	-92.31458	19			LA	079		
4338722	Ricohoc	ricohoc	US		0	America/Chicago	29.70771	-91.38344	3	Richohoc,Ricohoc		LA	101		
4338726	Rideau Settlement	rideau-settlement	US		0	America/Chicago	30.6838	-91.90345	10			LA	097		
4338747	Rienzi Plantation	rienzi-plantation	US		0	America/Chicago	29.8141	-90.81037	2			LA	057		
4338749	Riffel Place	riffel-place	US		0	America/Chicago	30.4988	-91.10372	15			LA	033		
4338761	Rigolets	rigolets	US		0	America/Chicago	30.14881	-89.64228	3			LA	071	98000	
4338770	Rilla	rilla	US		0	America/Chicago	32.41542	-92.10097	21			LA	073		
4338795	Rita	rita	US		0	America/Chicago	29.64799	-90.53397	2	Lockport Station,Rita		LA	057		
4338796	Ritchie (historical)	ritchie-historical	US		0	America/Chicago	30.45159	-92.4668	8	Fabacher,Ritchie (historical),Trilby		LA	001		
4338800	River Bend	river-bend	US		0	America/Chicago	32.4446	-93.65379	48			LA	015		
4338801	River Bend	river-bend	US		0	America/Chicago	29.88159	-89.89284	2			LA	087		
4338804	River Gardens	river-gardens	US		0	America/Chicago	30.31269	-89.71617	3			LA	103		
4338807	River Oaks	river-oaks	US		0	America/Chicago	32.40988	-93.69296	48			LA	017		
4338808	River Oaks	river-oaks	US		0	America/Chicago	32.55653	-92.11597	22			LA	073		
4338809	River Oaks (historical)	river-oaks-historical	US		0	America/Chicago	30.50852	-90.37175	8	Breckwoldt,River Oaks (historical)		LA	105		
4338810	River Oaks	river-oaks	US		0	America/Chicago	30.46102	-91.01566	13			LA	033		
4338811	River Oaks	river-oaks	US		0	America/Chicago	30.25658	-89.68978	2			LA	103		
4338818	River Ridge	river-ridge	US		13494	America/Chicago	29.9602	-90.21563	1			LA	051		
4338828	Riverbend	riverbend	US		0	America/Chicago	30.38325	-91.19705	7			LA	033		
4338831	Rivercrest	rivercrest	US		0	America/Chicago	30.29603	-89.71117	4			LA	103		
4338836	Riverland	riverland	US		0	America/Chicago	30.35297	-91.13205	7			LA	033		
4338837	Riverland Heights	riverland-heights	US		0	America/Chicago	30.07465	-90.49036	2			LA	095		
4338863	Riverview Addition	riverview-addition	US		0	America/Chicago	30.32464	-89.71673	4			LA	103		
4338893	Robert Park	robert-park	US		0	America/Chicago	30.28242	-89.74534	4			LA	103		
4338900	Robertdale (historical)	robertdale-historical	US		0	America/Chicago	32.90235	-91.14483	33			LA	035		
4338908	Roberts Cove	roberts-cove	US		0	America/Chicago	30.27548	-92.30235	10	L'Anse Robert,Roberts Cove		LA	001		
4338923	Robin	robin	US		0	America/Chicago	30.44797	-91.92401	8			LA	097		
4338926	Robin Hood Subdivision	robin-hood-subdivision	US		0	America/Chicago	32.99597	-93.47045	82			LA	119		
4338942	Robinson Place	robinson-place	US		0	America/Chicago	32.44626	-92.09902	22			LA	073		
4338948	Robinwood	robinwood	US		0	America/Chicago	30.47519	-90.50565	8			LA	105		
4338956	Rock (historical)	rock-historical	US		0	America/Chicago	31.19463	-93.57656	51			LA	085		
4338958	Rock Corner	rock-corner	US		0	America/Chicago	32.64181	-92.53765	72			LA	061		
4338988	Rockthrow	rockthrow	US		0	America/Chicago	32.52431	-92.18625	39			LA	073		
4338995	Rocky Branch	rocky-branch	US		0	America/Chicago	32.67875	-92.20319	48			LA	111		
4339024	Rodemacher	rodemacher	US		0	America/Chicago	31.41851	-92.72237	43			LA	079		
4339035	Rodriquez	rodriquez	US		0	America/Chicago	29.83271	-91.56789	2			LA	101		
4339055	Rogillioville	rogillioville	US		0	America/Chicago	30.92518	-91.23122	70			LA	125		
4339057	Rolling Acres	rolling-acres	US		0	America/Chicago	30.59741	-91.13038	21			LA	033		
4339067	Romero	romero	US		0	America/Chicago	30.07937	-91.89817	8			LA	099		
4339071	Romeville	romeville	US		130	America/Chicago	30.06242	-90.84676	7	Colomb,Romeville		LA	093		
4339089	Roppolo Villa	roppolo-villa	US		0	America/Chicago	30.49019	-91.15233	16			LA	033		
4339091	Rork	rork	US		0	America/Chicago	30.43965	-92.41124	11			LA	001		
4339092	Rosa	rosa	US		0	America/Chicago	30.75519	-92.00734	11	Rosa,Rosa Station		LA	097		
4339099	Rosaryville	rosaryville	US		0	America/Chicago	30.42297	-90.51953	4	Gessen,Rosaryville		LA	105		
4339103	Rose Bluff	rose-bluff	US		0	America/Chicago	30.22243	-93.30849	6			LA	019		
4339107	Rose Hill (historical)	rose-hill-historical	US		0	America/Chicago	30.56241	-91.31205	8			LA	121		
4339134	Rosebank	rosebank	US		0	America/Chicago	30.92323	-91.4415	49	Rosebank,Rosebank Plantation		LA	125		
4339145	Rosefield	rosefield	US		0	America/Chicago	31.891	-91.99874	89			LA	025		
4339188	Rosewood Estates	rosewood-estates	US		0	America/Chicago	32.47043	-93.86213	68			LA	017		
4339200	Rossignol	rossignol	US		0	America/Chicago	30.11826	-92.99682	2	Rossignal Station,Rossignol		LA	019		
4339201	Rost	rost	US		0	America/Chicago	29.95132	-90.36064	3			LA	089		
4339247	Round Oak	round-oak	US		0	America/Chicago	30.36436	-91.00066	9			LA	033		
4339261	Routon	routon	US		0	America/Chicago	31.70212	-92.05263	40	Greens Creek,Routon		LA	059		
4339265	Rowes Landing	rowes-landing	US		0	America/Chicago	30.92351	-91.56151	12	Row Landing,Rowes Landing		LA	125		
4339271	Royal Estates	royal-estates	US		0	America/Chicago	30.33353	-89.83173	6			LA	103		
4339277	Royal Pines	royal-pines	US		0	America/Chicago	32.51487	-92.21403	45			LA	073		
4339286	Ruddock	ruddock	US		0	America/Chicago	30.20571	-90.42276	1	Ruddo,Ruddock		LA	095		
4339293	Rum Center	rum-center	US		0	America/Chicago	32.99014	-92.65182	54			LA	111		
4339297	Ruple	ruple	US		0	America/Chicago	32.8507	-93.16433	112			LA	027		
4339336	Rycade	rycade	US		0	America/Chicago	30.2627	-91.60317	5			LA	099		
4339338	Rynella	rynella	US		0	America/Chicago	29.94659	-91.87595	2			LA	045		
4339362	Sable Chase	sable-chase	US		0	America/Chicago	30.35103	-91.13483	7			LA	033		
4339365	Sacksonia	sacksonia	US		0	America/Chicago	32.46653	-91.60207	26			LA	083		
4339404	Sadie	sadie	US		0	America/Chicago	32.9893	-92.23097	48			LA	111		
4339405	Sadou	sadou	US		0	America/Chicago	30.23742	-92.1429	10	Sadou,Siadous Switch		LA	055		
4339409	Sailes	sailes	US		0	America/Chicago	32.42543	-93.10822	78			LA	013		
4339523	Saint Bernard Grove	saint-bernard-grove	US		0	America/Chicago	29.9227	-89.91229	1			LA	087		
4339606	Saint Claude Heights	saint-claude-heights	US		0	America/Chicago	29.96243	-89.99424	0			LA	087		
4339622	Saint Delphine	saint-delphine	US		0	America/Chicago	30.3438	-91.2565	6			LA	121		
4339627	Saint Dizier	saint-dizier	US		0	America/Chicago	30.69741	-91.42206	10			LA	077		
4339668	Saint Claire	saint-claire	US		0	America/Chicago	32.33265	-92.51431	80			LA	049		
4339699	Saint Genevieve	saint-genevieve	US		0	America/Chicago	31.52656	-91.52568	20			LA	029		
4339711	Saint Gerald Park	saint-gerald-park	US		0	America/Chicago	30.4988	-91.13788	18			LA	033		
4339795	Saint James Plantation	saint-james-plantation	US		0	America/Chicago	29.99826	-90.75176	4	Murry Plantation,Saint James Plantation,St. James Plantation		LA	093		
4340126	Saint Malo (historical)	saint-malo-historical	US		0	America/Chicago	29.87798	-89.597	2			LA	087		
4340522	Saint Pius Place	saint-pius-place	US		0	America/Chicago	30.52352	-91.12927	19			LA	033		
4340534	Saint Rest	saint-rest	US		0	America/Chicago	32.34904	-92.62237	82			LA	049		
4340548	Saint Rosalie	saint-rosalie	US		0	America/Chicago	29.66382	-89.96951	1			LA	075		
4340556	Saint Rose Plantation	saint-rose-plantation	US		0	America/Chicago	29.82882	-90.92121	5			LA	057		
4340575	Saint Tammany	saint-tammany	US		0	America/Chicago	30.39408	-89.89507	9	Little,Saint Tammany,St. Tammany		LA	103		
4340576	Saint Tammany Corner	saint-tammany-corner	US		0	America/Chicago	30.42714	-89.88563	13			LA	103		
4340577	Saint Tammany Garden Meadows	saint-tammany-garden-meadows	US		0	America/Chicago	30.32242	-89.83312	5			LA	103		
4340698	Salmen	salmen	US		0	America/Chicago	30.25964	-89.79229	1			LA	103		
4340703	Salt (historical)	salt-historical	US		0	America/Chicago	31.84378	-92.40014	42			LA	127		
4340708	Salsburg	salsburg	US		0	America/Chicago	30.09159	-90.91593	6	Salsburg,Salsburg Plantation		LA	093		
4340738	Sambo	sambo	US		0	America/Chicago	30.70408	-91.82845	8			LA	097		
4340743	Sampusand	sampusand	US		0	America/Chicago	31.48851	-92.91294	28			LA	069		
4340747	Samstown	samstown	US		0	America/Chicago	30.1352	-91.15927	4			LA	047		
4340749	Samtown	samtown	US		0	America/Chicago	31.27185	-92.43653	22			LA	079		
4340753	Samuels	samuels	US		0	America/Chicago	30.71407	-91.54011	9			LA	077		
4340790	Sand Spur	sand-spur	US		0	America/Chicago	31.57962	-92.41347	61	Sand Spur,Siess		LA	043		
4340792	Sandager	sandager	US		0	America/Chicago	29.95743	-91.72234	6			LA	045		
4340796	Sandel	sandel	US		0	America/Chicago	31.38101	-93.43656	67			LA	085		
4340806	Sandra	sandra	US		0	America/Chicago	33.00347	-94.01296	65			LA	017		
4340848	Sandy Hill	sandy-hill	US		0	America/Chicago	31.02908	-93.22266	90			LA	115		
4340867	Sanfords Camp (historical)	sanfords-camp-historical	US		0	America/Chicago	30.75935	-90.05702	54			LA	117		
4340873	Santiago (historical)	santiago-historical	US		0	America/Chicago	31.44212	-92.60431	37			LA	043		
4340875	Santiague	santiague	US		0	America/Chicago	29.98493	-91.90429	2			LA	045		
4340882	Sarah Plantation	sarah-plantation	US		0	America/Chicago	29.48216	-90.5787	1			LA	109		
4340886	Sarasota Place	sarasota-place	US		0	America/Chicago	30.49297	-91.05427	15			LA	033		
4340909	Sardine Point Settlement (historical)	sardine-point-settlement-historical	US		0	America/Chicago	30.33769	-91.21011	4			LA	121		
4340910	Sartori (historical)	sartori-historical	US		0	America/Chicago	31.01963	-92.39097	21			LA	079		
4340913	Sarpy (historical)	sarpy-historical	US		0	America/Chicago	30.00076	-90.40758	3			LA	089		
4340923	Saughy (historical)	saughy-historical	US		0	America/Chicago	31.51961	-91.52734	19			LA	029		
4340943	Savage Fork	savage-fork	US		0	America/Chicago	31.03213	-93.3535	60			LA	115		
4340946	Savoie	savoie	US		0	America/Chicago	29.64549	-90.68731	2			LA	109		
4340967	Saxonholm	saxonholm	US		0	America/Chicago	29.92548	-89.92368	2			LA	087		
4341025	Scotland (historical)	scotland-historical	US		0	America/Chicago	31.54239	-91.49651	19			LA	029		
4341029	Scotlandville	scotlandville	US		0	America/Chicago	30.52047	-91.17872	18	Scotland,Scotlandville		LA	033		
4341057	Scott Landing	scott-landing	US		0	America/Chicago	32.43431	-91.48734	25			LA	065		
4341115	Second Lake (historical)	second-lake-historical	US		0	America/Chicago	30.66075	-91.79317	8			LA	097		
4341151	Security	security	US		0	America/Chicago	31.53434	-91.81651	17			LA	025		
4341160	Seibert (historical)	seibert-historical	US		0	America/Chicago	30.73077	-91.49998	14			LA	077		
4341163	Segura	segura	US		0	America/Chicago	30.03854	-91.8579	9			LA	045		
4341178	Sentell	sentell	US		0	America/Chicago	32.6482	-93.79768	53			LA	017		
4341213	Seymourville	seymourville	US		0	America/Chicago	30.27742	-91.22372	7			LA	047		
4341221	Shadow Pine Estates	shadow-pine-estates	US		0	America/Chicago	32.33766	-93.69462	61			LA	017		
4341222	Shadowbrook	shadowbrook	US		0	America/Chicago	30.42964	-91.01788	12			LA	033		
4341224	Shady	shady	US		0	America/Chicago	32.18766	-92.85988	64			LA	013		
4341270	Shady Oaks	shady-oaks	US		0	America/Chicago	31.30602	-92.3468	48			LA	079		
4341271	Shady Park	shady-park	US		0	America/Chicago	32.55709	-93.57712	60			LA	015		
4341281	Shamard Heights	shamard-heights	US		0	America/Chicago	31.74544	-93.14461	45			LA	069		
4341283	Shamrock Gardens	shamrock-gardens	US		0	America/Chicago	30.49741	-91.03788	15			LA	033		
4341285	Shamrock Plaza	shamrock-plaza	US		0	America/Chicago	30.49713	-91.04455	16			LA	033		
4341292	Sharkey	sharkey	US		0	America/Chicago	30.37019	-90.42064	1			LA	105		
4341294	Sharlo	sharlo	US		0	America/Chicago	30.3888	-91.18038	7			LA	033		
4341302	Sharon Hills	sharon-hills	US		0	America/Chicago	30.53102	-91.13011	19			LA	033		
4341304	Sharp	sharp	US		0	America/Chicago	30.47269	-91.0576	16	Sharp,Sharpsburg		LA	033		
4341305	Sharp	sharp	US		0	America/Chicago	31.40351	-92.77821	38			LA	079		
4341313	Sharp Town	sharp-town	US		0	America/Chicago	31.5824	-92.11374	25			LA	059		
4341322	Shaw (historical)	shaw-historical	US		0	America/Chicago	30.05159	-91.6915	2			LA	045		
4341333	Shear	shear	US		0	America/Chicago	30.80825	-93.36294	56			LA	011		
4341347	Shell Beach	shell-beach	US		0	America/Chicago	29.85326	-89.6795	2	Proctors Landing,Proctorsville,Proctorville,Shell Beach		LA	087		
4341377	Sheltons	sheltons	US		0	America/Chicago	32.8293	-91.90735	38	Shelton,Sheltons		LA	067		
4341382	Shenandoah Estates	shenandoah-estates	US		0	America/Chicago	30.40047	-90.99732	13			LA	033		
4341383	Shenandoah North	shenandoah-north	US		0	America/Chicago	30.41047	-91.0126	12			LA	033		
4341384	Shenandoah Park	shenandoah-park	US		0	America/Chicago	30.40297	-91.00399	11			LA	033		
4341385	Shenandoah Ridge	shenandoah-ridge	US		0	America/Chicago	30.40908	-90.99871	11			LA	033		
4341387	Shenandoah Square	shenandoah-square	US		0	America/Chicago	30.40241	-91.01399	12			LA	033		
4341388	Shenandoah Trails	shenandoah-trails	US		0	America/Chicago	30.4138	-90.99732	11			LA	033		
4341410	Sherrington Place	sherrington-place	US		0	America/Chicago	30.59491	-91.01955	22			LA	033		
4341414	Sherwood Forest	sherwood-forest	US		0	America/Chicago	32.5407	-92.18903	46			LA	073		
4341415	Sherwood Forest	sherwood-forest	US		0	America/Chicago	30.4488	-91.04538	13			LA	033		
4341418	Sherwood Forest Estates	sherwood-forest-estates	US		0	America/Chicago	30.4388	-91.05344	13			LA	033		
4341419	Sherwood Garden Homes	sherwood-garden-homes	US		0	America/Chicago	30.45575	-91.02983	12			LA	033		
4341420	Sherwood Manor	sherwood-manor	US		0	America/Chicago	30.44269	-91.03038	13			LA	033		
4341421	Sherwood Meadow	sherwood-meadow	US		0	America/Chicago	30.43408	-91.05288	13			LA	033		
4341423	Sherwood Oaks	sherwood-oaks	US		0	America/Chicago	30.4088	-91.03844	13			LA	033		
4341424	Sherwood Oaks South	sherwood-oaks-south	US		0	America/Chicago	30.40436	-91.03844	13			LA	033		
4341437	Shexnayder	shexnayder	US		0	America/Chicago	30.72907	-91.45206	10	Pointe Coupee Schexnayder,Schexneyder,Shexnayder		LA	077		
4341472	Shiloh Landing (historical)	shiloh-landing-historical	US		0	America/Chicago	32.96624	-92.08819	20			LA	111		
4341482	Shipp	shipp	US		0	America/Chicago	32.59404	-93.98129	82			LA	017		
4341483	Shirley (historical)	shirley-historical	US		0	America/Chicago	30.97825	-92.2054	20			LA	009		
4341498	Shoreline	shoreline	US		0	America/Chicago	32.80014	-93.97851	60	Lewis,Shoreline		LA	017		
4341537	Shull (historical)	shull-historical	US		0	America/Chicago	32.48265	-92.74237	108			LA	061		
4341538	Shuteston	shuteston	US		0	America/Chicago	30.42825	-92.1004	16			LA	097		
4341554	Sicard	sicard	US		0	America/Chicago	32.52653	-92.04152	24			LA	073		
4341565	Siegen	siegen	US		0	America/Chicago	30.37353	-91.07121	8			LA	033		
4341567	Siegle	siegle	US		0	America/Chicago	32.48959	-92.17514	32			LA	073		
4341571	Sieps	sieps	US		0	America/Chicago	31.32185	-92.46153	23			LA	079		
4341597	Silver Pine Village	silver-pine-village	US		0	America/Chicago	32.42515	-93.81963	78			LA	017		
4341599	Silverside	silverside	US		0	America/Chicago	30.39547	-91.11261	12			LA	033		
4341600	Silverside Heights Garden	silverside-heights-garden	US		0	America/Chicago	30.39325	-91.11399	9			LA	033		
4341622	Simmons Settlement	simmons-settlement	US		0	America/Chicago	30.67631	-92.8921	25	Simmons,Simmons Settlement		LA	003		
4341669	Siracusaville	siracusaville	US		422	America/Chicago	29.68715	-91.14816	1			LA	101		
4341697	Ski Stone	ski-stone	US		0	America/Chicago	30.58963	-91.09316	21			LA	033		
4341698	Skidder	skidder	US		0	America/Chicago	32.10071	-93.05711	65			LA	069		
4341714	Slacks	slacks	US		0	America/Chicago	30.46575	-91.49344	7			LA	047		
4341730	Slidell Heights	slidell-heights	US		0	America/Chicago	30.28658	-89.78562	3			LA	103		
4341733	Slidell Manor	slidell-manor	US		0	America/Chicago	30.30686	-89.81951	4			LA	103		
4341736	Slidell Ozone Heights	slidell-ozone-heights	US		0	America/Chicago	30.31853	-89.78395	5			LA	103		
4341750	Slone	slone	US		0	America/Chicago	32.12238	-93.66046	64			LA	031		
4341759	Smiley Heights	smiley-heights	US		0	America/Chicago	30.47075	-91.13038	17			LA	033		
4341761	Smith (historical)	smith-historical	US		0	America/Chicago	31.9135	-92.48764	44			LA	127		
4341829	Smoke Bend	smoke-bend	US		0	America/Chicago	30.10844	-91.02039	6	Smoke Bend,Smokebend		LA	005		
4341832	Smurney	smurney	US		0	America/Chicago	32.60681	-92.37542	46			LA	111		
4341871	Soco	soco	US		0	America/Chicago	33.00292	-93.14739	94			LA	027		
4341872	Socola	socola	US		0	America/Chicago	29.53355	-89.75951	1			LA	075		
4341877	Soileau	soileau	US		0	America/Chicago	30.58909	-92.65486	22			LA	003		
4341878	Soileau	soileau	US		0	America/Chicago	30.65131	-92.11679	17			LA	097		
4341885	Solitude	solitude	US		0	America/Chicago	30.8324	-91.42511	38			LA	125		
4341887	Solley Hill	solley-hill	US		0	America/Chicago	32.86736	-94.03629	70			LA	017		
4341893	Somers (historical)	somers-historical	US		0	America/Chicago	30.80213	-91.80817	12			LA	097		
4341903	Songy (historical)	songy-historical	US		0	America/Chicago	30.01548	-90.64926	2			LA	095		
4341904	Soniat	soniat	US		0	America/Chicago	30.17047	-91.16122	7			LA	047		
4341916	Sorrel	sorrel	US		766	America/Chicago	29.88909	-91.61678	4	Cypre Mort,Cypre-Mort,Cypre-Mort Station,Cypremort,Garrel,Sorel,Sorrel,Sorrell,Sorrell Station,Sorrells		LA	101		
4341928	Soulouque	soulouque	US		0	America/Chicago	30.27214	-91.15538	8			LA	047		
4341936	South Baton Rouge	south-baton-rouge	US		0	America/Chicago	30.43019	-91.17705	16			LA	033		
4341949	South Bilt	south-bilt	US		0	America/Chicago	30.50575	-90.49842	13			LA	105		
4341958	South Broadmoor	south-broadmoor	US		0	America/Chicago	30.44047	-91.07788	14			LA	033		
4341979	South End	south-end	US		0	America/Chicago	31.12963	-93.26211	71			LA	115		
4341997	South Highland	south-highland	US		0	America/Chicago	30.35408	-91.13511	6			LA	033		
4341998	South Highlands	south-highlands	US		0	America/Chicago	30.37658	-91.1051	11			LA	033		
4342007	South Kenner	south-kenner	US		0	America/Chicago	29.95882	-90.27063	3			LA	051		
4342028	South Mansfield	south-mansfield	US		346	America/Chicago	32.02183	-93.71435	110			LA	031		
4342030	South Merrydale	south-merrydale	US		0	America/Chicago	30.50047	-91.12316	17			LA	033		
4342031	South Merrywoods	south-merrywoods	US		0	America/Chicago	32.55432	-93.56018	64			LA	015		
4342045	South Pass	south-pass	US		0	America/Chicago	28.99467	-89.14282	0			LA	075		
4342060	South River Oaks	south-river-oaks	US		0	America/Chicago	30.45019	-91.01538	13			LA	033		
4342066	South Sherwood Forest	south-sherwood-forest	US		0	America/Chicago	30.43686	-91.0476	12			LA	033		
4342067	South Shore Estates	south-shore-estates	US		0	America/Chicago	32.50987	-93.88907	58			LA	017		
4342084	South Towne Heights	south-towne-heights	US		0	America/Chicago	32.39627	-93.83351	55			LA	017		
4342089	South Vacherie	south-vacherie	US		3642	America/Chicago	29.92743	-90.69981	0			LA	093		
4342093	Southdown	southdown	US		0	America/Chicago	29.58688	-90.73898	2			LA	109		
4342095	Southdown Plantation	southdown-plantation	US		0	America/Chicago	29.98298	-90.72842	3			LA	093		
4342099	Southdowns	southdowns	US		0	America/Chicago	32.38488	-93.78657	58			LA	017		
4342100	Southdowns	southdowns	US		0	America/Chicago	30.41352	-91.14511	12			LA	033		
4342120	Southern Gardens	southern-gardens	US		0	America/Chicago	32.46682	-93.66212	49			LA	015		
4342121	Southern Heights	southern-heights	US		0	America/Chicago	30.51908	-91.17566	19			LA	033		
4342123	Southern Hills	southern-hills	US		0	America/Chicago	32.3946	-93.79351	60			LA	017		
4342134	Southern Terrace	southern-terrace	US		0	America/Chicago	32.53626	-93.70323	51			LA	015		
4342142	Southgate Estates	southgate-estates	US		0	America/Chicago	32.46154	-93.65295	49			LA	015		
4342143	Southgate Estates	southgate-estates	US		0	America/Chicago	32.41599	-93.69657	48			LA	017		
4342152	Southmoore	southmoore	US		0	America/Chicago	30.42519	-91.06677	15			LA	033		
4342153	Southpark	southpark	US		0	America/Chicago	30.4113	-91.05927	14			LA	033		
4342156	Southport Country	southport-country	US		0	America/Chicago	32.38571	-93.80185	59			LA	017		
4342210	Southwinds	southwinds	US		0	America/Chicago	32.47848	-92.03874	20			LA	073		
4342211	Southwood	southwood	US		0	America/Chicago	30.21909	-91.04927	6	Lane,Southwood		LA	005		
4342214	Southwood Ridge	southwood-ridge	US		0	America/Chicago	30.48297	-90.43759	9			LA	105		
4342227	Spanish City	spanish-city	US		0	America/Chicago	32.52931	-92.0318	23			LA	073		
4342247	Spanish Trail Highlands	spanish-trail-highlands	US		0	America/Chicago	30.24881	-89.7709	1			LA	103		
4342258	Spaulding	spaulding	US		0	America/Chicago	31.94766	-92.18264	55			LA	021		
4342280	Spider (historical)	spider-historical	US		0	America/Chicago	31.95239	-93.77768	98			LA	031		
4342298	Spillman	spillman	US		0	America/Chicago	30.9299	-91.28372	78			LA	125		
4342304	Sport	sport	US		0	America/Chicago	30.05492	-90.66731	6			LA	093		
4342318	Spring Bayou Landing	spring-bayou-landing	US		0	America/Chicago	31.1413	-92.03651	13			LA	009		
4342406	Spring Lake Estates	spring-lake-estates	US		0	America/Chicago	32.4246	-93.73212	62			LA	017		
4342408	Spring Ridge	spring-ridge	US		0	America/Chicago	32.3121	-93.94463	85	Spring Ridge,Springridge		LA	017		
4342409	Spring Ridge	spring-ridge	US		0	America/Chicago	31.83417	-91.9656	67			LA	025		
4342410	Spring Ridge	spring-ridge	US		0	America/Chicago	31.78072	-93.50907	111			LA	085		
4342458	Spyker	spyker	US		0	America/Chicago	32.74236	-91.95374	30			LA	067		
4342461	Squealer Point Landing	squealer-point-landing	US		0	America/Chicago	30.97547	-92.41652	16			LA	039		
4342476	Stacy Landing	stacy-landing	US		0	America/Chicago	32.7732	-94.02129	66			LA	017		
4342482	Stafford Place	stafford-place	US		0	America/Chicago	30.41547	-91.12566	10			LA	033		
4342490	Stamboul (historical)	stamboul-historical	US		0	America/Chicago	32.61264	-91.17011	28			LA	035		
4342491	Stampley	stampley	US		0	America/Chicago	32.8218	-91.77985	29			LA	067		
4342497	Standard Heights	standard-heights	US		0	America/Chicago	30.47102	-91.1815	17			LA	033		
4342502	Stanford Place	stanford-place	US		0	America/Chicago	30.40991	-91.15677	12			LA	033		
4342517	Star (historical)	star-historical	US		0	America/Chicago	30.89464	-92.20346	16			LA	009		
4342537	Starhill	starhill	US		0	America/Chicago	30.76213	-91.30706	44	Star Hill,Star Hill Plantation,Starhill		LA	125		
4342540	Staring Acres	staring-acres	US		0	America/Chicago	30.38464	-91.11899	11			LA	033		
4342564	Starling (historical)	starling-historical	US		0	America/Chicago	30.32214	-91.12927	6			LA	033		
4342567	Starns	starns	US		0	America/Chicago	30.56158	-90.65898	13	Starns,Starns Mill		LA	063		
4342592	Stay	stay	US		0	America/Chicago	31.4724	-92.49208	58			LA	043		
4342595	Steele Place	steele-place	US		0	America/Chicago	30.43602	-91.15011	17			LA	033		
4342611	Steeple Chase	steeple-chase	US		0	America/Chicago	32.43821	-93.8599	70			LA	017		
4342613	Stekey	stekey	US		0	America/Chicago	30.3202	-92.00929	15			LA	055		
4342630	Stegall	stegall	US		0	America/Chicago	30.23687	-93.42932	4	Stegall,Stegall Station,Stegell Station		LA	019		
4342640	Stevendale Estates	stevendale-estates	US		0	America/Chicago	30.47158	-91.00427	12			LA	033		
4342641	Stevendale Heights	stevendale-heights	US		0	America/Chicago	30.47575	-91.00427	14			LA	033		
4342642	Stevendale Park	stevendale-park	US		0	America/Chicago	30.46936	-91.00399	13			LA	033		
4342644	Steven	steven	US		0	America/Chicago	32.49626	-92.16736	28			LA	073		
4342652	Stevensdale	stevensdale	US		0	America/Chicago	30.47769	-91.00149	13			LA	033		
4342665	Stewart Plantation	stewart-plantation	US		0	America/Chicago	30.72102	-91.53317	10			LA	077		
4342667	Stewart (historical)	stewart-historical	US		0	America/Chicago	30.95714	-92.26818	17			LA	009		
4342669	Stille	stille	US		0	America/Chicago	31.23157	-92.82987	58			LA	079		
4342695	Stones Landing	stones-landing	US		0	America/Chicago	32.08488	-91.56707	17			LA	041		
4342698	Stonewalls (historical)	stonewalls-historical	US		0	America/Chicago	31.18491	-92.29596	28			LA	079		
4342699	Stonewell Plantation	stonewell-plantation	US		0	America/Chicago	30.72546	-91.504	11			LA	077		
4342700	Stoney Point	stoney-point	US		0	America/Chicago	30.81824	-90.2787	79			LA	117		
4342703	Stonypoint (historical)	stonypoint-historical	US		0	America/Chicago	30.63546	-90.93621	24	Stony Point,Stonypoint (historical)		LA	033		
4342707	Story Park	story-park	US		0	America/Chicago	29.92743	-89.90479	0			LA	087		
4342708	Storyville	storyville	US		0	America/Chicago	29.95631	-90.07257	0			LA	071	98000	
4342719	Strader	strader	US		0	America/Chicago	30.32353	-90.40759	0			LA	105		
4342778	Suburban North	suburban-north	US		0	America/Chicago	32.61931	-92.00569	29			LA	073		
4342785	Sugar Creek	sugar-creek	US		0	America/Chicago	32.6682	-92.88682	92	Sugar Creek,Sugarcreek		LA	027		
4342807	Sugrue	sugrue	US		0	America/Chicago	30.96213	-93.04432	65			LA	115		
4342832	Sumerall	sumerall	US		0	America/Chicago	30.01326	-91.84623	6			LA	045		
4342834	Summer Grove	summer-grove	US		0	America/Chicago	32.40238	-93.81463	67			LA	017		
4342856	Sumpter (historical)	sumpter-historical	US		0	America/Chicago	32.58154	-92.5832	95			LA	061		
4342866	Suna	suna	US		0	America/Chicago	30.81102	-91.81595	12			LA	097		
4342867	Sunbeam (historical)	sunbeam-historical	US		0	America/Chicago	30.75657	-90.92205	57			LA	037		
4342888	Sunny Hill	sunny-hill	US		0	America/Chicago	30.92435	-90.32731	76	Sunny Hill,Sunnyhill		LA	117		
4342895	Sunnybrook	sunnybrook	US		0	America/Chicago	30.49297	-91.08705	14			LA	033		
4342896	Sunnybrook Farms	sunnybrook-farms	US		0	America/Chicago	32.43904	-92.20514	33			LA	073		
4342904	Sunrise	sunrise	US		0	America/Chicago	29.36661	-89.56284	0			LA	075		
4342906	Sunrise	sunrise	US		0	America/Chicago	30.47741	-91.20233	8	Gassie,Sunrise		LA	121		
4342915	Sunrise Landing	sunrise-landing	US		0	America/Chicago	32.28515	-91.52679	14			LA	041		
4342936	Sunshine Heights	sunshine-heights	US		0	America/Chicago	32.5307	-92.17764	32			LA	073		
4342949	Supreme	supreme	US		1052	America/Chicago	29.85937	-90.98121	5	Supreme,Tallien,Tallieu		LA	007		
4342966	Sutton Junction (historical)	sutton-junction-historical	US		0	America/Chicago	30.90658	-93.50323	32			LA	115		
4342969	Swampers	swampers	US		0	America/Chicago	32.19098	-91.57095	26	Killians Ferry,Swampers		LA	041		
4342982	Swart	swart	US		0	America/Chicago	30.43769	-91.18094	16			LA	033		
4342990	Swayze Lake	swayze-lake	US		0	America/Chicago	30.64019	-91.82678	7	Pearsonville,Satrang,Swagzee Lake,Swayze Lake		LA	097		
4343010	Sweet Lake	sweet-lake	US		0	America/Chicago	29.9841	-93.12932	1	Sweet Lake,Sweetlake		LA	023		
4343025	Sweetbriar	sweetbriar	US		0	America/Chicago	30.40908	-91.14122	11			LA	033		
4343028	Sweetville (historical)	sweetville-historical	US		0	America/Chicago	30.67492	-93.24822	45			LA	011		
4343057	Swords	swords	US		0	America/Chicago	30.5127	-92.26235	16			LA	097		
4343061	Sylvan Lake Estates	sylvan-lake-estates	US		0	America/Chicago	32.54931	-92.18708	39			LA	073		
4343067	Tabatiere Perdue	tabatiere-perdue	US		0	America/Chicago	29.72716	-90.3398	0			LA	089		
4343081	Taconey	taconey	US		0	America/Chicago	31.57544	-91.46817	18			LA	029		
4343086	Talbot Landing	talbot-landing	US		0	America/Chicago	32.08904	-91.56068	20			LA	041		
4343096	Talla Bena	talla-bena	US		0	America/Chicago	32.49181	-91.15344	26			LA	065		
4343102	Tallow Wood	tallow-wood	US		0	America/Chicago	30.51769	-90.40231	12			LA	105		
4343106	Tally Ho	tally-ho	US		0	America/Chicago	30.20547	-91.18455	4	Tally Ho,Tally Ho Plantation		LA	047		
4343109	Tamaron	tamaron	US		0	America/Chicago	30.05687	-89.95118	-2			LA	071	98000	
4343126	Tanglewood	tanglewood	US		0	America/Chicago	32.45792	-92.0618	20			LA	073		
4343130	Tanglewood Village	tanglewood-village	US		0	America/Chicago	30.29658	-89.75145	6			LA	103		
4343132	Tannehill	tannehill	US		0	America/Chicago	31.99794	-92.65515	42			LA	127		
4343134	Tanglewood	tanglewood	US		0	America/Chicago	30.53797	-91.0751	17			LA	033		
4343140	Tansey	tansey	US		0	America/Chicago	31.82656	-92.38209	28			LA	127		
4343153	Tara Place	tara-place	US		0	America/Chicago	30.44602	-91.09677	16			LA	033		
4343157	Tara	tara	US		0	America/Chicago	30.43741	-91.09399	13			LA	033		
4343167	Tate Cove	tate-cove	US		0	America/Chicago	30.74409	-92.24707	22	Tate Cove,Tate Grave		LA	039		
4343168	Taterville	taterville	US		0	America/Chicago	30.80714	-91.95401	10			LA	097		
4343205	Taylortown	taylortown	US		0	America/Chicago	32.38654	-93.59601	46			LA	015		
4343206	Taylortown	taylortown	US		0	America/Chicago	32.98653	-92.60071	63	Taylortown,Taylorville		LA	111		
4343228	Teel (historical)	teel-historical	US		0	America/Chicago	32.10822	-94.02519	84			LA	031		
4343230	Teddy	teddy	US		0	America/Chicago	30.98435	-90.97677	105	Teddy,Teddy Village		LA	037		
4343257	Tendal	tendal	US		0	America/Chicago	32.43236	-91.36678	20	Dallas,Tendal		LA	065		
4343269	Tennant (historical)	tennant-historical	US		0	America/Chicago	30.88741	-93.19544	51			LA	115		
4343273	Tensas	tensas	US		0	America/Chicago	32.05016	-91.25039	23			LA	107		
4343274	Tensas Bluff Landing	tensas-bluff-landing	US		0	America/Chicago	32.16487	-91.40428	14			LA	107		
4343285	Tensas Bluff	tensas-bluff	US		0	America/Chicago	32.16182	-91.40567	21			LA	107		
4343290	Tepetate	tepetate	US		0	America/Chicago	30.41437	-92.55264	10			LA	001		
4343291	Terra Haute	terra-haute	US		0	America/Chicago	30.37269	-91.08344	11			LA	033		
4343321	Terrills	terrills	US		0	America/Chicago	32.6632	-92.37375	61			LA	111		
4343327	Terrytown	terrytown	US		23319	America/Chicago	29.91021	-90.03257	-1			LA	051		
4343347	Texas	texas	US		0	America/Chicago	30.17186	-91.13816	6	Texas,Texas Plantation		LA	047		
4343364	The Cedars	the-cedars	US		0	America/Chicago	32.40849	-93.82268	74			LA	017		
4343387	The Hideaway	the-hideaway	US		0	America/Chicago	30.43602	-91.09955	13			LA	033		
4343388	The Highlands	the-highlands	US		0	America/Chicago	30.35297	-91.06483	10			LA	033		
4343389	The Hill	the-hill	US		0	America/Chicago	30.41575	-91.07983	14			LA	033		
4343393	The Meadows	the-meadows	US		0	America/Chicago	32.43738	-93.80296	63			LA	017		
4343395	The Myrtles	the-myrtles	US		0	America/Chicago	30.36547	-91.1126	10			LA	033		
4343397	The Parks	the-parks	US		0	America/Chicago	30.22159	-91.31678	2	Park,The Parks		LA	047		
4343405	The Settlement	the-settlement	US		0	America/Chicago	30.26825	-89.70145	3			LA	103		
4343407	The Shire	the-shire	US		0	America/Chicago	30.36269	-91.07094	11			LA	033		
4343413	The Woodlands	the-woodlands	US		0	America/Chicago	30.45436	-91.01121	12			LA	033		
4343414	The Woods	the-woods	US		0	America/Chicago	30.39464	-90.99094	11			LA	033		
4343415	The Woods	the-woods	US		0	America/Chicago	30.28353	-89.84896	2			LA	103		
4343417	Theall	theall	US		0	America/Chicago	29.87688	-92.21707	1			LA	113		
4343440	Thibodaux Junction	thibodaux-junction	US		0	America/Chicago	29.75299	-90.79954	5			LA	057		
4343462	Thirteen Points Landing	thirteen-points-landing	US		0	America/Chicago	32.95652	-92.08569	17			LA	111		
4343470	Thomas (historical)	thomas-historical	US		0	America/Chicago	32.38071	-93.28156	75			LA	013		
4343471	Thomas (historical)	thomas-historical	US		0	America/Chicago	31.40935	-92.34763	52			LA	079		
4343550	Thornwell	thornwell	US		0	America/Chicago	30.09854	-92.79737	4			LA	053		
4343570	Three States	three-states	US		0	America/Chicago	33.0193	-94.04268	68			LA	017		
4343593	Tide (historical)	tide-historical	US		0	America/Chicago	31.7335	-92.61959	46			LA	043		
4343604	Tiger Bluff Landing	tiger-bluff-landing	US		0	America/Chicago	30.30547	-90.65954	0			LA	063		
4343625	Tigerland Acres	tigerland-acres	US		0	America/Chicago	30.39353	-91.1815	7			LA	033		
4343651	Tilman Park	tilman-park	US		0	America/Chicago	30.48464	-90.51148	10			LA	105		
4343652	Timber Grove	timber-grove	US		0	America/Chicago	29.89854	-89.99729	-2			LA	071	98000	
4343655	Timber Lake Estates	timber-lake-estates	US		0	America/Chicago	30.31603	-89.72395	3			LA	103		
4343656	Timber Ridge	timber-ridge	US		0	America/Chicago	30.29825	-89.84062	4			LA	103		
4343657	Timber Trails	timber-trails	US		0	America/Chicago	31.40824	-92.48458	41			LA	079		
4343658	Timberlane	timberlane	US		0	America/Chicago	32.46738	-93.89074	79			LA	017		
4343659	Timberlane	timberlane	US		10243	America/Chicago	29.87743	-90.03202	-1			LA	051		
4343660	Timberlane	timberlane	US		0	America/Chicago	30.5213	-91.12927	19			LA	033		
4343662	Timberton (historical)	timberton-historical	US		0	America/Chicago	30.07714	-90.83287	1			LA	093		
4343665	Timon	timon	US		0	America/Chicago	31.88988	-93.2385	39			LA	069		
4343666	Timothy (historical)	timothy-historical	US		0	America/Chicago	32.9668	-93.5099	71			LA	119		
4343679	Tipton (historical)	tipton-historical	US		0	America/Chicago	32.91735	-91.85902	42			LA	067		
4343685	Toca	toca	US		0	America/Chicago	29.86659	-89.83645	2			LA	087		
4343691	Tolbert Place	tolbert-place	US		0	America/Chicago	30.50408	-91.13733	18			LA	033		
4343724	Toomey	toomey	US		0	America/Chicago	30.15271	-93.64989	5	Jacksonville,Sabine Station,Toomey		LA	019		
4343725	Topsy	topsy	US		0	America/Chicago	30.40937	-93.12238	7			LA	053		
4343728	Torbert	torbert	US		0	America/Chicago	30.55436	-91.49039	6			LA	077		
4343730	Toro	toro	US		0	America/Chicago	31.28046	-93.54406	46			LA	085		
4343744	Torras	torras	US		0	America/Chicago	30.98962	-91.67901	19			LA	077		
4343747	Tortue	tortue	US		0	America/Chicago	30.17993	-92.44763	4			LA	001		
4343761	Tower Estates Number 1	tower-estates-number-1	US		0	America/Chicago	31.13296	-93.28822	88			LA	115		
4343762	Tower Estates Number 2	tower-estates-number-2	US		0	America/Chicago	31.14074	-93.301	90			LA	115		
4343772	Town and Country	town-and-country	US		0	America/Chicago	32.55709	-92.0643	22			LA	073		
4343782	Trace Estates	trace-estates	US		0	America/Chicago	32.56959	-92.25458	29			LA	073		
4343811	Treasure Island	treasure-island	US		0	America/Chicago	32.58347	-92.06541	25			LA	073		
4343815	Treat	treat	US		0	America/Chicago	32.79348	-93.40878	73			LA	119		
4343818	Trees	trees	US		0	America/Chicago	32.78764	-94.03102	68	Trees,Trees City		LA	017		
4343835	Trichell	trichell	US		0	America/Chicago	31.81766	-92.96988	35			LA	069		
4343898	Tristian Village	tristian-village	US		0	America/Chicago	30.59796	-91.14844	23			LA	033		
4343916	Tropical Bend	tropical-bend	US		0	America/Chicago	29.40133	-89.60701	0			LA	075		
4343930	Troy (historical)	troy-historical	US		0	America/Chicago	30.9949	-90.88732	74			LA	037		
4343981	Truxno	truxno	US		0	America/Chicago	32.94763	-92.40598	67			LA	111		
4343996	Tugwell	tugwell	US		0	America/Chicago	32.88875	-92.38181	34	Tugwell,Tugwell City		LA	111		
4344002	Tulip	tulip	US		0	America/Chicago	32.68182	-92.98655	113			LA	027		
4344005	Tulla	tulla	US		0	America/Chicago	30.74047	-93.25044	47			LA	011		
4344006	Tullis	tullis	US		0	America/Chicago	32.27071	-93.286	73			LA	013		
4344016	Tunica (historical)	tunica-historical	US		0	America/Chicago	31.86267	-92.55848	47			LA	127		
4344025	Tunica Landing	tunica-landing	US		0	America/Chicago	30.92296	-91.55623	12			LA	125		
4344029	Tupawek	tupawek	US		0	America/Chicago	32.53987	-92.16819	35			LA	073		
4344066	Turnbull	turnbull	US		0	America/Chicago	30.95462	-91.46706	56			LA	125		
4344092	Turps	turps	US		0	America/Chicago	30.41826	-93.20043	12			LA	011		
4344102	Turtle Beach	turtle-beach	US		0	America/Chicago	31.41796	-93.64462	60			LA	085		
4344106	Turtle Lake (historical)	turtle-lake-historical	US		0	America/Chicago	31.60795	-91.62012	17			LA	029		
4344122	Twilight Meadows	twilight-meadows	US		0	America/Chicago	32.4821	-93.88046	63			LA	017		
4344175	Ulyssee	ulyssee	US		0	America/Chicago	30.01826	-91.87651	5			LA	045		
4344178	Unatex	unatex	US		0	America/Chicago	30.49409	-92.52597	15			LA	039		
4344179	Uncle Sam (historical)	uncle-sam-historical	US		0	America/Chicago	30.0377	-90.82648	6			LA	093		
4344183	Uneedus	uneedus	US		0	America/Chicago	30.61741	-90.2612	29			LA	105		
4344184	Uni (historical)	uni-historical	US		0	America/Chicago	32.73487	-93.83462	57			LA	017		
4344264	Union Landing	union-landing	US		0	America/Chicago	30.32131	-90.69454	3			LA	063		
4344327	U and I Landing	u-and-i-landing	US		0	America/Chicago	31.76961	-91.56123	15			LA	025		
4344336	University Acres	university-acres	US		0	America/Chicago	30.38991	-91.15011	11			LA	033		
4344345	University Gardens	university-gardens	US		0	America/Chicago	30.42102	-91.14927	8			LA	033		
4344346	University Hills	university-hills	US		0	America/Chicago	30.40353	-91.16566	11			LA	033		
4344357	University Shadows	university-shadows	US		0	America/Chicago	30.3663	-91.14733	5			LA	033		
4344360	University South	university-south	US		0	America/Chicago	30.3988	-91.17594	7			LA	033		
4344363	University Terrace	university-terrace	US		0	America/Chicago	30.41964	-91.1865	7			LA	033		
4344366	University View	university-view	US		0	America/Chicago	30.40214	-91.174	6			LA	033		
4344407	Upper Texas	upper-texas	US		0	America/Chicago	29.86909	-91.09038	1	Upper Texas,Upper Texas Brulee		LA	007		
4344422	Uscarco	uscarco	US		0	America/Chicago	32.75486	-91.93374	33			LA	067		
4344424	Utility	utility	US		0	America/Chicago	31.60239	-91.88874	17	Utility,Utity		LA	025		
4344427	Utopia (historical)	utopia-historical	US		0	America/Chicago	29.74216	-90.56259	1			LA	057		
4344449	Valde Rouge (historical)	valde-rouge-historical	US		0	America/Chicago	31.12241	-92.50375	46	Valde Rouge (historical),Valderouge		LA	079		
4344461	Valley Hills	valley-hills	US		0	America/Chicago	32.52709	-92.23264	58			LA	073		
4344466	Vallier	vallier	US		0	America/Chicago	29.87271	-90.44842	0			LA	089		
4344468	Valverda	valverda	US		0	America/Chicago	30.54158	-91.55206	8	Valverda,Valverda Plantation		LA	077		
4344471	Van Buren (historical)	van-buren-historical	US		0	America/Chicago	30.43575	-90.67204	7			LA	063		
4344474	Vanceville	vanceville	US		0	America/Chicago	32.60098	-93.73435	53			LA	015		
4344489	Vatican	vatican	US		0	America/Chicago	30.30937	-92.11651	12			LA	055		
4344496	Veazie	veazie	US		0	America/Chicago	30.79047	-91.90262	12			LA	097		
4344497	Veazie	veazie	US		0	America/Chicago	30.52964	-92.13901	19			LA	097		
4344501	Veltin	veltin	US		0	America/Chicago	30.49548	-92.08901	17			LA	097		
4344508	Venetian Isles	venetian-isles	US		0	America/Chicago	30.06714	-89.81284	2			LA	071	98000	
4344517	Verda	verda	US		0	America/Chicago	31.69989	-92.77293	63	Old Verda,Verda		LA	043		
4344533	Verdun	verdun	US		0	America/Chicago	30.33964	-90.73454	5			LA	063		
4344549	Verret	verret	US		0	America/Chicago	30.1566	-92.92904	2			LA	019		
4344550	Verret	verret	US		0	America/Chicago	29.86187	-89.77978	1	Contreras,Veret,Verette,Verret		LA	087		
4344563	Vick	vick	US		0	America/Chicago	31.23019	-92.10568	19			LA	009		
4344577	Victoria Farm	victoria-farm	US		0	America/Chicago	30.48436	-91.11649	14			LA	033		
4344578	Victoria Garden	victoria-garden	US		0	America/Chicago	30.47936	-91.12177	16			LA	033		
4344618	Videt Place	videt-place	US		0	America/Chicago	30.49463	-91.10872	16			LA	033		
4344619	Vidrine	vidrine	US		0	America/Chicago	30.6927	-92.39819	22			LA	039		
4344623	Vienna Bend	vienna-bend	US		1251	America/Chicago	31.73239	-93.041	34			LA	069		
4344624	Vieux Carre	vieux-carre	US		0	America/Chicago	29.96048	-90.06479	2	French Quarter,Vieux Carre		LA	071	98000	
4344628	Villa Ashley	villa-ashley	US		0	America/Chicago	30.45547	-91.12594	16			LA	033		
4344631	Villa Del Rey	villa-del-rey	US		0	America/Chicago	30.46825	-91.08066	14			LA	033		
4344633	Villa Del Rey Park	villa-del-rey-park	US		0	America/Chicago	30.46325	-91.08149	14			LA	033		
4344638	Village Cote	village-cote	US		0	America/Chicago	30.48019	-91.00427	13			LA	033		
4344642	Village North	village-north	US		0	America/Chicago	30.29297	-89.78673	3			LA	103		
4344644	Village Saint George	village-saint-george	US		7104	America/Chicago	30.36214	-91.06733	11			LA	033		
4344648	Village de L'Est	village-de-l-est	US		0	America/Chicago	30.03715	-89.92868	-1			LA	071	98000	
4344667	Vincent Landing	vincent-landing	US		0	America/Chicago	30.15576	-93.3321	2			LA	019		
4344674	Vining Mills (historical)	vining-mills-historical	US		0	America/Chicago	32.69959	-92.74237	36			LA	061		
4344682	Viola (historical)	viola-historical	US		0	America/Chicago	30.65519	-90.29453	48			LA	105		
4344695	Viva	viva	US		0	America/Chicago	30.73519	-91.64039	11			LA	077		
4344703	Vixen	vixen	US		0	America/Chicago	32.23432	-92.26875	56	Maud,Vixen		LA	021		
4344711	Voorhies	voorhies	US		0	America/Chicago	31.07713	-91.93151	16			LA	009		
4344712	Vortex (historical)	vortex-historical	US		0	America/Chicago	31.08963	-92.51514	52			LA	079		
4344715	Vowells Mill	vowells-mill	US		0	America/Chicago	31.56739	-93.28406	61	Vowells Mill,Vowels Mill		LA	069		
4344801	Waddel	waddel	US		0	America/Chicago	31.60017	-92.7846	29			LA	043		
4344819	Waggaman	waggaman	US		10015	America/Chicago	29.91854	-90.21091	2	Wagaman,Waggaman		LA	051		
4344825	Wags (historical)	wags-historical	US		0	America/Chicago	30.00909	-90.67703	2			LA	095		
4344833	Wafer Forest	wafer-forest	US		0	America/Chicago	32.56071	-93.57323	66			LA	015		
4344838	Walding	walding	US		0	America/Chicago	31.20407	-92.76793	59			LA	079		
4344840	Waldheim	waldheim	US		0	America/Chicago	30.5563	-90.01202	34			LA	103		
4344842	Walet	walet	US		0	America/Chicago	30.1027	-91.7265	4			LA	045		
4344481	Varnado	varnado	US	70467	327	America/Chicago	30.8938	-89.82952	39			LA	117		
4344886	Wall Settlement	wall-settlement	US		0	America/Chicago	30.40853	-90.63315	3			LA	063		
4344906	Wallace Landing	wallace-landing	US		0	America/Chicago	30.40603	-90.26258	1	Traino Landing,Wallace Landing		LA	105		
4344908	Wallace Ridge	wallace-ridge	US		710	America/Chicago	31.70961	-91.82735	18			LA	025		
4344915	Waller Landing	waller-landing	US		0	America/Chicago	32.04154	-91.62707	11			LA	041		
4344937	Walnut Lane (historical)	walnut-lane-historical	US		0	America/Chicago	32.6057	-92.34903	66	Walnut Lane (historical),Walnutlane		LA	111		
4344941	Walroy	walroy	US		0	America/Chicago	30.19742	-91.99873	11			LA	055		
4345461	Wards Mill (historical)	wards-mill-historical	US		0	America/Chicago	32.98708	-92.7396	61	Wards Mill (historical),Wards Mills		LA	027		
4345462	Wardview	wardview	US		0	America/Chicago	32.96486	-93.79434	61			LA	015		
4345474	Warnerton	warnerton	US		0	America/Chicago	30.99018	-90.18314	61	Warner City,Warnerton		LA	117		
4345475	Warnicott (historical)	warnicott-historical	US		0	America/Chicago	31.45267	-91.5364	18			LA	029		
4345491	Warsaw Ferry	warsaw-ferry	US		0	America/Chicago	32.29765	-91.52706	23			LA	065		
4345492	Warsaw Landing	warsaw-landing	US		0	America/Chicago	32.29515	-91.52956	19			LA	041		
4345493	Warsaw Landing	warsaw-landing	US		0	America/Chicago	30.38492	-90.55342	3	Warsaw,Warsaw Landing		LA	063		
4345553	Waterwood Estates	waterwood-estates	US		0	America/Chicago	32.43904	-93.93907	86			LA	017		
4345559	Waters Edge	waters-edge	US		0	America/Chicago	30.5688	-91.10427	20			LA	033		
4345580	Waverly Mobile Home Park	waverly-mobile-home-park	US		0	America/Chicago	29.78743	-90.87343	2			LA	057		
4345593	Waxia	waxia	US		0	America/Chicago	30.66547	-91.959	9			LA	097		
4345598	Wayside (historical)	wayside-historical	US		0	America/Chicago	30.97184	-91.19455	66			LA	125		
4345607	Webb (historical)	webb-historical	US		0	America/Chicago	30.78296	-91.79206	10			LA	097		
4345612	Webb Quarters	webb-quarters	US		0	America/Chicago	31.67267	-92.15652	66			LA	059		
4345614	Webre	webre	US		0	America/Chicago	30.41853	-91.44705	5			LA	047		
4345615	Webre Steib Plantation	webre-steib-plantation	US		0	America/Chicago	29.95909	-90.70787	2			LA	093		
4345625	Wedgewood	wedgewood	US		0	America/Chicago	30.43714	-91.01149	11			LA	033		
4345627	Weeks	weeks	US		0	America/Chicago	29.80771	-91.80706	36	Weeks,Weeks Island		LA	045		
4345638	Weil	weil	US		0	America/Chicago	31.31185	-92.5607	26			LA	079		
4345648	Welcome Heights	welcome-heights	US		0	America/Chicago	30.56602	-91.06844	20			LA	033		
4345661	Weiss	weiss	US		0	America/Chicago	30.64713	-90.90566	27			LA	063		
4345671	Wemple	wemple	US		0	America/Chicago	32.01238	-93.47962	52			LA	031		
4345675	Werner Park	werner-park	US		0	America/Chicago	32.48349	-93.76685	64	Werner,Werner Park		LA	017		
4345712	West Baton Rouge	west-baton-rouge	US		0	America/Chicago	30.45019	-91.20511	8			LA	121		
4345776	West Erath	west-erath	US		0	America/Chicago	29.96076	-92.04373	2	Aristide,West Erath		LA	113		
4345780	West Ferriday	west-ferriday	US		1478	America/Chicago	31.64044	-91.57318	16			LA	029		
4345805	West Gate Terrace	west-gate-terrace	US		0	America/Chicago	32.4946	-93.69101	51			LA	015		
4344887	Wallace	wallace	US	26448	0	America/Chicago	31.89572	-93.45712	69			LA	031		
4345811	West Hall Park	west-hall-park	US		0	America/Chicago	30.29131	-89.79784	3			LA	103		
4345812	West Heights	west-heights	US		0	America/Chicago	32.49153	-92.1768	32			LA	073		
4345826	West Lake	west-lake	US		0	America/Chicago	30.02576	-90.00424	-2			LA	071	98000	
4345861	West Pointe A La Hache	west-pointe-a-la-hache	US		0	America/Chicago	29.56966	-89.80062	1			LA	075		
4345871	West River Oaks	west-river-oaks	US		0	America/Chicago	30.4613	-91.01983	12			LA	033		
4345877	West Sherwood Forest	west-sherwood-forest	US		0	America/Chicago	30.45019	-91.06372	13			LA	033		
4345879	West Side	west-side	US		0	America/Chicago	31.14185	-93.266	80			LA	115		
4345894	West Sterlington	west-sterlington	US		0	America/Chicago	32.69903	-92.09791	27			LA	111		
4345900	Westchester Estates	westchester-estates	US		0	America/Chicago	30.24964	-89.78701	2			LA	103		
4345906	Westdale Heights	westdale-heights	US		0	America/Chicago	30.43352	-91.13927	15			LA	033		
4345908	Westdale Terrace	westdale-terrace	US		0	America/Chicago	30.43102	-91.13733	16			LA	033		
4345912	Western Hills	western-hills	US		0	America/Chicago	32.54875	-92.21125	42			LA	073		
4345914	Western Hills Estates	western-hills-estates	US		0	America/Chicago	32.46821	-93.87074	78			LA	017		
4345915	Western Hills Village	western-hills-village	US		0	America/Chicago	32.47265	-93.87018	77			LA	017		
4345916	Western Pines	western-pines	US		0	America/Chicago	30.45492	-93.44655	21			LA	019		
4345986	Westwood Park	westwood-park	US		0	America/Chicago	32.46682	-93.82435	73			LA	017		
4345989	Westwood Village	westwood-village	US		0	America/Chicago	31.1413	-93.28794	90			LA	115		
4345994	Wetzlar	wetzlar	US		0	America/Chicago	31.64545	-92.8571	47			LA	043		
4345998	Wham	wham	US		0	America/Chicago	32.62625	-91.92346	22	Lieber,Wham		LA	073		
4346026	Whispering Oaks	whispering-oaks	US		0	America/Chicago	30.55685	-91.10816	17			LA	033		
4346030	Whispering Pines Estates	whispering-pines-estates	US		0	America/Chicago	31.15741	-93.25378	74			LA	115		
4346031	Whisperwood Estates	whisperwood-estates	US		0	America/Chicago	30.31992	-89.75367	7			LA	103		
4346055	White Hall (historical)	white-hall-historical	US		0	America/Chicago	31.546	-91.47178	17			LA	029		
4346057	White Hills	white-hills	US		0	America/Chicago	30.59796	-91.139	23			LA	033		
4346061	White Kitchen	white-kitchen	US		0	America/Chicago	30.22797	-89.67728	2			LA	103		
4346079	White Oak Run	white-oak-run	US		0	America/Chicago	30.59324	-91.01538	21			LA	033		
4346083	White Plantation	white-plantation	US		0	America/Chicago	29.81632	-90.91176	3			LA	057		
4346095	White Way Subdivision	white-way-subdivision	US		0	America/Chicago	32.99319	-93.45962	70			LA	119		
4346107	Whitehurst	whitehurst	US		0	America/Chicago	32.53987	-93.66045	51			LA	015		
4346122	Whitley (historical)	whitley-historical	US		0	America/Chicago	32.16683	-93.99408	103	Francisville,Whitley (historical)		LA	031		
4346131	Whitmar Acres	whitmar-acres	US		0	America/Chicago	30.52825	-90.47203	13			LA	105		
4346135	Wickland Terrace	wickland-terrace	US		0	America/Chicago	30.43852	-91.03983	13			LA	033		
4346149	Wilcox (historical)	wilcox-historical	US		0	America/Chicago	30.82018	-91.38706	56			LA	125		
4346155	Wilbert (historical)	wilbert-historical	US		0	America/Chicago	30.45158	-91.31733	4			LA	121		
4346165	Wilda	wilda	US		0	America/Chicago	31.29824	-92.73987	38	Wilda,Wrida		LA	079		
4346171	Wildcat	wildcat	US		0	America/Chicago	32.13876	-91.36234	21			LA	107		
4346187	Wildoak	wildoak	US		0	America/Chicago	32.36404	-93.70157	61			LA	017		
4346188	Wilds	wilds	US		0	America/Chicago	32.43209	-92.17514	24			LA	073		
4346198	Wildwood South	wildwood-south	US		0	America/Chicago	32.37543	-93.75851	56			LA	017		
4346202	Wilhite	wilhite	US		0	America/Chicago	32.61681	-92.28042	43	Wilhite,Willhite		LA	111		
4346208	Willetts	willetts	US		0	America/Chicago	31.5085	-91.52734	18			LA	029		
4346242	Williams Corner (historical)	williams-corner-historical	US		0	America/Chicago	31.66878	-92.92905	32			LA	069		
4346266	Williamson (historical)	williamson-historical	US		0	America/Chicago	30.62853	-91.84317	7			LA	097		
4346274	Williana	williana	US		0	America/Chicago	31.67017	-92.56626	77			LA	043		
4346299	Willow Brook	willow-brook	US		0	America/Chicago	30.04381	-89.92534	-1			LA	071	98000	
4346302	Willow Chute	willow-chute	US		0	America/Chicago	32.66431	-93.74768	56			LA	015		
4346310	Willow Glen	willow-glen	US		0	America/Chicago	32.03655	-93.68407	103			LA	031		
4346311	Willow Glen	willow-glen	US		0	America/Chicago	30.27242	-91.10927	6			LA	047		
4346312	Willow Glen	willow-glen	US		0	America/Chicago	31.24657	-92.43236	25			LA	079		
4346347	Willow Ridge	willow-ridge	US		0	America/Chicago	32.49182	-93.83407	65			LA	017		
4346355	Willowdale	willowdale	US		0	America/Chicago	30.00604	-90.1948	-2			LA	051		
4346357	Willowood Acres	willowood-acres	US		0	America/Chicago	30.55658	-91.06733	19			LA	033		
4346360	Willswood	willswood	US		0	America/Chicago	29.92632	-90.22897	1			LA	051		
4346362	Wilman	wilman	US		0	America/Chicago	32.73263	-91.16122	38			LA	035		
4346402	Wilson Point	wilson-point	US		0	America/Chicago	31.14574	-92.25457	28			LA	079		
4346403	Wilson Point (historical)	wilson-point-historical	US		0	America/Chicago	32.92429	-91.08705	33			LA	035		
4346412	Wilsonia	wilsonia	US		0	America/Chicago	31.93294	-91.31428	21	Wilsona,Wilsonia		LA	107		
4346414	Wilsons Landing	wilsons-landing	US		0	America/Chicago	29.72132	-91.29399	4			LA	101		
4346424	Wimbledon Estates	wimbledon-estates	US		0	America/Chicago	30.37936	-91.08816	9			LA	033		
4346425	Wimbledon Estates	wimbledon-estates	US		0	America/Chicago	30.29464	-89.7784	3			LA	103		
4346438	Windsor Place	windsor-place	US		0	America/Chicago	30.4663	-91.0401	13			LA	033		
4346439	Windsor Place	windsor-place	US		0	America/Chicago	30.24964	-89.77784	1			LA	103		
4346480	Winona (historical)	winona-historical	US		0	America/Chicago	32.09655	-92.66071	61			LA	127		
4346494	Wise (historical)	wise-historical	US		0	America/Chicago	32.69598	-92.73071	36			LA	061		
4346503	Wises (historical)	wises-historical	US		0	America/Chicago	31.23407	-92.3418	24			LA	079		
4346517	Witchwood (historical)	witchwood-historical	US		0	America/Chicago	31.02602	-92.32235	22			LA	079		
4346525	Womack	womack	US		0	America/Chicago	32.23821	-92.47292	56			LA	049		
4346526	Womack	womack	US		0	America/Chicago	32.18821	-93.24239	54			LA	081		
4346540	Wood Junction	wood-junction	US		0	America/Chicago	32.3421	-92.41153	52			LA	049		
4346543	Wood Springs	wood-springs	US		0	America/Chicago	32.06461	-93.90491	91			LA	031		
4346545	Woodaire	woodaire	US		0	America/Chicago	30.51602	-91.164	19			LA	033		
4346552	Woodchuck	woodchuck	US		0	America/Chicago	32.32932	-93.60351	46			LA	017		
4346553	Woodcrest	woodcrest	US		0	America/Chicago	30.47186	-91.00788	13			LA	033		
4346554	Wooddale East	wooddale-east	US		0	America/Chicago	30.46963	-91.09594	15			LA	033		
4346566	Woodardville	woodardville	US		0	America/Chicago	32.25988	-93.28017	73			LA	013		
4346573	Woodland Ridge	woodland-ridge	US		0	America/Chicago	30.4263	-91.03871	12			LA	033		
4346574	Woodland Ridge Park	woodland-ridge-park	US		0	America/Chicago	30.4213	-91.02649	11			LA	033		
4346576	Woodland View	woodland-view	US		0	America/Chicago	30.54519	-91.00594	17			LA	033		
4346578	Woodlands	woodlands	US		0	America/Chicago	31.13991	-93.27933	72			LA	115		
4346586	Woodlawn Acres	woodlawn-acres	US		0	America/Chicago	30.38297	-91.00316	7			LA	033		
4346587	Woodlawn Acres	woodlawn-acres	US		0	America/Chicago	30.30797	-89.79173	4			LA	103		
4346600	Woodlawn Estates	woodlawn-estates	US		0	America/Chicago	30.39408	-91.02344	12			LA	033		
4346625	Woods Edge	woods-edge	US		0	America/Chicago	30.51713	-91.03649	16			LA	033		
4346626	Woodshire Village	woodshire-village	US		0	America/Chicago	30.42325	-91.00871	12			LA	033		
4346639	Woodstone	woodstone	US		0	America/Chicago	32.41377	-93.69323	49			LA	017		
4346640	Woodstone Estates	woodstone-estates	US		0	America/Chicago	30.38964	-91.14649	11			LA	033		
4346668	Worsham Crossing	worsham-crossing	US		0	America/Chicago	31.76072	-92.72404	46			LA	127		
4346695	Wyatt Subdivision	wyatt-subdivision	US		0	America/Chicago	30.59602	-91.15288	25			LA	033		
4346718	Yattan	yattan	US		0	America/Chicago	30.6013	-91.32122	8			LA	121		
4346719	Yawn (historical)	yawn-historical	US		0	America/Chicago	30.61741	-90.5937	23			LA	063		
4346727	Yellow Bayou	yellow-bayou	US		0	America/Chicago	30.9913	-91.84068	15			LA	009		
4346742	Yester Oaks	yester-oaks	US		0	America/Chicago	30.24992	-89.7959	1			LA	103		
4346748	Yorkdale	yorkdale	US		0	America/Chicago	30.55797	-91.12149	21			LA	033		
4346759	Young Landing	young-landing	US		0	America/Chicago	31.76905	-91.55929	16			LA	107		
4346765	Youngs	youngs	US		0	America/Chicago	29.96771	-92.11624	4			LA	113		
4346783	Yscloskey	yscloskey	US		0	America/Chicago	29.84187	-89.68839	1	Alluvial,Alluvial City,Alluvial Junction,Alluvian Junction,Hopedale,Proctors Sugar House,Proctorville,Wilkinson's Sugar House,Yscloskey		LA	087		
4346786	Yucatan Landing	yucatan-landing	US		0	America/Chicago	32.07988	-91.154	21			LA	107		
4346787	Zacarter	zacarter	US		0	America/Chicago	29.66549	-91.02982	2			LA	109		
4346796	Zee Zee Gardens	zee-zee-gardens	US		0	America/Chicago	30.42158	-91.16261	8			LA	033		
4346797	Zeeland Place	zeeland-place	US		0	America/Chicago	30.43491	-91.16288	15			LA	033		
4346804	Zenoria	zenoria	US		0	America/Chicago	31.74628	-92.33681	19			LA	059		
4346832	Zion City	zion-city	US		0	America/Chicago	30.51797	-91.1365	19			LA	033		
4346837	Zion Hill (historical)	zion-hill-historical	US		0	America/Chicago	32.00933	-92.64015	61			LA	127		
4346878	Zona	zona	US		0	America/Chicago	30.74824	-90.08119	38	Enon,Zona		LA	117		
4346883	Zugg (historical)	zugg-historical	US		0	America/Chicago	30.64824	-91.60928	4			LA	077		
4346889	Zylks	zylks	US		0	America/Chicago	33.0018	-94.01157	64	McCoy,Zylks		LA	017		
4346918	Aberdeen Hills	aberdeen-hills	US		0	America/New_York	39.52594	-76.1769	61			MD	025		
4346932	Abingdon Reserve	abingdon-reserve	US		0	America/New_York	39.46594	-76.28301	55			MD	025		
4346935	Abington Shores	abington-shores	US		0	America/New_York	38.5854	-76.66774	7			MD	009		
4346937	Academy Acres	academy-acres	US		0	America/New_York	39.44816	-76.80192	191			MD	005		
4346938	Academy Acres	academy-acres	US		0	America/New_York	39.45955	-77.03415	243			MD	013		
4346940	Academy Heights	academy-heights	US		0	America/New_York	39.28205	-76.72275	135			MD	005		
4346941	Academy Hill	academy-hill	US		0	America/New_York	38.65984	-76.66163	41			MD	009		
4346942	Academy Hills	academy-hills	US		0	America/New_York	39.65678	-75.85522	67			MD	015		
4346943	Academy Junction	academy-junction	US		0	America/New_York	39.08955	-76.6983	40			MD	003		
4346945	Academy Lane	academy-lane	US		0	America/New_York	39.43566	-76.78636	181			MD	005		
4346951	Acco Park	acco-park	US		0	America/New_York	38.67401	-76.99998	62			MD	033		
4346953	Accokeek Acres	accokeek-acres	US		0	America/New_York	38.66873	-76.99331	61			MD	033		
4346963	Accokeek Lawn	accokeek-lawn	US		0	America/New_York	38.66956	-77.03859	54			MD	033		
4346965	Acredale	acredale	US		0	America/New_York	39.00289	-76.94275	32			MD	033		
4346966	Acresville	acresville	US		0	America/New_York	39.17789	-76.61136	12			MD	003		
4346969	Acton Village	acton-village	US		0	America/New_York	38.64067	-76.90525	61			MD	017		
4346971	Adams Chance	adams-chance	US		0	America/New_York	39.57594	-76.88165	232			MD	013		
4346976	Four Star Mobile Home Park	four-star-mobile-home-park	US		0	America/New_York	39.52963	-76.12603	18	Adams Mobile Home Park,Four Star Mobile Home Park		MD	025		
4346981	Adamstown Village	adamstown-village	US		0	America/New_York	39.31677	-77.50638	104			MD	021		
4346989	Adams Heights	adams-heights	US		0	America/New_York	39.53789	-76.18023	89			MD	025		
4346990	Adelina	adelina	US		0	America/New_York	38.48068	-76.62135	39	Adalina,Adelina		MD	009		
4346995	Adelphi Park	adelphi-park	US		0	America/New_York	38.9865	-76.96803	22	Adelphi Manor,Adelphi Park		MD	033		
4346999	Adil Meadows	adil-meadows	US		0	America/New_York	39.294	-76.75525	151			MD	005		
4347007	Admiral Heights	admiral-heights	US		0	America/New_York	38.98483	-76.51857	11			MD	003		
4347008	Admirals Walk	admirals-walk	US		0	America/New_York	39.03456	-76.44718	11			MD	003		
4347009	Advocate Hill Farms	advocate-hill-farms	US		0	America/New_York	39.59955	-76.46107	189			MD	025		
4347010	Advocates Choice	advocates-choice	US		0	America/New_York	39.64177	-76.98304	214			MD	013		
4347011	Ady	ady	US		0	America/New_York	39.63872	-76.33274	144			MD	025		
4347012	Ady Estates	ady-estates	US		0	America/New_York	39.66788	-76.35385	121			MD	025		
4347013	Aero Acres	aero-acres	US		0	America/New_York	39.33233	-76.45302	19			MD	005		
4347018	Agner	agner	US		0	America/New_York	38.75567	-75.78938	14	Agner,Chestnut Grove,Chestnut Woods		MD	011		
4347020	Admiral (historical)	admiral-historical	US		0	America/New_York	39.09011	-76.73441	42	Admiral (historical),Harmans Station		MD	003		
4347022	Airedele	airedele	US		0	America/New_York	38.11846	-76.348	2	Airedele,Emory		MD	037		
4347023	Airey	airey	US		0	America/New_York	38.5229	-75.99272	5	Airey,Aireys		MD	019		
4347025	Airport Acres	airport-acres	US		0	America/New_York	39.46399	-77.01554	253			MD	013		
4347026	Airport Beach (historical)	airport-beach-historical	US		0	America/New_York	39.26344	-76.43829	1			MD	005		
4347031	Airy Estates	airy-estates	US		0	America/New_York	39.40594	-77.13387	211			MD	013		
4347033	Akers Acres	akers-acres	US		0	America/New_York	39.44538	-77.47749	210			MD	021		
4347036	Aladdin Village Trailer Park	aladdin-village-trailer-park	US		0	America/New_York	39.17455	-76.78331	73			MD	027		
4347038	Albantown	albantown	US		0	America/New_York	39.64094	-76.80886	240			MD	005		
4347039	Albatross Mobile Home Park	albatross-mobile-home-park	US		0	America/New_York	38.35261	-75.15769	6			MD	047		
4347042	Alberta Heights	alberta-heights	US		0	America/New_York	39.1515	-76.66775	30			MD	003		
4347043	Alberton (historical)	alberton-historical	US		0	America/New_York	39.31761	-76.81359	67			MD	027		
4347044	Albeth Heights	albeth-heights	US		0	America/New_York	39.30205	-76.90109	139			MD	027		
4347048	Aikin	aikin	US		0	America/New_York	39.574	-76.06773	42	Aiken,Aikens,Aikenstown,Aikin		MD	015		
4347049	Aldino	aldino	US		0	America/New_York	39.564	-76.19579	128	Aldino,Avondale,Mudtown		MD	025		
4347052	Alesia	alesia	US		0	America/New_York	39.68316	-76.82887	223			MD	013		
4347054	Alesia Heights	alesia-heights	US		0	America/New_York	39.68483	-76.82164	251			MD	013		
4347089	Allana Acres	allana-acres	US		0	America/New_York	39.71371	-76.91498	319			MD	013		
4347090	Allandale	allandale	US		0	America/New_York	39.62871	-77.06443	176			MD	013		
4347091	Allanwood	allanwood	US		0	America/New_York	39.11066	-77.03637	108			MD	031		
4347098	Allegany Grove	allegany-grove	US		0	America/New_York	39.64009	-78.82808	291			MD	001		
4347111	Allendale Estates	allendale-estates	US		0	America/New_York	39.58122	-76.25218	78			MD	025		
4347113	Allenford	allenford	US		0	America/New_York	39.31094	-76.86053	139			MD	027		
4347114	Allens Fresh	allens-fresh	US		0	America/New_York	38.41401	-76.94053	4	Allen Fresh,Allenfresh,Allens Fresh,Allens Mill,Allensfresh		MD	017		
4347121	Allenville	allenville	US		0	America/New_York	39.06039	-76.52274	12			MD	003		
4347123	Allibone (historical)	allibone-historical	US		0	America/New_York	39.61622	-76.3144	60			MD	025		
4347124	Allnut Farms Estates	allnut-farms-estates	US		0	America/New_York	39.19733	-76.96887	159			MD	027		
4347128	Allview Estates	allview-estates	US		0	America/New_York	39.19427	-76.85942	102			MD	027		
4347130	Allwood	allwood	US		0	America/New_York	39.18011	-76.64775	29			MD	003		
4347131	Allyson Gardens	allyson-gardens	US		0	America/New_York	39.42983	-76.78831	196			MD	005		
4347132	Alma Meadows	alma-meadows	US		0	America/New_York	39.58649	-76.8622	254			MD	013		
4347133	Almar Estates	almar-estates	US		0	America/New_York	38.81206	-76.59968	44			MD	003		
4347134	Almond Valley	almond-valley	US		0	America/New_York	39.45455	-76.92609	175			MD	013		
4347141	Alpine View	alpine-view	US		0	America/New_York	39.53399	-77.57054	280			MD	021		
4347144	Alta Vista Terrace	alta-vista-terrace	US		0	America/New_York	39.00539	-77.12053	96	Alta Vista Terrace		MD	031		
4347146	Altamont Place	altamont-place	US		0	America/New_York	39.60289	-75.93411	17			MD	015		
4347148	Alto Vista	alto-vista	US		0	America/New_York	39.55427	-76.99026	271			MD	013		
4347149	Altogether	altogether	US		0	America/New_York	39.61954	-77.42332	189			MD	021		
4347150	Alton Homes	alton-homes	US		0	America/New_York	39.51928	-76.18162	54			MD	025		
4347151	Altoona Beach	altoona-beach	US		0	America/New_York	39.15928	-76.54024	14			MD	003		
4347154	Amanda Hills	amanda-hills	US		0	America/New_York	39.6001	-77.05332	208			MD	013		
4347155	Amber Meadows	amber-meadows	US		0	America/New_York	39.45232	-77.40804	109			MD	021		
4347158	Amber Woode	amber-woode	US		0	America/New_York	38.71067	-76.58968	38			MD	009		
4347159	Amberfield	amberfield	US		0	America/New_York	39.01928	-76.69275	30			MD	003		
4347160	Amberleigh Farms	amberleigh-farms	US		0	America/New_York	38.49457	-76.86886	57			MD	017		
4347161	Amberly	amberly	US		0	America/New_York	39.01678	-76.44135	7			MD	003		
4347162	Amberly	amberly	US		0	America/New_York	39.37399	-76.93748	160			MD	013		
4347165	Amcelle Acres	amcelle-acres	US		0	America/New_York	39.58898	-78.84919	266			MD	001		
4347166	Amelano Manor	amelano-manor	US		0	America/New_York	39.47538	-77.42999	117			MD	021		
4347168	Amelung Estates	amelung-estates	US		0	America/New_York	39.30205	-77.40415	129			MD	021		
4347172	American Corner	american-corner	US		0	America/New_York	38.76734	-75.8191	16	American Corner,American Corners		MD	011		
4347188	Ammendale	ammendale	US		0	America/New_York	39.05094	-76.89664	40			MD	033		
4347192	Amcelle	amcelle	US		0	America/New_York	39.60787	-78.8153	196			MD	001		
4347195	Amos Mill	amos-mill	US		0	America/New_York	39.70038	-76.50108	182	Amos Mill,Amoss Mill,First Wiley Mill,Wiley Mill,Wileys Mill		MD	025		
4347196	Amoss	amoss	US		0	America/New_York	39.52816	-76.41024	140			MD	025		
4347197	Amyclae Estates	amyclae-estates	US		0	America/New_York	39.54983	-76.3219	104			MD	025		
4347198	Amys Acres	amys-acres	US		0	America/New_York	38.45957	-76.89719	48			MD	017		
4347205	Anchorage Anchors	anchorage-anchors	US		0	America/New_York	38.31735	-76.90497	3			MD	017		
4347206	Anchorage Park Mobile Home Park	anchorage-park-mobile-home-park	US		0	America/New_York	38.50873	-76.66218	1			MD	009		
4347208	Ancient Oak	ancient-oak	US		0	America/New_York	39.11177	-77.27054	121			MD	031		
4347209	Ancient Oak North	ancient-oak-north	US		0	America/New_York	39.12289	-77.27221	124			MD	031		
4347210	Ancient Oak West	ancient-oak-west	US		0	America/New_York	39.10816	-77.27832	131			MD	031		
4347211	Ancient Oaks	ancient-oaks	US		0	America/New_York	38.17013	-76.41217	9			MD	037		
4347216	Andersons Corner	andersons-corner	US		0	America/New_York	39.05705	-76.65524	41			MD	003		
4347217	Andersontown	andersontown	US		0	America/New_York	38.83789	-75.78327	16			MD	011		
4347219	Andora	andora	US		0	America/New_York	39.68483	-75.86077	111			MD	015		
4347220	Andora Acres	andora-acres	US		0	America/New_York	39.68594	-75.86522	104			MD	015		
4347221	Andorick Acres	andorick-acres	US		0	America/New_York	39.13511	-76.69136	53			MD	003		
4347233	Andover Estates	andover-estates	US		0	America/New_York	38.16874	-76.5044	3			MD	037		
4347244	Andrews Manor	andrews-manor	US		0	America/New_York	38.814	-76.89803	82			MD	033		
4347248	Annapolis Cove	annapolis-cove	US		0	America/New_York	38.93956	-76.46051	4			MD	003		
4347257	Annapolis Landing	annapolis-landing	US		0	America/New_York	38.94011	-76.58302	17			MD	003		
4347263	Annapolis Overlook	annapolis-overlook	US		0	America/New_York	38.95372	-76.50524	12			MD	003		
4347270	Annapolis Roads	annapolis-roads	US		0	America/New_York	38.95122	-76.47496	12			MD	003		
4347273	Annapolis Rock	annapolis-rock	US		0	America/New_York	39.28177	-77.13165	164			MD	027		
4347293	Annemessix Towne (historical)	annemessix-towne-historical	US		0	America/New_York	38.03901	-75.77882	1			MD	039		
4347294	Anneslie	anneslie	US		0	America/New_York	39.37594	-76.60441	131			MD	005		
4347295	Annetta Gardens	annetta-gardens	US		0	America/New_York	39.18844	-76.80275	102			MD	027		
4347296	Annie Hall	annie-hall	US		0	America/New_York	38.67567	-76.57079	6			MD	009		
4347297	Another Place	another-place	US		0	America/New_York	38.44179	-76.52329	35			MD	009		
4347298	Anscroft	anscroft	US		0	America/New_York	39.12539	-77.05387	136			MD	031		
4347302	Anthonyville	anthonyville	US		0	America/New_York	39.33788	-76.55191	61			MD	510		
4347303	Antietam	antietam	US		89	America/New_York	39.41621	-77.74222	93	Antietam,Antietam Village,Antietum		MD	043		
4347306	Annes Delight	annes-delight	US		0	America/New_York	39.42705	-76.34718	31			MD	025		
4347309	Antietam Farmettes	antietam-farmettes	US		0	America/New_York	39.52371	-77.71166	139			MD	043		
4347310	Antietam Heights	antietam-heights	US		0	America/New_York	39.47649	-77.69499	127			MD	043		
4347312	Antietam Manor	antietam-manor	US		0	America/New_York	39.52927	-77.74527	150			MD	043		
4347315	Antietam Overlook	antietam-overlook	US		0	America/New_York	39.52149	-77.69833	156			MD	043		
4347319	Antietam Village	antietam-village	US		0	America/New_York	39.43899	-77.41415	100			MD	021		
4347329	Anton Woods	anton-woods	US		0	America/New_York	39.40011	-76.72581	133			MD	005		
4347336	Appeal	appeal	US		0	America/New_York	38.36762	-76.44828	27	Appeal,Frazier		MD	009		
4347338	Apple Greene	apple-greene	US		0	America/New_York	38.71623	-76.65385	36			MD	009		
4347342	Apple Ridge	apple-ridge	US		0	America/New_York	39.37927	-76.5108	76			MD	005		
4347343	Applegarth (historical)	applegarth-historical	US		0	America/New_York	38.24485	-76.13994	1	Apple Garth,Applegarth (historical)		MD	019		
4347348	Appleton Acres	appleton-acres	US		0	America/New_York	39.7015	-75.81688	103			MD	015		
4347349	Appleton Glen	appleton-glen	US		0	America/New_York	39.70428	-75.81494	88			MD	015		
4347350	Appletown	appletown	US		0	America/New_York	39.48066	-77.64749	177	Appleton,Appletown		MD	043		
4347352	Appolds	appolds	US		0	America/New_York	39.62732	-77.32165	134			MD	021		
4347353	April Estates	april-estates	US		0	America/New_York	38.66095	-76.61968	36			MD	009		
4347356	Aquahart Manor	aquahart-manor	US		0	America/New_York	39.15011	-76.62774	19			MD	003		
4347362	Araby View	araby-view	US		0	America/New_York	39.35399	-77.38554	122			MD	021		
4347364	Arbor Greene	arbor-greene	US		0	America/New_York	38.69123	-76.63107	49			MD	009		
4347365	Arboranda Estates	arboranda-estates	US		0	America/New_York	39.68343	-77.78861	144			MD	043		
4347366	Arbordale	arbordale	US		0	America/New_York	39.14539	-76.61635	19			MD	003		
4347367	Arborview	arborview	US		0	America/New_York	38.49734	-76.78247	52			MD	017		
4347368	Arborwood	arborwood	US		0	America/New_York	39.46399	-76.79109	211			MD	005		
4347369	Arbour Green	arbour-green	US		0	America/New_York	39.39872	-76.45663	65			MD	005		
4347370	Arbour Manor	arbour-manor	US		0	America/New_York	39.24316	-76.69941	42			MD	005		
4347371	Arbutus	arbutus	US		20483	America/New_York	39.25455	-76.69997	46	Arbjutus,Arbutus,Crowdentown,Sulpher Spring,Sulphur Springs,arbywts  mrylnd,Арбютус,آربیوتس، مریلند,آربیوٹس، میری لینڈ		MD	005		
4347379	Arcadia Shores	arcadia-shores	US		0	America/New_York	38.76401	-76.1605	3			MD	041		
4347380	Arch Bridge	arch-bridge	US		0	America/New_York	39.44788	-77.50082	321			MD	021		
4347384	Arched Bow Valley	arched-bow-valley	US		0	America/New_York	39.62344	-76.83053	237			MD	013		
4347391	Arden Valley	arden-valley	US		0	America/New_York	39.57372	-76.68858	200			MD	005		
4347392	Arden on the Severn	arden-on-the-severn	US		1953	America/New_York	39.06594	-76.57885	14	Arden-on-the-Severn		MD	003		
4347395	Ardwick	ardwick	US		0	America/New_York	38.94567	-76.88081	50			MD	033		
4347398	Ardwick Park	ardwick-park	US		0	America/New_York	38.94206	-76.87164	32			MD	033		
4347402	Argonne Hills	argonne-hills	US		0	America/New_York	39.11455	-76.76525	60			MD	003		
4347416	Armacost	armacost	US		0	America/New_York	39.61344	-76.80387	221			MD	005		
4347419	Armiger	armiger	US		0	America/New_York	39.12511	-76.53469	17			MD	003		
4347420	Armistead Gardens	armistead-gardens	US		0	America/New_York	39.30177	-76.54941	31			MD	510		
4347423	Armistead Homes	armistead-homes	US		0	America/New_York	39.30705	-76.55719	17			MD	510		
4347429	Arnold Heights	arnold-heights	US		0	America/New_York	38.85372	-76.93636	83			MD	033		
4347437	Arnoldtown	arnoldtown	US		0	America/New_York	39.40955	-77.60582	149	Arnoldstown,Arnoldtown		MD	021		
4347439	Anton North	anton-north	US		0	America/New_York	39.40205	-76.72414	142			MD	005		
4347440	Arrowhead	arrowhead	US		0	America/New_York	39.45844	-77.41249	99			MD	021		
4347441	Arrowhead	arrowhead	US		0	America/New_York	39.18761	-76.8622	95			MD	027		
4347442	Arrowhead Acres	arrowhead-acres	US		0	America/New_York	39.60233	-76.07328	123			MD	015		
4347444	Arrowhead Farms Estates	arrowhead-farms-estates	US		0	America/New_York	38.98289	-76.6933	35			MD	003		
4347445	Arters Mill	arters-mill	US		0	America/New_York	39.6651	-77.07165	163			MD	013		
4347446	Arters Mill Estates	arters-mill-estates	US		0	America/New_York	39.68816	-77.07276	172			MD	013		
4347448	Arthur Ridge	arthur-ridge	US		0	America/New_York	39.41732	-77.02748	233			MD	013		
4347451	Arundel	arundel	US		0	America/New_York	39.56595	-75.873	26			MD	015		
4347452	Arundel Acres	arundel-acres	US		0	America/New_York	39.0765	-76.67608	60			MD	003		
4347453	Arundel Beach	arundel-beach	US		0	America/New_York	39.07705	-76.51857	5			MD	003		
4347455	Arrington Estates	arrington-estates	US		0	America/New_York	39.39038	-76.93387	187			MD	013		
4347459	Arundel Gardens	arundel-gardens	US		0	America/New_York	39.21261	-76.61886	48	Arundel Garden,Arundel Gardens		MD	003		
4347462	Arundel Hills	arundel-hills	US		0	America/New_York	39.20233	-76.63747	47			MD	003		
4347468	Arundel View	arundel-view	US		0	America/New_York	39.07067	-76.67858	62			MD	003		
4347469	Arundel Village	arundel-village	US		0	America/New_York	39.22233	-76.60413	43			MD	003		
4347471	Arundel on the Bay	arundel-on-the-bay	US		0	America/New_York	38.92067	-76.46274	4			MD	003		
4347473	Asberry (historical)	asberry-historical	US		0	America/New_York	39.02706	-76.50524	38			MD	003		
4347508	Ascot Estates	ascot-estates	US		0	America/New_York	39.52066	-76.56441	181			MD	005		
4347509	Ashbox	ashbox	US		0	America/New_York	38.67123	-76.79691	67			MD	033		
4347510	Ashburton	ashburton	US		0	America/New_York	39.01289	-77.12776	113	Ashburton,Beane		MD	031		
4347518	Ashby Park	ashby-park	US		0	America/New_York	38.78539	-76.07605	9			MD	041		
4347519	Ashby Place	ashby-place	US		0	America/New_York	39.42539	-76.31412	32			MD	025		
4347520	Ashcroft	ashcroft	US		0	America/New_York	39.02428	-76.50246	38			MD	003		
4347521	Asher Glade	asher-glade	US		0	America/New_York	39.70397	-79.44726	596			MD	023		
4347531	Ashland Landing	ashland-landing	US		0	America/New_York	39.12039	-76.09689	3			MD	035		
4347534	Ashlar Hill	ashlar-hill	US		0	America/New_York	39.37927	-76.5733	109			MD	005		
4347536	Ashleigh	ashleigh	US		0	America/New_York	39.01705	-77.16053	69			MD	031		
4347539	Ashley Acres	ashley-acres	US		0	America/New_York	39.32372	-77.24304	189			MD	021		
4347540	Ashley Manor	ashley-manor	US		0	America/New_York	39.13344	-77.03442	124			MD	031		
4347541	Ashley Mobile Home Park	ashley-mobile-home-park	US		0	America/New_York	39.40983	-77.05498	267			MD	013		
4347542	Ashmead	ashmead	US		0	America/New_York	39.15705	-76.99137	130			MD	031		
4347546	Ashton Manor	ashton-manor	US		0	America/New_York	39.14455	-77.01081	140			MD	031		
4347547	Ashton Pond	ashton-pond	US		0	America/New_York	39.15066	-76.98803	132			MD	031		
4347549	Ashton River Estates	ashton-river-estates	US		0	America/New_York	39.17622	-77.02609	109			MD	031		
4347551	Ashwood Manor	ashwood-manor	US		0	America/New_York	38.74039	-76.66774	40			MD	009		
4347553	Aspen Hill	aspen-hill	US		48759	America/New_York	39.07955	-77.07303	100	Aspen Hill		MD	031		
4347555	Aspen Hill Park	aspen-hill-park	US		0	America/New_York	39.07205	-77.09442	105			MD	031		
4347558	Aspen Knolls	aspen-knolls	US		0	America/New_York	39.08344	-77.08831	124			MD	031		
4347559	Aspen Park	aspen-park	US		0	America/New_York	39.13539	-76.54969	15			MD	003		
4347564	Aspen Run	aspen-run	US		0	America/New_York	39.57955	-76.89887	202			MD	013		
4347576	Asylum (historical)	asylum-historical	US		0	America/New_York	39.26705	-76.72469	126			MD	005		
4347587	Atkins Acres	atkins-acres	US		0	America/New_York	39.37927	-77.11554	228			MD	013		
4347591	Atlantis	atlantis	US		0	America/New_York	39.0465	-76.45468	21			MD	003		
4347597	Augusta Acres	augusta-acres	US		0	America/New_York	39.12705	-76.61524	23			MD	003		
4347599	Aurora Hills	aurora-hills	US		0	America/New_York	39.08733	-76.64747	35			MD	003		
4347601	Auth Village	auth-village	US		0	America/New_York	38.82095	-76.9022	79	Auth Village,Hungry Neck		MD	033		
4347602	Autumn Chase at Riva Trace	autumn-chase-at-riva-trace	US		0	America/New_York	38.96428	-76.56218	14			MD	003		
4347603	Autumn Estates	autumn-estates	US		0	America/New_York	38.7029	-76.56246	37			MD	009		
4347604	Autumn Grove	autumn-grove	US		0	America/New_York	38.36401	-75.54131	11			MD	045		
4347605	Autumn Hill	autumn-hill	US		0	America/New_York	39.25733	-76.81164	112			MD	027		
4347606	Autumn Ridge	autumn-ridge	US		0	America/New_York	39.5951	-76.99109	228			MD	013		
4347607	Autumn Wind	autumn-wind	US		0	America/New_York	39.46455	-76.72636	184			MD	005		
4347608	Autumn Woods	autumn-woods	US		0	America/New_York	39.14427	-76.81692	64			MD	027		
4347613	Avalon Park	avalon-park	US		0	America/New_York	38.41928	-75.55659	14			MD	045		
4347614	Avalon Shores	avalon-shores	US		0	America/New_York	38.83762	-76.51774	1			MD	003		
4347615	Aveley	aveley	US		0	America/New_York	38.77928	-76.13883	3			MD	041		
4347623	Avila	avila	US		0	America/New_York	38.90845	-76.61413	50			MD	003		
4347624	Avilton	avilton	US		0	America/New_York	39.65036	-79.04225	807	Avilton,McKenzie Settlement,Pea Ridge,Saint Anns		MD	023		
4347626	Avon Crest	avon-crest	US		0	America/New_York	38.58679	-77.01025	58			MD	017		
4347630	Avondale Ridge	avondale-ridge	US		0	America/New_York	39.56177	-77.02915	187			MD	013		
4347631	Avondale Run	avondale-run	US		0	America/New_York	39.56677	-77.02887	193			MD	013		
4347633	Avondale Terrace	avondale-terrace	US		0	America/New_York	38.95344	-76.97609	30			MD	033		
4347634	Avonvue	avonvue	US		0	America/New_York	38.70706	-76.18078	3			MD	041		
4347637	Aspenwood	aspenwood	US		0	America/New_York	39.15011	-76.81942	84			MD	027		
4347640	Aylor	aylor	US		0	America/New_York	39.38344	-77.36915	115			MD	021		
4347641	Aynsley	aynsley	US		0	America/New_York	39.46205	-77.45943	160			MD	021		
4347642	Ayres	ayres	US		0	America/New_York	38.66428	-77.01914	52			MD	033		
4347643	Ayres Lane Estates	ayres-lane-estates	US		0	America/New_York	38.12179	-75.33714	12			MD	047		
4347647	B and J Trailer Park	b-and-j-trailer-park	US		0	America/New_York	39.51817	-76.14579	19			MD	025		
4347648	Babel Heights	babel-heights	US		0	America/New_York	39.48816	-76.96831	243			MD	013		
4347649	Babylon Heights	babylon-heights	US		0	America/New_York	39.70704	-77.08859	214			MD	013		
4347656	Bachman Mills	bachman-mills	US		0	America/New_York	39.6626	-76.94692	202	Bachman Hills,Bachman Mills,Bachmans Mills,Bowers Mill		MD	013		
4347657	Bachman Valley Estates	bachman-valley-estates	US		0	America/New_York	39.6651	-76.93859	202			MD	013		
4347658	Back Bay	back-bay	US		0	America/New_York	38.83067	-76.53857	2			MD	003		
4347659	Back Bay Beach	back-bay-beach	US		0	America/New_York	38.8315	-76.53524	2			MD	003		
4347692	Back River	back-river	US		0	America/New_York	39.30066	-76.4933	3			MD	005		
4347693	Back River Highlands	back-river-highlands	US		0	America/New_York	39.31483	-76.48052	16			MD	005		
4347705	Bacon Hill	bacon-hill	US		0	America/New_York	39.604	-75.89244	27			MD	015		
4347712	Baden Estates	baden-estates	US		0	America/New_York	38.59123	-76.53023	35			MD	009		
4347714	Bagleys Venture	bagleys-venture	US		0	America/New_York	39.4965	-76.39496	136			MD	025		
4347715	Bagtown	bagtown	US		333	America/New_York	39.58176	-77.61055	209			MD	043		
4347716	Bahama View	bahama-view	US		0	America/New_York	38.82873	-76.54301	2			MD	003		
4347717	Baie Holm	baie-holm	US		0	America/New_York	38.84817	-76.36718	4			MD	035		
4347718	Baile	baile	US		0	America/New_York	39.5151	-77.05804	258			MD	013		
4347719	Bailes Mill	bailes-mill	US		0	America/New_York	39.53121	-77.05804	186			MD	013		
4347738	Bald Eagle	bald-eagle	US		0	America/New_York	38.67651	-76.72247	46			MD	033		
4347743	Bald Friar (historical)	bald-friar-historical	US		0	America/New_York	39.70288	-76.20995	66			MD	015		
4347745	Bald Hill	bald-hill	US		0	America/New_York	39.68594	-76.22857	98			MD	025		
4347750	Baldwin Acres	baldwin-acres	US		0	America/New_York	38.95983	-76.33384	3			MD	035		
4347752	Baldwin Estates	baldwin-estates	US		0	America/New_York	39.48372	-76.44969	143			MD	005		
4347753	Baldwin Hills	baldwin-hills	US		0	America/New_York	39.04817	-76.64858	40			MD	003		
4347754	Baldwin Hills	baldwin-hills	US		0	America/New_York	39.56677	-76.4633	177			MD	025		
4347755	Baldwin Hills South	baldwin-hills-south	US		0	America/New_York	39.03955	-76.64497	29			MD	003		
4347756	Baldwin Manor	baldwin-manor	US		0	America/New_York	39.50983	-76.1594	24			MD	025		
4347758	Baldwin Mill Terrace	baldwin-mill-terrace	US		0	America/New_York	39.509	-76.47746	155			MD	005		
4347763	Ballard Gardens	ballard-gardens	US		0	America/New_York	39.3365	-76.44385	14			MD	005		
4347768	Ballenger Creek Meadows	ballenger-creek-meadows	US		0	America/New_York	39.3876	-77.44999	118			MD	021		
4347772	Ballenger Heights	ballenger-heights	US		0	America/New_York	39.36177	-77.49943	149			MD	021		
4347777	Balmoral	balmoral	US		0	America/New_York	39.42094	-77.30054	135			MD	021		
4347800	Baltimore Highlands	baltimore-highlands	US		7019	America/New_York	39.23316	-76.63663	11			MD	005		
4347830	Bank (historical)	bank-historical	US		0	America/New_York	39.65622	-75.81966	40			MD	015		
4347839	Ballenger Creek	ballenger-creek	US		18274	America/New_York	39.3726	-77.43526	92			MD	021		
4347842	Bannockburn	bannockburn	US		0	America/New_York	38.97344	-77.14165	67			MD	031		
4347843	Bannockburn Estates	bannockburn-estates	US		0	America/New_York	38.98372	-77.1472	72			MD	031		
4347844	Bannockburn Heights	bannockburn-heights	US		0	America/New_York	38.98122	-77.14248	75			MD	031		
4347851	Bar Harbor Manor	bar-harbor-manor	US		0	America/New_York	39.15539	-76.50913	5			MD	003		
4347852	Bar Kess Heights	bar-kess-heights	US		0	America/New_York	39.52067	-76.15801	39			MD	025		
4347855	Bar-Klee Estates	bar-klee-estates	US		0	America/New_York	39.45232	-76.99609	238			MD	013		
4347859	Barber	barber	US		0	America/New_York	38.64206	-76.01994	14			MD	041		
4347861	Barbers Quarter	barbers-quarter	US		0	America/New_York	38.37457	-76.8408	12	Barbers Quarter,Felecity,Lukeland		MD	037		
4347862	Barbersville Trailer Park	barbersville-trailer-park	US		0	America/New_York	39.09039	-76.82469	47			MD	003		
4347869	Bare Hills	bare-hills	US		0	America/New_York	39.38122	-76.6533	100	Bare Hills,Lake Roland		MD	005		
4347874	Barefoot Acres	barefoot-acres	US		0	America/New_York	38.28763	-76.5069	33			MD	037		
4347875	Barefoot Park	barefoot-park	US		0	America/New_York	38.68984	-76.57857	41			MD	009		
4347876	Bark Hill	bark-hill	US		0	America/New_York	39.58677	-77.15248	181	Bark Hill,Barkhill		MD	013		
4347882	Banner Country	banner-country	US		0	America/New_York	39.23288	-77.20804	168			MD	031		
4347883	Barksdale Farms	barksdale-farms	US		0	America/New_York	39.66567	-75.81244	54			MD	015		
4347888	Barnaby Manor Oaks	barnaby-manor-oaks	US		0	America/New_York	38.81817	-76.96775	73			MD	033		
4347893	Barnes Corner	barnes-corner	US		0	America/New_York	39.67511	-76.0655	124			MD	015		
4347896	Barnes Landing	barnes-landing	US		0	America/New_York	38.3904	-76.10494	0			MD	019		
4347904	Baronet Woods	baronet-woods	US		0	America/New_York	39.42622	-76.74414	179			MD	005		
4347906	Barrelville	barrelville	US		73	America/New_York	39.70175	-78.84252	307	Barrallville,Barralville,Barrellville,Barrelville,Pamosa		MD	001		
4347927	Barrington Manor	barrington-manor	US		0	America/New_York	39.11761	-76.53857	16			MD	003		
4347928	Barrington Woods	barrington-woods	US		0	America/New_York	39.22038	-76.80886	156			MD	027		
4347934	Bartholows	bartholows	US		0	America/New_York	39.37399	-77.23193	159	Bartholow,Bartholow Switch,Bartholows		MD	021		
4347935	Bartlett Heights	bartlett-heights	US		0	America/New_York	39.45844	-77.41582	107			MD	021		
4347946	Barton Woods	barton-woods	US		0	America/New_York	39.209	-77.21304	142			MD	031		
4347964	Batter Brook Farms	batter-brook-farms	US		0	America/New_York	39.43789	-76.4383	87			MD	005		
4347965	Battersea on the Bay	battersea-on-the-bay	US		0	America/New_York	38.74067	-77.00525	13			MD	033		
4347986	Battery Point Farms	battery-point-farms	US		0	America/New_York	39.46817	-75.90411	11			MD	015		
4347993	Battle (historical)	battle-historical	US		0	America/New_York	38.45207	-76.58857	29	Battle (historical),Battle Town,Battletown,Calvert Town,Calverton,Calvertown		MD	009		
4347995	Bates Acres	bates-acres	US		0	America/New_York	38.21124	-76.48523	27			MD	037		
4347999	Battle Grove	battle-grove	US		0	America/New_York	39.27205	-76.47718	3			MD	005		
4348009	Baugher Woods	baugher-woods	US		0	America/New_York	39.56927	-77.43665	152			MD	021		
4348019	Bay Colony	bay-colony	US		0	America/New_York	38.39095	-75.15574	2			MD	047		
4348020	Bay Country	bay-country	US		0	America/New_York	38.75956	-76.61496	45			MD	003		
4348022	Bay Forest	bay-forest	US		0	America/New_York	38.18707	-76.36078	3			MD	037		
4348024	Bay Harbour	bay-harbour	US		0	America/New_York	38.26123	-75.25547	11			MD	047		
4348025	Bay Hills	bay-hills	US		0	America/New_York	39.04872	-76.48246	37			MD	003		
4348032	Bay Ridge	bay-ridge	US		0	America/New_York	38.93789	-76.45996	9			MD	003		
4348033	Bay Ridge	bay-ridge	US		0	America/New_York	39.69538	-76.33663	139			MD	025		
4348035	Bay Ridge Junction	bay-ridge-junction	US		0	America/New_York	38.97872	-76.50441	4			MD	003		
4348037	Bay Shore Acres	bay-shore-acres	US		0	America/New_York	38.34289	-75.10352	1			MD	047		
4348038	Bay Shore Park (historical)	bay-shore-park-historical	US		0	America/New_York	39.20761	-76.42718	3			MD	005		
4348039	Bay Terrace	bay-terrace	US		0	America/New_York	38.5504	-76.5619	46			MD	009		
4348040	Bay View	bay-view	US		0	America/New_York	39.64345	-75.96133	116	Bay View,Bayview,Shelemiah		MD	015		
4348042	Bay View Estates	bay-view-estates	US		0	America/New_York	39.42511	-75.99883	6			MD	015		
4348043	Bay View Heights	bay-view-heights	US		0	America/New_York	38.97567	-76.49996	10			MD	003		
4348045	Reeds at Bayview Mobile Home Park	reeds-at-bayview-mobile-home-park	US		0	America/New_York	39.4448	-76.28341	9	Bay View Mobile Home Park,Reeds at Bayview Mobile Home Park		MD	025		
4348049	Bayberry	bayberry	US		0	America/New_York	39.0615	-76.47329	0			MD	003		
4348052	Baycrest	baycrest	US		0	America/New_York	38.6979	-76.53357	0			MD	009		
4348055	Bayhead	bayhead	US		0	America/New_York	39.04289	-76.42413	1			MD	003		
4348060	Baynesville	baynesville	US		0	America/New_York	39.40011	-76.56191	135			MD	005		
4348061	Bayshore (historical)	bayshore-historical	US		0	America/New_York	39.21511	-76.42052	2			MD	005		
4348062	Bayshore Estates	bayshore-estates	US		0	America/New_York	38.364	-75.07241	2			MD	047		
4348063	Bayside Beach	bayside-beach	US		0	America/New_York	39.1365	-76.44329	3			MD	003		
4348065	Bayside Keys	bayside-keys	US		0	America/New_York	38.409	-75.06713	2			MD	047		
4348067	Bayside Village	bayside-village	US		0	America/New_York	39.49595	-76.14245	18			MD	025		
4348069	Baytowne Village	baytowne-village	US		0	America/New_York	38.96956	-76.53024	13			MD	003		
4348070	Bayview (historical)	bayview-historical	US		0	America/New_York	38.08734	-75.37408	11			MD	047		
4348071	Bayview Estates	bayview-estates	US		0	America/New_York	39.55206	-76.11551	69			MD	025		
4348072	Bayview Manor Mobile Home Park	bayview-manor-mobile-home-park	US		0	America/New_York	38.59734	-76.5169	27			MD	009		
4348073	Baywalker Village	baywalker-village	US		0	America/New_York	38.77345	-76.57551	27			MD	003		
4348074	Baywood Manor	baywood-manor	US		0	America/New_York	39.23983	-76.16717	12			MD	029		
4348078	Beach Harbor Mobile Home Park	beach-harbor-mobile-home-park	US		0	America/New_York	38.96567	-76.21551	2			MD	035		
4348082	Beachley	beachley	US		0	America/New_York	39.39649	-77.52332	191			MD	021		
4348083	Beachmont Estates	beachmont-estates	US		0	America/New_York	39.38371	-76.98303	196			MD	013		
4348084	Beachville	beachville	US		0	America/New_York	38.14874	-76.41578	5			MD	037		
4348088	Beachwood Glen	beachwood-glen	US		0	America/New_York	39.36261	-75.8616	7			MD	029		
4348089	Beachwood Grove	beachwood-grove	US		0	America/New_York	39.10594	-76.53218	12			MD	003		
4348094	Beacon Hill	beacon-hill	US		0	America/New_York	39.04233	-76.41996	1			MD	003		
4348095	Beacon Hill	beacon-hill	US		0	America/New_York	39.47677	-76.6308	141			MD	005		
4348096	Beacon View	beacon-view	US		0	America/New_York	39.04039	-76.42857	4			MD	003		
4348098	Beachwood Forest	beachwood-forest	US		0	America/New_York	39.10178	-76.52746	13			MD	003		
4348108	Beans Landing	beans-landing	US		0	America/New_York	38.11679	-76.39606	3			MD	037		
4348109	Beantown	beantown	US		0	America/New_York	38.61456	-76.94136	62	Beantown,Beantown Station		MD	017		
4348110	Beantown	beantown	US		0	America/New_York	39.09539	-77.13998	130	Beantown,Southlawn		MD	031		
4348125	Bear Creek Junction	bear-creek-junction	US		0	America/New_York	39.24483	-76.46691	5			MD	005		
4348139	Bear Run	bear-run	US		0	America/New_York	39.63066	-77.10665	178			MD	013		
4348149	Beau Monde Estates	beau-monde-estates	US		0	America/New_York	39.21316	-77.25915	157			MD	031		
4348150	Beaufort Park	beaufort-park	US		0	America/New_York	39.14177	-76.94331	138			MD	027		
4348151	Beaumont Park	beaumont-park	US		0	America/New_York	39.35566	-76.60969	110			MD	510		
4348153	Beauty Beach	beauty-beach	US		0	America/New_York	39.15289	-76.54635	9			MD	003		
4348154	Beauvue	beauvue	US		0	America/New_York	38.25291	-76.62663	15			MD	037		
4348160	Beaver Creek Estates	beaver-creek-estates	US		0	America/New_York	39.60565	-77.61999	170			MD	043		
4348172	Beaver Ridge	beaver-ridge	US		0	America/New_York	39.5151	-76.92526	221			MD	013		
4348176	Beaver Run Manor	beaver-run-manor	US		0	America/New_York	38.37873	-75.5302	13			MD	045		
4348181	Beaverbrook	beaverbrook	US		0	America/New_York	39.63899	-77.60277	201			MD	043		
4348200	Beckley Estates	beckley-estates	US		0	America/New_York	39.59788	-76.53858	188			MD	025		
4348201	Beckleysville	beckleysville	US		0	America/New_York	39.64177	-76.77803	196			MD	005		
4348205	Becks Landing	becks-landing	US		0	America/New_York	39.16511	-76.14245	1	Becks Landing,Becks Wharf		MD	029		
4348216	Beech Crest Mobile Estates	beech-crest-mobile-estates	US		0	America/New_York	39.11844	-76.83136	71			MD	027		
4348224	Beechfield	beechfield	US		0	America/New_York	39.27177	-76.69275	61			MD	510		
4348227	Beechwood	beechwood	US		0	America/New_York	38.7465	-76.06216	7			MD	041		
4348228	Beechwood Mobile Home Park	beechwood-mobile-home-park	US		0	America/New_York	39.46372	-76.26023	8			MD	025		
4348230	Beechwood on the Burley	beechwood-on-the-burley	US		0	America/New_York	38.999	-76.44913	0			MD	003		
4348234	Beetree	beetree	US		0	America/New_York	39.68372	-76.66692	167	Bee Tree,Beetree		MD	005		
4348236	Beetree Manor	beetree-manor	US		0	America/New_York	39.70121	-76.68719	224			MD	005		
4348241	Bel Air Acres	bel-air-acres	US		0	America/New_York	38.63095	-76.92525	63			MD	017		
4348242	Bel Air Acres	bel-air-acres	US		0	America/New_York	39.51955	-76.36774	83			MD	025		
4348262	Bel Alton Estates	bel-alton-estates	US		0	America/New_York	38.46818	-76.97608	48			MD	017		
4348265	Bel Forest	bel-forest	US		0	America/New_York	39.54011	-76.38218	132			MD	025		
4348266	Bel Hill (historical)	bel-hill-historical	US		0	America/New_York	39.63067	-75.82605	13			MD	015		
4348269	Bel Pre Farms	bel-pre-farms	US		0	America/New_York	39.09122	-77.0622	134			MD	031		
4348285	Belgravia	belgravia	US		0	America/New_York	39.35094	-76.53413	60			MD	510		
4348286	Belhaven Beach	belhaven-beach	US		0	America/New_York	39.12761	-76.47774	11			MD	003		
4348287	Belhaven Woods	belhaven-woods	US		0	America/New_York	39.13983	-76.48329	17			MD	003		
4348296	Bell Forest	bell-forest	US		0	America/New_York	39.119	-76.49941	23			MD	003		
4348297	Bell Haven	bell-haven	US		0	America/New_York	38.60734	-76.58301	29			MD	009		
4348300	Bellcar	bellcar	US		0	America/New_York	38.6079	-76.51357	2			MD	009		
4348301	Belle Farm Estates	belle-farm-estates	US		0	America/New_York	39.37233	-76.75664	147			MD	005		
4348302	Belle Farm Heritage	belle-farm-heritage	US		0	America/New_York	39.68261	-76.38663	126			MD	025		
4348305	Belle Grove Square	belle-grove-square	US		0	America/New_York	39.57732	-77.00109	233			MD	013		
4348307	Belle Meade	belle-meade	US		0	America/New_York	39.52761	-76.41496	135			MD	025		
4348308	Belle Point Farm	belle-point-farm	US		0	America/New_York	38.94261	-76.16745	0			MD	035		
4348309	Belle Ridge Farms	belle-ridge-farms	US		0	America/New_York	38.50318	-76.82052	52			MD	017		
4348310	Belleair Estates	belleair-estates	US		0	America/New_York	38.74678	-76.96831	71			MD	033		
4348311	Bellegrove	bellegrove	US		0	America/New_York	39.70676	-78.33807	200	Belle Grove,Bellegrove		MD	001		
4348312	Bellemead	bellemead	US		0	America/New_York	38.94206	-76.88608	34			MD	033		
4348313	Bellemere Estates	bellemere-estates	US		0	America/New_York	39.62926	-77.38832	139			MD	021		
4348314	Bellemonte	bellemonte	US		0	America/New_York	39.39732	-77.59693	166			MD	021		
4348315	Bellerive Village	bellerive-village	US		0	America/New_York	39.04261	-76.47191	12			MD	003		
4348316	Belleview Estates	belleview-estates	US		0	America/New_York	39.05011	-76.52746	26			MD	003		
4348318	Bellevue Estates	bellevue-estates	US		0	America/New_York	38.66234	-77.0047	53			MD	033		
4348319	Bellevue Heights	bellevue-heights	US		0	America/New_York	39.5676	-77.17387	145			MD	013		
4348322	Bellewood	bellewood	US		0	America/New_York	38.61262	-76.8533	58			MD	017		
4348330	Bells Mill	bells-mill	US		0	America/New_York	39.33288	-77.57749	84			MD	021		
4348331	Bells Mill	bells-mill	US		0	America/New_York	39.02122	-77.1622	60			MD	031		
4348334	Bells Mobile Home Park	bells-mobile-home-park	US		0	America/New_York	39.09554	-76.68408	39	Bells Mobile Home Park,Bells Trailer Park		MD	003		
4348336	Belltown	belltown	US		0	America/New_York	39.42705	-76.80498	204			MD	005		
4348338	Bellview	bellview	US		0	America/New_York	39.34455	-76.53941	51			MD	510		
4348340	Belmar Estates	belmar-estates	US		0	America/New_York	39.43899	-77.0997	257			MD	013		
4348344	Belmont Acres	belmont-acres	US		0	America/New_York	38.68012	-75.94299	7			MD	011		
4348348	Belmont Landing	belmont-landing	US		0	America/New_York	38.60567	-76.02244	7			MD	041		
4348366	Belvedere	belvedere	US		0	America/New_York	39.59706	-76.02245	56	Belvedere,Belvidere		MD	015		
4348367	Belvedere	belvedere	US		0	America/New_York	39.07872	-77.26082	108			MD	031		
4348370	Beltsville Heights	beltsville-heights	US		0	America/New_York	39.04566	-76.90803	48			MD	033		
4348372	Belvedere Heights	belvedere-heights	US		0	America/New_York	39.05594	-76.50218	26			MD	003		
4348375	Belvedere Woodland	belvedere-woodland	US		0	America/New_York	38.23957	-76.56635	35			MD	037		
4348378	Belvoir Farms	belvoir-farms	US		0	America/New_York	39.01956	-76.57913	44			MD	003		
4348379	Belvoir Manor	belvoir-manor	US		0	America/New_York	39.02344	-76.58246	57	Belvoir,Belvoir Manor		MD	003		
4348380	Bembe Beach	bembe-beach	US		0	America/New_York	38.96372	-76.47552	8			MD	003		
4348383	Ben Oaks	ben-oaks	US		0	America/New_York	39.08622	-76.61052	18			MD	003		
4348385	Ben-Har Heights	ben-har-heights	US		0	America/New_York	39.60566	-76.87998	226			MD	013		
4348386	Bendale	bendale	US		0	America/New_York	39.07983	-76.58052	28			MD	003		
4348387	Benders Heights	benders-heights	US		0	America/New_York	39.44955	-77.00054	238			MD	013		
4348391	Benedict Smiths	benedict-smiths	US		0	America/New_York	38.13207	-76.39217	5			MD	037		
4348392	Benedict Woods	benedict-woods	US		0	America/New_York	39.62371	-76.92053	296			MD	013		
4348394	Benevola	benevola	US		0	America/New_York	39.54565	-77.6761	137			MD	043		
4348396	Benfield	benfield	US		0	America/New_York	39.08872	-76.62219	38			MD	003		
4348399	Bengies	bengies	US		0	America/New_York	39.34511	-76.42663	15	Bengies,Benjies		MD	005		
4348406	Ben Lee Estates	ben-lee-estates	US		0	America/New_York	39.16039	-75.92577	21			MD	035		
4348414	Bennetts Point	bennetts-point	US		0	America/New_York	38.89261	-76.18939	5			MD	035		
4348418	Bennsville	bennsville	US		11923	America/New_York	38.60929	-77.0122	60	Bennsville,Bensville,Benville		MD	017		
4348423	Bennett Manor	bennett-manor	US		0	America/New_York	39.35566	-77.15887	255			MD	013		
4348433	Bentley Estates	bentley-estates	US		0	America/New_York	39.68483	-76.68164	237			MD	005		
4348434	Bentley Hills	bentley-hills	US		0	America/New_York	39.68288	-76.68164	239			MD	005		
4348288	Bell	bell	US	32619	0	America/New_York	38.97011	-76.80136	48			MD	033		
4348436	Bentley Springs	bentley-springs	US		0	America/New_York	39.67372	-76.6708	160	Bentley,Bentley Springs		MD	005		
4348439	Benton Terrace	benton-terrace	US		0	America/New_York	39.2015	-76.64691	51			MD	003		
4348441	Bentons Pleasure	bentons-pleasure	US		0	America/New_York	38.95317	-76.30218	3			MD	035		
4348442	Bentwillow Heights	bentwillow-heights	US		0	America/New_York	39.194	-76.62997	43			MD	003		
4348443	Bentwoods	bentwoods	US		0	America/New_York	39.18066	-76.71219	49			MD	003		
4348449	Berean	berean	US		0	America/New_York	39.57122	-76.74025	159			MD	005		
4348452	Berkfield	berkfield	US		0	America/New_York	39.32844	-76.49774	22			MD	005		
4348454	Berkley Estates	berkley-estates	US		0	America/New_York	39.4051	-76.95803	181			MD	013		
4348471	Berlin West	berlin-west	US		0	America/New_York	38.33262	-75.36158	13			MD	045		
4348472	Berndell Estates	berndell-estates	US		0	America/New_York	39.34733	-76.95276	171			MD	027		
4348474	Berrett (historical)	berrett-historical	US		0	America/New_York	39.28538	-79.35116	709			MD	023		
4348476	Berry Hill Manor	berry-hill-manor	US		0	America/New_York	38.64401	-77.00109	40			MD	017		
4348477	Berry Lane	berry-lane	US		0	America/New_York	38.86345	-76.87053	81			MD	033		
4348480	Berrywood	berrywood	US		0	America/New_York	39.089	-76.54302	6			MD	003		
4348481	Berrywood Village	berrywood-village	US		0	America/New_York	39.50705	-76.87276	163			MD	013		
4348482	Berrywood West	berrywood-west	US		0	America/New_York	39.08844	-76.55135	6			MD	003		
4348485	Berwyn Heights	berwyn-heights	US		3280	America/New_York	38.994	-76.91053	33	Berwyn Heights,Charlton Heights		MD	033		
4348487	Bess-Mar Estates	bess-mar-estates	US		0	America/New_York	38.60401	-76.57524	34			MD	009		
4348489	Berryhill	berryhill	US		0	America/New_York	39.38122	-76.45524	31			MD	005		
4348490	Bessie Clemson Heights	bessie-clemson-heights	US		0	America/New_York	39.48482	-77.20248	159			MD	021		
4348491	Bestgate	bestgate	US		0	America/New_York	38.99178	-76.54663	27	Bestgate,Beth Gap,Beth Gap Station		MD	003		
4348493	Bestgate Terrace	bestgate-terrace	US		0	America/New_York	38.99317	-76.53774	23			MD	003		
4348494	Bestpitch	bestpitch	US		0	America/New_York	38.41706	-75.99077	0			MD	019		
4348504	Bessen Landing	bessen-landing	US		0	America/New_York	38.02151	-75.38159	1			MD	047		
4348521	Bethany Manor	bethany-manor	US		0	America/New_York	39.29233	-76.86025	128			MD	027		
4348536	Bethel (historical)	bethel-historical	US		0	America/New_York	38.18512	-75.86076	1			MD	039		
4348580	Bethel Ridge	bethel-ridge	US		0	America/New_York	39.5476	-76.92054	229			MD	013		
4348629	Bethgate	bethgate	US		0	America/New_York	39.29177	-76.85386	137			MD	027		
4348642	Bethwood	bethwood	US		0	America/New_York	39.28927	-76.85109	136			MD	027		
4348657	Beulah Land	beulah-land	US		0	America/New_York	39.65928	-75.94494	104			MD	015		
4348658	Bevansville	bevansville	US		0	America/New_York	39.65425	-79.19281	772			MD	023		
4348660	Beverly Beach	beverly-beach	US		0	America/New_York	38.87539	-76.50801	3	Beaverley Beach,Beverely Beach,Beverley Beach,Beverly Beach		MD	003		
4348661	Beverly Estates	beverly-estates	US		0	America/New_York	38.4079	-76.77191	46			MD	037		
4348663	Beverly Farms	beverly-farms	US		0	America/New_York	39.05372	-77.18054	126			MD	031		
4348667	Beverly Knolls	beverly-knolls	US		0	America/New_York	38.60429	-76.60746	36			MD	009		
4348675	Bicentennial Estates	bicentennial-estates	US		0	America/New_York	39.33427	-77.2122	224			MD	021		
4348676	Bidle Hill Acres	bidle-hill-acres	US		0	America/New_York	39.48343	-77.55332	201			MD	021		
4348679	Bier	bier	US		173	America/New_York	39.54203	-78.87586	226			MD	001		
4348714	Big Oak	big-oak	US		0	America/New_York	38.46318	-76.70385	23			MD	037		
4348716	Big Pines	big-pines	US		0	America/New_York	39.08455	-77.22637	132			MD	031		
4348744	Big Woods Acres	big-woods-acres	US		0	America/New_York	39.19122	-77.40304	171			MD	031		
4348747	Big Woods Estates	big-woods-estates	US		0	America/New_York	39.3251	-77.32471	140			MD	021		
4348750	Biglanes Choice	biglanes-choice	US		0	America/New_York	38.59984	-76.56635	32			MD	009		
4348752	Bigwoods	bigwoods	US		0	America/New_York	39.28567	-76.04245	22			MD	029		
4348756	Billingsley Forest	billingsley-forest	US		0	America/New_York	38.60512	-77.02942	57			MD	017		
4348757	Billingsley Park	billingsley-park	US		0	America/New_York	38.60012	-76.9872	63			MD	017		
4348766	Birch Hanger	birch-hanger	US		0	America/New_York	38.41124	-76.76719	50			MD	037		
4348769	Birchwood Gardens	birchwood-gardens	US		0	America/New_York	39.05094	-76.83636	59			MD	033		
4348770	Bird Hill	bird-hill	US		0	America/New_York	39.48844	-76.97054	243			MD	013		
4348771	Bird Hill Estates	bird-hill-estates	US		0	America/New_York	39.48677	-76.95942	222			MD	013		
4348773	Birch Manor	birch-manor	US		0	America/New_York	38.4129	-76.72108	48			MD	037		
4348775	Bird River Beach	bird-river-beach	US		0	America/New_York	39.37566	-76.38718	7			MD	005		
4348777	Birdsville	birdsville	US		0	America/New_York	38.90011	-76.59135	39	Birdsville,South River		MD	003		
4348778	Birkwood Estates	birkwood-estates	US		0	America/New_York	38.44679	-76.92219	46			MD	017		
4348789	Bishops Head	bishops-head	US		0	America/New_York	38.26818	-76.06772	1	Bishop Head,Bishop's Head,Bishops Head		MD	019		
4348808	Bittle	bittle	US		0	America/New_York	39.51066	-77.54138	252			MD	021		
4348813	Bixler	bixler	US		0	America/New_York	39.63121	-76.9772	231			MD	013		
4348816	Bixler Valley Estates	bixler-valley-estates	US		0	America/New_York	39.68149	-76.96998	252			MD	013		
4348838	Black Hill	black-hill	US		0	America/New_York	39.18677	-77.29693	140			MD	031		
4348850	Blackberry Hills	blackberry-hills	US		0	America/New_York	39.70371	-77.35971	167			MD	021		
4348857	Blackhorse	blackhorse	US		0	America/New_York	39.62399	-76.55108	221	Black Horse,Blackhorse,Shawsville		MD	025		
4348860	Blackrock Estates	blackrock-estates	US		0	America/New_York	39.14094	-77.29776	124			MD	031		
4348861	Blackrock Hills	blackrock-hills	US		0	America/New_York	39.14538	-77.30332	134			MD	031		
4348862	Blackrock Mill	blackrock-mill	US		0	America/New_York	39.12677	-77.31415	76	Black Rock Mill,Blackrock Mill		MD	031		
4348865	Blacks Glen	blacks-glen	US		0	America/New_York	39.51816	-77.59443	260			MD	021		
4348870	Blacks Corner	blacks-corner	US		0	America/New_York	39.70593	-77.10248	208			MD	013		
4348872	Blackwalnut Cove	blackwalnut-cove	US		0	America/New_York	38.93761	-76.48024	3			MD	003		
4348896	Blair Portal	blair-portal	US		0	America/New_York	38.99233	-77.03581	78			MD	031		
4348899	Blair Woods	blair-woods	US		0	America/New_York	38.92095	-76.17328	5			MD	035		
4348903	Blairtown (historical)	blairtown-historical	US		0	America/New_York	38.75623	-75.90021	12			MD	011		
4348904	Blake	blake	US		0	America/New_York	39.71567	-75.91661	123	Blake,Fair View,Fairview,Kansas		MD	015		
4348906	Blakeford	blakeford	US		0	America/New_York	39.00567	-76.15523	2			MD	035		
4348909	Blakistone	blakistone	US		0	America/New_York	38.28402	-76.80219	5	Blakistone,Bushwood		MD	037		
4348910	Blandford Village	blandford-village	US		0	America/New_York	38.71762	-76.89025	70			MD	033		
4348911	Blank	blank	US		0	America/New_York	39.52843	-77.59249	279			MD	021		
4348912	Blankner Hill	blankner-hill	US		0	America/New_York	39.40566	-77.01831	204			MD	013		
4348914	Blenheim Forest	blenheim-forest	US		0	America/New_York	39.50455	-76.55219	166			MD	005		
4348915	Blenheim Manor	blenheim-manor	US		0	America/New_York	39.49177	-76.55525	157			MD	005		
4348932	Bloom	bloom	US		0	America/New_York	39.47816	-77.02887	229			MD	013		
4348941	Bloomfield Manor	bloomfield-manor	US		0	America/New_York	39.37399	-76.9897	181			MD	013		
4348942	Blooming Rose	blooming-rose	US		0	America/New_York	39.65675	-79.43921	623	Blooming Rose,Blooming Rose Settlement		MD	023		
4348956	Bloomsbury Square	bloomsbury-square	US		0	America/New_York	38.98067	-76.49246	10			MD	003		
4348958	Blossom Hills	blossom-hills	US		0	America/New_York	39.12678	-76.51746	19			MD	003		
4348961	Blue Ball Village	blue-ball-village	US		0	America/New_York	39.70011	-75.93689	112			MD	015		
4348963	Blue Dolphin Estates	blue-dolphin-estates	US		0	America/New_York	38.46679	-76.55968	43			MD	009		
4348964	Blue Grass Manor	blue-grass-manor	US		0	America/New_York	39.56649	-76.8597	231			MD	013		
4348968	Blue Mount	blue-mount	US		0	America/New_York	39.60233	-76.62164	115			MD	005		
4348975	Blocktown	blocktown	US		0	America/New_York	39.19511	-77.32637	154			MD	031		
4348978	Blue Ridge at Crofton Meadows	blue-ridge-at-crofton-meadows	US		0	America/New_York	39.00955	-76.66524	44			MD	003		
4348982	Blue Ridge View	blue-ridge-view	US		0	America/New_York	39.57788	-77.00693	254			MD	013		
4348985	Blueball	blueball	US		0	America/New_York	39.70011	-75.93133	113	Blue Ball,Blueball		MD	015		
4348987	Blueberry Heights	blueberry-heights	US		0	America/New_York	39.6451	-77.56971	266			MD	043		
4348988	Blueberry Hill	blueberry-hill	US		0	America/New_York	38.23401	-75.57298	12			MD	047		
4348991	Bluegrass Estates	bluegrass-estates	US		0	America/New_York	39.69954	-77.61805	184			MD	043		
4348992	Bluegrass Heights	bluegrass-heights	US		0	America/New_York	39.324	-76.52496	39			MD	005		
4348996	Bluestone Estates	bluestone-estates	US		0	America/New_York	38.16624	-76.41301	6			MD	037		
4348997	Bluff Point	bluff-point	US		0	America/New_York	39.07567	-76.57552	19			MD	003		
4349004	Bluff Woods	bluff-woods	US		0	America/New_York	38.25846	-76.72358	2			MD	037		
4349028	Bodkin Manor	bodkin-manor	US		0	America/New_York	39.13483	-76.45496	3			MD	003		
4349030	Bodkin Plains	bodkin-plains	US		0	America/New_York	39.11122	-76.48191	14			MD	003		
4349034	Bodt Corner	bodt-corner	US		0	America/New_York	39.54205	-76.2344	119			MD	025		
4349040	Bobs Flow	bobs-flow	US		0	America/New_York	39.69899	-76.40302	151			MD	025		
4349042	Bohemia Acres	bohemia-acres	US		0	America/New_York	39.46178	-75.88883	21			MD	015		
4349043	Bohemia Beach	bohemia-beach	US		0	America/New_York	39.189	-76.57191	7			MD	003		
4349054	Bohemias Mills	bohemias-mills	US		0	America/New_York	39.46622	-75.77827	14			MD	015		
4349063	Bollinger Estates	bollinger-estates	US		0	America/New_York	39.52649	-76.94109	210			MD	013		
4349064	Bollinger Heights	bollinger-heights	US		0	America/New_York	39.7051	-77.25248	128			MD	021		
4349073	Bon Haven	bon-haven	US		0	America/New_York	38.96733	-76.59163	16			MD	003		
4349075	Bonaparte Estates	bonaparte-estates	US		0	America/New_York	39.46122	-76.45857	115			MD	005		
4349076	Bonaventure	bonaventure	US		0	America/New_York	39.08539	-76.69413	44			MD	003		
4349082	Bond Mill Park	bond-mill-park	US		0	America/New_York	39.11122	-76.89859	110			MD	033		
4349083	Bondbrook	bondbrook	US		0	America/New_York	39.10983	-77.28137	135			MD	031		
4349087	Boniwood	boniwood	US		0	America/New_York	38.72984	-76.91192	42			MD	033		
4349088	Bonnie Acres	bonnie-acres	US		0	America/New_York	39.10983	-76.68441	30			MD	003		
4349089	Bonnie Acres	bonnie-acres	US		0	America/New_York	39.23038	-76.78581	134			MD	027		
4349090	Bonnie Brae	bonnie-brae	US		0	America/New_York	39.39733	-76.93998	170			MD	013		
4349091	Bonnie Brae	bonnie-brae	US		0	America/New_York	39.22844	-76.78886	145			MD	027		
4349093	Bonnie Brook	bonnie-brook	US		0	America/New_York	38.55567	-76.02105	6			MD	019		
4349094	Bonnie Ridge	bonnie-ridge	US		0	America/New_York	39.37788	-76.66219	114			MD	005		
4349100	Bolivar Heights	bolivar-heights	US		0	America/New_York	39.46899	-77.58582	172			MD	021		
4349101	Boomdecker	boomdecker	US		0	America/New_York	39.69567	-75.87522	99			MD	015		
4349104	Boones Meadows	boones-meadows	US		0	America/New_York	39.6626	-76.85303	255			MD	013		
4349105	Boones Mobile Estates	boones-mobile-estates	US		0	America/New_York	38.80706	-76.67691	29			MD	003		
4349118	Boot Hill	boot-hill	US		0	America/New_York	39.66456	-75.85216	73			MD	015		
4349122	Bootjack	bootjack	US		0	America/New_York	39.27399	-77.15554	188			MD	031		
4349124	Bootjack Springs Estates	bootjack-springs-estates	US		0	America/New_York	39.46538	-77.46554	180			MD	021		
4349133	Bosley (historical)	bosley-historical	US		0	America/New_York	39.45066	-76.57469	73			MD	005		
4349135	Boss Arnold Village	boss-arnold-village	US		0	America/New_York	39.32788	-77.57666	129			MD	021		
4349136	Bostetter	bostetter	US		0	America/New_York	39.66454	-77.7536	186			MD	043		
4349142	Boulevard Heights	boulevard-heights	US		0	America/New_York	38.86983	-76.93331	69			MD	033		
4349143	Boulevard Park	boulevard-park	US		0	America/New_York	39.1015	-76.47746	12			MD	003		
4349145	Borden Shaft	borden-shaft	US		0	America/New_York	39.62703	-78.93669	547	Borden Shaft,Shaft		MD	001		
4349147	Bountys View	bountys-view	US		0	America/New_York	38.79789	-76.59468	46			MD	003		
4349151	Bowen Country	bowen-country	US		0	America/New_York	38.5854	-76.61746	29			MD	009		
4349152	Bowen Estates	bowen-estates	US		0	America/New_York	38.59568	-76.75663	55			MD	017		
4349153	Bowens	bowens	US		0	America/New_York	38.4954	-76.62218	45	Bowen,Bowens,Bowensville		MD	009		
4349158	Bowercrest Park	bowercrest-park	US		0	America/New_York	39.51316	-77.07276	200			MD	013		
4349165	Bowie Mill Estates	bowie-mill-estates	US		0	America/New_York	39.14205	-77.11498	141			MD	031		
4349167	Bowie Mill Park	bowie-mill-park	US		0	America/New_York	39.13927	-77.12109	137			MD	031		
4349175	Bowleys Quarters	bowleys-quarters	US		6755	America/New_York	39.33539	-76.39024	14			MD	005		
4349183	Bowmans Addition	bowmans-addition	US		627	America/New_York	39.69175	-78.74835	262			MD	001		
4349184	Bowmans Mill	bowmans-mill	US		0	America/New_York	39.68454	-77.61444	182			MD	043		
4349187	Box Hill North	box-hill-north	US		0	America/New_York	39.47927	-76.30496	61			MD	025		
4349188	Box Hill South	box-hill-south	US		0	America/New_York	39.46816	-76.2969	43			MD	025		
4349190	Boxer Hill Park	boxer-hill-park	US		0	America/New_York	39.45705	-76.68303	178			MD	005		
4349192	Boxiron	boxiron	US		0	America/New_York	38.11512	-75.34908	5	Bogerternorton,Box Iron,Boxiron		MD	047		
4349194	Bowling Landing	bowling-landing	US		0	America/New_York	38.68484	-76.70163	5			MD	033		
4349196	Boxwood	boxwood	US		0	America/New_York	39.42288	-76.65525	108			MD	005		
4349197	Boxwood Village	boxwood-village	US		0	America/New_York	39.00983	-76.88858	42			MD	033		
4349212	Boyer Mill Heights	boyer-mill-heights	US		0	America/New_York	39.38566	-77.28693	172			MD	021		
4349216	Boxiron Landing	boxiron-landing	US		0	America/New_York	38.09845	-75.33769	1	Baxiron Landing,Box Iron Landing,Boxiron Landing,Truitt Landing		MD	047		
4349218	Brad Vern Park	brad-vern-park	US		0	America/New_York	38.51373	-76.18217	1			MD	019		
4349220	Bradbury Heights	bradbury-heights	US		0	America/New_York	39.32566	-77.58721	128			MD	021		
4349221	Bradbury Heights	bradbury-heights	US		0	America/New_York	38.86372	-76.93108	68			MD	033		
4349224	Bradbury Park	bradbury-park	US		0	America/New_York	38.85789	-76.92414	85			MD	033		
4349225	Braddock Estates	braddock-estates	US		0	America/New_York	39.63759	-78.94252	616			MD	001		
4349226	Braddock Estates	braddock-estates	US		0	America/New_York	39.44371	-77.08665	240			MD	013		
4349227	Braddock Estates	braddock-estates	US		0	America/New_York	39.41455	-77.50665	259			MD	021		
4349232	Braddock Manor West	braddock-manor-west	US		0	America/New_York	39.43621	-77.05304	236			MD	013		
4349235	Bradenbaugh Manor	bradenbaugh-manor	US		0	America/New_York	39.65177	-76.53663	201			MD	025		
4349236	Bradford Barrens	bradford-barrens	US		0	America/New_York	39.47705	-76.29385	42			MD	025		
4349237	Bradford Estates	bradford-estates	US		0	America/New_York	39.36483	-77.22915	212			MD	021		
4349238	Bradford Village	bradford-village	US		0	America/New_York	39.52872	-76.32746	93			MD	025		
4349240	Bradley Farms	bradley-farms	US		0	America/New_York	39.00678	-77.19081	91			MD	031		
4349241	Bradley Heights	bradley-heights	US		0	America/New_York	38.71039	-75.80243	11			MD	011		
4349242	Bradley Hills	bradley-hills	US		0	America/New_York	38.97983	-77.10776	97			MD	031		
4349245	Bradley Hills Grove	bradley-hills-grove	US		0	America/New_York	39.00317	-77.1347	86			MD	031		
4349248	Bradenbaugh	bradenbaugh	US		0	America/New_York	39.64983	-76.52302	185			MD	025		
4349250	Bradley Woods	bradley-woods	US		0	America/New_York	38.99233	-77.12081	95			MD	031		
4349251	Bradmoor	bradmoor	US		0	America/New_York	38.99455	-77.11915	95			MD	031		
4349253	Bradshaw (historical)	bradshaw-historical	US		0	America/New_York	39.32732	-79.27587	650			MD	023		
4349260	Braebrooke	braebrooke	US		0	America/New_York	39.27094	-76.8122	100			MD	027		
4349261	Braeburn	braeburn	US		0	America/New_York	39.19455	-76.89136	114			MD	027		
4349262	Braemar	braemar	US		0	America/New_York	39.50178	-76.17412	21			MD	025		
4349263	Brafferton	brafferton	US		0	America/New_York	38.33345	-75.6177	7			MD	045		
4349266	Bramblewood	bramblewood	US		0	America/New_York	39.56316	-76.2669	102			MD	025		
4349267	Bramblewood	bramblewood	US		0	America/New_York	38.38817	-75.18019	6			MD	047		
4349270	Brampton Hills	brampton-hills	US		0	America/New_York	39.24177	-76.81081	126			MD	027		
4349275	Brandenburg Estates	brandenburg-estates	US		0	America/New_York	39.41982	-77.59193	182			MD	021		
4349277	Brandermill	brandermill	US		0	America/New_York	39.18955	-77.23443	135			MD	031		
4349278	Brandon Manor	brandon-manor	US		0	America/New_York	39.39983	-77.19859	199			MD	021		
4349279	Brandon Shores	brandon-shores	US		0	America/New_York	39.19233	-76.53524	2			MD	003		
4349281	Brandy Farms	brandy-farms	US		0	America/New_York	39.04261	-76.66274	42			MD	003		
4349282	Brandy Springs	brandy-springs	US		0	America/New_York	39.59455	-76.68581	208			MD	005		
4349287	Brandywine County	brandywine-county	US		0	America/New_York	38.764	-76.79191	46			MD	033		
4349289	Brandywine Farms	brandywine-farms	US		0	America/New_York	39.52372	-76.43857	167			MD	025		
4349290	Brandywine Forest	brandywine-forest	US		0	America/New_York	38.69901	-76.84136	68			MD	033		
4349291	Brandywine Heights	brandywine-heights	US		0	America/New_York	38.68956	-76.85497	69			MD	033		
4349295	Brannock Cove	brannock-cove	US		0	America/New_York	38.57623	-76.288	1			MD	019		
4349298	Brantly	brantly	US		0	America/New_York	39.27955	-77.00776	173			MD	027		
4349300	Branton Manor	branton-manor	US		0	America/New_York	39.39622	-76.89692	153			MD	013		
4349302	Brantwood Farms	brantwood-farms	US		0	America/New_York	39.56511	-75.80188	22			MD	015		
4349305	Brass Eagle Estates	brass-eagle-estates	US		0	America/New_York	39.40621	-76.99942	172			MD	013		
4349307	Bradleysburg (historical)	bradleysburg-historical	US		0	America/New_York	38.96678	-75.93022	14			MD	011		
4349315	Breathedsville	breathedsville	US		254	America/New_York	39.54371	-77.71805	139	Breatheds Station,Breathedsville		MD	043		
4349318	Breezewood Estates	breezewood-estates	US		0	America/New_York	39.63482	-77.01193	213			MD	013		
4349319	Breezewood Farms	breezewood-farms	US		0	America/New_York	39.32455	-76.88081	133			MD	027		
4349320	Breezy Hill Estates	breezy-hill-estates	US		0	America/New_York	39.67316	-76.80164	242			MD	005		
4349321	Breezy Knoll Estates	breezy-knoll-estates	US		0	America/New_York	38.66067	-76.63496	37			MD	009		
4349322	Breezy Knolls	breezy-knolls	US		0	America/New_York	38.50401	-76.76385	49			MD	037		
4349325	Breezy Point Beach	breezy-point-beach	US		0	America/New_York	39.27761	-76.3844	2			MD	005		
4349327	Brelsmir Haven	brelsmir-haven	US		0	America/New_York	38.6154	-76.16911	2			MD	019		
4349335	Brentland	brentland	US		0	America/New_York	38.4654	-77.04081	0			MD	017		
4349338	Brentwood Acres	brentwood-acres	US		0	America/New_York	39.55732	-76.90359	233			MD	013		
4349339	Brentwood Park	brentwood-park	US		0	America/New_York	39.53983	-76.37441	142			MD	025		
4349344	Breton Beach	breton-beach	US		0	America/New_York	38.23735	-76.68691	2			MD	037		
4349345	Breton Woods	breton-woods	US		0	America/New_York	38.28346	-76.66413	35			MD	037		
4349365	Brianwood	brianwood	US		0	America/New_York	38.37568	-76.40662	36			MD	009		
4349366	Briar Cliff on the Severn	briar-cliff-on-the-severn	US		0	America/New_York	39.02594	-76.51552	39			MD	003		
4349367	Briar Hill	briar-hill	US		0	America/New_York	39.27344	-76.94137	138			MD	027		
4349368	Briar Lea	briar-lea	US		0	America/New_York	39.03761	-76.49441	41			MD	003		
4349369	Briar Patch	briar-patch	US		0	America/New_York	38.31873	-75.88743	3			MD	045		
4349371	Briar Ridge	briar-ridge	US		0	America/New_York	38.56123	-76.82358	55			MD	017		
4349372	Briar Ridge	briar-ridge	US		0	America/New_York	39.56261	-76.43746	138			MD	025		
4349374	Briaridge	briaridge	US		0	America/New_York	39.17038	-76.9672	135			MD	027		
4349376	Briars Acres	briars-acres	US		0	America/New_York	39.16066	-77.08553	146			MD	031		
4349377	Briarwood	briarwood	US		0	America/New_York	39.03372	-76.46218	37			MD	003		
4349378	Briarwood	briarwood	US		0	America/New_York	38.65845	-76.63579	29			MD	009		
4349379	Briarwood	briarwood	US		0	America/New_York	38.65178	-76.95553	59			MD	017		
4349380	Briarwood	briarwood	US		0	America/New_York	39.08122	-76.85108	47			MD	033		
4349381	Briarwood Farms	briarwood-farms	US		0	America/New_York	39.48177	-76.7222	189			MD	005		
4349385	Brewster Heights	brewster-heights	US		0	America/New_York	39.67067	-75.83383	55			MD	015		
4349388	Brice Manor	brice-manor	US		0	America/New_York	39.00733	-76.48024	19			MD	003		
4349392	Brick Wall Landing	brick-wall-landing	US		0	America/New_York	38.92956	-75.83382	2	Brick Mill Landing,Brick Wall Landing,Brickmill Landing,Hardcastle Landing		MD	011		
4349395	Briddletown	briddletown	US		0	America/New_York	38.33484	-75.19491	7			MD	047		
4349396	Bridewell (historical)	bridewell-historical	US		0	America/New_York	39.14566	-76.78136	52			MD	003		
4349398	Brick House Landing	brick-house-landing	US		0	America/New_York	38.42845	-75.95799	1			MD	019		
4349403	Bridge Point	bridge-point	US		0	America/New_York	38.97233	-76.28912	4			MD	035		
4349405	Bridge View	bridge-view	US		0	America/New_York	39.00622	-76.31634	6			MD	035		
4349408	Bridgetown	bridgetown	US		0	America/New_York	39.03456	-75.8741	17	Bridge Town,Bridgetown,Greensboro,Nine Bridges		MD	011		
4349415	Bridleshire	bridleshire	US		0	America/New_York	39.40233	-76.65941	98			MD	005		
4349416	Bridlewood	bridlewood	US		0	America/New_York	39.42372	-76.61247	113			MD	005		
4349417	Bridlewood	bridlewood	US		0	America/New_York	39.12927	-77.24193	128			MD	031		
4349423	Briercrest Heights	briercrest-heights	US		0	America/New_York	39.36816	-77.53499	175			MD	021		
4349424	Brierleigh	brierleigh	US		0	America/New_York	39.43622	-76.6633	163			MD	005		
4349425	Brierwood	brierwood	US		0	America/New_York	39.54039	-76.32746	90			MD	025		
4349426	Brierwood	brierwood	US		0	America/New_York	39.479	-76.3544	77			MD	025		
4349428	Brigadoon	brigadoon	US		0	America/New_York	39.29816	-76.73358	140			MD	005		
4349429	Brigadoon	brigadoon	US		0	America/New_York	39.41316	-77.43026	99			MD	021		
4349432	Bright Acres Mobile Home Park	bright-acres-mobile-home-park	US		0	America/New_York	38.68984	-76.63941	37			MD	009		
4349433	Bright Oaks	bright-oaks	US		0	America/New_York	39.50289	-76.31885	94			MD	025		
4349435	Brightfield	brightfield	US		0	America/New_York	39.21316	-76.78525	123			MD	027		
4349440	Brighton Estates	brighton-estates	US		0	America/New_York	39.18483	-77.01498	142			MD	031		
4349441	Brighton Farm Estates	brighton-farm-estates	US		0	America/New_York	39.20233	-76.98581	139			MD	027		
4349442	Brighton Knolls	brighton-knolls	US		0	America/New_York	39.18622	-77.02053	140			MD	031		
4349443	Brighton Pines	brighton-pines	US		0	America/New_York	39.20844	-76.99053	139			MD	027		
4349444	Brighton Woods	brighton-woods	US		0	America/New_York	38.65067	-76.60329	49			MD	009		
4349447	Brightside (historical)	brightside-historical	US		0	America/New_York	39.38538	-76.64275	75			MD	005		
4349448	Brightview Woods	brightview-woods	US		0	America/New_York	39.11455	-76.61691	49			MD	003		
4349449	Brightwater Beach	brightwater-beach	US		0	America/New_York	39.16122	-76.54969	16			MD	003		
4349455	Brightwood Acres	brightwood-acres	US		0	America/New_York	39.61621	-77.68249	171			MD	043		
4349456	Brightwood Terrace	brightwood-terrace	US		0	America/New_York	39.11039	-76.60802	35			MD	003		
4349457	Brilhart Terrace	brilhart-terrace	US		0	America/New_York	39.6101	-76.87276	258			MD	013		
4349460	Brink	brink	US		0	America/New_York	39.21011	-77.23971	189			MD	031		
4349461	Brink Meadow	brink-meadow	US		0	America/New_York	39.21316	-77.24359	177			MD	031		
4349462	Brinkleigh	brinkleigh	US		0	America/New_York	39.28399	-76.83997	122			MD	027		
4349463	Brinkleigh Manor	brinkleigh-manor	US		0	America/New_York	39.28844	-76.82942	141			MD	027		
4349464	Brinkley Heights	brinkley-heights	US		0	America/New_York	38.32651	-75.62881	10			MD	045		
4349467	Brinkwood Estates	brinkwood-estates	US		0	America/New_York	39.20844	-77.22748	180			MD	031		
4349471	Bristol (historical)	bristol-historical	US		0	America/New_York	38.47012	-77.02609	12			MD	017		
4349472	Bristol Landing (historical)	bristol-landing-historical	US		0	America/New_York	38.79234	-76.70441	1			MD	003		
4349474	Bristolwood	bristolwood	US		0	America/New_York	38.63206	-76.00716	8			MD	041		
4349475	Britinay Hills	britinay-hills	US		0	America/New_York	39.39983	-76.50996	114			MD	005		
4349482	Brightseat	brightseat	US		0	America/New_York	38.91372	-76.86081	34			MD	033		
4349483	Broad Creek	broad-creek	US		0	America/New_York	38.75789	-76.99692	9			MD	033		
4349494	Broad Creek Farms	broad-creek-farms	US		0	America/New_York	38.76317	-76.25634	3			MD	041		
4349501	Broad Creek Park	broad-creek-park	US		0	America/New_York	39.69649	-76.23829	64			MD	025		
4349517	Broad Run Acres	broad-run-acres	US		0	America/New_York	39.38927	-77.58693	159			MD	021		
4349521	Broadfording	broadfording	US		0	America/New_York	39.68593	-77.80277	121			MD	043		
4349524	Broadmeade	broadmeade	US		0	America/New_York	39.47094	-76.69636	176			MD	005		
4349525	Broadmoor	broadmoor	US		0	America/New_York	39.48233	-76.66719	107			MD	005		
4349532	Broadview Acres	broadview-acres	US		0	America/New_York	39.45205	-77.3836	93			MD	021		
4349534	Broadview Estates	broadview-estates	US		0	America/New_York	38.96345	-76.57302	16			MD	003		
4349536	Broadwater Beach	broadwater-beach	US		0	America/New_York	39.06539	-76.49302	5			MD	003		
4349539	Broadwater Estates	broadwater-estates	US		0	America/New_York	39.21844	-76.95914	163			MD	027		
4349540	Broadwater Estates	broadwater-estates	US		0	America/New_York	38.7415	-77.01275	12			MD	033		
4349541	Broadwater Point	broadwater-point	US		0	America/New_York	38.78817	-76.52829	0			MD	003		
4349547	Broadway-Orleans Homes	broadway-orleans-homes	US		0	America/New_York	39.29455	-76.59108	31			MD	510		
4349548	Broadwood Manor	broadwood-manor	US		0	America/New_York	39.07872	-77.11887	115			MD	031		
4349551	Brock Hall	brock-hall	US		9552	America/New_York	38.85011	-76.76108	35	Brock Hall,Brock Hill		MD	033		
4349556	Brook Hill Acres	brook-hill-acres	US		0	America/New_York	39.71232	-76.88442	267			MD	013		
4349560	Brook Hill Farms	brook-hill-farms	US		0	America/New_York	39.52427	-76.40746	134			MD	025		
4349561	Brook Hollow	brook-hollow	US		0	America/New_York	39.22372	-77.13304	170			MD	031		
4349564	Brook Valley Farms	brook-valley-farms	US		0	America/New_York	39.70233	-76.71636	232			MD	005		
4349566	Brookdale Heights	brookdale-heights	US		0	America/New_York	38.37901	-75.56937	12			MD	045		
4349568	Brooke Grove	brooke-grove	US		0	America/New_York	39.19955	-77.14081	177			MD	031		
4349571	Brooke Jane Manor	brooke-jane-manor	US		0	America/New_York	38.73484	-76.89969	47			MD	033		
4349572	Brooke Manor	brooke-manor	US		0	America/New_York	38.77706	-77.00303	36	Brooke Manor,Fort Foote		MD	033		
4349574	Brookemanor Estates	brookemanor-estates	US		0	America/New_York	39.134	-77.09109	128			MD	031		
4349576	Brookeville Heights	brookeville-heights	US		0	America/New_York	39.20205	-77.07053	138			MD	031		
4349577	Brookeville Knolls	brookeville-knolls	US		0	America/New_York	39.16288	-77.06887	153			MD	031		
4349579	Brookewood Cove	brookewood-cove	US		0	America/New_York	39.359	-75.96078	28			MD	029		
4349585	Brookfield on the Magothy	brookfield-on-the-magothy	US		0	America/New_York	39.114	-76.54135	12			MD	003		
4349589	Brookhurst	brookhurst	US		0	America/New_York	39.3965	-76.46774	46			MD	005		
4349593	Brooklandwood Estates	brooklandwood-estates	US		0	America/New_York	39.42316	-76.6733	105			MD	005		
4349597	Brooklyn Homes	brooklyn-homes	US		0	America/New_York	39.22927	-76.60024	26			MD	510		
4349598	Brooklyn Manor	brooklyn-manor	US		0	America/New_York	39.22427	-76.58969	28			MD	510		
4349599	Brooklyn Park	brooklyn-park	US		14373	America/New_York	39.22844	-76.61636	34			MD	003		
4349605	Brooklyn Terrace	brooklyn-terrace	US		0	America/New_York	39.20289	-76.60969	22			MD	003		
4349607	Brookmead	brookmead	US		0	America/New_York	39.11733	-77.30165	117			MD	031		
4349609	Brookmead North	brookmead-north	US		0	America/New_York	39.11983	-77.30026	114			MD	031		
4349610	Brookmere Farms	brookmere-farms	US		0	America/New_York	39.46455	-77.46193	164			MD	021		
4349611	Brookmont	brookmont	US		3468	America/New_York	38.94206	-77.12026	37			MD	031		
4349612	Brookridge Manor	brookridge-manor	US		0	America/New_York	38.76817	-76.75247	63			MD	033		
4349613	Brookridge North	brookridge-north	US		0	America/New_York	39.4501	-77.55777	153			MD	021		
4349622	Brooks Hill	brooks-hill	US		0	America/New_York	39.27261	-76.53135	5			MD	510		
4349628	Brookshire Knolls	brookshire-knolls	US		0	America/New_York	38.33345	-75.61437	8			MD	045		
4349631	Brookside Forest	brookside-forest	US		0	America/New_York	39.00733	-77.0047	94			MD	031		
4349632	Brookside Manor	brookside-manor	US		0	America/New_York	38.96483	-76.97636	15			MD	033		
4349633	Brookview	brookview	US		59	America/New_York	38.57539	-75.79604	5	Brookview,Crotchers Ferry,Crothers Ferry		MD	019		
4349635	Brookview Farms	brookview-farms	US		0	America/New_York	39.40927	-76.56608	109			MD	005		
4349640	Brookwood Acres	brookwood-acres	US		0	America/New_York	38.61262	-76.98942	63			MD	017		
4349641	Brookwood Estates	brookwood-estates	US		0	America/New_York	38.76984	-76.07939	6			MD	041		
4349643	Brooks View	brooks-view	US		0	America/New_York	38.68012	-76.70719	23			MD	033		
4349649	Brosenne	brosenne	US		0	America/New_York	39.30038	-76.92414	164			MD	027		
4349650	Brothers Delight	brothers-delight	US		0	America/New_York	39.6851	-76.86137	270			MD	013		
4349651	Brown	brown	US		0	America/New_York	39.14594	-77.21776	135	Brown,Brown Station		MD	031		
4349652	Brown	brown	US		0	America/New_York	38.85289	-76.80219	35			MD	033		
4349661	Brown Heights	brown-heights	US		0	America/New_York	39.63677	-77.14693	139			MD	013		
4349666	Browningsville	browningsville	US		0	America/New_York	39.30733	-77.24304	155			MD	031		
4349670	Browns Corner	browns-corner	US		0	America/New_York	39.10983	-77.30276	126			MD	031		
4349671	Browns Corner	browns-corner	US		0	America/New_York	38.994	-76.99275	68			MD	031		
4349672	Browns Corner	browns-corner	US		0	America/New_York	39.12233	-76.98887	159			MD	031		
4349673	Browns Corner	browns-corner	US		0	America/New_York	39.10094	-76.03439	20			MD	035		
4349680	Browns Landing	browns-landing	US		0	America/New_York	38.64678	-75.8141	2			MD	019		
4349686	Browns Store (historical)	browns-store-historical	US		0	America/New_York	39.67204	-77.49888	475	Browns Store (historical),Euclid		MD	043		
4349688	Browns Woods	browns-woods	US		0	America/New_York	39.00594	-76.46802	24	Browns Woods,Brownswoods		MD	003		
4349689	Browns Woods Villa	browns-woods-villa	US		0	America/New_York	39.00956	-76.47052	26			MD	003		
4349691	Brownstown Estates	brownstown-estates	US		0	America/New_York	39.14066	-77.28554	111			MD	031		
4349703	Brummel	brummel	US		0	America/New_York	39.60288	-76.92109	235			MD	013		
4349705	Brunetto Acres	brunetto-acres	US		0	America/New_York	39.59621	-76.96998	239			MD	013		
4349723	Bryan Point	bryan-point	US		0	America/New_York	38.68401	-77.05414	45			MD	033		
4349731	Bryant Woods	bryant-woods	US		0	America/New_York	39.22205	-76.86775	121			MD	027		
4349736	Bryantown Estates	bryantown-estates	US		0	America/New_York	38.54512	-76.80469	50			MD	017		
4349737	Bryantown Hills	bryantown-hills	US		0	America/New_York	38.54068	-76.85747	55			MD	017		
4349741	Brynwood Farm Estates	brynwood-farm-estates	US		0	America/New_York	38.53651	-76.90525	54			MD	017		
4349749	Buck Lodge	buck-lodge	US		0	America/New_York	39.00844	-76.96275	65			MD	033		
4349751	Buck Neck	buck-neck	US		0	America/New_York	39.27011	-76.15884	9			MD	029		
4349752	Buck Neck Landing	buck-neck-landing	US		0	America/New_York	39.27455	-76.16801	1			MD	029		
4349754	Buckels Corner	buckels-corner	US		0	America/New_York	38.98984	-75.8966	16			MD	011		
4349760	Buckeystown Station	buckeystown-station	US		0	America/New_York	39.33177	-77.44832	86			MD	021		
4349762	Buckhill Farms	buckhill-farms	US		0	America/New_York	39.60845	-75.7941	33			MD	015		
4349766	Buckhorn Run	buckhorn-run	US		0	America/New_York	39.41816	-77.01442	193			MD	013		
4349768	Buckingham Hills	buckingham-hills	US		0	America/New_York	39.3251	-77.41887	90			MD	021		
4349769	Buckingham Manor	buckingham-manor	US		0	America/New_York	39.43899	-76.95665	170			MD	013		
4349773	Buckingham View	buckingham-view	US		0	America/New_York	39.55843	-76.97609	270			MD	013		
4349776	Buckler Trailer Park	buckler-trailer-park	US		0	America/New_York	38.56318	-76.60635	30			MD	009		
4349777	Bucklodge	bucklodge	US		0	America/New_York	39.19261	-77.33526	134			MD	031		
4349781	Buckskin Woods	buckskin-woods	US		0	America/New_York	39.25427	-76.97053	179			MD	027		
4349782	Bucktown	bucktown	US		0	America/New_York	38.45929	-76.03077	1	Buck Town,Bucktown		MD	019		
4349795	Buena Vista Estates	buena-vista-estates	US		0	America/New_York	39.61316	-76.82137	238			MD	005		
4349796	Buena Vista Hills	buena-vista-hills	US		0	America/New_York	38.52873	-76.62107	45			MD	009		
4349798	Buena Vista on the Patuxent	buena-vista-on-the-patuxent	US		0	America/New_York	38.52707	-76.64968	8			MD	009		
4349801	Budds Creek	budds-creek	US		0	America/New_York	38.40235	-76.83164	48	Budd Creek,Budds Creek		MD	037		
4349802	Buffalo Hills	buffalo-hills	US		0	America/New_York	39.46371	-77.1222	256			MD	021		
4349804	Buhrman	buhrman	US		0	America/New_York	39.56399	-77.57082	301			MD	021		
4349807	Buffalo Estates	buffalo-estates	US		0	America/New_York	39.47094	-77.12054	243			MD	021		
4349813	Bull Run	bull-run	US		0	America/New_York	38.3379	-76.79136	29			MD	037		
4349814	Bulle Rock	bulle-rock	US		0	America/New_York	39.05706	-76.14662	4			MD	035		
4349844	Burch	burch	US		0	America/New_York	38.50929	-76.66218	1			MD	009		
4349846	Bunker Hill Estates	bunker-hill-estates	US		0	America/New_York	39.55566	-77.21915	174			MD	021		
4349850	Burgee	burgee	US		0	America/New_York	39.35621	-77.55665	153			MD	021		
4349860	Burkley Manor	burkley-manor	US		0	America/New_York	39.51594	-76.17384	46			MD	025		
4349861	Burleigh Manor	burleigh-manor	US		0	America/New_York	39.26399	-76.86553	140			MD	027		
4349866	Burnbrae	burnbrae	US		0	America/New_York	39.399	-76.61941	124			MD	005		
4349867	Burnham Hills	burnham-hills	US		0	America/New_York	39.19844	-77.14776	180			MD	031		
4349868	Burnham Woods	burnham-woods	US		0	America/New_York	39.20844	-77.16193	164			MD	031		
4349869	Burning Oaks	burning-oaks	US		0	America/New_York	38.4154	-76.73274	48			MD	037		
4349872	Burning Tree Estates	burning-tree-estates	US		0	America/New_York	39.00789	-77.15581	75			MD	031		
4349873	Burns Corner	burns-corner	US		0	America/New_York	39.52761	-76.17079	57			MD	025		
4349875	Burnside Acres	burnside-acres	US		0	America/New_York	39.43593	-77.72055	127			MD	043		
4349876	Burnt Hickory	burnt-hickory	US		0	America/New_York	39.30344	-77.36582	142			MD	021		
4349879	Burleytown	burleytown	US		0	America/New_York	39.15178	-76.66913	32			MD	003		
4349881	Burnt Mill	burnt-mill	US		0	America/New_York	38.33068	-76.63857	16			MD	037		
4349883	Burnt Mills	burnt-mills	US		0	America/New_York	39.03372	-77.00442	92			MD	031		
4349884	Burnt Mills Hills	burnt-mills-hills	US		0	America/New_York	39.03289	-76.99414	95			MD	031		
4349885	Burnt Mills Knolls	burnt-mills-knolls	US		0	America/New_York	39.0315	-76.98775	113			MD	031		
4349886	Burnt Mills Manor	burnt-mills-manor	US		0	America/New_York	39.03567	-77.00442	88			MD	031		
4349888	Burnt Mills Village	burnt-mills-village	US		0	America/New_York	39.03789	-77.00498	102			MD	031		
4349889	Burnt Oak	burnt-oak	US		0	America/New_York	38.71206	-76.53579	1			MD	009		
4349893	Burnt Woods	burnt-woods	US		0	America/New_York	39.27788	-76.9972	190			MD	027		
4349896	Burrisville	burrisville	US		0	America/New_York	39.09706	-76.06911	18	Burrissville,Burrisville		MD	035		
4349898	Burrier Knob	burrier-knob	US		0	America/New_York	39.44677	-77.20526	188			MD	021		
4349900	Burrsville	burrsville	US		0	America/New_York	38.894	-75.72882	17	Burrsville,Punch Hall		MD	011		
4349914	Burtner	burtner	US		0	America/New_York	39.52399	-77.71999	140			MD	043		
4349924	Bush River Mobile Home Park	bush-river-mobile-home-park	US		0	America/New_York	39.44872	-76.23218	6			MD	025		
4349927	Bushey Heights	bushey-heights	US		0	America/New_York	39.43344	-77.01943	231			MD	013		
4349928	Bushs Corner	bushs-corner	US		0	America/New_York	39.67205	-76.40913	160			MD	025		
4349934	Bushwood Wharf	bushwood-wharf	US		0	America/New_York	38.28402	-76.80191	4	Blakistone,Bushwood,Bushwood Wharf,Plowdens Wharf		MD	037		
4349936	Bushy Park Estates	bushy-park-estates	US		0	America/New_York	39.31399	-77.05526	167			MD	027		
4349937	Busic	busic	US		0	America/New_York	39.139	-75.8241	21			MD	035		
4349942	Bush River	bush-river	US		0	America/New_York	39.44122	-76.23746	1			MD	025		
4349944	Buteaux Crossing	buteaux-crossing	US		0	America/New_York	38.59151	-77.11109	3			MD	017		
4349947	Butcher's Hill	butcher-s-hill	US		1970	America/New_York	39.28955	-76.5883	28	Butcher's Hill,Butchers Hill		MD	510		
4349949	Butlers Beach	butlers-beach	US		0	America/New_York	38.45706	-75.83604	0			MD	019		
4349951	Butlertown	butlertown	US		505	America/New_York	39.28261	-76.10439	25			MD	029		
4349953	Buttercup Estates	buttercup-estates	US		0	America/New_York	39.30483	-76.95831	159			MD	027		
4349970	Buzzard Point	buzzard-point	US		0	America/New_York	38.27818	-76.63774	11			MD	037		
4349972	Byeforde	byeforde	US		0	America/New_York	39.0115	-77.08414	83	Byeford Knolls,Byeforde		MD	031		
4349974	Bynum Hills	bynum-hills	US		0	America/New_York	39.48483	-76.27885	43			MD	025		
4349975	Bynum Overlook	bynum-overlook	US		0	America/New_York	39.47928	-76.27746	27			MD	025		
4349982	Byrdtown	byrdtown	US		0	America/New_York	37.95957	-75.83993	1	Birdtown,Byrdtown		MD	039		
4349985	Byrons Manor	byrons-manor	US		0	America/New_York	39.46344	-77.21165	152			MD	021		
4349986	Bywater Estates	bywater-estates	US		0	America/New_York	38.959	-76.53496	13			MD	003		
4350010	Cabin Creek Estates	cabin-creek-estates	US		0	America/New_York	38.62039	-75.91549	14			MD	019		
4350012	Cabin Hill	cabin-hill	US		0	America/New_York	39.20983	-76.96164	167			MD	027		
4350022	Cabin John Park	cabin-john-park	US		0	America/New_York	38.9765	-77.16498	54	Cabin John Park,Seven Locks		MD	031		
4350026	Cabin River Farms	cabin-river-farms	US		0	America/New_York	39.27872	-77.09498	177			MD	027		
4350030	Cactus Hill	cactus-hill	US		0	America/New_York	38.68595	-77.06498	52			MD	033		
4350031	Cadillac Homes	cadillac-homes	US		0	America/New_York	39.17622	-76.60941	12			MD	003		
4350034	Caernarvon Woods	caernarvon-woods	US		0	America/New_York	38.54568	-77.0297	51			MD	017		
4350037	Caine Keys	caine-keys	US		0	America/New_York	38.41789	-75.06629	1			MD	047		
4350038	Cainwoods	cainwoods	US		0	America/New_York	38.44567	-75.06074	1			MD	047		
4350040	Cal Acres	cal-acres	US		0	America/New_York	38.30735	-76.50829	36			MD	037		
4350042	Caine Harbor Mile	caine-harbor-mile	US		0	America/New_York	38.42317	-75.06213	0			MD	047		
4350045	Calebs Delight	calebs-delight	US		0	America/New_York	39.43566	-77.1322	199			MD	013		
4350060	Calloway Landing	calloway-landing	US		0	America/New_York	38.16874	-76.46079	6			MD	037		
4350110	Calvert Acres	calvert-acres	US		0	America/New_York	38.88095	-75.80188	14			MD	011		
4350111	Calvert Acres	calvert-acres	US		0	America/New_York	39.69456	-75.94272	119			MD	015		
4350113	Calvert Beach	calvert-beach	US		808	America/New_York	38.46596	-76.47717	15			MD	009		
4350114	Calvert Beach Estates	calvert-beach-estates	US		0	America/New_York	38.46207	-76.48329	28			MD	009		
4350115	Calvert Beach Park	calvert-beach-park	US		0	America/New_York	38.47207	-76.49412	31			MD	009		
4350118	Calvert Chase	calvert-chase	US		0	America/New_York	38.74512	-76.66996	30			MD	009		
4350137	Calvert Estates	calvert-estates	US		0	America/New_York	38.75345	-76.66107	32			MD	009		
4350140	Calvert Heights	calvert-heights	US		0	America/New_York	39.21872	-76.07884	6			MD	029		
4350142	Calvert Hills	calvert-hills	US		0	America/New_York	38.97483	-76.93553	23			MD	033		
4350144	Calvert Manor	calvert-manor	US		0	America/New_York	38.67651	-76.63274	40			MD	009		
4350145	Calvert Manor	calvert-manor	US		0	America/New_York	38.69012	-77.00886	11			MD	033		
4350150	Calvert Mobile Home Park	calvert-mobile-home-park	US		0	America/New_York	38.50651	-76.64468	6			MD	009		
4350154	Calvert Terrace	calvert-terrace	US		0	America/New_York	38.77789	-76.06411	14			MD	041		
4350155	Calvert Towne	calvert-towne	US		0	America/New_York	38.53068	-76.57607	47			MD	009		
4350157	Calvert Woods	calvert-woods	US		0	America/New_York	38.6854	-76.60774	55			MD	009		
4350164	Calverton Heights	calverton-heights	US		0	America/New_York	39.29427	-76.66358	55			MD	510		
4350193	Cambridge Estates	cambridge-estates	US		0	America/New_York	39.64955	-77.01915	231			MD	013		
4350198	Camelback	camelback	US		0	America/New_York	38.66595	-76.61635	37			MD	009		
4350199	Camelback Village	camelback-village	US		0	America/New_York	39.15039	-77.06498	166			MD	031		
4350200	Camelot	camelot	US		0	America/New_York	38.58901	-77.0272	60			MD	017		
4350201	Camelot	camelot	US		0	America/New_York	39.50622	-76.34552	97			MD	025		
4350202	Cameron Ridge	cameron-ridge	US		0	America/New_York	38.50512	-76.82413	54			MD	017		
4350203	Cameron Tract	cameron-tract	US		0	America/New_York	39.26983	-76.90914	117			MD	027		
4350282	Campbell Corner	campbell-corner	US		0	America/New_York	39.00205	-77.18054	86			MD	031		
4350285	Campers Hill	campers-hill	US		0	America/New_York	39.47593	-77.30665	117			MD	021		
4350288	Camp Springs	camp-springs	US		19096	America/New_York	38.804	-76.90664	81	ADW,Allentown,Camp Springs		MD	033		
4350290	Campus Green	campus-green	US		0	America/New_York	39.05594	-76.51218	15			MD	003		
4350291	Campus Heights	campus-heights	US		0	America/New_York	39.54038	-76.98693	272			MD	013		
4350292	Campus Hill Farms	campus-hill-farms	US		0	America/New_York	39.56816	-76.26551	104			MD	025		
4350293	Campus Hills	campus-hills	US		0	America/New_York	39.4065	-76.58275	133			MD	005		
4350294	Campus Hills Estates	campus-hills-estates	US		0	America/New_York	39.56761	-76.27662	112			MD	025		
4350298	Campus Valley Estates	campus-valley-estates	US		0	America/New_York	39.56261	-76.27107	113			MD	025		
4350304	Canal View Estates	canal-view-estates	US		0	America/New_York	39.53622	-75.79716	12			MD	015		
4350305	Canbury Woods	canbury-woods	US		0	America/New_York	39.204	-76.71691	28			MD	027		
4350306	Candice Estates	candice-estates	US		0	America/New_York	39.39344	-77.14526	232			MD	013		
4350307	Candlewick	candlewick	US		0	America/New_York	39.39788	-76.99554	180			MD	013		
4350308	Candlewood	candlewood	US		0	America/New_York	39.08928	-76.58552	32			MD	003		
4350312	Cannon Acres	cannon-acres	US		0	America/New_York	38.55651	-76.01216	7			MD	019		
4350313	Cannon Farm	cannon-farm	US		0	America/New_York	38.39817	-75.5552	13			MD	045		
4350320	Canavest (historical)	canavest-historical	US		0	America/New_York	39.27288	-77.53943	67			MD	021		
4350324	Canterbury Estates	canterbury-estates	US		0	America/New_York	39.39538	-76.71553	165			MD	005		
4350325	Canterbury Riding	canterbury-riding	US		0	America/New_York	39.12372	-76.84553	79			MD	027		
4350336	Cape Anne	cape-anne	US		0	America/New_York	38.79539	-76.52579	2			MD	003		
4350337	Cape Arthur	cape-arthur	US		0	America/New_York	39.079	-76.52468	4			MD	003		
4350338	Cape Hill Farms	cape-hill-farms	US		0	America/New_York	39.63649	-76.88359	286			MD	013		
4350339	Cape Horn South	cape-horn-south	US		0	America/New_York	39.61732	-76.89942	265			MD	013		
4350340	Cape Isle of Wight	cape-isle-of-wight	US		0	America/New_York	38.35289	-75.11796	1			MD	047		
4350341	Cape Leonard	cape-leonard	US		0	America/New_York	38.40207	-76.4919	20			MD	009		
4350342	Cape Loch Haven	cape-loch-haven	US		0	America/New_York	38.92372	-76.52357	4			MD	003		
4350343	Cape May Beach	cape-may-beach	US		0	America/New_York	39.30261	-76.41774	6			MD	005		
4350344	Cape May Landing	cape-may-landing	US		0	America/New_York	39.29872	-76.42579	5			MD	005		
4350345	Cape McKinsey	cape-mckinsey	US		0	America/New_York	39.07594	-76.52246	6			MD	003		
4350346	Cape Pleasant	cape-pleasant	US		0	America/New_York	38.44122	-75.12546	1			MD	047		
4350347	Cape Sable	cape-sable	US		0	America/New_York	39.07983	-76.5033	8			MD	003		
4350348	Cape Saint Claire	cape-saint-claire	US		8747	America/New_York	39.04317	-76.44496	26	Cape St. Claire		MD	003		
4350352	Cape Saint John	cape-saint-john	US		0	America/New_York	38.96122	-76.56996	16			MD	003		
4350354	Capetowne	capetowne	US		0	America/New_York	39.03261	-76.47996	25			MD	003		
4350358	Capitol Estates	capitol-estates	US		0	America/New_York	38.58623	-76.95525	59			MD	017		
4350364	Capitol Hills	capitol-hills	US		0	America/New_York	39.19872	-76.61691	46			MD	003		
4350367	Capitol View Park	capitol-view-park	US		0	America/New_York	39.02233	-77.06053	119	Capitol View,Capitol View Park		MD	031		
4350369	Capri Estates	capri-estates	US		0	America/New_York	39.06955	-76.50941	4			MD	003		
4350373	Captains Choice	captains-choice	US		0	America/New_York	39.014	-76.48718	16			MD	003		
4350374	Captains Cove	captains-cove	US		0	America/New_York	39.08067	-76.56746	20			MD	003		
4350375	Captains Hill	captains-hill	US		0	America/New_York	38.35095	-75.09963	2			MD	047		
4350376	Captains Knoll	captains-knoll	US		0	America/New_York	38.35261	-75.11546	1			MD	047		
4350377	Captains Walk	captains-walk	US		0	America/New_York	38.96845	-76.51496	12			MD	003		
4350379	Carderock	carderock	US		0	America/New_York	38.97761	-77.19442	45			MD	031		
4350381	Carderock Springs	carderock-springs	US		0	America/New_York	38.989	-77.16748	76			MD	031		
4350383	Cardiff	cardiff	US		0	America/New_York	39.62594	-76.13023	80			MD	015		
4350384	Cardiff	cardiff	US		0	America/New_York	39.71733	-76.33774	143	Cardiff,South Delta		MD	025		
4350386	Cardinal Forest	cardinal-forest	US		0	America/New_York	39.12844	-76.86886	110			MD	027		
4350388	Cardtown	cardtown	US		0	America/New_York	38.53734	-76.02299	7			MD	019		
4350390	Carea	carea	US		0	America/New_York	39.70149	-76.50608	192			MD	025		
4350392	Carey Acres	carey-acres	US		0	America/New_York	38.45484	-75.53659	15			MD	045		
4350396	Carey Heights	carey-heights	US		0	America/New_York	38.36262	-75.56631	11			MD	045		
4350400	Careytown	careytown	US		0	America/New_York	38.434	-75.32547	11			MD	047		
4350403	Carlos Junction	carlos-junction	US		0	America/New_York	39.60564	-78.94308	562			MD	001		
4350405	Carmae Acres	carmae-acres	US		0	America/New_York	39.37955	-76.99554	189			MD	013		
4350410	Carmody Hills	carmody-hills	US		0	America/New_York	38.8965	-76.89497	36			MD	033		
4350415	Carney Grove	carney-grove	US		0	America/New_York	39.39483	-76.50996	112	Carney Grove,Carneys Grove		MD	005		
4350417	Carol Court	carol-court	US		0	America/New_York	38.36735	-76.43856	25			MD	009		
4350419	Carole Acres	carole-acres	US		0	America/New_York	39.06983	-76.99553	113			MD	031		
4350420	Carole Highlands	carole-highlands	US		0	America/New_York	38.9815	-76.98331	62			MD	033		
4350422	Carolina Hills	carolina-hills	US		0	America/New_York	39.28344	-77.35943	95			MD	021		
4350423	Caroline Acres Mobile Home Park	caroline-acres-mobile-home-park	US		0	America/New_York	39.06872	-75.77188	18			MD	011		
4350433	Carpenter Beach	carpenter-beach	US		0	America/New_York	38.60512	-76.5144	7			MD	009		
4350437	Carpenter Point	carpenter-point	US		0	America/New_York	39.54428	-76.00661	7			MD	015		
4350444	Carriage Hill	carriage-hill	US		0	America/New_York	39.10428	-76.88275	94			MD	033		
4350445	Carriage Hill Village	carriage-hill-village	US		0	America/New_York	39.35344	-76.81247	122			MD	005		
4350446	Carriage Hills	carriage-hills	US		0	America/New_York	39.00706	-76.55746	40			MD	003		
4350447	Carriage Hills	carriage-hills	US		0	America/New_York	38.63568	-76.61357	42			MD	009		
4350448	Carriage Hills	carriage-hills	US		0	America/New_York	39.57899	-76.94081	257			MD	013		
4350449	Carriage Hills	carriage-hills	US		0	America/New_York	39.1715	-76.86108	108			MD	027		
4350452	Carrico Mill Estates	carrico-mill-estates	US		0	America/New_York	38.5004	-76.80469	50			MD	017		
4350474	Carroll County Trails	carroll-county-trails	US		0	America/New_York	39.5226	-76.90831	188			MD	013		
4350479	Carroll Fields	carroll-fields	US		0	America/New_York	39.36677	-76.97415	164			MD	013		
4350480	Carroll Heights	carroll-heights	US		0	America/New_York	39.39316	-77.15332	205			MD	013		
4350481	Carroll Heights	carroll-heights	US		0	America/New_York	39.66482	-77.72749	188			MD	043		
4350482	Carroll Highlands	carroll-highlands	US		0	America/New_York	39.38733	-76.9172	166			MD	013		
4350484	Carroll Island	carroll-island	US		0	America/New_York	39.33455	-76.39413	5			MD	005		
4350486	Carroll Knolls	carroll-knolls	US		0	America/New_York	39.02372	-77.0497	109			MD	031		
4350487	Carroll Lutheran Village	carroll-lutheran-village	US		0	America/New_York	39.56538	-77.04415	203			MD	013		
4350488	Carroll Manor	carroll-manor	US		0	America/New_York	39.49872	-76.51635	172			MD	005		
4350489	Carroll Manor	carroll-manor	US		0	America/New_York	38.98039	-77.00442	79			MD	031		
4350493	Carroll Manor Ridge	carroll-manor-ridge	US		0	America/New_York	39.50983	-76.50274	161			MD	005		
4350496	Carroll Meadows	carroll-meadows	US		0	America/New_York	39.50705	-76.49858	167			MD	005		
4350497	Carroll Meadows	carroll-meadows	US		0	America/New_York	39.57982	-76.97943	248			MD	013		
4350499	Carroll Park	carroll-park	US		0	America/New_York	39.45371	-76.9972	238			MD	013		
4350505	Carroll Square	carroll-square	US		0	America/New_York	39.41205	-76.96192	183			MD	013		
4350508	Carroll View	carroll-view	US		0	America/New_York	39.62649	-77.25832	148			MD	013		
4350509	Carroll Winde	carroll-winde	US		0	America/New_York	39.46399	-76.95276	191			MD	013		
4350510	Carroll Woods Estates	carroll-woods-estates	US		0	America/New_York	39.42732	-77.10943	258			MD	013		
4350512	Carrolls Addition	carrolls-addition	US		0	America/New_York	38.76984	-76.06355	14			MD	041		
4350514	Carroll Dale	carroll-dale	US		0	America/New_York	39.41705	-76.91831	166			MD	013		
4350517	Carrollton Manor	carrollton-manor	US		0	America/New_York	39.0765	-76.58358	24	Carrollton Manor,Carrolton Manor		MD	003		
4350519	Carrolltowne	carrolltowne	US		0	America/New_York	39.39094	-76.93026	182			MD	013		
4350521	Carrollwood	carrollwood	US		0	America/New_York	39.33205	-76.38996	9			MD	005		
4350522	Carrollwood Manor	carrollwood-manor	US		0	America/New_York	39.32983	-76.38385	8			MD	005		
4350523	Carrollyn Manor	carrollyn-manor	US		0	America/New_York	39.59871	-77.03859	240			MD	013		
4350526	Carrs Mill	carrs-mill	US		0	America/New_York	39.31483	-77.05248	146			MD	027		
4350528	Carrs Ridge	carrs-ridge	US		0	America/New_York	38.89039	-76.51718	9			MD	003		
4350529	Carrs Store (historical)	carrs-store-historical	US		0	America/New_York	39.56733	-76.77748	196			MD	005		
4350530	Carsan Knolls	carsan-knolls	US		0	America/New_York	39.42149	-77.20554	153			MD	021		
4350531	Carsin Vale	carsin-vale	US		0	America/New_York	39.51844	-76.22607	117			MD	025		
4350532	Carsins	carsins	US		0	America/New_York	39.53733	-76.21245	80	Carsins,Carsins Run		MD	025		
4350533	Carsins Run	carsins-run	US		0	America/New_York	39.54539	-76.21134	115			MD	025		
4350536	Carsins Run Estates	carsins-run-estates	US		0	America/New_York	39.539	-76.20745	91			MD	025		
4350537	Carsinwood	carsinwood	US		0	America/New_York	39.53011	-76.21523	111			MD	025		
4350539	Carsondale	carsondale	US		0	America/New_York	38.94178	-76.85358	55			MD	033		
4350542	Carters Plains	carters-plains	US		0	America/New_York	38.81262	-76.06077	21			MD	041		
4350547	Carthagena Creek	carthagena-creek	US		0	America/New_York	38.17457	-76.46912	9			MD	037		
4350551	Carvel Beach	carvel-beach	US		0	America/New_York	39.16511	-76.53496	7			MD	003		
4350560	Cascade Estates	cascade-estates	US		0	America/New_York	39.62288	-76.90887	286			MD	013		
4350567	Cash Corner	cash-corner	US		0	America/New_York	37.99096	-75.80965	1	Cash,Cash Corner		MD	039		
4350568	Cash Corner (historical)	cash-corner-historical	US		0	America/New_York	39.40122	-75.84438	22			MD	015		
4350573	Cashell Manor	cashell-manor	US		0	America/New_York	39.14316	-77.08748	128			MD	031		
4350575	Cashell Woods	cashell-woods	US		0	America/New_York	39.12955	-77.07803	139			MD	031		
4350578	Casselman	casselman	US		0	America/New_York	39.67536	-79.1717	656			MD	023		
4350583	Cassidy Wharf	cassidy-wharf	US		0	America/New_York	39.38428	-75.9605	0	Cassidy Wharf,Jamestown,Old Town,Oldtown		MD	015		
4350586	Castle Acres	castle-acres	US		0	America/New_York	38.86067	-76.61218	56			MD	003		
4350587	Castle Haven	castle-haven	US		0	America/New_York	38.62651	-76.17272	1			MD	019		
4350588	Castle Haven Estates	castle-haven-estates	US		0	America/New_York	38.15345	-75.40909	7	Castle Haven Estates,Castle Hill Estates		MD	047		
4350590	Castle Manor	castle-manor	US		0	America/New_York	38.95456	-76.95581	16			MD	033		
4350591	Castle Marina	castle-marina	US		0	America/New_York	38.98345	-76.28495	4			MD	035		
4350593	Castle Oaks	castle-oaks	US		0	America/New_York	39.58955	-76.86442	259			MD	013		
4350595	Castlemore	castlemore	US		0	America/New_York	38.65679	-76.66635	44			MD	009		
4350596	Castles Rising	castles-rising	US		0	America/New_York	39.52316	-76.89526	204			MD	013		
4350611	Catchpenny	catchpenny	US		0	America/New_York	38.35484	-75.72382	5	Catchpenny,Catchpenny Corner		MD	045		
4350613	Cathers Corner	cathers-corner	US		0	America/New_York	39.65261	-76.05023	130	Cather's Corner,Cathers Corner		MD	015		
4350614	Catlin (historical)	catlin-historical	US		0	America/New_York	39.20511	-76.00383	12			MD	035		
4350615	Catoctin Acres	catoctin-acres	US		0	America/New_York	39.45232	-77.50193	313			MD	021		
4350618	Catoctin Furnace	catoctin-furnace	US		0	America/New_York	39.57927	-77.43249	140	Catoctin,Catoctin Furnace,Catoctin Furnace Village,Johnsons Furnace		MD	021		
4350621	Catoctin Heights	catoctin-heights	US		0	America/New_York	39.6376	-77.4136	193			MD	021		
4350623	Catoctin Highlands	catoctin-highlands	US		0	America/New_York	39.63315	-77.40832	170			MD	021		
4350624	Catoctin Hills	catoctin-hills	US		0	America/New_York	39.45649	-77.54165	189			MD	021		
4350626	Catoctin Manor Estates	catoctin-manor-estates	US		0	America/New_York	39.49149	-77.41832	117			MD	021		
4350631	Catoctin Park	catoctin-park	US		0	America/New_York	39.41121	-77.42637	99			MD	021		
4350632	Catoctin Point	catoctin-point	US		0	America/New_York	39.35566	-77.5236	202			MD	021		
4350633	Catoctin View	catoctin-view	US		0	America/New_York	39.6126	-77.03498	225			MD	013		
4350634	Catoctin View	catoctin-view	US		0	America/New_York	39.39038	-77.23471	178			MD	021		
4350640	Catonsville Gateway	catonsville-gateway	US		0	America/New_York	39.29011	-76.76553	134			MD	005		
4350641	Catonsville Heights	catonsville-heights	US		0	America/New_York	39.27872	-76.74664	147			MD	005		
4350643	Catonsville Manor	catonsville-manor	US		0	America/New_York	39.2965	-76.73358	138			MD	005		
4350661	Cattertons Reach	cattertons-reach	US		0	America/New_York	38.70845	-76.62441	45			MD	009		
4350662	Catts Corner	catts-corner	US		0	America/New_York	39.28483	-76.0955	26	Catts Corner,I U Cross Roads		MD	029		
4350667	Cavalier Country	cavalier-country	US		0	America/New_York	38.74845	-76.63024	47			MD	009		
4350668	Cave Valley	cave-valley	US		0	America/New_York	39.44861	-76.74444	176			MD	005		
4350669	Cave Valley	cave-valley	US		0	America/New_York	39.45261	-76.75109	178			MD	005		
4350671	Caves Park	caves-park	US		0	America/New_York	39.44011	-76.72553	174			MD	005		
4350674	Caveswood	caveswood	US		0	America/New_York	39.42649	-76.74886	186			MD	005		
4350678	Cayots	cayots	US		0	America/New_York	39.48595	-75.84772	24	Caryots Corner,Cayots,Cayots Corner,Hudsons Corner		MD	015		
4350679	Cearfoss	cearfoss	US		178	America/New_York	39.70093	-77.77555	156	Cearfoss,Cunningham Cross Roads,Cunninghams Cross Roads,Stearns Tavern		MD	043		
4350695	Cecil Manor	cecil-manor	US		0	America/New_York	39.65706	-75.81716	46			MD	015		
4350710	Cedar Acres	cedar-acres	US		0	America/New_York	39.20288	-76.88803	132			MD	027		
4350711	Cedar Acres	cedar-acres	US		0	America/New_York	38.41484	-75.67937	12			MD	045		
4350712	Cedar Beach	cedar-beach	US		0	America/New_York	39.28261	-76.41718	6			MD	005		
4350713	Cedar Beach	cedar-beach	US		0	America/New_York	38.51207	-76.65079	6			MD	009		
4350717	Cedar Cliff	cedar-cliff	US		0	America/New_York	39.60842	-78.80724	198			MD	001		
4350718	Cedar Cove	cedar-cove	US		0	America/New_York	38.26124	-76.41634	12			MD	037		
4350723	Cedar Creek Estates	cedar-creek-estates	US		0	America/New_York	39.14844	-77.28776	125			MD	031		
4350734	Cedar Grove Knolls	cedar-grove-knolls	US		0	America/New_York	39.25094	-77.23026	223			MD	031		
4350741	Cedar Heights	cedar-heights	US		0	America/New_York	39.25316	-77.22943	246			MD	031		
4350742	Cedar Heights	cedar-heights	US		0	America/New_York	38.90261	-76.90803	40			MD	033		
4350743	Cedar Heights Estates	cedar-heights-estates	US		0	America/New_York	39.25649	-77.22165	217			MD	031		
4350751	Cedar Hills	cedar-hills	US		0	America/New_York	39.6651	-77.66221	159			MD	043		
4350757	Cedar Knoll Farms	cedar-knoll-farms	US		0	America/New_York	39.14344	-76.98192	154			MD	031		
4350759	Cedar Landing	cedar-landing	US		0	America/New_York	38.4254	-75.97299	2			MD	019		
4350760	Cedar Landing	cedar-landing	US		0	America/New_York	38.14652	-76.46745	2			MD	037		
4350763	Cedar Lawn	cedar-lawn	US		0	America/New_York	38.66623	-76.98942	58			MD	033		
4350764	Cedar Lawn	cedar-lawn	US		0	America/New_York	39.64954	-77.76416	168			MD	043		
4350795	Cedar Spring	cedar-spring	US		0	America/New_York	39.50122	-76.33913	86			MD	025		
4350797	Cedar Woods	cedar-woods	US		0	America/New_York	38.5579	-76.03799	7			MD	019		
4350798	Cedar Woods	cedar-woods	US		0	America/New_York	39.20872	-76.8872	139			MD	027		
4350800	Cedarbrook	cedarbrook	US		0	America/New_York	39.60538	-76.83192	249			MD	013		
4350802	Cedarcrest	cedarcrest	US		0	America/New_York	38.34512	-75.69437	6			MD	045		
4350803	Cedarcroft	cedarcroft	US		0	America/New_York	39.06872	-76.6283	23			MD	003		
4350804	Cedarcroft	cedarcroft	US		0	America/New_York	39.36705	-76.60969	122			MD	510		
4350806	Cedarhaven	cedarhaven	US		0	America/New_York	38.5729	-76.68607	2	Cedar Haven,Cedarhaven,Trueman Point		MD	033		
4350810	Cedarhurst Acres	cedarhurst-acres	US		0	America/New_York	38.40095	-75.63882	16			MD	045		
4350811	Cedarhurst Village Trailer Park	cedarhurst-village-trailer-park	US		0	America/New_York	38.39873	-75.63437	14			MD	045		
4350812	Cedarlea	cedarlea	US		0	America/New_York	38.82178	-76.53579	2			MD	003		
4350813	Cedarmere	cedarmere	US		0	America/New_York	39.43538	-76.80581	200			MD	005		
4350817	Cedarside Farm	cedarside-farm	US		0	America/New_York	39.40427	-76.47663	64			MD	005		
4350825	Cedarville Mobile Home Park	cedarville-mobile-home-park	US		0	America/New_York	38.65658	-76.82484	64	Cedarville Mobile Home Park,Cedarville Trailer Park		MD	033		
4350826	Cedarwood	cedarwood	US		0	America/New_York	38.74317	-76.65802	33			MD	009		
4350827	Cedarwood	cedarwood	US		0	America/New_York	39.54816	-76.38274	133			MD	025		
4350828	Cedarwood Cove	cedarwood-cove	US		0	America/New_York	39.00039	-76.46246	20			MD	003		
4350830	Cedarwood Estates	cedarwood-estates	US		0	America/New_York	39.37927	-76.73442	145			MD	005		
4350831	Cedonia	cedonia	US		0	America/New_York	39.33221	-76.53206	55			MD	510		
4350834	Cellar Hill	cellar-hill	US		0	America/New_York	38.45623	-76.67441	5			MD	037		
4350837	Centennial Homestead	centennial-homestead	US		0	America/New_York	39.49455	-76.90498	165			MD	013		
4350838	Centennial Lake	centennial-lake	US		0	America/New_York	39.24927	-76.86275	131			MD	027		
4350840	Centennial Manor	centennial-manor	US		0	America/New_York	39.27177	-76.8672	126			MD	027		
4350843	Centennial Village	centennial-village	US		0	America/New_York	38.37095	-75.67243	10			MD	045		
4350881	Centreville Landing	centreville-landing	US		0	America/New_York	39.05483	-76.07356	1	Centerville Landing,Centreville Landing		MD	035		
4350886	Century Estates	century-estates	US		0	America/New_York	38.70456	-76.64913	27			MD	009		
4350887	Century Manor	century-manor	US		0	America/New_York	38.75456	-76.63413	40			MD	009		
4350889	Ceresville	ceresville	US		0	America/New_York	39.45371	-77.36665	84			MD	021		
4350891	Chadswood	chadswood	US		0	America/New_York	39.194	-77.23554	160			MD	031		
4350894	Chadwick Court	chadwick-court	US		0	America/New_York	39.57316	-77.03998	215			MD	013		
4350896	Chadwick Manor	chadwick-manor	US		0	America/New_York	39.30983	-76.76636	153			MD	005		
4350899	Chalet De La Rance	chalet-de-la-rance	US		0	America/New_York	39.69066	-76.64803	226			MD	005		
4350900	Chalfone Manor	chalfone-manor	US		0	America/New_York	39.27733	-76.78164	112			MD	005		
4350902	Chalk Point	chalk-point	US		0	America/New_York	38.83623	-76.53857	0			MD	003		
4350905	Chamberlea	chamberlea	US		0	America/New_York	39.29899	-76.85248	151			MD	027		
4350907	Champ	champ	US		0	America/New_York	38.1604	-75.80771	1	Champ,Saint Peters Peninsula		MD	039		
4350909	Champion Forest	champion-forest	US		0	America/New_York	39.14733	-76.76108	73			MD	003		
4350910	Chance	chance	US		353	America/New_York	38.17207	-75.94104	1	Chance,Rock Creek		MD	039		
4350924	Chaney	chaney	US		0	America/New_York	38.75151	-76.63468	44			MD	009		
4350925	Chaney Station	chaney-station	US		0	America/New_York	38.75428	-76.63968	42			MD	009		
4350926	Chaneyville	chaneyville	US		0	America/New_York	38.69178	-76.63996	34			MD	009		
4350927	Chaneyville Farm Estates	chaneyville-farm-estates	US		0	America/New_York	38.6904	-76.66635	48			MD	009		
4350932	Chantilly Manor	chantilly-manor	US		0	America/New_York	39.65928	-75.99106	113			MD	015		
4350944	Chapel Heights	chapel-heights	US		0	America/New_York	39.54677	-77.02359	245			MD	013		
4350952	Chapel Hills	chapel-hills	US		0	America/New_York	39.559	-76.17023	116			MD	025		
4350953	Chapel Knoll	chapel-knoll	US		0	America/New_York	38.85706	-76.57468	26			MD	003		
4350955	Chapel Manor	chapel-manor	US		0	America/New_York	39.40705	-76.46357	61			MD	005		
4350956	Chapel Oaks	chapel-oaks	US		0	America/New_York	38.90817	-76.91775	29			MD	033		
4350957	Chapel Point	chapel-point	US		0	America/New_York	38.46373	-77.02886	8			MD	017		
4350960	Chapel Point Woods	chapel-point-woods	US		0	America/New_York	38.46818	-76.99442	50			MD	017		
4350961	Chapel Ridge	chapel-ridge	US		0	America/New_York	39.44649	-76.6683	178			MD	005		
4350962	Chapel Station	chapel-station	US		0	America/New_York	38.86623	-76.01216	20			MD	041		
4350963	Chapel Valley	chapel-valley	US		0	America/New_York	39.41066	-76.46357	73			MD	005		
4350964	Chapel Woods	chapel-woods	US		0	America/New_York	39.22538	-76.92831	146			MD	027		
4350965	Chapel Woods	chapel-woods	US		0	America/New_York	38.86317	-75.97466	17			MD	041		
4350973	Chapelgate	chapelgate	US		0	America/New_York	39.06705	-76.70191	69			MD	003		
4350974	Chapelgate	chapelgate	US		0	America/New_York	39.45261	-76.66247	177			MD	005		
4350977	Chapelview	chapelview	US		0	America/New_York	39.27288	-76.80803	110			MD	027		
4350978	Chaple	chaple	US		0	America/New_York	38.84484	-76.02022	22			MD	041		
4350980	Chapman Landing	chapman-landing	US		0	America/New_York	38.62151	-77.11914	1			MD	017		
4350992	Char-Nor Manor	char-nor-manor	US		0	America/New_York	39.23872	-75.98522	2			MD	035		
4350993	Charbonnet	charbonnet	US		0	America/New_York	39.61788	-76.51719	219			MD	025		
4350995	Charing Cross	charing-cross	US		0	America/New_York	39.01428	-76.68219	38			MD	003		
4351001	Charlene	charlene	US		0	America/New_York	39.1765	-77.18748	126			MD	031		
4351012	Charles County Gardens	charles-county-gardens	US		0	America/New_York	38.58706	-76.86664	58			MD	017		
4351022	Charles Manor	charles-manor	US		0	America/New_York	39.52844	-76.45274	161			MD	025		
4351030	Charlesmont	charlesmont	US		0	America/New_York	39.27566	-76.48135	3			MD	005		
4351034	Charleston Creek	charleston-creek	US		0	America/New_York	38.28541	-76.85108	3			MD	017		
4351035	Charleston Gardens	charleston-gardens	US		0	America/New_York	38.55262	-77.15665	40			MD	017		
4351043	Charlestown Manor Beach	charlestown-manor-beach	US		0	America/New_York	39.57567	-75.96689	0			MD	015		
4351046	Charlesville	charlesville	US		0	America/New_York	39.48816	-77.42943	123			MD	021		
4351054	Charloumyr	charloumyr	US		0	America/New_York	39.55427	-77.07193	152			MD	013		
4351056	Charolais Acres	charolais-acres	US		0	America/New_York	39.4901	-76.92415	189			MD	013		
4351057	Charowood	charowood	US		0	America/New_York	38.51957	-76.97692	57			MD	017		
4351058	Charred Oak Estates	charred-oak-estates	US		0	America/New_York	39.00289	-77.16192	70			MD	031		
4351062	Chartridge	chartridge	US		0	America/New_York	39.089	-76.57746	17			MD	003		
4351063	Chartwell	chartwell	US		0	America/New_York	39.09178	-76.59108	30			MD	003		
4351065	Charles Village	charles-village	US		8267	America/New_York	39.32316	-76.6133	65	Charles Village,Peabody Heights		MD	510		
4351066	Chartwood	chartwood	US		0	America/New_York	39.09317	-76.60802	30			MD	003		
4351069	Chase Eden	chase-eden	US		0	America/New_York	39.16816	-76.86942	104			MD	027		
4351070	Chase Hill	chase-hill	US		0	America/New_York	39.09316	-76.68163	52			MD	003		
4351077	Chase Wood Run	chase-wood-run	US		0	America/New_York	39.14872	-76.47524	9			MD	003		
4351078	Chases Forest	chases-forest	US		0	America/New_York	39.38955	-77.12331	211			MD	013		
4351082	Chateau Ridge	chateau-ridge	US		0	America/New_York	39.26899	-76.87331	134			MD	027		
4351083	Chateau Valley	chateau-valley	US		0	America/New_York	39.25427	-76.85664	127			MD	027		
4351088	Chatham Gardens	chatham-gardens	US		0	America/New_York	39.28011	-76.83636	123			MD	027		
4351089	Chatham Hills	chatham-hills	US		0	America/New_York	39.08567	-76.59663	17			MD	003		
4351092	Chattolanee	chattolanee	US		0	America/New_York	39.40844	-76.74275	122	Chatolanee,Chattolanee,Chattolanee Springs,Green Spring Junction,Green Springs		MD	005		
4351095	Chazdale North	chazdale-north	US		0	America/New_York	39.58816	-76.94581	283			MD	013		
4351097	Chelsea Beach	chelsea-beach	US		0	America/New_York	39.10205	-76.51996	20			MD	003		
4351098	Chelsea Court	chelsea-court	US		0	America/New_York	38.35901	-75.56742	11			MD	045		
4351099	Chelsea Estates	chelsea-estates	US		0	America/New_York	39.134	-76.88136	123			MD	027		
4351100	Chelsea Pines	chelsea-pines	US		0	America/New_York	39.10678	-76.52524	20			MD	003		
4351102	Chelsea of Nottingham	chelsea-of-nottingham	US		0	America/New_York	39.664	-76.08578	99			MD	015		
4351104	Cheltenham Acres	cheltenham-acres	US		0	America/New_York	38.71456	-76.84469	68			MD	033		
4351111	Cherby-Maurlyn Estates	cherby-maurlyn-estates	US		0	America/New_York	39.7151	-76.36052	162			MD	025		
4351117	Cherry Corner	cherry-corner	US		0	America/New_York	39.42733	-76.9597	135			MD	013		
4351150	Cherry Grove	cherry-grove	US		0	America/New_York	38.94817	-76.84914	50			MD	033		
4351151	Cherry Tree Hills	cherry-tree-hills	US		0	America/New_York	39.4401	-76.93526	153			MD	013		
4351158	Cherry Walk Estates	cherry-walk-estates	US		0	America/New_York	38.39929	-75.78577	3			MD	045		
4351160	Cherry Wood	cherry-wood	US		0	America/New_York	39.66178	-75.85633	59			MD	015		
4351167	Cherrytown	cherrytown	US		0	America/New_York	39.6876	-77.0247	242			MD	013		
4351170	Cherrywood	cherrywood	US		0	America/New_York	39.05872	-76.49413	13			MD	003		
4351171	Cherrywood	cherrywood	US		0	America/New_York	39.13816	-77.08303	139			MD	031		
4351172	Cherrywood	cherrywood	US		0	America/New_York	39.09678	-76.88358	99			MD	033		
4351173	Cherrywood Estates	cherrywood-estates	US		0	America/New_York	39.63149	-76.39024	85			MD	025		
4351175	Chesaco Park	chesaco-park	US		0	America/New_York	39.31344	-76.4958	12			MD	005		
4351176	Chesapeake Acres	chesapeake-acres	US		0	America/New_York	39.509	-76.18051	29			MD	025		
4351200	Chesapeake Cove	chesapeake-cove	US		0	America/New_York	39.5765	-75.85883	19			MD	015		
4351201	Chesapeake Cove Estates	chesapeake-cove-estates	US		0	America/New_York	38.37679	-76.41551	33			MD	009		
4351203	Chesapeake Estates	chesapeake-estates	US		0	America/New_York	38.9315	-76.35884	3			MD	035		
4351207	Chesapeake Haven	chesapeake-haven	US		0	America/New_York	39.39872	-76.03439	14			MD	015		
4351208	Chesapeake Heights	chesapeake-heights	US		0	America/New_York	38.37678	-75.54437	14			MD	045		
4351209	Chesapeake Heights on the Bay	chesapeake-heights-on-the-bay	US		0	America/New_York	38.56679	-76.52662	21			MD	009		
4351217	Chesapeake Landing	chesapeake-landing	US		0	America/New_York	39.57511	-76.05106	47			MD	015		
4351218	Chesapeake Landing	chesapeake-landing	US		0	America/New_York	39.26566	-76.15189	11			MD	029		
4351220	Chesapeake Mobile Court	chesapeake-mobile-court	US		0	America/New_York	39.14872	-76.7183	66			MD	003		
4351222	Chesapeake Oaks	chesapeake-oaks	US		0	America/New_York	39.03622	-76.41079	6			MD	003		
4351223	Chesapeake Overlook	chesapeake-overlook	US		0	America/New_York	38.72512	-76.54829	6			MD	003		
4351228	Chesapeake Ranch Estates	chesapeake-ranch-estates	US		10519	America/New_York	38.34624	-76.41773	30			MD	009		
4351231	Chesapeake Station	chesapeake-station	US		0	America/New_York	38.68762	-76.53496	14			MD	009		
4351233	Chesapeake Terrace	chesapeake-terrace	US		0	America/New_York	39.22066	-76.45385	3			MD	005		
4351237	Chesapeake Woods	chesapeake-woods	US		0	America/New_York	38.35929	-76.43578	25			MD	009		
4351241	Cherryfield (historical)	cherryfield-historical	US		0	America/New_York	38.36846	-77.22192	7			MD	017		
4351242	Cheslou Village	cheslou-village	US		0	America/New_York	38.97206	-76.26634	4			MD	035		
4351243	Chesmar	chesmar	US		0	America/New_York	39.11344	-76.67441	31			MD	003		
4351244	Chesmar	chesmar	US		0	America/New_York	39.2265	-76.03689	3			MD	029		
4351245	Chesney	chesney	US		0	America/New_York	39.26816	-77.21915	222			MD	031		
4351249	Chester Grove	chester-grove	US		0	America/New_York	38.84456	-76.85553	84			MD	033		
4351251	Chester Harbor	chester-harbor	US		0	America/New_York	39.21178	-76.02967	8			MD	035		
4351253	Cheshaven	cheshaven	US		0	America/New_York	39.38622	-76.03022	3			MD	015		
4351261	Chesterfield Gardens	chesterfield-gardens	US		0	America/New_York	39.12983	-76.52191	20			MD	003		
4351262	Chesterfield Plaza	chesterfield-plaza	US		0	America/New_York	39.12872	-76.52746	29			MD	003		
4351263	Chesterhaven Beach	chesterhaven-beach	US		0	America/New_York	38.97872	-76.27495	1			MD	035		
4351279	Chester River Beach	chester-river-beach	US		0	America/New_York	38.97095	-76.21162	1			MD	035		
4351281	Chesterwood	chesterwood	US		0	America/New_York	39.25789	-76.49691	5			MD	005		
4351283	Chestnut Farms	chestnut-farms	US		0	America/New_York	39.29733	-76.80247	149			MD	027		
4351284	Chestnut Grove	chestnut-grove	US		0	America/New_York	39.46621	-77.28248	183			MD	021		
4351285	Chestnut Grove	chestnut-grove	US		0	America/New_York	39.40954	-77.69555	211			MD	043		
4351300	Chesterville Forest	chesterville-forest	US		0	America/New_York	39.26844	-75.89327	23			MD	029		
4351301	Chestnut Hill Cove	chestnut-hill-cove	US		0	America/New_York	39.17011	-76.54135	12			MD	003		
4351302	Chestnut Hill Estates	chestnut-hill-estates	US		0	America/New_York	39.29261	-76.79831	142			MD	027		
4351304	Chestnut Hills	chestnut-hills	US		0	America/New_York	38.94872	-76.56107	8			MD	003		
4351305	Chestnut Hills	chestnut-hills	US		0	America/New_York	39.03011	-77.03303	113			MD	031		
4351306	Chestnut Hills	chestnut-hills	US		0	America/New_York	39.03122	-76.9197	53			MD	033		
4351309	Chestnut Oaks	chestnut-oaks	US		0	America/New_York	39.41955	-77.02804	230			MD	013		
4351310	Chestnut Point	chestnut-point	US		0	America/New_York	39.55428	-76.008	10			MD	015		
4351319	Cheston	cheston	US		0	America/New_York	38.88122	-76.63719	42			MD	003		
4351324	Cheston on the Wye	cheston-on-the-wye	US		0	America/New_York	38.91761	-76.15328	4			MD	035		
4351325	Cheswolde	cheswolde	US		0	America/New_York	39.364	-76.68914	117			MD	510		
4351326	Cheval Trails	cheval-trails	US		0	America/New_York	38.97983	-76.63191	35			MD	003		
4351327	Cheverly	cheverly	US		6485	America/New_York	38.92817	-76.91581	54	Chevehrli,Sheverli,chwrly  mrylnd,tshyfyrly,Чевэрли,Шеверли,تشيفيرلي,چورلی، مریلند		MD	033		
4351342	Chevy Chase Lake	chevy-chase-lake	US		0	America/New_York	38.99205	-77.07053	88			MD	031		
4351344	Chevy Chase Manor	chevy-chase-manor	US		0	America/New_York	38.97872	-77.06664	96			MD	031		
4351346	Chevy Chase Section 4	chevy-chase-section-4	US		0	America/New_York	38.98039	-77.08164	98	Chevy Chase Section 4,Chevy Chase Section Four		MD	031		
4351347	Chevy Chase Section Five	chevy-chase-section-five	US		693	America/New_York	38.98372	-77.07414	93	Chevy Chase Section 5,Chevy Chase Section Five,Section Number 5 Village of Chevy Chase		MD	031		
4351348	Chevy Chase Section Three	chevy-chase-section-three	US		801	America/New_York	38.979	-77.07387	105	Chevy Chase Section 3,Chevy Chase Section Three,Section Number 3 Village of Chevy Chase		MD	031		
4351350	Chevy Chase Terrace	chevy-chase-terrace	US		0	America/New_York	38.97233	-77.09387	98			MD	031		
4351351	Chevy Chase View	chevy-chase-view	US		977	America/New_York	39.01983	-77.08248	96			MD	031		
4351352	Chevy Chase Village	chevy-chase-village	US		2060	America/New_York	38.96928	-77.07887	104			MD	031		
4351357	Chews Manor	chews-manor	US		0	America/New_York	38.85845	-76.35495	3			MD	035		
4351366	Chicamuxen	chicamuxen	US		0	America/New_York	38.53734	-77.2122	25	Chicamuxen,Chicomuxen,Chingomuxon		MD	017		
4351367	Chickasaw Run	chickasaw-run	US		0	America/New_York	38.48957	-76.76135	49			MD	037		
4351371	Chilcutt	chilcutt	US		0	America/New_York	38.7715	-76.04411	21			MD	041		
4351383	Chillum	chillum	US		33513	America/New_York	38.96372	-76.99081	45	Chillum		MD	033		
4351385	Chillum Gardens	chillum-gardens	US		0	America/New_York	38.95928	-76.98914	33			MD	033		
4351386	Chillum Heights	chillum-heights	US		0	America/New_York	38.95983	-76.98136	23			MD	033		
4351387	Chillum Manor	chillum-manor	US		0	America/New_York	38.97067	-76.98803	38			MD	033		
4351390	Chinaberry Manor	chinaberry-manor	US		0	America/New_York	38.33817	-75.6477	3			MD	045		
4351393	Chingville	chingville	US		0	America/New_York	38.24096	-76.55857	36	Brownsville,Chingville		MD	037		
4351396	Chinquapin Crest	chinquapin-crest	US		0	America/New_York	38.87539	-76.66635	18			MD	003		
4351401	Chippendale	chippendale	US		0	America/New_York	39.66039	-75.86772	80			MD	015		
4351402	Chippingwood	chippingwood	US		0	America/New_York	38.48679	-76.52773	39			MD	009		
4351411	Choptank	choptank	US		129	America/New_York	38.68095	-75.94827	2	Choptank,Leonards Wharf,Medford Wharf,Medfords Wharf		MD	011		
4351414	Choptank Overlook	choptank-overlook	US		0	America/New_York	38.93984	-75.82466	7			MD	011		
4351415	Choptank Pines	choptank-pines	US		0	America/New_York	39.00567	-75.77188	15			MD	011		
4351417	Choptank Ponds	choptank-ponds	US		0	America/New_York	38.98289	-75.78715	8			MD	011		
4351422	Chris Mar Estates	chris-mar-estates	US		0	America/New_York	39.19927	-76.97748	166			MD	027		
4351423	Chrisland at Annapolis Cove	chrisland-at-annapolis-cove	US		0	America/New_York	38.93789	-76.47246	6			MD	003		
4351492	Christiana Estates	christiana-estates	US		0	America/New_York	39.46871	-76.93109	202			MD	013		
4351496	Christophers Crossing	christophers-crossing	US		0	America/New_York	39.45843	-77.43999	122			MD	021		
4351499	Christs Rock	christs-rock	US		0	America/New_York	38.54456	-76.103	3			MD	019		
4351500	Christy Acres	christy-acres	US		0	America/New_York	39.39566	-77.14276	236			MD	013		
4351501	Chriswood Manor	chriswood-manor	US		0	America/New_York	39.22094	-76.92442	143			MD	027		
4351502	Chrome Hill	chrome-hill	US		0	America/New_York	39.62261	-76.42052	145	Chrome,Chrome Hill		MD	025		
4351503	Chrome Hill Estates	chrome-hill-estates	US		0	America/New_York	39.62566	-76.41357	138			MD	025		
4351524	Church Hill Estates	church-hill-estates	US		0	America/New_York	39.5176	-77.56638	189			MD	021		
4351668	Circles Trailer Park	circles-trailer-park	US		0	America/New_York	38.70234	-76.64774	35			MD	009		
4351679	Claggerts Forest	claggerts-forest	US		0	America/New_York	39.474	-76.35552	75			MD	025		
4351683	Claggettsville	claggettsville	US		0	America/New_York	39.31733	-77.19776	226			MD	031		
4351684	Clahamman Hills	clahamman-hills	US		0	America/New_York	38.55984	-76.56607	47			MD	009		
4351689	Claibornes Landing	claibornes-landing	US		0	America/New_York	38.91539	-76.34801	5			MD	035		
4351695	Claremont (historical)	claremont-historical	US		0	America/New_York	39.27427	-76.65552	22			MD	510		
4351697	Perkins Homes	perkins-homes	US		0	America/New_York	39.28761	-76.59691	6			MD	510		
4351706	Clarks Run	clarks-run	US		0	America/New_York	38.51929	-76.95525	51			MD	017		
4351707	Clarksbrook Estates	clarksbrook-estates	US		0	America/New_York	39.23372	-77.26693	184			MD	031		
4351711	Clarksburg Heights	clarksburg-heights	US		0	America/New_York	39.22372	-77.26387	163			MD	031		
4351719	Clarksville Meadows	clarksville-meadows	US		0	America/New_York	39.189	-76.90998	142			MD	027		
4351722	Clarksville Ridge	clarksville-ridge	US		0	America/New_York	39.18455	-76.9122	128			MD	027		
4351723	Clarys Forest	clarys-forest	US		0	America/New_York	39.21177	-76.89136	141			MD	027		
4351724	Clarysville	clarysville	US		73	America/New_York	39.64259	-78.88836	457			MD	001		
4351734	Clayton Manor	clayton-manor	US		0	America/New_York	39.44733	-76.33774	33			MD	025		
4351737	Clayton Run Estates	clayton-run-estates	US		0	America/New_York	38.58984	-76.7983	55			MD	017		
4351740	Clear Acres	clear-acres	US		0	America/New_York	39.44566	-76.37524	52			MD	025		
4351741	Clear Ridge	clear-ridge	US		0	America/New_York	39.58288	-77.12443	206			MD	013		
4351745	Clear Spring Estates	clear-spring-estates	US		0	America/New_York	39.57344	-76.46552	182			MD	025		
4351755	Clear View	clear-view	US		0	America/New_York	39.4001	-77.37721	99			MD	021		
4351756	Clear View	clear-view	US		0	America/New_York	39.59594	-76.84109	252			MD	013		
4351757	Clear Water Beach	clear-water-beach	US		0	America/New_York	39.1665	-76.52719	5	Clear Water Beach,Clearwater Beach		MD	003		
4351760	Clearspring Manor	clearspring-manor	US		0	America/New_York	39.27261	-77.20609	238			MD	031		
4351761	Clearview	clearview	US		0	America/New_York	39.664	-76.07467	102			MD	015		
4351762	Clearview	clearview	US		0	America/New_York	39.45039	-76.29274	25			MD	025		
4351763	Clearview	clearview	US		0	America/New_York	38.80873	-76.05661	20			MD	041		
4351764	Clearview	clearview	US		0	America/New_York	39.71704	-77.74027	191			MD	043		
4351766	Clearview North	clearview-north	US		0	America/New_York	38.71345	-76.56524	45			MD	009		
4351768	Clearview Village	clearview-village	US		0	America/New_York	39.12317	-76.5358	18			MD	003		
4351769	Cleavers Corner	cleavers-corner	US		0	America/New_York	39.27122	-75.97689	22	Cleavers Corner,Clevers Corner		MD	029		
4351770	Cleaves Fork	cleaves-fork	US		0	America/New_York	39.13289	-75.78716	22			MD	011		
4351772	Clemens Crossing	clemens-crossing	US		0	America/New_York	39.19733	-76.87609	112			MD	027		
4351781	Clarks Landing	clarks-landing	US		0	America/New_York	38.34235	-76.50412	3	Clarks Landing,Clarks Wharf		MD	037		
4351784	Clemsonville	clemsonville	US		0	America/New_York	39.52177	-77.17915	156			MD	021		
4351785	Clevelandville	clevelandville	US		0	America/New_York	39.47871	-77.63916	256	Clevelandtown,Clevelandville		MD	043		
4351790	Cleveland Park Estates	cleveland-park-estates	US		0	America/New_York	38.58373	-76.93025	60			MD	017		
4351791	Cliffs City	cliffs-city	US		0	America/New_York	39.11844	-76.14967	4			MD	029		
4351794	Cliffs of Calvert	cliffs-of-calvert	US		0	America/New_York	38.33929	-76.40717	19			MD	009		
4351795	Cliffton Estates	cliffton-estates	US		0	America/New_York	39.55843	-77.49943	530			MD	021		
4351802	Clifton Knoll	clifton-knoll	US		0	America/New_York	39.42288	-77.4811	184			MD	021		
4351806	Clifton Park Village	clifton-park-village	US		0	America/New_York	39.00122	-76.99192	75	Clifton Park,Clifton Park Village		MD	031		
4351810	Clifton on the Potomac	clifton-on-the-potomac	US		0	America/New_York	38.37013	-76.97303	8			MD	017		
4351813	Cliftonbrook	cliftonbrook	US		0	America/New_York	39.14177	-76.98859	167			MD	031		
4351816	Clinton Acres	clinton-acres	US		0	America/New_York	38.72984	-76.87747	36			MD	033		
4351820	Clinton Heights	clinton-heights	US		0	America/New_York	38.76095	-76.86358	74			MD	033		
4351821	Clinton Hills	clinton-hills	US		0	America/New_York	38.71456	-76.96359	57			MD	033		
4351827	Clinton Woods	clinton-woods	US		0	America/New_York	38.739	-76.89969	57			MD	033		
4351828	Clipper Hill Estates	clipper-hill-estates	US		0	America/New_York	39.37705	-76.93331	145			MD	013		
4351833	Clopper	clopper	US		0	America/New_York	39.14983	-77.24304	136	Clopper,Cloppers		MD	031		
4351838	Clover Dale Acres	clover-dale-acres	US		0	America/New_York	38.34652	-76.75858	39			MD	037		
4351839	Clover Field	clover-field	US		0	America/New_York	39.61344	-76.47469	203			MD	025		
4351840	Clover Hill	clover-hill	US		3542	America/New_York	39.45621	-77.42887	114			MD	021		
4351841	Cloverberry	cloverberry	US		0	America/New_York	39.65427	-77.16359	159			MD	013		
4351844	Cloverdale Farm	cloverdale-farm	US		0	America/New_York	38.37567	-75.56187	11			MD	045		
4351845	Cloverfield	cloverfield	US		0	America/New_York	39.56955	-76.6283	111			MD	005		
4351846	Cloverfield Manor	cloverfield-manor	US		0	America/New_York	39.39872	-76.50246	94			MD	005		
4351847	Cloverfields	cloverfields	US		0	America/New_York	39.00083	-76.30694	4			MD	035		
4351848	Cloverfields	cloverfields	US		0	America/New_York	38.99733	-76.30384	4			MD	035		
4351849	Cloverlea	cloverlea	US		0	America/New_York	38.87761	-76.51357	5			MD	003		
4351851	Cloverly	cloverly	US		15126	America/New_York	39.10816	-76.99775	159			MD	031		
4351855	Cloverton	cloverton	US		0	America/New_York	39.60676	-77.80888	133			MD	043		
4351856	Cloverview	cloverview	US		0	America/New_York	39.46232	-77.42221	104			MD	021		
4351858	Clubhouse Estates	clubhouse-estates	US		0	America/New_York	38.90428	-76.57246	22			MD	003		
4351861	Clumber	clumber	US		0	America/New_York	39.02483	-76.5458	20			MD	003		
4351862	Clydesdale Acres	clydesdale-acres	US		0	America/New_York	39.5226	-76.8647	188			MD	013		
4351865	Coachmans Field	coachmans-field	US		0	America/New_York	39.62927	-76.65747	171			MD	005		
4351879	Coblentz Heights	coblentz-heights	US		0	America/New_York	39.4051	-77.50832	269			MD	021		
4351881	Cochran Hills	cochran-hills	US		0	America/New_York	39.45983	-76.33968	47			MD	025		
4351897	Coffee Hill	coffee-hill	US		0	America/New_York	38.39207	-76.82552	47			MD	037		
4351902	Coffman	coffman	US		0	America/New_York	39.59955	-76.32163	144			MD	025		
4351906	Cohansey Village	cohansey-village	US		0	America/New_York	39.15011	-76.63997	29			MD	003		
4351908	Cohill	cohill	US		0	America/New_York	39.64648	-78.2539	138	Cohill,Cohill Station		MD	043		
4351910	Cokeland	cokeland	US		0	America/New_York	38.40512	-75.87743	1			MD	019		
4351911	Cokesbury	cokesbury	US		0	America/New_York	38.12707	-75.57909	6			MD	039		
4351924	Colbourne	colbourne	US		0	America/New_York	38.26151	-75.45409	11	Colbourne,Pine Grove,Piney Grove		MD	047		
4351926	Colbourn Manor	colbourn-manor	US		0	America/New_York	38.33345	-75.59742	9			MD	045		
4351932	Cold Saturday	cold-saturday	US		0	America/New_York	39.48594	-76.89581	161			MD	013		
4351935	Colchester on the Severn	colchester-on-the-severn	US		0	America/New_York	39.07289	-76.57191	16			MD	003		
4351938	Coldstream	coldstream	US		0	America/New_York	39.41316	-77.30943	124			MD	021		
4351939	Coldstream	coldstream	US		0	America/New_York	39.70205	-76.48969	209			MD	025		
4351941	Cole (historical)	cole-historical	US		0	America/New_York	39.45845	-76.12912	6			MD	025		
4351944	Colebrooke	colebrooke	US		0	America/New_York	38.84122	-76.95136	85			MD	033		
4351947	Coles Corner	coles-corner	US		0	America/New_York	38.77595	-76.86719	79			MD	033		
4351951	Colesville	colesville	US		14647	America/New_York	39.07566	-77.00192	133			MD	031		
4351952	Colesville Manor	colesville-manor	US		0	America/New_York	39.08594	-77.00359	131			MD	031		
4351953	Colesville Park	colesville-park	US		0	America/New_York	39.09872	-77.00359	144			MD	031		
4351961	Colgate Creek	colgate-creek	US		0	America/New_York	39.26622	-76.54302	4			MD	510		
4351966	College Estates	college-estates	US		0	America/New_York	39.43371	-77.41971	109			MD	021		
4351971	College Heights	college-heights	US		0	America/New_York	38.97594	-76.94053	26			MD	033		
4351972	College Heights Estates	college-heights-estates	US		0	America/New_York	38.97844	-76.95109	34			MD	033		
4351973	College Hills	college-hills	US		0	America/New_York	39.05372	-76.50441	19			MD	003		
4351974	College Hills	college-hills	US		0	America/New_York	39.25483	-76.73025	121			MD	005		
4351975	College Manor	college-manor	US		0	America/New_York	39.04761	-76.50385	20			MD	003		
4351990	College View	college-view	US		0	America/New_York	39.04316	-77.06526	125			MD	031		
4352000	Collington	collington	US		0	America/New_York	38.96844	-76.75969	55			MD	033		
4352007	Collingwood	collingwood	US		0	America/New_York	38.25902	-76.74747	4			MD	037		
4352008	Collins Estates	collins-estates	US		0	America/New_York	39.41983	-76.96081	177			MD	013		
4352013	Collison Corner	collison-corner	US		0	America/New_York	38.91511	-76.55191	24	Collinson Corner,Collison Corner,Collisons Corner		MD	003		
4352014	Collmus	collmus	US		0	America/New_York	39.40566	-77.25943	158			MD	021		
4352015	Colmar Manor	colmar-manor	US		1469	America/New_York	38.93317	-76.94581	9	Beall Town,Colmar Manor,Garrisons Landing		MD	033		
4352021	Colonial Acres	colonial-acres	US		0	America/New_York	39.63261	-75.84577	36			MD	015		
4352022	Colonial Acres	colonial-acres	US		0	America/New_York	39.51816	-76.32607	106			MD	025		
4352023	Colonial Acres	colonial-acres	US		0	America/New_York	38.37928	-75.52103	14			MD	045		
4352026	Colonial Gardens	colonial-gardens	US		0	America/New_York	39.2765	-76.75858	144			MD	005		
4352029	Colonial Hills	colonial-hills	US		0	America/New_York	39.67927	-77.11026	190			MD	013		
4352031	Colonial Manor	colonial-manor	US		0	America/New_York	39.1315	-76.6733	48			MD	003		
4352032	Colonial Manor Trailer Park	colonial-manor-trailer-park	US		0	America/New_York	39.03289	-76.46524	32			MD	003		
4352033	Colonial Park	colonial-park	US		0	America/New_York	39.30622	-76.72053	129			MD	005		
4352034	Colonial Park	colonial-park	US		0	America/New_York	39.62954	-77.69721	151			MD	043		
4352038	Colonial Village	colonial-village	US		0	America/New_York	39.35983	-76.71025	145			MD	510		
4352039	Colony Acres	colony-acres	US		0	America/New_York	39.6465	-76.07523	117			MD	015		
4352040	Colony Fairfield	colony-fairfield	US		0	America/New_York	39.12094	-76.76219	80			MD	003		
4352041	Colony Hills	colony-hills	US		0	America/New_York	38.969	-76.49552	7			MD	003		
4352042	Colony Ridge	colony-ridge	US		0	America/New_York	39.07428	-76.68469	59			MD	003		
4352043	Colony Square	colony-square	US		0	America/New_York	38.25762	-76.44967	35			MD	037		
4352044	Colony Village	colony-village	US		0	America/New_York	39.48482	-77.3461	98			MD	021		
4352056	Columbia Beach	columbia-beach	US		0	America/New_York	38.81789	-76.50051	2			MD	003		
4352059	Columbia Forest	columbia-forest	US		0	America/New_York	38.99011	-77.08581	97			MD	031		
4352060	Columbia Hills	columbia-hills	US		0	America/New_York	39.24205	-76.82886	122			MD	027		
4352063	Columbia Park	columbia-park	US		0	America/New_York	38.59317	-77.00609	57			MD	017		
4352065	Columbia Park	columbia-park	US		0	America/New_York	38.91761	-76.88831	28	Columbia Park,Whites		MD	033		
4352098	Comus	comus	US		0	America/New_York	39.24705	-77.34999	180			MD	031		
4352099	Comus Sugarloaf	comus-sugarloaf	US		0	America/New_York	39.25566	-77.37054	144			MD	031		
4352100	Conaways	conaways	US		0	America/New_York	39.02317	-76.69275	32	Conaways,Conway		MD	003		
4352103	Concord (historical)	concord-historical	US		0	America/New_York	39.489	-75.83799	24			MD	015		
4352116	Confederate Hills	confederate-hills	US		0	America/New_York	39.45343	-77.76194	147			MD	043		
4352128	Congressional Manor	congressional-manor	US		0	America/New_York	38.99733	-77.17276	84			MD	031		
4352132	Connecticut Avenue Estates	connecticut-avenue-estates	US		0	America/New_York	39.054	-77.06859	98			MD	031		
4352133	Connecticut Avenue Hills	connecticut-avenue-hills	US		0	America/New_York	39.04678	-77.0797	97			MD	031		
4352134	Connecticut Avenue Park	connecticut-avenue-park	US		0	America/New_York	39.06261	-77.07776	109			MD	031		
4352136	Connecticut Gardens	connecticut-gardens	US		0	America/New_York	39.04789	-77.07276	103			MD	031		
4352139	Conestoga Heights	conestoga-heights	US		0	America/New_York	39.36371	-77.15276	224			MD	013		
4352140	Conners Corner	conners-corner	US		0	America/New_York	38.00957	-75.7366	1			MD	039		
4352144	Conococheague	conococheague	US		0	America/New_York	39.65732	-77.84472	128			MD	043		
4352148	Conococheaque	conococheaque	US		0	America/New_York	39.57621	-77.78138	159			MD	043		
4352150	Conowingo (historical)	conowingo-historical	US		0	America/New_York	39.68344	-76.19329	57			MD	015		
4352157	Conowingo Manor	conowingo-manor	US		0	America/New_York	39.67122	-76.15717	92			MD	015		
4352158	Conowingo Mobile Home Park	conowingo-mobile-home-park	US		0	America/New_York	39.68011	-76.18745	100			MD	015		
4352162	Conowingo Village	conowingo-village	US		0	America/New_York	39.65233	-76.17995	81	Conowingo,Conowingo Village		MD	025		
4352164	Conquest Beach	conquest-beach	US		0	America/New_York	39.094	-76.12384	3			MD	035		
4352166	Constance Acres	constance-acres	US		0	America/New_York	39.53288	-76.93192	243			MD	013		
4352167	Constant Branch	constant-branch	US		0	America/New_York	39.47372	-76.3219	71			MD	025		
4352168	Constant Friendship	constant-friendship	US		0	America/New_York	39.47039	-76.31079	43			MD	025		
4352172	Constitution Hills	constitution-hills	US		0	America/New_York	38.63151	-76.9347	59			MD	017		
4352174	Conte Manor	conte-manor	US		0	America/New_York	38.79678	-76.63719	37			MD	003		
4352175	Contee	contee	US		0	America/New_York	39.079	-76.86553	63	Contee,Contee Station,Contees Stations		MD	033		
4352187	Cooks Hope	cooks-hope	US		0	America/New_York	38.74234	-76.08855	6			MD	041		
4352190	Cooksey Knolls	cooksey-knolls	US		0	America/New_York	38.4679	-76.90414	47			MD	017		
4352194	Cool Hollow Estates	cool-hollow-estates	US		0	America/New_York	39.56538	-77.68583	153			MD	043		
4352195	Cool Meadows Farms	cool-meadows-farms	US		0	America/New_York	39.60566	-76.51163	212			MD	025		
4352196	Cool Pond	cool-pond	US		0	America/New_York	39.08067	-76.55663	12			MD	003		
4352197	Cool Spring	cool-spring	US		0	America/New_York	39.58844	-76.27912	60			MD	025		
4352205	Cool Springs Park	cool-springs-park	US		0	America/New_York	39.60289	-75.92605	26			MD	015		
4352210	Coon Manor	coon-manor	US		0	America/New_York	39.134	-76.89359	104			MD	027		
4352212	Cooney Neck Estate	cooney-neck-estate	US		0	America/New_York	38.47235	-76.72135	48			MD	037		
4352220	Cooperfield	cooperfield	US		0	America/New_York	39.52205	-76.59219	169			MD	005		
4352221	Cooperfield	cooperfield	US		0	America/New_York	39.43122	-76.65664	156			MD	005		
4352223	Cooper Mill	cooper-mill	US		0	America/New_York	38.50373	-75.72827	9			MD	045		
4352225	Coopstown	coopstown	US		0	America/New_York	39.58983	-76.43163	190	Coopstown,Cooptown		MD	025		
4352228	Copper Oaks	copper-oaks	US		0	America/New_York	39.53621	-77.30415	130			MD	021		
4352229	Copperfield	copperfield	US		0	America/New_York	39.35982	-77.55443	154			MD	021		
4352230	Copperfield	copperfield	US		0	America/New_York	39.6551	-77.15748	159			MD	013		
4352231	Coppermine Estates	coppermine-estates	US		0	America/New_York	39.51677	-77.23665	193			MD	021		
4352232	Copperville	copperville	US		0	America/New_York	39.63399	-77.15359	153	Copersville,Copperville		MD	013		
4352233	Copperville	copperville	US		0	America/New_York	38.82484	-76.17078	3			MD	041		
4352244	Corbett Hill Farms	corbett-hill-farms	US		0	America/New_York	39.55594	-76.59941	156			MD	005		
4352247	Coral Hills	coral-hills	US		9895	America/New_York	38.87039	-76.92108	89			MD	033		
4352266	Corns Manor	corns-manor	US		0	America/New_York	39.55455	-76.27246	131			MD	025		
4352269	Correlli Estates	correlli-estates	US		0	America/New_York	39.41622	-76.43913	80			MD	005		
4352271	Corridor North	corridor-north	US		0	America/New_York	39.13539	-76.80219	57			MD	027		
4352277	Corsica Landing	corsica-landing	US		0	America/New_York	39.07594	-76.11161	8			MD	035		
4352278	Corsica Landing Estates	corsica-landing-estates	US		0	America/New_York	39.06011	-76.07495	4			MD	035		
4352282	Costen	costen	US		0	America/New_York	38.10484	-75.61687	6			MD	039		
4352285	Coster	coster	US		0	America/New_York	38.35735	-76.47079	4			MD	009		
4352287	Cottage City	cottage-city	US		1370	America/New_York	38.93817	-76.94831	9	Cottage City,Willen Heights		MD	033		
4352289	Cottage Grove Beach	cottage-grove-beach	US		0	America/New_York	39.15483	-76.51163	4			MD	003		
4352303	Coulborn Mill Valley	coulborn-mill-valley	US		0	America/New_York	38.31512	-75.57103	13			MD	045		
4352310	Country Acres	country-acres	US		0	America/New_York	38.90678	-76.18717	4			MD	035		
4352311	Country Club Estates	country-club-estates	US		0	America/New_York	39.16372	-76.60024	12			MD	003		
4352312	Country Club Estates	country-club-estates	US		0	America/New_York	38.84456	-75.83577	11			MD	011		
4352313	Country Club Estates	country-club-estates	US		0	America/New_York	38.73206	-76.09494	2			MD	041		
4352315	Country Club Manor	country-club-manor	US		0	America/New_York	39.17011	-76.5933	10			MD	003		
4352316	Country Club Park	country-club-park	US		0	America/New_York	39.42622	-76.63219	103			MD	005		
4352317	Country Club Park	country-club-park	US		0	America/New_York	39.52427	-76.32107	100			MD	025		
4352318	Country Club South	country-club-south	US		0	America/New_York	38.65678	-76.86636	61			MD	017		
4352321	Country Comforts	country-comforts	US		0	America/New_York	38.39901	-75.50214	17			MD	045		
4352322	Country Lakes	country-lakes	US		0	America/New_York	38.40568	-76.79413	49			MD	037		
4352323	Country Life Acres	country-life-acres	US		0	America/New_York	38.87095	-75.92799	9			MD	011		
4352324	Country Life Estates	country-life-estates	US		0	America/New_York	39.64871	-76.88303	294			MD	013		
4352325	Country Place	country-place	US		0	America/New_York	39.13344	-76.53719	19			MD	003		
4352326	Country Ridge	country-ridge	US		0	America/New_York	39.31066	-76.44996	5			MD	005		
4352328	Country Road Estates	country-road-estates	US		0	America/New_York	38.73484	-76.6533	38			MD	009		
4352330	Country Side	country-side	US		0	America/New_York	39.3626	-77.41915	83			MD	021		
4352331	Country Squire	country-squire	US		0	America/New_York	39.38788	-77.34554	147			MD	021		
4352332	Country Squire Estates	country-squire-estates	US		0	America/New_York	39.68232	-77.57416	196			MD	043		
4352333	Country Trails	country-trails	US		0	America/New_York	39.69177	-76.94998	282			MD	013		
4352334	Country View	country-view	US		0	America/New_York	39.35066	-77.12693	241			MD	027		
4352335	Country Village	country-village	US		0	America/New_York	39.53289	-76.33857	117			MD	025		
4352337	Country Walk	country-walk	US		0	America/New_York	39.48927	-76.33579	79			MD	025		
4352338	Countryside	countryside	US		0	America/New_York	38.60456	-77.0247	57			MD	017		
4352339	Countryside	countryside	US		0	America/New_York	39.27511	-77.03276	166			MD	027		
4352340	Countryside	countryside	US		0	America/New_York	39.69732	-77.74805	189			MD	043		
4352344	Countryside West	countryside-west	US		0	America/New_York	39.43927	-77.5761	177			MD	021		
4352350	Country Acres	country-acres	US		0	America/New_York	39.64733	-76.08384	114			MD	015		
4352352	County View	county-view	US		0	America/New_York	39.26816	-77.20776	236			MD	031		
4352361	Courtney Manor	courtney-manor	US		0	America/New_York	38.79317	-76.68052	44			MD	003		
4352362	Courts of Crofton	courts-of-crofton	US		0	America/New_York	39.00094	-76.6758	51			MD	003		
4352363	Courts of Harford Square	courts-of-harford-square	US		0	America/New_York	39.42927	-76.31968	41			MD	025		
4352369	Cove Point	cove-point	US		0	America/New_York	38.38123	-76.38884	1	Cove Point,Cove Point Beach,Covepoint		MD	009		
4352377	Cove Point Woods	cove-point-woods	US		0	America/New_York	38.37929	-76.40412	33			MD	009		
4352381	Cove View	cove-view	US		0	America/New_York	38.36262	-76.46606	4			MD	009		
4352382	Cove View	cove-view	US		0	America/New_York	38.77567	-76.20411	2			MD	041		
4352383	Cove of Calvert	cove-of-calvert	US		0	America/New_York	38.37596	-76.39273	8			MD	009		
4352388	Coventry Farms	coventry-farms	US		0	America/New_York	39.22872	-76.08828	17			MD	029		
4352389	Coventry Meadows	coventry-meadows	US		0	America/New_York	39.65622	-76.47496	153			MD	025		
4352391	Cover (historical)	cover-historical	US		0	America/New_York	39.44399	-77.12693	188			MD	013		
4352392	Covered Bridge Estates	covered-bridge-estates	US		0	America/New_York	39.53204	-77.40832	123			MD	021		
4352393	Covered Bridge Estates	covered-bridge-estates	US		0	America/New_York	38.33706	-75.62048	7			MD	045		
4352394	Covers Corner	covers-corner	US		0	America/New_York	39.46232	-77.11526	262	Covers Corner,Covers Corners		MD	013		
4352397	Covilla	covilla	US		0	America/New_York	39.55621	-76.9847	263			MD	013		
4352416	Cowdensville	cowdensville	US		0	America/New_York	39.24705	-76.70219	36	Cowdensville,Crowdentown		MD	005		
4352417	Cowell	cowell	US		0	America/New_York	39.45288	-77.56082	128			MD	021		
4352421	Cowentown	cowentown	US		0	America/New_York	39.68067	-75.81522	72	Cowantown,Cowentown,Turkeytown,White Marsh		MD	015		
4352423	Cowpen	cowpen	US		0	America/New_York	39.40511	-76.55941	96			MD	005		
4352427	Cox	cox	US		0	America/New_York	38.59679	-76.63552	41	Cox,Coxe		MD	009		
4352429	Cox Creek Acres	cox-creek-acres	US		0	America/New_York	38.93122	-76.30995	2			MD	035		
4352434	Coxby Estates	coxby-estates	US		0	America/New_York	38.91428	-76.54191	27			MD	003		
4352436	Coxs Corner	coxs-corner	US		0	America/New_York	38.30457	-75.84604	1	Coxs Corner,New Town		MD	045		
4352448	Crabapple Court	crabapple-court	US		0	America/New_York	38.78984	-76.06605	15			MD	041		
4352451	Crabster (historical)	crabster-historical	US		0	America/New_York	39.63982	-77.20471	157			MD	013		
4352457	Craigtown	craigtown	US		0	America/New_York	39.60039	-76.07328	119	Craigtown,Hawkinsville		MD	015		
4352460	Crampton	crampton	US		0	America/New_York	39.41594	-77.19665	152			MD	021		
4352478	Cranberry Woods	cranberry-woods	US		0	America/New_York	39.02761	-76.59552	46			MD	003		
4352485	Craney Creek Estates	craney-creek-estates	US		0	America/New_York	38.92261	-76.35912	3			MD	035		
4352486	Cranwood	cranwood	US		0	America/New_York	39.39399	-76.70886	155			MD	005		
4352495	Creek View	creek-view	US		0	America/New_York	39.15844	-76.50774	8			MD	003		
4352496	Crellin	crellin	US		264	America/New_York	39.38899	-79.46533	729	Crellin,Luransville,Small Meadows,Sunshine		MD	023		
4352499	Cremona	cremona	US		0	America/New_York	38.45651	-76.65663	0	Ashcom,Cremona		MD	037		
4352502	Cresaptown	cresaptown	US		4592	America/New_York	39.59287	-78.83335	233	Bradys Mill,Cresap Station,Cresapburg,Cresaptown		MD	001		
4352505	Crescendo	crescendo	US		0	America/New_York	38.78623	-76.29384	2			MD	041		
4352506	Cresston Park	cresston-park	US		0	America/New_York	39.05844	-76.51913	9			MD	003		
4352507	Crest Acres	crest-acres	US		0	America/New_York	39.31511	-76.93025	194			MD	027		
4352508	Crest Manor Estates	crest-manor-estates	US		0	America/New_York	39.42788	-77.50915	205			MD	021		
4352509	Crest Valley	crest-valley	US		0	America/New_York	39.60232	-77.60666	187			MD	043		
4352510	Cresthaven	cresthaven	US		0	America/New_York	39.02511	-76.99109	88			MD	031		
4352513	Crestleigh	crestleigh	US		0	America/New_York	39.26038	-76.82692	123			MD	027		
4352518	Crestview Meadows	crestview-meadows	US		0	America/New_York	39.61455	-76.83887	255			MD	013		
4352525	Crestwood Mobile Home Park	crestwood-mobile-home-park	US		0	America/New_York	39.14373	-76.68364	46	Crestwood Mobile Home Park,Crestwood Mobile Homes		MD	003		
4352526	Crestwood Village	crestwood-village	US		0	America/New_York	39.38955	-77.42971	93			MD	021		
4352529	Creagerstown	creagerstown	US		0	America/New_York	39.57732	-77.36499	129	Creagers Town,Creagerstown,Creegers Town,Crugerstown		MD	021		
4352531	Crisfield Crossing	crisfield-crossing	US		0	America/New_York	39.47039	-76.32496	55			MD	025		
4352543	Crofton Commons	crofton-commons	US		0	America/New_York	39.01122	-76.67636	31			MD	003		
4352546	Crofton Highlands	crofton-highlands	US		0	America/New_York	39.01483	-76.66719	45			MD	003		
4352550	Crofton Mews	crofton-mews	US		0	America/New_York	39.02761	-76.67886	36			MD	003		
4352551	Crofton Park	crofton-park	US		0	America/New_York	39.00205	-76.6908	36			MD	003		
4352554	Crofton South	crofton-south	US		0	America/New_York	38.9965	-76.68719	42			MD	003		
4352555	Crofton Square	crofton-square	US		0	America/New_York	39.00705	-76.67052	31			MD	003		
4352557	Crofton Village	crofton-village	US		0	America/New_York	39.02983	-76.67386	40			MD	003		
4352558	Crofton Village Green	crofton-village-green	US		0	America/New_York	39.0115	-76.69441	30			MD	003		
4352559	Crofton Woods	crofton-woods	US		0	America/New_York	38.99455	-76.69358	34			MD	003		
4352562	Cromwell (historical)	cromwell-historical	US		0	America/New_York	39.17483	-76.63497	14			MD	003		
4352567	Cromwell Fountain	cromwell-fountain	US		0	America/New_York	39.19539	-76.60663	13			MD	003		
4352568	Cromwell Manor	cromwell-manor	US		0	America/New_York	39.18233	-76.64163	26			MD	003		
4352569	Cromwell Station	cromwell-station	US		0	America/New_York	39.19733	-76.60802	21			MD	003		
4352570	Cromwell Station	cromwell-station	US		0	America/New_York	39.40705	-76.54663	129			MD	005		
4352571	Cromwell Woods	cromwell-woods	US		0	America/New_York	39.41816	-76.53858	104			MD	005		
4352572	Cromwood	cromwood	US		0	America/New_York	39.4015	-76.55358	142			MD	005		
4352573	Cronhardt	cronhardt	US		0	America/New_York	39.44149	-76.7147	202			MD	005		
4352574	Cronshaw	cronshaw	US		0	America/New_York	39.14678	-75.98161	14			MD	035		
4352578	Crooked Oak	crooked-oak	US		0	America/New_York	38.37706	-75.67187	11	Crooked Oak,Crooked Oak Estates		MD	045		
4352582	Croom	croom	US		2631	America/New_York	38.75262	-76.76386	72	Croom,Croome		MD	033		
4352586	Cropley	cropley	US		0	America/New_York	38.98011	-77.21998	45			MD	031		
4352588	Croom Acres	croom-acres	US		0	America/New_York	38.76067	-76.74552	48			MD	033		
4352594	Cross Country Estates	cross-country-estates	US		0	America/New_York	39.54927	-76.47385	163			MD	025		
4352595	Cross Creek	cross-creek	US		0	America/New_York	39.53066	-76.6233	127			MD	005		
4352596	Cross Hollow	cross-hollow	US		0	America/New_York	39.48149	-77.52388	193			MD	021		
4352608	Crosswinds	crosswinds	US		0	America/New_York	38.86456	-76.35773	2			MD	035		
4352610	Crouse Mill	crouse-mill	US		0	America/New_York	39.61704	-77.20498	121			MD	013		
4352615	Crow Haven Estates	crow-haven-estates	US		0	America/New_York	38.62956	-76.63441	40			MD	009		
4352621	Crows Nest	crows-nest	US		0	America/New_York	38.31151	-75.6477	11	Crows Nest,Grove Nest		MD	045		
4352622	Croydon Park	croydon-park	US		0	America/New_York	39.08705	-77.14331	129			MD	031		
4352637	Cub Hill	cub-hill	US		0	America/New_York	39.409	-76.51358	116			MD	005		
4352638	Cub Hill Farms	cub-hill-farms	US		0	America/New_York	39.41538	-76.53024	110			MD	005		
4352639	Cub Hills	cub-hills	US		0	America/New_York	39.41566	-76.5158	113			MD	005		
4352646	Culler Oaks	culler-oaks	US		0	America/New_York	39.4201	-77.48999	187			MD	021		
4352652	Cumberland Heights	cumberland-heights	US		0	America/New_York	39.64009	-78.75696	243			MD	001		
4352658	Cumberstone	cumberstone	US		0	America/New_York	38.859	-76.55246	25	Cumberston,Cumberstone		MD	003		
4352660	Cumorah Estates	cumorah-estates	US		0	America/New_York	39.42621	-77.07998	241			MD	013		
4352661	Cunningham Acres	cunningham-acres	US		0	America/New_York	39.65649	-77.17359	154			MD	013		
4352668	Cunninghill Cove	cunninghill-cove	US		0	America/New_York	39.36539	-76.36079	6			MD	005		
4352669	Curtis Acres	curtis-acres	US		0	America/New_York	39.67317	-76.07106	115			MD	015		
4352689	Cutler Ridge	cutler-ridge	US		0	America/New_York	39.1365	-76.67163	48			MD	003		
4352693	Cylburn (historical)	cylburn-historical	US		0	America/New_York	39.35983	-76.65108	55			MD	510		
4352699	Cypress Creek	cypress-creek	US		0	America/New_York	39.07261	-76.52802	5			MD	003		
4352703	Cypress Knolls	cypress-knolls	US		0	America/New_York	38.49457	-76.58551	37			MD	009		
4352709	D'Arcy Hills	d-arcy-hills	US		0	America/New_York	38.84872	-76.84386	85			MD	033		
4352712	Dailsville	dailsville	US		0	America/New_York	38.54706	-76.15994	1	Dailsville,Dalesville		MD	019		
4352713	Dairy Manor Farms	dairy-manor-farms	US		0	America/New_York	39.64899	-76.67275	145			MD	005		
4352715	Daisy Hill Estates	daisy-hill-estates	US		0	America/New_York	39.29205	-77.06554	163			MD	027		
4352716	Daisy Meadows	daisy-meadows	US		0	America/New_York	39.40066	-77.01692	184			MD	013		
4352717	Daisy Meadows	daisy-meadows	US		0	America/New_York	39.32094	-77.06304	176			MD	027		
4352718	Daisy Ridge	daisy-ridge	US		0	America/New_York	39.60705	-77.0697	198			MD	013		
4352720	Daisy Woods	daisy-woods	US		0	America/New_York	39.27455	-77.07304	163			MD	027		
4352723	Dales Delight	dales-delight	US		0	America/New_York	39.37983	-77.12359	229			MD	013		
4352731	Damascus Gardens	damascus-gardens	US		0	America/New_York	39.28233	-77.20387	240			MD	031		
4352733	Damascus Hill	damascus-hill	US		0	America/New_York	39.26122	-77.20137	208			MD	031		
4352735	Damascus Manor	damascus-manor	US		0	America/New_York	39.27983	-77.21109	245			MD	031		
4352740	Damascus Terrace	damascus-terrace	US		0	America/New_York	39.28233	-77.20026	242			MD	031		
4352742	Damascus Valley Estates	damascus-valley-estates	US		0	America/New_York	39.28622	-77.18248	236			MD	031		
4352743	Damascus Valley Park	damascus-valley-park	US		0	America/New_York	39.27872	-77.20498	234			MD	031		
4352744	Damascus View	damascus-view	US		0	America/New_York	39.27927	-77.21359	248			MD	031		
4352751	Dames Quarter	dames-quarter	US		167	America/New_York	38.18873	-75.8991	1	Damd Quarter,Dames Quarter,Damned Quarter		MD	039		
4352761	Daniels Park	daniels-park	US		0	America/New_York	39.0065	-76.92497	33			MD	033		
4352762	Dans	dans	US		0	America/New_York	39.53289	-75.82744	0	Back Creek Mooring Basin,Dans		MD	015		
4352770	Danwood	danwood	US		0	America/New_York	38.42651	-75.55409	14			MD	045		
4352771	Danza Village	danza-village	US		0	America/New_York	39.13344	-76.66636	39			MD	003		
4352772	Dar	dar	US		0	America/New_York	39.69455	-76.70025	248			MD	005		
4352773	Darby Delight	darby-delight	US		0	America/New_York	39.41399	-77.21526	170			MD	021		
4352774	Darby-Lux	darby-lux	US		0	America/New_York	39.42871	-77.2522	152			MD	021		
4352775	Dares (historical)	dares-historical	US		0	America/New_York	38.55873	-76.53996	43	Dares (historical),Dares Wharf		MD	009		
4352776	Dares Beach	dares-beach	US		0	America/New_York	38.56179	-76.51551	0	Dare Wharf,Dares Beach,Dares Whart		MD	009		
4352782	Darinton (historical)	darinton-historical	US		0	America/New_York	39.20622	-76.49135	3			MD	005		
4352784	Dargan	dargan	US		165	America/New_York	39.37732	-77.73305	165	Dargan,Dargon		MD	043		
4352786	Darleigh Manor	darleigh-manor	US		0	America/New_York	39.39455	-76.47219	42			MD	005		
4352794	Darnall	darnall	US		0	America/New_York	38.79067	-76.6383	46			MD	003		
4352795	Darnestown	darnestown	US		6802	America/New_York	39.10344	-77.29082	133	Darnes,Darnestown,Mount Pleasant		MD	031		
4352797	Darnestown Hills	darnestown-hills	US		0	America/New_York	39.09594	-77.27748	105			MD	031		
4352798	Darnestown Knolls	darnestown-knolls	US		0	America/New_York	39.09927	-77.29137	120			MD	031		
4352801	Darryl Gardens	darryl-gardens	US		0	America/New_York	39.41011	-76.40552	45			MD	005		
4352806	Daugherty Town	daugherty-town	US		0	America/New_York	37.98679	-75.85104	1			MD	039		
4352816	Davidsonville Farmettes	davidsonville-farmettes	US		0	America/New_York	38.97289	-76.66719	50			MD	003		
4352817	Davidsonville Gardens	davidsonville-gardens	US		0	America/New_York	38.88539	-76.6608	15			MD	003		
4352821	Davidsonville Woods	davidsonville-woods	US		0	America/New_York	38.90983	-76.66302	25			MD	003		
4352824	Davis (historical)	davis-historical	US		0	America/New_York	39.31955	-76.85581	82			MD	027		
4352846	Day Meadows	day-meadows	US		0	America/New_York	39.67566	-76.26801	126			MD	025		
4352847	Daybreak Estates	daybreak-estates	US		0	America/New_York	39.34344	-76.51885	34			MD	005		
4352854	Daysville	daysville	US		0	America/New_York	39.4926	-77.29637	146			MD	021		
4352855	Daysville Acres	daysville-acres	US		0	America/New_York	39.48677	-77.28998	160			MD	021		
4352859	Dayton Meadows	dayton-meadows	US		0	America/New_York	39.24038	-76.99192	186			MD	027		
4352864	De La Plaine Manor	de-la-plaine-manor	US		0	America/New_York	39.58206	-75.94578	15			MD	015		
4352876	Dayspring Estates	dayspring-estates	US		0	America/New_York	39.63482	-76.90053	279			MD	013		
4352890	Deale Beach	deale-beach	US		0	America/New_York	38.78206	-76.53829	2			MD	003		
4352896	Deakins Range	deakins-range	US		0	America/New_York	39.07983	-77.30165	107			MD	031		
4352897	Deanwood Park	deanwood-park	US		0	America/New_York	38.90595	-76.92331	22			MD	033		
4352900	Deans Meadows	deans-meadows	US		0	America/New_York	39.00706	-75.9141	14			MD	035		
4352902	Deep Branch	deep-branch	US		0	America/New_York	38.31457	-75.82549	2			MD	045		
4352925	Deep Harbor	deep-harbor	US		0	America/New_York	38.73206	-76.33106	2			MD	041		
4352926	Deep Harbor Estates	deep-harbor-estates	US		0	America/New_York	38.5279	-76.16689	1			MD	019		
4352927	Deep Harbour	deep-harbour	US		0	America/New_York	38.30151	-75.5802	15			MD	045		
4352928	Deep Harbour Farm Estates	deep-harbour-farm-estates	US		0	America/New_York	38.73206	-76.32689	4			MD	041		
4352931	Deep Landing	deep-landing	US		0	America/New_York	39.14455	-76.25995	2	Deep Landing,Rock Hall Landing,Rockhall Landing		MD	029		
4352932	Deep Landing	deep-landing	US		0	America/New_York	39.24039	-75.95994	1	Deep Landing,Deer Landing		MD	035		
4352933	Deep Landing Estates	deep-landing-estates	US		0	America/New_York	38.5904	-76.66913	7			MD	009		
4352951	Deep Landing	deep-landing	US		0	America/New_York	38.59623	-76.66885	10			MD	009		
4352961	Deep Run Park	deep-run-park	US		0	America/New_York	39.19094	-76.78858	88			MD	027		
4352964	Deep Valley	deep-valley	US		0	America/New_York	39.48844	-76.97387	241			MD	013		
4352970	Deer Creek Estates	deer-creek-estates	US		0	America/New_York	39.60233	-76.18301	97			MD	025		
4352972	Deer Cross	deer-cross	US		0	America/New_York	39.43066	-76.85637	201			MD	005		
4352973	Deer Crossing	deer-crossing	US		0	America/New_York	38.55845	-76.54968	48			MD	009		
4352976	Deer Haven	deer-haven	US		0	America/New_York	39.53889	-75.84556	16			MD	015		
4352977	Deer Lodge Mobile Home Park	deer-lodge-mobile-home-park	US		0	America/New_York	39.65426	-77.83166	135			MD	043		
4352978	Deer Meadows	deer-meadows	US		0	America/New_York	39.65205	-76.48913	150			MD	025		
4352990	Deer Park Estates	deer-park-estates	US		0	America/New_York	39.49649	-76.93304	213			MD	013		
4352991	Deer Park Heights	deer-park-heights	US		0	America/New_York	38.82595	-76.95053	76			MD	033		
4352996	Deer Park Ridge	deer-park-ridge	US		0	America/New_York	39.46538	-76.89887	170			MD	013		
4352998	Deer Ridge	deer-ridge	US		0	America/New_York	39.4576	-77.46915	198			MD	021		
4352999	Deer Run	deer-run	US		0	America/New_York	39.43344	-76.66275	157			MD	005		
4353002	Deercreek (historical)	deercreek-historical	US		0	America/New_York	39.61733	-76.26996	88	Deer Creek,Deercreek (historical)		MD	025		
4353013	Deerhaven	deerhaven	US		0	America/New_York	39.55622	-76.2644	127	Deer Haven,Deerhaven		MD	025		
4353014	Deerpark	deerpark	US		0	America/New_York	39.51455	-76.96304	264			MD	013		
4353016	Deers Head Manor	deers-head-manor	US		0	America/New_York	38.38706	-75.58992	9			MD	045		
4353019	Defense Heights	defense-heights	US		0	America/New_York	39.29789	-76.51357	23			MD	005		
4353020	Defense Heights	defense-heights	US		0	America/New_York	38.94539	-76.90386	60			MD	033		
4353021	Delancy Village	delancy-village	US		0	America/New_York	39.6065	-75.79133	32			MD	015		
4353022	Delano Acres	delano-acres	US		0	America/New_York	39.62538	-76.36635	128			MD	025		
4353025	Deer Woods	deer-woods	US		0	America/New_York	39.439	-76.52663	70			MD	005		
4353028	Delight Meadows	delight-meadows	US		0	America/New_York	39.4251	-76.8272	193			MD	005		
4353029	Dell Mont	dell-mont	US		0	America/New_York	39.55927	-76.90581	229			MD	013		
4352856	Dayton	dayton	US	08810	0	America/New_York	39.23927	-76.98664	176			MD	027		
4353030	Dellabrooke Estates	dellabrooke-estates	US		0	America/New_York	39.17511	-77.03998	124			MD	031		
4353031	Delle Bourne	delle-bourne	US		0	America/New_York	38.13818	-76.39551	4			MD	037		
4353046	Dembeigh Hill	dembeigh-hill	US		0	America/New_York	39.37538	-76.64275	101			MD	005		
4353048	Delta Heights	delta-heights	US		0	America/New_York	39.20455	-76.23162	7			MD	029		
4353049	Denbigh (historical)	denbigh-historical	US		0	America/New_York	39.15705	-76.24329	2	Denbigh (historical),Denby		MD	029		
4353050	Denby Hill	denby-hill	US		0	America/New_York	38.28818	-76.7758	20			MD	037		
4353051	Dendor Mar Estates	dendor-mar-estates	US		0	America/New_York	39.30622	-77.13859	210			MD	027		
4353052	Denit Estates	denit-estates	US		0	America/New_York	39.20538	-77.02581	143			MD	031		
4353053	Denmore Park	denmore-park	US		0	America/New_York	39.34511	-76.67108	129			MD	510		
4353055	Den Mar	den-mar	US		0	America/New_York	38.67067	-76.60385	43			MD	009		
4353056	Dennis (historical)	dennis-historical	US		0	America/New_York	39.36649	-77.33304	100			MD	021		
4353060	Denneys Delight	denneys-delight	US		0	America/New_York	39.4876	-77.26165	183			MD	021		
4353076	Dentsville	dentsville	US		0	America/New_York	38.48179	-76.89247	57	Centerville,Dents,Dentsville		MD	017		
4353081	Der Spring Farms	der-spring-farms	US		0	America/New_York	39.41955	-77.51777	196			MD	021		
4353082	Derby Farms	derby-farms	US		0	America/New_York	39.12455	-76.66302	39			MD	003		
4353090	Detmold	detmold	US		71	America/New_York	39.55426	-78.98947	437			MD	001		
4353092	Detour	detour	US		0	America/New_York	39.60399	-77.26804	104	Detour,Double Creek,Double Pipe Creek,Double Pipe Creek Settlement,Double Pipe Creek Station,Double Pipe Creek Village,Double Pipecreek		MD	013		
4353100	Devilbiss Estates	devilbiss-estates	US		0	America/New_York	39.59649	-77.41915	136			MD	021		
4353108	Devon Farms	devon-farms	US		0	America/New_York	39.50788	-77.37443	100			MD	021		
4353109	Devonshire	devonshire	US		0	America/New_York	39.05344	-76.64274	39			MD	003		
4353110	Devonshire Forest	devonshire-forest	US		0	America/New_York	39.41538	-76.61747	120			MD	005		
4353111	Dewberry Estates	dewberry-estates	US		0	America/New_York	39.47482	-76.95942	209			MD	013		
4353115	Diamond Farms	diamond-farms	US		0	America/New_York	39.13483	-77.22554	128			MD	031		
4353119	Diamond View	diamond-view	US		0	America/New_York	39.28816	-77.22054	220			MD	031		
4353145	Dill	dill	US		0	America/New_York	39.26483	-77.01359	162			MD	027		
4353147	Dillon Park	dillon-park	US		0	America/New_York	38.86595	-76.9372	74			MD	033		
4353148	Dills Acres	dills-acres	US		0	America/New_York	38.30012	-75.17713	2			MD	047		
4353150	Dinterman	dinterman	US		0	America/New_York	39.63204	-77.25748	152			MD	013		
4353154	Discovery	discovery	US		0	America/New_York	38.27679	-76.46856	36			MD	037		
4353160	Distant View	distant-view	US		0	America/New_York	39.66121	-77.39138	195			MD	021		
4353264	Discovery	discovery	US		0	America/New_York	39.46538	-77.36082	103			MD	021		
4353472	Divinity Cove	divinity-cove	US		0	America/New_York	39.06094	-76.51218	11			MD	003		
4353474	Dixon Estates	dixon-estates	US		0	America/New_York	38.92595	-76.6058	15			MD	003		
4353475	Dixon Hill	dixon-hill	US		0	America/New_York	39.36983	-76.6633	117			MD	510		
4353480	Dobridge	dobridge	US		0	America/New_York	39.19816	-77.02053	138			MD	031		
4353494	Dodge Park	dodge-park	US		0	America/New_York	38.92761	-76.87692	41			MD	033		
4353497	Dodon	dodon	US		0	America/New_York	38.89511	-76.62302	48			MD	003		
4353505	Dogwood	dogwood	US		0	America/New_York	39.18427	-76.92581	141			MD	027		
4353507	Dogwood Estates	dogwood-estates	US		0	America/New_York	39.4026	-77.00442	192			MD	013		
4353508	Dogwood Flats	dogwood-flats	US		0	America/New_York	39.52481	-79.01669	385			MD	001		
4353510	Dogwood Hills	dogwood-hills	US		0	America/New_York	39.43094	-76.55608	151			MD	005		
4353514	Dogtown	dogtown	US		0	America/New_York	39.50593	-77.76527	120			MD	043		
4353516	Dogwood Trailer Park	dogwood-trailer-park	US		0	America/New_York	39.04456	-76.51496	27			MD	003		
4353517	Dogwood Village	dogwood-village	US		0	America/New_York	39.34761	-75.88188	18			MD	029		
4353518	Dol Ray	dol-ray	US		0	America/New_York	39.50456	-76.16884	25			MD	025		
4353521	Dogwood Village	dogwood-village	US		0	America/New_York	38.34262	-75.60909	8			MD	045		
4353523	Dolvin	dolvin	US		0	America/New_York	38.92678	-76.07578	17			MD	041		
4353524	Dominos Acres	dominos-acres	US		0	America/New_York	39.55566	-76.90581	217			MD	013		
4353526	Doncaster	doncaster	US		0	America/New_York	38.4979	-77.21053	44			MD	017		
4353527	Doncaster	doncaster	US		0	America/New_York	38.78428	-76.13161	4			MD	041		
4353528	Doncaster (historical)	doncaster-historical	US		0	America/New_York	38.85845	-76.19078	4	Doncaster (historical),Wye Town		MD	041		
4353530	Doncaster Village	doncaster-village	US		0	America/New_York	39.41261	-76.52747	130			MD	005		
4353531	Donghoregan	donghoregan	US		0	America/New_York	39.26372	-76.9222	124	Carrolls Mill,Carrolls Mills,Donghoregan,Doughoregan		MD	027		
4353532	Donleigh	donleigh	US		0	America/New_York	39.184	-76.86497	104			MD	027		
4353533	Donney Brook Farms	donney-brook-farms	US		0	America/New_York	39.6676	-76.77747	220			MD	005		
4353535	Donovans Pier	donovans-pier	US		0	America/New_York	38.95261	-76.55107	3			MD	003		
4353536	Dorado Hills	dorado-hills	US		0	America/New_York	39.03983	-76.46746	29			MD	003		
4353537	Dorado Village	dorado-village	US		0	America/New_York	39.04178	-76.46746	19			MD	003		
4353539	Dominion	dominion	US		0	America/New_York	38.94706	-76.28106	3	Dominion,Greenville		MD	035		
4353551	Dorchester Heights	dorchester-heights	US		0	America/New_York	39.25372	-76.65108	36			MD	510		
4353554	Dorchester Mobile Home Village	dorchester-mobile-home-village	US		0	America/New_York	38.55234	-76.03383	8			MD	019		
4353557	Dorrs Corner	dorrs-corner	US		0	America/New_York	39.07344	-76.63052	39			MD	003		
4353560	Dorceytown	dorceytown	US		0	America/New_York	39.3876	-77.14359	252			MD	013		
4353565	Dorsey Crossroads	dorsey-crossroads	US		0	America/New_York	39.42927	-77.00776	222	Dorsey Cross Roads,Dorsey Crossroads		MD	013		
4353568	Dorsey Estates	dorsey-estates	US		0	America/New_York	39.14872	-77.23165	127			MD	031		
4353569	Dorsey Hall	dorsey-hall	US		0	America/New_York	39.25538	-76.84303	118			MD	027		
4353570	Dorsey Heights	dorsey-heights	US		0	America/New_York	38.97511	-76.53857	24			MD	003		
4353571	Dorsey Hill	dorsey-hill	US		0	America/New_York	39.39816	-77.01609	175			MD	013		
4353574	Dory Court	dory-court	US		0	America/New_York	38.66234	-76.54079	46			MD	009		
4353577	Dotsons Ridge	dotsons-ridge	US		0	America/New_York	39.4551	-77.09137	258			MD	013		
4353578	Doub Meadow	doub-meadow	US		0	America/New_York	39.61676	-77.72888	159			MD	043		
4353580	Dorseys Run (historical)	dorseys-run-historical	US		0	America/New_York	39.31316	-76.83109	73	Dorsey,Dorsey's Store,Dorseys Run (historical)		MD	027		
4353582	Double Creek Wood	double-creek-wood	US		0	America/New_York	39.24011	-75.97855	6			MD	035		
4353583	Double Hills Estates	double-hills-estates	US		0	America/New_York	38.8565	-75.81354	7			MD	011		
4353587	Double Oak Estates	double-oak-estates	US		0	America/New_York	38.54679	-76.5319	46			MD	009		
4353591	Double Tree Estates	double-tree-estates	US		0	America/New_York	39.37788	-77.36887	135			MD	021		
4353592	Doubs	doubs	US		0	America/New_York	39.30399	-77.48804	94	Doub,Doubs,Doubs Switch		MD	021		
4353605	Doubs Mill	doubs-mill	US		0	America/New_York	39.57815	-77.65416	150			MD	043		
4353606	Douglynn Farms	douglynn-farms	US		0	America/New_York	38.39789	-75.17463	4			MD	047		
4353607	Douglynne Woods	douglynne-woods	US		0	America/New_York	38.349	-75.21241	11			MD	047		
4353608	Dove Ridge	dove-ridge	US		0	America/New_York	39.58816	-76.92109	265			MD	013		
4353611	Dover Acres	dover-acres	US		0	America/New_York	38.77012	-76.04911	18			MD	041		
4353628	Downes	downes	US		0	America/New_York	38.92122	-75.89244	17			MD	011		
4353631	Downs on the Severn	downs-on-the-severn	US		0	America/New_York	39.01928	-76.54191	23			MD	003		
4353645	Dreams Landing	dreams-landing	US		0	America/New_York	39.00567	-76.51218	10			MD	003		
4353648	Drexel Estates	drexel-estates	US		0	America/New_York	39.10511	-76.59691	43			MD	003		
4353649	Drexel Woods	drexel-woods	US		0	America/New_York	39.29538	-76.76914	130			MD	005		
4353652	Driftwood Beach	driftwood-beach	US		0	America/New_York	38.3504	-76.39828	22			MD	009		
4353658	Druid Hill Park	druid-hill-park	US		0	America/New_York	38.34595	-75.61298	7			MD	045		
4353667	Drum Point	drum-point	US		2731	America/New_York	38.32679	-76.42606	13			MD	009		
4353678	Drumcliff	drumcliff	US		0	America/New_York	38.39012	-76.56968	11	Drum Cliff,Drumcliff		MD	037		
4353679	Drumeldra Hills	drumeldra-hills	US		0	America/New_York	39.08205	-77.01998	104			MD	031		
4353694	Du-Mar Estates	du-mar-estates	US		0	America/New_York	38.57234	-77.16498	8			MD	017		
4353702	Dublin Manor	dublin-manor	US		0	America/New_York	39.61899	-76.93498	293			MD	013		
4353703	Dublin Manor	dublin-manor	US		0	America/New_York	39.48038	-77.38248	88			MD	021		
4353704	Dublin Manor	dublin-manor	US		0	America/New_York	39.64594	-76.26357	141			MD	025		
4353708	Dubois Park	dubois-park	US		0	America/New_York	38.47568	-76.83886	55			MD	017		
4353709	Ducat Town	ducat-town	US		0	America/New_York	38.954	-76.9197	20			MD	033		
4353721	Duckettsville	duckettsville	US		0	America/New_York	39.01122	-76.79858	62			MD	033		
4353723	Dudley Corners	dudley-corners	US		0	America/New_York	39.184	-75.89188	12			MD	035		
4353727	Duers Neck Landing	duers-neck-landing	US		0	America/New_York	38.09873	-75.31547	0	Duer Neck Landing,Duers Neck,Duers Neck Landing,Rattlesnake Landing,Scott Landing		MD	047		
4353730	Dug Hill	dug-hill	US		0	America/New_York	39.6801	-76.89192	259	Dug Hill,Dug Hill Valley		MD	013		
4353733	Duhamel Corners	duhamel-corners	US		0	America/New_York	39.19178	-75.82994	17			MD	035		
4353737	Dukes Retreat	dukes-retreat	US		0	America/New_York	38.1954	-76.52662	12			MD	037		
4353742	Dulaney Hills	dulaney-hills	US		0	America/New_York	39.48038	-76.52191	146			MD	005		
4353744	Dulaney Ridge	dulaney-ridge	US		0	America/New_York	39.60261	-76.46441	201			MD	025		
4353747	Dulaney Gate	dulaney-gate	US		0	America/New_York	39.47177	-76.5983	147			MD	005		
4353748	Dulaney Valley Estates	dulaney-valley-estates	US		0	America/New_York	39.5015	-76.5058	162			MD	005		
4353750	Dulaney Village	dulaney-village	US		0	America/New_York	39.41566	-76.60497	114			MD	005		
4353751	Dulany Hills	dulany-hills	US		0	America/New_York	39.46982	-77.07693	251			MD	013		
4353752	Duley	duley	US		0	America/New_York	38.74873	-76.79803	64	Duley,Duley Station,Linden		MD	033		
4353753	Dulls Corner	dulls-corner	US		0	America/New_York	39.00178	-76.47746	14			MD	003		
4353754	Dumbarton	dumbarton	US		0	America/New_York	39.379	-76.70886	147			MD	005		
4353757	Dun Rovin	dun-rovin	US		0	America/New_York	39.47788	-76.62553	161			MD	005		
4353759	Dunbrook	dunbrook	US		0	America/New_York	39.12983	-76.54385	20			MD	003		
4353760	Duncan Crossing	duncan-crossing	US		0	America/New_York	38.40345	-75.30575	12			MD	047		
4353762	Dulaney Valley (historical)	dulaney-valley-historical	US		0	America/New_York	39.46122	-76.54997	73			MD	005		
4353763	Duncans Hill	duncans-hill	US		0	America/New_York	39.58649	-76.89415	212			MD	013		
4353776	Dundalk Mobile Home Court	dundalk-mobile-home-court	US		0	America/New_York	39.254	-76.50135	4			MD	005		
4353787	Dundee Village	dundee-village	US		0	America/New_York	39.34733	-76.38274	5			MD	005		
4353788	Dunfretten Estates	dunfretten-estates	US		0	America/New_York	39.21566	-76.99137	156			MD	027		
4353800	Dunkirk Fields	dunkirk-fields	US		0	America/New_York	38.72151	-76.63718	16			MD	009		
4353801	Dunkirk Hall	dunkirk-hall	US		0	America/New_York	38.70484	-76.64607	32			MD	009		
4353804	Dunkirk South	dunkirk-south	US		0	America/New_York	38.7129	-76.65774	32			MD	009		
4353805	Dunkirk Town Center	dunkirk-town-center	US		2520	America/New_York	38.72039	-76.65857	36			MD	009		
4353806	Dunkirk Woods	dunkirk-woods	US		0	America/New_York	38.73289	-76.63746	34			MD	009		
4353808	Dunleigh	dunleigh	US		0	America/New_York	38.75067	-76.65941	26			MD	009		
4353809	Dunloggin	dunloggin	US		0	America/New_York	39.264	-76.83386	119			MD	027		
4353812	Dunlops Hills	dunlops-hills	US		0	America/New_York	38.99011	-77.06664	91	Dunlap Hills,Dunlops Hills		MD	031		
4353813	Dunmoor Woods	dunmoor-woods	US		0	America/New_York	39.25844	-76.85609	120			MD	027		
4353815	Dunkeld Manor	dunkeld-manor	US		0	America/New_York	39.07372	-76.5358	9			MD	003		
4353819	Dunstable Green	dunstable-green	US		0	America/New_York	39.01844	-76.54969	29			MD	003		
4353820	Dunwood	dunwood	US		0	America/New_York	39.48205	-76.38496	116			MD	025		
4353821	Dupont Heights	dupont-heights	US		0	America/New_York	38.86206	-76.92442	82	DuPont Heights,Dupont Heights		MD	033		
4353826	Dunsen Heights	dunsen-heights	US		0	America/New_York	39.65594	-76.37746	140			MD	025		
4353833	Dutchmans Cove	dutchmans-cove	US		0	America/New_York	38.16457	-76.42967	4			MD	037		
4353836	Duvall Manor	duvall-manor	US		0	America/New_York	39.26677	-77.20304	225			MD	031		
4353845	Dynard	dynard	US		0	America/New_York	38.30957	-76.73886	30			MD	037		
4353848	Eagle Estates	eagle-estates	US		0	America/New_York	39.58011	-76.27996	106			MD	025		
4353850	Eagle Harbor	eagle-harbor	US		66	America/New_York	38.5679	-76.68607	5			MD	033		
4353851	Eagle Hill	eagle-hill	US		0	America/New_York	39.08928	-76.47357	7	Eagle Hill,Maynard		MD	003		
4353860	Eagle View	eagle-view	US		0	America/New_York	39.5265	-76.49913	118			MD	025		
4353861	Eagle Wood Estates	eagle-wood-estates	US		0	America/New_York	39.41955	-77.07804	215			MD	013		
4353862	Eaglehead Summerfield	eaglehead-summerfield	US		0	America/New_York	39.40177	-77.29526	147			MD	021		
4353864	Eagles Loft	eagles-loft	US		0	America/New_York	39.27649	-76.96581	169			MD	027		
4353865	Eagles Nest Mobile Home Park	eagles-nest-mobile-home-park	US		0	America/New_York	38.30317	-75.12046	2			MD	047		
4353866	Eagles Passages	eagles-passages	US		0	America/New_York	38.96706	-76.61219	27			MD	003		
4353867	Eakles Mills	eakles-mills	US		0	America/New_York	39.46816	-77.68471	129	Eakles Mill,Eakles Mills		MD	043		
4353875	Earleigh Heights	earleigh-heights	US		0	America/New_York	39.09261	-76.57552	34			MD	003		
4353876	Earles Branch	earles-branch	US		0	America/New_York	39.06372	-76.0955	18			MD	035		
4353882	Early Manor	early-manor	US		0	America/New_York	38.70373	-76.8333	67			MD	033		
4353887	Earle Landing	earle-landing	US		0	America/New_York	39.07789	-76.13939	3			MD	035		
4353896	East Brooklyn	east-brooklyn	US		0	America/New_York	39.22955	-76.57663	4			MD	510		
4353919	East Park Village	east-park-village	US		0	America/New_York	39.13261	-76.64163	30			MD	003		
4353921	East Pines	east-pines	US		0	America/New_York	38.95983	-76.90942	41			MD	033		
4353923	East Prospect Plantation	east-prospect-plantation	US		0	America/New_York	38.92234	-76.18412	4	East Prospect Plantation,Prospect Plantation		MD	035		
4353925	East Riverdale	east-riverdale	US		15509	America/New_York	38.96206	-76.92192	11			MD	033		
4353926	East Rolling Hills	east-rolling-hills	US		0	America/New_York	39.35566	-77.18304	259			MD	021		
4353930	East Springbrook	east-springbrook	US		0	America/New_York	39.05844	-76.98748	106			MD	031		
4353931	East Vindex	east-vindex	US		0	America/New_York	39.41787	-79.18726	545	East Vindex,Maysville,Three Forks,Vindex		MD	023		
4353932	East Winds	east-winds	US		0	America/New_York	38.41401	-75.45714	19			MD	045		
4353954	Eastern Terrace	eastern-terrace	US		0	America/New_York	39.30677	-76.48607	10			MD	005		
4353959	Eastfield	eastfield	US		0	America/New_York	39.26289	-76.51024	13			MD	005		
4353982	Eastport Terrace	eastport-terrace	US		0	America/New_York	38.964	-76.49579	11			MD	003		
4353988	Eastview Estates	eastview-estates	US		0	America/New_York	39.50094	-76.93498	214			MD	013		
4353989	Eastview Park	eastview-park	US		0	America/New_York	38.37317	-75.55465	13			MD	045		
4353991	Eastwick	eastwick	US		0	America/New_York	39.32232	-77.60249	131			MD	021		
4353992	Eastwood Estates	eastwood-estates	US		0	America/New_York	39.59011	-75.79271	20			MD	015		
4353996	Eatons Landing	eatons-landing	US		0	America/New_York	38.95706	-76.53413	6			MD	003		
4353997	Eazee Acres	eazee-acres	US		0	America/New_York	39.36955	-76.93776	167			MD	013		
4354000	Ebbvale Estates	ebbvale-estates	US		0	America/New_York	39.69538	-76.92276	291			MD	013		
4354031	Eccleston	eccleston	US		0	America/New_York	39.40538	-76.72886	113			MD	005		
4354032	Eccleston Valley	eccleston-valley	US		0	America/New_York	39.41649	-76.74247	153			MD	005		
4354033	Echo Hill	echo-hill	US		0	America/New_York	39.36317	-76.11467	6			MD	029		
4354034	Eckhart Junction	eckhart-junction	US		0	America/New_York	39.67092	-78.78835	214			MD	001		
4354038	Edelen Estates	edelen-estates	US		0	America/New_York	38.54873	-76.83164	56			MD	017		
4354041	Eden Farms	eden-farms	US		0	America/New_York	39.59288	-76.9822	220			MD	013		
4354042	Eden Hills	eden-hills	US		0	America/New_York	39.67233	-76.4608	126			MD	025		
4354045	Eden Roc	eden-roc	US		0	America/New_York	39.39316	-76.69275	153			MD	005		
4354048	Eder	eder	US		0	America/New_York	39.62789	-75.90883	43	Eber,Eder		MD	015		
4354050	Edesville	edesville	US		169	America/New_York	39.15511	-76.20745	8	Edesville,Fidesville,Forktown		MD	029		
4354060	Edgemere	edgemere	US		8669	America/New_York	39.24205	-76.44802	6			MD	005		
4354064	Ebbvale	ebbvale	US		0	America/New_York	39.67732	-76.91887	219			MD	013		
4354071	Edgeview	edgeview	US		0	America/New_York	38.73901	-76.20022	1			MD	041		
4354074	Edgewater Acres	edgewater-acres	US		0	America/New_York	38.45039	-75.06768	1			MD	047		
4354075	Edgewater Beach	edgewater-beach	US		0	America/New_York	38.94845	-76.56857	12	Edgewater Beach,Edgewater Beach Sunny Section		MD	003		
4354081	Edgewater Village	edgewater-village	US		0	America/New_York	39.42983	-76.31357	31			MD	025		
4354096	Edgewood Heights	edgewood-heights	US		0	America/New_York	39.4265	-76.29912	26			MD	025		
4354098	Edgewood Hill	edgewood-hill	US		0	America/New_York	39.61537	-77.68999	170			MD	043		
4354099	Edgewood Hills	edgewood-hills	US		0	America/New_York	39.67594	-75.93217	97			MD	015		
4354100	Edgewood Meadows	edgewood-meadows	US		0	America/New_York	39.4265	-76.30579	30			MD	025		
4354103	Edgewood Park	edgewood-park	US		0	America/New_York	38.42651	-75.65937	13			MD	045		
4354110	Edgewood View	edgewood-view	US		0	America/New_York	39.44649	-77.47471	199			MD	021		
4354111	Edinboro Estates	edinboro-estates	US		0	America/New_York	39.09261	-76.58358	32			MD	003		
4354112	Edinburg Forest	edinburg-forest	US		0	America/New_York	39.43121	-77.50665	221			MD	021		
4354117	Edmondson Ridge	edmondson-ridge	US		0	America/New_York	39.28316	-76.72886	142			MD	005		
4354118	Edmondson Village	edmondson-village	US		0	America/New_York	39.29511	-76.68164	93			MD	510		
4354121	Edmonston	edmonston	US		1518	America/New_York	38.94678	-76.93109	5			MD	033		
4354125	Ednor	ednor	US		0	America/New_York	39.13594	-76.99498	168			MD	031		
4354126	Ednor Acres	ednor-acres	US		0	America/New_York	39.13983	-76.99303	170			MD	031		
4354128	Ednor Farms	ednor-farms	US		0	America/New_York	39.13983	-76.99831	162			MD	031		
4354129	Ednor View	ednor-view	US		0	America/New_York	39.15011	-76.98192	147			MD	031		
4354130	Ednor Woods	ednor-woods	US		0	America/New_York	39.13566	-77.00387	150			MD	031		
4354135	Edwin (historical)	edwin-historical	US		0	America/New_York	38.14762	-75.75576	2			MD	039		
4354142	Ehrmansville	ehrmansville	US		0	America/New_York	39.19872	-76.70219	31			MD	003		
4354144	Eickelberry Woods	eickelberry-woods	US		0	America/New_York	38.94872	-76.60941	27			MD	003		
4354145	Eklo	eklo	US		0	America/New_York	39.68038	-76.72914	235	Eklo,Middletown,Scrabble		MD	005		
4354147	El Dondo Acres	el-dondo-acres	US		0	America/New_York	39.33456	-75.85549	15			MD	029		
4354148	El Paco Farms	el-paco-farms	US		0	America/New_York	39.66206	-75.86494	78			MD	015		
4354149	El Rancho Mobile Home Park	el-rancho-mobile-home-park	US		0	America/New_York	39.58454	-77.67471	165			MD	043		
4354150	Elbeekay Farms	elbeekay-farms	US		0	America/New_York	39.45982	-77.02137	244			MD	013		
4354160	Elder Hill	elder-hill	US		0	America/New_York	39.62453	-79.39115	759	Elder,Elder Hill		MD	023		
4354163	Eldersburg	eldersburg	US		30531	America/New_York	39.40371	-76.95026	196	Eldersburg,Eldersburgh		MD	013		
4354176	Elen Acres	elen-acres	US		0	America/New_York	38.51679	-76.54634	39			MD	009		
4354177	Eleven Cedars	eleven-cedars	US		0	America/New_York	39.03844	-76.9247	71			MD	033		
4354178	Eleven Meadows	eleven-meadows	US		0	America/New_York	39.68538	-77.13193	166			MD	013		
4354186	Elioak	elioak	US		0	America/New_York	39.23483	-76.88664	130			MD	027		
4354187	Elite Acres	elite-acres	US		0	America/New_York	38.42262	-75.66993	17			MD	045		
4354191	Elizabeths Delight	elizabeths-delight	US		0	America/New_York	39.16511	-77.41776	128			MD	031		
4354192	Elizabeths Landing	elizabeths-landing	US		0	America/New_York	39.15566	-76.5283	10			MD	003		
4354195	Elk Forest	elk-forest	US		0	America/New_York	39.534	-75.86688	18			MD	015		
4354198	Elk Haven	elk-haven	US		0	America/New_York	39.56706	-75.85827	9			MD	015		
4354203	Elk Neck	elk-neck	US		0	America/New_York	39.51289	-75.95133	57	Elk Neck,Elkneck		MD	015		
4354211	Elk Ranch Park	elk-ranch-park	US		0	America/New_York	39.53872	-75.89022	20			MD	015		
4354215	Elk River Estates	elk-river-estates	US		0	America/New_York	39.55511	-75.88605	24			MD	015		
4354219	Elk River Basin	elk-river-basin	US		0	America/New_York	39.51123	-75.86938	8			MD	015		
4354221	Elkmore	elkmore	US		0	America/New_York	39.5565	-75.878	22			MD	015		
4354227	Elkridge Heights	elkridge-heights	US		0	America/New_York	39.21205	-76.71803	68			MD	027		
4354240	Elkton Heights	elkton-heights	US		0	America/New_York	39.61511	-75.83355	13			MD	015		
4354242	Elkton Landing	elkton-landing	US		0	America/New_York	39.59761	-75.84077	3	Elk Landing,Elkton Landing		MD	015		
4354250	Elktonia	elktonia	US		0	America/New_York	38.96178	-76.47552	5			MD	003		
4354251	Elkwood Estates	elkwood-estates	US		0	America/New_York	39.59567	-75.82827	18			MD	015		
4354253	Ellegood Estates	ellegood-estates	US		0	America/New_York	38.43428	-75.57381	13			MD	045		
4354257	Ellenborough	ellenborough	US		0	America/New_York	38.73234	-76.10939	4			MD	041		
4354261	Ellerslie Heights	ellerslie-heights	US		0	America/New_York	38.5004	-77.04803	54			MD	017		
4354263	Ellerton	ellerton	US		0	America/New_York	39.52732	-77.54332	199			MD	021		
4354273	Ellicott Hills	ellicott-hills	US		0	America/New_York	39.2715	-76.80942	96			MD	027		
4354276	Elliot	elliot	US		0	America/New_York	39.39871	-77.28776	165			MD	021		
4354277	Elliots Place	elliots-place	US		0	America/New_York	38.43651	-75.68298	13			MD	045		
4354287	Ellwood	ellwood	US		0	America/New_York	38.68678	-75.88744	10			MD	019		
4354296	Elmhurst Estates	elmhurst-estates	US		0	America/New_York	39.14428	-76.6683	42			MD	003		
4354297	Elmhurst Ridge	elmhurst-ridge	US		0	America/New_York	39.14261	-76.65441	40			MD	003		
4354299	Elms Beach	elms-beach	US		0	America/New_York	38.19124	-76.36273	3			MD	037		
4354302	Elston Shores	elston-shores	US		0	America/New_York	38.7154	-76.27523	1			MD	041		
4354305	Elvaton	elvaton	US		0	America/New_York	39.12011	-76.58858	19			MD	003		
4354306	Elvaton Acres	elvaton-acres	US		0	America/New_York	39.11233	-76.59274	37			MD	003		
4354317	Emerald Cove	emerald-cove	US		0	America/New_York	38.46929	-76.58801	30			MD	009		
4354318	Emerald Valley	emerald-valley	US		0	America/New_York	39.40927	-76.97498	182			MD	013		
4354319	Emerson Heights	emerson-heights	US		0	America/New_York	39.60428	-76.17051	86			MD	025		
4354320	Emery Corners	emery-corners	US		0	America/New_York	38.99233	-77.16109	47			MD	031		
4354350	Emmertsville	emmertsville	US		0	America/New_York	39.53732	-77.73305	147			MD	043		
4354351	Emmit Ridge	emmit-ridge	US		0	America/New_York	39.70676	-77.32804	128			MD	021		
4354358	Emmitsburg Junction	emmitsburg-junction	US		0	America/New_York	39.60815	-77.32026	135			MD	021		
4354373	Emory Grove, Glyndon	emory-grove-glyndon	US		0	America/New_York	39.48037	-76.81684	203			MD	005		
4354374	Emory Grove	emory-grove	US		0	America/New_York	39.14872	-77.16748	163			MD	031		
4354383	England Estates	england-estates	US		0	America/New_York	39.62205	-76.82553	230			MD	013		
4354384	Englandtowne	englandtowne	US		0	America/New_York	39.34094	-77.25748	188			MD	021		
4354386	Englars Mill	englars-mill	US		0	America/New_York	39.51093	-77.12637	162			MD	013		
4354387	Engle Mill	engle-mill	US		0	America/New_York	39.64703	-79.28642	654	Engle Mill,Engle Mills,Engles Mill,Engles Mills		MD	023		
4354389	English Consul	english-consul	US		0	America/New_York	39.24538	-76.64025	31			MD	005		
4354391	English Country Manor	english-country-manor	US		0	America/New_York	39.52594	-76.36468	102			MD	025		
4354395	English Village	english-village	US		0	America/New_York	38.98817	-77.11526	102			MD	031		
4354396	Ennalls (historical)	ennalls-historical	US		0	America/New_York	38.60067	-75.84716	11			MD	019		
4354413	Epping Farms	epping-farms	US		0	America/New_York	39.01178	-76.53441	31			MD	003		
4354414	Epping Forest	epping-forest	US		0	America/New_York	39.01428	-76.53163	22			MD	003		
4354415	Epping Forest Manor	epping-forest-manor	US		0	America/New_York	39.00289	-76.55274	40			MD	003		
4354420	Equestrian Estates	equestrian-estates	US		0	America/New_York	39.42927	-77.01081	232			MD	013		
4354423	Esperanza Farm	esperanza-farm	US		0	America/New_York	38.30374	-76.47495	13			MD	037		
4354435	Essex Ridge	essex-ridge	US		0	America/New_York	38.42373	-75.50464	19			MD	045		
4354438	Essex South	essex-south	US		0	America/New_York	38.25707	-76.46023	30			MD	037		
4354441	Essexshire	essexshire	US		0	America/New_York	39.30566	-76.44413	12			MD	005		
4354442	Essexshire Gate	essexshire-gate	US		0	America/New_York	39.3065	-76.44968	5			MD	005		
4354444	Estates at Rivers Edge	estates-at-rivers-edge	US		0	America/New_York	39.05622	-77.2822	98			MD	031		
4354445	Esworthy Estates	esworthy-estates	US		0	America/New_York	39.06705	-77.28443	99			MD	031		
4354446	Esworthy Park	esworthy-park	US		0	America/New_York	39.06816	-77.28776	97			MD	031		
4354447	Etchison	etchison	US		0	America/New_York	39.25455	-77.14359	194	Elchison,Etchison,Hutchison		MD	031		
4354452	Euclid Heights	euclid-heights	US		0	America/New_York	39.35566	-76.6883	137			MD	510		
4354453	Eudowood	eudowood	US		0	America/New_York	39.399	-76.58719	129			MD	005		
4354456	Eutaw Forest	eutaw-forest	US		0	America/New_York	38.6279	-77.02609	42			MD	017		
4354473	Evans Hill	evans-hill	US		0	America/New_York	39.024	-76.54941	23			MD	003		
4354476	Evemar Mobile Home Park	evemar-mobile-home-park	US		0	America/New_York	39.134	-76.83469	74			MD	027		
4354477	Everbreeze	everbreeze	US		0	America/New_York	39.664	-75.86744	78			MD	015		
4354487	Evergreen Estates	evergreen-estates	US		0	America/New_York	39.07067	-76.56357	15			MD	003		
4354488	Evergreen Heights	evergreen-heights	US		0	America/New_York	39.50789	-76.33357	100			MD	025		
4354489	Evergreen Hills	evergreen-hills	US		0	America/New_York	39.53983	-76.89831	168			MD	013		
4354495	Evergreen Point	evergreen-point	US		0	America/New_York	39.39594	-77.4061	94			MD	021		
4354497	Evergreen Valley Estates	evergreen-valley-estates	US		0	America/New_York	39.28594	-76.92692	149			MD	027		
4354499	Everlea	everlea	US		0	America/New_York	38.73678	-75.95383	14			MD	011		
4354500	Everlea	everlea	US		0	America/New_York	39.32899	-76.92553	193			MD	027		
4354504	English Manor	english-manor	US		0	America/New_York	39.08789	-77.08637	120			MD	031		
4354508	Evna	evna	US		0	America/New_York	39.58983	-76.69664	201			MD	005		
4354515	Ewingville	ewingville	US		0	America/New_York	39.20094	-75.98244	20	Ewingtown,Ewingville		MD	035		
4354516	Ewingville (historical)	ewingville-historical	US		0	America/New_York	39.69733	-75.90716	115			MD	015		
4354518	Exeter Green	exeter-green	US		0	America/New_York	39.48344	-76.37746	108			MD	025		
4354522	Eyeler (historical)	eyeler-historical	US		0	America/New_York	39.68621	-77.40693	288			MD	021		
4354524	Eyler Springs	eyler-springs	US		0	America/New_York	39.46899	-77.4636	159			MD	021		
4354527	Eyre View	eyre-view	US		0	America/New_York	39.30983	-77.07026	182			MD	027		
4354533	Evitts Creek	evitts-creek	US		0	America/New_York	39.62426	-78.73391	201			MD	001		
4354534	Fair Hill	fair-hill	US		0	America/New_York	39.70233	-75.868	117	Fair Hill,Fairhill,Fairhill Cross Roads,Fayette		MD	015		
4354535	Fair Hill	fair-hill	US		0	America/New_York	39.5715	-76.16551	139			MD	025		
4354536	Fair Hill Meadows	fair-hill-meadows	US		0	America/New_York	39.68733	-75.89133	115			MD	015		
4354547	Fair Wind Estates	fair-wind-estates	US		0	America/New_York	39.4001	-77.13943	225			MD	013		
4354548	Fair Winds	fair-winds	US		0	America/New_York	39.08094	-76.59024	24			MD	003		
4354554	Fairfield Heights	fairfield-heights	US		0	America/New_York	39.31427	-77.29637	143			MD	021		
4354555	Fairfield Homes	fairfield-homes	US		0	America/New_York	39.23539	-76.5858	6			MD	510		
4354558	Fairfields	fairfields	US		0	America/New_York	39.68761	-75.96494	129			MD	015		
4354559	Fairgreen	fairgreen	US		0	America/New_York	38.76345	-76.80219	66			MD	033		
4354560	Fairgreen Acres	fairgreen-acres	US		0	America/New_York	39.67982	-77.71277	192			MD	043		
4354561	Fairground Village	fairground-village	US		0	America/New_York	39.64871	-77.16221	167			MD	013		
4354565	Fairhaven Beach	fairhaven-beach	US		0	America/New_York	39.14566	-76.49329	27			MD	003		
4354569	Fairhaven-on-the-Bay	fairhaven-on-the-bay	US		0	America/New_York	38.75178	-76.55607	8	Fairhaven,Fairhaven-on-the-Bay		MD	003		
4354570	Fairhill	fairhill	US		0	America/New_York	39.20927	-77.0997	160			MD	031		
4354572	Fairknoll	fairknoll	US		0	America/New_York	39.07622	-76.98275	112			MD	031		
4354576	Fairland Heights	fairland-heights	US		0	America/New_York	39.08483	-76.96136	117			MD	031		
4354581	Fair Brook	fair-brook	US		0	America/New_York	39.31205	-76.76914	145			MD	005		
4354593	Fairmount Heights	fairmount-heights	US		1570	America/New_York	38.90095	-76.91553	31	Fairmont Heights,Fairmount Heights		MD	033		
4354600	Fairmount North	fairmount-north	US		0	America/New_York	39.64205	-76.83442	248			MD	013		
4354602	Fairoaks	fairoaks	US		0	America/New_York	39.08539	-76.53357	8			MD	003		
4354605	Fairplay Farms	fairplay-farms	US		0	America/New_York	39.53482	-77.77638	141			MD	043		
4354616	Fairview Acres	fairview-acres	US		0	America/New_York	39.61121	-77.13498	163			MD	013		
4354617	Fairview Acres	fairview-acres	US		0	America/New_York	39.69898	-77.79888	164			MD	043		
4354631	Fairview Estates	fairview-estates	US		0	America/New_York	38.58345	-76.52551	13			MD	009		
4354632	Fairview Estates	fairview-estates	US		0	America/New_York	39.06511	-76.98637	108			MD	031		
4354633	Fairview Mill	fairview-mill	US		0	America/New_York	39.70065	-77.83027	136	Fairview Mill,Fairview Roller Mill		MD	043		
4354645	Fairway	fairway	US		0	America/New_York	39.51122	-76.29412	96			MD	025		
4354646	Fairway	fairway	US		0	America/New_York	39.019	-77.01887	103			MD	031		
4354647	Fairway Hill	fairway-hill	US		0	America/New_York	39.27622	-76.87192	135			MD	027		
4354648	Fairway Hills	fairway-hills	US		0	America/New_York	38.97067	-77.13803	67			MD	031		
4354650	Fairways	fairways	US		0	America/New_York	38.839	-75.84355	11			MD	011		
4354651	Fairwind Farms	fairwind-farms	US		0	America/New_York	39.51261	-76.35329	102			MD	025		
4354652	Fairwood	fairwood	US		0	America/New_York	39.119	-76.48968	17			MD	003		
4354653	Fairwood Heights	fairwood-heights	US		0	America/New_York	39.56316	-76.31607	138			MD	025		
4354654	Fairwood of Hunt Valley	fairwood-of-hunt-valley	US		0	America/New_York	39.51344	-76.59747	133			MD	005		
4354692	Falcon Ridge	falcon-ridge	US		0	America/New_York	39.38038	-76.78692	173			MD	005		
4354698	Falls Gable	falls-gable	US		0	America/New_York	39.38066	-76.67275	126			MD	005		
4354699	Falls Orchard	falls-orchard	US		0	America/New_York	39.06566	-77.17165	130			MD	031		
4354703	Falls Crest	falls-crest	US		0	America/New_York	39.52761	-76.42191	144			MD	025		
4354704	Fallsmont	fallsmont	US		0	America/New_York	39.51538	-76.44663	155			MD	025		
4354705	Fallstaff	fallstaff	US		0	America/New_York	39.36844	-76.70664	139			MD	510		
4354718	Fallswood	fallswood	US		0	America/New_York	39.44594	-76.67914	176			MD	005		
4354722	Fannells Meadow	fannells-meadow	US		0	America/New_York	39.20817	-76.09273	17			MD	029		
4354724	Farish Farms	farish-farms	US		0	America/New_York	39.00844	-76.59552	48			MD	003		
4354729	Farmbrook	farmbrook	US		0	America/New_York	39.38982	-77.43776	94			MD	021		
4354730	Farmcrest	farmcrest	US		0	America/New_York	39.67372	-75.95383	112			MD	015		
4354731	Farmfield Estates	farmfield-estates	US		0	America/New_York	39.34038	-77.23415	211			MD	021		
4354732	Farmhouse Acres	farmhouse-acres	US		0	America/New_York	38.41484	-75.67798	12			MD	045		
4354733	Farmingdale Estates	farmingdale-estates	US		0	America/New_York	39.15594	-77.27471	122			MD	031		
4354739	Farmington Road Estates	farmington-road-estates	US		0	America/New_York	38.67234	-77.02275	55			MD	033		
4354741	Farmlands	farmlands	US		0	America/New_York	39.07455	-77.28137	82			MD	031		
4354744	Farside	farside	US		0	America/New_York	39.24983	-76.9172	133			MD	027		
4354752	Faulkner Ridge	faulkner-ridge	US		0	America/New_York	39.22372	-76.87747	125			MD	027		
4354754	Fausley	fausley	US		0	America/New_York	38.78817	-76.07605	9			MD	041		
4354758	Feagaville	feagaville	US		0	America/New_York	39.38594	-77.47554	110			MD	021		
4354759	Featherbed	featherbed	US		0	America/New_York	39.32455	-76.74275	130			MD	005		
4354764	Federal Hill	federal-hill	US		0	America/New_York	39.64094	-76.47135	183			MD	025		
4354766	Federal Hill Heights	federal-hill-heights	US		0	America/New_York	39.62677	-76.46913	199			MD	025		
4354770	Federal Oak Estates	federal-oak-estates	US		0	America/New_York	38.66067	-76.59857	40			MD	009		
4354773	Fawsett Farms	fawsett-farms	US		0	America/New_York	38.99789	-77.22192	97			MD	031		
4354778	Federalsburg Estates	federalsburg-estates	US		0	America/New_York	38.74623	-75.81604	14			MD	011		
4354783	Feesersburg	feesersburg	US		0	America/New_York	39.59343	-77.20248	158			MD	013		
4354785	Felicity Cove	felicity-cove	US		0	America/New_York	38.84734	-76.49385	2			MD	003		
4354795	Fellowship Forest	fellowship-forest	US		0	America/New_York	39.3915	-76.58663	139			MD	005		
4354797	Fells Point	fells-point	US		0	America/New_York	39.28261	-76.5933	2			MD	510		
4354802	Fenby	fenby	US		0	America/New_York	39.52732	-76.99248	272			MD	013		
4354809	Fenwick Manor	fenwick-manor	US		0	America/New_York	38.35374	-76.56079	37			MD	037		
4354812	Fenwick Shores	fenwick-shores	US		0	America/New_York	38.64734	-77.10526	9			MD	017		
4354814	Fenwood Heights	fenwood-heights	US		0	America/New_York	39.51483	-76.87165	188			MD	013		
4354815	Ferdinand Heights	ferdinand-heights	US		0	America/New_York	39.17955	-76.63663	18			MD	003		
4354817	Ferguson Meadows	ferguson-meadows	US		0	America/New_York	39.40872	-76.49691	110			MD	005		
4354818	Fern Valley	fern-valley	US		0	America/New_York	39.60149	-76.60525	195			MD	005		
4354819	Fernbrook	fernbrook	US		0	America/New_York	39.06122	-76.5058	13			MD	003		
4354820	Ferncliff	ferncliff	US		0	America/New_York	39.62149	-76.40079	77			MD	025		
4354826	Ferndale Farms	ferndale-farms	US		0	America/New_York	39.18566	-76.63719	27			MD	003		
4354827	Ferndale Manor	ferndale-manor	US		0	America/New_York	39.1765	-76.63191	19			MD	003		
4354829	Fernshire Farms	fernshire-farms	US		0	America/New_York	39.13205	-77.23109	131			MD	031		
4354830	Fernshire Woods	fernshire-woods	US		0	America/New_York	39.13261	-77.24776	130			MD	031		
4354832	Fernwood Mobile Home Park	fernwood-mobile-home-park	US		0	America/New_York	38.86345	-76.8433	59			MD	033		
4354845	Ferry Landing Woods	ferry-landing-woods	US		0	America/New_York	38.72234	-76.68163	18			MD	009		
4354854	Ferry Point	ferry-point	US		0	America/New_York	38.59567	-76.05133	1			MD	041		
4354857	Ferry Road	ferry-road	US		0	America/New_York	38.29956	-75.69048	7	Ferry Road,Ferry Road Settlement		MD	045		
4354864	Fetrows	fetrows	US		0	America/New_York	39.22955	-77.23471	194			MD	031		
4354865	Fiddlers Point	fiddlers-point	US		0	America/New_York	38.57401	-76.63718	19			MD	009		
4354866	Fiddlesburg	fiddlesburg	US		0	America/New_York	39.6576	-77.6886	154	Fiddlersburg,Fiddlesburg		MD	043		
4354867	Field Acres	field-acres	US		0	America/New_York	38.64929	-76.64107	37			MD	009		
4354868	Field Pointe	field-pointe	US		0	America/New_York	39.4026	-77.42054	97			MD	021		
4354869	Fieldcrest	fieldcrest	US		0	America/New_York	39.48899	-76.9947	226			MD	013		
4354871	Fields of Harvest	fields-of-harvest	US		0	America/New_York	39.35372	-76.83998	134			MD	005		
4354872	Fields of Stevenson	fields-of-stevenson	US		0	America/New_York	39.38622	-76.71608	158			MD	005		
4354878	Ferry Farms	ferry-farms	US		0	America/New_York	38.99428	-76.47885	14			MD	003		
4354883	Figgs Landing	figgs-landing	US		0	America/New_York	38.12095	-75.29603	1			MD	047		
4354895	Finlandia	finlandia	US		0	America/New_York	39.58344	-76.90081	226			MD	013		
4354897	Finzel	finzel	US		547	America/New_York	39.71453	-78.9453	775	Finzel,Finzels		MD	023		
4355046	Fisher Manor	fisher-manor	US		0	America/New_York	38.95484	-76.19051	7			MD	035		
4355055	Fishers Hollow	fishers-hollow	US		0	America/New_York	39.5076	-77.51304	276			MD	021		
4355066	Fishing Creek Farms	fishing-creek-farms	US		0	America/New_York	38.92539	-76.47746	5			MD	003		
4355081	Fishtown	fishtown	US		0	America/New_York	39.38622	-76.73581	163			MD	005		
4355085	Fitzell (historical)	fitzell-historical	US		0	America/New_York	39.23122	-76.46496	9			MD	005		
4355088	Five Forks	five-forks	US		0	America/New_York	39.54899	-77.5011	489			MD	021		
4355089	Five Forks	five-forks	US		0	America/New_York	39.6976	-76.41718	160			MD	025		
4355090	Five Forks Estates	five-forks-estates	US		0	America/New_York	39.55427	-77.50082	511			MD	021		
4355092	Five Points (historical)	five-points-historical	US		0	America/New_York	39.69872	-76.17384	110			MD	015		
4355094	Five Springs West	five-springs-west	US		0	America/New_York	39.43677	-76.71053	190			MD	005		
4355096	Five Forks	five-forks	US		0	America/New_York	39.67899	-76.65803	228			MD	005		
4355098	Flag Harbor	flag-harbor	US		0	America/New_York	38.46457	-76.47467	14			MD	009		
4355100	Flag Marsh Heights	flag-marsh-heights	US		0	America/New_York	39.37121	-77.0922	207			MD	013		
4355106	Flagg Meadows	flagg-meadows	US		0	America/New_York	39.49038	-76.91165	174			MD	013		
4355109	Flamewood	flamewood	US		0	America/New_York	39.1665	-76.90664	136			MD	027		
4355126	Fleming Way Estates	fleming-way-estates	US		0	America/New_York	39.42982	-77.08526	236			MD	013		
4355130	Flickersville	flickersville	US		0	America/New_York	39.45038	-77.70221	244			MD	043		
4355131	Flickerwood	flickerwood	US		0	America/New_York	39.58899	-76.69553	199			MD	005		
4355136	Flintridge	flintridge	US		0	America/New_York	39.22372	-77.07053	177			MD	031		
4355143	Flintville (historical)	flintville-historical	US		0	America/New_York	39.69455	-76.24134	45			MD	025		
4355144	Flohrville	flohrville	US		0	America/New_York	39.39205	-76.96526	188			MD	013		
4355150	Florence Estates	florence-estates	US		0	America/New_York	39.31399	-77.1397	205			MD	027		
4355151	Florence Farms	florence-farms	US		0	America/New_York	39.29677	-77.11776	183			MD	027		
4355152	Florence Manor	florence-manor	US		0	America/New_York	39.32205	-77.11915	228			MD	027		
4355153	Flower Hill	flower-hill	US		0	America/New_York	39.159	-77.1722	153			MD	031		
4355160	Flowers of the Forest	flowers-of-the-forest	US		0	America/New_York	38.24179	-76.45773	26			MD	037		
4355161	Flowerwood Estates	flowerwood-estates	US		0	America/New_York	39.41344	-77.10359	239			MD	013		
4355173	Foggy Bottom	foggy-bottom	US		0	America/New_York	38.35484	-75.56881	11			MD	045		
4355178	Flook Farm	flook-farm	US		0	America/New_York	39.5176	-77.57777	244			MD	021		
4355179	Folly Farms	folly-farms	US		0	America/New_York	39.43399	-76.88081	164			MD	005		
4355183	Font Hill	font-hill	US		0	America/New_York	39.22677	-76.78442	143			MD	027		
4355184	Font Hill Manor	font-hill-manor	US		0	America/New_York	39.27483	-76.85525	118			MD	027		
4355186	Font Hill Village	font-hill-village	US		0	America/New_York	39.26899	-76.86109	123			MD	027		
4355187	Fontana Village	fontana-village	US		0	America/New_York	39.34177	-76.49107	13			MD	005		
4355190	Follywoods	follywoods	US		0	America/New_York	38.49929	-76.63718	8			MD	009		
4355191	Ford Landing	ford-landing	US		0	America/New_York	39.24622	-75.89438	4	Ford Landing,Fords Landing		MD	035		
4355193	Ford Road Acres	ford-road-acres	US		0	America/New_York	39.48538	-77.43249	127			MD	021		
4355201	Fords Wharf (historical)	fords-wharf-historical	US		0	America/New_York	38.06985	-75.83049	1			MD	039		
4355210	Forest Estates	forest-estates	US		0	America/New_York	38.61679	-76.82386	59			MD	017		
4355211	Forest Estates	forest-estates	US		0	America/New_York	39.02122	-77.0397	110			MD	031		
4355212	Forest Gardens	forest-gardens	US		0	America/New_York	38.83539	-75.98216	17			MD	041		
4355213	Forest Glade	forest-glade	US		0	America/New_York	38.46123	-76.5469	47			MD	009		
4355214	Forest Glen	forest-glen	US		6582	America/New_York	39.01455	-77.0547	96			MD	031		
4355215	Forest Glen Estates	forest-glen-estates	US		0	America/New_York	38.61512	-76.81636	57			MD	017		
4355218	Forest Glen Park	forest-glen-park	US		0	America/New_York	39.0115	-77.05914	95			MD	031		
4355221	Forest Green Court	forest-green-court	US		0	America/New_York	39.63233	-75.88994	39			MD	015		
4355222	Forest Greens	forest-greens	US		0	America/New_York	39.45705	-76.22884	7			MD	025		
4355226	Forest Grove (historical)	forest-grove-historical	US		0	America/New_York	39.01705	-77.04081	109			MD	031		
4355228	Foremans Corner	foremans-corner	US		0	America/New_York	39.18594	-76.55163	17			MD	003		
4355230	Forest Heights	forest-heights	US		2573	America/New_York	38.80956	-76.99803	48			MD	033		
4355237	Forest Hill Farms	forest-hill-farms	US		0	America/New_York	39.37538	-76.91387	169			MD	013		
4355245	Forest Knoll	forest-knoll	US		0	America/New_York	39.69177	-76.85275	270			MD	013		
4355248	Forest Lawn	forest-lawn	US		0	America/New_York	39.51816	-76.3369	120			MD	025		
4355249	Forest Manor	forest-manor	US		0	America/New_York	38.83956	-76.88303	85			MD	033		
4355250	Forest Meadows	forest-meadows	US		0	America/New_York	39.00983	-76.48274	24			MD	003		
4355254	Forest Oaks	forest-oaks	US		0	America/New_York	39.40344	-76.91664	165			MD	013		
4355269	Forest Villa	forest-villa	US		0	America/New_York	38.97233	-76.52163	12			MD	003		
4355273	Foreston Ridge Estates	foreston-ridge-estates	US		0	America/New_York	39.62844	-76.77025	209			MD	005		
4355281	Forge Acres	forge-acres	US		0	America/New_York	39.41205	-76.42052	41			MD	005		
4355283	Forge Heights	forge-heights	US		0	America/New_York	39.41177	-76.42996	64			MD	005		
4355284	Forge Hill Estates	forge-hill-estates	US		0	America/New_York	39.45066	-77.74916	153			MD	043		
4355305	Forsythe	forsythe	US		0	America/New_York	39.67648	-77.98778	187			MD	043		
4355311	Fort Deterick	fort-deterick	US		0	America/New_York	39.43538	-77.4286	107			MD	021		
4355316	Fort Foote Estates	fort-foote-estates	US		0	America/New_York	38.7415	-76.97525	68			MD	033		
4355318	Fort Foote Village	fort-foote-village	US		0	America/New_York	38.76984	-77.01748	41	Fort Foote,Fort Foote Village		MD	033		
4355322	Fort George G Mead Junction	fort-george-g-mead-junction	US		9505	America/New_York	39.12594	-76.78914	57	Centralia,Fort George G Mead Junction,Junction		MD	027		
4355344	Fort Pendleton	fort-pendleton	US		0	America/New_York	39.29538	-79.37421	798			MD	023		
4355358	Fort Washington Estates	fort-washington-estates	US		0	America/New_York	38.70762	-77.02303	34			MD	033		
4355359	Fort Washington Forest	fort-washington-forest	US		0	America/New_York	38.71484	-76.98192	52			MD	033		
4355368	Fortney Mobile Home Park	fortney-mobile-home-park	US		0	America/New_York	39.70537	-77.7186	200			MD	043		
4355373	Forrest Hall Estates	forrest-hall-estates	US		0	America/New_York	38.42901	-76.73358	51			MD	037		
4355379	Fountain Dale	fountain-dale	US		0	America/New_York	39.43399	-77.51193	201			MD	021		
4355380	Fountain Glen	fountain-glen	US		0	America/New_York	39.534	-76.30635	115			MD	025		
4355382	Fountain Green Estates	fountain-green-estates	US		0	America/New_York	39.5715	-76.33301	144			MD	025		
4355383	Fountain Green Heights	fountain-green-heights	US		0	America/New_York	39.54233	-76.31968	104			MD	025		
4355385	Fountain Head	fountain-head	US		0	America/New_York	39.66926	-77.71305	187			MD	043		
4355387	Fountain Head Heights	fountain-head-heights	US		0	America/New_York	39.67398	-77.70722	178			MD	043		
4355388	Fountain Mills	fountain-mills	US		0	America/New_York	39.34149	-77.26804	176	Fountain Mill,Fountain Mills		MD	021		
4355389	Fountain Rock	fountain-rock	US		0	America/New_York	39.47482	-77.37193	87	Fountain Rock,Fountain Rock Elementary School		MD	021		
4355390	Fountain Rock Manor	fountain-rock-manor	US		0	America/New_York	39.49177	-77.34304	104			MD	021		
4355396	Fountain View	fountain-view	US		0	America/New_York	39.24705	-77.25748	210			MD	031		
4355398	Fountaindale South	fountaindale-south	US		0	America/New_York	39.42927	-77.51499	202			MD	021		
4355404	Four County Farm	four-county-farm	US		0	America/New_York	39.35566	-77.17165	259			MD	021		
4355405	Four Locks	four-locks	US		0	America/New_York	39.61565	-77.94722	113			MD	043		
4355409	Four Seasons	four-seasons	US		0	America/New_York	39.48955	-76.96443	238			MD	013		
4355411	Four Seasons Estates	four-seasons-estates	US		0	America/New_York	39.06178	-76.69441	53			MD	003		
4355413	Four Winds	four-winds	US		0	America/New_York	39.39566	-76.63164	104			MD	005		
4355418	Fourpoints	fourpoints	US		0	America/New_York	39.67176	-77.29915	109	Four Points,Fourpoints		MD	021		
4355421	Foster Branch	foster-branch	US		0	America/New_York	39.40844	-76.33857	21			MD	025		
4355423	Fowblesburg	fowblesburg	US		0	America/New_York	39.54399	-76.83748	232			MD	005		
4355429	Fox Chapel	fox-chapel	US		0	America/New_York	38.81234	-76.67691	30			MD	003		
4355430	Fox Chapel	fox-chapel	US		0	America/New_York	39.1715	-77.23943	121			MD	031		
4355434	Fox Chase	fox-chase	US		0	America/New_York	39.13205	-76.60385	22			MD	003		
4355439	Fox Dale Woods	fox-dale-woods	US		0	America/New_York	38.70595	-76.61746	50			MD	009		
4355440	Fox Den	fox-den	US		0	America/New_York	38.61595	-76.66191	37			MD	009		
4355441	Fox Den Farms	fox-den-farms	US		0	America/New_York	39.26316	-76.94914	147			MD	027		
4355443	Fox Field	fox-field	US		0	America/New_York	38.994	-75.91549	15			MD	011		
4355447	Fox Haven Estates	fox-haven-estates	US		0	America/New_York	39.43788	-76.8147	205			MD	005		
4355449	Fox Hill	fox-hill	US		0	America/New_York	38.4879	-76.60524	30			MD	009		
4355450	Fox Hill	fox-hill	US		0	America/New_York	39.254	-76.85275	120			MD	027		
4355455	Fox Hills	fox-hills	US		0	America/New_York	39.04039	-77.17109	111			MD	031		
4355456	Fox Hills Green	fox-hills-green	US		0	America/New_York	39.10011	-77.2622	113			MD	031		
4355457	Fox Hills North	fox-hills-north	US		0	America/New_York	39.10566	-77.26082	109			MD	031		
4355460	Fox Hunt Estates	fox-hunt-estates	US		0	America/New_York	38.74012	-76.64413	42			MD	009		
4355463	Fox Meadow	fox-meadow	US		0	America/New_York	38.96011	-76.01161	22			MD	035		
4355464	Fox Meadows	fox-meadows	US		0	America/New_York	39.59316	-76.5083	185			MD	025		
4355465	Fox Meadows Purchase	fox-meadows-purchase	US		0	America/New_York	39.58899	-76.51385	191			MD	025		
4355466	Fox Meadows Woods	fox-meadows-woods	US		0	America/New_York	39.59205	-76.51552	191			MD	025		
4355467	Fox Pass	fox-pass	US		0	America/New_York	39.45732	-77.25332	118			MD	021		
4355468	Fox Pause	fox-pause	US		0	America/New_York	39.18844	-76.93025	146			MD	027		
4355474	Fox Bow	fox-bow	US		0	America/New_York	39.51344	-76.35996	97			MD	025		
4355476	Fox Rest	fox-rest	US		0	America/New_York	39.08233	-76.85247	52			MD	033		
4355477	Fox Ridge Estates	fox-ridge-estates	US		0	America/New_York	39.47511	-76.70914	196			MD	005		
4355478	Fox Ridge Estates	fox-ridge-estates	US		0	America/New_York	39.48427	-77.21776	168			MD	021		
4355479	Fox Ridge Estates	fox-ridge-estates	US		0	America/New_York	39.3226	-77.20998	234			MD	031		
4355480	Fox Ridge Manor	fox-ridge-manor	US		0	America/New_York	39.29733	-76.45246	7			MD	005		
4355482	Fox Run	fox-run	US		0	America/New_York	39.51177	-76.55219	182			MD	005		
4355483	Fox Run	fox-run	US		0	America/New_York	38.65123	-76.9372	65			MD	017		
4355486	Foxborough Farms	foxborough-farms	US		0	America/New_York	39.52733	-76.30524	108			MD	025		
4355487	Foxcatcher at Fair Hill	foxcatcher-at-fair-hill	US		0	America/New_York	39.71233	-75.873	125			MD	015		
4355488	Foxchase	foxchase	US		0	America/New_York	38.6779	-76.66857	31			MD	009		
4355489	Foxchase	foxchase	US		0	America/New_York	38.29206	-75.54964	17			MD	045		
4355490	Foxchase Manor	foxchase-manor	US		0	America/New_York	39.68289	-75.85883	104			MD	015		
4355491	Foxcroft	foxcroft	US		0	America/New_York	39.39066	-77.42054	91			MD	021		
4355492	Foxfield Middletown	foxfield-middletown	US		0	America/New_York	39.44066	-77.53054	190			MD	021		
4355493	Foxgrape Farm	foxgrape-farm	US		0	America/New_York	38.96289	-75.80632	9			MD	011		
4355494	Foxhall	foxhall	US		0	America/New_York	39.06983	-77.05859	121			MD	031		
4355495	Foxhall Estates	foxhall-estates	US		0	America/New_York	38.914	-76.63913	41			MD	003		
4355496	Foxhall Estates	foxhall-estates	US		0	America/New_York	38.60845	-77.02609	53			MD	017		
4355497	Foxhall Farm	foxhall-farm	US		0	America/New_York	39.24316	-76.73247	96			MD	005		
4355498	Foxhall Villas	foxhall-villas	US		0	America/New_York	39.21261	-76.97414	173			MD	027		
4355501	Foxhollow	foxhollow	US		0	America/New_York	39.10039	-76.60163	29			MD	003		
4355504	Foxley Manor	foxley-manor	US		0	America/New_York	39.22789	-76.07411	18			MD	029		
4355505	Foxmoor	foxmoor	US		0	America/New_York	39.04317	-76.48996	28			MD	003		
4355506	Foxridge	foxridge	US		0	America/New_York	39.38344	-76.78581	171			MD	005		
4355507	Foxridge	foxridge	US		0	America/New_York	39.5765	-76.1719	119			MD	025		
4355508	Foxridge West	foxridge-west	US		0	America/New_York	39.57372	-76.17495	122			MD	025		
4355509	Foxtown	foxtown	US		0	America/New_York	39.63259	-79.23837	813			MD	023		
4355510	Foxville	foxville	US		0	America/New_York	39.63649	-77.49693	443			MD	021		
4355514	Foxwell Point	foxwell-point	US		0	America/New_York	38.28707	-76.63329	12			MD	037		
4355515	Foxwood	foxwood	US		0	America/New_York	39.55316	-76.50663	175			MD	025		
4355516	Foxwood	foxwood	US		0	America/New_York	38.44595	-75.58493	15			MD	045		
4355518	Foys Hill (historical)	foys-hill-historical	US		0	America/New_York	39.60067	-76.00467	70			MD	015		
4355519	Fraley Acres	fraley-acres	US		0	America/New_York	39.58593	-77.4186	151			MD	021		
4355521	Foxlair Acres	foxlair-acres	US		0	America/New_York	39.21705	-77.19637	149			MD	031		
4355534	Frank	frank	US		0	America/New_York	39.63955	-76.10745	118			MD	015		
4355539	Frankford (historical)	frankford-historical	US		0	America/New_York	38.35984	-75.59687	8			MD	045		
4355551	Franklin Heights	franklin-heights	US		0	America/New_York	38.32706	-75.22991	11			MD	047		
4355556	Franklin Knolls	franklin-knolls	US		0	America/New_York	39.01483	-76.99775	91	Franklin Knolls		MD	031		
4355557	Franklin Manor Beach	franklin-manor-beach	US		0	America/New_York	38.80456	-76.5219	1			MD	003		
4355558	Franklin Manor-on-the-Bay	franklin-manor-on-the-bay	US		0	America/New_York	38.80151	-76.51468	2	Franklin Manor,Franklin Manor-on-the-Bay		MD	003		
4355574	Franklin Valley	franklin-valley	US		0	America/New_York	39.46483	-76.85526	190			MD	005		
4355575	Franklins Chance	franklins-chance	US		0	America/New_York	39.5515	-76.48108	160			MD	025		
4355800	Fuller	fuller	US		0	America/New_York	39.4351	-77.1522	218			MD	021		
4355586	Frederick (historical)	frederick-historical	US		0	America/New_York	39.54927	-77.20693	145	Beaverdam,Frederick (historical)		MD	021		
4355602	Frederick Douglass Homes	frederick-douglass-homes	US		0	America/New_York	39.294	-76.59636	18			MD	510		
4355607	Frederick Heights	frederick-heights	US		0	America/New_York	39.4126	-77.44526	134			MD	021		
4355610	Frederick Junction	frederick-junction	US		0	America/New_York	39.37177	-77.38832	78	Araby,Frederick Junction		MD	021		
4355611	Frederick Manor	frederick-manor	US		0	America/New_York	39.62982	-77.71722	156			MD	043		
4355624	Frederick Village	frederick-village	US		0	America/New_York	39.26733	-76.76914	125			MD	005		
4355625	Frederick Villas	frederick-villas	US		0	America/New_York	39.38621	-77.42165	89			MD	021		
4355628	Fredericktowne Village	fredericktowne-village	US		0	America/New_York	39.43316	-77.39471	85			MD	021		
4355631	Free Farms	free-farms	US		0	America/New_York	39.59177	-77.40276	118			MD	021		
4355639	Freedom Forest	freedom-forest	US		0	America/New_York	39.39844	-76.91942	150			MD	013		
4355640	Freedom Forest	freedom-forest	US		0	America/New_York	39.2065	-77.22582	186			MD	031		
4355643	Freedom Village	freedom-village	US		0	America/New_York	39.4001	-76.94359	177			MD	013		
4355644	Freedom Village	freedom-village	US		0	America/New_York	38.61373	-77.03748	33			MD	017		
4355646	Freeland Farms	freeland-farms	US		0	America/New_York	39.70927	-76.70525	263			MD	005		
4355651	Freetown Village	freetown-village	US		0	America/New_York	39.13594	-76.57746	21			MD	003		
4355653	Fremont Acres	fremont-acres	US		0	America/New_York	39.32649	-77.23582	206			MD	021		
4355654	Fremont Hills	fremont-hills	US		0	America/New_York	39.32983	-77.27276	183			MD	021		
4355666	Fricks Crossing	fricks-crossing	US		0	America/New_York	39.41149	-79.33338	742			MD	023		
4355671	Friendly Farms	friendly-farms	US		0	America/New_York	38.73539	-76.97609	63	Friendly Arms,Friendly Farms		MD	033		
4355674	Friendly Hills	friendly-hills	US		0	America/New_York	38.75623	-76.98886	47			MD	033		
4355675	Friendly Pines	friendly-pines	US		0	America/New_York	38.26457	-76.49134	31			MD	037		
4355680	Friends Choice	friends-choice	US		0	America/New_York	38.91317	-76.65024	44			MD	003		
4355683	Fridinger Estates	fridinger-estates	US		0	America/New_York	39.6551	-76.92942	210			MD	013		
4355693	Friends View	friends-view	US		0	America/New_York	39.53122	-76.66775	123			MD	005		
4355699	Friendship Acres	friendship-acres	US		0	America/New_York	38.44318	-77.14831	8			MD	017		
4355715	Friendship Estates	friendship-estates	US		0	America/New_York	38.63956	-77.01664	30			MD	017		
4355716	Friendship Estates	friendship-estates	US		0	America/New_York	38.36678	-75.2238	10			MD	047		
4355717	Friendship Heights	friendship-heights	US		0	America/New_York	39.55122	-76.25218	122			MD	025		
4355718	Friendship Heights	friendship-heights	US		0	America/New_York	38.96344	-77.08914	98	Friendship Heights,Friendship Heights Census Designated Place		MD	031		
4355720	Friendship Knolls	friendship-knolls	US		0	America/New_York	39.32094	-77.20665	233			MD	031		
4355722	Friendship Manor	friendship-manor	US		0	America/New_York	39.29816	-76.94776	167			MD	027		
4355724	Friendship Park	friendship-park	US		0	America/New_York	39.61315	-77.76888	177			MD	043		
4355730	Friendship Village	friendship-village	US		4791	America/New_York	38.96289	-77.08887	93	Friendship Village,Friendship Village CDP,Friendship Village Census Designated Place		MD	031		
4355731	Friendship Woods	friendship-woods	US		0	America/New_York	38.74734	-76.59385	46			MD	003		
4355735	Frizzellburg	frizzellburg	US		0	America/New_York	39.6051	-77.06248	208	Frizellburg,Frizzelburg,Frizzellburg,Frizzellburgh,Frizzells		MD	013		
4355741	Friends Creek	friends-creek	US		0	America/New_York	39.71454	-77.40332	201			MD	021		
4355748	Frogeye	frogeye	US		0	America/New_York	38.02762	-75.69021	1			MD	039		
4355749	Frogtown	frogtown	US		0	America/New_York	39.55816	-76.37024	132			MD	025		
4355753	Frost (historical)	frost-historical	US		0	America/New_York	39.55703	-78.86252	220			MD	001		
4355776	Frostown	frostown	US		0	America/New_York	39.48316	-77.58943	189			MD	021		
4355802	Fullerton Farms	fullerton-farms	US		0	America/New_York	39.39177	-76.49302	79			MD	005		
4355803	Fullerton Heights	fullerton-heights	US		0	America/New_York	39.364	-76.5233	74			MD	005		
4355825	Furnace	furnace	US		0	America/New_York	39.58344	-76.49524	167	Furance,Furnace		MD	025		
4355826	Furnace	furnace	US		0	America/New_York	38.20429	-75.47159	9	Furnace,Furnace Town,Nassawango,Nescongo		MD	047		
4355828	Furnace Branch	furnace-branch	US		0	America/New_York	39.1815	-76.61358	6			MD	003		
4355830	Fuller	fuller	US		0	America/New_York	39.41371	-77.47026	136			MD	021		
4355833	Furnace Hills	furnace-hills	US		0	America/New_York	39.57649	-77.01637	210			MD	013		
4355837	Gaither	gaither	US		0	America/New_York	39.36149	-76.99303	127	Gaither,Slab Town		MD	013		
4355838	Gaither Farm Estates	gaither-farm-estates	US		0	America/New_York	39.23788	-76.89664	151			MD	027		
4355839	Gaither Heights	gaither-heights	US		0	America/New_York	39.36677	-76.99526	171			MD	013		
4355840	Gaither Manor	gaither-manor	US		0	America/New_York	39.3726	-76.99137	179			MD	013		
4355858	Furnace Ford	furnace-ford	US		0	America/New_York	39.24316	-77.43943	68			MD	021		
4355872	Galesville Estates	galesville-estates	US		0	America/New_York	38.84373	-76.55107	2			MD	003		
4355880	Gallagher Estates	gallagher-estates	US		0	America/New_York	39.43149	-77.19165	161			MD	021		
4355881	Gallagher Park	gallagher-park	US		0	America/New_York	39.35511	-76.6133	101			MD	510		
4355882	Gallant Acres	gallant-acres	US		0	America/New_York	38.58762	-76.80747	57			MD	017		
4355884	Gallant Green Woods	gallant-green-woods	US		0	America/New_York	38.5854	-76.77469	58			MD	017		
4355885	Gallions Corner	gallions-corner	US		0	America/New_York	39.65316	-76.23579	120			MD	025		
4355887	Galestown	galestown	US		136	America/New_York	38.56623	-75.71493	4	Gales Town,Galestown		MD	019		
4355894	Gamber	gamber	US		0	America/New_York	39.46483	-76.93387	194	Gamber,Mechanicsville,Pleasantville		MD	013		
4355897	Gambrill South	gambrill-south	US		0	America/New_York	39.46677	-77.51638	239			MD	021		
4355904	Gannon	gannon	US		0	America/New_York	39.50926	-79.04253	319	Gannon,Gannons		MD	001		
4355909	Gapgalleon	gapgalleon	US		0	America/New_York	39.21261	-76.65802	49			MD	003		
4355910	Gapland	gapland	US		109	America/New_York	39.40288	-77.66027	189	Claggetts,Cramptons Gap,Gapland		MD	043		
4355913	Garden Estates	garden-estates	US		0	America/New_York	38.52179	-77.1047	40			MD	017		
4355914	Garden Estates	garden-estates	US		0	America/New_York	38.58206	-76.09633	4			MD	019		
4355915	Garden Village Park	garden-village-park	US		0	America/New_York	39.32927	-76.52774	30			MD	005		
4355918	Gardenspot	gardenspot	US		0	America/New_York	39.68815	-77.75249	183			MD	043		
4355920	Gardenville	gardenville	US		0	America/New_York	39.33094	-76.56108	57			MD	510		
4355929	Garfield Manor	garfield-manor	US		0	America/New_York	39.24316	-77.18193	163			MD	031		
4355934	Garland Park	garland-park	US		0	America/New_York	39.18789	-76.6458	34			MD	003		
4355951	Garrett Park Estates	garrett-park-estates	US		0	America/New_York	39.03705	-77.10276	88			MD	031		
4355955	Garretts Mill	garretts-mill	US		234	America/New_York	39.35232	-77.68444	128			MD	043		
4355957	Garrian Orchards	garrian-orchards	US		0	America/New_York	39.23788	-76.7972	159			MD	027		
4355959	Garrison Farms	garrison-farms	US		0	America/New_York	39.40038	-76.71636	159			MD	005		
4355960	Garrison Forest	garrison-forest	US		0	America/New_York	39.41983	-76.77497	163			MD	005		
4355964	Garrison Ridge	garrison-ridge	US		0	America/New_York	39.41733	-76.7872	171			MD	005		
4355971	Gareys (historical)	gareys-historical	US		0	America/New_York	38.92095	-75.75549	14			MD	011		
4355975	Gatewater	gatewater	US		0	America/New_York	39.16816	-76.58941	8			MD	003		
4355981	Gatts Corner	gatts-corner	US		0	America/New_York	38.89373	-76.50996	11			MD	003		
4355983	Gayfields	gayfields	US		0	America/New_York	39.10677	-77.0372	107			MD	031		
4355986	Gasnell Estates	gasnell-estates	US		0	America/New_York	39.44621	-77.08331	246			MD	013		
4355987	Geices (historical)	geices-historical	US		0	America/New_York	39.7073	-79.38865	436	Geices (historical),Gise		MD	023		
4355997	Genezer Estates	genezer-estates	US		0	America/New_York	38.22456	-75.19297	2			MD	047		
4355998	Gently Savage	gently-savage	US		0	America/New_York	39.33316	-77.27526	164			MD	021		
4356000	Gentsville	gentsville	US		0	America/New_York	39.51011	-76.70247	152			MD	005		
4356007	George Island Landing	george-island-landing	US		0	America/New_York	38.0429	-75.36158	0	George Island Landing,Georges Island Landing		MD	047		
4356018	Georges Creek	georges-creek	US		0	America/New_York	39.69786	-78.85335	317			MD	001		
4356028	Georgetown Village	georgetown-village	US		0	America/New_York	39.01983	-77.13109	112			MD	031		
4356030	Georgia Woods	georgia-woods	US		0	America/New_York	38.88428	-76.04828	16			MD	041		
4356031	Georgian Forest	georgian-forest	US		0	America/New_York	39.07344	-77.0647	118			MD	031		
4356035	Geraghty Village	geraghty-village	US		0	America/New_York	39.09983	-76.73441	47			MD	003		
4356037	Gerard Plaza	gerard-plaza	US		0	America/New_York	39.14678	-76.60135	14			MD	003		
4356038	Gerber Knoll	gerber-knoll	US		0	America/New_York	39.33622	-76.98998	170			MD	027		
4356040	Georgetown East	georgetown-east	US		0	America/New_York	38.95095	-76.48663	13			MD	003		
4356044	German Chapel Woods	german-chapel-woods	US		0	America/New_York	38.51762	-76.59107	35			MD	009		
4356057	Germantown Estates	germantown-estates	US		0	America/New_York	39.17094	-77.2911	127			MD	031		
4356061	Germantown Park	germantown-park	US		0	America/New_York	39.16177	-77.26498	118			MD	031		
4356068	Germantown View	germantown-view	US		0	America/New_York	39.16733	-77.27026	134			MD	031		
4356078	Gibralter Acres	gibralter-acres	US		0	America/New_York	39.30344	-77.33137	131			MD	021		
4356088	Gibson Manor	gibson-manor	US		0	America/New_York	39.594	-76.31774	143			MD	025		
4356089	Gibson Meadows	gibson-meadows	US		0	America/New_York	38.60651	-76.62746	43			MD	009		
4356090	Gilbert Acres	gilbert-acres	US		0	America/New_York	38.44457	-76.90747	50			MD	017		
4356098	Gill Estates	gill-estates	US		0	America/New_York	39.46066	-76.91165	177			MD	013		
4356100	Gillcrest	gillcrest	US		0	America/New_York	39.62094	-76.66136	155			MD	005		
4356101	Gillens Grove	gillens-grove	US		0	America/New_York	38.36624	-76.60524	40			MD	037		
4356102	Gillespie Mobile Home Court	gillespie-mobile-home-court	US		0	America/New_York	38.65178	-76.88442	64			MD	017		
4356105	Gillis Falls Estates	gillis-falls-estates	US		0	America/New_York	39.42232	-77.07998	224			MD	013		
4356111	Gilmor Homes	gilmor-homes	US		0	America/New_York	39.30511	-76.64414	60			MD	510		
4356113	Gilnock Hall	gilnock-hall	US		0	America/New_York	38.73262	-76.08661	7			MD	041		
4356114	Gilpin	gilpin	US		0	America/New_York	39.69675	-78.55668	238			MD	001		
4356116	Gilpin Farms	gilpin-farms	US		0	America/New_York	39.6265	-75.82466	11			MD	015		
4356117	Gilpin Manor	gilpin-manor	US		0	America/New_York	39.62095	-75.83327	15			MD	015		
4356125	Ginger Cove	ginger-cove	US		0	America/New_York	38.96178	-76.55913	16			MD	003		
4356126	Gingerville	gingerville	US		0	America/New_York	38.9615	-76.55052	13			MD	003		
4356128	Gingerville Manor Estates	gingerville-manor-estates	US		0	America/New_York	38.96845	-76.55107	18			MD	003		
4356129	Gingerville Woods	gingerville-woods	US		0	America/New_York	38.969	-76.55635	17			MD	003		
4356130	Ginns Corner	ginns-corner	US		0	America/New_York	39.39067	-75.80077	19			MD	015		
4356135	Gist	gist	US		0	America/New_York	39.45066	-76.9897	221	Gist,Gists,Pleasant Gap		MD	013		
4356137	Gittings	gittings	US		0	America/New_York	39.46955	-76.49024	94			MD	005		
4356148	Glade Manor	glade-manor	US		0	America/New_York	39.49066	-77.33859	103			MD	021		
4356152	Glade Creek	glade-creek	US		0	America/New_York	39.51955	-77.34332	109			MD	021		
4356157	Gladstone Acres	gladstone-acres	US		0	America/New_York	39.64566	-76.24829	128			MD	025		
4356161	Glade Town	glade-town	US		0	America/New_York	39.48538	-77.33415	98			MD	021		
4356162	Glasers Hill	glasers-hill	US		0	America/New_York	39.63927	-76.8847	290			MD	013		
4356163	Glass	glass	US		0	America/New_York	39.66677	-77.29137	122			MD	021		
4356164	Glass Hill	glass-hill	US		0	America/New_York	38.38956	-75.43909	20			MD	045		
4356165	Glassmanor	glassmanor	US		17295	America/New_York	38.819	-76.99859	19			MD	033		
4356178	Glebe Heights	glebe-heights	US		0	America/New_York	38.92734	-76.54246	0			MD	003		
4356179	Glebe Villa	glebe-villa	US		0	America/New_York	38.79734	-76.1055	5			MD	041		
4356181	Glemont Forest	glemont-forest	US		0	America/New_York	39.05594	-77.05859	127	Glemont Forest		MD	031		
4356182	Glen	glen	US	03838	0	America/New_York	39.04622	-77.21609	88			MD	031		
4356187	Glen Brook	glen-brook	US		0	America/New_York	39.27649	-76.84859	112			MD	027		
4356191	Glen Burnie Heights	glen-burnie-heights	US		0	America/New_York	39.15844	-76.6333	22			MD	003		
4356195	Glen Burnie Park	glen-burnie-park	US		0	America/New_York	39.14316	-76.63858	28			MD	003		
4356201	Glen Cameron Estates	glen-cameron-estates	US		0	America/New_York	39.25399	-77.34304	171			MD	031		
4356203	Glen Court	glen-court	US		0	America/New_York	39.14455	-76.81219	65			MD	027		
4356206	Glen Cove (historical)	glen-cove-historical	US		0	America/New_York	39.67122	-76.20523	48			MD	025		
4356207	Glen Cove Estates	glen-cove-estates	US		0	America/New_York	39.20289	-76.7483	62			MD	027		
4356210	Glen Echo Heights	glen-echo-heights	US		251	America/New_York	38.95844	-77.12581	89			MD	031		
4356214	Glen Elyn	glen-elyn	US		0	America/New_York	39.54316	-76.50858	164			MD	025		
4356215	Glen Falls	glen-falls	US		0	America/New_York	39.4876	-76.86387	151			MD	005		
4356217	Glen Farms	glen-farms	US		0	America/New_York	39.70706	-75.79521	78			MD	015		
4356218	Glen Gardens	glen-gardens	US		0	America/New_York	39.16511	-76.61413	15			MD	003		
4356222	Glen Hills	glen-hills	US		0	America/New_York	39.07316	-77.20137	126			MD	031		
4356224	Glen Hollow	glen-hollow	US		0	America/New_York	39.129	-76.61719	18			MD	003		
4356225	Glen Isle	glen-isle	US		0	America/New_York	38.95789	-76.59024	19			MD	003		
4356226	Glen Kyle	glen-kyle	US		0	America/New_York	39.70233	-75.80216	76			MD	015		
4356228	Glen Mar Park	glen-mar-park	US		0	America/New_York	38.95789	-77.11887	75			MD	031		
4356230	Glen Mary Heights	glen-mary-heights	US		0	America/New_York	39.60595	-75.81577	11			MD	015		
4356231	Glen Morris	glen-morris	US		0	America/New_York	39.48558	-76.82856	194			MD	005		
4356232	Glen Oak	glen-oak	US		0	America/New_York	38.5904	-76.98303	61			MD	017		
4356234	Glen Oban	glen-oban	US		0	America/New_York	39.03622	-76.52163	30			MD	003		
4356235	Glen Query	glen-query	US		0	America/New_York	39.07344	-77.27609	97			MD	031		
4356237	Glen Westover	glen-westover	US		0	America/New_York	39.71372	-75.79688	100			MD	015		
4356241	Glenangus	glenangus	US		0	America/New_York	39.51816	-76.30274	104			MD	025		
4356242	Glenarden	glenarden	US		6326	America/New_York	38.92928	-76.86164	31			MD	033		
4356246	Glenarden Woods	glenarden-woods	US		0	America/New_York	38.93539	-76.86692	35			MD	033		
4356248	Glenartney	glenartney	US		0	America/New_York	39.23038	-76.72858	11			MD	005		
4356249	Glenbauer	glenbauer	US		0	America/New_York	39.46122	-76.40413	86			MD	005		
4356252	Glenbrook Knoll	glenbrook-knoll	US		0	America/New_York	38.99178	-77.1022	103			MD	031		
4356255	Glencoe Manor	glencoe-manor	US		0	America/New_York	39.54344	-76.6458	107			MD	005		
4356264	Glendale Terrace	glendale-terrace	US		0	America/New_York	39.15539	-76.60663	12			MD	003		
4356272	Glengate	glengate	US		0	America/New_York	39.50955	-76.32774	109			MD	025		
4356273	Glenmar	glenmar	US		0	America/New_York	39.40122	-76.70942	159			MD	005		
4356274	Glenmar	glenmar	US		0	America/New_York	39.34955	-76.44329	22			MD	005		
4356275	Glenmar	glenmar	US		0	America/New_York	39.224	-76.80247	146			MD	027		
4356276	Glenmar Manor	glenmar-manor	US		0	America/New_York	39.34455	-76.44496	20			MD	005		
4356282	Glenmont Hills	glenmont-hills	US		0	America/New_York	39.06483	-77.06053	131	Glenmont Heights,Glenmont Hills		MD	031		
4356285	Glenmont Village	glenmont-village	US		0	America/New_York	39.05983	-77.05526	131			MD	031		
4356286	Glenmore	glenmore	US		0	America/New_York	39.19372	-76.61358	20			MD	003		
4356287	Glenmore Park	glenmore-park	US		0	America/New_York	39.34761	-76.68469	134	Glenmore Park,Lewiston		MD	510		
4356294	Glenn Heights	glenn-heights	US		0	America/New_York	39.53206	-76.14134	38			MD	025		
4356295	Glenn Hill	glenn-hill	US		0	America/New_York	39.58454	-77.15387	182			MD	013		
4356297	Glenoble	glenoble	US		0	America/New_York	39.39038	-77.54221	153			MD	021		
4356298	Glenora	glenora	US		0	America/New_York	39.58372	-76.14773	120			MD	025		
4356299	Glenora Hills	glenora-hills	US		0	America/New_York	39.08927	-77.18998	129			MD	031		
4356302	Glenridge Estates	glenridge-estates	US		0	America/New_York	39.38038	-77.51638	200			MD	021		
4356304	Glenshire Towne	glenshire-towne	US		0	America/New_York	39.16261	-76.82414	105			MD	027		
4356305	Glenside Park	glenside-park	US		0	America/New_York	39.38705	-76.52024	96			MD	005		
4356308	Glenvue Acres	glenvue-acres	US		0	America/New_York	39.48899	-77.07887	262			MD	013		
4356316	Glenwood Estates	glenwood-estates	US		0	America/New_York	39.27927	-77.01498	176			MD	027		
4356317	Glenwood Garth	glenwood-garth	US		0	America/New_York	39.53011	-76.32329	86			MD	025		
4356318	Glenwood Heights	glenwood-heights	US		0	America/New_York	38.77373	-76.08911	3			MD	041		
4356323	Glisson Place	glisson-place	US		0	America/New_York	39.45677	-77.21887	147			MD	021		
4356327	Glover Acres	glover-acres	US		0	America/New_York	39.54232	-76.98526	278			MD	013		
4356328	Gluckheim (historical)	gluckheim-historical	US		0	America/New_York	38.57984	-75.96855	6	Gluckheim (historical),Indian Town		MD	019		
4356329	Glymont	glymont	US		0	America/New_York	38.60123	-77.14387	8			MD	017		
4356335	Glyndon Greens	glyndon-greens	US		0	America/New_York	39.46566	-76.81914	204			MD	005		
4356350	Golden Beach	golden-beach	US		3796	America/New_York	38.48985	-76.68218	2			MD	037		
4356351	Golden Fleece Estates	golden-fleece-estates	US		0	America/New_York	39.69704	-78.11223	200			MD	043		
4356352	Golden Hill	golden-hill	US		0	America/New_York	38.4029	-76.22994	0	Golden Hill,Goldenhill,Griffins and Robinsons Store		MD	019		
4356355	Golden Ring	golden-ring	US		0	America/New_York	39.33455	-76.49441	30			MD	005		
4356362	Goldentree	goldentree	US		0	America/New_York	39.33344	-76.46746	19			MD	005		
4356363	Goldmine Estates	goldmine-estates	US		0	America/New_York	39.41121	-77.48026	139			MD	021		
4356370	Goldsborough (historical)	goldsborough-historical	US		0	America/New_York	39.36567	-75.99883	24			MD	029		
4356371	Goldsborough (historical)	goldsborough-historical	US		0	America/New_York	38.80012	-76.11744	3			MD	041		
4356378	Golf View	golf-view	US		0	America/New_York	39.41427	-77.46638	132			MD	021		
4356379	Golton	golton	US		0	America/New_York	38.78289	-76.05244	21			MD	041		
4356380	Golts	golts	US		0	America/New_York	39.33678	-75.77466	24	Deepwood,Golt,Golts,Great Forrest,Morris Station		MD	029		
4356382	Gomoljak	gomoljak	US		0	America/New_York	38.92928	-76.33162	3			MD	035		
4356384	Good Acres	good-acres	US		0	America/New_York	39.68204	-77.69833	189			MD	043		
4356385	Good Hill	good-hill	US		0	America/New_York	39.5601	-77.29082	164			MD	021		
4356391	Good Luck (historical)	good-luck-historical	US		0	America/New_York	38.99344	-76.83247	55	Good Luck (historical),Magruders		MD	033		
4356405	Goodacre Knolls	goodacre-knolls	US		0	America/New_York	38.99844	-77.00692	79			MD	031		
4356409	Goodnow Hill	goodnow-hill	US		0	America/New_York	39.32622	-76.5458	45			MD	510		
4356410	Goodwill	goodwill	US		0	America/New_York	38.07068	-75.49159	9	Davis Cross Roads,Goodwill		MD	047		
4356415	Golf Estates	golf-estates	US		0	America/New_York	39.20427	-77.12998	174			MD	031		
4356417	Goodwins	goodwins	US		0	America/New_York	38.49512	-76.60051	43			MD	009		
4356431	Goose Hill	goose-hill	US		0	America/New_York	39.25872	-76.05606	18			MD	029		
4356432	Goose Hollow	goose-hollow	US		0	America/New_York	39.239	-76.19412	11			MD	029		
4356439	Goose Point Estates	goose-point-estates	US		0	America/New_York	38.92095	-76.32051	4			MD	035		
4356450	Gordons Corner	gordons-corner	US		0	America/New_York	38.83261	-76.93997	85			MD	033		
4356461	Gorsuch (historical)	gorsuch-historical	US		0	America/New_York	39.35844	-76.94137	99			MD	013		
4356463	Gores Mill	gores-mill	US		0	America/New_York	39.68122	-76.69914	184			MD	005		
4356465	Gortner	gortner	US		0	America/New_York	39.3551	-79.42755	742			MD	023		
4356470	Gorsuch Mills	gorsuch-mills	US		0	America/New_York	39.70705	-76.58802	161	Gorsuch Mills,Gorsuchs Mills		MD	005		
4356473	Goshen Hunt Estates	goshen-hunt-estates	US		0	America/New_York	39.20983	-77.17609	150			MD	031		
4356474	Goshen Hunt Hills	goshen-hunt-hills	US		0	America/New_York	39.21149	-77.16804	152			MD	031		
4356485	Gotts	gotts	US		0	America/New_York	39.0365	-76.60191	44			MD	003		
4356487	Goucher Woods	goucher-woods	US		0	America/New_York	39.39927	-76.58413	149			MD	005		
4356500	Governor Grayson Manor	governor-grayson-manor	US		0	America/New_York	38.95567	-76.16495	5			MD	035		
4356504	Govanstown	govanstown	US		0	America/New_York	39.364	-76.60969	113	Govans,Govanstown		MD	510		
4356541	Grace Creek	grace-creek	US		0	America/New_York	38.7554	-76.26884	2			MD	041		
4356553	Grace Harbour	grace-harbour	US		0	America/New_York	39.56122	-76.11912	101			MD	025		
4356580	Graceham	graceham	US		0	America/New_York	39.61427	-77.38165	150	Graceham,Gracetown,Monrovian Town		MD	021		
4356583	Graceland	graceland	US		0	America/New_York	39.27705	-76.52719	11			MD	005		
4356587	Graceton	graceton	US		0	America/New_York	39.71899	-76.38468	182			MD	025		
4356589	Graeloch Woods	graeloch-woods	US		0	America/New_York	39.154	-76.88553	115			MD	027		
4356590	Grafton (historical)	grafton-historical	US		0	America/New_York	38.4404	-77.19887	17			MD	017		
4356591	Grafton Heights	grafton-heights	US		0	America/New_York	39.54511	-76.25079	116			MD	025		
4356592	Grafton Manor	grafton-manor	US		0	America/New_York	39.51121	-76.94387	211			MD	013		
4356593	Grafton Shops (historical)	grafton-shops-historical	US		0	America/New_York	39.58038	-76.40441	168			MD	025		
4356595	Governor Run	governor-run	US		0	America/New_York	38.50012	-76.5044	4	Governor Run,Governors Run		MD	009		
4356597	Grahams Green Acres	grahams-green-acres	US		0	America/New_York	39.4951	-77.05776	233			MD	013		
4356598	Grahamtown	grahamtown	US		364	America/New_York	39.6462	-78.92197	572			MD	001		
4356602	Granby Woods	granby-woods	US		0	America/New_York	39.16316	-77.1172	159			MD	031		
4356603	Grand Meadows	grand-meadows	US		0	America/New_York	39.71817	-75.80022	98			MD	015		
4356604	Grand Valley Acres	grand-valley-acres	US		0	America/New_York	39.7051	-76.96887	263			MD	013		
4356607	Grand View Park	grand-view-park	US		0	America/New_York	39.104	-76.68719	32			MD	003		
4356612	Grange	grange	US		0	America/New_York	39.26539	-76.49802	7			MD	005		
4356619	Granite Knoll Farms	granite-knoll-farms	US		0	America/New_York	39.62567	-76.12828	75			MD	015		
4356621	Grantham Hall	grantham-hall	US		0	America/New_York	38.6979	-76.61941	36			MD	009		
4356643	Grassmere Estates	grassmere-estates	US		0	America/New_York	39.46427	-76.93276	187			MD	013		
4356646	Gratitude	gratitude	US		0	America/New_York	39.14067	-76.25995	1	Deep Landing,Gratitude,Rockhall Landing		MD	029		
4356652	Gravel Hill	gravel-hill	US		0	America/New_York	39.66397	-79.39309	521			MD	023		
4356659	Gravelly Hills	gravelly-hills	US		0	America/New_York	38.37374	-76.82164	40			MD	037		
4356670	Gray Haven	gray-haven	US		0	America/New_York	39.26927	-76.48607	7			MD	005		
4356671	Gray Manor	gray-manor	US		0	America/New_York	39.27761	-76.49468	9			MD	005		
4356676	Gray Rock	gray-rock	US		0	America/New_York	39.26899	-76.83553	121			MD	027		
4356677	Gray Rock Farms	gray-rock-farms	US		0	America/New_York	39.26899	-76.84442	126			MD	027		
4356678	Grays Corner	grays-corner	US		0	America/New_York	38.34873	-75.17019	3			MD	047		
4356684	Grays Estates	grays-estates	US		0	America/New_York	38.71567	-76.5619	42			MD	009		
4356690	Grays Level	grays-level	US		0	America/New_York	39.26261	-76.78581	42			MD	005		
4356695	Graystone Estates	graystone-estates	US		0	America/New_York	38.51957	-77.0772	44			MD	017		
4356696	Grayton	grayton	US		0	America/New_York	38.42707	-77.1997	29	Grafton,Grayton		MD	017		
4356698	Graystone	graystone	US		0	America/New_York	39.62705	-76.63497	115	Graystone,Greystone		MD	005		
4356728	Great Oak Estates	great-oak-estates	US		0	America/New_York	39.25761	-76.19856	10			MD	029		
4356729	Great Oak Landing	great-oak-landing	US		0	America/New_York	39.26455	-76.20273	1			MD	029		
4356730	Great Oak Manor	great-oak-manor	US		0	America/New_York	39.27205	-76.17162	3			MD	029		
4356741	Greater Capitol Heights	greater-capitol-heights	US		0	America/New_York	38.87817	-76.92081	57			MD	033		
4356751	Green Acres	green-acres	US		0	America/New_York	39.62149	-76.92192	299			MD	013		
4356752	Green Acres	green-acres	US		0	America/New_York	39.45483	-76.34329	39			MD	025		
4356753	Green Acres	green-acres	US		0	America/New_York	38.96039	-77.09914	70			MD	031		
4356754	Green Acres	green-acres	US		0	America/New_York	38.65956	-76.91525	58	Green Acre Farms,Green Acres		MD	033		
4356755	Green Acres	green-acres	US		0	America/New_York	38.27374	-76.58718	37			MD	037		
4356756	Green Acres	green-acres	US		0	America/New_York	38.39012	-75.55576	12			MD	045		
4356758	Green Acres Estates	green-acres-estates	US		0	America/New_York	38.59262	-76.99192	61			MD	017		
4356764	Green Briar	green-briar	US		0	America/New_York	39.49317	-75.88994	16			MD	015		
4356768	Green Cove	green-cove	US		0	America/New_York	38.58345	-76.26495	1			MD	019		
4356770	Green Forest Estates	green-forest-estates	US		0	America/New_York	38.31706	-75.53826	14			MD	045		
4356771	Green Gables	green-gables	US		0	America/New_York	39.11567	-76.44663	3			MD	003		
4356772	Green Glade	green-glade	US		0	America/New_York	39.47398	-79.26476	756			MD	023		
4356776	Green Haven	green-haven	US		0	America/New_York	39.52789	-75.89911	20			MD	015		
4356778	Green Henge	green-henge	US		0	America/New_York	39.29038	-76.93025	145			MD	027		
4356779	Green Hill	green-hill	US		0	America/New_York	39.58149	-77.72638	165			MD	043		
4356780	Green Hill	green-hill	US		0	America/New_York	38.31151	-75.77854	3	Green Hill,Green Hill Town,Greenhill Town		MD	045		
4356781	Green Hill Acres	green-hill-acres	US		0	America/New_York	39.64037	-77.66138	171			MD	043		
4356783	Green Haven	green-haven	US		19326	America/New_York	39.13955	-76.54774	15	Green Haven,Outing Park		MD	003		
4356784	Green Hill Manor	green-hill-manor	US		0	America/New_York	39.18677	-76.98248	155			MD	027		
4356785	Green Hill Village	green-hill-village	US		0	America/New_York	38.30262	-75.76354	3			MD	045		
4356786	Green Hills	green-hills	US		0	America/New_York	38.37457	-76.45384	22			MD	009		
4356787	Green Hills	green-hills	US		0	America/New_York	39.31399	-77.27498	178			MD	021		
4356790	Green Landing	green-landing	US		0	America/New_York	38.80595	-76.70858	1			MD	033		
4356792	Green Manor	green-manor	US		0	America/New_York	38.95872	-76.93247	8			MD	033		
4356793	Green Manor Estates	green-manor-estates	US		0	America/New_York	38.46318	-77.25304	25			MD	017		
4356795	Green Meadow	green-meadow	US		0	America/New_York	39.71899	-76.66858	264			MD	005		
4356797	Green Meadows	green-meadows	US		0	America/New_York	38.63762	-76.61802	37			MD	009		
4356798	Green Meadows	green-meadows	US		0	America/New_York	38.62067	-77.08859	53			MD	017		
4356799	Green Meadows	green-meadows	US		0	America/New_York	39.28483	-77.0197	178			MD	027		
4356800	Green Meadows	green-meadows	US		0	America/New_York	38.96761	-76.97859	16			MD	033		
4356801	Green Meadows	green-meadows	US		0	America/New_York	39.6501	-77.16804	159			MD	013		
4356807	Green Hill Farm	green-hill-farm	US		0	America/New_York	39.47371	-76.86637	192			MD	005		
4356814	Green Ridge Mobile Home Park	green-ridge-mobile-home-park	US		0	America/New_York	38.3365	-75.12435	2			MD	047		
4356815	Green Road Manor	green-road-manor	US		0	America/New_York	39.53983	-76.47913	180			MD	025		
4356821	Green Spring Furnace	green-spring-furnace	US		0	America/New_York	39.6226	-77.97444	136			MD	043		
4356823	Green Spring Junction	green-spring-junction	US		0	America/New_York	39.40899	-76.77136	140			MD	005		
4356832	Green Springs Hills	green-springs-hills	US		0	America/New_York	39.45761	-76.3644	67			MD	025		
4356835	Green Tree Manor	green-tree-manor	US		0	America/New_York	39.00872	-77.13053	96			MD	031		
4356842	Green Valley North	green-valley-north	US		0	America/New_York	39.45233	-76.72081	184			MD	005		
4356845	Green Wood Knolls	green-wood-knolls	US		0	America/New_York	39.07178	-77.07026	107	Green Wood Knolls,Greenwood Knolls		MD	031		
4356846	Greenbank Farms	greenbank-farms	US		0	America/New_York	39.56039	-76.00495	13			MD	015		
4356861	Greenberry Hills	greenberry-hills	US		0	America/New_York	39.62871	-77.75444	189			MD	043		
4356862	Greenbriar	greenbriar	US		0	America/New_York	39.15316	-76.7058	47			MD	003		
4356863	Greenbriar	greenbriar	US		0	America/New_York	38.97178	-76.52607	19			MD	003		
4356864	Greenbriar Gardens	greenbriar-gardens	US		0	America/New_York	38.96733	-76.52552	12			MD	003		
4356875	Greenbrier Hills	greenbrier-hills	US		0	America/New_York	39.54177	-76.32329	91			MD	025		
4356882	Greencastle Manor	greencastle-manor	US		0	America/New_York	39.07483	-76.92386	88			MD	033		
4356883	Greencroft	greencroft	US		0	America/New_York	39.51316	-76.68608	109			MD	005		
4356884	Greendale Estates	greendale-estates	US		0	America/New_York	39.53288	-76.49274	139			MD	025		
4356888	Greene Tree	greene-tree	US		0	America/New_York	39.39066	-76.73386	171			MD	005		
4356891	Greenfield Acres	greenfield-acres	US		0	America/New_York	39.66872	-76.06828	115			MD	015		
4356892	Greenfield Acres	greenfield-acres	US		0	America/New_York	39.2601	-77.4511	113			MD	021		
4356893	Greenfield Mills	greenfield-mills	US		0	America/New_York	39.26399	-77.43888	64			MD	021		
4356894	Greenfields	greenfields	US		0	America/New_York	39.57511	-76.48246	166			MD	025		
4356895	Greengate	greengate	US		0	America/New_York	39.38233	-76.68219	147			MD	005		
4356896	Greenhill	greenhill	US		0	America/New_York	38.11873	-75.66076	6	Green Hill,Green Hill Crossroads,Greenhill		MD	039		
4356899	Greene Fields	greene-fields	US		0	America/New_York	39.19011	-76.95664	152			MD	027		
4356900	Greenholly	greenholly	US		0	America/New_York	39.04567	-76.45774	28			MD	003		
4356903	Greenland Beach	greenland-beach	US		0	America/New_York	39.164	-76.52885	5			MD	003		
4356904	Greenland Manor	greenland-manor	US		0	America/New_York	39.6876	-77.14859	155			MD	013		
4356906	Greenlawn Beach	greenlawn-beach	US		0	America/New_York	39.18455	-76.57524	3			MD	003		
4356909	Greenlawn Shores	greenlawn-shores	US		0	America/New_York	39.17983	-76.57163	8			MD	003		
4356912	Greenmont	greenmont	US		0	America/New_York	38.65012	-76.95081	63			MD	017		
4356913	Greenmount	greenmount	US		0	America/New_York	39.63121	-76.86248	249	Greenmount,Greenmount Station		MD	013		
4356921	Greenridge	greenridge	US		0	America/New_York	39.69844	-75.8016	91			MD	015		
4356922	Greenridge Acres	greenridge-acres	US		0	America/New_York	39.21733	-77.25221	166			MD	031		
4356925	Greens Rest Manor	greens-rest-manor	US		0	America/New_York	38.20429	-76.48995	29			MD	037		
4356927	Greenhills	greenhills	US		0	America/New_York	39.26316	-77.21498	207			MD	031		
4356938	Greenspring	greenspring	US		0	America/New_York	39.42649	-76.70608	135			MD	005		
4356939	Greenspring Hill	greenspring-hill	US		0	America/New_York	39.62287	-77.96361	173			MD	043		
4356941	Greentop Manor	greentop-manor	US		0	America/New_York	39.47205	-76.63247	105			MD	005		
4356942	Greentree	greentree	US		0	America/New_York	39.12928	-76.63719	22			MD	003		
4356944	Greenvale Village	greenvale-village	US		0	America/New_York	39.64176	-77.60249	203			MD	043		
4356945	Greenview Knolls	greenview-knolls	US		0	America/New_York	38.28013	-76.49079	35			MD	037		
4356948	Greenwich Forest	greenwich-forest	US		0	America/New_York	38.99205	-77.11442	98			MD	031		
4356951	Greenwood Acres	greenwood-acres	US		0	America/New_York	38.98594	-76.58246	33			MD	003		
4356958	Greenwood Farms	greenwood-farms	US		0	America/New_York	39.16344	-76.94692	151			MD	027		
4356960	Greenwood Manor	greenwood-manor	US		0	America/New_York	39.44038	-76.49191	109			MD	005		
4356961	Greenwood Manor	greenwood-manor	US		0	America/New_York	38.87039	-76.83719	50			MD	033		
4356962	Greenwood Manor	greenwood-manor	US		0	America/New_York	38.43428	-75.56826	14			MD	045		
4356965	Greenwood Place	greenwood-place	US		0	America/New_York	38.34317	-75.11824	2			MD	047		
4356969	Gregg Neck	gregg-neck	US		0	America/New_York	39.36261	-75.86633	20			MD	029		
4356973	Grenada Manor	grenada-manor	US		0	America/New_York	38.38262	-75.51492	16			MD	045		
4356974	Grey Estates	grey-estates	US		0	America/New_York	39.04872	-77.0172	100			MD	031		
4356975	Grey Rock	grey-rock	US		0	America/New_York	39.39483	-76.7372	173			MD	005		
4356979	Greystone Hills	greystone-hills	US		0	America/New_York	39.5126	-77.65777	159			MD	043		
4356986	Griffith Park	griffith-park	US		0	America/New_York	39.22788	-77.12331	165			MD	031		
4356991	Grimesdale	grimesdale	US		0	America/New_York	39.32511	-76.46691	24			MD	005		
4356992	Grimesville	grimesville	US		0	America/New_York	39.69316	-76.70858	213			MD	005		
4356999	Grose Close	grose-close	US		0	America/New_York	39.51316	-76.3494	94			MD	025		
4357001	Gristmill Hill	gristmill-hill	US		0	America/New_York	39.70843	-77.83833	140			MD	043		
4357003	Gross Mill Estates	gross-mill-estates	US		0	America/New_York	39.62705	-76.83359	210			MD	013		
4357004	Grossnickle	grossnickle	US		0	America/New_York	39.5301	-77.23304	186			MD	021		
4357008	Grosstown	grosstown	US		0	America/New_York	38.50651	-76.87164	58			MD	017		
4357028	Grove Ridge	grove-ridge	US		0	America/New_York	39.20844	-76.64413	48			MD	003		
4357044	Guilford Downs	guilford-downs	US		0	America/New_York	39.22927	-76.83997	118			MD	027		
4357046	Guilford Gardens	guilford-gardens	US		0	America/New_York	39.17094	-76.82886	118			MD	027		
4357048	Guilford Manor	guilford-manor	US		0	America/New_York	39.21733	-76.60969	49			MD	003		
4357054	Guilford Square	guilford-square	US		0	America/New_York	39.17289	-76.83164	116			MD	027		
4357057	Gullwing Villas	gullwing-villas	US		0	America/New_York	38.80595	-76.21995	3			MD	041		
4357062	Gum Landing	gum-landing	US		0	America/New_York	38.14013	-76.41467	4			MD	037		
4357068	Gum Swamp	gum-swamp	US		0	America/New_York	38.42401	-76.17466	0			MD	019		
4357069	Gum Swamp	gum-swamp	US		0	America/New_York	38.35901	-75.8291	5			MD	045		
4357089	Gunpowder Acres	gunpowder-acres	US		0	America/New_York	39.70371	-76.78081	256			MD	005		
4357093	Gunpowder Estates	gunpowder-estates	US		0	America/New_York	39.41955	-76.44552	75			MD	005		
4357101	Gunpowder Ridge	gunpowder-ridge	US		0	America/New_York	39.71732	-76.82192	235			MD	013		
4357104	Gunpowder Farms	gunpowder-farms	US		0	America/New_York	39.51538	-76.4358	146			MD	025		
4357107	Gunrich (historical)	gunrich-historical	US		0	America/New_York	39.45011	-76.7872	170	Ginrich,Gunrich (historical)		MD	005		
4357118	Gwynn Park	gwynn-park	US		0	America/New_York	38.70762	-76.85719	69			MD	033		
4357121	Gwynnbrook	gwynnbrook	US		0	America/New_York	39.44399	-76.78164	168			MD	005		
4357124	Gwenlee Estates	gwenlee-estates	US		0	America/New_York	39.28205	-77.00137	186			MD	027		
4357130	Hack Point	hack-point	US		0	America/New_York	39.46317	-75.88105	7	Hack Point,Hacks Point Beach		MD	015		
4357133	Hacks Point Acres	hacks-point-acres	US		0	America/New_York	39.46678	-75.89133	7			MD	015		
4357136	Haddon Hurst	haddon-hurst	US		0	America/New_York	39.54511	-76.48302	172			MD	025		
4357137	Hadley Farms	hadley-farms	US		0	America/New_York	39.18316	-77.15665	160			MD	031		
4357158	Haight	haight	US		0	America/New_York	39.40983	-76.90192	165			MD	013		
4357160	Hahns Mill	hahns-mill	US		0	America/New_York	39.67954	-77.0897	154			MD	013		
4357165	Halcyon Gate	halcyon-gate	US		0	America/New_York	39.40094	-76.69664	151			MD	005		
4357166	Haldane	haldane	US		0	America/New_York	38.52623	-76.98664	43			MD	017		
4357172	Haletown	haletown	US		0	America/New_York	39.59677	-76.75609	216			MD	005		
4357181	Halifax Heights	halifax-heights	US		0	America/New_York	39.4465	-76.5358	137			MD	005		
4357184	Halfway Manor	halfway-manor	US		0	America/New_York	39.62093	-77.76277	176			MD	043		
4357193	Hall Shop Estates	hall-shop-estates	US		0	America/New_York	39.17094	-76.95414	148			MD	027		
4357194	Hall Spring	hall-spring	US		0	America/New_York	39.33705	-76.57524	54			MD	510		
4357197	Hallet Heights	hallet-heights	US		0	America/New_York	38.18484	-75.38353	2			MD	047		
4357198	Halley Estates	halley-estates	US		0	America/New_York	38.58373	-76.95664	60			MD	017		
4357199	Hallfield Manor	hallfield-manor	US		0	America/New_York	39.38566	-76.47274	48			MD	005		
4357200	Hallmark	hallmark	US		0	America/New_York	39.16955	-76.90275	132			MD	027		
4357201	Hallmark Woods	hallmark-woods	US		0	America/New_York	38.98622	-76.64885	36			MD	003		
4357208	Halls Hacienda	halls-hacienda	US		0	America/New_York	38.46401	-76.5244	32			MD	009		
4357209	Halls Hills	halls-hills	US		0	America/New_York	38.70984	-76.6608	34			MD	009		
4357213	Halls Trailer Villa	halls-trailer-villa	US		0	America/New_York	39.649	-76.23968	131			MD	025		
4357214	Halpine Village	halpine-village	US		0	America/New_York	39.06261	-77.11942	109	Halpin,Halpine,Halpine Village		MD	031		
4357231	Hamilton Court	hamilton-court	US		0	America/New_York	39.51122	-76.15273	23			MD	025		
4357235	Hamilton Park	hamilton-park	US		0	America/New_York	39.66537	-77.72194	188			MD	043		
4357243	Hamlet Farms	hamlet-farms	US		0	America/New_York	39.62788	-76.68525	203			MD	005		
4357244	Hamlet North	hamlet-north	US		0	America/New_York	39.14455	-77.16776	152			MD	031		
4357247	Hammarlee	hammarlee	US		0	America/New_York	39.17566	-76.60247	8			MD	003		
4357258	Hammond Hills	hammond-hills	US		0	America/New_York	39.14344	-76.88859	114			MD	027		
4357259	Hammond Park	hammond-park	US		0	America/New_York	39.07622	-76.68802	55			MD	003		
4357260	Hammond Park	hammond-park	US		0	America/New_York	39.15705	-76.88525	127			MD	027		
4357262	Hammond Village	hammond-village	US		0	America/New_York	39.15233	-76.87859	122			MD	027		
4357263	Hammonds Estates	hammonds-estates	US		0	America/New_York	39.42399	-76.95665	182			MD	013		
4357266	Hammonds Promise	hammonds-promise	US		0	America/New_York	39.12733	-76.84831	87			MD	027		
4357277	Hampshire Knolls	hampshire-knolls	US		0	America/New_York	38.96817	-76.99498	39			MD	033		
4357281	Hampstead Heights	hampstead-heights	US		0	America/New_York	39.61927	-76.85109	274			MD	013		
4357288	Hampstead Valley	hampstead-valley	US		0	America/New_York	39.6001	-76.84664	271			MD	013		
4357292	Hampton Chase	hampton-chase	US		0	America/New_York	39.14455	-76.47357	21			MD	003		
4357293	Hampton Court	hampton-court	US		0	America/New_York	38.44151	-75.4977	18			MD	045		
4357294	Hampton East	hampton-east	US		0	America/New_York	39.42511	-76.57108	136			MD	005		
4357296	Hampton Gardens	hampton-gardens	US		0	America/New_York	39.41955	-76.55552	125			MD	005		
4357297	Hampton Heights	hampton-heights	US		0	America/New_York	38.68484	-76.65691	42			MD	009		
4357298	Hampton Knolls	hampton-knolls	US		0	America/New_York	39.38649	-77.12887	209			MD	013		
4357299	Hampton Manor	hampton-manor	US		0	America/New_York	39.10289	-76.59691	43			MD	003		
4357302	Hampton Ridge	hampton-ridge	US		0	America/New_York	39.55566	-76.33301	110			MD	025		
4357307	Hampton Village	hampton-village	US		0	America/New_York	39.41677	-76.59608	103			MD	005		
4357480	Harmony Hall	harmony-hall	US		0	America/New_York	39.29399	-77.22832	236			MD	031		
4357315	Hance Point Estates	hance-point-estates	US		0	America/New_York	39.55789	-75.96717	5			MD	015		
4357326	Handly Mobile Home Park	handly-mobile-home-park	US		0	America/New_York	38.54929	-76.03827	7			MD	019		
4357331	Hanesville	hanesville	US		0	America/New_York	39.27594	-76.13551	22			MD	029		
4357333	Hanford Estates	hanford-estates	US		0	America/New_York	39.3276	-77.23276	220			MD	021		
4357338	Hannleigh Heights	hannleigh-heights	US		0	America/New_York	39.50843	-77.0822	222			MD	013		
4357339	Hannover	hannover	US		0	America/New_York	39.39177	-77.44026	99			MD	021		
4357341	Hanover Hills	hanover-hills	US		0	America/New_York	39.1615	-76.75664	49			MD	003		
4357345	Hanson Hills	hanson-hills	US		0	America/New_York	38.95456	-76.67858	34			MD	003		
4357347	Hansonville	hansonville	US		0	America/New_York	39.49621	-77.40026	91			MD	021		
4357348	Happy Acres	happy-acres	US		0	America/New_York	39.5301	-77.0547	201			MD	013		
4357349	Happy Acres	happy-acres	US		0	America/New_York	39.44427	-76.3469	39			MD	025		
4357353	Happy Knoll	happy-knoll	US		0	America/New_York	39.51178	-76.23579	115			MD	025		
4357363	Harbor Acres	harbor-acres	US		0	America/New_York	38.06123	-75.53298	9			MD	047		
4357367	Harbor Hills	harbor-hills	US		0	America/New_York	38.96039	-76.60663	26			MD	003		
4357368	Harbor Hills	harbor-hills	US		0	America/New_York	38.4604	-76.58968	18			MD	009		
4357370	Harbor Light Beach	harbor-light-beach	US		0	America/New_York	38.33012	-76.43412	2			MD	009		
4357371	Harbor Mist Estates	harbor-mist-estates	US		0	America/New_York	38.34484	-75.09963	1			MD	047		
4357372	Harbor Oaks	harbor-oaks	US		0	America/New_York	39.04289	-76.59413	39			MD	003		
4357375	Harbor Valley Estates	harbor-valley-estates	US		0	America/New_York	39.22094	-76.62274	20			MD	003		
4357379	Harborview	harborview	US		0	America/New_York	39.28233	-76.5258	24			MD	005		
4357380	Harborview	harborview	US		0	America/New_York	38.97011	-76.29773	4			MD	035		
4357381	Harbour Glen	harbour-glen	US		0	America/New_York	39.03122	-76.51496	42			MD	003		
4357386	Hard Corner	hard-corner	US		0	America/New_York	38.37957	-76.95692	35			MD	017		
4357392	Hardesty Estates	hardesty-estates	US		0	America/New_York	38.93206	-76.6183	37			MD	003		
4357393	Hardesty Fields	hardesty-fields	US		0	America/New_York	38.63206	-76.56968	35			MD	009		
4357398	Harewood	harewood	US		0	America/New_York	39.37316	-76.3444	3			MD	005		
4357399	Harewood Park	harewood-park	US		0	America/New_York	39.37539	-76.36774	5	Harewood,Harewood Park		MD	005		
4357405	Harford Commons	harford-commons	US		0	America/New_York	39.419	-76.30246	23			MD	025		
4357413	Harford Dale	harford-dale	US		0	America/New_York	39.55066	-76.36496	124			MD	025		
4357415	Harford Downs	harford-downs	US		0	America/New_York	39.60483	-76.48663	209			MD	025		
4357416	Harford Estates	harford-estates	US		0	America/New_York	39.55594	-76.38052	130			MD	025		
4357417	Harford Farms	harford-farms	US		0	America/New_York	39.40872	-76.51746	116			MD	005		
4357418	Harford Furnace	harford-furnace	US		0	America/New_York	39.49511	-76.26135	39	Harford Furnace,Hartford Furnace		MD	025		
4357422	Harford Heights	harford-heights	US		0	America/New_York	39.48594	-76.41774	123			MD	025		
4357424	Harford Heritage	harford-heritage	US		0	America/New_York	39.63011	-76.47608	200			MD	025		
4357425	Harford Hills	harford-hills	US		0	America/New_York	39.39872	-76.53191	125			MD	005		
4357426	Harford Hills	harford-hills	US		0	America/New_York	39.61288	-76.33079	120			MD	025		
4357428	Harford Hunt Manor	harford-hunt-manor	US		0	America/New_York	39.5515	-76.49108	171			MD	025		
4357436	Harford Park	harford-park	US		0	America/New_York	39.37705	-76.55358	97			MD	005		
4357438	Harford Ranchettes	harford-ranchettes	US		0	America/New_York	39.54039	-76.27468	106			MD	025		
4357439	Harford Square	harford-square	US		0	America/New_York	39.4215	-76.31968	30			MD	025		
4357440	Harford Village	harford-village	US		0	America/New_York	39.55761	-76.37496	141			MD	025		
4357442	Harford Woods	harford-woods	US		0	America/New_York	39.54233	-76.33579	102			MD	025		
4357443	Harkins	harkins	US		0	America/New_York	39.69705	-76.4508	184			MD	025		
4357444	Harkness Creek Park	harkness-creek-park	US		0	America/New_York	38.94317	-76.5094	12			MD	003		
4357446	Harlan Square	harlan-square	US		0	America/New_York	39.54427	-76.34774	114			MD	025		
4357450	Harlow	harlow	US		0	America/New_York	39.09316	-77.3186	103			MD	031		
4357459	Harmans Woods	harmans-woods	US		0	America/New_York	39.14455	-76.70664	40			MD	003		
4357462	Harmon Haven	harmon-haven	US		0	America/New_York	39.56371	-77.19832	168			MD	021		
4357463	Harmon Landing	harmon-landing	US		0	America/New_York	38.19678	-75.26047	1			MD	047		
4357464	Harmon Landing Estates	harmon-landing-estates	US		0	America/New_York	38.20317	-75.29547	11			MD	047		
4357475	Harmony Corner	harmony-corner	US		0	America/New_York	39.32011	-75.97689	23	Harmony,Harmony Corner		MD	029		
4357477	Harmony Grove	harmony-grove	US		0	America/New_York	39.45371	-77.39915	96			MD	021		
4357481	Harmony Hall	harmony-hall	US		0	America/New_York	38.74567	-77.00192	13			MD	033		
4357482	Harmony Hill	harmony-hill	US		0	America/New_York	39.50705	-77.40304	118			MD	021		
4357484	Harmony Hills	harmony-hills	US		0	America/New_York	39.41622	-76.4958	82			MD	005		
4357485	Harmony Hills	harmony-hills	US		0	America/New_York	39.07428	-77.07637	102			MD	031		
4357487	Harmony Knolls	harmony-knolls	US		0	America/New_York	39.49871	-77.53582	214			MD	021		
4357491	Harness Woods	harness-woods	US		0	America/New_York	38.94372	-76.50385	7			MD	003		
4357492	Harney	harney	US		0	America/New_York	39.71399	-77.20665	153	Harney,Monocacyville		MD	013		
4357493	Harney Venture Estates	harney-venture-estates	US		0	America/New_York	39.70704	-77.28665	139			MD	021		
4357494	Harold Heights	harold-heights	US		0	America/New_York	39.50927	-76.29857	96			MD	025		
4357495	Harp	harp	US		0	America/New_York	39.53204	-77.52749	289			MD	021		
4357496	Harper (historical)	harper-historical	US		0	America/New_York	38.81262	-76.24939	2			MD	041		
4357499	Harper Estates	harper-estates	US		0	America/New_York	39.54455	-76.89415	201			MD	013		
4357500	Harpers Choice	harpers-choice	US		0	America/New_York	39.21927	-76.88303	142			MD	027		
4357505	Harpers Mill	harpers-mill	US		0	America/New_York	39.1165	-76.63136	33			MD	003		
4357514	Harrington Manor	harrington-manor	US		0	America/New_York	39.42038	-76.52802	86			MD	005		
4357515	Harris Heights	harris-heights	US		0	America/New_York	39.54871	-76.91692	228			MD	013		
4357516	Harris Hill	harris-hill	US		0	America/New_York	39.71899	-76.64358	250			MD	005		
4357521	Harris Heights	harris-heights	US		0	America/New_York	39.20122	-76.6208	26			MD	003		
4357523	Harrisburg (historical)	harrisburg-historical	US		0	America/New_York	39.21567	-76.09217	16			MD	029		
4357535	Harrisville Farmettes	harrisville-farmettes	US		0	America/New_York	39.43594	-77.19276	145			MD	021		
4357536	Harrisville Heights	harrisville-heights	US		0	America/New_York	39.43621	-77.1747	192			MD	021		
4357545	Harshman Estates	harshman-estates	US		0	America/New_York	39.5225	-77.54556	192			MD	021		
4357546	Harshman Estates	harshman-estates	US		0	America/New_York	39.44955	-77.27526	167			MD	021		
4357547	Harshman Estates	harshman-estates	US		0	America/New_York	39.49816	-77.54915	208			MD	021		
4357553	Harting Estates	harting-estates	US		0	America/New_York	39.06233	-76.51607	15			MD	003		
4357555	Hartland Run	hartland-run	US		0	America/New_York	39.29983	-76.44302	9			MD	005		
4357556	Hartland Village	hartland-village	US		0	America/New_York	39.30316	-76.44774	9			MD	005		
4357557	Hartley (historical)	hartley-historical	US		0	America/New_York	39.44872	-76.47274	55			MD	005		
4357558	Hartley Hall Estates	hartley-hall-estates	US		0	America/New_York	39.08622	-77.29804	114			MD	031		
4357567	Harundale	harundale	US		0	America/New_York	39.15289	-76.61469	18			MD	003		
4357570	Harvest Acres	harvest-acres	US		0	America/New_York	39.4801	-77.7136	153			MD	043		
4357571	Harvest Farms	harvest-farms	US		0	America/New_York	39.38455	-76.9247	158			MD	013		
4357572	Harvest Hills	harvest-hills	US		0	America/New_York	39.44732	-77.16498	202			MD	021		
4357573	Harvest Hills	harvest-hills	US		0	America/New_York	39.53622	-76.43913	174			MD	025		
4357574	Harvest Hunt Farm	harvest-hunt-farm	US		0	America/New_York	39.09233	-77.27748	105			MD	031		
4357575	Harvest Ridge	harvest-ridge	US		0	America/New_York	39.36455	-77.19554	199			MD	021		
4357582	Harwood Estates	harwood-estates	US		0	America/New_York	38.87539	-76.60024	40			MD	003		
4357586	Harwood Park	harwood-park	US		0	America/New_York	39.19372	-76.73775	42	Harwood,Harwood Park		MD	027		
4357593	Hassengers Corner	hassengers-corner	US		0	America/New_York	39.26594	-76.04717	11			MD	029		
4357605	Haughs Hideway	haughs-hideway	US		0	America/New_York	39.59732	-77.28193	151			MD	021		
4357611	Havenwood	havenwood	US		0	America/New_York	39.42927	-76.61886	121			MD	005		
4357612	Havenwood Hills	havenwood-hills	US		0	America/New_York	39.64176	-77.59749	213			MD	043		
4357614	Haver Hill	haver-hill	US		0	America/New_York	39.40483	-76.55219	138			MD	005		
4357616	Haviland Hills	haviland-hills	US		0	America/New_York	39.19622	-76.99498	160			MD	027		
4357623	Havre de Grace Heights	havre-de-grace-heights	US		0	America/New_York	39.55983	-76.11217	84			MD	025		
4357633	Hawbottom	hawbottom	US		0	America/New_York	39.47371	-77.50776	250			MD	021		
4357638	Hawk Ridge	hawk-ridge	US		0	America/New_York	39.37649	-76.97776	179			MD	013		
4357648	Hawlings Hills	hawlings-hills	US		0	America/New_York	39.17927	-77.0272	124			MD	031		
4357509	Harrington	harrington	US	04643	0	America/New_York	39.5401	-76.97804	266			MD	013		
4357649	Hawlings Meadow	hawlings-meadow	US		0	America/New_York	39.20566	-77.08415	155			MD	031		
4357651	Hawbottom Heights	hawbottom-heights	US		0	America/New_York	39.47427	-77.50665	258			MD	021		
4357653	Hawlings View	hawlings-view	US		0	America/New_York	39.19927	-77.02831	142			MD	031		
4357656	Hawthorn North	hawthorn-north	US		0	America/New_York	39.20927	-76.88331	139			MD	027		
4357658	Hawthorn Square	hawthorn-square	US		0	America/New_York	39.4251	-77.44971	105			MD	021		
4357661	Hawthorne Acres	hawthorne-acres	US		0	America/New_York	39.37094	-77.19137	197			MD	021		
4357663	Hawthorne Estates	hawthorne-estates	US		0	America/New_York	39.39149	-77.18443	234			MD	021		
4357664	Hawthorne Manor	hawthorne-manor	US		0	America/New_York	38.53429	-77.01497	12			MD	017		
4357668	Hawthorne Woods	hawthorne-woods	US		0	America/New_York	38.87234	-76.66497	23			MD	003		
4357670	Hawlings River Estates	hawlings-river-estates	US		0	America/New_York	39.19677	-77.04664	106			MD	031		
4357676	Hayden Acres	hayden-acres	US		0	America/New_York	38.45151	-75.51214	16			MD	045		
4357678	Hays Beach	hays-beach	US		0	America/New_York	38.08874	-76.33161	1			MD	037		
4357681	Hayes Landing	hayes-landing	US		0	America/New_York	38.26873	-75.19741	2	Hayes Landing,Hays Landing		MD	047		
4357685	Haywood Heights	haywood-heights	US		0	America/New_York	39.33455	-76.71636	124			MD	005		
4357690	Hazelmoor	hazelmoor	US		0	America/New_York	39.41011	-76.01106	6			MD	015		
4357698	Head of Canal (historical)	head-of-canal-historical	US		0	America/New_York	39.71038	-76.21968	42			MD	015		
4357699	Head of Creek (historical)	head-of-creek-historical	US		0	America/New_York	38.2529	-75.64687	8			MD	039		
4357703	Hearns (historical)	hearns-historical	US		0	America/New_York	38.43456	-75.42742	18			MD	045		
4357706	Hazels Woods	hazels-woods	US		0	America/New_York	39.48427	-77.02609	211			MD	013		
4357707	Hearts Ease	hearts-ease	US		0	America/New_York	38.01624	-75.81632	2			MD	039		
4357711	Heather Heights	heather-heights	US		0	America/New_York	39.19483	-76.07745	9			MD	029		
4357712	Heather Hills	heather-hills	US		0	America/New_York	38.95067	-76.72719	43			MD	033		
4357715	Heather Knolls	heather-knolls	US		0	America/New_York	38.59012	-76.54829	30			MD	009		
4357716	Heather Ridge	heather-ridge	US		0	America/New_York	39.41594	-77.01942	204			MD	013		
4357718	Heather Woods	heather-woods	US		0	America/New_York	38.98706	-76.66024	49			MD	003		
4357719	Heatherview	heatherview	US		0	America/New_York	39.50843	-77.4361	136			MD	021		
4357720	Heatherwick	heatherwick	US		0	America/New_York	38.71595	-76.86358	67			MD	033		
4357721	Heatherwood	heatherwood	US		0	America/New_York	39.32233	-76.96914	183			MD	027		
4357725	Hebbville	hebbville	US		0	America/New_York	39.34149	-76.76275	153	Hebbville,Whitegrounds		MD	005		
4357739	Heise	heise	US		0	America/New_York	39.43899	-77.20804	142			MD	021		
4357741	Helen Estates	helen-estates	US		0	America/New_York	38.38985	-76.71802	36			MD	037		
4357742	Helen Farmettes	helen-farmettes	US		0	America/New_York	38.39124	-76.72746	37			MD	037		
4357747	Hellen	hellen	US		0	America/New_York	38.44123	-76.58218	31			MD	009		
4357751	Helliesen	helliesen	US		0	America/New_York	39.39344	-77.20193	201			MD	021		
4357753	Hellen Creek Estates	hellen-creek-estates	US		0	America/New_York	38.36124	-76.47106	1			MD	009		
4357754	Helmsley Court	helmsley-court	US		0	America/New_York	39.38705	-76.70081	162			MD	005		
4357757	Hemlock Estates	hemlock-estates	US		0	America/New_York	38.36874	-76.45634	23			MD	009		
4357758	Hemlock Hill	hemlock-hill	US		0	America/New_York	39.17733	-76.96192	152			MD	027		
4357759	Hemlock Ridge	hemlock-ridge	US		0	America/New_York	39.52205	-76.25662	93			MD	025		
4357760	Hemp Hills	hemp-hills	US		0	America/New_York	39.49316	-77.13887	232			MD	021		
4357766	Henderson Corner	henderson-corner	US		0	America/New_York	39.20205	-77.24554	185			MD	031		
4357776	Henekes Corner	henekes-corner	US		0	America/New_York	39.03622	-76.49302	39			MD	003		
4357777	Henley Park	henley-park	US		0	America/New_York	39.489	-76.24885	40			MD	025		
4357778	Henleys	henleys	US		0	America/New_York	39.46955	-77.28276	182			MD	021		
4357782	Henrys Bridge	henrys-bridge	US		0	America/New_York	39.53122	-76.5683	184			MD	005		
4357783	Henrys Crossroads	henrys-crossroads	US		0	America/New_York	38.42123	-75.86771	1			MD	019		
4357785	Henryton	henryton	US		0	America/New_York	39.35122	-76.91331	93			MD	013		
4357786	Henryton Heights	henryton-heights	US		0	America/New_York	39.32399	-76.92192	187			MD	027		
4357793	Hepbron	hepbron	US		0	America/New_York	39.30456	-76.03606	19	Hepbron,Still Pond Station		MD	029		
4357794	Herald Harbor	herald-harbor	US		2603	America/New_York	39.05372	-76.56913	15			MD	003		
4357796	Heraldry Square	heraldry-square	US		0	America/New_York	39.32372	-76.7622	134			MD	005		
4357808	Heritage	heritage	US		0	America/New_York	39.44816	-77.00054	241			MD	013		
4357809	Heritage	heritage	US		0	America/New_York	38.97178	-76.51718	11			MD	003		
4357815	Heritage Estates	heritage-estates	US		0	America/New_York	39.59594	-76.19551	119			MD	025		
4357816	Heritage Estates	heritage-estates	US		0	America/New_York	39.55065	-77.75944	146			MD	043		
4357817	Heritage Farms	heritage-farms	US		0	America/New_York	39.33622	-76.95109	174			MD	027		
4357818	Heritage Harbour	heritage-harbour	US		0	America/New_York	38.97622	-76.58996	36			MD	003		
4357821	Heritage Heights	heritage-heights	US		0	America/New_York	39.20372	-76.94109	150			MD	027		
4357822	Heritage Hill	heritage-hill	US		0	America/New_York	39.19844	-76.62497	39			MD	003		
4357823	Heritage Hills	heritage-hills	US		0	America/New_York	39.29871	-77.35554	121			MD	021		
4357824	Heritage Hills	heritage-hills	US		0	America/New_York	38.87372	-76.70302	42			MD	033		
4357825	Heritage Manor	heritage-manor	US		0	America/New_York	38.32206	-75.53437	14			MD	045		
4357826	Heritage Mobile Home Park	heritage-mobile-home-park	US		0	America/New_York	38.59428	-75.93383	9			MD	019		
4357829	Heritage Valley	heritage-valley	US		0	America/New_York	39.59456	-75.82133	19			MD	015		
4357830	Heritage Woods	heritage-woods	US		0	America/New_York	39.55566	-76.34135	111			MD	025		
4357831	Heritage Woods	heritage-woods	US		0	America/New_York	39.15844	-76.81719	91			MD	027		
4357832	Heritage Woods	heritage-woods	US		0	America/New_York	39.60067	-75.81633	18			MD	015		
4357836	Hermitage Hill	hermitage-hill	US		0	America/New_York	38.99372	-76.65247	41			MD	003		
4357837	Hermitage Park	hermitage-park	US		0	America/New_York	39.07955	-77.06387	119			MD	031		
4357840	Hernwood	hernwood	US		0	America/New_York	39.37149	-76.84359	156			MD	005		
4357842	Hernwood Heights	hernwood-heights	US		0	America/New_York	39.37955	-76.82859	191			MD	005		
4357847	Heron Point	heron-point	US		0	America/New_York	39.22039	-76.05661	6			MD	029		
4357848	Herons Watch	herons-watch	US		0	America/New_York	39.09317	-76.46079	5			MD	003		
4357854	Herring Creek	herring-creek	US		0	America/New_York	38.18624	-76.54134	3			MD	037		
4357858	Herring Creek Estates	herring-creek-estates	US		0	America/New_York	38.1779	-76.52884	2			MD	037		
4357859	Herring Estates	herring-estates	US		0	America/New_York	39.63788	-77.15748	161			MD	013		
4357862	Herring Landing	herring-landing	US		0	America/New_York	38.349	-75.11991	2			MD	047		
4357871	Herrington Manor	herrington-manor	US		0	America/New_York	39.45287	-79.4531	755	Herrington Manor,Thomas and Ann		MD	023		
4357880	Hess	hess	US		0	America/New_York	39.55594	-76.52552	131			MD	025		
4357882	Hewitt Farms	hewitt-farms	US		0	America/New_York	39.42594	-76.80109	205			MD	005		
4357885	Hi-Point	hi-point	US		0	America/New_York	39.70592	-79.21059	892			MD	023		
4357886	Hi-View Estates	hi-view-estates	US		0	America/New_York	39.6501	-76.8347	262			MD	013		
4357890	Hickory Acres	hickory-acres	US		0	America/New_York	38.44262	-75.66382	13			MD	045		
4357895	Hickory Hill	hickory-hill	US		0	America/New_York	38.41679	-77.1697	18			MD	017		
4357896	Hickory Hill	hickory-hill	US		0	America/New_York	39.45844	-77.30387	171			MD	021		
4357897	Hickory Hill	hickory-hill	US		0	America/New_York	39.29122	-77.28915	173			MD	031		
4357898	Hickory Hill Estates	hickory-hill-estates	US		0	America/New_York	39.42816	-76.83637	213			MD	005		
4357908	Hickory Hill	hickory-hill	US		0	America/New_York	39.35788	-77.15665	247			MD	013		
4357910	Hickory Point	hickory-point	US		0	America/New_York	39.13539	-76.44329	2			MD	003		
4357919	Hickory Ridge Farms	hickory-ridge-farms	US		0	America/New_York	39.59316	-76.94748	259			MD	013		
4357921	Hickory Thicket	hickory-thicket	US		0	America/New_York	38.59123	-76.8033	56			MD	017		
4357922	Hickory Thicket	hickory-thicket	US		0	America/New_York	39.07678	-76.22968	6			MD	029		
4357925	Hicksburg	hicksburg	US		0	America/New_York	38.55317	-75.95744	7	Hicksburg,Hicksburgh		MD	019		
4357927	Hidden Acres	hidden-acres	US		0	America/New_York	39.68317	-75.86633	90			MD	015		
4357928	Hidden Acres	hidden-acres	US		0	America/New_York	39.12872	-76.23773	3			MD	029		
4357929	Hidden Acres	hidden-acres	US		0	America/New_York	39.12833	-76.23333	4			MD	029		
4357930	Hidden Cove	hidden-cove	US		0	America/New_York	38.97789	-76.59135	24			MD	003		
4357931	Hidden Creek	hidden-creek	US		0	America/New_York	39.5576	-77.2122	133			MD	021		
4357933	Hidden Harbor	hidden-harbor	US		0	America/New_York	38.44845	-75.12185	1			MD	047		
4357934	Hidden Hills	hidden-hills	US		0	America/New_York	39.02094	-76.50274	29			MD	003		
4357936	Hidden Oaks	hidden-oaks	US		0	America/New_York	39.65927	-77.08915	154			MD	013		
4357937	Hidden Point	hidden-point	US		0	America/New_York	38.99817	-76.45246	-1			MD	003		
4357942	Hickory Meadow	hickory-meadow	US		0	America/New_York	39.46066	-76.69581	174			MD	005		
4357943	Hidden River	hidden-river	US		0	America/New_York	38.49568	-76.72219	31			MD	037		
4357950	Hidden Village	hidden-village	US		0	America/New_York	39.08066	-76.68302	61			MD	003		
4357952	Hideaway Acres	hideaway-acres	US		0	America/New_York	38.41012	-75.51381	18			MD	045		
4357953	Hideaway Estates	hideaway-estates	US		0	America/New_York	39.68371	-76.96776	248			MD	013		
4357958	High Bank Estates	high-bank-estates	US		0	America/New_York	38.34429	-75.70159	5			MD	045		
4357959	High Banks	high-banks	US		0	America/New_York	38.79761	-75.92438	3			MD	041		
4357960	High Barbaree	high-barbaree	US		0	America/New_York	39.41205	-77.26498	169			MD	021		
4357963	Hidden Ridge	hidden-ridge	US		0	America/New_York	39.05067	-76.49607	32			MD	003		
4357964	High Bridge Estates	high-bridge-estates	US		0	America/New_York	38.98039	-76.77691	63			MD	033		
4357978	High Point Estates	high-point-estates	US		0	America/New_York	39.57927	-76.42468	177			MD	025		
4357980	High Point Manor	high-point-manor	US		0	America/New_York	39.55122	-76.41107	136			MD	025		
4357990	Highfield	highfield	US		0	America/New_York	39.71815	-77.4811	426			MD	043		
4357991	Highfield-Cascade	highfield-cascade	US		1112	America/New_York	39.71616	-77.48282	422	Highfield Cascade,Highfield-Cascade		MD	043		
4357993	High View Estates	high-view-estates	US		0	America/New_York	39.259	-76.82303	120			MD	027		
4357994	Highfield Park	highfield-park	US		0	America/New_York	39.57483	-76.43857	147			MD	025		
4357996	Highfields	highfields	US		0	America/New_York	39.50316	-77.54777	218			MD	021		
4358000	Highland (historical)	highland-historical	US		0	America/New_York	39.66649	-76.37302	156			MD	025		
4358001	Highland Acres	highland-acres	US		0	America/New_York	39.15927	-76.94553	151			MD	027		
4358002	Highland Beach	highland-beach	US		101	America/New_York	38.93039	-76.46579	6			MD	003		
4358009	Highland Estates	highland-estates	US		0	America/New_York	38.50568	-77.00609	48			MD	017		
4358011	Highland Farms	highland-farms	US		0	America/New_York	39.61399	-77.53999	434			MD	021		
4358023	Highland Ridge	highland-ridge	US		0	America/New_York	39.64955	-76.37774	164			MD	025		
4358027	Highland View	highland-view	US		0	America/New_York	39.66872	-76.34635	128			MD	025		
4358028	Highland View	highland-view	US		0	America/New_York	39.00261	-77.00942	100			MD	031		
4358031	Highland Woods	highland-woods	US		0	America/New_York	39.60982	-77.54193	420			MD	021		
4358035	Highlands of Darnestown	highlands-of-darnestown	US		0	America/New_York	39.09927	-77.28415	123			MD	031		
4358036	Highlands of Monroe	highlands-of-monroe	US		0	America/New_York	39.54593	-77.5436	270			MD	021		
4358037	Highlands of Olney	highlands-of-olney	US		0	America/New_York	39.14677	-77.06498	166			MD	031		
4358038	Highlandtown	highlandtown	US		0	America/New_York	39.2865	-76.56885	31			MD	510		
4358043	Highpoint	highpoint	US		0	America/New_York	39.69094	-75.88161	97			MD	015		
4358045	Highview	highview	US		0	America/New_York	39.33677	-77.26998	188			MD	021		
4358046	Highview	highview	US		0	America/New_York	39.25288	-77.22248	214			MD	031		
4358047	Highview Estates	highview-estates	US		0	America/New_York	39.36816	-77.0772	195			MD	013		
4358048	Highview Estates	highview-estates	US		0	America/New_York	39.57538	-76.49524	190			MD	025		
4358052	Highfield Estates	highfield-estates	US		0	America/New_York	39.60233	-76.85526	276			MD	013		
4358055	Hill Land	hill-land	US		0	America/New_York	39.50678	-76.1769	28			MD	025		
4358061	Hill Top	hill-top	US		0	America/New_York	38.48901	-77.12192	40	Hill Top,Hilltop,Top Hill,Tophill		MD	017		
4358064	Hill Village	hill-village	US		0	America/New_York	39.70704	-77.61832	171			MD	043		
4358065	Hill-N-Dale	hill-n-dale	US		0	America/New_York	39.58427	-76.34802	138			MD	025		
4358066	Hillandale	hillandale	US		6043	America/New_York	39.0265	-76.97414	80			MD	031		
4358069	Hillandale Forest	hillandale-forest	US		0	America/New_York	39.024	-76.9647	77			MD	033		
4358070	Hillandale Heights	hillandale-heights	US		0	America/New_York	39.02094	-76.98831	98			MD	031		
4358073	Hillandale Trailer Park	hillandale-trailer-park	US		0	America/New_York	39.50871	-76.90748	191			MD	013		
4358074	Hillbrook	hillbrook	US		0	America/New_York	39.32955	-76.51413	37			MD	005		
4358075	Hillcrest	hillcrest	US		0	America/New_York	39.22872	-76.60941	31			MD	003		
4358076	Hillcrest	hillcrest	US		0	America/New_York	39.69678	-75.79688	94			MD	015		
4358081	Hillcrest Heights	hillcrest-heights	US		0	America/New_York	39.15205	-76.89192	114			MD	027		
4358082	Hillcrest Heights	hillcrest-heights	US		16469	America/New_York	38.83289	-76.95942	84			MD	033		
4358087	Hillcrest Manor	hillcrest-manor	US		0	America/New_York	39.52317	-76.16829	56			MD	025		
4358090	Hillcrest Orchard	hillcrest-orchard	US		0	America/New_York	39.41232	-77.45804	135			MD	021		
4358097	Hillendale	hillendale	US		0	America/New_York	39.08844	-76.61997	28			MD	003		
4358098	Hillendale	hillendale	US		0	America/New_York	39.38011	-76.56969	120			MD	005		
4358101	Hillendale Farms	hillendale-farms	US		0	America/New_York	39.389	-76.55524	104			MD	005		
4358104	Hillendale Heights	hillendale-heights	US		0	America/New_York	39.5115	-76.55997	183			MD	005		
4358105	Hillendale Park	hillendale-park	US		0	America/New_York	39.38372	-76.56163	119			MD	005		
4358107	Hillmark	hillmark	US		0	America/New_York	39.39455	-77.38387	82			MD	021		
4358108	Hillmead	hillmead	US		0	America/New_York	38.99789	-77.1272	79			MD	031		
4358109	Hillmeade	hillmeade	US		0	America/New_York	38.97733	-76.79497	42			MD	033		
4358111	Hillmeade Manor	hillmeade-manor	US		0	America/New_York	38.98455	-76.79441	47			MD	033		
4358117	Hills Point	hills-point	US		0	America/New_York	38.60345	-76.23689	1	Hill's Point,Hills Point,Hillspoint		MD	019		
4358121	Hills Trailer Park	hills-trailer-park	US		0	America/New_York	38.24457	-76.4894	31			MD	037		
4358123	Hillsboro Estates	hillsboro-estates	US		0	America/New_York	38.91734	-75.93272	14			MD	011		
4358129	Hillsdale Green	hillsdale-green	US		0	America/New_York	39.32094	-76.70664	102			MD	510		
4358136	Hillside Estates	hillside-estates	US		0	America/New_York	39.38482	-77.48915	147			MD	021		
4358137	Hillside Hunt	hillside-hunt	US		0	America/New_York	39.46122	-76.67886	189			MD	005		
4358138	Hillside Manor	hillside-manor	US		0	America/New_York	38.49151	-76.51995	32			MD	009		
4358139	Hillside Park	hillside-park	US		0	America/New_York	39.14733	-76.52913	14			MD	003		
4358141	Hillside at Seminary	hillside-at-seminary	US		0	America/New_York	39.42816	-76.65525	113			MD	005		
4358143	Hillsmere Estates	hillsmere-estates	US		0	America/New_York	38.93095	-76.49413	6			MD	003		
4358144	Hillsmere Shores	hillsmere-shores	US		2872	America/New_York	38.94011	-76.49496	16			MD	003		
4358146	Hillstead	hillstead	US		0	America/New_York	39.40761	-76.67469	137			MD	005		
4358152	Hilltop Woods	hilltop-woods	US		0	America/New_York	39.44871	-77.49138	336			MD	021		
4358154	Hillview Acres	hillview-acres	US		0	America/New_York	39.31455	-77.32887	123			MD	021		
4358155	Hillview Estates	hillview-estates	US		0	America/New_York	39.68261	-75.92744	96			MD	015		
4358156	Hillview Farms	hillview-farms	US		0	America/New_York	39.63622	-76.05745	111			MD	015		
4358157	Hillville	hillville	US		0	America/New_York	38.37262	-76.60246	41			MD	037		
4358158	Hillwood	hillwood	US		0	America/New_York	38.5779	-76.98997	57			MD	017		
4358159	Hilton (historical)	hilton-historical	US		0	America/New_York	39.25566	-76.81997	124			MD	027		
4358161	Hilton Place	hilton-place	US		0	America/New_York	39.22733	-76.69886	36			MD	005		
4358163	Hines Estates	hines-estates	US		0	America/New_York	39.4015	-76.49219	92			MD	005		
4358166	Hines Woods	hines-woods	US		0	America/New_York	39.38121	-77.35637	143			MD	021		
4358170	Hipsleys Mill	hipsleys-mill	US		0	America/New_York	39.27649	-77.10498	133			MD	027		
4358175	Hobbits Glen	hobbits-glen	US		0	America/New_York	39.22372	-76.90081	128			MD	027		
4358188	Hoffmans Mill	hoffmans-mill	US		0	America/New_York	39.58344	-76.88998	202			MD	013		
4358189	Hoffmanville	hoffmanville	US		0	America/New_York	39.68538	-76.77692	220			MD	005		
4358191	Hoerr	hoerr	US		0	America/New_York	39.62538	-76.48135	209			MD	025		
4358195	Hog Island	hog-island	US		0	America/New_York	38.23818	-76.06272	0			MD	019		
4358222	Holbrook Estates	holbrook-estates	US		0	America/New_York	38.62818	-76.55635	46			MD	009		
4358226	Holiday Acres	holiday-acres	US		0	America/New_York	39.50094	-76.96831	264			MD	013		
4358227	Holiday Acres	holiday-acres	US		0	America/New_York	39.64454	-77.60249	210			MD	043		
4358228	Holiday Beach	holiday-beach	US		0	America/New_York	38.64762	-76.52607	25			MD	009		
4358229	Holiday Farms	holiday-farms	US		0	America/New_York	39.64426	-77.60749	214			MD	043		
4358230	Holiday Harbor	holiday-harbor	US		0	America/New_York	38.41678	-75.16852	1			MD	047		
4358231	Holiday Hills	holiday-hills	US		0	America/New_York	39.69455	-76.5633	160			MD	025		
4358232	Holiday Hills	holiday-hills	US		0	America/New_York	39.17872	-76.88414	110			MD	027		
4358233	Holiday Hills	holiday-hills	US		0	America/New_York	39.18733	-77.06303	136			MD	031		
4358234	Holiday Manor	holiday-manor	US		0	America/New_York	38.42095	-75.1663	3			MD	047		
4358235	Holiday Mobile Home Estates	holiday-mobile-home-estates	US		0	America/New_York	39.14372	-76.74275	62			MD	003		
4358236	Holiday Park	holiday-park	US		0	America/New_York	39.05094	-77.0822	97			MD	031		
4358242	Holland Acres	holland-acres	US		0	America/New_York	39.64372	-76.1219	116			MD	015		
4358244	Holland Cliff Shores	holland-cliff-shores	US		0	America/New_York	38.60679	-76.66135	33			MD	009		
4358246	Holabird Homes (historical)	holabird-homes-historical	US		0	America/New_York	39.27344	-76.54608	17			MD	510		
4358247	Holland Glenn	holland-glenn	US		0	America/New_York	38.61401	-76.65802	34			MD	009		
4358248	Holland Heights	holland-heights	US		0	America/New_York	38.40123	-75.59965	11			MD	045		
4358249	Holland Hills	holland-hills	US		0	America/New_York	39.33622	-76.52552	37			MD	005		
4358250	Holland Hills	holland-hills	US		0	America/New_York	39.66621	-76.89331	283			MD	013		
4358265	Hollaway Estates	hollaway-estates	US		0	America/New_York	38.75539	-76.82442	67			MD	033		
4358266	Holler	holler	US		0	America/New_York	39.47094	-77.15693	182			MD	021		
4358271	Hollingsworth Circle	hollingsworth-circle	US		0	America/New_York	39.04372	-75.82577	21	Ginns Shop,Hollingsworth Circle,Hollingsworth Cross Roads,Hollingsworth Crossroads		MD	011		
4358272	Hollingsworth Manor	hollingsworth-manor	US		0	America/New_York	39.60345	-75.84549	5	Hollingsworth Manor,Hollinsworth Manor		MD	015		
4358274	Hollinridge	hollinridge	US		0	America/New_York	39.05483	-77.21109	104			MD	031		
4358275	Hollins (historical)	hollins-historical	US		0	America/New_York	39.38066	-76.64386	72			MD	005		
4358277	Hollands Crossroads	hollands-crossroads	US		0	America/New_York	38.44734	-75.84827	1			MD	019		
4358280	Hollofield	hollofield	US		0	America/New_York	39.31538	-76.79359	68	Hollifield,Hollofield		MD	005		
4358282	Hollow Estates	hollow-estates	US		0	America/New_York	39.47038	-77.5211	226			MD	021		
4358285	Hollinsland	hollinsland	US		0	America/New_York	39.63066	-76.78442	207			MD	005		
4358288	Holly Acres	holly-acres	US		0	America/New_York	38.4779	-76.7358	17			MD	037		
4358289	Holly Anna Acres	holly-anna-acres	US		0	America/New_York	39.03539	-76.49996	32			MD	003		
4358290	Holly Beach	holly-beach	US		0	America/New_York	39.28622	-76.38801	2			MD	005		
4358291	Holly Corner	holly-corner	US		0	America/New_York	38.95261	-75.84077	16	Holly Corner,Holly Cross Roads		MD	011		
4358293	Hollow Road Estates	hollow-road-estates	US		0	America/New_York	39.46066	-77.50999	251			MD	021		
4358299	Holly Hall Terrace	holly-hall-terrace	US		0	America/New_York	39.5965	-75.82438	16			MD	015		
4358300	Holly Harbor	holly-harbor	US		0	America/New_York	38.67234	-76.14133	3			MD	041		
4358301	Holly Haven	holly-haven	US		0	America/New_York	38.56762	-77.14026	39			MD	017		
4358302	Holly Haven	holly-haven	US		0	America/New_York	39.5715	-76.19773	131			MD	025		
4358303	Holly Haven	holly-haven	US		0	America/New_York	38.31401	-76.50384	29			MD	037		
4358308	Holly Hill Estates	holly-hill-estates	US		0	America/New_York	38.92734	-75.85521	13			MD	011		
4358309	Holly Hill Harbor	holly-hill-harbor	US		0	America/New_York	38.90095	-76.52413	3			MD	003		
4358313	Holly House	holly-house	US		0	America/New_York	39.1515	-76.94498	142			MD	027		
4358314	Holly Knoll Estates	holly-knoll-estates	US		0	America/New_York	39.48594	-76.53136	153			MD	005		
4358315	Holly Landing	holly-landing	US		0	America/New_York	38.83067	-76.54746	0			MD	003		
4358316	Holly Manor	holly-manor	US		0	America/New_York	38.33345	-75.62659	7			MD	045		
4358318	Holly Oaks	holly-oaks	US		0	America/New_York	38.31985	-76.68635	33			MD	037		
4358319	Holly Oaks	holly-oaks	US		0	America/New_York	38.71956	-76.05716	19			MD	041		
4358321	Holly Point	holly-point	US		0	America/New_York	39.07372	-76.57885	12			MD	003		
4358324	Holly Station	holly-station	US		0	America/New_York	38.64428	-76.89914	65			MD	017		
4358326	Holly Tree Estates	holly-tree-estates	US		0	America/New_York	39.05678	-76.91386	68			MD	033		
4358328	Holly Tree Park	holly-tree-park	US		0	America/New_York	38.64651	-76.89803	63			MD	017		
4358329	Hollyberry Woods	hollyberry-woods	US		0	America/New_York	39.04789	-76.47746	24			MD	003		
4358331	Hollylake Estates	hollylake-estates	US		0	America/New_York	38.42789	-75.56131	13			MD	045		
4358337	Hollywood Beach	hollywood-beach	US		0	America/New_York	39.50234	-75.908	4			MD	015		
4358341	Hollywood Park	hollywood-park	US		0	America/New_York	39.06622	-76.99553	103	Hollywood,Hollywood Park		MD	031		
4358346	Hollywood Shores	hollywood-shores	US		0	America/New_York	38.39151	-76.57968	10			MD	037		
4358348	Holman Manor	holman-manor	US		0	America/New_York	39.44955	-76.30107	27			MD	025		
4358349	Holmehurst	holmehurst	US		0	America/New_York	38.95594	-76.79608	59			MD	033		
4358351	Holly Gaf Acres	holly-gaf-acres	US		0	America/New_York	38.34429	-76.59551	31			MD	037		
4358354	Holt Manor	holt-manor	US		0	America/New_York	38.69928	-76.84858	68			MD	033		
4358356	Holter	holter	US		0	America/New_York	39.39871	-77.5136	210			MD	021		
4358420	Home Acres	home-acres	US		0	America/New_York	39.04178	-76.92386	73			MD	033		
4358421	Home Farm	home-farm	US		0	America/New_York	39.49121	-76.93554	205			MD	013		
4358423	Home Place	home-place	US		0	America/New_York	38.46262	-76.52079	16			MD	009		
4358424	Homecrest	homecrest	US		0	America/New_York	39.09039	-77.05526	119			MD	031		
4358426	Homeland Park	homeland-park	US		0	America/New_York	39.19344	-76.67136	46			MD	003		
4358428	Homers Delight	homers-delight	US		0	America/New_York	39.42871	-77.54304	172			MD	021		
4358430	Homestead Estates	homestead-estates	US		0	America/New_York	39.05316	-76.98664	99			MD	031		
4358433	Homestead Village	homestead-village	US		0	America/New_York	39.53316	-76.33163	110			MD	025		
4358447	Honey Hill	honey-hill	US		0	America/New_York	39.38927	-77.30804	160			MD	021		
4358449	Honey Cove Estates	honey-cove-estates	US		0	America/New_York	38.47318	-76.60774	40			MD	009		
4358452	Honeysuckle Knoll	honeysuckle-knoll	US		0	America/New_York	39.46206	-75.88161	7			MD	015		
4358453	Honeysuckle Ridge	honeysuckle-ridge	US		0	America/New_York	39.014	-76.57885	35			MD	003		
4358454	Honga	honga	US		0	America/New_York	38.34457	-76.22967	1			MD	019		
4358456	Honeysuckle Hollow	honeysuckle-hollow	US		0	America/New_York	39.63067	-76.09967	122			MD	015		
4358462	Hoods Mill	hoods-mill	US		0	America/New_York	39.35483	-77.01165	133	Hoods Mill,Hoods Mills		MD	013		
4358471	Hooper Islands	hooper-islands	US		0	America/New_York	38.30012	-76.208	0			MD	019		
4358479	Hoopers Neck	hoopers-neck	US		0	America/New_York	38.35512	-76.46523	1			MD	009		
4358481	Hoopersville	hoopersville	US		0	America/New_York	38.26123	-76.17994	1			MD	019		
4358484	Hoot'N Hollow	hoot-n-hollow	US		0	America/New_York	39.38205	-77.29665	169			MD	021		
4358488	Hope Acres	hope-acres	US		0	America/New_York	38.5929	-76.9722	57			MD	017		
4358490	Hope Hill	hope-hill	US		0	America/New_York	39.33344	-77.39637	135	Hope Hill,Hopeland		MD	021		
4358493	Hope Meadows	hope-meadows	US		0	America/New_York	39.58733	-76.6658	203			MD	005		
4358495	Hope Valley Hills	hope-valley-hills	US		0	America/New_York	39.31705	-77.39137	125			MD	021		
4358496	Hopeland Acres	hopeland-acres	US		0	America/New_York	38.76039	-75.92799	13			MD	011		
4358506	Hopewell Manor	hopewell-manor	US		0	America/New_York	39.64233	-76.06495	125			MD	015		
4358508	Hopewell Village	hopewell-village	US		0	America/New_York	39.579	-76.19857	137	Hopewell Cross Roads,Hopewell Village		MD	025		
4358511	Hoot'N Hollow	hoot-n-hollow	US		0	America/New_York	39.71843	-77.09915	184			MD	013		
4358512	Hopkins Corner	hopkins-corner	US		0	America/New_York	39.65177	-76.21745	116			MD	025		
4358519	Hopkins Landing	hopkins-landing	US		0	America/New_York	39.31705	-76.43941	8			MD	005		
4358520	Hopkins Mead	hopkins-mead	US		0	America/New_York	39.1665	-76.91442	156			MD	027		
4358525	Hopkins Ridge	hopkins-ridge	US		0	America/New_York	39.6351	-77.54416	499			MD	043		
4358530	Horman	horman	US		0	America/New_York	39.39121	-77.50193	212			MD	021		
4358546	Horse Landing	horse-landing	US		0	America/New_York	38.43846	-76.64496	1			MD	037		
4358552	Horse Shoe Bend	horse-shoe-bend	US		0	America/New_York	39.43871	-77.72944	131			MD	043		
4358553	Horse Shoe Farms Estates	horse-shoe-farms-estates	US		0	America/New_York	39.44788	-77.28332	158			MD	021		
4358557	Horsehead	horsehead	US		0	America/New_York	38.64984	-76.77136	61			MD	033		
4358569	Horseshoe Curve	horseshoe-curve	US		0	America/New_York	39.63787	-78.89169	479			MD	001		
4358570	Horseshoe Estates	horseshoe-estates	US		0	America/New_York	38.94289	-75.96272	21			MD	035		
4358582	Houcks Mill	houcks-mill	US		0	America/New_York	39.58622	-76.54802	143	Houcks Mill,My Lady Manor Mill,My Ladys Manor Mill		MD	005		
4358583	Houcksville	houcksville	US		0	America/New_York	39.57121	-76.87998	254	Houcks Store,Houcksville		MD	013		
4358593	Hotton Acres	hotton-acres	US		0	America/New_York	38.36817	-75.5477	12			MD	045		
4358595	Howard (historical)	howard-historical	US		0	America/New_York	37.98901	-75.78049	0			MD	039		
4358623	Howard Hills	howard-hills	US		0	America/New_York	39.14094	-76.81886	81			MD	027		
4358624	Howard Manor	howard-manor	US		0	America/New_York	39.14789	-76.57608	16			MD	003		
4358625	Howard Park	howard-park	US		0	America/New_York	39.33122	-76.69469	128			MD	510		
4358626	Howard Park	howard-park	US		0	America/New_York	39.53344	-76.35524	120			MD	025		
4358634	Howard Heights	howard-heights	US		0	America/New_York	39.28399	-76.83025	129			MD	027		
4358638	Howes Meadows	howes-meadows	US		0	America/New_York	38.70262	-76.6808	32			MD	009		
4358641	Hoyes	hoyes	US		0	America/New_York	39.59036	-79.36948	787	Hoyes,Hoyesburg,Hoyestown,Johnstown		MD	023		
4358644	Howards Retreat	howards-retreat	US		0	America/New_York	39.45149	-77.46082	165			MD	021		
4358651	Huckleberry	huckleberry	US		0	America/New_York	38.41568	-76.98636	35			MD	017		
4358652	Huckleberry Bottom	huckleberry-bottom	US		0	America/New_York	39.6576	-77.08887	158			MD	013		
4358654	Hoyes Run	hoyes-run	US		0	America/New_York	39.52815	-79.4106	625			MD	023		
4358655	Huckleberry Woods	huckleberry-woods	US		0	America/New_York	38.83539	-76.59691	42			MD	003		
4358661	Hudson Heights	hudson-heights	US		0	America/New_York	39.28455	-76.53302	19			MD	510		
4358662	Hudson Heights	hudson-heights	US		0	America/New_York	38.39178	-75.56992	11			MD	045		
4358663	Hudson Landing	hudson-landing	US		0	America/New_York	38.08345	-75.35103	0			MD	047		
4358675	Hughesville Manor	hughesville-manor	US		0	America/New_York	38.5229	-76.77997	54			MD	017		
4358682	Hudson Creek	hudson-creek	US		0	America/New_York	38.59651	-76.2355	1			MD	019		
4358683	Humbert Schoolhouse Estates	humbert-schoolhouse-estates	US		0	America/New_York	39.71121	-77.02887	237			MD	013		
4358689	Hungerford Towne	hungerford-towne	US		0	America/New_York	39.07455	-77.14776	125			MD	031		
4358691	Hungerford Manor	hungerford-manor	US		0	America/New_York	39.36733	-77.23859	165			MD	021		
4358692	Hunt Club Acres	hunt-club-acres	US		0	America/New_York	39.56121	-77.36526	113			MD	021		
4358693	Hunt Club Estates	hunt-club-estates	US		0	America/New_York	38.65067	-76.93386	60			MD	017		
4358694	Hunt Club Estates	hunt-club-estates	US		0	America/New_York	39.20788	-76.74275	75			MD	027		
4358695	Hunt Country Estates	hunt-country-estates	US		0	America/New_York	39.21761	-76.79081	124			MD	027		
4358696	Hunt Crest	hunt-crest	US		0	America/New_York	39.61094	-76.51191	228			MD	025		
4358697	Hunt Cup Hill	hunt-cup-hill	US		0	America/New_York	39.47844	-76.71692	193			MD	005		
4358698	Hunt Meadows	hunt-meadows	US		0	America/New_York	38.94817	-76.50524	10			MD	003		
4358699	Hunt Ridge	hunt-ridge	US		0	America/New_York	39.43483	-76.63747	144			MD	005		
4358700	Hunt Ridge	hunt-ridge	US		0	America/New_York	39.63177	-76.8647	247			MD	013		
4358702	Hunt Valley Estates	hunt-valley-estates	US		0	America/New_York	38.85345	-76.62607	43			MD	003		
4358703	Hunt Valley Estates	hunt-valley-estates	US		0	America/New_York	38.59151	-76.54246	44			MD	009		
4358707	Huntcrest Estates	huntcrest-estates	US		0	America/New_York	39.40844	-76.5733	125			MD	005		
4358708	Hunter Green	hunter-green	US		0	America/New_York	39.59705	-76.76498	218			MD	005		
4358709	Hunter Hill	hunter-hill	US		0	America/New_York	39.68121	-77.68527	172			MD	043		
4358711	Hunt Chapel	hunt-chapel	US		0	America/New_York	38.84761	-76.62746	31			MD	003		
4358712	Hunters Farms	hunters-farms	US		0	America/New_York	38.56123	-76.83719	47			MD	017		
4358713	Hunters Glen	hunters-glen	US		0	America/New_York	39.46066	-76.7872	213			MD	005		
4358714	Hunters Glen South	hunters-glen-south	US		0	America/New_York	39.45427	-76.80109	189			MD	005		
4358715	Hunters Harbor	hunters-harbor	US		0	America/New_York	39.09705	-76.45663	5			MD	003		
4358717	Hunters Hill	hunters-hill	US		0	America/New_York	39.43372	-76.60691	116			MD	005		
4358718	Hunters Mill	hunters-mill	US		0	America/New_York	39.62233	-76.61747	129			MD	005		
4358721	Hunters Ridge	hunters-ridge	US		0	America/New_York	38.55373	-76.61301	46			MD	009		
4358722	Hunters Ridge	hunters-ridge	US		0	America/New_York	38.58401	-76.98414	48			MD	017		
4358723	Hunters Ridge	hunters-ridge	US		0	America/New_York	39.04594	-76.1155	16			MD	035		
4358724	Hunters Run	hunters-run	US		0	America/New_York	39.50288	-76.63636	96			MD	005		
4358725	Hunters Run	hunters-run	US		0	America/New_York	39.49872	-76.31913	91			MD	025		
4358727	Huntfield	huntfield	US		0	America/New_York	39.4676	-77.03026	244			MD	013		
4358732	Hunting Creek Acres	hunting-creek-acres	US		0	America/New_York	39.60982	-77.47749	406			MD	021		
4358734	Hunting Creek Farms	hunting-creek-farms	US		0	America/New_York	38.5804	-76.59412	27			MD	009		
4358738	Hunting Creek Woods	hunting-creek-woods	US		0	America/New_York	38.61651	-76.6244	44			MD	009		
4358739	Hunting Hill	hunting-hill	US		0	America/New_York	39.09705	-77.20693	140	Hunting Hill,Hunting Hill Woods		MD	031		
4358742	Hunting Hills	hunting-hills	US		0	America/New_York	38.59206	-76.61385	31	Hunting Hills,Hunting Hills Estates		MD	009		
4358743	Hunting Hills	hunting-hills	US		0	America/New_York	39.37538	-77.3161	157			MD	021		
4358744	Hunting Lake	hunting-lake	US		0	America/New_York	38.59484	-76.63079	40			MD	009		
4358745	Hunting Lodge	hunting-lodge	US		0	America/New_York	39.41927	-76.52497	122			MD	005		
4358746	Hunting Neck Woods	hunting-neck-woods	US		0	America/New_York	38.23679	-76.45523	25			MD	037		
4358747	Hunting Park	hunting-park	US		0	America/New_York	38.34401	-75.61937	7			MD	045		
4358749	Hunting Ridge	hunting-ridge	US		0	America/New_York	39.29261	-76.70192	120			MD	510		
4358750	Hunting Ridge	hunting-ridge	US		0	America/New_York	39.53761	-76.48246	169			MD	025		
4358755	Huntingfields Manor	huntingfields-manor	US		0	America/New_York	38.58429	-76.62496	29			MD	009		
4358763	Huntington (historical)	huntington-historical	US		0	America/New_York	38.57651	-76.60801	22			MD	009		
4358764	Huntington East	huntington-east	US		0	America/New_York	39.15289	-76.82747	91			MD	027		
4358767	Huntington South	huntington-south	US		0	America/New_York	39.0015	-76.77053	52			MD	033		
4358769	Huntington Terrace	huntington-terrace	US		0	America/New_York	38.99594	-77.11415	102			MD	031		
4358770	Huntington Townhouses	huntington-townhouses	US		0	America/New_York	38.60623	-76.89386	60			MD	017		
4358774	Huntingtown Estates	huntingtown-estates	US		0	America/New_York	38.58734	-76.60079	11			MD	009		
4358775	Huntingtown Farms	huntingtown-farms	US		0	America/New_York	38.64262	-76.63302	32			MD	009		
4358776	Huntingtown Meadows	huntingtown-meadows	US		0	America/New_York	38.62318	-76.54607	43			MD	009		
4358778	Huntingtown Square	huntingtown-square	US		0	America/New_York	38.61762	-76.62079	55			MD	009		
4358779	Huntingtown Town Center	huntingtown-town-center	US		3311	America/New_York	38.62095	-76.61607	52			MD	009		
4358780	Huntley Estates	huntley-estates	US		0	America/New_York	38.44457	-76.92386	47			MD	017		
4358781	Huntridge North	huntridge-north	US		0	America/New_York	39.63705	-76.6783	200			MD	005		
4358782	Hunts Corner	hunts-corner	US		0	America/New_York	38.80178	-76.99886	55			MD	033		
4358785	Huntsmoor South	huntsmoor-south	US		0	America/New_York	39.23705	-76.70469	52			MD	005		
4358786	Huntspring	huntspring	US		0	America/New_York	39.42788	-76.66108	122			MD	005		
4358789	Hurline Farms	hurline-farms	US		0	America/New_York	39.50566	-76.5033	168			MD	005		
4358799	Hurry	hurry	US		0	America/New_York	38.33707	-76.77552	41			MD	037		
4358804	Husick Estates	husick-estates	US		0	America/New_York	38.47401	-76.89692	47			MD	017		
4358807	Hutchins Choice	hutchins-choice	US		0	America/New_York	38.70567	-76.60524	45			MD	009		
4358811	Hutton	hutton	US		86	America/New_York	39.41426	-79.47949	739	Hutton,Huttons Switch Station,Kindness		MD	023		
4358812	Huyett	huyett	US		0	America/New_York	39.65148	-77.79916	146	Huyett,Huyett Cross Roads,Huyetts Crossroads		MD	043		
4358814	Hy-Crest	hy-crest	US		0	America/New_York	39.57511	-76.46941	191			MD	025		
4358816	Hyattstown	hyattstown	US		0	America/New_York	39.28288	-77.31471	128			MD	031		
4358826	Hyattsville Hills	hyattsville-hills	US		0	America/New_York	38.96067	-76.95109	27			MD	033		
4358837	Hyde Park Trailer Park	hyde-park-trailer-park	US		0	America/New_York	38.81623	-76.0555	18			MD	041		
4358842	Hynesboro	hynesboro	US		0	America/New_York	38.97178	-76.85997	48			MD	033		
4358843	Hynson	hynson	US		0	America/New_York	38.70317	-75.85827	14	Hynson,New Hope,Newhope		MD	011		
4358844	Hyser Estates	hyser-estates	US		0	America/New_York	39.69621	-77.19693	143			MD	013		
4358850	Idlewilde	idlewilde	US		0	America/New_York	38.85012	-76.49607	2	Idlewild,Idlewilde		MD	003		
4358851	Idlewood	idlewood	US		0	America/New_York	39.37011	-76.58913	118			MD	510		
4358852	Idlewood Acres	idlewood-acres	US		0	America/New_York	38.31457	-76.88608	5			MD	017		
4358853	Idlewood Trailer Park	idlewood-trailer-park	US		0	America/New_York	38.63456	-76.8783	64			MD	017		
4358854	Idlewylde	idlewylde	US		0	America/New_York	39.37538	-76.58969	120			MD	005		
4358857	Iglehart	iglehart	US		0	America/New_York	39.01178	-76.56746	42			MD	003		
4358861	Ijamsville Heights	ijamsville-heights	US		0	America/New_York	39.35316	-77.32054	132			MD	021		
4358864	Ilchester	ilchester	US		23476	America/New_York	39.25094	-76.76469	33	Ilchester,Ilchester Mills		MD	027		
4358892	Imperial Gardens	imperial-gardens	US		0	America/New_York	39.37594	-76.77747	158			MD	005		
4358895	Independence Village	independence-village	US		0	America/New_York	38.50373	-76.80302	46			MD	017		
4358898	Indian Acres	indian-acres	US		0	America/New_York	39.38734	-75.91494	16			MD	015		
4358909	Indian Creek Estates	indian-creek-estates	US		0	America/New_York	38.51401	-76.70746	43			MD	017		
4358912	Indian Falls	indian-falls	US		0	America/New_York	39.61567	-75.93161	25			MD	015		
4358913	Indian Hammock	indian-hammock	US		0	America/New_York	37.99651	-75.76965	1			MD	039		
4358915	Indian Harbor	indian-harbor	US		0	America/New_York	38.75151	-76.28273	3			MD	041		
4358920	Indian Head Manor	indian-head-manor	US		0	America/New_York	38.6329	-77.06081	54			MD	017		
4358926	Indian Hill	indian-hill	US		0	America/New_York	39.33427	-76.94664	184			MD	027		
4358930	Indian Landing Estates	indian-landing-estates	US		0	America/New_York	39.06955	-76.61747	26			MD	003		
4358932	Indian Creek Estates	indian-creek-estates	US		0	America/New_York	39.06261	-76.60997	29			MD	003		
4358934	Indian Princess	indian-princess	US		0	America/New_York	39.47983	-76.38163	106			MD	025		
4358937	Indian Queen Estates	indian-queen-estates	US		0	America/New_York	38.7565	-77.02387	22			MD	033		
4358939	Indian River Estates	indian-river-estates	US		0	America/New_York	38.49457	-76.70469	15			MD	037		
4358942	Indian Meadows	indian-meadows	US		0	America/New_York	39.69927	-76.57691	201			MD	005		
4358946	Indian Spring Terrace	indian-spring-terrace	US		0	America/New_York	39.01289	-77.0122	99			MD	031		
4358947	Indian Spring Village	indian-spring-village	US		0	America/New_York	39.019	-77.00331	99			MD	031		
4358955	Indian Town	indian-town	US		0	America/New_York	39.119	-76.09495	3			MD	035		
4358957	Indian Village	indian-village	US		0	America/New_York	39.0965	-76.52635	10			MD	003		
4358961	Indianbone	indianbone	US		0	America/New_York	38.49012	-76.01244	3			MD	019		
4358976	Ingleton	ingleton	US		0	America/New_York	38.77734	-76.16467	3			MD	041		
4359186	Ireland Estates	ireland-estates	US		0	America/New_York	38.6654	-76.5844	40			MD	009		
4359187	Irelands Corner	irelands-corner	US		0	America/New_York	39.32761	-75.87661	22			MD	029		
4359191	Iron Hill	iron-hill	US		0	America/New_York	39.64567	-75.79049	37	Iron Hill,Ironhill		MD	015		
4359194	Iron Pot Landing (historical)	iron-pot-landing-historical	US		0	America/New_York	38.79317	-76.72052	2			MD	033		
4359195	Irongate	irongate	US		0	America/New_York	39.43066	-76.97192	168			MD	013		
4359196	Irongate	irongate	US		0	America/New_York	39.44593	-77.48804	318			MD	021		
4359198	Ironshire	ironshire	US		0	America/New_York	38.284	-75.23102	10	Derricksons,Ironshire,Poplar Town,Poplartown		MD	047		
4359209	Island Acres	island-acres	US		0	America/New_York	38.66734	-76.14272	2			MD	041		
4359213	Island Creek	island-creek	US		0	America/New_York	38.44901	-76.56051	40			MD	009		
4359233	Island View	island-view	US		0	America/New_York	38.92984	-76.30134	3			MD	035		
4359234	Island View Beach	island-view-beach	US		0	America/New_York	39.26677	-76.39663	9			MD	005		
4359235	Islands of Balmoral	islands-of-balmoral	US		0	America/New_York	39.42344	-77.28998	108			MD	021		
4359249	Iverness	iverness	US		0	America/New_York	38.13512	-75.81104	0	Inverness,Iverness		MD	039		
4359251	Ivory	ivory	US		0	America/New_York	39.28261	-76.97859	175	Ivery,Ivory		MD	027		
4359252	Ivory Mill	ivory-mill	US		0	America/New_York	39.67427	-76.53636	137	Camp Swift Water,Ivory Mill		MD	025		
4359255	Ivy Hill	ivy-hill	US		0	America/New_York	39.494	-76.31496	74			MD	025		
4359256	Ivy Hill	ivy-hill	US		0	America/New_York	39.29399	-76.8022	151			MD	027		
4359258	Ivy Hill Way	ivy-hill-way	US		0	America/New_York	39.41705	-77.0472	247			MD	013		
4359259	Ivy Meadows	ivy-meadows	US		0	America/New_York	39.43622	-76.86914	152			MD	005		
4359260	Ivytown	ivytown	US		0	America/New_York	38.71928	-76.04188	20	Ivy Town,Ivytown		MD	041		
4359268	Ivy Hill	ivy-hill	US		0	America/New_York	39.48483	-76.66803	110			MD	005		
4359272	Jacks Corner	jacks-corner	US		0	America/New_York	39.6415	-76.12634	101			MD	015		
4359287	Jackson Grove	jackson-grove	US		0	America/New_York	39.104	-76.7083	41			MD	003		
4359290	Jackson Landing	jackson-landing	US		0	America/New_York	38.77289	-76.70997	13			MD	033		
4359291	Jackson Mill Farms	jackson-mill-farms	US		0	America/New_York	39.634	-76.033	96			MD	015		
4359294	Jackson Ridge	jackson-ridge	US		0	America/New_York	39.52233	-76.5708	178			MD	005		
4359298	Jacksons Corner	jacksons-corner	US		0	America/New_York	38.90289	-76.51774	2			MD	003		
4359299	Jacksontown (historical)	jacksontown-historical	US		0	America/New_York	38.47846	-77.22304	36			MD	017		
4359301	Jacktown	jacktown	US		0	America/New_York	38.55206	-76.04272	7			MD	019		
4359307	Jacobs Run	jacobs-run	US		0	America/New_York	39.38844	-77.18832	220			MD	021		
4359308	Jacobsville	jacobsville	US		0	America/New_York	39.1215	-76.51746	31			MD	003		
4359314	James	james	US		0	America/New_York	38.58568	-76.25856	1			MD	019		
4359353	Janwood	janwood	US		0	America/New_York	39.27649	-77.16943	200			MD	031		
4359366	Jarrettswood	jarrettswood	US		0	America/New_York	39.59011	-76.4633	178			MD	025		
4359370	Jaycox	jaycox	US		0	America/New_York	39.30733	-77.08304	174			MD	027		
4359372	Jasontown	jasontown	US		0	America/New_York	39.56816	-77.06998	161			MD	013		
4359375	Jeffers Hill	jeffers-hill	US		0	America/New_York	39.2015	-76.82747	115			MD	027		
4359379	Jefferson Court	jefferson-court	US		0	America/New_York	39.35982	-77.53999	181			MD	021		
4359380	Jefferson Heights	jefferson-heights	US		0	America/New_York	39.35232	-77.52221	212			MD	021		
4359381	Jefferson Heights	jefferson-heights	US		0	America/New_York	39.64399	-77.67694	170			MD	043		
4359384	Jefferson Oaks	jefferson-oaks	US		0	America/New_York	39.37177	-77.54415	138			MD	021		
4359393	Jefferson View	jefferson-view	US		0	America/New_York	39.3451	-77.56804	134			MD	021		
4359396	Jenkins Corner	jenkins-corner	US		0	America/New_York	38.7865	-76.89719	76			MD	033		
4359401	Jenkins Landing	jenkins-landing	US		0	America/New_York	38.40123	-75.7716	4			MD	045		
4359410	Jennie Run Estates	jennie-run-estates	US		0	America/New_York	38.56595	-76.98775	47			MD	017		
4359415	Jennings Chapel Woods	jennings-chapel-woods	US		0	America/New_York	39.26872	-77.07192	162			MD	027		
4359421	Jericho Park	jericho-park	US		0	America/New_York	39.01789	-76.76497	42	Gericho Park,Jericho Park		MD	033		
4359426	Jersey Heights	jersey-heights	US		0	America/New_York	38.39623	-75.59965	12			MD	045		
4359428	Jersey Road Estates	jersey-road-estates	US		0	America/New_York	38.43067	-75.60687	13			MD	045		
4359441	Jerusalem Mills	jerusalem-mills	US		0	America/New_York	39.45844	-76.40163	70			MD	005		
4359453	Jesterville	jesterville	US		188	America/New_York	38.28679	-75.89577	3			MD	045		
4359463	Jimtown	jimtown	US		0	America/New_York	39.59927	-77.39276	128	Jim Town,Jimtown		MD	021		
4359466	Jessie Anne Estates	jessie-anne-estates	US		0	America/New_York	39.57788	-77.11915	164			MD	013		
4359467	Jocelyn Acres	jocelyn-acres	US		0	America/New_York	39.19566	-76.97748	167			MD	027		
4359489	John Town	john-town	US		0	America/New_York	39.42567	-75.91855	25	John Town,Johntown,Saint Stephens		MD	015		
4359543	Johnson Manor	johnson-manor	US		0	America/New_York	39.43927	-76.32857	25			MD	025		
4359554	Johnsontown	johnsontown	US		0	America/New_York	39.13761	-76.11661	6			MD	029		
4359558	Johnsville	johnsville	US		0	America/New_York	39.41649	-76.9572	190	Johnstown,Johnsville		MD	013		
4359559	Johnsville	johnsville	US		0	America/New_York	39.53399	-77.23082	183			MD	021		
4359570	Jomar Acres	jomar-acres	US		0	America/New_York	38.72373	-76.9797	44			MD	033		
4359573	Jonathans Delight	jonathans-delight	US		0	America/New_York	39.48566	-76.70664	185			MD	005		
4359598	Jones Valley	jones-valley	US		0	America/New_York	39.38316	-76.66469	109			MD	005		
4359599	Jones View	jones-view	US		0	America/New_York	38.5629	-77.12609	43			MD	017		
4359606	Joppa Acres	joppa-acres	US		0	America/New_York	39.45011	-76.36329	51			MD	025		
4359610	Joppa Heights	joppa-heights	US		0	America/New_York	39.40205	-76.54608	136			MD	005		
4359611	Joppa Hills	joppa-hills	US		0	America/New_York	39.50927	-76.37107	105			MD	025		
4359612	Joppa Landing	joppa-landing	US		0	America/New_York	39.40289	-76.33913	25			MD	025		
4359613	Joppa Manor	joppa-manor	US		0	America/New_York	39.39677	-76.53163	118			MD	005		
4359616	Joppa Vale	joppa-vale	US		0	America/New_York	39.394	-76.46857	31			MD	005		
4359617	Joppa View	joppa-view	US		0	America/New_York	39.40289	-76.4708	63			MD	005		
4359619	Joppatowne	joppatowne	US		12616	America/New_York	39.45789	-76.35524	74	Dzhoppataun,jwpatwwn  mrylnd,Джоппатаун,جوپاتوون، مریلند		MD	025		
4359625	Jordan Mill Farms	jordan-mill-farms	US		0	America/New_York	39.68705	-76.60858	227			MD	005		
4359627	Josenhans	josenhans	US		0	America/New_York	39.31622	-76.44885	12	Josenhans,Josenhans Corner,Walt Josenhans,Walters		MD	005		
4359633	Joseph Meadows	joseph-meadows	US		0	America/New_York	39.6201	-77.1097	167			MD	013		
4359641	Joy Haven	joy-haven	US		0	America/New_York	39.51095	-75.95244	51			MD	015		
4359642	Joy Lee Acres	joy-lee-acres	US		0	America/New_York	38.61262	-76.59274	31			MD	009		
4359644	Joyce Acres	joyce-acres	US		0	America/New_York	39.03844	-76.50385	28			MD	003		
4359656	Jugtown	jugtown	US		204	America/New_York	39.6126	-77.59388	234			MD	043		
4359660	Julian Woods	julian-woods	US		0	America/New_York	39.37566	-76.75803	142			MD	005		
4359664	Jumptown	jumptown	US		0	America/New_York	38.96122	-75.91855	12	Bradleysburg,Furmans Grove,Jumptown		MD	011		
4359666	June Acres	june-acres	US		0	America/New_York	39.61065	-77.51138	489			MD	021		
4359667	Justice Heights	justice-heights	US		0	America/New_York	38.3754	-75.55076	13			MD	045		
4359668	Justifiable	justifiable	US		0	America/New_York	39.32733	-77.02942	198			MD	027		
4359671	Kabik Korner	kabik-korner	US		0	America/New_York	39.36149	-77.01776	169			MD	013		
4359672	Kaese Mill	kaese-mill	US		0	America/New_York	39.65036	-79.29615	633			MD	023		
4359674	Kalmia	kalmia	US		0	America/New_York	39.60538	-76.30412	125			MD	025		
4359676	Kalmia Ridge	kalmia-ridge	US		0	America/New_York	39.01983	-76.57302	7			MD	003		
4359677	Kalten Acres	kalten-acres	US		0	America/New_York	39.61927	-76.99943	239			MD	013		
4359680	Kane Crossroads	kane-crossroads	US		0	America/New_York	39.12011	-75.80938	22	Kane Crossroads,Keenes Crossroads,Keens Cross Roads		MD	011		
4359681	Kangaroo Beach	kangaroo-beach	US		0	America/New_York	38.96872	-76.31746	4			MD	035		
4359682	Karen Knolls	karen-knolls	US		0	America/New_York	38.5104	-76.77663	53			MD	017		
4359683	Karinwood	karinwood	US		0	America/New_York	39.22344	-77.0022	122			MD	027		
4359686	Kathleens Delight	kathleens-delight	US		0	America/New_York	38.38623	-75.55326	11			MD	045		
4359688	Kavadias Estates	kavadias-estates	US		0	America/New_York	38.64679	-76.57857	39			MD	009		
4359689	Kaywood	kaywood	US		0	America/New_York	38.35373	-75.54742	12			MD	045		
4359690	Kaywood Gardens	kaywood-gardens	US		0	America/New_York	38.94317	-76.96914	28			MD	033		
4359700	Keener (historical)	keener-historical	US		0	America/New_York	39.69177	-76.72164	207			MD	005		
4359703	Keeney Mill Farms	keeney-mill-farms	US		0	America/New_York	39.69371	-76.72331	231			MD	005		
4359704	Keeney Mill Woods	keeney-mill-woods	US		0	America/New_York	39.68149	-76.73331	229			MD	005		
4359705	Keifers	keifers	US		0	America/New_York	39.53093	-78.46584	160			MD	001		
4359710	Kelly (historical)	kelly-historical	US		0	America/New_York	38.2854	-75.48325	14			MD	045		
4359714	Kelly Ridge	kelly-ridge	US		0	America/New_York	39.36788	-77.20748	197			MD	021		
4359717	Kelview	kelview	US		0	America/New_York	39.41621	-77.54138	150			MD	021		
4359721	Kemp Mill	kemp-mill	US		12564	America/New_York	39.039	-77.01914	103			MD	031		
4359723	Kemp Mill Estates	kemp-mill-estates	US		0	America/New_York	39.04233	-77.02192	101			MD	031		
4359726	Kempfield	kempfield	US		0	America/New_York	39.62038	-76.84525	264			MD	013		
4359727	Kemps	kemps	US		0	America/New_York	39.61371	-77.81333	128			MD	043		
4359732	Kemptown	kemptown	US		0	America/New_York	39.33649	-77.22776	223			MD	021		
4359733	Ken Gar	ken-gar	US		0	America/New_York	39.0315	-77.07803	95			MD	031		
4359734	Ken-Mar Manor	ken-mar-manor	US		0	America/New_York	39.39621	-76.9947	190			MD	013		
4359736	Kendig Mill Station	kendig-mill-station	US		0	America/New_York	39.44594	-76.78998	181			MD	005		
4359740	Kenilworth Park	kenilworth-park	US		0	America/New_York	39.35427	-76.59802	88			MD	510		
4359756	Kennersley	kennersley	US		0	America/New_York	39.14678	-76.03439	12			MD	035		
4359763	Kensington Estates	kensington-estates	US		0	America/New_York	39.02733	-77.08414	79			MD	031		
4359765	Kensington Heights	kensington-heights	US		0	America/New_York	39.03289	-77.06387	100			MD	031		
4359768	Kensington Knolls	kensington-knolls	US		0	America/New_York	39.04344	-77.07331	93			MD	031		
4359773	Kensington View	kensington-view	US		0	America/New_York	39.03983	-77.0597	124			MD	031		
4359776	Kent Acres	kent-acres	US		0	America/New_York	39.2165	-76.13606	20			MD	029		
4359787	Kent Cove	kent-cove	US		0	America/New_York	38.97372	-76.31357	3			MD	035		
4359788	Kent Estates	kent-estates	US		0	America/New_York	39.70843	-77.76888	164			MD	043		
4359789	Kent Fort Manor	kent-fort-manor	US		0	America/New_York	38.85706	-76.35773	3			MD	035		
4359792	Kent Island Estates	kent-island-estates	US		0	America/New_York	38.89178	-76.35023	3			MD	035		
4359798	Kent Narrows	kent-narrows	US		567	America/New_York	38.96872	-76.23856	4			MD	035		
4359801	Kent Point Farm	kent-point-farm	US		0	America/New_York	38.84178	-76.37329	3			MD	035		
4359802	Kent Point Manor	kent-point-manor	US		0	America/New_York	38.85095	-76.3744	3			MD	035		
4359803	Kent Square	kent-square	US		0	America/New_York	38.53429	-76.97414	58			MD	017		
4359804	Kent Timbers	kent-timbers	US		0	America/New_York	38.89595	-76.34801	3			MD	035		
4359806	Kent Village	kent-village	US		0	America/New_York	38.92511	-76.88414	30			MD	033		
4359812	Kentmore Park	kentmore-park	US		0	America/New_York	39.53345	-75.85383	4			MD	015		
4359813	Kentmore Park	kentmore-park	US		0	America/New_York	39.3665	-75.96744	12			MD	029		
4359821	Kenwood Beach	kenwood-beach	US		0	America/New_York	38.4979	-76.50329	3			MD	009		
4359823	Kenwood Farm Estates	kenwood-farm-estates	US		0	America/New_York	39.45427	-76.36913	62			MD	025		
4359825	Kenwood Park	kenwood-park	US		0	America/New_York	39.33789	-76.5133	19			MD	005		
4359826	Kenwood Park	kenwood-park	US		0	America/New_York	38.97761	-77.11803	95			MD	031		
4359829	Kerby Hill	kerby-hill	US		0	America/New_York	38.78039	-77.0022	50	Kerby Hill,Kerby Hills		MD	033		
4359831	Kerrick Manor	kerrick-manor	US		0	America/New_York	38.54123	-76.91914	58			MD	017		
4359834	Kesselring	kesselring	US		0	America/New_York	39.58621	-77.40804	139			MD	021		
4359843	Key Heights	key-heights	US		0	America/New_York	39.58927	-77.14304	181			MD	013		
4359852	Keys Farm	keys-farm	US		0	America/New_York	38.94122	-76.48024	7			MD	003		
4359855	Keyser Woods	keyser-woods	US		0	America/New_York	39.40622	-76.69969	148			MD	005		
4359858	Kettering	kettering	US		12790	America/New_York	38.88456	-76.81469	42	Kettering,Кеттеринг		MD	033		
4359861	Keyview	keyview	US		0	America/New_York	39.59871	-77.14359	192			MD	013		
4359862	Keywaydin	keywaydin	US		0	America/New_York	39.26038	-76.81636	128			MD	027		
4359863	Kiah Estates	kiah-estates	US		0	America/New_York	39.64761	-76.33496	121			MD	025		
4359864	Kidwells Corner	kidwells-corner	US		0	America/New_York	38.89595	-76.71858	35			MD	033		
4359866	Kidwiler Park	kidwiler-park	US		0	America/New_York	39.35399	-77.38137	134			MD	021		
4359869	Kilby Corner	kilby-corner	US		0	America/New_York	39.67761	-76.15912	88	Conowingo,Conowingo Station,Kilby Corner		MD	015		
4359872	Kilbirnie Estates	kilbirnie-estates	US		0	America/New_York	38.35401	-75.50437	15			MD	045		
4359878	Kilmarock	kilmarock	US		0	America/New_York	38.98844	-76.99831	60			MD	031		
4359879	Kilmaurie	kilmaurie	US		0	America/New_York	38.60873	-76.21717	2			MD	019		
4359882	Kimberly Heights	kimberly-heights	US		0	America/New_York	39.39733	-77.09998	221			MD	013		
4359883	Kimberly Park	kimberly-park	US		0	America/New_York	39.06039	-76.058	17			MD	035		
4359884	Kimberly Woods	kimberly-woods	US		0	America/New_York	38.73623	-77.00553	23			MD	033		
4359885	Kimberly Woods Village	kimberly-woods-village	US		0	America/New_York	39.04567	-76.49413	21			MD	003		
4359888	Kimberley	kimberley	US		0	America/New_York	38.98067	-77.14998	68			MD	031		
4359889	Kindler Estates	kindler-estates	US		0	America/New_York	39.15927	-76.88025	113			MD	027		
4359890	Kindy Hook	kindy-hook	US		0	America/New_York	38.52929	-76.84164	54			MD	017		
4359894	King George Estates	king-george-estates	US		0	America/New_York	38.59179	-77.00997	59			MD	017		
4359896	King Manor	king-manor	US		0	America/New_York	38.90678	-76.65108	46			MD	003		
4359898	King-Kennedy Estates	king-kennedy-estates	US		0	America/New_York	38.38707	-76.66857	44			MD	037		
4359917	Kings Acres	kings-acres	US		0	America/New_York	38.65262	-76.54079	50			MD	009		
4359925	Kings Charter	kings-charter	US		0	America/New_York	39.50566	-76.31496	92			MD	025		
4359928	Kings Country	kings-country	US		0	America/New_York	39.43066	-76.43274	81			MD	005		
4359929	Kings Court	kings-court	US		0	America/New_York	39.35733	-76.46468	28			MD	005		
4359930	Kings Court	kings-court	US		0	America/New_York	39.19317	-76.06245	6			MD	035		
4359942	Kings Grant	kings-grant	US		0	America/New_York	38.53623	-76.94136	60			MD	017		
4359943	Kings Heights	kings-heights	US		0	America/New_York	39.07789	-76.69386	65			MD	003		
4359944	Kings Kingdom	kings-kingdom	US		0	America/New_York	39.38121	-77.48165	116			MD	021		
4359945	Kings Landing	kings-landing	US		0	America/New_York	38.62818	-76.64663	43			MD	009		
4359948	Kings Manor	kings-manor	US		0	America/New_York	39.159	-76.92859	145			MD	027		
4359949	Kings Manor South	kings-manor-south	US		0	America/New_York	38.5854	-76.96108	60			MD	017		
4359950	Kings Meade	kings-meade	US		0	America/New_York	39.17094	-76.87109	113			MD	027		
4359953	Kings Ransom	kings-ransom	US		0	America/New_York	39.07872	-76.70136	65			MD	003		
4359954	Kings Retreat	kings-retreat	US		0	America/New_York	38.924	-76.63635	44			MD	003		
4359955	Kings Ridge	kings-ridge	US		0	America/New_York	39.38511	-76.54385	106			MD	005		
4359956	Kings Square	kings-square	US		0	America/New_York	39.1815	-77.22915	127			MD	031		
4359957	Kings Town Manor	kings-town-manor	US		0	America/New_York	39.20622	-76.048	5			MD	035		
4359959	Kings Valley	kings-valley	US		0	America/New_York	39.26872	-77.23498	182			MD	031		
4359960	Kings Valley Manor	kings-valley-manor	US		0	America/New_York	39.26399	-77.23304	231			MD	031		
4359961	Kingsbrook	kingsbrook	US		0	America/New_York	39.37982	-77.4286	85			MD	021		
4359968	Kingstead Knolls	kingstead-knolls	US		0	America/New_York	39.26761	-77.22693	233			MD	031		
4359975	Kingston Heights	kingston-heights	US		0	America/New_York	39.20733	-76.66136	49			MD	003		
4359976	Kingston Landing	kingston-landing	US		0	America/New_York	38.78178	-75.96522	1	Kings Town,Kingston,Kingston Landing		MD	041		
4359980	Kingston Riding	kingston-riding	US		0	America/New_York	39.54844	-76.86359	216			MD	013		
4359981	Kingstown	kingstown	US		1733	America/New_York	39.20483	-76.05133	5	Kings Town,Kingston,Kingstown		MD	035		
4359982	Kingsview Knolls	kingsview-knolls	US		0	America/New_York	39.159	-77.28915	145			MD	031		
4359987	Kingswood	kingswood	US		0	America/New_York	39.47872	-76.38691	115			MD	025		
4359988	Kingswood Common	kingswood-common	US		0	America/New_York	39.33094	-76.76525	151			MD	005		
4359989	Kingswood Estates	kingswood-estates	US		0	America/New_York	38.56012	-76.56357	41			MD	009		
4359990	Kinhart Manor	kinhart-manor	US		0	America/New_York	39.60233	-76.51497	213			MD	025		
4359991	Kinna	kinna	US		0	America/New_York	39.3576	-77.36915	103			MD	021		
4359993	Kinnairds Point	kinnairds-point	US		0	America/New_York	39.33011	-76.13301	16	Kinnairds,Kinnairds Point		MD	029		
4359994	Kinsey Heights	kinsey-heights	US		0	America/New_York	39.51954	-77.64971	187			MD	043		
4359995	Kirby Landing	kirby-landing	US		0	America/New_York	39.24928	-75.87549	7	Kirby Landing,Kirbys Landing		MD	035		
4360000	Kirk Woods	kirk-woods	US		0	America/New_York	39.70842	-78.19945	130			MD	043		
4360001	Kirkham	kirkham	US		0	America/New_York	38.76262	-76.14411	4			MD	041		
4360002	Kirkner Estates	kirkner-estates	US		0	America/New_York	39.49649	-76.93915	219			MD	013		
4360005	Kingston Estates	kingston-estates	US		0	America/New_York	39.10233	-76.45913	7			MD	003		
4360007	Kirkwood Acres	kirkwood-acres	US		0	America/New_York	38.19456	-75.41797	6			MD	047		
4360008	Kirkwood Manor	kirkwood-manor	US		0	America/New_York	39.58205	-76.20023	138			MD	025		
4360018	Kitty Acres	kitty-acres	US		0	America/New_York	38.11207	-76.39412	2			MD	037		
4360019	Kitty Corner Park	kitty-corner-park	US		0	America/New_York	38.8265	-75.96355	15			MD	041		
4360020	Kitty Creek	kitty-creek	US		0	America/New_York	38.93761	-76.4844	3			MD	003		
4360022	Kittyhawk Estates	kittyhawk-estates	US		0	America/New_York	39.33233	-77.22915	207			MD	021		
4360023	Kittys Corner	kittys-corner	US		0	America/New_York	38.84623	-75.98383	18			MD	041		
4360029	Klasmeier Point	klasmeier-point	US		0	America/New_York	39.1565	-76.53552	7			MD	003		
4360030	Klee Mill	klee-mill	US		0	America/New_York	39.46621	-76.9697	150	Glee Mill,Klee Mill,Shock Mill		MD	013		
4360031	Klees Mill Terrace	klees-mill-terrace	US		0	America/New_York	39.4551	-76.97915	205			MD	013		
4360032	Klein	klein	US		0	America/New_York	39.57233	-76.37913	143			MD	025		
4360033	Klein Estates	klein-estates	US		0	America/New_York	39.68566	-76.84303	289			MD	013		
4360035	Kline Mill	kline-mill	US		0	America/New_York	39.55065	-77.6786	141			MD	043		
4360039	Knettishall	knettishall	US		0	America/New_York	39.39288	-76.56969	131			MD	005		
4360041	Knightsbridge	knightsbridge	US		0	America/New_York	38.96317	-76.51079	5			MD	003		
4360042	Knocks Folly	knocks-folly	US		0	America/New_York	39.354	-75.98439	18			MD	029		
4360043	Knoebel	knoebel	US		0	America/New_York	39.48983	-76.52274	172			MD	005		
4360044	Knoll Acres	knoll-acres	US		0	America/New_York	39.41261	-76.51358	114			MD	005		
4360045	Knoll View Acres	knoll-view-acres	US		0	America/New_York	39.48455	-76.92331	182			MD	013		
4360046	Knolland	knolland	US		0	America/New_York	38.50512	-76.75219	42			MD	037		
4360047	Knollcrest	knollcrest	US		0	America/New_York	38.45235	-76.9008	47			MD	017		
4360048	Knollcrest Farms	knollcrest-farms	US		0	America/New_York	39.40705	-76.68303	142			MD	005		
4360049	Knollcrest Manor	knollcrest-manor	US		0	America/New_York	39.46761	-76.72886	192			MD	005		
4360050	Knollers Woods	knollers-woods	US		0	America/New_York	39.42371	-76.98054	197			MD	013		
4360051	Knollview	knollview	US		0	America/New_York	39.25511	-76.71914	93			MD	005		
4360052	Knollview	knollview	US		0	America/New_York	39.23316	-76.80081	141			MD	027		
4360053	Knollwood	knollwood	US		0	America/New_York	39.38761	-76.59469	126			MD	005		
4360054	Knollwood	knollwood	US		0	America/New_York	39.57094	-76.32301	145			MD	025		
4360055	Knollwood	knollwood	US		0	America/New_York	39.26372	-77.02581	131			MD	027		
4360056	Knollwood	knollwood	US		0	America/New_York	39.02122	-77.15748	87			MD	031		
4360057	Knollwood	knollwood	US		0	America/New_York	39.02594	-76.95803	67			MD	033		
4360064	Knotts Crossing	knotts-crossing	US		0	America/New_York	38.59429	-77.12164	3			MD	017		
4360069	Knowles	knowles	US		0	America/New_York	39.59538	-77.42249	141			MD	021		
4360074	Koblan	koblan	US		0	America/New_York	39.56427	-77.36082	114			MD	021		
4360075	Kolbes Corner	kolbes-corner	US		0	America/New_York	38.90039	-76.79247	24			MD	033		
4360078	Koontz	koontz	US		0	America/New_York	39.58064	-78.98892	543			MD	001		
4360085	Kraft Corner	kraft-corner	US		0	America/New_York	39.33316	-76.82192	93			MD	005		
4360092	Kreigbaum	kreigbaum	US		0	America/New_York	39.69231	-78.78585	226			MD	001		
4360094	Krouseland	krouseland	US		0	America/New_York	39.514	-76.17829	45			MD	025		
4360096	Kurtz Beach	kurtz-beach	US		0	America/New_York	39.14872	-76.46218	3			MD	003		
4360097	Kwanson Acres	kwanson-acres	US		0	America/New_York	38.6604	-76.59135	44			MD	009		
4360101	La Isla	la-isla	US		0	America/New_York	39.19094	-76.88997	116			MD	027		
4360102	La Plaine Estates	la-plaine-estates	US		0	America/New_York	39.57706	-75.918	54			MD	015		
4360112	La Trappe Heights	la-trappe-heights	US		0	America/New_York	38.65428	-76.05411	17			MD	041		
4360113	La Vale	la-vale	US		3551	America/New_York	39.65564	-78.81058	239	La Vale,LaVale		MD	001		
4360123	Laceys Venture	laceys-venture	US		0	America/New_York	38.28263	-76.56468	32			MD	037		
4360132	Lafayettes Crossing	lafayettes-crossing	US		0	America/New_York	39.67955	-76.23023	124			MD	025		
4360137	Lake Anita Louise	lake-anita-louise	US		0	America/New_York	39.41566	-77.29137	148			MD	021		
4360138	Lake Arbor	lake-arbor	US		9776	America/New_York	38.90789	-76.82969	50			MD	033		
4360154	Lake Fairplay Estates	lake-fairplay-estates	US		0	America/New_York	39.53704	-77.7711	136			MD	043		
4360155	Lake Ford	lake-ford	US		0	America/New_York	39.52676	-79.48004	779			MD	023		
4360162	Lake Haven Mobile Home Park	lake-haven-mobile-home-park	US		0	America/New_York	38.35011	-75.17852	8			MD	047		
4360163	Lake Hills	lake-hills	US		0	America/New_York	39.37816	-76.90664	176			MD	013		
4360168	Lake Karylbrook	lake-karylbrook	US		0	America/New_York	38.65623	-76.55551	42			MD	009		
4360188	Lake Normandy Estates	lake-normandy-estates	US		0	America/New_York	39.04344	-77.18831	116			MD	031		
4360192	Lake Potomac	lake-potomac	US		0	America/New_York	39.04872	-77.25387	76			MD	031		
4360193	Lake Riviera	lake-riviera	US		0	America/New_York	39.16872	-76.51052	7			MD	003		
4360201	Lake Shore	lake-shore	US		19477	America/New_York	39.10705	-76.48496	17	Jacobs Store,Lake Shore,Lakeshore		MD	003		
4360222	Lake of the Pines	lake-of-the-pines	US		0	America/New_York	38.96817	-76.64135	33			MD	003		
4360229	Lakeland Heights	lakeland-heights	US		0	America/New_York	39.45149	-76.93165	176			MD	013		
4360235	Lakeside Manor	lakeside-manor	US		0	America/New_York	38.38206	-75.60076	7			MD	045		
4360236	Lakeside Mews	lakeside-mews	US		0	America/New_York	38.6254	-76.93025	64			MD	017		
4360237	Lakeside Park South	lakeside-park-south	US		0	America/New_York	39.61456	-75.9555	38			MD	015		
4360238	Lakesville	lakesville	US		0	America/New_York	38.34873	-76.14105	1	Lakes,Lakesville		MD	019		
4360243	Lakeview Trailer Park	lakeview-trailer-park	US		0	America/New_York	39.44871	-76.92581	184			MD	013		
4360249	Lakewood Estates	lakewood-estates	US		0	America/New_York	38.73595	-76.64968	49			MD	009		
4360250	Lakewood Estates	lakewood-estates	US		0	America/New_York	38.6104	-76.87775	61			MD	017		
4360251	Lakewood Estates	lakewood-estates	US		0	America/New_York	39.08066	-77.20443	132			MD	031		
4360252	Lamb Knolls	lamb-knolls	US		0	America/New_York	39.42705	-77.62638	200	Lamb Knoll,Lamb Knolls		MD	021		
4360255	Lamberts Acres	lamberts-acres	US		0	America/New_York	39.54732	-77.27471	164			MD	021		
4360257	Lambourne Downs	lambourne-downs	US		0	America/New_York	39.51899	-76.68442	101			MD	005		
4360262	Lambson	lambson	US		0	America/New_York	39.31094	-75.88966	22			MD	029		
4360266	Lancaster Corner	lancaster-corner	US		0	America/New_York	39.53205	-76.44635	160	Lancaster Corner,Scarff		MD	025		
4360267	Lancaster Hill	lancaster-hill	US		0	America/New_York	38.47623	-76.51356	25			MD	009		
4360270	Land Tree	land-tree	US		0	America/New_York	38.74289	-76.77636	50			MD	033		
4360271	Land of Promise	land-of-promise	US		0	America/New_York	39.33899	-77.29748	140			MD	021		
4360276	Landhaven	landhaven	US		0	America/New_York	39.03206	-76.49691	36			MD	003		
4360284	Landon Station	landon-station	US		0	America/New_York	38.15318	-75.69409	5			MD	039		
4360285	Landon Village	landon-village	US		0	America/New_York	38.9865	-77.12137	109			MD	031		
4360286	Landonville	landonville	US		0	America/New_York	38.09985	-75.80854	1			MD	039		
4360287	Landover	landover	US		23078	America/New_York	38.934	-76.89664	17	Greater Landover,Landover,Landover Depot,Landover Estates,Landover Road,landwwr  mrylnd,Ландовер,لاندوور، مریلند,لینڈاوور، میری لینڈ		MD	033		
4360288	Landover Hills	landover-hills	US		1811	America/New_York	38.94317	-76.8922	50			MD	033		
4360292	Landover Park	landover-park	US		0	America/New_York	38.92511	-76.91247	36			MD	033		
4360293	Lands End	lands-end	US		0	America/New_York	38.94845	-76.46635	1			MD	003		
4360294	Lane Beach	lane-beach	US		0	America/New_York	38.19929	-76.56523	4			MD	037		
4360301	Lanedon	lanedon	US		0	America/New_York	38.19402	-76.55801	5			MD	037		
4360305	Langford Acres	langford-acres	US		0	America/New_York	39.214	-76.118	20			MD	029		
4360306	Langford Bay Estates	langford-bay-estates	US		0	America/New_York	39.134	-76.16773	5			MD	029		
4360308	Langdon Woods	langdon-woods	US		0	America/New_York	39.35149	-77.18193	262			MD	021		
4360314	Langley Park	langley-park	US		18755	America/New_York	38.98872	-76.98136	46			MD	033		
4360317	Langmaid Landing	langmaid-landing	US		0	America/New_York	38.23151	-75.25102	1			MD	047		
4360337	Lap	lap	US		0	America/New_York	39.69481	-78.84669	380			MD	001		
4360338	Lapidum	lapidum	US		0	America/New_York	39.59789	-76.12884	4			MD	025		
4360339	Lapidum Heights	lapidum-heights	US		0	America/New_York	39.59178	-76.12912	70			MD	025		
4360340	Lappans	lappans	US		0	America/New_York	39.55371	-77.73722	140	Jones Crossroads,Lappans,Lappans Crossroads,Lappons Cross Roads		MD	043		
4360343	Larchmont Knolls	larchmont-knolls	US		0	America/New_York	39.0115	-77.07776	85			MD	031		
4360350	Lark Hill	lark-hill	US		0	America/New_York	39.03428	-76.50996	34			MD	003		
4360351	Larkington	larkington	US		0	America/New_York	38.92095	-76.52885	1			MD	003		
4360353	Larox Miracle Land	larox-miracle-land	US		0	America/New_York	39.62927	-77.09276	173			MD	013		
4360355	Larvadale Estates	larvadale-estates	US		0	America/New_York	39.51899	-77.43387	149			MD	021		
4360359	Latigo Trails	latigo-trails	US		0	America/New_York	39.43149	-77.05526	237			MD	013		
4360360	Latrobe Homes	latrobe-homes	US		0	America/New_York	39.29955	-76.60302	17			MD	510		
4360367	Lauraville	lauraville	US		0	America/New_York	39.34669	-76.57154	73			MD	510		
4360370	Laurel Acres	laurel-acres	US		0	America/New_York	39.09317	-76.51718	12			MD	003		
4360371	Laurel Acres	laurel-acres	US		0	America/New_York	38.61401	-77.08331	52			MD	017		
4360372	Laurel Branch	laurel-branch	US		0	America/New_York	38.6404	-77.00914	45			MD	017		
4360374	Laura Lee Estates	laura-lee-estates	US		0	America/New_York	39.53844	-76.90553	229			MD	013		
4360378	Laurel Brook	laurel-brook	US		0	America/New_York	39.52094	-76.45663	146			MD	025		
4360381	Laurel Chase Manor	laurel-chase-manor	US		0	America/New_York	39.52678	-75.93855	42			MD	015		
4360383	Laurel Grove	laurel-grove	US		0	America/New_York	38.41179	-76.67774	40	Laurel Grove,Laurelgrove		MD	037		
4360394	Laurel Oaks	laurel-oaks	US		0	America/New_York	39.09594	-76.87581	75			MD	033		
4360402	Laurel Brook	laurel-brook	US		0	America/New_York	39.50677	-76.42885	83	Laurel Brook,Laurelbrook		MD	025		
4360410	Laurel Run	laurel-run	US		0	America/New_York	38.21346	-76.43134	30			MD	037		
4360414	Laurel Valley	laurel-valley	US		0	America/New_York	39.48622	-76.31218	84			MD	025		
4360415	Laurel Wood	laurel-wood	US		0	America/New_York	39.0465	-76.83942	50			MD	033		
4360416	Laurel Woods	laurel-woods	US		0	America/New_York	39.48483	-76.31913	77			MD	025		
4360418	Laurelcrest	laurelcrest	US		0	America/New_York	39.52149	-77.49665	525			MD	021		
4360419	Laureldale	laureldale	US		0	America/New_York	39.3815	-76.54302	105			MD	005		
4360420	Laurelford	laurelford	US		0	America/New_York	39.46622	-76.67719	157			MD	005		
4360421	Laurelvale	laurelvale	US		0	America/New_York	39.49677	-76.41857	136			MD	025		
4360423	Laurian	laurian	US		0	America/New_York	38.71373	-76.65857	37			MD	009		
4360424	Lavall	lavall	US		0	America/New_York	38.97872	-76.62524	31			MD	003		
4360425	Lavall Woods	lavall-woods	US		0	America/New_York	38.97706	-76.62747	31			MD	003		
4360431	Lawrence Hill	lawrence-hill	US		0	America/New_York	39.38205	-76.44996	30			MD	005		
4360438	Lawsonia	lawsonia	US		0	America/New_York	37.97485	-75.83382	1			MD	039		
4360441	Lawyers Hill	lawyers-hill	US		0	America/New_York	39.21872	-76.72136	74			MD	027		
4360443	Layhill	layhill	US		5169	America/New_York	39.09233	-77.04442	134			MD	031		
4360447	Layhill South	layhill-south	US		0	America/New_York	39.069	-77.04276	105			MD	031		
4360448	Layhill Village	layhill-village	US		0	America/New_York	39.08428	-77.05137	109			MD	031		
4360450	Layton Ridge	layton-ridge	US		0	America/New_York	39.20122	-77.15498	168			MD	031		
4360452	Laytonsville	laytonsville	US		374	America/New_York	39.21205	-77.14276	187	Cracklintown,Goshen Mills,Laytonsville,Laytonville		MD	031		
4360456	Laytonsville Knolls	laytonsville-knolls	US		0	America/New_York	39.19427	-77.13637	179			MD	031		
4360467	Le Gore	le-gore	US		0	America/New_York	39.55427	-77.31221	134			MD	021		
4360469	Lawndale Acres	lawndale-acres	US		0	America/New_York	39.53316	-76.90553	222			MD	013		
4360472	Leachburg	leachburg	US		0	America/New_York	38.2104	-76.40106	32			MD	037		
4360476	Leahigh	leahigh	US		0	America/New_York	39.34705	-76.69414	141			MD	510		
4360485	Leatherwood	leatherwood	US		0	America/New_York	39.70982	-76.85303	208			MD	013		
4360490	Lednums Corner	lednums-corner	US		0	America/New_York	38.84456	-76.04272	17			MD	041		
4360499	Leeds Landing	leeds-landing	US		0	America/New_York	38.81539	-76.16883	3			MD	041		
4360502	Leeland	leeland	US		0	America/New_York	38.874	-76.74858	23			MD	033		
4360503	Lees Corner	lees-corner	US		0	America/New_York	39.59177	-76.93276	274			MD	013		
4360504	Lees Corner	lees-corner	US		0	America/New_York	39.22344	-76.06967	18			MD	029		
4360505	Lees Corner	lees-corner	US		0	America/New_York	39.15011	-77.36165	110			MD	031		
4360507	Lees Mill	lees-mill	US		0	America/New_York	39.55316	-76.87109	192	Lees Mill,Richards Mill		MD	013		
4360509	Leew Woods	leew-woods	US		0	America/New_York	39.559	-76.34079	120			MD	025		
4360513	Legion Heights	legion-heights	US		0	America/New_York	38.84345	-75.79299	14			MD	011		
4360515	Legos Choice	legos-choice	US		0	America/New_York	39.46232	-77.03887	249			MD	013		
4360521	Leishear Knolls	leishear-knolls	US		0	America/New_York	39.14261	-76.88636	114			MD	027		
4360522	Leishear Village	leishear-village	US		0	America/New_York	39.14511	-76.87886	103			MD	027		
4360523	Leisure Hill	leisure-hill	US		0	America/New_York	39.40177	-76.73192	134			MD	005		
4360524	Leisure Mountain	leisure-mountain	US		0	America/New_York	39.60538	-77.48943	506			MD	021		
4360525	Leitch	leitch	US		0	America/New_York	38.76512	-76.56274	7	Leitch,Leitchs		MD	003		
4360527	Leitersburg	leitersburg	US		573	America/New_York	39.6926	-77.62277	181	Leitersburg,Leitersburgh		MD	043		
4360532	Lelands Corner	lelands-corner	US		0	America/New_York	39.01205	-77.15998	82			MD	031		
4360539	Lennox Park	lennox-park	US		0	America/New_York	39.1765	-76.75164	56			MD	027		
4360540	Lens Rambles	lens-rambles	US		0	America/New_York	39.51316	-77.6011	261	Len's Rambles,Lens Rambles		MD	021		
4360541	Pig Point	pig-point	US		0	America/New_York	38.79289	-76.70136	14	Leon,Pig Point		MD	003		
4360543	Leonard Farm	leonard-farm	US		0	America/New_York	38.39928	-75.57465	11			MD	045		
4360549	Lennox Park	lennox-park	US		0	America/New_York	39.17261	-76.74414	34			MD	003		
4360564	Lereley	lereley	US		0	America/New_York	39.40566	-76.40246	43			MD	005		
4360566	Lester Acres	lester-acres	US		0	America/New_York	39.60899	-76.90165	257			MD	013		
4360571	Level	level	US		0	America/New_York	39.58039	-76.19329	125			MD	025		
4360572	Level Terrace	level-terrace	US		0	America/New_York	39.57594	-76.20468	139			MD	025		
4360575	Lewis Corner	lewis-corner	US		0	America/New_York	38.29012	-75.15102	2			MD	047		
4360578	Lewis Landing	lewis-landing	US		0	America/New_York	38.41401	-75.85104	2	Fishers Landing,Lewis Landing		MD	019		
4360579	Lewis Mill	lewis-mill	US		0	America/New_York	39.3726	-77.55943	95			MD	021		
4360582	Lewisdale	lewisdale	US		0	America/New_York	38.97344	-76.97386	23			MD	033		
4360584	Lewisdale Estates	lewisdale-estates	US		0	America/New_York	39.5251	-77.41749	129			MD	021		
4360596	Lexington Run	lexington-run	US		0	America/New_York	39.36816	-76.98026	161			MD	013		
4360607	Liberty Forest	liberty-forest	US		0	America/New_York	39.50955	-77.26637	192			MD	021		
4360609	Liberty Grove	liberty-grove	US		0	America/New_York	39.65594	-76.11995	52			MD	015		
4360612	Liberty Heights	liberty-heights	US		0	America/New_York	39.1715	-77.27498	158			MD	031		
4360613	Liberty Knolls	liberty-knolls	US		0	America/New_York	39.48343	-77.22998	154			MD	021		
4360615	Liberty Lake Hills	liberty-lake-hills	US		0	America/New_York	39.40427	-76.90414	148			MD	013		
4360617	Liberty Manor	liberty-manor	US		0	America/New_York	39.35649	-76.78747	157			MD	005		
4360618	Liberty Manor	liberty-manor	US		0	America/New_York	39.4101	-76.90942	160			MD	013		
4360622	Liberty Mobile Home Park	liberty-mobile-home-park	US		0	America/New_York	39.29991	-76.50366	6	Liberty Mobile Home Park,Liberty Trailer Park		MD	005		
4360623	Liberty View Farms	liberty-view-farms	US		0	America/New_York	39.48566	-76.88859	160			MD	013		
4360628	Lewisdale	lewisdale	US		0	America/New_York	39.28622	-77.2611	196			MD	031		
4360635	Liebno Estates	liebno-estates	US		0	America/New_York	39.64038	-77.11165	146			MD	013		
4360645	Lillys Addition	lillys-addition	US		0	America/New_York	39.13289	-76.87442	123			MD	027		
4360650	Lilypons	lilypons	US		0	America/New_York	39.2951	-77.4311	69			MD	021		
4360654	Lime Kiln	lime-kiln	US		0	America/New_York	39.34871	-77.42554	84	Lime Kiln,Limekiln,Slabtown		MD	021		
4360655	Lime Kiln Valley	lime-kiln-valley	US		0	America/New_York	39.15427	-76.95581	115			MD	027		
4360661	Linchester	linchester	US		0	America/New_York	38.70095	-75.89605	3	Hunting Creek,Linchester,Murrays Mill		MD	011		
4360666	Lincoln Heights	lincoln-heights	US		0	America/New_York	38.99817	-76.52885	26			MD	003		
4360667	Lincoln Heights	lincoln-heights	US		0	America/New_York	38.34845	-75.58687	10			MD	045		
4360669	Lincoln Manor	lincoln-manor	US		0	America/New_York	39.62899	-76.82331	231			MD	013		
4360677	Lincrest	lincrest	US		0	America/New_York	39.46483	-76.37746	87			MD	025		
4360678	Linda Manor	linda-manor	US		0	America/New_York	38.32651	-75.6202	9			MD	045		
4360680	Lindamoor on the Severn	lindamoor-on-the-severn	US		0	America/New_York	39.0015	-76.51274	13			MD	003		
4360683	Linden Chapel Hills	linden-chapel-hills	US		0	America/New_York	39.23122	-76.99192	160			MD	027		
4360684	Linden Chapel Woods	linden-chapel-woods	US		0	America/New_York	39.23011	-76.98331	179			MD	027		
4360686	Linden Estates	linden-estates	US		0	America/New_York	39.64871	-77.02609	222			MD	013		
4360688	Linden Hills	linden-hills	US		0	America/New_York	39.41538	-77.44249	134			MD	021		
4360689	Linden Springs	linden-springs	US		0	America/New_York	39.71427	-76.71747	245	Linden Springs,Linder Springs		MD	005		
4360691	Lindill Estates	lindill-estates	US		0	America/New_York	39.52289	-76.35246	106			MD	025		
4360700	Linganore	linganore	US		8543	America/New_York	39.44038	-77.20804	147			MD	021		
4360703	Line Ridge	line-ridge	US		0	America/New_York	38.63206	-76.56607	40			MD	009		
4360706	Linganore View	linganore-view	US		0	America/New_York	39.36955	-77.23304	190			MD	021		
4360707	Linganore Woods	linganore-woods	US		0	America/New_York	39.44871	-77.21359	138			MD	021		
4360708	Linhigh	linhigh	US		0	America/New_York	39.35816	-76.51358	49			MD	005		
4360712	Linstead-on-the-Severn	linstead-on-the-severn	US		0	America/New_York	39.06483	-76.56052	9	Linstead on the Severn,Linstead-on-the-Severn		MD	003		
4360713	Linthicum	linthicum	US		10324	America/New_York	39.20511	-76.65275	41	Linsikum,Lintikam,Lintikum,lynthykwm  mrylnd,Линсикум,Линтикам,Линтикум,لینتهیکوم، مریلند		MD	003		
4360723	Linthicum Hills	linthicum-hills	US		0	America/New_York	39.21789	-76.65219	25			MD	003		
4360724	Linthicum Oaks	linthicum-oaks	US		0	America/New_York	39.20011	-76.65108	46			MD	003		
4360726	Linton Springs	linton-springs	US		0	America/New_York	39.42149	-76.98192	193			MD	013		
4360733	Lions Gate	lions-gate	US		0	America/New_York	39.08344	-76.68691	46			MD	003		
4360736	Lipins Corner	lipins-corner	US		0	America/New_York	39.13261	-76.58163	30			MD	003		
4360738	Lisbon Acres	lisbon-acres	US		0	America/New_York	39.33872	-77.04387	191			MD	027		
4360743	Lisbon Manor	lisbon-manor	US		0	America/New_York	39.35288	-77.08109	226			MD	027		
4360744	Lisbon Meadows	lisbon-meadows	US		0	America/New_York	39.32288	-77.05942	179			MD	027		
4360750	Lismarelu Farms	lismarelu-farms	US		0	America/New_York	39.58705	-76.88915	205			MD	013		
4360752	Little Acres	little-acres	US		0	America/New_York	39.62871	-77.08026	173			MD	013		
4360801	Little Elkton	little-elkton	US		0	America/New_York	39.60622	-75.83938	7			MD	015		
4360812	Little Georgetown	little-georgetown	US		0	America/New_York	38.44984	-75.13602	2	Little Georgetown,Muskrattown		MD	047		
4360825	Little Italy	little-italy	US		0	America/New_York	39.28677	-76.60108	4			MD	510		
4360826	Little John	little-john	US		0	America/New_York	39.02594	-76.53635	24			MD	003		
4360856	Little Neck Farms	little-neck-farms	US		0	America/New_York	39.16511	-76.25857	7			MD	029		
4360905	Little Washington	little-washington	US		0	America/New_York	38.854	-76.84775	86			MD	033		
4360912	Liverpool Wharf	liverpool-wharf	US		0	America/New_York	38.45762	-77.2647	9			MD	017		
4360914	Livingston Grove	livingston-grove	US		0	America/New_York	38.65928	-77.02942	53			MD	033		
4360915	Livingston Heights	livingston-heights	US		0	America/New_York	38.36123	-75.55965	11			MD	045		
4360917	Llandaff	llandaff	US		0	America/New_York	38.72567	-76.08161	7	Landaff,Llandaff		MD	041		
4360918	Llewelyn at Sunderland	llewelyn-at-sunderland	US		0	America/New_York	38.65401	-76.6094	43			MD	009		
4360924	Lloyd Landing	lloyd-landing	US		0	America/New_York	38.69845	-75.99883	2	Lloyd,Lloyd Landing,Lloyds,Lloyds Landing		MD	041		
4360927	Lloyds	lloyds	US		0	America/New_York	38.58984	-76.183	1	Lloyd,Lloyds		MD	019		
4360930	Loarville	loarville	US		0	America/New_York	39.62092	-78.89447	639	Loartown,Loarville		MD	001		
4360932	Loch Haven	loch-haven	US		0	America/New_York	39.31705	-77.27387	176			MD	021		
4360933	Loch Haven Beach	loch-haven-beach	US		0	America/New_York	38.92428	-76.52274	4			MD	003		
4360935	Loch Hill	loch-hill	US		0	America/New_York	39.37677	-76.58191	112			MD	005		
4360936	Loch Leven	loch-leven	US		0	America/New_York	39.56594	-76.17051	127			MD	025		
4360938	Loch Lynn Heights	loch-lynn-heights	US		536	America/New_York	39.39315	-79.3731	746	Loch Lynn Heights,Lock Lynn,Lock Lynn Heights		MD	023		
4360939	Loch Raven	loch-raven	US		0	America/New_York	39.419	-76.53524	105			MD	005		
4360945	Loch Raven Heights	loch-raven-heights	US		0	America/New_York	39.38844	-76.56219	127			MD	005		
4360952	Loch Raven Village	loch-raven-village	US		0	America/New_York	39.38816	-76.56969	122			MD	005		
4360954	Lochearn	lochearn	US		25333	America/New_York	39.34066	-76.72219	126			MD	005		
4361017	Locke Hill Estates	locke-hill-estates	US		0	America/New_York	38.44957	-76.75108	52			MD	037		
4361023	Locksley Manor	locksley-manor	US		0	America/New_York	39.55011	-76.18634	92			MD	025		
4361024	Lockwood Heights	lockwood-heights	US		0	America/New_York	39.47871	-77.56277	189			MD	021		
4361026	Locksley	locksley	US		0	America/New_York	39.53177	-76.53858	189			MD	005		
4361034	Locust Grove Beach	locust-grove-beach	US		0	America/New_York	38.65262	-76.52801	5			MD	009		
4361040	Locust Hill Estates	locust-hill-estates	US		0	America/New_York	39.574	-76.21912	127			MD	025		
4361041	Locust Hill Estates	locust-hill-estates	US		0	America/New_York	39.01094	-77.09553	76	Locust Hill,Locust Hill Estates		MD	031		
4361043	Locust Knoll	locust-knoll	US		0	America/New_York	39.51622	-76.36413	94			MD	025		
4361045	Locust Manor	locust-manor	US		0	America/New_York	39.20122	-76.79331	111			MD	027		
4361047	Locust Neck Heights	locust-neck-heights	US		0	America/New_York	39.62899	-77.04776	190			MD	013		
4361048	Locust Park	locust-park	US		0	America/New_York	39.21122	-76.82497	131			MD	027		
4361058	Locust Ridge	locust-ridge	US		0	America/New_York	39.26899	-76.91914	140			MD	027		
4361066	Lodge Forest	lodge-forest	US		0	America/New_York	39.22039	-76.44857	6			MD	005		
4361068	Lodgecliff	lodgecliff	US		0	America/New_York	38.58734	-76.098	6			MD	019		
4361071	Lofty Heights	lofty-heights	US		0	America/New_York	38.77651	-76.57468	33			MD	003		
4361078	Log Town (historical)	log-town-historical	US		0	America/New_York	39.13677	-77.1947	157	Germansburgh,Log Town (historical)		MD	031		
4361082	Lombard Acres	lombard-acres	US		0	America/New_York	39.71761	-75.94022	140			MD	015		
4361084	Lombardee Beach	lombardee-beach	US		0	America/New_York	39.16039	-76.53635	5			MD	003		
4361089	London Bridge Estates	london-bridge-estates	US		0	America/New_York	39.46316	-76.95554	188			MD	013		
4361093	Londontown Terrace	londontown-terrace	US		0	America/New_York	38.93761	-76.53857	8			MD	003		
4361094	Londontowne	londontowne	US		8018	America/New_York	38.93345	-76.54941	6	Burgess Wharf,London Town,London Towne,Londontown,Londontowne		MD	003		
4361096	Londontowne	londontowne	US		0	America/New_York	39.61315	-77.67721	176			MD	043		
4361098	Lone Holly	lone-holly	US		0	America/New_York	38.29096	-76.9158	3			MD	017		
4361107	Long Bar Harbor	long-bar-harbor	US		0	America/New_York	39.45428	-76.2519	9			MD	025		
4361110	Long Beach Estates	long-beach-estates	US		0	America/New_York	39.31205	-76.39524	3			MD	005		
4361120	Long Corner	long-corner	US		0	America/New_York	39.33399	-77.15526	247			MD	027		
4361130	Long Cove Estates	long-cove-estates	US		0	America/New_York	38.4529	-76.58301	24			MD	009		
4361145	Long Green Woods	long-green-woods	US		0	America/New_York	39.49122	-76.46358	150			MD	005		
4361147	Long Green Manor	long-green-manor	US		0	America/New_York	39.50316	-76.48552	164			MD	005		
4361148	Long Hill	long-hill	US		0	America/New_York	39.1265	-76.57469	44			MD	003		
4361159	Long Meadow	long-meadow	US		0	America/New_York	39.68621	-77.71222	198			MD	043		
4361162	Long Meadow West	long-meadow-west	US		0	America/New_York	39.39622	-76.71636	159			MD	005		
4361163	Long Meadows	long-meadows	US		0	America/New_York	39.40399	-76.94026	179			MD	013		
4361164	Long Meadows Estates	long-meadows-estates	US		0	America/New_York	39.38844	-76.71331	164			MD	005		
4361199	Long Point on the Magothy	long-point-on-the-magothy	US		0	America/New_York	39.10372	-76.45552	5			MD	003		
4361211	Longdraft	longdraft	US		0	America/New_York	39.13816	-77.24415	130			MD	031		
4361212	Longfellow	longfellow	US		0	America/New_York	39.22955	-76.87831	119			MD	027		
4361214	Longfield	longfield	US		0	America/New_York	38.43623	-76.02438	1			MD	019		
4361221	Longmeadow North	longmeadow-north	US		0	America/New_York	39.07372	-76.53246	9			MD	003		
4361222	Longridge	longridge	US		0	America/New_York	38.26679	-75.51381	14			MD	047		
4361223	Longridge	longridge	US		0	America/New_York	38.39067	-75.28047	11			MD	047		
4361225	Long Reach	long-reach	US		0	America/New_York	39.21427	-76.81553	129			MD	027		
4361226	Longs (historical)	longs-historical	US		0	America/New_York	39.67538	-77.32915	140			MD	021		
4361227	Longs Mountain View	longs-mountain-view	US		0	America/New_York	39.65288	-77.18748	150			MD	013		
4361230	Longview Beach	longview-beach	US		0	America/New_York	38.29346	-76.80775	5			MD	037		
4361231	Longview Estates	longview-estates	US		0	America/New_York	39.56927	-77.64166	182			MD	043		
4361233	Longview Heights	longview-heights	US		0	America/New_York	39.42038	-76.91581	184			MD	013		
4361235	Longview South	longview-south	US		0	America/New_York	39.23622	-77.19387	169			MD	031		
4361241	Longwoods	longwoods	US		0	America/New_York	38.85817	-76.07883	15	Longwood,Longwoods		MD	041		
4361247	Lor-J Estates	lor-j-estates	US		0	America/New_York	38.89622	-75.85771	14			MD	011		
4361250	Lord Calvert Estates	lord-calvert-estates	US		0	America/New_York	38.68512	-76.6683	43			MD	009		
4361251	Lord Calvert Hills	lord-calvert-hills	US		0	America/New_York	38.67067	-76.62135	42			MD	009		
4361253	Lord Cecil Woods	lord-cecil-woods	US		0	America/New_York	38.58568	-76.59913	5			MD	009		
4361263	Lost Eden	lost-eden	US		0	America/New_York	39.53204	-77.49693	524			MD	021		
4361264	Lost Valley	lost-valley	US		0	America/New_York	39.71565	-77.39332	182			MD	021		
4361266	Loretta Heights	loretta-heights	US		0	America/New_York	38.98428	-76.53524	22			MD	003		
4361267	Lothair Station	lothair-station	US		0	America/New_York	38.4354	-76.96608	41			MD	017		
4361269	Lothian Estates	lothian-estates	US		0	America/New_York	38.82373	-76.65052	44			MD	003		
4361272	Lothian Woods	lothian-woods	US		0	America/New_York	38.82345	-76.64663	29			MD	003		
4361277	Louis Heights	louis-heights	US		0	America/New_York	38.42706	-75.16574	5			MD	047		
4361281	Lourds Manor	lourds-manor	US		0	America/New_York	39.10928	-76.54357	12			MD	003		
4361283	Love Point	love-point	US		0	America/New_York	39.03206	-76.31134	7			MD	035		
4361287	Lou Mar Estates	lou-mar-estates	US		0	America/New_York	39.47289	-76.28885	31			MD	025		
4361288	Lovejoy Estates	lovejoy-estates	US		0	America/New_York	39.51899	-77.20193	160			MD	021		
4361294	Lovers Lane	lovers-lane	US		0	America/New_York	38.5779	-76.09272	4			MD	019		
4361297	Loves	loves	US		0	America/New_York	38.52457	-76.72802	40			MD	017		
4361298	Loves Folly	loves-folly	US		0	America/New_York	38.74762	-76.16411	2			MD	041		
4361301	Loveton Farms	loveton-farms	US		0	America/New_York	39.51872	-76.63997	147			MD	005		
4361303	Loveville Acres	loveville-acres	US		0	America/New_York	38.38985	-76.66135	41			MD	037		
4361306	Lowell Ridge	lowell-ridge	US		0	America/New_York	39.40372	-76.54274	139			MD	005		
4361308	Lower Brambley (historical)	lower-brambley-historical	US		0	America/New_York	38.30096	-76.8108	2			MD	037		
4361319	Lower Marlboro	lower-marlboro	US		0	America/New_York	38.65595	-76.68191	3	Cox Town,Coxtown,Lower Marlboro,Lower Marlborough,Marlborough		MD	009		
4361321	Lower Marlboro Meadow	lower-marlboro-meadow	US		0	America/New_York	38.65845	-76.62052	33			MD	009		
4361322	Lower Marlboro Towne	lower-marlboro-towne	US		0	America/New_York	38.6629	-76.67746	8			MD	009		
4361330	Lowery Oaks	lowery-oaks	US		0	America/New_York	38.57512	-76.64524	13			MD	009		
4361337	Lowrys Resurvey	lowrys-resurvey	US		0	America/New_York	38.59595	-76.62885	38			MD	009		
4361341	Loys	loys	US		0	America/New_York	39.60649	-77.35249	114	Loys,Loys Station		MD	021		
4361347	Lucas Heights	lucas-heights	US		0	America/New_York	39.66314	-78.81585	276			MD	001		
4361348	Luce Creek	luce-creek	US		0	America/New_York	39.0015	-76.51996	11			MD	003		
4361361	Lum Estates	lum-estates	US		0	America/New_York	39.63011	-75.93772	77			MD	015		
4361364	Lurose Estates	lurose-estates	US		0	America/New_York	39.69593	-77.68805	177			MD	043		
4361367	Lusby Crossroads	lusby-crossroads	US		0	America/New_York	38.98789	-76.58469	31			MD	003		
4361370	Lutes	lutes	US		0	America/New_York	39.07011	-77.04998	122			MD	031		
4361379	Lutherville	lutherville	US		6504	America/New_York	39.42122	-76.62608	126	Lutervil,Lutherville,Timonium Station,Лутервил,لوتھرویل، میری لینڈ		MD	005		
4361381	Lutz Hill	lutz-hill	US		0	America/New_York	39.33261	-76.52191	45			MD	005		
4361382	Luxmanor	luxmanor	US		0	America/New_York	39.04261	-77.12165	120			MD	031		
4361385	Lyford Landing	lyford-landing	US		0	America/New_York	38.84428	-75.86688	11			MD	011		
4361387	Lyn Woods	lyn-woods	US		0	America/New_York	39.00817	-75.90105	13			MD	011		
4361391	Lynch Estates	lynch-estates	US		0	America/New_York	39.50343	-77.59332	278			MD	021		
4361393	Lynch Point	lynch-point	US		0	America/New_York	39.24594	-76.44302	1			MD	005		
4361396	Lynchs Corner	lynchs-corner	US		0	America/New_York	39.49205	-76.39385	129			MD	025		
4361397	Lyndale	lyndale	US		0	America/New_York	39.10789	-76.48718	16			MD	003		
4361401	Lynn Acres	lynn-acres	US		0	America/New_York	39.34816	-76.75386	132			MD	005		
4361403	Lynn Lee	lynn-lee	US		0	America/New_York	39.47455	-76.9647	202			MD	013		
4361404	Lynn Woods	lynn-woods	US		0	America/New_York	39.00984	-75.89855	13			MD	011		
4361406	Lynnbrook	lynnbrook	US		0	America/New_York	39.209	-76.63274	50			MD	003		
4361407	Lynnbrook	lynnbrook	US		0	America/New_York	38.64512	-76.90525	63			MD	017		
4361411	Lynnhurst	lynnhurst	US		0	America/New_York	39.27205	-76.45191	3			MD	005		
4361412	Lyns Rest	lyns-rest	US		0	America/New_York	39.534	-76.2794	108			MD	025		
4361415	Lynwood Village	lynwood-village	US		0	America/New_York	39.10205	-76.47329	10			MD	003		
4361416	Lyons Corner	lyons-corner	US		0	America/New_York	38.56873	-76.98025	59			MD	017		
4361419	Lyons Creek Hundred	lyons-creek-hundred	US		0	America/New_York	38.76095	-76.63635	37			MD	009		
4361420	Lyons Creek Mobile Estates	lyons-creek-mobile-estates	US		0	America/New_York	38.76234	-76.66719	2			MD	003		
4361422	Lyonswood	lyonswood	US		0	America/New_York	39.39094	-76.80109	178			MD	005		
4361424	Lyttonsville	lyttonsville	US		0	America/New_York	39.0015	-77.05387	90	Lyttonsville		MD	031		
4361429	Mabels Manor	mabels-manor	US		0	America/New_York	39.50788	-77.27998	159			MD	021		
4361432	MacDonald Farms	macdonald-farms	US		0	America/New_York	38.69817	-76.63996	38			MD	009		
4361434	MacGills Common	macgills-common	US		0	America/New_York	39.1815	-76.8622	103			MD	027		
4361446	Maceys Corner	maceys-corner	US		0	America/New_York	39.08039	-76.54469	17			MD	003		
4361447	Mackall	mackall	US		0	America/New_York	38.40512	-76.50245	25	Machalls Wharf,Mackall,Mackall Wharf		MD	009		
4361448	Mackall Estates	mackall-estates	US		0	America/New_York	38.45873	-76.53745	37			MD	009		
4361452	Maddox	maddox	US		0	America/New_York	38.33263	-76.81163	11			MD	037		
4361454	Macton	macton	US		0	America/New_York	39.67844	-76.28885	79			MD	025		
4361462	Madison Place	madison-place	US		0	America/New_York	38.7704	-76.20411	2			MD	041		
4361466	Madonna	madonna	US		0	America/New_York	39.61316	-76.51635	228	Briar Ridge,Cathcart,Kings Corner,Madonna		MD	025		
4361467	Madonna Hills	madonna-hills	US		0	America/New_York	39.66205	-76.48996	155			MD	025		
4361469	Madonna Manor	madonna-manor	US		0	America/New_York	39.62955	-76.50524	192			MD	025		
4361476	Magnolia (historical)	magnolia-historical	US		0	America/New_York	39.14427	-76.80942	67			MD	027		
4361483	Magnolia Terrace	magnolia-terrace	US		0	America/New_York	38.32929	-75.58715	11			MD	045		
4361485	Mago Vista Beach	mago-vista-beach	US		0	America/New_York	39.06539	-76.50885	6	Mago Vista,Mago Vista Beach		MD	003		
4361302	Loveville	loveville	US	20656	0	America/New_York	38.36207	-76.68302	44			MD	037		
4361486	Magothy Beach	magothy-beach	US		0	America/New_York	39.09094	-76.53218	8	Lower Magothy Beach,Magothy Beach		MD	003		
4361489	Magothy Estates	magothy-estates	US		0	America/New_York	39.06567	-76.51357	9			MD	003		
4361490	Magothy Forest	magothy-forest	US		0	America/New_York	39.09372	-76.54441	10			MD	003		
4361491	Magothy Forge	magothy-forge	US		0	America/New_York	39.10733	-76.54219	11			MD	003		
4361503	Magruder Landing	magruder-landing	US		0	America/New_York	38.64401	-76.69385	1			MD	033		
4361506	Maid Marion	maid-marion	US		0	America/New_York	39.02539	-76.54219	27			MD	003		
4361518	Mainbrace	mainbrace	US		0	America/New_York	38.97539	-76.153	6			MD	035		
4361519	Mairs Mill	mairs-mill	US		0	America/New_York	39.71371	-77.21693	116			MD	013		
4361520	Majors Choice	majors-choice	US		0	America/New_York	39.54594	-76.34135	118			MD	025		
4361522	Make Shift Estates	make-shift-estates	US		0	America/New_York	39.38344	-77.47304	118			MD	021		
4361531	Mallard Point	mallard-point	US		0	America/New_York	39.06261	-76.15412	2			MD	035		
4361532	Mallard Point	mallard-point	US		0	America/New_York	38.90289	-76.34829	4			MD	035		
4361533	Mallard Point	mallard-point	US		0	America/New_York	38.80317	-76.26773	3			MD	041		
4361535	Mallet Hill	mallet-hill	US		0	America/New_York	39.05817	-76.64274	37			MD	003		
4361542	Manadier	manadier	US		0	America/New_York	38.71317	-76.04438	18			MD	041		
4361543	Manahan (historical)	manahan-historical	US		0	America/New_York	39.48593	-77.07693	244			MD	013		
4361544	Manahan Ranch Estates	manahan-ranch-estates	US		0	America/New_York	39.66899	-77.46638	328			MD	021		
4361550	Manchester Estates	manchester-estates	US		0	America/New_York	38.81372	-76.90858	80			MD	033		
4361552	Manchester Park	manchester-park	US		0	America/New_York	39.65289	-75.84827	59			MD	015		
4361556	Mandleys	mandleys	US		0	America/New_York	38.6004	-76.84803	55			MD	017		
4361558	Manhattan Manor	manhattan-manor	US		0	America/New_York	39.06539	-76.52746	10			MD	003		
4361562	Manklin Moorings	manklin-moorings	US		0	America/New_York	38.38011	-75.12907	2			MD	047		
4361563	Mann	mann	US		0	America/New_York	39.69787	-78.27807	293			MD	043		
4361567	Manklin Meadows	manklin-meadows	US		0	America/New_York	38.37845	-75.15796	3			MD	047		
4361574	Manor Brook	manor-brook	US		0	America/New_York	39.57427	-76.60414	145			MD	005		
4361581	Manor Glade	manor-glade	US		0	America/New_York	39.52316	-76.53441	155			MD	005		
4361582	Manor Glen	manor-glen	US		0	America/New_York	39.52788	-76.54219	177			MD	005		
4361583	Manor Heights	manor-heights	US		0	America/New_York	39.60817	-76.07801	132			MD	015		
4361584	Manor Hill	manor-hill	US		0	America/New_York	39.4665	-76.53386	140			MD	005		
4361588	Manor Oaks	manor-oaks	US		0	America/New_York	39.49983	-76.53358	171			MD	005		
4361589	Manor Park	manor-park	US		0	America/New_York	39.09733	-77.08276	132	Manor Hills,Manor Park		MD	031		
4361590	Manor Ridge	manor-ridge	US		0	America/New_York	39.50844	-76.54052	190			MD	005		
4361592	Manor Fields	manor-fields	US		0	America/New_York	39.50983	-76.52691	181			MD	005		
4361595	Manor View	manor-view	US		0	America/New_York	39.46011	-76.52635	140			MD	005		
4361597	Manor View Farms	manor-view-farms	US		0	America/New_York	39.55233	-76.56358	188			MD	005		
4361598	Manor Village	manor-village	US		0	America/New_York	39.31482	-77.48054	93			MD	021		
4361600	Manor Woods	manor-woods	US		0	America/New_York	39.44483	-76.52663	114			MD	005		
4361602	Manresa	manresa	US		0	America/New_York	39.0065	-76.49024	8			MD	003		
4361604	Mansfield Woods	mansfield-woods	US		0	America/New_York	39.30761	-76.44691	9			MD	005		
4361605	Mansion House Manor	mansion-house-manor	US		0	America/New_York	39.12844	-76.53719	19			MD	003		
4361608	Manor Springs	manor-springs	US		0	America/New_York	39.4515	-76.5258	119			MD	005		
4361610	Maple Crest	maple-crest	US		0	America/New_York	39.34844	-76.43996	16			MD	005		
4361617	Maple Haven	maple-haven	US		0	America/New_York	39.45705	-76.97942	204			MD	013		
4361619	Maple Crest	maple-crest	US		0	America/New_York	39.53955	-76.98443	277			MD	013		
4361620	Maple Ridge	maple-ridge	US		0	America/New_York	39.07261	-76.69275	66			MD	003		
4361622	Maple Plains	maple-plains	US		0	America/New_York	38.38734	-75.57492	11			MD	045		
4361624	Maple Trailer Park	maple-trailer-park	US		0	America/New_York	39.16094	-76.79303	64			MD	027		
4361627	Maple Village	maple-village	US		0	America/New_York	38.97484	-75.81466	11			MD	011		
4361630	Maplehurst Woods	maplehurst-woods	US		0	America/New_York	39.58455	-76.64914	205			MD	005		
4361638	Mar-Lu-Ridge Vista	mar-lu-ridge-vista	US		0	America/New_York	39.34399	-77.50804	150			MD	021		
4361639	Marabrooke	marabrooke	US		0	America/New_York	39.00706	-76.55246	34			MD	003		
4361644	Marbella	marbella	US		0	America/New_York	38.65234	-76.89108	58			MD	017		
4361645	Marbeth Hill	marbeth-hill	US		0	America/New_York	39.58343	-77.00665	237			MD	013		
4361655	Maple Run	maple-run	US		0	America/New_York	38.27235	-76.5394	32			MD	037		
4361664	Mardella Run	mardella-run	US		0	America/New_York	39.35927	-76.82025	141			MD	005		
4361668	Maria Acres	maria-acres	US		0	America/New_York	38.39873	-75.51881	17			MD	045		
4361670	Mariellen Park	mariellen-park	US		0	America/New_York	38.50679	-76.9547	50			MD	017		
4361674	Marine Oak Village	marine-oak-village	US		0	America/New_York	39.31622	-76.44857	12			MD	005		
4361675	Mariners	mariners	US		0	America/New_York	37.98929	-75.83049	1	Bedsworth,Mariners		MD	039		
4361677	Mariners Cove	mariners-cove	US		0	America/New_York	38.99456	-76.50941	13			MD	003		
4361678	Mariners Cove	mariners-cove	US		0	America/New_York	39.56067	-75.87105	21			MD	015		
4361679	Mariners Point	mariners-point	US		0	America/New_York	38.95511	-76.48385	4			MD	003		
4361681	Maring Manor	maring-manor	US		0	America/New_York	39.59677	-77.06637	186			MD	013		
4361686	Marion Oaks	marion-oaks	US		0	America/New_York	38.6979	-76.57051	26			MD	009		
4361692	Market Quay	market-quay	US		0	America/New_York	38.97789	-76.50218	7			MD	003		
4361694	Market Square North	market-square-north	US		0	America/New_York	39.30372	-76.86248	141			MD	027		
4361695	Market Square South	market-square-south	US		0	America/New_York	39.30149	-76.86609	144			MD	027		
4361699	Marlboro Hills	marlboro-hills	US		0	America/New_York	38.66262	-76.61246	37			MD	009		
4361701	Marlboro Meadows	marlboro-meadows	US		3672	America/New_York	38.83622	-76.71497	30			MD	033		
4361705	Marley	marley	US		0	America/New_York	39.15094	-76.59191	14	Marley,Morley		MD	003		
4361708	Marley Heights	marley-heights	US		0	America/New_York	39.1515	-76.59219	16			MD	003		
4361713	Marley Park Beach	marley-park-beach	US		0	America/New_York	39.15566	-76.59524	14			MD	003		
4361714	Marley Run	marley-run	US		0	America/New_York	39.13122	-76.59219	21			MD	003		
4361719	Marley Village	marley-village	US		0	America/New_York	39.63039	-75.88022	34			MD	015		
4361720	Marling Farms	marling-farms	US		0	America/New_York	38.93261	-76.26579	2			MD	035		
4361721	Marlow Heights	marlow-heights	US		5618	America/New_York	38.83345	-76.95164	79			MD	033		
4361730	Marlton South	marlton-south	US		0	America/New_York	38.74539	-76.7833	56			MD	033		
4361731	Marlywood	marlywood	US		0	America/New_York	39.40122	-76.61997	121			MD	005		
4361734	Marriott Hill	marriott-hill	US		0	America/New_York	38.87539	-76.6083	60			MD	003		
4361739	Mars Estates	mars-estates	US		0	America/New_York	39.32039	-76.44913	11			MD	005		
4361753	Marshalee Estates	marshalee-estates	US		0	America/New_York	39.20677	-76.76025	79			MD	027		
4361761	Marshalls Corner	marshalls-corner	US		0	America/New_York	38.54956	-77.03914	59			MD	017		
4361764	Marshope	marshope	US		0	America/New_York	38.4754	-77.19081	35			MD	017		
4361771	Marthas Legacy	marthas-legacy	US		0	America/New_York	39.45844	-76.92887	173			MD	013		
4361780	Marshyhope Village	marshyhope-village	US		0	America/New_York	38.62262	-75.82382	4			MD	019		
4361783	Martin Manor	martin-manor	US		0	America/New_York	39.41816	-76.29829	19			MD	025		
4361799	Martingham	martingham	US		0	America/New_York	38.80567	-76.23078	3			MD	041		
4361801	Martins Addition	martins-addition	US		0	America/New_York	38.98122	-77.06942	91			MD	031		
4361802	Martins Additions	martins-additions	US		933	America/New_York	38.97928	-77.06942	103	Martin's Additions,Martins Additions		MD	031		
4361803	Martins Choice	martins-choice	US		0	America/New_York	39.38705	-76.6383	113			MD	005		
4361804	Martins Corner	martins-corner	US		0	America/New_York	38.29707	-75.7966	2			MD	045		
4361806	Martins Cove Farm	martins-cove-farm	US		0	America/New_York	39.00428	-76.46996	24			MD	003		
4361807	Martins Crossroads	martins-crossroads	US		0	America/New_York	39.68148	-77.78972	145			MD	043		
4361814	Marvania Heights	marvania-heights	US		0	America/New_York	39.72093	-78.11667	239			MD	043		
4361819	Marwood	marwood	US		0	America/New_York	39.1465	-76.59052	17			MD	003		
4361821	Mary E White Estate	mary-e-white-estate	US		0	America/New_York	38.7565	-76.65663	28			MD	009		
4361827	Marydell	marydell	US		0	America/New_York	39.29288	-76.83247	148			MD	027		
4361829	Maryland Beach	maryland-beach	US		0	America/New_York	39.14761	-76.46052	3			MD	003		
4361831	Maryland City	maryland-city	US		16093	America/New_York	39.09205	-76.81775	65			MD	003		
4361842	Maryland Gardens	maryland-gardens	US		0	America/New_York	38.47707	-76.50912	38			MD	009		
4361851	Maryland Manor	maryland-manor	US		0	America/New_York	38.29346	-76.50245	34			MD	037		
4361853	Maryland Mobile Estates	maryland-mobile-estates	US		0	America/New_York	38.85818	-76.68244	16	Maryland Manor Trailer Park,Maryland Mobile Estates		MD	003		
4361861	Maryland Park	maryland-park	US		0	America/New_York	38.88845	-76.90692	30			MD	033		
4361863	Maryland Point	maryland-point	US		0	America/New_York	38.39762	-77.20498	24	Maryland Point,Nanjemoy		MD	017		
4361866	Maryland Ponderosa	maryland-ponderosa	US		0	America/New_York	39.51566	-76.3544	103			MD	025		
4361887	Marys Choice	marys-choice	US		0	America/New_York	39.33539	-76.44357	13			MD	005		
4361888	Maryvale	maryvale	US		0	America/New_York	38.79761	-76.80803	61			MD	033		
4361894	Marywood	marywood	US		0	America/New_York	39.54733	-76.37385	137			MD	025		
4361896	Marymount	marymount	US		0	America/New_York	39.02205	-77.12748	118			MD	031		
4361898	Mason Dixon Estates	mason-dixon-estates	US		0	America/New_York	39.71927	-76.80303	263			MD	013		
4361901	Mason Dixon Village	mason-dixon-village	US		0	America/New_York	39.72011	-76.06634	137			MD	015		
4361904	Mason Landing	mason-landing	US		0	America/New_York	38.23734	-75.25741	0			MD	047		
4361919	Masons	masons	US		0	America/New_York	38.55929	-76.80025	57			MD	017		
4361920	Masons Beach	masons-beach	US		0	America/New_York	38.77234	-76.54885	0			MD	003		
4361922	Masonville (historical)	masonville-historical	US		0	America/New_York	39.24039	-76.59441	8			MD	510		
4361929	Matapeake	matapeake	US		0	America/New_York	38.46401	-76.54273	35			MD	009		
4361930	Matapeake	matapeake	US		0	America/New_York	38.959	-76.34551	3	Matapeake,Mattapeake		MD	035		
4361931	Matapeake Estates	matapeake-estates	US		0	America/New_York	38.95011	-76.35384	6			MD	035		
4361938	Matherwood Heights	matherwood-heights	US		0	America/New_York	39.41344	-77.17693	203			MD	021		
4361942	Matovich	matovich	US		0	America/New_York	39.28955	-77.44388	113			MD	021		
4361943	Mattapanient (historical)	mattapanient-historical	US		0	America/New_York	38.28762	-76.40801	5	Matapaman,Matpanient,Mattapament,Mattapanians,Mattapanient (historical),Mattapany,Mattpament,Metapawnien		MD	037		
4361945	Mattapex	mattapex	US		0	America/New_York	38.90178	-76.34968	5			MD	035		
4361949	Mattawoman	mattawoman	US		0	America/New_York	38.65262	-76.88053	66			MD	017		
4361953	Mattawoman Village	mattawoman-village	US		0	America/New_York	38.56262	-77.1722	9			MD	017		
4361954	Mattawoman Woods	mattawoman-woods	US		0	America/New_York	38.59179	-77.15998	9			MD	017		
4361960	Mattawoman Estates	mattawoman-estates	US		0	America/New_York	38.64928	-76.86914	62			MD	017		
4361967	Matyiko Manor	matyiko-manor	US		0	America/New_York	38.5015	-75.72021	10			MD	045		
4361968	Mauck Farm Estates	mauck-farm-estates	US		0	America/New_York	39.14705	-76.94136	135			MD	027		
4361976	Maxa Woods	maxa-woods	US		0	America/New_York	39.53483	-76.17162	57			MD	025		
4361978	Maxwell Hall	maxwell-hall	US		0	America/New_York	38.51957	-76.6908	15			MD	017		
4361981	Mayberry	mayberry	US		0	America/New_York	39.64066	-77.09943	160			MD	013		
4361984	Mayberry Ridge	mayberry-ridge	US		0	America/New_York	39.62816	-77.10859	177			MD	013		
4361988	Mayfair	mayfair	US		0	America/New_York	39.44483	-76.65164	181			MD	005		
4361989	Mayfair	mayfair	US		0	America/New_York	39.08816	-76.88692	89			MD	033		
4361993	Mayfield Manor	mayfield-manor	US		0	America/New_York	39.19066	-76.78247	79			MD	027		
4361996	Maynadier	maynadier	US		0	America/New_York	39.03622	-76.57774	24			MD	003		
4362009	Mays Chapel	mays-chapel	US		11420	America/New_York	39.43316	-76.64941	140			MD	005		
4362011	Mays Chapel North	mays-chapel-north	US		0	America/New_York	39.45511	-76.65414	173			MD	005		
4362012	Mays Chapel Village	mays-chapel-village	US		0	America/New_York	39.45011	-76.65664	171			MD	005		
4362015	McAlpine	mcalpine	US		0	America/New_York	39.26038	-76.83109	110			MD	027		
4362016	McAuley Park	mcauley-park	US		0	America/New_York	39.01928	-77.1797	97			MD	031		
4362018	McCahill Estates	mccahill-estates	US		0	America/New_York	39.11372	-76.89136	102			MD	033		
4362020	McCanns Corner	mccanns-corner	US		0	America/New_York	39.62622	-76.27607	125			MD	025		
4362024	McCleans Corner	mccleans-corner	US		0	America/New_York	39.19817	-76.1894	20	Batters Hall,McCleans Corner		MD	029		
4362027	McComas	mccomas	US		0	America/New_York	39.43622	-76.30718	12			MD	025		
4362028	McComas Beach	mccomas-beach	US		0	America/New_York	39.50176	-79.3731	762			MD	023		
4362031	McConchie	mcconchie	US		0	America/New_York	38.50207	-77.05998	49			MD	017		
4362045	McDaniel Country Estates	mcdaniel-country-estates	US		0	America/New_York	38.63067	-76.95025	61			MD	017		
4362049	McDonogh	mcdonogh	US		0	America/New_York	39.39122	-76.76442	133			MD	005		
4362050	McDonogh Manor	mcdonogh-manor	US		0	America/New_York	39.37705	-76.80942	175			MD	005		
4362051	McDonogh Park	mcdonogh-park	US		0	America/New_York	39.37733	-76.79136	158			MD	005		
4362053	McGhiesport	mcghiesport	US		0	America/New_York	38.6379	-77.10776	5			MD	017		
4362057	McGinnes	mcginnes	US		0	America/New_York	39.21955	-75.95189	22	McGinnes,Mcginness		MD	035		
4362058	McGuigan Park	mcguigan-park	US		0	America/New_York	39.46039	-76.35802	90			MD	025		
4362060	McHenry Meadows	mchenry-meadows	US		0	America/New_York	39.43399	-77.08081	225			MD	013		
4362064	McKaig	mckaig	US		0	America/New_York	39.43149	-77.30971	162			MD	021		
4362065	McKay Beach	mckay-beach	US		0	America/New_York	38.18707	-76.55135	3			MD	037		
4362073	McKendree	mckendree	US		0	America/New_York	38.78123	-76.61996	24			MD	003		
4362081	McKenney Hills	mckenney-hills	US		0	America/New_York	39.02039	-77.05137	101			MD	031		
4362083	McKenzie	mckenzie	US		0	America/New_York	39.56731	-78.82391	206			MD	001		
4362085	McKenzies Discovery	mckenzies-discovery	US		0	America/New_York	39.30455	-76.84498	137			MD	027		
4362091	McKinsey Park	mckinsey-park	US		0	America/New_York	39.07622	-76.53941	7			MD	003		
4362092	McKinstrys Mill	mckinstrys-mill	US		0	America/New_York	39.53427	-77.15915	145	McKinstreys Mill,McKinstrys Mill,McKinstrys Mills,Puseys Mill		MD	013		
4362096	McIntyre Estates	mcintyre-estates	US		0	America/New_York	39.61676	-77.51277	495			MD	021		
4362103	Meade Heights	meade-heights	US		0	America/New_York	39.11844	-76.72636	63			MD	003		
4362106	Meade Village	meade-village	US		0	America/New_York	39.12539	-76.70525	50			MD	003		
4362108	Meadedale	meadedale	US		0	America/New_York	39.09539	-76.71691	49			MD	003		
4362114	Meadow Brook	meadow-brook	US		0	America/New_York	39.16066	-76.64108	15			MD	003		
4362116	Meadow Creek Estates	meadow-creek-estates	US		0	America/New_York	38.60012	-76.5494	19			MD	009		
4362117	Meadow Creek Manor	meadow-creek-manor	US		0	America/New_York	38.60679	-76.81914	51			MD	017		
4362121	Meadow Manor	meadow-manor	US		0	America/New_York	38.29595	-75.67882	6			MD	045		
4362126	Meadow Brook	meadow-brook	US		0	America/New_York	39.66399	-77.16054	154			MD	013		
4362129	Meadow Ridge	meadow-ridge	US		0	America/New_York	39.51177	-77.57304	222			MD	021		
4362135	Meadow Run Park	meadow-run-park	US		0	America/New_York	38.68373	-76.63329	39			MD	009		
4362136	Meadow Springs	meadow-springs	US		0	America/New_York	39.55289	-76.27551	126			MD	025		
4362137	Meadow Stream	meadow-stream	US		0	America/New_York	39.69038	-76.52413	208			MD	025		
4362138	Meadow View	meadow-view	US		0	America/New_York	39.71732	-76.87887	271			MD	013		
4362140	Meadow Woods Estates	meadow-woods-estates	US		0	America/New_York	38.59318	-76.7383	40			MD	033		
4362146	Meadowbrook Estates	meadowbrook-estates	US		0	America/New_York	39.19177	-77.25359	163			MD	031		
4362147	Meadowbrook Park	meadowbrook-park	US		0	America/New_York	38.68123	-75.7566	12			MD	011		
4362149	Meadowcliff	meadowcliff	US		0	America/New_York	39.45122	-76.53163	133			MD	005		
4362150	Meadowcrest	meadowcrest	US		0	America/New_York	39.44066	-77.46304	166			MD	021		
4362152	Meadowland	meadowland	US		0	America/New_York	39.42844	-76.63719	113			MD	005		
4362153	Meadowlark Estates	meadowlark-estates	US		0	America/New_York	39.63983	-76.4683	168			MD	025		
4362154	Meadowood	meadowood	US		0	America/New_York	39.42233	-76.31274	39			MD	025		
4362155	Meadowood	meadowood	US		0	America/New_York	39.06428	-77.00581	106			MD	031		
4362157	Meadowoods of Davidsonville	meadowoods-of-davidsonville	US		0	America/New_York	38.93067	-76.65219	42			MD	003		
4362158	Meadows	meadows	US		0	America/New_York	39.42677	-77.30471	148			MD	021		
4362159	Meadows	meadows	US		0	America/New_York	38.81567	-76.84942	79	Centerville,Meadows		MD	033		
4362162	Meadowvale	meadowvale	US		0	America/New_York	39.56372	-76.11412	94			MD	025		
4362164	Meadowvale Manor	meadowvale-manor	US		0	America/New_York	39.56539	-76.10384	64			MD	025		
4362166	Meadowview Park	meadowview-park	US		0	America/New_York	39.66178	-75.80105	46			MD	015		
4362169	Meadow Oaks	meadow-oaks	US		0	America/New_York	38.57095	-76.61079	31			MD	009		
4362171	Mechanic Valley	mechanic-valley	US		0	America/New_York	39.63178	-75.91966	34	Mechanic Valley,Mechanics Valley,South Milford		MD	015		
4362174	Mechanicsville (historical)	mechanicsville-historical	US		0	America/New_York	39.60205	-76.31968	126			MD	025		
4362192	Meeting House Overlook	meeting-house-overlook	US		0	America/New_York	39.54649	-77.53165	259			MD	021		
4362195	Melanie Acres	melanie-acres	US		0	America/New_York	39.59927	-76.85276	273			MD	013		
4362196	Melitota	melitota	US		0	America/New_York	39.25816	-76.14551	15	Melitota,Willis Cross Roads		MD	029		
4362202	Melody Acres	melody-acres	US		0	America/New_York	38.48346	-77.09137	41			MD	017		
4362203	Melody Acres	melody-acres	US		0	America/New_York	38.49318	-76.78163	45			MD	037		
4362207	Melson	melson	US		0	America/New_York	38.44178	-75.47603	18			MD	045		
4362209	Melstone Valley	melstone-valley	US		0	America/New_York	39.3801	-76.92887	154			MD	013		
4362211	Melvale	melvale	US		0	America/New_York	39.34594	-76.64969	49			MD	510		
4362213	Melville Crossroads	melville-crossroads	US		0	America/New_York	39.07706	-75.78799	20	Melville,Melville Crossroads,Melvilles Crossroads		MD	011		
4362232	Mercersville	mercersville	US		130	America/New_York	39.49927	-77.76638	104			MD	043		
4362239	Meredith Homes	meredith-homes	US		0	America/New_York	39.01206	-76.42329	4			MD	003		
4362245	Merridale	merridale	US		0	America/New_York	39.36899	-77.15998	250			MD	013		
4362246	Merridale Gardens	merridale-gardens	US		0	America/New_York	39.37177	-77.16248	257			MD	021		
4362249	Merrimack Park	merrimack-park	US		0	America/New_York	38.97483	-77.12748	79			MD	031		
4362253	Merriweather	merriweather	US		0	America/New_York	39.15094	-76.68691	49			MD	003		
4362255	Merry Midnight	merry-midnight	US		0	America/New_York	39.32038	-77.55138	144			MD	021		
4362259	Merrymans Mill	merrymans-mill	US		0	America/New_York	39.50788	-76.57469	166			MD	005		
4362260	Merrymount	merrymount	US		0	America/New_York	39.35066	-76.77386	151			MD	005		
4362261	Merrywood	merrywood	US		0	America/New_York	38.89206	-76.63691	25			MD	003		
4362262	Merrywood	merrywood	US		0	America/New_York	39.459	-76.43024	128			MD	005		
4362263	Merrywood Manor	merrywood-manor	US		0	America/New_York	38.89845	-76.63441	43			MD	003		
4362281	Metropolitan Grove	metropolitan-grove	US		0	America/New_York	39.14844	-77.22415	130	Metropolitan Grove,Metropolitan Grove Park		MD	031		
4362290	Merryman Heights	merryman-heights	US		0	America/New_York	39.4276	-76.91498	170			MD	013		
4362302	Mich-Trace Estates	mich-trace-estates	US		0	America/New_York	39.70927	-76.96637	242			MD	013		
4362304	Michaels Corner	michaels-corner	US		0	America/New_York	39.52455	-76.28635	115			MD	025		
4362305	Michaels Meadows	michaels-meadows	US		0	America/New_York	39.58011	-76.36302	155			MD	025		
4362306	Michaels Mill	michaels-mill	US		0	America/New_York	39.32899	-77.41776	73	Michaels Mill,Monocacy Mill,Monocacy Mills		MD	021		
4362308	Michaels Ridge	michaels-ridge	US		0	America/New_York	39.57566	-77.00693	267			MD	013		
4362311	Michaelton Manor	michaelton-manor	US		0	America/New_York	39.21094	-76.66413	51			MD	003		
4362313	Michigan Park Hills	michigan-park-hills	US		0	America/New_York	38.95539	-76.98303	18			MD	033		
4362314	Mid Country View	mid-country-view	US		0	America/New_York	39.36538	-77.24832	167			MD	021		
4362317	Michaelsville	michaelsville	US		0	America/New_York	39.43289	-76.17551	6			MD	025		
4362319	Middle Brooke	middle-brooke	US		0	America/New_York	39.56316	-76.99526	239			MD	013		
4362326	Middle Creek Estates	middle-creek-estates	US		0	America/New_York	39.57788	-77.53749	354			MD	021		
4362328	Middle Earth	middle-earth	US		0	America/New_York	38.32429	-76.5169	15			MD	037		
4362330	Middle Neck	middle-neck	US		0	America/New_York	38.39901	-75.54742	14			MD	045		
4362347	Middleborough	middleborough	US		0	America/New_York	39.30705	-76.43802	9			MD	005		
4362350	Middlebrook Hills	middlebrook-hills	US		0	America/New_York	39.16733	-77.2347	128			MD	031		
4362351	Middlebrook Mobile Home Park	middlebrook-mobile-home-park	US		0	America/New_York	39.17872	-77.23415	118			MD	031		
4362358	Middlecroft	middlecroft	US		0	America/New_York	39.69178	-75.90772	121			MD	015		
4362364	Middlepoint	middlepoint	US		0	America/New_York	39.56315	-77.52499	264			MD	021		
4362368	Middleton Farm	middleton-farm	US		0	America/New_York	38.81178	-76.91803	80			MD	033		
4362378	Middletown Downs	middletown-downs	US		0	America/New_York	39.71038	-76.75136	259			MD	005		
4362380	Middletown Estates	middletown-estates	US		0	America/New_York	39.71483	-76.75525	260			MD	005		
4362381	Middletown Heights	middletown-heights	US		0	America/New_York	39.45788	-77.55943	163			MD	021		
4362384	Middletown Manor	middletown-manor	US		0	America/New_York	39.43482	-77.53554	177			MD	021		
4362391	Middletown South	middletown-south	US		0	America/New_York	39.43399	-77.5511	159			MD	021		
4362394	Middletown View	middletown-view	US		0	America/New_York	39.46177	-77.57027	164			MD	021		
4362402	Midsummer Hill	midsummer-hill	US		0	America/New_York	39.65427	-76.45774	154			MD	025		
4362404	Midvale Manor	midvale-manor	US		0	America/New_York	38.35928	-75.55659	12			MD	045		
4362406	Middletown Valley Estates	middletown-valley-estates	US		0	America/New_York	39.40982	-77.57527	161			MD	021		
4362408	Midway Mobile Home Park	midway-mobile-home-park	US		0	America/New_York	39.10816	-76.83442	56			MD	027		
4362409	Midway Pines	midway-pines	US		0	America/New_York	39.51538	-77.28554	168			MD	021		
4362412	Mikules Manor	mikules-manor	US		0	America/New_York	39.70871	-76.7672	261			MD	005		
4362415	Milburn Landing	milburn-landing	US		0	America/New_York	38.12484	-75.48992	4			MD	047		
4362418	Milburn on the Magothy	milburn-on-the-magothy	US		0	America/New_York	39.10567	-76.44968	7			MD	003		
4362420	Mile Tree Village	mile-tree-village	US		0	America/New_York	39.21678	-76.058	5			MD	029		
4362424	Miles Corner	miles-corner	US		0	America/New_York	39.24733	-77.29582	186			MD	031		
4362429	Milestone	milestone	US		0	America/New_York	39.20844	-77.24915	167			MD	031		
4362430	Milestone Manor	milestone-manor	US		0	America/New_York	39.47372	-76.63858	99			MD	005		
4362432	Milestown	milestown	US		0	America/New_York	38.28735	-76.77358	15	Milestone,Milestown		MD	037		
4362438	Milford Mill	milford-mill	US		29042	America/New_York	39.34788	-76.76997	151			MD	005		
4362446	Mill Bottom	mill-bottom	US		0	America/New_York	39.35844	-77.18304	231			MD	021		
4362449	Mill Branch Estates	mill-branch-estates	US		0	America/New_York	38.65845	-76.65191	39			MD	009		
4362451	Mill Brothers Hills	mill-brothers-hills	US		0	America/New_York	39.60454	-77.1147	169			MD	013		
4362452	Mill Cove Manor	mill-cove-manor	US		0	America/New_York	38.31901	-76.50662	31			MD	037		
4362478	Mill Green	mill-green	US		0	America/New_York	39.2826	-77.09554	175			MD	027		
4362479	Mill Green Acres	mill-green-acres	US		0	America/New_York	39.65733	-76.30301	96			MD	025		
4362480	Mill Grove Gardens	mill-grove-gardens	US		0	America/New_York	39.12733	-76.98775	161			MD	031		
4362482	Mill Hill Estates	mill-hill-estates	US		0	America/New_York	38.63123	-76.97275	63			MD	017		
4362485	Mill Point Shores	mill-point-shores	US		0	America/New_York	38.33707	-76.83302	4			MD	037		
4362494	Mill Green	mill-green	US		0	America/New_York	39.66316	-76.32496	75			MD	025		
4362500	Mill Run Estates	mill-run-estates	US		0	America/New_York	39.51816	-76.56497	177			MD	005		
4362501	Mill Seat	mill-seat	US		0	America/New_York	38.65762	-76.6483	33			MD	009		
4362502	Mill Stone Estates	mill-stone-estates	US		0	America/New_York	39.67177	-76.32607	128			MD	025		
4362505	Mill Swamp	mill-swamp	US		0	America/New_York	38.88456	-76.56857	12			MD	003		
4362507	Mill Stream Hills	mill-stream-hills	US		0	America/New_York	39.70899	-76.7997	204			MD	013		
4362513	Millards Mill	millards-mill	US		0	America/New_York	38.5779	-77.11053	14			MD	017		
4362522	Miller Chapel	miller-chapel	US		0	America/New_York	39.70676	-77.64721	194			MD	043		
4362530	Millers	millers	US		0	America/New_York	39.67121	-76.85109	249			MD	013		
4362541	Millers Store	millers-store	US		0	America/New_York	39.68344	-76.23134	116			MD	025		
4362545	Millersville Forest	millersville-forest	US		0	America/New_York	39.06261	-76.65136	23			MD	003		
4362546	Millgate	millgate	US		0	America/New_York	39.51538	-76.54719	188			MD	005		
4362547	Millhausens	millhausens	US		0	America/New_York	39.08233	-76.58524	25			MD	003		
4362555	Millpoint	millpoint	US		0	America/New_York	39.52871	-77.68555	160			MD	043		
4362556	Millpond Acres	millpond-acres	US		0	America/New_York	38.57512	-75.7216	7			MD	019		
4362557	Millrace	millrace	US		0	America/New_York	39.114	-76.62774	35			MD	003		
4362559	Mills Farm	mills-farm	US		0	America/New_York	39.09705	-77.25554	110			MD	031		
4362560	Mills Farm East	mills-farm-east	US		0	America/New_York	39.09761	-77.25109	89			MD	031		
4362564	Mills Manor	mills-manor	US		0	America/New_York	39.5326	-77.39054	130			MD	021		
4362571	Milltown Landing	milltown-landing	US		0	America/New_York	38.63317	-76.69219	5			MD	033		
4362575	Millys Delight	millys-delight	US		0	America/New_York	39.29427	-77.05109	167	Milly's Delight,Millys Delight		MD	027		
4362582	Mimosa Cove	mimosa-cove	US		0	America/New_York	38.78401	-76.54385	3			MD	003		
4362588	Mineral Spring	mineral-spring	US		0	America/New_York	39.70814	-79.35031	512			MD	023		
4362589	Miners Ridge	miners-ridge	US		0	America/New_York	39.44149	-76.93303	169			MD	013		
4362590	Minersville (historical)	minersville-historical	US		0	America/New_York	39.25261	-76.63886	17			MD	510		
4362592	Minefield	minefield	US		0	America/New_York	39.65261	-76.38274	137	McIntyre,Minefield		MD	025		
4362593	Minksville (historical)	minksville-historical	US		0	America/New_York	38.35845	-75.53381	14			MD	045		
4362597	Minnick	minnick	US		0	America/New_York	39.57928	-76.08273	16			MD	015		
4362598	Minnick	minnick	US		0	America/New_York	39.41038	-77.5436	146			MD	021		
4362609	Mission Heights	mission-heights	US		0	America/New_York	39.16122	-76.81358	99			MD	027		
4362610	Mission Ridge	mission-ridge	US		0	America/New_York	39.53705	-76.6158	134			MD	005		
4362613	Mistletoe Springs	mistletoe-springs	US		0	America/New_York	39.0865	-76.85219	53	Buxton,Mistletoe Springs		MD	033		
4362615	Mistwood	mistwood	US		0	America/New_York	39.05844	-76.69302	56			MD	003		
4362616	Misty Meadows	misty-meadows	US		0	America/New_York	39.62206	-76.08023	130			MD	015		
4362621	Mitchell Manor	mitchell-manor	US		0	America/New_York	39.41871	-79.39616	758			MD	023		
4362629	Mohican Hills	mohican-hills	US		0	America/New_York	38.96428	-77.12692	84			MD	031		
4362631	Molesworth Hills	molesworth-hills	US		0	America/New_York	39.3526	-77.22193	208			MD	021		
4362632	Molitor Estates	molitor-estates	US		0	America/New_York	39.66456	-75.84411	69			MD	015		
4362634	Mitchells Range	mitchells-range	US		0	America/New_York	39.11594	-77.28137	121			MD	031		
4362638	Mondawmin	mondawmin	US		0	America/New_York	39.31761	-76.65941	73			MD	510		
4362641	Mondell	mondell	US		0	America/New_York	39.49427	-77.76194	101	Mondel,Mondell,New Industry		MD	043		
4362646	Monie	monie	US		0	America/New_York	38.18707	-75.82049	1	Manaye,Mannij,Monie		MD	039		
4362656	Monarch Meadow	monarch-meadow	US		0	America/New_York	39.52732	-76.93026	222			MD	013		
4362657	Monks Misery	monks-misery	US		0	America/New_York	39.4051	-77.01581	197			MD	013		
4362659	Monkton Farms	monkton-farms	US		0	America/New_York	39.55705	-76.60802	147			MD	005		
4362662	Monocacy (historical)	monocacy-historical	US		0	America/New_York	39.21121	-77.46499	67			MD	031		
4362672	Monocacy Meadows	monocacy-meadows	US		0	America/New_York	39.52566	-77.35498	98			MD	021		
4362676	Monocacy Overlook	monocacy-overlook	US		0	America/New_York	39.30566	-77.41915	97			MD	021		
4362682	Monroe Gardens	monroe-gardens	US		0	America/New_York	39.15344	-76.62608	21			MD	003		
4362684	Monocacy Village	monocacy-village	US		0	America/New_York	39.42594	-77.40082	91			MD	021		
4362687	Montaine	montaine	US		0	America/New_York	38.52095	-77.14581	40			MD	017		
4362688	Montclare	montclare	US		0	America/New_York	39.45538	-77.02887	252			MD	013		
4362689	Montebello Park	montebello-park	US		0	America/New_York	39.34261	-76.56858	65	Montebello Heights,Montebello Park		MD	510		
4362696	Montego Bay	montego-bay	US		0	America/New_York	38.43928	-75.05824	1			MD	047		
4362697	Montego Bay Mobile Home Park	montego-bay-mobile-home-park	US		0	America/New_York	38.43845	-75.06685	1			MD	047		
4362700	Monteith (historical)	monteith-historical	US		0	America/New_York	39.04011	-76.87914	56			MD	033		
4362701	Montel	montel	US		0	America/New_York	39.62648	-78.89808	552			MD	001		
4362702	Monterrey Village	monterrey-village	US		0	America/New_York	39.04344	-77.05748	126			MD	031		
4362708	Montford Glen	montford-glen	US		0	America/New_York	39.5515	-76.43024	149			MD	025		
4362728	Montgomery Hills	montgomery-hills	US		0	America/New_York	39.01067	-77.04776	106			MD	031		
4362735	Montgomery Knolls	montgomery-knolls	US		0	America/New_York	39.23761	-76.80664	120			MD	027		
4362736	Montgomery Knolls	montgomery-knolls	US		0	America/New_York	39.00983	-76.99553	89			MD	031		
4362739	Montgomery Manor	montgomery-manor	US		0	America/New_York	39.21205	-76.73358	72			MD	027		
4362740	Montgomery Run	montgomery-run	US		0	America/New_York	39.21788	-76.80386	141			MD	027		
4362741	Montgomery Square	montgomery-square	US		0	America/New_York	39.05511	-77.16692	118			MD	031		
4362748	Montgomery Woods	montgomery-woods	US		0	America/New_York	39.20927	-76.7333	67			MD	027		
4362753	Montpelier Forest	montpelier-forest	US		0	America/New_York	39.06844	-76.86414	64			MD	033		
4362754	Montpelier Hills	montpelier-hills	US		0	America/New_York	39.05011	-76.84553	57			MD	033		
4362756	Montpelier Woods	montpelier-woods	US		0	America/New_York	39.05205	-76.82886	63			MD	033		
4362757	Montreal Acres	montreal-acres	US		0	America/New_York	39.52872	-76.22384	100			MD	025		
4362772	Monumental	monumental	US		0	America/New_York	39.23455	-76.65469	26			MD	005		
4362777	Moonglow Manor	moonglow-manor	US		0	America/New_York	38.30817	-75.60937	12			MD	045		
4362789	Moores Corner	moores-corner	US		0	America/New_York	38.33179	-75.62243	8			MD	045		
4362793	Moores Mill	moores-mill	US		0	America/New_York	39.54927	-76.33829	109			MD	025		
4362797	Moorings on the Magothy	moorings-on-the-magothy	US		0	America/New_York	39.07094	-76.50135	1			MD	003		
4362801	Morantown	morantown	US		0	America/New_York	39.6787	-78.89086	438			MD	001		
4362815	Mooresfield	mooresfield	US		0	America/New_York	39.16177	-76.92053	142			MD	027		
4362817	Morgan Manor	morgan-manor	US		0	America/New_York	39.55566	-76.65608	164			MD	005		
4362818	Morgan Park	morgan-park	US		0	America/New_York	39.34677	-76.57886	77			MD	510		
4362819	Morgan Park	morgan-park	US		0	America/New_York	39.54205	-76.35302	121			MD	025		
4362825	Morganec Village	morganec-village	US		0	America/New_York	39.22594	-76.06217	11			MD	029		
4362827	Morgans Neglect	morgans-neglect	US		0	America/New_York	38.86539	-76.02494	19			MD	041		
4362828	Morgans Ridge	morgans-ridge	US		0	America/New_York	38.52845	-76.99914	47			MD	017		
4362833	Morgnec	morgnec	US		0	America/New_York	39.25372	-76.0005	20	Melbourne,Morgans Neck,Morgnec		MD	029		
4362836	Morningside	morningside	US		0	America/New_York	39.4126	-77.5886	172			MD	021		
4362837	Morningside	morningside	US		2086	America/New_York	38.83011	-76.89136	81			MD	033		
4362839	Morningside Heights	morningside-heights	US		0	America/New_York	39.42788	-76.78303	170			MD	005		
4362840	Morrell Park	morrell-park	US		0	America/New_York	39.26455	-76.6608	31			MD	510		
4362846	Morris Mill	morris-mill	US		0	America/New_York	38.32456	-75.59215	10			MD	045		
4362849	Morris Mobile Home Park	morris-mobile-home-park	US		0	America/New_York	38.3165	-75.1288	3			MD	047		
4362853	Morris Hills	morris-hills	US		0	America/New_York	39.20066	-76.60608	24			MD	003		
4362858	Mort Hills	mort-hills	US		0	America/New_York	39.52705	-77.25665	148			MD	021		
4362863	Moser	moser	US		0	America/New_York	39.46816	-77.59221	172			MD	021		
4362864	Mosley Acres	mosley-acres	US		0	America/New_York	38.39651	-76.45745	35			MD	009		
4362868	Moss Hill Acres	moss-hill-acres	US		0	America/New_York	38.37762	-75.57159	11			MD	045		
4362875	Motters	motters	US		0	America/New_York	39.65899	-77.33026	135	Motter Estates,Motters,Motters Station		MD	021		
4362881	Mount Air	mount-air	US		0	America/New_York	38.43568	-77.00636	37			MD	017		
4362886	Mount Airy Estates	mount-airy-estates	US		0	America/New_York	39.41871	-77.14415	180			MD	013		
4362887	Mount Airy Estates	mount-airy-estates	US		0	America/New_York	39.39733	-77.23304	153			MD	021		
4362892	Mount Airy Overview Estates	mount-airy-overview-estates	US		0	America/New_York	39.39594	-77.18804	212			MD	021		
4362895	Mount Airy Village West	mount-airy-village-west	US		0	America/New_York	39.38371	-77.16804	208			MD	021		
4362899	Mount Augustine	mount-augustine	US		0	America/New_York	39.20844	-76.71497	55			MD	027		
4362907	Mount Briar	mount-briar	US		160	America/New_York	39.4426	-77.68582	176	Mount Briar,Mount Brior		MD	043		
4362910	Mount Bush Estates	mount-bush-estates	US		0	America/New_York	39.46233	-76.2594	12			MD	025		
4362945	Mount Carmel Estates	mount-carmel-estates	US		0	America/New_York	38.56345	-77.00275	55			MD	017		
4362947	Mount Carmel Farms	mount-carmel-farms	US		0	America/New_York	39.58066	-76.72025	207			MD	005		
4362954	Mount Carmel Woods	mount-carmel-woods	US		0	America/New_York	38.56429	-76.9947	54			MD	017		
4362957	Mount DeSales	mount-desales	US		0	America/New_York	39.28288	-76.72525	144	De Sales,Mount De Sales,Mount DeSales,Mount de Sales		MD	005		
4362968	Mount Harmon	mount-harmon	US		0	America/New_York	39.38261	-75.93689	11			MD	015		
4362969	Mount Harmony	mount-harmony	US		0	America/New_York	38.69845	-76.60413	56			MD	009		
4362971	Mount Harmony Estates	mount-harmony-estates	US		0	America/New_York	38.7054	-76.63163	36			MD	009		
4362972	Mount Harmony Hills	mount-harmony-hills	US		0	America/New_York	38.70706	-76.63691	38			MD	009		
4362974	Mount Hebron	mount-hebron	US		0	America/New_York	39.30511	-76.83025	153			MD	027		
4362983	Mount Hermon Heights	mount-hermon-heights	US		0	America/New_York	38.3554	-75.53714	14			MD	045		
4362984	Mount Hermon Manor	mount-hermon-manor	US		0	America/New_York	38.34651	-75.47603	16			MD	045		
4363007	Mount Lebanon	mount-lebanon	US		0	America/New_York	39.28177	-77.17776	240			MD	031		
4363009	Mount Lena	mount-lena	US		515	America/New_York	39.55927	-77.62805	182	Mount Lena,Smoketown		MD	043		
4363014	Mount Moriah	mount-moriah	US		0	America/New_York	39.53704	-77.78472	144			MD	043		
4363016	Mount Calvert	mount-calvert	US		0	America/New_York	38.78539	-76.71469	7	Charles Town,Charles Towne,Charlestown,Mount Calvert		MD	033		
4363044	Mount Olive Manor	mount-olive-manor	US		0	America/New_York	38.30873	-75.50325	15			MD	045		
4363054	Mount Olivet Heights	mount-olivet-heights	US		0	America/New_York	39.40649	-77.40999	98			MD	021		
4363062	Mount Pisgah	mount-pisgah	US		0	America/New_York	38.53373	-77.11276	46			MD	017		
4363074	Mount Pleasant (historical)	mount-pleasant-historical	US		0	America/New_York	39.70427	-76.17329	139			MD	015		
4363076	Mount Pleasant Acres	mount-pleasant-acres	US		0	America/New_York	39.65983	-76.08328	101			MD	015		
4363078	Mount Pleasant Beach	mount-pleasant-beach	US		0	America/New_York	39.14983	-76.53191	15			MD	003		
4363101	Mount Pleasant East	mount-pleasant-east	US		0	America/New_York	39.45094	-77.31498	153			MD	021		
4363103	Mount Pleasant Estates	mount-pleasant-estates	US		0	America/New_York	39.4601	-77.31054	153			MD	021		
4363105	Mount Pleasant Farms	mount-pleasant-farms	US		0	America/New_York	38.78901	-76.24578	3			MD	041		
4363108	Mount Pleasant Manor	mount-pleasant-manor	US		0	America/New_York	39.67316	-76.10801	114			MD	015		
4363117	Mount Pleasant View	mount-pleasant-view	US		0	America/New_York	39.67011	-76.12328	94			MD	015		
4363120	Mount Prospect Estates	mount-prospect-estates	US		0	America/New_York	39.54871	-77.42054	130			MD	021		
4363123	Mount Radnor Heights	mount-radnor-heights	US		0	America/New_York	39.30094	-77.19082	236			MD	031		
4363144	Mount Savage Junction	mount-savage-junction	US		0	America/New_York	39.68786	-78.78196	213			MD	001		
4363177	Mount Vernon Estates	mount-vernon-estates	US		0	America/New_York	39.69733	-76.30107	120			MD	025		
4363189	Mount Vista Estates	mount-vista-estates	US		0	America/New_York	39.46205	-76.44969	125			MD	005		
4363197	Mount Wesley	mount-wesley	US		0	America/New_York	38.17151	-75.34325	11	Mount Wesley,Mount Westley		MD	047		
4363202	Mount Winans	mount-winans	US		0	America/New_York	39.26213	-76.64439	21			MD	510		
4363245	Mount Zion Estates	mount-zion-estates	US		0	America/New_York	39.38677	-77.49526	166			MD	021		
4363247	Mount Zion Knolls	mount-zion-knolls	US		0	America/New_York	39.38955	-77.49554	174			MD	021		
4363269	Mount Zoar	mount-zoar	US		0	America/New_York	39.6815	-76.18079	110	Mount Zion,Mount Zoar,Mount Zora		MD	015		
4363277	Mountain Estates	mountain-estates	US		0	America/New_York	39.13483	-76.55802	14			MD	003		
4363279	Mountain Hill	mountain-hill	US		0	America/New_York	39.55928	-76.018	31			MD	015		
4363282	Mountain Lake Park	mountain-lake-park	US		2111	America/New_York	39.39843	-79.38171	748	Hoyes Big Pasture,Mountain Lake Park		MD	023		
4363284	Mountain Lake View	mountain-lake-view	US		0	America/New_York	39.59121	-76.96137	253			MD	013		
4363285	Mountain Laurel Estates	mountain-laurel-estates	US		0	America/New_York	39.48038	-77.47388	265			MD	021		
4363286	Mountain Laurel Manor	mountain-laurel-manor	US		0	America/New_York	38.50734	-76.55801	45			MD	009		
4363298	Mountain View Estates	mountain-view-estates	US		0	America/New_York	39.47455	-76.34329	63			MD	025		
4363299	Mountain View Estates	mountain-view-estates	US		0	America/New_York	39.11261	-77.26526	133			MD	031		
4363300	Mountain View Estates	mountain-view-estates	US		0	America/New_York	39.55704	-77.67999	159			MD	043		
4363304	Mountain Vista	mountain-vista	US		0	America/New_York	39.43677	-77.10665	263			MD	013		
4363305	Mountain Vistas	mountain-vistas	US		0	America/New_York	39.64593	-78.03167	163			MD	043		
4363306	Mountain Wood	mountain-wood	US		0	America/New_York	39.10983	-76.48024	15			MD	003		
4363307	Mountaindale	mountaindale	US		0	America/New_York	39.51955	-77.45054	168			MD	021		
4363313	Mounts Scenic Acres	mounts-scenic-acres	US		0	America/New_York	39.52482	-77.2347	190			MD	021		
4363314	Mountview	mountview	US		0	America/New_York	39.31816	-76.94053	198	Mountain View,Mountview		MD	027		
4363316	Mountville Manor	mountville-manor	US		0	America/New_York	39.3001	-77.48221	91			MD	021		
4363317	Mountvista	mountvista	US		0	America/New_York	39.46038	-76.45663	127			MD	005		
4363318	Mousetown	mousetown	US		0	America/New_York	39.50427	-77.64193	180			MD	043		
4363324	Mowry	mowry	US		0	America/New_York	39.29177	-77.4886	99			MD	021		
4363325	Moxley	moxley	US		0	America/New_York	39.59039	-76.18412	100			MD	025		
4363326	Moxley Acres	moxley-acres	US		0	America/New_York	39.55566	-76.25912	123			MD	025		
4363330	Mozinger	mozinger	US		0	America/New_York	39.68538	-77.25943	133			MD	021		
4363371	Muirkirk	muirkirk	US		0	America/New_York	39.06178	-76.88525	48			MD	033		
4363376	Mulberry Hill	mulberry-hill	US		0	America/New_York	38.78623	-76.05939	17			MD	041		
4363380	Mulberry Point	mulberry-point	US		0	America/New_York	38.75429	-76.24995	2			MD	041		
4363382	Mulberry Tree Acres	mulberry-tree-acres	US		0	America/New_York	39.35427	-77.48776	125			MD	021		
4363384	Mullinix	mullinix	US		0	America/New_York	39.29455	-77.14581	163			MD	031		
4363389	Mullins Trailer Park	mullins-trailer-park	US		0	America/New_York	39.51678	-76.14467	13			MD	025		
4363390	Mumfords Landing	mumfords-landing	US		0	America/New_York	38.38623	-75.13657	1			MD	047		
4363395	Muncaster Manor	muncaster-manor	US		0	America/New_York	39.16761	-77.12192	154			MD	031		
4363400	Munson Heights	munson-heights	US		0	America/New_York	39.14511	-76.6883	47			MD	003		
4363412	Murray Hill	murray-hill	US		0	America/New_York	39.38844	-76.63025	132			MD	005		
4363413	Murray Hill	murray-hill	US		0	America/New_York	38.77928	-76.99414	43			MD	033		
4363421	Musgrove Estates	musgrove-estates	US		0	America/New_York	38.64429	-76.62552	37			MD	009		
4363423	Murray Hill	murray-hill	US		0	America/New_York	39.14594	-76.87553	109			MD	027		
4363426	Mutual Consent	mutual-consent	US		0	America/New_York	38.46235	-76.56051	35			MD	009		
4363428	Mutual Estates	mutual-estates	US		0	America/New_York	38.48623	-76.55384	47			MD	009		
4363429	My Ladies Manor	my-ladies-manor	US		0	America/New_York	39.49316	-76.95581	223			MD	013		
4363431	Mussel Shoals	mussel-shoals	US		0	America/New_York	39.24039	-75.91911	6			MD	035		
4363433	Myers Acres	myers-acres	US		0	America/New_York	39.58593	-77.07359	200			MD	013		
4363434	Myers Estates	myers-estates	US		0	America/New_York	39.13566	-76.65386	39			MD	003		
4363435	Myersdale	myersdale	US		0	America/New_York	39.70343	-78.19084	145	Dale City,Myersdale		MD	043		
4363446	Myrtle Grove Estates	myrtle-grove-estates	US		0	America/New_York	38.55012	-77.08859	47			MD	017		
4363452	Mystic Harbor	mystic-harbor	US		0	America/New_York	38.32234	-75.12157	2	Mystic Harbor,Mystic Harbour		MD	047		
4363465	My Ladys Manor Estates	my-ladys-manor-estates	US		0	America/New_York	39.56955	-76.57413	187			MD	005		
4363472	Nanticoke Acres	nanticoke-acres	US		103	America/New_York	38.25846	-75.91021	1			MD	045		
4363482	Narnia	narnia	US		0	America/New_York	39.51566	-77.07332	196			MD	013		
4363488	Narrows Park	narrows-park	US		0	America/New_York	39.66675	-78.8003	219			MD	001		
4363503	Nathaniels Retreat	nathaniels-retreat	US		0	America/New_York	38.17095	-75.34797	12			MD	047		
4363504	Nathans Hill	nathans-hill	US		0	America/New_York	39.16177	-77.1997	126			MD	031		
4363505	National	national	US		56	America/New_York	39.60898	-78.9403	545	National,Upper Ocean		MD	001		
4363521	National Mobile Home Park	national-mobile-home-park	US		0	America/New_York	38.28485	-76.47801	36			MD	037		
4363526	Natural Woods	natural-woods	US		0	America/New_York	39.16955	-77.41499	143			MD	031		
4363537	Naylor Mill Village Trailer Park	naylor-mill-village-trailer-park	US		0	America/New_York	38.41123	-75.60659	13			MD	045		
4363561	Necker	necker	US		0	America/New_York	39.3915	-76.4883	69			MD	005		
4363568	Neeld Estates	neeld-estates	US		0	America/New_York	38.61318	-76.51412	5			MD	009		
4363569	Neelsville	neelsville	US		0	America/New_York	39.19538	-77.24387	173			MD	031		
4363575	Nassawango Hills	nassawango-hills	US		0	America/New_York	38.22512	-75.46936	9			MD	047		
4363583	Nellys Corner (historical)	nellys-corner-historical	US		0	America/New_York	39.71344	-75.93605	142			MD	015		
4363597	Nestling Wind	nestling-wind	US		0	America/New_York	39.7076	-76.50802	228			MD	025		
4363600	Nevins Addition	nevins-addition	US		0	America/New_York	38.34234	-75.56576	11			MD	045		
4363601	Nevins Mill	nevins-mill	US		0	America/New_York	38.34067	-75.5602	12			MD	045		
4363602	New Addition	new-addition	US		0	America/New_York	39.31843	-77.64638	93			MD	021		
4363606	New Birmingham Manor	new-birmingham-manor	US		0	America/New_York	39.10594	-76.9147	141			MD	031		
4363610	New Bridge Haven	new-bridge-haven	US		0	America/New_York	38.02984	-75.58743	5			MD	047		
4363611	New Carrollton	new-carrollton	US		12786	America/New_York	38.96983	-76.87997	23	N'ju Karrolton,New Carrollton,Нью Карролтон		MD	033		
4363620	New Cut Farms	new-cut-farms	US		0	America/New_York	39.11955	-76.65108	30			MD	003		
4363621	New Design Acres	new-design-acres	US		0	America/New_York	39.3076	-77.46026	102			MD	021		
4363623	New England Estates	new-england-estates	US		0	America/New_York	38.73762	-76.92636	68			MD	033		
4363625	New Estates	new-estates	US		0	America/New_York	39.38594	-77.1747	228			MD	021		
4363632	New Glatz	new-glatz	US		0	America/New_York	38.77345	-77.00609	47			MD	033		
4363634	New Hampshire Estates	new-hampshire-estates	US		0	America/New_York	38.99705	-76.99053	71			MD	031		
4363636	New Hampshire Gardens	new-hampshire-gardens	US		0	America/New_York	38.98705	-76.99164	60			MD	033		
4363649	New Horizons	new-horizons	US		0	America/New_York	39.44288	-77.09943	253			MD	013		
4363658	New Market Farms	new-market-farms	US		0	America/New_York	39.3901	-77.28582	155			MD	021		
4363664	New Market View	new-market-view	US		0	America/New_York	39.35205	-77.25387	172			MD	021		
4363665	New Market West	new-market-west	US		0	America/New_York	39.38871	-77.28054	143			MD	021		
4363667	New Mexico	new-mexico	US		0	America/New_York	39.60344	-76.94887	268			MD	013		
4363679	New Road Landing	new-road-landing	US		0	America/New_York	38.26262	-75.81993	1			MD	045		
4363689	New Valley	new-valley	US		0	America/New_York	39.65566	-76.13717	33			MD	015		
4363691	New Venture Estates	new-venture-estates	US		0	America/New_York	39.48621	-77.1122	212			MD	021		
4363699	New Yarmouth	new-yarmouth	US		0	America/New_York	39.11928	-76.22884	1			MD	029		
4363721	Newland Park	newland-park	US		0	America/New_York	38.39178	-75.62548	11			MD	045		
4363722	Newmans Corner	newmans-corner	US		0	America/New_York	39.16622	-75.96661	22			MD	035		
4363731	Newport Hills	newport-hills	US		0	America/New_York	39.04066	-77.07192	103			MD	031		
4363734	Newport Hills	newport-hills	US		0	America/New_York	38.27539	-75.21908	2			MD	047		
4363742	Newport South	newport-south	US		0	America/New_York	38.23567	-75.18852	2			MD	047		
4363751	Newtown (historical)	newtown-historical	US		0	America/New_York	38.25541	-76.7008	4	New Towne,Newtown (historical)		MD	037		
4363752	Newtown Estates	newtown-estates	US		0	America/New_York	38.5004	-76.93719	43			MD	017		
4363763	Nicodemus Heights	nicodemus-heights	US		0	America/New_York	39.48621	-76.99248	224			MD	013		
4363766	Nightingale	nightingale	US		0	America/New_York	39.41316	-77.30387	104			MD	021		
4363767	Nikep	nikep	US		116	America/New_York	39.55065	-78.99725	423	Nikep,Pekin,Pekin Mine		MD	001		
4363782	Nob Hill	nob-hill	US		0	America/New_York	39.48149	-76.84914	198			MD	005		
4363783	Nob Hill	nob-hill	US		0	America/New_York	39.27566	-76.84136	114			MD	027		
4363785	Noble Mill	noble-mill	US		0	America/New_York	39.61788	-76.23884	25	Noble Mill,Nobles Mills		MD	025		
4363786	Nobles Mill Estates	nobles-mill-estates	US		0	America/New_York	39.61761	-76.24134	34			MD	025		
4363789	Nora Valley	nora-valley	US		0	America/New_York	39.4601	-76.89887	160			MD	013		
4363790	Norbeck	norbeck	US		0	America/New_York	39.11011	-77.07581	152	Norbeck		MD	031		
4363792	Norbeck Estates	norbeck-estates	US		0	America/New_York	39.13344	-77.08303	142			MD	031		
4363796	Norbourne Mobile Home Park	norbourne-mobile-home-park	US		0	America/New_York	38.80845	-76.82608	67			MD	033		
4363797	Norbrook Village	norbrook-village	US		0	America/New_York	39.13344	-77.06081	152			MD	031		
4363798	Nordeau	nordeau	US		0	America/New_York	39.15122	-76.81275	86			MD	027		
4363799	Norfolk Downs	norfolk-downs	US		0	America/New_York	38.48678	-75.70188	12			MD	045		
4363804	Normandy Heights	normandy-heights	US		0	America/New_York	39.28899	-76.80525	143			MD	027		
4363805	Normandy Woods	normandy-woods	US		0	America/New_York	39.28316	-76.8047	102			MD	027		
4363806	Normans	normans	US		0	America/New_York	38.9415	-76.35218	5			MD	035		
4363810	Normira Heights	normira-heights	US		0	America/New_York	39.60122	-75.81216	22			MD	015		
4363811	Norris Corner	norris-corner	US		0	America/New_York	39.47594	-76.29635	60			MD	025		
4363816	Norrisville	norrisville	US		0	America/New_York	39.70483	-76.53469	225			MD	025		
4363821	North Accokeek	north-accokeek	US		0	America/New_York	38.66956	-77.00664	62			MD	033		
4363827	North Avondale	north-avondale	US		0	America/New_York	38.95511	-76.97942	19			MD	033		
4363828	North Barnaby	north-barnaby	US		0	America/New_York	38.82178	-76.9547	82			MD	033		
4363833	North Beach Park	north-beach-park	US		0	America/New_York	38.71567	-76.52884	0			MD	003		
4363836	North Bel Air	north-bel-air	US		33925	America/New_York	39.53983	-76.35496	115			MD	025		
4363840	North Bend Estates	north-bend-estates	US		0	America/New_York	38.78484	-76.12522	4			MD	041		
4363841	North Bend Heights	north-bend-heights	US		0	America/New_York	39.63149	-76.46163	190			MD	025		
4363842	North Bend Woodland	north-bend-woodland	US		0	America/New_York	38.78512	-76.11744	4			MD	041		
4363843	North Bethesda	north-bethesda	US		43828	America/New_York	39.04455	-77.11887	120	N. Bethesda,Nors Bezehsda,Nort Betesda,nrt btzda  mrylnd,Норс Безэсда,Норт Бетесда,نرت بتزدا، مریلند		MD	031		
4363846	North Bluff	north-bluff	US		0	America/New_York	39.50123	-75.91578	6			MD	015		
4363848	North Branch (historical)	north-branch-historical	US		0	America/New_York	39.39705	-76.88442	128			MD	005		
4363850	Norris Run Woods	norris-run-woods	US		0	America/New_York	39.45288	-76.85192	196			MD	005		
4363865	North Cape Arthur	north-cape-arthur	US		0	America/New_York	39.07928	-76.53052	12			MD	003		
4363868	North Carroll Farms	north-carroll-farms	US		0	America/New_York	39.62594	-76.85248	250			MD	013		
4363873	North Chevy Chase	north-chevy-chase	US		588	America/New_York	39.00067	-77.07276	83	North Chevy Chase,Village of North Chevy Chase		MD	031		
4363878	North Brentwood	north-brentwood	US		540	America/New_York	38.94539	-76.95164	4	Nors Brentvud,Nort Brentvud,nrt brntwwd  mrylnd,nwrth brntwwd,Норс Брентвуд,Норт Брентвуд,شمالی برینٹووڈ، میری لینڈ,نرت برنتوود، مریلند,نورث برنتوود		MD	033		
4363880	North Creek Farms	north-creek-farms	US		0	America/New_York	39.04428	-76.87442	61			MD	033		
4363885	North Deale	north-deale	US		0	America/New_York	38.78651	-76.55024	3			MD	003		
4363894	North Deen	north-deen	US		0	America/New_York	39.51372	-76.15356	25			MD	025		
4363895	North East Harbor	north-east-harbor	US		0	America/New_York	39.589	-75.94439	8			MD	015		
4363897	North East Isles	north-east-isles	US		0	America/New_York	39.59595	-75.95356	9			MD	015		
4363900	North East Park	north-east-park	US		0	America/New_York	39.609	-75.95022	25			MD	015		
4363909	North Farm	north-farm	US		0	America/New_York	39.30149	-76.85886	143			MD	027		
4363912	North Forestville	north-forestville	US		0	America/New_York	38.85428	-76.87775	73			MD	033		
4363927	North Germantown	north-germantown	US		0	America/New_York	39.1765	-77.27332	146			MD	031		
4363929	North Glade	north-glade	US		0	America/New_York	39.50093	-79.2367	761			MD	023		
4363933	North Gate	north-gate	US		0	America/New_York	39.60011	-75.80216	28			MD	015		
4363938	North Glenwood	north-glenwood	US		0	America/New_York	38.77956	-76.09411	5			MD	041		
4363940	North Green Ridge	north-green-ridge	US		0	America/New_York	39.69149	-76.56552	161			MD	025		
4363947	North Harford Heights	north-harford-heights	US		0	America/New_York	39.62649	-76.46524	197			MD	025		
4363954	North Hills Sligo Park	north-hills-sligo-park	US		0	America/New_York	39.014	-77.02137	86			MD	031		
4363955	North Indian Creek Estates	north-indian-creek-estates	US		0	America/New_York	38.51012	-76.76636	50	Indian Creek Estates,North Indian Creek Estates		MD	037		
4363956	North Indian Head Estates	north-indian-head-estates	US		0	America/New_York	38.63317	-77.08081	54			MD	017		
4363957	North Jefferson	north-jefferson	US		0	America/New_York	39.37593	-77.54499	147			MD	021		
4363958	North Kaywood	north-kaywood	US		0	America/New_York	38.36067	-75.54548	12			MD	045		
4363959	North Kenilworth	north-kenilworth	US		0	America/New_York	38.92178	-76.92747	11			MD	033		
4363960	North Kensington	north-kensington	US		9514	America/New_York	39.03039	-77.07248	97			MD	031		
4363961	North Keys	north-keys	US		0	America/New_York	38.70789	-76.76719	47			MD	033		
4363962	North Keys Estates	north-keys-estates	US		0	America/New_York	38.71539	-76.78441	44			MD	033		
4363964	North Laurel	north-laurel	US		4474	America/New_York	39.139	-76.87053	90	Nors Laurehl,Nort Lorel,nrt lrl  mrylnd,Норс Лаурэл,Норт Лорел,نرت لرل، مریلند		MD	027		
4363965	North Laurel Park	north-laurel-park	US		0	America/New_York	39.11483	-76.84275	80			MD	027		
4363966	North Linthicum	north-linthicum	US		0	America/New_York	39.22261	-76.65136	11			MD	003		
4363968	North Lynch Estates	north-lynch-estates	US		0	America/New_York	39.50843	-77.60249	310			MD	021		
4363970	North Ocean City	north-ocean-city	US		0	America/New_York	38.374	-75.0699	1			MD	047		
4363972	North Ocean Pines	north-ocean-pines	US		0	America/New_York	38.39011	-75.16908	5			MD	047		
4363975	North Point	north-point	US		0	America/New_York	39.27733	-76.47691	7			MD	005		
4363978	North Point	north-point	US		0	America/New_York	38.72901	-76.15244	3			MD	041		
4363987	North Point Village	north-point-village	US		0	America/New_York	39.26677	-76.47163	6	North Point Village,North Pointe Village		MD	005		
4363990	North Potomac	north-potomac	US		24410	America/New_York	39.08289	-77.26498	79			MD	031		
4363992	North Potomac Vista	north-potomac-vista	US		0	America/New_York	38.78845	-77.01025	17			MD	033		
4363997	North Ridge	north-ridge	US		0	America/New_York	39.12205	-76.83553	82			MD	027		
4363999	North River Forest	north-river-forest	US		0	America/New_York	38.98539	-76.59191	25			MD	003		
4364003	North Sherwood Forest	north-sherwood-forest	US		0	America/New_York	39.09289	-77.0147	105			MD	031		
4364006	North Shore	north-shore	US		0	America/New_York	39.09039	-76.47607	8			MD	003		
4364007	North Shore	north-shore	US		0	America/New_York	39.41399	-77.31359	110			MD	021		
4364008	North Springbrook	north-springbrook	US		0	America/New_York	39.069	-77.01137	125			MD	031		
4364010	North Roblee Acres	north-roblee-acres	US		0	America/New_York	38.82095	-76.81164	52			MD	033		
4364011	North Takoma Park	north-takoma-park	US		0	America/New_York	38.98928	-77.01525	97			MD	031		
4364012	North Town Creek Manor	north-town-creek-manor	US		0	America/New_York	38.30235	-76.50384	35			MD	037		
4364013	North Welham	north-welham	US		0	America/New_York	39.18511	-76.62663	17			MD	003		
4364014	North Wind	north-wind	US		0	America/New_York	39.409	-76.51052	106			MD	005		
4364015	North Wind Farms	north-wind-farms	US		0	America/New_York	39.40566	-76.50524	81			MD	005		
4364016	North Woodridge	north-woodridge	US		0	America/New_York	38.94511	-76.97331	17			MD	033		
4364024	Northaven Mobile Home Park	northaven-mobile-home-park	US		0	America/New_York	39.69176	-77.7236	194			MD	043		
4364026	Northbrook Estates	northbrook-estates	US		0	America/New_York	39.02844	-77.04053	100			MD	031		
4364056	Northgate	northgate	US		0	America/New_York	38.61345	-76.88414	55			MD	017		
4364057	Northgate	northgate	US		0	America/New_York	39.70982	-77.32388	128			MD	021		
4364058	Northgate Woods	northgate-woods	US		0	America/New_York	39.12039	-76.83414	73			MD	027		
4364060	Northminster at Fair Hill	northminster-at-fair-hill	US		0	America/New_York	39.69594	-75.87327	104			MD	015		
4364063	Northridge Manor	northridge-manor	US		0	America/New_York	39.69537	-77.71888	194			MD	043		
4364069	Northeast Heights	northeast-heights	US		0	America/New_York	39.57317	-75.9505	5			MD	015		
4364074	Northwest Park	northwest-park	US		0	America/New_York	38.99261	-77.09803	98			MD	031		
4364075	Northwest Park	northwest-park	US		0	America/New_York	39.00733	-76.98414	65			MD	031		
4364082	Northwind Farms	northwind-farms	US		0	America/New_York	39.40816	-76.49385	103			MD	005		
4364083	Northwind Village	northwind-village	US		0	America/New_York	39.40205	-76.50135	87			MD	005		
4364087	Northwood Estates	northwood-estates	US		0	America/New_York	39.14455	-76.67191	42			MD	003		
4364088	Northwood Forest	northwood-forest	US		0	America/New_York	39.03344	-77.02387	114			MD	031		
4364091	Northwood Park	northwood-park	US		0	America/New_York	39.02789	-77.01581	96			MD	031		
4364099	Norwich Acres	norwich-acres	US		0	America/New_York	39.08955	-76.50135	5			MD	003		
4364104	Norwood Estates	norwood-estates	US		0	America/New_York	39.114	-77.01442	129			MD	031		
4364105	Norwood Heights	norwood-heights	US		0	America/New_York	39.27566	-76.68997	57			MD	510		
4364106	Norwood Park	norwood-park	US		0	America/New_York	39.27289	-76.52246	17	Brooks Hill,Fairtown,Norwood Park		MD	005		
4364109	Norwood Village	norwood-village	US		0	America/New_York	39.11927	-77.03859	118			MD	031		
4364111	Nostalgia	nostalgia	US		0	America/New_York	38.44318	-76.52051	34			MD	009		
4364112	Notch Cliff	notch-cliff	US		0	America/New_York	39.44372	-76.51024	70	Notch Cliff,Notchcliff		MD	005		
4364124	Nottingham Fields	nottingham-fields	US		0	America/New_York	39.71455	-76.06439	127			MD	015		
4364126	Nottingham Village	nottingham-village	US		0	America/New_York	39.37594	-77.12915	232			MD	013		
4364127	Nottingham Woods	nottingham-woods	US		0	America/New_York	39.38427	-76.46357	48			MD	005		
4364128	Nottingham Woods	nottingham-woods	US		0	America/New_York	38.39012	-75.55242	13			MD	045		
4364129	Nottinghamshire Farms	nottinghamshire-farms	US		0	America/New_York	39.65177	-76.58163	187			MD	005		
4364140	Nutcracker Point	nutcracker-point	US		0	America/New_York	38.80623	-76.28578	4			MD	041		
4364144	Nutwell	nutwell	US		0	America/New_York	38.77984	-76.57607	37			MD	003		
4364149	Nursery View	nursery-view	US		0	America/New_York	39.35566	-77.11998	237			MD	027		
4364150	O'Donnell Heights	o-donnell-heights	US		0	America/New_York	39.27622	-76.54163	33			MD	510		
4364154	Oak Acres	oak-acres	US		0	America/New_York	39.40621	-77.32304	168			MD	021		
4364156	Oak Court	oak-court	US		0	America/New_York	38.98344	-76.55135	26			MD	003		
4364158	Oak Crest	oak-crest	US		0	America/New_York	39.08566	-76.86136	64	Oak Crest,Oak Rest		MD	033		
4364159	Oak Dale	oak-dale	US		0	America/New_York	39.55427	-76.29246	128			MD	025		
4364160	Oak Estates	oak-estates	US		0	America/New_York	38.50151	-76.78497	51			MD	017		
4364163	Oak Forest Park	oak-forest-park	US		0	America/New_York	39.26205	-76.74775	151			MD	005		
4364179	Oak Haven	oak-haven	US		0	America/New_York	38.42789	-75.56742	13			MD	045		
4364186	Oak Hill Estates	oak-hill-estates	US		0	America/New_York	38.58901	-76.98859	61			MD	017		
4364187	Oak Hill Estates	oak-hill-estates	US		0	America/New_York	39.1265	-76.97053	152			MD	031		
4364188	Oak Hill Estates	oak-hill-estates	US		0	America/New_York	38.21317	-75.29269	10			MD	047		
4364190	Oak Hollow	oak-hollow	US		0	America/New_York	39.10817	-76.54719	15			MD	003		
4364192	Oak Knolls	oak-knolls	US		0	America/New_York	38.58012	-76.99025	56			MD	017		
4364193	Oak Landing	oak-landing	US		0	America/New_York	39.08483	-76.53024	6			MD	003		
4364194	Oak Lea	oak-lea	US		0	America/New_York	39.27761	-76.85636	131			MD	027		
4364195	Oak Orchard	oak-orchard	US		0	America/New_York	39.49177	-77.15387	201			MD	021		
4364203	Oak Ridge Manor	oak-ridge-manor	US		0	America/New_York	39.14955	-76.61802	16			MD	003		
4364206	O'Donnell	o-donnell	US		0	America/New_York	39.25233	-76.86331	148			MD	027		
4364207	Oak Terrace Trailer Park	oak-terrace-trailer-park	US		0	America/New_York	38.46845	-75.76354	9			MD	045		
4364208	Oak Valley	oak-valley	US		0	America/New_York	39.6626	-76.58886	222			MD	005		
4364209	Oak View Village	oak-view-village	US		0	America/New_York	39.17289	-76.82914	116			MD	027		
4364210	Oak West	oak-west	US		0	America/New_York	39.28011	-76.80775	117			MD	027		
4364211	Oakbluff	oakbluff	US		0	America/New_York	38.93956	-76.54274	6			MD	003		
4364217	Oakdale Acres	oakdale-acres	US		0	America/New_York	38.43123	-75.57048	13			MD	045		
4364220	Oakdale Manor	oakdale-manor	US		0	America/New_York	39.5926	-76.86331	265			MD	013		
4364223	Oakhill	oakhill	US		0	America/New_York	39.08567	-76.56913	17			MD	003		
4364225	Oakington	oakington	US		0	America/New_York	39.50317	-76.1144	14	Oakington,Okington		MD	025		
4364226	Oakington Manor	oakington-manor	US		0	America/New_York	39.51233	-76.12745	12			MD	025		
4364234	Oakland Acres	oakland-acres	US		0	America/New_York	38.98345	-75.86494	18			MD	011		
4364235	Oakland Acres	oakland-acres	US		0	America/New_York	38.50207	-76.77941	52			MD	017		
4364236	Oakland Acres	oakland-acres	US		0	America/New_York	38.30734	-75.56353	14			MD	045		
4364240	Oakland Estates	oakland-estates	US		0	America/New_York	38.51595	-76.96581	48			MD	017		
4364242	Oakland Hill	oakland-hill	US		0	America/New_York	39.04622	-76.47079	24			MD	003		
4364243	Oakland Hills	oakland-hills	US		0	America/New_York	39.41344	-76.90164	162			MD	013		
4364251	Oakland Park	oakland-park	US		0	America/New_York	39.37177	-76.76747	157			MD	005		
4364256	Oaklands	oaklands	US		0	America/New_York	38.73928	-76.10022	5			MD	041		
4364258	Oaklawn	oaklawn	US		0	America/New_York	38.77289	-76.95081	76			MD	033		
4364260	Oaklee	oaklee	US		763	America/New_York	39.26788	-76.68497	56			MD	510		
4364261	Oakleigh	oakleigh	US		0	America/New_York	39.40511	-76.55886	107			MD	005		
4364264	Oakleigh Forest	oakleigh-forest	US		0	America/New_York	39.07955	-76.53857	12			MD	003		
4364265	Oakleigh Manor	oakleigh-manor	US		0	America/New_York	39.39538	-76.55608	118			MD	005		
4364267	Oakleigh Ridge	oakleigh-ridge	US		0	America/New_York	39.69871	-76.92581	307			MD	013		
4364268	Oaklett Estates	oaklett-estates	US		0	America/New_York	39.68871	-77.82472	135			MD	043		
4364270	Oaklyn Manor	oaklyn-manor	US		0	America/New_York	39.42927	-76.37635	35			MD	025		
4364274	Oakmont Manor	oakmont-manor	US		0	America/New_York	39.13289	-77.18331	144			MD	031		
4364280	Oak Summit	oak-summit	US		0	America/New_York	39.39483	-76.51469	105			MD	005		
4364281	Oaks of Harford	oaks-of-harford	US		0	America/New_York	39.46511	-76.32274	50			MD	025		
4364282	Oaks of Parsonage	oaks-of-parsonage	US		0	America/New_York	39.65399	-76.70858	231			MD	005		
4364283	Oaks of Severna Park	oaks-of-severna-park	US		0	America/New_York	39.094	-76.56996	27			MD	003		
4364284	Oakview	oakview	US		0	America/New_York	39.01622	-76.98081	79	Oak View,Oakview		MD	031		
4364297	Oakwood Knolls	oakwood-knolls	US		0	America/New_York	38.98539	-77.12859	103			MD	031		
4364298	Oakwood Manor	oakwood-manor	US		0	America/New_York	39.14733	-76.61913	20			MD	003		
4364299	Oakwood Overlook	oakwood-overlook	US		0	America/New_York	39.25094	-76.98498	186			MD	027		
4364300	Oakwood Park	oakwood-park	US		0	America/New_York	39.14205	-76.6108	16			MD	003		
4364302	Oakwood Village	oakwood-village	US		0	America/New_York	39.36122	-76.79414	171			MD	005		
4364308	Obretch Estates	obretch-estates	US		0	America/New_York	39.37594	-76.98665	191			MD	013		
4364309	Observatory Heights	observatory-heights	US		0	America/New_York	39.13844	-77.19998	144			MD	031		
4364310	Ocean	ocean	US		32	America/New_York	39.60259	-78.94391	542			MD	001		
4364311	Ocean Bay City	ocean-bay-city	US		0	America/New_York	38.40678	-75.06185	1			MD	047		
4364326	Ocean Pines	ocean-pines	US		11710	America/New_York	38.39539	-75.15574	2			MD	047		
4364330	Oceola Estates	oceola-estates	US		0	America/New_York	39.46899	-77.12137	245			MD	021		
4364331	Octararo (historical)	octararo-historical	US		0	America/New_York	39.70705	-76.11495	39			MD	015		
4364333	Octararo Lakes	octararo-lakes	US		0	America/New_York	39.70289	-76.11773	91			MD	015		
4364335	Octoraro	octoraro	US		0	America/New_York	39.65872	-76.15467	10	Octoraro,Octoraro Station		MD	015		
4364339	Oddessy	oddessy	US		0	America/New_York	39.57178	-75.81633	4			MD	015		
4364345	Odenton Heights	odenton-heights	US		0	America/New_York	39.07039	-76.69969	61			MD	003		
4364346	Odenton Park	odenton-park	US		0	America/New_York	39.04789	-76.6958	49			MD	003		
4364351	Odyssey	odyssey	US		0	America/New_York	38.74539	-76.62941	37			MD	009		
4364352	Oella	oella	US		0	America/New_York	39.274	-76.78664	59			MD	005		
4364354	Offutt Ridge	offutt-ridge	US		0	America/New_York	39.36261	-76.83025	140			MD	005		
4364367	Oklahoma	oklahoma	US		0	America/New_York	39.41371	-76.92276	147			MD	013		
4364369	Olacin	olacin	US		0	America/New_York	39.40566	-77.3611	90			MD	021		
4364370	Old Annapolis Neck	old-annapolis-neck	US		0	America/New_York	38.94317	-76.49079	13			MD	003		
4364371	Old Baltimore	old-baltimore	US		0	America/New_York	39.40594	-76.24134	4	Baltemore Town,Old Baltimore		MD	025		
4364373	Old Bayside	old-bayside	US		0	America/New_York	38.67901	-76.54857	25			MD	009		
4364379	Old Cedar Point	old-cedar-point	US		0	America/New_York	38.92928	-76.53024	7			MD	003		
4364383	Old Colony	old-colony	US		0	America/New_York	38.53373	-76.97053	53			MD	017		
4364384	Old Colony Cove	old-colony-cove	US		0	America/New_York	38.72845	-76.54635	1			MD	003		
4364388	Old County Estates	old-county-estates	US		0	America/New_York	39.05594	-76.53302	34			MD	003		
4364391	Old Dixie Manor	old-dixie-manor	US		0	America/New_York	39.57483	-76.36357	146			MD	025		
4364392	Old Farm	old-farm	US		0	America/New_York	39.05039	-77.14442	109			MD	031		
4364393	Old Farm	old-farm	US		0	America/New_York	39.44566	-77.43832	108			MD	021		
4364400	Old Field Point	old-field-point	US		0	America/New_York	39.51817	-75.90105	24			MD	015		
4364404	Old Ford Hills	old-ford-hills	US		0	America/New_York	38.74178	-76.96581	35			MD	033		
4364407	Old Fort Acres	old-fort-acres	US		0	America/New_York	38.73262	-76.97275	29			MD	033		
4364410	Old Georgetown Estates	old-georgetown-estates	US		0	America/New_York	39.04733	-77.13303	95			MD	031		
4364411	Old Germantown	old-germantown	US		0	America/New_York	39.16205	-77.28137	137			MD	031		
4364413	Old Glory Beach	old-glory-beach	US		0	America/New_York	39.15205	-76.54746	8			MD	003		
4364421	Old Home Estates	old-home-estates	US		0	America/New_York	39.42705	-76.94415	172			MD	013		
4364425	Old House Cove Estates	old-house-cove-estates	US		0	America/New_York	38.34401	-76.4369	6			MD	009		
4364435	Old Line Village of Fair Hill	old-line-village-of-fair-hill	US		0	America/New_York	39.72067	-75.89327	95			MD	015		
4364442	Old Mill Bottom Estates	old-mill-bottom-estates	US		0	America/New_York	39.02344	-76.46357	25			MD	003		
4364444	Old Mill	old-mill	US		0	America/New_York	39.12094	-76.61635	30	Old Mill,Olde Mill		MD	003		
4364453	Old Orchard Estates	old-orchard-estates	US		0	America/New_York	39.29705	-77.31498	155			MD	021		
4364472	Old Salem Village	old-salem-village	US		0	America/New_York	39.09372	-77.00581	143			MD	031		
4364475	Old Severna Park	old-severna-park	US		0	America/New_York	39.07039	-76.55246	13			MD	003		
4364479	Old Sycamore Estates	old-sycamore-estates	US		0	America/New_York	38.44929	-76.86858	51			MD	017		
4364486	Old Villa	old-villa	US		0	America/New_York	38.79845	-76.10911	5			MD	041		
4364491	Old Point Estates	old-point-estates	US		0	America/New_York	38.93984	-76.28523	3			MD	035		
4364494	Old York Manor	old-york-manor	US		0	America/New_York	39.64872	-76.56219	210			MD	025		
4364496	Olde Mill	olde-mill	US		0	America/New_York	38.46318	-76.56662	38			MD	009		
4364497	Olde Mill Estates	olde-mill-estates	US		0	America/New_York	39.38261	-76.77414	169			MD	005		
4364499	Olde Oak Run	olde-oak-run	US		0	America/New_York	39.41982	-77.12109	218			MD	013		
4364500	Olde Washington Valley	olde-washington-valley	US		0	America/New_York	39.46149	-77.01026	245			MD	013		
4364503	Oldfield Acres	oldfield-acres	US		0	America/New_York	39.55372	-75.87855	16			MD	015		
4364505	Old York Manor	old-york-manor	US		0	America/New_York	39.51594	-76.57663	171			MD	005		
4364519	Oliver Beach	oliver-beach	US		0	America/New_York	39.37289	-76.34274	3			MD	005		
4364532	Olivet Hill	olivet-hill	US		0	America/New_York	39.33817	-75.86605	19			MD	029		
4364538	Olney Acres	olney-acres	US		0	America/New_York	39.15011	-77.09137	133			MD	031		
4364542	Olney Estates	olney-estates	US		0	America/New_York	39.14677	-77.0472	142			MD	031		
4364545	Olney Mill	olney-mill	US		0	America/New_York	39.17594	-77.07192	141			MD	031		
4364546	Olney Oaks	olney-oaks	US		0	America/New_York	39.15261	-77.08137	143			MD	031		
4364549	Olney Square	olney-square	US		0	America/New_York	39.15816	-77.08165	138			MD	031		
4364552	Olney Town	olney-town	US		0	America/New_York	39.15788	-77.06803	162			MD	031		
4364553	Omar (historical)	omar-historical	US		0	America/New_York	39.06317	-76.59552	23			MD	003		
4364554	Omar Acres	omar-acres	US		0	America/New_York	39.53732	-77.02081	203			MD	013		
4364556	Open Acres Manor	open-acres-manor	US		0	America/New_York	39.49066	-76.3719	90			MD	025		
4364562	Opequon Farms	opequon-farms	US		0	America/New_York	39.54815	-77.83944	133			MD	043		
4364566	Orange Grove (historical)	orange-grove-historical	US		0	America/New_York	39.24177	-76.73219	96			MD	005		
4364567	Orange Grove (historical)	orange-grove-historical	US		0	America/New_York	39.24288	-76.75081	11			MD	027		
4364573	Orchard Beach	orchard-beach	US		0	America/New_York	39.17066	-76.52663	12			MD	003		
4364575	Orchard Estates	orchard-estates	US		0	America/New_York	39.67232	-77.59749	201			MD	043		
4364576	Orchard Gate at Piney Orchard	orchard-gate-at-piney-orchard	US		0	America/New_York	39.07372	-76.71219	66			MD	003		
4364579	Orchard Hills	orchard-hills	US		0	America/New_York	39.41761	-76.62108	115			MD	005		
4364580	Orchard Hills	orchard-hills	US		0	America/New_York	39.68898	-77.72527	197			MD	043		
4364582	Orchard Lakes	orchard-lakes	US		0	America/New_York	39.53427	-76.48302	168			MD	025		
4364584	Orchard Place	orchard-place	US		0	America/New_York	39.13677	-77.22832	130			MD	031		
4364589	Orchard Point at Piney Orchard	orchard-point-at-piney-orchard	US		0	America/New_York	39.069	-76.70802	62			MD	003		
4364590	Orchard Pond	orchard-pond	US		0	America/New_York	39.14594	-77.22415	130			MD	031		
4364597	Orchard View	orchard-view	US		0	America/New_York	39.6765	-76.08301	121			MD	015		
4364598	Orchard View	orchard-view	US		0	America/New_York	39.02928	-76.9072	30			MD	033		
4364599	Orchard View	orchard-view	US		0	America/New_York	39.03289	-76.03466	19			MD	035		
4364602	Orchardview Estates	orchardview-estates	US		0	America/New_York	39.55622	-76.1369	107			MD	025		
4364606	Orchards of Linthicum	orchards-of-linthicum	US		0	America/New_York	39.20705	-76.65497	51			MD	003		
4364615	Oriole	oriole	US		0	America/New_York	38.17318	-75.80771	1			MD	039		
4364619	Orme	orme	US		0	America/New_York	38.64262	-76.76552	61			MD	033		
4364621	Orr Acres	orr-acres	US		0	America/New_York	39.13067	-76.50663	18			MD	003		
4364623	Osborne Heights	osborne-heights	US		0	America/New_York	39.18483	-76.64969	36			MD	003		
4364625	Osborns Ruins	osborns-ruins	US		0	America/New_York	39.45761	-76.2844	20			MD	025		
4364640	Otterdale Mill	otterdale-mill	US		0	America/New_York	39.61621	-77.16693	124			MD	013		
4364641	Ottersdale	ottersdale	US		0	America/New_York	39.63177	-77.16665	155			MD	013		
4364689	Overbrook Manor	overbrook-manor	US		0	America/New_York	38.39262	-75.59993	10			MD	045		
4364690	Overlea	overlea	US		12275	America/New_York	39.36344	-76.52052	69	Langes Farm,Overlea		MD	005		
4364695	Overlook	overlook	US		0	America/New_York	39.47872	-76.59969	149			MD	005		
4364696	Overlook	overlook	US		0	America/New_York	38.94345	-76.13022	21			MD	035		
4364697	Overlook	overlook	US		0	America/New_York	39.4076	-77.44165	128			MD	021		
4364706	Owen Brown	owen-brown	US		0	America/New_York	39.18955	-76.8422	110			MD	027		
4364710	Owen Soper Woods	owen-soper-woods	US		0	America/New_York	38.63179	-76.54273	44			MD	009		
4364712	Overview Manor	overview-manor	US		0	America/New_York	39.48761	-76.30024	57			MD	025		
4364722	Owings Beach	owings-beach	US		0	America/New_York	38.77262	-76.5544	2			MD	003		
4364724	Owings Farm	owings-farm	US		0	America/New_York	38.70928	-76.54912	30			MD	009		
4364726	Owings Hills	owings-hills	US		0	America/New_York	38.71456	-76.60413	27			MD	009		
4364737	Owings Ridge	owings-ridge	US		0	America/New_York	39.44066	-76.79109	183			MD	005		
4364738	Owings Station	owings-station	US		0	America/New_York	38.71178	-76.60885	39			MD	009		
4364739	Owings Town Center	owings-town-center	US		0	America/New_York	38.71706	-76.60468	18			MD	009		
4364741	Owings Wood	owings-wood	US		0	America/New_York	38.70929	-76.53996	7			MD	009		
4364748	Oxford Green	oxford-green	US		0	America/New_York	39.06205	-76.84108	50			MD	033		
4364755	Owl Hollow Acres	owl-hollow-acres	US		0	America/New_York	38.08179	-75.43742	11			MD	047		
4364770	Oxon Run Hills	oxon-run-hills	US		0	America/New_York	38.844	-76.96164	55			MD	033		
4364776	Oyster Harbor	oyster-harbor	US		0	America/New_York	38.92456	-76.46524	3			MD	003		
4364785	Pack Town	pack-town	US		0	America/New_York	39.08678	-76.56052	18			MD	003		
4364787	Padonia	padonia	US		0	America/New_York	39.45594	-76.63275	113			MD	005		
4364795	Pagetts Corner	pagetts-corner	US		0	America/New_York	38.79317	-76.92831	81			MD	033		
4364799	Paint Branch Farms	paint-branch-farms	US		0	America/New_York	39.08066	-76.99387	139			MD	031		
4364804	Painters Hill	painters-hill	US		0	America/New_York	38.96122	-76.50802	8			MD	003		
4364808	Palisades on the Severn	palisades-on-the-severn	US		0	America/New_York	39.04289	-76.57746	6			MD	003		
4364813	Palmer (historical)	palmer-historical	US		0	America/New_York	39.6976	-77.21498	112			MD	013		
4364816	Palmer Park	palmer-park	US		0	America/New_York	38.92094	-76.87164	30			MD	033		
4364819	Palmers	palmers	US		0	America/New_York	38.23374	-76.75747	3	Palmer,Palmers		MD	037		
4364820	Palmers Corner	palmers-corner	US		0	America/New_York	38.77567	-76.95775	77			MD	033		
4364823	Paloma Villa	paloma-villa	US		0	America/New_York	39.37955	-77.17193	219			MD	021		
4364833	Panorama Estates	panorama-estates	US		0	America/New_York	39.58899	-77.06109	218			MD	013		
4364840	Paradise Beach	paradise-beach	US		0	America/New_York	39.14844	-76.46357	4			MD	003		
4364846	Paradise Heights	paradise-heights	US		0	America/New_York	39.52511	-76.17412	67			MD	025		
4364847	Paradise Island	paradise-island	US		0	America/New_York	38.90206	-76.35357	4			MD	035		
4364848	Paradise Manor	paradise-manor	US		0	America/New_York	39.52094	-76.17273	60			MD	025		
4364851	Paramount Manor	paramount-manor	US		0	America/New_York	39.6826	-77.69166	178			MD	043		
4364854	Paris Estates	paris-estates	US		0	America/New_York	38.70484	-76.58051	37			MD	009		
4364855	Paris Oaks	paris-oaks	US		0	America/New_York	38.71067	-76.57468	43			MD	009		
4364856	Paris Pines	paris-pines	US		0	America/New_York	38.70262	-76.57801	42			MD	009		
4364857	Paris Poplars	paris-poplars	US		0	America/New_York	38.70428	-76.56829	35			MD	009		
4364860	Park Chesapeake	park-chesapeake	US		0	America/New_York	38.36651	-76.39856	35			MD	009		
4364863	Park Estates	park-estates	US		0	America/New_York	38.62095	-76.78052	60			MD	017		
4364866	Park Hall Estates	park-hall-estates	US		0	America/New_York	38.21985	-76.44134	26			MD	037		
4364867	Park Hall Estates	park-hall-estates	US		0	America/New_York	39.41288	-77.66249	225			MD	043		
4364871	Park Head	park-head	US		0	America/New_York	39.66315	-78.0625	131	Indian Spring,Millstone Point,Park Head,Parkhead		MD	043		
4364881	Park Lake Estates	park-lake-estates	US		0	America/New_York	39.33955	-77.20998	230			MD	021		
4364883	Park Manor	park-manor	US		0	America/New_York	38.35178	-75.5802	11			MD	045		
4364884	Park Mills	park-mills	US		0	America/New_York	39.29788	-77.40776	89	Fleecy Dale,New Bremen,Park Mills		MD	021		
4364885	Park Pines	park-pines	US		0	America/New_York	38.17235	-76.38717	26			MD	037		
4364891	Park Ridge Estates	park-ridge-estates	US		0	America/New_York	39.53317	-76.19857	93			MD	025		
4364894	Park View Estates	park-view-estates	US		0	America/New_York	39.25844	-77.20776	203			MD	031		
4364896	Parke West	parke-west	US		0	America/New_York	39.13566	-76.64747	42			MD	003		
4364903	Parker Heights	parker-heights	US		0	America/New_York	38.37734	-75.54076	12			MD	045		
4364905	Parker Meadows	parker-meadows	US		0	America/New_York	38.71762	-76.95747	69			MD	033		
4364909	Parker Wharf	parker-wharf	US		0	America/New_York	38.42457	-76.5669	6	Clarks Wharf,Parker Wharf,Parkers,Parkers Wharf		MD	009		
4364910	Parkers Creek	parkers-creek	US		0	America/New_York	38.52568	-76.53301	41	Parker Creek,Parker Creek Knolls,Parkers,Parkers Creek		MD	009		
4364913	Parkfield	parkfield	US		0	America/New_York	39.49149	-76.9622	219			MD	013		
4364916	Parkhurst Manor	parkhurst-manor	US		0	America/New_York	38.38401	-75.55603	13			MD	045		
4364917	Parkland	parkland	US		0	America/New_York	38.85039	-76.90497	85			MD	033		
4364920	Parkland Terrace	parkland-terrace	US		0	America/New_York	38.84206	-76.92636	86			MD	033		
4364923	Parkridge	parkridge	US		0	America/New_York	39.14677	-77.24137	123			MD	031		
4364924	Parkridge Estates	parkridge-estates	US		0	America/New_York	39.15038	-77.23998	126			MD	031		
4364929	Parkertown	parkertown	US		0	America/New_York	38.38706	-75.18602	6			MD	047		
4364930	Parkside	parkside	US		0	America/New_York	39.42677	-76.97609	182			MD	013		
4364931	Parkside	parkside	US		0	America/New_York	39.02761	-77.10387	83			MD	031		
4364934	Parkside Heights	parkside-heights	US		0	America/New_York	39.3765	-76.57774	106			MD	005		
4364940	Parktowne	parktowne	US		0	America/New_York	39.37372	-76.52358	87			MD	005		
4364941	Parkview	parkview	US		0	America/New_York	39.10678	-76.57469	21			MD	003		
4364942	Parkview	parkview	US		0	America/New_York	38.39289	-75.34492	10			MD	045		
4364943	Parkview Estates	parkview-estates	US		0	America/New_York	39.4801	-77.46665	205			MD	021		
4364944	Parkview Estates	parkview-estates	US		0	America/New_York	39.00539	-77.06637	81	Park View Estates,Parkview Estates		MD	031		
4364945	Parkview Trail	parkview-trail	US		0	America/New_York	39.31205	-76.77858	133			MD	005		
4364948	Parkville Heights	parkville-heights	US		0	America/New_York	39.38066	-76.55135	98			MD	005		
4364957	Parkwood	parkwood	US		0	America/New_York	39.13039	-76.64441	36			MD	003		
4364958	Parkwood	parkwood	US		0	America/New_York	39.56955	-76.46746	176			MD	025		
4364959	Parkwood	parkwood	US		0	America/New_York	39.01983	-77.09137	91			MD	031		
4364962	Parliament Ridge	parliament-ridge	US		0	America/New_York	39.54622	-76.37663	137			MD	025		
4364964	Parole	parole	US		15922	America/New_York	38.97956	-76.53052	20	Camp Parole,Parole,Roll Camp Stan,Roll Camp Station		MD	003		
4364968	Parran	parran	US		0	America/New_York	38.6029	-76.57023	42	Parran,Parrans Park		MD	009		
4364969	Parran Hunt Estates	parran-hunt-estates	US		0	America/New_York	38.58901	-76.56023	34			MD	009		
4364970	Parrans Woods	parrans-woods	US		0	America/New_York	38.60873	-76.56968	36			MD	009		
4364975	Parrs Ridge	parrs-ridge	US		0	America/New_York	39.12066	-76.98303	169			MD	031		
4364976	Parrs Ridge	parrs-ridge	US		0	America/New_York	39.58121	-77.00887	216			MD	013		
4364977	Parrsville	parrsville	US		0	America/New_York	39.36288	-77.15387	224			MD	013		
4364978	Parson Hill	parson-hill	US		0	America/New_York	39.30733	-76.09828	24			MD	029		
4364982	Parkshire	parkshire	US		0	America/New_York	39.50955	-76.43441	132			MD	025		
4364985	Parsons Ridge	parsons-ridge	US		0	America/New_York	39.51511	-76.31385	82			MD	025		
4364988	Parsonville	parsonville	US		0	America/New_York	37.99235	-75.78438	1			MD	039		
4364989	Parvilla	parvilla	US		0	America/New_York	38.92511	-76.57163	16			MD	003		
4364992	Pasadena Beach	pasadena-beach	US		0	America/New_York	39.14594	-76.45774	1			MD	003		
4364994	Pasadena Manor	pasadena-manor	US		0	America/New_York	39.10955	-76.56358	20			MD	003		
4365000	Passapae Landing	passapae-landing	US		0	America/New_York	38.92428	-75.82549	8	Pasapee Landing,Passapae Landing		MD	011		
4365004	Patamoke Village	patamoke-village	US		0	America/New_York	38.54679	-76.09605	3			MD	019		
4365005	Patapsco	patapsco	US		0	America/New_York	39.21372	-76.68775	39			MD	003		
4365006	Patapsco	patapsco	US		0	America/New_York	39.53871	-76.89192	172	Carrollton,Paradise,Patapsco		MD	013		
4365008	Patapsco Estates	patapsco-estates	US		0	America/New_York	39.36621	-76.99026	158			MD	013		
4365014	Patapsco Overlook	patapsco-overlook	US		0	America/New_York	39.35066	-77.07581	216			MD	027		
4365015	Patapsco Park	patapsco-park	US		0	America/New_York	39.21539	-76.63969	45			MD	003		
4365016	Patapsco Park Estates	patapsco-park-estates	US		0	America/New_York	39.30011	-76.82914	138			MD	027		
4365029	Patapsco Woods	patapsco-woods	US		0	America/New_York	39.25288	-76.74025	127			MD	005		
4365030	Patapsco Woods	patapsco-woods	US		0	America/New_York	39.52649	-76.89026	191			MD	013		
4365032	Patchwork Farms	patchwork-farms	US		0	America/New_York	39.57066	-76.59275	169			MD	005		
4365037	Patrick Plains	patrick-plains	US		0	America/New_York	38.67956	-76.11022	4			MD	041		
4365039	Patricks Landing	patricks-landing	US		0	America/New_York	38.34512	-75.66159	5			MD	045		
4365040	Patriots Choice	patriots-choice	US		0	America/New_York	39.41677	-76.94303	190			MD	013		
4365044	Patterson Park	patterson-park	US		0	America/New_York	38.4054	-76.5094	13			MD	009		
4365052	Patuxent	patuxent	US		0	America/New_York	38.53929	-76.74858	53	NHK,Patuxent,Patuxent City		MD	017		
4365055	Patuxent Highland (historical)	patuxent-highland-historical	US		0	America/New_York	38.70678	-76.69274	21			MD	009		
4365056	Patuxent Hills	patuxent-hills	US		0	America/New_York	39.22594	-76.91831	117			MD	027		
4365059	Patuxent Knolls	patuxent-knolls	US		0	America/New_York	38.49012	-76.70385	31			MD	037		
4365060	Patuxent Manor	patuxent-manor	US		0	America/New_York	38.91261	-76.66663	23			MD	003		
4365061	Patuxent Mobile Estates	patuxent-mobile-estates	US		0	America/New_York	38.81574	-76.69476	17	Patuxent Mobile Estates,Patuxent Mobile Homes		MD	003		
4365062	Patuxent Palisades	patuxent-palisades	US		0	America/New_York	38.74178	-76.68052	12			MD	009		
4365063	Patuxent Park	patuxent-park	US		0	America/New_York	38.26401	-76.4644	35			MD	037		
4365065	Patuxent Riding	patuxent-riding	US		0	America/New_York	39.01511	-76.75164	34			MD	033		
4365067	Patuxent	patuxent	US		0	America/New_York	39.05483	-76.73608	25	Partuxant,Patussen,Patuxent,Patuxent Station,Pottuxen,Puttuxent		MD	003		
4365072	Patuxent View	patuxent-view	US		0	America/New_York	38.50429	-76.66079	1			MD	009		
4365073	Patuxent Woods	patuxent-woods	US		0	America/New_York	38.51318	-76.62024	48			MD	009		
4365074	Patuxent Woods	patuxent-woods	US		0	America/New_York	38.53346	-76.74219	47			MD	017		
4365083	Patuxent River Estates	patuxent-river-estates	US		0	America/New_York	38.97956	-76.69608	34			MD	003		
4365084	Paulson	paulson	US		0	America/New_York	39.32205	-77.42582	109			MD	021		
4365085	Paw Paw Acres	paw-paw-acres	US		0	America/New_York	38.53984	-76.14355	2			MD	019		
4365087	Paw Paw Point	paw-paw-point	US		0	America/New_York	38.53123	-76.14244	2			MD	019		
4365090	Pauls Corner	pauls-corner	US		0	America/New_York	38.04068	-75.74326	2	Halls Corner,Pauls Corner		MD	039		
4365093	Pawnee Lake Hills	pawnee-lake-hills	US		0	America/New_York	39.6665	-75.90133	100			MD	015		
4365101	Pawpaw Hollow	pawpaw-hollow	US		0	America/New_York	38.27374	-76.65691	40			MD	037		
4365103	Pea Hill	pea-hill	US		0	America/New_York	38.30845	-75.74798	4			MD	045		
4365111	Peace and Plenty	peace-and-plenty	US		0	America/New_York	39.4126	-77.25165	136			MD	021		
4365113	Peaceful Valley	peaceful-valley	US		0	America/New_York	39.69594	-76.84998	239			MD	013		
4365114	Peach Blossom Farm	peach-blossom-farm	US		0	America/New_York	38.61512	-76.53912	34			MD	009		
4365115	Peach Blossom Heights	peach-blossom-heights	US		0	America/New_York	38.72789	-76.06494	12			MD	041		
4365117	Peach Brandy Village	peach-brandy-village	US		0	America/New_York	39.50149	-76.97554	264			MD	013		
4365118	Peach Mill Estates	peach-mill-estates	US		0	America/New_York	39.48482	-76.96526	227			MD	013		
4365120	Peach Orchard Heights	peach-orchard-heights	US		0	America/New_York	39.10233	-76.95775	124			MD	031		
4365125	Peachblossom	peachblossom	US		0	America/New_York	38.73706	-76.08577	6			MD	041		
4365131	Peacock Corners	peacock-corners	US		0	America/New_York	39.25511	-75.81216	13	Peacock Corners,Turners Cross Roads		MD	029		
4365132	Peacock Manor	peacock-manor	US		0	America/New_York	38.34318	-76.52273	9			MD	037		
4365133	Pealiquor Landing	pealiquor-landing	US		0	America/New_York	38.85511	-75.84521	4			MD	011		
4365135	Pear Tree Point	pear-tree-point	US		0	America/New_York	39.22289	-76.02244	5			MD	035		
4365142	Pearre	pearre	US		0	America/New_York	39.63648	-78.32251	143			MD	043		
4365143	Pearson (historical)	pearson-historical	US		0	America/New_York	38.29318	-76.43162	0			MD	037		
4365146	Pecan Acres	pecan-acres	US		0	America/New_York	38.36817	-75.62076	8			MD	045		
4365149	Pecktonville	pecktonville	US		167	America/New_York	39.66982	-78.04417	123	Licking Creek Mills,Pecktonville,Pectonville,Rosedale Mills		MD	043		
4365151	Pearl Estates	pearl-estates	US		0	America/New_York	39.68761	-75.98578	123			MD	015		
4365153	Pegasus Estates	pegasus-estates	US		0	America/New_York	39.58483	-76.25746	101			MD	025		
4365163	Pembray	pembray	US		0	America/New_York	39.54372	-75.88855	12			MD	015		
4365164	Pembroke Hills	pembroke-hills	US		0	America/New_York	38.41678	-75.50492	18			MD	045		
4365165	Pembroke Knolls	pembroke-knolls	US		0	America/New_York	39.17872	-76.90942	111			MD	027		
4365166	Pembrook	pembrook	US		0	America/New_York	39.49344	-76.26801	45			MD	025		
4365167	Pen Delle Manor	pen-delle-manor	US		0	America/New_York	39.6626	-76.71303	251			MD	005		
4365168	Pen Mar Park	pen-mar-park	US		0	America/New_York	39.71787	-77.50638	403			MD	043		
4365172	Pendennis Mount	pendennis-mount	US		0	America/New_York	38.99844	-76.47607	26			MD	003		
4365182	Penn Manor	penn-manor	US		0	America/New_York	38.49318	-77.04303	48			MD	017		
4365186	Pennbrook	pennbrook	US		0	America/New_York	39.40122	-76.50913	106			MD	005		
4365187	Pennbrooke	pennbrooke	US		0	America/New_York	38.85845	-76.58079	31			MD	003		
4365189	Pennsfield	pennsfield	US		0	America/New_York	38.7615	-76.07522	7			MD	041		
4365201	Penwick Village	penwick-village	US		0	America/New_York	38.72012	-76.65802	38			MD	009		
4365204	Penwood Park (historical)	penwood-park-historical	US		0	America/New_York	39.214	-76.46246	1			MD	005		
4365211	Peppermint Park	peppermint-park	US		0	America/New_York	39.5301	-76.95609	231			MD	013		
4365219	Permenter	permenter	US		0	America/New_York	39.36677	-77.31693	147			MD	021		
4365223	Perring Village	perring-village	US		0	America/New_York	39.38761	-76.54719	112			MD	005		
4365233	Perry Hall Estates	perry-hall-estates	US		0	America/New_York	39.4165	-76.46552	82			MD	005		
4365234	Perry Hall Estates	perry-hall-estates	US		0	America/New_York	39.54677	-76.46191	174			MD	025		
4365236	Perry Hall Manor	perry-hall-manor	US		0	America/New_York	39.43011	-76.45635	97			MD	005		
4365238	Perry Hall Park	perry-hall-park	US		0	America/New_York	39.39011	-76.46941	30			MD	005		
4365242	Perry Hall Village	perry-hall-village	US		0	America/New_York	39.40205	-76.46496	57			MD	005		
4365250	Perry View	perry-view	US		0	America/New_York	39.41316	-76.47219	74			MD	005		
4365251	Perry Wright	perry-wright	US		0	America/New_York	38.59679	-77.15192	10	Perry Wright,Woodland Village		MD	017		
4365259	Perrys Corner	perrys-corner	US		0	America/New_York	38.93511	-76.18773	3			MD	035		
4365263	Perryvale	perryvale	US		0	America/New_York	39.39539	-76.46357	51			MD	005		
4365277	Perrywood	perrywood	US		0	America/New_York	39.47983	-76.20384	6			MD	025		
4365279	Perrywood Estates	perrywood-estates	US		0	America/New_York	39.09844	-76.94442	148			MD	031		
4365282	Perrys Haven	perrys-haven	US		0	America/New_York	38.27151	-75.6102	14			MD	047		
4365289	Persimmon Hills	persimmon-hills	US		0	America/New_York	38.6754	-76.6019	47			MD	009		
4365293	Peter Harmond Acres	peter-harmond-acres	US		0	America/New_York	39.21261	-76.80303	126			MD	027		
4365294	Peters Corners	peters-corners	US		0	America/New_York	39.19622	-75.78882	19			MD	035		
4365306	Petersville	petersville	US		0	America/New_York	39.34649	-77.61082	157			MD	021		
4365308	Pettebone Farms	pettebone-farms	US		0	America/New_York	39.03372	-76.4244	6			MD	003		
4365311	Pfeiffer Corners	pfeiffer-corners	US		0	America/New_York	39.19733	-76.79386	104	Pfeiffer Corner,Pfeiffer Corners		MD	027		
4365312	Pfister Mobile Home Park	pfister-mobile-home-park	US		0	America/New_York	39.11594	-76.82831	66			MD	027		
4365314	Pheasant Farm	pheasant-farm	US		0	America/New_York	38.57734	-76.99859	58			MD	017		
4365316	Pheasant Ridge	pheasant-ridge	US		0	America/New_York	39.60788	-76.36996	135			MD	025		
4365317	Pheasant Ridge Mobile Estates	pheasant-ridge-mobile-estates	US		0	America/New_York	39.35955	-77.1497	240			MD	013		
4365318	Pheasant Run	pheasant-run	US		0	America/New_York	39.51594	-76.91581	217			MD	013		
4365319	Pheasant Run	pheasant-run	US		0	America/New_York	39.05678	-76.83442	53			MD	033		
4365320	Pheasant Run	pheasant-run	US		0	America/New_York	38.31817	-75.58742	12			MD	045		
4365322	Pheasantfield	pheasantfield	US		0	America/New_York	39.24039	-75.97578	4			MD	035		
4365325	Phelps Corner	phelps-corner	US		0	America/New_York	38.80567	-76.97303	78	Phelps,Phelps Corner		MD	033		
4365326	Phelps Luck	phelps-luck	US		0	America/New_York	39.22094	-76.81858	140			MD	027		
4365330	Philadelphia Station	philadelphia-station	US		0	America/New_York	39.46816	-76.2719	21			MD	025		
4365337	Philmore Park	philmore-park	US		0	America/New_York	38.36484	-75.55965	12			MD	045		
4365340	Phoenix (historical)	phoenix-historical	US		0	America/New_York	39.51092	-79.04031	335			MD	001		
4365346	Phyllis Estates	phyllis-estates	US		0	America/New_York	39.15844	-76.58691	11			MD	003		
4365347	Phylpres	phylpres	US		0	America/New_York	39.60843	-77.3011	112			MD	021		
4365349	Picardy	picardy	US		0	America/New_York	39.53898	-78.51335	280			MD	001		
4365354	Picketts Corner	picketts-corner	US		0	America/New_York	39.40816	-77.05331	261	Bloodville,Picketts Corner		MD	013		
4365355	Pickwick	pickwick	US		0	America/New_York	39.37372	-76.68553	128			MD	005		
4365362	Piedmont Acres	piedmont-acres	US		0	America/New_York	39.50566	-76.89553	171			MD	013		
4365372	Picnic Woods Estates	picnic-woods-estates	US		0	America/New_York	39.43343	-77.58304	175			MD	021		
4365374	Pigeon House Corner	pigeon-house-corner	US		0	America/New_York	38.9915	-76.7033	16			MD	003		
4365405	Pimlico	pimlico	US		0	America/New_York	39.35038	-76.66914	136			MD	510		
4365410	Pin Oak Village	pin-oak-village	US		0	America/New_York	38.94456	-76.72747	42			MD	033		
4365412	Pinch Valley Estates	pinch-valley-estates	US		0	America/New_York	39.60982	-77.02165	271			MD	013		
4365413	Pindell	pindell	US		0	America/New_York	38.77567	-76.68302	24			MD	003		
4365420	Pine Cove	pine-cove	US		0	America/New_York	39.239	-75.95939	8			MD	035		
4365421	Pine Crest	pine-crest	US		0	America/New_York	39.11011	-76.51913	23			MD	003		
4365422	Pine Crest	pine-crest	US		0	America/New_York	39.56594	-76.33135	133			MD	025		
4365424	Pine Crest North	pine-crest-north	US		0	America/New_York	39.13678	-76.46496	8			MD	003		
4365425	Pine Crest West	pine-crest-west	US		0	America/New_York	39.13344	-76.47941	28			MD	003		
4365432	Pine Grove Estates	pine-grove-estates	US		0	America/New_York	38.51929	-76.76497	51			MD	017		
4365437	Pine Grove Village	pine-grove-village	US		0	America/New_York	39.15011	-76.51746	8			MD	003		
4365439	Pine Haven	pine-haven	US		0	America/New_York	39.14955	-76.53691	8			MD	003		
4365442	Pine Hill Estates	pine-hill-estates	US		0	America/New_York	38.5779	-76.90247	58			MD	017		
4365443	Pine Hill Estates	pine-hill-estates	US		0	America/New_York	39.33538	-77.67055	159			MD	021		
4365444	Pine Hill Farms	pine-hill-farms	US		0	America/New_York	39.51483	-76.72275	143			MD	005		
4365446	Pine Cliff	pine-cliff	US		0	America/New_York	39.39538	-77.36498	112			MD	021		
4365449	Pine Knoll	pine-knoll	US		0	America/New_York	39.56121	-76.9747	271			MD	013		
4365450	Pine Knoll Terrace	pine-knoll-terrace	US		0	America/New_York	38.42178	-75.56076	14			MD	045		
4365451	Pine Knolls	pine-knolls	US		0	America/New_York	39.0365	-77.19359	124			MD	031		
4365456	Pine Hills	pine-hills	US		0	America/New_York	39.55845	-75.88633	34			MD	015		
4365464	Pine Orchard	pine-orchard	US		0	America/New_York	39.27761	-76.86109	129	Pine Orchard,Pine Orchard Meadows		MD	027		
4365468	Pine Springs Mobile Home Park	pine-springs-mobile-home-park	US		0	America/New_York	39.23567	-75.92522	8			MD	035		
4365475	Pine View Estates	pine-view-estates	US		0	America/New_York	38.57984	-76.52468	33			MD	009		
4365476	Pine Whiff Beach	pine-whiff-beach	US		0	America/New_York	38.94067	-76.55135	4			MD	003		
4365478	Pinefield	pinefield	US		0	America/New_York	38.64984	-76.85775	62			MD	017		
4365486	Pinehurst Harbour	pinehurst-harbour	US		0	America/New_York	39.13011	-76.43496	1			MD	003		
4365488	Pinehurst on the Bodkin	pinehurst-on-the-bodkin	US		0	America/New_York	39.12094	-76.44302	1			MD	003		
4365490	Pineleigh	pineleigh	US		0	America/New_York	39.43372	-76.55469	145			MD	005		
4365491	Pinemore	pinemore	US		0	America/New_York	38.38207	-76.69413	40			MD	037		
4365492	Pineridge Farms	pineridge-farms	US		0	America/New_York	39.70982	-76.95748	262			MD	013		
4365494	Pines of Laurel	pines-of-laurel	US		0	America/New_York	39.09705	-76.81636	63			MD	003		
4365495	Pines-on-Severn	pines-on-severn	US		0	America/New_York	39.02039	-76.50107	34	Pines on Severn,Pines-on-Severn		MD	003		
4365496	Pinesburg	pinesburg	US		449	America/New_York	39.62926	-77.85805	152			MD	043		
4365501	Pinewood Acres	pinewood-acres	US		0	America/New_York	38.62595	-76.53134	41			MD	009		
4365506	Pine Trailer Park	pine-trailer-park	US		0	America/New_York	38.51234	-76.56773	39			MD	009		
4365521	Piney Creek (historical)	piney-creek-historical	US		0	America/New_York	39.70232	-77.12498	154			MD	013		
4365527	Piney Grove	piney-grove	US		0	America/New_York	39.70592	-78.37723	289	Piney Grove,Pineygrove		MD	001		
4365528	Piney Grove	piney-grove	US		0	America/New_York	39.68481	-79.07308	790			MD	023		
4365529	Piney Grove	piney-grove	US		0	America/New_York	39.18094	-76.0755	10			MD	029		
4365530	Piney Grove	piney-grove	US		0	America/New_York	38.30234	-75.48548	14			MD	045		
4365531	Piney Grove (historical)	piney-grove-historical	US		0	America/New_York	38.25567	-75.44409	14			MD	047		
4365535	Piney Grove Estates	piney-grove-estates	US		0	America/New_York	38.66678	-75.85466	16			MD	019		
4365540	Piney Hill Estates	piney-hill-estates	US		0	America/New_York	39.50427	-77.28082	145			MD	021		
4365544	Piney Island	piney-island	US		0	America/New_York	38.409	-75.18852	4			MD	047		
4365558	Piney Orchard	piney-orchard	US		0	America/New_York	39.0665	-76.71414	73			MD	003		
4365579	Piney Point Shores	piney-point-shores	US		0	America/New_York	38.14763	-76.50801	2			MD	037		
4365581	Piney Ridge	piney-ridge	US		0	America/New_York	39.25955	-75.86022	8			MD	035		
4365583	Piney Ridge Village	piney-ridge-village	US		0	America/New_York	39.40233	-76.96498	196			MD	013		
4365585	Piney Hill	piney-hill	US		0	America/New_York	39.56983	-76.6583	164	Pine Hill,Piney Hill		MD	005		
4365592	Piney Shores	piney-shores	US		0	America/New_York	39.23678	-75.93022	5			MD	035		
4365594	Piney Valley Estates	piney-valley-estates	US		0	America/New_York	39.42733	-76.92887	191			MD	013		
4365597	Pintail Isle	pintail-isle	US		0	America/New_York	38.38123	-75.13296	2			MD	047		
4365602	Piney Run Estates	piney-run-estates	US		0	America/New_York	39.42427	-77.00526	212			MD	013		
4365603	Pioneer Hills	pioneer-hills	US		0	America/New_York	39.11483	-77.30193	114			MD	031		
4365604	Pioneer Point Farms	pioneer-point-farms	US		0	America/New_York	39.07594	-76.14162	3			MD	035		
4365605	Pipe Creek (historical)	pipe-creek-historical	US		0	America/New_York	39.55121	-77.12748	130			MD	013		
4365612	Pipe Creek Mill	pipe-creek-mill	US		0	America/New_York	39.66788	-77.10248	145	Markers Hill,Markers Mill,Pipe Creek Flour Mill,Pipe Creek Mill		MD	013		
4365620	Pioneer City	pioneer-city	US		0	America/New_York	39.12316	-76.7008	46			MD	003		
4365621	Piscataway Estates	piscataway-estates	US		0	America/New_York	38.70623	-76.99414	53			MD	033		
4365622	Piscataway Hills	piscataway-hills	US		0	America/New_York	38.70762	-76.99748	57			MD	033		
4365637	Pittsville Manor	pittsville-manor	US		0	America/New_York	38.39289	-75.41353	15			MD	045		
4365644	Plainview Gardens	plainview-gardens	US		0	America/New_York	38.50096	-76.78941	54			MD	017		
4365646	Planters Wharf	planters-wharf	US		0	America/New_York	38.42707	-76.48579	15			MD	009		
4365652	Pleasant Acres	pleasant-acres	US		0	America/New_York	38.37595	-75.54965	13			MD	045		
4365653	Pleasant Acres	pleasant-acres	US		0	America/New_York	39.66705	-76.89553	279			MD	013		
4365654	Pleasant Cove	pleasant-cove	US		0	America/New_York	39.36817	-75.83938	8			MD	029		
4365656	Pleasant Estates	pleasant-estates	US		0	America/New_York	39.45427	-77.30332	188			MD	021		
4365657	Pleasant Fields	pleasant-fields	US		0	America/New_York	39.15372	-77.27054	109			MD	031		
4365672	Pleasant Grove Estates	pleasant-grove-estates	US		0	America/New_York	38.55429	-77.17053	37			MD	017		
4365676	Pleasant Heights	pleasant-heights	US		0	America/New_York	39.45316	-77.30915	169			MD	021		
4365686	Pleasant Hills	pleasant-hills	US		3379	America/New_York	39.47955	-76.39413	125			MD	025		
4365690	Pleasant Oaks	pleasant-oaks	US		0	America/New_York	39.45066	-77.32332	140			MD	021		
4365695	Pleasant Prospect at Glen Elyn	pleasant-prospect-at-glen-elyn	US		0	America/New_York	39.54038	-76.50163	153			MD	025		
4365698	Pleasant Run	pleasant-run	US		0	America/New_York	39.53816	-76.80942	184			MD	005		
4365699	Pleasant Run	pleasant-run	US		0	America/New_York	39.14177	-77.23554	126			MD	031		
4365701	Pleasant Springs	pleasant-springs	US		0	America/New_York	38.69067	-76.90164	67			MD	033		
4365725	Pleasant View Estates	pleasant-view-estates	US		0	America/New_York	39.59037	-77.76777	178			MD	043		
4365728	Pleasant Walk	pleasant-walk	US		0	America/New_York	39.53982	-77.5861	315			MD	021		
4365743	Plum Point	plum-point	US		0	America/New_York	38.61429	-76.51218	1	Plum Point,Plumb Point,Plumpoint		MD	009		
4365753	Plumgar	plumgar	US		0	America/New_York	39.17511	-77.23443	134			MD	031		
4365761	Plumtree Estates	plumtree-estates	US		0	America/New_York	39.49789	-76.34302	82			MD	025		
4365763	Plyers Mill Estates	plyers-mill-estates	US		0	America/New_York	39.02761	-77.05081	111			MD	031		
4365788	Podickory Point	podickory-point	US		0	America/New_York	39.03317	-76.40801	6	Podickery Point,Podickory Point		MD	003		
4365789	Poets Colony	poets-colony	US		0	America/New_York	38.3904	-75.59104	9			MD	045		
4365791	Pohlman Point	pohlman-point	US		0	America/New_York	39.07678	-76.51913	3			MD	003		
4365792	Poignant Acres	poignant-acres	US		0	America/New_York	39.47788	-77.06804	256			MD	013		
4365795	Point Field Landing on the Severn	point-field-landing-on-the-severn	US		0	America/New_York	39.08483	-76.61608	24			MD	003		
4365810	Point Somerset	point-somerset	US		0	America/New_York	39.06761	-76.55663	14			MD	003		
4365811	Point of Homewood	point-of-homewood	US		0	America/New_York	39.23844	-76.90164	138			MD	027		
4365815	Point of Rocks Estates	point-of-rocks-estates	US		0	America/New_York	39.27732	-77.53138	100			MD	021		
4365819	Point of View	point-of-view	US		0	America/New_York	38.5804	-76.27328	1			MD	019		
4365820	Point-O-Woods	point-o-woods	US		0	America/New_York	39.03844	-76.47385	21			MD	003		
4365835	Polk Road	polk-road	US		0	America/New_York	38.26068	-75.74548	4	Polk Road,Polk Road Settlement		MD	039		
4365837	Polo Club Estates	polo-club-estates	US		0	America/New_York	39.07539	-77.27054	108			MD	031		
4365838	Pomfret Estates	pomfret-estates	US		0	America/New_York	38.57512	-77.03303	58			MD	017		
4365842	Pomona Heights	pomona-heights	US		0	America/New_York	38.31206	-75.21741	12			MD	047		
4365843	Pomonkey	pomonkey	US		0	America/New_York	38.6079	-77.07164	53	Pamunkey,Pamunky,Pomonkey,Pomunkey Quarter		MD	017		
4365850	Pomonkey Landing	pomonkey-landing	US		0	America/New_York	38.63401	-77.09776	6			MD	017		
4365859	Pond View Acres	pond-view-acres	US		0	America/New_York	38.82206	-76.66885	44			MD	003		
4365860	Ponder Cove	ponder-cove	US		0	America/New_York	38.899	-76.51996	2			MD	003		
4365861	Ponderosa Estates	ponderosa-estates	US		0	America/New_York	38.27374	-76.58801	35			MD	037		
4365863	Ponds Edge	ponds-edge	US		0	America/New_York	39.69928	-75.92439	106			MD	015		
4365864	Pondsville	pondsville	US		158	America/New_York	39.62065	-77.58777	258	Pondsville,Pondville		MD	043		
4365865	Pondtown	pondtown	US		0	America/New_York	39.214	-75.91299	20			MD	035		
4365874	Pooks Hill	pooks-hill	US		0	America/New_York	39.014	-77.10609	83			MD	031		
4365892	Popes Creek	popes-creek	US		0	America/New_York	38.39901	-76.99108	1	Pope Creek,Popes Creek		MD	017		
4365902	Poplar Hill	poplar-hill	US		0	America/New_York	38.62234	-76.74108	54			MD	033		
4365903	Poplar Hill	poplar-hill	US		0	America/New_York	38.75289	-76.07466	9			MD	041		
4365910	Poplar Knob	poplar-knob	US		0	America/New_York	39.60927	-77.42138	162			MD	021		
4365914	Poplar Neck	poplar-neck	US		0	America/New_York	38.40845	-75.38714	12			MD	045		
4365916	Poplar Point	poplar-point	US		0	America/New_York	38.95511	-76.54413	12			MD	003		
4365919	Poplar Point	poplar-point	US		0	America/New_York	39.55011	-76.02884	12			MD	015		
4365927	Poplar Thicket	poplar-thicket	US		0	America/New_York	39.33344	-77.49054	110			MD	021		
4365928	Poplar Woods	poplar-woods	US		0	America/New_York	38.58484	-76.53301	30			MD	009		
4365929	Poplars	poplars	US		0	America/New_York	38.67262	-76.55079	33			MD	009		
4365931	Poplar Springs	poplar-springs	US		0	America/New_York	39.34344	-77.09637	222	Poplar Spring,Poplar Springs		MD	027		
4365935	Port Cherry Gardens Farm	port-cherry-gardens-farm	US		0	America/New_York	39.28316	-76.43357	6			MD	005		
4365945	Port Heights	port-heights	US		0	America/New_York	39.62567	-76.12328	90			MD	015		
4365946	Port Herman	port-herman	US		0	America/New_York	39.50206	-75.90216	4	Port Herman,Port Hermen		MD	015		
4365957	Port Tobacco Lakes	port-tobacco-lakes	US		0	America/New_York	38.50123	-77.03414	45			MD	017		
4365961	Port Tobacco Hills	port-tobacco-hills	US		0	America/New_York	38.5029	-77.05275	51			MD	017		
4365966	Port Tobacco Riviera	port-tobacco-riviera	US		0	America/New_York	38.51095	-77.0297	13			MD	017		
4365968	Porter Mill Estates	porter-mill-estates	US		0	America/New_York	38.41817	-75.73715	6			MD	045		
4365975	Porters Park	porters-park	US		0	America/New_York	39.25511	-76.40607	3			MD	005		
4365976	Porters Pride	porters-pride	US		0	America/New_York	38.81484	-76.2455	3			MD	041		
4365977	Porterstown	porterstown	US		0	America/New_York	39.46593	-77.71305	134			MD	043		
4365981	Portland Manor	portland-manor	US		0	America/New_York	38.79817	-76.6358	46			MD	003		
4365982	Portland Station (historical)	portland-station-historical	US		0	America/New_York	39.09372	-76.76525	36	Patuxent,Portland Station (historical)		MD	003		
4365983	Portneys Overlook	portneys-overlook	US		0	America/New_York	38.11957	-76.35939	2			MD	037		
4365985	Portobello	portobello	US		0	America/New_York	38.17568	-76.45329	10	Porto Bello,Portobello		MD	037		
4365988	Porters (historical)	porters-historical	US		0	America/New_York	39.53759	-78.8803	220			MD	001		
4366004	Potomac Chase	potomac-chase	US		0	America/New_York	39.09177	-77.26248	108			MD	031		
4366005	Potomac Chase Estates	potomac-chase-estates	US		0	America/New_York	39.07789	-77.27609	104			MD	031		
4366007	Potomac Crest	potomac-crest	US		0	America/New_York	39.45343	-77.75083	139			MD	043		
4366009	Potomac Estates	potomac-estates	US		0	America/New_York	39.43816	-77.18415	153			MD	021		
4366010	Potomac Falls	potomac-falls	US		0	America/New_York	39.01344	-77.23054	103			MD	031		
4366012	Potomac Gateway	potomac-gateway	US		0	America/New_York	39.29066	-77.53943	149			MD	021		
4366013	Potomac Grove	potomac-grove	US		0	America/New_York	39.10622	-77.25359	123			MD	031		
4366015	Potomac Heights	potomac-heights	US		1117	America/New_York	38.60873	-77.14053	23			MD	017		
4366016	Potomac Heights	potomac-heights	US		0	America/New_York	39.65621	-77.70027	168			MD	043		
4366023	Potomac Hunt Acres	potomac-hunt-acres	US		0	America/New_York	39.03483	-77.23998	87			MD	031		
4366027	Potomac Manor	potomac-manor	US		0	America/New_York	39.65565	-77.69499	165			MD	043		
4366028	Potomac Manors	potomac-manors	US		0	America/New_York	39.01705	-77.22109	112			MD	031		
4366029	Potomac Overlook	potomac-overlook	US		0	America/New_York	39.31149	-77.54249	146			MD	021		
4366030	Potomac Park	potomac-park	US		2530	America/New_York	39.61176	-78.80585	215			MD	001		
4366033	Potomac Park Estate	potomac-park-estate	US		0	America/New_York	39.10205	-77.34999	101			MD	031		
4366038	Pot Spring	pot-spring	US		0	America/New_York	39.44733	-76.59775	88			MD	005		
4366045	Potomac Shores	potomac-shores	US		0	America/New_York	38.48762	-77.01859	11			MD	017		
4366046	Potomac Shores	potomac-shores	US		0	America/New_York	38.19957	-76.5644	4			MD	037		
4366052	Potomac Valley Farms	potomac-valley-farms	US		0	America/New_York	39.4776	-77.78416	130			MD	043		
4366055	Potomac View	potomac-view	US		0	America/New_York	38.28346	-76.89553	4			MD	017		
4366057	Potomac Village	potomac-village	US		0	America/New_York	39.28121	-77.5336	100			MD	021		
4366059	Potomac Vista	potomac-vista	US		0	America/New_York	38.78595	-77.01081	20			MD	033		
4366061	Potomac Vistas	potomac-vistas	US		0	America/New_York	39.39232	-77.71499	218			MD	043		
4366062	Potomac Wood	potomac-wood	US		0	America/New_York	38.6029	-77.15665	11			MD	017		
4366063	Potomac Woodlands	potomac-woodlands	US		0	America/New_York	39.54649	-77.85972	160			MD	043		
4366064	Potomac Woods	potomac-woods	US		0	America/New_York	39.06289	-77.17026	118			MD	031		
4366070	Potters Landing	potters-landing	US		0	America/New_York	38.83178	-75.85438	2	Nathaniel Potters Landing,Potters Landing		MD	011		
4366074	Poulsen Heights	poulsen-heights	US		0	America/New_York	39.3701	-77.17859	225			MD	021		
4366078	Powder Mill Addition	powder-mill-addition	US		0	America/New_York	39.50483	-76.4208	131			MD	025		
4366080	Powder Mill Estates	powder-mill-estates	US		0	America/New_York	39.03567	-76.94497	63			MD	033		
4366084	Potts Point	potts-point	US		0	America/New_York	38.56179	-76.66857	1			MD	009		
4366096	Powhatan Beach	powhatan-beach	US		0	America/New_York	39.13816	-76.56469	15			MD	003		
4366098	Powhatan Hill	powhatan-hill	US		0	America/New_York	39.32233	-76.71581	123			MD	005		
4366100	Powhatan Village	powhatan-village	US		0	America/New_York	39.13344	-76.57219	18			MD	003		
4366101	Prathertown	prathertown	US		0	America/New_York	39.19705	-77.19859	129			MD	031		
4366107	Preference Estates	preference-estates	US		0	America/New_York	38.48623	-76.99303	42			MD	017		
4366112	Presidential Park	presidential-park	US		0	America/New_York	39.45566	-76.99109	228			MD	013		
4366113	Prestige Village	prestige-village	US		0	America/New_York	39.61345	-75.9305	22			MD	015		
4366120	Preston Point	preston-point	US		0	America/New_York	38.36818	-76.47634	3			MD	009		
4366124	Prettyboy	prettyboy	US		0	America/New_York	39.60594	-76.72025	225			MD	005		
4366129	Prettyboy Garth	prettyboy-garth	US		0	America/New_York	39.60483	-76.71497	196			MD	005		
4366132	Prettyboy Trails	prettyboy-trails	US		0	America/New_York	39.65983	-76.78859	216			MD	005		
4366144	Priceville	priceville	US		0	America/New_York	39.54511	-76.66914	113			MD	005		
4366149	Priestford Hills	priestford-hills	US		0	America/New_York	39.57455	-76.25968	97			MD	025		
4366156	Primrose Acres	primrose-acres	US		0	America/New_York	38.95872	-76.50385	15			MD	003		
4366157	Primrose Garth	primrose-garth	US		0	America/New_York	39.19539	-76.058	9			MD	035		
4366180	Principio	principio	US		0	America/New_York	39.65067	-76.038	93			MD	015		
4366184	Principio Heights	principio-heights	US		0	America/New_York	39.65372	-76.04578	118			MD	015		
4366192	Proctors Seat	proctors-seat	US		0	America/New_York	39.64122	-76.03161	110			MD	015		
4366194	Profit Acres	profit-acres	US		0	America/New_York	39.30066	-77.50804	93			MD	021		
4366200	Prospect Bay	prospect-bay	US		0	America/New_York	38.91817	-76.20245	2			MD	035		
4366206	Prospect Hills	prospect-hills	US		0	America/New_York	39.36399	-76.89414	163			MD	013		
4366207	Prospect Hills	prospect-hills	US		0	America/New_York	38.63373	-75.84938	12			MD	019		
4366211	Prospect View	prospect-view	US		0	America/New_York	39.38121	-77.17665	233			MD	021		
4366216	Providence (historical)	providence-historical	US		0	America/New_York	38.999	-76.46052	5			MD	003		
4366226	Providence Cove	providence-cove	US		0	America/New_York	38.999	-76.46052	5			MD	003		
4366227	Providence Landing	providence-landing	US		0	America/New_York	38.76373	-75.97577	3	Providence Landing,West Providence Landing		MD	011		
4366232	Provinces	provinces	US		0	America/New_York	39.13733	-76.72941	64			MD	003		
4366235	Principio Furnace	principio-furnace	US		0	America/New_York	39.57511	-76.03884	21	Principio Furnace,Prineipio Furnace		MD	015		
4366244	Public Landing	public-landing	US		0	America/New_York	38.14901	-75.28741	3	Public Landing,Snow Hill Landing,Snow Hill Public Landing,Spences Landing,Spencess Landing		MD	047		
4366263	Pumpkin Center	pumpkin-center	US		0	America/New_York	39.62176	-78.56529	213			MD	001		
4366268	Puncheon Landing	puncheon-landing	US		0	America/New_York	38.07651	-75.60687	1			MD	039		
4366270	Pumphrey	pumphrey	US		5322	America/New_York	39.21733	-76.63719	24			MD	003		
4366290	Pushaw (historical)	pushaw-historical	US		0	America/New_York	38.68956	-76.56635	32	Bushaw,Pushaw (historical)		MD	009		
4366293	Pusey Landing	pusey-landing	US		0	America/New_York	39.07372	-76.09578	5	Pusey Landing,Puseys Landing		MD	035		
4366294	Putnam Hill	putnam-hill	US		0	America/New_York	39.55788	-76.44552	147			MD	025		
4366295	Putnam View Estates	putnam-view-estates	US		0	America/New_York	39.56372	-76.44746	169			MD	025		
4366296	Putnam Village	putnam-village	US		0	America/New_York	39.56788	-76.45774	165			MD	025		
4366297	Putty Hill	putty-hill	US		0	America/New_York	39.37677	-76.50608	81			MD	005		
4366301	Pylesville Heights	pylesville-heights	US		0	America/New_York	39.70122	-76.36802	127			MD	025		
4366304	Quail Creek Acres	quail-creek-acres	US		0	America/New_York	39.39621	-77.01692	171			MD	013		
4366305	Quail Hill	quail-hill	US		0	America/New_York	39.16705	-77.00692	123			MD	031		
4366306	Quail Hills	quail-hills	US		0	America/New_York	39.66955	-76.48719	151			MD	025		
4366307	Quail Hollow	quail-hollow	US		0	America/New_York	38.80956	-76.22634	4			MD	041		
4366308	Quail Ridge	quail-ridge	US		0	America/New_York	38.58484	-76.64913	31			MD	009		
4366309	Quail Ridge	quail-ridge	US		0	America/New_York	39.21122	-76.73747	66			MD	027		
4366310	Quail Ridge	quail-ridge	US		0	America/New_York	39.18427	-77.22915	134			MD	031		
4366311	Quail Ridge	quail-ridge	US		0	America/New_York	38.34928	-75.50325	16			MD	045		
4366312	Quail Run	quail-run	US		0	America/New_York	39.13483	-76.70691	54			MD	003		
4366313	Quail Run	quail-run	US		0	America/New_York	39.09594	-76.61635	33			MD	003		
4366314	Quail Run	quail-run	US		0	America/New_York	39.31955	-77.26776	184			MD	021		
4366315	Quail Run	quail-run	US		0	America/New_York	39.10872	-77.26887	127			MD	031		
4366317	Quails Nest	quails-nest	US		0	America/New_York	39.55456	-75.90216	78			MD	015		
4366318	Quailwood	quailwood	US		0	America/New_York	38.53345	-76.99359	47			MD	017		
4366319	Quaint Acres	quaint-acres	US		0	America/New_York	39.04622	-76.99692	107			MD	031		
4366320	Quaker Heights	quaker-heights	US		0	America/New_York	39.56455	-77.17026	160			MD	013		
4366321	Quaker Hills	quaker-hills	US		0	America/New_York	39.58289	-76.13912	101			MD	025		
4366323	Quaker Neck Landing	quaker-neck-landing	US		0	America/New_York	39.13011	-76.09661	5	Quaker Neck Landing,Quaker Wharf		MD	029		
4366334	Quarry View	quarry-view	US		0	America/New_York	39.55788	-77.29776	159			MD	021		
4366338	Quarterfield Farms	quarterfield-farms	US		0	America/New_York	39.12289	-76.66413	40			MD	003		
4366343	Queen Anne Colony	queen-anne-colony	US		0	America/New_York	38.90789	-76.36245	4			MD	035		
4366344	Queen Anne Estates	queen-anne-estates	US		0	America/New_York	38.88761	-76.70774	47			MD	033		
4366345	Queen Anne Hill	queen-anne-hill	US		0	America/New_York	38.73956	-76.5569	31			MD	003		
4366346	Queen Anne Knolls	queen-anne-knolls	US		0	America/New_York	38.89178	-76.71191	39			MD	033		
4366350	Queen Anne Woods	queen-anne-woods	US		0	America/New_York	38.91484	-76.17661	4			MD	035		
4366352	Queen Annes Acres	queen-annes-acres	US		0	America/New_York	38.91095	-76.18106	2			MD	035		
4366353	Queen Annes Circle	queen-annes-circle	US		0	America/New_York	39.03983	-76.063	16			MD	035		
4366360	Queen Annes Estates	queen-annes-estates	US		0	America/New_York	38.90511	-76.17606	5			MD	035		
4366362	Queen Annes on Wye	queen-annes-on-wye	US		0	America/New_York	38.90845	-76.173	4			MD	035		
4366366	Queen Tree Landing	queen-tree-landing	US		0	America/New_York	38.42207	-76.62357	11			MD	037		
4366370	Queens Chapel Manor	queens-chapel-manor	US		0	America/New_York	38.95872	-76.96109	19			MD	033		
4366375	Queensberry	queensberry	US		0	America/New_York	38.56318	-76.5719	21			MD	009		
4366382	Queenstown Mobile Home Park	queenstown-mobile-home-park	US		0	America/New_York	38.96261	-76.10856	8			MD	035		
4366386	Quiet Acres	quiet-acres	US		0	America/New_York	38.60623	-77.02192	58			MD	017		
4366387	Quiet Acres	quiet-acres	US		0	America/New_York	38.48373	-76.73163	36			MD	037		
4366388	Quiet Inheritance	quiet-inheritance	US		0	America/New_York	39.58094	-76.4958	189			MD	025		
4366389	Quiet Meadows	quiet-meadows	US		0	America/New_York	38.56929	-76.61635	27			MD	009		
4366391	Quince Orchard	quince-orchard	US		0	America/New_York	39.11789	-77.25248	132			MD	031		
4366395	Quince Orchard Knolls	quince-orchard-knolls	US		0	America/New_York	39.10566	-77.25026	109			MD	031		
4366397	Quince Orchard Manor	quince-orchard-manor	US		0	America/New_York	39.12872	-77.25248	125			MD	031		
4366399	Quince Orchard Valley	quince-orchard-valley	US		0	America/New_York	39.13483	-77.25443	117			MD	031		
4366402	Quince View Meadows	quince-view-meadows	US		0	America/New_York	38.70151	-76.59551	47			MD	009		
4366415	Rabbit Run	rabbit-run	US		0	America/New_York	39.56871	-77.19693	153	Rabbit Run,Rabbit Run Estates		MD	021		
4366416	Rabbit Town	rabbit-town	US		0	America/New_York	38.48928	-75.8316	3			MD	019		
4366435	Radiant Valley	radiant-valley	US		0	America/New_York	38.9365	-76.89247	26			MD	033		
4366445	Radcliffe Estates	radcliffe-estates	US		0	America/New_York	38.50651	-76.96331	47			MD	017		
4366449	Rainbow Estates	rainbow-estates	US		0	America/New_York	39.37344	-77.05804	217			MD	013		
4366452	Raintree	raintree	US		0	America/New_York	39.04344	-76.50246	18			MD	003		
4366454	Raintree Estates	raintree-estates	US		0	America/New_York	39.19955	-76.99887	149			MD	027		
4366461	Ramblewood	ramblewood	US		0	America/New_York	39.36288	-76.58691	106			MD	510		
4366462	Ramona Beach	ramona-beach	US		0	America/New_York	39.22928	-76.39996	1			MD	005		
4366467	Ramsgate Estates	ramsgate-estates	US		0	America/New_York	39.53039	-76.1719	55			MD	025		
4366468	Ramsgate News (not official)	ramsgate-news-not-official	US		0	America/New_York	39.24011	-76.70803	68			MD	005		
4366470	Ranchleigh	ranchleigh	US		0	America/New_York	39.37594	-76.67414	128			MD	005		
4366473	Randall Ridge	randall-ridge	US		0	America/New_York	39.37455	-76.80053	167			MD	005		
4366482	Randle Cliff Beach	randle-cliff-beach	US		0	America/New_York	38.66512	-76.53051	15	Randle Cliff Beach,Randlecliff		MD	009		
4366486	Randolph Hills	randolph-hills	US		0	America/New_York	39.05066	-77.0947	85	Randolph,Randolph Hills		MD	031		
4366489	Randolph Village	randolph-village	US		0	America/New_York	38.88956	-76.86275	55			MD	033		
4366490	Random Heights	random-heights	US		0	America/New_York	39.60732	-76.94137	290			MD	013		
4366492	Rangers Woods	rangers-woods	US		0	America/New_York	39.28788	-77.31776	171			MD	021		
4366493	Rarjem Acres	rarjem-acres	US		0	America/New_York	39.71371	-76.90776	302			MD	013		
4366496	Rattle Ridge	rattle-ridge	US		0	America/New_York	39.33622	-77.21109	236			MD	021		
4366508	Ravenhurst	ravenhurst	US		0	America/New_York	39.47844	-76.53274	116			MD	005		
4366511	Raven Run	raven-run	US		0	America/New_York	39.5751	-76.91303	251			MD	013		
4366512	Ravenshead	ravenshead	US		0	America/New_York	39.02622	-76.55024	36			MD	003		
4366513	Ravenshead	ravenshead	US		0	America/New_York	38.58095	-76.61357	12			MD	009		
4366514	Ravenwood Estates	ravenwood-estates	US		0	America/New_York	39.40205	-77.19165	197			MD	021		
4366517	Rawlings Heights	rawlings-heights	US		0	America/New_York	39.53898	-78.88641	252			MD	001		
4366521	Ray Park Heights	ray-park-heights	US		0	America/New_York	38.3704	-75.63298	10			MD	045		
4366523	Ray-Mar Estates	ray-mar-estates	US		0	America/New_York	39.46066	-77.04276	268			MD	013		
4366524	Raydan Retreat	raydan-retreat	US		0	America/New_York	39.44371	-77.05665	245			MD	013		
4366527	Raynor Heights	raynor-heights	US		0	America/New_York	39.22677	-76.65997	12			MD	003		
4366528	Rays Point	rays-point	US		0	America/New_York	38.75678	-76.21911	2			MD	041		
4366537	Reba L Anthony Estates	reba-l-anthony-estates	US		0	America/New_York	39.20789	-76.05106	3			MD	035		
4366538	Rebecca Ridge	rebecca-ridge	US		0	America/New_York	39.53705	-76.9622	234			MD	013		
4366539	Reckford	reckford	US		0	America/New_York	39.479	-76.42774	85			MD	005		
4366541	Rebas Retreat	rebas-retreat	US		0	America/New_York	39.53149	-76.9622	253			MD	013		
4366545	Red Fox Meadow	red-fox-meadow	US		0	America/New_York	39.42316	-77.03248	219			MD	013		
4366552	Red Hill Acres	red-hill-acres	US		0	America/New_York	39.71844	-76.19579	102			MD	015		
4366554	Recovery	recovery	US		0	America/New_York	39.05372	-76.13995	7			MD	035		
4366558	Red Hill Estates	red-hill-estates	US		0	America/New_York	39.71316	-76.18773	105			MD	015		
4366565	Red Lion Inn Estates	red-lion-inn-estates	US		0	America/New_York	39.3376	-77.01359	180			MD	027		
4366566	Red Oak Hills West	red-oak-hills-west	US		0	America/New_York	39.4726	-76.91387	162			MD	013		
4366569	Red Point	red-point	US		0	America/New_York	39.52345	-75.97856	15			MD	015		
4366574	Red Oak Hills	red-oak-hills	US		0	America/New_York	39.47038	-76.8997	164			MD	013		
4366577	Redbridge	redbridge	US		0	America/New_York	39.13205	-76.6983	48			MD	003		
4366584	Redgate	redgate	US		0	America/New_York	38.25652	-76.59857	31			MD	037		
4366586	Redhill	redhill	US		0	America/New_York	38.56623	-77.12887	41			MD	017		
4366587	Redhill Estates	redhill-estates	US		0	America/New_York	38.56651	-77.13081	41			MD	017		
4366588	Redhouse	redhouse	US		0	America/New_York	39.30871	-79.45394	774	Red House,Redhouse		MD	023		
4366591	Redgate	redgate	US		0	America/New_York	38.43762	-76.79969	52			MD	037		
4366593	Redland	redland	US		17242	America/New_York	39.14539	-77.14415	150	Redland,Redlands		MD	031		
4366600	Reece Heights	reece-heights	US		0	America/New_York	39.12122	-76.71219	43			MD	003		
4366612	Reels Mill	reels-mill	US		0	America/New_York	39.36121	-77.3686	83	Reels Mill,Weaver's Mill		MD	021		
4366617	Reese Manor	reese-manor	US		0	America/New_York	39.53094	-76.93276	239			MD	013		
4366618	Reeses Corner	reeses-corner	US		0	America/New_York	39.17455	-76.1969	8	Rees Corner,Reeses Corner		MD	029		
4366622	Regal Estastes	regal-estastes	US		0	America/New_York	38.74234	-76.67191	26			MD	009		
4366623	Regency Estates	regency-estates	US		0	America/New_York	39.04816	-77.16998	116			MD	031		
4366624	Regency Manor Mobile Home Park	regency-manor-mobile-home-park	US		0	America/New_York	38.73901	-76.6508	52			MD	009		
4366627	Regwood	regwood	US		0	America/New_York	39.46927	-76.44913	136			MD	005		
4366631	Reeds Village	reeds-village	US		0	America/New_York	39.65205	-76.89637	312			MD	013		
4366639	Reichs Ford Estates	reichs-ford-estates	US		0	America/New_York	39.38205	-77.36498	145			MD	021		
4366640	Reid	reid	US		54	America/New_York	39.71232	-77.67916	177			MD	043		
4366642	Reids Grove	reids-grove	US		0	America/New_York	38.53373	-75.82743	7	Reeds Grove,Reedsgrove,Reid's Grove,Reids Grove		MD	019		
4366662	Relda Square	relda-square	US		0	America/New_York	39.13566	-77.24637	129			MD	031		
4366663	Remington Farms	remington-farms	US		0	America/New_York	39.18122	-76.17106	6			MD	029		
4366665	Remsberg Acres	remsberg-acres	US		0	America/New_York	39.4326	-77.53943	171			MD	021		
4366666	Remsburg Heights	remsburg-heights	US		0	America/New_York	39.45344	-77.31137	150			MD	021		
4366669	Renix (historical)	renix-historical	US		0	America/New_York	39.55842	-78.86169	221			MD	001		
4366671	Relay	relay	US		0	America/New_York	39.22788	-76.70303	37			MD	005		
4366673	Renn Branch Estates	renn-branch-estates	US		0	America/New_York	39.3701	-77.48221	119			MD	021		
4366675	Reo Vista Plaza	reo-vista-plaza	US		0	America/New_York	38.81873	-76.69413	18			MD	003		
4366683	Resh Mill Farms	resh-mill-farms	US		0	America/New_York	39.65955	-76.80359	240			MD	005		
4366685	Resourceful Acres	resourceful-acres	US		0	America/New_York	39.42732	-77.20915	158			MD	021		
4366686	Rest Haven	rest-haven	US		0	America/New_York	38.77817	-76.53968	4			MD	003		
4366693	Retreat Farms	retreat-farms	US		0	America/New_York	39.55622	-76.66303	138			MD	005		
4366694	Retreat Grove (historical)	retreat-grove-historical	US		0	America/New_York	39.47093	-77.38165	94			MD	021		
4366695	Revell	revell	US		0	America/New_York	39.04289	-76.52135	34			MD	003		
4366696	Revell Downs	revell-downs	US		0	America/New_York	39.02789	-76.4369	6			MD	003		
4366699	Revere Park	revere-park	US		0	America/New_York	39.40233	-76.5233	112			MD	005		
4366700	Rewastico	rewastico	US		0	America/New_York	38.40623	-75.76493	3			MD	045		
4366702	Reservoir Ridge	reservoir-ridge	US		0	America/New_York	39.39899	-76.8697	165			MD	005		
4366706	Rhod-Ayr	rhod-ayr	US		0	America/New_York	39.46566	-77.27304	174			MD	021		
4366711	Rhodes Point	rhodes-point	US		0	America/New_York	37.97429	-76.04105	1	Rhodes Point,Rogues Point		MD	039		
4366719	Rice Land	rice-land	US		0	America/New_York	38.78039	-76.05411	20			MD	041		
4366730	Richardsmere	richardsmere	US		0	America/New_York	39.68927	-76.12634	31	Porter Bridge,Porters Bridge,Richardsmere		MD	015		
4366732	Richardson Mews	richardson-mews	US		0	America/New_York	39.23011	-76.70108	34			MD	005		
4366734	Richardson Ridge	richardson-ridge	US		0	America/New_York	39.62927	-77.06915	165			MD	013		
4366740	Richlyn Manor	richlyn-manor	US		0	America/New_York	39.41705	-76.44218	75			MD	005		
4366742	Richwynn Hill	richwynn-hill	US		0	America/New_York	39.55399	-76.91998	221			MD	013		
4366746	Ricketts Ridge	ricketts-ridge	US		0	America/New_York	39.49316	-76.89692	174			MD	013		
4366749	Riden	riden	US		0	America/New_York	39.07428	-76.70108	57			MD	003		
4366750	Ridervale	ridervale	US		0	America/New_York	39.41483	-76.63525	101			MD	005		
4366753	Riderwood Hills	riderwood-hills	US		0	America/New_York	39.41177	-76.62191	108			MD	005		
4366757	Ridge Crest Estates	ridge-crest-estates	US		0	America/New_York	39.42982	-77.50026	309			MD	021		
4366758	Ridge Grove	ridge-grove	US		0	America/New_York	39.38038	-76.52635	93			MD	005		
4366766	Ridgecroft	ridgecroft	US		0	America/New_York	39.55927	-76.4033	152			MD	025		
4366770	Ridgeland Farm Estates	ridgeland-farm-estates	US		0	America/New_York	39.08955	-77.31082	111			MD	031		
4366771	Ridgeleigh	ridgeleigh	US		0	America/New_York	39.39511	-76.56052	126			MD	005		
4366773	Ridgely Acres	ridgely-acres	US		0	America/New_York	38.91928	-75.86216	15			MD	011		
4366779	Ridgely Estates	ridgely-estates	US		0	America/New_York	39.4176	-77.12665	210			MD	013		
4366781	Ridgely Park	ridgely-park	US		0	America/New_York	39.39344	-76.92581	180			MD	013		
4366788	Ridgemar	ridgemar	US		0	America/New_York	39.37649	-76.91109	157			MD	013		
4366789	Ridgemont	ridgemont	US		0	America/New_York	39.44816	-76.69608	183			MD	005		
4366790	Ridgemont	ridgemont	US		0	America/New_York	39.51399	-76.91276	205			MD	013		
4366798	Ridgeview Estates	ridgeview-estates	US		0	America/New_York	39.50871	-77.03998	238			MD	013		
4366806	Ridgeway Manor	ridgeway-manor	US		0	America/New_York	39.22261	-76.64913	5			MD	003		
4366808	Ridgeways	ridgeways	US		0	America/New_York	39.34149	-76.9872	193	Ridgeway,Ridgeways		MD	027		
4366810	Ridgewood Estates	ridgewood-estates	US		0	America/New_York	39.14289	-76.73164	75			MD	003		
4366811	Ridgewood Estates	ridgewood-estates	US		0	America/New_York	39.39233	-77.13998	242			MD	013		
4366812	Ridgewood Mobile Home Park	ridgewood-mobile-home-park	US		0	America/New_York	39.16539	-76.71219	50			MD	003		
4366819	Riding Acres	riding-acres	US		0	America/New_York	38.91539	-75.81521	8			MD	011		
4366820	Riding Woods	riding-woods	US		0	America/New_York	39.11094	-76.48968	14			MD	003		
4366822	Riedel Estates	riedel-estates	US		0	America/New_York	39.02039	-76.68441	41			MD	003		
4366824	Riggins Corner	riggins-corner	US		0	America/New_York	38.41345	-76.18383	0			MD	019		
4366843	Ripkins Corner	ripkins-corner	US		0	America/New_York	39.48955	-76.21162	7			MD	025		
4366845	Ripling Waters	ripling-waters	US		0	America/New_York	38.52929	-76.15161	1			MD	019		
4366846	Rippling Estates	rippling-estates	US		0	America/New_York	39.13233	-76.63108	18			MD	003		
4366847	Rippling Ridge	rippling-ridge	US		0	America/New_York	39.184	-76.61886	15			MD	003		
4366849	Riser Place	riser-place	US		0	America/New_York	38.81095	-76.05633	21			MD	041		
4366850	Rising Ridge	rising-ridge	US		0	America/New_York	39.37538	-77.16776	220			MD	021		
4366867	Rison Acres	rison-acres	US		0	America/New_York	38.54456	-77.17387	38			MD	017		
4366869	Ritchie	ritchie	US		0	America/New_York	38.87067	-76.85553	50			MD	033		
4366875	Ritter	ritter	US		0	America/New_York	39.46399	-77.11998	265			MD	021		
4366876	Ritz Estates	ritz-estates	US		0	America/New_York	39.34622	-77.10248	219			MD	027		
4366880	Riva Farms	riva-farms	US		0	America/New_York	38.9515	-76.59052	18			MD	003		
4366881	Riva Trace	riva-trace	US		0	America/New_York	38.9665	-76.56663	19			MD	003		
4366882	Riva Woods	riva-woods	US		0	America/New_York	38.97122	-76.57857	24			MD	003		
4366883	Rive Gauche Estates	rive-gauche-estates	US		0	America/New_York	39.07427	-77.31082	120			MD	031		
4366884	Rivendell	rivendell	US		0	America/New_York	39.07733	-76.57191	19			MD	003		
4366885	River Bend Estates	river-bend-estates	US		0	America/New_York	38.77373	-77.02164	40			MD	033		
4366886	River Bend Estates	river-bend-estates	US		0	America/New_York	38.979	-76.16606	6			MD	035		
4366887	River Club Estates	river-club-estates	US		0	America/New_York	38.90622	-76.52968	4			MD	003		
4366891	River Estates	river-estates	US		0	America/New_York	39.08567	-76.1255	3			MD	035		
4366892	River Farms	river-farms	US		0	America/New_York	39.30705	-77.06498	174			MD	027		
4366895	River Island	river-island	US		0	America/New_York	39.13566	-76.82164	54			MD	027		
4366896	River Isle Estates	river-isle-estates	US		0	America/New_York	38.34734	-75.65854	7			MD	045		
4366897	River Mills	river-mills	US		0	America/New_York	39.27511	-76.81275	117			MD	027		
4366898	River Park Estates	river-park-estates	US		0	America/New_York	39.34038	-76.9497	167			MD	027		
4366900	River Plantations	river-plantations	US		0	America/New_York	39.35705	-77.0447	170			MD	027		
4366901	River Ridge Estates	river-ridge-estates	US		0	America/New_York	38.7865	-77.00275	42	River RIdge,River Ridge Estates		MD	033		
4366903	River Springs	river-springs	US		0	America/New_York	38.24624	-76.77747	4	Blakistone,River Springs		MD	037		
4366905	River View	river-view	US		0	America/New_York	38.3254	-76.42884	9			MD	009		
4366909	River Wood Hills	river-wood-hills	US		0	America/New_York	39.37955	-77.08165	212			MD	013		
4366913	Riverdale Forest	riverdale-forest	US		0	America/New_York	39.09872	-76.54552	13			MD	003		
4366914	Riverdale Gardens	riverdale-gardens	US		0	America/New_York	38.96872	-76.91331	22			MD	033		
4366915	Riverdale Heights	riverdale-heights	US		0	America/New_York	38.964	-76.91497	28			MD	033		
4366916	Riverdale Hills	riverdale-hills	US		0	America/New_York	38.96344	-76.90914	32			MD	033		
4366919	Riverdale Park	riverdale-park	US		7305	America/New_York	38.96344	-76.93164	12	Rivehdejl Park,Riverdale,Riverdale Park,Riverdejl Park,ryfrdyl bark,rywrdyl park  mrylnd,Ривердејл Парк,Ривэдейл Парк,ريفرديل بارك,ریوردیل پارک، مریلند		MD	033		
4366924	Rivers Edge	rivers-edge	US		0	America/New_York	39.26261	-75.85994	7			MD	029		
4366927	Rivershore	rivershore	US		0	America/New_York	39.43983	-76.26746	8			MD	025		
4366934	Riverside Estates	riverside-estates	US		0	America/New_York	39.17622	-76.88997	86			MD	027		
4366935	Riverside Homes	riverside-homes	US		0	America/New_York	38.35984	-75.6102	5			MD	045		
4366940	Riverside Pines	riverside-pines	US		0	America/New_York	38.3479	-75.62048	5			MD	045		
4366941	Riverside Village of Church Creek	riverside-village-of-church-creek	US		0	America/New_York	39.47372	-76.23523	19			MD	025		
4366946	Riverton Acres	riverton-acres	US		0	America/New_York	38.50484	-75.74271	6			MD	045		
4366950	Riverview (historical)	riverview-historical	US		0	America/New_York	39.25761	-76.53996	2			MD	510		
4366952	Riverview Estates	riverview-estates	US		0	America/New_York	38.74011	-77.0247	17			MD	033		
4366953	Riverview Gardens	riverview-gardens	US		0	America/New_York	38.88817	-75.83021	10			MD	011		
4366954	Riverview Manor	riverview-manor	US		0	America/New_York	38.99817	-76.50857	13			MD	003		
4366958	Riverview Village	riverview-village	US		0	America/New_York	38.60567	-77.16581	11	Riverview,Riverview Village		MD	017		
4366959	Riverwood	riverwood	US		0	America/New_York	38.91678	-76.67247	19			MD	003		
4366960	Riverwood	riverwood	US		0	America/New_York	39.35455	-77.35637	93			MD	021		
4366961	Riverwood	riverwood	US		0	America/New_York	39.07233	-77.30387	85			MD	031		
4366962	Riverwood Farms	riverwood-farms	US		0	America/New_York	38.40679	-76.62051	27			MD	037		
4366964	Riverwood Park	riverwood-park	US		0	America/New_York	39.31205	-76.44413	12			MD	005		
4366966	Riviera Beach	riviera-beach	US		12677	America/New_York	39.16678	-76.50802	3	Rivera Beach,Riviera Beach		MD	003		
4366971	Riviera Isle	riviera-isle	US		0	America/New_York	39.13872	-76.52052	9			MD	003		
4366982	Robbins Landing	robbins-landing	US		0	America/New_York	38.37707	-76.05799	0			MD	019		
4367005	Roberts Field	roberts-field	US		0	America/New_York	39.59927	-76.83998	239			MD	013		
4367008	Roberts Mill Run	roberts-mill-run	US		0	America/New_York	39.65954	-77.16387	153			MD	013		
4367009	Roberts Retreat	roberts-retreat	US		0	America/New_York	39.40538	-77.48915	146			MD	021		
4367010	Robeys Farmlets	robeys-farmlets	US		0	America/New_York	39.09316	-76.88358	93			MD	033		
4367011	Robie Manor	robie-manor	US		0	America/New_York	38.59984	-77.01498	55			MD	017		
4367012	Robin Acres	robin-acres	US		0	America/New_York	39.62344	-76.07023	139			MD	015		
4367014	Robin Hood Hill	robin-hood-hill	US		0	America/New_York	39.02789	-76.5358	19			MD	003		
4367015	Robin Hood Manor	robin-hood-manor	US		0	America/New_York	39.53706	-76.14217	73			MD	025		
4367016	Robin Meadows	robin-meadows	US		0	America/New_York	39.3701	-77.43026	86			MD	021		
4367017	Robindale	robindale	US		0	America/New_York	39.06344	-77.09331	84			MD	031		
4367018	Robindell Heights	robindell-heights	US		0	America/New_York	39.41288	-77.14554	220			MD	013		
4367026	Robinson Corner	robinson-corner	US		0	America/New_York	39.28983	-76.01356	20			MD	029		
4367033	Robinsons Promise	robinsons-promise	US		0	America/New_York	39.13455	-76.84303	91			MD	027		
4367034	Robinwood	robinwood	US		5024	America/New_York	38.95428	-76.51468	11			MD	003		
4367035	Robinwood	robinwood	US		6918	America/New_York	39.63704	-77.65694	171			MD	043		
4367037	Roblee Acres	roblee-acres	US		0	America/New_York	38.81595	-76.8108	47			MD	033		
4367038	Robshire Manor	robshire-manor	US		0	America/New_York	38.57984	-76.60385	15			MD	009		
4367046	Rock Acres	rock-acres	US		0	America/New_York	39.60788	-76.39829	108			MD	025		
4367047	Rock Anna	rock-anna	US		0	America/New_York	39.14455	-76.51191	9			MD	003		
4367049	Rochelle Meadows	rochelle-meadows	US		0	America/New_York	39.5215	-76.42191	160			MD	025		
4367050	Rock Chapel Estates	rock-chapel-estates	US		0	America/New_York	39.50066	-77.35554	109			MD	021		
4367061	Rock Creek Estates	rock-creek-estates	US		0	America/New_York	39.15733	-76.50524	5			MD	003		
4367062	Rock Creek Estates	rock-creek-estates	US		0	America/New_York	39.4251	-77.43443	94			MD	021		
4367063	Rock Creek Forest	rock-creek-forest	US		0	America/New_York	38.99094	-77.05637	74			MD	031		
4367065	Rock Creek Gardens	rock-creek-gardens	US		0	America/New_York	38.99317	-77.04692	86			MD	031		
4367066	Rock Creek Hills	rock-creek-hills	US		0	America/New_York	39.01483	-77.07081	84			MD	031		
4367067	Rock Creek Knolls	rock-creek-knolls	US		0	America/New_York	38.99733	-77.06553	68			MD	031		
4367068	Rock Creek Landing	rock-creek-landing	US		0	America/New_York	39.13678	-76.52691	6			MD	003		
4367069	Rock Creek Palisades	rock-creek-palisades	US		0	America/New_York	39.03566	-77.07664	91			MD	031		
4367072	Rock Creek Park	rock-creek-park	US		0	America/New_York	39.14594	-76.49079	12			MD	003		
4367076	Rock Creek Village	rock-creek-village	US		0	America/New_York	39.08122	-77.10248	104			MD	031		
4367093	Rock Hill Beach	rock-hill-beach	US		0	America/New_York	39.15011	-76.51857	10			MD	003		
4367114	Rock Run	rock-run	US		0	America/New_York	39.61483	-76.12384	16			MD	015		
4367117	Rock Run	rock-run	US		0	America/New_York	39.60817	-76.14301	8			MD	025		
4367119	Rock Manor	rock-manor	US		0	America/New_York	39.65511	-76.25412	133			MD	025		
4367122	Rock Run Estates	rock-run-estates	US		0	America/New_York	39.62705	-76.12828	77			MD	015		
4367134	Rockawalking Acres	rockawalking-acres	US		0	America/New_York	38.37817	-75.68271	12			MD	045		
4367139	Rockawalking Village	rockawalking-village	US		0	America/New_York	38.39178	-75.67132	12			MD	045		
4367141	Rockbrook Trailer Park	rockbrook-trailer-park	US		0	America/New_York	39.6376	-76.8322	232			MD	013		
4367144	Rockburn Commons	rockburn-commons	US		0	America/New_York	39.20677	-76.73303	63			MD	027		
4367146	Rockcrest	rockcrest	US		0	America/New_York	39.07566	-77.13053	124			MD	031		
4367151	Rockdale Manor	rockdale-manor	US		0	America/New_York	39.53094	-76.4083	141			MD	025		
4367164	Rockland Estates	rockland-estates	US		0	America/New_York	39.57843	-77.04526	205			MD	013		
4367165	Rockland Run	rockland-run	US		0	America/New_York	39.38788	-76.67469	140			MD	005		
4367169	Rockhill Beach	rockhill-beach	US		0	America/New_York	39.144	-76.5233	9			MD	003		
4367170	Rockridge Forest	rockridge-forest	US		0	America/New_York	39.64983	-76.38274	147			MD	025		
4367174	Rockview Beach	rockview-beach	US		0	America/New_York	39.14316	-76.51496	9	Rock Beach,Rock View Beach,Rockview Beach		MD	003		
4367199	Rockwood Beach	rockwood-beach	US		0	America/New_York	39.15928	-76.48441	4			MD	003		
4367200	Rocky Acres	rocky-acres	US		0	America/New_York	39.47288	-76.93692	183			MD	013		
4367201	Rocky Acres	rocky-acres	US		0	America/New_York	39.05705	-76.91136	59			MD	033		
4367204	Rocky Forge	rocky-forge	US		0	America/New_York	39.71843	-77.60499	171			MD	043		
4367206	Rocky Brook Park	rocky-brook-park	US		0	America/New_York	39.05122	-76.99692	107			MD	031		
4367211	Rocky Gorge Estates	rocky-gorge-estates	US		0	America/New_York	39.11094	-76.88553	99			MD	033		
4367212	Rocky Gorge Meadows	rocky-gorge-meadows	US		0	America/New_York	39.14177	-76.96831	126			MD	031		
4367217	Rocky Hook	rocky-hook	US		0	America/New_York	38.48401	-75.92744	2			MD	019		
4367227	Rocky Ridge Estates	rocky-ridge-estates	US		0	America/New_York	39.6076	-77.30248	108			MD	021		
4367230	Rocky Road Park	rocky-road-park	US		0	America/New_York	39.23566	-77.16582	155			MD	031		
4367231	Rocky Springs	rocky-springs	US		0	America/New_York	39.44788	-77.45332	125			MD	021		
4367235	Roddy (historical)	roddy-historical	US		0	America/New_York	39.64065	-77.40193	152			MD	021		
4367238	Rodgers Forge	rodgers-forge	US		0	America/New_York	39.37788	-76.61358	141			MD	005		
4367245	Rodo Beach	rodo-beach	US		0	America/New_York	38.07929	-76.33161	1			MD	037		
4367247	Roelkeys Knoll	roelkeys-knoll	US		0	America/New_York	39.34177	-77.66499	173			MD	021		
4367249	Rogers (historical)	rogers-historical	US		0	America/New_York	39.41316	-76.68831	98			MD	005		
4367251	Rogers Heights	rogers-heights	US		0	America/New_York	38.94872	-76.92192	31			MD	033		
4367254	Rogers Mill	rogers-mill	US		0	America/New_York	38.49373	-76.93108	15			MD	017		
4367262	Rognel Heights	rognel-heights	US		0	America/New_York	39.294	-76.6858	103			MD	510		
4367265	Rohrersville Station	rohrersville-station	US		0	America/New_York	39.43121	-77.67777	184	Rohersville Station,Rohrersville Station		MD	043		
4367266	Rol-Park Trailer Village	rol-park-trailer-village	US		0	America/New_York	39.12316	-76.6358	26			MD	003		
4367270	Roland Heights	roland-heights	US		0	America/New_York	39.54177	-76.36302	130			MD	025		
4367276	Roland Place	roland-place	US		0	America/New_York	39.53844	-76.3569	126			MD	025		
4367278	Roland Park	roland-park	US		0	America/New_York	39.35455	-76.63414	111			MD	510		
4367279	Rolee Estates	rolee-estates	US		0	America/New_York	38.73817	-76.94275	64			MD	033		
4367280	Roller	roller	US		0	America/New_York	39.69705	-76.80664	183			MD	013		
4367281	Rolles Beach	rolles-beach	US		0	America/New_York	38.77345	-76.2505	1			MD	041		
4367282	Rolling Acres	rolling-acres	US		0	America/New_York	38.61401	-76.55107	50			MD	009		
4367283	Rolling Acres	rolling-acres	US		0	America/New_York	39.27233	-76.84886	118			MD	027		
4367284	Rolling Acres	rolling-acres	US		0	America/New_York	39.05733	-76.97053	110	Rolling Acres		MD	031		
4367285	Rolling Acres	rolling-acres	US		0	America/New_York	38.75095	-76.83608	59			MD	033		
4367286	Rolling Acres	rolling-acres	US		0	America/New_York	38.49235	-76.73246	25			MD	037		
4367287	Rolling Carroll Estates	rolling-carroll-estates	US		0	America/New_York	39.38899	-77.0647	230			MD	013		
4367288	Rolling Falls Estates	rolling-falls-estates	US		0	America/New_York	39.65983	-76.81414	220			MD	013		
4367289	Rolling Glen Farms	rolling-glen-farms	US		0	America/New_York	38.78678	-76.80303	42			MD	033		
4367290	Rolling Green	rolling-green	US		0	America/New_York	39.29566	-77.30026	165			MD	021		
4367291	Rolling Green	rolling-green	US		0	America/New_York	39.57733	-76.24857	95			MD	025		
4367292	Rolling Heights	rolling-heights	US		0	America/New_York	39.31622	-76.75858	132			MD	005		
4367294	Rolling Hills	rolling-hills	US		0	America/New_York	39.00289	-76.56219	38			MD	003		
4367295	Rolling Hills	rolling-hills	US		0	America/New_York	39.38177	-77.00887	177			MD	013		
4367296	Rolling Hills	rolling-hills	US		0	America/New_York	38.47984	-76.99275	48			MD	017		
4367297	Rolling Hills	rolling-hills	US		0	America/New_York	39.35233	-77.18582	248			MD	021		
4367298	Rolling Hills	rolling-hills	US		0	America/New_York	38.22179	-75.4652	9			MD	047		
4367300	Rolling Knolls	rolling-knolls	US		0	America/New_York	38.99594	-76.56135	36			MD	003		
4367301	Rolling Knolls	rolling-knolls	US		0	America/New_York	39.63955	-76.50108	164			MD	025		
4367302	Rolling Knolls	rolling-knolls	US		0	America/New_York	39.17955	-77.12054	154			MD	031		
4367305	Rolling Park	rolling-park	US		0	America/New_York	39.35177	-76.76859	163			MD	005		
4367306	Rolling Ridge	rolling-ridge	US		0	America/New_York	39.39177	-76.82164	185			MD	005		
4367307	Rolling Ridge	rolling-ridge	US		0	America/New_York	39.34316	-76.76081	148			MD	005		
4367308	Rolling Ridge	rolling-ridge	US		0	America/New_York	39.53482	-77.02748	234			MD	013		
4367309	Rolling Ridge	rolling-ridge	US		0	America/New_York	39.30566	-76.80359	138			MD	027		
4367311	Rolling Road Farms	rolling-road-farms	US		0	America/New_York	39.32038	-76.74942	122			MD	005		
4367315	Rolling View	rolling-view	US		0	America/New_York	38.95317	-76.85331	55	Collins,Rolling View		MD	033		
4367317	Rollingwood	rollingwood	US		0	America/New_York	38.98344	-77.06859	89			MD	031		
4367320	Rollins Park	rollins-park	US		0	America/New_York	39.06039	-77.13026	111			MD	031		
4367321	Rollins View Green	rollins-view-green	US		0	America/New_York	39.37344	-76.53163	85			MD	005		
4367322	Rolph Landing	rolph-landing	US		0	America/New_York	38.899	-75.94605	1	Rolph Landing,Rolphs Landing		MD	041		
4367323	Rolphs	rolphs	US		0	America/New_York	39.17428	-76.03606	3			MD	035		
4367327	Romancoke	romancoke	US		0	America/New_York	38.88123	-76.33634	2	Rom-awank-ak,Romancoke,Romangkok		MD	035		
4367330	Romancoke on the Bay	romancoke-on-the-bay	US		0	America/New_York	38.87706	-76.33801	2			MD	035		
4367331	Romar Estates	romar-estates	US		0	America/New_York	38.9515	-76.5144	6			MD	003		
4367333	Roland Terrace	roland-terrace	US		0	America/New_York	39.21927	-76.6008	43			MD	003		
4367334	Ronalee Hills	ronalee-hills	US		0	America/New_York	39.25205	-77.19276	179			MD	031		
4367338	Roosevelt Heights	roosevelt-heights	US		0	America/New_York	38.5404	-76.93581	55			MD	017		
4367342	Roop Mill	roop-mill	US		0	America/New_York	39.5901	-77.03109	195			MD	013		
4367344	Rosaryville	rosaryville	US		10697	America/New_York	38.75678	-76.80969	68			MD	033		
4367346	Rosaryville Estates	rosaryville-estates	US		0	America/New_York	38.759	-76.80525	61			MD	033		
4367350	Rose Haven	rose-haven	US		0	America/New_York	38.72567	-76.53885	3			MD	003		
4367357	Rose Hill Estates	rose-hill-estates	US		0	America/New_York	39.01094	-77.1572	82			MD	031		
4367360	Rose Mary Estates	rose-mary-estates	US		0	America/New_York	39.28177	-76.95859	160			MD	027		
4367367	Rosecroft	rosecroft	US		0	America/New_York	38.16235	-76.43551	6			MD	037		
4367368	Rosecroft Park	rosecroft-park	US		0	America/New_York	38.79539	-76.97192	37			MD	033		
4367379	Rosedale Park	rosedale-park	US		0	America/New_York	38.9915	-77.09137	104			MD	031		
4367380	Rosedale Park	rosedale-park	US		0	America/New_York	39.02622	-76.89664	34			MD	033		
4367383	Rosedale Terrace	rosedale-terrace	US		0	America/New_York	39.31427	-76.51052	15			MD	005		
4367384	Rosemary Hills	rosemary-hills	US		0	America/New_York	38.99761	-77.04359	90			MD	031		
4367393	Roseville Heights	roseville-heights	US		0	America/New_York	39.60594	-76.91553	247			MD	013		
4367394	Rosewick	rosewick	US		0	America/New_York	38.56318	-76.98025	63			MD	017		
4367396	Rosewood Estates	rosewood-estates	US		0	America/New_York	39.19011	-77.15193	181			MD	031		
4367397	Rosewood Forest	rosewood-forest	US		0	America/New_York	38.40845	-75.51909	18			MD	045		
4367406	Roslyn Station	roslyn-station	US		0	America/New_York	39.37733	-76.74414	133			MD	005		
4367407	Ross Acres	ross-acres	US		0	America/New_York	38.57651	-76.24328	1			MD	019		
4367412	Ross Cove	ross-cove	US		0	America/New_York	39.09067	-76.51163	12			MD	003		
4367414	Ross Run Estates	ross-run-estates	US		0	America/New_York	39.64316	-76.92804	222			MD	013		
4367415	Ross Valley Farms	ross-valley-farms	US		0	America/New_York	39.57233	-76.65803	157			MD	005		
4367416	Ross Woods	ross-woods	US		0	America/New_York	38.45401	-76.54551	36			MD	009		
4367417	Rossmoor	rossmoor	US		8453	America/New_York	39.10372	-77.07109	133	Rossmoor		MD	031		
4367421	Rosswood Estates	rosswood-estates	US		0	America/New_York	39.50399	-77.26859	182			MD	021		
4367422	Rosswood Estates	rosswood-estates	US		0	America/New_York	39.37233	-77.23832	174			MD	021		
4367426	Round Acres	round-acres	US		0	America/New_York	39.53705	-76.44913	157			MD	025		
4367428	Round Bay	round-bay	US		0	America/New_York	39.06205	-76.53719	17			MD	003		
4367429	Round Bay View	round-bay-view	US		0	America/New_York	39.06067	-76.54441	9			MD	003		
4367431	Ross Farm Woods	ross-farm-woods	US		0	America/New_York	38.82511	-75.91688	10			MD	041		
4367440	Round View	round-view	US		0	America/New_York	38.99872	-76.46302	15			MD	003		
4367445	Roundtree	roundtree	US		0	America/New_York	39.35316	-77.54554	152			MD	021		
4367446	Rousby Hall	rousby-hall	US		0	America/New_York	38.3254	-76.4469	3			MD	009		
4367454	Rover (historical)	rover-historical	US		0	America/New_York	39.30149	-76.99803	145			MD	027		
4367455	Rover Mill Estates	rover-mill-estates	US		0	America/New_York	39.29177	-77.00248	180			MD	027		
4367456	Rowland Hill	rowland-hill	US		0	America/New_York	39.71398	-77.47721	476			MD	043		
4367460	Rowlandsville	rowlandsville	US		0	America/New_York	39.66122	-76.1469	17			MD	015		
4367461	Rowlandsville Heights	rowlandsville-heights	US		0	America/New_York	39.66122	-76.13301	62			MD	015		
4367472	Roxbury Hill	roxbury-hill	US		0	America/New_York	39.55454	-77.69416	155			MD	043		
4367473	Roxbury Mills	roxbury-mills	US		0	America/New_York	39.25816	-77.05331	119			MD	027		
4367476	Royal Acres	royal-acres	US		0	America/New_York	38.73512	-76.1855	3			MD	041		
4367477	Royal Acres	royal-acres	US		0	America/New_York	39.51511	-76.17968	48			MD	025		
4367478	Royal Beach	royal-beach	US		0	America/New_York	39.1065	-76.54246	12			MD	003		
4367479	Royal Heights	royal-heights	US		0	America/New_York	39.47261	-76.27329	21			MD	025		
4367480	Royal Heights	royal-heights	US		0	America/New_York	39.65594	-76.8872	320			MD	013		
4367488	Royale Gardens	royale-gardens	US		0	America/New_York	38.93067	-76.85247	48			MD	033		
4367489	Royale Glen	royale-glen	US		0	America/New_York	38.92483	-76.65108	33			MD	003		
4367493	Royston Shores	royston-shores	US		0	America/New_York	39.22233	-76.02883	3			MD	035		
4367495	Rubert Manor	rubert-manor	US		0	America/New_York	39.04539	-76.50913	33			MD	003		
4367497	Rugby Hall	rugby-hall	US		0	America/New_York	39.04039	-76.53191	18			MD	003		
4367498	Rugby Hall Estates	rugby-hall-estates	US		0	America/New_York	39.04261	-76.52691	32			MD	003		
4367500	Ruhl	ruhl	US		0	America/New_York	39.70788	-76.73414	225			MD	005		
4367509	Rum Ridge Estates	rum-ridge-estates	US		0	America/New_York	38.41984	-75.54437	14			MD	045		
4367510	Rumbley	rumbley	US		0	America/New_York	38.09346	-75.85827	1	Drum Point,Rumbley		MD	039		
4367515	Rundelac Farm	rundelac-farm	US		0	America/New_York	38.949	-76.51774	6			MD	003		
4367516	Running Brook	running-brook	US		0	America/New_York	39.23288	-76.85997	103			MD	027		
4367517	Running Brook Acres	running-brook-acres	US		0	America/New_York	39.22649	-77.26221	168			MD	031		
4367519	Running Brook Park	running-brook-park	US		0	America/New_York	39.61733	-76.07606	116			MD	015		
4367520	Runnymeade Estates	runnymeade-estates	US		0	America/New_York	39.28761	-76.03106	18			MD	029		
4367521	Runnymeade Summit	runnymeade-summit	US		0	America/New_York	39.6526	-77.10165	172			MD	013		
4367524	Rush Acres	rush-acres	US		0	America/New_York	38.39873	-75.45686	20			MD	045		
4367532	Rush Manor	rush-manor	US		0	America/New_York	39.62649	-76.43857	144			MD	025		
4367542	Rustic Acres	rustic-acres	US		0	America/New_York	38.30984	-75.55381	14			MD	045		
4367543	Rustic Hills	rustic-hills	US		0	America/New_York	38.48818	-76.7283	40			MD	037		
4367544	Rustic Knolls	rustic-knolls	US		0	America/New_York	38.82623	-76.66691	37			MD	003		
4367545	Rusty Acres	rusty-acres	US		0	America/New_York	39.11122	-76.94748	148			MD	031		
4367550	Ruthed Estates	ruthed-estates	US		0	America/New_York	39.68482	-77.18721	159			MD	013		
4367552	Rutherford Green	rutherford-green	US		0	America/New_York	39.33788	-76.74803	139			MD	005		
4367553	Ruthsburg	ruthsburg	US		0	America/New_York	39.00317	-75.95799	20	Cross Roads,Ruthsborough,Ruthsburg,Ruthsburgh		MD	035		
4367556	Rutland Estates	rutland-estates	US		0	America/New_York	38.95956	-76.63941	37			MD	003		
4367559	Ruxton	ruxton	US		0	America/New_York	39.40011	-76.64469	85			MD	005		
4367562	Ruxton Hills	ruxton-hills	US		0	America/New_York	39.39594	-76.6583	120			MD	005		
4367563	Ruxton Ridge	ruxton-ridge	US		0	America/New_York	39.40816	-76.6408	103			MD	005		
4367564	Ryceville	ryceville	US		0	America/New_York	38.43568	-76.83052	52			MD	017		
4367576	Sable Woods	sable-woods	US		0	America/New_York	39.50983	-76.32579	109			MD	025		
4367577	Sabrina Park	sabrina-park	US		0	America/New_York	39.09539	-76.57219	31			MD	003		
4367579	Sackertown	sackertown	US		0	America/New_York	37.97235	-75.84271	1			MD	039		
4367603	Saddle Ridge	saddle-ridge	US		0	America/New_York	39.01539	-76.69108	36			MD	003		
4367606	Saefern	saefern	US		0	America/New_York	39.01261	-76.54552	36			MD	003		
4367610	Sagamore Forest	sagamore-forest	US		0	America/New_York	39.47038	-76.79775	216			MD	005		
4367611	Sagamore Village	sagamore-village	US		0	America/New_York	39.46955	-76.80414	206			MD	005		
4367614	Sagefield	sagefield	US		0	America/New_York	39.18344	-75.88549	18			MD	035		
4367615	Sailors Retreat	sailors-retreat	US		0	America/New_York	38.68067	-76.108	4			MD	041		
4367653	Saint Andrews Estates	saint-andrews-estates	US		0	America/New_York	38.29235	-76.54912	37			MD	037		
4367676	Saint Aubins Heights	saint-aubins-heights	US		0	America/New_York	38.78345	-76.07189	10			MD	041		
4367722	Saint Catherine	saint-catherine	US		0	America/New_York	38.25263	-76.7983	4			MD	037		
4367760	Saint Clement Shores	saint-clement-shores	US		0	America/New_York	38.28013	-76.70469	5	Saint Clement Shores,Saint Clements Shores,St. Clement Shores		MD	037		
4367778	Saint Denis	saint-denis	US		0	America/New_York	39.22261	-76.70469	20	Relay Station,Saint Denis,St. Denis		MD	005		
4367821	Saint George Beach	saint-george-beach	US		0	America/New_York	38.1529	-76.5094	2			MD	037		
4367831	Saint George Park	saint-george-park	US		0	America/New_York	38.15902	-76.51801	2	Saint George Park,Saint George's Park,St. George Park		MD	037		
4367869	Saint Inigoes Shores	saint-inigoes-shores	US		0	America/New_York	38.1529	-76.42301	5			MD	037		
4367927	Saint James Village	saint-james-village	US		0	America/New_York	39.58121	-77.73249	158			MD	043		
4367939	Saint Jerome Shores	saint-jerome-shores	US		0	America/New_York	38.12929	-76.333	3			MD	037		
4367940	Saint Jeromes Landing	saint-jeromes-landing	US		0	America/New_York	38.13401	-76.35439	2			MD	037		
4368011	Saint Johns Creek	saint-johns-creek	US		0	America/New_York	38.34596	-76.4444	7			MD	009		
4368029	Saint Johns Green	saint-johns-green	US		0	America/New_York	39.29233	-76.83747	140			MD	027		
4368035	Saint Johns Manor	saint-johns-manor	US		0	America/New_York	39.53484	-75.89105	15			MD	015		
4368036	Saint Johns Manor	saint-johns-manor	US		0	America/New_York	39.26844	-76.82442	131			MD	027		
4368061	Saint Johns Village	saint-johns-village	US		0	America/New_York	39.26927	-76.82997	136			MD	027		
4368062	Saint Johns Vista	saint-johns-vista	US		0	America/New_York	39.53178	-75.89466	22			MD	015		
4368063	Saint Johns Woods	saint-johns-woods	US		0	America/New_York	39.09733	-76.48357	13			MD	003		
4368064	Saint Johns Woods	saint-johns-woods	US		0	America/New_York	38.3479	-76.44134	23			MD	009		
4368121	Saint Leonard (historical)	saint-leonard-historical	US		0	America/New_York	38.44735	-76.48717	19	Saint Leonard (historical),Saint Leonards,Saint Leonards Town,St. Leonard (historical)		MD	009		
4368124	Saint Leonard Shores	saint-leonard-shores	US		0	America/New_York	38.43707	-76.49051	30			MD	009		
4368178	Saint Margarets	saint-margarets	US		0	America/New_York	39.02094	-76.46274	27	Saint Margaret,Saint Margaret's Church,Saint Margarets,St. Margarets		MD	003		
4368181	Saint Margarets Farm	saint-margarets-farm	US		0	America/New_York	39.01678	-76.46635	24			MD	003		
4368182	Saint Margarets Grove	saint-margarets-grove	US		0	America/New_York	38.25985	-76.60663	13			MD	037		
4368243	Saint Martins by the Bay	saint-martins-by-the-bay	US		0	America/New_York	38.40484	-75.16852	4			MD	047		
4368265	Saint Marys Beach	saint-marys-beach	US		0	America/New_York	38.41207	-76.61079	11			MD	037		
4368341	Saint Marys River Estates	saint-marys-river-estates	US		0	America/New_York	38.19651	-76.46051	12			MD	037		
4368581	Saint Peters Key	saint-peters-key	US		0	America/New_York	38.1704	-76.41634	7			MD	037		
4368632	Saint Stephens Estates	saint-stephens-estates	US		0	America/New_York	39.03983	-76.66524	47			MD	003		
4368726	Salopha	salopha	US		0	America/New_York	39.35288	-76.94553	152			MD	027		
4368730	Salt Grass Cove	salt-grass-cove	US		0	America/New_York	38.36956	-75.13963	1			MD	047		
4368737	Saltworks on the Severn	saltworks-on-the-severn	US		0	America/New_York	39.00539	-76.54552	39			MD	003		
4368739	Sam Owings Place	sam-owings-place	US		0	America/New_York	38.71512	-76.55329	31			MD	009		
4368740	Sam Rice Manor	sam-rice-manor	US		0	America/New_York	39.14816	-77.00359	148			MD	031		
4368742	Samhill Estates	samhill-estates	US		0	America/New_York	39.34983	-77.19082	223			MD	021		
4368743	Samples Manor	samples-manor	US		0	America/New_York	39.37204	-77.71999	192			MD	043		
4368760	Sams Creek	sams-creek	US		0	America/New_York	39.49927	-77.11582	169			MD	021		
4368761	San Mar	san-mar	US		384	America/New_York	39.55093	-77.64444	166	San Mar,Sanmar		MD	043		
4368764	San-Di-Gan	san-di-gan	US		0	America/New_York	39.44232	-77.47332	191			MD	021		
4368765	Sanandrews	sanandrews	US		0	America/New_York	39.4251	-77.28026	138			MD	021		
4368770	Sand Hill Acres	sand-hill-acres	US		0	America/New_York	39.30483	-76.93081	177			MD	027		
4368774	Sand Spring	sand-spring	US		0	America/New_York	39.67258	-79.45948	659	Fearer,Sand Spring		MD	023		
4368782	Sanders Park	sanders-park	US		0	America/New_York	39.14761	-76.50163	9			MD	003		
4368783	Sandgates	sandgates	US		0	America/New_York	38.4129	-76.61524	10	Sand Gates,Sandgates		MD	037		
4368785	Sandridge	sandridge	US		0	America/New_York	39.13316	-76.73414	74			MD	003		
4368787	Sandtop	sandtop	US		0	America/New_York	38.60789	-75.90271	12			MD	019		
4368789	Sandalwood	sandalwood	US		0	America/New_York	39.15622	-76.7033	43			MD	003		
4368790	Sandy Bottom	sandy-bottom	US		0	America/New_York	38.63012	-76.6044	42			MD	009		
4368791	Sandy Bottom	sandy-bottom	US		0	America/New_York	39.19317	-76.18412	9			MD	029		
4368794	Sandy Acres	sandy-acres	US		0	America/New_York	38.58512	-76.10383	7	Sandy Acres,Sandyhill		MD	019		
4368799	Sandy Hill	sandy-hill	US		0	America/New_York	39.30011	-76.93192	162			MD	027		
4368800	Sandy Hill Acres	sandy-hill-acres	US		0	America/New_York	39.02233	-76.7883	56			MD	033		
4368813	Sandy Level Estates	sandy-level-estates	US		0	America/New_York	38.56457	-76.81636	54			MD	017		
4368814	Sandy Oaks	sandy-oaks	US		0	America/New_York	39.13678	-76.5658	12			MD	003		
4368837	Sandy Spring Estates	sandy-spring-estates	US		0	America/New_York	39.10289	-76.89581	107			MD	033		
4368840	Sandy Spring Meadow	sandy-spring-meadow	US		0	America/New_York	39.15122	-77.02498	145			MD	031		
4368842	Sandyland Beach	sandyland-beach	US		0	America/New_York	38.23068	-76.65746	4			MD	037		
4368855	Sanner Estates	sanner-estates	US		0	America/New_York	39.37788	-77.01859	166			MD	013		
4368856	Santa Fe Acres	santa-fe-acres	US		0	America/New_York	38.41206	-75.60354	12			MD	045		
4368858	Santo Domingo	santo-domingo	US		0	America/New_York	38.5115	-75.72271	9			MD	045		
4368860	Sandy Run Estates	sandy-run-estates	US		0	America/New_York	39.55677	-77.3936	109			MD	021		
4368863	Sarawoods	sarawoods	US		0	America/New_York	39.43094	-76.80331	214			MD	005		
4368870	Satyr Hill Estates	satyr-hill-estates	US		0	America/New_York	39.40927	-76.54691	124			MD	005		
4368876	Saunders Point	saunders-point	US		0	America/New_York	38.88761	-76.49218	6			MD	003		
4368891	Saunders	saunders	US		0	America/New_York	39.15566	-76.63024	21			MD	003		
4368910	Saybrooke	saybrooke	US		0	America/New_York	39.11261	-76.47079	12			MD	003		
4368911	Sayers Forest	sayers-forest	US		0	America/New_York	38.93067	-76.1705	5			MD	035		
4368918	Scaggsville	scaggsville	US		24333	America/New_York	39.14511	-76.90025	137			MD	027		
4368924	Scarboro	scarboro	US		0	America/New_York	38.13345	-75.39492	10	Scarboro,Scarborough Switch,Scarboroughs		MD	047		
4368928	Scarboro	scarboro	US		0	America/New_York	39.64622	-76.29524	136	Scarboro,Scarborough		MD	025		
4368930	Scarboro Landing	scarboro-landing	US		0	America/New_York	38.06929	-75.36658	0			MD	047		
4368931	Scarff	scarff	US		0	America/New_York	39.53344	-76.44802	153			MD	025		
4368932	Scenic View	scenic-view	US		0	America/New_York	39.62538	-76.35079	122			MD	025		
4368935	Schell	schell	US		0	America/New_York	39.34205	-79.25976	615			MD	023		
4368938	Schneiders Trailer Haven	schneiders-trailer-haven	US		0	America/New_York	39.19038	-77.24332	166			MD	031		
4368939	Scholar Woods	scholar-woods	US		0	America/New_York	39.42872	-76.28773	6			MD	025		
4368942	School Gardens	school-gardens	US		0	America/New_York	39.16178	-76.51607	9			MD	003		
4369024	Schuyler Hills	schuyler-hills	US		0	America/New_York	38.66206	-77.03164	55			MD	033		
4369026	Scientists Cliffs	scientists-cliffs	US		0	America/New_York	38.51762	-76.51329	32	Annes Aggravation,Flippos Folly,Pathologists Quagmire,Scientists Cliff,Scientists Cliffs		MD	009		
4369027	Scotch Point	scotch-point	US		0	America/New_York	38.33568	-76.51134	6			MD	037		
4369030	Scotchmans Glen	scotchmans-glen	US		0	America/New_York	39.45428	-75.89494	24			MD	015		
4369031	Scotchtown Hills	scotchtown-hills	US		0	America/New_York	39.10344	-76.88581	101			MD	033		
4369036	Scotland Beach	scotland-beach	US		0	America/New_York	38.07151	-76.32967	1			MD	037		
4369042	Scots Fancy	scots-fancy	US		0	America/New_York	39.52983	-76.31496	91			MD	025		
4369043	Scotsdale	scotsdale	US		0	America/New_York	39.50427	-76.97054	265			MD	013		
4369044	Scott Acres	scott-acres	US		0	America/New_York	39.17316	-76.92164	148			MD	027		
4369062	Scotts Level	scotts-level	US		0	America/New_York	39.36622	-76.75803	155	Scott Level,Scotts Level		MD	005		
4369065	Scotts Manor	scotts-manor	US		0	America/New_York	39.07928	-76.69608	67			MD	003		
4369067	Scotts Ridge	scotts-ridge	US		0	America/New_York	39.60871	-76.83164	247			MD	013		
4369069	Scouts Knoll	scouts-knoll	US		0	America/New_York	39.47038	-77.31359	147			MD	021		
4369071	Sea Isle Mobile Home Park	sea-isle-mobile-home-park	US		0	America/New_York	38.33595	-75.11018	3			MD	047		
4369073	Seaborne Estates	seaborne-estates	US		0	America/New_York	39.11539	-76.5233	20			MD	003		
4369074	Seabreeze	seabreeze	US		0	America/New_York	38.56623	-76.26384	1			MD	019		
4369075	Seabright	seabright	US		0	America/New_York	38.37817	-75.1363	2			MD	047		
4369077	Seabrook Acres	seabrook-acres	US		0	America/New_York	38.97594	-76.84108	42			MD	033		
4369086	Seat Pleasant	seat-pleasant	US		4780	America/New_York	38.89622	-76.90664	33	Chesapeake Junction,Seat Pleasant,Sit Plezant,Sit Plizant,syt blyzant,syt plznt  mrylnd,Сит Плезант,Сит Плизант,سيت بليزانت,سیت پلزنت، مریلند		MD	033		
4369092	Seawilde	seawilde	US		0	America/New_York	38.53345	-76.19717	1			MD	019		
4369103	Seashore Beach	seashore-beach	US		0	America/New_York	38.33485	-76.41023	2			MD	009		
4369110	Security	security	US		0	America/New_York	39.65121	-77.69083	154	Bissell,Security		MD	043		
4369118	Selassie Villa	selassie-villa	US		0	America/New_York	38.82789	-76.50996	2			MD	003		
4369122	Selby Beach	selby-beach	US		0	America/New_York	38.90706	-76.51607	2	Selby Beach,Selby on the Bay,Selby-on-the-Bay		MD	003		
4369123	Selby Grove	selby-grove	US		0	America/New_York	39.11428	-76.57024	21			MD	003		
4369125	Selby-on-the-Bay	selby-on-the-bay	US		4040	America/New_York	38.91622	-76.52246	4			MD	003		
4369129	Selbysport	selbysport	US		0	America/New_York	39.68647	-79.38032	452	Buffalow Run,Old Shelbys Port,Selbysport,Shelbysport		MD	023		
4369132	Sellman	sellman	US		0	America/New_York	39.20844	-77.37832	155	Barnesville,Sellman		MD	031		
4369135	Sellman Estates	sellman-estates	US		0	America/New_York	39.03594	-76.93497	49			MD	033		
4369139	Seminary Overlook	seminary-overlook	US		0	America/New_York	39.42788	-76.65164	106			MD	005		
4369142	Seminary Springs	seminary-springs	US		0	America/New_York	39.424	-76.66219	111			MD	005		
4369144	Selbys Landing	selbys-landing	US		0	America/New_York	38.75123	-76.69913	1			MD	033		
4369146	Seneca Chase	seneca-chase	US		0	America/New_York	39.139	-77.3961	106			MD	031		
4369151	Seneca Highlands	seneca-highlands	US		0	America/New_York	39.10566	-77.29082	126			MD	031		
4369152	Seneca Overlook	seneca-overlook	US		0	America/New_York	39.26094	-77.15193	189			MD	031		
4369153	Seneca Park	seneca-park	US		0	America/New_York	39.32372	-76.37496	4	Seneca Park,Seneca Park Beach		MD	005		
4369154	Seneca Park	seneca-park	US		0	America/New_York	39.17094	-77.23165	126			MD	031		
4369159	Seneca Upland	seneca-upland	US		0	America/New_York	39.24733	-77.15665	164			MD	031		
4369164	Serenity Woods	serenity-woods	US		0	America/New_York	38.50457	-76.84025	56			MD	017		
4369173	Settlers Landing	settlers-landing	US		0	America/New_York	39.114	-76.85386	70			MD	027		
4369174	Seven Cedars	seven-cedars	US		0	America/New_York	39.61372	-76.39691	116			MD	025		
4369176	Seven Havens	seven-havens	US		0	America/New_York	39.65899	-76.82331	247			MD	013		
4369180	Seven Oaks	seven-oaks	US		0	America/New_York	39.10566	-76.70802	38			MD	003		
4369181	Seven Oaks	seven-oaks	US		0	America/New_York	39.00705	-77.01525	89			MD	031		
4369195	Severn Crossroads	severn-crossroads	US		0	America/New_York	39.05983	-76.62774	30			MD	003		
4369196	Severn Forest	severn-forest	US		0	America/New_York	39.09928	-76.68469	37			MD	003		
4369197	Severn Forest	severn-forest	US		0	America/New_York	39.00844	-76.51774	17			MD	003		
4369198	Severn Grove	severn-grove	US		0	America/New_York	39.00678	-76.5333	24			MD	003		
4369201	Severn Heights	severn-heights	US		0	America/New_York	39.04955	-76.53163	30			MD	003		
4369202	Severn Landing	severn-landing	US		0	America/New_York	39.04455	-76.58996	25			MD	003		
4369203	Severn Lea	severn-lea	US		0	America/New_York	39.11122	-76.7008	38			MD	003		
4369204	Severn Mills	severn-mills	US		0	America/New_York	39.13372	-76.71136	56			MD	003		
4369205	Severn Mobile Home Park	severn-mobile-home-park	US		0	America/New_York	39.12796	-76.68691	45	Severn Mobile Home Park,Severn Mobile Trailer Park		MD	003		
4369208	Severn Ridge	severn-ridge	US		0	America/New_York	39.14039	-76.72053	60			MD	003		
4369219	Severn Village	severn-village	US		0	America/New_York	39.13483	-76.69997	53			MD	003		
4369220	Severn Woods	severn-woods	US		0	America/New_York	39.13789	-76.70052	50			MD	003		
4369222	Severna Forest	severna-forest	US		0	America/New_York	39.07928	-76.56441	22			MD	003		
4369223	Severna Gardens	severna-gardens	US		0	America/New_York	39.07511	-76.55524	18			MD	003		
4369233	Severndale	severndale	US		0	America/New_York	39.08205	-76.57413	23			MD	003		
4369234	Severnside	severnside	US		0	America/New_York	39.00178	-76.48635	18			MD	003		
4369235	Severnsides	severnsides	US		0	America/New_York	39.13178	-76.69108	51			MD	003		
4369236	Severnview	severnview	US		0	America/New_York	39.04122	-76.52246	21			MD	003		
4369243	Sewells Orchard	sewells-orchard	US		0	America/New_York	39.19594	-76.8272	114			MD	027		
4369254	Shad Point	shad-point	US		0	America/New_York	38.33984	-75.63215	5			MD	045		
4369261	Shady Acres	shady-acres	US		0	America/New_York	38.61817	-77.01636	61			MD	017		
4369262	Shady Bower	shady-bower	US		0	America/New_York	39.65898	-77.89694	157			MD	043		
4369279	Shady Hill	shady-hill	US		0	America/New_York	38.62151	-76.64302	40			MD	009		
4369280	Shady Hill Farm	shady-hill-farm	US		0	America/New_York	38.61651	-76.65246	39			MD	009		
4369282	Shady Oaks	shady-oaks	US		0	America/New_York	38.82678	-76.54968	2			MD	003		
4369283	Shady Oaks	shady-oaks	US		0	America/New_York	39.33761	-76.39385	6			MD	005		
4369294	Shaffers Mill Estates	shaffers-mill-estates	US		0	America/New_York	39.32205	-77.14387	224			MD	027		
4369297	Shah Valley	shah-valley	US		0	America/New_York	39.67872	-75.91911	114			MD	015		
4369298	Shallmar	shallmar	US		0	America/New_York	39.37954	-79.20476	540	Shallmar,Shallmer		MD	023		
4369303	Shamburg (historical)	shamburg-historical	US		0	America/New_York	39.62899	-76.73442	158			MD	005		
4369305	Shamrock Acres	shamrock-acres	US		0	America/New_York	39.53316	-76.91109	241			MD	013		
4369306	Shamrock Acres	shamrock-acres	US		0	America/New_York	39.68121	-77.4061	292			MD	021		
4369307	Shamrock Glen Estates	shamrock-glen-estates	US		0	America/New_York	38.37485	-76.74774	39			MD	037		
4369309	Shane	shane	US		0	America/New_York	39.66927	-76.59191	205			MD	005		
4369310	Shane Valley	shane-valley	US		0	America/New_York	39.69677	-76.58052	192			MD	005		
4369312	Shannon Forest	shannon-forest	US		0	America/New_York	39.1515	-76.58274	15			MD	003		
4369313	Shannon Heath	shannon-heath	US		0	America/New_York	39.44844	-76.36774	55			MD	025		
4369314	Shannon Run	shannon-run	US		0	America/New_York	39.37121	-76.97831	155			MD	013		
4369315	Shannon Square	shannon-square	US		0	America/New_York	39.14678	-76.58302	15			MD	003		
4369317	Shanty Town (historical)	shanty-town-historical	US		0	America/New_York	39.64675	-78.76307	191			MD	001		
4369318	Sharewood Acres	sharewood-acres	US		0	America/New_York	39.15427	-76.78025	69			MD	027		
4369323	Sharktown	sharktown	US		0	America/New_York	38.974	-76.28051	5	Shark Town,Sharktown		MD	035		
4369327	Sharon Acres	sharon-acres	US		0	America/New_York	39.59483	-76.42357	169			MD	025		
4369333	Sharon Oaks	sharon-oaks	US		0	America/New_York	39.52816	-76.95998	250			MD	013		
4369336	Sharonville	sharonville	US		0	America/New_York	39.12511	-76.5208	30			MD	003		
4369342	Sharperville	sharperville	US		0	America/New_York	38.67262	-76.97442	60			MD	033		
4369359	Sharpstown	sharpstown	US		0	America/New_York	39.1365	-76.21856	7	Sharpstown,Sharptown		MD	029		
4369363	Sharrer Heights	sharrer-heights	US		0	America/New_York	39.57427	-77.2986	137			MD	021		
4369364	Sharretts (historical)	sharretts-historical	US		0	America/New_York	39.61454	-77.22859	125			MD	013		
4369365	Sharretts Ridge	sharretts-ridge	US		0	America/New_York	39.54316	-76.62941	141			MD	005		
4369366	Shavox	shavox	US		0	America/New_York	38.35623	-75.46353	17			MD	045		
4369370	Shawan Valley	shawan-valley	US		0	America/New_York	39.48149	-76.71081	197			MD	005		
4369371	Shawan at Hunt Valley	shawan-at-hunt-valley	US		0	America/New_York	39.49233	-76.67219	99			MD	005		
4369373	Shawnee Brook South	shawnee-brook-south	US		0	America/New_York	39.5565	-76.12051	91			MD	025		
4369374	Shawnee Estates	shawnee-estates	US		0	America/New_York	39.06122	-76.63024	30			MD	003		
4369375	Shawnee View	shawnee-view	US		0	America/New_York	39.53177	-76.90942	232			MD	013		
4369376	Shawns Landing	shawns-landing	US		0	America/New_York	39.40427	-77.01137	189			MD	013		
4369378	Shawan	shawan	US		0	America/New_York	39.49566	-76.70831	133	Shawan,Shawan Hunting Ground		MD	005		
4369379	Shawsville Acres	shawsville-acres	US		0	America/New_York	39.63149	-76.55191	201			MD	025		
4369381	Sheckells Hills	sheckells-hills	US		0	America/New_York	38.63623	-76.60413	41			MD	009		
4369390	Shel-Mar Heights	shel-mar-heights	US		0	America/New_York	39.28705	-77.32137	148			MD	021		
4369400	Shelltown	shelltown	US		0	America/New_York	37.97985	-75.63993	1	Shell Town,Shelltown		MD	039		
4369404	Shepherds Glen	shepherds-glen	US		0	America/New_York	39.26538	-76.97192	187			MD	027		
4369406	Sheppard (historical)	sheppard-historical	US		0	America/New_York	39.38927	-76.6133	122			MD	005		
4369409	Shepperd	shepperd	US		0	America/New_York	39.59344	-76.56913	210			MD	005		
4369411	Sherbert	sherbert	US		0	America/New_York	38.61401	-76.60774	45			MD	009		
4369414	Sherlock Holmes Estates	sherlock-holmes-estates	US		0	America/New_York	39.4226	-76.91915	174			MD	013		
4369415	Sherlock Mobile Home Estates	sherlock-mobile-home-estates	US		0	America/New_York	38.25707	-76.46801	28			MD	037		
4369418	Sherrill Gardens	sherrill-gardens	US		0	America/New_York	39.68177	-76.37413	132			MD	025		
4369419	Shervettes Corner	shervettes-corner	US		0	America/New_York	39.39677	-76.89526	155			MD	013		
4369424	Sherwood Forest	sherwood-forest	US		0	America/New_York	39.02761	-76.54385	31	Sherwood Forest,Sherwood Forest Village,The Forest		MD	003		
4369425	Sherwood Forest	sherwood-forest	US		0	America/New_York	39.3876	-77.23582	185			MD	021		
4369426	Sherwood Forest	sherwood-forest	US		0	America/New_York	39.07872	-77.01248	118	Sherwood Forest		MD	031		
4369427	Sherwood Forest	sherwood-forest	US		0	America/New_York	38.36761	-75.15046	3	Sherwood Forest,South Ocean Pines		MD	047		
4369431	Sherwood Hills	sherwood-hills	US		0	America/New_York	39.48761	-76.62636	159			MD	005		
4369432	Sherwood Homes	sherwood-homes	US		0	America/New_York	39.50372	-76.16356	23			MD	025		
4369434	Sherwood Manor	sherwood-manor	US		0	America/New_York	38.96983	-76.71275	34			MD	033		
4369435	Sherwood Manor	sherwood-manor	US		0	America/New_York	38.38706	-75.54826	14			MD	045		
4369438	Shetland Hills	shetland-hills	US		0	America/New_York	39.42622	-76.60802	103			MD	005		
4369439	Shetland Square	shetland-square	US		0	America/New_York	39.13178	-76.62052	15			MD	003		
4369456	Shiloh Church	shiloh-church	US		0	America/New_York	38.58873	-75.87077	14			MD	019		
4369461	Shiloh Manor	shiloh-manor	US		0	America/New_York	38.58873	-75.87605	16			MD	019		
4369472	Shingle Landing	shingle-landing	US		0	America/New_York	38.40539	-75.19547	0			MD	047		
4369475	Shipley	shipley	US		0	America/New_York	39.19872	-76.65636	43	Shipley,Shipley-Fairmount		MD	003		
4369476	Shipley	shipley	US		0	America/New_York	39.50399	-77.00276	253			MD	013		
4369478	Shipley Corner	shipley-corner	US		0	America/New_York	39.159	-76.71358	57			MD	003		
4369479	Shipley Heights	shipley-heights	US		0	America/New_York	39.20233	-76.66247	51			MD	003		
4369481	Shipleys Choice	shipleys-choice	US		0	America/New_York	39.09622	-76.61052	38			MD	003		
4369487	Shipping Creek	shipping-creek	US		0	America/New_York	38.91817	-76.33995	4			MD	035		
4369494	Shipyard Landing	shipyard-landing	US		0	America/New_York	39.16261	-76.19078	6			MD	029		
4369495	Shirley Heights	shirley-heights	US		0	America/New_York	39.21677	-76.67802	32			MD	003		
4369496	Shirley Manor	shirley-manor	US		0	America/New_York	39.52344	-76.91331	203			MD	013		
4369497	Shirleyville	shirleyville	US		0	America/New_York	39.03539	-76.48746	39			MD	003		
4369500	Shirley Estates	shirley-estates	US		0	America/New_York	39.199	-76.64663	35			MD	003		
4369501	Shockeys (historical)	shockeys-historical	US		0	America/New_York	39.70898	-77.53582	238			MD	043		
4369502	Shoemakers Lot	shoemakers-lot	US		0	America/New_York	39.62593	-77.02165	211			MD	013		
4369503	Shookstown	shookstown	US		0	America/New_York	39.43566	-77.46721	141			MD	021		
4369504	Shookstown Heights	shookstown-heights	US		0	America/New_York	39.43482	-77.46443	139			MD	021		
4369507	Shore Acres	shore-acres	US		0	America/New_York	39.05567	-76.4594	4			MD	003		
4369508	Shoreham Beach	shoreham-beach	US		0	America/New_York	38.90011	-76.49468	5			MD	003		
4369509	Shoreland	shoreland	US		0	America/New_York	39.17511	-76.59135	10			MD	003		
4369510	Shores of Calvert	shores-of-calvert	US		0	America/New_York	38.73901	-76.67913	10			MD	009		
4369512	Shoresville (historical)	shoresville-historical	US		0	America/New_York	39.28122	-76.55441	18			MD	510		
4369514	Shorewood Estates	shorewood-estates	US		0	America/New_York	39.35706	-75.85022	9			MD	029		
4369527	Shour Valley	shour-valley	US		0	America/New_York	39.70343	-77.09082	200			MD	013		
4369543	Shucks Corners	shucks-corners	US		0	America/New_York	39.53094	-76.27996	123			MD	025		
4369544	Shufelt	shufelt	US		0	America/New_York	38.56484	-75.99049	7			MD	019		
4369550	Sidmar	sidmar	US		0	America/New_York	39.55343	-77.26304	158			MD	021		
4369556	Silesia	silesia	US		0	America/New_York	38.74234	-76.99886	4	Selisa,Silesia,Solisa		MD	033		
4369558	Sillery Bay	sillery-bay	US		0	America/New_York	39.09955	-76.46135	7			MD	003		
4369559	Sillery Bay Forest	sillery-bay-forest	US		0	America/New_York	39.09817	-76.46607	6			MD	003		
4369560	Sillman Estates	sillman-estates	US		0	America/New_York	39.02706	-76.49691	40			MD	003		
4369561	Silo Hill	silo-hill	US		0	America/New_York	39.70426	-77.31749	128			MD	021		
4369564	Silva-De-Amor	silva-de-amor	US		0	America/New_York	39.1465	-76.73303	69			MD	003		
4369565	Silver Acres	silver-acres	US		0	America/New_York	39.59289	-76.14662	105			MD	025		
4369567	Sierra Manor	sierra-manor	US		0	America/New_York	38.39039	-75.50353	16			MD	045		
4369568	Silver Fern Estates	silver-fern-estates	US		0	America/New_York	39.39955	-77.17582	207			MD	021		
4369569	Silver Gate Village	silver-gate-village	US		0	America/New_York	39.39372	-76.4583	49			MD	005		
4369570	Silver Hill	silver-hill	US		0	America/New_York	39.45621	-77.31443	146			MD	021		
4369571	Silver Hill	silver-hill	US		5950	America/New_York	38.84178	-76.94581	89			MD	033		
4369574	Silver Hill Farm	silver-hill-farm	US		0	America/New_York	39.384	-76.48774	68			MD	005		
4369575	Silver Hill Park	silver-hill-park	US		0	America/New_York	38.83678	-76.94859	85			MD	033		
4369578	Silver Hills	silver-hills	US		0	America/New_York	39.67843	-77.03582	218			MD	013		
4369582	Silver Lake Mobile Home Park	silver-lake-mobile-home-park	US		0	America/New_York	38.33595	-75.13852	1			MD	047		
4369584	Silver Manor	silver-manor	US		0	America/New_York	39.30566	-76.46079	5			MD	005		
4369585	Silver Maple Estates	silver-maple-estates	US		0	America/New_York	39.33149	-77.24804	189			MD	021		
4369586	Silver Meadow	silver-meadow	US		0	America/New_York	39.38927	-76.48607	51			MD	005		
4369587	Silver Rock	silver-rock	US		0	America/New_York	39.08122	-77.12748	116			MD	031		
4369592	Silver Run	silver-run	US		0	America/New_York	39.68288	-77.04415	216			MD	013		
4369594	Silver Run Estates	silver-run-estates	US		0	America/New_York	39.64621	-77.09137	179			MD	013		
4369595	Silver Sands	silver-sands	US		0	America/New_York	39.14872	-76.55441	13			MD	003		
4369603	Silver Spring Heights	silver-spring-heights	US		0	America/New_York	39.52177	-76.35607	114			MD	025		
4369609	Silver Spring Park	silver-spring-park	US		0	America/New_York	38.99344	-77.0197	97			MD	031		
4369615	Silver Spring Station	silver-spring-station	US		0	America/New_York	39.39372	-76.47969	61			MD	005		
4369617	Silver Woods	silver-woods	US		0	America/New_York	39.38511	-76.4483	40			MD	005		
4369618	Silverbrook Farm	silverbrook-farm	US		0	America/New_York	39.40483	-76.80664	174			MD	005		
4369619	Silvergate East	silvergate-east	US		0	America/New_York	39.38622	-76.48163	37			MD	005		
4369620	Simmons Acres	simmons-acres	US		0	America/New_York	38.64095	-77.03831	32			MD	033		
4369622	Simms Landing	simms-landing	US		0	America/New_York	38.48623	-77.02914	0			MD	017		
4369623	Simms Wharf	simms-wharf	US		0	America/New_York	38.33345	-75.72882	1	Cox Landing,Simms Wharf		MD	045		
4369631	Simpson Woods	simpson-woods	US		0	America/New_York	39.17594	-76.92414	147			MD	027		
4369632	Simpsons Farm	simpsons-farm	US		0	America/New_York	38.6979	-76.60802	56			MD	009		
4369633	Simpsons Mill	simpsons-mill	US		0	America/New_York	39.58427	-77.22471	122	Buckeys Mill,Simpsons Mill		MD	013		
4369639	Sinepuxent	sinepuxent	US		0	America/New_York	38.31317	-75.15185	3	Cinnepuxon,Sane Puxone,Senepoxin,Senepuchen,Sinepuxent,Synepuxent		MD	047		
4369643	Singer Heights	singer-heights	US		0	America/New_York	39.59677	-76.85859	267			MD	013		
4369645	Singer Woods	singer-woods	US		0	America/New_York	39.48177	-76.3169	73			MD	025		
4369646	Singerly	singerly	US		0	America/New_York	39.649	-75.84383	48			MD	015		
4369652	Sixmile House	sixmile-house	US		0	America/New_York	39.63814	-78.84835	335			MD	001		
4369657	Silver Run	silver-run	US		0	America/New_York	38.33706	-75.65132	3			MD	045		
4369667	Ski Acres	ski-acres	US		0	America/New_York	39.45371	-76.9747	195			MD	013		
4369668	Skipnish (historical)	skipnish-historical	US		0	America/New_York	39.41093	-79.46866	758			MD	023		
4369670	Skipping Creek Plantation	skipping-creek-plantation	US		0	America/New_York	38.90206	-76.33857	3			MD	035		
4369671	Skipton	skipton	US		0	America/New_York	38.89539	-76.05883	19			MD	041		
4369674	Sky View	sky-view	US		0	America/New_York	39.29399	-76.84136	145			MD	027		
4369676	Skyline Estates	skyline-estates	US		0	America/New_York	39.38788	-77.51138	247			MD	021		
4369677	Skyline Gardens	skyline-gardens	US		0	America/New_York	39.39594	-77.50888	262			MD	021		
4369678	Skyline Manor	skyline-manor	US		0	America/New_York	39.3426	-77.20526	251			MD	021		
4369679	Skyline Woods	skyline-woods	US		0	America/New_York	39.35233	-77.20248	239			MD	021		
4369680	Skyview Estates	skyview-estates	US		0	America/New_York	39.55344	-76.1469	116			MD	025		
4369685	Slabtown	slabtown	US		0	America/New_York	39.35121	-77.59638	154	Saint Marks,Slabtown		MD	021		
4369686	Slacks Corner	slacks-corner	US		0	America/New_York	39.31983	-76.94831	194			MD	027		
4369688	Slabtown	slabtown	US		0	America/New_York	39.68286	-78.88641	446			MD	001		
4369699	Sleepy Hollow	sleepy-hollow	US		0	America/New_York	38.64929	-76.62357	43			MD	009		
4369702	Sleepy Hollow Mobile Home Park	sleepy-hollow-mobile-home-park	US		0	America/New_York	39.36261	-76.44135	13			MD	005		
4369709	Sleepy Hollow Estates	sleepy-hollow-estates	US		0	America/New_York	39.37371	-77.31471	167			MD	021		
4369714	Sligo Park Hills	sligo-park-hills	US		0	America/New_York	38.99205	-77.01053	86	Eagle Inn,Park Knolls,Sligo,Sligo Park Hills		MD	031		
4369715	Sligo Woods	sligo-woods	US		0	America/New_York	39.0265	-77.02525	109			MD	031		
4369718	Small Crossings	small-crossings	US		0	America/New_York	39.61344	-76.85081	278			MD	013		
4369719	Smallet Manor	smallet-manor	US		0	America/New_York	38.6754	-76.5794	42			MD	009		
4369721	Smallwood Acres	smallwood-acres	US		0	America/New_York	39.50316	-76.97081	267			MD	013		
4369722	Smallwood Estates	smallwood-estates	US		0	America/New_York	38.52651	-77.17498	37			MD	017		
4369726	Smeltzer	smeltzer	US		0	America/New_York	39.6151	-77.52554	437			MD	021		
4369740	Smith Island	smith-island	US		276	America/New_York	37.98124	-76.02994	0			MD	039		
4369742	Smith Landing	smith-landing	US		0	America/New_York	38.91234	-75.82882	7	Gareys Landing,Smith Landing		MD	011		
4369752	Smithbrook Acres	smithbrook-acres	US		0	America/New_York	39.64343	-77.41026	164			MD	021		
4369753	Smithbrooke	smithbrooke	US		0	America/New_York	38.68901	-76.60524	47			MD	009		
4369755	Smith Village	smith-village	US		0	America/New_York	39.33566	-77.22887	219			MD	021		
4369768	Smithtown Ridge	smithtown-ridge	US		0	America/New_York	39.65955	-76.84331	252			MD	013		
4369785	Smithwood Manor	smithwood-manor	US		0	America/New_York	38.38012	-75.51853	15			MD	045		
4369789	Smoky	smoky	US		0	America/New_York	38.64651	-76.6508	36			MD	009		
4369794	Smugglers Cove	smugglers-cove	US		0	America/New_York	39.079	-76.52607	7			MD	003		
4369806	Sniders Estates	sniders-estates	US		0	America/New_York	39.11233	-76.99137	161			MD	031		
4369808	Snow Hill (historical)	snow-hill-historical	US		0	America/New_York	39.494	-75.87605	22			MD	015		
4369815	Snow Hill Manor	snow-hill-manor	US		0	America/New_York	39.08344	-76.84914	47			MD	033		
4369822	Snowden	snowden	US		0	America/New_York	39.66038	-77.27526	116			MD	021		
4369826	Snowdens Manor	snowdens-manor	US		0	America/New_York	39.57232	-77.00443	224			MD	013		
4369830	Snug Harbor	snug-harbor	US		0	America/New_York	38.8365	-76.49579	2			MD	003		
4369832	Snug Harbor	snug-harbor	US		0	America/New_York	38.294	-75.13269	0	Logtown,Snug Harbor		MD	047		
4369835	Snug Harbor Estates	snug-harbor-estates	US		0	America/New_York	38.51679	-76.18161	1			MD	019		
4369838	Snyders Landing	snyders-landing	US		0	America/New_York	39.46538	-77.77777	93	Chaplines Landing,Sharpsburg Landing,Snyders Landing		MD	043		
4369840	Snydersburg Manor	snydersburg-manor	US		0	America/New_York	39.62038	-76.89665	256			MD	013		
4369851	Solitude	solitude	US		0	America/New_York	38.75178	-76.19911	3			MD	041		
4369853	Sollers	sollers	US		0	America/New_York	39.23594	-76.50802	6			MD	005		
4369854	Sollers	sollers	US		0	America/New_York	38.38846	-76.49245	9	Soller,Sollers		MD	009		
4369857	Sollers Point	sollers-point	US		0	America/New_York	39.23344	-76.51357	3	Sollars Point,Soller Point,Sollers Point		MD	005		
4369860	Solley	solley	US		0	America/New_York	39.17094	-76.55441	21	Selby,Solley,Solly		MD	003		
4369862	Solley Heights	solley-heights	US		0	America/New_York	39.14789	-76.57163	19			MD	003		
4369863	Solley Park	solley-park	US		0	America/New_York	39.1815	-76.55052	21			MD	003		
4369899	Somerset Heights	somerset-heights	US		0	America/New_York	38.969	-77.0947	104			MD	031		
4369905	Somersett Town (historical)	somersett-town-historical	US		0	America/New_York	38.1504	-75.76965	1			MD	039		
4369911	Sorrento Run	sorrento-run	US		0	America/New_York	39.39316	-76.66497	120			MD	005		
4369914	Sotterley	sotterley	US		0	America/New_York	38.37846	-76.53301	2	Satterley,Setterly,Sotterley,Sotterly		MD	037		
4369922	South Baltimore	south-baltimore	US		0	America/New_York	39.2704	-76.61507	17			MD	510		
4369927	South Beechwood	south-beechwood	US		0	America/New_York	38.74401	-76.06355	12			MD	041		
4369928	South Bel Air	south-bel-air	US		48828	America/New_York	39.53316	-76.33746	109			MD	025		
4369943	South Covell	south-covell	US		0	America/New_York	39.33233	-77.39221	140			MD	021		
4369945	South Creek View	south-creek-view	US		0	America/New_York	38.82595	-76.52885	1			MD	003		
4369946	South Cumberland	south-cumberland	US		0	America/New_York	39.63259	-78.75585	211			MD	001		
4369948	South Carroll Estates	south-carroll-estates	US		0	America/New_York	39.41205	-77.03304	237			MD	013		
4369949	South Down Shores	south-down-shores	US		0	America/New_York	38.93845	-76.57052	9	South Down Shores,Southdown Shores		MD	003		
4369966	South Glen	south-glen	US		0	America/New_York	39.3801	-77.2297	168			MD	021		
4369972	South Hampton	south-hampton	US		0	America/New_York	38.67956	-76.6608	38			MD	009		
4369974	South Hampton Village	south-hampton-village	US		0	America/New_York	38.6279	-77.07887	47			MD	017		
4369976	South Kensington	south-kensington	US		8462	America/New_York	39.019	-77.07998	86			MD	031		
4369978	South Laurel	south-laurel	US		26112	America/New_York	39.06983	-76.85025	49			MD	033		
4369980	South Lawn	south-lawn	US		0	America/New_York	38.79289	-76.99192	52			MD	033		
4369986	South Ocean Pines	south-ocean-pines	US		0	America/New_York	38.38289	-75.14546	1			MD	047		
4369987	South Pennsfield	south-pennsfield	US		0	America/New_York	38.75789	-76.07327	7			MD	041		
4369988	South Piscataway	south-piscataway	US		0	America/New_York	38.68595	-76.98025	24			MD	033		
4370000	South River Estates	south-river-estates	US		0	America/New_York	38.90456	-76.56607	28			MD	003		
4370003	South River Heights	south-river-heights	US		0	America/New_York	38.95289	-76.57469	7			MD	003		
4370004	South River Manor	south-river-manor	US		0	America/New_York	38.97067	-76.5783	23			MD	003		
4370007	South River Spring Lakes	south-river-spring-lakes	US		0	America/New_York	38.96122	-76.61913	23			MD	003		
4370008	South River Towers	south-river-towers	US		0	America/New_York	38.97483	-76.59024	31			MD	003		
4370018	South Woodside Park	south-woodside-park	US		0	America/New_York	39.00511	-77.01998	77			MD	031		
4370022	Southdown Estates	southdown-estates	US		0	America/New_York	38.9365	-76.57052	10			MD	003		
4370024	South Timber	south-timber	US		0	America/New_York	39.43566	-77.17082	204			MD	021		
4370026	Southeast Landing	southeast-landing	US		0	America/New_York	39.15761	-76.02605	1	Baxters Landing,Southeast Landing		MD	035		
4370048	Southfield at Whitemarsh	southfield-at-whitemarsh	US		0	America/New_York	39.37816	-76.47469	28			MD	005		
4370055	Southglenn Farms	southglenn-farms	US		0	America/New_York	39.52094	-76.86498	191			MD	013		
4370056	Southland Hills	southland-hills	US		0	America/New_York	39.39872	-76.61052	140			MD	005		
4370067	Southwind	southwind	US		0	America/New_York	38.91817	-76.30023	3			MD	035		
4370068	Southwood	southwood	US		0	America/New_York	39.55233	-76.85553	220			MD	013		
4370077	Sparks Corner	sparks-corner	US		0	America/New_York	39.11622	-76.02133	18			MD	035		
4370092	Spaulding Knolls	spaulding-knolls	US		0	America/New_York	39.12872	-76.6483	33			MD	003		
4370100	Spence	spence	US		0	America/New_York	38.16206	-75.30964	5			MD	047		
4370104	Spencer Gardens	spencer-gardens	US		0	America/New_York	39.15316	-76.5858	15			MD	003		
4370108	Spencers Wharf	spencers-wharf	US		0	America/New_York	38.32124	-76.47884	4	Hopewell,Spencers Wharf,Town Point		MD	037		
4370112	Spencerville Knolls	spencerville-knolls	US		0	America/New_York	39.1215	-76.97192	155			MD	031		
4370124	Spielman	spielman	US		0	America/New_York	39.53704	-77.76388	125			MD	043		
4370126	Spickler	spickler	US		0	America/New_York	39.65815	-77.87	146			MD	043		
4370133	Sponsellers	sponsellers	US		0	America/New_York	39.38455	-77.28165	165			MD	021		
4370135	Spook Hill	spook-hill	US		0	America/New_York	39.63566	-76.71831	240			MD	005		
4370136	Spoolsville	spoolsville	US		0	America/New_York	39.4501	-77.56138	134			MD	021		
4370137	Spooners Creek	spooners-creek	US		0	America/New_York	39.63483	-76.47746	185			MD	025		
4370138	Sportsman Hall	sportsman-hall	US		0	America/New_York	38.91817	-76.17106	4			MD	035		
4370150	Spring Cove	spring-cove	US		0	America/New_York	38.35235	-76.47162	2			MD	009		
4370157	Spring Fields	spring-fields	US		0	America/New_York	39.04178	-76.61913	47			MD	003		
4370163	Spring Garden Estates	spring-garden-estates	US		0	America/New_York	39.47288	-77.35804	97			MD	021		
4370164	Spring Garden Estates	spring-garden-estates	US		0	America/New_York	39.26316	-77.22554	218			MD	031		
4370165	Spring Gardens	spring-gardens	US		0	America/New_York	39.26761	-76.64441	12			MD	510		
4370174	Spring Hill (historical)	spring-hill-historical	US		0	America/New_York	38.49151	-76.98581	51			MD	017		
4370175	Spring Hill Acres	spring-hill-acres	US		0	America/New_York	38.3904	-75.62048	11			MD	045		
4370181	Spring Hill Estates	spring-hill-estates	US		0	America/New_York	39.66537	-77.79944	176			MD	043		
4370182	Spring Hill Farms	spring-hill-farms	US		0	America/New_York	39.52427	-76.4033	131			MD	025		
4370185	Spring House Estates	spring-house-estates	US		0	America/New_York	39.69399	-76.32163	140			MD	025		
4370189	Spring Lake Park	spring-lake-park	US		0	America/New_York	39.05928	-77.11498	119			MD	031		
4370193	Spring Meadow	spring-meadow	US		0	America/New_York	39.64816	-76.97109	218			MD	013		
4370194	Spring Meadows	spring-meadows	US		0	America/New_York	39.11678	-76.70414	44			MD	003		
4370195	Spring Meadows	spring-meadows	US		0	America/New_York	39.63733	-76.45857	174			MD	025		
4370196	Spring Meadows	spring-meadows	US		0	America/New_York	39.10039	-77.30804	103			MD	031		
4370197	Spring Mills, Westminster	spring-mills-westminster	US		0	America/New_York	39.55482	-77.0122	185	Orndurffs Mill Station,Spring Mill Station,Spring Mills  Westminster		MD	013		
4370198	Spring Oak Estates	spring-oak-estates	US		0	America/New_York	38.50096	-76.96553	47			MD	017		
4370201	Spring Ridge	spring-ridge	US		5795	America/New_York	39.40149	-77.35248	112			MD	021		
4370202	Spring Ridge	spring-ridge	US		0	America/New_York	38.21596	-76.39051	4			MD	037		
4370209	Spring Valley Farms	spring-valley-farms	US		0	America/New_York	39.68288	-76.71358	233			MD	005		
4370210	Spring Valley Mobile Home Park	spring-valley-mobile-home-park	US		0	America/New_York	39.51289	-76.14995	29			MD	025		
4370212	Springbrook Forest	springbrook-forest	US		0	America/New_York	39.05261	-77.01775	107			MD	031		
4370214	Springbrook Manor	springbrook-manor	US		0	America/New_York	39.04983	-76.98803	110			MD	031		
4370215	Springbrook Terrace	springbrook-terrace	US		0	America/New_York	38.95539	-76.91747	36			MD	033		
4370220	Springdale Gardens	springdale-gardens	US		0	America/New_York	38.93594	-76.85136	55			MD	033		
4370233	Springhaven	springhaven	US		0	America/New_York	38.64123	-76.92053	60			MD	017		
4370234	Springhaven Woods	springhaven-woods	US		0	America/New_York	38.63706	-76.92303	64			MD	017		
4370237	Springhill Farms	springhill-farms	US		0	America/New_York	39.47511	-76.7022	187			MD	005		
4370238	Springhill Lake	springhill-lake	US		0	America/New_York	39.00205	-76.90303	37			MD	033		
4370241	Spring Meadow	spring-meadow	US		0	America/New_York	39.70233	-76.0605	98			MD	015		
4370247	Springwood	springwood	US		0	America/New_York	39.16039	-76.76553	63			MD	003		
4370248	Springwood	springwood	US		0	America/New_York	39.06344	-77.01998	91			MD	031		
4370250	Spruce Hill	spruce-hill	US		0	America/New_York	38.36012	-76.46579	1			MD	009		
4370251	Spruce Hill Estates	spruce-hill-estates	US		0	America/New_York	39.05511	-76.64691	39			MD	003		
4370256	Spry Landing	spry-landing	US		0	America/New_York	39.244	-75.95272	2	Spry Landing,Spys Landing		MD	029		
4370257	Spyglass	spyglass	US		0	America/New_York	38.80012	-76.53968	2			MD	003		
4370261	Squires Woods	squires-woods	US		0	America/New_York	38.78345	-76.96859	75			MD	033		
4370266	Stab	stab	US		0	America/New_York	39.29289	-76.51941	33			MD	005		
4370268	Stablers Manor	stablers-manor	US		0	America/New_York	39.6601	-76.65414	175			MD	005		
4370269	Stablersville	stablersville	US		0	America/New_York	39.65066	-76.6158	184			MD	005		
4370272	Stafford (historical)	stafford-historical	US		0	America/New_York	39.62316	-76.16495	10			MD	025		
4370274	Stafford Heights	stafford-heights	US		0	America/New_York	38.85845	-75.81771	10			MD	011		
4370277	Stanbrook	stanbrook	US		0	America/New_York	39.2615	-76.50524	6			MD	005		
4370292	Stanton Heights	stanton-heights	US		0	America/New_York	39.4876	-77.07637	259			MD	013		
4370296	Stansbury Estates	stansbury-estates	US		0	America/New_York	39.31983	-76.4194	4			MD	005		
4370297	Starkey Corner	starkey-corner	US		0	America/New_York	39.12067	-76.01439	17	Starkay Corner,Starkey Corner,Starkeys Corner,Starkley Corner		MD	035		
4370302	Starview Estates	starview-estates	US		0	America/New_York	39.49538	-76.92887	203			MD	013		
4370313	Station Roads	station-roads	US		0	America/New_York	39.47927	-77.58499	175			MD	021		
4370316	Stauffer	stauffer	US		0	America/New_York	39.46955	-77.33443	109			MD	021		
4370327	Staubs Thurmont Acres	staubs-thurmont-acres	US		0	America/New_York	39.63815	-77.4036	162			MD	021		
4370330	Steeplechase Manor	steeplechase-manor	US		0	America/New_York	39.57927	-76.46219	192			MD	025		
4370334	Steeplechase	steeplechase	US		0	America/New_York	39.61983	-76.7747	225			MD	005		
4370335	Stellas Venture	stellas-venture	US		0	America/New_York	38.44428	-75.50103	17			MD	045		
4370336	Stemmers Run	stemmers-run	US		0	America/New_York	39.33066	-76.47191	4	Stemmer Run,Stemmer's Run,Stemmers Run		MD	005		
4370343	Stephen Knolls	stephen-knolls	US		0	America/New_York	39.03094	-77.05137	115			MD	031		
4370349	Sterner Heights Estates	sterner-heights-estates	US		0	America/New_York	39.70149	-76.87553	266			MD	013		
4370351	Steuart Corner	steuart-corner	US		0	America/New_York	38.93372	-76.56913	10			MD	003		
4370353	Steuart Level	steuart-level	US		0	America/New_York	38.92845	-76.57163	8			MD	003		
4370355	Stevens Corner	stevens-corner	US		0	America/New_York	39.14483	-75.89827	22			MD	035		
4370361	Stevenson Garden Estates	stevenson-garden-estates	US		0	America/New_York	39.53816	-77.07332	189			MD	013		
4370362	Stevenson Park	stevenson-park	US		0	America/New_York	39.1265	-76.64747	32			MD	003		
4370371	Stevenswood	stevenswood	US		0	America/New_York	39.35705	-76.77664	159			MD	005		
4370373	Steward Manor	steward-manor	US		0	America/New_York	39.09455	-76.84442	41			MD	033		
4370376	Stewart Corner	stewart-corner	US		0	America/New_York	39.1365	-76.68552	53			MD	003		
4370378	Stewart Town	stewart-town	US		0	America/New_York	39.17927	-77.1897	135	Stewart Town,Stewartown		MD	031		
4370379	Stewarts Landing	stewarts-landing	US		0	America/New_York	39.09455	-76.53857	18			MD	003		
4370380	Stewarts Purchase	stewarts-purchase	US		0	America/New_York	39.089	-76.60385	31			MD	003		
4370381	Steyer	steyer	US		0	America/New_York	39.30566	-79.31088	710	Steyer,Stoyer		MD	023		
4370383	Stevens Forest	stevens-forest	US		0	America/New_York	39.19872	-76.84414	106			MD	027		
4370391	Stillmeadow	stillmeadow	US		0	America/New_York	39.114	-76.70914	42			MD	003		
4370392	Stilltown (historical)	stilltown-historical	US		0	America/New_York	38.47651	-76.8233	55			MD	017		
4370401	Stoakley	stoakley	US		0	America/New_York	38.55845	-76.59746	42	Stoakley,Stokley		MD	009		
4370404	Stirrup Run	stirrup-run	US		0	America/New_York	39.60761	-76.4083	123			MD	025		
4370405	Stockman Estates	stockman-estates	US		0	America/New_York	39.36677	-77.55027	159			MD	021		
4370409	Stockton Green	stockton-green	US		0	America/New_York	39.47622	-76.36163	81			MD	025		
4370411	Stockton Woods	stockton-woods	US		0	America/New_York	39.53094	-76.60247	148			MD	005		
4370416	Stone Barn Station	stone-barn-station	US		0	America/New_York	39.33733	-77.37499	147			MD	021		
4370424	Stockman	stockman	US		0	America/New_York	39.40205	-77.49276	181			MD	021		
4370425	Stone Farm	stone-farm	US		0	America/New_York	38.63623	-76.63524	32			MD	009		
4370429	Stone House Village	stone-house-village	US		0	America/New_York	39.43288	-77.04109	246			MD	013		
4370431	Stone Manor	stone-manor	US		0	America/New_York	39.55843	-77.24526	159			MD	021		
4370438	Stonebraker (historical)	stonebraker-historical	US		0	America/New_York	39.35816	-77.68916	154			MD	043		
4370439	Stonebrook	stonebrook	US		0	America/New_York	39.16955	-76.85636	91			MD	027		
4370440	Stonecrest Hills	stonecrest-hills	US		0	America/New_York	39.25733	-76.80581	127			MD	027		
4370442	Stonegate Farms	stonegate-farms	US		0	America/New_York	39.42705	-77.46749	134			MD	021		
4370445	Stonegate Village	stonegate-village	US		0	America/New_York	38.99289	-76.68302	42			MD	003		
4370446	Stonehaven	stonehaven	US		0	America/New_York	39.1465	-76.5633	15			MD	003		
4370447	Stonehedge	stonehedge	US		0	America/New_York	39.55177	-76.36246	125			MD	025		
4370448	Stonehedge Estates	stonehedge-estates	US		0	America/New_York	38.35706	-75.67243	7			MD	045		
4370450	Stonehurst	stonehurst	US		0	America/New_York	39.71371	-77.33999	157			MD	021		
4370451	Stonelake	stonelake	US		0	America/New_York	39.35121	-77.23082	190			MD	021		
4370452	Stoneleigh	stoneleigh	US		0	America/New_York	39.38066	-76.60302	140			MD	005		
4370453	Stoneleigh	stoneleigh	US		0	America/New_York	39.544	-76.36357	130			MD	025		
4370455	Stoneleigh Square	stoneleigh-square	US		0	America/New_York	39.42511	-76.31912	37			MD	025		
4370456	Stonemyer Manor	stonemyer-manor	US		0	America/New_York	39.7051	-77.24221	136			MD	021		
4370461	Stonewall Manor Estates	stonewall-manor-estates	US		0	America/New_York	39.32121	-77.43221	88			MD	021		
4370462	Stonewood	stonewood	US		0	America/New_York	39.10622	-76.87747	77			MD	033		
4370463	Stoney Brook	stoney-brook	US		0	America/New_York	39.06289	-77.09109	91			MD	031		
4370464	Stoney Brook Estates	stoney-brook-estates	US		0	America/New_York	39.06566	-77.08192	97	Stoney Brook Estates,Stoneybrook Estates		MD	031		
4370466	Stoney Creek Estates	stoney-creek-estates	US		0	America/New_York	39.06122	-77.26415	91			MD	031		
4370467	Stoney Creek Farm	stoney-creek-farm	US		0	America/New_York	39.05566	-77.26109	94			MD	031		
4370468	Stoney Creek Farms	stoney-creek-farms	US		0	America/New_York	39.39427	-77.46915	122			MD	021		
4370471	Stoney Forest Estates	stoney-forest-estates	US		0	America/New_York	39.50983	-76.23773	117			MD	025		
4370473	Stoney Hill	stoney-hill	US		0	America/New_York	39.08261	-76.69969	48			MD	003		
4370475	Stoney Ridge	stoney-ridge	US		0	America/New_York	39.47094	-77.07387	253			MD	013		
4370476	Stoney Ridge	stoney-ridge	US		0	America/New_York	38.75123	-76.05188	17			MD	041		
4370477	Stoney Run	stoney-run	US		0	America/New_York	38.21596	-76.48856	22			MD	037		
4370479	Stoney View	stoney-view	US		0	America/New_York	39.15066	-76.52941	8			MD	003		
4370480	Stoneybrook	stoneybrook	US		0	America/New_York	39.48733	-76.39274	113			MD	025		
4370481	Stoneybrook North	stoneybrook-north	US		0	America/New_York	39.37788	-76.78359	169			MD	005		
4370482	Stoneybrook Village	stoneybrook-village	US		0	America/New_York	39.14678	-76.53441	11			MD	003		
4370487	Stoneridge	stoneridge	US		0	America/New_York	39.16011	-77.26859	121			MD	031		
4370489	Stony Beach	stony-beach	US		0	America/New_York	39.17289	-76.51857	8	Stoney Beach,Stony Beach		MD	003		
4370491	Stony Chase Court	stony-chase-court	US		0	America/New_York	39.64872	-75.94494	100			MD	015		
4370504	Stony Run	stony-run	US		0	America/New_York	39.18177	-76.69719	33			MD	003		
4370513	Stovers	stovers	US		0	America/New_York	39.5201	-77.31693	119			MD	021		
4370524	Stratton Woods	stratton-woods	US		0	America/New_York	39.01594	-77.13498	99			MD	031		
4370526	Strawberry Hills	strawberry-hills	US		0	America/New_York	39.1265	-76.72664	67			MD	003		
4370528	Strawberry Hills Estates	strawberry-hills-estates	US		0	America/New_York	38.6479	-77.06887	51			MD	017		
4370533	Stouter	stouter	US		0	America/New_York	39.71899	-77.34999	153			MD	021		
4370534	Strawbridge Estates	strawbridge-estates	US		0	America/New_York	39.42094	-76.94831	185			MD	013		
4370538	Strawleigh	strawleigh	US		0	America/New_York	39.39955	-77.50665	260			MD	021		
4370542	Strecker	strecker	US		0	America/New_York	39.47509	-79.19087	640			MD	023		
4370550	Stronghold	stronghold	US		0	America/New_York	39.25149	-77.39304	152			MD	021		
4370556	Stull	stull	US		0	America/New_York	39.56121	-77.29832	142			MD	021		
4370567	Stumptown	stumptown	US		0	America/New_York	39.64982	-77.14082	149			MD	013		
4370572	Suburban Acres	suburban-acres	US		0	America/New_York	38.34095	-75.59381	9			MD	045		
4370576	Suburban Mobile Estates	suburban-mobile-estates	US		0	America/New_York	38.2579	-76.47856	25			MD	037		
4370578	Suburbia	suburbia	US		0	America/New_York	39.17289	-76.59747	10			MD	003		
4370579	Suburbia	suburbia	US		0	America/New_York	39.45149	-76.80664	199			MD	005		
4370581	Sturgill	sturgill	US		0	America/New_York	39.66011	-76.24662	112			MD	025		
4370582	Sudbrook Park	sudbrook-park	US		0	America/New_York	39.36733	-76.72803	146			MD	005		
4370590	Sudley	sudley	US		0	America/New_York	38.81678	-76.57829	33	Cumberstone,Sudley		MD	003		
4370591	Sudleys Choice	sudleys-choice	US		0	America/New_York	38.83789	-76.60496	44			MD	003		
4370598	Sue Creek Landing	sue-creek-landing	US		0	America/New_York	39.29094	-76.41246	7			MD	005		
4370606	Sugarland	sugarland	US		0	America/New_York	39.09955	-77.3911	95			MD	031		
4370608	Sugarloaf Estates	sugarloaf-estates	US		0	America/New_York	39.31066	-77.37832	126			MD	021		
4370609	Sugarloaf Meadows	sugarloaf-meadows	US		0	America/New_York	39.30788	-77.32471	134			MD	021		
4370611	Sugarloaf Overlook	sugarloaf-overlook	US		0	America/New_York	39.34372	-77.24248	193			MD	021		
4370612	Sugarloaf Vista	sugarloaf-vista	US		0	America/New_York	39.29038	-77.29804	171			MD	031		
4370613	Sugarloaf West	sugarloaf-west	US		0	America/New_York	39.28816	-77.40637	85			MD	021		
4370614	Sugarvale Estates	sugarvale-estates	US		0	America/New_York	39.44872	-76.7172	190			MD	005		
4370620	Suitland Manor	suitland-manor	US		0	America/New_York	38.85345	-76.92608	84			MD	033		
4370630	Sullivans Trailer Park	sullivans-trailer-park	US		0	America/New_York	39.51871	-76.9197	216			MD	013		
4370635	Summer City	summer-city	US		0	America/New_York	38.66623	-76.53718	49			MD	009		
4370636	Summer Hill	summer-hill	US		0	America/New_York	39.43344	-76.53413	102			MD	005		
4370638	Summer Hill Trailer Park	summer-hill-trailer-park	US		0	America/New_York	39.00789	-76.5908	34			MD	003		
4370639	Summer Hills	summer-hills	US		0	America/New_York	39.58344	-76.90748	247			MD	013		
4370641	Summerfield (historical)	summerfield-historical	US		0	America/New_York	39.43538	-76.51997	64			MD	005		
4370642	Summerfield Farms	summerfield-farms	US		0	America/New_York	39.43177	-76.52858	74	Gunpowder,Summerfield Farms		MD	005		
4370645	Summerseat	summerseat	US		0	America/New_York	38.39679	-76.66218	43	Dorsey,Summerseat		MD	037		
4370646	Summerseat Village	summerseat-village	US		0	America/New_York	38.39846	-76.65774	44			MD	037		
4370647	Summerville (historical)	summerville-historical	US		0	America/New_York	38.33262	-76.48023	0			MD	009		
4370649	Sullivan Heights	sullivan-heights	US		0	America/New_York	39.5901	-76.99054	240			MD	013		
4370651	Summit Chase	summit-chase	US		0	America/New_York	39.38594	-76.67747	121			MD	005		
4370654	Summit Park	summit-park	US		0	America/New_York	39.379	-76.68136	142			MD	005		
4370657	Sumor Estates	sumor-estates	US		0	America/New_York	39.48066	-76.93192	170			MD	013		
4370658	Sun Set Knoll	sun-set-knoll	US		0	America/New_York	39.10372	-76.53607	7	Summit Knoll,Sun Set Knoll		MD	003		
4370661	Sun Valley Estates	sun-valley-estates	US		0	America/New_York	38.6379	-76.93414	64			MD	017		
4370662	Sun Valley Farms	sun-valley-farms	US		0	America/New_York	39.4626	-77.07498	253			MD	013		
4370664	Sunayr	sunayr	US		0	America/New_York	38.36484	-75.56965	11			MD	045		
4370665	Sunday	sunday	US		0	America/New_York	39.58343	-77.42388	159			MD	021		
4370666	Sundays Manor	sundays-manor	US		0	America/New_York	39.49121	-77.42582	116			MD	021		
4370669	Sunderland Estates	sunderland-estates	US		0	America/New_York	38.6529	-76.58968	24			MD	009		
4370670	Sunderland Farms	sunderland-farms	US		0	America/New_York	38.67317	-76.62413	40			MD	009		
4370671	Sunderland Hills	sunderland-hills	US		0	America/New_York	38.64595	-76.56301	33			MD	009		
4370672	Sunderland Park	sunderland-park	US		0	America/New_York	38.6479	-76.61135	38			MD	009		
4370674	Sunderland Woods	sunderland-woods	US		0	America/New_York	38.65512	-76.62857	35			MD	009		
4370675	Sunderlandville (historical)	sunderlandville-historical	US		0	America/New_York	38.68373	-76.60052	42			MD	009		
4370676	Sundown Manor	sundown-manor	US		0	America/New_York	39.33344	-77.22554	223			MD	021		
4370679	Sunny Acres	sunny-acres	US		0	America/New_York	39.45066	-77.46499	171			MD	021		
4370680	Sunny Isle of Kent	sunny-isle-of-kent	US		0	America/New_York	38.93456	-76.35857	5			MD	035		
4370683	Sunnybrook	sunnybrook	US		0	America/New_York	39.50427	-76.57136	170			MD	005		
4370684	Sunnybrook Estates	sunnybrook-estates	US		0	America/New_York	39.56678	-75.80021	20			MD	015		
4370685	Sunnybrook Farms	sunnybrook-farms	US		0	America/New_York	39.43066	-76.8247	200			MD	005		
4370686	Sunnybrook Farms	sunnybrook-farms	US		0	America/New_York	39.31622	-77.25471	180			MD	021		
4370687	Sunnyfield Estates	sunnyfield-estates	US		0	America/New_York	39.20622	-76.63663	42			MD	003		
4370688	Sunnymeade	sunnymeade	US		0	America/New_York	39.18955	-77.04414	111			MD	031		
4370699	Sunnyview Acres	sunnyview-acres	US		0	America/New_York	39.06205	-76.64469	37			MD	003		
4370700	Sunrise	sunrise	US		0	America/New_York	38.62429	-76.57357	39			MD	009		
4370701	Sunrise	sunrise	US		0	America/New_York	39.3151	-77.55582	123			MD	021		
4370702	Sunrise Acres	sunrise-acres	US		0	America/New_York	38.22096	-76.38884	3			MD	037		
4370705	Sunrise Estates	sunrise-estates	US		0	America/New_York	39.69428	-76.05078	128			MD	015		
4370706	Sunrise Hills	sunrise-hills	US		0	America/New_York	38.72262	-76.76858	36			MD	033		
4370707	Fountain Green Mobile Home Park	fountain-green-mobile-home-park	US		0	America/New_York	39.52687	-76.28188	114	Fountain Green Mobile Home Park,Sunrise Mobile Home Park		MD	025		
4370709	Sunset Acres	sunset-acres	US		0	America/New_York	39.53093	-77.28221	162			MD	021		
4370710	Sunset Acres	sunset-acres	US		0	America/New_York	39.63899	-77.68444	149			MD	043		
4370713	Sunset Gardens	sunset-gardens	US		0	America/New_York	39.69039	-76.053	118			MD	015		
4370714	Sunset Heights	sunset-heights	US		0	America/New_York	38.38012	-75.60604	8			MD	045		
4370715	Sunset Hill	sunset-hill	US		0	America/New_York	39.45149	-76.99248	227			MD	013		
4370716	Sunset Knoll	sunset-knoll	US		0	America/New_York	39.41177	-76.6583	91			MD	005		
4370717	Sunset Knoll	sunset-knoll	US		0	America/New_York	39.65011	-76.028	115			MD	015		
4370720	Sunset Point	sunset-point	US		0	America/New_York	39.42206	-75.99189	16			MD	015		
4370721	Sunset Terrace	sunset-terrace	US		0	America/New_York	39.01955	-77.0272	106			MD	031		
4370723	Sunset View	sunset-view	US		0	America/New_York	39.71733	-76.70692	271			MD	005		
4370724	Sunset View	sunset-view	US		0	America/New_York	39.39538	-77.51082	253			MD	021		
4370725	Sunset Vista	sunset-vista	US		0	America/New_York	39.59343	-77.08304	187			MD	013		
4370726	Sunset Way	sunset-way	US		0	America/New_York	39.63288	-76.83109	239			MD	013		
4370728	Sunshine Acres	sunshine-acres	US		0	America/New_York	38.66401	-76.62607	33			MD	009		
4370729	Sunshine Acres	sunshine-acres	US		0	America/New_York	39.22372	-77.05776	153			MD	031		
4370730	Sunview	sunview	US		0	America/New_York	39.68205	-76.07717	130			MD	015		
4370737	Surrey Ridge	surrey-ridge	US		0	America/New_York	39.68706	-75.85966	112			MD	015		
4370742	Susquehanna Hills	susquehanna-hills	US		0	America/New_York	39.67511	-76.16356	81			MD	015		
4370747	Susquehanna Point	susquehanna-point	US		0	America/New_York	38.50623	-76.25661	1			MD	019		
4370750	Susquehanna (historical)	susquehanna-historical	US		0	America/New_York	38.30374	-76.41356	8			MD	037		
4370756	Sutton Acres	sutton-acres	US		0	America/New_York	38.49707	-77.01997	6			MD	017		
4370757	Sutton Manor	sutton-manor	US		0	America/New_York	39.60566	-76.55358	209			MD	025		
4370760	Susquehanna River Hills	susquehanna-river-hills	US		0	America/New_York	39.5715	-76.13162	139			MD	025		
4370773	Swan Creek	swan-creek	US		0	America/New_York	39.52317	-76.13745	20	Swan Creek,Swan Creek Farms		MD	025		
4370779	Swan Harbor	swan-harbor	US		0	America/New_York	38.39234	-76.28022	2			MD	019		
4370780	Swan Harbour Dell Mobile Home Park	swan-harbour-dell-mobile-home-park	US		0	America/New_York	39.52563	-76.14385	23	Swan Harbor Dell Trailer Park,Swan Harbour Dell Mobile Home Park		MD	025		
4370781	Swan Haven	swan-haven	US		0	America/New_York	38.789	-76.03355	18			MD	041		
4370786	Swan Meadows	swan-meadows	US		0	America/New_York	39.50344	-76.15912	22			MD	025		
4370790	Swan Point	swan-point	US		0	America/New_York	39.23344	-76.40274	0			MD	005		
4370791	Swan Point	swan-point	US		0	America/New_York	38.30624	-76.91942	3			MD	017		
4370803	Swan Point Estates	swan-point-estates	US		0	America/New_York	39.05372	-76.53052	30			MD	003		
4370804	Swan Villas	swan-villas	US		0	America/New_York	38.80512	-76.21661	3			MD	041		
4370806	Swann Hills	swann-hills	US		0	America/New_York	39.17677	-76.98942	142			MD	027		
4370808	Swans	swans	US		0	America/New_York	38.79956	-76.5269	1			MD	003		
4370810	Swansfield	swansfield	US		0	America/New_York	39.2165	-76.89192	141			MD	027		
4370815	Swanton (historical)	swanton-historical	US		0	America/New_York	39.36483	-75.8341	16	Swan Town,Swanton (historical)		MD	029		
4370819	Swanson Creek Landing	swanson-creek-landing	US		0	America/New_York	38.54179	-76.72746	35			MD	017		
4370821	Sweadner	sweadner	US		0	America/New_York	39.32233	-77.27915	161			MD	021		
4370824	Sweepstakes	sweepstakes	US		0	America/New_York	39.25844	-77.21776	213			MD	031		
4370825	Sweet Air	sweet-air	US		0	America/New_York	39.51233	-76.53719	189	Sweet Air,Sweetair		MD	005		
4370826	Sweet Air	sweet-air	US		0	America/New_York	39.39344	-76.92053	171			MD	013		
4370827	Sweet Air Manor	sweet-air-manor	US		0	America/New_York	39.51761	-76.52524	173			MD	005		
4370828	Sweet Grass Meadow	sweet-grass-meadow	US		0	America/New_York	39.6515	-76.02356	115			MD	015		
4370832	Swiger	swiger	US		0	America/New_York	39.55038	-77.27693	165			MD	021		
4370834	Sweetser Heights	sweetser-heights	US		0	America/New_York	39.22705	-76.65608	8			MD	003		
4370840	Sycamore Creek	sycamore-creek	US		0	America/New_York	39.09233	-77.09581	115			MD	031		
4370841	Sycamore Farms	sycamore-farms	US		0	America/New_York	39.55122	-75.81494	21			MD	015		
4370842	Sycamore Heights	sycamore-heights	US		0	America/New_York	39.64065	-77.65027	177			MD	043		
4370844	Sycamore Acres	sycamore-acres	US		0	America/New_York	39.11733	-77.08998	138			MD	031		
4370851	Sycamore Ridge	sycamore-ridge	US		0	America/New_York	38.69734	-76.59413	50			MD	009		
4370852	Sycamore Springs	sycamore-springs	US		0	America/New_York	39.27594	-76.96137	176			MD	027		
4370859	Sylmac	sylmac	US		0	America/New_York	38.99483	-76.58858	34			MD	003		
4370864	Sylvan Hill	sylvan-hill	US		0	America/New_York	39.29011	-76.79386	138			MD	027		
4370866	Sylvan Park	sylvan-park	US		0	America/New_York	39.62121	-76.9172	316			MD	013		
4370867	Sylvan Shores	sylvan-shores	US		0	America/New_York	38.95289	-76.58107	20			MD	003		
4370868	Sylvan View	sylvan-view	US		0	America/New_York	39.09261	-76.46385	5			MD	003		
4370870	Sylvanhurst	sylvanhurst	US		0	America/New_York	38.62373	-76.77469	56			MD	017		
4370873	T B	t-b	US		0	America/New_York	38.70123	-76.87442	72	T B,TB		MD	033		
4370877	Tabbys Delight	tabbys-delight	US		0	America/New_York	39.56649	-76.88165	261			MD	013		
4370878	Tabernacle	tabernacle	US		0	America/New_York	38.78401	-76.5594	3			MD	003		
4370888	Tailwinds Estates	tailwinds-estates	US		0	America/New_York	39.6815	-75.96661	119			MD	015		
4370899	Talbert (historical)	talbert-historical	US		0	America/New_York	38.72928	-76.82747	71			MD	033		
4370908	Talbot Mobile Home Park	talbot-mobile-home-park	US		0	America/New_York	38.80984	-76.05355	21			MD	041		
4370910	Talbot Village	talbot-village	US		0	America/New_York	38.79039	-76.06911	13			MD	041		
4370912	Talbott Springs	talbott-springs	US		0	America/New_York	39.21261	-76.84747	115			MD	027		
4370915	Talbotts Choice	talbotts-choice	US		0	America/New_York	39.45372	-76.63025	124			MD	005		
4370916	Tall Oak Manor	tall-oak-manor	US		0	America/New_York	39.51677	-76.43969	150			MD	025		
4370917	Tall Oaks	tall-oaks	US		0	America/New_York	38.75095	-76.6019	42			MD	003		
4370919	Tall Pines Trailer Park	tall-pines-trailer-park	US		0	America/New_York	39.13733	-76.75247	81			MD	003		
4370923	Tall Timbers Estates	tall-timbers-estates	US		0	America/New_York	39.07067	-76.01133	18			MD	035		
4370924	Tall Timbers Park	tall-timbers-park	US		0	America/New_York	38.32873	-75.62659	10			MD	045		
4370927	Tameron Hall	tameron-hall	US		0	America/New_York	38.90011	-76.58691	48			MD	003		
4370928	Tammany Manor	tammany-manor	US		0	America/New_York	39.61037	-77.79333	149			MD	043		
4370929	Tanager Forest	tanager-forest	US		0	America/New_York	39.04567	-76.64358	34			MD	003		
4370946	Tanglewood	tanglewood	US		0	America/New_York	39.04178	-76.48302	30			MD	003		
4370947	Tanglewood	tanglewood	US		0	America/New_York	38.58457	-76.5394	42			MD	009		
4370948	Tanglewood	tanglewood	US		0	America/New_York	38.38511	-75.16741	4			MD	047		
4370953	Tanglewood	tanglewood	US		0	America/New_York	38.99928	-76.4369	6			MD	003		
4370959	Tannery	tannery	US		0	America/New_York	39.57066	-76.94804	197			MD	013		
4370960	Tantallon	tantallon	US		0	America/New_York	38.724	-77.0097	12			MD	033		
4370962	Tantallon Hills	tantallon-hills	US		0	America/New_York	38.71012	-77.01164	29			MD	033		
4370964	Tantallon North	tantallon-north	US		0	America/New_York	38.73011	-77.01914	17			MD	033		
4370967	Tantallon South	tantallon-south	US		0	America/New_York	38.72039	-76.99275	23			MD	033		
4370968	Tantallon Square	tantallon-square	US		0	America/New_York	38.729	-77.00192	16			MD	033		
4370969	Tanterra	tanterra	US		0	America/New_York	39.16705	-77.06637	150			MD	031		
4370970	Tanyard	tanyard	US		0	America/New_York	38.75067	-75.9766	4			MD	011		
4370976	Tappers Corner	tappers-corner	US		0	America/New_York	38.88567	-75.96077	19			MD	041		
4370983	Tara	tara	US		0	America/New_York	38.94733	-76.63719	43			MD	003		
4370984	Tara	tara	US		0	America/New_York	39.7015	-75.79133	61			MD	015		
4370985	Tara Oaks	tara-oaks	US		0	America/New_York	39.54621	-76.9547	247			MD	013		
4370989	Tanyard Estates	tanyard-estates	US		0	America/New_York	38.72456	-75.98022	8			MD	011		
4370993	Tarrington Creek	tarrington-creek	US		0	America/New_York	38.6079	-77.0122	59			MD	017		
4370994	Tarton Hill	tarton-hill	US		0	America/New_York	39.38344	-76.4558	26			MD	005		
4370995	Tarzan Forest	tarzan-forest	US		0	America/New_York	38.95011	-76.57996	5			MD	003		
4370997	Taskers Chance	taskers-chance	US		0	America/New_York	39.42149	-77.43999	105			MD	021		
4370999	Tates Bank	tates-bank	US		0	America/New_York	38.56206	-76.03827	4			MD	019		
4371002	Tarson Manor	tarson-manor	US		0	America/New_York	39.48066	-77.11887	205			MD	021		
4371012	Taylor Heights	taylor-heights	US		0	America/New_York	39.49177	-77.69277	128			MD	043		
4371015	Taylor Landing	taylor-landing	US		0	America/New_York	38.0754	-75.36547	0	Girdletree Landing,Taylor Landing		MD	047		
4371023	Taylors Choice	taylors-choice	US		0	America/New_York	39.69427	-76.91609	286			MD	013		
4371028	Taylors Landing	taylors-landing	US		0	America/New_York	39.49899	-77.76749	95			MD	043		
4371037	Teagues Point	teagues-point	US		0	America/New_York	38.53845	-76.71996	37			MD	017		
4371038	Teal Bay	teal-bay	US		0	America/New_York	38.39678	-75.14407	1			MD	047		
4371040	Tebbston	tebbston	US		0	America/New_York	39.08761	-76.51913	8			MD	003		
4371044	Television Hill	television-hill	US		0	America/New_York	39.33233	-76.64997	72			MD	510		
4371057	Temple Hills Park	temple-hills-park	US		0	America/New_York	38.80956	-76.94414	69			MD	033		
4371071	Ten Hills	ten-hills	US		0	America/New_York	39.28427	-76.70108	75			MD	510		
4371072	Ten Oaks	ten-oaks	US		0	America/New_York	39.4576	-77.30887	160			MD	021		
4371077	Tenn Wood Acres	tenn-wood-acres	US		0	America/New_York	38.40068	-76.72441	40			MD	037		
4371082	Terrace Gardens	terrace-gardens	US		0	America/New_York	39.04039	-76.5108	40			MD	003		
4371083	Terrace Hills	terrace-hills	US		0	America/New_York	39.66815	-77.70222	177			MD	043		
4371084	Terrace View Estates	terrace-view-estates	US		0	America/New_York	39.21844	-76.63052	18			MD	003		
4371091	Terre Verde	terre-verde	US		0	America/New_York	38.70151	-76.58746	48			MD	009		
4371093	Texas	texas	US		0	America/New_York	39.46372	-76.64358	101	Clarks Switch,Ellengowan,Taylor Hall,Texas		MD	005		
4371095	Thabar	thabar	US		0	America/New_York	39.71789	-75.79466	90			MD	015		
4371097	Thanksgiving	thanksgiving	US		0	America/New_York	38.75567	-76.15661	3			MD	041		
4371100	Thayerville	thayerville	US		0	America/New_York	39.50176	-79.32671	753			MD	023		
4371102	The Alameda	the-alameda	US		0	America/New_York	38.6004	-76.63163	43			MD	009		
4371104	The Bachelor Point Harbor	the-bachelor-point-harbor	US		0	America/New_York	38.6729	-76.17189	1			MD	041		
4371105	The Beechs	the-beechs	US		0	America/New_York	39.41511	-76.56302	124			MD	005		
4371106	The Birches	the-birches	US		0	America/New_York	39.22927	-76.86414	121			MD	027		
4371107	The Bluffs	the-bluffs	US		0	America/New_York	39.65483	-76.14773	75			MD	015		
4371114	The Cedars	the-cedars	US		0	America/New_York	39.48289	-76.29662	50			MD	025		
4371117	The Chase	the-chase	US		0	America/New_York	39.24316	-76.91775	128			MD	027		
4371118	The Chase at Foxridge	the-chase-at-foxridge	US		0	America/New_York	39.39344	-76.78997	177			MD	005		
4371131	The Cloisters at Charles	the-cloisters-at-charles	US		0	America/New_York	39.38372	-76.61691	140			MD	005		
4371134	The Corners	the-corners	US		0	America/New_York	39.26483	-76.98026	192			MD	027		
4371136	The Courts at Piney Orchard	the-courts-at-piney-orchard	US		0	America/New_York	39.07289	-76.70941	67			MD	003		
4371137	The Courts of Four Seasons	the-courts-of-four-seasons	US		0	America/New_York	39.05594	-76.69775	56			MD	003		
4371138	The Courtyards	the-courtyards	US		0	America/New_York	38.98483	-76.54746	28			MD	003		
4371141	The Dales	the-dales	US		0	America/New_York	39.10511	-76.56358	34			MD	003		
4371144	The Downs	the-downs	US		0	America/New_York	39.01678	-76.5533	31			MD	003		
4371147	The Estates of Wyn Lea	the-estates-of-wyn-lea	US		0	America/New_York	39.69928	-75.908	111			MD	015		
4371148	The Fairways	the-fairways	US		0	America/New_York	39.27788	-76.86775	130			MD	027		
4371149	The Fairways at Wakefield	the-fairways-at-wakefield	US		0	America/New_York	39.56593	-77.04082	183			MD	013		
4371150	The Falls	the-falls	US		0	America/New_York	39.38288	-76.67192	122			MD	005		
4371152	The Fields of Four Corners	the-fields-of-four-corners	US		0	America/New_York	39.51538	-76.55247	174			MD	005		
4371154	The Greens	the-greens	US		0	America/New_York	39.37788	-77.31498	157			MD	021		
4371155	The Greens of Crofton	the-greens-of-crofton	US		0	America/New_York	38.99456	-76.67747	45			MD	003		
4371157	The Grove	the-grove	US		0	America/New_York	39.19178	-76.00105	16			MD	035		
4371158	The Hamlet	the-hamlet	US		0	America/New_York	38.98678	-77.07359	91			MD	031		
4371159	The Hemlocks	the-hemlocks	US		0	America/New_York	39.40371	-76.93359	183			MD	013		
4371160	The Heritage	the-heritage	US		0	America/New_York	39.25844	-77.00609	168			MD	027		
4371161	The Hermitage	the-hermitage	US		0	America/New_York	39.52899	-77.03832	241			MD	013		
4371162	The Highlands	the-highlands	US		0	America/New_York	39.13372	-76.61497	17			MD	003		
4371163	The Highlands	the-highlands	US		0	America/New_York	38.7029	-76.55357	29			MD	009		
4371164	The Highlands	the-highlands	US		0	America/New_York	39.6865	-75.79105	69			MD	015		
4371165	The Highlands of Hunt Valley	the-highlands-of-hunt-valley	US		0	America/New_York	39.51677	-76.60414	149			MD	005		
4371166	The Hill Farm	the-hill-farm	US		0	America/New_York	39.43816	-76.67886	154			MD	005		
4371167	The Hills	the-hills	US		0	America/New_York	38.75289	-76.57607	28			MD	003		
4371169	The Knolls	the-knolls	US		0	America/New_York	38.5404	-76.60024	37			MD	009		
4371173	The Manors	the-manors	US		0	America/New_York	39.46288	-76.78609	214			MD	005		
4371177	The Meadows	the-meadows	US		0	America/New_York	39.01233	-76.48024	33			MD	003		
4371178	The Meadows	the-meadows	US		0	America/New_York	39.40622	-76.81053	189			MD	005		
4371179	The Meadows	the-meadows	US		0	America/New_York	39.40094	-76.45774	58			MD	005		
4371180	The Meadows	the-meadows	US		0	America/New_York	38.66679	-76.65718	10			MD	009		
4371181	The Meadows	the-meadows	US		0	America/New_York	39.59316	-77.10332	199			MD	013		
4371182	The Meadows	the-meadows	US		0	America/New_York	39.15067	-75.97994	17			MD	035		
4371183	The Meadows	the-meadows	US		0	America/New_York	38.53623	-76.97358	60			MD	017		
4371184	The Meadows at Elk Creek	the-meadows-at-elk-creek	US		0	America/New_York	39.63067	-75.80299	20			MD	015		
4371188	The Oaks	the-oaks	US		0	America/New_York	38.59512	-76.64524	34			MD	009		
4371189	The Oaks	the-oaks	US		0	America/New_York	39.28622	-76.79525	136			MD	027		
4371190	The Oaks at Five Farms	the-oaks-at-five-farms	US		0	America/New_York	39.44372	-76.65386	171			MD	005		
4371191	The Orchards	the-orchards	US		0	America/New_York	39.29899	-76.83414	143			MD	027		
4371194	The Peach Orchard	the-peach-orchard	US		0	America/New_York	39.13761	-76.71636	60			MD	003		
4371196	The Pines	the-pines	US		0	America/New_York	39.16316	-76.86581	88			MD	027		
4371197	The Pines	the-pines	US		0	America/New_York	39.32511	-76.08439	7			MD	029		
4371199	The Pines at Deep Run	the-pines-at-deep-run	US		0	America/New_York	39.46677	-76.69914	181			MD	005		
4371202	The Plantations	the-plantations	US		0	America/New_York	39.24955	-77.1972	183			MD	031		
4371203	The Pointe	the-pointe	US		0	America/New_York	39.46844	-76.31774	47			MD	025		
4371204	The Pond	the-pond	US		0	America/New_York	39.56261	-76.37802	128			MD	025		
4371205	The Ponderosa	the-ponderosa	US		0	America/New_York	39.2851	-77.28276	203			MD	031		
4371206	The Provinces	the-provinces	US		0	America/New_York	39.13233	-76.71636	53			MD	003		
4371207	The Ridges	the-ridges	US		0	America/New_York	38.99067	-76.59552	28			MD	003		
4371208	The Ridings	the-ridings	US		0	America/New_York	38.94845	-76.52524	5			MD	003		
4371209	The Rock (historical)	the-rock-historical	US		0	America/New_York	39.70011	-75.88577	70	Rock,The Rock (historical)		MD	015		
4371211	The Sands	the-sands	US		0	America/New_York	38.87011	-76.67302	20			MD	003		
4371212	The Sounding	the-sounding	US		0	America/New_York	38.34596	-76.43217	17			MD	009		
4371215	The Terraces	the-terraces	US		0	America/New_York	39.36816	-76.65664	90			MD	510		
4371216	The Timbers	the-timbers	US		0	America/New_York	39.044	-76.50691	29			MD	003		
4371221	The Village	the-village	US		0	America/New_York	39.00039	-76.52302	22			MD	003		
4371222	The Village	the-village	US		0	America/New_York	39.39066	-76.72664	164			MD	005		
4371223	The Village	the-village	US		0	America/New_York	38.69678	-76.83469	67			MD	033		
4371225	The Village at Church Hill Crossing	the-village-at-church-hill-crossing	US		0	America/New_York	39.144	-75.98522	12			MD	035		
4371227	The Willows	the-willows	US		0	America/New_York	39.25177	-76.85386	120			MD	027		
4371228	The Willows of Ruxton	the-willows-of-ruxton	US		0	America/New_York	39.40983	-76.62886	140			MD	005		
4371229	The Woods	the-woods	US		0	America/New_York	39.01483	-76.5583	48			MD	003		
4371231	The Woods of Marlton	the-woods-of-marlton	US		0	America/New_York	38.76456	-76.78164	32			MD	033		
4371232	The Woods of Town Point	the-woods-of-town-point	US		0	America/New_York	39.49234	-75.91828	7			MD	015		
4371240	Third Haven Heights	third-haven-heights	US		0	America/New_York	38.77678	-76.08522	3			MD	041		
4371244	Thistle	thistle	US		0	America/New_York	39.25372	-76.76692	57			MD	005		
4371281	Thomas Town	thomas-town	US		0	America/New_York	38.91706	-75.92827	16			MD	011		
4371285	Thompson Corner	thompson-corner	US		0	America/New_York	38.44957	-76.7858	54			MD	037		
4371287	Thomas Run	thomas-run	US		0	America/New_York	39.59066	-76.28357	59			MD	025		
4371290	Thompson Estates	thompson-estates	US		0	America/New_York	39.45149	-77.27665	169			MD	021		
4371292	Thompsons Corner	thompsons-corner	US		0	America/New_York	39.24233	-77.3261	184			MD	031		
4371293	Thompsons Purchase	thompsons-purchase	US		0	America/New_York	39.19594	-76.78719	90			MD	027		
4371296	Thomson Estates	thomson-estates	US		0	America/New_York	39.60567	-75.80383	28			MD	015		
4371300	Thornbrook	thornbrook	US		0	America/New_York	39.65982	-77.36082	150			MD	021		
4371301	Thornbrook	thornbrook	US		0	America/New_York	39.30122	-76.84275	140			MD	027		
4371303	Thompson Estates	thompson-estates	US		0	America/New_York	39.59983	-76.74775	204			MD	005		
4371304	Thornleigh	thornleigh	US		0	America/New_York	39.41733	-76.65108	98			MD	005		
4371322	Three Brothers	three-brothers	US		0	America/New_York	38.5729	-76.79608	54			MD	017		
4371328	Thrift	thrift	US		0	America/New_York	38.71928	-76.93247	62			MD	033		
4371330	Thunder Hill	thunder-hill	US		0	America/New_York	39.2265	-76.83303	119			MD	027		
4371340	Thurmont Overlook	thurmont-overlook	US		0	America/New_York	39.60899	-77.42554	187			MD	021		
4371346	Thurmont West	thurmont-west	US		0	America/New_York	39.63371	-77.41582	190			MD	021		
4371357	Threemile Oak Corner	threemile-oak-corner	US		0	America/New_York	38.98622	-76.54746	26			MD	003		
4371358	Tiffany Woods	tiffany-woods	US		0	America/New_York	38.79873	-76.53079	1			MD	003		
4371363	Tilden Woods	tilden-woods	US		0	America/New_York	39.04705	-77.14053	104			MD	031		
4371372	Tilghman Island	tilghman-island	US		784	America/New_York	38.70373	-76.33856	2			MD	041		
4371373	Tilghman Island Beach	tilghman-island-beach	US		0	America/New_York	38.70012	-76.34189	2			MD	041		
4371386	Tilghmans Terrace	tilghmans-terrace	US		0	America/New_York	39.04095	-76.06161	17			MD	035		
4371387	Tilghmanton	tilghmanton	US		465	America/New_York	39.53343	-77.74083	152			MD	043		
4371388	Tilghmanton Heights	tilghmanton-heights	US		0	America/New_York	39.54176	-77.74166	138			MD	043		
4371389	Timber Chase	timber-chase	US		0	America/New_York	39.45872	-76.79692	196			MD	005		
4371390	Timber Creek	timber-creek	US		0	America/New_York	38.95428	-76.49802	20			MD	003		
4371391	Timber Glade	timber-glade	US		0	America/New_York	39.13761	-76.57246	12			MD	003		
4371392	Timber Grove	timber-grove	US		0	America/New_York	39.45538	-76.79803	180			MD	005		
4371395	Timber Point	timber-point	US		0	America/New_York	39.27233	-76.78442	97			MD	005		
4371398	Timber Ridge	timber-ridge	US		0	America/New_York	39.15622	-76.68886	51			MD	003		
4371399	Timber Ridge	timber-ridge	US		0	America/New_York	39.42927	-77.10498	253			MD	013		
4371401	Timber Ridge Heights	timber-ridge-heights	US		0	America/New_York	39.71037	-78.12556	221			MD	043		
4371404	Timberbrook	timberbrook	US		0	America/New_York	39.61261	-75.94494	29			MD	015		
4371408	Timberland Estates	timberland-estates	US		0	America/New_York	39.1515	-77.05526	143			MD	031		
4371409	Timberlea	timberlea	US		0	America/New_York	39.54538	-76.38774	122			MD	025		
4371410	Timberleigh	timberleigh	US		0	America/New_York	39.26705	-76.92136	126			MD	027		
4371411	Timberleigh Village	timberleigh-village	US		0	America/New_York	39.30149	-77.12248	203			MD	027		
4371412	Timberline	timberline	US		0	America/New_York	39.17039	-76.61469	14			MD	003		
4371413	Timberline Park	timberline-park	US		0	America/New_York	39.46788	-76.5958	144			MD	005		
4371414	Timbermead	timbermead	US		0	America/New_York	39.4326	-77.07776	216			MD	013		
4371416	Timberview	timberview	US		0	America/New_York	39.20955	-76.74803	73			MD	027		
4371417	Timmonstown	timmonstown	US		0	America/New_York	38.34178	-75.30325	7			MD	047		
4371419	Timber Run	timber-run	US		0	America/New_York	39.2265	-76.80664	144			MD	027		
4371420	Timonium	timonium	US		9925	America/New_York	39.43705	-76.61969	124			MD	005		
4371422	Timonium Heights	timonium-heights	US		0	America/New_York	39.45261	-76.6333	116			MD	005		
4371437	Tintop Hill	tintop-hill	US		0	America/New_York	38.32235	-76.61857	39			MD	037		
4371438	Tippett	tippett	US		0	America/New_York	38.74734	-76.9322	74			MD	033		
4371441	Titus Estates	titus-estates	US		0	America/New_York	39.27566	-77.49276	95			MD	021		
4371445	Tobin	tobin	US		0	America/New_York	39.40372	-76.75775	146			MD	005		
4371446	Tobytown	tobytown	US		0	America/New_York	39.06122	-77.28721	95			MD	031		
4371449	Todd Estates	todd-estates	US		0	America/New_York	39.594	-76.27301	43			MD	025		
4371451	Todd Lakes	todd-lakes	US		0	America/New_York	39.5165	-76.29079	92			MD	025		
4371454	Todd Village Mobile Home Park	todd-village-mobile-home-park	US		0	America/New_York	39.50744	-76.90149	189	Todd Village Mobile Home Park,Todd Village Trailer Park		MD	013		
4371464	Tolchester	tolchester	US		329	America/New_York	39.22289	-76.23857	8			MD	029		
4371465	Tolchester Beach	tolchester-beach	US		0	America/New_York	39.21451	-76.24167	2	Tolchester,Tolchester Beach		MD	029		
4371467	Tolchester Estates	tolchester-estates	US		0	America/New_York	39.22928	-76.2319	6			MD	029		
4371468	Tolchester Heights	tolchester-heights	US		0	America/New_York	39.21678	-76.23718	6			MD	029		
4371470	Toll House	toll-house	US		0	America/New_York	39.26733	-76.81497	119			MD	027		
4371471	Tolley Terrace	tolley-terrace	US		0	America/New_York	39.36316	-77.24137	192			MD	021		
4371472	Tollgate	tollgate	US		0	America/New_York	39.42011	-76.79414	189			MD	005		
4371473	Tollgate Estates	tollgate-estates	US		0	America/New_York	39.51761	-76.34885	96			MD	025		
4371478	Tolson	tolson	US		0	America/New_York	38.13791	-76.52718	1			MD	037		
4371485	Tobacco Woods	tobacco-woods	US		0	America/New_York	38.61873	-76.53079	40			MD	009		
4371493	Tome Estates	tome-estates	US		0	America/New_York	39.69317	-76.05662	123			MD	015		
4371524	Topeka East	topeka-east	US		0	America/New_York	39.69539	-76.14495	81			MD	015		
4371525	Topkapi	topkapi	US		0	America/New_York	39.53705	-76.99831	255			MD	013		
4371529	Tower Acres	tower-acres	US		0	America/New_York	39.134	-76.87747	123			MD	027		
4371531	Tower Gardens of the Bay	tower-gardens-of-the-bay	US		0	America/New_York	38.87373	-76.36218	3			MD	035		
4371532	Tower Mobile Home Park	tower-mobile-home-park	US		0	America/New_York	38.90484	-75.78827	17			MD	011		
4371535	Tower Point	tower-point	US		0	America/New_York	39.49873	-75.91494	20			MD	015		
4371536	Towering Oaks	towering-oaks	US		0	America/New_York	39.15428	-76.61719	21			MD	003		
4371537	Town and Country West	town-and-country-west	US		0	America/New_York	39.28622	-76.81497	121			MD	027		
4371545	Town Commons	town-commons	US		0	America/New_York	39.57095	-75.98161	6			MD	015		
4371548	Town Creek (historical)	town-creek-historical	US		0	America/New_York	39.63148	-78.56501	211			MD	001		
4371551	Town Creek Farm	town-creek-farm	US		0	America/New_York	38.3129	-76.48579	10			MD	037		
4371552	Town Creek Manor	town-creek-manor	US		0	America/New_York	38.30401	-76.49134	30			MD	037		
4371556	Town Home Village	town-home-village	US		0	America/New_York	38.9615	-76.4794	6			MD	003		
4371560	Town Point	town-point	US		0	America/New_York	39.49567	-75.89633	19	Town Point,Townpoint		MD	015		
4371564	Town Point Estates	town-point-estates	US		0	America/New_York	38.54595	-76.20967	1			MD	019		
4371570	Town and Country North	town-and-country-north	US		0	America/New_York	39.46955	-76.61886	155			MD	005		
4371572	Towne Centre Place	towne-centre-place	US		0	America/New_York	39.15094	-77.06803	168			MD	031		
4371578	Townsends Cross Roads	townsends-cross-roads	US		0	America/New_York	38.9065	-75.79382	15			MD	011		
4371581	Town and Country	town-and-country	US		0	America/New_York	39.09733	-76.82303	45			MD	003		
4371586	Towson Estates	towson-estates	US		0	America/New_York	39.39761	-76.57886	147			MD	005		
4371592	Towson Park	towson-park	US		0	America/New_York	39.40733	-76.60525	116			MD	005		
4371601	Trace Hollow	trace-hollow	US		0	America/New_York	38.30206	-75.56631	15			MD	045		
4371603	Traceys Meadows	traceys-meadows	US		0	America/New_York	38.80706	-76.59691	40			MD	003		
4371611	Trails End Trailer Park	trails-end-trailer-park	US		0	America/New_York	38.894	-76.67052	8			MD	003		
4371617	Tranquility Estates	tranquility-estates	US		0	America/New_York	39.65038	-77.13526	133			MD	013		
4371619	Trails	trails	US		0	America/New_York	38.72012	-76.56551	40			MD	009		
4371628	Trappe Landing	trappe-landing	US		0	America/New_York	38.65623	-76.08494	1			MD	041		
4371635	Travilah	travilah	US		12159	America/New_York	39.069	-77.26304	107	Travilah		MD	031		
4371636	Travilah Acres	travilah-acres	US		0	America/New_York	39.08733	-77.26915	98			MD	031		
4371638	Travilah Meadows	travilah-meadows	US		0	America/New_York	39.06678	-77.27054	103			MD	031		
4371642	Treasure Mountain	treasure-mountain	US		0	America/New_York	39.35844	-77.19887	201			MD	021		
4371643	Trebee Highlands	trebee-highlands	US		0	America/New_York	39.58566	-76.93998	248			MD	013		
4371647	Tree Top Station	tree-top-station	US		0	America/New_York	39.46788	-76.80692	197			MD	005		
4371648	Tree Tops	tree-tops	US		0	America/New_York	39.09039	-76.45857	2			MD	003		
4371649	Treeland	treeland	US		0	America/New_York	38.58429	-76.09966	4			MD	019		
4371650	Treelin Manor	treelin-manor	US		0	America/New_York	39.65038	-76.87053	257			MD	013		
4371651	Treeview Estates	treeview-estates	US		0	America/New_York	38.67401	-76.99942	60			MD	033		
4371652	Treeview Estates	treeview-estates	US		0	America/New_York	38.67667	-77.00417	60			MD	033		
4371654	Tremper Farm	tremper-farm	US		0	America/New_York	39.38983	-76.45468	49			MD	005		
4371655	Trengail Manor	trengail-manor	US		0	America/New_York	39.64093	-77.67444	175			MD	043		
4371662	Trenton Mill	trenton-mill	US		0	America/New_York	39.57538	-76.81109	184			MD	005		
4371663	Trenton Place	trenton-place	US		0	America/New_York	38.45346	-76.81969	50			MD	017		
4371664	Trevanion	trevanion	US		0	America/New_York	39.62454	-77.13943	130	Kepharts Brick Mills,Trevanion,Trevanion Mills,Trevannon Farm		MD	013		
4371665	Trevanion Terrace	trevanion-terrace	US		0	America/New_York	39.65399	-77.17026	158			MD	013		
4371666	Trevor Woods	trevor-woods	US		0	America/New_York	39.17927	-76.63024	13			MD	003		
4371667	Tri-Woods	tri-woods	US		0	America/New_York	39.60343	-77.07082	209			MD	013		
4371669	Triadelphia (historical)	triadelphia-historical	US		0	America/New_York	39.23344	-77.04137	110			MD	031		
4371673	Triadelphia Woods	triadelphia-woods	US		0	America/New_York	39.28677	-76.93387	134			MD	027		
4371674	Tricfield	tricfield	US		0	America/New_York	38.77567	-76.22689	2			MD	041		
4371676	Trident Acres	trident-acres	US		0	America/New_York	39.58732	-76.92331	268			MD	013		
4371677	Trimble Fields	trimble-fields	US		0	America/New_York	39.41844	-76.30579	28			MD	025		
4371731	Trinity Farms	trinity-farms	US		0	America/New_York	39.07289	-76.53996	12			MD	003		
4371766	Triple Lakes	triple-lakes	US		0	America/New_York	39.5812	-78.84669	230			MD	001		
4371776	Troupe Springs	troupe-springs	US		0	America/New_York	39.67426	-77.79277	134			MD	043		
4371784	Troyer	troyer	US		0	America/New_York	39.60511	-76.57802	222			MD	005		
4371785	True Estates	true-estates	US		0	America/New_York	39.49732	-76.9397	220			MD	013		
4371787	Trueman Pointe	trueman-pointe	US		0	America/New_York	38.36957	-76.46717	14			MD	009		
4371788	Truitt	truitt	US		0	America/New_York	38.34678	-75.36519	11			MD	045		
4371791	Trump	trump	US		0	America/New_York	39.68233	-76.60219	215			MD	005		
4371793	Troxel	troxel	US		0	America/New_York	39.70649	-77.33582	138			MD	021		
4371795	Truxton Heights	truxton-heights	US		0	America/New_York	38.96678	-76.50579	9			MD	003		
4371808	Tuckahoe Springs	tuckahoe-springs	US		0	America/New_York	38.83345	-75.90521	10			MD	011		
4371815	Tudor Forest	tudor-forest	US		0	America/New_York	39.55122	-76.30162	122			MD	025		
4371816	Tudor Manor	tudor-manor	US		0	America/New_York	39.55983	-76.31885	122			MD	025		
4371817	Tufton Farms	tufton-farms	US		0	America/New_York	39.48483	-76.73303	189			MD	005		
4371818	Tufton Ridge Estates	tufton-ridge-estates	US		0	America/New_York	39.48649	-76.72747	195			MD	005		
4371820	Tuckers Reach	tuckers-reach	US		0	America/New_York	38.69817	-76.61163	55			MD	009		
4371821	Tulip Hill	tulip-hill	US		0	America/New_York	39.40205	-77.38221	98			MD	021		
4371822	Tulip Hill	tulip-hill	US		0	America/New_York	38.96733	-77.13359	70			MD	031		
4371827	Tulls Corner	tulls-corner	US		0	America/New_York	38.0154	-75.7541	1			MD	039		
4371830	Tunis	tunis	US		0	America/New_York	38.82789	-76.26662	4	Tunes,Tunis		MD	041		
4371831	Tunis Mills	tunis-mills	US		0	America/New_York	38.82039	-76.16633	1	Oakland Mills,Teunis Mills,Tunis Mills		MD	041		
4371834	Turf Valley	turf-valley	US		0	America/New_York	39.29899	-76.88025	136			MD	027		
4371836	Turf Valley Overlook	turf-valley-overlook	US		0	America/New_York	39.28594	-76.87109	137			MD	027		
4371839	Turf Valley	turf-valley	US		0	America/New_York	39.13178	-76.54135	23			MD	003		
4371843	Turkey Hill	turkey-hill	US		0	America/New_York	38.5729	-76.98914	59			MD	017		
4371849	Turkey Hill	turkey-hill	US		0	America/New_York	39.51232	-77.53443	263			MD	021		
4371852	Turkey Point	turkey-point	US		0	America/New_York	38.90622	-76.49635	6			MD	003		
4371853	Turkey Point	turkey-point	US		0	America/New_York	39.294	-76.40802	5			MD	005		
4371860	Turkey Ridge	turkey-ridge	US		0	America/New_York	38.5529	-76.57746	44			MD	009		
4371863	Turnbull Estates	turnbull-estates	US		0	America/New_York	38.92511	-76.53246	5			MD	003		
4371871	Turners Chance	turners-chance	US		0	America/New_York	39.34705	-77.25165	188			MD	021		
4371872	Turners Field	turners-field	US		0	America/New_York	38.58818	-76.59524	22			MD	009		
4371880	Turn Quist	turn-quist	US		0	America/New_York	39.614	-75.78994	33			MD	015		
4371890	Tuscarora Springs	tuscarora-springs	US		0	America/New_York	39.50566	-77.44415	130			MD	021		
4371893	Tuxedo Colony	tuxedo-colony	US		0	America/New_York	38.91233	-76.91081	35			MD	033		
4371894	Twelve Hills	twelve-hills	US		0	America/New_York	39.23205	-76.96581	163			MD	027		
4371895	Twelve Trees	twelve-trees	US		0	America/New_York	39.38927	-76.82748	189			MD	005		
4371899	Tuscarora Knolls	tuscarora-knolls	US		0	America/New_York	39.45566	-77.39137	93			MD	021		
4371901	Twiggtown	twiggtown	US		0	America/New_York	39.63953	-78.65557	363			MD	001		
4371903	Twiggs Corner	twiggs-corner	US		0	America/New_York	38.31012	-75.70382	7			MD	045		
4371908	Twin Brook	twin-brook	US		0	America/New_York	39.07455	-77.11998	104	Twin Brook,Twinbrook		MD	031		
4371909	Twin Brook Estates	twin-brook-estates	US		0	America/New_York	39.49566	-76.3719	98			MD	025		
4371910	Twin Brook Forest	twin-brook-forest	US		0	America/New_York	39.08094	-77.11748	113			MD	031		
4371911	Twin Cove	twin-cove	US		0	America/New_York	39.17844	-76.59941	8			MD	003		
4371912	Twin Cove Estates	twin-cove-estates	US		0	America/New_York	38.88345	-76.35329	4			MD	035		
4371914	Twin Harbors	twin-harbors	US		0	America/New_York	39.06261	-76.51274	14			MD	003		
4371915	Twin Hills	twin-hills	US		0	America/New_York	38.99094	-76.58858	36			MD	003		
4371917	Twin Knolls	twin-knolls	US		0	America/New_York	39.50621	-76.87776	167			MD	013		
4371921	Twin Maples	twin-maples	US		0	America/New_York	39.34344	-77.10415	226			MD	027		
4371927	Twin Ridge	twin-ridge	US		0	America/New_York	39.14316	-76.61358	10			MD	003		
4371929	Twin Ridge Estates	twin-ridge-estates	US		0	America/New_York	39.64177	-76.46885	175			MD	025		
4371930	Twin River Trailer Park	twin-river-trailer-park	US		0	America/New_York	38.29068	-75.87604	2			MD	045		
4371931	Twin Shields Estates	twin-shields-estates	US		0	America/New_York	38.75984	-76.64552	28			MD	009		
4371934	Twinbrook Estates	twinbrook-estates	US		0	America/New_York	38.62317	-77.00692	61			MD	017		
4371940	Twinridge	twinridge	US		0	America/New_York	39.3865	-76.66636	116			MD	005		
4371945	Two Johns Estates	two-johns-estates	US		0	America/New_York	38.82178	-75.86216	7			MD	011		
4371946	Two Locks	two-locks	US		0	America/New_York	39.6151	-77.92389	142			MD	043		
4371950	Twilley	twilley	US		0	America/New_York	38.45011	-75.35186	11			MD	045		
4371957	Tydings	tydings	US		0	America/New_York	39.14844	-76.59135	14			MD	003		
4371958	Tydings on the Bay	tydings-on-the-bay	US		0	America/New_York	39.03622	-76.41107	9			MD	003		
4371963	Tyaskin Estates	tyaskin-estates	US		0	America/New_York	38.32262	-75.86688	5			MD	045		
4371964	Tyler Heights	tyler-heights	US		0	America/New_York	38.95956	-76.49802	12			MD	003		
4371967	Tylers Summit	tylers-summit	US		0	America/New_York	39.49594	-76.91276	186			MD	013		
4371971	Tyndall Estates	tyndall-estates	US		0	America/New_York	38.22956	-75.46575	8			MD	047		
4371974	Tyrol Estates	tyrol-estates	US		0	America/New_York	38.93372	-76.84914	52			MD	033		
4371976	Tyrone Acres	tyrone-acres	US		0	America/New_York	39.62232	-77.10165	172			MD	013		
4371981	Ulmstead Acres	ulmstead-acres	US		0	America/New_York	39.0615	-76.48163	7			MD	003		
4371982	Ulmstead Cove	ulmstead-cove	US		0	America/New_York	39.05622	-76.48163	20			MD	003		
4371983	Ulmstead Estates	ulmstead-estates	US		0	America/New_York	39.0515	-76.46802	32			MD	003		
4371984	Ulmstead Gardens	ulmstead-gardens	US		0	America/New_York	39.05206	-76.47885	23			MD	003		
4371985	Ulmstead Point	ulmstead-point	US		0	America/New_York	39.059	-76.48024	8			MD	003		
4371989	Unicorn	unicorn	US		0	America/New_York	39.24817	-75.86299	13			MD	035		
4371991	Underwood (historical)	underwood-historical	US		0	America/New_York	38.50707	-76.75108	42			MD	037		
4371992	Unicorn Crossing	unicorn-crossing	US		0	America/New_York	39.25122	-75.85466	14			MD	035		
4371995	Unicorn Manor	unicorn-manor	US		0	America/New_York	39.24539	-75.86827	19			MD	035		
4372043	Union Corner	union-corner	US		0	America/New_York	39.02734	-75.80521	18			MD	011		
4372045	Union Corners	union-corners	US		0	America/New_York	38.90039	-75.73049	18	Union Corner,Union Corners		MD	011		
4372054	Union Hills	union-hills	US		0	America/New_York	39.6001	-77.14998	186			MD	013		
4372081	Union Valley	union-valley	US		0	America/New_York	39.6465	-75.90939	82			MD	015		
4372093	Unionville Heights	unionville-heights	US		0	America/New_York	38.06262	-75.59631	4			MD	047		
4372131	University Gardens	university-gardens	US		0	America/New_York	38.9815	-76.96998	23			MD	033		
4372159	Upper Brambley (historical)	upper-brambley-historical	US		0	America/New_York	38.30207	-76.81025	5			MD	037		
4372163	Upper Crest Estates	upper-crest-estates	US		0	America/New_York	39.53372	-76.32468	108			MD	025		
4372164	Upper Crossroads	upper-crossroads	US		0	America/New_York	39.54233	-76.47413	177	Upper Cross Roads,Upper Crossroads		MD	025		
4372173	Upper Ferry Acres	upper-ferry-acres	US		0	America/New_York	38.33651	-75.69826	3			MD	045		
4372174	Upper Ferry Estates	upper-ferry-estates	US		0	America/New_York	38.34317	-75.69271	6			MD	045		
4372177	Upper Hill	upper-hill	US		0	America/New_York	38.11179	-75.79021	2	Freetown,Mill Town,Upper Hill		MD	039		
4372179	Upper Jutland	upper-jutland	US		0	America/New_York	38.13902	-76.41217	5			MD	037		
4372190	Upper Seneca Crest	upper-seneca-crest	US		0	America/New_York	39.25733	-77.1697	191			MD	031		
4372209	Urbana Overlook	urbana-overlook	US		0	America/New_York	39.32149	-77.37054	142			MD	021		
4372211	Urbanwood	urbanwood	US		0	America/New_York	39.31594	-76.47302	17			MD	005		
4372212	Urieville	urieville	US		0	America/New_York	39.28344	-76.01911	18			MD	029		
4372219	Utica Mills Estates	utica-mills-estates	US		0	America/New_York	39.52927	-77.39387	115			MD	021		
4372222	Vale Hills	vale-hills	US		0	America/New_York	39.53622	-76.38885	122			MD	025		
4372224	Vale Summit	vale-summit	US		139	America/New_York	39.6187	-78.90613	619	Pompey Smash,Vale Summit		MD	001		
4372226	Valentine Creek	valentine-creek	US		0	America/New_York	39.0515	-76.58469	30			MD	003		
4372229	Valewood at Hampton Gardens	valewood-at-hampton-gardens	US		0	America/New_York	39.41872	-76.56163	134			MD	005		
4372230	Valewood Estates	valewood-estates	US		0	America/New_York	39.53788	-76.38635	131			MD	025		
4372231	Valley Anne Estates	valley-anne-estates	US		0	America/New_York	39.32177	-76.87748	130			MD	027		
4372232	Valley Brook	valley-brook	US		0	America/New_York	39.43344	-76.71914	147			MD	005		
4372235	Valley Crest	valley-crest	US		0	America/New_York	39.4365	-76.60164	103			MD	005		
4372238	Valley Heights	valley-heights	US		0	America/New_York	39.43177	-76.7247	153			MD	005		
4372239	Valley Heights	valley-heights	US		0	America/New_York	39.40149	-77.51082	252			MD	021		
4372240	Valley Hill Farms	valley-hill-farms	US		0	America/New_York	39.43566	-77.09165	231			MD	013		
4372241	Valley Hills	valley-hills	US		0	America/New_York	39.46011	-76.75914	208			MD	005		
4372246	Valley Meade	valley-meade	US		0	America/New_York	39.28372	-76.84747	124			MD	027		
4372247	Valley Mill	valley-mill	US		0	America/New_York	39.67344	-76.69247	165			MD	005		
4372248	Valley Mill Farms	valley-mill-farms	US		0	America/New_York	39.66566	-76.69275	229			MD	005		
4372249	Valley North	valley-north	US		0	America/New_York	39.48955	-76.53969	163			MD	005		
4372250	Valley Overlook	valley-overlook	US		0	America/New_York	39.42066	-77.58054	170			MD	021		
4372253	Valley Stream Estates	valley-stream-estates	US		0	America/New_York	39.10816	-76.92192	142			MD	031		
4372263	Valley View Estates	valley-view-estates	US		0	America/New_York	39.45788	-77.51249	232			MD	021		
4372265	Valley Vista	valley-vista	US		0	America/New_York	39.69177	-76.8722	235			MD	013		
4372266	Valley Vista North	valley-vista-north	US		0	America/New_York	39.69455	-76.87664	266			MD	013		
4372267	Valleybrook	valleybrook	US		0	America/New_York	39.46816	-76.38552	71			MD	025		
4372269	Valleywood	valleywood	US		0	America/New_York	39.44677	-76.64164	126			MD	005		
4372273	Van Bibber	van-bibber	US		0	America/New_York	39.44372	-76.3019	9			MD	025		
4372274	Van Bibber Manor	van-bibber-manor	US		0	America/New_York	39.44816	-76.30801	17			MD	025		
4372278	Van Dyke Manor	van-dyke-manor	US		0	America/New_York	39.34177	-76.52719	35			MD	005		
4372281	Van Lear Manor	van-lear-manor	US		0	America/New_York	39.60704	-77.79194	151			MD	043		
4372283	Vance Valley	vance-valley	US		0	America/New_York	39.59872	-76.56802	196			MD	005		
4372285	Vangline Acres	vangline-acres	US		0	America/New_York	39.71066	-76.81025	262			MD	013		
4372289	Vantage Point	vantage-point	US		0	America/New_York	39.224	-76.85386	108			MD	027		
4372290	Vardo	vardo	US		0	America/New_York	39.61649	-77.73916	174	Vardo,Vardo Station		MD	043		
4372298	Velmeade	velmeade	US		0	America/New_York	38.91761	-76.66358	25			MD	003		
4372299	Velvet Hills	velvet-hills	US		0	America/New_York	39.45733	-76.7847	193			MD	005		
4372300	Velvet Hills South	velvet-hills-south	US		0	America/New_York	39.45177	-76.78303	190			MD	005		
4372301	Velvet Ridge	velvet-ridge	US		0	America/New_York	39.42983	-76.73358	162			MD	005		
4372303	Vansville	vansville	US		0	America/New_York	39.04344	-76.89553	55			MD	033		
4372305	Velvet Run	velvet-run	US		0	America/New_York	39.59538	-76.9497	279			MD	013		
4372308	Venice Beach	venice-beach	US		0	America/New_York	38.92539	-76.46524	3			MD	003		
4372309	Venice on the Bay	venice-on-the-bay	US		0	America/New_York	39.15539	-76.47913	8			MD	003		
4372310	Ventnor	ventnor	US		0	America/New_York	39.12483	-76.45385	4			MD	003		
4372311	Ventnor Forest	ventnor-forest	US		0	America/New_York	39.11372	-76.4519	7			MD	003		
4372312	Venton	venton	US		0	America/New_York	38.19679	-75.7791	3	Habnab,Venton		MD	039		
4372314	Velvet Valley	velvet-valley	US		0	America/New_York	39.42483	-76.73581	191			MD	005		
4372322	Vicky Estates	vicky-estates	US		0	America/New_York	39.37483	-77.03054	184			MD	013		
4372323	Vicmyer Vista	vicmyer-vista	US		0	America/New_York	39.6051	-77.31498	131			MD	021		
4372324	Victor (historical)	victor-historical	US		0	America/New_York	38.23707	-75.84576	1			MD	039		
4372327	Victor Haven	victor-haven	US		0	America/New_York	38.954	-76.49274	7			MD	003		
4372330	Victoria Estates	victoria-estates	US		0	America/New_York	38.65234	-76.57357	17			MD	009		
4372331	Victoria Station	victoria-station	US		0	America/New_York	38.68456	-76.62441	37			MD	009		
4372332	Victory Gardens	victory-gardens	US		0	America/New_York	38.41956	-75.56326	14			MD	045		
4372335	Victory Villa	victory-villa	US		0	America/New_York	39.34122	-76.45691	13			MD	005		
4372337	Victory Villa Gardens	victory-villa-gardens	US		0	America/New_York	39.3465	-76.44135	19			MD	005		
4372348	Viers Mill Village	viers-mill-village	US		0	America/New_York	39.05594	-77.08192	114	Veirs Mill Village,Viers Mill Village		MD	031		
4372349	View More Heights	view-more-heights	US		0	America/New_York	39.44705	-77.30887	195			MD	021		
4372350	View Point	view-point	US		0	America/New_York	39.15983	-76.53302	8			MD	003		
4372351	View West Acres	view-west-acres	US		0	America/New_York	39.60343	-77.02359	251			MD	013		
4372353	Viewsite Estates	viewsite-estates	US		0	America/New_York	39.40316	-77.32915	148			MD	021		
4372354	Viking Highlands	viking-highlands	US		0	America/New_York	39.66622	-76.34968	132			MD	025		
4372355	Villa Bella	villa-bella	US		0	America/New_York	39.08372	-76.68108	66			MD	003		
4372356	Villa Cresta	villa-cresta	US		0	America/New_York	39.37761	-76.54552	105			MD	005		
4372358	Villa Heights	villa-heights	US		0	America/New_York	39.16622	-76.79303	75			MD	027		
4372359	Villa Heights	villa-heights	US		0	America/New_York	38.93733	-76.91858	46			MD	033		
4372363	Villa Monticello	villa-monticello	US		0	America/New_York	39.32344	-77.00026	183			MD	027		
4372364	Villa Nova	villa-nova	US		0	America/New_York	39.3515	-76.73358	121			MD	005		
4372367	Villa Tomarchio	villa-tomarchio	US		0	America/New_York	39.47371	-77.08998	214			MD	013		
4372368	Villa Tuscana	villa-tuscana	US		0	America/New_York	39.1315	-76.53274	14			MD	003		
4372369	Villa Verdi	villa-verdi	US		0	America/New_York	39.08539	-76.6533	53			MD	003		
4372371	Village Estates	village-estates	US		0	America/New_York	39.42982	-77.42637	99			MD	021		
4372372	Village Green Estates	village-green-estates	US		0	America/New_York	39.39121	-77.05248	233			MD	013		
4372374	Village Manor	village-manor	US		0	America/New_York	39.58038	-76.39691	167			MD	025		
4372376	Village Square	village-square	US		0	America/New_York	39.12816	-76.63441	21			MD	003		
4372380	Village of Bachman	village-of-bachman	US		0	America/New_York	39.62288	-76.97637	240			MD	013		
4372381	Village of Bynum Run	village-of-bynum-run	US		0	America/New_York	39.47511	-76.28023	32			MD	025		
4372382	Village of Church Creek	village-of-church-creek	US		0	America/New_York	39.47816	-76.25496	37			MD	025		
4372383	Village of Cross Keys	village-of-cross-keys	US		0	America/New_York	39.35733	-76.64664	79	Cross Keys		MD	510		
4372384	Village of Deep Run	village-of-deep-run	US		0	America/New_York	39.18872	-76.78664	79			MD	027		
4372385	Village of Dorseys Search	village-of-dorseys-search	US		0	America/New_York	39.23677	-76.85164	101			MD	027		
4372386	Village of Painters Mill	village-of-painters-mill	US		0	America/New_York	39.39872	-76.7872	162			MD	005		
4372387	Village of Pawner	village-of-pawner	US		0	America/New_York	39.34066	-76.43774	14			MD	005		
4372388	Village of Peachwood	village-of-peachwood	US		0	America/New_York	39.52649	-76.8997	212			MD	013		
4372389	Village of Silver Hall	village-of-silver-hall	US		0	America/New_York	39.389	-76.46246	44			MD	005		
4372390	Village of Tall Oaks	village-of-tall-oaks	US		0	America/New_York	39.36816	-77.16804	251			MD	021		
4372391	Village of Thomas Run	village-of-thomas-run	US		0	America/New_York	39.564	-76.3244	120			MD	025		
4372392	Village of Timber Grove	village-of-timber-grove	US		0	America/New_York	39.45594	-76.8047	201			MD	005		
4372393	Village of Vanderway	village-of-vanderway	US		0	America/New_York	39.40316	-76.51385	94			MD	005		
4372394	Villages of Elk Neck	villages-of-elk-neck	US		0	America/New_York	39.53261	-75.90244	29			MD	015		
4372395	Villages of Montpelier	villages-of-montpelier	US		0	America/New_York	39.05011	-76.83914	56			MD	033		
4372397	Vinegar Hill	vinegar-hill	US		0	America/New_York	39.67372	-76.11606	106			MD	015		
4372398	Violetville	violetville	US		0	America/New_York	39.26761	-76.67441	57			MD	510		
4372405	Virts	virts	US		0	America/New_York	39.35843	-77.59971	140			MD	021		
4372407	Vista Farms	vista-farms	US		0	America/New_York	39.50705	-77.53638	268			MD	021		
4372408	Vista Raceway	vista-raceway	US		0	America/New_York	38.95594	-76.82692	43			MD	033		
4372410	Voshelle	voshelle	US		0	America/New_York	39.5765	-76.35635	156			MD	025		
4372555	Waddells Corner	waddells-corner	US		0	America/New_York	38.6515	-75.90299	13	Waddells Corner,Waddles Corner		MD	019		
4372561	Waggaman Heights	waggaman-heights	US		0	America/New_York	38.80706	-76.9422	61			MD	033		
4372563	Wagner Landing	wagner-landing	US		0	America/New_York	38.27595	-75.72965	3			MD	039		
4372564	Wagners Crossroads	wagners-crossroads	US		0	America/New_York	39.57399	-77.64638	157	Boonsboro Junction,Wagners Cross Roads,Wagners Crossroads		MD	043		
4372565	Wagners Mill	wagners-mill	US		0	America/New_York	39.56149	-77.05554	184			MD	013		
4372579	Wakefield Estates	wakefield-estates	US		0	America/New_York	39.53343	-77.04998	205			MD	013		
4372581	Wakefield Manor	wakefield-manor	US		0	America/New_York	39.52511	-76.34607	104			MD	025		
4372582	Wakefield Meadows	wakefield-meadows	US		0	America/New_York	39.52094	-76.3394	114			MD	025		
4372583	Wakefield Mill	wakefield-mill	US		0	America/New_York	39.56705	-77.06526	166			MD	013		
4372587	Wakefield Valley	wakefield-valley	US		0	America/New_York	39.56371	-77.03443	192			MD	013		
4372589	Wakely Terrace	wakely-terrace	US		0	America/New_York	39.52566	-76.33496	109			MD	025		
4372590	Walbrook	walbrook	US		0	America/New_York	39.309	-76.67136	82			MD	510		
4372593	Walbrook Manor	walbrook-manor	US		0	America/New_York	39.65621	-76.82053	235			MD	013		
4372596	Walden Circle	walden-circle	US		0	America/New_York	39.30344	-76.73303	130			MD	005		
4372597	Walden Farms	walden-farms	US		0	America/New_York	39.59899	-77.21137	153			MD	013		
4372615	Wales of Harford	wales-of-harford	US		0	America/New_York	39.56011	-76.42635	144			MD	025		
4372616	Waljacks Corners	waljacks-corners	US		0	America/New_York	38.92345	-75.95799	16			MD	035		
4372620	Waibelwood Park	waibelwood-park	US		0	America/New_York	39.63067	-76.09051	129			MD	015		
4372622	Walker Manor	walker-manor	US		0	America/New_York	39.66344	-76.70469	249			MD	005		
4372623	Walker Mill	walker-mill	US		11302	America/New_York	38.87539	-76.88831	61			MD	033		
4372626	Walker Hill	walker-hill	US		0	America/New_York	39.10705	-76.88886	99			MD	033		
4372627	Walkers Run	walkers-run	US		0	America/New_York	39.71399	-76.78081	269			MD	005		
4372629	Walkers Choice	walkers-choice	US		0	America/New_York	39.164	-77.20554	126			MD	031		
4372647	Wallace Estates	wallace-estates	US		0	America/New_York	38.7515	-76.79691	67			MD	033		
4372649	Wallman	wallman	US		0	America/New_York	39.31705	-79.28393	664			MD	023		
4372652	Wallville	wallville	US		0	America/New_York	38.4154	-76.50523	30			MD	009		
4372653	Wallville Acres	wallville-acres	US		0	America/New_York	38.44957	-76.52579	35			MD	009		
4372660	Walnut Grove Mills	walnut-grove-mills	US		0	America/New_York	39.50871	-76.92942	186	Walnut Grove Mill,Walnut Grove Mills		MD	013		
4372664	Walnut Hills	walnut-hills	US		0	America/New_York	38.51262	-76.77163	47			MD	017		
4372665	Walnut Hills Estates	walnut-hills-estates	US		0	America/New_York	39.45011	-76.39746	67			MD	005		
4372667	Walnut Lake	walnut-lake	US		0	America/New_York	38.93456	-76.47857	3			MD	003		
4372668	Walnut Landing	walnut-landing	US		0	America/New_York	38.42068	-76.24606	0			MD	019		
4372669	Walnut Landing	walnut-landing	US		0	America/New_York	38.53039	-75.76577	1			MD	019		
4372681	Walnut Woods	walnut-woods	US		0	America/New_York	39.0515	-77.14859	109			MD	031		
4372683	Walnut Shores	walnut-shores	US		0	America/New_York	38.94289	-76.28384	3			MD	035		
4372698	Waltherson	waltherson	US		0	America/New_York	39.3465	-76.56274	74			MD	510		
4372700	Wampler Village	wampler-village	US		0	America/New_York	39.33761	-76.43718	9			MD	005		
4372701	Wango	wango	US		0	America/New_York	38.32151	-75.44992	12			MD	045		
4372705	Walston Switch	walston-switch	US		0	America/New_York	38.38706	-75.50075	16			MD	045		
4372708	Warburton Oaks	warburton-oaks	US		0	America/New_York	38.73511	-76.99998	18			MD	033		
4372713	Ward Farm Estates	ward-farm-estates	US		0	America/New_York	39.22677	-77.1822	147			MD	031		
4372716	Wardens Landing	wardens-landing	US		0	America/New_York	39.21622	-76.82164	132			MD	027		
4372717	Wardour	wardour	US		0	America/New_York	38.99428	-76.49829	12			MD	003		
4372718	Wardour Bluffs	wardour-bluffs	US		0	America/New_York	38.99511	-76.49468	6			MD	003		
4372720	Wards Meadow	wards-meadow	US		0	America/New_York	38.70345	-76.65385	31			MD	009		
4372723	Warburton Manor	warburton-manor	US		0	America/New_York	38.71706	-76.99359	43			MD	033		
4372736	Warfield Estates	warfield-estates	US		0	America/New_York	39.27899	-77.02303	180			MD	027		
4372740	Warfields Range	warfields-range	US		0	America/New_York	39.15483	-76.87442	113			MD	027		
4372741	Warfieldsburg	warfieldsburg	US		0	America/New_York	39.52649	-77.03276	234	Warfield,Warfieldburgh,Warfields Store,Warfieldsburg		MD	013		
4372742	Waring (historical)	waring-historical	US		0	America/New_York	39.16011	-77.25137	114			MD	031		
4372743	Warington Hills	warington-hills	US		0	America/New_York	38.59595	-77.15998	9			MD	017		
4372756	Warrington (historical)	warrington-historical	US		0	America/New_York	38.53512	-76.5394	20			MD	009		
4372761	Warthen Knolls	warthen-knolls	US		0	America/New_York	38.87261	-76.60441	43			MD	003		
4372766	Warrlinda	warrlinda	US		0	America/New_York	38.56818	-76.97664	61			MD	017		
4372789	Washington Court	washington-court	US		0	America/New_York	39.54455	-76.9947	274			MD	013		
4372791	Washington Crest Heights	washington-crest-heights	US		0	America/New_York	39.14844	-76.67886	44			MD	003		
4372793	Washington Four	washington-four	US		0	America/New_York	39.51121	-77.80749	140			MD	043		
4372801	Washington Heights	washington-heights	US		0	America/New_York	38.37234	-75.57326	10			MD	045		
4372802	Washington Heights	washington-heights	US		0	America/New_York	39.5676	-76.99165	241			MD	013		
4372804	Washington Junction	washington-junction	US		0	America/New_York	39.2726	-77.53165	70			MD	021		
4372805	Washington Manor	washington-manor	US		0	America/New_York	39.16983	-76.79497	80			MD	027		
4372806	Washington Manor Park	washington-manor-park	US		0	America/New_York	39.18289	-76.76692	60			MD	027		
4372814	Washington Park	washington-park	US		0	America/New_York	39.22483	-76.0855	19			MD	029		
4372827	Washington Woods	washington-woods	US		0	America/New_York	39.61511	-75.80133	62			MD	015		
4372831	Water Acres	water-acres	US		0	America/New_York	39.37371	-77.74416	112			MD	043		
4372832	Water Oak Cove	water-oak-cove	US		0	America/New_York	39.14678	-76.51218	6			MD	003		
4372833	Water Oak Forest	water-oak-forest	US		0	America/New_York	39.144	-76.50913	10			MD	003		
4372654	Walnut	walnut	US	38683	0	America/New_York	38.31929	-75.66382	9			MD	045		
4372834	Water Oak Point	water-oak-point	US		0	America/New_York	39.15066	-76.51052	2			MD	003		
4372841	Waterbury Heights	waterbury-heights	US		0	America/New_York	39.05539	-76.61274	28			MD	003		
4372848	Waterford Place	waterford-place	US		0	America/New_York	39.324	-76.75775	144			MD	005		
4372849	Watergate	watergate	US		0	America/New_York	38.91539	-76.47468	3			MD	003		
4372850	Watergate Village	watergate-village	US		0	America/New_York	38.964	-76.4844	7			MD	003		
4372868	Waters Edge	waters-edge	US		0	America/New_York	39.39788	-76.97331	184			MD	013		
4372872	Waterspout	waterspout	US		0	America/New_York	39.46899	-76.74497	208			MD	005		
4372874	Watersman	watersman	US		0	America/New_York	38.95984	-76.21634	1			MD	035		
4372875	Watersville Acres	watersville-acres	US		0	America/New_York	39.37733	-77.10581	207			MD	013		
4372876	Watervale	watervale	US		0	America/New_York	39.52844	-76.37274	88			MD	025		
4372877	Waterview	waterview	US		40	America/New_York	38.24707	-75.90299	2			MD	045		
4372880	Watersville	watersville	US		0	America/New_York	39.3676	-77.10359	184			MD	027		
4372881	Watkins Mill	watkins-mill	US		0	America/New_York	39.18205	-77.21359	133			MD	031		
4372884	Watkins Overlook	watkins-overlook	US		0	America/New_York	39.23705	-77.22748	181			MD	031		
4372888	Watkins Wilderness	watkins-wilderness	US		0	America/New_York	39.31983	-77.25276	176			MD	021		
4372891	Watson Place	watson-place	US		0	America/New_York	39.1165	-76.61969	32			MD	003		
4372896	Watson Estates	watson-estates	US		0	America/New_York	38.54957	-76.58135	37			MD	009		
4372914	Waverly Island Estates	waverly-island-estates	US		0	America/New_York	38.74984	-76.11078	3			MD	041		
4372917	Waverly Point	waverly-point	US		0	America/New_York	38.33902	-76.95664	4			MD	017		
4372924	Waverly Woods	waverly-woods	US		0	America/New_York	39.30677	-76.87053	156			MD	027		
4372927	Waycroft	waycroft	US		0	America/New_York	38.31817	-75.55548	13			MD	045		
4372934	Waynes Way	waynes-way	US		0	America/New_York	39.38482	-77.5761	147			MD	021		
4372937	Wayside Estates	wayside-estates	US		0	America/New_York	39.27094	-76.95525	164			MD	027		
4372940	Waysons Corner	waysons-corner	US		0	America/New_York	38.81123	-76.70247	14			MD	003		
4372941	Waysons Mobile Court	waysons-mobile-court	US		0	America/New_York	38.81385	-76.70321	14	Waysons Mobile Court,Waysons Trailer Park		MD	003		
4372948	Webers Ridge	webers-ridge	US		0	America/New_York	39.70427	-76.85442	253			MD	013		
4372954	Webster Village	webster-village	US		0	America/New_York	39.57094	-76.15384	139			MD	025		
4372957	Wedgewood Forest	wedgewood-forest	US		0	America/New_York	39.11789	-76.67886	43			MD	003		
4372958	Wedgewood Hills	wedgewood-hills	US		0	America/New_York	39.66178	-75.86966	68			MD	015		
4372959	Wedgewood Terrace	wedgewood-terrace	US		0	America/New_York	39.60093	-77.04082	234			MD	013		
4372963	Webbs Corner	webbs-corner	US		0	America/New_York	38.75401	-76.58857	47			MD	003		
4372966	Weestwood Estates	weestwood-estates	US		0	America/New_York	38.65206	-76.94053	63			MD	017		
4372971	Weems Creek	weems-creek	US		0	America/New_York	38.99817	-76.51913	27			MD	003		
4372974	Welbourne	welbourne	US		0	America/New_York	38.02012	-75.45437	5			MD	047		
4372976	Welchpoole Estates	welchpoole-estates	US		0	America/New_York	38.73206	-76.64524	38			MD	009		
4372977	Welshs Mobile Home Park	welshs-mobile-home-park	US		0	America/New_York	39.09117	-76.7811	46	Welchs Trailer Park,Welshs Mobile Home Park		MD	003		
4372979	Welcome Acres	welcome-acres	US		0	America/New_York	38.48068	-77.10414	36			MD	017		
4372983	Weller Estates	weller-estates	US		0	America/New_York	39.36149	-77.26804	160			MD	021		
4372984	Weller Farm	weller-farm	US		0	America/New_York	39.67621	-77.67527	166			MD	043		
4372988	Wellham Crossroads (historical)	wellham-crossroads-historical	US		0	America/New_York	39.17927	-76.66663	46	Wellham Cross Roads,Wellham Crossroads (historical)		MD	003		
4372991	Wellington Beach	wellington-beach	US		0	America/New_York	38.36624	-77.19553	8			MD	017		
4372992	Wellington Estates	wellington-estates	US		0	America/New_York	39.14927	-76.87275	117			MD	027		
4372993	Wellington Estates	wellington-estates	US		0	America/New_York	38.39345	-75.6052	11			MD	045		
4372995	Wellington Valley	wellington-valley	US		0	America/New_York	39.42844	-76.64414	129			MD	005		
4372996	Wellington Woods	wellington-woods	US		0	America/New_York	38.65012	-76.98859	54			MD	017		
4372997	Wellington Woods	wellington-woods	US		0	America/New_York	39.54344	-76.35024	117			MD	025		
4372999	Wells Corner	wells-corner	US		0	America/New_York	38.82428	-76.7283	48			MD	033		
4373000	Wells Cove	wells-cove	US		0	America/New_York	38.45012	-76.59579	8			MD	009		
4373005	Wellwood	wellwood	US		0	America/New_York	39.37677	-76.69108	141			MD	005		
4373006	Wellwood	wellwood	US		0	America/New_York	39.48538	-76.98943	216			MD	013		
4373016	Wentz	wentz	US		0	America/New_York	39.70844	-76.91637	302			MD	013		
4373020	Welland at Barstow	welland-at-barstow	US		0	America/New_York	38.5079	-76.62329	37			MD	009		
4373052	Wesley Grove	wesley-grove	US		0	America/New_York	39.18705	-76.75942	61			MD	027		
4373069	Wesmond	wesmond	US		0	America/New_York	39.14094	-77.40165	111			MD	031		
4373071	West Annapolis	west-annapolis	US		0	America/New_York	38.99095	-76.49968	11			MD	003		
4373073	West Arlington	west-arlington	US		0	America/New_York	39.33677	-76.69497	130			MD	510		
4373074	West Baltimore	west-baltimore	US		0	America/New_York	39.25594	-76.65886	26			MD	510		
4373080	West Beach	west-beach	US		0	America/New_York	38.69512	-76.53357	1			MD	009		
4373098	West Chevy Chase Heights	west-chevy-chase-heights	US		0	America/New_York	38.99261	-77.0872	97			MD	031		
4373100	West Creek Village	west-creek-village	US		0	America/New_York	39.66122	-75.80299	50			MD	015		
4373101	West Dale Park	west-dale-park	US		0	America/New_York	39.18761	-76.64941	41			MD	003		
4373102	West Denton	west-denton	US		52	America/New_York	38.889	-75.8391	2			MD	011		
4373103	West Edmondale	west-edmondale	US		0	America/New_York	39.29261	-76.71775	150			MD	005		
4373104	West Elkridge	west-elkridge	US		28734	America/New_York	39.20705	-76.72692	67			MD	027		
4373107	West End Farms	west-end-farms	US		0	America/New_York	38.74178	-76.76691	44			MD	033		
4373108	West End Park	west-end-park	US		0	America/New_York	39.08594	-77.16498	132			MD	031		
4373112	West Forest Park	west-forest-park	US		0	America/New_York	39.32036	-76.69176	117			MD	510		
4373120	West Galloway	west-galloway	US		0	America/New_York	38.79845	-76.06022	19			MD	041		
4373121	West Glen	west-glen	US		0	America/New_York	39.32733	-76.73025	120			MD	005		
4373124	West Hatton	west-hatton	US		0	America/New_York	38.36263	-76.86275	7			MD	017		
4373127	West Hill	west-hill	US		0	America/New_York	39.63427	-76.88442	295			MD	013		
4373134	West Lanham Hills	west-lanham-hills	US		0	America/New_York	38.94928	-76.87775	32			MD	033		
4373136	West Laurel	west-laurel	US		4230	America/New_York	39.10122	-76.8997	107			MD	033		
4373137	West Laurel Acres	west-laurel-acres	US		0	America/New_York	39.10844	-76.90164	109			MD	033		
4373143	West Magothy Manor	west-magothy-manor	US		0	America/New_York	39.06622	-76.50246	5			MD	003		
4373146	West Middletown Estates	west-middletown-estates	US		0	America/New_York	39.44816	-77.57221	169			MD	021		
4373153	West Ocean City	west-ocean-city	US		4375	America/New_York	38.3315	-75.10685	1			MD	047		
4373157	West Pocomoke	west-pocomoke	US		454	America/New_York	38.09734	-75.5827	6			MD	039		
4373159	West Riding	west-riding	US		0	America/New_York	39.51177	-76.33579	93			MD	025		
4373160	West Riding	west-riding	US		0	America/New_York	39.13511	-77.23415	133			MD	031		
4373163	West River Plantation	west-river-plantation	US		0	America/New_York	38.82317	-76.54746	2			MD	003		
4373165	West Riverdale	west-riverdale	US		0	America/New_York	38.96317	-76.94275	23			MD	033		
4373166	West Rock Station	west-rock-station	US		0	America/New_York	39.64205	-76.15023	9			MD	015		
4373167	West Saint Marys	west-saint-marys	US		0	America/New_York	38.18318	-76.44995	26			MD	037		
4373170	West Severna Park	west-severna-park	US		0	America/New_York	39.074	-76.55913	15			MD	003		
4373171	West Shadyside	west-shadyside	US		0	America/New_York	38.84706	-76.51079	3			MD	003		
4373172	West Shore	west-shore	US		0	America/New_York	39.44316	-76.28718	4			MD	025		
4373173	West Shoreham	west-shoreham	US		0	America/New_York	38.899	-76.49718	7			MD	003		
4373178	West Twin River	west-twin-river	US		0	America/New_York	39.37983	-76.35801	1			MD	005		
4373179	West View	west-view	US		0	America/New_York	38.72511	-75.91105	13			MD	011		
4373180	West View Shores	west-view-shores	US		0	America/New_York	39.42928	-75.99633	10			MD	015		
4373181	West View Terrace	west-view-terrace	US		0	America/New_York	39.57954	-77.17526	148			MD	013		
4373182	West Vindex	west-vindex	US		0	America/New_York	39.4176	-79.20559	711	Manor,Manor Number One,Vindex,West Vindex		MD	023		
4373183	West White Plains	west-white-plains	US		0	America/New_York	38.58762	-76.96636	58			MD	017		
4373185	West Woods	west-woods	US		0	America/New_York	38.97928	-76.54635	20			MD	003		
4373191	Westbury Acres	westbury-acres	US		0	America/New_York	38.36456	-75.66354	10			MD	045		
4373195	Westchester Square	westchester-square	US		0	America/New_York	39.66038	-76.88859	293			MD	013		
4373196	Westcliffe Manor	westcliffe-manor	US		0	America/New_York	39.33899	-76.98998	176			MD	027		
4373197	Westelee	westelee	US		0	America/New_York	38.83928	-76.52885	2			MD	003		
4373198	Westerlee	westerlee	US		0	America/New_York	39.29205	-76.76414	138			MD	005		
4373201	West Frederick Highlands	west-frederick-highlands	US		0	America/New_York	39.36344	-77.46804	129			MD	021		
4373217	Western Run	western-run	US		0	America/New_York	39.51511	-76.67942	97			MD	005		
4373222	Western Shore Estates	western-shore-estates	US		0	America/New_York	38.48623	-76.49717	19			MD	009		
4373223	Western Shores	western-shores	US		0	America/New_York	38.49151	-76.51134	35			MD	009		
4373229	Westfield Station	westfield-station	US		0	America/New_York	38.56457	-76.62635	25			MD	009		
4373237	Westminister	westminister	US		0	America/New_York	39.64733	-75.96856	121			MD	015		
4373262	Westmore	westmore	US		0	America/New_York	39.0965	-77.15331	140			MD	031		
4373264	Westmoreland Hills	westmoreland-hills	US		0	America/New_York	38.949	-77.10553	61			MD	031		
4373265	Westmoreland Park	westmoreland-park	US		0	America/New_York	38.35373	-75.83854	4			MD	045		
4373271	Westover Hills	westover-hills	US		0	America/New_York	38.37984	-75.61187	9			MD	045		
4373273	Westowne	westowne	US		0	America/New_York	39.28761	-76.7183	143			MD	005		
4373277	Westphalia Estates	westphalia-estates	US		0	America/New_York	38.84456	-76.83747	67			MD	033		
4373291	Westview Park	westview-park	US		0	America/New_York	39.29677	-76.73886	134			MD	005		
4373296	Westwind	westwind	US		0	America/New_York	39.43566	-76.65803	144			MD	005		
4373297	Westwinds	westwinds	US		0	America/New_York	38.96928	-76.51024	15			MD	003		
4373308	Wetheredsville	wetheredsville	US		0	America/New_York	39.31538	-76.7033	76	Wetheredsville,Wetheredville		MD	510		
4373309	Wetheridge Estates	wetheridge-estates	US		0	America/New_York	38.9515	-76.50996	7			MD	003		
4373311	Wetipquin	wetipquin	US		0	America/New_York	38.33679	-75.84715	4	Watepquin,Watipquin,Wetipquin		MD	045		
4373313	Wetherbee	wetherbee	US		0	America/New_York	39.5115	-76.58164	140			MD	005		
4373316	Weverton	weverton	US		0	America/New_York	39.33288	-77.68166	123	Weaverton,Wevers Mills,Weverton,Weverton Heights		MD	043		
4373322	Weyburn Park	weyburn-park	US		0	America/New_York	39.33427	-76.51496	18			MD	005		
4373334	Whayland	whayland	US		0	America/New_York	38.32901	-75.68243	8			MD	045		
4373336	Wheatfield Way	wheatfield-way	US		0	America/New_York	39.24566	-76.80942	128			MD	027		
4373337	Wheatfields	wheatfields	US		0	America/New_York	39.64593	-77.17109	165			MD	013		
4373351	Wheaton Crest	wheaton-crest	US		0	America/New_York	39.04872	-77.05664	118			MD	031		
4373352	Wheaton Forest	wheaton-forest	US		0	America/New_York	39.03816	-77.0472	116			MD	031		
4373354	Wheaton Hills	wheaton-hills	US		0	America/New_York	39.04566	-77.06026	117			MD	031		
4373365	Wheaton Woods	wheaton-woods	US		0	America/New_York	39.07205	-77.08442	102			MD	031		
4373371	Whetstone	whetstone	US		0	America/New_York	39.16816	-77.19415	133			MD	031		
4373376	Whippoorwill Trailer Park	whippoorwill-trailer-park	US		0	America/New_York	39.38261	-76.44274	35			MD	005		
4373377	Whiskey Bottom	whiskey-bottom	US		0	America/New_York	38.97206	-76.56941	15			MD	003		
4373381	Whippoorwill Estates	whippoorwill-estates	US		0	America/New_York	39.09205	-76.52274	8			MD	003		
4373382	Whispering Meadows	whispering-meadows	US		0	America/New_York	39.58538	-77.0197	228			MD	013		
4373383	Whispering Pines	whispering-pines	US		0	America/New_York	39.71761	-76.16467	137			MD	015		
4373384	Whispering Pines	whispering-pines	US		0	America/New_York	39.63426	-77.39721	148			MD	021		
4373385	Whispering Valley	whispering-valley	US		0	America/New_York	39.67094	-76.89387	282			MD	013		
4373386	Whispering Woods	whispering-woods	US		0	America/New_York	39.02928	-76.47441	32			MD	003		
4373387	Whispering Woods	whispering-woods	US		0	America/New_York	39.65427	-76.40524	160			MD	025		
4373388	Whisperren Oaks	whisperren-oaks	US		0	America/New_York	39.49038	-77.2622	201			MD	021		
4373389	Whistling Ridge Estates	whistling-ridge-estates	US		0	America/New_York	39.60982	-77.08026	184			MD	013		
4373394	White Banks	white-banks	US		0	America/New_York	39.00761	-76.158	6			MD	035		
4373395	White Birch Estates	white-birch-estates	US		0	America/New_York	39.65288	-77.15943	167			MD	013		
4373402	White Crystal Beach	white-crystal-beach	US		0	America/New_York	39.44178	-75.97467	9	Crystal Beach,Crystal Beach Manor,White Crystal Beach		MD	015		
4373408	White Flint Springs	white-flint-springs	US		0	America/New_York	39.47149	-77.4561	157			MD	021		
4373412	Whispering Meadows	whispering-meadows	US		0	America/New_York	39.38344	-76.77886	165			MD	005		
4373415	White Hall Terrace	white-hall-terrace	US		0	America/New_York	38.68484	-76.94442	68			MD	033		
4373421	White House Acres	white-house-acres	US		0	America/New_York	38.95789	-76.19412	5			MD	035		
4373422	White House Heights	white-house-heights	US		0	America/New_York	38.91345	-76.89025	27			MD	033		
4373423	White House Park	white-house-park	US		0	America/New_York	39.52372	-76.41691	145			MD	025		
4373424	White Landing	white-landing	US		0	America/New_York	38.67012	-76.70219	7	Gaunts Landing,White Landing		MD	033		
4373429	White Hall Forest	white-hall-forest	US		0	America/New_York	38.67928	-76.99359	34			MD	033		
4373440	White Marsh Station	white-marsh-station	US		0	America/New_York	39.38011	-76.42746	7			MD	005		
4373442	White Marsh Estates	white-marsh-estates	US		0	America/New_York	38.61845	-76.62329	50			MD	009		
4373445	White Oak Crest	white-oak-crest	US		0	America/New_York	39.47233	-76.29801	57			MD	025		
4373446	White Oak Estates	white-oak-estates	US		0	America/New_York	39.18483	-76.96859	169			MD	027		
4373450	White Oak Manor	white-oak-manor	US		0	America/New_York	38.69734	-75.83382	14			MD	019		
4373451	White Oak Manor	white-oak-manor	US		0	America/New_York	39.0165	-76.96248	73			MD	033		
4373454	White Oak Ridge	white-oak-ridge	US		0	America/New_York	39.62371	-76.89192	234			MD	013		
4373462	White Pine Acres	white-pine-acres	US		0	America/New_York	39.48121	-76.95665	216			MD	013		
4373464	White Oak Village	white-oak-village	US		0	America/New_York	38.64512	-76.8808	66			MD	017		
4373471	White Plains Village	white-plains-village	US		0	America/New_York	38.57929	-76.94692	59			MD	017		
4373476	White Point Beach	white-point-beach	US		0	America/New_York	38.22374	-76.62024	5			MD	037		
4373487	White Pines Trailer Park	white-pines-trailer-park	US		0	America/New_York	39.49177	-76.87831	165			MD	013		
4373490	White Rocks	white-rocks	US		0	America/New_York	39.52788	-77.46638	239	Loomanwa,White Rocks		MD	021		
4373492	White Sands	white-sands	US		0	America/New_York	38.42457	-76.47579	27			MD	009		
4373493	White Station	white-station	US		0	America/New_York	38.58123	-76.9497	60			MD	017		
4373496	White Swan Lake	white-swan-lake	US		0	America/New_York	39.51539	-75.7816	4			MD	015		
4373499	Whiteburg	whiteburg	US		0	America/New_York	38.18512	-75.5377	6	Whiteburg,Whiteburg Crossroads,Whiteburgh,Whitesburg		MD	047		
4373505	Whitehall Beach	whitehall-beach	US		0	America/New_York	39.00789	-76.43829	9			MD	003		
4373509	Whitehall Manor	whitehall-manor	US		0	America/New_York	39.01039	-76.42996	6			MD	003		
4373510	Whitehall Manor	whitehall-manor	US		0	America/New_York	38.98261	-77.10998	107			MD	031		
4373513	Whitehaven	whitehaven	US		43	America/New_York	38.26929	-75.79104	1	White Haven,Whitehaven		MD	045		
4373519	Whitehurst	whitehurst	US		0	America/New_York	39.13066	-76.80136	77			MD	027		
4373520	Whiteley	whiteley	US		0	America/New_York	38.57373	-76.11161	3			MD	019		
4373521	Whiteley	whiteley	US		0	America/New_York	38.94706	-76.92803	17			MD	033		
4373522	Whiteleysburg	whiteleysburg	US		0	America/New_York	38.95678	-75.73243	19	Whiteleysburg,Whiteleysburgh		MD	011		
4373524	Whitemarsh Estates	whitemarsh-estates	US		0	America/New_York	39.36122	-76.43218	31			MD	005		
4373526	Whitehall Estates	whitehall-estates	US		0	America/New_York	39.01539	-76.43135	3			MD	003		
4373538	Whitneys Landing	whitneys-landing	US		0	America/New_York	39.07428	-76.58802	1			MD	003		
4373540	Whiton	whiton	US		0	America/New_York	38.28956	-75.37686	8	Locustville,Whiton		MD	045		
4373546	Whittington Park	whittington-park	US		0	America/New_York	38.44456	-75.56354	14			MD	045		
4373550	Wickford	wickford	US		0	America/New_York	39.03733	-77.10803	103			MD	031		
4373551	Wicklow Woods	wicklow-woods	US		0	America/New_York	39.18316	-76.65108	40			MD	003		
4373568	Wicomico Ridge	wicomico-ridge	US		0	America/New_York	38.42485	-76.9208	36			MD	017		
4373572	Wicomico Shores	wicomico-shores	US		0	America/New_York	38.38457	-76.83858	45			MD	037		
4373577	Widgeon	widgeon	US		0	America/New_York	38.25123	-75.7691	5	Wickcowcomaco River,Wickocomeko River,Wicocomaco River,Wicocomeko River,Wicocomoco River,Wicokomeco River,Widgeon		MD	039		
4373582	Wiggins Corner	wiggins-corner	US		0	America/New_York	38.88789	-76.34995	4			MD	035		
4373585	Wil-Mar Acres	wil-mar-acres	US		0	America/New_York	39.62566	-76.84275	249			MD	013		
4373586	Wil-e-lew	wil-e-lew	US		0	America/New_York	38.39373	-75.45686	21			MD	045		
4373588	Wilber Woods	wilber-woods	US		0	America/New_York	39.3151	-77.51693	140			MD	021		
4373590	Wilcher Park	wilcher-park	US		0	America/New_York	38.45012	-75.57465	15			MD	045		
4373592	Wild Goose Landing	wild-goose-landing	US		0	America/New_York	38.56651	-76.65607	9			MD	009		
4373593	Wild Lake Estates	wild-lake-estates	US		0	America/New_York	39.40066	-77.00109	184			MD	013		
4373598	Widow Woods	widow-woods	US		0	America/New_York	38.41374	-76.64968	34			MD	037		
4373602	Wildcat Forest	wildcat-forest	US		0	America/New_York	39.22511	-77.20332	159			MD	031		
4373610	Wildercroft	wildercroft	US		0	America/New_York	38.96928	-76.89442	42			MD	033		
4373613	Wilderness	wilderness	US		0	America/New_York	38.24735	-76.59774	27			MD	037		
4373614	Wilderness Walk	wilderness-walk	US		0	America/New_York	39.23816	-77.20582	170			MD	031		
4373615	Wildewood	wildewood	US		0	America/New_York	38.30013	-76.53107	33			MD	037		
4373623	Wildwood Beach	wildwood-beach	US		0	America/New_York	39.25372	-76.42357	8			MD	005		
4373624	Wildwood Hills	wildwood-hills	US		0	America/New_York	39.01928	-77.1497	87			MD	031		
4373625	Wildwood Manor	wildwood-manor	US		0	America/New_York	39.02372	-77.11831	99			MD	031		
4373630	Wildwoods	wildwoods	US		0	America/New_York	39.38066	-76.80664	165			MD	005		
4373631	Wildwoods	wildwoods	US		0	America/New_York	38.17568	-75.53437	5			MD	047		
4373632	Wilelinor Estates	wilelinor-estates	US		0	America/New_York	38.96817	-76.54163	16			MD	003		
4373639	Wilhelm Park	wilhelm-park	US		0	America/New_York	39.27483	-76.66386	23			MD	510		
4373640	Wilimot Manor	wilimot-manor	US		0	America/New_York	39.51566	-76.9772	259			MD	013		
4373652	Willbrook	willbrook	US		0	America/New_York	38.69178	-76.92164	67			MD	033		
4373653	Willerburn Acres	willerburn-acres	US		0	America/New_York	39.0515	-77.15998	102			MD	031		
4373654	Willerle Manor	willerle-manor	US		0	America/New_York	38.49734	-76.82302	38			MD	017		
4373656	Wiles Estates	wiles-estates	US		0	America/New_York	39.4776	-77.55999	192			MD	021		
4373659	Willett Estates	willett-estates	US		0	America/New_York	39.22483	-77.12054	159			MD	031		
4373680	Williams Contrivance Estates	williams-contrivance-estates	US		0	America/New_York	39.14316	-76.93775	123			MD	027		
4373684	Williams Estates	williams-estates	US		0	America/New_York	39.34066	-76.40496	9			MD	005		
4373686	Williams Heights	williams-heights	US		0	America/New_York	38.82872	-75.85299	7			MD	011		
4373690	Williams Wharf	williams-wharf	US		0	America/New_York	38.44373	-76.58718	16			MD	009		
4373694	Williamsburg (historical)	williamsburg-historical	US		0	America/New_York	38.83067	-76.00772	19	Williamsburg (historical),Williamsburgh		MD	041		
4373695	Williamsburg Estates	williamsburg-estates	US		0	America/New_York	39.00844	-77.20026	106			MD	031		
4373696	Williamsburg Estates	williamsburg-estates	US		0	America/New_York	38.77373	-76.83664	69			MD	033		
4373701	Williamsburg Village	williamsburg-village	US		0	America/New_York	39.14594	-77.07692	141			MD	031		
4373703	Williamsburg Square	williamsburg-square	US		0	America/New_York	39.15594	-77.26915	112			MD	031		
4373715	Williar	williar	US		0	America/New_York	39.50843	-77.40665	127			MD	021		
4373716	Willie Breeze	willie-breeze	US		0	America/New_York	38.62651	-76.53523	46			MD	009		
4373729	Willis Acres	willis-acres	US		0	America/New_York	39.5026	-77.43443	134			MD	021		
4373731	Willoughby Court	willoughby-court	US		0	America/New_York	39.42539	-76.2894	10			MD	025		
4373733	Willoughby Woods	willoughby-woods	US		0	America/New_York	39.42928	-76.26773	8			MD	025		
4373735	Willow Beach Colony	willow-beach-colony	US		0	America/New_York	38.62873	-76.51745	30	Willow Beach Colony,Willow Colony,Willows Beach		MD	009		
4373739	Willow Gate	willow-gate	US		0	America/New_York	38.5429	-76.97886	61			MD	017		
4373740	Willow Glen	willow-glen	US		0	America/New_York	39.35566	-76.73414	133			MD	005		
4373745	Willow Brook Estates	willow-brook-estates	US		0	America/New_York	38.20957	-76.49023	25			MD	037		
4373746	Willow Ridge	willow-ridge	US		0	America/New_York	39.12039	-77.26082	131			MD	031		
4373751	Willowcrest	willowcrest	US		0	America/New_York	39.42788	-77.45165	109			MD	021		
4373752	Willowcrest Gardens	willowcrest-gardens	US		0	America/New_York	39.42149	-77.45026	111			MD	021		
4373753	Willowdale	willowdale	US		0	America/New_York	39.16483	-76.63441	18			MD	003		
4373758	Willowstone	willowstone	US		0	America/New_York	39.53845	-75.85938	14			MD	015		
4373761	Willowbrook Hills	willowbrook-hills	US		0	America/New_York	38.5604	-76.57107	23			MD	009		
4373765	Willson Hills	willson-hills	US		0	America/New_York	39.09539	-77.04109	110	Willson Hills,Wilson Hills		MD	031		
4373766	Willwood	willwood	US		0	America/New_York	39.69872	-76.48385	209			MD	025		
4373771	Wilmers	wilmers	US		0	America/New_York	39.15511	-76.04883	6			MD	035		
4373773	Wilna	wilna	US		0	America/New_York	39.48344	-76.37385	104			MD	025		
4373774	Wilshire	wilshire	US		0	America/New_York	38.95511	-76.48052	11			MD	003		
4373779	Wilson (historical)	wilson-historical	US		0	America/New_York	38.73762	-76.62607	34			MD	009		
4373785	Wilson Mill	wilson-mill	US		0	America/New_York	39.61677	-76.2019	26			MD	025		
4373788	Wilson Point	wilson-point	US		0	America/New_York	39.31594	-76.41774	5			MD	005		
4373797	Wilson Terrace	wilson-terrace	US		0	America/New_York	39.43594	-76.99109	196			MD	013		
4373798	Wilsons Choice	wilsons-choice	US		0	America/New_York	39.70233	-76.49774	193			MD	025		
4373801	Wilton Farm Acres	wilton-farm-acres	US		0	America/New_York	39.30011	-76.82053	144			MD	027		
4373803	Wiltondale	wiltondale	US		0	America/New_York	39.3865	-76.60108	129			MD	005		
4373804	Wilwon Woods	wilwon-woods	US		0	America/New_York	39.55289	-75.92272	60			MD	015		
4373806	Winands Valley Estates	winands-valley-estates	US		0	America/New_York	39.37983	-76.77192	157			MD	005		
4373807	Winans (historical)	winans-historical	US		0	America/New_York	39.23038	-76.69191	11			MD	005		
4373816	Winchester Estates	winchester-estates	US		0	America/New_York	38.96289	-76.19328	3			MD	035		
4373819	Winchester Village	winchester-village	US		0	America/New_York	39.64428	-76.06356	121			MD	015		
4373821	Winchester-on-the-Severn	winchester-on-the-severn	US		0	America/New_York	39.01511	-76.5108	1	Winchester on the Severn,Winchester-on-the-Severn		MD	003		
4373822	Wind Haven Estates	wind-haven-estates	US		0	America/New_York	38.63456	-76.53301	40			MD	009		
4373823	Windbrook	windbrook	US		0	America/New_York	38.71734	-76.94525	47			MD	033		
4373825	Windcliff	windcliff	US		0	America/New_York	38.55345	-76.51634	15			MD	009		
4373826	Windemere	windemere	US		0	America/New_York	39.47011	-76.53858	94			MD	005		
4373827	Windemere Estates	windemere-estates	US		0	America/New_York	39.52928	-76.16773	49			MD	025		
4373828	Windermere Estates	windermere-estates	US		0	America/New_York	39.11733	-76.46857	14			MD	003		
4373829	Windham (historical)	windham-historical	US		0	America/New_York	39.04316	-77.09831	93			MD	031		
4373830	Windham Manor	windham-manor	US		0	America/New_York	39.06178	-76.99637	120			MD	031		
4373831	Windham Manor	windham-manor	US		0	America/New_York	38.33179	-75.5902	10			MD	045		
4373832	Winding Brook Village	winding-brook-village	US		0	America/New_York	39.65789	-75.80077	39			MD	015		
4373833	Winding Brooke	winding-brooke	US		0	America/New_York	38.82456	-76.67135	36			MD	003		
4373834	Winding Creek South	winding-creek-south	US		0	America/New_York	39.67787	-77.63027	176			MD	043		
4373843	Windmill Farm	windmill-farm	US		0	America/New_York	39.08205	-77.26054	101			MD	031		
4373851	Windrush Farm	windrush-farm	US		0	America/New_York	39.0615	-76.52746	11			MD	003		
4373852	Windsong Farms	windsong-farms	US		0	America/New_York	39.39733	-77.14109	224			MD	013		
4373857	Windsor Hills	windsor-hills	US		0	America/New_York	39.314	-76.68108	93			MD	510		
4373860	Windsor Manor	windsor-manor	US		0	America/New_York	38.72456	-76.78497	34			MD	033		
4373862	Windsor Mill Manor	windsor-mill-manor	US		0	America/New_York	39.33261	-76.73164	136			MD	005		
4373863	Windsor Park	windsor-park	US		0	America/New_York	38.80484	-76.82719	57			MD	033		
4373864	Windsor Terrace	windsor-terrace	US		0	America/New_York	39.31038	-76.71192	107			MD	005		
4373865	Windsor View	windsor-view	US		0	America/New_York	39.55371	-77.12693	140			MD	013		
4373866	Windsor Village	windsor-village	US		0	America/New_York	39.61483	-75.82327	8			MD	015		
4373867	Windswept Estates	windswept-estates	US		0	America/New_York	39.11261	-76.69414	36			MD	003		
4373868	Windtree Valley	windtree-valley	US		0	America/New_York	39.67983	-76.64803	218			MD	005		
4373869	Windward Cove	windward-cove	US		0	America/New_York	38.90567	-76.19273	6			MD	035		
4373870	Windward Key	windward-key	US		0	America/New_York	38.69262	-76.53357	0			MD	009		
4373871	Windwood	windwood	US		0	America/New_York	39.26455	-76.75969	135			MD	005		
4373872	Windy Hill	windy-hill	US		0	America/New_York	39.39788	-77.37999	98			MD	021		
4373875	Windy Knolls	windy-knolls	US		0	America/New_York	39.11039	-76.61691	48			MD	003		
4373876	Windy Oaks	windy-oaks	US		0	America/New_York	38.76428	-76.75802	58			MD	033		
4373877	Windyhill	windyhill	US		0	America/New_York	38.6815	-75.97744	5	Windy Hill,Windyhill		MD	041		
4373878	Wine Bel Valley	wine-bel-valley	US		0	America/New_York	39.70121	-76.85109	220			MD	013		
4373880	Windsor Estates	windsor-estates	US		0	America/New_York	39.35121	-77.47276	130			MD	021		
4373885	Winfield Heights	winfield-heights	US		0	America/New_York	39.46121	-77.05693	245			MD	013		
4373886	Winfield Woods	winfield-woods	US		0	America/New_York	39.45927	-77.04915	259			MD	013		
4373897	Wings Landing	wings-landing	US		0	America/New_York	38.784	-75.93771	1	Wing Landing,Wings Landing		MD	011		
4373900	Winpenny Tell	winpenny-tell	US		0	America/New_York	39.47288	-77.44971	164			MD	021		
4373901	Winsome Heights	winsome-heights	US		0	America/New_York	39.58538	-76.90248	235			MD	013		
4373902	Winsten Estates	winsten-estates	US		0	America/New_York	39.31316	-76.77247	142			MD	005		
4373907	Winter Run	winter-run	US		0	America/New_York	39.43149	-77.47276	169			MD	021		
4373910	Winterberry	winterberry	US		0	America/New_York	39.58066	-76.90359	251			MD	013		
4373912	Winterborn	winterborn	US		0	America/New_York	39.41399	-77.49304	196			MD	021		
4373914	Winters Run	winters-run	US		0	America/New_York	39.5265	-76.39274	120			MD	025		
4373920	Winterseat	winterseat	US		0	America/New_York	38.36596	-76.58774	43			MD	037		
4373921	Winthrop (historical)	winthrop-historical	US		0	America/New_York	38.55262	-77.23193	9			MD	017		
4373927	Wiseburg	wiseburg	US		0	America/New_York	39.62205	-76.65775	174	Weisburg,Wiseburg		MD	005		
4373929	Wistmans Delight	wistmans-delight	US		0	America/New_York	39.5151	-77.53165	294			MD	021		
4373931	Withernsea	withernsea	US		0	America/New_York	38.93067	-76.58163	6			MD	003		
4373937	Wivell Estates	wivell-estates	US		0	America/New_York	39.66899	-77.37304	180			MD	021		
4373938	Woburn Estates	woburn-estates	US		0	America/New_York	39.51177	-77.79555	136			MD	043		
4373940	Wolf Acres	wolf-acres	US		0	America/New_York	39.07094	-77.00831	128			MD	031		
4373945	Wolf Hill	wolf-hill	US		0	America/New_York	39.57677	-76.84553	233			MD	013		
4373947	Wolf Den Spring	wolf-den-spring	US		0	America/New_York	39.34066	-77.23026	208			MD	021		
4373953	Wolfe Mill	wolfe-mill	US		0	America/New_York	39.67342	-78.72474	205	Wolf Mill,Wolfe Mill		MD	001		
4373954	Wolfes Overlook	wolfes-overlook	US		0	America/New_York	39.52066	-77.55332	237			MD	021		
4373959	Wolfs Den	wolfs-den	US		0	America/New_York	39.57343	-77.26359	170			MD	021		
4373960	Wolfs Mill	wolfs-mill	US		0	America/New_York	39.65843	-77.12221	139	Spanglers Mill,Wolfs Mill		MD	013		
4373961	Wolfsville	wolfsville	US		0	America/New_York	39.57427	-77.55054	314	Wolf-Ville,Wolfsville		MD	021		
4373963	Wolfsville Crossing	wolfsville-crossing	US		0	America/New_York	39.53288	-77.59499	316			MD	021		
4373972	Wood Acres	wood-acres	US		0	America/New_York	38.96817	-77.12359	95			MD	031		
4373975	Wood Haven Park	wood-haven-park	US		0	America/New_York	38.51179	-76.95414	39			MD	017		
4373977	Wood Point	wood-point	US		0	America/New_York	39.66065	-77.7386	192			MD	043		
4373980	Wood Duck Isle	wood-duck-isle	US		0	America/New_York	38.37484	-75.13713	3			MD	047		
4373982	Woodale Homes	woodale-homes	US		0	America/New_York	39.46705	-76.30912	65			MD	025		
4373983	Woodberry	woodberry	US		0	America/New_York	39.33177	-76.64941	65			MD	510		
4373984	Woodberry Beach	woodberry-beach	US		0	America/New_York	38.32291	-76.85775	4			MD	017		
4373989	Woodbine Acres	woodbine-acres	US		0	America/New_York	39.41399	-77.04693	237			MD	013		
4373996	Woodbridge Center	woodbridge-center	US		0	America/New_York	39.42955	-76.32496	40			MD	025		
4373998	Woodbridge Valley	woodbridge-valley	US		0	America/New_York	39.29761	-76.76386	136			MD	005		
4373999	Woodbrook	woodbrook	US		0	America/New_York	39.37955	-76.62719	123			MD	005		
4374000	Woodbrook	woodbrook	US		0	America/New_York	39.52094	-76.19329	63			MD	025		
4374002	Woodburn on the Potomac	woodburn-on-the-potomac	US		0	America/New_York	39.52371	-77.81638	126			MD	043		
4374003	Woodbury Acres	woodbury-acres	US		0	America/New_York	38.91067	-76.17439	4			MD	035		
4374004	Woodbyran Farms	woodbyran-farms	US		0	America/New_York	39.08733	-77.30998	115			MD	031		
4374006	Woodcrest	woodcrest	US		0	America/New_York	39.19983	-76.61913	41			MD	003		
4374007	Woodcrest	woodcrest	US		0	America/New_York	39.45177	-77.60054	220			MD	021		
4374008	Woodcrest	woodcrest	US		0	America/New_York	39.48622	-76.38385	114			MD	025		
4374009	Woodcrest Gardens	woodcrest-gardens	US		0	America/New_York	39.19594	-76.62052	36			MD	003		
4374010	Woodcrest Shores	woodcrest-shores	US		0	America/New_York	39.56456	-75.86383	19			MD	015		
4374011	Woodcrest Village	woodcrest-village	US		0	America/New_York	39.62232	-77.7161	155			MD	043		
4374012	Woodcroft	woodcroft	US		0	America/New_York	39.39233	-76.53802	108			MD	005		
4374013	Wooddale Farms	wooddale-farms	US		0	America/New_York	39.55844	-76.59858	150			MD	005		
4374014	Wooded Acres	wooded-acres	US		0	America/New_York	39.47649	-77.46804	222			MD	021		
4374015	Wooded Valley Estates	wooded-valley-estates	US		0	America/New_York	38.74484	-76.62024	42			MD	003		
4374016	Woodenhawk Pines	woodenhawk-pines	US		0	America/New_York	38.77067	-75.72215	11			MD	011		
4374017	Woodensburg	woodensburg	US		0	America/New_York	39.50566	-76.83414	216			MD	005		
4374018	Woodfield	woodfield	US		0	America/New_York	39.54177	-76.43302	159			MD	025		
4374019	Woodfield	woodfield	US		0	America/New_York	39.24677	-77.19054	183			MD	031		
4374020	Woodfield	woodfield	US		0	America/New_York	38.3204	-75.5802	12			MD	045		
4374022	Woodglen Farms	woodglen-farms	US		0	America/New_York	39.49394	-76.84014	201			MD	005		
4374024	Woodholme	woodholme	US		0	America/New_York	39.12955	-76.58746	23			MD	003		
4374027	Woodhome Heights	woodhome-heights	US		0	America/New_York	39.36983	-76.54552	97			MD	510		
4374031	Woodland Acres	woodland-acres	US		0	America/New_York	38.5904	-76.64135	37			MD	009		
4374032	Woodland Acres	woodland-acres	US		0	America/New_York	38.55901	-75.99438	7			MD	019		
4374033	Woodland Acres	woodland-acres	US		0	America/New_York	38.30485	-76.51412	35			MD	037		
4374034	Woodland Beach	woodland-beach	US		0	America/New_York	39.14955	-76.50218	8			MD	003		
4374035	Woodland Beach	woodland-beach	US		0	America/New_York	38.93234	-76.55329	11	London Towne,Londontowne,Woodland Beach		MD	003		
4374037	Wood-N-Dale Estates	wood-n-dale-estates	US		0	America/New_York	38.45957	-76.75524	41			MD	037		
4374042	Woodland Heights	woodland-heights	US		0	America/New_York	39.69065	-77.28526	134			MD	021		
4374045	Woodland Point	woodland-point	US		0	America/New_York	38.27624	-76.88164	2			MD	017		
4374047	Woodland Run	woodland-run	US		0	America/New_York	39.47316	-76.28996	34			MD	025		
4374049	Woodland Village	woodland-village	US		0	America/New_York	39.2015	-76.78414	99			MD	027		
4374050	Woodland Way	woodland-way	US		0	America/New_York	39.53621	-77.57749	222			MD	021		
4374052	Woodlands	woodlands	US		0	America/New_York	39.38566	-76.81636	177			MD	005		
4374053	Woodlands	woodlands	US		0	America/New_York	39.66898	-77.73222	195			MD	043		
4374062	Woodlawn Farms	woodlawn-farms	US		0	America/New_York	38.72539	-76.63996	34			MD	009		
4374064	Woodlawn Heights	woodlawn-heights	US		0	America/New_York	39.19261	-76.64913	38			MD	003		
4374071	Woodlawn Village	woodlawn-village	US		0	America/New_York	39.42316	-77.46138	115			MD	021		
4374072	Woodlea	woodlea	US		0	America/New_York	39.444	-76.35246	39			MD	025		
4374074	Woodleigh	woodleigh	US		0	America/New_York	39.20316	-76.87275	122			MD	027		
4374075	Woodley Gardens	woodley-gardens	US		0	America/New_York	39.09844	-77.17276	132			MD	031		
4374081	Woodlore	woodlore	US		0	America/New_York	39.00122	-76.55135	36			MD	003		
4374082	Woodlyn Heights	woodlyn-heights	US		0	America/New_York	39.69455	-76.09273	107			MD	015		
4374083	Woodlyn Meadows	woodlyn-meadows	US		0	America/New_York	39.49039	-76.41607	135			MD	025		
4374084	Woodmark	woodmark	US		0	America/New_York	39.27372	-76.93525	137			MD	027		
4374085	Woodmont	woodmont	US		0	America/New_York	39.49511	-76.54719	177			MD	005		
4374086	Woodmont	woodmont	US		0	America/New_York	38.98983	-77.09859	103			MD	031		
4374087	Woodmont	woodmont	US		0	America/New_York	39.63176	-78.30418	147			MD	043		
4374093	Woodmoor	woodmoor	US		0	America/New_York	39.33844	-76.73303	138			MD	005		
4374094	Woodmoor	woodmoor	US		0	America/New_York	39.024	-77.01109	90	Woodmoor		MD	031		
4374095	Woodmoor	woodmoor	US		0	America/New_York	39.61287	-77.75888	175			MD	043		
4374100	Woodmore	woodmore	US		3936	America/New_York	38.92122	-76.80303	50	Woodmoor,Woodmore		MD	033		
4374105	Woodland Farms	woodland-farms	US		0	America/New_York	38.76262	-76.0955	5			MD	041		
4374107	Woodridge Acres	woodridge-acres	US		0	America/New_York	38.55873	-76.78163	48			MD	017		
4374109	Woodridge Manor	woodridge-manor	US		0	America/New_York	39.50566	-76.37746	125			MD	025		
4374112	Woods at Bay Country	woods-at-bay-country	US		0	America/New_York	39.36844	-76.36996	4			MD	005		
4374113	Woods Corner	woods-corner	US		0	America/New_York	38.82178	-76.92081	82			MD	033		
4374114	Woods Edge	woods-edge	US		0	America/New_York	39.13483	-76.62913	18			MD	003		
4374115	Woods Edge	woods-edge	US		0	America/New_York	39.23289	-76.16828	12			MD	029		
4374116	Woods Edge	woods-edge	US		0	America/New_York	38.36067	-75.69826	7			MD	045		
4374118	Woods Landing	woods-landing	US		0	America/New_York	39.03039	-76.4344	6			MD	003		
4374121	Woods of Shannon	woods-of-shannon	US		0	America/New_York	39.15011	-76.57858	15			MD	003		
4374128	Woodsbrook	woodsbrook	US		0	America/New_York	39.55844	-76.48969	164			MD	025		
4374129	Woodsdale	woodsdale	US		0	America/New_York	39.46205	-76.30524	34			MD	025		
4374130	Woodsdale Meadows	woodsdale-meadows	US		0	America/New_York	39.46122	-76.30857	37			MD	025		
4374135	Woodside Estates	woodside-estates	US		0	America/New_York	39.29399	-77.02609	177			MD	027		
4374136	Woodside Forest	woodside-forest	US		0	America/New_York	39.009	-77.0347	106			MD	031		
4374137	Woodside Park	woodside-park	US		0	America/New_York	39.0065	-77.03025	98			MD	031		
4374140	Woodside Square	woodside-square	US		0	America/New_York	39.14039	-76.64747	39			MD	003		
4374143	Woodside View	woodside-view	US		0	America/New_York	38.74595	-76.61579	39			MD	003		
4374147	Woodspring	woodspring	US		0	America/New_York	39.39177	-77.25665	165			MD	021		
4374152	Woodstream	woodstream	US		0	America/New_York	39.06067	-76.09884	14			MD	035		
4374153	Woodsworth Estates	woodsworth-estates	US		0	America/New_York	39.38899	-77.29693	172			MD	021		
4374155	Woodvalley	woodvalley	US		0	America/New_York	39.16566	-76.85442	94			MD	027		
4374158	Woods	woods	US		0	America/New_York	39.48288	-77.46276	174			MD	021		
4374159	Woodville Terrace	woodville-terrace	US		0	America/New_York	39.38983	-77.19026	229			MD	021		
4374164	Woodward Square	woodward-square	US		0	America/New_York	39.319	-76.46996	11			MD	005		
4374165	Woodwind Estates	woodwind-estates	US		0	America/New_York	38.60512	-76.55162	23			MD	009		
4374166	Woodyard	woodyard	US		0	America/New_York	38.78595	-76.84275	60			MD	033		
4374169	Wooldlawn Heights	wooldlawn-heights	US		0	America/New_York	39.6265	-76.07467	135			MD	015		
4374172	Woodville Meadows	woodville-meadows	US		0	America/New_York	39.4101	-77.17859	158			MD	021		
4374186	Workmans Mill	workmans-mill	US		0	America/New_York	39.44232	-77.39943	84			MD	021		
4374194	Worthington Club Estates	worthington-club-estates	US		0	America/New_York	39.46788	-76.73581	203			MD	005		
4374196	Worthington Glen	worthington-glen	US		0	America/New_York	39.45399	-76.79136	185			MD	005		
4374197	Worthington Greens	worthington-greens	US		0	America/New_York	39.46649	-76.74775	214			MD	005		
4374198	Worthington Heights	worthington-heights	US		0	America/New_York	39.52789	-76.32246	69			MD	025		
4374199	Worthington Manor	worthington-manor	US		0	America/New_York	39.52261	-76.70775	133			MD	005		
4374200	Worthington Meadows	worthington-meadows	US		0	America/New_York	39.46427	-76.81081	201			MD	005		
4374201	Worthington Park	worthington-park	US		0	America/New_York	39.45983	-76.77609	220			MD	005		
4374202	Worthington Place South	worthington-place-south	US		0	America/New_York	39.42455	-76.78303	167			MD	005		
4374203	Worthington Ridge	worthington-ridge	US		0	America/New_York	39.47066	-76.73831	203			MD	005		
4374204	Worthington Run	worthington-run	US		0	America/New_York	39.45844	-76.79136	197			MD	005		
4374206	Worth Acres	worth-acres	US		0	America/New_York	39.47594	-76.91387	182			MD	013		
4374215	Woytych	woytych	US		0	America/New_York	39.00122	-76.55357	41			MD	003		
4374217	Wright Acres	wright-acres	US		0	America/New_York	39.40955	-76.90692	151			MD	013		
4374220	Worton Heights	worton-heights	US		0	America/New_York	39.27955	-76.13856	12			MD	029		
4374233	Wrights Crossing	wrights-crossing	US		0	America/New_York	39.63953	-78.92919	569			MD	001		
4374234	Wrights Trailer Village	wrights-trailer-village	US		0	America/New_York	39.48705	-76.19579	12			MD	025		
4374235	Wrights Wharf	wrights-wharf	US		0	America/New_York	38.71178	-75.90827	14	Wright Wharf,Wrights Wharf		MD	011		
4374239	Wuthering Heights	wuthering-heights	US		0	America/New_York	38.75539	-76.57468	23			MD	003		
4374240	Wye Acres	wye-acres	US		0	America/New_York	38.89456	-76.18023	4			MD	035		
4374242	Wye Creek	wye-creek	US		0	America/New_York	39.38149	-77.48721	127			MD	021		
4374245	Wye Heights	wye-heights	US		0	America/New_York	38.88095	-76.09883	10			MD	041		
4374249	Wye Landing	wye-landing	US		0	America/New_York	38.89234	-76.10272	1	Emersons Landing,Wye Landing		MD	035		
4374262	Wye Harbor	wye-harbor	US		0	America/New_York	38.96539	-76.16828	5			MD	035		
4374266	Wyn Lea at Fair Hill	wyn-lea-at-fair-hill	US		0	America/New_York	39.6965	-75.90439	112			MD	015		
4374268	Wyndham Woods	wyndham-woods	US		0	America/New_York	39.11066	-76.90386	118			MD	033		
4374269	Wynfield	wynfield	US		0	America/New_York	39.29455	-76.94137	168			MD	027		
4374270	Wyngate	wyngate	US		0	America/New_York	39.01067	-77.1222	98			MD	031		
4374280	Wye River Farms	wye-river-farms	US		0	America/New_York	38.95011	-76.16217	5			MD	035		
4374282	Yarrowsburg	yarrowsburg	US		133	America/New_York	39.37455	-77.6836	184			MD	043		
4374284	Yeager	yeager	US		0	America/New_York	39.39732	-77.30443	160			MD	021		
4374285	Yellow Bank	yellow-bank	US		0	America/New_York	38.26068	-76.8008	4			MD	037		
4374296	Yeoho	yeoho	US		0	America/New_York	39.57149	-76.72164	213	Yeoho,Yeohoe		MD	005		
4374300	York Ridge	york-ridge	US		0	America/New_York	39.41122	-76.63997	128			MD	005		
4374301	Yorke (historical)	yorke-historical	US		0	America/New_York	38.88734	-76.07467	14			MD	041		
4374302	Yorkland	yorkland	US		0	America/New_York	39.53566	-76.93387	244			MD	013		
4374303	Yorkleigh	yorkleigh	US		0	America/New_York	39.38677	-76.60608	141			MD	005		
4374306	Yorkshire Knolls	yorkshire-knolls	US		0	America/New_York	38.89122	-76.88581	46			MD	033		
4374315	Young Mans Fancy	young-mans-fancy	US		0	America/New_York	39.71094	-76.79581	238			MD	013		
4374323	Yellow Pine Estates	yellow-pine-estates	US		0	America/New_York	39.44816	-76.95748	176			MD	013		
4374324	Zeman	zeman	US		0	America/New_York	39.11539	-76.60635	41			MD	003		
4374326	Ziegler Estates	ziegler-estates	US		0	America/New_York	39.52566	-77.42887	142			MD	021		
4374329	Zihlman	zihlman	US		362	America/New_York	39.66814	-78.91502	486	Allegany,Allegany Mines,Allegany Station,Little Allegany,Zihlman		MD	001		
4374332	Zion Acres	zion-acres	US		0	America/New_York	39.67539	-75.96856	113			MD	015		
4374379	Zipprian Estates	zipprian-estates	US		0	America/New_York	39.54677	-76.91359	234			MD	013		
4374381	Zittlestown	zittlestown	US		0	America/New_York	39.48538	-77.62388	304	Bolivar,Zittlestown		MD	043		
4374402	Aaron	aaron	US		0	America/Chicago	38.42307	-94.15383	272			MO	013	48746	
4374405	Abadyl	abadyl	US		0	America/Chicago	37.03839	-92.94712	402			MO	043	09010	
4374406	Abattis (historical)	abattis-historical	US		0	America/Chicago	38.81699	-91.39183	172			MO	219	08362	
4374409	Zekiah Valley	zekiah-valley	US		0	America/New_York	38.57068	-76.85747	54			MD	017		
4374422	Abesville	abesville	US		0	America/Chicago	36.83978	-93.37074	347			MO	209	45182	
4374439	Acorn Corner	acorn-corner	US		0	America/Chicago	36.0884	-89.77064	79			MO	155	56846	
4374441	Acorn Ridge	acorn-ridge	US		0	America/Chicago	36.91339	-90.05815	118	Acorn Ridge,Acornridge		MO	207	52040	
4374453	Adam Ford	adam-ford	US		0	America/Chicago	37.62838	-92.32878	280			MO	105	26596	
4374482	Adelbert (historical)	adelbert-historical	US		0	America/Chicago	37.97088	-90.71013	250			MO	221	75040	
4374496	Adonis	adonis	US		0	America/Chicago	37.79642	-93.36325	263			MO	167	45164	
4374513	Affton	affton	US		20307	America/Chicago	38.55061	-90.33317	188	aftn  myzwry,aftwn,أفتون,افتن، میزوری		MO	189	16048	
4374526	Agnes	agnes	US		0	America/Chicago	37.51227	-92.4985	353			MO	105	25660	
4374529	Aholt	aholt	US		0	America/Chicago	39.26447	-92.90491	189			MO	041	13204	
4374533	Aikinsville	aikinsville	US		0	America/Chicago	38.55808	-92.83631	302	Aikinsville,Akinsville		MO	141	48170	
4374535	Air Line Junction	air-line-junction	US		0	America/Chicago	39.12195	-94.49773	226			MO	095	06490	
4374537	Airline Acres	airline-acres	US		0	America/Chicago	36.80339	-89.35813	94	Airline Acres,Challenor		MO	133	64406	
4374538	Airport Drive	airport-drive	US		844	America/Chicago	37.14256	-94.51078	293			MO	097	26236	
4374554	Alamode (historical)	alamode-historical	US		0	America/Chicago	37.3131	-90.99624	266			MO	179	43598	
4374558	Albatross	albatross	US		0	America/Chicago	37.18922	-93.8391	377			MO	109	42806	
4374563	Aid	aid	US		0	America/Chicago	36.877	-90.04121	118			MO	207	11980	
4374602	Alfalfa Center	alfalfa-center	US		0	America/Chicago	36.96311	-89.20729	97	Alfalfa Center,Birds Mill		MO	133	54128	
4374620	All Saints Village	all-saints-village	US		0	America/Chicago	38.76061	-90.66151	158			MO	183	18244	
4374621	Allbright	allbright	US		0	America/Chicago	37.32894	-90.22678	148	Albright,Allbright		MO	123	05410	
4374647	Allen Ford	allen-ford	US		0	America/Chicago	36.53728	-91.51792	160			MO	149	72844	
4374656	Allen Mills	allen-mills	US		0	America/Chicago	37.50449	-90.69484	269			MO	093	42158	
4374669	Allenville	allenville	US		119	America/Chicago	37.22172	-89.75759	108			MO	031	33454	
4374672	Alley	alley	US		0	America/Chicago	37.15227	-91.44347	214			MO	203	22294	
4374677	Alley Spring	alley-spring	US		0	America/Chicago	37.14422	-91.44403	207			MO	203	22294	
4374705	Almartha	almartha	US		0	America/Chicago	36.76423	-92.51711	284			MO	153	03412	
4374706	Almon	almon	US		0	America/Chicago	37.95809	-93.09464	254	Almon,Gooseneck,Yates Valley		MO	085	70378	
4374716	Alsup	alsup	US		0	America/Chicago	37.3981	-93.30547	327			MO	077		
4374725	Althea	althea	US		0	America/Chicago	36.64145	-92.22877	190			MO	153	18568	
4374727	Altheim	altheim	US		0	America/Chicago	38.63144	-90.4879	203			MO	189	48989	
4374755	Ameera (historical)	ameera-historical	US		0	America/Chicago	36.767	-93.0949	304			MO	213	71818	
4374780	Amos	amos	US		0	America/Chicago	38.01587	-94.58023	250			MO	217	31672	
4374789	Amy	amy	US		0	America/Chicago	36.60562	-92.00376	361			MO	091	04690	
4374874	Ann	ann	US		0	America/Chicago	37.03089	-92.19738	315			MO	067	80710	
4374881	Angus	angus	US		0	America/Chicago	36.6345	-90.48372	95	Angus,Eastwood Switch,Schraeder		MO	023	51392	
4374885	Anthonies Mill	anthonies-mill	US		0	America/Chicago	38.07977	-91.08625	218			MO	221	37484	
4374960	Antler (historical)	antler-historical	US		0	America/Chicago	37.21672	-92.2935	457			MO	229	80728	
4374964	Antonia	antonia	US		0	America/Chicago	38.36255	-90.46568	155	Antonia,Bulltown		MO	099	34358	
4374969	Anutt	anutt	US		0	America/Chicago	37.71588	-91.71988	368			MO	065	77830	
4374970	Apache Flats	apache-flats	US		0	America/Chicago	38.58364	-92.29963	200			MO	051	36764	
4375004	Aptus	aptus	US		0	America/Chicago	38.04033	-90.84847	210			MO	221	42392	
4375010	Arbor	arbor	US		0	America/Chicago	37.15922	-89.80231	102			MO	031	78280	
4375012	Arbor Terrace	arbor-terrace	US		0	America/Chicago	38.70005	-90.28345	189			MO	189	52814	
4375029	Ardath	ardath	US		0	America/Chicago	37.61005	-94.60524	267	Ardath,Scotts Spur		MO	011	41618	
4375033	Ardeola	ardeola	US		0	America/Chicago	37.00116	-89.85287	110			MO	207	57548	
4375034	Arditta	arditta	US		0	America/Chicago	36.61645	-92.06265	331			MO	091	04690	
4375041	Argo	argo	US		0	America/Chicago	38.18394	-91.33043	291			MO	055	53696	
4375043	Argola	argola	US		0	America/Chicago	39.99754	-91.78711	210			MO	111	65270	
4375068	Armstrong Quarry	armstrong-quarry	US		0	America/Chicago	36.5198	-94.48327	257			MO	119	21794	
4375073	Argentville	argentville	US		0	America/Chicago	39.01616	-90.79818	191			MO	113	49322	
4375081	Arnica	arnica	US		0	America/Chicago	37.7517	-93.70854	285	Arnica,Fincastle		MO	039	36728	
4375084	Arno	arno	US		0	America/Chicago	36.93978	-92.74711	328			MO	067	77398	
4375106	Arnsberg	arnsberg	US		0	America/Chicago	37.56977	-89.7776	146			MO	031	01450	
4375109	Aroma	aroma	US		0	America/Chicago	36.86368	-94.26466	373			MO	145	28126	
4375114	Arroll	arroll	US		0	America/Chicago	37.10755	-91.72653	366			MO	215	18334	
4375117	Arrow Point	arrow-point	US		88	America/Chicago	36.54479	-93.61936	324			MO	009	79522	
4375121	Arrowhead	arrowhead	US		0	America/Chicago	38.18114	-92.62824	252			MO	131	27244	
4375123	Arrowhead Beach	arrowhead-beach	US		0	America/Chicago	38.18003	-92.62963	248			MO	131	27244	
4375148	Arthur Spring Ford	arthur-spring-ford	US		0	America/Chicago	38.20588	-91.56794	235			MO	073	07480	
4375165	Ascalon	ascalon	US		0	America/Chicago	38.70088	-90.40956	200			MO	189	47918	
4375175	Ash Hill	ash-hill	US		0	America/Chicago	36.77561	-90.23316	101			MO	023	02224	
4375195	Ashcroft Addition	ashcroft-addition	US		0	America/Chicago	36.74422	-90.38955	100	Ashcroft Addition,Dog Town		MO	023	59114	
4375214	Asherville	asherville	US		0	America/Chicago	36.89866	-90.18732	136	Asherville,Saint Francoisville		MO	207	20260	
4375217	Ashland (historical)	ashland-historical	US		0	America/Chicago	38.45644	-90.6818	148			MO	099	47414	
4375232	Ashley Creek	ashley-creek	US		0	America/Chicago	37.4031	-91.68848	293			MO	215	36170	
4375242	Aspenhoff	aspenhoff	US		0	America/Chicago	38.70144	-91.15154	190			MO	219	13402	
4375244	Asper	asper	US		0	America/Chicago	39.60558	-93.47771	236			MO	033	70882	
4375271	Atchley (historical)	atchley-historical	US		0	America/Chicago	37.73671	-92.70657	353			MO	105	70072	
4375303	Atwell	atwell	US		0	America/Chicago	38.03837	-92.21267	286	Atwell,Cross Roads		MO	131	61778	
4375311	Aud	aud	US		0	America/Chicago	38.58032	-91.72073	195			MO	151	04762	
4375313	Ashton (historical)	ashton-historical	US		0	America/Chicago	39.72194	-94.83441	303			MO	021	77236	
4375341	Aullville	aullville	US		98	America/Chicago	39.01779	-93.67799	222			MO	107	25858	
4375354	Aurora Springs	aurora-springs	US		0	America/Chicago	38.32475	-92.58519	274			MO	131	25678	
4375373	Austria (historical)	austria-historical	US		0	America/Chicago	37.84949	-91.55487	348			MO	161	47432	
4375387	Avalon Park	avalon-park	US		0	America/Chicago	37.32616	-93.26269	367			MO	077		
4375388	Avenue City	avenue-city	US		0	America/Chicago	39.86333	-94.75719	272			MO	003	49286	
4375390	Avert	avert	US		0	America/Chicago	36.9295	-89.84787	101			MO	207	11980	
4375392	Avery (historical)	avery-historical	US		0	America/Chicago	38.05338	-91.28292	264			MO	055	42086	
4375437	Babbtown	babbtown	US		0	America/Chicago	38.33893	-92.13851	278			MO	151	35972	
4375440	Bachelor	bachelor	US		0	America/Chicago	38.99337	-91.77212	252			MO	027	35612	
4375456	Bacon	bacon	US		0	America/Chicago	38.70864	-92.45352	179			MO	135	76642	
4375469	Baderville	baderville	US		0	America/Chicago	36.5545	-89.73703	84	Badersville,Baderville		MO	143	15832	
4375473	Bado	bado	US		0	America/Chicago	37.26922	-92.12349	366			MO	215	50042	
4375479	Bagnell	bagnell	US		95	America/Chicago	38.2267	-92.60157	176			MO	131	25678	
4375490	Bahner	bahner	US		0	America/Chicago	38.56946	-93.12854	270			MO	159	39926	
4375139	Arthur	arthur	US	37707	0	America/Chicago	38.01309	-94.36939	232			MO	217	55226	
4375535	Baker (historical)	baker-historical	US		0	America/Chicago	38.19808	-93.58993	215			MO	185	36080	
4375591	Bakersville (historical)	bakersville-historical	US		0	America/Chicago	38.56948	-92.0224	163			MO	027	16642	
4375592	Bakerville	bakerville	US		0	America/Chicago	36.23396	-89.91787	78			MO	155	56450	
4375669	Baltimore Settlement	baltimore-settlement	US		0	America/Chicago	38.60977	-91.24182	227			MO	071	06796	
4375673	Bangert	bangert	US		0	America/Chicago	37.77115	-91.51598	372	Avery,Avery Station,Bangert		MO	065	67664	
4375695	Bannister Ford	bannister-ford	US		0	America/Chicago	38.0417	-92.98491	209			MO	029	63668	
4375731	Bardley	bardley	US		0	America/Chicago	36.69422	-91.1218	238			MO	181	57728	
4375739	Bark Camp (historical)	bark-camp-historical	US		0	America/Chicago	36.25256	-90.08898	81			MO	069	34390	
4375754	Barkley	barkley	US		0	America/Chicago	39.73643	-91.5096	193	Barkley,Barkleys		MO	127	48278	
4375770	Barlow (historical)	barlow-historical	US		0	America/Chicago	37.01394	-90.61401	128			MO	223	48404	
4375843	Barnumton	barnumton	US		0	America/Chicago	38.11003	-92.93658	296			MO	029	00190	
4375858	Barren (historical)	barren-historical	US		0	America/Chicago	36.82811	-91.01429	141			MO	035	38162	
4375878	Barretts	barretts	US		0	America/Chicago	38.57172	-90.46012	156			MO	189	60363	
4375919	Baryties	baryties	US		0	America/Chicago	38.062	-90.65846	200			MO	221	38882	
4375928	Bass	bass	US		0	America/Chicago	38.43198	-92.32518	253			MO	051	14032	
4375938	Bassinger Corner	bassinger-corner	US		0	America/Chicago	39.28087	-91.64433	232			MO	007	59474	
4375940	Bassville	bassville	US		0	America/Chicago	37.34449	-93.13241	386			MO	077		
4375953	Bates Corner	bates-corner	US		0	America/Chicago	36.65423	-93.80881	465	Bates Corner,Smalleys Corner		MO	009	24436	
4375960	Bates Creek Camp	bates-creek-camp	US		0	America/Chicago	37.90616	-90.82152	300			MO	221	08254	
4375979	Battlefield	battlefield	US		6001	America/Chicago	37.11561	-93.37019	388			MO	077	03598	
4376043	Bayfield (historical)	bayfield-historical	US		0	America/Chicago	39.78194	-94.59607	270			MO	063	77380	
4376049	Bayouville	bayouville	US		0	America/Chicago	36.65117	-89.36424	92			MO	143	64460	
4376058	Beal	beal	US		0	America/Chicago	37.11366	-91.09596	165			MO	203	22294	
4376073	Bean Lake Station	bean-lake-station	US		0	America/Chicago	39.49777	-95.00413	240	Bean Lake,Bean Lake Station		MO	165	46298	
4376225	Beck	beck	US		0	America/Chicago	38.41172	-90.3829	175			MO	099	01975	
4376246	Beckett (historical)	beckett-historical	US		0	America/Chicago	38.94283	-90.43456	131			MO	183	62112	
4376270	Bedwell	bedwell	US		0	America/Chicago	37.26838	-91.01929	264			MO	179	43598	
4376303	Bee Fork	bee-fork	US		0	America/Chicago	37.44144	-91.08457	279			MO	179	11530	
4376350	Bel-Nor	bel-nor	US		1482	America/Chicago	38.702	-90.31678	193	Behl-Nor,Bel-Nor,byl nwr,Бел-Нор,Бэл-Нор,بيل نور		MO	189	52814	
4376352	Bel-Ridge	bel-ridge	US		2722	America/Chicago	38.7095	-90.32539	177	Behl-Ridzh,Bel-Ridz,byl rydj,Бел-Риџ,Бэл-Ридж,بيل ريدج		MO	189	52814	
4376356	Belcher (historical)	belcher-historical	US		0	America/Chicago	36.72367	-90.57539	112			MO	023	03826	
4376358	Beemont	beemont	US		0	America/Chicago	38.4806	-91.35932	194			MO	071	44714	
4376366	Belgique	belgique	US		0	America/Chicago	37.83755	-89.78122	113			MO	157	06886	
4376423	Bella Villa	bella-villa	US		729	America/Chicago	38.54116	-90.28011	141			MO	189	41456	
4376428	Bellair	bellair	US		0	America/Chicago	38.83308	-92.84436	240	Bell Air,Bellair		MO	053	56000	
4376444	Bellefontaine Neighbors	bellefontaine-neighbors	US		10798	America/Chicago	38.74033	-90.2265	140	Bellefontaine Neighbors,Bellfontaine Neighbors		MO	189	64208	
4376448	Bellerive	bellerive	US		189	America/Chicago	38.71144	-90.314	191	Behlleriv,Bellerive,Belrajv,bylaryf,Белрајв,Бэллерив,بيلاريف		MO	189	52814	
4376461	Belleville (historical)	belleville-historical	US		0	America/Chicago	38.50058	-92.45741	266			MO	051	49844	
4376478	Belmont (historical)	belmont-historical	US		0	America/Chicago	36.76453	-89.12705	88			MO	133	48926	
4376489	Bem	bem	US		0	America/Chicago	38.26588	-91.46988	253	Beaver,Bem		MO	073	09100	
4376501	Benbow	benbow	US		0	America/Chicago	39.91504	-91.74405	213	Benbow,Midway		MO	127	63344	
4376502	Benbush	benbush	US		0	America/Chicago	38.69089	-90.49512	141			MO	189	46590	
4376514	Bendavis	bendavis	US		0	America/Chicago	37.29838	-92.20738	458			MO	215	50042	
4376518	Bengal	bengal	US		0	America/Chicago	36.90061	-93.30991	379			MO	043	68816	
4376549	Bennett Springs	bennett-springs	US		130	America/Chicago	37.72698	-92.85574	263	Bennets Mill,Bennett Springs,Big Spring,Brice		MO	105	70072	
4376565	Benson Tourist City	benson-tourist-city	US		0	America/Chicago	38.30533	-91.06736	257			MO	071	12754	
4376611	Berdell Hills	berdell-hills	US		0	America/Chicago	38.71811	-90.29178	178			MO	189	52814	
4376631	Bernheimer	bernheimer	US		0	America/Chicago	38.6681	-91.25488	153			MO	219	57692	
4376650	Berry Ford (historical)	berry-ford-historical	US		0	America/Chicago	37.8642	-92.87935	227			MO	059	48188	
4376660	Berryman	berryman	US		0	America/Chicago	37.91882	-91.09644	232			MO	055	16930	
4376661	Berryman	berryman	US		0	America/Chicago	37.47616	-90.6879	244			MO	093	42158	
4376681	Bessville	bessville	US		0	America/Chicago	37.37144	-90.089	180			MO	017	17380	
4376899	Biehle	biehle	US		48	America/Chicago	37.60533	-89.84122	171			MO	157	13870	
4376914	Big Bend Acres	big-bend-acres	US		0	America/Chicago	38.26614	-93.06242	239			MO	029	00190	
4377060	Big Ridge	big-ridge	US		0	America/Chicago	36.72756	-89.66286	88			MO	143	78478	
4377135	Biggs (historical)	biggs-historical	US		0	America/Chicago	36.91256	-92.19155	261			MO	067	45128	
4377154	Billingsville	billingsville	US		0	America/Chicago	38.90308	-92.79436	199			MO	053	07336	
4377156	Billmore	billmore	US		0	America/Chicago	36.56284	-91.21513	177			MO	149	05698	
4377176	Bingham (historical)	bingham-historical	US		0	America/Chicago	39.41696	-93.62105	242			MO	033	73906	
4377181	Binkley	binkley	US		0	America/Chicago	39.64337	-92.54796	251			MO	121	13240	
4377203	Bird Springs	bird-springs	US		0	America/Chicago	36.74812	-92.23516	268			MO	153	61544	
4377207	Birds Nest	birds-nest	US		0	America/Chicago	37.99754	-91.35931	213			MO	055	47360	
4377209	Birds Point	birds-point	US		0	America/Chicago	36.96589	-89.15646	95			MO	133	54128	
4377214	Birdsong	birdsong	US		0	America/Chicago	37.86615	-93.73104	284			MO	185	77686	
4377219	Birds Corner	birds-corner	US		0	America/Chicago	36.88977	-89.7637	91	Birds Corner,Birds Corners		MO	207	61616	
4377295	Black Jack	black-jack	US		6947	America/Chicago	38.79338	-90.26733	183	Black Jack,Blackjack		MO	189	69284	
4377354	Black Walnut	black-walnut	US		0	America/Chicago	38.87338	-90.37123	133			MO	183	62112	
4377375	Blackjack	blackjack	US		0	America/Chicago	37.87226	-93.79188	232			MO	185	77686	
4377404	Blackwater (historical)	blackwater-historical	US		0	America/Chicago	38.79112	-93.74272	253	Blackwater (historical),Blackwater Quarry		MO	101	77110	
4377437	Blake	blake	US		0	America/Chicago	39.94695	-93.87105	240	Blake,Byfield		MO	061	35738	
4377450	Blanche	blanche	US		0	America/Chicago	36.82006	-92.30322	319			MO	067	09082	
4377469	Blase	blase	US		0	America/Chicago	38.87255	-90.47734	137	Blase,Blaze		MO	183	62112	
4377476	Blazer	blazer	US		0	America/Chicago	36.18312	-89.76481	81	Blazer,Niles		MO	155	43382	
4377482	Blendville (historical)	blendville-historical	US		0	America/Chicago	37.06728	-94.52661	321	Blend City,Blendville (historical)		MO	097	26236	
4377497	Bleda	bleda	US		0	America/Chicago	37.07061	-89.63758	112			MO	201	72088	
4377513	Blomeyer	blomeyer	US		0	America/Chicago	37.22394	-89.65981	102			MO	031	78280	
4377514	Bloodland	bloodland	US		0	America/Chicago	37.68726	-92.15211	343			MO	169	57872	
4377524	Blodgett, Sandywoods Township	blodgett-sandywoods-township	US		213	America/Chicago	37.00457	-89.52853	99			MO	201	65864	
4377534	Blooming Rose	blooming-rose	US		0	America/Chicago	37.61282	-91.97266	351			MO	161	69716	
4377544	Blosser (historical)	blosser-historical	US		0	America/Chicago	39.19447	-93.28298	201			MO	195	46334	
4377557	Blue Branch	blue-branch	US		0	America/Chicago	38.23319	-93.36122	230			MO	015	73564	
4377595	Blue Lick	blue-lick	US		0	America/Chicago	39.01335	-93.21021	239			MO	195	65504	
4377599	Blue Mills	blue-mills	US		0	America/Chicago	39.14945	-94.303	273	Blue Mills,Twyman		MO	095	25282	
4377791	Boekerton	boekerton	US		0	America/Chicago	36.40395	-89.76203	81			MO	143	59132	
4377850	Bollinger Mill	bollinger-mill	US		0	America/Chicago	37.54478	-89.95094	161	Bollinger Mill,Bollinger's Mill		MO	017	79594	
4377859	Bona	bona	US		0	America/Chicago	37.54476	-93.6716	321	Bona,Lindley,Whiteside		MO	057	53192	
4377894	Bonfils	bonfils	US		0	America/Chicago	38.76922	-90.44012	148	Bonfils,Bonfils Station		MO	189	53360	
4377921	Boone (historical)	boone-historical	US		0	America/Chicago	38.25921	-91.32321	257			MO	071	07192	
4377949	Boonesboro	boonesboro	US		0	America/Chicago	39.07697	-92.84158	250	Boonesboro,Boonsboro		MO	089	07300	
4377950	Boonesborough (historical)	boonesborough-historical	US		0	America/Chicago	38.97699	-92.1499	252	Boonesborough (historical),Cedar Bridge		MO	019	15688	
4377961	Booser (historical)	booser-historical	US		0	America/Chicago	36.59117	-90.50261	93	Booser (historical),Booser Mill		MO	023	51392	
4377983	Boschertown	boschertown	US		0	America/Chicago	38.83338	-90.47012	138	Boschertown,Boscherttown		MO	183	62112	
4377984	Boscobel (historical)	boscobel-historical	US		0	America/Chicago	37.77671	-91.50237	360			MO	065	67664	
4377985	Bosky Dell	bosky-dell	US		0	America/Chicago	36.60146	-94.44633	262			MO	119	57840	
4378023	Bounds	bounds	US		0	America/Chicago	37.21061	-90.46261	150			MO	223	64334	
4378042	Bowdry (historical)	bowdry-historical	US		0	America/Chicago	39.28224	-93.51132	206			MO	033	76552	
4378057	Bowie Corner	bowie-corner	US		0	America/Chicago	36.13257	-90.00481	75			MO	069	14338	
4378069	Bowers Mill	bowers-mill	US		0	America/Chicago	37.14978	-94.05633	315	Bower Mills,Bowers Mill,Bowers Mills,Lyon		MO	109	76228	
4378097	Boxford (historical)	boxford-historical	US		0	America/Chicago	39.84833	-94.58857	292			MO	063	67430	
4378116	Boydsville	boydsville	US		0	America/Chicago	38.81587	-92.11046	257			MO	027	63362	
4378118	Boyer	boyer	US		0	America/Chicago	37.31616	-92.55156	458			MO	229	07264	
4378123	Boylers Mill	boylers-mill	US		0	America/Chicago	38.34725	-93.07075	229	Boylers Mill,Bylers Mill		MO	141	09568	
4378126	Boys Town of Missouri	boys-town-of-missouri	US		0	America/Chicago	37.9931	-91.57432	263			MO	161		
4378131	Boze Mill	boze-mill	US		0	America/Chicago	36.66311	-91.19402	139			MO	149	55802	
4378140	Bracken	bracken	US		0	America/Chicago	37.3406	-92.78628	412	Bracken,Hazelwood,High Prairie		MO	225	32122	
4378146	Braddy Ford (historical)	braddy-ford-historical	US		0	America/Chicago	37.50144	-90.4579	189			MO	123	64280	
4378150	Bradfield	bradfield	US		0	America/Chicago	36.96617	-93.57464	416			MO	209	28558	
4378179	Bradyville (historical)	bradyville-historical	US		0	America/Chicago	36.72117	-90.09537	98			MO	207	42356	
4378191	Braley	braley	US		0	America/Chicago	39.68083	-94.42662	321			MO	049	58160	
4378233	Branson West	branson-west	US		440	America/Chicago	36.69701	-93.36935	417			MO	209	63766	
4378243	Branums Point	branums-point	US		0	America/Chicago	36.0009	-90.10954	72	Branum,Branums Point		MO	069	14338	
4378245	Braswell	braswell	US		0	America/Chicago	36.71395	-91.31097	296			MO	149	27640	
4378273	Brays	brays	US		0	America/Chicago	38.12032	-92.24462	224			MO	131	61778	
4378286	Brazito	brazito	US		0	America/Chicago	38.44559	-92.30268	247			MO	051	14032	
4378291	Breckenridge Hills	breckenridge-hills	US		4715	America/Chicago	38.7145	-90.36734	182			MO	189	47918	
4378308	Breen Acres	breen-acres	US		0	America/Chicago	39.19139	-94.6069	240			MO	165	56598	
4378323	Brevator	brevator	US		0	America/Chicago	38.95811	-90.74318	135			MO	113	49322	
4378341	Brian	brian	US		0	America/Chicago	36.60672	-90.09315	98			MO	069	74608	
4378370	Bridge Creek	bridge-creek	US		0	America/Chicago	39.57224	-93.38465	248			MO	033	34012	
4378392	Bridgeton Terrace	bridgeton-terrace	US		0	America/Chicago	38.74644	-90.38651	171			MO	189	00406	
4378420	Brinkerhoff (historical)	brinkerhoff-historical	US		0	America/Chicago	36.34951	-89.73925	82			MO	155	27622	
4378435	Bristle Ridge	bristle-ridge	US		0	America/Chicago	38.7139	-93.65799	279	Bristle Ridge,Bristleridge		MO	101	49700	
4378444	Brittain	brittain	US		0	America/Chicago	37.54977	-92.86379	412			MO	059	77344	
4378461	Broadway (historical)	broadway-historical	US		0	America/Chicago	38.10171	-91.70766	296			MO	125	37394	
4378507	Brooklyn Heights	brooklyn-heights	US		100	America/Chicago	37.17339	-94.38328	302	Brooklyn Heights,Brooklyn Hights		MO	097	46064	
4378516	Brooks Junction	brooks-junction	US		0	America/Chicago	37.02422	-89.64258	98			MO	201	50006	
4378605	Brown Shanty	brown-shanty	US		0	America/Chicago	38.55116	-91.57461	159			MO	073	07462	
4378615	Brownbranch	brownbranch	US		0	America/Chicago	36.7945	-92.83073	276			MO	213	03808	
4378631	Brownington	brownington	US		105	America/Chicago	38.24586	-93.72299	228	Brownington,Consville		MO	083	55136	
4378646	Browns Crossing	browns-crossing	US		0	America/Chicago	36.972	-90.59484	121			MO	223	79972	
4378648	Browns Ford	browns-ford	US		0	America/Chicago	38.70504	-91.95907	167			MO	027	10414	
4378649	Browns Ford	browns-ford	US		0	America/Chicago	38.13781	-93.61688	224			MO	185	36080	
4378659	Browns Spring	browns-spring	US		0	America/Chicago	36.97395	-93.51075	349	Brown Springs,Browns Spring		MO	209	75004	
4378682	Brunot	brunot	US		0	America/Chicago	37.31033	-90.54651	151			MO	223	12304	
4378688	Brush Arbor	brush-arbor	US		0	America/Chicago	36.90755	-90.64817	211			MO	023	11044	
4378835	Brushy Mill (historical)	brushy-mill-historical	US		0	America/Chicago	37.28116	-91.29402	221			MO	203	49772	
4378849	Brushyknob	brushyknob	US		0	America/Chicago	36.96478	-92.486	281	Brushy Knob,Brushyknob		MO	067	45272	
4378870	Bryans (historical)	bryans-historical	US		0	America/Chicago	39.0556	-91.89184	247			MO	027	35612	
4378877	Brussells	brussells	US		0	America/Chicago	39.05088	-90.87902	192	Brussells,Brussels		MO	113	68492	
4378962	Buckhart	buckhart	US		0	America/Chicago	36.89395	-92.31905	267			MO	067	13114	
4378964	Buckhart Springs (historical)	buckhart-springs-historical	US		0	America/Chicago	37.05588	-91.38486	259	Buckhart Siding,Buckhart Springs (historical)		MO	203	19000	
4378976	Buckley (historical)	buckley-historical	US		0	America/Chicago	37.42338	-93.53187	360			MO	077	76858	
4379008	Budapest	budapest	US		0	America/Chicago	36.76894	-90.71095	170			MO	181	37448	
4379018	Buell	buell	US		0	America/Chicago	39.03421	-91.43905	227			MO	139	49520	
4379062	Buffington	buffington	US		0	America/Chicago	36.83061	-89.74314	92	Buffington,Buffington Mills		MO	207	61616	
4379073	Buick	buick	US		0	America/Chicago	37.60699	-91.1268	440			MO	093	19108	
4379088	Bull Creek	bull-creek	US		595	America/Chicago	36.71506	-93.20351	222			MO	213	36584	
4379091	Bull Run Camp	bull-run-camp	US		0	America/Chicago	36.96589	-90.59345	121			MO	223	79972	
4379100	Bumgarden Ford	bumgarden-ford	US		0	America/Chicago	37.26838	-92.97879	391			MO	225	78888	
4379141	Bunker Camp (historical)	bunker-camp-historical	US		0	America/Chicago	37.50643	-91.25347	403	Bunker,Bunker Camp (historical)		MO	179	11530	
4379144	Bunnville (historical)	bunnville-historical	US		0	America/Chicago	37.84337	-94.58329	247			MO	217	15166	
4379153	Burch	burch	US		0	America/Chicago	37.26838	-90.35456	201	Burch,Hilltop		MO	223	16966	
4379190	Burksville	burksville	US		0	America/Chicago	39.86199	-91.91739	226			MO	205	73222	
4379191	Burlington (historical)	burlington-historical	US		0	America/Chicago	38.70587	-92.35158	170			MO	051	45974	
4379229	Burney Ford	burney-ford	US		0	America/Chicago	37.42755	-92.39905	310			MO	229	49556	
4379234	Burr Oak (historical)	burr-oak-historical	US		0	America/Chicago	39.05922	-90.76401	171	Burr Oak (historical),Burr Oak Valley,Burroak,Robinsons Mill		MO	113	09928	
4379274	Burtonville	burtonville	US		0	America/Chicago	36.75173	-93.97048	425			MO	009	16534	
4379276	Burtville	burtville	US		0	America/Chicago	38.6764	-93.61855	259			MO	101	36836	
4379277	Busch	busch	US		0	America/Chicago	39.57977	-91.19264	142			MO	163	65594	
4379305	Bushburg	bushburg	US		0	America/Chicago	38.30533	-90.37651	142	Bushberg,Bushbey,Bushburg		MO	099	37340	
4379315	Butcher	butcher	US		0	America/Chicago	37.96003	-93.49048	307			MO	085	49502	
4379380	Butts	butts	US		0	America/Chicago	37.99588	-91.15625	221			MO	055	16930	
4379407	Buzzards Roost	buzzards-roost	US		0	America/Chicago	39.47115	-91.79433	204			MO	137	36890	
4379411	Byberry (historical)	byberry-historical	US		0	America/Chicago	38.69169	-92.9277	244			MO	053	41150	
4379433	Bynumville	bynumville	US		0	America/Chicago	39.61669	-92.77602	233			MO	041	03952	
4379436	Byrnes Mill	byrnes-mill	US		2888	America/Chicago	38.43783	-90.58179	143			MO	099	32144	
4379437	Byrnesville	byrnesville	US		0	America/Chicago	38.39283	-90.63985	147			MO	099	47414	
4379467	Cabanne Place	cabanne-place	US		0	America/Chicago	38.657	-90.26706	156			MO	510		
4379498	Caffeyville	caffeyville	US		0	America/Chicago	37.60199	-92.7124	415			MO	105	57386	
4379552	Caligoa	caligoa	US		0	America/Chicago	36.60145	-90.15038	96			MO	069	74608	
4379580	Calm	calm	US		0	America/Chicago	36.55173	-91.1618	154			MO	149	12232	
4379602	Calvary Church	calvary-church	US		0	America/Chicago	37.6695	-89.77233	195			MO	157	74842	
4379611	Calverton Park	calverton-park	US		1293	America/Chicago	38.76477	-90.31373	189			MO	189	24004	
4379612	Calvey (historical)	calvey-historical	US		0	America/Chicago	38.34755	-90.79624	200	Calvey (historical),Calvy		MO	071	10630	
4379617	Calwood	calwood	US		0	America/Chicago	38.92032	-91.85268	245	Calwood,Morris Mills		MO	027	10666	
4379629	Camden Junction	camden-junction	US		0	America/Chicago	39.19168	-94.03883	223			MO	177	10756	
4379736	Camp Lakewood	camp-lakewood	US		0	America/Chicago	37.94838	-90.93041	271			MO	221	76894	
4379782	Camp Wyman	camp-wyman	US		0	America/Chicago	38.52394	-90.66818	189			MO	189	47450	
4379888	Cane Hill	cane-hill	US		0	America/Chicago	37.57893	-93.7316	299	Cane Hill,Canehill		MO	039	45344	
4379899	Caneer	caneer	US		0	America/Chicago	36.00618	-90.17732	74			MO	069	14338	
4379908	Caney Creek	caney-creek	US		0	America/Chicago	37.1295	-89.68759	102			MO	201	72088	
4379929	Cannon Mines	cannon-mines	US		0	America/Chicago	38.05338	-90.69819	242			MO	221	75040	
4379953	Cap au Gris	cap-au-gris	US		0	America/Chicago	38.99894	-90.69179	133	Cap au Gray,Cap au Gre,Cap au Grey,Cap au Gris,Cape au Gre,Cape au Gres,Cape au Gris,Capeau Grey,Wiota		MO	113	49322	
4379964	Cape Galena (historical)	cape-galena-historical	US		0	America/Chicago	38.20586	-92.76741	201			MO	141	55190	
4379986	Cappeln	cappeln	US		0	America/Chicago	38.68422	-90.93903	251			MO	183	07232	
4379989	Capps	capps	US		0	America/Chicago	38.24226	-92.32101	175	Capps,Ramsey		MO	131	55172	
4380007	Carbon Center	carbon-center	US		0	America/Chicago	38.04614	-94.32189	236			MO	217	55226	
4380025	Cardinal Acres	cardinal-acres	US		0	America/Chicago	37.05533	-91.66848	264			MO	215	18334	
4380036	Carico	carico	US		0	America/Chicago	36.7945	-93.4113	308			MO	209	77722	
4380054	Carlow	carlow	US		0	America/Chicago	39.88084	-93.83244	223	Carlow,Jackson Station		MO	061	35738	
4380058	Carlston	carlston	US		0	America/Chicago	36.22173	-89.7373	81	Carlston,Carlton		MO	155	31150	
4380066	Carie	carie	US		0	America/Chicago	36.63784	-90.93901	192			MO	181	67570	
4380086	Carns Ford	carns-ford	US		0	America/Chicago	37.56365	-93.69854	264			MO	057	53192	
4380087	Carola	carola	US		0	America/Chicago	36.55167	-90.33583	96	Carola,Gillis Bluff		MO	023	27046	
4380091	Carondelet	carondelet	US		0	America/Chicago	38.55616	-90.26595	139	Carondelet,Carondolet,Catalans Prairie,Delors Village,Louisbourg,Pain de Sucre,Vide Poche		MO	510		
4380134	Carr Lane	carr-lane	US		0	America/Chicago	36.50784	-93.56574	345	Carr,Carr Lane		MO	209	79954	
4380140	Carrol Junction	carrol-junction	US		0	America/Chicago	37.73865	-92.60184	377	Carrol Junction,Carroll		MO	105	41186	
4380153	Carson (historical)	carson-historical	US		0	America/Chicago	36.70978	-91.8032	280			MO	091	33382	
4380163	Carsons Corner	carsons-corner	US		0	America/Chicago	37.90837	-93.30103	291			MO	085	12538	
4380203	Cartmell (historical)	cartmell-historical	US		0	America/Chicago	36.81035	-94.22438	362			MO	145	04744	
4380210	Caruth	caruth	US		0	America/Chicago	36.13423	-90.08676	79			MO	069	14338	
4380230	Carytown	carytown	US		269	America/Chicago	37.26617	-94.30939	281	Carrytown,Carytown		MO	097	59906	
4380237	Case	case	US		0	America/Chicago	37.84393	-92.76379	359			MO	105	21556	
4380238	Case	case	US		0	America/Chicago	38.73505	-91.37405	156	Beaver,Bud,Case,Gunboat,Luppolds Landing,Slingtown		MO	219	08362	
4380251	Casey Ford	casey-ford	US		0	America/Chicago	37.59421	-92.35989	312			MO	105	26596	
4379623	Camden	camden	US	04843	186	America/Chicago	39.19723	-94.023	226			MO	177	10756	
4380276	Cassidy	cassidy	US		0	America/Chicago	37.06755	-93.2463	386			MO	043	11878	
4380290	Castle Rock (historical)	castle-rock-historical	US		0	America/Chicago	38.47087	-92.1549	167			MO	151	35972	
4380305	Castor Station	castor-station	US		0	America/Chicago	37.52783	-90.16956	203			MO	123	11962	
4380312	Catalpa	catalpa	US		0	America/Chicago	36.88283	-89.29452	96			MO	133	74392	
4380334	Catherine Place	catherine-place	US		0	America/Chicago	37.57505	-90.32429	235	Catherine,Catherine Place,Slabtown		MO	123	65072	
4380362	Cave	cave	US		5	America/Chicago	39.01977	-91.04348	184			MO	113	03880	
4380365	Cause Prairie (historical)	cause-prairie-historical	US		0	America/Chicago	38.74723	-94.1655	256			MO	037	58718	
4380379	Cave Hill	cave-hill	US		0	America/Chicago	38.48477	-91.55183	191			MO	073	07462	
4380449	Caverna	caverna	US		0	America/Chicago	36.49924	-94.26632	300			MO	119	79540	
4380454	Cazzell	cazzell	US		0	America/Chicago	39.30697	-92.94214	192			MO	041	13204	
4380497	Cedar Cliffs	cedar-cliffs	US		0	America/Chicago	37.24339	-89.66065	104			MO	031	33454	
4380530	Cedar Ford	cedar-ford	US		0	America/Chicago	37.89477	-91.47987	249			MO	055	74572	
4380534	Cedar Gap	cedar-gap	US		0	America/Chicago	37.10561	-92.66961	514			MO	229	58556	
4380582	Cedar Hill Lakes	cedar-hill-lakes	US		239	America/Chicago	38.32978	-90.65763	193			MO	099	47414	
4380646	Cedar Valley (historical)	cedar-valley-historical	US		0	America/Chicago	36.54006	-93.29213	295			MO	213	54632	
4380655	Cedar Vista	cedar-vista	US		0	America/Chicago	37.52587	-93.37019	335			MO	167	20972	
4380662	Cedargrove	cedargrove	US		0	America/Chicago	37.41866	-91.60709	276			MO	203	70144	
4380667	Cedron	cedron	US		0	America/Chicago	38.77364	-92.56769	239			MO	135	43220	
4380671	Celt	celt	US		0	America/Chicago	37.87587	-92.90157	230	Celt,Mill Creek		MO	059	48188	
4380678	Centaur	centaur	US		0	America/Chicago	38.6445	-90.69902	143	Centauk,Centaur,Centaur Station		MO	189	13605	
4380728	Center Post	center-post	US		0	America/Chicago	37.84393	-91.12653	267			MO	055	55100	
4380850	Centropolis	centropolis	US		0	America/Chicago	39.08973	-94.4944	229			MO	095	06490	
4380868	Chain of Rocks	chain-of-rocks	US		97	America/Chicago	38.91505	-90.80152	144			MO	113	49322	
4380871	Chain-O-Lakes	chain-o-lakes	US		132	America/Chicago	36.53451	-93.72492	313			MO	009	62318	
4380880	Chalk Level	chalk-level	US		0	America/Chicago	38.09336	-93.80966	274	Chalk Level,Chalklevel		MO	185	12628	
4380895	Champ	champ	US		0	America/Chicago	39.1206	-91.92962	248			MO	007	65558	
4380896	Champ	champ	US		13	America/Chicago	38.74144	-90.44512	187			MO	189	53360	
4380900	Champion City	champion-city	US		0	America/Chicago	38.31949	-91.27043	233			MO	071	07192	
4380915	Channel	channel	US		0	America/Chicago	36.05979	-89.94092	76			MO	155	76372	
4380917	Chantilly (historical)	chantilly-historical	US		0	America/Chicago	38.9981	-90.84319	195			MO	113	49322	
4380919	Chaonia (historical)	chaonia-historical	US		0	America/Chicago	36.982	-90.35122	110			MO	223	06112	
4380923	Chapel	chapel	US		0	America/Chicago	36.93561	-91.67542	350	Chapel,Cobalt		MO	091	13168	
4380970	Charity	charity	US		0	America/Chicago	37.51532	-93.01629	360			MO	059	35720	
4380976	Charlack	charlack	US		1371	America/Chicago	38.70255	-90.34345	183	Charlak,charlak  mswry,tsharlak,Чарлак,تشارلاك,چارلاک، مسوری		MO	189	47918	
4381002	Charrette (historical)	charrette-historical	US		0	America/Chicago	38.65199	-91.09737	173	Charette,Charrette (historical),La Charrette,Sharrett,Sharrett Village		MO	219	13402	
4381037	Cherry Box	cherry-box	US		0	America/Chicago	39.92476	-92.23518	253	Cherry Box,Cherry Dell		MO	205	72520	
4381041	Cherokee Pass	cherokee-pass	US		235	America/Chicago	37.4895	-90.30512	298			MO	123	65072	
4381055	Cherry Dell (historical)	cherry-dell-historical	US		0	America/Chicago	39.89004	-91.836	213			MO	127	74788	
4381068	Chester (historical)	chester-historical	US		0	America/Chicago	36.85618	-94.14632	375			MO	145	52310	
4381086	Chick (historical)	chick-historical	US		0	America/Chicago	39.31556	-94.23522	264			MO	047	24292	
4381108	Chilton (historical)	chilton-historical	US		0	America/Chicago	37.06811	-90.75179	150			MO	223	48404	
4381131	Chitwood	chitwood	US		0	America/Chicago	37.08895	-94.54884	309			MO	097	26236	
4381132	Chitwood	chitwood	US		0	America/Chicago	37.19505	-90.97262	245			MO	179	43598	
4381152	Chouteau Springs	chouteau-springs	US		0	America/Chicago	38.92502	-92.89491	187			MO	053	57620	
4381155	Chraneville (historical)	chraneville-historical	US		0	America/Chicago	39.52253	-92.9288	225			MO	041	50924	
4381174	Christian Center	christian-center	US		0	America/Chicago	36.94089	-93.16685	423			MO	043	53147	
4381285	Circle City	circle-city	US		0	America/Chicago	36.85672	-89.80231	91			MO	207	61616	
4381318	Civil Bend	civil-bend	US		0	America/Chicago	39.99723	-94.10023	268			MO	061	46010	
4381334	Clapper	clapper	US		0	America/Chicago	39.59004	-91.84516	229			MO	137	35126	
4381383	Clark Ford	clark-ford	US		0	America/Chicago	37.52143	-92.39128	299			MO	105	26596	
4381412	Clarks Fork	clarks-fork	US		0	America/Chicago	38.88697	-92.65269	231			MO	053	14122	
4381423	Clarkson Valley	clarkson-valley	US		2652	America/Chicago	38.61839	-90.58929	180			MO	189	13605	
4381433	Claud (historical)	claud-historical	US		0	America/Chicago	36.70172	-89.73675	87			MO	207	21592	
4381437	Claud	claud	US		0	America/Chicago	37.81337	-93.71187	297			MO	039	77272	
4381469	Claycomo	claycomo	US		1468	America/Chicago	39.2025	-94.49245	246			MO	047	13780	
4381539	Clear Springs	clear-springs	US		0	America/Chicago	37.10839	-91.85043	394			MO	215	57476	
4381554	Cleary	cleary	US		0	America/Chicago	39.74335	-93.5316	208			MO	117	13708	
4381555	Cleavesville	cleavesville	US		0	America/Chicago	38.27282	-91.60183	274			MO	073	14356	
4381565	Clementine	clementine	US		0	America/Chicago	37.87643	-92.01739	318			MO	161	42248	
4381567	Clement	clement	US		0	America/Chicago	38.057	-90.16539	121			MO	186	36098	
4381581	Clevenger	clevenger	US		0	America/Chicago	39.23667	-94.22161	219			MO	047	24292	
4381597	Cliff Cave	cliff-cave	US		0	America/Chicago	38.46172	-90.28762	130			MO	189	53880	
4381602	Cliff Village	cliff-village	US		40	America/Chicago	37.0234	-94.51522	290			MO	145	67610	
4381607	Clifford (historical)	clifford-historical	US		0	America/Chicago	37.73282	-93.20964	301			MO	167	68874	
4381612	Clifton City	clifton-city	US		0	America/Chicago	38.76474	-93.04131	236	Clifton,Clifton City		MO	053	55496	
4381639	Clines Island	clines-island	US		0	America/Chicago	36.90394	-89.7937	94			MO	207	61616	
4381661	Clippard	clippard	US		0	America/Chicago	37.2695	-89.87149	116			MO	017	44084	
4381664	Cliquot	cliquot	US		0	America/Chicago	37.69393	-93.4777	306			MO	167	15058	
4381697	Clover Bottom	clover-bottom	US		0	America/Chicago	38.50366	-91.11959	209			MO	071	64496	
4381722	Coal	coal	US		0	America/Chicago	38.32586	-93.61521	255	Coal,Coale,Coales Store,Coalesburg,Colesburg,Galbreath		MO	083	41384	
4381750	Cobalt Village	cobalt-village	US		226	America/Chicago	37.54505	-90.28762	234	Cobalt,Cobalt City,Cobalt Village		MO	123	65072	
4381763	Cobbler	cobbler	US		0	America/Chicago	39.16362	-94.32828	226			MO	095	06490	
4381777	Cockrell	cockrell	US		0	America/Chicago	38.88556	-94.23772	307			MO	095	75598	
4381780	Cockrum	cockrum	US		0	America/Chicago	36.01118	-90.33816	75			MO	069	09532	
4381785	Cody (historical)	cody-historical	US		0	America/Chicago	36.61061	-89.60952	87			MO	143	41816	
4381799	Coffeyton	coffeyton	US		0	America/Chicago	38.11671	-91.27292	304			MO	055	42086	
4381801	Coffman	coffman	US		0	America/Chicago	37.7845	-90.19429	238			MO	186	65396	
4381831	Cold Springs	cold-springs	US		0	America/Chicago	38.23141	-93.38326	211			MO	015	73564	
4381859	Cole Camp Junction	cole-camp-junction	US		0	America/Chicago	38.4628	-93.27548	282			MO	015	79936	
4381886	Cole Junction	cole-junction	US		0	America/Chicago	38.6142	-92.22435	170			MO	051	36764	
4381931	College Mound	college-mound	US		0	America/Chicago	39.62309	-92.57269	257			MO	121	13240	
4382027	Comet	comet	US		0	America/Chicago	37.39727	-93.63243	284	Browns Mill,Comet,Grishams Mill		MO	057	58754	
4382055	Compton (historical)	compton-historical	US		0	America/Chicago	37.23366	-93.03685	398			MO	225	04820	
4382057	Competition	competition	US		0	America/Chicago	37.48366	-92.42906	347	Competition,Newburg		MO	105	25660	
4382073	Concord (historical)	concord-historical	US		0	America/Chicago	37.50783	-89.69315	169			MO	031	01450	
4382094	Concord Hill	concord-hill	US		0	America/Chicago	38.65033	-91.13626	185	Concord Hill,Eckelkamp		MO	219	13402	
4382123	Condray	condray	US		0	America/Chicago	37.76671	-91.55487	338			MO	065	52778	
4382126	Coney Island	coney-island	US		69	America/Chicago	36.59312	-93.39713	298			MO	209	63766	
4382129	Congo (historical)	congo-historical	US		0	America/Chicago	36.93922	-91.60209	324			MO	203	69734	
4382155	Conran	conran	US		0	America/Chicago	36.4834	-89.64675	88			MO	143	39710	
4382165	Conrads Mill	conrads-mill	US		0	America/Chicago	37.50644	-89.86066	148			MO	031	01450	
4382201	Cook Station	cook-station	US		0	America/Chicago	37.81282	-91.43792	276			MO	055	74572	
4382217	Cooksey	cooksey	US		0	America/Chicago	37.75199	-91.45792	305			MO	065	67664	
4382223	Cool Valley	cool-valley	US		1187	America/Chicago	38.72783	-90.31011	180			MO	189	52814	
4382233	Cooleys (historical)	cooleys-historical	US		0	America/Chicago	39.24556	-94.22884	221	Cooleys (historical),Cooleys Lake		MO	047	24292	
4382305	Cooper Hill	cooper-hill	US		0	America/Chicago	38.42727	-91.66156	178	Cooper Hill,Copper Hill		MO	151	36926	
4382320	Coopers	coopers	US		0	America/Chicago	39.30056	-94.2305	274			MO	047	24292	
4382363	Copper Mine	copper-mine	US		0	America/Chicago	37.90366	-90.14651	154			MO	186		
4382377	Corbin (historical)	corbin-historical	US		0	America/Chicago	38.06586	-93.5966	219			MO	185	58862	
4382410	Corioli (historical)	corioli-historical	US		0	America/Chicago	38.90419	-92.98908	189			MO	053	14626	
4382411	Corkery	corkery	US		0	America/Chicago	37.79532	-92.86129	315			MO	059	48188	
4382424	Corner Campbell School	corner-campbell-school	US		0	America/Chicago	39.70585	-93.48271	236			MO	117	23500	
4382428	Corners	corners	US		0	America/Chicago	37.65644	-90.11095	244			MO	157	65036	
4382431	Cornertown	cornertown	US		0	America/Chicago	36.49923	-91.75848	240			MO	091		
4382446	Corridon	corridon	US		0	America/Chicago	37.38199	-91.07235	371	Corridon,Rose Hill		MO	179	36062	
4382455	Corso	corso	US		0	America/Chicago	39.12727	-91.18598	208			MO	113	52544	
4382456	Corticelli	corticelli	US		0	America/Chicago	38.51003	-92.52463	281			MO	135	09910	
4382462	Cossville	cossville	US		0	America/Chicago	37.32589	-94.44828	282			MO	097	20602	
4382467	Cote Sans Dessein (historical)	cote-sans-dessein-historical	US		0	America/Chicago	38.58788	-91.98696	186	Cote Sans Dessein (historical),Cote Sans Dissein,Cote sans Dessein,Cotē Sans Dissein		MO	027	16642	
4382476	Cottage	cottage	US		0	America/Chicago	39.98337	-92.58158	281			MO	121	61508	
4382477	Cottage Farm	cottage-farm	US		0	America/Chicago	38.2395	-90.66874	207			MO	099	05554	
4382483	Cottbus	cottbus	US		0	America/Chicago	36.64978	-91.8482	326			MO	091	33382	
4382488	Cotterville	cotterville	US		0	America/Chicago	38.75417	-90.64583	141			MO	183	16681	
4382534	Cottonwood Point	cottonwood-point	US		0	America/Chicago	36.06098	-89.69382	81	Brasher,Cottonwood Point		MO	155	56846	
4382550	Coulstone	coulstone	US		0	America/Chicago	37.52282	-91.75126	339			MO	065	72808	
4382561	Country Club Village	country-club-village	US		2449	America/Chicago	39.83222	-94.82163	325	Country Club,Country Club Village		MO	003	36710	
4382564	Country Life Acres	country-life-acres	US		74	America/Chicago	38.62394	-90.45623	202			MO	189	48989	
4382593	Courtney	courtney	US		0	America/Chicago	39.15556	-94.39356	225			MO	095	06490	
4382594	Courtois	courtois	US		0	America/Chicago	37.76477	-91.07208	272			MO	221	30394	
4382675	Cox	cox	US		0	America/Chicago	39.63726	-92.38296	252			MO	121	47810	
4382704	Crabbs (historical)	crabbs-historical	US		0	America/Chicago	37.13061	-92.71989	495			MO	225	24256	
4382726	Craddock	craddock	US		0	America/Chicago	37.63949	-91.84599	373			MO	161	69716	
4382728	Crag O Lea	crag-o-lea	US		0	America/Chicago	36.60924	-94.35244	277			MO	119	57843	
4382803	Creek Nation	creek-nation	US		0	America/Chicago	37.51394	-90.38817	219			MO	123	64280	
4382816	Crescent Hill	crescent-hill	US		0	America/Chicago	38.43224	-94.34745	275	Crescent,Crescent Hill,Union Town		MO	013	18766	
4382820	Crescent Lake	crescent-lake	US		0	America/Chicago	39.32556	-94.2405	236	Crescent Lake,Ruby		MO	047	24292	
4382829	Crest	crest	US		0	America/Chicago	38.4503	-93.13492	330			MO	015	79936	
4382836	Cretcher	cretcher	US		0	America/Chicago	39.03141	-93.3241	243			MO	195	42320	
4382852	Crider	crider	US		0	America/Chicago	36.71812	-92.07821	334			MO	091	69644	
4382862	Crisp	crisp	US		0	America/Chicago	37.56976	-93.78799	268			MO	057	63812	
4382868	Crites Corner	crites-corner	US		0	America/Chicago	36.95033	-90.82262	269			MO	035	35666	
4382872	Crittenden (historical)	crittenden-historical	US		0	America/Chicago	38.18281	-93.01353	211			MO	029	00190	
4382877	Crockerville	crockerville	US		0	America/Chicago	38.4428	-93.10437	312			MO	015	79936	
4382879	Critesville	critesville	US		0	America/Chicago	37.51533	-89.83482	178			MO	031	01450	
4382918	Crosno	crosno	US		0	America/Chicago	36.79756	-89.17729	95			MO	133	48926	
4382921	Crooks Springs	crooks-springs	US		0	America/Chicago	37.91698	-93.84132	244			MO	185	63092	
4382923	Cross Keys	cross-keys	US		0	America/Chicago	38.80894	-90.29872	164	Cross Keys,Crosskeys		MO	189	69284	
4382929	Cross Roads	cross-roads	US		0	America/Chicago	36.85033	-92.85434	376	Cross Boards,Cross Roads		MO	067	09262	
4382930	Cross Roads	cross-roads	US		0	America/Chicago	36.732	-92.22794	301			MO	153	61544	
4382931	Cross Roads	cross-roads	US		0	America/Chicago	37.66589	-90.24679	305	Cross Roads,Crossville		MO	187	42302	
4382932	Cross Roads	cross-roads	US		0	America/Chicago	36.822	-93.53297	393			MO	209	42878	
4382945	Cross Way	cross-way	US		0	America/Chicago	37.37143	-93.05574	410			MO	225	28576	
4382975	Crossroads Store	crossroads-store	US		0	America/Chicago	37.1895	-92.39266	438			MO	229	80728	
4382978	Crosstown	crosstown	US		0	America/Chicago	37.74644	-89.72788	171			MO	157	65288	
4383022	Cruise Mill	cruise-mill	US		0	America/Chicago	38.08255	-90.73291	184			MO	221	38882	
4383032	Crumpecker (historical)	crumpecker-historical	US		0	America/Chicago	36.60839	-89.86648	85			MO	143	15832	
4383047	Crystal Lake Park	crystal-lake-park	US		499	America/Chicago	38.62227	-90.43429	185			MO	189	48989	
4383048	Crystal Lakes	crystal-lakes	US		348	America/Chicago	39.35945	-94.18994	271			MO	177	24310	
4383059	Cuba (historical)	cuba-historical	US		0	America/Chicago	39.21724	-93.61133	264			MO	107	19936	
4383077	Cuivre Heights	cuivre-heights	US		0	America/Chicago	39.02921	-90.99292	153			MO	113	03880	
4383087	Culiver	culiver	US		0	America/Chicago	39.16921	-91.56655	233			MO	007	43148	
4383088	Cull	cull	US		0	America/Chicago	36.72728	-91.68431	266			MO	091	33382	
4383096	Culp Ford	culp-ford	US		0	America/Chicago	36.6445	-91.60181	201			MO	149	05338	
4383128	Curdton	curdton	US		0	America/Chicago	36.9645	-90.05537	126			MO	207	52040	
4383129	Cureall	cureall	US		0	America/Chicago	36.66728	-92.07071	287			MO	091	69644	
4383137	Current View	current-view	US		0	America/Chicago	36.49895	-90.77818	102	Current View,Currentview		MO	181	30448	
4383190	Czar	czar	US		0	America/Chicago	37.7531	-91.11847	353			MO	055	55100	
4383200	Cyrene	cyrene	US		0	America/Chicago	39.28643	-91.10653	259			MO	163	17704	
4383209	Dagonia	dagonia	US		0	America/Chicago	37.31227	-91.12235	280			MO	179	36062	
4383214	Daggetts Ford (historical)	daggetts-ford-historical	US		0	America/Chicago	38.32477	-91.84795	177			MO	151	36926	
4383218	Dairyville (historical)	dairyville-historical	US		0	America/Chicago	37.34866	-91.08318	362	Dairyville (historical),Delmire		MO	179	36062	
4383243	Dallion Ford (historical)	dallion-ford-historical	US		0	America/Chicago	37.68615	-92.9888	286			MO	059	36494	
4383264	Damsel	damsel	US		0	America/Chicago	38.10976	-92.69019	261			MO	029	55046	
4383304	Dardenne	dardenne	US		0	America/Chicago	38.76589	-90.75624	187			MO	183	07232	
4383306	Dardenne Prairie	dardenne-prairie	US		12890	America/Chicago	38.7695	-90.72902	187			MO	183	78316	
4383327	Darksville	darksville	US		0	America/Chicago	39.55253	-92.58241	250	Darksville,Dornsville		MO	175	13276	
4383331	Dartmound (historical)	dartmound-historical	US		0	America/Chicago	38.56811	-90.9018	149			MO	183	07232	
4383335	Daugherty	daugherty	US		0	America/Chicago	38.60362	-94.28161	272	Daugherty,Eight Mile		MO	037	10936	
4383417	Davis Ford	davis-ford	US		0	America/Chicago	38.07143	-91.82461	228			MO	125	69662	
4383475	Dawt	dawt	US		0	America/Chicago	36.61006	-92.27683	185			MO	153	18568	
4383476	Dawt Mill	dawt-mill	US		0	America/Chicago	36.60978	-92.27821	179			MO	153	18568	
4383493	Daytown	daytown	US		0	America/Chicago	37.85922	-90.58151	244			MO	187	60608	
4383496	De Camp (historical)	de-camp-historical	US		0	America/Chicago	37.90004	-91.59543	272			MO	161	47432	
4383503	De Lassus	de-lassus	US		0	America/Chicago	37.7645	-90.45568	273	De Lassus,DeLassus,Delassus		MO	187	64316	
4383505	De Lisle	de-lisle	US		0	America/Chicago	36.3934	-89.7173	85			MO	155	27622	
4383538	Dean	dean	US		0	America/Chicago	39.87111	-94.83191	272			MO	003	36710	
4383543	Dean Ford	dean-ford	US		0	America/Chicago	37.92143	-91.64099	262			MO	161	19558	
4383544	Dean Ford	dean-ford	US		0	America/Chicago	37.88115	-94.38828	224			MO	217	77740	
4383574	Deckard-Y	deckard-y	US		0	America/Chicago	36.54617	-91.25402	195			MO	149	51068	
4383578	Deco	deco	US		0	America/Chicago	36.17007	-89.93203	78			MO	155	07858	
4383580	Dederick	dederick	US		0	America/Chicago	37.85726	-94.12772	243	Dederick,Dedrick,Goodrick		MO	217	14644	
4383586	Deep Ford	deep-ford	US		0	America/Chicago	37.69782	-91.61543	354			MO	065	69825	
4383587	Deep Ford	deep-ford	US		0	America/Chicago	36.60979	-94.35132	268			MO	119	57846	
4383627	Deer Land	deer-land	US		0	America/Chicago	36.16146	-90.00426	76			MO	069	34390	
4383659	Deering Junction	deering-junction	US		0	America/Chicago	36.19007	-89.90537	78			MO	155	07858	
4383670	Dees Town	dees-town	US		0	America/Chicago	37.05366	-90.54373	152			MO	223	79972	
4383688	Delaney	delaney	US		0	America/Chicago	39.64167	-94.45162	321			MO	049	15976	
4383691	Delavan (historical)	delavan-historical	US		0	America/Chicago	38.87001	-94.46273	305			MO	095	77506	
4383698	Delbridge	delbridge	US		0	America/Chicago	37.79477	-90.9868	374			MO	221	30394	
4383710	Dell Junction	dell-junction	US		0	America/Chicago	38.17447	-93.31826	273			MO	015	26074	
4383718	Delmo	delmo	US		0	America/Chicago	36.81033	-89.68119	90			MO	143	78478	
4383729	Denlow	denlow	US		0	America/Chicago	36.98089	-92.3735	293			MO	067	11800	
4383736	Dennis Acres	dennis-acres	US		77	America/Chicago	37.04673	-94.5055	321			MO	145	67610	
4383755	Dent Ford	dent-ford	US		0	America/Chicago	37.70088	-91.44653	299			MO	065	69775	
4383778	Des Peres	des-peres	US		8572	America/Chicago	38.60089	-90.4329	186	Des Peres,Hathaway City,Saint Francis Xavier		MO	189	48989	
4383783	Deslet	deslet	US		0	America/Chicago	37.16199	-91.12068	196			MO	203	22294	
4383785	Desloge	desloge	US		4939	America/Chicago	37.87088	-90.52735	247	Desloge,Leadville		MO	187	60608	
4383795	Detmold	detmold	US		0	America/Chicago	38.54283	-91.29043	177	Boeuf Creek,Detmold		MO	071	44714	
4383801	Deventer	deventer	US		0	America/Chicago	36.82228	-89.21174	93			MO	133	48926	
4383806	Dessa	dessa	US		0	America/Chicago	36.80701	-94.52161	346			MO	145	09586	
4383848	Dewey (historical)	dewey-historical	US		0	America/Chicago	37.66754	-93.26547	341			MO	167	52894	
4383922	Diehlstadt	diehlstadt	US		160	America/Chicago	36.95838	-89.43091	99			MO	201	74410	
4383932	Dilday Mill	dilday-mill	US		0	America/Chicago	37.32533	-93.78076	289	Didly Mill,Dilday Mill,Finleys Mill,Sodom		MO	057	68618	
4383944	Dillia	dillia	US		0	America/Chicago	36.6209	-92.60933	207			MO	153	36548	
4383949	Dillman	dillman	US		0	America/Chicago	36.18479	-90.10482	79	Dellman,Dillman		MO	069	34390	
4383973	Dingley (historical)	dingley-historical	US		0	America/Chicago	38.30116	-91.68072	316			MO	151	36926	
4383985	Dissen	dissen	US		0	America/Chicago	37.58422	-89.84205	166			MO	031	01450	
4383986	Dissen	dissen	US		0	America/Chicago	38.55977	-91.27599	196			MO	071	06796	
4384155	Dockery	dockery	US		0	America/Chicago	39.36112	-93.98855	235			MO	177	61688	
4384175	Dodds	dodds	US		0	America/Chicago	38.1542	-92.98519	208			MO	029	00190	
4384176	Dodds	dodds	US		0	America/Chicago	36.602	-89.67397	85	Dodds,Dodds Spur,Sky,Warrington		MO	143	41816	
4384221	Dogwood	dogwood	US		0	America/Chicago	36.82533	-89.45369	95	Dogwood,Sands		MO	133	43886	
4384225	Dogwood	dogwood	US		0	America/Chicago	37.03783	-92.83101	512			MO	067	42716	
4384262	Donia	donia	US		0	America/Chicago	37.97725	-94.04161	257			MO	185	69356	
4384271	Donnell	donnell	US		0	America/Chicago	38.21367	-90.45901	137			MO	099	37340	
4384289	Doolittle	doolittle	US		605	America/Chicago	37.94032	-91.88099	306	Centerville,Doolittle		MO	161	01918	
4384299	Dorcas (historical)	dorcas-historical	US		0	America/Chicago	36.59812	-93.4638	279			MO	209	63764	
4384305	Dorena Landing	dorena-landing	US		0	America/Chicago	36.58423	-89.21729	90			MO	133	36278	
4384316	Dormis	dormis	US		0	America/Chicago	36.67201	-92.24238	257			MO	153	61544	
4384378	Dove	dove	US		0	America/Chicago	37.79087	-92.68268	357			MO	105	02494	
4384390	Dover Station	dover-station	US		0	America/Chicago	39.20807	-93.69911	203			MO	107	19936	
4384467	Drewel Ford (historical)	drewel-ford-historical	US		0	America/Chicago	38.39921	-91.6385	172			MO	073	72934	
4384485	Drum	drum	US		0	America/Chicago	37.18866	-89.89371	119			MO	017	41960	
4384638	Dry Valley	dry-valley	US		0	America/Chicago	37.02506	-94.0416	375			MO	109	50582	
4384648	Dryden (historical)	dryden-historical	US		0	America/Chicago	36.68117	-90.7479	173			MO	181	19810	
4384654	Drynob	drynob	US		0	America/Chicago	37.64171	-92.45045	294	Dryknob,Drynob		MO	105	55154	
4384684	Dudenville	dudenville	US		0	America/Chicago	37.30561	-94.08327	331	Chambersville,Dudenville		MO	057	28432	
4384710	Duggan	duggan	US		0	America/Chicago	37.19422	-92.41378	432			MO	229	30664	
4384715	Dugginsville	dugginsville	US		0	America/Chicago	36.50979	-92.69545	223			MO	153	05428	
4384765	Duncans Bridge	duncans-bridge	US		0	America/Chicago	39.57559	-92.26379	218	Duncans Bridge,Leesburg		MO	137	80854	
4384781	Dunksburg	dunksburg	US		0	America/Chicago	38.89918	-93.49771	227	Dunkleys Store,Dunksburg,Sigel		MO	101	29620	
4384805	Dunsford	dunsford	US		0	America/Chicago	39.8806	-91.46876	142	Dunsford,Mark,Moody		MO	127	23176	
4384830	Durnell	durnell	US		0	America/Chicago	36.96866	-89.81425	95	Durnell,Shrum		MO	207	57548	
4384849	Dye	dye	US		0	America/Chicago	39.485	-94.92885	282			MO	165	46298	
4384861	Dykes	dykes	US		0	America/Chicago	37.33366	-92.11571	447			MO	215	50042	
4384902	Eaglette	eaglette	US		0	America/Chicago	37.03561	-90.03954	105			MO	207	52040	
4384918	Earnestville	earnestville	US		0	America/Chicago	37.56032	-92.89212	387			MO	059	77344	
4384933	East Bonne Terre	east-bonne-terre	US		0	America/Chicago	37.92116	-90.52763	226	East Bonne Terre,East Bonneterre,Elvinsville		MO	187	57098	
4384970	East Flat River	east-flat-river	US		0	America/Chicago	37.84783	-90.50374	248	East Flat River,Norwine Town		MO	187	64316	
4385018	East Independence	east-independence	US		110675	America/Chicago	39.09556	-94.35523	256	Independence  Mo,Pixley,Pixleys		MO	095	06490	
4385020	East Joplin	east-joplin	US		0	America/Chicago	37.08367	-94.48634	320			MO	097	37610	
4385023	East Kansas City	east-kansas-city	US		0	America/Chicago	39.16	-94.49523	239			MO	047	13780	
4385026	East Lake	east-lake	US		0	America/Chicago	36.807	-89.52036	92			MO	143	05518	
4385031	East Leavenworth	east-leavenworth	US		0	America/Chicago	39.31444	-94.85191	238	City Point,East Leavenworth		MO	165	41240	
4385066	East Purdy	east-purdy	US		0	America/Chicago	36.81534	-93.87854	441			MO	009	44912	
4385097	Easterville	easterville	US		0	America/Chicago	39.62723	-93.8991	281			MO	025	52400	
4385111	Eastview (historical)	eastview-historical	US		0	America/Chicago	36.73062	-92.77795	429			MO	213	03808	
4385141	Eaudevie (historical)	eaudevie-historical	US		0	America/Chicago	36.84339	-93.19907	374			MO	043	68816	
4385143	Ebb (historical)	ebb-historical	US		0	America/Chicago	37.93114	-93.87633	256			MO	185	63092	
4385146	Ebenezer	ebenezer	US		0	America/Chicago	37.34032	-93.30713	375			MO	077		
4385180	Ebo	ebo	US		0	America/Chicago	38.02644	-90.8993	260			MO	221	42392	
4385187	Echo Lake Ranch	echo-lake-ranch	US		0	America/Chicago	38.4545	-90.57957	160			MO	099	32144	
4385196	Ectonville	ectonville	US		0	America/Chicago	39.36778	-94.47801	311			MO	047	58142	
4385199	Edanville	edanville	US		0	America/Chicago	37.59338	-92.04849	267			MO	215	07246	
4385219	Edgehill	edgehill	US		0	America/Chicago	37.58838	-90.93346	256			MO	179	06094	
4385222	Edgerton Junction	edgerton-junction	US		0	America/Chicago	39.4775	-94.67496	263	Atchison Junction,Edgerton Junction		MO	165	29026	
4385223	Edgewater Beach	edgewater-beach	US		0	America/Chicago	36.66145	-93.14185	232			MO	213	71818	
4385244	Edmundson	edmundson	US		837	America/Chicago	38.73588	-90.364	177	Edmandson,Ehdmundson,admwndswn,Едмандсон,Эдмундсон,إدموندسون		MO	189	00406	
4385247	Edsall (historical)	edsall-historical	US		0	America/Chicago	37.74004	-93.90049	280			MO	039	43166	
4385268	Effie (historical)	effie-historical	US		0	America/Chicago	38.62615	-91.95296	166			MO	027	16642	
4385276	Egbert	egbert	US		0	America/Chicago	38.75977	-91.6335	273			MO	139	44228	
4385285	Egypt Grove	egypt-grove	US		0	America/Chicago	36.61423	-92.03099	347	Arditta,Egypt Grove		MO	091	04690	
4385287	Egypt Mills	egypt-mills	US		0	America/Chicago	37.40505	-89.4637	113			MO	031	60572	
4385323	El Paso (historical)	el-paso-historical	US		0	America/Chicago	36.71035	-94.02548	447			MO	009	41942	
4385329	Elaver	elaver	US		0	America/Chicago	37.96866	-91.27848	317	Elaver,Elayer		MO	055	16930	
4385364	Elixer	elixer	US		0	America/Chicago	37.89198	-93.11853	290	Elixer,Elixir Spring		MO	059	42680	
4385368	Elijah	elijah	US		0	America/Chicago	36.61173	-92.14904	272			MO	153	03648	
4385411	Elk Springs	elk-springs	US		0	America/Chicago	36.58368	-94.45633	256	Elk Springs,Madge,Rutledge		MO	119	21794	
4385416	Elkhead	elkhead	US		0	America/Chicago	37.01366	-92.93045	472	Elk Head,Elkhead		MO	043	09010	
4385426	Elkhurst	elkhurst	US		0	America/Chicago	38.83254	-92.25213	255			MO	019	73129	
4385438	Ellerslie (historical)	ellerslie-historical	US		0	America/Chicago	38.72087	-92.09463	264			MO	027	12160	
4385439	Elliff	elliff	US		0	America/Chicago	36.69785	-94.43244	309			MO	119	01237	
4385451	Elliot Ford	elliot-ford	US		0	America/Chicago	36.66256	-91.62237	214			MO	149	05338	
4385480	Ellis Prairie	ellis-prairie	US		0	America/Chicago	37.41338	-92.0396	373			MO	215	44660	
4385551	Elm Point	elm-point	US		0	America/Chicago	38.81811	-90.48706	180	Elm Point,Elm Point Place,Elm Points		MO	183	62112	
4385579	Elmira Camp	elmira-camp	US		0	America/Chicago	39.4964	-94.15772	299			MO	177	58844	
4385591	Elmwood (historical)	elmwood-historical	US		0	America/Chicago	37.25283	-89.58148	104			MO	031	11260	
4385607	Elsey	elsey	US		0	America/Chicago	36.85423	-93.54075	385			MO	209	42878	
4385612	Elston	elston	US		0	America/Chicago	38.61281	-92.3238	211			MO	051	45974	
4385616	Elvins	elvins	US		1480	America/Chicago	37.83672	-90.5329	238	Elvins,Setz		MO	187	60608	
4385627	Embree	embree	US		0	America/Chicago	37.41227	-92.25683	455			MO	229	49556	
4385634	Emerald Beach	emerald-beach	US		231	America/Chicago	36.57562	-93.67186	299			MO	009	79522	
4385675	Emmett (historical)	emmett-historical	US		0	America/Chicago	37.32616	-93.65326	351			MO	057	62732	
4385704	Engle (historical)	engle-historical	US		0	America/Chicago	38.32144	-90.39929	143			MO	099	37340	
4385709	English Town	english-town	US		0	America/Chicago	37.62255	-90.6404	294			MO	093	01666	
4385730	Enough (historical)	enough-historical	US		0	America/Chicago	37.70727	-90.9168	338	Enough (historical),Montana		MO	093	38018	
4385733	Enterprise (historical)	enterprise-historical	US		0	America/Chicago	36.67229	-94.60856	245	Bannock,Enterprise (historical)		MO	119	45246	
4385771	Ernestville	ernestville	US		0	America/Chicago	38.93224	-93.63021	227			MO	107	25858	
4385782	Esrom	esrom	US		0	America/Chicago	37.41339	-94.32767	294	Esrom,Farmersville		MO	011	53048	
4385783	Esrom	esrom	US		0	America/Chicago	37.40672	-94.32717	293			MO	011	53048	
4385792	Estes	estes	US		0	America/Chicago	39.23671	-91.37626	225			MO	163	35090	
4385798	Esther	esther	US		1161	America/Chicago	37.85033	-90.49874	246	Columbia,Esther		MO	187	64316	
4385804	Ethlyn	ethlyn	US		0	America/Chicago	38.94088	-90.82596	152			MO	113	49322	
4385805	Etlah	etlah	US		0	America/Chicago	38.63921	-91.27654	160			MO	071	06796	
4385809	Etterville	etterville	US		0	America/Chicago	38.36753	-92.47018	269	Etter,Etterville		MO	131	65342	
4385837	Eureka (historical)	eureka-historical	US		0	America/Chicago	38.73392	-92.36963	168			MO	019	73129	
4385855	Europa	europa	US		0	America/Chicago	36.09007	-90.1776	76			MO	069	65252	
4385892	Eve	eve	US		0	America/Chicago	37.83976	-94.58357	246	Clayton Station,Eve		MO	217	15166	
4385910	Everett (historical)	everett-historical	US		0	America/Chicago	39.06226	-92.46602	211			MO	019	57026	
4385936	Eversonville	eversonville	US		0	America/Chicago	39.90891	-93.35993	241	Eversonville,The Four Corners		MO	115	14446	
4385944	Evorge	evorge	US		0	America/Chicago	36.01757	-90.16287	75			MO	069	14338	
4385951	Excelsior Estates	excelsior-estates	US		135	America/Chicago	39.39028	-94.20772	311			MO	177	24310	
4385967	Excelsior Springs Junction	excelsior-springs-junction	US		0	America/Chicago	39.23778	-94.2405	220			MO	047	24292	
4385977	Expansion	expansion	US		0	America/Chicago	37.13505	-93.19879	379			MO	077	14542	
4385981	Ezra (historical)	ezra-historical	US		0	America/Chicago	37.55589	-90.09845	269			MO	017	74518	
4386036	Fairfield (historical)	fairfield-historical	US		0	America/Chicago	38.15142	-93.39437	215			MO	015	00586	
4386071	Fairview (historical)	fairview-historical	US		0	America/Chicago	37.81254	-93.8691	253			MO	039	12178	
4386072	Fairview Acres	fairview-acres	US		0	America/Chicago	37.85838	-90.53346	263			MO	187	60608	
4386212	Fairville	fairville	US		0	America/Chicago	39.23197	-93.21826	239			MO	195	47702	
4386229	Falk Mill (historical)	falk-mill-historical	US		0	America/Chicago	37.43949	-91.30097	294			MO	065		
4386247	Famous	famous	US		0	America/Chicago	39.03505	-91.01209	144			MO	113	03880	
4386250	Fanchon	fanchon	US		0	America/Chicago	36.79506	-91.70042	281			MO	091	68078	
4386255	Fanning	fanning	US		0	America/Chicago	38.03727	-91.46988	321			MO	055	39242	
4386260	Far West	far-west	US		0	America/Chicago	39.67112	-94.13161	292			MO	025	48872	
4386270	Farewell	farewell	US		0	America/Chicago	36.50117	-91.36152	235			MO	149	36692	
4386273	Faris	faris	US		0	America/Chicago	36.18562	-89.7987	79			MO	155	43382	
4386297	Faro	faro	US		0	America/Chicago	37.44727	-90.43762	178			MO	123	12808	
4386303	Farrenburg	farrenburg	US		0	America/Chicago	36.68811	-89.50063	93	Farrenberg,Farrenburg		MO	143	52094	
4386323	Fawn	fawn	US		0	America/Chicago	37.54393	-91.47625	402			MO	065	25570	
4386343	Federal	federal	US		0	America/Chicago	37.842	-90.50485	265	Federal,Federal Hill		MO	187	64316	
4386355	Feigler Ferry	feigler-ferry	US		0	America/Chicago	38.56393	-91.611	165			MO	073	07462	
4386371	Femme Osage	femme-osage	US		0	America/Chicago	38.63672	-90.94181	200			MO	183	07232	
4386401	Fern Glen	fern-glen	US		0	America/Chicago	38.552	-90.53151	163			MO	189	60363	
4386409	Fernridge	fernridge	US		0	America/Chicago	38.68089	-90.47762	165	Fern Ridge,Fernridge		MO	189	17290	
4386412	Ferrelview	ferrelview	US		462	America/Chicago	39.31111	-94.66496	290			MO	165	46874	
4386417	Ferrys (historical)	ferrys-historical	US		0	America/Chicago	36.93894	-90.28816	108			MO	223	44120	
4386435	Fiddlers Ford	fiddlers-ford	US		0	America/Chicago	37.38394	-93.7991	271			MO	057	77326	
4386452	Fielden	fielden	US		0	America/Chicago	36.862	-92.38322	237			MO	067	35756	
4386481	Finey	finey	US		0	America/Chicago	38.23391	-93.54576	277			MO	083	55136	
4386496	Finley Falls	finley-falls	US		0	America/Chicago	37.13866	-92.84017	434			MO	225	19506	
4386534	Firma	firma	US		0	America/Chicago	38.88922	-90.67596	131			MO	183	62112	
4386575	Fisher (historical)	fisher-historical	US		0	America/Chicago	39.56085	-93.60716	298			MO	033	32176	
4386630	Flag (historical)	flag-historical	US		0	America/Chicago	36.62383	-93.29993	269			MO	213	07984	
4386640	Flag Spring	flag-spring	US		0	America/Chicago	38.02504	-91.60377	320	Flag Spring,Flag Springs		MO	161		
4386651	Flamm City	flamm-city	US		0	America/Chicago	38.417	-90.35678	134			MO	099	01975	
4386662	Flat Creek	flat-creek	US		0	America/Chicago	36.76145	-93.61297	306			MO	009	50366	
4386685	Flat River	flat-river	US		5157	America/Chicago	37.85005	-90.51679	219	Flat River,Jay Bird Town,Taylor Town		MO	187	64316	
4386711	Flatwood	flatwood	US		0	America/Chicago	37.22116	-91.44764	330			MO	203	22294	
4386760	Flinn	flinn	US		0	America/Chicago	38.95806	-94.5494	292	Flinn,Lambert		MO	095	77506	
4386796	Flordell Hills	flordell-hills	US		814	America/Chicago	38.71755	-90.26567	169			MO	189	52814	
4386804	Flory (historical)	flory-historical	US		0	America/Chicago	37.56643	-94.05744	307			MO	057	12196	
4386824	Flucom	flucom	US		0	America/Chicago	38.10116	-90.44262	160			MO	099	58232	
4386851	Foil	foil	US		0	America/Chicago	36.75617	-92.63544	278			MO	153	73114	
4386859	Folk	folk	US		0	America/Chicago	38.42143	-92.09796	245			MO	151	35972	
4386871	Foose	foose	US		0	America/Chicago	37.56143	-93.14658	368			MO	059	35720	
4386897	Fordham	fordham	US		0	America/Chicago	39.83	-94.2705	260			MO	063	28288	
4386915	Forest Green	forest-green	US		0	America/Chicago	39.31503	-92.83769	199			MO	041	13204	
4386954	Forest Mills	forest-mills	US		0	America/Chicago	37.17672	-94.2155	296	Forest Mills,Forrest Mill		MO	097	45416	
4386956	Forest Park (historical)	forest-park-historical	US		0	America/Chicago	36.93284	-93.92326	406			MO	109	57440	
4386963	Forest Spur	forest-spur	US		0	America/Chicago	36.53978	-89.81786	84	Forest,Forest Spur		MO	143	15832	
4386973	Forker	forker	US		0	America/Chicago	39.71919	-93.18576	237	Boomer Post Office,Forker		MO	115	36854	
4386976	Forkners Hill	forkners-hill	US		0	America/Chicago	37.47282	-92.90907	381			MO	225	77758	
4386988	Fort Bellefontaine	fort-bellefontaine	US		0	America/Chicago	38.83616	-90.24206	153			MO	189	69284	
4387011	Fort Henry	fort-henry	US		0	America/Chicago	39.46364	-92.60769	236			MO	175	65684	
4387015	Fortyville (historical)	fortyville-historical	US		0	America/Chicago	39.00473	-93.808	257			MO	107	77560	
4387036	Fountain Farm	fountain-farm	US		0	America/Chicago	37.97783	-90.71874	257			MO	221	75040	
4387039	Fountain Grove	fountain-grove	US		0	America/Chicago	39.71086	-93.31576	216	Fountain Grove,Wolf Grove		MO	115	56378	
4387044	Fountain N' Lakes	fountain-n-lakes	US		162	America/Chicago	38.96894	-90.85013	185			MO	113	49322	
4387048	Fountainbleau	fountainbleau	US		0	America/Chicago	39.97416	-94.70719	303	Fontainbleau,Fountainbleau		MO	003	22330	
4387055	Four Points	four-points	US		0	America/Chicago	37.95282	-91.09569	294			MO	055	16930	
4387060	Four Seasons	four-seasons	US		2217	America/Chicago	38.19809	-92.71102	225	Four Seasons,Village of Four Seasons		MO	029	56596	
4387077	Fourche a Renault (historical)	fourche-a-renault-historical	US		0	America/Chicago	38.01338	-90.87763	221			MO	221	42392	
4387082	Fourmile Corner	fourmile-corner	US		0	America/Chicago	38.51116	-91.04626	235	Four Mile House,Fourmile Corner		MO	071	64496	
4387087	Fourteen Bend (historical)	fourteen-bend-historical	US		0	America/Chicago	36.28034	-89.58897	84			MO	155	16012	
4387092	Fowkes	fowkes	US		0	America/Chicago	39.48309	-92.07156	235			MO	137	35936	
4387104	Fox Creek	fox-creek	US		0	America/Chicago	38.57116	-90.68902	228			MO	189	13605	
4387123	Fox Run	fox-run	US		0	America/Chicago	38.18225	-93.57326	263			MO	185	36080	
4387129	Fox Springs	fox-springs	US		0	America/Chicago	38.00865	-91.45932	233			MO	055	39242	
4387134	Frailie	frailie	US		0	America/Chicago	36.41812	-89.81731	82			MO	143	59132	
4387161	Frankclay	frankclay	US		221	America/Chicago	37.86172	-90.61513	275	Claytown,Frankclay		MO	187	60608	
4387167	Frankenstein	frankenstein	US		0	America/Chicago	38.57421	-91.8824	240			MO	151	43256	
4387214	Franks	franks	US		0	America/Chicago	37.95282	-92.03683	297			MO	169	74878	
4387222	Frazier	frazier	US		0	America/Chicago	39.62889	-94.66774	282	Frazer,Frazier		MO	021	73798	
4387248	Fredville	fredville	US		0	America/Chicago	36.90951	-94.41272	345			MO	145	51590	
4387306	Fremont Hills	fremont-hills	US		867	America/Chicago	37.06505	-93.2488	392			MO	043	11878	
4387317	French Mills	french-mills	US		0	America/Chicago	37.45589	-90.48929	186			MO	123	42212	
4387319	French Town	french-town	US		0	America/Chicago	37.95505	-90.67457	275			MO	221	08254	
4387322	French Village (historical)	french-village-historical	US		0	America/Chicago	38.57671	-91.96907	164			MO	151	43256	
4387347	Friedenberg	friedenberg	US		0	America/Chicago	37.70089	-89.79399	168	Friedenberg,Friedenburg		MO	157	12826	
4387366	Friendly Valley	friendly-valley	US		0	America/Chicago	37.69005	-89.91066	175			MO	157	12826	
4387401	Frisbee	frisbee	US		0	America/Chicago	36.35006	-90.0287	84	Frisbee,Manley		MO	069	32554	
4387411	Fristoe	fristoe	US		0	America/Chicago	38.1167	-93.27576	296			MO	015	26074	
4387431	Frogtown	frogtown	US		0	America/Chicago	37.97977	-90.76652	331			MO	221	75040	
4387441	Fruit City	fruit-city	US		0	America/Chicago	37.2906	-91.03902	329	Fruit City,Red Oak		MO	179	43598	
4387447	Fruitville	fruitville	US		0	America/Chicago	36.61617	-91.76542	269			MO	091	33382	
4387451	Frumet	frumet	US		0	America/Chicago	38.1595	-90.69318	182			MO	099	05554	
4387465	Feuersville (historical)	feuersville-historical	US		0	America/Chicago	38.39366	-91.67489	232	Feuersville (historical),Feversville,Fuersville		MO	151	36926	
4387477	Fuget	fuget	US		0	America/Chicago	36.80894	-89.19201	94			MO	133	48926	
4387519	Fuson	fuson	US		0	America/Chicago	37.33227	-92.4985	427			MO	229	09154	
4387530	Gabriels Mills	gabriels-mills	US		0	America/Chicago	38.18086	-93.34381	270			MO	015	26074	
4387533	Gads Hill	gads-hill	US		0	America/Chicago	37.23838	-90.69679	257	Gads Hill,Zeitonia		MO	223	04816	
4387540	Gaines Ford (historical)	gaines-ford-historical	US		0	America/Chicago	38.06004	-91.89266	195	Clifty Dale,Gaines Ford (historical)		MO	125	69662	
4387549	Gaither (historical)	gaither-historical	US		0	America/Chicago	37.15311	-93.88493	351			MO	109	50690	
4387581	Galmey	galmey	US		0	America/Chicago	37.8942	-93.36214	295	Calumey,Galmey		MO	085	31785	
4387589	Gamma	gamma	US		0	America/Chicago	39.06726	-91.34154	215			MO	139	59618	
4387592	Gamburg	gamburg	US		0	America/Chicago	36.63728	-90.64012	143			MO	181	77668	
4387598	Gang	gang	US		0	America/Chicago	37.20671	-91.23069	199			MO	203	22294	
4387656	Garnsey	garnsey	US		0	America/Chicago	37.82365	-92.45712	336	Crane,Garnsey		MO	105	46937	
4387660	Garrett (historical)	garrett-historical	US		0	America/Chicago	38.80004	-91.64878	262			MO	027	02656	
4387669	Garrettsburg	garrettsburg	US		0	America/Chicago	39.6875	-94.70107	268			MO	021	73798	
4387691	Garver	garver	US		0	America/Chicago	36.38617	-89.81786	82			MO	155	43400	
4387706	Gascondy	gascondy	US		0	America/Chicago	38.29949	-91.85934	203			MO	151	36926	
4387707	Gascozark	gascozark	US		0	America/Chicago	37.76754	-92.40406	324	Francis,Gascozark		MO	169	42266	
4387711	Gashland	gashland	US		0	America/Chicago	39.24639	-94.57579	307			MO	047	13780	
4387721	Gateway Drive	gateway-drive	US		0	America/Chicago	37.05201	-94.47856	317			MO	145	67610	
4387729	Gaunt Ford (historical)	gaunt-ford-historical	US		0	America/Chicago	37.59976	-92.98741	305			MO	059	80170	
4387731	Gaylor	gaylor	US		0	America/Chicago	37.09672	-90.71401	135	Chilton,Gaylor		MO	223	48404	
4387734	Gazette	gazette	US		0	America/Chicago	39.20449	-91.39599	235			MO	163	30682	
4387739	Gayoso	gayoso	US		0	America/Chicago	36.25618	-89.70508	84			MO	155	16012	
4387778	George (historical)	george-historical	US		0	America/Chicago	38.24533	-90.94903	164			MO	071	59528	
4387804	Georgeville	georgeville	US		0	America/Chicago	39.49612	-93.90827	292			MO	177	28666	
4387831	Germantown (historical)	germantown-historical	US		0	America/Chicago	39.06726	-92.4024	189			MO	019	57026	
4387833	Gerster	gerster	US		24	America/Chicago	37.95337	-93.57576	244			MO	185	18100	
4387843	Ghermanville	ghermanville	US		0	America/Chicago	37.64894	-90.67012	361			MO	093	35360	
4387844	Gibbons	gibbons	US		0	America/Chicago	36.13257	-89.97787	76			MO	069	14338	
4387854	Giboney	giboney	US		0	America/Chicago	37.80478	-89.99067	153			MO	157	65360	
4387858	Gheen	gheen	US		0	America/Chicago	36.5995	-90.584	92			MO	023	51392	
4387887	Gidson	gidson	US		0	America/Chicago	36.32979	-89.93398	81			MO	155	43400	
4387901	Gilbertson Ford (historical)	gilbertson-ford-historical	US		0	America/Chicago	37.79115	-92.84074	244			MO	105	21556	
4387903	Gildehouse	gildehouse	US		0	America/Chicago	38.48477	-90.93847	190	Gildehaus,Gildehouse,Oldehouse		MO	071	74644	
4387947	Ginger Blue	ginger-blue	US		61	America/Chicago	36.58868	-94.46077	257			MO	119	57840	
4387956	Ginlet	ginlet	US		0	America/Chicago	38.85976	-92.19241	262			MO	019	73129	
4387962	Girdner	girdner	US		0	America/Chicago	36.85395	-92.58711	320	Gardner,Girdner		MO	067	76732	
4387973	Gladden	gladden	US		0	America/Chicago	37.49866	-91.45653	392			MO	065	27172	
4387997	Glaize (historical)	glaize-historical	US		0	America/Chicago	37.93559	-92.44518	303	Dry Glaize,Glaize (historical),Glaize City		MO	029	02476	
4388002	Glaser Ford	glaser-ford	US		0	America/Chicago	38.23255	-91.51988	229			MO	073	09100	
4388005	Glasgow Village	glasgow-village	US		5429	America/Chicago	38.75366	-90.19844	152			MO	189	64208	
4388022	Glen Echo Park	glen-echo-park	US		160	America/Chicago	38.70116	-90.29789	192	Glehn Ehkho Park,Glen Eko Park,ghlyn aykw bark,Глен Еко Парк,Глэн Эхо Парк,غلين إيكو بارك		MO	189	52814	
4388029	Glen Town	glen-town	US		0	America/Chicago	37.51227	-93.80688	304	Glen Town,Glenn Town		MO	057	63812	
4388030	Glenaire	glenaire	US		578	America/Chicago	39.22139	-94.45134	244	Belleview,Glenaire,Urban Heights		MO	047	42050	
4388055	Glennon	glennon	US		0	America/Chicago	37.18894	-89.91843	165			MO	017	41960	
4388058	Glennonville	glennonville	US		0	America/Chicago	36.58089	-90.15565	96			MO	069	74608	
4388062	Glensted	glensted	US		0	America/Chicago	38.51558	-92.85547	299			MO	141	30988	
4388094	Glidewell	glidewell	US		0	America/Chicago	37.30449	-93.32713	357			MO	077		
4388157	Goldman	goldman	US		0	America/Chicago	38.29728	-90.52151	147			MO	099	12790	
4388161	Golf Hill	golf-hill	US		0	America/Chicago	39.33445	-94.20939	273			MO	177	24310	
4388163	Goltra	goltra	US		0	America/Chicago	37.82977	-91.43681	277			MO	055	74572	
4388198	Good Water	good-water	US		0	America/Chicago	37.71338	-91.04624	311	Good Water,Goodwater		MO	093	19108	
4388203	Goodfellow Terrace	goodfellow-terrace	US		0	America/Chicago	38.69727	-90.27067	174			MO	189	52814	
4388204	Goodhope	goodhope	US		0	America/Chicago	36.90894	-92.80767	388			MO	067	77398	
4388209	Goldsberry	goldsberry	US		0	America/Chicago	39.96225	-92.76936	300			MO	121	20062	
4388221	Goodnight	goodnight	US		18	America/Chicago	37.44588	-93.22658	320			MO	167	49736	
4388227	Goodson	goodson	US		0	America/Chicago	37.70198	-93.25158	325			MO	167	68874	
4388323	Gospel Ridge	gospel-ridge	US		0	America/Chicago	37.82143	-92.15905	323			MO	169	17740	
4388328	Goss	goss	US		0	America/Chicago	39.51393	-91.94239	229	Austin,Goss		MO	137	35936	
4388341	Gould Farm	gould-farm	US		0	America/Chicago	39.65612	-93.90188	252			MO	025	52400	
4388352	Gowdy	gowdy	US		0	America/Chicago	38.76557	-94.29717	261			MO	037	05374	
4388356	Grabeel (historical)	grabeel-historical	US		0	America/Chicago	36.72228	-92.551	326			MO	153	52652	
4388372	Graceland	graceland	US		0	America/Chicago	37.75587	-93.76604	266			MO	039	77272	
4388410	Granby City	granby-city	US		0	America/Chicago	36.94173	-94.26966	314			MO	145	28126	
4388416	Grand Eddy	grand-eddy	US		0	America/Chicago	37.75505	-89.68621	119			MO	157	65288	
4388419	Grand Falls Plaza	grand-falls-plaza	US		115	America/Chicago	37.03617	-94.53495	273			MO	145	67610	
4388426	Grand Pass	grand-pass	US		66	America/Chicago	39.20641	-93.44271	206			MO	195	28216	
4388428	Grand Port	grand-port	US		0	America/Chicago	39.39586	-93.11353	193			MO	041	09064	
4388436	Grand River City (historical)	grand-river-city-historical	US		0	America/Chicago	39.38808	-93.09575	193			MO	041	09064	
4388472	Grangeville (historical)	grangeville-historical	US		0	America/Chicago	36.80007	-94.07771	399			MO	145	25696	
4388509	Grantwood	grantwood	US		0	America/Chicago	38.55422	-90.34512	181			MO	189	28792	
4388510	Grantwood Village	grantwood-village	US		866	America/Chicago	38.55033	-90.35456	158			MO	189	28792	
4388526	Grassy	grassy	US		0	America/Chicago	37.26089	-90.12372	216			MO	017	24210	
4388570	Gravel Hill	gravel-hill	US		0	America/Chicago	37.35755	-89.8401	128	Gravel Hill,Gravelhill		MO	031	38702	
4388577	Gravel Point (historical)	gravel-point-historical	US		0	America/Chicago	37.22477	-92.16794	384			MO	215	50042	
4388587	Gravelton	gravelton	US		0	America/Chicago	37.29839	-90.254	149			MO	223	12304	
4388633	Graydon Springs	graydon-springs	US		0	America/Chicago	37.45671	-93.50992	305	Graydon,Graydon Springs		MO	167	36008	
4388638	Grays Point (historical)	grays-point-historical	US		0	America/Chicago	37.24033	-89.4687	103	Grays Point (historical),Graysboro,Ross Point		MO	201	38234	
4388641	Grays Valley	grays-valley	US		0	America/Chicago	37.45255	-93.98049	314			MO	057	22564	
4388651	Grays Point	grays-point	US		0	America/Chicago	37.24616	-93.97744	361	Grays Point,Greys Point		MO	109	61040	
4388676	Green Bay Terrace	green-bay-terrace	US		0	America/Chicago	38.09281	-92.76185	225			MO	029	36476	
4388691	Green Cox	green-cox	US		0	America/Chicago	37.14061	-89.83898	99			MO	031	78280	
4388724	Green Mound Ridge	green-mound-ridge	US		0	America/Chicago	36.89228	-93.25074	398			MO	043	68816	
4388731	Green Oaks	green-oaks	US		0	America/Chicago	36.78811	-90.16427	99			MO	207	20260	
4388732	Green Park	green-park	US		2640	America/Chicago	38.52366	-90.33845	164			MO	189	16048	
4388741	Green Gables (historical)	green-gables-historical	US		0	America/Chicago	37.94976	-92.87463	239	Edith,Green Gables (historical)		MO	029	63668	
4388750	Green Town	green-town	US		0	America/Chicago	36.51423	-91.54236	185			MO	149	72844	
4388779	Greendoor	greendoor	US		0	America/Chicago	38.82112	-93.82689	238			MO	101	12700	
4388810	Greene Springs (historical)	greene-springs-historical	US		0	America/Chicago	37.81976	-94.17133	262			MO	217	76318	
4388816	Greenton	greenton	US		0	America/Chicago	39.04862	-93.96411	305			MO	107	14428	
4388825	Greenville Ford	greenville-ford	US		0	America/Chicago	36.74561	-90.73568	125			MO	181	37448	
4388828	Greenstreet	greenstreet	US		0	America/Chicago	38.40644	-91.2032	230			MO	071	07192	
4388880	Gregg	gregg	US		0	America/Chicago	37.05201	-94.56439	285	Gregg,Tanyard Hollow		MO	145	67610	
4388897	Gresham (historical)	gresham-historical	US		0	America/Chicago	37.42532	-93.39936	327			MO	167	20972	
4388912	Gridley (historical)	gridley-historical	US		0	America/Chicago	39.80611	-94.27523	267			MO	063	28288	
4388917	Griffin Ford	griffin-ford	US		0	America/Chicago	36.56674	-94.30493	274			MO	119	79540	
4388932	Grimes Mill	grimes-mill	US		0	America/Chicago	37.32172	-92.39294	351	Grimes,Grimes Mill		MO	229	75634	
4388934	Grimmet	grimmet	US		0	America/Chicago	36.78145	-92.00654	331	Grimmet,Shinkle		MO	091	69644	
4388970	Grisham	grisham	US		0	America/Chicago	37.37978	-90.10094	184			MO	017	17380	
4388984	Grogan	grogan	US		0	America/Chicago	37.15477	-91.88626	397			MO	215	11854	
4389020	Guam	guam	US		0	America/Chicago	36.902	-89.8237	97	Guam,Nome,Paront		MO	207	11980	
4389039	Guiteau	guiteau	US		0	America/Chicago	36.54701	-91.31319	226			MO	149	36692	
4389045	Gulfton	gulfton	US		0	America/Chicago	37.18367	-94.54495	275			MO	097	74266	
4389069	Gumbo	gumbo	US		0	America/Chicago	37.86255	-90.56263	249			MO	187	60608	
4389070	Gumbo	gumbo	US		0	America/Chicago	38.66811	-90.6179	140			MO	189	13605	
4389086	Gunn City	gunn-city	US		118	America/Chicago	38.66723	-94.16217	261			MO	037	35072	
4389108	Guthridge	guthridge	US		0	America/Chicago	39.54364	-92.97714	215	Guthridge,Guthridge Mills,Izora City		MO	041	65486	
4389142	Hackleman Corner	hackleman-corner	US		0	America/Chicago	37.85115	-93.87494	248			MO	039	12178	
4389144	Hackler Ford (historical)	hackler-ford-historical	US		0	America/Chicago	37.69282	-92.97463	281			MO	059	36494	
4389150	Hackney	hackney	US		0	America/Chicago	37.34505	-93.39547	306			MO	077		
4389164	Hadsell	hadsell	US		0	America/Chicago	38.69834	-94.13689	249			MO	037	35072	
4389181	Hagers Grove	hagers-grove	US		0	America/Chicago	39.83115	-92.22324	226			MO	205	14518	
4389188	Hahatonka	hahatonka	US		0	America/Chicago	37.97309	-92.76907	256	Gunter,Gunters Big Spring,Ha Ha Tonka,Hahatonka		MO	029	77038	
4389190	Hahn	hahn	US		0	America/Chicago	37.20533	-90.06982	204			MO	017	41960	
4389194	Hahns Mill	hahns-mill	US		0	America/Chicago	37.55867	-90.15511	217			MO	123	11962	
4389214	Halcyon	halcyon	US		0	America/Chicago	37.47643	-91.38292	332			MO	065		
4389222	Hale Crossing	hale-crossing	US		0	America/Chicago	36.88228	-92.18738	239			MO	067	61472	
4389240	Hall (historical)	hall-historical	US		0	America/Chicago	36.10424	-89.80342	79			MO	155	16354	
4389272	Hallett (historical)	hallett-historical	US		0	America/Chicago	36.90033	-89.3223	98			MO	133	74392	
4389280	Halloran	halloran	US		0	America/Chicago	36.83339	-90.61817	139			MO	023	22492	
4389341	Hamilton Town	hamilton-town	US		0	America/Chicago	37.74144	-90.48373	283			MO	187	56864	
4389345	Hammack	hammack	US		0	America/Chicago	39.71725	-92.72547	250			MO	121	43112	
4389372	Hams Prairie	hams-prairie	US		0	America/Chicago	38.76726	-91.91907	257			MO	027	64010	
4389395	Handy	handy	US		0	America/Chicago	36.80922	-91.10707	244			MO	181	57728	
4389411	Hanley Hills	hanley-hills	US		2126	America/Chicago	38.68588	-90.32373	165			MO	189	75210	
4389412	Hanleyville	hanleyville	US		0	America/Chicago	36.68867	-90.29011	95			MO	023	02224	
4389424	Hannon	hannon	US		0	America/Chicago	37.62255	-94.49412	265	Barton City,Hannon		MO	011	41618	
4389479	Hardeman	hardeman	US		0	America/Chicago	39.08947	-93.01047	233			MO	195	02062	
4389499	Harg	harg	US		0	America/Chicago	38.92671	-92.23129	258			MO	019	15688	
4389506	Harkes	harkes	US		0	America/Chicago	39.34837	-92.48074	269	Elliot,Harkes,Wilcox		MO	175	49250	
4389510	Hargrove	hargrove	US		0	America/Chicago	36.0659	-90.32038	75	Hargrove,Seneca		MO	069	09532	
4389518	Harlow Ford	harlow-ford	US		0	America/Chicago	37.07227	-91.70514	270			MO	215	18334	
4389537	Harmony (historical)	harmony-historical	US		0	America/Chicago	39.90669	-93.38271	223			MO	117	47090	
4389592	Harrelson	harrelson	US		0	America/Chicago	38.7689	-94.49134	289			MO	037	60770	
4389593	Harrill Ford	harrill-ford	US		0	America/Chicago	37.72699	-92.46434	263			MO	105	46937	
4389653	Harrison Mills	harrison-mills	US		0	America/Chicago	38.08032	-91.14653	212			MO	055	42086	
4389710	Hartle Ford	hartle-ford	US		0	America/Chicago	37.43311	-89.85316	127			MO	031	79630	
4389735	Hartzell	hartzell	US		0	America/Chicago	36.48534	-89.85592	82			MO	143	01234	
4389739	Harvester	harvester	US		0	America/Chicago	38.74589	-90.58068	185	Harvester,Six Mile House		MO	183	30812	
4389759	Haseltine	haseltine	US		0	America/Chicago	37.20949	-93.38602	396	Dorchester,Haseltine,Hazeltine Station		MO	077		
4389762	Hastain	hastain	US		0	America/Chicago	38.20197	-93.17631	209			MO	015	74500	
4389768	Hassard	hassard	US		0	America/Chicago	39.65699	-91.6596	225			MO	173	65378	
4389775	Hathaway Meadows	hathaway-meadows	US		0	America/Chicago	38.74714	-90.24598	146			MO	189	53448	
4389778	Hattie	hattie	US		0	America/Chicago	37.07977	-91.77348	308			MO	215	57476	
4389792	Havenhurst	havenhurst	US		0	America/Chicago	36.58341	-94.37438	268			MO	119	57846	
4389844	Hawley (historical)	hawley-historical	US		0	America/Chicago	37.16894	-92.3485	420			MO	229	80728	
4389881	Haydite	haydite	US		0	America/Chicago	39.4975	-94.80191	262			MO	165	29026	
4389911	Hayti Heights	hayti-heights	US		590	America/Chicago	36.23396	-89.76953	81			MO	155	31150	
4389916	Haywood City	haywood-city	US		204	America/Chicago	37.01255	-89.60147	107	Hayward City,Haywood,Haywood City		MO	201	50006	
4389957	Hazel Run	hazel-run	US		0	America/Chicago	37.947	-90.46568	240	Hazel Run,Hazel Run Mills		MO	187	46154	
4389963	Hazelgreen	hazelgreen	US		0	America/Chicago	37.76754	-92.42739	295	Hazelgreen,Hazlegreen		MO	105	46937	
4389978	Head Ford (historical)	head-ford-historical	US		0	America/Chicago	37.30616	-90.46595	129			MO	223	12304	
4389986	Heady	heady	US		0	America/Chicago	37.38532	-93.36825	351			MO	077		
4389987	Heagy	heagy	US		0	America/Chicago	37.03838	-89.80287	98			MO	207	57548	
4390008	Heatonville	heatonville	US		0	America/Chicago	37.18839	-93.79937	400	Heaton,Heatonville		MO	109	42806	
4390052	Heilburn (historical)	heilburn-historical	US		0	America/Chicago	38.72088	-91.72128	165	Heilbrunn,Heilburn (historical)		MO	027	02656	
4390063	Heitmans Mill	heitmans-mill	US		0	America/Chicago	37.59644	-90.02844	180			MO	017	74518	
4390103	Helvey (historical)	helvey-historical	US		0	America/Chicago	37.12533	-90.87123	182			MO	179	78100	
4390109	Hemenway	hemenway	US		0	America/Chicago	36.54839	-90.65178	90			MO	181	72970	
4390111	Hemker	hemker	US		0	America/Chicago	38.30727	-90.77763	231	Gasburg,Hemker,Hemmker		MO	071	59528	
4390115	Hemple	hemple	US		0	America/Chicago	39.72555	-94.56162	317			MO	049	39674	
4390131	Henderson Ford (historical)	henderson-ford-historical	US		0	America/Chicago	38.17782	-91.86461	189			MO	125	35918	
4390145	Hendrickson	hendrickson	US		0	America/Chicago	36.9045	-90.469	111	Hendrickson,Reeves Station		MO	023	06076	
4390189	Henson	henson	US		0	America/Chicago	36.85617	-89.25257	94			MO	133	48926	
4390231	Hermondale	hermondale	US		0	America/Chicago	36.01618	-89.91481	77			MO	155	32608	
4390253	Herrick Ford	herrick-ford	US		0	America/Chicago	37.86087	-92.91269	225			MO	059	48188	
4390269	Hest	hest	US		0	America/Chicago	36.89589	-92.68128	340			MO	067	04654	
4390275	Heuer	heuer	US		0	America/Chicago	39.70836	-92.80769	266			MO	121	43112	
4390282	Hiatt (historical)	hiatt-historical	US		0	America/Chicago	37.31227	-92.70434	428			MO	225	32122	
4390310	Hickman Mills	hickman-mills	US		0	America/Chicago	38.91945	-94.51856	313	Hickman Mills,Jeffries		MO	095	77506	
4390314	Hickory Barren	hickory-barren	US		0	America/Chicago	37.34782	-93.2213	403			MO	077		
4390330	Hickory Creek	hickory-creek	US		0	America/Chicago	39.99807	-93.66938	238	Hickory,Hickory Creek		MO	079	36800	
4390394	Hickory Hill	hickory-hill	US		0	America/Chicago	38.40059	-92.35963	269			MO	051	14032	
4390438	Hicks	hicks	US		0	America/Chicago	37.92255	-89.99539	116			MO	186		
4390441	Hicks City	hicks-city	US		0	America/Chicago	38.88556	-94.12383	321			MO	095	75598	
4390453	Hico (historical)	hico-historical	US		0	America/Chicago	37.56949	-93.00518	323			MO	059	77344	
4390455	Hicoria Spur	hicoria-spur	US		0	America/Chicago	36.66478	-90.17427	97	Hicoria,Hicoria Spur		MO	023	02224	
4390493	High Gate	high-gate	US		0	America/Chicago	38.15782	-91.67488	329			MO	125	36872	
4390516	High Place Lookout Tower	high-place-lookout-tower	US		0	America/Chicago	36.71506	-92.1671	318			MO	153	69680	
4390543	High Prairie	high-prairie	US		0	America/Chicago	37.29533	-92.76517	443			MO	225	32122	
4390554	High Prarie	high-prarie	US		0	America/Chicago	37.29394	-92.76267	449			MO	225	32122	
4390606	Highley Heights	highley-heights	US		0	America/Chicago	37.88144	-90.51735	238			MO	187	60608	
4390613	Highview (historical)	highview-historical	US		0	America/Chicago	38.95561	-90.80957	171			MO	113	49322	
4390636	Hilderbrand	hilderbrand	US		0	America/Chicago	37.57561	-89.85399	158			MO	031	01450	
4390641	Hiler	hiler	US		0	America/Chicago	39.07612	-94.19967	287			MO	095	68438	
4390670	Hill Top	hill-top	US		0	America/Chicago	36.64089	-90.80179	179			MO	181	19810	
4390692	Hilldale	hilldale	US		0	America/Chicago	39.06309	-92.56129	219			MO	089	49232	
4390697	Hillhouse Addition	hillhouse-addition	US		0	America/Chicago	37.86032	-92.41962	338	Hillhouse,Hillhouse Addition		MO	029	02476	
4390704	Hills Store	hills-store	US		0	America/Chicago	36.71978	-89.80897	88	Demmittville,Hills Store		MO	207	21592	
4390731	Hilo (historical)	hilo-historical	US		0	America/Chicago	36.81311	-92.53239	391			MO	067	76732	
4390744	Himmel	himmel	US		0	America/Chicago	36.97616	-89.75286	93			MO	207	57548	
4390745	Himont (historical)	himont-historical	US		0	America/Chicago	37.30977	-91.24485	372			MO	203	49772	
4390747	Hinch	hinch	US		0	America/Chicago	38.06282	-91.15542	229			MO	055	42086	
4390757	Hine	hine	US		0	America/Chicago	38.68311	-90.52345	138	Hine,Mona		MO	189	13605	
4390761	Hines Landing	hines-landing	US		0	America/Chicago	37.55783	-89.52649	111			MO	031	67070	
4390817	Hoberg	hoberg	US		56	America/Chicago	37.06978	-93.84882	355	Hoberg,Hoburg		MO	109	32428	
4390829	Hocomo	hocomo	US		0	America/Chicago	36.61478	-92.00404	345			MO	091	04690	
4390849	Hoecker	hoecker	US		0	America/Chicago	38.33198	-92.29046	184	Brouses Bend,Hoecker		MO	131	55172	
4390853	Hoene Spring	hoene-spring	US		0	America/Chicago	38.45144	-90.61457	132			MO	099	47414	
4390857	Hofflins	hofflins	US		0	America/Chicago	38.09588	-91.3607	313	Cuba Junction,East Cuba,Hofflins		MO	055	04618	
4390869	Hoffman Junction	hoffman-junction	US		0	America/Chicago	37.91005	-90.55651	281	Hoffman Branch Junction,Hoffman Junction		MO	187	57098	
4390891	Hogan	hogan	US		0	America/Chicago	37.51116	-90.69595	276			MO	093	01666	
4390910	Holbert Corner	holbert-corner	US		0	America/Chicago	36.0234	-89.86786	78			MO	155	32608	
4390934	Holiday Shores	holiday-shores	US		0	America/Chicago	37.73922	-90.67457	307			MO	221	04320	
4390952	Hollensville	hollensville	US		0	America/Chicago	39.3131	-91.98545	241			MO	007	80152	
4390958	Holliday Landing	holliday-landing	US		0	America/Chicago	37.03616	-90.42289	123	Holliday,Holliday Landing		MO	223	06112	
4390973	Hollow	hollow	US		0	America/Chicago	38.55005	-90.70818	200	Dutch Hollow,Hollow		MO	189	13605	
4391002	Holmes Park	holmes-park	US		0	America/Chicago	38.95251	-94.53579	259			MO	095	77506	
4391003	Holmes Place	holmes-place	US		0	America/Chicago	36.53867	-90.19343	95			MO	069	74608	
4391059	Homestead (historical)	homestead-historical	US		0	America/Chicago	36.81894	-90.71901	206			MO	035	37376	
4390630	Hilda	hilda	US	29813	0	America/Chicago	38.36308	-93.17853	248			MO	015	15418	
4391065	Homestown	homestown	US		145	America/Chicago	36.33201	-89.82592	82	Delmore Labor Home,Home Town,Homestown		MO	155	43400	
4391068	Hondin (historical)	hondin-historical	US		0	America/Chicago	36.622	-89.73008	86			MO	143	15832	
4391096	Hong	hong	US		0	America/Chicago	37.89504	-94.4169	234			MO	217	39818	
4391122	Hoover	hoover	US		0	America/Chicago	39.36889	-94.6669	272			MO	165	11512	
4391207	Hord (historical)	hord-historical	US		0	America/Chicago	38.65282	-91.96129	177			MO	027	16642	
4391211	Horine	horine	US		821	America/Chicago	38.26672	-90.42457	129	Horine,Horine Station,Horines		MO	099	37340	
4391235	Hornersville Junction	hornersville-junction	US		0	America/Chicago	36.03979	-90.0837	73			MO	069	14338	
4391238	Hornet	hornet	US		0	America/Chicago	36.96201	-94.55717	313			MO	145	24346	
4391312	Horton Town	horton-town	US		0	America/Chicago	37.77644	-90.92513	317			MO	221	04078	
4391339	House Creek	house-creek	US		0	America/Chicago	37.01755	-91.06263	181			MO	035	11620	
4391341	Hough	hough	US		0	America/Chicago	36.94561	-89.26702	97			MO	133	74392	
4391351	House Hollow (historical)	house-hollow-historical	US		0	America/Chicago	37.18088	-91.42847	220			MO	203	22294	
4391374	Houston Lake	houston-lake	US		244	America/Chicago	39.19278	-94.62023	258			MO	165	25450	
4391396	Howards Ridge	howards-ridge	US		0	America/Chicago	36.52895	-92.3321	268			MO	153	42446	
4391398	Howardville	howardville	US		367	America/Chicago	36.56812	-89.60063	89			MO	143	41816	
4391403	Howell (historical)	howell-historical	US		0	America/Chicago	38.69339	-90.76596	218			MO	183	07232	
4391429	Howes Mill	howes-mill	US		0	America/Chicago	37.61782	-91.2918	420			MO	065	55118	
4391448	Hubbells	hubbells	US		0	America/Chicago	36.56756	-90.55734	93	Hubbell,Hubbells		MO	023	51392	
4391455	Huben (historical)	huben-historical	US		0	America/Chicago	37.58727	-92.75156	418			MO	105	57386	
4391456	Huber	huber	US		0	America/Chicago	38.68834	-94.33689	309			MO	037	56774	
4391461	Huckaby	huckaby	US		0	America/Chicago	37.78948	-93.24992	284	Hackaby,Huckaby		MO	167	53073	
4391504	Huff	huff	US		0	America/Chicago	38.24366	-90.88541	245			MO	071	59528	
4391551	Huiskamp	huiskamp	US		0	America/Chicago	39.81616	-91.44071	144	Bowles Ranch,Huiskamp		MO	127	42230	
4391558	Hulsey	hulsey	US		0	America/Chicago	38.18033	-91.03681	287			MO	221	37484	
4391562	Hulston	hulston	US		0	America/Chicago	37.45449	-93.73271	271			MO	057	58754	
4391613	Hunter Crossing	hunter-crossing	US		0	America/Chicago	36.67867	-91.66737	238			MO	149	05338	
4391632	Hunterville	hunterville	US		0	America/Chicago	36.82061	-89.80759	91	Huntersville,Hunterville		MO	207	61616	
4391633	Huntingdale	huntingdale	US		0	America/Chicago	38.47668	-93.81716	258			MO	083	67088	
4391636	Huntleigh	huntleigh	US		335	America/Chicago	38.61589	-90.41067	169	Huntleigh,Huntleigh Village		MO	189	14590	
4391639	Huntsdale	huntsdale	US		31	America/Chicago	38.9117	-92.47241	180			MO	019	38045	
4391649	Hurlingen	hurlingen	US		0	America/Chicago	39.79833	-94.63663	294			MO	021	45938	
4391668	Hurricane Deck	hurricane-deck	US		0	America/Chicago	38.1317	-92.7938	234			MO	029	36476	
4391680	Hurryville	hurryville	US		0	America/Chicago	37.84005	-90.45818	258			MO	187	64316	
4391687	Huskey	huskey	US		0	America/Chicago	37.3195	-89.8876	132			MO	017	44084	
4391692	Hurricane Ridge	hurricane-ridge	US		0	America/Chicago	36.63422	-89.66425	87			MO	143	52094	
4391699	Hutchison	hutchison	US		0	America/Chicago	39.34587	-91.64266	226	Hutchinson,Hutchison		MO	173	65612	
4391708	Hutton Valley	hutton-valley	US		0	America/Chicago	36.96172	-91.88321	352			MO	091	34120	
4391710	Huxie	huxie	US		0	America/Chicago	37.25922	-90.05233	165			MO	017	44084	
4391712	Huzzah	huzzah	US		0	America/Chicago	37.90421	-91.15736	227			MO	055	16930	
4391727	Hybrid (historical)	hybrid-historical	US		0	America/Chicago	39.92225	-92.97353	278			MO	115	03016	
4391748	Iantha	iantha	US		0	America/Chicago	37.51699	-94.39773	301			MO	011	12736	
4391750	Iatan	iatan	US		47	America/Chicago	39.47527	-94.98274	242			MO	165	46298	
4391754	Iconium	iconium	US		0	America/Chicago	38.10586	-93.54465	284			MO	185	36080	
4391771	Ilasco	ilasco	US		0	America/Chicago	39.67143	-91.3107	146			MO	173	66080	
4391774	Illmo	illmo	US		0	America/Chicago	37.21977	-89.50898	113	Illmo,Washburn		MO	201	38234	
4391878	Indian Creek	indian-creek	US		0	America/Chicago	39.59449	-91.77683	209			MO	137	35126	
4391912	Indian Grove	indian-grove	US		0	America/Chicago	39.51058	-93.03492	243			MO	041	09064	
4391933	Indian Point	indian-point	US		515	America/Chicago	36.6284	-93.3438	297	Indian Point,Indian Point Village		MO	209	63770	
4391956	Indian Village	indian-village	US		0	America/Chicago	38.96501	-94.58829	282			MO	095	38054	
4391961	Ingalls (historical)	ingalls-historical	US		0	America/Chicago	37.78893	-93.20103	322			MO	167	53073	
4391966	Ingram Ridge	ingram-ridge	US		0	America/Chicago	36.29173	-89.79092	81			MO	155	16012	
4391971	Ink	ink	US		0	America/Chicago	37.2581	-91.48375	254			MO	203	22294	
4391980	Innsbrook	innsbrook	US		582	America/Chicago	38.76922	-91.05209	203			MO	219	31888	
4392015	Ipley	ipley	US		0	America/Chicago	36.29479	-90.0287	81	Ipley,Shipley		MO	069	34390	
4392023	Iron Center	iron-center	US		0	America/Chicago	38.03477	-91.45126	312			MO	055	04618	
4392028	Iron Gates	iron-gates	US		332	America/Chicago	37.06701	-94.55439	314			MO	097	26236	
4392035	Iron Mountain Lake	iron-mountain-lake	US		717	America/Chicago	37.69311	-90.62262	322			MO	187	35378	
4392081	Isbell (historical)	isbell-historical	US		0	America/Chicago	38.61699	-91.91046	162	Isbell (historical),Isbell Station,McKnight,Nallaces Landing,Nullaces Landing,Wallaces Landing		MO	151	43256	
4392085	Ishmael	ishmael	US		0	America/Chicago	37.80616	-91.0568	259			MO	221	30394	
4392109	Iuka Springs	iuka-springs	US		0	America/Chicago	38.09753	-93.92133	229	Blakelys Mill,Boots Mill,Iuka Springs		MO	185	55208	
4392115	Ivory	ivory	US		0	America/Chicago	38.52672	-90.27706	142			MO	189	41456	
4392121	Ives	ives	US		0	America/Chicago	36.78533	-90.16427	99			MO	207	20260	
4392152	Jacket	jacket	US		0	America/Chicago	36.51035	-94.10798	350			MO	119	50384	
4392204	Jackson Mill	jackson-mill	US		0	America/Chicago	36.89728	-92.7735	320			MO	067	77398	
4392256	Jacobs	jacobs	US		0	America/Chicago	38.70644	-90.60262	141			MO	183	30812	
4392270	Jaegers Shop	jaegers-shop	US		0	America/Chicago	38.46116	-91.29932	249	Cedar Fork,Cedarfork,Jaeger,Jaegers Shop		MO	071	44714	
4392273	Jake Prairie	jake-prairie	US		0	America/Chicago	38.16338	-91.51127	281			MO	055	53696	
4392296	James Brothers	james-brothers	US		0	America/Chicago	38.15726	-91.87544	201			MO	125	35918	
4392328	Jane	jane	US		297	America/Chicago	36.5473	-94.30521	300	Gotham,Jane,White Rock,White Rock Spring,White Rock Sulphur Spring		MO	119	79540	
4392339	Japan	japan	US		0	America/Chicago	38.23922	-91.30598	278	Japan,Jepan		MO	071	07192	
4392346	Jarvis	jarvis	US		0	America/Chicago	38.26811	-90.49429	195			MO	099	37340	
4392366	Jaudon	jaudon	US		0	America/Chicago	38.75945	-94.5894	313	Jaud,Jaudon		MO	037	74536	
4392374	Jaywye	jaywye	US		0	America/Chicago	36.48256	-89.70119	85			MO	143	39710	
4392375	Jedburgh	jedburgh	US		0	America/Chicago	38.53811	-90.58207	137	Jedburg,Jedburgh		MO	189	47450	
4392382	Jefferson Barracks	jefferson-barracks	US		0	America/Chicago	38.50283	-90.28039	140	Camp Miller,Cantonment Adams,Jefferson Barracks		MO	189	41456	
4392395	Jefferson Heights	jefferson-heights	US		0	America/Chicago	38.39339	-90.49734	277			MO	099	62552	
4392424	Jeffreys	jeffreys	US		0	America/Chicago	38.92806	-94.53134	303			MO	095	77506	
4392425	Jeffriesburg	jeffriesburg	US		0	America/Chicago	38.44033	-91.0882	230			MO	071	74644	
4392457	Jerico	jerico	US		0	America/Chicago	37.17477	-92.67295	435	Jericho Springs,Jerico		MO	229	26614	
4392460	Jerktail	jerktail	US		0	America/Chicago	37.42421	-92.43683	398	Jerk Tail,Jerktail,Mint		MO	229	21628	
4392517	Jobe	jobe	US		0	America/Chicago	36.58367	-91.25152	140	Job,Jobe		MO	149	37358	
4392527	Jobe (historical)	jobe-historical	US		0	America/Chicago	36.58506	-91.27041	167			MO	149	37358	
4392579	Johns Mills (historical)	johns-mills-historical	US		0	America/Chicago	37.03616	-92.89073	477	Johns Mill,Johns Mills (historical)		MO	067	69374	
4392614	Johnson Ford (historical)	johnson-ford-historical	US		0	America/Chicago	38.13226	-91.88961	188			MO	125	69662	
4392650	Johnson Mill	johnson-mill	US		0	America/Chicago	36.18562	-90.13148	80			MO	069	65252	
4392700	Johnston Ford	johnston-ford	US		0	America/Chicago	37.3606	-92.79601	380			MO	225	52436	
4392703	Jonca	jonca	US		0	America/Chicago	37.83727	-90.29901	274			MO	186	74968	
4392705	Jolly	jolly	US		0	America/Chicago	36.8959	-94.07021	350			MO	145	05032	
4392802	Josephville	josephville	US		389	America/Chicago	38.84283	-90.79652	189	Josephsville,Josephville		MO	183	78448	
4392814	Juanita (historical)	juanita-historical	US		0	America/Chicago	36.82033	-89.59119	98	Juanita (historical),Junita		MO	143	05518	
4392815	Judd	judd	US		0	America/Chicago	39.42307	-93.73994	257			MO	033	59510	
4392821	Judge	judge	US		0	America/Chicago	38.4206	-91.78073	231			MO	151	17128	
4392847	Junction Ferry	junction-ferry	US		0	America/Chicago	37.19005	-91.26791	178			MO	203	22294	
4392849	Junction Lookout (historical)	junction-lookout-historical	US		0	America/Chicago	37.61838	-91.35792	416			MO	065	47378	
4392851	June	june	US		0	America/Chicago	36.80118	-94.36022	391			MO	145	78568	
4392857	Junland	junland	US		0	America/Chicago	36.76867	-90.28094	99	Blue Springs,Junland		MO	023	02224	
4393188	Kagel	kagel	US		0	America/Chicago	37.20588	-89.63342	102			MO	201	38234	
4393213	Kampville	kampville	US		0	America/Chicago	38.85255	-90.54595	132			MO	183	62112	
4393229	Karlin	karlin	US		0	America/Chicago	37.55421	-93.41409	345	Karlin,Treemont,Tremont		MO	167	69236	
4393239	Kaseyville	kaseyville	US		0	America/Chicago	39.62447	-92.66324	231			MO	121	50114	
4393288	Keener Cave	keener-cave	US		0	America/Chicago	36.92922	-90.52511	127	Keener,Keener Cave,Keener Cave Resort		MO	223	79972	
4393293	Keeners	keeners	US		0	America/Chicago	36.92311	-90.50567	112			MO	023	06076	
4393313	Keethtown	keethtown	US		0	America/Chicago	38.04309	-92.42407	308	Bentown,Keethtown		MO	131	27244	
4393335	Kellerville	kellerville	US		0	America/Chicago	39.82198	-92.1349	235	Keller Switch,Kellers,Kellerville,Killerville		MO	205	05968	
4393355	Kelley Springs	kelley-springs	US		0	America/Chicago	36.71535	-94.41994	329			MO	119	01236	
4393397	Kelly Town	kelly-town	US		0	America/Chicago	36.75061	-90.40261	109			MO	023	59114	
4393407	Keltner	keltner	US		0	America/Chicago	36.96894	-92.94823	333			MO	043	41006	
4393433	Kendricktown	kendricktown	US		0	America/Chicago	37.19478	-94.30995	291			MO	097	46064	
4393435	Kenmoor	kenmoor	US		0	America/Chicago	39.65083	-94.93969	245			MO	021	77974	
4393463	Kenoma	kenoma	US		0	America/Chicago	37.43949	-94.19745	297			MO	011	61454	
4393497	Kerrigan (historical)	kerrigan-historical	US		0	America/Chicago	37.00561	-90.60873	178			MO	223	48404	
4393504	Keokuk (historical)	keokuk-historical	US		0	America/Chicago	36.34256	-89.82203	81			MO	155	43400	
4393512	Ketterman	ketterman	US		0	America/Chicago	37.95837	-94.28523	232			MO	217	55226	
4393524	Keyes Summit	keyes-summit	US		0	America/Chicago	38.56728	-90.4629	162	Keyes Summit,Keyes Summit Station		MO	189	60363	
4393528	Keystone (historical)	keystone-historical	US		0	America/Chicago	39.69167	-94.31606	317	Keystone (historical),Keystone Station		MO	049	67592	
4393560	Kieseweltter Resort	kieseweltter-resort	US		0	America/Chicago	37.82698	-92.34406	303			MO	169	42266	
4393572	Killarney Shores	killarney-shores	US		0	America/Chicago	37.59505	-90.5654	254			MO	093	01666	
4393584	Kimble	kimble	US		0	America/Chicago	37.57699	-91.84127	359			MO	215	67520	
4393586	Kime	kime	US		0	America/Chicago	37.05116	-90.39983	127			MO	223	64334	
4393594	Kimmelton (historical)	kimmelton-historical	US		0	America/Chicago	37.57838	-89.75677	147			MO	031	01450	
4393615	Kinderpost	kinderpost	US		0	America/Chicago	37.5731	-91.94488	372			MO	215	07246	
4393620	Kinfolks Ridge	kinfolks-ridge	US		0	America/Chicago	36.12424	-89.64508	79	Kinfolk Ridge,Kinfolks Ridge		MO	155	43382	
4393651	Kingbee (historical)	kingbee-historical	US		0	America/Chicago	36.70922	-90.66595	106			MO	181	37448	
4393668	Kings Lake	kings-lake	US		0	America/Chicago	39.06838	-90.74374	133			MO	113	09928	
4393671	Kings Point	kings-point	US		0	America/Chicago	37.32116	-93.93466	358			MO	057	68312	
4393700	Kinloch	kinloch	US		299	America/Chicago	38.74061	-90.32539	185	Kinloch,Kinloch Park,Kinlok,kynlwtsh,Кинлок,كينلوتش		MO	189	53448	
4393720	Kinzer	kinzer	US		0	America/Chicago	36.76033	-90.334	101			MO	023	59114	
4393743	Kirschner	kirschner	US		0	America/Chicago	39.71416	-94.88358	248	Inza,Kirschner,New Sid		MO	021	77236	
4393752	Kissenger	kissenger	US		0	America/Chicago	39.30505	-90.85846	139	Kissenger,Kissinger		MO	163	10594	
4393754	Kissick	kissick	US		0	America/Chicago	37.10783	-93.25741	354	Gates,Kissick		MO	077	70009	
4393780	Klendike	klendike	US		0	America/Chicago	37.44061	-90.22484	200	Klendike,Klondike		MO	123	46262	
4393782	Klein Ford	klein-ford	US		0	America/Chicago	37.89143	-91.45404	251			MO	055	74572	
4393784	Kliever	kliever	US		0	America/Chicago	38.69725	-92.50352	239	Kleiver,Kliever		MO	135	76642	
4393805	Knights	knights	US		0	America/Chicago	37.14034	-94.25133	329	Knight,Knights		MO	097	74716	
4393823	Knobby	knobby	US		0	America/Chicago	38.15253	-93.09547	286	Knobby,Nobby		MO	015	74500	
4393828	Knobtown	knobtown	US		0	America/Chicago	38.96556	-94.42912	244			MO	095	08686	
4393835	Knorpp	knorpp	US		0	America/Chicago	38.08839	-90.4629	189			MO	099	58232	
4393855	Koch (historical)	koch-historical	US		0	America/Chicago	38.48172	-90.28567	147			MO	189	53880	
4393876	Koester	koester	US		0	America/Chicago	38.02228	-90.40957	196			MO	187	46154	
4393880	Koenig	koenig	US		0	America/Chicago	38.35616	-91.76822	208			MO	151	36926	
4393881	Kohl City	kohl-city	US		0	America/Chicago	38.59838	-91.3646	192	Kohl,Kohl City		MO	071	06796	
4393928	Kremlin Mill	kremlin-mill	US		0	America/Chicago	36.63145	-90.57095	105			MO	023	51392	
4393930	Krepin (historical)	krepin-historical	US		0	America/Chicago	36.61867	-89.72036	86			MO	143	15832	
4393940	Kruegerville (historical)	kruegerville-historical	US		0	America/Chicago	38.63033	-91.22071	153	Kruegerville (historical),Pinckney Landing,Pinckneys Landing,Pinckneyville,Pinkney		MO	219	57692	
4393945	Krueger Ford	krueger-ford	US		0	America/Chicago	38.50477	-91.60878	217			MO	073	07462	
4393954	Kurreville	kurreville	US		0	America/Chicago	37.47533	-89.82149	164			MO	031	79630	
4393973	La Charbonniere (historical)	la-charbonniere-historical	US		0	America/Chicago	38.83338	-90.35011	164	La Charboniere,La Charbonniere,La Charbonniere (historical)		MO	189	41825	
4393974	La Due	la-due	US		28	America/Chicago	38.31252	-93.87688	228			MO	083	18388	
4393977	La Forge	la-forge	US		0	America/Chicago	36.67145	-89.52563	92			MO	143	52094	
4393995	LaMotte	lamotte	US		0	America/Chicago	39.5606	-91.17959	140			MO	163	65594	
4393997	LaValle	lavalle	US		0	America/Chicago	36.67533	-89.7737	87	La Valle,LaValle		MO	207	21592	
4394035	Lacyville	lacyville	US		0	America/Chicago	38.39724	-94.48245	272			MO	013	20800	
4394044	Ladero	ladero	US		0	America/Chicago	36.99589	-90.47011	127			MO	223	06112	
4394076	Laflin	laflin	US		0	America/Chicago	37.277	-89.88843	121			MO	017	44084	
4394077	Lagonda	lagonda	US		0	America/Chicago	39.65697	-92.73297	232			MO	041	03952	
4394084	Ladue	ladue	US		8597	America/Chicago	38.64977	-90.38067	188	Ladue,Ladue Village,ladyw,لاديو,لاڈوی، مسوری		MO	189	14590	
4394103	Lake Annette	lake-annette	US		100	America/Chicago	38.65418	-94.50829	265			MO	037	19738	
4394169	Lake Ford (historical)	lake-ford-historical	US		0	America/Chicago	38.40893	-91.73933	167			MO	151	36926	
4394208	Lake Junction	lake-junction	US		0	America/Chicago	38.60561	-90.33289	137	Lake Junction,Lake Station		MO	189	29818	
4394222	Lake Lafayette	lake-lafayette	US		323	America/Chicago	38.94584	-93.97133	262			MO	107	68456	
4394237	Lake Lotawana	lake-lotawana	US		2018	America/Chicago	38.92306	-94.24411	274			MO	095	75598	
4394266	Lake Mykee Town	lake-mykee-town	US		355	America/Chicago	38.67615	-92.10435	255			MO	027	12160	
4394333	Lake Springs	lake-springs	US		0	America/Chicago	37.45366	-90.79484	226			MO	179	41726	
4394348	Lake Tapawingo	lake-tapawingo	US		724	America/Chicago	39.0214	-94.31162	257			MO	095	68438	
4394399	Lake Waukomis	lake-waukomis	US		902	America/Chicago	39.23222	-94.63801	302	Lake Waukomis,Waukomis Lake		MO	165	46874	
4394405	Lake Winnebago	lake-winnebago	US		1144	America/Chicago	38.8314	-94.35856	295			MO	037	05374	
4394433	Lakenan	lakenan	US		0	America/Chicago	39.67226	-91.951	221			MO	205	36134	
4394440	Lakeshire	lakeshire	US		1428	America/Chicago	38.53866	-90.33512	173			MO	189	16048	
4394443	Lakeside (historical)	lakeside-historical	US		0	America/Chicago	38.45283	-90.3404	122			MO	099	01975	
4394459	Lakeview Heights	lakeview-heights	US		0	America/Chicago	38.25892	-93.15631	240			MO	015	15418	
4394490	Lamar Heights	lamar-heights	US		172	America/Chicago	37.49366	-94.29773	295			MO	011	40394	
4394496	Lamb	lamb	US		0	America/Chicago	39.74116	-91.38682	143			MO	127	48278	
4394511	Lamine	lamine	US		0	America/Chicago	38.94669	-92.87464	186	La Mine,Lamine		MO	053	40502	
4394524	Lance	lance	US		0	America/Chicago	37.58589	-90.45318	244	Lance,Sebastian		MO	123	58790	
4394543	Landmark (historical)	landmark-historical	US		0	America/Chicago	39.11309	-92.51713	238			MO	089	49232	
4394568	Lanes Prairie	lanes-prairie	US		0	America/Chicago	38.18616	-91.72905	327	Bloomington,Lane's Prairie,Lanes Prairie		MO	125	36872	
4394592	Lanton	lanton	US		0	America/Chicago	36.51729	-91.80154	270			MO	091	50960	
4394603	Larissa	larissa	US		0	America/Chicago	36.932	-92.57656	285			MO	067	07174	
4394654	Latham Mill	latham-mill	US		0	America/Chicago	37.28505	-92.38905	337			MO	229	75634	
4394663	Latoh (historical)	latoh-historical	US		0	America/Chicago	39.59752	-93.6366	247			MO	033	32176	
4394665	Latour	latour	US		93	America/Chicago	38.63446	-94.10217	249	La Tour,Latour		MO	101	63146	
4394674	Laubinger Ford	laubinger-ford	US		0	America/Chicago	38.34144	-91.24543	189			MO	071	07192	
4394694	Lawing (historical)	lawing-historical	US		0	America/Chicago	36.92394	-93.16963	399			MO	043	53147	
4394714	Lawrenceton	lawrenceton	US		0	America/Chicago	37.96505	-90.30512	173	Lawrenceton,Punjaub		MO	186	36098	
4394735	Layneville	layneville	US		0	America/Chicago	37.49477	-94.0955	321			MO	011	52238	
4394759	Lead Branch Junction	lead-branch-junction	US		0	America/Chicago	37.90366	-91.3757	299			MO	055	74572	
4394767	Leachville Junction	leachville-junction	US		0	America/Chicago	36.04646	-90.10982	75			MO	069	14338	
4394772	Leadington	leadington	US		450	America/Chicago	37.84033	-90.49179	256	Four House Town,Four Town,Leadington		MO	187	64316	
4394773	Leadmine	leadmine	US		0	America/Chicago	37.8367	-92.96213	333	Lead Mine,Leadmine		MO	059	48188	
4394782	Leann	leann	US		0	America/Chicago	36.81284	-93.6902	346	Leann,Marmaduke		MO	009	37142	
4394795	Lebanon (historical)	lebanon-historical	US		0	America/Chicago	39.06949	-92.22101	252			MO	019	62840	
4394809	Lebeck	lebeck	US		0	America/Chicago	37.88976	-93.91327	284	Clear Springs,Lebeck		MO	039	12178	
4394814	Lecoma	lecoma	US		0	America/Chicago	37.77615	-91.73099	358			MO	065	77830	
4394820	Lede	lede	US		0	America/Chicago	36.61673	-90.81679	109			MO	181	19810	
4394837	Leduc (historical)	leduc-historical	US		0	America/Chicago	38.19921	-91.59349	271			MO	073	07480	
4394862	Leemon	leemon	US		0	America/Chicago	37.46422	-89.58843	128	Leeman,Leemon		MO	031	67070	
4394870	Lee's Summit	lee-s-summit	US		95094	America/Chicago	38.91084	-94.38217	316	Lee's Summit,Lee’s Summit,Lis Samit,Lis Sammit,Strother,lyz samyt  myzwry,Лис Самит,Лис Саммит,ليز ساميت، ميزوري,リーズ・サミット		MO	095	59564	
4394891	Leibig	leibig	US		0	America/Chicago	36.54867	-90.95151	135			MO	181	74950	
4394892	Leich Ford	leich-ford	US		0	America/Chicago	39.50921	-91.83405	185			MO	137	36890	
4394905	Lemay	lemay	US		16645	America/Chicago	38.53339	-90.27928	144	Le May,Lemay,Luxemburg		MO	189	41456	
4394938	Leopolis (historical)	leopolis-historical	US		0	America/Chicago	39.87196	-93.42132	232			MO	117	79198	
4394939	Leora	leora	US		0	America/Chicago	37.00033	-90.01815	115			MO	207	52040	
4394961	Leta	leta	US		0	America/Chicago	39.37058	-93.32854	214			MO	033	15742	
4394972	Leverton	leverton	US		0	America/Chicago	39.94336	-93.05854	272			MO	115	28612	
4394977	Levy	levy	US		0	America/Chicago	37.91338	-90.94513	324			MO	221	76894	
4394980	Levick Mill	levick-mill	US		0	America/Chicago	39.57615	-92.34657	236	Levick Mill,Levicks Mill,Pattonsburg		MO	175	65630	
4395017	Lewis Mill	lewis-mill	US		0	America/Chicago	39.25753	-92.85296	200			MO	041	13204	
4395030	Lewis and Clark Village	lewis-and-clark-village	US		132	America/Chicago	39.54305	-95.05274	241			MO	021	63542	
4395036	Lexington (historical)	lexington-historical	US		0	America/Chicago	39.0292	-92.49713	243			MO	019	38045	
4395302	Limberlost	limberlost	US		0	America/Chicago	37.80699	-91.35931	349			MO	055	74572	
4395313	Limekiln Ford (historical)	limekiln-ford-historical	US		0	America/Chicago	37.50115	-92.96851	339			MO	059	77344	
4395325	Lincoln Beach	lincoln-beach	US		0	America/Chicago	38.54644	-90.53957	125			MO	189	47450	
4395360	Linda	linda	US		0	America/Chicago	36.4109	-89.54702	88			MO	143	41654	
4395364	Lindbergh	lindbergh	US		0	America/Chicago	38.95587	-92.12824	268			MO	027	14752	
4395365	Lindell	lindell	US		0	America/Chicago	38.17088	-91.79183	311			MO	125	36872	
4395392	Lindstrew Ford	lindstrew-ford	US		0	America/Chicago	37.26533	-92.92184	400			MO	225	78888	
4395420	Linkville	linkville	US		0	America/Chicago	39.31111	-94.64912	293			MO	165	46874	
4395451	Linns Mills (historical)	linns-mills-historical	US		0	America/Chicago	38.94477	-91.05598	202	Linns Mills (historical),Linnsmills		MO	113	14050	
4395473	Lippstadt Community	lippstadt-community	US		0	America/Chicago	38.7581	-91.14404	273	Lippestadt,Lippstadt,Lippstadt Community		MO	219	68702	
4395480	Lisletown (historical)	lisletown-historical	US		0	America/Chicago	38.49337	-92.00601	168	Lisle,Lisletown (historical),Mariosa Delta		MO	151	77632	
4395482	Lithium	lithium	US		89	America/Chicago	37.83339	-89.88594	116			MO	157	65360	
4395505	Little Berger	little-berger	US		0	America/Chicago	38.62144	-91.39433	235			MO	073	62336	
4395908	Local	local	US		0	America/Chicago	38.37367	-90.6229	145	Local,Locale		MO	099	32144	
4395939	Lixville	lixville	US		0	America/Chicago	37.577	-89.91177	236			MO	017	79594	
4395974	Loehr	loehr	US		0	America/Chicago	38.61505	-90.54123	198			MO	189	39682	
4396038	Lohmer	lohmer	US		0	America/Chicago	36.66645	-93.70881	479	Lohmarsburg,Lohmer		MO	009	48674	
4396039	Loimbach Landing	loimbach-landing	US		0	America/Chicago	37.70033	-89.55065	112			MO	157	08092	
4396040	Lois	lois	US		0	America/Chicago	38.1481	-91.75572	337	Bloomington,Chinchbug,Lois,The Hill		MO	125	37394	
4396047	Lon	lon	US		78	America/Chicago	37.18366	-93.05935	429			MO	225	04820	
4396066	Lone Elm	lone-elm	US		0	America/Chicago	38.82502	-92.73686	252			MO	053	14122	
4396067	Lone Elm	lone-elm	US		0	America/Chicago	37.11423	-94.52578	285	Lone Elm,Turkey		MO	097	26236	
4396081	Lone Hill	lone-hill	US		0	America/Chicago	36.70117	-90.53734	140			MO	023	03826	
4396287	Longrun	longrun	US		0	America/Chicago	36.64923	-92.72322	263	Long Run,Longrun		MO	153	43922	
4396292	Longtown	longtown	US		103	America/Chicago	37.66977	-89.77372	198			MO	157	74842	
4396301	Longville (historical)	longville-historical	US		0	America/Chicago	39.69198	-92.3349	247	Longsville,Longville (historical)		MO	121	47810	
4396365	Lost Creek Landing	lost-creek-landing	US		0	America/Chicago	37.02227	-90.3065	109			MO	223	44120	
4396417	Loughboro	loughboro	US		0	America/Chicago	37.77838	-90.52207	284	Loughboro,Loughborough		MO	187	64316	
4396452	Love Lake	love-lake	US		0	America/Chicago	39.95559	-92.48574	282	Love Lake,Love Lake City,Lovelake		MO	121	40700	
4396499	Low Wassie	low-wassie	US		0	America/Chicago	36.98866	-91.25819	244	Low Wassie,Low Wossie		MO	203	80530	
4396557	Loyd	loyd	US		0	America/Chicago	37.43422	-90.07261	226			MO	017	17380	
4396588	Ludwig	ludwig	US		0	America/Chicago	38.23505	-90.41901	166			MO	099	62179	
4396617	Lundy	lundy	US		0	America/Chicago	37.2831	-92.0596	378			MO	215	57890	
4396622	Lupus	lupus	US		34	America/Chicago	38.84615	-92.45324	175			MO	135	43220	
4396629	Lutesville	lutesville	US		0	America/Chicago	37.30033	-89.98121	128			MO	017	44084	
4396639	Lutie	lutie	US		0	America/Chicago	36.58729	-92.69767	275			MO	153	05428	
4396650	Luystown	luystown	US		0	America/Chicago	38.5581	-91.83406	186			MO	151	17128	
4396654	Lyda (historical)	lyda-historical	US		0	America/Chicago	39.83365	-92.45935	272			MO	121	20638	
4396733	Macedonia Neighborhood	macedonia-neighborhood	US		0	America/Chicago	38.76116	-91.19904	275			MO	219	57692	
4396751	Mackenzie	mackenzie	US		134	America/Chicago	38.57922	-90.31706	130			MO	189	28792	
4396753	Machens	machens	US		0	America/Chicago	38.9031	-90.33234	132	Machens,Texas Junction		MO	183	62112	
4396758	Macks Camp	macks-camp	US		0	America/Chicago	38.31002	-93.44632	264			MO	015	53142	
4396761	Mackeys	mackeys	US		0	America/Chicago	36.24868	-89.99537	78			MO	069	34390	
4396785	Maddens Richwoods	maddens-richwoods	US		0	America/Chicago	38.06672	-90.65874	199			MO	221	38882	
4396809	Madry	madry	US		0	America/Chicago	36.8695	-93.7202	456			MO	009	55730	
4396814	Magill	magill	US		0	America/Chicago	39.87806	-93.88994	224			MO	061	74590	
4396826	Mahan	mahan	US		0	America/Chicago	37.40366	-91.8271	398			MO	215	36170	
4396838	Main City	main-city	US		0	America/Chicago	38.48946	-94.49217	302			MO	037	22942	
4396862	Maines	maines	US		0	America/Chicago	37.37977	-92.3635	406			MO	229	49556	
4396869	Majorville	majorville	US		0	America/Chicago	38.18197	-93.26992	276	Hockman,Majorville		MO	015	26074	
4396901	Malty	malty	US		0	America/Chicago	37.36672	-94.21106	293			MO	011	61454	
4396910	Mamre	mamre	US		0	America/Chicago	39.87337	-92.02462	214			MO	205	05122	
4396917	Manchester School	manchester-school	US		0	America/Chicago	39.09306	-94.50162	253			MO	095	06490	
4396927	Manes	manes	US		0	America/Chicago	37.38005	-92.36683	399			MO	229	49556	
4396960	Mano	mano	US		0	America/Chicago	36.57701	-93.69769	328	Cato,Mano		MO	009	62318	
4396986	Maple Garden	maple-garden	US		0	America/Chicago	39.20556	-94.5119	270			MO	047	13780	
4397040	Maples	maples	US		0	America/Chicago	37.58421	-91.78349	415			MO	215	67520	
4397051	Marais Croche	marais-croche	US		0	America/Chicago	38.84783	-90.4015	134			MO	183	62112	
4397078	March	march	US		0	America/Chicago	37.52254	-93.08935	382	Dogtown,March		MO	059	35720	
4397080	Marco	marco	US		0	America/Chicago	36.74783	-89.80814	89			MO	207	21592	
4397082	Marcoot	marcoot	US		0	America/Chicago	37.55449	-91.25847	353			MO	179	11530	
4397171	Marling	marling	US		0	America/Chicago	39.13393	-91.30987	221	Lead Creek,Marling		MO	139	59618	
4397172	Marlo	marlo	US		0	America/Chicago	37.94978	-90.11373	179			MO	186		
4397179	Marmaros	marmaros	US		0	America/Chicago	36.61923	-93.45408	314			MO	209	63764	
4397204	Marsh Creek	marsh-creek	US		0	America/Chicago	37.41727	-90.46456	160			MO	123	42212	
4397775	McGirk	mcgirk	US		0	America/Chicago	38.61114	-92.4763	269			MO	135	76642	
4397223	Marshall Junction	marshall-junction	US		0	America/Chicago	38.95808	-93.20659	240	Marshall Junction,Tusseyville		MO	195	06202	
4397312	Martinsburg (historical)	martinsburg-historical	US		0	America/Chicago	36.58784	-90.69067	103	Martinsburg (historical),Oakdale		MO	181	75778	
4397315	Marvel Cave	marvel-cave	US		0	America/Chicago	36.69978	-93.33685	293			MO	209	63766	
4397334	Mary Ridge	mary-ridge	US		0	America/Chicago	38.72088	-90.37373	181			MO	189	47918	
4397351	Marys Home	marys-home	US		0	America/Chicago	38.30559	-92.35518	241	Mary Home,Marys Home		MO	131	37322	
4397364	Mashek (historical)	mashek-historical	US		0	America/Chicago	39.00421	-91.07598	182			MO	113	31042	
4397397	Masters	masters	US		0	America/Chicago	37.6056	-93.66159	327			MO	039	45344	
4397424	Matson	matson	US		0	America/Chicago	38.60811	-90.79708	158			MO	183	07232	
4397428	Mattese	mattese	US		0	America/Chicago	38.48561	-90.34873	177	Matis,Mattese,Mattis		MO	189	72794	
4397431	Matney	matney	US		0	America/Chicago	39.69111	-94.7983	302			MO	021	12484	
4397456	Maulsby	maulsby	US		0	America/Chicago	36.64645	-89.81009	87			MO	207	21592	
4397468	Maurine	maurine	US		0	America/Chicago	38.49085	-93.91244	234			MO	083	05392	
4397473	Mauser Mill	mauser-mill	US		0	America/Chicago	37.31282	-91.31513	238			MO	203	49772	
4397478	Maxey	maxey	US		0	America/Chicago	39.6725	-94.82302	327			MO	021	12484	
4397482	Maxville	maxville	US		0	America/Chicago	38.43644	-90.38873	172	Maxville,Maxwell		MO	099	01975	
4397485	Maxwells Mill	maxwells-mill	US		0	America/Chicago	37.70588	-90.97207	374			MO	093	38018	
4397491	Maxville	maxville	US		0	America/Chicago	37.19811	-94.26828	312			MO	097	45416	
4397505	Mayberry	mayberry	US		0	America/Chicago	36.69006	-90.25483	100			MO	023	02224	
4397520	Mayesburg	mayesburg	US		0	America/Chicago	38.40252	-94.08605	245			MO	013	48746	
4397554	Mazzaville Resort	mazzaville-resort	US		0	America/Chicago	37.9106	-92.04183	217			MO	169	74878	
4397563	McAllister Springs	mcallister-springs	US		0	America/Chicago	38.94724	-93.3516	212	McAllister,McAllister Springs		MO	195	42320	
4397566	McBaine	mcbaine	US		10	America/Chicago	38.88698	-92.44657	173			MO	019	62592	
4397570	McBride	mcbride	US		0	America/Chicago	37.83283	-89.84011	113			MO	157	06886	
4397585	McCann Landing	mccann-landing	US		0	America/Chicago	38.86477	-90.59734	131			MO	183	62112	
4397591	McCarty	mccarty	US		0	America/Chicago	36.11785	-89.69897	80			MO	155	43382	
4397614	McClurg	mcclurg	US		0	America/Chicago	36.7845	-92.77489	347	McClure,McClurg		MO	213	03808	
4397622	McCord Bend	mccord-bend	US		275	America/Chicago	36.78589	-93.50408	295			MO	209	77722	
4397651	McCracken	mccracken	US		0	America/Chicago	37.01755	-93.15796	421			MO	043	44858	
4397657	McCredie	mccredie	US		0	America/Chicago	38.96004	-91.9324	261			MO	027	44876	
4397672	McCullough Ford	mccullough-ford	US		0	America/Chicago	36.62924	-94.25299	286			MO	119	12574	
4397675	McCune	mccune	US		0	America/Chicago	39.4056	-91.24598	201	McCune,McCune Station,McCune's,McCunes		MO	163	17704	
4397707	McDowell	mcdowell	US		0	America/Chicago	36.82423	-93.79326	365			MO	009	44966	
4397725	McElyea Place	mcelyea-place	US		0	America/Chicago	36.50089	-90.13926	95			MO	069	74608	
4397730	McElhany	mcelhany	US		0	America/Chicago	36.78812	-94.39883	381			MO	145	78568	
4397732	McFarland (historical)	mcfarland-historical	US		0	America/Chicago	36.71062	-93.08907	226			MO	213	71818	
4397735	McFry Ford	mcfry-ford	US		0	America/Chicago	36.7545	-91.25958	151			MO	149	27640	
4397742	McGee	mcgee	US		0	America/Chicago	37.0745	-90.19566	118			MO	223	36987	
4397773	McGuire	mcguire	US		0	America/Chicago	36.49812	-89.97065	87	McGuire,McGuires		MO	069	25804	
4397817	McKinley	mckinley	US		0	America/Chicago	37.06117	-93.62742	419			MO	109	09442	
4397837	McKittrick	mckittrick	US		58	America/Chicago	38.73504	-91.44377	157	McKitrick,McKittrick		MO	139	44228	
4397863	McMullin	mcmullin	US		0	America/Chicago	36.95422	-89.62036	102	Grant City,McMullin		MO	201	63047	
4397875	McNatt	mcnatt	US		0	America/Chicago	36.73563	-94.31271	314			MO	119	22554	
4397887	McPheters Ford (historical)	mcpheters-ford-historical	US		0	America/Chicago	37.82198	-92.87241	238			MO	059	48188	
4397905	Meacham Park	meacham-park	US		0	America/Chicago	38.56255	-90.40234	184			MO	189	28792	
4397913	Meadors Ford	meadors-ford	US		0	America/Chicago	36.61924	-94.29605	275			MO	119	57843	
4397958	Medoc	medoc	US		0	America/Chicago	37.30728	-94.5269	269	Medac,Medoc,Medoe		MO	097	36530	
4397962	Mehlville	mehlville	US		28380	America/Chicago	38.50839	-90.32289	184			MO	189	41456	
4397966	Meinert	meinert	US		0	America/Chicago	37.33533	-93.99077	353			MO	057	28432	
4397971	Melby	melby	US		0	America/Chicago	36.60534	-89.8787	85			MO	143	15832	
4397977	Melton	melton	US		0	America/Chicago	37.42838	-91.18013	402			MO	179	11530	
4397983	Melva	melva	US		0	America/Chicago	36.57701	-93.21213	262			MO	213	66350	
4397988	Melzo	melzo	US		0	America/Chicago	38.01005	-90.56957	275			MO	099	75400	
4398019	Menfro	menfro	US		0	America/Chicago	37.777	-89.72344	110			MO	157	06886	
4398026	Menorkanut	menorkanut	US		0	America/Chicago	36.70394	-90.17343	98			MO	023	02224	
4398036	Meramec Springs (historical)	meramec-springs-historical	US		0	America/Chicago	37.95532	-91.53488	246	Meramec Springs (historical),Merimec		MO	161	47432	
4398038	Meramec Terrace	meramec-terrace	US		0	America/Chicago	38.41589	-90.83013	154			MO	071	10630	
4398048	Mercyville	mercyville	US		0	America/Chicago	39.9717	-92.64325	242			MO	121	20710	
4398060	Merriam Woods	merriam-woods	US		1763	America/Chicago	36.71395	-93.16185	264			MO	213	36584	
4398076	Merwin	merwin	US		56	America/Chicago	38.40474	-94.59107	274			MO	013	78604	
4398085	Messler	messler	US		0	America/Chicago	37.06616	-89.80342	95	Fleetwood,Mesler,Messler		MO	207	57548	
4398120	Meyerstown	meyerstown	US		0	America/Chicago	38.16143	-92.16156	235			MO	125	07228	
4398131	Mid City	mid-city	US		0	America/Chicago	36.23368	-89.89675	78			MO	155	56450	
4398140	Micola	micola	US		0	America/Chicago	36.13174	-89.78592	81	Mecca,Micola,Pokono		MO	155	43382	
4398213	Midridge	midridge	US		0	America/Chicago	37.33532	-91.2218	373			MO	203	49772	
4398221	Mike	mike	US		0	America/Chicago	39.59641	-92.95742	239			MO	041	50924	
4398243	Mill	mill	US		0	America/Chicago	37.8895	-90.34679	294			MO	186	74968	
4398354	Miller (historical)	miller-historical	US		0	America/Chicago	36.72089	-89.9662	93			MO	207	42356	
4398361	Miller Brothers (historical)	miller-brothers-historical	US		0	America/Chicago	37.53394	-94.61496	273			MO	011	55748	
4398380	Miller Ford (historical)	miller-ford-historical	US		0	America/Chicago	37.87726	-92.88824	225			MO	059	48188	
4398429	Millers	millers	US		0	America/Chicago	38.85282	-92.14129	250			MO	027	63362	
4398430	Millers	millers	US		0	America/Chicago	37.86061	-90.2704	273	Millers,Millers Switch		MO	186	74968	
4398455	Millrock Ford	millrock-ford	US		0	America/Chicago	38.33116	-91.30348	196			MO	071	07192	
4398488	Miltondale	miltondale	US		0	America/Chicago	39.25834	-94.22217	223			MO	047	24292	
4398492	Minneville	minneville	US		0	America/Chicago	39.16334	-94.46245	227	Jimtown,Minaville,Mindville,Minnaville,Minneville,North Missouri Junction		MO	047	13780	
4398505	Mincy	mincy	US		0	America/Chicago	36.56423	-93.11018	279			MO	213	66350	
4398513	Mine La Motte	mine-la-motte	US		348	America/Chicago	37.61561	-90.28984	245	Mine La Motte,Mine Lamotte		MO	123	48620	
4398530	Miner	miner	US		961	America/Chicago	36.89144	-89.53841	95	Miner,Miner Switch,Minner		MO	201	61598	
4398553	Mineral Spring	mineral-spring	US		0	America/Chicago	36.67062	-93.77297	449	Mineral Spring,Mineral Springs,Panacea		MO	009	48674	
4398556	Mineral Springs City	mineral-springs-city	US		0	America/Chicago	37.33671	-91.94932	357			MO	215	57890	
4398573	Mingsville	mingsville	US		0	America/Chicago	37.45171	-92.33961	335			MO	229	49556	
4398574	Minimum	minimum	US		0	America/Chicago	37.37616	-90.58762	185			MO	093	74698	
4398580	Minke	minke	US		0	America/Chicago	38.53866	-90.56068	126			MO	189	47450	
4398587	Minnith	minnith	US		0	America/Chicago	37.79811	-90.05011	135			MO	186	03790	
4398594	Mint Hill	mint-hill	US		0	America/Chicago	38.54921	-91.74712	283			MO	151	17128	
4398607	Mirabile	mirabile	US		0	America/Chicago	39.61612	-94.14189	300	Marquams Store,Mirabile		MO	025	48872	
4398612	Miramiguoa Park	miramiguoa-park	US		119	America/Chicago	38.23894	-91.06875	193			MO	071	47396	
4398636	Missionary Acres	missionary-acres	US		0	America/Chicago	37.20422	-90.42095	225			MO	223	64334	
4398718	Mitchells Corner	mitchells-corner	US		0	America/Chicago	37.40894	-92.0721	435	Mitchells Corner,Mitchells Store		MO	215	44660	
4398728	Moark	moark	US		0	America/Chicago	36.38256	-89.98898	85			MO	069	25804	
4398739	Moccasin Springs	moccasin-springs	US		0	America/Chicago	37.45172	-89.45843	109			MO	031	67070	
4398749	Mohawk Corner	mohawk-corner	US		0	America/Chicago	37.75781	-93.30547	315	Mohawk,Mohawk Corner		MO	167	45164	
4398755	Moline Acres	moline-acres	US		2431	America/Chicago	38.74699	-90.24011	146	Moline Acres,Moline Heights		MO	189	53448	
4398766	Monark Springs	monark-springs	US		0	America/Chicago	36.86451	-94.29161	353			MO	145	28126	
4398769	Monday	monday	US		0	America/Chicago	38.21672	-91.02125	214			MO	071	47396	
4398774	Monegaw Springs	monegaw-springs	US		0	America/Chicago	38.0292	-93.8391	218	Monegan,Monegaw City,Monegaw Springs,Monegaw Springs Village		MO	185	55208	
4398798	Monkey Run	monkey-run	US		0	America/Chicago	39.67227	-91.30126	150			MO	173	66080	
4398879	Montague Hill	montague-hill	US		0	America/Chicago	39.12836	-93.15242	230			MO	195	46334	
4398885	Monteith Junction	monteith-junction	US		0	America/Chicago	38.21419	-94.3669	232	Freely Junction,Monteith,Monteith Junction		MO	013	43796	
4398923	Montserrat	montserrat	US		0	America/Chicago	38.77473	-93.62188	249	Carbon Hill,Montserrat		MO	101	49700	
4399011	Moores Switch	moores-switch	US		0	America/Chicago	38.96615	-92.31102	242			MO	019	48944	
4399014	Moors	moors	US		0	America/Chicago	39.71944	-94.39217	304			MO	049	58160	
4399053	Morgan Heights	morgan-heights	US		0	America/Chicago	37.16589	-94.35522	320			MO	097	46064	
4399054	Morgan Heights	morgan-heights	US		0	America/Chicago	37.84115	-92.09461	298			MO	169	17740	
4399132	Morschels	morschels	US		0	America/Chicago	38.5395	-90.53596	134			MO	189	47450	
4399138	Morsey (historical)	morsey-historical	US		0	America/Chicago	38.95115	-91.22293	226			MO	219	10954	
4399166	Mosher	mosher	US		0	America/Chicago	37.97116	-90.07678	135	Macy,Mosher		MO	186		
4399189	Mossy Resort (historical)	mossy-resort-historical	US		0	America/Chicago	37.86893	-92.12267	229			MO	169	17740	
4399204	Mott (historical)	mott-historical	US		0	America/Chicago	36.57534	-91.80515	299			MO	091	50960	
4399212	Mounce	mounce	US		0	America/Chicago	37.66616	-91.38709	346			MO	065	47378	
4399393	Mount Leonard	mount-leonard	US		87	America/Chicago	39.12419	-93.39299	244			MO	195	22096	
4399532	Mount Pleasant Ford	mount-pleasant-ford	US		0	America/Chicago	38.16838	-91.54405	241	Huffman Ford,Mount Pleasant Ford		MO	073	07480	
4399578	Mount Shira	mount-shira	US		0	America/Chicago	36.58174	-94.46438	252			MO	119	21794	
4399697	Mount Zion Community	mount-zion-community	US		0	America/Chicago	39.74338	-91.45293	211			MO	127	48278	
4399740	Mountain Ridge	mountain-ridge	US		0	America/Chicago	38.55005	-90.54096	128			MO	189	47450	
4399812	Mud Town	mud-town	US		0	America/Chicago	38.01949	-90.73958	263			MO	221	75040	
4399894	Mundy Landing	mundy-landing	US		0	America/Chicago	39.55171	-91.16097	137	Mundays Landing,Mundy Landing,Mundy's Landing,Mundys Landing		MO	163	65594	
4399897	Munger Resort (historical)	munger-resort-historical	US		0	America/Chicago	37.85171	-92.076	238			MO	169	17740	
4399899	Mungers	mungers	US		0	America/Chicago	39.7556	-91.40237	150			MO	127	48278	
4399904	Munsell	munsell	US		0	America/Chicago	37.09811	-91.32763	243			MO	203	22294	
4399910	Munsons	munsons	US		0	America/Chicago	38.25144	-90.42623	130			MO	099	62179	
4399946	Murry	murry	US		0	America/Chicago	39.04282	-92.17685	275			MO	019	62840	
4399960	Musicks Ferry	musicks-ferry	US		0	America/Chicago	38.86144	-90.33845	137	Halls Ferry,James Ferry,Musicks Ferry,Spring Ferry		MO	189	41825	
4399966	Musselfork	musselfork	US		0	America/Chicago	39.55142	-92.87547	241	Muscle Fork,Musselfork,Pee Dee		MO	041	50924	
4399991	Myrick	myrick	US		0	America/Chicago	39.17557	-93.903	212	Myrick,Myrick Junction		MO	107	41888	
4400002	Nagle	nagle	US		0	America/Chicago	37.16672	-91.81932	379			MO	215	55820	
4400009	Namrash (historical)	namrash-historical	US		0	America/Chicago	39.32641	-92.99492	190			MO	041	07624	
4400010	Nance	nance	US		0	America/Chicago	36.6109	-92.80017	267	Bauff,Dit,Nance		MO	213	05446	
4400018	Naomi	naomi	US		0	America/Chicago	39.92643	-91.69572	176			MO	127	63344	
4400020	Napton	napton	US		0	America/Chicago	39.0528	-93.08381	193			MO	195	02062	
4400029	Narrows Creek (historical)	narrows-creek-historical	US		0	America/Chicago	39.66476	-92.41963	254	Friendship,Narrows Creek (historical)		MO	121	51176	
4400045	Nashville (historical)	nashville-historical	US		0	America/Chicago	38.82028	-92.39806	170			MO	019	62592	
4400049	Nassau Junction	nassau-junction	US		0	America/Chicago	37.82032	-94.32189	268	N. & M. Connection,Nassau,Nassau Junction		MO	217	12646	
4400099	Natural Bridge Junction	natural-bridge-junction	US		0	America/Chicago	38.75755	-90.43317	152			MO	189	53360	
4400129	Neelys Landing	neelys-landing	US		0	America/Chicago	37.50227	-89.50204	109	Neely Landing,Neelys,Neelys Landing		MO	031	67070	
4400140	Neier	neier	US		0	America/Chicago	38.39116	-91.11042	250	Neier,Pevelingsville		MO	071	74644	
4400182	Neongwah	neongwah	US		0	America/Chicago	38.03281	-92.79269	290			MO	029	52410	
4400197	Netherlands	netherlands	US		0	America/Chicago	36.29923	-89.75119	82			MO	155	16012	
4400212	Never Spur (historical)	never-spur-historical	US		0	America/Chicago	36.91311	-89.43397	98			MO	133	43886	
4400240	New Bourbon	new-bourbon	US		0	America/Chicago	37.94978	-90.02095	132	New Bourbon,Nouvelle Bourbon,Nueva Borbon,Village de Petites Cotes		MO	186		
4400258	New Frankfort	new-frankfort	US		0	America/Chicago	39.30558	-93.00603	208	Frankfort,New Frankfort		MO	195	10702	
4400265	New Garden	new-garden	US		0	America/Chicago	39.32306	-94.16606	299			MO	177	24310	
4400271	New Garver	new-garver	US		0	America/Chicago	36.40117	-89.81786	82			MO	143	59132	
4400272	New Grove	new-grove	US		0	America/Chicago	37.24477	-92.6635	400			MO	229	26614	
4400274	New Hamburg	new-hamburg	US		0	America/Chicago	37.12644	-89.59342	138	Hamburg,Hamburgh,New Hamburg,Saint Lawrence		MO	201	49916	
4400397	New Kirk	new-kirk	US		0	America/Chicago	37.28755	-93.83021	356			MO	057	68618	
4400445	New Offenburg	new-offenburg	US		0	America/Chicago	37.90866	-90.19734	232			MO	186		
4400446	New Oyer	new-oyer	US		0	America/Chicago	37.95309	-93.87216	250			MO	185	63092	
4400450	New Piper	new-piper	US		0	America/Chicago	38.3578	-94.01383	252			MO	083	76624	
4400493	New Santa Fe	new-santa-fe	US		0	America/Chicago	38.90667	-94.60468	291			MO	095	38054	
4400499	New Survey	new-survey	US		0	America/Chicago	36.1034	-89.91398	78			MO	155	76372	
4400506	New Truxton	new-truxton	US		0	America/Chicago	38.97838	-91.23793	221			MO	219	10954	
4400511	New Wells	new-wells	US		0	America/Chicago	37.55616	-89.62454	125	Johannisberg,New Wells		MO	031	67070	
4400513	New Woollam	new-woollam	US		0	America/Chicago	38.37699	-91.57294	207	New Woollam,Woollam		MO	073	72934	
4400515	New York (historical)	new-york-historical	US		0	America/Chicago	37.16672	-89.44481	94			MO	201	15778	
4400532	Newcomer	newcomer	US		0	America/Chicago	39.51141	-93.08964	247			MO	041	09064	
4400557	Newstead (historical)	newstead-historical	US		0	America/Chicago	36.78979	-94.10827	397	New Stead,Newstead (historical)		MO	145	25696	
4400581	Niangua Junction	niangua-junction	US		0	America/Chicago	37.39671	-92.8449	437			MO	225	52436	
4400609	Nickellton	nickellton	US		0	America/Chicago	39.9267	-92.30741	260			MO	121	35900	
4400611	Nickelville	nickelville	US		0	America/Chicago	37.24005	-93.70076	323			MO	109	55784	
4400645	Ninnescah Park	ninnescah-park	US		0	America/Chicago	38.18836	-93.61493	226			MO	185	10108	
4400681	Nogo	nogo	US		0	America/Chicago	37.25282	-93.16546	431	Mulroy,Nogo		MO	077		
4400713	Nona	nona	US		0	America/Chicago	38.56616	-90.94042	146			MO	183	07232	
4400718	Norfolk (historical)	norfolk-historical	US		0	America/Chicago	36.9295	-89.11729	96			MO	133	54128	
4400725	Nordlow (historical)	nordlow-historical	US		0	America/Chicago	36.597	-89.89537	85			MO	143	15832	
4400859	North Jefferson	north-jefferson	US		0	America/Chicago	38.60587	-92.16379	168			MO	027	71548	
4400860	North Kansas City	north-kansas-city	US		4354	America/Chicago	39.13	-94.56218	226	Nors Kanzas Siti,Nort Kansas Siti,North Kansas City,Норс Канзас Сити,Норт Кансас Сити		MO	047	26290	
4400866	North Lenox	north-lenox	US		0	America/Chicago	37.66476	-91.75654	387			MO	065	77830	
4400867	North Lilbourn	north-lilbourn	US		47	America/Chicago	36.60173	-89.62008	86			MO	143	41816	
4400873	North Moor	north-moor	US		0	America/Chicago	39.1925	-94.61301	252			MO	165	56598	
4400884	North Patton	north-patton	US		0	America/Chicago	37.53033	-90.01511	239			MO	017	74518	
4400924	North Wardell	north-wardell	US		172	America/Chicago	36.35868	-89.81453	83			MO	155	43400	
4400927	Northcut	northcut	US		0	America/Chicago	38.12255	-90.96625	201			MO	221	37484	
4400933	Northern Heights	northern-heights	US		0	America/Chicago	39.21334	-94.60246	256			MO	165	56598	
4400946	Northmoor	northmoor	US		325	America/Chicago	39.18306	-94.59273	254			MO	047	26290	
4400951	Northview	northview	US		0	America/Chicago	37.28671	-92.99657	440	Bunker Hill,Northview		MO	225	78888	
4400962	Northwoods	northwoods	US		4193	America/Chicago	38.70422	-90.28345	170	Norsvuds,Nortvuds,Норсвудс,Нортвудс		MO	189	52814	
4400963	Northwye	northwye	US		0	America/Chicago	37.97504	-91.75571	352			MO	161	48296	
4400970	Norville	norville	US		0	America/Chicago	39.75446	-93.47243	217			MO	117	13708	
4400974	Norwood Court	norwood-court	US		959	America/Chicago	38.71838	-90.29234	182	Norvud Kort,Norvud Kourt,nwrwwd kwrt,Норвуд Корт,Норвуд Коурт,نوروود كورت		MO	189	52814	
4400978	Noser Mill	noser-mill	US		0	America/Chicago	38.39311	-91.19237	191	Luther,Moser Mill,Noser Mill		MO	071	47396	
4400981	Notch	notch	US		0	America/Chicago	36.67617	-93.33852	403	Notch,The Forks		MO	209	63766	
4400986	Nottinghill	nottinghill	US		0	America/Chicago	36.66839	-92.57461	319			MO	153	53498	
4400990	Noxall	noxall	US		0	America/Chicago	36.72256	-89.57786	95	Noxall,Schulten		MO	143	05518	
4401197	Number Eight	number-eight	US		0	America/Chicago	39.7317	-92.5613	261			MO	121	05284	
4401223	Nyhart	nyhart	US		0	America/Chicago	38.20419	-94.43356	235			MO	013	51950	
4401281	Oak Grove Village	oak-grove-village	US		489	America/Chicago	38.2256	-91.15125	290	Oak Grove,Oak Grove Village		MO	071	47396	
4401341	Oak Grove Heights	oak-grove-heights	US		0	America/Chicago	37.17394	-93.11851	429			MO	077	72466	
4401475	Oak Mound	oak-mound	US		0	America/Chicago	36.68228	-92.17821	288			MO	153	69680	
4401542	Oakdale (historical)	oakdale-historical	US		0	America/Chicago	37.3406	-91.06513	360			MO	179	36062	
4401558	Oakhill	oakhill	US		0	America/Chicago	36.5009	-93.71019	324			MO	009	62318	
4401561	Oakland (historical)	oakland-historical	US		0	America/Chicago	38.96695	-93.84244	250			MO	107	77560	
4401577	Oakland Park	oakland-park	US		95	America/Chicago	37.11284	-94.47606	317	Oklend park,Окленд парк		MO	097	37610	
4401610	Oakside	oakside	US		0	America/Chicago	37.10727	-91.65237	371			MO	203	70144	
4401614	Oakvale	oakvale	US		0	America/Chicago	38.09172	-90.46012	188			MO	099	58232	
4401615	Oakview	oakview	US		391	America/Chicago	39.20861	-94.56829	304	Broadview Acres,Oakview		MO	047	26290	
4401632	Oakwood Manor	oakwood-manor	US		0	America/Chicago	39.19695	-94.5644	303			MO	047	26290	
4401633	Oakwood Park	oakwood-park	US		196	America/Chicago	39.20334	-94.57384	303			MO	047	26290	
4401638	Oasis	oasis	US		0	America/Chicago	39.08283	-90.74707	151	Grimes,Oasis,Oasis Station		MO	113	09928	
4401639	Oasis (historical)	oasis-historical	US		0	America/Chicago	36.53868	-93.29963	275			MO	213	54632	
4401642	Oates	oates	US		0	America/Chicago	37.56282	-91.05652	301			MO	179	06094	
4401649	Ocie	ocie	US		0	America/Chicago	36.55868	-92.75906	227			MO	153	05428	
4401650	Octa	octa	US		0	America/Chicago	36.17118	-90.12315	79			MO	069	65252	
4401673	Oermann	oermann	US		0	America/Chicago	38.30811	-90.72346	241	Oermann,Overman		MO	099	05554	
4401675	Oetters	oetters	US		0	America/Chicago	38.55533	-90.79374	146			MO	071	06958	
4401684	Ogborn	ogborn	US		0	America/Chicago	37.83116	-90.42179	289	Farmington Junction,Ogborn		MO	187	64316	
4401694	Oglesville	oglesville	US		0	America/Chicago	36.58034	-90.31038	98	Muffittville,Oglesville,Whitlow		MO	023	27046	
4401706	Okete	okete	US		0	America/Chicago	39.09783	-90.93041	232			MO	113	34030	
4401713	Olathia	olathia	US		0	America/Chicago	37.02728	-92.51961	380	Olathe,Olathia		MO	067	14320	
4401723	Old Bland	old-bland	US		0	America/Chicago	38.31505	-91.62294	247			MO	073	14356	
4401768	Old Chilhowee	old-chilhowee	US		0	America/Chicago	38.6064	-93.85077	272			MO	101	13672	
4401774	Old Greenville (historical)	old-greenville-historical	US		0	America/Chicago	37.10089	-90.45484	115			MO	223	64334	
4401800	Old Linn Creek	old-linn-creek	US		0	America/Chicago	38.07253	-92.73657	209			MO	029	55046	
4401808	Old Merritt	old-merritt	US		0	America/Chicago	36.89978	-92.8874	377			MO	067	09262	
4401812	Old Mines	old-mines	US		0	America/Chicago	38.01533	-90.75596	240			MO	221	75040	
4401828	Old Peculiar	old-peculiar	US		0	America/Chicago	38.71918	-94.44162	295			MO	037	78892	
4401866	Old Success	old-success	US		0	America/Chicago	37.45755	-92.0871	381			MO	215	75292	
4401884	Old Westport Landing	old-westport-landing	US		0	America/Chicago	39.1756	-90.73346	132	Falmouth,Old Westport Landing,Westport		MO	113	34030	
4401886	Old Woollam	old-woollam	US		0	America/Chicago	38.39282	-91.5535	232			MO	073	72934	
4401903	Olinger	olinger	US		0	America/Chicago	37.27672	-93.83715	372			MO	109	42806	
4401938	Olivette	olivette	US		7870	America/Chicago	38.66533	-90.37595	202			MO	189	17290	
4401943	Olympian Village	olympian-village	US		765	America/Chicago	38.13616	-90.4579	181			MO	099	58232	
4401947	Omba (historical)	omba-historical	US		0	America/Chicago	36.86839	-92.16127	312			MO	067	61472	
4401956	One Hundred and One Ranch	one-hundred-and-one-ranch	US		0	America/Chicago	38.35061	-90.66568	182			MO	099	47414	
4401960	Ongo	ongo	US		0	America/Chicago	36.99061	-92.89406	368			MO	067	69374	
4401994	Opportunity Farms	opportunity-farms	US		0	America/Chicago	38.23419	-93.45798	264			MO	015	73564	
4401998	Orchard Farm	orchard-farm	US		0	America/Chicago	38.87866	-90.44623	137			MO	183	62112	
4402005	Orchid	orchid	US		0	America/Chicago	39.95166	-94.52968	317			MO	063	58772	
4402007	Ore	ore	US		0	America/Chicago	38.72779	-94.33411	296			MO	037	56774	
4402008	Orearville	orearville	US		0	America/Chicago	39.17169	-93.07436	237			MO	195	14500	
4402017	Origanna	origanna	US		0	America/Chicago	37.47838	-92.51156	392			MO	105	25660	
4402018	Oriole	oriole	US		0	America/Chicago	37.44227	-89.53537	126			MO	031	60572	
4402021	Orleans (historical)	orleans-historical	US		0	America/Chicago	37.52226	-93.51909	302			MO	167	74860	
4402037	Osa	osa	US		0	America/Chicago	36.9045	-93.63436	391			MO	009	17092	
4402041	Osage Bend	osage-bend	US		0	America/Chicago	38.40615	-92.14323	222			MO	051	55082	
4402043	Osage Bluff	osage-bluff	US		0	America/Chicago	38.43753	-92.2174	246			MO	051	55082	
4402054	Ortiz (historical)	ortiz-historical	US		0	America/Chicago	39.09115	-91.90267	256	Doan,Ortez,Ortiz (historical),Ortiz Station		MO	007	65558	
4402056	Osage Heights	osage-heights	US		0	America/Chicago	37.98309	-93.81021	235			MO	185	63092	
4402057	Osage Hills	osage-hills	US		0	America/Chicago	38.56839	-90.4479	186			MO	189	07066	
4402085	Osborn Crossing	osborn-crossing	US		0	America/Chicago	36.90645	-92.19238	245			MO	067	45128	
4402108	Osiris	osiris	US		0	America/Chicago	37.66782	-94.03577	274			MO	039	04600	
4402178	Overland	overland	US		15959	America/Chicago	38.70116	-90.36234	195			MO	189	47918	
4402182	Ovid (historical)	ovid-historical	US		0	America/Chicago	39.46751	-93.8841	282			MO	177	28666	
4402184	Oviet (historical)	oviet-historical	US		0	America/Chicago	38.65029	-94.21633	265			MO	037	10936	
4402185	Owen (historical)	owen-historical	US		0	America/Chicago	38.91894	-90.86513	147	Owen (historical),Owen Station,Owens Station		MO	113	14050	
4402193	Owenmont	owenmont	US		0	America/Chicago	36.62006	-90.78373	153	Brinkerhoff Spur,Owenmont		MO	181	19810	
4402195	Owens	owens	US		0	America/Chicago	37.21894	-92.40294	402			MO	229	80728	
4402234	Owls Bend	owls-bend	US		0	America/Chicago	37.18449	-91.18735	182			MO	203	22294	
4402236	Owsley	owsley	US		0	America/Chicago	38.64529	-93.51549	275	Eldorado,Owsley		MO	101	36836	
4402241	Oyer	oyer	US		0	America/Chicago	37.96059	-93.87105	259			MO	185	63092	
4402246	Ozark Beach	ozark-beach	US		0	America/Chicago	36.65895	-93.13879	223			MO	213	71818	
4402263	Ozark Junction	ozark-junction	US		0	America/Chicago	38.16782	-92.12184	286			MO	125	07228	
4402276	Ozark Springs	ozark-springs	US		0	America/Chicago	37.83976	-92.33795	242	Ozark Spring Resort,Ozark Springs		MO	169	42266	
4402281	Ozark View	ozark-view	US		0	America/Chicago	38.57644	-90.46262	171			MO	189	60363	
4402292	Ozora	ozora	US		183	America/Chicago	37.8645	-90.03456	164			MO	186	03790	
4402305	Pack	pack	US		0	America/Chicago	36.50674	-94.533	348			MO	119	21794	
4402309	Pacetown	pacetown	US		0	America/Chicago	37.75337	-93.9955	276	Pacetown,Pepperville,Sandridge,Smackout		MO	039	04600	
4402325	Page City	page-city	US		0	America/Chicago	39.12696	-93.73105	237			MO	107	19936	
4402331	Pagedale	pagedale	US		3312	America/Chicago	38.68338	-90.30761	174	MIdland,Midland Heights,Pagedale,Pehjdzhdehjl,Pejdzdejl,Пејџдејл,Пэйдждэйл		MO	189	75210	
4402346	Painton	painton	US		0	America/Chicago	37.08227	-89.79481	96	Painton,Paradise		MO	207	57548	
4402348	Palace	palace	US		0	America/Chicago	37.62032	-92.13988	361			MO	169	57872	
4402349	Palace (historical)	palace-historical	US		0	America/Chicago	37.12088	-93.16463	419			MO	077	77452	
4402354	Palemon	palemon	US		0	America/Chicago	39.31807	-93.61049	209			MO	033	50276	
4402427	Panther Valley	panther-valley	US		0	America/Chicago	37.18894	-93.01768	416			MO	225	04820	
4402433	Papin	papin	US		0	America/Chicago	38.06783	-90.47068	252			MO	099	58232	
4402435	Papinville	papinville	US		0	America/Chicago	38.06725	-94.22689	232	Papinsville,Papinville,Rapinsville		MO	013	59492	
4402437	Pape	pape	US		0	America/Chicago	37.97114	-93.95077	238	Old Tiffin,Pape		MO	185	69356	
4402455	Paris Springs	paris-springs	US		0	America/Chicago	37.19422	-93.67937	343			MO	109	55784	
4402517	Parker Lake	parker-lake	US		0	America/Chicago	37.68672	-90.07761	249			MO	157	65036	
4402526	Parkers Landing	parkers-landing	US		0	America/Chicago	39.05588	-90.71929	133			MO	113	09928	
4402527	Parkers Park	parkers-park	US		0	America/Chicago	39.04366	-90.72096	131			MO	113	09928	
4402546	Parkway	parkway	US		437	America/Chicago	38.33811	-90.96986	222			MO	071	12754	
4402562	Parshley	parshley	US		0	America/Chicago	37.07423	-94.23966	320			MO	097	74716	
4402577	Pasadena Park	pasadena-park	US		461	America/Chicago	38.71061	-90.29817	192	Pasadehna Park,Pasadena Park,basadyna bark,Пасадена Парк,Пасадэна Парк,باسادينا بارك		MO	189	52814	
4402578	Pascola	pascola	US		104	America/Chicago	36.26673	-89.82675	81			MO	155	56450	
4402582	Pashaw (historical)	pashaw-historical	US		0	America/Chicago	37.83976	-94.09272	254			MO	217	76318	
4402584	Pasley	pasley	US		0	America/Chicago	36.62812	-93.88853	450	Millowakee,Milwaukee,Pasley		MO	009	24436	
4402588	Pasadena Hills	pasadena-hills	US		923	America/Chicago	38.70838	-90.29289	198			MO	189	52814	
4402594	Passover	passover	US		0	America/Chicago	38.08087	-92.59907	221			MO	029	35630	
4402604	Paterson Ford	paterson-ford	US		0	America/Chicago	36.73339	-90.73345	119			MO	181	37448	
4402612	Patsy	patsy	US		0	America/Chicago	37.96199	-91.27236	319			MO	055	16930	
4402645	Patton Junction	patton-junction	US		0	America/Chicago	37.51895	-90.01539	208			MO	017	74518	
4402665	Pauldingville	pauldingville	US		0	America/Chicago	38.77477	-90.95542	232			MO	183	07232	
4402668	Paulina Hills	paulina-hills	US		0	America/Chicago	38.46089	-90.42845	131			MO	099	80370	
4402678	Paydown	paydown	US		0	America/Chicago	38.22893	-91.80378	185	Pay Down,Paydown		MO	125	36872	
4402680	Paydown Ford (historical)	paydown-ford-historical	US		0	America/Chicago	38.23227	-91.81183	186			MO	125	36872	
4402692	Payne Ford	payne-ford	US		0	America/Chicago	38.46059	-92.45269	202			MO	051	49844	
4402461	Park	park	US	67751	0	America/Chicago	36.97923	-94.19688	372			MO	145	75616	
4402830	Peerless Park	peerless-park	US		42	America/Chicago	38.54339	-90.49512	125			MO	189	47450	
4402831	Peers	peers	US		0	America/Chicago	38.63422	-91.12181	150			MO	219	13402	
4402884	Penermon	penermon	US		64	America/Chicago	36.79005	-89.82925	90			MO	207	61616	
4402942	Perche (historical)	perche-historical	US		0	America/Chicago	39.12504	-92.40574	215			MO	019	57026	
4402945	Pepsin	pepsin	US		0	America/Chicago	37.02367	-94.24188	341			MO	145	46118	
4403014	Persia (historical)	persia-historical	US		0	America/Chicago	39.04059	-92.39379	183	Perche,Perchetown,Persia (historical)		MO	019	57026	
4403030	Pertle Springs	pertle-springs	US		0	America/Chicago	38.73279	-93.73161	270			MO	101	77110	
4403035	Peru (historical)	peru-historical	US		0	America/Chicago	38.18253	-94.29217	254			MO	013	43796	
4403038	Peruque	peruque	US		0	America/Chicago	38.86838	-90.60818	130	La Perruque,Perruque,Peruque,Peruque Station		MO	183	62112	
4403069	Peters Ford	peters-ford	US		0	America/Chicago	38.37449	-91.20765	188			MO	071	07192	
4403072	Petersburg (historical)	petersburg-historical	US		0	America/Chicago	39.16032	-92.3124	229			MO	019	07498	
4403073	Petersburg (historical)	petersburg-historical	US		0	America/Chicago	38.80113	-92.80241	225			MO	053	38198	
4403085	Petersville	petersville	US		0	America/Chicago	38.58728	-90.7468	168			MO	071	06958	
4403100	Pettys Hill	pettys-hill	US		0	America/Chicago	38.54811	-90.5054	146			MO	189	60363	
4403146	Phillips Ford (historical)	phillips-ford-historical	US		0	America/Chicago	38.06142	-93.32326	215			MO	085	17542	
4403163	Pickel	pickel	US		0	America/Chicago	37.79644	-90.28679	318	Pickel,Pickle		MO	186	65396	
4403285	Pin Hook	pin-hook	US		0	America/Chicago	37.67922	-90.73596	323			MO	093	35360	
4403294	Pin Oak Community	pin-oak-community	US		0	America/Chicago	38.94838	-91.2546	228			MO	219	10954	
4403338	Pine Crest	pine-crest	US		0	America/Chicago	37.092	-91.65875	368			MO	215	18334	
4403385	Pine Lawn	pine-lawn	US		3419	America/Chicago	38.69588	-90.27511	186	Goodfellow Terrace,Pajn Laun,Pajn Lon,Pine Lawn,Pinelawn,Пайн Лаун,Пајн Лон		MO	189	52814	
4403460	Piney End Resort	piney-end-resort	US		0	America/Chicago	37.88171	-92.06294	213			MO	169	74878	
4403463	Piney Park	piney-park	US		0	America/Chicago	38.30116	-90.94292	227	Piney Bluff Park,Piney Park,Piny Bluff Park		MO	071	12754	
4403472	Pinhook	pinhook	US		30	America/Chicago	36.73895	-89.31007	92	Pinhook,Pinhook Store		MO	133	80674	
4403484	Pinkley (historical)	pinkley-historical	US		0	America/Chicago	37.50227	-90.82651	220			MO	179	41726	
4403487	Pinkston	pinkston	US		0	America/Chicago	39.64694	-94.80469	301			MO	021	12484	
4403520	Piper	piper	US		0	America/Chicago	38.34363	-94.01466	245	Como,Grange Hall,Old Piper,Piper		MO	083	76624	
4403524	Pipertown (historical)	pipertown-historical	US		0	America/Chicago	38.9603	-93.12937	236	Koping,Pipertown (historical)		MO	195	06202	
4403536	Pippin Place	pippin-place	US		0	America/Chicago	37.84532	-92.25017	248			MO	169	17740	
4403569	Plad	plad	US		0	America/Chicago	37.74865	-92.97546	360			MO	059	36494	
4403594	Platanus (historical)	platanus-historical	US		0	America/Chicago	36.5345	-90.26455	93			MO	023	27046	
4403596	Platow	platow	US		0	America/Chicago	37.19783	-90.70623	196			MO	223	04816	
4403601	Platte Gardens	platte-gardens	US		0	America/Chicago	39.30278	-94.68607	311			MO	165	46874	
4403603	Platte River	platte-river	US		0	America/Chicago	39.55027	-94.69579	271			MO	021	35594	
4403605	Platte Woods	platte-woods	US		400	America/Chicago	39.22917	-94.64801	311			MO	165	25450	
4403610	Plattin	plattin	US		0	America/Chicago	38.13117	-90.41151	138			MO	099	58232	
4403624	Pleasant Gap	pleasant-gap	US		0	America/Chicago	38.1728	-94.18217	305			MO	013	58340	
4403627	Pleasant Green	pleasant-green	US		0	America/Chicago	38.80613	-92.9627	238			MO	053	14626	
4403996	Plew	plew	US		0	America/Chicago	37.19283	-94.03688	361	Plew,Plu		MO	109	61040	
4404016	Plum Ford	plum-ford	US		0	America/Chicago	38.27755	-90.99736	164			MO	071	47396	
4404029	Plum Valley	plum-valley	US		0	America/Chicago	37.36005	-92.08266	403			MO	215	57890	
4404067	Pocohontas Crossing	pocohontas-crossing	US		0	America/Chicago	36.68534	-91.68681	250			MO	091	33382	
4404076	Pohlman Mill	pohlman-mill	US		0	America/Chicago	38.46061	-90.96514	147			MO	071	12754	
4404077	Point (historical)	point-historical	US		0	America/Chicago	38.39422	-90.34206	122	Finestown,Point (historical)		MO	189	53880	
4404089	Point Rest	point-rest	US		0	America/Chicago	37.81616	-89.7126	114			MO	157	06886	
4404097	Points (historical)	points-historical	US		0	America/Chicago	39.10226	-92.15546	275			MO	019	62840	
4404156	Pom-o-sa Heights	pom-o-sa-heights	US		0	America/Chicago	38.17447	-93.39604	243			MO	015	00586	
4404167	Pond	pond	US		0	America/Chicago	38.58033	-90.65624	244	Pond,Speers Pond		MO	189	13605	
4404197	Pondfork	pondfork	US		0	America/Chicago	36.70006	-92.70989	294	Igo,Pond Fork,Pondfork		MO	153	73114	
4404217	Poole Ford	poole-ford	US		0	America/Chicago	36.57368	-94.41716	257			MO	119	57846	
4404225	Poor Farm (historical)	poor-farm-historical	US		0	America/Chicago	37.10005	-89.52758	100			MO	201	49916	
4404265	Port Hudson	port-hudson	US		0	America/Chicago	38.45394	-91.25404	265			MO	071	44714	
4404315	Possum Trot	possum-trot	US		0	America/Chicago	36.97867	-93.42908	368	Possum Trot,Self		MO	209	11836	
4404330	Post Oak	post-oak	US		0	America/Chicago	38.56891	-93.75105	303	Lingo City,Post Oak		MO	101	59312	
4404335	Postal	postal	US		0	America/Chicago	38.89752	-93.08326	251			MO	159	31362	
4404377	Potts	potts	US		0	America/Chicago	38.47421	-91.78378	283			MO	151	17128	
4404398	Powe	powe	US		0	America/Chicago	36.65922	-90.09676	98			MO	207	42356	
4404537	Prairie Ridge	prairie-ridge	US		0	America/Chicago	39.55528	-94.13327	313			MO	025	62624	
4404611	Prairieview (historical)	prairieview-historical	US		0	America/Chicago	38.90254	-91.19432	239	Prairie View,Prairieview (historical)		MO	219	10954	
4404614	Prankford	prankford	US		0	America/Chicago	39.4931	-91.31904	171			MO	163	56972	
4404615	Prater	prater	US		0	America/Chicago	38.4495	-90.75985	140	Mikkelson,Prater		MO	071	06958	
4404627	Prathersville	prathersville	US		127	America/Chicago	39.3125	-94.27245	231	Prathers Mill,Prathersville,Shoo Fly		MO	047	24292	
4404629	Precinct	precinct	US		0	America/Chicago	37.552	-90.02039	250			MO	017	74518	
4404651	Prestonia	prestonia	US		0	America/Chicago	36.51256	-92.35016	282			MO	153	42446	
4404655	Prettyman	prettyman	US		0	America/Chicago	38.62668	-94.43162	269			MO	037	28252	
4404674	Prices Branch	prices-branch	US		0	America/Chicago	38.95115	-91.33766	228			MO	139	03754	
4404676	Price Landing	price-landing	US		0	America/Chicago	37.03699	-89.37841	100			MO	201	74410	
4404690	Prior	prior	US		0	America/Chicago	37.00228	-92.30155	379			MO	067	80710	
4404743	Prosperine	prosperine	US		0	America/Chicago	37.79282	-92.76629	331			MO	105	70072	
4404817	Pulltight	pulltight	US		0	America/Chicago	36.78256	-89.31924	97			MO	133	64406	
4404830	Pumpkin Center	pumpkin-center	US		0	America/Chicago	37.74504	-93.07074	347			MO	059	28450	
4404841	Punkin Center	punkin-center	US		0	America/Chicago	39.20087	-92.50907	250			MO	089	07084	
4404854	Purman	purman	US		0	America/Chicago	36.52284	-90.74679	114			MO	181	30448	
4404875	Pyrmont	pyrmont	US		0	America/Chicago	38.50891	-93.01964	307	Plymont,Pyrmont		MO	141	30988	
4404877	Pyletown	pyletown	US		0	America/Chicago	36.72478	-90.0187	113	Pyle,Pyletown		MO	207	42356	
4404881	Quaker	quaker	US		0	America/Chicago	37.78116	-91.00208	295			MO	221	30394	
4404885	Quarles	quarles	US		0	America/Chicago	38.47085	-93.75382	270			MO	083	67088	
4404890	Quarry Town	quarry-town	US		0	America/Chicago	37.92978	-90.00261	118	Quarry Town,Quarrytown		MO	186		
4404898	Quercus	quercus	US		0	America/Chicago	36.63145	-90.24955	98			MO	023	02224	
4404900	Quick City	quick-city	US		0	America/Chicago	38.58113	-94.02883	238			MO	101	63146	
4404910	Quinn (historical)	quinn-historical	US		0	America/Chicago	36.97562	-94.03938	402			MO	109	57440	
4404919	Quote	quote	US		0	America/Chicago	39.53918	-93.68327	238			MO	033	77254	
4404942	Rabbitville	rabbitville	US		0	America/Chicago	38.072	-90.73874	204			MO	221	38882	
4404959	Racket	racket	US		0	America/Chicago	38.29336	-93.49215	257	Racket,Rackett		MO	015	73564	
4404963	Racola	racola	US		0	America/Chicago	38.03255	-90.7568	225			MO	221	75040	
4404972	Rader	rader	US		0	America/Chicago	37.46032	-92.71906	349			MO	225	75058	
4404978	Radical	radical	US		0	America/Chicago	36.62284	-93.41908	279			MO	209	57751	
4404986	Raftville (historical)	raftville-historical	US		0	America/Chicago	37.45755	-91.99016	315			MO	215	44660	
4405003	Rail	rail	US		0	America/Chicago	37.29977	-92.30489	384			MO	229	75634	
4405046	Ralphwhite Ford (historical)	ralphwhite-ford-historical	US		0	America/Chicago	37.83337	-92.86657	233			MO	059	48188	
4405076	Randles	randles	US		0	America/Chicago	37.13783	-89.76759	102			MO	031	78280	
4405077	Randol	randol	US		0	America/Chicago	36.787	-90.1301	101	Randol,Reeds Spur		MO	207	20260	
4405085	Randolph Springs	randolph-springs	US		0	America/Chicago	39.42392	-92.60518	213	Medical Springs,Randolph Springs,Salt Spring		MO	175	65684	
4405092	Ranken	ranken	US		0	America/Chicago	38.53478	-90.51207	128			MO	189	47450	
4405108	Ratcliff Ford	ratcliff-ford	US		0	America/Chicago	37.05616	-91.68431	272			MO	215	18334	
4405114	Rat	rat	US		0	America/Chicago	37.37255	-91.22763	290			MO	203	49772	
4405131	Ravena Gardens	ravena-gardens	US		0	America/Chicago	39.215	-94.48912	252			MO	047	42050	
4405169	Rayborn	rayborn	US		0	America/Chicago	37.30449	-92.35766	345			MO	229	75634	
4405188	Raytown	raytown	US		29401	America/Chicago	39.00862	-94.46356	310	Ray,Raytown,Rehjtaun,Rejtaun,Рејтаун,Рэйтаун,ری‌تاون، میزوری,رے ٹاؤن، مسوری		MO	095	08686	
4405205	Readsville	readsville	US		0	America/Chicago	38.80449	-91.71906	251			MO	027	02656	
4405244	Red Bridge	red-bridge	US		0	America/Chicago	38.92695	-94.57579	256			MO	095	77506	
4405261	Red Onion	red-onion	US		0	America/Chicago	35.99618	-90.34232	74			MO	069	09532	
4405263	Red Point	red-point	US		0	America/Chicago	37.64755	-91.14902	400			MO	093	19108	
4405278	Red Top	red-top	US		0	America/Chicago	37.29977	-93.01046	452	North View Hill,Red Top		MO	225	78888	
4405291	Redd	redd	US		0	America/Chicago	36.84783	-90.06065	103			MO	207	11980	
4405297	Redings Mill	redings-mill	US		152	America/Chicago	37.02173	-94.52217	321	Reddings Mill,Redings Mill,Shoalsburgh		MO	145	67610	
4405299	Redman	redman	US		0	America/Chicago	39.86559	-92.33685	252	Ettle,Redman,Stockton		MO	121	72718	
4405309	Redmondville	redmondville	US		0	America/Chicago	37.6256	-90.96929	275			MO	093	38018	
4405313	Redtop	redtop	US		0	America/Chicago	37.50365	-93.14408	371	Cassity,Marmaduke,Redtop		MO	059	35720	
4405377	Regal	regal	US		0	America/Chicago	39.46751	-93.81466	260			MO	177	28666	
4405406	Rembert (historical)	rembert-historical	US		0	America/Chicago	37.24311	-92.54767	391			MO	229	26614	
4405413	Renfro	renfro	US		0	America/Chicago	38.86142	-92.50741	244			MO	135	43220	
4405459	Rex City	rex-city	US		0	America/Chicago	37.05367	-94.46883	317	Rex,Rex City		MO	145	67610	
4405463	Reynard (historical)	reynard-historical	US		0	America/Chicago	38.16364	-94.13633	250			MO	013	33562	
4405475	Reynolds Ford	reynolds-ford	US		0	America/Chicago	37.42783	-89.83621	121			MO	031	79630	
4405497	Rhyse	rhyse	US		0	America/Chicago	37.56921	-91.68626	375			MO	065	72808	
4405514	Rices Corner	rices-corner	US		0	America/Chicago	39.20143	-91.56488	237	Rice's Corner,Rices Corner		MO	007	43148	
4405515	Rich Fountain	rich-fountain	US		0	America/Chicago	38.39588	-91.87989	194			MO	151	77632	
4405555	Richie	richie	US		0	America/Chicago	39.66083	-94.81385	339			MO	021	12484	
4405589	Richmond Heights	richmond-heights	US		8481	America/Chicago	38.62866	-90.31956	161			MO	189	29818	
4405632	Ridge Prairie	ridge-prairie	US		0	America/Chicago	38.95558	-93.06825	238			MO	195	06202	
4405653	Ridgley	ridgley	US		0	America/Chicago	36.69729	-94.02021	452	Ridgely,Ridgley		MO	009	41942	
4405665	Riga (historical)	riga-historical	US		0	America/Chicago	36.55145	-90.64956	90	Hemenway,Riga (historical)		MO	181	72970	
4405666	Riggs	riggs	US		0	America/Chicago	39.17115	-92.34546	256			MO	019	07498	
4405694	Rileysburg	rileysburg	US		0	America/Chicago	39.18671	-92.39018	256	Rileyburg,Rileysburg		MO	019	07498	
4405695	Rimby	rimby	US		0	America/Chicago	37.76004	-93.23658	324			MO	167	53073	
4405697	Rinehart	rinehart	US		0	America/Chicago	37.95615	-94.49856	236			MO	217	47630	
4405709	Rings	rings	US		0	America/Chicago	37.17283	-90.57012	149			MO	223	43616	
4405714	Rington	rington	US		250	America/Chicago	35.99785	-90.18537	72			MO	069	14338	
4405725	Rippee (historical)	rippee-historical	US		0	America/Chicago	36.87006	-92.46572	239			MO	067	08830	
4405747	Ristine	ristine	US		0	America/Chicago	36.64895	-89.54813	92			MO	143	52094	
4405749	Ritchey	ritchey	US		83	America/Chicago	36.94423	-94.18494	329			MO	145	75616	
4405754	Ritter	ritter	US		0	America/Chicago	37.26366	-93.3838	381			MO	077		
4405766	River Bend	river-bend	US		10	America/Chicago	39.17889	-94.39495	224			MO	095	06490	
4405779	River aux Vases	river-aux-vases	US		0	America/Chicago	37.87228	-90.11289	137	River Aux Vases,River aux Vases,Staabtown		MO	186	03790	
4405789	Rivermines	rivermines	US		484	America/Chicago	37.84838	-90.53124	265	Central,Rivermines		MO	187	64316	
4405791	Riverpark	riverpark	US		0	America/Chicago	37.09783	-93.28324	380			MO	077	13465	
4405796	Riverside (historical)	riverside-historical	US		0	America/Chicago	37.23838	-90.7704	163			MO	179	78100	
4405799	Riverside Inn	riverside-inn	US		0	America/Chicago	36.5673	-94.42855	256			MO	119	57846	
4405849	Roads	roads	US		0	America/Chicago	39.46668	-93.70132	232	Rhoads,Roads		MO	033	23302	
4405951	Robidoux	robidoux	US		0	America/Chicago	38.05227	-90.76846	241			MO	221	75040	
4405983	Roblee	roblee	US		0	America/Chicago	39.37949	-90.94152	139			MO	163	10594	
4406033	Rock Creek Junction	rock-creek-junction	US		0	America/Chicago	39.11362	-94.47968	226	Big Blue Junction,Rock Creek Junction		MO	095	06490	
4406050	Rock Ford	rock-ford	US		0	America/Chicago	38.3231	-91.25654	191			MO	071	07192	
4406073	Rock Prairie	rock-prairie	US		0	America/Chicago	37.4831	-93.20269	356			MO	167	49736	
4406116	Rockford (historical)	rockford-historical	US		0	America/Chicago	38.56446	-94.238	258			MO	037	10936	
4406117	Rockford Beach	rockford-beach	US		0	America/Chicago	38.422	-90.59013	134			MO	099	32144	
4406146	Rockview	rockview	US		0	America/Chicago	37.20227	-89.63953	102			MO	201	38234	
4406191	Rocky Ford (historical)	rocky-ford-historical	US		0	America/Chicago	38.03586	-94.19467	216			MO	217	06598	
4406243	Rocky Ridge Ranch	rocky-ridge-ranch	US		0	America/Chicago	37.93033	-90.23845	218	Rocky Ridge,Rocky Ridge Ranch		MO	186	74968	
4406245	Rodger Ford (historical)	rodger-ford-historical	US		0	America/Chicago	37.95948	-92.83241	202			MO	029	77038	
4406324	Rondo	rondo	US		0	America/Chicago	37.76615	-93.44992	327			MO	167	36944	
4406334	Rookins	rookins	US		0	America/Chicago	37.83892	-93.75743	245			MO	185	77686	
4406341	Roosterville	roosterville	US		0	America/Chicago	39.29528	-94.43662	286			MO	047	42050	
4406354	Rosati	rosati	US		0	America/Chicago	38.02699	-91.53099	326	Knobview,Rosati		MO	161		
4406409	Ross (historical)	ross-historical	US		0	America/Chicago	36.81617	-91.2868	235			MO	149	23608	
4406410	Ross Bridge	ross-bridge	US		0	America/Chicago	37.66588	-92.04849	251	Dial Cabin Resort,Ross Bridge		MO	169	57872	
4406454	Roubidoux	roubidoux	US		0	America/Chicago	37.42255	-92.14794	346			MO	215	75292	
4406471	Round Grove	round-grove	US		0	America/Chicago	37.26672	-93.90521	386			MO	109	28972	
4406473	Round Bottom Ford (historical)	round-bottom-ford-historical	US		0	America/Chicago	38.03003	-93.33798	215			MO	085	17542	
4406509	Round Spring	round-spring	US		0	America/Chicago	37.2806	-91.41125	216			MO	203	52274	
4406532	Rousertown	rousertown	US		0	America/Chicago	37.7031	-94.23495	260	Rousertown,Ryther		MO	217	19972	
4406550	Roxie (historical)	roxie-historical	US		0	America/Chicago	36.72922	-90.50623	98			MO	023	03826	
4406579	Rucker	rucker	US		0	America/Chicago	38.17392	-94.53051	245			MO	013	76804	
4406580	Rucker	rucker	US		0	America/Chicago	39.23143	-92.41351	246			MO	019	07498	
4406603	Rum Branch	rum-branch	US		0	America/Chicago	37.15755	-89.85259	110			MO	031	78280	
4406607	Ruble	ruble	US		0	America/Chicago	37.14838	-90.89623	188			MO	179	43598	
4406609	Rumsey Spur (historical)	rumsey-spur-historical	US		0	America/Chicago	36.95005	-89.25618	95			MO	133	74392	
4406618	Rural Home (historical)	rural-home-historical	US		0	America/Chicago	38.57196	-94.37328	262			MO	037	28252	
4406638	Rushs Ridge	rushs-ridge	US		0	America/Chicago	36.92894	-89.17924	97			MO	133	54128	
4406644	Ruskin Heights	ruskin-heights	US		0	America/Chicago	38.9214	-94.50523	317			MO	095	77506	
4406647	Russ	russ	US		0	America/Chicago	37.58393	-92.58601	400			MO	105	77542	
4406708	Ryors	ryors	US		0	America/Chicago	38.48254	-91.69822	191	Linnwood,Ryors,Stony Point		MO	151	17128	
4406744	Sacville	sacville	US		0	America/Chicago	37.39393	-93.42908	347			MO	077	11818	
4406754	Safe	safe	US		0	America/Chicago	38.08838	-91.6521	286			MO	125	37394	
4406757	Sage Hill	sage-hill	US		0	America/Chicago	36.92478	-93.68381	448			MO	109	02566	
4406764	Sagrada	sagrada	US		0	America/Chicago	38.22169	-93.05325	265			MO	029	00190	
4406792	Saint Annie	saint-annie	US		0	America/Chicago	37.57199	-92.27405	399			MO	105	26596	
4406804	Saint Aubert	saint-aubert	US		0	America/Chicago	38.65004	-91.85657	166	Medora,Saint Aubert,Shipleys Landing,St. Aubert		MO	151	04762	
4406845	Saint Clement	saint-clement	US		78	America/Chicago	39.28338	-91.20931	248	Saint Clement,Saint Clements,St. Clement		MO	163	02278	
4407054	Saint Jude Acres	saint-jude-acres	US		0	America/Chicago	37.96255	-90.039	121			MO	186		
4407066	St. Louis	st-louis	US		315685	America/Chicago	38.62727	-90.19789	142	City of Saint Louis,Lacledes Village,Mound City,Pain Court,Pancore,STL,Saint Lewis,Saint Louis,Saint Louis City,Saint-Louis,San Luis,Sankta Luiso,Sejnt Luis,Sent Loisos,Sent Luis,Sent Luisas,Sent-Luis,Sentluisa,Sint-Louis,St Louis,St. Louis,Urbs Sancti Ludovici,ceyint luyis,saint luyis,sant lwys,seinteulu-iseu,senta lu'isa,senthluys,sentoruisu,seyint luyis,sheng lu yi si,snt lwyys,Σαιντ Λούις,Сейнт Луис,Сент Луис,Сент-Луис,Сент-Луіс,Сент-Луїс,סנט לואיס,سانت لويس,سنت لوئیس,سینٹ لوئس,सेंट लुईस,செயின்ட் லூயிஸ்,సెయింట్ లూయిస్,ಸೈಂಟ್ ಲೂಯಿಸ್,เซนต์หลุยส์,სენტ-ლუისი,セントルイス,圣路易斯,세인트루이스	510	MO	510		
4407106	Saint Martins	saint-martins	US		1140	America/Chicago	38.5942	-92.33713	237	Saint Martin,Saint Martins,St. Martins		MO	051	45974	
4407341	Salcedo	salcedo	US		0	America/Chicago	36.88894	-89.68342	92			MO	201	63047	
4407375	Saline City	saline-city	US		0	America/Chicago	39.1403	-92.94325	209	Littlerock,Saline City		MO	195	14500	
4407386	Saline Junction	saline-junction	US		0	America/Chicago	37.78894	-89.88678	162			MO	157	65360	
4407395	Saling	saling	US		0	America/Chicago	39.31337	-92.15851	256			MO	007	65432	
4407460	Salt Springs	salt-springs	US		0	America/Chicago	39.11224	-93.34743	219			MO	195	22096	
4407466	Salt River	salt-river	US		0	America/Chicago	39.58282	-91.30542	184			MO	173	66080	
4407479	Samford	samford	US		0	America/Chicago	36.07424	-89.91425	78	Cowskin,Samford		MO	155	76372	
4407484	Samos	samos	US		0	America/Chicago	36.86811	-89.27646	95			MO	133	74392	
4407488	Sampson	sampson	US		0	America/Chicago	37.44171	-92.8424	428			MO	225	75058	
4407490	Sampsel	sampsel	US		0	America/Chicago	39.8139	-93.70855	214	Sampsel,Sampsell,Sampsell Station		MO	117	65774	
4407498	Samtown	samtown	US		0	America/Chicago	38.0367	-92.42407	307			MO	131	27244	
4407542	Sandals	sandals	US		0	America/Chicago	39.46056	-94.08383	290	Sandals,Sandals Sawmill		MO	177	58844	
4407598	Sank	sank	US		0	America/Chicago	37.17172	-90.01371	121			MO	017	41960	
4407600	Sankey (historical)	sankey-historical	US		0	America/Chicago	37.97699	-91.34376	221	Sankey (historical),Sarkey		MO	055	47360	
4407614	Sapp	sapp	US		0	America/Chicago	38.82504	-92.35185	235	Sapp,Whoopup		MO	019	62592	
4407617	Sappington	sappington	US		7580	America/Chicago	38.537	-90.37984	182			MO	189	28792	
4407651	Sarvis Point	sarvis-point	US		0	America/Chicago	37.10533	-92.83906	424			MO	225	24256	
4407653	Saunders	saunders	US		0	America/Chicago	36.87228	-93.10601	363			MO	043	68948	
4407700	Scearces	scearces	US		0	America/Chicago	39.58139	-94.50856	308			MO	049	02332	
4407738	Schlatitz	schlatitz	US		0	America/Chicago	37.17089	-89.9876	130	Schlatitz,Schlatoz		MO	017	41960	
4407740	Schluersburg	schluersburg	US		0	America/Chicago	38.63061	-90.85986	160	Schleursburg,Schluerburgh,Schluersburg		MO	183	07232	
4407750	Schmitt Ford	schmitt-ford	US		0	America/Chicago	38.36366	-91.17848	177			MO	071	47396	
4407774	Scholten	scholten	US		0	America/Chicago	36.84978	-93.62964	420			MO	009	17092	
4407776	School	school	US		0	America/Chicago	36.96506	-93.46741	396			MO	209	75004	
4407826	Schuermann Heights	schuermann-heights	US		0	America/Chicago	38.72283	-90.36539	176	Schuerman Heights,Schuermann Heights		MO	189	00406	
4407828	Schult	schult	US		0	America/Chicago	36.20535	-89.72008	81			MO	155	31150	
4407830	Schubert	schubert	US		0	America/Chicago	38.51754	-92.04962	221	Schubert,Schuberts		MO	051	42068	
4407843	Schundler	schundler	US		0	America/Chicago	38.00643	-91.59654	319			MO	161		
4407866	Scobeville	scobeville	US		0	America/Chicago	36.18534	-90.07454	80	Sand Ridge,Scobeville		MO	069	34390	
4407884	Scotsdale	scotsdale	US		224	America/Chicago	38.39894	-90.58735	155			MO	099	32144	
4407903	Scott Ford	scott-ford	US		0	America/Chicago	37.9781	-91.45571	225			MO	055	39242	
4407937	Scotts Corner	scotts-corner	US		0	America/Chicago	39.16282	-91.64794	241			MO	007	43148	
4407949	Scruggs	scruggs	US		0	America/Chicago	38.56225	-92.28241	250			MO	051	36764	
4407958	Scrivner	scrivner	US		0	America/Chicago	38.45475	-92.37963	236			MO	051	14032	
4407981	Seckman	seckman	US		0	America/Chicago	38.40228	-90.43345	166			MO	099	34358	
4407993	Sedan (historical)	sedan-historical	US		0	America/Chicago	36.85784	-92.30933	298			MO	067	09082	
4407998	Seebarger	seebarger	US		0	America/Chicago	38.85838	-90.54345	133			MO	183	62112	
4408002	Seeburger	seeburger	US		0	America/Chicago	38.86533	-90.51067	134			MO	183	62112	
4408042	Selmore	selmore	US		0	America/Chicago	36.96811	-93.23018	403			MO	043	20846	
4408047	Selsa	selsa	US		0	America/Chicago	39.05139	-94.34217	234	Glendale,Selsa		MO	095	06490	
4408050	Senate Grove (historical)	senate-grove-historical	US		0	America/Chicago	38.5756	-91.32793	233	Meyers Store,Senate Grove (historical)		MO	071	06796	
4408067	Scopus	scopus	US		0	America/Chicago	37.39894	-89.92066	202	Scopus,Seopus		MO	017	66314	
4408068	Sequiota	sequiota	US		0	America/Chicago	37.14755	-93.23907	368	Sequiota,Sequoita		MO	077	70009	
4408076	Service	service	US		0	America/Chicago	37.97143	-91.14597	215			MO	055	16930	
4408080	Sereno	sereno	US		0	America/Chicago	37.79783	-89.85122	189			MO	157	06886	
4408085	Settletown	settletown	US		0	America/Chicago	37.95061	-90.59596	245			MO	187	57098	
4408103	Seventysix	seventysix	US		0	America/Chicago	37.72005	-89.61232	112	Seventy-Six,Seventysix		MO	157	08092	
4408109	Sewell Ford	sewell-ford	US		0	America/Chicago	38.18866	-91.56405	238			MO	073	07480	
4408115	Seybert	seybert	US		0	America/Chicago	37.51865	-93.77382	265	Johnsons Mill,Seybert,Seyberts Mill		MO	057	63812	
4408123	Shackleford Crossing	shackleford-crossing	US		0	America/Chicago	38.89196	-93.03353	180			MO	053	06166	
4408126	Shackleford	shackleford	US		0	America/Chicago	39.11252	-93.29687	239	Shackelford,Shackleford		MO	195	46334	
4408140	Shady Dell	shady-dell	US		0	America/Chicago	36.96394	-89.82259	94			MO	207	57548	
4408167	Shady Dell	shady-dell	US		0	America/Chicago	36.76783	-90.44206	110			MO	023	59114	
4408234	Shannondale	shannondale	US		0	America/Chicago	39.35919	-92.84991	199	Shannon,Shannondale		MO	041	65468	
4408257	Sharp	sharp	US		0	America/Chicago	36.60034	-92.20766	291			MO	153	18568	
4408273	Shantytown	shantytown	US		0	America/Chicago	38.03393	-92.046	327			MO	125	20206	
4408279	Shaver Ford	shaver-ford	US		0	America/Chicago	39.52171	-91.6896	185	Bond Ford,Shaver Ford		MO	173	65378	
4408292	Shawan	shawan	US		0	America/Chicago	36.96394	-89.77981	94	Shawan,Shawnan		MO	207	57548	
4408294	Shawne	shawne	US		0	America/Chicago	37.12144	-91.26041	251			MO	203	22294	
4408307	Shawnee Mound	shawnee-mound	US		0	America/Chicago	38.52974	-93.76188	284	Shawnee,Shawnee Mound,Shawnee Town		MO	083	67088	
4408333	Sheil	sheil	US		0	America/Chicago	39.63393	-91.59849	204	Sheil,Shiel,Sidney		MO	173	65378	
4408376	Shelton Ford	shelton-ford	US		0	America/Chicago	37.35144	-90.47928	140			MO	123	42212	
4408386	Shepard (historical)	shepard-historical	US		0	America/Chicago	37.69644	-90.88707	361			MO	093	38018	
4408451	Sherwood (historical)	sherwood-historical	US		0	America/Chicago	37.42755	-94.17744	304			MO	011	61454	
4408453	Shibboleth	shibboleth	US		0	America/Chicago	38.00561	-90.70541	243			MO	221	75040	
4408541	Shoal	shoal	US		0	America/Chicago	39.65307	-93.93299	240			MO	025	52400	
4408547	Shoal Creek Drive	shoal-creek-drive	US		337	America/Chicago	37.04089	-94.51939	315			MO	145	67610	
4408548	Shoal Creek Estates	shoal-creek-estates	US		97	America/Chicago	37.01812	-94.49522	308			MO	145	67610	
4408565	Shook	shook	US		0	America/Chicago	37.04283	-90.309	122	Lost Creek,Shook		MO	223	44120	
4408586	Short Bend	short-bend	US		0	America/Chicago	37.74643	-91.43403	306			MO	065	67664	
4408608	Shover (historical)	shover-historical	US		0	America/Chicago	36.69006	-90.09593	97			MO	207	42356	
4408615	Shrum	shrum	US		0	America/Chicago	37.38394	-90.0151	179			MO	017	17380	
4408617	Shoveltown	shoveltown	US		0	America/Chicago	38.81561	-90.28067	168			MO	189	69284	
4408670	Signal (historical)	signal-historical	US		0	America/Chicago	38.03115	-91.81544	275			MO	161	48296	
4408671	Sigsbee	sigsbee	US		0	America/Chicago	39.90754	-91.86878	223			MO	205	73222	
4408680	Silica	silica	US		0	America/Chicago	38.23478	-90.42596	128	Selica,Silica,Silica City		MO	099	37340	
4408249	Sharon	sharon	US	02067	0	America/Chicago	39.30058	-93.13326	229			MO	195	47702	
4408714	Silver Dollar City	silver-dollar-city	US		0	America/Chicago	36.66784	-93.33963	406			MO	209	71736	
4408755	Silverleaf	silverleaf	US		0	America/Chicago	39.90474	-93.61605	236			MO	117	35882	
4408763	Simcoe	simcoe	US		0	America/Chicago	36.72174	-94.16743	388	Simco,Simcoe		MO	119	21700	
4408767	Simmons	simmons	US		0	America/Chicago	37.23061	-92.01543	342			MO	215	11854	
4408808	Sims (historical)	sims-historical	US		0	America/Chicago	36.54589	-90.50789	91			MO	023	51392	
4408815	Sims Point	sims-point	US		0	America/Chicago	37.4756	-93.95522	314			MO	057	22564	
4408832	Sinkin (historical)	sinkin-historical	US		0	America/Chicago	37.40949	-91.40625	354			MO	203	52274	
4408845	Sinsabaugh	sinsabaugh	US		0	America/Chicago	36.5045	-90.70206	89	Acorn,Simsabaugh,Sinsabaugh,Slagle		MO	181	30448	
4408894	Skinner	skinner	US		0	America/Chicago	39.26643	-91.98906	247			MO	007	80152	
4408921	Sky	sky	US		0	America/Chicago	36.60061	-89.6423	86			MO	143	41816	
4408939	Slabtown	slabtown	US		0	America/Chicago	37.5631	-92.0196	271			MO	215	07246	
4408980	Sledd	sledd	US		0	America/Chicago	39.23144	-90.89069	153	Sled,Sledd,Smith's Mill		MO	163	10594	
4408982	Sleeper	sleeper	US		0	America/Chicago	37.7606	-92.59295	372			MO	105	02494	
4408990	Slees Mills	slees-mills	US		0	America/Chicago	39.78004	-91.61432	197			MO	127	42230	
4409023	Sloan Ford	sloan-ford	US		0	America/Chicago	36.58089	-91.54986	174			MO	149	72844	
4409041	Smalleys Corner	smalleys-corner	US		0	America/Chicago	36.65507	-93.81575	463			MO	009	24436	
4409045	Smallett	smallett	US		0	America/Chicago	36.84867	-92.71406	320			MO	067	69626	
4409060	Smileyville	smileyville	US		0	America/Chicago	39.86699	-91.56293	192	Glover,Smileyville		MO	127	23176	
4409128	Smith Ford (historical)	smith-ford-historical	US		0	America/Chicago	37.83226	-92.84824	233			MO	105	21556	
4409196	Smithton (historical)	smithton-historical	US		0	America/Chicago	38.95282	-92.33768	230			MO	019	48944	
4409204	Smittle	smittle	US		0	America/Chicago	37.41921	-92.50989	380			MO	229	21628	
4409214	Smoky Hollow	smoky-hollow	US		0	America/Chicago	37.62227	-91.69293	385			MO	065	72808	
4409226	Snadon Ford	snadon-ford	US		0	America/Chicago	37.3406	-93.78938	280			MO	057	57584	
4409246	Sni Mills	sni-mills	US		0	America/Chicago	38.94084	-94.13245	258			MO	095	75598	
4409263	Snow (historical)	snow-historical	US		0	America/Chicago	39.61642	-92.41574	248			MO	121	51176	
4409275	Snow Hollow Lake	snow-hollow-lake	US		0	America/Chicago	37.62894	-90.6854	396			MO	093	01666	
4409278	Snowdon (historical)	snowdon-historical	US		0	America/Chicago	39.87864	-92.93992	240			MO	115	03016	
4409323	Souder	souder	US		0	America/Chicago	36.78895	-92.4585	253			MO	153	35990	
4409366	South Drexel	south-drexel	US		0	America/Chicago	38.4764	-94.60884	299			MO	013	78604	
4409457	South Liberty	south-liberty	US		0	America/Chicago	39.20111	-94.38912	223			MO	047	42050	
4409485	South Point (historical)	south-point-historical	US		0	America/Chicago	38.54394	-90.97848	162			MO	071	77434	
4409520	South Troy	south-troy	US		0	America/Chicago	38.95727	-90.99431	190			MO	113	14050	
4409521	South Van Buren	south-van-buren	US		824	America/Chicago	36.98811	-91.01374	149			MO	035	11620	
4409553	Southhampton	southhampton	US		0	America/Chicago	38.59339	-90.29539	145			MO	510		
4409591	Spanish Lake	spanish-lake	US		19650	America/Chicago	38.78783	-90.21594	165	Rich Valley,Spanish Lake		MO	189	69284	
4409608	Sparrow	sparrow	US		0	America/Chicago	38.33669	-93.71521	232			MO	083	05140	
4409660	Spencerburg	spencerburg	US		0	America/Chicago	39.42171	-91.38765	233	Spencerburg,Spencerburgh,Spencersburg		MO	163	69392	
4409682	Splitlog	splitlog	US		0	America/Chicago	36.70785	-94.45883	373	Spitlog,Splitlog		MO	119	01237	
4409692	Spoonerville	spoonerville	US		0	America/Chicago	36.5495	-89.97065	88			MO	069	16696	
4409713	Spring Bluff	spring-bluff	US		0	America/Chicago	38.29561	-91.23792	276	Five Points,Spring Bluff,Springbluff		MO	071	07192	
4409785	Spring Forest	spring-forest	US		0	America/Chicago	38.40533	-90.41706	221			MO	099	34358	
4409815	Spring Fork	spring-fork	US		0	America/Chicago	38.57863	-93.23854	275			MO	159	24454	
4409912	Sprott	sprott	US		0	America/Chicago	37.86394	-90.32845	318			MO	186	74968	
4409920	Spur 3 (historical)	spur-3-historical	US		0	America/Chicago	37.22088	-91.47681	348			MO	203	22294	
4409939	Saint Francois	saint-francois	US		0	America/Chicago	37.85644	-90.51874	248			MO	187	64316	
4410006	Stapletown (historical)	stapletown-historical	US		0	America/Chicago	39.00976	-92.43879	182			MO	019	38045	
4410034	Starfield	starfield	US		0	America/Chicago	39.64528	-94.51773	272			MO	049	39674	
4410043	Starkdale (historical)	starkdale-historical	US		0	America/Chicago	39.25421	-90.82068	139			MO	163	10594	
4410048	Starkenburg	starkenburg	US		0	America/Chicago	38.73588	-91.55211	208			MO	139	44228	
4410054	Starland	starland	US		0	America/Chicago	37.70922	-89.58538	113	Star Landing,Starland		MO	157	08092	
4410109	Steeles	steeles	US		0	America/Chicago	36.68061	-90.79151	170			MO	181	19810	
4410126	Steffenville	steffenville	US		0	America/Chicago	39.9706	-91.88211	216	Steffanville,Steffenville,Stephensville		MO	111	65270	
4410137	Steinmetz	steinmetz	US		0	America/Chicago	39.23503	-92.75768	244			MO	089	59546	
4410143	Stepanek Crossing	stepanek-crossing	US		0	America/Chicago	39.0206	-91.06542	145	Richardson Mill Ford,Stepanek Crossing		MO	113	03880	
4410179	Sterling Landing	sterling-landing	US		0	America/Chicago	39.1131	-90.69429	133	Sterling,Sterling Boat Landing,Sterling Landing		MO	113	09928	
4410235	Still House Resort	still-house-resort	US		0	America/Chicago	37.80004	-92.32934	269			MO	169	42266	
4410245	Stillhouse Ford	stillhouse-ford	US		0	America/Chicago	39.07254	-91.25987	170			MO	113	52544	
4410259	Stillhouse Springs	stillhouse-springs	US		0	America/Chicago	37.80115	-92.33461	259			MO	169	42266	
4410260	Stillings	stillings	US		0	America/Chicago	39.31972	-94.88802	233	Stillings,Stillings Station		MO	165	41240	
4410276	Stinson	stinson	US		0	America/Chicago	37.24644	-93.75243	345	Stinson,Stinton		MO	109	42806	
4410283	Stockbridge (historical)	stockbridge-historical	US		0	America/Chicago	39.75138	-94.66663	258			MO	021	45938	
4410311	Stokley	stokley	US		0	America/Chicago	38.83946	-93.46966	236	Stokeley,Stokley		MO	159	06184	
4410314	Stolpe	stolpe	US		0	America/Chicago	38.64338	-91.59378	163			MO	073	61490	
4410329	Stone Hill	stone-hill	US		0	America/Chicago	37.60171	-91.34208	353			MO	065	47378	
4410347	Stoneridge	stoneridge	US		0	America/Chicago	36.66673	-93.41269	411			MO	209	63764	
4410352	Stonesport (historical)	stonesport-historical	US		0	America/Chicago	38.66726	-92.28185	168			MO	019	12142	
4410362	Stony Hill	stony-hill	US		0	America/Chicago	38.54283	-91.37377	247			MO	073	06814	
4410405	Story (historical)	story-historical	US		0	America/Chicago	37.93031	-93.85605	259			MO	185	63092	
4410409	Stotesbury	stotesbury	US		18	America/Chicago	37.97198	-94.56357	238	Hoover,Stotesbury		MO	217	31672	
4410440	Strain	strain	US		0	America/Chicago	38.29172	-91.30293	243	Central,Strain,Strain Community		MO	071	07192	
4410483	Stroderville (historical)	stroderville-historical	US		0	America/Chicago	37.24672	-89.81315	121			MO	031	42014	
4410486	Strother	strother	US		0	America/Chicago	39.4256	-91.8885	224			MO	137	68798	
4410515	Stubbs	stubbs	US		0	America/Chicago	39.425	-94.75107	250	Stubbs,Stubbs Station		MO	165	23230	
4410518	Stubtown	stubtown	US		0	America/Chicago	36.17618	-89.69925	82	Game,Stubtown		MO	155	43382	
4410540	Sturges	sturges	US		0	America/Chicago	39.87724	-93.50105	238			MO	117	61436	
4410542	Stutts	stutts	US		0	America/Chicago	36.76534	-93.34741	435	Stults,Stultz,Stutts		MO	209	63761	
4410555	Sudheimer	sudheimer	US		0	America/Chicago	38.13309	-92.17878	281			MO	125	48260	
4410556	Sue City	sue-city	US		0	America/Chicago	39.96726	-92.36519	266			MO	121	37520	
4410560	Suelthaus Ford	suelthaus-ford	US		0	America/Chicago	38.40755	-91.596	178			MO	073	72934	
4410565	Sugar Beach	sugar-beach	US		0	America/Chicago	36.60368	-94.36688	278			MO	119	57843	
4410585	Sugar Creek	sugar-creek	US		3320	America/Chicago	39.10973	-94.44467	250			MO	095	06490	
4410622	Sugar Lake	sugar-lake	US		0	America/Chicago	39.54722	-95.05441	238			MO	021	63542	
4410623	Sugar Lake	sugar-lake	US		0	America/Chicago	39.5125	-95.01802	239	Sugar Lake,Sugarlake		MO	165	46298	
4410658	Sugartree	sugartree	US		0	America/Chicago	37.96782	-91.97072	208	Sugar Tree Club,Sugartree		MO	161	48296	
4410703	Sumach	sumach	US		0	America/Chicago	36.32395	-89.99148	82			MO	069	34390	
4410708	Summers Addition	summers-addition	US		0	America/Chicago	36.72312	-91.85043	327	Brush Town,Summers Addition		MO	091	33382	
4410725	Summerville (historical)	summerville-historical	US		0	America/Chicago	38.86059	-92.21102	262	Summersville,Summerville (historical)		MO	019	73129	
4410728	Summit City	summit-city	US		0	America/Chicago	36.73923	-92.61378	325			MO	153	52652	
4410756	Sunlight	sunlight	US		0	America/Chicago	37.78171	-90.90513	302			MO	221	04078	
4410811	Sunrise	sunrise	US		0	America/Chicago	36.79062	-94.05743	416			MO	009	79144	
4410812	Sunrise	sunrise	US		0	America/Chicago	36.06035	-90.03065	74			MO	069	14338	
4410836	Sunset Hills	sunset-hills	US		8539	America/Chicago	38.53894	-90.40734	188			MO	189	28792	
4410870	Susanna	susanna	US		0	America/Chicago	37.37949	-92.73045	379			MO	225	75058	
4410943	Swanwick	swanwick	US		0	America/Chicago	39.31418	-94.03105	239			MO	177	61688	
4410947	Swart	swart	US		0	America/Chicago	37.75115	-94.58357	251	Swart,Swarts,Swartz		MO	217	30592	
4410958	Swedeborg	swedeborg	US		0	America/Chicago	37.91393	-92.33184	341			MO	169	42266	
4410960	Sweden	sweden	US		0	America/Chicago	36.87756	-92.501	341			MO	067	08830	
4410972	Sweet Hollow Ford (historical)	sweet-hollow-ford-historical	US		0	America/Chicago	37.8342	-92.84046	232			MO	105	21556	
4411011	Swinton	swinton	US		0	America/Chicago	37.02783	-89.94481	117			MO	207	52040	
4411018	Switzler	switzler	US		0	America/Chicago	39.01004	-92.27574	251			MO	019	15688	
4411044	Sycamore Hills	sycamore-hills	US		670	America/Chicago	38.70088	-90.34984	200			MO	189	47918	
4411056	Syenite	syenite	US		0	America/Chicago	37.67672	-90.39179	299	Soper,Svenite,Syenite		MO	187	42302	
4411085	Taberville	taberville	US		0	America/Chicago	38.00836	-93.99466	230	Manoa,Taberville		MO	185	72124	
4411102	Tabeau	tabeau	US		0	America/Chicago	39.20446	-93.72383	208			MO	107	19936	
4411164	Tackner	tackner	US		0	America/Chicago	38.23586	-93.42993	229			MO	015	73564	
4411175	Taitsville	taitsville	US		0	America/Chicago	39.48446	-93.95799	247			MO	177	39314	
4411185	Tallent	tallent	US		0	America/Chicago	37.46533	-90.06844	246			MO	017	17380	
4411194	Talmage City	talmage-city	US		0	America/Chicago	37.01201	-94.09077	375	Talmage,Talmage City		MO	145	75616	
4411243	Tarsney	tarsney	US		0	America/Chicago	38.9414	-94.21578	292			MO	095	75598	
4411246	Tarsney Lakes	tarsney-lakes	US		0	America/Chicago	38.94973	-94.20384	284			MO	095	75598	
4411249	Taskee Station (historical)	taskee-station-historical	US		0	America/Chicago	36.99255	-90.45039	119			MO	223	06112	
4411257	Tarrants	tarrants	US		22	America/Chicago	39.35671	-91.18292	217			MO	163	17704	
4411279	Tauria	tauria	US		0	America/Chicago	36.80589	-93.34602	428			MO	209	63761	
4411280	Tavern	tavern	US		0	America/Chicago	38.16254	-92.12962	250	Humphreys,Tavern		MO	125	07228	
4411355	Teal Bend	teal-bend	US		0	America/Chicago	38.28475	-93.48104	264			MO	015	73564	
4411363	Teal (historical)	teal-historical	US		0	America/Chicago	38.3417	-92.24157	190			MO	051	14032	
4411379	Tedieville	tedieville	US		0	America/Chicago	38.92002	-93.27215	245			MO	159	44012	
4411381	Tedrick (historical)	tedrick-historical	US		0	America/Chicago	36.91061	-92.3735	325			MO	067	13114	
4411397	Temple (historical)	temple-historical	US		0	America/Chicago	37.89782	-94.45162	241			MO	217	39818	
4411405	Temples Corner	temples-corner	US		0	America/Chicago	36.03063	-89.95898	75			MO	155	32608	
4411412	Ten Brook	ten-brook	US		0	America/Chicago	38.43366	-90.35012	129			MO	099	01975	
4411438	Teresita	teresita	US		0	America/Chicago	36.98478	-91.62875	353			MO	203	49628	
4411442	Terre du Lac	terre-du-lac	US		2320	America/Chicago	37.91172	-90.62541	297	Terre Du Lac,Terre du Lac		MO	187	57098	
4411464	Texas Bend	texas-bend	US		0	America/Chicago	36.98005	-89.35647	97			MO	133	74392	
4411489	The Diamonds	the-diamonds	US		0	America/Chicago	38.47311	-90.8568	243			MO	071	06958	
4411495	The Landing	the-landing	US		8	America/Chicago	39.56365	-91.66099	220			MO	173	65378	
4411497	The Lead Belt	the-lead-belt	US		0	America/Chicago	37.92366	-90.55652	250			MO	187	57098	
4411507	Theabeau Town	theabeau-town	US		0	America/Chicago	38.03283	-90.72846	280			MO	221	75040	
4411511	Theodosia (historical)	theodosia-historical	US		0	America/Chicago	36.57673	-92.64822	199			MO	153	36548	
4411528	Thirtyfour Corner	thirtyfour-corner	US		0	America/Chicago	36.77672	-89.2109	92			MO	133	48926	
4411555	Thomas Hill	thomas-hill	US		0	America/Chicago	39.52086	-92.65574	229	Thomas Hill,Thomasville		MO	175	13276	
4411559	Thomas Heights	thomas-heights	US		0	America/Chicago	39.23195	-94.57496	306			MO	047	26290	
4411619	Thompsons Corner	thompsons-corner	US		0	America/Chicago	36.6559	-93.85603	436			MO	009	24436	
4411620	Thoms	thoms	US		0	America/Chicago	37.14423	-94.55606	288	Thomas,Thoms		MO	097	26236	
4411621	Thomure	thomure	US		0	America/Chicago	38.00394	-90.05956	119	Little Rock,Thomure		MO	186		
4411665	Thralls Prairie (historical)	thralls-prairie-historical	US		0	America/Chicago	39.01309	-92.55518	215			MO	019	38045	
4411669	Three Island Resort	three-island-resort	US		0	America/Chicago	37.91921	-92.03183	210			MO	169	74878	
4411673	Three States	three-states	US		0	America/Chicago	36.61784	-89.2759	91			MO	133	36278	
4411698	Thuroy	thuroy	US		0	America/Chicago	36.50506	-92.20293	228			MO	153	03647	
4411727	Tiffany Springs	tiffany-springs	US		0	America/Chicago	39.26139	-94.69635	311	Artesian Springs,Tiffany Springs		MO	165	11512	
4411733	Tightwad	tightwad	US		67	America/Chicago	38.30947	-93.5466	267	Edgewood,Glenrock,Tightwad		MO	083	41384	
4411734	Tigris	tigris	US		0	America/Chicago	37.02283	-92.77128	358			MO	067	42716	
4411750	Tilsit	tilsit	US		0	America/Chicago	37.33033	-89.74204	149			MO	031	33454	
4411773	Times Beach (historical)	times-beach-historical	US		0	America/Chicago	38.50866	-90.60263	133			MO	189	47450	
4411776	Tin Mountain	tin-mountain	US		0	America/Chicago	37.52478	-90.40901	243			MO	123	64280	
4411777	Tin Town	tin-town	US		0	America/Chicago	37.45393	-93.19324	360	Gold,Tin Town		MO	167	49736	
4411792	Tinkerville	tinkerville	US		0	America/Chicago	36.19062	-89.95981	76			MO	155	07858	
4411800	Tinney Grove	tinney-grove	US		0	America/Chicago	39.50418	-93.80438	276	Mount Pleasant,Tinney Grove,Tinney's Grove,Tinneys Grove		MO	177	28666	
4411801	Tipton Ford	tipton-ford	US		0	America/Chicago	36.97673	-94.42605	288			MO	145	51590	
4411811	Todd (historical)	todd-historical	US		0	America/Chicago	38.3178	-92.98547	239			MO	141	09568	
4411825	Toga	toga	US		0	America/Chicago	37.11616	-89.88482	106			MO	207	57548	
4411846	Tom Hollow Ford (historical)	tom-hollow-ford-historical	US		0	America/Chicago	37.84615	-92.85157	233			MO	105	21556	
4411861	Toonerville	toonerville	US		0	America/Chicago	38.69172	-90.73346	203			MO	183	07232	
4411867	Topper	topper	US		0	America/Chicago	37.95225	-93.64604	290			MO	185	20008	
4411868	Toppertown	toppertown	US		0	America/Chicago	36.96311	-89.8412	96			MO	207	57548	
4411871	Torch	torch	US		0	America/Chicago	36.53645	-90.67623	90			MO	181	72970	
4411883	Tower Grove	tower-grove	US		0	America/Chicago	38.62255	-90.26622	142			MO	510		
4411912	Town and Country	town-and-country	US		11106	America/Chicago	38.61228	-90.46345	178	Taun ehnd Kauntri,Taun end Kantri,tawn and kantry  myzwry,tawn and kawntry,Таун енд Кантри,Таун энд Каунтри,تاون أند كاونتري,تاون اند کانتری، میزوری,ٹاؤن اینڈ کنٹری، مسوری		MO	189	48989	
4411949	Traderight	traderight	US		0	America/Chicago	38.11171	-92.19767	299			MO	131	61778	
4411975	Trask	trask	US		0	America/Chicago	36.97755	-91.80154	368			MO	091	34120	
4411981	Travers	travers	US		0	America/Chicago	36.74368	-93.83659	383			MO	009	44912	
4412106	Truman Corners	truman-corners	US		0	America/Chicago	38.90806	-94.51968	304			MO	095	77506	
4412138	Tuckers Corner	tuckers-corner	US		0	America/Chicago	37.33061	-94.48467	294			MO	097	20602	
4412144	Tulip	tulip	US		0	America/Chicago	39.34282	-92.15712	248			MO	137	74806	
4412229	Turkey Ridge	turkey-ridge	US		0	America/Chicago	37.82171	-92.32684	333			MO	169	42266	
4412242	Turley	turley	US		0	America/Chicago	37.44671	-92.18211	338			MO	215	75292	
4412252	Turnback (historical)	turnback-historical	US		0	America/Chicago	37.30727	-93.79021	322			MO	057	68618	
4412278	Turner Ford (historical)	turner-ford-historical	US		0	America/Chicago	37.84726	-92.8738	228			MO	059	48188	
4412304	Turners Mill	turners-mill	US		0	America/Chicago	36.76645	-91.26652	153	Surprise,Turners Mill,Turners Spring		MO	149	38756	
4412316	Turtle	turtle	US		0	America/Chicago	37.52338	-91.41236	408			MO	065	43202	
4412333	Twelvemile	twelvemile	US		0	America/Chicago	37.36616	-90.36317	183	Chubb Store,Clubb Store,Twelve Mile,Twelvemile		MO	123	74248	
4412383	Twin Springs	twin-springs	US		0	America/Chicago	38.27199	-91.07375	171			MO	071	12754	
4412417	Tyson	tyson	US		0	America/Chicago	38.537	-90.56179	134			MO	189	47450	
4412429	Udall Landing	udall-landing	US		0	America/Chicago	36.54312	-92.28905	172			MO	153	03647	
4412437	Umber	umber	US		0	America/Chicago	37.62476	-93.75549	295			MO	039	45344	
4412438	Umber View Heights	umber-view-heights	US		48	America/Chicago	37.62365	-93.80354	320			MO	039	43166	
4412695	Unity Village	unity-village	US		84	America/Chicago	38.9514	-94.40162	286	Unity,Unity Village		MO	095	59564	
4412697	University City	university-city	US		35058	America/Chicago	38.65588	-90.30928	161			MO	189	29818	
4412712	Upalika	upalika	US		0	America/Chicago	36.93672	-90.63928	224			MO	223	79972	
4412715	Uplands Park	uplands-park	US		446	America/Chicago	38.69311	-90.28234	186	Aplands Park,Aplehnds Park,awblands bark,Апландс Парк,Аплэндс Парк,أوبلاندس بارك		MO	189	52814	
4412777	Uva	uva	US		0	America/Chicago	39.73116	-91.45321	226			MO	127	48278	
4412784	Vada	vada	US		0	America/Chicago	37.47171	-92.05099	393			MO	215	44660	
4412789	Valentine Ford	valentine-ford	US		0	America/Chicago	38.41143	-91.63822	173			MO	073	72934	
4412813	Valley Forge (historical)	valley-forge-historical	US		0	America/Chicago	37.78533	-90.37346	260	Valle Forge,Valley Forge (historical)		MO	187	64316	
4412821	Valley Ridge	valley-ridge	US		0	America/Chicago	36.56478	-90.08371	104			MO	069	74608	
4412842	Valley Water Mills	valley-water-mills	US		0	America/Chicago	37.26588	-93.24796	364			MO	077	70009	
4412856	Van Cleve	van-cleve	US		0	America/Chicago	38.23504	-92.1574	246	Van Cleve,Vancleve		MO	125	07228	
4412927	Vans Camp	vans-camp	US		0	America/Chicago	38.88394	-90.5104	130			MO	183	62112	
4412947	Varsh Ford	varsh-ford	US		0	America/Chicago	37.37394	-90.45428	147			MO	123	74248	
4412949	Varvol	varvol	US		0	America/Chicago	37.09727	-91.96099	395	Varvel,Varvol		MO	215	66026	
4412952	Vastus	vastus	US		0	America/Chicago	36.55117	-90.40816	94			MO	023	16264	
4412975	Velda Village	velda-village	US		1420	America/Chicago	38.69005	-90.29428	192	Velda,Velda City,Velda Village		MO	189	52814	
4412976	Velda Village Hills	velda-village-hills	US		1055	America/Chicago	38.69061	-90.28734	171			MO	189	75210	
4412977	Velsor	velsor	US		0	America/Chicago	37.02033	-93.03573	407			MO	043	69320	
4412978	Venable	venable	US		0	America/Chicago	37.40616	-91.99432	374			MO	215	44660	
4412987	Vera Cruz	vera-cruz	US		0	America/Chicago	36.91394	-92.4935	260			MO	067	45272	
4412992	Verdella	verdella	US		0	America/Chicago	37.60643	-94.43856	275			MO	011	03502	
4413023	Vibbard	vibbard	US		0	America/Chicago	39.38056	-94.14633	317			MO	177	24310	
4413084	Vieman (historical)	vieman-historical	US		0	America/Chicago	38.18625	-91.5834	283			MO	073	07480	
4413093	Vigus	vigus	US		0	America/Chicago	38.73561	-90.46484	139			MO	189	53360	
4413094	Vilander	vilander	US		0	America/Chicago	38.09644	-91.13153	220			MO	055	42086	
4413112	Vincit	vincit	US		0	America/Chicago	36.1659	-90.06926	77			MO	069	34390	
4413125	Vinegar Hill	vinegar-hill	US		0	America/Chicago	36.74256	-90.4015	102	Victory Hill,Vinegar Hill		MO	023	59114	
4413136	Vinita Park	vinita-park	US		1886	America/Chicago	38.69005	-90.34262	189	Vanita Park,Vinita Park		MO	189	47918	
4413137	Vinita Terrace	vinita-terrace	US		278	America/Chicago	38.68561	-90.32928	186			MO	189	75210	
4413149	Virgil City	virgil-city	US		0	America/Chicago	37.76643	-94.07272	295			MO	039	07696	
4413168	Virginia Settlement	virginia-settlement	US		0	America/Chicago	37.18977	-90.6354	173			MO	223	43616	
4413206	W B Junction	w-b-junction	US		0	America/Chicago	39.33502	-93.53021	203	Carrollton Junction,W B Junction		MO	033	76552	
4413232	Wabash Crossing	wabash-crossing	US		0	America/Chicago	39.92834	-93.938	228			MO	061	74590	
4413252	Wadell	wadell	US		0	America/Chicago	36.77979	-94.15577	389			MO	145	25696	
4413289	Wakenda	wakenda	US		90	America/Chicago	39.31419	-93.37715	199	Eugene City,Wakenda		MO	033	22780	
4413303	Walbert (historical)	walbert-historical	US		0	America/Chicago	38.33005	-91.33182	229			MO	071	07192	
4413353	Walkers Corner	walkers-corner	US		0	America/Chicago	38.18253	-93.09659	270			MO	015	74500	
4413362	Wall Street	wall-street	US		0	America/Chicago	37.61254	-92.9549	364			MO	059	80170	
4413522	Wanamaker (historical)	wanamaker-historical	US		0	America/Chicago	38.9403	-93.18993	244			MO	195	06202	
4413557	Wardsville	wardsville	US		1546	America/Chicago	38.48892	-92.17435	238			MO	051	55082	
4413602	Warson Woods	warson-woods	US		1958	America/Chicago	38.60727	-90.38345	163	Royal Oak,Warson Woods		MO	189	36962	
4413815	Weatherby Lake	weatherby-lake	US		1848	America/Chicago	39.23778	-94.69607	278			MO	165	11512	
4413836	Webb (historical)	webb-historical	US		0	America/Chicago	37.13894	-90.87207	182			MO	179	78100	
4413861	Weber Hill	weber-hill	US		0	America/Chicago	38.43367	-90.55262	203			MO	099	32144	
4413872	Webster Groves	webster-groves	US		23177	America/Chicago	38.59255	-90.35734	170	Vebster Grouvs,Webster,Webster Groves,wbstr grwwz  myzwry,wybstr ghrwfz,Вебстер Гроувс,وبستر گرووز، میزوری,ويبستر غروفز		MO	189	36962	
4413906	Wela Park	wela-park	US		0	America/Chicago	36.87451	-94.5555	280			MO	145	66692	
4413922	Weingarten	weingarten	US		133	America/Chicago	37.88755	-90.21456	255			MO	186		
4413926	Weldon Spring	weldon-spring	US		5575	America/Chicago	38.71339	-90.68929	165	Weldon Spring,Weldon Springs		MO	183	78316	
4413928	Weldon Spring Heights	weldon-spring-heights	US		92	America/Chicago	38.70505	-90.68735	188			MO	183	07232	
4414037	West Aurora	west-aurora	US		0	America/Chicago	38.31448	-92.59574	283			MO	131	25678	
4414066	West Bunker	west-bunker	US		0	America/Chicago	37.45505	-91.21541	413			MO	065		
4414084	West Elvins	west-elvins	US		0	America/Chicago	37.83088	-90.54457	263			MO	187	60608	
4414086	West Eminence	west-eminence	US		0	America/Chicago	37.14033	-91.37458	216			MO	203	22294	
4414144	West Hermondale	west-hermondale	US		0	America/Chicago	36.03063	-89.93203	76			MO	155	32608	
4414147	West Glasgow	west-glasgow	US		0	America/Chicago	39.21614	-92.87658	188			MO	195	10702	
4414153	West Keystone	west-keystone	US		0	America/Chicago	39.69028	-94.33606	312	Keystone,West Keystone		MO	049	67592	
4414161	West Joplin	west-joplin	US		0	America/Chicago	37.08423	-94.51995	305	Murphysburgh,West Joplin		MO	097	26236	
4414162	West Line	west-line	US		100	America/Chicago	38.63223	-94.58412	280	State Line,West Line		MO	037	78694	
4414182	West Platte	west-platte	US		0	America/Chicago	39.39028	-94.83996	243			MO	165	23230	
4414218	West Quincy	west-quincy	US		0	America/Chicago	39.92616	-91.44071	143			MO	127	23176	
4414223	West Sullivan	west-sullivan	US		119	America/Chicago	38.18755	-91.19598	298			MO	055	07156	
4414249	Westbridge	westbridge	US		0	America/Chicago	39.53944	-94.50079	296	Bainbridge,Westbridge		MO	049	30304	
4414250	Westbrook (historical)	westbrook-historical	US		0	America/Chicago	36.04507	-89.88592	78			MO	155	32608	
4414252	Westcott (historical)	westcott-historical	US		0	America/Chicago	37.97198	-91.89849	287			MO	161	48296	
4414306	Wet Glaize	wet-glaize	US		0	America/Chicago	37.92226	-92.53379	252	Glaize,West Glaize,Wet Glaise,Wet Glaize,Wet Glaze		MO	029	02476	
4414320	Wetherhill (historical)	wetherhill-historical	US		0	America/Chicago	36.58201	-92.10904	325			MO	091	04690	
4414361	Wheelers Mill	wheelers-mill	US		0	America/Chicago	37.90837	-92.176	293	Wheeler,Wheelers Mill		MO	169	74878	
4414362	Wheelerville	wheelerville	US		0	America/Chicago	36.83617	-93.62936	437	New Scholten,Wheelerville		MO	009	17092	
4414404	Whitaker Place	whitaker-place	US		0	America/Chicago	36.46173	-90.12843	90			MO	069	74608	
4414405	Whitakerville	whitakerville	US		0	America/Chicago	38.21392	-93.37104	257	Whitackerville,Whitakerville		MO	015	73564	
4414409	White Bear	white-bear	US		0	America/Chicago	39.69838	-91.46071	178	Bear Creek,Bear Creek Station,White Bear,Whiteledge		MO	127	48278	
4414410	White Branch	white-branch	US		0	America/Chicago	38.23447	-93.35465	213			MO	015	26074	
4414412	White (historical)	white-historical	US		0	America/Chicago	37.97977	-90.70485	250			MO	221	75040	
4414432	White Church	white-church	US		0	America/Chicago	36.85034	-91.78626	329			MO	091	68078	
4414447	White Hall Fields	white-hall-fields	US		0	America/Chicago	39.23306	-94.45245	256			MO	047	42050	
4414563	Whitecorn	whitecorn	US		0	America/Chicago	38.8981	-90.35761	133			MO	183	62112	
4414624	Whitham	whitham	US		0	America/Chicago	39.55114	-93.19798	200			MO	041	47306	
4414631	Whitlow	whitlow	US		0	America/Chicago	36.57534	-90.31455	97			MO	023	27046	
4414663	Wide Ford	wide-ford	US		0	America/Chicago	37.43144	-90.4554	157			MO	123	42212	
4414672	Wien	wien	US		0	America/Chicago	39.66086	-92.78436	251	Mount Saint Mary,Wien		MO	041	03952	
4414677	Wiffenberg	wiffenberg	US		0	America/Chicago	38.46033	-91.43155	277			MO	073	06814	
4414685	Wila (historical)	wila-historical	US		0	America/Chicago	36.61672	-89.78342	85	Wila (historical),Wiley		MO	143	15832	
4414688	Wilbur (historical)	wilbur-historical	US		0	America/Chicago	36.29451	-89.82647	81			MO	155	56450	
4414689	Wilbur Park	wilbur-park	US		477	America/Chicago	38.55311	-90.30956	159			MO	189	16048	
4414695	Wilby	wilby	US		0	America/Chicago	36.87089	-90.43983	110			MO	023	06076	
4414738	Wilderness	wilderness	US		0	America/Chicago	36.78894	-91.19208	256			MO	149	38756	
4414761	Wildwoods	wildwoods	US		0	America/Chicago	37.98449	-91.36931	233			MO	055	47360	
4414768	Wilhelmina	wilhelmina	US		0	America/Chicago	36.51478	-90.1826	92			MO	069	74608	
4414773	Wilhite (historical)	wilhite-historical	US		0	America/Chicago	39.01115	-92.52379	230			MO	019	38045	
4414796	Wilkie	wilkie	US		0	America/Chicago	38.88949	-90.39873	134	Wilkie,Wilkie Station		MO	183	62112	
4414814	Willhoit	willhoit	US		0	America/Chicago	36.68339	-92.50683	276			MO	153	03412	
4414932	Willow Brook	willow-brook	US		0	America/Chicago	39.63194	-94.7958	310			MO	021	12484	
4414972	Willowville	willowville	US		0	America/Chicago	37.81809	-93.97772	267			MO	039	07696	
4415001	Wilson City	wilson-city	US		117	America/Chicago	36.92255	-89.22396	95	Wilson City,Wyatt Junction		MO	133	54128	
4415056	Wilsons Creek	wilsons-creek	US		0	America/Chicago	37.09755	-93.40408	343	Wilsons Creek,Wilsons Creek Station		MO	077	08704	
4415061	Wilton Springs	wilton-springs	US		0	America/Chicago	39.0753	-93.1202	193			MO	195	46334	
4415062	Wimmer	wimmer	US		0	America/Chicago	37.53033	-94.47968	284			MO	011	12736	
4415081	Windsor Junction	windsor-junction	US		0	America/Chicago	38.53474	-93.27215	306			MO	015	79936	
4415089	Windsor Springs	windsor-springs	US		0	America/Chicago	38.56672	-90.41179	191	South Kirkwood,Windsor Springs		MO	189	07066	
4415091	Windy Curve	windy-curve	US		0	America/Chicago	37.48616	-92.12849	438			MO	215	63290	
4415123	Winnetonka	winnetonka	US		0	America/Chicago	39.18639	-94.52384	291			MO	047	13780	
4415128	Winnipeg	winnipeg	US		0	America/Chicago	37.60449	-92.30211	323			MO	105	26596	
4415130	Winnwood	winnwood	US		0	America/Chicago	39.17528	-94.52468	268			MO	047	13780	
4415131	Winnwood Gardens	winnwood-gardens	US		0	America/Chicago	39.18056	-94.51218	268			MO	047	13780	
4415141	Winkler	winkler	US		0	America/Chicago	37.83588	-91.5571	352			MO	161	47432	
4415172	Wishart	wishart	US		0	America/Chicago	37.50893	-93.45964	297			MO	167	80602	
4415180	Withers Mill	withers-mill	US		0	America/Chicago	39.71532	-91.48071	188	Wither's Mill,Withers Mill,Withers Mills		MO	127	48278	
4415183	Witte Ford (historical)	witte-ford-historical	US		0	America/Chicago	38.41088	-91.57683	183			MO	073	72934	
4415187	Witty	witty	US		0	America/Chicago	36.85589	-92.89378	282			MO	067	09262	
4415275	Wolfe (historical)	wolfe-historical	US		0	America/Chicago	38.00781	-94.5294	249			MO	217	31672	
4415294	Womack	womack	US		0	America/Chicago	37.68116	-90.19651	303			MO	186	65396	
4415310	Wood Hill	wood-hill	US		0	America/Chicago	37.74393	-93.0388	349	Cross Plains,Wood Hill		MO	059	28450	
4415314	Wood Heights	wood-heights	US		698	America/Chicago	39.33945	-94.16272	323	Wood Heights,Woods Heights		MO	177	24310	
4415346	Woodhill	woodhill	US		0	America/Chicago	39.17695	-94.53801	264			MO	047	26290	
4415347	Woodhine Heights	woodhine-heights	US		0	America/Chicago	38.5695	-90.43401	193			MO	189	07066	
4415371	Woodlandville	woodlandville	US		0	America/Chicago	39.06226	-92.48379	245			MO	019	57026	
4415434	Woodson Terrace	woodson-terrace	US		4072	America/Chicago	38.72505	-90.35845	193			MO	189	00406	
4415552	Wyoming (historical)	wyoming-historical	US		0	America/Chicago	38.78751	-94.27245	267			MO	037	58412	
4415559	Yama	yama	US		0	America/Chicago	36.26007	-89.94315	78	Yama,Yamma,Yuma		MO	155	56450	
4415561	Yancy Mills	yancy-mills	US		0	America/Chicago	37.79115	-91.83405	257	Yancy,Yancy Mills		MO	161	69716	
4415588	Yates	yates	US		0	America/Chicago	39.31031	-92.59935	257	Yates,Yatesville		MO	175	67898	
4415592	Yeakley	yeakley	US		0	America/Chicago	37.20505	-93.50936	350			MO	077		
4415593	Yeakley (historical)	yeakley-historical	US		0	America/Chicago	37.20699	-93.48631	341			MO	077		
4415600	Yeatman	yeatman	US		0	America/Chicago	38.54339	-90.61207	131			MO	189	79801	
4415621	Yonkerville	yonkerville	US		0	America/Chicago	36.91617	-94.00938	395			MO	009	11332	
4415647	Youngers	youngers	US		0	America/Chicago	39.05115	-92.12462	266			MO	027	14752	
4415654	Yount	yount	US		0	America/Chicago	37.60533	-90.039	190			MO	157	65036	
4415664	Yucatan	yucatan	US		0	America/Chicago	38.85449	-91.75045	245			MO	027	52508	
4415669	Zadock	zadock	US		0	America/Chicago	36.98894	-89.93731	134			MO	207	57548	
4415686	Zenar	zenar	US		0	America/Chicago	37.09505	-92.97045	458			MO	225	29254	
4415691	Zell	zell	US		0	America/Chicago	37.95255	-90.14289	192			MO	186		
4415693	Zeta (historical)	zeta-historical	US		0	America/Chicago	36.95561	-89.86814	98			MO	207	57548	
4415696	Zewapeta	zewapeta	US		0	America/Chicago	37.16949	-89.45925	120			MO	201	15778	
4415765	Zodiac	zodiac	US		0	America/Chicago	37.64699	-94.09216	287			MO	217	49484	
4415769	Zora	zora	US		0	America/Chicago	38.28642	-93.09659	203	Old Zora,Old Zoras,Zora		MO	015	15418	
4415810	Abdan	abdan	US		0	America/Chicago	32.61403	-89.56674	113			MS	079		
4415820	Aberdeen Junction	aberdeen-junction	US		0	America/Chicago	33.03263	-89.87758	74			MS	051		
4415829	Abernathy (historical)	abernathy-historical	US		0	America/Chicago	32.39181	-89.8473	109			MS	121		
4415863	Abney	abney	US		0	America/Chicago	34.21344	-88.48699	113			MS	057		
4415873	Academy Park	academy-park	US		0	America/Chicago	33.4404	-88.81561	99			MS	105		
4415885	Ackia Gardens	ackia-gardens	US		0	America/Chicago	34.26622	-88.73561	86			MS	081		
4415887	Acona	acona	US		0	America/Chicago	33.27179	-90.0162	108	Acona,Acora		MS	051		
4415895	Acker (historical)	acker-historical	US		0	America/Chicago	33.91678	-88.48338	70			MS	095		
4415920	Adams Landing	adams-landing	US		0	America/Chicago	32.57042	-90.72677	20			MS	055		
4415923	Adamsville (historical)	adamsville-historical	US		0	America/Chicago	31.29323	-88.54586	31	Adams Store,Adamsville (historical)		MS	041		
4415926	Adaton	adaton	US		0	America/Chicago	33.47734	-88.92145	81			MS	105		
4415931	Addie	addie	US		0	America/Chicago	32.98735	-91.07594	32	Addie,Riverdale Plantation		MS	055		
4415935	Adelle	adelle	US		0	America/Chicago	32.5057	-90.40565	75	Adelle,Little Texas		MS	089		
4415944	Africa (historical)	africa-historical	US		0	America/Chicago	34.064	-90.65149	47			MS	027		
4415950	Agricola	agricola	US		0	America/Chicago	30.80769	-88.52002	70			MS	039		
4415961	Airey	airey	US		0	America/Chicago	30.64853	-89.07726	44			MS	047		
4415980	Albeison	albeison	US		0	America/Chicago	31.49128	-89.27923	69	Albeison,Albertson		MS	067		
4415988	Alamucha	alamucha	US		0	America/Chicago	32.35875	-88.46865	96	Alamucha,Alamutcha		MS	075		
4415999	Alcorn	alcorn	US		0	America/Chicago	31.87794	-91.13928	79	Alcorn,Lorman		MS	021		
4416021	Aldens	aldens	US		0	America/Chicago	34.93343	-90.02481	94	Alden,Aldens,Aldens Station		MS	033		
4416022	Alder Grove (historical)	alder-grove-historical	US		0	America/Chicago	33.19373	-90.90982	31			MS	151		
4416026	Aldridge	aldridge	US		0	America/Chicago	33.36206	-90.90982	36	Aldridge,Ditchley		MS	151		
4416031	Alesville	alesville	US		0	America/Chicago	34.36511	-89.60425	116			MS	071		
4416035	Alexander (historical)	alexander-historical	US		0	America/Chicago	32.86763	-91.08288	32			MS	055		
4416047	Ales (historical)	ales-historical	US		0	America/Chicago	34.02455	-88.39449	110			MS	095		
4416104	Allendale (historical)	allendale-historical	US		0	America/Chicago	33.39457	-88.53115	67			MS	087		
4416114	Allgoods Mill (historical)	allgoods-mill-historical	US		0	America/Chicago	33.22596	-88.70144	57	Allgoods Mill (historical),Arkansaw,Bucksnort,Haynes Mill		MS	103		
4416137	Allyson Hills	allyson-hills	US		0	America/Chicago	34.29122	-88.71811	103			MS	081		
4416139	Almy	almy	US		0	America/Chicago	33.34928	-90.87927	34			MS	151		
4416140	Alonzo	alonzo	US		0	America/Chicago	32.05043	-90.21537	92			MS	121		
4416143	Alphaba	alphaba	US		0	America/Chicago	34.77399	-89.8737	95			MS	033		
4416153	Altitude	altitude	US		0	America/Chicago	34.66843	-88.4431	134			MS	117		
4416211	Amy	amy	US		0	America/Chicago	31.77738	-89.25839	111			MS	067		
4416253	Anderson Landing	anderson-landing	US		0	America/Chicago	34.13983	-90.86677	39			MS	027		
4416266	Anding	anding	US		0	America/Chicago	32.69208	-90.39787	86			MS	163		
4416321	Antioch (historical)	antioch-historical	US		0	America/Chicago	33.16679	-89.35979	155	Allen Springs,Antioch (historical)		MS	007		
4416322	Antioch (historical)	antioch-historical	US		0	America/Chicago	32.83819	-88.58004	82			MS	069		
4416433	Aponaug (historical)	aponaug-historical	US		0	America/Chicago	33.05846	-89.61952	136			MS	007		
4416439	Applewood	applewood	US		0	America/Chicago	34.28983	-88.72255	102			MS	081		
4416443	Arbo	arbo	US		0	America/Chicago	31.72683	-89.63396	101	Arbo,Leakes Switch,Leek		MS	031		
4416447	Arcadia (historical)	arcadia-historical	US		0	America/Chicago	32.64875	-91.12566	25			MS	055		
4416497	Arm	arm	US		0	America/Chicago	31.50295	-90.01619	74			MS	077		
4416499	Armistead	armistead	US		0	America/Chicago	34.36427	-90.61233	52	Armistead,Armstead		MS	027		
4416503	Armitage (historical)	armitage-historical	US		0	America/Chicago	33.17846	-88.61116	66			MS	103		
4416533	Arnold Line	arnold-line	US		1719	America/Chicago	31.33517	-89.3734	66			MS	073		
4416539	Arrington Park	arrington-park	US		0	America/Chicago	33.52373	-88.4306	54			MS	087		
4416541	Arrowhead Point	arrowhead-point	US		0	America/Chicago	32.37792	-90.01119	94			MS	121		
4416545	Artonish	artonish	US		0	America/Chicago	31.1899	-91.58373	16			MS	157		
4416551	Arunde	arunde	US		0	America/Chicago	32.3032	-88.76227	86			MS	075		
4416553	Asa	asa	US		0	America/Chicago	34.269	-90.0712	56			MS	107		
4416605	Ashland (historical)	ashland-historical	US		0	America/Chicago	33.77067	-88.45199	67			MS	095		
4416614	Ashland Estates	ashland-estates	US		0	America/Chicago	32.3857	-90.03064	100			MS	121		
4416625	Ashley Crossing	ashley-crossing	US		0	America/Chicago	33.41762	-90.98899	37			MS	151		
4416633	Ashwood (historical)	ashwood-historical	US		0	America/Chicago	33.44734	-91.11678	30			MS	151		
4416639	Askew	askew	US		0	America/Chicago	34.53705	-90.19343	62	Askew,Askews Bluff		MS	107		
4416674	Attalaville (historical)	attalaville-historical	US		0	America/Chicago	33.00985	-89.78897	93			MS	007		
4416676	Atway	atway	US		0	America/Chicago	34.86593	-89.41285	155	Atway,Old Hudsonville		MS	093		
4416693	Audubon Point	audubon-point	US		0	America/Chicago	32.38487	-90.01425	95			MS	121		
4416704	Australia Landing	australia-landing	US		0	America/Chicago	34.06566	-90.87788	49			MS	011		
4416705	Auter	auter	US		0	America/Chicago	33.0429	-90.71065	32	Auter,Robinson		MS	125		
4416712	Avent	avent	US		0	America/Chicago	30.98158	-88.7792	18			MS	039		
4416730	Ayanabi (historical)	ayanabi-historical	US		0	America/Chicago	32.69458	-88.74227	107	Ayanabi (historical),Iyanabi,Yanabi,Yannubbee		MS	069		
4416761	Babington (historical)	babington-historical	US		0	America/Chicago	31.05435	-90.17898	68			MS	147		
4416773	Bacon (historical)	bacon-historical	US		0	America/Chicago	33.98539	-88.84033	98			MS	017		
4416774	Bacon Springs	bacon-springs	US		0	America/Chicago	34.8712	-88.13615	164			MS	141		
4416776	Babsit Estates	babsit-estates	US		0	America/Chicago	33.47928	-88.29337	98			MS	087		
4416777	Bacots	bacots	US		0	America/Chicago	31.21268	-90.38426	129			MS	113		
4416781	Bafrick (historical)	bafrick-historical	US		0	America/Chicago	32.16959	-89.84591	127			MS	121		
4416297	Anna	anna	US	45302	0	America/Chicago	31.69683	-91.3515	29			MS	001		
4416846	Baker Subdivision	baker-subdivision	US		0	America/Chicago	33.49401	-88.33198	66			MS	087		
4416861	Bald Hill	bald-hill	US		0	America/Chicago	34.41316	-89.08534	110			MS	145		
4416898	Ball Hill	ball-hill	US		0	America/Chicago	32.31542	-89.3559	180	Ball Hill,Blanch		MS	123		
4416910	Ballardsville	ballardsville	US		0	America/Chicago	34.24261	-88.5381	108			MS	057		
4416911	Ballaston	ballaston	US		0	America/Chicago	33.78622	-90.53343	42	Baliston,Ballaston,Ballston		MS	133		
4416913	Ballground	ballground	US		0	America/Chicago	32.53764	-90.74677	35			MS	149		
4416922	Baltzer	baltzer	US		0	America/Chicago	33.98206	-90.59482	44			MS	133		
4416974	Barbara	barbara	US		0	America/Chicago	30.99213	-88.97838	72			MS	111		
4416975	Barbee	barbee	US		0	America/Chicago	34.43122	-90.45982	54	Barbee,Barbee Flat		MS	027		
4416987	Barfoot	barfoot	US		0	America/Chicago	32.58097	-89.18006	146			MS	099		
4416998	Barland	barland	US		0	America/Chicago	31.88766	-90.81066	61			MS	021		
4417023	Barnes Prairie	barnes-prairie	US		0	America/Chicago	32.42153	-90.01425	97			MS	121		
4417053	Barron Point	barron-point	US		0	America/Chicago	31.1474	-89.16533	94	Barran Point,Barron,Barron Point,Barrontown		MS	035		
4417054	Barrontown	barrontown	US		0	America/Chicago	31.37545	-89.21756	83	Barron Town,Barrontown		MS	035		
4417056	Barr	barr	US		0	America/Chicago	34.62455	-89.78009	134			MS	137		
4417058	Barrs Mill	barrs-mill	US		0	America/Chicago	33.79734	-88.85283	77			MS	025		
4417063	Barth	barth	US		0	America/Chicago	30.67241	-89.3645	40			MS	109		
4417127	Bates Park	bates-park	US		0	America/Chicago	32.27848	-90.13203	83			MS	121		
4417142	Batt Place	batt-place	US		0	America/Chicago	30.97546	-88.97921	44			MS	111		
4417152	Battery Heights	battery-heights	US		0	America/Chicago	33.56678	-88.42643	62			MS	087		
4417161	Battle Bluff	battle-bluff	US		0	America/Chicago	32.78486	-89.41674	122			MS	079		
4417165	Battlefield (historical)	battlefield-historical	US		0	America/Chicago	32.54653	-88.94005	144			MS	101		
4417169	Battles	battles	US		0	America/Chicago	31.50183	-88.50947	46	Battle Flag,Battles		MS	153		
4417176	Baugh (historical)	baugh-historical	US		0	America/Chicago	34.19622	-90.72871	50	Baugh (historical),Woodmere		MS	027		
4417184	Baxterville	baxterville	US		0	America/Chicago	31.08407	-89.59035	125			MS	073		
4417237	Bayland	bayland	US		0	America/Chicago	32.88735	-90.65843	30	Bayland,Linsey		MS	163		
4417257	Bayside Park	bayside-park	US		0	America/Chicago	30.2827	-89.43672	4			MS	045		
4417271	Beacon Hill	beacon-hill	US		0	America/Chicago	34.45705	-88.9759	149			MS	145		
4417287	Beans Ferry	beans-ferry	US		0	America/Chicago	34.20983	-88.38505	82	Beans Ferry,Boatrights Ferry		MS	057		
4417313	Bear Creek (historical)	bear-creek-historical	US		0	America/Chicago	33.24124	-89.35563	162			MS	007		
4417337	Bear Town	bear-town	US		0	America/Chicago	31.22295	-90.46038	123			MS	113		
4417342	Beardens	beardens	US		0	America/Chicago	31.18295	-90.33009	96	Bearden,Beardens,Beardon		MS	113		
4417383	Beauregard	beauregard	US		326	America/Chicago	31.72183	-90.38231	141	Bahala,Beauregard		MS	029		
4417392	Beauvoir	beauvoir	US		0	America/Chicago	30.39381	-88.96726	4	Beauvoir		MS	047		
4417485	Beckville (historical)	beckville-historical	US		0	America/Chicago	32.67791	-88.42504	70			MS	069		
4417492	Bedford Woods	bedford-woods	US		0	America/Chicago	31.31129	-89.3459	72			MS	035		
4417493	Bedford Woods West	bedford-woods-west	US		0	America/Chicago	31.30851	-89.35062	89			MS	073		
4417501	Bee Lake	bee-lake	US		0	America/Chicago	33.04707	-90.32537	35	Bee Lake,Bee Lake Plantation,Beelake		MS	051		
4417522	Beech Springs	beech-springs	US		0	America/Chicago	34.32149	-88.70616	93			MS	081		
4417532	Beechwood	beechwood	US		0	America/Chicago	31.12045	-90.86232	93			MS	005		
4417533	Beechwood	beechwood	US		3426	America/Chicago	32.32765	-90.82677	60			MS	149		
4417536	Beeks (historical)	beeks-historical	US		0	America/Chicago	33.8515	-88.36532	122			MS	095		
4417547	Belaire	belaire	US		0	America/Chicago	32.2907	-90.10064	88			MS	121		
4417549	Belaire Estates	belaire-estates	US		0	America/Chicago	33.47373	-88.72005	80			MS	105		
4417606	Belle Prairie	belle-prairie	US		0	America/Chicago	33.00513	-90.3862	33	Belle Prairie,Belleprairie		MS	163		
4417607	Belle Prairie	belle-prairie	US		0	America/Chicago	32.99513	-90.3812	33			MS	163		
4417613	Belledeer Hills	belledeer-hills	US		0	America/Chicago	34.27455	-88.72144	94			MS	081		
4417619	Bellegrove	bellegrove	US		0	America/Chicago	32.37292	-90.02786	100			MS	121		
4417621	Bellemeade	bellemeade	US		0	America/Chicago	32.30154	-90.85844	55			MS	149		
4417626	Bellevule	bellevule	US		0	America/Chicago	32.57319	-91.03344	28			MS	149		
4417627	Bellewood	bellewood	US		0	America/Chicago	33.23179	-90.55926	31			MS	053		
4417631	Bells (historical)	bells-historical	US		0	America/Chicago	33.06263	-88.57365	58			MS	103		
4417688	Belpine	belpine	US		0	America/Chicago	32.05515	-89.9973	112			MS	121		
4417689	Benela	benela	US		0	America/Chicago	33.83011	-89.27313	110			MS	013		
4417696	Benjoe	benjoe	US		0	America/Chicago	31.00185	-88.77309	18	Avent,Avent Station,Benjoe		MS	041		
4417697	Benmore	benmore	US		0	America/Chicago	31.24546	-88.91782	42			MS	111		
4417698	Benndale	benndale	US		0	America/Chicago	30.87158	-88.80698	49			MS	039		
4417706	Bennett (historical)	bennett-historical	US		0	America/Chicago	30.55852	-89.42922	46			MS	045		
4417714	Bennett Subdivision	bennett-subdivision	US		0	America/Chicago	33.80984	-88.55143	70			MS	095		
4417729	Bent Oak	bent-oak	US		0	America/Chicago	33.43873	-88.54282	73	Bent Oak,Bentoak,Cobbs,Cobbs Switch		MS	087		
4417730	Bent Tree Plantation	bent-tree-plantation	US		0	America/Chicago	33.55984	-88.4406	79			MS	087		
4417733	Bently	bently	US		0	America/Chicago	33.75762	-89.23257	104			MS	013		
4417756	Beppo (historical)	beppo-historical	US		0	America/Chicago	30.24464	-89.5195	4			MS	045		
4417758	Berea (historical)	berea-historical	US		0	America/Chicago	33.23902	-89.43896	141			MS	007		
4417771	Berkshire Hills	berkshire-hills	US		0	America/Chicago	31.31212	-89.35006	70			MS	073		
4417776	Bernard Acres	bernard-acres	US		0	America/Chicago	32.26404	-90.8126	82			MS	149		
4417795	Bertice	bertice	US		0	America/Chicago	32.62375	-89.67785	122	Bertice,McDonald		MS	079		
4417842	Betheden	betheden	US		0	America/Chicago	33.21985	-88.94089	165			MS	159		
4417850	Bethel (historical)	bethel-historical	US		0	America/Chicago	33.84956	-89.00173	101			MS	017		
4418021	Bethesda (historical)	bethesda-historical	US		0	America/Chicago	32.83069	-90.32509	107			MS	163		
4418144	Bethsaida	bethsaida	US		0	America/Chicago	32.67625	-89.03478	147	Bethsadia,Bethsaida		MS	099		
4418157	Beulah (historical)	beulah-historical	US		0	America/Chicago	32.95569	-89.48479	161			MS	007		
4418179	Bett	bett	US		0	America/Chicago	34.69232	-89.75759	109	Bet,Bett		MS	137		
4418211	Bew Springs	bew-springs	US		0	America/Chicago	33.78623	-89.89481	55			MS	043		
4418212	Bewelcome	bewelcome	US		0	America/Chicago	31.21878	-90.93871	118	Be Welcome,Bewelcome		MS	005		
4418213	Bexley	bexley	US		0	America/Chicago	30.96658	-88.6742	37			MS	039		
4418215	Bezer	bezer	US		0	America/Chicago	31.97099	-89.49035	148			MS	129		
4418241	Big Black	big-black	US		0	America/Chicago	32.21571	-90.83983	87			MS	149		
4418314	Big Eddy Landing	big-eddy-landing	US		0	America/Chicago	32.93957	-90.77038	30			MS	125		
4418335	Big Lake (historical)	big-lake-historical	US		0	America/Chicago	33.04929	-88.39309	58			MS	103		
4418338	Big Level	big-level	US		0	America/Chicago	30.81158	-89.05143	56			MS	131		
4418347	Big Point	big-point	US		611	America/Chicago	30.58686	-88.48196	16	Big Point,Bigpoint		MS	059		
4418411	Bigbee	bigbee	US		0	America/Chicago	34.01622	-88.51921	67	Bigbee,Johnsons Mill		MS	095		
4418412	Bigbee Valley	bigbee-valley	US		0	America/Chicago	33.24818	-88.34976	48	Bigbee Valley,Bigbeevale,Nances Mill,Whitehall		MS	103		
4418420	Biggersville	biggersville	US		0	America/Chicago	34.83565	-88.55866	137	Biggersville,New Hope		MS	003		
4418434	Bilbros Corner	bilbros-corner	US		0	America/Chicago	32.44181	-89.79841	112			MS	121		
4418462	Billups	billups	US		0	America/Chicago	33.43068	-88.58505	70	Billups,Billups Gate,Billups Station		MS	087		
4418496	Bingham Estates	bingham-estates	US		0	America/Chicago	33.47373	-88.76672	80			MS	105		
4418499	Binnsville	binnsville	US		0	America/Chicago	32.91318	-88.38281	71	Binnsville,Binnville		MS	069		
4418506	Birdie	birdie	US		0	America/Chicago	34.39205	-90.38204	51			MS	119		
4418529	Bissaasha (historical)	bissaasha-historical	US		0	America/Chicago	32.52236	-89.03894	157	Bishapa,Bissaasha (historical)		MS	101		
4418530	Bissell	bissell	US		0	America/Chicago	34.24622	-88.78283	95	Bissell,Colberts Tavern,Walkers Cross Roads		MS	081		
4418542	Black Bayou	black-bayou	US		0	America/Chicago	33.81873	-90.2787	45			MS	135		
4418549	Black Bayou Junction	black-bayou-junction	US		0	America/Chicago	33.799	-90.26925	44			MS	083		
4418589	Black Jack	black-jack	US		0	America/Chicago	34.87704	-89.08479	190			MS	009		
4418591	Black Jack	black-jack	US		0	America/Chicago	33.43762	-88.732	101			MS	105		
4418651	Blackland	blackland	US		0	America/Chicago	34.6401	-88.66589	133			MS	117		
4418703	Blakley Creek	blakley-creek	US		0	America/Chicago	31.73627	-89.56951	138			MS	031		
4418713	Blanton	blanton	US		0	America/Chicago	32.74874	-90.93066	29	Blanton,Watsonia		MS	125		
4418723	Blissdale	blissdale	US		0	America/Chicago	33.08707	-90.22092	40			MS	051		
4418735	Bloody Springs	bloody-springs	US		0	America/Chicago	34.58843	-88.14087	164			MS	141		
4418742	Blounts Store	blounts-store	US		0	America/Chicago	32.40736	-89.0445	134	Blounts Store,Blunt Store,Blunts		MS	101		
4418826	Bluecutt Estates	bluecutt-estates	US		0	America/Chicago	33.5329	-88.43032	54			MS	087		
4418828	Blueberry Hill	blueberry-hill	US		0	America/Chicago	31.40267	-90.44426	133	Blue Berry Hill,Blueberry Hill		MS	085		
4418848	Bluff Springs (historical)	bluff-springs-historical	US		0	America/Chicago	33.03346	-89.7348	95			MS	007		
4418882	Blythe Crossing	blythe-crossing	US		0	America/Chicago	34.79426	-88.16837	178			MS	141		
4418883	Blythes Chapel	blythes-chapel	US		0	America/Chicago	34.59037	-88.46394	110	Blythes Chapel,Claudville		MS	117		
4418915	Bobo	bobo	US		0	America/Chicago	34.13205	-90.67566	49			MS	027		
4418916	Bobo	bobo	US		0	America/Chicago	34.28428	-90.17593	44			MS	119		
4418928	Boggan	boggan	US		0	America/Chicago	31.79488	-89.87897	164			MS	127		
4418929	Boggan Bend	boggan-bend	US		0	America/Chicago	34.45149	-88.75394	107			MS	081		
4418933	Boggan Grove	boggan-grove	US		0	America/Chicago	34.25372	-88.72922	87			MS	081		
4418964	Bogue Toocolo Chitto (historical)	bogue-toocolo-chitto-historical	US		0	America/Chicago	32.8168	-88.70283	93	Bogue Toocolo Chitto (historical),Bok Tuklo Chitto		MS	069		
4418995	Boice	boice	US		0	America/Chicago	31.74766	-88.65476	65	Boice,Boyce		MS	153		
4419000	Bolatusha	bolatusha	US		0	America/Chicago	32.92291	-89.7023	114			MS	079		
4419011	Bolivar (historical)	bolivar-historical	US		0	America/Chicago	33.89733	-88.44338	87			MS	095		
4419019	Bolivar Landing	bolivar-landing	US		0	America/Chicago	33.6665	-91.05455	40			MS	011		
4419032	Bommers	bommers	US		0	America/Chicago	33.05568	-90.69648	31			MS	125		
4419060	Bonhomie	bonhomie	US		0	America/Chicago	31.28906	-89.30978	58	Bon Hommie,Bonhomie		MS	035		
4419080	Bonus	bonus	US		0	America/Chicago	31.58628	-90.89871	97			MS	037		
4419123	Border Springs (historical)	border-springs-historical	US		0	America/Chicago	33.66261	-88.26837	107			MS	087		
4419138	Bothwell	bothwell	US		0	America/Chicago	31.32768	-88.74337	89			MS	041		
4419140	Bottom Acres	bottom-acres	US		0	America/Chicago	32.31459	-90.3662	90			MS	049		
4419151	Bounds Crossroads	bounds-crossroads	US		0	America/Chicago	34.32927	-88.21226	130	Bounds Crossroads,Maxeys Mill,Mount Gillard		MS	057		
4419163	Bounds	bounds	US		0	America/Chicago	33.89928	-89.45702	138			MS	013		
4419171	Bowdre	bowdre	US		0	America/Chicago	34.79677	-90.33232	61			MS	143		
4419176	Bowerton	bowerton	US		0	America/Chicago	31.75628	-90.56954	148	Bowerton,Pine Ridge		MS	029		
4419184	Bowies Chapel	bowies-chapel	US		0	America/Chicago	33.17513	-89.34368	153	Bowies,Bowies Chapel		MS	007		
4419186	Bowles	bowles	US		0	America/Chicago	33.33651	-90.58981	35			MS	133		
4419187	Bowles (historical)	bowles-historical	US		0	America/Chicago	33.82511	-89.13673	134			MS	017		
4419190	Bowlin (historical)	bowlin-historical	US		0	America/Chicago	33.08485	-89.77647	123			MS	007		
4419235	Boyer	boyer	US		0	America/Chicago	33.53678	-90.63787	37			MS	133		
4419244	Boyette	boyette	US		0	America/Chicago	33.02207	-89.83314	83	Boyette,Boyettes Crossing		MS	007		
4419257	Bradie	bradie	US		0	America/Chicago	32.28181	-90.25315	115			MS	049		
4419262	Bradley Chapel	bradley-chapel	US		0	America/Chicago	32.51264	-90.69316	108			MS	149		
4419288	Branchville (historical)	branchville-historical	US		0	America/Chicago	32.93208	-89.83064	81	Branchville (historical),Seneasha		MS	007		
4419319	Branyan	branyan	US		0	America/Chicago	34.45149	-88.80117	118			MS	145		
4419345	Breland	breland	US		0	America/Chicago	31.32573	-89.39868	99			MS	073		
4419347	Brazelia (historical)	brazelia-historical	US		0	America/Chicago	33.17374	-88.36254	68			MS	103		
4419352	Brennan Subdivision	brennan-subdivision	US		0	America/Chicago	34.27233	-88.72366	98			MS	081		
4419359	Brevet (historical)	brevet-historical	US		0	America/Chicago	31.92877	-89.01867	130			MS	061		
4419387	Briarcliff	briarcliff	US		0	America/Chicago	32.24459	-90.25037	102			MS	049		
4419389	Briarwood	briarwood	US		0	America/Chicago	34.26677	-88.72644	86			MS	081		
4419390	Briarwood	briarwood	US		0	America/Chicago	33.52706	-88.41893	73			MS	087		
4419421	Bridges	bridges	US		0	America/Chicago	31.20295	-90.25037	112			MS	147		
4419431	Bridlewood	bridlewood	US		0	America/Chicago	32.35987	-90.0487	117			MS	121		
4419438	Bright	bright	US		0	America/Chicago	34.84704	-89.92037	103			MS	033		
4419439	Bright Corner	bright-corner	US		0	America/Chicago	33.55484	-90.11731	38			MS	083		
4419459	Bristers Store	bristers-store	US		0	America/Chicago	31.38656	-90.23259	137			MS	077		
4419460	Bristerville	bristerville	US		0	America/Chicago	31.38017	-90.2762	120			MS	085		
4419461	Bristo (historical)	bristo-historical	US		0	America/Chicago	33.98733	-88.55199	61	Bristo (historical),Bristol		MS	095		
4419463	Bristow Acres	bristow-acres	US		0	America/Chicago	34.27288	-88.7395	92			MS	081		
4419466	Brittany Woods	brittany-woods	US		0	America/Chicago	34.35983	-89.4823	128			MS	071		
4419494	Brody	brody	US		0	America/Chicago	34.93204	-89.07006	182	Brady,Brody		MS	009		
4419512	Brookhollow Place	brookhollow-place	US		0	America/Chicago	32.26376	-90.32481	98			MS	049		
4419517	Brooklyn (historical)	brooklyn-historical	US		0	America/Chicago	32.95346	-88.45837	43			MS	103		
4419550	Brookwood Estates	brookwood-estates	US		0	America/Chicago	33.47567	-88.29337	98			MS	087		
4419551	Brookwood Pines	brookwood-pines	US		0	America/Chicago	32.22293	-90.27676	100			MS	049		
4419610	Brown Town	brown-town	US		0	America/Chicago	31.07129	-88.43668	91	Brown Town,Browntown		MS	041		
4419648	Browns Wells	browns-wells	US		0	America/Chicago	31.77516	-90.50148	112			MS	029		
4419661	Bruce Junction	bruce-junction	US		0	America/Chicago	33.96456	-89.68481	69			MS	161		
4419665	Bruinsburg	bruinsburg	US		0	America/Chicago	31.94238	-91.15733	23			MS	021		
4419681	Brozville	brozville	US		0	America/Chicago	33.03318	-90.11231	107			MS	051		
4419767	Buchannan	buchannan	US		0	America/Chicago	34.33899	-89.09951	117			MS	115		
4419830	Buckleytown	buckleytown	US		0	America/Chicago	32.30376	-89.3609	147			MS	123		
4419853	Buena Vista (historical)	buena-vista-historical	US		0	America/Chicago	31.81683	-91.33067	23			MS	063		
4419860	Buena Vista Lakes	buena-vista-lakes	US		0	America/Chicago	34.73482	-90.00704	94			MS	033		
4419894	Bugh	bugh	US		0	America/Chicago	33.36623	-89.00173	98			MS	105		
4419897	Bulah	bulah	US		0	America/Chicago	30.49381	-89.07171	24			MS	047		
4419952	Bunkley	bunkley	US		0	America/Chicago	31.36239	-90.99094	61	Bunckley,Bunkley		MS	037		
4419991	Burke Landing	burke-landing	US		0	America/Chicago	34.27038	-90.78844	46			MS	027		
4420001	Burkettsville (historical)	burkettsville-historical	US		0	America/Chicago	33.15568	-89.61952	124			MS	007		
4420018	Burnell	burnell	US		0	America/Chicago	31.80905	-90.7476	83	Brandywine,Burnell,Wells		MS	021		
4420019	Burnham (historical)	burnham-historical	US		0	America/Chicago	32.1371	-89.86341	115			MS	121		
4420024	Burns (historical)	burns-historical	US		0	America/Chicago	32.10571	-89.25145	136			MS	061		
4420081	Burtonton (historical)	burtonton-historical	US		0	America/Chicago	31.99321	-90.69593	55			MS	029		
4420090	Busey	busey	US		0	America/Chicago	33.55873	-90.86343	38			MS	011		
4420110	Busy Corner	busy-corner	US		0	America/Chicago	31.27878	-90.86344	135			MS	005		
4420141	Buttahatchie (historical)	buttahatchie-historical	US		0	America/Chicago	33.80567	-88.27865	79			MS	095		
4420182	Byrd	byrd	US		0	America/Chicago	31.22018	-88.73975	73			MS	041		
4420198	Byrd Heights	byrd-heights	US		0	America/Chicago	32.33903	-90.33815	88			MS	049		
4420211	Bywy	bywy	US		0	America/Chicago	33.43735	-89.24118	133	Biwyah,Bywy,Wise Store		MS	019		
4420214	Byrne City	byrne-city	US		0	America/Chicago	33.0929	-91.09816	35			MS	151		
4420244	Cadamy	cadamy	US		0	America/Chicago	34.18149	-88.25921	107			MS	057		
4420245	Cadaretta	cadaretta	US		0	America/Chicago	33.70623	-89.45119	96			MS	155		
4420255	Caesar	caesar	US		0	America/Chicago	30.58436	-89.54673	54			MS	109		
4420261	Cady Hills	cady-hills	US		0	America/Chicago	33.52928	-88.41393	71			MS	087		
4420279	Caile	caile	US		0	America/Chicago	33.30012	-90.59009	35	Caile,Lawrences Deadening		MS	133		
4420407	Calyx	calyx	US		0	America/Chicago	32.95041	-88.49504	77			MS	103		
4420408	Cam	cam	US		0	America/Chicago	31.55795	-90.38759	153	Cam,Cameron,Camerons Store		MS	085		
4420410	Camargo (historical)	camargo-historical	US		0	America/Chicago	34.07094	-88.64866	67			MS	095		
4420440	Cameta	cameta	US		0	America/Chicago	33.0079	-90.84121	33	Cameta,Weeping Willow Plantation		MS	125		
4420459	Camp Ground	camp-ground	US		0	America/Chicago	34.189	-89.64453	122			MS	161		
4420526	Campbellton (historical)	campbellton-historical	US		0	America/Chicago	34.46121	-88.68367	122			MS	081		
4420554	Campbellville	campbellville	US		0	America/Chicago	32.81235	-90.69537	29	Cambellville,Campbellville		MS	163		
4420628	Cantwell Mill	cantwell-mill	US		0	America/Chicago	31.50906	-89.69007	101			MS	065		
4420631	Capell	capell	US		0	America/Chicago	31.0249	-90.98788	110	Capell,Rose Hill		MS	005		
4420639	Cardsville	cardsville	US		0	America/Chicago	34.15566	-88.40254	81			MS	057		
4420657	Carmack	carmack	US		0	America/Chicago	33.2404	-89.66258	91	Carmack,Providence		MS	007		
4420663	Carmich	carmich	US		0	America/Chicago	31.38406	-89.98508	57			MS	091		
4420712	Carriage Hills	carriage-hills	US		0	America/Chicago	32.2557	-90.28231	116			MS	049		
4420727	Carroll Subdivision	carroll-subdivision	US		0	America/Chicago	33.97733	-88.45921	80			MS	095		
4420748	Carson Ridge (historical)	carson-ridge-historical	US		0	America/Chicago	33.1043	-89.43202	147	Carson Ridge (historical),Turkey Creek		MS	007		
4420764	Carter Branch	carter-branch	US		0	America/Chicago	34.66287	-88.16449	181			MS	141		
4420786	Carters	carters	US		0	America/Chicago	32.76097	-88.56199	76	Carters,Carters Mill		MS	069		
4420814	Carto	carto	US		0	America/Chicago	31.12129	-90.07814	97			MS	147		
4420148	Buxton	buxton	US	04093	0	America/Chicago	34.54788	-90.19787	61			MS	107		
4420867	Castlewoods	castlewoods	US		0	America/Chicago	32.34876	-90.01119	116			MS	121		
4420872	Castleman	castleman	US		0	America/Chicago	33.20374	-90.5187	35	Castleman,Castlemans Spur		MS	053		
4420887	Catahoula	catahoula	US		0	America/Chicago	30.49325	-89.49561	35			MS	045		
4420901	Catfish Point Landing	catfish-point-landing	US		0	America/Chicago	33.70233	-91.16345	35			MS	011		
4420919	Cauhorn (historical)	cauhorn-historical	US		0	America/Chicago	33.88539	-88.27309	82			MS	095		
4420944	Cedar Cove	cedar-cove	US		0	America/Chicago	34.189	-88.76533	87			MS	081		
4420996	Cedar Creek (historical)	cedar-creek-historical	US		0	America/Chicago	33.32096	-88.44032	64			MS	087		
4421003	Cedar Hill (historical)	cedar-hill-historical	US		0	America/Chicago	32.87235	-90.29176	91			MS	163		
4421008	Cedar Hills	cedar-hills	US		0	America/Chicago	32.26404	-90.29454	116			MS	049		
4421028	Cedar View	cedar-view	US		0	America/Chicago	33.46234	-88.35004	77			MS	087		
4421033	Cedarview	cedarview	US		0	America/Chicago	34.91371	-89.83203	119			MS	033		
4421045	Center (historical)	center-historical	US		0	America/Chicago	30.58769	-89.53478	58			MS	045		
4421056	Center Grove	center-grove	US		0	America/Chicago	33.50901	-89.02506	111			MS	105		
4421080	Center Point (historical)	center-point-historical	US		0	America/Chicago	33.08485	-89.64591	132			MS	007		
4421081	Center Point (historical)	center-point-historical	US		0	America/Chicago	33.0904	-88.44032	64			MS	103		
4421082	Center Point (historical)	center-point-historical	US		0	America/Chicago	34.0115	-89.9737	101			MS	135		
4421096	Center Ridge (historical)	center-ridge-historical	US		0	America/Chicago	32.67014	-88.59254	135			MS	069		
4421147	Central Academy	central-academy	US		0	America/Chicago	34.30483	-89.81703	104			MS	107		
4421174	Central Grove	central-grove	US		0	America/Chicago	34.009	-88.6056	94			MS	095		
4421191	Central Park	central-park	US		0	America/Chicago	33.82095	-88.55977	68			MS	095		
4421205	Centre (historical)	centre-historical	US		0	America/Chicago	30.71797	-89.55506	60	Center,Centre (historical)		MS	109		
4421217	Cessions Landing	cessions-landing	US		0	America/Chicago	34.09705	-90.88038	46			MS	011		
4421222	Chalk Bluff (historical)	chalk-bluff-historical	US		0	America/Chicago	33.92845	-88.77339	93			MS	017		
4421227	Chalybeate	chalybeate	US		0	America/Chicago	34.93037	-88.86811	155	Chalybeate,Chalybeate Springs		MS	139		
4421245	Chancy	chancy	US		0	America/Chicago	34.12095	-90.2812	47	Chancy,Chaney		MS	119		
4421254	Champion Hill	champion-hill	US		0	America/Chicago	32.35015	-90.53732	59	Champion Hill,Champions Hill		MS	049		
4421271	Chapel Hill (historical)	chapel-hill-historical	US		0	America/Chicago	33.26235	-89.46813	157	Beech Springs,Chapel Hill (historical)		MS	007		
4421303	Chapel Landing	chapel-landing	US		0	America/Chicago	32.93902	-90.78704	22			MS	125		
4421307	Chapeltown	chapeltown	US		0	America/Chicago	34.26178	-90.02842	96	Chapel Town,Chapeltown		MS	107		
4421309	Chapelville	chapelville	US		0	America/Chicago	34.4401	-88.59089	139	Chapelville,Friendship		MS	081		
4421364	Chateau Le Blanc	chateau-le-blanc	US		0	America/Chicago	34.29816	-88.722	98			MS	081		
4421378	Cherokee Heights	cherokee-heights	US		0	America/Chicago	33.47623	-88.82783	93			MS	105		
4421398	Cherry Park	cherry-park	US		0	America/Chicago	32.34598	-90.29037	104			MS	049		
4421426	Chestnut Subdivision	chestnut-subdivision	US		0	America/Chicago	33.81817	-88.53977	67			MS	095		
4421427	Chethams (historical)	chethams-historical	US		0	America/Chicago	32.66403	-90.44454	99			MS	163		
4421504	Chins Springs (historical)	chins-springs-historical	US		0	America/Chicago	33.67706	-88.39643	62			MS	087		
4421511	Chism Subdivision	chism-subdivision	US		0	America/Chicago	33.48762	-88.33754	64			MS	087		
4421513	Chita (historical)	chita-historical	US		0	America/Chicago	33.22568	-89.6023	125	Chita (historical),New Salem		MS	007		
4421520	Chiwapa	chiwapa	US		0	America/Chicago	34.1815	-88.93089	137	Chiwapa,Chiwappa		MS	115		
4421531	Chocchuma (historical)	chocchuma-historical	US		0	America/Chicago	33.75234	-90.02148	59			MS	043		
4421536	Choctaw (historical)	choctaw-historical	US		0	America/Chicago	32.10432	-88.80699	71	Chicachae,Choctaw (historical),Choctaw Agency,Old Agency,Olds Agency,Tchikachae		MS	023		
4421561	Choctaw Landing	choctaw-landing	US		0	America/Chicago	32.86985	-90.80899	27			MS	125		
4421568	Choctaw Village	choctaw-village	US		0	America/Chicago	32.23765	-90.22509	81			MS	049		
4421572	Chomontakali (historical)	chomontakali-historical	US		0	America/Chicago	32.62375	-88.72505	104	Chomontakali (historical),Chomotakli,Shomo Takali,Shorno Takli		MS	069		
4421573	Chotard	chotard	US		0	America/Chicago	32.59069	-91.02233	32	Chotard,Woodland		MS	055		
4421637	Christopher Hills	christopher-hills	US		0	America/Chicago	33.47512	-88.31948	92			MS	087		
4421650	Chunky (historical)	chunky-historical	US		0	America/Chicago	32.37098	-89.09867	130	Big Chunky,Chanki Chitto,Chunky (historical)		MS	101		
4421654	Chulahoma	chulahoma	US		0	America/Chicago	34.65371	-89.63036	145	Chulahoma,Tucklahoma		MS	093		
4421858	Claiborne (historical)	claiborne-historical	US		0	America/Chicago	31.88904	-89.032	113	Claiborne (historical),Claiborne Box		MS	061		
4421862	Claibornesville (historical)	claibornesville-historical	US		0	America/Chicago	32.60153	-90.53621	96			MS	163		
4421874	Clack	clack	US		0	America/Chicago	34.84593	-90.29315	62			MS	143		
4421898	Clark Place	clark-place	US		0	America/Chicago	34.25844	-88.71311	84			MS	081		
4421909	Clarkburg	clarkburg	US		0	America/Chicago	32.33015	-89.72952	114	Clarkburg,Clarksburg		MS	123		
4421950	Clarysville	clarysville	US		0	America/Chicago	34.64399	-88.91173	178	Clarysville,Claysville		MS	139		
4421984	Clayton Village	clayton-village	US		0	America/Chicago	33.47401	-88.75588	80			MS	105		
4421985	Claytown	claytown	US		0	America/Chicago	32.97652	-88.96645	137			MS	159		
4421992	Clear Branch	clear-branch	US		0	America/Chicago	32.07515	-90.19314	98			MS	121		
4422074	Clear Springs	clear-springs	US		0	America/Chicago	32.14404	-89.34395	146			MS	129		
4422080	Clearman	clearman	US		0	America/Chicago	32.96485	-88.65699	90			MS	103		
4422082	Cleary	cleary	US		1544	America/Chicago	32.16543	-90.18064	117			MS	121		
4422083	Cleary (historical)	cleary-historical	US		0	America/Chicago	34.35566	-90.43204	52			MS	027		
4422086	Cleary Heights	cleary-heights	US		0	America/Chicago	32.16126	-90.17064	122			MS	121		
4422092	Clem	clem	US		0	America/Chicago	31.711	-89.78785	152			MS	065		
4422100	Cleo	cleo	US		0	America/Chicago	31.70044	-89.03672	70			MS	067		
4422103	Clermont Harbor	clermont-harbor	US		0	America/Chicago	30.26159	-89.41616	4			MS	045		
4422105	Cletonia	cletonia	US		0	America/Chicago	33.15068	-90.84732	35			MS	151		
4422118	Cleveland Crossing	cleveland-crossing	US		0	America/Chicago	33.74733	-90.7976	41	Cleveland Crossing,Harlow		MS	011		
4422123	Cliff Williams	cliff-williams	US		0	America/Chicago	32.29598	-88.60282	134			MS	075		
4422132	Cliftonville	cliftonville	US		0	America/Chicago	33.23568	-88.42504	73			MS	103		
4422156	Clover Hill	clover-hill	US		0	America/Chicago	34.27511	-90.54427	53			MS	027		
4422191	Coal Oil Corner	coal-oil-corner	US		0	America/Chicago	34.86843	-89.67064	110			MS	093		
4422193	Coaler (historical)	coaler-historical	US		0	America/Chicago	31.85183	-90.16203	70			MS	029		
4422196	Coars Springs (historical)	coars-springs-historical	US		0	America/Chicago	31.89738	-90.28203	107	Coars Springs (historical),Coarsville		MS	029		
4422198	Coatraw (historical)	coatraw-historical	US		0	America/Chicago	32.27459	-89.19451	127			MS	101		
4422203	Cobbs	cobbs	US		0	America/Chicago	31.55989	-90.57454	122			MS	085		
4422211	Cobbville	cobbville	US		0	America/Chicago	32.67208	-90.00675	89			MS	089		
4422218	Cockrum	cockrum	US		0	America/Chicago	34.80288	-89.81203	104	Cockrum,Cockrums Cross Roads		MS	033		
4422235	Coggin Subdivision	coggin-subdivision	US		0	America/Chicago	34.08067	-88.62866	74			MS	095		
4422236	Cohay	cohay	US		0	America/Chicago	31.92821	-89.59701	108			MS	129		
4422255	Colbert (historical)	colbert-historical	US		0	America/Chicago	34.82148	-89.31869	189			MS	093		
4422270	Cold Springs (historical)	cold-springs-historical	US		0	America/Chicago	33.46845	-90.98566	40			MS	151		
4422279	Cold Springs	cold-springs	US		0	America/Chicago	31.61878	-89.54451	100			MS	031		
4422331	Coles	coles	US		0	America/Chicago	31.27739	-91.03177	74			MS	005		
4422344	Coles Subdivision	coles-subdivision	US		0	America/Chicago	33.50317	-88.33337	67			MS	087		
4422346	Coleville (historical)	coleville-historical	US		0	America/Chicago	34.03761	-88.88617	104			MS	017		
4422350	Coll Town	coll-town	US		0	America/Chicago	30.51214	-88.55057	7	Call Town,Coll Town		MS	059		
4422354	College Hill	college-hill	US		0	America/Chicago	34.42177	-89.57064	123	College Hill,Collegehill		MS	071		
4422359	College Hill Heights	college-hill-heights	US		0	America/Chicago	34.39733	-89.55286	121			MS	071		
4422366	College View	college-view	US		0	America/Chicago	33.46401	-88.80283	111			MS	105		
4422367	College Vista	college-vista	US		0	America/Chicago	33.45568	-88.782	111			MS	105		
4422388	Collins Crossing	collins-crossing	US		0	America/Chicago	34.80759	-88.72422	128			MS	003		
4422397	Collinstown	collinstown	US		0	America/Chicago	34.80759	-88.73283	131	Collins,Collinstown		MS	003		
4422411	Colonial Acres	colonial-acres	US		0	America/Chicago	33.99678	-88.47782	74			MS	095		
4422414	Colonial Hills	colonial-hills	US		0	America/Chicago	33.43068	-88.81394	102			MS	105		
4422434	Columbia Springs (historical)	columbia-springs-historical	US		0	America/Chicago	31.28907	-89.85091	41			MS	091		
4422464	Commerce Landing	commerce-landing	US		0	America/Chicago	34.83204	-90.38482	51			MS	143		
4422468	Comeby (historical)	comeby-historical	US		0	America/Chicago	32.0696	-90.0098	122			MS	121		
4422492	Complete	complete	US		0	America/Chicago	32.37875	-88.72921	124			MS	075		
4422493	Compromise	compromise	US		0	America/Chicago	31.20073	-90.88649	127			MS	005		
4422559	Conerby (historical)	conerby-historical	US		0	America/Chicago	31.11323	-90.12648	78			MS	147		
4422560	Conerly	conerly	US		0	America/Chicago	31.1749	-90.28954	81			MS	113		
4422575	Confederate Park	confederate-park	US		0	America/Chicago	34.25094	-88.73811	87			MS	081		
4422578	Congress (historical)	congress-historical	US		0	America/Chicago	33.76095	-89.08201	140			MS	017		
4422581	Conn	conn	US		0	America/Chicago	31.89794	-90.7101	89			MS	029		
4422586	Conner Heights	conner-heights	US		0	America/Chicago	33.43623	-88.82228	97			MS	105		
4422593	Contrell	contrell	US		0	America/Chicago	32.54681	-89.61785	121			MS	123		
4422626	Cooks Landing	cooks-landing	US		0	America/Chicago	34.9312	-88.16671	136			MS	141		
4422640	Cooley Springs	cooley-springs	US		0	America/Chicago	31.70905	-89.66868	135			MS	031		
4422659	Coon Tail (historical)	coon-tail-historical	US		0	America/Chicago	33.91956	-88.55977	94			MS	095		
4422669	Coonwood (historical)	coonwood-historical	US		0	America/Chicago	32.97791	-88.98339	140	Coonwood (historical),Coopwood		MS	159		
4422689	Cooperville	cooperville	US		0	America/Chicago	32.2407	-89.71313	133			MS	123		
4422773	Corrine (historical)	corrine-historical	US		0	America/Chicago	33.68956	-88.53004	86			MS	095		
4422774	Corrona	corrona	US		0	America/Chicago	34.4701	-88.76728	122	Camp Creek,Corona,Corrona		MS	081		
4422793	Cotton Gin Port (historical)	cotton-gin-port-historical	US		0	America/Chicago	33.97094	-88.5431	61	Cotton Gin Port (historical),Tollamatoxa		MS	095		
4422794	Cotton Hill Gin Estates	cotton-hill-gin-estates	US		0	America/Chicago	33.97789	-88.5681	97			MS	095		
4422818	Cottonville	cottonville	US		0	America/Chicago	34.65955	-90.18482	67	Cottonville,Cottonville Store		MS	137		
4422829	Country Club Estates	country-club-estates	US		0	America/Chicago	31.3599	-89.38062	76			MS	035		
4422833	Country Club Subdivision	country-club-subdivision	US		0	America/Chicago	33.42346	-88.80644	102			MS	105		
4422834	Country Club Subdivision	country-club-subdivision	US		0	America/Chicago	33.83484	-88.57088	72			MS	095		
4422836	Country Club Woods	country-club-woods	US		0	America/Chicago	32.40153	-90.10009	103			MS	089		
4422837	Country Hills	country-hills	US		0	America/Chicago	33.47179	-88.80089	105			MS	105		
4422838	Country Meadows	country-meadows	US		0	America/Chicago	33.41957	-88.86783	90			MS	105		
4422839	Country Oak Estates	country-oak-estates	US		0	America/Chicago	34.23622	-88.83256	100			MS	115		
4422840	Country Place	country-place	US		0	America/Chicago	32.27376	-90.08064	116			MS	121		
4422841	Country Side Estates	country-side-estates	US		0	America/Chicago	33.42929	-88.81839	99			MS	105		
4422842	Country Woods	country-woods	US		0	America/Chicago	32.3257	-90.33759	97			MS	049		
4422844	Counts	counts	US		0	America/Chicago	34.06956	-90.55982	46	Counts,Counts Spur		MS	027		
4422922	Cow Creek (historical)	cow-creek-historical	US		0	America/Chicago	32.82985	-88.83727	148			MS	069		
4422935	Cowanville	cowanville	US		0	America/Chicago	31.75516	-90.15981	71			MS	029		
4422939	Cowart	cowart	US		0	America/Chicago	33.98511	-90.17787	45			MS	135		
4422947	Cowpen (historical)	cowpen-historical	US		0	America/Chicago	33.0418	-89.4798	150			MS	007		
4422976	Coxburg	coxburg	US		0	America/Chicago	32.99846	-90.21009	104	Coxburg,Coxburgh		MS	051		
4422991	Crahen (historical)	crahen-historical	US		0	America/Chicago	33.49401	-90.52092	36			MS	133		
4422996	Craig Springs	craig-springs	US		0	America/Chicago	33.31512	-88.92284	92			MS	105		
4423001	Craigside	craigside	US		0	America/Chicago	33.58873	-90.1937	41			MS	083		
4423005	Crane Creek	crane-creek	US		0	America/Chicago	30.60991	-89.38478	74			MS	045		
4423016	Cranfield	cranfield	US		0	America/Chicago	31.54406	-91.20594	122			MS	001		
4423050	Creek (historical)	creek-historical	US		0	America/Chicago	31.99959	-88.48059	85			MS	023		
4423057	Creekwood Place	creekwood-place	US		0	America/Chicago	32.33959	-90.03203	104			MS	121		
4423060	Cresent Estates	cresent-estates	US		0	America/Chicago	33.55012	-88.43198	64			MS	087		
4423070	Crevi (historical)	crevi-historical	US		0	America/Chicago	34.04595	-90.0487	69	Crevi (historical),Mitchells Cross Roads		MS	135		
4423126	Cross Roads	cross-roads	US		0	America/Chicago	32.24876	-89.77091	147			MS	121		
4423127	Cross Roads	cross-roads	US		0	America/Chicago	34.92425	-88.25588	149	Cross Roads,Crossroads		MS	141		
4423128	Cross Roads (historical)	cross-roads-historical	US		0	America/Chicago	33.01568	-88.38698	59			MS	103		
4423144	Crossgates	crossgates	US		0	America/Chicago	32.29459	-90.02508	110			MS	121		
4423152	Crossroad	crossroad	US		0	America/Chicago	32.88402	-89.49452	158			MS	079		
4423153	Crossroad	crossroad	US		0	America/Chicago	34.61205	-89.83703	104			MS	137		
4423184	Crotts	crotts	US		0	America/Chicago	31.55711	-89.08395	58	Crotts,Crottstown		MS	067		
4423189	Crow	crow	US		0	America/Chicago	34.83343	-88.70144	159			MS	003		
4423190	Crow (historical)	crow-historical	US		0	America/Chicago	33.23762	-88.34559	52			MS	103		
4423221	Crumtown	crumtown	US		0	America/Chicago	34.83926	-88.73339	136			MS	003		
4423222	Crupp	crupp	US		0	America/Chicago	32.78541	-90.46648	38			MS	163		
4423238	Cub Lake	cub-lake	US		0	America/Chicago	34.78649	-90.14926	67			MS	033		
4423246	Cuevas	cuevas	US		0	America/Chicago	30.3627	-89.2181	2			MS	047		
4423247	Culkin	culkin	US		0	America/Chicago	32.3682	-90.81816	111			MS	149		
4423255	Cullum	cullum	US		0	America/Chicago	32.64069	-88.6081	77			MS	069		
4423271	Cunningham Heights	cunningham-heights	US		0	America/Chicago	32.2632	-90.11953	97			MS	121		
4423293	Curtis Station	curtis-station	US		0	America/Chicago	34.34011	-90.13926	48	Curtis Station,Curtiss,Curtiss Station		MS	107		
4423299	Cuthi Uckehaca (historical)	cuthi-uckehaca-historical	US		0	America/Chicago	32.6918	-88.60477	75			MS	069		
4423303	Cybur	cybur	US		0	America/Chicago	30.62797	-89.7709	27			MS	109		
4423305	Cynthia	cynthia	US		0	America/Chicago	32.40292	-90.24898	100			MS	049		
4423321	Cypress Corner	cypress-corner	US		0	America/Chicago	34.55427	-90.09315	110	Cypress,Cypress Corner		MS	107		
4423395	D'Iberville	d-iberville	US		11400	America/Chicago	30.42631	-88.89086	4	D'Iberville,Diberville,Seymour		MS	047		
4423405	Dabney Crossroads	dabney-crossroads	US		0	America/Chicago	32.08626	-90.42787	103			MS	049		
4423412	Dahomy	dahomy	US		0	America/Chicago	33.67456	-90.98511	42			MS	011		
4423431	Dallas Jones Crossing	dallas-jones-crossing	US		0	America/Chicago	34.22205	-89.64286	79			MS	071		
4423479	Dane (historical)	dane-historical	US		0	America/Chicago	32.11682	-90.06397	110			MS	121		
4423487	Dancy	dancy	US		0	America/Chicago	33.66956	-89.05895	98			MS	155		
4423506	Darbun	darbun	US		0	America/Chicago	31.27629	-90.04703	108	Darbon,Darbun		MS	147		
4423511	Dantzler	dantzler	US		0	America/Chicago	30.71297	-88.87559	52	Brickleg,Dantzler,Dentzler,Ramsey		MS	059		
4423525	Darnall (historical)	darnall-historical	US		0	America/Chicago	32.68486	-88.83894	168	Big Oak,Darnall (historical),Sligo		MS	069		
4423527	Darlove	darlove	US		0	America/Chicago	33.23207	-90.78454	33	Black Dog,Darlove,Yerger		MS	151		
4423528	Darracott	darracott	US		0	America/Chicago	33.72373	-88.53199	89	Darracott,Darracott Crossroads,Fousts Shop,Southern Crossroads		MS	095		
4423547	Davidson (historical)	davidson-historical	US		0	America/Chicago	32.20153	-88.4917	124			MS	023		
4423616	Davisville (historical)	davisville-historical	US		0	America/Chicago	31.96126	-88.97589	148			MS	061		
4423617	Davo	davo	US		0	America/Chicago	31.10601	-90.1112	88			MS	147		
4423634	Days	days	US		0	America/Chicago	34.91121	-90.07787	95			MS	033		
4423638	De Buys	de-buys	US		0	America/Chicago	30.39325	-88.99865	8			MS	047		
4423640	De Lisle	de-lisle	US		1147	America/Chicago	30.37936	-89.26449	6	De Lisle,Wolftown		MS	047		
4423647	De Soto Village	de-soto-village	US		0	America/Chicago	34.94593	-90.00426	93			MS	033		
4423676	Dean Acres	dean-acres	US		0	America/Chicago	33.47429	-88.38337	56			MS	087		
4423687	Dean Landing	dean-landing	US		0	America/Chicago	30.7813	-88.47252	15			MS	039		
4423689	Deane (historical)	deane-historical	US		0	America/Chicago	31.71183	-91.0276	68	Deane (historical),Deans Spur		MS	063		
4423691	Deans Corner	deans-corner	US		0	America/Chicago	34.87537	-90.07787	99			MS	033		
4423697	Deasonville	deasonville	US		0	America/Chicago	32.79236	-90.09286	91			MS	163		
4423706	Dedeaux	dedeaux	US		0	America/Chicago	30.4988	-89.33949	50	Dedeaux,Vidalia		MS	047		
4423711	Dedwylder	dedwylder	US		0	America/Chicago	31.95765	-88.8056	83	Dedwylder,Weems School Community		MS	023		
4423712	Deemer	deemer	US		763	America/Chicago	32.74541	-89.11812	145			MS	099		
4423714	Deen	deen	US		0	America/Chicago	31.5535	-89.67813	95			MS	065		
4423724	Deep Creek	deep-creek	US		0	America/Chicago	30.91991	-88.91643	73			MS	111		
4423757	Dees Landing	dees-landing	US		0	America/Chicago	30.52381	-88.68086	2			MS	059		
4423759	Deeson	deeson	US		0	America/Chicago	34.02316	-90.85955	48			MS	011		
4423762	Delay	delay	US		0	America/Chicago	34.249	-89.40397	110	De Lay,Delay		MS	071		
4423799	Denham	denham	US		0	America/Chicago	31.65377	-88.52558	52			MS	153		
4423821	Dennis Crossroads	dennis-crossroads	US		0	America/Chicago	31.75822	-90.95955	101			MS	063		
4423822	Dennis Landing	dennis-landing	US		0	America/Chicago	34.01872	-90.92816	47			MS	011		
4423827	Dennis Settlement	dennis-settlement	US		0	America/Chicago	32.36098	-89.34923	132			MS	123		
4423835	Dentontown	dentontown	US		0	America/Chicago	33.74095	-89.44285	85			MS	013		
4423836	Dentville	dentville	US		0	America/Chicago	31.95988	-90.55537	81	Dentville,Pine Bluff		MS	029		
4423838	Deovolente	deovolente	US		0	America/Chicago	33.21929	-90.45009	34	Deovolente,Devolente		MS	053		
4423840	Deposit (historical)	deposit-historical	US		0	America/Chicago	33.23179	-88.912	177			MS	159		
4423862	Devoe	devoe	US		0	America/Chicago	32.21126	-88.66532	157			MS	023		
4423890	Dick	dick	US		0	America/Chicago	31.39462	-90.84177	130			MS	037		
4423912	Didlake	didlake	US		0	America/Chicago	33.47179	-88.81255	100			MS	105		
4423930	Dinsmore	dinsmore	US		0	America/Chicago	33.08901	-88.35309	61			MS	103		
4423933	Distall	distall	US		0	America/Chicago	33.85845	-90.18148	44			MS	135		
4424455	Dixie (historical)	dixie-historical	US		0	America/Chicago	33.23401	-88.64005	92			MS	103		
4424461	Dixie Pine	dixie-pine	US		0	America/Chicago	31.2949	-89.27006	45	Dixie Pine,Dreyfus		MS	035		
4424467	Dixon Acres	dixon-acres	US		0	America/Chicago	32.31681	-90.25981	115			MS	049		
4424497	Dobson (historical)	dobson-historical	US		0	America/Chicago	32.16265	-89.8973	120			MS	121		
4424499	Dockery	dockery	US		0	America/Chicago	33.72873	-90.61676	41	Dockery,Dockery Plantation		MS	133		
4424523	Dodds	dodds	US		0	America/Chicago	33.00291	-89.56258	132	Deans Crossing,Dodds		MS	007		
4424538	Dogtown	dogtown	US		0	America/Chicago	34.26483	-89.28591	129			MS	071		
4424548	Dogwood Landing	dogwood-landing	US		0	America/Chicago	32.95291	-90.7851	27			MS	125		
4424549	Dogwood Place	dogwood-place	US		0	America/Chicago	32.34042	-90.05342	96			MS	121		
4424555	Doloroso	doloroso	US		0	America/Chicago	31.30517	-91.35956	94	Cold Springs,Doloroso		MS	157		
4424568	Donohoe	donohoe	US		0	America/Chicago	32.35153	-89.38257	134	Broach,Donohoe,Fairchild Mill,Lowrey Mill		MS	123		
4424569	Donovan (historical)	donovan-historical	US		0	America/Chicago	30.89741	-88.51169	40			MS	039		
4424570	Dooley	dooley	US		0	America/Chicago	34.67066	-90.23704	56			MS	143		
4424575	Doolittle (historical)	doolittle-historical	US		0	America/Chicago	32.35431	-89.14034	112			MS	101		
4424600	Doskie	doskie	US		0	America/Chicago	34.90592	-88.29504	139			MS	141		
4424603	Dossville	dossville	US		0	America/Chicago	32.93069	-89.5498	132			MS	079		
4424605	Doty Springs (historical)	doty-springs-historical	US		0	America/Chicago	33.05291	-89.35979	161	Doty,Doty Springs (historical)		MS	007		
4424623	Double Churches (historical)	double-churches-historical	US		0	America/Chicago	31.55461	-89.64868	83			MS	065		
4424651	Dover (historical)	dover-historical	US		0	America/Chicago	32.98763	-90.37092	32			MS	163		
4424658	Dowdville	dowdville	US		0	America/Chicago	32.68597	-89.30368	152			MS	099		
4424670	Downs Subdivision	downs-subdivision	US		0	America/Chicago	33.4904	-88.37171	55			MS	087		
4424675	Doyle Estates	doyle-estates	US		0	America/Chicago	33.52984	-88.29226	86			MS	087		
4424678	Dragon	dragon	US		0	America/Chicago	31.37767	-89.26645	48	Addison,Dragon		MS	035		
4424686	Dredge (historical)	dredge-historical	US		0	America/Chicago	33.25206	-91.03761	36			MS	151		
4424813	Dry Grove	dry-grove	US		0	America/Chicago	32.12904	-90.43648	114			MS	049		
4424825	Dubard	dubard	US		0	America/Chicago	33.7765	-89.9187	55			MS	043		
4424827	Drysdale	drysdale	US		0	America/Chicago	32.6918	-89.63424	101			MS	079		
4424854	Dubbs	dubbs	US		0	America/Chicago	34.56844	-90.37371	56	Dubbs,Slabtown		MS	143		
4424866	Dueitt	dueitt	US		0	America/Chicago	31.15074	-88.53446	26			MS	041		
4424870	Duffee	duffee	US		0	America/Chicago	32.48931	-88.927	124			MS	101		
4424890	Dulweber	dulweber	US		0	America/Chicago	33.34179	-90.23731	39	Dulweber,Dulweber Spur		MS	051		
4424938	Dunleith	dunleith	US		0	America/Chicago	33.43595	-90.82065	34			MS	151		
4424982	Dwyer	dwyer	US		0	America/Chicago	33.56428	-90.5287	37			MS	133		
4424984	Dwiggins	dwiggins	US		0	America/Chicago	33.84567	-90.58148	43			MS	133		
4424994	Dykes Crossing	dykes-crossing	US		0	America/Chicago	31.09796	-90.28537	110			MS	113		
4425042	Eagle Landing	eagle-landing	US		0	America/Chicago	34.53455	-90.54483	48			MS	143		
4425045	Eagles Nest	eagles-nest	US		0	America/Chicago	34.29205	-90.46732	52	Eagles Nest,Eagles Nest Plantation		MS	027		
4425056	Early Grove	early-grove	US		0	America/Chicago	34.97592	-89.3848	149	Early Grove,Earlygrove,Earlygrover		MS	093		
4425063	Earlyville	earlyville	US		0	America/Chicago	33.07707	-89.7098	106			MS	007		
4425069	East Abeika (historical)	east-abeika-historical	US		0	America/Chicago	32.79597	-88.62227	80	East Abeika (historical),East Aiabeka		MS	069		
4425070	East Aberdeen	east-aberdeen	US		0	America/Chicago	33.82178	-88.51643	59	East Aberdeen,Howards Bluff,Howards Farm,Howards Ferry,Howards Store,Martins Bluff,Murffs		MS	095		
4425094	East Coongetto (historical)	east-coongetto-historical	US		0	America/Chicago	32.7043	-88.79588	153	Cooncheto,East Coongetto (historical)		MS	069		
4425121	East Fork	east-fork	US		0	America/Chicago	31.20323	-90.66843	104	East Fork,Eastfork		MS	005		
4425139	East Hillsboro	east-hillsboro	US		0	America/Chicago	32.45264	-89.48396	133			MS	123		
4425152	East Lakewood	east-lakewood	US		0	America/Chicago	31.32379	-89.3784	63			MS	073		
4425158	East Macedonia	east-macedonia	US		0	America/Chicago	33.01568	-89.3459	134			MS	007		
4425161	East Manor Estates	east-manor-estates	US		0	America/Chicago	32.35014	-90.12286	86			MS	049		
4425173	East Moss Point	east-moss-point	US		0	America/Chicago	30.41353	-88.49168	2			MS	059		
4425182	East Pascagoula	east-pascagoula	US		0	America/Chicago	30.34548	-88.54529	3			MS	059		
4425191	East Prentiss	east-prentiss	US		0	America/Chicago	34.52982	-88.36949	135			MS	117		
4425208	East Side	east-side	US		0	America/Chicago	31.3549	-88.91116	52			MS	111		
4425209	East Side	east-side	US		0	America/Chicago	30.35992	-88.51668	4			MS	059		
4425237	East Yazo Skatane (historical)	east-yazo-skatane-historical	US		0	America/Chicago	32.68486	-88.63477	87	East Yazo Skatane (historical),Little Yazoo,Yashu Iskitini		MS	069		
4425259	Easthaven	easthaven	US		0	America/Chicago	32.32848	-90.30009	97			MS	049		
4425260	Easthaven	easthaven	US		0	America/Chicago	33.99483	-88.45838	77			MS	095		
4425261	Easthaven	easthaven	US		0	America/Chicago	32.28487	-89.97369	133			MS	121		
4425276	Eastside	eastside	US		0	America/Chicago	31.28212	-89.19367	56	Eastside,Myers,Sheep Low		MS	035		
4425286	Eastwood Hills	eastwood-hills	US		0	America/Chicago	33.49456	-88.30004	94			MS	087		
4425288	Eastwood Place	eastwood-place	US		0	America/Chicago	34.27038	-88.67366	84			MS	081		
4425300	Ebenezer	ebenezer	US		0	America/Chicago	32.97069	-90.09092	101	Bucksnort,Ebenezer,Manchester		MS	051		
4425301	Ebenezer	ebenezer	US		0	America/Chicago	32.75847	-89.35007	152			MS	079		
4425302	Ebenezer	ebenezer	US		0	America/Chicago	31.43351	-89.78147	97			MS	091		
4425303	Ebenezer	ebenezer	US		0	America/Chicago	32.36181	-89.22784	154			MS	101		
4425378	Eddiceton	eddiceton	US		0	America/Chicago	31.50212	-90.79149	73			MS	037		
4425393	Edgefield (historical)	edgefield-historical	US		0	America/Chicago	33.12457	-89.33757	151			MS	007		
4425402	Edgewater Park	edgewater-park	US		0	America/Chicago	30.39353	-88.98698	7			MS	047		
4425405	Edgewood Acres	edgewood-acres	US		0	America/Chicago	32.35431	-90.28759	97			MS	049		
4425428	Edsville	edsville	US		0	America/Chicago	33.17263	-89.83342	116			MS	051		
4425459	Eggville	eggville	US		0	America/Chicago	34.33094	-88.56838	141			MS	081		
4425461	Egremont	egremont	US		0	America/Chicago	32.86068	-90.90344	32	Baconia,Egremont		MS	125		
4425470	Egypt Hill	egypt-hill	US		0	America/Chicago	32.01015	-90.26231	87			MS	029		
4425515	Eleanor (historical)	eleanor-historical	US		0	America/Chicago	34.43622	-90.47649	53			MS	027		
4425521	Electric Mills	electric-mills	US		0	America/Chicago	32.7693	-88.46393	58			MS	069		
4425523	Eli (historical)	eli-historical	US		0	America/Chicago	33.19013	-88.67533	62	Coon Creek,Eli (historical)		MS	103		
4425532	Eliphaz	eliphaz	US		0	America/Chicago	34.65566	-90.1187	72			MS	137		
4425540	Elize (historical)	elize-historical	US		0	America/Chicago	33.84095	-88.90006	94	Elise,Elize (historical)		MS	017		
4425551	Ellard	ellard	US		0	America/Chicago	34.01594	-89.4148	86			MS	013		
4425554	Elleslie	elleslie	US		0	America/Chicago	32.87318	-91.05149	31			MS	055		
4425576	Ellis Cliffs	ellis-cliffs	US		0	America/Chicago	31.40156	-91.45206	22	Ellis Cliffs,White Cliffs		MS	001		
4425587	Ellis Subdivision	ellis-subdivision	US		0	America/Chicago	33.52734	-88.32643	70			MS	087		
4425597	Ellison Ridge	ellison-ridge	US		0	America/Chicago	33.0679	-88.88117	165			MS	159		
4425601	Ellistown	ellistown	US		0	America/Chicago	34.44482	-88.84089	111			MS	145		
4425613	Ellwood Landing	ellwood-landing	US		0	America/Chicago	32.70569	-90.68732	26			MS	163		
4425632	Elon (historical)	elon-historical	US		0	America/Chicago	33.06124	-88.51171	56			MS	103		
4425635	Elton Place	elton-place	US		0	America/Chicago	32.22987	-90.23703	112			MS	049		
4425649	Embry	embry	US		0	America/Chicago	33.65623	-89.36896	102	Embry,Gasville		MS	155		
4425670	Emmanuel	emmanuel	US		0	America/Chicago	31.30684	-89.82036	62			MS	091		
4425701	Emerald	emerald	US		0	America/Chicago	31.07712	-90.36371	104			MS	113		
4425710	Endville	endville	US		0	America/Chicago	34.32233	-88.88311	134	Endville,Enville		MS	115		
4425748	Enondale	enondale	US		0	America/Chicago	32.63541	-88.46837	61	Enon,Enondale,Enonville		MS	069		
4425765	Enzor	enzor	US		0	America/Chicago	32.31181	-88.61976	170			MS	075		
4425771	Epico (historical)	epico-historical	US		0	America/Chicago	30.41547	-89.05837	4			MS	047		
4425786	Epley	epley	US		0	America/Chicago	31.37656	-89.51118	118			MS	073		
4425799	Eret	eret	US		0	America/Chicago	31.47017	-88.48224	59	Eret,Pine Bluff		MS	153		
4425820	Errata	errata	US		0	America/Chicago	31.75877	-89.06005	94	Erata,Errata		MS	067		
4425825	Esperanza	esperanza	US		0	America/Chicago	34.35788	-89.1609	111			MS	115		
4425830	Estes	estes	US		0	America/Chicago	33.06124	-89.04923	142			MS	159		
4425831	Estesmill	estesmill	US		0	America/Chicago	32.65069	-89.47007	141	Estes Mill,Estesmill		MS	079		
4425833	Etchehoma (historical)	etchehoma-historical	US		0	America/Chicago	31.94932	-89.30006	122	Etahoma Box,Etchehoma (historical),Etehoma		MS	061		
4425839	Eubanks (historical)	eubanks-historical	US		0	America/Chicago	30.95435	-88.6403	75			MS	039		
4425847	Eucutta	eucutta	US		0	America/Chicago	31.80516	-88.87227	88			MS	153		
4425860	Eulogy	eulogy	US		0	America/Chicago	33.03374	-90.17481	93			MS	051		
4425890	Eutaw Landing	eutaw-landing	US		0	America/Chicago	33.65178	-91.17011	34			MS	011		
4425943	Evergreen (historical)	evergreen-historical	US		0	America/Chicago	32.42514	-88.93894	117			MS	101		
4425970	Expose	expose	US		0	America/Chicago	31.32295	-89.86341	51			MS	091		
4425985	Fair Oak Springs	fair-oak-springs	US		0	America/Chicago	31.55461	-90.32037	113	Fair Oak Springs,Fair Oaks Springs		MS	085		
4426000	Fair River	fair-river	US		0	America/Chicago	31.546	-90.26926	101			MS	085		
4426017	Fairfield Commons	fairfield-commons	US		0	America/Chicago	33.43707	-88.80839	113			MS	105		
4426021	Fairground Subdivision	fairground-subdivision	US		0	America/Chicago	33.45846	-88.82589	103			MS	105		
4426025	Fairhill	fairhill	US		0	America/Chicago	32.9443	-88.66505	116			MS	103		
4426042	Fairport (historical)	fairport-historical	US		0	America/Chicago	33.27846	-88.69866	86			MS	103		
4426048	Fairview (historical)	fairview-historical	US		0	America/Chicago	33.23429	-88.65838	85			MS	103		
4426052	Fairchilds Crossroads	fairchilds-crossroads	US		0	America/Chicago	32.20487	-90.47287	74			MS	049		
4426079	Fairview Landing	fairview-landing	US		0	America/Chicago	32.74847	-90.70176	29			MS	163		
4426091	Faisonia	faisonia	US		0	America/Chicago	33.50567	-90.63204	37	Faisonia,Hill Plantation,Lees Landing,Leighs Landing		MS	133		
4426146	Fame	fame	US		0	America/Chicago	33.66401	-89.20146	147			MS	155		
4426150	Famosla	famosla	US		0	America/Chicago	33.23873	-90.39009	35			MS	053		
4426166	Fanning	fanning	US		0	America/Chicago	31.0599	-89.54451	109			MS	073		
4426171	Farewells (historical)	farewells-historical	US		0	America/Chicago	33.16263	-88.77783	83			MS	103		
4426185	Farmhaven	farmhaven	US		0	America/Chicago	32.64764	-89.81063	114			MS	089		
4426216	Fawn Meadows	fawn-meadows	US		0	America/Chicago	34.23344	-88.86256	101			MS	115		
4426222	Fayettehill	fayettehill	US		0	America/Chicago	31.96071	-89.76896	152			MS	127		
4426225	Fearns Springs	fearns-springs	US		0	America/Chicago	33.00707	-88.84589	143	Fearn Springs,Fearns Springs,The Skillet,Winstonville		MS	159		
4426239	Fellowship	fellowship	US		0	America/Chicago	32.19515	-88.94061	95	Buckleys,Buckleys Store,Fellowship,Masengale,Old Fellowship		MS	061		
4426293	Fewell	fewell	US		0	America/Chicago	34.06122	-90.3562	47			MS	135		
4426329	Finis Hook (historical)	finis-hook-historical	US		0	America/Chicago	32.9543	-89.16673	146			MS	159		
4426330	Fink Bine (historical)	fink-bine-historical	US		0	America/Chicago	32.14821	-89.87925	114			MS	121		
4426332	Fikestown	fikestown	US		0	America/Chicago	32.30348	-89.40368	142			MS	123		
4426679	Fitch (historical)	fitch-historical	US		0	America/Chicago	34.03095	-90.45648	49			MS	027		
4426681	Fitler	fitler	US		0	America/Chicago	32.72541	-91.03372	30	Fitler,Fitler Plantation,Fitler's,Fitlers,Fitlers Landing,Fitlersville		MS	055		
4426735	Flatwood	flatwood	US		0	America/Chicago	34.38899	-89.12868	102			MS	145		
4426740	Flautt	flautt	US		0	America/Chicago	33.89734	-90.38509	43	Duggars,Flautt		MS	135		
4426758	Flinn	flinn	US		0	America/Chicago	34.04622	-88.42921	75			MS	095		
4426803	Flowerdale	flowerdale	US		0	America/Chicago	34.28511	-88.73755	95			MS	081		
4426804	Flowers	flowers	US		0	America/Chicago	31.05685	-90.0137	107			MS	147		
4426805	Flowers	flowers	US		0	America/Chicago	32.38931	-90.67399	61			MS	149		
4426829	Floyton (historical)	floyton-historical	US		0	America/Chicago	34.00511	-88.38421	118			MS	095		
4426836	Flynt	flynt	US		0	America/Chicago	31.69822	-89.18422	67	Flynt,Lick Skillet		MS	067		
4426840	Flynn (historical)	flynn-historical	US		0	America/Chicago	33.5379	-88.44587	55			MS	087		
4426848	Foote	foote	US		0	America/Chicago	33.09151	-91.03288	34	Colmere,Dudley,Foote		MS	151		
4426850	Foltz	foltz	US		0	America/Chicago	33.43429	-89.74425	103			MS	097		
4426875	Fords Creek	fords-creek	US		0	America/Chicago	30.94852	-89.68979	57			MS	109		
4426882	Fordsville (historical)	fordsville-historical	US		0	America/Chicago	31.05907	-89.76091	37			MS	091		
4426892	Forest Green	forest-green	US		0	America/Chicago	32.35292	-90.28065	90			MS	049		
4426927	Forest Park Estates	forest-park-estates	US		0	America/Chicago	32.25376	-90.27509	112			MS	049		
4426928	Forest Point	forest-point	US		0	America/Chicago	32.37792	-90.02175	98			MS	121		
4426947	Forkville	forkville	US		0	America/Chicago	32.4607	-89.66091	117	Forkville,New Beach		MS	123		
4426951	Forrest (historical)	forrest-historical	US		0	America/Chicago	33.17596	-89.5173	168	Forrest (historical),Wells		MS	007		
4426953	Forrest City (historical)	forrest-city-historical	US		0	America/Chicago	33.1929	-90.9251	33			MS	151		
4426959	Forrest Hills	forrest-hills	US		0	America/Chicago	31.28351	-89.36117	107			MS	073		
4426963	Forrest Park	forrest-park	US		0	America/Chicago	31.31545	-89.31673	63			MS	035		
4426967	Fort Adams	fort-adams	US		0	America/Chicago	31.08656	-91.54817	18			MS	157		
4426974	Fort Bayou (historical)	fort-bayou-historical	US		0	America/Chicago	30.44742	-88.71808	4			MS	059		
4426983	Fort Loring	fort-loring	US		0	America/Chicago	33.50679	-90.25147	40			MS	083		
4426984	Fort Loring Landing	fort-loring-landing	US		0	America/Chicago	33.48929	-90.24675	35	Fort Loring Landing,McLemores Landing		MS	083		
4426996	Fortenberry	fortenberry	US		0	America/Chicago	31.3074	-89.85536	55	Cedar Grove,Fortenberry		MS	091		
4427006	Forty (historical)	forty-historical	US		0	America/Chicago	32.51847	-89.77647	110			MS	121		
4427037	Fountainebleau	fountainebleau	US		0	America/Chicago	30.40214	-88.71975	7	Fontainbleau,Fontainebleau,Fountainebleau		MS	059		
4427040	Four Forks	four-forks	US		0	America/Chicago	31.62822	-91.12761	82			MS	063		
4427045	Four Mile	four-mile	US		0	America/Chicago	33.28734	-90.47231	35	Four Mile,Four Mile Lake,Lotus		MS	053		
4426816	Floyd	floyd	US	24091	0	America/Chicago	33.25595	-90.73204	33			MS	151		
4427050	Four Points	four-points	US		0	America/Chicago	31.25129	-89.18617	39			MS	035		
4427083	Fox Run	fox-run	US		0	America/Chicago	33.54734	-88.42087	80			MS	087		
4427084	Fox Run Colony	fox-run-colony	US		0	America/Chicago	33.54595	-88.42671	79			MS	087		
4427088	Foxtrap (historical)	foxtrap-historical	US		0	America/Chicago	33.08263	-88.33198	60			MS	103		
4427095	Foxmoor	foxmoor	US		0	America/Chicago	34.29177	-88.72089	104			MS	081		
4427103	Francis Subdivision	francis-subdivision	US		0	America/Chicago	34.27372	-88.72422	98			MS	081		
4427139	Frazier	frazier	US		0	America/Chicago	33.56706	-90.73204	38			MS	133		
4427141	Frankstown	frankstown	US		0	America/Chicago	34.57649	-88.62978	122			MS	117		
4427169	Free Springs	free-springs	US		0	America/Chicago	34.52566	-89.65008	97			MS	071		
4427173	Free Trade	free-trade	US		0	America/Chicago	32.69625	-89.41507	118	Free Alliance,Free Trade,Freetrade		MS	079		
4427186	Free Run	free-run	US		0	America/Chicago	32.95207	-90.27426	92			MS	163		
4427193	Freeny	freeny	US		0	America/Chicago	32.70097	-89.48146	119	Bluff Springs,Freeny		MS	079		
4427203	Freewoods	freewoods	US		0	America/Chicago	31.34573	-91.07483	51			MS	037		
4427224	Friendship (historical)	friendship-historical	US		0	America/Chicago	33.2854	-89.54591	125	Friendship (historical),Little Texas		MS	007		
4427324	Frogtown	frogtown	US		0	America/Chicago	32.30431	-89.57563	137			MS	123		
4427330	Frog Island	frog-island	US		0	America/Chicago	34.36538	-88.75644	100			MS	081		
4427333	Fulcher	fulcher	US		0	America/Chicago	33.33818	-89.12312	135			MS	019		
4427342	Fugate	fugate	US		0	America/Chicago	32.74902	-90.20203	72			MS	163		
4427365	Furrs	furrs	US		0	America/Chicago	34.23511	-88.86006	104	Furrs,Hoyle		MS	115		
4427366	Furry	furry	US		0	America/Chicago	33.5204	-90.52981	34			MS	133		
4427386	Futheyville	futheyville	US		0	America/Chicago	33.78123	-89.7762	67			MS	043		
4427400	Galen (historical)	galen-historical	US		0	America/Chicago	33.78345	-90.53481	42			MS	133		
4427408	Galilee	galilee	US		0	America/Chicago	32.05015	-89.73424	104			MS	121		
4427451	Gallway	gallway	US		0	America/Chicago	34.48899	-89.19229	100			MS	145		
4427453	Gama	gama	US		0	America/Chicago	32.02238	-90.09175	140	Gaina,Gama		MS	127		
4427455	Gambrell	gambrell	US		0	America/Chicago	31.80849	-89.39173	90	Gambrell,Gambrell Crossing		MS	129		
4427458	Gandsi	gandsi	US		0	America/Chicago	31.57072	-89.49896	70			MS	031		
4427472	Garden Park	garden-park	US		0	America/Chicago	32.28237	-90.23898	116			MS	049		
4427475	Gardenspot Subdivision	gardenspot-subdivision	US		0	America/Chicago	33.98344	-88.46338	76			MS	095		
4427490	Garlandville	garlandville	US		0	America/Chicago	32.21959	-89.12256	139	Garlandsville,Garlandville		MS	061		
4427509	Gary Estates	gary-estates	US		0	America/Chicago	32.19265	-90.27509	95			MS	049		
4427531	Gateway North	gateway-north	US		0	America/Chicago	32.41737	-90.10231	108			MS	089		
4427576	Geeville	geeville	US		0	America/Chicago	34.57621	-88.69089	141			MS	117		
4427583	Geneill	geneill	US		0	America/Chicago	33.38901	-90.79954	35	Browns Camp,Geneill		MS	151		
4427589	George (historical)	george-historical	US		0	America/Chicago	32.05126	-89.99675	115			MS	121		
4427591	Geeslin Corner	geeslin-corner	US		0	America/Chicago	33.824	-89.83898	61	Geeslin Corner,Glasscocks		MS	043		
4427622	Gerald (historical)	gerald-historical	US		0	America/Chicago	34.40149	-90.57427	53			MS	027		
4427624	Gerlach Mill	gerlach-mill	US		0	America/Chicago	34.50288	-90.33287	54			MS	143		
4427626	Germania	germania	US		0	America/Chicago	32.60625	-90.59232	38			MS	163		
4427630	Gershorm	gershorm	US		0	America/Chicago	34.08872	-89.02673	122			MS	115		
4427635	Gholson	gholson	US		0	America/Chicago	32.93652	-88.73394	169	Gholson,Meander		MS	103		
4427659	Gibson Landing	gibson-landing	US		0	America/Chicago	30.76741	-88.6703	6			MS	039		
4427663	Gift	gift	US		0	America/Chicago	34.94564	-88.64116	120	Gift,Jones		MS	003		
4427691	Giles	giles	US		0	America/Chicago	32.83096	-88.38003	63			MS	069		
4427695	Gillsburg	gillsburg	US		0	America/Chicago	31.02518	-90.65593	92	Gillisburg,Gillsburg,Gillsburgh		MS	005		
4427711	Gilton	gilton	US		0	America/Chicago	34.71954	-89.44813	183	Forest,Gilton		MS	093		
4427716	Gin (historical)	gin-historical	US		0	America/Chicago	31.91571	-88.63059	97			MS	023		
4427730	Gitano	gitano	US		0	America/Chicago	31.77822	-89.32451	93	Gitano,Mico		MS	067		
4427743	Glading	glading	US		0	America/Chicago	31.14268	-90.64038	124	Gladding,Glading		MS	005		
4427746	Gladneyville (historical)	gladneyville-historical	US		0	America/Chicago	33.83484	-88.56671	78			MS	095		
4427748	Gladhurst	gladhurst	US		0	America/Chicago	31.02962	-90.37426	105			MS	113		
4427750	Glancy	glancy	US		0	America/Chicago	31.8185	-90.49648	101	Center Point,Glancy		MS	029		
4427758	Glaston	glaston	US		0	America/Chicago	31.65905	-89.07839	70			MS	067		
4427764	Glen Aubin	glen-aubin	US		0	America/Chicago	34.34122	-90.61066	53			MS	027		
4427774	Glendale (historical)	glendale-historical	US		0	America/Chicago	33.03207	-89.33757	166			MS	007		
4427775	Glendale (historical)	glendale-historical	US		0	America/Chicago	34.51677	-90.57594	47			MS	027		
4427795	Glens	glens	US		0	America/Chicago	34.8662	-88.41394	153	Eagle,Glen,Glendale,Glens		MS	003		
4427800	Glenwild	glenwild	US		0	America/Chicago	33.72095	-89.78203	64			MS	043		
4427819	Gluckstadt	gluckstadt	US		0	America/Chicago	32.51653	-90.10092	85	Calhoun,Calhoun Station,Gluckstadt		MS	089		
4427853	Golden Grove	golden-grove	US		0	America/Chicago	32.63097	-89.08978	177			MS	099		
4427942	Gooden Lake	gooden-lake	US		0	America/Chicago	33.13818	-90.60704	32			MS	053		
4427946	Goodford	goodford	US		0	America/Chicago	34.10872	-88.94256	144			MS	115		
4427958	Goodluck	goodluck	US		0	America/Chicago	31.32684	-89.15645	78	Good Luck,Goodluck		MS	035		
4427980	Goodhope	goodhope	US		0	America/Chicago	32.45736	-89.01672	153			MS	101		
4428011	Goose Pond (historical)	goose-pond-historical	US		0	America/Chicago	33.88067	-88.72033	92			MS	095		
4428043	Goshen (historical)	goshen-historical	US		0	America/Chicago	32.10848	-89.05645	173	Goshen (historical),Goslien		MS	061		
4428054	Goshen Springs	goshen-springs	US		0	America/Chicago	32.4707	-89.91591	128	Goshen Springs,New Goshen Springs		MS	121		
4428069	Goss	goss	US		0	America/Chicago	31.35545	-89.88869	58	Goss,Prine		MS	091		
4428160	Grand Gulf	grand-gulf	US		0	America/Chicago	32.03321	-91.05261	29	Grand Gulf,Grand Gulph		MS	021		
4428169	Grandview Heights	grandview-heights	US		0	America/Chicago	32.2557	-90.1362	98			MS	121		
4428187	Grantsville (historical)	grantsville-historical	US		0	America/Chicago	33.23846	-88.32809	47			MS	103		
4427676	Gill	gill	US	01354	0	America/Chicago	33.80567	-90.9765	43			MS	011		
4428205	Grattam (historical)	grattam-historical	US		0	America/Chicago	33.31207	-88.47226	71			MS	087		
4428214	Gravel Hill	gravel-hill	US		0	America/Chicago	33.40151	-90.04619	89			MS	015		
4428220	Graves	graves	US		0	America/Chicago	34.45149	-88.777	124			MS	081		
4428234	Gravestown	gravestown	US		0	America/Chicago	34.74871	-89.0834	122	Graves,Gravestown		MS	139		
4428271	Graysport Crossing	graysport-crossing	US		0	America/Chicago	33.8165	-89.61369	61			MS	043		
4428292	Great Lake Estates	great-lake-estates	US		0	America/Chicago	32.40626	-90.77927	92			MS	149		
4428327	Green Acres	green-acres	US		0	America/Chicago	32.33015	-90.31676	104			MS	049		
4428328	Green Acres	green-acres	US		0	America/Chicago	34.26261	-88.74505	95			MS	081		
4428329	Green Acres	green-acres	US		0	America/Chicago	33.83706	-88.57366	74			MS	095		
4428330	Green Acres	green-acres	US		0	America/Chicago	33.41401	-88.89728	91			MS	105		
4428356	Green Crossing	green-crossing	US		0	America/Chicago	32.43764	-90.26537	87	Green,Green Crossing,Greene Crossing		MS	049		
4428360	Green Grove	green-grove	US		0	America/Chicago	34.16289	-90.76094	49	Green Grove,Greengrove,Greengrove Plantation		MS	027		
4428387	Green Meadow	green-meadow	US		0	America/Chicago	31.96544	-90.97205	30			MS	021		
4428388	Green Oaks	green-oaks	US		0	America/Chicago	33.45568	-88.84172	99			MS	105		
4428408	Greenbriar	greenbriar	US		0	America/Chicago	33.42984	-88.80839	112			MS	105		
4428409	Greenbriar	greenbriar	US		0	America/Chicago	32.28848	-90.84872	58			MS	149		
4428411	Greenbrier (historical)	greenbrier-historical	US		0	America/Chicago	33.91261	-88.45976	80			MS	095		
4428415	Greenbrook	greenbrook	US		0	America/Chicago	32.4057	-90.13481	100			MS	089		
4428425	Greenfield (historical)	greenfield-historical	US		0	America/Chicago	32.52181	-89.29923	134			MS	101		
4428533	Gregory (historical)	gregory-historical	US		0	America/Chicago	33.14457	-89.42229	134	Gladys,Gladys Station,Gregory (historical)		MS	007		
4428546	Grenada Junction	grenada-junction	US		0	America/Chicago	33.53929	-90.16481	40			MS	083		
4428550	Grenada Landing	grenada-landing	US		0	America/Chicago	33.804	-89.76731	61			MS	043		
4428614	Grove Park	grove-park	US		0	America/Chicago	32.30015	-90.02175	118			MS	121		
4428629	Grubb Springs (historical)	grubb-springs-historical	US		0	America/Chicago	33.79733	-88.34948	130			MS	095		
4428644	Gulde	gulde	US		0	America/Chicago	32.29876	-89.86341	110			MS	121		
4428654	Gulf Hills	gulf-hills	US		7144	America/Chicago	30.43048	-88.84225	4			MS	059		
4428663	Gulf Park Estates	gulf-park-estates	US		5719	America/Chicago	30.39187	-88.76114	5			MS	059		
4428676	Gulfside	gulfside	US		0	America/Chicago	30.26686	-89.39255	3			MS	045		
4428699	Gum Grove	gum-grove	US		0	America/Chicago	33.07763	-90.42703	33			MS	051		
4428715	Gum Ridge (historical)	gum-ridge-historical	US		0	America/Chicago	31.7835	-91.24456	21			MS	063		
4428718	Gum Springs	gum-springs	US		0	America/Chicago	32.00377	-89.95008	102			MS	127		
4428719	Gum Springs	gum-springs	US		0	America/Chicago	33.23374	-89.05228	122			MS	159		
4428726	Gums Crossing	gums-crossing	US		0	America/Chicago	33.91067	-89.62925	62			MS	161		
4428731	Gunn	gunn	US		0	America/Chicago	32.08349	-89.70007	120			MS	129		
4428733	Gums	gums	US		0	America/Chicago	33.92761	-89.62897	72			MS	161		
4428761	Gwinville	gwinville	US		0	America/Chicago	31.75155	-89.89925	130			MS	065		
4428763	Gwin	gwin	US		0	America/Chicago	33.17374	-90.22342	35			MS	051		
4428798	Haanka Ullah (historical)	haanka-ullah-historical	US		0	America/Chicago	32.68486	-88.72921	95	Haanka Ullah (historical),Hankha Aiola		MS	069		
4428875	Hally	hally	US		0	America/Chicago	34.50899	-90.36204	54			MS	143		
4428885	Hamage	hamage	US		0	America/Chicago	31.22573	-89.94425	83	Hamage,Old Buford		MS	091		
4428925	Hamlet (historical)	hamlet-historical	US		0	America/Chicago	32.0246	-89.27673	139			MS	061		
4428960	Hancock Circle	hancock-circle	US		0	America/Chicago	33.45679	-88.80894	110			MS	105		
4428969	Handle	handle	US		0	America/Chicago	32.96096	-88.8745	142			MS	159		
4428970	Handsboro	handsboro	US		0	America/Chicago	30.39853	-89.02698	9	Buena Vista,Handsboro,Handsborough		MS	047		
4428974	Handy Corner	handy-corner	US		0	America/Chicago	34.96232	-89.74203	114			MS	033		
4428975	Haney	haney	US		0	America/Chicago	31.81599	-89.0095	92			MS	067		
4429009	Harbourview	harbourview	US		0	America/Chicago	32.3807	-90.03064	97			MS	121		
4429021	Hardee	hardee	US		0	America/Chicago	32.59319	-90.8551	30			MS	055		
4429025	Harbert Landing	harbert-landing	US		0	America/Chicago	34.65371	-90.55733	48	Harbert Landing,Harberts		MS	143		
4429037	Hardscrabble (historical)	hardscrabble-historical	US		0	America/Chicago	31.561	-90.05231	71			MS	077		
4429061	Harlan (historical)	harlan-historical	US		0	America/Chicago	33.0929	-88.4167	66			MS	103		
4429066	Harleston	harleston	US		0	America/Chicago	30.72269	-88.50891	38			MS	059		
4429072	Harmon Subdivision	harmon-subdivision	US		0	America/Chicago	33.82428	-88.56004	73			MS	095		
4429079	Harmontown	harmontown	US		0	America/Chicago	34.54038	-89.64842	122			MS	071		
4429153	Harperville (historical)	harperville-historical	US		0	America/Chicago	32.0446	-90.48482	67			MS	029		
4429192	Harrisburg Heights	harrisburg-heights	US		0	America/Chicago	34.25761	-88.73561	92			MS	081		
4429217	Harrs Place (historical)	harrs-place-historical	US		0	America/Chicago	34.17566	-90.57927	52			MS	027		
4429259	Harworth	harworth	US		0	America/Chicago	32.6718	-90.67065	28			MS	125		
4429261	Hashuqua (historical)	hashuqua-historical	US		0	America/Chicago	32.99457	-88.80616	140			MS	103		
4429279	Hatchette (historical)	hatchette-historical	US		0	America/Chicago	32.81124	-88.46032	60			MS	069		
4429283	Hathorn	hathorn	US		0	America/Chicago	31.39323	-89.91925	59			MS	065		
4429312	Havendale	havendale	US		0	America/Chicago	32.69652	-89.87091	85			MS	089		
4429315	Haven Acres	haven-acres	US		0	America/Chicago	34.21455	-88.75422	93			MS	081		
4429317	Hawkes	hawkes	US		0	America/Chicago	31.75488	-89.07617	73	Hawkes,Hawks		MS	067		
4429319	Haw Pond (historical)	haw-pond-historical	US		0	America/Chicago	31.5835	-89.7598	147			MS	065		
4429347	Haynes Bluff	haynes-bluff	US		0	America/Chicago	32.51625	-90.78538	41			MS	149		
4429350	Hayes Crossing	hayes-crossing	US		0	America/Chicago	34.44955	-89.76148	91			MS	107		
4429384	Hazeldell	hazeldell	US		0	America/Chicago	34.48065	-88.3931	113	Hazel Dell,Hazeldell		MS	117		
4429410	Heartease (historical)	heartease-historical	US		0	America/Chicago	30.39603	-88.94448	7	Heartease (historical),Heartease Station,Miramar		MS	047		
4429411	Heater	heater	US		0	America/Chicago	32.05877	-89.63952	171			MS	129		
4429414	Heatherwood Estates	heatherwood-estates	US		0	America/Chicago	31.31129	-89.34117	76			MS	035		
4429415	Heathman	heathman	US		0	America/Chicago	33.44012	-90.72037	38	Dogwood,Dogwood Plantation,Dogwood Ridge Plantation,Heathman,Heathman Plantation		MS	133		
4429472	Hedgemoor	hedgemoor	US		0	America/Chicago	33.98955	-88.47588	73			MS	095		
4429489	Heads	heads	US		0	America/Chicago	33.47067	-90.84649	37			MS	151		
4429517	Henderson Point	henderson-point	US		170	America/Chicago	30.30881	-89.28699	2			MS	047		
4429527	Henleyfield	henleyfield	US		0	America/Chicago	30.69713	-89.76396	64			MS	109		
4429560	Herbert (historical)	herbert-historical	US		0	America/Chicago	32.67458	-88.90283	153			MS	069		
4429567	Herbert Springs	herbert-springs	US		0	America/Chicago	32.60347	-88.92866	184			MS	099		
4429569	Hercules Station	hercules-station	US		0	America/Chicago	31.18074	-88.93893	28			MS	111		
4429573	Heritage Colony	heritage-colony	US		0	America/Chicago	33.38623	-88.80839	92			MS	105		
4429574	Heritage Estates	heritage-estates	US		0	America/Chicago	32.21959	-90.25148	92			MS	049		
4429621	Hervey (historical)	hervey-historical	US		0	America/Chicago	31.86405	-90.76121	77	East Place,Hervey (historical)		MS	021		
4429635	Hesterville	hesterville	US		0	America/Chicago	33.16068	-89.65425	134	Ayers Shop,Cedar Grove,Hesterville,Palmers Springs		MS	007		
4429669	Hickman Landing	hickman-landing	US		0	America/Chicago	32.93513	-90.77899	22			MS	125		
4429677	Hickory Flat (historical)	hickory-flat-historical	US		0	America/Chicago	34.01844	-88.877	104			MS	017		
4429683	Hickory Glen	hickory-glen	US		0	America/Chicago	32.2932	-90.1062	86			MS	121		
4429710	Hickory Grove Estates	hickory-grove-estates	US		0	America/Chicago	33.46262	-88.70005	74			MS	105		
4429740	Hideaway Hills	hideaway-hills	US		0	America/Chicago	34.42927	-89.84926	110			MS	107		
4429741	Hidi	hidi	US		0	America/Chicago	33.02457	-90.38537	33			MS	053		
4429774	Highland Circle	highland-circle	US		0	America/Chicago	34.26622	-88.71366	99			MS	081		
4429779	Highland Meadows	highland-meadows	US		0	America/Chicago	32.35292	-90.14453	104			MS	049		
4429787	Highlandale	highlandale	US		0	America/Chicago	33.68067	-90.34398	38	Highland,Highlandale		MS	083		
4429788	Highpoint	highpoint	US		0	America/Chicago	33.18818	-89.14618	171	Hathorn,High Point,Highpoint		MS	159		
4429789	Hight	hight	US		0	America/Chicago	32.9543	-89.06534	161			MS	159		
4429793	Hightown	hightown	US		0	America/Chicago	34.82176	-88.67283	172			MS	003		
4429807	Highland Estates	highland-estates	US		0	America/Chicago	33.45623	-88.86033	89			MS	105		
4429820	Hill Street Subdivision	hill-street-subdivision	US		0	America/Chicago	33.984	-88.46615	75			MS	095		
4429825	Hillbrook	hillbrook	US		0	America/Chicago	33.43484	-88.77922	108			MS	105		
4429826	Hillcrest	hillcrest	US		0	America/Chicago	33.8315	-88.55504	70			MS	095		
4429827	Hillcrest	hillcrest	US		0	America/Chicago	33.47234	-88.80922	103			MS	105		
4429844	Hillhouse	hillhouse	US		0	America/Chicago	34.12566	-90.81816	47			MS	027		
4429846	Hillhouse Landing	hillhouse-landing	US		0	America/Chicago	34.13372	-90.84122	49	Hillhouse Landing,Malone Landing		MS	027		
4429855	Hills Chapel	hills-chapel	US		0	America/Chicago	34.62926	-88.45366	114			MS	117		
4429869	Hilton (historical)	hilton-historical	US		0	America/Chicago	32.83624	-90.33342	105	Hilton (historical),Ponds		MS	163		
4429872	Hinchcliff	hinchcliff	US		0	America/Chicago	34.30983	-90.2737	50			MS	119		
4429909	Hintonville	hintonville	US		0	America/Chicago	31.26101	-88.92199	51			MS	111		
4429910	Hinze	hinze	US		0	America/Chicago	33.03291	-89.27035	141			MS	159		
4429920	Hiwannee	hiwannee	US		0	America/Chicago	31.81016	-88.6906	66	Hewhannee,Hiwannee,Hiyoowanne		MS	153		
4429925	Hobo Station	hobo-station	US		0	America/Chicago	34.56093	-88.46616	123			MS	117		
4429971	Hohenlinden	hohenlinden	US		0	America/Chicago	33.72901	-89.16368	127	Eldorado,Hohenlinden		MS	155		
4429994	Holcut	holcut	US		0	America/Chicago	34.72981	-88.30588	164			MS	141		
4430001	Holihtasha (historical)	holihtasha-historical	US		0	America/Chicago	32.7668	-88.65143	140	Fort Town,Holihtasha (historical),Olitassa		MS	069		
4430016	Holland Landing	holland-landing	US		0	America/Chicago	32.96485	-90.78065	21	Holland Landing,Hollands Landing		MS	125		
4430022	Hollands (historical)	hollands-historical	US		0	America/Chicago	32.98041	-90.66621	30			MS	125		
4430034	Hollis Creek	hollis-creek	US		0	America/Chicago	31.531	-88.83366	70			MS	153		
4430092	Holly Hills	holly-hills	US		0	America/Chicago	34.96759	-90.09176	92			MS	033		
4430093	Holly Hills	holly-hills	US		0	America/Chicago	33.5404	-88.44171	79			MS	087		
4430095	Holly Landing	holly-landing	US		0	America/Chicago	30.71491	-88.71114	9			MS	059		
4430100	Holly Rood	holly-rood	US		0	America/Chicago	31.94183	-90.98344	45			MS	021		
4430162	Holt (historical)	holt-historical	US		0	America/Chicago	32.02737	-89.12895	106			MS	061		
4430165	Hollyknowe	hollyknowe	US		0	America/Chicago	33.40151	-90.83038	36			MS	151		
4430218	Homochitto	homochitto	US		0	America/Chicago	31.31989	-90.98399	50			MS	005		
4430223	Homochitto (historical)	homochitto-historical	US		0	America/Chicago	32.86763	-91.06011	32			MS	055		
4430229	Honey Island	honey-island	US		0	America/Chicago	33.12652	-90.37731	34			MS	053		
4430241	Hoodtown	hoodtown	US		0	America/Chicago	31.97793	-90.60482	78			MS	029		
4430253	Hookston	hookston	US		0	America/Chicago	32.43181	-88.7906	110			MS	075		
4430269	Hope Springs	hope-springs	US		0	America/Chicago	32.37792	-90.20148	98	Hope Spring,Hope Springs		MS	049		
4430379	Hopoca	hopoca	US		0	America/Chicago	32.8343	-89.50646	122	Hopaca,Hopaccoa,Hopoca,Hopohka,Hopoka		MS	079		
4430385	Hopson	hopson	US		0	America/Chicago	34.15872	-90.54649	51	Hopson,Hopson Plantation,Hopson Spur		MS	027		
4430393	Horn	horn	US		0	America/Chicago	31.93182	-88.53976	91	Horn,Horne		MS	023		
4430410	Horn Place Landing	horn-place-landing	US		0	America/Chicago	32.74958	-90.70037	22			MS	163		
4430439	Horseshoe	horseshoe	US		0	America/Chicago	33.25096	-90.28397	37			MS	051		
4430441	Horseshoe	horseshoe	US		0	America/Chicago	32.55319	-89.41201	114	Horse Shoe,Horseshoe		MS	123		
4430490	Horton Subdivision	horton-subdivision	US		0	America/Chicago	34.25427	-88.73894	94			MS	081		
4430496	Hortontown	hortontown	US		0	America/Chicago	34.35205	-89.07895	103			MS	115		
4430551	Hovey	hovey	US		0	America/Chicago	30.61464	-89.13338	33			MS	047		
4430576	Howell (historical)	howell-historical	US		0	America/Chicago	32.24459	-90.1112	90			MS	121		
4430590	Howison	howison	US		0	America/Chicago	30.66547	-89.13838	53			MS	047		
4430594	Hoy	hoy	US		0	America/Chicago	31.76488	-89.13256	84			MS	067		
4430596	Hub	hub	US		0	America/Chicago	31.14546	-89.75008	44			MS	091		
4430612	Hubbard Creek	hubbard-creek	US		0	America/Chicago	34.16206	-89.87953	83			MS	161		
4430693	Humber	humber	US		0	America/Chicago	34.28066	-90.70344	50			MS	027		
4430719	Huntcliff	huntcliff	US		0	America/Chicago	32.35292	-90.32093	102			MS	049		
4430727	Hunter Town	hunter-town	US		0	America/Chicago	32.28626	-89.59118	129			MS	123		
4430732	Hunters Creek	hunters-creek	US		0	America/Chicago	32.47098	-90.11814	96			MS	089		
4430736	Hunters Woods	hunters-woods	US		0	America/Chicago	32.28904	-90.02342	111			MS	121		
4430741	Huntley (historical)	huntley-historical	US		0	America/Chicago	31.77655	-91.18066	37			MS	063		
4430764	Hurricane Branch	hurricane-branch	US		0	America/Chicago	33.80845	-89.69453	64			MS	043		
4430780	Hurricane Creek	hurricane-creek	US		0	America/Chicago	32.21098	-88.45448	134			MS	023		
4430793	Hurricane Creek	hurricane-creek	US		0	America/Chicago	31.10212	-89.8723	89			MS	091		
4430821	Hushpuckena	hushpuckena	US		0	America/Chicago	34.00483	-90.75316	49			MS	011		
4430831	Hutchins Landing	hutchins-landing	US		0	America/Chicago	31.39184	-91.45817	10			MS	001		
4430862	Ihrie (historical)	ihrie-historical	US		0	America/Chicago	31.7785	-91.21817	25	Ihrie (historical),Lake Place		MS	063		
4430885	Improve	improve	US		0	America/Chicago	31.34295	-89.70035	125			MS	091		
4430892	Increase	increase	US		0	America/Chicago	32.25709	-88.55893	122			MS	075		
4430906	India	india	US		0	America/Chicago	30.81713	-89.11116	61	Inda,India		MS	131		
4430994	Industrial	industrial	US		0	America/Chicago	30.5763	-89.7634	15	Industrial,Pine Grove		MS	109		
4431007	Ingomar (historical)	ingomar-historical	US		0	America/Chicago	32.62708	-91.04483	26			MS	055		
4431013	Ingram (historical)	ingram-historical	US		0	America/Chicago	34.41538	-90.39843	52	Ingram (historical),Ingram Spur,Passena,Passena Mill		MS	027		
4431018	Ingrams	ingrams	US		0	America/Chicago	33.43373	-90.84204	36	Bogue,Ingrams,Ingrams Stop		MS	151		
4431020	Ingrams Mill	ingrams-mill	US		0	America/Chicago	34.82426	-89.76842	91			MS	033		
4431025	Innswood	innswood	US		0	America/Chicago	31.28823	-89.33756	97			MS	035		
4431026	Innswood South	innswood-south	US		0	America/Chicago	31.28351	-89.33756	93			MS	035		
4431027	Insmore	insmore	US		0	America/Chicago	32.01405	-90.73205	43	Insmore,McCaleb Station		MS	021		
4431233	Iris (historical)	iris-historical	US		0	America/Chicago	34.28205	-90.41676	51			MS	027		
4431243	Isabell (historical)	isabell-historical	US		0	America/Chicago	30.94241	-88.6203	43			MS	039		
4431246	Isenberg	isenberg	US		0	America/Chicago	33.37484	-90.90955	36			MS	151		
4431268	Issaquena	issaquena	US		0	America/Chicago	32.77763	-90.93399	32	Issaquena,Valley Plantation		MS	125		
4431282	Ituma	ituma	US		0	America/Chicago	33.23068	-90.10508	97	Huma,Ituma		MS	051		
4431379	Jacinto	jacinto	US		0	America/Chicago	34.75981	-88.42838	171	Cincinnati,Jacinto		MS	003		
4431455	Jackson Landing	jackson-landing	US		0	America/Chicago	30.20631	-89.57339	1			MS	045		
4431502	Jago	jago	US		0	America/Chicago	34.93621	-89.97676	104	Jago,Jagoe		MS	033		
4431503	James	james	US		0	America/Chicago	33.20373	-91.05733	34	James,James Crossing,James Station		MS	151		
4431515	Jaketown	jaketown	US		0	America/Chicago	33.2504	-90.47953	35			MS	053		
4431557	Janice	janice	US		0	America/Chicago	31.02546	-89.03672	71			MS	111		
4431561	Jaquith	jaquith	US		0	America/Chicago	33.76817	-90.53593	43			MS	133		
4431593	Jeff Davis	jeff-davis	US		0	America/Chicago	32.19293	-90.87927	87			MS	149		
4431594	Jeff Davis (historical)	jeff-davis-historical	US		0	America/Chicago	33.22707	-88.74783	64			MS	103		
4431628	Jeffries	jeffries	US		0	America/Chicago	34.50483	-90.53871	55			MS	027		
4431636	Jaynesville	jaynesville	US		0	America/Chicago	31.77516	-89.76674	153			MS	127		
4431724	Jetts	jetts	US		0	America/Chicago	32.30793	-90.90149	61			MS	149		
4431731	Jewells Hill (historical)	jewells-hill-historical	US		0	America/Chicago	32.16765	-89.18617	193			MS	061		
4431750	Joe (historical)	joe-historical	US		0	America/Chicago	32.05293	-89.81397	118			MS	121		
4431754	Jobes	jobes	US		0	America/Chicago	34.86148	-88.49977	131	Alcorn Switch,Jobes,Jobes Station,Meadows		MS	003		
4431818	Johns	johns	US		0	America/Chicago	32.13098	-89.83813	109	Gates,Johns		MS	121		
4431885	Johnson Heights	johnson-heights	US		0	America/Chicago	34.31761	-88.67505	104			MS	081		
4431916	Johnstons Station	johnstons-station	US		0	America/Chicago	31.34851	-90.45426	108	Johnston Station,Johnstons,Johnstons Station		MS	113		
4431919	Johnsville	johnsville	US		0	America/Chicago	31.55044	-91.34928	43			MS	001		
4431921	Jolly	jolly	US		0	America/Chicago	33.94317	-88.79033	100			MS	017		
4431928	Jonathan	jonathan	US		0	America/Chicago	31.22268	-88.63753	37			MS	041		
4431973	Jones Chapel	jones-chapel	US		0	America/Chicago	33.35678	-90.91121	36			MS	151		
4432013	Jones Crossing	jones-crossing	US		0	America/Chicago	33.11957	-90.1362	51	Crossing,Jones Crossing		MS	051		
4432037	Jones Subdivision	jones-subdivision	US		0	America/Chicago	33.98817	-88.45476	80			MS	095		
4432048	Joplin (historical)	joplin-historical	US		0	America/Chicago	33.03124	-89.46535	159			MS	007		
4432110	Jug Fork	jug-fork	US		0	America/Chicago	34.42649	-88.78922	104			MS	081		
4432120	Jumpertown	jumpertown	US		487	America/Chicago	34.71093	-88.66394	177			MS	117		
4432129	Juniper Grove	juniper-grove	US		0	America/Chicago	30.76824	-89.50145	87			MS	109		
4432137	KJirksey	kjirksey	US		0	America/Chicago	34.51233	-90.17537	70			MS	107		
4432143	Kalem	kalem	US		0	America/Chicago	32.35514	-89.59285	137	Concord,Kalem		MS	123		
4432146	Kansas Landing	kansas-landing	US		0	America/Chicago	32.74735	-90.7126	21			MS	163		
4432154	Katzenmeyer	katzenmeyer	US		0	America/Chicago	32.5207	-90.82566	29			MS	149		
4432161	Kearney Park	kearney-park	US		1054	America/Chicago	32.58903	-90.31537	64			MS	089		
4432170	Keel	keel	US		0	America/Chicago	34.41288	-89.36785	123			MS	071		
4432179	Keirn	keirn	US		0	America/Chicago	33.27457	-90.22425	36			MS	051		
4432188	Kelleys Crossing	kelleys-crossing	US		0	America/Chicago	34.72788	-90.10509	75	Kelley's Crossing,Kelleys Crossing		MS	137		
4432207	Kelona	kelona	US		0	America/Chicago	31.9621	-89.00894	138	Kelona,Leonia		MS	061		
4432222	Kemper Springs	kemper-springs	US		0	America/Chicago	32.59042	-88.58004	85	Kemper Springs,Mosebys Springs		MS	069		
4431571	Jamestown	jamestown	US	02835	0	America/Chicago	31.18351	-89.85536	48			MS	091		
4432254	Keno (historical)	keno-historical	US		0	America/Chicago	31.20018	-89.77869	48			MS	091		
4432255	Kensington Woods	kensington-woods	US		0	America/Chicago	31.31545	-89.35006	67			MS	073		
4432263	Kennolia	kennolia	US		0	America/Chicago	31.59461	-90.6751	148			MS	037		
4432265	Keownville	keownville	US		0	America/Chicago	34.54149	-88.91201	122			MS	145		
4432270	Kerry Estates	kerry-estates	US		0	America/Chicago	33.45095	-88.31948	94			MS	087		
4432292	Kienstra	kienstra	US		0	America/Chicago	31.22601	-91.60595	17	Kienstra,Kienstra Store,Kienstras		MS	001		
4432315	Kimball Lake	kimball-lake	US		0	America/Chicago	33.76539	-90.8001	40			MS	011		
4432336	King and Anderson	king-and-anderson	US		0	America/Chicago	34.29511	-90.6051	50	King and Anderson,King and Andersons,Kings		MS	027		
4432408	Kings	kings	US		0	America/Chicago	32.39709	-90.85649	30	Kings,Kings Crossing,Kings Signal,Signal		MS	149		
4432413	Kings Corner	kings-corner	US		0	America/Chicago	34.49649	-90.05731	103			MS	107		
4432423	Kings Heights	kings-heights	US		0	America/Chicago	32.28765	-90.11259	88			MS	121		
4432439	Kinnaird (historical)	kinnaird-historical	US		0	America/Chicago	31.83766	-90.16064	70			MS	029		
4432446	Kioto	kioto	US		0	America/Chicago	31.16407	-90.24565	107			MS	147		
4432457	Kirkman Landing	kirkman-landing	US		0	America/Chicago	33.85067	-89.76148	61			MS	043		
4432469	Kirkwood Park	kirkwood-park	US		0	America/Chicago	31.30018	-89.34117	76			MS	035		
4432473	Kitchener	kitchener	US		0	America/Chicago	32.58208	-89.28506	121			MS	099		
4432486	Klein	klein	US		0	America/Chicago	32.17654	-89.46118	129			MS	129		
4432500	Knights Acres	knights-acres	US		0	America/Chicago	34.37844	-88.68839	104			MS	081		
4432507	Knobtown	knobtown	US		0	America/Chicago	31.37823	-88.52336	44			MS	041		
4432515	Knoxo	knoxo	US		0	America/Chicago	31.13546	-90.0462	119			MS	147		
4432527	Koch	koch	US		0	America/Chicago	32.4957	-89.88647	104			MS	121		
4432532	Kola	kola	US		0	America/Chicago	31.62517	-89.52729	80			MS	031		
4432538	Kolola Springs	kolola-springs	US		0	America/Chicago	33.654	-88.40893	68	Kolola Springs,Shinns Spring		MS	087		
4432541	Kongo	kongo	US		0	America/Chicago	33.1179	-90.73843	32			MS	151		
4432559	Kracker Station	kracker-station	US		0	America/Chicago	32.27737	-89.68535	175			MS	123		
4432568	Kreole	kreole	US		0	America/Chicago	30.40603	-88.49474	3	Creole Town,Kreole		MS	059		
4432649	Labelle Estates	labelle-estates	US		0	America/Chicago	33.51678	-88.28615	95			MS	087		
4432660	Lacy Subdivision	lacy-subdivision	US		0	America/Chicago	33.52512	-88.29309	94			MS	087		
4432678	Lafayette Springs	lafayette-springs	US		0	America/Chicago	34.31733	-89.26118	131	La Fayette Springs,Lafayette Springs		MS	071		
4432690	Lake Appaloosa Estates	lake-appaloosa-estates	US		0	America/Chicago	34.3126	-88.59172	128			MS	081		
4432712	Lake Center	lake-center	US		0	America/Chicago	34.68899	-89.35841	126			MS	093		
4432716	Lake Charles Landing	lake-charles-landing	US		0	America/Chicago	34.14288	-90.87261	39			MS	027		
4432807	Lake Monroe East Subdivision	lake-monroe-east-subdivision	US		0	America/Chicago	33.94317	-88.56393	89			MS	095		
4432808	Lake Monroe West Subdivision	lake-monroe-west-subdivision	US		0	America/Chicago	33.94594	-88.57032	92			MS	095		
4432820	Lake Piomingo	lake-piomingo	US		0	America/Chicago	34.32927	-88.63755	122			MS	081		
4432824	Lake Ridgelea Subdivision	lake-ridgelea-subdivision	US		0	America/Chicago	32.17654	-90.29731	99			MS	049		
4432834	Lake Serene North	lake-serene-north	US		0	America/Chicago	31.3224	-89.42507	111			MS	073		
4432836	Lake Serene South	lake-serene-south	US		0	America/Chicago	31.31129	-89.42784	101			MS	073		
4432859	Lake Vista	lake-vista	US		0	America/Chicago	33.609	-91.06289	42	Lake Vista,Lake Vista Plantation		MS	011		
4432862	Lake Washington (historical)	lake-washington-historical	US		0	America/Chicago	33.18623	-91.0715	39			MS	151		
4432882	Lakeover	lakeover	US		0	America/Chicago	32.39598	-90.20703	106			MS	049		
4432884	Lakeover Estates	lakeover-estates	US		0	America/Chicago	33.44095	-88.30837	95			MS	087		
4432885	Lakeridge	lakeridge	US		0	America/Chicago	32.34459	-90.3737	110			MS	049		
4432895	Lakeside Estates	lakeside-estates	US		0	America/Chicago	33.50234	-88.94728	95			MS	105		
4432909	Lakeway Gardens	lakeway-gardens	US		0	America/Chicago	34.39038	-89.55508	113			MS	071		
4432918	Lakewood Park	lakewood-park	US		0	America/Chicago	34.22372	-88.6445	97			MS	081		
4432925	Lamar Park	lamar-park	US		0	America/Chicago	31.31934	-89.36034	72			MS	073		
4432941	Lamberts Store	lamberts-store	US		0	America/Chicago	31.48962	-90.22759	141			MS	077		
4432945	Lamkin	lamkin	US		0	America/Chicago	33.04263	-90.46565	32	Gibbon,Lamkin		MS	053		
4432955	Lampton	lampton	US		0	America/Chicago	31.19323	-89.79813	49	Lampton,New London		MS	091		
4432968	Landon	landon	US		0	America/Chicago	30.43797	-89.10282	6			MS	047		
4432978	Laneheart	laneheart	US		0	America/Chicago	31.19351	-91.36845	54	Bunker Hill,Lanehart,Laneheart		MS	157		
4432985	Langley (historical)	langley-historical	US		0	America/Chicago	33.21985	-89.5423	138			MS	007		
4432992	Langsdale	langsdale	US		0	America/Chicago	31.88904	-88.58448	94	Langsdale,Longsdzle		MS	023		
4433000	Lar-Eli-Do	lar-eli-do	US		0	America/Chicago	34.26538	-88.73978	92			MS	081		
4433057	Lawrence (historical)	lawrence-historical	US		0	America/Chicago	33.97178	-88.62088	91			MS	095		
4433066	Laws Hill	laws-hill	US		0	America/Chicago	34.57955	-89.57397	171	Laws Hill,Lawshill		MS	093		
4433079	Le Tourneau	le-tourneau	US		0	America/Chicago	32.21432	-90.93844	58			MS	149		
4433100	Leaf	leaf	US		0	America/Chicago	31.02574	-88.79559	29	Leaf,Salem		MS	041		
4433120	Learned	learned	US		94	America/Chicago	32.19682	-90.54732	62			MS	049		
4433126	Leavell woods	leavell-woods	US		0	America/Chicago	32.25515	-90.22787	106			MS	049		
4433165	Lee Acres	lee-acres	US		0	America/Chicago	34.23677	-88.72644	91			MS	081		
4433220	Lee-Wamba Subdivision	lee-wamba-subdivision	US		0	America/Chicago	34.26177	-88.54644	111			MS	081		
4433221	Leedo (historical)	leedo-historical	US		0	America/Chicago	31.64739	-90.84455	155			MS	063		
4433222	Leedy	leedy	US		0	America/Chicago	34.79537	-88.36116	146			MS	141		
4433235	Leesdale	leesdale	US		0	America/Chicago	31.54683	-91.15788	117	Franklin,Leesdale		MS	001		
4433238	Leetown	leetown	US		0	America/Chicago	30.55852	-89.51922	46			MS	045		
4433240	Leeville	leeville	US		0	America/Chicago	31.39406	-89.25645	67			MS	035		
4433268	Lehrton (historical)	lehrton-historical	US		0	America/Chicago	33.72567	-90.58065	42			MS	133		
4433302	Leotis	leotis	US		0	America/Chicago	34.06733	-88.74339	88			MS	017		
4433309	Lespedeza	lespedeza	US		0	America/Chicago	34.45177	-89.78787	104	Hays,Lespedeza		MS	107		
4433313	Lessley	lessley	US		0	America/Chicago	31.16128	-91.42956	43	Lessley,Percys Creek		MS	157		
4433357	Lexie	lexie	US		0	America/Chicago	31.07879	-90.17092	77			MS	147		
4433395	Liberty Chapel	liberty-chapel	US		0	America/Chicago	33.19374	-89.4848	160	Liberty Chapel,Little Georgia		MS	007		
4433429	Liberty Hill (historical)	liberty-hill-historical	US		0	America/Chicago	33.21124	-89.38979	147			MS	007		
4433497	Lightsey	lightsey	US		0	America/Chicago	31.73572	-88.93588	97			MS	153		
4433498	Lightville (historical)	lightville-historical	US		0	America/Chicago	31.34323	-89.87869	52			MS	091		
4433500	Lilac	lilac	US		0	America/Chicago	33.66956	-89.58841	92			MS	097		
4433530	Linden (historical)	linden-historical	US		0	America/Chicago	31.90016	-90.68899	133			MS	029		
4433531	Linden (historical)	linden-historical	US		0	America/Chicago	32.19404	-90.07592	128			MS	121		
4433581	Linsey (historical)	linsey-historical	US		0	America/Chicago	33.08512	-91.06483	35			MS	151		
4433597	Linwood Subdivision	linwood-subdivision	US		0	America/Chicago	34.26677	-88.67116	86			MS	081		
4433762	Little Italy	little-italy	US		0	America/Chicago	32.3532	-89.35423	128			MS	123		
4433836	Little Rock (historical)	little-rock-historical	US		0	America/Chicago	32.37736	-89.07228	143			MS	101		
4433862	Little Sunflower	little-sunflower	US		0	America/Chicago	32.6943	-90.81566	28			MS	125		
4433876	Little Texas	little-texas	US		0	America/Chicago	34.62733	-90.28204	56			MS	143		
4433897	Little Yazoo	little-yazoo	US		0	America/Chicago	32.70791	-90.37259	107			MS	163		
4433919	Litton	litton	US		0	America/Chicago	33.64595	-90.83732	40	Ivy,Litton		MS	011		
4433928	Liverpool (historical)	liverpool-historical	US		0	America/Chicago	32.71319	-90.50148	101			MS	163		
4433938	Livingston Subdivision	livingston-subdivision	US		0	America/Chicago	34.27594	-88.70422	99			MS	081		
4433939	Lizana	lizana	US		0	America/Chicago	30.53769	-89.25227	50			MS	047		
4433945	Lizelia	lizelia	US		0	America/Chicago	32.53569	-88.66004	89	Lizelia,Old Daleville,Ponta		MS	075		
4433951	Loakfoma	loakfoma	US		0	America/Chicago	33.24818	-88.88728	102	Loakfoma,Lookafoma		MS	159		
4433955	Lobdell	lobdell	US		0	America/Chicago	33.71845	-90.98233	43			MS	011		
4433956	Lobutcha (historical)	lobutcha-historical	US		0	America/Chicago	33.10568	-89.25507	142	Lobutcha (historical),Lobutcher		MS	159		
4433960	Loch Leven	loch-leven	US		0	America/Chicago	31.20879	-91.57512	16			MS	157		
4433962	Loch Lomond	loch-lomond	US		0	America/Chicago	32.8693	-90.69621	30	Loch Lomond,Loch Lomond Plantation		MS	163		
4433968	Locke Station	locke-station	US		0	America/Chicago	34.27872	-90.15565	49			MS	107		
4433979	Locopolis (historical)	locopolis-historical	US		0	America/Chicago	33.98567	-90.19481	45			MS	135		
4433984	Locum	locum	US		0	America/Chicago	34.59315	-88.84367	190			MS	145		
4434031	Logtown	logtown	US		0	America/Chicago	30.28297	-89.62117	3	Chalons,Logtown,Possum Walk		MS	045		
4434036	Lombardy	lombardy	US		0	America/Chicago	33.90567	-90.60704	43	Lombardy,Lombardy Plantation		MS	133		
4434064	Long	long	US		0	America/Chicago	33.44317	-90.79454	36	Long,Longs,Longs Switch		MS	151		
4434183	Longino	longino	US		0	America/Chicago	32.80513	-89.10395	138			MS	099		
4434188	Longshot	longshot	US		0	America/Chicago	33.64539	-90.9026	40			MS	011		
4434191	Longtown	longtown	US		0	America/Chicago	34.51094	-90.12426	107			MS	107		
4434220	Looxahoma	looxahoma	US		0	America/Chicago	34.59733	-89.83703	116			MS	137		
4434228	Lorenzen	lorenzen	US		0	America/Chicago	32.94874	-90.90649	33			MS	125		
4434237	Lost Gap	lost-gap	US		0	America/Chicago	32.34181	-88.80699	108	Lost Gap,Lost Gap Station		MS	075		
4434249	Lost Lake	lost-lake	US		0	America/Chicago	34.78371	-90.24398	59			MS	143		
4434250	Lost Lake	lost-lake	US		0	America/Chicago	32.2307	-90.25287	103			MS	049		
4434293	Love	love	US		0	America/Chicago	34.75343	-89.97009	80	Love,Loves,Loves Station		MS	033		
4434305	Love Subdivision	love-subdivision	US		0	America/Chicago	33.98761	-88.47588	74			MS	095		
4434309	Lovelace	lovelace	US		0	America/Chicago	31.2124	-89.85925	47			MS	091		
4434364	Lowrey	lowrey	US		0	America/Chicago	34.67926	-89.02756	150			MS	139		
4434375	Loyd	loyd	US		0	America/Chicago	33.95817	-89.22201	122			MS	013		
4434377	Loyd Star	loyd-star	US		0	America/Chicago	31.62656	-90.5501	148	Loyd Star,Red Star,Redstar		MS	085		
4434394	Lucern	lucern	US		0	America/Chicago	32.51681	-89.22923	153			MS	101		
4434402	Luckney	luckney	US		0	America/Chicago	32.34153	-90.07564	91	Luckney,Lucknow		MS	121		
4434429	Lumpkin Subdivision	lumpkin-subdivision	US		0	America/Chicago	34.26066	-88.73755	86			MS	081		
4434436	Lurline	lurline	US		0	America/Chicago	34.74316	-89.84592	91			MS	137		
4434443	Lurand	lurand	US		0	America/Chicago	34.13594	-90.52787	48			MS	027		
4434456	Lux	lux	US		0	America/Chicago	31.44517	-89.4009	60	Bryant,Lux,Wheelerville		MS	031		
4434472	Lynn Creek	lynn-creek	US		0	America/Chicago	33.23346	-88.73061	73	Lynn Creek,Lynncreek		MS	103		
4434474	Lynn Estates	lynn-estates	US		0	America/Chicago	33.44456	-88.36754	63			MS	087		
4434475	Lynville	lynville	US		0	America/Chicago	32.85513	-88.81561	158	Linville,Lynville,Prince		MS	069		
4434477	Lynwood (historical)	lynwood-historical	US		0	America/Chicago	32.21126	-89.80841	162			MS	121		
4434524	Macedonia (historical)	macedonia-historical	US		0	America/Chicago	33.18485	-89.59647	139	Macedonia (historical),Rochester,Rochester Mills,Zebulon		MS	007		
4434632	Macel	macel	US		0	America/Chicago	33.82234	-90.16314	43			MS	135		
4434660	Maddox	maddox	US		0	America/Chicago	31.88877	-89.66952	140			MS	127		
4434715	Magenta	magenta	US		0	America/Chicago	33.43123	-90.96344	37	Kenwood,Magenta,Magenta Station		MS	151		
4434718	Magna Vista	magna-vista	US		0	America/Chicago	32.65819	-91.06177	33			MS	055		
4434748	Magnolia Heights	magnolia-heights	US		0	America/Chicago	33.47845	-88.82617	88			MS	105		
4434749	Magnolia Heights	magnolia-heights	US		0	America/Chicago	33.52957	-89.26812	116			MS	155		
4434773	Magnolia Terrace	magnolia-terrace	US		0	America/Chicago	32.33959	-90.27648	117			MS	049		
4434781	Mahon	mahon	US		0	America/Chicago	34.81482	-89.51536	153			MS	093		
4434803	Malcolm (historical)	malcolm-historical	US		0	America/Chicago	31.61544	-90.9626	122			MS	063		
4434812	Mahned	mahned	US		0	America/Chicago	31.20907	-89.08089	35	Mahned,Mixons Mill		MS	111		
4434819	Malmaison	malmaison	US		0	America/Chicago	33.52234	-90.00731	56			MS	015		
4434826	Malvina	malvina	US		0	America/Chicago	33.84955	-90.91733	44	Malvina,Phalia		MS	011		
4434841	Mannassa	mannassa	US		0	America/Chicago	31.99737	-88.57643	98			MS	023		
4434846	Mannsdale	mannsdale	US		0	America/Chicago	32.52347	-90.19175	106	Mannsdale,Mannsdale Plantation		MS	089		
4434896	Marienette	marienette	US		0	America/Chicago	34.87204	-90.21815	61			MS	033		
4434915	Maris Town	maris-town	US		0	America/Chicago	32.62375	-90.01897	75			MS	089		
4434920	Markette	markette	US		0	America/Chicago	34.27789	-89.52092	98			MS	071		
4434933	Markwald	markwald	US		0	America/Chicago	31.82627	-89.00255	86			MS	061		
4435001	Martin Bluff	martin-bluff	US		0	America/Chicago	30.45687	-88.63947	6			MS	059		
4435065	Martins Pine Hill Estates	martins-pine-hill-estates	US		0	America/Chicago	30.49659	-88.85697	15	Heatherwood Subdivision,Martins Pine Hill Estates		MS	059		
4435069	Martintown	martintown	US		0	America/Chicago	34.45844	-89.05451	110			MS	145		
4435071	Martinville	martinville	US		0	America/Chicago	31.97349	-89.75396	147			MS	127		
4435086	Marvins Chapel	marvins-chapel	US		0	America/Chicago	33.10846	-89.54452	141			MS	007		
4435103	Marydell	marydell	US		0	America/Chicago	32.88541	-89.38368	148			MS	079		
4435105	Mascot (historical)	mascot-historical	US		0	America/Chicago	34.45427	-90.49455	55			MS	027		
4435109	Mashulaville	mashulaville	US		0	America/Chicago	33.08679	-88.74422	82			MS	103		
4435119	Mason Landing	mason-landing	US		0	America/Chicago	34.02205	-90.89594	45			MS	011		
4435141	Mathena	mathena	US		0	America/Chicago	33.19096	-90.38481	34			MS	053		
4435153	Mathews Crossing	mathews-crossing	US		0	America/Chicago	33.33651	-90.39453	36			MS	083		
4435178	Mattson	mattson	US		0	America/Chicago	34.09789	-90.5101	50	Earnest,Mattson		MS	027		
4435211	May Spring	may-spring	US		0	America/Chicago	33.09318	-88.72366	73			MS	103		
4435213	Maybank	maybank	US		0	America/Chicago	31.40767	-89.36979	54			MS	035		
4435214	Mayday	mayday	US		0	America/Chicago	33.36096	-90.31397	37			MS	083		
4435219	Mayfair	mayfair	US		0	America/Chicago	32.21904	-90.24731	98			MS	049		
4435232	Mayhoff Springs (historical)	mayhoff-springs-historical	US		0	America/Chicago	32.20904	-88.77783	78			MS	023		
4435252	Mayton	mayton	US		0	America/Chicago	32.10682	-89.7473	116			MS	121		
4435256	McAdams	mcadams	US		0	America/Chicago	33.02124	-89.68841	95			MS	007		
4435260	McAfee	mcafee	US		0	America/Chicago	32.74264	-89.49618	108			MS	079		
4435271	McBride	mcbride	US		0	America/Chicago	31.76572	-90.78232	106			MS	063		
4435281	McCall Creek	mccall-creek	US		0	America/Chicago	31.51267	-90.69871	87			MS	037		
4435288	McCallum	mccallum	US		0	America/Chicago	31.23768	-89.21256	45	McCallum,McCullum		MS	035		
4435292	McCall Landing	mccall-landing	US		0	America/Chicago	30.52464	-88.67919	1			MS	059		
4435297	McCarley	mccarley	US		0	America/Chicago	33.52318	-89.83397	86			MS	015		
4435317	McCluney (historical)	mccluney-historical	US		0	America/Chicago	34.03483	-88.55421	63			MS	095		
4435327	McCondy	mccondy	US		0	America/Chicago	33.82234	-88.84255	91	McCandy,McCondy		MS	017		
4435328	McCool	mccool	US		131	America/Chicago	33.20207	-89.34507	141	Barksdale,McCool		MS	007		
4435343	McCrary	mccrary	US		0	America/Chicago	33.46401	-88.28365	83			MS	087		
4435355	McCutcheon	mccutcheon	US		0	America/Chicago	33.23456	-90.87982	35	McCutcheon,Panola		MS	151		
4435364	McDaniels	mcdaniels	US		0	America/Chicago	33.48623	-90.5862	36			MS	133		
4435407	McElveen	mcelveen	US		0	America/Chicago	31.20101	-90.59566	112	Guy,McElveen		MS	005		
4435436	McGhee	mcghee	US		0	America/Chicago	34.53927	-89.94953	106	McGeehee,McGhee,Stratton		MS	107		
4435447	McGrath	mcgrath	US		0	America/Chicago	33.28956	-90.79815	32			MS	151		
4435473	McIntyre (historical)	mcintyre-historical	US		0	America/Chicago	33.45706	-88.52282	64			MS	087		
4435481	McIvor	mcivor	US		0	America/Chicago	34.43844	-89.97481	104			MS	107		
4435513	McLain	mclain	US		432	America/Chicago	31.1088	-88.82726	22	Clain,McLain		MS	041		
4435522	McLaurin Heights	mclaurin-heights	US		0	America/Chicago	32.2832	-90.10897	94			MS	121		
4435547	McMillan	mcmillan	US		0	America/Chicago	33.10263	-89.94258	93			MS	051		
4435548	McMillan	mcmillan	US		0	America/Chicago	33.17013	-89.10923	171	McMillan,McMillans Switch		MS	159		
4435564	McNair	mcnair	US		0	America/Chicago	31.766	-89.68757	120			MS	031		
4435565	McNair	mcnair	US		0	America/Chicago	31.6385	-91.04205	128			MS	063		
4435571	McNeal	mcneal	US		0	America/Chicago	32.04154	-89.15367	137			MS	061		
4435582	McNutt	mcnutt	US		0	America/Chicago	33.64734	-90.37231	40			MS	083		
4435584	McNeill	mcneill	US		0	America/Chicago	30.6688	-89.6384	74	Clifton,McNeill		MS	109		
4435605	McRaney	mcraney	US		0	America/Chicago	31.60961	-89.7173	113			MS	031		
4435606	McRaven	mcraven	US		0	America/Chicago	32.30376	-90.32704	88	McRaven,Mcraven Station		MS	049		
4435609	McSwain	mcswain	US		0	America/Chicago	31.31462	-88.977	85			MS	111		
4435639	Meadow Oaks	meadow-oaks	US		0	America/Chicago	32.33765	-90.30287	104			MS	049		
4435641	Meadowhill	meadowhill	US		0	America/Chicago	32.34376	-90.30426	97			MS	049		
4435664	Meehan	meehan	US		0	America/Chicago	32.3282	-88.86644	103	Meehan,Meehan Junction		MS	075		
4435665	Meeks	meeks	US		0	America/Chicago	33.29957	-90.18925	37			MS	051		
4435672	Mehr	mehr	US		0	America/Chicago	33.80373	-90.14925	41			MS	135		
4435678	Melco Subdivision	melco-subdivision	US		0	America/Chicago	33.53151	-88.31615	70			MS	087		
4435679	Melis	melis	US		0	America/Chicago	31.2299	-90.11259	103	Melis,Salem		MS	147		
4435690	Melton	melton	US		0	America/Chicago	31.78655	-91.05705	55			MS	063		
4435694	Meltonia	meltonia	US		0	America/Chicago	33.60261	-90.88621	39	Gods Garden Plantation,Meltonia,Metonia		MS	011		
4435695	Meltonville	meltonville	US		0	America/Chicago	32.51653	-90.03786	82	Meltonville,Meltonville Plantation		MS	089		
4435718	Memphis Junction	memphis-junction	US		0	America/Chicago	33.80067	-89.79675	55			MS	043		
4435741	Mercer (historical)	mercer-historical	US		0	America/Chicago	33.04457	-89.45091	161			MS	007		
4435746	Melvin Heights	melvin-heights	US		0	America/Chicago	32.27042	-90.14036	82			MS	121		
4435792	Merry Hell	merry-hell	US		0	America/Chicago	31.80655	-89.66257	125			MS	127		
4435824	Mhoon Landing	mhoon-landing	US		0	America/Chicago	34.74054	-90.44448	59	Mhoon,Mhoon Landing,Mhoon's Landing,Mhoons		MS	143		
4435827	Mhoons Valley	mhoons-valley	US		0	America/Chicago	33.57984	-88.75422	63	Mhoon Valley,Mhoons Valley		MS	025		
4435887	Midway (historical)	midway-historical	US		0	America/Chicago	33.99011	-90.29926	46			MS	135		
4435953	Mikoma	mikoma	US		1209	America/Chicago	33.95039	-90.28398	46	Mikoma,Omar		MS	135		
4435970	Mileston	mileston	US		0	America/Chicago	33.1104	-90.27342	34			MS	051		
4436074	Mill Creek Corners	mill-creek-corners	US		0	America/Chicago	32.36264	-90.01203	98			MS	121		
4436077	Mill Creek Place	mill-creek-place	US		0	America/Chicago	32.36542	-90.01397	98			MS	121		
4436086	Mill Town	mill-town	US		0	America/Chicago	32.63569	-90.03258	75			MS	089		
4436090	Millard	millard	US		0	America/Chicago	30.72241	-89.5984	58	Caledonia Station,Millard,New Caledonia		MS	109		
4436119	Millers Landing	millers-landing	US		0	America/Chicago	32.91707	-91.06094	32	Miller Landing,Millers Landing		MS	055		
4436132	Millrun	millrun	US		0	America/Chicago	32.37542	-90.00925	97			MS	121		
4436156	Milro (historical)	milro-historical	US		0	America/Chicago	32.30598	-89.83341	111			MS	121		
4436210	Mish	mish	US		0	America/Chicago	31.68405	-89.59729	92			MS	031		
4436212	Missala	missala	US		0	America/Chicago	30.45798	-88.40001	3			MS	059		
4436227	Mississippi City	mississippi-city	US		0	America/Chicago	30.38186	-89.04392	6			MS	047		
4436297	Misterton	misterton	US		0	America/Chicago	33.7079	-89.5823	122			MS	043		
4436326	Mitchner (historical)	mitchner-historical	US		0	America/Chicago	34.01567	-90.28065	42			MS	135		
4436342	Mixon	mixon	US		0	America/Chicago	31.1274	-90.5751	110			MS	005		
4436366	Mohegan (historical)	mohegan-historical	US		0	America/Chicago	32.99374	-88.48421	49			MS	103		
4436368	Mohoba (historical)	mohoba-historical	US		0	America/Chicago	31.07185	-88.45002	78	Mohaba,Mohoba (historical)		MS	041		
4436386	Molly Barr Cove	molly-barr-cove	US		0	America/Chicago	34.38122	-89.52786	131			MS	071		
4436406	Mont Helena	mont-helena	US		0	America/Chicago	32.94568	-90.86399	32	Helen Place,Mont Helena		MS	125		
4436414	Montevista	montevista	US		0	America/Chicago	33.70512	-89.23562	140	Monte Vista,Montevista		MS	155		
4436442	Montgomery Park	montgomery-park	US		0	America/Chicago	33.47957	-88.8095	97			MS	105		
4436488	Moon Lake (historical)	moon-lake-historical	US		0	America/Chicago	34.44011	-90.49538	53			MS	027		
4436540	Moores Mill	moores-mill	US		0	America/Chicago	34.48204	-88.32643	104	Allens Mill,Allens Store,Moores Mill		MS	141		
4436595	Morgans Store	morgans-store	US		0	America/Chicago	32.09349	-90.37231	137	Morgans,Morgans Store		MS	049		
4436666	Mormon Springs	mormon-springs	US		0	America/Chicago	33.8265	-88.29559	81			MS	095		
4436705	Moscos	moscos	US		0	America/Chicago	31.60517	-89.48757	140			MS	031		
4436711	Moseley (historical)	moseley-historical	US		0	America/Chicago	32.24515	-89.81119	144			MS	121		
4436785	Mound Landing	mound-landing	US		0	America/Chicago	33.60733	-91.12705	41	Easton Landing,Mound Landing		MS	011		
4436992	Mount Herman	mount-herman	US		0	America/Chicago	33.22541	-89.70286	98	Mayo Town,Mount Herman		MS	007		
4437052	Mount Moriah	mount-moriah	US		0	America/Chicago	34.97148	-88.94034	165			MS	139		
4437551	Mount Zion (historical)	mount-zion-historical	US		0	America/Chicago	33.40845	-88.30642	65	Mount Zion (historical),Old Zion		MS	087		
4437728	Mountain (historical)	mountain-historical	US		0	America/Chicago	30.85102	-88.69336	46	Mountain (historical),Strenghtville		MS	039		
4437737	Mountain Creek (historical)	mountain-creek-historical	US		0	America/Chicago	32.09321	-90.1312	100			MS	121		
4437738	Movella	movella	US		0	America/Chicago	30.76408	-88.50641	51			MS	039		
4437838	Muldon	muldon	US		0	America/Chicago	33.73234	-88.65394	92	Aberdeen Junction,Loohattan,Loohatten,Louhatten,Muldon		MS	095		
4437856	Multona Springs	multona-springs	US		0	America/Chicago	33.19874	-89.44452	139			MS	007		
4437858	Munson (historical)	munson-historical	US		0	America/Chicago	33.06957	-89.55424	121	Munson (historical),Munsons Crossing		MS	007		
4437865	Murdock Crossing	murdock-crossing	US		0	America/Chicago	33.41707	-90.30647	38	Murdock Crossing,Murdocks Crossing		MS	083		
4437873	Murphreesboro (historical)	murphreesboro-historical	US		0	America/Chicago	33.89956	-89.97425	79	Murphreesboro (historical),New Hope		MS	135		
4437877	Murphree Subdivision	murphree-subdivision	US		0	America/Chicago	33.85706	-88.58893	75			MS	095		
4437908	Muskedine	muskedine	US		0	America/Chicago	33.22456	-90.98372	33			MS	151		
4437926	Myles	myles	US		0	America/Chicago	32.01988	-90.70649	47	Mayle,Myles,Myles Station		MS	029		
4437934	Myrleville	myrleville	US		0	America/Chicago	32.71319	-90.27759	80			MS	163		
4437938	Myrtle Hall	myrtle-hall	US		0	America/Chicago	34.20566	-90.55427	54			MS	027		
4437947	Myrick	myrick	US		0	America/Chicago	31.661	-88.99422	80	Myrick,Myricks Mill		MS	067		
4437958	Nanih Waiya	nanih-waiya	US		0	America/Chicago	32.92152	-88.94867	128	Nanawaiya,Nanawaya,Nanawayah,Nanawya,Nanih Waiya,Naniwaiya Indian Mound,Nanna Warrior,Nanne warrior,Nunih Waiyha		MS	159		
4437962	Napanee	napanee	US		0	America/Chicago	33.50623	-90.87093	36			MS	151		
4437968	Narkeeta (historical)	narkeeta-historical	US		0	America/Chicago	32.65708	-88.46531	55	Gainesville Junction,Gainesville Station,Narkeeta (historical),The Junction		MS	069		
4437978	Nashdale	nashdale	US		0	America/Chicago	33.4604	-88.80339	116			MS	105		
4437979	Nashville (historical)	nashville-historical	US		0	America/Chicago	33.32651	-88.32365	46			MS	087		
4438002	Natchez Trace Village	natchez-trace-village	US		0	America/Chicago	32.44736	-90.07786	100			MS	089		
4438005	Natchez Under the Hill (historical)	natchez-under-the-hill-historical	US		0	America/Chicago	31.56267	-91.40845	13			MS	001		
4438009	Natcole	natcole	US		0	America/Chicago	31.17407	-89.8498	43			MS	091		
4438029	Neals (historical)	neals-historical	US		0	America/Chicago	33.95844	-88.92728	148			MS	017		
4438046	Necaise	necaise	US		0	America/Chicago	30.60186	-89.41422	59			MS	045		
4438059	Needmore (historical)	needmore-historical	US		0	America/Chicago	33.88234	-90.16898	44			MS	135		
4438071	Neil	neil	US		0	America/Chicago	34.59621	-88.23032	166			MS	141		
4438076	Nelia (historical)	nelia-historical	US		0	America/Chicago	33.42984	-90.94205	38			MS	151		
4438077	Nellieburg	nellieburg	US		1414	America/Chicago	32.40681	-88.77727	99			MS	075		
4438099	Neshoba	neshoba	US		0	America/Chicago	32.62347	-89.13812	152	Crenshaw,Neshoba,Neshoba Station		MS	099		
4438151	New Bethel	new-bethel	US		0	America/Chicago	34.49288	-88.24866	152			MS	141		
4438199	New Byram	new-byram	US		0	America/Chicago	32.18543	-90.25953	98			MS	049		
4438242	New Fannin	new-fannin	US		0	America/Chicago	32.42181	-89.97425	100			MS	121		
4438244	New Fellowship	new-fellowship	US		0	America/Chicago	32.21265	-88.97033	104			MS	061		
4438247	New Fitler	new-fitler	US		0	America/Chicago	32.70097	-91.02038	29			MS	055		
4438274	New Hamilton	new-hamilton	US		553	America/Chicago	33.73789	-88.44476	68			MS	095		
4438291	New Hebron	new-hebron	US		441	America/Chicago	31.731	-89.97869	113			MS	077		
4438294	New Holmesville (historical)	new-holmesville-historical	US		0	America/Chicago	31.21268	-90.31398	84			MS	113		
4438312	New Hope (historical)	new-hope-historical	US		0	America/Chicago	33.05569	-89.47646	153			MS	007		
4438313	New Hope (historical)	new-hope-historical	US		0	America/Chicago	32.98485	-89.75425	106			MS	007		
4438474	New Hope Grove	new-hope-grove	US		0	America/Chicago	32.42375	-90.1862	119			MS	089		
4438481	New Hope Park	new-hope-park	US		0	America/Chicago	33.45845	-88.34032	78			MS	087		
4438503	New Ireland	new-ireland	US		0	America/Chicago	32.56403	-89.177	159			MS	101		
4438679	New Sight	new-sight	US		0	America/Chicago	31.65433	-90.44843	136			MS	085		
4438703	New Union	new-union	US		0	America/Chicago	31.39351	-89.74313	94			MS	091		
4438709	New Wren	new-wren	US		0	America/Chicago	33.97178	-88.61338	92			MS	095		
4438710	New York (historical)	new-york-historical	US		0	America/Chicago	33.92095	-88.88922	117			MS	017		
4438805	Newmans	newmans	US		0	America/Chicago	32.35098	-90.75288	78	Newbell,Newmans,Newmans Station		MS	149		
4438806	Newmans Grove	newmans-grove	US		0	America/Chicago	32.34598	-90.77094	92			MS	149		
4438809	Newport (historical)	newport-historical	US		0	America/Chicago	33.90678	-88.76172	81			MS	017		
4438814	Newsom	newsom	US		0	America/Chicago	31.32629	-89.93425	49			MS	091		
4438841	Newtonville (historical)	newtonville-historical	US		0	America/Chicago	33.06318	-89.41535	165	Newtonville (historical),Newtonville Station		MS	007		
4438844	Niblett Landing	niblett-landing	US		0	America/Chicago	33.70317	-91.03789	39			MS	011		
4438864	Nile	nile	US		0	America/Chicago	32.94596	-89.51674	147	Nile,Pickletown		MS	007		
4438874	Nitta Yuma	nitta-yuma	US		0	America/Chicago	33.02429	-90.84927	34	Nitta Yuma,Nittayuma		MS	125		
4438884	Nod	nod	US		0	America/Chicago	32.75652	-90.23064	67			MS	163		
4438885	Nogan	nogan	US		0	America/Chicago	32.24793	-90.21287	97			MS	049		
4438890	Nola	nola	US		0	America/Chicago	31.61433	-90.23814	98			MS	077		
4438896	Norfield	norfield	US		0	America/Chicago	31.40767	-90.46732	124			MS	085		
4438914	Nortac	nortac	US		0	America/Chicago	30.78519	-89.56673	63			MS	109		
4438927	North Biloxi	north-biloxi	US		0	America/Chicago	30.43631	-88.95003	8			MS	047		
4438940	North Center (historical)	north-center-historical	US		0	America/Chicago	33.26957	-89.59035	109	Center,Flintsville,North Center (historical)		MS	007		
4438943	North Colony	north-colony	US		0	America/Chicago	32.39737	-90.17231	100			MS	049		
4438957	North Fork (historical)	north-fork-historical	US		0	America/Chicago	31.81794	-91.09538	68			MS	063		
4438972	North Gulfport	north-gulfport	US		0	America/Chicago	30.41436	-89.09421	3			MS	047		
4438980	North Junction	north-junction	US		0	America/Chicago	34.25705	-89.01534	142			MS	115		
4439004	North Park	north-park	US		0	America/Chicago	34.29455	-88.72866	104			MS	081		
4439032	North Town Plaza	north-town-plaza	US		0	America/Chicago	32.38931	-90.1037	87			MS	049		
4439033	North Tunica	north-tunica	US		1035	America/Chicago	34.70093	-90.37815	59			MS	143		
4439044	Northaven Woods	northaven-woods	US		0	America/Chicago	33.53345	-88.4431	52			MS	087		
4439052	Northgate	northgate	US		0	America/Chicago	33.62929	-88.6556	76			MS	025		
4439053	Northgate	northgate	US		0	America/Chicago	33.48901	-88.79672	95			MS	105		
4439056	Northpointe	northpointe	US		0	America/Chicago	32.3982	-90.11592	102			MS	049		
4439083	Northwest Hills	northwest-hills	US		0	America/Chicago	32.35292	-90.2362	100			MS	049		
4439092	Northwood Drive	northwood-drive	US		0	America/Chicago	34.3201	-88.67505	104			MS	081		
4439093	Northwood Estates	northwood-estates	US		0	America/Chicago	34.29538	-88.71755	99			MS	081		
4439094	Northwood Hills	northwood-hills	US		0	America/Chicago	33.4679	-88.82922	96			MS	105		
4439097	Northwoods	northwoods	US		0	America/Chicago	32.37098	-90.01953	97			MS	121		
4439112	North Union (historical)	north-union-historical	US		0	America/Chicago	33.20152	-89.69591	122			MS	007		
4439131	Nugent	nugent	US		0	America/Chicago	30.47047	-89.10365	20	Maysville,Nugent		MS	047		
4439181	O'Neil	o-neil	US		0	America/Chicago	31.30378	-90.88455	134	O'Neil,O'Neils		MS	005		
4439185	O'Reilly	o-reilly	US		0	America/Chicago	33.66734	-90.72926	41			MS	011		
4439194	Oak Bowery	oak-bowery	US		0	America/Chicago	31.61933	-89.38923	116	Maybell,Oak Bowery		MS	067		
4439195	Oak Bowery (historical)	oak-bowery-historical	US		0	America/Chicago	31.89099	-89.09339	127			MS	061		
4439204	Oak Forrest	oak-forrest	US		0	America/Chicago	31.28851	-89.43007	104			MS	073		
4439211	Oak Grove (historical)	oak-grove-historical	US		0	America/Chicago	34.04483	-89.06951	107			MS	017		
4439320	Oak Grove Park	oak-grove-park	US		0	America/Chicago	34.20205	-88.6645	79			MS	081		
4439382	Oak Ridge (historical)	oak-ridge-historical	US		0	America/Chicago	33.2404	-89.50841	140			MS	007		
4439420	Oakcliff Villas	oakcliff-villas	US		0	America/Chicago	34.26538	-88.67089	86			MS	081		
4439428	Oakdale Park	oakdale-park	US		0	America/Chicago	33.60428	-88.42865	61			MS	087		
4439466	Oaklawn	oaklawn	US		0	America/Chicago	32.00516	-90.99788	31	Oakland Plantation,Oaklawn		MS	021		
4439490	Oakridge Estates	oakridge-estates	US		0	America/Chicago	33.63206	-88.68894	70			MS	025		
4439498	Oakwood Estates	oakwood-estates	US		0	America/Chicago	33.44179	-88.8995	91			MS	105		
4439503	Obadiah	obadiah	US		0	America/Chicago	32.51236	-88.72671	148			MS	075		
4439516	Ocobla	ocobla	US		0	America/Chicago	32.75486	-89.02534	163			MS	099		
4439537	Ofahoma	ofahoma	US		0	America/Chicago	32.70736	-89.70063	105			MS	079		
4439543	Oka Hullo (historical)	oka-hullo-historical	US		0	America/Chicago	32.57653	-89.06256	171			MS	101		
4439544	Oka Kapassa (historical)	oka-kapassa-historical	US		0	America/Chicago	32.52931	-89.15006	171			MS	101		
4439549	Okahola	okahola	US		0	America/Chicago	31.20712	-89.38645	71			MS	073		
4439551	Okahta Talaia (historical)	okahta-talaia-historical	US		0	America/Chicago	32.46264	-89.24728	160			MS	101		
4439579	Oktibbeha (historical)	oktibbeha-historical	US		0	America/Chicago	32.58153	-88.80699	116			MS	069		
4439587	Oktibbeha Gardens	oktibbeha-gardens	US		0	America/Chicago	33.46873	-88.80672	107			MS	105		
4439589	Oktoc	oktoc	US		0	America/Chicago	33.33235	-88.75783	85			MS	105		
4439591	Oklahoma	oklahoma	US		0	America/Chicago	33.33373	-90.16842	42			MS	015		
4439596	Old Americus	old-americus	US		0	America/Chicago	30.70936	-88.59586	8			MS	059		
4439604	Old Avera	old-avera	US		0	America/Chicago	31.36101	-88.56697	36			MS	041		
4439606	Old Bassfield (historical)	old-bassfield-historical	US		0	America/Chicago	31.47795	-89.75841	131	Old Bassfield (historical),Old Tyrone,Tyrone		MS	065		
4439659	Old Dominion	old-dominion	US		0	America/Chicago	33.39457	-90.38647	36			MS	083		
4439678	Old Georgetown (historical)	old-georgetown-historical	US		0	America/Chicago	31.87099	-90.14314	67			MS	029		
4439694	Old Houlka	old-houlka	US		0	America/Chicago	34.03816	-88.99423	129	Houlka,Old Agency,Old Houlka		MS	017		
4439745	Old Myrtle	old-myrtle	US		0	America/Chicago	34.5276	-89.12257	119	Avanelle,Avenell,Candy Hill,Old Myrtle		MS	145		
4439746	Old Narkeetah (historical)	old-narkeetah-historical	US		0	America/Chicago	32.69319	-88.48476	62			MS	069		
4439804	Old Scooba (historical)	old-scooba-historical	US		0	America/Chicago	32.82791	-88.43337	64			MS	069		
4439841	Old Union	old-union	US		0	America/Chicago	34.14761	-88.73672	95			MS	081		
4439851	Old Wahalak (historical)	old-wahalak-historical	US		0	America/Chicago	32.91957	-88.43726	82	Old Wahalak (historical),Wahorlock		MS	069		
4439868	Olio	olio	US		0	America/Chicago	31.05462	-90.92121	104			MS	005		
4439891	Oliverfried	oliverfried	US		0	America/Chicago	34.17372	-90.29787	47			MS	119		
4439897	Oloh	oloh	US		0	America/Chicago	31.29684	-89.59007	127			MS	073		
4439902	Oma	oma	US		0	America/Chicago	31.72683	-90.14481	67			MS	077		
4439918	Openwood Plantation	openwood-plantation	US		0	America/Chicago	32.39598	-90.79594	92			MS	149		
4439920	Ophelia (historical)	ophelia-historical	US		0	America/Chicago	32.55903	-89.81675	103			MS	121		
4439968	Osborne Creek	osborne-creek	US		0	America/Chicago	34.62593	-88.62228	128	Big Springs,Osborne,Osborne Creek		MS	117		
4439970	Orvisburg	orvisburg	US		0	America/Chicago	30.91296	-89.52534	107			MS	109		
4439977	Osseola	osseola	US		0	America/Chicago	33.30595	-90.8726	36			MS	151		
4440023	Overby	overby	US		0	America/Chicago	33.14373	-90.85343	34			MS	151		
4440062	Owens Wells	owens-wells	US		0	America/Chicago	33.09513	-89.96786	89	Grays Mill,Owens,Owens Wells		MS	051		
4440068	Oxberry	oxberry	US		0	America/Chicago	33.78512	-90.03564	52			MS	043		
4440120	Paducah (historical)	paducah-historical	US		0	America/Chicago	33.41484	-91.01677	36			MS	151		
4440128	Page Subdivision	page-subdivision	US		0	America/Chicago	33.45846	-88.80005	116			MS	105		
4440199	Palmers Crossing	palmers-crossing	US		0	America/Chicago	31.2824	-89.27562	55	Palmer,Palmer Station,Palmers Crossing		MS	035		
4440207	Palmetto Estates	palmetto-estates	US		0	America/Chicago	34.20094	-88.77589	96			MS	081		
4440230	Pannell	pannell	US		0	America/Chicago	34.15511	-89.11284	109			MS	115		
4440260	Paradise Point	paradise-point	US		0	America/Chicago	32.38014	-90.00203	95			MS	121		
4440267	Parham	parham	US		0	America/Chicago	34.00983	-88.3406	150			MS	095		
4440282	Park Monceau	park-monceau	US		0	America/Chicago	34.29455	-88.72283	104			MS	081		
4440337	Parkeville (historical)	parkeville-historical	US		0	America/Chicago	33.02096	-88.60977	55	Parkeville (historical),Trottman		MS	103		
4440353	Parks Place (historical)	parks-place-historical	US		0	America/Chicago	32.78819	-91.13455	30			MS	055		
4440358	Parksplace	parksplace	US		0	America/Chicago	34.51038	-90.05704	107	Parks Place,Parksplace		MS	107		
4440359	Parkview	parkview	US		0	America/Chicago	33.98067	-88.46338	77			MS	095		
4440368	Parkway	parkway	US		0	America/Chicago	34.26538	-88.71005	97			MS	081		
4440391	Partee	partee	US		0	America/Chicago	33.95261	-89.48202	73			MS	013		
4440417	Pass Christian Isles	pass-christian-isles	US		0	America/Chicago	30.32242	-89.28616	2			MS	047		
4440423	Pascagoula River Estates	pascagoula-river-estates	US		0	America/Chicago	30.84269	-88.75614	9			MS	039		
4440427	Pat	pat	US		0	America/Chicago	32.17848	-90.01008	110			MS	121		
4440440	Patosi	patosi	US		0	America/Chicago	32.91652	-90.61954	33	Patosi,Potosi		MS	163		
4440445	Patmos	patmos	US		0	America/Chicago	32.81319	-90.72843	30			MS	125		
4440450	Patrons Union (historical)	patrons-union-historical	US		0	America/Chicago	32.36903	-89.30562	135			MS	101		
4440465	Patterson Subdivision	patterson-subdivision	US		0	America/Chicago	34.269	-88.74533	91			MS	081		
4440473	Patton Place	patton-place	US		0	America/Chicago	32.27292	-90.12286	90			MS	121		
4440475	Pattona (historical)	pattona-historical	US		0	America/Chicago	31.94044	-90.76677	79	Pattona (historical),Pattonia		MS	021		
4440491	Paula (historical)	paula-historical	US		0	America/Chicago	32.31598	-89.05561	98			MS	101		
4440495	Paulette	paulette	US		0	America/Chicago	32.99652	-88.42976	61	Paulette,Tarbore		MS	103		
4440525	Paynes	paynes	US		0	America/Chicago	33.92095	-90.06953	54	Pages on Sculmore,Paynes		MS	135		
4440553	Pearce (historical)	pearce-historical	US		0	America/Chicago	32.89124	-90.34453	90			MS	163		
4440565	Pearl Hill	pearl-hill	US		0	America/Chicago	32.78902	-89.40424	119			MS	079		
4440597	Pearlhaven	pearlhaven	US		0	America/Chicago	31.5885	-90.43287	149			MS	085		
4440620	Pecan	pecan	US		0	America/Chicago	30.44353	-88.42918	3			MS	059		
4440621	Pecan Acres	pecan-acres	US		0	America/Chicago	33.45484	-88.81978	103			MS	105		
4440627	Pecan Creek	pecan-creek	US		0	America/Chicago	32.46681	-90.1162	100			MS	089		
4440637	Pecan Grove	pecan-grove	US		0	America/Chicago	31.59794	-89.13728	86			MS	067		
4440640	Peden (historical)	peden-historical	US		0	America/Chicago	32.81819	-88.77088	126	Peden (historical),Pedin		MS	069		
4440652	Peelers	peelers	US		0	America/Chicago	32.49153	-91.04677	29			MS	149		
4440674	Pelahatchie Woods	pelahatchie-woods	US		0	America/Chicago	32.3757	-90.00258	101			MS	121		
4440680	Pellez	pellez	US		0	America/Chicago	33.47707	-89.38174	118			MS	155		
4440710	Penantly	penantly	US		0	America/Chicago	32.1557	-89.05283	126			MS	061		
4440713	Pendorff	pendorff	US		0	America/Chicago	31.65322	-89.17645	65			MS	067		
4440727	Penningtons Lake Subdivision	penningtons-lake-subdivision	US		0	America/Chicago	33.54734	-88.40837	83			MS	087		
4440728	Penns	penns	US		0	America/Chicago	33.35234	-88.63588	89	Penn,Penns,Penns Station		MS	087		
4440734	Pentecost	pentecost	US		0	America/Chicago	33.58484	-90.5287	34			MS	133		
4440742	Penton	penton	US		0	America/Chicago	34.86593	-90.27982	62			MS	033		
4440762	Perdue	perdue	US		0	America/Chicago	32.51458	-88.98228	121	Perdue,Purdue		MS	101		
4440779	Perkinsville (historical)	perkinsville-historical	US		0	America/Chicago	33.10124	-88.86394	147			MS	159		
4440783	Perota (historical)	perota-historical	US		0	America/Chicago	32.4182	-88.97505	121			MS	101		
4440805	Perrytown	perrytown	US		0	America/Chicago	31.33017	-91.16622	45			MS	157		
4440834	Perthshire	perthshire	US		0	America/Chicago	33.97733	-90.91233	47			MS	011		
4440856	Peteet	peteet	US		0	America/Chicago	33.34318	-90.38786	35			MS	083		
4440870	Petertown	petertown	US		0	America/Chicago	34.65954	-88.13254	160			MS	141		
4440960	Phillipstown	phillipstown	US		0	America/Chicago	33.38929	-90.27897	38			MS	083		
4440964	Phoenix (historical)	phoenix-historical	US		0	America/Chicago	31.73766	-91.05844	84			MS	063		
4441016	Pickwick	pickwick	US		0	America/Chicago	31.13574	-89.83758	43			MS	091		
4441019	Piera	piera	US		0	America/Chicago	34.54177	-89.69175	134			MS	071		
4441028	Pierce Crossroad	pierce-crossroad	US		0	America/Chicago	32.8943	-90.24564	103	Pierce Crossroad,Pierce Crossroads		MS	163		
4441032	Pierces Chapel	pierces-chapel	US		0	America/Chicago	33.16096	-89.5598	145			MS	007		
4441035	Pierces Springs (historical)	pierces-springs-historical	US		0	America/Chicago	31.97515	-88.48975	92	Pierce Springs,Pierces Springs (historical),Springs		MS	023		
4441051	Piggtown	piggtown	US		0	America/Chicago	32.64986	-89.61591	115	Cedar Grove,Piggtown		MS	079		
4441054	Piketown	piketown	US		0	America/Chicago	32.48764	-89.36618	134	Piketon,Piketown		MS	123		
4441055	Pikeville (historical)	pikeville-historical	US		0	America/Chicago	33.89511	-88.77366	88			MS	017		
4441069	Pilgrim Grove	pilgrim-grove	US		0	America/Chicago	32.26959	-89.20284	129			MS	101		
4441078	Pilgrim Rest	pilgrim-rest	US		0	America/Chicago	32.72458	-89.58757	123			MS	079		
4441126	Pilgrims Rest (historical)	pilgrims-rest-historical	US		0	America/Chicago	33.18568	-89.51035	171			MS	007		
4441161	Pinchback	pinchback	US		0	America/Chicago	33.27735	-90.19314	35			MS	051		
4441186	Pine Acres	pine-acres	US		0	America/Chicago	33.6254	-88.68199	73			MS	025		
4441193	Pine Flat	pine-flat	US		0	America/Chicago	34.97425	-88.28004	208			MS	141		
4441213	Pine Grove (historical)	pine-grove-historical	US		0	America/Chicago	33.30096	-88.76672	70			MS	105		
4441315	Pine Hill Estates	pine-hill-estates	US		0	America/Chicago	33.53568	-89.28201	129			MS	155		
4441326	Pine Land	pine-land	US		0	America/Chicago	33.54873	-90.54037	37			MS	133		
4441327	Pine Lea	pine-lea	US		0	America/Chicago	32.2932	-90.30009	97			MS	049		
4441365	Pine Springs	pine-springs	US		0	America/Chicago	32.46736	-88.77144	120			MS	075		
4441382	Pinebur	pinebur	US		0	America/Chicago	31.13601	-89.70202	43			MS	091		
4441395	Pinehaven	pinehaven	US		0	America/Chicago	33.47873	-88.39587	50			MS	087		
4441397	Pinehaven Estates	pinehaven-estates	US		0	America/Chicago	32.37653	-90.31954	88			MS	049		
4441404	Pine Park	pine-park	US		0	America/Chicago	32.26987	-90.13259	85			MS	121		
4441410	Pineview Estates	pineview-estates	US		0	America/Chicago	33.43762	-88.33809	76			MS	087		
4441434	Piney Grove	piney-grove	US		0	America/Chicago	33.83511	-88.55977	67			MS	095		
4441472	Pink	pink	US		0	America/Chicago	34.55566	-90.30454	53			MS	143		
4441528	Pistol Ridge	pistol-ridge	US		0	America/Chicago	31.00324	-89.31812	88	Elder,Elder Ridge,Pistol Ridge		MS	035		
4441540	Pittman	pittman	US		0	America/Chicago	33.94956	-89.49063	73			MS	013		
4441571	Plairs	plairs	US		0	America/Chicago	33.54234	-88.85978	76			MS	105		
4441575	Plantation Homes	plantation-homes	US		0	America/Chicago	33.47929	-88.81894	95			MS	105		
4441579	Plantersville (historical)	plantersville-historical	US		0	America/Chicago	33.19735	-88.32504	46			MS	103		
4441593	Pleasant Acres	pleasant-acres	US		0	America/Chicago	33.44901	-88.81255	109			MS	105		
4441307	Pine Hill	pine-hill	US	12465	0	America/Chicago	34.26177	-88.74116	89			MS	081		
4441854	Pleasant Ridge (historical)	pleasant-ridge-historical	US		0	America/Chicago	33.06263	-89.71675	136			MS	007		
4441966	Plum Point	plum-point	US		0	America/Chicago	34.97954	-89.95481	116			MS	033		
4441973	Plum Grove	plum-grove	US		0	America/Chicago	33.30984	-88.44032	65			MS	087		
4441975	Plumville (historical)	plumville-historical	US		0	America/Chicago	32.66819	-90.30842	61			MS	163		
4441976	Pluto	pluto	US		0	America/Chicago	33.05346	-90.3812	34			MS	051		
4441978	Plymouth (historical)	plymouth-historical	US		0	America/Chicago	33.52317	-88.50171	64			MS	087		
4441987	Poagville	poagville	US		0	America/Chicago	34.68288	-89.86259	111	Poagville,Poogville		MS	137		
4442052	Pollock (historical)	pollock-historical	US		0	America/Chicago	33.43623	-90.60426	35	Pollock (historical),Pollock Plantation,Pollocks Flat		MS	133		
4442112	Popetown	popetown	US		0	America/Chicago	30.70714	-88.56252	32			MS	059		
4442118	Poplar Creek	poplar-creek	US		0	America/Chicago	33.35207	-89.55563	122	Polar Creek,Poplar Creek		MS	097		
4442134	Poplar Springs	poplar-springs	US		0	America/Chicago	34.069	-88.71894	83			MS	017		
4442135	Poplar Springs	poplar-springs	US		0	America/Chicago	33.22679	-89.9762	110			MS	051		
4442136	Poplar Springs	poplar-springs	US		0	America/Chicago	32.40375	-88.70199	140			MS	075		
4442137	Poplar Springs	poplar-springs	US		0	America/Chicago	33.37985	-89.56647	99			MS	097		
4442138	Poplar Springs	poplar-springs	US		0	America/Chicago	32.30014	-89.08728	116			MS	101		
4442139	Poplar Springs	poplar-springs	US		0	America/Chicago	34.36344	-88.89506	165			MS	115		
4442176	Popsons (historical)	popsons-historical	US		0	America/Chicago	34.00511	-90.46676	45			MS	027		
4442186	Port Anderson (historical)	port-anderson-historical	US		0	America/Chicago	33.52595	-91.20178	31			MS	151		
4442209	Porters Chapel	porters-chapel	US		0	America/Chicago	32.29376	-90.86149	48			MS	149		
4442213	Porterton	porterton	US		0	America/Chicago	34.28816	-89.45147	107			MS	071		
4442230	Possum Corner	possum-corner	US		0	America/Chicago	31.35184	-91.29983	32			MS	157		
4442236	Possumneck	possumneck	US		0	America/Chicago	33.14124	-89.74175	99	Possumneck,The Neck		MS	007		
4442239	Post Estates	post-estates	US		0	America/Chicago	34.25566	-88.68227	82			MS	081		
4442248	Possum Trot	possum-trot	US		0	America/Chicago	34.30233	-89.08451	121			MS	115		
4442272	Potlockney	potlockney	US		0	America/Chicago	34.17511	-89.37369	123			MS	071		
4442274	Poticaw Landing	poticaw-landing	US		0	America/Chicago	30.51186	-88.61891	3	Portico Landing,Portigo Landing,Poticaw Landing		MS	059		
4442304	Powell Bayou	powell-bayou	US		0	America/Chicago	33.8015	-90.5237	40			MS	133		
4442338	Prairie Hill (historical)	prairie-hill-historical	US		0	America/Chicago	33.40568	-88.58616	81			MS	087		
4442342	Prairie Mount (historical)	prairie-mount-historical	US		0	America/Chicago	34.04733	-88.82505	122			MS	017		
4442346	Prairie Point	prairie-point	US		0	America/Chicago	33.14735	-88.39365	59	Hogeye,Hogeye Community,Prairie Point		MS	103		
4442352	Praise Acres	praise-acres	US		0	America/Chicago	34.19733	-88.81894	106			MS	081		
4442364	Prentiss (historical)	prentiss-historical	US		0	America/Chicago	33.73344	-91.139	37	Indian Point Landing,Indian Town,Prentiss (historical),Wellington		MS	011		
4442399	Presidential Hills	presidential-hills	US		0	America/Chicago	32.37098	-90.2612	81			MS	049		
4442402	Presley Circle	presley-circle	US		0	America/Chicago	34.28122	-88.71116	103			MS	081		
4442415	Pressly Place	pressly-place	US		0	America/Chicago	33.48123	-88.80839	98			MS	105		
4442434	Priceville	priceville	US		0	America/Chicago	34.25761	-88.66227	96			MS	081		
4442448	Prince Chapel	prince-chapel	US		0	America/Chicago	32.9043	-88.90644	149	Prince,Prince Chapel		MS	069		
4442452	Princeton (historical)	princeton-historical	US		0	America/Chicago	33.05096	-91.11955	34			MS	151		
4442456	Priscilla	priscilla	US		0	America/Chicago	33.51595	-90.98316	41			MS	151		
4442457	Prismatic	prismatic	US		0	America/Chicago	32.5918	-88.73838	147	Prism,Prismatic,Smiths Shops		MS	069		
4442464	Progress	progress	US		0	America/Chicago	31.53517	-89.93786	128			MS	065		
4442465	Progress	progress	US		0	America/Chicago	31.0763	-88.85615	43			MS	111		
4442466	Progress	progress	US		0	America/Chicago	31.04629	-90.32676	113			MS	113		
4442482	Promised Land (historical)	promised-land-historical	US		0	America/Chicago	33.84456	-90.52509	41	Promised Land (historical),Promised Land Plantation		MS	133		
4442487	Propst Highlands	propst-highlands	US		0	America/Chicago	33.56178	-88.4306	85			MS	087		
4442490	Prospect (historical)	prospect-historical	US		0	America/Chicago	33.85761	-88.95145	101			MS	017		
4442611	Pullen	pullen	US		0	America/Chicago	34.15511	-90.65871	49	Pullen,Pullens Switch		MS	027		
4442616	Pumpkin Center	pumpkin-center	US		0	America/Chicago	34.53149	-89.03451	116			MS	145		
4442636	Purnell	purnell	US		0	America/Chicago	33.45318	-90.43786	35			MS	083		
4442648	Pushmataha Landing	pushmataha-landing	US		0	America/Chicago	34.13677	-90.86011	47			MS	027		
4442659	Pyland	pyland	US		0	America/Chicago	33.884	-89.10756	89			MS	017		
4442667	Queens Hill	queens-hill	US		0	America/Chicago	32.39431	-90.52732	96			MS	049		
4442670	Queens Lane	queens-lane	US		0	America/Chicago	32.34292	-90.26398	111			MS	049		
4442672	Queensburg	queensburg	US		0	America/Chicago	31.671	-89.14172	67	Queensburg,Wausau		MS	067		
4442679	Quay (historical)	quay-historical	US		0	America/Chicago	33.31651	-90.89566	36			MS	151		
4442686	Quinlivan	quinlivan	US		0	America/Chicago	31.19184	-90.49732	125			MS	113		
4442691	Quins Station (historical)	quins-station-historical	US		0	America/Chicago	31.20184	-90.44649	111	Quins,Quins Station (historical)		MS	113		
4442712	Quito	quito	US		0	America/Chicago	33.43873	-90.3012	38	Alexandria,Quito		MS	083		
4442713	Quiver (historical)	quiver-historical	US		0	America/Chicago	33.65817	-90.50037	39			MS	133		
4442761	Quofaloma	quofaloma	US		0	America/Chicago	33.10485	-90.3462	34	Quofaloma,Quofaloma Plantation		MS	051		
4442777	Rafn	rafn	US		0	America/Chicago	31.62572	-90.2912	111			MS	085		
4442787	Rainey	rainey	US		0	America/Chicago	31.52128	-89.35062	107			MS	067		
4442795	Raintree Place	raintree-place	US		0	America/Chicago	32.20987	-90.25842	95			MS	049		
4442823	Ramsey Springs	ramsey-springs	US		0	America/Chicago	30.77075	-88.91476	23			MS	131		
4442828	Randall Place	randall-place	US		0	America/Chicago	32.26959	-90.12536	88			MS	121		
4442829	Randalls Bluff (historical)	randalls-bluff-historical	US		0	America/Chicago	33.06402	-88.90561	148			MS	159		
4442834	Randolph (historical)	randolph-historical	US		0	America/Chicago	33.33845	-90.85204	33			MS	151		
4442855	Ras	ras	US		0	America/Chicago	32.0496	-89.13534	109			MS	061		
4442863	Ratliff	ratliff	US		0	America/Chicago	34.39344	-88.53366	109	Oakgrove,Ratliff		MS	057		
4442864	Ratliff	ratliff	US		0	America/Chicago	32.57097	-89.79841	100			MS	121		
4442869	Ratliff Landing	ratliff-landing	US		0	America/Chicago	32.93263	-90.7626	22			MS	125		
4442881	Rawhide (historical)	rawhide-historical	US		0	America/Chicago	30.65297	-89.13782	41			MS	047		
4442883	Rawhide	rawhide	US		0	America/Chicago	32.46625	-90.62788	84			MS	149		
4442894	Rawls Springs	rawls-springs	US		1254	America/Chicago	31.38073	-89.37145	53	Rawles Springs,Rawls Springs		MS	035		
4442897	Raworth	raworth	US		0	America/Chicago	32.3632	-89.56451	152			MS	123		
4442929	Raytown	raytown	US		0	America/Chicago	32.6893	-89.79869	101			MS	089		
4442940	Rebecca Heights	rebecca-heights	US		0	America/Chicago	34.25427	-88.67089	103			MS	081		
4442959	Red Bud (historical)	red-bud-historical	US		0	America/Chicago	32.75791	-88.89728	152			MS	069		
4443007	Red Lick	red-lick	US		0	America/Chicago	31.79238	-90.97927	87			MS	063		
4443018	Red Top	red-top	US		0	America/Chicago	30.96935	-89.47729	109			MS	109		
4443021	Redbone	redbone	US		0	America/Chicago	32.21765	-90.89094	53			MS	149		
4443036	Reddochs	reddochs	US		0	America/Chicago	31.70711	-89.40979	70	Reddoch,Reddochs		MS	031		
4443044	Redhill	redhill	US		0	America/Chicago	31.1299	-89.06422	88			MS	111		
4443082	Reedtown	reedtown	US		0	America/Chicago	32.07599	-90.64288	65			MS	049		
4443103	Reese Landing	reese-landing	US		0	America/Chicago	34.21927	-90.88789	43			MS	027		
4443121	Refuge	refuge	US		0	America/Chicago	33.30373	-91.1365	39			MS	151		
4443128	Reganton	reganton	US		0	America/Chicago	32.14182	-90.74871	72	Cross Roads,Reganton		MS	021		
4443129	Regency Estates	regency-estates	US		0	America/Chicago	31.30629	-89.34173	72			MS	035		
4443135	Reid	reid	US		0	America/Chicago	34.00233	-89.19535	144			MS	013		
4443142	Remunda Estates	remunda-estates	US		0	America/Chicago	33.50623	-88.36809	57			MS	087		
4443149	Renfroe	renfroe	US		0	America/Chicago	32.85958	-89.45118	118	Renfro,Renfroe		MS	079		
4443158	Renova	renova	US		728	America/Chicago	33.77872	-90.72149	42			MS	011		
4443160	Renshaw	renshaw	US		0	America/Chicago	32.92069	-90.37926	43	Redding Switch,Renshaw		MS	163		
4443161	Rescue Landing	rescue-landing	US		0	America/Chicago	34.23622	-90.82927	53	Rescue Landing,Robsons Landing		MS	027		
4443169	Retreat	retreat	US		0	America/Chicago	33.86484	-89.45813	99			MS	013		
4443174	Revive	revive	US		0	America/Chicago	32.75958	-89.76425	122			MS	089		
4443221	Riceville (historical)	riceville-historical	US		0	America/Chicago	30.79324	-89.76118	30			MS	109		
4443223	Rich	rich	US		0	America/Chicago	34.41622	-90.44482	55	Rich,Yazoo Pass Station		MS	027		
4443242	Richburg Heights	richburg-heights	US		0	America/Chicago	31.29045	-89.3334	103			MS	035		
4443262	Richland Estates	richland-estates	US		0	America/Chicago	32.22098	-90.13814	99			MS	121		
4443268	Richmond (historical)	richmond-historical	US		0	America/Chicago	32.21876	-90.18342	80	Richmond (historical),Stewarts Bluff		MS	121		
4443326	Ridge (historical)	ridge-historical	US		0	America/Chicago	33.98761	-89.00839	107			MS	017		
4443410	Riverside Junction	riverside-junction	US		0	America/Chicago	32.93152	-90.87288	32			MS	125		
4443419	Riverton Landing	riverton-landing	US		0	America/Chicago	33.81983	-91.02094	41	Prides Point,Riverton,Riverton Landing,The Wood Yard		MS	011		
4443425	Riverview Estates	riverview-estates	US		0	America/Chicago	30.87102	-88.77503	31			MS	039		
4443432	Rixwood	rixwood	US		0	America/Chicago	33.61067	-90.3487	40			MS	083		
4443439	Roanoke Estates	roanoke-estates	US		0	America/Chicago	33.55928	-88.38393	58			MS	087		
4443442	Roadside	roadside	US		0	America/Chicago	32.78902	-90.33203	104			MS	163		
4443455	Robbs	robbs	US		0	America/Chicago	34.1015	-89.20701	122			MS	115		
4443495	Robertsville (historical)	robertsville-historical	US		0	America/Chicago	34.24677	-90.78399	50			MS	027		
4443529	Robinson Gin	robinson-gin	US		0	America/Chicago	34.78677	-90.02481	78			MS	033		
4443533	Robinson Springs	robinson-springs	US		0	America/Chicago	32.49736	-90.23342	99			MS	089		
4443536	Robinsons Junction	robinsons-junction	US		0	America/Chicago	31.57461	-88.5592	46	Robinson Junction,Robinsons Junction		MS	153		
4443542	Robinwood	robinwood	US		0	America/Chicago	31.48212	-90.08842	65			MS	077		
4443552	Rock Branch	rock-branch	US		0	America/Chicago	32.54514	-89.08534	153			MS	101		
4443607	Rockhill	rockhill	US		0	America/Chicago	34.71427	-89.73925	122			MS	137		
4443614	Rockport (historical)	rockport-historical	US		0	America/Chicago	33.17235	-89.77092	110			MS	007		
4443633	Rocky Branch	rocky-branch	US		0	America/Chicago	31.31406	-89.63257	83			MS	073		
4443674	Rocky Mount (historical)	rocky-mount-historical	US		0	America/Chicago	32.70291	-88.57949	67			MS	069		
4443695	Rocky Springs	rocky-springs	US		0	America/Chicago	32.08877	-90.8151	95	Rocky Springs,Stoney Springs		MS	021		
4443708	Rodgers (historical)	rodgers-historical	US		0	America/Chicago	33.74345	-88.64394	88			MS	095		
4443732	Rogers Acres	rogers-acres	US		0	America/Chicago	34.28927	-88.7245	103			MS	081		
4443770	Rolling Fork Estates	rolling-fork-estates	US		0	America/Chicago	33.53623	-88.40976	84			MS	087		
4443775	Rolling Hills	rolling-hills	US		0	America/Chicago	33.48762	-88.82505	94			MS	105		
4443779	Rolling Woods	rolling-woods	US		0	America/Chicago	34.35288	-89.47702	127			MS	071		
4443780	Rollings Woods	rollings-woods	US		0	America/Chicago	34.35288	-89.49369	148			MS	071		
4443812	Roscoe (historical)	roscoe-historical	US		0	America/Chicago	32.45097	-89.01311	152	Roscoe (historical),Skinamadink		MS	101		
4443867	Roseacres	roseacres	US		0	America/Chicago	34.39566	-90.4501	54	Mound Place,Priddy,Roseacres		MS	027		
4443868	Rosebloom	rosebloom	US		0	America/Chicago	33.87623	-89.95203	116			MS	135		
4443886	Rosella	rosella	US		0	America/Chicago	31.60739	-90.12842	65			MS	077		
4443887	Rosemary	rosemary	US		0	America/Chicago	32.08821	-90.25981	82			MS	049		
4443890	Roseneath	roseneath	US		0	America/Chicago	33.06791	-90.42842	33			MS	051		
4443900	Roses Bluff	roses-bluff	US		0	America/Chicago	32.43153	-90.07397	101			MS	089		
4443901	Rosetta	rosetta	US		0	America/Chicago	31.31656	-91.10094	49			MS	157		
4443921	Ross Crossing	ross-crossing	US		0	America/Chicago	34.81815	-88.72867	128	Ross Bridge,Ross Crossing		MS	003		
4443938	Rough Edge	rough-edge	US		0	America/Chicago	34.25594	-88.97562	164			MS	115		
4443965	Roundaway	roundaway	US		0	America/Chicago	34.01428	-90.59815	46			MS	027		
4443966	Roundaway	roundaway	US		0	America/Chicago	33.58484	-90.6062	36			MS	133		
4443977	Rounsaville	rounsaville	US		0	America/Chicago	31.16879	-88.45696	77	Beards,Rounsaville		MS	041		
4443981	Rouse	rouse	US		0	America/Chicago	31.10712	-89.64118	121			MS	073		
4444001	Rowlands	rowlands	US		0	America/Chicago	30.69463	-89.472	80			MS	109		
4444023	Royce	royce	US		0	America/Chicago	31.06241	-88.80531	23			MS	041		
4444029	Ruble	ruble	US		0	America/Chicago	30.77352	-88.87087	23			MS	039		
4444042	Rucks	rucks	US		0	America/Chicago	34.08344	-90.54676	47			MS	027		
4444068	Runnelstown	runnelstown	US		0	America/Chicago	31.37573	-89.11172	48			MS	111		
4444078	Rural Hill	rural-hill	US		0	America/Chicago	33.07624	-89.29896	163			MS	159		
4444088	Rushing	rushing	US		0	America/Chicago	31.13073	-90.17703	113			MS	147		
4444090	Runnymede	runnymede	US		0	America/Chicago	33.49679	-90.31064	40	Runnymeade,Runnymede		MS	083		
4444093	Ruslor Junction	ruslor-junction	US		0	America/Chicago	34.95759	-88.52783	137	Ruslor,Ruslor Junction		MS	003		
4444110	Russum	russum	US		0	America/Chicago	31.87738	-91.01149	55			MS	021		
4444122	Rutherford (historical)	rutherford-historical	US		0	America/Chicago	32.94235	-89.7473	100			MS	007		
4444134	Rye (historical)	rye-historical	US		0	America/Chicago	33.77178	-88.32087	70			MS	095		
4444148	Sabino	sabino	US		0	America/Chicago	34.20428	-90.40732	49			MS	119		
4444150	Sable	sable	US		0	America/Chicago	32.20126	-88.68782	147			MS	023		
4444151	Sabougla	sabougla	US		0	America/Chicago	33.77595	-89.46424	102			MS	013		
4444179	Sago	sago	US		0	America/Chicago	33.03207	-90.91205	32			MS	125		
4444212	Saint Catherine	saint-catherine	US		0	America/Chicago	31.54544	-91.36817	37			MS	001		
4444248	Saint Francis Island Landing	saint-francis-island-landing	US		0	America/Chicago	34.68677	-90.54121	47			MS	143		
4444810	Salem (historical)	salem-historical	US		0	America/Chicago	33.92983	-88.89728	117			MS	017		
4444948	Sanatorium	sanatorium	US		0	America/Chicago	31.89877	-89.77758	160			MS	127		
4444992	Sand Hill	sand-hill	US		0	America/Chicago	31.7335	-90.30592	105			MS	029		
4444993	Sand Hill	sand-hill	US		0	America/Chicago	31.34684	-88.76365	96	Sand Hill,Sand Rock		MS	041		
4444994	Sand Hill	sand-hill	US		0	America/Chicago	31.62072	-89.28173	93			MS	067		
4444996	Sand Hill	sand-hill	US		0	America/Chicago	32.48764	-89.88036	107	Sand Hill,Sandhill		MS	121		
4444997	Sand Hill (historical)	sand-hill-historical	US		0	America/Chicago	33.19735	-89.64175	143			MS	007		
4445038	Sandalwood	sandalwood	US		0	America/Chicago	32.43986	-90.08953	104			MS	089		
4445079	Sandtown	sandtown	US		0	America/Chicago	32.79486	-89.00172	180	Sand Town,Sandtown		MS	099		
4445094	Sandy Bayou	sandy-bayou	US		0	America/Chicago	33.85428	-90.58176	42			MS	133		
4445116	Sandy Creek Subdivision	sandy-creek-subdivision	US		0	America/Chicago	34.99231	-88.25726	139			MS	141		
4445154	Sapa	sapa	US		0	America/Chicago	33.54762	-89.20201	127			MS	155		
4445195	Sarepta (historical)	sarepta-historical	US		0	America/Chicago	31.87322	-90.76677	85			MS	021		
4445210	Sartinville	sartinville	US		0	America/Chicago	31.32712	-90.1162	131	Sartinsville,Sartinville		MS	147		
4445221	Sauer	sauer	US		0	America/Chicago	31.10157	-89.83008	46			MS	091		
4445222	Saukum	saukum	US		0	America/Chicago	31.23128	-91.18483	56	Ashley,Saukum		MS	157		
4445247	Savannah Grove	savannah-grove	US		0	America/Chicago	32.34514	-88.74449	92			MS	075		
4445252	Savery Acres	savery-acres	US		0	America/Chicago	34.29177	-88.72505	104			MS	081		
4445267	Scanlon (historical)	scanlon-historical	US		0	America/Chicago	32.46959	-89.13339	133			MS	101		
4445270	Sawmill Pointe	sawmill-pointe	US		0	America/Chicago	30.41437	-88.56418	5			MS	059		
4445275	Schamberville	schamberville	US		0	America/Chicago	32.47431	-88.86366	116			MS	075		
4445293	Sciples Mill	sciples-mill	US		0	America/Chicago	32.86708	-88.72616	107			MS	069		
4445314	Scotland Fork	scotland-fork	US		0	America/Chicago	32.71319	-90.22398	73			MS	163		
4445365	Searcy Town	searcy-town	US		0	America/Chicago	34.81759	-88.49366	135			MS	003		
4445430	Self Creek	self-creek	US		0	America/Chicago	33.4654	-89.01117	97			MS	105		
4445436	Sels Prairie	sels-prairie	US		0	America/Chicago	31.93821	-88.63087	119			MS	023		
4445459	Senatobia Lakes	senatobia-lakes	US		0	America/Chicago	34.62094	-89.87537	89			MS	137		
4445474	Service	service	US		0	America/Chicago	31.73572	-89.22339	76			MS	067		
4445476	Sessions	sessions	US		0	America/Chicago	34.34149	-90.63149	54			MS	027		
4445480	Sessums	sessums	US		0	America/Chicago	33.41623	-88.71422	82			MS	105		
4445493	Seven Pines	seven-pines	US		0	America/Chicago	33.3704	-90.09481	59			MS	015		
4445512	Shackleford	shackleford	US		0	America/Chicago	33.14735	-90.23647	35			MS	051		
4445519	Shadow Lake Estates	shadow-lake-estates	US		0	America/Chicago	32.28181	-90.32731	91			MS	049		
4445520	Shadow Wood	shadow-wood	US		0	America/Chicago	31.28962	-89.35006	117			MS	073		
4445522	Shady Acres	shady-acres	US		0	America/Chicago	34.26066	-88.67561	92			MS	081		
4445524	Shady Dell (historical)	shady-dell-historical	US		0	America/Chicago	32.15848	-89.94369	124			MS	121		
4445646	Shady Oak	shady-oak	US		0	America/Chicago	31.69377	-89.43618	120			MS	031		
4445657	Shake Rag (historical)	shake-rag-historical	US		0	America/Chicago	34.00206	-88.82505	104			MS	017		
4445664	Shankstown (historical)	shankstown-historical	US		0	America/Chicago	31.81461	-91.02927	85	Louisville,Shankstown (historical)		MS	063		
4445676	Shari	shari	US		0	America/Chicago	34.51621	-89.04562	112			MS	145		
4445685	Sharon Acres	sharon-acres	US		0	America/Chicago	31.34184	-89.33756	65			MS	035		
4445695	Sharon Hills	sharon-hills	US		0	America/Chicago	34.27872	-88.71755	92			MS	081		
4445717	Shavers (historical)	shavers-historical	US		0	America/Chicago	33.25568	-88.53004	82			MS	103		
4445733	Sheely Hills	sheely-hills	US		0	America/Chicago	33.46401	-88.782	99			MS	105		
4445738	Shelby (historical)	shelby-historical	US		0	America/Chicago	31.95488	-90.8251	80			MS	021		
4445763	Shellmound	shellmound	US		0	America/Chicago	33.60651	-90.27981	41			MS	083		
4445788	Sheppardtown	sheppardtown	US		0	America/Chicago	33.39151	-90.31342	38	Shell Bluff,Sheppardtown		MS	083		
4445814	Sherwood Forest	sherwood-forest	US		0	America/Chicago	32.20848	-89.96703	128			MS	121		
4445815	Sherwood Forest	sherwood-forest	US		0	America/Chicago	32.35792	-90.12286	98			MS	049		
4445816	Sherwood Forest	sherwood-forest	US		0	America/Chicago	33.5629	-88.41448	63			MS	087		
4445817	Sherwood Forest	sherwood-forest	US		0	America/Chicago	33.44179	-88.80839	110			MS	105		
4445818	Sherwood Forest	sherwood-forest	US		0	America/Chicago	32.24515	-90.85927	61			MS	149		
4445827	Shiloh (historical)	shiloh-historical	US		0	America/Chicago	32.23626	-89.83341	171	Shiloh (historical),Shiloh Camp Ground		MS	121		
4445944	Shivers	shivers	US		0	America/Chicago	31.79655	-89.98758	131			MS	127		
4445953	Shoccoe	shoccoe	US		0	America/Chicago	32.60986	-89.90119	110	Shocco,Shoccoe		MS	089		
4445958	Shongelo	shongelo	US		0	America/Chicago	32.10293	-89.51312	166			MS	129		
4445970	Short	short	US		0	America/Chicago	34.94036	-88.19782	189			MS	141		
4445991	Shraderville	shraderville	US		0	America/Chicago	33.06374	-90.80732	32			MS	125		
4445994	Shrock (historical)	shrock-historical	US		0	America/Chicago	32.88763	-89.8748	110			MS	007		
4446004	Shucktown	shucktown	US		0	America/Chicago	31.59267	-90.66288	145			MS	037		
4446005	Shucktown	shucktown	US		0	America/Chicago	32.54431	-88.77033	123			MS	075		
4446006	Shuford	shuford	US		0	America/Chicago	34.22233	-89.80703	122			MS	107		
4446008	Shula Grove (historical)	shula-grove-historical	US		0	America/Chicago	33.43345	-88.57727	70			MS	087		
4446019	Shutersville (historical)	shutersville-historical	US		0	America/Chicago	34.22511	-90.54177	53	Shuferville,Shuffordville,Shufordsville,Shutersville (historical)		MS	027		
4446023	Sibleyton	sibleyton	US		0	America/Chicago	33.43818	-89.52507	105			MS	097		
4446033	Signal	signal	US		0	America/Chicago	32.40098	-90.85399	31	Kings Signal,Signal,Signal Hill		MS	149		
4446090	Silver Lake (historical)	silver-lake-historical	US		0	America/Chicago	33.1979	-91.06122	35			MS	151		
4446096	Silver Run	silver-run	US		0	America/Chicago	30.73352	-89.34561	52			MS	109		
4446098	Silver Creek Acres	silver-creek-acres	US		0	America/Chicago	30.42103	-89.40144	9			MS	045		
4446151	Simmonsville	simmonsville	US		0	America/Chicago	31.06323	-90.31454	103			MS	113		
4446152	Simonds	simonds	US		0	America/Chicago	31.0099	-90.18037	68			MS	147		
4446170	Simrall	simrall	US		0	America/Chicago	32.20182	-90.94538	39			MS	149		
4446201	Singleton (historical)	singleton-historical	US		0	America/Chicago	33.18901	-88.857	90			MS	159		
4446207	Singleton Settlement	singleton-settlement	US		0	America/Chicago	32.38348	-89.40896	130	Singleton,Singleton Settlement		MS	123		
4446215	Singleton	singleton	US		0	America/Chicago	32.88624	-89.53674	141			MS	079		
4446219	Sipsey Fork	sipsey-fork	US		0	America/Chicago	33.94927	-88.24365	92			MS	095		
4446224	Siwel	siwel	US		0	America/Chicago	32.24709	-90.30287	106			MS	049		
4446226	Sisloff Junction	sisloff-junction	US		0	America/Chicago	33.76539	-90.22675	44	Mills Bayou Junction,Sisloff,Sisloff Junction		MS	083		
4446228	Six Towns (historical)	six-towns-historical	US		0	America/Chicago	32.25709	-89.2334	139			MS	101		
4446243	Skene	skene	US		0	America/Chicago	33.70372	-90.79427	40			MS	011		
4446257	Skuna	skuna	US		0	America/Chicago	33.95817	-89.45536	75			MS	013		
4446267	Skyline	skyline	US		0	America/Chicago	34.26377	-88.63873	91			MS	081		
4446268	Skyway Hills	skyway-hills	US		0	America/Chicago	32.28765	-90.08759	98			MS	121		
4446282	Slaughter Flat Landing	slaughter-flat-landing	US		0	America/Chicago	30.57214	-88.41696	7			MS	059		
4446286	Slavonia (historical)	slavonia-historical	US		0	America/Chicago	30.77186	-88.78614	24			MS	039		
4446305	Sleepy Hollow	sleepy-hollow	US		0	America/Chicago	33.54456	-88.44726	79			MS	087		
4446308	Sleepy Hollow	sleepy-hollow	US		0	America/Chicago	32.96818	-90.58426	32			MS	053		
4446313	Smalco	smalco	US		0	America/Chicago	34.53232	-89.07923	122			MS	145		
4446330	Smedes	smedes	US		0	America/Chicago	32.69374	-90.92066	28	Smede,Smedes		MS	125		
4446421	Smith Town	smith-town	US		0	America/Chicago	30.80797	-89.31256	108	Smith Town,Smithtown		MS	131		
4446435	Smiths	smiths	US		0	America/Chicago	32.33931	-90.67316	41	Smith,Smiths,Smiths Station		MS	049		
4446488	Snell	snell	US		0	America/Chicago	32.19181	-88.5017	117			MS	023		
4446502	Snow Lake Shores	snow-lake-shores	US		298	America/Chicago	34.82454	-89.23952	123			MS	009		
4446635	South Pascagoula	south-pascagoula	US		0	America/Chicago	30.34659	-88.53224	3			MS	059		
4446668	Southall	southall	US		0	America/Chicago	32.3807	-90.78344	91			MS	149		
4446680	Southdale	southdale	US		0	America/Chicago	33.45346	-88.8095	113			MS	105		
4446702	Southhaven	southhaven	US		0	America/Chicago	34.99176	-90.12759	87			MS	033		
4446703	Southhaven	southhaven	US		0	America/Chicago	32.26265	-90.85705	80			MS	149		
4446705	Southland Park	southland-park	US		0	America/Chicago	33.53207	-89.26729	119			MS	155		
4446735	Southwood Estates	southwood-estates	US		0	America/Chicago	32.21265	-90.23815	94			MS	049		
4446774	Speeds Addition	speeds-addition	US		0	America/Chicago	32.33904	-90.88566	69	Fostoria,Speeds Addition		MS	149		
4446776	Speedtown	speedtown	US		0	America/Chicago	31.63072	-89.44312	111	Speed,Speedtown		MS	031		
4446800	Splinter	splinter	US		0	America/Chicago	34.2865	-89.67175	114	Splinler,Splinter		MS	071		
4446802	Spinks (historical)	spinks-historical	US		0	America/Chicago	32.70847	-88.89311	166			MS	069		
4446804	Splunge	splunge	US		0	America/Chicago	33.969	-88.26865	105	Lanndale,Lannsdale,Splunge		MS	095		
4446824	Spraggins	spraggins	US		0	America/Chicago	34.55482	-89.48564	85			MS	093		
4446845	Spring Cottage	spring-cottage	US		0	America/Chicago	31.08963	-89.76647	37			MS	091		
4446981	Spring Plains (historical)	spring-plains-historical	US		0	America/Chicago	32.14182	-90.80427	32			MS	021		
4446984	Spring Ridge	spring-ridge	US		0	America/Chicago	32.18765	-90.32981	128	Cooperville,Myers,Spring Ridge		MS	049		
4447014	Springfield (historical)	springfield-historical	US		0	America/Chicago	31.74739	-91.19039	47			MS	063		
4447076	Squirrel Hill	squirrel-hill	US		0	America/Chicago	32.41125	-90.12981	111			MS	089		
4447078	Stage	stage	US		0	America/Chicago	32.28265	-89.63507	124	Stage,Track		MS	123		
4447087	Stallo	stallo	US		0	America/Chicago	32.92013	-89.10062	149	Maurine,Stallo		MS	099		
4447090	Stamper (historical)	stamper-historical	US		0	America/Chicago	32.51347	-89.142	140	Pinkney,Stamper (historical)		MS	101		
4447092	Stampley	stampley	US		0	America/Chicago	31.63711	-91.13122	66			MS	063		
4447105	Standing Pine	standing-pine	US		504	America/Chicago	32.67375	-89.4334	132			MS	079		
4447157	State Levee (historical)	state-levee-historical	US		0	America/Chicago	34.50483	-90.54177	54			MS	027		
4447191	Station Creek	station-creek	US		0	America/Chicago	31.67794	-89.4834	122			MS	031		
4447211	Steele (historical)	steele-historical	US		0	America/Chicago	33.2154	-89.32646	134			MS	007		
4447229	Steiner	steiner	US		0	America/Chicago	33.61623	-90.61787	41			MS	133		
4447238	Stephens (historical)	stephens-historical	US		0	America/Chicago	31.07518	-90.47371	77			MS	113		
4447295	Stillons (historical)	stillons-historical	US		0	America/Chicago	34.05872	-90.47759	48			MS	027		
4447299	Stinson	stinson	US		0	America/Chicago	32.29126	-88.69088	184			MS	075		
4447313	Stokely	stokely	US		0	America/Chicago	34.26566	-90.72038	52			MS	027		
4447316	Stokes (historical)	stokes-historical	US		0	America/Chicago	34.41677	-90.56955	53	Stokes (historical),Stokes Plantation		MS	027		
4447338	Stonegate	stonegate	US		0	America/Chicago	32.46264	-90.09731	110			MS	089		
4447339	Stonegate	stonegate	US		0	America/Chicago	33.44873	-88.81172	108			MS	105		
4447368	Story (historical)	story-historical	US		0	America/Chicago	31.45017	-89.88425	101			MS	065		
4447404	Strayhorn	strayhorn	US		0	America/Chicago	34.61233	-90.14398	72			MS	137		
4447414	Strengthford	strengthford	US		0	America/Chicago	31.61378	-88.88477	69			MS	153		
4447420	Strickland	strickland	US		0	America/Chicago	34.87842	-88.44144	171			MS	003		
4447457	Stronghope	stronghope	US		0	America/Chicago	31.74405	-90.26342	97	Strong Hope,Stronghope		MS	029		
4447477	Sturdivant (historical)	sturdivant-historical	US		0	America/Chicago	33.82984	-90.32926	41			MS	135		
4447488	Suburban Acres	suburban-acres	US		0	America/Chicago	34.27788	-88.60977	107			MS	081		
4447489	Sucarnoochee	sucarnoochee	US		0	America/Chicago	32.73124	-88.47309	68	Sucarnochee,Sucarnooche,Sucarnoochee		MS	069		
4447492	Success (historical)	success-historical	US		0	America/Chicago	32.20265	-89.2834	119			MS	061		
4447528	Sumbax	sumbax	US		0	America/Chicago	31.23546	-89.92314	70			MS	091		
4447540	Summertree	summertree	US		0	America/Chicago	32.47653	-90.13759	109			MS	089		
4447541	Summerville (historical)	summerville-historical	US		0	America/Chicago	32.94402	-88.73533	175			MS	103		
4447544	Summerwood	summerwood	US		0	America/Chicago	32.32237	-90.05508	104			MS	121		
4447573	Sunday (historical)	sunday-historical	US		0	America/Chicago	34.35011	-90.45288	51			MS	027		
4447589	Sunflower Landing	sunflower-landing	US		0	America/Chicago	34.16432	-90.80282	45			MS	027		
4447597	Sunkist	sunkist	US		0	America/Chicago	32.24876	-90.25565	95			MS	049		
4447616	Sunrise	sunrise	US		0	America/Chicago	31.3124	-89.21395	63			MS	035		
4447617	Sunrise	sunrise	US		0	America/Chicago	32.77069	-89.43896	120	Roan,Rowan,Sunrise,Word		MS	079		
4447629	Sunrise Point	sunrise-point	US		0	America/Chicago	32.38153	-89.99869	92			MS	121		
4447641	Suqualena	suqualena	US		0	America/Chicago	32.44347	-88.82644	120	Sookalena,Suqualena		MS	075		
4447647	Susie	susie	US		0	America/Chicago	33.75428	-89.55008	97			MS	043		
4447690	Sweatman	sweatman	US		0	America/Chicago	33.63429	-89.5798	90			MS	097		
4447693	Sweedenburg Estates	sweedenburg-estates	US		0	America/Chicago	33.47651	-88.37032	55			MS	087		
4447778	Sycamore (historical)	sycamore-historical	US		0	America/Chicago	33.91317	-88.88006	117			MS	017		
4447788	Sykes	sykes	US		0	America/Chicago	32.09404	-88.59226	97			MS	023		
4447789	Sykes (historical)	sykes-historical	US		0	America/Chicago	33.77317	-88.61088	90			MS	095		
4447803	Sylvarena	sylvarena	US		106	America/Chicago	32.01099	-89.38062	111			MS	129		
4447817	Symonds	symonds	US		0	America/Chicago	33.834	-90.89038	44			MS	011		
4447818	Synagogue	synagogue	US		0	America/Chicago	34.78343	-88.55977	138	Synagogue,Synagouge		MS	003		
4447845	Tabbville	tabbville	US		0	America/Chicago	33.84734	-89.08673	95			MS	017		
4447846	Tabernacle (historical)	tabernacle-historical	US		0	America/Chicago	33.07846	-89.42868	157			MS	007		
4447887	Tall Pines	tall-pines	US		0	America/Chicago	31.31267	-89.3584	69			MS	073		
4447900	Tallahala	tallahala	US		0	America/Chicago	31.38656	-89.12311	53	Macedonia,Tallahala		MS	111		
4447920	Tallahoma (historical)	tallahoma-historical	US		0	America/Chicago	32.1232	-89.12061	146			MS	061		
4447922	Tallahomo	tallahomo	US		0	America/Chicago	31.53267	-89.07561	58	Tallahoma,Tallahomo,Williams Precinct		MS	067		
4447927	Tallow (historical)	tallow-historical	US		0	America/Chicago	32.30014	-89.11673	128	Tala Town,Talla,Tallow (historical)		MS	101		
4447931	Talowah	talowah	US		0	America/Chicago	31.07601	-89.43034	83			MS	073		
4447933	Tamburo (historical)	tamburo-historical	US		0	America/Chicago	33.47373	-90.92371	37			MS	151		
4447934	Tamola	tamola	US		0	America/Chicago	32.5868	-88.47698	70	Tamola,Tamola Station		MS	069		
4447949	Tanglewood	tanglewood	US		0	America/Chicago	32.2757	-89.30479	130			MS	101		
4447950	Tanglewood	tanglewood	US		0	America/Chicago	33.81678	-88.57088	69			MS	095		
4447951	Tanglewood	tanglewood	US		0	America/Chicago	33.4779	-88.80839	93			MS	105		
4447959	Tandy	tandy	US		0	America/Chicago	33.96261	-90.16481	44			MS	135		
4447978	Tara Estates	tara-estates	US		0	America/Chicago	34.40372	-89.55008	135			MS	071		
4447992	Taska	taska	US		0	America/Chicago	34.91898	-89.56536	122			MS	093		
4448017	Tavern Hill	tavern-hill	US		0	America/Chicago	32.43486	-90.0737	100			MS	089		
4448018	Tawanta	tawanta	US		0	America/Chicago	31.54767	-89.2495	103	Alene,Foxs Mill,Tawanta		MS	067		
4448066	Taylors (historical)	taylors-historical	US		0	America/Chicago	33.19374	-88.73477	70			MS	103		
4448091	Teckville	teckville	US		0	America/Chicago	34.50649	-89.66286	92	Bedenbough,Teckville		MS	071		
4448103	Temperence Hill (historical)	temperence-hill-historical	US		0	America/Chicago	33.79178	-88.3417	118			MS	095		
4448126	Templeton Meadows	templeton-meadows	US		0	America/Chicago	33.47512	-88.80894	100			MS	105		
4448146	Teoc	teoc	US		0	America/Chicago	33.57929	-90.05536	47			MS	015		
4448156	Terrapin Hill	terrapin-hill	US		0	America/Chicago	32.29098	-90.02869	108			MS	121		
4448165	Terrells (historical)	terrells-historical	US		0	America/Chicago	33.75928	-88.62588	80			MS	095		
4448185	Terrys Creek	terrys-creek	US		0	America/Chicago	31.06879	-90.52815	101			MS	005		
4448192	Texas	texas	US		0	America/Chicago	30.88602	-89.272	69			MS	131		
4448193	Texas (historical)	texas-historical	US		0	America/Chicago	32.59875	-88.89394	140			MS	069		
4448207	The Breakers	the-breakers	US		0	America/Chicago	32.4107	-90.08981	85			MS	089		
4448208	The Briars	the-briars	US		0	America/Chicago	32.34959	-90.30454	100			MS	049		
4448210	The Cascades	the-cascades	US		0	America/Chicago	32.35431	-90.30204	92			MS	049		
4448218	The Commons	the-commons	US		0	America/Chicago	32.30987	-90.03203	123			MS	121		
4448220	The Dell	the-dell	US		0	America/Chicago	34.36177	-89.52147	148			MS	071		
4448221	The Islands	the-islands	US		0	America/Chicago	32.35431	-90.2987	89			MS	049		
4448222	The Meadows of Trailwood	the-meadows-of-trailwood	US		0	America/Chicago	32.31681	-90.33204	92			MS	049		
4448231	Theo	theo	US		0	America/Chicago	34.93092	-88.69755	159			MS	003		
4448284	Thompson (historical)	thompson-historical	US		0	America/Chicago	33.11679	-89.37924	167	Sherrills Springs,Thompson (historical)		MS	007		
4448349	Thorn	thorn	US		0	America/Chicago	33.94261	-89.10256	100	Flatwoods,Thorn		MS	017		
4448370	Thrasher	thrasher	US		0	America/Chicago	34.71954	-88.53394	147	Rugg,Thrasher		MS	117		
4448374	Threadville	threadville	US		0	America/Chicago	31.97432	-88.51142	82			MS	023		
4448389	Thweatt (historical)	thweatt-historical	US		0	America/Chicago	33.01957	-89.64286	107			MS	007		
4448390	Thyatira	thyatira	US		0	America/Chicago	34.63399	-89.75564	112	Thyatira,Thyatria		MS	137		
4448395	Tibbee	tibbee	US		0	America/Chicago	33.52845	-88.63144	62	Tibbee,Tibbee Station		MS	025		
4448402	Tibbs	tibbs	US		0	America/Chicago	34.46733	-90.3101	52			MS	143		
4447944	Tangipahoa	tangipahoa	US	70465	0	America/Chicago	31.2599	-90.56954	123			MS	005		
4448448	Timber Lakes	timber-lakes	US		0	America/Chicago	32.38764	-90.04175	95			MS	121		
4448449	Timber Ridge	timber-ridge	US		0	America/Chicago	30.3252	-89.27643	3			MS	047		
4448450	Timbercove	timbercove	US		0	America/Chicago	33.4354	-88.81255	110			MS	105		
4448451	Timberlane	timberlane	US		0	America/Chicago	32.24737	-90.82371	67			MS	149		
4448456	Tinnin	tinnin	US		0	America/Chicago	32.42431	-90.34537	82			MS	049		
4448500	Tisdell Landing	tisdell-landing	US		0	America/Chicago	32.93235	-90.75676	29			MS	125		
4448540	Tocowa	tocowa	US		0	America/Chicago	34.22372	-90.05981	72	Tocawa Springs,Tocowa		MS	107		
4448548	Togo	togo	US		0	America/Chicago	33.28484	-88.38476	61			MS	103		
4448557	Tolar Subdivision	tolar-subdivision	US		0	America/Chicago	33.82011	-88.55504	73			MS	095		
4448558	Tolarville	tolarville	US		0	America/Chicago	33.04735	-90.2187	107	Tolarsville,Tolarville		MS	051		
4448564	Tollison	tollison	US		0	America/Chicago	33.25346	-89.19146	155			MS	019		
4448600	Tomnolen	tomnolen	US		0	America/Chicago	33.48485	-89.36063	109			MS	019		
4448613	Toomer (historical)	toomer-historical	US		0	America/Chicago	32.41125	-89.12589	122			MS	101		
4448623	Topisaw	topisaw	US		0	America/Chicago	31.2899	-90.27315	108	Carters Creek,Topisaw		MS	113		
4448631	Touchstone	touchstone	US		0	America/Chicago	31.99849	-90.03453	113			MS	127		
4448685	Traceland	traceland	US		0	America/Chicago	34.25122	-88.75033	95			MS	081		
4448686	Traceland North	traceland-north	US		0	America/Chicago	32.44792	-90.11175	96			MS	089		
4448688	Tracewood	tracewood	US		0	America/Chicago	34.26538	-88.7545	95			MS	081		
4448694	Trailwood	trailwood	US		0	America/Chicago	32.32237	-90.32787	104			MS	049		
4448695	Tralake	tralake	US		0	America/Chicago	33.2704	-90.79482	32	Trail Lake,Tralake		MS	151		
4448696	Tranquil	tranquil	US		0	America/Chicago	33.94233	-88.59949	85			MS	095		
4448719	Traxler	traxler	US		0	America/Chicago	32.00988	-89.64952	173			MS	129		
4448722	Treasure Cove	treasure-cove	US		0	America/Chicago	32.42737	-90.09036	94			MS	089		
4448740	Tribbett	tribbett	US		0	America/Chicago	33.35151	-90.79843	35			MS	151		
4448747	Trapp	trapp	US		0	America/Chicago	32.73958	-89.21367	158			MS	099		
4448752	Trinity (historical)	trinity-historical	US		0	America/Chicago	33.34595	-88.46226	68	Bryans Store,Trinity (historical)		MS	087		
4448795	Triplets Corners	triplets-corners	US		0	America/Chicago	33.09124	-88.82172	97	Triplets Corners,Triplett Town		MS	159		
4448805	Trotter Landing	trotter-landing	US		0	America/Chicago	34.54371	-90.53316	48	Glendale Landing,Trotter Landing,Trotter's Landing,Trotters		MS	143		
4448847	Truitt	truitt	US		0	America/Chicago	32.80708	-89.90897	104			MS	089		
4448855	Tryus	tryus	US		0	America/Chicago	31.69155	-90.19925	91			MS	077		
4448874	Tucker Place	tucker-place	US		0	America/Chicago	33.81206	-88.54227	66			MS	095		
4448876	Tuckers Crossing	tuckers-crossing	US		0	America/Chicago	31.62739	-89.09006	67	Geddie,Tucker,Tucker Crossing,Tuckers,Tuckers Crossing		MS	067		
4448877	Tuckers Crossing	tuckers-crossing	US		0	America/Chicago	32.65403	-89.57396	102	Ruckers Crossing,Tuckers Crossing		MS	079		
4448898	Tunica North	tunica-north	US		0	America/Chicago	34.70288	-90.37788	59	North Tunica,Tunica North		MS	143		
4448982	Turnbull	turnbull	US		0	America/Chicago	31.0224	-91.29205	77	Johnstons Station,Turnbull		MS	157		
4449009	Turners Flat	turners-flat	US		0	America/Chicago	33.62345	-90.85427	38			MS	011		
4449014	Turnetta	turnetta	US		0	America/Chicago	32.62542	-89.99314	83			MS	089		
4449018	Turnpike	turnpike	US		0	America/Chicago	34.28983	-89.1234	114			MS	115		
4449034	Tuscan	tuscan	US		0	America/Chicago	33.31235	-89.15451	167	Blantons Gap,Tuscan		MS	019		
4449064	Twelve Oaks	twelve-oaks	US		0	America/Chicago	32.48209	-90.15564	114			MS	089		
4449071	Twin	twin	US		0	America/Chicago	31.00768	-89.79813	37			MS	091		
4449075	Twin Harbor	twin-harbor	US		0	America/Chicago	32.4732	-90.05286	92			MS	089		
4449127	Tyson	tyson	US		0	America/Chicago	33.934	-89.53341	72			MS	161		
4449361	Uniontown (historical)	uniontown-historical	US		0	America/Chicago	31.7585	-91.17289	57			MS	063		
4449375	Unity (historical)	unity-historical	US		0	America/Chicago	33.17096	-89.73064	126	North West,Unity (historical)		MS	007		
4449408	University Estates	university-estates	US		0	America/Chicago	33.45846	-88.777	100			MS	105		
4449410	University Heights	university-heights	US		0	America/Chicago	33.45068	-88.807	110			MS	105		
4449421	Updike	updike	US		0	America/Chicago	33.05957	-90.76871	31	Lanhark,Updike		MS	125		
4449457	Urbo (historical)	urbo-historical	US		0	America/Chicago	32.31959	-89.08617	101	Skinners Switch,Urbo (historical)		MS	101		
4449466	Ustane	ustane	US		0	America/Chicago	31.28684	-90.83149	122			MS	005		
4449473	Usrytown	usrytown	US		0	America/Chicago	32.38653	-89.38118	137			MS	123		
4449479	Valena (historical)	valena-historical	US		0	America/Chicago	32.9543	-89.88342	70			MS	007		
4449480	Valewood	valewood	US		0	America/Chicago	33.00485	-91.11122	34			MS	055		
4449493	Valley Hill	valley-hill	US		0	America/Chicago	33.50429	-90.06119	51	Donley,Valley Hill		MS	015		
4449511	Value	value	US		0	America/Chicago	32.28765	-89.99564	117	Brandon Depot,Brandon Station,Value		MS	121		
4449521	Van Winkle	van-winkle	US		0	America/Chicago	32.29876	-90.2637	114			MS	049		
4449553	Vassar (historical)	vassar-historical	US		0	America/Chicago	33.83706	-88.42504	101			MS	095		
4449554	Vasser	vasser	US		0	America/Chicago	33.83178	-88.55838	77			MS	095		
4449569	Vaughts	vaughts	US		0	America/Chicago	31.16934	-90.26287	87	Vaughts,Vaughts Mill		MS	113		
4449573	Vennie Park	vennie-park	US		0	America/Chicago	31.63211	-89.5459	93	The Quarters,Vennie Park		MS	031		
4449576	Verba	verba	US		0	America/Chicago	32.1357	-89.17423	127			MS	061		
4449580	Verna	verna	US		0	America/Chicago	31.37323	-90.24259	119			MS	077		
4449607	Verona Heights	verona-heights	US		0	America/Chicago	34.19039	-88.71255	98			MS	081		
4449610	Vestry	vestry	US		0	America/Chicago	30.72686	-88.77586	12			MS	059		
4449613	Veto	veto	US		0	America/Chicago	31.57795	-90.77093	88			MS	037		
4449617	Vickland	vickland	US		0	America/Chicago	33.0429	-90.84788	33			MS	125		
4449656	Villa del Rey	villa-del-rey	US		0	America/Chicago	31.31017	-89.35423	91			MS	073		
4449658	Village Glen	village-glen	US		0	America/Chicago	32.40709	-90.10203	107			MS	089		
4449661	Village Square	village-square	US		0	America/Chicago	32.41125	-90.10009	99			MS	089		
4449665	Vimville	vimville	US		0	America/Chicago	32.33014	-88.57282	135			MS	075		
4449683	Virlilia	virlilia	US		0	America/Chicago	32.62625	-90.13148	64	Virilia,Virlilia,Virlilia Plantation		MS	089		
4449687	Volcan (historical)	volcan-historical	US		0	America/Chicago	32.26209	-89.19562	126			MS	101		
4449692	Vowell	vowell	US		0	America/Chicago	32.98291	-89.30757	137	Vowell,Vowell Town		MS	159		
4449696	Vrue (historical)	vrue-historical	US		0	America/Chicago	31.99515	-89.16811	121			MS	061		
4449995	Wade (historical)	wade-historical	US		0	America/Chicago	33.84095	-90.46454	41			MS	133		
4450022	Wahalak	wahalak	US		0	America/Chicago	32.90569	-88.52976	56	Mount Wawholock,Wahalak,Wahalock		MS	069		
4450033	Wakeland	wakeland	US		0	America/Chicago	33.61873	-90.19953	41			MS	083		
4450035	Walden (historical)	walden-historical	US		0	America/Chicago	33.934	-88.42782	99	Johnsons Crossing,Walden (historical)		MS	095		
4450049	Waldrup	waldrup	US		0	America/Chicago	31.96515	-89.10783	95	Alto,Waldrup		MS	061		
4450051	Waites	waites	US		0	America/Chicago	34.70176	-89.37952	133	Waites,Waites Siding,Waits		MS	093		
4450093	Walker Siding	walker-siding	US		0	America/Chicago	34.83203	-88.28893	139	Walker,Walker Siding,Walkers Siding,Walkers Switch		MS	141		
4450101	Walkers Gin	walkers-gin	US		0	America/Chicago	33.64456	-88.97089	83			MS	025		
4450105	Walkiah (historical)	walkiah-historical	US		0	America/Chicago	30.57075	-89.78701	11	Wakia,Walkiah (historical)		MS	109		
4450124	Wallace Creek	wallace-creek	US		0	America/Chicago	34.16039	-89.89231	90			MS	161		
4450136	Wallerville	wallerville	US		0	America/Chicago	34.44177	-88.94589	166			MS	145		
4450138	Wallfield	wallfield	US		0	America/Chicago	34.10927	-89.02701	123			MS	115		
4450140	Wallhill	wallhill	US		0	America/Chicago	34.71454	-89.70397	117	Wall Hill,Wallhill		MS	093		
4450202	Waltersville	waltersville	US		0	America/Chicago	32.37959	-90.86788	38			MS	149		
4450225	Waltonia (historical)	waltonia-historical	US		0	America/Chicago	33.51956	-90.63787	36			MS	133		
4450230	Wanilla	wanilla	US		0	America/Chicago	31.64294	-90.13175	64			MS	077		
4450263	Wardwell	wardwell	US		0	America/Chicago	31.34295	-89.37562	64			MS	073		
4450293	Warren Place	warren-place	US		0	America/Chicago	32.22793	-90.23342	107			MS	049		
4450299	Warrenton Heights	warrenton-heights	US		0	America/Chicago	32.23765	-90.91677	57			MS	149		
4450339	Water Valley Landing	water-valley-landing	US		0	America/Chicago	34.14928	-89.77342	74			MS	161		
4450349	Waterfront Estates	waterfront-estates	US		0	America/Chicago	33.50151	-88.94173	95			MS	105		
4450358	Waters Landing	waters-landing	US		0	America/Chicago	30.79074	-88.46474	15			MS	039		
4450361	Waterwood	waterwood	US		0	America/Chicago	32.38153	-89.99036	91			MS	121		
4450363	Wateroaks	wateroaks	US		0	America/Chicago	32.37848	-90.33981	82			MS	049		
4450376	Watkins Subdivision	watkins-subdivision	US		0	America/Chicago	33.82817	-88.5606	76			MS	095		
4450382	Watson Center	watson-center	US		0	America/Chicago	34.7876	-89.67092	115			MS	093		
4450410	Wautubbee	wautubbee	US		0	America/Chicago	32.11626	-88.85838	115	Hells Valley,Wautubbee		MS	023		
4450428	Way	way	US		0	America/Chicago	32.74402	-90.03314	64	Way,Ways Bluff		MS	089		
4450467	Weathersby	weathersby	US		0	America/Chicago	31.93932	-89.83174	116	Carraway,Weathersby		MS	127		
4450516	Weems (historical)	weems-historical	US		0	America/Chicago	31.90849	-88.9645	109			MS	061		
4450544	Wellborn Subdivision	wellborn-subdivision	US		0	America/Chicago	33.4529	-88.81394	104			MS	105		
4450556	Wells Town	wells-town	US		0	America/Chicago	31.02296	-89.47479	96			MS	073		
4450558	Wenasoga	wenasoga	US		0	America/Chicago	34.98703	-88.5906	144	Sogie,Wenasoga		MS	003		
4450562	Wesley (historical)	wesley-historical	US		0	America/Chicago	33.77456	-88.45865	66			MS	095		
4450643	West Corinth	west-corinth	US		0	America/Chicago	34.94148	-88.53088	146			MS	003		
4450653	West Days	west-days	US		0	America/Chicago	34.91148	-90.09593	74			MS	033		
4450669	West Enterprise	west-enterprise	US		0	America/Chicago	32.17237	-88.82505	75			MS	023		
4450687	West Gulfport	west-gulfport	US		71329	America/Chicago	30.40409	-89.0942	8			MS	047		
4450695	West Hattiesburg	west-hattiesburg	US		5909	America/Chicago	31.31906	-89.37506	77			MS	073		
4450700	West Hill	west-hill	US		0	America/Chicago	33.10235	-89.91481	119			MS	051		
4450717	West King	west-king	US		0	America/Chicago	31.75071	-88.70087	63			MS	153		
4450722	West Lake Manor	west-lake-manor	US		0	America/Chicago	31.31129	-89.36534	66			MS	073		
4450730	West Leesburg	west-leesburg	US		0	America/Chicago	32.44181	-89.78952	111			MS	121		
4450731	West Lincoln	west-lincoln	US		0	America/Chicago	31.49295	-90.56927	143			MS	085		
4450770	West Poplarville	west-poplarville	US		0	America/Chicago	30.83435	-89.57145	94			MS	109		
4450772	West Port (historical)	west-port-historical	US		0	America/Chicago	33.48706	-88.45504	49			MS	087		
4450808	West View	west-view	US		0	America/Chicago	32.3632	-90.42871	85			MS	049		
4450817	Westchester Hills	westchester-hills	US		0	America/Chicago	32.3257	-90.26926	117			MS	049		
4450819	Western Hills	western-hills	US		0	America/Chicago	32.2557	-90.31537	110			MS	049		
4450826	Westland Heights	westland-heights	US		0	America/Chicago	33.4529	-88.87783	82			MS	105		
4450838	Westonia (historical)	westonia-historical	US		0	America/Chicago	30.30158	-89.58339	7			MS	045		
4450842	Westover West	westover-west	US		0	America/Chicago	31.33351	-89.36951	60			MS	073		
4450547	Wells	wells	US	04090	0	America/Chicago	32.32098	-90.10786	84			MS	121		
4450868	Whaley	whaley	US		0	America/Chicago	33.62373	-90.1062	40	Dodds Ferry,Whaley		MS	015		
4450897	Whispering Pines	whispering-pines	US		0	America/Chicago	33.43679	-88.86589	97			MS	105		
4450899	Whitaker	whitaker	US		0	America/Chicago	31.02545	-91.10372	104	Whitaker,Whittaker		MS	157		
4450902	Whistler	whistler	US		0	America/Chicago	31.69711	-88.80449	114			MS	153		
4450910	White Apple	white-apple	US		0	America/Chicago	31.45711	-91.07427	66	White Apple,Whiteapple		MS	037		
4450911	White Cap	white-cap	US		0	America/Chicago	31.21545	-90.97455	128			MS	005		
4450938	White Harbor	white-harbor	US		0	America/Chicago	30.33075	-89.2056	8			MS	047		
4450941	White House (historical)	white-house-historical	US		0	America/Chicago	32.18765	-88.81949	73			MS	023		
4450942	White House Landing	white-house-landing	US		0	America/Chicago	32.93374	-90.76038	31	White House Landing,Whitehouse Landing		MS	125		
4450999	White Sand	white-sand	US		0	America/Chicago	30.79935	-89.65812	43			MS	109		
4451015	Whitebury	whitebury	US		0	America/Chicago	33.42956	-88.37643	55			MS	087		
4451024	Whitehead	whitehead	US		0	America/Chicago	33.84873	-90.2987	44			MS	135		
4451040	Whites	whites	US		0	America/Chicago	33.6604	-88.62088	78	White,White Station,Whites		MS	025		
4451041	Whites	whites	US		0	America/Chicago	32.08654	-90.19259	110	Clear Branch,Whites		MS	121		
4451059	Whites Creek East	whites-creek-east	US		0	America/Chicago	33.56179	-89.28201	122			MS	155		
4451061	Whites Creek West	whites-creek-west	US		0	America/Chicago	33.56179	-89.29035	128			MS	155		
4451062	Whites Crossing	whites-crossing	US		0	America/Chicago	30.84825	-89.04032	79			MS	131		
4451068	Whitesand	whitesand	US		0	America/Chicago	31.60128	-89.91841	119			MS	065		
4451102	Whitten Town	whitten-town	US		0	America/Chicago	34.77704	-89.05923	134			MS	139		
4451117	Wicker	wicker	US		0	America/Chicago	32.21876	-89.54313	159			MS	129		
4451125	Wickward (historical)	wickward-historical	US		0	America/Chicago	32.27237	-89.08339	121			MS	101		
4451133	Wiehe	wiehe	US		0	America/Chicago	30.47936	-89.49506	25			MS	045		
4451153	Wilco Estates	wilco-estates	US		0	America/Chicago	34.74871	-89.98203	98			MS	033		
4451172	Wildwood (historical)	wildwood-historical	US		0	America/Chicago	34.37844	-90.44815	53			MS	027		
4451182	Wilemon	wilemon	US		0	America/Chicago	34.26122	-88.7445	92			MS	081		
4451225	Willcox (historical)	willcox-historical	US		0	America/Chicago	33.94039	-88.4481	82			MS	095		
4451334	Willing	willing	US		0	America/Chicago	31.96099	-90.60426	63			MS	029		
4451371	Willowood	willowood	US		0	America/Chicago	32.25431	-90.29731	111			MS	049		
4451375	Willowtown	willowtown	US		0	America/Chicago	31.63211	-89.47507	120			MS	031		
4451384	Wilson (historical)	wilson-historical	US		0	America/Chicago	31.18491	-88.74448	68			MS	041		
4451430	Wiltshire	wiltshire	US		0	America/Chicago	33.30457	-89.85675	128	Mount Ida,Wiltshire		MS	015		
4451432	Wilzone	wilzone	US		0	America/Chicago	32.93485	-90.4987	32			MS	053		
4451435	Winborn	winborn	US		0	America/Chicago	34.63121	-89.27313	112	Reeds Switch,Reids Switch,Winborn		MS	009		
4451459	Wingfield Place	wingfield-place	US		0	America/Chicago	32.2807	-90.24592	105			MS	049		
4451476	Windsor Forest	windsor-forest	US		0	America/Chicago	32.24848	-90.27037	110			MS	049		
4451491	Wise Gap	wise-gap	US		0	America/Chicago	33.899	-88.33171	122	Wise Gap,Wises Gap		MS	095		
4451558	Wolf Springs	wolf-springs	US		0	America/Chicago	32.2982	-88.68949	178			MS	075		
4451560	Wolfe Creek (historical)	wolfe-creek-historical	US		0	America/Chicago	33.49179	-88.65838	74			MS	087		
4451580	Wood Manor	wood-manor	US		0	America/Chicago	33.44262	-88.82644	104			MS	105		
4451582	Wood Springs	wood-springs	US		0	America/Chicago	33.43818	-89.35951	128			MS	019		
4451597	Woodcrest	woodcrest	US		0	America/Chicago	33.82984	-88.5581	78			MS	095		
4451614	Woodland Heights	woodland-heights	US		0	America/Chicago	33.55845	-88.42782	79			MS	087		
4451615	Woodland Heights	woodland-heights	US		0	America/Chicago	33.81845	-88.57088	70			MS	095		
4451616	Woodland Heights	woodland-heights	US		0	America/Chicago	33.47373	-88.80422	95			MS	105		
4451621	Woodland Hills Estates	woodland-hills-estates	US		0	America/Chicago	34.40011	-89.4973	155			MS	071		
4451646	Woodlawn Court	woodlawn-court	US		0	America/Chicago	31.31656	-89.29645	54			MS	035		
4451656	Woodmoor	woodmoor	US		0	America/Chicago	32.34181	-90.34176	105			MS	049		
4451680	Woodville Heights	woodville-heights	US		0	America/Chicago	32.26126	-90.26148	96			MS	049		
4451685	Woodwards	woodwards	US		0	America/Chicago	31.69377	-88.66393	55			MS	153		
4451688	Wool Market	wool-market	US		0	America/Chicago	30.4677	-88.99587	10			MS	047		
4451693	Woolworth	woolworth	US		0	America/Chicago	31.63322	-90.27342	100			MS	085		
4451728	Wright Subdivision	wright-subdivision	US		0	America/Chicago	34.264	-88.73339	86			MS	081		
4451744	Wyatte	wyatte	US		0	America/Chicago	34.64177	-89.69425	142			MS	137		
4451754	X-Prairie	x-prairie	US		0	America/Chicago	33.14707	-88.46476	79	Prairie,X-Prairie		MS	103		
4451786	Yamacraw (historical)	yamacraw-historical	US		0	America/Chicago	30.63269	-89.80007	15			MS	109		
4451803	Yarbrough	yarbrough	US		0	America/Chicago	34.18761	-90.29037	48			MS	119		
4451824	Yazoo Junction	yazoo-junction	US		0	America/Chicago	32.88819	-90.38954	30			MS	163		
4451855	Yellow Lake	yellow-lake	US		0	America/Chicago	34.46816	-90.19259	52			MS	107		
4451876	Yocona	yocona	US		0	America/Chicago	34.27816	-89.4148	98	Stringtown,Yocona		MS	071		
4451904	Yokena	yokena	US		0	America/Chicago	32.17515	-90.94205	32			MS	149		
4451919	Youngs	youngs	US		0	America/Chicago	33.85317	-89.53452	76	Yeagersville,Youngs		MS	043		
4451929	Youngton	youngton	US		0	America/Chicago	32.44764	-90.62038	77			MS	149		
4451936	Zama	zama	US		0	America/Chicago	32.97513	-89.38007	127	Ayres,Zama		MS	007		
4451939	Zaphyr Hill	zaphyr-hill	US		0	America/Chicago	32.77486	-89.24312	159	Zaphyr Hill,Zephyr Hill		MS	099		
4451943	Zelleria	zelleria	US		0	America/Chicago	32.96374	-90.34953	32	Sims Switch,Zelleria,Zelleria Plantation		MS	163		
4451944	Zemuly	zemuly	US		0	America/Chicago	32.9493	-89.72175	93			MS	007		
4451947	Zero	zero	US		0	America/Chicago	32.30014	-88.6506	137			MS	075		
4451948	Zetus	zetus	US		0	America/Chicago	31.56378	-90.52954	146			MS	085		
4451951	Zeiglerville	zeiglerville	US		0	America/Chicago	32.95041	-90.17009	85	New Prospect,Zeiglerville		MS	163		
4451998	Zion Hill	zion-hill	US		0	America/Chicago	31.3149	-90.82677	139			MS	005		
4451999	Zion Hill	zion-hill	US		0	America/Chicago	31.93044	-89.79174	157			MS	127		
4452000	Zion Hill	zion-hill	US		0	America/Chicago	31.83794	-89.56674	141			MS	129		
4452084	Zumbro	zumbro	US		0	America/Chicago	33.77956	-90.67621	42			MS	011		
4452123	Aarons Corner	aarons-corner	US		0	America/New_York	36.53819	-80.29589	339			NC	169	90260	
4452128	Abbottsburg	abbottsburg	US		0	America/New_York	34.51711	-78.72502	33			NC	017	90004	
4452133	Abecrumby (historical)	abecrumby-historical	US		0	America/New_York	35.14404	-80.14006	110			NC	007	90064	
4452153	Abner	abner	US		0	America/New_York	35.49819	-79.90782	230			NC	123	92412	
4452155	Abotts Creek (historical)	abotts-creek-historical	US		0	America/New_York	36.00486	-80.08449	265	Abbots Creek,Abotts Creek (historical)		NC	057	90008	
4452164	Abshers	abshers	US		0	America/New_York	36.36874	-81.11092	445	Abshers,Double Creek		NC	193	93888	
4452171	Acorn Hill	acorn-hill	US		0	America/New_York	36.44265	-76.54773	12	Acorn,Acorn Hill		NC	073	91560	
4452182	Adako	adako	US		0	America/New_York	35.9043	-81.70399	363	Adake,Adako		NC	027	91672	
4452185	Acorn Forest	acorn-forest	US		0	America/New_York	34.76905	-77.4158	7			NC	133	91632	
4452200	Adams Farm	adams-farm	US		0	America/New_York	36.02708	-79.90781	252			NC	081	92124	
4452218	Adcock Crossroads	adcock-crossroads	US		0	America/New_York	36.32959	-78.355	154			NC	181	92824	
4452222	Addie	addie	US		0	America/New_York	35.40593	-83.15987	694			NC	099	92868	
4452225	Addor	addor	US		0	America/New_York	35.07794	-79.46198	90	Addor,Keyser		NC	125		
4452227	Addington Mill	addington-mill	US		0	America/New_York	35.11343	-83.39793	632			NC	113	91156	
4452235	Adley	adley	US		0	America/New_York	36.13374	-81.21231	300			NC	193	92116	
4452239	Advent Crossroads	advent-crossroads	US		0	America/New_York	35.6693	-81.42592	383			NC	035	91468	
4452251	Aho	aho	US		0	America/New_York	36.1593	-81.61649	1147			NC	189	90308	
4452262	Ai	ai	US		0	America/New_York	36.32014	-78.96168	186			NC	145	91120	
4452273	Airboro	airboro	US		0	America/New_York	35.35933	-77.99138	29			NC	191	91260	
4452274	Airlie	airlie	US		0	America/New_York	36.33571	-77.88443	87			NC	083	90468	
4452275	Airlie	airlie	US		0	America/New_York	34.21517	-77.82665	2			NC	129	94044	
4452286	Alamance Acres	alamance-acres	US		0	America/New_York	36.08569	-79.4928	200			NC	001		
4452291	Alamance Hills Subdivision	alamance-hills-subdivision	US		0	America/New_York	36.09875	-79.39752	183			NC	001		
4452295	Alandale	alandale	US		0	America/New_York	34.25684	-77.88443	6			NC	129	91404	
4452296	Alarka	alarka	US		0	America/New_York	35.35315	-83.44544	651			NC	173	90624	
4452305	Albemarle Beach	albemarle-beach	US		0	America/New_York	35.93599	-76.64133	2	Albemarle Beach,Reas Branch		NC	187	91768	
4452332	Albrittons	albrittons	US		0	America/New_York	35.19794	-77.66497	25			NC	107	92224	
4452335	Alder Branch	alder-branch	US		0	America/New_York	36.25183	-76.03076	2	Alder Branch,Cross Branch		NC	029	92920	
4452342	Aldersgate	aldersgate	US		0	America/New_York	34.78739	-77.41635	11			NC	133	91632	
4452358	Alexander Mills	alexander-mills	US		661	America/New_York	35.31068	-81.85871	297	Alexander,Alexander Mills		NC	161	90768	
4452369	Alfordsville	alfordsville	US		0	America/New_York	34.58016	-79.31838	45	Alfords,Alfordsville		NC	155	92760	
4452376	All Star Mobile Home Park	all-star-mobile-home-park	US		0	America/New_York	35.70821	-78.67695	106			NC	183	93200	
4452386	Allegheny	allegheny	US		0	America/New_York	35.98844	-82.66736	641			NC	115		
4452388	Allen Acres	allen-acres	US		0	America/New_York	35.31791	-81.51676	286			NC	045		
4452417	Allen Grove	allen-grove	US		0	America/New_York	36.30543	-77.64442	40			NC	083	91372	
4452421	Allen Hills	allen-hills	US		0	America/New_York	35.29375	-80.80952	239			NC	119		
4452424	Allen Jay	allen-jay	US		0	America/New_York	35.92403	-79.96532	251			NC	081	91484	
4452450	Allens Crossroads	allens-crossroads	US		0	America/New_York	35.38766	-78.47028	66	Allen's Crossroads,Allens Crossroads		NC	101	90144	
4452451	Allens Crossroads	allens-crossroads	US		0	America/New_York	34.9121	-80.40756	176	Allen Crossroads,Allens Cross Roads,Allens Crossroads		NC	179	91736	
4452453	Allens Level	allens-level	US		0	America/New_York	36.32542	-79.02084	191			NC	145	91120	
4452456	Allenstand	allenstand	US		0	America/New_York	35.97288	-82.75292	575	Allen Stand,Allenstand		NC	115		
4452159	Abington	abington	US	02351	0	America/New_York	36.17736	-80.10421	266			NC	067	91696	
4452498	Allin (historical)	allin-historical	US		0	America/New_York	35.50347	-80.322	221			NC	159	91256	
4452499	Allin (historical)	allin-historical	US		0	America/New_York	36.2318	-80.9573	303			NC	193	90976	
4452502	Alligoods	alligoods	US		0	America/New_York	35.55989	-76.94606	11	Allgoods,Alligood,Alligoods		NC	013	92436	
4452507	Allison Ferry	allison-ferry	US		0	America/New_York	35.38875	-80.95757	208			NC	119		
4452519	Allreds	allreds	US		0	America/New_York	35.45319	-79.80559	169			NC	123	91856	
4452529	Alspaugh	alspaugh	US		0	America/New_York	36.14542	-80.25561	302			NC	067	94068	
4452540	Altapass	altapass	US		0	America/New_York	35.89346	-82.01789	836			NC	121	91285	
4452550	Amantha	amantha	US		0	America/New_York	36.27874	-81.77983	829	Amantha,McBrides Mill		NC	189	90788	
4452551	Amarillo Park	amarillo-park	US		0	America/New_York	35.2882	-80.77868	229			NC	119		
4452579	Amity Hill	amity-hill	US		0	America/New_York	35.69736	-80.7734	268			NC	097	90616	
4452583	Ammon Ford	ammon-ford	US		0	America/New_York	34.79267	-78.58668	26			NC	017	93784	
4452610	Amostown	amostown	US		0	America/New_York	36.5243	-80.05421	307	Amos Town,Amostown		NC	169	93016	
4452630	Anderson Creek	anderson-creek	US		0	America/New_York	35.28349	-78.91697	75			NC	085	90060	
4452639	Anderson Heights	anderson-heights	US		0	America/New_York	35.34264	-80.15228	179			NC	167	93028	
4452640	Anderson Heights	anderson-heights	US		0	America/New_York	35.81793	-78.64778	93			NC	183	92612	
4452650	Andersons Crossroads	andersons-crossroads	US		0	America/New_York	36.3621	-77.74165	62	Anderson Crossroads,Andersons Crossroads		NC	083	91088	
4452651	Anderwood Estates	anderwood-estates	US		0	America/New_York	35.34961	-77.90554	34			NC	191	92256	
4452676	Andy Cove	andy-cove	US		0	America/New_York	35.89483	-82.71292	678			NC	115	93706	
4452685	Angelview	angelview	US		0	America/New_York	35.76349	-78.36611	86			NC	183	91992	
4452717	Ansley Heights	ansley-heights	US		0	America/New_York	36.13818	-81.71288	1159			NC	189	90300	
4452804	Anzio Acres	anzio-acres	US		0	America/New_York	35.1335	-78.96919	75			NC	051	92892	
4452822	Appie	appie	US		0	America/New_York	35.59599	-77.74498	33			NC	079	93076	
4452830	Apple Ridge	apple-ridge	US		0	America/New_York	36.11013	-81.6426	855			NC	027	92452	
4452842	Aquadale	aquadale	US		397	America/New_York	35.22737	-80.22562	149			NC	167	93800	
4452844	Aquone	aquone	US		0	America/New_York	35.20731	-83.62711	1014			NC	113	92204	
4452845	Arabia	arabia	US		0	America/New_York	34.95016	-79.12559	68			NC	093	93136	
4452846	Aragona Village	aragona-village	US		0	America/New_York	34.76433	-77.34635	8			NC	133	93976	
4452859	Arbor Hills	arbor-hills	US		0	America/New_York	35.57294	-77.31413	18			NC	147	91344	
4452870	Archdale	archdale	US		0	America/New_York	35.19402	-81.40175	291	Archdale,Crocker		NC	045		
4452871	Archdale	archdale	US		11564	America/New_York	35.91458	-79.97198	264	Archdale,Bush Hill		NC	151	93768	
4452876	Arbor Acres	arbor-acres	US		0	America/New_York	35.79875	-80.22699	204			NC	057	90756	
4452877	Archer Woods	archer-woods	US		0	America/New_York	36.04486	-78.9714	143			NC	063	90932	
4452878	Archer Lodge	archer-lodge	US		4708	America/New_York	35.69404	-78.37556	103	Archer Lodge,Archers Lodge		NC	101	94008	
4452888	Ardennes	ardennes	US		0	America/New_York	35.16044	-78.98364	80			NC	051	91964	
4452891	Ardulusa	ardulusa	US		0	America/New_York	34.96294	-78.91697	28			NC	051	92724	
4452896	Argura	argura	US		0	America/New_York	35.2676	-83.04097	1001			NC	099	90484	
4452934	Arran Hills	arran-hills	US		0	America/New_York	35.02961	-78.98725	64			NC	051	92892	
4452937	Arran Lakes	arran-lakes	US		0	America/New_York	35.02905	-78.97753	57			NC	051	92892	
4452938	Arran Lakes North	arran-lakes-north	US		0	America/New_York	35.03933	-78.99086	62			NC	051	92892	
4452939	Arran Lakes West	arran-lakes-west	US		0	America/New_York	35.01489	-78.98864	51			NC	051	92724	
4452940	Arringdale	arringdale	US		0	America/New_York	36.53126	-76.1841	3			NC	053	92176	
4452947	Arrowhead	arrowhead	US		0	America/New_York	34.14739	-77.92054	7			NC	129	92008	
4452948	Arrowhead	arrowhead	US		0	America/New_York	36.15958	-79.12751	210			NC	135	90580	
4452949	Arrowhead Beach	arrowhead-beach	US		0	America/New_York	36.22321	-76.70939	3	Arrowhead Beach,Hollys Wharf		NC	041		
4452956	Arrowood	arrowood	US		0	America/New_York	35.76154	-78.56917	89			NC	183	92792	
4452961	Arrwood Mill	arrwood-mill	US		0	America/New_York	35.11064	-83.94074	503			NC	039	92192	
4453002	Ascot II	ascot-ii	US		0	America/New_York	35.14322	-78.87753	48			NC	051	90832	
4453023	Ashbrook Park	ashbrook-park	US		0	America/New_York	35.77541	-80.95091	261			NC	097	92924	
4453024	Ashburk	ashburk	US		0	America/New_York	35.9071	-77.85054	34			NC	127	92740	
4453047	Ashebrook Park	ashebrook-park	US		0	America/New_York	35.34236	-81.22619	261			NC	071	90872	
4453051	Ash Hill	ash-hill	US		0	America/New_York	36.39319	-80.57312	334	Ash Hill,Ashhill		NC	171	90984	
4453076	Ashley Forest	ashley-forest	US		0	America/New_York	35.94681	-79.05529	143			NC	135	90620	
4453080	Ashley Heights	ashley-heights	US		380	America/New_York	35.09044	-79.36976	133			NC	093	92600	
4453081	Ashley Heights	ashley-heights	US		0	America/New_York	35.38598	-80.20645	177			NC	167	92296	
4453083	Ashley Park	ashley-park	US		0	America/New_York	35.23459	-80.89146	234			NC	119		
4453084	Ashley Park	ashley-park	US		0	America/New_York	35.85126	-78.64111	124			NC	183	92612	
4453086	Ashley Place	ashley-place	US		0	America/New_York	34.80544	-76.88522	8			NC	031	92272	
4453092	Ashmont	ashmont	US		0	America/New_York	35.07044	-79.35503	144			NC	093	92600	
4453108	Askewville	askewville	US		229	America/New_York	36.10988	-76.93995	19			NC	015	94064	
4453119	Atando Junction	atando-junction	US		0	America/New_York	35.26098	-80.81674	230			NC	119		
4453162	Atwood Acres	atwood-acres	US		0	America/New_York	36.0493	-80.30533	242			NC	067	94068	
4453176	Auld Farm	auld-farm	US		0	America/New_York	35.97124	-81.43065	366			NC	027	91700	
4453179	Aumans Crossroads	aumans-crossroads	US		0	America/New_York	35.55875	-79.8392	210	Auman Corner,Aumans Crossroads		NC	151	93808	
4453188	Ausbon (historical)	ausbon-historical	US		0	America/New_York	35.80488	-76.76411	11			NC	187	92540	
4453190	Aurelian Springs	aurelian-springs	US		0	America/New_York	36.36432	-77.80693	102			NC	083	90468	
4453202	Austin Pines	austin-pines	US		0	America/New_York	35.92238	-77.56136	22			NC	065		
4453216	Autumnwood	autumnwood	US		0	America/New_York	35.2807	-80.7509	221			NC	119		
4453217	Avalon Bench	avalon-bench	US		0	America/New_York	36.04267	-75.67795	2	Avalon Beach,Avalon Bench,Moores Shore		NC	055	90096	
4453221	Avalon Valley	avalon-valley	US		0	America/New_York	36.06291	-79.37724	167			NC	001		
4453223	Aventon	aventon	US		0	America/New_York	36.15293	-77.94971	85			NC	127	91336	
4453238	Avery Creek	avery-creek	US		1950	America/New_York	35.46345	-82.58262	670			NC	021	90108	
4453269	Aycock Crossing	aycock-crossing	US		0	America/New_York	35.62683	-78.05416	47			NC	195	93084	
4453280	Ayersville	ayersville	US		0	America/New_York	36.48708	-80.02504	309			NC	157	91956	
4453288	Azalea Gardens Mobile Home Park	azalea-gardens-mobile-home-park	US		0	America/New_York	35.57905	-77.31441	17			NC	147	91344	
4453301	Bacchus	bacchus	US		0	America/New_York	35.92789	-82.2054	733			NC	199	90804	
4453302	Bachelor	bachelor	US		0	America/New_York	34.90794	-76.75354	3			NC	049	93460	
4453366	Bahama Park	bahama-park	US		0	America/New_York	35.32292	-80.85896	235			NC	119		
4453383	Bailey Camp	bailey-camp	US		0	America/New_York	36.10457	-81.64594	898			NC	027	92452	
4453406	Baileytown	baileytown	US		0	America/New_York	36.31958	-80.14227	235	Bailey Town,Baileytown		NC	169	92852	
4453417	Baird (historical)	baird-historical	US		0	America/New_York	35.78819	-81.40537	294			NC	027	91916	
4453434	Baker Crossroads	baker-crossroads	US		0	America/New_York	35.39263	-81.45259	300	Baker Crossroads,Bakers Crossroads,Turner Crossroads		NC	045		
4453443	Bakers	bakers	US		0	America/New_York	35.02737	-80.60368	197			NC	179	92108	
4453451	Bakers Crossroads	bakers-crossroads	US		0	America/New_York	36.36708	-79.80976	255			NC	157	93936	
4453470	Bakertown	bakertown	US		0	America/New_York	35.93014	-79.96726	257			NC	081	91484	
4453484	Bald Creek	bald-creek	US		0	America/New_York	35.91206	-82.42263	798			NC	199	90492	
4453494	Bald Head Island	bald-head-island	US		171	America/New_York	33.86184	-77.99443	3			NC	019	92992	
4453521	Bald Mountain	bald-mountain	US		0	America/New_York	35.96455	-82.4718	981			NC	199	90980	
4453565	Baldwin Woods	baldwin-woods	US		0	America/New_York	34.34267	-78.68918	29			NC	047	94000	
4453598	Ballard Crossroads	ballard-crossroads	US		0	America/New_York	36.41043	-76.79884	6			NC	073	91376	
4453603	Ballards Crossroad	ballards-crossroad	US		0	America/New_York	35.54794	-77.5033	25	Ballards Crossroad,Ballards Crossroads,Standard,Standard Crossroad		NC	147	90080	
4453642	Bamboo	bamboo	US		0	America/New_York	36.19374	-81.60788	986			NC	189	90308	
4453645	Banalsburg (historical)	banalsburg-historical	US		0	America/New_York	35.1232	-80.99146	195			NC	119		
4453694	Bannertown	bannertown	US		0	America/New_York	36.25208	-80.25144	249			NC	067	90236	
4453695	Bannertown	bannertown	US		0	America/New_York	36.48569	-80.59006	321	Banner Plantation,Banner Town,Bannertown		NC	171	92156	
4453698	Banoak	banoak	US		0	America/New_York	35.58624	-81.40898	358	Banoak,Corinth		NC	035	90140	
4453706	Barbecue	barbecue	US		0	America/New_York	35.33599	-79.03864	76			NC	085	90152	
4453718	Barber	barber	US		0	America/New_York	35.72625	-80.64173	224	Barber,Barbers Junction		NC	159	90692	
4453720	Barber	barber	US		0	America/New_York	36.12266	-76.59244	5			NC	041		
4453723	Barberry Heights	barberry-heights	US		0	America/New_York	35.19011	-82.76346	705			NC	175	90564	
4453729	Barclay Downs	barclay-downs	US		0	America/New_York	35.15737	-80.83424	197			NC	119		
4453730	Barclay Downs	barclay-downs	US		0	America/New_York	35.78321	-78.53306	78			NC	183	92792	
4453731	Barclay Hills	barclay-hills	US		0	America/New_York	34.24684	-77.90249	11			NC	129	94044	
4453732	Barclaysville	barclaysville	US		0	America/New_York	35.46877	-78.69418	102			NC	085	91348	
4453750	Barham	barham	US		0	America/New_York	35.9421	-78.40416	112			NC	183	93880	
4453759	Barker Heights	barker-heights	US		1254	America/New_York	35.31123	-82.44401	647			NC	089	91456	
4453762	Barker Ten Mile	barker-ten-mile	US		952	America/New_York	34.67989	-78.98864	42	Barker Ten Mile,Barker-Ten Mile		NC	155	91940	
4453774	Barlowes	barlowes	US		0	America/New_York	34.44572	-77.59747	9			NC	141	93248	
4453790	Barnes (historical)	barnes-historical	US		0	America/New_York	35.71238	-78.65778	101			NC	183	93200	
4453842	Barretts Crossroads	barretts-crossroads	US		0	America/New_York	36.47043	-77.05552	8			NC	091	91968	
4453845	Barriers Mill	barriers-mill	US		0	America/New_York	35.35681	-80.42784	176			NC	025		
4453849	Barrington Hills	barrington-hills	US		0	America/New_York	35.9357	-79.09973	163	Barington Hills,Barrington Hills		NC	135	90620	
4453900	Basstown	basstown	US		0	America/New_York	35.08711	-78.35639	50			NC	163	91380	
4453902	Bastogne Gables	bastogne-gables	US		0	America/New_York	35.15544	-78.99003	92			NC	051	91964	
4453905	Bass Crossroads	bass-crossroads	US		0	America/New_York	35.98432	-78.0786	91	Bass Crossroads,Bass Store		NC	127	91976	
4453907	Bataan	bataan	US		0	America/New_York	35.16072	-78.97419	90			NC	051	91964	
4453908	Batchelor Crossroads	batchelor-crossroads	US		0	America/New_York	35.94849	-78.0161	62			NC	127	91976	
4453918	Bates Creek	bates-creek	US		0	America/New_York	35.11314	-84.05297	537			NC	039	92192	
4453928	Baton	baton	US		0	America/New_York	35.80735	-81.53176	365			NC	027	92304	
4453947	Battle Forest	battle-forest	US		0	America/New_York	36.14014	-79.84003	241			NC	081	92124	
4453950	Battleground	battleground	US		0	America/New_York	36.24235	-81.9315	1122			NC	011	90212	
4453959	Batts Court	batts-court	US		0	America/New_York	35.60461	-77.47858	24			NC	147	90080	
4453960	Batts Crossroads	batts-crossroads	US		0	America/New_York	35.69044	-77.07996	18	Batts Crossroads,Woolard Crossroads,Woolards Crossroads		NC	013	93904	
4453980	Baumtown	baumtown	US		0	America/New_York	35.85045	-75.65406	2			NC	055	92196	
4454020	Bay Woods	bay-woods	US		0	America/New_York	34.79655	-76.88939	3			NC	031	92272	
4454021	Bayberry Bluffs	bayberry-bluffs	US		0	America/New_York	36.171	-75.75269	11			NC	055	90096	
4454026	Bayleaf	bayleaf	US		0	America/New_York	35.94404	-78.64278	130			NC	183	90164	
4454027	Bayleaf	bayleaf	US		0	America/New_York	35.39544	-77.90665	37			NC	191	92848	
4454030	Baymount Meadows	baymount-meadows	US		0	America/New_York	35.84514	-80.83146	267			NC	097	90240	
4454031	Baynes	baynes	US		0	America/New_York	36.26903	-79.30474	224			NC	033	90056	
4454034	Bayshore	bayshore	US		3393	America/New_York	34.28961	-77.78748	3			NC	129	91404	
4454035	Bayshore	bayshore	US		0	America/New_York	34.74516	-77.42496	5			NC	133	91632	
4454036	Bayshore Park	bayshore-park	US		0	America/New_York	34.69238	-77.04911	3			NC	031	93968	
4454042	Baytree	baytree	US		0	America/New_York	35.58516	-77.34941	22			NC	147	91328	
4454046	Baywood	baywood	US		0	America/New_York	35.54683	-77.39052	21			NC	147	94072	
4454053	Beach Grove	beach-grove	US		0	America/New_York	35.26239	-76.80549	4			NC	013	92664	
4454055	Beach Land Landing	beach-land-landing	US		0	America/New_York	35.79266	-75.90852	0			NC	055	90964	
4454059	Beach Springs	beach-springs	US		0	America/New_York	36.20932	-76.51466	3	Beach Spring,Beach Springs		NC	143	91464	
4454064	Beacon Hills	beacon-hills	US		0	America/New_York	36.00152	-81.53788	389			NC	027	92452	
4454067	Beacon Lake	beacon-lake	US		0	America/New_York	35.79571	-78.57334	83			NC	183	92792	
4454078	Beam Mill	beam-mill	US		0	America/New_York	35.39013	-81.49703	304			NC	045		
4454084	Beaman Crossroads	beaman-crossroads	US		0	America/New_York	35.11933	-78.41389	53	Beaman Crossrads,Beaman Crossroad,Beaman Crossroads,Beamans Crossroads,Herring,Herrings Crossroads		NC	163	91460	
4454185	Bear Grass	bear-grass	US		71	America/New_York	35.76627	-77.12746	17			NC	117	90176	
4454213	Bear Pond	bear-pond	US		0	America/New_York	36.27709	-78.40583	156	Bear Pond,Bearpond,Buena Vista		NC	181	91452	
4454214	Bear Poplar	bear-poplar	US		0	America/New_York	35.67597	-80.6934	237	Bear Poplar,Rocky Mount		NC	159	93112	
4454234	Bear Wallow Hollow	bear-wallow-hollow	US		0	America/New_York	35.10982	-82.95597	946			NC	175	91504	
4454236	Bear Wallow Springs	bear-wallow-springs	US		0	America/New_York	35.11176	-82.95903	936			NC	175	91504	
4454239	Beard	beard	US		0	America/New_York	35.11655	-78.79891	30			NC	051	90968	
4454302	Bearskin	bearskin	US		0	America/New_York	35.05406	-78.43667	53			NC	163	90228	
4454313	Bearwallow	bearwallow	US		0	America/New_York	35.46317	-82.31623	619			NC	089	90972	
4454316	Bearslide	bearslide	US		0	America/New_York	36.48764	-79.74448	184			NC	157	91752	
4454379	Beaufort Meadows	beaufort-meadows	US		0	America/New_York	34.73711	-76.64271	3			NC	031	90180	
4454388	Beautancus	beautancus	US		0	America/New_York	35.11767	-78.03832	48	Beantancus,Beautancus		NC	061	94092	
4454393	Beaux (historical)	beaux-historical	US		0	America/New_York	36.34069	-81.23065	471			NC	193	92184	
4454460	Beaverbrook	beaverbrook	US		0	America/New_York	35.27847	-81.19397	241			NC	071	91216	
4454571	Beckana	beckana	US		0	America/New_York	35.83154	-78.67167	79			NC	183	92612	
4454573	Beckford Junction	beckford-junction	US		0	America/New_York	36.38349	-76.59245	11			NC	073	91560	
4454583	Beckwith	beckwith	US		0	America/New_York	35.52933	-76.78077	4			NC	013	90168	
4454623	Bee Log	bee-log	US		0	America/New_York	35.98455	-82.40874	738	Bee Log,Beelog		NC	199	90980	
4454649	Beech	beech	US		0	America/New_York	35.71178	-82.47013	735			NC	021	92648	
4454655	Beech Brook	beech-brook	US		0	America/New_York	35.25958	-81.06452	196			NC	071	93048	
4454678	Beech Glen	beech-glen	US		0	America/New_York	35.81872	-82.50458	641			NC	115		
4454687	Beech Mountain	beech-mountain	US		320	America/New_York	36.21096	-81.889	1294			NC	189	91744	
4454703	Beechcroft	beechcroft	US		0	America/New_York	36.0443	-79.88642	269			NC	081	92124	
4454704	Beechertown	beechertown	US		0	America/New_York	35.27342	-83.67989	613			NC	113	92204	
4454708	Beechtree	beechtree	US		0	America/New_York	35.82376	-78.77751	118			NC	183	90536	
4454712	Beechwood Shores	beechwood-shores	US		0	America/New_York	36.47377	-76.10049	1			NC	053	90816	
4454716	Beeson Crossroads	beeson-crossroads	US		0	America/New_York	36.08625	-80.10115	298	Beeson Crossroads,Mathis		NC	067	90012	
4454733	Begonia (historical)	begonia-historical	US		0	America/New_York	35.15542	-81.11508	202			NC	071	93048	
4454737	Bel-Air Forest	bel-air-forest	US		0	America/New_York	35.70516	-77.88026	39			NC	195	94048	
4454740	Belair	belair	US		0	America/New_York	35.01239	-78.89919	63			NC	051	92460	
4454741	Belair Estates	belair-estates	US		0	America/New_York	35.46294	-77.41219	16			NC	147	90112	
4454746	Belcross	belcross	US		0	America/New_York	36.34793	-76.15465	1			NC	029	90784	
4454769	Bell Arthur	bell-arthur	US		466	America/New_York	35.59044	-77.51358	24	Arthur Lake,Bell Arthur		NC	147	90080	
4454791	Bell Fork	bell-fork	US		0	America/New_York	35.56488	-77.34941	22	Bell Fork,Bells Fork		NC	147	94072	
4454792	Bell Fork Homes	bell-fork-homes	US		0	America/New_York	34.75627	-77.40024	7			NC	133	91632	
4454816	Bell Fork	bell-fork	US		0	America/New_York	34.76155	-77.40024	7			NC	133	91632	
4454818	Bell Swamp	bell-swamp	US		0	America/New_York	34.13323	-78.0961	6			NC	019	93252	
4454820	Bellair	bellair	US		0	America/New_York	35.16544	-77.12106	6			NC	049	93592	
4454829	Belle Meade	belle-meade	US		0	America/New_York	35.7421	-77.9611	43			NC	195	94048	
4454833	Bellemeade	bellemeade	US		0	America/New_York	35.70014	-80.45311	204			NC	159	91160	
4454839	Bellevue Terrace	bellevue-terrace	US		0	America/New_York	35.83182	-78.64278	99			NC	183	92612	
4454848	Bells Crossroads	bells-crossroads	US		0	America/New_York	34.42628	-77.96138	15			NC	141	91900	
4454849	Bells Crossroads	bells-crossroads	US		0	America/New_York	35.70905	-77.46302	11	Bells Crossing,Bells Crossroads,Belvoir,Belvoir Crossroads		NC	147	90224	
4454856	Belltown	belltown	US		0	America/New_York	36.26931	-78.61111	139			NC	077	91108	
4454857	Bellview	bellview	US		0	America/New_York	34.99119	-84.06713	551	Bell View,Bellview		NC	039	92336	
4454883	Belvedere	belvedere	US		0	America/New_York	35.57016	-77.39219	22			NC	147	94072	
4454884	Belvedere	belvedere	US		0	America/New_York	35.92349	-77.55164	22			NC	065		
4454893	Belville	belville	US		1936	America/New_York	34.23073	-77.96582	1			NC	019	93252	
4454894	Belvoir	belvoir	US		307	America/New_York	35.70821	-77.46497	11	Bells Crossroads,Belvoir,Belvoir Crossroads		NC	147	90224	
4454899	Belwood	belwood	US		929	America/New_York	35.47708	-81.52342	311			NC	045		
4454903	Bells Crossroads	bells-crossroads	US		0	America/New_York	35.6543	-80.88591	266	Bell Crossroads,Bells Cross Roads,Bells Crossroads		NC	097	91076	
4454908	Benaja	benaja	US		0	America/New_York	36.24986	-79.67725	209			NC	157	92960	
4454917	Bending Brook	bending-brook	US		0	America/New_York	35.69847	-80.24144	224			NC	057	92956	
4454918	Benefit (historical)	benefit-historical	US		0	America/New_York	36.15541	-80.06087	289			NC	067	91696	
4454986	Bent Creek	bent-creek	US		0	America/New_York	36.01261	-82.38597	694			NC	199	92616	
4454988	Bent Creek	bent-creek	US		1287	America/New_York	35.509	-82.6079	671			NC	021	90108	
4454995	Bent Tree	bent-tree	US		0	America/New_York	35.30734	-82.48651	718			NC	089	91456	
4455004	Benton Heights	benton-heights	US		0	America/New_York	34.99709	-80.54979	187			NC	179	92108	
4455006	Benton Hills	benton-hills	US		0	America/New_York	35.27178	-82.6879	666			NC	175	90344	
4455008	Bentons Crossroads	bentons-crossroads	US		0	America/New_York	35.10404	-80.53646	188	Benton Crossroads,Bentons Crossroads,Oakville		NC	179	91264	
4455037	Berkeley Manor Area	berkeley-manor-area	US		0	America/New_York	34.70905	-77.3494	8			NC	133	90482	
4455038	Berkeley Village	berkeley-village	US		0	America/New_York	35.36127	-77.94526	35			NC	191	92256	
4455039	Berkley Place	berkley-place	US		0	America/New_York	35.4646	-79.18336	98			NC	105		
4455040	Berkshire Hills	berkshire-hills	US		0	America/New_York	35.96624	-81.44315	377			NC	027	91700	
4455041	Berkshire Hills	berkshire-hills	US		0	America/New_York	35.78125	-80.86674	266			NC	097	93104	
4455042	Bermuda Run	bermuda-run	US		2561	America/New_York	36.00375	-80.422	245			NC	059	91080	
4455053	Berry Mill	berry-mill	US		0	America/New_York	35.16954	-83.30293	633			NC	113	91024	
4455058	Berryhill	berryhill	US		0	America/New_York	35.21875	-80.97424	217			NC	119		
4455062	Berryland	berryland	US		0	America/New_York	36.23347	-79.02473	184			NC	135	91860	
4455090	Best	best	US		0	America/New_York	35.34377	-77.84887	37	Best,Bests		NC	191	92256	
4455100	Beta	beta	US		0	America/New_York	35.39482	-83.19042	653			NC	099	93204	
4455110	Bethania Station	bethania-station	US		0	America/New_York	36.16958	-80.29033	241			NC	067	94068	
4455113	Bethany (historical)	bethany-historical	US		0	America/New_York	35.95736	-80.16421	262	Bethany (historical),Fredericktown,Possumtown		NC	057	92064	
4455161	Bethany Crossroads	bethany-crossroads	US		0	America/New_York	35.0635	-78.69668	43			NC	051	90968	
4454841	Bells	bells	US	38006	0	America/New_York	35.75154	-79.00834	70			NC	037	92240	
4455173	Bethel (historical)	bethel-historical	US		0	America/New_York	36.10655	-76.52577	4			NC	143	91464	
4455293	Bethel Hill	bethel-hill	US		0	America/New_York	36.50459	-78.91695	188			NC	145	91512	
4455392	Bethney Heights	bethney-heights	US		0	America/New_York	35.39959	-80.20978	174			NC	167	92296	
4455411	Bettie	bettie	US		0	America/New_York	34.79127	-76.59604	2			NC	031	93156	
4455472	Beulahtown	beulahtown	US		0	America/New_York	35.59377	-78.17138	48			NC	101	90256	
4455479	Beverly (historical)	beverly-historical	US		0	America/New_York	35.0621	-80.09756	69			NC	007	90064	
4455481	Beverly Heights	beverly-heights	US		0	America/New_York	35.8093	-80.90424	274			NC	097	93104	
4455487	Beverly Woods	beverly-woods	US		0	America/New_York	35.13542	-80.84341	198			NC	119		
4455488	Beverly Woods East	beverly-woods-east	US		0	America/New_York	35.13542	-80.8359	206			NC	119		
4455505	Biddleville	biddleville	US		0	America/New_York	35.22625	-80.85924	206			NC	119		
4455689	Big Curve	big-curve	US		0	America/New_York	34.2185	-78.42945	14			NC	047	90320	
4455699	Big East Fork	big-east-fork	US		0	America/New_York	35.36427	-82.82013	1048			NC	087	90956	
4455798	Big Lick	big-lick	US		0	America/New_York	35.24153	-80.34395	171			NC	167	90264	
4455865	Big Ridge	big-ridge	US		0	America/New_York	35.20649	-83.08986	1235			NC	099	91384	
4455951	Bilboa	bilboa	US		0	America/New_York	35.95598	-78.85278	123			NC	063	92344	
4455974	Bills Creek	bills-creek	US		0	America/New_York	35.44873	-82.14594	343			NC	161	90656	
4455997	Biltmore Village	biltmore-village	US		0	America/New_York	35.56718	-82.5417	631			NC	021	90086	
4455998	Biltmore	biltmore	US		0	America/New_York	35.61183	-77.38941	21			NC	147	91328	
4455999	Biltmore Forest	biltmore-forest	US		1441	America/New_York	35.53372	-82.52846	693			NC	021	90088	
4456002	Biltmore Hills	biltmore-hills	US		0	America/New_York	35.75126	-78.62334	81			NC	183	92788	
4456006	Bina	bina	US		0	America/New_York	36.48373	-81.499	818	Berlin,Bina		NC	009	90696	
4456007	Bingham Bridge (historical)	bingham-bridge-historical	US		0	America/New_York	35.44347	-81.48676	263			NC	045		
4456008	Bingham Heights	bingham-heights	US		0	America/New_York	35.61067	-82.58568	671			NC	021	90088	
4456029	Birchwood Hills Estates	birchwood-hills-estates	US		0	America/New_York	35.84348	-78.67334	93			NC	183	91548	
4456030	Birchwood Homes	birchwood-homes	US		0	America/New_York	35.96654	-77.95498	53			NC	127	92212	
4456031	Birchwood Lake Estates	birchwood-lake-estates	US		0	America/New_York	35.97653	-79.02723	148			NC	135	90620	
4456032	Birchwood Park	birchwood-park	US		0	America/New_York	34.76405	-77.34135	9			NC	133	93976	
4456036	Bird Cage	bird-cage	US		0	America/New_York	34.346	-78.84391	29			NC	047	90612	
4456049	Birdtown	birdtown	US		0	America/New_York	35.46871	-83.3521	568	Birdtown,Tsiskwa'hi		NC	173	90624	
4456063	Bishops Cross	bishops-cross	US		0	America/New_York	35.611	-76.67771	3			NC	013	92436	
4456064	Bishops Ridge	bishops-ridge	US		0	America/New_York	35.13237	-80.77979	184			NC	119		
4456070	Bizza Ridge	bizza-ridge	US		0	America/New_York	35.11127	-78.99558	84			NC	051	92892	
4456073	Black Ankle	black-ankle	US		0	America/New_York	35.50208	-79.80726	209			NC	123	91856	
4456113	Black Jack	black-jack	US		0	America/New_York	35.50183	-77.24774	14	Black Jack,Blackjack		NC	147	90652	
4456173	Black Water	black-water	US		0	America/New_York	36.39708	-80.62395	395			NC	171	90984	
4456175	Blackberry Inn	blackberry-inn	US		0	America/New_York	35.70234	-82.42957	998			NC	021	92648	
4456185	Blackhawk	blackhawk	US		0	America/New_York	35.81237	-78.79278	129			NC	183	90536	
4456191	Blackmans Mills	blackmans-mills	US		0	America/New_York	35.24794	-78.40778	60			NC	163	92288	
4456195	Blackmer (historical)	blackmer-historical	US		0	America/New_York	35.67653	-80.63395	220			NC	159	93112	
4456197	Blackmon Crossroads	blackmon-crossroads	US		0	America/New_York	35.3685	-78.42834	60	Blackman,Blackman Crossroads,Blackmon Crossroads		NC	101	91584	
4456199	Blacknel	blacknel	US		0	America/New_York	35.6146	-79.11113	110			NC	105		
4456202	Blackrock	blackrock	US		0	America/New_York	36.05349	-76.74023	8			NC	015	93988	
4456239	Blackwood Park	blackwood-park	US		0	America/New_York	35.24597	-81.21841	219			NC	071	91216	
4456250	Bladen Springs	bladen-springs	US		0	America/New_York	34.53739	-78.47501	26			NC	017	93992	
4456259	Blades	blades	US		0	America/New_York	34.88599	-76.77216	3			NC	049	93460	
4456269	Blairmont	blairmont	US		0	America/New_York	36.20541	-81.64288	993			NC	189	92276	
4456290	Blands	blands	US		0	America/New_York	35.88792	-78.95723	72			NC	063	93764	
4456291	Blands Crossroads	blands-crossroads	US		0	America/New_York	35.18127	-77.70914	36	Bland Crossroads,Blands Crossroads		NC	107	92224	
4456304	Blantyre	blantyre	US		0	America/New_York	35.30011	-82.62596	636			NC	175	90344	
4456327	Blevins Crossroads	blevins-crossroads	US		0	America/New_York	36.54235	-81.01397	773	Blevins Cross Roads,Blevins Crossroads		NC	005	91232	
4456337	Blizzards Crossroads	blizzards-crossroads	US		0	America/New_York	35.13655	-77.90165	46			NC	061	91240	
4456361	Blossomtown	blossomtown	US		0	America/New_York	35.15037	-83.39349	627			NC	113	91156	
4456379	Blowing Rock Estates	blowing-rock-estates	US		0	America/New_York	36.11291	-81.65955	1036			NC	027	92452	
4456384	Blue Acres	blue-acres	US		0	America/New_York	34.7446	-79.51366	59			NC	165	93132	
4456427	Blue Ridge Forest	blue-ridge-forest	US		0	America/New_York	35.54123	-82.38595	735			NC	021	91056	
4456435	Blue Ridge Overlook	blue-ridge-overlook	US		0	America/New_York	35.22095	-82.66235	887			NC	175	91864	
4456464	Bluesprings Woods	bluesprings-woods	US		0	America/New_York	35.02044	-79.00725	58			NC	051	92892	
4456485	Bluffs of Eno	bluffs-of-eno	US		0	America/New_York	36.08931	-79.03612	155			NC	135	91040	
4456487	Bluford Heights	bluford-heights	US		0	America/New_York	36.04736	-79.76031	226			NC	081	91228	
4456518	Bob (historical)	bob-historical	US		0	America/New_York	35.41123	-82.20956	359			NC	161	90656	
4456533	Bobbitt	bobbitt	US		0	America/New_York	36.22098	-78.39666	135			NC	181	91712	
4456537	Bob White Fork	bob-white-fork	US		0	America/New_York	36.19377	-76.20799	2	Bob White Fork,Bob Whites Corner		NC	139	92804	
4456560	Boger City	boger-city	US		593	America/New_York	35.48069	-81.21341	300	Boger City,Goodsons Store,Goodsonville		NC	109	91596	
4456585	Bogue View Shores	bogue-view-shores	US		0	America/New_York	34.70155	-76.78105	4			NC	031	92120	
4456587	Bohaynee	bohaynee	US		0	America/New_York	35.06259	-83.00959	985			NC	175	91504	
4456593	Boiling Spring Lakes	boiling-spring-lakes	US		5789	America/New_York	34.03045	-78.06721	16			NC	019	93252	
4456620	Bolling	bolling	US		0	America/New_York	36.46515	-77.69415	62			NC	083	92704	
4456633	Bonair Place	bonair-place	US		0	America/New_York	34.97766	-78.93531	61			NC	051	92724	
4456634	Bonanza Hills	bonanza-hills	US		0	America/New_York	36.18125	-80.07838	259			NC	067	90216	
4456655	Bones Ford	bones-ford	US		0	America/New_York	35.11905	-79.08003	73			NC	051	92892	
4456664	Bonham Heights	bonham-heights	US		0	America/New_York	34.72599	-76.7766	7			NC	031	92120	
4456672	Bonnerton	bonnerton	US		0	America/New_York	35.3585	-76.85966	5			NC	013	92664	
4456674	Bonnetsville	bonnetsville	US		443	America/New_York	34.99045	-78.39472	51			NC	163	90228	
4456676	Bonnie Doone	bonnie-doone	US		0	America/New_York	35.09516	-78.95558	71			NC	051	92892	
4456682	Bonsal	bonsal	US		0	America/New_York	35.66043	-78.97362	91			NC	183	90420	
4456689	Booetown	booetown	US		0	America/New_York	35.90792	-80.5545	242			NC	059	92100	
4456691	Boogertown	boogertown	US		0	America/New_York	35.21819	-81.1598	239			NC	071	91216	
4456697	Booker T Washington	booker-t-washington	US		0	America/New_York	35.24961	-77.57747	8			NC	107	91704	
4456718	Boone Fork	boone-fork	US		0	America/New_York	36.12235	-81.73844	1069			NC	189	90300	
4456733	Boone Trail	boone-trail	US		0	America/New_York	35.41738	-78.96113	114	Arlington,Boone Trail		NC	085	93844	
4456740	Boones Crossroads	boones-crossroads	US		0	America/New_York	36.33877	-77.41858	25			NC	131	92696	
4456742	Boones Hill	boones-hill	US		0	America/New_York	36.47569	-80.57506	364			NC	171	92156	
4456746	Boonford	boonford	US		0	America/New_York	35.9304	-82.16901	738			NC	121	93012	
4456763	Bordeaux	bordeaux	US		0	America/New_York	35.02822	-78.93614	61			NC	051	90832	
4456765	Borden Heights	borden-heights	US		0	America/New_York	35.02433	-78.90864	53			NC	051	90832	
4456766	Borden Homes	borden-homes	US		0	America/New_York	35.40072	-78.00943	23			NC	191	91260	
4456775	Bostian Heights	bostian-heights	US		0	America/New_York	35.56042	-80.52367	254			NC	159	91840	
4456781	Bosts Mill (historical)	bosts-mill-historical	US		0	America/New_York	35.31153	-80.46701	148			NC	025		
4456783	Boswellville	boswellville	US		0	America/New_York	35.6746	-77.97249	40			NC	195	90276	
4456787	Bougainville	bougainville	US		0	America/New_York	35.14461	-78.97142	86			NC	051	92892	
4456789	Bostian Heights	bostian-heights	US		0	America/New_York	35.75458	-80.92924	272			NC	097	93104	
4456799	Boushell (historical)	boushell-historical	US		0	America/New_York	35.79182	-78.58584	70			NC	183	92612	
4456801	Bowdens	bowdens	US		0	America/New_York	35.05711	-78.11555	49	Bowden,Bowdens		NC	061	93900	
4456803	Bowditch	bowditch	US		0	America/New_York	35.88401	-82.21623	808			NC	199	90804	
4456815	Bowlens Creek	bowlens-creek	US		0	America/New_York	35.87789	-82.28513	924	Athlone,Bowlens Creek		NC	199	90456	
4456820	Bowling Heights	bowling-heights	US		0	America/New_York	35.06294	-77.02939	7			NC	049	93552	
4456829	Bowman Bluff	bowman-bluff	US		0	America/New_York	35.30373	-82.56179	651			NC	089	90796	
4456831	Bowmore	bowmore	US		103	America/New_York	34.94211	-79.30309	79			NC	093	90312	
4456855	Boyd Crossroads	boyd-crossroads	US		0	America/New_York	35.53072	-77.18857	11			NC	147	91344	
4456862	Boyden (historical)	boyden-historical	US		0	America/New_York	36.26264	-80.47478	233			NC	171	92936	
4456873	Boylan Heights	boylan-heights	US		0	America/New_York	35.77571	-78.65084	104			NC	183	92612	
4456878	Boyds Fork	boyds-fork	US		0	America/New_York	35.54516	-76.8455	6			NC	013	90168	
4456887	Boylston Creek	boylston-creek	US		0	America/New_York	35.31567	-82.66068	682	Boylston Creek,Clotho		NC	175	90344	
4456895	Bradford Crossroads	bradford-crossroads	US		0	America/New_York	35.78347	-81.0048	311	Bradford Crossroads,Bradfords Cross Roads,Bradfords Crossroads,New Sterling		NC	097	92924	
4456915	Bradley Creek East Estates	bradley-creek-east-estates	US		0	America/New_York	34.22378	-77.83915	4			NC	129	94044	
4456916	Bradley Creek Point	bradley-creek-point	US		0	America/New_York	34.21128	-77.82221	5			NC	129	94044	
4456924	Bradley Park	bradley-park	US		0	America/New_York	34.21545	-77.84915	5			NC	129	94044	
4456935	Braggtown	braggtown	US		0	America/New_York	36.03487	-78.89195	119	Braggtown,Bragtown		NC	063	90932	
4456938	Brake	brake	US		0	America/New_York	35.92321	-77.73775	37	Brake,Medora		NC	065		
4456941	Bramblewood	bramblewood	US		0	America/New_York	34.96432	-80.55284	183			NC	179	92108	
4456951	Branchwood	branchwood	US		0	America/New_York	34.78544	-77.41302	12			NC	133	91632	
4456952	Branchwood	branchwood	US		0	America/New_York	35.30211	-77.66608	33			NC	107	91072	
4456953	Brandermill	brandermill	US		0	America/New_York	35.86321	-78.6625	101			NC	183	91548	
4456964	Brandywine Estates	brandywine-estates	US		0	America/New_York	36.53208	-79.79837	237			NC	157	91752	
4456968	Branon	branon	US		0	America/New_York	36.12069	-80.73951	297			NC	197	90892	
4456970	Branshermill	branshermill	US		0	America/New_York	35.78405	-77.88415	40			NC	195	94048	
4456982	Brantleys Grove	brantleys-grove	US		0	America/New_York	36.32127	-76.94885	13			NC	091	90016	
4456985	Brassfield	brassfield	US		0	America/New_York	35.93126	-78.85056	114	Brassfield,Flemington		NC	063	92344	
4456995	Braswell	braswell	US		0	America/New_York	34.36878	-78.86752	32			NC	047	93216	
4457002	Braswells Crossroads	braswells-crossroads	US		0	America/New_York	36.08488	-77.38191	27			NC	083	92432	
4457019	Breezewood Acres	breezewood-acres	US		0	America/New_York	35.001	-78.92336	65			NC	051	92460	
4457024	Brendletown	brendletown	US		0	America/New_York	35.24037	-83.34043	667			NC	113	92072	
4457031	Brentwood Acres	brentwood-acres	US		0	America/New_York	35.65736	-80.44228	223			NC	159	92812	
4457033	Brentwood Forest	brentwood-forest	US		0	America/New_York	35.75238	-77.92748	41			NC	195	94048	
4457038	Brentwood Village	brentwood-village	US		0	America/New_York	35.83793	-78.60084	77			NC	183	92228	
4457041	Brevard (historical)	brevard-historical	US		0	America/New_York	35.84736	-81.06147	311			NC	003	92068	
4457059	Brewers (historical)	brewers-historical	US		0	America/New_York	36.35152	-81.09036	417			NC	193	93888	
4457060	Brewers Crossroads	brewers-crossroads	US		0	America/New_York	36.50904	-77.60304	49			NC	131	92536	
4457072	Briarcliff	briarcliff	US		0	America/New_York	35.92848	-79.01529	91			NC	135	90620	
4457073	Briarcliff	briarcliff	US		0	America/New_York	35.69458	-79.77503	227			NC	151	90084	
4457074	Briarcliff	briarcliff	US		0	America/New_York	35.84571	-78.65028	112			NC	183	92612	
4457077	Briarwood	briarwood	US		0	America/New_York	36.2796	-76.25077	3			NC	139	92164	
4457078	Briarwood Acres	briarwood-acres	US		0	America/New_York	35.01598	-80.58173	189			NC	179	92108	
4457080	Briarwood Terrace	briarwood-terrace	US		0	America/New_York	35.2785	-77.64969	24			NC	107	91072	
4457081	Briarwood Townhouses	briarwood-townhouses	US		0	America/New_York	35.29513	-81.5237	264			NC	045		
4457089	Brices Creek	brices-creek	US		3073	America/New_York	35.05599	-77.08773	8			NC	049	93552	
4457090	Brices Crossroads	brices-crossroads	US		0	America/New_York	34.81878	-78.10138	29	Brices Crossroads,Daileys Chapel		NC	061	92728	
4457099	Brick Landing Plantation	brick-landing-plantation	US		0	America/New_York	33.91056	-78.40402	7			NC	019	92900	
4457102	Brickhaven	brickhaven	US		0	America/New_York	35.57488	-79.02891	75			NC	037	90504	
4457106	Brickton	brickton	US		0	America/New_York	35.409	-82.51345	639			NC	089	91536	
4457108	Brickwood	brickwood	US		0	America/New_York	35.46432	-79.05641	144			NC	105		
4457110	Brick Landing	brick-landing	US		0	America/New_York	33.90489	-78.39195	1			NC	019	92900	
4457126	Bridgersville	bridgersville	US		0	America/New_York	35.75627	-77.75137	38			NC	195	91208	
4457138	Brief	brief	US		0	America/New_York	35.19014	-80.5334	150			NC	179	91264	
4457141	Bridle Creek	bridle-creek	US		0	America/New_York	35.03294	-78.98808	62			NC	051	92892	
4457148	Brier Creek (historical)	brier-creek-historical	US		0	America/New_York	36.19374	-80.99785	279	Briar Creek,Briarcreek,Brier Creek (historical),Briercreek		NC	193	90072	
4457157	Briertown	briertown	US		0	America/New_York	35.26231	-83.61239	911			NC	113	92204	
4457166	Brigadoon	brigadoon	US		0	America/New_York	35.63488	-78.46778	94			NC	101	90676	
4457167	Brigadoon	brigadoon	US		0	America/New_York	36.05403	-79.01862	140			NC	135	91040	
4457194	Brightwater	brightwater	US		0	America/New_York	35.33095	-82.51957	656			NC	089	91456	
4457202	Brightwater East	brightwater-east	US		0	America/New_York	35.33345	-82.5129	668			NC	089	91456	
4457203	Brims Grove	brims-grove	US		0	America/New_York	36.41236	-80.41561	383			NC	169	92588	
4457208	Brim (historical)	brim-historical	US		0	America/New_York	36.53875	-80.46645	417			NC	171	93948	
4457209	Brindletown	brindletown	US		0	America/New_York	35.62513	-81.80066	368	Brindle Town,Brindletown		NC	023	92952	
4457214	Brinkley Estates	brinkley-estates	US		0	America/New_York	36.2218	-80.11893	257			NC	067	90216	
4457220	Brinkleyville	brinkleyville	US		0	America/New_York	36.27626	-77.85359	84			NC	083	90368	
4457221	Brinkleyville	brinkleyville	US		0	America/New_York	36.32293	-76.96857	16			NC	091	90016	
4457237	Bristol Terrace	bristol-terrace	US		0	America/New_York	35.78347	-80.9398	276			NC	097	93104	
4457238	Brite Meadows	brite-meadows	US		0	America/New_York	36.31266	-76.24605	2			NC	139	92576	
4457239	British Acres	british-acres	US		0	America/New_York	36.13541	-79.4628	182			NC	001		
4457242	British Woods	british-woods	US		0	America/New_York	35.89819	-81.5376	338			NC	027	91780	
4457243	British Woods	british-woods	US		0	America/New_York	36.12208	-79.85114	267			NC	081	92124	
4457244	British Woods	british-woods	US		0	America/New_York	35.1432	-80.89174	204			NC	119		
4457245	British Woods	british-woods	US		0	America/New_York	35.73627	-77.94637	44			NC	195	94048	
4457261	Brittain Village	brittain-village	US		0	America/New_York	35.25957	-81.56843	237			NC	045		
4457262	Brittany Ridge	brittany-ridge	US		0	America/New_York	35.57322	-77.3258	19			NC	147	94072	
4457274	Broad Acres	broad-acres	US		0	America/New_York	35.08155	-78.90864	51			NC	051	90832	
4457276	Broad Acres	broad-acres	US		0	America/New_York	36.03708	-79.39474	178			NC	001		
4457289	Broad Creek	broad-creek	US		2334	America/New_York	34.72072	-76.93633	3			NC	031	92120	
4457313	Broadell	broadell	US		0	America/New_York	35.09211	-78.89197	47			NC	051	90832	
4457320	Broadview Acres	broadview-acres	US		0	America/New_York	35.01793	-80.54062	168			NC	179	92108	
4457321	Broadview Estates	broadview-estates	US		0	America/New_York	35.24178	-82.72151	652			NC	175	90364	
4457338	Brocks	brocks	US		0	America/New_York	34.91683	-77.52524	20			NC	133	92672	
4457341	Brogden	brogden	US		0	America/New_York	35.43072	-78.24805	47			NC	101	90336	
4457342	Brogden	brogden	US		2633	America/New_York	35.29266	-78.03443	53			NC	191	90384	
4457353	Brook Green	brook-green	US		0	America/New_York	35.59877	-77.35635	18			NC	147	91328	
4457354	Brook Hollow	brook-hollow	US		0	America/New_York	36.07792	-79.28557	201			NC	001		
4457355	Brook Hollow	brook-hollow	US		0	America/New_York	36.06236	-80.327	244			NC	067	94068	
4457356	Brook Valley	brook-valley	US		0	America/New_York	35.58766	-77.32552	11			NC	147	91328	
4457358	Brook Valley Trailer Park	brook-valley-trailer-park	US		0	America/New_York	35.9696	-77.87304	44			NC	127	92356	
4457366	Brookford	brookford	US		375	America/New_York	35.70319	-81.34786	286			NC	035	91468	
4457368	Brookgreen	brookgreen	US		0	America/New_York	35.80069	-80.86896	264			NC	097	93104	
4457373	Brookland Manor	brookland-manor	US		0	America/New_York	35.29984	-82.44762	655			NC	089	91456	
4457375	Brooklawn Park	brooklawn-park	US		0	America/New_York	35.52539	-82.54096	659			NC	021	91816	
4457376	Brooklyn (historical)	brooklyn-historical	US		0	America/New_York	35.96626	-77.96887	59			NC	127	92212	
4457378	Brookmeade	brookmeade	US		0	America/New_York	35.80264	-80.81257	254			NC	097	90616	
4457379	Brookridge Terrace	brookridge-terrace	US		0	America/New_York	36.27932	-76.22077	2			NC	139	92292	
4457382	Brook Cove	brook-cove	US		0	America/New_York	36.28653	-80.18949	202			NC	169	92028	
4457401	Brooks Crossroads	brooks-crossroads	US		0	America/New_York	36.12013	-80.77312	326	Brooks Cross Roads,Brooks Crossroads		NC	197	90892	
4457411	Brooksdale	brooksdale	US		0	America/New_York	36.37431	-78.98057	222			NC	145	92764	
4457412	Brookside (historical)	brookside-historical	US		0	America/New_York	36.28763	-81.61233	930			NC	189	90132	
4457414	Brookside Manor	brookside-manor	US		0	America/New_York	35.74155	-77.93971	42			NC	195	94048	
4457416	Brookstone	brookstone	US		0	America/New_York	35.78737	-78.8664	114			NC	183	93984	
4457418	Brookview Estates	brookview-estates	US		0	America/New_York	34.76739	-77.43969	7			NC	133	91632	
4457424	Brookwood Gardens	brookwood-gardens	US		0	America/New_York	36.10986	-79.80837	242			NC	081	92124	
4457427	Brookwood Subdivision	brookwood-subdivision	US		0	America/New_York	36.10041	-79.45613	196			NC	001		
4457443	Brown (historical)	brown-historical	US		0	America/New_York	36.13819	-81.2062	297	Brown (historical),Browns Ford Station		NC	193	92628	
4457503	Brown Mountain Beach	brown-mountain-beach	US		0	America/New_York	35.90791	-81.72649	338			NC	027	91672	
4457512	Brown Town	brown-town	US		0	America/New_York	35.2532	-81.0223	197			NC	071	93048	
4457513	Brown Town	brown-town	US		0	America/New_York	34.34656	-77.7347	16			NC	141	93248	
4457551	Browns Crossroads	browns-crossroads	US		0	America/New_York	35.74403	-79.57864	203			NC	151	90732	
4457574	Brummels (historical)	brummels-historical	US		0	America/New_York	35.91236	-80.07338	242	Brumells,Brummels (historical)		NC	057	93232	
4457576	Browntown Crossroads	browntown-crossroads	US		0	America/New_York	35.37711	-77.66747	32			NC	079	91532	
4457665	Bryan (historical)	bryan-historical	US		0	America/New_York	36.19736	-81.04563	307			NC	193	90072	
4457680	Bryans Woods	bryans-woods	US		0	America/New_York	35.86569	-80.22199	215			NC	057	91796	
4457702	Brynn Marr	brynn-marr	US		0	America/New_York	34.75266	-77.37607	10			NC	133	91632	
4457729	Bryson Place	bryson-place	US		0	America/New_York	35.52093	-83.41905	733			NC	173	90624	
4457744	Buck	buck	US		0	America/New_York	36.15652	-81.22648	388			NC	193	92628	
4457815	Buck Mobil Home Park	buck-mobil-home-park	US		0	America/New_York	35.63099	-77.35163	7			NC	147	92428	
4457860	Buckeye Ford	buckeye-ford	US		0	America/New_York	35.2565	-82.39012	517			NC	089	91456	
4457894	Buckhorn Crossroads	buckhorn-crossroads	US		0	America/New_York	35.67821	-78.10749	59	Buckhorn Cross Roads,Buckhorn Crossroads		NC	195	93084	
4457921	Bucklesberry	bucklesberry	US		0	America/New_York	35.23016	-77.72053	14			NC	107	91072	
4457937	Bucks Corner	bucks-corner	US		0	America/New_York	34.72238	-77.06828	9			NC	031	93968	
4457955	Buena Vista Estates	buena-vista-estates	US		0	America/New_York	36.08125	-79.27863	195			NC	001		
4457958	Budleigh	budleigh	US		0	America/New_York	35.81071	-78.67112	102			NC	183	92612	
4457971	Buffalo City	buffalo-city	US		0	America/New_York	35.84239	-75.91713	1			NC	055	90964	
4457972	Buffalo Cove	buffalo-cove	US		0	America/New_York	36.09124	-81.52677	423			NC	027	94116	
4458011	Bug Hill	bug-hill	US		0	America/New_York	34.07878	-78.6439	12	Bug Hill,Bughill		NC	047	90436	
4458021	Buie	buie	US		0	America/New_York	34.73655	-79.14476	54			NC	155	92484	
4458023	Buies Neck	buies-neck	US		0	America/New_York	34.79767	-78.89475	42			NC	155		
4458026	Buladean	buladean	US		0	America/New_York	36.10845	-82.19485	846	Buladean,Magnetic City		NC	121	91408	
4458105	Bullocksville	bullocksville	US		0	America/New_York	36.4532	-78.34639	119			NC	181	92050	
4458113	Bullucks Crossroads	bullucks-crossroads	US		0	America/New_York	35.8796	-77.74053	33	Bullocks Crossroads,Bullucks Crossroads,Moore,Taylor		NC	065		
4458158	Bunyan	bunyan	US		0	America/New_York	35.53794	-76.97523	4			NC	013	92436	
4458159	Burbage Crossroads	burbage-crossroads	US		0	America/New_York	35.45044	-76.70299	2	Burbage Crossroad,Burbage Crossroads		NC	013	90168	
4458161	Burch	burch	US		0	America/New_York	36.27597	-80.76646	274	Burch,Burch Station,Burchs Station		NC	171	91996	
4458173	Burdett (historical)	burdett-historical	US		0	America/New_York	35.20126	-80.64035	206			NC	119		
4458182	Burger Town	burger-town	US		0	America/New_York	35.04925	-84.30437	592			NC	039	91544	
4458199	Burke Park	burke-park	US		0	America/New_York	36.0793	-80.30672	258			NC	067	94068	
4458201	Burkemont	burkemont	US		0	America/New_York	35.6818	-81.69954	382			NC	023	92136	
4458236	Burnett Fields	burnett-fields	US		0	America/New_York	35.2612	-83.54127	847			NC	113	90448	
4458239	Burnett Siding	burnett-siding	US		0	America/New_York	35.39594	-82.93847	910			NC	087	90568	
4458251	Burningtown	burningtown	US		0	America/New_York	35.23121	-83.47099	654			NC	113	90448	
4458276	Burnt Chimney Corner	burnt-chimney-corner	US		0	America/New_York	35.20706	-82.204	343			NC	149	93776	
4458284	Burnt Mills	burnt-mills	US		0	America/New_York	36.39432	-76.26494	3			NC	029	93044	
4458320	Burton Hills	burton-hills	US		0	America/New_York	35.28264	-81.14008	233			NC	071	91216	
4458322	Burtrose	burtrose	US		0	America/New_York	35.77376	-78.78528	154			NC	183	90536	
4458324	Busbee	busbee	US		0	America/New_York	35.49845	-82.5179	695			NC	021	90086	
4458339	Bushy Fork	bushy-fork	US		0	America/New_York	36.30792	-79.0864	207			NC	145	90464	
4458345	Busick	busick	US		0	America/New_York	35.76984	-82.1829	893	Busick,Usick		NC	199	93056	
4458371	Butlers Crossroads	butlers-crossroads	US		0	America/New_York	34.92322	-78.33083	45	Butler Crossroads,Butlers Crossroads		NC	163	93032	
4458378	Butt Mountain	butt-mountain	US		0	America/New_York	35.26595	-82.41206	677			NC	089	91456	
4458383	Butler Crossroads	butler-crossroads	US		0	America/New_York	34.086	-78.6439	13			NC	047	90436	
4458384	Butters	butters	US		294	America/New_York	34.56045	-78.84836	35			NC	017	90296	
4458392	Buxton Landing	buxton-landing	US		0	America/New_York	35.27184	-75.53987	1			NC	055	91424	
4458426	Buzzards Crossroads	buzzards-crossroads	US		0	America/New_York	36.1596	-76.89495	19			NC	015	90712	
4458440	Byersville (historical)	byersville-historical	US		0	America/New_York	35.22096	-81.7476	231			NC	045		
4458442	Bynum Park	bynum-park	US		0	America/New_York	35.25461	-77.55802	10			NC	107	91704	
4458485	Cabarrus	cabarrus	US		0	America/New_York	35.23709	-80.54173	179			NC	025	93688	
4458496	Byrdville	byrdville	US		0	America/New_York	34.31795	-78.31111	16			NC	047	92624	
4458499	Cabes Ford	cabes-ford	US		0	America/New_York	36.07959	-79.00723	126			NC	135	91040	
4458500	Cabin	cabin	US		0	America/New_York	34.96433	-77.80248	27			NC	061	92972	
4458543	Cade Hill	cade-hill	US		0	America/New_York	35.02794	-78.85114	29			NC	051	90572	
4458552	Caffys Inlet Hamlet	caffys-inlet-hamlet	US		0	America/New_York	36.201	-75.76491	1			NC	055	90096	
4458560	Cahaba	cahaba	US		0	America/New_York	36.04044	-77.15635	10			NC	015	94104	
4458580	Cajahs Mountain	cajahs-mountain	US		2823	America/New_York	35.83485	-81.54148	403	Cajah's Mountain,Cajahs Mountain		NC	027	92304	
4458586	Cal-Vel	cal-vel	US		0	America/New_York	36.42931	-78.96918	162	Bakers,Ca-Vel Village,Cal-Vel		NC	145	92764	
4458594	Caldwell (historical)	caldwell-historical	US		0	America/New_York	35.28653	-81.10091	187			NC	071	93048	
4458596	Calahaln	calahaln	US		0	America/New_York	35.91958	-80.66284	233	Calahaln,Calahan		NC	059	90472	
4458634	Calico	calico	US		0	America/New_York	35.4185	-77.25468	12			NC	147	90652	
4458638	Calico Place	calico-place	US		0	America/New_York	35.84374	-81.60926	320			NC	027	91780	
4458657	Callisons	callisons	US		0	America/New_York	35.08433	-76.72521	3			NC	137	93312	
4458663	Calvander	calvander	US		0	America/New_York	35.94292	-79.10973	167			NC	135	90620	
4458729	Camarian Estates	camarian-estates	US		0	America/New_York	35.26651	-82.4954	668			NC	089	91456	
4458734	Cambridge Forest	cambridge-forest	US		0	America/New_York	35.81404	-78.78139	126			NC	183	90536	
4458738	Camden Acres	camden-acres	US		0	America/New_York	35.25985	-81.57398	243			NC	045		
4458750	Camelin Acres	camelin-acres	US		0	America/New_York	34.73294	-79.43171	59			NC	165	93132	
4458751	Camelot	camelot	US		0	America/New_York	35.59789	-82.61541	666			NC	021	90086	
4458752	Camelot	camelot	US		0	America/New_York	35.35817	-82.53512	658			NC	089	91456	
4458753	Camelot	camelot	US		0	America/New_York	35.01682	-80.56757	180			NC	179	92108	
4458754	Camelot	camelot	US		0	America/New_York	35.57488	-77.33107	18			NC	147	94072	
4458765	Cameron Park	cameron-park	US		0	America/New_York	35.78682	-78.65723	110			NC	183	92612	
4458838	Camp Bryan	camp-bryan	US		0	America/New_York	34.84516	-76.98411	11			NC	049	93508	
4458872	Camp Don-Lee	camp-don-lee	US		0	America/New_York	34.97433	-76.78771	2			NC	137	93464	
4458894	Camp Hardee	camp-hardee	US		0	America/New_York	35.47405	-76.99467	8			NC	013	90664	
4458914	Camp Leach	camp-leach	US		0	America/New_York	35.46044	-76.88689	0			NC	013	90168	
4458930	Camp Occoneechee	camp-occoneechee	US		0	America/New_York	35.40873	-82.20845	357			NC	161	90656	
4458945	Camp Seagull	camp-seagull	US		0	America/New_York	34.97072	-76.7991	4			NC	137	93464	
4458950	Camp Springs	camp-springs	US		0	America/New_York	36.29625	-79.49169	236			NC	033	93137	
4458965	Campbell (historical)	campbell-historical	US		0	America/New_York	36.52792	-80.23727	347			NC	169	92480	
4458970	Campbell Creek	campbell-creek	US		0	America/New_York	35.29378	-76.69076	1	Campbell Creek,Campbells Creek,Jones		NC	013	92664	
4458982	Campbells Crossroad	campbells-crossroad	US		0	America/New_York	35.08711	-79.23114	125			NC	093	91148	
4458983	Campcall	campcall	US		0	America/New_York	35.38235	-81.61843	303			NC	045		
4459002	Canaan Park	canaan-park	US		0	America/New_York	36.27625	-79.78503	256			NC	157	92960	
4459020	Candlewick Estates	candlewick-estates	US		0	America/New_York	35.60155	-77.46525	25			NC	147	90080	
4459021	Candlewood	candlewood	US		0	America/New_York	35.25292	-80.73424	233			NC	119		
4459028	Candler Heights	candler-heights	US		0	America/New_York	35.54011	-82.70624	686			NC	021	93840	
4459030	Cane Brake	cane-brake	US		0	America/New_York	35.06594	-82.89014	339			NC	175	91504	
4459032	Cane	cane	US		0	America/New_York	35.90511	-82.38624	767	Cane,Cane River		NC	199	92572	
4459073	Cane River	cane-river	US		0	America/New_York	35.91456	-82.39124	761	Cane,Cane River		NC	199	90492	
4459104	Cannon Crossroads	cannon-crossroads	US		0	America/New_York	35.41847	-80.74535	205	Cannon Cross Road,Cannon Crossroads,Cannon's Crossroads,Wallace Crossroads		NC	025		
4459105	Cannon Ferry	cannon-ferry	US		0	America/New_York	36.27043	-76.67217	3			NC	041		
4459111	Cannon Woods	cannon-woods	US		0	America/New_York	35.36734	-82.47984	642			NC	089	91456	
4459113	Cannon Crossroads	cannon-crossroads	US		0	America/New_York	35.55183	-77.38358	21	Cannon Cross Road,Cannon Crossroads		NC	147	94072	
4459117	Cansellers	cansellers	US		0	America/New_York	35.46986	-81.11786	220			NC	109	91596	
4459119	Canto	canto	US		0	America/New_York	35.70149	-82.75902	622			NC	021	92832	
4459135	Cape Carteret	cape-carteret	US		2066	America/New_York	34.69155	-77.063	5			NC	031	93968	
4459138	Cape Colony	cape-colony	US		0	America/New_York	36.01961	-76.58161	1			NC	041		
4459141	Cape Fear	cape-fear	US		0	America/New_York	35.42516	-78.81474	49	Cape Fear,Cape Feare		NC	085	92220	
4459168	Cape Lookout	cape-lookout	US		0	America/New_York	34.60544	-76.53631	1			NC	031	91396	
4459175	Capels Mill	capels-mill	US		0	America/New_York	35.15598	-79.79616	107			NC	153	93116	
4459176	Capelsie	capelsie	US		0	America/New_York	35.31931	-79.87088	128			NC	123	93772	
4459181	Capernium	capernium	US		0	America/New_York	36.0543	-80.41672	256			NC	067	91792	
4459200	Caraleigh	caraleigh	US		0	America/New_York	35.76071	-78.64917	90			NC	183	92612	
4459209	Carbonton	carbonton	US		0	America/New_York	35.52043	-79.34891	77			NC	037	91352	
4459211	Carbonton Heights	carbonton-heights	US		0	America/New_York	35.48404	-79.21336	105			NC	105		
4459213	Cardenas (historical)	cardenas-historical	US		0	America/New_York	35.59377	-78.77418	127			NC	183	92056	
4459219	Cardinal Village	cardinal-village	US		0	America/New_York	34.79627	-77.42302	12			NC	133	91632	
4459233	Carlton Acres	carlton-acres	US		0	America/New_York	35.88292	-79.07946	140			NC	135	90620	
4459242	Carmel Commons	carmel-commons	US		0	America/New_York	35.0782	-80.85174	186			NC	119		
4459249	Carmel Park	carmel-park	US		0	America/New_York	35.1482	-80.79952	210			NC	119		
4459251	Carmel Village	carmel-village	US		0	America/New_York	34.96293	-80.56812	191			NC	179	92108	
4459252	Carmel Woods	carmel-woods	US		0	America/New_York	35.1282	-80.81313	206			NC	119		
4459255	Carmur	carmur	US		0	America/New_York	35.55239	-76.18992	0			NC	095	91048	
4459269	Carolina City	carolina-city	US		0	America/New_York	34.72488	-76.73966	6			NC	031	92120	
4459271	Carolina Country	carolina-country	US		0	America/New_York	34.76683	-77.32968	12			NC	133	93976	
4459276	Carolina Forest	carolina-forest	US		0	America/New_York	35.36181	-80.05172	92			NC	123	93848	
4459281	Carolina Heights	carolina-heights	US		0	America/New_York	35.59377	-77.39135	22			NC	147	91328	
4459293	Carolina Mountains	carolina-mountains	US		0	America/New_York	35.44956	-82.17206	372			NC	161	90656	
4459294	Carolina Park	carolina-park	US		0	America/New_York	34.76766	-79.47921	68			NC	165	93132	
4459295	Carolina Pines	carolina-pines	US		0	America/New_York	34.96488	-76.93355	8			NC	049	93508	
4459296	Carolina Pines	carolina-pines	US		0	America/New_York	35.80264	-80.32116	232			NC	057	93796	
4459297	Carolina Pines	carolina-pines	US		0	America/New_York	35.74849	-78.65806	98			NC	183	93200	
4459298	Carolina Shores	carolina-shores	US		3767	America/New_York	33.90101	-78.58057	14			NC	019	92900	
4459299	Carolina Shores	carolina-shores	US		0	America/New_York	36.10433	-76.24271	1			NC	143	92248	
4459301	Carolina Trace	carolina-trace	US		0	America/New_York	35.41321	-79.11141	116			NC	105		
4459304	Carolina Village	carolina-village	US		0	America/New_York	35.34012	-82.44401	663			NC	089	91456	
4459311	Carolwoods	carolwoods	US		0	America/New_York	35.96625	-79.03973	156			NC	135	90620	
4459313	Carosel Apartments	carosel-apartments	US		0	America/New_York	35.29263	-81.55481	265			NC	045		
4459317	Carpenter Bottom	carpenter-bottom	US		0	America/New_York	36.08263	-81.99623	948			NC	011	91154	
4459319	Carolina Dunes	carolina-dunes	US		0	America/New_York	36.191	-75.76046	4			NC	055	90096	
4459341	Carriage Hills	carriage-hills	US		0	America/New_York	36.09875	-79.86642	274			NC	081	92124	
4459350	Carrington Woods	carrington-woods	US		0	America/New_York	35.7896	-78.4875	89			NC	183	92792	
4459382	Carson Mill	carson-mill	US		0	America/New_York	35.40232	-83.531	529			NC	173	92208	
4459431	Carters Grove	carters-grove	US		0	America/New_York	36.45458	-79.7317	237			NC	157	93936	
4459445	Carver Heights	carver-heights	US		0	America/New_York	35.366	-78.0011	22			NC	191	91260	
4459457	Carvers	carvers	US		0	America/New_York	34.461	-78.41362	21			NC	017	90528	
4459476	Casa Linda Estates	casa-linda-estates	US		0	America/New_York	35.26125	-80.69146	210			NC	119		
4459477	Casablanca	casablanca	US		0	America/New_York	35.13738	-78.97058	82			NC	051	92892	
4459489	Cascades	cascades	US		0	America/New_York	36.1257	-79.0414	181			NC	135	91040	
4459504	Cash Corner Number 2	cash-corner-number-2	US		0	America/New_York	35.00155	-76.7916	4			NC	137	93464	
4459517	Cason Old Field	cason-old-field	US		0	America/New_York	34.83849	-80.09395	139	Cason Oil Fields,Cason Old Field		NC	007	91356	
4459533	Castlebrook Estates	castlebrook-estates	US		0	America/New_York	35.81404	-78.55528	84			NC	183	92792	
4459536	Castlehaven	castlehaven	US		0	America/New_York	35.52655	-78.35222	46			NC	101	92980	
4459537	Castleton Gardens	castleton-gardens	US		0	America/New_York	35.17987	-80.78035	221			NC	119		
4459538	Castoria	castoria	US		0	America/New_York	35.53655	-77.67442	29			NC	079	90520	
4459539	Casville	casville	US		0	America/New_York	36.39014	-79.50419	212	Casville,Daves Crossroads		NC	033	91888	
4459544	Caswell Beach	caswell-beach	US		422	America/New_York	33.89601	-78.0511	4			NC	019	92992	
4459546	Castle Oaks	castle-oaks	US		0	America/New_York	35.2885	-77.66636	31			NC	107	91072	
4459562	Cat Square	cat-square	US		0	America/New_York	35.54013	-81.41064	317			NC	109	91552	
4459563	Cataloochee	cataloochee	US		0	America/New_York	35.6401	-83.08014	787	Cataloochee,Cataluche,Cataluchee,Cattaloochee		NC	087	90552	
4459570	Catawba (historical)	catawba-historical	US		0	America/New_York	35.2157	-81.06508	180			NC	071	93048	
4459573	Catawba Colony	catawba-colony	US		0	America/New_York	35.23014	-80.99563	193			NC	119		
4459578	Catawba Heights	catawba-heights	US		0	America/New_York	35.27458	-81.02785	212	Catawba Heights,Tuckasegee		NC	071	93048	
4459579	Catawba Heights	catawba-heights	US		0	America/New_York	35.70014	-80.48395	210			NC	159	91160	
4459597	Cates	cates	US		0	America/New_York	36.29514	-78.98695	184			NC	145	91120	
4459598	Catfish	catfish	US		0	America/New_York	35.75513	-81.11786	301			NC	035	90700	
4459615	Catherine Square	catherine-square	US		0	America/New_York	34.87572	-77.79053	25			NC	061	91820	
4459617	Cathey (historical)	cathey-historical	US		0	America/New_York	35.3118	-81.11008	230			NC	071	92692	
4459620	Catherine Lake	catherine-lake	US		0	America/New_York	34.81766	-77.56386	24			NC	133	92672	
4459630	Catheys Creek Estates	catheys-creek-estates	US		0	America/New_York	35.20233	-82.78596	695			NC	175	90564	
4459631	Catilina	catilina	US		0	America/New_York	36.37598	-78.81251	196			NC	145	90040	
4459653	Cattail Creek Community	cattail-creek-community	US		0	America/New_York	35.84595	-82.25262	1691			NC	199	92476	
4459668	Cavalier Park	cavalier-park	US		0	America/New_York	35.74877	-77.93193	44			NC	195	94048	
4459669	Cavalier Terrace	cavalier-terrace	US		0	America/New_York	35.74599	-77.9311	43			NC	195	94048	
4459670	Cavalier Woods	cavalier-woods	US		0	America/New_York	34.2335	-77.83304	7			NC	129	94044	
4459678	Cecil (historical)	cecil-historical	US		0	America/New_York	35.40538	-82.90152	933			NC	087	90568	
4459683	Cedar Bay	cedar-bay	US		0	America/New_York	33.94573	-78.54834	12			NC	019	92900	
4459689	Cayton	cayton	US		0	America/New_York	35.26377	-76.98967	9	Caton,Cayton		NC	049	93308	
4459762	Cedar Forest Estates	cedar-forest-estates	US		0	America/New_York	36.01153	-80.527	228			NC	059	91080	
4459763	Cedar Fork	cedar-fork	US		0	America/New_York	34.87683	-77.70775	22			NC	061	91820	
4459846	Cedar Hills	cedar-hills	US		0	America/New_York	35.80569	-80.80368	277			NC	097	90616	
4459847	Cedar Hills Estates	cedar-hills-estates	US		0	America/New_York	35.85404	-78.6325	110			NC	183	91548	
4459911	Cedar Rock Estates	cedar-rock-estates	US		0	America/New_York	35.96263	-81.43759	398			NC	027	91700	
4459920	Cedar Village	cedar-village	US		0	America/New_York	35.32709	-80.22867	164			NC	167	91032	
4459927	Cedarcrest	cedarcrest	US		0	America/New_York	35.67319	-80.45534	227			NC	159	92812	
4459928	Cedarville Estates	cedarville-estates	US		0	America/New_York	34.75127	-76.63743	3			NC	031	90180	
4459937	Ceffo	ceffo	US		0	America/New_York	36.45708	-79.0464	177			NC	145	90852	
4459938	Celeste Hinkel	celeste-hinkel	US		0	America/New_York	35.75708	-80.97535	295	Celeste Henkel,Celeste Hinkel,Celeste Hinkle		NC	097	92924	
4459948	Celo	celo	US		0	America/New_York	35.85512	-82.1979	829			NC	199	93056	
4459954	Centennial Arms	centennial-arms	US		0	America/New_York	35.27655	-77.55275	23			NC	107	91704	
4459996	Center Pigeon	center-pigeon	US		0	America/New_York	35.50622	-82.85263	809			NC	087	92488	
4459998	Center Road	center-road	US		0	America/New_York	34.62989	-78.75419	41			NC	017	90244	
4460016	Central Area	central-area	US		0	America/New_York	36.50708	-79.74476	198			NC	157	91752	
4460039	Central Heights	central-heights	US		0	America/New_York	35.38766	-77.90165	31			NC	191	92256	
4460040	Central Heights	central-heights	US		0	America/New_York	36.0943	-79.45808	200			NC	001		
4460075	Centurion Park	centurion-park	US		0	America/New_York	35.38375	-80.18589	152			NC	167	92296	
4460077	Ceramic (historical)	ceramic-historical	US		0	America/New_York	36.3068	-80.0856	186			NC	169	90208	
4460091	Chadwick Acres	chadwick-acres	US		0	America/New_York	34.51878	-77.37246	1			NC	133	93160	
4460110	Chalybeate Springs	chalybeate-springs	US		0	America/New_York	35.50849	-78.8139	102	Cahlybeate,Chalybeate Springs		NC	085	91444	
4460114	Chambers (historical)	chambers-historical	US		0	America/New_York	35.67513	-81.7151	350			NC	023	92136	
4460116	Chalk Level (historical)	chalk-level-historical	US		0	America/New_York	36.1568	-80.20533	313			NC	067	94068	
4460142	Channel Acres	channel-acres	US		0	America/New_York	34.21267	-77.79748	1			NC	129	91404	
4460143	Chanteloupe Country Estates	chanteloupe-country-estates	US		0	America/New_York	35.29206	-82.45873	654			NC	089	91456	
4460149	Chapanoke	chapanoke	US		0	America/New_York	36.25405	-76.37744	3			NC	143	92448	
4460185	Chapell Gardens	chapell-gardens	US		0	America/New_York	36.28571	-76.25132	3			NC	139	92164	
4460198	Charity	charity	US		0	America/New_York	34.82295	-77.94582	21			NC	061	91600	
4460206	Charles	charles	US		0	America/New_York	35.91402	-80.87202	286	Charles,Weisner		NC	097	92400	
4460221	Charlesmont	charlesmont	US		0	America/New_York	35.9343	-81.5126	360			NC	027	91924	
4460312	Charter Meadows	charter-meadows	US		0	America/New_York	36.1757	-79.00751	182			NC	135	91860	
4460320	Chateau Woods	chateau-woods	US		0	America/New_York	35.28847	-80.89646	240			NC	119		
4460323	Chatham Circle	chatham-circle	US		0	America/New_York	35.61044	-77.36163	13			NC	147	91328	
4460343	Cheeks	cheeks	US		0	America/New_York	35.59931	-79.58169	125			NC	151	92532	
4460344	Cheeks Crossroads	cheeks-crossroads	US		0	America/New_York	36.07042	-79.22529	221			NC	135	90632	
4460351	Cheoah	cheoah	US		0	America/New_York	35.34009	-83.74712	676	Cheoah,Cheowah		NC	075	90636	
4460359	Chemway	chemway	US		0	America/New_York	35.27209	-80.89702	237			NC	119		
4460362	Chepanuu (historical)	chepanuu-historical	US		0	America/New_York	36.10849	-76.20799	2			NC	143	92248	
4460363	Cherbourg	cherbourg	US		0	America/New_York	35.13683	-79.0117	96			NC	051	91964	
4460378	Cherokee Woods	cherokee-woods	US		0	America/New_York	36.10763	-81.76205	995			NC	027	91244	
4460399	Cherry Crossroads	cherry-crossroads	US		0	America/New_York	36.04849	-77.7022	36			NC	065		
4460408	Cherry Grove	cherry-grove	US		0	America/New_York	34.2385	-78.96558	30			NC	047	90608	
4460420	Cherry Lane	cherry-lane	US		0	America/New_York	36.44208	-81.01813	870	Cherry Lane,Cherrylane		NC	005	90640	
4460431	Cherry Oaks	cherry-oaks	US		0	America/New_York	35.56711	-77.33107	16			NC	147	94072	
4460433	Cherry Grove	cherry-grove	US		0	America/New_York	36.30708	-79.45947	235			NC	033	93137	
4460436	Cherry Point (historical)	cherry-point-historical	US		0	America/New_York	34.91683	-76.87327	6	Henderson Field (Historical)		NC	049	93508	
4460466	Chesterfield Heights	chesterfield-heights	US		0	America/New_York	36.28293	-76.25105	3			NC	139	92164	
4460470	Chestnut Apartments	chestnut-apartments	US		0	America/New_York	35.2893	-81.52731	256			NC	045		
4460497	Chestnut Dale	chestnut-dale	US		0	America/New_York	36.06651	-81.97984	1072			NC	011		
4460508	Chestnut Grove	chestnut-grove	US		0	America/New_York	36.50346	-81.07314	890			NC	005	91204	
4460509	Chestnut Grove	chestnut-grove	US		0	America/New_York	36.32264	-80.38478	312			NC	169	94108	
4460528	Chestnut Hills	chestnut-hills	US		0	America/New_York	35.05072	-78.96975	58			NC	051	92892	
4460529	Chestnut Hills	chestnut-hills	US		0	America/New_York	35.85098	-78.65223	104			NC	183	92612	
4460604	Chestnut Trails	chestnut-trails	US		0	America/New_York	36.24208	-80.24838	232			NC	067	90236	
4460614	Chicod	chicod	US		0	America/New_York	35.46405	-77.27496	12			NC	147	90652	
4460618	Chicopee Hills	chicopee-hills	US		0	America/New_York	35.9382	-78.98223	78			NC	063	93764	
4460676	Chip	chip	US		0	America/New_York	35.22933	-77.13634	2			NC	049	93256	
4460677	Chip	chip	US		0	America/New_York	35.25987	-79.89338	149			NC	123	90628	
4460678	Chipley Park	chipley-park	US		0	America/New_York	35.84375	-80.90396	277			NC	097	90240	
4460679	Chippenhaven Square	chippenhaven-square	US		0	America/New_York	35.86654	-78.67861	118			NC	183	91548	
4460685	Chisman (historical)	chisman-historical	US		0	America/New_York	36.31486	-80.06365	181			NC	169	90208	
4460698	Chowan	chowan	US		0	America/New_York	36.26655	-76.66773	7			NC	041		
4460699	Chowan Beach	chowan-beach	US		0	America/New_York	36.21405	-76.71439	6			NC	041		
4460700	Chowan Beach	chowan-beach	US		0	America/New_York	36.41765	-76.94968	4	Chowan Beach,Mount Gallant,Mount Zion		NC	091	94076	
4460711	Choyce Acres	choyce-acres	US		0	America/New_York	35.8493	-80.26116	237			NC	057	91796	
4460723	Chowansville (historical)	chowansville-historical	US		0	America/New_York	35.73486	-80.71868	215			NC	159	90692	
4460743	Christy Acres	christy-acres	US		0	America/New_York	36.1218	-80.08643	307			NC	067	91696	
4460748	Chub Lake	chub-lake	US		0	America/New_York	36.45097	-79.00251	148	Chub Lake,Loch Lilly		NC	145	94100	
4460751	Chuckle (historical)	chuckle-historical	US		0	America/New_York	36.30152	-81.04036	330			NC	193	93756	
4460764	Church Crossroads	church-crossroads	US		0	America/New_York	35.79127	-77.18302	18			NC	117	90836	
4460788	Churchill Downs	churchill-downs	US		0	America/New_York	35.75404	-78.78473	133			NC	183	90536	
4460789	Churchland	churchland	US		0	America/New_York	35.78625	-80.41756	255			NC	057	90328	
4460795	Cilley (historical)	cilley-historical	US		0	America/New_York	36.04263	-81.4701	358			NC	027	94116	
4460798	Cid	cid	US		0	America/New_York	35.7118	-80.10616	228	Cid,Spencer,Spencers		NC	057	91028	
4460801	Cinnamon Ridge	cinnamon-ridge	US		0	America/New_York	36.11264	-80.43172	258			NC	067	93864	
4460806	Cinnimon Woods	cinnimon-woods	US		0	America/New_York	35.26651	-82.41706	723			NC	089	91456	
4460815	Cityview	cityview	US		0	America/New_York	36.1018	-80.20477	276	City View,Cityview		NC	067	94068	
4460823	Clairmont	clairmont	US		0	America/New_York	35.72932	-78.84362	152			NC	183	93984	
4460824	Clairway	clairway	US		0	America/New_York	35.03239	-78.9178	57			NC	051	90832	
4460841	Clairmont	clairmont	US		0	America/New_York	34.23267	-77.98832	2			NC	019	93252	
4460866	Clark Hills	clark-hills	US		0	America/New_York	35.94181	-79.03251	112			NC	135	90620	
4460895	Clarks Landing	clarks-landing	US		0	America/New_York	34.3935	-77.98221	1			NC	141	91900	
4460913	Clarrissa	clarrissa	US		0	America/New_York	36.01318	-82.11707	795			NC	121	90488	
4460916	Clarks Crossroads	clarks-crossroads	US		0	America/New_York	34.521	-78.55668	33			NC	017	93992	
4460932	Claybourne	claybourne	US		0	America/New_York	35.74849	-78.82917	121			NC	183	93984	
4460938	Clayroot	clayroot	US		0	America/New_York	35.37155	-77.24801	7			NC	147	93196	
4460951	Clanton Park - Roseland	clanton-park-roseland	US		0	America/New_York	35.19829	-80.89246	192			NC	119		
4460985	Clear Creek (historical)	clear-creek-historical	US		0	America/New_York	35.20209	-80.59896	181			NC	119		
4460988	Clear Run	clear-run	US		0	America/New_York	34.756	-78.28722	15			NC	163	91164	
4460998	Clearwater Forest	clearwater-forest	US		0	America/New_York	35.4846	-79.1428	108			NC	105		
4461018	Clemmons Station	clemmons-station	US		0	America/New_York	35.99958	-80.38005	242			NC	067	90684	
4461020	Clemmons West	clemmons-west	US		0	America/New_York	36.00875	-80.38533	237			NC	067	90684	
4461025	Clement	clement	US		0	America/New_York	35.09572	-78.62863	46			NC	163	90904	
4461047	Cleveland Mills (historical)	cleveland-mills-historical	US		0	America/New_York	35.4993	-81.64509	280			NC	045		
4461049	Cleveland Spring (historical)	cleveland-spring-historical	US		0	America/New_York	35.27707	-81.4962	286			NC	045		
4461052	Clevewood	clevewood	US		0	America/New_York	35.5385	-77.38274	19			NC	147	94072	
4461054	Clewis Corner	clewis-corner	US		0	America/New_York	34.18656	-78.40223	15			NC	047	90320	
4461058	Clifdale	clifdale	US		0	America/New_York	35.06155	-79.01531	73	Clifdale,Clifton		NC	051	92892	
4461079	Clifton Ridge	clifton-ridge	US		0	America/New_York	35.8921	-77.56942	30			NC	065		
4461083	Cliftonville	cliftonville	US		0	America/New_York	35.82293	-77.9486	49			NC	195	93220	
4461095	Cline Street Apartments	cline-street-apartments	US		0	America/New_York	35.29402	-81.53148	248			NC	045		
4461097	Clingman	clingman	US		0	America/New_York	36.17847	-80.92785	346			NC	193	92236	
4461104	Clinton Hills	clinton-hills	US		0	America/New_York	36.05236	-79.77809	243			NC	081	91228	
4461108	Cloaninger	cloaninger	US		0	America/New_York	35.77569	-80.85118	266			NC	097	93104	
4461116	Closs	closs	US		0	America/New_York	35.31322	-77.46246	8			NC	107	92820	
4461117	Cloudland (historical)	cloudland-historical	US		0	America/New_York	36.10428	-82.13262	1881			NC	121	91140	
4461124	Clover Garden	clover-garden	US		0	America/New_York	36.18847	-79.4628	211			NC	001		
4461128	Clover Fork Acres	clover-fork-acres	US		0	America/New_York	35.40736	-80.19561	170			NC	167	91416	
4461133	Cloverhill Plantation	cloverhill-plantation	US		0	America/New_York	36.01319	-81.50649	364			NC	027	94116	
4461140	Club Pines	club-pines	US		0	America/New_York	35.56627	-77.3983	22			NC	147	94072	
4461141	Club Pines	club-pines	US		0	America/New_York	35.28822	-77.59969	25			NC	107	91704	
4461143	Club View Acres	club-view-acres	US		0	America/New_York	35.11376	-80.7059	221			NC	119		
4461146	Clubview Acres	clubview-acres	US		0	America/New_York	35.02293	-80.58785	195			NC	179	92108	
4461158	Coakley	coakley	US		0	America/New_York	35.92266	-77.41858	24			NC	065		
4461160	Clubview	clubview	US		0	America/New_York	35.28989	-77.59608	24			NC	107	91704	
4461166	Coastal Shores	coastal-shores	US		0	America/New_York	34.70183	-76.77216	1			NC	031	92120	
4461172	Coats Crossroads	coats-crossroads	US		0	America/New_York	35.51433	-78.54362	77	Coats Cross Roads,Coats Crossroad,Coats Crossroads		NC	101	90992	
4461185	Cobb Town	cobb-town	US		0	America/New_York	35.72016	-77.60108	23			NC	065		
4461186	Cobblestone	cobblestone	US		0	America/New_York	35.78932	-78.35389	84			NC	183	91992	
4461189	Cobbs Crossroads	cobbs-crossroads	US		0	America/New_York	35.78127	-77.6047	24			NC	065		
4461198	Cobbs Crossroad	cobbs-crossroad	US		0	America/New_York	35.82432	-77.85693	43			NC	195	93244	
4461211	Cockrell Beach	cockrell-beach	US		0	America/New_York	35.39933	-76.62687	2			NC	013	90168	
4461222	Coddle Creek (historical)	coddle-creek-historical	US		0	America/New_York	35.49792	-80.73924	214			NC	025		
4461259	Coghill	coghill	US		0	America/New_York	35.59488	-77.35024	18			NC	147	91328	
4461260	Cognac	cognac	US		0	America/New_York	34.95627	-79.60977	120	Cognac,Eighty-Nine Mile Siding		NC	153	91988	
4461266	Coggins Mine	coggins-mine	US		0	America/New_York	35.48681	-80.02033	150			NC	123	90988	
4461268	Coker Hills	coker-hills	US		0	America/New_York	35.93487	-79.03584	123			NC	135	90620	
4461269	Cokers Crossroads	cokers-crossroads	US		0	America/New_York	35.40627	-77.8422	41			NC	191	92848	
4461270	Cokesbury	cokesbury	US		0	America/New_York	35.5246	-78.90891	123			NC	085	90416	
4461271	Cokesbury	cokesbury	US		0	America/New_York	36.34876	-78.30416	149			NC	181	92824	
4461308	Cold Springs	cold-springs	US		0	America/New_York	35.95457	-81.87122	1052			NC	023	91676	
4461309	Cold Springs	cold-springs	US		0	America/New_York	35.41514	-80.51312	220			NC	025		
4461315	Cold Water	cold-water	US		0	America/New_York	35.41625	-80.54979	177			NC	025		
4461354	Colemans (historical)	colemans-historical	US		0	America/New_York	35.49986	-80.61785	242			NC	025		
4461356	Colerain Beach	colerain-beach	US		0	America/New_York	36.19655	-76.75384	11			NC	015	90712	
4461367	Coleville (historical)	coleville-historical	US		0	America/New_York	36.53986	-80.22394	366	Colesville,Coleville (historical)		NC	169	92480	
4461368	Colewood Acres	colewood-acres	US		0	America/New_York	35.80543	-78.57195	84			NC	183	92792	
4461369	Coley Acres	coley-acres	US		0	America/New_York	35.49488	-77.95249	40			NC	191	92492	
4461374	Coley Forest	coley-forest	US		0	America/New_York	35.82043	-78.67334	114			NC	183	92612	
4461376	Coley Lakes	coley-lakes	US		0	America/New_York	35.82376	-78.67417	106			NC	183	92612	
4461383	Colington	colington	US		0	America/New_York	36.00794	-75.70157	1	Carlite Island,Colington,Colleton Island,Collington,Collintons Island		NC	055	90096	
4461396	College Acres	college-acres	US		0	America/New_York	34.23989	-77.86776	12			NC	129	94044	
4461399	College Downs	college-downs	US		0	America/New_York	35.29959	-80.72868	227			NC	119		
4461400	College Estates	college-estates	US		0	America/New_York	36.39069	-79.69364	217			NC	157	92652	
4461409	College Park North	college-park-north	US		0	America/New_York	34.77794	-79.44699	68			NC	165	93132	
4461410	College Park South	college-park-south	US		0	America/New_York	34.75294	-79.48949	65			NC	165	93132	
4461415	College View	college-view	US		0	America/New_York	35.60877	-77.36441	16			NC	147	91328	
4461416	College Village	college-village	US		0	America/New_York	36.45236	-79.74309	226			NC	157	93936	
4461421	College Court	college-court	US		0	America/New_York	35.59766	-77.34913	16			NC	147	91328	
4461430	Collingwood Estates	collingwood-estates	US		0	America/New_York	35.50349	-77.99165	42			NC	191	90428	
4461431	Collins (historical)	collins-historical	US		0	America/New_York	35.85652	-81.73288	309			NC	023	91920	
4461450	Collinstown	collinstown	US		0	America/New_York	36.5365	-80.36214	375			NC	169	90260	
4461458	Colly	colly	US		0	America/New_York	34.46017	-78.25444	8			NC	017	91180	
4461465	Colonial Acres	colonial-acres	US		0	America/New_York	35.47849	-79.20669	107			NC	105		
4461466	Colonial Acres	colonial-acres	US		0	America/New_York	35.38044	-77.89332	38			NC	191	92256	
4461469	Colonial Estates	colonial-estates	US		0	America/New_York	36.28902	-79.63475	217			NC	157	94032	
4461478	Colonial Hights	colonial-hights	US		0	America/New_York	35.30239	-77.61497	26			NC	107	91704	
4461479	Colonial Hills	colonial-hills	US		0	America/New_York	34.75766	-77.3394	4			NC	133	93976	
4461480	Colonial Hills	colonial-hills	US		0	America/New_York	36.05736	-79.06918	196			NC	135	91040	
4461481	Colonial Park	colonial-park	US		0	America/New_York	36.05236	-79.05973	199			NC	135	91040	
4461482	Colonial Woods	colonial-woods	US		0	America/New_York	35.90155	-77.57219	25			NC	065		
4461483	Colony Acres	colony-acres	US		0	America/New_York	35.14153	-80.89813	202			NC	119		
4461484	Colony Estates	colony-estates	US		0	America/New_York	35.12183	-77.09551	8			NC	049	93592	
4461486	Colony Park	colony-park	US		0	America/New_York	35.98487	-78.96584	99			NC	063	93764	
4461487	Colony Park	colony-park	US		0	America/New_York	35.94181	-79.00807	96			NC	135	90620	
4461488	Colony Woods	colony-woods	US		0	America/New_York	35.94875	-79.00807	89			NC	135	90620	
4461491	Coltranes Mill	coltranes-mill	US		0	America/New_York	35.90597	-79.85642	204			NC	151	92268	
4461494	Columbia Heights	columbia-heights	US		0	America/New_York	36.09042	-80.22755	265			NC	067	94068	
4461516	Combs Fork	combs-fork	US		0	America/New_York	35.06266	-77.51969	21	Combs Fork,Coombs Fork		NC	103		
4461520	Combstown	combstown	US		0	America/New_York	36.50069	-80.57895	327			NC	171	92156	
4461522	Comet	comet	US		0	America/New_York	36.48207	-81.55455	896			NC	009	90696	
4461570	Complex	complex	US		0	America/New_York	35.57819	-80.06644	218			NC	057	91628	
4461580	Concord (historical)	concord-historical	US		0	America/New_York	35.7918	-81.37342	284			NC	027	91916	
4461639	Congleton	congleton	US		0	America/New_York	35.75238	-77.23107	17			NC	147	90512	
4461661	Connaritsa	connaritsa	US		0	America/New_York	36.18932	-77.07468	20	Connarista,Connaritsa		NC	015	92096	
4461674	Connestee Falls	connestee-falls	US		0	America/New_York	35.15567	-82.74041	864			NC	175	90928	
4461675	Connor	connor	US		0	America/New_York	35.7421	-78.14833	83			NC	195	92380	
4461680	Conner Village	conner-village	US		0	America/New_York	34.79905	-76.88688	6			NC	031	92272	
4461681	Conoho	conoho	US		0	America/New_York	35.98349	-77.31135	25	Coniho,Conoho,Goose Nest		NC	117	91268	
4461693	Contentnea	contentnea	US		0	America/New_York	35.50183	-77.73081	16	Contentnea,Great Contentnea Creek,Great Cotecktney Creek,Quotankney Creeek		NC	079	90440	
4461697	Contentnea Junction	contentnea-junction	US		0	America/New_York	35.67821	-77.93248	28			NC	195	90276	
4461727	Cooks Crossing	cooks-crossing	US		0	America/New_York	35.44847	-80.61479	222			NC	025		
4461736	Cooktown	cooktown	US		0	America/New_York	36.06373	-82.15707	993			NC	121	91140	
4461743	Cool Run	cool-run	US		0	America/New_York	33.95156	-78.47001	12			NC	019	92900	
4461751	Cool Springs	cool-springs	US		0	America/New_York	35.84486	-80.73257	271	Cool Spring,Cool Springs		NC	097	90770	
4461752	Cool Springs	cool-springs	US		0	America/New_York	35.46932	-79.21197	117			NC	105		
4461760	Cool Springs Estates	cool-springs-estates	US		0	America/New_York	35.50182	-79.22724	109			NC	105		
4461766	Cooleemee Junction	cooleemee-junction	US		0	America/New_York	35.82542	-80.58367	211			NC	059	91660	
4461769	Cooleys Crossroads	cooleys-crossroads	US		0	America/New_York	36.48265	-77.8811	87			NC	083	91876	
4461778	Coolvale	coolvale	US		0	America/New_York	33.96628	-78.03527	10			NC	019	92992	
4461806	Cooper Estates	cooper-estates	US		0	America/New_York	36.0443	-79.36946	152			NC	001		
4461846	Copenhagen (historical)	copenhagen-historical	US		0	America/New_York	35.86569	-81.59926	331			NC	027	91780	
4461851	Copper Ford	copper-ford	US		0	America/New_York	35.36123	-82.31873	708			NC	089	90972	
4461883	Corbin Hills	corbin-hills	US		0	America/New_York	35.64931	-80.45173	219			NC	159	92812	
4461895	Core Creek	core-creek	US		0	America/New_York	34.82849	-76.69299	1			NC	031	91400	
4461900	Core Point	core-point	US		0	America/New_York	35.42433	-76.85022	3			NC	013	92664	
4461905	Coreys Crossroads	coreys-crossroads	US		0	America/New_York	35.74072	-77.07634	17			NC	117	90176	
4461937	Cornatzer	cornatzer	US		0	America/New_York	35.92375	-80.47978	243			NC	059	92896	
4461959	Cornwallis Hills	cornwallis-hills	US		0	America/New_York	36.04681	-79.10335	197			NC	135	91496	
4461965	Corola Hills	corola-hills	US		0	America/New_York	35.88513	-81.61621	345			NC	027	91780	
4461967	Corregidor	corregidor	US		0	America/New_York	35.14905	-78.97197	91			NC	051	91964	
4461971	Corriher Heights	corriher-heights	US		0	America/New_York	35.56069	-80.63479	267			NC	159	90660	
4461976	Corys	corys	US		0	America/New_York	36.53876	-75.96326	1			NC	053	91188	
4461978	Cosfort (historical)	cosfort-historical	US		0	America/New_York	36.09902	-81.3337	319			NC	193	90184	
4461980	Costin	costin	US		0	America/New_York	34.58322	-78.10138	16			NC	141	90728	
4461982	Cotswold	cotswold	US		0	America/New_York	35.18042	-80.79979	218			NC	119		
4461986	Correll Park	correll-park	US		0	America/New_York	35.60264	-80.49923	253			NC	159	91840	
4461990	Cotton Grove	cotton-grove	US		0	America/New_York	35.73903	-80.26255	225	Canon Grove,Cotton Grove		NC	057	90780	
4461999	Cottage Home (historical)	cottage-home-historical	US		0	America/New_York	35.41597	-81.03119	201			NC	109	90560	
4462001	Cotton Patch Landing	cotton-patch-landing	US		0	America/New_York	35.40266	-76.96633	0			NC	013	90664	
4462002	Cottonade	cottonade	US		0	America/New_York	35.10294	-78.98225	73			NC	051	92892	
4462004	Cottonville	cottonville	US		0	America/New_York	35.19848	-80.18978	128			NC	167	93800	
4462011	Coulwood	coulwood	US		0	America/New_York	35.29792	-80.94452	196			NC	119		
4462012	Coulwood Hills	coulwood-hills	US		0	America/New_York	35.30542	-80.94896	210			NC	119		
4462017	Council Heights	council-heights	US		0	America/New_York	34.27461	-77.93304	6			NC	129	90508	
4462020	Council Oaks	council-oaks	US		0	America/New_York	34.97209	-80.52146	177			NC	179	92108	
4462024	Country Club Acres	country-club-acres	US		0	America/New_York	34.776	-77.37079	4			NC	133	91632	
4462025	Country Club Acres	country-club-acres	US		0	America/New_York	36.09069	-79.50724	207			NC	001		
4462026	Country Club Colony	country-club-colony	US		0	America/New_York	35.7846	-77.94415	40			NC	195	93220	
4462027	Country Club East	country-club-east	US		0	America/New_York	34.74738	-76.73966	4			NC	031	92120	
4462028	Country Club Estates	country-club-estates	US		0	America/New_York	36.08597	-79.45585	184			NC	001		
4462029	Country Club Estates	country-club-estates	US		0	America/New_York	35.79792	-80.24894	241			NC	057	91796	
4462030	Country Club Estates	country-club-estates	US		0	America/New_York	35.30789	-82.48012	706			NC	089	91456	
4462031	Country Club Estates	country-club-estates	US		0	America/New_York	35.27544	-77.6033	24			NC	107	91704	
4462032	Country Club Estates	country-club-estates	US		0	America/New_York	34.7735	-77.35663	11			NC	133	93976	
4462033	Country Club Forest	country-club-forest	US		0	America/New_York	36.08458	-79.49086	201			NC	001		
4462034	Country Club Gardens	country-club-gardens	US		0	America/New_York	35.28346	-81.50648	259			NC	045		
4462040	Country Club Houses	country-club-houses	US		0	America/New_York	35.81015	-78.65306	119			NC	183	92612	
4462045	Country Club North	country-club-north	US		0	America/New_York	35.11405	-78.89141	59			NC	051	90832	
4462046	Country Club Park	country-club-park	US		0	America/New_York	35.08294	-77.11301	3			NC	049	93592	
4462047	Country Club Point	country-club-point	US		0	America/New_York	34.68794	-77.048	2			NC	031	93968	
4462048	Country Club View	country-club-view	US		0	America/New_York	35.77626	-78.59056	94			NC	183	92612	
4462050	Country Cove	country-cove	US		0	America/New_York	35.98347	-80.48728	259			NC	059	91080	
4462051	Country Estates	country-estates	US		0	America/New_York	35.63766	-78.44945	102			NC	101	90676	
4462052	Country Lane	country-lane	US		0	America/New_York	36.46292	-79.73309	205			NC	157	93936	
4462053	Country Lane Estates	country-lane-estates	US		0	America/New_York	35.44515	-79.21141	147			NC	105		
4462054	Country Life Estates	country-life-estates	US		0	America/New_York	35.85487	-78.67723	111			NC	183	91548	
4462056	Country Acres	country-acres	US		0	America/New_York	35.34512	-82.45401	644			NC	089	91456	
4462057	Country Park Acres	country-park-acres	US		0	America/New_York	36.12597	-79.82948	269			NC	081	92124	
4462058	Country Place	country-place	US		0	America/New_York	35.73875	-79.77475	214			NC	151	91172	
4462059	Country Place	country-place	US		0	America/New_York	36.3282	-78.49417	154			NC	181	90868	
4462060	Country Ridge	country-ridge	US		0	America/New_York	35.31984	-82.50373	709			NC	089	91456	
4462061	Country Roads	country-roads	US		0	America/New_York	35.12848	-80.75951	198			NC	119		
4462062	Country Woods	country-woods	US		0	America/New_York	35.14653	-80.64257	206			NC	119		
4462063	County Acres	county-acres	US		0	America/New_York	35.26627	-77.6408	13			NC	107	91072	
4462067	Country Meadows	country-meadows	US		0	America/New_York	36.08569	-80.11727	283			NC	067	94068	
4462074	County Square Estates	county-square-estates	US		0	America/New_York	35.31627	-77.65053	32			NC	107	93856	
4462085	Courtland Acres	courtland-acres	US		0	America/New_York	35.44904	-79.1753	124			NC	105		
4462086	Courtland Park	courtland-park	US		0	America/New_York	36.34708	-79.67975	237			NC	157	92652	
4462087	Courtney	courtney	US		0	America/New_York	36.06014	-80.62062	275	Bryan Settlement,Chinquapin Cross Roads,Courtney		NC	197	93042	
4462104	Cove Creek	cove-creek	US		1171	America/New_York	35.60649	-83.01125	767			NC	087	91680	
4462136	Coventry Woods	coventry-woods	US		0	America/New_York	35.19709	-80.75813	225			NC	119		
4462175	Cowans Ferry	cowans-ferry	US		0	America/New_York	35.74875	-80.36589	224			NC	057	90328	
4462177	Cowans Ford	cowans-ford	US		0	America/New_York	35.4268	-80.95674	196			NC	109	90560	
4462192	Cowee	cowee	US		0	America/New_York	35.26121	-83.40793	614			NC	113	90792	
4462217	Cowin (historical)	cowin-historical	US		0	America/New_York	35.75125	-80.89424	239			NC	097	93104	
4462258	Cox Crossing	cox-crossing	US		0	America/New_York	35.51405	-77.31746	18			NC	147	90652	
4462268	Cox Mill	cox-mill	US		0	America/New_York	35.40847	-80.72813	194	Cox Mill,Mill Grove		NC	025		
4462275	Cox Store	cox-store	US		0	America/New_York	35.27512	-82.03511	266			NC	149		
4462277	Coxs Crossroads	coxs-crossroads	US		0	America/New_York	35.36989	-76.95217	5	Cox Crossroads,Coxs Crossroads		NC	013	90664	
4462278	Coxville	coxville	US		0	America/New_York	35.40933	-77.32996	12			NC	147	93196	
4462283	Cozads Mill	cozads-mill	US		0	America/New_York	35.15815	-83.39404	620			NC	113	91156	
4462284	Cozart	cozart	US		0	America/New_York	36.10014	-78.77973	105			NC	077	90936	
4462303	Crab Point Village	crab-point-village	US		0	America/New_York	34.76044	-76.73021	4			NC	031	92120	
4462334	Craggy	craggy	US		0	America/New_York	35.6315	-82.60152	589			NC	021	91776	
4462350	Craig Heights	craig-heights	US		0	America/New_York	35.3668	-81.09285	240			NC	071	92692	
4462354	Cramer Mountain	cramer-mountain	US		0	America/New_York	35.23458	-81.07813	216			NC	071	93048	
4462383	Cranberry Gap	cranberry-gap	US		0	America/New_York	36.11624	-81.98262	1067			NC	011	90812	
4462394	Crater Park	crater-park	US		0	America/New_York	35.30847	-80.83257	244			NC	119		
4462395	Craven	craven	US		0	America/New_York	35.62847	-80.33172	222			NC	159	92584	
4462397	Craven Corner	craven-corner	US		0	America/New_York	34.86683	-76.74993	3			NC	049	93460	
4462403	Craven Terrace	craven-terrace	US		0	America/New_York	35.10933	-77.05078	3			NC	049	93592	
4462440	Creadmore	creadmore	US		0	America/New_York	35.99125	-80.31533	217			NC	057	90076	
4462456	Creek View	creek-view	US		0	America/New_York	36.21069	-80.31394	256			NC	067	94068	
4462457	Creekbend	creekbend	US		0	America/New_York	34.96155	-78.94003	32			NC	051	92724	
4462458	Creekridge	creekridge	US		0	America/New_York	36.51958	-79.73865	186			NC	157	91752	
4462459	Creeksville	creeksville	US		0	America/New_York	36.39404	-77.30358	23			NC	131	94004	
4462460	Creekwood	creekwood	US		0	America/New_York	35.0821	-77.09412	5			NC	049	93592	
4462461	Creekwood	creekwood	US		0	America/New_York	36.00903	-80.45811	234			NC	059	91080	
4462462	Creekwood Acres	creekwood-acres	US		0	America/New_York	36.16847	-80.20394	290			NC	067	92061	
4462468	Cremo	cremo	US		0	America/New_York	36.17821	-76.93579	19			NC	015	90712	
4462477	Crestmont	crestmont	US		0	America/New_York	35.7526	-83.11015	531			NC	087	90552	
4462478	Crestmont Heights	crestmont-heights	US		0	America/New_York	35.31318	-81.53926	264			NC	045		
4462482	Crestview Acres	crestview-acres	US		0	America/New_York	35.02154	-80.54257	167			NC	179	92108	
4462499	Cribb Town	cribb-town	US		0	America/New_York	34.21128	-78.79808	29			NC	047	94020	
4462501	Cricket	cricket	US		1855	America/New_York	36.17152	-81.19398	384			NC	193	92628	
4462505	Cricket Park	cricket-park	US		0	America/New_York	36.17652	-81.1987	387			NC	193	92628	
4462509	Crims Crossroads	crims-crossroads	US		0	America/New_York	36.22014	-80.08782	268	Crims Crossroads,Grimes Crossroads,Grims Crossroads		NC	067	90216	
4462515	Crisp	crisp	US		0	America/New_York	35.75071	-77.62525	32			NC	065		
4462517	Croatan	croatan	US		0	America/New_York	34.96849	-76.96856	9			NC	049	93508	
4462525	Croatan Shores	croatan-shores	US		0	America/New_York	36.02656	-75.66434	3			NC	055	90096	
4462529	Crockers Nub	crockers-nub	US		0	America/New_York	35.69682	-78.18055	73			NC	101	92408	
4462533	Cromwell Heights	cromwell-heights	US		0	America/New_York	35.91349	-77.53997	21			NC	065		
4462557	Crooked Oak	crooked-oak	US		0	America/New_York	36.53402	-80.75868	432			NC	171	93128	
4462573	Cross Heights	cross-heights	US		0	America/New_York	35.63375	-80.45784	221			NC	159	92812	
4462600	Cross William MHP	cross-william-mhp	US		0	America/New_York	35.35345	-82.44956	653			NC	089	91456	
4462601	Crossgates	crossgates	US		0	America/New_York	35.00044	-78.90753	63			NC	051	92460	
4462616	Crossway	crossway	US		0	America/New_York	34.74516	-79.52644	54			NC	165	93132	
4462631	Crowders	crowders	US		0	America/New_York	35.18625	-81.20647	230	Crowders,Crowders Creek		NC	071	91216	
4462632	Crowders (historical)	crowders-historical	US		0	America/New_York	35.23653	-81.16341	212			NC	071	91216	
4462639	Crowells Crossroads	crowells-crossroads	US		0	America/New_York	36.22765	-77.55136	37			NC	083	91372	
4462643	Crump Town	crump-town	US		0	America/New_York	34.88683	-79.35643	69			NC	165	93080	
4462646	Crumplers Crossroads	crumplers-crossroads	US		0	America/New_York	35.54044	-78.23583	52			NC	101	92500	
4462651	Crutchfield	crutchfield	US		0	America/New_York	36.27069	-80.72257	261			NC	171	91996	
4462653	Cruso	cruso	US		0	America/New_York	35.41761	-82.81069	895	Cruso,Crusoe		NC	087	90956	
4462661	Crystal Park	crystal-park	US		0	America/New_York	35.00322	-78.95058	51			NC	051	92460	
4462667	Crutchfield Crossroads	crutchfield-crossroads	US		0	America/New_York	35.80847	-79.43252	187			NC	037	90024	
4462678	Cuba (historical)	cuba-historical	US		0	America/New_York	35.47485	-82.00399	306			NC	161	92132	
4462692	Cullasaja	cullasaja	US		0	America/New_York	35.1651	-83.32376	623	Cullasagee,Cullasaja,Sugar Town,Sugartown		NC	113	91024	
4462694	Culbreth	culbreth	US		0	America/New_York	36.26376	-78.7275	149			NC	077	93212	
4462727	Cumberland Village	cumberland-village	US		0	America/New_York	35.35317	-82.45762	660			NC	089	91456	
4462776	Currytown	currytown	US		0	America/New_York	35.88208	-80.32144	253			NC	057	92644	
4462802	Cutters Creek	cutters-creek	US		0	America/New_York	36.11903	-80.38005	250			NC	067	93864	
4462804	Cutshalltown	cutshalltown	US		0	America/New_York	35.96066	-82.68958	659	Cutshalltown,Cutshawtown		NC	115		
4462807	Cycle	cycle	US		0	America/New_York	36.1343	-80.84202	328	Cycle,Oak Grove,Pea Ridge		NC	197	92302	
4462827	Cypress Creek	cypress-creek	US		0	America/New_York	34.18322	-78.63446	15			NC	047	91764	
4462830	Cypress Creek	cypress-creek	US		0	America/New_York	34.75156	-77.70498	22			NC	061	90864	
4462857	Cypress Shores	cypress-shores	US		0	America/New_York	35.08933	-77.10551	4			NC	049	93592	
4462873	Dabney	dabney	US		0	America/New_York	36.35292	-78.4975	167			NC	181	90868	
4462877	Daddysville	daddysville	US		0	America/New_York	35.90765	-78.22166	91			NC	069	90926	
4462885	Dal-Wan Heights	dal-wan-heights	US		0	America/New_York	35.79236	-80.84146	250			NC	097	90616	
4462888	Daisy Siding	daisy-siding	US		0	America/New_York	35.59183	-77.64997	27			NC	079	90520	
4462901	Dalton Village	dalton-village	US		0	America/New_York	35.20848	-80.89924	206			NC	119		
4462916	Damont Hills	damont-hills	US		0	America/New_York	35.72737	-78.83751	150			NC	183	93984	
4462927	Dan River	dan-river	US		0	America/New_York	36.46458	-79.76254	201			NC	157	93936	
4462930	Dan River Shores	dan-river-shores	US		0	America/New_York	36.43264	-80.277	225			NC	169	92480	
4462933	Dan Valley	dan-valley	US		0	America/New_York	36.40847	-79.94143	208			NC	157	92020	
4462939	Danbrooke Park	danbrooke-park	US		0	America/New_York	35.18681	-80.68451	227			NC	119		
4462950	Danbury Forest	danbury-forest	US		0	America/New_York	35.83736	-80.85646	283			NC	097	90240	
4462968	Daniels (historical)	daniels-historical	US		0	America/New_York	35.45736	-81.26508	229			NC	109	91824	
4462982	Danieltown	danieltown	US		0	America/New_York	35.29318	-81.90983	304			NC	161	93172	
4462996	Dardens	dardens	US		0	America/New_York	35.82044	-76.8155	14	Darden,Dardens		NC	117	91644	
4463001	Darby Acres	darby-acres	US		0	America/New_York	35.21292	-80.76424	235			NC	119		
4463015	Dark Ridge (historical)	dark-ridge-historical	US		0	America/New_York	36.22401	-81.93928	915			NC	011	90212	
4463033	Davenport (historical)	davenport-historical	US		0	America/New_York	36.00096	-81.52787	359			NC	027	94116	
4463043	Davenport Forks	davenport-forks	US		0	America/New_York	35.91961	-76.43605	1			NC	187	92968	
4463067	Davidson River	davidson-river	US		0	America/New_York	35.25345	-82.68401	641			NC	175	90364	
4463081	Davie Crossroads	davie-crossroads	US		0	America/New_York	35.83208	-80.53478	245	Davie Crossroads,Greasy Corner		NC	059	91660	
4463082	Davie Gardens	davie-gardens	US		0	America/New_York	36.0168	-80.46422	255			NC	059	91080	
4463093	Davie Circle	davie-circle	US		0	America/New_York	35.91876	-79.03751	143			NC	135	90620	
4463180	Davistown	davistown	US		0	America/New_York	35.82877	-77.61331	32			NC	065		
4463181	Davistown	davistown	US		0	America/New_York	35.56179	-82.15206	480			NC	111	90828	
4463188	Dawson Crossroads	dawson-crossroads	US		0	America/New_York	36.16377	-77.52386	37			NC	083	91036	
4463191	Day Acres	day-acres	US		0	America/New_York	36.18153	-80.20616	273			NC	067	92808	
4463192	Day Book	day-book	US		0	America/New_York	35.97928	-82.29985	737	Day Book,Daybrook,Jacks Creek		NC	199	91612	
4463199	Dayspring	dayspring	US		0	America/New_York	35.82958	-79.79336	223			NC	151	92620	
4463205	Days Crossroads	days-crossroads	US		0	America/New_York	36.39043	-77.63387	44			NC	083	93932	
4463206	De Hart Mill	de-hart-mill	US		0	America/New_York	35.39176	-83.48738	569			NC	173	90624	
4463211	DeGraffenried Park	degraffenried-park	US		0	America/New_York	35.10738	-77.06245	4			NC	049	93592	
4463235	Deans Heights	deans-heights	US		0	America/New_York	35.89405	-77.53997	16			NC	065		
4463236	Deans Mill	deans-mill	US		0	America/New_York	35.23732	-83.47266	640			NC	113	90448	
4463245	Dean	dean	US		0	America/New_York	35.21426	-83.3596	630			NC	113	92072	
4463252	Deblyn Park	deblyn-park	US		0	America/New_York	35.85654	-78.69112	83			NC	183	91548	
4463254	Debruhls Landing	debruhls-landing	US		0	America/New_York	35.05571	-77.18079	3			NC	103		
4463259	Decker Heights	decker-heights	US		0	America/New_York	34.98572	-78.92197	62			NC	051	92724	
4463261	Deaver View	deaver-view	US		0	America/New_York	35.58122	-82.62374	695			NC	021	90086	
4463284	Deep Creek	deep-creek	US		0	America/New_York	34.85293	-80.15867	139			NC	007	91356	
4463401	Deep Springs	deep-springs	US		0	America/New_York	36.4143	-79.87782	199			NC	157	92020	
4463432	Deer Run	deer-run	US		0	America/New_York	36.16819	-79.12862	210			NC	135	90580	
4463433	Deer Springs Country Club Estates	deer-springs-country-club-estates	US		0	America/New_York	36.40903	-79.88365	183			NC	157	92020	
4463442	Deerhurst	deerhurst	US		0	America/New_York	35.17292	-80.71812	198			NC	119		
4463452	Deerwoods Estates	deerwoods-estates	US		0	America/New_York	35.2115	-82.7354	676			NC	175	90364	
4463459	Dehart	dehart	US		0	America/New_York	36.30013	-81.13508	419			NC	193	93888	
4463463	Delgado	delgado	US		0	America/New_York	34.22545	-77.92193	10			NC	129	94044	
4463467	Dellaplane	dellaplane	US		0	America/New_York	36.18319	-81.02897	334			NC	193	90072	
4463473	Dellview	dellview	US		13	America/New_York	35.38874	-81.40981	298			NC	071	90644	
4463477	Dellwood Park	dellwood-park	US		0	America/New_York	36.02986	-79.82142	231			NC	081	92124	
4463487	Delway	delway	US		203	America/New_York	34.80128	-78.21388	39			NC	163	93224	
4463488	Delwood	delwood	US		0	America/New_York	35.45961	-78.16499	46			NC	101	90336	
4463489	Democrat	democrat	US		0	America/New_York	35.784	-82.4868	645			NC	021	91604	
4463508	Denny (historical)	denny-historical	US		0	America/New_York	36.0918	-81.4226	349			NC	193	91012	
4463513	Denny Store	denny-store	US		0	America/New_York	36.38348	-78.82056	175	Denny Store,Dennys Store		NC	145	90040	
4463521	Dentons	dentons	US		0	America/New_York	35.25731	-83.91241	802			NC	075	90636	
4463525	Deppe	deppe	US		0	America/New_York	34.84849	-77.28246	13			NC	133	93976	
4463528	Derita	derita	US		0	America/New_York	35.29375	-80.79757	248			NC	119		
4463533	Derita Woods	derita-woods	US		0	America/New_York	35.2807	-80.80952	234			NC	119		
4463577	Devon Park	devon-park	US		0	America/New_York	34.22573	-77.89665	11			NC	129	94044	
4463578	Devonshire	devonshire	US		0	America/New_York	35.24875	-80.73562	239			NC	119		
4463581	Devonshire Manor	devonshire-manor	US		0	America/New_York	35.93709	-78.99362	91			NC	063	93764	
4463582	Devonshire Square	devonshire-square	US		0	America/New_York	35.54405	-77.38746	20			NC	147	94072	
4463583	Devotion	devotion	US		0	America/New_York	36.43263	-80.91785	416			NC	171	90412	
4463587	Dew Field	dew-field	US		0	America/New_York	35.78571	-77.93387	45			NC	195	93220	
4463623	Dickerson Estates	dickerson-estates	US		0	America/New_York	35.83847	-80.31783	242			NC	057	93796	
4463666	Dildys Mill	dildys-mill	US		0	America/New_York	36.32377	-76.90885	5			NC	091	94076	
4463668	Dilhast	dilhast	US		0	America/New_York	36.15125	-80.12893	293			NC	067	91696	
4463692	Dillion Ridge	dillion-ridge	US		0	America/New_York	35.931	-76.18159	2			NC	177	90044	
4463703	Dimmette (historical)	dimmette-historical	US		0	America/New_York	36.24791	-80.93757	359			NC	193	90976	
4463704	Dimmocks Mill	dimmocks-mill	US		0	America/New_York	36.06875	-79.12307	168			NC	135	91496	
4463706	Dinah Landing	dinah-landing	US		0	America/New_York	35.47989	-76.93189	1			NC	013	91896	
4463763	Dixie Crossroads	dixie-crossroads	US		0	America/New_York	35.69099	-78.21889	75			NC	101	92408	
4463783	Dixon Landing	dixon-landing	US		0	America/New_York	33.94601	-78.22305	-2			NC	019	91884	
4463793	Dixons Crossroads	dixons-crossroads	US		0	America/New_York	35.50044	-77.4133	18			NC	147	94072	
4463799	Dobbins (historical)	dobbins-historical	US		0	America/New_York	35.71597	-80.58201	224			NC	159	91160	
4463803	Dobbersville	dobbersville	US		0	America/New_York	35.22628	-78.24472	54			NC	191	91280	
4463829	Dockery	dockery	US		0	America/New_York	36.30735	-81.08147	385			NC	193	93888	
4463845	Dodgetown	dodgetown	US		0	America/New_York	36.43264	-80.10171	300			NC	169	90208	
4463849	Dodsons Crossroads	dodsons-crossroads	US		0	America/New_York	35.97236	-79.16335	196			NC	135	90268	
4463858	Doe Creek	doe-creek	US		0	America/New_York	34.00739	-78.30194	12			NC	019	91884	
4463889	Dogwood Acres	dogwood-acres	US		0	America/New_York	35.8807	-79.07807	131			NC	135	90620	
4463890	Dogwood Acres	dogwood-acres	US		0	America/New_York	35.02515	-80.59062	192			NC	179	92108	
4463891	Dogwood Acres	dogwood-acres	US		0	America/New_York	36.06764	-79.46141	197			NC	001		
4463892	Dogwood Acres	dogwood-acres	US		0	America/New_York	35.0135	-78.88197	52			NC	051	92460	
4463893	Dogwood Acres	dogwood-acres	US		0	America/New_York	35.6382	-80.46423	237			NC	159	92812	
4463905	Dogwood Grove	dogwood-grove	US		0	America/New_York	35.59761	-82.50901	671			NC	021	90086	
4463931	Donnaha	donnaha	US		0	America/New_York	36.22764	-80.43283	231	Donnaha,Donnoha,Hansens Ferry		NC	067	92388	
4463933	Doolie	doolie	US		0	America/New_York	35.60208	-80.8973	265			NC	097	90884	
4463940	Dort	dort	US		0	America/New_York	36.5296	-76.86968	10			NC	073	92660	
4463942	Dortches	dortches	US		930	America/New_York	36.01126	-77.85748	60			NC	127	93144	
4463974	Double Island	double-island	US		0	America/New_York	35.95512	-82.20429	751			NC	199	90400	
4463986	Double Shoals	double-shoals	US		0	America/New_York	35.38096	-81.54815	251			NC	045		
4464014	Dougherty Heights	dougherty-heights	US		0	America/New_York	36.20846	-81.68427	1044			NC	189	90332	
4464017	Doughton	doughton	US		0	America/New_York	36.3743	-80.95702	473			NC	193	93756	
4464049	Douglas Crossroads	douglas-crossroads	US		0	America/New_York	35.52877	-76.94939	10			NC	013	92436	
4464064	Downsville (historical)	downsville-historical	US		0	America/New_York	35.88124	-81.3612	376			NC	027	91852	
4464074	Draco	draco	US		0	America/New_York	35.94319	-81.38537	469			NC	027	91852	
4464083	Draper (historical)	draper-historical	US		0	America/New_York	36.51792	-79.69337	176			NC	157	91752	
4464086	Draughn	draughn	US		0	America/New_York	36.07793	-77.56025	23			NC	065		
4464094	Drewry	drewry	US		0	America/New_York	36.45931	-78.31	141			NC	181	92050	
4464095	Drewry Hills	drewry-hills	US		0	America/New_York	35.82376	-78.63389	80			NC	183	92612	
4464098	Drexelbrook	drexelbrook	US		0	America/New_York	35.58683	-77.36108	21			NC	147	91328	
4464105	Drivers Store	drivers-store	US		0	America/New_York	35.69655	-77.81831	35			NC	195	91208	
4464111	Drowning Creek (historical)	drowning-creek-historical	US		0	America/New_York	35.73013	-81.47842	338			NC	023	91572	
4464112	Druid Hills	druid-hills	US		0	America/New_York	35.33206	-82.4729	649			NC	089	91456	
4464113	Druid Hills	druid-hills	US		0	America/New_York	35.25959	-80.83313	215			NC	119		
4464118	Drum Hill	drum-hill	US		0	America/New_York	36.54182	-76.72523	23			NC	073	91420	
4464127	Drummersville	drummersville	US		0	America/New_York	35.17572	-77.83887	47			NC	061	90020	
4464129	Drums Crossroads	drums-crossroads	US		0	America/New_York	35.61319	-81.10869	324	Drums Crossroads,Drumsville		NC	035	90476	
4464181	Drys Mill (historical)	drys-mill-historical	US		0	America/New_York	35.48542	-80.33589	218			NC	025		
4464182	Drysdale Hills	drysdale-hills	US		0	America/New_York	35.32428	-82.60068	645			NC	089	92076	
4464185	Duart	duart	US		0	America/New_York	34.7935	-78.8178	42			NC	017	91508	
4464189	Dublin Woods	dublin-woods	US		0	America/New_York	35.81682	-78.76862	138			NC	183	90536	
4464191	Duan	duan	US		0	America/New_York	35.61513	-81.21258	280	Duan,Dulan		NC	035	92284	
4464206	Duck Creek	duck-creek	US		0	America/New_York	34.59572	-77.28218	6			NC	133	90482	
4464226	Ducks Landing	ducks-landing	US		0	America/New_York	35.00877	-78.99058	56			NC	051	92724	
4464228	Dudley Heights	dudley-heights	US		0	America/New_York	36.05402	-79.76475	236			NC	081	91228	
4464235	Dudley Shoals	dudley-shoals	US		0	America/New_York	35.86374	-81.37648	350			NC	027	91852	
4464238	Duff Creek	duff-creek	US		0	America/New_York	34.78461	-78.05249	21			NC	061	92752	
4464243	Duffies	duffies	US		0	America/New_York	34.86711	-79.25476	70			NC	093	90036	
4464265	Dukes	dukes	US		0	America/New_York	36.05987	-77.97804	86			NC	127	91336	
4464272	Dula Springs	dula-springs	US		0	America/New_York	35.71178	-82.53985	692			NC	021	92648	
4464281	Dulah	dulah	US		0	America/New_York	34.05656	-78.68696	16			NC	047	90436	
4464311	Duncans Creek	duncans-creek	US		0	America/New_York	35.45013	-81.71649	337	Duncan Creek,Duncans Creek		NC	161	90924	
4464315	Dunescape Condos	dunescape-condos	US		0	America/New_York	34.69794	-76.76577	4			NC	031	92120	
4464317	Dundarrach	dundarrach	US		41	America/New_York	34.92933	-79.15503	68			NC	093	93136	
4464321	Dunhaven by the Lake	dunhaven-by-the-lake	US		0	America/New_York	35.66682	-78.61917	82			NC	183	92788	
4464333	Dunn Crossroads	dunn-crossroads	US		0	America/New_York	35.79155	-77.91165	41			NC	195	93220	
4464345	Dunns Rock	dunns-rock	US		0	America/New_York	35.17428	-82.74402	657			NC	175	90928	
4464360	Dupreeville	dupreeville	US		0	America/New_York	35.23933	-77.59497	12			NC	107	92224	
4464366	Durbro (historical)	durbro-historical	US		0	America/New_York	35.23457	-81.4737	193			NC	045		
4464371	Dupree Crossroads	dupree-crossroads	US		0	America/New_York	35.70099	-77.5383	25			NC	147	91064	
4464401	Dutchess Village	dutchess-village	US		0	America/New_York	35.79126	-78.80028	121			NC	183	90536	
4464431	Dysartsville	dysartsville	US		0	America/New_York	35.6004	-81.86899	388	Dysartsville,Dysartville,Dysortville		NC	111	90940	
4464447	Eagle Chase	eagle-chase	US		0	America/New_York	35.75654	-78.5525	61			NC	183	92792	
4464454	Eagle Heights	eagle-heights	US		0	America/New_York	35.69708	-80.47645	197			NC	159	91160	
4464460	Eagle Mills	eagle-mills	US		0	America/New_York	36.02375	-80.80007	288			NC	097	90944	
4464473	Eaglenest (historical)	eaglenest-historical	US		0	America/New_York	35.49732	-83.04319	1496			NC	087	91608	
4464478	Eagleton	eagleton	US		0	America/New_York	36.02017	-75.71296	2			NC	055	90096	
4464481	Eaglewood	eaglewood	US		0	America/New_York	36.10708	-80.427	267			NC	067	93864	
4464482	Eaglewood Forest	eaglewood-forest	US		0	America/New_York	34.96961	-78.97086	51			NC	051	92724	
4464484	Eaman Park	eaman-park	US		0	America/New_York	35.6657	-80.48867	215			NC	159	92812	
4464240	Dudley	dudley	US	01571	0	America/New_York	35.26739	-78.03749	56			NC	191	90384	
4464491	Earleys	earleys	US		0	America/New_York	36.25738	-77.02746	19			NC	091	90016	
4464498	Earpsboro	earpsboro	US		0	America/New_York	35.78154	-78.29333	92			NC	101	92408	
4464504	Eason Crossroads	eason-crossroads	US		0	America/New_York	36.44877	-76.69995	11	Eason Crossroads,Easons Crossroads		NC	073	91220	
4464512	East Arcadia	east-arcadia	US		477	America/New_York	34.38211	-78.32334	18	East Arcadia,Marlville		NC	017	90528	
4464517	Easonburg	easonburg	US		0	America/New_York	35.91543	-77.86998	39			NC	127	92356	
4464527	East Biltmore	east-biltmore	US		0	America/New_York	35.55872	-82.51957	641			NC	021	90086	
4464535	East Brook	east-brook	US		0	America/New_York	35.79875	-80.83507	257			NC	097	90616	
4464562	East Fayetteville	east-fayetteville	US		0	America/New_York	35.04655	-78.85475	22			NC	051	90832	
4464569	East Fork	east-fork	US		0	America/New_York	35.10956	-82.74207	732			NC	175	90948	
4464572	East Fork	east-fork	US		0	America/New_York	35.13067	-82.77013	696			NC	175	90948	
4464603	East Franklin	east-franklin	US		0	America/New_York	35.19065	-83.36376	630			NC	113	91156	
4464606	East Fruitland (historical)	east-fruitland-historical	US		0	America/New_York	36.07096	-81.17758	376			NC	193	92116	
4464609	East Gastonia	east-gastonia	US		0	America/New_York	35.27958	-81.15202	250			NC	071	91216	
4464612	East Hamlet	east-hamlet	US		0	America/New_York	34.88182	-79.68533	96			NC	153	91988	
4464622	East Lake	east-lake	US		0	America/New_York	35.89127	-75.96269	0			NC	055	90964	
4464625	East Lake Landing	east-lake-landing	US		0	America/New_York	35.89655	-75.96991	1			NC	055	90964	
4464627	East Laport	east-laport	US		0	America/New_York	35.30177	-83.15042	650			NC	099	92684	
4464628	East Laurinburg	east-laurinburg	US		300	America/New_York	34.77127	-79.44366	65	East Laurinburg,Scotland Village		NC	165	93132	
4464635	East Lumberton	east-lumberton	US		0	America/New_York	34.61044	-78.99225	42			NC	155	91940	
4464642	East Monbo	east-monbo	US		0	America/New_York	35.67152	-80.95841	255			NC	097	91076	
4464646	East Parkland	east-parkland	US		0	America/New_York	35.74487	-78.63111	93			NC	183	92788	
4464672	East Rockingham	east-rockingham	US		3736	America/New_York	34.91821	-79.76256	77			NC	153	94088	
4464682	East Side Park	east-side-park	US		0	America/New_York	34.95682	-79.75006	86			NC	153	92736	
4464683	East Side Park	east-side-park	US		0	America/New_York	34.50433	-79.09309	43			NC	155	91052	
4464698	East White Oak	east-white-oak	US		0	America/New_York	36.10125	-79.76225	239			NC	081	91228	
4464700	East Winston	east-winston	US		0	America/New_York	36.10042	-80.22894	282			NC	067	94068	
4464708	Eastbronk	eastbronk	US		0	America/New_York	35.64125	-80.4095	246			NC	159	92584	
4464709	Eastbrook	eastbrook	US		0	America/New_York	34.276	-78.0486	11			NC	019	92324	
4464712	East Tabor	east-tabor	US		0	America/New_York	34.16045	-78.84725	28			NC	047	94020	
4464717	Eastern Heights	eastern-heights	US		0	America/New_York	35.80153	-80.23116	213			NC	057	90756	
4464729	Eastfield (historical)	eastfield-historical	US		0	America/New_York	35.34375	-80.71507	215			NC	119		
4464730	Eastfield	eastfield	US		0	America/New_York	35.18931	-80.77757	229			NC	119		
4464732	Eastfield Estates	eastfield-estates	US		0	America/New_York	35.79403	-80.85091	261			NC	097	93104	
4464733	Eastgate	eastgate	US		0	America/New_York	35.83793	-78.61889	90			NC	183	92228	
4464738	Easthaven	easthaven	US		0	America/New_York	35.59544	-77.35441	17			NC	147	91328	
4464739	Easthaven	easthaven	US		0	America/New_York	35.19264	-80.73229	214			NC	119		
4464749	Easton View	easton-view	US		0	America/New_York	36.05625	-80.20977	281	Easton,Easton View		NC	067	94068	
4464753	Eastover Acres	eastover-acres	US		0	America/New_York	35.81069	-80.8698	250			NC	097	93104	
4464755	Eastover Estates	eastover-estates	US		0	America/New_York	34.74877	-79.46366	61			NC	165	93132	
4464757	Eastowne	eastowne	US		0	America/New_York	35.94959	-79.01029	94			NC	135	90620	
4464759	Eastside	eastside	US		0	America/New_York	35.78903	-80.86007	258			NC	097	93104	
4464770	Eastway Heights	eastway-heights	US		0	America/New_York	35.27707	-81.52315	249			NC	045		
4464783	Eastwood Park	eastwood-park	US		0	America/New_York	35.36431	-80.16645	175			NC	167	92296	
4464784	Eastwood Park	eastwood-park	US		0	America/New_York	35.91042	-78.99001	78			NC	063	93764	
4464787	Eastwood Village	eastwood-village	US		0	America/New_York	35.65319	-80.44784	217			NC	159	92812	
4464789	Eastwoods	eastwoods	US		0	America/New_York	35.20959	-80.68812	233			NC	119		
4464790	Easy Hill	easy-hill	US		0	America/New_York	34.22239	-78.00805	8			NC	019	93252	
4464801	Ebbs Mill	ebbs-mill	US		0	America/New_York	35.82121	-82.90709	745			NC	115		
4464802	Ebenezer	ebenezer	US		0	America/New_York	35.15147	-84.0613	510			NC	039	92192	
4464845	Ebenezers	ebenezers	US		0	America/New_York	35.90347	-80.21949	252			NC	057	91796	
4464850	Eccles Park	eccles-park	US		0	America/New_York	35.0935	-78.90169	51			NC	051	90832	
4464852	Echo Acres	echo-acres	US		0	America/New_York	35.30262	-82.49762	725			NC	089	91456	
4464853	Echo Bluff Trailer Park	echo-bluff-trailer-park	US		0	America/New_York	36.02625	-80.31366	229			NC	067	93036	
4464854	Echo Farms	echo-farms	US		0	America/New_York	34.16295	-77.92054	5			NC	129	94044	
4464855	Echo Heights	echo-heights	US		0	America/New_York	35.70126	-78.64778	105			NC	183	92788	
4464856	Echo Hills	echo-hills	US		0	America/New_York	35.58789	-82.61318	663			NC	021	90086	
4464861	Echo Lakes	echo-lakes	US		0	America/New_York	35.29956	-82.49595	690			NC	089	91456	
4464863	Echo Park	echo-park	US		0	America/New_York	36.13096	-81.66844	1127			NC	189	90300	
4464874	Eden (historical)	eden-historical	US		0	America/New_York	35.8393	-80.0606	316			NC	057	93232	
4464878	Eden Forest	eden-forest	US		0	America/New_York	35.86543	-78.63167	128			NC	183	91548	
4464879	Eden Gardens	eden-gardens	US		0	America/New_York	35.08153	-80.90174	173			NC	119		
4464889	Eden Woods	eden-woods	US		0	America/New_York	35.52572	-78.31472	46			NC	101	92888	
4464892	Edencroft	edencroft	US		0	America/New_York	35.82543	-78.69362	115			NC	183	92036	
4464893	Edenhouse	edenhouse	US		0	America/New_York	36.04322	-76.70939	1			NC	015	93988	
4464895	Edenroc	edenroc	US		0	America/New_York	35.07266	-78.91392	61			NC	051	90832	
4464908	Edgecombe	edgecombe	US		0	America/New_York	34.46295	-77.59497	18			NC	141	93248	
4464911	Edgecombe Hills	edgecombe-hills	US		0	America/New_York	35.88738	-77.55942	21			NC	065		
4464916	Edgefield Forest	edgefield-forest	US		0	America/New_York	35.286	-77.60691	26			NC	107	91704	
4464917	Edgehill Farms	edgehill-farms	US		0	America/New_York	35.78348	-78.80695	135			NC	183	90536	
4464918	Edgeland Park	edgeland-park	US		0	America/New_York	34.73627	-79.49644	65			NC	165	93132	
4464922	Edgeville	edgeville	US		0	America/New_York	36.09319	-79.76197	231	Edgeville,Woodmere Park		NC	081	91228	
4464924	Edgewater Estates	edgewater-estates	US		0	America/New_York	35.46654	-79.06502	137			NC	105		
4464925	Edgewater Estates	edgewater-estates	US		0	America/New_York	34.21406	-77.81915	6			NC	129	94044	
4464940	Edgewood Park	edgewood-park	US		0	America/New_York	34.82405	-77.45691	6			NC	133	91632	
4464944	Edgewood Terrace	edgewood-terrace	US		0	America/New_York	35.23182	-79.56948	183			NC	125		
4464957	Edmundson Crossroads	edmundson-crossroads	US		0	America/New_York	35.50266	-77.89859	38			NC	191	92492	
4464962	Ecusta	ecusta	US		0	America/New_York	35.27234	-82.70624	653			NC	175	90364	
4464975	Edwards Acres	edwards-acres	US		0	America/New_York	35.57683	-77.30052	21			NC	147	91344	
4464994	Edwards Crossroads	edwards-crossroads	US		0	America/New_York	36.53013	-81.05869	841	Edwards Cross Roads,Edwards Crossroads		NC	005	91204	
4464995	Edwards Crossroads	edwards-crossroads	US		0	America/New_York	36.40904	-77.30802	26			NC	131	94004	
4464996	Edwards Fork	edwards-fork	US		0	America/New_York	36.11904	-77.38886	29			NC	083	92432	
4465022	Edwards Crossroads	edwards-crossroads	US		0	America/New_York	36.01543	-78.09416	88	Edwards Cross Roads,Edwards Crossroads		NC	127	91976	
4465028	El Camino Estates	el-camino-estates	US		0	America/New_York	35.77376	-78.50889	86			NC	183	92792	
4465031	Ela	ela	US		0	America/New_York	35.44954	-83.39071	547			NC	173	90624	
4465033	Elams	elams	US		0	America/New_York	36.54126	-77.94277	93			NC	185	92700	
4465034	Elbaville	elbaville	US		0	America/New_York	35.92153	-80.40533	246			NC	059	92896	
4465038	Elbethel (historical)	elbethel-historical	US		0	America/New_York	35.21763	-81.41314	270			NC	045		
4465056	Eleanors Crossroads	eleanors-crossroads	US		0	America/New_York	36.43682	-76.75801	10			NC	073	91220	
4465057	Elease	elease	US		0	America/New_York	34.86517	-78.79641	22			NC	051	90572	
4465058	Eleazer	eleazer	US		0	America/New_York	35.51486	-79.96866	193			NC	151	92252	
4465061	Elf	elf	US		0	America/New_York	35.02148	-83.74795	600			NC	043	91466	
4465062	Eli Whitney	eli-whitney	US		0	America/New_York	35.90681	-79.30724	158			NC	001		
4465065	Eliah	eliah	US		0	America/New_York	34.24295	-78.05666	12			NC	019	93252	
4465089	Elizabeth City Beach	elizabeth-city-beach	US		0	America/New_York	36.2546	-76.09798	0	Elizabeth City Beach,Texaco Beach		NC	029	92920	
4465097	Elizabeth Heights	elizabeth-heights	US		0	America/New_York	35.77627	-77.91721	37			NC	195	94048	
4465139	Elk Shoal	elk-shoal	US		0	America/New_York	35.94233	-82.39069	745	Elk Shoal,Wampler		NC	199	90492	
4465147	Elk Valley	elk-valley	US		0	America/New_York	36.17207	-81.91123	1029			NC	011	90148	
4465163	Elkin Valley	elkin-valley	US		0	America/New_York	36.27319	-80.85313	349			NC	171	91016	
4465167	Elkins Hills	elkins-hills	US		0	America/New_York	35.92987	-79.06307	146			NC	135	90620	
4465199	Ellerbe Grove	ellerbe-grove	US		0	America/New_York	34.86488	-79.77811	100			NC	153	94088	
4465209	Elliot Acres	elliot-acres	US		0	America/New_York	35.17264	-80.90313	199			NC	119		
4465213	Ellington Heights	ellington-heights	US		0	America/New_York	35.34873	-81.93872	292			NC	161	92776	
4465233	Ellis Crossroads	ellis-crossroads	US		0	America/New_York	35.72458	-80.46561	235			NC	159	91160	
4465240	Ellis Store	ellis-store	US		0	America/New_York	35.96933	-76.87939	4			NC	015	94064	
4465241	Ellisboro	ellisboro	US		0	America/New_York	36.33264	-79.97782	253			NC	157	91564	
4465268	Elmira Crossroads	elmira-crossroads	US		0	America/New_York	35.42933	-77.2019	14			NC	147	90652	
4465277	Elmores Crossroads	elmores-crossroads	US		0	America/New_York	35.22292	-81.10091	231			NC	071	93048	
4465295	Emandell (historical)	emandell-historical	US		0	America/New_York	35.70766	-76.82744	14			NC	187	92540	
4465296	Emanuel (historical)	emanuel-historical	US		0	America/New_York	35.95374	-81.4562	356			NC	027	91924	
4465299	Embassy East	embassy-east	US		0	America/New_York	35.24598	-80.71396	214			NC	119		
4465300	Embro	embro	US		0	America/New_York	36.37654	-78.05499	118			NC	185	91684	
4465301	Emerald Gardens	emerald-gardens	US		0	America/New_York	35.01766	-79.00225	62			NC	051	92724	
4465302	Emerald Hills Estates	emerald-hills-estates	US		0	America/New_York	35.23762	-82.64929	654			NC	175	91864	
4465305	Emerald Shores	emerald-shores	US		0	America/New_York	35.25042	-80.08061	99			NC	123	92464	
4465306	Emerald Village	emerald-village	US		0	America/New_York	35.71904	-78.54778	95			NC	183	92788	
4465310	Elmore Crossroads	elmore-crossroads	US		0	America/New_York	34.79294	-79.51172	73			NC	165	91748	
4465319	Emit	emit	US		0	America/New_York	35.73988	-78.25666	87			NC	101	92408	
4465357	Enderly Park	enderly-park	US		0	America/New_York	35.24486	-80.88368	226			NC	119		
4465360	Emorywood Estates	emorywood-estates	US		0	America/New_York	36.14125	-80.07976	297			NC	067	91696	
4465361	Endy	endy	US		0	America/New_York	35.30487	-80.27562	135			NC	167	91032	
4465380	Englewood Forest	englewood-forest	US		0	America/New_York	36.04125	-79.7492	244			NC	081	91656	
4465395	Enka Village	enka-village	US		0	America/New_York	35.54094	-82.64457	642			NC	021	90086	
4465397	English Hills	english-hills	US		0	America/New_York	35.27956	-82.47984	658			NC	089	91456	
4465403	Eno	eno	US		0	America/New_York	36.04125	-79.01418	141			NC	135	91040	
4465432	Ephesus	ephesus	US		0	America/New_York	35.84208	-80.54589	250			NC	059	91660	
4465442	Enochville	enochville	US		2925	America/New_York	35.52986	-80.66812	262			NC	159	90100	
4465443	Ephraim Place	ephraim-place	US		0	America/New_York	36.08789	-82.40347	1063			NC	121	92548	
4465457	Erastus	erastus	US		0	America/New_York	35.19065	-83.18765	1084			NC	099	92148	
4465462	Ervintown	ervintown	US		0	America/New_York	34.90822	-77.56191	20			NC	133	92672	
4465469	Erwin Heights	erwin-heights	US		0	America/New_York	35.90097	-80.07365	255			NC	057	93232	
4465480	Erwinsville (historical)	erwinsville-historical	US		0	America/New_York	35.18429	-81.62287	208	Burr Town,Burrtown,Dellinger,Ervinsville,Erwinsville (historical),Erwinville		NC	045		
4465482	Eskota	eskota	US		0	America/New_York	35.79567	-82.30929	945			NC	199	92476	
4465486	Esmeralda (historical)	esmeralda-historical	US		0	America/New_York	35.4429	-82.26372	381			NC	161	90656	
4465489	Estates Hills	estates-hills	US		0	America/New_York	35.93237	-79.04779	114			NC	135	90620	
4465490	Estatoe	estatoe	US		0	America/New_York	35.90345	-82.11956	803			NC	121	91285	
4465492	Estelle	estelle	US		0	America/New_York	36.50208	-79.24113	172			NC	033	92080	
4465509	Eubanks	eubanks	US		0	America/New_York	35.96986	-79.07557	145			NC	135	90620	
4465528	Eureka Mills	eureka-mills	US		0	America/New_York	35.91986	-80.37061	215			NC	057	92644	
4465531	Eufola	eufola	US		0	America/New_York	35.72236	-80.98591	245	Deep Cut,Eufoa,Eufola		NC	097	91076	
4465559	Evans Park	evans-park	US		0	America/New_York	35.58988	-77.38524	15			NC	147	91328	
4465565	Evans Trailer Park	evans-trailer-park	US		0	America/New_York	35.55516	-77.36969	19			NC	147	94072	
4465581	Everetts Crossroads	everetts-crossroads	US		0	America/New_York	35.52294	-76.84216	6			NC	013	90168	
4465583	Everetts Mill	everetts-mill	US		0	America/New_York	34.81432	-79.89201	58			NC	153	94088	
4465596	Evergreen Estates	evergreen-estates	US		0	America/New_York	35.02627	-78.94753	58			NC	051	92460	
4465606	Ewart (historical)	ewart-historical	US		0	America/New_York	36.08261	-82.20402	783			NC	121	91408	
4465609	Ex-Way	ex-way	US		0	America/New_York	35.17209	-79.87172	96	Crossway,Ex-Way,X-Way		NC	153	93116	
4465614	Exeter (historical)	exeter-historical	US		0	America/New_York	34.55739	-77.80776	9	Exeter (historical),New Exeter		NC	141	91516	
4465615	Exum	exum	US		0	America/New_York	34.11017	-78.46417	14			NC	019	93868	
4465626	Ezzelltown	ezzelltown	US		0	America/New_York	34.66545	-78.20222	25			NC	163	91164	
4465631	Faggarts Crossroads	faggarts-crossroads	US		0	America/New_York	35.36153	-80.54284	192	Faggarts,Faggarts Crossroads,Faggerts		NC	025		
4465650	Fairbrook	fairbrook	US		0	America/New_York	35.70291	-81.29592	324			NC	035	91468	
4465651	Fairchild Heights Subdivision	fairchild-heights-subdivision	US		0	America/New_York	36.10347	-79.40085	167			NC	001		
4465657	Fairfax Heights	fairfax-heights	US		0	America/New_York	34.29184	-78.73307	30			NC	047	94000	
4465658	Fairfax Hills	fairfax-hills	US		0	America/New_York	35.86071	-78.62778	107			NC	183	91548	
4465659	Fairfax Woods	fairfax-woods	US		0	America/New_York	35.26931	-80.77507	230			NC	119		
4465671	Fairfield Harbour	fairfield-harbour	US		2952	America/New_York	35.07655	-76.96356	2	Fairfield Harbor,Fairfield Harbour		NC	049	93308	
4465678	Fairfield Mountains	fairfield-mountains	US		0	America/New_York	35.46568	-82.1915	322	Fairfield Mountains,Tiger		NC	161	90656	
4465680	Fairfield Park	fairfield-park	US		0	America/New_York	36.41264	-78.99362	204			NC	145	92764	
4465681	Fairfield Plantation	fairfield-plantation	US		0	America/New_York	35.13765	-80.6309	198			NC	179	93860	
4465688	Fairlane	fairlane	US		0	America/New_York	35.58294	-77.39219	15			NC	147	91328	
4465690	Fairmeadows	fairmeadows	US		0	America/New_York	35.14848	-80.84424	201			NC	119		
4465699	Fairntosh	fairntosh	US		0	America/New_York	36.10625	-78.85056	83			NC	063	91972	
4465700	Fairplains	fairplains	US		2120	America/New_York	36.19847	-81.15286	391	Fairplain,Fairplains		NC	193	92332	
4465714	Fairview Acres	fairview-acres	US		0	America/New_York	35.77876	-78.72917	133			NC	183	92612	
4465754	Fairview Hills	fairview-hills	US		0	America/New_York	35.77404	-78.72556	122			NC	183	92612	
4465758	Fairview Park	fairview-park	US		0	America/New_York	35.88319	-81.11869	360			NC	003	93228	
4465760	Fairview Park	fairview-park	US		0	America/New_York	35.07433	-78.87169	28			NC	051	90832	
4465774	Fairway Acres	fairway-acres	US		0	America/New_York	35.83319	-81.53509	404			NC	027	92304	
4465775	Fairway Acres	fairway-acres	US		0	America/New_York	35.7396	-78.66723	109			NC	183	93200	
4465776	Fairway Forest	fairway-forest	US		0	America/New_York	34.97433	-78.96808	53			NC	051	92724	
4465777	Fairway Heights	fairway-heights	US		0	America/New_York	35.30124	-81.50481	266			NC	045		
4465778	Fairway Hills	fairway-hills	US		0	America/New_York	35.5176	-82.98153	814			NC	087	93920	
4465783	Faisons	faisons	US		0	America/New_York	36.4446	-77.32469	38	Faisons,Faisons Old Tavern,Odamsville		NC	131	94004	
4465843	Falcon Bridge	falcon-bridge	US		0	America/New_York	35.0882	-80.85813	166			NC	119		
4465844	Falcon Crest	falcon-crest	US		0	America/New_York	36.08791	-81.63371	830			NC	027	92452	
4465846	Falcon Point	falcon-point	US		0	America/New_York	34.25573	-77.79387	4			NC	129	91404	
4465847	Falconbridge	falconbridge	US		0	America/New_York	35.9032	-78.98779	86			NC	063	93764	
4465887	Fallcrest	fallcrest	US		0	America/New_York	35.21791	-81.24619	232			NC	071	91216	
4465891	Falling Creek	falling-creek	US		0	America/New_York	35.26211	-77.69053	16			NC	107	91072	
4465924	Falls of New Hope	falls-of-new-hope	US		0	America/New_York	36.00875	-79.06251	154			NC	135	90620	
4465936	Fancy (historical)	fancy-historical	US		0	America/New_York	35.30847	-81.39397	277			NC	045		
4465946	Faries Trailer Park	faries-trailer-park	US		0	America/New_York	34.756	-77.48941	12			NC	133	91632	
4465971	Farmers Union	farmers-union	US		0	America/New_York	34.41517	-78.60918	31			NC	047	93928	
4465976	Farmington Heights	farmington-heights	US		0	America/New_York	35.73738	-77.93971	43			NC	195	94048	
4465978	Farmington Woods	farmington-woods	US		0	America/New_York	35.76487	-78.78084	139			NC	183	90536	
4465981	Farmland Acres	farmland-acres	US		0	America/New_York	35.92625	-80.552	231			NC	059	92100	
4465982	Farmlife	farmlife	US		0	America/New_York	35.73516	-76.9794	10			NC	117	91332	
4465992	Farmwood	farmwood	US		0	America/New_York	35.17792	-80.68451	223			NC	119		
4465994	Faro	faro	US		0	America/New_York	35.51155	-77.84387	37			NC	191	92200	
4465997	Farrington	farrington	US		0	America/New_York	35.80181	-79.0139	72			NC	037	94016	
4465998	Farrington Hills	farrington-hills	US		0	America/New_York	35.89042	-79.04418	101			NC	135	90620	
4465999	Farrior Hills	farrior-hills	US		0	America/New_York	35.84182	-78.63584	104			NC	183	92612	
4466000	Farrior Park	farrior-park	US		0	America/New_York	35.70099	-77.90498	35			NC	195	94048	
4466013	Fauna (historical)	fauna-historical	US		0	America/New_York	36.38488	-76.30299	3			NC	139	92576	
4466014	Faust	faust	US		0	America/New_York	35.91122	-82.53014	947			NC	115		
4466016	Faulkner Crossroads	faulkner-crossroads	US		0	America/New_York	36.31626	-78.36194	142			NC	181	92824	
4466030	Fearrington	fearrington	US		869	America/New_York	35.80654	-79.07334	110			NC	037	94016	
4466031	Fearrington Village	fearrington-village	US		2339	America/New_York	35.80376	-79.09029	140	Fearrington		NC	037	94016	
4466046	Feezor	feezor	US		0	America/New_York	35.68847	-80.26894	226	Feezor,Freezor		NC	057	90780	
4466078	Feltonville	feltonville	US		0	America/New_York	35.68321	-78.83362	121			NC	183	91524	
4466082	Fenix	fenix	US		0	America/New_York	35.03322	-79.03475	63			NC	051	92892	
4466110	Fero	fero	US		0	America/New_York	35.58679	-81.9776	388			NC	111	91236	
4466124	Few	few	US		0	America/New_York	35.93376	-78.88806	96	Few,Oyama		NC	063	93764	
4466132	Fibreville	fibreville	US		0	America/New_York	35.54011	-82.84819	810			NC	087	90196	
4466148	Fields of the Wood	fields-of-the-wood	US		0	America/New_York	35.12341	-84.25742	498	Fields of the Wood,Fishers Creek		NC	039	92932	
4466149	Fieldsboro	fieldsboro	US		0	America/New_York	35.60572	-77.67386	31			NC	079	90520	
4466151	Fieldstream	fieldstream	US		0	America/New_York	36.18153	-78.97779	165			NC	135	91860	
4466155	Fig	fig	US		0	America/New_York	36.4529	-81.60428	856			NC	009	90696	
4466161	Finch Mill	finch-mill	US		0	America/New_York	35.7621	-77.99665	41			NC	195	92380	
4466170	Fines Creek	fines-creek	US		0	America/New_York	35.68121	-82.95153	768			NC	087	91104	
4466176	Finlay Brook	finlay-brook	US		0	America/New_York	35.29567	-82.51012	762			NC	089	91456	
4466183	Fipps Crossing	fipps-crossing	US		0	America/New_York	34.29434	-78.82669	31			NC	047	90612	
4466191	Finley Park	finley-park	US		0	America/New_York	36.17152	-81.16008	348			NC	193	92332	
4466198	Fires Creek	fires-creek	US		0	America/New_York	35.07703	-83.86407	543			NC	043	93192	
4466281	Fisher Creek	fisher-creek	US		0	America/New_York	35.40371	-83.19626	703			NC	099	93204	
4466288	Fisher Park	fisher-park	US		0	America/New_York	36.07986	-79.79003	242			NC	081	92124	
4466296	Fisher Town	fisher-town	US		0	America/New_York	35.49486	-80.66368	236			NC	025		
4466333	Fitch	fitch	US		0	America/New_York	36.32375	-79.36169	200	Fitch,Fitchs Store		NC	033	90056	
4466337	Five Forks	five-forks	US		0	America/New_York	36.43736	-79.02001	162			NC	145	92764	
4466338	Five Forks	five-forks	US		0	America/New_York	34.47155	-79.20032	41			NC	155	91200	
4466339	Five Forks	five-forks	US		0	America/New_York	35.57597	-80.61784	260	Five Forks,Va Irench		NC	159	90660	
4466340	Five Forks	five-forks	US		0	America/New_York	36.51348	-78.04305	89			NC	185	92964	
4466341	Five Forks	five-forks	US		0	America/New_York	36.22875	-80.59423	338			NC	197	92314	
4466345	Five Oaks	five-oaks	US		0	America/New_York	35.94292	-78.98807	92			NC	063	93764	
4466374	Flanner Beach	flanner-beach	US		0	America/New_York	34.98377	-76.94828	5			NC	049	93508	
4466390	Flat Branch	flat-branch	US		0	America/New_York	36.41321	-76.69995	10			NC	073	91560	
4466393	Flat Branch	flat-branch	US		0	America/New_York	35.31349	-78.88447	76			NC	085	90060	
4466404	Flat Creek	flat-creek	US		0	America/New_York	35.75289	-82.54652	674			NC	021	91116	
4466432	Flat Gap	flat-gap	US		0	America/New_York	35.72041	-81.5712	403			NC	023	91912	
4466462	Flat Rock Forest	flat-rock-forest	US		0	America/New_York	35.27762	-82.4429	667			NC	089	91456	
4466472	Flat Shoals	flat-shoals	US		0	America/New_York	36.36514	-80.24366	343			NC	169	92028	
4466473	Flat Shoals (historical)	flat-shoals-historical	US		0	America/New_York	36.40625	-80.56145	282			NC	171	91904	
4466476	Flat Springs	flat-springs	US		0	America/New_York	36.25207	-81.93373	1059			NC	011	90212	
4466522	Flatwood	flatwood	US		0	America/New_York	36.55568	-81.65345	1074			NC	009	92544	
4466529	Flay	flay	US		0	America/New_York	35.46319	-81.43592	320			NC	109	92300	
4466536	Fleetwood Estates	fleetwood-estates	US		0	America/New_York	35.31317	-82.5179	894			NC	089	91456	
4466539	Fleetwood Plaza Condos	fleetwood-plaza-condos	US		0	America/New_York	35.31123	-82.52207	949			NC	089	91456	
4466548	Fletcher (historical)	fletcher-historical	US		0	America/New_York	36.1568	-81.13286	324			NC	193	94012	
4466603	Floods Chapel	floods-chapel	US		0	America/New_York	35.86627	-78.10055	85			NC	127	91616	
4466604	Floral College	floral-college	US		0	America/New_York	34.7785	-79.31837	65			NC	155	92984	
4466612	Florence Town	florence-town	US		0	America/New_York	36.07764	-79.31641	198			NC	001		
4466621	Flowers	flowers	US		0	America/New_York	35.65377	-78.345	88			NC	101	94008	
4466626	Flowers Corner	flowers-corner	US		0	America/New_York	34.16267	-78.20778	18			NC	019	91884	
4466633	Flows Store	flows-store	US		0	America/New_York	35.29903	-80.55757	206	Flowes Store,Flows,Flows Store		NC	025		
4466648	Floytan Crossroads	floytan-crossroads	US		0	America/New_York	36.25626	-78.46111	149	Floydtown Crossroads,Floytan Crossroads		NC	181	91712	
4466653	Flying Elephant Ranch	flying-elephant-ranch	US		0	America/New_York	36.01875	-79.15724	210			NC	135	90268	
4466669	Folkstone	folkstone	US		0	America/New_York	34.53656	-77.50413	21			NC	133	93160	
4466676	Folly Fork	folly-fork	US		0	America/New_York	36.48515	-76.57745	11	Folly,Folly Fork		NC	073	91520	
4466682	Fontana Village	fontana-village	US		0	America/New_York	35.43564	-83.81906	555	Brooks Cove,Fontana,Fontana Village,Welch Cove		NC	075	94124	
4466683	Fonville	fonville	US		0	America/New_York	35.29016	-78.76974	41			NC	085	93124	
4466694	Forbush	forbush	US		0	America/New_York	36.19792	-80.57423	312			NC	197	93034	
4466714	Forest Acres	forest-acres	US		0	America/New_York	36.04903	-78.96501	148			NC	063	90932	
4466715	Forest Acres	forest-acres	US		0	America/New_York	35.91127	-77.52886	16			NC	065		
4466716	Forest Brook	forest-brook	US		0	America/New_York	35.20375	-81.15702	230			NC	071	91216	
4466723	Forest Drive	forest-drive	US		0	America/New_York	35.37764	-80.18172	177			NC	167	92296	
4466756	Forest Hills Estates	forest-hills-estates	US		0	America/New_York	36.03041	-80.417	218			NC	067	90684	
4466762	Forest Homes	forest-homes	US		0	America/New_York	35.1357	-80.73229	208			NC	119		
4466773	Forest Landing	forest-landing	US		0	America/New_York	35.68293	-78.59973	97			NC	183	92788	
4466782	Forest Oaks	forest-oaks	US		3890	America/New_York	35.98819	-79.70614	232			NC	081	90672	
4466783	Forest Oaks	forest-oaks	US		0	America/New_York	35.98599	-77.85026	53			NC	127	93144	
4466791	Forest Pawtuckett	forest-pawtuckett	US		0	America/New_York	35.26042	-80.90591	222			NC	119		
4466793	Forest Rawtucket	forest-rawtucket	US		0	America/New_York	35.26764	-80.94452	214			NC	119		
4466794	Forest Valley	forest-valley	US		0	America/New_York	36.10458	-79.84309	269			NC	081	92124	
4466795	Forest Valley Mobile Home Subdivision	forest-valley-mobile-home-subdivision	US		0	America/New_York	36.0443	-79.44558	175			NC	001		
4466883	Forks of Ivy	forks-of-ivy	US		0	America/New_York	35.79178	-82.53902	599			NC	115	93376	
4466897	Forrest Road Homes	forrest-road-homes	US		0	America/New_York	35.72571	-77.93082	41			NC	195	94048	
4466908	Fort Barnwell	fort-barnwell	US		0	America/New_York	35.29127	-77.33496	14			NC	049	93360	
4466912	Fort Caswell	fort-caswell	US		0	America/New_York	33.8924	-78.02055	2			NC	019	92992	
4466927	Fort Landing	fort-landing	US		0	America/New_York	35.9446	-76.06409	7			NC	177	90044	
4466932	Fort Raleigh City	fort-raleigh-city	US		0	America/New_York	35.93656	-75.70684	4			NC	055	92196	
4466951	Foscoe	foscoe	US		1370	America/New_York	36.16179	-81.76566	927			NC	189	93912	
4466969	Foster Creek	foster-creek	US		0	America/New_York	35.92261	-82.61403	724			NC	115		
4466977	Fountain Fork	fountain-fork	US		0	America/New_York	35.9071	-77.37136	21			NC	065		
4466991	Four Seasons	four-seasons	US		0	America/New_York	36.05653	-80.15532	258			NC	067	94068	
4466992	Four Seasons	four-seasons	US		0	America/New_York	35.20848	-80.73312	231			NC	119		
4467013	Fourth Ward	fourth-ward	US		0	America/New_York	35.23125	-80.8434	220			NC	119		
4467014	Fourway	fourway	US		0	America/New_York	35.441	-77.57858	11			NC	079	92416	
4467015	Foushee	foushee	US		0	America/New_York	36.29291	-79.65364	237			NC	157	92652	
4467027	Fowler Crossroads	fowler-crossroads	US		0	America/New_York	35.03098	-80.53812	174			NC	179	92108	
4467031	Fowler Landing	fowler-landing	US		0	America/New_York	34.68211	-78.34806	11			NC	017	91720	
4467034	Fowlers Crossroads	fowlers-crossroads	US		0	America/New_York	35.89265	-78.42917	123			NC	183	93880	
4467050	Fox Hall	fox-hall	US		0	America/New_York	36.12403	-80.32255	267			NC	067	94068	
4467052	Fox Hollow	fox-hollow	US		0	America/New_York	35.08572	-77.07578	4			NC	049	93592	
4467053	Fox Hollow	fox-hollow	US		0	America/New_York	35.85738	-77.62525	26			NC	065		
4467073	Fox Ridge	fox-ridge	US		0	America/New_York	35.14593	-82.92236	954			NC	175	91504	
4467074	Fox Run	fox-run	US		0	America/New_York	36.14125	-78.96445	158			NC	063	91760	
4467075	Fox Run	fox-run	US		0	America/New_York	36.08958	-80.06032	289			NC	067	90012	
4467076	Fox Run	fox-run	US		0	America/New_York	35.0157	-80.72951	187			NC	179	92836	
4467077	Fox Run	fox-run	US		0	America/New_York	35.16987	-80.75868	214			NC	119		
4467078	Fox Run	fox-run	US		0	America/New_York	35.93988	-77.84137	34			NC	127	93144	
4467079	Fox Run	fox-run	US		0	America/New_York	35.86154	-78.60556	102			NC	183	92228	
4467080	Fox Run	fox-run	US		0	America/New_York	36.11791	-81.13092	357			NC	193	94012	
4467082	Fox Meadows	fox-meadows	US		0	America/New_York	35.95653	-79.08723	154			NC	135	90620	
4467083	Foxcroft	foxcroft	US		0	America/New_York	35.16681	-80.8184	203			NC	119		
4467084	Foxcroft	foxcroft	US		0	America/New_York	35.82515	-78.54945	86			NC	183	92792	
4467085	Foxcroft Apartments	foxcroft-apartments	US		0	America/New_York	35.77958	-80.86591	279			NC	097	93104	
4467089	Foxfire	foxfire	US		972	America/New_York	35.17543	-79.57143	166			NC	125		
4467090	Foxfire	foxfire	US		0	America/New_York	35.29461	-78.0111	53			NC	191	90384	
4467091	Foxfire	foxfire	US		0	America/New_York	35.08183	-78.98031	71			NC	051	92892	
4467093	Foxhorn Village	foxhorn-village	US		0	America/New_York	34.78405	-77.38885	14			NC	133	91632	
4467094	Foxlair	foxlair	US		0	America/New_York	34.74072	-76.92966	6			NC	031	92272	
4467097	Foxwood	foxwood	US		0	America/New_York	35.36123	-82.50179	718			NC	089	91456	
4467103	Foxcroff	foxcroff	US		0	America/New_York	35.73347	-80.2845	206			NC	057	90780	
4467106	Fraizer Forest	fraizer-forest	US		0	America/New_York	35.32845	-82.51679	652			NC	089	91456	
4467112	Francis Mill	francis-mill	US		0	America/New_York	36.13599	-77.10802	20			NC	015	93008	
4467116	Francktown	francktown	US		0	America/New_York	34.9135	-77.50969	19	Francktown,Franktown		NC	133	92672	
4467117	Frank	frank	US		0	America/New_York	36.07068	-82.00262	951			NC	011	91154	
4467140	Franklin Colony	franklin-colony	US		0	America/New_York	34.98459	-80.56923	185			NC	179	92108	
4467188	Fraziers Crossroads	fraziers-crossroads	US		0	America/New_York	36.30654	-77.02496	19			NC	091	90016	
4467236	Freeman Mill	freeman-mill	US		0	America/New_York	35.93819	-79.89031	210			NC	081	91640	
4467253	Freewood Acres	freewood-acres	US		0	America/New_York	35.86097	-80.362	226			NC	057	94112	
4467280	Friendly Acres	friendly-acres	US		0	America/New_York	36.1143	-79.8542	270			NC	081	92124	
4467292	Friendly Homes	friendly-homes	US		0	America/New_York	36.08069	-79.82114	244			NC	081	92124	
4467361	Friedburg	friedburg	US		0	America/New_York	35.99458	-80.29477	242			NC	057	90076	
4467363	Frink Crossing	frink-crossing	US		0	America/New_York	34.32183	-78.89308	32			NC	047	90608	
4467373	Frog Level	frog-level	US		0	America/New_York	35.57211	-77.44219	24			NC	147	90080	
4467374	Frog Level	frog-level	US		0	America/New_York	35.3354	-81.92066	332			NC	161	90768	
4467376	Frog Island	frog-island	US		0	America/New_York	36.14044	-76.10437	1			NC	139	92804	
4467377	Frog Pond	frog-pond	US		0	America/New_York	35.27348	-80.31645	144			NC	167	90264	
4467378	Frogsboro	frogsboro	US		0	America/New_York	36.34542	-79.18196	195			NC	033	91492	
4467379	Frohock Mill (historical)	frohock-mill-historical	US		0	America/New_York	35.65708	-80.51701	202	Frohock Mill,Frohock Mill (historical),Macays Mill		NC	159	91880	
4467380	Frohock Mill site	frohock-mill-site	US		0	America/New_York	35.83431	-80.60478	201	Frohock Mill site,Frohock Sawmill		NC	059	90472	
4467387	Frontis	frontis	US		0	America/New_York	36.06625	-80.30838	255			NC	067	94068	
4467417	Frying Pan	frying-pan	US		0	America/New_York	35.80266	-76.10353	1			NC	177	91360	
4467435	Fulcher Landing	fulcher-landing	US		0	America/New_York	34.56544	-77.38274	1	Fulcher Landing,Fulchers Landing		NC	133	93160	
4467436	Fulford	fulford	US		0	America/New_York	33.96767	-78.33	12			NC	019	91884	
4467456	Fulchertown	fulchertown	US		0	America/New_York	35.12232	-83.35821	665			NC	113	91156	
4467457	Fuller Mill	fuller-mill	US		0	America/New_York	35.77791	-80.02254	168			NC	151	93208	
4467462	Fullerdale	fullerdale	US		0	America/New_York	35.81569	-80.09477	252			NC	057	90756	
4467466	Fulp	fulp	US		0	America/New_York	36.25875	-80.14699	248			NC	169	92852	
4467470	Fulton (historical)	fulton-historical	US		0	America/New_York	35.88875	-80.41644	199			NC	059	91192	
4467474	Fulton Heights	fulton-heights	US		0	America/New_York	35.6607	-80.48867	229			NC	159	92812	
4467491	Furrs (historical)	furrs-historical	US		0	America/New_York	35.26153	-80.49146	154			NC	025	93688	
4467493	Furches	furches	US		0	America/New_York	36.45346	-81.28093	869			NC	005	92564	
4467517	Gaddysville	gaddysville	US		0	America/New_York	34.44877	-79.22337	46			NC	155	91200	
4467520	Gage (historical)	gage-historical	US		0	America/New_York	35.4829	-82.12066	378			NC	161	90656	
4467529	Gaineys Place	gaineys-place	US		0	America/New_York	34.95516	-79.34532	86			NC	093	90312	
4467554	Galilee Mission	galilee-mission	US		0	America/New_York	35.79322	-76.40021	2			NC	177	93040	
4467570	Galloway Crossroads	galloway-crossroads	US		0	America/New_York	35.54627	-77.26163	17			NC	147	91344	
4467575	Galloway Farms	galloway-farms	US		0	America/New_York	35.5485	-77.26413	16			NC	147	91344	
4467580	Gamewell	gamewell	US		3957	America/New_York	35.8693	-81.59621	326			NC	027	91780	
4467581	Gamewell Heights	gamewell-heights	US		0	America/New_York	35.8643	-81.61649	353			NC	027	91780	
4467618	Garden Creek	garden-creek	US		0	America/New_York	35.70457	-82.03594	374			NC	111	91984	
4467620	Garden Homes	garden-homes	US		0	America/New_York	36.1093	-79.83809	263			NC	081	92124	
4467621	Garden Park	garden-park	US		0	America/New_York	35.28264	-80.86174	240			NC	119		
4467630	Gardner Park	gardner-park	US		0	America/New_York	35.25431	-81.13091	226			NC	071	91216	
4467633	Gardner Wood	gardner-wood	US		0	America/New_York	35.24792	-81.11869	224			NC	071	91216	
4467642	Garfield (historical)	garfield-historical	US		0	America/New_York	35.54597	-80.37867	200			NC	159	91256	
4467645	Garland Acres	garland-acres	US		0	America/New_York	36.03681	-79.12557	218			NC	135	91496	
4467656	Garmons (historical)	garmons-historical	US		0	America/New_York	35.27625	-80.45145	170			NC	025	93688	
4467662	Garner Mobile Estates	garner-mobile-estates	US		0	America/New_York	35.65488	-78.60445	74			NC	183	92788	
4467667	Garners Store	garners-store	US		0	America/New_York	35.40487	-79.5742	155			NC	125		
4467677	Garren Hill	garren-hill	US		0	America/New_York	35.18738	-79.50198	166			NC	125		
4467708	Gashes Creek	gashes-creek	US		0	America/New_York	35.56678	-82.49512	665			NC	021	90088	
4467754	Gather (historical)	gather-historical	US		0	America/New_York	35.91153	-80.74812	243			NC	097	93788	
4467779	Gela	gela	US		0	America/New_York	36.41459	-78.59	144			NC	077	92424	
4467784	Genlee	genlee	US		0	America/New_York	35.87098	-78.8914	97	Genlee,Togo		NC	063	93764	
4467793	Gentry Store	gentry-store	US		0	America/New_York	36.46014	-78.92029	172	Gentry Store,Gentrys Store		NC	145	91512	
4467815	George Town Sands	george-town-sands	US		0	America/New_York	36.1585	-75.74213	3			NC	055	90096	
4467817	George Washington Carver	george-washington-carver	US		0	America/New_York	35.25683	-77.57747	12			NC	107	91704	
4467832	Georgetown Condominiums	georgetown-condominiums	US		0	America/New_York	35.82486	-80.27255	222			NC	057	91796	
4467833	Georgeville	georgeville	US		0	America/New_York	35.31403	-80.45923	161	Georgeville,Shinville		NC	025		
4467835	Georges Mill (historical)	georges-mill-historical	US		0	America/New_York	36.51458	-80.30283	256			NC	169	90260	
4467838	Gerard Landing	gerard-landing	US		0	America/New_York	35.42461	-76.963	0			NC	013	90664	
4467857	Gethsemane	gethsemane	US		0	America/New_York	36.07932	-77.65609	33			NC	065		
4467872	Ghio Scholl Station	ghio-scholl-station	US		0	America/New_York	34.81682	-79.65089	94			NC	153	91988	
4467894	Gibbton	gibbton	US		0	America/New_York	35.09905	-76.72771	2			NC	137	93312	
4467917	Gibson Mill	gibson-mill	US		0	America/New_York	34.83905	-79.46727	69			NC	165	91748	
4467925	Gibsontown	gibsontown	US		0	America/New_York	35.52761	-82.82152	846			NC	087	90196	
4467928	Giddensville	giddensville	US		0	America/New_York	35.13905	-78.21833	52	Giddensville,Giddenville		NC	163	92516	
4467932	Gidney Homes	gidney-homes	US		0	America/New_York	35.28263	-81.53898	265			NC	045		
4467938	Gilbert Green Apartments	gilbert-green-apartments	US		0	America/New_York	35.28346	-81.54037	263			NC	045		
4467956	Gilkey	gilkey	US		0	America/New_York	35.44262	-81.97788	331	Gilkey,Millwood		NC	161	91224	
4467964	Gillburg	gillburg	US		0	America/New_York	36.27654	-78.36833	146			NC	181	92824	
4467994	Gilreath	gilreath	US		0	America/New_York	36.04985	-81.07841	422	Brushy Mountain,Dodson Store,Gilreath		NC	193	90408	
4468041	Glass	glass	US		0	America/New_York	35.47736	-80.62646	239			NC	025		
4468055	Glen Acres	glen-acres	US		0	America/New_York	34.75711	-79.46949	66			NC	165	93132	
4468059	Glen Anna	glen-anna	US		0	America/New_York	35.84153	-80.09199	258	Cedar Lodge,Glen Anna		NC	057	93232	
4468061	Glen Ayre	glen-ayre	US		0	America/New_York	36.06317	-82.11651	971			NC	121	91140	
4468064	Glen Cannon	glen-cannon	US		0	America/New_York	35.22761	-82.69096	709			NC	175	90928	
4468067	Glen Eden	glen-eden	US		0	America/New_York	35.82015	-78.69556	115			NC	183	92036	
4468069	Glen Forest	glen-forest	US		0	America/New_York	36.02209	-78.80973	113			NC	063	92344	
4468070	Glen Forest	glen-forest	US		0	America/New_York	35.84876	-78.70167	101			NC	183	91548	
4468073	Glen High Estates	glen-high-estates	US		0	America/New_York	36.08208	-80.14421	264			NC	067	94068	
4468074	Glen Lennox	glen-lennox	US		0	America/New_York	35.91487	-79.02668	87			NC	135	90620	
4468075	Glen Meade	glen-meade	US		0	America/New_York	34.20156	-77.91415	19			NC	129	94044	
4468076	Glen Raven	glen-raven	US		2750	America/New_York	36.11319	-79.47641	213			NC	001		
4468079	Glenburine (historical)	glenburine-historical	US		0	America/New_York	35.89013	-81.62315	335			NC	027	91780	
4468080	Glenburnie	glenburnie	US		0	America/New_York	35.90321	-77.54469	20			NC	065		
4468087	Glendale Acres	glendale-acres	US		0	America/New_York	35.03905	-78.92864	65			NC	051	90832	
4468091	Glendon	glendon	US		0	America/New_York	35.48237	-79.41697	93			NC	125		
4468093	Glenfield Crossroads	glenfield-crossroads	US		0	America/New_York	35.39322	-77.61608	24			NC	079	91532	
4468096	Glenlaurel	glenlaurel	US		0	America/New_York	35.83595	-82.11289	1030			NC	121	91285	
4468099	Glenn Brook	glenn-brook	US		0	America/New_York	35.31789	-82.47873	671			NC	089	91456	
4468102	Glen Heights	glen-heights	US		0	America/New_York	35.94348	-79.06223	156			NC	135	90620	
4468108	Glennfarm Estates	glennfarm-estates	US		0	America/New_York	36.47208	-79.71642	184	Glenn Farm Estates,Glennfarm Estates		NC	157	93936	
4468112	Glennwood Acres	glennwood-acres	US		0	America/New_York	36.09819	-80.10004	286			NC	067	90012	
4468113	Glenola	glenola	US		0	America/New_York	35.87291	-79.91476	241			NC	151	92268	
4468126	Westover Hills	westover-hills	US		0	America/New_York	35.22024	-80.88015	207			NC	119		
4468127	Glenwood Acres	glenwood-acres	US		0	America/New_York	36.07875	-79.52502	194			NC	001		
4468130	Glenwood Crossroads	glenwood-crossroads	US		0	America/New_York	35.26766	-78.39528	59			NC	101	92024	
4468132	Glenwood Hills	glenwood-hills	US		0	America/New_York	35.71599	-77.88026	34			NC	195	94048	
4468136	Glenwood Village	glenwood-village	US		0	America/New_York	35.5121	-79.2178	95			NC	105		
4468137	Glenwood Village	glenwood-village	US		0	America/New_York	35.81793	-78.66445	84			NC	183	92612	
4468140	Gliden	gliden	US		0	America/New_York	36.32043	-76.61411	11			NC	041		
4468147	Glenn Echo	glenn-echo	US		0	America/New_York	35.75708	-80.8573	264			NC	097	93104	
4468148	Globe Set (historical)	globe-set-historical	US		0	America/New_York	35.94041	-81.64343	365			NC	027	91672	
4468168	Glovers Crossroads	glovers-crossroads	US		0	America/New_York	36.23932	-76.83356	11	Glovers Crossroads,Growers Crossroads		NC	015	90712	
4468170	Glynn Fields	glynn-fields	US		0	America/New_York	34.78711	-79.44143	68			NC	165	93132	
4468172	Gneiss	gneiss	US		0	America/New_York	35.13343	-83.28126	646			NC	113	93164	
4468184	Goat Neck	goat-neck	US		0	America/New_York	35.9696	-76.0777	0			NC	177	90044	
4468205	Goinstown (historical)	goinstown-historical	US		0	America/New_York	36.51403	-80.01754	305			NC	157	91956	
4468207	Gold	gold	US		0	America/New_York	35.79318	-81.76204	395			NC	023	92592	
4468222	Gold Leaf Estates	gold-leaf-estates	US		0	America/New_York	35.50794	-77.34802	15			NC	147	94072	
4468236	Gold Rock	gold-rock	US		0	America/New_York	36.07015	-77.81303	33	Gold Rock,Goldrock,Whitakers Mill		NC	127	92328	
4468237	Gold Sand	gold-sand	US		0	America/New_York	36.19265	-78.1736	115			NC	069	92822	
4468241	Gold Valley Crossroads	gold-valley-crossroads	US		0	America/New_York	35.8996	-78.16805	83	Gold Valley Cross Roads,Gold Valley Crossroads		NC	127	91100	
4468243	Golden (historical)	golden-historical	US		0	America/New_York	35.54013	-81.80121	375			NC	161	91252	
4468246	Gold Point	gold-point	US		0	America/New_York	35.87044	-77.24135	23	Gold Point,Goldpoint,Long Town		NC	117	92712	
4468247	Golden Forest	golden-forest	US		0	America/New_York	35.76071	-78.54861	71			NC	183	92792	
4468250	Golden Place	golden-place	US		0	America/New_York	35.59488	-77.34108	12			NC	147	91328	
4468269	Golf Estates	golf-estates	US		0	America/New_York	35.46484	-82.19983	385			NC	161	90656	
4468270	Golfer Acres	golfer-acres	US		0	America/New_York	34.96961	-78.95808	47			NC	051	92724	
4468273	Good (historical)	good-historical	US		0	America/New_York	35.2554	-81.70732	269			NC	045		
4468308	Goodluck	goodluck	US		0	America/New_York	35.44039	-82.43984	649			NC	089	91536	
4468312	Goodsonville	goodsonville	US		0	America/New_York	35.48041	-81.20619	298			NC	109	91596	
4468320	Goodwin Hills	goodwin-hills	US		0	America/New_York	35.00239	-76.31186	1			NC	031	90588	
4468347	Goose Hollow	goose-hollow	US		0	America/New_York	34.34378	-78.40584	17			NC	047	90320	
4468354	Goose Pond	goose-pond	US		0	America/New_York	36.17794	-76.77495	19			NC	015	90712	
4468363	Gooseneck	gooseneck	US		0	America/New_York	34.34322	-78.1775	16			NC	047	92624	
4468369	Gordonton	gordonton	US		0	America/New_York	36.28097	-79.12696	205			NC	145	90464	
4468370	Gordontown	gordontown	US		0	America/New_York	35.75569	-80.10866	237	Gordonton,Gordontown,Hanners Village,Hannersville		NC	057	91028	
4468396	Goshen Grove	goshen-grove	US		0	America/New_York	35.27569	-81.05535	224			NC	071	93048	
4468439	Goulds (historical)	goulds-historical	US		0	America/New_York	36.10291	-81.3387	337			NC	193	91788	
4468452	Grabtown	grabtown	US		0	America/New_York	35.9571	-77.03301	7	Grabtown,Quitsna		NC	015	91580	
4468463	Grace Chapel	grace-chapel	US		0	America/New_York	35.82152	-81.38009	364			NC	027	91916	
4468506	Grady Heights	grady-heights	US		0	America/New_York	35.67069	-80.42978	209			NC	159	92812	
4468510	Gradys	gradys	US		0	America/New_York	35.16572	-77.88526	41			NC	191	91576	
4468513	Gradys Crossroads	gradys-crossroads	US		0	America/New_York	35.15405	-77.81165	46			NC	061	90020	
4468514	Gragg	gragg	US		0	America/New_York	36.07318	-81.77066	812			NC	011	90510	
4468523	Graber Heights	graber-heights	US		0	America/New_York	36.07153	-79.43058	189			NC	001		
4468554	Graingers	graingers	US		0	America/New_York	35.31989	-77.50997	22	Grainger,Graingers		NC	107	90760	
4468556	Grand Oaks	grand-oaks	US		0	America/New_York	36.53042	-79.7392	195			NC	157	91752	
4468560	Grand View Park	grand-view-park	US		0	America/New_York	35.88652	-81.57732	331			NC	027	91780	
4468562	Grandfather	grandfather	US		25	America/New_York	36.09902	-81.84761	1191			NC	011	91826	
4468581	Grandview Heights	grandview-heights	US		0	America/New_York	36.21902	-81.68372	989			NC	189	90332	
4468597	Granite Village	granite-village	US		0	America/New_York	36.09097	-79.37419	159			NC	001		
4468616	Granthams	granthams	US		0	America/New_York	35.07016	-77.02106	8			NC	049	93552	
4468628	Granville Terrace	granville-terrace	US		0	America/New_York	35.80985	-81.41203	340			NC	027	91916	
4468636	Grape Creek	grape-creek	US		0	America/New_York	35.11592	-84.08686	522			NC	039	92192	
4468650	Grapewood	grapewood	US		0	America/New_York	36.11986	-80.43839	243			NC	067	93864	
4468198	Godwin	godwin	US	28344	145	America/New_York	35.21766	-78.68141	47			NC	051	90288	
4468651	Graphite	graphite	US		0	America/New_York	35.66067	-82.25178	610	Graohiteville,Graphite		NC	111	92384	
4468764	Grave Yard (historical)	grave-yard-historical	US		0	America/New_York	36.24068	-81.73511	1031			NC	189	90404	
4468772	Gravelton	gravelton	US		0	America/New_York	34.93988	-79.92784	142			NC	007	91808	
4468803	Graybeal (historical)	graybeal-historical	US		0	America/New_York	36.46901	-81.64817	880			NC	009	91740	
4468813	Grays Chapel	grays-chapel	US		0	America/New_York	35.81875	-79.69864	230			NC	151	92580	
4468816	Grays Creek	grays-creek	US		0	America/New_York	34.96017	-78.84419	26			NC	051	92724	
4468914	Green (historical)	green-historical	US		0	America/New_York	35.27762	-81.7001	236			NC	045		
4468915	Green Acres	green-acres	US		0	America/New_York	35.78597	-80.85618	264			NC	097	93104	
4468916	Green Acres	green-acres	US		0	America/New_York	35.70904	-78.64973	87			NC	183	92788	
4468917	Green Acres	green-acres	US		0	America/New_York	36.14569	-79.45086	194			NC	001		
4468918	Green Acres	green-acres	US		0	America/New_York	35.32706	-82.50873	657			NC	089	91456	
4468919	Green Acres	green-acres	US		0	America/New_York	36.52042	-79.68253	175			NC	157	91752	
4468950	Green Farm	green-farm	US		0	America/New_York	35.60572	-77.46802	24			NC	147	90080	
4468958	Green Hill	green-hill	US		0	America/New_York	35.40707	-82.04177	297	Green Hill,Greenhill		NC	161	91308	
4468959	Green Hill	green-hill	US		0	America/New_York	36.12346	-81.65788	1187			NC	189	90300	
4468960	Green Hill (historical)	green-hill-historical	US		0	America/New_York	35.86766	-76.71967	3			NC	187	92540	
4468970	Green Hills Trailer Park	green-hills-trailer-park	US		0	America/New_York	35.98904	-77.76581	24			NC	065		
4468982	Green Knolls	green-knolls	US		0	America/New_York	36.47319	-79.79865	170			NC	157	91752	
4468989	Green Level	green-level	US		2160	America/New_York	36.12097	-79.34419	185	Green Level,Green Valley Acres		NC	001		
4468990	Green Level	green-level	US		2158	America/New_York	35.78209	-78.9039	100			NC	183	93984	
4468992	Green Meadows	green-meadows	US		0	America/New_York	35.2532	-80.76174	224			NC	119		
4468993	Green Meadows	green-meadows	US		0	America/New_York	35.35711	-77.92915	34			NC	191	92256	
4469011	Green Needles	green-needles	US		0	America/New_York	35.78708	-80.302	210			NC	057	91796	
4469014	Green Pines	green-pines	US		0	America/New_York	36.18208	-79.13029	200			NC	135	90580	
4469046	Green Springs Mobile Park	green-springs-mobile-park	US		0	America/New_York	35.67571	-78.65973	82			NC	183	92440	
4469052	Green Tree	green-tree	US		0	America/New_York	36.01875	-79.83531	247			NC	081	92124	
4469061	Green Valley Estates	green-valley-estates	US		0	America/New_York	35.09739	-78.92975	59			NC	051	90832	
4469062	Green Valley Estates	green-valley-estates	US		0	America/New_York	35.51626	-79.20474	90			NC	105		
4469067	Greenbriar	greenbriar	US		0	America/New_York	35.25709	-80.75757	225			NC	119		
4469068	Greenbriar	greenbriar	US		0	America/New_York	34.146	-77.8886	7			NC	129	92008	
4469069	Greenbriar	greenbriar	US		0	America/New_York	34.82655	-77.46413	8			NC	133	91632	
4469070	Greenbriar	greenbriar	US		0	America/New_York	36.0332	-79.01279	133			NC	135	91040	
4469072	Greenbriar Woods	greenbriar-woods	US		0	America/New_York	35.17931	-80.89618	208			NC	119		
4469079	Greenbrier Estates	greenbrier-estates	US		0	America/New_York	35.71765	-78.64556	99			NC	183	92788	
4469080	Greencrest	greencrest	US		0	America/New_York	35.78569	-80.93146	277			NC	097	93104	
4469081	Greencrest	greencrest	US		0	America/New_York	34.76294	-77.48941	10			NC	133	91632	
4469094	Greene Cove	greene-cove	US		0	America/New_York	36.00595	-82.11234	823			NC	121	90488	
4469105	Greenevers	greenevers	US		651	America/New_York	34.82239	-77.92693	18			NC	061	91600	
4469115	Greenfield Terrace	greenfield-terrace	US		0	America/New_York	35.64849	-77.35524	7			NC	147	91328	
4469116	Greenfields Heights	greenfields-heights	US		0	America/New_York	34.89877	-76.93216	7			NC	049	93508	
4469117	Greenhaven	greenhaven	US		0	America/New_York	36.01986	-79.81559	246			NC	081	92124	
4469126	Greenlee	greenlee	US		0	America/New_York	35.66484	-82.12067	419			NC	111	92384	
4469129	Greenmead	greenmead	US		0	America/New_York	35.28961	-77.57414	24			NC	107	91704	
4469135	Greens Creek	greens-creek	US		0	America/New_York	35.32843	-83.26209	647			NC	099	91320	
4469436	Corner Gum	corner-gum	US		0	America/New_York	36.43127	-76.09215	1	Corner Gum,Gum Corner		NC	053	90816	
4469440	Gum Forks	gum-forks	US		0	America/New_York	36.50626	-77.67998	57			NC	131	91212	
4469447	Gum Neck	gum-neck	US		0	America/New_York	35.73016	-76.14325	1			NC	177	91360	
4469166	Greenville Heights	greenville-heights	US		0	America/New_York	35.61627	-77.38469	17			NC	147	91328	
4469182	Greenwood Acres	greenwood-acres	US		0	America/New_York	36.35514	-78.98612	196			NC	145	92764	
4469183	Greenwood Acres	greenwood-acres	US		0	America/New_York	35.76487	-78.75056	149			NC	183	90536	
4469191	Greenwood Farms	greenwood-farms	US		0	America/New_York	35.83404	-78.61195	99			NC	183	92228	
4469192	Greenwood Homes	greenwood-homes	US		0	America/New_York	35.07905	-78.91947	58			NC	051	90832	
4469194	Greenwood Park	greenwood-park	US		0	America/New_York	35.40625	-80.19089	171			NC	167	91416	
4469210	Greesons Crossroads	greesons-crossroads	US		0	America/New_York	36.03486	-79.63864	215			NC	081	91656	
4469217	Gregory Crossroads	gregory-crossroads	US		0	America/New_York	36.04877	-76.75245	12			NC	015	93988	
4469225	Gregory Forks	gregory-forks	US		0	America/New_York	34.88183	-77.57719	15	Gregory Cross Roads,Gregory Crossroads,Gregory Forks		NC	133	92672	
4469228	Gretna Green	gretna-green	US		0	America/New_York	36.38987	-77.85332	91	Fortunes Fork,Gretna Green,Westland		NC	083	91876	
4469236	Greyleigh	greyleigh	US		0	America/New_York	35.56044	-77.38469	20			NC	147	94072	
4469237	Greymoss	greymoss	US		0	America/New_York	36.08514	-78.94918	170			NC	063	91760	
4469240	Greystone	greystone	US		0	America/New_York	34.77989	-77.4983	15			NC	133	91632	
4469241	Greystone	greystone	US		0	America/New_York	36.3607	-78.34916	155			NC	181	92050	
4469242	Greystone Forest	greystone-forest	US		0	America/New_York	36.17125	-80.08671	250			NC	067	91696	
4469245	Greycrest	greycrest	US		0	America/New_York	35.12542	-80.98508	198			NC	119		
4469248	Grier Heights	grier-heights	US		0	America/New_York	35.19542	-80.80507	198			NC	119		
4469251	Grierview	grierview	US		0	America/New_York	35.2657	-80.73979	247			NC	119		
4469270	Griffins Crossroads	griffins-crossroads	US		0	America/New_York	35.0171	-80.21978	127			NC	007	91732	
4469271	Griffins Crossroads	griffins-crossroads	US		0	America/New_York	35.73709	-79.08335	131			NC	037	92240	
4469296	Grimesdale	grimesdale	US		0	America/New_York	35.36401	-82.4754	649			NC	089	91456	
4469299	Grimshawes	grimshawes	US		0	America/New_York	35.07593	-83.11042	862			NC	099	90540	
4469302	Grimes (historical)	grimes-historical	US		0	America/New_York	35.58847	-80.54562	238			NC	159	90660	
4469318	Grissom	grissom	US		0	America/New_York	36.07209	-78.59639	143			NC	077	90356	
4469319	Grist	grist	US		0	America/New_York	34.32239	-78.86086	32			NC	047	90612	
4469321	Grissettown	grissettown	US		0	America/New_York	33.94656	-78.50223	13			NC	019	92900	
4469326	Groometown	groometown	US		0	America/New_York	35.99125	-79.86753	252	Groometown,Groomtown		NC	081	93176	
4469349	Grove Park	grove-park	US		0	America/New_York	35.23903	-80.73451	236			NC	119		
4469350	Grove Park	grove-park	US		0	America/New_York	36.07736	-79.45863	198			NC	001		
4469351	Grove Park	grove-park	US		0	America/New_York	35.31211	-78.59001	60			NC	085	90104	
4469352	Grove Park	grove-park	US		0	America/New_York	35.26016	-77.56302	12			NC	107	91704	
4469356	Grovemont	grovemont	US		0	America/New_York	35.60984	-82.38707	697	Grovemon,Grovemont		NC	021	93180	
4469365	Grovestone	grovestone	US		0	America/New_York	35.60651	-82.36262	689			NC	021	90284	
4469379	Guerrant Springs (historical)	guerrant-springs-historical	US		0	America/New_York	36.46958	-79.59947	191			NC	157	92772	
4469384	Guide	guide	US		0	America/New_York	34.0785	-78.73363	14			NC	047	90436	
4469385	Guideway	guideway	US		0	America/New_York	34.06462	-78.69585	15			NC	047	90436	
4469392	Guilford College	guilford-college	US		0	America/New_York	36.0918	-79.88726	284	Guilford College,New Garden		NC	081	92124	
4469395	Guilford Hills	guilford-hills	US		0	America/New_York	36.09958	-79.82725	256			NC	081	92124	
4469401	Guinea	guinea	US		0	America/New_York	36.47932	-76.12882	2			NC	053	92176	
4469420	Gulls Flight	gulls-flight	US		0	America/New_York	36.20405	-75.76574	1			NC	055	90096	
4469426	Gulrock	gulrock	US		0	America/New_York	35.41434	-76.08963	1			NC	095	91724	
4469432	Gum Branch	gum-branch	US		0	America/New_York	34.86989	-77.49608	14	Gum Branch,Gumbranch		NC	133	92672	
4469459	Gum Springs	gum-springs	US		0	America/New_York	35.76098	-79.23196	143			NC	037	90592	
4469490	Gumberry	gumberry	US		0	America/New_York	36.47043	-77.49581	44			NC	131	92880	
4469493	Gum Tree	gum-tree	US		0	America/New_York	35.99625	-80.20005	276	Gum Tree,Gumtree		NC	057	92064	
4469516	Gupton	gupton	US		0	America/New_York	36.19682	-78.16055	114			NC	069	92822	
4469519	Gurganus	gurganus	US		0	America/New_York	34.756	-77.65525	21			NC	133	92672	
4469531	Guntertown	guntertown	US		0	America/New_York	35.93094	-82.71625	609			NC	115		
4469566	Haddocks Crossroads	haddocks-crossroads	US		0	America/New_York	35.49155	-77.35413	19	Haddocks Crossroads,Hadocks Crossroads		NC	147	94072	
4469574	Hackney	hackney	US		0	America/New_York	35.46989	-77.11912	18			NC	013	90664	
4469590	Hairtown	hairtown	US		0	America/New_York	35.27877	-78.98669	98			NC	085	90060	
4469602	Half Hell	half-hell	US		0	America/New_York	34.04045	-78.15527	9			NC	019	93252	
4469607	Half Moon	half-moon	US		8352	America/New_York	34.826	-77.45941	9			NC	133	91632	
4469609	Half Moon Heights	half-moon-heights	US		0	America/New_York	34.81739	-77.45246	11			NC	133	91632	
4469621	Halifax Crossing	halifax-crossing	US		0	America/New_York	35.95821	-77.87193	43			NC	127	93144	
4469657	Hall Swamp	hall-swamp	US		0	America/New_York	35.55211	-76.94856	11			NC	013	92436	
4469664	Halloway (historical)	halloway-historical	US		0	America/New_York	36.48681	-78.80112	177	Anderson Siding,Halloway (historical)		NC	145	91512	
4469676	Halls Crossroads	halls-crossroads	US		0	America/New_York	35.03961	-78.59751	44			NC	163	90904	
4469678	Halls Ferry Junction	halls-ferry-junction	US		0	America/New_York	35.42709	-80.2145	193	Halls Ferry,Halls Ferry Junction		NC	167	91416	
4469680	Halls Ford	halls-ford	US		0	America/New_York	35.35537	-83.51016	519			NC	173	92208	
4469684	Halls Crossroads	halls-crossroads	US		0	America/New_York	35.98265	-78.26499	92			NC	069	91414	
4469690	Halls Store	halls-store	US		0	America/New_York	35.1135	-78.53807	51			NC	163	90904	
4469712	Halls Mills	halls-mills	US		0	America/New_York	36.29235	-81.21037	376	Hall Mills,Halls Mill,Halls Mills		NC	193	92184	
4469720	Hamilton Crossroads	hamilton-crossroads	US		0	America/New_York	35.0496	-80.34451	170	Hamilton Crossroads,Hamiltons Crossroads		NC	179	92004	
4469721	Hamilton Estates	hamilton-estates	US		0	America/New_York	35.2265	-82.6254	700			NC	175	91864	
4469722	Hamilton Forest	hamilton-forest	US		0	America/New_York	36.09625	-79.85948	271			NC	081	92124	
4469723	Hamilton Hills	hamilton-hills	US		0	America/New_York	36.08208	-79.87365	276			NC	081	92124	
4469724	Hamilton Hills	hamilton-hills	US		0	America/New_York	36.51819	-79.77393	203			NC	157	91752	
4469736	Hamlet Lakes	hamlet-lakes	US		0	America/New_York	35.73625	-79.79031	230			NC	151	91172	
4469740	Hamilton Lakes	hamilton-lakes	US		0	America/New_York	36.08319	-79.85337	250			NC	081	92124	
4469753	Hammon Heights	hammon-heights	US		0	America/New_York	34.76405	-79.46505	66			NC	165	93132	
4469754	Hammond Crossroads	hammond-crossroads	US		0	America/New_York	34.47516	-79.23532	42			NC	155	91200	
4469755	Hammond Hills	hammond-hills	US		0	America/New_York	35.13183	-79.01864	104			NC	051	91964	
4469762	Hampshire Hills	hampshire-hills	US		0	America/New_York	35.2557	-80.7509	226			NC	119		
4469779	Hampton Leas	hampton-leas	US		0	America/New_York	35.12737	-80.77479	198			NC	119		
4469782	Hampton Park	hampton-park	US		0	America/New_York	35.29681	-80.75201	218			NC	119		
4469787	Hampton Heights	hampton-heights	US		0	America/New_York	35.84569	-81.52121	383			NC	027	91556	
4469788	Hams Crossroads	hams-crossroads	US		0	America/New_York	35.5285	-77.22163	12			NC	147	91344	
4469794	Hamrick	hamrick	US		0	America/New_York	35.80984	-82.19901	832			NC	199	93056	
4469795	Hancheys Store	hancheys-store	US		0	America/New_York	34.7835	-77.91109	9	Hancheys Store,Hatcheys Store		NC	061	91600	
4469799	Hanby Beach	hanby-beach	US		0	America/New_York	34.01212	-77.90193	3			NC	129	91092	
4469802	Hancock Village	hancock-village	US		0	America/New_York	34.88405	-76.888	7			NC	049	93508	
4469803	Handley Acres	handley-acres	US		0	America/New_York	35.39405	-77.95693	29			NC	191	91260	
4469807	Handy	handy	US		0	America/New_York	35.58875	-80.10088	204	Handy,Muscadine		NC	057	91628	
4469812	Hanes	hanes	US		0	America/New_York	36.08236	-80.297	274	Hanes,Hanestown		NC	067	94068	
4469867	Hanover Circle	hanover-circle	US		0	America/New_York	35.47849	-79.21586	106			NC	105		
4469870	Hanrahan	hanrahan	US		0	America/New_York	35.40711	-77.42719	19	Hanrahan,Hanrahans		NC	147	91340	
4469874	Happersville (historical)	happersville-historical	US		0	America/New_York	35.25016	-77.58136	12			NC	107	91704	
4469875	Happy Acres	happy-acres	US		0	America/New_York	35.12956	-82.70624	970			NC	175	90928	
4469888	Happy Home	happy-home	US		0	America/New_York	36.49625	-79.62836	219			NC	157	92772	
4469903	Hardaway (historical)	hardaway-historical	US		0	America/New_York	35.71679	-81.84149	334			NC	023	92952	
4469909	Hardee Acres	hardee-acres	US		0	America/New_York	35.57877	-77.29413	21			NC	147	91344	
4469911	Hardee Cross Roads	hardee-cross-roads	US		0	America/New_York	35.47349	-78.60779	65	Hardee,Hardee Cross Roads,Hardees Cross Road,Hardy Crossroads		NC	101	92528	
4469913	Hardee Heights	hardee-heights	US		0	America/New_York	35.28294	-77.60719	25			NC	107	91704	
4469925	Hardins	hardins	US		0	America/New_York	35.3793	-81.19036	226	Hardins,Hardins Station,Worth		NC	071	90872	
4469940	Hare	hare	US		0	America/New_York	36.48069	-80.98091	793			NC	005	91232	
4469945	Hares Crossroads	hares-crossroads	US		0	America/New_York	35.67044	-78.25166	67			NC	101	92408	
4469948	Hargraves Bench	hargraves-bench	US		0	America/New_York	36.151	-75.73852	3			NC	055	90096	
4469950	Hargrove Crossroads	hargrove-crossroads	US		0	America/New_York	35.09433	-78.22861	48			NC	163	92516	
4469951	Hargrove Estates	hargrove-estates	US		0	America/New_York	36.47903	-78.42639	124			NC	181	93752	
4469953	Hariston (historical)	hariston-historical	US		0	America/New_York	36.26069	-80.10977	247			NC	169	92852	
4469961	Hargetts Crossroads	hargetts-crossroads	US		0	America/New_York	35.00294	-77.63664	26	Hargetts,Hargetts Cross Roads,Hargetts Crossroads,Hargetts Store		NC	103		
4469962	Harley	harley	US		0	America/New_York	36.19291	-81.41454	436			NC	193	91664	
4469968	Harlowe	harlowe	US		0	America/New_York	34.84599	-76.7591	4			NC	031	91400	
4469972	Harmon (historical)	harmon-historical	US		0	America/New_York	35.40318	-81.87955	299			NC	161	91892	
4469991	Harmony Grove	harmony-grove	US		0	America/New_York	36.08014	-80.38644	266	Harmony Grove,Panther Creek		NC	067	91792	
4469999	Harnett	harnett	US		0	America/New_York	35.34544	-78.79224	49			NC	085	91812	
4470022	Harpers Crossroads	harpers-crossroads	US		0	America/New_York	35.56792	-79.46308	151	Harper's Crossroads,Harpers Crossroads		NC	037	90172	
4470029	Harrell Hill	harrell-hill	US		0	America/New_York	36.04011	-82.2368	736			NC	121	92632	
4470039	Harrells Mill	harrells-mill	US		0	America/New_York	36.38571	-76.90468	6			NC	091	94076	
4470045	Harrelsonville Crossroads	harrelsonville-crossroads	US		0	America/New_York	34.25461	-78.70918	27	Harrelsonville,Harrelsonville Crossroads		NC	047	91764	
4470077	Harris Crossroads	harris-crossroads	US		0	America/New_York	35.98237	-78.38222	123			NC	069	91414	
4470078	Harris Crossroads	harris-crossroads	US		0	America/New_York	36.40042	-78.41889	116			NC	181	94028	
4470112	Harrison (historical)	harrison-historical	US		0	America/New_York	35.03543	-80.85007	198			NC	119		
4470135	Harrisons Crossroads	harrisons-crossroads	US		0	America/New_York	36.42042	-79.68975	245	Harrison Cross Roads,Harrisons Crossroads		NC	157	93936	
4470147	Hartington and Williams	hartington-and-williams	US		0	America/New_York	35.60099	-77.34413	12			NC	147	91328	
4470161	Harts (historical)	harts-historical	US		0	America/New_York	35.57764	-80.69562	275			NC	159	90100	
4470165	Harts Store	harts-store	US		0	America/New_York	36.5168	-80.29367	324			NC	169	90260	
4470166	Hartsease	hartsease	US		0	America/New_York	35.9321	-77.64136	30	Hartsease,Heartsease		NC	065		
4470169	Hartsboro	hartsboro	US		0	America/New_York	35.91543	-77.64636	34			NC	065		
4470180	Harveytown	harveytown	US		0	America/New_York	35.27544	-77.56497	24			NC	107	91704	
4470189	Haslin Corner	haslin-corner	US		0	America/New_York	35.56017	-76.57715	2			NC	013	92436	
4470194	Hastings Corner	hastings-corner	US		0	America/New_York	36.35182	-76.16354	0			NC	029	90784	
4470200	Hatcher	hatcher	US		0	America/New_York	35.096	-78.21333	49			NC	163	92516	
4470223	Hatterbrond (historical)	hatterbrond-historical	US		0	America/New_York	35.68124	-81.49259	323			NC	023	91572	
4470239	Havelock Manor	havelock-manor	US		0	America/New_York	34.87572	-76.89522	8			NC	049	93508	
4470240	Havelock Park	havelock-park	US		0	America/New_York	34.88183	-76.91578	6			NC	049	93508	
4470242	Havelock Station	havelock-station	US		0	America/New_York	34.88266	-76.92216	7			NC	049	93508	
4470246	Havenhill	havenhill	US		0	America/New_York	36.07959	-78.9539	151			NC	063	91760	
4470252	Haw Branch	haw-branch	US		0	America/New_York	35.49737	-79.37086	93	Haw Branch,Hawbranch		NC	125		
4470254	Haw Branch	haw-branch	US		0	America/New_York	34.93655	-77.63164	22			NC	133	92672	
4470263	Haw Creek	haw-creek	US		0	America/New_York	35.58456	-82.52624	651			NC	021	90086	
4470284	Hawfields	hawfields	US		0	America/New_York	36.0593	-79.30502	199	Haw Fields,Haw Old Fields,Hawfield,Hawfields		NC	001		
4470287	Hawk	hawk	US		0	America/New_York	36.01901	-82.09151	844			NC	121	90488	
4470288	Hawk Branch	hawk-branch	US		0	America/New_York	35.964	-82.37152	843			NC	199	90980	
4470310	Hawkins Landing	hawkins-landing	US		0	America/New_York	35.45211	-76.85244	1			NC	013	90168	
4470311	Hawkins Run	hawkins-run	US		0	America/New_York	35.51599	-79.18391	107			NC	105		
4470316	Hawkside	hawkside	US		0	America/New_York	34.77016	-77.40218	9			NC	133	91632	
4470318	Hawra	hawra	US		0	America/New_York	35.64294	-78.0886	71			NC	195	93084	
4470319	Haws Run	haws-run	US		0	America/New_York	34.69461	-77.55247	17	Haw,Haws Run		NC	133	93160	
4470330	Hay Meadow (historical)	hay-meadow-historical	US		0	America/New_York	36.26846	-81.16259	394			NC	193	92184	
4470337	Hayes Barton	hayes-barton	US		0	America/New_York	35.80404	-78.65028	99			NC	183	92612	
4470367	Haymount	haymount	US		0	America/New_York	35.05683	-78.9003	62			NC	051	90832	
4470368	Hayne	hayne	US		0	America/New_York	34.981	-78.59001	45			NC	163	91844	
4470385	Hays Arbor	hays-arbor	US		0	America/New_York	36.18458	-81.25565	401			NC	193	92628	
4470387	Hays Mill	hays-mill	US		0	America/New_York	35.11961	-78.62113	46			NC	163	90904	
4470400	Haywood Farms	haywood-farms	US		0	America/New_York	35.09183	-77.12023	6			NC	049	93592	
4470419	Hazelwood Park	hazelwood-park	US		0	America/New_York	35.85293	-77.68942	33			NC	065		
4470436	Healing Springs	healing-springs	US		0	America/New_York	35.61625	-80.17811	183			NC	057	91440	
4470447	Hearthstone	hearthstone	US		0	America/New_York	35.84765	-78.57695	103			NC	183	92228	
4470448	Hearthstone Farms	hearthstone-farms	US		0	America/New_York	35.80932	-78.76751	146			NC	183	90536	
4470458	Heather Hills	heather-hills	US		0	America/New_York	35.69904	-78.62195	103			NC	183	92788	
4470462	Heatherbrook	heatherbrook	US		0	America/New_York	35.81432	-78.57639	87			NC	183	92792	
4470463	Heathergate	heathergate	US		0	America/New_York	35.19598	-80.67312	237			NC	119		
4470464	Heatheridge	heatheridge	US		0	America/New_York	35.68904	-78.62001	85			NC	183	92788	
4470466	Heather Glen	heather-glen	US		0	America/New_York	36.08931	-78.96251	152			NC	063	91760	
4470468	Heathwood	heathwood	US		0	America/New_York	35.35431	-80.16145	169			NC	167	92296	
4470469	Heaton	heaton	US		0	America/New_York	36.1729	-81.94262	928			NC	011	91442	
4470472	Heatherwood	heatherwood	US		0	America/New_York	35.2257	-80.70868	227			NC	119		
4470476	Hebron (historical)	hebron-historical	US		0	America/New_York	35.16626	-80.83896	181			NC	119		
4470510	Hedrick Estates	hedrick-estates	US		0	America/New_York	34.73988	-76.76438	6			NC	031	92120	
4470511	Hedrick Grove	hedrick-grove	US		0	America/New_York	35.77264	-80.17949	253			NC	057	92956	
4470514	Hedrick Mountain	hedrick-mountain	US		0	America/New_York	35.73014	-79.81253	273			NC	151	90084	
4470518	Heidleberg Settlement	heidleberg-settlement	US		0	America/New_York	35.93541	-80.46533	241			NC	059	92896	
4470519	Heil Leah	heil-leah	US		0	America/New_York	34.95321	-80.54312	157			NC	179	92108	
4470520	Heilmans Mill	heilmans-mill	US		0	America/New_York	35.48292	-80.58368	214			NC	025		
4470528	Helens Crossroads	helens-crossroads	US		0	America/New_York	35.44044	-77.34218	12			NC	147	93196	
4470537	Helms Park	helms-park	US		0	America/New_York	35.02626	-80.59423	198			NC	179	92108	
4470545	Hemby Bridge	hemby-bridge	US		1676	America/New_York	35.10371	-80.62798	194			NC	179	93860	
4470554	Hemlock Ridge	hemlock-ridge	US		0	America/New_York	36.11818	-81.76761	1125			NC	189	90300	
4470567	Henderson (historical)	henderson-historical	US		0	America/New_York	36.16874	-81.13425	313			NC	193	92332	
4470602	Hendrick Estates	hendrick-estates	US		0	America/New_York	35.6982	-80.53201	240			NC	159	91160	
4470611	Hendrix (historical)	hendrix-historical	US		0	America/New_York	36.13791	-81.40815	362			NC	193	91012	
4470638	Henry River	henry-river	US		0	America/New_York	35.69652	-81.42842	314			NC	023	91572	
4470643	Hensley (historical)	hensley-historical	US		0	America/New_York	35.97789	-82.44958	871			NC	199	90980	
4470645	Henrytown	henrytown	US		0	America/New_York	34.17323	-78.10749	15			NC	019	93252	
4470677	Heritage Heights	heritage-heights	US		0	America/New_York	35.00155	-78.79586	38			NC	051	90572	
4470678	Heritage Heights	heritage-heights	US		0	America/New_York	36.07848	-78.94168	133			NC	063	91760	
4470679	Heritage Hills	heritage-hills	US		0	America/New_York	35.93208	-81.50343	344			NC	027	91924	
4470681	Heritage Village	heritage-village	US		0	America/New_York	36.24792	-80.42867	289			NC	067	92388	
4470682	Heritage Village	heritage-village	US		0	America/New_York	35.58599	-77.34524	20			NC	147	91328	
4470684	Hepco (historical)	hepco-historical	US		0	America/New_York	35.66538	-82.98986	720			NC	087	91104	
4470697	Herrell (historical)	herrell-historical	US		0	America/New_York	36.05706	-82.21568	720	Herrell (historical),Herrells		NC	121	91408	
4470716	Herrings Crossroads	herrings-crossroads	US		0	America/New_York	35.12155	-77.86581	38			NC	061	91240	
4470717	Herrings Crossroads	herrings-crossroads	US		0	America/New_York	35.50849	-77.6972	31			NC	079	90520	
4470718	Herrings Crossroads	herrings-crossroads	US		0	America/New_York	35.17461	-78.39584	57			NC	163	91460	
4470732	Hertford Village	hertford-village	US		0	America/New_York	35.74904	-78.64306	89			NC	183	92788	
4470750	Hestertown	hestertown	US		0	America/New_York	34.59766	-78.99559	34			NC	155	91940	
4470761	Hexlena	hexlena	US		0	America/New_York	36.19321	-77.02885	18			NC	015	92096	
4470771	Hibriten (historical)	hibriten-historical	US		0	America/New_York	35.92958	-81.49704	342			NC	027	91924	
4470777	Hickmans Crossroads	hickmans-crossroads	US		0	America/New_York	33.93045	-78.61029	10	Hickman,Hickmans Crossroads,Hickmans X-Roads		NC	019	92900	
4470780	Hickory Acres	hickory-acres	US		0	America/New_York	35.23181	-80.69618	222			NC	119		
4470781	Hickory Acres	hickory-acres	US		0	America/New_York	36.31266	-76.25438	2			NC	139	92576	
4470786	Hickmans Crossroads	hickmans-crossroads	US		0	America/New_York	34.45322	-78.82863	35	Hickmans Cross Roads,Hickmans Crossroads		NC	047	93216	
4470804	Hickory Creek Apartments	hickory-creek-apartments	US		0	America/New_York	35.28985	-81.53398	255			NC	045		
4470807	Hickory Crossroads	hickory-crossroads	US		0	America/New_York	35.54599	-78.10027	67	Hickory Cross,Hickory Crossroads		NC	101	90256	
4470808	Hickory Crossroads	hickory-crossroads	US		0	America/New_York	36.32043	-76.54467	5	Hickory,Hickory Cross Roads,Hickory Crossroads		NC	143	90220	
4470823	Hickory Grove (historical)	hickory-grove-historical	US		0	America/New_York	35.73874	-81.71176	309			NC	023	92136	
4470842	Hickory Grove Crossroads	hickory-grove-crossroads	US		0	America/New_York	34.7485	-78.4225	26	Cromartys Ferry,Hickory Grove Crossroads		NC	017	90860	
4470846	Hickory Hill	hickory-hill	US		0	America/New_York	35.88347	-80.4945	208			NC	059	91192	
4470847	Hickory Hill	hickory-hill	US		0	America/New_York	35.36651	-82.47373	650			NC	089	91456	
4470853	Hickory Hills West Trailer Park	hickory-hills-west-trailer-park	US		0	America/New_York	34.75516	-77.45913	6			NC	133	91632	
4470854	Hickory Hollow	hickory-hollow	US		0	America/New_York	35.84376	-78.62195	94			NC	183	92228	
4470869	Hickory Meadows	hickory-meadows	US		0	America/New_York	35.76404	-78.55417	72			NC	183	92792	
4470878	Hickory Oaks	hickory-oaks	US		0	America/New_York	35.94209	-78.98306	86			NC	063	93764	
4470886	Hickory Rock	hickory-rock	US		0	America/New_York	36.12432	-78.20999	120			NC	069	91906	
4470919	Hicks Crossroads	hicks-crossroads	US		0	America/New_York	35.42569	-80.91757	243			NC	119		
4470920	Hicks Crossroads	hicks-crossroads	US		0	America/New_York	36.42875	-78.49833	139			NC	181	94028	
4470931	Hidden Hills	hidden-hills	US		0	America/New_York	35.9282	-79.04001	91			NC	135	90620	
4470939	Hidden Valley Estates	hidden-valley-estates	US		0	America/New_York	35.2757	-80.77479	235			NC	119		
4470943	Hicks Village	hicks-village	US		0	America/New_York	36.40514	-79.02196	201			NC	145	92764	
4470945	Hideaway Estates	hideaway-estates	US		0	America/New_York	36.00264	-79.07751	182			NC	135	90620	
4470947	Hidetown	hidetown	US		0	America/New_York	35.37148	-83.68017	597			NC	075	93108	
4470952	Higdonville	higdonville	US		0	America/New_York	35.1776	-83.29987	645			NC	113	91024	
4470965	Higgs	higgs	US		0	America/New_York	35.60627	-77.38858	20			NC	147	91328	
4470967	High Crossroads	high-crossroads	US		0	America/New_York	35.8071	-78.04499	60	High Crossroads,Highs Cross Roads		NC	127	91616	
4470975	High Hampton	high-hampton	US		0	America/New_York	35.09981	-83.08209	1049			NC	099	90540	
4471007	High Meadows	high-meadows	US		0	America/New_York	36.10903	-80.11893	277			NC	067	91696	
4471008	High Meadows	high-meadows	US		0	America/New_York	35.99599	-77.80748	39			NC	127	93144	
4471010	High Meadows Estates	high-meadows-estates	US		0	America/New_York	36.40097	-80.99674	907			NC	005	90640	
4471013	High Park	high-park	US		0	America/New_York	35.89153	-79.06168	92			NC	135	90620	
4471039	High Rock	high-rock	US		0	America/New_York	35.59681	-80.22116	178	Bringles,Bringles Ferry,High Rock,Skeens Ferry		NC	057	91440	
4471051	High Rock Mountain Shores	high-rock-mountain-shores	US		0	America/New_York	35.63264	-80.19338	197			NC	057	91440	
4471087	Highland Acres	highland-acres	US		0	America/New_York	35.05016	-78.85114	27			NC	051	90832	
4471095	Highland Gate	highland-gate	US		0	America/New_York	35.59983	-82.53374	688			NC	021	90086	
4471096	Highland Hills	highland-hills	US		0	America/New_York	35.26734	-82.40623	668			NC	089	91456	
4471103	Highland Mobile Home Park	highland-mobile-home-park	US		0	America/New_York	35.57988	-77.32107	16			NC	147	91344	
4471111	Highland Park West	highland-park-west	US		0	America/New_York	36.06902	-79.85698	265			NC	081	92124	
4471112	Highland Pines	highland-pines	US		0	America/New_York	34.90599	-79.73756	90			NC	153	91988	
4471116	Highland Acres	highland-acres	US		0	America/New_York	35.50765	-79.21752	92			NC	105		
4471120	Highland Trails	highland-trails	US		0	America/New_York	35.13905	-79.36948	124			NC	125		
4471122	Highland Village	highland-village	US		0	America/New_York	35.05127	-78.91836	41			NC	051	90832	
4471137	Highsmiths	highsmiths	US		0	America/New_York	34.9185	-78.49667	45	Highsmith,Highsmiths		NC	163	91844	
4471141	Hightowers	hightowers	US		0	America/New_York	36.32708	-79.24335	206			NC	033	91492	
4471143	Hightsville	hightsville	US		739	America/New_York	34.26961	-77.93165	6			NC	129	90508	
4471155	Highsmith	highsmith	US		0	America/New_York	34.47517	-77.98194	12			NC	141	91900	
4471162	Hill Crest	hill-crest	US		0	America/New_York	35.31349	-79.41642	155			NC	125		
4471176	Hill View	hill-view	US		0	America/New_York	35.44044	-77.6672	24			NC	079	93020	
4471177	Hill View Acres	hill-view-acres	US		0	America/New_York	36.33041	-79.62197	243			NC	157	92652	
4471179	Hillandale	hillandale	US		0	America/New_York	35.27428	-82.42706	679			NC	089	91456	
4471180	Hillandale	hillandale	US		0	America/New_York	35.68849	-78.58889	107			NC	183	92788	
4471187	Hillcrest	hillcrest	US		0	America/New_York	36.22124	-81.66788	993			NC	189	92276	
4471188	Hillcrest	hillcrest	US		0	America/New_York	36.0932	-79.09001	180			NC	135	91496	
4471189	Hillcrest	hillcrest	US		0	America/New_York	34.96376	-80.54451	175			NC	179	92108	
4471190	Hillcrest Apts	hillcrest-apts	US		0	America/New_York	35.59344	-82.56985	629			NC	021	90086	
4471204	Hillcrest Farm	hillcrest-farm	US		0	America/New_York	35.36988	-77.95915	32			NC	191	91260	
4471205	Hillcrest Farms	hillcrest-farms	US		0	America/New_York	35.27989	-77.63025	25			NC	107	91072	
4471210	Hillcrest Mobile Home Subdivision	hillcrest-mobile-home-subdivision	US		0	America/New_York	34.78239	-77.4983	14			NC	133	91632	
4471211	Hillendale	hillendale	US		0	America/New_York	35.11044	-78.89419	59			NC	051	90832	
4471213	Hillgirt	hillgirt	US		0	America/New_York	35.36539	-82.48373	648			NC	089	91456	
4471220	Hilliardston	hilliardston	US		0	America/New_York	36.10543	-77.92971	61			NC	127	91336	
4471230	Hillcrest	hillcrest	US		0	America/New_York	35.83153	-80.25588	234			NC	057	91796	
4471233	Hills Crossroads	hills-crossroads	US		0	America/New_York	35.11405	-77.94165	47			NC	061	94092	
4471236	Hills Grove	hills-grove	US		0	America/New_York	36.42292	-80.46145	328			NC	171	93064	
4471250	Hillsdale Forest	hillsdale-forest	US		0	America/New_York	35.75876	-78.75473	137			NC	183	90536	
4471252	Hillsdale Park	hillsdale-park	US		0	America/New_York	36.04569	-79.82753	238			NC	081	92124	
4471254	Hills Crossroads	hills-crossroads	US		0	America/New_York	36.18849	-77.46164	36			NC	083	92864	
4471266	Hilltop Acres	hilltop-acres	US		0	America/New_York	34.78572	-76.87716	4			NC	031	92272	
4471267	Hilltop Acres	hilltop-acres	US		0	America/New_York	36.19874	-81.14814	383			NC	193	92332	
4471275	Hilma Park	hilma-park	US		0	America/New_York	35.89849	-77.54525	16			NC	065		
4471276	Hilorn (historical)	hilorn-historical	US		0	America/New_York	36.14041	-81.17925	302			NC	193	94012	
4471280	Hines Crossroad	hines-crossroad	US		0	America/New_York	35.55238	-77.48469	23			NC	147	90080	
4471281	Hines Crossroads	hines-crossroads	US		0	America/New_York	35.201	-77.88887	45			NC	191	91576	
4471282	Hines Junction	hines-junction	US		0	America/New_York	35.26905	-77.61941	12			NC	107	91072	
4471288	Hinnes Crossroads	hinnes-crossroads	US		0	America/New_York	36.40348	-77.79943	101			NC	083	91876	
4471292	Hinson	hinson	US		0	America/New_York	35.76766	-76.79689	12			NC	187	92540	
4471296	Hinson Crossroads	hinson-crossroads	US		0	America/New_York	34.306	-78.97892	32	Hinson Cross Roads,Hinson Crossroads,Hinsons Crossroads		NC	047	91044	
4471305	Hintonsville (historical)	hintonsville-historical	US		0	America/New_York	36.36904	-76.28716	3			NC	139	92576	
4471324	Hiwassee Village	hiwassee-village	US		0	America/New_York	35.14897	-84.1713	491	Hiwassee,Hiwassee Dam,Hiwassee Village		NC	039	92932	
4471333	Hobbton	hobbton	US		0	America/New_York	35.17211	-78.3225	55	Hobbs Crossroads,Hobbton,Hobton		NC	163	92516	
4471349	Hocutts Crossroads	hocutts-crossroads	US		0	America/New_York	35.73349	-78.29778	95	Corinth Holders,Hocutts Crossroads		NC	101	94008	
4471361	Hodges Gap	hodges-gap	US		0	America/New_York	36.20707	-81.70066	1004			NC	189	92276	
4471363	Hodman	hodman	US		0	America/New_York	35.92791	-80.60117	252	Hodman,Holman		NC	059	92100	
4471378	Hoflers Fork	hoflers-fork	US		0	America/New_York	36.39627	-76.60689	11	Hoflers Fork,Hufflers Fork		NC	073	91560	
4471400	Hog Island	hog-island	US		0	America/New_York	35.19349	-79.29642	84	Hog Island,Lake Bay		NC	125		
4471443	Hogetown	hogetown	US		0	America/New_York	36.1893	-81.53399	555			NC	189	91008	
4471473	Hoke	hoke	US		0	America/New_York	35.7335	-76.81522	13	Hoke,Long Ridge		NC	187	92540	
4471495	Holden Beach	holden-beach	US		631	America/New_York	33.91351	-78.30389	1			NC	019	91884	
4471500	Holdens Crossroads	holdens-crossroads	US		0	America/New_York	35.70682	-77.78303	33	Holdens Cross Roads,Holdens Crossroads		NC	195	91208	
4471511	Holiday Island	holiday-island	US		0	America/New_York	36.08766	-76.38299	2			NC	143	90248	
4471516	Holiday Mobile Home City	holiday-mobile-home-city	US		0	America/New_York	34.74266	-77.35857	9			NC	133	91632	
4471517	Holiday Park	holiday-park	US		0	America/New_York	35.02433	-78.91919	52			NC	051	90832	
4471518	Holiday Park	holiday-park	US		0	America/New_York	35.24487	-80.69979	218			NC	119		
4471519	Holiday Shores	holiday-shores	US		0	America/New_York	35.34209	-80.06089	107			NC	123	93848	
4471544	Hollands	hollands	US		0	America/New_York	35.72321	-77.47691	9			NC	147	90224	
4471550	Hollemans Crossroads	hollemans-crossroads	US		0	America/New_York	35.61627	-78.90974	87	Collins Crossroads,Hollemans,Hollemans Crossroads		NC	183	91524	
4471553	Hollands Crossroads	hollands-crossroads	US		0	America/New_York	35.52322	-78.0886	45			NC	191	91300	
4471578	Holly Acres	holly-acres	US		0	America/New_York	36.00375	-80.17894	264			NC	057	92064	
4471613	Holly Hills	holly-hills	US		0	America/New_York	35.08016	-77.11189	6			NC	049	93592	
4471614	Holly Hills	holly-hills	US		0	America/New_York	35.52404	-79.23919	92			NC	105		
4471615	Holly Hills	holly-hills	US		0	America/New_York	35.21848	-80.69924	233			NC	119		
4471616	Holly Hills	holly-hills	US		0	America/New_York	36.48153	-79.79393	180			NC	157	91752	
4471621	Holly Lakes	holly-lakes	US		0	America/New_York	35.76793	-78.37917	88			NC	183	91992	
4471622	Holly Meadows	holly-meadows	US		0	America/New_York	36.07486	-79.22891	213			NC	135	90632	
4471626	Holly Park	holly-park	US		0	America/New_York	35.69736	-80.52006	230			NC	159	91160	
4471636	Holly Spring	holly-spring	US		0	America/New_York	36.25125	-80.58034	319			NC	197	92314	
4471657	Holly View Forest-Highland Park	holly-view-forest-highland-park	US		0	America/New_York	36.46458	-80.64645	328			NC	171	92156	
4471660	Hollyoak Apartments	hollyoak-apartments	US		0	America/New_York	35.2668	-81.5312	241			NC	045		
4471662	Hollyville	hollyville	US		0	America/New_York	35.19128	-76.68521	2	Cash Corner,Hollyville,Wright		NC	137	93412	
4471672	Hollywood Crossroads	hollywood-crossroads	US		0	America/New_York	35.53155	-77.32052	21			NC	147	90652	
4471673	Hollywood Heights	hollywood-heights	US		0	America/New_York	35.05016	-78.98253	54			NC	051	92892	
4471730	Home Acres	home-acres	US		0	America/New_York	35.73987	-78.63223	99			NC	183	92788	
4471740	Homestead Acres	homestead-acres	US		0	America/New_York	35.75986	-80.22477	193			NC	057	92956	
4471741	Homestead Estates	homestead-estates	US		0	America/New_York	35.81765	-78.77612	137			NC	183	90536	
4471750	Hominy Heights	hominy-heights	US		0	America/New_York	35.72238	-77.9261	38			NC	195	94048	
4471756	Honey Hill	honey-hill	US		0	America/New_York	35.91624	-81.5601	335			NC	027	91780	
4471757	Honey Hill	honey-hill	US		0	America/New_York	34.27545	-78.63307	18			NC	047	90316	
4471762	Honey Pond	honey-pond	US		0	America/New_York	34.03128	-78.49834	14			NC	019	93868	
4471764	Honey Town	honey-town	US		0	America/New_York	34.95015	-79.78367	88			NC	153	92736	
4471769	Honeycutt	honeycutt	US		0	America/New_York	36.06067	-82.21291	730			NC	121	91408	
4471788	Hood Swamp	hood-swamp	US		0	America/New_York	35.40655	-77.8747	37			NC	191	92848	
4471790	Hoods	hoods	US		0	America/New_York	35.13737	-80.68285	239	Hoods,Hoods Crossroads		NC	119		
4471791	Hoods (historical)	hoods-historical	US		0	America/New_York	35.12098	-80.66201	212			NC	119		
4471820	Hooper Hill	hooper-hill	US		0	America/New_York	34.33017	-78.07555	13			NC	019	92324	
4471827	Hoopers Creek	hoopers-creek	US		1056	America/New_York	35.439	-82.46679	658			NC	089	91536	
4471831	Hoophole Landing	hoophole-landing	US		0	America/New_York	35.61322	-76.5766	0			NC	095	90856	
4471835	Hootentown	hootentown	US		0	America/New_York	35.53627	-77.01967	4	Hootentown,Wootentown		NC	013	91896	
4471839	Hootstown	hootstown	US		0	America/New_York	36.04903	-80.26672	254	Fisherville,Hootstown		NC	067	94068	
4471848	Hope Farm	hope-farm	US		0	America/New_York	35.30208	-80.98396	200			NC	119		
4471849	Hope Lodge	hope-lodge	US		0	America/New_York	35.92571	-77.53025	18			NC	065		
4471856	Hope Park	hope-park	US		0	America/New_York	35.24598	-80.74201	231			NC	119		
4471862	Hope Valley North	hope-valley-north	US		0	America/New_York	35.95403	-78.94668	101			NC	063	93764	
4471864	Hope Valley West	hope-valley-west	US		0	America/New_York	35.94764	-78.96001	105			NC	063	93764	
4471931	Hornets Nest (historical)	hornets-nest-historical	US		0	America/New_York	35.20848	-80.57812	172	Hornet,Hornets Nest (historical)		NC	119		
4471936	Horneytown	horneytown	US		0	America/New_York	36.01958	-80.06004	278			NC	067	90012	
4472006	Horse Neck	horse-neck	US		0	America/New_York	34.81878	-78.91086	45			NC	155		
4472089	Horseshoe	horseshoe	US		0	America/New_York	36.46015	-76.39328	2			NC	029	93044	
4472124	Hothouse	hothouse	US		0	America/New_York	35.02091	-84.23242	561			NC	039	91544	
4472129	Hounds Ear	hounds-ear	US		0	America/New_York	36.17791	-81.74511	882			NC	189	93912	
4472155	Houston (historical)	houston-historical	US		0	America/New_York	35.67569	-80.72285	216			NC	159	92172	
4472159	Houston Heights	houston-heights	US		0	America/New_York	34.77211	-77.41774	7			NC	133	91632	
4472162	Houston Mobile Home Park	houston-mobile-home-park	US		0	America/New_York	34.75405	-77.47413	9			NC	133	91632	
4472164	Houstonville	houstonville	US		0	America/New_York	36.00319	-80.76618	278			NC	097	90944	
4472165	Houstonville (historical)	houstonville-historical	US		0	America/New_York	35.96152	-80.69895	276			NC	059	90472	
4472167	Howard Acres	howard-acres	US		0	America/New_York	35.07294	-78.94447	68			NC	051	90832	
4472177	Howard Hights	howard-hights	US		0	America/New_York	35.28405	-77.57886	19			NC	107	91704	
4472210	Howellsville	howellsville	US		0	America/New_York	34.69683	-78.91697	43			NC	155	93952	
4472221	Hoylesville (historical)	hoylesville-historical	US		0	America/New_York	35.34903	-81.18091	206			NC	071	90872	
4472243	Huckleberry Spring	huckleberry-spring	US		0	America/New_York	36.04098	-78.95806	155			NC	063	90932	
4472257	Hudsons Crossroads	hudsons-crossroads	US		0	America/New_York	35.52933	-77.25996	15			NC	147	90652	
4472269	Huffmantown	huffmantown	US		0	America/New_York	34.95433	-77.56052	22	Huffmantown,Huttmantown		NC	133	92672	
4472316	Hullwood	hullwood	US		0	America/New_York	35.30683	-77.64581	32			NC	107	93856	
4472323	Hulls Crossroads	hulls-crossroads	US		0	America/New_York	35.50874	-81.45731	334	Hull Crossroads,Hull X Roads,Hulls Crossroads		NC	109	92300	
4472338	Huntcliff	huntcliff	US		0	America/New_York	35.14933	-79.38753	153			NC	125		
4472339	Huntdale	huntdale	US		0	America/New_York	36.0265	-82.31763	630			NC	121	90352	
4472340	Hunter Acres	hunter-acres	US		0	America/New_York	35.30959	-80.80952	243			NC	119		
4472354	Hunter Hills	hunter-hills	US		0	America/New_York	36.05152	-79.8567	244			NC	081	92124	
4472356	Hunter Crossing	hunter-crossing	US		0	America/New_York	35.32901	-82.50734	671			NC	089	91456	
4472360	Hunter Meadows	hunter-meadows	US		0	America/New_York	36.18847	-80.35672	276			NC	067	92388	
4472364	Hunters Creek West	hunters-creek-west	US		0	America/New_York	35.77265	-78.69917	125			NC	183	92612	
4472368	Hunters Ridge	hunters-ridge	US		0	America/New_York	36.30515	-78.4725	133			NC	181	93916	
4472369	Hunters Trace	hunters-trace	US		0	America/New_York	36.16208	-80.407	235			NC	067	93864	
4472381	Hunting Creek (historical)	hunting-creek-historical	US		0	America/New_York	36.10652	-81.07286	398	Hunting Creek (historical),Huntingcreek		NC	193	91908	
4472385	Hunting Hills	hunting-hills	US		0	America/New_York	36.1243	-79.42447	181			NC	001		
4472394	Huntingtowne Farms	huntingtowne-farms	US		0	America/New_York	35.13514	-80.86091	192			NC	119		
4472398	Huntlynn Acres	huntlynn-acres	US		0	America/New_York	35.23958	-80.9798	184			NC	119		
4472399	Hunts	hunts	US		0	America/New_York	35.99237	-78.12499	85			NC	127	91976	
4472403	Huntington Place	huntington-place	US		0	America/New_York	36.0807	-78.93445	131			NC	063	91760	
4472404	Huntsboro	huntsboro	US		0	America/New_York	36.35931	-78.53778	158			NC	077	92800	
4472469	Husseys Crossroads	husseys-crossroads	US		0	America/New_York	35.21266	-77.82304	34	Husseys Crossroads,Whitfield Crossroads,Whitfields Crossroads		NC	107	93760	
4472477	Hutson Corner	hutson-corner	US		0	America/New_York	36.26516	-76.65495	11	Hutson Corner,Kill Quick		NC	041		
4472491	Hyatt Creek	hyatt-creek	US		0	America/New_York	35.46538	-83.02847	864			NC	087	93920	
4472509	Hyde Park Estates	hyde-park-estates	US		0	America/New_York	35.31542	-80.85396	236			NC	119		
4472510	Hydeland	hydeland	US		0	America/New_York	35.42656	-76.21964	1			NC	095	91724	
4472518	Hymans	hymans	US		0	America/New_York	35.15155	-77.18134	8			NC	049	93628	
4472528	Ian Joy Acres	ian-joy-acres	US		0	America/New_York	35.7868	-80.84868	256			NC	097	93104	
4472532	Icaria	icaria	US		0	America/New_York	36.25599	-76.62717	8			NC	041		
4472537	Ida Mill	ida-mill	US		0	America/New_York	34.79988	-79.53061	58			NC	165	91748	
4472540	Idelwile Brooke	idelwile-brooke	US		0	America/New_York	35.18209	-80.73396	220			NC	119		
4472544	Idlewild Farms	idlewild-farms	US		0	America/New_York	35.19181	-80.73812	218			NC	119		
4472546	Idlewild Terrace Apartments	idlewild-terrace-apartments	US		0	America/New_York	35.28096	-81.53731	256			NC	045		
4472547	Idlewood	idlewood	US		0	America/New_York	34.74766	-79.51727	61			NC	165	93132	
4472548	Idlewood Acres	idlewood-acres	US		0	America/New_York	35.14015	-80.67229	225			NC	119		
4472550	Idol Park	idol-park	US		0	America/New_York	36.37986	-79.97782	178			NC	157	91956	
4472553	Ijames Crossroads	ijames-crossroads	US		0	America/New_York	35.93541	-80.64256	267	Ijames Crossroads,Ijmes Crossroads,James Crossroads		NC	059	90472	
4472559	Illahee Hills	illahee-hills	US		0	America/New_York	35.21095	-82.75485	697			NC	175	90564	
4472570	Immer	immer	US		0	America/New_York	35.48236	-79.92921	198			NC	123	92412	
4472573	Imperial Estates	imperial-estates	US		0	America/New_York	35.7071	-77.87609	39			NC	195	94048	
4472589	Indian Beach	indian-beach	US		115	America/New_York	34.68655	-76.89522	2			NC	031	92120	
4472609	Indian Cave Park	indian-cave-park	US		0	America/New_York	35.29956	-82.51984	855			NC	089	91456	
4472610	Indian Cove	indian-cove	US		0	America/New_York	35.30039	-82.51818	835			NC	089	91456	
4472653	Indian Grove	indian-grove	US		0	America/New_York	36.49097	-80.52478	429	Indian Graves,Indian Grove		NC	171	93064	
4472673	Indian Place	indian-place	US		0	America/New_York	35.24649	-83.09486	771			NC	099	92684	
4472709	Ingold	ingold	US		471	America/New_York	34.82684	-78.34722	30			NC	163	91836	
4472756	Iotla	iotla	US		0	America/New_York	35.23621	-83.39515	613			NC	113	90792	
4472757	Iotla (historical)	iotla-historical	US		0	America/New_York	35.23454	-83.39932	603			NC	113	91156	
4472771	Iredell Heights	iredell-heights	US		0	America/New_York	35.83791	-80.87313	284			NC	097	90240	
4472778	Iron Duff	iron-duff	US		0	America/New_York	35.57899	-82.97042	790	Aaron Duff,Iron Duff,Ironduff		NC	087	91592	
4472789	Irongate	irongate	US		0	America/New_York	35.70793	-78.86056	130			NC	183	93984	
4472790	Irongate	irongate	US		0	America/New_York	35.78543	-78.76639	142			NC	183	90536	
4472791	Irongate	irongate	US		0	America/New_York	35.33905	-77.94082	31			NC	191	92256	
4472793	Ironhill	ironhill	US		0	America/New_York	34.1385	-78.78308	24			NC	047	93072	
4472799	Ironwoods	ironwoods	US		0	America/New_York	35.92653	-79.07585	117			NC	135	90620	
4472800	Irving Park	irving-park	US		0	America/New_York	36.09541	-79.7992	239			NC	081	92124	
4472802	Irvings Crossroads	irvings-crossroads	US		0	America/New_York	35.07155	-77.6408	37			NC	107	92520	
4472818	Isenhour	isenhour	US		0	America/New_York	35.44986	-80.15644	209			NC	167	91416	
4472819	Isenhour Park	isenhour-park	US		0	America/New_York	35.86847	-81.18758	319			NC	003	93228	
4472843	Island Creek Estates	island-creek-estates	US		0	America/New_York	36.45848	-78.43805	135			NC	181	94028	
4472850	Island Ford	island-ford	US		0	America/New_York	35.23065	-83.04042	778			NC	099	90484	
4472865	Isle Forest	isle-forest	US		0	America/New_York	35.77265	-78.68417	100			NC	183	92612	
4472872	Ita	ita	US		0	America/New_York	36.17598	-77.90971	61			NC	083	90368	
4472882	Ivey Crossroads	ivey-crossroads	US		0	America/New_York	34.42239	-79.09503	39			NC	155	93120	
4472906	Ivy Hills	ivy-hills	US		0	America/New_York	35.5276	-82.99458	818			NC	087	91608	
4472911	Ivy Meadows	ivy-meadows	US		0	America/New_York	35.77515	-78.75612	140			NC	183	90536	
4472914	Ivy Ridge	ivy-ridge	US		0	America/New_York	35.91177	-82.58847	845			NC	115		
4472957	Jaars	jaars	US		597	America/New_York	34.86376	-80.7459	173	JAARS CDP,Jaars		NC	179	91624	
4473028	Jackson Corner	jackson-corner	US		0	America/New_York	36.42154	-76.36772	3	Jackson Corner,Rose Dale,Rosedale		NC	139	92260	
4473038	Jackson Creek	jackson-creek	US		0	America/New_York	35.69569	-80.01227	171			NC	151	90748	
4473044	Jackson Hamlet	jackson-hamlet	US		0	America/New_York	35.16682	-79.4717	163	Jackson,Jackson Hamlet,Vina Vista		NC	125		
4473046	Jackson Hights	jackson-hights	US		0	America/New_York	35.22239	-77.63553	24			NC	107	92224	
4473047	Jackson Hill	jackson-hill	US		0	America/New_York	35.57264	-80.15005	212	Jackson Hill,Jacksonhill,Jacksons Hill		NC	057	91628	
4473055	Jackson Line	jackson-line	US		0	America/New_York	35.39815	-83.47488	600			NC	173	90624	
4473057	Jackson Park	jackson-park	US		0	America/New_York	35.37597	-80.59951	218			NC	025		
4473059	Jackson Park	jackson-park	US		0	America/New_York	36.11208	-79.44058	198			NC	001		
4473068	Jackson Dunes	jackson-dunes	US		0	America/New_York	35.11212	-75.96823	1			NC	095	92372	
4473075	Jacksons Crossroads	jacksons-crossroads	US		0	America/New_York	34.88767	-77.78303	24	Jackson Store,Jacksons Crossroads		NC	061	91820	
4473076	Jacksons Crossroads	jacksons-crossroads	US		0	America/New_York	35.2235	-77.6458	24	Jacksons Crossroads,Jacksons Store		NC	107	92224	
4473081	Jacksons Trailer Park	jacksons-trailer-park	US		0	America/New_York	35.5635	-77.35746	22			NC	147	94072	
4473091	Jacktown	jacktown	US		0	America/New_York	35.6679	-81.96788	416			NC	111	91984	
4473108	Jacocks	jacocks	US		0	America/New_York	36.14933	-76.2641	3			NC	143	92248	
4473126	Jakesville	jakesville	US		0	America/New_York	35.85375	-80.27977	221			NC	057	91796	
4473178	Janeiro	janeiro	US		0	America/New_York	34.99572	-76.76521	3	Dawson Creek,Janeiro		NC	137	93464	
4473180	Jappa Oaks	jappa-oaks	US		0	America/New_York	36.04931	-79.07501	184			NC	135	91496	
4473184	Jarmantown	jarmantown	US		0	America/New_York	34.97016	-77.63219	22			NC	133	92672	
4473185	Jarrett Cove	jarrett-cove	US		0	America/New_York	35.89844	-82.64347	764			NC	115	93706	
4473203	Jason	jason	US		0	America/New_York	35.38127	-77.77414	35			NC	079	91648	
4473212	Jay Crest	jay-crest	US		0	America/New_York	36.15127	-75.74602	13			NC	055	90096	
4473230	Jefferson Gardens	jefferson-gardens	US		0	America/New_York	36.09986	-79.87892	275			NC	081	92124	
4473231	Jefferson Heights	jefferson-heights	US		0	America/New_York	35.65347	-80.48784	231			NC	159	92812	
4473233	Jefferson Park	jefferson-park	US		0	America/New_York	34.91793	-79.78506	82			NC	153	94088	
4473237	Jefferson Village	jefferson-village	US		0	America/New_York	35.83597	-80.24033	236			NC	057	91796	
4473270	Jenkins Heights	jenkins-heights	US		0	America/New_York	35.27486	-81.21008	245			NC	071	91216	
4473274	Jenkins Meadow	jenkins-meadow	US		0	America/New_York	35.38203	-83.95296	1412			NC	075	94124	
4473275	Jenkins Place	jenkins-place	US		0	America/New_York	35.4851	-83.42405	596			NC	173	90624	
4473293	Jennings Acres	jennings-acres	US		0	America/New_York	35.74127	-77.9461	41			NC	195	94048	
4473299	Jenny Lind	jenny-lind	US		0	America/New_York	35.25711	-77.77803	18			NC	107	92144	
4473317	Jerrett Estates	jerrett-estates	US		0	America/New_York	34.86905	-76.88855	7			NC	049	93508	
4473352	Jessama	jessama	US		0	America/New_York	35.51211	-76.90605	10	Jessama,Midway		NC	013	92436	
4473365	Jessup Mill (historical)	jessup-mill-historical	US		0	America/New_York	36.52569	-80.37061	297	Jessup Mill (historical),Jessups Mill,Union Mill		NC	169	90260	
4473370	Jeter (historical)	jeter-historical	US		0	America/New_York	35.50707	-82.15872	345			NC	161	90656	
4473372	Jeter Mountain Terrace	jeter-mountain-terrace	US		0	America/New_York	35.24762	-82.54734	777			NC	089	90796	
4473373	Jethro Park	jethro-park	US		0	America/New_York	36.30432	-76.2391	1			NC	139	90996	
4473394	Jimes (historical)	jimes-historical	US		0	America/New_York	35.84542	-80.19366	210			NC	057	93232	
4473404	Jinnys Branch (historical)	jinnys-branch-historical	US		0	America/New_York	33.91323	-78.39917	8	Jennies Branch,Jinnys Branch (historical)		NC	019	92900	
4473500	Johns	johns	US		0	America/New_York	34.69988	-79.44282	54			NC	165	93132	
4473566	Johnson Crossroads	johnson-crossroads	US		0	America/New_York	35.52099	-78.60251	82			NC	101	92528	
4473568	Johnson Development	johnson-development	US		0	America/New_York	35.8518	-81.50509	380			NC	027	91556	
4473603	Johnson Siding	johnson-siding	US		0	America/New_York	35.65822	-76.66744	1			NC	013	92436	
4473613	Johnsons Corner	johnsons-corner	US		0	America/New_York	36.4346	-76.29855	3			NC	029	93044	
4473614	Johnsons Crossing	johnsons-crossing	US		0	America/New_York	35.60431	-79.40224	139			NC	037	90172	
4473616	Johnsons Mill	johnsons-mill	US		0	America/New_York	35.02072	-79.12948	53			NC	093	91948	
4473622	Johnsontown	johnsontown	US		0	America/New_York	34.74212	-78.5714	22			NC	017	93784	
4473623	Johnsontown	johnsontown	US		0	America/New_York	35.87208	-80.1081	255			NC	057	93232	
4473624	Johnsontown	johnsontown	US		0	America/New_York	34.99711	-78.34389	49			NC	163	92308	
4473634	Johnston Heights	johnston-heights	US		0	America/New_York	35.61266	-77.35746	8			NC	147	91328	
4473647	Johnsons Mills (historical)	johnsons-mills-historical	US		0	America/New_York	35.38627	-77.35218	9			NC	147	91340	
4473661	Jonathan	jonathan	US		0	America/New_York	35.5676	-83.01792	798			NC	087	91680	
4473668	Jones (historical)	jones-historical	US		0	America/New_York	36.01541	-81.51093	352			NC	027	94116	
4473712	Jones Corner	jones-corner	US		0	America/New_York	35.05877	-77.20412	11			NC	103		
4473732	Jones Creek (historical)	jones-creek-historical	US		0	America/New_York	34.85766	-80.09395	97			NC	007	91356	
4473779	Jones Store	jones-store	US		0	America/New_York	35.30961	-76.95411	10			NC	013	90664	
4473789	Jonesboro Crossing	jonesboro-crossing	US		0	America/New_York	34.32184	-78.62362	18			NC	047	90316	
4473791	Jonesboro Heights	jonesboro-heights	US		0	America/New_York	35.45682	-79.15197	133	Jonesboro,Jonesboro Heights		NC	105		
4473803	Joplor	joplor	US		0	America/New_York	35.36847	-80.82257	253			NC	119		
4473843	Joslyn Trace	joslyn-trace	US		0	America/New_York	34.75211	-76.71938	2			NC	031	92120	
4473856	Joyce Mill (historical)	joyce-mill-historical	US		0	America/New_York	36.5368	-80.40006	327			NC	169	90260	
4473859	Joyceton	joyceton	US		0	America/New_York	35.86735	-81.50787	382	Joyceton,Joycetown		NC	027	91924	
4473860	Joyland	joyland	US		0	America/New_York	35.99126	-78.85445	120			NC	063	92344	
4473870	Joyners Crossing	joyners-crossing	US		0	America/New_York	35.89154	-77.8647	43	Joyners Cross Roads,Joyners Crossing,Joyners Crossroads		NC	127	92740	
4473873	Joynes	joynes	US		0	America/New_York	36.37096	-81.06675	386			NC	193	93756	
4473876	Jubilee Acres	jubilee-acres	US		0	America/New_York	35.76097	-80.41533	243			NC	057	90328	
4473893	Jugtown	jugtown	US		0	America/New_York	35.55761	-82.72291	700			NC	021	93840	
4473894	Jugtown	jugtown	US		0	America/New_York	35.5082	-79.65003	149			NC	125		
4473896	Jubilee	jubilee	US		0	America/New_York	35.76319	-80.42617	241			NC	057	90328	
4473957	Juniper	juniper	US		0	America/New_York	35.63182	-78.6414	115			NC	183	92440	
4474004	Juno	juno	US		0	America/New_York	35.64011	-82.6468	605			NC	021	91776	
4474006	Just Crossroads	just-crossroads	US		0	America/New_York	36.1893	-79.28224	207			NC	001		
4474007	Just-A-Mere Landing	just-a-mere-landing	US		0	America/New_York	36.15458	-79.14085	199			NC	135	90580	
4474011	Junker	junker	US		0	America/New_York	35.26236	-80.76257	233			NC	119		
4474015	Justice Heights	justice-heights	US		0	America/New_York	35.72765	-78.86029	122			NC	183	93984	
4474034	Kalmia	kalmia	US		0	America/New_York	35.92985	-82.02289	861			NC	121	91285	
4474042	Kanuga Park	kanuga-park	US		0	America/New_York	35.27456	-82.50179	683			NC	089	91456	
4474043	Kanuga Pines	kanuga-pines	US		0	America/New_York	35.27901	-82.48706	672			NC	089	91456	
4474044	Kanuga Ridge	kanuga-ridge	US		0	America/New_York	35.26873	-82.52123	743			NC	089	90796	
4474055	Katesville	katesville	US		0	America/New_York	36.08904	-78.36583	107	Catesville,Katesville		NC	069	91170	
4474058	Kawana	kawana	US		0	America/New_York	35.98068	-81.82316	700			NC	011	90510	
4474067	Kearny Park	kearny-park	US		0	America/New_York	35.59627	-77.38358	16			NC	147	91328	
4474081	Keener	keener	US		567	America/New_York	35.10711	-78.31861	54			NC	163	91380	
4474089	Keeter Park	keeter-park	US		0	America/New_York	34.74711	-76.73938	4			NC	031	92120	
4474104	Kellam Place	kellam-place	US		0	America/New_York	36.05375	-79.47474	182			NC	001		
4474112	Kellerville	kellerville	US		0	America/New_York	36.2454	-81.89761	829	Kellersville,Kellerville		NC	189	91744	
4474119	Kellogs Fork	kellogs-fork	US		0	America/New_York	36.45599	-76.60495	10			NC	073	91520	
4474120	Kellum	kellum	US		0	America/New_York	34.80461	-77.35607	14			NC	133	91632	
4474142	Kellyville (historical)	kellyville-historical	US		0	America/New_York	35.29625	-80.98646	189			NC	119		
4474143	Kelsey	kelsey	US		0	America/New_York	36.12235	-81.72483	1053	Kelsey,Kelsy		NC	189	90300	
4474152	Kendall Acres	kendall-acres	US		0	America/New_York	35.44182	-79.15752	122			NC	105		
4474153	Kendall Chapel	kendall-chapel	US		0	America/New_York	34.08989	-77.96277	8			NC	019	93252	
4474157	Kellys Crossroads	kellys-crossroads	US		0	America/New_York	36.38931	-78.44889	131			NC	181	94028	
4474161	Kenmon Acres	kenmon-acres	US		0	America/New_York	35.30902	-81.5012	275			NC	045		
4474162	Kenmon Apartments	kenmon-apartments	US		0	America/New_York	35.28985	-81.56037	265			NC	045		
4474163	Kenmoor	kenmoor	US		0	America/New_York	34.74849	-79.50255	66			NC	165	93132	
4474175	Kennedy Estates	kennedy-estates	US		0	America/New_York	35.45794	-77.42052	21			NC	147	90112	
4474188	Kennel Beach	kennel-beach	US		0	America/New_York	35.02433	-76.89994	2	Kendall Beach,Kennel Beach,Kennells Beach		NC	137	93464	
4474192	Kensington Trace	kensington-trace	US		0	America/New_York	35.96653	-79.05418	172			NC	135	90620	
4474193	Kent Garden	kent-garden	US		0	America/New_York	35.78265	-78.70695	131			NC	183	92612	
4474198	Kentwood Park	kentwood-park	US		0	America/New_York	35.77819	-80.95813	279			NC	097	92924	
4474200	Kenwood Acres	kenwood-acres	US		0	America/New_York	35.296	-77.61441	25			NC	107	91704	
4474201	Kenwood Estates	kenwood-estates	US		0	America/New_York	36.1482	-79.13585	208			NC	135	90580	
4474202	Kenwood Knolls	kenwood-knolls	US		0	America/New_York	35.2829	-82.47595	653			NC	089	91456	
4474235	Ketner Heights	ketner-heights	US		0	America/New_York	34.8946	-76.92744	8			NC	049	93508	
4474247	Keys Crossroads	keys-crossroads	US		0	America/New_York	36.36904	-76.5805	11			NC	073	92092	
4474250	Kilarney Woods	kilarney-woods	US		0	America/New_York	35.75932	-78.81945	133			NC	183	90536	
4474252	Kikers	kikers	US		0	America/New_York	35.07571	-80.21117	135	Diamond Head,Kikers,Lacey		NC	007	90452	
4474264	Kildaire Farms	kildaire-farms	US		0	America/New_York	35.76237	-78.79139	130			NC	183	90536	
4474282	Killian Crossroads	killian-crossroads	US		0	America/New_York	35.55875	-81.06397	280	Chronicle,Killian Crossrads,Killian Crossroads		NC	035	92152	
4474291	Kimberly Acres	kimberly-acres	US		0	America/New_York	36.15208	-80.08754	266			NC	067	91696	
4474292	Kimberly Courts	kimberly-courts	US		0	America/New_York	35.01432	-80.5559	187			NC	179	92108	
4474296	Kimesville	kimesville	US		0	America/New_York	35.95236	-79.53947	192			NC	001		
4474314	Kindy Forest	kindy-forest	US		0	America/New_York	35.32178	-82.51679	784			NC	089	91456	
4474315	Kinfield Village	kinfield-village	US		0	America/New_York	35.25683	-77.55219	10			NC	107	91704	
4474318	Kindful Acres	kindful-acres	US		0	America/New_York	36.20125	-79.10085	193			NC	135	90580	
4474345	Kingdale	kingdale	US		0	America/New_York	34.54461	-79.01448	37			NC	155	93004	
4474352	Kinghurst Park	kinghurst-park	US		0	America/New_York	35.21653	-80.70535	223			NC	119		
4474366	Kings Creek	kings-creek	US		0	America/New_York	36.53068	-81.32399	787			NC	005	92508	
4474370	Kings Creek	kings-creek	US		0	America/New_York	35.99235	-81.40176	390	King Creek,Kings,Kings Creek		NC	027	91700	
4474379	Kings Crossroads	kings-crossroads	US		0	America/New_York	36.21291	-79.99004	290			NC	081	92360	
4474380	Kings Crossroads	kings-crossroads	US		0	America/New_York	35.66488	-77.54719	25			NC	147	91064	
4474382	Kings Grant	kings-grant	US		8278	America/New_York	34.26295	-77.8636	10			NC	129	91404	
4474387	Kings Landing	kings-landing	US		0	America/New_York	34.37434	-77.6522	7			NC	141	93248	
4474080	Keene	keene	US	03431	0	America/New_York	35.94931	-78.90417	113			NC	063	93764	
4474415	Kingsboro Estates	kingsboro-estates	US		0	America/New_York	36.07264	-79.12251	186			NC	135	91496	
4474419	Kingstown	kingstown	US		674	America/New_York	35.35124	-81.61232	282	Kingston,Kingstown		NC	045		
4474421	Kingswood	kingswood	US		0	America/New_York	35.84486	-80.88007	278			NC	097	90240	
4474422	Kingswood	kingswood	US		0	America/New_York	35.25873	-82.43429	674			NC	089	91456	
4474423	Kingswood	kingswood	US		0	America/New_York	35.12098	-80.82563	187			NC	119		
4474424	Kingswood	kingswood	US		0	America/New_York	34.96709	-80.56368	192			NC	179	92108	
4474425	Kingswood Apartments	kingswood-apartments	US		0	America/New_York	35.29957	-81.53926	268			NC	045		
4474427	Kingwood (historical)	kingwood-historical	US		0	America/New_York	35.17209	-80.71424	211			NC	119		
4474428	Kingwood Forest	kingwood-forest	US		0	America/New_York	35.26516	-77.55302	24			NC	107	91704	
4474448	Kinstonian Hights	kinstonian-hights	US		0	America/New_York	35.26766	-77.64442	15			NC	107	91072	
4474449	Kinton Fork	kinton-fork	US		0	America/New_York	36.35375	-78.63084	166	Kinton Fork,Kinton Forks,Kintons Cross Road		NC	077	92424	
4474459	Kirbys Crossing	kirbys-crossing	US		0	America/New_York	35.61349	-78.09027	64	Boyett,Boyette,Kirbys Crossing,Silverboro,Silversboro		NC	195	93084	
4474463	Kirkland (historical)	kirkland-historical	US		0	America/New_York	35.34042	-80.59757	176			NC	025		
4474470	Kirkman Crossroad	kirkman-crossroad	US		0	America/New_York	35.96847	-79.8792	248			NC	081	91640	
4474499	Kittrell Hill	kittrell-hill	US		0	America/New_York	35.60933	-77.54358	23			NC	147	90080	
4474507	Kitty Hawk Beach	kitty-hawk-beach	US		0	America/New_York	36.09405	-75.70657	0			NC	055	90096	
4474518	Kitty Fork	kitty-fork	US		0	America/New_York	35.05767	-78.38695	51			NC	163	90228	
4474519	Knap of Reeds	knap-of-reeds	US		0	America/New_York	36.15292	-78.77889	92			NC	077	90936	
4474536	Knob Creek	knob-creek	US		0	America/New_York	35.51263	-81.54509	310	Knob Creek,Knobcreek		NC	045		
4474539	Knob Creek	knob-creek	US		0	America/New_York	35.21623	-82.70013	734			NC	175	90928	
4474542	Knob Hill	knob-hill	US		0	America/New_York	35.21567	-82.69763	738			NC	175	90928	
4474544	Knob Ridge	knob-ridge	US		0	America/New_York	35.21511	-82.69513	753			NC	175	90928	
4474559	Knollwood	knollwood	US		0	America/New_York	35.59428	-82.5904	636			NC	021	90088	
4474560	Knollwood	knollwood	US		0	America/New_York	35.20099	-79.3992	154			NC	125		
4474561	Knollwood	knollwood	US		0	America/New_York	36.0668	-79.42669	192			NC	001		
4474562	Knollwood	knollwood	US		0	America/New_York	34.97404	-80.5034	169			NC	179	92108	
4474563	Knollwood	knollwood	US		0	America/New_York	35.74515	-78.81806	113			NC	183	93984	
4474564	Knollwood	knollwood	US		0	America/New_York	36.14791	-81.16647	325			NC	193	94012	
4474565	Knollwood Acres	knollwood-acres	US		0	America/New_York	35.28764	-80.75035	198			NC	119		
4474568	Knotts Crossroads	knotts-crossroads	US		0	America/New_York	36.40653	-78.4925	139			NC	181	94028	
4474582	Knottville	knottville	US		0	America/New_York	36.20458	-81.08314	342			NC	193	92720	
4474583	Knox Area	knox-area	US		0	America/New_York	34.73183	-77.3908	5	Camp Knox,Knox Area		NC	133	90482	
4474590	Knox Trailer Park	knox-trailer-park	US		0	America/New_York	34.74405	-77.38913	7			NC	133	90482	
4474592	Kolewood	kolewood	US		0	America/New_York	35.1957	-80.70257	207			NC	119		
4474598	Kornbow	kornbow	US		0	America/New_York	35.09822	-78.93725	65			NC	051	92892	
4474601	Kornegay	kornegay	US		0	America/New_York	35.05794	-77.82554	23			NC	061	90020	
4474604	Kross Keys	kross-keys	US		0	America/New_York	35.23234	-82.07817	312			NC	149		
4474607	Kuhns	kuhns	US		0	America/New_York	34.79044	-77.13162	7			NC	031	93968	
4474608	Kungsboro	kungsboro	US		0	America/New_York	35.91793	-77.67081	34			NC	065		
4474611	Koontzville	koontzville	US		0	America/New_York	36.14347	-79.76864	253			NC	081	91228	
4474616	Kynwood	kynwood	US		0	America/New_York	36.18014	-80.08615	243			NC	067	90216	
4474618	Kyles Crossroads	kyles-crossroads	US		0	America/New_York	35.73514	-80.94424	291			NC	097	92924	
4474625	Laboratory	laboratory	US		0	America/New_York	35.4343	-81.26008	265			NC	109	91824	
4474418	Kingsford	kingsford	US	49802	0	America/New_York	35.05711	-78.94836	67			NC	051	90832	
4474629	Lackey Store (historical)	lackey-store-historical	US		0	America/New_York	36.53153	-80.18199	349			NC	169	93016	
4474630	Lackey Town	lackey-town	US		0	America/New_York	35.61179	-82.16484	486			NC	111	90828	
4474633	Lackey Hill	lackey-hill	US		0	America/New_York	35.43704	-83.43849	553			NC	173	90624	
4474640	Lafayette Park	lafayette-park	US		0	America/New_York	35.31405	-78.04138	36			NC	191	90384	
4474645	Lagoon	lagoon	US		0	America/New_York	34.56128	-78.43473	15	Lagoon,The Lagoon		NC	017	90724	
4474658	Lake Anne	lake-anne	US		0	America/New_York	35.87237	-78.73528	119			NC	183	91548	
4474694	Lake Christopher Apartments	lake-christopher-apartments	US		0	America/New_York	35.30457	-81.53592	268			NC	045		
4474706	Lake Daniel	lake-daniel	US		0	America/New_York	36.08264	-79.8117	233			NC	081	92124	
4474716	Lake Ellen	lake-ellen	US		0	America/New_York	35.94653	-79.05251	131			NC	135	90620	
4474717	Lake Ellsworth	lake-ellsworth	US		0	America/New_York	35.59044	-77.41636	21			NC	147	91328	
4474731	Lake Forest Estates	lake-forest-estates	US		0	America/New_York	35.92987	-79.03557	88			NC	135	90620	
4474738	Lake Glenwood	lake-glenwood	US		0	America/New_York	35.57516	-77.30941	16	Glenwood,Lake Glenwood		NC	147	91344	
4474741	Lake Haven	lake-haven	US		0	America/New_York	35.14487	-80.68729	227			NC	119		
4474783	Lake Landing	lake-landing	US		0	America/New_York	35.47989	-76.0763	1			NC	095	91724	
4474805	Lake Lure Mountain Estates	lake-lure-mountain-estates	US		0	America/New_York	35.50484	-82.17067	411			NC	161	90656	
4474837	Lake Neighborhood	lake-neighborhood	US		0	America/New_York	35.89127	-75.92019	0			NC	055	90964	
4474841	Lake Norman of Catawba	lake-norman-of-catawba	US		5075	America/New_York	35.5868	-80.95952	248	Lake Norman of Catawba		NC	035	92152	
4474863	Lake Rugby	lake-rugby	US		0	America/New_York	35.35706	-82.53345	647			NC	089	91456	
4474874	Lake Shores	lake-shores	US		0	America/New_York	35.06572	-78.99197	58			NC	051	92892	
4474876	Lake Street Apartments	lake-street-apartments	US		0	America/New_York	35.30541	-81.53731	262			NC	045		
4474907	Lake Valley	lake-valley	US		0	America/New_York	35.08627	-78.96781	64			NC	051	92892	
4474943	Lake Wood	lake-wood	US		0	America/New_York	35.21708	-81.16452	252			NC	071	91216	
4474950	Lake and Shores Estates	lake-and-shores-estates	US		0	America/New_York	34.73849	-76.7641	5			NC	031	92120	
4474951	Lake in the Pine	lake-in-the-pine	US		0	America/New_York	35.36292	-80.03616	111			NC	123	93848	
4474953	Lakecrest	lakecrest	US		0	America/New_York	35.09877	-78.90947	59			NC	051	90532	
4474954	Lakedale	lakedale	US		0	America/New_York	35.02489	-78.89891	56			NC	051	90832	
4474955	Lakeland Hills	lakeland-hills	US		0	America/New_York	35.19598	-80.65201	227			NC	119		
4474971	Lakeside Village	lakeside-village	US		0	America/New_York	35.31877	-78.5939	63			NC	085	90104	
4474972	Lakestone	lakestone	US		0	America/New_York	35.83404	-78.65667	71			NC	183	92612	
4474976	Lakeview Acres	lakeview-acres	US		0	America/New_York	36.10986	-79.25029	192			NC	135	90632	
4474982	Lakeview Estates	lakeview-estates	US		0	America/New_York	36.13153	-79.38419	188			NC	001		
4474983	Lakeview Estates	lakeview-estates	US		0	America/New_York	35.33345	-82.42734	656			NC	089	91456	
4474984	Lakeview Estates	lakeview-estates	US		0	America/New_York	34.97098	-80.52257	176			NC	179	92108	
4474995	Lakewood Estates	lakewood-estates	US		0	America/New_York	35.30489	-78.02777	35			NC	191	90384	
4475001	Lakewood Pines	lakewood-pines	US		0	America/New_York	35.58572	-77.38135	18			NC	147	91328	
4475003	Lakewoods	lakewoods	US		0	America/New_York	35.8957	-79.10723	128			NC	135	90620	
4475038	Lambshire Downs	lambshire-downs	US		0	America/New_York	35.86015	-78.68056	126			NC	183	91548	
4475039	Lamm	lamm	US		0	America/New_York	35.76377	-78.00943	50	Lamm,Lamms		NC	195	92380	
4475040	Lamm Crossroads	lamm-crossroads	US		0	America/New_York	35.9096	-78.06638	76			NC	127	91976	
4475042	Lamms Crossroads	lamms-crossroads	US		0	America/New_York	35.67516	-78.03721	44			NC	195	90840	
4475047	Lambs Corner	lambs-corner	US		0	America/New_York	36.37988	-76.22188	4			NC	029	90784	
4475048	Lancaster Crossroads	lancaster-crossroads	US		0	America/New_York	36.06265	-78.08277	85			NC	127	90544	
4475070	Lands End	lands-end	US		0	America/New_York	34.65266	-77.07661	3			NC	031	93968	
4475072	Landsdown	landsdown	US		0	America/New_York	35.29374	-81.46537	241			NC	045		
4475073	Landsdowne	landsdowne	US		0	America/New_York	35.14598	-80.78201	203			NC	119		
4475103	Langley Crossroads	langley-crossroads	US		0	America/New_York	35.90488	-77.90443	53	Langley Crossroads,Langley Store,Langleys Store		NC	127	92356	
4475104	Langley Place	langley-place	US		0	America/New_York	34.79433	-79.4381	67			NC	165	93132	
4475105	Langley Place Mobile Home Park	langley-place-mobile-home-park	US		0	America/New_York	34.79738	-79.43227	69			NC	165	93132	
4475124	Lanvale	lanvale	US		0	America/New_York	34.20378	-78.05694	12	Lanvale,Lanvalle		NC	019	93252	
4475144	Lasker	lasker	US		114	America/New_York	36.35015	-77.30552	26	Alto,Lasker		NC	131	92696	
4475145	Lassiter	lassiter	US		0	America/New_York	35.91015	-78.42444	114			NC	183	93880	
4475147	Lassiter Crossroads	lassiter-crossroads	US		0	America/New_York	36.37154	-77.30441	24	Lassiter Crossroads,Lassiters Crossroads		NC	131	92696	
4475152	Last Chance	last-chance	US		0	America/New_York	35.45239	-76.07546	0			NC	095	91724	
4475161	Larry Hall	larry-hall	US		0	America/New_York	36.18375	-79.09529	183			NC	135	90580	
4475164	Latham Park	latham-park	US		0	America/New_York	36.09041	-79.80114	246			NC	081	92124	
4475165	Latham Town	latham-town	US		0	America/New_York	36.05097	-79.84448	247			NC	081	92124	
4475177	Lauada	lauada	US		0	America/New_York	35.37287	-83.50405	597			NC	173	92208	
4475184	Lauradale	lauradale	US		0	America/New_York	34.80211	-77.45469	10			NC	133	91632	
4475188	Laurel Bluffs	laurel-bluffs	US		0	America/New_York	36.48208	-79.85254	211			NC	157	92020	
4475254	Laurel Falls	laurel-falls	US		0	America/New_York	35.23428	-82.76457	743			NC	175	90364	
4475287	Laurel Hollow	laurel-hollow	US		0	America/New_York	35.93402	-81.39315	465			NC	027	91852	
4475301	Laurel Lake Estates	laurel-lake-estates	US		0	America/New_York	35.30956	-82.6679	689			NC	175	90344	
4475309	Laurel Park	laurel-park	US		2314	America/New_York	35.31373	-82.49345	722	Laurel Park,Laurel Park Village		NC	089	91456	
4475310	Laurel Park	laurel-park	US		0	America/New_York	36.12457	-81.68094	1078			NC	189	90300	
4475313	Laurel Park Villas	laurel-park-villas	US		0	America/New_York	35.31067	-82.48401	670			NC	089	91456	
4475323	Laurel Rock Acres	laurel-rock-acres	US		0	America/New_York	35.28428	-82.48012	677			NC	089	91456	
4475340	Laurel Wood Hills	laurel-wood-hills	US		0	America/New_York	35.67291	-79.79503	200			NC	151	91276	
4475344	Laurelwood Hills	laurelwood-hills	US		0	America/New_York	35.5396	-78.35278	49			NC	101	92980	
4475346	Laurin Lake	laurin-lake	US		0	America/New_York	34.73933	-79.51311	57			NC	165	93132	
4475349	Lavinia (historical)	lavinia-historical	US		0	America/New_York	35.43205	-82.92513	862			NC	087	90568	
4475354	Lawarence Hights	lawarence-hights	US		0	America/New_York	35.28183	-77.57136	20			NC	107	91704	
4475358	Lawndale Homes	lawndale-homes	US		0	America/New_York	36.03486	-79.82337	226			NC	081	92124	
4475368	Laws	laws	US		0	America/New_York	36.23986	-79.11862	237	Laws,Laws Store		NC	135	90580	
4475384	Lawsons Mill	lawsons-mill	US		0	America/New_York	35.10877	-77.69164	32			NC	107	92520	
4475394	Lawyers Station	lawyers-station	US		0	America/New_York	35.1807	-80.67007	227			NC	119		
4475395	Laxon	laxon	US		0	America/New_York	36.23541	-81.54622	979			NC	189	93152	
4475412	LeMar Park	lemar-park	US		0	America/New_York	35.9343	-81.49315	354			NC	027	91924	
4475418	Leaksville (historical)	leaksville-historical	US		0	America/New_York	36.50208	-79.77254	201			NC	157	91752	
4475431	Leatherman	leatherman	US		0	America/New_York	35.28537	-83.37821	668			NC	113	90792	
4475465	Lebanon Heights	lebanon-heights	US		0	America/New_York	35.16487	-80.93785	205			NC	119		
4475505	Lee Acres	lee-acres	US		0	America/New_York	36.08402	-79.47613	198			NC	001		
4475539	Lee Wood	lee-wood	US		0	America/New_York	34.96987	-80.5184	179			NC	179	92108	
4475542	Leechville	leechville	US		0	America/New_York	35.57072	-76.50271	1	Leachville,Leechville,Lumberton		NC	013	92436	
4475544	Lee Walker Hots	lee-walker-hots	US		0	America/New_York	35.58261	-82.55263	629			NC	021	90086	
4475560	Lees Mill	lees-mill	US		0	America/New_York	35.32461	-78.41417	47	Lee's Mill,Lees Mill		NC	101	92024	
4475593	Legend Hills	legend-hills	US		0	America/New_York	35.67043	-78.55	77			NC	183	92788	
4475596	Legerwood	legerwood	US		0	America/New_York	36.0143	-81.51982	393			NC	027	94116	
4475600	Leggett Crossroads	leggett-crossroads	US		0	America/New_York	34.44155	-79.08726	41			NC	155	93120	
4475606	Leggetts Crossroads	leggetts-crossroads	US		0	America/New_York	35.68127	-77.16024	11			NC	013	93904	
4475609	Legion Park	legion-park	US		0	America/New_York	35.01044	-78.90669	64			NC	051	92460	
4475636	Lennon Crossroads	lennon-crossroads	US		0	America/New_York	33.99712	-78.235	11			NC	019	91884	
4475639	Lennons Crossroads	lennons-crossroads	US		0	America/New_York	34.4735	-78.85419	32	Lennons Cross Roads,Lennons Crossroads		NC	047	93216	
4475641	Lenoir (historical)	lenoir-historical	US		0	America/New_York	36.03541	-81.47815	345			NC	027	94116	
4475657	Lenoir Pines	lenoir-pines	US		0	America/New_York	35.29183	-77.60025	25			NC	107	91704	
4475662	Lenox Castle	lenox-castle	US		0	America/New_York	36.30097	-79.55447	231			NC	157	94032	
4475685	Lester (historical)	lester-historical	US		0	America/New_York	36.32374	-81.25176	522			NC	193	93820	
4475686	Letha (historical)	letha-historical	US		0	America/New_York	36.19182	-78.35222	94			NC	069	91438	
4475687	Letitia	letitia	US		0	America/New_York	35.04397	-84.14852	556			NC	039	92336	
4475692	Level Cross	level-cross	US		0	America/New_York	35.88902	-79.80781	250			NC	151	91784	
4475693	Level Cross	level-cross	US		0	America/New_York	36.34458	-80.62867	366	Level Cross,Levelcross		NC	171	92732	
4475702	Leviva	leviva	US		0	America/New_York	36.39791	-79.57975	183			NC	157	92652	
4475742	Lewis Crossroads	lewis-crossroads	US		0	America/New_York	36.33237	-77.75248	64			NC	083	91088	
4475761	Lewis Point	lewis-point	US		0	America/New_York	35.98821	-76.07076	1			NC	177	90044	
4475770	Lewisville Trails	lewisville-trails	US		0	America/New_York	36.0893	-80.44506	253			NC	067	91792	
4475772	Lewters Crossroad	lewters-crossroad	US		0	America/New_York	36.50404	-77.25636	28	Lewters Crossroad,Lewters Crossroads		NC	131	94004	
4475783	Liberia	liberia	US		0	America/New_York	36.35654	-78.09638	122			NC	185	91112	
4475822	Liberty Hill (historical)	liberty-hill-historical	US		0	America/New_York	35.86375	-80.96758	302			NC	097	90744	
4475832	Liberty Hill Park	liberty-hill-park	US		0	America/New_York	35.26711	-77.56302	14			NC	107	91704	
4475895	Lickskillet	lickskillet	US		0	America/New_York	35.04759	-83.28126	1238			NC	113	91480	
4475896	Lickskillet	lickskillet	US		0	America/New_York	36.25987	-78.15666	93			NC	185	92940	
4475904	Liddell	liddell	US		0	America/New_York	35.17461	-77.81276	47			NC	107	93760	
4475913	Light	light	US		0	America/New_York	35.81986	-80.09754	254			NC	057	93232	
4475916	Light Nixon Fork	light-nixon-fork	US		0	America/New_York	36.13266	-76.49355	5	Delight Nixon Crossroads,Leigh Nixon Crossroads,Light Nixon Fork		NC	143	90248	
4475917	Light Oak	light-oak	US		691	America/New_York	35.28485	-81.47675	250			NC	045		
4475934	Liledoun	liledoun	US		0	America/New_York	35.89847	-81.21814	342	Liledoun,Liledown		NC	003	91020	
4475944	Lilliput Landing	lilliput-landing	US		0	America/New_York	35.06071	-77.06467	4			NC	049	93552	
4475959	Lime Rock (historical)	lime-rock-historical	US		0	America/New_York	36.27236	-80.59673	247			NC	171	92948	
4475965	Linberry	linberry	US		0	America/New_York	35.85041	-79.70447	250			NC	151	92580	
4475974	Lincoln Forest	lincoln-forest	US		0	America/New_York	34.20934	-77.90165	12			NC	129	94044	
4475977	Lincoln Heights	lincoln-heights	US		0	America/New_York	34.78211	-79.44671	69			NC	165	93132	
4475978	Lincoln Heights	lincoln-heights	US		0	America/New_York	36.05208	-79.75753	228			NC	081	91228	
4475979	Lincoln Heights	lincoln-heights	US		0	America/New_York	35.65431	-80.50228	219			NC	159	92812	
4475980	Lincoln Heights	lincoln-heights	US		0	America/New_York	35.69405	-77.90471	27			NC	195	94048	
4476002	Lindell	lindell	US		0	America/New_York	35.54933	-77.81248	34	Lindell,Lindoll		NC	079	90440	
4476008	Lindley Park	lindley-park	US		0	America/New_York	36.06902	-79.83225	253			NC	081	92124	
4476023	Line Runner Ridge	line-runner-ridge	US		0	America/New_York	35.11067	-82.78958	825			NC	175	90948	
4476024	Lineberger Acres	lineberger-acres	US		0	America/New_York	35.82597	-80.3145	228			NC	057	93796	
4476069	Linwood Park	linwood-park	US		0	America/New_York	35.56039	-82.51846	634			NC	021	90086	
4476073	Lions Gate	lions-gate	US		0	America/New_York	34.22323	-77.82693	8			NC	129	94044	
4476076	Linville River (historical)	linville-river-historical	US		0	America/New_York	35.79263	-81.51065	352			NC	027	92304	
4476083	Listening Rock	listening-rock	US		0	America/New_York	36.55706	-81.63984	1402			NC	009	92544	
4476084	Listers Corner	listers-corner	US		0	America/New_York	36.14155	-76.17132	1			NC	139	92804	
4476086	Litchford Forest	litchford-forest	US		0	America/New_York	35.86404	-78.59972	109			NC	183	92228	
4476112	Little Baltimore	little-baltimore	US		0	America/New_York	35.28627	-77.75581	30			NC	107	92144	
4476303	Little Easonburg	little-easonburg	US		0	America/New_York	35.96599	-77.87109	44	Easons Store,Little Easonburg		NC	127	93144	
4476421	Little Kelly	little-kelly	US		0	America/New_York	34.46433	-77.95193	16			NC	141	91900	
4476424	Little Kinnakeet	little-kinnakeet	US		0	America/New_York	35.40657	-75.49154	1			NC	055	91702	
4476429	Little Lake Hill	little-lake-hill	US		0	America/New_York	35.80432	-78.6775	107			NC	183	92612	
4476552	Little Port	little-port	US		0	America/New_York	34.88211	-76.33547	0			NC	031	90092	
4476556	Little Prong	little-prong	US		0	America/New_York	34.10406	-78.50834	17			NC	019	93868	
4476571	Little Richmond	little-richmond	US		0	America/New_York	36.29486	-80.75757	333			NC	171	91996	
4476610	Little Rock Creek (historical)	little-rock-creek-historical	US		0	America/New_York	36.05401	-82.16513	856			NC	121	91140	
4476723	Littles Quarters	littles-quarters	US		0	America/New_York	34.82266	-80.19923	104			NC	007	93996	
4476748	Livingstons Quarters	livingstons-quarters	US		0	America/New_York	34.79377	-79.56116	71	Livingston Quarters,Livingstons Quarters		NC	165	94036	
4476753	Lizzie	lizzie	US		0	America/New_York	35.50655	-77.61692	22	Lizzie,Lizzies Store		NC	079	92392	
4476757	Lizard Lick	lizard-lick	US		0	America/New_York	35.81654	-78.375	101			NC	183	91992	
4476759	Loafers Glory	loafers-glory	US		0	America/New_York	36.01317	-82.18735	705			NC	121	90128	
4476760	Lobelia	lobelia	US		0	America/New_York	35.21321	-79.20364	87			NC	125		
4476761	Loch Lommond	loch-lommond	US		0	America/New_York	35.06961	-79.00753	68			NC	051	92892	
4476762	Lochaven	lochaven	US		0	America/New_York	35.77765	-78.80112	142			NC	183	90536	
4476763	Lochnora	lochnora	US		0	America/New_York	35.98848	-78.99084	100			NC	063	93764	
4476764	Lock (historical)	lock-historical	US		0	America/New_York	35.61097	-80.5184	239			NC	159	91840	
4476770	Lloyd Crossroads	lloyd-crossroads	US		0	America/New_York	36.2796	-76.72523	19			NC	091	91412	
4476771	Lockeland	lockeland	US		0	America/New_York	35.66486	-80.51284	203			NC	159	91880	
4476772	Lockewood	lockewood	US		0	America/New_York	35.24653	-80.82674	227			NC	119		
4476842	Loehencove Ridge	loehencove-ridge	US		0	America/New_York	35.20095	-82.74152	663			NC	175	90564	
4476849	Loftin Farms	loftin-farms	US		0	America/New_York	35.37542	-80.18145	169			NC	167	92296	
4476850	Loftins Crossroads	loftins-crossroads	US		0	America/New_York	35.19989	-77.56136	25			NC	107	93060	
4476853	Lodonberry Estates	lodonberry-estates	US		0	America/New_York	35.98347	-80.04754	254			NC	057	90008	
4476871	Logan Street Public Housing	logan-street-public-housing	US		0	America/New_York	35.30124	-81.53148	265			NC	045		
4476883	Logsboro	logsboro	US		0	America/New_York	35.96654	-77.57303	18			NC	065		
4476884	Lola	lola	US		0	America/New_York	34.95794	-76.27936	3			NC	031	90588	
4476891	Lone Hickory	lone-hickory	US		0	America/New_York	36.05791	-80.71701	321			NC	197	90892	
4476906	Long Acres	long-acres	US		0	America/New_York	34.78127	-77.41024	12			NC	133	91632	
4476922	Long Bluff Landing	long-bluff-landing	US		0	America/New_York	34.4235	-78.13722	1			NC	141	90496	
4477097	Long Hill	long-hill	US		0	America/New_York	36.4168	-80.52062	350			NC	171	91904	
4477124	Long Leaf Acres	long-leaf-acres	US		0	America/New_York	34.24461	-77.84971	14			NC	129	94044	
4477170	Long Ridge	long-ridge	US		0	America/New_York	35.809	-82.54374	691			NC	115	93376	
4477191	Long Shoals	long-shoals	US		0	America/New_York	35.41486	-81.24036	218	Long Shoal,Long Shoals,Longshoals		NC	109	91824	
4477208	Long View	long-view	US		0	America/New_York	34.47517	-78.20222	2			NC	017	91180	
4477211	Longhurst	longhurst	US		0	America/New_York	36.42514	-78.96695	168	Jalong,Longhurst		NC	145	92764	
4477221	Longs Store	longs-store	US		0	America/New_York	36.41403	-79.07807	194	Long Store,Longs Store		NC	145	92404	
4477224	Longtown	longtown	US		0	America/New_York	35.76902	-81.90205	432			NC	023	91832	
4477225	Longtown	longtown	US		0	America/New_York	36.14764	-80.77035	318			NC	197	90892	
4477230	Longview Acres	longview-acres	US		0	America/New_York	36.07264	-79.48391	198			NC	001		
4477231	Longview Acres	longview-acres	US		0	America/New_York	35.11211	-78.8778	62			NC	051	90532	
4477232	Longview Acres	longview-acres	US		0	America/New_York	35.46626	-79.21002	111			NC	105		
4477250	Lookout (historical)	lookout-historical	US		0	America/New_York	35.02293	-79.93811	161			NC	007	91808	
4477268	Loray	loray	US		0	America/New_York	35.8168	-80.96813	302	Fancy Hill,Loray		NC	097	90744	
4477269	Loray Mills	loray-mills	US		0	America/New_York	35.26375	-81.20536	239			NC	071	91216	
4477278	Lost Cove	lost-cove	US		0	America/New_York	36.07094	-82.40236	543			NC	199	92616	
4477311	Love Field	love-field	US		0	America/New_York	35.35788	-83.20153	653			NC	099	93204	
4477312	Love Grove	love-grove	US		0	America/New_York	34.25211	-77.93082	6			NC	129	94044	
4477326	Love Park	love-park	US		0	America/New_York	35.26847	-81.17202	225			NC	071	91216	
4477332	Lovelace (historical)	lovelace-historical	US		0	America/New_York	36.07236	-80.95369	311			NC	193	93024	
4477334	Love Valley	love-valley	US		100	America/New_York	35.98986	-80.98813	355	Love Gap,Love Valley		NC	097	92244	
4477338	Lovelady (historical)	lovelady-historical	US		0	America/New_York	35.79458	-81.56843	359			NC	027	92304	
4477359	Lovill	lovill	US		0	America/New_York	36.23485	-81.73344	951			NC	189	90404	
4477383	Low Gap	low-gap	US		0	America/New_York	35.87206	-82.2979	845			NC	199	92476	
4477402	Lowell Mill	lowell-mill	US		0	America/New_York	35.56655	-78.16083	40			NC	101	90256	
4477407	Lowe	lowe	US		0	America/New_York	34.64905	-79.1017	46			NC	155	92608	
4477479	Lowes Grove	lowes-grove	US		0	America/New_York	35.90348	-78.8889	95			NC	063	93764	
4477481	Lowesville	lowesville	US		2945	America/New_York	35.41708	-81.01119	239			NC	109	90560	
4477488	Lowrys	lowrys	US		0	America/New_York	34.86877	-80.17812	151			NC	007	91356	
4477494	Luart	luart	US		0	America/New_York	35.41516	-78.88724	105			NC	085	93844	
4477500	Lucia	lucia	US		0	America/New_York	35.38486	-81.01063	250			NC	071	92692	
4477513	Ludwick Acres	ludwick-acres	US		0	America/New_York	35.66264	-80.49117	222			NC	159	92812	
4477502	Luck	luck	US	54853	0	America/New_York	35.73594	-82.86625	780			NC	115		
4477518	Lukens	lukens	US		0	America/New_York	34.97072	-76.57409	2			NC	031	92040	
4477523	Lumber Mill	lumber-mill	US		0	America/New_York	36.30905	-76.25466	2			NC	139	92164	
4477534	Lumptown	lumptown	US		0	America/New_York	35.8926	-82.72542	888			NC	115	93706	
4477536	Lunday	lunday	US		0	America/New_York	35.95428	-82.19512	715			NC	121	93012	
4477569	Lynch (historical)	lynch-historical	US		0	America/New_York	35.81732	-82.89153	646			NC	115		
4477570	Lynch Beach	lynch-beach	US		0	America/New_York	35.16017	-76.68632	1	Lynch Beach,Rainbow Ranch		NC	137	93412	
4477580	Lynchs Corner	lynchs-corner	US		0	America/New_York	36.42293	-76.42105	4			NC	139	92260	
4477584	Lyndale Acres	lyndale-acres	US		0	America/New_York	35.91738	-77.53969	22			NC	065		
4477587	Lynn Crossroads	lynn-crossroads	US		0	America/New_York	35.92598	-78.76139	143			NC	063	90516	
4477590	Lynn Lee	lynn-lee	US		0	America/New_York	35.31209	-80.80368	237			NC	119		
4477593	Lynnbrook Estates	lynnbrook-estates	US		0	America/New_York	36.22848	-78.47083	124			NC	181	91712	
4477594	Lynndale	lynndale	US		0	America/New_York	35.57377	-77.38024	21			NC	147	94072	
4477595	Lynndale Estates	lynndale-estates	US		0	America/New_York	35.86821	-78.65667	90			NC	183	91548	
4477597	Lynwood Estates	lynwood-estates	US		0	America/New_York	35.78487	-78.52417	77			NC	183	92792	
4477625	MacDonald Woods	macdonald-woods	US		0	America/New_York	35.75487	-78.76778	120			NC	183	90536	
4477626	MacGregor Downs	macgregor-downs	US		0	America/New_York	35.74654	-78.80362	126			NC	183	90536	
4477628	MacGregor Park	macgregor-park	US		0	America/New_York	35.73654	-78.80556	108			NC	183	93984	
4477702	Mack (historical)	mack-historical	US		0	America/New_York	35.36651	-82.00983	262			NC	161	91308	
4477705	Machpelah	machpelah	US		0	America/New_York	35.44736	-81.0723	256	Machpelah,Macphelar,Sigline		NC	109	90560	
4477713	Mackeys	mackeys	US		0	America/New_York	35.9335	-76.61105	3	Mackays,Mackeys,Mackeys Ferry		NC	187	91768	
4477718	Macks Village	macks-village	US		0	America/New_York	35.62766	-78.71918	94			NC	183	92056	
4477720	Macland	macland	US		0	America/New_York	34.73849	-79.49144	63			NC	165	93132	
4477721	Maco	maco	US		0	America/New_York	34.28711	-78.14611	12	Farmers Turnout,Maco,Registers		NC	019	92324	
4477738	Madison Park	madison-park	US		0	America/New_York	36.41597	-78.97223	181			NC	145	92764	
4477743	Madison Woods	madison-woods	US		0	America/New_York	36.08458	-79.88253	282			NC	081	92124	
4477808	Makatoka	makatoka	US		0	America/New_York	34.1185	-78.40723	15			NC	019	93868	
4477809	Makleyville	makleyville	US		0	America/New_York	35.46072	-76.54548	1	Makelyville,Makleyville,Meckleyville		NC	095	90856	
4477812	Malibu Valley	malibu-valley	US		0	America/New_York	35.68765	-78.60639	92			NC	183	92788	
4477827	Mallard Lakes	mallard-lakes	US		0	America/New_York	36.18625	-80.32505	251			NC	067	94068	
4477833	Malonee Mill	malonee-mill	US		0	America/New_York	35.22787	-83.40904	607			NC	113	91156	
4477840	Malpass Corner	malpass-corner	US		0	America/New_York	34.50239	-78.05666	16			NC	141	91272	
4477841	Maltby	maltby	US		0	America/New_York	35.15647	-83.95824	499			NC	039	92192	
4477842	Malvern Hills	malvern-hills	US		0	America/New_York	35.56733	-82.60957	626			NC	021	90086	
4477845	Mamie	mamie	US		0	America/New_York	36.12794	-75.83713	3			NC	053	92552	
4477852	Mandale	mandale	US		0	America/New_York	35.8532	-79.27307	161			NC	001		
4477853	Mandy Farms	mandy-farms	US		0	America/New_York	34.73544	-76.7516	5			NC	031	92120	
4477865	Mangum Store	mangum-store	US		0	America/New_York	36.19375	-78.82834	140			NC	063	91972	
4477878	Manning Park	manning-park	US		0	America/New_York	35.0796	-77.12134	7			NC	049	93592	
4477888	Manor Hill	manor-hill	US		0	America/New_York	35.98236	-79.0789	155			NC	135	90620	
4477922	Maple Grove Acres	maple-grove-acres	US		0	America/New_York	36.04069	-79.37724	173			NC	001		
4477959	Maplecypress	maplecypress	US		0	America/New_York	35.326	-77.29913	5	Maple Cypress,Maplecypress		NC	049	93256	
4477970	Maplewood Forest	maplewood-forest	US		0	America/New_York	35.75321	-78.60278	79			NC	183	92788	
4477971	Mar-Mac	mar-mac	US		3615	America/New_York	35.33488	-78.05582	34			NC	191	90384	
4477972	Mar-Mac Village	mar-mac-village	US		0	America/New_York	35.34655	-78.03249	21			NC	191	90384	
4477992	Maready	maready	US		0	America/New_York	34.806	-77.78748	19	Maready,Mill Swamp		NC	061	90864	
4478006	Marines	marines	US		0	America/New_York	34.57878	-77.36329	4			NC	133	90482	
4478014	Mark Pine	mark-pine	US		0	America/New_York	34.20322	-78.63001	20			NC	047	91764	
4478022	Mark View	mark-view	US		0	America/New_York	36.07402	-79.51308	209			NC	001		
4478031	Markwood	markwood	US		0	America/New_York	35.83515	-78.67695	67			NC	183	92036	
4478036	Marlboro Forest	marlboro-forest	US		0	America/New_York	35.58544	-77.61164	25			NC	147	91084	
4478037	Marler	marler	US		0	America/New_York	36.12763	-80.82035	334			NC	197	92302	
4478045	Marlwood Acre	marlwood-acre	US		0	America/New_York	35.20042	-80.70868	216			NC	119		
4478049	Marman Terrace	marman-terrace	US		0	America/New_York	34.88016	-76.93161	7			NC	049	93508	
4478050	Marquis Hills	marquis-hills	US		0	America/New_York	34.14045	-77.90304	4			NC	129	92008	
4478125	Martin (historical)	martin-historical	US		0	America/New_York	36.20236	-80.98424	283			NC	193	90072	
4478180	Martindale (historical)	martindale-historical	US		0	America/New_York	35.31792	-80.94424	201			NC	119		
4478181	Martindale Acres	martindale-acres	US		0	America/New_York	36.06291	-79.37724	167			NC	001		
4478190	Martins Store	martins-store	US		0	America/New_York	35.85014	-80.49728	228			NC	059	91660	
4478198	Mary Beth Park	mary-beth-park	US		0	America/New_York	35.24433	-77.61553	11			NC	107	92224	
4478218	Marydell	marydell	US		0	America/New_York	35.93653	-78.96029	92			NC	063	93764	
4478219	Marys Beach	marys-beach	US		0	America/New_York	36.16182	-76.75412	7			NC	015	90712	
4478230	Marywood	marywood	US		0	America/New_York	36.06514	-78.95362	130			NC	063	90932	
4478232	Masequetuc (historical)	masequetuc-historical	US		0	America/New_York	36.16683	-76.08298	1	Masequetuc (historical),Masquetuc		NC	139	92804	
4478234	Marys Grove	marys-grove	US		0	America/New_York	35.34069	-81.38314	264			NC	045		
4478242	Mashoes	mashoes	US		0	America/New_York	35.95628	-75.80296	0			NC	055	90824	
4478253	Masonboro	masonboro	US		14826	America/New_York	34.17934	-77.84748	8	Grainger Point,Masonboro		NC	129	94044	
4478264	Masons Crossroads	masons-crossroads	US		0	America/New_York	34.7346	-79.56144	68	Masons Cross,Masons Crossroads		NC	165	94036	
4478310	Matkins	matkins	US		0	America/New_York	36.25458	-79.51891	240	Matkin,Matkins		NC	033	93137	
4478315	Matney	matney	US		0	America/New_York	36.19179	-81.81094	1084	Malthey,Mathey,Matney		NC	189	92916	
4478317	Matrimony	matrimony	US		0	America/New_York	36.52042	-79.86754	260			NC	157	92568	
4478328	Matthew (historical)	matthew-historical	US		0	America/New_York	35.75097	-80.86507	248			NC	097	93104	
4478341	Matthews Crossroads	matthews-crossroads	US		0	America/New_York	36.06071	-78.03693	99	Mathews Crossroads,Matthews Crossroads		NC	127	90544	
4478346	Matthews Park	matthews-park	US		0	America/New_York	35.10209	-80.6934	233			NC	119		
4478366	Mavaton	mavaton	US		0	America/New_York	36.17405	-76.64217	12			NC	041		
4478384	Maxwell Mill	maxwell-mill	US		0	America/New_York	35.43012	-82.36151	701			NC	089	90972	
4478395	Mayfair	mayfair	US		0	America/New_York	35.05711	-78.99003	64			NC	051	92892	
4478396	Mayfair	mayfair	US		0	America/New_York	35.17709	-80.81007	207			NC	119		
4478413	Mayos Crossroads	mayos-crossroads	US		0	America/New_York	35.86071	-77.38636	23			NC	065		
4478418	Mays Crossroads	mays-crossroads	US		0	America/New_York	36.01543	-78.44139	135			NC	069	94150	
4478419	Mays Crossroads	mays-crossroads	US		0	America/New_York	36.02154	-78.11388	94	Mays Cross Roads,Mays Crossroads		NC	127	91976	
4478426	Mayview Acres	mayview-acres	US		0	America/New_York	36.11291	-81.13925	361			NC	193	94012	
4478427	Mayview Park	mayview-park	US		0	America/New_York	36.13041	-81.68622	1116			NC	189	90300	
4478428	Mayville Crossing	mayville-crossing	US		0	America/New_York	34.70711	-78.84252	36			NC	155	90960	
4478449	McAdenville	mcadenville	US		674	America/New_York	35.25931	-81.07535	180	Henderson,Henderson Shoals,McAdensville,McAdenville,Spring Shoals		NC	071	93048	
4478454	McAdoo Heights	mcadoo-heights	US		0	America/New_York	36.10097	-79.78531	239			NC	081	91228	
4478462	McArthur Crossroads	mcarthur-crossroads	US		0	America/New_York	34.71822	-79.4881	60	McArthers Crossroads,McArthur Crossroads		NC	165	93132	
4478463	McArthur Estates	mcarthur-estates	US		0	America/New_York	34.84183	-77.46885	10			NC	133	92672	
4478465	McArthur Manor	mcarthur-manor	US		0	America/New_York	35.35516	-78.00527	21			NC	191	91260	
4478472	McBryde Farm	mcbryde-farm	US		0	America/New_York	34.77794	-79.43755	64			NC	165	93132	
4478474	McCain	mccain	US		0	America/New_York	35.06072	-79.34559	173	McCain,Sanatorium		NC	093	92600	
4478483	McCall Heights	mccall-heights	US		0	America/New_York	35.63958	-80.45311	219			NC	159	92812	
4478516	McClure Mill	mcclure-mill	US		0	America/New_York	35.08204	-83.38932	625			NC	113	92974	
4478519	McConnell	mcconnell	US		0	America/New_York	35.46431	-79.50919	120			NC	125		
4478530	McConnell	mcconnell	US		0	America/New_York	35.45794	-77.01967	9			NC	013	90664	
4478537	McCracken Heights	mccracken-heights	US		0	America/New_York	35.49682	-79.1828	102			NC	105		
4478538	McCrary Acres	mccrary-acres	US		0	America/New_York	35.22623	-82.71735	657			NC	175	90364	
4478546	McCray	mccray	US		0	America/New_York	36.17236	-79.38613	200			NC	001		
4478547	McCullen	mccullen	US		0	America/New_York	35.1035	-78.27972	51			NC	163	91380	
4478551	McCullers Crossroads	mccullers-crossroads	US		0	America/New_York	35.66515	-78.69917	127			NC	183	92440	
4478554	McCullers	mccullers	US		0	America/New_York	35.66099	-78.69584	118	McCuller,McCullers		NC	183	92440	
4478555	McDade	mcdade	US		0	America/New_York	36.18931	-79.17057	222			NC	135	90580	
4478559	McDaniels	mcdaniels	US		0	America/New_York	34.8835	-78.44695	32	McDaniel,McDaniels		NC	163	91944	
4478560	McDaniels	mcdaniels	US		0	America/New_York	34.75377	-76.65021	3			NC	031	90180	
4478568	McDonald Mill	mcdonald-mill	US		0	America/New_York	35.06454	-83.40265	644			NC	113	92974	
4478597	McFarlan	mcfarlan	US		111	America/New_York	34.81238	-79.9759	92			NC	007	92140	
4478598	McFarland	mcfarland	US		0	America/New_York	35.01405	-79.40559	105			NC	093	92600	
4478613	McGee Mill	mcgee-mill	US		0	America/New_York	35.50377	-78.59751	62			NC	101	92528	
4478617	McGee Crossroads	mcgee-crossroads	US		0	America/New_York	35.5171	-78.57918	89			NC	101	92528	
4478619	McGehees Mill	mcgehees-mill	US		0	America/New_York	36.51681	-79.02862	115			NC	145	90852	
4478624	McGinnis Crossroads	mcginnis-crossroads	US		0	America/New_York	35.21234	-82.00011	301			NC	149		
4478626	McGrady	mcgrady	US		0	America/New_York	36.34346	-81.22481	528	McGrady,Osborns Store		NC	193	92184	
4478634	McGuires	mcguires	US		0	America/New_York	35.30231	-83.99574	1575			NC	075	90636	
4478637	McGowans Crossroads	mcgowans-crossroads	US		0	America/New_York	35.52377	-77.30663	17	McGowans Crossroads,McGowen Crossroads		NC	147	90652	
4478662	McKenzie Acres East	mckenzie-acres-east	US		0	America/New_York	34.73349	-79.4581	61			NC	165	93132	
4478664	McKenzie Woods	mckenzie-woods	US		0	America/New_York	34.33878	-78.69974	28			NC	047	94000	
4478674	McKinney Cove	mckinney-cove	US		0	America/New_York	36.02845	-82.14401	804			NC	121	90128	
4478688	McKoy	mckoy	US		0	America/New_York	35.26322	-78.48779	64			NC	101	92024	
4478692	McLamb Crossroads	mclamb-crossroads	US		0	America/New_York	35.20017	-78.38528	56	McClam Crossroads,McClam X-Roads,McLamb Crossroads		NC	163	93939	
4478701	McLaurin Acres	mclaurin-acres	US		0	America/New_York	34.7821	-79.48088	70			NC	165	93132	
4478715	McLeansville	mcleansville	US		1021	America/New_York	36.10736	-79.65864	232			NC	081	91656	
4478727	McMillan	mcmillan	US		0	America/New_York	34.8785	-78.95281	50	McMillan,McMillans		NC	155	92444	
4478736	McNair Crossing	mcnair-crossing	US		0	America/New_York	35.91155	-77.59497	30			NC	065		
4478771	McPherson Estates	mcpherson-estates	US		0	America/New_York	35.0535	-78.93753	57			NC	051	90832	
4478795	Meadow Brook	meadow-brook	US		0	America/New_York	35.93904	-77.76359	32			NC	065		
4478798	Meadow Brook Village	meadow-brook-village	US		0	America/New_York	35.67458	-81.38259	347			NC	035	91468	
4478802	Meadow Brook	meadow-brook	US		0	America/New_York	35.23655	-77.58191	12			NC	107	92224	
4478808	Meadow Estates	meadow-estates	US		0	America/New_York	36.08848	-78.97779	185			NC	135	91040	
4478828	Meadow Park	meadow-park	US		0	America/New_York	35.46793	-79.12863	136			NC	105		
4478829	Meadow Summit	meadow-summit	US		0	America/New_York	36.51125	-79.72976	195	Meadow Summit,Meadows Summit		NC	157	91752	
4478830	Meadow View	meadow-view	US		0	America/New_York	35.84041	-80.83813	270			NC	097	90240	
4478833	Meadow Wood Acres	meadow-wood-acres	US		0	America/New_York	36.41486	-79.6917	243			NC	157	93936	
4478843	Meadowbrook Estates	meadowbrook-estates	US		0	America/New_York	35.37931	-80.17145	173			NC	167	92296	
4478844	Meadowbrook Estates	meadowbrook-estates	US		0	America/New_York	36.02569	-80.41117	225			NC	067	90684	
4478848	Meadowood	meadowood	US		0	America/New_York	35.30124	-81.50064	267			NC	045		
4478849	Meadowood	meadowood	US		0	America/New_York	36.48236	-79.81087	188			NC	157	91752	
4478850	Meadowood Homes	meadowood-homes	US		0	America/New_York	36.02541	-79.86309	256			NC	081	92124	
4478851	Meadows	meadows	US		0	America/New_York	36.36958	-80.18171	309			NC	169	92028	
4478871	Meat Camp	meat-camp	US		0	America/New_York	36.29957	-81.6765	1037			NC	189	92032	
4478881	Mechanic	mechanic	US		0	America/New_York	35.65319	-79.92893	176			NC	151	90584	
4478892	Medfield Estates	medfield-estates	US		0	America/New_York	35.80487	-78.75862	137			NC	183	90536	
4478918	Melanchton	melanchton	US		0	America/New_York	35.8468	-79.64419	207	McLaneton,Melanchthon,Melanchton,Melancton		NC	151	91800	
4478919	Melborne Heights	melborne-heights	US		0	America/New_York	35.96375	-79.96504	267			NC	081	91484	
4478963	Menola	menola	US		0	America/New_York	36.33904	-77.12885	18			NC	091	92784	
4478970	Mercer Landing	mercer-landing	US		0	America/New_York	33.96517	-78.24028	4			NC	019	91884	
4478978	Meredith Square	meredith-square	US		0	America/New_York	35.80542	-80.25116	241			NC	057	91796	
4478979	Meredith Townes	meredith-townes	US		0	America/New_York	35.82154	-78.70334	136			NC	183	92036	
4478999	Merrimont	merrimont	US		0	America/New_York	35.76016	-77.94693	40			NC	195	94048	
4479006	Merriweather Estates	merriweather-estates	US		0	America/New_York	36.02958	-80.16032	286			NC	067	90376	
4479013	Merry Oaks	merry-oaks	US		0	America/New_York	35.64182	-79.00751	77			NC	037	90504	
4479015	Mertie (historical)	mertie-historical	US		0	America/New_York	36.30374	-81.23787	595			NC	193	92184	
4479016	Mesic	mesic	US		213	America/New_York	35.20045	-76.64382	2	Bear Creek,Mesic		NC	137	93412	
4479018	Merrimon	merrimon	US		0	America/New_York	34.94933	-76.63937	2			NC	031	92040	
4479036	Method	method	US		0	America/New_York	35.79487	-78.69278	136			NC	183	92612	
4479047	Mewborns Crossroads	mewborns-crossroads	US		0	America/New_York	35.34627	-77.59275	24	Mewborn Crossroads,Mewborns Crossroads		NC	107	93856	
4479064	Michfield	michfield	US		0	America/New_York	35.57819	-79.7767	224			NC	151	92668	
4479099	Middle Fork	middle-fork	US		0	America/New_York	35.11733	-82.82374	697			NC	175	90948	
4479202	Middleton Heights	middleton-heights	US		0	America/New_York	34.78155	-79.46199	70			NC	165	93132	
4479212	Midpine	midpine	US		0	America/New_York	35.20874	-81.38758	298			NC	045		
4479213	Midtown	midtown	US		0	America/New_York	35.15794	-79.41309	142			NC	125		
4479257	Midwood	midwood	US		0	America/New_York	35.22403	-80.80507	219	Midwood,Plaza Midwood		NC	119		
4479266	Milburnie	milburnie	US		0	America/New_York	35.79598	-78.53445	80			NC	183	92792	
4479279	Miles Crossroad	miles-crossroad	US		0	America/New_York	35.9468	-79.88781	237			NC	081	91640	
4479281	Milford Hills	milford-hills	US		0	America/New_York	35.68931	-80.50339	216			NC	159	91160	
4479282	Milford Knoll	milford-knoll	US		0	America/New_York	35.69597	-80.50062	223			NC	159	91160	
4479283	Milford Terrace	milford-terrace	US		0	America/New_York	35.68875	-80.51645	226			NC	159	91160	
4479356	Mill Brook	mill-brook	US		0	America/New_York	36.15375	-80.37811	268			NC	067	94068	
4479357	Mill Corner	mill-corner	US		0	America/New_York	35.33539	-82.35428	645			NC	089	90304	
4479359	Mill Bridge	mill-bridge	US		0	America/New_York	35.64681	-80.63729	240	Mill Bridge,Millbridge		NC	159	90100	
4479462	Mill Crossroads	mill-crossroads	US		0	America/New_York	36.2221	-76.668	9			NC	041		
4479470	Mill Hill (historical)	mill-hill-historical	US		0	America/New_York	35.46792	-80.70396	198			NC	025		
4479471	Mill Hill (historical)	mill-hill-historical	US		0	America/New_York	35.52014	-80.71951	249			NC	159	90100	
4479479	Mill Grove	mill-grove	US		0	America/New_York	36.05098	-78.90362	122			NC	063	90932	
4479499	Mill Pond Meadows	mill-pond-meadows	US		0	America/New_York	34.83905	-77.4633	11			NC	133	91632	
4479501	Mill Pond Village	mill-pond-village	US		0	America/New_York	34.84016	-77.46608	5			NC	133	92672	
4479506	Mill Ridge	mill-ridge	US		0	America/New_York	36.13874	-81.77261	1009			NC	189	93912	
4479516	Mill Seat Landing	mill-seat-landing	US		0	America/New_York	35.29656	-76.58465	0			NC	137	93412	
4479538	Millbrook Estates	millbrook-estates	US		0	America/New_York	35.24539	-82.74374	680			NC	175	90364	
4479539	Millbrook Estates	millbrook-estates	US		0	America/New_York	35.85682	-78.61056	101			NC	183	92228	
4479546	Millennium	millennium	US		0	America/New_York	36.24877	-77.09385	19			NC	091	92784	
4479606	Millers Store	millers-store	US		0	America/New_York	35.93572	-76.97384	7			NC	015	94064	
4479610	Millerton (historical)	millerton-historical	US		0	America/New_York	35.52514	-80.24561	203			NC	159	92128	
4479611	Millesville	millesville	US		0	America/New_York	36.30791	-79.4153	227			NC	033	93137	
4479619	Millingport	millingport	US		599	America/New_York	35.3807	-80.30506	199			NC	167	90048	
4479638	Mills Ridge	mills-ridge	US		0	America/New_York	35.88794	-76.1577	1			NC	177	90044	
4479664	Mimosa Park	mimosa-park	US		0	America/New_York	35.39572	-77.92471	39			NC	191	93138	
4479665	Mimosa Shores	mimosa-shores	US		0	America/New_York	35.51961	-77.01745	2			NC	013	91896	
4479690	Mine Mountain Estates	mine-mountain-estates	US		0	America/New_York	35.28817	-82.69235	698			NC	175	90344	
4479720	Mineral Spring (historical)	mineral-spring-historical	US		0	America/New_York	35.41708	-81.01174	240			NC	109	90560	
4479738	Minnesott Beach	minnesott-beach	US		430	America/New_York	34.96877	-76.8116	2			NC	137	93464	
4479742	Minpro	minpro	US		0	America/New_York	35.92846	-82.08678	785			NC	121	91285	
4479744	Minnie Bert	minnie-bert	US		0	America/New_York	35.69988	-77.34524	11			NC	147	90512	
4479747	Mint Hollow	mint-hollow	US		0	America/New_York	35.17487	-80.66229	219			NC	119		
4479752	Mintonsville	mintonsville	US		0	America/New_York	36.34293	-76.63578	8	Mintons,Mintonsville		NC	073	92092	
4479754	Mintz	mintz	US		0	America/New_York	34.89406	-78.47723	44			NC	163	91944	
4479759	Mint Hill	mint-hill	US		25627	America/New_York	35.17959	-80.64729	240			NC	119		
4479763	Miranda (historical)	miranda-historical	US		0	America/New_York	35.59403	-80.65312	261			NC	159	90100	
4479772	Mirror Park	mirror-park	US		0	America/New_York	35.63514	-80.46089	230			NC	159	92812	
4479803	Mitchell Aire	mitchell-aire	US		0	America/New_York	35.79458	-80.83313	260			NC	097	90616	
4479844	Mitchell Village	mitchell-village	US		0	America/New_York	34.72822	-76.7916	6			NC	031	92120	
4479851	Mitchells Fork	mitchells-fork	US		0	America/New_York	36.35016	-76.63606	8	Mitchells Fork,Mitchels Fork		NC	073	92092	
4479861	Mitchiners Crossroads	mitchiners-crossroads	US		0	America/New_York	36.12321	-78.39222	113	Mitcheners Crossroads,Mitcherrer,Mitchiners Crossroads,Mitchners Crossroads		NC	069	91170	
4479873	Mobile Home Estates	mobile-home-estates	US		0	America/New_York	35.92293	-77.58219	24			NC	065		
4479875	Mobile City Trailer Park	mobile-city-trailer-park	US		0	America/New_York	35.99182	-77.76803	25			NC	065		
4479908	Moffitt Hill	moffitt-hill	US		0	America/New_York	35.60568	-82.17595	495	Moffit Hill,Moffitt Hill		NC	111	90828	
4479909	Mollie	mollie	US		0	America/New_York	34.15128	-78.74057	18			NC	047	94020	
4479922	Moltonville	moltonville	US		0	America/New_York	34.991	-78.25055	44	Moltonville,Moultonville		NC	163	92308	
4479923	Momford Landing	momford-landing	US		0	America/New_York	34.72766	-77.4058	4			NC	133	90482	
4479925	Momeyer	momeyer	US		219	America/New_York	35.96126	-78.05693	83	Basss Crossroads,Momeyer		NC	127	91976	
4479931	Money Island Beach	money-island-beach	US		0	America/New_York	34.69711	-76.72104	3			NC	031	92120	
4479933	Monbo	monbo	US		0	America/New_York	35.6643	-80.97841	269			NC	035	90556	
4479945	Monogram	monogram	US		0	America/New_York	33.93934	-78.35472	8			NC	019	91884	
4479963	Monroetown	monroetown	US		0	America/New_York	35.21877	-79.44503	133			NC	125		
4479973	Montclaire	montclaire	US		0	America/New_York	35.15487	-80.86952	203			NC	119		
4479975	Montclaire South	montclaire-south	US		0	America/New_York	35.14792	-80.88841	192			NC	119		
4479976	Monteith (historical)	monteith-historical	US		0	America/New_York	35.31375	-80.70951	208			NC	119		
4479978	Monks Crossroads	monks-crossroads	US		0	America/New_York	35.20683	-78.33667	54	Monks Crossroads,Munks Crossroads		NC	163	92288	
4479985	Montford Hills	montford-hills	US		0	America/New_York	35.60456	-82.57402	647			NC	021	90086	
4479987	Montford Point	montford-point	US		0	America/New_York	34.72433	-77.41441	5	Montford Point,Mount Pleasant Point		NC	133	90482	
4479996	Monticello (historical)	monticello-historical	US		0	America/New_York	35.76572	-76.73633	8			NC	187	92540	
4480000	Monticello Heights	monticello-heights	US		0	America/New_York	35.8093	-80.92507	293			NC	097	93104	
4480002	Monticello Woods	monticello-woods	US		0	America/New_York	35.23958	-81.12063	234			NC	071	91216	
4480012	Montview	montview	US		0	America/New_York	36.14014	-80.23644	299			NC	067	94068	
4480014	Montwood	montwood	US		0	America/New_York	36.44459	-78.95668	164			NC	145	94100	
4480088	Moores (historical)	moores-historical	US		0	America/New_York	35.75541	-81.08786	233			NC	097	92924	
4480091	Moores Beach	moores-beach	US		0	America/New_York	35.39878	-76.62298	2	Moores Beach,Wade Point,Wades Point		NC	013	90168	
4480096	Moores Chapel	moores-chapel	US		0	America/New_York	35.6821	-78.19	69			NC	101	92408	
4480105	Moores Corner	moores-corner	US		0	America/New_York	35.046	-76.69104	2	Moores Corner,Mooretown		NC	137	93312	
4480112	Moores Crossroads	moores-crossroads	US		0	America/New_York	35.67794	-78.16944	63	Moores Crossroads,Moores Schoolhouse		NC	101	92408	
4480113	Moores Crossroads	moores-crossroads	US		0	America/New_York	35.65905	-78.05471	45			NC	195	93084	
4480122	Moores Springs	moores-springs	US		0	America/New_York	36.42125	-80.28894	234			NC	169	92588	
4480129	Mooretown	mooretown	US		0	America/New_York	34.41378	-77.82721	3			NC	141	92744	
4480141	Moratuc (historical)	moratuc-historical	US		0	America/New_York	35.85738	-76.77633	1			NC	187	92540	
4480165	Moretz	moretz	US		0	America/New_York	36.26513	-81.62038	967	Moretz,Moretz Mill		NC	189	92032	
4480190	Morgan Creek Hills	morgan-creek-hills	US		0	America/New_York	35.88764	-79.05446	108			NC	135	90620	
4480194	Morgan Ford	morgan-ford	US		0	America/New_York	35.58597	-80.2245	174			NC	159	92128	
4480195	Morgan Heights	morgan-heights	US		0	America/New_York	35.2215	-82.7154	699			NC	175	90364	
4480212	Morgans Corners	morgans-corners	US		0	America/New_York	36.41738	-76.34911	4	Morgans Corner,Morgans Corners		NC	139	92260	
4480234	Morlan Park	morlan-park	US		0	America/New_York	35.62931	-80.46006	226			NC	159	92812	
4480236	Morning Star	morning-star	US		0	America/New_York	35.51288	-82.81485	859			NC	087	90196	
4480237	Morning Star Acres	morning-star-acres	US		0	America/New_York	35.15792	-80.7184	203			NC	119		
4480252	Morningside Manor	morningside-manor	US		0	America/New_York	36.07708	-80.2031	284			NC	067	94068	
4480268	Morris Park	morris-park	US		0	America/New_York	35.15348	-80.68146	235			NC	119		
4480284	Morrisons Store	morrisons-store	US		0	America/New_York	35.69461	-76.63355	3			NC	013	92436	
4480295	Morrows (historical)	morrows-historical	US		0	America/New_York	35.11376	-80.88091	198			NC	119		
4480302	Mortimer	mortimer	US		0	America/New_York	35.98541	-81.76122	456			NC	027	94052	
4480308	Morton Manor	morton-manor	US		0	America/New_York	34.80738	-77.38302	11			NC	133	91632	
4480312	Morton Fork	morton-fork	US		0	America/New_York	34.8246	-77.2294	12			NC	133	93976	
4480342	Moss Hill	moss-hill	US		0	America/New_York	35.19627	-77.74637	32			NC	107	93760	
4480352	Moss Neck	moss-neck	US		0	America/New_York	34.66739	-79.15281	49			NC	155	92472	
4480365	Mother Vineyard	mother-vineyard	US		0	America/New_York	35.92211	-75.67351	1			NC	055	92196	
4480366	Motleta	motleta	US		0	America/New_York	35.73403	-79.95698	177			NC	151	93208	
4480406	Mount Bolus	mount-bolus	US		0	America/New_York	35.92875	-79.05223	137	Gander Mountain,Mount Bolus,Old Diabolus		NC	135	90620	
4480487	Mount Energy	mount-energy	US		0	America/New_York	36.12542	-78.64139	118			NC	077	90356	
4480492	Mount Gallows	mount-gallows	US		0	America/New_York	36.41793	-76.94774	7			NC	091	94076	
4480515	Mount Gould	mount-gould	US		0	America/New_York	36.1196	-76.763	17	Mount Golland,Mount Gould		NC	015	93988	
4480516	Mount Gould Landing	mount-gould-landing	US		0	America/New_York	36.12349	-76.743	1			NC	015	93988	
4480534	Mount Herman	mount-herman	US		0	America/New_York	35.88152	-81.48259	414			NC	027	91556	
4480536	Mount Herman	mount-herman	US		0	America/New_York	36.5343	-80.46839	486			NC	171	93948	
4480586	Mount Mitchell	mount-mitchell	US		0	America/New_York	35.49653	-80.5534	230			NC	025		
4480587	Mount Mitchell	mount-mitchell	US		0	America/New_York	35.91234	-82.29124	844			NC	199	90456	
4480707	Mount Pilgrim	mount-pilgrim	US		0	America/New_York	36.00988	-77.33608	26			NC	117	91268	
4480709	Mount Pisgah (historical)	mount-pisgah-historical	US		0	America/New_York	35.46846	-81.88593	295			NC	161	91892	
4480800	Mount Rose	mount-rose	US		0	America/New_York	36.25627	-76.6705	7			NC	041		
4480848	Mount Tirzah	mount-tirzah	US		0	America/New_York	36.28014	-78.90695	205			NC	145	92168	
4480857	Mount Valley	mount-valley	US		0	America/New_York	35.28595	-82.294	312			NC	149	92816	
4480885	Mount Vernon Park	mount-vernon-park	US		0	America/New_York	35.26822	-77.63775	14			NC	107	91072	
4480887	Mount Vernon Springs	mount-vernon-springs	US		0	America/New_York	35.66792	-79.4253	158			NC	037	92012	
4480897	Mount View Estates	mount-view-estates	US		0	America/New_York	36.41403	-79.94087	210			NC	157	92020	
4481014	Mountain Brook	mountain-brook	US		0	America/New_York	35.13598	-80.82563	203			NC	119		
4481047	Mountain Home (historical)	mountain-home-historical	US		0	America/New_York	35.57513	-81.84566	337			NC	111	90940	
4481052	Mountain Island	mountain-island	US		0	America/New_York	35.33347	-80.99952	212			NC	071	92692	
4481058	Mountain Lake Camp	mountain-lake-camp	US		0	America/New_York	35.29512	-82.47345	663	Camp Mountain Lake,Mountain Lake Camp		NC	089	91456	
4481059	Mountain Manor	mountain-manor	US		0	America/New_York	36.21263	-81.16314	401			NC	193	92184	
4481061	Mountain Page	mountain-page	US		0	America/New_York	35.20984	-82.36817	664			NC	089	91316	
4481083	Mountain Valley	mountain-valley	US		0	America/New_York	35.21651	-82.48623	817			NC	089	91316	
4481121	Mountain View Development	mountain-view-development	US		0	America/New_York	35.86596	-81.49676	376			NC	027	91924	
4481123	Mountain View Estates	mountain-view-estates	US		0	America/New_York	35.72208	-80.29811	217			NC	057	90780	
4481130	Mountainbrook	mountainbrook	US		0	America/New_York	35.59845	-82.52901	689			NC	021	90088	
4481144	Moxley	moxley	US		0	America/New_York	36.3293	-81.09203	406			NC	193	93888	
4481149	Moyle Heights	moyle-heights	US		0	America/New_York	35.62847	-80.45756	216			NC	159	92812	
4481162	Mud Castle	mud-castle	US		0	America/New_York	36.37015	-77.53109	21			NC	131	92368	
4481189	Muddy Creek	muddy-creek	US		0	America/New_York	36.02708	-80.34366	240			NC	067	93036	
4481196	Muddy Creek	muddy-creek	US		0	America/New_York	35.99236	-80.37672	245			NC	067	90684	
4481200	Muddy Cross	muddy-cross	US		0	America/New_York	36.36377	-76.62745	11			NC	073	91560	
4481272	Mullins Crossroads	mullins-crossroads	US		0	America/New_York	36.10043	-77.47136	30			NC	083	92756	
4481282	Mundo Vista	mundo-vista	US		0	America/New_York	35.75847	-79.90365	281			NC	151	90116	
4481291	Munroe (historical)	munroe-historical	US		0	America/New_York	35.92403	-80.30589	247	Monroe,Munroe (historical)		NC	057	92644	
4481295	Murchisontown	murchisontown	US		0	America/New_York	35.3546	-79.13391	101			NC	085	91668	
4481297	Murdocksville	murdocksville	US		0	America/New_York	35.22405	-79.48198	138			NC	125		
4481302	Murphey	murphey	US		0	America/New_York	34.80683	-77.94248	14			NC	061	91600	
4481316	Murphy Heights	murphy-heights	US		0	America/New_York	35.37097	-81.10397	239			NC	071	90872	
4481318	Murphy Junction	murphy-junction	US		0	America/New_York	35.59622	-82.5779	611			NC	021	90086	
4481324	Murphytown	murphytown	US		0	America/New_York	34.67517	-78.35333	19			NC	017	91720	
4481334	Murray Hills	murray-hills	US		0	America/New_York	35.06183	-78.93975	67			NC	051	90832	
4481338	Murray Town	murray-town	US		0	America/New_York	34.60572	-77.8936	11			NC	141	90444	
4481339	Murrays Hill	murrays-hill	US		0	America/New_York	35.67736	-81.09563	285			NC	035	90556	
4481345	Murraysville	murraysville	US		14215	America/New_York	34.29572	-77.84748	11			NC	129	90508	
4481346	Murraytown	murraytown	US		0	America/New_York	35.83654	-78.23944	103			NC	127	90916	
4481353	Musgrave Crossroads	musgrave-crossroads	US		0	America/New_York	35.48349	-77.87804	37			NC	191	92492	
4481364	Muttenz (historical)	muttenz-historical	US		0	America/New_York	35.88485	-81.69982	324			NC	027	91672	
4481372	Myers Park	myers-park	US		0	America/New_York	35.19709	-80.83202	205			NC	119		
4481385	Myrtle Grove	myrtle-grove	US		8875	America/New_York	34.13462	-77.88165	8			NC	129	92008	
4481387	Myrtle Grove Junction	myrtle-grove-junction	US		0	America/New_York	34.14017	-77.8936	8			NC	129	91092	
4481389	Myrtle Head	myrtle-head	US		0	America/New_York	34.14267	-78.49862	12			NC	019	93868	
4481393	Myrtle Hill	myrtle-hill	US		0	America/New_York	35.0935	-78.87558	60			NC	051	90832	
4481399	Myrtle Sound	myrtle-sound	US		0	America/New_York	34.06878	-77.8861	0	Myrtle Grove Sound,Myrtle Sound		NC	129	91092	
4481466	Nanney (historical)	nanney-historical	US		0	America/New_York	35.42595	-82.08455	284			NC	161	91308	
4481468	Nanito (historical)	nanito-historical	US		0	America/New_York	35.46262	-82.07816	341			NC	161	91308	
4481470	Nantahala	nantahala	US		0	America/New_York	35.28815	-83.66656	594	Nantahala,Nantehalah		NC	173	92208	
4481493	Narrow Ridge	narrow-ridge	US		0	America/New_York	35.12043	-79.55809	134			NC	125		
4481526	Nathans Creek	nathans-creek	US		0	America/New_York	36.44901	-81.38871	908			NC	009	90648	
4481551	Navassa	navassa	US		1636	America/New_York	34.25545	-78.00749	6			NC	019	92324	
4481566	Neatman	neatman	US		0	America/New_York	36.31375	-80.26449	288			NC	169	92028	
4481577	Nebraska	nebraska	US		0	America/New_York	35.45767	-76.06324	1	Nebraska,Wyesocking,Wysocking,Yescocking,Yesocking		NC	095	91724	
4481617	Nella	nella	US		0	America/New_York	36.56929	-81.54733	867			NC	009	91568	
4481619	Nellie	nellie	US		0	America/New_York	35.62649	-83.11237	837			NC	087	90552	
4481626	Nelms	nelms	US		0	America/New_York	35.05155	-76.70493	2			NC	137	93312	
4481631	Nelly Green Estates	nelly-green-estates	US		0	America/New_York	35.80236	-80.83146	261			NC	097	90616	
4481653	Nestleway Acres	nestleway-acres	US		0	America/New_York	35.99653	-80.34978	244			NC	067	90684	
4481660	Neuse	neuse	US		0	America/New_York	35.89737	-78.56917	85			NC	183	92228	
4481661	Neuse Crossroads	neuse-crossroads	US		0	America/New_York	35.89348	-78.55972	77	Dunnsille,Neuse,Neuse Crossroads		NC	183	92228	
4481662	Neuse Forest	neuse-forest	US		2005	America/New_York	34.96377	-76.94467	9			NC	049	93508	
4481679	New Belden	new-belden	US		0	America/New_York	35.61849	-77.29469	5			NC	147	92428	
4481726	New Candler	new-candler	US		0	America/New_York	35.54539	-82.67874	642			NC	021	93840	
4481728	New Castle (historical)	new-castle-historical	US		0	America/New_York	36.16652	-80.95563	351	Hunts Store,New Castle (historical),Newcastle		NC	193	92236	
4481754	New Gilead	new-gilead	US		0	America/New_York	35.45014	-80.5459	217	Mount Gilead,New Gilead		NC	025		
4481778	New Home (historical)	new-home-historical	US		0	America/New_York	36.44985	-80.92952	493			NC	171	90412	
4481799	New Hope (historical)	new-hope-historical	US		0	America/New_York	35.94291	-81.00591	343			NC	097	92912	
4481800	New Hope Acres	new-hope-acres	US		0	America/New_York	35.83904	-78.57528	102			NC	183	92792	
4481878	New Britton	new-britton	US		0	America/New_York	34.09434	-78.54584	14	New Brittain,New Britton		NC	019	93868	
4481889	New Hope Valley	new-hope-valley	US		0	America/New_York	35.94126	-78.95195	84			NC	063	93764	
4481897	New House	new-house	US		0	America/New_York	35.3929	-81.69176	328	New Hope,New House		NC	045		
4481915	New Lands	new-lands	US		0	America/New_York	35.84044	-76.27632	3			NC	177	90736	
4481920	New Life	new-life	US		0	America/New_York	34.13073	-78.84086	27			NC	047	93072	
4481927	New Light	new-light	US		0	America/New_York	36.01293	-78.59722	126			NC	183	92264	
4481959	New Prospect	new-prospect	US		0	America/New_York	35.34958	-81.47814	247			NC	045		
4481977	New River Heights	new-river-heights	US		0	America/New_York	36.21763	-81.64011	954			NC	189	92276	
4482016	New Visitors Center	new-visitors-center	US		0	America/New_York	34.68433	-77.06884	7			NC	031	93968	
4482050	Newell Acres	newell-acres	US		0	America/New_York	35.25931	-80.73312	248			NC	119		
4482052	Newfound	newfound	US		0	America/New_York	35.60427	-82.7318	659			NC	021	91776	
4482059	Newhope Proper	newhope-proper	US		0	America/New_York	36.19071	-76.37938	4			NC	143	92248	
4482072	Newlife (historical)	newlife-historical	US		0	America/New_York	36.3493	-81.16564	440			NC	193	93888	
4482073	Newlight	newlight	US		0	America/New_York	34.7635	-78.78335	19			NC	017	93964	
4482092	Newsom	newsom	US		0	America/New_York	35.53597	-80.18755	172			NC	057	90032	
4482095	Newsome Store	newsome-store	US		0	America/New_York	36.26238	-76.76773	23			NC	091	91412	
4482112	Newton Heights	newton-heights	US		0	America/New_York	35.69181	-80.42617	221			NC	159	92812	
4482113	Newton Park	newton-park	US		0	America/New_York	35.7721	-77.94443	45			NC	195	93220	
4482120	Newtons Crossroads	newtons-crossroads	US		0	America/New_York	34.68767	-78.16222	23			NC	163	91164	
4482127	Nicanor	nicanor	US		0	America/New_York	36.33293	-76.47855	4			NC	143	90220	
4482142	Nicholsville (historical)	nicholsville-historical	US		0	America/New_York	35.20318	-81.66482	211	Nicholsonville,Nicholsville (historical)		NC	045		
4482158	Nims	nims	US		0	America/New_York	35.30958	-81.03035	208			NC	071	92692	
4482161	Nijmegen	nijmegen	US		0	America/New_York	35.13794	-79.02364	86			NC	051	91964	
4482172	Nixons Beach	nixons-beach	US		0	America/New_York	36.02155	-76.47466	4			NC	041		
4482173	Nixonton	nixonton	US		0	America/New_York	36.20071	-76.27271	0	Nixons Town,Nixonton,Windmill Point		NC	139	92292	
4482187	Nob Hill	nob-hill	US		0	America/New_York	35.52987	-79.23447	83			NC	105		
4482190	Noble Hills	noble-hills	US		0	America/New_York	35.54655	-78.29139	51			NC	101	92888	
4482196	Nobles Crossing	nobles-crossing	US		0	America/New_York	34.28489	-78.83808	32			NC	047	90612	
4482197	Nobles Crossroads	nobles-crossroads	US		0	America/New_York	35.1035	-77.68497	33	Nobles Cross Roads,Nobles Crossroads		NC	107	92520	
4482198	Nobles Mill	nobles-mill	US		0	America/New_York	35.09572	-77.64025	28			NC	107	92520	
4482203	Nocho Park	nocho-park	US		0	America/New_York	36.06597	-79.77114	251	Morning Side,Nocho Park,Ray Warren		NC	081	91228	
4482257	Norfleet	norfleet	US		0	America/New_York	36.1421	-77.29858	10			NC	083	92432	
4482268	Norman Heights	norman-heights	US		0	America/New_York	34.7721	-79.47338	68			NC	165	93132	
4482272	Normandy Heights	normandy-heights	US		0	America/New_York	35.14516	-78.99197	88			NC	051	91964	
4482274	Normanville	normanville	US		0	America/New_York	35.96318	-82.11762	842	Normansville,Normanville		NC	121	93012	
4482275	Norrington Crossroads	norrington-crossroads	US		0	America/New_York	35.35349	-78.9128	65	Mason Store,Norrington Crossroads		NC	085	93844	
4482277	Norris (historical)	norris-historical	US		0	America/New_York	36.26957	-81.65594	968			NC	189	92032	
4482288	North Asheboro	north-asheboro	US		0	America/New_York	35.73708	-79.80809	239	Balfour,North Asheboro		NC	151	90084	
4482290	North Barringer (historical)	north-barringer-historical	US		0	America/New_York	35.54764	-80.45228	235			NC	159	91256	
4482294	North Belmont	north-belmont	US		0	America/New_York	35.27236	-81.04813	221			NC	071	93048	
4482302	North Brook (historical)	north-brook-historical	US		0	America/New_York	35.48041	-81.48037	274			NC	109	92300	
4482311	North Brevard	north-brevard	US		0	America/New_York	35.24567	-82.7179	645			NC	175	90364	
4482354	North Charlotte	north-charlotte	US		0	America/New_York	35.24181	-80.80174	225			NC	119		
4482360	North Cooleemee	north-cooleemee	US		0	America/New_York	35.81931	-80.5495	238			NC	059	91660	
4482362	North Cove	north-cove	US		0	America/New_York	35.83596	-81.989	459			NC	111	92312	
4482365	North Cove Crossing	north-cove-crossing	US		0	America/New_York	35.83151	-82.00067	447	North Cove Crossing,Pitts		NC	111	92312	
4482387	North Elkin	north-elkin	US		0	America/New_York	36.28847	-80.85285	332			NC	171	91016	
4482398	North Forest Hills	north-forest-hills	US		0	America/New_York	35.95514	-79.0514	168			NC	135	90620	
4482446	North Green	north-green	US		0	America/New_York	35.99071	-77.79859	40			NC	127	93144	
4482450	North Harbor	north-harbor	US		0	America/New_York	34.76044	-76.63298	1			NC	031	90180	
4482451	North Harlowe	north-harlowe	US		0	America/New_York	34.86044	-76.77188	4			NC	049	93460	
4482454	North Hamlet	north-hamlet	US		0	America/New_York	34.90349	-79.69117	115			NC	153	91988	
4482457	North Hickory	north-hickory	US		0	America/New_York	35.77819	-81.3237	315			NC	035	91468	
4482463	North Hills Estates	north-hills-estates	US		0	America/New_York	35.48211	-77.41969	21			NC	147	90112	
4482464	North Hills Estates	north-hills-estates	US		0	America/New_York	35.84888	-78.65653	112			NC	183	92612	
4482466	North Hills Terrace	north-hills-terrace	US		0	America/New_York	35.83765	-78.63417	97			NC	183	92612	
4482471	North Kannapolis	north-kannapolis	US		0	America/New_York	35.52569	-80.61368	259			NC	159	90660	
4482476	North Lakes	north-lakes	US		0	America/New_York	35.77569	-81.37509	334			NC	027	91916	
4482503	North Point	north-point	US		0	America/New_York	36.19683	-75.76269	2			NC	055	90096	
4482506	North Point Village	north-point-village	US		0	America/New_York	35.12266	-78.91808	55			NC	051	90532	
4482527	North Pugh	north-pugh	US		0	America/New_York	35.82847	-80.24505	242			NC	057	91796	
4482528	North Ridge	north-ridge	US		0	America/New_York	35.61905	-77.58581	25			NC	147	91084	
4482537	North River Corner	north-river-corner	US		0	America/New_York	34.78266	-76.62632	1			NC	031	90180	
4482549	North Shore	north-shore	US		0	America/New_York	35.84126	-78.58834	93			NC	183	92228	
4482550	North Side	north-side	US		0	America/New_York	36.08431	-78.74667	80	North Side,Northside		NC	077	90936	
4482554	North Springhaven	north-springhaven	US		0	America/New_York	35.37153	-80.16589	177			NC	167	92296	
4482566	North Shore	north-shore	US		0	America/New_York	35.72791	-79.79225	225			NC	151	90084	
4482569	North Topsail Beach	north-topsail-beach	US		738	America/New_York	34.49017	-77.43163	0			NC	133	93160	
4482570	North View	north-view	US		0	America/New_York	34.79155	-79.45782	70			NC	165	91748	
4482582	North Winston	north-winston	US		0	America/New_York	36.11986	-80.23394	294			NC	067	94068	
4482583	North Woods	north-woods	US		0	America/New_York	34.74322	-76.76882	4			NC	031	92120	
4482588	Northclift	northclift	US		0	America/New_York	35.86682	-78.65111	92			NC	183	91548	
4482611	Northfields	northfields	US		0	America/New_York	35.41044	-77.96388	38			NC	191	93138	
4482618	Northglen	northglen	US		0	America/New_York	35.84821	-78.64223	128			NC	183	92612	
4482621	Northlakes	northlakes	US		1534	America/New_York	35.7818	-81.37509	284			NC	027	91916	
4482624	Northmont	northmont	US		0	America/New_York	35.8168	-80.92396	287			NC	097	90744	
4482629	Northside	northside	US		0	America/New_York	35.85708	-80.26783	230			NC	057	91796	
4482630	Northside	northside	US		0	America/New_York	35.81321	-78.63111	69			NC	183	92612	
4482631	Northside	northside	US		0	America/New_York	35.76849	-77.89859	42			NC	195	94048	
4482636	Northside Gardens	northside-gardens	US		0	America/New_York	35.85653	-80.26283	226			NC	057	91796	
4482642	Northview	northview	US		0	America/New_York	35.80458	-80.88674	263			NC	097	93104	
4482643	Northview	northview	US		0	America/New_York	35.52904	-79.18585	95			NC	105		
4482644	Northview	northview	US		0	America/New_York	35.28072	-77.55552	23			NC	107	91704	
4482675	Northwoods	northwoods	US		0	America/New_York	35.8046	-78.78028	134			NC	183	90536	
4482676	Northwoods Park	northwoods-park	US		0	America/New_York	34.77766	-77.4383	7			NC	133	91632	
4482694	Norwood Beach	norwood-beach	US		0	America/New_York	35.23292	-80.09895	91			NC	167	90596	
4482697	Norville Crags (historical)	norville-crags-historical	US		0	America/New_York	36.56013	-80.89341	854			NC	171	91168	
4482698	Norwood Hollow	norwood-hollow	US		0	America/New_York	36.13485	-81.84928	1175			NC	011	90148	
4482736	O Henry Oaks	o-henry-oaks	US		0	America/New_York	36.11514	-79.76864	234			NC	081	91228	
4482758	Oak Cliffs	oak-cliffs	US		0	America/New_York	35.37181	-80.45256	181			NC	025		
4482761	Oak Crest	oak-crest	US		0	America/New_York	36.13875	-80.28227	295			NC	067	94068	
4482762	Oak Crest	oak-crest	US		0	America/New_York	35.7696	-77.89943	44			NC	195	94048	
4482765	Oak Dale Crossroads	oak-dale-crossroads	US		0	America/New_York	34.41989	-78.81836	35	Oak Dale Cross Roads,Oak Dale Crossroads		NC	047	93216	
4482774	Oak Forest Estates	oak-forest-estates	US		0	America/New_York	35.8596	-78.5875	105			NC	183	92228	
4482876	Oak Grove Inn	oak-grove-inn	US		0	America/New_York	35.56738	-78.19111	59			NC	101	92048	
4482905	Oak Hill Court	oak-hill-court	US		0	America/New_York	35.38623	-82.5629	639			NC	089	92076	
4482910	Oak Hills	oak-hills	US		0	America/New_York	35.97098	-79.01918	136			NC	135	90620	
4482911	Oak Hills	oak-hills	US		0	America/New_York	36.31152	-79.69031	239			NC	157	92652	
4482914	Oak Hollow Lake	oak-hollow-lake	US		0	America/New_York	36.03541	-80.00532	261			NC	081	90896	
4482920	Oak Lawn (historical)	oak-lawn-historical	US		0	America/New_York	35.48958	-80.76841	240			NC	025		
4482962	Oak Ridge Park	oak-ridge-park	US		0	America/New_York	34.91376	-79.77311	87			NC	153	94088	
4482971	Oak Villa	oak-villa	US		0	America/New_York	36.37349	-76.9469	13	Oak Villa,Oakwillow		NC	091	94076	
4482972	Oak Woods	oak-woods	US		0	America/New_York	35.27789	-82.65346	676			NC	175	90344	
4482976	Oakcrest	oakcrest	US		0	America/New_York	34.21545	-77.85554	5			NC	129	94044	
4482998	Oakdale Farms	oakdale-farms	US		0	America/New_York	36.05125	-79.10251	196			NC	135	91496	
4482999	Oakdale Forest	oakdale-forest	US		0	America/New_York	35.30236	-80.91507	233			NC	119		
4483008	Oakforest	oakforest	US		0	America/New_York	35.7396	-77.9436	43			NC	195	94048	
4483009	Oakgrove	oakgrove	US		0	America/New_York	35.27319	-81.42453	248	Oak Grove,Oakgrove		NC	045		
4483012	Oakhaven Farms	oakhaven-farms	US		0	America/New_York	36.46875	-79.53225	192			NC	157	92772	
4483017	Oakhurst River Estates	oakhurst-river-estates	US		0	America/New_York	34.76183	-77.47135	4			NC	133	91632	
4483033	Oakland Heights	oakland-heights	US		0	America/New_York	35.90125	-80.68951	264			NC	059	90472	
4483034	Oakland Heights	oakland-heights	US		0	America/New_York	35.79264	-80.90674	281			NC	097	93104	
4483035	Oakland Heights	oakland-heights	US		0	America/New_York	35.33207	-81.91927	324			NC	161	90768	
4483040	Oakland Park	oakland-park	US		0	America/New_York	35.27375	-81.18174	232			NC	071	91216	
4483041	Oakland Park	oakland-park	US		0	America/New_York	35.70042	-80.42145	229			NC	159	92812	
4483060	Oakmont Estates	oakmont-estates	US		0	America/New_York	35.8468	-81.54426	403			NC	027	92304	
4483062	Oakmount	oakmount	US		0	America/New_York	35.81682	-78.56778	103			NC	183	92792	
4483067	Oaks West	oaks-west	US		0	America/New_York	36.03819	-79.88642	268			NC	081	92124	
4483068	Oaksmith Acres	oaksmith-acres	US		0	America/New_York	34.73377	-76.76743	5			NC	031	92120	
4483070	Oakview	oakview	US		0	America/New_York	35.99319	-80.02504	272			NC	081	91484	
4483071	Oakview	oakview	US		0	America/New_York	35.83626	-78.60611	92			NC	183	92228	
4483081	Oakwood Acres	oakwood-acres	US		0	America/New_York	35.65958	-80.23533	201			NC	057	91440	
4483082	Oakwood Acres	oakwood-acres	US		0	America/New_York	34.74905	-76.62659	1			NC	031	90180	
4483093	Oakwood Estates	oakwood-estates	US		0	America/New_York	35.7821	-78.485	91			NC	183	92792	
4483099	Oakwoods	oakwoods	US		0	America/New_York	36.11485	-81.13397	360			NC	193	94012	
4483107	Obids	obids	US		0	America/New_York	36.30846	-81.38704	883	Obid,Obids		NC	009	92364	
4483119	Ocean	ocean	US		0	America/New_York	34.71183	-76.99133	7			NC	031	93968	
4483120	Ocean City Beach	ocean-city-beach	US		0	America/New_York	34.45656	-77.49136	2			NC	133	93160	
4483121	Ocean Crest	ocean-crest	US		0	America/New_York	34.65905	-77.04856	8			NC	031	93968	
4483122	Ocean Dunes	ocean-dunes	US		0	America/New_York	36.16016	-75.74324	3			NC	055	90096	
4483128	Ocean Pines	ocean-pines	US		0	America/New_York	36.20489	-75.7663	1			NC	055	90096	
4483139	Oconaluftee Indian Village	oconaluftee-indian-village	US		0	America/New_York	35.48677	-83.32265	657			NC	173	90624	
4483160	Oden Mill	oden-mill	US		0	America/New_York	35.53628	-76.84355	6			NC	013	90168	
4483167	Offer (historical)	offer-historical	US		0	America/New_York	36.29291	-81.0598	384			NC	193	92720	
4483170	Ogburn Crossroads	ogburn-crossroads	US		0	America/New_York	35.55571	-78.63807	90			NC	101	92528	
4483171	Ogburn Station	ogburn-station	US		0	America/New_York	36.1493	-80.22394	306			NC	067	94068	
4483172	Ogburns Crossroads	ogburns-crossroads	US		0	America/New_York	36.2468	-79.92087	278			NC	081	90396	
4483185	Ogreeta	ogreeta	US		0	America/New_York	35.15341	-84.1413	490	Ogreeta,Ogreta,Ogretta		NC	039	90188	
4483191	Okeewemee	okeewemee	US		0	America/New_York	35.40764	-79.85393	189			NC	123	93772	
4483192	Okisko	okisko	US		0	America/New_York	36.25932	-76.35466	2	Okisk,Okisko		NC	139	92164	
4483201	Oine	oine	US		0	America/New_York	36.48348	-78.23055	114			NC	185	92976	
4483206	Old Bethlehem	old-bethlehem	US		0	America/New_York	36.25348	-77.97999	93			NC	185	91112	
4483229	Old Chapel Crossroads	old-chapel-crossroads	US		0	America/New_York	36.33821	-76.63467	7			NC	073	92092	
4483232	Old Cumbee Place	old-cumbee-place	US		0	America/New_York	34.15878	-78.21944	19			NC	019	91884	
4483235	Old Dock	old-dock	US		0	America/New_York	34.16795	-78.59723	13	Old Dock,Old Duck,Old Pond		NC	047	91764	
4483243	Old Farm	old-farm	US		0	America/New_York	35.88096	-81.48648	398			NC	027	91924	
4483244	Old Farm	old-farm	US		0	America/New_York	35.80069	-80.84035	242			NC	097	90616	
4483245	Old Farm	old-farm	US		0	America/New_York	35.26707	-81.5587	248			NC	045		
4483246	Old Farm	old-farm	US		0	America/New_York	35.31433	-77.59525	24			NC	107	93856	
4483247	Old Farm	old-farm	US		0	America/New_York	35.14515	-80.79063	198			NC	119		
4483248	Old Farm	old-farm	US		0	America/New_York	35.77515	-78.73667	131			NC	183	92612	
4483249	Old Farm Acres	old-farm-acres	US		0	America/New_York	35.53794	-78.35778	53			NC	101	92980	
4483268	Old Ford	old-ford	US		0	America/New_York	35.63433	-77.06384	8	Mineola,Old Ford		NC	013	93904	
4483277	Old Gilreath	old-gilreath	US		0	America/New_York	36.0743	-81.1173	658	Gilreath,Old Gilreath		NC	193	90408	
4483283	Old Hollow Estates	old-hollow-estates	US		0	America/New_York	36.17764	-80.19838	290			NC	067	92061	
4483296	Old Hundred	old-hundred	US		287	America/New_York	34.82932	-79.59033	95			NC	165	94036	
4483311	Old Mill	old-mill	US		0	America/New_York	35.91264	-80.34366	216			NC	057	92644	
4483337	Old Providence	old-providence	US		0	America/New_York	35.13042	-80.78729	194			NC	119		
4483352	Old Salem	old-salem	US		0	America/New_York	35.14792	-80.79257	208			NC	119		
4483365	Old Sneedsboro	old-sneedsboro	US		0	America/New_York	34.83266	-79.93617	78	Old Sneedsboro,Old Sneedsborough,Sneadsborough,Sneedsboro		NC	007	92140	
4483366	Old Sparta	old-sparta	US		0	America/New_York	35.78877	-77.55497	12	Old Sparta,Sparta		NC	065		
4483367	Old Spring Hope	old-spring-hope	US		0	America/New_York	35.92265	-78.05082	68			NC	127	91976	
4483369	Old Stanhope (historical)	old-stanhope-historical	US		0	America/New_York	35.86127	-78.12805	89			NC	127	91100	
4483383	Old Town Harbor	old-town-harbor	US		0	America/New_York	35.08988	-77.06467	2			NC	049	93592	
4483390	Old Trap	old-trap	US		0	America/New_York	36.24071	-76.02687	2	Old Trap,Oldtrap,The Trap		NC	029	92920	
4483396	Old Weeksville	old-weeksville	US		0	America/New_York	36.20655	-76.1741	1			NC	139	92804	
4483401	Olde Creek	olde-creek	US		0	America/New_York	35.16348	-80.71368	206			NC	119		
4483402	Olde Farm	olde-farm	US		0	America/New_York	35.00432	-80.51118	170			NC	179	92108	
4483403	Olde Georgetowne	olde-georgetowne	US		0	America/New_York	35.12709	-80.84229	207			NC	119		
4483404	Olde Heritage	olde-heritage	US		0	America/New_York	35.1332	-80.76813	187			NC	119		
4483405	Olde Providence	olde-providence	US		0	America/New_York	35.11515	-80.79146	183			NC	119		
4483407	Olde Savannah	olde-savannah	US		0	America/New_York	35.20514	-80.69424	223			NC	119		
4483408	Olde Whitehall	olde-whitehall	US		0	America/New_York	35.15098	-80.93313	186			NC	119		
4483439	Olive Grove	olive-grove	US		0	America/New_York	35.54319	-81.5837	366			NC	045		
4483458	Olivers	olivers	US		0	America/New_York	35.01433	-77.29329	12			NC	103		
4483461	Olivers Crossroads	olivers-crossroads	US		0	America/New_York	35.58902	-81.12341	331			NC	035	90476	
4483462	Olivers Crossroads	olivers-crossroads	US		0	America/New_York	35.01877	-77.30162	14			NC	103		
4483471	Olivette	olivette	US		0	America/New_York	35.94624	-81.61677	355	Olivet,Olivette		NC	027	92180	
4483477	Olsen Homes	olsen-homes	US		0	America/New_York	35.27707	-81.55342	242			NC	045		
4483480	Olympic Woods	olympic-woods	US		0	America/New_York	35.16959	-80.96591	222			NC	119		
4483481	Olyphic	olyphic	US		0	America/New_York	33.991	-78.6589	12			NC	047	90436	
4483497	Onslow Gardens	onslow-gardens	US		0	America/New_York	34.77933	-77.42357	10			NC	133	91632	
4483500	Onvil	onvil	US		0	America/New_York	35.2807	-79.86699	158	Onvil,Onville,Onville-Thickety Creek		NC	123	90628	
4483527	Orange Factory	orange-factory	US		0	America/New_York	36.12737	-78.87556	102	Laura Cotton Mill,Orange Factory		NC	063	91760	
4483530	Orange Heights	orange-heights	US		0	America/New_York	36.08347	-79.12418	190			NC	135	91496	
4483545	Orchard Hills	orchard-hills	US		0	America/New_York	35.6132	-80.50173	248			NC	159	91840	
4483548	Orchards	orchards	US		0	America/New_York	35.76515	-78.70056	102			NC	183	92612	
4483550	Orchard Knoll	orchard-knoll	US		0	America/New_York	35.20431	-80.68174	227			NC	119		
4483554	Oregon Hill	oregon-hill	US		0	America/New_York	36.44847	-79.63697	238	Oregon,Oregon Hill,Oregonville		NC	157	92772	
4483566	Ormondsville	ormondsville	US		0	America/New_York	35.47211	-77.5458	22			NC	079	92416	
4483570	Ore Knob	ore-knob	US		0	America/New_York	36.40041	-81.32926	955			NC	009	92456	
4483586	Orville (historical)	orville-historical	US		0	America/New_York	35.17626	-80.62562	232			NC	119		
4483596	Osborne Apartments	osborne-apartments	US		0	America/New_York	35.29235	-81.53037	254			NC	045		
4483604	Osborne Knob	osborne-knob	US		0	America/New_York	35.8354	-82.10956	1076			NC	121	91285	
4483610	Osbornville	osbornville	US		0	America/New_York	36.07569	-80.89757	326	Osborn Village,Osbornville		NC	193	93024	
4483622	Ostwalt	ostwalt	US		0	America/New_York	35.68264	-80.86118	284	Cambridge,Ostwalt,Oswalt		NC	097	90160	
4483624	Oteen	oteen	US		0	America/New_York	35.58734	-82.49123	644			NC	021	90086	
4483629	Ottanola	ottanola	US		0	America/New_York	35.39178	-82.27845	895			NC	089	90972	
4483639	Otter Creek (historical)	otter-creek-historical	US		0	America/New_York	35.5204	-82.09427	365	Otter Creek (historical),Ottercreek		NC	161	92132	
4483661	Ourdell	ourdell	US		0	America/New_York	35.78347	-80.84979	266			NC	097	93104	
4483674	Outlaws Bridge	outlaws-bridge	US		0	America/New_York	35.13933	-77.84943	43	Outlaw,Outlaws Bridge		NC	061	90020	
4483684	Overbrook Acres	overbrook-acres	US		0	America/New_York	35.65903	-80.51645	207			NC	159	91880	
4483687	Oval	oval	US		0	America/New_York	36.3304	-81.48816	950	Nettle Knob,Old Oval,Oval		NC	009	92504	
4483692	Overland Heights	overland-heights	US		0	America/New_York	36.07208	-79.44808	188			NC	001		
4483693	Overlook	overlook	US		0	America/New_York	35.30789	-82.48373	695			NC	089	91456	
4483697	Overshot	overshot	US		0	America/New_York	35.30655	-78.36306	52			NC	101	90232	
4483700	Overhills	overhills	US		0	America/New_York	35.22099	-79.03169	63			NC	085	91668	
4483715	Owens	owens	US		0	America/New_York	35.04405	-78.93503	66	Drake Park,Owens		NC	051	90832	
4483739	Owltown	owltown	US		0	America/New_York	35.60011	-82.72374	765			NC	021	91776	
4483741	Owls Nest	owls-nest	US		0	America/New_York	35.45099	-79.22002	131			NC	105		
4483750	Oxford Heights	oxford-heights	US		0	America/New_York	36.29599	-76.25271	2			NC	139	92164	
4483753	Oxford Park	oxford-park	US		0	America/New_York	35.76402	-81.17258	300			NC	035	90700	
4483759	Oxxford Hunt	oxxford-hunt	US		0	America/New_York	35.77265	-78.81306	118			NC	183	90536	
4483769	Oyster Creek	oyster-creek	US		0	America/New_York	35.11823	-75.97545	1			NC	095	92372	
4483771	Oyster Creek Landing	oyster-creek-landing	US		0	America/New_York	35.39072	-76.31464	0			NC	095	93184	
4483793	Pactolus	pactolus	US		0	America/New_York	35.62849	-77.21746	6			NC	147	92428	
4483805	Padgett	padgett	US		0	America/New_York	34.67433	-77.5908	13			NC	133	93160	
4483828	Paint Fork	paint-fork	US		0	America/New_York	35.74456	-82.46318	752			NC	021	91604	
4483832	Paint Fork	paint-fork	US		0	America/New_York	35.83956	-82.45846	700			NC	115		
4483836	Paint Gap	paint-gap	US		0	America/New_York	35.87928	-82.40763	816			NC	199	92572	
4483841	Paint Town	paint-town	US		0	America/New_York	35.46927	-83.29265	621			NC	099	92596	
4483849	Pala Alto	pala-alto	US		0	America/New_York	34.8021	-77.21801	8	Pala Alto,Palo Alto,Palopato		NC	133	93976	
4483853	Palm (historical)	palm-historical	US		0	America/New_York	35.6751	-82.97486	743			NC	087	91104	
4483877	Palmerville	palmerville	US		0	America/New_York	35.42736	-80.11755	184	Palmerville,Palmeryville		NC	167	91416	
4483894	Pamlico	pamlico	US		0	America/New_York	35.08489	-76.63493	1	Broad Creek,Pamlico		NC	137	93312	
4483895	Pamlico Beach	pamlico-beach	US		0	America/New_York	35.39267	-76.60048	2			NC	013	90168	
4483910	Pamlico Shores	pamlico-shores	US		0	America/New_York	35.11878	-75.98434	1			NC	095	92372	
4483946	Panther Creek	panther-creek	US		0	America/New_York	35.64344	-82.97986	804			NC	087	91104	
4483972	Panther Landing	panther-landing	US		0	America/New_York	36.53404	-76.14882	2			NC	053	92176	
4483996	Paradise Park	paradise-park	US		0	America/New_York	34.731	-77.47663	11			NC	133	91632	
4483997	Paradise Point	paradise-point	US		0	America/New_York	35.18875	-81.04619	182			NC	071	93048	
4484002	Paramore Farm	paramore-farm	US		0	America/New_York	35.58405	-77.34608	22			NC	147	94072	
4484009	Paris (historical)	paris-historical	US		0	America/New_York	34.92071	-80.02062	83	May,Paris (historical)		NC	007	93876	
4484021	Park Place	park-place	US		0	America/New_York	34.97876	-80.53034	178			NC	179	92108	
4484031	Park Spring	park-spring	US		0	America/New_York	36.46597	-79.4128	186			NC	033	92468	
4484034	Park Sumter Terrace Apartments	park-sumter-terrace-apartments	US		0	America/New_York	35.29346	-81.55537	267			NC	045		
4484035	Park Terrace	park-terrace	US		0	America/New_York	36.11792	-80.20838	259	Lakeside,Park Terrace		NC	067	94068	
4484036	Park View Heights	park-view-heights	US		0	America/New_York	35.68347	-80.47895	211			NC	159	92812	
4484039	Park Wood	park-wood	US		0	America/New_York	34.79238	-79.45116	69			NC	165	91748	
4484091	Parkland	parkland	US		0	America/New_York	35.74932	-78.64861	77			NC	183	93200	
4484098	Parkers Fork	parkers-fork	US		0	America/New_York	36.51821	-76.59912	13			NC	073	91520	
4484105	Parkstone	parkstone	US		0	America/New_York	35.14737	-80.85285	190			NC	119		
4484106	Parkstown	parkstown	US		0	America/New_York	35.37766	-77.81776	31			NC	191	92848	
4484112	Parkview East	parkview-east	US		0	America/New_York	35.17487	-80.75451	224			NC	119		
4484117	Parkway	parkway	US		0	America/New_York	35.77043	-78.84056	126			NC	183	90536	
4484120	Parkway Forest	parkway-forest	US		0	America/New_York	35.58234	-82.48151	671			NC	021	90086	
4484124	Parkwood	parkwood	US		0	America/New_York	35.42876	-79.49308	134	Hallison,Parkwood		NC	125		
4484125	Parkwood	parkwood	US		0	America/New_York	35.89181	-78.90834	86			NC	063	93764	
4484126	Parkwood	parkwood	US		0	America/New_York	35.22375	-80.97813	212			NC	119		
4484128	Parks Crossroads	parks-crossroads	US		0	America/New_York	35.70375	-79.60475	169			NC	151	90716	
4484131	Parkwood Estates	parkwood-estates	US		0	America/New_York	35.42932	-79.19002	124			NC	105		
4484134	Parkwood Lake	parkwood-lake	US		0	America/New_York	36.03514	-80.37755	245			NC	067	90684	
4484141	Parmele Isles	parmele-isles	US		0	America/New_York	34.22017	-77.78998	2			NC	129	91404	
4484157	Parrots	parrots	US		0	America/New_York	35.31127	-77.69081	27			NC	107	91588	
4484158	Parrott Fork	parrott-fork	US		0	America/New_York	35.22155	-77.61664	23			NC	107	92224	
4484161	Parrish Gap	parrish-gap	US		0	America/New_York	35.22537	-83.45321	661			NC	113	90448	
4484170	Parsonville	parsonville	US		0	America/New_York	36.21624	-81.36232	416	Parsonville,Stony Hill		NC	193	93092	
4484179	Paschall	paschall	US		0	America/New_York	36.54181	-78.15777	94	Merry Mount,Merrymount,Paschall		NC	185	91432	
4484181	Pasley	pasley	US		0	America/New_York	34.78545	-77.90054	9			NC	061	91600	
4484185	Pasquotank	pasquotank	US		0	America/New_York	36.26738	-76.33855	3			NC	139	92164	
4484224	Pates	pates	US		0	America/New_York	34.68988	-79.21504	53			NC	155	92472	
4484227	Patetown	patetown	US		0	America/New_York	35.46072	-77.92498	39			NC	191	93138	
4484262	Patterson Springs	patterson-springs	US		604	America/New_York	35.23541	-81.51453	274	Patterson Springs,Swang,Swangs,Swangstown,Swangtown		NC	045		
4484281	Patton Mountain Estates	patton-mountain-estates	US		0	America/New_York	35.24956	-82.68012	638			NC	175	90364	
4483774	Ozark	ozark	US	36360	0	America/New_York	35.26847	-81.1598	252			NC	071	91216	
4484282	Patton Park	patton-park	US		0	America/New_York	35.32928	-82.46623	642			NC	089	91456	
4484284	Pattons Ridge	pattons-ridge	US		0	America/New_York	36.23124	-81.43704	626			NC	193	91664	
4484299	Pauls Crossing	pauls-crossing	US		0	America/New_York	35.42986	-80.31117	197			NC	167	92680	
4484328	Paynes Tavern	paynes-tavern	US		0	America/New_York	36.34181	-79.01084	192	Paines Tavern,Paynes Tavern		NC	145	91120	
4484335	Pea Hill	pea-hill	US		0	America/New_York	36.27015	-77.58997	42			NC	083	91372	
4484357	Peach	peach	US		0	America/New_York	36.3546	-76.53661	6			NC	143	90220	
4484363	Peachtree	peachtree	US		0	America/New_York	35.09397	-83.94268	518			NC	039	92192	
4484377	Peacocks	peacocks	US		0	America/New_York	34.32684	-78.79947	27	Peacock Crossing,Peacocks,Peacocks Crossing,Peacocks Crossroads		NC	047	90612	
4484378	Peacocks Crossroads	peacocks-crossroads	US		0	America/New_York	35.32016	-78.45501	61	Meadow,Peacocks Crossroads		NC	101	92024	
4484380	Peacock Crossroads	peacock-crossroads	US		0	America/New_York	35.49655	-78.03388	42			NC	191	90428	
4484401	Pearces	pearces	US		0	America/New_York	35.91654	-78.30694	108	Pearce Crossroads,Pearces		NC	069	90926	
4484423	Pebble Creek	pebble-creek	US		0	America/New_York	35.29873	-82.46929	642			NC	089	91456	
4484424	Pebble Creek Estates	pebble-creek-estates	US		0	America/New_York	36.07375	-80.12227	274			NC	067	94068	
4484425	Pebblebrook	pebblebrook	US		0	America/New_York	35.81126	-78.47111	102			NC	183	92792	
4484426	Pecan Acres	pecan-acres	US		0	America/New_York	35.83098	-78.57806	92			NC	183	92792	
4484434	Peden	peden	US		0	America/New_York	36.49846	-81.30843	796			NC	005	92564	
4484436	Pee Dee	pee-dee	US		0	America/New_York	35.26764	-80.04311	119			NC	123	92464	
4484437	Pee Dee (historical)	pee-dee-historical	US		0	America/New_York	35.0271	-79.98922	99			NC	007	91808	
4484449	Peele Acres	peele-acres	US		0	America/New_York	35.40711	-78.04416	37			NC	191	91136	
4484477	Peletier	peletier	US		651	America/New_York	34.73016	-77.08439	9	Peletier,Pelletier		NC	031	93968	
4484485	Pellyn Wood	pellyn-wood	US		0	America/New_York	35.1357	-80.79868	196			NC	119		
4484503	Penderlea	penderlea	US		0	America/New_York	34.65961	-78.04971	20			NC	141	93804	
4484509	Penders Crossroads	penders-crossroads	US		0	America/New_York	35.76877	-77.77164	36	Pender Crossroad,Penders Crossroads		NC	195	91208	
4484514	Penelo	penelo	US		0	America/New_York	35.91821	-77.67275	33			NC	065		
4484517	Peniel	peniel	US		0	America/New_York	35.2365	-82.13733	357			NC	149	90740	
4484534	Penley (historical)	penley-historical	US		0	America/New_York	36.13541	-81.55788	695			NC	189	90308	
4484543	Pennfield (historical)	pennfield-historical	US		0	America/New_York	35.92597	-80.05921	246	Penfield,Pennfield (historical)		NC	057	93232	
4484550	Penny Hill	penny-hill	US		0	America/New_York	35.7621	-77.51414	11	Hill,Penny Hill		NC	147	90224	
4484558	Pennydale	pennydale	US		0	America/New_York	36.03875	-79.86698	251			NC	081	92124	
4484587	Pepperdyne	pepperdyne	US		0	America/New_York	35.84626	-78.59611	91			NC	183	92228	
4484589	Peppers	peppers	US		0	America/New_York	36.04234	-82.22541	727			NC	121	91408	
4484593	Perfection	perfection	US		0	America/New_York	35.246	-77.2544	13			NC	049	93628	
4484627	Perry Hills	perry-hills	US		0	America/New_York	36.09819	-79.20918	216			NC	135	90632	
4484648	Perrytown	perrytown	US		0	America/New_York	36.13794	-76.80412	19			NC	015	93988	
4484683	Petche Gap	petche-gap	US		0	America/New_York	35.69652	-81.61621	389			NC	023	92136	
4484686	Pet Crossroads	pet-crossroads	US		0	America/New_York	35.82848	-78.51111	80			NC	183	92792	
4484703	Peters Creek	peters-creek	US		0	America/New_York	34.85573	-78.52612	31			NC	051	90192	
4484719	Petersburg Crossing	petersburg-crossing	US		0	America/New_York	34.95489	-77.76664	21			NC	061	92972	
4484734	Petersville	petersville	US		0	America/New_York	35.82597	-80.41478	228			NC	057	93796	
4484736	Petra Mills	petra-mills	US		0	America/New_York	35.84069	-81.36176	321			NC	027	91916	
4484755	Pettys Shore	pettys-shore	US		0	America/New_York	36.36432	-76.82746	0			NC	091	91412	
4484763	Pharrs Mill	pharrs-mill	US		0	America/New_York	35.32847	-80.61785	169			NC	025		
4484772	Phil	phil	US		0	America/New_York	34.74822	-79.21393	58			NC	155	92984	
4484796	Philadelphus	philadelphus	US		0	America/New_York	34.75905	-79.17142	57			NC	155	92484	
4484831	Phillips Crossroads	phillips-crossroads	US		0	America/New_York	36.0196	-77.72053	36			NC	065		
4484846	Phillips Crossroads	phillips-crossroads	US		0	America/New_York	35.08683	-77.4458	14	Phillips Cross Roads,Phillips Crossroads		NC	103		
4484870	Pickwick Village	pickwick-village	US		0	America/New_York	35.87043	-78.70528	107			NC	183	91772	
4484871	Pickwood Hills	pickwood-hills	US		0	America/New_York	36.02125	-79.45252	177			NC	001		
4484873	Phoenician Woods	phoenician-woods	US		0	America/New_York	35.00516	-78.89503	60			NC	051	92460	
4484883	Piedmont Heights	piedmont-heights	US		0	America/New_York	36.05569	-79.82281	266			NC	081	92124	
4484884	Piedmont Heights	piedmont-heights	US		0	America/New_York	36.09347	-79.41947	181			NC	001		
4484894	Piedmont Park Subdivision	piedmont-park-subdivision	US		0	America/New_York	35.82791	-81.73593	322			NC	023	92592	
4484917	Pierces Crossroads	pierces-crossroads	US		0	America/New_York	36.35904	-77.66053	46			NC	083	91088	
4484935	Pigeonroost	pigeonroost	US		0	America/New_York	36.06928	-82.29652	681	Pigeon Roost,Pigeonroost		NC	121	90352	
4484960	Pilands Crossroads	pilands-crossroads	US		0	America/New_York	36.34571	-76.81134	11			NC	091	91412	
4484982	Pike Crossroads	pike-crossroads	US		0	America/New_York	35.49099	-78.05943	45			NC	191	90428	
4485030	Pin Hook	pin-hook	US		0	America/New_York	34.74767	-77.77137	25			NC	061	90864	
4485060	Pine Crest	pine-crest	US		0	America/New_York	35.41961	-76.68938	3			NC	013	90168	
4485063	Pine Dale Manor	pine-dale-manor	US		0	America/New_York	36.02986	-80.25755	257			NC	067	94068	
4485064	Pine Forest	pine-forest	US		0	America/New_York	35.12544	-79.44254	107			NC	125		
4485065	Pine Forest	pine-forest	US		0	America/New_York	34.73349	-79.50533	66			NC	165	93132	
4485066	Pine Forest Acres	pine-forest-acres	US		0	America/New_York	34.7685	-77.49191	12			NC	133	91632	
4485069	Pine Fork	pine-fork	US		0	America/New_York	36.44374	-81.21703	926			NC	005	90808	
4485074	Pine Grove Apartments	pine-grove-apartments	US		0	America/New_York	35.58516	-77.58747	25			NC	147	91084	
4485106	Pine Harbor	pine-harbor	US		0	America/New_York	35.11764	-81.03008	173			NC	119		
4485107	Pine Haven	pine-haven	US		0	America/New_York	35.49736	-80.10477	159			NC	123	90988	
4485108	Pine Haven	pine-haven	US		0	America/New_York	35.40488	-77.97665	36			NC	191	91260	
4485109	Pine Haven	pine-haven	US		0	America/New_York	35.7671	-77.89665	42			NC	195	94048	
4485124	Pine Hurst Park	pine-hurst-park	US		0	America/New_York	35.69293	-78.60056	105	Pine Hurst Park,Pinehurst,Pinehurst Park		NC	183	92788	
4485141	Pine Knob	pine-knob	US		0	America/New_York	35.94459	-79.04223	135			NC	135	90620	
4485145	Pine Knoll Shores	pine-knoll-shores	US		1364	America/New_York	34.69738	-76.81327	3			NC	031	92120	
4485146	Pine Knolls	pine-knolls	US		0	America/New_York	36.19486	-80.06588	263			NC	067	90216	
4485157	Pine Lakes	pine-lakes	US		0	America/New_York	36.33821	-76.22493	2			NC	139	92576	
4485163	Pine Knoll	pine-knoll	US		0	America/New_York	34.98127	-78.96169	56	Friendship,Pine Knoll		NC	051	92724	
4485166	Pine Log	pine-log	US		0	America/New_York	34.32378	-78.72557	18	Pine Log,Pinelog		NC	047	94000	
4485190	Pine Log Village	pine-log-village	US		0	America/New_York	34.99036	-83.95768	582	Pine Log Village,Pinelog Village		NC	043	90360	
4485199	Pine Mountain Lakes	pine-mountain-lakes	US		0	America/New_York	35.58346	-81.59398	359			NC	023	91928	
4485229	Pine Shore Lakes	pine-shore-lakes	US		0	America/New_York	35.13151	-82.72902	921			NC	175	90948	
4485232	Pine Swamp	pine-swamp	US		0	America/New_York	36.4593	-81.1087	906			NC	005	93960	
4485241	Pine Tree	pine-tree	US		0	America/New_York	35.74044	-77.79526	36			NC	195	91208	
4485250	Pine Valley Estates	pine-valley-estates	US		0	America/New_York	34.18767	-77.90721	12			NC	129	94044	
4485252	Pine View	pine-view	US		0	America/New_York	36.33849	-76.23382	3			NC	139	92576	
4485260	Pineburr	pineburr	US		0	America/New_York	35.85541	-81.60399	328			NC	027	91780	
4485266	Pinecrest Park	pinecrest-park	US		0	America/New_York	35.82654	-78.61584	88			NC	183	92792	
4485267	Pinecroft	pinecroft	US		0	America/New_York	36.02847	-79.83892	256	Lamrocton,Pinecroft		NC	081	92124	
4485269	Pinedell	pinedell	US		0	America/New_York	35.01515	-80.59451	192			NC	179	92108	
4485273	Pinehurst Acres	pinehurst-acres	US		0	America/New_York	35.31485	-81.53037	282			NC	045		
4485285	Pinelog	pinelog	US		0	America/New_York	34.99731	-83.96824	571			NC	043	90360	
4485290	Pinemont	pinemont	US		0	America/New_York	35.391	-77.92387	41			NC	191	93138	
4485291	Pineridge	pineridge	US		0	America/New_York	35.87072	-76.698	5			NC	187	92540	
4485298	Pines of Brookhaven	pines-of-brookhaven	US		0	America/New_York	35.87182	-78.68417	116			NC	183	91548	
4485299	Pineview Acres	pineview-acres	US		0	America/New_York	35.76793	-77.95415	46			NC	195	93220	
4485302	Pineview Estates	pineview-estates	US		0	America/New_York	35.81988	-78.33694	87			NC	183	91868	
4485303	Pineview Hills	pineview-hills	US		0	America/New_York	35.77182	-78.7075	110			NC	183	92612	
4485313	Pinewood Acres	pinewood-acres	US		0	America/New_York	36.07069	-79.49113	190			NC	001		
4485314	Pinewood Acres	pinewood-acres	US		0	America/New_York	35.74099	-78.84084	143			NC	183	93984	
4485318	Pinewood Downs	pinewood-downs	US		0	America/New_York	34.74238	-77.36302	9			NC	133	91632	
4485320	Pinewood Estates	pinewood-estates	US		0	America/New_York	35.7271	-77.95499	44			NC	195	94048	
4485322	Pinewood Forest	pinewood-forest	US		0	America/New_York	36.06597	-79.48447	195			NC	001		
4485323	Pinewood Forest	pinewood-forest	US		0	America/New_York	35.56627	-77.38246	20			NC	147	94072	
4485324	Pinewood Lakers	pinewood-lakers	US		0	America/New_York	34.9835	-78.93586	51			NC	051	92724	
4485326	Piney	piney	US		0	America/New_York	35.8768	-81.67704	400	Hobart,Piney,Piney Crossroads		NC	027	91672	
4485350	Piney Forest Crossroads	piney-forest-crossroads	US		0	America/New_York	34.45711	-78.86336	32	Piney Forest Cross Roads,Piney Forest Crossroads		NC	047	93216	
4485355	Piney Green	piney-green	US		13293	America/New_York	34.716	-77.32024	12			NC	133	93976	
4485356	Piney Green	piney-green	US		0	America/New_York	35.0935	-78.47806	56			NC	163	91528	
4485360	Piney Grove	piney-grove	US		0	America/New_York	34.04906	-78.17333	7			NC	019	93252	
4485361	Piney Grove	piney-grove	US		0	America/New_York	35.92905	-77.46691	16			NC	065		
4485362	Piney Grove	piney-grove	US		0	America/New_York	36.05709	-79.05362	200			NC	135	91040	
4485363	Piney Grove	piney-grove	US		0	America/New_York	34.95515	-79.81033	96			NC	153	92736	
4485421	Piney Grove Landing	piney-grove-landing	US		0	America/New_York	35.60044	-76.5566	0			NC	013	92436	
4485477	Piney Plains	piney-plains	US		0	America/New_York	35.74571	-78.75445	136			NC	183	93200	
4485485	Piney Mountain Estates	piney-mountain-estates	US		0	America/New_York	35.73097	-79.79948	239			NC	151	90084	
4485488	Piney Ridge	piney-ridge	US		0	America/New_York	34.96767	-78.34417	49			NC	163	93032	
4485498	Piney Wood	piney-wood	US		0	America/New_York	34.56628	-78.09805	19			NC	141	90728	
4485507	Pineygrove	pineygrove	US		0	America/New_York	35.56488	-76.98662	13			NC	013	91896	
4485526	Pinkney	pinkney	US		0	America/New_York	35.52544	-78.06638	45			NC	191	91300	
4485528	Pinkston	pinkston	US		0	America/New_York	35.01626	-80.07839	92	Lenoir,Pinkston		NC	007	93876	
4485575	Pino	pino	US		0	America/New_York	36.02347	-80.57923	243			NC	059	90668	
4485577	Pinoca (historical)	pinoca-historical	US		0	America/New_York	35.26986	-80.89146	238			NC	119		
4485580	Pioneer Mills	pioneer-mills	US		0	America/New_York	35.26042	-80.58868	201			NC	025		
4485583	Pipkin Place	pipkin-place	US		0	America/New_York	36.44126	-76.94052	3			NC	073	91376	
4485585	Pirates Cove	pirates-cove	US		0	America/New_York	35.76265	-78.76389	135			NC	183	90536	
4485586	Pireway	pireway	US		0	America/New_York	34.02712	-78.63779	12	Pireway,Pireway Ferry		NC	047	90436	
4485605	Pisgah Forest Farms	pisgah-forest-farms	US		0	America/New_York	35.21539	-82.65124	845			NC	175	91864	
4485615	Pisgah Shadows	pisgah-shadows	US		0	America/New_York	35.27345	-82.62679	635			NC	175	91864	
4485616	Pisgah View	pisgah-view	US		0	America/New_York	35.569	-82.5804	639			NC	021	90086	
4485664	Plain View	plain-view	US		0	America/New_York	35.14487	-79.71921	178			NC	153	92084	
4485665	Plain View	plain-view	US		1961	America/New_York	35.2485	-78.55529	62			NC	163	92524	
4485686	Plantation Acres	plantation-acres	US		0	America/New_York	35.92348	-79.0939	144			NC	135	90620	
4485687	Plantation Estates	plantation-estates	US		0	America/New_York	35.76848	-78.78806	141			NC	183	90536	
4485690	Plantation Walk	plantation-walk	US		0	America/New_York	35.32845	-82.47484	642			NC	089	91456	
4485691	Planters Ridge	planters-ridge	US		0	America/New_York	35.48849	-79.21252	105			NC	105		
4485692	Planters Ridge	planters-ridge	US		0	America/New_York	35.20014	-80.67174	244			NC	119		
4485693	Planters Walk	planters-walk	US		0	America/New_York	35.57599	-77.34191	21			NC	147	94072	
4485696	Plateau	plateau	US		0	America/New_York	35.59347	-81.3587	309	Keeversville,Plateau		NC	035	91636	
4485704	Plear	plear	US		0	America/New_York	34.596	-77.79554	5			NC	141	91516	
4485705	Pleasant (historical)	pleasant-historical	US		0	America/New_York	35.54041	-81.28897	244			NC	109	91824	
4485706	Pleasant Acres	pleasant-acres	US		0	America/New_York	35.11877	-78.90114	65			NC	051	90532	
4485718	Pleasant Gardens	pleasant-gardens	US		0	America/New_York	35.68901	-82.07817	418	Garden,Pleasant Garden,Pleasant Gardens		NC	111	91984	
4485720	Pleasant Green Estates	pleasant-green-estates	US		0	America/New_York	36.09903	-78.99529	196			NC	135	91040	
4485868	Pleasant Hills	pleasant-hills	US		0	America/New_York	35.84264	-80.27338	241			NC	057	91796	
4485954	Plott Farm Addition	plott-farm-addition	US		0	America/New_York	35.51205	-82.85152	801			NC	087	92488	
4485964	Plum Point Estates	plum-point-estates	US		0	America/New_York	34.73655	-77.4833	14			NC	133	91632	
4485982	Pocomoke	pocomoke	US		0	America/New_York	36.08043	-78.54028	159	Pocomoke,Pokomoke		NC	069	91170	
4485988	Plyer	plyer	US		0	America/New_York	35.37125	-80.28228	193	Plyer,Plyler		NC	167	90048	
4485995	Poindexter	poindexter	US		0	America/New_York	36.23069	-80.58784	342			NC	197	92314	
4485999	Point Caswell	point-caswell	US		0	America/New_York	34.46822	-78.15972	7			NC	141	90548	
4486002	Point Emerald Villas	point-emerald-villas	US		0	America/New_York	34.65127	-77.08189	8			NC	031	93968	
4486044	Pole Creek	pole-creek	US		0	America/New_York	35.56566	-82.70735	681			NC	021	93840	
4486077	Polkadot	polkadot	US		0	America/New_York	35.4543	-81.2548	244			NC	109	91824	
4486081	Poley Bridge Crossing (historical)	poley-bridge-crossing-historical	US		0	America/New_York	34.15878	-78.68196	21	Pole Bridge Crossing,Poley Bridge Crossing (historical)		NC	047	91764	
4486090	Pollocks	pollocks	US		0	America/New_York	35.11183	-77.39385	14			NC	103		
4486099	Pomouk Indian Village (historical)	pomouk-indian-village-historical	US		0	America/New_York	35.47072	-76.81383	1			NC	013	90168	
4486123	Ponzer	ponzer	US		0	America/New_York	35.58767	-76.49465	2			NC	095	90856	
4486124	Pool (historical)	pool-historical	US		0	America/New_York	35.54125	-80.337	212			NC	159	92128	
4486138	Pooletown	pooletown	US		0	America/New_York	35.59069	-80.24283	196	Pool,Poole Town,Pooletown,Pooltown		NC	159	92128	
4486141	Poolville (historical)	poolville-historical	US		0	America/New_York	36.23794	-76.13215	0	Broomfield,Poolville (historical)		NC	139	92292	
4486144	Poor Town	poor-town	US		0	America/New_York	36.28043	-77.02524	19			NC	091	90016	
4486154	Pope Crossing	pope-crossing	US		0	America/New_York	34.56628	-78.99781	36			NC	155	90372	
4486160	Popes Crossroads	popes-crossroads	US		0	America/New_York	36.08487	-78.49722	135			NC	069	91170	
4486220	Poplar Hill (historical)	poplar-hill-historical	US		0	America/New_York	34.94627	-80.20256	112			NC	007	91732	
4486245	Poplar Springs	poplar-springs	US		0	America/New_York	35.25596	-81.60898	248			NC	045		
4486246	Poplar Springs	poplar-springs	US		0	America/New_York	36.28014	-80.32089	323			NC	169	94108	
4486247	Poplar Springs	poplar-springs	US		0	America/New_York	36.31124	-80.83257	364			NC	171	91016	
4486248	Poplar Springs	poplar-springs	US		0	America/New_York	35.29931	-80.81646	243			NC	119		
4486263	Poplar Tent	poplar-tent	US		0	America/New_York	35.42931	-80.66007	211			NC	025		
4486284	Port Trinitie	port-trinitie	US		0	America/New_York	36.19989	-75.76435	2			NC	055	90096	
4486294	Porter Junction	porter-junction	US		0	America/New_York	35.52683	-77.08495	1			NC	013	90664	
4486303	Porters Neck Plantation	porters-neck-plantation	US		0	America/New_York	34.29739	-77.74526	4			NC	129	91404	
4486322	Possumtrot	possumtrot	US		0	America/New_York	35.90289	-82.42847	830			NC	199	90492	
4486326	Postell	postell	US		0	America/New_York	35.08286	-84.24159	545			NC	039	92932	
4486337	Pot Neck	pot-neck	US		0	America/New_York	35.23016	-77.70997	13			NC	107	91072	
4486360	Poteskeet Village	poteskeet-village	US		0	America/New_York	36.16211	-75.74324	3			NC	055	90096	
4486369	Potters Hill	potters-hill	US		481	America/New_York	34.96878	-77.71025	28			NC	061	91820	
4486371	Pottertown	pottertown	US		0	America/New_York	36.35151	-81.67261	1080	Pottertown,Tamarack		NC	189	92320	
4486375	Potters Curve	potters-curve	US		0	America/New_York	34.30545	-78.80641	27			NC	047	90612	
4486404	Powderhorn Mountain	powderhorn-mountain	US		0	America/New_York	36.16374	-81.50593	471			NC	189	91008	
4486414	Powell Crossroads	powell-crossroads	US		0	America/New_York	36.3421	-76.65662	7			NC	073	92092	
4486427	Powells Crossing	powells-crossing	US		0	America/New_York	34.33406	-78.8603	31			NC	047	90612	
4486434	Powelltown	powelltown	US		0	America/New_York	35.13289	-82.80985	670			NC	175	90948	
4486450	Poyners Hill (historical)	poyners-hill-historical	US		0	America/New_York	36.27405	-75.79602	3	Poyner Hill,Poyners Hill (historical),Wilnets Hill		NC	053	92552	
4486481	Prestonville	prestonville	US		0	America/New_York	36.45764	-80.0981	334			NC	169	93016	
4486504	Price Creek	price-creek	US		0	America/New_York	35.86622	-82.38374	831	Price Creek,Price's Creek,Prices Creek		NC	199	92572	
4486517	Pricetown	pricetown	US		0	America/New_York	35.171	-77.89665	41			NC	191	91576	
4486536	Princess Place	princess-place	US		0	America/New_York	34.246	-77.92276	7			NC	129	94044	
4486285	Porter	porter	US	04068	0	America/New_York	35.50044	-77.07801	5			NC	013	90664	
4486570	Proctors Corner	proctors-corner	US		0	America/New_York	36.25543	-76.98774	18			NC	091	90016	
4486583	Progress	progress	US		0	America/New_York	35.88264	-79.9467	250	Fraziers,Progress		NC	151	93768	
4486585	Propst Crossroads	propst-crossroads	US		0	America/New_York	35.62735	-81.37564	318			NC	035	91636	
4486625	Providence (historical)	providence-historical	US		0	America/New_York	35.10126	-80.7184	206			NC	119		
4486665	Providence Mill	providence-mill	US		0	America/New_York	35.58208	-81.19564	260	Cotton Factory,Providence Mill		NC	035	92284	
4486668	Providence Park	providence-park	US		0	America/New_York	35.16681	-80.80757	207			NC	119		
4486669	Providence Plantation	providence-plantation	US		0	America/New_York	35.08376	-80.76507	189			NC	119		
4486677	Providence Woods	providence-woods	US		0	America/New_York	35.05015	-80.7434	218			NC	179	92836	
4486678	Providence Woods	providence-woods	US		0	America/New_York	35.13598	-80.78646	195			NC	119		
4486682	Proximity	proximity	US		0	America/New_York	36.09264	-79.77725	241			NC	081	91228	
4486727	Pumpkin Center	pumpkin-center	US		2107	America/New_York	35.5193	-81.14119	288			NC	109	91596	
4486728	Pumpkin Center	pumpkin-center	US		2222	America/New_York	34.79155	-77.37246	13			NC	133	91632	
4486730	Pumpkin Center	pumpkin-center	US		0	America/New_York	35.71096	-81.70037	368			NC	023	92136	
4486739	Pumpkintown	pumpkintown	US		0	America/New_York	35.25399	-83.28209	854			NC	099	92856	
4486754	Pungo	pungo	US		0	America/New_York	35.63683	-76.61188	0			NC	013	92436	
4486788	Purley	purley	US		0	America/New_York	36.47486	-79.35752	172			NC	033	90880	
4486790	Pyatte	pyatte	US		0	America/New_York	36.0129	-81.969	1079			NC	011	92586	
4486797	Quail Hollow	quail-hollow	US		0	America/New_York	36.03069	-79.42669	177			NC	001		
4486798	Quail Hollow	quail-hollow	US		0	America/New_York	36.09791	-80.1131	291			NC	067	90012	
4486799	Quail Hollow	quail-hollow	US		0	America/New_York	35.29678	-82.50595	699			NC	089	91456	
4486800	Quail Hollow	quail-hollow	US		0	America/New_York	35.10737	-80.85174	174			NC	119		
4486801	Quail Hollow	quail-hollow	US		0	America/New_York	35.94154	-77.8447	34			NC	127	93144	
4486802	Quail Hollow	quail-hollow	US		0	America/New_York	35.84876	-78.61917	103			NC	183	92228	
4486803	Quail Hollow	quail-hollow	US		0	America/New_York	35.71405	-77.9361	42			NC	195	94048	
4486807	Quail Hollow Estates	quail-hollow-estates	US		0	America/New_York	36.11069	-81.13536	365			NC	193	94012	
4486809	Quail Meadow	quail-meadow	US		0	America/New_York	35.85348	-78.61639	107			NC	183	91548	
4486811	Quail Ridge	quail-ridge	US		0	America/New_York	35.09488	-77.09273	6			NC	049	93592	
4486812	Quail Ridge	quail-ridge	US		0	America/New_York	35.39349	-79.23502	135			NC	105		
4486813	Quail Ridge	quail-ridge	US		0	America/New_York	35.45845	-82.19844	351			NC	161	90656	
4486814	Quail Ridge	quail-ridge	US		0	America/New_York	35.01544	-78.96086	60			NC	051	92724	
4486815	Quail Ridge	quail-ridge	US		0	America/New_York	35.28595	-82.49318	690			NC	089	91456	
4486816	Quail Ridge	quail-ridge	US		0	America/New_York	35.58155	-77.34246	21			NC	147	94072	
4486817	Quail Ridge	quail-ridge	US		0	America/New_York	35.85376	-78.61084	106			NC	183	92228	
4486818	Quail Ridge	quail-ridge	US		0	America/New_York	35.70794	-77.94137	40			NC	195	94048	
4486819	Quail Roost	quail-roost	US		0	America/New_York	36.19431	-78.90751	164			NC	063	91972	
4486826	Quail Run	quail-run	US		0	America/New_York	35.95375	-79.05668	147			NC	135	90620	
4486829	Quaker Acres	quaker-acres	US		0	America/New_York	36.09514	-79.90559	246			NC	081	92124	
4486833	Quaker Gap	quaker-gap	US		0	America/New_York	36.35569	-80.28783	332			NC	169	94108	
4486841	Quaker Neck Estates	quaker-neck-estates	US		0	America/New_York	35.39738	-78.06499	33			NC	191	91136	
4486845	Qualla	qualla	US		0	America/New_York	35.43538	-83.32293	618	Kwa'li,Kwalun'yi,Qualla,Quallatown,Qualltown		NC	099	92596	
4486860	Quebec	quebec	US		0	America/New_York	35.14011	-82.87569	772			NC	175	91504	
4486874	Queen Pines	queen-pines	US		0	America/New_York	35.79321	-78.52028	92			NC	183	92792	
4486879	Queens Acres	queens-acres	US		0	America/New_York	35.93263	-81.5101	341			NC	027	91924	
4486882	Queens Court	queens-court	US		0	America/New_York	34.66238	-77.058	3			NC	031	93968	
4486889	Queens Grant	queens-grant	US		0	America/New_York	35.16181	-80.76118	203			NC	119		
4486891	Queens Point	queens-point	US		0	America/New_York	34.26434	-77.80054	6			NC	129	91404	
4486892	Queensdale	queensdale	US		0	America/New_York	35.016	-78.96697	56			NC	051	92724	
4486895	Querys Dixons (historical)	querys-dixons-historical	US		0	America/New_York	35.28986	-80.7309	219			NC	119		
4486896	Quesenbury	quesenbury	US		0	America/New_York	36.50097	-79.82198	221			NC	157	91752	
4486903	Quick	quick	US		0	America/New_York	36.40542	-79.49641	202			NC	033	91888	
4486908	Quinland	quinland	US		0	America/New_York	35.41621	-83.01014	976	Quinland,Quinlantown		NC	087	93920	
4486913	Quinerly	quinerly	US		0	America/New_York	35.36405	-77.37052	7			NC	147	91340	
4486914	Quinns Store	quinns-store	US		0	America/New_York	34.88905	-77.73248	22			NC	061	91820	
4486929	Quitsna	quitsna	US		0	America/New_York	35.96988	-77.06718	12	Quitonoi,Quitsna		NC	015	91580	
4486931	Rabbit Corner	rabbit-corner	US		0	America/New_York	36.24405	-76.32188	2	Rabbit Corner,Whites Fork		NC	139	92164	
4486939	Rabontown	rabontown	US		0	America/New_York	34.17323	-78.1775	12			NC	019	93252	
4486978	Radford Crossroads	radford-crossroads	US		0	America/New_York	35.52016	-78.11416	61			NC	101	90336	
4486988	Raemon	raemon	US		282	America/New_York	34.63766	-79.34865	51	Midway,Raemon		NC	155	90028	
4487012	Rain Forest	rain-forest	US		0	America/New_York	35.05737	-80.70257	212			NC	179	93860	
4487032	Rainbow Springs	rainbow-springs	US		0	America/New_York	35.09426	-83.56544	1009			NC	113	90524	
4487034	Rains Crossroads	rains-crossroads	US		0	America/New_York	35.51516	-78.14444	43	Raines Crossroads,Rains Crossroads,Rayns Crossroads		NC	101	90336	
4487035	Raintree	raintree	US		0	America/New_York	34.81433	-77.45774	10			NC	133	91632	
4487036	Raintree	raintree	US		0	America/New_York	35.11876	-80.79563	171			NC	119		
4487037	Raintree Estates	raintree-estates	US		0	America/New_York	35.98347	-80.4295	225			NC	059	92896	
4487062	Rainbow Estates	rainbow-estates	US		0	America/New_York	35.78737	-78.77417	149			NC	183	90536	
4487066	Rama	rama	US		0	America/New_York	35.17764	-80.76924	219			NC	119		
4487067	Ramblewood	ramblewood	US		0	America/New_York	35.12848	-80.89841	183			NC	119		
4487068	Ramblewood Apartments	ramblewood-apartments	US		0	America/New_York	35.27318	-81.55065	257			NC	045		
4487069	Rambling Acres	rambling-acres	US		0	America/New_York	35.82846	-81.55537	375			NC	027	92304	
4487103	Ramseytown	ramseytown	US		0	America/New_York	36.00067	-82.35735	651	Ramsaytown,Ramseytown		NC	199	92616	
4487139	Random Hills	random-hills	US		0	America/New_York	36.07819	-79.51947	195			NC	001		
4487140	Random Woods	random-woods	US		0	America/New_York	35.86542	-80.28838	251			NC	057	91796	
4487141	Random Woods	random-woods	US		0	America/New_York	36.0443	-79.86642	249			NC	081	92124	
4487142	Random Woods	random-woods	US		0	America/New_York	35.28266	-77.64414	30			NC	107	91072	
4487149	Rangewood	rangewood	US		0	America/New_York	35.70654	-78.64612	91			NC	183	92788	
4487150	Rangewood	rangewood	US		0	America/New_York	35.92098	-79.12418	159			NC	135	90620	
4487158	Ranlo	ranlo	US		3556	America/New_York	35.28625	-81.13035	243			NC	071	91216	
4487217	Rattlesnake Lodge	rattlesnake-lodge	US		0	America/New_York	35.66845	-82.45568	1132			NC	021	93180	
4487266	Ravensford	ravensford	US		0	America/New_York	35.51093	-83.29543	663			NC	173	90624	
4487278	Rawls	rawls	US		0	America/New_York	35.5371	-78.81529	118			NC	085	91444	
4487297	Raynor	raynor	US		0	America/New_York	36.00849	-78.28444	92			NC	069	91414	
4487300	Rays Beach	rays-beach	US		0	America/New_York	36.37738	-76.83996	1			NC	073	91376	
4487302	Raynor Town	raynor-town	US		0	America/New_York	35.39516	-78.14083	27			NC	191	91136	
4487309	Reads Chapel	reads-chapel	US		0	America/New_York	35.311	-76.74604	2	Godley Store,Reads Chapel		NC	013	92664	
4487315	Ready Branch	ready-branch	US		0	America/New_York	36.14041	-81.35398	414	Ready Branch,Readybranch		NC	193	91788	
4487325	Reb Kee	reb-kee	US		0	America/New_York	34.61406	-78.185	24			NC	141	90728	
4487326	Reba	reba	US		0	America/New_York	35.67405	-77.63914	35			NC	147	91152	
4487329	Rebel City	rebel-city	US		0	America/New_York	35.08267	-78.54862	57			NC	163	90904	
4487343	Red Acres	red-acres	US		0	America/New_York	35.64292	-80.51312	227			NC	159	91880	
4487354	Red Brush	red-brush	US		0	America/New_York	36.47624	-80.69479	410			NC	171	93128	
4487360	Red Cross	red-cross	US		742	America/New_York	35.26737	-80.35562	194			NC	167	90264	
4487373	Red Bug	red-bug	US		0	America/New_York	33.98101	-78.37417	6			NC	019	91884	
4487403	Red Oak Acres	red-oak-acres	US		0	America/New_York	36.0768	-79.4678	207			NC	001		
4487425	Red Star Camp	red-star-camp	US		0	America/New_York	34.45461	-78.14944	1			NC	141	90548	
4487426	Redallia	redallia	US		0	America/New_York	35.48488	-77.37635	19	Redalia,Redalir,Redallia		NC	147	94072	
4487435	Redbug	redbug	US		0	America/New_York	34.3085	-78.61196	18			NC	047	90316	
4487436	Redcross	redcross	US		0	America/New_York	35.88236	-79.69586	248	Red Cross,Redcross		NC	151	92580	
4487445	Redding Hills	redding-hills	US		0	America/New_York	35.72375	-79.83615	275			NC	151	90084	
4487451	Redland	redland	US		0	America/New_York	35.98791	-80.47256	265	Bethlehem Community,Redland,Redlane		NC	059	91080	
4487470	Redwood Village	redwood-village	US		0	America/New_York	35.58122	-82.51846	658			NC	021	90086	
4487471	Redwood Village	redwood-village	US		0	America/New_York	35.54072	-78.26917	53			NC	101	92888	
4487499	Reeds Crossroads	reeds-crossroads	US		0	America/New_York	35.84486	-80.33255	257	Michael,Red House,Reeds Cross Roads,Reeds Crossroads		NC	057	93796	
4487540	Reedy Creek	reedy-creek	US		0	America/New_York	35.91986	-80.33366	227			NC	057	92644	
4487578	Reelsboro	reelsboro	US		0	America/New_York	35.13405	-76.91327	13			NC	137	93260	
4487586	Reepsville	reepsville	US		0	America/New_York	35.51069	-81.35036	286	Reepsville,Reepville		NC	109	91552	
4487605	Refuge Mission	refuge-mission	US		0	America/New_York	35.38514	-79.95644	223			NC	123	93848	
4487606	Regal	regal	US		0	America/New_York	35.12203	-84.00324	483			NC	039	92192	
4487611	Regency Estates	regency-estates	US		0	America/New_York	35.97376	-77.93026	56			NC	127	92212	
4487635	Reid	reid	US		0	America/New_York	35.11594	-82.90291	824			NC	175	91504	
4487655	Reigate	reigate	US		0	America/New_York	35.1407	-80.65396	202			NC	119		
4487661	Relief	relief	US		0	America/New_York	36.03428	-82.29346	641			NC	121	90352	
4487662	Ren	ren	US		0	America/New_York	35.80822	-76.77606	13			NC	187	92540	
4487663	Rena	rena	US		0	America/New_York	36.18736	-80.80951	346			NC	197	93041	
4487666	Rendleman (historical)	rendleman-historical	US		0	America/New_York	35.58236	-80.3895	235			NC	159	92584	
4487668	Rennert	rennert	US		379	America/New_York	34.81433	-79.08087	56	McAlpins Grove,Rennert		NC	155	92656	
4487672	Renston	renston	US		0	America/New_York	35.50905	-77.45636	20			NC	147	90112	
4487673	Republican	republican	US		0	America/New_York	36.08238	-77.05996	18			NC	015	93008	
4487688	Rest Haven	rest-haven	US		0	America/New_York	35.42711	-76.73077	3			NC	013	90168	
4487693	Retreat	retreat	US		0	America/New_York	35.45066	-82.90902	828	Retreat,Riverside		NC	087	92488	
4487701	Revolution	revolution	US		0	America/New_York	36.10208	-79.77809	236			NC	081	91228	
4487706	Reynolda	reynolda	US		0	America/New_York	36.12542	-80.28533	271			NC	067	94068	
4487710	Reynolda Park	reynolda-park	US		0	America/New_York	36.12014	-80.28672	279			NC	067	94068	
4487719	Reynolds Crossroads	reynolds-crossroads	US		0	America/New_York	35.0685	-78.4325	54			NC	163	90228	
4487732	Reynoldson	reynoldson	US		0	America/New_York	36.52821	-76.79218	21			NC	073	92660	
4487734	Reywin Acres	reywin-acres	US		0	America/New_York	36.47514	-79.81754	167			NC	157	91752	
4487735	Rhamkatte	rhamkatte	US		0	America/New_York	35.74821	-78.67334	125			NC	183	93200	
4487738	Rheasville	rheasville	US		0	America/New_York	36.41043	-77.70026	61			NC	083	93932	
4487740	Rhems	rhems	US		0	America/New_York	35.07266	-77.17801	11	Debrunks,Rhems		NC	049	93592	
4487765	Rhodo	rhodo	US		0	America/New_York	35.21759	-83.75212	653			NC	039	93852	
4487770	Rhoney	rhoney	US		0	America/New_York	35.62569	-81.33258	291			NC	035	91636	
4487772	Rhyne	rhyne	US		0	America/New_York	35.29403	-80.97341	207			NC	119		
4487773	Rhyne Crossroad	rhyne-crossroad	US		0	America/New_York	34.55544	-78.0086	16	Rhyne Crossroad,Rhyne Crossroads		NC	141	90444	
4487800	Rice Mill	rice-mill	US		0	America/New_York	35.91622	-82.66653	603			NC	115	93706	
4487805	Ricefield	ricefield	US		0	America/New_York	34.366	-78.39584	19			NC	047	90320	
4487845	Rich Mountain	rich-mountain	US		0	America/New_York	35.32232	-83.04597	814			NC	099	90500	
4487954	Richmond Mill	richmond-mill	US		0	America/New_York	34.82071	-79.5281	64	Richmond Mill,Richmond Mills		NC	165	91748	
4487957	Richmond Park Extension	richmond-park-extension	US		0	America/New_York	34.9521	-79.75422	77			NC	153	92736	
4487969	Rickman Acres	rickman-acres	US		0	America/New_York	36.51597	-79.68364	180			NC	157	91752	
4487978	Riddick Crossroads	riddick-crossroads	US		0	America/New_York	36.44626	-76.8694	9			NC	073	91376	
4487982	Riddicks Landing	riddicks-landing	US		0	America/New_York	36.53126	-76.92552	1			NC	091	91968	
4487983	Riddicksville	riddicksville	US		0	America/New_York	36.52737	-76.93885	10	Maneys Ferry,Reddicksville,Riddicksville		NC	091	91968	
4487993	Ridge Haven	ridge-haven	US		0	America/New_York	35.10844	-82.84375	712			NC	175	90948	
4488010	Ridgeview Acres	ridgeview-acres	US		0	America/New_York	35.9968	-80.1931	271			NC	057	92064	
4488015	Ridgeview Estates	ridgeview-estates	US		0	America/New_York	35.28456	-82.41623	666			NC	089	91456	
4488028	Ridgewood Acres	ridgewood-acres	US		0	America/New_York	35.85903	-80.20894	235			NC	057	91796	
4488071	Riley Hill	riley-hill	US		0	America/New_York	35.85876	-78.42	105			NC	183	91868	
4488073	Rimer	rimer	US		0	America/New_York	35.47486	-80.4834	230			NC	025		
4488083	Ripple City	ripple-city	US		0	America/New_York	35.61572	-77.36635	6			NC	147	91328	
4488101	River Acres	river-acres	US		0	America/New_York	35.49739	-76.99245	1			NC	013	91896	
4488102	River Bend	river-bend	US		3149	America/New_York	35.06905	-77.1469	4			NC	049	93592	
4488109	River Haven	river-haven	US		0	America/New_York	35.31542	-80.08561	91			NC	167	92296	
4488110	River Heights	river-heights	US		0	America/New_York	34.75266	-76.71715	2			NC	031	92120	
4488113	River Hills	river-hills	US		0	America/New_York	35.58905	-77.3108	7	River Hill,River Hills		NC	147	91328	
4488114	River Hills	river-hills	US		0	America/New_York	35.34873	-81.84982	248			NC	161	90768	
4488116	River Neck	river-neck	US		0	America/New_York	35.94766	-76.28104	1	Devenport,River Neck		NC	177	90736	
4488121	River Ridge Run	river-ridge-run	US		0	America/New_York	36.1568	-80.42061	224			NC	067	93864	
4488122	River Road	river-road	US		4394	America/New_York	35.50683	-76.99078	4			NC	013	91896	
4488123	River Road Minor	river-road-minor	US		0	America/New_York	35.65516	-77.42497	8			NC	147	90224	
4488131	River View (historical)	river-view-historical	US		0	America/New_York	35.51152	-80.95008	236			NC	097	90884	
4488138	Riverbend	riverbend	US		0	America/New_York	35.42929	-82.16956	287			NC	161	90656	
4488139	Riverbend	riverbend	US		0	America/New_York	36.46319	-79.81281	182			NC	157	92020	
4488140	Riverbend Acres	riverbend-acres	US		0	America/New_York	35.2529	-81.59232	247			NC	045		
4488143	Rivercliff	rivercliff	US		0	America/New_York	35.10294	-78.86558	62			NC	051	90832	
4488144	Rivercrest	rivercrest	US		0	America/New_York	35.81932	-78.36028	85			NC	183	91992	
4488149	Rivermont	rivermont	US		0	America/New_York	35.23961	-77.59886	11			NC	107	92224	
4488176	Riverside Estates	riverside-estates	US		0	America/New_York	35.19234	-82.74263	673			NC	175	90564	
4488185	Riverview Estates	riverview-estates	US		0	America/New_York	34.96822	-78.90392	45			NC	051	92724	
4488188	Riverview North	riverview-north	US		0	America/New_York	35.75876	-78.54139	59			NC	183	92792	
4488216	Roanoac (historical)	roanoac-historical	US		0	America/New_York	35.94378	-75.70879	0	Roanoac (historical),Roanoak		NC	055	92196	
4488252	Roaring Creek	roaring-creek	US		0	America/New_York	36.06374	-82.01262	909			NC	011	92708	
4488303	Roberdell	roberdell	US		0	America/New_York	34.97154	-79.74478	66	Roberdel,Roberdell		NC	153	92736	
4488306	Roberdo	roberdo	US		0	America/New_York	35.31348	-79.94977	162			NC	123	92160	
4488318	Roberta Mill	roberta-mill	US		0	America/New_York	35.35736	-80.6359	180	Roberta Mill,Roberta Mills		NC	025		
4488361	Robin Lake Estates	robin-lake-estates	US		0	America/New_York	35.28516	-78.00999	50			NC	191	90384	
4488364	Robin Hood Trace	robin-hood-trace	US		0	America/New_York	36.12986	-80.40894	252			NC	067	93864	
4488365	Robinhood Forest	robinhood-forest	US		0	America/New_York	36.12264	-80.392	243			NC	067	93864	
4488368	Robins Nest	robins-nest	US		0	America/New_York	35.89069	-79.95032	243			NC	151	93768	
4488371	Robins Wood	robins-wood	US		0	America/New_York	35.91403	-79.11668	147			NC	135	90620	
4488373	Robinet (historical)	robinet-historical	US		0	America/New_York	36.14041	-81.17425	297			NC	193	94012	
4488387	Robinson Church Community	robinson-church-community	US		0	America/New_York	35.24514	-80.66924	200			NC	119		
4488394	Robinson Heights	robinson-heights	US		0	America/New_York	35.53461	-77.39413	22			NC	147	94072	
4488401	Robinson Woods	robinson-woods	US		0	America/New_York	35.15598	-80.78201	215			NC	119		
4488412	Rochelle Corners	rochelle-corners	US		0	America/New_York	35.26877	-77.62719	14			NC	107	91072	
4488418	Rochester Heights	rochester-heights	US		0	America/New_York	35.75737	-78.62056	65			NC	183	92612	
4488503	Rock Rest	rock-rest	US		0	America/New_York	34.96459	-80.50562	170			NC	179	92108	
4488504	Rock Rest	rock-rest	US		0	America/New_York	34.9546	-80.4834	172			NC	179	92108	
4488505	Rock Ridge	rock-ridge	US		0	America/New_York	35.7021	-78.06721	43	Rock Ridge,Taylor		NC	195	92380	
4488532	Rockfish	rockfish	US		3298	America/New_York	34.99266	-79.06614	66			NC	093	91948	
4488584	Rockview	rockview	US		0	America/New_York	35.78539	-82.42957	721			NC	021	91604	
4488592	Rockwell Park	rockwell-park	US		0	America/New_York	35.30653	-80.80202	243			NC	119		
4488595	Rockwood Acres	rockwood-acres	US		0	America/New_York	36.10541	-79.47863	196			NC	001		
4488635	Rocky Brook	rocky-brook	US		0	America/New_York	35.2868	-81.53648	262			NC	045		
4488659	Rocky Cross	rocky-cross	US		0	America/New_York	35.86321	-78.22194	96			NC	127	91100	
4488723	Rocky Knoll	rocky-knoll	US		0	America/New_York	36.01626	-78.82362	115			NC	063	92344	
4488724	Rocky Knoll	rocky-knoll	US		0	America/New_York	36.02375	-79.80253	236			NC	081	92124	
4488728	Rocky Meadow (historical)	rocky-meadow-historical	US		0	America/New_York	35.72847	-80.14755	224			NC	057	91028	
4488794	Rocky Springs	rocky-springs	US		0	America/New_York	35.95152	-81.10147	360			NC	003	92908	
4488802	Rockyhock	rockyhock	US		0	America/New_York	36.18099	-76.69273	8	Rocky Hock,Rockyhock,Rockyhook		NC	041		
4488815	Rodmans Quarter	rodmans-quarter	US		0	America/New_York	35.54628	-76.77994	4			NC	013	90168	
4488835	Rogers Crossroads	rogers-crossroads	US		0	America/New_York	35.78599	-78.21694	88			NC	127	90916	
4488853	Roland Park	roland-park	US		0	America/New_York	34.97626	-80.5284	180			NC	179	92108	
4488862	Rolling Acres	rolling-acres	US		0	America/New_York	36.00819	-80.18394	258			NC	057	92064	
4488863	Rolling Acres	rolling-acres	US		0	America/New_York	35.28209	-80.69118	233			NC	119		
4488866	Rolling Green	rolling-green	US		0	America/New_York	35.61206	-82.50429	697			NC	021	90086	
4488867	Rolling Hills	rolling-hills	US		0	America/New_York	35.70403	-80.52701	237			NC	159	91160	
4488868	Rolling Hills	rolling-hills	US		0	America/New_York	35.02209	-80.57423	183			NC	179	92108	
4488869	Rolling Hills	rolling-hills	US		0	America/New_York	35.65904	-78.63723	78			NC	183	92440	
4488874	Rolling Park	rolling-park	US		0	America/New_York	35.78347	-80.32005	219			NC	057	91796	
4488876	Rolling Pine Acres	rolling-pine-acres	US		0	America/New_York	36.18069	-81.1862	377			NC	193	92332	
4488877	Rolling Pines	rolling-pines	US		0	America/New_York	35.26933	-77.55663	23			NC	107	91704	
4488878	Rolling Roads	rolling-roads	US		0	America/New_York	36.03541	-79.83003	238			NC	081	92124	
4488879	Rollingreen	rollingreen	US		0	America/New_York	36.03153	-80.37811	252			NC	067	90684	
4488880	Rollingwood	rollingwood	US		0	America/New_York	35.31069	-81.50315	266			NC	045		
4488881	Rollingwood	rollingwood	US		0	America/New_York	35.57405	-77.40497	21			NC	147	91328	
4488882	Rollingwood	rollingwood	US		0	America/New_York	35.11877	-78.91642	65			NC	051	90532	
4488883	Rollingwood	rollingwood	US		0	America/New_York	35.65738	-78.44584	82			NC	101	90676	
4488884	Rollingwood	rollingwood	US		0	America/New_York	35.79265	-78.59834	65			NC	183	92612	
4488885	Rollingwood Estates	rollingwood-estates	US		0	America/New_York	35.29239	-78.02943	52			NC	191	90384	
4488886	Rollingwoood Acres	rollingwoood-acres	US		0	America/New_York	34.72905	-76.94828	7			NC	031	92120	
4488888	Rollins (historical)	rollins-historical	US		0	America/New_York	35.65957	-81.78288	398			NC	023	92952	
4488898	Rominger	rominger	US		0	America/New_York	36.22624	-81.83845	1025			NC	189	91744	
4488904	Rooks	rooks	US		0	America/New_York	34.49656	-78.14388	17			NC	141	90548	
4488915	Roper (historical)	roper-historical	US		0	America/New_York	35.15737	-80.16423	69			NC	007	90064	
4488921	Roper Springs	roper-springs	US		0	America/New_York	36.42682	-77.87304	102	Roper Spring,Roper Springs		NC	083	91876	
4488933	Rose Bay	rose-bay	US		0	America/New_York	35.46072	-76.38353	1			NC	095	93184	
4488968	Rose Manor	rose-manor	US		0	America/New_York	35.52683	-78.36889	44			NC	101	92980	
4488977	Rosebank Park	rosebank-park	US		0	America/New_York	35.53678	-82.54123	671			NC	021	90088	
4488980	Roseborough	roseborough	US		0	America/New_York	36.03485	-81.809	663	Roseboro,Roseborough		NC	011	90510	
4488991	Rosemary	rosemary	US		0	America/New_York	36.45126	-77.67942	59			NC	083	92704	
4488997	Rosemont Gardens	rosemont-gardens	US		0	America/New_York	35.76487	-78.59389	76			NC	183	92612	
4488999	Roseneath	roseneath	US		0	America/New_York	36.07488	-77.4783	33			NC	083	92756	
4489019	Rosin Hill	rosin-hill	US		0	America/New_York	35.2085	-78.41417	53	Rosin,Rosin Hill		NC	163	93939	
4489020	Rosindale	rosindale	US		0	America/New_York	34.441	-78.52695	39			NC	017	93992	
4489021	Roslin	roslin	US		0	America/New_York	34.92628	-78.94586	53			NC	051	92724	
4489033	Ross Grove	ross-grove	US		0	America/New_York	35.31735	-81.52453	286			NC	045		
4489037	Ross Store	ross-store	US		0	America/New_York	36.34042	-80.22005	322	Ross Store,Ross Town,Rosstown,Wilson Store		NC	169	92028	
4489044	Roten	roten	US		0	America/New_York	36.47151	-81.61733	914			NC	009	90696	
4489076	Roughedge	roughedge	US		0	America/New_York	34.89932	-80.62368	215			NC	179	90432	
4489115	Round Peak	round-peak	US		0	America/New_York	36.51346	-80.78646	392	Round Peak,Roundpeak		NC	171	93128	
4489146	Rountree	rountree	US		0	America/New_York	35.48044	-77.47997	20	Roundtree,Rountree		NC	147	90112	
4489173	Rowan Mills	rowan-mills	US		0	America/New_York	35.6482	-80.50534	227	Rowan Mill,Rowan Mills		NC	159	91880	
4489174	Rowan Mills (historical)	rowan-mills-historical	US		0	America/New_York	35.73875	-80.70312	216			NC	159	90692	
4489179	Rowan Terrace	rowan-terrace	US		0	America/New_York	35.63764	-80.45812	230			NC	159	92812	
4489187	Rowes Corner	rowes-corner	US		0	America/New_York	35.17238	-77.00495	7			NC	049	93308	
4489220	Royal Acres	royal-acres	US		0	America/New_York	35.28127	-77.49135	9			NC	107	92820	
4489228	Royal Hills	royal-hills	US		0	America/New_York	35.84043	-78.67473	85			NC	183	91548	
4489232	Royal Oaks	royal-oaks	US		0	America/New_York	35.49599	-79.20697	93			NC	105		
4489235	Royal Park	royal-park	US		0	America/New_York	35.82986	-80.26505	226			NC	057	91796	
4489236	Royal Pines	royal-pines	US		4272	America/New_York	35.47511	-82.51595	693			NC	021	90086	
4489245	Roylene Acres	roylene-acres	US		0	America/New_York	35.7721	-78.73306	120			NC	183	92612	
4489251	Rozier Siding	rozier-siding	US		0	America/New_York	34.75516	-78.9767	48			NC	155		
4489256	Royal Oaks	royal-oaks	US		0	America/New_York	35.4607	-80.60701	219			NC	025		
4489257	Ruby City	ruby-city	US		0	America/New_York	35.37732	-83.1182	1036			NC	099	92868	
4489258	Rubyatt	rubyatt	US		0	America/New_York	35.21542	-79.73087	199	Rubiatt,Rubyatt		NC	123	92748	
4489273	Ruggles	ruggles	US		0	America/New_York	36.27904	-77.59747	41			NC	083	91372	
4489288	Runion	runion	US		0	America/New_York	35.88594	-82.7732	444	Putnam,Runion		NC	115		
4489296	Runnymeade	runnymeade	US		0	America/New_York	34.34045	-78.69835	26			NC	047	94000	
4489297	Runnymeade	runnymeade	US		0	America/New_York	35.9071	-77.55969	20			NC	065		
4489322	Rusk (historical)	rusk-historical	US		0	America/New_York	36.28986	-80.76229	325			NC	171	91996	
4489327	Russaw (historical)	russaw-historical	US		0	America/New_York	36.18458	-81.08953	293			NC	193	92332	
4489337	Russell Hills	russell-hills	US		0	America/New_York	35.77904	-78.79001	144			NC	183	90536	
4489345	Russells Creek	russells-creek	US		0	America/New_York	34.13739	-78.11638	11			NC	019	93252	
4489347	Russtown	russtown	US		0	America/New_York	33.95739	-78.43139	7			NC	019	92900	
4489370	Rutherwood	rutherwood	US		0	America/New_York	36.22457	-81.59872	995			NC	189	92276	
4489394	Rymers Ferry	rymers-ferry	US		0	America/New_York	35.44509	-83.86962	434			NC	075	94124	
4489402	Saconon	saconon	US		0	America/New_York	35.34039	-82.35067	608	Saconon,Stepps Mills		NC	089	90304	
4489404	Ryes	ryes	US		0	America/New_York	35.43238	-79.00058	139			NC	085	93844	
4489411	Saddle Mountain	saddle-mountain	US		0	America/New_York	36.50763	-80.93869	845			NC	005	91232	
4489418	Saddletree	saddletree	US		0	America/New_York	34.71766	-79.03281	47			NC	155	92780	
4489422	Sadie Heights	sadie-heights	US		0	America/New_York	35.09822	-78.8753	60			NC	051	90832	
4489426	Safe	safe	US		0	America/New_York	34.74739	-78.05943	16			NC	061	92728	
4489444	Saint Andrews	saint-andrews	US		0	America/New_York	35.43099	-79.16419	123			NC	105		
4489639	Saint Lewis	saint-lewis	US		0	America/New_York	35.78155	-77.70303	35			NC	065		
4489769	Saint Mere Eglise	saint-mere-eglise	US		0	America/New_York	35.14322	-79.01142	104			NC	051	91964	
4489923	Salem Acres	salem-acres	US		0	America/New_York	35.40933	-77.99638	38			NC	191	91260	
4489977	Salem Woods	salem-woods	US		0	America/New_York	36.06014	-80.33644	232			NC	067	94068	
4489982	Salemfork	salemfork	US		0	America/New_York	36.39458	-80.78701	408			NC	171	90908	
4489994	Sales Ford	sales-ford	US		0	America/New_York	35.12758	-83.9838	475			NC	039	92192	
4490014	Saltaire	saltaire	US		0	America/New_York	36.16905	-75.75269	10			NC	055	90096	
4490042	Samarcand	samarcand	US		0	America/New_York	35.29959	-79.68448	213			NC	125		
4490079	San-Lee Park	san-lee-park	US		0	America/New_York	35.48543	-79.12808	103			NC	105		
4490098	Sand Dollar Shores	sand-dollar-shores	US		0	America/New_York	36.15572	-75.7413	2			NC	055	90096	
4490100	Sand Hill	sand-hill	US		0	America/New_York	35.55261	-82.63068	671	Sand Hill,Sand Hills		NC	021	90086	
4490130	Sanderling	sanderling	US		0	America/New_York	36.216	-75.76741	2			NC	055	90096	
4490169	Sandy Bottom	sandy-bottom	US		0	America/New_York	35.206	-77.70081	25	Sandy Bottom,Sandy Foundation,Sandy Ridge		NC	107	92224	
4490170	Sandy Bottom	sandy-bottom	US		0	America/New_York	35.86344	-82.76875	447			NC	115		
4490173	Sandy Bottoms	sandy-bottoms	US		0	America/New_York	34.78044	-79.51144	72			NC	165	93132	
4490175	Sands	sands	US		0	America/New_York	36.25096	-81.64816	993			NC	189	92032	
4490199	Sandy Cross	sandy-cross	US		0	America/New_York	36.36877	-76.55356	15	Sandy Cross,Sandycross		NC	073	92092	
4490200	Sandy Cross	sandy-cross	US		0	America/New_York	36.35347	-79.74559	261			NC	157	93936	
4490226	Sandy Grove	sandy-grove	US		0	America/New_York	35.79014	-80.21588	236			NC	057	90756	
4490227	Sandy Grove	sandy-grove	US		0	America/New_York	34.94794	-79.0992	67			NC	093	93136	
4490239	Sandy Hill	sandy-hill	US		0	America/New_York	33.96934	-78.22889	14			NC	019	91884	
4490245	Sandy Landing	sandy-landing	US		0	America/New_York	35.48628	-76.68827	2			NC	013	90168	
4490251	Sandy Mush	sandy-mush	US		0	America/New_York	35.28929	-81.84455	290	Sandy Mush,Sandymush		NC	161	90768	
4490253	Sandy Plain	sandy-plain	US		0	America/New_York	34.09128	-78.77474	22			NC	047	93072	
4490254	Sandy Plain	sandy-plain	US		0	America/New_York	36.06209	-78.69639	108			NC	183	92264	
4490258	Sandy Plains	sandy-plains	US		0	America/New_York	35.26874	-81.36731	293	Sandy Plains,White Plains		NC	045		
4490259	Sandy Plains	sandy-plains	US		0	America/New_York	35.244	-82.08956	309			NC	149	90740	
4490298	Sandy Ridge Terrace	sandy-ridge-terrace	US		0	America/New_York	35.64514	-80.41228	244			NC	159	92584	
4490323	Sandymush	sandymush	US		0	America/New_York	35.6726	-82.81125	682			NC	021	92832	
4490326	Sandyfield	sandyfield	US		424	America/New_York	34.37656	-78.29695	12			NC	047	92624	
4490680	Seabrook Hills	seabrook-hills	US		0	America/New_York	35.07961	-78.9053	57			NC	051	90832	
4490335	Sans Souci	sans-souci	US		0	America/New_York	35.91655	-76.81856	0	San Souci,Sans Souci		NC	015	92044	
4490339	Lake Santeetlah	lake-santeetlah	US		44	America/New_York	35.36389	-83.86444	605	Lake Santeetlah,Santeetla,Santeetlah,Santultah,Thunderbird,Thunderbird Mountain,Town of Lake Santeetlah		NC	075	94124	
4490349	Sapona	sapona	US		0	America/New_York	35.81069	-80.31727	219			NC	057	91796	
4490351	Sapona Lakes	sapona-lakes	US		0	America/New_York	35.78875	-80.32505	221			NC	057	93796	
4490362	Sardis (historical)	sardis-historical	US		0	America/New_York	35.86791	-81.47398	404			NC	027	91556	
4490371	Sardis Cove	sardis-cove	US		0	America/New_York	35.13292	-80.75535	189			NC	119		
4490373	Sardis Oaks	sardis-oaks	US		0	America/New_York	35.13792	-80.75285	202			NC	119		
4490374	Sardis Patio	sardis-patio	US		0	America/New_York	35.13181	-80.74201	206			NC	119		
4490375	Sardis Woods	sardis-woods	US		0	America/New_York	35.14181	-80.74646	202			NC	119		
4490376	Sarecta	sarecta	US		0	America/New_York	34.97905	-77.85748	30	Saracta,Sarecta,Sarecto,Soracte		NC	061	92972	
4490378	Sarem	sarem	US		0	America/New_York	36.48349	-76.79162	7			NC	073	92660	
4490431	Sassers Mill	sassers-mill	US		0	America/New_York	35.13738	-77.44468	14			NC	103		
4490445	Satterwhite	satterwhite	US		0	America/New_York	36.38653	-78.68639	178	Locust Grove,Satterwhite		NC	077	93884	
4490450	Saulston	saulston	US		0	America/New_York	35.44016	-77.89776	39	Sauls Cross Roads,Saulston		NC	191	93138	
4490452	Saunders	saunders	US		0	America/New_York	34.99044	-79.23976	86			NC	093	92604	
4490459	Saunook	saunook	US		0	America/New_York	35.45177	-83.04458	917			NC	087	93920	
4490460	Sauratown Estates	sauratown-estates	US		0	America/New_York	36.46903	-79.73587	173			NC	157	93936	
4490467	Savages Crossroads	savages-crossroads	US		0	America/New_York	36.5021	-76.81079	19	Savage Crossroads,Savages Crossroads		NC	073	92660	
4490486	Savon Height	savon-height	US		0	America/New_York	35.77265	-78.80112	140			NC	183	90536	
4490487	Savoy Heights	savoy-heights	US		0	America/New_York	35.04739	-78.89891	51			NC	051	90832	
4490510	Sawmills	sawmills	US		5104	America/New_York	35.82485	-81.47454	376			NC	027	91916	
4490534	Sayles Village	sayles-village	US		0	America/New_York	35.57234	-82.51568	646			NC	021	90086	
4490542	Scalesville	scalesville	US		0	America/New_York	36.23625	-79.84448	264			NC	081	90600	
4490562	Schlosstown (historical)	schlosstown-historical	US		0	America/New_York	36.23626	-78.17194	103			NC	069	92822	
4490564	School Acres	school-acres	US		0	America/New_York	35.71626	-78.60917	100			NC	183	92788	
4490582	Schoolhouse Landing	schoolhouse-landing	US		0	America/New_York	35.40961	-76.5991	1			NC	013	90168	
4490589	Schooner Ridge	schooner-ridge	US		0	America/New_York	36.16627	-75.75074	4			NC	055	90096	
4490628	Scott Park	scott-park	US		0	America/New_York	36.07736	-79.76503	241			NC	081	91228	
4490638	Scott Hills	scott-hills	US		0	America/New_York	35.32405	-78.0586	46			NC	191	90384	
4490641	Scotts Crossroads	scotts-crossroads	US		0	America/New_York	35.79488	-77.53664	12			NC	065		
4490647	Scotts Store	scotts-store	US		0	America/New_York	35.09489	-77.90637	45	Scott,Scotts Store		NC	061	91240	
4490648	Scotts Store	scotts-store	US		0	America/New_York	35.09488	-76.87938	8			NC	137	93260	
4490651	Scotty Hills	scotty-hills	US		0	America/New_York	35.08211	-78.93419	56			NC	051	90832	
4490665	Scuppernong	scuppernong	US		0	America/New_York	35.90211	-76.45188	2			NC	187	92968	
4490668	Scuffleton	scuffleton	US		0	America/New_York	35.45683	-77.48802	10	Ridge Spring,Scuffleton,Scuffletown		NC	079	92416	
4490671	Sea Breeze	sea-breeze	US		1969	America/New_York	34.06323	-77.89137	2	Sea Breeze,Seabreeze		NC	129	91092	
4490673	Sea Hawk	sea-hawk	US		0	America/New_York	36.15378	-75.74574	9			NC	055	90096	
4490675	Sea Ridge	sea-ridge	US		0	America/New_York	36.18794	-75.7538	4			NC	055	90096	
4490676	Sea Trail Plantation	sea-trail-plantation	US		0	America/New_York	33.90017	-78.49945	7			NC	019	92900	
4490688	Seagate	seagate	US		0	America/New_York	34.84738	-76.68854	3			NC	031	90180	
4490689	Seagate	seagate	US		4590	America/New_York	34.20934	-77.84359	8			NC	129	94044	
4490690	Seagles Store (historical)	seagles-store-historical	US		0	America/New_York	35.54013	-81.40064	290	Seagles Store (historical),Siegells Store		NC	109	91552	
4490700	Seaman Way	seaman-way	US		0	America/New_York	36.29181	-78.37889	142			NC	181	92824	
4490710	Secession	secession	US		0	America/New_York	33.93295	-78.295	9			NC	019	91884	
4490734	Sedge Garden	sedge-garden	US		0	America/New_York	36.08875	-80.13893	290			NC	067	94068	
4490739	Sedge-Town	sedge-town	US		0	America/New_York	36.03069	-79.86809	270			NC	081	92124	
4490740	Sedgefield	sedgefield	US		0	America/New_York	36.01486	-79.89698	266			NC	081	92124	
4490741	Sedgefield	sedgefield	US		0	America/New_York	35.57933	-77.39469	19			NC	147	91328	
4490742	Sedgefield	sedgefield	US		0	America/New_York	35.19292	-80.86341	217			NC	119		
4490743	Sedgefield	sedgefield	US		0	America/New_York	34.27934	-77.92054	8			NC	129	90508	
4490744	Sedgefield	sedgefield	US		0	America/New_York	35.97098	-79.0489	164			NC	135	90620	
4490745	Sedgefield Acres	sedgefield-acres	US		0	America/New_York	35.67403	-80.45006	223			NC	159	92812	
4490746	Sedgefield Apartments	sedgefield-apartments	US		0	America/New_York	35.27596	-81.55426	247			NC	045		
4490750	Sedgefield Lakes	sedgefield-lakes	US		0	America/New_York	36.03403	-79.89809	256			NC	081	92124	
4490752	Sedgefield Park	sedgefield-park	US		0	America/New_York	36.00819	-79.86392	258			NC	081	93176	
4490755	Sedges Garden (historical)	sedges-garden-historical	US		0	America/New_York	36.18958	-80.21921	295			NC	067	92808	
4490756	Sedgewood	sedgewood	US		0	America/New_York	35.36373	-82.51207	660			NC	089	91456	
4490762	Sega Lake	sega-lake	US		0	America/New_York	35.219	-82.7629	688	Lake Sega,Sega Lake		NC	175	90364	
4490765	Seeshore	seeshore	US		0	America/New_York	35.15289	-82.70346	847			NC	175	90928	
4490767	Selica	selica	US		0	America/New_York	35.20011	-82.77818	670			NC	175	90564	
4490772	Seitter Acres	seitter-acres	US		0	America/New_York	34.28267	-77.92749	6			NC	129	90508	
4490786	Selwin	selwin	US		0	America/New_York	36.33488	-76.58689	11			NC	073	92092	
4490788	Selwyn Park	selwyn-park	US		0	America/New_York	35.16264	-80.84757	181			NC	119		
4490792	Sendero	sendero	US		0	America/New_York	35.86321	-78.73139	103			NC	183	91548	
4490806	Senter	senter	US		0	America/New_York	35.35572	-78.79363	48			NC	085	91812	
4490810	Sequoyah Woods	sequoyah-woods	US		0	America/New_York	35.15762	-82.69874	910			NC	175	90928	
4490817	Sessex	sessex	US		0	America/New_York	36.56179	-81.41899	846	Sessex,Sussex		NC	009	91282	
4490834	Settlers Landing	settlers-landing	US		0	America/New_York	35.11709	-80.7509	211			NC	119		
4490835	Seven Devils	seven-devils	US		192	America/New_York	36.15818	-81.83539	1210			NC	011	90148	
4490836	Seven Hills	seven-hills	US		0	America/New_York	35.72932	-77.93082	33			NC	195	94048	
4490839	Seven Creeks	seven-creeks	US		0	America/New_York	34.08211	-78.63001	13			NC	047	90436	
4490852	Seven Mills Farms	seven-mills-farms	US		0	America/New_York	36.04042	-79.13529	210			NC	135	91496	
4490853	Seven Paths	seven-paths	US		0	America/New_York	35.99765	-78.1836	95			NC	069	90866	
4490858	Seven Lakes	seven-lakes	US		4888	America/New_York	35.27849	-79.56448	174			NC	125		
4490875	Severville	severville	US		0	America/New_York	35.23459	-80.86229	211			NC	119		
4490884	Seymour Johnson Homes	seymour-johnson-homes	US		0	America/New_York	35.35433	-77.98443	28			NC	191	91260	
4490889	Shacktown	shacktown	US		0	America/New_York	36.1168	-80.59367	262			NC	197	92322	
4490897	Sexton	sexton	US		0	America/New_York	35.79761	-82.6143	572			NC	115	93376	
4490906	Shadowlawn	shadowlawn	US		0	America/New_York	35.01961	-78.98808	61			NC	051	92724	
4490908	Shadetown	shadetown	US		0	America/New_York	35.34766	-77.80248	30			NC	107	92144	
4490910	Shady Banks	shady-banks	US		0	America/New_York	35.49489	-76.98939	1			NC	013	91896	
4490911	Shady Brook	shady-brook	US		0	America/New_York	35.47875	-80.6434	213			NC	025		
4490914	Shady Forest	shady-forest	US		0	America/New_York	33.88795	-78.55029	1			NC	019	92900	
4490963	Shady Knoll Mobile Estates	shady-knoll-mobile-estates	US		0	America/New_York	35.62711	-77.34691	5			NC	147	92428	
4490971	Shaken	shaken	US		0	America/New_York	34.61795	-77.75915	6			NC	141	91516	
4490972	Shaleville	shaleville	US		0	America/New_York	35.90899	-82.85209	408			NC	115		
4490986	Shallow Ford	shallow-ford	US		0	America/New_York	35.29648	-83.49571	567			NC	113	90448	
4491001	Shamrock Terrace	shamrock-terrace	US		0	America/New_York	35.52711	-77.38858	22			NC	147	94072	
4491002	Shamrock Village	shamrock-village	US		0	America/New_York	34.80739	-77.45691	8			NC	133	91632	
4491003	Shanghai	shanghai	US		0	America/New_York	35.26235	-81.60176	252			NC	045		
4491004	Shanghai	shanghai	US		0	America/New_York	34.76517	-78.20749	32			NC	163	93224	
4491006	Shangri-La Mobile Home Park	shangri-la-mobile-home-park	US		0	America/New_York	35.72376	-78.8664	131			NC	183	93984	
4491011	Shannon Acres	shannon-acres	US		0	America/New_York	35.79292	-80.8159	252			NC	097	90616	
4491013	Shannon Forest	shannon-forest	US		0	America/New_York	36.39291	-79.68253	222			NC	157	92652	
4491014	Shannon Hills	shannon-hills	US		0	America/New_York	36.01514	-79.82198	255			NC	081	92124	
4491016	Shannon Park	shannon-park	US		0	America/New_York	35.72097	-80.44006	220			NC	159	91160	
4491017	Shannon Park	shannon-park	US		0	America/New_York	35.24209	-80.75701	218			NC	119		
4491018	Shannon Park	shannon-park	US		0	America/New_York	36.39041	-79.68364	225			NC	157	92652	
4491021	Shannon Woods	shannon-woods	US		0	America/New_York	36.01486	-79.80642	250			NC	081	92124	
4491039	Sharon Apartments	sharon-apartments	US		0	America/New_York	35.29068	-81.55704	268			NC	045		
4491058	Sharon Colony	sharon-colony	US		0	America/New_York	35.14376	-80.84591	208			NC	119		
4491060	Sharon Forest	sharon-forest	US		0	America/New_York	35.17209	-80.73451	194			NC	119		
4491070	Sharonbrook	sharonbrook	US		0	America/New_York	35.11626	-80.87674	186			NC	119		
4491071	Sharp (historical)	sharp-historical	US		0	America/New_York	35.94291	-80.91091	288			NC	097	92912	
4491091	Sharp Point	sharp-point	US		0	America/New_York	35.71794	-77.59358	23			NC	147		
4491098	Shatley Springs	shatley-springs	US		0	America/New_York	36.47624	-81.4026	864			NC	009	93892	
4491114	Shaws	shaws	US		0	America/New_York	35.11433	-78.93058	68	Shaw Heights,Shaws		NC	051	90832	
4491116	Shawtown	shawtown	US		0	America/New_York	35.38433	-78.83058	78			NC	085	91812	
4491165	Sheephead Rock	sheephead-rock	US		0	America/New_York	33.94017	-77.9136	0			NC	129	91092	
4491179	Shehan Crossroads (historical)	shehan-crossroads-historical	US		0	America/New_York	35.31234	-82.02594	285			NC	161	93816	
4491191	Shell Bank	shell-bank	US		0	America/New_York	34.27656	-77.7622	6	Shell Bank,Shellbank		NC	129	91404	
4491198	Shell Island	shell-island	US		0	America/New_York	34.22378	-77.78387	2			NC	129	91404	
4491200	Shell Landing	shell-landing	US		0	America/New_York	35.38572	-76.82577	1			NC	013	92664	
4491203	Shell Landing	shell-landing	US		0	America/New_York	34.74544	-76.62882	3			NC	031	90180	
4491209	Shell Point Acres	shell-point-acres	US		0	America/New_York	33.93906	-78.3475	8			NC	019	91884	
4491221	Shelmerdine	shelmerdine	US		0	America/New_York	35.44766	-77.26385	13			NC	147	90652	
4491225	Shelter Neck	shelter-neck	US		0	America/New_York	34.62017	-77.84248	5			NC	141	91516	
4491241	Shelton Laurel	shelton-laurel	US		0	America/New_York	35.68093	-83.00764	746			NC	087	91104	
4491245	Shelton Store (historical)	shelton-store-historical	US		0	America/New_York	36.51125	-80.14255	342			NC	169	93016	
4491246	Sheltontown	sheltontown	US		0	America/New_York	36.49347	-80.55617	375	Shelton Town,Sheltontown		NC	171	92156	
4491280	Shepherds	shepherds	US		0	America/New_York	35.63542	-80.82757	276	Granite Hill,Sheperds,Shephards,Shepherds,Shepherds Cross Roads		NC	097	90708	
4491284	Sheraton Place	sheraton-place	US		0	America/New_York	35.58905	-77.36496	20			NC	147	91328	
4491285	Sheridan Forest	sheridan-forest	US		0	America/New_York	35.33627	-77.93582	33			NC	191	92256	
4491302	Sherwood Acres	sherwood-acres	US		0	America/New_York	35.58211	-77.38191	19			NC	147	91328	
4491304	Sherwood Forest	sherwood-forest	US		0	America/New_York	35.59373	-82.43095	686			NC	021	93180	
4491305	Sherwood Forest	sherwood-forest	US		0	America/New_York	36.15319	-80.40839	257			NC	067	93864	
4491306	Sherwood Forest	sherwood-forest	US		0	America/New_York	35.83486	-80.86729	284			NC	097	90240	
4491307	Sherwood Forest	sherwood-forest	US		0	America/New_York	35.14428	-82.68735	895			NC	175	90928	
4491308	Sherwood Forest	sherwood-forest	US		0	America/New_York	36.12375	-79.48391	196			NC	001		
4491309	Sherwood Forest	sherwood-forest	US		0	America/New_York	34.8946	-76.92328	7			NC	049	93508	
4491310	Sherwood Forest	sherwood-forest	US		0	America/New_York	35.29405	-77.60386	22			NC	107	91704	
4491311	Sherwood Forest	sherwood-forest	US		0	America/New_York	35.17292	-80.79229	214			NC	119		
4491033	Sharon	sharon	US	02067	0	America/New_York	35.24957	-81.5887	248			NC	045		
4491312	Sherwood Forest	sherwood-forest	US		0	America/New_York	34.77266	-77.40635	9			NC	133	91632	
4491313	Sherwood Forest	sherwood-forest	US		0	America/New_York	34.98459	-80.57534	186			NC	179	92108	
4491314	Sherwood Forest	sherwood-forest	US		0	America/New_York	35.76987	-78.58556	92			NC	183	92612	
4491315	Sherwood Forest	sherwood-forest	US		0	America/New_York	36.20319	-81.13925	378			NC	193	92332	
4491316	Sherwood Forest	sherwood-forest	US		0	America/New_York	35.77766	-77.92304	39			NC	195	94048	
4491320	Sherwood Greens	sherwood-greens	US		0	America/New_York	35.56822	-77.31135	18			NC	147	91344	
4491322	Sherwood Park	sherwood-park	US		0	America/New_York	35.13821	-79.46892	137			NC	125		
4491323	Sherwood Park	sherwood-park	US		0	America/New_York	35.01544	-78.95392	54			NC	051	92724	
4491326	Sherwood Ridge	sherwood-ridge	US		0	America/New_York	35.15123	-82.68068	862			NC	175	90928	
4491328	Sherwood Terrace	sherwood-terrace	US		0	America/New_York	35.14623	-82.67429	824			NC	175	90928	
4491329	Sherwood Village	sherwood-village	US		0	America/New_York	35.94291	-79.98587	253			NC	081	91484	
4491331	Shewbird	shewbird	US		0	America/New_York	35.00842	-83.83323	615	Shewbird,Shoo Bird,Shoobird		NC	043	91436	
4491344	Shiloh (historical)	shiloh-historical	US		0	America/New_York	35.38931	-79.91616	186			NC	123	93772	
4491345	Shiloh Acres	shiloh-acres	US		0	America/New_York	36.4568	-79.8467	210			NC	157	92020	
4491404	Shiloh Mills	shiloh-mills	US		0	America/New_York	35.90543	-77.49414	14			NC	065		
4491420	Shine	shine	US		0	America/New_York	35.44044	-77.79192	38	Shine,Shines Crossroads		NC	079	92928	
4491423	Shines Crossroads	shines-crossroads	US		0	America/New_York	35.44183	-77.79887	37			NC	079	92928	
4491429	Shingle Hollow	shingle-hollow	US		0	America/New_York	35.47096	-82.07372	364			NC	161	92132	
4491434	Shingleford Crossing	shingleford-crossing	US		0	America/New_York	34.6185	-78.80113	31			NC	017	90244	
4491454	Shinnville	shinnville	US		0	America/New_York	35.65875	-80.80313	262	Shinnsville,Shinnville,Shinsville		NC	097	90160	
4491467	Shipswatch	shipswatch	US		0	America/New_York	36.19405	-75.75241	0			NC	055	90096	
4491504	Shoates	shoates	US		0	America/New_York	34.86543	-80.14062	144			NC	007	91356	
4491514	Shoeheel	shoeheel	US		0	America/New_York	35.6271	-78.21	55			NC	101	90256	
4491515	Shoofly	shoofly	US		0	America/New_York	36.22264	-78.72917	160			NC	077	93212	
4491517	Sholars Crossroads	sholars-crossroads	US		0	America/New_York	34.76211	-77.80081	25	Sholars Crossroads,Sholers Crossroads		NC	061	90864	
4491522	Shooting Creek	shooting-creek	US		0	America/New_York	35.02565	-83.66683	629			NC	043	92944	
4491524	Shookville	shookville	US		0	America/New_York	35.14621	-83.22265	1018			NC	113	93164	
4491545	Shopton	shopton	US		0	America/New_York	35.17153	-80.96146	221			NC	119		
4491547	Shore Acres	shore-acres	US		0	America/New_York	34.20795	-77.80248	2			NC	129	91404	
4491574	Shoups Ford	shoups-ford	US		0	America/New_York	35.5918	-81.55981	337	Mull Grove,Shoups,Shoups Ford		NC	023	91928	
4491580	Shotwell	shotwell	US		0	America/New_York	35.7371	-78.44472	89			NC	183	91992	
4491583	Shuffletown	shuffletown	US		0	America/New_York	35.32069	-80.95257	226			NC	119		
4491601	Shulls Mill	shulls-mill	US		0	America/New_York	36.17374	-81.74372	884	Shulls,Shulls Mill,Shulls Mills,Skulls Mills		NC	189	93912	
4491606	Shumont	shumont	US		0	America/New_York	35.47095	-82.25872	889			NC	021	90380	
4491609	Shupings Mill	shupings-mill	US		0	America/New_York	35.55153	-80.48145	262			NC	159	91840	
4491630	Sign Pine	sign-pine	US		0	America/New_York	36.30904	-76.62411	10			NC	041		
4491632	Signal Hill Apartments	signal-hill-apartments	US		0	America/New_York	35.79319	-80.85479	266			NC	097	93104	
4491638	Sidney Crossroads	sidney-crossroads	US		0	America/New_York	35.481	-76.67549	1	Sidney,Sidney Crossroad,Sidney Crossroads		NC	013	90168	
4491665	Silk Hope	silk-hope	US		0	America/New_York	35.78097	-79.37002	199			NC	037	91368	
4491687	Silver Bluff	silver-bluff	US		0	America/New_York	35.47622	-82.87986	820			NC	087	92488	
4491704	Silver Hill	silver-hill	US		0	America/New_York	35.70708	-80.20727	211	Silver Hill,Silverhill		NC	057	92956	
4491705	Silver Hill	silver-hill	US		0	America/New_York	35.16905	-76.84521	13	Bennett,Silver Hill		NC	137	93364	
4491706	Silver Hill	silver-hill	US		0	America/New_York	34.8896	-79.48366	92			NC	165	91748	
4491732	Silver Valley	silver-valley	US		0	America/New_York	35.73264	-80.1031	223			NC	057	91028	
4491751	Silverstone	silverstone	US		0	America/New_York	36.28818	-81.75178	879			NC	189	90788	
4491752	Silverstone	silverstone	US		0	America/New_York	35.19653	-80.72062	223			NC	119		
4491762	Simmons Bay	simmons-bay	US		0	America/New_York	34.13406	-78.62751	12			NC	047	91764	
4491778	Simmons Corner	simmons-corner	US		0	America/New_York	35.09155	-77.21718	11			NC	103		
4491827	Singing Springs	singing-springs	US		0	America/New_York	35.13237	-80.79729	201			NC	119		
4491849	Sioux	sioux	US		0	America/New_York	36.02067	-82.36069	694			NC	199	92616	
4491852	Six Forks	six-forks	US		0	America/New_York	34.59211	-77.88637	10			NC	141	90444	
4491853	Six Forks	six-forks	US		0	America/New_York	35.90098	-78.65223	151			NC	183	90164	
4491855	Six Forks Crossroads	six-forks-crossroads	US		0	America/New_York	35.86154	-78.4825	98			NC	183	93880	
4491856	Six Points	six-points	US		0	America/New_York	35.27957	-81.74788	282	Greens Store,Six Points		NC	161	90720	
4491859	Sivey Town	sivey-town	US		0	America/New_York	33.96739	-78.30639	13			NC	019	91884	
4491863	Sixth Siding	sixth-siding	US		0	America/New_York	35.67461	-76.66299	4			NC	013	92436	
4491878	Skeeter Point	skeeter-point	US		0	America/New_York	35.18572	-78.21166	52			NC	163	92516	
4491880	Ski Mountain	ski-mountain	US		0	America/New_York	36.15207	-81.66455	1078			NC	189	90300	
4491881	Skibo	skibo	US		0	America/New_York	35.05933	-78.97031	67			NC	051	92892	
4491890	Skinnersville	skinnersville	US		0	America/New_York	35.93961	-76.53716	3			NC	187	92968	
4491896	Skippers Corner	skippers-corner	US		2785	America/New_York	34.346	-77.90249	3			NC	129	90508	
4491910	Sky Village	sky-village	US		0	America/New_York	35.31706	-82.51068	870			NC	089	91456	
4491912	Skycrest Village	skycrest-village	US		0	America/New_York	35.81071	-78.58556	65			NC	183	92792	
4491927	Skyview Park	skyview-park	US		0	America/New_York	36.10125	-80.21033	269			NC	067	94068	
4491938	Sladesville	sladesville	US		0	America/New_York	35.46378	-76.48937	1			NC	095	90856	
4491946	Slate Mountain	slate-mountain	US		0	America/New_York	36.53708	-80.50589	465			NC	171	93948	
4491952	Slatestone	slatestone	US		0	America/New_York	35.57266	-76.92217	12			NC	013	91896	
4491971	Sleepy Creek	sleepy-creek	US		0	America/New_York	35.2585	-77.97054	36			NC	191	91576	
4491982	Slick Rock	slick-rock	US		0	America/New_York	35.16262	-82.71124	909			NC	175	90928	
4491995	Slickrock Ford	slickrock-ford	US		0	America/New_York	35.19926	-83.52488	892			NC	113	90448	
4492020	Slocun Village	slocun-village	US		0	America/New_York	34.89099	-76.91494	5			NC	049	93508	
4492025	Sloop Point	sloop-point	US		0	America/New_York	34.4085	-77.59969	1			NC	141	93248	
4492034	Small	small	US		0	America/New_York	35.28017	-76.85327	15			NC	013	92664	
4492048	Smith (historical)	smith-historical	US		0	America/New_York	35.69125	-80.42867	213			NC	159	92812	
4492050	Smith Acres	smith-acres	US		0	America/New_York	36.4943	-79.78948	182			NC	157	91752	
4492105	Smith Creek	smith-creek	US		0	America/New_York	34.26295	-77.8636	10			NC	129	91404	
4492112	Smith Crossing	smith-crossing	US		0	America/New_York	34.32211	-78.64863	21			NC	047	90316	
4492113	Smith Crossroads	smith-crossroads	US		0	America/New_York	34.69434	-78.37417	18			NC	017	91720	
4492116	Smith Grove	smith-grove	US		0	America/New_York	35.96403	-80.50284	246	Smith Grove,Smithgrove,Smiths Grove		NC	059	91080	
4492127	Smith Homes	smith-homes	US		0	America/New_York	36.05014	-79.8042	247			NC	081	92124	
4492176	Smiths	smiths	US		0	America/New_York	34.65294	-78.86752	46			NC	155	90960	
4492184	Smiths Corner	smiths-corner	US		0	America/New_York	36.30127	-76.06493	2			NC	029	92920	
4492219	Smokerise	smokerise	US		0	America/New_York	36.17264	-80.09532	260			NC	067	91696	
4492220	Smokey Creek	smokey-creek	US		0	America/New_York	35.8168	-81.56982	367			NC	027	92304	
4492232	Smyre	smyre	US		0	America/New_York	35.27625	-81.12591	243			NC	071	91216	
4492305	Snells Crossroads	snells-crossroads	US		0	America/New_York	35.95793	-77.92721	61			NC	127	92356	
4492327	Snow Geese Dunes	snow-geese-dunes	US		0	America/New_York	36.18961	-75.75991	2			NC	055	90096	
4492328	Snow Geese South	snow-geese-south	US		0	America/New_York	36.18933	-75.75963	2			NC	055	90096	
4492369	Snowden	snowden	US		0	America/New_York	36.45682	-76.10854	2			NC	053	90816	
4492370	Snowhill	snowhill	US		0	America/New_York	34.10378	-78.75363	16			NC	047	93072	
4492378	Snug Harbor	snug-harbor	US		0	America/New_York	36.0821	-76.4191	3			NC	143	90248	
4492381	Snug Harbor	snug-harbor	US		0	America/New_York	35.06627	-77.07606	4			NC	049	93552	
4492403	Social Plains	social-plains	US		0	America/New_York	35.84821	-78.2475	99			NC	069	90926	
4492416	Soda Hill	soda-hill	US		0	America/New_York	36.27624	-81.63761	990			NC	189	92032	
4492425	Sodyeco	sodyeco	US		0	America/New_York	35.29708	-80.99813	190	Sodyeco,Sodyeco Junction		NC	119		
4492435	Solola Valley	solola-valley	US		0	America/New_York	35.49704	-83.50072	780			NC	173	91144	
4492447	Somers Crossroads	somers-crossroads	US		0	America/New_York	36.08347	-80.89646	333			NC	193	93024	
4492458	Sonoma (historical)	sonoma-historical	US		0	America/New_York	35.47094	-82.88486	812			NC	087	92488	
4492466	Sorrento Skies	sorrento-skies	US		0	America/New_York	36.17624	-81.63733	1163			NC	189	90308	
4492469	Soul City	soul-city	US		0	America/New_York	36.40848	-78.27027	128			NC	185	92340	
4492480	Sound Shores	sound-shores	US		0	America/New_York	35.11545	-75.9724	1			NC	095	92372	
4492481	Sound Side	sound-side	US		0	America/New_York	35.95184	-75.63156	1	Old Nags Head,Sound Side		NC	055	92196	
4492482	Sound of the Sea	sound-of-the-sea	US		0	America/New_York	34.65794	-77.05161	9			NC	031	93968	
4492483	Soundside	soundside	US		0	America/New_York	35.96516	-76.23993	1	Sound Side,Soundside		NC	177	90736	
4492494	South Belmont	south-belmont	US		0	America/New_York	35.23042	-81.04257	207			NC	071	93048	
4492504	South Cecil	south-cecil	US		0	America/New_York	35.81792	-80.24755	229			NC	057	91796	
4492573	South Gastonia	south-gastonia	US		5312	America/New_York	35.2193	-81.20563	221			NC	071	91216	
4492574	South Goldsboro	south-goldsboro	US		0	America/New_York	35.35766	-78.00582	21			NC	191	91260	
4492581	South Henderson	south-henderson	US		1213	America/New_York	36.3082	-78.40666	154			NC	181	91452	
4492583	South Hills	south-hills	US		0	America/New_York	35.03211	-78.95308	49			NC	051	92460	
4492585	South Hominy	south-hominy	US		0	America/New_York	35.49205	-82.73819	708			NC	021	93840	
4492598	South Lincolnton	south-lincolnton	US		0	America/New_York	35.4543	-81.24369	269			NC	109	91824	
4492616	South Oleander	south-oleander	US		0	America/New_York	34.21406	-77.9136	13			NC	129	94044	
4492659	South Rocky Mount	south-rocky-mount	US		0	America/New_York	35.9246	-77.79665	37			NC	065		
4492660	South Rodanthe	south-rodanthe	US		0	America/New_York	35.58712	-75.46849	1			NC	055	91702	
4492661	South Rosemary	south-rosemary	US		2836	America/New_York	36.45154	-77.6972	68			NC	083	92704	
4492663	South Salisbury	south-salisbury	US		0	America/New_York	35.64375	-80.46256	232			NC	159	92812	
4492671	South Side	south-side	US		0	America/New_York	36.07208	-80.23949	260			NC	067	94068	
4492680	South Tunis	south-tunis	US		0	America/New_York	36.36377	-76.90079	12			NC	091	94076	
4492685	South Wadesboro	south-wadesboro	US		0	America/New_York	34.95627	-80.07728	142			NC	007	93876	
4492687	South Weldon	south-weldon	US		705	America/New_York	36.41598	-77.60303	28			NC	083	93932	
4492690	South Whiteville	south-whiteville	US		0	America/New_York	34.30545	-78.71529	25			NC	047	94000	
4492701	Southbourne	southbourne	US		0	America/New_York	35.13598	-80.94452	197			NC	119		
4492732	Southern Shores	southern-shores	US		2867	America/New_York	36.13905	-75.73157	5			NC	055	90096	
4492733	Southern Shores	southern-shores	US		0	America/New_York	36.14599	-76.41077	3			NC	143	90248	
4492735	Southern Terrace	southern-terrace	US		0	America/New_York	35.88294	-77.50553	14			NC	065		
4492739	Southgate Estates	southgate-estates	US		0	America/New_York	34.96376	-80.57757	187			NC	179	92108	
4492749	Southminister Woods	southminister-woods	US		0	America/New_York	35.09459	-80.72062	214			NC	119		
4492754	Southpark	southpark	US		0	America/New_York	35.14903	-80.8309	213			NC	119		
4492769	Southside Park	southside-park	US		0	America/New_York	35.96154	-77.96249	61			NC	127	92212	
4492773	Southview Townhouses	southview-townhouses	US		0	America/New_York	34.97294	-78.9253	59			NC	051	92724	
4492802	Southwood	southwood	US		0	America/New_York	35.20877	-77.56719	21			NC	107	93060	
4492805	Southwood Estates	southwood-estates	US		0	America/New_York	34.96987	-80.5609	185			NC	179	92108	
4492821	Sparkleberry Landing	sparkleberry-landing	US		0	America/New_York	34.47795	-78.20639	3			NC	017	91180	
4492839	Spear	spear	US		0	America/New_York	36.02235	-82.02373	866			NC	011	92538	
4492850	Speight	speight	US		0	America/New_York	35.59905	-77.33802	14			NC	147	91328	
4492854	Speight Forest	speight-forest	US		0	America/New_York	35.89849	-77.56581	28			NC	065		
4492856	Speights Bridge	speights-bridge	US		0	America/New_York	35.55905	-77.73526	29			NC	079	93076	
4492877	Spencer Heights	spencer-heights	US		0	America/New_York	35.85846	-81.62593	322			NC	027	91780	
4492879	Spencer Mountain	spencer-mountain	US		38	America/New_York	35.30625	-81.11063	204			NC	071	91216	
4492885	Spences Corner	spences-corner	US		0	America/New_York	36.35099	-76.19577	2			NC	029	90784	
4492901	Spicewood Acres	spicewood-acres	US		0	America/New_York	35.18348	-80.69868	227			NC	119		
4492902	Spies	spies	US		0	America/New_York	35.42181	-79.66864	164			NC	125		
4492905	Spillcorn	spillcorn	US		0	America/New_York	35.95455	-82.65014	856			NC	115		
4492908	Spilona	spilona	US		0	America/New_York	35.48849	-78.47195	68			NC	101	90992	
4492922	Spiveys Corner	spiveys-corner	US		506	America/New_York	35.19544	-78.48723	58	Spiveys Corner,West,West Crossroads		NC	163	92524	
4492933	Spooners Creek Harbor	spooners-creek-harbor	US		0	America/New_York	34.72738	-76.81021	7			NC	031	92120	
4492935	Spooners Creek North	spooners-creek-north	US		0	America/New_York	34.73183	-76.80577	1			NC	031	92120	
4492940	Sportsmans Village	sportsmans-village	US		0	America/New_York	34.97294	-76.59215	1			NC	031	92040	
4492941	Spot	spot	US		0	America/New_York	36.11822	-75.81908	3	Hog Quarters,Spot		NC	053	92552	
4492943	Spout Springs	spout-springs	US		0	America/New_York	35.2696	-79.05975	103			NC	085	90152	
4492945	Sprangler Apartments	sprangler-apartments	US		0	America/New_York	35.29013	-81.52815	261			NC	045		
4492947	Spray (historical)	spray-historical	US		0	America/New_York	36.51625	-79.76059	202	Splashy,Spray (historical)		NC	157	91752	
4492952	Spooners Creek East Harbor	spooners-creek-east-harbor	US		0	America/New_York	34.72877	-76.80188	2			NC	031	92120	
4493051	Spring Time	spring-time	US		0	America/New_York	35.59706	-82.51679	677			NC	021	90086	
4493063	Springcrest Meadows	springcrest-meadows	US		0	America/New_York	36.18347	-79.05668	201			NC	135	91860	
4493065	Springdale (historical)	springdale-historical	US		0	America/New_York	35.4415	-82.81374	868			NC	087	90956	
4493066	Springdale Acres	springdale-acres	US		0	America/New_York	34.74378	-77.48247	13			NC	133	91632	
4493076	Springfield (historical)	springfield-historical	US		0	America/New_York	36.35624	-81.18731	479			NC	193	93888	
4493086	Springhaven	springhaven	US		0	America/New_York	35.36931	-80.162	171			NC	167	92296	
4493095	Springsville (historical)	springsville-historical	US		0	America/New_York	35.45792	-80.71451	198			NC	025		
4493096	Springwood	springwood	US		0	America/New_York	35.27264	-81.06285	236			NC	071	93048	
4493122	Spurgeon (historical)	spurgeon-historical	US		0	America/New_York	36.0918	-81.02563	346			NC	193	91908	
4493150	Stacey	stacey	US		0	America/New_York	36.42819	-79.58142	234	Stacey,Staceyville,Stacy,Stacyville		NC	157	92772	
4493154	Stackhouse	stackhouse	US		0	America/New_York	35.88149	-82.76986	428			NC	115		
4493166	Stag Park	stag-park	US		0	America/New_York	34.52433	-77.84471	7			NC	141	90444	
4493168	Stagecoach Forest	stagecoach-forest	US		0	America/New_York	36.09264	-79.15946	191			NC	135	90632	
4493170	Stagecoach Run	stagecoach-run	US		0	America/New_York	36.04236	-79.08612	215			NC	135	91496	
4493171	Stagecoach Trail	stagecoach-trail	US		0	America/New_York	36.11042	-79.2628	195			NC	001		
4493172	Stagecrest	stagecrest	US		0	America/New_York	35.66265	-78.65806	102			NC	183	92440	
4493174	Stafford Forest	stafford-forest	US		0	America/New_York	35.91516	-77.55219	20			NC	065		
4493186	Stallings	stallings	US		15270	America/New_York	35.0907	-80.68618	228			NC	179	93860	
4493187	Stallings Crossroads	stallings-crossroads	US		0	America/New_York	35.65933	-77.0294	14			NC	013	93904	
4493188	Stallings Crossroads	stallings-crossroads	US		0	America/New_York	36.09404	-78.16527	117	Stallings,Stallings Crossroads		NC	069	90590	
4493199	Stamey Town	stamey-town	US		0	America/New_York	36.00485	-81.9465	1010			NC	011	90052	
4493203	Stancell	stancell	US		0	America/New_York	36.54376	-77.73998	90	Oak Grove,Stancell		NC	131	91212	
4493207	Stancils Chapel	stancils-chapel	US		0	America/New_York	35.68127	-78.20972	73			NC	101	92408	
4493237	Stanleyville	stanleyville	US		0	America/New_York	36.20236	-80.28088	287			NC	067	94068	
4493272	Starling	starling	US		0	America/New_York	34.70794	-77.23162	10			NC	133	93188	
4493276	Starmount	starmount	US		0	America/New_York	35.79847	-80.90674	264			NC	097	93104	
4493277	Starmount	starmount	US		0	America/New_York	35.14209	-80.87285	182			NC	119		
4493278	Starmount	starmount	US		0	America/New_York	35.82432	-78.57361	97			NC	183	92792	
4493280	Starmount Forest	starmount-forest	US		0	America/New_York	36.07958	-79.8442	251			NC	081	92124	
4493292	Startown	startown	US		0	America/New_York	35.64513	-81.26925	296	Danville,Startown		NC	035	92284	
4493296	Starmont	starmont	US		0	America/New_York	35.66182	-78.45611	86			NC	101	90676	
4493323	Statesville West	statesville-west	US		0	America/New_York	35.78541	-80.93091	273			NC	097	93104	
4493325	Statewood	statewood	US		0	America/New_York	35.18292	-80.74951	228			NC	119		
4493329	Staton	staton	US		0	America/New_York	35.68877	-77.35469	12	Station,Staton		NC	147	90512	
4493338	Stecoah	stecoah	US		0	America/New_York	35.36981	-83.69045	618	Stecoah,Stekoah		NC	075	93108	
4493348	Steeds	steeds	US		0	America/New_York	35.47097	-79.77754	198			NC	123	93100	
4493349	Steel (historical)	steel-historical	US		0	America/New_York	35.67875	-80.45506	227			NC	159	92812	
4493354	Steel Worth Park	steel-worth-park	US		0	America/New_York	35.67403	-80.45173	221			NC	159	92812	
4493355	Steelberry Acres	steelberry-acres	US		0	America/New_York	35.17986	-80.94924	210			NC	119		
4493358	Steele Creek	steele-creek	US		0	America/New_York	35.12709	-80.96035	184	Steel Creek,Steele Creek		NC	119		
4493372	Steen Town	steen-town	US		0	America/New_York	34.87127	-79.65311	115			NC	153	91988	
4493374	Steep Pines Fork	steep-pines-fork	US		0	America/New_York	34.72433	-76.64798	2			NC	031	90180	
4493382	Steeple	steeple	US		0	America/New_York	35.57379	-75.45377	0			NC	055	91702	
4493403	Stephens Crossroads	stephens-crossroads	US		0	America/New_York	36.47764	-79.61114	221			NC	157	92772	
4493432	Stevens Mill	stevens-mill	US		0	America/New_York	35.34488	-78.11666	47			NC	191	90384	
4493462	Stewart Crossroads	stewart-crossroads	US		0	America/New_York	34.47294	-79.25726	47			NC	155	91200	
4493464	Stewart Park	stewart-park	US		0	America/New_York	34.97404	-80.56534	192			NC	179	92108	
4493478	Stewartville Acres	stewartville-acres	US		0	America/New_York	34.76211	-79.45949	66			NC	165	93132	
4493483	Stewarts Mill	stewarts-mill	US		0	America/New_York	36.04208	-79.66558	190			NC	081	91656	
4493485	Stiles	stiles	US		0	America/New_York	35.28037	-83.48488	598			NC	113	90448	
4493487	Still Bluff	still-bluff	US		0	America/New_York	34.43183	-78.14611	3			NC	141	90496	
4493496	Stilley	stilley	US		0	America/New_York	35.33878	-76.9255	10			NC	013	90664	
4493497	Stilleys Crossroads	stilleys-crossroads	US		0	America/New_York	35.71793	-78.19666	75			NC	101	92408	
4493499	Still Meadows	still-meadows	US		0	America/New_York	35.30484	-82.62346	649			NC	175	90344	
4493524	Stillwood	stillwood	US		0	America/New_York	34.76516	-77.4908	11			NC	133	91632	
4493533	Stocksville	stocksville	US		0	America/New_York	35.74761	-82.54819	671			NC	021	91116	
4493535	Stockwood	stockwood	US		0	America/New_York	35.534	-82.51707	689			NC	021	90086	
4493537	Stokes (historical)	stokes-historical	US		0	America/New_York	36.14263	-81.20203	306			NC	193	92628	
4493542	Stokes Ferry (historical)	stokes-ferry-historical	US		0	America/New_York	35.50736	-80.18255	183			NC	057	90032	
4493545	Stokesburg	stokesburg	US		0	America/New_York	36.28291	-80.14171	216			NC	169	92852	
4493549	Stokestown	stokestown	US		0	America/New_York	35.43044	-77.29524	13			NC	147	93196	
4493550	Stone Brook	stone-brook	US		0	America/New_York	35.34651	-82.49179	666			NC	089	91456	
4493556	Stone Hedge Apartments	stone-hedge-apartments	US		0	America/New_York	35.28985	-81.56037	265			NC	045		
4493558	Stone Mill Estates	stone-mill-estates	US		0	America/New_York	36.42847	-79.88865	212			NC	157	92020	
4493581	Stonehaven	stonehaven	US		0	America/New_York	35.1682	-80.77979	214			NC	119		
4493583	Stoneridge	stoneridge	US		0	America/New_York	35.98459	-79.04529	151			NC	135	90620	
4493584	Stoneridge	stoneridge	US		0	America/New_York	35.82876	-78.7175	118			NC	183	92036	
4493591	Stones Throw	stones-throw	US		0	America/New_York	35.87597	-79.99421	212			NC	151	93768	
4493597	Stonewood Acres	stonewood-acres	US		0	America/New_York	36.25569	-80.0681	263			NC	067	90216	
4493598	Stoney Brook	stoney-brook	US		0	America/New_York	35.91487	-79.10862	129			NC	135	90620	
4493599	Stoney Brook	stoney-brook	US		0	America/New_York	35.21734	-82.68596	721			NC	175	90928	
4493604	Stoney Creek	stoney-creek	US		0	America/New_York	35.44961	-77.95471	39			NC	191	93138	
4493605	Stoney Knob	stoney-knob	US		0	America/New_York	35.68011	-82.57263	656			NC	021	92648	
4493608	Stoney Mountain Estate	stoney-mountain-estate	US		0	America/New_York	35.35873	-82.48595	700			NC	089	91456	
4493610	Stoney Point	stoney-point	US		0	America/New_York	34.981	-78.99003	55			NC	051	92724	
4493616	Stoneybrook	stoneybrook	US		0	America/New_York	35.76238	-77.9486	41			NC	195	94048	
4493617	Stoneybrook	stoneybrook	US		0	America/New_York	34.25489	-77.78859	8			NC	129	91404	
4493618	Stoneybrook	stoneybrook	US		0	America/New_York	35.76599	-78.77473	144			NC	183	90536	
4493619	Stoneycrest	stoneycrest	US		0	America/New_York	35.33956	-82.47345	656			NC	089	91456	
4493622	Stoneybrook	stoneybrook	US		0	America/New_York	35.53154	-79.20335	91			NC	105		
4493627	Stony Brook North	stony-brook-north	US		0	America/New_York	35.81404	-78.59389	70			NC	183	92792	
4493647	Stony Fork	stony-fork	US		0	America/New_York	35.46289	-82.73624	778			NC	021	93840	
4493653	Stony Fork	stony-fork	US		0	America/New_York	36.21124	-81.48593	701			NC	189	93152	
4493662	Stony Hill	stony-hill	US		0	America/New_York	35.98154	-78.61195	124			NC	183	92264	
4493671	Stony Knoll	stony-knoll	US		0	America/New_York	36.31152	-80.67368	350	Stoney Knoll,Stony Knoll,Stonyknoll		NC	171	92732	
4493704	Storys	storys	US		0	America/New_York	36.43515	-76.88885	10	Storys,Storys Crossroads		NC	073	91376	
4493709	Stotts Crossroads	stotts-crossroads	US		0	America/New_York	35.74071	-78.06277	67	Stotts Cross Roads,Stotts Crossroads		NC	195	92380	
4493710	Stouts	stouts	US		0	America/New_York	35.05543	-80.63951	199	Stout,Stouts		NC	179	92108	
4493722	Stradford Hills	stradford-hills	US		0	America/New_York	35.05711	-78.94225	67			NC	051	90832	
4493742	Straits	straits	US		0	America/New_York	34.72905	-76.57104	2			NC	031	93156	
4493743	Straits Haven	straits-haven	US		0	America/New_York	34.73016	-76.57854	1			NC	031	93156	
4493752	Stratford Park	stratford-park	US		0	America/New_York	35.76515	-78.60639	72			NC	183	92612	
4493763	Strawberry Banks	strawberry-banks	US		0	America/New_York	35.4785	-77.40969	19			NC	147	90112	
4493770	Strawberry Ridge	strawberry-ridge	US		0	America/New_York	35.84345	-82.11123	1060			NC	121	91285	
4493775	Strayhorn Hills	strayhorn-hills	US		0	America/New_York	36.04292	-79.05501	174			NC	135	91040	
4493787	Strickland Crossroads	strickland-crossroads	US		0	America/New_York	35.36766	-78.36722	44			NC	101	91584	
4493788	Strickland Crossroads	strickland-crossroads	US		0	America/New_York	35.85543	-78.01249	53	Strickland Cross Roads,Strickland Crossroads		NC	127	91616	
4493818	Stubbs	stubbs	US		0	America/New_York	35.32708	-81.4712	231	Buffalo,Stubbs,Swangs		NC	045		
4493833	Stumptown	stumptown	US		0	America/New_York	35.69012	-81.98455	440			NC	111	91984	
4493840	Sturdivants Crossroads	sturdivants-crossroads	US		0	America/New_York	34.90599	-80.32812	149	Sturdivants,Sturdivants Cross Roads,Sturdivants Crossroads,Sturduvants Crossroads		NC	179	91736	
4493844	Sturgills	sturgills	US		0	America/New_York	36.5554	-81.49844	860			NC	009	91448	
4493852	Suburban Woods	suburban-woods	US		0	America/New_York	35.1582	-80.7109	194			NC	119		
4493854	Suburb	suburb	US		0	America/New_York	34.00601	-78.14861	9			NC	019	91884	
4493889	Sugar Creek	sugar-creek	US		0	America/New_York	35.26875	-80.8009	225			NC	119		
4493908	Sugar Hollow Farm	sugar-hollow-farm	US		0	America/New_York	35.27456	-82.50206	683			NC	089	91456	
4493912	Sugar Mountain	sugar-mountain	US		197	America/New_York	36.12735	-81.86011	1341			NC	011	90148	
4493914	Sugar Ridge	sugar-ridge	US		0	America/New_York	36.00625	-79.18085	201			NC	135	90268	
4493917	Sugar Town	sugar-town	US		0	America/New_York	35.05571	-80.18228	122			NC	007	91732	
4493942	Sugarloaf Shores	sugarloaf-shores	US		0	America/New_York	35.35598	-80.06311	89			NC	123	93848	
4493955	Suggs Crossroads	suggs-crossroads	US		0	America/New_York	35.82155	-77.58358	31			NC	065		
4493961	Sukey Young Crossroads	sukey-young-crossroads	US		0	America/New_York	36.13071	-78.20694	119			NC	069	91906	
4493989	Summer	summer	US		0	America/New_York	35.10072	-78.99697	80			NC	051	92892	
4493993	Summerfield Crossing	summerfield-crossing	US		0	America/New_York	35.94375	-79.02279	90			NC	135	90620	
4493995	Summerhaven	summerhaven	US		0	America/New_York	35.63817	-82.39151	831			NC	021	93180	
4493996	Summerlins Crossroads	summerlins-crossroads	US		0	America/New_York	35.08433	-77.95749	48	Summerlin,Summerlin Crossroads,Summerlins Crossroads		NC	061	94092	
4493998	Summersill Estates	summersill-estates	US		0	America/New_York	34.81433	-77.46635	6			NC	133	91632	
4494001	Summertime	summertime	US		0	America/New_York	35.06572	-78.93586	67			NC	051	90832	
4494004	Summerwinds	summerwinds	US		0	America/New_York	35.74126	-78.76778	111			NC	183	93200	
4494013	Summit Hills	summit-hills	US		0	America/New_York	36.13097	-79.7542	235			NC	081	91228	
4494016	Summit Ridge	summit-ridge	US		0	America/New_York	35.8346	-78.57334	102			NC	183	92792	
4494023	Sumnersville (historical)	sumnersville-historical	US		0	America/New_York	36.5321	-76.64051	11			NC	073	91520	
4494026	Sun Meadows	sun-meadows	US		0	America/New_York	36.10514	-80.11893	291			NC	067	91696	
4494044	Sunny Acres	sunny-acres	US		0	America/New_York	34.74349	-79.49505	66			NC	165	93132	
4494051	Sunny Point	sunny-point	US		0	America/New_York	35.03369	-84.20853	546			NC	039	91544	
4494053	Sunny View	sunny-view	US		0	America/New_York	35.37428	-82.18789	340			NC	149	90772	
4494067	Sunrise Acres	sunrise-acres	US		0	America/New_York	35.53183	-78.35195	51			NC	101	92980	
4494068	Sunrise Acres	sunrise-acres	US		0	America/New_York	35.66875	-80.452	215			NC	159	92812	
4494074	Sunrise Park	sunrise-park	US		0	America/New_York	35.6532	-80.50589	224			NC	159	91880	
4494075	Sunrise Point	sunrise-point	US		0	America/New_York	34.74238	-76.72827	2			NC	031	92120	
4494078	Sunset Acres	sunset-acres	US		0	America/New_York	36.08819	-79.47752	197			NC	001		
4494079	Sunset Acres	sunset-acres	US		0	America/New_York	34.78738	-77.38218	13			NC	133	91632	
4494080	Sunset Acres	sunset-acres	US		0	America/New_York	35.71043	-78.6275	108			NC	183	92788	
4494088	Sunset Estates	sunset-estates	US		0	America/New_York	35.90321	-77.56692	27			NC	065		
4494089	Sunset Falls	sunset-falls	US		0	America/New_York	36.18152	-81.15842	367			NC	193	92332	
4494094	Sunset Hills	sunset-hills	US		0	America/New_York	36.07402	-79.82281	249			NC	081	92124	
4494095	Sunset Hills	sunset-hills	US		0	America/New_York	36.49736	-79.81143	205			NC	157	91752	
4494096	Sunset Hills	sunset-hills	US		0	America/New_York	35.30625	-80.87452	245			NC	119		
4494110	Sunset Park	sunset-park	US		0	America/New_York	34.20239	-77.94721	8			NC	129	94044	
4494114	Sunset Ridge	sunset-ridge	US		0	America/New_York	36.10792	-79.24085	200			NC	135	90632	
4494117	Sunset Terrace	sunset-terrace	US		0	America/New_York	34.33906	-78.72557	26			NC	047	94000	
4494118	Sunset Terrace	sunset-terrace	US		0	America/New_York	35.47488	-79.17419	114			NC	105		
4494120	Sunshine Acres	sunshine-acres	US		0	America/New_York	36.04958	-79.11362	212			NC	135	91496	
4494122	Sunshine Park	sunshine-park	US		0	America/New_York	34.78488	-79.43893	66			NC	165	93132	
4494123	Suntree	suntree	US		0	America/New_York	36.05292	-78.93306	116			NC	063	90932	
4494127	Surf City	surf-city	US		2193	America/New_York	34.42711	-77.54608	1			NC	141	93248	
4494128	Surl	surl	US		0	America/New_York	36.34375	-78.89723	184			NC	145	90040	
4494136	Surry Green	surry-green	US		0	America/New_York	35.94376	-78.94001	84			NC	063	93764	
4494147	Sutphin	sutphin	US		0	America/New_York	35.88931	-79.34668	146			NC	001		
4494148	Suttentown	suttentown	US		0	America/New_York	35.20683	-78.25666	55			NC	163	92516	
4494166	Sutton Park	sutton-park	US		0	America/New_York	34.98654	-80.52007	172			NC	179	92108	
4494169	Suttons Corner	suttons-corner	US		0	America/New_York	34.64489	-78.59251	15			NC	017	90604	
4494172	Suttontown	suttontown	US		0	America/New_York	35.60566	-83.04598	884			NC	087	91680	
4494173	Suttontown	suttontown	US		0	America/New_York	35.2035	-78.24055	52			NC	163	92516	
4494179	Swaimtown	swaimtown	US		0	America/New_York	36.02986	-80.27533	256			NC	067	94068	
4494180	Swain (historical)	swain-historical	US		0	America/New_York	35.91655	-76.628	2			NC	187	91768	
4494187	Swainsville	swainsville	US		0	America/New_York	35.29402	-81.65148	267			NC	045		
4494192	Swan Corner	swan-corner	US		0	America/New_York	35.16517	-76.72243	1			NC	137	93412	
4494214	Swann	swann	US		0	America/New_York	36.49153	-79.48308	223			NC	033	92468	
4494215	Swann	swann	US		0	America/New_York	35.38099	-79.10891	100	Swan Station,Swann,Swann Station,Swanns		NC	085	90152	
4494220	Swan Creek	swan-creek	US		0	America/New_York	36.17847	-80.86896	361	Swan Creek,Swancreek		NC	197	93041	
4494222	Swannanoa Hills	swannanoa-hills	US		0	America/New_York	35.59289	-82.47151	669			NC	021	93180	
4494277	Sweetgum	sweetgum	US		0	America/New_York	35.2912	-83.77101	658	Sweet Gum,Sweetgum		NC	075	90636	
4494286	Sweetwater Farms	sweetwater-farms	US		0	America/New_York	35.21817	-82.69012	741			NC	175	90928	
4494292	Swelton Heights	swelton-heights	US		0	America/New_York	35.96543	-77.81026	35			NC	127	93144	
4494308	Swindell	swindell	US		0	America/New_York	35.6235	-76.68994	3			NC	013	92436	
4494310	Swindell Fork	swindell-fork	US		0	America/New_York	35.44211	-76.27936	1			NC	095	93184	
4494320	Sycamore Acres	sycamore-acres	US		0	America/New_York	35.86152	-81.58537	333			NC	027	91780	
4494395	Symonds Creek	symonds-creek	US		0	America/New_York	36.19266	-76.23132	1			NC	139	92292	
4494418	Talc Mountain	talc-mountain	US		0	America/New_York	35.3137	-83.641	586			NC	173	92208	
4494422	Talleys Crossing	talleys-crossing	US		0	America/New_York	36.1343	-80.11782	292			NC	067	91696	
4494423	Talleywood	talleywood	US		0	America/New_York	35.05016	-78.92975	59			NC	051	90832	
4494442	Tanglewood	tanglewood	US		0	America/New_York	35.29266	-77.61886	26			NC	107	91704	
4494443	Tanglewood	tanglewood	US		0	America/New_York	35.28125	-80.81507	227			NC	119		
4494444	Tanglewood	tanglewood	US		0	America/New_York	34.15628	-77.87165	7			NC	129	92008	
4494449	Tanglewood Estates	tanglewood-estates	US		0	America/New_York	34.99044	-78.90058	50			NC	051	92460	
4494464	Tants Crossroads	tants-crossroads	US		0	America/New_York	35.89849	-78.23361	96			NC	069	90926	
4494473	Tapoco	tapoco	US		0	America/New_York	35.44342	-83.93685	358			NC	075	94124	
4494476	Tar Corner	tar-corner	US		0	America/New_York	36.4771	-76.28605	2			NC	029	93044	
4494492	Tar Landing	tar-landing	US		0	America/New_York	34.77794	-77.49358	15	Owen Jones Tar Landing,Tar Landing		NC	133	91632	
4494501	Tar River	tar-river	US		0	America/New_York	36.19987	-78.62945	102			NC	077	93212	
4494505	Tara Acres	tara-acres	US		0	America/New_York	34.79572	-79.45171	69			NC	165	91748	
4494507	Taragate Farms	taragate-farms	US		0	America/New_York	35.13903	-80.94757	192			NC	119		
4494509	Tarawa Terrace I	tarawa-terrace-i	US		0	America/New_York	34.7335	-77.36635	6	Tarawa Terrace I,Tarawa Terrace I Quarters		NC	133	90482	
4494510	Tarawa Terrace II	tarawa-terrace-ii	US		0	America/New_York	34.73377	-77.37857	6	Tarawa Terrace II,Tarawa Terrace II Quarters		NC	133	90482	
4494512	Tarawoods	tarawoods	US		0	America/New_York	35.16348	-80.67368	228			NC	119		
4494520	Tarheel	tarheel	US		0	America/New_York	36.45654	-76.85635	12			NC	073	91376	
4494521	Tarheel Courts	tarheel-courts	US		0	America/New_York	35.266	-77.54552	23			NC	107	91704	
4494526	Tarkey Tail (historical)	tarkey-tail-historical	US		0	America/New_York	35.73013	-81.7351	318			NC	023	92136	
4494550	Tate (historical)	tate-historical	US		0	America/New_York	35.48457	-81.94594	289			NC	161	90480	
4494599	Taylor Crossroads	taylor-crossroads	US		0	America/New_York	35.88238	-78.00415	60	Taylor Cross Roads,Taylor Crossroads,Taylors Crossroads		NC	127	90776	
4494605	Taylor Crossroads	taylor-crossroads	US		0	America/New_York	36.12488	-77.7422	41	Taylor Cross Roads,Taylor Crossroads		NC	127	92328	
4494618	Taylor Heights	taylor-heights	US		0	America/New_York	35.36403	-81.10397	243			NC	071	92692	
4494621	Taylors Beach	taylors-beach	US		0	America/New_York	36.2796	-76.11687	2			NC	029	92920	
4494625	Taylors Bridge	taylors-bridge	US		0	America/New_York	34.881	-78.26194	43			NC	163	93224	
4494631	Taylors Corner	taylors-corner	US		0	America/New_York	35.01044	-77.58941	20	Taylors Corner,Taylors Corners		NC	103		
4494633	Taylors Bridge	taylors-bridge	US		0	America/New_York	34.84461	-78.24111	21			NC	163	93224	
4494646	Taylors Store	taylors-store	US		0	America/New_York	36.03933	-76.78578	14			NC	015	93988	
4494647	Taylors Store	taylors-store	US		0	America/New_York	36.08987	-77.98721	88			NC	127	91336	
4494652	Taylorsville Beach	taylorsville-beach	US		0	America/New_York	35.82819	-81.20369	292			NC	003	94086	
4494655	Taylortown	taylortown	US		816	America/New_York	35.20766	-79.48587	146	Taylorsville,Taylortown		NC	125		
4494666	Teague (historical)	teague-historical	US		0	America/New_York	35.65593	-82.99903	786			NC	087	93972	
4494673	Teaguetown	teaguetown	US		0	America/New_York	36.02903	-80.09782	286			NC	067	90012	
4494674	Teakwood	teakwood	US		0	America/New_York	35.38683	-77.92637	36			NC	191	93138	
4494685	Teer	teer	US		0	America/New_York	35.96042	-79.23029	153			NC	135	90268	
4494686	Tellico	tellico	US		0	America/New_York	35.27565	-83.52766	674			NC	113	90448	
4494693	Temora Lake Estates	temora-lake-estates	US		0	America/New_York	36.20125	-80.25838	251			NC	067	90236	
4494720	Teneriffe	teneriffe	US		0	America/New_York	35.28428	-82.47512	651			NC	089	91456	
4494726	Tenmile Fork	tenmile-fork	US		0	America/New_York	35.05627	-77.20606	10	Ten Mile Fork,Tenmile Fork		NC	103		
4494733	Tenney Circle	tenney-circle	US		0	America/New_York	35.92098	-79.04473	136			NC	135	90620	
4494735	Teresita	teresita	US		0	America/New_York	35.10287	-83.45043	746			NC	113	90524	
4494737	Terra Cotta	terra-cotta	US		0	America/New_York	36.06375	-79.86726	269			NC	081	92124	
4494738	Terrace Gardens	terrace-gardens	US		0	America/New_York	35.33901	-82.48206	657	Terrace Garden,Terrace Gardens		NC	089	91456	
4494754	Terrells	terrells	US		0	America/New_York	35.82042	-79.23057	165			NC	037	91368	
4494765	Terry Fork	terry-fork	US		0	America/New_York	35.8215	-82.44069	762	Just,Terry Fork		NC	115		
4494777	Texas	texas	US		0	America/New_York	36.19794	-76.00992	0			NC	029	92920	
4494783	Texana	texana	US		0	America/New_York	35.10231	-84.03797	534	Texana,Texans		NC	039	92192	
4494788	Thankful	thankful	US		0	America/New_York	36.04624	-81.29148	376			NC	193	90324	
4494798	The American Village	the-american-village	US		0	America/New_York	36.01709	-78.96945	123			NC	063	90932	
4494801	The Black Cat	the-black-cat	US		0	America/New_York	34.71294	-76.62437	4			NC	031	90180	
4494804	The Borough	the-borough	US		0	America/New_York	34.42989	-78.10611	5			NC	141	91272	
4494810	The Cloisters	the-cloisters	US		0	America/New_York	35.15959	-80.80396	203			NC	119		
4494813	The Country	the-country	US		0	America/New_York	36.04625	-79.5178	183			NC	001		
4494814	The Downs	the-downs	US		0	America/New_York	35.87654	-78.9914	89			NC	063	93764	
4494815	The Farm	the-farm	US		0	America/New_York	36.0518	-79.39058	163			NC	001		
4494816	The Forest at Blowing Rock	the-forest-at-blowing-rock	US		0	America/New_York	36.11818	-81.72011	1071			NC	027	91244	
4494817	The Greens	the-greens	US		0	America/New_York	35.10572	-78.87975	63			NC	051	90832	
4494820	The Haystacks	the-haystacks	US		0	America/New_York	34.74627	-76.70743	1			NC	031	92120	
4494821	The Highlands	the-highlands	US		0	America/New_York	35.94736	-79.08585	144			NC	135	90620	
4494831	The Meadow Apartments	the-meadow-apartments	US		0	America/New_York	35.26902	-81.52787	251			NC	045		
4494832	The Meadows	the-meadows	US		0	America/New_York	36.24764	-80.40117	294			NC	067	92388	
4494833	The Meadows	the-meadows	US		0	America/New_York	35.30234	-82.43179	639			NC	089	91456	
4494834	The Meadows	the-meadows	US		0	America/New_York	35.93626	-79.01973	91			NC	135	90620	
4494838	The Oaks	the-oaks	US		0	America/New_York	35.99458	-80.20894	270			NC	057	92064	
4494839	The Oaks	the-oaks	US		0	America/New_York	35.07516	-78.96781	61			NC	051	92892	
4494840	The Oaks	the-oaks	US		0	America/New_York	35.44044	-78.43334	60			NC	101	91584	
4494841	The Oaks	the-oaks	US		0	America/New_York	35.91542	-79.01779	86			NC	135	90620	
4494842	The Oaks II	the-oaks-ii	US		0	America/New_York	35.9307	-79.00695	93			NC	135	90620	
4494843	The Orchard	the-orchard	US		0	America/New_York	36.13958	-79.78836	258			NC	081	92124	
4494848	The Pines	the-pines	US		0	America/New_York	35.33901	-82.42679	665			NC	089	91456	
4494849	The Pines	the-pines	US		0	America/New_York	35.47238	-77.43858	20			NC	147	90112	
4494850	The Pines	the-pines	US		0	America/New_York	36.01125	-79.80892	248			NC	081	92124	
4494859	The Woodlands	the-woodlands	US		0	America/New_York	35.69849	-78.64223	101			NC	183	92788	
4494860	The Woods at Laurel Hill	the-woods-at-laurel-hill	US		0	America/New_York	35.88876	-79.03557	108			NC	135	90620	
4494866	Thermal City	thermal-city	US		0	America/New_York	35.51929	-81.97483	302	Pescud,Thermal City		NC	161	90480	
4494868	Thermal Valley	thermal-valley	US		0	America/New_York	35.38929	-81.95649	301			NC	161	92776	
4494870	The Tides	the-tides	US		0	America/New_York	36.15294	-75.73935	2			NC	055	90096	
4494894	Third Ward	third-ward	US		0	America/New_York	35.23125	-80.85174	215			NC	119		
4494919	Thomas Forest	thomas-forest	US		0	America/New_York	35.26178	-82.50762	692			NC	089	91456	
4494927	Thomas Landing	thomas-landing	US		0	America/New_York	34.48683	-77.47635	1	Tar Landing,Thomas Landing		NC	133	93160	
4494935	Thomas Crossroads	thomas-crossroads	US		0	America/New_York	35.28321	-79.51225	161			NC	125		
4494940	Thomas Woods	thomas-woods	US		0	America/New_York	35.25067	-82.67485	651			NC	175	90364	
4494948	Thompson (historical)	thompson-historical	US		0	America/New_York	35.79015	-78.71473	148			NC	183	92612	
4494975	Thompson Plantation	thompson-plantation	US		0	America/New_York	35.16459	-80.72757	200			NC	119		
4495022	Thorpshire Farm	thorpshire-farm	US		0	America/New_York	35.75571	-77.93832	40			NC	195	94048	
4495036	Three Meadows	three-meadows	US		0	America/New_York	36.13236	-79.82698	271			NC	081	92124	
4495037	Three Mile	three-mile	US		0	America/New_York	35.98513	-81.97845	881			NC	011	91582	
4495086	Tick Bite	tick-bite	US		0	America/New_York	35.34822	-77.4308	6			NC	107	90760	
4495094	Tiffany Gardens	tiffany-gardens	US		0	America/New_York	35.3785	-77.9136	35			NC	191	92256	
4495096	Tiffany Woods	tiffany-woods	US		0	America/New_York	35.69043	-78.64112	93			NC	183	92788	
4495114	Timber Creek	timber-creek	US		0	America/New_York	35.20292	-80.6784	236			NC	119		
4495120	Timber Ridge	timber-ridge	US		0	America/New_York	35.20098	-80.68396	225			NC	119		
4495123	Timber Trails	timber-trails	US		0	America/New_York	36.13014	-80.10615	280			NC	067	91696	
4495124	Timbercreek	timbercreek	US		0	America/New_York	35.61431	-80.41645	230			NC	159	92584	
4495125	Timbercreek	timbercreek	US		0	America/New_York	35.2979	-82.50095	689			NC	089	91456	
4495126	Timbercrest	timbercrest	US		0	America/New_York	35.97042	-79.01057	116			NC	135	90620	
4495137	Timberland	timberland	US		0	America/New_York	35.32789	-82.4854	670			NC	089	91456	
4495138	Timberland	timberland	US		0	America/New_York	35.00433	-79.28976	111			NC	093	92604	
4495139	Timberlyne	timberlyne	US		0	America/New_York	35.96209	-79.05001	166			NC	135	90620	
4495145	Timothy	timothy	US		0	America/New_York	35.22544	-78.46001	58			NC	163	93939	
4495151	Tin City	tin-city	US		0	America/New_York	34.74045	-77.97832	17			NC	061	91600	
4495153	Tindallsville (historical)	tindallsville-historical	US		0	America/New_York	34.96571	-79.93534	151			NC	007	91808	
4495158	Tiny Oak Fork	tiny-oak-fork	US		0	America/New_York	35.40683	-76.28797	1	Swindell,Tiny Oak Fork		NC	095	93184	
4495164	Tipton Hill	tipton-hill	US		0	America/New_York	36.03456	-82.26763	735	Brummett,Tipton Hill		NC	121	90352	
4495173	Tobermory	tobermory	US		0	America/New_York	34.80933	-78.87697	46			NC	017	91508	
4495181	Todds Crossroads	todds-crossroads	US		0	America/New_York	36.08627	-76.8769	10			NC	015	93988	
4495187	Toecane	toecane	US		0	America/New_York	36.00901	-82.19207	692			NC	121	90128	
4495194	Tokay	tokay	US		0	America/New_York	35.10683	-78.87558	70			NC	051	90832	
4495195	Tolar Landing	tolar-landing	US		0	America/New_York	34.83572	-78.82252	10			NC	017	93964	
4495196	Tolarsville	tolarsville	US		0	America/New_York	34.76128	-78.87225	43			NC	155	93952	
4495201	Toliver	toliver	US		0	America/New_York	36.36846	-81.60011	981			NC	009	90820	
4495242	Tomotla	tomotla	US		0	America/New_York	35.13481	-83.98435	482			NC	039	92192	
4495252	Toms Creek	toms-creek	US		0	America/New_York	35.7404	-82.04983	446	Tom Creek,Toms Creek		NC	111	91984	
4495285	Topia	topia	US		0	America/New_York	36.51568	-81.3176	786			NC	005	92508	
4495286	Topsail	topsail	US		0	America/New_York	34.38628	-77.68831	12	New Topsail Branch,Topsail		NC	141	93248	
4495287	Topsail Beach	topsail-beach	US		414	America/New_York	34.36517	-77.63053	2	New Topsail Beach,Topsail Beach		NC	141	93248	
4495294	Topsy	topsy	US		0	America/New_York	36.50349	-76.87079	9			NC	073	92660	
4495296	Torrance (historical)	torrance-historical	US		0	America/New_York	35.53458	-80.76007	240			NC	097	90708	
4495298	Topnot	topnot	US		0	America/New_York	36.37292	-79.25919	194			NC	033	91756	
4495310	Tower Heights	tower-heights	US		0	America/New_York	35.26627	-77.55663	24			NC	107	91704	
4495315	Tower Gate	tower-gate	US		0	America/New_York	36.16458	-80.30283	261			NC	067	94068	
4495337	Town Forest	town-forest	US		0	America/New_York	35.32067	-82.4879	676	Town Forest,Towne Forest		NC	089	91456	
4495362	Town Park	town-park	US		0	America/New_York	35.26625	-80.93591	214			NC	119		
4495364	Town Ranch Heights	town-ranch-heights	US		0	America/New_York	34.76933	-77.4758	7			NC	133	91632	
4495366	Town and Country	town-and-country	US		0	America/New_York	35.84846	-81.58871	336			NC	027	91780	
4495511	Toxaway Falls	toxaway-falls	US		0	America/New_York	35.12177	-82.9318	906			NC	175	91504	
4495522	Trading Ford	trading-ford	US		0	America/New_York	35.69514	-80.37228	224	Trading Ford,Tradingford		NC	159	92584	
4495535	Trails End	trails-end	US		0	America/New_York	35.43154	-79.20086	128			NC	105		
4495537	Tramway	tramway	US		0	America/New_York	35.4446	-79.21447	149			NC	105		
4495538	Tranquil Acres	tranquil-acres	US		0	America/New_York	35.06933	-78.81502	29			NC	051	90968	
4495539	Tranquil Hill	tranquil-hill	US		0	America/New_York	35.9818	-81.55843	372			NC	027	92452	
4495541	Transou	transou	US		0	America/New_York	36.40402	-81.30037	899	Transon,Transou		NC	009	92456	
4495551	Trap	trap	US		0	America/New_York	36.20682	-76.87079	16			NC	015	90712	
4495555	Trappers Run	trappers-run	US		0	America/New_York	35.78154	-78.81584	126			NC	183	90536	
4495559	Travis	travis	US		0	America/New_York	34.91099	-80.13534	145			NC	007	91356	
4495560	Travis	travis	US		0	America/New_York	35.89766	-76.3241	1			NC	177	92872	
4495566	Treasure Cove	treasure-cove	US		0	America/New_York	34.26961	-77.77331	7			NC	129	91404	
4495568	Tree Haven	tree-haven	US		0	America/New_York	35.33123	-82.51012	675			NC	089	91456	
4495572	Treetops	treetops	US		0	America/New_York	35.55072	-77.3833	21			NC	147	94072	
4495574	Trent Acres	trent-acres	US		0	America/New_York	34.85905	-76.90244	7			NC	049	93508	
4495583	Trent Woods	trent-woods	US		4189	America/New_York	35.0821	-77.08634	4			NC	049	93592	
4495588	Trentwood	trentwood	US		0	America/New_York	36.3368	-79.67836	247			NC	157	92652	
4495589	Trexler Acres	trexler-acres	US		0	America/New_York	35.29486	-80.83202	240			NC	119		
4495595	Triangle (historical)	triangle-historical	US		0	America/New_York	35.48263	-81.0098	221			NC	109	90560	
4495603	Triangle Trailer Park	triangle-trailer-park	US		0	America/New_York	34.75183	-77.45496	5			NC	133	91632	
4495606	Trent Shores	trent-shores	US		0	America/New_York	35.07599	-77.07078	1			NC	049	93592	
4495662	Trinity Park	trinity-park	US		0	America/New_York	35.89764	-79.99476	229			NC	151	93768	
4495666	Trinity Woods	trinity-woods	US		0	America/New_York	35.31127	-77.64358	30			NC	107	93856	
4495668	Trio (historical)	trio-historical	US		0	America/New_York	35.50846	-81.9151	327			NC	161	90480	
4495670	Triple Springs	triple-springs	US		0	America/New_York	36.48764	-78.84834	172	Dixon Store,Dixons Store,Triple Springs		NC	145	91512	
4495691	Trotville	trotville	US		0	America/New_York	36.36904	-76.59773	11			NC	073	91560	
4495713	Troxlers Mill	troxlers-mill	US		0	America/New_York	36.04041	-79.6828	194			NC	081	91656	
4495748	Trust	trust	US		0	America/New_York	35.7526	-82.86986	736			NC	115		
4495753	Tryon Hills	tryon-hills	US		0	America/New_York	35.2507	-80.82368	226			NC	119		
4495791	Tuckaway Park	tuckaway-park	US		0	America/New_York	35.10098	-80.8234	182			NC	119		
4495793	Tucker Estates	tucker-estates	US		0	America/New_York	35.58349	-77.35524	22			NC	147	91328	
4495797	Tucker Farms	tucker-farms	US		0	America/New_York	35.57599	-77.41691	22			NC	147	91328	
4495799	Tuckerdale	tuckerdale	US		0	America/New_York	36.5279	-81.53289	826			NC	009	92512	
4495811	Tugwell (historical)	tugwell-historical	US		0	America/New_York	35.64822	-77.62386	26			NC	147	91152	
4495812	Tulin (historical)	tulin-historical	US		0	America/New_York	35.46569	-80.71729	198			NC	025		
4495817	Tulls	tulls	US		0	America/New_York	36.49126	-76.07382	2			NC	053	90816	
4495818	Tulls Mill	tulls-mill	US		0	America/New_York	35.15322	-77.73248	29	Tull Mill,Tulls Mill		NC	107	93760	
4495819	Tulula	tulula	US		0	America/New_York	35.26981	-83.75267	718	Tallulah,Tulula		NC	075	90636	
4495823	Tumblerville	tumblerville	US		0	America/New_York	35.11398	-83.36404	682			NC	113	91156	
4495828	Tungsten	tungsten	US		0	America/New_York	36.51375	-78.47028	128			NC	181	93752	
4495830	Tunis	tunis	US		0	America/New_York	36.38432	-76.88801	0			NC	091	94076	
4495883	Turkey Ford	turkey-ford	US		0	America/New_York	36.38763	-80.66284	355			NC	171	90908	
4495903	Turkey Pen Gap	turkey-pen-gap	US		0	America/New_York	35.3265	-82.64735	684			NC	175	90344	
4495925	Turlington	turlington	US		0	America/New_York	35.3635	-78.6639	65	Slocomb Cross-roads,Tunington,Turlington,Turlington Crossroads		NC	085	91348	
4495930	Turnage	turnage	US		0	America/New_York	35.68849	-77.66164	35			NC	065		
4495953	Turners Crossroads	turners-crossroads	US		0	America/New_York	36.53321	-77.37692	26			NC	131	94004	
4495960	Turnpike	turnpike	US		0	America/New_York	35.53816	-82.76597	693			NC	021	93840	
4495969	Turrentine Estates	turrentine-estates	US		0	America/New_York	36.08819	-79.45891	188			NC	001		
4495974	Tuscarora Beach	tuscarora-beach	US		0	America/New_York	36.38904	-76.9094	1	Barfield,Barfields,Old Barfields,Tuscarora Beach		NC	091	94076	
4495978	Tuscola Park	tuscola-park	US		0	America/New_York	35.52316	-82.96014	813			NC	087	93920	
4495979	Tusk	tusk	US		0	America/New_York	34.74433	-76.51853	1			NC	031	93000	
4495983	Tuskeegee	tuskeegee	US		0	America/New_York	35.40842	-83.71934	577	Tuskeega,Tuskeege,Tuskeegee		NC	075	93108	
4495985	Tuskasaga (historical)	tuskasaga-historical	US		0	America/New_York	35.30014	-80.99146	199			NC	119		
4495991	Tusquitee	tusquitee	US		0	America/New_York	35.08453	-83.76573	619	Tusquitee,Tusquittah,Tusquittee		NC	043	93792	
4495996	Tussy Street	tussy-street	US		0	America/New_York	35.82597	-80.24033	233			NC	057	91796	
4496010	Twelve Oaks	twelve-oaks	US		0	America/New_York	35.14153	-80.95063	193			NC	119		
4496014	Twin Acres	twin-acres	US		0	America/New_York	35.79903	-80.24005	213			NC	057	91796	
4496018	Twin Creek	twin-creek	US		0	America/New_York	35.55988	-77.26441	13			NC	147	91344	
4496029	Twin Lakes Estates	twin-lakes-estates	US		0	America/New_York	35.74849	-78.65361	90			NC	183	93200	
4496030	Twin Oak	twin-oak	US		0	America/New_York	34.49572	-77.89721	16			NC	141	90444	
4496042	Twins Estates	twins-estates	US		0	America/New_York	35.25431	-80.97118	202			NC	119		
4496060	Tyndall Park	tyndall-park	US		0	America/New_York	35.25627	-77.6133	9			NC	107	92224	
4496083	Tysonville	tysonville	US		0	America/New_York	35.82071	-78.70473	144	Tyson Chapel,Tysonville		NC	183	92036	
4496085	U-No	u-no	US		0	America/New_York	35.35901	-82.42123	655	U-No,Uno		NC	089	90680	
4496087	USAR Center	usar-center	US		0	America/New_York	35.63183	-77.38024	6			NC	147	91328	
4496092	Ulah	ulah	US		0	America/New_York	35.63541	-79.8267	255			NC	151	90584	
4496093	Ulster Gardens	ulster-gardens	US		0	America/New_York	36.30043	-76.25438	2			NC	139	92164	
4496102	Unahala	unahala	US		0	America/New_York	35.35482	-83.40988	782			NC	173	90624	
4496103	Unaka	unaka	US		0	America/New_York	35.19536	-84.14158	501			NC	039	90188	
4496107	Uncle Jimmys Landing	uncle-jimmys-landing	US		0	America/New_York	35.59962	-75.46988	1			NC	055	91702	
4496198	Union Cross	union-cross	US		0	America/New_York	36.04847	-80.11893	293			NC	067	94068	
4496199	Union Cross	union-cross	US		0	America/New_York	36.34597	-80.75729	372			NC	171	90908	
4496200	Union Cross	union-cross	US		0	America/New_York	36.1843	-80.59784	316			NC	197	93034	
4496266	Union Hope	union-hope	US		0	America/New_York	35.84265	-78.21944	95			NC	127	90916	
4496280	Union Ridge	union-ridge	US		0	America/New_York	36.20764	-79.40002	207			NC	001		
4496281	Union Ridge	union-ridge	US		0	America/New_York	36.0518	-80.22505	276			NC	067	94068	
4496291	Union Terrace	union-terrace	US		0	America/New_York	35.63958	-80.38922	215			NC	159	92584	
4496313	United Industrial Park	united-industrial-park	US		0	America/New_York	35.6496	-77.35135	8			NC	147	91328	
4496335	University Acres	university-acres	US		0	America/New_York	36.01486	-79.04723	172			NC	135	90620	
4496339	University Estates	university-estates	US		0	America/New_York	36.39986	-79.70559	237			NC	157	93936	
4496340	University Estates	university-estates	US		0	America/New_York	35.11544	-78.92586	66			NC	051	90532	
4496341	University Estates	university-estates	US		0	America/New_York	36.0182	-78.9639	111			NC	063	90932	
4496342	University Hills	university-hills	US		0	America/New_York	35.09905	-78.89947	47			NC	051	90832	
4496361	Upchurch	upchurch	US		0	America/New_York	35.78932	-78.85751	131			NC	183	93984	
4496423	Upper Pigeonroost	upper-pigeonroost	US		0	America/New_York	36.09122	-82.26874	851			NC	121	90352	
4496428	Upper Poplar	upper-poplar	US		0	America/New_York	36.11067	-82.30624	937			NC	121	92548	
4496436	Upper Sawra Town (historical)	upper-sawra-town-historical	US		0	America/New_York	36.39958	-80.15033	203			NC	169	90876	
4496451	Upward	upward	US		0	America/New_York	35.29651	-82.38651	660			NC	089	90304	
4496453	Uree	uree	US		0	America/New_York	35.42512	-82.16706	271			NC	161	90656	
4496456	Utopia Mobile Home Park	utopia-mobile-home-park	US		0	America/New_York	34.73711	-77.47941	14			NC	133	91632	
4496458	Uwharrie	uwharrie	US		0	America/New_York	35.41514	-80.00366	138	Uharee,Uharry,Uhwarri,Uwharie,Uwharrie		NC	123	93848	
4496471	Urban Estates	urban-estates	US		0	America/New_York	35.3485	-77.44913	8	Urban Acres,Urban Estates		NC	107	90760	
4496478	V Point	v-point	US		0	America/New_York	35.9118	-80.7184	275			NC	097	93788	
4496481	Vade Mecum (historical)	vade-mecum-historical	US		0	America/New_York	36.41875	-80.30672	263			NC	169	92588	
4496505	Valley Estates	valley-estates	US		0	America/New_York	35.87071	-78.67361	122			NC	183	91548	
4496508	Valley Hill	valley-hill	US		2070	America/New_York	35.29845	-82.48318	665			NC	089	91456	
4496510	Valley Oaks	valley-oaks	US		0	America/New_York	36.03541	-80.45811	242			NC	059	91080	
4496521	Valley View Vistas	valley-view-vistas	US		0	America/New_York	35.25178	-82.64818	649			NC	175	90364	
4496524	Valleydale Estates	valleydale-estates	US		0	America/New_York	35.71294	-77.8797	39			NC	195	94048	
4496525	Valleyhall	valleyhall	US		0	America/New_York	35.29485	-81.50481	264			NC	045		
4496526	Valleytown	valleytown	US		0	America/New_York	35.19426	-83.80657	571			NC	039	93852	
4496528	Valmead	valmead	US		0	America/New_York	35.93708	-81.53815	368			NC	027	91924	
4496531	Van Eden	van-eden	US		0	America/New_York	34.6185	-77.94971	18			NC	141	93804	
4496534	Valley Creek	valley-creek	US		0	America/New_York	36.14485	-81.79872	977			NC	189	93912	
4496578	Van Story Hills	van-story-hills	US		0	America/New_York	35.6821	-78.60612	94			NC	183	92788	
4496582	Vander	vander	US		1146	America/New_York	35.03211	-78.79474	38	East Gate,Vander		NC	051	90968	
4496587	Vann Crossroads	vann-crossroads	US		336	America/New_York	35.17544	-78.39806	57	Herrings Crossroads,Vann Crossroads		NC	163	93939	
4496589	Vannoy	vannoy	US		0	America/New_York	36.31346	-81.27315	438			NC	193	93820	
4496592	Vanstory Hills	vanstory-hills	US		0	America/New_York	35.06211	-78.93253	66			NC	051	90832	
4496594	Vantine	vantine	US		0	America/New_York	35.28152	-81.30064	284			NC	071	90844	
4496600	Varnamtown	varnamtown	US		572	America/New_York	33.93573	-78.24861	8	Stanbury,Varnamtown,Varnum Town		NC	019	91884	
4496603	Vashti	vashti	US		0	America/New_York	35.99791	-81.10536	369	Cedar Run,Vashti		NC	003	91364	
4496611	Varnum	varnum	US		0	America/New_York	33.94767	-78.22694	6			NC	019	91884	
4496618	Vein Mountain	vein-mountain	US		0	America/New_York	35.55207	-81.96399	317			NC	111	90348	
4496621	Venable	venable	US		0	America/New_York	35.52622	-82.60679	667			NC	021	90086	
4496623	Venable Community	venable-community	US		0	America/New_York	35.56317	-82.60318	633			NC	021	91932	
4496627	Venters	venters	US		0	America/New_York	35.46961	-77.34774	15			NC	147	93196	
4496642	Vestavia	vestavia	US		0	America/New_York	35.32819	-81.50231	283			NC	045		
4496644	Vests	vests	US		0	America/New_York	35.12369	-84.20547	512			NC	039	92932	
4496653	Vicksboro	vicksboro	US		0	America/New_York	36.30626	-78.27694	133	Coleys Crossroads,Vicksboro		NC	185	92828	
4496673	Vienna Forest	vienna-forest	US		0	America/New_York	36.13347	-80.40117	268			NC	067	93864	
4496688	Villa Heights	villa-heights	US		0	America/New_York	35.2157	-80.81007	222			NC	119		
4496690	Village Green	village-green	US		0	America/New_York	34.97183	-78.99003	56			NC	051	92724	
4496691	Village Grove	village-grove	US		0	America/New_York	35.60516	-77.39469	22			NC	147	91328	
4496694	Village Oaks	village-oaks	US		0	America/New_York	36.37653	-79.67559	236			NC	157	92652	
4496696	Village of White Oak	village-of-white-oak	US		0	America/New_York	35.66321	-78.56195	105			NC	183	92788	
4496700	Village Square Townhouses	village-square-townhouses	US		0	America/New_York	35.28874	-81.5387	271			NC	045		
4496702	Village on the Green	village-on-the-green	US		0	America/New_York	35.87376	-78.66084	108			NC	183	91548	
4496707	Vinegar Hill	vinegar-hill	US		0	America/New_York	35.31767	-76.70048	1			NC	013	92664	
4496708	Vinegar Hill	vinegar-hill	US		0	America/New_York	34.17128	-78.8203	32			NC	047	94020	
4496709	Vineland Park	vineland-park	US		0	America/New_York	35.01016	-78.89225	54			NC	051	92460	
4496712	Village Gate	village-gate	US		0	America/New_York	35.86071	-78.63639	129			NC	183	91548	
4496719	Vinson Manor	vinson-manor	US		0	America/New_York	35.38572	-77.88721	36			NC	191	92256	
4496724	Vinton Woods	vinton-woods	US		0	America/New_York	35.30847	-81.15508	222			NC	071	90872	
4496732	Virginia Manor	virginia-manor	US		0	America/New_York	35.27209	-80.7859	236			NC	119		
4496748	Volunteer	volunteer	US		0	America/New_York	36.36792	-80.41978	329			NC	169	94108	
4496755	Vultare	vultare	US		0	America/New_York	36.51709	-77.76498	97	Vultare,Vulture		NC	131	91212	
4497224	Waco Heights	waco-heights	US		0	America/New_York	35.84543	-78.60667	100			NC	183	92228	
4497230	Vox	vox	US		0	America/New_York	36.55318	-81.05592	866			NC	005	91232	
4497235	Wade Mills	wade-mills	US		0	America/New_York	34.96571	-80.047	115			NC	007	93876	
4497240	Wades Point	wades-point	US		0	America/New_York	35.39906	-76.62548	1			NC	013	90168	
4497249	Wadeville	wadeville	US		0	America/New_York	35.28264	-79.96977	161			NC	123	92160	
4497287	Wake Crossroads	wake-crossroads	US		0	America/New_York	35.88321	-78.51	75	Rogers Crossroads,Wake Crossroads		NC	183	93880	
4497306	Wakelon	wakelon	US		0	America/New_York	36.15877	-76.84356	18			NC	015	90712	
4497309	Wakeview	wakeview	US		0	America/New_York	35.86987	-78.62334	133			NC	183	91548	
4497310	Wakulla	wakulla	US		105	America/New_York	34.79266	-79.25504	64	Wakulia,Wakulla		NC	155	92984	
4497319	Walden Woods	walden-woods	US		0	America/New_York	35.84904	-78.6025	88			NC	183	92228	
4497356	Walkers	walkers	US		0	America/New_York	34.54072	-77.85415	7	Walkers,Walkers Store		NC	141	90444	
4497367	Walkers Landing	walkers-landing	US		0	America/New_York	36.15014	-79.15196	193			NC	135	90580	
4497369	Walkers Store	walkers-store	US		0	America/New_York	34.50183	-77.85276	8			NC	141	90444	
4497370	Walkersville (historical)	walkersville-historical	US		0	America/New_York	34.85015	-80.65257	172	Walkersville (historical),Wilsons Old Store		NC	179	90432	
4497378	Walks (historical)	walks-historical	US		0	America/New_York	35.9943	-80.26838	255			NC	057	90076	
4497384	Walla Watta	walla-watta	US		0	America/New_York	35.58544	-76.87355	9	Walla Walla,Walla Wata,Walla Watt,Walla Watta		NC	013	91896	
4497386	Wallace Acres	wallace-acres	US		0	America/New_York	36.20847	-81.13897	384			NC	193	92184	
4497388	Walkers Crossroads	walkers-crossroads	US		0	America/New_York	35.92571	-78.50445	107			NC	183	93880	
4497405	Wallace Mill	wallace-mill	US		0	America/New_York	36.53431	-79.35197	117			NC	033	90880	
4497411	Wallace Store (historical)	wallace-store-historical	US		0	America/New_York	35.40125	-80.76229	229			NC	025		
4497422	Walls Landing	walls-landing	US		0	America/New_York	34.96738	-79.86506	43			NC	153	92736	
4497474	Walnut Hills	walnut-hills	US		0	America/New_York	34.30656	-77.9536	4			NC	129	90508	
4497485	Walnut Terrace	walnut-terrace	US		0	America/New_York	35.76682	-78.64861	89			NC	183	92612	
4497486	Walser	walser	US		0	America/New_York	35.77986	-80.12143	238			NC	057	90756	
4497487	Walsh (historical)	walsh-historical	US		0	America/New_York	36.26374	-81.38621	706			NC	193	91664	
4497512	Walnut Island	walnut-island	US		0	America/New_York	36.24044	-75.87603	3			NC	053	92552	
4497516	Waltons Store	waltons-store	US		0	America/New_York	34.73878	-77.5083	18			NC	133	91632	
4497519	Wananish	wananish	US		0	America/New_York	34.32211	-78.50029	18			NC	047	93872	
4497528	Walton Crossroads	walton-crossroads	US		0	America/New_York	36.36349	-76.64328	9			NC	073	92092	
4497539	Ward Corner	ward-corner	US		0	America/New_York	34.13017	-78.69085	17			NC	047	91764	
4497557	Wards	wards	US		0	America/New_York	34.26572	-78.83863	32	Ward Station,Wards		NC	047	90612	
4497563	Wards Corner	wards-corner	US		0	America/New_York	34.53461	-78.07194	17			NC	141	90728	
4497602	Warnersville	warnersville	US		0	America/New_York	36.06264	-79.79642	253			NC	081	92124	
4497620	Warrens Trailer Park	warrens-trailer-park	US		0	America/New_York	34.75239	-77.47219	8			NC	133	91632	
4497626	Warrenwood	warrenwood	US		0	America/New_York	35.1235	-78.90864	69			NC	051	90532	
4497629	Warren Plains	warren-plains	US		0	America/New_York	36.44265	-78.16027	139	Warren Plains,Warrenton Station		NC	185	91432	
4497642	Warrior Woods	warrior-woods	US		0	America/New_York	35.22294	-79.38475	107			NC	125		
4497679	Washington Heights	washington-heights	US		0	America/New_York	35.76236	-80.8973	269			NC	097	93104	
4497680	Washington Heights	washington-heights	US		0	America/New_York	35.54961	-77.03551	9			NC	013	93904	
4497681	Washington Heights	washington-heights	US		0	America/New_York	35.26374	-81.53342	233			NC	045		
4497684	Washington Park	washington-park	US		450	America/New_York	35.53266	-77.03245	2	Washington,Washington Park		NC	013	91896	
4497686	Washington Park	washington-park	US		439	America/New_York	35.79958	-80.27005	213			NC	057	91796	
4497690	Washington Place	washington-place	US		0	America/New_York	35.71627	-77.89304	40			NC	195	94048	
4497695	Washington Square	washington-square	US		0	America/New_York	35.78598	-78.615	99			NC	183	92612	
4497703	Washington Forks	washington-forks	US		0	America/New_York	35.14238	-77.10412	9			NC	049	93592	
4497712	Watauga Falls (historical)	watauga-falls-historical	US		0	America/New_York	36.25096	-81.85511	808			NC	189	91744	
4497731	Water Oak	water-oak	US		0	America/New_York	35.03987	-80.71396	198			NC	179	92836	
4497744	Waterlily	waterlily	US		0	America/New_York	36.38155	-75.91937	2	Waterlilly,Waterlily		NC	053	92552	
4497754	Waters Edge	waters-edge	US		0	America/New_York	35.06211	-78.98697	58			NC	051	92892	
4497758	Watership Downs	watership-downs	US		0	America/New_York	35.69069	-80.30728	194			NC	057	90780	
4497769	Watery Branch	watery-branch	US		0	America/New_York	35.56599	-77.83359	33			NC	191	92200	
4497771	Watha	watha	US		226	America/New_York	34.64045	-77.96082	18	Hiawatha,South Washington,Washington,Watha		NC	141	93804	
4497787	Watkins Village	watkins-village	US		0	America/New_York	34.70266	-77.35079	9			NC	133	90482	
4497791	Watkins Mill	watkins-mill	US		0	America/New_York	35.00592	-83.30877	1060			NC	113	91124	
4497801	Watson Crossroads	watson-crossroads	US		0	America/New_York	35.58572	-78.04777	44			NC	191	91300	
4497809	Watson Village	watson-village	US		0	America/New_York	35.66569	-80.58395	241			NC	159	91880	
4497811	Watts (historical)	watts-historical	US		0	America/New_York	35.77402	-80.94341	248			NC	097	93104	
4497820	Watts Landing	watts-landing	US		0	America/New_York	34.42156	-77.5908	10			NC	141	93248	
4497825	Waughtown	waughtown	US		0	America/New_York	36.06958	-80.20394	287	Charleston,Charlestown,Waughs Store,Waughtown		NC	067	94068	
4497827	Watts Crossroads	watts-crossroads	US		0	America/New_York	35.47181	-80.45312	220	Watts Cross Roads,Watts Crossroads		NC	025		
4497831	Waverly Place	waverly-place	US		0	America/New_York	35.73821	-78.77751	125			NC	183	93200	
4497832	Waves Landing	waves-landing	US		0	America/New_York	35.56685	-75.47071	0			NC	055	91702	
4497847	Wayah Depot	wayah-depot	US		0	America/New_York	35.16482	-83.51183	694			NC	113	90524	
4497867	Wayne Ridge	wayne-ridge	US		0	America/New_York	35.76376	-78.73112	127			NC	183	92612	
4497891	Weatherhill	weatherhill	US		0	America/New_York	35.90098	-79.07918	96			NC	135	90620	
4497895	Weatherstone	weatherstone	US		0	America/New_York	35.36151	-81.8801	296			NC	161	90768	
4497896	Weathington Heights	weathington-heights	US		0	America/New_York	35.53822	-77.39274	21			NC	147	94072	
4497899	Weatherspon (historical)	weatherspon-historical	US		0	America/New_York	36.21097	-80.8973	273			NC	193	92236	
4497909	Weavers Ford	weavers-ford	US		0	America/New_York	36.54929	-81.37371	762	Weaver's Ford,Weavers Ford,Weaversford		NC	009	91282	
4497934	Webbs	webbs	US		0	America/New_York	35.73488	-77.68609	34			NC	065		
4497935	Webbs	webbs	US		0	America/New_York	35.53041	-80.97758	247			NC	109	90560	
4497955	Webtown	webtown	US		0	America/New_York	35.36877	-77.98749	32			NC	191	91260	
4497956	Weddington	weddington	US		10531	America/New_York	35.02237	-80.7609	222	Providence,Weddington		NC	179	92836	
4497957	Wedgewood	wedgewood	US		0	America/New_York	35.82793	-78.34444	89			NC	183	91868	
4497960	Wedgewood Lakes	wedgewood-lakes	US		0	America/New_York	36.47599	-76.03965	2			NC	053	90816	
4497961	Wedgewood West	wedgewood-west	US		0	America/New_York	36.0943	-79.47752	200			NC	001		
4497970	Weeksville	weeksville	US		0	America/New_York	36.20544	-76.14771	1	New Begun Creek,Weeksville		NC	139	92804	
4497979	Wehutty	wehutty	US		0	America/New_York	35.09397	-84.29714	490			NC	039	92932	
4498021	Weldons Mill	weldons-mill	US		0	America/New_York	36.29042	-78.32055	98			NC	181	92824	
4498026	Wellington Park	wellington-park	US		0	America/New_York	35.74932	-78.76501	111			NC	183	90536	
4498027	Wellington Way	wellington-way	US		0	America/New_York	36.12153	-80.12032	278			NC	067	91696	
4498028	Wellington Woods	wellington-woods	US		0	America/New_York	35.03737	-80.6934	202			NC	179	93860	
4498045	Welsh Heights	welsh-heights	US		0	America/New_York	34.98459	-80.55923	185			NC	179	92108	
4498052	Wendover Hills	wendover-hills	US		0	America/New_York	35.79708	-80.91869	290			NC	097	93104	
4498063	Wescliff	wescliff	US		0	America/New_York	35.8343	-80.28672	236			NC	057	91796	
4498087	Wesley Heights	wesley-heights	US		0	America/New_York	35.23459	-80.86146	211			NC	119		
4498092	Wesley Park	wesley-park	US		0	America/New_York	35.24708	-81.20119	239			NC	071	91216	
4498107	Wesser	wesser	US		0	America/New_York	35.33315	-83.59128	525			NC	173	92208	
4498120	West Asheville	west-asheville	US		0	America/New_York	35.57789	-82.58374	659			NC	021	90086	
4498139	West Brook	west-brook	US		0	America/New_York	35.49653	-80.6434	223			NC	025		
4498164	West Cramerton	west-cramerton	US		0	America/New_York	35.25264	-81.08785	219			NC	071	93048	
4498167	West Crossroads	west-crossroads	US		0	America/New_York	35.28739	-77.47774	9	West Crossroads,Wests Crossroads		NC	107	92820	
4498173	West Canton	west-canton	US		1247	America/New_York	35.53788	-82.85819	831			NC	087	90196	
4498175	West Edgecombe	west-edgecombe	US		0	America/New_York	35.90627	-77.73998	35			NC	065		
4498219	West Highlands	west-highlands	US		0	America/New_York	36.09847	-80.27283	259			NC	067	94068	
4498223	West Hills East	west-hills-east	US		0	America/New_York	36.03486	-78.98112	155			NC	063	90932	
4498224	West Hillsborough	west-hillsborough	US		0	America/New_York	36.07458	-79.11946	187			NC	135	91496	
4498227	West Gastonia	west-gastonia	US		0	America/New_York	35.28764	-81.24425	261			NC	071	90844	
4498239	West Lake Valley	west-lake-valley	US		0	America/New_York	35.49154	-79.2303	108			NC	105		
4498243	West Lenoir	west-lenoir	US		0	America/New_York	35.90152	-81.57065	329			NC	027	91780	
4498252	West Marion	west-marion	US		1348	America/New_York	35.6579	-82.02539	447			NC	111	91984	
4498270	West Oaks	west-oaks	US		0	America/New_York	36.07514	-80.30338	264			NC	067	94068	
4498271	West Onslow Beach	west-onslow-beach	US		0	America/New_York	34.44795	-77.50747	2			NC	133	93160	
4498278	West Parkland	west-parkland	US		0	America/New_York	35.74237	-78.64862	93			NC	183	93200	
4498280	West Philadelphia	west-philadelphia	US		0	America/New_York	35.38237	-79.65837	155			NC	125		
4498286	West Holly Hills	west-holly-hills	US		0	America/New_York	36.48264	-79.8042	190			NC	157	91752	
4498303	West Raleigh	west-raleigh	US		338759	America/New_York	35.78682	-78.66389	122			NC	183	92612	
4498317	West Smithfield	west-smithfield	US		63	America/New_York	35.5271	-78.35528	47			NC	101	92980	
4498320	West Statesville	west-statesville	US		0	America/New_York	35.78041	-80.92424	269			NC	097	93104	
4498322	West Rockingham	west-rockingham	US		0	America/New_York	34.94321	-79.787	64			NC	153	92736	
4498328	West Yanceyville	west-yanceyville	US		0	America/New_York	36.40625	-79.38697	194			NC	033	94120	
4498333	Westbourne	westbourne	US		0	America/New_York	35.31014	-80.91257	224			NC	119		
4498334	Westbridge	westbridge	US		0	America/New_York	35.26484	-82.50206	670			NC	089	91456	
4498338	Westbrook Crossroads	westbrook-crossroads	US		0	America/New_York	35.0385	-77.94498	38			NC	061	91688	
4498339	Westbrook Forest	westbrook-forest	US		0	America/New_York	36.09708	-79.52836	211			NC	001		
4498347	Westcliff	westcliff	US		0	America/New_York	35.70931	-80.53228	244			NC	159	91160	
4498348	Westcroft	westcroft	US		0	America/New_York	35.48376	-79.22863	104			NC	105		
4498350	Westerly Forest	westerly-forest	US		0	America/New_York	36.05708	-80.38422	235			NC	067	91792	
4498351	Westerly Hill	westerly-hill	US		0	America/New_York	35.23236	-80.90396	221			NC	119		
4498364	Western Heights	western-heights	US		0	America/New_York	35.83042	-80.27422	238			NC	057	91796	
4498366	Western Hills	western-hills	US		0	America/New_York	35.46626	-79.22252	122			NC	105		
4498369	Western Park	western-park	US		0	America/New_York	35.78848	-78.71306	149			NC	183	92612	
4498373	West Tarboro	west-tarboro	US		0	America/New_York	35.90571	-77.54136	22	Hilma,West Tarboro		NC	065		
4498377	Westerwood	westerwood	US		0	America/New_York	36.0793	-79.80364	237			NC	081	92124	
4498378	Westerwood	westerwood	US		0	America/New_York	36.08319	-79.4703	196			NC	001		
4498380	Westfield Acres	westfield-acres	US		0	America/New_York	36.43069	-79.6942	244			NC	157	93936	
4498395	Westgate Terrace	westgate-terrace	US		0	America/New_York	35.9696	-77.97915	54			NC	127	92212	
4498396	Westhaven	westhaven	US		0	America/New_York	35.3235	-78.61279	67			NC	085	90104	
4498397	Westhaven	westhaven	US		0	America/New_York	35.56266	-77.40163	22	Nesthaven,West Haven,Westhaven		NC	147	94072	
4498398	Westland Forest	westland-forest	US		0	America/New_York	34.77377	-79.47505	68			NC	165	93132	
4498408	Westmore	westmore	US		0	America/New_York	35.50208	-79.71475	177			NC	125		
4498424	Westover II	westover-ii	US		0	America/New_York	35.40405	-78.04582	36			NC	191	91136	
4498426	Westpark Place	westpark-place	US		0	America/New_York	35.78487	-78.86917	105			NC	183	93984	
4498432	Westridge	westridge	US		0	America/New_York	35.73264	-79.83031	244			NC	151	90084	
4498433	Westridge	westridge	US		0	America/New_York	35.32345	-82.50373	665			NC	089	91456	
4498434	Westridge Heights	westridge-heights	US		0	America/New_York	36.10875	-79.85476	276			NC	081	92124	
4498435	Westry	westry	US		0	America/New_York	35.96321	-77.89804	53			NC	127	92356	
4498456	Westview Terrace	westview-terrace	US		0	America/New_York	36.0693	-79.50447	200			NC	001		
4498470	Westwood Forest	westwood-forest	US		0	America/New_York	35.25847	-80.98146	222			NC	119		
4498471	Westwood Heights	westwood-heights	US		0	America/New_York	35.27041	-81.56509	228			NC	045		
4498472	Westwood Heights	westwood-heights	US		0	America/New_York	34.25711	-77.82415	7			NC	129	91404	
4498473	Westwood Hills	westwood-hills	US		0	America/New_York	36.30737	-78.46	100			NC	181	90868	
4498474	Westwood Hills	westwood-hills	US		0	America/New_York	36.13596	-81.17481	326			NC	193	94012	
4498494	Whalebone	whalebone	US		0	America/New_York	35.91351	-75.59962	2			NC	055	92196	
4498500	Whaley	whaley	US		0	America/New_York	36.23624	-81.93178	1085			NC	011	90212	
4498516	Wheat Swamp	wheat-swamp	US		0	America/New_York	35.34072	-77.67886	35			NC	107	91588	
4498534	Whichard	whichard	US		0	America/New_York	35.6971	-77.25496	14			NC	147	90512	
4498535	Whichard Beach	whichard-beach	US		0	America/New_York	35.50433	-77.02301	1	Whichard Beach,Whichards Beach		NC	013	90664	
4498546	Whipporrwill Hills	whipporrwill-hills	US		0	America/New_York	36.46514	-79.77059	182			NC	157	93936	
4498551	Whispering Oaks	whispering-oaks	US		0	America/New_York	35.27514	-80.69562	236			NC	119		
4498552	Whispering Pines	whispering-pines	US		0	America/New_York	36.03098	-79.00473	143			NC	135	91040	
4498553	Whispering Pines	whispering-pines	US		0	America/New_York	36.47958	-79.82948	186			NC	157	92020	
4498554	Whispering Pines	whispering-pines	US		0	America/New_York	34.73933	-79.50283	67			NC	165	93132	
4498557	Whispering Pines Number Two	whispering-pines-number-two	US		0	America/New_York	34.73461	-79.49144	63			NC	165	93132	
4498560	Whispering Pines	whispering-pines	US		3148	America/New_York	35.25571	-79.37225	113			NC	125		
4498570	Whitaker Park	whitaker-park	US		0	America/New_York	35.79487	-78.64445	89			NC	183	92612	
4498594	White Cross	white-cross	US		0	America/New_York	35.92181	-79.18751	168			NC	135	90268	
4498596	White Fox	white-fox	US		0	America/New_York	35.76155	-77.93026	42			NC	195	94048	
4498597	White Hall (historical)	white-hall-historical	US		0	America/New_York	35.16486	-80.96924	204			NC	119		
4498599	White Hat Landing	white-hat-landing	US		0	America/New_York	36.15155	-76.38299	-1			NC	143	92248	
4498600	White Hill	white-hill	US		0	America/New_York	35.38182	-79.28058	148	Caviness Crossroads,White Hill		NC	105		
4498611	White Level	white-level	US		0	America/New_York	36.13321	-78.14305	99	Dickens,White Level		NC	069	90590	
4498670	White Oak Estates	white-oak-estates	US		0	America/New_York	34.75572	-77.3469	8			NC	133	93976	
4498678	White Oak Heights	white-oak-heights	US		0	America/New_York	36.12902	-79.77503	255			NC	081	91228	
4498688	White Oak Park	white-oak-park	US		0	America/New_York	35.26375	-80.94174	206			NC	119		
4498710	White Oaks	white-oaks	US		0	America/New_York	35.2515	-82.71457	667			NC	175	90364	
4498711	White Oaks	white-oaks	US		0	America/New_York	34.96098	-80.58423	191			NC	179	92108	
4498718	White Pines	white-pines	US		0	America/New_York	35.3943	-81.37008	283			NC	071	90644	
4498737	White Pond	white-pond	US		0	America/New_York	34.43766	-79.19587	41			NC	155	91200	
4498742	White Road (historical)	white-road-historical	US		0	America/New_York	36.19597	-80.09088	271			NC	067	90216	
4498773	White Stocking	white-stocking	US		0	America/New_York	34.58461	-77.83165	4			NC	141	90444	
4498783	Whitehall Shores	whitehall-shores	US		0	America/New_York	36.29266	-76.14687	3			NC	029	90784	
4498785	Whitehead	whitehead	US		0	America/New_York	36.46735	-81.15286	921			NC	005	93960	
4498791	Whiteheads Mill (historical)	whiteheads-mill-historical	US		0	America/New_York	35.69292	-80.47061	194			NC	159	91160	
4498795	Whitehurst	whitehurst	US		0	America/New_York	35.76599	-77.33219	21	Grindool,Whitehurst		NC	147	90252	
4498828	Whiteoak Flats	whiteoak-flats	US		0	America/New_York	36.04539	-82.34819	761			NC	199	92616	
4498848	Whitepost	whitepost	US		0	America/New_York	35.49155	-76.85105	5	Surry,White Post,Whitepost		NC	013	90168	
4498855	Whites Beach	whites-beach	US		0	America/New_York	36.15488	-76.75523	1			NC	015	90712	
4498864	Whites Crossing	whites-crossing	US		0	America/New_York	34.22545	-78.71918	23			NC	047	91764	
4498865	Whites Crossroads	whites-crossroads	US		0	America/New_York	36.1371	-76.86579	20			NC	015	90712	
4498896	Whitesmith	whitesmith	US		0	America/New_York	35.85236	-80.26755	237			NC	057	91796	
4498897	Whiteston	whiteston	US		0	America/New_York	36.32516	-76.48994	5			NC	143	90220	
4498898	Whitetown	whitetown	US		0	America/New_York	36.53819	-79.44725	226			NC	033	92468	
4498910	Whitewater Pines	whitewater-pines	US		0	America/New_York	35.08759	-82.9857	940			NC	175	91504	
4498913	Whitfield Homes	whitfield-homes	US		0	America/New_York	35.71294	-77.91526	31			NC	195	94048	
4498926	Whitley Heights	whitley-heights	US		0	America/New_York	35.55544	-78.38611	56			NC	101	92980	
4498930	Whitley Place	whitley-place	US		0	America/New_York	35.42655	-78.26333	50			NC	101	90336	
4498941	Whitnel	whitnel	US		0	America/New_York	35.88819	-81.52343	392	Treeland,Whitnel		NC	027	91780	
4498950	Whitson	whitson	US		0	America/New_York	36.09094	-82.30347	978			NC	121	92548	
4498957	Whitt Town	whitt-town	US		0	America/New_York	36.36931	-79.00973	208			NC	145	92764	
4498972	Whitty (historical)	whitty-historical	US		0	America/New_York	36.28791	-81.12703	373			NC	193	93888	
4498979	Whortonsville	whortonsville	US		0	America/New_York	35.09572	-76.62854	1	Bethel,Whortonsville,Whortonville		NC	137	93312	
4498988	Widgen Woods	widgen-woods	US		0	America/New_York	35.10739	-75.94129	0			NC	095	92372	
4498995	Wiggins Crossroads	wiggins-crossroads	US		0	America/New_York	35.83099	-77.62997	30			NC	065		
4498998	Wiggins Mill	wiggins-mill	US		0	America/New_York	35.6896	-77.94665	31	Wiggins Mill,Willow Springs		NC	195	94048	
4499000	Wiggins Crossroads	wiggins-crossroads	US		0	America/New_York	36.51821	-76.63717	10			NC	073	91520	
4499010	Wilbanks	wilbanks	US		0	America/New_York	35.74794	-77.77137	37			NC	195	91208	
4499012	Wilbar	wilbar	US		0	America/New_York	36.24457	-81.29815	382			NC	193	93820	
4499013	Wilbon	wilbon	US		0	America/New_York	35.59766	-78.83696	140			NC	183	91524	
4499014	Wilbourns	wilbourns	US		0	America/New_York	36.48903	-78.74362	151	Wilbourns,Wilbourns Store		NC	077	92348	
4499017	Wil-Mar Park	wil-mar-park	US		0	America/New_York	35.42486	-80.60173	223			NC	025		
4499018	Wilco Manor Mobile Home Park	wilco-manor-mobile-home-park	US		0	America/New_York	35.70044	-77.93221	37			NC	195	94048	
4499029	Wild Duck Dunes	wild-duck-dunes	US		0	America/New_York	36.19822	-75.76602	0			NC	055	90096	
4499036	Wildacres	wildacres	US		0	America/New_York	35.82429	-82.10595	967			NC	111	92312	
4499087	Wilders Grove	wilders-grove	US		0	America/New_York	35.79876	-78.56445	93			NC	183	92792	
4499099	Wildwood Heights	wildwood-heights	US		0	America/New_York	35.31067	-82.51068	895			NC	089	91456	
4499104	Wildwood Park	wildwood-park	US		0	America/New_York	35.83819	-80.84563	272			NC	097	90240	
4499105	Wildwood Park	wildwood-park	US		0	America/New_York	36.21652	-81.15509	370			NC	193	92184	
4499106	Wildwood Springs	wildwood-springs	US		0	America/New_York	35.90375	-79.07612	125			NC	135	90620	
4499107	Wildwoods	wildwoods	US		0	America/New_York	35.18764	-80.70312	209			NC	119		
4499114	Wilgrove	wilgrove	US		0	America/New_York	35.20376	-80.67007	244			NC	119		
4499118	Wilkerson Acres	wilkerson-acres	US		0	America/New_York	36.09458	-79.1039	188			NC	135	91496	
4499126	Wilkerson Crossroads	wilkerson-crossroads	US		0	America/New_York	35.70266	-78.11527	57	Wilkerson Cross Roads,Wilkerson Crossroads		NC	195	92380	
4499170	Will-O-Dean Acres	will-o-dean-acres	US		0	America/New_York	35.86015	-78.56084	90			NC	183	92228	
4499173	Willardville	willardville	US		0	America/New_York	36.13903	-78.85695	144			NC	063	91972	
4499180	Willeyton	willeyton	US		0	America/New_York	36.50515	-76.73273	16			NC	073	91420	
4499237	Williams Crossroads	williams-crossroads	US		0	America/New_York	35.65571	-78.66612	123	Williams Crossroads,Williamson Crossroad		NC	183	92440	
4499250	Williams Cross Roads (historical)	williams-cross-roads-historical	US		0	America/New_York	34.45322	-78.82558	35			NC	047	93216	
4499262	Williams Subdivision	williams-subdivision	US		0	America/New_York	35.01265	-80.57534	188			NC	179	92108	
4499265	Williams Village	williams-village	US		0	America/New_York	35.03016	-78.86919	26			NC	051	92460	
4499268	Williamsboro	williamsboro	US		0	America/New_York	36.43042	-78.43166	130	Nutbush,The Lick,Williamsboro		NC	181	94028	
4499271	Williamsborough	williamsborough	US		0	America/New_York	35.82876	-78.64834	78			NC	183	92612	
4499274	Williamsburg Manor	williamsburg-manor	US		0	America/New_York	35.76515	-78.74834	149			NC	183	90536	
4499275	Williamsburg Manor North	williamsburg-manor-north	US		0	America/New_York	35.57738	-77.38802	22			NC	147	91328	
4499277	Williamsburg Square	williamsburg-square	US		0	America/New_York	36.06319	-80.30338	243			NC	067	94068	
4499290	Williamson Crossroads	williamson-crossroads	US		0	America/New_York	34.35961	-78.92169	29			NC	047	93216	
4499326	Willis Landing	willis-landing	US		0	America/New_York	34.646	-77.21162	5			NC	133	93188	
4499332	Willits-Ochre Hill	willits-ochre-hill	US		0	America/New_York	35.40177	-83.12736	804	Willits,Willits-Ochre Hill		NC	099	92868	
4499336	Willoughby Condominiums	willoughby-condominiums	US		0	America/New_York	35.56544	-77.3858	22			NC	147	94072	
4499337	Willoughby Place	willoughby-place	US		0	America/New_York	35.80098	-78.77001	138			NC	183	90536	
4499338	Willow Bend	willow-bend	US		0	America/New_York	35.30373	-82.4654	665			NC	089	91456	
4499341	Willow Brook	willow-brook	US		0	America/New_York	35.32678	-82.4254	658			NC	089	91456	
4499352	Willow Oaks	willow-oaks	US		0	America/New_York	36.3032	-78.38166	147			NC	181	91452	
4499356	Willow Ridge	willow-ridge	US		0	America/New_York	36.07959	-78.98001	168			NC	135	91040	
4499367	Willow Wew	willow-wew	US		0	America/New_York	35.30345	-82.47262	657			NC	089	91456	
4499368	Willow Woods	willow-woods	US		0	America/New_York	34.79572	-77.41969	15			NC	133	91632	
4499369	Willowbend	willowbend	US		0	America/New_York	36.1118	-80.13754	280			NC	067	91696	
4499380	Wilmington Beach	wilmington-beach	US		0	America/New_York	34.01878	-77.8986	4			NC	129	91092	
4499385	Wilshire	wilshire	US		0	America/New_York	36.02236	-80.25783	233			NC	067	94068	
4499387	Wilshire Park	wilshire-park	US		0	America/New_York	35.58428	-82.61179	646			NC	021	90086	
4499390	Wilson (historical)	wilson-historical	US		0	America/New_York	35.38958	-81.47453	247			NC	045		
4499391	Wilson Acres	wilson-acres	US		0	America/New_York	35.61349	-77.35524	5			NC	147	91328	
4499442	Wilson Creek Heights	wilson-creek-heights	US		0	America/New_York	35.08183	-77.10523	3			NC	049	93592	
4499478	Wilson Wood	wilson-wood	US		0	America/New_York	35.20209	-80.6634	240			NC	119		
4499489	Wilsonville (historical)	wilsonville-historical	US		0	America/New_York	35.43874	-81.37981	248			NC	109	92300	
4499499	Winbon Acres	winbon-acres	US		0	America/New_York	35.41349	-77.99804	36			NC	191	91260	
4499505	Wind Blow	wind-blow	US		0	America/New_York	35.17154	-79.66699	170	Wind Blow,Windblow		NC	153	92084	
4499506	Wind Oaks Town Homes	wind-oaks-town-homes	US		0	America/New_York	35.59011	-82.54096	727			NC	021	90086	
4499507	Windemere	windemere	US		0	America/New_York	34.24045	-77.8436	9			NC	129	94044	
4499508	Windemere Mobile Homes	windemere-mobile-homes	US		0	America/New_York	35.78516	-77.9636	45			NC	195	93220	
4499511	Wind Hill (historical)	wind-hill-historical	US		0	America/New_York	35.55403	-80.09977	212			NC	057	90032	
4499518	Windmere	windmere	US		0	America/New_York	36.41819	-79.68198	242			NC	157	92772	
4499524	Windor Hills	windor-hills	US		0	America/New_York	35.34317	-82.46012	661			NC	089	91456	
4499843	Woodcrest	woodcrest	US		0	America/New_York	35.80376	-78.61223	69			NC	183	92612	
4499526	Windrow Estates	windrow-estates	US		0	America/New_York	35.12987	-80.67257	217	Windrow,Windrow Estates		NC	119		
4499527	Windsong Trails	windsong-trails	US		0	America/New_York	35.13209	-80.90507	192			NC	119		
4499533	Windsor Hills	windsor-hills	US		0	America/New_York	35.3307	-80.20534	161			NC	167	93028	
4499534	Windsor Park	windsor-park	US		0	America/New_York	35.22681	-80.7559	228			NC	119		
4499539	Windsors Crossroads	windsors-crossroads	US		0	America/New_York	36.06958	-80.83174	334	Winders Crossroads,Windsor's Cross Roads,Windsors Crossroads		NC	197	93030	
4499540	Windwood	windwood	US		0	America/New_York	36.46292	-79.78226	185			NC	157	93936	
4499553	Windy Gap	windy-gap	US		0	America/New_York	36.11847	-80.98952	363			NC	193	93024	
4499558	Windy Hill Farm	windy-hill-farm	US		0	America/New_York	36.02486	-79.03501	156			NC	135	90620	
4499561	Windy Ridge	windy-ridge	US		0	America/New_York	35.58155	-77.34524	21			NC	147	94072	
4499588	Winningham Farm	winningham-farm	US		0	America/New_York	35.71736	-79.78364	230			NC	151	90084	
4499592	Winslow Acres	winslow-acres	US		0	America/New_York	36.28349	-76.19132	2			NC	139	92292	
4499599	Winstead Crossroads	winstead-crossroads	US		0	America/New_York	35.84154	-77.93054	48			NC	127	91616	
4499604	Winsteadville	winsteadville	US		0	America/New_York	35.46461	-76.63576	1			NC	013	90168	
4499622	Winterfield	winterfield	US		0	America/New_York	35.20903	-80.76563	230			NC	119		
4499624	Wintergreen	wintergreen	US		0	America/New_York	35.22933	-77.30218	14			NC	049	93360	
4499637	Winwood	winwood	US		0	America/New_York	35.98071	-77.94526	40			NC	127	92212	
4499645	Wise Forks	wise-forks	US		0	America/New_York	35.21794	-77.51024	20	Traceys,Wise Crossroads,Wise Fork,Wise Forks,Wises Crossroads,Wyse Forks		NC	103		
4499649	Wisemans View	wisemans-view	US		0	America/New_York	35.90374	-81.90539	1048			NC	023	93832	
4499652	Wishing Well	wishing-well	US		0	America/New_York	35.77265	-78.79362	132			NC	183	90536	
4499657	Witherspoon Crossroad	witherspoon-crossroad	US		0	America/New_York	35.67347	-81.1498	289			NC	035	90556	
4499663	Wittys Crossroads	wittys-crossroads	US		0	America/New_York	36.26819	-79.84365	258			NC	157	92232	
4499690	Wolf Creek Acres	wolf-creek-acres	US		0	America/New_York	36.40153	-79.65392	200			NC	157	92772	
4499693	Wolf Ford	wolf-ford	US		0	America/New_York	35.34317	-82.72985	891			NC	175	90344	
4499728	Wolf Mountain	wolf-mountain	US		0	America/New_York	35.21593	-82.98653	945			NC	099	90484	
4499737	Wolf Ridge	wolf-ridge	US		0	America/New_York	35.16538	-82.93597	993			NC	175	91504	
4499778	Wolfville (historical)	wolfville-historical	US		0	America/New_York	34.9532	-80.75396	153	Wolfsville,Wolfville (historical)		NC	179	92836	
4499781	Womack Courts	womack-courts	US		0	America/New_York	36.35041	-79.68309	244			NC	157	92652	
4499793	Wood Hollow	wood-hollow	US		0	America/New_York	35.12626	-80.69757	222			NC	119		
4499804	Wood Lee	wood-lee	US		0	America/New_York	36.00958	-80.47339	262			NC	059	91080	
4499809	Woodard	woodard	US		0	America/New_York	35.91599	-76.86134	6			NC	015	94064	
4499819	Woodberry	woodberry	US		0	America/New_York	35.93487	-78.97251	75			NC	063	93764	
4499831	Woodbridge Run	woodbridge-run	US		0	America/New_York	35.66792	-80.52062	227			NC	159	91880	
4499841	Woodcrest	woodcrest	US		0	America/New_York	35.39014	-80.20895	172			NC	167	92296	
4499842	Woodcrest	woodcrest	US		0	America/New_York	35.84042	-80.2645	239			NC	057	91796	
4499844	Woodcrest Park	woodcrest-park	US		0	America/New_York	35.89932	-77.84831	36			NC	127	92740	
4499845	Woodcroft	woodcroft	US		0	America/New_York	35.92098	-78.95251	74			NC	063	93764	
4499848	Woodfield	woodfield	US		0	America/New_York	35.08489	-78.93669	53			NC	051	90832	
4499849	Woodfield	woodfield	US		0	America/New_York	35.70571	-77.89498	39			NC	195	94048	
4499850	Woodfin	woodfin	US		6349	America/New_York	35.63344	-82.58207	645			NC	021	90088	
4499858	Woodford Green	woodford-green	US		0	America/New_York	35.26403	-80.93007	208			NC	119		
4499859	Woodgreen	woodgreen	US		0	America/New_York	35.89738	-77.57219	30			NC	065		
4499860	Woodgreen	woodgreen	US		0	America/New_York	35.95293	-77.85248	39			NC	127	93144	
4499864	Woodington	woodington	US		0	America/New_York	35.17405	-77.63553	31	Woodenton,Woodington		NC	107	94096	
4499868	Woodland (historical)	woodland-historical	US		0	America/New_York	35.31792	-81.04563	215	Woodland (historical),Woodlawn		NC	071	92692	
4499869	Woodland Acres	woodland-acres	US		0	America/New_York	35.80849	-77.06634	15			NC	117	94040	
4499887	Woodland Trace	woodland-trace	US		0	America/New_York	35.35151	-82.43956	661			NC	089	91456	
4499903	Woodlea	woodlea	US		0	America/New_York	35.01044	-78.94364	57			NC	051	92460	
4499904	Woodlea	woodlea	US		0	America/New_York	36.01986	-79.79559	236			NC	081	92124	
4499905	Woodlea	woodlea	US		0	America/New_York	35.29264	-80.96702	206			NC	119		
4499906	Woodlea Lakes	woodlea-lakes	US		0	America/New_York	36.01875	-79.78475	246			NC	081	91228	
4499909	Woodley	woodley	US		0	America/New_York	35.8935	-76.34965	1			NC	177	92872	
4499927	Woodrun	woodrun	US		0	America/New_York	35.32514	-80.07117	117			NC	123	93848	
4499928	Woodrun	woodrun	US		0	America/New_York	34.73933	-79.51894	59			NC	165	93132	
4499936	Woods Creek	woods-creek	US		0	America/New_York	35.82571	-78.55528	67			NC	183	92792	
4499937	Woods Crossroads	woods-crossroads	US		0	America/New_York	35.326	-78.49556	63			NC	101	90144	
4499940	Woods Edge	woods-edge	US		0	America/New_York	35.01016	-78.96086	59			NC	051	92724	
4499956	Woods View	woods-view	US		0	America/New_York	35.326	-77.55663	20			NC	107	93856	
4499957	Woodsdale	woodsdale	US		0	America/New_York	35.32291	-81.50148	280			NC	045		
4499958	Woodsdale	woodsdale	US		0	America/New_York	36.48986	-78.95973	157			NC	145	94100	
4499963	Woodshire Estates	woodshire-estates	US		0	America/New_York	36.02569	-79.41808	170			NC	001		
4499966	Woodside Hills	woodside-hills	US		0	America/New_York	35.554	-82.6718	679			NC	021	91932	
4500008	Woolsey	woolsey	US		0	America/New_York	35.61928	-82.55596	656			NC	021	90086	
4500013	Wootens Crossroads	wootens-crossroads	US		0	America/New_York	34.44461	-78.74113	28			NC	047	93944	
4500014	Wootens Crossroads	wootens-crossroads	US		0	America/New_York	35.53377	-77.69692	36			NC	079	90520	
4500015	Wootens Crossroads	wootens-crossroads	US		0	America/New_York	35.15016	-77.76387	42	Wooten Crossroads,Wootens Crossroad,Wootens Crossroads		NC	107	93760	
4500016	Wootens Crossroads	wootens-crossroads	US		0	America/New_York	35.36544	-77.60664	22			NC	107	93856	
4500038	Worry	worry	US		0	America/New_York	35.82707	-81.73732	316	Worry,Worry Crossroads		NC	023	92592	
4500044	Worthingtons Crossroads	worthingtons-crossroads	US		0	America/New_York	35.53183	-77.34885	22			NC	147	94072	
4500053	Wrendale	wrendale	US		0	America/New_York	35.98627	-77.64553	21			NC	065		
4500077	Wright Place	wright-place	US		0	America/New_York	35.34537	-83.6035	690			NC	173	92208	
4500089	Wrightsboro Acres	wrightsboro-acres	US		0	America/New_York	34.29434	-77.91471	11			NC	129	90508	
4500094	Wyanoke	wyanoke	US		0	America/New_York	36.54376	-76.91163	4			NC	073	92660	
4500098	Wyatts Crossroads	wyatts-crossroads	US		0	America/New_York	34.41906	-78.82224	35	Wyatts Cross Roads,Wyatts Crossroads		NC	047	93216	
4500105	Wyndemere Crossing	wyndemere-crossing	US		0	America/New_York	35.19098	-80.66812	230			NC	119		
4500106	Wynne Fork Housing Development	wynne-fork-housing-development	US		0	America/New_York	36.17016	-76.46633	4			NC	143	90248	
4500109	Wynnwood	wynnwood	US		0	America/New_York	35.18153	-80.76229	224			NC	119		
4500110	Wyo	wyo	US		0	America/New_York	36.0493	-80.56367	255			NC	197	93042	
4500124	Yadkin	yadkin	US		0	America/New_York	35.72125	-80.39894	214			NC	159	92812	
4500139	Yadkin Junction	yadkin-junction	US		0	America/New_York	35.67042	-80.45923	226			NC	159	92812	
4500144	Yadkin Trail	yadkin-trail	US		0	America/New_York	35.20544	-79.38392	123			NC	125		
4500145	Yadkin Valley	yadkin-valley	US		0	America/New_York	36.02235	-81.4901	355			NC	027	94116	
4500153	Yadkins Acres	yadkins-acres	US		0	America/New_York	35.08405	-78.95669	71			NC	051	92892	
4500159	Yamacraw	yamacraw	US		0	America/New_York	34.49489	-78.11055	13			NC	141	91272	
4500175	Yates	yates	US		0	America/New_York	36.28985	-81.45899	887			NC	009	92504	
4500180	Yates Hill	yates-hill	US		0	America/New_York	34.93488	-79.79756	76			NC	153	92736	
4500185	Yaupon Beach	yaupon-beach	US		922	America/New_York	33.9049	-78.07833	6			NC	019	92992	
4500189	Yeatesville	yeatesville	US		0	America/New_York	35.5285	-76.74021	3	Yatesville,Yeatesville,Yeatsville		NC	013	90168	
4500196	Yellow Creek	yellow-creek	US		0	America/New_York	35.41398	-83.83184	594	Yellow Creek,Yellowcreek		NC	075	94124	
4500206	Yellow Gap	yellow-gap	US		0	America/New_York	35.68624	-81.65121	434			NC	023	92136	
4500245	Yeopim Station	yeopim-station	US		0	America/New_York	36.14294	-76.52383	3	Yeopim,Yeopim Station		NC	143	91464	
4500249	Yorick	yorick	US		0	America/New_York	34.66961	-78.64168	16			NC	017	90604	
4500257	Yorkmont	yorkmont	US		0	America/New_York	35.17709	-80.89257	218			NC	119		
4500259	Yorkmount Park	yorkmount-park	US		0	America/New_York	35.1707	-80.89841	205			NC	119		
4500263	Yorkwood	yorkwood	US		0	America/New_York	35.21097	-81.20647	232			NC	071	91216	
4500264	Yorkwood	yorkwood	US		0	America/New_York	35.14959	-80.92146	187			NC	119		
4500297	Youngs Mountain	youngs-mountain	US		0	America/New_York	35.46484	-82.18456	418			NC	161	90656	
4500309	Yow Mill	yow-mill	US		0	America/New_York	35.55236	-79.72253	148			NC	151	92668	
4500314	Yucca Village	yucca-village	US		0	America/New_York	34.76794	-76.55743	2			NC	031	93156	
4500321	Zara	zara	US		0	America/New_York	34.43434	-78.36306	20	Zara,Zaya		NC	017	90528	
4500323	Zebra (historical)	zebra-historical	US		0	America/New_York	36.3143	-81.06258	374			NC	193	93756	
4500336	Zion (historical)	zion-historical	US		0	America/New_York	36.04374	-80.89868	303			NC	097	93824	
4500443	Zimmerman (historical)	zimmerman-historical	US		0	America/New_York	36.08319	-80.99369	294			NC	193	93024	
4500456	Ablett Village	ablett-village	US		0	America/New_York	39.94872	-75.1024	5			NJ	007	10000	
4500462	Absecon Highlands	absecon-highlands	US		0	America/New_York	39.44678	-74.47404	11	Absecon Heights,Absecon Highlands		NJ	001	25560	
4500483	Aldine	aldine	US		0	America/New_York	39.569	-75.27491	39			NJ	033	00880	
4500496	Alloway Junction	alloway-junction	US		0	America/New_York	39.5815	-75.36297	8			NJ	033	00880	
4500499	Alluvium	alluvium	US		0	America/New_York	39.83511	-74.94183	42			NJ	007	76220	
4500500	Almonesson	almonesson	US		0	America/New_York	39.819	-75.09851	12	Admonesson,Almonesson,Jenningsville,Lambtown,Young Fox Place		NJ	015	17710	
4500512	Ancora	ancora	US		0	America/New_York	39.69456	-74.84127	30	Ancora,Spring Garden		NJ	007	81740	
4500516	Anglesea	anglesea	US		0	America/New_York	39.01872	-74.79489	3			NJ	009	53490	
4500537	Aserdaten (historical)	aserdaten-historical	US		0	America/New_York	39.85651	-74.33792	46			NJ	029	37380	
4502428	Ivywood	ivywood	US		0	America/New_York	39.98206	-74.98934	20			NJ	005	12940	
4500567	Atsion	atsion	US		0	America/New_York	39.74262	-74.72599	15	Atsion,Atsiung,Atsyunk,Fruitland		NJ	005	66810	
4500574	Audubon Park	audubon-park	US		1011	America/New_York	39.8965	-75.08767	6	Odobon Park,awdwban park  nywjrsy,Одобон Парк,اودوبان پارک، نیوجرسی		NJ	007	02230	
4500578	Aura	aura	US		0	America/New_York	39.67289	-75.1374	43	Aura,Union,Union Cross Roads,Unionville		NJ	015	21060	
4500584	Avis Mills	avis-mills	US		0	America/New_York	39.66595	-75.24824	24			NJ	015	69030	
4500608	Baileytown	baileytown	US		0	America/New_York	39.31956	-75.07296	19			NJ	011	18220	
4500611	Ballingers Mill	ballingers-mill	US		0	America/New_York	39.5765	-75.26908	25			NJ	033	00880	
4500614	Bamber Lake	bamber-lake	US		0	America/New_York	39.89067	-74.31209	24			NJ	029	37380	
4500617	Bamberry Estates	bamberry-estates	US		0	America/New_York	39.99373	-74.21764	13			NJ	029	73125	
4500622	Barclay Farm	barclay-farm	US		0	America/New_York	39.90595	-74.99378	13			NJ	007	12280	
4500626	Bargaintown	bargaintown	US		0	America/New_York	39.36262	-74.58099	7	Bargaintown,Cedar Bridge		NJ	001	20290	
4500632	Barnegat Bay	barnegat-bay	US		0	America/New_York	39.75818	-74.19153	0			NJ	029	03050	
4500633	Barnegat Bay Estates	barnegat-bay-estates	US		0	America/New_York	39.97095	-74.12958	4			NJ	029	73125	
4500634	Barnegat Beach	barnegat-beach	US		0	America/New_York	39.77873	-74.19069	1	Barmgate Beach,Barnegat Beach		NJ	029	54300	
4500635	Barnegat Estates	barnegat-estates	US		0	America/New_York	39.76123	-74.25903	32			NJ	029	03050	
4500643	Barnegat Pines	barnegat-pines	US		0	America/New_York	39.89623	-74.20986	19			NJ	029	05305	
4500645	Barnsboro	barnsboro	US		0	America/New_York	39.76178	-75.1599	44	Barnesboro,Barnesborough,Barnsboro,Lodgetown		NJ	015	43440	
4500659	Bass River	bass-river	US		0	America/New_York	39.59262	-74.44265	1			NJ	005	03370	
4500666	Bates Mill	bates-mill	US		0	America/New_York	39.70706	-74.86516	32			NJ	007	81740	
4500668	Batsto	batsto	US		0	America/New_York	39.64178	-74.64766	4	Badston,Badstove,Badstowe,Barthstow,Batso,Batsto,Batsto Furnace,Batsto Historical Area,Batsto Village Restoration,Batston,Batstoo,Batstow,Batstowe,Battstoe,Five Forks		NJ	005	77150	
4500681	Bay Side	bay-side	US		0	America/New_York	39.38261	-75.40659	1			NJ	011	28170	
4500682	Bay Side	bay-side	US		0	America/New_York	39.66873	-74.2132	0	Bay Side,Hilliard,Mud City		NJ	029	70320	
4500684	Bayside Beach	bayside-beach	US		0	America/New_York	39.8204	-74.18069	0			NJ	029	37380	
4500687	Bayview Harbors	bayview-harbors	US		0	America/New_York	39.96373	-74.12042	0			NJ	029	73125	
4500698	Beach Haven Crest	beach-haven-crest	US		0	America/New_York	39.61262	-74.20292	2			NJ	029	41250	
4500699	Beach Haven Gardens	beach-haven-gardens	US		0	America/New_York	39.58234	-74.22708	1			NJ	029	41250	
4500700	Beach Haven Heights	beach-haven-heights	US		0	America/New_York	39.53456	-74.26042	3			NJ	029	41250	
4500702	Beach Haven Park	beach-haven-park	US		0	America/New_York	39.59762	-74.21264	2			NJ	029	41250	
4500703	Beach Haven Terrace	beach-haven-terrace	US		0	America/New_York	39.58623	-74.22347	2			NJ	029	41250	
4500704	Beach Haven West	beach-haven-west	US		3896	America/New_York	39.66984	-74.23181	2			NJ	029	70320	
4500707	Beach View	beach-view	US		0	America/New_York	39.72484	-74.24264	14			NJ	029	70320	
4500716	Beals Mill	beals-mill	US		0	America/New_York	39.52873	-75.26574	23			NJ	011	74870	
4500739	Beckett	beckett	US		4847	America/New_York	39.754	-75.35741	11			NJ	015	41160	
4500744	Belcoville	belcoville	US		0	America/New_York	39.43734	-74.736	3			NJ	001	80330	
4500747	Bellcrest Park	bellcrest-park	US		0	America/New_York	39.97512	-74.13708	7			NJ	029	73125	
4500748	Belleplain	belleplain	US		597	America/New_York	39.26873	-74.86656	15	Belle Plain,Belle Plains,Belleplain		NJ	009	17560	
4500753	Bells Lake	bells-lake	US		0	America/New_York	39.75373	-75.04878	41			NJ	015	77180	
4500760	Beesleys Point	beesleys-point	US		0	America/New_York	39.27678	-74.63627	9	Beasleys,Beasleys Point,Beesley's Point,Beesleys Point,Goldin's Point,Stites Point,Willets Point		NJ	009	74810	
4500764	Bennys Landing	bennys-landing	US		0	America/New_York	39.06734	-74.81267	0			NJ	009	45810	
4500767	Berkeley Shores	berkeley-shores	US		0	America/New_York	39.91262	-74.13292	2			NJ	029	05305	
4500778	Berryland	berryland	US		0	America/New_York	39.61123	-74.90572	27			NJ	015	47250	
4500780	Bennetts Mill	bennetts-mill	US		0	America/New_York	39.42456	-74.91128	18			NJ	011	44580	
4500799	Biddles Landing	biddles-landing	US		0	America/New_York	39.67567	-75.46547	3			NJ	033	10610	
4500817	Big Oak	big-oak	US		0	America/New_York	39.48623	-75.20852	32			NJ	011	74870	
4500819	Billingsport	billingsport	US		0	America/New_York	39.84845	-75.24185	10	Billingsport,Byllynges Point,Mantua Hook,Roder Udden		NJ	015	57150	
4500826	Birchfield	birchfield	US		0	America/New_York	39.93622	-74.92461	10			NJ	005	49020	
4500829	Birchwood Lakes	birchwood-lakes	US		0	America/New_York	39.86623	-74.81238	15			NJ	005	45120	
4500834	Bishops	bishops	US		0	America/New_York	39.78539	-74.90628	46	Bishop,Bishops		NJ	007	77630	
4500836	Bishop Wood	bishop-wood	US		0	America/New_York	39.75428	-75.01406	42			NJ	007	26760	
4500847	Blackwood Terrace	blackwood-terrace	US		0	America/New_York	39.80511	-75.08573	12			NJ	015	17710	
4500853	Blue Anchor	blue-anchor	US		0	America/New_York	39.68956	-74.88266	42			NJ	007	81740	
4500879	Bougher	bougher	US		0	America/New_York	39.99345	-74.87961	18	Bougher,Centerton		NJ	005	49020	
4500880	Bowentown	bowentown	US		0	America/New_York	39.42456	-75.2763	25			NJ	011	33120	
4500884	Bowman Manor	bowman-manor	US		0	America/New_York	39.01622	-74.93406	4			NJ	009	41610	
4500885	Bozuretown	bozuretown	US		0	America/New_York	39.82678	-74.68905	29	Bozarthtown,Bozuretown		NJ	005	72060	
4500889	Braddocks Mill	braddocks-mill	US		0	America/New_York	39.82234	-74.84877	22			NJ	005	45120	
4500901	Brant Beach	brant-beach	US		0	America/New_York	39.62095	-74.19708	2			NJ	029	41250	
4500909	Bricksboro	bricksboro	US		0	America/New_York	39.30206	-74.97851	1			NJ	011	44580	
4500917	Bridgeton Junction	bridgeton-junction	US		0	America/New_York	39.45289	-75.21269	27			NJ	011	07600	
4500935	Brighton at Barnegat Mobile Home Park	brighton-at-barnegat-mobile-home-park	US		0	America/New_York	39.76067	-74.32181	56			NJ	029	03050	
4500936	Brighton Beach	brighton-beach	US		0	America/New_York	39.60651	-74.20792	2			NJ	029	41250	
4500937	Brimfield Crossing	brimfield-crossing	US		0	America/New_York	39.57095	-74.90767	33			NJ	001	08710	
4500944	Broad Lane	broad-lane	US		0	America/New_York	39.67039	-74.92628	33			NJ	015	47250	
4500950	Brooklawn	brooklawn	US		1933	America/New_York	39.87817	-75.12073	6	Bruklon,brwklawn  nywjrsy,Бруклон,بروکلاون، نیوجرسی		NJ	007	08170	
4500953	Brookside Heights	brookside-heights	US		0	America/New_York	39.96178	-74.15986	19			NJ	029	73125	
4500960	Browns Mills Junction	browns-mills-junction	US		0	America/New_York	39.94845	-74.58988	21			NJ	005	57510	
4500962	Brotmanville	brotmanville	US		0	America/New_York	39.52067	-75.0824	22	Broatmanville,Brotmanville,Brottmanville		NJ	033	59130	
4500966	Buck Landing	buck-landing	US		0	America/New_York	38.94928	-74.91212	0			NJ	009	41610	
4500968	Buckingham Village	buckingham-village	US		0	America/New_York	39.76039	-75.13712	22			NJ	015	43440	
4500972	Buckshutem	buckshutem	US		0	America/New_York	39.319	-75.01268	6			NJ	011	14710	
4500761	Bennett	bennett	US	27208	0	America/New_York	38.98345	-74.90128	5			NJ	009	41610	
4500982	Buddtown	buddtown	US		0	America/New_York	39.93928	-74.70294	12	Budd Town,Buddstown,Buddtown		NJ	005	68610	
4500991	Burleigh	burleigh	US		725	America/New_York	39.04567	-74.85156	6	Burleigh,Gravelly Run		NJ	009	45810	
4500997	Bulltown	bulltown	US		0	America/New_York	39.63817	-74.59404	11			NJ	005	77150	
4501002	Burrs Mill	burrs-mill	US		0	America/New_York	39.88845	-74.64988	27			NJ	005	68610	
4501004	Butlers Place	butlers-place	US		0	America/New_York	39.85428	-74.50793	39			NJ	005	82420	
4501028	Camelot	camelot	US		0	America/New_York	39.96067	-74.21486	9			NJ	029	73125	
4501029	Camp Columbus	camp-columbus	US		0	America/New_York	39.89595	-74.32126	27			NJ	029	37380	
4501042	Campbells Corner	campbells-corner	US		0	America/New_York	39.48595	-75.3188	34			NJ	011	71160	
4501043	Candlewyck	candlewyck	US		0	America/New_York	39.89206	-74.94544	23			NJ	007	12280	
4501064	Cardiff	cardiff	US		0	America/New_York	39.41012	-74.5871	13			NJ	001	20290	
4501068	Carlls Corner	carlls-corner	US		0	America/New_York	39.46289	-75.20519	33	Carlls Corner,Carllsburg,Carlsburg		NJ	011	74870	
4501069	Carmantown	carmantown	US		0	America/New_York	39.50928	-74.69405	18			NJ	001	29280	
4501073	Carneys Point	carneys-point	US		7382	America/New_York	39.71122	-75.4702	3	Carney's Point,Carneys Point		NJ	033	10610	
4501091	Cedar Beach	cedar-beach	US		0	America/New_York	39.87345	-74.14931	1			NJ	029	05305	
4501110	Cedar Crest Manor	cedar-crest-manor	US		0	America/New_York	39.67734	-75.47575	6			NJ	033	10610	
4501111	Cedar Glen Lakes	cedar-glen-lakes	US		1421	America/New_York	39.95234	-74.39987	45			NJ	029	43140	
4501157	Central Park	central-park	US		0	America/New_York	39.65984	-75.51464	3			NJ	033	57870	
4501165	Centre City	centre-city	US		0	America/New_York	39.77595	-75.18073	22			NJ	015	43440	
4501166	Centre Grove	centre-grove	US		0	America/New_York	39.3565	-75.12185	21	Center Grove,Centre Grove		NJ	011	39450	
4501168	Chadwick Beach	chadwick-beach	US		0	America/New_York	39.9829	-74.06347	6			NJ	029	73125	
4501171	Chairville	chairville	US		0	America/New_York	39.89845	-74.78905	10			NJ	005	45120	
4501177	Charcoal Landing	charcoal-landing	US		0	America/New_York	39.64179	-74.51182	2			NJ	005	03370	
4501182	Charleston East	charleston-east	US		0	America/New_York	39.88956	-74.9785	23			NJ	007	12280	
4501195	Chelsea Heights	chelsea-heights	US		0	America/New_York	39.35567	-74.46265	1			NJ	001	02080	
4501197	Cherry Downs	cherry-downs	US		0	America/New_York	39.88928	-74.95572	21			NJ	007	12280	
4501199	Cherry Hill Estates	cherry-hill-estates	US		0	America/New_York	39.93345	-75.01906	17			NJ	007	12280	
4501204	Cherry Hill Mall	cherry-hill-mall	US		14171	America/New_York	39.93595	-75.00906	12			NJ	007	12280	
4501209	Cherrywood	cherrywood	US		0	America/New_York	39.79845	-75.02517	15			NJ	007	26760	
4501210	Chesilhurst	chesilhurst	US		1634	America/New_York	39.73234	-74.881	51	Chesilkherst,Chesilkhjorst,chzylhwrst  nywjrsy,Чесилхерст,Чесилхёрст,چزیلهورست، نیوجرسی		NJ	007	12550	
4501222	Chews	chews	US		0	America/New_York	39.83345	-75.06295	12	Abraham Roe's Landing,Chew's Landing,Chews,Chews Landing,Hodgson's Landing		NJ	007	26760	
4501228	Christopher Mills	christopher-mills	US		0	America/New_York	39.87817	-74.85877	15			NJ	005	45120	
4501229	Church Landing	church-landing	US		0	America/New_York	39.67595	-75.51075	3			NJ	033	57870	
4501233	Churchtown	churchtown	US		0	America/New_York	39.67206	-75.50992	2	Churchtown,Penns Neck		NJ	033	57870	
4501234	Cinnaminson	cinnaminson	US		14646	America/New_York	39.99678	-74.99267	23	Cinnaminson,Lower Chester,Westfield		NJ	005	12940	
4501248	Clarks Mill	clarks-mill	US		0	America/New_York	39.51762	-74.50599	4			NJ	001	60600	
4501249	Clarks Mill	clarks-mill	US		0	America/New_York	39.35984	-75.01712	6			NJ	011	46680	
4501252	Clarks Landing	clarks-landing	US		0	America/New_York	39.57373	-74.54015	3			NJ	001	20350	
4501257	Clarkstown	clarkstown	US		0	America/New_York	39.43512	-74.71516	3			NJ	001	29280	
4501273	Clements Bridge	clements-bridge	US		0	America/New_York	39.84095	-75.08323	6			NJ	007	65160	
4501281	Clover Leaf Lakes	clover-leaf-lakes	US		0	America/New_York	39.47039	-74.71044	9			NJ	001	29280	
4501285	Cobbs Mill	cobbs-mill	US		0	America/New_York	39.52928	-75.32102	15			NJ	033	00880	
4501289	Coffins Corner	coffins-corner	US		0	America/New_York	39.86011	-74.98878	32			NJ	007	76220	
4501290	Cohansey	cohansey	US		0	America/New_York	39.5115	-75.29491	33			NJ	033	00880	
4501302	Colestown	colestown	US		0	America/New_York	39.93345	-74.98878	24			NJ	007	12280	
4501305	Collings Lakes	collings-lakes	US		1706	America/New_York	39.59567	-74.88156	23			NJ	001	08710	
4501315	Colonial Gardens	colonial-gardens	US		0	America/New_York	39.9779	-74.20986	11			NJ	029	73125	
4501316	Colonial Manor	colonial-manor	US		0	America/New_York	39.85511	-75.15129	7	Colonial Manor,North Woodbury		NJ	015	78800	
4501317	Columbia Lakes	columbia-lakes	US		0	America/New_York	39.93484	-75.00489	13			NJ	007	12280	
4501318	Colwick	colwick	US		0	America/New_York	39.95206	-75.02295	16			NJ	007	12280	
4501321	Comical Corners	comical-corners	US		0	America/New_York	39.98345	-74.68321	21			NJ	005	57510	
4501323	Colemantown	colemantown	US		0	America/New_York	39.92984	-74.88711	24			NJ	005	49020	
4501332	Conovertown	conovertown	US		0	America/New_York	39.43984	-74.47848	6			NJ	001	25560	
4501346	Cooper Village	cooper-village	US		0	America/New_York	39.82011	-75.1174	24			NJ	015	17710	
4501349	Corbin City	corbin-city	US		492	America/New_York	39.30345	-74.75572	3	Champion's Landing,Corbin City,Korbin Siti,Tuckahoe,kwrbyn syty  nywjrsy,Корбин Сити,کوربین سیتی، نیوجرسی		NJ	001	15160	
4501360	Country Lake Estates	country-lake-estates	US		3943	America/New_York	39.94262	-74.54404	24			NJ	005	57510	
4501362	Courses Landing	courses-landing	US		0	America/New_York	39.66122	-75.40908	3			NJ	033	10610	
4501370	Coxs Corner	coxs-corner	US		0	America/New_York	39.92067	-74.87878	24			NJ	005	49020	
4501371	Coxstown	coxstown	US		0	America/New_York	39.64873	-74.29625	7			NJ	029	18670	
4501378	Cramer Hill	cramer-hill	US		0	America/New_York	39.95761	-75.0849	8	Cramer Hill,Cramer's Hill		NJ	007	10000	
4501383	Cranmoor Manor	cranmoor-manor	US		0	America/New_York	39.95095	-74.17125	19			NJ	029	73125	
4501385	Creesville	creesville	US		0	America/New_York	39.7565	-75.08073	33			NJ	015	77180	
4501387	Crescent Heights	crescent-heights	US		0	America/New_York	39.96872	-74.71655	20			NJ	005	68610	
4501390	Cranberry Hill	cranberry-hill	US		0	America/New_York	39.85206	-74.1932	11			NJ	029	37380	
4501393	Crestwood Village	crestwood-village	US		7907	America/New_York	39.94817	-74.3607	40			NJ	029	43140	
4501404	Cross Keys	cross-keys	US		0	America/New_York	39.71345	-75.02961	46	Cross Keys,Crosskeys,Keys		NJ	015	77180	
4501409	Crossley (historical)	crossley-historical	US		0	America/New_York	39.9529	-74.2957	16			NJ	029	05305	
4501417	Crowleytown	crowleytown	US		0	America/New_York	39.62845	-74.61766	3			NJ	005	77150	
4501425	Crowfoot	crowfoot	US		0	America/New_York	39.79456	-74.89905	45			NJ	005	22110	
4502432	Ivystone Farms	ivystone-farms	US		0	America/New_York	39.76734	-74.90516	45			NJ	007	81740	
4501434	Da Costa	da-costa	US		0	America/New_York	39.61678	-74.77461	26	Da Costa,Dacosta,De Costa,Decosta		NJ	001	29430	
4501435	Danceys Corner	danceys-corner	US		0	America/New_York	39.7015	-75.43881	4			NJ	033	10610	
4501444	Davenport (historical)	davenport-historical	US		0	America/New_York	39.92734	-74.33848	31			NJ	029	37380	
4501446	Daretown	daretown	US		0	America/New_York	39.60428	-75.25741	40			NJ	033	75110	
4501450	Davis Mill	davis-mill	US		0	America/New_York	39.42484	-75.36658	6			NJ	011	71160	
4501480	Deer Lake Park	deer-lake-park	US		0	America/New_York	39.70151	-74.25959	12			NJ	029	70320	
4501483	Deer Chase Manor	deer-chase-manor	US		0	America/New_York	39.96817	-74.2232	14			NJ	029	73125	
4501486	Deerhaven	deerhaven	US		0	America/New_York	39.6904	-74.27736	12			NJ	029	70320	
4501487	Deerwoods	deerwoods	US		0	America/New_York	39.92095	-74.98461	11			NJ	007	12280	
4501488	Del Haven	del-haven	US		0	America/New_York	39.04678	-74.91962	2			NJ	009	45810	
4501489	Delair	delair	US		0	America/New_York	39.9815	-75.05156	6			NJ	007	57660	
4501490	Delair Junction	delair-junction	US		0	America/New_York	39.97428	-75.06462	6	Delair Junction,Fish House		NJ	007	57660	
4501492	Delaware Gardens	delaware-gardens	US		0	America/New_York	39.96067	-75.06712	21			NJ	007	57660	
4501495	Dellette	dellette	US		0	America/New_York	39.79095	-74.77405	26	Burlington,Dellette		NJ	005	66810	
4501511	Devonshire	devonshire	US		0	America/New_York	39.54262	-74.66738	22			NJ	001	49410	
4501512	Diamond Beach	diamond-beach	US		136	America/New_York	38.95956	-74.85239	2			NJ	009	41610	
4501515	Dias Creek	dias-creek	US		0	America/New_York	39.089	-74.88045	3	Dias Creek,Dyars Creek,Dyer's Creek,Dyers Creek		NJ	009	45810	
4501518	Dickerson Corner	dickerson-corner	US		0	America/New_York	39.45761	-75.32158	34			NJ	011	71160	
4501521	Dilkes Mills	dilkes-mills	US		0	America/New_York	39.73484	-75.28158	14			NJ	015	82840	
4501522	Dilkesboro	dilkesboro	US		0	America/New_York	39.73928	-75.08017	39	Dilkesboro,Dilkesborough		NJ	015	77180	
4501524	Dicktown	dicktown	US		0	America/New_York	39.75623	-74.98128	44			NJ	007	26760	
4501539	Donlontown	donlontown	US		0	America/New_York	39.91011	-74.93239	31			NJ	005	22110	
4501545	Double Trouble	double-trouble	US		0	America/New_York	39.8979	-74.2207	13	Double Trouble,Double Trouble Mills		NJ	029	05305	
4501547	Doughty	doughty	US		0	America/New_York	39.44539	-74.86156	28			NJ	001	08710	
4501550	Dover Beaches North	dover-beaches-north	US		1239	America/New_York	39.99123	-74.06375	2			NJ	029	73125	
4501551	Dover Beaches South	dover-beaches-south	US		1209	America/New_York	39.95567	-74.0743	2			NJ	029	73125	
4501553	Dover Forge	dover-forge	US		0	America/New_York	39.91123	-74.28153	17			NJ	029	05305	
4501556	Downer	downer	US		0	America/New_York	39.69456	-75.05184	45			NJ	015	47250	
4501558	Downs Farms	downs-farms	US		0	America/New_York	39.86789	-75.00128	21			NJ	007	12280	
4501560	Downstown	downstown	US		0	America/New_York	39.53984	-74.95573	35			NJ	001	08680	
4501564	Dragston	dragston	US		0	America/New_York	39.26567	-75.07212	3	Dragston,Dragstown		NJ	011	18220	
4501593	Dukes Bridge	dukes-bridge	US		0	America/New_York	39.79484	-74.52432	24			NJ	005	82420	
4501601	Eagleswood Village	eagleswood-village	US		0	America/New_York	39.66873	-74.28236	13			NJ	029	18670	
4501603	Earlys Crossing	earlys-crossing	US		0	America/New_York	39.90873	-74.60571	31			NJ	005	57510	
4501607	East Camden	east-camden	US		0	America/New_York	39.95289	-75.10156	5			NJ	007	10000	
4501616	East Lake	east-lake	US		0	America/New_York	39.64456	-75.31408	13			NJ	033	58530	
4501619	East Pennsauken	east-pennsauken	US		0	America/New_York	39.97122	-75.02239	10			NJ	007	57660	
4501624	East Vineland	east-vineland	US		0	America/New_York	39.48095	-74.91934	32			NJ	001	08710	
4501629	Eayrestown	eayrestown	US		0	America/New_York	39.94511	-74.79016	15	Air Town,Arystown,Ayres,Ayrstown,Earystown,Eayr's Town,Eayrestown,Eayrstown,Irestown		NJ	005	42060	
4501632	Echelon	echelon	US		10743	America/New_York	39.84845	-74.99572	26			NJ	007	76220	
4501666	Eldridge Hill	eldridge-hill	US		0	America/New_York	39.66456	-75.30352	38			NJ	033	58530	
4501673	Elks Terrace	elks-terrace	US		0	America/New_York	39.559	-75.44103	4	Elk Terrace,Elks Terrace		NJ	033	61470	
4501695	Emmelsville	emmelsville	US		0	America/New_York	39.48789	-74.76739	16			NJ	001	29280	
4501699	English Creek	english-creek	US		0	America/New_York	39.34928	-74.67072	3	English Creek,English's Creek		NJ	001	20290	
4501704	Erial	erial	US		0	America/New_York	39.77345	-75.00628	55	Erial,Point Pleasant		NJ	007	26760	
4501705	Erlton	erlton	US		0	America/New_York	39.91706	-75.01795	17			NJ	007	12280	
4501706	Erma	erma	US		2134	America/New_York	38.98776	-74.9017	6	Erma,Swaintown		NJ	009	41610	
4501707	Erma Park	erma-park	US		0	America/New_York	39.00595	-74.8835	6			NJ	009	41610	
4501711	Estellville	estellville	US		0	America/New_York	39.39595	-74.74711	6	Estellville,Estelville		NJ	001	21870	
4501713	Evans Corner	evans-corner	US		0	America/New_York	39.87817	-74.90322	30			NJ	005	22110	
4501722	Evesboro	evesboro	US		0	America/New_York	39.91345	-74.9235	29	Bodines,Evesboro,Green Tree		NJ	005	22110	
4501727	Ewansville	ewansville	US		0	America/New_York	39.97845	-74.73516	12	Ewansville,Ewansville Station		NJ	005	68610	
4501731	English Creek Landing	english-creek-landing	US		0	America/New_York	39.33484	-74.67794	1			NJ	001	20290	
4501737	Fairview Estates	fairview-estates	US		0	America/New_York	39.98345	-74.14542	9			NJ	029	73125	
4501753	Fellowship	fellowship	US		0	America/New_York	39.92761	-74.96656	15			NJ	005	49020	
4501758	Ferrell	ferrell	US		0	America/New_York	39.67539	-75.19879	42	Fairview,Ferrell		NJ	015	21060	
4501788	Fithians Corner	fithians-corner	US		0	America/New_York	39.42706	-75.29158	29			NJ	011	33120	
4501805	Flyat	flyat	US		0	America/New_York	39.82289	-74.7571	27			NJ	005	66810	
4501813	Forest Acres	forest-acres	US		0	America/New_York	39.96151	-74.1732	13			NJ	029	73125	
4501816	Fork Landing	fork-landing	US		0	America/New_York	39.97789	-75.01267	5			NJ	005	12940	
4501824	Forked River Point	forked-river-point	US		0	America/New_York	39.82623	-74.19736	0			NJ	029	37380	
4501828	Fort Elfsborg	fort-elfsborg	US		0	America/New_York	39.54845	-75.52548	2	Elsborough,Elsbrough,Elsinborough Neck,Elsinburgh Fort,Fort Elfsborg,Fort Elsenburgh,Helsingborg,Musquito Fort,Myggenborg,Wootse Sungsing,Wootsessungsing		NJ	033	21330	
4501841	Forked River Beach	forked-river-beach	US		0	America/New_York	39.81706	-74.17014	2			NJ	029	37380	
4501842	Fostertown	fostertown	US		0	America/New_York	39.94289	-74.81739	12	Forster Town,Fostertown		NJ	005	42060	
4501843	Four Mile	four-mile	US		0	America/New_York	39.89151	-74.58099	42	Flour Mill Hollow,Four Mile,Four Mile Hollow		NJ	005	82420	
4501844	Four Mile Circle	four-mile-circle	US		0	America/New_York	39.89817	-74.59543	34			NJ	005	82420	
4501849	Fox Chase	fox-chase	US		0	America/New_York	39.8565	-74.72627	30			NJ	005	72060	
4501850	Fox Hollow Woods	fox-hollow-woods	US		0	America/New_York	39.879	-74.956	21			NJ	007	12280	
4501852	Foxs Mill	foxs-mill	US		0	America/New_York	39.61345	-75.2538	31	Daretown Lake,Daretown Mill Pond,Fox Mill,Foxs Mill,Foxs Mill Pond		NJ	033	75110	
4501853	Frames Corner	frames-corner	US		0	America/New_York	39.30345	-75.1638	3			NJ	011	18220	
4501867	Friars Landing	friars-landing	US		0	America/New_York	39.82928	-75.2274	1			NJ	015	57150	
4501881	Friendship Station	friendship-station	US		0	America/New_York	39.73428	-75.45881	6			NJ	033	10610	
4501883	Friesburg	friesburg	US		0	America/New_York	39.54484	-75.28908	33	Freasburg,Friesburg		NJ	033	00880	
4501885	Fries Mill	fries-mill	US		0	America/New_York	39.65623	-75.04517	39	Fries Mill,Fries Mills		NJ	015	24840	
4501889	Gandys Beach	gandys-beach	US		0	America/New_York	39.27206	-75.23491	3			NJ	011	18220	
4501895	Gardenville	gardenville	US		0	America/New_York	39.82261	-75.12073	21			NJ	015	17710	
4501896	Gardenville Center	gardenville-center	US		0	America/New_York	39.83011	-75.1224	19			NJ	015	17710	
4501897	Gardiners Landing	gardiners-landing	US		0	America/New_York	39.62512	-74.63988	0			NJ	005	77150	
4501901	Garrison Corner	garrison-corner	US		0	America/New_York	39.44595	-75.3902	9			NJ	011	71160	
4501903	Garton	garton	US		0	America/New_York	39.46873	-75.16907	33			NJ	011	16900	
4501914	Germania	germania	US		0	America/New_York	39.51178	-74.59932	18			NJ	001	25560	
4501916	Germania Gardens	germania-gardens	US		0	America/New_York	39.50345	-74.60905	18			NJ	001	25560	
4501925	Gibson Landing	gibson-landing	US		0	America/New_York	39.35623	-74.72627	1			NJ	001	21870	
4501926	Gigantic City	gigantic-city	US		0	America/New_York	39.49651	-74.8235	23			NJ	001	29280	
4501927	Gilford Park	gilford-park	US		0	America/New_York	39.94873	-74.13708	6			NJ	029	73125	
4501945	Gloucester Heights	gloucester-heights	US		0	America/New_York	39.89789	-75.10434	6			NJ	007	26820	
4501948	Glouster Landing	glouster-landing	US		0	America/New_York	39.58484	-74.56654	3			NJ	001	20350	
4501950	Giffordtown	giffordtown	US		0	America/New_York	39.6004	-74.37181	20			NJ	029	40560	
4501956	Golden Triangle	golden-triangle	US		4145	America/New_York	39.92789	-75.03878	8			NJ	007	12280	
4501958	Golf Manor	golf-manor	US		0	America/New_York	39.69678	-75.47075	4			NJ	033	10610	
4501959	Golf View	golf-view	US		0	America/New_York	39.70067	-75.46936	3			NJ	033	10610	
4501960	Good Intent	good-intent	US		0	America/New_York	39.80428	-75.07767	12			NJ	015	17710	
4501982	Gouldtown	gouldtown	US		0	America/New_York	39.42067	-75.18435	25			NJ	011	22350	
4501984	Goshen Crossing	goshen-crossing	US		0	America/New_York	39.12817	-74.82489	3			NJ	009	45810	
4501989	Grand Sprute	grand-sprute	US		0	America/New_York	39.7615	-75.33769	7	Grand Sprute,Grant Spruce		NJ	015	82840	
4501997	Grassy Sound	grassy-sound	US		0	America/New_York	39.01345	-74.816	0			NJ	009	45810	
4502004	Gravelly Run	gravelly-run	US		0	America/New_York	39.42595	-74.70127	6			NJ	001	29280	
4502042	Green Tree	green-tree	US		0	America/New_York	39.75095	-75.07601	47			NJ	015	77180	
4502043	Green-Fields	green-fields	US		0	America/New_York	39.81706	-75.16629	10			NJ	015	78800	
4502046	Greenfield Heights	greenfield-heights	US		0	America/New_York	39.80984	-75.16823	24			NJ	015	78800	
4502047	Greenhaven	greenhaven	US		0	America/New_York	39.91678	-74.99545	17	Green Haven,Greenhaven		NJ	007	12280	
4502049	Greentree	greentree	US		11367	America/New_York	39.89706	-74.95572	31			NJ	007	12280	
4502050	Greentree Village	greentree-village	US		0	America/New_York	39.91261	-74.9385	29			NJ	005	22110	
4502064	Greenwood Manor	greenwood-manor	US		0	America/New_York	39.97928	-74.24681	16			NJ	029	73125	
4502068	Grenloch Terrace	grenloch-terrace	US		0	America/New_York	39.78039	-75.06267	19			NJ	015	77180	
4502083	Gum Tree Corner	gum-tree-corner	US		0	America/New_York	39.43761	-75.38492	12			NJ	011	71160	
4502092	Haddon	haddon	US		0	America/New_York	39.89761	-75.09601	5			NJ	007	28740	
4502096	Haddon Hills	haddon-hills	US		0	America/New_York	39.90011	-75.05239	20			NJ	007	28740	
4502100	Haddon Leigh	haddon-leigh	US		0	America/New_York	39.88984	-75.04684	26			NJ	007	28770	
4502101	Haddon Towne	haddon-towne	US		0	America/New_York	39.8865	-75.01128	18	Haddon Towne,Haddontowne		NJ	007	12280	
4502106	Hagerville	hagerville	US		0	America/New_York	39.53345	-75.46631	2	Hagar's Town,Hagers Town,Hagerstown,Hagersville,Hagerville		NJ	033	41640	
4502107	Haines Corner	haines-corner	US		0	America/New_York	39.86872	-74.94433	34			NJ	007	76220	
4502113	Halberton	halberton	US		0	America/New_York	39.29567	-74.90906	16			NJ	011	44580	
4502136	Hampton Furnace	hampton-furnace	US		0	America/New_York	39.76956	-74.68043	13			NJ	005	66810	
4502137	Hampton Gate	hampton-gate	US		0	America/New_York	39.80428	-74.67849	20			NJ	005	72060	
4502138	Hampton Lakes	hampton-lakes	US		0	America/New_York	39.89178	-74.71183	12			NJ	005	68610	
4502150	Hanover Furnace	hanover-furnace	US		0	America/New_York	39.9815	-74.52626	25			NJ	005	57510	
4502157	Harding	harding	US		0	America/New_York	39.64345	-75.12184	40			NJ	015	21060	
4502158	Hardingville	hardingville	US		0	America/New_York	39.66011	-75.17407	43	Hardingville,Red Lion		NJ	015	21060	
4502160	Harmersville	harmersville	US		0	America/New_York	39.499	-75.43436	3			NJ	033	41640	
4502186	Harvey Cedars	harvey-cedars	US		341	America/New_York	39.70623	-74.13403	3	Harvey Cedars,Harvey's Whaling Quarters,Harveys Hommock,Harveys Whaling Station,High Point,Kharvehj Kehdars,Kharvi Sidars,harwy sydrz,Харви Сидарс,Харвэй Кэдарс,هاروی سیدرز		NJ	029	30390	
4502189	Haven Beach	haven-beach	US		0	America/New_York	39.59345	-74.2157	2			NJ	029	41250	
4502213	Heritage Village	heritage-village	US		0	America/New_York	39.89095	-74.90489	22			NJ	005	22110	
4502216	Herwood	herwood	US		0	America/New_York	39.93789	-75.00517	10			NJ	007	12280	
4502219	Hesstown	hesstown	US		0	America/New_York	39.36373	-74.93045	19	Hesstown,Hessville		NJ	011	44580	
4502224	Hi-Nella	hi-nella	US		860	America/New_York	39.83567	-75.02434	24	Khaj-Nehlla,hay-nla  nywjrsy,Хай-Нэлла,های-نلا، نیوجرسی		NJ	007	32220	
4502229	Hickstown	hickstown	US		0	America/New_York	39.77928	-75.01211	41			NJ	007	26760	
4502233	Higbeeville	higbeeville	US		0	America/New_York	39.5154	-74.45654	3	Higbeetown,Higbeeville		NJ	001	25560	
4502234	High Bank Landing	high-bank-landing	US		0	America/New_York	39.43484	-74.72461	1			NJ	001	80330	
4502238	High Crossing	high-crossing	US		0	America/New_York	39.76928	-74.64404	19			NJ	005	72060	
4502245	Highs Beach	highs-beach	US		0	America/New_York	39.07928	-74.90851	2			NJ	009	45810	
4502253	Hilltop Estates	hilltop-estates	US		0	America/New_York	39.97595	-74.24125	19			NJ	029	73125	
4502263	Hoffmans Mill	hoffmans-mill	US		0	America/New_York	39.259	-74.90962	8			NJ	011	44580	
4502269	Holiday Beach	holiday-beach	US		0	America/New_York	39.80151	-74.19097	3			NJ	029	54300	
4502270	Holiday Estates	holiday-estates	US		0	America/New_York	39.96762	-74.15597	23			NJ	029	73125	
4502271	Holiday Heights	holiday-heights	US		2099	America/New_York	39.94595	-74.25403	13			NJ	029	05305	
4502276	Holly Park	holly-park	US		0	America/New_York	39.8954	-74.14292	2			NJ	029	05305	
4502295	Hoot Owl Estates	hoot-owl-estates	US		0	America/New_York	39.88289	-74.84711	14			NJ	005	45120	
4502325	Hunters Mill	hunters-mill	US		0	America/New_York	39.32373	-74.86045	6			NJ	001	21870	
4502327	Hurffville	hurffville	US		0	America/New_York	39.76261	-75.10823	22			NJ	015	77180	
4502328	Husted	husted	US		0	America/New_York	39.52539	-75.18907	30			NJ	011	74870	
4502329	Husted Landing	husted-landing	US		0	America/New_York	39.3515	-75.25713	1			NJ	011	22350	
4502344	Indian Mills	indian-mills	US		0	America/New_York	39.79401	-74.74433	22	Brotherton,Edgepillock,Indian Mills		NJ	005	66810	
4502412	Iron Rock	iron-rock	US		0	America/New_York	39.95956	-75.02489	18			NJ	007	57660	
4502416	Island Beach Heights	island-beach-heights	US		0	America/New_York	39.95428	-74.15597	14			NJ	029	73125	
4502449	Janvier	janvier	US		0	America/New_York	39.62706	-75.01739	39	Baums Pond,Ellens Ridge,Janvier,New Denmark,Tallow Hill		NJ	015	24840	
4502455	Jeffers Landing	jeffers-landing	US		0	America/New_York	39.31817	-74.65183	6			NJ	001	20290	
4502480	Jessups Mill	jessups-mill	US		0	America/New_York	39.66178	-75.23046	30			NJ	033	75110	
4502490	Johnson Place	johnson-place	US		0	America/New_York	39.86289	-74.61793	36			NJ	005	82420	
4502495	Johnsontown	johnsontown	US		0	America/New_York	39.52373	-74.45987	3			NJ	001	25560	
4502505	Jordantown	jordantown	US		0	America/New_York	39.96428	-75.03739	13			NJ	007	57660	
4502512	Jumbo	jumbo	US		0	America/New_York	39.77317	-75.3988	3			NJ	015	41160	
4502519	Kay Gardens	kay-gardens	US		0	America/New_York	39.744	-75.41964	4			NJ	033	54810	
4502525	Kernan Corner	kernan-corner	US		0	America/New_York	39.45345	-75.33297	37			NJ	011	71160	
4502527	Keswick Grove	keswick-grove	US		0	America/New_York	39.95067	-74.34404	32	Gilbersons Mill,Gilbersonville,Keswick Grove		NJ	029	43140	
4502534	Kimbles Beach	kimbles-beach	US		0	America/New_York	39.10456	-74.89378	2			NJ	009	45810	
4502536	Kimseytown	kimseytown	US		0	America/New_York	39.00122	-74.93462	3			NJ	009	41610	
4502540	King Crab Landing	king-crab-landing	US		0	America/New_York	39.07706	-74.91017	3			NJ	009	45810	
4502543	Kingston Estates	kingston-estates	US		5685	America/New_York	39.92372	-74.98795	11			NJ	007	12280	
4502547	Kirbys Mill	kirbys-mill	US		0	America/New_York	39.91678	-74.80433	9			NJ	005	45120	
4502557	Kresson	kresson	US		0	America/New_York	39.85761	-74.92128	27	Barton's Mills,Kresson,Milford,Pendleton		NJ	005	22110	
4502589	Lake Pine	lake-pine	US		0	America/New_York	39.86595	-74.84933	15			NJ	005	45120	
4502602	Lakeview Terrace	lakeview-terrace	US		0	America/New_York	39.70512	-74.27736	13			NJ	029	70320	
4502604	Lambs Terrace	lambs-terrace	US		0	America/New_York	39.77067	-75.04267	29			NJ	007	26760	
4502621	Laurel Lake	laurel-lake	US		2989	America/New_York	39.33956	-75.0299	7			NJ	011	46680	
4502630	Laurel Harbor	laurel-harbor	US		0	America/New_York	39.8604	-74.13403	1			NJ	029	37380	
4502634	Laureldale	laureldale	US		0	America/New_York	39.49928	-74.68516	18			NJ	001	29280	
4502646	Lawrence Corner	lawrence-corner	US		0	America/New_York	39.54956	-75.13518	36			NJ	033	59130	
4502651	Leamings Mill	leamings-mill	US		0	America/New_York	39.40289	-74.97934	9	Leaming Mills,Leamings Mill		NJ	011	76070	
4502658	Lebanon Lake Estates	lebanon-lake-estates	US		0	America/New_York	39.90706	-74.5646	28			NJ	005	82420	
4502664	Leektown	leektown	US		0	America/New_York	39.62456	-74.46709	10			NJ	005	03370	
4502667	Leisuretowne	leisuretowne	US		3582	America/New_York	39.89234	-74.7021	19			NJ	005	68610	
4502670	Lenola	lenola	US		0	America/New_York	39.96233	-74.98239	9			NJ	005	47880	
4502673	Leonards	leonards	US		0	America/New_York	39.84234	-75.20601	3			NJ	015	78800	
4502687	Lindenwold	lindenwold	US		17613	America/New_York	39.82428	-74.99767	29	Lindehnvold,Lindenvold,Линденволд,Линдэнволд,لیندن‌وولد، نیوجرسی		NJ	007	39210	
4502695	Lippincotts Corner	lippincotts-corner	US		0	America/New_York	39.92928	-74.77711	13			NJ	005	68610	
4502746	Locustwood	locustwood	US		0	America/New_York	39.92428	-75.02823	10			NJ	007	12280	
4502762	Long Beach Park	long-beach-park	US		0	America/New_York	39.7154	-74.12986	3			NJ	029	41250	
4502782	Lores Mill	lores-mill	US		0	America/New_York	39.284	-75.06546	3			NJ	011	14710	
4502784	Louden	louden	US		0	America/New_York	39.77567	-74.87461	44			NJ	007	77630	
4504007	Seabrook Farms	seabrook-farms	US		1484	America/New_York	39.50095	-75.21796	33			NJ	011	74870	
4502787	Loveladies	loveladies	US		0	America/New_York	39.72373	-74.13375	2	Love Ladies,Loveladies,Loveladies Harbor,Lovelady		NJ	029	41250	
4502795	Lower Bank	lower-bank	US		0	America/New_York	39.60345	-74.54793	3			NJ	005	77150	
4502803	Lower Mill	lower-mill	US		0	America/New_York	39.94456	-74.60877	15			NJ	005	57510	
4502805	Lower Forge	lower-forge	US		0	America/New_York	39.72484	-74.67293	12			NJ	005	77150	
4502808	Loyds Corner	loyds-corner	US		0	America/New_York	39.36067	-75.30075	2			NJ	011	22350	
4502814	Lucaston	lucaston	US		0	America/New_York	39.81845	-74.96739	37			NJ	007	40440	
4502829	Lummistown	lummistown	US		0	America/New_York	39.35095	-75.17907	14	Lummis Mill,Lummistown		NJ	011	39450	
4502838	Mahoneyville	mahoneyville	US		0	America/New_York	39.63234	-75.50964	3			NJ	033	57870	
4502868	Manahawkin Terrace	manahawkin-terrace	US		0	America/New_York	39.70206	-74.24736	7			NJ	029	70320	
4502872	Manitou Park	manitou-park	US		0	America/New_York	39.97234	-74.18375	20			NJ	029	73125	
4502877	Mannington Mills	mannington-mills	US		0	America/New_York	39.58706	-75.45436	5			NJ	033	43200	
4502886	Manumuskin	manumuskin	US		0	America/New_York	39.33512	-74.96101	6			NJ	011	44580	
4502888	Mantua Grove	mantua-grove	US		0	America/New_York	39.81761	-75.19379	19			NJ	015	78800	
4502913	Marlton Heights	marlton-heights	US		0	America/New_York	39.664	-75.35741	16			NJ	033	58530	
4502914	Marlton Lakes	marlton-lakes	US		0	America/New_York	39.809	-74.89822	42			NJ	005	22110	
4502917	Marlyn Manor	marlyn-manor	US		0	America/New_York	39.01706	-74.8735	6			NJ	009	45810	
4502937	Maskells Mill	maskells-mill	US		0	America/New_York	39.4865	-75.40103	4	Maskell Mill,Maskells Mill		NJ	033	41640	
4502954	Maurice River	maurice-river	US		0	America/New_York	39.23178	-75.02879	1			NJ	011	44580	
4502974	McKee City	mckee-city	US		0	America/New_York	39.45039	-74.64071	21			NJ	001	29280	
4502986	Medford Lakes	medford-lakes	US		4146	America/New_York	39.85845	-74.80294	23	Aetna Furnace,Ballinger's Mills,Etna,Etna Furnace,Etna Mills,Medford Lakes,Medford Lejks,Mehdford Lehjks,Taunton Furnace,mdfwrd lyks  nywjrsy,Медфорд Лејкс,Мэдфорд Лэйкс,مدفورد لیکس، نیوجرسی,میڈفورڈ لیکس، نیو جرسی		NJ	005	45120	
4502996	Menantico	menantico	US		0	America/New_York	39.36095	-74.99156	7	Manantico,Menantico		NJ	011	46680	
4502999	Meadford Farms	meadford-farms	US		0	America/New_York	39.86373	-74.74238	28			NJ	005	72060	
4502855	Malaga	malaga	US	08328	0	America/New_York	39.56984	-75.04767	27			NJ	015	24840	
4503003	Merrygold	merrygold	US		0	America/New_York	39.60623	-74.45043	1	Marygold,Merrygold		NJ	005	03370	
4503012	Mickles Mill	mickles-mill	US		0	America/New_York	39.49345	-75.34269	18			NJ	033	61470	
4503073	Millbridge	millbridge	US		0	America/New_York	39.80706	-75.03406	23			NJ	007	26760	
4503102	Monterey Beach	monterey-beach	US		0	America/New_York	39.98484	-74.06736	1			NJ	029	73125	
4503104	Moores Corner	moores-corner	US		0	America/New_York	39.55456	-75.46631	3			NJ	033	21330	
4503105	Moores Mill	moores-mill	US		0	America/New_York	39.8615	-74.72516	27			NJ	005	72060	
4503111	Morgan Village	morgan-village	US		0	America/New_York	39.91261	-75.1124	6			NJ	007	10000	
4503113	Morris Beach	morris-beach	US		0	America/New_York	39.30845	-74.63655	1			NJ	001	20290	
4503124	Mount	mount	US		0	America/New_York	39.6854	-74.60571	18			NJ	005	77150	
4503140	Mount Misery	mount-misery	US		0	America/New_York	39.91984	-74.52293	36	Mount Misery,Mount Relief		NJ	005	82420	
4503171	Mower	mower	US		0	America/New_York	39.58678	-75.36269	9	Mower,Mowers		NJ	033	00880	
4503197	Munion Field	munion-field	US		0	America/New_York	39.66456	-74.39181	19			NJ	005	03370	
4503199	Murray Grove	murray-grove	US		0	America/New_York	39.85706	-74.17764	9	Good Luck,Murray Grove		NJ	029	37380	
4503204	Mystic Island	mystic-island	US		8493	America/New_York	39.54428	-74.38237	1	Mystic Island,Mystic Islands		NJ	029	40560	
4503219	Necombtown	necombtown	US		0	America/New_York	39.39873	-75.05101	1			NJ	011	46680	
4503227	Nesco	nesco	US		0	America/New_York	39.63817	-74.69655	14	Nesco,New Columbia		NJ	001	49410	
4503230	New Brooklyn	new-brooklyn	US		0	America/New_York	39.69317	-74.94267	33	Marshalls Mill,New Brooklyn,Seven Causeways		NJ	015	47250	
4503246	New Italy	new-italy	US		0	America/New_York	39.26373	-75.05712	3			NJ	011	14710	
4503247	New Italy	new-italy	US		0	America/New_York	39.45984	-74.93684	27			NJ	011	76070	
4503255	New England Crossroads	new-england-crossroads	US		0	America/New_York	39.36123	-75.22519	9			NJ	011	22350	
4503262	Newbolds Corner	newbolds-corner	US		0	America/New_York	39.96317	-74.77961	14			NJ	005	42060	
4503269	Newport Landing	newport-landing	US		0	America/New_York	39.28984	-75.19741	3			NJ	011	18220	
4503283	Norburys Landing	norburys-landing	US		0	America/New_York	39.05039	-74.92767	3			NJ	009	45810	
4503289	North Beach Haven	north-beach-haven	US		2235	America/New_York	39.57317	-74.23153	2			NJ	029	41250	
4503299	North Cape May	north-cape-may	US		3226	America/New_York	38.98206	-74.95795	4	Cape May Beach,North Cape May		NJ	009	41610	
4503303	North Dennis	north-dennis	US		0	America/New_York	39.20123	-74.85406	4			NJ	009	17560	
4503305	North Highlands Beach	north-highlands-beach	US		0	America/New_York	39.01511	-74.94434	3			NJ	009	41610	
4503309	North Port Norris	north-port-norris	US		0	America/New_York	39.26873	-75.02684	4			NJ	011	14710	
4503312	North Vineland	north-vineland	US		0	America/New_York	39.52623	-75.0224	29			NJ	011	76070	
4503313	North Wildwood	north-wildwood	US		3901	America/New_York	39.00067	-74.79933	1	Anglesea,Nors Vildvud,Nort Vajlvud,North Wildwood,wyldwwd shmaly  nywjrsy,Норс Вилдвуд,Норт Вајлвуд,ویلدوود شمالی، نیوجرسی		NJ	009	53490	
4503315	North Woodbury	north-woodbury	US		0	America/New_York	39.85428	-75.13601	9			NJ	015	17710	
4503323	Nugentown	nugentown	US		0	America/New_York	39.61151	-74.35542	6			NJ	029	40560	
4503326	Nummytown	nummytown	US		0	America/New_York	39.02511	-74.89628	3			NJ	009	45810	
4503332	Oak Ridge Estates	oak-ridge-estates	US		0	America/New_York	39.97067	-74.22403	16			NJ	029	73125	
4503333	Oak Shade	oak-shade	US		0	America/New_York	39.86928	-74.73294	27			NJ	005	68610	
4503343	Oakwood Beach	oakwood-beach	US		0	America/New_York	39.55511	-75.51853	5			NJ	033	21330	
4503344	Oakwood Lakes	oakwood-lakes	US		0	America/New_York	39.87289	-74.83155	13			NJ	005	45120	
4503346	Ocean Acres	ocean-acres	US		16142	America/New_York	39.74345	-74.28098	39			NJ	029	70320	
4503364	Ocean Heights	ocean-heights	US		0	America/New_York	39.32928	-74.58738	6			NJ	001	68430	
4503394	Oldmans	oldmans	US		0	America/New_York	39.75678	-75.43019	3			NJ	033	54810	
4503400	Oliphants Mills	oliphants-mills	US		0	America/New_York	39.88511	-74.83294	13			NJ	005	45120	
4503409	Orchard Center	orchard-center	US		0	America/New_York	39.47706	-75.21741	32			NJ	011	74870	
4503410	Ordmont	ordmont	US		0	America/New_York	39.74095	-75.45853	5			NJ	033	10610	
4503414	Ormond	ormond	US		0	America/New_York	39.32845	-74.95295	6			NJ	011	44580	
4503415	Ortley Beach	ortley-beach	US		0	America/New_York	39.95401	-74.07153	2	Ortley,Ortley Beach		NJ	029	73125	
4503417	Ortley Terrace	ortley-terrace	US		0	America/New_York	39.9579	-74.06875	2			NJ	029	73125	
4503447	Oyster Creek	oyster-creek	US		0	America/New_York	39.50428	-74.41654	1			NJ	001	25560	
4503475	Pancoast	pancoast	US		0	America/New_York	39.52262	-74.87072	21	Pancoast,Pancoasts Mill		NJ	001	08710	
4503483	Paradise Lakes	paradise-lakes	US		0	America/New_York	39.5265	-75.3388	28			NJ	033	00880	
4503494	Parkers Landing	parkers-landing	US		0	America/New_York	39.81261	-75.20935	3			NJ	015	19180	
4503495	Parkertown	parkertown	US		0	America/New_York	39.62706	-74.31487	4	Parkerstown,Parkertown		NJ	029	40560	
4503497	Parkside	parkside	US		0	America/New_York	39.92845	-75.09656	11			NJ	007	10000	
4503503	Parkway Manor	parkway-manor	US		0	America/New_York	39.95706	-74.21486	9			NJ	029	73125	
4503504	Parry	parry	US		0	America/New_York	39.98761	-75.00989	7	Five Points,North Pennsville,Parry		NJ	005	12940	
4503506	Parkers Landing	parkers-landing	US		0	America/New_York	39.58984	-74.33931	2			NJ	029	74210	
4504271	Stanwick	stanwick	US		0	America/New_York	39.97317	-74.93656	19			NJ	005	47880	
4503519	Pavonia	pavonia	US		0	America/New_York	39.95095	-75.08712	13			NJ	007	10000	
4503520	Paynters Crossing	paynters-crossing	US		0	America/New_York	39.3065	-75.12157	12			NJ	011	18220	
4503522	Peahala Park	peahala-park	US		0	America/New_York	39.60206	-74.21153	2			NJ	029	41250	
4503528	Pecks Corner	pecks-corner	US		0	America/New_York	39.50678	-75.34853	31			NJ	033	61470	
4503534	Pemberton Heights	pemberton-heights	US		2423	America/New_York	39.96261	-74.67877	20			NJ	005	57510	
4503537	Penbryn	penbryn	US		0	America/New_York	39.76262	-74.94266	47			NJ	007	81740	
4503538	Penn Place	penn-place	US		0	America/New_York	39.74262	-74.46876	21			NJ	005	77150	
4503543	Penns Beach	penns-beach	US		0	America/New_York	39.64206	-75.52742	2	Penn Beach,Penns Beach		NJ	033	57870	
4503560	Penny Pot	penny-pot	US		0	America/New_York	39.57206	-74.82211	15	Penny Pot,Penny Pot Mills		NJ	001	23940	
4503563	Penton	penton	US		0	America/New_York	39.57845	-75.40158	9			NJ	033	00880	
4503570	Pestletown	pestletown	US		0	America/New_York	39.70428	-74.81877	27			NJ	007	77630	
4503573	Perkintown	perkintown	US		0	America/New_York	39.73345	-75.42269	9	Perkintown,Perlantown		NJ	033	54810	
4503580	Pheasant Run	pheasant-run	US		0	America/New_York	39.99317	-74.9635	12			NJ	005	12940	
4503588	Pierces	pierces	US		0	America/New_York	39.06539	-74.89823	4			NJ	009	45810	
4503589	Pierces Point	pierces-point	US		0	America/New_York	39.084	-74.90545	2	Pierce Point,Pierces Point,Pierces Point Landing		NJ	009	45810	
4503616	Pine Crest	pine-crest	US		0	America/New_York	39.79651	-74.58099	29	Harris Station,Pine Crest		NJ	005	72060	
4503617	Pine Ridge at Crestwood	pine-ridge-at-crestwood	US		2369	America/New_York	39.95456	-74.31515	23			NJ	029	43140	
4503618	Pine Tavern	pine-tavern	US		0	America/New_York	39.66178	-75.20991	40			NJ	033	75110	
4503629	Pinewood Estates Mobile Home Park	pinewood-estates-mobile-home-park	US		0	America/New_York	39.76401	-74.32487	39			NJ	029	03050	
4503630	Piney Hollow	piney-hollow	US		0	America/New_York	39.58789	-74.92739	34			NJ	015	24840	
4503633	Pipers Corner	pipers-corner	US		0	America/New_York	39.83289	-74.78322	34			NJ	005	45120	
4503640	Pinewald	pinewald	US		0	America/New_York	39.89567	-74.17292	10			NJ	029	05305	
4503654	Point Airy	point-airy	US		0	America/New_York	39.6765	-75.31936	23			NJ	033	58530	
4503657	Point of Woods	point-of-woods	US		0	America/New_York	39.90956	-74.95739	25			NJ	007	12280	
4503658	Pointers	pointers	US		0	America/New_York	39.594	-75.4452	6			NJ	033	43200	
4503663	Pole Tavern	pole-tavern	US		0	America/New_York	39.61678	-75.22907	41	Champney's Corner,Pitt's Grove,Pittsgrove,Pole Tavern,Salem		NJ	033	75110	
4503678	Porchtown	porchtown	US		0	America/New_York	39.59456	-75.08295	27			NJ	015	24840	
4504272	Stanwick Glen	stanwick-glen	US		0	America/New_York	39.97928	-74.93906	19			NJ	005	47880	
4504274	Star Cross	star-cross	US		0	America/New_York	39.6465	-75.01517	41			NJ	015	24840	
4503686	Portertown	portertown	US		0	America/New_York	39.61372	-75.35297	22			NJ	033	43200	
4503690	Potato Island	potato-island	US		0	America/New_York	39.08345	-74.86211	3			NJ	009	45810	
4503692	Porches Mill	porches-mill	US		0	America/New_York	39.70039	-75.33269	6			NJ	015	82840	
4503696	Presidential Lake Estates	presidential-lake-estates	US		0	America/New_York	39.9165	-74.56488	33	Presidential Lake Estates,Presidential Lakes Estates		NJ	005	57510	
4503698	Presidential Lakes Estates	presidential-lakes-estates	US		2365	America/New_York	39.91373	-74.5646	35			NJ	005	57510	
4503703	Prossers Mills	prossers-mills	US		0	America/New_York	39.75428	-75.05795	25			NJ	015	77180	
4503735	Raines Corner	raines-corner	US		0	America/New_York	39.71206	-75.44964	6			NJ	033	10610	
4503736	Ramblewood	ramblewood	US		5907	America/New_York	39.92872	-74.94378	9			NJ	005	49020	
4503738	Rammel Mill	rammel-mill	US		0	America/New_York	39.46928	-75.24213	26			NJ	011	74870	
4503739	Rancocas Heights	rancocas-heights	US		0	America/New_York	39.98233	-74.84766	9			NJ	005	29010	
4503741	Rancocas Woods	rancocas-woods	US		0	America/New_York	39.989	-74.86016	12			NJ	005	49020	
4503754	Red Oak Grove	red-oak-grove	US		0	America/New_York	39.8354	-74.40931	56			NJ	029	37380	
4503759	Reeds Beach	reeds-beach	US		0	America/New_York	39.11706	-74.891	2	Reed's Beach,Reeds Beach		NJ	009	45810	
4503761	Reed Crossing	reed-crossing	US		0	America/New_York	39.79817	-74.93239	48			NJ	007	05440	
4503765	Remsterville	remsterville	US		0	America/New_York	39.55984	-75.33741	11			NJ	033	00880	
4503766	Repaupo	repaupo	US		0	America/New_York	39.79984	-75.2988	6	Asbury,Repaupo		NJ	015	41160	
4503768	Reega	reega	US		0	America/New_York	39.43262	-74.66072	15			NJ	001	29280	
4503769	Retreat	retreat	US		0	America/New_York	39.9165	-74.71266	9	New Retreat,Retreat,Retreat Factory,Two Bridges		NJ	005	68610	
4503773	Revere Run	revere-run	US		0	America/New_York	39.77567	-75.03822	46			NJ	007	26760	
4503780	Richmantown	richmantown	US		0	America/New_York	39.62734	-75.29352	28	Richmantown,Richmanville,Richmondville		NJ	033	58530	
4503790	River Bank	river-bank	US		0	America/New_York	39.93373	-74.15708	3			NJ	029	05305	
4503791	Rivercrest Manor	rivercrest-manor	US		0	America/New_York	39.98345	-74.20375	21			NJ	029	73125	
4503794	Riverview Estates	riverview-estates	US		0	America/New_York	39.9604	-74.22292	14			NJ	029	73125	
4503795	Riviera on the Barnegat	riviera-on-the-barnegat	US		0	America/New_York	39.84929	-74.17458	3			NJ	029	37380	
4503796	Roadstown	roadstown	US		0	America/New_York	39.44095	-75.31825	33	Kingston,Rhoadston,Roads Town,Roadstown,Sayre's Corners,Sayre's Cross Roads		NJ	011	33120	
4503808	Roosevelt City	roosevelt-city	US		0	America/New_York	39.93817	-74.38904	45			NJ	029	43140	
4503809	Roosevelt Park	roosevelt-park	US		0	America/New_York	39.37817	-75.0249	8			NJ	011	46680	
4503831	Rulon Road	rulon-road	US		0	America/New_York	39.75984	-75.29658	19			NJ	015	82840	
4503956	Sally Marshall Crossing	sally-marshall-crossing	US		0	America/New_York	39.0015	-74.89184	5			NJ	009	41610	
4503967	Sandtown	sandtown	US		0	America/New_York	39.90706	-74.78822	11			NJ	005	68610	
4503979	Schepps Valley	schepps-valley	US		0	America/New_York	39.47872	-75.35853	14			NJ	033	61470	
4503990	Schellenger Landing	schellenger-landing	US		0	America/New_York	38.94872	-74.90517	0			NJ	009	41610	
4503991	Scotch Bonnet	scotch-bonnet	US		0	America/New_York	39.06845	-74.78794	-3			NJ	009	45810	
4503995	Scow Landing	scow-landing	US		0	America/New_York	39.59817	-74.33959	3			NJ	029	74210	
4503998	Scratch Ridge	scratch-ridge	US		0	America/New_York	39.96928	-74.73294	20			NJ	005	68610	
4504000	Scull Landing	scull-landing	US		0	America/New_York	39.36567	-74.71377	1			NJ	001	20290	
4504001	Scullville	scullville	US		0	America/New_York	39.33512	-74.64294	2			NJ	001	20290	
4504002	Sea Breeze	sea-breeze	US		0	America/New_York	39.32122	-75.32019	1			NJ	011	22350	
4503702	Prospect	prospect	US	06712	0	America/New_York	39.79372	-75.36852	3			NJ	015	41160	
4504011	Seaside Heights Harbor	seaside-heights-harbor	US		0	America/New_York	39.96484	-74.12792	0			NJ	029	73125	
4504023	Seaview Park	seaview-park	US		0	America/New_York	39.44234	-74.47737	3			NJ	001	25560	
4504026	Seaville	seaville	US		0	America/New_York	39.20845	-74.70405	7			NJ	009	74810	
4504030	Scrapetown	scrapetown	US		0	America/New_York	39.94789	-74.6921	25			NJ	005	57510	
4504045	Seven Stars	seven-stars	US		0	America/New_York	39.68567	-75.3388	25			NJ	033	58530	
4504060	Sharps Corner	sharps-corner	US		0	America/New_York	39.79984	-74.966	46			NJ	007	05440	
4504066	Shawcrest	shawcrest	US		0	America/New_York	38.98761	-74.83795	0	Shaw Crest,Shawcrest		NJ	009	41610	
4504067	Shaws Mill	shaws-mill	US		0	America/New_York	39.31067	-75.1563	4			NJ	011	18220	
4504074	Shell Pile	shell-pile	US		0	America/New_York	39.24039	-75.02434	1			NJ	011	14710	
4504088	Shellbed Landing	shellbed-landing	US		0	America/New_York	39.06261	-74.81906	0	Shell Bed Landing,Shell Landing,Shellbed Landing		NJ	009	45810	
4504095	Sheppards Mill	sheppards-mill	US		0	America/New_York	39.41039	-75.31797	6			NJ	011	28170	
4504096	Ship Bottom	ship-bottom	US		1135	America/New_York	39.6429	-74.18042	3	Arlington,Ship Botom,Ship Bottom,Ship Bottom Beach,shyp batm  nywjrsy,Шип Ботом,Шип Боттом,شیپ باتم، نیوجرسی		NJ	029	67110	
4504104	Shinntown	shinntown	US		0	America/New_York	39.90011	-74.84405	17			NJ	005	45120	
4504121	Silver Beach	silver-beach	US		0	America/New_York	39.99595	-74.06208	3			NJ	029	73125	
4504131	Silver Ridge	silver-ridge	US		1133	America/New_York	39.95928	-74.21848	9	Silver Ridge,Silver Ridge Park		NJ	029	73125	
4504132	Silver Ridge Park	silver-ridge-park	US		0	America/New_York	39.96123	-74.23848	7			NJ	029	05305	
4504133	Sim Place	sim-place	US		0	America/New_York	39.73595	-74.4207	27			NJ	005	03370	
4504135	Sinnickson Landing	sinnickson-landing	US		0	America/New_York	39.56983	-75.49575	1			NJ	033	21330	
4504136	Six Points	six-points	US		0	America/New_York	39.5315	-75.1074	31			NJ	033	59130	
4504142	Sky View Manor	sky-view-manor	US		0	America/New_York	39.9779	-74.14542	10	Sky View Manor,Skyview Park		NJ	029	73125	
4504150	Slapes Corner	slapes-corner	US		0	America/New_York	39.63984	-75.43575	4			NJ	033	43200	
4504154	Slabtown	slabtown	US		0	America/New_York	39.61845	-75.2663	27			NJ	033	75110	
4504172	Snug Harbor	snug-harbor	US		0	America/New_York	39.99178	-74.14403	0			NJ	029	73125	
4504189	Sooy Place	sooy-place	US		0	America/New_York	39.86762	-74.6521	28			NJ	005	72060	
4504215	South Pemberton	south-pemberton	US		0	America/New_York	39.96761	-74.68488	16			NJ	005	57480	
4504216	South Penns Grove	south-penns-grove	US		0	America/New_York	39.72178	-75.45936	6			NJ	033	10610	
4504219	South Egg Harbor	south-egg-harbor	US		0	America/New_York	39.52123	-74.65155	18			NJ	001	25560	
4504221	South Toms River	south-toms-river	US		3736	America/New_York	39.94206	-74.20431	8	Saut Toms River,Sous Toms Riveh,tamz rywr jnwby  nywjrsy,Саут Томс Ривер,Соус Томс Ривэ,تامز ریور جنوبی، نیوجرسی		NJ	029	69510	
4504225	South Vineland	south-vineland	US		58122	America/New_York	39.44595	-75.02879	28			NJ	011	76070	
4504227	South Westville	south-westville	US		0	America/New_York	39.86067	-75.13156	7			NJ	015	80120	
4504230	South Seaside Park	south-seaside-park	US		0	America/New_York	39.91067	-74.07986	2	Island Beach,South Seaside Park		NJ	029	05305	
4504246	Spray Beach	spray-beach	US		0	America/New_York	39.57845	-74.22958	1			NJ	029	41250	
4504252	Spraguetown	spraguetown	US		0	America/New_York	39.65012	-74.30542	7			NJ	029	18670	
4504281	Steelman Landing	steelman-landing	US		0	America/New_York	39.37789	-74.73183	0			NJ	001	21870	
4504283	Steelmantown	steelmantown	US		0	America/New_York	39.26678	-74.80155	9			NJ	009	74810	
4504284	Steelmanville	steelmanville	US		0	America/New_York	39.33428	-74.59432	3			NJ	001	40530	
4504286	Steels Corner	steels-corner	US		0	America/New_York	39.5815	-75.19213	37			NJ	033	75110	
4504288	Stafford Forge	stafford-forge	US		0	America/New_York	39.66706	-74.31931	6	Old Stafford Forge,Stafford Forge,Westecunk Forge		NJ	029	18670	
4504304	Stockington	stockington	US		0	America/New_York	39.56511	-75.31908	16	Stocking Town,Stockington		NJ	033	00880	
4504315	Stone Harbor Manor	stone-harbor-manor	US		0	America/New_York	39.05984	-74.76961	0			NJ	009	45810	
4504328	Stow Acres	stow-acres	US		0	America/New_York	39.91039	-74.91405	24			NJ	005	22110	
4504332	Stoys Landing	stoys-landing	US		0	America/New_York	39.9165	-75.03434	5			NJ	007	12280	
4504335	Stow Creek Landing	stow-creek-landing	US		0	America/New_York	39.44261	-75.40853	1			NJ	011	71160	
4504349	Suburban Park	suburban-park	US		0	America/New_York	39.96623	-74.23153	10			NJ	029	73125	
4504352	Summit East	summit-east	US		0	America/New_York	39.9779	-74.24403	16			NJ	029	73125	
4504375	Surf City	surf-city	US		1204	America/New_York	39.66206	-74.16514	3	Culver,Long Beach City,Mansion of Health,Serf Siti,Sjurf Siti,Surf,Surf City,swrf syty  nywjrsy,Серф Сити,Сюрф Сити,سورف سیتی، نیوجرسی		NJ	029	71640	
4504377	Surrey Place	surrey-place	US		0	America/New_York	39.93234	-74.99572	18			NJ	007	12280	
4504380	Swainton	swainton	US		0	America/New_York	39.1315	-74.77739	6	Swainton,Townsend's Inlet		NJ	009	45810	
4504398	Tabernacle	tabernacle	US		0	America/New_York	38.984	-74.90517	6			NJ	009	41610	
4504402	Tansboro	tansboro	US		0	America/New_York	39.769	-74.91961	50	Tansboro,Tansborough,Wilton		NJ	007	81740	
4504405	Tabernacle	tabernacle	US		0	America/New_York	39.844	-74.71016	30			NJ	005	72060	
4504413	Taunton Lake	taunton-lake	US		0	America/New_York	39.85067	-74.84877	20	Read's Mill,Taunton Lake,Taunton Lakes		NJ	005	45120	
4504415	Tavistock	tavistock	US		5	America/New_York	39.87622	-75.02961	18	Tavistok,twystak  nywjrsy,Тависток,تویستاک، نیوجرسی		NJ	007	72240	
4504426	Terrestria	terrestria	US		0	America/New_York	39.76345	-75.03295	26			NJ	007	26760	
4504427	Texas	texas	US		0	America/New_York	39.94261	-74.93406	11			NJ	005	49020	
4504428	The Maples	the-maples	US		0	America/New_York	39.90761	-74.92461	31			NJ	005	22110	
4504436	West Deptford Township	west-deptford-township	US		0	America/New_York	39.84234	-75.19629	6	Flyatem Town,Thorofare,Township of Deptford,West Deptford Township		NJ	015	78800	
4504465	Tindells Landing	tindells-landing	US		0	America/New_York	39.3765	-75.24547	6			NJ	011	22350	
4504470	Tomlinson Mill	tomlinson-mill	US		0	America/New_York	39.86734	-74.89461	19	Tomlinson Mill,Tomlinsons Mill,Tomlintons Mill		NJ	005	22110	
4504473	Tomlin	tomlin	US		0	America/New_York	39.77817	-75.27241	14			NJ	015	19180	
4504490	Town Bank	town-bank	US		0	America/New_York	38.98761	-74.95323	3	Cape May Town,Falmouth,New England,New England Village,Portsmouth,Town Bank		NJ	009	41610	
4504497	Townsends Inlet	townsends-inlet	US		0	America/New_York	39.1265	-74.71127	2			NJ	009	66390	
4504530	Tuckerton Shores	tuckerton-shores	US		0	America/New_York	39.60706	-74.32487	0			NJ	029	74210	
4504534	Turkey Point Corner	turkey-point-corner	US		0	America/New_York	39.28289	-75.13241	3			NJ	011	18220	
4504536	Turnersville	turnersville	US		3742	America/New_York	39.77317	-75.05128	19			NJ	015	77180	
4504551	Tyndall Village	tyndall-village	US		0	America/New_York	39.89234	-75.021	13			NJ	007	12280	
4504583	Upper Mill	upper-mill	US		0	America/New_York	39.91262	-74.57349	30			NJ	005	57510	
4504597	Venice Park	venice-park	US		0	America/New_York	39.37651	-74.44515	2			NJ	001	02080	
4504600	Ventnor Heights	ventnor-heights	US		0	America/New_York	39.34956	-74.4846	1			NJ	001	75620	
4504601	Verga	verga	US		0	America/New_York	39.86122	-75.15879	9			NJ	015	78800	
4504608	Victory Lakes	victory-lakes	US		2111	America/New_York	39.63317	-74.966	36			NJ	015	47250	
4504611	Vienna Gardens	vienna-gardens	US		0	America/New_York	39.51123	-74.62238	18			NJ	001	25560	
4504615	Village of Glen Oaks	village-of-glen-oaks	US		0	America/New_York	39.82345	-75.03767	17			NJ	007	26760	
4504702	Walkers Forge	walkers-forge	US		0	America/New_York	39.44067	-74.75572	6			NJ	001	29280	
4504719	Warners Mill	warners-mill	US		0	America/New_York	39.314	-74.80628	3			NJ	001	21870	
4504723	Warren Grove	warren-grove	US		0	America/New_York	39.74651	-74.37042	30	Cedar Grove,Corlies Sawmill,Corlisstown,Warren Grove,Warren Place		NJ	029	70320	
4504739	Watsons Corner	watsons-corner	US		0	America/New_York	39.29456	-75.16463	3			NJ	011	18220	
4504740	Watsons Corner	watsons-corner	US		0	America/New_York	39.52678	-75.25713	31			NJ	011	74870	
4504744	Watson Corner	watson-corner	US		0	America/New_York	39.56873	-75.28963	42			NJ	033	00880	
4504749	Weeks Landing	weeks-landing	US		0	America/New_York	38.98983	-74.88295	2			NJ	009	41610	
4504750	Weekstown	weekstown	US		0	America/New_York	39.59206	-74.60293	6			NJ	001	49410	
4504754	Welchville	welchville	US		0	America/New_York	39.60095	-75.42214	7	Welchtown,Welchville		NJ	033	43200	
4504756	Wells Mills	wells-mills	US		0	America/New_York	39.79429	-74.2757	17	Wells Mill,Wells Mills		NJ	029	54300	
4504760	Wellwood	wellwood	US		0	America/New_York	39.95289	-75.04906	24			NJ	007	45510	
4504766	Wescoatville	wescoatville	US		0	America/New_York	39.63984	-74.71988	15			NJ	001	49410	
4504768	Wellington Park	wellington-park	US		0	America/New_York	39.99539	-74.98045	14			NJ	005	12940	
4504770	West Atco	west-atco	US		0	America/New_York	39.74595	-74.891	54			NJ	007	81740	
4504771	West Atlantic City	west-atlantic-city	US		0	America/New_York	39.37789	-74.48932	2			NJ	001	20290	
4504780	West Collingswood	west-collingswood	US		0	America/New_York	39.90622	-75.09295	6			NJ	007	28740	
4504781	West Collingswood Heights	west-collingswood-heights	US		0	America/New_York	39.89428	-75.09656	6			NJ	007	28740	
4504783	West Cape May	west-cape-may	US		1016	America/New_York	38.93872	-74.94184	2	Vehst Kehjp Mehj,Vest Kejp Mej,kyp my ghrby  nywjrsy,Вест Кејп Меј,Вэст Кэйп Мэй,کیپ می غربی، نیوجرسی		NJ	009	78530	
4504788	West Egg Harbor	west-egg-harbor	US		0	America/New_York	39.51623	-74.66655	21			NJ	001	29280	
4504791	West Haddonfield	west-haddonfield	US		0	America/New_York	39.90178	-75.04073	19			NJ	007	28770	
4504796	West Moorestown	west-moorestown	US		0	America/New_York	39.96039	-74.95545	21			NJ	005	47880	
4504799	West Tuckerton	west-tuckerton	US		0	America/New_York	39.60151	-74.35348	6			NJ	029	40560	
4504800	West Tuckerton Landing	west-tuckerton-landing	US		0	America/New_York	39.59595	-74.34209	0			NJ	029	74210	
4504801	West Village	west-village	US		0	America/New_York	39.50206	-75.22658	27			NJ	011	74870	
4504802	West Wildwood	west-wildwood	US		572	America/New_York	39.00234	-74.82433	0	Vehst Vilvud,Vest Vajldvud,wyldwwd ghrby  nywjrsy,Вест Вајлдвуд,Вэст Вилвуд,ویلدوود غربی، نیوجرسی		NJ	009	80210	
4504804	Westcotville	westcotville	US		0	America/New_York	39.82622	-75.11545	28			NJ	015	17710	
4504812	Westville Grove	westville-grove	US		0	America/New_York	39.8565	-75.11768	12			NJ	015	17710	
4504814	Wexford East	wexford-east	US		0	America/New_York	39.89734	-74.96239	25			NJ	007	12280	
4504822	Wheat Road	wheat-road	US		0	America/New_York	39.51178	-74.97378	35			NJ	001	08680	
4504833	Whig Lane	whig-lane	US		0	America/New_York	39.63956	-75.2288	45	Whig Lane,Whiglane		NJ	033	75110	
4504845	Whitman Park	whitman-park	US		0	America/New_York	39.93206	-75.11545	6			NJ	007	10000	
4504847	Whitman Square	whitman-square	US		0	America/New_York	39.74595	-75.03434	42			NJ	015	77180	
4504850	Whitesbog	whitesbog	US		0	America/New_York	39.95928	-74.50932	29	Whites Bog,Whitesbog		NJ	005	57510	
4504857	Wildwood Crest	wildwood-crest	US		3182	America/New_York	38.97484	-74.8335	2	Vajldvud Krest,Vildvud Krehst,wyldwwd krst  nywjrsy,Вајлдвуд Крест,Вилдвуд Крэст,ویلدوود کرست، نیوجرسی		NJ	009	81200	
4504859	Wildwood Gables	wildwood-gables	US		0	America/New_York	38.96567	-74.846	2			NJ	009	81200	
4504860	Wildwood Gardens	wildwood-gardens	US		0	America/New_York	39.02678	-74.866	6	Wildwood Gardens,Wildwood Junction		NJ	009	45810	
4504862	Wildwood Highlands Beach	wildwood-highlands-beach	US		0	America/New_York	39.01317	-74.94629	3			NJ	009	41610	
4504863	Wildwood Junction	wildwood-junction	US		0	America/New_York	39.02984	-74.86545	6	Wildwood Gardens,Wildwood Junction		NJ	009	45810	
4504873	Williamstown Junction	williamstown-junction	US		0	America/New_York	39.74678	-74.9285	45			NJ	007	81740	
4504874	Willis Corner	willis-corner	US		0	America/New_York	39.43484	-75.37575	10			NJ	011	71160	
4504880	Willow Ridge	willow-ridge	US		0	America/New_York	39.87011	-74.90794	21			NJ	005	22110	
4504881	Willowdale	willowdale	US		0	America/New_York	39.88067	-74.98183	23			NJ	007	12280	
4504886	Wilsons Landing	wilsons-landing	US		0	America/New_York	39.42845	-74.71266	1			NJ	001	29280	
4504891	Windor Park	windor-park	US		0	America/New_York	39.95762	-74.11764	1			NJ	029	73125	
4504892	Windsor Park	windsor-park	US		0	America/New_York	39.92845	-75.00878	19			NJ	007	12280	
4504893	Windsor Park	windsor-park	US		0	America/New_York	39.95345	-74.14958	8			NJ	029	73125	
4504899	Winslow Junction	winslow-junction	US		0	America/New_York	39.66512	-74.84739	33			NJ	007	81740	
4504904	Wintringham Park	wintringham-park	US		0	America/New_York	39.97178	-74.20736	10			NJ	029	73125	
4504910	Wood-Lynne	wood-lynne	US		2978	America/New_York	39.91734	-75.09629	7	Wood-Lynne,Woodlynne		NJ	007	82450	
4504912	Woodbine Junction	woodbine-junction	US		0	America/New_York	39.23484	-74.79267	12			NJ	009	81890	
4504918	Wolfert	wolfert	US		0	America/New_York	39.784	-75.26102	15			NJ	015	19180	
4504925	Woodcrest	woodcrest	US		0	America/New_York	39.87234	-74.9985	21			NJ	007	12280	
4504926	Woodcrest Acres	woodcrest-acres	US		0	America/New_York	39.85928	-74.98156	27			NJ	007	76220	
4504935	Woodlawn Estates	woodlawn-estates	US		0	America/New_York	39.97373	-74.20459	17			NJ	029	73125	
4504937	Woodmansie	woodmansie	US		0	America/New_York	39.8679	-74.46654	48			NJ	005	82420	
4504944	Woods Mills	woods-mills	US		0	America/New_York	39.6215	-75.25852	34			NJ	033	75110	
4504945	Woods Upper Mill	woods-upper-mill	US		0	America/New_York	39.50011	-75.37797	10			NJ	033	61470	
4504948	Woodstream	woodstream	US		0	America/New_York	39.90206	-74.94739	21			NJ	005	22110	
4504954	Woodbury Gardens	woodbury-gardens	US		0	America/New_York	39.84178	-75.13712	8			NJ	015	17710	
4504956	Wrangell Brook Park	wrangell-brook-park	US		0	America/New_York	39.96012	-74.28376	14			NJ	029	05305	
4504968	Wrights Mill	wrights-mill	US		0	America/New_York	39.68484	-75.17601	32			NJ	015	21060	
4505045	Aid	aid	US		0	America/New_York	38.59619	-82.49321	177	Aid,Marion		OH	087	00562	
4505055	Airhill	airhill	US		0	America/New_York	39.8195	-84.36717	299	Air Hill,Airhill,Fair Hill		OH	113	61966	
4505056	Airington (historical)	airington-historical	US		0	America/New_York	39.7334	-81.8093	250			OH	115	08910	
4505063	Al Bar Meadows	al-bar-meadows	US		0	America/New_York	39.16812	-84.36883	256			OH	061		
4505067	Alabama Hill	alabama-hill	US		0	America/New_York	39.63451	-82.05153	313			OH	127	51520	
4505088	Alert	alert	US		0	America/New_York	39.32505	-84.77523	194	Alert,Alert Station		OH	017	52080	
4505127	Allandale (historical)	allandale-historical	US		0	America/New_York	39.20117	-84.33966	206	Allandale (historical),Allendale		OH	061		
4505153	Allensburg	allensburg	US		0	America/New_York	39.20451	-83.77715	314	Allenburg,Allensburg,Allensburgh		OH	071	22204	
4505174	Alpine Terrace	alpine-terrace	US		0	America/New_York	39.09062	-84.29188	273			OH	025	78288	
4505179	Altitude	altitude	US		0	America/New_York	39.75313	-81.02344	390			OH	111	00296	
4505201	Am-Beth Acres	am-beth-acres	US		0	America/New_York	39.08562	-84.28077	280			OH	025	78288	
4505215	Amberley	amberley	US		3591	America/New_York	39.20478	-84.428	243			OH	061	01672	
4505242	Ancor	ancor	US		0	America/New_York	39.13728	-84.31772	164	Ancor,Broadwell		OH	061	01980	
4505250	Anderson Ferry	anderson-ferry	US		0	America/New_York	39.07812	-84.62189	161	Anderson Ferry,Andersons Ferry,Constance		OH	061	15000	
4505275	Andis	andis	US		0	America/New_York	38.55091	-82.52321	205			OH	087	42154	
4505278	Andre	andre	US		0	America/New_York	38.7473	-82.73461	188			OH	145	79828	
4505286	Angel	angel	US		0	America/New_York	38.72091	-82.26932	172			OH	053	33824	
4505294	Angola (historical)	angola-historical	US		0	America/New_York	38.69397	-82.19126	168			OH	053	15462	
4505299	Anlo	anlo	US		0	America/New_York	39.93978	-83.9466	292			OH	023	06054	
4505338	Antiquity	antiquity	US		0	America/New_York	38.94702	-81.90625	180	Antiguity,Antiquity		OH	105	42868	
4505340	Antonis	antonis	US		0	America/New_York	39.18396	-82.9274	202			OH	141	28420	
4505343	Anvil	anvil	US		0	America/New_York	39.99146	-80.83453	400			OH	013	66628	
4505371	Apple	apple	US		0	America/New_York	39.40284	-82.70711	348			OH	073	70142	
4505381	Arabia	arabia	US		0	America/New_York	38.65814	-82.47349	191	Arabia,Rising Sun		OH	087	48174	
4505383	Arbaugh	arbaugh	US		0	America/New_York	39.17341	-82.33765	197			OH	163	80192	
4505401	Archers Fork	archers-fork	US		0	America/New_York	39.48341	-81.20567	213	Archer Fork,Archers Fork		OH	167	37268	
4505403	Arbocrest Acres	arbocrest-acres	US		0	America/New_York	39.21339	-84.41439	250	Arbocrest Acres,Arborcrest Acres		OH	061	01672	
4505411	Arkoe	arkoe	US		0	America/New_York	39.04451	-83.23241	216			OH	131	75637	
4505428	Armadale	armadale	US		0	America/New_York	39.39591	-81.92292	190			OH	009	05942	
4505436	Armenia (historical)	armenia-historical	US		0	America/New_York	39.22508	-81.70124	193			OH	167	05438	
4505437	Armitage	armitage	US		0	America/New_York	39.34563	-82.09598	208			OH	009	02750	
4505445	Armstrongs Mills	armstrongs-mills	US		0	America/New_York	39.90813	-80.93482	231	Armstrong,Armstrong Mills,Armstrongs Mills,Captina Creek,Rings Mills		OH	013	81088	
4505469	Asbury (historical)	asbury-historical	US		0	America/New_York	39.68257	-82.29293	305	Asbury (historical),Mount Hope		OH	127	37968	
4505489	Arnheim	arnheim	US		0	America/New_York	38.9334	-83.82743	288			OH	015	28210	
4505506	Ash Ridge	ash-ridge	US		0	America/New_York	38.90785	-83.75881	311	Ash Ridge,Ashridge,Carlisle		OH	015	37688	
4505513	Ashdale	ashdale	US		0	America/New_York	39.17228	-84.15188	266			OH	025	74825	
4505540	Athalia	athalia	US		368	America/New_York	38.5162	-82.30654	169	Athalia,Haskellville,Haskelville,Wood		OH	087	68280	
4505561	Athlone (historical)	athlone-historical	US		0	America/New_York	39.35783	-84.51939	185			OH	017	25970	
4505602	Autumn Acres	autumn-acres	US		0	America/New_York	39.22395	-84.60522	258			OH	061	16616	
4505606	Avalon Heights	avalon-heights	US		0	America/New_York	39.42089	-84.21383	257			OH	165	42364	
4505608	Avlon	avlon	US		0	America/New_York	39.74396	-82.38488	299	Avalon,Avlon		OH	127	65760	
4505610	Avoca Park	avoca-park	US		0	America/New_York	39.13895	-84.34105	149			OH	061	16882	
4505632	Babbtown (historical)	babbtown-historical	US		0	America/New_York	39.97033	-84.13938	243			OH	109	06110	
4505637	Bachman	bachman	US		0	America/New_York	39.86283	-84.45717	320	Bachman,National Road,National Road Station		OH	113	15518	
4505650	Bacon Flat	bacon-flat	US		0	America/New_York	38.96174	-83.36269	238			OH	001	28196	
4505664	Baileys Mills	baileys-mills	US		0	America/New_York	39.9559	-81.22872	288	Baileys Mill,Baileys Mills		OH	013	80864	
4505725	Balentine Acres	balentine-acres	US		0	America/New_York	39.96673	-83.88215	329			OH	023	29862	
4505730	Bannon	bannon	US		0	America/New_York	39.92034	-82.94685	235			OH	049	18000	
4505785	Barnesburg	barnesburg	US		0	America/New_York	39.22895	-84.62217	245	Barnesburg,Barnesburgh,Barnesbury,Barnsburg		OH	061	16616	
4505839	Barretts Mills	barretts-mills	US		0	America/New_York	39.20257	-83.38714	251	Barrett Mill,Barretts Mills		OH	071	59500	
4505844	Barrsville	barrsville	US		0	America/New_York	39.12367	-84.55189	156			OH	061	15000	
4505847	Bartles	bartles	US		0	America/New_York	38.66175	-82.65989	192	Bartle Station,Bartles,Bartles Station,Steece		OH	087	24822	
4505860	Bartramville	bartramville	US		0	America/New_York	38.49258	-82.3846	175	Bartramville,Bertramville		OH	087	78372	
4505862	Bashan	bashan	US		0	America/New_York	39.04341	-81.86514	225			OH	105	14016	
4505909	Beachwood Lake Estates	beachwood-lake-estates	US		0	America/New_York	39.30174	-82.13376	212	Beachwood Lake Estates,Beechwood Lake Estates		OH	009	02750	
4505972	Beasley Fork	beasley-fork	US		0	America/New_York	38.7498	-83.5163	175	Basleys Fork,Beasley Fork,Beasleys Fork		OH	001	51268	
4507065	Bridges	bridges	US		0	America/New_York	39.30479	-83.5227	273			OH	071	26026	
4505994	Beaver Mill	beaver-mill	US		0	America/New_York	39.17729	-83.41408	260			OH	071	09736	
4505995	Beaver Pond	beaver-pond	US		0	America/New_York	38.93952	-83.3463	227	Beaver Pond,Beaverpond		OH	001	28196	
4506027	Becket (historical)	becket-historical	US		0	America/New_York	39.94813	-80.92176	362			OH	013	72736	
4506028	Beckett	beckett	US		0	America/New_York	39.58452	-81.70791	199			OH	167	81774	
4506031	Beckett Ridge	beckett-ridge	US		9187	America/New_York	39.347	-84.43522	249			OH	017	83150	
4506034	Beckley Addition	beckley-addition	US		0	America/New_York	39.84534	-82.81156	233			OH	049	46410	
4506041	Bee (historical)	bee-historical	US		0	America/New_York	39.24868	-82.6585	216			OH	163	34048	
4506088	Beechview Estates	beechview-estates	US		0	America/New_York	39.10173	-84.39105	213			OH	061	15000	
4506089	Beechwood	beechwood	US		0	America/New_York	39.20839	-84.39911	258	Beechmont,Beechwood		OH	061	21266	
4506090	Beechwood	beechwood	US		0	America/New_York	39.59839	-84.5105	303			OH	135	31486	
4506091	Beechwood (historical)	beechwood-historical	US		0	America/New_York	39.15645	-84.27355	169			OH	025	78288	
4506110	Beech-Mar	beech-mar	US		0	America/New_York	39.10312	-84.38744	197			OH	061	15000	
4506117	Belfast (historical)	belfast-historical	US		0	America/New_York	39.83616	-84.77857	362			OH	135	38780	
4506151	Belle Court	belle-court	US		0	America/New_York	38.45703	-82.34737	177			OH	087	68280	
4506157	Belleview Heights	belleview-heights	US		0	America/New_York	39.31868	-83.00435	258			OH	141	70898	
4506162	Bells (historical)	bells-historical	US		0	America/New_York	39.65423	-82.95657	208	Bells (historical),Bells Station		OH	129	15077	
4506180	Belmont Meadows	belmont-meadows	US		0	America/New_York	39.90145	-83.78326	318			OH	023	74118	
4506249	Berkley Heights	berkley-heights	US		0	America/New_York	39.70839	-84.19994	252			OH	113	40040	
4506392	Berrysville	berrysville	US		0	America/New_York	39.1284	-83.55853	324	Berrysville,Berryville		OH	071	81340	
4506473	Bevan	bevan	US		0	America/New_York	39.41174	-81.23234	195			OH	167	55356	
4506478	Beverly Gardens	beverly-gardens	US		0	America/New_York	39.76311	-84.10688	250			OH	113	67468	
4506483	Bevis	bevis	US		0	America/New_York	39.25756	-84.60161	268	Bevis,Bevis Tavern		OH	061	16616	
4506487	Bexley	bexley	US		13654	America/New_York	39.96895	-82.93768	241	Bekslehj,bksly  awhayw,byksly  awhayw,Бекслэй,بيكسلي، أوهايو,بکسلی، اوهایو		OH	049	06278	
4506543	Big Plain	big-plain	US		0	America/New_York	39.83867	-83.28908	300	Big Plain,Big Plains,Bigplain,California		OH	097	26068	
4506582	Big Walnut (historical)	big-walnut-historical	US		0	America/New_York	39.97618	-82.87518	245			OH	049	84742	
4506642	Blackfork	blackfork	US		0	America/New_York	38.83758	-82.59988	231	Black Fork,Blackfork,Washington Furnace		OH	087	81396	
4507067	Bridgetown	bridgetown	US		14407	America/New_York	39.15311	-84.63717	272			OH	061	31752	
4506644	Blackfork Junction	blackfork-junction	US		0	America/New_York	38.86035	-82.60044	209	Black Fork Junction,Black Fork Station,Blackfork Junction,Blackfork Station,Samsonsville,Samsonville		OH	079	38654	
4506646	Blackhawk	blackhawk	US		0	America/New_York	39.32173	-84.0716	259	Black Hawk,Blackhawk		OH	165	33474	
4506647	Blackjack	blackjack	US		0	America/New_York	39.46784	-82.49182	267	Black Jack,Blackjack		OH	073	81354	
4506649	Blackburn (historical)	blackburn-historical	US		0	America/New_York	39.54256	-82.63822	287			OH	073	61868	
4506664	Blacktop	blacktop	US		0	America/New_York	39.97646	-81.48262	252			OH	059	66698	
4506666	Blacklick Estates	blacklick-estates	US		8682	America/New_York	39.90506	-82.86434	229			OH	049	46410	
4506697	Blatchford	blatchford	US		0	America/New_York	39.52368	-82.2032	234			OH	073	80780	
4506701	Blennerhassett View	blennerhassett-view	US		0	America/New_York	39.28063	-81.61735	200			OH	167	05424	
4506720	Bloom Junction	bloom-junction	US		0	America/New_York	38.80591	-82.69267	187	Bloom,Bloom Junction,Bloom Switch		OH	145	06992	
4506722	Bloom Rose (historical)	bloom-rose-historical	US		0	America/New_York	39.10423	-83.99854	272			OH	015	74559	
4506754	Blue Ash	blue-ash	US		12159	America/New_York	39.232	-84.37827	258	Blju Ash,Blu Esh,Blue Ash,Blueash,Harper,blw ash,blw aysh  awhayw,Блу Еш,Блю Аш,بلو أش,بلو ایش، اوهایو		OH	061	07300	
4506813	Blue Valley Acres	blue-valley-acres	US		0	America/New_York	39.63979	-82.55822	234			OH	045	05956	
4506826	Bobo	bobo	US		0	America/New_York	39.0234	-82.94518	198			OH	131	78512	
4506829	Bodman	bodman	US		0	America/New_York	39.04451	-83.96604	286			OH	015	74559	
4506832	Boggs (historical)	boggs-historical	US		0	America/New_York	38.74591	-82.36793	198			OH	053	80584	
4506850	Bolins Mills	bolins-mills	US		0	America/New_York	39.23091	-82.28487	209	Bolen Mills,Bolens Mill,Bolens Mills,Bolin Mills,Bolins Mill,Bolins Mills		OH	163	40880	
4506858	Bon Air Mobile Home Park	bon-air-mobile-home-park	US		0	America/New_York	39.93562	-83.76187	293			OH	023	74119	
4506862	Bond Hill	bond-hill	US		0	America/New_York	39.17478	-84.46716	187			OH	061	15000	
4506876	Bondclay	bondclay	US		0	America/New_York	38.71286	-82.72683	182			OH	145	79828	
4506879	Bonn	bonn	US		0	America/New_York	39.53146	-81.3854	267			OH	167	70002	
4506889	Bookwalter	bookwalter	US		0	America/New_York	39.7045	-83.5302	323	Bookwalter,Brookwalter,Buchwalter,Carrs Mill		OH	047	59486	
4506951	Bradbury	bradbury	US		0	America/New_York	39.00952	-82.06681	173	Bradbury,Gabtown,New England,Rockville		OH	105	70114	
4506966	Bradrick	bradrick	US		0	America/New_York	38.44564	-82.4046	195	Bradrick,Bradricksville,Bradrickville		OH	087	78372	
4506975	Braffetsville	braffetsville	US		0	America/New_York	39.92449	-84.76163	352	Braffetsville,Braffettsville,Braffitsville,Concord,Concordia		OH	037	33810	
4506984	Branch Hill	branch-hill	US		0	America/New_York	39.24617	-84.29327	176	Branch Hill,Branchhill		OH	025	49322	
4506989	Bradysville	bradysville	US		0	America/New_York	38.69535	-83.67047	225	Bradysville,Bradyville,Centreville		OH	001	74069	
4507009	Brayfield	brayfield	US		0	America/New_York	38.41036	-82.53571	169			OH	087	26782	
4507010	Brecon	brecon	US		244	America/New_York	39.28061	-84.35661	265	Brecon,Wheeler		OH	061	75973	
4507017	Braziers	braziers	US		0	America/New_York	39.06201	-84.22466	262	Brazier,Brazier Station,Braziers,Centreville,May		OH	025	04157	
4507039	Brewer Heights	brewer-heights	US		0	America/New_York	39.34256	-83.02018	266			OH	141	70898	
4507041	Brennersville	brennersville	US		0	America/New_York	39.802	-84.57745	317	Brennersville,Sniffletown		OH	135	77994	
4507043	Briarcliff	briarcliff	US		0	America/New_York	39.96006	-82.81156	266			OH	049	77714	
4507079	Brigglesville	brigglesville	US		0	America/New_York	39.75674	-82.08792	233			OH	127	33964	
4507090	Bright (historical)	bright-historical	US		0	America/New_York	39.86534	-82.92212	225			OH	049	46410	
4507099	Brighton Corner	brighton-corner	US		0	America/New_York	39.12228	-84.53355	156	Brighton,Brighton Corner,Brighton's Corner		OH	061	15000	
4507107	Brill (historical)	brill-historical	US		0	America/New_York	39.73229	-81.70819	300			OH	115	08910	
4507114	Brinley	brinley	US		0	America/New_York	39.89449	-84.73968	343	Brinley,Brinleys,Brinleys Station		OH	135	38780	
4507117	Brister	brister	US		0	America/New_York	39.79757	-81.27622	271	Brister,Bristers Mill		OH	111	71349	
4507131	Bristol Village	bristol-village	US		0	America/New_York	39.13146	-82.9674	180			OH	131	61434	
4507134	Britney Acres	britney-acres	US		0	America/New_York	39.06117	-84.33466	257			OH	061	01980	
4507144	Broadview Acres	broadview-acres	US		0	America/New_York	39.92506	-83.90743	313			OH	023	06054	
4507148	Broadwell	broadwell	US		0	America/New_York	39.3648	-81.87958	189			OH	009	05942	
4507154	Brocks Corner	brocks-corner	US		0	America/New_York	39.19062	-82.76045	193	Brocks Corner,Brox Corner,Springer,Springers		OH	079	37856	
4507170	Brookhill	brookhill	US		0	America/New_York	39.21145	-84.49717	254			OH	061	74121	
4507171	Brookover (historical)	brookover-historical	US		0	America/New_York	39.92396	-81.93402	286	Brookover (historical),Romine,Romine Mines,Romines Station		OH	119	82236	
4507172	Brookover Estates	brookover-estates	US		0	America/New_York	38.45425	-82.33876	174			OH	087	68280	
4507184	Brookside Park	brookside-park	US		0	America/New_York	39.96479	-82.80267	270			OH	049	77714	
4507185	Brookside Park Mobile Home Park	brookside-park-mobile-home-park	US		0	America/New_York	39.94978	-83.67937	337			OH	023	63226	
4507196	Brookwood Mobile Home Park	brookwood-mobile-home-park	US		0	America/New_York	39.98145	-84.00105	308			OH	023	62610	
4507205	Brown	brown	US		0	America/New_York	39.94172	-84.06744	255	Brown,Browns,Browns Station,Rex		OH	109	06110	
4507237	Browns Chapel	browns-chapel	US		0	America/New_York	39.60561	-84.45439	293	Brownrun,Browns Chapel		OH	113	29904	
4507253	Brownstown (historical)	brownstown-historical	US		0	America/New_York	39.49367	-83.10324	216	Browns,Browns Cross Roads,Brownstown (historical)		OH	141	21224	
4507317	Bryson (historical)	bryson-historical	US		0	America/New_York	39.71673	-83.9366	264			OH	057	86772	
4507354	Buck Run (historical)	buck-run-historical	US		0	America/New_York	38.98562	-83.57964	241			OH	001	71052	
4507393	Buckeye Mobile Home Park	buckeye-mobile-home-park	US		0	America/New_York	39.80089	-84.0316	268	Buckeye Mobile Home Park,Buckeye Trailer Court		OH	057	04220	
4507394	Buckeyeville	buckeyeville	US		0	America/New_York	39.95146	-81.61318	257	Buckeyeville,Dogtown,Harmony		OH	059	37786	
4507396	Buckhorn (historical)	buckhorn-historical	US		0	America/New_York	39.07285	-82.20209	178			OH	105	69372	
4507400	Buckhorn Furnace	buckhorn-furnace	US		0	America/New_York	38.73647	-82.65211	207			OH	087	21084	
4507409	Bucks Mill	bucks-mill	US		0	America/New_York	39.14174	-81.94653	199			OH	105	58646	
4507415	Bucktown (historical)	bucktown-historical	US		0	America/New_York	39.10506	-84.50494	159			OH	061	15000	
4507416	Buells (historical)	buells-historical	US		0	America/New_York	39.5223	-81.48401	185			OH	167	53452	
4507096	Brighton	brighton	US	02135	0	America/New_York	39.92868	-82.01792	239			OH	119	88084	
4507449	Bulaville	bulaville	US		0	America/New_York	38.90008	-82.18292	171			OH	053	00422	
4507468	Bunker Hill (historical)	bunker-hill-historical	US		0	America/New_York	39.10591	-82.06348	293			OH	105	04906	
4507491	Burkhart	burkhart	US		0	America/New_York	39.78924	-81.26289	277			OH	111	75497	
4507526	Burr Oaks Heights	burr-oaks-heights	US		0	America/New_York	39.71145	-83.27436	277			OH	097	63338	
4507536	Burtonville	burtonville	US		0	America/New_York	39.40506	-83.81437	311	Burtonville,Records		OH	027	78302	
4507539	Busenbark	busenbark	US		0	America/New_York	39.46561	-84.4855	195	Busenbanks,Busenbarcks,Busenbark		OH	017	69498	
4507549	Businessburg	businessburg	US		0	America/New_York	39.93146	-80.85037	252	Businessburg,Businessburgh		OH	013	48580	
4507585	Butterworth (historical)	butterworth-historical	US		0	America/New_York	39.30284	-84.25577	181	Butterworth (historical),Butterworth Station		OH	165	33068	
4507595	Byer	byer	US		0	America/New_York	39.18146	-82.63128	195	Byer,Byers,Byers Junction,Byers Station,Ellsworth,Hammond Station		OH	079	81382	
4507603	Byington	byington	US		0	America/New_York	39.08757	-83.29935	203			OH	131	50078	
4507629	Cabinville (historical)	cabinville-historical	US		0	America/New_York	39.70424	-81.72541	284			OH	115	08910	
4507640	Cadmus	cadmus	US		0	America/New_York	38.76702	-82.43682	189	Cadmus,Sprinkle's Mill		OH	053	80584	
4507748	Camba	camba	US		0	America/New_York	38.9648	-82.60516	225	Camba,Irwin's Station,Irwins Station		OH	079	28322	
4507773	Camp Bennett	camp-bennett	US		0	America/New_York	38.77313	-82.86045	165			OH	145	34020	
4507819	Camp Oyo	camp-oyo	US		0	America/New_York	38.72591	-83.1524	195			OH	145	55902	
4507840	Camp Washington	camp-washington	US		0	America/New_York	39.13617	-84.53689	155			OH	061	15000	
4507861	Campbellstown	campbellstown	US		0	America/New_York	39.78783	-84.76023	361	Campbellstown,Florence,Florence Station		OH	135	38010	
4507873	Canaanville	canaanville	US		0	America/New_York	39.32118	-81.99153	191	Canaanville,Warren Station,Warrens Station		OH	009	11220	
4507878	Canada (historical)	canada-historical	US		0	America/New_York	39.23868	-82.84378	191			OH	141	38808	
4507886	Candy Town	candy-town	US		0	America/New_York	39.47924	-82.23043	269			OH	073	80780	
4507890	Cannelville	cannelville	US		0	America/New_York	39.81396	-81.99708	227	Cannelsville,Cannelville,Connelville		OH	119	09757	
4507902	Canyon Villa Estates	canyon-villa-estates	US		0	America/New_York	39.97701	-82.51377	278			OH	089	78400	
4507909	Captina	captina	US		0	America/New_York	39.88757	-80.87093	207	Captina,Captina Mines,Captina Station,Dorsey,Dover		OH	013	86996	
4507913	Cannons Creek	cannons-creek	US		0	America/New_York	38.64897	-82.62544	215	Cannon Creek,Cannons Creek,Canon Creek,Little Cannon Creek		OH	087	24822	
4507930	Careytown	careytown	US		0	America/New_York	39.31006	-83.62909	351	Careytown,Carytown		OH	071	61588	
4507950	Carlwick (historical)	carlwick-historical	US		0	America/New_York	39.91674	-81.90124	230			OH	119	82236	
4507965	Carletonville	carletonville	US		0	America/New_York	39.01063	-81.98486	175	Carleton,Carletonville,Monkey Run		OH	105	75847	
4507973	Carmonte	carmonte	US		0	America/New_York	39.72367	-84.19661	238			OH	113	40040	
4507979	Carpenters Addition	carpenters-addition	US		0	America/New_York	39.71034	-82.60183	252	Carpenter Addition,Carpenter's Addition,Carpenters Addition		OH	045		
4507999	Cars Run (historical)	cars-run-historical	US		0	America/New_York	39.0959	-82.86656	211			OH	131	37996	
4508002	Carsey Town	carsey-town	US		0	America/New_York	39.25035	-82.0082	225	Carsey Town,Evansville,Judson		OH	009	44590	
4508008	Carter (historical)	carter-historical	US		0	America/New_York	39.56118	-81.24206	214			OH	167	45360	
4508017	Carters (historical)	carters-historical	US		0	America/New_York	39.93951	-83.36297	302			OH	097	21154	
4508028	Carthon	carthon	US		0	America/New_York	39.74896	-82.33182	249	Carthon,McElroy,McElroys,McElroys Station		OH	127	65760	
4508058	Catbird	catbird	US		0	America/New_York	38.7373	-83.55464	253			OH	001	51268	
4508073	Cawthorn	cawthorn	US		0	America/New_York	39.47701	-82.20181	210	Bessemer,Buchtel,Cawthorn		OH	073	80780	
4508074	Caywood	caywood	US		0	America/New_York	39.45674	-81.38567	186	Caywood,Caywood Station		OH	167	26810	
4508075	Cebee	cebee	US		0	America/New_York	38.51758	-82.38821	173			OH	087	86002	
4508089	Cedar Falls (historical)	cedar-falls-historical	US		0	America/New_York	39.41979	-82.52321	258			OH	073	05578	
4508113	Cedar Hills	cedar-hills	US		0	America/New_York	39.94673	-83.88882	324			OH	023	29862	
4508115	Cedar Mills	cedar-mills	US		0	America/New_York	38.82313	-83.39269	173			OH	001	09722	
4508124	Cedar Fork	cedar-fork	US		0	America/New_York	39.08618	-83.31824	210			OH	131	50078	
4508144	Cedron	cedron	US		0	America/New_York	38.80618	-84.05493	165			OH	025	28224	
4508167	Center (historical)	center-historical	US		0	America/New_York	39.78535	-81.45873	269	Center (historical),Perryopolis		OH	121	12994	
4508168	Center Bend	center-bend	US		0	America/New_York	39.59396	-81.68124	189	Center,Center Bend,Centerbend,Centre Bend		OH	115	12980	
4508187	Center Station	center-station	US		0	America/New_York	38.67841	-82.66266	198	Center,Center Station,Centre Station,Ort		OH	087	21084	
4508201	Centerview (historical)	centerview-historical	US		0	America/New_York	39.54452	-81.03455	189	Centerview (historical),Centre View,Cochrans Landing,Cochransville		OH	111	37898	
4508284	Chadwick (historical)	chadwick-historical	US		0	America/New_York	39.5123	-81.75041	274			OH	115	86016	
4508292	Chalfants	chalfants	US		0	America/New_York	39.86923	-82.28515	257	Chalfant,Chalfant Station,Chalfants,Chalfants Station,Chalfonts,Chalfunts		OH	127	36386	
4508306	Chaneyville (historical)	chaneyville-historical	US		0	America/New_York	39.62452	-81.91264	299			OH	115	46984	
4508348	Charleston (historical)	charleston-historical	US		0	America/New_York	39.36951	-82.81934	225			OH	141	34006	
4508363	Chasetown	chasetown	US		0	America/New_York	39.16062	-83.93187	287			OH	015	61770	
4508365	Chaseville	chaseville	US		0	America/New_York	39.88618	-81.46401	307			OH	121	71352	
4508367	Chateau Estates Mobile Home Park	chateau-estates-mobile-home-park	US		0	America/New_York	39.98117	-83.92077	332			OH	023	29862	
4508383	Chenoweth	chenoweth	US		0	America/New_York	39.73117	-83.35742	291			OH	097	65480	
4508395	Cherry Grove	cherry-grove	US		4378	America/New_York	39.07256	-84.32188	266	Cherry Grove,Cherrygrove,Forrestville		OH	061	01980	
4508408	Cherry Point Mobile Home Park	cherry-point-mobile-home-park	US		0	America/New_York	39.91062	-83.74159	330			OH	023	74119	
4508410	Cherryville (historical)	cherryville-historical	US		0	America/New_York	38.61119	-82.53071	188			OH	087	00562	
4508424	Chesswood Acres	chesswood-acres	US		0	America/New_York	39.22367	-84.59383	267			OH	061	16616	
4508449	Chestnut Grove Cottage Area	chestnut-grove-cottage-area	US		0	America/New_York	39.93507	-81.42012	261			OH	059	66698	
4508464	Chevington Woods North	chevington-woods-north	US		0	America/New_York	39.93395	-82.74795	303			OH	045	80206	
4508465	Cheviot	cheviot	US		8295	America/New_York	39.157	-84.61328	277	Cheviot,Cheviot Station,Cheviott		OH	061	14128	
4508469	Cheviot Hills	cheviot-hills	US		0	America/New_York	39.89562	-83.76076	330			OH	023	74119	
4508506	Choctaw Lake	choctaw-lake	US		1546	America/New_York	39.96006	-83.48492	317	Chocktou Lake,Choctaw Lake		OH	097	72960	
4508507	Choctaw Lake Subdivision	choctaw-lake-subdivision	US		0	America/New_York	39.96423	-83.49187	331			OH	097	72960	
4508715	Churchtown	churchtown	US		0	America/New_York	39.4673	-81.5479	305	Churchtown,Uniontown		OH	167	81844	
4508721	Cilley (historical)	cilley-historical	US		0	America/New_York	39.18339	-84.77773	151	Cilley (historical),Cilleys Corners,Hunt's Grove,Hunts Grove		OH	061	84938	
4508775	Circle Hills	circle-hills	US		0	America/New_York	39.56423	-82.90879	220			OH	129	62484	
4508786	City View Heights	city-view-heights	US		0	America/New_York	39.42283	-84.55134	211			OH	017	69498	
4508853	Clarktown	clarktown	US		958	America/New_York	38.85063	-82.91128	207			OH	145	38815	
4508869	Claybank (historical)	claybank-historical	US		0	America/New_York	39.67562	-82.18404	266	Clay Bank,Claybank (historical)		OH	127	62680	
4508895	Claysburg (historical)	claysburg-historical	US		0	America/New_York	39.62644	-84.75968	313			OH	135	37590	
4508911	Clearport	clearport	US		0	America/New_York	39.62256	-82.68017	258	Abbots Store,Clear Port,Clearport		OH	045	46382	
4508913	Clearview	clearview	US		0	America/New_York	39.29591	-82.11876	244			OH	009	02750	
4508914	Clearview	clearview	US		0	America/New_York	38.44647	-82.59766	170			OH	087	61910	
4508915	Clearview Mobile Home Park	clearview-mobile-home-park	US		0	America/New_York	39.91339	-83.86049	293			OH	023	46788	
4508918	Clement	clement	US		0	America/New_York	39.74034	-84.10549	284			OH	113	67468	
4508919	Clemma (historical)	clemma-historical	US		0	America/New_York	38.63036	-82.19959	177			OH	053	57974	
4508937	Clermontville	clermontville	US		0	America/New_York	38.92229	-84.25382	157	Boat Run,Boatrun,Clermontville		OH	025	51338	
4508939	Clertoma	clertoma	US		0	America/New_York	39.17173	-84.28272	172			OH	025	50176	
4508957	Cliffyville (historical)	cliffyville-historical	US		0	America/New_York	39.70618	-81.33234	330			OH	121	74728	
4508977	Cline	cline	US		0	America/New_York	39.60757	-81.15928	233			OH	111	81480	
4509453	Cortsville	cortsville	US		0	America/New_York	39.79645	-83.72104	344	Cortsville,Courtsville,Selma		OH	023	31703	
4509006	Cloud (historical)	cloud-historical	US		0	America/New_York	39.72841	-81.75069	233			OH	115	08910	
4509011	Clough Heights	clough-heights	US		0	America/New_York	39.08617	-84.30022	273			OH	025	78288	
4509020	Clover Hill	clover-hill	US		0	America/New_York	39.87118	-80.92454	408	Clover Hill,Hendershot		OH	013	81088	
4509021	Clover Hill	clover-hill	US		0	America/New_York	39.77674	-82.16348	324	Clover Hill,Cloverhill		OH	127	15658	
4509035	Coal Grove	coal-grove	US		2143	America/New_York	38.50341	-82.64711	176	Coal Grove,Coalgrove,Petersburg,Petersburgh		OH	087	78974	
4509039	Coal Ridge	coal-ridge	US		0	America/New_York	39.80785	-81.57346	225	Coal Ridge,Coalridge,Hiramsburg Station		OH	121	56028	
4509070	Cockrell Run	cockrell-run	US		0	America/New_York	38.95341	-82.97906	208	Cockrell Run,Stringtown,Victor		OH	145	79170	
4509109	Colerain Heights	colerain-heights	US		0	America/New_York	39.24061	-84.598	268			OH	061	16616	
4509116	Coles Park	coles-park	US		0	America/New_York	38.78702	-83.01601	173	Cole Park,Coles Park		OH	145	81606	
4509124	Cole	cole	US		0	America/New_York	39.29896	-81.90625	188			OH	009	68238	
4509127	College Hill	college-hill	US		0	America/New_York	39.20228	-84.54717	272	College Hill,Pleasant Hill		OH	061	15000	
4509163	Columbia Center	columbia-center	US		0	America/New_York	39.9984	-82.69572	311	Columbia,Columbia Center,Columbia Centre		OH	089	61112	
4509168	Columbia Heights	columbia-heights	US		0	America/New_York	39.38839	-84.58189	213			OH	017	33012	
4509212	Comargo	comargo	US		0	America/New_York	39.29034	-84.16382	269	Comargo,Murdoch,Murdock		OH	165	33068	
4509219	Comet	comet	US		0	America/New_York	39.11591	-82.55099	224			OH	079	82712	
4509245	Compton Woods	compton-woods	US		0	America/New_York	39.23228	-84.49828	247			OH	061	86730	
4509283	Condeville	condeville	US		0	America/New_York	38.95202	-81.90847	182	Condeeville,Condeville,Condorville		OH	105	42868	
4509289	Confederate Crossroads (historical)	confederate-crossroads-historical	US		0	America/New_York	39.83674	-81.85791	237			OH	119	07398	
4509291	Congo	congo	US		0	America/New_York	39.61535	-82.12153	270			OH	127	51520	
4509293	Compton Park	compton-park	US		0	America/New_York	39.23117	-84.50717	250			OH	061	74121	
4509317	Connett	connett	US		0	America/New_York	39.41146	-82.25459	270			OH	009	86982	
4509326	Consol (historical)	consol-historical	US		0	America/New_York	39.50729	-82.18931	225			OH	073	80780	
4509330	Constitution	constitution	US		0	America/New_York	39.34813	-81.55457	183	Constitution,Gravel Bank Station,Noggletown		OH	167	80934	
4509333	Contreras	contreras	US		0	America/New_York	39.52366	-84.81162	293	Contras,Contreras		OH	017	59241	
4509338	Conway Addition	conway-addition	US		0	America/New_York	39.75146	-82.0882	236			OH	127	33964	
4509352	Cook Subdivision	cook-subdivision	US		0	America/New_York	38.79314	-82.23487	203			OH	053	31738	
4509367	Coon Crossing	coon-crossing	US		0	America/New_York	39.1559	-83.39186	305	Coon Crossing,Coons Crossing		OH	071	09736	
4509382	Coonville	coonville	US		0	America/New_York	39.3984	-82.33932	243			OH	073	74405	
4509423	Corner	corner	US		0	America/New_York	39.30896	-81.6618	210			OH	167	05438	
4509434	Cornerville	cornerville	US		0	America/New_York	39.39674	-81.37484	197	Cornerville,Netop		OH	167	47642	
4509440	Cornstalk	cornstalk	US		0	America/New_York	39.57034	-83.98577	276			OH	057	74223	
4509448	Corryville	corryville	US		0	America/New_York	39.12645	-84.52494	235			OH	061	15000	
4509449	Corryville	corryville	US		0	America/New_York	38.43564	-82.42154	177	Carryville,Corryville		OH	087	78372	
4509454	Corvin (historical)	corvin-historical	US		0	America/New_York	39.6995	-84.74162	340			OH	135	22106	
4509455	Corwin	corwin	US		441	America/New_York	39.52506	-84.07827	225	Corwin,Corwin Station,Waynesville Station		OH	165	82306	
4509461	Coryville	coryville	US		0	America/New_York	38.54369	-82.66461	190	Coryville,Old Maidsville		OH	087	78974	
4509464	Cotillion Village	cotillion-village	US		0	America/New_York	39.107	-84.64022	256			OH	061	21504	
4509468	Cornell Heights	cornell-heights	US		0	America/New_York	39.77645	-84.24022	249			OH	113	21000	
4509483	Country Haven Mobile Home Park	country-haven-mobile-home-park	US		0	America/New_York	39.89367	-84.01382	263			OH	023	06054	
4509493	County Line	county-line	US		0	America/New_York	39.74478	-84.48189	285			OH	135	41846	
4509494	County Line (historical)	county-line-historical	US		0	America/New_York	39.92089	-84.31467	272			OH	113	78625	
4509498	Country Club Acres	country-club-acres	US		0	America/New_York	39.18117	-84.37938	260			OH	061	46312	
4509499	Courtright (historical)	courtright-historical	US		0	America/New_York	39.4484	-82.9274	223			OH	141	31822	
4509506	Covedale	covedale	US		6447	America/New_York	39.12117	-84.60633	270			OH	061	15000	
4509515	Cow Run	cow-run	US		0	America/New_York	39.44785	-81.30901	212	Cow Run,Cowrun		OH	167	42196	
4509533	Cox (historical)	cox-historical	US		0	America/New_York	39.29951	-82.74073	188			OH	163	23100	
4509543	Crabapple	crabapple	US		0	America/New_York	39.87896	-80.99482	285			OH	013	81088	
4509545	Cozaddale	cozaddale	US		0	America/New_York	39.27145	-84.16188	254	Cozaddale,Spences Station		OH	165	33068	
4509547	Crabill Road Farms	crabill-road-farms	US		0	America/New_York	39.87784	-83.77465	320			OH	023	74119	
4509569	Cranenest	cranenest	US		0	America/New_York	39.72702	-81.06233	254	Cranenest,Cranes Nest		OH	111	31808	
4509575	Craver	craver	US		0	America/New_York	39.14284	-84.1791	180			OH	025	74825	
4509580	Crawford Mobile Home Park	crawford-mobile-home-park	US		0	America/New_York	39.92645	-83.65465	338			OH	023	33586	
4509605	Crescent Lake	crescent-lake	US		0	America/New_York	38.43397	-82.44599	256			OH	087	78372	
4509606	Crescentville	crescentville	US		0	America/New_York	39.30061	-84.44716	193			OH	061	74104	
4509613	Crestwood Acres	crestwood-acres	US		0	America/New_York	39.23256	-84.60495	281			OH	061	16616	
4509619	Cromley (historical)	cromley-historical	US		0	America/New_York	39.70173	-82.95463	215			OH	129	80598	
4509629	Crooked Tree	crooked-tree	US		0	America/New_York	39.63785	-81.49901	325	Croocked Tree,Crooked Tree,Crookedtree,Jacksonville		OH	121	37940	
4509660	Crossenville	crossenville	US		0	America/New_York	39.68062	-82.35626	306	Crossanville,Crossenville		OH	127	37968	
4509673	Crosstown	crosstown	US		0	America/New_York	39.09173	-84.00604	278			OH	015	74559	
4509676	Crosswick	crosswick	US		0	America/New_York	39.54395	-84.07882	264	Crosswick,Crosswicks		OH	165	82306	
4509681	Cross Keys (historical)	cross-keys-historical	US		0	America/New_York	39.58924	-81.23011	322	Cross Keys (historical),Crosskeys		OH	111	06124	
4509689	Crownover Mill	crownover-mill	US		0	America/New_York	39.61895	-83.21713	246			OH	129	62008	
4509699	Crystal Lakes	crystal-lakes	US		1483	America/New_York	39.88923	-84.0266	259			OH	023	06054	
4509700	Crystal Lakes Mobile Home Park	crystal-lakes-mobile-home-park	US		0	America/New_York	39.89173	-84.02271	260			OH	023	06054	
4509722	Cumminsville	cumminsville	US		0	America/New_York	39.16395	-84.53994	158	Comminsville,Cuminsville,Cummingsville,Cumminsville,Hell Town,Helltown,Knowlton's Corner,Ludlaws Station,Ludlow,Ludlow Grove,Ludlow Station,Ludlow's Station,Ludlows Station,Northside		OH	061	15000	
4509757	Cyclorama Heights	cyclorama-heights	US		0	America/New_York	39.14061	-84.5805	268			OH	061	15000	
4509768	Dadsville	dadsville	US		0	America/New_York	39.7445	-84.50078	287			OH	135	41846	
4509776	Daleyville	daleyville	US		0	America/New_York	39.10674	-83.05379	182	Dailyville,Daleyville,Dalyville		OH	131	61434	
4509778	Dallasburg	dallasburg	US		0	America/New_York	39.27228	-84.19132	245	Dallasburg,Dallasburgh,Dallisburgh		OH	165	33068	
4509779	Dallmans Corner	dallmans-corner	US		0	America/New_York	39.182	-84.42744	241	Dallman's Corner,Dallmans Corner		OH	061	15000	
4509788	Dal-Mar Mobile Home Park	dal-mar-mobile-home-park	US		0	America/New_York	39.97062	-83.83493	281			OH	023	29862	
4509813	Darbydale	darbydale	US		793	America/New_York	39.85367	-83.18297	266			OH	049	63254	
4509817	Darbyville	darbyville	US		229	America/New_York	39.69701	-83.1138	227	Danbyville,Darbeyville,Darbyville		OH	129	53256	
4509834	Darrtown	darrtown	US		516	America/New_York	39.49561	-84.66134	225			OH	017	50162	
4509836	Dart	dart	US		0	America/New_York	39.48619	-81.27428	192			OH	167	42196	
4509882	Day Heights	day-heights	US		2620	America/New_York	39.17395	-84.22633	263			OH	025	49322	
4509924	Daytonview	daytonview	US		0	America/New_York	39.76895	-84.21105	237	Dayton View,Daytonview		OH	113	21000	
4509941	Dean (historical)	dean-historical	US		0	America/New_York	38.66813	-82.64738	192	Dean (historical),Dean Station,Steece		OH	087	24822	
4509944	Deadman Crossing	deadman-crossing	US		0	America/New_York	39.27257	-82.92795	194			OH	141	28420	
4509954	Deavertown	deavertown	US		0	America/New_York	39.73424	-82.03792	287	Beaver Town,Deavertown,New Market		OH	115	87066	
4509970	Deems (historical)	deems-historical	US		0	America/New_York	39.95423	-83.11658	268			OH	049	28280	
4509980	Deer Creek Village (historical)	deer-creek-village-historical	US		0	America/New_York	39.96895	-83.4777	330			OH	097	72960	
4510076	Deucher	deucher	US		0	America/New_York	39.46646	-81.19678	293			OH	167	37268	
4510098	Devola	devola	US		2652	America/New_York	39.47369	-81.47901	208	De Vola,DeVola,Devol,Devola		OH	167	53452	
4510119	Dicksonton (historical)	dicksonton-historical	US		0	America/New_York	39.64868	-82.24904	253	Dickson,Dicksonton (historical)		OH	127	62680	
4510131	Dilles Bottom	dilles-bottom	US		0	America/New_York	39.92257	-80.78175	212	Dille,Dille Station,Dillees Bottom,Dilles,Dilles Bottom,Dillie,Dillies,Dillies Bottom,Dills Bottom,Dillys,Dillys Bottom,Fort Dillies,Pipe Creek		OH	013	48580	
4510134	Dillionvale	dillionvale	US		0	America/New_York	39.22117	-84.40077	253			OH	061	75973	
4510139	Dillon Falls	dillon-falls	US		0	America/New_York	39.97285	-82.05597	220	Dillon,Dillon Falls,Dillons Falls,Dillons Furnace		OH	119	26502	
4510145	Dills	dills	US		0	America/New_York	39.2434	-83.21685	212			OH	141	61308	
4510180	Doanville	doanville	US		0	America/New_York	39.43507	-82.19126	201	Doanville,Nyo		OH	009	86982	
4510181	Dobbston	dobbston	US		0	America/New_York	38.55369	-82.42599	270	Dobbston,Dobbstown		OH	087	86002	
4510191	Dodds	dodds	US		0	America/New_York	39.49395	-84.15327	296	Dodd's,Dodds		OH	165	15700	
4510203	Dodo	dodo	US		0	America/New_York	39.98339	-83.99271	313	Dido,Dodo		OH	023	62610	
4510205	Dodsonville	dodsonville	US		0	America/New_York	39.20229	-83.81465	303			OH	071	22204	
4510220	Doherty	doherty	US		0	America/New_York	39.80896	-81.30928	271	Daugherty,Doherty,Dougherty		OH	111	71349	
4510228	Dolly Varden	dolly-varden	US		0	America/New_York	39.84256	-83.69242	329	Dolly Varden,Foosland		OH	023	46354	
4510236	Doneys (historical)	doneys-historical	US		0	America/New_York	39.9584	-82.9049	238	Cedarhurst,Doneys (historical)		OH	049	84742	
4510245	Dorcas	dorcas	US		0	America/New_York	38.9723	-81.88958	177	Dorcas,Dorcus		OH	105	75847	
4510248	Dornbusch	dornbusch	US		0	America/New_York	39.24728	-84.60189	266			OH	061	16616	
4510249	Dorney (historical)	dorney-historical	US		0	America/New_York	39.55784	-82.94101	215			OH	129	62484	
4510254	Dorsey (historical)	dorsey-historical	US		0	America/New_York	39.91813	-80.91648	245			OH	013	81088	
4510294	Drakes	drakes	US		0	America/New_York	39.59396	-82.12709	236			OH	127	51520	
4510307	Drinkle	drinkle	US		0	America/New_York	39.59117	-82.72822	333	Brinkle,Drinkle,Mechanicsburg		OH	045	15686	
4510775	Eckmansville	eckmansville	US		0	America/New_York	38.8659	-83.6427	300			OH	001	82012	
4510379	Duch Addition	duch-addition	US		0	America/New_York	39.94174	-81.4154	262			OH	059	66698	
4510401	Duffy	duffy	US		0	America/New_York	39.64397	-80.87204	195	Duffy,Texas		OH	111	57988	
4510407	Dumontville	dumontville	US		0	America/New_York	39.77729	-82.61627	302	Dumontsville,Dumontville,Gesellville,Gessellville		OH	045	32060	
4510434	Dunfee (historical)	dunfee-historical	US		0	America/New_York	39.97091	-80.83509	297	Dunfee (historical),Ramsey		OH	013	48580	
4510439	Dunham	dunham	US		0	America/New_York	39.3348	-81.62791	198			OH	167	22918	
4510451	Dunkinsville	dunkinsville	US		0	America/New_York	38.8559	-83.4713	187	Duncanville,Dunkinsville		OH	001	58366	
4510490	Durgan	durgan	US		0	America/New_York	39.00813	-82.36682	207			OH	053	36848	
4510509	Dwyer	dwyer	US		0	America/New_York	39.67923	-84.21216	225			OH	113	49392	
4510521	Dyesville	dyesville	US		0	America/New_York	39.12813	-82.22987	189			OH	105	16924	
4510531	Eagle City	eagle-city	US		0	America/New_York	39.977	-83.83465	282	Bakers Mill,Eagle City,Eagle Mills		OH	023	29862	
4510537	Eagle Mills	eagle-mills	US		0	America/New_York	39.32868	-82.69211	195			OH	163	23100	
4510545	Eagleport	eagleport	US		0	America/New_York	39.73729	-81.91541	207	Eagleport,Eaglesport		OH	115	06964	
4510557	East Batavia Heights	east-batavia-heights	US		0	America/New_York	39.07812	-84.15382	254	East Batavia Heights,Summit		OH	025	04157	
4510573	East Clayton	east-clayton	US		0	America/New_York	39.45451	-82.27043	214	Bretland,Brettland,Clayton,East Clayton,Lick Run,Lick Run Station		OH	009	86982	
4510575	East Columbus	east-columbus	US		0	America/New_York	39.98506	-82.92768	246			OH	049	18000	
4510578	East Danville	east-danville	US		0	America/New_York	39.1159	-83.71909	321	East Danville,Straight Cut,Straight Out,Straight Out Station,Winkle		OH	071	32970	
4510579	East Dayton	east-dayton	US		0	America/New_York	39.76673	-84.14716	234			OH	113	21000	
4510622	East Hamilton	east-hamilton	US		0	America/New_York	39.38422	-84.54328	188			OH	017	33012	
4510628	East Letart	east-letart	US		0	America/New_York	38.90619	-81.88347	213			OH	105	42868	
4510633	East Madisonville	east-madisonville	US		0	America/New_York	39.16173	-84.38188	184			OH	061	15000	
4510637	East Millersport	east-millersport	US		0	America/New_York	39.90367	-82.50877	277			OH	045	80570	
4510638	East Millfield	east-millfield	US		0	America/New_York	39.43229	-82.08876	205			OH	009	22414	
4510639	East Monroe	east-monroe	US		0	America/New_York	39.35867	-83.49881	293	East Monroe,Monroe		OH	071	26026	
4510644	East Norwood	east-norwood	US		0	America/New_York	39.41702	-81.42845	195			OH	167	47628	
4510647	East Portsmouth (historical)	east-portsmouth-historical	US		0	America/New_York	38.75563	-82.91128	170			OH	145	64304	
4510648	East Price Hill	east-price-hill	US		0	America/New_York	39.11006	-84.56383	261			OH	061	15000	
4510650	East Ringgold	east-ringgold	US		0	America/New_York	39.66951	-82.86101	299	East Ringgold,Ringgold,Ringold		OH	129	80598	
4510653	East Ripley	east-ripley	US		0	America/New_York	38.73952	-83.84159	158			OH	015	78232	
4510659	East Shore Cottage Area	east-shore-cottage-area	US		0	America/New_York	39.93896	-81.40984	272			OH	059	66698	
4510674	East Wahlsburg	east-wahlsburg	US		0	America/New_York	38.91118	-83.85909	279			OH	015	28210	
4510676	Eastburn (historical)	eastburn-historical	US		0	America/New_York	39.10424	-82.75573	198	Eastburn (historical),Hartley		OH	079	43204	
4510679	East Union	east-union	US		0	America/New_York	39.76785	-81.40067	234	East Union,McCleary		OH	121	74728	
4510704	Eastmoor	eastmoor	US		0	America/New_York	39.96784	-82.91101	240			OH	049	18000	
4510707	Eastmoor Subdivision	eastmoor-subdivision	US		0	America/New_York	39.59645	-82.9324	213			OH	129	15070	
4510713	Eastview Heights	eastview-heights	US		0	America/New_York	39.95562	-83.77215	314			OH	023	51912	
4510728	Ebenezer	ebenezer	US		0	America/New_York	39.84227	-84.6969	349			OH	135	51548	
4510762	Eber	eber	US		0	America/New_York	39.57284	-83.47131	305			OH	047	78316	
4510769	Ebush (historical)	ebush-historical	US		0	America/New_York	39.31118	-83.11991	217			OH	141	78008	
4510772	Echo Point	echo-point	US		0	America/New_York	39.94174	-81.4054	260			OH	059	66698	
4510790	Eden Park	eden-park	US		0	America/New_York	38.7748	-82.94212	178			OH	145	15560	
4510809	Edgewater Beach	edgewater-beach	US		0	America/New_York	39.92534	-82.41071	292			OH	089	43456	
4510810	Edgewater Park	edgewater-park	US		0	America/New_York	39.90812	-82.88268	227			OH	049	46410	
4510812	Edgewood (historical)	edgewood-historical	US		0	America/New_York	39.54589	-84.13688	303			OH	165	15700	
4510815	Edgewood Farms	edgewood-farms	US		0	America/New_York	39.95506	-83.79409	319			OH	023	74118	
4510819	Edgewood Mobile Home Park	edgewood-mobile-home-park	US		0	America/New_York	39.90339	-83.88521	302			OH	023	46788	
4510826	Edmunds Switch	edmunds-switch	US		0	America/New_York	38.80813	-82.75933	184	Edmunds,Edmunds Switch		OH	145	06992	
4510827	Edna (historical)	edna-historical	US		0	America/New_York	38.97258	-82.40849	187			OH	053	36848	
4510830	Edoma Trail Subdivision	edoma-trail-subdivision	US		0	America/New_York	38.9223	-82.36126	208			OH	053	65228	
4510842	Edwina	edwina	US		0	America/New_York	39.71563	-81.15539	243			OH	111	82208	
4510854	Eifort	eifort	US		0	America/New_York	38.83341	-82.65294	205	Eifort,Eifort Switch,Lifort,Lime Switch Station		OH	145	06992	
4510860	Eightmile	eightmile	US		0	America/New_York	39.03451	-84.33272	149			OH	061	01980	
4510866	Eileen Gardens	eileen-gardens	US		0	America/New_York	39.10034	-84.61772	270			OH	061	21504	
4510872	Elden (historical)	elden-historical	US		0	America/New_York	39.00397	-81.8068	224	Elden (historical),Elder		OH	105	42336	
4510886	Elenor	elenor	US		0	America/New_York	39.17701	-84.19688	268			OH	025	49322	
4510915	Elk Fork	elk-fork	US		0	America/New_York	39.28257	-82.46821	240			OH	163	24892	
4510920	Elk Lick	elk-lick	US		0	America/New_York	39.02673	-84.12966	200			OH	025	04157	
4510921	Elk Lick (historical)	elk-lick-historical	US		0	America/New_York	39.02784	-84.13105	222			OH	025	04157	
4510940	Ellenora	ellenora	US		0	America/New_York	39.08339	-84.37466	216			OH	061	15000	
4510943	Ellerton	ellerton	US		0	America/New_York	39.67756	-84.30939	228	Cottersburg,Ellerton,Gettersburg		OH	113	52010	
4510949	Elliott Crossroads	elliott-crossroads	US		0	America/New_York	39.5309	-81.94375	314	Elliot,Elliott,Elliott Crossroads,Elliotts Cross Roads,Elliotts Crossroads		OH	115	36092	
4510972	Ellisonville	ellisonville	US		0	America/New_York	38.60452	-82.64683	205	Ellison,Ellisonville		OH	087	24822	
4510989	Elmville	elmville	US		0	America/New_York	39.06507	-83.45186	247	Elmville,Eltville		OH	071	09736	
4510996	Elmwood Place	elmwood-place	US		2164	America/New_York	39.18728	-84.488	158	Elmwood,Elmwood Place		OH	061	25186	
4511016	Emerald	emerald	US		0	America/New_York	39.00118	-83.65742	304			OH	001	85890	
4511022	Emerson Heights	emerson-heights	US		0	America/New_York	39.43507	-81.44151	221			OH	167	47628	
4511034	Ellsberry	ellsberry	US		0	America/New_York	38.67924	-83.72103	177	Ellsberry,Ellsburg,Ellsbury,Elsberry,Taylorsville		OH	015	36834	
4511080	English Woods	english-woods	US		0	America/New_York	39.13978	-84.55689	239			OH	061	15000	
4511081	Englishville	englishville	US		0	America/New_York	39.11285	-82.60683	215			OH	079	16336	
4511082	Eno	eno	US		0	America/New_York	38.9723	-82.23709	197			OH	053	52094	
4511090	Enon Heights Mobile Home Park	enon-heights-mobile-home-park	US		0	America/New_York	39.89784	-83.89688	300			OH	023	46788	
4511092	Enon Mobile Home Park	enon-mobile-home-park	US		0	America/New_York	39.88006	-83.93854	274			OH	023	46788	
4511113	Epworth Heights	epworth-heights	US		0	America/New_York	39.24923	-84.27883	217			OH	025	49322	
4511117	Equity	equity	US		0	America/New_York	39.55896	-81.57568	201	Equity,Equity Station,Fairplay		OH	167	00338	
4511168	Eustis (historical)	eustis-historical	US		0	America/New_York	39.37117	-82.97435	201			OH	141	74129	
4511186	Evans Heights	evans-heights	US		0	America/New_York	38.80397	-82.22126	208			OH	053	29218	
4511188	Euphemia	euphemia	US		0	America/New_York	39.85422	-84.53884	297			OH	135	33992	
4511196	Evendale	evendale	US		2767	America/New_York	39.25617	-84.418	181			OH	061	25802	
4511216	Evertonville	evertonville	US		0	America/New_York	38.68563	-83.68909	213	Everton,Evertonville		OH	001	74069	
4511228	Ewington	ewington	US		0	America/New_York	39.00952	-82.35293	207			OH	053	36848	
4511250	Fair Oak (historical)	fair-oak-historical	US		0	America/New_York	38.9959	-84.17494	268			OH	025	51338	
4511254	Fair Place	fair-place	US		0	America/New_York	38.44703	-82.33043	171			OH	087	68280	
4511284	Fairfield Acres	fairfield-acres	US		0	America/New_York	38.82508	-82.27571	208			OH	053	31738	
4511285	Fairfield Beach	fairfield-beach	US		1292	America/New_York	39.9159	-82.47516	283			OH	045	80570	
4511365	Fairview (historical)	fairview-historical	US		0	America/New_York	39.64701	-82.95212	210			OH	129	15077	
4511439	Fairway Oaks	fairway-oaks	US		0	America/New_York	39.31479	-82.1507	224			OH	009	02750	
4511440	Fairway Terrace Mobile Home Park	fairway-terrace-mobile-home-park	US		0	America/New_York	39.86089	-84.04938	253			OH	023	06054	
4511441	Fairwind Acres	fairwind-acres	US		0	America/New_York	39.24395	-84.35855	253			OH	061	51716	
4511485	Fallsville (historical)	fallsville-historical	US		0	America/New_York	39.29229	-83.63131	342			OH	071	61588	
4511510	Fashion Heights	fashion-heights	US		0	America/New_York	39.11395	-84.61633	273			OH	061	21504	
4511513	Fawcett	fawcett	US		0	America/New_York	38.86702	-83.40519	254			OH	001	48888	
4511516	Faxon Hills	faxon-hills	US		0	America/New_York	39.13256	-84.43772	204			OH	061	15000	
4511518	Fayal (historical)	fayal-historical	US		0	America/New_York	39.10786	-81.81374	232			OH	105	58282	
4511536	Federal	federal	US		0	America/New_York	39.45202	-81.98931	203	Federal,Federal Creek,Federalton,Mouth of Federal Creek		OH	009	01770	
4511548	Feightner (historical)	feightner-historical	US		0	America/New_York	39.41256	-82.74711	343			OH	141	16630	
4511587	Fernald	fernald	US		0	America/New_York	39.27561	-84.68967	161	Fernald,Fernald Station		OH	061	19470	
4511593	Fernell Heights	fernell-heights	US		0	America/New_York	39.11173	-84.28883	262			OH	025	78288	
4511598	Ferristown	ferristown	US		0	America/New_York	39.2359	-83.92382	298	Cedarville,Ferristown		OH	015	61770	
4511599	Ferry	ferry	US		0	America/New_York	39.58034	-84.10438	299	Clio,Ferry		OH	057	75201	
4511605	Fernbank	fernbank	US		0	America/New_York	39.12561	-84.70245	155	Fern Bank,Fernback,Fernbank		OH	061	15000	
4511641	Finney	finney	US		0	America/New_York	39.11895	-84.78856	150	Finney,Finney Station		OH	061	49364	
4511642	Finneytown	finneytown	US		12741	America/New_York	39.20034	-84.5205	271	Finnetytown,Finneytown		OH	061	15000	
4511654	Firebrick	firebrick	US		0	America/New_York	38.83924	-82.64544	204	Fire Brick,Firebrick,Spencer		OH	087	81396	
4511657	Firemans Park	firemans-park	US		0	America/New_York	39.92701	-82.44321	274			OH	127	76659	
4511926	Five Forks	five-forks	US		0	America/New_York	38.61452	-82.56071	259			OH	087	00562	
4511943	Fivemile	fivemile	US		0	America/New_York	39.10562	-83.93132	290	Five Mile,Fivemile		OH	015	31696	
4511957	Flag	flag	US		0	America/New_York	39.68646	-81.30484	220			OH	121	24878	
4511961	Flag Spring	flag-spring	US		0	America/New_York	38.72397	-82.45571	202			OH	053	80584	
4511972	Flat Iron	flat-iron	US		0	America/New_York	39.53228	-84.24883	247			OH	165	15700	
4511987	Flatiron	flatiron	US		0	America/New_York	39.74535	-82.09764	243			OH	127	33964	
4511994	Fleatown	fleatown	US		0	America/New_York	39.99312	-82.4046	274	Flea Town,Fleatown,Van Buren,Van Burenton,Van Burentown		OH	089	43456	
4512013	Flockton	flockton	US		0	America/New_York	39.35228	-84.49078	186	Flockton,Flocton		OH	017	25984	
4512029	Fly	fly	US		0	America/New_York	39.5648	-81.00844	212	Fly,Stringtown,Tuells Ferry Landing		OH	111	37898	
4512040	Fordson Heights	fordson-heights	US		0	America/New_York	39.40839	-84.53578	190			OH	017	33012	
4512056	Forest Hills Estates	forest-hills-estates	US		0	America/New_York	39.08617	-84.32188	268			OH	061	01980	
4512072	Forest Run	forest-run	US		0	America/New_York	39.03286	-81.98069	179			OH	105	75847	
4512086	Forgy	forgy	US		0	America/New_York	39.91311	-83.9916	271	Forgy,Forgys		OH	023	06054	
4512099	Fort Gass (historical)	fort-gass-historical	US		0	America/New_York	39.21756	-84.78578	152			OH	061	84938	
4512145	Fort McKinley	fort-mckinley	US		3989	America/New_York	39.79756	-84.25355	280			OH	113	21000	
4512147	Four Mile	four-mile	US		0	America/New_York	38.98341	-82.64211	213			OH	079	28322	
4512175	Fox Acres	fox-acres	US		0	America/New_York	39.19561	-84.56994	273			OH	061	15000	
4512188	Foxhunter Lane	foxhunter-lane	US		0	America/New_York	39.23589	-84.31661	217			OH	061	76028	
4512189	Foxtown	foxtown	US		0	America/New_York	39.66869	-81.01205	237			OH	111	31808	
4512204	Franklin (historical)	franklin-historical	US		0	America/New_York	39.36395	-82.97379	201			OH	141	74129	
4512271	Frazier	frazier	US		0	America/New_York	39.87923	-81.97875	206	Frazier,Fraziers		OH	119	09757	
4512316	Fredericksdale	fredericksdale	US		0	America/New_York	39.80313	-81.42679	268	Frederickdale,Fredericksdale,Shamrock		OH	121	12994	
4512317	Frenchmens Corner (historical)	frenchmens-corner-historical	US		0	America/New_York	39.12284	-84.53522	152	Frenchman's Corners,Frenchmen's Corners,Frenchmens Corner (historical)		OH	061	15000	
4512326	Friendly Acres	friendly-acres	US		0	America/New_York	39.41035	-81.47262	253			OH	167	47628	
4512378	Fruit Hill	fruit-hill	US		3755	America/New_York	39.07562	-84.36438	221	Cedar Point,Fruit Hill,Fruithill		OH	061	01980	
4512392	Frytown	frytown	US		0	America/New_York	39.717	-84.27383	259			OH	113	38738	
4512393	Fullview Heights	fullview-heights	US		0	America/New_York	39.28118	-82.14987	239			OH	009	01112	
4512405	Funderberg (historical)	funderberg-historical	US		0	America/New_York	39.93061	-84.00049	275			OH	023	06054	
4512409	Furmandale	furmandale	US		0	America/New_York	39.34367	-84.53772	192	Furmandale,Schnapstown,Snagtown,Snaptown,Snopstown		OH	017	25970	
4512420	Galaxy Acres	galaxy-acres	US		0	America/New_York	39.24089	-84.58106	250			OH	061	16616	
4512426	Gall (historical)	gall-historical	US		0	America/New_York	39.09201	-83.46103	242			OH	071	09736	
4512433	Gallia	gallia	US		0	America/New_York	38.83091	-82.51766	198	Gallia,Gallia Furnace		OH	053	32074	
4512467	Gano	gano	US		0	America/New_York	39.30228	-84.40827	203			OH	017	83150	
4512475	Garden Acres	garden-acres	US		0	America/New_York	39.92589	-83.74326	329			OH	023	74119	
4512503	Gardner Terrace	gardner-terrace	US		0	America/New_York	38.45231	-82.33959	173			OH	087	68280	
4512520	Gasville	gasville	US		0	America/New_York	39.52896	-81.31789	235			OH	167	43386	
4512528	Gath	gath	US		0	America/New_York	39.0634	-83.80409	297	Gath,Strasbourg,Strasburg,Strausburg		OH	071	15476	
4512537	Gaysport	gaysport	US		0	America/New_York	39.80285	-81.89069	216	Bluerock,Gaysport,Graysport		OH	119	07398	
4512550	Gemmer	gemmer	US		0	America/New_York	38.7173	-83.44658	195			OH	001	31668	
4512558	Genntown	genntown	US		0	America/New_York	39.46034	-84.17077	286	Genn Town,Genntown,Gerintown		OH	165	77868	
4512595	Gephart	gephart	US		0	America/New_York	38.78674	-82.79434	210	Gephart,Gepharts,Gepharts Station,Ketter,Lilly,Lily		OH	145	06992	
4512609	Georgesville	georgesville	US		0	America/New_York	39.8909	-83.22186	269	Georgesville,Georgeville,Pleasant		OH	049	63254	
4512630	Germany	germany	US		0	America/New_York	39.00285	-82.90545	199	German,Germany,Germany Siding		OH	131	78512	
4512636	Gernon (historical)	gernon-historical	US		0	America/New_York	39.11867	-84.20938	169	Baldwin,Baldwins,Gernon (historical)		OH	025	04157	
4512650	Ghormley (historical)	ghormley-historical	US		0	America/New_York	39.40951	-83.3788	269	Ghormley (historical),Ghormleys,Gomerleys		OH	047	82166	
4512654	Getaway	getaway	US		0	America/New_York	38.48675	-82.46793	172	Getaway,Gidiway,Russells Place,Unionville		OH	087	78372	
4512669	Gieringer	gieringer	US		0	America/New_York	39.19783	-84.73717	153			OH	061	49364	
4512676	Gibisonville	gibisonville	US		0	America/New_York	39.49979	-82.56655	336	Gibesonville,Gibisonville		OH	073	42056	
4512684	Gillivan	gillivan	US		0	America/New_York	39.98867	-83.33686	298			OH	097	38696	
4512692	Gilmore Heights	gilmore-heights	US		0	America/New_York	38.84869	-82.14626	173			OH	053	00422	
4512703	Ginghamsburg	ginghamsburg	US		0	America/New_York	39.92978	-84.19939	289	Ginghamsburg,Ginghamsburgh,Ginhamsburg		OH	109	51492	
4512709	Gist Settlement	gist-settlement	US		0	America/New_York	39.3159	-83.64714	348	Darktown,Gist Settlement		OH	071	61588	
4512711	Givens	givens	US		0	America/New_York	39.05313	-82.92434	201	Bum Town,Given,Givens,Givens Station		OH	131	04710	
4512742	Glass	glass	US		0	America/New_York	39.54869	-81.12928	328			OH	167	31276	
4512745	Glass Rock	glass-rock	US		0	America/New_York	39.87729	-82.28904	252	Glass Rock,Glassrock		OH	127	36386	
4512749	Glen Ebon	glen-ebon	US		0	America/New_York	39.40424	-82.1907	218	Glen Ebon,Glen Edon		OH	009	86982	
4512750	Glen Este	glen-este	US		0	America/New_York	39.09895	-84.25799	261	Glen Este,Gleneste		OH	025	78288	
4512761	Glen Nell	glen-nell	US		0	America/New_York	39.14757	-82.62127	204			OH	079	81382	
4512763	Glen Ridge Acres	glen-ridge-acres	US		0	America/New_York	39.10284	-84.26744	250			OH	025	78288	
4512766	Glen Roy	glen-roy	US		0	America/New_York	39.11257	-82.57961	233	Glen Roy,Glenroy		OH	079	16336	
4512772	Glencoe Estates	glencoe-estates	US		0	America/New_York	39.96117	-83.76604	323			OH	023	74118	
4512787	Glendon	glendon	US		0	America/New_York	39.5084	-83.55075	312	Glendon,Rattle Snake,Rattlesnake		OH	047	18154	
4512799	Glenroy	glenroy	US		0	America/New_York	38.41147	-82.50988	170			OH	087	26782	
4512805	Glenwood (historical)	glenwood-historical	US		0	America/New_York	39.21673	-84.33105	188			OH	061		
4512825	Glen Summitt	glen-summitt	US		0	America/New_York	38.94702	-82.32404	231	Glen Summitt,Glenn,Glenns		OH	053	52094	
4512842	Goes	goes	US		0	America/New_York	39.76673	-83.91604	267	Goe's Station,Goes,Goes Station		OH	057	86786	
4512862	Golf Manor	golf-manor	US		3583	America/New_York	39.18728	-84.44633	201			OH	061	30786	
4512864	Golfway Acres	golfway-acres	US		0	America/New_York	39.20756	-84.56606	264			OH	061	74121	
4512925	Goose Run (historical)	goose-run-historical	US		0	America/New_York	39.49396	-82.15154	227			OH	009	77420	
4512926	Goosetown (historical)	goosetown-historical	US		0	America/New_York	39.37118	-82.60544	315			OH	163	38136	
4513041	Grainthorpe (historical)	grainthorpe-historical	US		0	America/New_York	39.27367	-84.433	177			OH	061	71892	
4513056	Grandview Estates	grandview-estates	US		0	America/New_York	38.82814	-82.20431	192			OH	053	29218	
4513057	Grandview Heights	grandview-heights	US		7328	America/New_York	39.97979	-83.04074	236			OH	049	31304	
4513068	Grange Hall	grange-hall	US		0	America/New_York	39.6334	-83.18519	259	Deer Creek,Grange Hall		OH	129	51534	
4513094	Grape Grove	grape-grove	US		0	America/New_York	39.71645	-83.68159	334	Grape Grove,Grapegrove		OH	057	68630	
4513124	Gravelotte (historical)	gravelotte-historical	US		0	America/New_York	39.152	-84.32355	163			OH	061	16882	
4513136	Gray (historical)	gray-historical	US		0	America/New_York	39.74951	-82.96046	218			OH	129	33978	
4513142	Greasy Ridge	greasy-ridge	US		0	America/New_York	38.64536	-82.42099	275	Greasy Ridge,Greasyridge		OH	087	48174	
4513192	Green Acres	green-acres	US		0	America/New_York	38.79508	-82.24293	208			OH	053	31738	
4513193	Green Acres	green-acres	US		0	America/New_York	39.12257	-82.98851	175			OH	131	61434	
4513204	Green Hedges	green-hedges	US		0	America/New_York	39.877	-83.81576	319			OH	023	74119	
4513216	Green Meadows	green-meadows	US		2327	America/New_York	39.86895	-83.94438	272			OH	023	46788	
4513306	Greenfield Village	greenfield-village	US		0	America/New_York	39.20367	-84.52467	260			OH	061	74121	
4513309	Greenhills	greenhills	US		3593	America/New_York	39.26811	-84.523	245	Green Hills,Greenhills		OH	061	32158	
4513703	Harbor Hills	harbor-hills	US		1509	America/New_York	39.93673	-82.43515	283			OH	089	43456	
4513335	Greenlawn Village	greenlawn-village	US		0	America/New_York	39.9595	-83.79604	316			OH	023	74118	
4513337	Greenmont	greenmont	US		0	America/New_York	39.72089	-84.12772	274	Greenmont,Watervelt,Watervleit,Watervliet		OH	113	40040	
4513344	Greens Run	greens-run	US		0	America/New_York	39.46452	-82.11376	204			OH	009	77420	
4513347	Greentree Corners	greentree-corners	US		0	America/New_York	39.46256	-84.26716	259	Green Tree,Greentree Corners		OH	165	77868	
4513374	Greggs Hill	greggs-hill	US		0	America/New_York	39.09451	-82.97295	186			OH	131	71171	
4513381	Griffith (historical)	griffith-historical	US		0	America/New_York	39.72367	-82.95713	218			OH	129	33978	
4513388	Grimes (historical)	grimes-historical	US		0	America/New_York	38.68063	-83.45463	158			OH	001	51268	
4513402	Grosvenor	grosvenor	US		0	America/New_York	39.33285	-82.13098	207	Grosvenor,Grovenor		OH	009	02750	
4513405	Grooms	grooms	US		0	America/New_York	39.02035	-83.27519	372			OH	001	28196	
4513414	Grove City Country Club	grove-city-country-club	US		0	America/New_York	39.85062	-83.0713	246			OH	049	37772	
4513462	Gunnerville	gunnerville	US		0	America/New_York	39.58367	-83.7627	317	Gunnersville,Gunnerville		OH	057	38626	
4513463	Gurneyville	gurneyville	US		0	America/New_York	39.51478	-83.87687	322	Guerneyville,Gurneyville		OH	027	43064	
4513486	Hackney	hackney	US		0	America/New_York	39.63257	-81.67707	276	Elizabeth,Hackney		OH	115	12980	
4513497	Hageman	hageman	US		0	America/New_York	39.39006	-84.26494	204	Camp Hageman,Camp Hagerman,Hageman,Hageman Station,Hagerman		OH	165	78610	
4513500	Hagerty (historical)	hagerty-historical	US		0	America/New_York	39.66895	-82.95713	211			OH	129	80598	
4513503	Hagler	hagler	US		0	America/New_York	39.58812	-83.51381	315	Hagler,Hagler Station,Heglers,Heglers Station		OH	047	38598	
4513531	Hales Creek	hales-creek	US		0	America/New_York	38.81119	-82.67544	200	Hale's Creek,Hales Creek,Halescreek		OH	145	06992	
4513542	Halley (historical)	halley-historical	US		0	America/New_York	38.65314	-82.22959	201			OH	053	57974	
4513549	Halliday Heights	halliday-heights	US		0	America/New_York	38.8023	-82.21737	207			OH	053	29218	
4513556	Halls Valley (historical)	halls-valley-historical	US		0	America/New_York	39.66479	-81.94153	269	Hall's Valley,Halls Valley (historical)		OH	115	21182	
4513562	Hamburg (historical)	hamburg-historical	US		0	America/New_York	39.5834	-82.10264	227			OH	127	51520	
4513606	Hamilton Meadows	hamilton-meadows	US		0	America/New_York	39.85284	-82.97824	223			OH	049	33026	
4513630	Hamley Run	hamley-run	US		0	America/New_York	39.39757	-82.16931	201			OH	009	22414	
4513643	Hampton Woods	hampton-woods	US		0	America/New_York	39.97839	-83.94299	328			OH	023	62610	
4513649	Hanesville	hanesville	US		0	America/New_York	39.0373	-82.21848	194			OH	105	69904	
4513654	Hanging Rock	hanging-rock	US		218	America/New_York	38.56008	-82.721	165			OH	087	33054	
4513660	Hanersville	hanersville	US		0	America/New_York	38.83564	-82.21515	171			OH	053	29218	
4513676	Hanover (historical)	hanover-historical	US		0	America/New_York	39.42839	-84.64634	260	Hanover (historical),Hanover Station		OH	017	33250	
4513684	Happy Corners	happy-corners	US		0	America/New_York	39.84728	-84.31161	293	Happy Corner,Happy Corners		OH	113	15644	
4513692	Happy Homes	happy-homes	US		0	America/New_York	39.9959	-82.62211	327			OH	089	33894	
4513696	Happy Valley Mobile Home Park	happy-valley-mobile-home-park	US		0	America/New_York	39.97173	-83.83687	281			OH	023	29862	
4513697	Har-Win Acres	har-win-acres	US		0	America/New_York	39.96034	-82.53183	286			OH	089	78400	
4513700	Happy Hours Addition	happy-hours-addition	US		0	America/New_York	38.76897	-82.86906	165			OH	145	64206	
4513715	Harewood Acres	harewood-acres	US		0	America/New_York	39.19561	-84.38522	264			OH	061	75973	
4513725	Harlan Park	harlan-park	US		0	America/New_York	39.52784	-84.38744	198			OH	017	49840	
4513731	Harmar	harmar	US		0	America/New_York	39.41035	-81.46151	186			OH	167	47628	
4513748	Harley	harley	US		0	America/New_York	39.85312	-82.68795	265	Harley,Harley's,Yelrah,Yelrak		OH	045	43120	
4513757	Harmony Estates Mobile Home Park	harmony-estates-mobile-home-park	US		0	America/New_York	39.92756	-83.66992	337			OH	023	33586	
4513783	Harries	harries	US		0	America/New_York	39.77811	-84.13883	232	Harries,Harries Station,Harriesville,Harshman,Harshmansville,Harshmanville		OH	113	21000	
4513785	Harriett	harriett	US		0	America/New_York	39.1209	-83.48881	302	Cravensville,Harriet,Harriett,Squashtown		OH	071	48034	
4513786	Harriettsville	harriettsville	US		0	America/New_York	39.63146	-81.33762	202	Harrietsville,Harriettsville,Harriotsville		OH	121	24878	
4513812	Harrison Furnace	harrison-furnace	US		0	America/New_York	38.8298	-82.88239	215			OH	145	34020	
4513822	Harrison Mills	harrison-mills	US		0	America/New_York	38.83202	-82.80795	172			OH	145	34020	
4513848	Harshasville	harshasville	US		0	America/New_York	38.90813	-83.54436	220	Harshasville,Harshaville,Harshville		OH	001	58366	
4513864	Hartleyville	hartleyville	US		0	America/New_York	39.54396	-82.1032	215			OH	009	77420	
4513926	Havensport	havensport	US		0	America/New_York	39.81006	-82.67294	256			OH	045	32060	
4513929	Hawk Subdivision	hawk-subdivision	US		0	America/New_York	38.82536	-82.24487	198			OH	053	31738	
4513964	Hays Corner	hays-corner	US		0	America/New_York	39.79672	-84.36689	290	Hays Corner,Hays Store		OH	113	77504	
4513978	Hazelwood, Blue Ash	hazelwood-blue-ash	US		0	America/New_York	39.26638	-84.36444	258	Hazel Wood,Hazelwood Village,Hazelwood  Blue Ash,Hazlewood		OH	061	07300	
4513984	Hazael	hazael	US		0	America/New_York	39.04897	-81.80486	177			OH	105	42336	
4513990	Hearthstone	hearthstone	US		0	America/New_York	39.74228	-84.13327	270			OH	113	21000	
4513996	Hebardville	hebardville	US		0	America/New_York	39.25341	-82.16792	227	Hebardsville,Hebardville,Hebbardsville,Hebeardsville,Hubbardsville		OH	009	01112	
4514026	Hedgewood	hedgewood	US		0	America/New_York	38.81397	-82.20931	178			OH	053	29218	
4514029	Heglers (historical)	heglers-historical	US		0	America/New_York	39.45701	-83.2513	243	Hagler,Heglers (historical)		OH	141	18238	
4514046	Hemlock Grove	hemlock-grove	US		0	America/New_York	39.12091	-81.9857	226	Hemlock Grove,Hoyttown		OH	105	04906	
4514062	Hennessee (historical)	hennessee-historical	US		0	America/New_York	39.84061	-83.99216	262			OH	057	04220	
4514063	Hennessey (historical)	hennessey-historical	US		0	America/New_York	39.83117	-83.87715	314	Hennesee,Hennesse,Hennessee,Hennessey (historical)		OH	023	46788	
4514064	Hennings Mill	hennings-mill	US		0	America/New_York	39.01423	-84.03049	273	Henning's Mills,Hennings Mill,Hennings Mills		OH	025	85302	
4514086	Herlan	herlan	US		0	America/New_York	39.80868	-81.29373	263	Herla,Herlan,Herlans,Kuhn,Kulm		OH	111	71349	
4514097	Heslop	heslop	US		0	America/New_York	39.51591	-81.28428	206			OH	167	42196	
4514100	Hestoria	hestoria	US		0	America/New_York	38.73396	-83.83631	158			OH	015	78232	
4514121	Hickory Grove Cottage Area	hickory-grove-cottage-area	US		0	America/New_York	39.94229	-81.41345	263			OH	059	66698	
4514140	Hickoryville	hickoryville	US		0	America/New_York	39.46562	-83.99549	293			OH	165	48216	
4514141	Hicks	hicks	US		0	America/New_York	39.35839	-84.05604	235	Hick Station,Hicks		OH	165	33474	
4514155	Hide-A-Way Hills	hide-a-way-hills	US		794	America/New_York	39.65479	-82.4771	287	Hide-A-Way Hills,Hideaway Hills		OH	073	47740	
4514159	Hiett	hiett	US		0	America/New_York	38.72146	-83.72353	244	Fizzleville,Heitt,Hiett		OH	015	36834	
4514162	Higby	higby	US		0	America/New_York	39.19618	-82.86629	181	Higby,Higby's,Higbys		OH	141	28420	
4514197	Highland Bend	highland-bend	US		0	America/New_York	38.7723	-82.87017	169			OH	145	64206	
4514220	Highland Park Estates	highland-park-estates	US		0	America/New_York	39.29174	-82.15626	237			OH	009	02750	
4514225	Highland Station	highland-station	US		0	America/New_York	39.3359	-83.59325	329	Highland Station,New Lexington Station		OH	071	26026	
4514228	Highpoint	highpoint	US		1503	America/New_York	39.28839	-84.35022	265	High Point,Highpoint		OH	061	75973	
4514245	Hill Craft Acres	hill-craft-acres	US		0	America/New_York	39.08062	-84.28494	280			OH	025	78288	
4514256	Hill Top Acres	hill-top-acres	US		0	America/New_York	39.22422	-84.49605	259	Hill Top Acres,Hilltop Acres		OH	061	86730	
4514258	Hillcrest	hillcrest	US		0	America/New_York	39.40339	-84.25438	223			OH	165	78610	
4514269	Hillman (historical)	hillman-historical	US		0	America/New_York	38.83063	-83.87409	239			OH	015	63212	
4514274	Hills (historical)	hills-historical	US		0	America/New_York	39.17923	-83.04157	246			OH	131	61434	
4514317	Hilltop Subdivision	hilltop-subdivision	US		0	America/New_York	38.82619	-82.20154	201			OH	053	29218	
4514320	Hilton (historical)	hilton-historical	US		0	America/New_York	38.73119	-82.28543	185			OH	053	33824	
4514331	Hiramsburg	hiramsburg	US		0	America/New_York	39.80841	-81.59568	293	Hiramsburg,Hiramsburgh		OH	121	56028	
4514343	Hoadley	hoadley	US		0	America/New_York	38.78119	-82.57155	276			OH	053	32074	
4514350	Hoboken (historical)	hoboken-historical	US		0	America/New_York	39.5584	-82.10348	216			OH	127	51520	
4514351	Hobson Junction	hobson-junction	US		0	America/New_York	38.98369	-82.07903	173	Hobson Junction,Hobson Station		OH	105	70114	
4514357	Hocking	hocking	US		0	America/New_York	39.36785	-82.26571	225			OH	009	81777	
4514416	Hohman	hohman	US		0	America/New_York	39.54119	-81.17761	344			OH	167	45360	
4514423	Holiday Hills	holiday-hills	US		0	America/New_York	39.93062	-83.74715	318			OH	023	74119	
4514424	Holiday Hills	holiday-hills	US		0	America/New_York	38.71897	-82.21237	173			OH	053	15462	
4514429	Holiday Valley	holiday-valley	US		1510	America/New_York	39.85617	-83.96854	262			OH	023	46788	
4514437	Holiday Acres	holiday-acres	US		0	America/New_York	39.20311	-84.383	258			OH	061	75973	
4514443	Hollis (historical)	hollis-historical	US		0	America/New_York	38.72036	-82.32487	208			OH	053	33824	
4514448	Hollowtown	hollowtown	US		0	America/New_York	39.11173	-83.78159	314	Hollowtown,Ridings		OH	071	15476	
4514454	Hollywood Estates	hollywood-estates	US		0	America/New_York	39.21172	-84.5355	252	Greenup,Hollywood Estates		OH	061	15000	
4514455	Hollywood by the Lake	hollywood-by-the-lake	US		0	America/New_York	39.92784	-82.51099	270			OH	089	78400	
4514532	Hollandia View	hollandia-view	US		0	America/New_York	39.92395	-83.64159	349			OH	023	33586	
4514536	Home Orchards	home-orchards	US		0	America/New_York	39.95895	-83.78604	323			OH	023	74118	
4514537	Home Park	home-park	US		0	America/New_York	38.4487	-82.36098	178			OH	087	68280	
4514543	Home (historical)	home-historical	US		0	America/New_York	39.02478	-84.3166	151			OH	025	62540	
4514546	Honesty	honesty	US		0	America/New_York	39.58757	-81.4854	240			OH	121	37940	
4514550	Honey Creek Village Mobile Home Park	honey-creek-village-mobile-home-park	US		0	America/New_York	39.99061	-84.01299	314			OH	023	62610	
4514562	Honolulu (historical)	honolulu-historical	US		0	America/New_York	39.16756	-83.83715	304			OH	071	69862	
4514567	Hooks Corner	hooks-corner	US		0	America/New_York	39.82117	-84.14494	257			OH	113	67468	
4514580	Hooksburg	hooksburg	US		0	America/New_York	39.58368	-81.78374	195	Hooksburg,Hooksburgh,Hooksville		OH	115	86016	
4514581	Hooven (historical)	hooven-historical	US		0	America/New_York	39.52256	-82.93601	221			OH	129	62484	
4514595	Hope Ridge (historical)	hope-ridge-historical	US		0	America/New_York	39.79035	-81.12344	342			OH	111	12966	
4514605	Hopetown	hopetown	US		0	America/New_York	39.37867	-82.97518	199	Barley Forks,Hope,Hopetown		OH	141	74129	
4514655	Horeb	horeb	US		0	America/New_York	38.90341	-82.61211	263			OH	079	38654	
4514662	Horne (historical)	horne-historical	US		0	America/New_York	39.75924	-82.09375	230	Harne,Horne (historical)		OH	127	33964	
4514666	Horner Hill	horner-hill	US		0	America/New_York	39.1048	-82.09931	231			OH	105	69372	
4514671	Horns Mill	horns-mill	US		0	America/New_York	39.6509	-82.55016	243	Clark Crossing,Clarks Crossing,Eckert Mill,Horn's Mill,Horns Mill,Ream Mill		OH	045	05956	
4514683	Hoskinsville	hoskinsville	US		0	America/New_York	39.77118	-81.59207	238	Hoskinsville,Hoskinville		OH	121	56028	
4514690	Houck Meadows	houck-meadows	US		0	America/New_York	39.84506	-83.93215	290			OH	023	46788	
4514746	Huber Heights	huber-heights	US		38176	America/New_York	39.84395	-84.12466	284	Khabehr Khehjts,hwbr hayts,hywbr hayts  awhayw,Хабэр Хэйтс,هوبر هايتس,هیوبر هایتس، اوهایو,وین ٹاؤن شپ، مونٹگمری کاؤنٹی، اوہائیو		OH	113	36610	
4514751	Huber Mobile Home Park	huber-mobile-home-park	US		0	America/New_York	39.82145	-84.08855	269			OH	057	04220	
4514766	Huffeysville (historical)	huffeysville-historical	US		0	America/New_York	39.81811	-84.07438	247			OH	057	04220	
4514768	Hue	hue	US		0	America/New_York	39.38701	-82.50516	321	Hite,Hue		OH	163	75854	
4514788	Hulington	hulington	US		0	America/New_York	38.98868	-84.15882	263			OH	025	51338	
4514820	Huntcrest Acres	huntcrest-acres	US		0	America/New_York	39.08117	-84.33633	255			OH	061	01980	
4514823	Hunter (historical)	hunter-historical	US		0	America/New_York	39.82785	-81.63513	315	Hunter (historical),Hunters		OH	121	09162	
4514833	Hunterdon	hunterdon	US		0	America/New_York	39.51035	-82.12153	223			OH	009	77420	
4514868	Hustead	hustead	US		0	America/New_York	39.84062	-83.86298	315	Houston,Hustead		OH	023	31703	
4514902	Idaho	idaho	US		0	America/New_York	39.08812	-83.14185	177			OH	131	61392	
4514909	Idlewood	idlewood	US		0	America/New_York	39.14867	-84.47411	203			OH	061	15000	
4514910	Idlewood Manor	idlewood-manor	US		0	America/New_York	39.94645	-82.83212	248			OH	049	18000	
4514912	Ilesboro	ilesboro	US		0	America/New_York	39.43479	-82.45321	318	Ilesboro,Ilesborough,Ilesburgh,Isleborough,Islesboro,Islesborough		OH	073	81354	
4514961	Hyland	hyland	US		0	America/New_York	38.41342	-82.51488	169			OH	087	26782	
4514976	Indian Hill	indian-hill	US		0	America/New_York	39.16006	-84.37688	225			OH	061		
4514987	Indian Hill	indian-hill	US		0	America/New_York	39.18089	-84.34522	260			OH	061		
4515008	Indian Valley Estates	indian-valley-estates	US		0	America/New_York	39.86006	-83.93493	271			OH	023	46788	
4515016	Ingham (historical)	ingham-historical	US		0	America/New_York	39.31396	-82.29654	212	Ingham (historical),Ingham Station,Inghams		OH	009	81777	
4515251	Ironton Junction	ironton-junction	US		0	America/New_York	39.09646	-82.55683	223			OH	079	82712	
4515260	Irvington (historical)	irvington-historical	US		0	America/New_York	38.9409	-83.55103	250			OH	001	71052	
4515266	Ironspot	ironspot	US		0	America/New_York	39.81868	-82.06125	232	Beem City,Del Carbo,Iron Spot,Ironspot		OH	119	55608	
4515294	Iva Dale Subdivision	iva-dale-subdivision	US		0	America/New_York	38.85619	-82.14681	172			OH	053	00422	
4515296	Ivorydale	ivorydale	US		0	America/New_York	39.17756	-84.49633	161	Ivorydale,Ludlow,Ludlow Grove		OH	061	69470	
4515297	Ivorydale Junction	ivorydale-junction	US		0	America/New_York	39.17006	-84.50411	152			OH	061	69470	
4515299	Ixworth (historical)	ixworth-historical	US		0	America/New_York	39.36672	-84.54411	187			OH	017	33012	
4515319	Jackson (historical)	jackson-historical	US		0	America/New_York	39.95562	-81.93291	260			OH	119	81522	
4515362	Jackson Special	jackson-special	US		0	America/New_York	39.99341	-81.57346	243	Jackson Special,Nicholson,Nicholsons		OH	059	11003	
4515430	Jarvis	jarvis	US		0	America/New_York	39.36951	-82.89018	227			OH	141	74129	
4515440	Jasper Mills	jasper-mills	US		0	America/New_York	39.51867	-83.52047	303	Jasper,Jasper Mills,Jasper Station,Selden		OH	047	38388	
4515444	Jaybird	jaybird	US		0	America/New_York	38.93952	-83.29824	195	Jay Bird,Jaybird,Mineral Springs,Mineral Springs Station		OH	001	28196	
4515462	Jefferson Estates	jefferson-estates	US		0	America/New_York	39.56673	-82.9524	214			OH	129	62484	
4515512	Jerles (historical)	jerles-historical	US		0	America/New_York	39.73868	-81.29511	334			OH	111	28357	
4515545	Jimtown	jimtown	US		0	America/New_York	39.3534	-82.72295	200	Jimtown,Pike Run		OH	163	23100	
4515551	Jobs	jobs	US		0	America/New_York	39.50035	-82.17904	220	Job's,Jobs		OH	073	80780	
4515564	Joe (historical)	joe-historical	US		0	America/New_York	39.64729	-82.40765	239			OH	073	47740	
4515577	Joetown	joetown	US		0	America/New_York	39.66563	-81.92597	341	Joe Town,Joetown		OH	115	46984	
4515593	Johns Creek (historical)	johns-creek-historical	US		0	America/New_York	38.67119	-82.56877	204			OH	087	00562	
4515624	Johnsville	johnsville	US		0	America/New_York	39.74533	-84.42356	295	Johnsville,Priggs		OH	113	61966	
4515634	Jones (historical)	jones-historical	US		0	America/New_York	39.32922	-84.503	206	Jones (historical),Jones Station,Muhlhauser,Mulhauser		OH	017	25970	
4515641	Jones Corner	jones-corner	US		0	America/New_York	38.8198	-83.29241	188			OH	001	38486	
4515645	Jones Farm	jones-farm	US		0	America/New_York	39.24645	-84.33938	226			OH	061	51716	
4515693	Junior Furnace	junior-furnace	US		0	America/New_York	38.62313	-82.80906	174			OH	145	31836	
4515700	Kachelmacher (historical)	kachelmacher-historical	US		0	America/New_York	39.53646	-82.27737	215			OH	073	31780	
4515708	Kanauga	kanauga	US		175	America/New_York	38.8423	-82.14709	174	Fair Haven,Fairhaven,Kanauga,Premiere Villa		OH	053	29218	
4515728	Karen Woods	karen-woods	US		0	America/New_York	39.88478	-83.87743	312			OH	023	46788	
4515745	Keith	keith	US		0	America/New_York	39.65674	-81.5629	225	Keith,Keiths,Keiths Mills		OH	121	37940	
4515769	Kelsey (historical)	kelsey-historical	US		0	America/New_York	39.96452	-80.91509	412	Kelsey (historical),Kelseys Station		OH	013	72736	
4515785	Kennedy Heights	kennedy-heights	US		0	America/New_York	39.18561	-84.40827	238	Kennedy,Kennedy Heights		OH	061	15000	
4515793	Kennonsburg	kennonsburg	US		0	America/New_York	39.91507	-81.37567	268	Kennonsburg,Kennonsburgh		OH	121	82250	
4515797	Kennvale	kennvale	US		0	America/New_York	38.64869	-83.13657	161			OH	145	55902	
4515802	Kenricksville	kenricksville	US		0	America/New_York	39.55117	-84.16549	308			OH	165	15700	
4515803	Kenridge	kenridge	US		0	America/New_York	39.25034	-84.37494	250			OH	061	07300	
4515815	Kenwood Heights	kenwood-heights	US		0	America/New_York	39.90673	-83.78159	315			OH	023	74118	
4515817	Kenwood Hills	kenwood-hills	US		0	America/New_York	39.16728	-84.38216	266			OH	061	46312	
4515818	Kenwood Knolls	kenwood-knolls	US		0	America/New_York	39.21673	-84.37522	248			OH	061	75973	
4515837	Kerrs Run	kerrs-run	US		0	America/New_York	39.03008	-82.00431	176			OH	105	70114	
4515840	Kessler	kessler	US		0	America/New_York	39.97783	-84.29022	280			OH	109	78456	
4515843	Kettering	kettering	US		55525	America/New_York	39.6895	-84.16883	307	Kehttering,Ketering,Kettering,katrngh,keteoling,ktryng  awhayw,Кетеринг,Кеттеринг,Кэттеринг,كاترنغ,کترینگ، اوهایو,کیٹرنگ، اوہائیو,케터링		OH	113	40040	
4515856	Key	key	US		0	America/New_York	39.97507	-80.87009	387	Bethel,Key		OH	013	48580	
4515877	Kilgore Estates	kilgore-estates	US		0	America/New_York	39.13701	-82.97351	191			OH	131	61434	
4515882	Kilvert	kilvert	US		0	America/New_York	39.34535	-81.88236	195			OH	009	68238	
4515891	Kilmer	kilmer	US		0	America/New_York	39.60341	-81.37845	206			OH	121	38766	
4515895	Kincaid Springs	kincaid-springs	US		0	America/New_York	39.10229	-83.26435	193	Big Springs,Kincaid Springs		OH	131	50078	
4515924	Kingfred (historical)	kingfred-historical	US		0	America/New_York	39.54478	-83.34603	277			OH	047	78316	
4515937	Kings Mine	kings-mine	US		0	America/New_York	39.99007	-81.48456	259	Guild,King Mines,Kings Mine,Kings Mines		OH	059	12938	
4515945	Kingsgate Commons	kingsgate-commons	US		0	America/New_York	39.97617	-83.78187	311			OH	023	74118	
4515952	Kingsville (historical)	kingsville-historical	US		0	America/New_York	39.74672	-84.28161	292			OH	113	77504	
4515960	Kinnikinnick	kinnikinnick	US		0	America/New_York	39.4259	-82.95268	201	Crouses Mills,Kinnickinick,Kinnickinnic,Kinnickinnick,Kinnikinic,Kinnikinnick		OH	141	31822	
4515964	Kiousville	kiousville	US		0	America/New_York	39.79728	-83.29464	285	Kiousville,Warrensville		OH	097	26068	
4515985	Kitchen	kitchen	US		0	America/New_York	38.8698	-82.54266	202			OH	079	46466	
4515988	Kitchener (historical)	kitchener-historical	US		0	America/New_York	39.50784	-84.15966	291	Kitchener (historical),Kitchner		OH	165	15700	
4516000	Klocks Crossing	klocks-crossing	US		0	America/New_York	39.25673	-83.83743	308			OH	027	38542	
4516007	Knockemstiff	knockemstiff	US		0	America/New_York	39.26784	-83.11907	211	Glenn Shade,Knockemstiff,Shady Glenn		OH	141	36890	
4516011	Knollwood	knollwood	US		0	America/New_York	39.73339	-84.06716	278	Hawkers,Knollwood		OH	057	04724	
4516013	Knollwood Village	knollwood-village	US		0	America/New_York	39.62173	-82.89962	238			OH	129	81550	
4516018	Knowltons Corner	knowltons-corner	US		0	America/New_York	39.15839	-84.53911	149	Knowltons Corner,Ludlows Station		OH	061	15000	
4516039	Kozy Corners	kozy-corners	US		0	America/New_York	39.56867	-83.20158	259			OH	129	62008	
4516044	Kramers Addition	kramers-addition	US		0	America/New_York	39.84645	-82.80267	234	Kramer's Addition,Kramers Addition		OH	049	46410	
4516051	Kreitzer Corner	kreitzer-corner	US		0	America/New_York	39.75978	-84.443	302	Kreitzer Corner,Kreitzer Corners,Kreizer Corners		OH	113	61966	
4516067	Kyger	kyger	US		0	America/New_York	38.98147	-82.15487	183	Kyger,Kygerville		OH	053	13946	
4516078	Kyles	kyles	US		0	America/New_York	39.41617	-84.40772	216	Kyle,Kyle Station,Kyle's Station,Kyles		OH	017	43050	
4516084	La Mar Heights	la-mar-heights	US		0	America/New_York	39.31202	-82.1032	199			OH	009	02750	
4516086	LaFeuille Terrace	lafeuille-terrace	US		0	America/New_York	39.13561	-84.5905	256			OH	061	15000	
4516127	Lake Darby	lake-darby	US		4592	America/New_York	39.95728	-83.2288	282			OH	049	64570	
4516180	Lake View Heights	lake-view-heights	US		0	America/New_York	39.10729	-83.03046	228			OH	131	61434	
4516203	Lakeview Acres	lakeview-acres	US		0	America/New_York	39.94839	-83.6627	339			OH	023	63226	
4516221	Lagonda	lagonda	US		0	America/New_York	39.93506	-83.77632	292			OH	023	74118	
4516248	Landen	landen	US		6782	America/New_York	39.312	-84.28299	248			OH	165	21238	
4516285	Lashley	lashley	US		0	America/New_York	39.91868	-81.4004	267	Lashley,Lashley Addition,Owl's Nest		OH	121	82250	
4516290	Latrobe (historical)	latrobe-historical	US		0	America/New_York	39.07007	-82.51405	245			OH	079	50624	
4516297	Lattaville	lattaville	US		0	America/New_York	39.34812	-83.2063	271	Lattas,Lattasville,Lattaville		OH	141	18238	
4516321	Laurel Homes	laurel-homes	US		0	America/New_York	39.11117	-84.52605	158			OH	061	15000	
4516340	Lawco	lawco	US		0	America/New_York	38.63952	-82.70211	185			OH	087	24822	
4516359	Lawrence Furnace	lawrence-furnace	US		0	America/New_York	38.64425	-82.67433	183			OH	087	24822	
4516372	Lawshe	lawshe	US		0	America/New_York	38.94063	-83.46964	192			OH	001	48888	
4516375	Lawton (historical)	lawton-historical	US		0	America/New_York	39.89201	-81.87124	217			OH	119	70170	
4516377	Lawyerdale Estates	lawyerdale-estates	US		0	America/New_York	39.10478	-84.35161	244			OH	061	01980	
4516382	Layhigh	layhigh	US		0	America/New_York	39.36172	-84.69606	280	Layhigh,Lehigh		OH	017	68616	
4516383	Layman	layman	US		0	America/New_York	39.40341	-81.7243	288			OH	167	26096	
4516386	Layne	layne	US		0	America/New_York	39.91284	-83.77465	311			OH	023	74118	
4516391	Le Mae	le-mae	US		0	America/New_York	38.44564	-82.33209	169			OH	087	68280	
4516392	Le Sourdsville	le-sourdsville	US		0	America/New_York	39.44034	-84.42994	196	Le Sourdsville,Lesourdsville,Scourdsville		OH	017	42672	
4516399	Lawnview	lawnview	US		0	America/New_York	38.83091	-82.20876	177			OH	053	29218	
4516407	Leaper	leaper	US		0	America/New_York	38.6823	-82.27015	201			OH	053	33824	
4516433	Lecta	lecta	US		0	America/New_York	38.66925	-82.3771	208			OH	087	48174	
4516441	Lees Creek	lees-creek	US		0	America/New_York	39.42006	-83.64937	335	Centerville,Centre,Centreville,Lees Creek,Leescreek		OH	027	82124	
4516462	Leith	leith	US		0	America/New_York	39.45535	-81.15039	188			OH	167	37268	
4516464	Leistville	leistville	US		0	America/New_York	39.52978	-82.83879	266	Camp Charlotte,Leistville		OH	129	70184	
4516466	Lelan (historical)	lelan-historical	US		0	America/New_York	39.45478	-84.17855	275	Leelan,Leeland,Lelan (historical),Leland		OH	165	42364	
4516492	Lerado	lerado	US		0	America/New_York	39.17479	-84.00827	286	Brownsville,Brownville,Lerado,Logtown		OH	025	37716	
4516495	Letart Falls	letart-falls	US		0	America/New_York	38.89286	-81.92403	180	Letart Falls,Letartsville,Letartville		OH	105	42868	
4516503	Levanna	levanna	US		0	America/New_York	38.76646	-83.88381	155	Lavana,Lavina,Lavinia,Levana,Levanna		OH	015	78232	
4516505	Lesmil	lesmil	US		0	America/New_York	39.1584	-82.57072	235	Lesmil,Summit		OH	079	81382	
4516507	Lewis (historical)	lewis-historical	US		0	America/New_York	39.48063	-82.02348	261			OH	115	36092	
4516508	Lewis (historical)	lewis-historical	US		0	America/New_York	39.88146	-82.03958	216			OH	119	55608	
4516533	Liars Corner	liars-corner	US		0	America/New_York	39.39979	-82.10431	301	Liars Corner,Mount Nebo		OH	009	22414	
4516625	Lickskillet	lickskillet	US		0	America/New_York	39.25007	-82.80962	198			OH	141	43302	
4516627	Licking View	licking-view	US		0	America/New_York	39.95396	-82.03319	215			OH	119	26502	
4516648	Lilly Chapel	lilly-chapel	US		0	America/New_York	39.88895	-83.28158	297	Gilroy,Lilley Chapel,Lilly Chapel,Lily Chapel		OH	097	26068	
4516659	Limecrest	limecrest	US		0	America/New_York	39.88867	-83.80771	320			OH	023	74119	
4516663	Limestone (historical)	limestone-historical	US		0	America/New_York	38.9548	-82.52905	209			OH	079	07090	
4516664	Limestone City	limestone-city	US		0	America/New_York	39.912	-83.8766	292			OH	023	46788	
4516671	Lincoln Court	lincoln-court	US		0	America/New_York	39.10784	-84.52578	157			OH	061	15000	
4516677	Lincoln Heights	lincoln-heights	US		3357	America/New_York	39.23895	-84.4555	181			OH	061	43722	
4516678	Lincoln Heights	lincoln-heights	US		0	America/New_York	39.02647	-82.04875	251			OH	105	70114	
4516701	Lincoln Village	lincoln-village	US		9032	America/New_York	39.95479	-83.13074	277			OH	049	64570	
4516704	Lindair Acres	lindair-acres	US		0	America/New_York	39.88784	-83.90993	308			OH	023	46788	
4516714	Lindenhall	lindenhall	US		0	America/New_York	39.70284	-84.12772	286	Linden Hall,Lindenhall,Roslyn		OH	113	40040	
4516715	Lindenwald	lindenwald	US		0	America/New_York	39.37228	-84.55911	182	Lindenwald,Lindenwald Station		OH	017	33012	
4516730	Linnville	linnville	US		0	America/New_York	39.95534	-82.34182	286	Linnville,Linville,Lynnville		OH	089	07944	
4516734	Linscott (historical)	linscott-historical	US		0	America/New_York	39.4609	-82.04348	310			OH	115	36092	
4516765	Little Bethlehem	little-bethlehem	US		0	America/New_York	39.12089	-84.51133	256	Little Bethlehem,The Hole		OH	061	15000	
4516770	Little Buck (historical)	little-buck-historical	US		0	America/New_York	39.10117	-84.53355	147			OH	061	15000	
4516777	Little Center	little-center	US		0	America/New_York	39.48228	-83.86965	303			OH	027	78302	
4516779	Little Chicago	little-chicago	US		0	America/New_York	39.72229	-82.95268	218			OH	129	33978	
4516874	Little Walnut	little-walnut	US		0	America/New_York	39.68423	-82.97101	210			OH	129	80598	
4516929	Lockdale	lockdale	US		0	America/New_York	38.4148	-82.50932	169			OH	087	26782	
4516931	Lockland	lockland	US		3426	America/New_York	39.22922	-84.45772	177	Lokland,lwkland,Локланд,لوكلاند		OH	061	44366	
4516942	Lockville	lockville	US		0	America/New_York	39.81867	-82.7335	246	Lockville,Talbot,Talbott		OH	045	06950	
4516945	Lockville Station	lockville-station	US		0	America/New_York	39.83367	-82.74406	244			OH	045	80206	
4516951	Locust Corner	locust-corner	US		0	America/New_York	39.02479	-84.27549	263	Locust Corner,Lucas Corner,Pleasant Hill		OH	025	62540	
4516974	Locust Lake	locust-lake	US		0	America/New_York	39.02645	-84.23327	268			OH	025	62540	
4516975	Locust Ridge	locust-ridge	US		0	America/New_York	38.99201	-84.00715	277	Locust Ridge,Locustridge		OH	015	62596	
4516976	Locustgrove	locustgrove	US		0	America/New_York	39.88756	-83.75437	317	Locust Grove,Locustgrove,Lucust Grove		OH	023	74119	
4516993	Logan Elm Village	logan-elm-village	US		1118	America/New_York	39.56978	-82.95185	214			OH	129	15077	
4517006	Lombardsville	lombardsville	US		0	America/New_York	38.82091	-83.13296	220	Lombardsville,Lombardville		OH	145	78554	
4517008	Lombardy Heights	lombardy-heights	US		0	America/New_York	39.84923	-82.80573	235			OH	049	46410	
4517090	Longstreth	longstreth	US		0	America/New_York	39.49813	-82.22015	215			OH	073	80780	
4517092	Longview Heights	longview-heights	US		0	America/New_York	39.30257	-82.0882	306			OH	009	02750	
4517094	Longvue	longvue	US		0	America/New_York	39.42313	-81.43873	220			OH	167	47628	
4517112	Losantville Triangle	losantville-triangle	US		0	America/New_York	39.12839	-84.50217	245			OH	061	15000	
4517117	Lost Run (historical)	lost-run-historical	US		0	America/New_York	39.55424	-82.23182	247			OH	073	80780	
4517118	Lottridge	lottridge	US		0	America/New_York	39.2273	-81.89736	224			OH	009	12336	
4517125	Louden	louden	US		0	America/New_York	39.02674	-83.45269	239	Louden,Loudon,Loudon Grove,Loudoun,Lovett,Lovetts		OH	001	08350	
4517142	Loveland Park	loveland-park	US		1523	America/New_York	39.29978	-84.26327	222			OH	165	21238	
4517172	Lower Newport	lower-newport	US		0	America/New_York	39.35202	-81.34512	192			OH	167	55356	
4517175	Lower Price Hill	lower-price-hill	US		0	America/New_York	39.10534	-84.55161	157			OH	061	15000	
4517202	Lucasburg	lucasburg	US		0	America/New_York	39.95452	-81.56929	259			OH	059	37786	
4517229	Luhrig	luhrig	US		0	America/New_York	39.33341	-82.1832	207	Lowry,Luhrig		OH	009	81777	
4517231	Luke Chute	luke-chute	US		0	America/New_York	39.53813	-81.71958	205	Luke Chute,Lukes Chute		OH	167	81774	
4517255	Luttleton (historical)	luttleton-historical	US		0	America/New_York	39.16701	-83.78881	310			OH	071	69862	
4517272	Lynnview	lynnview	US		0	America/New_York	39.23617	-84.55689	243			OH	061	52752	
4517279	Lyonsdale (historical)	lyonsdale-historical	US		0	America/New_York	39.73285	-82.13737	264			OH	127	33964	
4517281	Lyra	lyra	US		0	America/New_York	38.73841	-82.73767	205	Andre Station,Hayward,Hayward Station,Hayward's Station,Haywards Station,Lyra		OH	145	79828	
4517283	Lysander	lysander	US		0	America/New_York	39.28507	-82.0457	242			OH	009	11220	
4517299	Mabee Corner	mabee-corner	US		0	America/New_York	38.90285	-82.721	196	Mabee,Mabee Corner,Mabee's Corner,Mabees,Mabees Corner,Mabees Corners,Mabees Stand,Mapees,Marees,Mobee		OH	079	33040	
4517353	Madeira	madeira	US		8976	America/New_York	39.19089	-84.36355	231	Madeira,Maderia Station,Madiera,Medeira		OH	061	46312	
4517386	Madison Mills	madison-mills	US		0	America/New_York	39.65367	-83.33964	281	Harrison Mills,Madison Mills,Posey		OH	047	46396	
4517425	Madland (historical)	madland-historical	US		0	America/New_York	38.76341	-82.68183	193			OH	145	06992	
4517443	Mainsville	mainsville	US		0	America/New_York	39.71229	-82.24209	308	Mainsville,Mannville		OH	127	62680	
4517469	Manara	manara	US		0	America/New_York	39.60256	-83.31297	274			OH	047	47684	
4517486	Manker (historical)	manker-historical	US		0	America/New_York	38.58925	-82.51266	182			OH	087	42154	
4517494	Manor (historical)	manor-historical	US		0	America/New_York	39.5895	-84.14299	300			OH	113	81494	
4517506	Maple Corner	maple-corner	US		0	America/New_York	39.60839	-83.9066	296	Maple Corner,Maple Corners		OH	057	10856	
4517513	Maple Grove (historical)	maple-grove-historical	US		0	America/New_York	39.10479	-82.5735	229			OH	079	16336	
4517536	Maple Grove Mobile Home Park	maple-grove-mobile-home-park	US		0	America/New_York	39.84589	-83.99549	260	Maple Grove Mobile Home Park,Maple Grove Trailer Court		OH	057	04220	
4517545	Mapleshade	mapleshade	US		0	America/New_York	38.82147	-82.17653	173	Fair Grounds,Fairgrounds,Maple Shade,Mapleshade,Shepards City,Sheppard City		OH	053	29218	
4517557	Marble Cliff	marble-cliff	US		584	America/New_York	39.98673	-83.06157	243	Marble Cliff,Marblecliff		OH	049	47474	
4517558	Marble Furnace	marble-furnace	US		0	America/New_York	38.97507	-83.42741	205			OH	001	08350	
4517580	Mariemont	mariemont	US		3426	America/New_York	39.14506	-84.37438	179	Mariemont,Marimont		OH	061	47600	
4517625	Markley (historical)	markley-historical	US		0	America/New_York	39.93256	-83.5152	333			OH	097	72960	
4517626	Marlain Acres	marlain-acres	US		0	America/New_York	39.23256	-84.50411	250			OH	061	74121	
4517631	Marr	marr	US		0	America/New_York	39.62868	-81.22567	236	Marr,Marr Mills		OH	111	06124	
4517673	Martinsburg (historical)	martinsburg-historical	US		0	America/New_York	39.10646	-82.21931	181			OH	105	69904	
4517684	Mary Ellen	mary-ellen	US		0	America/New_York	39.36617	-84.21827	193	Lebanon Station,Mary Ellen,South Lebanon Station		OH	165	33068	
4517691	Marydale	marydale	US		0	America/New_York	39.29035	-82.15987	242			OH	009	02750	
4517719	Massie (historical)	massie-historical	US		0	America/New_York	38.91341	-82.79406	202			OH	145	46606	
4517724	Massieville	massieville	US		0	America/New_York	39.26507	-82.96685	188	Massie,Massieville,Waller		OH	141	70898	
4517731	Mathers Mills	mathers-mills	US		0	America/New_York	39.43145	-84.10216	206	Mather's Mill,Mathers Mills		OH	165	81690	
4517738	Matville	matville	US		0	America/New_York	39.76395	-83.10019	256			OH	129	70870	
4517745	Maustown	maustown	US		0	America/New_York	39.40561	-84.45161	247			OH	017	43050	
4517746	Max (historical)	max-historical	US		0	America/New_York	39.63396	-82.3896	314			OH	073	47740	
4517748	Maxatawney Subdivision	maxatawney-subdivision	US		0	America/New_York	38.83369	-82.21376	180			OH	053	29218	
4517751	May Hill	may-hill	US		0	America/New_York	39.01285	-83.50797	306	May Hill,Mayhill		OH	001	71052	
4517781	McAvan	mcavan	US		0	America/New_York	39.3923	-81.57401	226	McAvan,McAvan Station,McAvans		OH	167	80934	
4517814	McClimansville	mcclimansville	US		0	America/New_York	39.72867	-83.27158	277			OH	097	63338	
4517822	McCoppin Mill	mccoppin-mill	US		0	America/New_York	39.18257	-83.43853	269	Costello's Mill,McCoppin Mill,McCoppin's Mill,McCoppins Mill		OH	071	48034	
4517825	McCormick (historical)	mccormick-historical	US		0	America/New_York	38.83341	-82.35821	189			OH	053	61854	
4517840	McCoy	mccoy	US		0	America/New_York	38.91424	-82.70767	210			OH	079	33040	
4517844	McCuneville	mccuneville	US		0	America/New_York	39.62896	-82.23432	241	McCuneville,Salt Works,Tallyho		OH	127	70226	
4517848	McDaniel Crossroad	mcdaniel-crossroad	US		0	America/New_York	38.7573	-82.47877	194	McDaniel,McDaniel Crossroad,McDaniels,McDaniels Crossroads,Mcdaniel,Mcdaniels		OH	053	80584	
4517850	McDermott	mcdermott	US		434	America/New_York	38.8348	-83.0649	177			OH	145	69092	
4517853	McDonald (historical)	mcdonald-historical	US		0	America/New_York	39.53005	-84.77801	316	McDonald (historical),McDonalds		OH	017	59241	
4517876	McGaw	mcgaw	US		0	America/New_York	38.63785	-83.22463	162			OH	145	55902	
4517887	McGonigle	mcgonigle	US		0	America/New_York	39.44589	-84.68301	278	McConigle Station,McConigles,McGonigle,McGonigle Station,McGonigles Station,Mount Gonigles		OH	017	33250	
4517907	McKays	mckays	US		0	America/New_York	39.53951	-83.87715	308	McKay,McKays		OH	027	43064	
4517949	McKendree	mckendree	US		0	America/New_York	39.78589	-83.27186	285			OH	097	63338	
4517955	McLeish	mcleish	US		0	America/New_York	39.53507	-82.10209	213			OH	009	77420	
4517958	McLuney	mcluney	US		0	America/New_York	39.74035	-82.10237	250	Cluny Station,McCluney,McLuney,McLuney Station,McLuneys,McLuneys Station		OH	127	33964	
4517961	McKitterick (historical)	mckitterick-historical	US		0	America/New_York	38.90924	-82.54127	207			OH	079	46466	
4517991	Meadow Farm	meadow-farm	US		0	America/New_York	39.91423	-82.10542	240	Meadois Farm,Meadow Farm		OH	119	74125	
4517997	Meadow Lane	meadow-lane	US		0	America/New_York	39.91923	-83.75409	329			OH	023	74119	
4517999	Meadow Look	meadow-look	US		0	America/New_York	38.80258	-82.24265	206			OH	053	31738	
4518015	Mechanicsville (historical)	mechanicsville-historical	US		0	America/New_York	39.62589	-83.73131	325			OH	057	72473	
4518057	Melrose (historical)	melrose-historical	US		0	America/New_York	39.90839	-83.84382	282			OH	023	74118	
4518092	Mercerville	mercerville	US		0	America/New_York	38.66258	-82.27182	234	Breckenridge,Mercersville,Mercerville,Messersville		OH	053	32760	
4518106	Merriam	merriam	US		0	America/New_York	39.8034	-81.89986	200	Marriem Station,Merriam,Merriam Station		OH	119	33936	
4518116	Merwin	merwin	US		0	America/New_York	39.05367	-84.25605	272			OH	025	62540	
4518144	Metzger	metzger	US		0	America/New_York	39.39367	-82.95573	216			OH	141	31822	
4518150	Miami Grove	miami-grove	US		0	America/New_York	39.23478	-84.30688	168			OH	061	76028	
4518151	Miami Heights	miami-heights	US		4731	America/New_York	39.16506	-84.7205	251			OH	061	49364	
4518158	Miami Shores	miami-shores	US		0	America/New_York	39.69311	-84.24022	220	Green Castle,Greencastle,Miami Shores		OH	113	52010	
4518159	Miami Station	miami-station	US		0	America/New_York	39.217	-84.693	158	Campbells Station,Miami,Miami Station,Western Station		OH	061	16616	
4518177	Miami Villa	miami-villa	US		0	America/New_York	39.84728	-84.16994	233			OH	113	36610	
4518262	Middleton Corner	middleton-corner	US		0	America/New_York	39.58062	-83.86159	308			OH	057	10856	
4518337	Mill Grove	mill-grove	US		0	America/New_York	39.60118	-81.71291	196	Mill Grove,Millgrove		OH	115	48930	
4518356	Miller (historical)	miller-historical	US		0	America/New_York	39.56617	-82.94074	216	Gregg,Miller (historical)		OH	129	62484	
4518368	Miller Estates	miller-estates	US		0	America/New_York	38.45064	-82.35876	179			OH	087	68280	
4518383	Millers (historical)	millers-historical	US		0	America/New_York	39.58756	-82.78545	301			OH	045	15686	
4518384	Millers (historical)	millers-historical	US		0	America/New_York	39.82506	-83.14436	271			OH	049	63254	
4518402	Millertown	millertown	US		0	America/New_York	39.59979	-82.09709	279			OH	127	51520	
4518414	Millikin (historical)	millikin-historical	US		0	America/New_York	39.37367	-84.45494	249			OH	017	83150	
4518425	Mills Village	mills-village	US		0	America/New_York	38.84647	-82.2407	181			OH	053	31738	
4518441	Miltomson	miltomson	US		0	America/New_York	39.31867	-84.34327	281			OH	165	21238	
4518444	Miltonsburg	miltonsburg	US		43	America/New_York	39.83063	-81.16539	395	Miltons,Miltonsburg,Miltonsburgh		OH	111	46928	
4518446	Miltonville	miltonville	US		0	America/New_York	39.50089	-84.46078	204			OH	017	46340	
4518467	Minerton	minerton	US		0	America/New_York	39.06674	-82.40377	189			OH	163	85204	
4518484	Minnehan Bend	minnehan-bend	US		0	America/New_York	39.21062	-83.15268	265	Minahans,Minehans,Minnehan Bend		OH	141	78008	
4518488	Miracle Mile	miracle-mile	US		0	America/New_York	39.94728	-83.78326	316			OH	023	74118	
4518495	Misco	misco	US		0	America/New_York	39.72785	-82.07375	244			OH	115	87066	
4518525	Modest	modest	US		0	America/New_York	39.19312	-84.10716	268	Georgetown,Modest		OH	025	82110	
4518538	Monday	monday	US		0	America/New_York	39.49229	-82.2107	213			OH	073	80780	
4518549	Monday Creek Junction	monday-creek-junction	US		0	America/New_York	39.58201	-82.27515	220	Monday Creek,Monday Creek Junction		OH	073	26488	
4518588	Monroefield	monroefield	US		0	America/New_York	39.82063	-81.20233	376			OH	111	46928	
4518596	Monfort Heights	monfort-heights	US		11948	America/New_York	39.18839	-84.59522	273	Monfort Heights,Montfort Heights		OH	061	31752	
4518603	Montgomery Heights	montgomery-heights	US		0	America/New_York	39.23673	-84.35688	249			OH	061	51716	
4518607	Monticello (historical)	monticello-historical	US		0	America/New_York	39.90006	-82.56238	288			OH	045	80570	
4518610	Montreal (historical)	montreal-historical	US		0	America/New_York	38.4373	-82.54155	203			OH	087	26782	
4518615	Moody (historical)	moody-historical	US		0	America/New_York	38.70619	-82.30376	206			OH	053	33824	
4518626	Moore (historical)	moore-historical	US		0	America/New_York	38.79868	-83.42825	162			OH	001	76768	
4518636	Moore Junction	moore-junction	US		0	America/New_York	39.37924	-81.49846	192	Moore Junction,Moores Junction		OH	167	80934	
4518646	Moores Fork	moores-fork	US		0	America/New_York	39.19645	-84.02271	286	Logtown,Moores Fork		OH	025	82110	
4518650	Moores Junction	moores-junction	US		0	America/New_York	39.70312	-82.11626	239			OH	127	04584	
4518661	Moraine	moraine	US		6373	America/New_York	39.70617	-84.21938	225	Morajn,Morejn,mwrayn  awhayw,mwryn,Морайн,Морејн,موراین، اوهایو,مورين		OH	113	52010	
4518672	Morgan Center	morgan-center	US		0	America/New_York	38.98313	-82.26737	198	Morgan Center,Vanceton		OH	053	52094	
4518690	Morgan Place	morgan-place	US		0	America/New_York	39.86367	-84.28522	253			OH	113	25396	
4518698	Morgantown (historical)	morgantown-historical	US		0	America/New_York	39.1159	-82.60183	215			OH	079	16336	
4518705	Morning Star	morning-star	US		0	America/New_York	39.02091	-81.92347	225			OH	105	75847	
4518711	Morningside	morningside	US		0	America/New_York	39.41507	-81.42401	194			OH	167	47628	
4518730	Morgan Manor	morgan-manor	US		0	America/New_York	39.99729	-81.70763	281			OH	059	83664	
4518747	Morton Flats	morton-flats	US		0	America/New_York	38.82897	-82.26376	197			OH	053	31738	
4518754	Moscow (historical)	moscow-historical	US		0	America/New_York	39.96118	-82.46766	271			OH	089	78400	
4518765	Moss Run	moss-run	US		0	America/New_York	39.47369	-81.31484	210	Moss Run,Mossrun		OH	167	42196	
4518773	Moulton (historical)	moulton-historical	US		0	America/New_York	38.71758	-82.62766	213			OH	087	21084	
4518780	Mound Crossing	mound-crossing	US		0	America/New_York	39.50618	-82.62294	258			OH	073	42056	
4518791	Mount Adams	mount-adams	US		0	America/New_York	39.10923	-84.49605	222	Mount Adams,Mount Ida		OH	061	15000	
4518796	Mount Airy Center	mount-airy-center	US		0	America/New_York	39.16673	-84.58133	253			OH	061	15000	
4518818	Mount Blanco	mount-blanco	US		0	America/New_York	39.18841	-82.26293	241	Mount Blanco,Pegtown		OH	105	16924	
4518861	Mount Carmel Heights	mount-carmel-heights	US		0	America/New_York	39.11839	-84.30105	256			OH	025	78288	
4518872	Mount Carrick	mount-carrick	US		0	America/New_York	39.7523	-81.04677	387	Mount Caprick,Mount Carrick,Mount Garrick		OH	111	12966	
4518885	Mount Everett	mount-everett	US		0	America/New_York	39.42257	-81.47818	275			OH	167	47628	
4518886	Mount Forest Trails	mount-forest-trails	US		0	America/New_York	39.09923	-84.29938	268			OH	025	78288	
4518889	Mount Harrison	mount-harrison	US		0	America/New_York	39.11506	-84.56022	262			OH	061	15000	
4518890	Mount Healthy	mount-healthy	US		6039	America/New_York	39.23367	-84.54578	255	Mount Healthy,Mount Pleasant		OH	061	52752	
4518892	Mount Healthy Heights	mount-healthy-heights	US		3264	America/New_York	39.27033	-84.568	258			OH	061	16616	
4518933	Mount Leigh (historical)	mount-leigh-historical	US		0	America/New_York	38.95562	-83.57353	264			OH	001	71052	
4519019	Mount Pisgah	mount-pisgah	US		0	America/New_York	38.98368	-84.23188	249	Lisbon,Mount Pisgah		OH	025	57960	
4519047	Mount Repose	mount-repose	US		4672	America/New_York	39.20062	-84.22438	263			OH	025	49322	
4519050	Mount Saint John	mount-saint-john	US		0	America/New_York	39.71867	-84.09966	282			OH	057	04724	
4519117	Mount Zion (historical)	mount-zion-historical	US		0	America/New_York	38.94646	-83.59103	296			OH	001	71052	
4519183	Mount Zion Subdivision	mount-zion-subdivision	US		0	America/New_York	38.84591	-82.2457	189			OH	053	31738	
4519202	Mountview	mountview	US		0	America/New_York	39.11534	-84.66272	255			OH	061	21504	
4519204	Moxahala Park	moxahala-park	US		0	America/New_York	39.88007	-82.05458	234			OH	119	55608	
4519223	Mud Run	mud-run	US		0	America/New_York	39.88146	-81.37706	279			OH	121	71352	
4519241	Mudlick	mudlick	US		0	America/New_York	39.617	-84.39161	226			OH	113	29904	
4519263	Munks Corners	munks-corners	US		0	America/New_York	39.91784	-82.91685	231			OH	049	18000	
4519273	Murlin Heights	murlin-heights	US		0	America/New_York	39.85783	-84.19939	297	Chambersburg,Chambersburgh,Merlin Heights,Murlin Heights		OH	113	10618	
4519291	Museville	museville	US		0	America/New_York	39.78868	-81.79819	226	Muse,Museville,Toad Town,Toadtown		OH	119	48916	
4519297	Muskingum (historical)	muskingum-historical	US		0	America/New_York	39.55563	-81.22234	206			OH	167	45360	
4519308	Muskingum (historical)	muskingum-historical	US		0	America/New_York	39.8934	-82.02208	215			OH	119	55608	
4519329	Muskingum Terrace	muskingum-terrace	US		0	America/New_York	39.44396	-81.45595	195			OH	167	47628	
4519334	Musselman	musselman	US		0	America/New_York	39.36812	-83.14241	213	Musselman,Musselmans		OH	141	18238	
4519345	Muttonville	muttonville	US		0	America/New_York	39.65811	-84.68579	290			OH	135	29484	
4519346	Myers (historical)	myers-historical	US		0	America/New_York	39.89034	-83.52909	348			OH	097	78428	
4519366	Nace Corner	nace-corner	US		0	America/New_York	39.06729	-83.36241	253	Nace Corner,Naceville		OH	131	50078	
4519379	Nancy (historical)	nancy-historical	US		0	America/New_York	39.39007	-82.65933	236			OH	073	70142	
4519409	Neals Corner	neals-corner	US		0	America/New_York	38.96284	-83.9741	281	Neal's Corner,Neals Corner		OH	015	15224	
4519416	Nebraska (historical)	nebraska-historical	US		0	America/New_York	39.70423	-82.89212	224	Hedge's Store,Hedges Store,Nebraska (historical)		OH	129	80598	
4519421	Needfull	needfull	US		0	America/New_York	39.10423	-83.85937	294	Needful,Needfull		OH	071	15476	
4519424	Neel	neel	US		0	America/New_York	38.77063	-83.7152	187	Eagle Creek,Neal,Neel		OH	015	10758	
4519427	Neelysville	neelysville	US		0	America/New_York	39.62702	-81.77763	300	Neeleysville,Neeleyville,Neelysville,Neelyville,New Castle		OH	115	48930	
4519433	Nease Settlement	nease-settlement	US		0	America/New_York	39.02175	-81.95542	215			OH	105	75847	
4519463	New Antioch	new-antioch	US		0	America/New_York	39.40728	-83.74603	325			OH	027	31710	
4519485	New Burlington	new-burlington	US		0	America/New_York	39.562	-83.96549	277			OH	027	13974	
4519486	New Burlington	new-burlington	US		5069	America/New_York	39.2595	-84.55717	250	Burlington,New Burlington,Transit		OH	061	74121	
4519506	New Chicago	new-chicago	US		0	America/New_York	39.732	-84.25855	296			OH	113	38738	
4519526	New Floodwood	new-floodwood	US		0	America/New_York	39.41368	-82.18793	204	Floodwood,Floodwood Station,New Floodwood		OH	009	86982	
4519534	New Gottingen	new-gottingen	US		0	America/New_York	39.9684	-81.39873	316	New Goettengen,New Gottingen		OH	059	66698	
4519573	New Jasper	new-jasper	US		0	America/New_York	39.65423	-83.81937	313	Jasper,New Jasper		OH	057	54810	
4519616	New Mansfield	new-mansfield	US		0	America/New_York	39.32396	-82.21987	255			OH	009	81777	
4519623	New Martinsburg	new-martinsburg	US		0	America/New_York	39.39673	-83.46381	302	Martinsburg,New Martinsburg,New Martinsburgh		OH	047	61826	
4519627	New Miami	new-miami	US		2316	America/New_York	39.43478	-84.53689	181	New Miami,New River Junction		OH	017	69498	
4519634	New Moorefield	new-moorefield	US		0	America/New_York	39.992	-83.71715	320	Moorefield,Mooresfield Station,New Moorefield,New Moorfield		OH	023	51912	
4519644	New Petersburg	new-petersburg	US		0	America/New_York	39.26229	-83.44492	298	New Petersburg,New Petersburgh,Petersburg		OH	071	59500	
4519649	New Pittsburg	new-pittsburg	US		0	America/New_York	39.51451	-82.19543	234	New Pittsburg,New Pittsburgh		OH	073	80780	
4519654	New Reading	new-reading	US		0	America/New_York	39.80923	-82.34987	327	New Reading,New Redington,Obermeyersettle,Overmeyersettle,Overmeyertown,Redington		OH	127	65760	
4519668	New Rome	new-rome	US		58	America/New_York	39.95173	-83.14213	281			OH	049	64570	
4519676	New Salem (historical)	new-salem-historical	US		0	America/New_York	39.3284	-83.35825	270	New Salem (historical),New Salem Siding		OH	141	10016	
4519689	New Strasburg	new-strasburg	US		0	America/New_York	39.65201	-82.76267	282	New Strasburg,New Strassburg,New Strausburg		OH	045	01637	
4519709	New Westville	new-westville	US		0	America/New_York	39.82255	-84.79246	361	New Westville,Progress,Westville		OH	135	38010	
4519728	Newell Run	newell-run	US		0	America/New_York	39.38702	-81.26761	187	Newell Run,Newells Run,Newels Run		OH	167	55356	
4519734	Newingburg (historical)	newingburg-historical	US		0	America/New_York	39.26784	-83.10129	346			OH	141	36890	
4519742	Newfain	newfain	US		0	America/New_York	39.11979	-83.31741	248			OH	131	50078	
4519772	Nicholsville	nicholsville	US		0	America/New_York	38.9584	-84.16938	266	Feetown,Nicholsville		OH	025	51338	
4519784	Ninemile	ninemile	US		0	America/New_York	39.03951	-84.29772	168	Nine Mile,Ninemile,Pleasant Hill		OH	025	62540	
4519795	Nioga (historical)	nioga-historical	US		0	America/New_York	39.78284	-83.31881	289			OH	097	63338	
4519797	Nipgen	nipgen	US		0	America/New_York	39.19118	-83.14935	327	Coopersville,Nipgen,Possum Trot		OH	141	78008	
4519807	Noble Cottage Area	noble-cottage-area	US		0	America/New_York	39.88813	-81.38456	265			OH	121	71352	
4519839	North Berne	north-berne	US		0	America/New_York	39.70562	-82.49849	253	Berne,North Berne		OH	045	05956	
4519853	North College Hill	north-college-hill	US		9332	America/New_York	39.21839	-84.55078	251	Clarks Store,Clarksburg,Clovernook,North College Hill		OH	061	56322	
4519863	North Excello	north-excello	US		0	America/New_York	39.48978	-84.4155	193			OH	017	42672	
4519867	North Feesburg (historical)	north-feesburg-historical	US		0	America/New_York	38.9084	-83.96771	294			OH	015	15224	
4519883	North Fork Village	north-fork-village	US		1991	America/New_York	39.3359	-83.02907	201	North Folk Village,North Fork Village		OH	141	70898	
4519892	North Hill	north-hill	US		0	America/New_York	39.93117	-83.80215	295			OH	023	74118	
4519895	North Hills Estates	north-hills-estates	US		0	America/New_York	39.212	-84.52383	265			OH	061	74121	
4519897	North Kenova	north-kenova	US		0	America/New_York	38.41175	-82.57794	171			OH	087	26782	
4519898	North Kingman	north-kingman	US		0	America/New_York	39.51062	-83.94299	308			OH	027	13974	
4519902	North Moreland	north-moreland	US		0	America/New_York	38.76313	-82.93601	168			OH	145	64304	
4519910	North Riverdale	north-riverdale	US		0	America/New_York	39.79228	-84.21022	256			OH	113	21000	
4519913	North Sagamore Heights	north-sagamore-heights	US		0	America/New_York	39.21284	-84.40827	251			OH	061	75973	
4519919	North Uniontown	north-uniontown	US		0	America/New_York	39.08896	-83.48964	305	North Union,North Uniontown,Union Town,Uniontown		OH	071	37828	
4519923	North Zanesville	north-zanesville	US		2816	America/New_York	39.97868	-82.00347	274			OH	119	26502	
4519938	Northgate	northgate	US		7377	America/New_York	39.25283	-84.59245	269			OH	061	16616	
4519969	Northup	northup	US		0	America/New_York	38.78202	-82.28376	178			OH	053	31738	
4519973	Northview	northview	US		0	America/New_York	39.84311	-84.27967	292			OH	113	15644	
4519985	Northwood Park	northwood-park	US		0	America/New_York	39.62312	-82.92962	217			OH	129	15070	
4520006	Norwood Heights	norwood-heights	US		0	America/New_York	39.17506	-84.43189	211			OH	061	15000	
4520044	O'Bryonsville	o-bryonsville	US		0	America/New_York	39.13228	-84.46105	226	Dutchtown,O'Bryonsville		OH	061	15000	
4520105	Oakcrest	oakcrest	US		0	America/New_York	39.94728	-83.77104	305			OH	023	74118	
4520118	Oakgrove	oakgrove	US		0	America/New_York	39.85173	-83.8891	302			OH	023	46788	
4520119	Oakgrove (historical)	oakgrove-historical	US		0	America/New_York	38.99147	-81.90791	216			OH	105	75847	
4520127	Oakland (historical)	oakland-historical	US		0	America/New_York	39.94035	-81.97819	237	East Zanesfield,Oakland (historical)		OH	119	82236	
4520153	Oakley Square	oakley-square	US		0	America/New_York	39.15117	-84.43355	186			OH	061	15000	
4520158	Oakthorpe	oakthorpe	US		0	America/New_York	39.80562	-82.43599	278	Oakthorp,Oakthorpe		OH	045	66684	
4520170	Oakwood Park	oakwood-park	US		0	America/New_York	39.43285	-81.45012	255			OH	167	47628	
4520173	Oakwood Village	oakwood-village	US		0	America/New_York	39.96728	-83.77882	323			OH	023	74118	
4520175	Obad (historical)	obad-historical	US		0	America/New_York	38.96258	-82.3746	195			OH	053	36848	
4520177	Obetz	obetz	US		4761	America/New_York	39.87895	-82.95074	228	Obetz,Obetz Junction		OH	049	33026	
4520183	Oconorville (historical)	oconorville-historical	US		0	America/New_York	39.65924	-82.15876	254	O'Connersville,Oconorville (historical)		OH	127	63366	
4520184	Octa	octa	US		58	America/New_York	39.60395	-83.61298	318	Allentown,Octa		OH	047	38388	
4520202	Ogleton (historical)	ogleton-historical	US		0	America/New_York	39.47116	-84.73801	284	Ogleton (historical),Ogleton Station		OH	017	66096	
4520210	Ogles (historical)	ogles-historical	US		0	America/New_York	39.54062	-83.83159	310			OH	027	43064	
4520218	Ohio Furnace	ohio-furnace	US		0	America/New_York	38.60286	-82.78461	190			OH	145	31836	
4520374	Ohmer Park	ohmer-park	US		0	America/New_York	39.74173	-84.15216	283			OH	113	21000	
4520391	Okey	okey	US		0	America/New_York	38.62925	-82.36821	228			OH	087	48174	
4520395	Oklahoma (historical)	oklahoma-historical	US		0	America/New_York	39.78644	-84.63384	322			OH	135	81564	
4520396	Olbers	olbers	US		0	America/New_York	39.48285	-82.10987	286			OH	009	77420	
4520476	Old Gore	old-gore	US		0	America/New_York	39.57757	-82.30487	222	Gore Furnace,Old Gore		OH	073	26488	
4520522	Olde West Chester	olde-west-chester	US		240	America/New_York	39.33172	-84.40716	204	West Chester		OH	017	83150	
4520534	Oldtown Flats	oldtown-flats	US		0	America/New_York	38.99675	-81.84236	220	Old Town,Old Town Flats,Oldtown Flats		OH	105	42336	
4520561	Olive Furnace	olive-furnace	US		0	America/New_York	38.76174	-82.62989	206	Olive,Olive Furnace		OH	087	81396	
4520563	Olive Green	olive-green	US		0	America/New_York	39.74396	-81.61485	260	Olive Green,Olivegreen		OH	121	71826	
4520585	Olympia (historical)	olympia-historical	US		0	America/New_York	39.54117	-83.37769	288			OH	047	78316	
4520586	Olympic Hills	olympic-hills	US		0	America/New_York	39.94895	-83.78798	323			OH	023	74118	
4520598	Opera (historical)	opera-historical	US		0	America/New_York	39.90951	-82.16264	295			OH	119	36372	
4520620	Opperman	opperman	US		0	America/New_York	39.89063	-81.60068	254			OH	059	79156	
4520625	Orangeburg (historical)	orangeburg-historical	US		0	America/New_York	39.83866	-84.7469	363			OH	135	38780	
4520626	Orbiston	orbiston	US		0	America/New_York	39.48563	-82.16848	214			OH	073	80780	
4520635	Oregon Historic District	oregon-historic-district	US		0	America/New_York	39.75561	-84.18522	226	Oregon District,Oregon Historical District		OH	113	21000	
4520639	Oreton	oreton	US		0	America/New_York	39.16396	-82.41265	209			OH	163	80192	
4520641	Oreville	oreville	US		0	America/New_York	39.58479	-82.26876	230	Baird Furnace,Bairds,Bairds Furnace,Monday,Monday Creek,Oreville		OH	073	26488	
4520648	Orpheus	orpheus	US		0	America/New_York	38.96313	-82.45821	268			OH	079	07090	
4520672	Otho (historical)	otho-historical	US		0	America/New_York	39.68118	-81.69763	214			OH	115	47040	
4520723	Outville	outville	US		0	America/New_York	39.99506	-82.59572	327	Kirkersville Station,Kirksville,Outville		OH	089	33894	
4520727	Over-The-Rhine	over-the-rhine	US		0	America/New_York	39.11145	-84.51522	165			OH	061	15000	
4520772	Oxtoby (historical)	oxtoby-historical	US		0	America/New_York	39.90173	-83.69548	337	Oxtoby (historical),Oxtoby's Station,Oxtobys,Oxtobys Station		OH	023	33586	
4520782	Paddison Hills	paddison-hills	US		0	America/New_York	39.08062	-84.36049	223			OH	061	01980	
4520790	Pageville	pageville	US		0	America/New_York	39.16674	-82.13653	247	Downington,Pagetown,Pageville		OH	105	70996	
4520793	Page Manor	page-manor	US		0	America/New_York	39.76589	-84.10966	247			OH	113	67468	
4520828	Paintersville	paintersville	US		0	America/New_York	39.58562	-83.81965	311			OH	057	10856	
4520836	Palos	palos	US		0	America/New_York	39.53201	-82.0732	212			OH	009	77420	
4520842	Pancoastburg	pancoastburg	US		87	America/New_York	39.62451	-83.26547	264	Old Waterloo,Pancoast Mills,Pancoastburg,Pancoastburgh,Waterloo		OH	047	46396	
4520845	Pansy	pansy	US		0	America/New_York	39.34312	-83.95243	296			OH	027	47670	
4520853	Paradise Hills	paradise-hills	US		0	America/New_York	38.70674	-83.6477	237			OH	001	74069	
4520863	Park Lane Subdivision	park-lane-subdivision	US		0	America/New_York	38.83897	-82.26043	183			OH	053	31738	
4520864	Park Layne	park-layne	US		4343	America/New_York	39.88645	-84.03966	257			OH	023	06054	
4520866	Park Layne Manor	park-layne-manor	US		0	America/New_York	39.88811	-84.03521	262			OH	023	06054	
4520869	Park Place	park-place	US		0	America/New_York	39.23922	-84.47161	185			OH	061	86730	
4520870	Park Ridge Acres	park-ridge-acres	US		0	America/New_York	39.90645	-83.87076	309	Park Ridge Acres,Parkridge Acres		OH	023	46788	
4520874	Park Terrace Mobile Home Park	park-terrace-mobile-home-park	US		0	America/New_York	39.9845	-84.00049	308			OH	023	62610	
4520920	Patten Mills	patten-mills	US		0	America/New_York	39.4573	-81.78152	210	Patten Mills,Patten's Mills		OH	167	82838	
4520939	Pattersons Corner	pattersons-corner	US		0	America/New_York	39.63673	-83.7702	317			OH	057	72473	
4520949	Pattonsville	pattonsville	US		0	America/New_York	39.03174	-82.49738	245			OH	079	07090	
4520991	Pearsons (historical)	pearsons-historical	US		0	America/New_York	39.59395	-83.6602	323	Pearson,Pearsons (historical)		OH	047	38388	
4521000	Peacock Acres	peacock-acres	US		0	America/New_York	39.8595	-83.84021	312			OH	023	31703	
4521012	Peebles Corner	peebles-corner	US		0	America/New_York	39.12589	-84.49022	256			OH	061	15000	
4521026	Peniel	peniel	US		0	America/New_York	38.80397	-82.53377	209			OH	053	32074	
4521077	Perintown	perintown	US		0	America/New_York	39.13728	-84.23577	160	Perin's Mills,Perintown		OH	025	49322	
4521089	Perry Addition	perry-addition	US		0	America/New_York	38.91035	-82.87184	205			OH	145	46606	
4521127	Perryville (historical)	perryville-historical	US		0	America/New_York	39.18422	-84.79495	147			OH	061	84938	
4521145	Petrea	petrea	US		0	America/New_York	39.07341	-82.60072	208			OH	079	43442	
4521160	Pherson	pherson	US		0	America/New_York	39.6559	-83.11963	240			OH	129	53256	
4521192	Phoneton	phoneton	US		0	America/New_York	39.897	-84.13522	297	Phone Town,Phoneton,Phonetown,Tadmor		OH	109	06110	
4521223	Pierce (historical)	pierce-historical	US		0	America/New_York	39.89368	-81.88347	223			OH	119	70170	
4521244	Pigeye	pigeye	US		0	America/New_York	39.922	-84.31189	260			OH	109		
4521302	Pinchtown (historical)	pinchtown-historical	US		0	America/New_York	39.83283	-84.30272	278			OH	113	77504	
4521306	Pincher (historical)	pincher-historical	US		0	America/New_York	39.19535	-82.33154	217			OH	163	80192	
4521319	Pine Grove (historical)	pine-grove-historical	US		0	America/New_York	39.59784	-82.55044	232			OH	073	30842	
4521329	Pine Grove Heights	pine-grove-heights	US		0	America/New_York	39.2873	-82.12653	227			OH	009	02750	
4521344	Pine Lake Estates	pine-lake-estates	US		0	America/New_York	39.66229	-82.5985	268			OH	045	05956	
4521353	Pine Gap	pine-gap	US		0	America/New_York	38.95674	-83.31408	209			OH	001	28196	
4521362	Pinecrest Estates	pinecrest-estates	US		0	America/New_York	39.98201	-82.5246	295			OH	089	78400	
4521364	Pinegrove	pinegrove	US		0	America/New_York	39.16397	-81.82597	255	Pine Grove,Pinegrove		OH	105	58282	
4521373	Pinhook	pinhook	US		0	America/New_York	38.94173	-84.10382	267	Pin Hook,Pinhook		OH	025	76155	
4521374	Pink	pink	US		0	America/New_York	38.75257	-83.26379	271			OH	145	09764	
4521375	Pinkerman	pinkerman	US		0	America/New_York	38.83841	-82.76961	199	Pinkerman,Pinkerton		OH	145	06992	
4521416	Pitchin	pitchin	US		0	America/New_York	39.84284	-83.76243	330			OH	023	31703	
4521423	Placid Meadows	placid-meadows	US		0	America/New_York	39.10117	-84.60967	270			OH	061	21504	
4521438	Plantation Estates	plantation-estates	US		0	America/New_York	38.44008	-82.36515	167			OH	087	68280	
4521439	Plants	plants	US		0	America/New_York	38.91341	-81.90486	183			OH	105	42868	
4521445	Plantz Subdivision	plantz-subdivision	US		0	America/New_York	38.84452	-82.21793	195			OH	053	29218	
4521447	Platform	platform	US		0	America/New_York	38.55842	-82.35126	186			OH	087	68280	
4521461	Pleasant Corners	pleasant-corners	US		0	America/New_York	39.84395	-83.12685	269			OH	049	63254	
4521534	Pleasant Hills	pleasant-hills	US		606	America/New_York	39.23589	-84.52494	241			OH	061	74121	
4521565	Pleasant Run	pleasant-run	US		4953	America/New_York	39.29978	-84.56356	228	Pleasant Run,Pleasantrun		OH	061	16616	
4521571	Pleasant Run Farm	pleasant-run-farm	US		4654	America/New_York	39.30311	-84.548	233			OH	061	74121	
4521598	Pleasant Valley Estates	pleasant-valley-estates	US		0	America/New_York	38.8423	-82.24543	174			OH	053	31738	
4521599	Pleasant Valley Estates Mobile Home Park	pleasant-valley-estates-mobile-home-park	US		0	America/New_York	39.8945	-83.92132	271			OH	023	46788	
4521658	Poast Town	poast-town	US		0	America/New_York	39.54728	-84.38328	198	Poast Town,Poasttown,Poasttown Station,Post Town,Post Town Station,West Liberty		OH	017	46340	
4521659	Poast Town Heights	poast-town-heights	US		0	America/New_York	39.58367	-84.38328	264	Poast Town Heights,Poasttown Heights		OH	017	46340	
4521665	Poe Valley (historical)	poe-valley-historical	US		0	America/New_York	39.29673	-82.77767	199			OH	141	34006	
4521669	Point Isabel	point-isabel	US		0	America/New_York	38.89451	-84.1316	268	Pekin,Point Isabel,Point Isabell,Port Isabel		OH	025	81130	
4521674	Point Pleasant (historical)	point-pleasant-historical	US		0	America/New_York	39.43729	-82.50905	329			OH	073	81354	
4521682	Point Rock	point-rock	US		0	America/New_York	39.14146	-82.29654	230	Point Rock,Pointrock		OH	105	16924	
4521702	Polkadotte	polkadotte	US		0	America/New_York	38.58425	-82.37404	189			OH	087	86002	
4521724	Pond Run	pond-run	US		0	America/New_York	38.66369	-83.12657	166	Pond Run,Pondrun		OH	145	55902	
4521778	Port Union	port-union	US		0	America/New_York	39.33284	-84.46328	184			OH	017	83150	
4521806	Porterbrook	porterbrook	US		0	America/New_York	38.82841	-82.28321	208			OH	053	31738	
4521837	Possum Woods	possum-woods	US		0	America/New_York	39.88367	-83.82687	311			OH	023	74119	
4521838	Post Town	post-town	US		0	America/New_York	39.78089	-84.31161	284	Post Town,Posttown		OH	113	77504	
4521861	Poulton	poulton	US		0	America/New_York	39.60757	-81.12122	213			OH	111	05606	
4521865	Powderlick	powderlick	US		0	America/New_York	39.46006	-83.71298	328			OH	027	66642	
4521897	Pratts Fork	pratts-fork	US		0	America/New_York	39.1923	-82.01709	241			OH	009	44590	
4521926	Preston Addition	preston-addition	US		0	America/New_York	38.88813	-82.96073	223			OH	145	38815	
4521927	Preston Subdivision	preston-subdivision	US		0	America/New_York	38.82341	-82.22904	202			OH	053	31738	
4521944	Pricetown	pricetown	US		0	America/New_York	39.14312	-83.80187	306			OH	071	69862	
4521949	Price Hill	price-hill	US		0	America/New_York	39.11006	-84.57578	253	Price Hill,Price's Hill,Prices Hill,Warsaw		OH	061	15000	
4521964	Pringle Corners	pringle-corners	US		0	America/New_York	39.16312	-84.09327	274			OH	025	74825	
4521986	Prospect Hill (historical)	prospect-hill-historical	US		0	America/New_York	38.89925	-82.24432	248			OH	053	74120	
4522028	Puritan	puritan	US		0	America/New_York	39.15868	-82.48905	225	Hamden Furnace,Puritan		OH	163	16210	
4522032	Pursell (historical)	pursell-historical	US		0	America/New_York	39.44062	-82.59988	220	Purcell,Pursell (historical)		OH	073	05578	
4522035	Purdy Corners	purdy-corners	US		0	America/New_York	38.86674	-82.86323	198	Mule Town,Purdy Corners		OH	145	46606	
4522046	Putnam Place	putnam-place	US		0	America/New_York	39.43341	-81.45762	223			OH	167	47628	
4522057	Pyro	pyro	US		0	America/New_York	38.92424	-82.53238	203			OH	079	46466	
4522062	Quail Creek Trailer Park	quail-creek-trailer-park	US		0	America/New_York	38.84758	-82.30848	207			OH	053	31738	
4522065	Pyrmont	pyrmont	US		0	America/New_York	39.812	-84.46078	320			OH	113	61966	
4522077	Qualey	qualey	US		0	America/New_York	39.3548	-81.75847	230	Qualey,Qualeys		OH	167	26096	
4522078	Quarry (historical)	quarry-historical	US		0	America/New_York	39.59202	-81.22067	239			OH	111	06124	
4522095	Queen Acres	queen-acres	US		0	America/New_York	39.39478	-84.63967	225			OH	017	33250	
4522123	Raccoon Island	raccoon-island	US		0	America/New_York	38.71953	-82.19598	174	Raccoon Island,Rackoon Island,Racoon Island		OH	053	15462	
4522133	Rado (historical)	rado-historical	US		0	America/New_York	39.69924	-81.38234	341			OH	121	38766	
4522138	Raiders Run	raiders-run	US		0	America/New_York	39.21645	-84.36911	229			OH	061	75973	
4522158	Rainsboro	rainsboro	US		0	America/New_York	39.22007	-83.42214	290	Rainsboro,Rainsborough		OH	071	59500	
4522165	Randall Terrace	randall-terrace	US		0	America/New_York	39.32812	-83.01518	207			OH	141	70898	
4522167	Randolph Landing	randolph-landing	US		0	America/New_York	39.12591	-81.74763	184	Randolph Ferry Landing,Randolph Landing,Randolphs Landing		OH	105	58282	
4522189	Rappsburg	rappsburg	US		0	America/New_York	38.61647	-82.40543	277	Rappsburg,Rappsburgh		OH	087	48174	
4522198	Ratchford	ratchford	US		0	America/New_York	39.12091	-82.50571	224	Katchford,Ratchford		OH	079	50624	
4522200	Ratcliffburg	ratcliffburg	US		0	America/New_York	39.26285	-82.68128	196	Ratcliffburg,Ratcliffs Station,Ratcliffsburgh		OH	163	34048	
4522202	Rathbone	rathbone	US		0	America/New_York	39.43869	-81.46068	191			OH	167	47628	
4522203	Rathbone Heights	rathbone-heights	US		0	America/New_York	39.43535	-81.45846	259			OH	167	47628	
4522252	Red Diamond	red-diamond	US		0	America/New_York	39.25396	-82.42904	235			OH	163	24892	
4522258	Red Oak Mobile Home Park	red-oak-mobile-home-park	US		0	America/New_York	39.78395	-84.01938	285			OH	057	04220	
4522265	Redbush	redbush	US		0	America/New_York	39.2748	-81.70041	230			OH	167	05438	
4522277	Redoak	redoak	US		0	America/New_York	38.80646	-83.79215	273	Red Oak,Redoak		OH	015	38528	
4522280	Redtown	redtown	US		0	America/New_York	39.4659	-82.0932	227	Doty,Redtown		OH	009	77420	
4522288	Reeds (historical)	reeds-historical	US		0	America/New_York	39.41312	-82.64433	206			OH	073	70142	
4522316	Regina Heights	regina-heights	US		0	America/New_York	39.81506	-84.27161	284			OH	113	77504	
4522319	Rehm	rehm	US		0	America/New_York	39.06396	-82.96101	203	Rehm,Rehm Addition		OH	131	71171	
4522335	Reily	reily	US		0	America/New_York	39.43366	-84.76106	229	Reiley,Reily,Riley		OH	017	66096	
4522339	Reinersville	reinersville	US		0	America/New_York	39.68674	-81.66096	299	Dimmicksburg,Reinersville		OH	115	47040	
4522344	Relief	relief	US		0	America/New_York	39.58896	-81.68846	195			OH	167	81774	
4522347	Rempel	rempel	US		0	America/New_York	38.93619	-82.52099	202	Madison Furnace,Rampel,Rempel		OH	079	46466	
4522349	Rendcomb Junction	rendcomb-junction	US		0	America/New_York	39.13006	-84.40716	150	Rendcomb Junction,Rendcombe Junction		OH	061	15000	
4522350	Rendville	rendville	US		36	America/New_York	39.61951	-82.09098	226			OH	127	51520	
4522355	Renick Junction	renick-junction	US		0	America/New_York	39.31312	-82.93351	183			OH	141	70898	
4522363	Renrock	renrock	US		0	America/New_York	39.75813	-81.67263	243			OH	121	09162	
4522392	Revenge	revenge	US		0	America/New_York	39.6034	-82.65183	248			OH	045	46382	
4522400	Residence Park	residence-park	US		0	America/New_York	39.75506	-84.26216	270			OH	113	21000	
4522413	Rhoads (historical)	rhoads-historical	US		0	America/New_York	39.68367	-82.95601	216			OH	129	80598	
4522427	Riceville (historical)	riceville-historical	US		0	America/New_York	39.90645	-83.80409	311			OH	023	74118	
4522430	Rich Hill (historical)	rich-hill-historical	US		0	America/New_York	39.90924	-81.7518	330			OH	119	66600	
4522439	Rich Valley	rich-valley	US		0	America/New_York	39.67952	-81.60346	220			OH	121	71826	
4522496	Ridgewood Heights	ridgewood-heights	US		0	America/New_York	39.74673	-84.26994	296			OH	113	21000	
4522498	Ridpath (historical)	ridpath-historical	US		0	America/New_York	39.82673	-83.09019	255			OH	049	37772	
4522503	Ridge (historical)	ridge-historical	US		0	America/New_York	39.39728	-84.21021	264			OH	165	78610	
4522514	Rigrish Addition	rigrish-addition	US		0	America/New_York	38.77813	-82.85434	169	Regrish Addition,Rigrish,Rigrish Addition		OH	145	34020	
4522525	Rinard Mills	rinard-mills	US		0	America/New_York	39.5848	-81.15511	209	Rinard Mill,Rinard Mills,Rinards Mill,Rinards Mills		OH	111	81480	
4522554	Riton (historical)	riton-historical	US		0	America/New_York	39.35284	-82.96962	189	Riton (historical),Ritteno		OH	141	70898	
4522556	Rittenours	rittenours	US		0	America/New_York	39.21646	-82.84267	183			OH	141	38808	
4522561	River Bend Subdivision	river-bend-subdivision	US		0	America/New_York	38.87591	-82.14292	171			OH	053	00422	
4522568	River View	river-view	US		0	America/New_York	39.41311	-84.56078	181			OH	017	33012	
4522596	Riverside Terrace	riverside-terrace	US		0	America/New_York	38.45814	-82.32209	171			OH	087	68280	
4522607	Riverview Estates	riverview-estates	US		0	America/New_York	38.44175	-82.35682	172			OH	087	68280	
4522608	Riverview Heights	riverview-heights	US		0	America/New_York	39.05256	-84.403	179			OH	061	01980	
4522612	Riviera Park	riviera-park	US		0	America/New_York	39.10201	-83.02296	200			OH	131	61434	
4522613	Rix Mills	rix-mills	US		0	America/New_York	39.92424	-81.74624	330	Rix Mills,Rixs Mill,Rixville		OH	119	66600	
4522616	Roachester	roachester	US		0	America/New_York	39.35673	-84.09688	259	Manchester,Roachester,Rochester		OH	165	69988	
4522618	Road Fork	road-fork	US		0	America/New_York	39.6673	-81.30928	213			OH	121	24878	
4522622	Roads	roads	US		0	America/New_York	39.08118	-82.53794	225	Berlin,Berlin Cross Roads,Berlin Crossroads,Rhoades,Roads		OH	079	50624	
4522626	Robbins (historical)	robbins-historical	US		0	America/New_York	39.03813	-82.87823	203	Dove,Robbins (historical),Robbins Station,Robins Station		OH	131	04710	
4522635	Roberts (historical)	roberts-historical	US		0	America/New_York	39.94256	-83.30631	295			OH	097	38696	
4522636	Roberts (historical)	roberts-historical	US		0	America/New_York	39.85507	-82.06486	231			OH	119	55608	
4522672	Robtown	robtown	US		0	America/New_York	39.71701	-83.05991	238	Bobtown,Robtown		OH	129	70870	
4522692	Rock Mill	rock-mill	US		0	America/New_York	39.74951	-82.71239	304	Forks of Hocking,Rock Mill,Rock Mills,Rockmill		OH	045	32060	
4522695	Rock Mills	rock-mills	US		0	America/New_York	39.44312	-83.40908	280	Rock Mills,Rockville,Walton		OH	047	82166	
4522722	Rockhouse (historical)	rockhouse-historical	US		0	America/New_York	39.49395	-82.61489	337	Rock House,Rockhouse (historical)		OH	073	42056	
4522730	Rockport (historical)	rockport-historical	US		0	America/New_York	39.68674	-80.86649	195			OH	111	57988	
4522789	Rohs Hill	rohs-hill	US		0	America/New_York	39.12978	-84.52217	253	Roh's Hill,Rohs Hill		OH	061	15000	
4522790	Rokeby Lock	rokeby-lock	US		0	America/New_York	39.73201	-81.90514	212	Rockeby Lock,Rokeby,Rokeby Lock		OH	115	06964	
4522792	Rolandus	rolandus	US		0	America/New_York	38.96397	-81.82486	176			OH	105	42336	
4522798	Rolling Hill Acres	rolling-hill-acres	US		0	America/New_York	39.28896	-82.14709	228			OH	009	02750	
4522799	Rolling Hills	rolling-hills	US		0	America/New_York	39.28813	-82.14403	217			OH	009	02750	
4522803	Rolling Knolls Estate	rolling-knolls-estate	US		0	America/New_York	39.20756	-84.42216	247			OH	061	01672	
4522804	Rolling Terrace Mobile Home Park	rolling-terrace-mobile-home-park	US		0	America/New_York	39.95145	-83.8691	321			OH	023	29862	
4522813	Romohr Acres	romohr-acres	US		0	America/New_York	39.13839	-84.28966	248			OH	025	78288	
4522837	Rose Farm	rose-farm	US		0	America/New_York	39.7359	-82.07792	231	Rose Farm,Rosefarm		OH	115	87066	
4522841	Rose Garden Mobile Home Park	rose-garden-mobile-home-park	US		0	America/New_York	39.96589	-83.84437	278			OH	023	29862	
4522852	Rose Hill Heights	rose-hill-heights	US		0	America/New_York	39.95006	-82.81879	271			OH	049	77714	
4522856	Rose Addition	rose-addition	US		0	America/New_York	39.92146	-81.43373	267			OH	121	82250	
4522872	Rose Lawn	rose-lawn	US		0	America/New_York	39.5295	-84.3755	204			OH	017	49840	
4522877	Rosemoor	rosemoor	US		0	America/New_York	39.62784	-83.66687	325			OH	057	72473	
4522912	Rosseau	rosseau	US		0	America/New_York	39.57368	-81.94681	244	Rosseau,Rossu,Rousseau		OH	115	78484	
4522916	Rossmoyne	rossmoyne	US		2230	America/New_York	39.21367	-84.38688	254	East Sycamore,Mill Dale,Rossmoyne		OH	061	75973	
4522951	Rowlesville	rowlesville	US		0	America/New_York	39.0098	-82.28404	210			OH	053	52094	
4522953	Roxabell	roxabell	US		0	America/New_York	39.38479	-83.18769	229	Roxabel,Roxabell		OH	141	18238	
4522955	Roxanna	roxanna	US		0	America/New_York	39.58256	-84.01604	230	Clayesville,Claysville,Roxana,Roxanna		OH	057	74223	
4522969	Royal Springs Estates	royal-springs-estates	US		0	America/New_York	39.57867	-84.24216	278			OH	165	15700	
4522973	Royersville	royersville	US		0	America/New_York	38.61064	-82.67711	201	Royersville,Royerville Station		OH	087	24822	
4522976	Rowland (historical)	rowland-historical	US		0	America/New_York	39.74452	-81.77152	217	Catslaughter,Rowland (historical)		OH	115	08910	
4522986	Ruby (historical)	ruby-historical	US		0	America/New_York	38.67869	-82.33348	311			OH	053	33824	
4522988	Rubyville	rubyville	US		0	America/New_York	38.82508	-82.9299	209			OH	145	15560	
4523004	Rupels	rupels	US		0	America/New_York	39.25201	-82.87045	195	Peppers,Rupels		OH	141	43302	
4523007	Rural	rural	US		0	America/New_York	38.7784	-84.08938	151	Bullskin,Rural,Smiths Landing		OH	025	28224	
4523012	Ruraldale	ruraldale	US		0	America/New_York	39.78201	-81.84375	323	Rockville,Rural Dale,Ruraldale		OH	119	07398	
4523013	Ruraldale	ruraldale	US		0	America/New_York	39.43313	-81.44068	238			OH	167	47628	
4523048	Rushtown	rushtown	US		0	America/New_York	38.83285	-83.0199	166			OH	145	69092	
4523071	Russells	russells	US		0	America/New_York	39.92312	-82.03208	230			OH	119	74125	
4524360	Sekitan	sekitan	US		0	America/New_York	39.14256	-84.72273	160			OH	061	49364	
4523231	Saint Clair (historical)	saint-clair-historical	US		0	America/New_York	39.86174	-81.70124	262			OH	119	66600	
4523285	Saint Jacobs	saint-jacobs	US		0	America/New_York	39.20006	-84.60411	270	Saint Jacob's,Saint Jacobs,St. Jacobs		OH	061	31752	
4523425	Saint Lawrence Corners	saint-lawrence-corners	US		0	America/New_York	39.11062	-84.57244	265			OH	061	15000	
4523749	Salem Center	salem-center	US		0	America/New_York	39.05285	-82.27376	226	Salem Center,Salem Centre		OH	105	69904	
4523769	Salem Heights	salem-heights	US		3839	America/New_York	39.07173	-84.37827	227			OH	061	01980	
4523830	Saltair	saltair	US		0	America/New_York	38.92646	-84.14216	275	Salt Air,Saltair		OH	025	76155	
4523844	Sampleville	sampleville	US		0	America/New_York	39.74283	-84.57634	299	Kitsom Corners,Kitson Corners,Sampleville		OH	135	41846	
4523850	San Margherita	san-margherita	US		0	America/New_York	39.99451	-83.08658	242	San Margherita,San Marguerite		OH	049	18000	
4523851	San Toy	san-toy	US		0	America/New_York	39.65618	-82.0357	304	San Toy,Santoy		OH	127	04584	
4523862	Sand Hill	sand-hill	US		0	America/New_York	38.69563	-82.85517	164	Sand Hill,Twin Oaks Mill,Twin Oaks Mills		OH	145	64206	
4523874	Sand Run	sand-run	US		0	America/New_York	39.51507	-82.23737	225	Sand Run,Sandrun		OH	073	80780	
4523878	Sand Run Junction	sand-run-junction	US		0	America/New_York	39.51785	-82.26126	210	Sand Run Junction,Sandrun Junction		OH	073	80780	
4523886	Sanders Subdivision	sanders-subdivision	US		0	America/New_York	38.80147	-82.22765	240			OH	053	29218	
4523898	Sandstone (historical)	sandstone-historical	US		0	America/New_York	39.71451	-82.54349	254			OH	045		
4523899	Sandstone Canyon	sandstone-canyon	US		0	America/New_York	39.99451	-82.50738	317			OH	089	78400	
4523952	Saundersville	saundersville	US		0	America/New_York	38.66008	-82.35626	275			OH	087	48174	
4523955	Savageville	savageville	US		0	America/New_York	39.13896	-82.71906	187			OH	079	37856	
4523998	Schauers Acres	schauers-acres	US		0	America/New_York	39.87645	-84.02438	259			OH	023	06054	
4524000	Schenck	schenck	US		0	America/New_York	39.35867	-84.54217	186	Schenck,Schencks,Schencks Station,Scheneck,Schenecks,Shenck		OH	017	33012	
4524193	Schooley	schooley	US		0	America/New_York	39.26562	-82.8699	195	Schooley,Schooleys,Shooleys Station		OH	141	43302	
4524200	Schrader	schrader	US		0	America/New_York	39.30812	-82.91434	184			OH	141	74129	
4524253	Sciotodale	sciotodale	US		1081	America/New_York	38.7548	-82.86878	182			OH	145	64206	
4524255	Sciotoville	sciotoville	US		0	America/New_York	38.75813	-82.89128	164	Scioto Village,Sciotoville		OH	145	64304	
4524265	Scott (historical)	scott-historical	US		0	America/New_York	39.80813	-81.6129	259			OH	121	09162	
4524293	Scrub Ridge	scrub-ridge	US		0	America/New_York	38.86702	-83.39297	263	Scrub,Scrub Ridge		OH	001	48888	
4524296	Sealover (historical)	sealover-historical	US		0	America/New_York	39.87229	-81.96569	212	Sea Lover,Sealover (historical)		OH	119	09757	
4524303	Seans Woods	seans-woods	US		0	America/New_York	39.96145	-83.80548	302			OH	023	74118	
4524306	Seawright (historical)	seawright-historical	US		0	America/New_York	39.89868	-81.85208	212	Seawright (historical),Seright's Station,Serights Station		OH	119	70170	
4524347	Sedamsville	sedamsville	US		0	America/New_York	39.09339	-84.573	167	Sedamsville,Storrs		OH	061	15000	
4524351	Seeleyburg (historical)	seeleyburg-historical	US		0	America/New_York	39.72091	-81.66874	243	Seeleyburg (historical),Seelyville,Wood Grove,Wood Groves,Woodgrove		OH	115	47040	
4524353	Sego	sego	US		0	America/New_York	39.84729	-82.20765	255	Greecetown,Sego		OH	127	46550	
4524368	Selig	selig	US		0	America/New_York	38.74035	-83.35324	232			OH	001	38486	
4524390	Senior	senior	US		0	America/New_York	39.38589	-84.08938	213	Hammel,Hammlet,Mill Grove,Millgrove,Senior		OH	165	81690	
4524399	Seneca Lake Estates	seneca-lake-estates	US		0	America/New_York	39.92285	-81.38817	274			OH	059	66698	
4524415	Seymoreville (historical)	seymoreville-historical	US		0	America/New_York	39.34451	-82.94712	190			OH	141	74129	
4524418	Shackleton	shackleton	US		0	America/New_York	39.17562	-83.67798	332	Shackelton,Shackleton,Shackletown		OH	071	55048	
4524424	Shade River	shade-river	US		0	America/New_York	39.06841	-81.8143	175			OH	105	58282	
4524426	Shademoore	shademoore	US		0	America/New_York	39.13812	-84.36827	147	Shademoore,Shademore		OH	061	01980	
4524427	Shadeville	shadeville	US		0	America/New_York	39.83229	-83.00324	214	Cottage Mills,Shadesville,Shadeville		OH	049	33026	
4524464	Shaker Village (historical)	shaker-village-historical	US		0	America/New_York	39.29311	-84.74051	180			OH	061	19470	
4524465	Shakertown	shakertown	US		0	America/New_York	39.7195	-84.12549	277			OH	113	40040	
4524476	Shanersville	shanersville	US		0	America/New_York	39.63756	-84.22494	302			OH	113	49392	
4524479	Shannoah Town (historical)	shannoah-town-historical	US		0	America/New_York	38.72508	-83.04712	161	Lower Shawane Town,Lower Shawnee Town,Old Lower Shawanoe Town,Old Lower Shawnee Town,Shannoah Town (historical),Shawnoah		OH	145	81606	
4524499	Sharonville	sharonville	US		13774	America/New_York	39.26811	-84.41327	178	Sharon,Sharon Station,Sharon Village,Sharonvil,Sharonvill,Sharonville,Sharron,Sharunvil,sharwnfyl,sharwnwyl  awhayw,Шаронвил,Шаронвилл,Шарънвил,شارونفيل,شارونویل، اوهایو		OH	061	71892	
4524511	Sharp (historical)	sharp-historical	US		0	America/New_York	39.85423	-82.95407	216			OH	049	33026	
4524523	Sharpsville (historical)	sharpsville-historical	US		0	America/New_York	39.25756	-83.74909	317			OH	071	78344	
4524529	Shawnee Acres	shawnee-acres	US		0	America/New_York	39.87673	-83.79743	320			OH	023	74119	
4524538	Shawnee Hills	shawnee-hills	US		2171	America/New_York	39.65284	-83.78687	319			OH	057	54810	
4524562	Shay	shay	US		0	America/New_York	39.51035	-81.21706	331			OH	167	37268	
4524586	Sheldon (historical)	sheldon-historical	US		0	America/New_York	39.62228	-82.94101	216			OH	129	15070	
4524587	Shell Beach	shell-beach	US		0	America/New_York	39.92034	-82.48655	274			OH	045	80570	
4524600	Shepard	shepard	US		0	America/New_York	39.9834	-82.94157	235			OH	049	18000	
4524624	Sherritts	sherritts	US		0	America/New_York	38.69258	-82.52071	193			OH	087	76031	
4524630	Sherwood Park	sherwood-park	US		0	America/New_York	39.91506	-83.75854	320			OH	023	74118	
4524636	Shilling (historical)	shilling-historical	US		0	America/New_York	39.56257	-81.98986	323			OH	115	78484	
4524663	Sherwood Village	sherwood-village	US		0	America/New_York	39.08451	-84.36466	217			OH	061	01980	
4524700	Shoups Mobile Home Park	shoups-mobile-home-park	US		0	America/New_York	39.92534	-83.76548	315			OH	023	74119	
4524714	Shrine Road Mobile Home Park	shrine-road-mobile-home-park	US		0	America/New_York	39.94923	-83.87604	321			OH	023	29862	
4524715	Shyville	shyville	US		0	America/New_York	39.00757	-82.98573	219			OH	131	70884	
4524717	Sicily (historical)	sicily-historical	US		0	America/New_York	39.0284	-83.86354	290			OH	071	15476	
4524738	Siloam (historical)	siloam-historical	US		0	America/New_York	38.80563	-82.37265	179			OH	053	61854	
4524761	Silver Run	silver-run	US		0	America/New_York	38.97647	-82.09098	172	Leadington,Silver Run		OH	105	70114	
4524764	Simms (historical)	simms-historical	US		0	America/New_York	39.80978	-84.07383	243			OH	057	04220	
4524769	Simonsons (historical)	simonsons-historical	US		0	America/New_York	39.23561	-84.78745	153	Simonson,Simonsons (historical)		OH	061	33852	
4524792	Siverly	siverly	US		0	America/New_York	39.34896	-82.49988	246			OH	163	75854	
4524795	Six Point	six-point	US		0	America/New_York	39.72369	-80.99816	268			OH	111	31808	
4524796	Sixmile	sixmile	US		0	America/New_York	39.83061	-84.25494	268			OH	113	77504	
4524804	Sixteen Mile Stand	sixteen-mile-stand	US		2928	America/New_York	39.27284	-84.32744	245	Sixteen Mile Stand,Sixteenmile Stand		OH	061	76028	
4524817	Skyline Acres	skyline-acres	US		1717	America/New_York	39.22867	-84.56689	252			OH	061	74121	
4524839	Slate Mills	slate-mills	US		0	America/New_York	39.35062	-83.05713	201	Slate Mills,State Mills		OH	141	78008	
4524850	Slaters	slaters	US		0	America/New_York	39.76563	-81.53929	242			OH	121	56028	
4524858	Slickaway	slickaway	US		0	America/New_York	38.68368	-83.74631	186			OH	015	36834	
4524868	Slocum Heights	slocum-heights	US		0	America/New_York	38.77063	-82.84961	173			OH	145	64206	
4524872	Slough	slough	US		0	America/New_York	39.79951	-82.76156	297			OH	045	06950	
4524881	Smith (historical)	smith-historical	US		0	America/New_York	39.88924	-81.80319	226	Smith (historical),Smith's Station,Smiths Station		OH	119	66600	
4524909	Smith Mill	smith-mill	US		0	America/New_York	39.92757	-81.85513	226			OH	119	70170	
4524932	Smock (historical)	smock-historical	US		0	America/New_York	39.40868	-82.49432	321			OH	073	81354	
4524938	Smoky Corners	smoky-corners	US		0	America/New_York	39.02174	-83.35686	247			OH	001	28196	
4524954	Snidercrest	snidercrest	US		0	America/New_York	39.302	-84.33327	268			OH	165	21238	
4524970	Snyder Terrace	snyder-terrace	US		0	America/New_York	39.93839	-83.83326	288			OH	023	74118	
4524971	Snyders Mill	snyders-mill	US		0	America/New_York	39.93534	-83.86243	300	Snyders Mill,Sugar Grove,Sugargrove		OH	023	74119	
4524972	Snyderville	snyderville	US		0	America/New_York	39.90117	-83.91354	271	Snyder,Snyders,Snyders Station,Snyderville		OH	023	46788	
4524974	Socialville	socialville	US		0	America/New_York	39.3195	-84.33161	285	Miltomson,Socialville		OH	165	21238	
4525014	Sorg (historical)	sorg-historical	US		0	America/New_York	39.10868	-83.67576	315			OH	071	55048	
4525023	South Bantam	south-bantam	US		0	America/New_York	38.9834	-84.14632	271			OH	025	76155	
4525028	South Bloomfield	south-bloomfield	US		1851	America/New_York	39.7184	-82.98685	212	Bloomfield,South Bloomfield		OH	129	33978	
4525045	South Clippinger	south-clippinger	US		0	America/New_York	39.17617	-84.34994	255			OH	061		
4525048	South Dale	south-dale	US		0	America/New_York	39.70395	-84.19133	250			OH	113	40040	
4525052	South Excello	south-excello	US		0	America/New_York	39.47172	-84.41883	211			OH	017	49840	
4525054	South Fairmount	south-fairmount	US		0	America/New_York	39.12561	-84.55189	148			OH	061	15000	
4525083	South Highlands	south-highlands	US		0	America/New_York	39.502	-84.378	219			OH	017	49840	
4525089	South Logan	south-logan	US		0	America/New_York	39.52896	-82.40821	231			OH	073	26488	
4525091	South Middletown	south-middletown	US		267	America/New_York	39.48117	-84.40078	194			OH	017	49840	
4525094	South Olive	south-olive	US		0	America/New_York	39.66896	-81.48623	216			OH	121	58310	
4525100	South Perry	south-perry	US		0	America/New_York	39.49673	-82.671	243			OH	073	61868	
4525111	South Point Village Mobile Home Park	south-point-village-mobile-home-park	US		0	America/New_York	39.782	-84.01938	285			OH	057	04220	
4525137	South Zanesville	south-zanesville	US		1989	America/New_York	39.89923	-82.00625	225	Natchez,South Zanesville		OH	119	74125	
4525160	Southern Hills	southern-hills	US		0	America/New_York	39.72367	-84.19438	238			OH	113	40040	
4525184	Southridge	southridge	US		0	America/New_York	39.89478	-83.7702	315			OH	023	74119	
4525203	Spanker	spanker	US		0	America/New_York	39.85811	-84.24522	274			OH	113	10618	
4525205	Spann (historical)	spann-historical	US		0	America/New_York	39.00895	-84.25966	169			OH	025	62540	
4525208	Spargursville	spargursville	US		0	America/New_York	39.22534	-83.16713	226	Spargars,Spargursville		OH	141	78008	
4525218	Spellman Crossing	spellman-crossing	US		0	America/New_York	39.16757	-83.27408	352			OH	131	62022	
4525226	Spencer Station	spencer-station	US		0	America/New_York	39.96257	-81.27206	266	Edon Station,Eldon,Eldon Station,Eldron,Spencer Station,Spencers Station,Spenser Station		OH	059	50568	
4525242	Spiller	spiller	US		0	America/New_York	38.99369	-81.83986	214			OH	105	42336	
4525251	Spratt	spratt	US		0	America/New_York	39.87229	-81.73291	291			OH	119	66600	
4525260	Spring Dale Subdivision	spring-dale-subdivision	US		0	America/New_York	38.82508	-82.22904	216			OH	053	31738	
4525281	Spring Meadows	spring-meadows	US		0	America/New_York	39.21839	-84.52911	250			OH	061	74121	
4525325	Spring Valle Estates	spring-valle-estates	US		0	America/New_York	38.8448	-82.25404	188			OH	053	31738	
4525337	Springfield Station (historical)	springfield-station-historical	US		0	America/New_York	39.93534	-83.84687	279			OH	023	74118	
4525366	Spunkeytown (historical)	spunkeytown-historical	US		0	America/New_York	39.59923	-82.97213	203			OH	129	82264	
4525372	Squawtown (historical)	squawtown-historical	US		0	America/New_York	39.50923	-82.98324	202	Grenadier Squaw Town,Squawtown (historical)		OH	129	62484	
4525374	Squirrel Town	squirrel-town	US		0	America/New_York	38.6973	-83.37935	170	Puntenneyville,Squirrel Town,Squirreltown		OH	001	31668	
4525391	Stanbery Park	stanbery-park	US		0	America/New_York	39.09284	-84.39355	243	Stanberry Park,Stanbery Park		OH	061	15000	
4525400	Stanleyville	stanleyville	US		0	America/New_York	39.47202	-81.41123	196	Fearing,Stanley,Stanleyville,Stanleyville Station		OH	167	26810	
4525408	Starbucktown	starbucktown	US		0	America/New_York	39.47645	-83.78659	313	Deserted Camp,Starbucktown		OH	027	78302	
4525436	Steam Furnace	steam-furnace	US		0	America/New_York	38.9059	-83.40825	256			OH	001	48888	
4525440	Steamtown	steamtown	US		0	America/New_York	39.81646	-81.35984	349			OH	121	47810	
4525443	Steel Run	steel-run	US		0	America/New_York	39.49369	-81.26289	195	Steel Run,Steelrun		OH	167	42196	
4525449	Steelton	steelton	US		0	America/New_York	39.9209	-82.98463	225			OH	049	18000	
4525455	Steinersville	steinersville	US		0	America/New_York	39.86896	-80.8312	203	Steinersville,Steinersville Park,Steinerville		OH	013	86996	
4525509	Stillhouse Run (historical)	stillhouse-run-historical	US		0	America/New_York	39.78341	-80.85676	191			OH	111	69918	
4525511	Stillwater Junction	stillwater-junction	US		0	America/New_York	39.78061	-84.26939	240	Mummaville,Stillwater,Stillwater Junction		OH	113	77504	
4525530	Stockham	stockham	US		0	America/New_York	38.74452	-83.0324	160			OH	145	81606	
4525543	Stokes (historical)	stokes-historical	US		0	America/New_York	39.37728	-84.28855	227			OH	165	48188	
4525562	Stonelick	stonelick	US		0	America/New_York	39.12256	-84.19021	197	Stone Lick,Stonelick		OH	025	74825	
4525596	Stony Ridge (historical)	stony-ridge-historical	US		0	America/New_York	39.06257	-83.1124	186			OH	131	55622	
4525607	Storms	storms	US		0	America/New_York	39.23868	-83.18019	202			OH	141	78008	
4525613	Storrs	storrs	US		0	America/New_York	39.10534	-84.55328	161			OH	061	15000	
4525624	Stoudertown	stoudertown	US		0	America/New_York	39.86756	-82.69128	268			OH	045	43120	
4525632	Stovertown	stovertown	US		0	America/New_York	39.84146	-81.9868	219	Stovertown,Stovetown		OH	119	09757	
4525655	Straitsville	straitsville	US		0	America/New_York	39.59479	-82.2457	298	Old Straitsville,Straitsville		OH	127	16350	
4525658	Stratford Manor	stratford-manor	US		0	America/New_York	39.16728	-84.40994	183			OH	061	15000	
4525670	Stringtown (historical)	stringtown-historical	US		0	America/New_York	39.56063	-81.014	197			OH	111	37898	
4525707	Sue-Lin Acres	sue-lin-acres	US		0	America/New_York	39.90285	-81.35262	261			OH	121	82250	
4525716	Sugar Creek	sugar-creek	US		0	America/New_York	39.38229	-82.07903	208	Poston,Sugar Creek		OH	009	22414	
4525771	Sugar Tree Ridge	sugar-tree-ridge	US		0	America/New_York	39.07034	-83.66187	334	Sugar Tree Ridge,Sugartree Ridge		OH	071	18168	
4525801	Sullivants (historical)	sullivants-historical	US		0	America/New_York	39.93895	-83.09991	261			OH	049	18000	
4525803	Suiter	suiter	US		0	America/New_York	38.59036	-82.42488	286			OH	087	48174	
4525804	Sulphur Lick	sulphur-lick	US		0	America/New_York	39.36284	-83.11768	213			OH	141	78540	
4525806	Sulphur Grove	sulphur-grove	US		0	America/New_York	39.86089	-84.10466	302	Sulphur Grove,Sulphurgrove		OH	113	36610	
4525823	Summerford	summerford	US		0	America/New_York	39.93339	-83.49159	336	Somerford,Summerfield,Summerford		OH	097	72960	
4525826	Summerland Beach	summerland-beach	US		0	America/New_York	39.90006	-82.52488	274			OH	045	80570	
4525829	Summerside	summerside	US		5083	America/New_York	39.10478	-84.28827	268			OH	025	78288	
4525831	Summerside Estates	summerside-estates	US		0	America/New_York	39.12284	-84.28466	252			OH	025	78288	
4525835	Summit (historical)	summit-historical	US		0	America/New_York	39.42896	-82.35821	280			OH	073	74405	
4525845	Summithill	summithill	US		0	America/New_York	39.21812	-83.11324	329	Summit,Summit Hill,Summithill		OH	141	36890	
4525856	Sunaire	sunaire	US		0	America/New_York	39.09617	-84.62828	256			OH	061	21504	
4525859	Sundale	sundale	US		0	America/New_York	39.22089	-84.26799	247			OH	025	49322	
4525860	Sundale	sundale	US		0	America/New_York	39.97729	-81.79152	267	Norwich Station,Sun Dale,Sundale		OH	119	78498	
4525871	Sunny Acres	sunny-acres	US		0	America/New_York	38.44064	-82.38432	167			OH	087	78372	
4525876	Sunnyland	sunnyland	US		0	America/New_York	39.90395	-83.84937	285			OH	023	74119	
4525884	Sunrise	sunrise	US		0	America/New_York	38.48897	-82.5471	256	Ryansville,Sunrise		OH	087	26782	
4525897	Sunshine (historical)	sunshine-historical	US		0	America/New_York	38.90701	-83.92576	267	Sunshine (historical),Sunshine Station		OH	015	63212	
4525901	Sunshine Park	sunshine-park	US		0	America/New_York	39.9959	-82.61655	321			OH	089	33894	
4525927	Swan Creek	swan-creek	US		0	America/New_York	38.59397	-82.20209	169	Swan Creek,Swancreek		OH	053	57974	
4525937	Swanktown	swanktown	US		0	America/New_York	39.87089	-84.37856	305			OH	113	15518	
4525939	Swartz Mill	swartz-mill	US		0	America/New_York	39.63229	-82.49405	240	Swartz,Swartz Mill		OH	045	05956	
4525943	Swazey	swazey	US		0	America/New_York	39.76396	-81.28761	284			OH	111	28357	
4525950	Sweetwine (historical)	sweetwine-historical	US		0	America/New_York	39.04978	-84.39411	152	Sweet Wine,Sweetwine (historical)		OH	061	01980	
4525972	Sybene	sybene	US		0	America/New_York	38.41953	-82.50377	173			OH	087	26782	
4526002	Sycamore Valley	sycamore-valley	US		0	America/New_York	39.66646	-81.24345	244			OH	111	06124	
4526005	Sycamore West	sycamore-west	US		0	America/New_York	39.92062	-83.90715	308			OH	023	06054	
4526010	Sylvan Shores	sylvan-shores	US		0	America/New_York	39.93978	-83.59103	365			OH	023	63226	
4526013	Symmes	symmes	US		0	America/New_York	39.247	-84.29633	175	Polktown,Symmes,Symmes Station		OH	061	76028	
4526014	Symmes Corner	symmes-corner	US		0	America/New_York	39.33783	-84.56967	177	Symmes,Symmes City,Symmes Corner,Symmes Corners,Union Corner		OH	017	25970	
4526019	Symmes Park	symmes-park	US		0	America/New_York	38.43369	-82.45515	179			OH	087	78372	
4526047	Tadmor (historical)	tadmor-historical	US		0	America/New_York	39.89589	-84.16522	244	Tadmens,Tadmer,Tadmor (historical),Tadnor		OH	113	79492	
4526061	Talawanda Springs	talawanda-springs	US		0	America/New_York	39.57894	-84.80384	298	Talawanda Springs,Tallawanda Springs,Tellawanda Springs		OH	135	37590	
4526064	Tamarack Hills	tamarack-hills	US		0	America/New_York	39.56923	-84.24716	270			OH	165	15700	
4526082	Tara Estates	tara-estates	US		0	America/New_York	38.88814	-82.15042	188			OH	053	00422	
4526089	Tarhe Town (historical)	tarhe-town-historical	US		0	America/New_York	39.70784	-82.59933	250	Cranetown,Tarhe Town (historical)		OH	045		
4526114	Taylor Station	taylor-station	US		0	America/New_York	39.98784	-82.84295	269	Black Lick,Grahamsville,Taylor,Taylor Station,Taylors,Taylors Station		OH	049	18000	
4526117	Taylors Creek	taylors-creek	US		0	America/New_York	39.21061	-84.67411	161	Taylor Creek,Taylors Creek		OH	061	16616	
4526119	Taylorsburg	taylorsburg	US		0	America/New_York	39.83283	-84.29328	283	Jimtown,Taylors Borough,Taylorsburg,Taylorsburgh		OH	113	77504	
4526128	Teakwood Acres	teakwood-acres	US		0	America/New_York	39.20672	-84.54217	259			OH	061	15000	
4526133	Tecumseh Estates	tecumseh-estates	US		0	America/New_York	39.83256	-83.88604	311			OH	023	46788	
4526170	Terra Cella Manor	terra-cella-manor	US		0	America/New_York	39.97367	-83.80132	305			OH	023	51912	
4526171	Terrace	terrace	US		0	America/New_York	39.95646	-82.01347	236			OH	119	88084	
4526187	Thacher	thacher	US		0	America/New_York	39.56367	-82.88407	260	Livington,Thacher,Thatcher,Thatcher Corners		OH	129	62484	
4526204	The Highlands	the-highlands	US		0	America/New_York	39.21284	-84.27105	237			OH	025	49322	
4526208	The Meadows	the-meadows	US		0	America/New_York	38.82314	-82.27904	207			OH	053	31738	
4526214	The Pines	the-pines	US		0	America/New_York	39.11478	-84.62883	262			OH	061	21504	
4526219	The Point	the-point	US		0	America/New_York	39.23145	-83.34797	234	Paint,The Point		OH	071	59500	
4526225	The Village of Indian Hill	the-village-of-indian-hill	US		5798	America/New_York	39.17949	-84.33517	171			OH	061		
4526241	Thivener	thivener	US		0	America/New_York	38.73619	-82.24515	171	Thivener,Yellowtown		OH	053	15462	
4526261	Thomas Trailer Park	thomas-trailer-park	US		0	America/New_York	39.83561	-84.00966	279			OH	057	04220	
4526262	Thomas Village	thomas-village	US		0	America/New_York	39.03341	-82.06292	177			OH	105	70114	
4526284	Thornport	thornport	US		1004	America/New_York	39.91312	-82.41099	274	New Lebanon,Thornport,Thornville Station		OH	127	76659	
4526286	Thornton (historical)	thornton-historical	US		0	America/New_York	39.39201	-83.32491	295			OH	141	10016	
4526296	Thorps	thorps	US		0	America/New_York	39.88006	-83.70715	330	Thorp,Thorpe,Thorpe Station,Thorps,Throp		OH	023	33586	
4526298	Three Locks	three-locks	US		0	America/New_York	39.25312	-82.90907	186	Scioto Salt Licks,Scioto Salt Springs,State Dam,Three Locks		OH	141	28420	
4526308	Thrifton	thrifton	US		0	America/New_York	39.3434	-83.36686	268			OH	141	10016	
4526329	Tick Ridge	tick-ridge	US		0	America/New_York	39.35896	-81.71624	287			OH	167	26096	
4526338	Tiffany Acres	tiffany-acres	US		0	America/New_York	39.867	-83.88743	304			OH	023	46788	
4526348	Tile	tile	US		0	America/New_York	39.96535	-81.99847	221	Tile,Tiledale		OH	119	88084	
4526386	Tobasco	tobasco	US		0	America/New_York	39.0684	-84.29772	275	Tobasco,Tobasco Junction		OH	025	78288	
4526397	Tom Corwin	tom-corwin	US		0	America/New_York	39.09896	-82.57822	240			OH	079	16336	
4526399	Tomlison Addition	tomlison-addition	US		0	America/New_York	38.88591	-82.97379	207			OH	145	79170	
4526401	Todds	todds	US		0	America/New_York	39.52479	-81.8468	304	Todd,Todds		OH	115	47796	
4526408	Top-of-the-Ridge	top-of-the-ridge	US		0	America/New_York	39.19617	-84.26771	237			OH	025	49322	
4526409	Torch	torch	US		0	America/New_York	39.23952	-81.74902	220	Torch,Torch Hill,Torchtown		OH	009	77546	
4526422	Town and Country Estates	town-and-country-estates	US		0	America/New_York	38.84091	-82.22459	177			OH	053	29218	
4526447	Tradersville	tradersville	US		0	America/New_York	39.99978	-83.49853	336			OH	097	72960	
4526451	Trail Run (historical)	trail-run-historical	US		0	America/New_York	39.61674	-81.049	225	Trail Run (historical),Trailrun		OH	111	05606	
4526461	Trebein	trebein	US		0	America/New_York	39.70562	-83.98521	244	Beaver,Beaver Station,Frost Station,Pickeneyville,Pinckneyvile,Trebein,Trebeins,Trebins,Treibeins		OH	057	04724	
4526576	Trotwood	trotwood	US		24096	America/New_York	39.79728	-84.31133	256	Higgins Station,Trotvud,Trotwood,trwtwwd,Тротвуд,تروتوود,تروت‌وود، اوهایو		OH	113	77504	
4526614	Truetown	truetown	US		0	America/New_York	39.44979	-82.1082	213			OH	009	22414	
4526638	Tulip	tulip	US		0	America/New_York	38.73452	-83.41491	253			OH	001	09722	
4526707	Tusculum	tusculum	US		0	America/New_York	39.12284	-84.42827	209	Tuscalum,Tusculum		OH	061	15000	
4526717	Twenty Mile Stand	twenty-mile-stand	US		0	America/New_York	39.30645	-84.27994	253	Fruit Hills,Twenty Mile Stand,Twentymile Stand		OH	165	21238	
4526719	Twightwee	twightwee	US		0	America/New_York	39.252	-84.2866	176			OH	061	76028	
4526769	Tylersville	tylersville	US		0	America/New_York	39.35756	-84.42133	263			OH	017	83150	
4526773	Tynrhos (historical)	tynrhos-historical	US		0	America/New_York	38.85786	-82.41238	242			OH	053	65228	
4526783	Ulric	ulric	US		0	America/New_York	38.91425	-81.86097	246	Ulric,Ulrich		OH	105	42868	
4526972	University Heights	university-heights	US		0	America/New_York	39.28424	-82.13876	236			OH	009	01112	
4526992	Upper Arlington	upper-arlington	US		0	America/New_York	39.51617	-84.37633	216			OH	017	49840	
4526993	Upper Arlington	upper-arlington	US		34907	America/New_York	39.99451	-83.06241	247	Aper Arlington,Appa Arlington,apr arlyngtwn  awhayw,awbyr arlynghtwn,Апер Арлингтон,Аппа Арлингтон,أوبير أرلينغتون,اپر ارلینگتون، اوهایو		OH	049	79002	
4526999	Upper Dayton View	upper-dayton-view	US		0	America/New_York	39.78339	-84.23328	274			OH	113	21000	
4527001	Upper Fivemile	upper-fivemile	US		0	America/New_York	39.11951	-83.93299	293			OH	015	74559	
4527002	Upper Fox Hollow	upper-fox-hollow	US		0	America/New_York	39.96478	-83.85826	321			OH	023	29862	
4527010	Upper Lowell	upper-lowell	US		0	America/New_York	39.53563	-81.52179	209			OH	167	00338	
4527023	Upper Valley Trailer Court	upper-valley-trailer-court	US		0	America/New_York	39.83228	-84.06049	256			OH	057	04220	
4527029	Ural (historical)	ural-historical	US		0	America/New_York	39.25924	-82.37988	219			OH	163	46620	
4527030	Urbancrest	urbancrest	US		1033	America/New_York	39.89756	-83.08685	256			OH	049	37772	
4527042	Utley	utley	US		0	America/New_York	39.38702	-81.90986	204			OH	009	05942	
4527046	Vadis	vadis	US		0	America/New_York	39.9248	-80.82648	213			OH	013	48580	
4527051	Vales Mills	vales-mills	US		0	America/New_York	39.17785	-82.3146	200	Vales Mill,Vales Mills		OH	163	80192	
4527064	Valley Crossing	valley-crossing	US		0	America/New_York	39.88895	-82.94907	232			OH	049	33026	
4527071	Valley Junction	valley-junction	US		0	America/New_York	39.16978	-84.77495	152			OH	061	84938	
4527088	Valley View (historical)	valley-view-historical	US		0	America/New_York	39.24256	-84.70661	167			OH	061	16616	
4527092	Valley View Heights	valley-view-heights	US		0	America/New_York	39.12062	-84.29188	250			OH	025	78288	
4527100	Valleydale	valleydale	US		0	America/New_York	39.20839	-84.48328	164			OH	061	74121	
4527102	Valleywood	valleywood	US		0	America/New_York	39.72284	-84.07494	262			OH	057	04724	
4527132	Vanderhoof	vanderhoof	US		0	America/New_York	39.20202	-81.86097	261	Vanderhof,Vanderhoof		OH	009	12336	
4527136	Vandervorts Corners	vandervorts-corners	US		0	America/New_York	39.44478	-83.98882	293			OH	165	48216	
4527146	Vauces	vauces	US		0	America/New_York	39.27034	-82.8899	188	Vauces,Vauces Center,Vause		OH	141	43302	
4527150	Venable (historical)	venable-historical	US		0	America/New_York	39.52784	-84.14605	286			OH	165	15700	
4527157	Vera Junction	vera-junction	US		0	America/New_York	38.76119	-82.99156	170			OH	145	64304	
4527160	Vermona	vermona	US		0	America/New_York	39.10951	-84.28522	264			OH	025	78288	
4527180	Vesuvius (historical)	vesuvius-historical	US		0	America/New_York	38.5998	-82.6685	220	Vesuvius (historical),Vesuvius Station		OH	087	24822	
4526617	Truro	truro	US	02666	0	America/New_York	39.93395	-82.88351	234			OH	049	18000	
4527182	Vesuvius Furnace	vesuvius-furnace	US		0	America/New_York	38.60619	-82.62905	184			OH	087	24822	
4527201	Victoria Villa	victoria-villa	US		0	America/New_York	39.93395	-83.88549	321			OH	023	74119	
4527221	View (historical)	view-historical	US		0	America/New_York	39.40367	-83.05046	291			OH	141	78540	
4527223	Vigo	vigo	US		0	America/New_York	39.24784	-82.79295	187	Londonderry Station,Vigo		OH	141	43302	
4527225	Viking Village	viking-village	US		0	America/New_York	39.09784	-84.29966	272			OH	025	78288	
4527226	Villa	villa	US		0	America/New_York	39.96534	-83.75854	328			OH	023	51912	
4527243	Vicksville	vicksville	US		0	America/New_York	39.54951	-82.02348	247			OH	115	78484	
4527277	Voorheis (historical)	voorheis-historical	US		0	America/New_York	39.63534	-82.94657	215			OH	129	15070	
4527282	Vorhies (historical)	vorhies-historical	US		0	America/New_York	39.79591	-81.46595	268			OH	121	12994	
4527476	Waggoner Ripple (historical)	waggoner-ripple-historical	US		0	America/New_York	38.71257	-83.44241	156	Waggoner Ripple (historical),Waggoner's Ripple,Waggoners Ripple		OH	001	31668	
4527480	Wacker Heights	wacker-heights	US		0	America/New_York	39.74312	-82.57822	301			OH	045	63240	
4527494	Wahanaker	wahanaker	US		0	America/New_York	39.59007	-81.05816	314	Wahanaker,Wanamaker,Wandmaker		OH	111	05606	
4527496	Wahlsburg	wahlsburg	US		0	America/New_York	38.91368	-83.90271	290	Wahlsburg,Wallsburg,Wallsburgh		OH	015	71066	
4527521	Wallace Mills	wallace-mills	US		0	America/New_York	38.85841	-82.79711	171	Wallace Mill,Wallace Mills		OH	145	46606	
4527524	Wallopsburg	wallopsburg	US		0	America/New_York	39.35423	-83.75937	341			OH	027	15238	
4527546	Walnut Hills	walnut-hills	US		0	America/New_York	39.127	-84.48411	243	Walnut Hill,Walnut Hills		OH	061	15000	
4527547	Walnut Hills	walnut-hills	US		0	America/New_York	39.96534	-83.80548	308			OH	023	51912	
4527548	Walnut Hills	walnut-hills	US		0	America/New_York	39.74589	-84.16688	247			OH	113	21000	
4527558	Walnut Park	walnut-park	US		0	America/New_York	38.40953	-82.52016	171			OH	087	26782	
4527588	Wamsley	wamsley	US		0	America/New_York	38.82924	-83.27685	191	Wamsley,Wamsleys,Wamsleyville		OH	001	38486	
4527592	Ward (historical)	ward-historical	US		0	America/New_York	39.50146	-81.14817	318			OH	167	31276	
4527599	Warder Park	warder-park	US		0	America/New_York	39.92867	-83.77687	305			OH	023	74118	
4527613	Wardwood Acres	wardwood-acres	US		0	America/New_York	39.242	-84.59133	260			OH	061	16616	
4527641	Warwickshire	warwickshire	US		0	America/New_York	39.41589	-84.55745	187			OH	017	33012	
4527676	Washington Meadows	washington-meadows	US		0	America/New_York	39.58451	-82.88601	252			OH	129	81550	
4527679	Washington Oaks	washington-oaks	US		0	America/New_York	39.54284	-83.42964	295			OH	047	81718	
4527712	Watch Farm Acres	watch-farm-acres	US		0	America/New_York	39.06451	-84.37938	250			OH	061	01980	
4527713	Watch Hill	watch-hill	US		0	America/New_York	39.06367	-84.37161	234			OH	061	01980	
4527763	Waverly Estates	waverly-estates	US		0	America/New_York	39.12757	-82.9749	179			OH	131	61434	
4527764	Waverly Gables	waverly-gables	US		0	America/New_York	39.1159	-83.00657	211			OH	131	61434	
4527765	Waverly Heights	waverly-heights	US		0	America/New_York	39.13451	-82.98073	184			OH	131	61434	
4527767	Waverly Place	waverly-place	US		0	America/New_York	39.12451	-82.99462	212			OH	131	61434	
4527834	Webb Summit	webb-summit	US		0	America/New_York	39.58646	-82.36182	240	Summit,Webb Station,Webb Summit,Webbs Station,Webbs Summit		OH	073	26488	
4527838	Webertown	webertown	US		0	America/New_York	39.23562	-83.83743	306	Weberton,Webertown		OH	071	22204	
4527851	Wegee	wegee	US		0	America/New_York	39.9623	-80.76953	204			OH	013	48580	
4527869	Wellan (historical)	wellan-historical	US		0	America/New_York	39.77646	-82.31182	265	Wellan (historical),Wellans		OH	127	65760	
4527893	Welshtown	welshtown	US		0	America/New_York	39.02758	-81.99569	201	Welchtown,Welshtown		OH	105	70114	
4527897	Wengerlawn	wengerlawn	US		0	America/New_York	39.87366	-84.46495	319			OH	113	15518	
4527900	Werk Place	werk-place	US		0	America/New_York	39.14228	-84.59244	280			OH	061	15000	
4527945	West Arnheim	west-arnheim	US		0	America/New_York	38.93396	-83.87354	292			OH	015	28210	
4527963	West Carrollton City	west-carrollton-city	US		13297	America/New_York	39.67228	-84.25216	214	Alexandersville,Alexanderville,Alexandriaville,Carrollton,Carrolton,West Carrollton City,West Carrolton		OH	113	83090	
4527988	West Enon Estates	west-enon-estates	US		0	America/New_York	39.86756	-83.94715	273			OH	023	46788	
4527989	West Florence	west-florence	US		0	America/New_York	39.74394	-84.76051	349	Florence,West Florence		OH	135	38010	
4528013	West Holland	west-holland	US		0	America/New_York	39.55256	-83.26519	262			OH	047	47684	
4528020	West Junction	west-junction	US		0	America/New_York	39.21812	-82.76823	185	Bakers,Bakers Junction,Beecher,West Junction		OH	141	38808	
4528021	West Lancaster	west-lancaster	US		0	America/New_York	39.62284	-83.60964	323	Lancaster,West Lancaster		OH	047	38598	
4528024	West Logan	west-logan	US		0	America/New_York	39.53896	-82.42849	230			OH	073	26488	
4528029	West Marietta	west-marietta	US		0	America/New_York	39.41341	-81.47123	258	Fort Harmar,Fort Harmer,Point Harmar,Point Harmer,West Marietta		OH	167	47628	
4528052	West Price Hill	west-price-hill	US		0	America/New_York	39.11395	-84.59133	270			OH	061	15000	
4528053	West Rushville	west-rushville	US		135	America/New_York	39.76395	-82.44738	308			OH	045	66684	
4528062	West Shore Cottage Area	west-shore-cottage-area	US		0	America/New_York	39.9384	-81.41873	262			OH	059	66698	
4528064	West Side	west-side	US		0	America/New_York	39.74978	-84.21661	225	West Side,Westside		OH	113	21000	
4528086	West Zanesville	west-zanesville	US		0	America/New_York	39.9459	-82.01791	212			OH	119	88084	
4528094	Westbrook Village	westbrook-village	US		0	America/New_York	38.84119	-82.21237	173			OH	053	29218	
4528105	Western Hills	western-hills	US		0	America/New_York	39.4173	-81.47457	269			OH	167	47628	
4528151	Westridge	westridge	US		0	America/New_York	39.96728	-83.86771	330			OH	023	29862	
4528166	Westwood Acres	westwood-acres	US		0	America/New_York	38.84147	-82.25682	177			OH	053	31738	
4528187	Wetherington	wetherington	US		1302	America/New_York	39.36367	-84.37744	262			OH	017	83150	
4528194	Wheatville	wheatville	US		0	America/New_York	39.68811	-84.57606	290			OH	135	41846	
4528211	Wheelers Mill	wheelers-mill	US		0	America/New_York	38.82758	-82.84989	172	Wheeler,Wheelers Mill,Wheelers Siding		OH	145	34020	
4528212	Whigville	whigville	US		0	America/New_York	39.82757	-81.37373	359	Freedom,Whigville		OH	121	47810	
4528222	Whippoorwill	whippoorwill	US		0	America/New_York	38.83229	-83.50297	203			OH	001	76768	
4528223	Whipstown	whipstown	US		0	America/New_York	39.64451	-82.16459	306	Whippstown,Whipstown		OH	127	63366	
4528229	Whisler	whisler	US		0	America/New_York	39.48673	-82.8199	252	Pinchgut,Whisler,Whistler,Wissler		OH	129	70184	
4528254	White Eyes Town (historical)	white-eyes-town-historical	US		0	America/New_York	39.87229	-81.90541	219	Old Town,White Eyes Town (historical)		OH	119	82236	
4527902	Wesley	wesley	US	04686	0	America/New_York	39.92479	-82.1757	286			OH	119	36372	
4528274	White Oak Meadows	white-oak-meadows	US		0	America/New_York	39.22728	-84.59967	278			OH	061	16616	
4528282	White Oak Valley	white-oak-valley	US		0	America/New_York	38.92007	-83.92687	241	White Oak Valley,Whiteoak Valley		OH	015	71066	
4528285	White Rock (historical)	white-rock-historical	US		0	America/New_York	39.01536	-81.98736	177			OH	105	75847	
4528289	White Water Park	white-water-park	US		0	America/New_York	39.19756	-84.77995	152	White Water,White Water Park,Whitewater,Whitewater Park		OH	061	84938	
4528304	Whiteoak Springs (historical)	whiteoak-springs-historical	US		0	America/New_York	38.9459	-83.92354	285	White Oak,Whiteoak Springs (historical)		OH	015	71066	
4528306	Whites	whites	US		0	America/New_York	39.70479	-82.591	251			OH	045		
4528307	Whites Corner	whites-corner	US		0	America/New_York	39.63756	-84.10994	275			OH	057	05102	
4528314	Whitetree	whitetree	US		0	America/New_York	39.21339	-84.42383	247			OH	061	01672	
4528333	Wiggonsville	wiggonsville	US		0	America/New_York	38.92951	-84.09438	280	Wigginsville,Wiggonsville		OH	025	76155	
4528335	Wigner (historical)	wigner-historical	US		0	America/New_York	38.7848	-82.33321	172			OH	053	31738	
4528343	Wilbren	wilbren	US		0	America/New_York	39.72535	-82.17792	275			OH	127	62680	
4528349	Wildbrook Acres	wildbrook-acres	US		0	America/New_York	39.24284	-84.52022	236			OH	061	74121	
4528369	Wiley (historical)	wiley-historical	US		0	America/New_York	39.93338	-84.76413	332	Wiley (historical),Wileys		OH	037	33810	
4528371	Wilgus	wilgus	US		0	America/New_York	38.62175	-82.45738	243			OH	087	48174	
4528383	Willettsville	willettsville	US		0	America/New_York	39.25256	-83.7027	340	Willetsville,Willettsville,Willettville		OH	071	78344	
4528405	Williams Corners	williams-corners	US		0	America/New_York	39.17256	-84.16077	264	Williams Corner,Williams Corners		OH	025	74825	
4528424	Williamsdale	williamsdale	US		581	America/New_York	39.44117	-84.52995	184			OH	017	69498	
4528454	Willow Woods	willow-woods	US		0	America/New_York	38.80897	-82.21987	195			OH	053	29218	
4528455	Willowick	willowick	US		0	America/New_York	39.95089	-84.03938	283			OH	023	06054	
4528456	Willows (historical)	willows-historical	US		0	America/New_York	39.93284	-83.33325	298			OH	097	38696	
4528457	Willowvale	willowvale	US		0	America/New_York	38.41175	-82.51266	170			OH	087	26782	
4528458	Willowville	willowville	US		0	America/New_York	39.09562	-84.24827	262			OH	025	78288	
4528482	Wilson (historical)	wilson-historical	US		0	America/New_York	39.90562	-83.42853	314			OH	097	44674	
4528535	Winchester Park Addition	winchester-park-addition	US		0	America/New_York	39.84562	-82.81267	232			OH	049	46410	
4528548	Windy Acres	windy-acres	US		0	America/New_York	39.98562	-83.92688	334			OH	023	62610	
4528557	Winkle	winkle	US		0	America/New_York	39.11507	-83.72159	318			OH	071	32970	
4528561	Winona (historical)	winona-historical	US		0	America/New_York	39.59229	-82.33876	229	Winona (historical),Winona Furnace		OH	073	26488	
4528565	Winklers Mill	winklers-mill	US		0	America/New_York	39.68369	-80.93316	273	Winkler Mill,Winklers Mill		OH	111	57988	
4528576	Winton Place	winton-place	US		0	America/New_York	39.17423	-84.51578	170	Spring Grove,Winton Place		OH	061	15000	
4528581	Winton Terrace	winton-terrace	US		0	America/New_York	39.18228	-84.51189	179			OH	061	15000	
4528585	Wintondale	wintondale	US		0	America/New_York	39.2145	-84.51467	259			OH	061	74121	
4528596	Withamsville	withamsville	US		7021	America/New_York	39.06228	-84.28827	268	Withams,Withamsville		OH	025	78288	
4528611	Wittes Corners	wittes-corners	US		0	America/New_York	39.65895	-84.15772	279	Whipps Corner,Whites Corner,Wittes Corners		OH	113	81494	
4528614	Wittens	wittens	US		0	America/New_York	39.59008	-80.97983	195	Witten,Wittens		OH	111	37898	
4528650	Wolfpen	wolfpen	US		0	America/New_York	39.07535	-82.07764	192	Lotta,Wolfpen		OH	105	70114	
4528665	Wonder Hills	wonder-hills	US		0	America/New_York	39.29424	-82.1232	239			OH	009	02750	
4528679	Wooded Hills	wooded-hills	US		0	America/New_York	39.9684	-82.56822	286			OH	089	78400	
4528713	Womacks Mobile Home Park	womacks-mobile-home-park	US		0	America/New_York	39.79061	-84.04438	258			OH	057	04220	
4528714	Woods Mill	woods-mill	US		0	America/New_York	38.93702	-82.3396	184	Tycoon,Woods Mill		OH	053	65228	
4528721	Woodsdale	woodsdale	US		0	America/New_York	39.4345	-84.47578	188			OH	017	46340	
4528722	Woodsdale Park	woodsdale-park	US		0	America/New_York	39.42783	-84.48744	186			OH	017	69498	
4528755	Wortley	wortley	US		0	America/New_York	39.95896	-81.97847	277	Wortley,Wortley Station		OH	119	81522	
4528776	Wrightview	wrightview	US		0	America/New_York	39.79173	-84.03327	279	Wright View,Wrightview,Wrightview Heights		OH	057	04220	
4528777	Wrightville	wrightville	US		0	America/New_York	39.86089	-83.24769	290			OH	097	26068	
4528782	Wyandotte (historical)	wyandotte-historical	US		0	America/New_York	39.62784	-82.80073	309			OH	045	15686	
4528799	Wyoming Meadows	wyoming-meadows	US		0	America/New_York	39.24034	-84.49494	246			OH	061	74121	
4528840	Yankeeburg	yankeeburg	US		0	America/New_York	39.38035	-81.34317	218	Yankeeburg,Yankeeburgh		OH	167	55356	
4528848	Yarico	yarico	US		0	America/New_York	38.66175	-82.40821	277			OH	087	48174	
4528871	Yellowbud	yellowbud	US		0	America/New_York	39.50423	-83.00963	198	Yellow Bud,Yellowbud		OH	141	78540	
4528879	Yellowtown	yellowtown	US		0	America/New_York	39.70146	-82.0682	247			OH	127	04584	
4528892	Yost	yost	US		0	America/New_York	39.90868	-82.33265	262	Yost,Yosts		OH	127	36386	
4528903	Young Hickory	young-hickory	US		0	America/New_York	39.77952	-81.7493	347	Hickory,Lytlesburg,Meigsville,Young Hickory		OH	119	48916	
4528908	Youngs	youngs	US		0	America/New_York	38.89868	-83.20602	182	Holcomb City,Young,Youngs,Youngs Station		OH	145	65522	
4528913	Zahns Corners	zahns-corners	US		0	America/New_York	39.06063	-82.9624	202	Zahns Corners,Zohns Corners		OH	131	71171	
4528932	Zanesville Terrace	zanesville-terrace	US		0	America/New_York	39.89951	-82.03375	229			OH	119	74125	
4528935	Zeal (historical)	zeal-historical	US		0	America/New_York	39.19646	-82.29598	205			OH	105	16924	
4528941	Zeno	zeno	US		0	America/New_York	39.79841	-81.73346	335			OH	119	48916	
4528948	Zimmer	zimmer	US		0	America/New_York	39.90673	-82.89823	230	Zimmer,Zimmers		OH	049	46410	
4529025	Ziontown	ziontown	US		0	America/New_York	39.85368	-82.3621	330			OH	127	76659	
4529072	Zuber (historical)	zuber-historical	US		0	America/New_York	39.82506	-83.03241	220			OH	049	37772	
4529132	Adamson	adamson	US		0	America/Chicago	34.92399	-95.5472	189			OK	121		
4529134	Addielee	addielee	US		0	America/Chicago	35.95897	-94.63689	267			OK	001		
4529157	Ahloso	ahloso	US		0	America/Chicago	34.73509	-96.63751	263	Ahlora,Ahloso		OK	123		
4529176	Akins	akins	US		493	America/Chicago	35.50704	-94.69078	182			OK	135		
4529208	Alcorn	alcorn	US		0	America/Chicago	36.61309	-97.3931	321	Alcorn,Alcorn Siding		OK	071		
4529225	Alfalfa	alfalfa	US		0	America/Chicago	35.21895	-98.60729	444	Alfalfa,Boise		OK	015		
4529233	Alikchi	alikchi	US		0	America/Chicago	34.16288	-95.06912	152			OK	089		
4529275	Alluwe	alluwe	US		84	America/Chicago	36.61037	-95.4872	226	Alluwe,Lighting Creek,New Alluwe		OK	105		
4529282	Alpers	alpers	US		0	America/Chicago	34.49258	-97.38725	294			OK	019		
4529287	Alsuma	alsuma	US		0	America/Chicago	36.0951	-95.8636	202	Alsuma,Welcome		OK	143		
4529315	Amabel	amabel	US		0	America/Chicago	36.01089	-96.83808	249			OK	119		
4529323	America	america	US		0	America/Chicago	33.81539	-94.54854	128			OK	089		
4529430	Apache Wye	apache-wye	US		0	America/Chicago	35.04367	-98.35672	415			OK	015		
4529444	Apperson	apperson	US		0	America/Chicago	36.75115	-96.76614	321			OK	113		
4529447	Aqua Park	aqua-park	US		0	America/Chicago	35.62037	-95.07607	272			OK	135		
4529466	Arch	arch	US		0	America/Chicago	34.77454	-95.6611	209			OK	121		
4529504	Aron	aron	US		0	America/Chicago	35.68257	-96.51223	252			OK	037		
4529505	Arpelar	arpelar	US		272	America/Chicago	34.94204	-95.96555	228			OK	121		
4529531	Artillery Village	artillery-village	US		0	America/Chicago	34.63896	-98.41394	364			OK	031		
4529559	Asphaltum	asphaltum	US		0	America/Chicago	34.26009	-97.67503	299			OK	067		
4529602	Atlee	atlee	US		0	America/Chicago	34.09343	-97.63253	263	Atlee,Butcher Knife		OK	067		
4529640	Autwine	autwine	US		0	America/Chicago	36.72198	-97.23004	296	Autwine,Pierceton,Virginia		OK	071		
4529647	Avard	avard	US		24	America/Chicago	36.69892	-98.78898	450			OK	151		
4529656	Aydelotte	aydelotte	US		0	America/Chicago	35.44424	-96.91169	302			OK	125		
4529657	Aylesworth	aylesworth	US		0	America/Chicago	34.02815	-96.62666	204			OK	095		
4529662	Babbs	babbs	US		0	America/Chicago	34.94839	-99.05952	468			OK	075		
4529663	Bache	bache	US		0	America/Chicago	34.89426	-95.6486	236			OK	121		
4529668	Bacone	bacone	US		0	America/Chicago	35.76704	-95.34024	176			OK	101		
4529679	Bado	bado	US		0	America/Chicago	36.21698	-98.74287	542			OK	093		
4529703	Bald Hill	bald-hill	US		0	America/Chicago	35.74038	-95.83721	223	Bald Hill,Baldhill		OK	111		
4529719	Baldridge	baldridge	US		0	America/Chicago	35.36204	-94.61994	138			OK	135		
4529735	Ballou	ballou	US		176	America/Chicago	36.14593	-95.19024	275			OK	097		
4529760	Banty	banty	US		0	America/Chicago	34.06982	-96.09498	218			OK	013		
4529762	Banzet	banzet	US		0	America/Chicago	36.94285	-95.25163	284			OK	035		
4529802	Barber	barber	US		0	America/Chicago	35.75731	-94.86773	200			OK	021		
4529977	Baron	baron	US		0	America/Chicago	35.9237	-94.61633	267	Baron,Barren,Barren Fork		OK	001		
4529980	Barr	barr	US		0	America/Chicago	36.23254	-98.03367	369			OK	047		
4530007	Baugh	baugh	US		0	America/Chicago	36.21897	-96.31751	251			OK	117		
4530008	Baum	baum	US		0	America/Chicago	34.26815	-96.98085	220	Baum,Boland		OK	019		
4530014	Beachton	beachton	US		0	America/Chicago	34.49066	-94.56661	289			OK	089		
4530228	Bebee	bebee	US		0	America/Chicago	34.84508	-96.79168	308			OK	123		
4530239	Beckwith	beckwith	US		0	America/Chicago	36.19703	-94.70995	268			OK	041		
4530246	Bedwell	bedwell	US		0	America/Chicago	35.15982	-94.71689	135			OK	079		
4530271	Beland	beland	US		0	America/Chicago	35.69177	-95.53581	177	Beland,Chase		OK	101		
4530273	Belfonte	belfonte	US		394	America/Chicago	35.54426	-94.55494	244			OK	135		
4530322	Bender	bender	US		0	America/Chicago	36.93309	-97.13754	362			OK	071		
4530324	Bengal	bengal	US		0	America/Chicago	34.83288	-95.06191	201			OK	077		
4530396	Bethel Acres	bethel-acres	US		3101	America/Chicago	35.30868	-97.02558	343			OK	125		
4530527	Big Cedar	big-cedar	US		0	America/Chicago	34.64594	-94.64884	266	Big Cedar,Bigcedar		OK	079		
4530574	Big Rocks	big-rocks	US		0	America/Chicago	34.22955	-95.57302	160			OK	127		
4530675	Bigheart	bigheart	US		0	America/Chicago	36.85173	-96.22583	289			OK	113		
4530688	Bills Corner	bills-corner	US		0	America/Chicago	36.29005	-97.06754	285			OK	103		
4530799	Black Bear	black-bear	US		0	America/Chicago	36.3406	-97.21976	290	Black Bear,Drace		OK	103		
4530849	Blackgum	blackgum	US		51	America/Chicago	35.60982	-94.98968	276			OK	135		
4530853	Blackjack	blackjack	US		0	America/Chicago	35.43065	-94.63772	211			OK	135		
4530862	Blackland	blackland	US		0	America/Chicago	36.82921	-96.49224	337			OK	113		
4530887	Blanton	blanton	US		0	America/Chicago	36.42781	-97.927	400			OK	047		
4530983	Boatman	boatman	US		0	America/Chicago	36.25843	-95.18441	201			OK	097		
4531007	Boehler	boehler	US		0	America/Chicago	34.17093	-95.88359	173			OK	005		
4531153	Bokhoma	bokhoma	US		0	America/Chicago	33.82289	-94.58299	127			OK	089		
4531165	Bomar	bomar	US		0	America/Chicago	33.85955	-97.12696	252	Bob,Bomar		OK	085		
4531181	Bookertee	bookertee	US		0	America/Chicago	35.36732	-96.08334	233			OK	107		
4531191	Bordeaux	bordeaux	US		0	America/Chicago	35.11426	-94.87356	157			OK	079		
4531210	Boudinot	boudinot	US		0	America/Chicago	34.81341	-97.10836	280			OK	049		
4531215	Boulangerville	boulangerville	US		0	America/Chicago	36.95645	-96.21833	242			OK	113		
4531218	Boulanger Landing	boulanger-landing	US		0	America/Chicago	36.97006	-96.20027	229			OK	113		
4531226	Bouse Junction	bouse-junction	US		0	America/Chicago	36.4217	-98.88898	498			OK	093		
4531237	Bowlin Spring	bowlin-spring	US		0	America/Chicago	36.61898	-95.37775	235			OK	035		
4531243	Bowring	bowring	US		0	America/Chicago	36.87813	-96.11999	251			OK	113		
4531245	Box	box	US		0	America/Chicago	34.97146	-97.15002	322			OK	027		
4531246	Box	box	US		224	America/Chicago	35.58121	-94.97634	280	Box,Roy		OK	135		
4531300	Bray	bray	US		1193	America/Chicago	34.63786	-97.81753	384			OK	137		
4531309	Breckinridge	breckinridge	US		245	America/Chicago	36.43698	-97.73172	366	Breckenridge,Breckinridge		OK	047		
4531336	Briartown	briartown	US		0	America/Chicago	35.29732	-95.23969	167			OK	101		
4531346	Bridge Creek	bridge-creek	US		335	America/Chicago	35.23506	-97.73671	420			OK	051		
4531364	Brink	brink	US		0	America/Chicago	36.84114	-98.6123	412			OK	151		
4531367	Brinkman	brinkman	US		0	America/Chicago	35.01006	-99.51676	516			OK	055		
4531375	Bristow Point	bristow-point	US		0	America/Chicago	35.12176	-95.61249	185			OK	121		
4531437	Bromide Junction	bromide-junction	US		0	America/Chicago	34.40426	-96.43278	183			OK	069		
4531461	Brown	brown	US		0	America/Chicago	34.08898	-96.48027	234			OK	013		
4531516	Brushy	brushy	US		900	America/Chicago	35.55704	-94.7255	295			OK	135		
4531584	Bucher	bucher	US		0	America/Chicago	35.91421	-98.35757	429	Bucher,Bucker		OK	011		
4531601	Buck Creek Landing	buck-creek-landing	US		0	America/Chicago	34.0265	-94.5116	121			OK	089		
4531667	Bug Tussle	bug-tussle	US		0	America/Chicago	35.03093	-95.68999	183			OK	121		
4531692	Bull Hollow	bull-hollow	US		67	America/Chicago	36.3137	-94.90718	262			OK	041		
4531731	Burg	burg	US		0	America/Chicago	34.58065	-95.9961	220			OK	005		
4531744	Burmah	burmah	US		0	America/Chicago	35.82699	-99.07482	567			OK	043		
4531785	Bushyhead	bushyhead	US		1314	America/Chicago	36.46148	-95.49414	233			OK	131		
4531846	Byng	byng	US		1191	America/Chicago	34.8612	-96.66557	297			OK	123		
4531870	Cabaniss	cabaniss	US		0	America/Chicago	34.94176	-96.02472	223			OK	121		
4531892	Cache Wye	cache-wye	US		0	America/Chicago	34.70951	-98.6284	454			OK	031		
4531978	Caldwell Hill	caldwell-hill	US		0	America/Chicago	34.18732	-97.0164	251			OK	019		
4531985	Calida	calida	US		0	America/Chicago	36.19313	-96.29807	234			OK	117		
4532138	Canadian Fork	canadian-fork	US		0	America/Chicago	35.24315	-95.52776	189			OK	121		
4532145	Canadian Shores	canadian-shores	US		0	America/Chicago	35.17482	-95.74027	204			OK	121		
4532254	Caney Ridge	caney-ridge	US		0	America/Chicago	35.76426	-94.88078	215			OK	021		
4532321	Cardin (historical)	cardin-historical	US		3	America/Chicago	36.97257	-94.84884	247	Cardin (historical),Tar River		OK	115		
4532328	Carl	carl	US		0	America/Chicago	34.95811	-99.94038	585			OK	057		
4532405	Carter Nine	carter-nine	US		0	America/Chicago	36.74476	-96.66142	342			OK	113		
4532409	Carters Corner	carters-corner	US		0	America/Chicago	35.28954	-95.66304	191			OK	091		
4532410	Carters Landing	carters-landing	US		0	America/Chicago	35.79731	-94.90384	212			OK	021		
4532414	Cartoco	cartoco	US		0	America/Chicago	36.08729	-96.71419	237			OK	119		
4532422	Carwile	carwile	US		0	America/Chicago	36.46337	-98.30118	425			OK	003		
4532440	Caston	caston	US		0	America/Chicago	34.95732	-94.83301	166	Caston,Maxey		OK	079		
4532467	Catale	catale	US		0	America/Chicago	36.56092	-95.37192	240			OK	131		
4532468	Catesby	catesby	US		0	America/Chicago	36.49309	-99.9629	729			OK	045		
4532669	Cedar Knobb	cedar-knobb	US		0	America/Chicago	35.24704	-94.44772	203			OK	079		
4532694	Cedar Village	cedar-village	US		0	America/Chicago	34.44231	-97.13419	250			OK	099		
4532776	Central High	central-high	US		1184	America/Chicago	34.62313	-98.08976	360			OK	137		
4532829	Cestos	cestos	US		0	America/Chicago	36.14421	-99.09371	573			OK	043		
4532843	Chance	chance	US		0	America/Chicago	36.06036	-94.65522	367			OK	001		
4532851	Cedardale	cedardale	US		0	America/Chicago	36.31893	-98.99649	544			OK	153		
4532864	Chaney	chaney	US		0	America/Chicago	36.4792	-99.84873	720			OK	045		
4532899	Chatto Crossing	chatto-crossing	US		0	America/Chicago	34.68563	-98.38755	341			OK	031		
4532913	Cheek	cheek	US		0	America/Chicago	34.07843	-97.28252	248			OK	019		
4533010	Chewey	chewey	US		135	America/Chicago	36.1037	-94.76745	267			OK	001		
4533020	Cheyenne Valley	cheyenne-valley	US		0	America/Chicago	36.3692	-98.65786	412			OK	093		
4533044	Chigley	chigley	US		0	America/Chicago	34.59342	-97.07835	292			OK	099		
4533076	Childers	childers	US		0	America/Chicago	36.77175	-95.5397	227			OK	105		
4533086	Chilesville	chilesville	US		0	America/Chicago	35.55202	-96.47668	273			OK	107		
4533088	Chilli	chilli	US		0	America/Chicago	34.94204	-95.43664	210			OK	077		
4533093	Chilocco	chilocco	US		0	America/Chicago	36.98892	-97.06976	351			OK	071		
4533118	Chism	chism	US		0	America/Chicago	34.91286	-96.93696	296			OK	087		
4533125	Chloeta	chloeta	US		0	America/Chicago	36.42314	-94.97079	280	Chloeta,Topsy		OK	041		
4533129	Chockie	chockie	US		0	America/Chicago	34.58204	-95.99833	226	Chickiechockie,Chockie		OK	005		
4533138	Chisney	chisney	US		0	America/Chicago	35.14646	-96.92641	330			OK	125		
4533538	Cimarron City	cimarron-city	US		165	America/Chicago	35.88949	-97.60171	294			OK	083		
4533565	City View	city-view	US		0	America/Chicago	34.84145	-99.35203	462	City View,O'Neil		OK	055		
4533575	Civit	civit	US		0	America/Chicago	34.78925	-97.12558	282			OK	049		
4533601	Clarks Heights	clarks-heights	US		0	America/Chicago	35.37646	-97.00086	338	Clarks Heights,Kickapoo Town		OK	125		
4533667	Clearview	clearview	US		48	America/Chicago	35.39704	-96.18639	240			OK	107		
4533679	Clemscott	clemscott	US		0	America/Chicago	34.34731	-97.45669	286			OK	019		
4533683	Cleora	cleora	US		1463	America/Chicago	36.57897	-94.97107	243	Cleora,Klaus		OK	041		
4533712	Clebit	clebit	US		0	America/Chicago	34.39038	-95.02023	264			OK	089		
4533734	Cloud Chief	cloud-chief	US		0	America/Chicago	35.25255	-98.84313	459			OK	149		
4533736	Cloud Creek	cloud-creek	US		121	America/Chicago	36.26675	-94.76967	364			OK	041		
4533749	Cloudy	cloudy	US		0	America/Chicago	34.30205	-95.28107	181			OK	127		
4533798	Cobalt Junction	cobalt-junction	US		0	America/Chicago	34.16259	-97.51197	284			OK	019		
4533828	Cocklebur Flat	cocklebur-flat	US		0	America/Chicago	36.83008	-95.19775	245			OK	035		
4533847	Cogar	cogar	US		0	America/Chicago	35.33395	-98.13061	448			OK	015		
4533851	Coil	coil	US		0	America/Chicago	34.65815	-96.52973	207			OK	123		
4533873	Cold Springs	cold-springs	US		0	America/Chicago	34.7959	-99.00508	436			OK	075		
4534008	Conser	conser	US		0	America/Chicago	34.84038	-94.68495	170			OK	079		
4534015	Coodys Bluff	coodys-bluff	US		0	America/Chicago	36.69842	-95.56414	206	Coody's Bluff,Coodys Bluff		OK	105		
4534022	Cookietown	cookietown	US		0	America/Chicago	34.27509	-98.45339	314			OK	033		
4534091	Cooperton	cooperton	US		16	America/Chicago	34.86756	-98.86674	474			OK	075		
4534100	Copic Slab	copic-slab	US		0	America/Chicago	35.60981	-94.55911	194			OK	135		
4534126	Cornatzar	cornatzar	US		0	America/Chicago	36.63897	-95.10774	205			OK	035		
4534148	Corral Crossing	corral-crossing	US		0	America/Chicago	34.66563	-98.3795	341			OK	031		
4534153	Corum	corum	US		0	America/Chicago	34.36231	-98.10421	311			OK	137		
4534156	Cottingham	cottingham	US		0	America/Chicago	35.96228	-96.95225	255			OK	119		
4534275	Counts	counts	US		0	America/Chicago	34.67343	-95.57887	214			OK	121		
4534290	Courtney	courtney	US		0	America/Chicago	33.94038	-97.50836	255	Courtney,Courtney Flats,Watkins		OK	085		
4534296	Cove Acres	cove-acres	US		0	America/Chicago	34.83146	-98.337	379			OK	031		
4534357	Cowden Junction	cowden-junction	US		0	America/Chicago	35.29089	-98.71146	485			OK	149		
4534394	Cowlington	cowlington	US		155	America/Chicago	35.27537	-94.72856	143			OK	079		
4534406	Cox City	cox-city	US		0	America/Chicago	34.72535	-97.7317	369			OK	051		
4534408	Coxs Corner	coxs-corner	US		0	America/Chicago	34.63757	-98.21227	351			OK	031		
4534441	Creata	creata	US		0	America/Chicago	34.51924	-99.54704	412			OK	065		
4534451	Crekola	crekola	US		0	America/Chicago	35.70566	-95.48748	178			OK	101		
4534455	Crescent Springs	crescent-springs	US		0	America/Chicago	35.89643	-97.60255	311			OK	083		
4534465	Creta	creta	US		0	America/Chicago	34.51674	-99.54981	412	Creta,Creta Station,Eldorado		OK	065		
4534466	Criner	criner	US		0	America/Chicago	34.97146	-97.56448	336			OK	087		
4534540	Cropper	cropper	US		0	America/Chicago	36.44114	-97.69005	361			OK	047		
4534546	Cross Roads	cross-roads	US		0	America/Chicago	35.00648	-96.24778	274			OK	063		
4534602	Crusher	crusher	US		0	America/Chicago	34.35065	-97.02946	228			OK	099		
4534622	Crystal Lakes	crystal-lakes	US		0	America/Chicago	36.21254	-98.22396	345	Crystal Lakes,Magruder		OK	093		
4534646	Curchece	curchece	US		0	America/Chicago	36.21897	-96.29279	279			OK	117		
4534846	Dead Women Crossing	dead-women-crossing	US		0	America/Chicago	35.56783	-98.65091	460			OK	039		
4534932	Degroat	degroat	US		0	America/Chicago	36.33648	-95.60387	194			OK	131		
4534934	Del City	del-city	US		22022	America/Chicago	35.44201	-97.44087	366	Dehl Siti,Del City,Del Siti,Dell City,dl syty  aklahma,dyl syty,Дел Сити,Дэл Сити,دل سیتی، اکلاهما,ديل سيتي,ڈیل سٹی، اوکلاہوما		OK	109		
4534944	Dela	dela	US		0	America/Chicago	34.20038	-95.52219	147			OK	127		
4534950	Degnan	degnan	US		0	America/Chicago	34.94732	-95.35331	202			OK	077		
4534998	Denman	denman	US		0	America/Chicago	34.93788	-95.02524	172	Denman,Denmon		OK	077		
4535000	Dempsey	dempsey	US		0	America/Chicago	35.51755	-99.82289	727			OK	129		
4535005	Denny	denny	US		0	America/Chicago	34.57009	-96.84668	382			OK	099		
4535016	Dentonville	dentonville	US		0	America/Chicago	35.7412	-96.13972	206			OK	111		
4535121	Dixie Park	dixie-park	US		0	America/Chicago	34.4873	-97.94948	336			OK	137		
4535149	Dog Creek	dog-creek	US		0	America/Chicago	35.10093	-94.85134	174			OK	079		
4535168	Dolberg (historical)	dolberg-historical	US		0	America/Chicago	34.62675	-96.9189	348			OK	123		
4535183	Dotyville	dotyville	US		101	America/Chicago	36.85896	-94.90885	236			OK	115		
4535222	Douthat (historical)	douthat-historical	US		0	America/Chicago	36.95923	-94.83606	248	Century,Deuthat,Douthat (historical)		OK	115		
4535241	Doxey	doxey	US		0	America/Chicago	35.32422	-99.58315	567			OK	009		
4535259	Drace	drace	US		0	America/Chicago	36.34032	-97.20615	286			OK	103		
4535263	Drakes Corner	drakes-corner	US		0	America/Chicago	35.98589	-96.87364	260			OK	119		
4535290	Drumb	drumb	US		0	America/Chicago	34.92982	-95.48109	210			OK	077		
4535352	Duchess Landing	duchess-landing	US		114	America/Chicago	35.39176	-95.41609	192			OK	091		
4535371	Duhringe Pass	duhringe-pass	US		0	America/Chicago	34.72951	-98.49006	402			OK	031		
4535374	Duland	duland	US		0	America/Chicago	33.96732	-95.70497	141			OK	023		
4535405	Dunjee Park	dunjee-park	US		0	America/Chicago	35.5134	-97.30059	368			OK	109		
4535425	Durwood	durwood	US		0	America/Chicago	34.17676	-96.96473	257			OK	019		
4535441	Dwight Mission	dwight-mission	US		55	America/Chicago	35.54759	-94.85189	201			OK	135		
4535451	Eagle City	eagle-city	US		0	America/Chicago	35.9331	-98.59175	520			OK	011		
4535496	Eason	eason	US		0	America/Chicago	35.0148	-97.1303	330			OK	125		
4535579	East Jesse	east-jesse	US		0	America/Chicago	34.5812	-96.51223	216	East Jesse,East Jessie		OK	029		
4535590	East Junction	east-junction	US		0	America/Chicago	35.52644	-98.96453	454			OK	039		
4535639	East Tulsa	east-tulsa	US		0	America/Chicago	36.17259	-95.94083	212			OK	143		
4535674	Eastside	eastside	US		0	America/Chicago	36.87146	-94.71662	272			OK	115		
4535712	Econtuchka	econtuchka	US		0	America/Chicago	35.40563	-96.78891	279			OK	125		
4535727	Edgewater Acres	edgewater-acres	US		0	America/Chicago	36.44232	-95.62887	213			OK	131		
4535728	Edgewater Park	edgewater-park	US		0	America/Chicago	34.8259	-98.37811	397			OK	031		
4535739	Edith	edith	US		0	America/Chicago	36.80281	-99.21122	481			OK	151		
4535811	Eli	eli	US		0	America/Chicago	35.9876	-95.1894	225			OK	021		
4535839	Ellerville	ellerville	US		0	America/Chicago	36.0312	-94.90218	242			OK	021		
4535928	Emet	emet	US		0	America/Chicago	34.20259	-96.54222	248			OK	069		
4535949	Empire City	empire-city	US		923	America/Chicago	34.42036	-98.02698	325			OK	137		
4535952	Empy	empy	US		0	America/Chicago	36.2223	-96.32001	272			OK	117		
4535953	Emsey	emsey	US		0	America/Chicago	35.76756	-97.02447	306			OK	081		
4535989	Eram	eram	US		0	America/Chicago	35.61705	-95.75499	222			OK	111		
4535998	Erin Springs	erin-springs	US		87	America/Chicago	34.81091	-97.6067	303			OK	049		
4536002	Esau Junction	esau-junction	US		0	America/Chicago	36.35367	-96.70475	260			OK	117		
4536006	Estella	estella	US		0	America/Chicago	36.68481	-95.28719	234			OK	035		
4536020	Eubanks	eubanks	US		0	America/Chicago	34.42204	-95.58497	157			OK	127		
4536072	Eville	eville	US		0	America/Chicago	34.0051	-96.98723	228			OK	085		
4536122	Fairvalley	fairvalley	US		0	America/Chicago	36.73559	-99.02454	482			OK	151		
4536226	Fallis	fallis	US		27	America/Chicago	35.74839	-97.12059	296			OK	081		
4536232	Fame	fame	US		0	America/Chicago	35.36232	-95.64582	184			OK	091		
4536248	Falls Creek Assembly	falls-creek-assembly	US		0	America/Chicago	34.42648	-97.11113	265			OK	099		
4536253	Farmers Hill	farmers-hill	US		0	America/Chicago	33.92455	-95.01745	120			OK	089		
4536259	Farris	farris	US		0	America/Chicago	34.2626	-95.86665	166			OK	005		
4536292	Featherston	featherston	US		0	America/Chicago	35.07871	-95.48998	195			OK	121		
4536295	Felker	felker	US		0	America/Chicago	34.04066	-95.05217	129			OK	089		
4536319	Fewell	fewell	US		0	America/Chicago	34.51816	-95.05385	235			OK	127		
4536925	Fite	fite	US		0	America/Chicago	36.72342	-96.07943	222			OK	113		
4536952	Fivemile Corner	fivemile-corner	US		0	America/Chicago	34.36231	-98.22643	324			OK	033		
4536954	Five Mile	five-mile	US		0	America/Chicago	36.9834	-94.693	245			OK	115		
4537003	Flint Creek	flint-creek	US		732	America/Chicago	36.17731	-94.74078	345			OK	041		
4537020	Flusche	flusche	US		0	America/Chicago	35.66788	-95.53553	180			OK	101		
4537021	Flute Springs	flute-springs	US		130	America/Chicago	35.61954	-94.80578	203			OK	135		
4537039	Fobb	fobb	US		0	America/Chicago	33.91121	-96.84611	242	Fob,Fobb		OK	095		
4537047	Fogel	fogel	US		0	America/Chicago	34.70705	-94.4555	372			OK	079		
4537067	Foraker	foraker	US		19	America/Chicago	36.87226	-96.56557	390			OK	113		
4537093	Forrester	forrester	US		0	America/Chicago	34.87232	-94.52661	163	Forester,Forrester,Lank,Lank City		OK	079		
4537121	Fort Coffee	fort-coffee	US		413	America/Chicago	35.28926	-94.58439	141			OK	079		
4537148	Fort Washita	fort-washita	US		0	America/Chicago	34.10287	-96.54639	222			OK	013		
4537178	Four Mile Crossing	four-mile-crossing	US		0	America/Chicago	34.68618	-98.44533	364			OK	031		
4537274	Franks	franks	US		0	America/Chicago	34.60648	-96.64279	267			OK	123		
4537336	Frey	frey	US		0	America/Chicago	36.01979	-96.6103	226			OK	037		
4537359	Frink	frink	US		0	America/Chicago	34.88426	-95.78944	224			OK	121		
4537379	Frogville	frogville	US		0	America/Chicago	33.89761	-95.31273	122			OK	023		
4537392	Fugate	fugate	US		0	America/Chicago	34.45732	-95.92193	202			OK	005		
4537412	Gaar Corner	gaar-corner	US		0	America/Chicago	34.79675	-96.86196	308			OK	123		
4537414	Gabriel	gabriel	US		0	America/Chicago	35.92843	-95.06496	266			OK	021		
4537423	Gaddy	gaddy	US		0	America/Chicago	35.33313	-97.00086	329			OK	125		
4537439	Gano	gano	US		0	America/Chicago	36.01479	-96.75503	260			OK	119		
4537443	Gansel	gansel	US		0	America/Chicago	36.28004	-97.37227	338			OK	103		
4537566	Gerty	gerty	US		114	America/Chicago	34.83676	-96.28973	257	Gerty,Guertie,Raydon		OK	063		
4537594	Gilland	gilland	US		0	America/Chicago	36.53314	-96.15417	223			OK	113		
4537640	Glenoak	glenoak	US		0	America/Chicago	36.72814	-95.80887	241			OK	105		
4537695	Going Snake	going-snake	US		0	America/Chicago	35.99175	-94.65022	282	Going Snake,Goingsnake		OK	001		
4537728	Goldsby	goldsby	US		2102	America/Chicago	35.14118	-97.47698	352			OK	087		
4537735	Goodlake	goodlake	US		0	America/Chicago	33.70706	-94.64243	101			OK	089		
4537748	Goodnight	goodnight	US		0	America/Chicago	35.95144	-97.14059	262			OK	083		
4537763	Gore Landing	gore-landing	US		0	America/Chicago	35.52315	-95.09579	146			OK	135		
4537776	Goss	goss	US		0	America/Chicago	34.55093	-95.69137	225			OK	005		
4537861	Grainola	grainola	US		31	America/Chicago	36.93726	-96.65058	366			OK	113		
4537862	Grainville	grainville	US		0	America/Chicago	36.84003	-97.22838	321			OK	071		
4537875	Grand Lake Towne	grand-lake-towne	US		73	America/Chicago	36.50425	-95.02246	242			OK	097		
4537897	Grandview Heights	grandview-heights	US		0	America/Chicago	35.71427	-95.36636	169			OK	101		
4537952	Gray Horse	gray-horse	US		0	America/Chicago	36.54977	-96.64781	281			OK	113		
4537970	Greasy	greasy	US		372	America/Chicago	35.66731	-94.70078	270			OK	001		
4538019	Green Country Estates	green-country-estates	US		0	America/Chicago	35.87037	-94.98829	241			OK	021		
4538030	Green Meadow Acres	green-meadow-acres	US		0	America/Chicago	34.7984	-98.3845	388			OK	031		
4538032	Green Pastures	green-pastures	US		0	America/Chicago	35.52228	-97.33587	377			OK	109		
4538083	Grenade Crossing	grenade-crossing	US		0	America/Chicago	34.66979	-98.38089	342			OK	031		
4538127	Gulftown	gulftown	US		0	America/Chicago	35.45649	-95.91111	186			OK	111		
4538227	Half Bank Crossing	half-bank-crossing	US		0	America/Chicago	34.35315	-96.00554	152			OK	005		
4538234	Hall Park	hall-park	US		1095	America/Chicago	35.23701	-97.40642	361			OK	027		
4538241	Halley	halley	US		0	America/Chicago	34.85204	-95.83666	210			OK	121		
4538255	Hammon Junction	hammon-junction	US		0	America/Chicago	35.65616	-99.37538	520			OK	129		
4538290	Happyland	happyland	US		0	America/Chicago	34.79675	-96.54945	275			OK	123		
4538294	Harden City	harden-city	US		0	America/Chicago	34.60731	-96.59973	243	Harden,Harden City		OK	123		
4538306	Harjo	harjo	US		0	America/Chicago	35.21341	-96.8278	278			OK	125		
4538335	Harmony Star	harmony-star	US		0	America/Chicago	36.3076	-95.47109	217			OK	131		
4538447	Hatchetville	hatchetville	US		0	America/Chicago	34.94201	-98.44395	404			OK	015		
4538471	Haw Creek	haw-creek	US		0	America/Chicago	34.7726	-94.50939	220	Haw Creek,Haws Creek,Hicks		OK	079		
4538490	Hazel Dell	hazel-dell	US		0	America/Chicago	35.44896	-97.0003	327			OK	125		
4538527	Hectorville	hectorville	US		0	America/Chicago	35.84204	-95.92527	202	Hector,Hectorville		OK	111		
4538585	Herd	herd	US		0	America/Chicago	36.86451	-96.20083	274			OK	113		
4538604	Herring	herring	US		0	America/Chicago	35.61005	-99.51788	549			OK	129		
4538605	Hess	hess	US		0	America/Chicago	34.4648	-99.27231	405			OK	065		
4538632	Hibsaw	hibsaw	US		0	America/Chicago	35.70367	-97.14087	266			OK	109		
4538659	Hickory Hill	hickory-hill	US		0	America/Chicago	36.9459	-96.11026	250			OK	113		
4538741	Hightower	hightower	US		0	America/Chicago	34.63063	-99.2537	404			OK	065		
4538743	Highway 9 Landing	highway-9-landing	US		0	America/Chicago	35.2401	-95.49248	190			OK	121		
4538748	Hill Chapel	hill-chapel	US		0	America/Chicago	33.98622	-94.74827	126			OK	089		
4538808	Hird	hird	US		0	America/Chicago	34.81064	-96.65196	293			OK	123		
4538810	Hisle	hisle	US		0	America/Chicago	36.47676	-95.47636	227			OK	131		
4538834	Hocker	hocker	US		0	America/Chicago	35.29005	-99.47398	595			OK	009		
4538835	Hockerville (historical)	hockerville-historical	US		0	America/Chicago	36.99396	-94.78106	259			OK	115		
4538837	Hochatown	hochatown	US		0	America/Chicago	34.15233	-94.75272	206	Hochatown,Hochetown		OK	089		
4538839	Hodgens Station	hodgens-station	US		0	America/Chicago	34.84094	-94.62856	156			OK	079		
4538863	Hogshooter	hogshooter	US		0	America/Chicago	36.6987	-95.85443	220			OK	147		
4538900	Hollow	hollow	US		0	America/Chicago	36.88758	-95.26997	273			OK	035		
4538906	Holly Creek	holly-creek	US		0	America/Chicago	33.97816	-94.81661	124			OK	089		
4539658	Jobes	jobes	US		0	America/Chicago	36.43894	-96.72087	250			OK	117		
4538989	Hontubby	hontubby	US		0	America/Chicago	34.85038	-94.56606	159			OK	079		
4538994	Hoot Owl	hoot-owl	US		4	America/Chicago	36.35981	-95.12135	216			OK	097		
4539000	Hoover	hoover	US		0	America/Chicago	34.5212	-97.24724	277			OK	049		
4539119	Hoxbar	hoxbar	US		0	America/Chicago	34.07093	-97.03918	250			OK	085		
4539129	Hucmac	hucmac	US		0	America/Chicago	36.05754	-98.7962	585	Hucmac,Humac		OK	043		
4539154	Hulah	hulah	US		0	America/Chicago	36.92868	-96.03526	223			OK	113		
4539182	Hughart	hughart	US		0	America/Chicago	35.2026	-95.29636	242			OK	061		
4539202	Huskey	huskey	US		0	America/Chicago	33.94594	-95.27829	125			OK	023		
4539214	Hy 10 Landing	hy-10-landing	US		0	America/Chicago	35.61537	-95.17691	150			OK	101		
4539222	IXL	ixl	US		51	America/Chicago	35.52258	-96.38834	263			OK	107		
4539223	Iconium	iconium	US		0	America/Chicago	35.86922	-97.18781	339			OK	083		
4539265	Imo	imo	US		0	America/Chicago	36.35392	-97.97784	378			OK	047		
4539286	Indiahoma Wye	indiahoma-wye	US		0	America/Chicago	34.69562	-98.70534	474			OK	031		
4539301	Indian City	indian-city	US		0	America/Chicago	35.03728	-98.22588	413			OK	015		
4539315	Indian Meadows	indian-meadows	US		0	America/Chicago	35.87315	-94.96579	252			OK	021		
4539331	Indian Village	indian-village	US		0	America/Chicago	36.41063	-96.38502	233	Hominy Indian Village Reserve,Indian Village		OK	113		
4539340	Indogco	indogco	US		0	America/Chicago	35.17674	-96.56613	249			OK	133		
4539345	Ingersoll	ingersoll	US		0	America/Chicago	36.79642	-98.3948	367			OK	003		
4539396	Iron Post	iron-post	US		120	America/Chicago	35.72647	-96.40556	258			OK	037		
4539397	Iron Post	iron-post	US		92	America/Chicago	36.15815	-95.14135	215			OK	097		
4539405	Iron Stob Corner	iron-stob-corner	US		0	America/Chicago	33.89566	-94.94744	127			OK	089		
4539407	Ironbridge	ironbridge	US		0	America/Chicago	35.23815	-94.95523	169			OK	061		
4539442	Ituna	ituna	US		0	America/Chicago	36.48309	-97.96951	415			OK	047		
4539496	Jacks	jacks	US		0	America/Chicago	36.04448	-97.9095	333			OK	073		
4539521	Jacktown	jacktown	US		0	America/Chicago	35.50701	-97.00058	304			OK	081		
4539566	Jaydee	jaydee	US		0	America/Chicago	34.75287	-96.43917	230			OK	123		
4539649	Jester	jester	US		0	America/Chicago	35.00922	-99.6951	518			OK	055		
4539661	Jimtown	jimtown	US		0	America/Chicago	33.86205	-97.36946	232			OK	085		
4539724	Jollyville	jollyville	US		0	America/Chicago	34.46064	-97.1303	249			OK	099		
4539725	Jonah	jonah	US		0	America/Chicago	36.44448	-97.94895	409			OK	047		
4539760	Jubys	jubys	US		0	America/Chicago	36.20369	-96.28446	264	Juby's,Jubys		OK	117		
4539767	Jumbo	jumbo	US		0	America/Chicago	34.44538	-95.73553	191			OK	127		
4540054	Karns	karns	US		0	America/Chicago	35.62394	-98.22478	439			OK	017		
4540057	Katie	katie	US		351	America/Chicago	34.57953	-97.35225	297			OK	049		
4540086	Keefton	keefton	US		0	America/Chicago	35.58982	-95.33941	170	Keefeton,Keefton		OK	101		
4540091	Keetonville	keetonville	US		0	America/Chicago	36.30649	-95.70832	186			OK	131		
4540094	Keith	keith	US		0	America/Chicago	36.09177	-95.46469	176			OK	131		
4540102	Kellond	kellond	US		0	America/Chicago	34.26371	-95.64025	160	Kelland,Kellond		OK	127		
4540105	Keenan	keenan	US		0	America/Chicago	36.27587	-99.56956	704			OK	153		
4540130	Kengle	kengle	US		0	America/Chicago	36.13648	-96.05139	196			OK	143		
4540131	Kennady	kennady	US		0	America/Chicago	35.01454	-94.76106	176			OK	079		
4540156	Keokuk Falls	keokuk-falls	US		0	America/Chicago	35.40507	-96.6364	282			OK	125		
4540182	Keys	keys	US		565	America/Chicago	35.79815	-94.96773	292			OK	021		
4540194	Kiamichi	kiamichi	US		0	America/Chicago	34.63538	-95.17885	190	Kiamichi,Kiamitia,Kimishi		OK	127		
4540254	Kiersey	kiersey	US		0	America/Chicago	34.00565	-96.46555	228			OK	013		
4540256	Kiheki	kiheki	US		0	America/Chicago	36.67313	-96.21583	263			OK	113		
4540402	Komalty	komalty	US		0	America/Chicago	35.04756	-98.99035	476			OK	075		
4540418	Kosoma	kosoma	US		0	America/Chicago	34.34843	-95.61303	160			OK	127		
4540438	Kullituklo	kullituklo	US		0	America/Chicago	33.85205	-94.72216	117	Kuli Inla,Kulli,Kulli Inla,Kulliinla,Kullituklo		OK	089		
4540443	Kusa	kusa	US		0	America/Chicago	35.44927	-95.92416	200			OK	111		
4540463	Laden	laden	US		0	America/Chicago	35.7176	-96.0475	217			OK	111		
4540479	Lake Aluma	lake-aluma	US		88	America/Chicago	35.537	-97.44115	348			OK	109		
4540503	Lake Ellsworth Addition	lake-ellsworth-addition	US		0	America/Chicago	34.83701	-98.32172	387			OK	031		
4540520	Lake Hiwassee	lake-hiwassee	US		0	America/Chicago	35.65172	-97.30615	301			OK	109		
4540595	Lake Valley	lake-valley	US		0	America/Chicago	35.16811	-98.86313	467			OK	149		
4540606	Lake West	lake-west	US		0	America/Chicago	33.89593	-95.88553	157	Lake West,Lakewest,Westlake		OK	013		
4540633	Lakeside Village	lakeside-village	US		0	America/Chicago	34.7984	-98.38505	387			OK	031		
4540651	Lamberson	lamberson	US		0	America/Chicago	34.79482	-95.01357	267			OK	079		
4539753	Joy	joy	US	61260	0	America/Chicago	34.5937	-97.14224	257			OK	099		
4540693	Last Chance	last-chance	US		0	America/Chicago	35.53675	-96.26445	245	Last Chance,Morse		OK	107		
4540719	Laverty	laverty	US		0	America/Chicago	34.99062	-98.07532	416			OK	051		
4540727	Lawrence Creek	lawrence-creek	US		149	America/Chicago	36.08507	-96.42529	236			OK	037		
4540731	Lawrie	lawrie	US		0	America/Chicago	35.95671	-97.42337	275			OK	083		
4540754	Lawtonka Acres	lawtonka-acres	US		0	America/Chicago	34.7784	-98.53173	422	Lawtonka Acres,Mount Scott		OK	031		
4540761	Leach	leach	US		237	America/Chicago	36.20481	-94.92245	338	Leach,Ulm		OK	041		
4540767	Leader	leader	US		0	America/Chicago	34.72898	-96.47723	242			OK	123		
4540850	Lee Heights	lee-heights	US		0	America/Chicago	33.99593	-96.34888	207			OK	013		
4540882	Lela	lela	US		0	America/Chicago	36.31894	-96.92448	268	Lea,Lela		OK	117		
4540885	Leliaetta	leliaetta	US		0	America/Chicago	36.01732	-95.36802	186			OK	145		
4540890	Lenna	lenna	US		0	America/Chicago	35.37649	-95.76944	193			OK	091		
4540904	Leonel	leonel	US		0	America/Chicago	35.99115	-98.65314	559			OK	043		
4540905	Lep	lep	US		0	America/Chicago	36.79059	-96.72503	335			OK	113		
4540912	Letitia	letitia	US		0	America/Chicago	34.57952	-98.21171	351			OK	031		
4541004	Lige	lige	US		0	America/Chicago	34.6584	-99.01869	414			OK	075		
4541040	Lillard Park	lillard-park	US		0	America/Chicago	35.42867	-97.59421	383			OK	109		
4541056	Limestone Gap	limestone-gap	US		0	America/Chicago	34.60065	-95.97138	202			OK	005		
4541145	Little	little	US		0	America/Chicago	35.34813	-96.67196	294			OK	133		
4541152	Little Axe	little-axe	US		0	America/Chicago	35.23257	-97.21253	320			OK	027		
4541182	Little Chief	little-chief	US		0	America/Chicago	36.66588	-96.64031	300			OK	113		
4541186	Little City	little-city	US		0	America/Chicago	34.08621	-96.61611	225			OK	095		
4541616	Lone Chimney (historical)	lone-chimney-historical	US		0	America/Chicago	36.23478	-96.79142	319			OK	117		
4541671	Long	long	US		370	America/Chicago	35.49759	-94.58466	261			OK	135		
4541748	Longtown	longtown	US		2739	America/Chicago	35.24538	-95.51276	187			OK	121		
4541803	Lotsee	lotsee	US		2	America/Chicago	36.13342	-96.20945	231			OK	143		
4541804	Louis	louis	US		0	America/Chicago	34.56535	-99.80149	459			OK	057		
4541952	Lowrey	lowrey	US		0	America/Chicago	36.09814	-94.92218	332			OK	021		
4541965	Lugert	lugert	US		0	America/Chicago	34.89589	-99.27536	469			OK	075		
4541982	Lusta	lusta	US		0	America/Chicago	36.2426	-95.33719	189			OK	097		
4541996	Lutie	lutie	US		0	America/Chicago	34.92343	-95.26191	182			OK	077		
4542010	Lynn Lane	lynn-lane	US		0	America/Chicago	36.14788	-95.77971	204			OK	143		
4542041	Mackie	mackie	US		0	America/Chicago	35.68616	-99.79455	620			OK	129		
4542044	Macomb-Y	macomb-y	US		0	America/Chicago	35.14646	-96.92669	330			OK	125		
4542051	Madge	madge	US		0	America/Chicago	34.90033	-99.95844	587			OK	057		
4542072	Maguire	maguire	US		0	America/Chicago	35.13118	-97.30003	357			OK	027		
4542085	Mallard Bay	mallard-bay	US		0	America/Chicago	35.85982	-95.27913	185			OK	145		
4542159	Marena	marena	US		0	America/Chicago	36.07227	-97.21198	334			OK	119		
4542187	Marsden	marsden	US		0	America/Chicago	34.05565	-97.19557	235			OK	085		
4542238	Masham	masham	US		0	America/Chicago	36.44922	-96.85365	293			OK	117		
4542254	Massey Point	massey-point	US		0	America/Chicago	35.06426	-95.64499	211			OK	121		
4542255	Matoy	matoy	US		0	America/Chicago	34.1351	-96.05998	175			OK	013		
4542374	McBride	mcbride	US		84	America/Chicago	33.93538	-96.63333	205			OK	095		
4542382	McCarty	mccarty	US		0	America/Chicago	34.67036	-97.3178	317			OK	049		
4542396	McClure	mcclure	US		0	America/Chicago	35.65144	-99.30565	509			OK	039		
4542404	McCord	mccord	US		1440	America/Chicago	36.67847	-97.04	327			OK	113		
4542428	McFadden Cove	mcfadden-cove	US		0	America/Chicago	36.70476	-96.9342	314			OK	071		
4542431	McFarlin	mcfarlin	US		0	America/Chicago	36.20593	-95.53331	191			OK	131		
4542433	McGee	mcgee	US		0	America/Chicago	34.82564	-96.95724	342			OK	049		
4542459	McKey	mckey	US		135	America/Chicago	35.48259	-94.88495	160			OK	135		
4542462	McKiddyville	mckiddyville	US		0	America/Chicago	35.08757	-97.21197	358			OK	027		
4542485	McLain	mclain	US		0	America/Chicago	35.56649	-95.26885	163			OK	101		
4542495	McKnight	mcknight	US		0	America/Chicago	34.76617	-99.91232	526			OK	057		
4542504	McMahon	mcmahon	US		0	America/Chicago	36.31587	-97.2456	293			OK	103		
4542509	McMillan	mcmillan	US		0	America/Chicago	34.08982	-96.93723	231			OK	095		
4542520	McQueen	mcqueen	US		0	America/Chicago	34.66673	-99.70176	469			OK	057		
4542521	McWillie	mcwillie	US		0	America/Chicago	36.53587	-98.35452	441			OK	003		
4542573	Mehan	mehan	US		0	America/Chicago	36.04506	-96.94253	255			OK	119		
4542574	Mekko	mekko	US		0	America/Chicago	35.0001	-95.75388	190			OK	121		
4542658	Messer	messer	US		0	America/Chicago	34.08733	-95.46941	144			OK	023		
4542679	Metory	metory	US		0	America/Chicago	35.84037	-95.03829	241			OK	021		
4542698	Micawber	micawber	US		0	America/Chicago	35.62452	-96.51223	228			OK	107		
4542735	Middleberg	middleberg	US		0	America/Chicago	35.10618	-97.73504	401	Middleberg,Middleburg		OK	051		
4542760	Midway Village	midway-village	US		0	America/Chicago	35.45951	-97.44559	364			OK	109		
4542765	Midwest City	midwest-city	US		57249	America/Chicago	35.44951	-97.3967	382	Miduehst-Siti,Midvehst Siti,Midvest Siti,Midvest-Siti,mydwst syty  aklahma,mydwyst syty,Мидвест Сити,Мидвэст Сити,Мидуэст-Сити,Мідвест-Сіті,ميدويست سيتي,مڈویسٹ سٹی، اوکلاہوما,میدوست سیتی، اکلاهما		OK	109		
4542863	Mills (historical)	mills-historical	US		0	America/Chicago	36.96646	-94.75912	260			OK	115		
4542999	Moorewood	moorewood	US		0	America/Chicago	35.74033	-99.34899	557			OK	039		
4543017	Morgans Corner	morgans-corner	US		0	America/Chicago	36.36814	-96.21417	247			OK	113		
4543019	Moreville	moreville	US		0	America/Chicago	36.78618	-94.7919	242			OK	115		
4543050	Morvin	morvin	US		0	America/Chicago	35.20341	-97.01586	333			OK	125		
4543100	Mount Herman	mount-herman	US		0	America/Chicago	34.30594	-94.81439	277			OK	089		
4543173	Mount View	mount-view	US		0	America/Chicago	34.79701	-98.17671	399			OK	031		
4543208	Mound Grove	mound-grove	US		0	America/Chicago	34.08205	-95.08717	147			OK	089		
4543289	Mule Barn	mule-barn	US		0	America/Chicago	36.21702	-96.31196	254			OK	117		
4543348	Murry Spur	murry-spur	US		0	America/Chicago	35.25982	-94.54855	140			OK	079		
4543364	Myers	myers	US		0	America/Chicago	36.75339	-96.40084	262			OK	113		
4543393	Nanos	nanos	US		0	America/Chicago	36.79645	-96.26944	280			OK	113		
4543398	Narcissa	narcissa	US		99	America/Chicago	36.80118	-94.9269	258			OK	115		
4543402	Nani-chito	nani-chito	US		0	America/Chicago	34.42233	-94.64689	234			OK	089		
4543406	Nashoba Y	nashoba-y	US		0	America/Chicago	34.48288	-95.28135	227			OK	127		
4543416	Navina	navina	US		0	America/Chicago	35.79894	-97.56032	321	Berg,Navina		OK	083		
4543443	Neff	neff	US		0	America/Chicago	35.07288	-94.59189	146	Neff,Neffs		OK	079		
4543444	Negro Bend	negro-bend	US		0	America/Chicago	34.32593	-95.93554	167			OK	005		
4543463	Neill	neill	US		0	America/Chicago	34.82174	-97.51253	293			OK	049		
4543464	Nelagoney	nelagoney	US		0	America/Chicago	36.62646	-96.24223	262	Nelagoney,Nelagony		OK	113		
4543467	Nellie	nellie	US		0	America/Chicago	34.57952	-98.12449	351			OK	137		
4543584	New Lima	new-lima	US		0	America/Chicago	35.17174	-96.59252	258			OK	133		
4543585	New Mannford	new-mannford	US		0	America/Chicago	36.12285	-96.35751	249			OK	037		
4543589	New Oberlin	new-oberlin	US		0	America/Chicago	33.89482	-95.85136	153			OK	023		
4543594	New Prue	new-prue	US		0	America/Chicago	36.25314	-96.27085	239			OK	113		
4543607	New Tulsa	new-tulsa	US		741	America/Chicago	36.0751	-95.67276	209	New Tulsa,Oak Grove		OK	145		
4543619	Newby	newby	US		0	America/Chicago	35.71147	-96.35195	243			OK	037		
4543652	Nichols Hills	nichols-hills	US		3887	America/Chicago	35.55089	-97.54893	371			OK	109		
4543674	Nicut	nicut	US		360	America/Chicago	35.58398	-94.55938	177			OK	135		
4543675	Nida	nida	US		0	America/Chicago	34.14315	-96.49888	239			OK	069		
4543751	Nobletown	nobletown	US		0	America/Chicago	35.20313	-96.52974	256			OK	133		
4543752	Nobscot	nobscot	US		0	America/Chicago	35.84866	-98.73564	481	Nobscot,Nobscot Station		OK	043		
4543755	Nolia	nolia	US		0	America/Chicago	34.47649	-95.15163	220			OK	127		
4543780	Non	non	US		0	America/Chicago	34.77787	-96.24084	248			OK	063		
4543821	North Enid	north-enid	US		925	America/Chicago	36.43559	-97.86895	383			OK	047		
4543872	North McAlester	north-mcalester	US		0	America/Chicago	34.95593	-95.76082	208			OK	121		
4543913	North Sobol	north-sobol	US		0	America/Chicago	34.18594	-95.23857	212			OK	127		
4543916	North Village	north-village	US		0	America/Chicago	35.98562	-96.65197	268			OK	119		
4544023	Notiechtown	notiechtown	US		373	America/Chicago	35.57676	-95.09162	166	Notchietown,Notichtown,Notiechtown		OK	135		
4547284	Orienta	orienta	US		0	America/Chicago	36.36003	-98.47397	379			OK	093		
4544032	Nowhere	nowhere	US		0	America/Chicago	35.15923	-98.44228	410			OK	015		
4544035	Numa	numa	US		0	America/Chicago	36.80336	-97.60616	340			OK	053		
4544045	Nuyaka	nuyaka	US		0	America/Chicago	35.65315	-96.13972	224	Nuyaka,Nuyaka Mission		OK	111		
4544216	Octavia	octavia	US		0	America/Chicago	34.52677	-94.703	276			OK	079		
4544225	Odetta	odetta	US		0	America/Chicago	34.66396	-98.84368	424			OK	075		
4544230	Ogeechee	ogeechee	US		0	America/Chicago	36.76257	-94.8144	238			OK	115		
4544241	Oil Center	oil-center	US		0	America/Chicago	34.86869	-96.82418	322			OK	123		
4544280	Okesa	okesa	US		0	America/Chicago	36.71286	-96.13472	220			OK	113		
4544281	Okfuskee	okfuskee	US		0	America/Chicago	35.59537	-96.22834	217			OK	107		
4544358	Oklahoma Hills	oklahoma-hills	US		0	America/Chicago	34.48203	-97.92837	332			OK	137		
4547138	Okoee	okoee	US		0	America/Chicago	36.5187	-95.09469	212			OK	035		
4547143	Old Allison	old-allison	US		0	America/Chicago	33.88149	-96.33721	193			OK	013		
4547144	Old Bennington	old-bennington	US		0	America/Chicago	34.0476	-96.02526	200			OK	013		
4547146	Old Bliss	old-bliss	US		0	America/Chicago	36.54754	-97.14449	305			OK	103		
4547156	Old Eucha	old-eucha	US		52	America/Chicago	36.34481	-94.94523	286			OK	041		
4547158	Old Farris	old-farris	US		0	America/Chicago	34.24399	-95.87526	156			OK	005		
4547178	Old Retrop	old-retrop	US		0	America/Chicago	35.14533	-99.34258	538	Old Retrop,Retrap Center,Retrop Center		OK	149		
4547179	Old Scott	old-scott	US		0	America/Chicago	34.36092	-97.43975	274			OK	019		
4547190	Oleta	oleta	US		0	America/Chicago	34.19955	-95.34385	164			OK	127		
4547224	Onapa	onapa	US		0	America/Chicago	35.40593	-95.55332	204			OK	091		
4547234	Oneta	oneta	US		0	America/Chicago	36.01899	-95.70804	218			OK	145		
4547252	Oowala	oowala	US		0	America/Chicago	36.42343	-95.6147	206			OK	131		
4547255	Opah	opah	US		0	America/Chicago	36.75118	-96.29334	258			OK	113		
4547320	Osage Junction	osage-junction	US		0	America/Chicago	36.53533	-96.71837	246			OK	113		
4547340	Osceola (historical)	osceola-historical	US		0	America/Chicago	35.7506	-99.17732	533			OK	039		
4547343	Oseuma	oseuma	US		0	America/Chicago	36.7298	-94.89079	248			OK	115		
4547344	Oswalt	oswalt	US		0	America/Chicago	34.0276	-97.33474	266			OK	085		
4547556	Paradise Hill	paradise-hill	US		82	America/Chicago	35.62621	-95.06746	262			OK	135		
4547561	Paradise View	paradise-view	US		0	America/Chicago	36.14426	-95.30219	188			OK	097		
4547563	Parallel	parallel	US		0	America/Chicago	35.89866	-98.83148	514			OK	043		
4547583	Park Wheeler Corner	park-wheeler-corner	US		0	America/Chicago	35.62454	-96.1575	225			OK	111		
4547600	Parkland	parkland	US		0	America/Chicago	35.84006	-96.84225	293			OK	081		
4547635	Parvin	parvin	US		0	America/Chicago	36.07198	-98.17423	346			OK	073		
4547706	Payton Crossing	payton-crossing	US		0	America/Chicago	34.29176	-95.89165	140			OK	005		
4547723	Peachtree Crossing	peachtree-crossing	US		0	America/Chicago	34.68702	-98.38172	339			OK	031		
4547730	Pearsonia	pearsonia	US		0	America/Chicago	36.80172	-96.45085	313			OK	113		
4547732	Peavine	peavine	US		423	America/Chicago	35.88981	-94.61411	334			OK	001		
4547779	Peckham	peckham	US		0	America/Chicago	36.88698	-97.17587	343			OK	071		
4547786	Pemeta	pemeta	US		0	America/Chicago	36.02451	-96.61558	234			OK	037		
4547811	Peno Corner	peno-corner	US		0	America/Chicago	35.33315	-94.46716	128			OK	079		
4547852	Pernell	pernell	US		0	America/Chicago	34.56147	-97.51003	305			OK	049		
4547892	Peterman Ridge	peterman-ridge	US		0	America/Chicago	36.19619	-96.28918	262			OK	117		
4547903	Petes Corner	petes-corner	US		0	America/Chicago	36.29032	-97.10365	294			OK	103		
4547911	Pettit Bay	pettit-bay	US		0	America/Chicago	35.75259	-94.94329	224			OK	021		
4547915	Pettit	pettit	US		954	America/Chicago	35.76482	-94.96551	209			OK	021		
4547918	Pharoah	pharoah	US		0	America/Chicago	35.42037	-96.12306	234			OK	107		
4547954	Picher (historical)	picher-historical	US		20	America/Chicago	36.98701	-94.83078	250			OK	115		
4547982	Pickwick	pickwick	US		0	America/Chicago	33.8676	-96.52666	207			OK	013		
4548016	Pin Oak Acres	pin-oak-acres	US		421	America/Chicago	36.12899	-95.27052	197	Pin Oak Acres,Pin Oaks Acres		OK	097		
4548033	Pine Knot Crossing	pine-knot-crossing	US		0	America/Chicago	34.24871	-95.14218	133			OK	127		
4548054	Piney	piney	US		115	America/Chicago	35.88453	-94.54189	354			OK	001		
4548062	Pinhook Corner	pinhook-corner	US		171	America/Chicago	35.5362	-94.88495	211	Pinhook Corner,Pinhook Corners		OK	135		
4548088	Pink	pink	US		2095	America/Chicago	35.26063	-97.11975	341	Pink,pynk  aklahma,Пинк,پینک، اکلاهما		OK	125		
4548092	Pirtle	pirtle	US		0	America/Chicago	33.98899	-96.26777	179			OK	013		
4548097	Piper	piper	US		0	America/Chicago	36.1742	-98.26757	356			OK	093		
4548129	Player	player	US		0	America/Chicago	36.09618	-96.60308	230			OK	037		
4548241	Plunketville	plunketville	US		0	America/Chicago	34.41427	-94.48855	310	Plunkettville,Plunketville		OK	089		
4548306	Pooleville	pooleville	US		0	America/Chicago	34.41953	-97.39975	312			OK	019		
4548313	Porter Hill	porter-hill	US		0	America/Chicago	34.78257	-98.38672	388			OK	031		
4548325	Posey (historical)	posey-historical	US		0	America/Chicago	35.9501	-95.93638	202			OK	143		
4548340	Post Oak	post-oak	US		0	America/Chicago	34.07121	-97.42169	288			OK	085		
4548375	Potter (historical)	potter-historical	US		0	America/Chicago	36.95674	-94.86468	251			OK	115		
4548493	Pritchard	pritchard	US		0	America/Chicago	34.08426	-96.14721	192			OK	013		
4548504	Provence	provence	US		0	America/Chicago	34.15121	-97.02084	270			OK	019		
4548515	Pruitt City	pruitt-city	US		0	America/Chicago	34.42009	-97.5103	326	Pruitt,Pruitt City		OK	019		
4548548	Pumpkin Center	pumpkin-center	US		0	America/Chicago	35.71287	-95.12718	182			OK	101		
4548549	Pumpkin Center	pumpkin-center	US		0	America/Chicago	35.68205	-95.78443	201			OK	111		
4548588	Pyramid Corners	pyramid-corners	US		0	America/Chicago	36.80174	-95.1433	238			OK	035		
4548596	Qualls	qualls	US		0	America/Chicago	35.72037	-95.03301	217			OK	021		
4548814	Rabornville	rabornville	US		0	America/Chicago	36.20536	-96.32751	235			OK	117		
4548828	Rainy (historical)	rainy-historical	US		0	America/Chicago	35.1445	-98.95452	487	Rainey,Rainy (historical)		OK	149		
4548964	Rayford	rayford	US		0	America/Chicago	34.43453	-97.09474	241			OK	099		
4548973	Reams	reams	US		0	America/Chicago	35.06565	-95.69999	189			OK	121		
4548984	Red Bird	red-bird	US		154	America/Chicago	35.88566	-95.58887	188	Red Bird,Redbird		OK	145		
4549021	Red Fork	red-fork	US		0	America/Chicago	36.10593	-96.025	209			OK	143		
4549067	Redbird Smith	redbird-smith	US		465	America/Chicago	35.56621	-95.02051	243			OK	135		
4549069	Redden	redden	US		0	America/Chicago	34.50649	-95.84471	212			OK	005		
4549080	Redland	redland	US		0	America/Chicago	35.30482	-94.62439	138			OK	135		
4549086	Redland	redland	US		0	America/Chicago	33.91011	-94.67382	127			OK	089		
4549098	Reeder Ford	reeder-ford	US		0	America/Chicago	35.57898	-94.51966	152			OK	135		
4549099	Reeding	reeding	US		0	America/Chicago	35.79088	-97.77005	338			OK	073		
4549116	Reichert	reichert	US		0	America/Chicago	34.86927	-94.75412	156			OK	079		
4549117	Reichert	reichert	US		0	America/Chicago	34.86316	-94.74801	163			OK	079		
4549125	Remy	remy	US		562	America/Chicago	35.45648	-94.53411	240			OK	135		
4549128	Renfrow	renfrow	US		12	America/Chicago	36.92558	-97.65588	370			OK	053		
4549167	Retrop	retrop	US		0	America/Chicago	35.15978	-99.35981	545			OK	149		
4549175	Rexroat	rexroat	US		0	America/Chicago	34.21648	-97.40474	268	Rexroat,Rextroat		OK	019		
4549186	Rhea	rhea	US		0	America/Chicago	35.84171	-99.23482	598			OK	043		
4549239	Ridley	ridley	US		0	America/Chicago	34.70368	-98.37811	352			OK	031		
4549268	Ritts Junction	ritts-junction	US		0	America/Chicago	35.74118	-96.51223	247			OK	037		
4549270	Rigsby	rigsby	US		0	America/Chicago	36.20619	-96.36224	250			OK	117		
4549412	Robinson Corner	robinson-corner	US		0	America/Chicago	34.08537	-96.60139	221			OK	095		
4549612	Rocky Mountain	rocky-mountain	US		420	America/Chicago	35.80537	-94.76745	304			OK	001		
4549667	Romia	romia	US		0	America/Chicago	33.83816	-96.16998	149			OK	013		
4549670	Ron	ron	US		0	America/Chicago	34.79228	-99.85982	555			OK	057		
4549737	Rosehill	rosehill	US		0	America/Chicago	35.50866	-99.71733	716			OK	129		
4549834	Row	row	US		0	America/Chicago	36.27869	-94.6905	351			OK	041		
4549847	Rubottom	rubottom	US		0	America/Chicago	33.94038	-97.45697	260			OK	085		
4550003	Ruthdale	ruthdale	US		0	America/Chicago	36.81509	-95.73748	239			OK	105		
4550065	Sadie	sadie	US		0	America/Chicago	35.38787	-94.85412	153			OK	135		
4550071	Sageeyah	sageeyah	US		0	America/Chicago	36.37121	-95.65304	197			OK	131		
4550572	Salt Fork	salt-fork	US		0	America/Chicago	36.63503	-97.58894	307			OK	053		
4550598	Sams Point	sams-point	US		0	America/Chicago	35.19399	-95.6936	207			OK	121		
4550868	Sans Bois	sans-bois	US		0	America/Chicago	35.13065	-95.15608	162	San Bois,SanBois,Sanbois,Sans Bois,SansBois,Sansbois		OK	061		
4550917	Satterwhite	satterwhite	US		0	America/Chicago	34.56481	-97.40502	286			OK	049		
4550943	Schlegel	schlegel	US		0	America/Chicago	36.00757	-96.67863	249			OK	119		
4550954	Schoolton	schoolton	US		0	America/Chicago	35.39174	-96.45862	269			OK	133		
4550991	Scraper	scraper	US		191	America/Chicago	36.08953	-94.85051	253			OK	021		
4550996	Scullin	scullin	US		0	America/Chicago	34.5187	-96.86251	379			OK	099		
4551032	Selman	selman	US		0	America/Chicago	36.80198	-99.49095	528	Charleston,Selman		OK	059		
4551063	Sequoyah	sequoyah	US		698	America/Chicago	36.37343	-95.56081	203	Se-quo-yah,Sequoya,Sequoyah		OK	131		
4551087	Seven Oaks	seven-oaks	US		0	America/Chicago	35.48148	-94.73217	167			OK	135		
4551088	Sevenmile Corner	sevenmile-corner	US		0	America/Chicago	34.11343	-96.14721	207			OK	013		
4551119	Sha-To-She	sha-to-she	US		0	America/Chicago	36.21314	-96.27723	262			OK	117		
4551199	Shay	shay	US		0	America/Chicago	33.93288	-96.775	240			OK	095		
4551201	Shea	shea	US		0	America/Chicago	36.3842	-97.78089	355			OK	047		
4551270	Shinewell	shinewell	US		0	America/Chicago	33.88123	-94.51326	127			OK	089		
4551271	Shirk	shirk	US		0	America/Chicago	36.12203	-96.1275	198			OK	143		
4551289	Shopton	shopton	US		0	America/Chicago	35.72649	-95.35719	163			OK	101		
4551290	Short	short	US		293	America/Chicago	35.57148	-94.49133	229			OK	135		
4551311	Shrewder	shrewder	US		0	America/Chicago	34.76867	-99.75565	483			OK	057		
4551314	Shults	shults	US		0	America/Chicago	33.89567	-94.73938	136			OK	089		
4551319	Sickles	sickles	US		0	America/Chicago	35.36283	-98.44784	499			OK	015		
4551330	Silo	silo	US		348	America/Chicago	34.04149	-96.47416	249			OK	013		
4551397	Skedee	skedee	US		51	America/Chicago	36.3795	-96.70503	259			OK	117		
4551425	Skullyville	skullyville	US		0	America/Chicago	35.24843	-94.59355	155	Scullyville,Skullyville		OK	079		
4551448	Slaughterville	slaughterville	US		4217	America/Chicago	35.08729	-97.33503	341			OK	027		
4551459	Slim	slim	US		0	America/Chicago	34.08427	-95.1044	142			OK	089		
4551463	Smacker	smacker	US		0	America/Chicago	35.01343	-94.66467	162			OK	079		
4551482	Smith Village	smith-village	US		68	America/Chicago	35.45089	-97.45726	371			OK	109		
4551483	Smith-Lee	smith-lee	US		0	America/Chicago	33.88704	-96.0247	151			OK	013		
4551502	Snake Creek	snake-creek	US		257	America/Chicago	36.1762	-95.09829	284			OK	097		
4551516	Sneed Acres	sneed-acres	US		0	America/Chicago	34.63646	-98.39005	344			OK	031		
4551536	Sobol	sobol	US		0	America/Chicago	34.16121	-95.23857	194			OK	127		
4551541	Soldani	soldani	US		0	America/Chicago	36.7592	-96.79753	315			OK	113		
4551594	Sooner	sooner	US		0	America/Chicago	35.23256	-97.85366	393			OK	051		
4551609	Soonerville	soonerville	US		0	America/Chicago	35.92756	-96.83753	290			OK	081		
4551613	Sorrels	sorrels	US		0	America/Chicago	35.02927	-94.64689	154			OK	079		
4551673	South Coffeyville	south-coffeyville	US		772	America/Chicago	36.99452	-95.62026	221			OK	105		
4551881	Spade Mountain	spade-mountain	US		0	America/Chicago	35.87759	-94.74634	313			OK	001		
4551896	Spaulding	spaulding	US		173	America/Chicago	35.01397	-96.44001	248			OK	063		
4551914	Spelter City	spelter-city	US		0	America/Chicago	35.45844	-95.96333	209			OK	111		
4551939	Sportsman Acres	sportsman-acres	US		0	America/Chicago	36.24843	-95.26636	182			OK	097		
4551945	Sportsmen Acres	sportsmen-acres	US		314	America/Chicago	36.24565	-95.25163	186			OK	097		
4552092	Squaretop	squaretop	US		0	America/Chicago	35.07534	-98.30172	393			OK	015		
4552130	Stapp	stapp	US		0	America/Chicago	34.7551	-94.62384	204			OK	079		
4552164	Stecker	stecker	US		0	America/Chicago	34.95756	-98.31589	412			OK	015		
4552167	Steel Junction	steel-junction	US		0	America/Chicago	34.04066	-94.77549	153			OK	089		
4552169	Stealy	stealy	US		0	America/Chicago	34.92813	-97.40642	336			OK	087		
4552304	Stonebluff	stonebluff	US		0	America/Chicago	35.88593	-95.73693	194	Stone Bluff,Stonebluff		OK	145		
4552309	Stones Corner	stones-corner	US		0	America/Chicago	35.87121	-95.60665	171			OK	145		
4552315	Stoney Point	stoney-point	US		238	America/Chicago	35.59592	-94.663	403	Stoney Point,Stony Point		OK	135		
4552346	Strawberry Spring	strawberry-spring	US		0	America/Chicago	35.98981	-94.64967	285			OK	001		
4552356	Strohm	strohm	US		0	America/Chicago	36.64311	-96.55558	321			OK	113		
4552390	Sugar Creek	sugar-creek	US		0	America/Chicago	34.88982	-94.47883	189			OK	079		
4552508	Sugden	sugden	US		42	America/Chicago	34.08204	-97.97837	258			OK	067		
4552588	Sunrise	sunrise	US		0	America/Chicago	35.52065	-96.12306	256			OK	107		
4552589	Sunrise	sunrise	US		0	America/Chicago	35.45621	-95.91777	187			OK	111		
4552599	Sunset Corner	sunset-corner	US		0	America/Chicago	35.23843	-94.67217	150			OK	079		
4552602	Sunkist	sunkist	US		0	America/Chicago	34.14204	-95.88609	172			OK	023		
4552627	Sunsweet	sunsweet	US		0	America/Chicago	36.58259	-95.32414	259			OK	035		
4552632	Svoboda	svoboda	US		0	America/Chicago	34.71035	-98.95591	421	Sroboda,Svoboda		OK	075		
4552676	Sylvian	sylvian	US		0	America/Chicago	35.34785	-96.56557	289			OK	133		
4552687	Tabler	tabler	US		0	America/Chicago	35.04423	-97.81976	332			OK	051		
4552711	Tagg Flats	tagg-flats	US		13	America/Chicago	36.33925	-94.92551	293			OK	041		
4552716	Tahona	tahona	US		0	America/Chicago	35.16149	-94.60328	137			OK	079		
4552717	Tailholt	tailholt	US		0	America/Chicago	35.83676	-94.84217	250			OK	021		
4552738	Tallant	tallant	US		0	America/Chicago	36.59758	-96.19056	229			OK	113		
4552739	Taloah	taloah	US		0	America/Chicago	34.25898	-96.20249	156			OK	005		
4552746	Tamaha	tamaha	US		176	America/Chicago	35.39621	-94.98356	153			OK	061		
4552778	Taupa	taupa	US		0	America/Chicago	34.60396	-98.51034	376			OK	031		
4552785	Taylor Corner Gin	taylor-corner-gin	US		0	America/Chicago	34.21814	-98.92368	355			OK	141		
4552816	Taylor Ferry	taylor-ferry	US		0	America/Chicago	35.94427	-95.27913	180			OK	145		
4552832	Tegarden	tegarden	US		0	America/Chicago	36.79781	-98.9701	555			OK	151		
4552858	Tenkiller	tenkiller	US		633	America/Chicago	35.80065	-94.86384	272			OK	021		
4552875	Teresita	teresita	US		159	America/Chicago	36.10954	-94.99274	260			OK	021		
4552897	Texanna	texanna	US		2261	America/Chicago	35.34732	-95.43692	184			OK	091		
4552954	The Holy City	the-holy-city	US		0	America/Chicago	34.74257	-98.59034	501	Easter Pageant,The Holy City		OK	031		
4552969	The Village	the-village	US		9400	America/Chicago	35.56089	-97.55143	372			OK	109		
4553005	Thompson Corner	thompson-corner	US		0	America/Chicago	35.91537	-95.08274	244			OK	021		
4553031	Three-Way Corner	three-way-corner	US		0	America/Chicago	35.29089	-98.412	469			OK	015		
4553040	Ti	ti	US		0	America/Chicago	34.70927	-95.66137	229			OK	121		
4553044	Tia Juana	tia-juana	US		0	America/Chicago	36.47897	-95.00329	224			OK	097		
4553049	Tiawah	tiawah	US		189	America/Chicago	36.26121	-95.56081	188	Tawah,Tiawah		OK	131		
4553105	Timberlane	timberlane	US		0	America/Chicago	36.21258	-96.26196	249			OK	117		
4553113	Tiner	tiner	US		0	America/Chicago	34.04122	-94.63355	127			OK	089		
4553119	Tip	tip	US		0	America/Chicago	36.35092	-95.18413	206			OK	097		
4553131	Titanic	titanic	US		356	America/Chicago	35.90092	-94.77217	325			OK	001		
4553139	Togo	togo	US		0	America/Chicago	36.41976	-98.76481	412			OK	093		
4553142	Tom	tom	US		0	America/Chicago	33.73595	-94.57299	113			OK	089		
4553195	Tonnece	tonnece	US		0	America/Chicago	36.27869	-94.61189	355			OK	041		
4553203	Torpedo	torpedo	US		0	America/Chicago	36.72703	-96.04304	210			OK	113		
4553204	Touzalin	touzalin	US		0	America/Chicago	36.33337	-99.97485	700			OK	045		
4553210	Toppers	toppers	US		0	America/Chicago	35.97066	-95.30969	185			OK	145		
4553322	Tribbey	tribbey	US		400	America/Chicago	35.11535	-97.05336	308			OK	125		
4553389	Trestle Ford	trestle-ford	US		0	America/Chicago	34.99232	-94.48022	159			OK	079		
4553391	Trousdale	trousdale	US		0	America/Chicago	35.04119	-97.0428	294			OK	125		
4553409	Tsa La Gi Indian Village	tsa-la-gi-indian-village	US		0	America/Chicago	35.86648	-94.95857	247			OK	021		
4553426	Tullahassee	tullahassee	US		107	America/Chicago	35.83482	-95.43775	189			OK	145		
4553532	Turkey Ford	turkey-ford	US		0	America/Chicago	36.66757	-94.71551	243			OK	115		
4553549	Turley	turley	US		2756	America/Chicago	36.24204	-95.97583	194			OK	143		
4553565	Tushka	tushka	US		302	America/Chicago	34.32037	-96.16721	190			OK	005		
4553649	Tyrola	tyrola	US		0	America/Chicago	34.90703	-96.69557	259			OK	123		
4553651	Ulan	ulan	US		0	America/Chicago	35.11621	-95.88639	237			OK	121		
4553653	Ultima Thule	ultima-thule	US		0	America/Chicago	34.05928	-94.47882	110			OK	089		
4553684	Unger	unger	US		0	America/Chicago	34.02621	-95.78192	155			OK	023		
4553731	Union Valley	union-valley	US		0	America/Chicago	34.69426	-96.58279	237			OK	123		
4554317	Ury	ury	US		0	America/Chicago	34.05176	-96.37305	196			OK	013		
4554325	Valley Brook	valley-brook	US		781	America/Chicago	35.40201	-97.48143	384			OK	109		
4554357	Vamoosa	vamoosa	US		0	America/Chicago	34.98564	-96.67002	281			OK	133		
4554385	Vanoss	vanoss	US		0	America/Chicago	34.76397	-96.87196	318			OK	123		
4554401	Verdigris	verdigris	US		4351	America/Chicago	36.23482	-95.69109	186			OK	131		
4554413	Veterans Colony	veterans-colony	US		0	America/Chicago	34.80621	-95.30497	248			OK	077		
4554433	Victory	victory	US		0	America/Chicago	34.65229	-99.43898	424			OK	065		
4554485	Vinco	vinco	US		0	America/Chicago	35.95367	-97.03753	263			OK	119		
4554602	Wallville	wallville	US		0	America/Chicago	34.76813	-97.50392	324			OK	049		
4554647	Wandel	wandel	US		0	America/Chicago	35.88504	-97.7456	317	Wandel,Wandell		OK	073		
4554668	Ward Springs	ward-springs	US		0	America/Chicago	34.81121	-96.02222	239			OK	121		
4554687	Warr Acres	warr-acres	US		10431	America/Chicago	35.52256	-97.61893	399			OK	109		
4554749	Washita	washita	US		0	America/Chicago	35.10284	-98.34089	376			OK	015		
4554750	Washita	washita	US		0	America/Chicago	34.54703	-97.13141	260			OK	099		
4554760	Washunga	washunga	US		0	America/Chicago	36.78365	-96.83809	312	Washunga,Washungo		OK	071		
4554763	Wasseta	wasseta	US		0	America/Chicago	34.07982	-96.31027	194			OK	013		
4554764	Watchorn	watchorn	US		0	America/Chicago	36.42005	-96.99671	302			OK	117		
4554810	Watova	watova	US		0	America/Chicago	36.61731	-95.65581	219			OK	105		
4554821	Wauhillau	wauhillau	US		345	America/Chicago	35.85703	-94.77328	249			OK	001		
4554861	Weathers	weathers	US		0	America/Chicago	34.65954	-95.58359	215			OK	121		
4554893	Weeks	weeks	US		0	America/Chicago	33.86843	-95.83414	140			OK	013		
4554895	Wekiwa	wekiwa	US		0	America/Chicago	36.15314	-96.17306	202			OK	143		
4554925	Welon	welon	US		0	America/Chicago	34.65201	-99.34648	425			OK	065		
4554928	Welty	welty	US		0	America/Chicago	35.62452	-96.40529	221			OK	107		
4554938	Wes	wes	US		0	America/Chicago	36.21202	-96.26918	261			OK	117		
4555000	West Cleo	west-cleo	US		0	America/Chicago	36.40559	-98.46536	379			OK	093		
4555038	West Fort Smith	west-fort-smith	US		0	America/Chicago	35.39704	-94.43994	128			OK	135		
4555043	West Fort Towson	west-fort-towson	US		0	America/Chicago	34.02288	-95.27384	145			OK	023		
4555069	West Muskogee	west-muskogee	US		0	America/Chicago	35.73704	-95.41192	181			OK	101		
4555092	West Seneca	west-seneca	US		0	America/Chicago	36.83673	-94.61995	257			OK	115		
4555100	West Siloam Springs	west-siloam-springs	US		840	America/Chicago	36.17619	-94.57494	348			OK	041		
4555117	West Tulsa	west-tulsa	US		0	America/Chicago	36.13509	-96.0025	193			OK	143		
4555234	Whippoorwill	whippoorwill	US		0	America/Chicago	36.91229	-96.12999	242			OK	113		
4555262	White Bead	white-bead	US		0	America/Chicago	34.76341	-97.30197	302			OK	049		
4555275	White Eagle	white-eagle	US		0	America/Chicago	36.60602	-97.08824	289	Ponca,White Eagle,White Eagle Agency,Whiteagle		OK	071		
4555302	Whitebead	whitebead	US		0	America/Chicago	34.76091	-97.30058	308	White Bead,White Bread,Whitebead		OK	049		
4555462	Wildhorse	wildhorse	US		0	America/Chicago	35.91284	-96.80391	314			OK	081		
4555464	Wildcat Point	wildcat-point	US		0	America/Chicago	35.76481	-94.91745	229			OK	021		
4555778	Willow View	willow-view	US		0	America/Chicago	35.05841	-97.26503	352			OK	027		
4555834	Wilzetta	wilzetta	US		0	America/Chicago	35.55035	-96.73557	256	Willzetta,Wilzetta		OK	081		
4555857	Winganon	winganon	US		0	America/Chicago	36.55398	-95.56109	204			OK	131		
4555859	Winrock Farms	winrock-farms	US		0	America/Chicago	34.51565	-96.83973	359			OK	099		
4555934	Witcher	witcher	US		0	America/Chicago	35.59395	-97.42282	311			OK	109		
4555937	Witteville	witteville	US		0	America/Chicago	35.08649	-94.65078	251			OK	079		
4555940	Wolco	wolco	US		0	America/Chicago	36.53842	-96.07138	291			OK	113		
4555997	Woodall	woodall	US		823	America/Chicago	35.83482	-95.06829	241			OK	021		
4556000	Woodard Corner	woodard-corner	US		0	America/Chicago	35.52204	-96.15889	267			OK	107		
4556027	Woodlawn Park	woodlawn-park	US		153	America/Chicago	35.51145	-97.65004	393			OK	109		
4556036	Woods	woods	US		0	America/Chicago	35.43534	-97.26475	368	Woods,Wright Station		OK	109		
4556048	New Woodville	new-woodville	US		132	America/Chicago	33.96982	-96.65361	228	New Woodville,Woodville		OK	095		
4556061	Woolaroc	woolaroc	US		0	America/Chicago	36.66091	-96.11444	282			OK	113		
4556094	Wybark	wybark	US		0	America/Chicago	35.81149	-95.33163	157			OK	101		
4556107	Yahola	yahola	US		0	America/Chicago	35.7626	-95.60692	168			OK	101		
4556119	Yarnaby	yarnaby	US		0	America/Chicago	33.79093	-96.25693	175			OK	013		
4556123	Yanush	yanush	US		0	America/Chicago	34.70982	-95.31386	189			OK	077		
4556125	Yeager	yeager	US		73	America/Chicago	35.15758	-96.33945	239			OK	063		
4556141	Yerby	yerby	US		0	America/Chicago	35.00065	-94.678	157	Yearby Station,Yerby		OK	079		
4556143	Yewed	yewed	US		0	America/Chicago	36.68225	-98.41008	382			OK	003		
4556150	Yost	yost	US		0	America/Chicago	36.20088	-97.01143	302			OK	119		
4556170	Zafra	zafra	US		0	America/Chicago	34.50844	-94.48855	256			OK	079		
4556173	Zaneis	zaneis	US		0	America/Chicago	34.17259	-97.49919	296			OK	019		
4556174	Zeb	zeb	US		497	America/Chicago	35.82176	-95.05468	239			OK	021		
4556179	Zena	zena	US		122	America/Chicago	36.49619	-94.85357	290			OK	041		
4556182	Zincville (historical)	zincville-historical	US		0	America/Chicago	36.99146	-94.80884	251			OK	115		
4556184	Zion (historical)	zion-historical	US		0	America/Chicago	35.95615	-97.65255	347	Zion (historical),Zion City		OK	073		
4556218	Academy	academy	US		0	America/New_York	39.90567	-75.26213	9			PA	045	69752	
4556231	Addingham	addingham	US		0	America/New_York	39.94233	-75.30463	71			PA	045	79000	
4556237	Adele	adele	US		0	America/New_York	39.97733	-75.33352	74			PA	045	33144	
4556240	Ailston	ailston	US		0	America/New_York	39.74427	-76.31551	120			PA	133	58560	
4556243	Akersville	akersville	US		0	America/New_York	39.97842	-78.19779	372			PA	057	09568	
4556248	Aldan	aldan	US		4165	America/New_York	39.9215	-75.28796	40			PA	045	00676	
4556265	Allison Heights	allison-heights	US		0	America/New_York	39.98619	-79.87866	342			PA	051	45560	
4556269	Althouse	althouse	US		0	America/New_York	39.88814	-79.03086	631			PA	111	09256	
4556271	Altor	altor	US		0	America/New_York	39.97039	-75.66966	83	Alton,Altor		PA	029	20824	
4556273	Altenwald	altenwald	US		0	America/New_York	39.84509	-77.6036	240			PA	055	63200	
4556275	Amatus	amatus	US		0	America/New_York	39.96426	-77.04387	174			PA	001	63616	
4556276	Ambau	ambau	US		0	America/New_York	39.85149	-76.89303	151			PA	133	54904	
4556277	Amend	amend	US		0	America/New_York	39.87285	-79.78921	347			PA	051	28792	
4556279	Amleyn Gardens	amleyn-gardens	US		0	America/New_York	39.89121	-76.6483	253			PA	133	87056	
4556281	Amaranth	amaranth	US		0	America/New_York	39.79759	-78.27807	309			PA	057	78320	
4556293	Anstine	anstine	US		0	America/New_York	39.75427	-76.63497	262			PA	133	35704	
4556298	Antram	antram	US		0	America/New_York	39.91174	-79.91672	307			PA	051	28856	
4556303	Aqua	aqua	US		0	America/New_York	39.91204	-77.61693	204			PA	055	31720	
4556305	Arbor	arbor	US		0	America/New_York	39.88038	-76.62247	204			PA	133	87056	
4556308	Ardmore Park	ardmore-park	US		0	America/New_York	39.994	-75.29741	86			PA	045	33144	
4556313	Arensburg	arensburg	US		0	America/New_York	39.95285	-79.94977	264	Arensberg,Arensburg		PA	051	45560	
4556315	Ariosa	ariosa	US		0	America/New_York	39.97732	-77.1747	247			PA	001	78160	
4556317	Arlington Park	arlington-park	US		0	America/New_York	39.9051	-76.68552	224			PA	133	87056	
4556320	Aronimink	aronimink	US		0	America/New_York	39.95067	-75.31852	65			PA	045	79000	
4556331	Ashtree	ashtree	US		0	America/New_York	39.77286	-80.36257	365			PA	059	29152	
4556347	Avendale	avendale	US		0	America/New_York	39.88567	-75.36297	37			PA	045	53104	
4556366	Bala	bala	US		0	America/New_York	39.99928	-75.23296	77	Bala,Merionville		PA	091	44976	
4556369	Bald Eagle	bald-eagle	US		0	America/New_York	39.77038	-76.42802	120			PA	133	25408	
4556372	Bald Hill	bald-hill	US		0	America/New_York	39.74397	-80.01645	364			PA	059	20296	
4556376	Bair	bair	US		0	America/New_York	39.90538	-76.82775	141			PA	133	83432	
4556379	Balsinger	balsinger	US		0	America/New_York	39.89619	-79.79894	375			PA	051	28856	
4556380	Bandanna	bandanna	US		0	America/New_York	39.73871	-76.9372	271	Bandanna,Pleasant Hill		PA	133	83440	
4556390	Barlow Knoll	barlow-knoll	US		0	America/New_York	39.84537	-77.2261	159			PA	001	17640	
4556391	Barnes Gap	barnes-gap	US		0	America/New_York	39.7437	-78.35557	251			PA	057	78320	
4556395	Barnsley	barnsley	US		0	America/New_York	39.76566	-75.98883	170	Barnsley,New Prospect		PA	029	21624	
4556402	Barronvale	barronvale	US		0	America/New_York	39.95174	-79.27142	545			PA	111	49024	
4556414	Bartville	bartville	US		0	America/New_York	39.89122	-76.06828	208			PA	071	04376	
4556429	Baumgardner	baumgardner	US		0	America/New_York	39.96066	-76.28079	117			PA	071	59360	
4556431	Beachdale	beachdale	US		0	America/New_York	39.90369	-79.01225	622			PA	111	09256	
4556434	Beachly	beachly	US		0	America/New_York	39.77397	-79.30781	459			PA	111	00404	
4556435	Beans Cove	beans-cove	US		0	America/New_York	39.7937	-78.57613	339			PA	009	71888	
4556447	Bear Lick	bear-lick	US		0	America/New_York	39.8937	-77.94278	509			PA	055	59600	
4556455	Beartown	beartown	US		0	America/New_York	39.74509	-77.50082	351			PA	055	81240	
4556471	Bedford Springs	bedford-springs	US		0	America/New_York	39.9973	-78.50974	359			PA	009	04952	
4556477	Beechersville	beechersville	US		0	America/New_York	39.91732	-77.28943	195			PA	001	10456	
4556479	Beegleton	beegleton	US		0	America/New_York	39.91481	-78.5153	389			PA	009	15032	
4556483	Bell Road (historical)	bell-road-historical	US		0	America/New_York	39.90678	-75.23379	5			PA	101	60000	
4556494	Bellview Acres	bellview-acres	US		0	America/New_York	39.93843	-76.64608	190			PA	133	87056	
4556514	Benroy	benroy	US		0	America/New_York	39.94538	-76.67247	151			PA	133	87056	
4556517	Berkleys Mill	berkleys-mill	US		0	America/New_York	39.84536	-78.99975	624	Berkley,Berkley Mills,Berkleys Mill		PA	111	75232	
4556519	Berlin Junction	berlin-junction	US		0	America/New_York	39.85593	-77.03554	180			PA	001	57472	
4556524	Besco	besco	US		0	America/New_York	39.98507	-80.02366	254			PA	125	20808	
4556545	Bethelboro	bethelboro	US		0	America/New_York	39.93508	-79.67032	319			PA	051	55464	
4556564	Biesecker Gap	biesecker-gap	US		0	America/New_York	39.78759	-77.53388	265			PA	055	63200	
4556579	Big Mountain	big-mountain	US		0	America/New_York	39.9576	-76.9347	147	Big Mountain		PA	133	57872	
4556597	Bino	bino	US		0	America/New_York	39.7537	-77.80944	177			PA	055	50616	
4556609	Bittersville	bittersville	US		0	America/New_York	39.92482	-76.54747	171			PA	133	45152	
4556613	Bittners Mill	bittners-mill	US		0	America/New_York	39.84981	-78.81752	508			PA	111	24680	
4556614	Black Baron	black-baron	US		0	America/New_York	39.73538	-76.19162	124			PA	071	28168	
4556617	Bitner	bitner	US		0	America/New_York	39.9823	-79.71337	313			PA	051	27400	
4556618	Black Horse	black-horse	US		0	America/New_York	39.91733	-75.42242	102	Black Horse,Blackhorse		PA	045	49136	
4556621	Black Horse Tavern	black-horse-tavern	US		0	America/New_York	39.81898	-77.28332	154			PA	001	17640	
4556631	Black Horse	black-horse	US		0	America/New_York	39.98566	-75.95495	212	Black Horse,Blackhorse		PA	029	83968	
4556639	Blackfield	blackfield	US		0	America/New_York	39.90675	-79.08808	733			PA	111	06640	
4556641	Blackrock	blackrock	US		0	America/New_York	39.72177	-76.86109	239	Black Rock,Blackrock		PA	133	46904	
4556650	Blairtown	blairtown	US		0	America/New_York	39.88896	-80.18645	284			PA	059	27408	
4556664	Blosser Hill	blosser-hill	US		0	America/New_York	39.74591	-79.897	306			PA	051	73240	
4556683	Boeckel Landing	boeckel-landing	US		0	America/New_York	39.80177	-76.31135	59			PA	133	44872	
4556694	Bonneauville	bonneauville	US		1827	America/New_York	39.81204	-77.13721	170	Bonaughton,Bonaughtown,Bonneauville		PA	001	07560	
4556701	Bonnair	bonnair	US		0	America/New_York	39.7526	-76.75553	208			PA	133	14832	
4556702	Boothwyn	boothwyn	US		4933	America/New_York	39.83011	-75.44158	30	Boothwyn,Chichester		PA	045	78776	
4556705	Bortondale	bortondale	US		0	America/New_York	39.90178	-75.40603	91	Bartondale,Bortondale		PA	045	49136	
4556707	Botts	botts	US		0	America/New_York	39.93593	-76.82053	140			PA	133	83432	
4556710	Booths Corner	booths-corner	US		0	America/New_York	39.83928	-75.49409	119	Booth Corner,Booths Corner,Booths Corners		PA	045	06024	
4556712	Bowest	bowest	US		0	America/New_York	39.98757	-79.59059	271			PA	051	72080	
4556719	Bowood	bowood	US		0	America/New_York	39.81619	-79.8495	346	Bowood,Bowood Mine		PA	051	54392	
4556732	Braden Plan	braden-plan	US		0	America/New_York	39.96952	-80.04672	280			PA	059	37888	
4556740	Brandywine Summit	brandywine-summit	US		0	America/New_York	39.87233	-75.5477	122			PA	045	12442	
4556742	Brant Hill	brant-hill	US		0	America/New_York	39.81174	-80.20673	443			PA	059	27408	
4556755	Brewerytown	brewerytown	US		0	America/New_York	39.97706	-75.18185	28			PA	101	60000	
4556767	Brigadoon	brigadoon	US		0	America/New_York	39.99954	-76.61385	119			PA	133	32056	
4556769	Brillhart	brillhart	US		0	America/New_York	39.90927	-76.75469	124			PA	133	87056	
4556775	Bristoria	bristoria	US		0	America/New_York	39.87369	-80.40868	310			PA	059	64512	
4556784	Brodbecks	brodbecks	US		0	America/New_York	39.77066	-76.82775	197			PA	133	14832	
4556786	Brogueville	brogueville	US		0	America/New_York	39.84316	-76.53163	144	Brogueville,Brogueville Station,Parke,Parks		PA	133	12584	
4556791	Brook Hill South	brook-hill-south	US		0	America/New_York	39.9301	-76.70191	183			PA	133	87056	
4556801	Brookthorpe Hills	brookthorpe-hills	US		0	America/New_York	39.98344	-75.34602	92			PA	045	47616	
4556807	Brotherton	brotherton	US		0	America/New_York	39.97147	-78.9578	708			PA	111	09256	
4556809	Brown Mills	brown-mills	US		0	America/New_York	39.82981	-77.70166	187			PA	055	02696	
4556810	Brown Row	brown-row	US		0	America/New_York	39.9698	-79.61032	327			PA	051	20224	
4556842	Brushtown	brushtown	US		0	America/New_York	39.79788	-77.04609	168			PA	001	15632	
4556846	Bryansville	bryansville	US		0	America/New_York	39.74816	-76.35302	142			PA	133	58560	
4556851	Brysonia	brysonia	US		0	America/New_York	39.95148	-77.30776	258			PA	001	48608	
4556857	Buchanan Summit	buchanan-summit	US		0	America/New_York	39.91898	-77.945	565			PA	055	59600	
4556859	Brush Run	brush-run	US		0	America/New_York	39.86204	-77.09776	164			PA	001	51776	
4556861	Buck	buck	US		0	America/New_York	39.8726	-76.22885	216			PA	071	20032	
4556867	Buck Run	buck-run	US		0	America/New_York	39.924	-75.84883	114			PA	029	21104	
4556873	Buck Valley	buck-valley	US		0	America/New_York	39.76648	-78.28307	320			PA	057	78320	
4556881	Buena Vista Springs	buena-vista-springs	US		0	America/New_York	39.73204	-77.50305	406	Beuna Vista,Buena Vista Springs		PA	055	81240	
4556894	Buffington	buffington	US		292	America/New_York	39.92896	-79.84116	317			PA	051	48616	
4556897	Burkhelder	burkhelder	US		0	America/New_York	39.88091	-79.03308	610			PA	111	09256	
4556898	Burmont	burmont	US		0	America/New_York	39.93511	-75.27991	37			PA	045	41440	
4556900	Burning Bush	burning-bush	US		0	America/New_York	39.93814	-78.5803	402			PA	009	04952	
4556905	Burnt Mills	burnt-mills	US		0	America/New_York	39.94149	-76.30635	82			PA	071	59360	
4556909	Burnt Mills	burnt-mills	US		0	America/New_York	39.83511	-75.64993	79			PA	029	39344	
4556910	Bute	bute	US		0	America/New_York	39.95452	-79.70004	307			PA	051	55464	
4556916	Buzz	buzz	US		0	America/New_York	39.7873	-80.32229	324			PA	059	37376	
4556918	Bywood	bywood	US		0	America/New_York	39.95817	-75.26685	43	Bywood,Upper Darby		PA	045	79000	
4556931	Caledonia Park	caledonia-park	US		0	America/New_York	39.90426	-77.4786	289	Caledonia,Caledonia Park		PA	055	30944	
4556938	Callimont	callimont	US		40	America/New_York	39.79814	-78.91641	681			PA	111	10808	
4556939	Caln	caln	US		1519	America/New_York	39.99094	-75.78022	100	Caln,Calne		PA	029	10824	
4556981	Campbell Estates	campbell-estates	US		0	America/New_York	39.92871	-76.7733	146			PA	133	83432	
4557003	Carlton Heights	carlton-heights	US		0	America/New_York	39.92509	-77.75527	196			PA	055	67400	
4557008	Carol Heights	carol-heights	US		0	America/New_York	39.93593	-76.64136	223			PA	133	85736	
4557011	Carroll Park	carroll-park	US		0	America/New_York	39.97095	-75.23657	36			PA	101	60000	
4557014	Carroll Valley	carroll-valley	US		3941	America/New_York	39.74926	-77.38304	185			PA	001	11472	
4557025	Casselman	casselman	US		93	America/New_York	39.88563	-79.21142	548			PA	111	11624	
4557039	Castle Fin	castle-fin	US		0	America/New_York	39.76844	-76.32829	74			PA	133	44872	
4557043	Cats Run Junction	cats-run-junction	US		0	America/New_York	39.83508	-79.92005	247			PA	051	28856	
4557059	Center Mills	center-mills	US		0	America/New_York	39.95565	-77.21109	174	Carvittville,Center Mills,Centre Mills		PA	001	10456	
4557074	Central Manor	central-manor	US		0	America/New_York	39.99927	-76.42607	109	Central Manor,Manorville		PA	071	46992	
4557086	Chadds Ford Junction	chadds-ford-junction	US		0	America/New_York	39.869	-75.59604	52	Chadds Ford Junction,Chads Ford		PA	029	59136	
4557087	Chadds Ford Knoll	chadds-ford-knoll	US		0	America/New_York	39.86761	-75.60715	90			PA	029	59136	
4557091	Chadville	chadville	US		0	America/New_York	39.86647	-79.75171	383			PA	051	28792	
4557092	Chalkhill	chalkhill	US		141	America/New_York	39.84424	-79.61671	631	Chalk Hill Hotel,Chalkhill		PA	051	84344	
4557111	Chaneysville	chaneysville	US		0	America/New_York	39.8237	-78.48918	316	Chaneysville,Cheneysville		PA	009	71888	
4557112	Chapel View	chapel-view	US		0	America/New_York	39.92316	-76.63219	229			PA	133	85736	
4557117	Charlesville	charlesville	US		0	America/New_York	39.94869	-78.50418	400			PA	009	15032	
4557119	Charmian	charmian	US		0	America/New_York	39.74287	-77.46471	376	Chairman,Charmian		PA	055	81240	
4557121	Chartiers	chartiers	US		0	America/New_York	39.95813	-80.05089	305			PA	059	50992	
4557124	Chatwood	chatwood	US		0	America/New_York	39.9665	-75.58938	143			PA	029	83080	
4557126	Cheesetown	cheesetown	US		0	America/New_York	39.96648	-77.69388	215			PA	055	32152	
4557142	Chester Plaza	chester-plaza	US		0	America/New_York	39.86233	-75.41131	32			PA	045	03336	
4557156	Chestnut Level	chestnut-level	US		0	America/New_York	39.82288	-76.21579	171			PA	071	20032	
4557172	Chinatown	chinatown	US		0	America/New_York	39.95345	-75.15462	12	Feicheng Huabu Fazhan Hui,Fèichéng Huábù Fāzhǎn Huì		PA	101	60000	
4557188	Chrome	chrome	US		0	America/New_York	39.73344	-75.98245	153			PA	029	21624	
4557195	Cito	cito	US		0	America/New_York	39.87592	-77.99306	295			PA	057	03704	
4557202	Clarksville Hill	clarksville-hill	US		0	America/New_York	39.9823	-80.03894	289			PA	125	20808	
4557210	Clayford	clayford	US		0	America/New_York	39.8948	-79.77505	367			PA	051	72544	
4557211	Claylick	claylick	US		0	America/New_York	39.76676	-77.89361	159			PA	055	50616	
4557215	Clay Hill	clay-hill	US		0	America/New_York	39.81981	-77.67471	218			PA	055	02696	
4557217	Clear Ridge	clear-ridge	US		0	America/New_York	39.96953	-78.36724	440			PA	009	83920	
4557224	Clearview Heights	clearview-heights	US		0	America/New_York	39.90538	-76.67136	244			PA	133	87056	
4557236	Clonmell	clonmell	US		0	America/New_York	39.88233	-75.82605	144			PA	029	83464	
4557276	Colemanville	colemanville	US		0	America/New_York	39.90066	-76.34274	66			PA	071	15592	
4557287	Collingdale	collingdale	US		8792	America/New_York	39.91178	-75.27713	30			PA	045	15232	
4557296	Colwyn	colwyn	US		2553	America/New_York	39.91234	-75.25379	17			PA	045	15432	
4557302	Comps Crossroads	comps-crossroads	US		0	America/New_York	39.80008	-78.79224	561			PA	111	71920	
4557313	Collier	collier	US		0	America/New_York	39.85035	-79.77866	356			PA	051	28792	
4557325	Conners Mill	conners-mill	US		0	America/New_York	39.89455	-76.1144	151			PA	071	22336	
4557333	Continental Number 2	continental-number-2	US		0	America/New_York	39.87869	-79.76588	332			PA	051	72544	
4557348	Coopertown (historical)	coopertown-historical	US		0	America/New_York	39.99678	-75.32408	119	Cooperstown,Coopertown (historical)		PA	045	33144	
4557350	Copesville	copesville	US		0	America/New_York	39.959	-75.65605	66			PA	029	20824	
4557355	Coreze	coreze	US		0	America/New_York	39.99261	-75.30352	95			PA	045	33144	
4557362	Coseytown	coseytown	US		0	America/New_York	39.72954	-77.78583	175			PA	055	02696	
4557363	Cossart	cossart	US		0	America/New_York	39.84761	-75.59771	60			PA	029	59136	
4557370	Covalt	covalt	US		0	America/New_York	39.82259	-78.14501	189			PA	057	76488	
4557372	Cove Gap	cove-gap	US		0	America/New_York	39.86592	-77.9425	237	Cove Gap,Foltz		PA	055	59600	
4557387	Crabapple	crabapple	US		0	America/New_York	39.9198	-80.47535	288			PA	059	64512	
4557389	Coyne Lock	coyne-lock	US		0	America/New_York	39.76733	-76.27385	43			PA	133	58560	
4557405	Cress	cress	US		0	America/New_York	39.73565	-77.56444	187			PA	055	81240	
4557406	Crestlyn Court	crestlyn-court	US		0	America/New_York	39.9151	-76.6808	218			PA	133	87056	
4557407	Crestview Terrace	crestview-terrace	US		0	America/New_York	39.91121	-76.67691	212			PA	133	87056	
4557408	Crestwood East	crestwood-east	US		0	America/New_York	39.98621	-76.62135	122			PA	133	33728	
4557418	Cross Mill	cross-mill	US		0	America/New_York	39.79899	-76.5408	202			PA	133	21296	
4557420	Cross Roads	cross-roads	US		514	America/New_York	39.81955	-76.57663	244	Cross Roads,Crossroads		PA	133	17416	
4557429	Crows Mills	crows-mills	US		0	America/New_York	39.92786	-80.50563	270			PA	059	64512	
4557435	Cross Keys	cross-keys	US		0	America/New_York	39.87093	-77.02748	177			PA	001	57472	
4557439	Crozierville	crozierville	US		0	America/New_York	39.88511	-75.44409	44	Crozerville,Crozierville		PA	045	03336	
4557440	Crum Creek Manor	crum-creek-manor	US		0	America/New_York	39.88122	-75.37714	36			PA	045	53104	
4557466	Cumberland Village	cumberland-village	US		0	America/New_York	39.89924	-79.96839	293			PA	059	17648	
4557483	Dalvue	dalvue	US		0	America/New_York	39.9001	-76.66997	237			PA	133	87056	
4557496	Darlington Corners	darlington-corners	US		0	America/New_York	39.91983	-75.5766	115	Darlington Corner,Darlington Corners		PA	029	76568	
4557500	Daves Gap	daves-gap	US		0	America/New_York	39.91036	-78.1914	394			PA	057	05144	
4557502	Davidsburg	davidsburg	US		0	America/New_York	39.98371	-76.89442	141			PA	133	19704	
4557508	Davistown	davistown	US		0	America/New_York	39.76869	-80.02395	285			PA	059	20296	
4557513	Dearth	dearth	US		0	America/New_York	39.94146	-79.79449	330			PA	051	48616	
4557518	Deep Valley	deep-valley	US		0	America/New_York	39.7548	-80.46952	307			PA	059	73248	
4557520	Deer Lake	deer-lake	US		495	America/New_York	39.85008	-79.58921	602	Deer Lake,Seatons Lake,Wiggins		PA	051	84344	
4557523	Deer Lick	deer-lick	US		0	America/New_York	39.98146	-80.27895	318	Deer Lick,Deerlick		PA	059	51064	
4557530	Deffenbaugh	deffenbaugh	US		0	America/New_York	39.85258	-79.87366	337			PA	051	28856	
4557542	Delphene	delphene	US		0	America/New_York	39.83008	-80.38007	336			PA	059	37376	
4557543	Delroy	delroy	US		0	America/New_York	39.97149	-76.57358	172			PA	133	45152	
4557552	Denton Terrace	denton-terrace	US		0	America/New_York	39.90871	-76.64469	236			PA	133	87056	
4557571	Diehl	diehl	US		0	America/New_York	39.92897	-78.4878	379			PA	009	15032	
4557573	Dilworthtown	dilworthtown	US		0	America/New_York	39.89928	-75.56715	142			PA	045	12442	
4557586	Dogtown	dogtown	US		0	America/New_York	39.73037	-78.16695	170			PA	057	76488	
4557587	Dolf	dolf	US		0	America/New_York	39.78316	-76.54552	232			PA	133	21296	
4557594	Dott	dott	US		0	America/New_York	39.81426	-78.1889	261			PA	057	06032	
4557601	Draco	draco	US		0	America/New_York	39.75121	-76.53552	176			PA	133	35704	
4557605	Draketown	draketown	US		0	America/New_York	39.85285	-79.36726	513			PA	111	45136	
4557614	Drumore Center	drumore-center	US		0	America/New_York	39.8376	-76.21579	179			PA	071	20032	
4557625	Dugan Hill	dugan-hill	US		0	America/New_York	39.86758	-79.85755	325			PA	051	28856	
4557633	Dunkard	dunkard	US		0	America/New_York	39.74119	-79.97478	289	Dunkard,Fairview,Taylortown		PA	059	20296	
4557636	Dry Tavern	dry-tavern	US		697	America/New_York	39.93924	-80.01228	306			PA	059	37888	
4557641	Dunlap Creek Village	dunlap-creek-village	US		0	America/New_York	39.96896	-79.86921	312			PA	051	63904	
4557654	Dutton Mill	dutton-mill	US		0	America/New_York	39.98122	-75.51243	102			PA	029	21192	
4557687	East End	east-end	US		0	America/New_York	39.92008	-78.94002	709			PA	111	05776	
4557690	East Fairchance	east-fairchance	US		0	America/New_York	39.82174	-79.7406	355			PA	051	28792	
4557693	East Fayetteville	east-fayetteville	US		0	America/New_York	39.90065	-77.55499	236			PA	055	31720	
4557699	East Lansdowne	east-lansdowne	US		2665	America/New_York	39.94567	-75.26129	40	East Lansdowne,Pattonville		PA	045	21384	
4557710	East Riverside	east-riverside	US		0	America/New_York	39.93174	-79.92727	323			PA	051	45560	
4557713	East Uniontown	east-uniontown	US		2419	America/New_York	39.8998	-79.69782	374			PA	051	55464	
4557714	East View	east-view	US		0	America/New_York	39.89369	-80.22979	299			PA	059	27408	
4557716	East Yoe	east-yoe	US		0	America/New_York	39.91621	-76.62941	239			PA	133	85736	
4557717	East York	east-york	US		8777	America/New_York	39.97371	-76.68636	127			PA	133	72992	
4557722	Eastland Hills	eastland-hills	US		0	America/New_York	39.7487	-77.56194	212			PA	055	81240	
4557724	Eastwick	eastwick	US		0	America/New_York	39.89039	-75.2424	1	Eastwick,Eastwicks,Elmwood		PA	101	60000	
4557731	Echo Valley	echo-valley	US		0	America/New_York	39.99178	-75.43214	77			PA	045	54224	
4557739	Edenborn	edenborn	US		294	America/New_York	39.88424	-79.88172	353			PA	051	28856	
4557744	Edgegrove	edgegrove	US		0	America/New_York	39.81843	-77.03304	169			PA	001	15632	
4557760	Eddystone	eddystone	US		2407	America/New_York	39.86011	-75.34436	5			PA	045	22296	
4557764	Elam	elam	US		0	America/New_York	39.85511	-75.54104	121			PA	045	15488	
4557766	Elbinsville	elbinsville	US		0	America/New_York	39.75481	-78.47557	443			PA	009	71888	
4557767	Elbrook	elbrook	US		0	America/New_York	39.81787	-77.60666	223			PA	055	63200	
4557779	Elkdale	elkdale	US		0	America/New_York	39.79039	-75.91494	120			PA	029	21624	
4557784	Elliottsville	elliottsville	US		0	America/New_York	39.76952	-79.62643	479	Elliottsville,Shinbone		PA	051	84344	
4557793	Elwyn	elwyn	US		0	America/New_York	39.90789	-75.41019	80			PA	045	49136	
4557797	Embreeville	embreeville	US		0	America/New_York	39.93011	-75.73439	71			PA	029	53784	
4557806	Emmaville	emmaville	US		0	America/New_York	39.91036	-78.24946	372			PA	057	09568	
4557809	Engles Mill	engles-mill	US		0	America/New_York	39.75286	-79.06114	625			PA	111	23168	
4557821	Erbs Mill	erbs-mill	US		0	America/New_York	39.86288	-76.33774	110			PA	071	47824	
4557822	Ercildoun	ercildoun	US		0	America/New_York	39.9465	-75.83911	168			PA	029	21104	
4557828	Evans Manor	evans-manor	US		0	America/New_York	39.9198	-79.68226	323	Evans,Evans Manor		PA	051	55464	
4557842	Factory Hill	factory-hill	US		0	America/New_York	39.96619	-79.60365	364			PA	051	20224	
4557844	Faggs Manor	faggs-manor	US		0	America/New_York	39.85789	-75.90939	161	Fagg's Manor,Faggs Manor,Flaggs Manor		PA	029	44456	
4557845	Fair Acres	fair-acres	US		0	America/New_York	39.9126	-76.71802	190			PA	133	87056	
4557891	Fairville	fairville	US		0	America/New_York	39.84428	-75.63076	125			PA	029	59136	
4557892	Fairway	fairway	US		0	America/New_York	39.97621	-76.76552	122			PA	133	83432	
4557904	Falling Spring	falling-spring	US		0	America/New_York	39.90454	-77.59943	214	Falling Spring,Falling Springs		PA	055	31720	
4557912	Farquhar Estates	farquhar-estates	US		0	America/New_York	39.94399	-76.72191	151			PA	133	73168	
4557919	Fayette Springs	fayette-springs	US		0	America/New_York	39.83952	-79.6231	584			PA	051	84344	
4557923	Fayfield	fayfield	US		0	America/New_York	39.96732	-76.68274	132			PA	133	72992	
4557934	Feltonville	feltonville	US		0	America/New_York	39.84595	-75.39547	28	Barker,Felton,Feltonville		PA	045	13212	
4557936	Fenmore	fenmore	US		0	America/New_York	39.8376	-76.52663	147			PA	133	12584	
4557941	Fern Hill	fern-hill	US		0	America/New_York	39.97955	-75.59077	142	Fern Hill,Fernhill		PA	029	83080	
4557942	Fernglen	fernglen	US		0	America/New_York	39.81038	-76.26607	129			PA	071	20032	
4557948	Fieldsons Crossroads	fieldsons-crossroads	US		0	America/New_York	39.79008	-79.94034	324	Fieldings Corners,Fieldsons Crossroads		PA	059	50400	
4557951	Filbert	filbert	US		0	America/New_York	39.94313	-79.85394	299			PA	051	63904	
4557954	Fireside Park	fireside-park	US		0	America/New_York	39.97815	-76.75163	121			PA	133	87048	
4557955	Fireside Terrace	fireside-terrace	US		0	America/New_York	39.98232	-76.7408	134			PA	133	46872	
4557959	Fiscal	fiscal	US		0	America/New_York	39.7276	-76.79359	274			PA	133	14832	
4557961	Fiketown	fiketown	US		0	America/New_York	39.74119	-79.48837	733			PA	051	33896	
4557965	Fisher Corners	fisher-corners	US		0	America/New_York	39.87261	-75.44492	94	Fisher Corners,Fishers Corner		PA	045	03336	
4557972	Five Forks	five-forks	US		0	America/New_York	39.86092	-78.40863	492			PA	009	50424	
4557974	Five Forks	five-forks	US		0	America/New_York	39.80148	-77.6086	210	Five Forks,Mount Hope		PA	055	63200	
4557983	Fishtown	fishtown	US		0	America/New_York	39.96511	-75.13545	4			PA	101	60000	
4557994	Floradale	floradale	US		38	America/New_York	39.9587	-77.24832	195	Dlora Dale,Floradale		PA	001	48608	
4557995	Florida Park	florida-park	US		0	America/New_York	39.97817	-75.42936	99			PA	045	54224	
4557997	Flickerville	flickerville	US		0	America/New_York	39.85648	-78.23834	322	Flickerville,Town Hill,Whips Cove		PA	057	09568	
4558025	Fossilville	fossilville	US		0	America/New_York	39.86703	-78.69446	324			PA	009	44448	
4558027	Footedale	footedale	US		0	America/New_York	39.90924	-79.82505	318	Footdale,Footedale		PA	051	28856	
4558028	Fountain Dale	fountain-dale	US		0	America/New_York	39.74037	-77.43332	239	Fountain Dale,Fountaindale		PA	001	32200	
4558035	Foustown	foustown	US		0	America/New_York	39.9951	-76.77163	153			PA	133	46872	
4558036	Fox Hill	fox-hill	US		0	America/New_York	39.81232	-77.55443	301			PA	055	63200	
4558041	Foxcroft	foxcroft	US		0	America/New_York	39.99539	-75.35519	63	Fox Croft,Foxcroft		PA	045	47616	
4558043	Francisville	francisville	US		0	America/New_York	39.97011	-75.16907	31			PA	101	60000	
4558046	Fox Run	fox-run	US		0	America/New_York	39.92538	-76.69913	178			PA	133	87056	
4558077	Freemont	freemont	US		0	America/New_York	39.74511	-76.06634	122	Freemont,Fremont		PA	029	83712	
4558079	Freysville	freysville	US		0	America/New_York	39.92816	-76.60608	235			PA	133	85736	
4558089	Friendship Heights	friendship-heights	US		0	America/New_York	39.78286	-79.917	286			PA	051	73240	
4558113	Fuhrmans Mill	fuhrmans-mill	US		0	America/New_York	39.75816	-76.92387	202			PA	133	83440	
4558114	Furnace Hill	furnace-hill	US		0	America/New_York	39.97313	-79.60532	377			PA	051	20224	
4558118	Furniss	furniss	US		0	America/New_York	39.79399	-76.2219	126			PA	071	20032	
4558122	Gallagherville	gallagherville	US		0	America/New_York	39.999	-75.72689	85	Gallagher,Gallagherville		PA	029	19752	
4558134	Gapsville	gapsville	US		0	America/New_York	39.95342	-78.24168	350			PA	009	21736	
4558138	Garden Court	garden-court	US		0	America/New_York	39.95309	-75.22141	31			PA	101	60000	
4558151	Garrettford	garrettford	US		0	America/New_York	39.94539	-75.2938	70			PA	045	79000	
4558160	Gatchellville	gatchellville	US		0	America/New_York	39.76899	-76.46691	218			PA	133	25408	
4558161	Gebhart	gebhart	US		0	America/New_York	39.94424	-79.17725	631	Gebhart,Gebhartsburg		PA	111	49416	
4558202	Girard Estate	girard-estate	US		0	America/New_York	39.92345	-75.18462	9			PA	101	60000	
4558210	Glade City	glade-city	US		0	America/New_York	39.81869	-78.99475	653			PA	111	75232	
4558220	Glades	glades	US		0	America/New_York	39.73091	-79.52226	627			PA	051	84344	
4558221	Gladhill	gladhill	US		0	America/New_York	39.75176	-77.44971	378			PA	001	32200	
4558224	Glassworks	glassworks	US		0	America/New_York	39.80202	-79.91422	244	Glass Works,Glassworks		PA	059	50400	
4558226	Glatfelters	glatfelters	US		0	America/New_York	39.87454	-76.75053	132			PA	133	54904	
4558227	Glen Forney	glen-forney	US		0	America/New_York	39.77148	-77.50193	241			PA	055	81240	
4558228	Glen Hope (historical)	glen-hope-historical	US		0	America/New_York	39.729	-75.90244	90			PA	029	23032	
4558235	Glen Riddle	glen-riddle	US		0	America/New_York	39.894	-75.43381	24			PA	045	49136	
4558240	Glen Roy	glen-roy	US		0	America/New_York	39.76677	-76.04939	123	Glen Roy,Glenroy		PA	029	83712	
4558243	Glen Savage	glen-savage	US		0	America/New_York	39.9098	-78.78252	704			PA	111	00876	
4558245	Glenhall	glenhall	US		0	America/New_York	39.93039	-75.71355	62			PA	029	53784	
4558250	Glenrose	glenrose	US		0	America/New_York	39.94344	-75.86022	121	Glen Rose,Glenrose,Timicula		PA	029	21104	
4558258	Gnatstown	gnatstown	US		0	America/New_York	39.8676	-76.92887	232			PA	133	37488	
4558263	Goldenville	goldenville	US		0	America/New_York	39.89259	-77.24193	187			PA	001	10456	
4558270	Golden (historical)	golden-historical	US		0	America/New_York	39.96232	-76.62747	197			PA	133	85736	
4558273	Goodtown	goodtown	US		0	America/New_York	39.89341	-78.97836	659	Good Town,Goodtown		PA	111	09256	
4558275	Goosetown	goosetown	US		0	America/New_York	39.97066	-75.77939	143			PA	029	21104	
4558283	Goshenville	goshenville	US		0	America/New_York	39.99511	-75.54437	130			PA	029	21192	
4558285	Goram	goram	US		0	America/New_York	39.87399	-76.40774	147			PA	133	44872	
4558301	Graefenburg	graefenburg	US		0	America/New_York	39.90176	-77.46193	312			PA	001	27320	
4558305	Graham Crossing	graham-crossing	US		0	America/New_York	39.98841	-79.66143	317			PA	051	20224	
4558309	Grandview Heights	grandview-heights	US		0	America/New_York	39.94927	-76.70719	160			PA	133	73168	
4558310	Grandview Heights	grandview-heights	US		0	America/New_York	39.90732	-76.66525	240			PA	133	87056	
4558315	Grantley	grantley	US		3628	America/New_York	39.94038	-76.72913	171			PA	133	73168	
4558318	Grantly Hills	grantly-hills	US		0	America/New_York	39.9426	-76.72969	152			PA	133	73168	
4558319	Grassland	grassland	US		0	America/New_York	39.98817	-75.3038	100			PA	045	33144	
4558322	Gravel Pit	gravel-pit	US		0	America/New_York	39.87869	-78.68891	341	Gravel Pit,Gravel Pit Station		PA	009	44448	
4558325	Graybill	graybill	US		0	America/New_York	39.92371	-76.8008	134			PA	133	83432	
4558326	Graydon	graydon	US		0	America/New_York	39.85427	-76.65497	164			PA	133	55112	
4558327	Grays Ferry	grays-ferry	US		0	America/New_York	39.93511	-75.19212	11			PA	101	60000	
4558333	Grays Landing	grays-landing	US		0	America/New_York	39.8323	-79.91867	242			PA	051	54392	
4558335	Green Acres	green-acres	US		0	America/New_York	39.96232	-76.68247	132			PA	133	72992	
4558337	Greater Point Marion	greater-point-marion	US		0	America/New_York	39.75008	-79.89922	294			PA	051	73240	
4558339	Green Hill	green-hill	US		0	America/New_York	39.99594	-75.5991	147	Green Hill,Greenhill		PA	029	83080	
4558340	Green Hill	green-hill	US		0	America/New_York	39.99398	-78.08528	311			PA	057	43200	
4558341	Green Hill	green-hill	US		0	America/New_York	39.96065	-76.69886	140			PA	133	73168	
4558360	Green Lawn	green-lawn	US		0	America/New_York	39.88789	-75.84161	123			PA	029	83464	
4558366	Greenbriar	greenbriar	US		0	America/New_York	39.98926	-76.76497	149			PA	133	46872	
4558387	Greenmount	greenmount	US		0	America/New_York	39.76426	-77.2736	159			PA	001	17640	
4558402	Greystone Farms	greystone-farms	US		0	America/New_York	39.98204	-76.6208	138			PA	133	33728	
4558411	Grimms Crossroads	grimms-crossroads	US		0	America/New_York	39.9101	-76.54913	232			PA	133	85736	
4558417	Grove Mill	grove-mill	US		0	America/New_York	39.76455	-76.51885	162			PA	133	21296	
4558425	Guilford Hills	guilford-hills	US		0	America/New_York	39.92092	-77.59277	231			PA	055	31720	
4558428	Guilford Springs	guilford-springs	US		0	America/New_York	39.89731	-77.67555	190			PA	055	31720	
4558431	Guldens	guldens	US		0	America/New_York	39.85843	-77.13887	177			PA	001	74680	
4558435	Gump	gump	US		0	America/New_York	39.80563	-80.19535	415			PA	059	84608	
4558439	Guilford Siding	guilford-siding	US		1939	America/New_York	39.86537	-77.61249	253	Guilford,Guilford Siding,New Franklin		PA	055	31720	
4558440	Haddenville	haddenville	US		0	America/New_York	39.92952	-79.77116	369			PA	051	48616	
4558442	Haddington	haddington	US		0	America/New_York	39.96578	-75.23764	26			PA	101	60000	
4558455	Hametown	hametown	US		0	America/New_York	39.79844	-76.67914	284			PA	133	70576	
4558458	Hamilton Heights	hamilton-heights	US		0	America/New_York	39.95815	-77.67944	223			PA	055	32152	
4558464	Hammer Hall	hammer-hall	US		0	America/New_York	39.83954	-77.30332	183			PA	001	34424	
4558465	Hamorton	hamorton	US		0	America/New_York	39.86844	-75.65549	144			PA	029	39344	
4558478	Hanover Junction	hanover-junction	US		0	America/New_York	39.84232	-76.77553	151			PA	133	54904	
4558492	Hardy Hill	hardy-hill	US		0	America/New_York	39.96424	-79.60171	388			PA	051	20224	
4558496	Harmony Hill	harmony-hill	US		0	America/New_York	39.98177	-75.67216	114			PA	029	20824	
4558498	Harnedsville	harnedsville	US		0	America/New_York	39.79758	-79.32781	427			PA	111	45136	
4558510	Hartranft	hartranft	US		0	America/New_York	39.98483	-75.14712	23			PA	101	60000	
4558524	Hawksville	hawksville	US		0	America/New_York	39.91038	-76.1644	160	Hawkersville,Hawksville		PA	071	22336	
4558528	Haydentown	haydentown	US		0	America/New_York	39.78897	-79.77061	343			PA	051	28792	
4558533	Hays Mill	hays-mill	US		0	America/New_York	39.85092	-78.97308	665	Hays,Hays Mill,Hays Mills		PA	111	09256	
4558539	Headlee Heights	headlee-heights	US		0	America/New_York	39.81508	-79.97228	357			PA	059	30952	
4558543	Heidlersburg	heidlersburg	US		707	America/New_York	39.94926	-77.14609	174	Heidlersburg,Starrytown		PA	001	78160	
4558548	Heistersburg	heistersburg	US		0	America/New_York	39.96285	-79.93144	343	Heisterburg,Heistersburg		PA	051	45560	
4558560	Herbert	herbert	US		0	America/New_York	39.94369	-79.8306	304			PA	051	63904	
4558565	Herman Heights	herman-heights	US		0	America/New_York	39.98593	-76.70386	153			PA	133	72992	
4558570	Hero	hero	US		0	America/New_York	39.72425	-80.34813	311			PA	059	29152	
4558571	Herrville	herrville	US		0	America/New_York	39.94649	-76.2569	93	Derry,Derry church,Herrville		PA	071	59360	
4558575	Hessdale	hessdale	US		0	America/New_York	39.94371	-76.21023	121	Hessdale,Martinsville		PA	071	74720	
4558587	Hickory Hill	hickory-hill	US		0	America/New_York	39.74844	-75.92078	135	Hickory Hill,Hickoryhill		PA	029	23032	
4558601	Highhouse	highhouse	US		0	America/New_York	39.86619	-79.80977	370	High House,Highhouse		PA	051	28792	
4558612	Highrock	highrock	US		0	America/New_York	39.81538	-76.47885	123			PA	133	44872	
4558613	Highville	highville	US		0	America/New_York	39.94677	-76.41663	180			PA	071	46992	
4558616	Hildebrand	hildebrand	US		0	America/New_York	39.74399	-76.75275	222			PA	133	14832	
4558622	Hill-n-Dale	hill-n-dale	US		0	America/New_York	39.93482	-76.69775	188			PA	133	87056	
4558623	Hillcrest	hillcrest	US		0	America/New_York	39.93788	-76.70386	210			PA	133	73168	
4558626	Hillcroft	hillcroft	US		0	America/New_York	39.94621	-76.70413	186			PA	133	73168	
4558644	Hoblitzell	hoblitzell	US		0	America/New_York	39.83481	-78.75057	333			PA	009	44448	
4558654	Hogsett	hogsett	US		0	America/New_York	39.91202	-79.71227	298			PA	051	55464	
4558656	Hokes	hokes	US		0	America/New_York	39.73816	-76.83998	241	Hokes,Summit		PA	133	46904	
4558663	Holly Heights	holly-heights	US		0	America/New_York	39.96149	-76.76802	141			PA	133	83432	
4558664	Hollywood Heights	hollywood-heights	US		0	America/New_York	39.94927	-76.68858	181			PA	133	73168	
4558670	Holtz	holtz	US		0	America/New_York	39.94232	-76.6033	230			PA	133	85736	
4558671	Holtzswam	holtzswam	US		0	America/New_York	39.93065	-76.92636	171			PA	133	57872	
4558683	Homeland Gardens	homeland-gardens	US		0	America/New_York	39.92065	-76.71052	190			PA	133	87056	
4558684	Homeville	homeville	US		0	America/New_York	39.86094	-75.98661	143			PA	029	79208	
4558688	Hoover	hoover	US		0	America/New_York	39.8773	-79.85255	302			PA	051	28856	
4558697	Hopewell Center	hopewell-center	US		0	America/New_York	39.7976	-76.50747	210			PA	133	21296	
4558722	Housum	housum	US		0	America/New_York	39.87037	-77.73222	203			PA	055	32152	
4558731	Humbert	humbert	US		0	America/New_York	39.85619	-79.31531	441			PA	111	45136	
4558733	Humphreyville	humphreyville	US		0	America/New_York	39.95955	-75.87745	186			PA	029	21104	
4558755	Hyson Hill	hyson-hill	US		0	America/New_York	39.79538	-76.56858	235			PA	133	21296	
4558757	Idywyld	idywyld	US		0	America/New_York	39.99065	-76.68636	167			PA	133	72992	
4558768	Indian Creek	indian-creek	US		0	America/New_York	39.96896	-79.51143	299	Hampton,Indian Creek		PA	051	73064	
4558770	Hunterstown	hunterstown	US		547	America/New_York	39.88232	-77.16026	169	Hunterstown,Straban Center,Woodstock		PA	001	74680	
4558786	Inglesmith	inglesmith	US		0	America/New_York	39.75148	-78.38168	311			PA	009	46928	
4558792	Irishtown	irishtown	US		0	America/New_York	39.83815	-77.04915	174			PA	001	57472	
4558793	Irishtown	irishtown	US		0	America/New_York	39.94702	-79.60226	537			PA	051	20224	
4558799	Iron Springs	iron-springs	US		0	America/New_York	39.77565	-77.39665	198			PA	001	32200	
4558812	Jacks Mountain	jacks-mountain	US		0	America/New_York	39.75454	-77.40221	295			PA	001	32200	
4558815	Jackson Mills	jackson-mills	US		0	America/New_York	39.97203	-78.27112	339			PA	009	21736	
4558817	Ivy Mills	ivy-mills	US		0	America/New_York	39.89733	-75.49464	115			PA	045	15488	
4558830	Jacobs Mills	jacobs-mills	US		0	America/New_York	39.8326	-76.92803	157			PA	133	33624	
4558838	Jacobus	jacobus	US		1848	America/New_York	39.88316	-76.71052	201			PA	133	37640	
4558841	Jefferis	jefferis	US		0	America/New_York	39.90702	-79.80727	324			PA	051	48616	
4558851	Jenkins Corner	jenkins-corner	US		0	America/New_York	39.7315	-76.15301	125			PA	071	28168	
4558853	Jennersville	jennersville	US		0	America/New_York	39.82316	-75.86966	176			PA	029	58808	
4558874	Johnsons Mill	johnsons-mill	US		0	America/New_York	39.74926	-78.14751	148			PA	057	76488	
4558878	Johnsons Corner	johnsons-corner	US		0	America/New_York	39.84928	-75.53798	122			PA	045	15488	
4558880	Jollytown	jollytown	US		0	America/New_York	39.72841	-80.32174	306			PA	059	29152	
4558887	Jugtown	jugtown	US		0	America/New_York	39.84176	-77.60499	257			PA	055	63200	
4558890	Jumonville	jumonville	US		0	America/New_York	39.8848	-79.64838	666			PA	051	55464	
4558893	Juniata Crossing	juniata-crossing	US		0	America/New_York	39.99453	-78.26862	296			PA	009	21736	
4558898	Kalreda Woods	kalreda-woods	US		0	America/New_York	39.9951	-76.70413	181			PA	133	72992	
4558900	Kaolin	kaolin	US		0	America/New_York	39.79872	-75.72716	116			PA	029	53608	
4558905	Kasiesville	kasiesville	US		0	America/New_York	39.7487	-77.89111	182	Camp Hill,Kasiesville,Keiserville		PA	055	50616	
4558907	Kauffman	kauffman	US		0	America/New_York	39.83398	-77.7061	186			PA	055	02696	
4558908	Kaufmann	kaufmann	US		0	America/New_York	39.90174	-79.46587	449			PA	051	74080	
4558914	Keeney	keeney	US		0	America/New_York	39.75955	-76.66164	248			PA	133	70576	
4558915	Keeny Row	keeny-row	US		0	America/New_York	39.95396	-79.88672	334	Keeny Road,Keeny Row		PA	051	45560	
4558916	Kegg	kegg	US		0	America/New_York	39.98203	-78.7203	384			PA	009	38576	
4558932	Kendale East	kendale-east	US		0	America/New_York	39.91899	-76.60719	274			PA	133	85736	
4558938	Kennells Mill	kennells-mill	US		0	America/New_York	39.77147	-78.79863	351	Kennells Mill,Kennells Mills		PA	111	71920	
4558951	Kensington Heights	kensington-heights	US		0	America/New_York	39.96759	-77.68888	230			PA	055	32152	
4558961	Keys	keys	US		0	America/New_York	39.88149	-76.53608	253			PA	133	12584	
4558964	Khedive	khedive	US		0	America/New_York	39.88396	-80.03617	311			PA	059	17648	
4558968	Kimmel	kimmel	US		0	America/New_York	39.96952	-79.20948	607			PA	111	49416	
4558980	Kingsessing	kingsessing	US		0	America/New_York	39.93678	-75.22963	23			PA	101	60000	
4558991	Kirklyn	kirklyn	US		0	America/New_York	39.96928	-75.29074	67			PA	045	79000	
4558993	Kirks Mills	kirks-mills	US		0	America/New_York	39.75538	-76.10606	92			PA	071	43832	
4558999	Kingsdale	kingsdale	US		0	America/New_York	39.72454	-77.11887	174			PA	001	28936	
4559003	Knepper	knepper	US		0	America/New_York	39.83259	-77.57055	239	Knepper,Knipper,Niffer,Nipper		PA	055	63200	
4559010	Knoxlyn	knoxlyn	US		0	America/New_York	39.83093	-77.31693	165			PA	001	34424	
4559014	Koontzville	koontzville	US		0	America/New_York	39.93786	-78.46891	376			PA	009	15032	
4559016	Kraft Mill	kraft-mill	US		0	America/New_York	39.82038	-76.87692	158			PA	133	33624	
4559020	Knowlton	knowlton	US		0	America/New_York	39.87678	-75.41797	23			PA	045	49136	
4559023	Kuhntown	kuhntown	US		0	America/New_York	39.77286	-80.27257	315	Hoovers Run,Kuhntown		PA	059	81768	
4559026	Kyleville	kyleville	US		0	America/New_York	39.81871	-76.38718	200			PA	133	44872	
4559027	La Bott	la-bott	US		0	America/New_York	39.92093	-76.89609	146	La Bott,Labott		PA	133	37488	
4559042	Lake Heritage	lake-heritage	US		1333	America/New_York	39.80954	-77.18387	148			PA	001	51640	
4559053	Lake Meade	lake-meade	US		2563	America/New_York	39.9851	-77.0372	158			PA	001	63616	
4559082	Lapidea	lapidea	US		0	America/New_York	39.87733	-75.36714	29			PA	045	53104	
4559084	Larchmont Square	larchmont-square	US		0	America/New_York	39.97706	-75.38936	133	Larchmont Square,Newtown		PA	045	54224	
4559085	Lardin	lardin	US		0	America/New_York	39.86174	-79.89644	300			PA	051	28856	
4559089	Lashley	lashley	US		0	America/New_York	39.75953	-78.28084	315			PA	057	78320	
4559097	Laurel Falls	laurel-falls	US		0	America/New_York	39.81702	-79.11892	685			PA	111	75232	
4559127	Lawrence Park	lawrence-park	US		0	America/New_York	39.96817	-75.3413	83			PA	045	47616	
4559131	Leaders Heights	leaders-heights	US		0	America/New_York	39.90649	-76.71886	220			PA	133	87056	
4559133	Leafydale Terrace	leafydale-terrace	US		0	America/New_York	39.94565	-76.68663	185			PA	133	73168	
4559144	Ledy	ledy	US		0	America/New_York	39.85787	-77.54277	291			PA	055	31720	
4559149	Leedom Estates	leedom-estates	US		0	America/New_York	39.87428	-75.3213	16			PA	045	64832	
4559151	Lees Mill	lees-mill	US		0	America/New_York	39.73816	-76.07967	122			PA	029	83712	
4559155	Leibharts Corner	leibharts-corner	US		0	America/New_York	39.99121	-76.49802	71			PA	133	45152	
4559159	Leiperville	leiperville	US		0	America/New_York	39.86706	-75.34047	5			PA	045	64800	
4559161	Leiphart Mill	leiphart-mill	US		0	America/New_York	39.98704	-76.60274	117			PA	133	33728	
4559163	Leith	leith	US		0	America/New_York	39.88508	-79.72643	337			PA	051	72544	
4559169	Lenape	lenape	US		0	America/New_York	39.91289	-75.6316	58	Lenape,Sagerville		PA	029	61800	
4559173	Lenover	lenover	US		0	America/New_York	39.95538	-75.94662	176			PA	029	83968	
4559174	Lenwood Heights	lenwood-heights	US		0	America/New_York	39.83204	-77.88805	186			PA	055	50616	
4559180	Letort	letort	US		0	America/New_York	39.97621	-76.40635	110			PA	071	46992	
4559182	Lewis Crossing	lewis-crossing	US		0	America/New_York	39.86758	-79.86922	288			PA	051	28856	
4559205	Lightners Tract	lightners-tract	US		0	America/New_York	39.98788	-76.73774	128			PA	133	46872	
4559206	Lime Valley	lime-valley	US		0	America/New_York	39.96316	-76.22996	91			PA	071	83256	
4559226	Lippincott	lippincott	US		0	America/New_York	39.93896	-80.11895	288	Lippincott,Martinsville		PA	059	50992	
4559229	Listonburg	listonburg	US		0	America/New_York	39.7548	-79.3142	525	Listonburg,Listonville		PA	111	00404	
4559234	Little Britain	little-britain	US		372	America/New_York	39.779	-76.11662	138			PA	071	43832	
4559241	Little Chicago	little-chicago	US		0	America/New_York	39.86008	-79.96061	282			PA	059	17648	
4559267	Little Summit	little-summit	US		0	America/New_York	39.9898	-79.67226	369	Little Summit,Sterling		PA	051	20224	
4559274	Live Easy	live-easy	US		0	America/New_York	39.86313	-79.937	279			PA	059	17648	
4559275	Llanerch	llanerch	US		0	America/New_York	39.9715	-75.29907	78			PA	045	33144	
4559277	Llanwellyn	llanwellyn	US		0	America/New_York	39.90845	-75.29463	29			PA	045	18160	
4559288	Locksley	locksley	US		0	America/New_York	39.92983	-75.50687	79			PA	045	76576	
4559299	Locust Spring	locust-spring	US		0	America/New_York	39.93343	-76.57469	211			PA	133	85736	
4559331	Longstown	longstown	US		0	America/New_York	39.96038	-76.65886	205	Longstown,Tilden		PA	133	85736	
4559334	Longview Heights	longview-heights	US		0	America/New_York	39.96093	-76.65552	202			PA	133	85736	
4559350	Lower Hopewell	lower-hopewell	US		0	America/New_York	39.78427	-76.02189	98			PA	029	45040	
4559357	Lower Peanut	lower-peanut	US		0	America/New_York	39.97452	-79.76254	273			PA	051	27400	
4559361	Lucky	lucky	US		0	America/New_York	39.90371	-76.44552	159			PA	133	12584	
4559378	Mable Hill	mable-hill	US		0	America/New_York	39.7748	-79.93839	279			PA	059	50400	
4559380	Macdonaldton	macdonaldton	US		0	America/New_York	39.91619	-78.9203	663			PA	111	09256	
4559383	Mackey Ford	mackey-ford	US		0	America/New_York	39.97315	-76.9222	121			PA	133	19704	
4559393	Mance	mance	US		0	America/New_York	39.83175	-78.93669	604			PA	111	54704	
4559395	Manifold Manor	manifold-manor	US		0	America/New_York	39.94288	-76.62691	219			PA	133	85736	
4559397	Mann	mann	US		0	America/New_York	39.72592	-78.23918	172			PA	057	06032	
4559419	Manoa	manoa	US		0	America/New_York	39.9765	-75.31797	92	Manoa,Monoa		PA	045	33144	
4559423	Mapletown	mapletown	US		130	America/New_York	39.80452	-79.94367	293			PA	059	50400	
4559426	Marburg	marburg	US		0	America/New_York	39.78482	-76.88581	192			PA	133	46904	
4559433	Marborough West	marborough-west	US		0	America/New_York	39.92593	-76.71108	189			PA	133	87056	
4559436	Margaretta Furnace	margaretta-furnace	US		0	America/New_York	39.96538	-76.53663	112			PA	133	45152	
4559437	Maria Furnace	maria-furnace	US		0	America/New_York	39.77509	-77.40499	213			PA	001	32200	
4559444	Markes	markes	US		0	America/New_York	39.87454	-77.87166	177	Bridgeport,Markes		PA	055	59600	
4559450	Marple	marple	US		0	America/New_York	39.97761	-75.37853	125			PA	045	47616	
4559465	Marshallton	marshallton	US		0	America/New_York	39.94983	-75.68022	120	Marshallton,Marshalton		PA	029	82544	
4559467	Martic Forge	martic-forge	US		0	America/New_York	39.90538	-76.32746	68			PA	071	47824	
4559469	Marticville	marticville	US		0	America/New_York	39.92649	-76.3069	121			PA	071	47824	
4559489	Mason and Dixon	mason-and-dixon	US		0	America/New_York	39.72148	-77.75416	172	Mason and Dixon,Mason-Dixon		PA	055	02696	
4559496	Mattie	mattie	US		0	America/New_York	39.91953	-78.29807	447			PA	009	21736	
4559510	McClellan Heights	mcclellan-heights	US		0	America/New_York	39.94704	-76.73275	124			PA	133	73168	
4559512	McClellandtown	mcclellandtown	US		0	America/New_York	39.88702	-79.86672	344	M'Cleland's Town,McClelandstown,McClellandtown		PA	051	28856	
4559516	McConnellsburg	mcconnellsburg	US		1048	America/New_York	39.93259	-77.99889	272	Makonelsberg,Маконелсберг	057	PA	057	46000	
4559522	McCracken	mccracken	US		0	America/New_York	39.85369	-80.47591	305			PA	059	00740	
4559526	McDermott	mcdermott	US		0	America/New_York	39.74899	-76.41802	182			PA	133	25408	
4559527	McDonald Heights	mcdonald-heights	US		0	America/New_York	39.92815	-76.70219	165			PA	133	87056	
4559543	McKinley Hill	mckinley-hill	US		0	America/New_York	39.73063	-79.90089	286			PA	051	61864	
4559546	McKnightstown	mcknightstown	US		226	America/New_York	39.87065	-77.32554	195	McKnightstown,New Salem		PA	001	27320	
4559547	McKnightstown Station	mcknightstown-station	US		0	America/New_York	39.85704	-77.32443	181			PA	001	27320	
4559553	McSherrystown	mcsherrystown	US		3067	America/New_York	39.80732	-77.01137	178			PA	001	46376	
4559555	McSparran	mcsparran	US		0	America/New_York	39.7651	-76.20801	107	McSparran,McSparren		PA	071	28168	
4559559	Meadetown	meadetown	US		0	America/New_York	39.81649	-76.51997	202			PA	133	21296	
4559572	Mechanic Grove	mechanic-grove	US		0	America/New_York	39.84871	-76.15856	194	Mechanic Grove,Mechanics Grove		PA	071	21040	
4559594	Mench	mench	US		0	America/New_York	39.97342	-78.32446	392	Mench,Menth		PA	009	83920	
4559597	Menges Mill	menges-mill	US		0	America/New_York	39.72149	-77.10304	171			PA	001	28936	
4559598	Menges Mills	menges-mills	US		0	America/New_York	39.86093	-76.89498	147			PA	133	33624	
4559603	Mercersburg Junction	mercersburg-junction	US		0	America/New_York	39.85731	-77.89028	165			PA	055	59600	
4559362	Ludlow	ludlow	US	01056	0	America/New_York	39.97206	-75.14629	10			PA	101	60000	
4559610	Merion Park	merion-park	US		0	America/New_York	39.99345	-75.25102	71			PA	091	44976	
4559614	Messmore	messmore	US		0	America/New_York	39.87841	-79.84477	302			PA	051	28856	
4559618	Metzler	metzler	US		0	America/New_York	39.92063	-79.27892	527			PA	111	79336	
4559650	Milfred Terrace	milfred-terrace	US		0	America/New_York	39.99091	-80.00255	310			PA	125	20808	
4559662	Mill Run Junction	mill-run-junction	US		0	America/New_York	39.96396	-79.45309	421			PA	051	73064	
4559666	Millbourne	millbourne	US		1162	America/New_York	39.96345	-75.25018	31			PA	045	49504	
4559697	Milmont	milmont	US		0	America/New_York	39.87983	-75.34408	30			PA	045	64800	
4559703	Mineral Spring	mineral-spring	US		0	America/New_York	39.90314	-78.99919	612			PA	111	09256	
4559719	Moffitt Sterling	moffitt-sterling	US		0	America/New_York	39.75786	-79.93617	337			PA	059	20296	
4559747	Morford	morford	US		0	America/New_York	39.79703	-80.47813	428			PA	059	00740	
4559755	Morris Crossroads	morris-crossroads	US		0	America/New_York	39.75341	-79.85728	355	Morris Cross Roads,Morris Crossroads		PA	051	73240	
4559767	Mortonville	mortonville	US		0	America/New_York	39.9465	-75.77772	76			PA	029	21104	
4559775	Moulstown	moulstown	US		0	America/New_York	39.85204	-76.93276	208			PA	133	33624	
4559777	Mount Alverno	mount-alverno	US		0	America/New_York	39.88345	-75.42631	23			PA	045	49136	
4559800	Mount Independence	mount-independence	US		0	America/New_York	39.93119	-79.64449	417			PA	051	55464	
4559808	Mount Misery	mount-misery	US		0	America/New_York	39.83982	-77.04359	187			PA	001	57472	
4559885	Moylan	moylan	US		0	America/New_York	39.909	-75.3963	45			PA	045	79248	
4559886	Moylan-Rose Valley Station	moylan-rose-valley-station	US		0	America/New_York	39.90567	-75.38797	67	Manchester Station,Moylan-Rose Valley Station		PA	045	53104	
4559893	Muddy Creek Forks	muddy-creek-forks	US		0	America/New_York	39.80816	-76.47524	112			PA	133	44872	
4559908	Mummasburg	mummasburg	US		0	America/New_York	39.88565	-77.28943	184			PA	001	27320	
4559932	Ned	ned	US		0	America/New_York	39.72592	-80.4823	456			PA	059	73248	
4559939	Neil Corner	neil-corner	US		0	America/New_York	39.8998	-79.98422	301			PA	059	17648	
4559941	Neiman	neiman	US		0	America/New_York	39.81899	-76.79386	252			PA	133	14832	
4559950	Nettle Hill	nettle-hill	US		0	America/New_York	39.79675	-80.38285	454			PA	059	37376	
4559744	Moore	moore	US	29369	0	America/New_York	39.88928	-75.30463	26			PA	045	62792	
4559957	New Bridgeville	new-bridgeville	US		0	America/New_York	39.9126	-76.48858	211			PA	133	12584	
4559958	New Centerville	new-centerville	US		131	America/New_York	39.94258	-79.19114	647			PA	111	53416	
4559960	New Danville	new-danville	US		0	America/New_York	39.98649	-76.31496	123			PA	071	59360	
4559971	New Garden	new-garden	US		0	America/New_York	39.81428	-75.75216	124			PA	029	53608	
4559994	New Texas	new-texas	US		0	America/New_York	39.74927	-76.16384	112	Lyles,New Texas,New Texas Lyles		PA	071	28168	
4559997	Newboro	newboro	US		0	America/New_York	39.93396	-79.84477	316			PA	051	48616	
4559998	Newchester	newchester	US		0	America/New_York	39.90343	-77.09554	162	Martzallville,New Chester,Newchester,Pinetown		PA	001	74680	
4559999	Newcomer	newcomer	US		0	America/New_York	39.87924	-79.79227	342			PA	051	28792	
4560002	Newlinville	newlinville	US		0	America/New_York	39.97316	-75.82856	110			PA	029	21104	
4560005	Newtown Heights	newtown-heights	US		0	America/New_York	39.98289	-75.41242	123			PA	045	54224	
4560013	Nilan	nilan	US		0	America/New_York	39.73286	-79.88395	294	Gilaux,Guyaux,Nilan		PA	051	73240	
4560014	Ninepoints	ninepoints	US		0	America/New_York	39.91344	-76.04523	218	Nine Points,Ninepoints		PA	071	04376	
4560016	Niver Junction	niver-junction	US		0	America/New_York	39.90175	-78.96197	626			PA	111	09256	
4560017	Niverton	niverton	US		0	America/New_York	39.73092	-79.1317	696			PA	111	23168	
4560020	Nicodemus	nicodemus	US		0	America/New_York	39.78843	-77.60166	215			PA	055	63200	
4560032	North Central	north-central	US		0	America/New_York	39.97511	-75.16296	30			PA	101	60000	
4560048	North York	north-york	US		2029	America/New_York	39.97815	-76.73302	123			PA	133	55608	
4560053	Northern Liberties	northern-liberties	US		0	America/New_York	39.96595	-75.14629	9			PA	101	60000	
4560067	Nunnery	nunnery	US		0	America/New_York	39.79009	-77.5786	208			PA	055	63200	
4560088	Oak Lane	oak-lane	US		0	America/New_York	39.90567	-75.28463	26			PA	045	26408	
4560090	Oak Manor	oak-manor	US		0	America/New_York	39.91732	-76.67747	214			PA	133	87056	
4560092	Oak Shade	oak-shade	US		0	America/New_York	39.80455	-76.11245	145			PA	071	43832	
4560098	Oakbourne	oakbourne	US		0	America/New_York	39.94039	-75.57799	136	Hemphilis,Oakbourne		PA	029	84104	
4560114	Oakryn	oakryn	US		0	America/New_York	39.77677	-76.14134	124			PA	071	43832	
4560135	Old City	old-city	US		0	America/New_York	39.9465	-75.14684	6			PA	101	60000	
4560140	Old Frame	old-frame	US		0	America/New_York	39.80758	-79.86228	362	Old Frame,Oldframe		PA	051	54392	
4560149	Olde Kensington	olde-kensington	US		0	America/New_York	39.969	-75.14323	6			PA	101	60000	
4560151	Oliphant Furnace	oliphant-furnace	US		0	America/New_York	39.8423	-79.72588	366			PA	051	28792	
4560162	Orwig	orwig	US		0	America/New_York	39.76094	-76.62802	260			PA	133	35704	
4560166	Ott Town	ott-town	US		0	America/New_York	39.97814	-78.44641	348	Ott Town,Ottown		PA	009	15032	
4560178	Outcrop	outcrop	US		0	America/New_York	39.76591	-79.82505	329			PA	051	73240	
4560183	Ore Valley	ore-valley	US		0	America/New_York	39.93149	-76.65719	182			PA	133	87056	
4560199	Packer Park	packer-park	US		0	America/New_York	39.91122	-75.17851	6			PA	101	60000	
4560210	Painters Crossroads	painters-crossroads	US		0	America/New_York	39.88094	-75.54687	130			PA	045	12442	
4560213	Panorama Hills	panorama-hills	US		0	America/New_York	39.96065	-76.61691	183			PA	133	85736	
4560227	Park Village	park-village	US		0	America/New_York	39.96593	-76.73663	117			PA	133	87048	
4560228	Parkersville	parkersville	US		0	America/New_York	39.889	-75.64604	115	Parkersville,Parkerville		PA	029	59136	
4560233	Parkside	parkside	US		2334	America/New_York	39.86428	-75.37853	29			PA	045	58176	
4560234	Parkside	parkside	US		0	America/New_York	39.97845	-75.22046	37			PA	101	60000	
4560240	Paschall	paschall	US		0	America/New_York	39.92428	-75.23852	23			PA	101	60000	
4560249	Patience	patience	US		0	America/New_York	39.87342	-78.61057	375			PA	009	17664	
4560257	Peacedale	peacedale	US		0	America/New_York	39.74511	-75.90661	126			PA	029	23032	
4560264	Pechin	pechin	US		0	America/New_York	39.96313	-79.61532	346			PA	051	20224	
4560271	Pen Mar	pen-mar	US		929	America/New_York	39.72037	-77.50666	377			PA	055	81240	
4560274	Pendle Hill	pendle-hill	US		0	America/New_York	39.90928	-75.3688	63			PA	045	53104	
4560278	Penn Grove	penn-grove	US		0	America/New_York	39.81427	-76.91248	174			PA	133	33624	
4560281	Penn Hill	penn-hill	US		0	America/New_York	39.78066	-76.17884	134			PA	071	28168	
4560283	Penn Oaks	penn-oaks	US		0	America/New_York	39.97121	-76.65413	151			PA	133	72992	
4560284	Penn Pitt	penn-pitt	US		0	America/New_York	39.78924	-79.92478	287			PA	059	50400	
4560291	Penn Wynne	penn-wynne	US		5697	America/New_York	39.98622	-75.27546	66			PA	091	44976	
4560295	Penncraft	penncraft	US		0	America/New_York	39.96008	-79.91311	335			PA	051	45560	
4560298	Pennersville	pennersville	US		0	America/New_York	39.72676	-77.47888	415			PA	055	81240	
4560303	Pennsport	pennsport	US		26000	America/New_York	39.92761	-75.15045	6			PA	101	60000	
4560319	Pentland	pentland	US		0	America/New_York	39.79093	-76.85386	178			PA	133	14832	
4560354	Philson	philson	US		0	America/New_York	39.81397	-78.89002	572	Philson,Philson Station		PA	111	54704	
4560362	Pigeon Hills (historical)	pigeon-hills-historical	US		0	America/New_York	39.86815	-76.93026	237			PA	133	37488	
4560369	Pilgrim Gardens	pilgrim-gardens	US		0	America/New_York	39.9565	-75.32435	81			PA	045	33144	
4560372	Pine Bank	pine-bank	US		0	America/New_York	39.75702	-80.31118	307	Pine Bank,Pinebank		PA	059	29152	
4560420	Pinkerton	pinkerton	US		0	America/New_York	39.8473	-79.23948	526	Pinkerton,Pinkerton Station		PA	111	79336	
4560422	Pitt Gas	pitt-gas	US		0	America/New_York	39.98007	-80.02783	261			PA	059	37888	
4560435	Pleasant Grove (historical)	pleasant-grove-historical	US		0	America/New_York	39.81538	-76.46969	193			PA	133	44872	
4560456	Pleasant Union	pleasant-union	US		0	America/New_York	39.7637	-78.87002	744			PA	111	71920	
4560479	Plumsock	plumsock	US		0	America/New_York	39.97261	-75.4627	82			PA	029	85352	
4560481	Plum Run	plum-run	US		0	America/New_York	39.76565	-78.11778	253			PA	057	76488	
4560488	Point Breeze	point-breeze	US		0	America/New_York	39.79535	-79.67366	723			PA	051	84344	
4560490	Point Breeze	point-breeze	US		0	America/New_York	39.93345	-75.17796	10			PA	101	60000	
4560496	Point View	point-view	US		0	America/New_York	39.81037	-78.2639	303			PA	057	78320	
4560504	Polktown	polktown	US		0	America/New_York	39.75982	-77.63055	220			PA	055	81240	
4560508	Pomeroy Heights	pomeroy-heights	US		0	America/New_York	39.97038	-75.88578	196			PA	029	67080	
4560509	Pond Bank	pond-bank	US		0	America/New_York	39.87287	-77.54138	273			PA	055	31720	
4560520	Poplars	poplars	US		0	America/New_York	39.98871	-76.80525	125			PA	133	83432	
4560521	Port Richmond	port-richmond	US		0	America/New_York	39.97678	-75.10017	1			PA	101	60000	
4560536	Powelton	powelton	US		0	America/New_York	39.95845	-75.19101	26			PA	101	60000	
4560542	Primos	primos	US		0	America/New_York	39.92039	-75.30658	56			PA	045	79000	
4560565	Puritan	puritan	US		0	America/New_York	39.87841	-79.86088	295			PA	051	28856	
4560572	Puseyville	puseyville	US		0	America/New_York	39.84955	-76.1119	104			PA	071	21040	
4560584	Queen Village	queen-village	US		0	America/New_York	39.93428	-75.14851	6			PA	101	60000	
4560586	Queonemysing (historical)	queonemysing-historical	US		0	America/New_York	39.83928	-75.59548	45			PA	045	12442	
4560587	Quiet Dell	quiet-dell	US		0	America/New_York	39.80147	-80.51202	325	Big Tree,Bigtree,Quiet Dell		PA	059	00740	
4560592	Quinsonia	quinsonia	US		0	America/New_York	39.83648	-77.60221	235			PA	055	63200	
4560603	Rainsburg	rainsburg	US		133	America/New_York	39.89425	-78.51613	429	Rainesburg,Rainsburg		PA	009	63312	
4560607	Ram	ram	US		0	America/New_York	39.85148	-77.46054	502			PA	001	32200	
4560612	Randolph Park	randolph-park	US		0	America/New_York	39.94038	-76.70469	214			PA	133	73168	
4560622	Raubenstine	raubenstine	US		0	America/New_York	39.73427	-76.99609	205			PA	133	83440	
4560624	Rawlinsville	rawlinsville	US		0	America/New_York	39.88232	-76.26885	270			PA	071	47824	
4560636	Red Bridge	red-bridge	US		0	America/New_York	39.96259	-77.63971	192			PA	055	30944	
4560659	Rees Mill	rees-mill	US		0	America/New_York	39.91202	-80.22312	290			PA	059	27408	
4560666	Reimold	reimold	US		0	America/New_York	39.75816	-76.61886	248			PA	133	35704	
4560673	Reservoir Hill	reservoir-hill	US		0	America/New_York	39.99869	-79.58087	355			PA	051	72080	
4560675	Relay	relay	US		0	America/New_York	39.92482	-76.64858	184			PA	133	87056	
4560679	Reynolds Mill	reynolds-mill	US		0	America/New_York	39.8951	-76.74247	127			PA	133	73096	
4560693	Richmond Furnace	richmond-furnace	US		0	America/New_York	39.96314	-77.90055	207			PA	055	48888	
4560702	Riddlewood	riddlewood	US		0	America/New_York	39.90567	-75.43242	80			PA	045	49136	
4560717	Riggs	riggs	US		0	America/New_York	39.86036	-80.45285	341			PA	059	64512	
4560722	Rittenhouse	rittenhouse	US		0	America/New_York	39.94845	-75.17212	12			PA	101	60000	
4560726	Roadside	roadside	US		0	America/New_York	39.76343	-77.53166	205			PA	055	81240	
4560742	Robin Heights	robin-heights	US		0	America/New_York	39.8976	-76.69275	213			PA	133	87056	
4560767	Rockey	rockey	US		0	America/New_York	39.89899	-76.51774	185			PA	133	12584	
4560768	Rockhill	rockhill	US		0	America/New_York	39.9626	-76.36246	75			PA	071	15592	
4560771	Rocks Works	rocks-works	US		0	America/New_York	39.94424	-79.7881	356			PA	051	48616	
4560779	Rockwood Station	rockwood-station	US		0	America/New_York	39.91091	-79.16031	555	Rockwood Station,South Rockwood		PA	111	06640	
4560785	Rocks Works	rocks-works	US		0	America/New_York	39.8373	-79.89589	284			PA	051	54392	
4560800	Rogers Mill	rogers-mill	US		0	America/New_York	39.9923	-79.41087	420	Rogers Mill,Rogers Mills		PA	051	73064	
4560808	Romania	romania	US		0	America/New_York	39.79342	-79.04475	595			PA	111	75232	
4560809	Romansville	romansville	US		0	America/New_York	39.95205	-75.74078	145			PA	029	82544	
4560816	Rose Tree	rose-tree	US		0	America/New_York	39.93428	-75.39019	100	Rose Tree,Rosetree		PA	045	79248	
4560819	Rose Valley	rose-valley	US		949	America/New_York	39.89622	-75.38491	35	Rouz Vali,Роуз Вали		PA	045	66192	
4560832	Rothruck	rothruck	US		0	America/New_York	39.99258	-79.76476	280			PA	051	27400	
4560847	Ruble Mill	ruble-mill	US		0	America/New_York	39.78174	-79.79505	302	Ruble,Ruble Mill		PA	051	28792	
4560853	Ruff Creek	ruff-creek	US		0	America/New_York	39.95896	-80.17451	303			PA	059	81248	
4560856	Rush Crossroads	rush-crossroads	US		0	America/New_York	39.80619	-80.25896	407			PA	059	81768	
4560864	Rutan	rutan	US		0	America/New_York	39.89508	-80.33979	309			PA	059	12032	
4560870	Ryerson Station	ryerson-station	US		0	America/New_York	39.89258	-80.47479	296	Ryerson Station,Ryersons Station		PA	059	64512	
4560877	Sackville	sackville	US		0	America/New_York	39.88789	-75.38269	46	Sackville,Sakesville,Todmorden		PA	045	66192	
4560883	Sadsbury Meeting House	sadsbury-meeting-house	US		0	America/New_York	39.97094	-75.99078	183			PA	071	67096	
4560887	Safe Harbor	safe-harbor	US		0	America/New_York	39.9301	-76.37941	86			PA	071	15592	
4561053	Salco	salco	US		0	America/New_York	39.90091	-78.94058	634	Salco,Salco Mines		PA	111	09256	
4561065	Salisbury Junction	salisbury-junction	US		0	America/New_York	39.82564	-79.03253	624			PA	111	75232	
4561071	Sand Patch	sand-patch	US		0	America/New_York	39.79814	-78.9728	688			PA	111	41568	
4561078	Sandy Hill (historical)	sandy-hill-historical	US		0	America/New_York	39.91008	-79.77338	346			PA	051	48616	
4561081	Sandrock	sandrock	US		0	America/New_York	39.74508	-80.3998	466			PA	059	29152	
4561084	Sandy Plains	sandy-plains	US		0	America/New_York	39.99785	-80.02922	360	Racine,Sandy Plains		PA	125	20808	
4561100	Saverys Mill	saverys-mill	US		0	America/New_York	39.88317	-75.64327	75			PA	029	59136	
4561115	Schuylkill	schuylkill	US		0	America/New_York	39.94233	-75.18712	9			PA	101	60000	
4561118	Schweibinzville	schweibinzville	US		0	America/New_York	39.90063	-79.31059	533	Schweibinz,Schweibinzville		PA	111	79336	
4561119	Sconnelltown	sconnelltown	US		0	America/New_York	39.93622	-75.62521	106			PA	029	20824	
4561130	Sea Right	sea-right	US		0	America/New_York	39.95508	-79.80477	341			PA	051	48616	
4561132	Scullton	scullton	US		0	America/New_York	39.94785	-79.31281	699			PA	111	79336	
4561134	Searights	searights	US		0	America/New_York	39.9448	-79.81366	317			PA	051	48616	
4561137	Secane	secane	US		0	America/New_York	39.914	-75.30213	37			PA	045	79000	
4561138	Sechrist Mill	sechrist-mill	US		0	America/New_York	39.86288	-76.59052	182			PA	133	85736	
4561147	Seitzland	seitzland	US		0	America/New_York	39.78538	-76.72303	178			PA	133	70576	
4561148	Seitzville	seitzville	US		0	America/New_York	39.8301	-76.76192	155			PA	133	14832	
4561155	Seven Acres	seven-acres	US		0	America/New_York	39.9426	-76.69719	204			PA	133	73168	
4561159	Seven Stars	seven-stars	US		0	America/New_York	39.85871	-77.29721	172			PA	001	27320	
4561170	Seal	seal	US		0	America/New_York	39.90317	-75.59076	118			PA	029	06544	
4561178	Shanks Mill	shanks-mill	US		0	America/New_York	39.72593	-77.3636	138	Liberty Mills,Shanks Mill		PA	001	43056	
4561180	Shaft	shaft	US		0	America/New_York	39.90397	-78.9353	640			PA	111	09256	
4561192	Sharpe	sharpe	US		0	America/New_York	39.81648	-78.11834	270			PA	057	76488	
4561193	Sharswood	sharswood	US		0	America/New_York	39.97706	-75.17129	32			PA	101	60000	
4561217	Shimpstown	shimpstown	US		0	America/New_York	39.79037	-77.89972	183	Shimps Town,Shimpstown		PA	055	50616	
4561224	Shober	shober	US		0	America/New_York	39.89147	-79.02253	625			PA	111	09256	
4561229	Shoaf	shoaf	US		0	America/New_York	39.84091	-79.80838	317			PA	051	28792	
4561234	Shrewsbury Station	shrewsbury-station	US		0	America/New_York	39.75733	-76.70025	230			PA	133	63288	
4561238	Shrivers Corners	shrivers-corners	US		0	America/New_York	39.8926	-77.18887	167			PA	001	74680	
4561252	Sigsbee	sigsbee	US		0	America/New_York	39.82785	-79.95617	320			PA	059	50400	
4561258	Silver Mills	silver-mills	US		0	America/New_York	39.75648	-78.3639	236			PA	009	46928	
4561261	Simpson Store	simpson-store	US		0	America/New_York	39.97841	-80.39812	319	Simpson,Simpson Store		PA	125	21144	
4561264	Simmonstown	simmonstown	US		0	America/New_York	39.97566	-75.99384	193			PA	071	67096	
4561266	Sinsheim	sinsheim	US		0	America/New_York	39.80482	-76.86609	173			PA	133	14832	
4561267	Sipes Mill	sipes-mill	US		0	America/New_York	39.91064	-78.15251	236			PA	057	05144	
4561272	Skyline Heights	skyline-heights	US		0	America/New_York	39.99593	-76.71163	174			PA	133	72992	
4561273	Slab	slab	US		0	America/New_York	39.79621	-76.33635	185			PA	133	44872	
4561274	Slabtown	slabtown	US		0	America/New_York	39.82759	-77.55693	263			PA	055	63200	
4561275	Slackwater	slackwater	US		0	America/New_York	39.98232	-76.35607	71			PA	071	15592	
4561277	Slate Ridge	slate-ridge	US		0	America/New_York	39.73399	-77.09109	176			PA	001	28936	
4561320	Snyder Corner	snyder-corner	US		0	America/New_York	39.91982	-76.52802	217			PA	133	45152	
4561323	Social Island	social-island	US		0	America/New_York	39.88481	-77.71138	165			PA	055	31720	
4561327	Somerfield	somerfield	US		0	America/New_York	39.75397	-79.39143	515	Smythfield,Somerfied,Somerfield		PA	111	00404	
4561340	South Chester	south-chester	US		0	America/New_York	39.83845	-75.38297	12			PA	045	13208	
4561342	South Connellsville	south-connellsville	US		1935	America/New_York	39.99674	-79.58587	320			PA	051	72080	
4561345	South Coatesville	south-coatesville	US		1435	America/New_York	39.97427	-75.81995	114	Boxtown,South Coatesville		PA	029	72072	
4561353	South Media	south-media	US		0	America/New_York	39.909	-75.38325	77			PA	045	53104	
4561358	South Ridge Estates	south-ridge-estates	US		0	America/New_York	39.89843	-76.6508	252			PA	133	87056	
4561362	South Uniontown	south-uniontown	US		1360	America/New_York	39.89285	-79.74699	329	South Union,South Uniontown		PA	051	72544	
4561363	South View Acres	south-view-acres	US		0	America/New_York	39.91177	-76.69191	220			PA	133	87056	
4561366	South Wood Hills	south-wood-hills	US		0	America/New_York	39.94593	-76.71525	168			PA	133	73168	
4561374	S.W. Ctr Cty	s-w-ctr-cty	US		0	America/New_York	39.94281	-75.18086	12			PA	101	60000	
4561375	Southwest Schuylkill	southwest-schuylkill	US		0	America/New_York	39.94483	-75.20379	12			PA	101	60000	
4561376	Southwood Hills	southwood-hills	US		0	America/New_York	39.89121	-76.63719	269			PA	133	87056	
4561396	Spring Plains	spring-plains	US		0	America/New_York	39.9826	-76.64663	126			PA	133	72992	
4561405	Springdell	springdell	US		0	America/New_York	39.90677	-75.83494	103			PA	029	83464	
4562037	Warrens Mill	warrens-mill	US		0	America/New_York	39.77953	-78.95697	695			PA	111	31336	
4561420	Springlawn	springlawn	US		0	America/New_York	39.73594	-75.86716	80			PA	029	23032	
4561430	Spruce Grove	spruce-grove	US		0	America/New_York	39.80677	-76.06689	88			PA	071	43832	
4561431	Spruce Hill	spruce-hill	US		0	America/New_York	39.95273	-75.21034	28			PA	101	60000	
4561433	Spruces	spruces	US		0	America/New_York	39.96372	-75.81911	129			PA	029	72072	
4561434	Sprucetown	sprucetown	US		0	America/New_York	39.75286	-79.91061	252			PA	051	73240	
4561435	Spry	spry	US		4891	America/New_York	39.91843	-76.68497	215			PA	133	87056	
4561436	Square Corner	square-corner	US		0	America/New_York	39.80954	-77.10609	190			PA	001	51776	
4561444	Star Rock	star-rock	US		0	America/New_York	39.93732	-76.45413	78			PA	133	12584	
4561446	Starview Heights	starview-heights	US		0	America/New_York	39.95288	-76.65747	217			PA	133	87056	
4561499	Stewarton	stewarton	US		0	America/New_York	39.92341	-79.47726	344	Stewarton,Stewartson		PA	051	73064	
4561504	Sticks	sticks	US		0	America/New_York	39.74705	-76.80414	258			PA	133	14832	
4561511	Stiltz	stiltz	US		0	America/New_York	39.72121	-76.76497	294			PA	133	14832	
4561514	Stone Hill	stone-hill	US		0	America/New_York	39.95427	-76.35302	125			PA	071	15592	
4561516	Stonerville	stonerville	US		0	America/New_York	39.86008	-79.51143	403			PA	051	74080	
4561518	Stonehurst	stonehurst	US		0	America/New_York	39.95622	-75.25741	39	Millbank Mills,Stonehurst		PA	045	79000	
4561530	Stonybrook	stonybrook	US		2384	America/New_York	39.98704	-76.64413	124			PA	133	72992	
4561532	Stonybrook Heights	stonybrook-heights	US		0	America/New_York	39.98121	-76.63719	126			PA	133	72992	
4561534	Stottsville	stottsville	US		0	America/New_York	39.95955	-75.88828	138			PA	029	67080	
4561535	Stoufferstown	stoufferstown	US		0	America/New_York	39.92787	-77.63055	202			PA	055	31720	
4561536	Stoverstown	stoverstown	US		0	America/New_York	39.88427	-76.81719	184			PA	133	54904	
4561538	Stonybreak	stonybreak	US		0	America/New_York	39.76676	-78.24668	300	Stoneybreak,Stonybreak		PA	057	06032	
4561551	Strathcona Hills	strathcona-hills	US		0	America/New_York	39.94399	-76.71275	188			PA	133	73168	
4561553	Strawberry Mansion	strawberry-mansion	US		0	America/New_York	39.98345	-75.18268	30			PA	101	60000	
4561558	Stremmels	stremmels	US		0	America/New_York	39.84398	-77.26582	176			PA	001	17640	
4561559	Strickersville	strickersville	US		0	America/New_York	39.734	-75.79299	107			PA	029	44440	
4561560	Strickhousers	strickhousers	US		0	America/New_York	39.83871	-76.80858	158			PA	133	54904	
4561603	Summit Mills	summit-mills	US		0	America/New_York	39.80897	-79.07558	617			PA	111	75232	
4561610	Sunnyburn	sunnyburn	US		0	America/New_York	39.80566	-76.37079	207			PA	133	44872	
4561612	Sunset Terrace	sunset-terrace	US		0	America/New_York	39.90677	-76.65969	249			PA	133	87056	
4561618	Susquehanna Heights	susquehanna-heights	US		0	America/New_York	39.90482	-76.72552	207			PA	133	87056	
4561620	Susquehanna Trails	susquehanna-trails	US		2264	America/New_York	39.75872	-76.36802	141			PA	133	58560	
4561631	Swarts	swarts	US		0	America/New_York	39.95563	-80.25284	301			PA	059	81248	
4561642	Sycamore Mills	sycamore-mills	US		0	America/New_York	39.94594	-75.42103	45			PA	045	79248	
4561644	Sylvan	sylvan	US		0	America/New_York	39.75343	-78.02167	152			PA	055	80992	
4561647	Sylvan Hills	sylvan-hills	US		0	America/New_York	39.9726	-76.61219	199			PA	133	85736	
4561648	Sylvan Lane	sylvan-lane	US		0	America/New_York	39.74369	-79.11197	690			PA	111	23168	
4561649	Sylvania Heights	sylvania-heights	US		0	America/New_York	39.92927	-76.66636	191			PA	133	87056	
4561654	Talcose	talcose	US		0	America/New_York	39.98705	-75.66577	79			PA	029	20824	
4561657	Tanguy	tanguy	US		0	America/New_York	39.95039	-75.51048	108			PA	045	76576	
4561661	Tartown (historical)	tartown-historical	US		0	America/New_York	39.81961	-77.45267	383	Tartown (historical),Wagamansville		PA	001	32200	
4561671	Teagarden Homes	teagarden-homes	US		0	America/New_York	39.97619	-80.04922	272	Teagarden Homes,Teagardens Homes		PA	059	50992	
4561692	The Pines	the-pines	US		0	America/New_York	39.89399	-77.11526	179			PA	001	74680	
4561707	Thompson Number 1	thompson-number-1	US		0	America/New_York	39.94341	-79.88283	309	Oak Hill,Thompson Number 1		PA	051	63904	
4561708	Thompson Number 2	thompson-number-2	US		0	America/New_York	39.96063	-79.89255	329			PA	051	45560	
4561724	Tifllie	tifllie	US		0	America/New_York	39.85843	-77.32554	180			PA	001	27320	
4561735	Tioga Park	tioga-park	US		0	America/New_York	39.99733	-75.10295	9			PA	101	60000	
4561756	Tower Hill Number One	tower-hill-number-one	US		0	America/New_York	39.95063	-79.87699	333			PA	051	63904	
4561757	Tower Hill Number Two	tower-hill-number-two	US		0	America/New_York	39.9673	-79.89616	339			PA	051	45560	
4561759	Towerville	towerville	US		0	America/New_York	39.95566	-75.84884	169	Briarton,Towerville		PA	029	21104	
4561762	Tomstown	tomstown	US		0	America/New_York	39.79287	-77.56166	235	Toms Town,Tomstown		PA	055	63200	
4561768	Trainer	trainer	US		1844	America/New_York	39.82761	-75.41436	22			PA	045	77288	
4561773	Tri-Hill	tri-hill	US		0	America/New_York	39.94232	-76.70858	206			PA	133	73168	
4561795	Truce	truce	US		0	America/New_York	39.8901	-76.23773	269			PA	071	62832	
4561799	Trust	trust	US		0	America/New_York	39.92648	-77.39832	360			PA	001	27320	
4561804	Tuckertown	tuckertown	US		0	America/New_York	39.97341	-79.8281	374			PA	051	63904	
4561810	Turkeyfoot	turkeyfoot	US		0	America/New_York	39.88898	-77.72277	217			PA	055	32152	
4561819	Tuscarora Summit	tuscarora-summit	US		0	America/New_York	39.91592	-77.95667	647			PA	057	76984	
4561821	Tweedale	tweedale	US		0	America/New_York	39.79483	-76.02884	87			PA	029	45040	
4561826	Two Taverns	two-taverns	US		0	America/New_York	39.77843	-77.16554	152	Two Taverns		PA	001	51640	
4561835	Unamis	unamis	US		0	America/New_York	39.74286	-79.28531	567	East Swamp Creek Swamp Creek,Unamis,Wasa Mill		PA	111	00404	
4561836	Unicorn	unicorn	US		0	America/New_York	39.83677	-76.1519	180			PA	071	21040	
4561871	University City	university-city	US		0	America/New_York	39.95071	-75.19476	6			PA	101	60000	
4561882	Upper Middletown	upper-middletown	US		0	America/New_York	39.96619	-79.75449	294			PA	051	48616	
4561883	Upper Octoraro	upper-octoraro	US		0	America/New_York	39.97372	-75.92106	197			PA	029	67080	
4561885	Upper Peanut	upper-peanut	US		0	America/New_York	39.97896	-79.77893	327			PA	051	48616	
4561888	Upper Providence	upper-providence	US		0	America/New_York	39.95511	-75.42297	100			PA	045	79248	
4561903	Valley Junction	valley-junction	US		0	America/New_York	39.81149	-76.87275	159	Bachman Junction,Valley Junction		PA	133	54904	
4561916	Vances Mill	vances-mill	US		0	America/New_York	39.95258	-79.73088	291	Vance Mill,Vances Mill		PA	051	27400	
4561917	Vanilla	vanilla	US		0	America/New_York	39.77815	-77.85055	163			PA	055	50616	
4561930	Villa Green	villa-green	US		0	America/New_York	39.95371	-76.69941	162			PA	133	73168	
4561931	Village Green	village-green	US		0	America/New_York	39.86956	-75.42742	67			PA	045	03336	
4561936	Virginia Mills	virginia-mills	US		0	America/New_York	39.80287	-77.3761	195			PA	001	32200	
4561991	Wabank	wabank	US		0	America/New_York	39.99843	-76.32996	73			PA	071	41224	
4562000	Waldheim	waldheim	US		0	America/New_York	39.9076	-77.06026	133			PA	001	63616	
4561837	Union	union	US	03887	0	America/New_York	39.91038	-76.26301	204			PA	071	62832	
4562063	Wawa	wawa	US		0	America/New_York	39.90178	-75.45964	42			PA	045	49136	
4562064	Wawaset	wawaset	US		0	America/New_York	39.9265	-75.65938	62			PA	029	20824	
4562065	Wayne Heights	wayne-heights	US		2545	America/New_York	39.74371	-77.55388	194			PA	055	81240	
4562069	Waynecastle	waynecastle	US		0	America/New_York	39.77287	-77.64999	214			PA	055	02696	
4562084	Watsondale (historical)	watsondale-historical	US		0	America/New_York	39.72591	-79.39004	435			PA	051	33896	
4562088	Weigelstown	weigelstown	US		12875	America/New_York	39.98371	-76.82247	157			PA	133	19704	
4562090	Websters Mill	websters-mill	US		0	America/New_York	39.86009	-78.035	215	Webster Mills,Websters Mill		PA	057	03704	
4562101	Wenksville	wenksville	US		0	America/New_York	39.99009	-77.31054	338			PA	001	48608	
4562103	Welsh Run	welsh-run	US		0	America/New_York	39.76482	-77.85222	157			PA	055	50616	
4562108	West Bangor	west-bangor	US		0	America/New_York	39.7301	-76.31301	179			PA	133	58560	
4562141	West Fayetteville	west-fayetteville	US		0	America/New_York	39.91676	-77.57416	235			PA	055	31720	
4562150	West Hamilton Heights	west-hamilton-heights	US		0	America/New_York	39.95065	-77.69055	225			PA	055	32152	
4562152	West Kensington	west-kensington	US		0	America/New_York	39.9865	-75.13907	18			PA	101	60000	
4562157	West Manheim	west-manheim	US		0	America/New_York	39.7226	-76.91776	294			PA	133	83440	
4562160	West Meyersdale	west-meyersdale	US		0	America/New_York	39.81453	-79.03475	591			PA	111	75232	
4562165	West Point Marion	west-point-marion	US		0	America/New_York	39.7398	-79.90422	238			PA	059	20296	
4562167	West Ridley Park	west-ridley-park	US		0	America/New_York	39.87678	-75.33713	27			PA	045	64800	
4562169	West Gate Hills	west-gate-hills	US		0	America/New_York	39.97317	-75.32658	93	West Gate Hills,Westgate Hills		PA	045	33144	
4562178	Westbrook Park	westbrook-park	US		0	America/New_York	39.93539	-75.30824	60			PA	045	79000	
4562181	Westinghouse Village	westinghouse-village	US		0	America/New_York	39.869	-75.29602	5			PA	045	76792	
4562183	West Waynesburg	west-waynesburg	US		446	America/New_York	39.90035	-80.2034	300	North Waynesburg,West Waynesburg		PA	059	27408	
4562195	Wharton Furnace	wharton-furnace	US		0	America/New_York	39.82508	-79.63615	536			PA	051	84344	
4562223	White Rocks	white-rocks	US		0	America/New_York	39.86981	-77.52166	464			PA	055	31720	
4562238	Wickerton	wickerton	US		0	America/New_York	39.79511	-75.82466	98			PA	029	44480	
4562265	Willis Park	willis-park	US		0	America/New_York	39.97204	-76.74441	116			PA	133	87048	
4562268	Willistown	willistown	US		0	America/New_York	39.96122	-75.49604	107			PA	029	85352	
4562280	Willow Tree	willow-tree	US		0	America/New_York	39.80952	-79.98895	297			PA	059	30952	
4562283	Willowdale	willowdale	US		0	America/New_York	39.87428	-75.71772	116	Taggarts Crossroads,Willowdale		PA	029	21480	
4562286	Wills Creek	wills-creek	US		0	America/New_York	39.83481	-78.71696	305			PA	009	44448	
4562293	Wilshire Hills	wilshire-hills	US		0	America/New_York	39.97677	-76.63608	144			PA	133	72992	
4562317	Windy Gap	windy-gap	US		0	America/New_York	39.79619	-80.45369	439			PA	059	00740	
4562320	Wingerton	wingerton	US		0	America/New_York	39.73343	-77.66971	193			PA	055	02696	
4562323	Winstead	winstead	US		0	America/New_York	39.75897	-79.92811	249			PA	051	73240	
4562326	Winterstown	winterstown	US		625	America/New_York	39.83538	-76.61802	261			PA	133	85872	
4562359	Woodbridgetown	woodbridgetown	US		0	America/New_York	39.77452	-79.80172	328	Woodbridge,Woodbridgetown		PA	051	28792	
4562362	Woodcrest	woodcrest	US		0	America/New_York	39.979	-75.5741	134			PA	029	83080	
4562364	Woodland View	woodland-view	US		0	America/New_York	39.99815	-76.73441	117			PA	133	46872	
4562376	Woodstream	woodstream	US		0	America/New_York	39.99121	-76.69052	155			PA	133	72992	
4562378	Woodwards Corner	woodwards-corner	US		0	America/New_York	39.97483	-75.72439	142			PA	029	82544	
4562382	Worrell	worrell	US		0	America/New_York	39.95233	-75.3913	37			PA	045	79248	
4562385	Worleytown	worleytown	US		0	America/New_York	39.74454	-77.77666	175			PA	055	02696	
4562390	Wyndham Hills	wyndham-hills	US		0	America/New_York	39.93982	-76.73358	171			PA	133	73168	
4562391	Wyndom	wyndom	US		0	America/New_York	39.90956	-75.30963	34			PA	045	64800	
4562392	Wynnefield	wynnefield	US		0	America/New_York	39.98983	-75.23768	60			PA	101	60000	
4562398	Wrightsdale	wrightsdale	US		0	America/New_York	39.75066	-76.13467	136			PA	071	43832	
4562401	Yeakle Mill	yeakle-mill	US		0	America/New_York	39.73398	-78.03445	144			PA	055	80992	
4562405	Yoe	yoe	US		1011	America/New_York	39.90899	-76.63691	217			PA	133	87040	
4562417	York Furnace	york-furnace	US		0	America/New_York	39.87232	-76.38135	53			PA	133	44872	
4562428	York Run	york-run	US		0	America/New_York	39.83258	-79.77949	328			PA	051	28792	
4562430	Yeadon	yeadon	US		11523	America/New_York	39.939	-75.25546	34			PA	045	86968	
4562439	Yorkana	yorkana	US		230	America/New_York	39.97649	-76.58413	192			PA	133	87064	
4562445	Yorktown Homes	yorktown-homes	US		0	America/New_York	39.97621	-76.7483	118			PA	133	87048	
4562449	Youngsburg	youngsburg	US		0	America/New_York	39.95011	-75.81939	153			PA	029	21104	
4562457	Zebleys Corner	zebleys-corner	US		0	America/New_York	39.83483	-75.49853	116	Zebleys Corner,Zebly Corner,Zeblys Corner		PA	045	06024	
4562459	York Run Junction	york-run-junction	US		0	America/New_York	39.81702	-79.80283	304			PA	051	28792	
4562463	Zentmyer	zentmyer	US		0	America/New_York	39.84176	-77.64055	264			PA	055	63200	
4562475	Zora	zora	US		0	America/New_York	39.73093	-77.3686	154			PA	001	43056	
4569000	Abney Crossroads	abney-crossroads	US		0	America/New_York	34.50877	-80.51396	123			SC	055		
4569010	Acapulco	acapulco	US		0	America/New_York	34.06431	-81.47288	126			SC	063		
4569016	Ada (historical)	ada-historical	US		0	America/New_York	34.56625	-81.52843	118			SC	087		
4569019	Academy Estates	academy-estates	US		0	America/New_York	32.43297	-80.63511	4			SC	013		
4569025	Adams Crossing	adams-crossing	US		0	America/New_York	34.65233	-82.86626	216	Adams,Adams Crossing,Mohawk		SC	073		
4569029	Adams Landing	adams-landing	US		0	America/New_York	33.52766	-80.43814	26			SC	027		
4569032	Adams Mill Estates	adams-mill-estates	US		0	America/New_York	34.76651	-82.31929	281			SC	045		
4569050	Adamsville Crossroads	adamsville-crossroads	US		0	America/New_York	34.68821	-79.59561	64	Adams Cross Roads,Adamsville,Adamsville Cross Roads,Adamsville Crossroads,Piney Grove		SC	069		
4569552	Archdale	archdale	US		0	America/New_York	32.90017	-80.09648	11			SC	035		
4569082	Aiken Estates	aiken-estates	US		0	America/New_York	33.53431	-81.729	155			SC	003		
4569084	Aiken Heights	aiken-heights	US		0	America/New_York	33.57625	-81.754	140			SC	003		
4569113	Air Base Heights	air-base-heights	US		0	America/New_York	34.19821	-79.74006	43			SC	041		
4569115	Airlee	airlee	US		0	America/New_York	34.74819	-81.19981	190			SC	023		
4569131	Aix (historical)	aix-historical	US		0	America/New_York	34.07929	-82.17068	161			SC	047		
4569144	Alcot	alcot	US		0	America/New_York	34.25071	-80.18007	64			SC	061		
4569157	Alexander Crossroads	alexander-crossroads	US		0	America/New_York	34.1971	-79.93034	47	Alexander Cross Roads,Alexander Crossroads		SC	031		
4569167	Algary (historical)	algary-historical	US		0	America/New_York	34.36567	-82.27901	206			SC	047		
4569182	Allen Acres	allen-acres	US		0	America/New_York	34.9779	-81.92649	225			SC	083		
4569183	Allen Benedict Court	allen-benedict-court	US		0	America/New_York	34.01488	-81.02204	82			SC	079		
4569200	Allen Hills	allen-hills	US		0	America/New_York	34.51816	-82.64152	234			SC	007		
4569243	Alligator Lake	alligator-lake	US		0	America/New_York	34.12543	-79.80423	36			SC	041		
4569257	Allsbrook	allsbrook	US		0	America/New_York	34.02017	-78.94642	32	Allsbrook,Sanford		SC	051		
4569263	Almeda	almeda	US		0	America/New_York	32.82989	-81.04927	25			SC	049		
4569271	Althea (historical)	althea-historical	US		0	America/New_York	33.81237	-81.46371	110			SC	063		
4569281	Aman (historical)	aman-historical	US		0	America/New_York	34.0871	-80.33313	58			SC	061		
4569323	Anderson Gardens	anderson-gardens	US		0	America/New_York	34.489	-82.61763	225			SC	007		
4569341	Anderson Village	anderson-village	US		0	America/New_York	34.55011	-82.6618	225			SC	007		
4569348	Andersonville (historical)	andersonville-historical	US		0	America/New_York	34.44733	-82.85514	201			SC	007		
4569352	Andover (historical)	andover-historical	US		0	America/New_York	35.07928	-82.20567	310			SC	083		
4569370	Andrews Farms	andrews-farms	US		0	America/New_York	34.94012	-81.88677	225			SC	083		
4569383	Andrews Subdivision	andrews-subdivision	US		0	America/New_York	33.47738	-80.82343	59			SC	075		
4569388	Anglers Haven	anglers-haven	US		0	America/New_York	34.22513	-81.94539	151			SC	059		
4569389	Anglewood	anglewood	US		0	America/New_York	34.91873	-81.99371	246			SC	083		
4569393	Anne	anne	US		0	America/New_York	33.47295	-79.25366	5			SC	043		
4569399	Annieville	annieville	US		0	America/New_York	33.54489	-79.32977	6	Annie Village,Annieville		SC	043		
4569400	Annieville	annieville	US		0	America/New_York	33.48072	-79.10199	5			SC	043		
4569404	Ansley Park	ansley-park	US		0	America/New_York	33.53208	-81.68428	148			SC	003		
4569405	Anson Borough Homes	anson-borough-homes	US		0	America/New_York	32.78823	-79.92759	3			SC	019		
4569416	Antioch Acres	antioch-acres	US		0	America/New_York	34.70737	-80.65451	183			SC	057		
4569510	Antreville	antreville	US		140	America/New_York	34.304	-82.54235	220	Antreville,Centerville,Centreville,Irwin Store		SC	001		
4569512	Anvil Rock	anvil-rock	US		0	America/New_York	34.57321	-80.71674	202			SC	057		
4569514	Apalache	apalache	US		0	America/New_York	34.96123	-82.21206	250	Apalache,Apalachie Mills,Appalachie,Arlington		SC	083		
4569517	Apia (historical)	apia-historical	US		0	America/New_York	33.50348	-81.54011	124			SC	003		
4569518	Apollo Gardens	apollo-gardens	US		0	America/New_York	33.90849	-81.11065	70			SC	063		
4569538	Arborgate	arborgate	US		0	America/New_York	33.91488	-81.09815	67			SC	063		
4569539	Arborville	arborville	US		0	America/New_York	34.29234	-82.34735	198			SC	001		
4569543	Arcadia Heights	arcadia-heights	US		0	America/New_York	34.95623	-81.99983	245			SC	083		
4569544	Arcadia Lakes	arcadia-lakes	US		869	America/New_York	34.05377	-80.9612	69			SC	079		
4569548	Arcadian Shores	arcadian-shores	US		0	America/New_York	33.77378	-78.7753	7			SC	051		
4569553	Archdale	archdale	US		0	America/New_York	33.94988	-80.36675	52			SC	085		
4569565	Arial	arial	US		2543	America/New_York	34.84595	-82.64152	329	Ariail,Arial		SC	077		
4569572	Ariel Cross Road	ariel-cross-road	US		0	America/New_York	34.07627	-79.30283	27	Arial Cross Roads,Arial Crossroads,Arials Crossroads,Ariel Cross Road,Ariel Cross Roads		SC	067		
4569573	Arkwright	arkwright	US		0	America/New_York	34.92401	-81.93288	206			SC	083		
4569576	Arlington Estates	arlington-estates	US		0	America/New_York	34.12126	-81.04676	105			SC	079		
4569580	Armenia	armenia	US		0	America/New_York	34.76847	-81.29287	202			SC	023		
4569587	Ard Crossroads	ard-crossroads	US		0	America/New_York	33.78378	-79.43644	16	Ard Crossroads,Ards Cross Roads		SC	089		
4569604	Arrowood	arrowood	US		0	America/New_York	35.06818	-81.62565	222			SC	021		
4569605	Arrowood	arrowood	US		0	America/New_York	34.17349	-79.84145	40			SC	041		
4569609	Arrowood Estates	arrowood-estates	US		0	America/New_York	34.75987	-80.79285	159			SC	057		
4569610	Arrowwood	arrowwood	US		0	America/New_York	35.16734	-81.88455	291			SC	083		
4569611	Arrowwood	arrowwood	US		0	America/New_York	34.27265	-80.57063	81			SC	055		
4569620	Arthurtown	arthurtown	US		0	America/New_York	33.96154	-81.00009	49	Arthur,Arthurstown,Arthurtown		SC	079		
4569642	Ascaga Heights	ascaga-heights	US		0	America/New_York	33.56264	-81.89706	103			SC	003		
4569646	Ashborough	ashborough	US		0	America/New_York	32.96017	-80.18759	13			SC	035		
4569647	Ashborough East	ashborough-east	US		0	America/New_York	32.96045	-80.17982	12			SC	035		
4569655	Ashepoo	ashepoo	US		0	America/New_York	32.74018	-80.55038	2			SC	029		
4569657	Ashepoo Crossing	ashepoo-crossing	US		0	America/New_York	32.75768	-80.61899	8			SC	029		
4569661	Ashdale	ashdale	US		0	America/New_York	32.44825	-80.61927	5			SC	013		
4569663	Asheton	asheton	US		0	America/New_York	34.82512	-82.254	282			SC	045		
4569668	Ashleigh	ashleigh	US		0	America/New_York	33.30098	-81.31761	84			SC	011		
4569675	Ashley Acres	ashley-acres	US		0	America/New_York	32.86156	-80.05426	9			SC	019		
4569680	Ashley Creek Village	ashley-creek-village	US		0	America/New_York	33.88155	-80.38341	41			SC	085		
4569681	Ashley Downs	ashley-downs	US		0	America/New_York	34.57733	-82.65486	229			SC	007		
4569682	Ashley Estates	ashley-estates	US		0	America/New_York	34.69177	-82.79209	250			SC	077		
4569683	Ashley Forest	ashley-forest	US		0	America/New_York	32.78462	-79.98759	4			SC	019		
4569684	Ashley Forest	ashley-forest	US		0	America/New_York	32.96573	-80.20009	16			SC	035		
4569690	Ashley Hall Manor	ashley-hall-manor	US		0	America/New_York	32.80934	-80.01203	6			SC	019		
4569692	Ashley Harbor	ashley-harbor	US		0	America/New_York	32.82379	-80.02481	6			SC	019		
4569693	Ashley Heights	ashley-heights	US		0	America/New_York	32.93267	-80.05426	13			SC	019		
4569695	Ashley Junction	ashley-junction	US		0	America/New_York	32.86906	-79.99564	3			SC	019		
4569699	Ashley Place (historical)	ashley-place-historical	US		0	America/New_York	33.16821	-81.64567	77			SC	011		
4569702	Ashley Retreat	ashley-retreat	US		0	America/New_York	32.96628	-80.2451	9			SC	035		
4569704	Ashepoo Siding	ashepoo-siding	US		0	America/New_York	32.63685	-80.50066	11			SC	029		
4569708	Ashley Shores	ashley-shores	US		0	America/New_York	32.84462	-79.99231	6			SC	019		
4569709	Ashley Villas	ashley-villas	US		0	America/New_York	32.85934	-80.05231	8			SC	019		
4569710	Ashleyville	ashleyville	US		0	America/New_York	32.79323	-79.98453	5			SC	019		
4569720	Ashwood Estates	ashwood-estates	US		0	America/New_York	34.12794	-79.77423	34			SC	041		
4569729	Aspen Heights	aspen-heights	US		0	America/New_York	34.21512	-82.11373	168			SC	047		
4569740	Athelone Heights	athelone-heights	US		0	America/New_York	34.78206	-82.39512	292			SC	045		
4569754	Attaway	attaway	US		0	America/New_York	32.46769	-80.63011	6			SC	013		
4569758	Audubon Homes	audubon-homes	US		0	America/New_York	33.52014	-81.93456	127			SC	003		
4569759	Audubon Park	audubon-park	US		0	America/New_York	33.9271	-80.38369	53			SC	085		
4569764	Augusta Acres	augusta-acres	US		0	America/New_York	34.78123	-82.3629	276			SC	045		
4569767	Augusta Fields	augusta-fields	US		0	America/New_York	34.14318	-82.13762	184			SC	047		
4569772	Augusta View Heights	augusta-view-heights	US		0	America/New_York	33.5068	-81.91984	98			SC	003		
4569774	Austin (historical)	austin-historical	US		0	America/New_York	34.4779	-82.16372	200			SC	059		
4569775	Austin Acres	austin-acres	US		0	America/New_York	33.90988	-80.42397	55			SC	085		
4569776	Autumn Oaks	autumn-oaks	US		0	America/New_York	34.54344	-82.62513	241			SC	007		
4569779	Avenue of Oaks	avenue-of-oaks	US		0	America/New_York	32.96406	-80.14731	11			SC	035		
4569783	Avian Park	avian-park	US		0	America/New_York	32.79768	-79.85592	2			SC	019		
4569789	Avondale Heights	avondale-heights	US		0	America/New_York	34.82373	-82.58596	320			SC	077		
4569790	Avondale Terrace	avondale-terrace	US		0	America/New_York	34.9632	-81.01647	184			SC	091		
4569800	Ayers (historical)	ayers-historical	US		0	America/New_York	34.61071	-79.70256	45	Ayers (historical),Ayers Station		SC	069		
4569804	Azalea Estates	azalea-estates	US		0	America/New_York	33.041	-80.2012	25			SC	035		
4569806	Azalea Trailer Park	azalea-trailer-park	US		0	America/New_York	33.96904	-80.39036	55			SC	085		
4569818	Bachman Chapel	bachman-chapel	US		0	America/New_York	34.25209	-81.5076	136			SC	071		
4569830	Back Swamp	back-swamp	US		0	America/New_York	34.27377	-79.72589	37			SC	041		
4569849	Badham	badham	US		0	America/New_York	33.19572	-80.61121	30			SC	035		
4569852	Bahama Heights	bahama-heights	US		0	America/New_York	33.50291	-81.97539	89			SC	003		
4569857	Baggette Crossroads	baggette-crossroads	US		0	America/New_York	33.62683	-80.1373	36	Baggette Cross Roads,Baggette Crossroads		SC	027		
4569869	Bailey Town (historical)	bailey-town-historical	US		0	America/New_York	34.80624	-81.5401	179			SC	087		
4569870	Baileys Landing	baileys-landing	US		0	America/New_York	32.34603	-80.88733	4	Baileys,Baileys Landing		SC	013		
4569884	Baker Crossroads	baker-crossroads	US		0	America/New_York	33.80877	-79.85785	26			SC	089		
4569885	Baker Hill	baker-hill	US		0	America/New_York	32.37325	-81.12122	9			SC	053		
4569889	Baker Place	baker-place	US		0	America/New_York	34.70793	-80.69729	174			SC	057		
4569893	Baker Crossroads	baker-crossroads	US		0	America/New_York	33.99378	-79.05643	32	Baker Crossroads,Bakers Crossroads		SC	051		
4569903	Baldock	baldock	US		0	America/New_York	33.07932	-81.42344	33	Baldoc,Baldock,Beldoc,Beldock		SC	005		
4569921	Ballentine Landing	ballentine-landing	US		0	America/New_York	34.11237	-81.24482	109			SC	079		
4569928	Balltown	balltown	US		0	America/New_York	33.59153	-81.72455	164	Ball Town,Balltown,Pine Ridge Camp		SC	003		
4569949	Bannockburn	bannockburn	US		0	America/New_York	34.1346	-79.75895	28			SC	041		
4569954	Baptist Hill	baptist-hill	US		0	America/New_York	32.73323	-80.26871	15			SC	019		
4569969	Barclay Estates	barclay-estates	US		0	America/New_York	33.55625	-81.9215	147			SC	003		
4569970	Barclay Park	barclay-park	US		0	America/New_York	33.52986	-81.68344	149			SC	003		
4569973	Barfield Mill	barfield-mill	US		0	America/New_York	34.48404	-80.5298	116			SC	055		
4569977	Barhamville Estates	barhamville-estates	US		0	America/New_York	34.02765	-81.01426	97			SC	079		
4569984	Barkerville	barkerville	US		0	America/New_York	32.70573	-80.93677	26	Barkersville,Barkerville,Haywardville		SC	049		
4570002	Barnes Station	barnes-station	US		0	America/New_York	34.25927	-82.68069	206	Barnes,Barnes Station		SC	007		
4570011	Barney Ridge	barney-ridge	US		0	America/New_York	32.96962	-80.19426	22			SC	035		
4570040	Barony	barony	US		0	America/New_York	34.04876	-81.04593	110			SC	079		
4570041	Baronywood	baronywood	US		0	America/New_York	34.0521	-81.05176	100			SC	079		
4570043	Barr Crossing	barr-crossing	US		0	America/New_York	33.93959	-81.29288	137	Barr,Barr Crossing		SC	063		
4570047	Barrell Landing	barrell-landing	US		0	America/New_York	32.2952	-80.93066	3	Barrel Landing,Barrell Landing		SC	013		
4570048	Barrelville	barrelville	US		0	America/New_York	32.68629	-80.35093	7			SC	019		
4570054	Barrineau Crossroads	barrineau-crossroads	US		0	America/New_York	33.87211	-79.90896	30	Barrineau Cross Roads,Barrineau Crossroads		SC	027		
4570059	Bartell Crossroads	bartell-crossroads	US		0	America/New_York	33.75933	-79.5784	16	Bartell Crossroads,Bartells Cross Roads,Bartells Crossroads		SC	089		
4570073	Bascomville	bascomville	US		0	America/New_York	34.69903	-80.97647	167			SC	023		
4570074	Bashan	bashan	US		0	America/New_York	32.55157	-80.94622	12			SC	053		
4570080	Baskin Hills	baskin-hills	US		0	America/New_York	33.9932	-81.19399	89			SC	063		
4570087	Bass Crossroads	bass-crossroads	US		0	America/New_York	34.35877	-79.41477	33			SC	033		
4570095	Bass Crossroads	bass-crossroads	US		0	America/New_York	33.92655	-79.64784	21			SC	041		
4570117	Batesburg-Leesville	batesburg-leesville	US		5441	America/New_York	33.91014	-81.53733	196	Batesburg,Batesburg-Leesville,Bejtsburg-Lizvil,Leesville,batsbwrg-lswyl  karwlynay jnwby,bei te si bo ge-li si wei er,Бејтсбург-Лизвил,باتسبورگ-لسویل، کارولینای جنوبی,بیٹسبرگ-لیزویل، جنوبی کیرولائنا,贝特斯伯格-利斯维尔		SC	063		
4570144	Battery Marina Village	battery-marina-village	US		0	America/New_York	32.37881	-80.71955	4			SC	013		
4570148	Battery Point	battery-point	US		0	America/New_York	32.74296	-79.94898	3			SC	019		
4570169	Baxter Forks	baxter-forks	US		0	America/New_York	33.97406	-79.01753	27			SC	051		
4570183	Bay Forest	bay-forest	US		0	America/New_York	33.86351	-78.66168	13			SC	051		
4570191	Bay Shores	bay-shores	US		0	America/New_York	34.72372	-82.86459	253			SC	073		
4570205	Bayfront	bayfront	US		0	America/New_York	32.74212	-79.96342	1			SC	019		
4570210	Baynham (historical)	baynham-historical	US		0	America/New_York	33.7043	-81.79372	166			SC	003		
4570212	Bayview Acres	bayview-acres	US		0	America/New_York	32.79518	-79.89092	3			SC	019		
4570215	Bazen Crossroads	bazen-crossroads	US		0	America/New_York	33.91211	-79.53256	20			SC	041		
4570221	Beacon Hill	beacon-hill	US		0	America/New_York	34.85901	-82.26762	273			SC	045		
4570269	Beards Crossroads	beards-crossroads	US		0	America/New_York	33.86155	-80.04035	30	Beard,Beards Cross Roads,Beards Crossroads		SC	027		
4570271	Bears Bluff	bears-bluff	US		0	America/New_York	32.6449	-80.25371	2			SC	019		
4570283	Beaty Estates	beaty-estates	US		0	America/New_York	34.94987	-81.02424	201			SC	091		
4570316	Beauty Spot (historical)	beauty-spot-historical	US		0	America/New_York	34.62433	-79.63395	51			SC	069		
4570317	Beauty Spot (historical)	beauty-spot-historical	US		0	America/New_York	34.89597	-81.47065	127			SC	091		
4570408	Beck Landing	beck-landing	US		0	America/New_York	32.80462	-80.41871	2			SC	029		
4570414	Beckhamville	beckhamville	US		0	America/New_York	34.59042	-80.9198	157	Beckham Old Field,Beckhamsville,Beckhamville		SC	023		
4570415	Beckridge Park	beckridge-park	US		0	America/New_York	33.89182	-80.38869	53			SC	085		
4570417	Beckwood	beckwood	US		0	America/New_York	33.9721	-80.39119	55			SC	085		
4570432	Bee Tree (historical)	bee-tree-historical	US		0	America/New_York	34.31043	-80.69702	82			SC	055		
4570456	Beechwood	beechwood	US		0	America/New_York	34.19846	-82.12207	174			SC	047		
4570461	Beersheba	beersheba	US		0	America/New_York	35.03791	-81.31925	218			SC	091		
4570468	Belair	belair	US		0	America/New_York	34.9532	-80.85063	192	Bel Air,Belair		SC	057		
4570469	Belair Acres	belair-acres	US		0	America/New_York	34.96098	-81.10119	194			SC	091		
4570471	Belair Estates	belair-estates	US		0	America/New_York	34.37599	-80.04201	63			SC	031		
4570472	Belaire Estates	belaire-estates	US		0	America/New_York	34.79206	-82.44568	283			SC	045		
4570473	Belcher Crossroads	belcher-crossroads	US		0	America/New_York	34.0454	-82.42513	155	Belcher Crossroads,Belchers Cross Roads		SC	065		
4570474	Belclear	belclear	US		0	America/New_York	33.5193	-81.90234	90			SC	003		
4570477	Belin	belin	US		0	America/New_York	33.51795	-79.14365	5			SC	043		
4570483	Bell Acres	bell-acres	US		0	America/New_York	34.32154	-79.88562	48			SC	031		
4570504	Bell Town	bell-town	US		0	America/New_York	34.63209	-80.84674	168			SC	057		
4570510	Belle Isle Estates	belle-isle-estates	US		0	America/New_York	33.30017	-79.30033	6			SC	043		
4570511	Belle Isle Gardens	belle-isle-gardens	US		0	America/New_York	33.3035	-79.29922	4	Belle Isle Garden,Belle Isle Gardens		SC	043		
4570516	Belle Meade	belle-meade	US		0	America/New_York	34.78928	-82.38873	274			SC	045		
4570517	Belle Meade	belle-meade	US		0	America/New_York	34.2279	-82.16818	179			SC	047		
4570518	Belle Meade	belle-meade	US		0	America/New_York	34.88903	-81.02758	181			SC	091		
4570519	Belle Park	belle-park	US		0	America/New_York	33.82434	-78.69113	12			SC	051		
4570521	Belle Terre Acres	belle-terre-acres	US		0	America/New_York	34.72456	-82.41679	250			SC	045		
4570531	Bellfield (historical)	bellfield-historical	US		0	America/New_York	34.29015	-80.80064	133			SC	055		
4570545	Bells Crossroads	bells-crossroads	US		0	America/New_York	34.78123	-82.21428	252			SC	045		
4570552	Bells Crossroads	bells-crossroads	US		0	America/New_York	32.97905	-80.85149	23	Bells,Bells Cross Roads,Bells Crossroads,Rells		SC	029		
4570558	Bellwood Estates	bellwood-estates	US		0	America/New_York	34.92317	-82.33706	285			SC	045		
4570561	Bellview Acres	bellview-acres	US		0	America/New_York	35.01651	-81.86149	247			SC	083		
4570562	Belmont (historical)	belmont-historical	US		0	America/New_York	35.0107	-81.06397	195			SC	091		
4570563	Belmont Acres	belmont-acres	US		0	America/New_York	35.05707	-81.66454	237			SC	021		
4570569	Belmont Estates	belmont-estates	US		0	America/New_York	34.03626	-81.09787	94			SC	079		
4570570	Belmont Heights	belmont-heights	US		0	America/New_York	34.7904	-82.37151	276			SC	045		
4570571	Belmont Heights	belmont-heights	US		0	America/New_York	34.95345	-82.25956	326			SC	045		
4570578	Belsers Crossroads	belsers-crossroads	US		0	America/New_York	33.64878	-79.88729	19			SC	089		
4570589	Belser Crossroads	belser-crossroads	US		0	America/New_York	33.61211	-80.39342	37	Belser Cross Roads,Belser Crossroads		SC	027		
4570590	Belvedere	belvedere	US		5792	America/New_York	33.53097	-81.94484	148			SC	003		
4570591	Belvedere	belvedere	US		0	America/New_York	32.91073	-80.0112	11			SC	015		
4570592	Belvedere	belvedere	US		0	America/New_York	34.96762	-81.99122	254			SC	083		
4570600	Ben Avon	ben-avon	US		0	America/New_York	34.93651	-81.87927	223			SC	083		
4570612	Bendemeer	bendemeer	US		0	America/New_York	33.97654	-80.90676	82			SC	079		
4570628	Bennetts	bennetts	US		0	America/New_York	35.159	-82.17289	302			SC	083		
4570630	Bennetts Point	bennetts-point	US		0	America/New_York	32.56102	-80.45455	2	Banny Point,Bennetts Point,Mosquito Wharf		SC	029		
4570645	Benson Acres	benson-acres	US		0	America/New_York	34.16599	-79.84701	41			SC	041		
4570652	Bent Tree	bent-tree	US		0	America/New_York	34.6376	-82.93737	234			SC	073		
4570660	Benton Park	benton-park	US		0	America/New_York	33.72656	-78.84947	8			SC	051		
4570662	Bentway Park	bentway-park	US		0	America/New_York	34.93624	-81.87066	216			SC	083		
4570674	Berea Forest	berea-forest	US		0	America/New_York	34.89817	-82.44568	307			SC	045		
4570675	Berea Heights	berea-heights	US		0	America/New_York	34.88345	-82.46374	324			SC	045		
4570686	Berkeley Country Club Subdivision	berkeley-country-club-subdivision	US		0	America/New_York	33.14739	-80.00953	7			SC	015		
4570691	Berkeley Forest	berkeley-forest	US		0	America/New_York	34.67622	-82.7982	236			SC	077		
4570692	Berkeley Forest	berkeley-forest	US		0	America/New_York	33.96849	-80.90342	88			SC	079		
4570694	Berkeley Hills	berkeley-hills	US		0	America/New_York	32.91795	-80.00509	10			SC	015		
4570711	Berry Hill	berry-hill	US		0	America/New_York	32.77573	-80.1726	8			SC	019		
4570719	Berry Woods	berry-woods	US		0	America/New_York	33.50599	-80.8712	73			SC	075		
4570722	Berrys Landing	berrys-landing	US		0	America/New_York	32.42213	-81.20344	5			SC	053		
4570735	Beth Eden	beth-eden	US		0	America/New_York	34.35319	-81.62261	166			SC	071		
4570750	Bethany (historical)	bethany-historical	US		0	America/New_York	33.84957	-82.15068	126			SC	065		
4570815	Bethel (historical)	bethel-historical	US		0	America/New_York	35.10125	-81.15008	216			SC	091		
4571001	Bethera	bethera	US		0	America/New_York	33.20156	-79.78813	15	Bethera,Spring Hill		SC	015		
4571028	Bethiah	bethiah	US		0	America/New_York	34.06401	-82.37541	171			SC	001		
4571116	Berrys Crossroads	berrys-crossroads	US		0	America/New_York	34.31905	-79.49116	32	Berrys Cross Roads,Berrys Crossroads		SC	033		
4571157	Beufordtown	beufordtown	US		0	America/New_York	33.28406	-79.74341	9			SC	015		
4571223	Beverly Woods	beverly-woods	US		0	America/New_York	35.0054	-81.91233	257			SC	083		
4571240	Biddle (historical)	biddle-historical	US		0	America/New_York	34.46487	-80.89091	68			SC	039		
4571310	Big Cone Ridge	big-cone-ridge	US		0	America/New_York	33.5793	-81.90428	143			SC	003		
4571429	Biltmore	biltmore	US		0	America/New_York	34.80845	-82.42429	284			SC	045		
4571436	Binghamtown (historical)	binghamtown-historical	US		0	America/New_York	34.68847	-81.02008	174			SC	023		
4571448	Bird Fields	bird-fields	US		0	America/New_York	34.88762	-82.34901	296			SC	045		
4571452	Birdfield Estates	birdfield-estates	US		0	America/New_York	34.80484	-82.31762	295			SC	045		
4571456	Birds Nest	birds-nest	US		0	America/New_York	33.41128	-79.13282	2			SC	043		
4571457	Birdstown Crossroads	birdstown-crossroads	US		0	America/New_York	34.46293	-79.9934	72	Birdstown Cross Roads,Birdstown Crossroads,Birdtown,Birdtown Crossroads		SC	031		
4570577	Belmont	belmont	US	02478	0	America/New_York	34.06599	-81.0137	99			SC	079		
4571458	Birdtown	birdtown	US		0	America/New_York	34.63016	-80.4334	108	Bird Town,Birdtown		SC	057		
4571464	Bishop Heights	bishop-heights	US		0	America/New_York	34.7704	-82.31734	286			SC	045		
4571465	Bishop Heights	bishop-heights	US		0	America/New_York	34.68843	-82.92848	305			SC	073		
4571468	Bishop Town (historical)	bishop-town-historical	US		0	America/New_York	34.66291	-81.71927	159			SC	087		
4571513	Black Gate	black-gate	US		0	America/New_York	34.25068	-81.98595	143			SC	059		
4571514	Black Horse Run	black-horse-run	US		0	America/New_York	34.99904	-80.84674	192			SC	057		
4571518	Black Jack Valley (historical)	black-jack-valley-historical	US		0	America/New_York	34.68596	-81.8026	152			SC	087		
4571550	Black Tom (historical)	black-tom-historical	US		0	America/New_York	33.1335	-80.14842	19			SC	015		
4571562	Blacks	blacks	US		0	America/New_York	33.91653	-81.67677	171			SC	081		
4571604	Blake	blake	US		0	America/New_York	32.69185	-80.76927	4			SC	029		
4571612	Blakedale	blakedale	US		0	America/New_York	34.22484	-82.19401	197			SC	047		
4571617	Blakley Crossroads	blakley-crossroads	US		0	America/New_York	34.58403	-80.84674	150			SC	057		
4571626	Blaney Hills	blaney-hills	US		0	America/New_York	34.16959	-80.77064	97			SC	055		
4571627	Blaney West	blaney-west	US		0	America/New_York	34.16709	-80.8087	117			SC	055		
4571645	Bleases Crossroads	bleases-crossroads	US		0	America/New_York	34.05874	-81.81289	147	Bleases Cross Roads,Bleases Crossroads		SC	081		
4571657	Bloomingvale	bloomingvale	US		0	America/New_York	33.55044	-79.60673	11	Blooming Vale,Bloomingvale		SC	089		
4571677	Blue Brick	blue-brick	US		0	America/New_York	34.22349	-79.51783	16			SC	067		
4571678	Blue Heaven	blue-heaven	US		0	America/New_York	34.41484	-82.2679	196			SC	001		
4571679	Blue Heron	blue-heron	US		0	America/New_York	33.53517	-79.05643	3			SC	043		
4571680	Blue Heron Bluff	blue-heron-bluff	US		0	America/New_York	32.43964	-80.64705	6			SC	013		
4571694	Blue Ridge Terrace	blue-ridge-terrace	US		0	America/New_York	33.88932	-81.16788	111			SC	063		
4571698	Blue Spring (historical)	blue-spring-historical	US		0	America/New_York	34.42293	-80.32979	67	Big Springs,Blue Spring (historical)		SC	055		
4571701	Bluehouse Corners	bluehouse-corners	US		0	America/New_York	32.77018	-80.69927	4	Blue House,Bluehouse Corners,Bluehouse Cross Roads		SC	029		
4571708	Bluff Estates	bluff-estates	US		0	America/New_York	33.93821	-80.97342	45			SC	079		
4571718	Bluff Farm	bluff-farm	US		0	America/New_York	32.43769	-80.64427	8			SC	013		
4571734	Blynn Acres	blynn-acres	US		0	America/New_York	33.74323	-78.83697	9			SC	051		
4571748	Bobcat Landing	bobcat-landing	US		0	America/New_York	33.3371	-81.01982	42			SC	009		
4571816	Boland Crossroads (historical)	boland-crossroads-historical	US		0	America/New_York	34.15653	-81.43232	134			SC	071		
4571818	Boiling Spring (historical)	boiling-spring-historical	US		0	America/New_York	33.54376	-81.1001	87			SC	075		
4571826	Bolen Town	bolen-town	US		0	America/New_York	33.47515	-81.01732	90	Bolen,Bolen Town		SC	075		
4571833	Bolon Hall Landing	bolon-hall-landing	US		0	America/New_York	32.41964	-80.8515	1	Bolen Hall,Bolon Hall Landing		SC	053		
4571837	Bombaretta (historical)	bombaretta-historical	US		0	America/New_York	33.14461	-80.03981	17			SC	015		
4571838	Bon Air Terrace	bon-air-terrace	US		0	America/New_York	33.94155	-80.37925	57			SC	085		
4571839	Bon Aire	bon-aire	US		0	America/New_York	32.39464	-80.74316	5			SC	013		
4571840	Bon Aire	bon-aire	US		0	America/New_York	32.85573	-80.03453	13			SC	019		
4571841	Bonaire Acres	bonaire-acres	US		0	America/New_York	34.92428	-82.23984	298			SC	045		
4571842	Bonanza (historical)	bonanza-historical	US		0	America/New_York	33.62044	-80.19147	41	Bonanza (historical),Bonanza Crossroads		SC	027		
4571847	Bonds Crossroads	bonds-crossroads	US		0	America/New_York	34.4443	-81.77261	188	Bonds Cross Roads,Bonds Crossroads		SC	059		
4571851	Bondale	bondale	US		0	America/New_York	35.01401	-82.02816	266			SC	083		
4571852	Boney	boney	US		0	America/New_York	34.2457	-80.9637	161			SC	079		
4571854	Boneo	boneo	US		0	America/New_York	34.38622	-82.38596	213	Boneo,Bonyo		SC	001		
4571857	Bonneau Beach	bonneau-beach	US		1929	America/New_York	33.31989	-80.00036	24			SC	015		
4571869	Bonneville	bonneville	US		0	America/New_York	33.52321	-80.82287	81			SC	075		
4571871	Bonnie Forest	bonnie-forest	US		0	America/New_York	34.07959	-81.13621	94			SC	079		
4571872	Bonnie Glen	bonnie-glen	US		0	America/New_York	33.54597	-81.93761	137			SC	003		
4571875	Bonniview Estates	bonniview-estates	US		0	America/New_York	33.51514	-81.71261	147			SC	003		
4571885	Booker Washington Heights	booker-washington-heights	US		0	America/New_York	34.03043	-81.02259	97			SC	079		
4571889	Bookman	bookman	US		0	America/New_York	34.16293	-81.15315	58			SC	079		
4571919	Borax (historical)	borax-historical	US		0	America/New_York	34.87541	-81.43315	180			SC	091		
4571920	Bordeaux	bordeaux	US		0	America/New_York	33.92651	-82.42068	139	Bordeaux,French Town,New Bordeaux		SC	065		
4571931	Boones Creek	boones-creek	US		0	America/New_York	34.9201	-82.95098	353			SC	073		
4571935	Bostick	bostick	US		0	America/New_York	33.93211	-79.48728	20			SC	041		
4571936	Bostick Landing	bostick-landing	US		0	America/New_York	33.93377	-79.47617	6	Bostic Landing,Bostick Landing		SC	041		
4571940	Botany Acres	botany-acres	US		0	America/New_York	34.17821	-79.83756	39			SC	041		
4571942	Botany Park	botany-park	US		0	America/New_York	34.8115	-82.60708	326			SC	077		
4571943	Botany Woods	botany-woods	US		0	America/New_York	34.36543	-80.1409	70			SC	031		
4571944	Botany Woods	botany-woods	US		0	America/New_York	34.96181	-81.05813	204			SC	091		
4571947	Bouknight	bouknight	US		0	America/New_York	33.78819	-81.83678	194			SC	037		
4571951	Boulder Bluff	boulder-bluff	US		0	America/New_York	33.02795	-80.02925	18			SC	015		
4571960	Bounty Land	bounty-land	US		0	America/New_York	34.70732	-82.99098	291	Bounty Land,James		SC	073		
4571976	Bowens Manor	bowens-manor	US		0	America/New_York	34.29571	-79.85534	46			SC	031		
4572000	Bowman Woods	bowman-woods	US		0	America/New_York	33.52321	-80.86898	63			SC	075		
4572001	Bowyer	bowyer	US		0	America/New_York	33.30627	-80.42037	28	Bowyer,Boyer,Boyer Station		SC	075		
4572004	Boyce Lawn	boyce-lawn	US		0	America/New_York	34.85012	-82.39012	303			SC	045		
4572012	Boyd Hill	boyd-hill	US		0	America/New_York	34.93959	-81.04424	195			SC	091		
4572019	Boyden Arbor	boyden-arbor	US		0	America/New_York	34.02404	-80.94565	60			SC	079		
4572076	Bradley Corner	bradley-corner	US		0	America/New_York	34.01623	-82.36096	144			SC	065		
4572082	Brady Heights	brady-heights	US		0	America/New_York	33.89182	-80.33369	48			SC	085		
4572089	Bram Landing	bram-landing	US		0	America/New_York	32.19854	-80.719	3			SC	013		
4572104	Brandon Acres	brandon-acres	US		0	America/New_York	33.98488	-80.96092	84			SC	079		
4572106	Brandon Hills	brandon-hills	US		0	America/New_York	33.97182	-80.9712	69			SC	079		
4572107	Brandon Woods	brandon-woods	US		0	America/New_York	34.13738	-79.72867	34			SC	041		
4572112	Branham Heights	branham-heights	US		0	America/New_York	34.2807	-80.7198	111			SC	055		
4572115	Brannons Store (historical)	brannons-store-historical	US		0	America/New_York	35.08012	-82.02427	286	Brannon,Brannons Store (historical)		SC	083		
4572117	Branyon Heights	branyon-heights	US		0	America/New_York	34.9279	-81.94094	211			SC	083		
4572133	Brattonsville	brattonsville	US		0	America/New_York	34.86375	-81.17508	199			SC	091		
4572153	Breckridge	breckridge	US		0	America/New_York	34.18845	-82.19818	193			SC	047		
4572159	Brewington (historical)	brewington-historical	US		0	America/New_York	33.70072	-80.05341	27			SC	027		
4572170	Briar Creek	briar-creek	US		0	America/New_York	35.04457	-81.60537	243			SC	021		
4572172	Briarcliff	briarcliff	US		0	America/New_York	33.51875	-81.75705	150			SC	003		
4572173	Briarcliff	briarcliff	US		0	America/New_York	34.51927	-82.61374	227			SC	007		
4572174	Briarcliff	briarcliff	US		0	America/New_York	34.22321	-79.80117	40			SC	041		
4572175	Briarcliff	briarcliff	US		0	America/New_York	34.17873	-82.18679	198			SC	047		
4572176	Briarcliff Estates	briarcliff-estates	US		0	America/New_York	33.86377	-80.40953	55			SC	085		
4572177	Briarcliffe Acres	briarcliffe-acres	US		529	America/New_York	33.78489	-78.74252	0			SC	051		
4572179	Briargate	briargate	US		0	America/New_York	34.85039	-82.55207	306			SC	077		
4572180	Briars	briars	US		0	America/New_York	32.5813	-80.69927	3			SC	013		
4572184	Briarwood	briarwood	US		0	America/New_York	32.99017	-80.17482	25			SC	035		
4572185	Briarwood	briarwood	US		0	America/New_York	33.79323	-78.76502	9			SC	051		
4572186	Briarwood	briarwood	US		0	America/New_York	34.09182	-80.92009	94			SC	079		
4572187	Briarwood	briarwood	US		0	America/New_York	34.66816	-82.80681	249			SC	077		
4572195	Brick House	brick-house	US		0	America/New_York	34.27789	-82.32596	195			SC	001		
4572198	Brick Yard Trace	brick-yard-trace	US		0	America/New_York	33.02545	-80.16093	22			SC	035		
4572202	Brickhouse Crossroads	brickhouse-crossroads	US		0	America/New_York	34.45375	-81.70372	175	Brick House Crossroad,Brickhouse Cross Roads,Brickhouse Crossroads,Dunklin,Dunklins		SC	071		
4572208	Brickyard Village	brickyard-village	US		0	America/New_York	34.03515	-80.98315	63			SC	079		
4572221	Bridlewood	bridlewood	US		0	America/New_York	34.58066	-82.7018	234			SC	007		
4572238	Brigham Woods	brigham-woods	US		0	America/New_York	33.49291	-81.94845	82			SC	003		
4572254	Brighton Beach	brighton-beach	US		0	America/New_York	32.21548	-80.84844	3			SC	013		
4572265	Brittany Park	brittany-park	US		0	America/New_York	34.54927	-82.64986	238			SC	007		
4572270	Brittons Neck	brittons-neck	US		0	America/New_York	33.91267	-79.34144	11	Britton Neck,Britton's Neck,Brittons Neck		SC	067		
4572285	Broad River Bluff	broad-river-bluff	US		0	America/New_York	32.41492	-80.76927	6			SC	013		
4572288	Broad River Estates	broad-river-estates	US		0	America/New_York	34.05015	-81.08843	63			SC	079		
4572299	Broadmoor	broadmoor	US		0	America/New_York	34.89123	-82.32484	290			SC	045		
4572300	Broadmouth	broadmouth	US		0	America/New_York	34.45261	-82.35207	227			SC	001		
4572309	Broadview Estates	broadview-estates	US		0	America/New_York	34.46427	-82.60846	218			SC	007		
4572311	Broadleaf Acres	broadleaf-acres	US		0	America/New_York	34.90123	-82.32151	297			SC	045		
4572323	Brockington Heights	brockington-heights	US		0	America/New_York	34.09793	-81.0587	108			SC	079		
4572324	Brockington Heights	brockington-heights	US		0	America/New_York	34.29126	-79.8834	47			SC	031		
4572332	Brockington	brockington	US		0	America/New_York	33.73127	-79.8034	19			SC	089		
4572339	Brogden	brogden	US		0	America/New_York	33.53625	-81.96428	89			SC	003		
4572343	Brogdon	brogdon	US		0	America/New_York	33.81211	-80.2623	42	Brogden,Brogden Siding,Brogdon		SC	085		
4572345	Brocks Mill	brocks-mill	US		0	America/New_York	34.75738	-79.99506	78			SC	025		
4572346	Bronson Crossroads	bronson-crossroads	US		0	America/New_York	34.44988	-79.32338	39			SC	033		
4572348	Brook Green Meadow	brook-green-meadow	US		0	America/New_York	32.79434	-79.86981	7			SC	019		
4572349	Brook Green Park	brook-green-park	US		0	America/New_York	34.2321	-79.78562	42			SC	041		
4572350	Brook Hollow	brook-hollow	US		0	America/New_York	34.56261	-82.65708	212			SC	007		
4572351	Brook Pines	brook-pines	US		0	America/New_York	34.05848	-81.10815	83			SC	079		
4572358	Brookfield East	brookfield-east	US		0	America/New_York	34.85345	-82.29039	282			SC	045		
4572359	Brookfield West	brookfield-west	US		0	America/New_York	34.85678	-82.29845	285			SC	045		
4572360	Brookforest Estates	brookforest-estates	US		0	America/New_York	34.78345	-82.38262	272			SC	045		
4572361	Brookgate	brookgate	US		0	America/New_York	33.716	-78.96225	6			SC	051		
4572362	Brookgreen	brookgreen	US		0	America/New_York	33.52597	-81.98178	104			SC	003		
4572363	Brookgreen	brookgreen	US		0	America/New_York	34.98234	-82.40012	324			SC	045		
4572370	Brookhaven Estates	brookhaven-estates	US		0	America/New_York	33.49875	-81.71316	133			SC	003		
4572394	Brookside Village	brookside-village	US		0	America/New_York	34.91929	-82.08316	243			SC	083		
4572403	Brookwood Estates	brookwood-estates	US		0	America/New_York	35.02707	-81.62982	222			SC	021		
4572404	Brookwood Forest	brookwood-forest	US		0	America/New_York	34.91678	-82.33401	293			SC	045		
4572405	Brookwood Heights	brookwood-heights	US		0	America/New_York	34.82651	-82.57346	309			SC	077		
4572406	Brookwood Trailer Park	brookwood-trailer-park	US		0	America/New_York	35.17234	-82.174	293			SC	083		
4572416	Brown Arrow	brown-arrow	US		0	America/New_York	35.11401	-82.02205	260			SC	083		
4572418	Brown Bay	brown-bay	US		0	America/New_York	33.90711	-79.0892	19			SC	051		
4572463	Brownlee Crossroads	brownlee-crossroads	US		0	America/New_York	34.24567	-82.52652	195	Brown Lee Crossroads,Brownlee,Brownlee Cross Roads,Brownlee Crossroads		SC	001		
4572486	Browns Crossroads	browns-crossroads	US		0	America/New_York	34.36847	-81.52844	157	Browns Cross Roads,Browns Crossroads		SC	071		
4572494	Browns Hill	browns-hill	US		0	America/New_York	33.35764	-81.85678	46	Brown Hill,Browns Hill		SC	003		
4572498	Browns Landing	browns-landing	US		0	America/New_York	33.04932	-81.54483	22			SC	005		
4572522	Brownway	brownway	US		0	America/New_York	33.79767	-79.16615	10			SC	051		
4572542	Brunson Crossroads	brunson-crossroads	US		0	America/New_York	33.83207	-82.05345	129	Brunson Cross Roads,Brunson Crossroads		SC	037		
4572551	Brunson Crossroads	brunson-crossroads	US		0	America/New_York	33.7435	-79.4745	15	Brunson Crossroads,Brunsons Cross Roads,Brunsons Crossroads		SC	089		
4572555	Brunsons Store	brunsons-store	US		0	America/New_York	33.87738	-80.23258	43	Brunson Cross Roads,Brunsons Store		SC	085		
4572579	Brutons Fork	brutons-fork	US		0	America/New_York	34.69932	-79.66617	57			SC	069		
4572584	Bryan Landing	bryan-landing	US		0	America/New_York	32.17632	-80.82483	3			SC	013		
4572596	Bryants Store (historical)	bryants-store-historical	US		0	America/New_York	35.14928	-82.03678	274			SC	083		
4572597	Bryson (historical)	bryson-historical	US		0	America/New_York	34.5604	-82.00815	211			SC	059		
4572602	Bryans Crossroads	bryans-crossroads	US		0	America/New_York	33.58128	-79.82146	16	Bryans Cross Roads,Bryans Crossroads		SC	089		
4572625	Buck Hall	buck-hall	US		0	America/New_York	33.05323	-79.55979	6			SC	019		
4572626	Buck Hall (historical)	buck-hall-historical	US		0	America/New_York	33.19017	-79.95258	9			SC	015		
4572638	Buck Stand	buck-stand	US		0	America/New_York	34.274	-82.37651	210	Buck Stand,Buckstand		SC	001		
4572658	Buckingham Landing	buckingham-landing	US		0	America/New_York	32.2302	-80.79927	3			SC	013		
4572667	Bucksville	bucksville	US		0	America/New_York	33.71878	-79.06282	6			SC	051		
4572669	Buckwood	buckwood	US		0	America/New_York	33.84239	-79.06282	10			SC	051		
4572687	Bucklick	bucklick	US		0	America/New_York	34.45126	-80.90342	97			SC	039		
4572709	Buford Heights	buford-heights	US		0	America/New_York	35.0929	-81.67621	241			SC	021		
4572714	Bufords Bridge	bufords-bridge	US		0	America/New_York	33.1146	-81.18372	30	Beauforts Bridge,Buford's Bridge,Bufords Bridge,The Crossroads		SC	009		
4572750	Bull Station	bull-station	US		0	America/New_York	33.42377	-80.40509	40	Bull Station,Bulls		SC	075		
4572768	Bullock (historical)	bullock-historical	US		0	America/New_York	34.16012	-82.20596	191			SC	047		
4572769	Bullock Creek	bullock-creek	US		0	America/New_York	34.8543	-81.41176	204	Bullock Creek,Bullockcreek		SC	091		
4572793	Bur Clare	bur-clare	US		0	America/New_York	32.70851	-79.96037	3			SC	019		
4572798	Burch Crossroads	burch-crossroads	US		0	America/New_York	34.14543	-79.7284	34	Burch Crossroads,Burchs Crossroads		SC	041		
4572804	Burgan	burgan	US		0	America/New_York	33.85017	-79.19449	18			SC	051		
4572805	Burgan (historical)	burgan-historical	US		0	America/New_York	33.83767	-79.21643	12			SC	051		
4572810	Burdine Springs	burdine-springs	US		0	America/New_York	34.85067	-82.60124	309			SC	077		
4572823	Burgiss Hills	burgiss-hills	US		0	America/New_York	34.94762	-82.25761	355			SC	045		
4572825	Burkett Landing	burkett-landing	US		0	America/New_York	33.90683	-79.6434	13			SC	041		
4572837	Burning Ridge	burning-ridge	US		0	America/New_York	33.77656	-79.01642	12			SC	051		
4572841	Burns Down	burns-down	US		0	America/New_York	33.92599	-80.37119	52			SC	085		
4572842	Burns Mill	burns-mill	US		0	America/New_York	34.76593	-83.02793	270			SC	073		
4572847	Burnside East	burnside-east	US		0	America/New_York	33.96266	-80.94981	62			SC	079		
4572857	Burnettown	burnettown	US		2673	America/New_York	33.51541	-81.849	54			SC	003		
4572860	Burnt Factory (historical)	burnt-factory-historical	US		0	America/New_York	34.67155	-79.66228	53			SC	069		
4572868	Burnt Church Crossroads	burnt-church-crossroads	US		0	America/New_York	32.80823	-80.49149	7	Burnt Church Cross Roads,Burnt Church Crossroads		SC	029		
4572874	Burris	burris	US		0	America/New_York	34.47344	-82.43457	243			SC	007		
4572877	Burrows Crossroads	burrows-crossroads	US		0	America/New_York	34.08543	-80.39175	77	Burrows Crossroads,Heriots Cross Road		SC	085		
4572885	Burtons (historical)	burtons-historical	US		0	America/New_York	33.15767	-79.8373	12			SC	015		
4572892	Bush (historical)	bush-historical	US		0	America/New_York	33.26487	-81.77484	42			SC	003		
4572898	Bush River	bush-river	US		0	America/New_York	34.3218	-81.76067	161			SC	071		
4572914	Butchertown (historical)	butchertown-historical	US		0	America/New_York	34.02015	-81.04204	90	Butcher Town,Butchertown (historical)		SC	079		
4572943	Butler Crossroads	butler-crossroads	US		0	America/New_York	33.94377	-79.56339	20			SC	041		
4572975	Byrd	byrd	US		0	America/New_York	33.16905	-80.51704	26	Byrd,Byrds		SC	035		
4572981	Byrds Crossroads	byrds-crossroads	US		0	America/New_York	33.95599	-79.86812	32	Byrds Cross Roads,Byrds Crossroads		SC	041		
4572985	Byrnes Downs	byrnes-downs	US		0	America/New_York	32.77962	-79.98676	5			SC	019		
4572988	Byrneswood	byrneswood	US		0	America/New_York	34.04682	-81.05676	101			SC	079		
4572989	Byron Terrace	byron-terrace	US		0	America/New_York	34.91401	-81.97677	243			SC	083		
4573007	Cabal	cabal	US		0	America/New_York	34.80652	-81.45259	164			SC	023		
4573008	Caballin Springs	caballin-springs	US		0	America/New_York	34.60844	-82.91792	233			SC	073		
4573018	Cadillac Heights	cadillac-heights	US		0	America/New_York	34.69372	-82.8082	257			SC	077		
4573020	Caesars Head	caesars-head	US		0	America/New_York	35.10567	-82.62346	957			SC	045		
4573033	Caines	caines	US		0	America/New_York	33.30517	-79.2131	1			SC	043		
4573034	Cainhoy	cainhoy	US		0	America/New_York	32.92934	-79.83119	5	Cain Hoy,Cainhay,Cainhoy,Louisville,Wando,Wando Cainhoy		SC	015		
4573051	Caldwell Crossroad	caldwell-crossroad	US		0	America/New_York	34.57375	-80.97203	138	Caldwell Crossroad,Caldwells Crossroads,Dewitt		SC	023		
4573054	Caldwell Village	caldwell-village	US		0	America/New_York	34.49844	-82.65319	222			SC	007		
4573061	Calestown	calestown	US		0	America/New_York	33.29045	-79.78674	12			SC	015		
4573073	Calhoun Courts	calhoun-courts	US		0	America/New_York	34.67788	-82.82736	227			SC	077		
4573085	Calhoun Hills	calhoun-hills	US		0	America/New_York	34.459	-82.64652	237			SC	007		
4573086	Calhoun Lake	calhoun-lake	US		0	America/New_York	34.93235	-81.84566	226			SC	083		
4573091	Calhoun Mill	calhoun-mill	US		0	America/New_York	34.0329	-82.47096	128	Calhoun Mill,Calhouns Mill,Calhouns Mills		SC	065		
4573099	Calibogue Cay	calibogue-cay	US		0	America/New_York	32.14854	-80.79872	3			SC	013		
4573107	Calina Heights	calina-heights	US		0	America/New_York	34.94345	-82.18567	255			SC	083		
4573112	Calla (historical)	calla-historical	US		0	America/New_York	34.12709	-81.17648	109			SC	079		
4573116	Callison	callison	US		0	America/New_York	34.01457	-82.12568	155	Calisson,Callison,Shatterfield		SC	047		
4573120	Calomet Valley	calomet-valley	US		0	America/New_York	32.96462	-80.18621	19			SC	035		
4573200	Calvin (historical)	calvin-historical	US		0	America/New_York	34.80236	-81.36481	166			SC	023		
4573204	Cambridge (historical)	cambridge-historical	US		0	America/New_York	34.1454	-82.02456	154			SC	047		
4573206	Cambridge Place	cambridge-place	US		0	America/New_York	34.55372	-82.64763	243			SC	007		
4573208	Camburg Acres	camburg-acres	US		0	America/New_York	33.51321	-80.80731	62			SC	075		
4573232	Camelot	camelot	US		0	America/New_York	34.78123	-82.26706	255			SC	045		
4573233	Camelot	camelot	US		0	America/New_York	34.68066	-82.78959	247			SC	077		
4573234	Camelot	camelot	US		0	America/New_York	34.93346	-81.98122	240			SC	083		
4573235	Camelot Village	camelot-village	US		0	America/New_York	32.99045	-80.04453	16			SC	015		
4573236	Camelot Woods	camelot-woods	US		0	America/New_York	34.98126	-81.02091	169			SC	091		
4573248	Camellia Gardens	camellia-gardens	US		0	America/New_York	34.19377	-79.79923	43			SC	041		
4573253	Camp Branch	camp-branch	US		0	America/New_York	33.90849	-79.81785	27			SC	041		
4573257	Camp Branch	camp-branch	US		0	America/New_York	32.81045	-81.02316	16	Camp Branch,McNeils		SC	049		
4573274	Camp Cox	camp-cox	US		0	America/New_York	35.03376	-80.8898	184			SC	057		
4573293	Camp Croft	camp-croft	US		0	America/New_York	34.91068	-81.85288	215			SC	083		
4573299	Camp Gravatt	camp-gravatt	US		0	America/New_York	33.7382	-81.5851	124			SC	003		
4573313	Camp Long	camp-long	US		0	America/New_York	33.6782	-81.61955	119			SC	003		
4573328	Camp Oak	camp-oak	US		0	America/New_York	34.85815	-83.03404	351			SC	073		
4573337	Camp Rawls	camp-rawls	US		0	America/New_York	33.65487	-81.48094	132	Camp Rawl,Camp Rawls		SC	003		
4573338	Camp Road Estates	camp-road-estates	US		0	America/New_York	32.73657	-79.97454	1			SC	019		
4573342	Camp Saint Christopher	camp-saint-christopher	US		0	America/New_York	32.56574	-80.18176	1			SC	019		
4573366	Campbell Crossroads	campbell-crossroads	US		0	America/New_York	34.6421	-80.1709	105			SC	025		
4573383	Campfield	campfield	US		0	America/New_York	33.48267	-79.26922	3			SC	043		
4573397	Cana (historical)	cana-historical	US		0	America/New_York	34.1404	-82.27512	135			SC	001		
4573427	Canaan Land	canaan-land	US		0	America/New_York	34.84178	-82.59013	306			SC	077		
4573441	Canady Landing	canady-landing	US		0	America/New_York	32.81545	-80.40482	3	Canady Landing,Fishburn Landing		SC	019		
4573457	Cane Brake	cane-brake	US		0	America/New_York	34.8879	-82.26039	274			SC	045		
4573497	Cane Patch	cane-patch	US		0	America/New_York	33.74101	-78.8228	7			SC	051		
4573502	Cane Savannah	cane-savannah	US		1117	America/New_York	33.90182	-80.45036	55			SC	085		
4573521	Cannon Hills	cannon-hills	US		0	America/New_York	34.98706	-82.25317	283			SC	045		
4573530	Cannons Camp Ground	cannons-camp-ground	US		0	America/New_York	35.00957	-81.86094	253			SC	083		
4573541	Canon Hill	canon-hill	US		0	America/New_York	33.78628	-79.19282	10			SC	051		
4573545	Canterbury Heights	canterbury-heights	US		0	America/New_York	35.01456	-81.96094	258			SC	083		
4573554	Cantey	cantey	US		0	America/New_York	34.34459	-80.67841	79	Cantey,Cantey Hill		SC	055		
4573564	Capehart Housing Project	capehart-housing-project	US		0	America/New_York	32.4613	-80.79816	10			SC	013		
4573576	Cantys Lane	cantys-lane	US		0	America/New_York	34.16515	-80.56869	52	Canteys Lane,Cantys Lane		SC	055		
4573584	Capitol View	capitol-view	US		0	America/New_York	33.97404	-80.92953	94			SC	079		
4573587	Capri Isles	capri-isles	US		0	America/New_York	32.77712	-80.02287	1			SC	019		
4573592	Captains Cove	captains-cove	US		0	America/New_York	33.53989	-79.05948	6			SC	043		
4573595	Capwells Crossroads	capwells-crossroads	US		0	America/New_York	32.77934	-80.26843	20			SC	019		
4573596	Caravelle Heights	caravelle-heights	US		0	America/New_York	34.52316	-82.77486	222			SC	007		
4573600	Cardinal Park	cardinal-park	US		0	America/New_York	34.54511	-82.63819	236			SC	007		
4573601	Cardinal Park	cardinal-park	US		0	America/New_York	33.51958	-81.73733	147			SC	003		
4573602	Carem	carem	US		0	America/New_York	34.69847	-81.56788	177	Carem,Hog Foot		SC	087		
4573624	Carlton Court	carlton-court	US		0	America/New_York	34.92596	-81.90233	218			SC	083		
4573631	Carmichael Crossroads	carmichael-crossroads	US		0	America/New_York	34.34044	-79.27449	30			SC	033		
4573632	Carmichael Crossroads	carmichael-crossroads	US		0	America/New_York	34.46377	-79.28754	44	Carmichael Cross Roads,Carmichael Crossroads,Carmichaels Crossroads		SC	033		
4573638	Carnes Crossroad	carnes-crossroad	US		0	America/New_York	33.0635	-80.09314	25	Carnes Crossroad,Carns Crossroads,Poor Mans Range,Twentyfour Mile,Varner Town		SC	015		
4573645	Carolina Acres	carolina-acres	US		0	America/New_York	34.22182	-79.74756	44			SC	041		
4573655	Carolina Gardens	carolina-gardens	US		0	America/New_York	33.93627	-80.35397	52			SC	085		
4573657	Carolina Heights	carolina-heights	US		0	America/New_York	34.81123	-82.45346	275			SC	045		
4573658	Carolina Heights	carolina-heights	US		0	America/New_York	33.48708	-81.95873	67			SC	003		
4573660	Carolina Hills	carolina-hills	US		0	America/New_York	34.68066	-82.80292	246			SC	077		
4573662	Carolina Mobile Home Park	carolina-mobile-home-park	US		0	America/New_York	33.96543	-80.49425	87			SC	085		
4573670	Carolina Springs	carolina-springs	US		0	America/New_York	34.47844	-82.63624	238			SC	007		
4573672	Carolina Terrace	carolina-terrace	US		0	America/New_York	33.50625	-81.96512	133			SC	003		
4573675	Caromi Village	caromi-village	US		0	America/New_York	33.00184	-80.08453	12			SC	015		
4573676	Caropine	caropine	US		0	America/New_York	33.61128	-78.98948	8			SC	051		
4573677	Carowood	carowood	US		0	America/New_York	35.05931	-80.97591	210			SC	091		
4573685	Carriage Run	carriage-run	US		0	America/New_York	33.55795	-79.07032	6			SC	043		
4573695	Carris	carris	US		0	America/New_York	33.51239	-79.82924	20			SC	089		
4573708	Carter Hall	carter-hall	US		0	America/New_York	34.54566	-82.65486	235			SC	007		
4573709	Carter Heights	carter-heights	US		0	America/New_York	35.04902	-81.65676	241			SC	021		
4573711	Carter Landing	carter-landing	US		0	America/New_York	34.14599	-79.54367	12	Carter Landing,Crawford Landing		SC	033		
4573719	Carters Crossroads	carters-crossroads	US		0	America/New_York	34.14016	-80.11368	51	Carters Crossroads,Copelands,Enoch Cross Roads,Enoch Crossroads		SC	031		
4573720	Carters Crossroads	carters-crossroads	US		0	America/New_York	33.65545	-79.31672	11			SC	043		
4573726	Cartley Subdivision	cartley-subdivision	US		0	America/New_York	33.90071	-80.40119	55			SC	085		
4573731	Cartwheel Landing	cartwheel-landing	US		0	America/New_York	34.08405	-79.25088	10			SC	067		
4573735	Carver Park	carver-park	US		0	America/New_York	34.84456	-82.37734	307			SC	045		
4573746	Cartwheel Landing	cartwheel-landing	US		0	America/New_York	34.10016	-79.24032	11	Cart Wheel Landing,Cartwheel Landing		SC	051		
4573754	Casey Hill (historical)	casey-hill-historical	US		0	America/New_York	33.03517	-80.06231	13			SC	015		
4573760	Cashion Crossroads	cashion-crossroads	US		0	America/New_York	35.08985	-81.50787	249			SC	021		
4573764	Cashville	cashville	US		0	America/New_York	34.80734	-82.12983	249			SC	083		
4573767	Caskey	caskey	US		0	America/New_York	34.74487	-80.83702	171			SC	057		
4573780	Cassina Heights	cassina-heights	US		0	America/New_York	32.80601	-79.83397	3			SC	019		
4573794	Cat Hole	cat-hole	US		0	America/New_York	33.14461	-80.69399	22			SC	035		
4573804	Catarrh	catarrh	US		0	America/New_York	34.56571	-80.36729	89			SC	025		
4573817	Catawba Ridge	catawba-ridge	US		0	America/New_York	35.10153	-81.06646	179			SC	091		
4573822	Catchall	catchall	US		0	America/New_York	34.0096	-80.49036	115	Catchall,Ketchall		SC	085		
4573824	Cateechee	cateechee	US		0	America/New_York	34.77067	-82.77375	279			SC	077		
4573836	Catfish Landing	catfish-landing	US		0	America/New_York	33.96711	-79.48172	9			SC	067		
4573846	Cato Estates	cato-estates	US		0	America/New_York	34.97209	-81.04369	192			SC	091		
4573848	Catoe (historical)	catoe-historical	US		0	America/New_York	34.7396	-80.12034	103	Cato,Catoe (historical)		SC	025		
4573852	Catholic Hill	catholic-hill	US		0	America/New_York	32.77656	-80.66094	10			SC	029		
4573857	Cattle Creek (historical)	cattle-creek-historical	US		0	America/New_York	33.20572	-80.72204	38			SC	035		
4573875	Cauthens Crossroads	cauthens-crossroads	US		0	America/New_York	34.62015	-80.76952	182	Cauthen Crossroads,Cauthens Cross Roads,Cauthens Crossroads		SC	057		
4573876	Cavalier Heights	cavalier-heights	US		0	America/New_York	34.82373	-82.36707	296			SC	045		
4573877	Cavalier Woods	cavalier-woods	US		0	America/New_York	34.79206	-82.34929	289			SC	045		
4573886	Causeway Branch	causeway-branch	US		0	America/New_York	33.91821	-80.38897	51			SC	085		
4573891	Cebu (historical)	cebu-historical	US		0	America/New_York	33.92906	-79.02892	20			SC	051		
4573894	Cedar Acres	cedar-acres	US		0	America/New_York	34.53705	-82.62152	240			SC	007		
4573942	Cedar Creek Landing	cedar-creek-landing	US		0	America/New_York	33.05295	-79.88175	1			SC	015		
4573957	Cedar Creek Village	cedar-creek-village	US		0	America/New_York	33.86128	-78.64224	5			SC	051		
4573958	Cedar Estates	cedar-estates	US		0	America/New_York	33.93654	-81.16926	86			SC	063		
4573963	Cedar Forest Acres	cedar-forest-acres	US		0	America/New_York	34.99792	-81.06035	199			SC	091		
4573998	Cedar Grove Park	cedar-grove-park	US		0	America/New_York	34.96376	-81.00674	189			SC	091		
4574037	Cedar Lane Gardens	cedar-lane-gardens	US		0	America/New_York	34.88178	-82.43735	299			SC	045		
4574047	Cedar Rock	cedar-rock	US		0	America/New_York	34.874	-82.64013	329			SC	077		
4574067	Cedar Reef Villas	cedar-reef-villas	US		0	America/New_York	32.40519	-80.4326	2			SC	013		
4574083	Cedar Swamp	cedar-swamp	US		0	America/New_York	33.65683	-79.66729	14	Cedar Grove,Cedar Swamp		SC	089		
4574088	Cedar Terrace	cedar-terrace	US		0	America/New_York	34.7457	-80.8134	149			SC	057		
4574091	Cedarwood	cedarwood	US		0	America/New_York	33.93515	-81.13676	59			SC	063		
4574092	Cedarwood	cedarwood	US		0	America/New_York	35.10514	-81.05758	190			SC	091		
4574093	Cedarwood	cedarwood	US		0	America/New_York	34.55344	-82.6618	218			SC	007		
4574094	Cedarwood	cedarwood	US		0	America/New_York	34.98292	-80.99702	185			SC	091		
4574095	Celestia (historical)	celestia-historical	US		0	America/New_York	34.00596	-81.95678	150			SC	081		
4574138	Center Crossroads	center-crossroads	US		0	America/New_York	33.6935	-79.317	12			SC	043		
4574152	Centerville Terrace Estates	centerville-terrace-estates	US		0	America/New_York	34.52511	-82.72486	253			SC	007		
4574174	Central Crossroads	central-crossroads	US		0	America/New_York	33.88794	-79.91285	31	Central,Central Crossroads		SC	027		
4574186	Central Pacolet	central-pacolet	US		216	America/New_York	34.91346	-81.74843	209			SC	083		
4574211	Central-Shiloh	central-shiloh	US		0	America/New_York	34.26012	-82.34374	184	Central,Central-Shiloh		SC	001		
4574214	Century Acres	century-acres	US		0	America/New_York	34.63627	-79.70617	55			SC	069		
4574220	Chaffee (historical)	chaffee-historical	US		0	America/New_York	33.69737	-81.4001	138			SC	003		
4574226	Challedon	challedon	US		0	America/New_York	34.06487	-81.1576	64			SC	063		
4574227	Challedon West	challedon-west	US		0	America/New_York	34.06459	-81.17621	86			SC	063		
4574228	Challendon	challendon	US		0	America/New_York	33.01462	-80.16648	24			SC	035		
4574233	Chambert Forest	chambert-forest	US		0	America/New_York	34.44011	-82.72041	222			SC	007		
4574240	Chandler Lakes	chandler-lakes	US		0	America/New_York	32.99434	-80.14787	18			SC	019		
4574243	Chandler Village	chandler-village	US		0	America/New_York	32.97851	-80.14704	15			SC	035		
4574244	Chandlers	chandlers	US		0	America/New_York	33.68017	-79.48867	16			SC	089		
4574252	Chanticleer	chanticleer	US		0	America/New_York	34.81345	-82.4054	284			SC	045		
4574254	Chaparral Ranches	chaparral-ranches	US		0	America/New_York	33.08128	-80.09592	29			SC	015		
4574262	Chapel Creek	chapel-creek	US		0	America/New_York	33.47517	-79.13865	3			SC	043		
4574263	Chapel Estates	chapel-estates	US		0	America/New_York	34.92151	-82.18094	271			SC	083		
4574264	Chapel Hill (historical)	chapel-hill-historical	US		0	America/New_York	33.34656	-80.10953	23			SC	015		
4574289	Chapel Creek Villas	chapel-creek-villas	US		0	America/New_York	33.46572	-79.14449	3			SC	043		
4574298	Chapmans Crossroads	chapmans-crossroads	US		0	America/New_York	34.11958	-81.79872	170	Chapmans,Chapmans Crossroads		SC	081		
4574305	Charity	charity	US		0	America/New_York	33.00601	-79.8498	7			SC	015		
4574319	Charles Towne Village	charles-towne-village	US		0	America/New_York	32.78823	-79.98953	4			SC	019		
4574333	Charleston Crossroads	charleston-crossroads	US		0	America/New_York	34.08123	-82.48374	143			SC	001		
4574335	Charleston Farms	charleston-farms	US		0	America/New_York	32.89962	-79.99592	12			SC	019		
4574339	Charleston Heights	charleston-heights	US		0	America/New_York	32.85712	-79.97064	6			SC	019		
4574355	Charlestowne	charlestowne	US		0	America/New_York	33.9696	-80.91648	83			SC	079		
4574357	Charlestowne Estates	charlestowne-estates	US		0	America/New_York	32.8124	-79.99148	5			SC	019		
4574358	Charleswood	charleswood	US		0	America/New_York	34.11265	-80.9337	89			SC	079		
4574366	Chartwell	chartwell	US		0	America/New_York	34.04543	-81.11343	78			SC	079		
4574367	Charwood	charwood	US		0	America/New_York	33.89321	-81.07898	83			SC	063		
4574371	Chateau Woods	chateau-woods	US		0	America/New_York	34.55927	-82.72625	220			SC	007		
4574383	Chauga Heights	chauga-heights	US		0	America/New_York	34.6751	-83.14182	287			SC	073		
4574386	Chaunessy	chaunessy	US		0	America/New_York	34.83373	-82.25789	279			SC	045		
4574390	Chavistown	chavistown	US		0	America/New_York	34.69488	-79.76784	64			SC	069		
4574400	Cheddar	cheddar	US		0	America/New_York	34.57817	-82.49624	268			SC	007		
4574402	Cheohee	cheohee	US		0	America/New_York	34.90231	-83.04765	340	Cheohee,Cheohee Creek,Cheowhee		SC	073		
4574438	Cherokee Farms	cherokee-farms	US		0	America/New_York	34.48011	-82.66652	237			SC	007		
4574443	Cherokee Forest	cherokee-forest	US		0	America/New_York	34.89734	-82.33012	300			SC	045		
4574444	Cherokee Forest	cherokee-forest	US		0	America/New_York	34.81345	-82.60819	318			SC	077		
4574445	Cherokee Gardens	cherokee-gardens	US		0	America/New_York	34.7076	-82.8957	251			SC	073		
4574448	Cherokee Heights	cherokee-heights	US		0	America/New_York	34.73429	-82.27762	253			SC	045		
4574449	Cherokee Hills	cherokee-hills	US		0	America/New_York	35.12318	-81.70593	255			SC	021		
4574450	Cherokee Hills	cherokee-hills	US		0	America/New_York	34.23484	-82.17401	182			SC	047		
4574452	Cherokee Place	cherokee-place	US		0	America/New_York	32.85712	-79.97453	9			SC	019		
4574461	Cherokee Springs	cherokee-springs	US		0	America/New_York	35.04984	-81.89094	236	Cherokee,Cherokee Springs		SC	083		
4574466	Cherokee Falls	cherokee-falls	US		0	America/New_York	35.06485	-81.54232	167			SC	021		
4574469	Cherry Grove Beach	cherry-grove-beach	US		0	America/New_York	33.82739	-78.64279	1			SC	051		
4574495	Cherry Hill Estates	cherry-hill-estates	US		0	America/New_York	32.40519	-80.73344	5			SC	013		
4574511	Cherry Point Landing	cherry-point-landing	US		0	America/New_York	32.32631	-80.91705	5			SC	013		
4574513	Cherrys Crossing	cherrys-crossing	US		0	America/New_York	34.6551	-82.83514	211	Cherry,Cherrys Crossing		SC	073		
4574516	Cheryl Fields	cheryl-fields	US		0	America/New_York	34.94651	-82.15372	261			SC	083		
4574521	Chesnut Hill (historical)	chesnut-hill-historical	US		0	America/New_York	34.11539	-82.50402	146			SC	001		
4574555	Chesterfield Estates	chesterfield-estates	US		0	America/New_York	34.72234	-82.43429	263			SC	045		
4574570	Chestnut Hills	chestnut-hills	US		0	America/New_York	34.81428	-82.42568	291			SC	045		
4574571	Chestnut Lake	chestnut-lake	US		0	America/New_York	35.00651	-82.05261	268			SC	083		
4574580	Chestnut Springs	chestnut-springs	US		0	America/New_York	35.17428	-82.40317	528			SC	045		
4574585	Chestnut Crossroads	chestnut-crossroads	US		0	America/New_York	33.92406	-78.7628	12			SC	051		
4574587	Chick Springs	chick-springs	US		0	America/New_York	34.92706	-82.28067	292	Chick Springs,Chicks Springs,Lick Springs		SC	045		
4574598	Chicora Place	chicora-place	US		0	America/New_York	32.85712	-79.96842	4			SC	019		
4574604	Childsbury	childsbury	US		0	America/New_York	33.09712	-79.93397	8	Childsbury,Sims		SC	015		
4574609	Chimney Ridge	chimney-ridge	US		0	America/New_York	34.09932	-80.85175	117			SC	079		
4574622	Chinners	chinners	US		0	America/New_York	33.98072	-79.14532	20			SC	051		
4574630	Chinquapin Falls	chinquapin-falls	US		0	America/New_York	33.82542	-81.52233	118			SC	063		
4574635	Chisolm	chisolm	US		0	America/New_York	32.53769	-80.60261	1	Chisholm,Chisolm		SC	013		
4574644	Choppee	choppee	US		0	America/New_York	33.57128	-79.38283	16			SC	043		
4574674	Christopher Heights	christopher-heights	US		0	America/New_York	34.459	-82.63958	232			SC	007		
4574678	Chukker Creek	chukker-creek	US		0	America/New_York	33.48347	-81.70678	134			SC	003		
4574696	Church Hill (historical)	church-hill-historical	US		0	America/New_York	33.11128	-80.01869	6			SC	015		
4574698	Church Hill Heights	church-hill-heights	US		0	America/New_York	34.98375	-81.06924	211			SC	091		
4574818	Cimerron Plantation South	cimerron-plantation-south	US		0	America/New_York	33.68073	-78.99198	6			SC	051		
4574822	Cinder Creek	cinder-creek	US		0	America/New_York	34.96901	-81.84566	230			SC	083		
4574835	City View	city-view	US		1345	America/New_York	34.86151	-82.43151	302			SC	045		
4574849	Clambank	clambank	US		0	America/New_York	33.33517	-79.19449	1			SC	043		
4574874	Clark Estates	clark-estates	US		0	America/New_York	35.10956	-82.03677	253			SC	083		
4574896	Clarks Crossroads	clarks-crossroads	US		0	America/New_York	33.796	-79.81757	22	Clark Cross Roads,Clarks Cross Roads,Clarks Crossroads		SC	089		
4574900	Clarks Sound	clarks-sound	US		0	America/New_York	32.71823	-79.94009	4			SC	019		
4574901	Clarkson (historical)	clarkson-historical	US		0	America/New_York	34.7918	-81.32759	189			SC	023		
4574908	Clatworthy Crossroads	clatworthy-crossroads	US		0	America/New_York	34.05901	-82.37402	172	Clatworthy Crossroads,Lulah		SC	001		
4574912	Claussen	claussen	US		0	America/New_York	34.13099	-79.63089	27	Clausen,Claussen		SC	041		
4574937	Clear Springs	clear-springs	US		0	America/New_York	34.1221	-80.92648	103			SC	079		
4574940	Clear Pond	clear-pond	US		0	America/New_York	33.18821	-81.02899	44			SC	009		
4574943	Clearview	clearview	US		0	America/New_York	34.53288	-82.72541	239			SC	007		
4574945	Clearview Heights	clearview-heights	US		0	America/New_York	35.00318	-81.8701	247			SC	083		
4574946	Clearview Heights	clearview-heights	US		0	America/New_York	35.03845	-81.994	272			SC	083		
4574958	Cleland Crossroads	cleland-crossroads	US		0	America/New_York	32.93905	-81.11788	31			SC	049		
4574960	Clementia (historical)	clementia-historical	US		0	America/New_York	32.72518	-80.18537	5			SC	019		
4574968	Clemson Forest	clemson-forest	US		0	America/New_York	34.66955	-82.87987	268			SC	073		
4574969	Clemson Gardens	clemson-gardens	US		0	America/New_York	34.68427	-82.81042	244			SC	077		
4574970	Clemson Heights	clemson-heights	US		0	America/New_York	34.66455	-82.83875	228			SC	077		
4574975	Clemson Terrace	clemson-terrace	US		0	America/New_York	33.05017	-80.20065	27			SC	035		
4574982	Cleora	cleora	US		0	America/New_York	33.84152	-82.04984	125	Cleora,Duntonsville		SC	037		
4574984	Clevedale	clevedale	US		0	America/New_York	34.93012	-82.04038	232			SC	083		
4574990	Cleveland Forest	cleveland-forest	US		0	America/New_York	34.8404	-82.38845	268			SC	045		
4575005	Cleveland-A-Farm	cleveland-a-farm	US		0	America/New_York	34.63566	-82.95265	253			SC	073		
4575023	Clifton Station	clifton-station	US		0	America/New_York	34.99707	-81.81927	234			SC	083		
4575042	Clinton Park	clinton-park	US		0	America/New_York	34.90792	-81.05508	178			SC	091		
4575057	Cloisters	cloisters	US		0	America/New_York	34.69904	-80.80952	157			SC	057		
4575063	Clover Hill	clover-hill	US		0	America/New_York	34.44733	-82.63402	226			SC	007		
4575071	Cloverleaf Mobile Home Park	cloverleaf-mobile-home-park	US		0	America/New_York	33.03739	-80.15537	29			SC	015		
4575072	Clovis Point	clovis-point	US		0	America/New_York	34.7326	-82.95348	262			SC	073		
4575073	Club Acres	club-acres	US		0	America/New_York	33.50793	-80.88176	60			SC	075		
4575076	Club Forest	club-forest	US		0	America/New_York	33.8971	-80.37036	51			SC	085		
4575077	Club Forest	club-forest	US		0	America/New_York	34.81873	-82.40179	280			SC	045		
4575079	Club Colony	club-colony	US		0	America/New_York	34.38877	-80.09368	65			SC	031		
4575081	Clubhouse Crossroads	clubhouse-crossroads	US		0	America/New_York	32.89795	-80.3226	7	Club House,Clubhouse Crossroads		SC	035		
4575082	Clubhouse Crossroads	clubhouse-crossroads	US		0	America/New_York	33.96014	-81.40205	177	Club House Crossroads,Clubhouse Crossroads		SC	063		
4575084	Clubside Estates	clubside-estates	US		0	America/New_York	34.87653	-81.04425	183			SC	091		
4575085	Clyburn	clyburn	US		0	America/New_York	34.41876	-80.59924	102			SC	055		
4575097	Coalla (historical)	coalla-historical	US		0	America/New_York	32.9821	-81.26983	44			SC	005		
4575100	Coastal Heights	coastal-heights	US		0	America/New_York	33.78823	-79.01142	12			SC	051		
4575103	Coatesworth	coatesworth	US		0	America/New_York	34.07793	-81.18732	102			SC	063		
4575104	Coats Crossroad	coats-crossroad	US		0	America/New_York	34.50849	-80.63646	162	Coats Cross Roads,Coats Crossroad		SC	055		
4575107	Cobbs Glen	cobbs-glen	US		0	America/New_York	34.54316	-82.59541	233			SC	007		
4575113	Coachmans Corners	coachmans-corners	US		0	America/New_York	32.96795	-80.30176	6			SC	035		
4575114	Cochran Town	cochran-town	US		0	America/New_York	33.87323	-79.07059	8			SC	051		
4575138	Cohen Hill	cohen-hill	US		0	America/New_York	32.85656	-80.04287	13			SC	019		
4575141	Cohens Bluff Landing	cohens-bluff-landing	US		0	America/New_York	32.84155	-81.4265	18			SC	005		
4575150	Cokesbury	cokesbury	US		215	America/New_York	34.28929	-82.2079	193	Cokesbury,Mount Ariel		SC	047		
4575165	Cold Point	cold-point	US		0	America/New_York	34.42179	-82.04594	205	Cold Point,Coldpoint,High Point		SC	059		
4575176	Coldstream	coldstream	US		0	America/New_York	34.06682	-81.2076	91			SC	063		
4575205	Colemans Crossroads	colemans-crossroads	US		0	America/New_York	34.10541	-81.77428	146	Colemans,Colemans Cross Roads,Colemans Crossroads		SC	081		
4575211	College Acres	college-acres	US		0	America/New_York	33.49597	-81.69511	149			SC	003		
4575212	College Farms	college-farms	US		0	America/New_York	34.90292	-81.0598	168			SC	091		
4575214	College Heights	college-heights	US		0	America/New_York	34.38071	-80.0609	62			SC	031		
4575215	College Heights	college-heights	US		0	America/New_York	34.86456	-82.36123	292			SC	045		
4575228	College Terrace	college-terrace	US		0	America/New_York	33.49849	-80.8362	67			SC	075		
4575229	Colleton	colleton	US		0	America/New_York	33.03988	-80.88232	23			SC	029		
4575236	Coles Crossing	coles-crossing	US		0	America/New_York	34.16655	-79.76367	34	Coles Crossing,Coles Crossroad		SC	041		
4575251	Collins Creek	collins-creek	US		0	America/New_York	33.15739	-79.41062	6			SC	019		
4575253	Collins Creek	collins-creek	US		0	America/New_York	34.81512	-82.35345	298			SC	045		
4575258	Collins Lakeside Village	collins-lakeside-village	US		0	America/New_York	34.31401	-82.11539	157			SC	059		
4575278	Colonel Creek Landing	colonel-creek-landing	US		0	America/New_York	34.36904	-80.79703	68			SC	039		
4575281	Colonial Forest	colonial-forest	US		0	America/New_York	34.14266	-79.8409	38			SC	041		
4575289	Colonial Hills	colonial-hills	US		0	America/New_York	34.52177	-82.73208	254			SC	007		
4575290	Colonial Hills	colonial-hills	US		0	America/New_York	34.90595	-82.29706	282			SC	045		
4575294	Colonial Oaks Mobile Manor	colonial-oaks-mobile-manor	US		0	America/New_York	34.96262	-82.45346	310			SC	045		
4575295	Colonial Place	colonial-place	US		0	America/New_York	34.68121	-82.89598	267			SC	073		
4575297	Colonial Village	colonial-village	US		0	America/New_York	35.01265	-80.85563	204			SC	057		
4575300	Colony Gardens Estates	colony-gardens-estates	US		0	America/New_York	32.44464	-80.65538	3			SC	013		
4575301	Colony Hill	colony-hill	US		0	America/New_York	34.5165	-82.62624	213			SC	007		
4575302	Colony North	colony-north	US		0	America/New_York	32.94823	-80.0637	11			SC	019		
4575303	Colony Subdivision	colony-subdivision	US		0	America/New_York	34.96317	-82.30817	313			SC	045		
4575306	Colonial Estates	colonial-estates	US		0	America/New_York	33.40517	-79.27561	4			SC	043		
4575354	Comingtee	comingtee	US		0	America/New_York	33.07962	-79.91703	10	Combe-in-Tene,Coming T,Comingtee		SC	015		
4575375	Conch Creek	conch-creek	US		0	America/New_York	33.66572	-79.20171	12			SC	043		
4575394	Concord Crossroads	concord-crossroads	US		0	America/New_York	32.9921	-81.42205	67			SC	005		
4575395	Concord Estates	concord-estates	US		0	America/New_York	33.88238	-80.31925	43			SC	085		
4575424	Congaree	congaree	US		0	America/New_York	33.9046	-80.79509	67	Congaree,Congre,Grovewood,The Congarees,The Congarees Town,The Fork		SC	079		
4575425	Congaree (historical)	congaree-historical	US		0	America/New_York	33.88154	-81.23538	80			SC	063		
4575433	Congaree Gardens	congaree-gardens	US		0	America/New_York	33.89737	-81.12898	70			SC	063		
4575439	Conger Woods	conger-woods	US		0	America/New_York	33.52875	-81.72705	156			SC	003		
4575441	Conifer (historical)	conifer-historical	US		0	America/New_York	33.15239	-79.77869	10			SC	015		
4575442	Connecticut Park	connecticut-park	US		0	America/New_York	35.09318	-81.64287	208			SC	021		
4575446	Conneross (historical)	conneross-historical	US		0	America/New_York	34.71204	-83.07015	273			SC	073		
4575450	Connors (historical)	connors-historical	US		0	America/New_York	33.35239	-80.3837	35			SC	075		
4575451	Conover Hill	conover-hill	US		0	America/New_York	33.52738	-80.85398	101			SC	075		
4575459	Converse Heights	converse-heights	US		0	America/New_York	34.95012	-81.9126	241			SC	083		
4575487	Cook Corner	cook-corner	US		0	America/New_York	33.41989	-79.62701	10			SC	089		
4575490	Cook Landing	cook-landing	US		0	America/New_York	32.1952	-81.00039	3			SC	053		
4575495	Cooke Crossroads	cooke-crossroads	US		0	America/New_York	32.94823	-80.20565	9	Cooke Crossroads,Cooks Cross Roads		SC	035		
4575501	Cooks Crossroads	cooks-crossroads	US		0	America/New_York	34.72429	-82.16539	236	Cooks Cross Roads,Cooks Crossroads		SC	059		
4575513	Cool Branch	cool-branch	US		0	America/New_York	34.54931	-81.37954	163			SC	039		
4575518	Cool Spring	cool-spring	US		0	America/New_York	33.97517	-79.13698	28	Cool Spring,Cool Springs,Coolspring		SC	051		
4575524	Cool Springs	cool-springs	US		0	America/New_York	34.28765	-80.6048	75			SC	055		
4575533	Cooley Springs	cooley-springs	US		0	America/New_York	35.14123	-81.94844	279			SC	083		
4575551	Cooper Estates	cooper-estates	US		0	America/New_York	32.80073	-79.87842	4			SC	019		
4575561	Cooper River Landing	cooper-river-landing	US		0	America/New_York	32.13382	-80.869	3			SC	013		
4575568	Coopers	coopers	US		0	America/New_York	33.68906	-79.00615	2			SC	051		
4575576	Coosaw	coosaw	US		0	America/New_York	32.54519	-80.77344	4			SC	013		
4575596	Cope Heights	cope-heights	US		0	America/New_York	34.90289	-82.42096	308			SC	045		
4575609	Copp Landing	copp-landing	US		0	America/New_York	32.30631	-80.84427	5	Copp Landing,Copps Landing		SC	013		
4575616	Coquina Harbor	coquina-harbor	US		0	America/New_York	33.86378	-78.63585	4			SC	051		
4575624	Corey Point	corey-point	US		0	America/New_York	33.00989	-80.21648	27			SC	035		
4575625	Corey Wood	corey-wood	US		0	America/New_York	33.01573	-80.21843	26			SC	035		
4575626	Corinth (historical)	corinth-historical	US		0	America/New_York	34.09792	-81.62261	129			SC	081		
4575667	Cornwell	cornwell	US		0	America/New_York	34.60736	-81.17926	192	Cornwell,Cornwell Turnout		SC	023		
4575669	Corona Park	corona-park	US		0	America/New_York	33.49793	-80.82398	63			SC	075		
4575670	Coronaca	coronaca	US		191	America/New_York	34.25985	-82.09429	170	Cork,Corn Acre,Cornacre,Coronaca,Coronacay,Coronacco,Coronaco,Coronacre,Coronaka,Sims Cross Roads		SC	047		
4575675	Corsada (historical)	corsada-historical	US		0	America/New_York	33.38072	-80.1962	24			SC	015		
4575681	Cote Bas Landing	cote-bas-landing	US		0	America/New_York	33.01489	-79.92397	3			SC	015		
4575683	Cothran (historical)	cothran-historical	US		0	America/New_York	34.22373	-82.20207	204			SC	047		
4575695	Cotton Hill	cotton-hill	US		0	America/New_York	33.00906	-80.24148	22			SC	035		
4575698	Cotton (historical)	cotton-historical	US		0	America/New_York	34.83152	-81.42204	179			SC	091		
4575707	Country Acres	country-acres	US		0	America/New_York	34.56205	-82.60541	248			SC	007		
4575708	Country Club Bluff	country-club-bluff	US		0	America/New_York	32.44325	-80.654	2			SC	013		
4575709	Country Club Estates	country-club-estates	US		0	America/New_York	33.67377	-80.1998	38			SC	027		
4575710	Country Club Estates	country-club-estates	US		0	America/New_York	32.99934	-80.20343	23			SC	035		
4575711	Country Club Estates	country-club-estates	US		0	America/New_York	34.18016	-79.37144	26			SC	067		
4575712	Country Club Estates	country-club-estates	US		0	America/New_York	34.98123	-82.21289	277			SC	083		
4575713	Country Club Estates	country-club-estates	US		0	America/New_York	34.9354	-81.86455	203			SC	083		
4575714	Country Club Estates	country-club-estates	US		0	America/New_York	34.8857	-81.03813	174			SC	091		
4575715	Country Club Estates	country-club-estates	US		0	America/New_York	32.75796	-79.96592	3			SC	019		
4575716	Country Club Estates	country-club-estates	US		0	America/New_York	35.03568	-81.63676	238			SC	021		
4575717	Country Club Estates	country-club-estates	US		0	America/New_York	34.18293	-79.80367	39			SC	041		
4575718	Country Club Estates	country-club-estates	US		0	America/New_York	33.38295	-79.28533	4			SC	043		
4575719	Country Club Estates	country-club-estates	US		0	America/New_York	33.52821	-80.90648	74			SC	075		
4575720	Country Club Forest	country-club-forest	US		0	America/New_York	34.18432	-79.80867	39			SC	041		
4575721	Country Club Forest	country-club-forest	US		0	America/New_York	33.86406	-79.04281	4			SC	051		
4575722	Country Club Heights	country-club-heights	US		0	America/New_York	34.66376	-80.77368	170			SC	057		
4575723	Country Club Heights	country-club-heights	US		0	America/New_York	34.63349	-79.687	48			SC	069		
4575729	Country Colony	country-colony	US		0	America/New_York	33.48626	-80.81259	59			SC	075		
4575731	Country Estates	country-estates	US		0	America/New_York	34.52789	-82.60902	234			SC	007		
4575732	Country Homes	country-homes	US		0	America/New_York	34.21262	-82.09345	159			SC	047		
4575733	Country Manor	country-manor	US		0	America/New_York	34.15016	-79.71895	32			SC	041		
4575734	Country Oak	country-oak	US		0	America/New_York	34.31627	-79.8984	49			SC	031		
4575735	Country Oaks	country-oaks	US		0	America/New_York	34.97486	-81.08813	204			SC	091		
4575736	Country Place	country-place	US		0	America/New_York	33.55264	-81.91317	112			SC	003		
4575737	Country Place	country-place	US		0	America/New_York	34.57233	-82.60958	257			SC	007		
4575739	Country Villa Subdivision	country-villa-subdivision	US		0	America/New_York	34.77926	-83.0271	301			SC	073		
4575740	Countryside Manor	countryside-manor	US		0	America/New_York	34.79456	-82.59652	302			SC	077		
4575763	Cove Inlet	cove-inlet	US		0	America/New_York	34.70093	-82.94265	278			SC	073		
4575765	Cove Subdivision	cove-subdivision	US		0	America/New_York	34.98706	-82.18983	286			SC	083		
4575769	Coventry Estates	coventry-estates	US		0	America/New_York	34.97153	-81.05008	203			SC	091		
4575770	Coventry Place	coventry-place	US		0	America/New_York	32.95545	-80.16426	12			SC	035		
4575771	Coventry Woods	coventry-woods	US		0	America/New_York	33.99126	-81.22482	116			SC	063		
4575772	Covington Hills	covington-hills	US		0	America/New_York	32.86851	-80.05731	7			SC	019		
4575778	Couchton	couchton	US		0	America/New_York	33.56153	-81.62205	133	Couchton,Couchtown		SC	003		
4575792	Cow Head Landing	cow-head-landing	US		0	America/New_York	33.57545	-79.40895	2			SC	043		
4575798	Cow Tail (historical)	cow-tail-historical	US		0	America/New_York	33.15211	-80.60815	33			SC	035		
4575678	Cosby	cosby	US	37722	0	America/New_York	32.58185	-81.24816	13			SC	053		
4575848	Crafton (historical)	crafton-historical	US		0	America/New_York	33.64541	-81.94761	126			SC	037		
4575865	Crane Forest	crane-forest	US		0	America/New_York	34.09043	-81.05398	82			SC	079		
4575878	Cravenhill (historical)	cravenhill-historical	US		0	America/New_York	34.35459	-81.39677	116			SC	071		
4575889	Craytonville	craytonville	US		0	America/New_York	34.43622	-82.4829	247	Crayton,Craytonville		SC	007		
4575890	Creco (historical)	creco-historical	US		0	America/New_York	33.4221	-81.12954	67			SC	075		
4575894	Creek Point	creek-point	US		0	America/New_York	32.73629	-79.95648	4			SC	019		
4575895	Creekmoor	creekmoor	US		0	America/New_York	33.54793	-80.86648	70			SC	075		
4575898	Creekside Park	creekside-park	US		0	America/New_York	32.80462	-79.87203	0			SC	019		
4575899	Creekside Villas	creekside-villas	US		0	America/New_York	34.92095	-82.34484	278			SC	045		
4575900	Creekwood	creekwood	US		0	America/New_York	34.51677	-82.7568	253			SC	007		
4575901	Creekwood	creekwood	US		0	America/New_York	33.96543	-81.27482	126			SC	063		
4575902	Creekwood Hills	creekwood-hills	US		0	America/New_York	34.50372	-82.57902	222			SC	007		
4575905	Crescent Beach	crescent-beach	US		0	America/New_York	33.80767	-78.70085	5			SC	051		
4575911	Crestdale	crestdale	US		0	America/New_York	33.50153	-81.91234	87			SC	003		
4575912	Crestland	crestland	US		0	America/New_York	33.5043	-81.95039	111			SC	003		
4575913	Crestmont	crestmont	US		0	America/New_York	35.08985	-81.61815	219			SC	021		
4575922	Crestview Heights	crestview-heights	US		0	America/New_York	34.81206	-82.57069	316			SC	077		
4575923	Crestview Hills	crestview-hills	US		0	America/New_York	34.96956	-82.21872	274			SC	083		
4575929	Cribb Crossroads	cribb-crossroads	US		0	America/New_York	33.64461	-79.28477	12			SC	043		
4575931	Crichton Parish	crichton-parish	US		0	America/New_York	32.95573	-80.17037	10			SC	035		
4575941	Croft	croft	US		0	America/New_York	33.62236	-81.70094	110			SC	003		
4575946	Cromer Crossroads	cromer-crossroads	US		0	America/New_York	34.42291	-81.65538	149	Cromer Cross Roads,Cromer Crossroads		SC	071		
4575950	Crocketts Crossroad	crocketts-crossroad	US		0	America/New_York	34.69209	-80.78757	170	Crocketts Cross Roads,Crocketts Crossroad,Crocketts Crossroads		SC	057		
4575968	Muddy Creek Crossroads	muddy-creek-crossroads	US		0	America/New_York	33.7785	-79.41033	16	Crooks Cross Roads,Crooks Crossroads,Ebenezer,Muddy Creek Crossroads		SC	089		
4575971	Crosland Park	crosland-park	US		0	America/New_York	33.58181	-81.70094	159			SC	003		
4575977	Crosby (historical)	crosby-historical	US		0	America/New_York	34.43067	-82.38429	238			SC	001		
4575982	Cross Cross Roads	cross-cross-roads	US		0	America/New_York	33.34461	-80.14259	25	Cross Cross Roads,Kelley Cross Crossroads,Kelley Crossroads		SC	015		
4575987	Cross Keys	cross-keys	US		0	America/New_York	34.63208	-81.77677	192	Cross Keys,Crosskeys		SC	087		
4575995	Cross Roads	cross-roads	US		0	America/New_York	34.5976	-82.97626	282	Cross Roads,Tokeena,Tokeena Cross Roads,Tokeena Crossroads		SC	073		
4575996	Cross Roads	cross-roads	US		0	America/New_York	34.04182	-81.10676	89			SC	079		
4576051	Crosswell	crosswell	US		0	America/New_York	34.84956	-82.49402	290			SC	077		
4576059	Crosswinds	crosswinds	US		0	America/New_York	33.80295	-79.0167	12			SC	051		
4576069	Crow Hill	crow-hill	US		0	America/New_York	33.216	-79.39006	5			SC	043		
4576071	Crowburg	crowburg	US		0	America/New_York	34.78515	-80.4459	135	Croburk,Crowburg,Crowburk,Goburk		SC	025		
4576074	Crow Creek	crow-creek	US		0	America/New_York	34.92067	-82.77208	316			SC	077		
4576075	Crows (historical)	crows-historical	US		0	America/New_York	34.70346	-81.95371	217			SC	083		
4576077	Crownland Estates	crownland-estates	US		0	America/New_York	34.1571	-79.77951	36			SC	041		
4576088	Crystal Oaks	crystal-oaks	US		0	America/New_York	33.56045	-79.03309	3			SC	043		
4576090	Crystal View	crystal-view	US		0	America/New_York	33.90404	-81.15621	73			SC	063		
4576140	Cunningham Acres	cunningham-acres	US		0	America/New_York	34.88678	-82.31178	278			SC	045		
4576148	Curetons (historical)	curetons-historical	US		0	America/New_York	34.8682	-80.79174	190			SC	057		
4576159	Curtis Park	curtis-park	US		0	America/New_York	33.91044	-80.37814	53			SC	085		
4576162	Cusac Crossroads	cusac-crossroads	US		0	America/New_York	34.01738	-79.84618	32	Cusaac Cross Roads,Cusaac Crossroads,Cusac Crossroads,Jones Crossroads		SC	041		
4576166	Cutler Ridge	cutler-ridge	US		0	America/New_York	34.78401	-82.4179	290			SC	045		
4576197	Cypress Creek	cypress-creek	US		0	America/New_York	33.72906	-78.94836	5			SC	051		
4576201	Cypress Creek	cypress-creek	US		0	America/New_York	34.97874	-81.86649	245			SC	083		
4576204	Cypress Crossroads	cypress-crossroads	US		0	America/New_York	34.21682	-80.13479	58	Cypress,Cypress Cross Roads,Cypress Crossroads		SC	061		
4576208	Cypress Fork Crossroads	cypress-fork-crossroads	US		0	America/New_York	33.74711	-80.07452	29	Cypress Fork Cross Roads,Cypress Fork Crossroads		SC	027		
4576216	Cypress Point	cypress-point	US		0	America/New_York	34.17654	-79.80867	30			SC	041		
4576244	Dacusville	dacusville	US		0	America/New_York	34.93539	-82.55874	330			SC	077		
4576258	Dalby Downs	dalby-downs	US		0	America/New_York	33.52515	-80.86231	85			SC	075		
4576259	Dalcho	dalcho	US		0	America/New_York	34.36572	-79.49311	36			SC	033		
4576264	Dalewood	dalewood	US		0	America/New_York	34.24734	-82.22401	189			SC	047		
4576292	Daniel Jenkins Homes	daniel-jenkins-homes	US		0	America/New_York	32.83962	-79.96814	5			SC	019		
4576300	Dann (historical)	dann-historical	US		0	America/New_York	34.3965	-82.36401	239			SC	001		
4576304	Dantzler	dantzler	US		0	America/New_York	33.41961	-80.50398	37			SC	075		
4576308	Danwood	danwood	US		0	America/New_York	34.08544	-79.76507	33			SC	041		
4576311	Darden Terrace	darden-terrace	US		0	America/New_York	33.86045	-79.06254	6			SC	051		
4576338	Darraugh	darraugh	US		0	America/New_York	34.22206	-82.33012	183	Darraghs Turnout,Darraugh,Deriah		SC	001		
4576343	Daufuskie Landing	daufuskie-landing	US		0	America/New_York	32.10438	-80.88539	4	Daufuskie Island,Daufuskie Landing		SC	013		
4576384	Davis Crossroads	davis-crossroads	US		0	America/New_York	33.56877	-80.33286	36	Davis Cross Roads,Davis Crossroads		SC	027		
4576387	Davis Hill	davis-hill	US		0	America/New_York	32.91795	-80.5426	14			SC	029		
4576389	Davis Landing	davis-landing	US		0	America/New_York	34.02739	-79.30755	8			SC	067		
4576404	Davistown	davistown	US		0	America/New_York	34.02294	-79.53117	28	Davistown,Forestville		SC	041		
4576408	Dawkins	dawkins	US		0	America/New_York	34.3557	-81.36815	84			SC	039		
4576420	De Bordieu	de-bordieu	US		0	America/New_York	33.37239	-79.15143	1			SC	043		
4576421	De Bordieu Colony	de-bordieu-colony	US		0	America/New_York	33.36822	-79.1706	1			SC	043		
4576424	De Loach	de-loach	US		0	America/New_York	32.6599	-81.17899	33	De Loach,DeLoach		SC	049		
4576425	DeBordieu	debordieu	US		0	America/New_York	33.36906	-79.15171	1	DeBordieu,DeBordieu Colony,Debidue Beach		SC	043		
4576444	Deadfall Crossroads	deadfall-crossroads	US		0	America/New_York	34.20597	-81.70289	159	Dead Fall,Deadfall Cross Roads,Deadfall Crossroads		SC	071		
4576461	Deas Mill	deas-mill	US		0	America/New_York	34.87264	-81.07175	156			SC	091		
4576462	Deaswood	deaswood	US		0	America/New_York	34.00821	-80.96676	49			SC	079		
4576465	Deans	deans	US		0	America/New_York	34.40205	-82.68763	241	Dean,Deans,Deans Station		SC	007		
4576503	Deer Ridge Farms	deer-ridge-farms	US		0	America/New_York	33.9971	-80.79981	109			SC	079		
4576505	Deer Track Villas	deer-track-villas	US		0	America/New_York	33.6335	-78.96753	11			SC	051		
4576510	Deerfield Plantation	deerfield-plantation	US		0	America/New_York	33.63406	-78.97309	10			SC	051		
4576512	Deerwood Heights	deerwood-heights	US		0	America/New_York	32.95906	-80.06231	14			SC	019		
4576516	Del Norte Estates	del-norte-estates	US		0	America/New_York	34.88484	-82.29289	272			SC	045		
4576518	Delemar Crossroads	delemar-crossroads	US		0	America/New_York	32.84629	-80.28427	13	Delemar Crossroads,Delmar Cross Roads,Delmars Crossroads,Dorham Crossroads		SC	019		
4576522	Dell Vista Heights	dell-vista-heights	US		0	America/New_York	34.91262	-82.36734	333			SC	045		
4576523	Dellhaven	dellhaven	US		0	America/New_York	34.88928	-82.44401	309			SC	045		
4576531	Delmar Estates	delmar-estates	US		0	America/New_York	34.91401	-81.86927	218			SC	083		
4576532	Delmar Heights	delmar-heights	US		0	America/New_York	34.17377	-79.81006	38			SC	041		
4576536	Deloach (historical)	deloach-historical	US		0	America/New_York	34.1821	-80.58341	42			SC	055		
4576563	Denny	denny	US		0	America/New_York	34.06541	-81.71427	131	Crouch,Dennis Crossroads,Denny,Denny Crossroads,Dennys Cross Roads,Dennys Crossroads		SC	081		
4576564	Denny Corner	denny-corner	US		0	America/New_York	33.3035	-79.23449	1			SC	043		
4576568	Denny Terrace	denny-terrace	US		0	America/New_York	34.06543	-81.06343	91			SC	079		
4576573	Dentsville	dentsville	US		14062	America/New_York	34.06404	-80.95815	72	Dents,Dents Station,Dentsville		SC	079		
4576588	Devenger Place	devenger-place	US		0	America/New_York	34.87095	-82.30373	302			SC	045		
4576595	Devils Cross Roads	devils-cross-roads	US		0	America/New_York	34.30736	-81.61927	176			SC	071		
4576607	Devonshire	devonshire	US		0	America/New_York	34.579	-82.61208	262			SC	007		
4576608	Devonshire	devonshire	US		0	America/New_York	34.98015	-81.03647	189			SC	091		
4576617	Deweys Hill	deweys-hill	US		0	America/New_York	32.89295	-79.97759	3			SC	019		
4576627	Diamond Hill Spring (historical)	diamond-hill-spring-historical	US		0	America/New_York	34.21066	-82.71236	156			SC	001		
4576633	Dickerson Acres	dickerson-acres	US		0	America/New_York	34.50205	-82.7443	240			SC	007		
4576665	Dinber	dinber	US		0	America/New_York	34.79375	-81.20675	204			SC	023		
4576669	Dillard Crossroads	dillard-crossroads	US		0	America/New_York	34.82068	-82.09788	244			SC	083		
4576670	Dinkins Mill	dinkins-mill	US		0	America/New_York	34.04071	-80.53453	46			SC	085		
4576674	Dinkins	dinkins	US		0	America/New_York	33.95238	-80.38675	55			SC	085		
4576688	Dixiana	dixiana	US		0	America/New_York	33.91932	-81.05926	55			SC	063		
4576690	Dixie Circle	dixie-circle	US		0	America/New_York	33.51821	-80.88287	64			SC	075		
4576691	Dixie Crossing	dixie-crossing	US		0	America/New_York	33.92821	-80.55564	41			SC	085		
4576698	Dixon Crossroads	dixon-crossroads	US		0	America/New_York	34.60927	-83.1471	232	Dixon Crossroads,Dixons Crossroads		SC	073		
4576707	Dobbins Estates	dobbins-estates	US		0	America/New_York	34.52677	-82.61652	236			SC	007		
4576723	Doctor Sapps Crossroads	doctor-sapps-crossroads	US		0	America/New_York	34.79876	-80.6334	199	Doctor Sapps Cross Roads,Doctor Sapps Crossroads		SC	057		
4576731	Dodd Hill	dodd-hill	US		0	America/New_York	35.01595	-82.02122	272			SC	083		
4576747	Dog Bluff	dog-bluff	US		0	America/New_York	33.95267	-79.22449	25			SC	051		
4576748	Dog Bluff Landing	dog-bluff-landing	US		0	America/New_York	33.96628	-79.33616	7			SC	051		
4576754	Dogwood	dogwood	US		0	America/New_York	33.68823	-78.90058	6			SC	051		
4576755	Dogwood Acres	dogwood-acres	US		0	America/New_York	34.96039	-82.249	287			SC	045		
4576756	Dogwood Acres	dogwood-acres	US		0	America/New_York	34.38377	-80.03312	59			SC	031		
4576759	Dogwood Heights	dogwood-heights	US		0	America/New_York	34.53205	-82.68875	249			SC	007		
4576760	Dogwood Heights	dogwood-heights	US		0	America/New_York	34.77065	-82.95265	258			SC	073		
4576761	Dogwood Heights	dogwood-heights	US		0	America/New_York	34.66344	-82.78597	256			SC	007		
4576768	Dogwood Manor	dogwood-manor	US		0	America/New_York	33.51042	-81.70066	147			SC	003		
4576769	Dogwood Neck (historical)	dogwood-neck-historical	US		0	America/New_York	33.85406	-78.81919	10			SC	051		
4576771	Dogwood Park	dogwood-park	US		0	America/New_York	32.75796	-79.97203	6			SC	019		
4576772	Dogwood Park	dogwood-park	US		0	America/New_York	35.05818	-81.63454	249			SC	021		
4576775	Dogwood Springs Park	dogwood-springs-park	US		0	America/New_York	35.06457	-81.62704	236			SC	021		
4576777	Dogwood Gardens	dogwood-gardens	US		0	America/New_York	32.83156	-80.03398	7			SC	019		
4576780	Dominicks (historical)	dominicks-historical	US		0	America/New_York	34.09513	-82.06901	169	Dominick Station,Dominicks (historical)		SC	047		
4576781	Dominion Hills	dominion-hills	US		0	America/New_York	32.91545	-79.9962	8			SC	015		
4576782	Dominion Hills	dominion-hills	US		0	America/New_York	33.95765	-80.90231	79			SC	079		
4576794	Donaldson Heights	donaldson-heights	US		0	America/New_York	34.77706	-82.37318	284			SC	045		
4576801	Donora (historical)	donora-historical	US		0	America/New_York	33.22098	-81.5165	54	Donora (historical),Donora Station		SC	011		
4576813	Dorchee (historical)	dorchee-historical	US		0	America/New_York	33.41405	-80.29009	24			SC	075		
4576816	Dorchester (historical)	dorchester-historical	US		0	America/New_York	32.95017	-80.1712	4			SC	035		
4576826	Dorange	dorange	US		0	America/New_York	33.22266	-80.70676	38	Dorange,Mount Tabor		SC	035		
4576827	Dorchester Estates	dorchester-estates	US		0	America/New_York	32.96795	-80.19676	22			SC	035		
4576829	Dorchester Manor	dorchester-manor	US		0	America/New_York	32.92462	-80.10204	12			SC	035		
4576833	Dorchester Crossing	dorchester-crossing	US		0	America/New_York	32.95851	-80.16482	12			SC	035		
4576834	Doris Heights	doris-heights	US		0	America/New_York	34.68955	-82.92431	302			SC	073		
4576838	Dornville (historical)	dornville-historical	US		0	America/New_York	33.91874	-82.24096	147			SC	065		
4576841	Dorseytown	dorseytown	US		0	America/New_York	33.61656	-79.47478	11			SC	089		
4576842	Dosheno	dosheno	US		0	America/New_York	34.47789	-82.45179	254	Docheno,Dosheno		SC	007		
4576873	Doubling (historical)	doubling-historical	US		0	America/New_York	34.54734	-82.06927	232			SC	059		
4576895	Douthit Hills	douthit-hills	US		0	America/New_York	34.68149	-82.82903	248			SC	077		
4576896	Dove Tree	dove-tree	US		0	America/New_York	34.84595	-82.29012	289			SC	045		
4576897	Dover (historical)	dover-historical	US		0	America/New_York	34.23567	-82.48179	176			SC	001		
4576898	Dover (historical)	dover-historical	US		0	America/New_York	34.45791	-81.82427	193			SC	059		
4576900	Dovesville	dovesville	US		0	America/New_York	34.40238	-79.89506	55	Doves,Doves Depot,Dovesville		SC	031		
4576908	Dowlingwood	dowlingwood	US		0	America/New_York	32.38603	-80.73594	6			SC	013		
4576911	Downs Siding	downs-siding	US		0	America/New_York	34.24484	-82.2204	189	Downs,Downs Siding		SC	047		
4576922	Drawdy	drawdy	US		0	America/New_York	32.84795	-80.62483	10	Drawd,Drawdy		SC	029		
4576936	Draytonville	draytonville	US		0	America/New_York	35.04957	-81.59371	252			SC	021		
4576942	Dreher Colony	dreher-colony	US		0	America/New_York	34.7979	-82.38096	271			SC	045		
4576945	Dresden (historical)	dresden-historical	US		0	America/New_York	34.10956	-82.53513	128			SC	001		
4576948	Drexel Lake Hills	drexel-lake-hills	US		0	America/New_York	34.06126	-80.91648	89			SC	079		
4576949	Drigger Crossroads	drigger-crossroads	US		0	America/New_York	32.92906	-80.5801	11	Drigger Crossroad,Drigger Crossroads		SC	029		
4576951	Driggerstown	driggerstown	US		0	America/New_York	33.03045	-80.0912	20			SC	015		
4576954	Druid Hills	druid-hills	US		0	America/New_York	34.22984	-82.1854	196			SC	047		
4577008	DuBose	dubose	US		0	America/New_York	34.05349	-80.34591	53	DuBose,Dubose		SC	085		
4577010	DuBose Crossroads	dubose-crossroads	US		0	America/New_York	34.07877	-80.31702	55	Du Bose Crossroads,DuBose Crossroads,Dubose		SC	061		
4577012	Du Bose Park	du-bose-park	US		0	America/New_York	34.24793	-80.58313	55	Du Bose Park,DuBose Park		SC	055		
4577014	Dubose Crossroads	dubose-crossroads	US		0	America/New_York	34.25682	-79.98229	54	Dubose Cross Roads,Dubose Crossroads		SC	031		
4577050	Duford	duford	US		0	America/New_York	34.19128	-79.06392	27	Duford,Duford Cross Roads,Dunford,Floyds		SC	051		
4577060	Dukes	dukes	US		0	America/New_York	32.89766	-81.23788	31			SC	049		
4577066	Duke (historical)	duke-historical	US		0	America/New_York	34.21261	-82.70291	189			SC	001		
4577070	Dunbar Landing	dunbar-landing	US		0	America/New_York	33.53572	-79.35005	5			SC	043		
4577079	Dunbarton (historical)	dunbarton-historical	US		0	America/New_York	33.19598	-81.539	85			SC	011		
4577081	Dunbarton Oaks	dunbarton-oaks	US		0	America/New_York	33.53569	-81.71233	153			SC	003		
4577087	Duncan Chapel	duncan-chapel	US		0	America/New_York	33.29599	-80.56037	32			SC	035		
4577093	Dunagin	dunagin	US		0	America/New_York	34.97151	-81.85566	230			SC	083		
4577116	Duncan Township	duncan-township	US		0	America/New_York	34.56317	-82.26762	230			SC	045		
4577119	Dundee Acres	dundee-acres	US		0	America/New_York	34.60405	-79.70839	43			SC	069		
4577121	Dunean	dunean	US		3671	America/New_York	34.82484	-82.41929	304			SC	045		
4577123	Dunes Cove	dunes-cove	US		0	America/New_York	33.77184	-78.79641	11			SC	051		
4577129	Dunhill	dunhill	US		0	America/New_York	34.54649	-82.71958	242			SC	007		
4577130	Dunlap Terrace	dunlap-terrace	US		0	America/New_York	34.39599	-80.08673	68			SC	031		
4577131	Dunlape Crossroads	dunlape-crossroads	US		0	America/New_York	34.06516	-80.13507	48			SC	061		
4577145	Dunston Hills	dunston-hills	US		0	America/New_York	34.06404	-81.06843	93			SC	079		
4577170	Dusty Bend	dusty-bend	US		0	America/New_York	34.27098	-80.60952	82			SC	055		
4577176	Dutch Square	dutch-square	US		0	America/New_York	34.0271	-81.0837	91			SC	079		
4577178	Dutch Village	dutch-village	US		0	America/New_York	34.11543	-81.16093	78			SC	079		
4577179	Dutchbrook	dutchbrook	US		0	America/New_York	34.03321	-81.09871	88			SC	079		
4577180	Dutchman	dutchman	US		0	America/New_York	34.74152	-81.84316	197			SC	083		
4577181	Dutchman Acres	dutchman-acres	US		0	America/New_York	33.92376	-81.14565	74			SC	063		
4577182	Dutchman Creek	dutchman-creek	US		0	America/New_York	34.4232	-80.8848	72			SC	039		
4577184	Dutch Fork	dutch-fork	US		0	America/New_York	34.76065	-83.04765	300			SC	073		
4577186	Dutchman Shores	dutchman-shores	US		0	America/New_York	34.12459	-81.34621	124			SC	063		
4576875	Douglas	douglas	US	01516	0	America/New_York	34.66487	-80.80952	166			SC	057		
4577194	Dwight Crossroads	dwight-crossroads	US		0	America/New_York	34.74432	-80.6259	206	Dwight Cross Roads,Dwight Crossroads		SC	057		
4577199	Dyers Hill	dyers-hill	US		0	America/New_York	34.58293	-79.7609	40			SC	069		
4577204	Dyson	dyson	US		0	America/New_York	34.1618	-81.93234	124			SC	047		
4577227	Eadytown	eadytown	US		0	America/New_York	33.41239	-80.14703	26	Eady Town,Eadysville,Eadytown,Lincolnville		SC	015		
4577230	Eagle Crest	eagle-crest	US		0	America/New_York	33.56267	-79.04282	7			SC	043		
4577242	Earle (historical)	earle-historical	US		0	America/New_York	33.65764	-81.56983	99			SC	003		
4577250	Earles Grove	earles-grove	US		0	America/New_York	34.56677	-82.99182	277			SC	073		
4577257	Earlwood Park	earlwood-park	US		0	America/New_York	34.32904	-79.89145	47			SC	031		
4577287	Earlys Crossroads	earlys-crossroads	US		0	America/New_York	34.30043	-79.97395	55	Coffee Town,Earlys Cross Roads,Earlys Crossroads		SC	031		
4577293	East Chester	east-chester	US		0	America/New_York	33.70212	-78.87197	8			SC	051		
4577314	East Gaffney	east-gaffney	US		3085	America/New_York	35.08013	-81.63287	235			SC	021		
4577315	East Gantt	east-gantt	US		0	America/New_York	34.76817	-82.38457	286			SC	045		
4577317	East Gate Village	east-gate-village	US		0	America/New_York	34.88734	-82.29706	268			SC	045		
4577319	East Highland Estates	east-highland-estates	US		0	America/New_York	34.83678	-82.35956	308			SC	045		
4577322	East Lake	east-lake	US		0	America/New_York	34.10404	-81.22649	115			SC	079		
4577323	East Lake Hills	east-lake-hills	US		0	America/New_York	34.07571	-80.93592	73			SC	079		
4577339	East Shore	east-shore	US		0	America/New_York	34.08987	-81.23037	121			SC	063		
4577346	East Spartanburg	east-spartanburg	US		0	America/New_York	34.93262	-81.89149	233			SC	083		
4577347	East Sumter	east-sumter	US		1343	America/New_York	33.92544	-80.29619	44			SC	085		
4577348	East Sunway Knolls	east-sunway-knolls	US		0	America/New_York	33.94877	-80.38453	55			SC	085		
4577352	East View Estates	east-view-estates	US		0	America/New_York	34.1446	-79.72506	33			SC	041		
4577355	East View	east-view	US		0	America/New_York	34.63984	-82.43707	240			SC	045		
4577359	Eastatoe	eastatoe	US		0	America/New_York	34.95205	-82.90042	249	Eastatoe,Eastatoee		SC	077		
4577360	Eastbriar	eastbriar	US		0	America/New_York	34.69983	-82.7907	258			SC	077		
4577361	Eastcliff	eastcliff	US		0	America/New_York	34.77232	-83.02043	300			SC	073		
4577366	Easterly Heights	easterly-heights	US		0	America/New_York	35.11902	-81.50259	236			SC	021		
4577374	Eastmont	eastmont	US		0	America/New_York	33.96127	-80.92231	70			SC	079		
4577394	Eastway Park	eastway-park	US		0	America/New_York	33.9321	-80.97204	47			SC	079		
4577403	Ebenezer	ebenezer	US		0	America/New_York	33.256	-80.32482	24			SC	015		
4577404	Ebenezer	ebenezer	US		0	America/New_York	34.17599	-79.85145	43			SC	041		
4577405	Ebenezer	ebenezer	US		0	America/New_York	34.7801	-83.00043	313			SC	073		
4577406	Ebenezer	ebenezer	US		0	America/New_York	34.95709	-81.04647	209	Ebenezer,Ebenezerville		SC	091		
4577508	Eastminster	eastminster	US		0	America/New_York	34.65926	-83.08432	276			SC	073		
4577515	Eddy Lake (historical)	eddy-lake-historical	US		0	America/New_York	33.65017	-79.1206	9			SC	051		
4577523	Edens (historical)	edens-historical	US		0	America/New_York	34.57568	-82.18372	227	Edens (historical),Woodville		SC	059		
4577528	Edenwood	edenwood	US		0	America/New_York	33.95376	-81.05982	61			SC	063		
4577537	Edgefield Heights	edgefield-heights	US		0	America/New_York	33.5043	-81.95623	119			SC	003		
4577540	Edgemere	edgemere	US		0	America/New_York	34.22318	-82.18484	197			SC	047		
4577545	Edgewater Park	edgewater-park	US		0	America/New_York	32.77184	-80.00148	5			SC	019		
4577557	Edisto	edisto	US		2559	America/New_York	33.47654	-80.8987	67			SC	075		
4577558	Edisto Beach	edisto-beach	US		415	America/New_York	32.47936	-80.33482	2			SC	029		
4577566	Edisto Club	edisto-club	US		0	America/New_York	33.40293	-81.15621	54			SC	009		
4577589	Edistone (historical)	edistone-historical	US		0	America/New_York	33.46821	-80.88426	57			SC	075		
4577604	Edwards Forest Heights	edwards-forest-heights	US		0	America/New_York	34.92651	-82.31623	292			SC	045		
4577635	Eison Crossroads	eison-crossroads	US		0	America/New_York	34.46875	-81.63622	157	Eison Cross Roads,Eison Crossroads		SC	071		
4577636	El Bethel	el-bethel	US		0	America/New_York	33.86406	-79.09143	8			SC	051		
4577639	Elaine Heights	elaine-heights	US		0	America/New_York	34.83595	-82.57235	308			SC	077		
4577646	Ekom	ekom	US		0	America/New_York	34.43151	-82.14066	195	Duvalls Crossroad,Duvalls Crossroads,Ekom,Ekom Crossroads,Simpsons Mill		SC	059		
4577651	Eleven Oaks	eleven-oaks	US		0	America/New_York	34.73343	-82.98459	275			SC	073		
4577655	Elgin Acres	elgin-acres	US		0	America/New_York	34.18543	-80.78425	103			SC	055		
4577658	Elgin Woods	elgin-woods	US		0	America/New_York	34.68432	-80.70535	167			SC	057		
4577680	Elizabeth Heights	elizabeth-heights	US		0	America/New_York	34.79567	-82.44457	279			SC	045		
4577688	Ella	ella	US		0	America/New_York	34.06431	-81.42594	131			SC	063		
4577691	Ellenwood Acres	ellenwood-acres	US		0	America/New_York	34.16957	-82.18734	181			SC	047		
4577693	Ellerbee (historical)	ellerbee-historical	US		0	America/New_York	34.12876	-80.55341	52			SC	055		
4577694	Ellerbee (historical)	ellerbee-historical	US		0	America/New_York	34.1096	-80.54703	58			SC	085		
4577695	Ellerbees Mill	ellerbees-mill	US		0	America/New_York	34.06793	-80.53175	46	Ellerbee Mill,Ellerbees Mill		SC	085		
4577698	Elleston Acres	elleston-acres	US		0	America/New_York	34.85456	-82.3729	287			SC	045		
4577717	Ellis (historical)	ellis-historical	US		0	America/New_York	34.13291	-81.77289	164			SC	081		
4577724	Ellenton (historical)	ellenton-historical	US		0	America/New_York	33.19876	-81.75595	28			SC	011		
4577732	Ellwood	ellwood	US		0	America/New_York	33.111	-79.93619	13			SC	015		
4577733	Elm Abode	elm-abode	US		0	America/New_York	34.03182	-81.08176	83			SC	079		
4577760	Embree	embree	US		0	America/New_York	33.25794	-80.89204	31	Edisto,Embree		SC	009		
4577763	Emerald Place	emerald-place	US		0	America/New_York	34.20818	-82.11401	170			SC	047		
4577764	Emerald Valley	emerald-valley	US		0	America/New_York	34.04515	-81.08454	62			SC	079		
4577798	Enchanted Forest	enchanted-forest	US		0	America/New_York	34.87178	-82.46207	307			SC	045		
4577799	Enchanted Hills	enchanted-hills	US		0	America/New_York	34.70705	-82.91042	274			SC	073		
4577800	Enchanted Meadows	enchanted-meadows	US		0	America/New_York	34.15932	-79.80367	35			SC	041		
4577803	English (historical)	english-historical	US		0	America/New_York	34.07793	-80.69453	59			SC	079		
4577805	English Crossroads	english-crossroads	US		0	America/New_York	34.11571	-80.2223	55	English Crossroads,Englishs Cross Roads		SC	061		
4577806	English Gardens	english-gardens	US		0	America/New_York	35.00708	-81.21813	199			SC	091		
4577841	Enoree Hills	enoree-hills	US		0	America/New_York	34.90651	-82.28178	263			SC	045		
4577844	Enos	enos	US		0	America/New_York	33.79738	-81.0462	70			SC	017		
4577845	Ensenaka (historical)	ensenaka-historical	US		0	America/New_York	34.6801	-82.85487	214			SC	073		
4577855	Enterprise Landing	enterprise-landing	US		0	America/New_York	33.66906	-79.06059	0	Enterprise,Enterprise Landing		SC	051		
4577880	Erie (historical)	erie-historical	US		0	America/New_York	34.47234	-82.27067	220			SC	059		
4577884	Erskine Estates	erskine-estates	US		0	America/New_York	34.50289	-82.57263	238			SC	007		
4577888	Erwin Park	erwin-park	US		0	America/New_York	34.34015	-80.04729	63			SC	031		
4577891	Erwinwood Acres	erwinwood-acres	US		0	America/New_York	34.69042	-80.80452	165			SC	057		
4577893	Essex Village	essex-village	US		0	America/New_York	32.79518	-80.04287	7			SC	019		
4577910	Ethon Crossroads	ethon-crossroads	US		0	America/New_York	33.93126	-81.31288	140	Ethon,Ethon Crossroads		SC	063		
4577911	Etta (historical)	etta-historical	US		0	America/New_York	34.9293	-81.49009	168	Etta (historical),Etta Jane		SC	021		
4577920	Eulonia	eulonia	US		0	America/New_York	33.98655	-79.38339	12			SC	067		
4577930	Eureka Mill	eureka-mill	US		1476	America/New_York	34.71764	-81.1937	158			SC	023		
4577932	Eureka Mills	eureka-mills	US		0	America/New_York	34.71819	-81.19703	163	Eureka Mills,New Village		SC	023		
4577939	Eulala	eulala	US		0	America/New_York	34.03069	-81.91928	173			SC	081		
4577946	Evans Acres	evans-acres	US		0	America/New_York	34.90485	-81.95594	225			SC	083		
4577948	Eutaw Springs	eutaw-springs	US		0	America/New_York	33.40683	-80.30092	26	Eutaw Springs,Hutaw Springs		SC	075		
4577951	Evans Crossroads	evans-crossroads	US		0	America/New_York	33.96405	-79.51422	23			SC	041		
4577955	Evans Mill	evans-mill	US		0	America/New_York	34.72682	-80.35007	144			SC	025		
4577961	Evanston Estates	evanston-estates	US		0	America/New_York	32.85684	-80.04926	11			SC	019		
4577970	Everetts (historical)	everetts-historical	US		0	America/New_York	34.67293	-79.78867	35	Everett,Everetts (historical)		SC	069		
4577973	Evergreen Acres	evergreen-acres	US		0	America/New_York	34.72848	-80.70257	181			SC	057		
4577988	Evergreen Hills	evergreen-hills	US		0	America/New_York	34.51955	-82.68625	238			SC	007		
4578002	Excelsior (historical)	excelsior-historical	US		0	America/New_York	34.69599	-79.93173	53			SC	025		
4578010	Ezell (historical)	ezell-historical	US		0	America/New_York	35.1379	-81.81677	296			SC	021		
4578012	Evinsville	evinsville	US		0	America/New_York	34.68374	-81.88788	211			SC	083		
4578022	Faber Place	faber-place	US		0	America/New_York	32.84629	-80.02981	11			SC	019		
4578053	Fairfield Acres	fairfield-acres	US		0	America/New_York	34.51955	-82.82764	228			SC	007		
4578054	Fairfield Acres	fairfield-acres	US		0	America/New_York	34.77317	-82.39429	290			SC	045		
4578055	Fairfield Acres	fairfield-acres	US		0	America/New_York	34.49177	-82.6068	233			SC	007		
4578056	Fairfield Arms	fairfield-arms	US		0	America/New_York	34.05988	-81.02787	110			SC	079		
4578077	Fairfield Terrace	fairfield-terrace	US		0	America/New_York	34.07932	-81.02759	73			SC	079		
4578088	Fairhill	fairhill	US		0	America/New_York	33.95682	-81.12426	89			SC	063		
4578090	Fairlane Estates	fairlane-estates	US		0	America/New_York	34.1696	-79.76617	33			SC	041		
4578094	Fairlawn Terrace	fairlawn-terrace	US		0	America/New_York	32.97517	-80.14009	16			SC	035		
4578098	Fairmont Mills	fairmont-mills	US		0	America/New_York	34.92873	-82.05983	242	Fairmont,Fairmont Mills		SC	083		
4578101	Fairplay Shores	fairplay-shores	US		0	America/New_York	34.5051	-83.04459	207			SC	073		
4578103	Fairs Crossroads	fairs-crossroads	US		0	America/New_York	34.28122	-82.43179	185	Fairs Cross Roads,Fairs Crossroads		SC	001		
4578104	Fairtraid	fairtraid	US		0	America/New_York	33.87378	-78.97948	13			SC	051		
4578142	Fairview Crossroads	fairview-crossroads	US		0	America/New_York	33.75876	-81.36621	143			SC	063		
4578145	Fairview Gardens	fairview-gardens	US		0	America/New_York	33.50652	-81.97345	120			SC	003		
4578167	Fairview Shores	fairview-shores	US		0	America/New_York	34.74204	-82.94682	280			SC	073		
4578168	Fairway Bridge	fairway-bridge	US		0	America/New_York	35.1057	-81.06646	198			SC	091		
4578169	Fairway Estates	fairway-estates	US		0	America/New_York	34.97928	-82.21733	257			SC	083		
4578170	Fairway Oaks	fairway-oaks	US		0	America/New_York	32.1391	-80.7915	3			SC	013		
4578171	Fairway Park	fairway-park	US		0	America/New_York	33.71712	-78.85891	10			SC	051		
4578172	Fairwold	fairwold	US		0	America/New_York	34.06099	-80.99148	98			SC	079		
4578227	Farmfields	farmfields	US		0	America/New_York	34.98707	-81.89649	249			SC	083		
4578229	Farmington Acres	farmington-acres	US		0	America/New_York	34.86817	-82.45901	310			SC	045		
4578230	Farmwood	farmwood	US		0	America/New_York	34.17793	-79.8859	41			SC	041		
4578233	Farrell Crossroads	farrell-crossroads	US		0	America/New_York	33.21405	-80.87343	37	Farrel Crossroads,Farrell Crossroads,Farrells Cross Roads,Farrells Crossroads,Farrels Cross Roads,Farrels Crossroads		SC	009		
4578234	Farrells Mill	farrells-mill	US		0	America/New_York	33.33876	-81.35149	69			SC	011		
4578235	Farrowoods	farrowoods	US		0	America/New_York	34.10349	-80.94064	97			SC	079		
4578243	Farewell Corner	farewell-corner	US		0	America/New_York	33.22295	-79.7473	15	Amen Crossing,Farewell Corner		SC	015		
4578247	Feasterville	feasterville	US		0	America/New_York	34.50236	-81.36037	146			SC	039		
4578253	Fechtig	fechtig	US		0	America/New_York	32.76906	-80.964	25			SC	049		
4578255	Fawn Brook	fawn-brook	US		0	America/New_York	34.1829	-82.2304	190			SC	047		
4578256	Felder	felder	US		0	America/New_York	33.43265	-80.8512	59			SC	075		
4578259	Felderville	felderville	US		0	America/New_York	33.4635	-80.5437	46	Feldersville,Felderville		SC	075		
4578282	Fendall	fendall	US		0	America/New_York	34.13905	-79.68784	31			SC	041		
4578286	Fennell Hill Landing	fennell-hill-landing	US		0	America/New_York	32.92794	-81.48955	20	Fennel Hill Landing,Fennell Hill Landing		SC	005		
4578288	Fenwick Crossroads	fenwick-crossroads	US		0	America/New_York	32.72073	-80.08232	11			SC	019		
4578290	Fenwick Grove	fenwick-grove	US		0	America/New_York	34.14043	-79.73867	34			SC	041		
4578292	Fenwick Hills	fenwick-hills	US		0	America/New_York	32.7349	-80.07371	11			SC	019		
4578294	Ferguson (historical)	ferguson-historical	US		0	America/New_York	33.43211	-80.28037	22			SC	075		
4578298	Ferguson Landing	ferguson-landing	US		0	America/New_York	33.43072	-80.28092	22	Ferguson Landing,Ferguson's Landing		SC	075		
4578300	Fern Creek	fern-creek	US		0	America/New_York	34.75651	-82.34012	240			SC	045		
4578307	Fernwood Acres	fernwood-acres	US		0	America/New_York	34.77037	-82.99848	302			SC	073		
4578309	Fernwood Farms	fernwood-farms	US		0	America/New_York	34.96262	-81.89149	225			SC	083		
4578316	Fersners	fersners	US		0	America/New_York	33.53904	-80.7662	61			SC	075		
4578317	Fetteressa	fetteressa	US		0	America/New_York	32.85434	-80.04342	11			SC	019		
4578332	Fieldcrest Acres	fieldcrest-acres	US		0	America/New_York	34.50844	-82.72264	229			SC	007		
4578342	Fifty Eight (historical)	fifty-eight-historical	US		0	America/New_York	33.23488	-80.75537	42	Fifty Eight (historical),Fifty-eight Mile Pump,Fifty-eight Mile Turnout		SC	075		
4578345	Filbert	filbert	US		0	America/New_York	35.04875	-81.25424	244			SC	091		
4578355	Finklea	finklea	US		0	America/New_York	34.09822	-78.97836	26	Finklea,Finklea Crossroads		SC	051		
4578569	Fisher Hill	fisher-hill	US		0	America/New_York	34.67627	-79.93118	56	Fisher Hill,Fishers Hill		SC	025		
4578599	Five Forks	five-forks	US		0	America/New_York	34.63289	-82.67041	272	Bruno,Five Forks,Septus		SC	007		
4578600	Five Forks	five-forks	US		0	America/New_York	34.74182	-80.45312	208			SC	025		
4578601	Five Forks	five-forks	US		0	America/New_York	34.47933	-79.32115	44			SC	033		
4578602	Five Forks	five-forks	US		14140	America/New_York	34.80484	-82.22956	267			SC	045		
4578603	Five Forks	five-forks	US		0	America/New_York	34.5521	-79.59755	39			SC	069		
4578604	Five Forks	five-forks	US		0	America/New_York	34.76622	-82.65597	293			SC	077		
4578609	Five Oaks	five-oaks	US		0	America/New_York	35.1715	-82.16789	286			SC	083		
4578650	Flat Rock (historical)	flat-rock-historical	US		0	America/New_York	34.8618	-81.59482	205			SC	087		
4578682	Flat Shoals	flat-shoals	US		0	America/New_York	34.85787	-83.01515	325			SC	073		
4578700	Fleet	fleet	US		0	America/New_York	33.95905	-79.52645	24			SC	041		
4578701	Fleming Crossroad	fleming-crossroad	US		0	America/New_York	34.67765	-80.76174	175	Fleming Cross Roads,Fleming Crossroad,Fleming Crossroads		SC	057		
4578705	Flemingtown	flemingtown	US		0	America/New_York	33.95766	-79.5095	22			SC	041		
4578713	Flinns Crossroads	flinns-crossroads	US		0	America/New_York	34.32376	-80.04145	63	Flinns Cross Roads,Flinns Crossroads		SC	031		
4578762	Floricane (historical)	floricane-historical	US		0	America/New_York	33.42711	-79.86869	7	Floricane (historical),Flouricane,Flower Town		SC	015		
4578767	Flowers Heights	flowers-heights	US		0	America/New_York	33.91682	-80.36508	49			SC	085		
4578771	Flowertown Estates	flowertown-estates	US		0	America/New_York	33.03878	-80.1787	31			SC	035		
4578772	Flowertown Village	flowertown-village	US		0	America/New_York	32.99434	-80.22343	20			SC	035		
4578783	Floydale	floydale	US		0	America/New_York	34.32377	-79.33616	32	Floyd Dale,Floydale		SC	033		
4578786	Floyds Crossroads	floyds-crossroads	US		0	America/New_York	34.21461	-79.10754	22	Floyds,Floyds Crossroads		SC	051		
4578792	Fogles (historical)	fogles-historical	US		0	America/New_York	33.33988	-81.18038	82			SC	009		
4578797	Folkestone	folkestone	US		0	America/New_York	34.10293	-80.93564	84			SC	079		
4578809	Folly Field	folly-field	US		0	America/New_York	32.20215	-80.69039	3	Folly Field,Folly Field Beach		SC	013		
4578817	Folsom Park	folsom-park	US		0	America/New_York	33.94599	-80.36536	52			SC	085		
4578825	Forbes Corner	forbes-corner	US		0	America/New_York	33.48128	-79.42728	12			SC	043		
4578839	Forest Acres	forest-acres	US		0	America/New_York	33.10434	-80.09842	30			SC	015		
4578840	Forest Acres	forest-acres	US		0	America/New_York	34.80759	-83.05348	320			SC	073		
4578841	Forest Acres	forest-acres	US		10615	America/New_York	34.01932	-80.98981	75			SC	079		
4578842	Forest Acres	forest-acres	US		0	America/New_York	35.00987	-81.03924	189			SC	091		
4578843	Forest Acres	forest-acres	US		0	America/New_York	34.32654	-79.8734	45			SC	031		
4578844	Forest Acres	forest-acres	US		0	America/New_York	34.36099	-80.11812	70			SC	031		
4578845	Forest Acres	forest-acres	US		0	America/New_York	33.53488	-80.85981	77			SC	075		
4578846	Forest Acres	forest-acres	US		0	America/New_York	34.82151	-82.56263	322			SC	077		
4578849	Forest Acres West	forest-acres-west	US		0	America/New_York	32.79295	-80.00315	7			SC	019		
4578850	Forest Beach	forest-beach	US		0	America/New_York	32.1466	-80.74372	3			SC	013		
4578856	Forest Dunes	forest-dunes	US		0	America/New_York	33.73767	-78.82669	6			SC	051		
4578857	Forest Fields	forest-fields	US		0	America/New_York	32.40936	-80.73872	4			SC	013		
4578858	Forest Heights	forest-heights	US		0	America/New_York	33.88571	-80.30452	45			SC	085		
4578859	Forest Heights	forest-heights	US		0	America/New_York	33.52903	-81.71011	150			SC	003		
4578860	Forest Heights	forest-heights	US		0	America/New_York	34.25154	-80.56841	60			SC	055		
4578886	Forest Lake Estates	forest-lake-estates	US		0	America/New_York	33.85155	-80.41342	50			SC	085		
4578887	Forest Lake Estates	forest-lake-estates	US		0	America/New_York	33.54849	-80.90537	85			SC	075		
4578888	Forest Lake Homes	forest-lake-homes	US		0	America/New_York	35.10707	-81.64232	227			SC	021		
4578891	Forest Lake South	forest-lake-south	US		0	America/New_York	34.15405	-79.84229	37			SC	041		
4578901	Forest Trace	forest-trace	US		0	America/New_York	34.04015	-80.98148	69			SC	079		
4578902	Forest Trail	forest-trail	US		0	America/New_York	32.80129	-79.7623	1			SC	019		
4578903	Forest View	forest-view	US		0	America/New_York	34.88901	-82.36568	320			SC	045		
4578904	Forestbrook	forestbrook	US		4612	America/New_York	33.72239	-78.95809	5			SC	051		
4578906	Forestdale Heights	forestdale-heights	US		0	America/New_York	34.88928	-82.32623	288			SC	045		
4578915	Forestwood Estates	forestwood-estates	US		0	America/New_York	34.08987	-80.93342	90			SC	079		
4578926	Fork Hill Crossroads	fork-hill-crossroads	US		0	America/New_York	34.66432	-80.62035	192	Fork Hill,Fork Hill Cross Roads,Fork Hill Crossroads		SC	057		
4578934	Fork Shoals	fork-shoals	US		0	America/New_York	34.62262	-82.30679	219	Fork Shoals,Forkshoals		SC	045		
4578951	Forrest Hills	forrest-hills	US		0	America/New_York	34.3446	-79.44255	33			SC	033		
4578952	Forrest Park	forrest-park	US		0	America/New_York	33.60153	-81.729	155			SC	003		
4578953	Forrester Woods	forrester-woods	US		0	America/New_York	34.80429	-82.3004	287			SC	045		
4578957	Fort Bull	fort-bull	US		0	America/New_York	32.84184	-80.0562	11			SC	019		
4578960	Fort Corner	fort-corner	US		0	America/New_York	33.07906	-79.62563	9			SC	019		
4578961	Fort Fremont	fort-fremont	US		0	America/New_York	32.30853	-80.63789	3			SC	013		
4578987	Fort Motte	fort-motte	US		0	America/New_York	33.73904	-80.69259	40	Fort Motte,Mount Joseph		SC	017		
4578990	Fort Moultrie	fort-moultrie	US		0	America/New_York	32.75907	-79.85786	3	Fort Moultri,Fort Moultrie,Fort Sullivan,pwrt mwltry,Форт Моултрі,פורט מולטרי		SC	019		
4578993	Fort Prince Farms	fort-prince-farms	US		0	America/New_York	34.97234	-82.05733	272			SC	083		
4579009	Fort Johnson Estates	fort-johnson-estates	US		0	America/New_York	32.74212	-79.90842	6			SC	019		
4579013	Foster Corner	foster-corner	US		0	America/New_York	33.32072	-79.42478	5			SC	043		
4579020	Foster Mill	foster-mill	US		0	America/New_York	34.85596	-81.8276	163	Foster Mill,Fosters Mill		SC	083		
4579793	Gilliard	gilliard	US		0	America/New_York	33.51434	-79.21005	6			SC	043		
4579031	Fosters Crossroads	fosters-crossroads	US		0	America/New_York	34.78654	-80.84118	184	Foster Crossroads,Fosters Cross Roads,Fosters Crossroads		SC	057		
4579032	Fosters Grove	fosters-grove	US		0	America/New_York	35.0629	-81.89705	264			SC	083		
4579045	Fountain Lake	fountain-lake	US		0	America/New_York	33.41739	-80.32648	26			SC	075		
4579064	Four Holes	four-holes	US		0	America/New_York	33.2785	-80.43315	23	Four Hole Station,Four Holes		SC	075		
4579071	Four Seasons	four-seasons	US		0	America/New_York	34.2032	-80.72342	82			SC	055		
4579098	Fox Bank (historical)	fox-bank-historical	US		0	America/New_York	33.11906	-80.06092	18			SC	015		
4579109	Fox Hollow	fox-hollow	US		0	America/New_York	34.3946	-80.10257	78			SC	031		
4579113	Fox Run	fox-run	US		0	America/New_York	34.70705	-82.93126	282			SC	073		
4579117	Fox Hunt	fox-hunt	US		0	America/New_York	34.9104	-82.02038	246			SC	083		
4579120	Foxborough	foxborough	US		0	America/New_York	33.02239	-80.05036	18			SC	015		
4579121	Foxchase	foxchase	US		0	America/New_York	33.53347	-81.76039	148			SC	003		
4579122	Foxcroft	foxcroft	US		0	America/New_York	34.20571	-79.84395	41			SC	041		
4579123	Foxcroft	foxcroft	US		0	America/New_York	34.86678	-82.30206	304			SC	045		
4579124	Foxhall	foxhall	US		0	America/New_York	34.03349	-80.98759	75			SC	079		
4579125	Foxtown	foxtown	US		0	America/New_York	33.7132	-81.56955	148	Fox Cross Roads,Fox Crossroads,Foxtown		SC	003		
4579126	Foxville	foxville	US		0	America/New_York	33.88599	-80.55592	37	Camden Junction,Foxville		SC	085		
4579127	Foxville Crossroads	foxville-crossroads	US		0	America/New_York	34.38956	-82.35873	232	Foxville Cross Roads,Foxville Crossroads		SC	001		
4579138	Francis Marion Estates	francis-marion-estates	US		0	America/New_York	33.5285	-79.422	12			SC	043		
4579150	Franklin Hills	franklin-hills	US		0	America/New_York	34.80567	-82.33401	295			SC	045		
4579152	Franklin Place	franklin-place	US		0	America/New_York	34.55316	-82.65541	233			SC	007		
4579154	Franklin Village	franklin-village	US		0	America/New_York	34.94068	-82.00344	262			SC	083		
4579158	Fraserville	fraserville	US		0	America/New_York	33.44295	-79.13115	6			SC	043		
4579162	Frazier Hill	frazier-hill	US		0	America/New_York	33.20434	-80.0298	21			SC	015		
4579181	Freedman	freedman	US		0	America/New_York	32.53657	-80.29482	5	Freedman,Freedman's,Freedmans		SC	019		
4579194	Freemont	freemont	US		0	America/New_York	33.94295	-78.74557	13			SC	051		
4579216	Friarsgate	friarsgate	US		0	America/New_York	34.10209	-81.20287	104			SC	079		
4579222	Frieds Bay	frieds-bay	US		0	America/New_York	34.031	-78.77113	13			SC	051		
4579224	Friendfield	friendfield	US		0	America/New_York	33.98183	-79.67284	26			SC	041		
4579225	Friendfield	friendfield	US		0	America/New_York	33.336	-79.23755	4			SC	043		
4579313	Friendship Shores	friendship-shores	US		0	America/New_York	34.60566	-82.89931	218			SC	073		
4579325	Fripp Landing	fripp-landing	US		0	America/New_York	32.35936	-80.84983	3	Fripp Landing,Fripps Landing		SC	013		
4579333	Frogmore	frogmore	US		0	America/New_York	32.39686	-80.57622	3			SC	013		
4579339	Fruit Hill	fruit-hill	US		0	America/New_York	33.94319	-81.85456	160	Fruit Hill,Fruithill		SC	081		
4579344	Fudges (historical)	fudges-historical	US		0	America/New_York	34.72348	-80.90452	170	Fudges (historical),Fudges Store		SC	023		
4579361	Fulton Acres	fulton-acres	US		0	America/New_York	34.89873	-82.19622	303			SC	083		
4579363	Fulton Crossroads	fulton-crossroads	US		0	America/New_York	33.72794	-80.51036	60	Fulton,Fulton Cross Roads,Fulton Crossroads		SC	085		
4579406	Gaddys Crossroads	gaddys-crossroads	US		0	America/New_York	34.39961	-79.25754	31	Gaddys Cross Roads,Gaddys Crossroads		SC	033		
4579407	Gaddys Mill	gaddys-mill	US		0	America/New_York	34.39433	-79.23699	28			SC	033		
4579412	Gadsden Acres	gadsden-acres	US		0	America/New_York	33.01739	-80.20287	27			SC	035		
4579413	Gadsden Green Homes	gadsden-green-homes	US		0	America/New_York	32.7899	-79.95398	3			SC	019		
4579414	Gadsden Place	gadsden-place	US		0	America/New_York	33.02684	-80.19259	29			SC	035		
4579433	Gaillard Crossroads	gaillard-crossroads	US		0	America/New_York	34.04932	-80.43453	85	Gaillard Cross Roads,Gaillard Crossroads		SC	085		
4579436	Gailmoor	gailmoor	US		0	America/New_York	33.00656	-80.08898	11			SC	015		
4579439	Gaines Crossroads	gaines-crossroads	US		0	America/New_York	34.06401	-82.08651	175	Gaines,Gaines Crossroads		SC	047		
4579442	Galavon	galavon	US		0	America/New_York	34.49738	-79.45199	45			SC	033		
4579443	Galaxy	galaxy	US		0	America/New_York	33.97432	-80.92426	85			SC	079		
4579476	Gandy	gandy	US		0	America/New_York	34.44154	-79.85673	52			SC	031		
4579478	Gannon (historical)	gannon-historical	US		0	America/New_York	32.68712	-80.27732	6			SC	019		
4579496	Gapway	gapway	US		0	America/New_York	34.15766	-79.24671	29			SC	067		
4579502	Gap Creek	gap-creek	US		0	America/New_York	35.15095	-82.49151	405	Gap Creek,Grandeur		SC	045		
4579505	Garden City Beach	garden-city-beach	US		0	America/New_York	33.57378	-79.00253	0	Garden City,Garden City Beach		SC	051		
4579507	Garden Hill	garden-hill	US		0	America/New_York	32.81351	-79.9562	6			SC	019		
4579508	Garden Park	garden-park	US		0	America/New_York	35.12013	-81.69232	246			SC	021		
4579513	Gardens Corner	gardens-corner	US		0	America/New_York	32.60074	-80.76122	1	Gardens Corner,Gardens Corners		SC	013		
4579516	Garbon Subdivision	garbon-subdivision	US		0	America/New_York	33.00434	-80.17343	27			SC	035		
4579521	Gardner Crossroads	gardner-crossroads	US		0	America/New_York	34.04294	-79.65784	32			SC	041		
4579527	Garlington (historical)	garlington-historical	US		0	America/New_York	34.49319	-81.67483	108			SC	059		
4579533	Garners Quarter (historical)	garners-quarter-historical	US		0	America/New_York	33.94321	-80.64259	51			SC	079		
4579547	Garris (historical)	garris-historical	US		0	America/New_York	33.2846	-81.21149	67			SC	009		
4579548	Garris Park	garris-park	US		0	America/New_York	33.94044	-80.33536	49			SC	085		
4579560	Gary Creek	gary-creek	US		0	America/New_York	34.98845	-82.06955	266			SC	083		
4579572	Gaston Mill	gaston-mill	US		0	America/New_York	34.45126	-80.57952	110			SC	055		
4579574	Gaston Shoals (historical)	gaston-shoals-historical	US		0	America/New_York	35.13902	-81.59537	188			SC	021		
4579587	Gatewood Park	gatewood-park	US		0	America/New_York	33.95266	-80.36091	52			SC	085		
4579588	Gator Field	gator-field	US		0	America/New_York	32.24326	-80.69233	3			SC	013		
4579601	Gay Oaks	gay-oaks	US		0	America/New_York	32.41825	-80.64844	5			SC	013		
4579606	Gaylords Crossroads	gaylords-crossroads	US		0	America/New_York	34.74179	-82.19122	263			SC	045		
4579607	Gaza (historical)	gaza-historical	US		0	America/New_York	32.55491	-80.66538	1			SC	013		
4579608	Geddie Gardens	geddie-gardens	US		0	America/New_York	33.9246	-80.28313	43			SC	085		
4579613	Gehlkin (historical)	gehlkin-historical	US		0	America/New_York	32.91545	-79.88592	9			SC	015		
4579620	Gem Lake Estates	gem-lake-estates	US		0	America/New_York	33.50653	-81.74317	138			SC	003		
4579622	General Hamiltons Settlement (historical)	general-hamiltons-settlement-historical	US		0	America/New_York	32.11271	-81.09706	0			SC	053		
4579624	General Sumter Estates	general-sumter-estates	US		0	America/New_York	33.96821	-80.49481	90			SC	085		
4579635	Gayle Mill	gayle-mill	US		913	America/New_York	34.70208	-81.24009	144			SC	023		
4579641	George Martin Acres	george-martin-acres	US		0	America/New_York	34.73815	-82.95876	293			SC	073		
4579643	George S Legare Homes	george-s-legare-homes	US		0	America/New_York	32.86545	-79.98259	0			SC	019		
4579688	Georgia Estates	georgia-estates	US		0	America/New_York	34.35293	-80.10979	70			SC	031		
4579690	Georgieville	georgieville	US		0	America/New_York	33.49322	-79.08893	5			SC	043		
4579701	Gerwil Acres	gerwil-acres	US		0	America/New_York	33.53765	-80.9087	78			SC	075		
4579721	Gettysville	gettysville	US		0	America/New_York	32.90184	-80.36399	8			SC	035		
4579725	Giant	giant	US		0	America/New_York	33.23711	-80.44482	26			SC	035		
4579730	Gibbs Crossroads	gibbs-crossroads	US		0	America/New_York	34.02655	-79.60034	28	Gibbs Cross Roads,Gibbs Crossroads		SC	041		
4579758	Gilbert Crossroads	gilbert-crossroads	US		0	America/New_York	33.72517	-79.16782	6			SC	051		
4579772	Gilgal	gilgal	US		0	America/New_York	34.27706	-82.34929	181			SC	001		
4579781	Gillespie (historical)	gillespie-historical	US		0	America/New_York	34.62543	-79.98868	73			SC	025		
4579790	Gilliam Spring (historical)	gilliam-spring-historical	US		0	America/New_York	34.41625	-81.4651	105			SC	071		
4579798	Gillisonville	gillisonville	US		0	America/New_York	32.61101	-81.00372	23			SC	053		
4579806	Gilmania	gilmania	US		0	America/New_York	32.61185	-80.91066	6			SC	053		
4579807	Gilmer Estates	gilmer-estates	US		0	America/New_York	34.52955	-82.71014	247			SC	007		
4579813	Gilstrap Heights	gilstrap-heights	US		0	America/New_York	34.88817	-82.36901	325			SC	045		
4579816	Gilstrap	gilstrap	US		0	America/New_York	34.69926	-82.98682	295			SC	073		
4579841	Givhans	givhans	US		0	America/New_York	33.01156	-80.3376	16	Givan,Givhans		SC	035		
4579848	Gladden Grove (historical)	gladden-grove-historical	US		0	America/New_York	34.50042	-81.01231	106			SC	039		
4579853	Gladstone Acres	gladstone-acres	US		0	America/New_York	34.46094	-82.63041	236			SC	007		
4579854	Glasgow Landing	glasgow-landing	US		0	America/New_York	32.13548	-80.99094	3			SC	053		
4579855	Glassy	glassy	US		0	America/New_York	35.12317	-82.31317	384			SC	045		
4579868	Glen Acres	glen-acres	US		0	America/New_York	34.36127	-80.08257	67			SC	031		
4579873	Glencove	glencove	US		0	America/New_York	34.19988	-79.70812	41			SC	041		
4579879	Glendale Acres	glendale-acres	US		0	America/New_York	34.20571	-79.69839	39			SC	041		
4579880	Glendale Acres	glendale-acres	US		0	America/New_York	34.40293	-80.10062	82			SC	031		
4579894	Glenn Springs	glenn-springs	US		0	America/New_York	34.81235	-81.83982	230	Glenn Springs,Means Plantation		SC	083		
4579899	Glenn Village	glenn-village	US		0	America/New_York	33.88071	-81.09426	133			SC	063		
4579903	Glenwood (historical)	glenwood-historical	US		0	America/New_York	34.97373	-81.95955	265			SC	083		
4579904	Glenwood Acres	glenwood-acres	US		0	America/New_York	34.98931	-81.02924	177			SC	091		
4579905	Glenwood Acres	glenwood-acres	US		0	America/New_York	34.86873	-82.35206	318			SC	045		
4579906	Glenwood Acres	glenwood-acres	US		0	America/New_York	33.5171	-80.86148	79			SC	075		
4579908	Glenwood Estates	glenwood-estates	US		0	America/New_York	35.12402	-81.51954	229			SC	021		
4579928	Gluck	gluck	US		0	America/New_York	34.45205	-82.6668	244			SC	007		
4579929	Glymphville	glymphville	US		0	America/New_York	34.39542	-81.42121	140			SC	071		
4579930	Glyn Terrace	glyn-terrace	US		0	America/New_York	32.86156	-80.0412	9			SC	019		
4579931	Goat Alley	goat-alley	US		0	America/New_York	34.72291	-81.67482	151			SC	087		
4579954	Godgold Subdivision	godgold-subdivision	US		0	America/New_York	34.10376	-80.53536	77			SC	085		
4579955	Godsey	godsey	US		0	America/New_York	34.16846	-81.96734	147			SC	047		
4579964	Goforth Cross Road (historical)	goforth-cross-road-historical	US		0	America/New_York	35.15568	-81.67621	236	Goforth,Goforth Cross Road (historical)		SC	021		
4579974	Golden Acre Mobile Home Park	golden-acre-mobile-home-park	US		0	America/New_York	33.92516	-80.30647	44			SC	085		
4579979	Golden Grove	golden-grove	US		2467	America/New_York	34.73401	-82.44374	267			SC	045		
4579989	Golf View Plantation	golf-view-plantation	US		0	America/New_York	33.86823	-78.66863	12			SC	051		
4579990	Golightly	golightly	US		0	America/New_York	34.85735	-81.88538	225			SC	083		
4579995	Gooch Crossroad	gooch-crossroad	US		0	America/New_York	34.6932	-80.80368	168			SC	057		
4580021	Good Hope Landing	good-hope-landing	US		0	America/New_York	32.18798	-80.99067	2			SC	053		
4580048	Gold Cup Springs	gold-cup-springs	US		0	America/New_York	32.91629	-79.98453	10			SC	015		
4580054	Goodhope Landing	goodhope-landing	US		0	America/New_York	32.96573	-80.41843	9	Good Hope Landing,Goodhope Landing		SC	029		
4580088	Goodwins Crossroads	goodwins-crossroads	US		0	America/New_York	34.53763	-81.91899	185	Goodwins Cross Roads,Goodwins Crossroads		SC	059		
4580100	Goose Creek Heights	goose-creek-heights	US		0	America/New_York	32.98295	-80.0362	12			SC	015		
4580116	Gordon Springs	gordon-springs	US		0	America/New_York	33.98043	-80.95259	78			SC	079		
4580125	Goretown	goretown	US		0	America/New_York	34.02684	-78.82113	32	Gore Town,Goretown		SC	051		
4580127	Goshen Hill	goshen-hill	US		0	America/New_York	34.52125	-81.56316	141	Goshen Hill,Goshenhill		SC	087		
4580138	Goucher	goucher	US		0	America/New_York	34.98152	-81.69704	186			SC	021		
4580145	Gould (historical)	gould-historical	US		0	America/New_York	34.86041	-81.44731	146			SC	091		
4580146	Gourdin	gourdin	US		0	America/New_York	33.4835	-79.89591	22	Gourdin,Gourdins Depot		SC	089		
4580147	Govan	govan	US		61	America/New_York	33.22238	-81.17621	73			SC	009		
4580156	Gowdeysville (historical)	gowdeysville-historical	US		0	America/New_York	34.90652	-81.57065	199			SC	021		
4580162	Gowensville	gowensville	US		0	America/New_York	35.11484	-82.22511	322	Gowansville,Gowensville		SC	045		
4580165	Gower Estates	gower-estates	US		0	America/New_York	34.82345	-82.35929	290			SC	045		
4580195	Grace Heights	grace-heights	US		0	America/New_York	34.60377	-79.692	45			SC	069		
4580228	Grahams Crossroads	grahams-crossroads	US		0	America/New_York	34.01962	-78.80863	21			SC	051		
4580231	Grahamville	grahamville	US		0	America/New_York	33.82156	-78.91086	14			SC	051		
4580232	Grahamville	grahamville	US		0	America/New_York	32.47408	-80.96344	17			SC	053		
4580258	Grandview Estates	grandview-estates	US		0	America/New_York	33.92404	-81.08648	69			SC	063		
4580272	Grannys Quarter (historical)	grannys-quarter-historical	US		0	America/New_York	34.39598	-80.6373	99			SC	055		
4580279	Granthams Crossroads	granthams-crossroads	US		0	America/New_York	34.43043	-80.1234	88	Granthams Cross Roads,Granthams Crossroads		SC	031		
4580289	Grasslawn Beach	grasslawn-beach	US		0	America/New_York	32.21104	-80.67983	3			SC	013		
4580298	Grassy Pond	grassy-pond	US		0	America/New_York	35.13707	-81.67232	266	Beulah,Grassy Pond,Grassypond		SC	021		
4580306	Gravel Hill	gravel-hill	US		0	America/New_York	33.48071	-80.97287	90			SC	075		
4580307	Gravel Hill (historical)	gravel-hill-historical	US		0	America/New_York	32.96821	-81.38677	61			SC	005		
4580308	Gravel Hill (historical)	gravel-hill-historical	US		0	America/New_York	33.326	-79.90619	12	Gravel Hill (historical),Gravel Hill Plantation		SC	015		
4580333	Gray Mans Cove	gray-mans-cove	US		0	America/New_York	33.43489	-79.13199	6			SC	043		
4580335	Graves	graves	US		0	America/New_York	33.3935	-79.36894	6			SC	043		
4580338	Grays	grays	US		0	America/New_York	32.67379	-81.02039	28			SC	053		
4580341	Grays Crossroads	grays-crossroads	US		0	America/New_York	33.04793	-81.31511	58			SC	005		
4580343	Grays Landing	grays-landing	US		0	America/New_York	33.27237	-81.834	30			SC	003		
4580347	Grays Hill	grays-hill	US		0	America/New_York	32.49352	-80.74233	12			SC	013		
4580350	Great Branch	great-branch	US		0	America/New_York	33.50654	-80.9562	80			SC	075		
4580387	Green Acres	green-acres	US		0	America/New_York	34.47455	-82.67347	236			SC	007		
4580388	Green Acres	green-acres	US		0	America/New_York	34.16126	-81.02898	118			SC	079		
4580389	Green Acres	green-acres	US		0	America/New_York	33.89821	-80.31758	45			SC	085		
4580390	Green Acres	green-acres	US		0	America/New_York	32.75296	-79.99704	3			SC	019		
4580395	Green Bay (historical)	green-bay-historical	US		0	America/New_York	33.22017	-79.62229	9			SC	015		
4580399	Green Bay Park	green-bay-park	US		0	America/New_York	33.72239	-78.85808	8			SC	051		
4580411	Green Fields	green-fields	US		0	America/New_York	34.87234	-82.31706	305			SC	045		
4580414	Green Grove	green-grove	US		0	America/New_York	32.85601	-80.01926	13			SC	019		
4580415	Green Hill	green-hill	US		0	America/New_York	32.73212	-79.9412	5			SC	019		
4580416	Green Hill	green-hill	US		0	America/New_York	34.47599	-80.14896	93			SC	025		
4580417	Green Hill	green-hill	US		0	America/New_York	34.45877	-80.04562	95			SC	031		
4580418	Green Hill (historical)	green-hill-historical	US		0	America/New_York	33.20711	-80.05981	21			SC	015		
4580427	Green Hill Plantation	green-hill-plantation	US		0	America/New_York	34.56955	-82.67291	229			SC	007		
4580432	Green Hills	green-hills	US		0	America/New_York	34.87928	-82.3554	306			SC	045		
4580435	Green Lake Estates	green-lake-estates	US		0	America/New_York	33.98849	-80.84398	80			SC	079		
4580436	Green Lakes	green-lakes	US		0	America/New_York	33.77906	-78.78058	7			SC	051		
4580445	Green Peach Orchard	green-peach-orchard	US		0	America/New_York	34.66626	-80.79368	175			SC	057		
4580489	Green Town	green-town	US		0	America/New_York	33.39489	-80.35314	35			SC	075		
4580492	Green Valley Estates	green-valley-estates	US		0	America/New_York	34.12765	-81.36982	112			SC	063		
4580494	Greenbriar	greenbriar	US		0	America/New_York	34.49177	-82.69319	235			SC	007		
4580495	Greenbriar	greenbriar	US		0	America/New_York	34.19349	-79.70173	38			SC	041		
4580496	Greenbriar	greenbriar	US		0	America/New_York	34.64038	-82.91015	231			SC	073		
4580497	Greenbriar	greenbriar	US		0	America/New_York	33.84323	-79.06587	8			SC	051		
4580498	Greenbriar	greenbriar	US		0	America/New_York	34.70292	-80.80702	150			SC	057		
4580499	Greenbriar	greenbriar	US		0	America/New_York	33.54738	-80.86037	61			SC	075		
4580500	Greenbriar Estates	greenbriar-estates	US		0	America/New_York	33.87238	-79.7909	25			SC	041		
4580508	Greencrest	greencrest	US		0	America/New_York	32.72129	-79.95898	4			SC	019		
4580517	Greenfield Acres	greenfield-acres	US		0	America/New_York	34.95792	-81.06091	194			SC	091		
4580523	Greenland (historical)	greenland-historical	US		0	America/New_York	33.28376	-81.61233	91			SC	011		
4580532	Greenplains (historical)	greenplains-historical	US		0	America/New_York	34.47932	-79.98257	71			SC	031		
4580533	Greenridge	greenridge	US		0	America/New_York	34.88457	-82.0665	249			SC	083		
4580581	Greenwood Estates	greenwood-estates	US		0	America/New_York	34.14932	-79.72756	33			SC	041		
4580582	Greenwood Forest	greenwood-forest	US		0	America/New_York	32.12799	-80.79983	3			SC	013		
4580589	Greenwood Park	greenwood-park	US		0	America/New_York	32.82295	-80.04704	9			SC	019		
4580596	Greenwood Shores	greenwood-shores	US		0	America/New_York	34.18235	-81.93206	137			SC	047		
4580598	Greenwood Village	greenwood-village	US		0	America/New_York	34.1929	-82.1729	192			SC	047		
4580614	Gregg Camp	gregg-camp	US		0	America/New_York	34.1971	-79.6395	27			SC	041		
4580615	Gregg Park	gregg-park	US		0	America/New_York	33.57514	-81.79261	88			SC	003		
4580620	Greggs Landing	greggs-landing	US		0	America/New_York	32.92851	-80.15398	1			SC	035		
4580626	Gregory (historical)	gregory-historical	US		0	America/New_York	34.66847	-81.54204	163			SC	087		
4580633	Gregwood	gregwood	US		0	America/New_York	34.73848	-80.7934	155			SC	057		
4580634	Grenadier	grenadier	US		0	America/New_York	34.03987	-81.13398	73			SC	063		
4580636	Grendel Village	grendel-village	US		0	America/New_York	34.20234	-82.15484	198			SC	047		
4580643	Gressette Woods	gressette-woods	US		0	America/New_York	33.51071	-80.88093	65			SC	075		
4580645	Grey Fox Run	grey-fox-run	US		0	America/New_York	34.89817	-82.29873	280			SC	045		
4580648	Grey Rock	grey-rock	US		0	America/New_York	35.04459	-80.99174	207			SC	091		
4580650	Greyland Forest	greyland-forest	US		0	America/New_York	33.99043	-81.14982	102			SC	063		
4580674	Grimball Shores	grimball-shores	US		0	America/New_York	32.70323	-79.98204	1			SC	019		
4580677	Grindall (historical)	grindall-historical	US		0	America/New_York	34.89124	-81.63732	162			SC	021		
4580679	Grissett	grissett	US		0	America/New_York	33.84878	-79.0217	6			SC	051		
4580689	Groomville	groomville	US		0	America/New_York	33.08573	-80.05675	21			SC	015		
4580690	Groover Landing	groover-landing	US		0	America/New_York	32.48546	-81.21844	7	Groover Landing,Grovers Landing		SC	053		
4580699	Grove Creek Village	grove-creek-village	US		0	America/New_York	32.82101	-79.98314	4			SC	019		
4580700	Grove Hall	grove-hall	US		0	America/New_York	33.04545	-80.07759	21			SC	015		
4580704	Grove Park	grove-park	US		0	America/New_York	34.20571	-79.82479	41			SC	041		
4580714	Groveland Dell	groveland-dell	US		0	America/New_York	34.93484	-82.28539	291			SC	045		
4580718	Grover Square	grover-square	US		0	America/New_York	34.67732	-82.98182	274			SC	073		
4580735	Guignard Park	guignard-park	US		0	America/New_York	33.88682	-80.35369	42			SC	085		
4580736	Guignard Park East	guignard-park-east	US		0	America/New_York	33.89016	-80.34814	49			SC	085		
4580745	Guiton Crossing	guiton-crossing	US		0	America/New_York	33.85656	-79.14726	13			SC	051		
4580809	Guthries	guthries	US		0	America/New_York	34.89819	-81.20786	204	Gutheriesville,Guthries,Guthries Station,Guthriesville,Guthrieville		SC	091		
4580834	Hadden Crossroads	hadden-crossroads	US		0	America/New_York	34.93512	-82.00316	263			SC	083		
4580841	Hagan Landing	hagan-landing	US		0	America/New_York	33.061	-79.91592	7			SC	015		
4580845	Hadden Heights	hadden-heights	US		0	America/New_York	34.93595	-82.01705	251			SC	083		
4580846	Hagley Estates	hagley-estates	US		0	America/New_York	33.43128	-79.16449	7			SC	043		
4580849	Hagood	hagood	US		0	America/New_York	34.0571	-80.57175	48	Hagood,Sanders Depot		SC	085		
4580855	Hagoods Mill	hagoods-mill	US		0	America/New_York	33.21349	-81.31455	55	Hagoods Mill,Haygoods Mill		SC	011		
4580876	Half Moon (historical)	half-moon-historical	US		0	America/New_York	33.85016	-79.54562	11			SC	041		
4580888	Halfway Creek	halfway-creek	US		0	America/New_York	33.11378	-79.64729	12			SC	015		
4580899	Hall (historical)	hall-historical	US		0	America/New_York	33.83209	-81.48094	130			SC	063		
4580908	Halleytown	halleytown	US		0	America/New_York	33.6585	-80.26675	45			SC	027		
4580916	Hallmark	hallmark	US		0	America/New_York	34.05182	-81.16648	60			SC	063		
4580917	Hallmark Hills	hallmark-hills	US		0	America/New_York	33.4996	-80.86398	71			SC	075		
4580918	Hallmark Shores	hallmark-shores	US		0	America/New_York	34.02098	-81.33399	128			SC	063		
4580920	Halls Mill	halls-mill	US		0	America/New_York	32.90988	-81.16566	34			SC	049		
4580953	Hamlet South	hamlet-south	US		0	America/New_York	33.94626	-81.16343	88			SC	063		
4580954	Hamlet West	hamlet-west	US		0	America/New_York	33.95098	-81.18343	98			SC	063		
4580956	Hamilton Heights	hamilton-heights	US		0	America/New_York	34.80512	-82.60874	327			SC	077		
4580957	Hammett (historical)	hammett-historical	US		0	America/New_York	34.36484	-82.32707	217			SC	001		
4580963	Hammetts Crossroads	hammetts-crossroads	US		0	America/New_York	34.14932	-80.30952	56	Hammetts Cross Roads,Hammetts Crossroads		SC	061		
4580974	Hammond Crossroads	hammond-crossroads	US		0	America/New_York	33.7146	-80.87204	113	Hammond Cross Roads,Hammond Crossroads		SC	017		
4580978	Hammond Hills	hammond-hills	US		0	America/New_York	33.5068	-81.98484	74			SC	003		
4580984	Hampton Acres	hampton-acres	US		0	America/New_York	34.584	-82.59513	255			SC	007		
4580995	Hampton Heights	hampton-heights	US		0	America/New_York	34.89984	-82.34679	317			SC	045		
4581010	Hampton Ridge	hampton-ridge	US		0	America/New_York	33.9696	-80.96509	70			SC	079		
4581015	Hampton Shores	hampton-shores	US		0	America/New_York	34.74177	-82.95459	259			SC	073		
4581017	Hampton Trace	hampton-trace	US		0	America/New_York	34.05765	-80.95231	62			SC	079		
4581018	Hampton Trace	hampton-trace	US		0	America/New_York	33.96543	-80.97009	60			SC	079		
4581022	Hamville (historical)	hamville-historical	US		0	America/New_York	34.01849	-79.85479	32			SC	041		
4581032	Hancockville (historical)	hancockville-historical	US		0	America/New_York	34.91763	-81.62621	185			SC	021		
4581061	Hanover Hills	hanover-hills	US		0	America/New_York	34.71316	-82.88876	271			SC	073		
4581062	Happy Bottom	happy-bottom	US		0	America/New_York	33.24598	-81.37344	57			SC	011		
4581065	Happy Home Subdivision	happy-home-subdivision	US		0	America/New_York	34.05043	-80.52592	58			SC	085		
4581067	Happytown	happytown	US		0	America/New_York	33.99376	-81.08676	92			SC	063		
4581068	Harbin (historical)	harbin-historical	US		0	America/New_York	34.64732	-83.17043	224			SC	073		
4581069	Harbin Acres	harbin-acres	US		0	America/New_York	34.66594	-82.89403	273			SC	073		
4581077	Harbor Heights	harbor-heights	US		0	America/New_York	34.23596	-82.00262	147			SC	047		
4581081	Harbor Side	harbor-side	US		0	America/New_York	34.03209	-81.26788	122			SC	063		
4581085	Harbor Woods	harbor-woods	US		0	America/New_York	32.73546	-79.93453	2			SC	019		
4581086	Harborgate	harborgate	US		0	America/New_York	32.79601	-79.84814	3			SC	019		
4581087	Harbour Lake	harbour-lake	US		0	America/New_York	32.96823	-80.01675	13			SC	015		
4581088	Harbour Town	harbour-town	US		0	America/New_York	32.13771	-80.80872	3			SC	013		
4581159	Harmon Estates	harmon-estates	US		0	America/New_York	33.99126	-80.79703	137			SC	079		
4581166	Harper Crossroads	harper-crossroads	US		0	America/New_York	33.46739	-79.5659	8			SC	089		
4581178	Harpers Ridge	harpers-ridge	US		0	America/New_York	34.58539	-82.65625	226			SC	007		
4581205	Harris Springs	harris-springs	US		0	America/New_York	34.33179	-82.0265	146			SC	059		
4581206	Harris Town	harris-town	US		0	America/New_York	33.37961	-79.90313	19			SC	015		
4581211	Harrison Acres	harrison-acres	US		0	America/New_York	32.78073	-80.00676	8			SC	019		
4581256	Hartwell Courts	hartwell-courts	US		0	America/New_York	34.93707	-81.92427	214			SC	083		
4581259	Hartzog Acres	hartzog-acres	US		0	America/New_York	34.16568	-82.11456	177			SC	047		
4581588	Hickory Hill	hickory-hill	US		0	America/New_York	32.7549	-80.10037	9	Hickory Hill,Morris Acres		SC	019		
4581265	Harveytown	harveytown	US		0	America/New_York	34.95567	-82.14428	284			SC	083		
4581266	Harvin	harvin	US		0	America/New_York	33.76711	-80.22841	38			SC	027		
4581271	Harvins Crossroads	harvins-crossroads	US		0	America/New_York	33.83433	-80.43869	59	Harvins Crossroad,Harvins Crossroads		SC	085		
4581277	Haskell Heights	haskell-heights	US		0	America/New_York	34.08626	-81.04815	73			SC	079		
4581303	Hawthorne (historical)	hawthorne-historical	US		0	America/New_York	33.33348	-81.69983	102			SC	003		
4581314	Hayes Crossroads	hayes-crossroads	US		0	America/New_York	33.07016	-81.27511	71	Hayes Crossing,Hayes Crossroads,Hays Cross Roads,Hays Crossroads		SC	005		
4581323	Hayestown	hayestown	US		0	America/New_York	34.34738	-79.25227	32			SC	033		
4581327	Hayne (historical)	hayne-historical	US		0	America/New_York	34.31292	-81.4301	136			SC	071		
4581329	Hayne Station	hayne-station	US		0	America/New_York	34.96318	-81.96094	255	Airline Junction,Hayne,Hayne Station		SC	083		
4581337	Hazel Farm	hazel-farm	US		0	America/New_York	32.40853	-80.66066	4			SC	013		
4581341	Hazelwood Acres	hazelwood-acres	US		0	America/New_York	33.96682	-80.92509	81			SC	079		
4581353	Healing Springs	healing-springs	US		0	America/New_York	33.39404	-81.27344	75	Gods Acre,Healing Springs		SC	011		
4581356	Hearthstone	hearthstone	US		0	America/New_York	33.94238	-80.41925	54			SC	085		
4581368	Heather Heights	heather-heights	US		0	America/New_York	34.53511	-82.62097	235			SC	007		
4581369	Heatherwood	heatherwood	US		0	America/New_York	33.58208	-81.94317	167			SC	003		
4581370	Heatherwood	heatherwood	US		0	America/New_York	33.51821	-80.85981	83			SC	075		
4581371	Heatherwood	heatherwood	US		0	America/New_York	34.70261	-82.78959	254			SC	077		
4581372	Heatherwood	heatherwood	US		0	America/New_York	34.95737	-81.0373	197			SC	091		
4581375	Heathwood	heathwood	US		0	America/New_York	34.84456	-82.53902	298			SC	077		
4581376	Heathwood	heathwood	US		0	America/New_York	33.99904	-80.98648	83			SC	079		
4581378	Heathwood Park	heathwood-park	US		0	America/New_York	33.52458	-81.88817	63			SC	003		
4581405	Hebron Crossroads	hebron-crossroads	US		0	America/New_York	33.81655	-79.88702	24	Hebron,Hebron Crossroads		SC	089		
4581428	Heineman	heineman	US		0	America/New_York	33.55267	-79.93341	22	Heineman,Heineman Station,Heinemann		SC	089		
4581435	Hells Half Acre	hells-half-acre	US		0	America/New_York	33.23987	-81.36622	58			SC	011		
4581455	Hendricks Corner	hendricks-corner	US		0	America/New_York	33.82156	-79.18282	10			SC	051		
4581478	Herbert	herbert	US		0	America/New_York	34.5032	-81.42399	90			SC	087		
4581488	Heritage	heritage	US		0	America/New_York	34.17988	-79.88979	42			SC	041		
4581489	Heritage	heritage	US		0	America/New_York	32.7999	-79.85258	2			SC	019		
4581493	Heritage Hills	heritage-hills	US		0	America/New_York	33.98709	-81.22204	107			SC	063		
4581494	Heritage Hills	heritage-hills	US		0	America/New_York	34.51261	-82.63124	215			SC	007		
4581497	Heritage Lakes	heritage-lakes	US		0	America/New_York	34.81095	-82.26317	278			SC	045		
4581500	Heritage Shores	heritage-shores	US		0	America/New_York	33.83545	-78.64696	2			SC	051		
4581502	Heritage Subdivision	heritage-subdivision	US		0	America/New_York	33.47515	-80.85815	58			SC	075		
4581503	Heritage Trace	heritage-trace	US		0	America/New_York	34.54038	-82.67625	230			SC	007		
4581504	Heritage Woods	heritage-woods	US		0	America/New_York	32.12715	-80.81039	3			SC	013		
4581505	Heritage Woods	heritage-woods	US		0	America/New_York	35.1107	-81.06091	202			SC	091		
4581506	Heritage Woods	heritage-woods	US		0	America/New_York	33.96127	-80.95731	61			SC	079		
4581511	Hermitage Hills	hermitage-hills	US		0	America/New_York	34.87734	-82.33873	300			SC	045		
4581512	Hermitage Mill	hermitage-mill	US		0	America/New_York	34.24237	-80.58897	49	Camden Mill,Hermitage Mill		SC	055		
4581534	Hewitt Subdivision	hewitt-subdivision	US		0	America/New_York	34.14155	-79.72784	34			SC	041		
4581550	Hibernian Heights	hibernian-heights	US		0	America/New_York	32.8274	-79.94953	9			SC	019		
4581557	Hickory Bluff	hickory-bluff	US		0	America/New_York	32.22243	-80.75677	3			SC	013		
4581559	Hicklin Crossing	hicklin-crossing	US		0	America/New_York	34.79097	-81.04814	163			SC	023		
4581560	Hickory Forest	hickory-forest	US		0	America/New_York	32.24798	-80.69733	3			SC	013		
4581565	Hickory Grove (historical)	hickory-grove-historical	US		0	America/New_York	33.25156	-79.8623	14			SC	015		
4581586	Hickory Hall Plantation	hickory-hall-plantation	US		0	America/New_York	32.83434	-80.07343	9			SC	019		
4581587	Hickory Hill	hickory-hill	US		0	America/New_York	33.12323	-80.06064	24			SC	015		
4581589	Hickory Hill	hickory-hill	US		0	America/New_York	32.66601	-80.63066	4			SC	029		
4581590	Hickory Hill	hickory-hill	US		0	America/New_York	35.01042	-81.05702	193			SC	091		
4581591	Hickory Hill (historical)	hickory-hill-historical	US		0	America/New_York	32.82656	-81.09872	26			SC	049		
4581615	Hickory Knob Subdivision	hickory-knob-subdivision	US		0	America/New_York	33.8929	-82.43402	106			SC	065		
4581619	Hickory Shadows	hickory-shadows	US		0	America/New_York	32.80656	-79.85564	3			SC	019		
4581620	Hickory Tavern	hickory-tavern	US		0	America/New_York	34.52123	-82.18872	222	Hickory Tavern,New Market		SC	059		
4581631	Hicks Store	hicks-store	US		0	America/New_York	34.63315	-83.01432	286			SC	073		
4581632	Hickson (historical)	hickson-historical	US		0	America/New_York	34.71405	-79.83173	47			SC	069		
4581635	Hidden Acres Estates	hidden-acres-estates	US		0	America/New_York	35.03652	-81.7076	220			SC	021		
4581638	Hidden Haven	hidden-haven	US		0	America/New_York	33.50153	-81.72761	133			SC	003		
4581639	Hidden Hills	hidden-hills	US		0	America/New_York	34.90651	-81.96871	239			SC	083		
4581640	Hidden Lake	hidden-lake	US		0	America/New_York	34.52649	-82.76653	229			SC	007		
4581667	High Hill Crossroads	high-hill-crossroads	US		0	America/New_York	34.34405	-79.21726	31			SC	033		
4581693	High View Acres	high-view-acres	US		0	America/New_York	34.89789	-82.43873	307			SC	045		
4581696	Highland Acres	highland-acres	US		0	America/New_York	34.51205	-82.61958	233			SC	007		
4581701	Highland Farms	highland-farms	US		0	America/New_York	34.17515	-80.8012	109			SC	055		
4581702	Highland Forest	highland-forest	US		0	America/New_York	34.14818	-82.13318	187			SC	047		
4581703	Highland Forest	highland-forest	US		0	America/New_York	34.09404	-81.00259	79			SC	079		
4581709	Highland Park (historical)	highland-park-historical	US		0	America/New_York	34.1696	-79.7859	35			SC	041		
4581719	Highland Terrace	highland-terrace	US		0	America/New_York	32.88795	-80.02203	12			SC	019		
4581720	Highland Village	highland-village	US		0	America/New_York	33.04045	-80.10314	19			SC	015		
4581726	Highland Estates	highland-estates	US		0	America/New_York	34.68983	-82.80125	254			SC	077		
4581730	Highview (historical)	highview-historical	US		0	America/New_York	33.65708	-81.93734	138			SC	037		
4581761	Hill and Dale	hill-and-dale	US		0	America/New_York	34.56483	-82.68652	211			SC	007		
4581762	Hill and Dale	hill-and-dale	US		0	America/New_York	34.16846	-82.16651	182			SC	047		
4581763	Hillandale	hillandale	US		0	America/New_York	34.90012	-82.41068	323			SC	045		
4581767	Hillavista	hillavista	US		0	America/New_York	33.46404	-80.89954	70			SC	075		
4581770	Hillbrook Forest	hillbrook-forest	US		0	America/New_York	34.97401	-81.87649	227			SC	083		
4581771	Hillcreek	hillcreek	US		0	America/New_York	34.09348	-81.19787	107			SC	063		
4581772	Hillcrest	hillcrest	US		0	America/New_York	34.96679	-81.89455	239			SC	083		
4581773	Hillcrest	hillcrest	US		0	America/New_York	34.03515	-80.46453	119			SC	085		
4581774	Hillcrest	hillcrest	US		0	America/New_York	34.39071	-80.07785	62			SC	031		
4581775	Hillcrest	hillcrest	US		0	America/New_York	34.18127	-79.8259	39			SC	041		
4581795	Hilldale	hilldale	US		0	America/New_York	33.89405	-80.3998	55			SC	085		
4581796	Hilldale	hilldale	US		0	America/New_York	33.53626	-80.85259	85			SC	075		
4581800	Hillbrook	hillbrook	US		0	America/New_York	35.06735	-81.61843	219			SC	021		
4581817	Hilltop Acres	hilltop-acres	US		0	America/New_York	34.68375	-81.20592	159			SC	023		
4581822	Hillwood	hillwood	US		0	America/New_York	34.84873	-82.6468	309			SC	077		
4582282	Hornsboro	hornsboro	US		0	America/New_York	34.79793	-80.28867	137	Hornsboro,Hornsborough		SC	025		
4582283	Horrel Hill	horrel-hill	US		0	America/New_York	33.95182	-80.84259	111	Horrel Hill,Horrell Hill,Meyers Hill,Myers Hill		SC	079		
4582285	Horry	horry	US		0	America/New_York	33.93711	-79.13421	25			SC	051		
4582328	Horse Landing	horse-landing	US		0	America/New_York	32.23854	-80.78205	3			SC	013		
4581833	Hilton Head	hilton-head	US		37099	America/New_York	32.21632	-80.75261	3	HHH,Hilton Head,Hilton Head Island,Hiltonhead,Khilton-Khed-Ajlend,Хилтон-Хед-Айленд		SC	013		
4581836	Hilton Head Plantation	hilton-head-plantation	US		0	America/New_York	32.25576	-80.71344	6			SC	013		
4581848	Hiotts	hiotts	US		0	America/New_York	32.97878	-80.54455	22	Hiots,Hiotts		SC	029		
4581852	Hobbs Crossroads	hobbs-crossroads	US		0	America/New_York	34.00988	-79.95285	38	Hobbs Cross Road,Hobbs Cross Roads,Hobbs Crossroads		SC	085		
4581853	Hobbyville	hobbyville	US		0	America/New_York	34.69679	-81.93149	221	Hobbysville,Hobbyville		SC	083		
4581860	Hobcaw Point	hobcaw-point	US		0	America/New_York	32.82018	-79.89397	3			SC	019		
4581873	Hodges Corner	hodges-corner	US		0	America/New_York	33.74072	-80.42481	54			SC	085		
4581879	Hoffmeyer Crossroads	hoffmeyer-crossroads	US		0	America/New_York	34.2071	-79.83812	40	Hoffmeyer Cross Roads,Hoffmeyer Crossing,Hoffmeyer Crossroads,Hoffmeyers Crossroads		SC	041		
4581905	Hogeye Crossroads	hogeye-crossroads	US		0	America/New_York	33.81683	-79.82312	23			SC	089		
4581922	Holiday Acres	holiday-acres	US		0	America/New_York	32.7324	-79.93064	6			SC	019		
4581924	Holiday Hills	holiday-hills	US		0	America/New_York	34.97178	-82.24372	289			SC	045		
4581964	Hollandia Park	hollandia-park	US		0	America/New_York	34.39127	-80.1059	79			SC	031		
4581973	Holland Store	holland-store	US		0	America/New_York	34.39177	-82.80792	211	Holland Store,Hollands,Hollands Store		SC	007		
4581979	Hollman Crossroads	hollman-crossroads	US		0	America/New_York	34.09599	-79.89312	40			SC	041		
4581980	Hollow Creek	hollow-creek	US		0	America/New_York	33.40736	-81.78845	59	Holley Creek,Hollow Creek,Ramsey Mill		SC	003		
4581985	Hollow Creek	hollow-creek	US		0	America/New_York	34.00542	-81.41038	140			SC	063		
4581992	Holly Court	holly-court	US		0	America/New_York	33.03739	-80.02981	18			SC	015		
4581993	Holly Creek	holly-creek	US		0	America/New_York	34.53539	-82.63736	234			SC	007		
4582009	Holly Hill Heights	holly-hill-heights	US		0	America/New_York	34.9654	-82.14567	278			SC	083		
4582038	Holly Tree	holly-tree	US		0	America/New_York	34.90984	-82.09594	254			SC	083		
4582040	Hollyberry Woods	hollyberry-woods	US		0	America/New_York	35.10792	-81.05952	194			SC	091		
4582046	Hollywood Hills	hollywood-hills	US		0	America/New_York	34.0796	-81.0187	70			SC	079		
4582048	Hollywood Point	hollywood-point	US		0	America/New_York	34.06209	-81.23565	117			SC	063		
4582073	Holston Crossroads	holston-crossroads	US		0	America/New_York	33.92625	-81.58872	168	Holston Cross Roads,Holston Crossroads		SC	081		
4582108	Home Acres	home-acres	US		0	America/New_York	33.98849	-80.47842	103			SC	085		
4582125	Homestead Acres	homestead-acres	US		0	America/New_York	34.89651	-82.31789	291			SC	045		
4582126	Homestead Estates	homestead-estates	US		0	America/New_York	34.51288	-82.75347	255			SC	007		
4582128	Homewood Acres	homewood-acres	US		0	America/New_York	34.89679	-82.18428	292			SC	083		
4582132	Homewood Terrace	homewood-terrace	US		0	America/New_York	34.06487	-81.12287	73			SC	079		
4582142	Homeland Park	homeland-park	US		6296	America/New_York	34.47066	-82.67069	239			SC	007		
4582143	Honey Hill	honey-hill	US		0	America/New_York	32.72462	-79.94315	4			SC	019		
4582150	Honey Horn Plantation	honey-horn-plantation	US		0	America/New_York	32.20715	-80.74816	3			SC	013		
4582158	Honeysuckle Woods	honeysuckle-woods	US		0	America/New_York	35.11375	-81.06008	201			SC	091		
4582159	Honeywood	honeywood	US		0	America/New_York	33.92987	-81.19788	94			SC	063		
4582162	Honey Hill	honey-hill	US		0	America/New_York	33.19045	-79.57562	12	Honey Hill,Honeyhill		SC	015		
4582170	Hoodtown	hoodtown	US		0	America/New_York	34.90041	-81.40203	186			SC	091		
4582181	Hope (historical)	hope-historical	US		0	America/New_York	33.22378	-80.29009	27			SC	015		
4582193	Hope Ferry Estates	hope-ferry-estates	US		0	America/New_York	34.01209	-81.19926	87			SC	063		
4582348	Horse Shoe (historical)	horse-shoe-historical	US		0	America/New_York	34.66399	-83.16016	215			SC	073		
4582350	Horsegall	horsegall	US		0	America/New_York	32.74406	-81.04372	27			SC	049		
4582408	Hound Run	hound-run	US		0	America/New_York	33.01434	-80.04703	15			SC	015		
4582437	Howards Crossroads	howards-crossroads	US		0	America/New_York	34.29182	-79.77451	42	Howards Cross Roads,Howards Crossroads		SC	031		
4582457	Hub City Courts	hub-city-courts	US		0	America/New_York	34.94873	-81.95205	241			SC	083		
4582462	Huckabee Heights	huckabee-heights	US		0	America/New_York	33.83128	-79.07226	13			SC	051		
4582471	Hudson Acres	hudson-acres	US		0	America/New_York	34.86401	-82.33956	335			SC	045		
4582481	Hudsons Mill	hudsons-mill	US		0	America/New_York	32.92406	-80.8051	25			SC	029		
4582482	Hudsontown	hudsontown	US		0	America/New_York	33.206	-80.59093	30			SC	035		
4582483	Huets Crossroads	huets-crossroads	US		0	America/New_York	33.77291	-81.88706	181	Huets Cross Roads,Huets Crossroads		SC	037		
4582498	Hugers Settlement (historical)	hugers-settlement-historical	US		0	America/New_York	32.11076	-81.08983	1			SC	053		
4582506	Huggins Crossroads	huggins-crossroads	US		0	America/New_York	33.69433	-79.34477	10			SC	043		
4582520	Hughes Landing	hughes-landing	US		0	America/New_York	33.88961	-79.26199	4			SC	051		
4582528	Hughes Heights	hughes-heights	US		0	America/New_York	34.86873	-82.44123	316			SC	045		
4582536	Humbert Woods	humbert-woods	US		0	America/New_York	32.74351	-80.11676	8			SC	019		
4582543	Humphriesville (historical)	humphriesville-historical	US		0	America/New_York	34.80347	-81.61538	195			SC	087		
4582545	Hulls Island	hulls-island	US		0	America/New_York	34.02656	-78.78891	14			SC	051		
4582549	Hunley Park	hunley-park	US		0	America/New_York	32.8924	-80.0762	15			SC	019		
4582551	Huntcliff	huntcliff	US		0	America/New_York	33.50792	-81.76178	139			SC	003		
4582552	Huntcliff	huntcliff	US		0	America/New_York	34.10543	-80.89009	101			SC	079		
4582558	Hunter Hill	hunter-hill	US		0	America/New_York	33.5321	-80.86093	82			SC	075		
4582566	Hunters Creek	hunters-creek	US		0	America/New_York	33.03489	-80.21593	21			SC	035		
4582567	Hunters Glen	hunters-glen	US		0	America/New_York	33.49208	-81.69428	144			SC	003		
4582568	Hunters Ridge	hunters-ridge	US		0	America/New_York	34.30932	-79.89229	48			SC	031		
4582569	Hunters Trail	hunters-trail	US		0	America/New_York	34.55566	-82.74236	219			SC	007		
4582570	Hunters Woods	hunters-woods	US		0	America/New_York	34.71679	-82.26651	252			SC	045		
4582572	Hunter Fields	hunter-fields	US		0	America/New_York	33.72073	-78.96503	7			SC	051		
4582578	Huntington (historical)	huntington-historical	US		0	America/New_York	34.5368	-81.79566	176	Huntingdon,Huntington (historical)		SC	059		
4582581	Huntington Acres	huntington-acres	US		0	America/New_York	34.84178	-82.30067	309			SC	045		
4582584	Huntington Downs	huntington-downs	US		0	America/New_York	34.83901	-82.28262	288			SC	045		
4582586	Huntington Estates	huntington-estates	US		0	America/New_York	33.57902	-81.9615	133			SC	037		
4582587	Huntington Farms	huntington-farms	US		0	America/New_York	33.02434	-80.21648	27			SC	035		
4582588	Huntington Heights	huntington-heights	US		0	America/New_York	34.50983	-82.78625	235			SC	007		
4582589	Huntington Hills	huntington-hills	US		0	America/New_York	34.90763	-81.8701	216			SC	083		
4582590	Huntington Hills	huntington-hills	US		0	America/New_York	34.5415	-82.63708	241			SC	007		
4582593	Huntington Marsh	huntington-marsh	US		0	America/New_York	33.52378	-79.06504	2			SC	043		
4582594	Huntington North	huntington-north	US		0	America/New_York	34.81206	-82.56124	301			SC	077		
4582595	Huntington Place	huntington-place	US		0	America/New_York	34.16654	-79.78062	36			SC	041		
4582596	Huntington South	huntington-south	US		0	America/New_York	34.80123	-82.55124	291			SC	077		
4582603	Hunts Crossroads	hunts-crossroads	US		0	America/New_York	34.4321	-80.04729	70			SC	031		
4582608	Hunts Mill	hunts-mill	US		0	America/New_York	34.66099	-80.0209	46			SC	025		
4582612	Hunts Spring (historical)	hunts-spring-historical	US		0	America/New_York	34.66016	-80.01145	41			SC	025		
4582613	Hurl Rocks	hurl-rocks	US		0	America/New_York	33.66823	-78.90808	6			SC	051		
4582633	Huskum Corner Cross Roads	huskum-corner-cross-roads	US		0	America/New_York	32.67518	-80.05037	7	Huntscums Corner,Huskum Corner Cross Roads		SC	019		
4582638	Hussertown	hussertown	US		0	America/New_York	33.25572	-80.25815	29			SC	015		
4582641	Hutchinson Acres	hutchinson-acres	US		0	America/New_York	34.95987	-80.99008	198			SC	091		
4582659	Hyatts	hyatts	US		0	America/New_York	34.04654	-81.01981	91			SC	079		
4582661	Hyco	hyco	US		0	America/New_York	34.31793	-80.53897	107			SC	055		
4582670	Hyman	hyman	US		0	America/New_York	33.99572	-79.59617	25			SC	041		
4582682	Idlewood	idlewood	US		0	America/New_York	34.23429	-82.18957	201			SC	047		
4582683	Idlewood	idlewood	US		0	America/New_York	33.92682	-80.39842	54			SC	085		
4582696	Inabinetts (historical)	inabinetts-historical	US		0	America/New_York	33.11044	-80.34287	14			SC	035		
4582700	Independents	independents	US		0	America/New_York	33.9446	-80.9037	69	Independence,Independents,Lykesland,Lykesland Cross Roads		SC	079		
4582701	India Hook	india-hook	US		3328	America/New_York	35.00737	-81.02174	194	India Hook,Indian Hook		SC	091		
4582747	Indian Oaks	indian-oaks	US		0	America/New_York	34.71204	-82.97765	282			SC	073		
4582748	Indian Pines	indian-pines	US		0	America/New_York	33.96432	-81.17065	116			SC	063		
4582765	Indigo Point	indigo-point	US		0	America/New_York	32.77879	-80.0037	1			SC	019		
4582767	Indigo Run	indigo-run	US		0	America/New_York	32.20215	-80.73039	4			SC	013		
4582775	Ingram Beach	ingram-beach	US		0	America/New_York	33.81323	-78.68641	3			SC	051		
4582778	Ingrams	ingrams	US		0	America/New_York	34.46238	-80.20979	130	Ingram,Ingrams		SC	025		
4582785	Inlet Harbor	inlet-harbor	US		0	America/New_York	33.54184	-79.02615	0			SC	043		
4582786	Inlet Oaks Village	inlet-oaks-village	US		0	America/New_York	33.52795	-79.06615	4			SC	043		
4582790	Inman Mills	inman-mills	US		1050	America/New_York	35.04151	-82.10428	283			SC	083		
4583046	Irby (historical)	irby-historical	US		0	America/New_York	34.69321	-79.82423	30			SC	069		
4583054	Iris	iris	US		0	America/New_York	34.27428	-82.40207	202			SC	001		
4583056	Iris Heights	iris-heights	US		0	America/New_York	33.92238	-80.37258	49			SC	085		
4583061	Iron Crossroads	iron-crossroads	US		0	America/New_York	32.87295	-80.48871	9	Ions Crossroads,Iron Crossroads,Irons,Irons Cross Roads		SC	029		
4583069	Irvines Landing	irvines-landing	US		0	America/New_York	34.23624	-82.0104	134			SC	047		
4583079	Irongate	irongate	US		0	America/New_York	32.46075	-80.78538	11			SC	013		
4583083	Isaqueena Park	isaqueena-park	US		0	America/New_York	34.8629	-82.37318	305			SC	045		
4583086	Isaqueena Village	isaqueena-village	US		0	America/New_York	34.70622	-82.79209	269			SC	077		
4583088	Isbell Heights	isbell-heights	US		0	America/New_York	34.81928	-82.34651	307			SC	045		
4583089	Iseman Crossroads	iseman-crossroads	US		0	America/New_York	34.26876	-79.95284	52	Iseman Cross Roads,Iseman Crossroads		SC	031		
4583090	Isgett Circle	isgett-circle	US		0	America/New_York	34.70155	-79.9359	52			SC	025		
4583107	Island View Landing	island-view-landing	US		0	America/New_York	35.02542	-81.04313	174			SC	091		
4583109	Island of Palms	island-of-palms	US		0	America/New_York	32.79018	-79.78425	0			SC	019		
4583113	Islay (historical)	islay-historical	US		0	America/New_York	34.62405	-79.72728	44			SC	069		
4583119	Isle of Pines	isle-of-pines	US		0	America/New_York	34.33346	-82.10234	157			SC	059		
4583136	Ivey Hall	ivey-hall	US		0	America/New_York	33.89321	-80.36508	47			SC	085		
4583226	Jackson Crossroads	jackson-crossroads	US		0	America/New_York	34.23626	-79.97284	52	Jackson Cross Roads,Jackson Crossroads		SC	031		
4583236	Jackson Mill	jackson-mill	US		0	America/New_York	34.94901	-82.08289	256	Jackson Mill,Jackson Mills,Jacksons Mills		SC	083		
4583268	Jalapa	jalapa	US		0	America/New_York	34.34458	-81.68539	172	Jalapa,Jalapa Station		SC	071		
4583270	Jaluco	jaluco	US		0	America/New_York	33.77795	-78.97642	13			SC	051		
4583276	Jaggers Terrace	jaggers-terrace	US		0	America/New_York	34.03432	-81.01231	92			SC	079		
4583283	James Byrnes Estates	james-byrnes-estates	US		0	America/New_York	32.47658	-80.63677	7			SC	013		
4583284	James Crossroads	james-crossroads	US		0	America/New_York	33.63155	-80.21619	39	James Cross Roads,James Crossroads		SC	027		
4583306	Jamestown Estates	jamestown-estates	US		0	America/New_York	32.73046	-79.97148	2			SC	019		
4583307	Jamestown Estates	jamestown-estates	US		0	America/New_York	34.96706	-82.26511	308			SC	045		
4583312	Jamison Terrace	jamison-terrace	US		0	America/New_York	32.97739	-80.14537	19			SC	035		
4583329	Jedburg	jedburg	US		0	America/New_York	33.05572	-80.23843	20			SC	035		
4583336	Jeffers Place	jeffers-place	US		0	America/New_York	34.16126	-80.78759	86			SC	055		
4583347	Jefferson Park	jefferson-park	US		0	America/New_York	33.96627	-80.37064	54			SC	085		
4583351	Jason	jason	US		0	America/New_York	34.66454	-83.07876	279			SC	073		
4583390	Jennys	jennys	US		0	America/New_York	33.02627	-81.11372	41			SC	005		
4583391	Jensens	jensens	US		0	America/New_York	33.5885	-79.02504	6			SC	051		
4583416	Jernigan Crossroads	jernigan-crossroads	US		0	America/New_York	34.20515	-79.94729	50			SC	031		
4583417	Jernigans Crossroads	jernigans-crossroads	US		0	America/New_York	34.1135	-78.90197	30	Jernigans Cross Roads,Jernigans Crossroads		SC	051		
4583477	Jiggs	jiggs	US		0	America/New_York	34.08015	-80.97565	110			SC	079		
4583494	Jocassee (historical)	jocassee-historical	US		0	America/New_York	34.97093	-82.93542	335			SC	073		
4583500	Jocassee	jocassee	US		0	America/New_York	34.97093	-82.93737	335	Jocasse,Jocassee,Tocassee		SC	073		
4583513	John C Calhoun Homes	john-c-calhoun-homes	US		0	America/New_York	32.87601	-79.99481	8			SC	019		
4583553	Johns Mill	johns-mill	US		0	America/New_York	34.62593	-83.10765	213			SC	073		
4583578	Johnson Corner	johnson-corner	US		0	America/New_York	33.46683	-79.3645	6			SC	043		
4583583	Johnson Crossroads	johnson-crossroads	US		0	America/New_York	33.39125	-81.68455	125	Johnson Crossroads,Johnson Store,Johnsons Crossroads,Talatha		SC	003		
4583584	Johnson Crossroads	johnson-crossroads	US		0	America/New_York	33.7718	-82.05206	157	Franklin,Johnson Crossroads		SC	037		
4583585	Johnson Crossroads	johnson-crossroads	US		0	America/New_York	34.03488	-79.82229	32	Johnson Crossroads,Johnsons Cross Roads,Johnsons Crossroads,Johnsons Store		SC	041		
4583617	Johnsons Landing	johnsons-landing	US		0	America/New_York	32.99682	-81.49066	24			SC	005		
4583651	Johnsville	johnsville	US		0	America/New_York	33.12766	-80.77899	37			SC	029		
4583663	Jones (historical)	jones-historical	US		0	America/New_York	34.37929	-82.22595	182			SC	047		
4583691	Jones Crossroads	jones-crossroads	US		0	America/New_York	33.76515	-81.54427	180	Jones Cross Roads,Jones Crossroads		SC	003		
4583692	Jones Crossroads	jones-crossroads	US		0	America/New_York	34.07127	-79.86562	37	Jones Crossroads,Jones Store		SC	041		
4583693	Jones Crossroads	jones-crossroads	US		0	America/New_York	33.97489	-79.18032	21	Jones Crossroads,Justice		SC	051		
4583694	Jones Crossroads	jones-crossroads	US		0	America/New_York	34.65098	-80.76618	181	Jones Cross Roads,Jones Crossroads		SC	057		
4583695	Jones Crossroads	jones-crossroads	US		0	America/New_York	33.96819	-81.65344	165	Jones Cross Roads,Jones Crossroads		SC	081		
4583719	Jones Terrace	jones-terrace	US		0	America/New_York	33.49404	-80.82148	62			SC	075		
4583751	Jordan Mill	jordan-mill	US		0	America/New_York	34.4071	-80.50757	106			SC	055		
4583770	Jordonia	jordonia	US		0	America/New_York	34.6876	-82.92487	294	Jordonia,Jordonia Junction		SC	073		
4583782	Joy (historical)	joy-historical	US		0	America/New_York	33.93711	-79.10171	24			SC	051		
4583793	Judge Town	judge-town	US		0	America/New_York	33.43211	-80.01925	24			SC	015		
4583799	Jug Hole	jug-hole	US		0	America/New_York	34.08681	-81.47788	120			SC	071		
4583818	Junction (historical)	junction-historical	US		0	America/New_York	34.56015	-80.26701	140			SC	025		
4583823	Juniper Bay	juniper-bay	US		0	America/New_York	33.87128	-79.16949	18			SC	051		
4583825	Juneville	juneville	US		0	America/New_York	33.65405	-80.23091	34			SC	027		
4583837	Kalmia Hills	kalmia-hills	US		0	America/New_York	33.56819	-81.75094	138			SC	003		
4583839	Kalmia Landing	kalmia-landing	US		0	America/New_York	33.57097	-81.75816	145			SC	003		
4583840	Kalmia Place	kalmia-place	US		0	America/New_York	34.3571	-80.11035	69			SC	031		
4583843	Kanawha Hills	kanawha-hills	US		0	America/New_York	35.00237	-80.93785	198			SC	091		
4583852	Kathwood	kathwood	US		0	America/New_York	33.34431	-81.84428	42	Cathwood,Kathwood		SC	003		
4583881	Keitts Crossroads	keitts-crossroads	US		0	America/New_York	34.34375	-81.51038	143	Keitts Cross Roads,Keitts Crossroads,Kieth Crossroads,Waddlington,Wadlington Crossroads		SC	071		
4583885	Kelcar Acres	kelcar-acres	US		0	America/New_York	34.73566	-82.77931	250			SC	077		
4583887	Kellehan Crossroads	kellehan-crossroads	US		0	America/New_York	33.59072	-79.67923	17	Callahans Cross Roads,Callehans Crossroads,Kellehan Crossroads		SC	089		
4583898	Kelley Heights	kelley-heights	US		0	America/New_York	33.86294	-79.74646	23			SC	041		
4583905	Kelly Farms	kelly-farms	US		0	America/New_York	34.17488	-79.90812	44			SC	041		
4583915	Kellytown	kellytown	US		0	America/New_York	34.35321	-80.13951	73	Kelly Town,Kellytown		SC	031		
4583916	Kellytown	kellytown	US		0	America/New_York	34.24793	-80.73397	82			SC	055		
4583920	Kelsey Cove Landing	kelsey-cove-landing	US		0	America/New_York	32.95656	-80.40621	7			SC	029		
4583923	Kemper	kemper	US		0	America/New_York	34.32822	-79.19949	34			SC	033		
4583929	Kendall Green	kendall-green	US		0	America/New_York	34.8604	-82.36651	294			SC	045		
4583936	Kenilworth Acres	kenilworth-acres	US		0	America/New_York	34.96042	-81.00063	193			SC	091		
4583938	Kennedy Crossroads	kennedy-crossroads	US		0	America/New_York	34.07933	-79.58561	32	Kennedy Crossroad,Kennedy Crossroads		SC	041		
4583939	Kennedy Mill	kennedy-mill	US		0	America/New_York	34.85374	-81.76788	165			SC	087		
4583940	Kennedy Park	kennedy-park	US		0	America/New_York	33.86322	-79.7734	24			SC	041		
4583949	Kennon Heights	kennon-heights	US		0	America/New_York	34.6782	-80.74174	163			SC	057		
4583959	Kentyre	kentyre	US		0	America/New_York	34.45544	-79.30893	42			SC	033		
4583963	Kenwood Acres	kenwood-acres	US		0	America/New_York	34.17655	-79.68312	30			SC	041		
4583966	Keowee	keowee	US		0	America/New_York	34.38706	-82.4254	235			SC	001		
4583967	Keowee	keowee	US		0	America/New_York	34.69538	-82.87848	244			SC	073		
4583971	Keowee Haven	keowee-haven	US		0	America/New_York	34.73677	-82.93793	266			SC	073		
4583974	Keowee Plantation	keowee-plantation	US		0	America/New_York	34.70621	-82.97793	278			SC	073		
4583979	Keowee Shores	keowee-shores	US		0	America/New_York	34.70982	-82.92487	297			SC	073		
4584005	Ketchuptown	ketchuptown	US		0	America/New_York	34.10211	-79.15532	19			SC	051		
4584016	Keys Field	keys-field	US		0	America/New_York	33.7435	-79.06782	6			SC	051		
4584017	Keystone Acres	keystone-acres	US		0	America/New_York	34.52344	-82.61208	230			SC	007		
4584020	Kiawah Island	kiawah-island	US		1749	America/New_York	32.60824	-80.08482	4			SC	019		
4584026	Kiffs Crossroads	kiffs-crossroads	US		0	America/New_York	34.17877	-80.1434	56			SC	061		
4584027	Kilbourne Heights	kilbourne-heights	US		0	America/New_York	34.01016	-80.98398	76			SC	079		
4584028	Kilbourne Park	kilbourne-park	US		0	America/New_York	34.00266	-80.97981	78			SC	079		
4584033	Killian	killian	US		0	America/New_York	34.13821	-80.9462	102	Killan,Killian		SC	079		
4584040	Kimberly Woods	kimberly-woods	US		0	America/New_York	34.98348	-81.04647	190			SC	091		
4584041	Kimbrook	kimbrook	US		0	America/New_York	34.19734	-82.1879	195			SC	047		
4584048	Kibler	kibler	US		0	America/New_York	34.23181	-81.44927	138	Kibler,Kiblers,Kiblers Station		SC	071		
4584055	King Acres	king-acres	US		0	America/New_York	34.93678	-82.26456	305			SC	045		
4584065	King Creek Landing	king-creek-landing	US		0	America/New_York	32.92099	-81.48261	17			SC	005		
4584078	Kingman Heights	kingman-heights	US		0	America/New_York	33.89821	-80.33286	50			SC	085		
4584079	Kings (historical)	kings-historical	US		0	America/New_York	34.93901	-82.2565	318			SC	045		
4584080	Kings Acres	kings-acres	US		0	America/New_York	32.7124	-79.95648	2			SC	019		
4584084	Kings Court	kings-court	US		0	America/New_York	34.55955	-82.66486	222			SC	007		
4584085	Kings Creek	kings-creek	US		0	America/New_York	35.07402	-81.43675	183	King's Creek,Kings Creek		SC	021		
4584093	Kings Grant	kings-grant	US		0	America/New_York	32.93989	-80.1512	10			SC	035		
4584094	Kings Grant	kings-grant	US		0	America/New_York	34.14738	-79.83951	38			SC	041		
4584095	Kings Grant	kings-grant	US		0	America/New_York	33.97932	-81.1401	100			SC	063		
4584113	Kingsberry	kingsberry	US		0	America/New_York	34.809	-82.5768	323			SC	077		
4584116	Kingsbury (historical)	kingsbury-historical	US		0	America/New_York	34.53792	-80.87286	69			SC	057		
4584119	Kingsgate	kingsgate	US		0	America/New_York	34.88206	-82.3204	288			SC	045		
4584120	Kingsley Hills	kingsley-hills	US		0	America/New_York	34.52511	-82.63319	222			SC	007		
4583895	Kelly	kelly	US	28448	0	America/New_York	34.81236	-81.59704	214			SC	087		
4584141	Kingsville Heights	kingsville-heights	US		0	America/New_York	34.34043	-80.07646	65			SC	031		
4584142	Kingswood	kingswood	US		0	America/New_York	34.05432	-81.09204	63			SC	079		
4584143	Kingswood	kingswood	US		0	America/New_York	33.85212	-78.64863	7			SC	051		
4584144	Kingswood Terrace	kingswood-terrace	US		0	America/New_York	34.5565	-82.64874	239			SC	007		
4584146	Kingville	kingville	US		0	America/New_York	33.80571	-80.69759	27	Kingsville,Kingville		SC	079		
4584155	Kinsler	kinsler	US		0	America/New_York	33.94182	-81.07871	54			SC	063		
4584168	Kirkley Mill	kirkley-mill	US		0	America/New_York	34.49793	-80.5123	94	Kirkley Mill,Kirkleys Mill		SC	055		
4584172	Kirkover Hills	kirkover-hills	US		0	America/New_York	34.26682	-80.63036	75			SC	055		
4584181	Kitchings Mill	kitchings-mill	US		0	America/New_York	33.57848	-81.47733	103	Kitchings Mill,Kitchins Mill		SC	003		
4584183	Kitfield (historical)	kitfield-historical	US		0	America/New_York	33.22711	-79.99786	16	Keithfield,Kitfield (historical)		SC	015		
4584186	Kline	kline	US		191	America/New_York	33.12599	-81.34261	74	Fiddle Pond,Kline		SC	011		
4584190	Kneece	kneece	US		0	America/New_York	33.87181	-81.51121	164	Baxter,Kneece,Kneece Station		SC	063		
4584205	Knights Hill	knights-hill	US		0	America/New_York	34.29321	-80.65369	88			SC	055		
4584217	Knob (historical)	knob-historical	US		0	America/New_York	35.00401	-82.68124	292			SC	077		
4584218	Knoll Wood Manor	knoll-wood-manor	US		0	America/New_York	34.7301	-82.97959	276			SC	073		
4584219	Knollwood	knollwood	US		0	America/New_York	34.81484	-82.39651	279			SC	045		
4584220	Knollwood	knollwood	US		0	America/New_York	34.78706	-82.31651	280			SC	045		
4584221	Knollwood	knollwood	US		0	America/New_York	33.96516	-80.95842	65			SC	079		
4584227	Knowles	knowles	US		0	America/New_York	32.50963	-80.85816	5			SC	053		
4584232	Knotty Branch	knotty-branch	US		0	America/New_York	33.921	-79.1581	23	Knotty Branch,Labana		SC	051		
4584233	Knoxwood	knoxwood	US		0	America/New_York	34.56983	-82.66569	221			SC	007		
4584238	Konig	konig	US		0	America/New_York	33.71184	-78.9217	7			SC	051		
4584251	Koonce	koonce	US		0	America/New_York	34.13683	-79.29199	25			SC	067		
4584275	Laco (historical)	laco-historical	US		0	America/New_York	34.1104	-82.14707	158			SC	047		
4584282	Ladson Village	ladson-village	US		0	America/New_York	32.996	-80.11842	15			SC	019		
4584288	Lafayette Heights	lafayette-heights	US		0	America/New_York	33.94932	-80.33814	50			SC	085		
4584290	Lafayette Village	lafayette-village	US		0	America/New_York	34.29876	-80.6073	93			SC	055		
4584299	Lake Barcroft Acres	lake-barcroft-acres	US		0	America/New_York	34.70871	-82.94376	273			SC	073		
4584355	Lake Elizabeth Estates	lake-elizabeth-estates	US		0	America/New_York	34.10849	-80.98287	80			SC	079		
4584368	Lake Forest Estates	lake-forest-estates	US		0	America/New_York	33.55486	-81.98734	82			SC	037		
4584369	Lake Forest Heights	lake-forest-heights	US		0	America/New_York	34.87234	-82.35651	306			SC	045		
4584397	Lake Lanier	lake-lanier	US		0	America/New_York	35.19039	-82.23178	332			SC	045		
4584413	Lake Murray Shores	lake-murray-shores	US		0	America/New_York	34.07486	-81.48427	114			SC	081		
4584422	Lake Point	lake-point	US		0	America/New_York	34.08209	-81.32399	116			SC	063		
4584427	Lake Ridge	lake-ridge	US		0	America/New_York	34.90457	-82.02483	224			SC	083		
4584434	Lake Secession	lake-secession	US		1083	America/New_York	34.28455	-82.59457	168			SC	001		
4584437	Lake Shore	lake-shore	US		0	America/New_York	33.73767	-78.83919	10			SC	051		
4584438	Lake Shores	lake-shores	US		0	America/New_York	34.27596	-82.06151	149			SC	047		
4584448	Lake Taro	lake-taro	US		0	America/New_York	34.76734	-82.28401	272			SC	045		
4584449	Lake Terrace	lake-terrace	US		0	America/New_York	34.63127	-79.66895	57			SC	069		
4584474	Lake Wylie	lake-wylie	US		8841	America/New_York	35.10848	-81.04285	178			SC	091		
4584479	Lakefield Circle	lakefield-circle	US		0	America/New_York	34.33738	-80.08979	66			SC	031		
4584480	Lakefront	lakefront	US		0	America/New_York	34.47927	-82.80125	222			SC	007		
4584488	Lakeside Acres	lakeside-acres	US		0	America/New_York	33.47099	-80.79787	56			SC	075		
4584493	Lakeside Estates	lakeside-estates	US		0	America/New_York	34.75288	-82.95126	260			SC	073		
4584497	Lakeside Mobile Home Park	lakeside-mobile-home-park	US		0	America/New_York	34.75288	-82.93209	253			SC	073		
4584501	Lakeview Acres	lakeview-acres	US		0	America/New_York	34.97431	-81.0498	193			SC	091		
4584507	Lakeview Estates	lakeview-estates	US		0	America/New_York	34.70094	-82.83875	210			SC	077		
4584508	Lakeview Heights	lakeview-heights	US		0	America/New_York	34.91845	-82.23317	285			SC	045		
4584509	Lakeview Heights	lakeview-heights	US		0	America/New_York	34.70066	-82.95737	290			SC	073		
4584510	Lakeview Manor	lakeview-manor	US		0	America/New_York	35.03457	-81.88288	261			SC	083		
4584513	Lakeview Mobile Home Park	lakeview-mobile-home-park	US		0	America/New_York	34.99095	-81.99649	269			SC	083		
4584514	Lakeview of Lawton Bluff	lakeview-of-lawton-bluff	US		0	America/New_York	32.74851	-79.9412	3			SC	019		
4584516	Lakeview Terrace	lakeview-terrace	US		0	America/New_York	33.97654	-81.14982	109			SC	063		
4584528	Lakewood Acres	lakewood-acres	US		0	America/New_York	35.0132	-81.04424	191			SC	091		
4584533	Lakewood Heights	lakewood-heights	US		0	America/New_York	34.21429	-82.2154	199			SC	047		
4584534	Lakewood Hills	lakewood-hills	US		0	America/New_York	34.96651	-82.20539	263			SC	083		
4584551	Lambrick	lambrick	US		0	America/New_York	33.30627	-80.73454	44			SC	075		
4584552	Lambs	lambs	US		0	America/New_York	32.88656	-80.06787	12			SC	019		
4584571	Lancaster Mill	lancaster-mill	US		1978	America/New_York	34.70931	-80.79479	153			SC	057		
4584579	Land of the Lakes	land-of-the-lakes	US		0	America/New_York	33.94237	-81.21954	88			SC	063		
4584582	Landmark	landmark	US		0	America/New_York	34.0521	-81.13232	92			SC	063		
4584587	Landmark Woods	landmark-woods	US		0	America/New_York	34.18071	-79.79367	41			SC	041		
4584593	Lands End	lands-end	US		0	America/New_York	32.29187	-80.6415	1			SC	013		
4584594	Lands End	lands-end	US		0	America/New_York	34.0357	-81.27982	123			SC	063		
4584597	Landsdowne	landsdowne	US		0	America/New_York	32.72351	-79.95342	3			SC	019		
4584598	Landsford	landsford	US		0	America/New_York	34.77459	-80.92119	186			SC	023		
4584615	Lanes Creek	lanes-creek	US		0	America/New_York	33.49961	-79.36311	6			SC	043		
4584618	Laney Terrace	laney-terrace	US		0	America/New_York	34.89848	-81.03647	187			SC	091		
4584619	Laneys (historical)	laneys-historical	US		0	America/New_York	34.75377	-79.9484	61			SC	025		
4584620	Lanford	lanford	US		0	America/New_York	34.63346	-81.97482	187	Lanford,Lanford Station,Langford's Station,Langfords Station		SC	059		
4584627	Langfords Crossroads	langfords-crossroads	US		0	America/New_York	34.2082	-80.90759	109	Langfords Cross Roads,Langfords Crossroads		SC	079		
4584641	Langley Villa	langley-villa	US		0	America/New_York	33.5118	-81.82872	96			SC	003		
4584651	Lanier Heights	lanier-heights	US		0	America/New_York	34.9954	-81.90788	257			SC	083		
4584655	Larkin	larkin	US		0	America/New_York	34.9204	-82.06955	250			SC	083		
4584657	Laroche	laroche	US		0	America/New_York	32.71823	-80.25815	6			SC	019		
4584662	Lathem	lathem	US		0	America/New_York	34.82512	-82.55069	325			SC	077		
4584665	Latimer Manor	latimer-manor	US		0	America/New_York	34.03849	-81.03009	80			SC	079		
4584677	Lattakoo (historical)	lattakoo-historical	US		0	America/New_York	34.20959	-81.35399	162			SC	071		
4584683	Laurel Bay	laurel-bay	US		5891	America/New_York	32.45019	-80.78483	11			SC	013		
4584701	Laurel Heights	laurel-heights	US		0	America/New_York	34.8229	-82.34706	311			SC	045		
4584714	Laurel Hill Plantation	laurel-hill-plantation	US		0	America/New_York	33.05406	-79.5484	5			SC	019		
4584719	Laurel Hills	laurel-hills	US		0	America/New_York	34.93845	-82.27623	313			SC	045		
4584723	Laurel Lakes	laurel-lakes	US		0	America/New_York	33.57236	-81.91789	93			SC	003		
4584724	Laurel Meadows	laurel-meadows	US		0	America/New_York	34.00071	-81.14232	99			SC	063		
4584725	Laurel Park	laurel-park	US		0	America/New_York	32.75296	-79.97426	4			SC	019		
4584732	Laurelwood	laurelwood	US		0	America/New_York	35.0043	-81.61537	208			SC	021		
4584733	Laurelwood	laurelwood	US		0	America/New_York	34.19877	-79.8484	40			SC	041		
4584734	Laurelwood	laurelwood	US		0	America/New_York	35.05429	-81.95677	265			SC	083		
4584736	Laurence (historical)	laurence-historical	US		0	America/New_York	33.06378	-80.25621	18			SC	035		
4584760	Lawn (historical)	lawn-historical	US		0	America/New_York	35.03291	-81.58593	227			SC	021		
4584778	Lawton Acres	lawton-acres	US		0	America/New_York	33.53238	-80.85426	86			SC	075		
4584779	Lawton Bluff	lawton-bluff	US		0	America/New_York	32.74212	-79.94148	3			SC	019		
4584786	Lawtonville Crossroads	lawtonville-crossroads	US		0	America/New_York	32.75461	-81.27066	39	Lawtonville,Lawtonville Cross Roads,Lawtonville Crossroads		SC	049		
4584794	Lazar Place	lazar-place	US		0	America/New_York	34.1696	-79.79284	36			SC	041		
4584795	Lazy Acres Estates	lazy-acres-estates	US		0	America/New_York	33.94071	-80.27619	43			SC	085		
4584802	Lazy Day Acres	lazy-day-acres	US		0	America/New_York	34.0157	-81.43788	128			SC	063		
4584805	Leaphart	leaphart	US		0	America/New_York	34.04709	-81.15121	57			SC	063		
4584809	Leavensworth (historical)	leavensworth-historical	US		0	America/New_York	34.4096	-79.94034	43	Leavensworth (historical),Leavenworth		SC	031		
4584838	Lee Acres	lee-acres	US		0	America/New_York	34.16516	-79.80617	38			SC	041		
4584855	Lee Hills	lee-hills	US		0	America/New_York	33.98321	-80.88814	100			SC	079		
4584856	Lee Jackson Estates	lee-jackson-estates	US		0	America/New_York	32.72684	-79.96537	4			SC	019		
4584869	Lees	lees	US		0	America/New_York	33.34849	-81.21177	83			SC	009		
4584871	Lee Crossroads	lee-crossroads	US		0	America/New_York	33.87155	-79.66618	21	Lee Crossroads,Lees Crossroads		SC	041		
4584872	Lees Crossroads	lees-crossroads	US		0	America/New_York	34.72654	-80.18812	115			SC	025		
4584873	Lees Crossroads	lees-crossroads	US		0	America/New_York	34.30015	-80.08562	64	Lees,Lees Cross Roads,Lees Crossroads		SC	031		
4584891	Leeward Landing	leeward-landing	US		0	America/New_York	34.57094	-82.71791	223			SC	007		
4584893	Legare (historical)	legare-historical	US		0	America/New_York	33.28183	-80.23453	29			SC	015		
4584899	Legareville	legareville	US		0	America/New_York	32.6549	-80.05287	8			SC	019		
4584909	Leigh (historical)	leigh-historical	US		0	America/New_York	33.19654	-81.71511	46			SC	011		
4584910	Leisure Village	leisure-village	US		0	America/New_York	34.55427	-82.79792	230			SC	007		
4584928	Lendaw	lendaw	US		0	America/New_York	35.04539	-82.30567	313			SC	045		
4584933	Lenoir (historical)	lenoir-historical	US		0	America/New_York	33.60486	-82.01817	86			SC	037		
4584946	Leslie Woods	leslie-woods	US		0	America/New_York	34.89737	-80.9348	196			SC	091		
4584947	Lesslie	lesslie	US		3112	America/New_York	34.8907	-80.95647	213	Leslie,Lesslie		SC	091		
4584953	Lethia	lethia	US		0	America/New_York	33.96623	-82.41207	136			SC	065		
4584959	Level Land	level-land	US		0	America/New_York	34.32761	-82.47568	213			SC	001		
4584962	Lever (historical)	lever-historical	US		0	America/New_York	34.19737	-81.10981	101			SC	079		
4584970	Levy	levy	US		0	America/New_York	32.20298	-81.029	4	Levi,Levy,Levy Station,Levys		SC	053		
4584979	Lewis Crossroads	lewis-crossroads	US		0	America/New_York	34.32904	-79.96868	55			SC	031		
4584996	Lewisville (historical)	lewisville-historical	US		0	America/New_York	34.74236	-81.02647	179			SC	023		
4584679	Laughlin	laughlin	US	89028	0	America/New_York	34.19599	-79.47561	20			SC	067		
4584997	Lewisville (historical)	lewisville-historical	US		0	America/New_York	34.02656	-79.07754	33			SC	051		
4584999	Lexing-Town Estates	lexing-town-estates	US		0	America/New_York	33.96348	-81.27677	127			SC	063		
4585014	Lexington Place	lexington-place	US		0	America/New_York	34.56344	-82.69764	224			SC	007		
4585021	Lexington Woods	lexington-woods	US		0	America/New_York	33.97848	-81.24371	120			SC	063		
4585024	Liberia	liberia	US		0	America/New_York	35.01401	-82.6318	331			SC	077		
4585045	Liberty Heights	liberty-heights	US		0	America/New_York	34.32293	-79.86395	45			SC	031		
4585074	Liberty Hills	liberty-hills	US		0	America/New_York	32.88017	-80.00009	10			SC	019		
4585077	Liberty Park	liberty-park	US		0	America/New_York	34.87762	-82.35734	306			SC	045		
4585078	Liberty Park	liberty-park	US		0	America/New_York	32.89073	-80.01648	14			SC	019		
4585119	Lickville	lickville	US		0	America/New_York	34.61789	-82.33456	251	Lick,Lickville,The Lick		SC	045		
4585126	Lighthouse Landing	lighthouse-landing	US		0	America/New_York	32.18215	-80.739	1			SC	013		
4585131	Lighthouse Point	lighthouse-point	US		0	America/New_York	32.7274	-79.91926	3			SC	019		
4585155	Limehouse	limehouse	US		0	America/New_York	32.2127	-81.07067	6	Limehouse,Limehouse Corners		SC	053		
4585157	Lime Stone (historical)	lime-stone-historical	US		0	America/New_York	33.92541	-82.04512	142			SC	037		
4585158	Limehouse Station	limehouse-station	US		0	America/New_York	32.77157	-80.08009	7	Limehouse Station,Sea Island		SC	019		
4585181	Limp	limp	US		0	America/New_York	33.98819	-81.85233	156			SC	081		
4585185	Lincoln Estates	lincoln-estates	US		0	America/New_York	35.00986	-81.23035	229			SC	091		
4585186	Lincoln Green	lincoln-green	US		0	America/New_York	33.14878	-80.42871	32			SC	035		
4585216	Lingles Crossroads	lingles-crossroads	US		0	America/New_York	34.75654	-80.62923	211	Lingles Cross Roads,Lingles Crossroads		SC	057		
4585218	Linkside	linkside	US		0	America/New_York	34.46072	-79.32421	44			SC	033		
4585227	Lisbon (historical)	lisbon-historical	US		0	America/New_York	34.03654	-80.81231	137			SC	079		
4585230	Litchfield Beach	litchfield-beach	US		0	America/New_York	33.46683	-79.09976	2	Litchfield,Litchfield Beach		SC	043		
4585234	Litchfield Retreat	litchfield-retreat	US		0	America/New_York	33.48517	-79.08587	2			SC	043		
4585236	Litchfield by the Sea	litchfield-by-the-sea	US		0	America/New_York	33.47572	-79.0956	2			SC	043		
4585240	Little Africa	little-africa	US		0	America/New_York	35.16734	-82.02678	240			SC	083		
4585242	Lisbon (historical)	lisbon-historical	US		0	America/New_York	34.42429	-82.00121	197			SC	059		
4585261	Little Belvidere	little-belvidere	US		0	America/New_York	33.39961	-80.32926	32			SC	075		
4585301	Little Chicago	little-chicago	US		0	America/New_York	35.06262	-82.18372	330			SC	083		
4585324	Little Edisto	little-edisto	US		0	America/New_York	32.59991	-80.34455	2			SC	019		
4585338	Little Hell Landing	little-hell-landing	US		0	America/New_York	33.06126	-81.56344	23	Little Hell Landing,Little Hells Landing		SC	005		
4585391	Little Mountain (historical)	little-mountain-historical	US		0	America/New_York	34.79599	-79.86117	94			SC	069		
4585448	Little River Subdivision	little-river-subdivision	US		0	America/New_York	33.85013	-82.36707	111			SC	065		
4585501	Little Texas	little-texas	US		0	America/New_York	34.96789	-82.39901	307			SC	045		
4585504	Little Town	little-town	US		0	America/New_York	33.95934	-78.73724	12			SC	051		
4585512	Little Vista Heights	little-vista-heights	US		0	America/New_York	34.94012	-81.91316	233			SC	083		
4585544	Live Oaks	live-oaks	US		0	America/New_York	33.546	-79.05393	6			SC	043		
4585548	Living Inn	living-inn	US		0	America/New_York	34.11375	-81.46232	126			SC	071		
4585556	Livingston Terrace	livingston-terrace	US		0	America/New_York	33.51349	-80.87981	69			SC	075		
4585569	Loblolly Pines	loblolly-pines	US		0	America/New_York	34.51122	-82.70402	238			SC	007		
4585580	Lockhart Junction	lockhart-junction	US		0	America/New_York	34.81902	-81.65204	203			SC	087		
4586354	Martha Law Estates	martha-law-estates	US		0	America/New_York	33.85933	-79.72896	22			SC	041		
4585582	Lockhart Oil Field	lockhart-oil-field	US		0	America/New_York	34.42349	-80.53452	128	Lockart Old Field,Lockhart Oil Field,Lockhart Olk Field		SC	055		
4585588	Locklair (historical)	locklair-historical	US		0	America/New_York	33.14739	-80.03925	15			SC	015		
4585589	Locksley Hall	locksley-hall	US		0	America/New_York	34.23207	-82.19596	190			SC	047		
4585590	Lockwood Hall	lockwood-hall	US		0	America/New_York	32.73184	-79.92453	5			SC	019		
4585591	Lockwood Heights	lockwood-heights	US		0	America/New_York	34.84928	-82.45151	318			SC	045		
4585593	Lloydswoods	lloydswoods	US		0	America/New_York	33.90015	-81.05704	46			SC	063		
4585597	Locust Tree Landing	locust-tree-landing	US		0	America/New_York	33.95794	-79.33227	6			SC	051		
4585600	Lodge Grounds	lodge-grounds	US		0	America/New_York	34.19123	-82.18457	197			SC	047		
4585601	Lodge Hall	lodge-hall	US		0	America/New_York	33.33295	-79.47451	13			SC	043		
4585614	Log Town (historical)	log-town-historical	US		0	America/New_York	34.25709	-80.60175	70	Log Town (historical),Logtown		SC	055		
4585624	Log Jam Landing	log-jam-landing	US		0	America/New_York	33.52044	-80.30231	23			SC	027		
4585626	Lone Oak Estates	lone-oak-estates	US		0	America/New_York	34.47094	-82.60958	218			SC	007		
4585636	Long Bay	long-bay	US		0	America/New_York	33.74601	-78.81363	8			SC	051		
4585637	Long Bay Estates	long-bay-estates	US		0	America/New_York	33.64267	-78.94059	3			SC	051		
4585638	Long Bottom Ford	long-bottom-ford	US		0	America/New_York	34.89954	-83.18571	481	Lone Bottom Ford,Long Bottom Ford		SC	073		
4585707	Long Branch Estates	long-branch-estates	US		0	America/New_York	32.79768	-80.05398	7			SC	019		
4585726	Long Cane (historical)	long-cane-historical	US		0	America/New_York	34.14845	-82.33235	140			SC	001		
4585733	Long Cove Plantation	long-cove-plantation	US		0	America/New_York	32.17243	-80.74511	3			SC	013		
4585746	Long Creek Landing	long-creek-landing	US		0	America/New_York	32.93545	-80.40288	7			SC	029		
4585783	Long Ridge	long-ridge	US		0	America/New_York	33.14239	-80.16092	19	Ballentine,Coopers Store,Long Ridge		SC	015		
4585790	Long Meadows	long-meadows	US		0	America/New_York	34.53344	-82.6068	242			SC	007		
4585791	Longcreek	longcreek	US		0	America/New_York	34.77343	-83.25905	495	Long Creek,Longcreek		SC	073		
4585792	Longcreek	longcreek	US		0	America/New_York	34.84151	-82.54791	282			SC	077		
4585803	Longshore	longshore	US		0	America/New_York	34.2743	-81.74622	166			SC	071		
4585808	Longtown	longtown	US		0	America/New_York	34.34765	-80.8373	163	Logtown,Longtown		SC	039		
4585811	Longview Plant	longview-plant	US		0	America/New_York	34.01875	-81.3901	116			SC	063		
4585816	Longwood Landing	longwood-landing	US		0	America/New_York	33.606	-79.08532	0			SC	051		
4585823	Lopers Crossroads	lopers-crossroads	US		0	America/New_York	32.93349	-81.26733	34			SC	005		
4585824	Loraine (historical)	loraine-historical	US		0	America/New_York	33.35016	-81.08454	67			SC	009		
4585825	Loran Point	loran-point	US		0	America/New_York	34.70538	-82.94709	279			SC	073		
4585829	Lorena Park	lorena-park	US		0	America/New_York	34.91456	-82.30817	292			SC	045		
4585830	Lorenzo (historical)	lorenzo-historical	US		0	America/New_York	34.14929	-82.23623	179			SC	047		
4585847	Lota	lota	US		0	America/New_York	34.25263	-82.04512	162	Loda,Lodi,Lota		SC	047		
4585857	Love Springs	love-springs	US		0	America/New_York	35.04596	-81.77482	260			SC	021		
4585868	Lotts Crossroads	lotts-crossroads	US		0	America/New_York	33.041	-80.24926	19			SC	035		
4585911	Lowmans Crossroads (historical)	lowmans-crossroads-historical	US		0	America/New_York	34.11292	-81.49399	127			SC	071		
4585914	Lowndes Landing	lowndes-landing	US		0	America/New_York	32.86851	-80.40371	2			SC	029		
4585925	Lowrys	lowrys	US		196	America/New_York	34.80403	-81.23925	222	Lowrys,Lowrysville,Lowryville		SC	023		
4585935	Lower Topsaw Landing	lower-topsaw-landing	US		0	America/New_York	33.60822	-79.15143	1			SC	043		
4585940	Lucknow	lucknow	US		0	America/New_York	34.29265	-80.33757	107			SC	061		
4585943	Lucy Creek	lucy-creek	US		0	America/New_York	32.47519	-80.62622	6			SC	013		
4585951	Lumber (historical)	lumber-historical	US		0	America/New_York	34.41793	-79.80895	27	Lumbar,Lumber (historical)		SC	031		
4585954	Lundy Crossroads	lundy-crossroads	US		0	America/New_York	33.88433	-79.17838	12			SC	051		
4585955	Lunn	lunn	US		0	America/New_York	34.34154	-79.97034	58			SC	031		
4585960	Luray Hills	luray-hills	US		0	America/New_York	35.08262	-81.98705	272			SC	083		
4585975	Lydia Mills	lydia-mills	US		0	America/New_York	34.45874	-81.90177	195	Lydia Mill,Lydia Mills		SC	059		
4585980	Lykes	lykes	US		0	America/New_York	33.93877	-80.90287	65	Lykes,Lykes Station,Lykesland		SC	079		
4585984	Luther (historical)	luther-historical	US		0	America/New_York	33.27321	-81.15344	68			SC	009		
4585987	Lylesford (historical)	lylesford-historical	US		0	America/New_York	34.45264	-81.41788	91			SC	039		
4585997	Lynches Mill	lynches-mill	US		0	America/New_York	34.02599	-79.81257	24			SC	041		
4586003	Lynnhurst	lynnhurst	US		0	America/New_York	33.50986	-81.97067	143			SC	003		
4586004	Lynns Ranchettes	lynns-ranchettes	US		0	America/New_York	33.46403	-81.89345	85			SC	003		
4586013	Lyonswood	lyonswood	US		0	America/New_York	34.48205	-82.65958	235			SC	007		
4586022	MacArthurs Junction	macarthurs-junction	US		0	America/New_York	34.42206	-82.28151	214	MacArthurs Junction,Razors		SC	001		
4586024	Macbeth	macbeth	US		0	America/New_York	33.26767	-79.9748	22	MacBeth,Macbeth,McBeth		SC	015		
4586102	Mackay Subdivision	mackay-subdivision	US		0	America/New_York	33.51821	-80.82204	72			SC	075		
4586108	Maddens	maddens	US		0	America/New_York	34.45957	-82.05343	217	Madden,Maddens		SC	059		
4586121	Magnolia Acres	magnolia-acres	US		0	America/New_York	34.78345	-82.37096	297			SC	045		
4586123	Magnolia Bluff	magnolia-bluff	US		0	America/New_York	32.38214	-80.72705	8			SC	013		
4586135	Magnolia Place	magnolia-place	US		0	America/New_York	34.22068	-82.04595	169			SC	047		
4586137	Magnolia Ranch	magnolia-ranch	US		0	America/New_York	32.82879	-80.05037	9			SC	019		
4586166	Mallard Bay	mallard-bay	US		0	America/New_York	34.03487	-81.38232	129			SC	063		
4586184	Mandel Hall	mandel-hall	US		0	America/New_York	34.06571	-81.11093	75			SC	079		
4586185	Mandel Park	mandel-park	US		0	America/New_York	34.06182	-81.11759	87			SC	079		
4586193	Mangums (historical)	mangums-historical	US		0	America/New_York	34.76349	-80.3409	169			SC	025		
4586197	Manning Acres	manning-acres	US		0	America/New_York	34.92012	-82.18539	276			SC	083		
4586205	Manning Crossroads	manning-crossroads	US		0	America/New_York	34.4735	-79.46033	47	Manning Cross Roads,Manning Crossroads,Mannings Crossroads		SC	033		
4586220	Mansfield Park	mansfield-park	US		0	America/New_York	34.85262	-82.44651	307			SC	045		
4586236	Maple Ridge	maple-ridge	US		0	America/New_York	32.99267	-80.02397	12			SC	015		
4586242	Maple Crossroads	maple-crossroads	US		0	America/New_York	33.9135	-79.0142	14			SC	051		
4586252	Marden Ranchettes	marden-ranchettes	US		0	America/New_York	33.9646	-80.49897	98			SC	085		
4586260	Marigold Heights	marigold-heights	US		0	America/New_York	33.9146	-80.3648	48			SC	085		
4586261	Marilyn Acres	marilyn-acres	US		0	America/New_York	34.5515	-82.61208	250			SC	007		
4586265	Mariners Watch	mariners-watch	US		0	America/New_York	32.38353	-80.69455	9			SC	013		
4586294	Mark Island	mark-island	US		0	America/New_York	32.47436	-80.66844	3			SC	013		
4586309	Marlin Estates	marlin-estates	US		0	America/New_York	32.99184	-80.19509	21			SC	035		
4586318	Mars Bluff	mars-bluff	US		0	America/New_York	34.20543	-79.65534	30	Marrs Bluff,Mars Bluff,Marsbluff		SC	041		
4586328	Marsh Cove	marsh-cove	US		0	America/New_York	32.81684	-80.02842	5			SC	019		
4586331	Marsh Hawk	marsh-hawk	US		0	America/New_York	32.48019	-80.64094	7			SC	013		
4586336	Marsh Point	marsh-point	US		0	America/New_York	32.73684	-79.91731	4			SC	019		
4586341	Marsh Harbor	marsh-harbor	US		0	America/New_York	32.44825	-80.65622	3			SC	013		
4586345	Marshall Forest	marshall-forest	US		0	America/New_York	34.81123	-82.37318	275			SC	045		
4586346	Marshall Heights	marshall-heights	US		0	America/New_York	33.52071	-80.8637	78			SC	075		
4586347	Marshall Heights	marshall-heights	US		0	America/New_York	34.83623	-82.6068	316			SC	077		
4586174	Malta	malta	US	43758	0	America/New_York	33.8771	-80.58397	27			SC	085		
4586366	Martin Corner	martin-corner	US		0	America/New_York	33.40961	-79.70701	18	Cedar Creek,Martin Corner		SC	089		
4586371	Martin Crossroads	martin-crossroads	US		0	America/New_York	34.62929	-82.03038	215	Martin Cross Roads,Martin Crossroads		SC	059		
4586391	Martin Subdivision	martin-subdivision	US		0	America/New_York	33.88127	-80.34647	43			SC	085		
4586392	Martins Crossroads	martins-crossroads	US		0	America/New_York	33.69989	-79.9573	26	Martins Cross Roads,Martins Crossroads		SC	089		
4586399	Martins Landing	martins-landing	US		0	America/New_York	32.84351	-80.39427	2			SC	019		
4586400	Martins Landing	martins-landing	US		0	America/New_York	32.65073	-81.39288	9			SC	049		
4586406	Martins Point Landing	martins-point-landing	US		0	America/New_York	32.89601	-79.83869	3			SC	019		
4586409	Martintowne	martintowne	US		0	America/New_York	33.52375	-81.97345	107			SC	003		
4586412	Mary	mary	US		0	America/New_York	33.8735	-79.10504	11			SC	051		
4586425	Marydell (historical)	marydell-historical	US		0	America/New_York	35.05373	-82.42734	319			SC	045		
4586437	Mas Old Field Landing	mas-old-field-landing	US		0	America/New_York	33.05433	-80.44954	12			SC	029		
4586446	Masons Cross Road	masons-cross-road	US		0	America/New_York	34.55733	-82.77514	244			SC	007		
4586453	Matassee (historical)	matassee-historical	US		0	America/New_York	33.401	-79.86563	19			SC	015		
4586455	Mathais Crossroads	mathais-crossroads	US		0	America/New_York	33.89152	-81.86928	165			SC	037		
4586463	Mathews Heights	mathews-heights	US		0	America/New_York	34.14457	-82.13401	186			SC	047		
4586467	Mathews Village	mathews-village	US		0	America/New_York	34.16568	-82.14901	190	Mathews Village,Matthews Mill Village		SC	047		
4586468	Mathis (historical)	mathis-historical	US		0	America/New_York	33.0821	-81.329	75			SC	005		
4586469	Mathis Corner	mathis-corner	US		0	America/New_York	34.0946	-79.69701	33			SC	041		
4586471	Mason Estates	mason-estates	US		0	America/New_York	35.05345	-81.96038	275			SC	083		
4586506	Matthews Estates	matthews-estates	US		0	America/New_York	34.97098	-81.02674	193			SC	091		
4586521	May Hilltop	may-hilltop	US		0	America/New_York	34.31738	-79.21976	29	May,May Hilltop		SC	033		
4586528	Maybinton	maybinton	US		0	America/New_York	34.45236	-81.47566	132			SC	071		
4586532	Mayesville East Subdivision	mayesville-east-subdivision	US		0	America/New_York	33.97821	-80.1973	42			SC	085		
4586535	Mayfair	mayfair	US		0	America/New_York	34.16932	-79.8084	38			SC	041		
4586536	Mayfield (historical)	mayfield-historical	US		0	America/New_York	35.01873	-82.57207	292			SC	045		
4586537	Mayfield Acres	mayfield-acres	US		0	America/New_York	34.21682	-80.68258	76			SC	055		
4586545	Maynards	maynards	US		0	America/New_York	34.76821	-80.26951	140			SC	025		
4586549	Mayo Heights	mayo-heights	US		0	America/New_York	34.28821	-79.86812	46			SC	031		
4586550	Mayo Mills	mayo-mills	US		0	America/New_York	35.09096	-81.84594	249	Mary Louise,Mary Louise Mills,Mayo Mills		SC	083		
4586558	Mayson Crossroads	mayson-crossroads	US		0	America/New_York	33.93652	-82.12179	164			SC	037		
4586583	McCabe (historical)	mccabe-historical	US		0	America/New_York	34.10432	-80.32535	60			SC	061		
4586586	McBee	mcbee	US		855	America/New_York	34.46904	-80.2559	144	Makbi,mai ke bi,mk by,mkby  karwlynay jnwby,Макби,مك بي,مکبی، کارولینای جنوبی,麦克比		SC	025		
4586594	McCalls Corner	mccalls-corner	US		0	America/New_York	32.73157	-79.96509	2			SC	019		
4586605	McCalls Crossroads (historical)	mccalls-crossroads-historical	US		0	America/New_York	34.27349	-79.70423	35			SC	041		
4586608	McCaskill	mccaskill	US		0	America/New_York	34.12348	-80.7037	53			SC	055		
4586615	McClellanville	mcclellanville	US		530	America/New_York	33.08822	-79.46117	1	Maklelanvil,McClellan's Landing,McClellanville,mai ke lei an wei er,mk klylanfyl,Маклеланвил,مك كليلانفيل,مک‌کلانویل، کارولینای جنوبی,麦克勒安威尔		SC	019		
4586628	McColl	mccoll	US		2068	America/New_York	34.66877	-79.54533	56	McCall,McColl		SC	069		
4586636	McCombs	mccombs	US		0	America/New_York	34.17734	-82.22429	178			SC	047		
4586637	McConnells	mcconnells	US		270	America/New_York	34.86875	-81.22758	208	McConnells,McConnells Station,McConnellsville,McConnelsville		SC	091		
4586642	McCormick	mccormick	US		2578	America/New_York	33.91346	-82.29346	163	Dorns Mines,Makormik,McCormick,mai kao mi ke,mk kwrmk  jnwby kyrwlayna,mk kwrmyk,Макормик,مك كورميك,مک کورمک، جنوبی کیرولائنا,مک‌کورمیک، کارولینای جنوبی,麦考密克	065	SC	065		
4586648	McCormick Crossroads	mccormick-crossroads	US		0	America/New_York	34.49544	-79.47922	50	McCormick Cross Roads,McCormick Crossroads		SC	033		
4586667	McCrearys Quarter (historical)	mccrearys-quarter-historical	US		0	America/New_York	34.06349	-80.62203	36			SC	079		
4586670	McCoys Crossroads	mccoys-crossroads	US		0	America/New_York	34.3821	-80.25118	85			SC	031		
4586674	McCutchen (historical)	mccutchen-historical	US		0	America/New_York	34.17849	-80.2923	68			SC	061		
4586676	McCutchens Crossroads	mccutchens-crossroads	US		0	America/New_York	34.14599	-80.2348	57	McCutchens Cross Roads,McCutchens Crossroads,McCuthen Crossroads		SC	061		
4586691	McDonalds	mcdonalds	US		0	America/New_York	34.62183	-79.54366	58			SC	069		
4586696	McDaniel Heights	mcdaniel-heights	US		0	America/New_York	34.81567	-82.61652	317			SC	077		
4586710	McElveen	mcelveen	US		0	America/New_York	34.15793	-79.74145	27			SC	041		
4586713	McGee Acres	mcgee-acres	US		0	America/New_York	34.56122	-82.63458	251			SC	007		
4586737	McInnis (historical)	mcinnis-historical	US		0	America/New_York	34.55238	-79.51255	52			SC	069		
4586749	McKellar Farms	mckellar-farms	US		0	America/New_York	34.1879	-82.10456	179			SC	047		
4586751	McKelvey Crossroads	mckelvey-crossroads	US		0	America/New_York	34.60789	-82.36901	247			SC	045		
4586755	McKennon	mckennon	US		0	America/New_York	34.54682	-80.12785	125			SC	025		
4586762	McKenzie Crossroads	mckenzie-crossroads	US		0	America/New_York	33.91322	-79.9084	33	McKenzie Cross Roads,McKenzie Crossroads		SC	041		
4586785	McLaughlin Crossroads	mclaughlin-crossroads	US		0	America/New_York	34.22321	-80.05812	56	McLaughlin Crossroads,Windhams Cross Roads		SC	031		
4586841	McNeils (historical)	mcneils-historical	US		0	America/New_York	34.66793	-79.94145	33			SC	025		
4586845	McPhersonville	mcphersonville	US		0	America/New_York	32.69184	-80.91927	26			SC	049		
4586850	McQueen Crossroads	mcqueen-crossroads	US		0	America/New_York	34.07405	-79.14365	19			SC	051		
4586853	McSwain Gardens	mcswain-gardens	US		0	America/New_York	34.8754	-82.33317	302			SC	045		
4586864	Meador (historical)	meador-historical	US		0	America/New_York	34.68541	-81.50788	123			SC	087		
4586870	Meadow Brook	meadow-brook	US		0	America/New_York	34.26099	-79.77673	32			SC	031		
4586871	Meadow Brook	meadow-brook	US		0	America/New_York	34.67844	-82.80959	242			SC	077		
4586873	Meadow Brook	meadow-brook	US		0	America/New_York	34.48705	-82.56652	230			SC	007		
4586877	Meadow Fields	meadow-fields	US		0	America/New_York	34.439	-82.64152	239			SC	007		
4586881	Meadow Lake	meadow-lake	US		0	America/New_York	34.07821	-81.00342	82			SC	079		
4586882	Meadow Lakes	meadow-lakes	US		0	America/New_York	34.94042	-81.07508	193			SC	091		
4586883	Meadow Oaks	meadow-oaks	US		0	America/New_York	34.33293	-80.10451	68			SC	031		
4586884	Meadow Park	meadow-park	US		0	America/New_York	34.45844	-82.65486	241			SC	007		
4586888	Meadow Rose	meadow-rose	US		0	America/New_York	34.68066	-82.81348	243			SC	077		
4586889	Meadow Spring	meadow-spring	US		0	America/New_York	35.01373	-81.91677	260			SC	083		
4586890	Meadow View	meadow-view	US		0	America/New_York	34.1196	-80.71092	61			SC	055		
4586893	Meadowbrook Farms	meadowbrook-farms	US		0	America/New_York	35.03734	-82.03094	261			SC	083		
4586894	Meadowbrook Heights	meadowbrook-heights	US		0	America/New_York	34.51761	-82.70125	242			SC	007		
4586896	Meadowfield	meadowfield	US		0	America/New_York	33.96238	-80.96453	62			SC	079		
4586898	Meadowridge	meadowridge	US		0	America/New_York	33.52238	-80.90537	67			SC	075		
4586900	Mealing Heights	mealing-heights	US		0	America/New_York	33.49125	-81.96345	63			SC	003		
4586902	Mean Crossroads	mean-crossroads	US		0	America/New_York	34.80819	-81.73204	173	Mean Crossroads,Means Cross Roads,Means Crossroads		SC	087		
4586912	Meansville (historical)	meansville-historical	US		0	America/New_York	34.80763	-81.75454	171			SC	087		
4586924	Meeks	meeks	US		0	America/New_York	34.2021	-79.71173	42			SC	041		
4586930	Meeting Street	meeting-street	US		0	America/New_York	33.9418	-81.92817	140	Meeting Street,Meeting Street Crossroads		SC	037		
4586939	Melbourne Heights	melbourne-heights	US		0	America/New_York	34.52177	-82.64013	235			SC	007		
4586940	Melgrove (historical)	melgrove-historical	US		0	America/New_York	32.92934	-79.99481	3			SC	015		
4586944	Meggett	meggett	US		1315	America/New_York	32.71796	-80.23899	7			SC	019		
4586947	Melrose Heights	melrose-heights	US		0	America/New_York	34.00564	-80.99945	100			SC	079		
4586955	Melwood	melwood	US		0	America/New_York	33.95098	-81.1776	93			SC	063		
4586968	Menriv Park	menriv-park	US		0	America/New_York	32.97101	-79.98453	10			SC	015		
4586971	Mepkin	mepkin	US		0	America/New_York	33.11489	-79.9523	9	Mepkin,Mepkin Plantation		SC	015		
4586975	Merchant (historical)	merchant-historical	US		0	America/New_York	34.03819	-81.66927	138			SC	081		
4586977	Merchant Estates	merchant-estates	US		0	America/New_York	34.81401	-82.36179	264			SC	045		
4586979	Mercer (historical)	mercer-historical	US		0	America/New_York	35.01957	-81.54232	208			SC	021		
4586980	Meriwether	meriwether	US		0	America/New_York	33.65291	-82.15956	118			SC	065		
4586987	Merritts Bridge (historical)	merritts-bridge-historical	US		0	America/New_York	33.68764	-81.59427	100			SC	003		
4586990	Merrittsville (historical)	merrittsville-historical	US		0	America/New_York	35.14873	-82.4054	375	Humphries Store,Merrittsville (historical)		SC	045		
4587011	Metz Store (historical)	metz-store-historical	US		0	America/New_York	32.99184	-80.4901	20			SC	029		
4587018	Merrifield Park	merrifield-park	US		0	America/New_York	34.86345	-82.31317	299			SC	045		
4587029	Middendorf	middendorf	US		0	America/New_York	34.52182	-80.16285	100	Middendorf,Mittendorf		SC	025		
4587070	Middleton Shores	middleton-shores	US		0	America/New_York	34.564	-82.70125	224			SC	007		
4587074	Midland Acres	midland-acres	US		0	America/New_York	33.92544	-80.29008	44			SC	085		
4587078	Midland Estates	midland-estates	US		0	America/New_York	35.02456	-81.97011	274			SC	083		
4586945	Melrose	melrose	US	02176	0	America/New_York	32.7924	-80.04676	8			SC	019		
4587086	Midland Valley	midland-valley	US		0	America/New_York	33.55153	-81.82094	69	Midland Valley,Midland Valley Estates		SC	003		
4587115	Midway Crossroads	midway-crossroads	US		0	America/New_York	33.70156	-79.32838	16	Midway Cross Roads,Midway Crossroads		SC	043		
4587116	Midway Crossroads	midway-crossroads	US		0	America/New_York	34.62071	-80.50146	164	Midway Cross Roads,Midway Crossroads		SC	057		
4587117	Midway Crossroads	midway-crossroads	US		0	America/New_York	33.76711	-79.54812	16			SC	089		
4587141	Milbury	milbury	US		0	America/New_York	32.92516	-81.42983	40	Milbury,Millberry,Millbury		SC	005		
4587255	Mill Creek Estates	mill-creek-estates	US		0	America/New_York	33.93988	-80.91898	59			SC	079		
4587279	Mill Stone Landing	mill-stone-landing	US		0	America/New_York	32.28631	-81.11928	1	Mill Stone Landing,Wood Landing,Woods Landing		SC	053		
4587281	Millbank (historical)	millbank-historical	US		0	America/New_York	34.26543	-80.59286	57	Boykin,Millbank (historical)		SC	055		
4587285	Millbrook Estates	millbrook-estates	US		0	America/New_York	33.51292	-81.71789	152			SC	003		
4587288	Milledgeville (historical)	milledgeville-historical	US		0	America/New_York	33.67236	-81.77066	158			SC	003		
4587300	Miller Crossing	miller-crossing	US		0	America/New_York	34.97959	-81.08369	215			SC	091		
4587301	Miller Crossroads	miller-crossroads	US		0	America/New_York	33.70878	-79.31477	15			SC	043		
4587305	Miller Hill	miller-hill	US		0	America/New_York	32.71879	-80.02148	6			SC	019		
4587317	Millers Crossroads	millers-crossroads	US		0	America/New_York	33.7443	-82.10095	139	Millers Cross Roads,Millers Crossroads		SC	037		
4587321	Millers Mill	millers-mill	US		0	America/New_York	34.21706	-82.30624	139			SC	001		
4587326	Millersville (historical)	millersville-historical	US		0	America/New_York	33.17072	-80.9676	33			SC	009		
4587327	Millett	millett	US		0	America/New_York	33.08126	-81.53566	42	Millett,Millettville		SC	005		
4587332	Milligans	milligans	US		0	America/New_York	33.46072	-80.4537	41	Mellicans,Millicans,Milligans		SC	075		
4587343	Millers Grove (historical)	millers-grove-historical	US		0	America/New_York	34.16679	-82.27651	175			SC	001		
4587360	Millville (historical)	millville-historical	US		0	America/New_York	34.77513	-81.95399	208			SC	083		
4587363	Millwood (historical)	millwood-historical	US		0	America/New_York	34.06456	-82.62624	122			SC	001		
4587367	Millwood Gardens	millwood-gardens	US		0	America/New_York	33.91294	-80.37897	52			SC	085		
4587372	Milmont Shores	milmont-shores	US		0	America/New_York	34.1132	-81.39649	116			SC	063		
4587378	Mimms Crossroads	mimms-crossroads	US		0	America/New_York	33.93905	-79.91146	33			SC	041		
4587407	Mink Point Plantation	mink-point-plantation	US		0	America/New_York	32.40992	-80.71677	6			SC	013		
4587410	Mink Creek Estates	mink-creek-estates	US		0	America/New_York	34.97651	-82.20122	280			SC	083		
4587439	Mitchell (historical)	mitchell-historical	US		0	America/New_York	35.06067	-82.26984	330			SC	045		
4587441	Minton Mill	minton-mill	US		0	America/New_York	34.50599	-80.40924	104	Minton Mill,Mintons Mill		SC	055		
4587461	Mitford	mitford	US		0	America/New_York	34.52737	-80.95536	170	Miftord,Mitford		SC	039		
4587464	Mittenlane	mittenlane	US		0	America/New_York	33.201	-79.99758	16			SC	015		
4587480	Mobleys Crossroads	mobleys-crossroads	US		0	America/New_York	33.91375	-81.744	166	Mobleys Cross Roads,Mobleys Crossroads		SC	081		
4587490	Modoc Subdivision	modoc-subdivision	US		0	America/New_York	33.70985	-82.2179	119			SC	065		
4587491	Moffitsville	moffitsville	US		0	America/New_York	34.28983	-82.71097	191	Moffatsville,Moffitsville		SC	007		
4587500	Molly Tree Plantation	molly-tree-plantation	US		0	America/New_York	34.78762	-82.25901	238			SC	045		
4587504	Monaco Estates	monaco-estates	US		0	America/New_York	34.69594	-82.79736	254			SC	077		
4587505	Monaghan	monaghan	US		0	America/New_York	34.86567	-82.42901	298			SC	045		
4587541	Montclaire	montclaire	US		0	America/New_York	34.78179	-82.28678	264			SC	045		
4587546	Monterey (historical)	monterey-historical	US		0	America/New_York	34.16761	-82.54013	177			SC	001		
4587547	Monterey Hills	monterey-hills	US		0	America/New_York	34.99765	-81.0373	188			SC	091		
4587549	Montgomery Acres	montgomery-acres	US		0	America/New_York	34.94762	-81.88288	214			SC	083		
4587551	Monroe Crossroads	monroe-crossroads	US		0	America/New_York	34.54516	-79.65506	40	Monroe Cross Roads,Monroe Crossroads,Monroes Cross Roads		SC	069		
4587559	Monticello Estates	monticello-estates	US		0	America/New_York	33.49458	-81.93039	102			SC	003		
4587578	Moody Cove	moody-cove	US		0	America/New_York	34.93231	-83.07071	376			SC	073		
4587588	Moonville	moonville	US		0	America/New_York	34.71706	-82.38762	282			SC	045		
4587607	Moores Corner	moores-corner	US		0	America/New_York	33.10017	-79.46895	4			SC	019		
4587609	Moore Crossroads	moore-crossroads	US		0	America/New_York	33.85072	-79.83979	25	Moore Crossroads,Moores Cross Roads,Moores Crossroads		SC	089		
4587611	Moores Landing	moores-landing	US		0	America/New_York	32.93989	-79.6573	1			SC	019		
4587629	Moreland Landing	moreland-landing	US		0	America/New_York	33.00962	-79.8998	1			SC	015		
4587634	Moores Crossroads	moores-crossroads	US		0	America/New_York	32.97905	-81.32566	52	Moores Cross Roads,Moores Crossroads		SC	005		
4587643	Morgana	morgana	US		0	America/New_York	33.60708	-82.05428	98			SC	037		
4587645	Morningside	morningside	US		0	America/New_York	34.88456	-82.34151	289			SC	045		
4587649	Morningside Heights	morningside-heights	US		0	America/New_York	34.65677	-82.85792	208			SC	073		
4587651	Morgan River Estates	morgan-river-estates	US		0	America/New_York	32.43436	-80.62677	3			SC	013		
4587709	Moses Heights	moses-heights	US		0	America/New_York	33.89405	-80.32702	46			SC	085		
4587720	Moss Grove	moss-grove	US		0	America/New_York	33.3335	-80.17675	29			SC	015		
4587723	Moss Heights	moss-heights	US		0	America/New_York	33.49682	-80.87731	64			SC	075		
4587724	Moss Hills	moss-hills	US		0	America/New_York	33.53376	-80.86787	69			SC	075		
4587727	Moss Creek	moss-creek	US		0	America/New_York	33.53906	-79.05254	3			SC	043		
4587728	Moss Park	moss-park	US		0	America/New_York	32.8049	-79.8487	4			SC	019		
4587731	Moss Pond (historical)	moss-pond-historical	US		0	America/New_York	33.38072	-80.14481	24			SC	015		
4587747	Motts Crossroads	motts-crossroads	US		0	America/New_York	33.97877	-79.90535	33			SC	041		
4587749	Moultrie Heights	moultrie-heights	US		0	America/New_York	32.78934	-79.86786	1			SC	019		
4587774	Mount Bethel (historical)	mount-bethel-historical	US		0	America/New_York	34.3382	-81.56233	165			SC	071		
4587908	Mount Gallagher	mount-gallagher	US		0	America/New_York	34.3954	-82.18817	195			SC	059		
4588136	Mount Pisgah	mount-pisgah	US		0	America/New_York	33.14128	-80.30704	18	Mount Pisga,Mount Pisgah		SC	015		
4588137	Mount Pisgah	mount-pisgah	US		0	America/New_York	34.55821	-80.44507	144			SC	055		
4588242	Mount Rena	mount-rena	US		0	America/New_York	33.51822	-79.12949	5			SC	043		
4588323	Mount Vernon Estates	mount-vernon-estates	US		0	America/New_York	34.94817	-82.25234	328			SC	045		
4588328	Mount View	mount-view	US		0	America/New_York	35.03123	-82.35623	321			SC	045		
4588347	Mount Willing	mount-willing	US		0	America/New_York	34.0043	-81.66788	137			SC	081		
4588491	Mountain Brook	mountain-brook	US		0	America/New_York	33.9796	-80.90953	73			SC	079		
4588494	Mountain Brook	mountain-brook	US		0	America/New_York	34.86067	-82.30262	295			SC	045		
4588496	Mountain Creek	mountain-creek	US		0	America/New_York	34.44594	-82.70819	236			SC	007		
4588508	Mountain Estates	mountain-estates	US		0	America/New_York	34.69872	-82.80403	266			SC	077		
4588520	Mountain Lake Colony	mountain-lake-colony	US		0	America/New_York	35.07262	-82.6229	352			SC	045		
4588533	Mountain Shadows	mountain-shadows	US		0	America/New_York	34.90706	-82.44151	306			SC	045		
4588552	Mountain View Homes	mountain-view-homes	US		0	America/New_York	34.84706	-82.42151	305			SC	045		
4588556	Mountainbrook	mountainbrook	US		0	America/New_York	35.02151	-81.96483	264			SC	083		
4588557	Mountaindale	mountaindale	US		0	America/New_York	34.70983	-82.81014	261			SC	077		
4588562	Mouzon	mouzon	US		0	America/New_York	33.73461	-79.92674	20	Mouzon,Mouzons		SC	089		
4588565	Moyd	moyd	US		0	America/New_York	33.34128	-79.36922	4			SC	043		
4588589	Mudlick	mudlick	US		0	America/New_York	34.26958	-81.86956	156			SC	071		
4588592	Mudville (historical)	mudville-historical	US		0	America/New_York	33.27128	-80.18037	30			SC	015		
4588606	Mulberry Landing	mulberry-landing	US		0	America/New_York	33.58434	-79.10226	0			SC	043		
4588615	Muldrow Mill	muldrow-mill	US		0	America/New_York	34.19988	-79.88451	38	Muldrow Mill,Muldrows Mill		SC	031		
4588620	Muldrows Mill	muldrows-mill	US		0	America/New_York	34.14266	-79.77479	34			SC	041		
4588647	Murad	murad	US		0	America/New_York	32.49602	-80.87011	4			SC	053		
4588654	Murphys Estates	murphys-estates	US		1441	America/New_York	33.60125	-81.94428	174	Murphy Estates,Murphy Village,Murphy's Village,Murphys Estates		SC	037		
4588657	Murray (historical)	murray-historical	US		0	America/New_York	34.41206	-82.37429	228			SC	001		
4588669	Murray Landing	murray-landing	US		0	America/New_York	32.83406	-79.98731	0			SC	019		
4588677	Murray Forest	murray-forest	US		0	America/New_York	34.0182	-81.24565	117			SC	063		
4588680	Murraysville	murraysville	US		0	America/New_York	33.18128	-80.10148	20			SC	015		
4588681	Murrell (historical)	murrell-historical	US		0	America/New_York	33.42628	-80.03036	24			SC	015		
4588687	Murry Hill	murry-hill	US		0	America/New_York	32.80045	-80.00204	5			SC	019		
4588699	Musical Heights	musical-heights	US		0	America/New_York	34.98764	-81.22007	214			SC	091		
4588706	Myers (historical)	myers-historical	US		0	America/New_York	32.54185	-81.25399	12			SC	053		
4588711	Myers	myers	US		0	America/New_York	32.81684	-79.95037	7			SC	019		
4588715	Mylintee Estates	mylintee-estates	US		0	America/New_York	34.64899	-82.89292	220			SC	073		
4588716	Myrtle Acres	myrtle-acres	US		0	America/New_York	32.78795	-79.85258	2			SC	019		
4588741	Myrtle Heights	myrtle-heights	US		0	America/New_York	33.69323	-78.9067	8			SC	051		
4588742	Myrtle Heights	myrtle-heights	US		0	America/New_York	33.71462	-78.8553	8			SC	051		
4588743	Myrtle Island	myrtle-island	US		0	America/New_York	32.21187	-80.86483	3			SC	013		
4588744	Myrtle Ridge	myrtle-ridge	US		0	America/New_York	33.6885	-78.9142	10			SC	051		
4588746	Myrtle Trace	myrtle-trace	US		0	America/New_York	33.78434	-78.99892	12			SC	051		
4588752	Myrtle Grove	myrtle-grove	US		0	America/New_York	32.79184	-80.05148	8			SC	019		
4588767	Nautical Watch Villas	nautical-watch-villas	US		0	America/New_York	32.40214	-80.43455	2			SC	013		
4588768	Nauvassee (historical)	nauvassee-historical	US		0	America/New_York	34.99181	-80.9248	204			SC	091		
4588801	Neal Shoals	neal-shoals	US		0	America/New_York	34.66486	-81.44982	111			SC	087		
4588827	Ned Swamp	ned-swamp	US		0	America/New_York	33.87184	-79.13115	16			SC	051		
4588852	Neighbors Crossroads	neighbors-crossroads	US		0	America/New_York	34.45819	-81.80649	188	Neighbors Cross Roads,Neighbors Crossroads		SC	059		
4588861	Nelson Hill	nelson-hill	US		0	America/New_York	33.34961	-80.14981	27			SC	015		
4588878	Nevadum	nevadum	US		0	America/New_York	32.4588	-80.88927	5	Nevadum,Nevadun		SC	053		
4588881	Nevitt Forest	nevitt-forest	US		0	America/New_York	34.48344	-82.59708	203			SC	007		
4588883	Nevitt Pines	nevitt-pines	US		0	America/New_York	34.48677	-82.59291	225			SC	007		
4588884	Nevitt Woods	nevitt-woods	US		0	America/New_York	34.49316	-82.59874	223			SC	007		
4588909	New Brookland	new-brookland	US		0	America/New_York	33.50849	-80.84565	80			SC	075		
4588928	New Cut	new-cut	US		0	America/New_York	34.77876	-80.67312	183	New Cut,Newcut		SC	057		
4588929	New Cut Landing	new-cut-landing	US		0	America/New_York	32.70601	-80.17787	9			SC	019		
4588933	New Dublin (historical)	new-dublin-historical	US		0	America/New_York	33.99377	-81.03787	61			SC	079		
4588949	New Furman Heights	new-furman-heights	US		0	America/New_York	34.89789	-82.43484	309			SC	045		
4588972	New Holland Crossroads	new-holland-crossroads	US		0	America/New_York	33.70098	-81.48038	164	New Holland Cross Roads,New Holland Crossroads		SC	003		
4589082	New Landing	new-landing	US		0	America/New_York	32.51296	-81.23038	7	New Landing,Newlanding		SC	053		
4589093	New Light	new-light	US		0	America/New_York	34.58927	-82.80292	257			SC	007		
4589099	New Market (historical)	new-market-historical	US		0	America/New_York	33.5335	-79.9973	21			SC	089		
4589128	New Prospect	new-prospect	US		0	America/New_York	35.13234	-82.044	281			SC	083		
4589142	New Prospect Estates	new-prospect-estates	US		0	America/New_York	34.51122	-82.72875	233			SC	007		
4589152	New Richmond (historical)	new-richmond-historical	US		0	America/New_York	33.53541	-82.01373	45			SC	037		
4589231	Newington Plantation	newington-plantation	US		0	America/New_York	32.98489	-80.20537	22			SC	035		
4589257	Nexsen (historical)	nexsen-historical	US		0	America/New_York	33.64072	-79.77396	16			SC	089		
4589258	Neyles	neyles	US		0	America/New_York	32.82518	-80.55844	7	Neyles,Neyles Cross Roads		SC	029		
4589276	Nicholtown	nicholtown	US		0	America/New_York	34.8404	-82.37123	288			SC	045		
4589285	Nimmons	nimmons	US		0	America/New_York	34.99011	-82.83847	299			SC	077		
4589291	Nicholson Village	nicholson-village	US		0	America/New_York	33.55459	-81.65427	147			SC	003		
4589294	Nine Times	nine-times	US		0	America/New_York	34.91511	-82.84403	301			SC	077		
4589322	Nitrolee	nitrolee	US		0	America/New_York	34.58292	-80.90675	157			SC	023		
4589326	Nixons Crossroads	nixons-crossroads	US		0	America/New_York	33.85767	-78.66029	16	Nixons Cross Roads,Nixons Crossroads		SC	051		
4589327	Nixonville	nixonville	US		0	America/New_York	33.83462	-78.8853	6			SC	051		
4589328	Nixville	nixville	US		0	America/New_York	32.74295	-81.15205	32	Nixs Cross Roads,Nixville,Nixville Cross Roads,Nixville Crossroads		SC	049		
4589332	No Mans Land (historical)	no-mans-land-historical	US		0	America/New_York	34.78014	-81.46704	158			SC	087		
4589334	Nob Hill	nob-hill	US		0	America/New_York	34.15432	-79.75117	34			SC	041		
4589345	Norman Landing	norman-landing	US		0	America/New_York	32.98461	-80.40843	8			SC	035		
4589346	Normandy Park	normandy-park	US		0	America/New_York	34.47539	-82.60208	214			SC	007		
4589347	Normandy Park Junior	normandy-park-junior	US		0	America/New_York	34.47872	-82.60735	223			SC	007		
4589348	Normandy Shores	normandy-shores	US		0	America/New_York	34.70843	-82.95543	260			SC	073		
4589357	Norris Heights	norris-heights	US		0	America/New_York	34.27043	-80.56424	86			SC	055		
4589361	North Acres	north-acres	US		0	America/New_York	34.89206	-82.36706	327			SC	045		
4589384	North Brookdale	north-brookdale	US		0	America/New_York	33.51515	-80.83565	78			SC	075		
4589386	North Brentwood	north-brentwood	US		0	America/New_York	33.49238	-80.8137	60			SC	075		
4589400	North Deerfield	north-deerfield	US		0	America/New_York	33.94182	-80.40258	51			SC	085		
4589403	North Crossing	north-crossing	US		0	America/New_York	34.1371	-80.87842	136			SC	079		
4589405	North End (historical)	north-end-historical	US		0	America/New_York	33.42933	-79.91508	7			SC	015		
4589409	North Forest Estates	north-forest-estates	US		0	America/New_York	34.59205	-82.70291	240			SC	007		
4589418	North Forks	north-forks	US		0	America/New_York	34.614	-82.68041	260			SC	007		
4589419	North Gate	north-gate	US		0	America/New_York	34.22627	-79.79478	41	North Gate,Northgate		SC	041		
4589421	North Gardens	north-gardens	US		0	America/New_York	34.86567	-82.35123	316			SC	045		
4589426	North Hartsville	north-hartsville	US		3251	America/New_York	34.39377	-80.06951	63			SC	031		
4589430	North Hill Acres	north-hill-acres	US		0	America/New_York	35.01401	-81.99538	260			SC	083		
4589434	North Hills Estates	north-hills-estates	US		0	America/New_York	34.26123	-82.17984	179			SC	047		
4589443	North Litchfield Beach	north-litchfield-beach	US		0	America/New_York	33.48906	-79.08254	2	North Litchfield,North Litchfield Beach		SC	043		
4589444	North Mullins	north-mullins	US		0	America/New_York	34.21711	-79.25727	30			SC	067		
4589457	North Pacolet	north-pacolet	US		0	America/New_York	35.16567	-82.08483	305			SC	083		
4589462	North Pine Point	north-pine-point	US		0	America/New_York	32.81545	-80.01342	5			SC	019		
4589463	North Pines	north-pines	US		0	America/New_York	34.14821	-80.97481	117			SC	079		
4589473	North Ridge	north-ridge	US		0	America/New_York	35.10651	-82.06955	272			SC	083		
4589476	North Ridge	north-ridge	US		0	America/New_York	33.51599	-80.8837	63			SC	075		
4589480	North Santee	north-santee	US		0	America/New_York	33.23017	-79.37672	6			SC	043		
4589481	North Side Heights	north-side-heights	US		0	America/New_York	34.88623	-82.35956	311			SC	045		
4589484	North Springs	north-springs	US		0	America/New_York	34.13487	-80.88731	112			SC	079		
4589488	North Trenholm	north-trenholm	US		0	America/New_York	34.04043	-80.97037	82			SC	079		
4589489	North Twenty One Terrace	north-twenty-one-terrace	US		0	America/New_York	34.06404	-81.0137	100			SC	079		
4589493	North Washington Park	north-washington-park	US		0	America/New_York	34.11821	-80.9562	92			SC	079		
4589500	Northbrook Park	northbrook-park	US		0	America/New_York	35.01956	-81.95399	258			SC	083		
4589502	Northfall Acres	northfall-acres	US		0	America/New_York	34.24929	-82.18734	192			SC	047		
4589503	Northgate	northgate	US		0	America/New_York	35.10846	-81.67204	244			SC	021		
4589504	Northgate	northgate	US		0	America/New_York	34.87984	-82.38373	302			SC	045		
4589505	Northgate	northgate	US		0	America/New_York	34.09737	-81.03037	80			SC	079		
4589506	Northgate	northgate	US		0	America/New_York	35.06817	-81.97483	297			SC	083		
4589508	Northlake	northlake	US		3745	America/New_York	34.56622	-82.68402	201			SC	007		
4589532	Northview	northview	US		0	America/New_York	34.53983	-82.68791	247			SC	007		
4589533	Northview Acres	northview-acres	US		0	America/New_York	34.96484	-82.13316	287			SC	083		
4589547	Northwood Estates	northwood-estates	US		0	America/New_York	32.95184	-80.05175	12			SC	019		
4589548	Northwood Hills	northwood-hills	US		0	America/New_York	34.90567	-82.43457	319			SC	045		
4589553	Norton (historical)	norton-historical	US		0	America/New_York	34.21017	-78.97614	32			SC	051		
4589559	Norwood Crossroad	norwood-crossroad	US		0	America/New_York	33.96794	-79.94146	36	Norwood Cross Roads,Norwood Crossroad		SC	085		
4589569	O'Neal	o-neal	US		0	America/New_York	35.00734	-82.28095	295	O'Neal,O'Neall,Oneal,Rices Store		SC	045		
4589577	Oak Corner	oak-corner	US		0	America/New_York	33.16906	-79.70813	12			SC	015		
4589581	Oak Crest	oak-crest	US		0	America/New_York	34.82484	-82.44096	297			SC	045		
4589582	Oak Crest	oak-crest	US		0	America/New_York	33.99043	-81.16454	97			SC	063		
4589583	Oak Dale	oak-dale	US		0	America/New_York	34.31627	-79.85534	38			SC	031		
4589596	Nursery (historical)	nursery-historical	US		0	America/New_York	34.91317	-82.32206	300			SC	045		
4589650	Oak Grove Estates	oak-grove-estates	US		0	America/New_York	33.98071	-81.15815	111			SC	063		
4589705	Oak Haven Acres	oak-haven-acres	US		0	America/New_York	33.91266	-80.41064	55			SC	085		
4589718	Oak Hills	oak-hills	US		0	America/New_York	34.87651	-82.44707	305			SC	045		
4589719	Oak Hollow	oak-hollow	US		0	America/New_York	34.94373	-82.36929	334			SC	045		
4589720	Oak Hurst	oak-hurst	US		0	America/New_York	34.93151	-81.8951	230			SC	083		
4589750	Oakatee	oakatee	US		0	America/New_York	33.04184	-80.07898	21			SC	015		
4589751	Oakbrook	oakbrook	US		0	America/New_York	32.95851	-80.17204	9			SC	035		
4589753	Oakcrest	oakcrest	US		0	America/New_York	32.72407	-79.96092	2			SC	019		
4589757	Oakdale Acres	oakdale-acres	US		0	America/New_York	34.87736	-81.05202	192			SC	091		
4589765	Oakdale Estates	oakdale-estates	US		0	America/New_York	32.996	-80.21315	20			SC	035		
4589770	Oakey Bay	oakey-bay	US		0	America/New_York	33.84378	-79.1331	10			SC	051		
4589773	Oak Knoll Estates	oak-knoll-estates	US		0	America/New_York	33.00128	-80.17231	28			SC	035		
4589774	Oakgrove	oakgrove	US		0	America/New_York	32.62685	-80.21288	8			SC	019		
4589796	Oakland Crossroads	oakland-crossroads	US		0	America/New_York	34.53905	-79.36616	47	Oakland,Oakland Cross Roads,Oakland Crossroads		SC	033		
4589799	Oakland Heights	oakland-heights	US		0	America/New_York	33.74351	-78.8303	6			SC	051		
4589812	Oaklawn	oaklawn	US		0	America/New_York	33.9471	-80.34564	54			SC	085		
4589831	Oaks Crossroads	oaks-crossroads	US		0	America/New_York	33.45849	-80.62453	45			SC	075		
4589835	Oakview Park	oakview-park	US		0	America/New_York	32.74212	-79.98259	1			SC	019		
4589839	Oakway	oakway	US		0	America/New_York	34.60121	-83.02571	296	Nubbin Ridge,Oakway		SC	073		
4589849	Oakwood Acres	oakwood-acres	US		0	America/New_York	34.97126	-81.00674	177			SC	091		
4589854	Oakwood Estates	oakwood-estates	US		0	America/New_York	34.55844	-82.66458	218			SC	007		
4589855	Oakwood Park	oakwood-park	US		0	America/New_York	32.42103	-80.64177	4			SC	013		
4589860	Oatland	oatland	US		0	America/New_York	33.49517	-79.34728	6			SC	043		
4589867	Obed (historical)	obed-historical	US		0	America/New_York	35.15317	-82.09317	295			SC	083		
4589869	Oats	oats	US		0	America/New_York	34.25349	-80.07757	59	Oates,Oats		SC	031		
4589872	Ocean Drive Beach	ocean-drive-beach	US		0	America/New_York	33.81851	-78.67335	3	Ocean Drive,Ocean Drive Beach		SC	051		
4589874	Ocean Forest	ocean-forest	US		0	America/New_York	33.72989	-78.83808	6			SC	051		
4589880	Ocean Lakes	ocean-lakes	US		0	America/New_York	33.626	-78.95364	3			SC	051		
4589882	Ocean Pines	ocean-pines	US		0	America/New_York	33.59045	-79.01226	6			SC	051		
4589886	Oceanmarsh Subdivision	oceanmarsh-subdivision	US		0	America/New_York	32.39825	-80.43927	3			SC	013		
4589887	Oceanside Village	oceanside-village	US		0	America/New_York	33.59461	-78.99087	4			SC	051		
4589888	Oceanview	oceanview	US		0	America/New_York	32.71796	-79.9337	1			SC	019		
4589889	Oceda	oceda	US		0	America/New_York	33.35156	-79.63701	8			SC	043		
4589898	Oconee Estates	oconee-estates	US		0	America/New_York	34.70426	-83.00682	282			SC	073		
4589901	Oconee Point	oconee-point	US		0	America/New_York	34.59816	-82.86875	205			SC	073		
4589953	Old Buckhead	old-buckhead	US		0	America/New_York	34.45014	-81.30093	151	Buckhead,Old Buckhead		SC	039		
4589962	Old Cordesville	old-cordesville	US		0	America/New_York	33.17767	-79.91675	13	Gough,Old Cordesville		SC	015		
4589963	Old Court	old-court	US		0	America/New_York	34.18238	-79.87729	43			SC	041		
4589971	Old Farm	old-farm	US		0	America/New_York	34.94792	-81.04786	200			SC	091		
4589982	Old Forest	old-forest	US		0	America/New_York	34.04821	-80.9812	79			SC	079		
4589988	Old Fort Estates	old-fort-estates	US		0	America/New_York	32.95767	-80.13009	19			SC	035		
4590000	Old House	old-house	US		0	America/New_York	32.45963	-80.8965	5			SC	053		
4590008	Old Joe	old-joe	US		0	America/New_York	33.05573	-79.80786	9			SC	015		
4590024	Old Madison	old-madison	US		0	America/New_York	34.6126	-83.19627	215	Fort Madison,Old Madison		SC	073		
4590035	Old Morrisville	old-morrisville	US		0	America/New_York	33.5985	-79.50728	14			SC	089		
4590042	Old Orchard	old-orchard	US		0	America/New_York	32.72129	-79.94287	5			SC	019		
4590043	Old Orchid	old-orchid	US		0	America/New_York	35.00098	-80.95591	189			SC	091		
4590044	Old Peru	old-peru	US		0	America/New_York	33.42045	-79.98674	24			SC	015		
4590045	Old Pickens	old-pickens	US		0	America/New_York	34.78621	-82.88876	211	Old Pickens,Pickens		SC	073		
4590053	Old Point Station	old-point-station	US		0	America/New_York	34.95987	-81.04869	210	Indian Land,Old Point Station,Oldpoint,Point		SC	091		
4590062	Old Mill Estates	old-mill-estates	US		0	America/New_York	34.92956	-82.30928	289			SC	045		
4590065	Old River Estates	old-river-estates	US		0	America/New_York	33.85295	-78.6414	6			SC	051		
4590074	Old Saint George	old-saint-george	US		0	America/New_York	33.17127	-80.61232	27			SC	035		
4590100	Old Vat (historical)	old-vat-historical	US		0	America/New_York	32.93184	-79.84842	9			SC	015		
4590117	Oldtown (historical)	oldtown-historical	US		0	America/New_York	34.17347	-81.78178	114	Oldtown (historical),Saluda		SC	071		
4590120	Ole Salem Estates	ole-salem-estates	US		0	America/New_York	34.91234	-82.55179	315			SC	077		
4590121	Olga (historical)	olga-historical	US		0	America/New_York	35.0029	-82.55846	326			SC	077		
4590125	Oldwoods	oldwoods	US		0	America/New_York	34.96264	-81.06952	197			SC	091		
4590134	Oliver Crossroads	oliver-crossroads	US		0	America/New_York	34.38461	-79.26365	32	Oliver Cross Roads,Oliver Crossroads		SC	033		
4590168	Opossum Point Landing	opossum-point-landing	US		0	America/New_York	32.17715	-80.77289	3			SC	013		
4590177	Orange Grove Estates	orange-grove-estates	US		0	America/New_York	32.81768	-80.00009	7			SC	019		
4590193	Orangeburg Manor	orangeburg-manor	US		0	America/New_York	33.47793	-80.85787	53			SC	075		
4590206	Orangewood	orangewood	US		0	America/New_York	33.4796	-80.81148	58			SC	075		
4590209	Orleans Estates	orleans-estates	US		0	America/New_York	32.79684	-80.02704	5			SC	019		
4590211	Orleans Woods	orleans-woods	US		0	America/New_York	32.80351	-80.02481	6			SC	019		
4590218	Orrs	orrs	US		0	America/New_York	34.71708	-81.12342	149	Orrs,Orrs Station		SC	023		
4590224	Orum	orum	US		0	America/New_York	34.0821	-79.56811	29			SC	041		
4590232	Osceola Heights	osceola-heights	US		0	America/New_York	32.78684	-79.85925	1			SC	019		
4590233	Osceola Oaks	osceola-oaks	US		0	America/New_York	32.78823	-79.86147	4			SC	019		
4590236	Oswald Park	oswald-park	US		0	America/New_York	34.03514	-81.41344	122			SC	063		
4590237	Oswald Place	oswald-place	US		0	America/New_York	32.71962	-79.93842	3			SC	019		
4590245	Otranto	otranto	US		0	America/New_York	32.96517	-80.04425	11	Otranto,Otranto Plantation		SC	019		
4590247	Ott (historical)	ott-historical	US		0	America/New_York	33.31266	-81.09343	67			SC	009		
4590254	Otter Hole	otter-hole	US		0	America/New_York	32.19521	-80.73372	3			SC	013		
4590273	Outland	outland	US		0	America/New_York	33.72683	-79.37255	18			SC	089		
4590281	Owdoms	owdoms	US		0	America/New_York	33.98458	-81.87956	167			SC	081		
4590282	Owens	owens	US		0	America/New_York	33.6935	-79.38505	12			SC	043		
4590283	Owens	owens	US		0	America/New_York	33.68989	-78.90531	7			SC	051		
4590284	Owens (historical)	owens-historical	US		0	America/New_York	34.41512	-82.16817	189			SC	059		
4590288	Owens Crossroad	owens-crossroad	US		0	America/New_York	33.15682	-81.40094	73			SC	011		
4590297	Oxford Acres	oxford-acres	US		0	America/New_York	34.79956	-82.44985	281			SC	045		
4590309	Oyster Point	oyster-point	US		0	America/New_York	32.72212	-79.92842	3			SC	019		
4590318	Pacolet Park	pacolet-park	US		0	America/New_York	34.92068	-81.74205	160			SC	083		
4590324	Padgett Acres	padgett-acres	US		0	America/New_York	33.98015	-80.8812	93			SC	079		
4590326	Padgett Landing	padgett-landing	US		0	America/New_York	32.84545	-80.39955	3	Padget Landing,Padgett Landing		SC	029		
4590327	Padgetts	padgetts	US		0	America/New_York	33.07183	-80.88621	34	Padgett,Padgetts		SC	029		
4590337	Page Place	page-place	US		0	America/New_York	34.16901	-82.19151	189			SC	047		
4590344	Pages (historical)	pages-historical	US		0	America/New_York	34.01072	-79.26338	12			SC	051		
4590353	Paint Hill	paint-hill	US		0	America/New_York	34.23682	-80.56063	78	Paint Hill,Precipice Hills,The Precipice		SC	055		
4590370	Palmerville	palmerville	US		0	America/New_York	33.25406	-79.64757	9			SC	015		
4590374	Palmetto Bluff	palmetto-bluff	US		0	America/New_York	32.20798	-80.88428	6			SC	013		
4590383	Palmetto Downs	palmetto-downs	US		0	America/New_York	34.85845	-82.28262	288			SC	045		
4590384	Palmetto Dunes	palmetto-dunes	US		0	America/New_York	32.17882	-80.71511	3			SC	013		
4590386	Palmetto Estates	palmetto-estates	US		0	America/New_York	32.42075	-80.72316	2			SC	013		
4590387	Palmetto Estates	palmetto-estates	US		0	America/New_York	34.95151	-82.19317	257			SC	083		
4590388	Palmetto Estates	palmetto-estates	US		0	America/New_York	33.856	-79.75507	23			SC	041		
4590389	Palmetto Fort	palmetto-fort	US		0	America/New_York	32.83268	-79.80842	6			SC	019		
4590390	Palmetto Garden	palmetto-garden	US		0	America/New_York	33.52515	-80.80981	71			SC	075		
4590392	Palmetto Hall Plantation	palmetto-hall-plantation	US		0	America/New_York	32.23354	-80.70622	5			SC	013		
4590399	Palmetto Park	palmetto-park	US		0	America/New_York	33.03711	-80.17343	31			SC	035		
4590408	Palmetto Shores	palmetto-shores	US		0	America/New_York	34.24432	-79.83312	36			SC	031		
4590409	Palmetto Shores	palmetto-shores	US		0	America/New_York	33.85767	-78.65251	4			SC	051		
4590418	Palmetto Terrace	palmetto-terrace	US		0	America/New_York	34.82651	-82.47485	273			SC	045		
4590419	Panola Village	panola-village	US		0	America/New_York	34.16985	-82.14901	190			SC	047		
4590421	Panorama Estates	panorama-estates	US		0	America/New_York	35.04068	-81.96566	273			SC	083		
4590436	Paramount Park	paramount-park	US		0	America/New_York	34.80512	-82.37068	281			SC	045		
4590439	Paris (historical)	paris-historical	US		0	America/New_York	34.89401	-82.36234	322			SC	045		
4590445	Paris Point	paris-point	US		0	America/New_York	34.92289	-82.41401	341			SC	045		
4590446	Parish Place	parish-place	US		0	America/New_York	32.81823	-79.85731	8			SC	019		
4590465	Park Lane Terrace	park-lane-terrace	US		0	America/New_York	34.76567	-82.39873	284			SC	045		
4590466	Park Place	park-place	US		0	America/New_York	34.86956	-82.40873	311	Park Place,Poe		SC	045		
4590467	Park Place	park-place	US		0	America/New_York	34.53094	-82.64486	231			SC	007		
4590468	Park Place West	park-place-west	US		0	America/New_York	34.00126	-81.07287	77			SC	063		
4590474	Park West	park-west	US		0	America/New_York	33.91682	-80.40536	50			SC	085		
4590497	Parkers Ferry	parkers-ferry	US		0	America/New_York	32.76018	-80.39621	8			SC	019		
4590500	Parkers Ferry Landing	parkers-ferry-landing	US		0	America/New_York	32.85934	-80.40371	7			SC	029		
4590505	Parkersville	parkersville	US		0	America/New_York	33.45406	-79.1231	6			SC	043		
4590507	Parkins Lake	parkins-lake	US		0	America/New_York	34.80984	-82.34818	302			SC	045		
4590513	Parks Mill	parks-mill	US		0	America/New_York	33.85318	-82.22623	110			SC	065		
4590514	Parkshire	parkshire	US		0	America/New_York	32.82684	-79.98648	5			SC	019		
4590515	Parkstone	parkstone	US		0	America/New_York	34.90178	-82.3954	338			SC	045		
4590523	Parkway Place	parkway-place	US		0	America/New_York	33.96432	-81.10509	63			SC	063		
4590524	Parkwood	parkwood	US		0	America/New_York	34.53761	-82.72152	246			SC	007		
4590525	Parkwood	parkwood	US		0	America/New_York	34.18123	-82.12401	183			SC	047		
4590526	Parkwood	parkwood	US		0	America/New_York	33.96487	-81.15343	90			SC	063		
4590527	Parkwood	parkwood	US		0	America/New_York	34.14599	-79.74673	34			SC	041		
4590528	Parkwood	parkwood	US		0	America/New_York	34.79123	-82.30262	274			SC	045		
4590532	Parkwood Estates	parkwood-estates	US		0	America/New_York	32.77934	-79.99787	2			SC	019		
4590534	Parler	parler	US		0	America/New_York	33.4935	-80.51036	47	Parler,Parlers		SC	075		
4590535	Parlerdale	parlerdale	US		0	America/New_York	33.51543	-80.81787	67			SC	075		
4590339	Pageland	pageland	US	29728	0	America/New_York	34.81845	-82.57263	308			SC	077		
4590537	Parnassus	parnassus	US		0	America/New_York	34.49266	-79.64228	39	Little Mechanicsville,Parnassus		SC	069		
4590545	Parr	parr	US		0	America/New_York	34.26598	-81.3326	105	Parr,Parrs Bluff		SC	039		
4590554	Parrot Point	parrot-point	US		0	America/New_York	32.72879	-79.9112	2			SC	019		
4590556	Parker Crossroads	parker-crossroads	US		0	America/New_York	34.17627	-79.61589	28			SC	041		
4590563	Parsonage Point	parsonage-point	US		0	America/New_York	32.83406	-80.04148	10			SC	019		
4590569	Partersville	partersville	US		0	America/New_York	33.51183	-80.50648	48	Parlersville,Partersville		SC	075		
4590573	Partridge Woods	partridge-woods	US		0	America/New_York	32.4613	-80.65816	2			SC	013		
4590609	Patterson Mill	patterson-mill	US		0	America/New_York	33.17848	-81.479	55	Harleys Mill,Patterson Mill,Pattersons Mill		SC	011		
4590622	Pattillo (historical)	pattillo-historical	US		0	America/New_York	32.98128	-80.76982	24			SC	029		
4590637	Pawleys Plantation	pawleys-plantation	US		0	America/New_York	33.42545	-79.15004	7			SC	043		
4590638	Pawleys Retreat	pawleys-retreat	US		0	America/New_York	33.45795	-79.13977	2			SC	043		
4590642	Pawleys Woods	pawleys-woods	US		0	America/New_York	33.42461	-79.13893	5			SC	043		
4590645	Paxville	paxville	US		185	America/New_York	33.73877	-80.3573	56	Packsland,Packsville,Packsville Station,Paxville		SC	027		
4590652	Peace Haven	peace-haven	US		0	America/New_York	32.44408	-80.74205	5			SC	013		
4590659	Peach Valley Fairway Estates	peach-valley-fairway-estates	US		0	America/New_York	35.03068	-81.90038	268			SC	083		
4590660	Peachtree Acres	peachtree-acres	US		0	America/New_York	33.97987	-81.16426	111			SC	063		
4590662	Peachtree Gardens	peachtree-gardens	US		0	America/New_York	35.00456	-81.98872	268			SC	083		
4590664	Peachtree Landing	peachtree-landing	US		0	America/New_York	33.69461	-79.04837	1			SC	051		
4590672	Pearidge	pearidge	US		0	America/New_York	34.81928	-82.77764	326			SC	077		
4590679	Pebble Creek	pebble-creek	US		0	America/New_York	34.92984	-82.34595	287			SC	045		
4590682	Pebblebrook	pebblebrook	US		0	America/New_York	34.90651	-81.99594	226			SC	083		
4590683	Pecan Acres	pecan-acres	US		0	America/New_York	34.0146	-80.45175	79			SC	085		
4590684	Pecan Grove	pecan-grove	US		0	America/New_York	33.0235	-80.23093	23			SC	035		
4590685	Pecan Grove	pecan-grove	US		0	America/New_York	34.20293	-80.66786	68			SC	055		
4590686	Pecan Grove	pecan-grove	US		0	America/New_York	34.97181	-80.99563	185			SC	091		
4590687	Pecan Orchard	pecan-orchard	US		0	America/New_York	34.20098	-80.67203	73			SC	055		
4590688	Pecan Terrace	pecan-terrace	US		0	America/New_York	34.7654	-82.39151	273			SC	045		
4590689	Pecanway Terrace	pecanway-terrace	US		0	America/New_York	33.5096	-80.85843	82			SC	075		
4590690	Peckwoods	peckwoods	US		0	America/New_York	34.29265	-80.60536	78			SC	055		
4590694	Peden Oaks	peden-oaks	US		0	America/New_York	34.67847	-81.17037	183			SC	023		
4590695	Pee Dee	pee-dee	US		0	America/New_York	34.20599	-79.53894	18	Pee Dee,Peedee		SC	067		
4590702	Pee Dee Crossroads	pee-dee-crossroads	US		0	America/New_York	33.8385	-79.22255	13			SC	051		
4590729	Peeples (historical)	peeples-historical	US		0	America/New_York	32.791	-81.31316	44			SC	049		
4590759	Pendeboro	pendeboro	US		0	America/New_York	34.13211	-79.31171	30			SC	067		
4590766	Pendleton Gardens	pendleton-gardens	US		0	America/New_York	34.64261	-82.78097	242			SC	007		
4590778	Peniel Crossroads	peniel-crossroads	US		0	America/New_York	34.08877	-79.85618	38	Peniel Cross Roads,Peniel Crossroads		SC	041		
4590788	Penn Jones	penn-jones	US		0	America/New_York	35.09457	-81.66093	240			SC	021		
4590790	Pennington Acres	pennington-acres	US		0	America/New_York	33.98738	-80.95426	82			SC	079		
4590828	Pepper Ridge	pepper-ridge	US		0	America/New_York	34.21487	-80.70092	106			SC	055		
4590829	Pepper Ridge	pepper-ridge	US		0	America/New_York	34.29043	-79.8459	45			SC	031		
4590832	Pepperhill	pepperhill	US		0	America/New_York	32.93378	-80.07453	12			SC	019		
4590835	Pepperidge	pepperidge	US		0	America/New_York	32.92656	-80.08315	11			SC	035		
4590836	Peppertree	peppertree	US		0	America/New_York	34.93428	-82.32345	297			SC	045		
4590840	Percival Crossroads	percival-crossroads	US		0	America/New_York	34.65565	-83.1321	281			SC	073		
4590843	Pepper Hill	pepper-hill	US		0	America/New_York	32.47797	-80.63816	7			SC	013		
4590848	Perrot	perrot	US		0	America/New_York	34.03433	-79.59895	26			SC	041		
4590853	Perkins Crossroads	perkins-crossroads	US		0	America/New_York	34.10488	-79.81951	37			SC	041		
4590854	Perry Hills	perry-hills	US		0	America/New_York	34.83901	-82.55263	297			SC	077		
4590881	Peters	peters	US		0	America/New_York	34.00376	-81.30399	164			SC	063		
4590891	Peters Ferry Landing	peters-ferry-landing	US		0	America/New_York	33.93711	-79.31755	5			SC	051		
4590899	Petersfield	petersfield	US		0	America/New_York	33.67961	-79.23032	12			SC	043		
4590938	Philadelphia (historical)	philadelphia-historical	US		0	America/New_York	34.24015	-79.98312	53			SC	031		
4590942	Phyllis Goins Court	phyllis-goins-court	US		0	America/New_York	34.9304	-81.92455	209			SC	083		
4590945	Philson Crossroads	philson-crossroads	US		0	America/New_York	34.54707	-81.81094	178	Philson Crossroads,Philton Cross Roads,Philton Crossroads		SC	059		
4590975	Pickensville	pickensville	US		0	America/New_York	34.81206	-82.60152	330	Pickensville,Rockville		SC	077		
4590976	Picket Post	picket-post	US		0	America/New_York	34.8287	-83.04904	336	Picket Post,Pickett Post		SC	073		
4590993	Piedmont Park	piedmont-park	US		0	America/New_York	34.90873	-82.36456	331			SC	045		
4591000	Piedmont Springs	piedmont-springs	US		0	America/New_York	35.07513	-81.40258	205			SC	091		
4591020	Piercetown	piercetown	US		0	America/New_York	34.65678	-82.59263	278			SC	007		
4591028	Pigeon Bay (historical)	pigeon-bay-historical	US		0	America/New_York	33.26766	-80.23704	31			SC	015		
4591053	Pimlico	pimlico	US		0	America/New_York	33.09739	-79.96036	2	Pimlico,Pimlico Plantation		SC	015		
4591060	Pinckney Colony	pinckney-colony	US		0	America/New_York	32.31742	-80.89789	3			SC	013		
4591061	Pinckney Crossroad	pinckney-crossroad	US		0	America/New_York	33.99349	-80.49453	106			SC	085		
4591065	Pinckney Landing	pinckney-landing	US		0	America/New_York	32.34242	-80.83927	5			SC	013		
4591072	Pine Acres	pine-acres	US		0	America/New_York	34.59372	-82.7193	257			SC	007		
4591073	Pine Acres	pine-acres	US		0	America/New_York	34.21127	-79.87534	44			SC	031		
4591074	Pine Acres	pine-acres	US		0	America/New_York	33.89099	-80.31369	43			SC	085		
4591075	Pine Acres	pine-acres	US		0	America/New_York	34.35821	-80.09423	67			SC	031		
4591087	Pine Brook Forest	pine-brook-forest	US		0	America/New_York	34.73984	-82.30762	268			SC	045		
4591091	Pine Forest	pine-forest	US		0	America/New_York	34.48066	-82.71764	214			SC	007		
4591092	Pine Forest	pine-forest	US		0	America/New_York	33.09045	-80.10648	28			SC	015		
4591093	Pine Forest	pine-forest	US		0	America/New_York	34.81762	-82.3054	296			SC	045		
4591094	Pine Forest	pine-forest	US		0	America/New_York	34.07793	-81.04231	71			SC	079		
4591097	Pine Forest Estates	pine-forest-estates	US		0	America/New_York	33.00378	-80.21509	26			SC	035		
4591099	Pine Forest Plantation	pine-forest-plantation	US		0	America/New_York	34.15405	-79.75562	35			SC	041		
4591149	Pine Grove Hills	pine-grove-hills	US		0	America/New_York	34.21873	-82.14345	178			SC	047		
4591179	Pine Hill Acres	pine-hill-acres	US		0	America/New_York	32.44797	-80.64872	8			SC	013		
4591188	Pine Hill Landing	pine-hill-landing	US		0	America/New_York	32.83545	-80.39955	2			SC	029		
4591197	Pine Hill Village	pine-hill-village	US		0	America/New_York	34.80012	-82.39985	289			SC	045		
4591198	Pine House Crossroads	pine-house-crossroads	US		0	America/New_York	33.73541	-81.85567	190	Pine House Cross Roads,Pine House Crossroads		SC	037		
4591210	Pine Creek	pine-creek	US		0	America/New_York	34.2696	-80.59202	64			SC	055		
4591214	Pine Lake Estates	pine-lake-estates	US		0	America/New_York	33.72462	-78.85391	8			SC	051		
4591218	Pine Land	pine-land	US		0	America/New_York	34.21182	-80.67369	71			SC	055		
4591220	Pine Land Shores	pine-land-shores	US		0	America/New_York	34.26402	-82.00678	156			SC	059		
4591222	Pine Landing	pine-landing	US		0	America/New_York	32.60296	-80.38732	2			SC	019		
4591227	Pine Knott Forest	pine-knott-forest	US		0	America/New_York	34.89178	-82.36095	319			SC	045		
4591229	Pine Mark	pine-mark	US		0	America/New_York	34.21209	-80.72064	98			SC	055		
4591234	Pine Needles	pine-needles	US		0	America/New_York	33.50404	-80.88176	65			SC	075		
4591240	Pine Point	pine-point	US		0	America/New_York	34.01126	-81.35343	118			SC	063		
4591261	Pine Tops	pine-tops	US		0	America/New_York	33.55488	-80.90204	86			SC	075		
4591262	Pine Tree (historical)	pine-tree-historical	US		0	America/New_York	34.85291	-81.50537	188			SC	087		
4591271	Pine Valley Estates	pine-valley-estates	US		0	America/New_York	33.79684	-79.02476	12			SC	051		
4591272	Pine View	pine-view	US		0	America/New_York	33.47488	-80.82231	58			SC	075		
4591276	Pine and Oak Woods	pine-and-oak-woods	US		0	America/New_York	33.51041	-81.96234	131			SC	003		
4591277	Pinebrook	pinebrook	US		0	America/New_York	34.89207	-82.05261	230			SC	083		
4591286	Pinedale Acres	pinedale-acres	US		0	America/New_York	34.90346	-81.92344	208			SC	083		
4591287	Pineforest Inn	pineforest-inn	US		0	America/New_York	33.00767	-80.1962	24			SC	035		
4591288	Pineglen	pineglen	US		0	America/New_York	34.03959	-81.14704	56			SC	063		
4591289	Pinehaven Acres	pinehaven-acres	US		0	America/New_York	34.92317	-82.3454	300			SC	045		
4591302	Pinelands	pinelands	US		0	America/New_York	33.72712	-78.95531	6			SC	051		
4591303	Pineneedles	pineneedles	US		0	America/New_York	34.18127	-79.87006	42			SC	041		
4591304	Pineridge	pineridge	US		2064	America/New_York	33.91043	-81.10454	80	Pine Ridge,Pineridge		SC	063		
4591305	Pineridge	pineridge	US		0	America/New_York	34.93875	-81.05897	183			SC	091		
4591309	Pineview Acres	pineview-acres	US		0	America/New_York	33.52486	-81.78011	139			SC	003		
4591312	Pineview Estates	pineview-estates	US		0	America/New_York	33.54319	-81.964	123			SC	003		
4591313	Pineview Hills	pineview-hills	US		0	America/New_York	32.99712	-80.04842	16			SC	015		
4591314	Pineview Lakes	pineview-lakes	US		0	America/New_York	34.68347	-81.19703	168			SC	023		
4591330	Pinewood Acres	pinewood-acres	US		0	America/New_York	33.81128	-78.71613	7			SC	051		
4591332	Pinewood Estates	pinewood-estates	US		0	America/New_York	34.93789	-82.29012	287			SC	045		
4591333	Pinewood Heights	pinewood-heights	US		0	America/New_York	34.1807	-80.7687	102			SC	055		
4591336	Pinewood Plantation	pinewood-plantation	US		0	America/New_York	33.57791	-81.93595	159			SC	003		
4591339	Pinewood South	pinewood-south	US		0	America/New_York	34.88485	-81.98594	226			SC	083		
4591340	Pinewood Vista	pinewood-vista	US		0	America/New_York	32.92212	-80.04148	18			SC	019		
4591402	Piney Ridge	piney-ridge	US		0	America/New_York	34.89401	-82.3479	306			SC	045		
4591407	Pinnacle Heights	pinnacle-heights	US		0	America/New_York	34.97901	-82.01927	266			SC	083		
4591444	Pitch Landing	pitch-landing	US		0	America/New_York	33.24683	-79.57785	3			SC	015		
4591445	Pitch Landing	pitch-landing	US		0	America/New_York	33.83406	-79.25199	3			SC	051		
4591446	Pitch Landing	pitch-landing	US		0	America/New_York	34.17877	-79.17393	13			SC	051		
4591447	Pitch Landing	pitch-landing	US		0	America/New_York	33.80045	-79.05504	1			SC	051		
4591451	Pirate Cove	pirate-cove	US		0	America/New_York	33.58489	-79.0017	3			SC	051		
4591453	Pitmon Crossroad	pitmon-crossroad	US		0	America/New_York	34.58237	-80.78202	169			SC	057		
4591455	Pittman Corner	pittman-corner	US		0	America/New_York	34.36238	-79.29366	31			SC	033		
4591467	Plainview Heights	plainview-heights	US		0	America/New_York	34.82067	-82.47151	297			SC	045		
4591472	Plantation Estates	plantation-estates	US		0	America/New_York	32.81545	-80.01954	6			SC	019		
4591474	Plantation Point	plantation-point	US		0	America/New_York	33.72684	-78.87614	6			SC	051		
4591475	Plantation Ridge	plantation-ridge	US		0	America/New_York	32.95517	-80.15343	14			SC	035		
4591478	Plantation Subdivision	plantation-subdivision	US		0	America/New_York	33.51571	-80.90537	62			SC	075		
4591484	Platt Spring	platt-spring	US		0	America/New_York	33.62573	-78.96531	3			SC	051		
4591492	Pleasant (historical)	pleasant-historical	US		0	America/New_York	34.18571	-81.04287	161			SC	079		
4591494	Playcards	playcards	US		0	America/New_York	34.05461	-79.00587	23	Play Cards Crossroads,Playcards		SC	051		
4591500	Pleasant Farm	pleasant-farm	US		0	America/New_York	32.40992	-80.76983	6			SC	013		
4591597	Pleasant Hill Landing	pleasant-hill-landing	US		0	America/New_York	33.24517	-79.5209	6	McConners Landing,Pleasant Hill Landing		SC	015		
4591613	Pleasant Hills	pleasant-hills	US		0	America/New_York	32.96851	-80.06314	17			SC	019		
4591614	Pleasant Lane	pleasant-lane	US		0	America/New_York	33.91596	-81.99039	128	Pleasant Lane,Pleasant Lane Station		SC	037		
4591623	Pleasant Meadows	pleasant-meadows	US		0	America/New_York	35.09374	-81.66926	233			SC	021		
4591632	Pleasant Point	pleasant-point	US		0	America/New_York	32.47269	-80.67899	4			SC	013		
4591655	Pleasant View (historical)	pleasant-view-historical	US		0	America/New_York	34.12127	-79.96562	44			SC	041		
4591682	Plumfield Landing	plumfield-landing	US		0	America/New_York	34.50127	-79.82479	22			SC	031		
4591685	Plunket (historical)	plunket-historical	US		0	America/New_York	33.67653	-81.61594	119			SC	003		
4591696	Pocalla Springs	pocalla-springs	US		0	America/New_York	33.87183	-80.35425	45			SC	085		
4591699	Pocotaligo	pocotaligo	US		0	America/New_York	32.63713	-80.86344	6	Pocataligo,Pocotaligo		SC	053		
4591708	Poinsett	poinsett	US		0	America/New_York	34.8579	-82.43901	306			SC	045		
4591715	Poinsettia	poinsettia	US		0	America/New_York	34.73234	-82.24373	246	Poinsetta,Poinsettia		SC	045		
4591721	Point Comfort Woods	point-comfort-woods	US		0	America/New_York	32.16632	-80.78455	3			SC	013		
4591723	Point Park Estates	point-park-estates	US		0	America/New_York	32.73684	-80.10648	5			SC	019		
4591724	Point Pleasant (historical)	point-pleasant-historical	US		0	America/New_York	32.75184	-80.14843	3			SC	019		
4591727	Points North	points-north	US		0	America/New_York	34.96484	-82.41929	327			SC	045		
4591738	Polecat Bay (historical)	polecat-bay-historical	US		0	America/New_York	33.94517	-79.07754	24			SC	051		
4591743	Polecat Landing	polecat-landing	US		0	America/New_York	34.08461	-79.24893	10	Pole Cat Landing,Polecat Landing		SC	051		
4591753	Polly Landing	polly-landing	US		0	America/New_York	33.50933	-80.42703	22			SC	027		
4591754	Polson Crossroads	polson-crossroads	US		0	America/New_York	34.29571	-80.02229	58	Gully Camp Ground,Polson Crossroads,Polsons Cross Roads,Polsons Crossroads		SC	031		
4591765	Polk Village	polk-village	US		0	America/New_York	32.44325	-80.70122	5			SC	013		
4591776	Pond Town	pond-town	US		0	America/New_York	32.91655	-81.13566	35			SC	049		
4591782	Ponderosa Gardens	ponderosa-gardens	US		0	America/New_York	34.91096	-81.85066	217			SC	083		
4591783	Ponderosa Heights	ponderosa-heights	US		0	America/New_York	34.23706	-82.20123	191			SC	047		
4591789	Ponpon	ponpon	US		0	America/New_York	32.76184	-80.43482	2	Pon Pon,Ponpon		SC	019		
4591815	Pope Crossroads	pope-crossroads	US		0	America/New_York	33.70183	-79.30366	12			SC	043		
4591819	Poplar Acres	poplar-acres	US		0	America/New_York	35.00291	-81.21785	216			SC	091		
4591832	Poplar Cove	poplar-cove	US		0	America/New_York	34.6426	-82.87876	222			SC	073		
4591835	Poplar Forks	poplar-forks	US		0	America/New_York	33.93323	-79.03392	18			SC	051		
4591841	Poplar Hill	poplar-hill	US		0	America/New_York	33.99267	-79.09893	31			SC	051		
4591842	Poplar Hill	poplar-hill	US		0	America/New_York	33.72683	-79.44922	15			SC	089		
4591857	Poplar Spring	poplar-spring	US		0	America/New_York	33.48599	-80.94759	81			SC	075		
4591863	Poplar Springs	poplar-springs	US		0	America/New_York	34.4429	-82.21317	204			SC	059		
4591864	Poplar Springs	poplar-springs	US		0	America/New_York	34.86596	-82.05261	230			SC	083		
4591871	Poplar Springs Ridge	poplar-springs-ridge	US		0	America/New_York	34.69926	-83.03043	263			SC	073		
4591881	Poppenheim Crossing	poppenheim-crossing	US		0	America/New_York	32.96851	-80.00175	10			SC	015		
4591887	Porcher Bluff	porcher-bluff	US		0	America/New_York	32.85851	-79.76397	2	Porcher Bluff,Porchers Bluff		SC	019		
4591890	Port Bass	port-bass	US		0	America/New_York	34.51343	-83.06654	220			SC	073		
4591894	Port Hill	port-hill	US		0	America/New_York	33.71628	-79.29227	12			SC	043		
4591895	Port Hill Landing	port-hill-landing	US		0	America/New_York	33.71767	-79.28727	4			SC	043		
4591903	Port Royal Landing	port-royal-landing	US		0	America/New_York	32.39658	-80.68094	6			SC	013		
4591904	Port Royal Plantation	port-royal-plantation	US		0	America/New_York	32.22076	-80.67233	3			SC	013		
4591910	Port Santorini	port-santorini	US		0	America/New_York	34.70982	-82.97182	271			SC	073		
4591913	Port Harrelson (historical)	port-harrelson-historical	US		0	America/New_York	33.68017	-79.11921	6			SC	051		
4591928	Possum Corner	possum-corner	US		0	America/New_York	32.68434	-80.97594	24			SC	053		
4591931	Possum Town	possum-town	US		0	America/New_York	33.38877	-80.34676	35			SC	075		
4591939	Poston Crossroads	poston-crossroads	US		0	America/New_York	33.90461	-79.54784	20	Poston Crossroads,Postons Crossroads		SC	041		
4591942	Post Foot Landing	post-foot-landing	US		0	America/New_York	33.50989	-79.30088	5			SC	043		
4591950	Poverty Hill	poverty-hill	US		0	America/New_York	33.56319	-82.01151	111	Poverty Hill,Povertyhill		SC	037		
4591972	Powers Shop (historical)	powers-shop-historical	US		0	America/New_York	34.64179	-82.14983	243			SC	059		
4591977	Powdersville	powdersville	US		7618	America/New_York	34.79178	-82.49291	296	Powdersville,Powderville		SC	007		
4591991	Pregnall	pregnall	US		0	America/New_York	33.15628	-80.46454	26	Fortyone-Mile Turn Out,Pregnall,Pregnalls Station		SC	035		
4592001	Prestwick	prestwick	US		0	America/New_York	33.63628	-78.96503	10			SC	051		
4592005	Prestwood Village	prestwood-village	US		0	America/New_York	34.38488	-80.09285	62			SC	031		
4592010	Price (historical)	price-historical	US		0	America/New_York	34.47594	-82.86681	201			SC	007		
4592018	Price Landing	price-landing	US		0	America/New_York	33.27461	-79.58118	4			SC	015		
4592022	Prices Landing	prices-landing	US		0	America/New_York	32.97739	-80.41788	9			SC	029		
4592025	Prices Store (historical)	prices-store-historical	US		0	America/New_York	34.98928	-82.75736	330			SC	077		
4592029	Priceville	priceville	US		0	America/New_York	33.99875	-81.40927	147			SC	063		
4592031	Price Crossroads	price-crossroads	US		0	America/New_York	34.16793	-79.68784	30			SC	041		
4592032	Pride (historical)	pride-historical	US		0	America/New_York	34.61403	-81.43149	106			SC	087		
4592036	Primus	primus	US		0	America/New_York	34.68126	-80.63896	196	Primus,Primus Cross Roads		SC	057		
4592061	Pringle Bend	pringle-bend	US		0	America/New_York	32.84795	-80.58788	7	Mashawville,Pringle Bend		SC	029		
4592064	Pringletown	pringletown	US		0	America/New_York	33.14378	-80.30593	18	Pringle Town,Pringletown		SC	015		
4592065	Prioleau	prioleau	US		0	America/New_York	33.36433	-80.19564	27			SC	015		
4592067	Pringle Heights	pringle-heights	US		0	America/New_York	33.4335	-79.27894	6			SC	043		
4592069	Pritchard Creek	pritchard-creek	US		0	America/New_York	34.53844	-82.75986	234			SC	007		
4592072	Pritchardville	pritchardville	US		0	America/New_York	32.23798	-80.96428	10			SC	013		
4592073	Privateer	privateer	US		2349	America/New_York	33.83321	-80.41425	52			SC	085		
4592076	Pritchard	pritchard	US		0	America/New_York	32.24409	-81.00178	6	Pritchard,Pritchard Station		SC	013		
4592087	Promised Land	promised-land	US		511	America/New_York	34.12845	-82.23957	190	Promise Land,Promised Land,Promiseland,Promiseland Crossroads		SC	047		
4592109	Prospect Crossroads	prospect-crossroads	US		0	America/New_York	33.83128	-79.55478	12	Prospect Cross Roads,Prospect Crossroads		SC	041		
4592125	Privetts	privetts	US		0	America/New_York	33.96906	-79.00253	23			SC	051		
4592192	Pumpkintown	pumpkintown	US		0	America/New_York	35.0029	-82.65291	292	Pumpkin Town,Pumpkintown,Punkin Town		SC	077		
4592197	Puncheon Creek	puncheon-creek	US		0	America/New_York	33.44322	-79.51062	6			SC	043		
4592202	Purysburgh Landing	purysburgh-landing	US		0	America/New_York	32.30408	-81.12206	2	Purrysburg,Purrysburg Landing,Purysburg,Purysburg Landing,Purysburgh Landing		SC	053		
4592206	Purysburgh	purysburgh	US		0	America/New_York	32.29742	-81.11928	6	Perrysburg,Purrisburgh,Purrysburg,Purrysburgh,Purysburg,Purysburgh		SC	053		
4592215	Quail Arbor	quail-arbor	US		0	America/New_York	32.98684	-80.18593	21			SC	035		
4592216	Quail Creek	quail-creek	US		0	America/New_York	34.53483	-82.75097	220			SC	007		
4592217	Quail Creek	quail-creek	US		0	America/New_York	33.96265	-80.87537	86			SC	079		
4592219	Quail Haven	quail-haven	US		0	America/New_York	34.75904	-80.80896	164			SC	057		
4592220	Quail Haven	quail-haven	US		0	America/New_York	34.82317	-82.49568	261			SC	077		
4592221	Quail Hills	quail-hills	US		0	America/New_York	33.97321	-80.88064	89			SC	079		
4592222	Quail Hollow	quail-hollow	US		0	America/New_York	33.50458	-81.67761	134			SC	003		
4592223	Quail Hollow	quail-hollow	US		0	America/New_York	34.58066	-82.64986	217			SC	007		
4592224	Quail Hollow	quail-hollow	US		0	America/New_York	34.72653	-81.1787	167			SC	023		
4592225	Quail Hollow	quail-hollow	US		0	America/New_York	34.32293	-79.90256	50			SC	031		
4592226	Quail Hollow	quail-hollow	US		0	America/New_York	34.02098	-81.11871	82			SC	063		
4592227	Quail Hollow	quail-hollow	US		0	America/New_York	34.93679	-81.84982	212			SC	083		
4592228	Quail Hollow	quail-hollow	US		0	America/New_York	35.07402	-81.67343	220			SC	021		
4592233	Quail Ridge	quail-ridge	US		0	America/New_York	32.40575	-80.76455	7			SC	013		
4592234	Quail Ridge	quail-ridge	US		0	America/New_York	34.87234	-82.27928	284			SC	045		
4592235	Quail Ridge	quail-ridge	US		0	America/New_York	35.01956	-81.96955	262			SC	083		
4592236	Quail Run	quail-run	US		0	America/New_York	32.44325	-80.64288	7			SC	013		
4592237	Quail Run	quail-run	US		0	America/New_York	32.72101	-79.95203	5			SC	019		
4592238	Quail Run	quail-run	US		0	America/New_York	34.89542	-81.0448	188			SC	091		
4592246	Quarantine	quarantine	US		0	America/New_York	33.22961	-79.20421	3			SC	043		
4592259	Queensborough	queensborough	US		0	America/New_York	32.72407	-79.97009	3			SC	019		
4592695	Reidville Acres	reidville-acres	US		0	America/New_York	34.86568	-82.08761	226			SC	083		
4592263	Quick Crossroads	quick-crossroads	US		0	America/New_York	34.7171	-79.73978	73	Quick Cross Roads,Quick Crossroads,Quicks Cross Roads,Quicks Crossroads		SC	069		
4592267	Quicktown	quicktown	US		0	America/New_York	33.49654	-80.84148	63			SC	075		
4592268	Quiet Acres	quiet-acres	US		0	America/New_York	34.94598	-81.09452	192			SC	091		
4592275	Quinby Forest	quinby-forest	US		0	America/New_York	34.22682	-79.72951	39			SC	041		
4592281	Quattlebaum Acres	quattlebaum-acres	US		0	America/New_York	33.82378	-79.07754	13			SC	051		
4592283	Quinns Crossroad	quinns-crossroad	US		0	America/New_York	33.98932	-80.34508	49	Queen Chapel Crossroads,Quinns Crossroad,Wilson Cross Roads,Wilson Crossroads		SC	085		
4592315	Rabon Crossroads	rabon-crossroads	US		0	America/New_York	33.97628	-79.09754	31			SC	051		
4592316	Rabon Crossroads	rabon-crossroads	US		0	America/New_York	34.30154	-80.74175	130	Rabon Cross Roads,Rabon Crossroads,Rabons Cross Roads,Rabons Crossroad		SC	055		
4592327	Radnor (historical)	radnor-historical	US		0	America/New_York	32.65157	-80.68594	2			SC	013		
4592330	Rackley	rackley	US		0	America/New_York	34.6801	-82.90265	286			SC	073		
4592332	Ragin Estates	ragin-estates	US		0	America/New_York	34.96265	-81.02619	190			SC	091		
4592340	Rainbow Falls	rainbow-falls	US		0	America/New_York	33.58236	-81.86872	88			SC	003		
4592342	Rainbow Falls	rainbow-falls	US		0	America/New_York	33.90432	-80.40925	55			SC	085		
4592351	Raintree	raintree	US		0	America/New_York	34.23179	-82.10262	176			SC	047		
4592352	Raintree	raintree	US		0	America/New_York	34.91568	-81.98621	253			SC	083		
4592353	Raintree Acres	raintree-acres	US		0	America/New_York	34.12182	-81.15176	67			SC	079		
4592368	Ramsey Acres	ramsey-acres	US		0	America/New_York	33.69934	-78.9067	7			SC	051		
4592372	Ramsey Grove	ramsey-grove	US		0	America/New_York	33.47822	-79.29005	3			SC	043		
4592380	Ranchland Ranchettes	ranchland-ranchettes	US		0	America/New_York	33.98682	-80.32036	43			SC	085		
4592391	Rantowles	rantowles	US		0	America/New_York	32.78295	-80.14871	13	Rantowels,Rantowles,Rantowles Station		SC	019		
4592419	Ravinwood	ravinwood	US		0	America/New_York	34.03265	-80.97565	71			SC	079		
4592420	Rawlinson Acres	rawlinson-acres	US		0	America/New_York	34.9557	-81.07897	201			SC	091		
4592423	Rawlinson Woods	rawlinson-woods	US		0	America/New_York	34.95986	-81.09424	201			SC	091		
4592433	Raynell	raynell	US		0	America/New_York	34.88707	-81.94399	203			SC	083		
4592437	Razorville (historical)	razorville-historical	US		0	America/New_York	33.17711	-79.80813	15			SC	015		
4592439	Rayflin	rayflin	US		0	America/New_York	33.75404	-81.4251	101			SC	063		
4592454	Red Bank (historical)	red-bank-historical	US		0	America/New_York	33.03017	-80.6276	25			SC	029		
4592469	Red Bank Landing	red-bank-landing	US		0	America/New_York	32.95184	-79.93175	5			SC	015		
4592470	Red Bluff Estates	red-bluff-estates	US		0	America/New_York	32.49047	-80.68122	2			SC	013		
4592473	Red Bluff Landing	red-bluff-landing	US		0	America/New_York	32.87211	-81.45094	15			SC	005		
4592477	Red Bluff Crossroads	red-bluff-crossroads	US		0	America/New_York	33.90489	-78.84058	11			SC	051		
4592533	Red Oaks	red-oaks	US		0	America/New_York	34.92153	-81.09286	186			SC	091		
4592534	Red Point (historical)	red-point-historical	US		0	America/New_York	34.64042	-81.44565	140			SC	087		
4592539	Red Star	red-star	US		0	America/New_York	34.02653	-81.46649	135			SC	063		
4592541	Red Top	red-top	US		0	America/New_York	32.80268	-80.12259	2			SC	019		
4592543	Red Town (historical)	red-town-historical	US		0	America/New_York	34.5918	-81.56788	133			SC	087		
4592545	Red Oak Corner	red-oak-corner	US		0	America/New_York	32.96406	-80.44649	13			SC	029		
4592608	Reedy Creek Springs (historical)	reedy-creek-springs-historical	US		0	America/New_York	34.42849	-79.56144	37			SC	069		
4592630	Reedy River (historical)	reedy-river-historical	US		0	America/New_York	34.50706	-82.22067	177			SC	059		
4592651	Regency Park	regency-park	US		0	America/New_York	34.51872	-82.71236	238			SC	007		
4592652	Regency Square	regency-square	US		0	America/New_York	33.90376	-81.21649	113			SC	063		
4592653	Regency Woods	regency-woods	US		0	America/New_York	34.52094	-82.71597	242			SC	007		
4592654	Region Town (historical)	region-town-historical	US		0	America/New_York	33.44544	-80.0298	24			SC	015		
4592684	Register Crossroads	register-crossroads	US		0	America/New_York	34.27182	-80.0834	61			SC	031		
4592705	Remleys (historical)	remleys-historical	US		0	America/New_York	32.85434	-79.90314	0			SC	015		
4592706	Remleys Point	remleys-point	US		0	America/New_York	32.8099	-79.8937	5			SC	019		
4592713	Renno	renno	US		0	America/New_York	34.47291	-81.769	152			SC	059		
4592728	Rennie (historical)	rennie-historical	US		0	America/New_York	33.57875	-81.80622	70			SC	003		
4592730	Retreat	retreat	US		0	America/New_York	34.62788	-83.05682	290	Bachelors Retreat,Retreat		SC	073		
4592737	Return	return	US		0	America/New_York	34.63982	-82.99543	280			SC	073		
4592741	Reuben (historical)	reuben-historical	US		0	America/New_York	34.35375	-81.47455	142			SC	071		
4592751	Reynold	reynold	US		0	America/New_York	33.36682	-81.33038	97	Reynold,Reynolds		SC	011		
4592759	Rhems	rhems	US		0	America/New_York	33.59294	-79.44117	11			SC	043		
4592764	Rheuark Landing	rheuark-landing	US		0	America/New_York	33.73073	-79.04226	1			SC	051		
4592768	Rhodes Crossroads	rhodes-crossroads	US		0	America/New_York	32.95878	-80.70982	22	Rhodes Cross Roads,Rhodes Crossroads		SC	029		
4592769	Rhodes Crossroads	rhodes-crossroads	US		0	America/New_York	34.00571	-80.17369	44	Rhodes,Rhodes Crossroads		SC	061		
4592777	Rice Crossroads	rice-crossroads	US		0	America/New_York	33.66239	-79.24477	13			SC	043		
4592780	Rice Hope	rice-hope	US		0	America/New_York	33.09045	-79.93286	9	Rice Hope,Rice Hope Plantation,Rich Hope		SC	015		
4592794	Ricelan Creek	ricelan-creek	US		0	America/New_York	34.78901	-82.27095	257			SC	045		
4592804	Rich Hill Crossroads	rich-hill-crossroads	US		0	America/New_York	34.65626	-80.65257	203	Rich Hill,Rich Hill Cross Roads,Rich Hill Crossroads		SC	057		
4592825	Richardson Crossroads	richardson-crossroads	US		0	America/New_York	32.91322	-81.21927	31	Richardson Crossroads,Richardsons Cross Roads		SC	049		
4592826	Richardson Landing	richardson-landing	US		0	America/New_York	33.3085	-79.97647	19			SC	015		
4592873	Richmond Hills	richmond-hills	US		0	America/New_York	34.92206	-82.46346	300			SC	045		
4592877	Richtex	richtex	US		0	America/New_York	34.18348	-81.18176	68	Littleton Station,Richtex		SC	039		
4592900	Ridge Road Crossroads	ridge-road-crossroads	US		0	America/New_York	34.00292	-81.47205	153			SC	063		
4592914	Ridgeland Estates	ridgeland-estates	US		0	America/New_York	34.6951	-83.03043	259			SC	073		
4592931	Ridgewood Heights	ridgewood-heights	US		0	America/New_York	34.97373	-81.97566	264			SC	083		
4592943	Rickenbaker Subdivision	rickenbaker-subdivision	US		0	America/New_York	33.51182	-80.82898	70			SC	075		
4592947	Riley Estates	riley-estates	US		0	America/New_York	34.81678	-82.45124	298			SC	045		
4592954	Rimini	rimini	US		0	America/New_York	33.66933	-80.50036	41	Remini Station,Rimini		SC	027		
4592960	Ritter	ritter	US		0	America/New_York	32.78962	-80.63038	9	Fish Pond,Ritter		SC	029		
4592963	Rivelon	rivelon	US		0	America/New_York	33.47293	-80.89843	60			SC	075		
4592966	River Bluff Estates	river-bluff-estates	US		0	America/New_York	33.96321	-81.04009	44			SC	063		
4592975	River Hills Plantation	river-hills-plantation	US		0	America/New_York	35.10681	-81.06369	198			SC	091		
4592976	River Oak Ranchettes	river-oak-ranchettes	US		0	America/New_York	35.08956	-82.0165	276			SC	083		
4592977	River Oaks	river-oaks	US		0	America/New_York	35.09956	-82.00344	262			SC	083		
4592978	River Oaks Estates	river-oaks-estates	US		0	America/New_York	33.46211	-79.15032	3			SC	043		
4592982	River Reach	river-reach	US		0	America/New_York	32.40464	-80.76788	6			SC	013		
4592989	Riverbanks	riverbanks	US		0	America/New_York	34.01599	-81.0687	78			SC	079		
4592991	Riverbend	riverbend	US		0	America/New_York	32.88712	-80.07148	13			SC	019		
4592996	Riverdowns	riverdowns	US		0	America/New_York	34.90067	-82.27178	267			SC	045		
4592997	Riverland	riverland	US		0	America/New_York	32.70796	-79.9637	2			SC	019		
4592998	Riverland Terrace	riverland-terrace	US		0	America/New_York	32.76212	-79.99009	5			SC	019		
4592999	Riverpoint	riverpoint	US		0	America/New_York	32.73712	-79.96259	1			SC	019		
4593001	Rivers (historical)	rivers-historical	US		0	America/New_York	34.71516	-80.05645	54	Rivers (historical),Rivet,Rivets		SC	025		
4593005	Rivers Edge	rivers-edge	US		0	America/New_York	32.49463	-80.64066	4			SC	013		
4593018	Riverside Forest	riverside-forest	US		0	America/New_York	34.03932	-81.07982	67			SC	079		
4593035	Riverview Park	riverview-park	US		0	America/New_York	35.02846	-81.84316	232			SC	083		
4593037	Riverview Terrace	riverview-terrace	US		0	America/New_York	34.03515	-81.06481	80			SC	079		
4593038	Riverwind	riverwind	US		0	America/New_York	32.39436	-80.68316	6			SC	013		
4593049	Robat	robat	US		0	America/New_York	34.79736	-81.50315	182	Mount Tabor,Robat		SC	087		
4593051	Robbers Roost Villas	robbers-roost-villas	US		0	America/New_York	33.83628	-78.66085	8			SC	051		
4593052	Robbins (historical)	robbins-historical	US		0	America/New_York	33.15098	-81.65511	40			SC	011		
4593061	Robbins Neck	robbins-neck	US		0	America/New_York	34.46571	-79.80201	24	Robbins Neck,Roblyns Neck		SC	031		
4593082	Robertville	robertville	US		0	America/New_York	32.58657	-81.19844	20	Robertsville,Robertville		SC	053		
4593086	Robin Hill Farm	robin-hill-farm	US		0	America/New_York	33.5546	-80.9287	76			SC	075		
4593087	Robin Hood	robin-hood	US		0	America/New_York	33.56989	-79.02031	3			SC	043		
4593096	Robinson Crossroad	robinson-crossroad	US		0	America/New_York	34.52071	-80.64507	175			SC	055		
4593104	Robinwood Estates	robinwood-estates	US		0	America/New_York	34.76209	-80.75173	151			SC	057		
4593105	Robinwood Estates	robinwood-estates	US		0	America/New_York	33.52681	-81.70678	147			SC	003		
4593106	Robynwyn	robynwyn	US		0	America/New_York	33.03628	-80.18398	31			SC	035		
4593112	Rock Bluff	rock-bluff	US		0	America/New_York	33.60572	-79.81285	14			SC	089		
4593125	Rock Branch North	rock-branch-north	US		0	America/New_York	34.20293	-80.81564	99			SC	055		
4593132	Rock Creek Acres	rock-creek-acres	US		0	America/New_York	34.54038	-82.79625	235			SC	007		
4593235	Rockgate	rockgate	US		0	America/New_York	34.09849	-81.03815	81			SC	079		
4593259	Rocky Bluff Crossroads	rocky-bluff-crossroads	US		0	America/New_York	33.9796	-80.29786	43	Rocky Bluff Cross Roads,Rocky Bluff Crossroads		SC	085		
4593266	Rocky Bottom	rocky-bottom	US		0	America/New_York	35.04595	-82.80236	532			SC	077		
4593346	Rocky River (historical)	rocky-river-historical	US		0	America/New_York	34.16928	-82.62624	140			SC	001		
4593365	Roddey	roddey	US		0	America/New_York	34.87098	-80.93674	225	Coates Tavern,Roddey,Roddy		SC	091		
4593375	Rogansville (historical)	rogansville-historical	US		0	America/New_York	34.76569	-81.72482	172			SC	087		
4593377	Rodgers	rodgers	US		0	America/New_York	33.55461	-80.2587	28			SC	027		
4593387	Rogers Crossroads	rogers-crossroads	US		0	America/New_York	33.69878	-79.34922	12			SC	043		
4593397	Rogers Valley Heights	rogers-valley-heights	US		0	America/New_York	34.86845	-82.32567	299			SC	045		
4593404	Rolling Hills Estates	rolling-hills-estates	US		0	America/New_York	34.71847	-81.22342	153			SC	023		
4593406	Rollingwood	rollingwood	US		0	America/New_York	34.01015	-81.27843	161			SC	063		
4593410	Rogers Crossroads	rogers-crossroads	US		0	America/New_York	34.26599	-79.88784	48			SC	031		
4593411	Roman Acres	roman-acres	US		0	America/New_York	34.25429	-82.18318	171			SC	047		
4593419	Roosevelt Heights	roosevelt-heights	US		0	America/New_York	34.83956	-82.38262	279			SC	045		
4593435	Ropers Crossroads	ropers-crossroads	US		0	America/New_York	33.6818	-81.98484	131	Ropers,Ropers Crossroads		SC	037		
4593436	Rosa (historical)	rosa-historical	US		0	America/New_York	34.02374	-82.0854	152			SC	047		
4593440	Rosa Lees Crossroads	rosa-lees-crossroads	US		0	America/New_York	34.35932	-80.0059	62	Lees Cross Roads,Lees Crossroads,Rosa Lees Crossroads		SC	031		
4593482	Rose Gardens	rose-gardens	US		0	America/New_York	33.96821	-81.14149	100			SC	063		
4593484	Rosehill Park	rosehill-park	US		0	America/New_York	35.09541	-81.6276	211			SC	021		
4593485	Roseida	roseida	US		0	America/New_York	32.45325	-80.73733	9			SC	013		
4593489	Roseman Heights	roseman-heights	US		0	America/New_York	34.77706	-82.39679	287			SC	045		
4593490	Rosemary (historical)	rosemary-historical	US		0	America/New_York	33.35349	-81.24788	83			SC	011		
4593496	Rosehill	rosehill	US		0	America/New_York	33.00323	-80.18815	24			SC	035		
4593521	Rosewood Heights	rosewood-heights	US		0	America/New_York	34.79872	-82.69514	301			SC	077		
4593525	Rosinville	rosinville	US		0	America/New_York	33.25461	-80.5276	28			SC	035		
4593544	Rotalata	rotalata	US		0	America/New_York	33.72625	-81.84317	185			SC	037		
4593581	Rouse	rouse	US		0	America/New_York	32.88544	-81.27538	37			SC	049		
4593587	Rowell	rowell	US		0	America/New_York	34.79403	-80.92063	185	Rowell,Rowells Station		SC	023		
4593598	Royal Acres	royal-acres	US		0	America/New_York	34.69038	-82.87681	229			SC	073		
4593601	Royal Oaks	royal-oaks	US		0	America/New_York	34.77234	-82.37957	276			SC	045		
4593602	Royal Oaks	royal-oaks	US		0	America/New_York	34.31404	-79.8834	48			SC	031		
4593604	Royal Pines Country Club Estates	royal-pines-country-club-estates	US		0	America/New_York	32.46408	-80.63677	6			SC	013		
4593605	Royal Pines Estates	royal-pines-estates	US		0	America/New_York	34.10515	-80.85175	128			SC	079		
4593612	Rucker Court	rucker-court	US		0	America/New_York	34.47927	-82.70208	219			SC	007		
4593613	Ruckers Crossroads	ruckers-crossroads	US		0	America/New_York	34.64042	-81.14175	191			SC	023		
4593618	Ruddell (historical)	ruddell-historical	US		0	America/New_York	32.84877	-81.40677	24			SC	005		
4593652	Runnymeade	runnymeade	US		0	America/New_York	33.95988	-80.33897	52			SC	085		
4593657	Runnymede	runnymede	US		0	America/New_York	32.8824	-80.0962	6	Runnymeade Plantation,Runnymede		SC	019		
4593666	Russell (historical)	russell-historical	US		0	America/New_York	34.90926	-83.17265	492			SC	073		
4593672	Russell Lake Landing	russell-lake-landing	US		0	America/New_York	33.06239	-80.45677	11	Russel Lake Landing,Russell Lake Landing		SC	035		
4593675	Russelldale	russelldale	US		0	America/New_York	32.88545	-80.01231	9			SC	019		
4593677	Russell Hill	russell-hill	US		0	America/New_York	33.46792	-81.83595	118			SC	003		
4593682	Rustic Estates	rustic-estates	US		0	America/New_York	34.76123	-82.30901	267			SC	045		
4593686	Rutledge Acres	rutledge-acres	US		0	America/New_York	35.08179	-81.69732	222			SC	021		
4593692	Rutledge Estates	rutledge-estates	US		0	America/New_York	35.08679	-81.68704	241			SC	021		
4593712	Sadler (historical)	sadler-historical	US		0	America/New_York	34.44316	-82.83264	220			SC	007		
4593723	Saint Andrews	saint-andrews	US		0	America/New_York	32.78184	-79.98509	1	Albemarle,Albemarle Point,Old Town,Saint Andrews,St. Andrews		SC	019		
4593724	Saint Andrews	saint-andrews	US		21151	America/New_York	34.04543	-81.12926	92			SC	063		
4593740	Saint Andrews Heights	saint-andrews-heights	US		0	America/New_York	32.79129	-80.01204	7			SC	019		
4593887	Saint James Estates	saint-james-estates	US		0	America/New_York	32.96017	-80.0137	12			SC	015		
4594028	Saint Johns Crossroads	saint-johns-crossroads	US		0	America/New_York	33.77517	-79.49645	17	Saint Johns Cross Roads,Saint Johns Crossroads,St. Johns Crossroads		SC	089		
4594072	Saint Julian	saint-julian	US		0	America/New_York	33.41461	-80.36009	36			SC	075		
4594201	Saint Marks Wood	saint-marks-wood	US		0	America/New_York	33.97988	-80.93731	77			SC	079		
4594368	Saint Paul Forks	saint-paul-forks	US		0	America/New_York	33.88934	-79.03615	7			SC	051		
4594522	Saint Phillips	saint-phillips	US		0	America/New_York	34.30153	-81.51038	154			SC	071		
4594590	Salak	salak	US		0	America/New_York	34.15818	-82.20707	191			SC	047		
4594646	Salem Crossroads	salem-crossroads	US		0	America/New_York	34.42153	-81.29787	161	Salem,Salem Cross Roads,Salem Crossroads		SC	039		
4594648	Salem Estates	salem-estates	US		0	America/New_York	34.89929	-81.97455	242			SC	083		
4594651	Salem Plantation	salem-plantation	US		0	America/New_York	32.4238	-80.70594	5			SC	013		
4594665	Salisbury Acres	salisbury-acres	US		0	America/New_York	32.98767	-80.19537	26			SC	035		
4594666	Salkehatchie	salkehatchie	US		0	America/New_York	32.70629	-80.81316	4	Sadkeche,Salkehatchie		SC	029		
4594671	Salem Crossroads	salem-crossroads	US		0	America/New_York	33.95461	-79.12754	25			SC	051		
4594678	Salt Creek	salt-creek	US		0	America/New_York	32.44936	-80.729	3			SC	013		
4594680	Salt Marsh Cove	salt-marsh-cove	US		0	America/New_York	33.46822	-79.10504	3			SC	043		
4594691	Salters Depot	salters-depot	US		0	America/New_York	33.596	-79.85313	22			SC	089		
4594693	Saluca	saluca	US		0	America/New_York	34.23429	-82.06179	167			SC	047		
4594705	Saluda Gardens	saluda-gardens	US		0	America/New_York	34.00571	-81.07982	81			SC	063		
4594709	Saluda Hills	saluda-hills	US		0	America/New_York	34.01099	-81.10537	75			SC	063		
4594722	Saluda Terrace	saluda-terrace	US		0	America/New_York	34.01099	-81.08732	69			SC	063		
4594725	Salvesbarg Landing	salvesbarg-landing	US		0	America/New_York	32.47519	-80.84983	1			SC	053		
4594736	Saluda River Estates	saluda-river-estates	US		0	America/New_York	34.00376	-81.07343	72			SC	063		
4594744	Sampit	sampit	US		0	America/New_York	33.36406	-79.45867	12			SC	043		
4594753	Sampson	sampson	US		0	America/New_York	34.8729	-82.40957	305			SC	045		
4594754	Sampson Landing	sampson-landing	US		0	America/New_York	33.79822	-79.25644	2			SC	067		
4594758	San Marco Estates	san-marco-estates	US		0	America/New_York	33.97377	-80.85314	124			SC	079		
4594760	San Miguel De Gualdape (historical)	san-miguel-de-gualdape-historical	US		0	America/New_York	33.32794	-79.26088	3			SC	043		
4594819	Sand Ridge	sand-ridge	US		0	America/New_York	34.06096	-82.01373	177	Mays Crossroads,Sand Ridge		SC	047		
4594820	Sand Ridge	sand-ridge	US		0	America/New_York	33.81656	-79.09171	13			SC	051		
4594832	Sanders (historical)	sanders-historical	US		0	America/New_York	32.9646	-81.29844	45			SC	005		
4594841	Sanders Corner	sanders-corner	US		0	America/New_York	34.00293	-80.54064	54			SC	085		
4594853	Sanders Subdivision	sanders-subdivision	US		0	America/New_York	33.90932	-80.4123	55			SC	085		
4594868	Sandhurst	sandhurst	US		0	America/New_York	34.15821	-79.79284	37			SC	041		
4594869	Sandlewood	sandlewood	US		0	America/New_York	33.55069	-81.91372	126			SC	003		
4594871	Sandridge	sandridge	US		0	America/New_York	33.25516	-80.31593	24	Sand Ridge,Sandridge		SC	015		
4594872	Sandridge	sandridge	US		0	America/New_York	34.24599	-79.72062	28			SC	041		
4594876	Sandwood	sandwood	US		0	America/New_York	34.04682	-80.94676	88			SC	079		
4594877	Sandwood Hills	sandwood-hills	US		0	America/New_York	34.21265	-80.73814	90			SC	055		
4594880	Sandhurst	sandhurst	US		0	America/New_York	32.82323	-79.99565	6			SC	019		
4594896	Sandy Flat	sandy-flat	US		0	America/New_York	34.994	-82.34484	316			SC	045		
4594935	Sandy River	sandy-river	US		0	America/New_York	34.65653	-81.32676	110	Sandy River,Sandy River Station		SC	023		
4594941	Sandy Run	sandy-run	US		0	America/New_York	33.79988	-80.96398	47			SC	017		
4594946	Sandy Run	sandy-run	US		0	America/New_York	33.32294	-80.71565	45			SC	075		
4594949	Sandy Run (historical)	sandy-run-historical	US		0	America/New_York	33.13072	-80.17037	19			SC	015		
4594971	Sangaree	sangaree	US		8220	America/New_York	33.03545	-80.12787	26			SC	015		
4594973	Sangster Village	sangster-village	US		0	America/New_York	32.41742	-80.66316	5			SC	013		
4594975	Sans Souci	sans-souci	US		7869	America/New_York	34.8779	-82.42401	309			SC	045		
4594978	Sans Souci Heights	sans-souci-heights	US		0	America/New_York	34.89623	-82.4179	315			SC	045		
4594979	Sansbury Crossroads	sansbury-crossroads	US		0	America/New_York	34.06071	-79.92312	37			SC	041		
4594981	Santa Elena (historical)	santa-elena-historical	US		0	America/New_York	32.30659	-80.67539	2			SC	013		
4594982	Santarosa	santarosa	US		0	America/New_York	34.67987	-80.78201	174			SC	057		
4594984	Santee (historical)	santee-historical	US		0	America/New_York	33.45489	-79.90452	9	Santee (historical),Santee Bluff		SC	015		
4594989	Santee Circle	santee-circle	US		0	America/New_York	33.24378	-79.96425	22			SC	015		
4595012	Santuc	santuc	US		0	America/New_York	34.63458	-81.5226	161	Sand Tuck,Santuc,Santuc Station,Santuck		SC	087		
4595014	Sapps Crossroads	sapps-crossroads	US		0	America/New_York	34.80904	-80.63118	203	Sapps Cross Roads,Sapps Crossroads		SC	057		
4595022	Saratt	saratt	US		0	America/New_York	34.89597	-81.5401	196	Saratt,Sarratt		SC	021		
4595050	Sartor Estates	sartor-estates	US		0	America/New_York	34.31404	-79.86367	36			SC	031		
4595051	Sartor Town	sartor-town	US		0	America/New_York	34.51764	-81.54094	128			SC	087		
4595052	Sarvis Crossroads	sarvis-crossroads	US		0	America/New_York	34.04128	-78.96698	33			SC	051		
4595058	Satchel Ford Terrace	satchel-ford-terrace	US		0	America/New_York	34.05571	-80.96898	78			SC	079		
4595065	Sato	sato	US		0	America/New_York	33.32182	-81.1276	69			SC	009		
4595072	Savanna Town (historical)	savanna-town-historical	US		0	America/New_York	33.42514	-81.90956	60	Savanna Town (historical),Savanno		SC	003		
4595091	Savannah Grove	savannah-grove	US		0	America/New_York	34.15016	-79.82923	38			SC	041		
4595100	Savannah Terrace	savannah-terrace	US		0	America/New_York	33.49764	-81.984	59			SC	003		
4595104	Saw Mill	saw-mill	US		0	America/New_York	33.11628	-79.90286	13			SC	015		
4595113	Sawmill Terrace	sawmill-terrace	US		0	America/New_York	33.00767	-80.17481	21			SC	035		
4595123	Sawyerdale	sawyerdale	US		0	America/New_York	33.59126	-81.23094	121			SC	075		
4595133	Saxony Forest	saxony-forest	US		0	America/New_York	34.77093	-82.96237	274			SC	073		
4595136	Saylors Crossroads	saylors-crossroads	US		0	America/New_York	34.399	-82.50596	234	Sayers Cross Roads,Saylors Crossroads		SC	007		
4595139	Saxton Homes	saxton-homes	US		0	America/New_York	34.02377	-81.01537	95			SC	079		
4595141	Scanlonville	scanlonville	US		0	America/New_York	32.81184	-79.89759	1			SC	019		
4595167	Schultz Hill	schultz-hill	US		0	America/New_York	33.48375	-81.94761	62			SC	003		
4595173	Scotch Range Estates	scotch-range-estates	US		0	America/New_York	33.01656	-80.28454	15			SC	035		
4595179	Scott Acres	scott-acres	US		0	America/New_York	33.68628	-78.90364	7			SC	051		
4595220	Scoville Woods	scoville-woods	US		0	America/New_York	33.50099	-80.87981	54			SC	075		
4595234	Sea Pines	sea-pines	US		0	America/New_York	32.13354	-80.79483	3			SC	013		
4595235	Sea Pines Circle	sea-pines-circle	US		0	America/New_York	32.15993	-80.75594	3			SC	013		
4595239	Sea Pines Plantation	sea-pines-plantation	US		0	America/New_York	32.13382	-80.77261	3			SC	013		
4595244	Seabreeze	seabreeze	US		0	America/New_York	33.586	-79.01615	6			SC	051		
4595249	Seabrook Island	seabrook-island	US		1844	America/New_York	32.57713	-80.17065	5			SC	019		
4595250	Seabrook Landing	seabrook-landing	US		0	America/New_York	32.25937	-80.74066	2	Seabrook,Seabrook Landing		SC	013		
4595255	Seacroft	seacroft	US		0	America/New_York	33.611	-78.99559	8			SC	051		
4595263	Seaview Place	seaview-place	US		0	America/New_York	33.67184	-78.90336	6			SC	051		
4595266	Secessionville	secessionville	US		0	America/New_York	32.70573	-79.93926	1			SC	019		
4595267	Secessionville Acres	secessionville-acres	US		0	America/New_York	32.70073	-79.95203	4			SC	019		
4595269	Seaside Farms Estates	seaside-farms-estates	US		0	America/New_York	32.81129	-79.82508	3			SC	019		
4595305	Sedgefield	sedgefield	US		0	America/New_York	34.53288	-82.65263	241			SC	007		
4595306	Sedgefield	sedgefield	US		0	America/New_York	32.97462	-80.01092	15			SC	015		
4595307	Sedgefield	sedgefield	US		0	America/New_York	34.95431	-81.00674	204			SC	091		
4595316	Segars	segars	US		0	America/New_York	34.38404	-80.13174	69			SC	031		
4595324	Seiglers Crossroads	seiglers-crossroads	US		0	America/New_York	33.64486	-81.65705	153			SC	003		
4595325	Seigling	seigling	US		0	America/New_York	33.04432	-81.31511	64	Seigling,Seiglingville		SC	005		
4595328	Seivern	seivern	US		0	America/New_York	33.71515	-81.40982	125			SC	003		
4595333	Sellars Heights	sellars-heights	US		0	America/New_York	33.92377	-80.40258	55			SC	085		
4595340	Seloc	seloc	US		0	America/New_York	33.88127	-80.00841	30			SC	027		
4595341	Selwood Shores	selwood-shores	US		0	America/New_York	34.09404	-81.2276	120			SC	063		
4595683	Shiloh Estates	shiloh-estates	US		0	America/New_York	34.68566	-82.90126	279			SC	073		
4595684	Shiloh Heights	shiloh-heights	US		0	America/New_York	33.60375	-81.71511	150			SC	003		
4595352	Seneca Landing	seneca-landing	US		0	America/New_York	34.64482	-82.91459	211			SC	073		
4595364	Serene Heights	serene-heights	US		0	America/New_York	34.95095	-82.1665	279			SC	083		
4595373	Seven Oaks	seven-oaks	US		0	America/New_York	34.92039	-82.31845	291			SC	045		
4595374	Seven Oaks	seven-oaks	US		15144	America/New_York	34.04876	-81.14648	66			SC	063		
4595375	Seven Oaks	seven-oaks	US		0	America/New_York	34.60566	-82.92042	231			SC	073		
4595398	Shad Moss village	shad-moss-village	US		0	America/New_York	33.56266	-80.20536	25			SC	027		
4595400	Shadblow	shadblow	US		0	America/New_York	33.94849	-81.09454	63			SC	063		
4595401	Shadow Brook	shadow-brook	US		0	America/New_York	34.06348	-81.14621	72			SC	063		
4595403	Shadow Wood	shadow-wood	US		0	America/New_York	34.56955	-82.82403	240			SC	007		
4595404	Shadowbrook	shadowbrook	US		0	America/New_York	34.95514	-81.02841	186			SC	091		
4595405	Shadowmoss	shadowmoss	US		0	America/New_York	32.84379	-80.06509	11			SC	019		
4595407	Shadwick	shadwick	US		0	America/New_York	34.63205	-82.92348	246			SC	073		
4595408	Shady Acres	shady-acres	US		0	America/New_York	34.10153	-81.3651	113			SC	063		
4595410	Shady Creek	shady-creek	US		0	America/New_York	34.89734	-82.35734	315			SC	045		
4595412	Shady Grove (historical)	shady-grove-historical	US		0	America/New_York	34.57236	-81.66316	168			SC	087		
4595479	Shannon Forest	shannon-forest	US		0	America/New_York	34.91873	-81.97205	245			SC	083		
4595480	Shannon Hill	shannon-hill	US		0	America/New_York	34.25154	-80.20396	55			SC	061		
4595483	Shannon Park	shannon-park	US		0	America/New_York	33.00851	-80.04064	12			SC	015		
4595487	Shannontown	shannontown	US		0	America/New_York	33.88988	-80.34091	49			SC	085		
4595506	Sharon Park	sharon-park	US		0	America/New_York	34.90206	-82.4504	307			SC	045		
4595511	Sharp	sharp	US		0	America/New_York	34.17432	-80.95064	134			SC	079		
4595514	Sharpes Hill	sharpes-hill	US		0	America/New_York	33.81571	-81.15426	142			SC	063		
4595526	Shaw Heights	shaw-heights	US		0	America/New_York	33.9846	-80.48258	107			SC	085		
4595534	Shaws Crossroads	shaws-crossroads	US		0	America/New_York	33.9446	-80.26536	43			SC	085		
4595568	Shell Point	shell-point	US		2336	America/New_York	32.38353	-80.73594	5			SC	013		
4595569	Shell Point	shell-point	US		2817	America/New_York	32.78907	-80.10676	7			SC	019		
4595573	Shell Point park	shell-point-park	US		0	America/New_York	32.38186	-80.74261	4			SC	013		
4595584	Shepard	shepard	US		0	America/New_York	34.32404	-80.54119	109	Shepard,Shepherd		SC	055		
4595585	Shephard Park	shephard-park	US		0	America/New_York	33.00878	-80.20121	27			SC	035		
4595592	Sheppard Crossroads	sheppard-crossroads	US		0	America/New_York	33.96179	-82.04706	149			SC	047		
4595597	Shemwood	shemwood	US		0	America/New_York	32.7999	-79.86453	8			SC	019		
4595598	Sheridan Estates	sheridan-estates	US		0	America/New_York	33.5146	-80.88343	65			SC	075		
4595600	Sherman Park	sherman-park	US		0	America/New_York	35.00512	-81.99066	269			SC	083		
4595604	Sherwood Acres	sherwood-acres	US		0	America/New_York	34.65959	-80.75285	187			SC	057		
4595605	Sherwood Acres	sherwood-acres	US		0	America/New_York	34.91429	-81.94316	226			SC	083		
4595608	Sherwood Forest	sherwood-forest	US		0	America/New_York	34.57927	-82.67486	226			SC	007		
4595609	Sherwood Forest	sherwood-forest	US		0	America/New_York	32.4163	-80.64511	4			SC	013		
4595610	Sherwood Forest	sherwood-forest	US		0	America/New_York	34.83234	-82.35373	309			SC	045		
4595611	Sherwood Forest	sherwood-forest	US		0	America/New_York	33.92155	-80.30063	44			SC	085		
4595612	Sherwood Forest	sherwood-forest	US		0	America/New_York	32.79295	-80.00981	8			SC	019		
4595613	Sherwood Forest	sherwood-forest	US		0	America/New_York	34.4046	-80.06368	63			SC	031		
4595615	Shiland Hills	shiland-hills	US		0	America/New_York	34.97292	-81.02008	186			SC	091		
4595682	Shiloh Estates	shiloh-estates	US		0	America/New_York	34.7329	-82.31262	249			SC	045		
4595713	Shipyard Plantation	shipyard-plantation	US		0	America/New_York	32.15437	-80.74761	3			SC	013		
4595723	Shoally Creek	shoally-creek	US		0	America/New_York	35.01623	-81.95122	257			SC	083		
4595724	Shoals Creek Subdivision	shoals-creek-subdivision	US		0	America/New_York	34.84317	-82.51929	282			SC	077		
4595725	Shoals Junction	shoals-junction	US		0	America/New_York	34.35623	-82.3029	212	Barmore,Shoals Junction		SC	047		
4595733	Shoreline Farms	shoreline-farms	US		0	America/New_York	32.72768	-80.01898	6			SC	019		
4595735	Shoresbrook	shoresbrook	US		0	America/New_York	34.93845	-82.01038	254			SC	083		
4595750	Shuler (historical)	shuler-historical	US		0	America/New_York	33.88015	-81.16065	98			SC	063		
4595754	Shulerville	shulerville	US		0	America/New_York	33.18739	-79.63201	8			SC	015		
4595771	Siesta Village	siesta-village	US		0	America/New_York	34.16821	-79.75812	34			SC	041		
4595775	Sigsbee	sigsbee	US		0	America/New_York	34.98679	-82.00872	272			SC	083		
4595796	Silver Bluff Estates	silver-bluff-estates	US		0	America/New_York	33.52097	-81.73178	144			SC	003		
4595817	Silver Leaf	silver-leaf	US		0	America/New_York	34.89456	-82.28206	284			SC	045		
4595834	Simmon Tree (historical)	simmon-tree-historical	US		0	America/New_York	34.84652	-81.50398	175			SC	087		
4595835	Simmons	simmons	US		0	America/New_York	34.30762	-82.2679	204			SC	047		
4595843	Simmonsville	simmonsville	US		0	America/New_York	33.2485	-79.64035	9			SC	015		
4595844	Simmonsville	simmonsville	US		0	America/New_York	33.41961	-79.1781	7			SC	043		
4595851	Simpson (historical)	simpson-historical	US		0	America/New_York	34.46401	-82.12399	166			SC	059		
4595858	Simpson Crossing	simpson-crossing	US		0	America/New_York	33.24961	-79.97508	22			SC	015		
4595885	Sinclair Crossroads	sinclair-crossroads	US		0	America/New_York	34.52738	-79.46477	48	Sinclair Cross Roads,Sinclair Crossroads		SC	033		
4595888	Singing Pines	singing-pines	US		0	America/New_York	34.65871	-82.9282	288			SC	073		
4595889	Singing Pines	singing-pines	US		0	America/New_York	32.8949	-80.01231	17			SC	019		
4595891	Singletary Forks	singletary-forks	US		0	America/New_York	33.35711	-79.69146	12			SC	089		
4595896	Singleton	singleton	US		0	America/New_York	33.6921	-80.72953	82			SC	017		
4595906	Singleton Crossroads	singleton-crossroads	US		0	America/New_York	33.83572	-79.19532	18			SC	051		
4595928	Six Points	six-points	US		0	America/New_York	33.57486	-81.744	150	Six Point,Six Points		SC	003		
4595946	Sixty Six	sixty-six	US		0	America/New_York	33.30571	-80.82621	44	Sixty Six,Sixty-six Mile Turnout		SC	075		
4595949	Skimmer Bay	skimmer-bay	US		0	America/New_York	33.79684	-78.75391	4			SC	051		
4595968	Skyview	skyview	US		0	America/New_York	34.68872	-82.80792	255			SC	077		
4595977	Slandsville	slandsville	US		0	America/New_York	32.98045	-80.24148	22	Slandsville,Slansville		SC	035		
4595992	Slighs	slighs	US		0	America/New_York	34.19848	-81.45038	182			SC	071		
4596042	Smith Ford	smith-ford	US		0	America/New_York	34.9968	-81.48537	133			SC	021		
4596047	Smith Heights	smith-heights	US		0	America/New_York	34.81873	-82.43235	288			SC	045		
4596081	Smithfields	smithfields	US		0	America/New_York	34.80595	-82.55346	297			SC	077		
4596107	Smiths Tavern	smiths-tavern	US		0	America/New_York	34.86401	-81.93871	225			SC	083		
4596109	Smithville (historical)	smithville-historical	US		0	America/New_York	34.19345	-82.27012	182			SC	001		
4596122	Smoke Rise	smoke-rise	US		0	America/New_York	34.67098	-80.7384	173			SC	057		
4596125	Smyly	smyly	US		0	America/New_York	33.026	-80.79566	25			SC	029		
4596165	Sniders Crossroads	sniders-crossroads	US		0	America/New_York	32.88906	-80.85316	21	Sniders,Sniders Cross Roads,Sniders Crossroads		SC	029		
4596171	Snoddy	snoddy	US		0	America/New_York	34.93651	-82.07372	241			SC	083		
4596186	Snow Junction	snow-junction	US		0	America/New_York	33.66906	-79.47145	9			SC	089		
4596189	Snow Town	snow-town	US		0	America/New_York	33.58433	-79.51506	11			SC	089		
4596191	Snowden	snowden	US		0	America/New_York	32.84156	-79.84647	6			SC	019		
4596198	Snug Harbor	snug-harbor	US		0	America/New_York	34.11959	-81.41205	121			SC	063		
4596199	Snug Harbor	snug-harbor	US		0	America/New_York	34.60621	-82.93848	229			SC	073		
4596208	Socastee	socastee	US		19952	America/New_York	33.6835	-78.99837	5			SC	051		
4596229	Solomons Crossroads	solomons-crossroads	US		0	America/New_York	32.79461	-81.32233	45	Solomans Crossroads,Solomons Cross Roads,Solomons Crossroads		SC	005		
4596232	Somerset Point	somerset-point	US		0	America/New_York	32.82212	-79.86592	3			SC	019		
4596234	Sondleys (historical)	sondleys-historical	US		0	America/New_York	34.32431	-81.48316	151			SC	071		
4596250	South Beach Villas	south-beach-villas	US		0	America/New_York	32.11132	-80.82483	1			SC	013		
4597044	South Congaree	south-congaree	US		2388	America/New_York	33.91099	-81.13565	58	Congaree,South Congaree		SC	063		
4597046	South Cove	south-cove	US		0	America/New_York	34.71621	-82.96015	258			SC	073		
4597056	South Forest Estates	south-forest-estates	US		0	America/New_York	34.77984	-82.38484	276			SC	045		
4597066	South Greenwood	south-greenwood	US		0	America/New_York	34.16457	-82.13679	193			SC	047		
4597073	South Hills	south-hills	US		0	America/New_York	34.68764	-81.60704	193			SC	087		
4597079	South Lynchburg	south-lynchburg	US		0	America/New_York	34.05238	-80.0609	45	Lynchburg,South Lynchburg		SC	061		
4597083	South Meadows Farms	south-meadows-farms	US		0	America/New_York	34.91568	-81.94705	230			SC	083		
4597096	South Pointe	south-pointe	US		0	America/New_York	33.02434	-80.14898	27			SC	015		
4597108	South Santee	south-santee	US		0	America/New_York	33.1735	-79.41756	6	Santee,South Santee		SC	019		
4597109	South Side	south-side	US		0	America/New_York	34.13071	-79.75923	31			SC	041		
4597113	South Sumter	south-sumter	US		2411	America/New_York	33.90571	-80.34619	49			SC	085		
4597116	South Sea Pines	south-sea-pines	US		0	America/New_York	32.11215	-80.81705	1			SC	053		
4597118	South Union	south-union	US		0	America/New_York	34.55121	-83.05182	275			SC	073		
4597126	South Windermire	south-windermire	US		0	America/New_York	32.77601	-79.98009	6	South Windermere,South Windermire		SC	019		
4597130	Southeast Newberry	southeast-newberry	US		0	America/New_York	34.2507	-81.57261	178			SC	071		
4597136	Southern Meadows	southern-meadows	US		0	America/New_York	34.67093	-82.9257	288			SC	073		
4597138	Southern Palms	southern-palms	US		0	America/New_York	32.98212	-80.1337	21			SC	035		
4597140	Southern Shops	southern-shops	US		3767	America/New_York	34.98595	-81.99455	269			SC	083		
4597149	Southland Park	southland-park	US		0	America/New_York	34.89403	-81.02119	174			SC	091		
4597151	Southport Estates	southport-estates	US		0	America/New_York	34.90346	-81.96649	238			SC	083		
4597179	Southwood	southwood	US		0	America/New_York	33.5243	-81.7665	138			SC	003		
4597185	Spalding (historical)	spalding-historical	US		0	America/New_York	34.2746	-80.59202	73			SC	055		
4597187	Spanish Wells	spanish-wells	US		0	America/New_York	32.19187	-80.77844	3			SC	013		
4597198	Sparrows Crossroads	sparrows-crossroads	US		0	America/New_York	34.05405	-79.87979	32	Sparrows,Sparrows Crossroads		SC	041		
4597217	Spaulding Heights	spaulding-heights	US		0	America/New_York	34.22182	-79.75701	42			SC	041		
4597219	Speaks Mill	speaks-mill	US		0	America/New_York	32.77295	-81.14344	33			SC	049		
4597228	Spearman (historical)	spearman-historical	US		0	America/New_York	34.24875	-81.68594	155			SC	071		
4597232	Spears Creek	spears-creek	US		0	America/New_York	34.11626	-80.72175	76			SC	055		
4597234	Speigner	speigner	US		0	America/New_York	33.9043	-81.73233	153			SC	081		
4597257	Spiderweb	spiderweb	US		0	America/New_York	33.41014	-81.83122	107			SC	003		
4597272	Spring Acres	spring-acres	US		0	America/New_York	34.32932	-79.88173	44			SC	031		
4597291	Spring Branch (historical)	spring-branch-historical	US		0	America/New_York	33.4557	-81.44177	100			SC	003		
4597307	Spring Brook Terrace	spring-brook-terrace	US		0	America/New_York	34.77984	-82.41318	289			SC	045		
4597312	Spring Forest	spring-forest	US		0	America/New_York	34.87623	-82.31706	297			SC	045		
4597313	Spring Forest	spring-forest	US		0	America/New_York	34.87095	-82.33595	305			SC	045		
4597314	Spring Grove (historical)	spring-grove-historical	US		0	America/New_York	34.2668	-81.94095	183			SC	059		
4597329	Spring Gully	spring-gully	US		0	America/New_York	33.38739	-79.4095	5			SC	043		
4597331	Spring Head (historical)	spring-head-historical	US		0	America/New_York	33.17878	-79.80674	15			SC	015		
4597338	Spring Hill (historical)	spring-hill-historical	US		0	America/New_York	33.11267	-79.79341	9			SC	015		
4597359	Spring Hills	spring-hills	US		0	America/New_York	35.03373	-81.97372	274			SC	083		
4597375	Spring Plain (historical)	spring-plain-historical	US		0	America/New_York	33.37683	-80.17786	24			SC	015		
4597392	Spring Village	spring-village	US		0	America/New_York	34.19904	-80.6798	72			SC	055		
4597394	Springbank Hills	springbank-hills	US		0	America/New_York	33.99599	-80.5087	83			SC	085		
4597405	Springdale Acres	springdale-acres	US		0	America/New_York	34.92515	-80.9598	199			SC	091		
4597408	Springdale Estates	springdale-estates	US		0	America/New_York	35.08484	-81.85427	263			SC	083		
4597410	Springdale Place	springdale-place	US		0	America/New_York	34.18904	-79.86506	41			SC	041		
4597414	Springdell	springdell	US		0	America/New_York	34.82376	-80.88146	166			SC	057		
4597457	Springmaid Beach	springmaid-beach	US		0	America/New_York	33.65656	-78.92031	4			SC	051		
4597458	Springs Park	springs-park	US		0	America/New_York	34.60626	-80.88202	132			SC	057		
4597461	Springstein	springstein	US		0	America/New_York	34.9307	-80.95647	193			SC	091		
4597469	Springville (historical)	springville-historical	US		0	America/New_York	34.34099	-79.85451	49			SC	031		
4597473	Springwood	springwood	US		0	America/New_York	34.08071	-80.95453	76			SC	079		
4597477	Springwood Lakes	springwood-lakes	US		0	America/New_York	34.68681	-81.24009	155			SC	023		
4597482	Sprucewood	sprucewood	US		0	America/New_York	32.94739	-80.21648	12			SC	035		
4597492	Squire Estates	squire-estates	US		0	America/New_York	34.91181	-81.06786	167			SC	091		
4597505	Stafford Heights	stafford-heights	US		0	America/New_York	32.72101	-80.07148	7			SC	019		
4597516	Stallsville	stallsville	US		0	America/New_York	32.99656	-80.18204	26			SC	035		
4597519	Stalnaker Heights	stalnaker-heights	US		0	America/New_York	34.21679	-82.15123	184			SC	047		
4597520	Stalvey	stalvey	US		0	America/New_York	33.68517	-78.96892	6			SC	051		
4597522	Staley Crossroads	staley-crossroads	US		0	America/New_York	33.66932	-80.96093	120	Staley Cross Roads,Staley Crossroads		SC	017		
4597534	Star Bluff Crossroads	star-bluff-crossroads	US		0	America/New_York	33.85628	-78.75752	12	Phillips Mountain,Star Bluff Crossroads		SC	051		
4597543	Starlite	starlite	US		0	America/New_York	33.93571	-80.96787	46			SC	079		
4597544	Starmount	starmount	US		0	America/New_York	33.92321	-81.07065	87			SC	063		
4597545	Starmount Acres	starmount-acres	US		0	America/New_York	34.6757	-80.79785	154			SC	057		
4597553	Starsdale Manor	starsdale-manor	US		0	America/New_York	34.91706	-82.42207	323			SC	045		
4597560	State Farm (historical)	state-farm-historical	US		0	America/New_York	34.09682	-80.5773	49			SC	085		
4597570	State Park Acres	state-park-acres	US		0	America/New_York	34.11765	-80.94176	111			SC	079		
4597573	Stateburg	stateburg	US		1380	America/New_York	33.95765	-80.53481	91	Stateburg,Stateburgh,Statesborough,Statesburg		SC	085		
4597583	Staunton Heights	staunton-heights	US		0	America/New_York	34.80512	-82.44096	295			SC	045		
4597585	Stave Landing	stave-landing	US		0	America/New_York	34.17711	-79.19088	12	Harringtons Landing,Stave Landing		SC	067		
4597589	Steamboat Landing	steamboat-landing	US		0	America/New_York	32.60213	-80.29288	2			SC	019		
4597599	Steel Creek Landing	steel-creek-landing	US		0	America/New_York	33.09515	-81.61178	24	Steel Creek Landing,Steel Landing		SC	005		
4597605	Steele Town	steele-town	US		0	America/New_York	33.37489	-79.28755	4			SC	043		
4597609	Steep Bottom (historical)	steep-bottom-historical	US		0	America/New_York	32.69573	-81.21177	34			SC	049		
4597615	Steele Crossing	steele-crossing	US		0	America/New_York	34.90653	-81.05925	174			SC	091		
4597616	Stephens Crossroads	stephens-crossroads	US		0	America/New_York	33.88462	-78.68752	10	Everett,Stephens Crossroads		SC	051		
4597649	Stiefeltown	stiefeltown	US		0	America/New_York	33.55236	-81.79567	70	Stiefeltown,Stielfeltown		SC	003		
4597651	Stiles Point	stiles-point	US		0	America/New_York	32.73934	-79.92342	7			SC	019		
4597655	Stewart Crossroads	stewart-crossroads	US		0	America/New_York	34.80182	-80.59784	175	Stewart Cross Roads,Stewart Crossroads		SC	057		
4597666	Stilton	stilton	US		0	America/New_York	33.53654	-80.83842	93	Stilton,Stiltons		SC	075		
4597678	Stockton (historical)	stockton-historical	US		0	America/New_York	34.14821	-80.57258	52			SC	055		
4597680	Stokes (historical)	stokes-historical	US		0	America/New_York	33.01823	-79.99842	10			SC	015		
4597682	Stokes Bluff Landing	stokes-bluff-landing	US		0	America/New_York	32.5574	-81.28261	6			SC	049		
4597690	Stomp Springs	stomp-springs	US		0	America/New_York	34.46986	-81.73427	143			SC	059		
4597697	Stone Gap	stone-gap	US		0	America/New_York	33.49875	-81.76539	109			SC	003		
4597698	Stone Haven	stone-haven	US		0	America/New_York	34.71399	-82.86653	215			SC	073		
4597706	Stone Lake Heights	stone-lake-heights	US		0	America/New_York	34.88234	-82.37456	305			SC	045		
4597710	Stone Station	stone-station	US		0	America/New_York	34.84624	-81.92538	249	Bishop,Stone,Stone Station,Stones Station		SC	083		
4597715	Stonehaven	stonehaven	US		0	America/New_York	34.54399	-82.72764	242			SC	007		
4597720	Stonewall Woods	stonewall-woods	US		0	America/New_York	34.55761	-82.70264	233			SC	007		
4597724	Stoney Hill	stoney-hill	US		0	America/New_York	34.16736	-81.57483	177	Saint Lukes,Stockman,Stoney Hill		SC	071		
4597729	Stoneybrook Estates	stoneybrook-estates	US		0	America/New_York	34.90709	-81.0248	185			SC	091		
4597731	Stono	stono	US		0	America/New_York	32.73018	-79.98231	9			SC	019		
4597737	Stoneledge	stoneledge	US		0	America/New_York	34.8404	-82.27984	291			SC	045		
4597740	Stono Station	stono-station	US		0	America/New_York	32.76101	-80.10593	6	Stono,Stono Station		SC	019		
4597748	Stony Landing	stony-landing	US		0	America/New_York	33.19323	-79.96925	1			SC	015		
4597759	Storeville (historical)	storeville-historical	US		0	America/New_York	34.359	-82.58041	192			SC	007		
4597763	Storm Branch Park	storm-branch-park	US		0	America/New_York	33.48125	-81.89345	52			SC	003		
4597767	Stratford Forest	stratford-forest	US		0	America/New_York	34.93651	-82.45484	333			SC	045		
4597768	Stratford Forest	stratford-forest	US		0	America/New_York	33.01906	-80.05703	17			SC	015		
4597770	Stratford Terrace	stratford-terrace	US		0	America/New_York	34.54122	-82.64569	235			SC	007		
4597771	Strathaven Forest	strathaven-forest	US		0	America/New_York	33.97599	-80.9187	75			SC	079		
4597772	Stratton Capers	stratton-capers	US		0	America/New_York	32.92517	-80.09842	12			SC	035		
4597773	Stratton Place	stratton-place	US		0	America/New_York	34.86678	-82.32151	305			SC	045		
4597779	Strawberry Landing	strawberry-landing	US		0	America/New_York	33.09212	-79.94425	2			SC	015		
4597797	Stringfellow	stringfellow	US		0	America/New_York	34.73764	-81.17509	161			SC	023		
4597807	Strother	strother	US		0	America/New_York	34.39375	-81.39482	88			SC	039		
4597817	Stuart Heights	stuart-heights	US		0	America/New_York	35.09124	-81.6326	223			SC	021		
4597820	Stuckey	stuckey	US		235	America/New_York	33.73183	-79.51256	15			SC	089		
4597829	Sturgis Estates	sturgis-estates	US		0	America/New_York	34.93403	-80.97758	172			SC	091		
4597833	Styx (historical)	styx-historical	US		0	America/New_York	33.91349	-81.12343	49			SC	063		
4597835	Suber	suber	US		0	America/New_York	34.93039	-82.26928	296			SC	045		
4597840	Suburbia	suburbia	US		0	America/New_York	34.17071	-79.80367	37			SC	041		
4597848	Sueville (historical)	sueville-historical	US		0	America/New_York	34.32181	-81.35871	81			SC	039		
4597849	Sugar Creek	sugar-creek	US		0	America/New_York	34.88262	-82.27206	279			SC	045		
4597854	Sugar Creek Villas	sugar-creek-villas	US		0	America/New_York	34.88901	-82.27623	291			SC	045		
4597859	Sugar Mill	sugar-mill	US		0	America/New_York	34.88262	-82.25956	273			SC	045		
4597864	Suggs Crossroads	suggs-crossroads	US		0	America/New_York	34.24515	-80.03701	53			SC	031		
4597878	Sullivan Crossroads	sullivan-crossroads	US		0	America/New_York	33.92124	-82.1154	160			SC	037		
4597894	Sumei Circle	sumei-circle	US		0	America/New_York	34.12571	-80.75509	89			SC	055		
4597896	Summer Hill	summer-hill	US		0	America/New_York	33.50597	-81.95456	130			SC	003		
4597897	Summer Place	summer-place	US		0	America/New_York	34.58289	-82.67541	252			SC	007		
4597898	Summer View	summer-view	US		0	America/New_York	33.91293	-80.41369	55			SC	085		
4597902	Summerfields	summerfields	US		0	America/New_York	33.49708	-81.94678	93			SC	003		
4597908	Summers Homes	summers-homes	US		0	America/New_York	33.94182	-80.35647	53			SC	085		
4597910	Summerset Acres	summerset-acres	US		0	America/New_York	33.03128	-80.27732	15			SC	035		
4597925	Summerville Farms	summerville-farms	US		0	America/New_York	32.97378	-80.21565	24			SC	035		
4597931	Summerville Place	summerville-place	US		0	America/New_York	32.98628	-80.14148	21			SC	035		
4597939	Summerwood	summerwood	US		0	America/New_York	32.97156	-80.1387	9			SC	035		
4597940	Summerwoods	summerwoods	US		0	America/New_York	34.78623	-82.3054	279			SC	045		
4597965	Sumter Junction	sumter-junction	US		0	America/New_York	33.83543	-80.56592	32			SC	085		
4597986	Sunny Acres	sunny-acres	US		0	America/New_York	34.87317	-82.45401	310			SC	045		
4597987	Sunny Acres	sunny-acres	US		0	America/New_York	34.669	-82.79903	248			SC	077		
4597988	Sunny Acres	sunny-acres	US		0	America/New_York	34.97651	-82.44484	318			SC	045		
4597991	Sunny Brook	sunny-brook	US		0	America/New_York	33.6768	-81.81289	130	Sunny Brook,Sunnybrook		SC	003		
4597992	Sunny Glen	sunny-glen	US		0	America/New_York	34.94456	-82.19428	257			SC	083		
4597999	Sunny Slopes	sunny-slopes	US		0	America/New_York	34.98345	-82.4529	319			SC	045		
4598003	Sunnybrook Heights	sunnybrook-heights	US		0	America/New_York	34.60182	-79.67756	46			SC	069		
4598004	Sunnydale Acres	sunnydale-acres	US		0	America/New_York	35.03345	-81.94399	261			SC	083		
4598005	Sunnyhill	sunnyhill	US		0	America/New_York	34.28904	-80.62841	80			SC	055		
4598006	Sunnyside Acres	sunnyside-acres	US		0	America/New_York	34.58594	-82.67069	228			SC	007		
4598012	Sunrise Acres	sunrise-acres	US		0	America/New_York	34.91098	-80.99813	191			SC	091		
4598015	Sunrise Point	sunrise-point	US		0	America/New_York	35.10153	-81.05396	186			SC	091		
4598017	Sunset Acres	sunset-acres	US		0	America/New_York	34.17266	-79.83034	39			SC	041		
4598018	Sunset Acres	sunset-acres	US		0	America/New_York	34.16679	-82.11929	185			SC	047		
4598019	Sunset Acres	sunset-acres	US		0	America/New_York	34.91431	-81.05286	177			SC	091		
4598024	Sunset Forest	sunset-forest	US		0	America/New_York	34.77512	-82.3304	286			SC	045		
4598025	Sunset Heights	sunset-heights	US		0	America/New_York	33.49597	-81.97762	58			SC	003		
4598027	Sunset Homes	sunset-homes	US		0	America/New_York	33.90099	-80.38369	56			SC	085		
4598040	Sunset Shores	sunset-shores	US		0	America/New_York	34.73704	-82.96515	280			SC	073		
4598047	Sunway Knolls	sunway-knolls	US		0	America/New_York	33.94155	-80.3898	57			SC	085		
4598049	Supreme Forest	supreme-forest	US		0	America/New_York	34.8029	-82.44318	295			SC	045		
4598051	Surf Pines	surf-pines	US		0	America/New_York	33.61684	-78.98976	8			SC	051		
4598052	Surfside Beach	surfside-beach	US		4280	America/New_York	33.606	-78.97309	3	Floral Beach,Surfside Beach		SC	051		
4598072	Sutton Spring (historical)	sutton-spring-historical	US		0	America/New_York	34.98125	-81.29147	177			SC	091		
4598074	Suttons	suttons	US		0	America/New_York	33.39406	-79.74368	12	Sutton,Suttons		SC	089		
4598095	Swan Meadows	swan-meadows	US		0	America/New_York	34.9707	-81.03508	189			SC	091		
4598096	Swandale	swandale	US		0	America/New_York	33.9796	-80.8637	122			SC	079		
4598105	Swearingen (historical)	swearingen-historical	US		0	America/New_York	33.70458	-81.91984	135			SC	037		
4598109	Swamp Fox	swamp-fox	US		0	America/New_York	33.44045	-79.98591	15			SC	015		
4598119	Sweet Gum Trail	sweet-gum-trail	US		0	America/New_York	34.56539	-82.65763	221			SC	007		
4598136	Sweetbriar	sweetbriar	US		0	America/New_York	33.01878	-80.24621	14			SC	035		
4598137	Sweetbriar	sweetbriar	US		0	America/New_York	34.17266	-79.80006	35			SC	041		
4598140	Sweden	sweden	US		0	America/New_York	33.37904	-81.1351	60	Otside,Sweden		SC	009		
4598158	Swinton	swinton	US		0	America/New_York	33.99599	-80.40564	58			SC	085		
4598163	Switzerland	switzerland	US		0	America/New_York	32.42769	-81.00872	15	Okeetee,Okeetee Station,Switzerland		SC	053		
4598175	Sylvan Hills	sylvan-hills	US		0	America/New_York	34.93206	-82.3679	321			SC	045		
4598178	Sylvia Lane	sylvia-lane	US		0	America/New_York	32.78934	-80.04787	9	Sylvan Shores,Sylvia Lane		SC	019		
4598195	Tabernacle	tabernacle	US		0	America/New_York	34.05877	-79.43616	15			SC	067		
4598196	Tabernacle (historical)	tabernacle-historical	US		0	America/New_York	34.44293	-80.17146	84			SC	025		
4598249	Taho (historical)	taho-historical	US		0	America/New_York	35.05706	-82.31512	320			SC	045		
4598251	Talatha	talatha	US		0	America/New_York	33.39514	-81.70455	124			SC	003		
4598254	Talatha Farms	talatha-farms	US		0	America/New_York	33.48208	-81.68344	134			SC	003		
4598258	Sylecope	sylecope	US		0	America/New_York	32.78962	-80.0387	6			SC	019		
4598259	Tall PInes	tall-pines	US		0	America/New_York	33.01017	-80.10537	15			SC	015		
4598279	Tanglewood	tanglewood	US		0	America/New_York	32.40519	-80.72344	5			SC	013		
4598280	Tanglewood	tanglewood	US		0	America/New_York	35.0418	-81.63593	236			SC	021		
4598281	Tanglewood	tanglewood	US		0	America/New_York	34.38543	-80.04562	54			SC	031		
4598282	Tanglewood	tanglewood	US		0	America/New_York	34.06349	-80.94148	79			SC	079		
4598288	Tanglewood	tanglewood	US		0	America/New_York	34.82762	-82.4554	300			SC	045		
4598303	Tara Hills	tara-hills	US		0	America/New_York	34.13599	-79.75173	27			SC	041		
4598305	Tara Village	tara-village	US		0	America/New_York	34.1296	-79.75256	34			SC	041		
4598316	Tarleton Estates	tarleton-estates	US		0	America/New_York	34.16405	-79.78534	37			SC	041		
4598319	Tarry Town	tarry-town	US		0	America/New_York	33.08128	-79.99286	8			SC	015		
4598325	Tarpon Bay	tarpon-bay	US		0	America/New_York	33.72406	-78.95281	5			SC	051		
4598334	Taxahaw	taxahaw	US		0	America/New_York	34.68988	-80.51673	200			SC	057		
4598354	Taylors Creek	taylors-creek	US		0	America/New_York	34.44265	-80.88314	82			SC	039		
4598355	Taylors Crossroads	taylors-crossroads	US		0	America/New_York	34.26625	-81.49788	118	Taylors Cross Roads,Taylors Crossroads		SC	071		
4598368	Tea Farm	tea-farm	US		0	America/New_York	33.00184	-80.19454	25			SC	035		
4598371	Teal Acres	teal-acres	US		0	America/New_York	32.72129	-79.94565	4			SC	019		
4598379	Tega Cay	tega-cay	US		9608	America/New_York	35.02431	-81.02785	192			SC	091		
4598380	Temperance Hill	temperance-hill	US		0	America/New_York	34.28877	-79.37977	37			SC	067		
4598381	Tempie Hill	tempie-hill	US		0	America/New_York	34.72652	-81.68843	182			SC	087		
4598408	Terra Oaks	terra-oaks	US		0	America/New_York	34.87373	-82.31234	309			SC	045		
4598410	Terrell Crossroad	terrell-crossroad	US		0	America/New_York	33.84516	-79.87785	27	Terrell Crossroad,Terrells Cross Roads,Terrells Crossroads		SC	089		
4598413	Terrapin Crossroads	terrapin-crossroads	US		0	America/New_York	34.83067	-82.77736	324	Terrapin Crossroads,Terrapins Crossing		SC	077		
4598414	Terry Creek	terry-creek	US		0	America/New_York	35.13039	-82.44956	341			SC	045		
4598416	Terry (historical)	terry-historical	US		0	America/New_York	35.12401	-82.45568	357			SC	045		
4598421	Testo	testo	US		0	America/New_York	33.79376	-81.21288	126			SC	063		
4598422	Teton Forest	teton-forest	US		0	America/New_York	34.91039	-82.24706	279			SC	045		
4598424	Texas	texas	US		0	America/New_York	33.13211	-80.55371	25			SC	035		
4598438	The Barrows	the-barrows	US		0	America/New_York	33.14073	-80.0637	25			SC	015		
4598441	The Cedars	the-cedars	US		0	America/New_York	34.73568	-82.24595	256			SC	045		
4598455	The Cottage	the-cottage	US		0	America/New_York	33.14684	-80.05814	24			SC	015		
4598456	The Crescent	the-crescent	US		0	America/New_York	32.77407	-79.97065	7			SC	019		
4598458	The Dunes	the-dunes	US		0	America/New_York	33.76073	-78.80252	8			SC	051		
4598459	The Forest	the-forest	US		0	America/New_York	33.79323	-78.75974	7			SC	051		
4598460	The Forest	the-forest	US		0	America/New_York	34.08765	-81.14343	101			SC	079		
4598463	The Grove	the-grove	US		0	America/New_York	33.84684	-78.64224	5			SC	051		
4598464	The Groves	the-groves	US		0	America/New_York	32.80268	-79.88425	6			SC	019		
4598465	The Groves	the-groves	US		0	America/New_York	34.20015	-80.6748	67			SC	055		
4598466	The Highlands	the-highlands	US		0	America/New_York	34.7904	-82.39401	271			SC	045		
4598467	The Hook (historical)	the-hook-historical	US		0	America/New_York	34.35289	-82.41318	207			SC	001		
4598468	The Landing at Plantation Point	the-landing-at-plantation-point	US		0	America/New_York	33.73351	-78.8778	6			SC	051		
4598471	The Meadows	the-meadows	US		0	America/New_York	34.90956	-82.31373	296			SC	045		
4598472	The Meadows	the-meadows	US		0	America/New_York	34.63566	-82.92292	247			SC	073		
4598475	The Oaks	the-oaks	US		0	America/New_York	32.98073	-80.03509	14			SC	015		
4598477	The Old Home Place	the-old-home-place	US		0	America/New_York	33.84906	-78.62196	8			SC	051		
4598482	The Shoals	the-shoals	US		0	America/New_York	34.52788	-82.79764	216			SC	007		
4598487	The Village	the-village	US		0	America/New_York	32.80712	-79.84064	2			SC	019		
4598488	The Village Subdivision	the-village-subdivision	US		0	America/New_York	33.90544	-80.39119	55			SC	085		
4598491	The Woods	the-woods	US		0	America/New_York	34.6551	-82.99432	268			SC	073		
4598517	Thomas Corner	thomas-corner	US		0	America/New_York	33.16072	-79.7148	9			SC	015		
4598542	Thompson (historical)	thompson-historical	US		0	America/New_York	33.57795	-79.03837	6			SC	051		
4598555	Thompson Corner	thompson-corner	US		0	America/New_York	33.12711	-79.58451	7			SC	019		
4598572	Thompsons (historical)	thompsons-historical	US		0	America/New_York	34.69655	-79.98173	48			SC	025		
4598593	Thornwood Acres	thornwood-acres	US		0	America/New_York	34.90095	-82.30845	288			SC	045		
4598608	Three Fountains	three-fountains	US		0	America/New_York	33.94265	-81.15621	83			SC	063		
4598615	Three Trees	three-trees	US		0	America/New_York	32.73018	-79.93176	3			SC	019		
4598628	Thriftwood	thriftwood	US		0	America/New_York	34.6701	-82.97682	262			SC	073		
4598630	Thunderbird Mobile Home Park	thunderbird-mobile-home-park	US		0	America/New_York	35.00706	-81.97844	250			SC	083		
4598631	Thunderwoods	thunderwoods	US		0	America/New_York	34.22681	-80.73175	85			SC	055		
4598634	Thursa	thursa	US		0	America/New_York	34.2546	-80.28729	93			SC	061		
4598635	Tibwin	tibwin	US		0	America/New_York	33.07656	-79.51034	5			SC	019		
4598639	Tickle Hill	tickle-hill	US		0	America/New_York	34.23126	-80.57619	59			SC	055		
4598640	Tidalview	tidalview	US		0	America/New_York	32.73768	-79.97037	4			SC	019		
4598641	Tidmans Place	tidmans-place	US		0	America/New_York	35.11262	-82.06261	265			SC	083		
4598647	Tiger Corner (historical)	tiger-corner-historical	US		0	America/New_York	33.25239	-79.68924	9			SC	015		
4598652	Tilghman Estates	tilghman-estates	US		0	America/New_York	33.82656	-78.65668	4			SC	051		
4598653	Tiller Circle	tiller-circle	US		0	America/New_York	33.8796	-80.34091	44			SC	085		
4598656	Tillersville	tillersville	US		0	America/New_York	34.36293	-80.30646	80			SC	055		
4598660	Tillman Homes	tillman-homes	US		0	America/New_York	32.86045	-79.98092	8			SC	019		
4598677	Timber Ridge	timber-ridge	US		0	America/New_York	35.10848	-81.06924	183			SC	091		
4598678	Timber Ridge	timber-ridge	US		0	America/New_York	33.80601	-78.72474	7			SC	051		
4598685	Timberlane	timberlane	US		0	America/New_York	34.81567	-82.56652	299			SC	077		
4598707	Tindal	tindal	US		0	America/New_York	33.82155	-80.35675	55			SC	085		
4598720	Tip Top (historical)	tip-top-historical	US		0	America/New_York	34.66153	-81.06842	147			SC	023		
4598724	Tirzah	tirzah	US		0	America/New_York	34.99625	-81.14341	213	Tiryah,Tirzah		SC	091		
4598729	Tisdale	tisdale	US		0	America/New_York	33.48767	-79.65618	14			SC	089		
4598740	Tobys Bluff	tobys-bluff	US		0	America/New_York	32.911	-80.98899	16			SC	029		
4598752	Tokeena Point	tokeena-point	US		0	America/New_York	34.60705	-82.90765	218			SC	073		
4598766	Tomotley	tomotley	US		0	America/New_York	32.63185	-80.81511	8			SC	013		
4598768	Tompkins	tompkins	US		0	America/New_York	33.92739	-79.24255	7			SC	051		
4598770	Tompkins Cross Roads	tompkins-cross-roads	US		0	America/New_York	33.92124	-81.9315	128			SC	037		
4598781	Toney Creek	toney-creek	US		0	America/New_York	34.55428	-82.42235	209	Toney Creek,Toneycreek,Tony Creek		SC	007		
4598793	Botany Woods	botany-woods	US		0	America/New_York	34.88845	-82.33706	293	Botany Woods,Totany Woods		SC	045		
4598800	Totness	totness	US		0	America/New_York	33.74265	-80.80009	94			SC	017		
4598814	Town and Country	town-and-country	US		0	America/New_York	34.02848	-81.22482	113			SC	063		
4598815	Town and Country Estates	town-and-country-estates	US		0	America/New_York	34.32571	-79.87006	45			SC	031		
4598816	Town and Country Estates	town-and-country-estates	US		0	America/New_York	34.38265	-80.0434	60			SC	031		
4598820	Towne Creek Acres	towne-creek-acres	US		0	America/New_York	34.56122	-82.67486	220			SC	007		
4598831	Toxaway	toxaway	US		0	America/New_York	34.49622	-82.62958	215			SC	007		
4598843	Traber	traber	US		0	America/New_York	34.77289	-82.70708	298			SC	077		
4598845	Tradesville	tradesville	US		0	America/New_York	34.76876	-80.54701	160			SC	057		
4598853	Tramway	tramway	US		0	America/New_York	33.05045	-80.14287	27			SC	015		
4598861	Tranquil Estates	tranquil-estates	US		0	America/New_York	32.96767	-80.14287	13			SC	035		
4598864	Traus (historical)	traus-historical	US		0	America/New_York	33.96958	-81.73427	153			SC	081		
4598878	Traxler Park	traxler-park	US		0	America/New_York	34.81706	-82.38318	281			SC	045		
4598885	Tremont Terrace	tremont-terrace	US		0	America/New_York	34.19405	-79.6895	29			SC	041		
4598891	Trexler Acres	trexler-acres	US		0	America/New_York	34.97792	-81.05174	190			SC	091		
4598911	Tranquil Acres	tranquil-acres	US		0	America/New_York	32.95851	-80.15676	11			SC	035		
4598965	Trinity Cross Roads	trinity-cross-roads	US		0	America/New_York	33.74127	-80.18619	35			SC	027		
4598966	Trinity Cross Roads	trinity-cross-roads	US		0	America/New_York	33.96683	-80.07063	40			SC	085		
4599005	Trio	trio	US		0	America/New_York	33.486	-79.71757	17			SC	089		
4599015	Trotters Ridge	trotters-ridge	US		0	America/New_York	33.02545	-80.22704	22			SC	035		
4599020	True Blue	true-blue	US		0	America/New_York	33.44739	-79.14977	3			SC	043		
4599038	Tuckertown	tuckertown	US		0	America/New_York	33.17628	-80.10064	21			SC	015		
4599039	Tuckertown	tuckertown	US		0	America/New_York	34.52625	-81.48593	134	Richardsville,Tucker Town,Tuckertown		SC	087		
4599044	Tugtown	tugtown	US		0	America/New_York	33.31461	-80.33481	26			SC	075		
4599047	Tumbling Shoals (historical)	tumbling-shoals-historical	US		0	America/New_York	34.50567	-82.22484	177			SC	059		
4599054	Tupelo Creek	tupelo-creek	US		0	America/New_York	34.16876	-80.8137	105			SC	055		
4599055	Tupelo Hills	tupelo-hills	US		0	America/New_York	34.17654	-80.81175	88			SC	055		
4599089	Turkey Hill	turkey-hill	US		0	America/New_York	33.54043	-80.85704	83			SC	075		
4599093	Turkey Pond	turkey-pond	US		0	America/New_York	33.23961	-79.63757	9			SC	015		
4599100	Turnbridge Landing	turnbridge-landing	US		0	America/New_York	32.12993	-81.01344	1	Tunbridge Landing,Turnbridge Landing		SC	053		
4599110	Turner Place	turner-place	US		0	America/New_York	34.1996	-79.39422	22			SC	067		
4599132	Twelvemile	twelvemile	US		0	America/New_York	33.82322	-79.21171	20			SC	051		
4599134	Tuten (historical)	tuten-historical	US		0	America/New_York	33.03821	-81.14705	43			SC	005		
4599143	Twiggs	twiggs	US		0	America/New_York	33.38625	-81.88039	47			SC	003		
4599148	Twin Creek	twin-creek	US		0	America/New_York	35.03984	-81.95344	258			SC	083		
4599162	Twinbrook	twinbrook	US		0	America/New_York	34.80428	-82.57902	303			SC	077		
4599179	Tyger (historical)	tyger-historical	US		0	America/New_York	35.08456	-82.24706	307			SC	045		
4599183	Tyger	tyger	US		0	America/New_York	34.93651	-82.179	272			SC	083		
4599191	Tylersville	tylersville	US		0	America/New_York	34.58124	-81.92093	184	Tylersville,Tylerville		SC	059		
4599206	Tyler Crossroads	tyler-crossroads	US		0	America/New_York	33.67378	-79.28699	9			SC	043		
4599292	Union Crossroads	union-crossroads	US		0	America/New_York	33.63822	-79.4245	10	Union,Union Cross Roads,Union Crossroads		SC	089		
4599300	Union Heights	union-heights	US		0	America/New_York	32.83879	-79.95842	5			SC	019		
4599368	Union Crossroads	union-crossroads	US		0	America/New_York	33.80155	-79.98646	26	Union Cross Roads,Union Crossroads		SC	027		
4599386	University Forest	university-forest	US		0	America/New_York	33.80989	-79.00865	12			SC	051		
4599387	University Heights	university-heights	US		0	America/New_York	34.86734	-82.36651	293			SC	045		
4599394	University Ridge Homes	university-ridge-homes	US		0	America/New_York	34.83984	-82.39512	264			SC	045		
4599448	Valencia Heights	valencia-heights	US		0	America/New_York	33.97654	-80.98509	62			SC	079		
4599453	Upper Topsaw Landing	upper-topsaw-landing	US		0	America/New_York	33.62489	-79.16115	1			SC	043		
4599454	Valley Dale Park	valley-dale-park	US		0	America/New_York	34.88901	-82.02483	207			SC	083		
4599459	Valley Haven	valley-haven	US		0	America/New_York	34.974	-82.26206	274			SC	045		
4599463	Valley View Shores	valley-view-shores	US		0	America/New_York	34.68066	-82.8807	216			SC	073		
4599474	Vandale Place	vandale-place	US		0	America/New_York	34.46205	-82.72041	218			SC	007		
4599475	Vanderbilt Hills	vanderbilt-hills	US		0	America/New_York	34.94346	-81.96955	229			SC	083		
4599482	Varennes (historical)	varennes-historical	US		0	America/New_York	34.43761	-82.60958	225			SC	007		
4599485	Varennes Heights	varennes-heights	US		0	America/New_York	34.46788	-82.67013	237			SC	007		
4599490	Varnarsdale	varnarsdale	US		0	America/New_York	34.00432	-81.14649	111			SC	063		
4599492	Varntown (historical)	varntown-historical	US		0	America/New_York	32.86517	-80.89899	19			SC	029		
4599503	Vaughans Crossroads	vaughans-crossroads	US		0	America/New_York	34.20877	-80.10229	56	Vaughans Crossroads,Vaughns Cross Roads,Vaughns Crossroads		SC	031		
4599507	Vaughanville	vaughanville	US		0	America/New_York	34.24346	-81.91289	173	Vaughansville,Vaughanville,Vaughnsville,Vaughnville		SC	071		
4599513	Vaught	vaught	US		0	America/New_York	33.77878	-78.79224	7			SC	051		
4599524	Venters	venters	US		0	America/New_York	33.78461	-79.44895	16			SC	041		
4599525	Verdery	verdery	US		0	America/New_York	34.10929	-82.24929	182	Verdery,Verdrey		SC	047		
4599527	Verdin Estates	verdin-estates	US		0	America/New_York	34.77456	-82.2879	282			SC	045		
4599539	Victor Mills	victor-mills	US		0	America/New_York	34.92762	-82.21622	287			SC	083		
4599545	Victorian Hills	victorian-hills	US		0	America/New_York	34.92595	-82.20789	282			SC	083		
4599554	View Point Place	view-point-place	US		0	America/New_York	34.86734	-82.44512	307			SC	045		
4599558	Villa Woods	villa-woods	US		0	America/New_York	33.72156	-78.96087	5			SC	051		
4599560	Village Bond	village-bond	US		0	America/New_York	33.97793	-80.9337	96			SC	079		
4599562	Victor Heights	victor-heights	US		0	America/New_York	34.93345	-82.21233	288			SC	083		
4599564	Village Creek	village-creek	US		0	America/New_York	34.69371	-82.91042	276			SC	073		
4599566	Village Green	village-green	US		0	America/New_York	34.17238	-79.88451	42			SC	041		
4599573	Village at Bay Tree	village-at-bay-tree	US		0	America/New_York	33.86989	-78.6639	13			SC	051		
4599579	Virginia Acres	virginia-acres	US		0	America/New_York	33.52653	-81.71678	153			SC	003		
4599587	Vista Heights	vista-heights	US		0	America/New_York	34.80706	-82.61624	302			SC	077		
4599591	Vista Grove	vista-grove	US		0	America/New_York	34.71538	-82.94515	254			SC	073		
4599926	Wachesaw Landing	wachesaw-landing	US		0	America/New_York	33.56072	-79.08476	2	Wachesaw,Wachesaw Landing		SC	043		
4599927	Wachesaw Place	wachesaw-place	US		0	America/New_York	33.54767	-79.04698	4			SC	043		
4599928	Wachovia Hills	wachovia-hills	US		0	America/New_York	34.29877	-79.69284	38			SC	031		
4599931	Wadboo	wadboo	US		0	America/New_York	33.191	-79.93758	12			SC	015		
4599937	Wade Hampton	wade-hampton	US		20622	America/New_York	34.90373	-82.33317	314			SC	045		
4599940	Wade Hampton Gardens	wade-hampton-gardens	US		0	America/New_York	34.89262	-82.35401	310			SC	045		
4599941	Wade Hampton Heights	wade-hampton-heights	US		0	America/New_York	34.95262	-82.18317	247			SC	083		
4599946	Wade Heights	wade-heights	US		0	America/New_York	34.18068	-82.14095	195			SC	047		
4599975	Walden Pond	walden-pond	US		0	America/New_York	34.89345	-82.30734	293			SC	045		
4599977	Waldrop Crossroads	waldrop-crossroads	US		0	America/New_York	34.66402	-81.92482	216			SC	083		
4599980	Wales Garden	wales-garden	US		0	America/New_York	33.99297	-81.01868	85			SC	079		
4600006	Walkers Crossing	walkers-crossing	US		0	America/New_York	34.82012	-82.25623	283			SC	045		
4600030	Wallaceville	wallaceville	US		0	America/New_York	34.21209	-81.25259	72			SC	039		
4600033	Walling Grove	walling-grove	US		0	America/New_York	32.49241	-80.65761	2			SC	013		
4600037	Wallace Crossroads	wallace-crossroads	US		0	America/New_York	34.20238	-79.91506	47			SC	031		
4600062	Walnut Hills	walnut-hills	US		0	America/New_York	33.9496	-80.34564	54			SC	085		
4600073	Walton (historical)	walton-historical	US		0	America/New_York	34.34792	-81.3926	110			SC	071		
4600076	Wambaw Corner	wambaw-corner	US		0	America/New_York	33.19545	-79.46312	6			SC	019		
4600084	Wampee	wampee	US		0	America/New_York	33.24322	-80.03147	24			SC	015		
4600085	Wampee	wampee	US		0	America/New_York	33.86045	-78.73418	11			SC	051		
4600092	Wando	wando	US		0	America/New_York	32.93351	-79.83175	4	Cainhoy,Wando,Wando Cainhoy		SC	015		
4600095	Wando Estates	wando-estates	US		0	America/New_York	32.82851	-79.84092	1			SC	019		
4600096	Wando Gardens	wando-gardens	US		0	America/New_York	32.84823	-80.0262	12			SC	019		
4600104	Wando Woods	wando-woods	US		0	America/New_York	32.85184	-80.03648	10			SC	019		
4600107	Wannamaker (historical)	wannamaker-historical	US		0	America/New_York	34.2185	-79.05726	30			SC	051		
4600115	Wappo Heights	wappo-heights	US		0	America/New_York	32.77157	-79.96759	5			SC	019		
4600118	Wappoo Shores	wappoo-shores	US		0	America/New_York	32.77879	-80.01092	6			SC	019		
4600119	Wappoola	wappoola	US		0	America/New_York	33.09795	-79.99008	9	Wappaoolah Plantation,Wappoola,Wappoola Plantation		SC	015		
4600128	Ward Hills	ward-hills	US		0	America/New_York	33.53347	-81.70289	148			SC	003		
4600152	Ware Place	ware-place	US		228	America/New_York	34.62789	-82.39096	268	Ware Place,Wares Cross Roads,Wares Crossroads		SC	045		
4600153	Warington	warington	US		0	America/New_York	33.01323	-80.20398	29			SC	035		
4600154	Waringville (historical)	waringville-historical	US		0	America/New_York	32.93517	-80.2776	5			SC	035		
4600156	Waring Hall	waring-hall	US		0	America/New_York	33.01545	-80.21259	27			SC	035		
4600161	Warley Woods	warley-woods	US		0	America/New_York	34.65816	-82.76958	252			SC	007		
4600164	Warren Crossroads	warren-crossroads	US		0	America/New_York	32.82045	-80.27315	12	Warren Cross Roads,Warren Crossroads		SC	019		
4600165	Warren Crossroads	warren-crossroads	US		0	America/New_York	34.33348	-80.78703	137	Warren Cross Roads,Warren Crossroads,Warrens Crossroads		SC	055		
4600190	Warwick Estates	warwick-estates	US		0	America/New_York	33.88516	-80.38119	46			SC	085		
4600204	Washington Heights	washington-heights	US		0	America/New_York	34.93846	-81.94121	218			SC	083		
4600208	Washington Park	washington-park	US		0	America/New_York	33.95904	-80.99426	46			SC	079		
4600209	Washington Park	washington-park	US		0	America/New_York	33.70851	-78.86503	9			SC	051		
4600218	Washington Terrace	washington-terrace	US		0	America/New_York	34.29015	-79.85701	45			SC	031		
4600219	Washington Town	washington-town	US		0	America/New_York	33.096	-80.18037	22			SC	015		
4600223	Wassamassaw (historical)	wassamassaw-historical	US		0	America/New_York	33.14961	-80.16231	18			SC	015		
4600236	Water Oaks	water-oaks	US		0	America/New_York	34.87623	-82.07538	228			SC	083		
4600237	Water Plantation	water-plantation	US		0	America/New_York	34.7101	-82.9582	268			SC	073		
4600243	Wateree	wateree	US		0	America/New_York	33.8071	-80.63731	34			SC	079		
4600271	Waterford Heights	waterford-heights	US		0	America/New_York	33.41211	-79.14004	2			SC	043		
4600272	Waterford Place	waterford-place	US		0	America/New_York	32.39603	-80.69011	5			SC	013		
4600273	Waterfored Estates	waterfored-estates	US		0	America/New_York	33.47183	-79.27672	2			SC	043		
4600275	Watergate	watergate	US		0	America/New_York	33.69378	-78.98003	4			SC	051		
4600292	Waterway Arms	waterway-arms	US		0	America/New_York	32.78018	-79.85842	1			SC	019		
4600298	Waters Edge	waters-edge	US		0	America/New_York	32.94878	-80.16759	1			SC	035		
4600304	Watson Estates	watson-estates	US		0	America/New_York	34.55205	-82.70014	239			SC	007		
4600306	Watson Orchard	watson-orchard	US		0	America/New_York	34.86123	-82.32984	334			SC	045		
4600313	Wattacoo (historical)	wattacoo-historical	US		0	America/New_York	35.06067	-82.59513	296			SC	077		
4600325	Waverly Mills	waverly-mills	US		0	America/New_York	33.47322	-79.1481	6	Waverly,Waverly Mill,Waverly Mills		SC	043		
4600328	Waverly Square	waverly-square	US		0	America/New_York	34.51983	-82.69486	244			SC	007		
4600336	Waylyn	waylyn	US		0	America/New_York	32.85629	-79.99509	7			SC	019		
4600339	Waynor (historical)	waynor-historical	US		0	America/New_York	33.40988	-81.13204	57			SC	075		
4600346	Wayside Forest	wayside-forest	US		0	America/New_York	33.54656	-79.04782	4			SC	043		
4600064	Walsh	walsh	US	62297	0	America/New_York	32.44269	-80.71872	6			SC	013		
4600350	Weatherly (historical)	weatherly-historical	US		0	America/New_York	34.24293	-80.1959	61			SC	061		
4600381	Wedgewood	wedgewood	US		1628	America/New_York	33.88377	-80.51258	64			SC	085		
4600382	Wedgewood	wedgewood	US		0	America/New_York	34.07988	-80.9312	81			SC	079		
4600383	Wedgewood Grove	wedgewood-grove	US		0	America/New_York	33.91182	-80.38814	56			SC	085		
4600388	Weeks	weeks	US		0	America/New_York	33.04683	-80.62649	26			SC	029		
4600390	Weeks Landing	weeks-landing	US		0	America/New_York	33.69016	-80.59981	23			SC	017		
4600394	Weddell	weddell	US		0	America/New_York	34.0871	-80.93314	108			SC	079		
4600414	Welcome Acres	welcome-acres	US		0	America/New_York	34.82178	-82.44957	298			SC	045		
4600441	Wellington Green	wellington-green	US		0	America/New_York	34.2429	-82.17734	184			SC	047		
4600442	Wellington Manor	wellington-manor	US		0	America/New_York	35.07846	-81.68288	230			SC	021		
4600444	Wellington West	wellington-west	US		0	America/New_York	34.88901	-82.00566	223			SC	083		
4600445	Wellridge	wellridge	US		0	America/New_York	34.62236	-81.07453	163			SC	023		
4600452	Wells Crossroads	wells-crossroads	US		0	America/New_York	34.06793	-80.16257	48			SC	061		
4600459	Welsh Neck (historical)	welsh-neck-historical	US		0	America/New_York	34.56127	-79.80812	23			SC	069		
4600463	Wen-le	wen-le	US		0	America/New_York	33.9321	-80.32591	44			SC	085		
4600468	Wertz Crossroads	wertz-crossroads	US		0	America/New_York	33.64015	-80.7887	88			SC	017		
4600522	Wespanee	wespanee	US		0	America/New_York	32.80129	-79.99426	1			SC	019		
4600524	West Anderson	west-anderson	US		0	America/New_York	34.50205	-82.68819	240			SC	007		
4600526	West Andrews	west-andrews	US		0	America/New_York	33.45294	-79.58034	11			SC	043		
4600566	West Forest	west-forest	US		0	America/New_York	34.92345	-82.00399	260			SC	083		
4600573	West Gantt	west-gantt	US		0	America/New_York	34.78567	-82.41235	296			SC	045		
4600574	West Gate	west-gate	US		0	America/New_York	34.50955	-82.76486	256			SC	007		
4600576	West Greenview Acres	west-greenview-acres	US		0	America/New_York	32.99573	-80.02953	13			SC	015		
4600577	West Greenville	west-greenville	US		0	America/New_York	34.84317	-82.42957	299			SC	045		
4600580	West Hartsville	west-hartsville	US		0	America/New_York	34.36571	-80.10896	70			SC	031		
4600589	West Manor	west-manor	US		0	America/New_York	34.7132	-80.81674	148			SC	057		
4600590	West Marion	west-marion	US		0	America/New_York	34.18933	-79.42311	19			SC	067		
4600596	West Oaks	west-oaks	US		0	America/New_York	32.94739	-80.2226	17			SC	035		
4600598	West Pelzer	west-pelzer	US		906	America/New_York	34.64484	-82.47013	259	Greasy Corner,West Pelzer		SC	007		
4600609	West Springs	west-springs	US		0	America/New_York	34.77097	-81.78177	215			SC	087		
4600616	West Store Crossroads	west-store-crossroads	US		0	America/New_York	33.75596	-82.05206	156	West Store,West Store Cross Roads,West Store Crossroads		SC	037		
4600622	West View	west-view	US		0	America/New_York	34.36706	-82.44846	215			SC	001		
4600623	West View	west-view	US		0	America/New_York	34.92512	-81.99316	259	Ardella,Disputana,West View,Westview,Whitfield		SC	083		
4600636	Westcliff	westcliff	US		0	America/New_York	33.55792	-81.764	94			SC	003		
4600637	Westcliff Estates	westcliff-estates	US		0	America/New_York	33.91849	-81.09232	77			SC	063		
4600640	Westerly Park	westerly-park	US		0	America/New_York	35.08735	-81.67371	232			SC	021		
4600642	Western Hills	western-hills	US		0	America/New_York	34.90317	-82.45207	304			SC	045		
4600644	Westerwood Acres	westerwood-acres	US		0	America/New_York	34.94431	-81.05758	188			SC	091		
4600655	Westhaven	westhaven	US		0	America/New_York	34.95151	-82.00483	259			SC	083		
4600656	Westhaven	westhaven	US		0	America/New_York	33.92432	-80.38258	51			SC	085		
4600679	Westoe	westoe	US		0	America/New_York	32.94601	-80.23343	14			SC	035		
4600691	Westover Acres	westover-acres	US		0	America/New_York	34.00404	-81.09426	75			SC	063		
4600710	Westview Heights	westview-heights	US		0	America/New_York	34.92901	-82.0001	271			SC	083		
4600711	Westview Heights	westview-heights	US		0	America/New_York	34.49122	-82.6668	225			SC	007		
4600725	Westwood Estates	westwood-estates	US		0	America/New_York	33.74462	-78.95753	8			SC	051		
4600726	Westwood Hills	westwood-hills	US		0	America/New_York	34.00849	-81.09343	80			SC	063		
4600729	Westwood South	westwood-south	US		0	America/New_York	34.71679	-82.27234	242			SC	045		
4600733	Wexford Plantation	wexford-plantation	US		0	America/New_York	32.16687	-80.76372	3			SC	013		
4600741	Whaley	whaley	US		0	America/New_York	33.44098	-81.29844	70			SC	011		
4600749	Wheeland	wheeland	US		0	America/New_York	34.15709	-81.43899	127			SC	071		
4600750	Whetstone	whetstone	US		0	America/New_York	34.8412	-83.19099	516			SC	073		
4600752	Whetsell	whetsell	US		0	America/New_York	33.33377	-80.59009	33			SC	075		
4600755	Whetstone Crossroads	whetstone-crossroads	US		0	America/New_York	33.17544	-80.80343	36			SC	009		
4600762	Whipper-Barnoy	whipper-barnoy	US		0	America/New_York	32.8624	-79.98703	8	Whipper Barnoy,Whipper-Barnoy		SC	019		
4600767	Whispering Hills	whispering-hills	US		0	America/New_York	34.90292	-81.06425	167			SC	091		
4600775	White Bluff Corssroads	white-bluff-corssroads	US		0	America/New_York	34.66015	-80.55979	187	White Bluff Corssroads,White Bluff Cross Roads		SC	057		
4600778	Whispering Pines	whispering-pines	US		0	America/New_York	34.80678	-82.64652	317			SC	077		
4600783	White Church Place	white-church-place	US		0	America/New_York	32.96351	-80.19565	14			SC	035		
4600795	White Hall Estates	white-hall-estates	US		0	America/New_York	33.30572	-79.30033	4			SC	043		
4600802	White Harbor	white-harbor	US		0	America/New_York	34.75732	-82.95126	265			SC	073		
4600805	White Hills	white-hills	US		0	America/New_York	34.16404	-80.78925	114			SC	055		
4600806	White Horse	white-horse	US		0	America/New_York	34.81484	-82.43985	297			SC	045		
4600808	White Horse Heights	white-horse-heights	US		0	America/New_York	34.86095	-82.45901	315			SC	045		
4600824	White Gardens	white-gardens	US		0	America/New_York	34.25404	-80.5748	60			SC	055		
4600838	White Oak Cliffs	white-oak-cliffs	US		0	America/New_York	34.70232	-82.96737	279			SC	073		
4600847	White Oak Hills	white-oak-hills	US		0	America/New_York	34.87095	-82.47151	323			SC	045		
4600868	White Oaks	white-oaks	US		0	America/New_York	32.43158	-80.75066	7			SC	013		
4600881	White Plains Crossroad	white-plains-crossroad	US		0	America/New_York	34.32513	-81.92011	175			SC	059		
4600892	White Point Landing	white-point-landing	US		0	America/New_York	32.63713	-80.27704	4			SC	019		
4600895	White Pond	white-pond	US		0	America/New_York	33.42654	-81.474	113			SC	003		
4600897	White Pond	white-pond	US		0	America/New_York	34.0935	-78.92614	35			SC	051		
4600906	White Oaks	white-oaks	US		0	America/New_York	34.58594	-82.61097	256			SC	007		
4600916	White Stone Springs (historical)	white-stone-springs-historical	US		0	America/New_York	34.87291	-81.81232	187			SC	083		
4600940	Whitehall Terrace	whitehall-terrace	US		0	America/New_York	32.87351	-79.74841	3			SC	019		
4600945	Whitehouse Plantation	whitehouse-plantation	US		0	America/New_York	32.73073	-79.95203	4			SC	019		
4600962	Whites Crossroads	whites-crossroads	US		0	America/New_York	34.16016	-80.01896	49	Whites Cross Roads,Whites Crossroads		SC	031		
4600964	Whites Cross Roads (historical)	whites-cross-roads-historical	US		0	America/New_York	33.92374	-82.15846	142			SC	065		
4600966	Whites Pond Crossroad	whites-pond-crossroad	US		0	America/New_York	33.98266	-80.32869	43	Whites Pond Cross Roads,Whites Pond Crossroad		SC	085		
4600978	Whitetown	whitetown	US		0	America/New_York	33.85818	-82.20929	132			SC	065		
4600980	Whiteville Park	whiteville-park	US		0	America/New_York	35.01293	-80.93924	186			SC	091		
4601000	Whitney Heights	whitney-heights	US		0	America/New_York	34.9779	-81.92483	228			SC	083		
4601006	Whittaker Estates	whittaker-estates	US		0	America/New_York	33.49321	-80.81648	61			SC	075		
4601007	Whittemore Park	whittemore-park	US		0	America/New_York	33.83489	-79.06754	14			SC	051		
4601018	Wide Awake	wide-awake	US		0	America/New_York	33.04739	-80.10703	26			SC	015		
4601037	Wilburn (historical)	wilburn-historical	US		0	America/New_York	35.0968	-81.46259	235			SC	021		
4601042	Wildaire	wildaire	US		0	America/New_York	34.88484	-82.34623	298			SC	045		
4601043	Wildcat (historical)	wildcat-historical	US		0	America/New_York	34.63652	-81.83177	198			SC	087		
4601056	Wilder (historical)	wilder-historical	US		0	America/New_York	33.34739	-79.94369	18	Fortyonemile Siding,Wilder (historical)		SC	015		
4601059	Wildewood	wildewood	US		0	America/New_York	34.10432	-80.88203	99			SC	079		
4601075	Wildwood Park (historical)	wildwood-park-historical	US		0	America/New_York	35.15067	-82.4054	375	Wild Wood Park,Wildwood Park (historical)		SC	045		
4601083	Wiles Crossroads	wiles-crossroads	US		0	America/New_York	33.70988	-80.66675	88	Wiles Cross Roads,Wiles Crossroads		SC	017		
4601089	Wilkes Crossroads	wilkes-crossroads	US		0	America/New_York	34.20599	-80.03896	52			SC	031		
4601092	Wilkins	wilkins	US		0	America/New_York	32.48491	-80.60066	3			SC	013		
4601093	Wilkinson Heights	wilkinson-heights	US		2493	America/New_York	33.5021	-80.83315	69			SC	075		
4601099	Wilksburg	wilksburg	US		0	America/New_York	34.74514	-81.38593	180	Rices Tavern,Wilkesburg,Wilksburg		SC	023		
4601106	Wilkinsville	wilkinsville	US		0	America/New_York	34.9718	-81.53287	193			SC	021		
4601131	Williams Heights	williams-heights	US		0	America/New_York	34.2171	-79.76673	42			SC	041		
4601132	Williams Hill	williams-hill	US		0	America/New_York	33.72406	-79.31505	13			SC	043		
4601141	Williams Plaza	williams-plaza	US		0	America/New_York	33.49738	-80.80759	61			SC	075		
4601155	Williamsburg East	williamsburg-east	US		0	America/New_York	34.06849	-80.90009	82			SC	079		
4601156	Williamsburg Estates	williamsburg-estates	US		0	America/New_York	34.93207	-81.87344	210			SC	083		
4601157	Williamsburg Manor	williamsburg-manor	US		0	America/New_York	34.51483	-82.6293	210			SC	007		
4601172	Willie Towne	willie-towne	US		0	America/New_York	33.54045	-79.43311	12			SC	043		
4601175	Williams Estates	williams-estates	US		0	America/New_York	34.33071	-79.89256	50			SC	031		
4601181	Willington Green	willington-green	US		0	America/New_York	34.8829	-82.3279	281			SC	045		
4601201	Willow Acres	willow-acres	US		0	America/New_York	34.99264	-81.0873	198			SC	091		
4601207	Willow Creek Siding	willow-creek-siding	US		0	America/New_York	34.09127	-79.64728	29			SC	041		
4601213	Willow Heights	willow-heights	US		0	America/New_York	34.90039	-82.36484	326			SC	045		
4601221	Willow Springs Park	willow-springs-park	US		0	America/New_York	33.52153	-81.91372	68			SC	003		
4601232	Willtown (historical)	willtown-historical	US		0	America/New_York	33.61822	-79.45034	7			SC	089		
4601233	Willtown Bluff	willtown-bluff	US		0	America/New_York	32.67935	-80.41316	8			SC	019		
4601249	Wilson Crossroads	wilson-crossroads	US		0	America/New_York	33.79961	-80.12202	30	Wilson Cross Roads,Wilson Crossroads		SC	027		
4601250	Wilson Crossroads	wilson-crossroads	US		0	America/New_York	34.22293	-79.89645	46	Wilson Crossroads,Wilsons Cross Roads,Wilsons Crossroads		SC	031		
4601251	Wilson Estates	wilson-estates	US		0	America/New_York	34.21543	-79.75645	42			SC	041		
4601254	Wilson Heights	wilson-heights	US		0	America/New_York	34.21238	-79.75756	43			SC	041		
4601259	Wilson Landing	wilson-landing	US		0	America/New_York	33.83378	-79.00281	1			SC	051		
4601277	Wilsons Landing	wilsons-landing	US		0	America/New_York	33.4485	-80.16175	13	Wilson Landing,Wilsons Landing		SC	015		
4601286	Windhams Crossroads	windhams-crossroads	US		0	America/New_York	34.20071	-80.03368	52			SC	031		
4601290	Windjammer Village	windjammer-village	US		0	America/New_York	33.58211	-79.0142	5			SC	051		
4601292	Windmill Harbor	windmill-harbor	US		0	America/New_York	32.21687	-80.77761	3			SC	013		
4601294	Windom Corner	windom-corner	US		0	America/New_York	33.13406	-79.7123	9			SC	015		
4601297	Windsor City Mobile Home Park	windsor-city-mobile-home-park	US		0	America/New_York	33.97071	-80.39786	52			SC	085		
4601299	Windsor Estates	windsor-estates	US		0	America/New_York	34.08432	-80.92926	84			SC	079		
4601300	Windsor Forest	windsor-forest	US		0	America/New_York	34.20127	-79.81923	42			SC	041		
4601301	Windsor Forest	windsor-forest	US		0	America/New_York	34.90429	-81.88871	224			SC	083		
4601306	Windsor Lake Park	windsor-lake-park	US		0	America/New_York	34.07043	-80.94287	68			SC	079		
4601307	Windsor Oaks	windsor-oaks	US		0	America/New_York	34.90095	-82.30401	279			SC	045		
4601308	Windsor Park	windsor-park	US		0	America/New_York	34.70099	-79.92395	53			SC	025		
4601310	Windsor Place	windsor-place	US		0	America/New_York	34.52927	-82.62763	233			SC	007		
4601311	Windsor Place	windsor-place	US		0	America/New_York	32.84212	-79.95981	8			SC	019		
4601315	Windtree	windtree	US		0	America/New_York	33.56541	-81.954	147			SC	003		
4601316	Windtree	windtree	US		0	America/New_York	34.23596	-82.16234	181			SC	047		
4601317	Windward Trail	windward-trail	US		0	America/New_York	34.59567	-82.6093	256			SC	007		
4601318	Windwood	windwood	US		0	America/New_York	33.10711	-80.08231	29			SC	015		
4601324	Windy Hills	windy-hills	US		0	America/New_York	33.51571	-80.87426	79			SC	075		
4601326	Wing Road	wing-road	US		0	America/New_York	33.421	-80.06647	24			SC	015		
4601333	Wineberg Crossroads	wineberg-crossroads	US		0	America/New_York	34.28265	-79.97673	55	Weinberg Cross Roads,Wineberg Crossroads		SC	031		
4601336	Winnsboro Mills	winnsboro-mills	US		1898	America/New_York	34.36181	-81.08537	171			SC	039		
4601347	Wintercrest	wintercrest	US		0	America/New_York	34.96459	-81.06619	201			SC	091		
4601349	Winterseat	winterseat	US		0	America/New_York	33.97957	-82.20179	138	Mill Way,Winterseat		SC	065		
4601356	Winthrop Heights	winthrop-heights	US		0	America/New_York	34.94792	-81.0048	201			SC	091		
4601358	Winwright (historical)	winwright-historical	US		0	America/New_York	32.88184	-80.28788	8			SC	035		
4601368	Wisacky	wisacky	US		0	America/New_York	34.14821	-80.19341	57	Cooterborough,Cootersborough,Cranes Cross Roads,Cranes Crossroads,Mount Clio,Wisackee,Wisacky		SC	061		
4601369	Wise (historical)	wise-historical	US		0	America/New_York	33.69097	-81.92484	148			SC	037		
4601379	Wisewood	wisewood	US		0	America/New_York	34.15373	-82.14484	180			SC	047		
4601388	Withers Heights	withers-heights	US		0	America/New_York	33.67739	-78.89697	6			SC	051		
4601430	Wolf Pond Cross Roads	wolf-pond-cross-roads	US		0	America/New_York	34.81626	-80.52701	183			SC	025		
4601437	Wolfton	wolfton	US		0	America/New_York	33.58849	-80.98176	91			SC	075		
4601441	Wood Forest	wood-forest	US		0	America/New_York	34.98848	-81.0698	203			SC	091		
4601442	Wood Haven Park	wood-haven-park	US		0	America/New_York	35.06291	-81.67427	224			SC	021		
4601446	Wood Oak Park	wood-oak-park	US		0	America/New_York	32.99406	-80.1687	23			SC	035		
4601448	Wood Valley	wood-valley	US		0	America/New_York	33.49514	-81.764	138			SC	003		
4601458	Woodberry	woodberry	US		0	America/New_York	34.85928	-82.29151	287			SC	045		
4601459	Woodberry	woodberry	US		0	America/New_York	33.51988	-80.8137	68			SC	075		
4601461	Woodbriar	woodbriar	US		0	America/New_York	34.86401	-82.44846	300			SC	045		
4601467	Woodburn Hills	woodburn-hills	US		0	America/New_York	34.94318	-81.90871	226			SC	083		
4601470	Woodcreek	woodcreek	US		0	America/New_York	34.70288	-82.97765	274			SC	073		
4601471	Woodcreek	woodcreek	US		0	America/New_York	35.00679	-81.94816	252			SC	083		
4601472	Woodcreek	woodcreek	US		0	America/New_York	34.30432	-79.8484	34			SC	031		
4601473	Wooded Valley	wooded-valley	US		0	America/New_York	34.98319	-81.23452	217			SC	091		
4601474	Woodfarm Acres	woodfarm-acres	US		0	America/New_York	34.66066	-82.9382	287			SC	073		
4601475	Woodfield	woodfield	US		9303	America/New_York	34.05932	-80.93092	104			SC	079		
4601476	Woodfield	woodfield	US		0	America/New_York	34.97484	-82.01205	255			SC	083		
4601477	Woodfield Heights	woodfield-heights	US		0	America/New_York	34.7904	-82.3829	271			SC	045		
4601478	Woodfield Park	woodfield-park	US		0	America/New_York	34.05849	-80.9412	78			SC	079		
4601479	Woodfields	woodfields	US		0	America/New_York	34.78984	-82.38623	269			SC	045		
4601480	Woodfields	woodfields	US		0	America/New_York	34.18096	-82.11901	182			SC	047		
4601483	Woodfin	woodfin	US		0	America/New_York	35.11262	-82.08844	262			SC	083		
4601488	Woodhedge	woodhedge	US		0	America/New_York	34.76901	-82.31206	281			SC	045		
4601489	Woodhill Estates	woodhill-estates	US		0	America/New_York	33.97821	-80.96926	61			SC	079		
4601493	Woodland Acres	woodland-acres	US		0	America/New_York	34.66927	-82.99709	277			SC	073		
4601494	Woodland Acres	woodland-acres	US		0	America/New_York	33.67461	-79.80979	19			SC	089		
4601498	Woodland Estates	woodland-estates	US		0	America/New_York	32.98073	-80.19843	15			SC	035		
4601499	Woodland Forest	woodland-forest	US		0	America/New_York	34.20432	-80.67342	75			SC	055		
4601500	Woodland Forest	woodland-forest	US		0	America/New_York	34.95456	-82.21706	271			SC	083		
4601501	Woodland Gardens	woodland-gardens	US		0	America/New_York	34.30988	-79.85451	36			SC	031		
4601502	Woodland Heights	woodland-heights	US		0	America/New_York	33.01573	-80.02286	15			SC	015		
4601503	Woodland Heights	woodland-heights	US		0	America/New_York	34.67288	-82.80764	248			SC	077		
4601504	Woodland Heights	woodland-heights	US		0	America/New_York	34.93123	-81.96927	247			SC	083		
4601507	Woodland Homes	woodland-homes	US		0	America/New_York	34.85067	-82.36512	291			SC	045		
4601508	Woodland Landing	woodland-landing	US		0	America/New_York	33.04573	-79.91564	1			SC	015		
4601517	Woodland Trailer Park	woodland-trailer-park	US		0	America/New_York	34.77009	-83.07988	300			SC	073		
4601519	Woodland Village	woodland-village	US		0	America/New_York	34.76956	-82.24789	267			SC	045		
4601537	Woodmont	woodmont	US		0	America/New_York	34.20849	-79.74562	44			SC	041		
4601554	Woods (historical)	woods-historical	US		0	America/New_York	34.84428	-82.3554	302			SC	045		
4601560	Woods Crossroads	woods-crossroads	US		0	America/New_York	32.98516	-81.34761	65	Woods Cross Roads,Woods Crossroads		SC	005		
4601570	Woodsen	woodsen	US		0	America/New_York	33.9946	-81.12593	100			SC	063		
4601575	Woodside Manor	woodside-manor	US		0	America/New_York	33.00239	-80.13009	21			SC	019		
4601582	Woodvale	woodvale	US		0	America/New_York	34.92931	-80.98813	198			SC	091		
4601586	Woodville Acres	woodville-acres	US		0	America/New_York	33.46267	-79.13588	2			SC	043		
4601599	Woodwind	woodwind	US		0	America/New_York	34.89651	-81.89566	225			SC	083		
4601600	Woodwind	woodwind	US		0	America/New_York	34.98264	-81.08313	214			SC	091		
4601601	Woodwinds	woodwinds	US		0	America/New_York	34.79123	-82.28928	269			SC	045		
4601602	Workman	workman	US		0	America/New_York	33.73433	-79.96757	22			SC	089		
4601610	Worthams Ferry	worthams-ferry	US		0	America/New_York	33.92378	-78.67057	10	Wortham's Ferry,Worthams Ferry		SC	051		
4601613	Wragg Borough Homes	wragg-borough-homes	US		0	America/New_York	32.7924	-79.93314	3			SC	019		
4601617	Wrangle Town (historical)	wrangle-town-historical	US		0	America/New_York	33.21739	-79.81397	15			SC	015		
4601619	Wren Creek	wren-creek	US		0	America/New_York	34.18071	-79.80895	32			SC	041		
4601623	Wren Village	wren-village	US		0	America/New_York	33.85877	-79.73673	22			SC	041		
4601624	Wren Village	wren-village	US		0	America/New_York	33.52849	-80.8062	69			SC	075		
4601628	Wrenwood	wrenwood	US		0	America/New_York	33.94043	-81.20315	112			SC	063		
4601643	Wyatt Acres	wyatt-acres	US		0	America/New_York	34.80234	-82.59624	310			SC	077		
4601654	Wyses Ferry	wyses-ferry	US		0	America/New_York	34.11403	-81.59538	113			SC	081		
4601656	Yacht Club Estates	yacht-club-estates	US		0	America/New_York	32.40603	-80.66594	4			SC	013		
4601657	Yacht Cove	yacht-cove	US		0	America/New_York	34.07098	-81.23232	119			SC	063		
4601660	Yale (historical)	yale-historical	US		0	America/New_York	33.28126	-81.33288	70			SC	011		
4601668	Yarborough Crossroads	yarborough-crossroads	US		0	America/New_York	34.24432	-80.02118	55	Yarborough,Yarborough Crossroads		SC	031		
4601677	Yauhannah	yauhannah	US		0	America/New_York	33.63211	-79.18838	6	Yauhannah,Yauhannah Creek,Yawhannah		SC	043		
4601679	Yaupon Circle	yaupon-circle	US		0	America/New_York	33.68156	-78.89336	4			SC	051		
4601688	Yellow House (historical)	yellow-house-historical	US		0	America/New_York	32.89267	-79.92481	9			SC	015		
4601690	Yellow House Landing	yellow-house-landing	US		0	America/New_York	32.90851	-79.92481	2			SC	015		
4601695	Yenome	yenome	US		0	America/New_York	33.18349	-81.34677	70			SC	011		
4601699	Yonges Island	yonges-island	US		0	America/New_York	32.69351	-80.23065	8			SC	019		
4601713	York Hills	york-hills	US		0	America/New_York	35.04041	-81.65399	231			SC	021		
4601722	York Terrace	york-terrace	US		0	America/New_York	34.72181	-81.20703	170			SC	023		
4601724	Yorkdale	yorkdale	US		0	America/New_York	34.90653	-80.92896	200			SC	091		
4601727	Yorkwood	yorkwood	US		0	America/New_York	34.80428	-82.54652	298			SC	077		
4601739	Youngs	youngs	US		0	America/New_York	34.67068	-82.08066	222	Young's Store,Youngs,Youngs Community,Youngs Store		SC	059		
4601758	Zadok (historical)	zadok-historical	US		0	America/New_York	35.0793	-81.27813	241			SC	091		
4601769	Zemp	zemp	US		0	America/New_York	34.27071	-80.32674	104			SC	061		
4601840	Zion Hill	zion-hill	US		0	America/New_York	34.98346	-81.86538	242			SC	083		
4601890	Zoar Heights	zoar-heights	US		0	America/New_York	34.96539	-82.19789	277			SC	083		
4601924	Abernathy (historical)	abernathy-historical	US		0	America/Chicago	35.80619	-89.4723	150			TN	097		
4601926	Aberdeen Park	aberdeen-park	US		0	America/Chicago	35.9284	-86.51999	174			TN	149		
4601935	Abiff	abiff	US		0	America/Chicago	35.97617	-87.31751	280	Abif,Abiff,Browns Station		TN	043		
4601962	Acklena	acklena	US		0	America/Chicago	35.00648	-90.06815	81			TN	157		
4601963	Acme Mill	acme-mill	US		0	America/New_York	35.55007	-84.56827	280			TN	107		
4601965	Acorn	acorn	US		0	America/New_York	35.46758	-84.22547	260			TN	123		
4601967	Acorn Hill	acorn-hill	US		0	America/Chicago	36.11145	-87.27084	241			TN	043		
4601979	Acuff	acuff	US		0	America/New_York	36.31591	-83.71991	320			TN	173		
4602020	Adams Crossroads	adams-crossroads	US		0	America/Chicago	36.18145	-87.52085	164	Adams Cross Roads,Adams Crossroads,Cross Roads,Maysville		TN	043		
4602022	Adams Grove	adams-grove	US		0	America/Chicago	36.10728	-86.26555	213			TN	189		
4602037	Adams Mill	adams-mill	US		0	America/New_York	36.14038	-82.59792	469			TN	179		
4602054	Addie (historical)	addie-historical	US		0	America/Chicago	36.37922	-86.90861	186			TN	037		
4602070	Adkins Mill	adkins-mill	US		0	America/New_York	36.18174	-84.86189	469			TN	129		
4602093	Aetna	aetna	US		0	America/Chicago	35.65507	-87.50474	213			TN	081		
4602099	Aethra	aethra	US		0	America/Chicago	35.56119	-87.32418	294			TN	101		
4602110	Agee (historical)	agee-historical	US		0	America/New_York	36.29869	-84.02353	311			TN	013		
4602112	Agee (historical)	agee-historical	US		0	America/New_York	36.30008	-84.03325	311	Agec,Agee (historical)		TN	013		
4602124	Agreeable (historical)	agreeable-historical	US		0	America/New_York	36.19175	-83.61657	360			TN	057		
4602129	Ailor (historical)	ailor-historical	US		0	America/New_York	36.24258	-83.73352	366			TN	173		
4602137	Airport Plaza	airport-plaza	US		0	America/New_York	35.81758	-83.97852	281			TN	009		
4602144	Akard Addition	akard-addition	US		0	America/New_York	36.55816	-82.27847	493			TN	163		
4602147	Akeman Crossroad	akeman-crossroad	US		0	America/New_York	35.62674	-84.75133	236			TN	121		
4602161	Akins Chapel	akins-chapel	US		0	America/Chicago	35.78895	-88.0867	133	Akins Chapel,Atkins Chapel		TN	039		
4602162	Akins Corner	akins-corner	US		0	America/Chicago	35.48675	-89.76925	110			TN	167		
4602171	Alanthus Hill	alanthus-hill	US		0	America/New_York	36.56536	-83.39157	411	Ailanthus,Alanthus,Alanthus Hill		TN	067		
4602193	Aldenwood Park	aldenwood-park	US		0	America/New_York	35.89425	-84.02741	312			TN	093		
4602199	Alder Branch	alder-branch	US		0	America/New_York	35.92176	-83.55489	289			TN	155		
4602208	Alder Springs	alder-springs	US		0	America/New_York	36.23814	-83.86463	378			TN	173		
4602219	Alder Springs	alder-springs	US		0	America/New_York	36.36925	-84.00631	385			TN	013		
4602224	Alena (historical)	alena-historical	US		0	America/New_York	36.07648	-83.50684	372			TN	089		
4602261	Alexander Mill	alexander-mill	US		0	America/New_York	36.1376	-82.75932	388			TN	059		
4602266	Alexander Springs	alexander-springs	US		0	America/Chicago	35.3773	-87.26918	299			TN	099		
4602283	Algood	algood	US		3725	America/Chicago	36.19589	-85.44858	339	Algood,Algoods Old Fields		TN	141		
4602302	Allandale	allandale	US		0	America/New_York	36.55454	-82.63182	402			TN	073		
4602310	Alleghany (historical)	alleghany-historical	US		0	America/New_York	35.66508	-84.19825	304			TN	105		
4602317	Allegheny Springs (historical)	allegheny-springs-historical	US		0	America/New_York	35.58536	-84.0438	387	Alleghany Spjrings,Allegheny Springs (historical)		TN	009		
4602368	Allen Grove	allen-grove	US		0	America/New_York	35.84121	-83.21738	393	Allen Grove,Allens Grove		TN	029		
4602387	Allenbridge (historical)	allenbridge-historical	US		0	America/New_York	36.06982	-82.89987	362	Allenbridge (historical),Gourleys Bridge		TN	059		
4602388	Allens	allens	US		0	America/Chicago	35.64119	-89.19062	114			TN	075		
4602401	Allensville (historical)	allensville-historical	US		0	America/New_York	35.91259	-83.48711	305			TN	155		
4602402	Allenton Heights	allenton-heights	US		0	America/Chicago	35.62452	-88.81617	125			TN	113		
4602406	Allens Creek (historical)	allens-creek-historical	US		0	America/Chicago	35.42702	-87.59585	207			TN	101		
4602421	Allingham	allingham	US		0	America/New_York	36.02758	-84.34048	241			TN	145		
4602428	Allisona	allisona	US		0	America/Chicago	35.75479	-86.69194	230	Allisona,Allisonia		TN	187		
4602449	Almaville	almaville	US		0	America/Chicago	35.86534	-86.58111	188			TN	149		
4602456	Alnwick	alnwick	US		0	America/New_York	35.74814	-84.03768	286			TN	009		
4602463	Alpha Heights	alpha-heights	US		0	America/New_York	36.18481	-83.38795	393			TN	063		
4602466	Alpine Acres	alpine-acres	US		0	America/Chicago	36.10229	-84.89995	524			TN	035		
4602469	Alpine Heights	alpine-heights	US		0	America/New_York	35.13479	-85.27024	265			TN	065		
4602500	Altonville	altonville	US		0	America/New_York	36.39815	-83.1235	350			TN	073		
4602505	Alton Park	alton-park	US		0	America/New_York	35.00313	-85.31662	211	Alton Park,Altonpark		TN	065		
4602519	Alumwell	alumwell	US		0	America/New_York	36.4812	-83.00183	405	Alum Well,Alumwell		TN	073		
4602529	Amber Meadows	amber-meadows	US		0	America/New_York	35.91647	-84.16686	355			TN	093		
4602530	Amber Meadows	amber-meadows	US		0	America/Chicago	36.08673	-85.55692	307			TN	141		
4602531	Ambro (historical)	ambro-historical	US		0	America/New_York	36.26092	-83.65463	376			TN	057		
4602536	Amerene (historical)	amerene-historical	US		0	America/New_York	35.76592	-83.89685	284			TN	009		
4602537	American Heritage	american-heritage	US		0	America/New_York	35.15646	-84.78189	251			TN	011		
4602548	Amersham	amersham	US		0	America/New_York	36.53066	-82.6021	394			TN	163		
4602553	Amis	amis	US		0	America/New_York	36.41843	-82.95239	335			TN	073		
4602572	Amqui	amqui	US		0	America/Chicago	36.27616	-86.70916	152	Amqui,Mount Pleasant		TN	037		
4602581	Anark	anark	US		0	America/Chicago	35.90479	-88.40088	140			TN	017		
4602587	Anchor Mill	anchor-mill	US		0	America/Chicago	35.53813	-86.53333	205			TN	003		
4602710	Andrea Heights	andrea-heights	US		0	America/New_York	35.05646	-85.35329	219			TN	065		
4602753	Anes	anes	US		0	America/Chicago	35.55868	-86.75083	202			TN	117		
4602756	Angeltown	angeltown	US		0	America/Chicago	36.54727	-86.34971	273	Angeltown,Angle		TN	165		
4602757	Anglers Cove	anglers-cove	US		0	America/New_York	35.82035	-84.53188	232			TN	145		
4602763	Annadale	annadale	US		0	America/New_York	35.16591	-84.88495	263			TN	011		
4602764	Annadel	annadel	US		0	America/New_York	36.17674	-84.66578	374			TN	129		
4602767	Annesdale Park	annesdale-park	US		0	America/Chicago	35.13148	-90.01898	91			TN	157		
4602768	Annesdale-Snowden	annesdale-snowden	US		0	America/Chicago	35.12565	-90.01787	96			TN	157		
4602792	Anthony Hill	anthony-hill	US		0	America/Chicago	35.13591	-87.10723	308			TN	055		
4602800	Anthras	anthras	US		0	America/New_York	36.54591	-83.9902	328			TN	013		
4602815	Antioch (historical)	antioch-historical	US		0	America/Chicago	36.21256	-87.42001	245			TN	043		
4602892	Antioch Harbor Resort	antioch-harbor-resort	US		0	America/Chicago	36.36089	-88.12809	117			TN	079		
4602895	Antioch Park	antioch-park	US		0	America/Chicago	36.06006	-86.68666	163			TN	037		
4602920	Apalachia	apalachia	US		0	America/New_York	35.16813	-84.3227	348	Apalachia,Hiwassee Station		TN	139		
4602923	Apollo Shores	apollo-shores	US		0	America/New_York	35.74618	-84.74911	237	Apollo Shores,Arrowhead Estates		TN	143		
4602939	Apple Valley Estates	apple-valley-estates	US		0	America/Chicago	36.14784	-85.55276	331			TN	141		
4602943	Applewalk Park	applewalk-park	US		0	America/New_York	36.46316	-82.50681	471			TN	163		
4602944	Applewood	applewood	US		0	America/New_York	35.14813	-85.33635	573			TN	065		
4602950	Arbor Heights	arbor-heights	US		0	America/New_York	36.31677	-82.38736	536			TN	179		
4602961	Arcadia Shores	arcadia-shores	US		0	America/New_York	35.36396	-85.05829	229			TN	065		
4602975	Archville	archville	US		0	America/New_York	35.13285	-84.52549	319	Archville,Archville - Greasy Creek		TN	139		
4602979	Arcott	arcott	US		0	America/Chicago	36.52006	-85.55497	175	Arcot,Arcott,Hix		TN	027		
4602980	Ardee (historical)	ardee-historical	US		0	America/Chicago	36.54311	-87.6264	202			TN	161		
4602997	Arkland	arkland	US		0	America/Chicago	35.6759	-87.20056	187			TN	119		
4602998	Arline	arline	US		0	America/New_York	35.79397	-84.09463	265			TN	009		
4603016	Armathwaite	armathwaite	US		0	America/Chicago	36.37424	-84.78217	448			TN	049		
4603021	Arminda	arminda	US		0	America/New_York	36.05092	-83.79629	311	Arminda,Ellistown		TN	093		
4603031	Armour Village	armour-village	US		0	America/Chicago	35.63285	-87.15806	228			TN	119		
4603065	Arno	arno	US		0	America/Chicago	35.80312	-86.74166	222			TN	187		
4603118	Arrow	arrow	US		0	America/Chicago	35.5123	-87.19307	224			TN	119		
4603119	Arrow Hills	arrow-hills	US		0	America/New_York	36.17342	-83.40823	422			TN	063		
4603123	Arrowhead	arrowhead	US		0	America/New_York	35.88564	-83.93741	305			TN	093		
4603128	Arrowhead Point	arrowhead-point	US		0	America/New_York	35.20785	-84.81855	271			TN	011		
4603174	Asbury Prk	asbury-prk	US		0	America/Chicago	35.8884	-86.45833	174			TN	149		
4603187	Asbury Estates	asbury-estates	US		0	America/New_York	35.77064	-83.92629	311			TN	009		
4603207	Ashby (historical)	ashby-historical	US		0	America/New_York	36.29286	-83.68157	371			TN	057		
4603217	Ashcroft Subdivision	ashcroft-subdivision	US		0	America/Chicago	36.17923	-85.53664	329			TN	141		
4603230	Ashland Hills	ashland-hills	US		0	America/Chicago	36.50644	-87.29667	152			TN	125		
4603240	Ashport	ashport	US		0	America/Chicago	35.76008	-89.78564	76	Ash Port,Ashport		TN	097		
4603251	Ashley Oaks	ashley-oaks	US		0	America/New_York	35.90869	-84.10269	285			TN	093		
4603264	Asia	asia	US		0	America/Chicago	35.24397	-86.09026	300			TN	051		
4603268	Aspen Hill	aspen-hill	US		0	America/Chicago	35.10064	-87.0039	199	Aspen Hill,Aspenhill		TN	055		
4603282	Athendale	athendale	US		0	America/Chicago	35.67451	-87.07806	173	Athendale,Bristow,The Tank,Timmons,Timmonsville,Winsett		TN	119		
4603299	Atkins (historical)	atkins-historical	US		0	America/Chicago	35.74784	-88.52505	156			TN	077		
4603336	Audubon Hills	audubon-hills	US		0	America/New_York	35.85952	-84.16519	283			TN	093		
4603342	Aulon	aulon	US		0	America/Chicago	35.13759	-89.96176	85			TN	157		
4603349	Aunt (historical)	aunt-historical	US		0	America/New_York	36.51537	-82.89211	402			TN	073		
4603375	Austin Farm	austin-farm	US		0	America/New_York	35.07091	-85.16968	239			TN	065		
4603390	Austin Springs	austin-springs	US		0	America/New_York	36.38316	-82.34931	454	Austin Springs,Austin's Springs,Austins Springs		TN	179		
4603391	Austin Springs	austin-springs	US		0	America/Chicago	36.49173	-88.6345	116			TN	183		
4603393	Austin Village	austin-village	US		0	America/New_York	36.36761	-82.35625	454			TN	179		
4603394	Austins Mill	austins-mill	US		0	America/New_York	36.37343	-83.00655	334	Austin,Austin Mill,Austins Mill,Austins Mills		TN	073		
4603395	Austral	austral	US		0	America/New_York	35.23396	-84.54521	229			TN	139		
4603397	Avalon Heights	avalon-heights	US		0	America/New_York	35.43841	-84.61438	299			TN	107		
4603428	Avondale Forest	avondale-forest	US		0	America/New_York	36.34594	-82.39431	518			TN	179		
4603431	Avondale Springs	avondale-springs	US		0	America/New_York	36.31064	-83.4624	337			TN	057		
4603432	Avoton (historical)	avoton-historical	US		0	America/Chicago	36.28256	-85.48442	293			TN	141		
4603433	Avreet	avreet	US		0	America/Chicago	35.62036	-89.66675	81			TN	167		
4603435	Awalt (historical)	awalt-historical	US		0	America/Chicago	35.25842	-86.25471	271			TN	051		
4603441	Ayers	ayers	US		0	America/Chicago	36.07924	-89.64202	82			TN	045		
4603455	Aymett Town	aymett-town	US		0	America/Chicago	35.17619	-86.95973	213			TN	055		
4603466	BAttlefield Meadows	battlefield-meadows	US		0	America/Chicago	35.92784	-86.48944	173			TN	149		
4603475	Babbs Mill	babbs-mill	US		0	America/New_York	36.26371	-82.7771	416			TN	059		
4603482	Bacchus	bacchus	US		0	America/New_York	36.50925	-83.6038	390			TN	025		
4603492	Bachelder	bachelder	US		0	America/Chicago	35.54285	-87.32112	291			TN	101		
4603518	Backwoods	backwoods	US		0	America/New_York	36.17623	-82.15013	1088			TN	019		
4603548	Bagdad (historical)	bagdad-historical	US		0	America/Chicago	36.3695	-85.82776	175	Bad Dad,Bagdad (historical)		TN	087		
4603562	Baggettsville	baggettsville	US		0	America/Chicago	36.47671	-86.73027	236			TN	147		
4603615	Bailey Town	bailey-town	US		0	America/New_York	35.95732	-83.28072	405			TN	029		
4603621	Bain	bain	US		0	America/Chicago	36.167	-88.14809	122	Bain,Wyly		TN	005		
4603644	Bairds Mill	bairds-mill	US		0	America/Chicago	36.10228	-86.33166	207	Bairds Mill,Bairds Mills,Huddlestons Cross Roads,Ponville		TN	189		
4603649	Baker Bluff Subdivision	baker-bluff-subdivision	US		0	America/New_York	36.46677	-82.46626	395			TN	163		
4603705	Baker Crossroads	baker-crossroads	US		0	America/Chicago	35.99618	-85.11052	580	Baker Crossroads,Bakers Crossroads		TN	035		
4603737	Bakers	bakers	US		0	America/Chicago	36.37227	-86.76	190	Baker,Bakers,Bakers Station		TN	037		
4603742	Bakers Crossroads	bakers-crossroads	US		0	America/Chicago	36.0134	-85.5522	307	Bakers Cross Roads,Bakers Crossroads		TN	185		
4603754	Bakersworks	bakersworks	US		0	America/Chicago	36.07728	-87.26334	253	Bakers Works,Bakersworks,Crow		TN	043		
4603757	Bakertown	bakertown	US		0	America/Chicago	36.08339	-86.68889	164			TN	037		
4603758	Bakertown	bakertown	US		0	America/Chicago	35.25869	-86.33027	335			TN	127		
4603759	Bakerville	bakerville	US		0	America/Chicago	35.94367	-87.87419	120			TN	085		
4603768	Bald Crossing	bald-crossing	US		0	America/New_York	36.26261	-82.51792	491			TN	179		
4603772	Bald Hill (historical)	bald-hill-historical	US		0	America/New_York	36.48814	-83.56241	470			TN	025		
4603792	Bald Point	bald-point	US		0	America/New_York	36.4112	-83.36073	346	Bald Point,Ball Point		TN	057		
4603825	Ball Camp	ball-camp	US		0	America/New_York	35.95286	-84.12186	294			TN	093		
4603842	Ball Play	ball-play	US		0	America/New_York	35.02924	-84.70216	263			TN	139		
4603866	Ballplay	ballplay	US		0	America/New_York	35.46397	-84.20547	278	Ball Play,Ballplay		TN	123		
4603871	Balltown	balltown	US		0	America/New_York	35.3098	-84.54382	259			TN	107		
4603872	Balmoral	balmoral	US		0	America/New_York	35.1073	-85.34663	387			TN	065		
4603873	Balsam Estates	balsam-estates	US		0	America/Chicago	36.55644	-87.28084	160			TN	125		
4603888	Band Mill	band-mill	US		0	America/Chicago	36.0459	-89.49952	83	Band Mill,Bandmill		TN	045		
4603894	Baneberry	baneberry	US		482	America/New_York	36.0637	-83.29572	326			TN	089		
4603895	Bangham	bangham	US		0	America/Chicago	36.24728	-85.47081	348			TN	141		
4603899	Bangham Village	bangham-village	US		0	America/Chicago	36.25034	-85.45358	311			TN	141		
4603906	Bank (historical)	bank-historical	US		0	America/New_York	35.80897	-83.87712	272			TN	009		
4603908	Banner Hill	banner-hill	US		1497	America/New_York	36.13066	-82.42458	511			TN	171		
4603911	Banner Springs	banner-springs	US		0	America/Chicago	36.24785	-84.93106	530			TN	049		
4603932	Baptist Ridge	baptist-ridge	US		0	America/Chicago	36.48395	-85.52414	288			TN	027		
4603960	Barclay Square	barclay-square	US		0	America/Chicago	36.07117	-86.66777	190			TN	037		
4603968	Barefoot	barefoot	US		0	America/Chicago	36.63588	-86.19221	205			TN	111		
4603973	Barfield Meadows	barfield-meadows	US		0	America/Chicago	35.79118	-86.44249	196			TN	149		
4603976	Barfield	barfield	US		0	America/Chicago	35.78507	-86.42666	190			TN	149		
4603989	Bargerton	bargerton	US		0	America/Chicago	35.73201	-88.48561	154	Bargerton,Bargeton		TN	077		
4604011	Barkertown	barkertown	US		0	America/Chicago	35.39174	-85.55303	555			TN	061		
4604019	Barkwood	barkwood	US		0	America/Chicago	36.58838	-87.31112	168			TN	125		
4604110	Barnetts	barnetts	US		0	America/New_York	36.45261	-82.21097	452	Barnettes,Barnetts,Dry Branch		TN	163		
4604118	Barr	barr	US		0	America/Chicago	35.8823	-89.73119	78			TN	097		
4604145	Barren Plain	barren-plain	US		0	America/Chicago	36.60143	-86.91944	199	Barren Plain,Barren Plains,Barrenplain		TN	147		
4604154	Barretville	barretville	US		0	America/Chicago	35.3737	-89.76342	108			TN	157		
4604162	Barrons Corner	barrons-corner	US		0	America/Chicago	36.07007	-88.93534	106			TN	053		
4604180	Bartlebaugh	bartlebaugh	US		0	America/New_York	35.11646	-85.1669	211			TN	065		
4604182	Bartlebaugh Subdivision	bartlebaugh-subdivision	US		0	America/New_York	35.12646	-85.16607	220			TN	065		
4604186	Barthelia	barthelia	US		0	America/Chicago	36.34505	-86.2561	146			TN	169		
4604218	Barton Springs	barton-springs	US		0	America/New_York	36.23648	-83.23517	383			TN	063		
4604220	Barton Mill	barton-mill	US		0	America/New_York	35.51924	-84.60938	264			TN	107		
4604257	Bass Bay	bass-bay	US		0	America/Chicago	36.28228	-87.97587	117			TN	005		
4604273	Bassel Addition	bassel-addition	US		0	America/New_York	35.76536	-83.97629	271			TN	009		
4604289	Bat Harbor	bat-harbor	US		0	America/New_York	35.9326	-83.13071	365	Bat Harbor,Bay Harbor		TN	029		
4604321	Bates Hill	bates-hill	US		0	America/Chicago	35.73063	-85.93138	336			TN	177		
4604338	Batley	batley	US		0	America/New_York	36.02924	-84.28826	244			TN	001		
4604356	Battery Heights	battery-heights	US		0	America/New_York	35.07785	-85.23801	300			TN	065		
4604375	Battleground Estates	battleground-estates	US		0	America/Chicago	35.85895	-86.41444	177			TN	149		
4604380	Battlewood Estates	battlewood-estates	US		0	America/Chicago	35.99312	-86.88417	199			TN	187		
4604388	Baucom	baucom	US		0	America/Chicago	35.53507	-86.22221	353			TN	031		
4604390	Battlewood Forest	battlewood-forest	US		0	America/Chicago	36.00312	-86.87083	190			TN	187		
4604391	Baugh	baugh	US		0	America/Chicago	35.07314	-86.85056	207			TN	055		
4604401	Baugh Spring	baugh-spring	US		0	America/New_York	35.1773	-84.98689	263			TN	011		
4604433	Bay View	bay-view	US		0	America/New_York	35.76118	-84.64244	234			TN	145		
4604436	Bayless (historical)	bayless-historical	US		0	America/New_York	36.17369	-83.94436	303			TN	093		
4604448	Bays Cove	bays-cove	US		0	America/New_York	36.5476	-82.62682	401			TN	073		
4604453	Bays Mountain Estates	bays-mountain-estates	US		0	America/New_York	35.85564	-83.8049	324			TN	009		
4604463	Bazel Town	bazel-town	US		0	America/New_York	35.96202	-84.53355	244	Bazel Town,Bazeltown		TN	145		
4604469	Beachville (historical)	beachville-historical	US		0	America/Chicago	36.03951	-86.86945	192	Beachville (historical),Beechville		TN	187		
4604475	Beacon Hills	beacon-hills	US		0	America/New_York	36.16759	-83.42351	413			TN	063		
4604476	Beacon Hills	beacon-hills	US		0	America/Chicago	36.50033	-87.3014	150			TN	125		
4604477	Beacon Junction	beacon-junction	US		0	America/Chicago	35.63979	-88.18087	126			TN	039		
4604483	Beale (historical)	beale-historical	US		0	America/Chicago	35.82979	-87.27084	184			TN	081		
4604510	Beans	beans	US		0	America/New_York	36.33148	-83.36795	337			TN	057		
4604512	Beans Creek	beans-creek	US		0	America/Chicago	35.06175	-86.24665	267	Beans Creek,Beanscreek		TN	051		
4604519	Bear (historical)	bear-historical	US		0	America/New_York	35.94924	-84.31437	267			TN	145		
4604642	Bear Spring	bear-spring	US		0	America/Chicago	36.47533	-87.75474	123	Bear Spring,Bearspring		TN	161		
4604644	Bear Stand	bear-stand	US		0	America/New_York	36.27873	-82.08818	1216			TN	019		
4604647	Bear Wallow	bear-wallow	US		0	America/Chicago	35.68923	-86.76083	248			TN	117		
4604710	Beartown	beartown	US		0	America/New_York	36.5701	-82.59543	468			TN	163		
4604712	Bearwallow	bearwallow	US		0	America/Chicago	36.29839	-86.99528	224			TN	021		
4604730	Beasley (historical)	beasley-historical	US		0	America/Chicago	36.00117	-87.51696	188			TN	043		
4604747	Beasley Crossroads	beasley-crossroads	US		0	America/Chicago	35.86784	-87.14723	287			TN	187		
4604758	Beasley Road	beasley-road	US		0	America/Chicago	35.8459	-86.49305	186			TN	149		
4604785	Beauty Hill	beauty-hill	US		0	America/Chicago	35.2623	-88.54171	185			TN	109		
4604812	Beaver Dam (historical)	beaver-dam-historical	US		0	America/New_York	36.0112	-83.34516	305			TN	089		
4604819	Beaver Hill	beaver-hill	US		0	America/Chicago	36.23479	-85.2933	340	Beaver Hill,Beaverhill		TN	133		
4604840	Beaverdam Creek Subdivision	beaverdam-creek-subdivision	US		0	America/Chicago	36.05423	-88.0242	124			TN	005		
4604841	Beaverdam Springs	beaverdam-springs	US		0	America/Chicago	35.68201	-87.60446	199	Beaver Dam Springs,Beaverdam Springs,Nacome		TN	081		
4604876	Beckwith	beckwith	US		0	America/Chicago	36.20672	-86.45888	162	Beckwith,Curds Station		TN	189		
4604987	Beech Fork	beech-fork	US		0	America/New_York	36.23452	-84.30493	418			TN	013		
4605004	Beech Grove (historical)	beech-grove-historical	US		0	America/Chicago	36.00728	-87.42168	232			TN	043		
4605074	Beech Hill	beech-hill	US		0	America/Chicago	35.2298	-86.88917	230			TN	055		
4605075	Beech Hill	beech-hill	US		0	America/Chicago	36.47116	-86.10638	186			TN	111		
4605076	Beech Hill (historical)	beech-hill-historical	US		0	America/Chicago	36.282	-85.79998	158			TN	087		
4605108	Beech River	beech-river	US		0	America/Chicago	35.69035	-88.3906	166			TN	077		
4605113	Beech Springs	beech-springs	US		0	America/New_York	35.96342	-83.61712	301			TN	155		
4605128	Beechcliff Estates	beechcliff-estates	US		0	America/New_York	36.5501	-82.47931	446			TN	163		
4605134	Beechnut City	beechnut-city	US		0	America/New_York	36.56733	-82.3332	519	Beechnut,Beechnut City		TN	163		
4605136	Beechnut Subdivision	beechnut-subdivision	US		0	America/New_York	36.20815	-83.25628	438			TN	063		
4605137	Beechwood	beechwood	US		0	America/Chicago	35.65146	-86.33805	290			TN	003		
4605138	Beechwood	beechwood	US		0	America/New_York	35.86953	-83.97046	275			TN	093		
4605140	Beechwood Court	beechwood-court	US		0	America/New_York	36.28955	-82.39431	531			TN	179		
4605142	Beechwood Village	beechwood-village	US		0	America/New_York	36.52093	-82.52598	395			TN	163		
4605164	Beeler Mill	beeler-mill	US		0	America/New_York	36.32425	-83.62157	354			TN	057		
4605183	Beidlemans (historical)	beidlemans-historical	US		0	America/New_York	36.51983	-82.13041	456			TN	163		
4605185	Bel Air One	bel-air-one	US		0	America/New_York	36.32872	-82.36542	528			TN	179		
4605187	Bel Air Two	bel-air-two	US		0	America/New_York	36.32955	-82.3632	520			TN	179		
4605190	Bel-Air Estates	bel-air-estates	US		0	America/Chicago	36.56949	-87.40001	166			TN	125		
4605191	Bel-Aire	bel-aire	US		0	America/Chicago	35.36091	-86.23721	331	Bel Aire,Bel-Aire		TN	031		
4605192	Bel-Aire Heights	bel-aire-heights	US		0	America/Chicago	35.19869	-86.10471	297			TN	051		
4605193	Belair	belair	US		0	America/New_York	36.23954	-83.241	408			TN	063		
4605210	Belinda City	belinda-city	US		0	America/Chicago	36.16756	-86.48583	179			TN	189		
4605228	Bell Bridge	bell-bridge	US		0	America/New_York	36.0173	-84.05019	300	Bell Bridge,Bells Bridge		TN	093		
4605282	Bell Hollow (historical)	bell-hollow-historical	US		0	America/Chicago	36.24172	-87.40473	186	Bell Hollow (historical),Cloverdale		TN	043		
4605295	Bell Meade Subdivision	bell-meade-subdivision	US		0	America/Chicago	36.47589	-88.85895	127			TN	131		
4605300	Bell Town	bell-town	US		0	America/Chicago	36.11284	-87.15806	231			TN	021		
4605303	Bella Mara Estates	bella-mara-estates	US		0	America/New_York	35.76257	-84.70522	264			TN	145		
4605304	Bella Vista Acres	bella-vista-acres	US		0	America/New_York	35.02424	-85.16106	218			TN	065		
4605307	Bellamy (historical)	bellamy-historical	US		0	America/Chicago	36.48783	-87.57807	125			TN	125		
4605310	Bellamy Court	bellamy-court	US		0	America/Chicago	36.57171	-87.28112	173			TN	125		
4605314	Belle Brook Estates	belle-brook-estates	US		0	America/New_York	36.56261	-82.18485	518			TN	163		
4605315	Belle Eagle	belle-eagle	US		0	America/Chicago	35.68535	-89.22979	102			TN	075		
4605317	Belle Forest	belle-forest	US		0	America/Chicago	36.52366	-87.27945	166			TN	125		
4605318	Belle Forest	belle-forest	US		0	America/Chicago	36.57366	-87.4414	183			TN	125		
4605323	Sandy Springs / South Maryville	sandy-springs-south-maryville	US		0	America/New_York	35.74064	-83.96713	302	Bellemeade,Sandy Springs / South Maryville		TN	009		
4605324	Belle Meade	belle-meade	US		3004	America/Chicago	36.09589	-86.85694	171	Belle Mead,Belle Meade		TN	037		
4605325	Belle Meade	belle-meade	US		0	America/Chicago	35.21869	-88.22643	132			TN	071		
4605327	Bell Spring	bell-spring	US		0	America/New_York	35.54702	-84.48771	299			TN	107		
4605335	Belle Rive Highlands	belle-rive-highlands	US		0	America/Chicago	36.03117	-86.84222	207			TN	187		
4605337	Belle-Aire	belle-aire	US		0	America/New_York	35.87008	-84.16547	293	Belle Air,Belle-Aire		TN	093		
4605341	Bellefounte	bellefounte	US		0	America/New_York	35.24563	-84.79522	239	Bell Fount,Belle Founte,Bellefounte		TN	011		
4605343	Belleglade	belleglade	US		0	America/Chicago	36.62394	-87.42834	164			TN	125		
4605351	Belleview Estates	belleview-estates	US		0	America/New_York	35.2798	-84.54799	230			TN	107		
4605392	Bells Mill	bells-mill	US		0	America/Chicago	35.29091	-85.87942	305			TN	061		
4605395	Bellsburg	bellsburg	US		0	America/Chicago	36.27589	-87.18889	216	Bellsburg,Bellsburgh		TN	043		
4605397	Bellshire	bellshire	US		0	America/Chicago	36.26616	-86.76805	175			TN	037		
4605401	Belltown	belltown	US		0	America/New_York	35.42924	-84.25047	267	Belltown,Cane Creek		TN	123		
4605402	Belltown	belltown	US		0	America/New_York	35.0048	-84.35631	474			TN	139		
4605404	Belltown Hill	belltown-hill	US		0	America/New_York	35.02508	-84.33214	551			TN	139		
4605405	Belltown Mill	belltown-mill	US		0	America/New_York	35.42508	-84.25464	252			TN	123		
4605408	Bellview	bellview	US		0	America/Chicago	35.74618	-85.17774	530	Bellview,Farmingdale		TN	007		
4605441	Belmont Acres	belmont-acres	US		0	America/New_York	36.33066	-82.39375	519			TN	179		
4605442	Belmont Addition	belmont-addition	US		0	America/New_York	35.76342	-83.9399	309			TN	009		
4605461	Belmont West	belmont-west	US		0	America/New_York	35.93591	-84.10575	318			TN	093		
4605477	Belvins	belvins	US		0	America/New_York	36.46148	-82.936	372	Belvins,Blevins		TN	073		
4605478	Belvoir Terrace	belvoir-terrace	US		0	America/New_York	34.99869	-85.23912	214			TN	065		
4605481	Bemberg	bemberg	US		0	America/New_York	36.33622	-82.24152	483			TN	019		
4605482	Bemis	bemis	US		0	America/Chicago	35.57618	-88.82145	114			TN	113		
4605487	Ben (historical)	ben-historical	US		0	America/Chicago	35.64257	-87.11917	184			TN	119		
4605498	Benbar	benbar	US		0	America/Chicago	36.042	-86.78167	207			TN	037		
4605520	Benhill	benhill	US		0	America/Chicago	35.87145	-86.72639	231			TN	187		
4605522	Benjestown	benjestown	US		0	America/Chicago	35.25175	-90.05537	85	Benjes,Benjestown		TN	157		
4605525	Bennett Acres	bennett-acres	US		0	America/New_York	35.10091	-84.87078	270			TN	011		
4605527	Benford Heights Addition	benford-heights-addition	US		0	America/New_York	35.79592	-83.99852	283			TN	009		
4605571	Bent Tree	bent-tree	US		0	America/New_York	35.77258	-84.01102	276			TN	009		
4605572	Bent Tree Acres	bent-tree-acres	US		0	America/New_York	35.20007	-84.94634	263			TN	011		
4605578	Benton (historical)	benton-historical	US		0	America/Chicago	35.41257	-86.80417	233			TN	117		
4605590	Benton Cut	benton-cut	US		0	America/Chicago	36.24839	-88.03365	169			TN	005		
4605599	Benton Springs	benton-springs	US		0	America/New_York	35.14674	-84.62132	482			TN	139		
4605600	Benton Station	benton-station	US		0	America/New_York	35.18757	-84.68327	232			TN	139		
4605611	Berea (historical)	berea-historical	US		0	America/Chicago	35.79174	-86.08749	231			TN	015		
4605629	Bergmantown	bergmantown	US		0	America/Chicago	35.35536	-85.77581	589			TN	061		
4605634	Berkshire Wood	berkshire-wood	US		0	America/New_York	35.94647	-84.0863	312			TN	093		
4605638	Berkshire Forest	berkshire-forest	US		0	America/Chicago	36.0084	-84.85828	548			TN	035		
4605665	Berry Hill	berry-hill	US		547	America/Chicago	36.117	-86.76639	163			TN	037		
4605681	Berrys Chapel	berrys-chapel	US		0	America/Chicago	35.9784	-86.88806	196			TN	187		
4605698	Bestview	bestview	US		0	America/New_York	35.67314	-84.00129	320			TN	009		
4605699	Beta	beta	US		0	America/New_York	35.42646	-84.87078	235			TN	121		
4605701	Berrys Chapel Heights	berrys-chapel-heights	US		0	America/Chicago	35.97701	-86.8925	195			TN	187		
4605738	Bethany Hills	bethany-hills	US		0	America/Chicago	36.03451	-86.95334	179			TN	187		
4605760	Bethel (historical)	bethel-historical	US		0	America/Chicago	36.3234	-89.36202	135			TN	131		
4605958	Bethlehem (historical)	bethlehem-historical	US		0	America/Chicago	35.76229	-86.1136	224			TN	015		
4606051	Bethsalem	bethsalem	US		0	America/New_York	35.3898	-84.56715	244			TN	107		
4606066	Betsy Willis	betsy-willis	US		0	America/Chicago	35.33202	-85.92192	308			TN	031		
4606076	Betsystown (historical)	betsystown-historical	US		0	America/Chicago	36.3195	-87.22639	126	Betsey Town,Betsystown (historical),Betsytown,Betts Town		TN	043		
4606102	Beverly Acres	beverly-acres	US		0	America/New_York	36.05814	-83.90241	341			TN	093		
4606104	Beverly Heights	beverly-heights	US		0	America/Chicago	36.09173	-86.71222	162			TN	037		
4606131	Bible Hill	bible-hill	US		0	America/Chicago	35.70312	-88.14393	140	Bible Hill,Biblehill		TN	039		
4606172	Big Barren	big-barren	US		0	America/New_York	36.38925	-83.70769	329	Big Barren,Bigbarren		TN	025		
4606194	Big Boy Junction	big-boy-junction	US		0	America/Chicago	36.03618	-89.4998	82			TN	045		
4606249	Big Cherokee	big-cherokee	US		0	America/New_York	36.23622	-82.46348	495	Big Cherokee,Coxs Store		TN	179		
4606296	Big Creek (historical)	big-creek-historical	US		0	America/New_York	36.51761	-82.08068	527	Big Creek (historical),Bigcreek		TN	163		
4606385	Big Ivy	big-ivy	US		0	America/Chicago	35.11758	-88.05059	165			TN	071		
4606401	Big Lick	big-lick	US		0	America/Chicago	35.80729	-85.02134	536	Big Lick,Biglick,Deer Lick		TN	035		
4606441	Big Q Estates	big-q-estates	US		0	America/New_York	36.26676	-83.41962	350			TN	057		
4606538	Big Spring (historical)	big-spring-historical	US		0	America/Chicago	36.24894	-86.17721	164			TN	189		
4606620	Bigby (historical)	bigby-historical	US		0	America/Chicago	35.57563	-87.21612	192			TN	119		
4606623	Bigbyville	bigbyville	US		0	America/Chicago	35.52063	-87.08001	215			TN	119		
4606636	Bigsby Creek Estates	bigsby-creek-estates	US		0	America/New_York	35.22785	-84.89578	228			TN	011		
4606639	Bilbrey Park	bilbrey-park	US		0	America/Chicago	36.17589	-85.4722	346			TN	141		
4606644	Bilbrey	bilbrey	US		0	America/Chicago	36.17367	-85.33247	559			TN	141		
4606656	Bill Smith Subdivision	bill-smith-subdivision	US		0	America/Chicago	36.14173	-85.5322	329			TN	141		
4606688	Binfield	binfield	US		0	America/New_York	35.70508	-84.07435	293			TN	009		
4606694	Biltmore	biltmore	US		0	America/New_York	36.37233	-82.22569	485			TN	019		
4606703	Binghampton	binghampton	US		0	America/Chicago	35.15009	-89.96953	80			TN	157		
4606734	Bird (historical)	bird-historical	US		0	America/Chicago	35.33897	-87.58058	304			TN	181		
4606744	Bird Crossroad	bird-crossroad	US		0	America/New_York	35.91398	-83.3635	349	Bird Cross Roads,Bird Crossroad		TN	155		
4606749	Bird Hill	bird-hill	US		0	America/New_York	36.12482	-83.11544	345	Bird Hill,Birds Hill		TN	059		
4606755	Bird Mill	bird-mill	US		0	America/Chicago	35.0998	-87.29946	250			TN	099		
4606759	Birds Bower	birds-bower	US		0	America/Chicago	35.46175	-89.41924	107			TN	075		
4606776	Birdsong Creek Subdivision	birdsong-creek-subdivision	US		0	America/Chicago	35.98756	-88.04448	125			TN	005		
4606784	Birnam Wood	birnam-wood	US		0	America/New_York	35.13868	-85.33746	597	Birnam Wood,Burnam Wood		TN	065		
4606789	Birdsville (historical)	birdsville-historical	US		0	America/New_York	35.86843	-83.27238	414			TN	029		
4606803	Bittle Heights	bittle-heights	US		0	America/New_York	35.77925	-83.94629	293			TN	009		
4606804	Bivens	bivens	US		0	America/Chicago	35.38702	-86.95223	245			TN	055		
4606806	Bitter End	bitter-end	US		0	America/New_York	36.21179	-82.04012	1053			TN	019		
4606838	Black Center	black-center	US		0	America/Chicago	36.07089	-88.08726	150			TN	005		
4606854	Black Fox	black-fox	US		0	America/New_York	35.11257	-84.92745	248	Black Fox,Blackfox		TN	011		
4606880	Black Jack	black-jack	US		0	America/Chicago	35.43563	-86.10499	320			TN	031		
4606881	Black Jack	black-jack	US		0	America/Chicago	36.63338	-86.56388	230			TN	147		
4606927	Blackburn Hills Estates	blackburn-hills-estates	US		0	America/Chicago	36.22784	-85.57831	293			TN	141		
4606943	Blackman	blackman	US		0	America/Chicago	35.87534	-86.49833	183	Blackman,Wilkinsons Cross Roads		TN	149		
4607019	Blair Gap	blair-gap	US		0	America/New_York	36.45038	-82.6796	402	Blair Gap,Blairs Gap		TN	163		
4607046	Blakeville	blakeville	US		0	America/Chicago	35.25952	-86.67528	235			TN	103		
4607051	Blanche	blanche	US		0	America/Chicago	35.04314	-86.75444	276	Blanche,Pleasant Plains		TN	103		
4607061	Blankenship (historical)	blankenship-historical	US		0	America/Chicago	35.69035	-88.21948	151			TN	077		
4607070	Blaney Forest	blaney-forest	US		0	America/New_York	35.00424	-85.25829	253			TN	065		
4607077	Blanton (historical)	blanton-historical	US		0	America/Chicago	35.83257	-85.96943	341			TN	015		
4607086	Blansett Meadows	blansett-meadows	US		0	America/Chicago	35.91562	-86.41166	171			TN	149		
4607090	Bleak (historical)	bleak-historical	US		0	America/Chicago	35.00593	-89.79536	109			TN	157		
4607136	Bliss (historical)	bliss-historical	US		0	America/Chicago	35.79118	-88.09559	133			TN	039		
4607137	Block	block	US		0	America/New_York	36.34202	-84.25465	384			TN	013		
4607138	Block City	block-city	US		0	America/New_York	36.54232	-82.67738	434			TN	073		
4607143	Blockhouse	blockhouse	US		0	America/New_York	35.70314	-83.93657	293			TN	009		
4607147	Blondy	blondy	US		0	America/Chicago	35.56035	-87.5328	293			TN	101		
4607181	Bloomington Heights	bloomington-heights	US		0	America/New_York	36.56232	-82.54265	396			TN	163		
4607190	Blount Beach	blount-beach	US		0	America/New_York	35.78342	-83.89573	293			TN	009		
4607228	Blowing Springs	blowing-springs	US		0	America/New_York	36.13508	-84.15103	303			TN	001		
4607238	Blue Bank	blue-bank	US		0	America/Chicago	36.35173	-89.42507	88	Blue Bank,Bluebank		TN	095		
4607262	Blue Gem	blue-gem	US		0	America/New_York	35.99647	-84.45271	318	Blue Gem,Bluegem		TN	129		
4607263	Blue Goose	blue-goose	US		0	America/Chicago	35.7034	-88.57672	169			TN	077		
4607264	Blue Goose (historical)	blue-goose-historical	US		0	America/Chicago	34.99537	-90.21898	64			TN	157		
4607288	Blue Mill	blue-mill	US		0	America/New_York	35.85621	-82.99515	514			TN	029		
4607294	Blue Ridge Estates	blue-ridge-estates	US		0	America/New_York	36.4901	-82.51098	430			TN	163		
4607299	Blue Ridge View	blue-ridge-view	US		0	America/New_York	35.20063	-85.14245	212			TN	065		
4607304	Blue Sky	blue-sky	US		0	America/Chicago	35.76534	-87.87975	156			TN	135		
4607308	Blue Spring	blue-spring	US		0	America/New_York	36.35789	-82.11596	538			TN	019		
4607381	Blue Springs Resort	blue-springs-resort	US		0	America/New_York	35.73646	-84.66744	228			TN	145		
4607392	Blueberry Hills	blueberry-hills	US		0	America/New_York	36.11564	-83.95713	402			TN	093		
4607397	Bluegrass	bluegrass	US		0	America/New_York	36.1687	-83.38406	394			TN	063		
4607404	Bluegrass Meadows	bluegrass-meadows	US		0	America/Chicago	36.32144	-86.55777	160			TN	165		
4607418	Bluewing	bluewing	US		0	America/Chicago	35.7859	-85.99166	356	Bluewing,Eastside		TN	015		
4607422	Bluff Creek	bluff-creek	US		0	America/Chicago	36.217	-85.95638	152	Bluff Creek,Bluffcreek		TN	159		
4607446	Bluff View	bluff-view	US		0	America/New_York	35.35618	-85.04162	223			TN	065		
4607447	Bluffpoint (historical)	bluffpoint-historical	US		0	America/Chicago	35.75618	-87.3239	213	Bluff Point,Bluffpoint (historical)		TN	081		
4607452	Bluhmtown	bluhmtown	US		0	America/Chicago	35.90395	-85.87971	336	Bluhms,Bluhmtown		TN	041		
4607469	Board Valley	board-valley	US		0	America/Chicago	36.04034	-85.37525	381	Board Valley,Shingle		TN	185		
4607486	Boatland	boatland	US		0	America/Chicago	36.39868	-85.03745	265			TN	049		
4607511	Bobs Cross Roads (historical)	bobs-cross-roads-historical	US		0	America/Chicago	35.39175	-86.12554	318			TN	031		
4607517	Bobwhite (historical)	bobwhite-historical	US		0	America/Chicago	36.54366	-86.76527	213			TN	147		
4607520	Bodenham	bodenham	US		0	America/Chicago	35.23369	-87.15585	210			TN	055		
4607532	Boggess Crossroad	boggess-crossroad	US		0	America/New_York	35.60174	-84.67133	238	Bogge Crossroad,Bogge Crossroads,Boggess Crossroad		TN	121		
4607533	Boggs	boggs	US		0	America/New_York	36.26842	-83.39434	339			TN	057		
4607550	Boiling (historical)	boiling-historical	US		0	America/Chicago	36.29035	-84.84106	445	Boiling (historical),Boiling Springs		TN	049		
4607552	Bohannon Addition	bohannon-addition	US		0	America/New_York	35.43174	-84.60271	287			TN	107		
4607567	Boiling Springs (historical)	boiling-springs-historical	US		0	America/Chicago	36.62255	-87.51057	153			TN	125		
4607579	Bold Spring	bold-spring	US		0	America/Chicago	35.96701	-87.67919	141			TN	085		
4607620	Bolton Estates	bolton-estates	US		0	America/New_York	36.19121	-82.78738	497			TN	059		
4607623	Boma	boma	US		0	America/Chicago	36.12701	-85.68248	321			TN	141		
4607647	Bon Aqua Junction	bon-aqua-junction	US		1230	America/Chicago	35.92784	-87.31084	275			TN	081		
4607676	Bone Cave	bone-cave	US		0	America/Chicago	35.77507	-85.58498	294	Big Bone Cave,Bone Cave,Bonecave		TN	175		
4607695	Bonicord	bonicord	US		0	America/Chicago	35.95452	-89.32174	92			TN	045		
4607707	Bonneville (historical)	bonneville-historical	US		0	America/New_York	35.65007	-84.91856	551			TN	143		
4607708	Bonneville Estates	bonneville-estates	US		0	America/New_York	35.99564	-84.08436	296			TN	093		
4607710	Bonny Kate	bonny-kate	US		0	America/New_York	35.88342	-83.89963	256			TN	093		
4607713	Bonsack	bonsack	US		0	America/Chicago	36.20757	-85.17358	581			TN	133		
4607714	Bonta Vista Estates	bonta-vista-estates	US		0	America/New_York	36.09119	-83.93658	336			TN	093		
4607717	Bonnertown	bonnertown	US		0	America/Chicago	35.00619	-87.29807	258			TN	099		
4607741	Boom	boom	US		0	America/Chicago	36.5159	-85.16968	295	Boom,Boon,Sims Store		TN	137		
4607765	Boone Trail	boone-trail	US		0	America/New_York	36.37233	-82.40681	476			TN	179		
4607780	Boonshill	boonshill	US		0	America/Chicago	35.21258	-86.74194	216	Boons Hill,Boonshill		TN	103		
4607786	Boonville (historical)	boonville-historical	US		0	America/New_York	35.0548	-84.37298	526			TN	139		
4607788	Boones Creek	boones-creek	US		0	America/New_York	36.39233	-82.41153	462	Boone Creek Mill,Boones Creek,Boons Creek		TN	179		
4607789	Booth (historical)	booth-historical	US		0	America/Chicago	35.08065	-89.80203	116			TN	157		
4607802	Boothspoint	boothspoint	US		0	America/Chicago	36.11257	-89.60286	80	Booth Point,Boothpoint,Booths Point,Boothspoint		TN	045		
4607808	Bordeaux	bordeaux	US		0	America/Chicago	36.19394	-86.83139	151			TN	037		
4607812	Bordeaux Hills	bordeaux-hills	US		0	America/Chicago	36.182	-86.84167	135			TN	037		
4607818	Borden Village	borden-village	US		0	America/New_York	36.53593	-82.54126	384			TN	163		
4607871	Bottle Hollow	bottle-hollow	US		0	America/Chicago	35.40702	-86.36221	259			TN	003		
4607932	Bowl (historical)	bowl-historical	US		0	America/New_York	36.46091	-84.38188	400			TN	151		
4607936	Bowling	bowling	US		0	America/Chicago	35.94451	-84.94579	549			TN	035		
4607987	Bowmantown	bowmantown	US		0	America/New_York	36.29816	-82.5757	451			TN	179		
4608004	Boxcroft	boxcroft	US		0	America/Chicago	36.57366	-87.42501	175			TN	125		
4608010	Boxwood Hall	boxwood-hall	US		0	America/Chicago	35.98228	-86.81556	242			TN	187		
4608011	Boxwood Hills	boxwood-hills	US		0	America/New_York	35.90064	-84.13464	280			TN	093		
4608012	Boy (historical)	boy-historical	US		0	America/New_York	36.35091	-84.03214	311			TN	013		
4608019	Boyd Acres	boyd-acres	US		0	America/Chicago	36.55144	-87.42807	192			TN	125		
4608054	Boyd Mill Estates	boyd-mill-estates	US		0	America/Chicago	35.91784	-86.89556	208			TN	187		
4608065	Boyds Creek	boyds-creek	US		0	America/New_York	35.92342	-83.65906	274			TN	155		
4608088	Boynton Valley	boynton-valley	US		0	America/Chicago	35.55757	-86.14443	348			TN	031		
4608096	Brace	brace	US		0	America/Chicago	35.37258	-87.30474	303			TN	099		
4608103	Brackentown	brackentown	US		0	America/Chicago	36.59893	-86.38666	223			TN	165		
4608109	Bradburn Hill	bradburn-hill	US		0	America/New_York	36.19177	-82.80682	525			TN	059		
4608111	Bradbury	bradbury	US		0	America/New_York	35.87035	-84.38993	254			TN	145		
4608208	Bradleytown	bradleytown	US		0	America/Chicago	36.00202	-89.64897	80			TN	045		
4608238	Braemar	braemar	US		0	America/New_York	36.28206	-82.15485	569			TN	019		
4608251	Brainerd Hills	brainerd-hills	US		0	America/New_York	35.01702	-85.19857	206			TN	065		
4608259	Brainerd Park	brainerd-park	US		0	America/New_York	35.01313	-85.21662	205			TN	065		
4608263	Brairwood Acres	brairwood-acres	US		0	America/New_York	36.53344	-82.48459	471			TN	163		
4608282	Brakebill (historical)	brakebill-historical	US		0	America/New_York	35.61452	-84.28881	277			TN	123		
4608300	Brandywine Estates	brandywine-estates	US		0	America/Chicago	36.2145	-85.53053	320			TN	141		
4608313	Bransford	bransford	US		170	America/Chicago	36.50421	-86.26999	174			TN	165		
4608329	Brashears Subdivision	brashears-subdivision	US		0	America/New_York	35.93813	-84.4991	253			TN	145		
4608340	Bratchers Crossroads	bratchers-crossroads	US		0	America/Chicago	35.76951	-85.91165	328			TN	177		
4608353	Brattontown	brattontown	US		0	America/Chicago	36.53311	-86.05693	275	Brattons Cross Roads,Brattontown		TN	111		
4608354	Bray (historical)	bray-historical	US		0	America/Chicago	35.04648	-89.70536	109	Bray (historical),Brays		TN	157		
4608356	Bray	bray	US		0	America/New_York	36.42342	-83.32768	353	Bay,Bray,Brays		TN	067		
4608366	Braytown	braytown	US		0	America/New_York	36.15813	-84.37326	429			TN	001		
4608385	Breckenridge South	breckenridge-south	US		0	America/Chicago	35.91284	-86.81389	224			TN	187		
4608394	Breedenton	breedenton	US		0	America/New_York	35.54396	-84.80078	227			TN	121		
4608399	Breezy Hills	breezy-hills	US		0	America/New_York	36.30844	-82.32458	498			TN	179		
4608404	Brenthaven East	brenthaven-east	US		0	America/Chicago	35.97978	-86.78861	223			TN	187		
4608405	Brenthaven North	brenthaven-north	US		0	America/Chicago	35.99145	-86.795	208			TN	187		
4608406	Brenthaven South	brenthaven-south	US		0	America/Chicago	35.96756	-86.79694	241			TN	187		
4608417	Brentwood Estates	brentwood-estates	US		0	America/New_York	35.14868	-84.91245	254			TN	011		
4608418	Brentwood Estates	brentwood-estates	US		31279	America/Chicago	36.02506	-86.77917	223			TN	187		
4608420	Brentwood Hills	brentwood-hills	US		0	America/Chicago	35.9909	-86.8175	250			TN	187		
4608422	Brentwood Park	brentwood-park	US		0	America/Chicago	36.02756	-86.77944	225			TN	187		
4608424	Brentwood Pointe	brentwood-pointe	US		0	America/Chicago	35.96784	-86.82	233			TN	187		
4608426	Brentwood South	brentwood-south	US		0	America/Chicago	35.98756	-86.8125	231			TN	187		
4608427	Brentwood Station	brentwood-station	US		0	America/Chicago	36.02173	-86.7925	212			TN	187		
4608431	Brewer Addition	brewer-addition	US		0	America/New_York	35.43535	-84.59827	280			TN	107		
4608459	Brewstertown	brewstertown	US		0	America/New_York	36.3448	-84.72494	440			TN	129		
4608460	Brian Manor	brian-manor	US		0	America/Chicago	35.91006	-86.32277	172			TN	149		
4608480	Briar Thicket	briar-thicket	US		0	America/New_York	36.10982	-83.12849	333			TN	029		
4608482	Briarcliff	briarcliff	US		0	America/New_York	35.73203	-83.96657	316			TN	009		
4608483	Briarcliff View	briarcliff-view	US		0	America/New_York	36.16287	-83.42212	413			TN	063		
4608484	Briardale	briardale	US		0	America/New_York	36.57233	-82.17902	491			TN	163		
4608485	Briarfield	briarfield	US		0	America/New_York	35.15257	-85.23829	206			TN	065		
4608486	Briargate	briargate	US		0	America/Chicago	36.16812	-85.46747	342			TN	141		
4608489	Briarwood	briarwood	US		0	America/Chicago	35.37647	-86.21305	326			TN	031		
4608490	Briarwood	briarwood	US		0	America/Chicago	36.5156	-87.38445	157			TN	125		
4608491	Briarwood	briarwood	US		0	America/Chicago	35.9084	-86.30832	185			TN	149		
4608492	Briarwood	briarwood	US		0	America/Chicago	36.57005	-87.32612	164			TN	125		
4608494	Briarwood Estates	briarwood-estates	US		0	America/New_York	36.02286	-83.99241	323			TN	093		
4608507	Brick Church	brick-church	US		0	America/Chicago	35.28397	-86.90445	236	Brick Church,Brickchurch		TN	055		
4608515	Brick Mill	brick-mill	US		0	America/New_York	35.65703	-84.10324	276	Brick Mill,Henrys Mill		TN	009		
4608536	Bride	bride	US		0	America/Chicago	35.60036	-89.72286	87			TN	167		
4608569	Bridwell Heights	bridwell-heights	US		0	America/New_York	36.54844	-82.4557	490	Birdwell Heights,Bridwell Heights,Bridwell Town		TN	163		
4608591	Briggs (historical)	briggs-historical	US		0	America/New_York	36.01566	-82.59014	836			TN	171		
4608604	Bright (historical)	bright-historical	US		0	America/New_York	36.2812	-83.23823	327			TN	063		
4608623	Bright Hope	bright-hope	US		0	America/New_York	36.09538	-82.97126	376	Bright Hope,Brighthope		TN	059		
4608633	Brims Corner	brims-corner	US		0	America/Chicago	35.80063	-89.17229	108			TN	033		
4608680	Britton Acres	britton-acres	US		0	America/New_York	36.16176	-83.41295	388			TN	063		
4608690	Brittontown	brittontown	US		0	America/New_York	36.27288	-82.78655	466			TN	059		
4608699	Broad Acres	broad-acres	US		0	America/New_York	36.03175	-84.04769	340			TN	093		
4608702	Brittsville	brittsville	US		0	America/New_York	35.35341	-84.90773	211			TN	121		
4608711	Broadmoor	broadmoor	US		0	America/Chicago	36.20562	-89.46119	85			TN	045		
4608740	Brockdell	brockdell	US		0	America/Chicago	35.52812	-85.32385	502			TN	007		
4608744	Brockland Acres	brockland-acres	US		0	America/New_York	36.23065	-83.22017	444			TN	063		
4608763	Broodwood	broodwood	US		0	America/Chicago	35.86729	-86.46249	178			TN	149		
4608771	Brookfield Acres	brookfield-acres	US		0	America/New_York	36.08869	-83.86157	347			TN	093		
4608776	Brookhill	brookhill	US		0	America/Chicago	35.8284	-86.44221	192			TN	149		
4608779	Brooklyn Heights	brooklyn-heights	US		0	America/Chicago	36.20422	-86.78667	146			TN	037		
4608780	Brookmead	brookmead	US		0	America/New_York	36.51788	-82.20486	491			TN	163		
4608781	Brookmead	brookmead	US		0	America/New_York	36.35566	-82.36097	490			TN	179		
4608834	Brookshire Hills	brookshire-hills	US		0	America/New_York	36.58204	-82.64182	411			TN	073		
4608839	Brookside Mill	brookside-mill	US		0	America/New_York	36.01565	-83.09738	352			TN	029		
4608842	Brooksville (historical)	brooksville-historical	US		0	America/Chicago	35.50508	-86.00971	332			TN	031		
4608843	Brookview Estates	brookview-estates	US		0	America/Chicago	36.04756	-86.69305	176			TN	037		
4608849	Brotherton	brotherton	US		0	America/New_York	36.27315	-82.92183	359			TN	059		
4608850	Brotherton	brotherton	US		0	America/Chicago	36.18895	-85.37914	435			TN	141		
4608977	Brown Crossroads	brown-crossroads	US		0	America/Chicago	35.06425	-87.39141	255			TN	099		
4608980	Brown Ellis	brown-ellis	US		0	America/New_York	35.87174	-84.5466	257			TN	145		
4609016	Brown Mill	brown-mill	US		0	America/Chicago	35.08953	-86.26999	243	Brown Mill,Stonewall Mill		TN	051		
4609062	Brownlow (historical)	brownlow-historical	US		0	America/New_York	36.03622	-82.46125	869			TN	171		
4609064	Brownington	brownington	US		0	America/Chicago	35.2448	-86.26666	306			TN	051		
4609101	Browns Mill	browns-mill	US		0	America/Chicago	35.90229	-86.28082	166			TN	149		
4609110	Browns Shop	browns-shop	US		0	America/Chicago	35.32119	-86.70305	254			TN	117		
4609112	Brownsboro (historical)	brownsboro-historical	US		0	America/New_York	36.18483	-82.6057	430	Brownsboro (historical),Brownsborough,Brownsburh		TN	179		
4609113	Brownsport (historical)	brownsport-historical	US		0	America/Chicago	35.54868	-87.99892	117			TN	039		
4609125	Browntown (historical)	browntown-historical	US		0	America/Chicago	35.19341	-87.91531	257			TN	181		
4609128	Brownview Acres	brownview-acres	US		0	America/Chicago	35.84173	-86.47833	189			TN	149		
4609130	Broyles	broyles	US		0	America/New_York	36.47536	-84.1991	410			TN	013		
4609142	Broylesville	broylesville	US		0	America/New_York	36.21399	-82.60265	426			TN	179		
4609172	Brumley Heights	brumley-heights	US		0	America/New_York	36.1026	-82.87071	426			TN	059		
4609173	Brundige	brundige	US		0	America/Chicago	36.4295	-88.65672	132			TN	183		
4609176	Bruner Crossing	bruner-crossing	US		0	America/Chicago	35.24814	-86.11693	286	Bruner Crossing,Bruno Crossing		TN	051		
4609177	Bruner Grove	bruner-grove	US		0	America/New_York	36.0751	-83.11599	353	Bruner Grove,Bruners Grove		TN	029		
4609291	Bruton Branch	bruton-branch	US		0	America/Chicago	35.07592	-88.18143	135			TN	071		
4609299	Bryan Hill	bryan-hill	US		0	America/New_York	35.49729	-85.00245	256			TN	143		
4609300	Bryan Mill	bryan-mill	US		0	America/Chicago	35.56646	-85.93776	307			TN	031		
4609343	Bryant Station	bryant-station	US		0	America/Chicago	35.51174	-86.88945	220	Bryant,Bryant Station		TN	119		
4609352	Brynewood Park	brynewood-park	US		0	America/New_York	35.12702	-85.26662	253			TN	065		
4609369	Brysonville	brysonville	US		0	America/Chicago	35.8834	-86.10388	251			TN	015		
4609375	Bryson Mountain	bryson-mountain	US		0	America/New_York	36.56591	-83.81242	535	Bryson,Bryson Mountain		TN	025		
4609405	Buchanan Subdivision	buchanan-subdivision	US		0	America/Chicago	36.41117	-88.10781	129			TN	079		
4609477	Buck Lake Estates	buck-lake-estates	US		0	America/Chicago	36.16395	-85.44164	334			TN	141		
4609482	Buck Mountain	buck-mountain	US		0	America/New_York	36.18179	-81.99706	972			TN	019		
4609486	Buck Mountain Estates	buck-mountain-estates	US		0	America/Chicago	36.15006	-85.43581	451			TN	141		
4609549	Buckingham Heights	buckingham-heights	US		0	America/New_York	36.15538	-82.79987	491			TN	059		
4609552	Buckingham Park	buckingham-park	US		0	America/Chicago	35.92395	-86.84639	209			TN	187		
4609558	Bucklick	bucklick	US		0	America/New_York	36.16729	-84.85884	521			TN	129		
4609574	Buckner Pine Subdivision	buckner-pine-subdivision	US		0	America/Chicago	36.50422	-87.26195	176			TN	125		
4609580	Bucks Mill	bucks-mill	US		0	America/Chicago	34.9912	-86.52249	231			TN	103		
4609584	Buckstone Hills	buckstone-hills	US		0	America/New_York	36.29538	-82.36597	567			TN	179		
4609585	Bucktown	bucktown	US		0	America/Chicago	35.27008	-88.19503	128			TN	071		
4609586	Bucktown	bucktown	US		0	America/New_York	35.78119	-84.28131	244			TN	105		
4609589	Bud (historical)	bud-historical	US		0	America/New_York	36.03258	-84.13519	273			TN	001		
4609591	Bucksnort	bucksnort	US		0	America/Chicago	35.88562	-87.68447	126			TN	081		
4609597	Buell Acres	buell-acres	US		0	America/New_York	36.16204	-83.39156	389			TN	063		
4609603	Buena Vista Estates	buena-vista-estates	US		0	America/Chicago	36.22728	-86.82861	146	Buena Vista Estates		TN	037		
4609651	Buffalo Ridge (historical)	buffalo-ridge-historical	US		0	America/New_York	36.38399	-82.46515	520			TN	179		
4609668	Buffalo Springs	buffalo-springs	US		0	America/New_York	36.21786	-83.56296	316			TN	057		
4609685	Buffalo View	buffalo-view	US		0	America/New_York	36.28622	-82.31708	511			TN	019		
4609691	Buffat Heights	buffat-heights	US		0	America/New_York	36.01453	-83.87907	318			TN	093		
4609698	Bufords	bufords	US		0	America/Chicago	35.33202	-87.02556	225	Buford,Buford Station,Bufords,Bufords Station		TN	055		
4609708	Bugscuffle	bugscuffle	US		0	America/Chicago	35.49952	-86.31527	263			TN	003		
4609714	Buladeen	buladeen	US		0	America/New_York	36.45984	-82.01846	680	Buladeen,Bulahdean,Colesville		TN	019		
4609735	Bull Run	bull-run	US		0	America/New_York	36.03091	-84.09353	251			TN	001		
4609761	Bullet Creek	bullet-creek	US		0	America/New_York	35.27896	-84.42604	363			TN	123		
4609807	Bumpus Cove	bumpus-cove	US		0	America/New_York	36.15427	-82.48736	542	Bumpass Cove,Bumpus Cove		TN	171		
4609836	Buncombe (historical)	buncombe-historical	US		0	America/Chicago	35.32508	-86.08332	302			TN	051		
4609843	Bungalow	bungalow	US		0	America/New_York	35.76119	-83.9924	274	Bungalow,Bungalow Town		TN	009		
4609858	Bunker Hill Park	bunker-hill-park	US		0	America/Chicago	36.11534	-85.51525	322			TN	141		
4609873	Buntontown	buntontown	US		0	America/New_York	36.29179	-81.97317	691			TN	091		
4609874	Buntyn	buntyn	US		0	America/Chicago	35.11592	-89.97176	91			TN	157		
4609900	Burchfield Heights	burchfield-heights	US		0	America/New_York	35.98841	-84.18242	271			TN	093		
4609908	Burem	burem	US		0	America/New_York	36.4151	-82.92016	344	Burem,Burem's Store,Burems Store		TN	073		
4609914	Burgen	burgen	US		0	America/Chicago	35.72868	-86.12249	220			TN	015		
4609918	Burger	burger	US		0	America/New_York	35.39896	-84.44409	271			TN	107		
4609936	Burgesstown (historical)	burgesstown-historical	US		0	America/Chicago	35.82646	-85.16107	575			TN	035		
4609972	Burlington Heights	burlington-heights	US		0	America/New_York	35.20424	-84.86106	240			TN	011		
4610048	Burns Place	burns-place	US		0	America/Chicago	35.76535	-86.34305	209			TN	149		
4610083	Burristown	burristown	US		0	America/Chicago	36.38673	-85.54192	308	Burristown,Elpardo		TN	087		
4610096	Burrus Landing	burrus-landing	US		0	America/Chicago	36.36673	-89.5048	86	Burrus Landing,Riley Landing,Rileys Landing		TN	095		
4610097	Burrville	burrville	US		0	America/New_York	36.29396	-84.75161	477	Burrville,Mount Vernon,Skeen		TN	129		
4610118	Burton Estates	burton-estates	US		0	America/Chicago	36.15284	-85.4622	335			TN	141		
4610124	Burton Mill	burton-mill	US		0	America/New_York	35.67091	-84.26936	248			TN	105		
4610134	Burwood	burwood	US		0	America/Chicago	35.81257	-86.98334	228			TN	187		
4610140	Bush Grove	bush-grove	US		0	America/Chicago	35.25148	-89.77425	105			TN	157		
4610150	Bushing (historical)	bushing-historical	US		0	America/Chicago	36.24812	-85.25052	392			TN	133		
4610160	Bussell	bussell	US		0	America/Chicago	36.10701	-85.59442	302			TN	141		
4610167	Busselltown	busselltown	US		0	America/New_York	35.77536	-84.23436	276			TN	105		
4610171	Busseltown	busseltown	US		0	America/Chicago	35.67257	-88.03559	145	Bussel Town,Busseltown		TN	039		
4610174	Busy Corner	busy-corner	US		0	America/Chicago	35.52841	-86.15832	339			TN	031		
4610176	Butcher (historical)	butcher-historical	US		0	America/New_York	36.33982	-82.92627	389			TN	073		
4610221	Butler Estates	butler-estates	US		0	America/Chicago	35.87229	-86.48249	177			TN	149		
4610235	Butlers Landing	butlers-landing	US		0	America/Chicago	36.48978	-85.56164	166			TN	027		
4610249	Butterfly (historical)	butterfly-historical	US		0	America/New_York	36.48954	-82.60821	391			TN	163		
4610260	Buttermilk Shores	buttermilk-shores	US		0	America/New_York	35.88147	-84.36243	254			TN	145		
4610309	Byington	byington	US		0	America/New_York	35.96814	-84.11825	296			TN	093		
4610338	Byrd Chapel	byrd-chapel	US		0	America/New_York	35.92508	-84.16908	316			TN	093		
4610388	Cabana Estates	cabana-estates	US		0	America/Chicago	36.47783	-88.07837	131			TN	079		
4610408	Cabo	cabo	US		0	America/Chicago	35.43063	-88.47421	198			TN	023		
4610411	Cactus Cove	cactus-cove	US		0	America/New_York	35.84258	-84.09713	256			TN	009		
4610430	Caffey	caffey	US		0	America/Chicago	35.05814	-88.49477	153			TN	109		
4610439	Cagle	cagle	US		0	America/Chicago	35.47507	-85.46108	642	Cagle,Mount Pleasant		TN	153		
4610447	Caigletown	caigletown	US		0	America/Chicago	35.9059	-87.8503	139			TN	085		
4610466	Cairo Bend	cairo-bend	US		0	America/Chicago	36.23894	-86.40027	165	Cairo Bend,Cairo Bend Station,Cario Bend		TN	189		
4610470	Cain Mill	cain-mill	US		0	America/New_York	36.26537	-83.1985	364	Cain Mill,Kings Mill		TN	063		
4610480	Calderwood	calderwood	US		0	America/New_York	35.50925	-83.99407	287	Alcoa,Calderwood		TN	009		
4610535	Calico	calico	US		0	America/New_York	35.52535	-84.83439	232			TN	121		
4610545	Calistia	calistia	US		0	America/Chicago	36.51282	-86.66583	245			TN	147		
4610551	Callender (historical)	callender-historical	US		0	America/Chicago	35.99312	-86.80222	215			TN	187		
4610556	Callie	callie	US		0	America/Chicago	35.83229	-86.85028	247			TN	187		
4610564	Calls	calls	US		0	America/Chicago	35.34619	-86.00526	324			TN	031		
4610640	Cambridge Estates	cambridge-estates	US		0	America/New_York	35.04535	-85.12579	238			TN	065		
4610641	Cambridge Hills	cambridge-hills	US		0	America/Chicago	36.01339	-86.82444	218			TN	187		
4610644	Camden Bay Subdivision	camden-bay-subdivision	US		0	America/Chicago	35.98145	-88.04365	129			TN	005		
4610658	Camelot	camelot	US		0	America/New_York	36.44843	-83.05545	407	Camelot,Hale Springs,Hales Springs,Pressmans Home,Pressmen's Home,Pressmens Home		TN	073		
4610659	Camelot	camelot	US		0	America/New_York	35.99675	-84.10908	332			TN	093		
4610660	Camelot	camelot	US		0	America/Chicago	35.94951	-85.04162	551			TN	035		
4610661	Camelot	camelot	US		0	America/New_York	36.33761	-82.3907	508			TN	179		
4610662	Camelot Two	camelot-two	US		0	America/New_York	36.33427	-82.3932	506			TN	179		
4610664	Camelot	camelot	US		0	America/New_York	35.25341	-84.90134	232			TN	011		
4610721	Camp Ground	camp-ground	US		0	America/Chicago	36.18896	-85.05218	549	Camp Ground,Campground,Mount Union		TN	049		
4610723	Camp Ground	camp-ground	US		0	America/Chicago	36.39534	-88.78895	104			TN	183		
4610748	Camp Jordan	camp-jordan	US		0	America/New_York	35.00424	-85.18773	247	Camp Jordan,Sherwood Hills		TN	065		
4610765	Camp Ocoee	camp-ocoee	US		0	America/New_York	35.07924	-84.64771	268			TN	139		
4610771	Camp Placid	camp-placid	US		0	America/New_York	36.52094	-82.34014	457			TN	163		
4610786	Camp Tom Howard	camp-tom-howard	US		0	America/New_York	36.539	-81.99318	638	Camp Tom Howard,Unaka Camp		TN	163		
4610795	Camp Wildwood	camp-wildwood	US		0	America/New_York	36.33816	-82.35403	519			TN	179		
4610806	Campbell Acres	campbell-acres	US		0	America/New_York	36.23787	-83.2685	393			TN	063		
4610882	Campbell Junction	campbell-junction	US		0	America/Chicago	36.04368	-85.16913	598			TN	035		
4610897	Campbells Station	campbells-station	US		0	America/Chicago	35.44674	-86.98889	213	Campbell Station,Campbells,Campbells Station,Fountain Creek		TN	119		
4610944	Canaan Grove	canaan-grove	US		0	America/Chicago	35.44369	-89.5898	97	Canaan Grove,Cannan Grove		TN	167		
4610948	Canadaville	canadaville	US		0	America/Chicago	35.15231	-89.59369	120			TN	047		
4610955	Canby Hills	canby-hills	US		0	America/New_York	35.95008	-84.06102	300			TN	093		
4610963	Candlewyck	candlewyck	US		0	America/New_York	36.58289	-82.12513	556			TN	163		
4610966	Candyland Estates	candyland-estates	US		0	America/Chicago	36.19534	-85.46942	335			TN	141		
4611002	Cane Creek	cane-creek	US		0	America/Chicago	35.7659	-85.39692	271			TN	175		
4611004	Cane Creek (historical)	cane-creek-historical	US		0	America/New_York	36.16841	-84.13187	255			TN	001		
4611063	Canebrake	canebrake	US		0	America/Chicago	35.93479	-86.29888	181			TN	149		
4611072	Caneridge (historical)	caneridge-historical	US		0	America/Chicago	35.74896	-85.56053	286	Cane Ridge,Caneridge (historical)		TN	175		
4611080	Caney Branch	caney-branch	US		0	America/New_York	36.04677	-82.98321	377	Caney Branch,Caneybranch,Cany Branch		TN	059		
4611104	Caney Creek	caney-creek	US		0	America/New_York	35.09508	-84.54799	267			TN	139		
4611122	Caney Fork	caney-fork	US		0	America/Chicago	36.13756	-85.80137	167			TN	141		
4611131	Caney Forks	caney-forks	US		0	America/Chicago	35.98201	-85.17302	569			TN	035		
4611139	Caney Hollow	caney-hollow	US		0	America/Chicago	35.00453	-88.21726	135			TN	071		
4611157	Caney Spring	caney-spring	US		0	America/Chicago	35.60729	-86.76305	196	Caney Spring,Caney Springs,Caneyspring		TN	117		
4611160	Caney Valley	caney-valley	US		0	America/New_York	36.42036	-83.44935	362			TN	025		
4611197	Cannon Subdivision	cannon-subdivision	US		0	America/New_York	35.77368	-84.63605	233			TN	145		
4611210	Cantrell (historical)	cantrell-historical	US		0	America/New_York	36.52066	-82.35125	461			TN	163		
4611215	Cantrell Subdivision	cantrell-subdivision	US		0	America/Chicago	35.30091	-87.76114	227			TN	181		
4611228	Capers (historical)	capers-historical	US		0	America/Chicago	35.69479	-87.20473	183			TN	119		
4611229	Capital Heights	capital-heights	US		0	America/New_York	35.07646	-85.16884	249			TN	065		
4611232	Capitol Hill	capitol-hill	US		0	America/Chicago	35.29119	-86.06526	311			TN	051		
4611236	Capleville	capleville	US		0	America/Chicago	35.02065	-89.89787	95			TN	157		
4611269	Capshaw Woods	capshaw-woods	US		0	America/Chicago	36.15284	-85.4922	320			TN	141		
4611270	Caramel Village	caramel-village	US		0	America/New_York	35.1959	-85.17496	219			TN	065		
4611271	Caravelle	caravelle	US		0	America/Chicago	36.20394	-86.54111	153			TN	189		
4611293	Cardens Bluff (historical)	cardens-bluff-historical	US		0	America/New_York	36.31539	-82.11513	597			TN	019		
4611297	Cardiff	cardiff	US		0	America/New_York	35.89063	-84.63105	245			TN	145		
4611303	Cardinal Acres	cardinal-acres	US		0	America/Chicago	36.50088	-87.34918	155			TN	125		
4611304	Cardinal Hills	cardinal-hills	US		0	America/New_York	36.25843	-83.22128	397			TN	063		
4611328	Caringer (historical)	caringer-historical	US		0	America/New_York	35.50786	-84.03324	408			TN	123		
4611350	Carman (historical)	carman-historical	US		0	America/Chicago	35.67118	-86.00915	326			TN	015		
4611361	Carmol	carmol	US		0	America/New_York	36.37399	-82.39709	467			TN	179		
4611379	Carnsville (historical)	carnsville-historical	US		0	America/Chicago	36.11478	-88.33671	136			TN	017		
4611380	Carnton Plantation	carnton-plantation	US		0	America/Chicago	35.90312	-86.85833	200			TN	187		
4611389	Carondelet	carondelet	US		0	America/Chicago	36.01256	-86.77778	208			TN	187		
4611399	Carpenter Addition	carpenter-addition	US		0	America/New_York	36.04536	-83.81018	287			TN	093		
4611421	Carpenters (historical)	carpenters-historical	US		0	America/Chicago	35.44813	-87.26973	308			TN	119		
4611422	Carpenters (historical)	carpenters-historical	US		0	America/Chicago	35.97701	-86.77667	217			TN	187		
4611432	Carr Branch	carr-branch	US		0	America/New_York	36.3898	-83.70769	329			TN	025		
4611464	Carriage Hills	carriage-hills	US		0	America/New_York	35.25091	-84.79078	265			TN	011		
4611465	Carriage Hills	carriage-hills	US		0	America/Chicago	35.9584	-86.77222	227			TN	187		
4611467	Carriage Hill	carriage-hill	US		0	America/New_York	35.11174	-85.34802	505			TN	065		
4611511	Carrollville (historical)	carrollville-historical	US		0	America/Chicago	35.39119	-87.97781	129			TN	181		
4611531	Carson Springs	carson-springs	US		0	America/New_York	35.92732	-83.26405	576			TN	029		
4611536	Carter Acres	carter-acres	US		0	America/New_York	36.18898	-83.36545	390			TN	063		
4611609	Carter Crossing	carter-crossing	US		0	America/New_York	36.28427	-82.41098	556			TN	179		
4611614	Carter Crossroads	carter-crossroads	US		0	America/Chicago	35.66923	-86.52527	236	Carter Crossroads,Kater Crossing		TN	003		
4611632	Carter Sell	carter-sell	US		0	America/New_York	36.30149	-82.41153	563			TN	179		
4611641	Carters Chapel	carters-chapel	US		0	America/Chicago	35.92451	-88.57506	128			TN	017		
4611644	Carters Creek	carters-creek	US		0	America/Chicago	35.71729	-86.99473	190	Carters Creek,Carters Creek Station		TN	119		
4611655	Cartertown	cartertown	US		0	America/New_York	35.73731	-83.48489	473			TN	155		
4611661	Carthage Junction	carthage-junction	US		0	America/Chicago	36.16784	-85.91332	161			TN	159		
4611695	Casablanca	casablanca	US		0	America/New_York	36.23065	-83.32406	443			TN	063		
4611713	Cash Point	cash-point	US		0	America/Chicago	35.01814	-86.80528	274			TN	103		
4611726	Casper (historical)	casper-historical	US		0	America/New_York	36.3279	-81.93178	623			TN	091		
4611745	Castaway Cove	castaway-cove	US		0	America/New_York	35.79452	-84.11241	265			TN	009		
4611751	Castle Heights	castle-heights	US		0	America/New_York	35.95371	-83.15905	358			TN	029		
4611753	Castle Park	castle-park	US		0	America/New_York	34.98813	-85.21162	215			TN	065		
4611755	Castlegate Estates	castlegate-estates	US		0	America/Chicago	36.08589	-86.61416	163			TN	037		
4611760	Caswell	caswell	US		0	America/New_York	36.02647	-83.84296	281	Caswell,Caswells,Caswells Station		TN	093		
4611763	Castell Springs	castell-springs	US		0	America/New_York	36.25982	-82.82377	377			TN	059		
4611765	Cat Corner	cat-corner	US		0	America/Chicago	36.21368	-89.41424	87			TN	131		
4611775	Catalpa	catalpa	US		0	America/Chicago	35.31952	-86.71194	247			TN	117		
4611781	Cataska	cataska	US		0	America/New_York	35.23285	-84.32659	473			TN	123		
4611786	Cate crossroad	cate-crossroad	US		0	America/New_York	35.99092	-83.58601	290	Cate crossroad,Cates Cross Roads		TN	155		
4611789	Cates	cates	US		0	America/Chicago	36.44367	-89.47758	93	Cates,Cates Landing		TN	095		
4611800	Cateston	cateston	US		0	America/Chicago	35.79479	-86.15055	199			TN	015		
4611830	Catlen	catlen	US		0	America/Chicago	35.8834	-85.72082	286	Catlen,Catlen Mills		TN	041		
4611838	Caton	caton	US		0	America/New_York	35.80037	-83.45072	338	Caton,Caton Chapel		TN	155		
4611845	Catons Grove	catons-grove	US		0	America/New_York	35.79232	-83.2071	479			TN	029		
4611849	Catoosa Canyon	catoosa-canyon	US		0	America/Chicago	36.04868	-84.96662	526			TN	035		
4611850	Catoosa Country	catoosa-country	US		0	America/Chicago	36.0709	-84.9694	533			TN	035		
4611899	Cave Mill	cave-mill	US		0	America/New_York	35.79925	-83.88796	270	Cave Mill,Cave Roller Mill,Harris Mill,Kennedys Mill		TN	009		
4612006	Cayuga Town (historical)	cayuga-town-historical	US		0	America/New_York	35.40979	-84.97773	208	Cayuga Town (historical),Coyacua		TN	121		
4612045	Cedar Chapel	cedar-chapel	US		0	America/Chicago	35.4023	-89.16729	145			TN	069		
4612081	Cedar Crest North	cedar-crest-north	US		0	America/New_York	36.06786	-83.98324	345			TN	093		
4612085	Cedar Flats	cedar-flats	US		0	America/New_York	36.04758	-83.97574	328			TN	093		
4612092	Cedar Fork	cedar-fork	US		0	America/New_York	35.68424	-84.53243	274			TN	145		
4612110	Cedar Grove (historical)	cedar-grove-historical	US		0	America/Chicago	35.19037	-89.89064	78			TN	157		
4612224	Cedar Hill Park	cedar-hill-park	US		0	America/New_York	36.19092	-83.42156	337			TN	063		
4612237	Cedar Hills	cedar-hills	US		0	America/New_York	36.19453	-83.4249	334			TN	063		
4612238	Cedar Hills	cedar-hills	US		0	America/New_York	36.16204	-83.37628	380			TN	063		
4612239	Cedar Hills	cedar-hills	US		0	America/New_York	35.81952	-84.22686	264			TN	105		
4612274	Cedar Spring	cedar-spring	US		0	America/New_York	35.06535	-84.79716	256			TN	011		
4612276	Cedar Spring	cedar-spring	US		0	America/Chicago	36.18423	-85.2933	409			TN	141		
4612305	Cedarbrook	cedarbrook	US		0	America/Chicago	36.55644	-87.33779	165			TN	125		
4612306	Cedarbrook	cedarbrook	US		0	America/Chicago	36.31033	-86.64222	181			TN	165		
4612307	Cedarchase	cedarchase	US		0	America/New_York	36.07453	-83.89852	324			TN	093		
4612308	Cedarcroft	cedarcroft	US		0	America/Chicago	36.5281	-87.30834	159			TN	125		
4612311	Cedargold	cedargold	US		0	America/Chicago	36.58921	-87.39195	145			TN	125		
4612364	Center Grove	center-grove	US		0	America/Chicago	35.2998	-86.22693	327			TN	051		
4612365	Center Grove	center-grove	US		0	America/Chicago	36.26395	-85.60859	304			TN	087		
4612375	Center Hill (historical)	center-hill-historical	US		0	America/Chicago	36.10839	-86.23249	212	Center Hill (historical),Donnell		TN	189		
4612398	Center Point (historical)	center-point-historical	US		0	America/Chicago	35.1112	-89.65758	94			TN	157		
4612411	Center Point Lula	center-point-lula	US		0	America/Chicago	35.46619	-88.37282	166	Center Point Lula,Centre Point		TN	023		
4612438	Center Star	center-star	US		0	America/Chicago	35.16453	-88.07003	225	Centar Star,Center Star		TN	071		
4612439	Center Star	center-star	US		0	America/Chicago	35.6984	-87.32862	268			TN	081		
4612445	Center View	center-view	US		0	America/New_York	36.37179	-81.75595	904			TN	091		
4612453	Centersville	centersville	US		0	America/New_York	36.27733	-82.67293	500	Centersville,Centerville		TN	059		
4612454	Centersville	centersville	US		0	America/New_York	35.71452	-84.20742	295	Centersville,Centerville		TN	105		
4612590	Centralville (historical)	centralville-historical	US		0	America/Chicago	36.16867	-86.54555	199			TN	189		
4612592	Century Acres	century-acres	US		0	America/New_York	35.9048	-84.4291	236			TN	145		
4612601	Chable (historical)	chable-historical	US		0	America/New_York	35.04313	-84.59299	316			TN	139		
4612619	Chalet Village	chalet-village	US		0	America/New_York	35.70759	-83.54489	671			TN	155		
4612629	Chalk Level	chalk-level	US		0	America/New_York	36.35787	-82.99489	370			TN	073		
4612634	Chalklevel	chalklevel	US		0	America/Chicago	35.98673	-88.06504	129	Chalk Level,Chalklevel		TN	005		
4612640	Chalybeate	chalybeate	US		0	America/Chicago	35.55868	-85.51108	579			TN	175		
4612678	Champ	champ	US		0	America/Chicago	35.15536	-86.38527	236			TN	103		
4612690	Chanceytown	chanceytown	US		0	America/New_York	35.05313	-84.38381	526	Chanceytown,Clanceytown		TN	139		
4612716	Chantay Acres	chantay-acres	US		0	America/Chicago	35.64063	-87.02195	191			TN	119		
4612770	Chapmans	chapmans	US		0	America/Chicago	35.17647	-87.01945	220			TN	055		
4612778	Charbray	charbray	US		0	America/New_York	36.34122	-82.39292	498			TN	179		
4612797	Charity Hill	charity-hill	US		0	America/New_York	36.32928	-82.1793	552			TN	019		
4612816	Charlestown Estates	charlestown-estates	US		0	America/Chicago	36.56005	-87.27223	174			TN	125		
4612818	Charleton Green	charleton-green	US		0	America/Chicago	35.91367	-86.85333	202			TN	187		
4612825	Charleys Branch	charleys-branch	US		0	America/New_York	36.19313	-84.33326	410	Charleys Branch,Podopholine		TN	001		
4612835	Charlotte Park	charlotte-park	US		0	America/Chicago	36.14978	-86.885	137			TN	037		
4612842	Chartersville	chartersville	US		0	America/Chicago	35.72007	-87.24473	175	Charter Town,Chartersville,Cottage Hill		TN	119		
4612858	Chaseville	chaseville	US		0	America/Chicago	35.87729	-88.11309	177			TN	005		
4612883	Cheap Hill	cheap-hill	US		0	America/Chicago	36.33255	-87.15612	222	Cheap Hill,Cheaphill		TN	021		
4612889	Cheatham (historical)	cheatham-historical	US		0	America/Chicago	35.81562	-86.89945	236			TN	187		
4612912	Cheeks Crossroads	cheeks-crossroads	US		0	America/New_York	36.25037	-83.21239	398	Cheek Crossroads,Cheeks Cross Roads,Cheeks Crossroads		TN	063		
4612915	Chelsey Village	chelsey-village	US		0	America/New_York	35.72453	-83.94018	316			TN	009		
4612938	Cherokee Estates	cherokee-estates	US		0	America/New_York	36.18066	-82.89599	401			TN	059		
4612940	Cherokee Gardens	cherokee-gardens	US		0	America/New_York	36.26659	-82.39948	557	Cherokee Gardens,Cherokee Grdens		TN	179		
4612941	Cherokee Heights	cherokee-heights	US		0	America/New_York	35.72703	-84.00157	329			TN	009		
4612942	Cherokee Heights	cherokee-heights	US		0	America/Chicago	35.73757	-88.02781	143			TN	039		
4612946	Cherokee Hills	cherokee-hills	US		0	America/New_York	35.85813	-84.50466	243	Cherokee Hills,Thomasville		TN	145		
4612947	Cherokee Hills	cherokee-hills	US		0	America/New_York	35.86259	-83.51378	303			TN	155		
4612948	Cherokee Hills	cherokee-hills	US		0	America/New_York	36.28844	-82.37208	567			TN	179		
4612961	Cherokee Park	cherokee-park	US		0	America/New_York	36.27315	-83.25461	351			TN	063		
4612963	Cherokee Park	cherokee-park	US		0	America/New_York	35.75314	-83.98518	280			TN	009		
4612964	Cherokee Park	cherokee-park	US		0	America/Chicago	36.13589	-86.83389	153			TN	037		
4612966	Cherokee Ridge	cherokee-ridge	US		0	America/New_York	36.00453	-84.01686	366			TN	093		
4612973	Cherokee Woods	cherokee-woods	US		0	America/New_York	35.07313	-85.2094	227			TN	065		
4612974	Cherokee Woods	cherokee-woods	US		0	America/Chicago	36.26422	-86.59277	146			TN	165		
4612984	Cherry Branch	cherry-branch	US		0	America/Chicago	35.9884	-84.94995	580			TN	035		
4613004	Cherry Crossroads	cherry-crossroads	US		0	America/Chicago	36.59311	-85.73248	269			TN	027		
4613012	Cherry Grove	cherry-grove	US		0	America/Chicago	36.11506	-87.98864	144			TN	005		
4613018	Cherry Hill Estates	cherry-hill-estates	US		0	America/Chicago	35.93201	-86.46888	167			TN	149		
4613022	Cherry Hills	cherry-hills	US		0	America/Chicago	36.077	-86.60472	188			TN	037		
4613025	Cherry Lane Acres	cherry-lane-acres	US		0	America/Chicago	35.92979	-86.3986	170			TN	149		
4613028	Cherry Mount (historical)	cherry-mount-historical	US		0	America/Chicago	36.52699	-86.6375	220			TN	147		
4613041	Cherrybrook	cherrybrook	US		0	America/New_York	36.01286	-84.01158	331			TN	093		
4613042	Cherrydale	cherrydale	US		0	America/New_York	36.16621	-82.80432	483			TN	059		
4613043	Cherrywood	cherrywood	US		0	America/Chicago	36.09284	-88.5145	131	Cherrywood,Little Egypt		TN	017		
4613046	Chesapeake Estates	chesapeake-estates	US		0	America/Chicago	36.55671	-87.26778	175			TN	125		
4613047	Chesney	chesney	US		0	America/New_York	36.23008	-83.71241	347	Chesney,New Flat Creek,New Flatcreek		TN	173		
4613064	Chester Estates	chester-estates	US		0	America/Chicago	35.96784	-87.12223	237			TN	187		
4613070	Chestnut Bluff	chestnut-bluff	US		0	America/Chicago	35.86257	-89.33313	104	Chestnut Bluff,Chestnut Bluffs,Chestnutbluff		TN	033		
4613093	Chestnut Grove	chestnut-grove	US		0	America/Chicago	35.51118	-85.8172	339			TN	061		
4613094	Chestnut Grove	chestnut-grove	US		0	America/New_York	36.52231	-83.11212	507			TN	067		
4613096	Chestnut Grove	chestnut-grove	US		0	America/Chicago	35.63007	-87.80947	183			TN	135		
4613097	Chestnut Grove	chestnut-grove	US		0	America/Chicago	36.41338	-86.9075	224			TN	147		
4613098	Chestnut Grove	chestnut-grove	US		0	America/Chicago	36.55755	-87.86891	178			TN	161		
4613099	Chestnut Grove	chestnut-grove	US		0	America/Chicago	36.53588	-86.52944	264			TN	165		
4613100	Chestnut Grove	chestnut-grove	US		0	America/New_York	36.28841	-83.75158	383			TN	173		
4613140	Chestnut Hills	chestnut-hills	US		0	America/New_York	35.90119	-84.39993	238			TN	145		
4613142	Chestnut Glade	chestnut-glade	US		0	America/Chicago	36.44812	-88.77506	130			TN	183		
4613163	Chestnut Orchard	chestnut-orchard	US		0	America/Chicago	36.45255	-86.89139	218			TN	147		
4613210	Chestoa	chestoa	US		0	America/New_York	36.10566	-82.44514	523			TN	171		
4613216	Chestuee	chestuee	US		0	America/New_York	35.13063	-84.78077	256			TN	011		
4613217	Chestuee	chestuee	US		0	America/New_York	35.25785	-84.67327	244	Chestowa,Chestue,Chestuee		TN	107		
4613218	Chestuee	chestuee	US		0	America/New_York	35.46646	-84.41715	280			TN	123		
4613225	Chestnut Valley	chestnut-valley	US		0	America/New_York	35.43091	-84.1738	313			TN	123		
4613230	Chic	chic	US		0	America/Chicago	35.94646	-89.64674	79	Chic,Chick		TN	045		
4613255	Chickasaw Gardens	chickasaw-gardens	US		0	America/Chicago	35.1287	-89.96287	82			TN	157		
4613256	Chickasaw Heights	chickasaw-heights	US		0	America/Chicago	36.31061	-88.3056	131			TN	079		
4613288	Childers Hill	childers-hill	US		0	America/Chicago	35.07842	-88.32504	160			TN	071		
4613322	Chilhowee Hills	chilhowee-hills	US		0	America/New_York	36.00758	-83.85018	265			TN	093		
4613331	Chilhowee View	chilhowee-view	US		0	America/New_York	35.71453	-83.92157	297			TN	009		
4613333	Chilhowey (historical)	chilhowey-historical	US		0	America/New_York	35.55147	-84.00685	266	Cheeowhee,Chelowe,Chilhowee,Chilhowey (historical),Chillhoway		TN	123		
4613362	Chimneytop (historical)	chimneytop-historical	US		0	America/New_York	36.4126	-82.75933	389	Chimney Top,Chimneytop (historical)		TN	073		
4613375	Chinquapin Grove	chinquapin-grove	US		0	America/New_York	36.44316	-82.21319	488	Chinkapin Grove,Chinquapin Grove		TN	163		
4613383	Chinubee	chinubee	US		0	America/Chicago	35.12314	-87.51863	247	Chinnibee,Chinubee		TN	099		
4613385	Chipman	chipman	US		0	America/Chicago	36.44866	-86.27916	181			TN	165		
4613391	Chittum	chittum	US		0	America/New_York	36.42425	-83.56796	493			TN	025		
4613420	Choptack	choptack	US		0	America/New_York	36.40426	-83.09739	330			TN	073		
4613422	Chota	chota	US		0	America/New_York	35.61703	-84.03685	280	Chota,Kagley,Yellow Sulphur		TN	009		
4613427	Chota (historical)	chota-historical	US		0	America/New_York	35.55508	-84.12991	248	Chateauke,Chota (historical),Chote,Chotte,Echota,Itsati,Tchotee,Tehotee		TN	123		
4613429	Choto Estates	choto-estates	US		0	America/New_York	35.82175	-84.14714	271			TN	093		
4613430	Choto Hills	choto-hills	US		0	America/New_York	35.8148	-84.13547	273			TN	009		
4613464	Christian Bend	christian-bend	US		0	America/New_York	36.4751	-82.79461	366	Christian Bend,Christians Bend		TN	073		
4613473	Christian Chapel	christian-chapel	US		0	America/Chicago	35.8759	-88.99312	116			TN	053		
4613475	Christian Chapel	christian-chapel	US		0	America/Chicago	35.7559	-88.22504	177			TN	077		
4613477	Christian Chapel	christian-chapel	US		0	America/Chicago	36.22284	-89.04423	100			TN	131		
4613509	Christianburg	christianburg	US		0	America/New_York	35.53702	-84.44298	330	Christianburg,Christiansburg		TN	123		
4613516	Christie (historical)	christie-historical	US		0	America/New_York	36.3351	-82.61237	531			TN	179		
4613522	Christmasville	christmasville	US		0	America/Chicago	35.68285	-89.29507	98			TN	075		
4613525	Christy Hill	christy-hill	US		0	America/New_York	35.63814	-84.00018	297	Christie Hill,Christy Hill		TN	009		
4613532	Christmasville	christmasville	US		0	America/Chicago	36.0934	-88.64756	131			TN	017		
4613534	Chuckey Bend (historical)	chuckey-bend-historical	US		0	America/New_York	36.19593	-83.15961	319	Chuckey Bend (historical),Chucky Bend		TN	063		
4613670	Circle M	circle-m	US		0	America/New_York	35.8473	-84.56105	271			TN	145		
4613674	Cisco Indian Village (historical)	cisco-indian-village-historical	US		0	America/Chicago	35.49591	-88.682	133			TN	113		
4613675	Citico	citico	US		0	America/New_York	35.40008	-84.11658	575	Citico,Cittico		TN	123		
4613676	Citico (historical)	citico-historical	US		0	America/New_York	35.39175	-84.11519	557	Citico (historical),Cittico		TN	123		
4613677	Citico (historical)	citico-historical	US		0	America/New_York	35.55008	-84.09991	248	Chittiko,Citico (historical),Sattigo,Settaco,Settacoo,Settecho,Settico,Settiguo,Si'tiku',Sit-i-gu,Sitiko,Sittico,Sittiquo,Sticoe,Tehutaco		TN	123		
4613680	Citico Beach	citico-beach	US		0	America/New_York	35.53675	-84.10741	254			TN	123		
4613739	Clack Branch	clack-branch	US		0	America/Chicago	35.09536	-87.47419	200			TN	099		
4613835	Clark Manor	clark-manor	US		0	America/New_York	36.31483	-82.38125	516			TN	179		
4613836	Clarketown	clarketown	US		0	America/New_York	36.17206	-82.21207	1058	Clarketown,Crabtree		TN	019		
4613866	Clarkson (historical)	clarkson-historical	US		0	America/New_York	36.16816	-82.54014	450			TN	179		
4614313	Club Springs	club-springs	US		0	America/Chicago	36.15784	-85.85832	161	Club Springs,Clubb Springs,Cove Springs		TN	159		
4614315	Cloyd Creek (historical)	cloyd-creek-historical	US		0	America/New_York	35.69869	-84.1388	317	Cloyd Creek (historical),Cloyds Creek		TN	009		
4614325	Clydeton (historical)	clydeton-historical	US		0	America/Chicago	36.17117	-87.91281	110			TN	085		
4613881	Clarktown	clarktown	US		0	America/Chicago	35.93312	-85.30997	548	Clarkstown,Clarktown		TN	185		
4613884	Claud (historical)	claud-historical	US		0	America/Chicago	36.17978	-87.94836	120			TN	005		
4613903	Clay (historical)	clay-historical	US		0	America/Chicago	35.14759	-89.81786	100			TN	157		
4613920	Clay Hill	clay-hill	US		0	America/Chicago	35.56951	-86.67416	225			TN	117		
4613921	Clay Hill	clay-hill	US		0	America/New_York	36.5598	-84.43133	426			TN	151		
4613932	Claylick	claylick	US		0	America/Chicago	36.15867	-87.21695	239	Big Clay Lick,Claylick		TN	043		
4613935	Claybrook	claybrook	US		0	America/Chicago	35.7084	-88.63422	168	Clay Brook,Claybrook		TN	113		
4614029	Clear Springs	clear-springs	US		0	America/New_York	36.14703	-83.88047	384			TN	093		
4614030	Clear Springs	clear-springs	US		0	America/New_York	35.46229	-84.76494	266			TN	107		
4614031	Clear Springs (historical)	clear-springs-historical	US		0	America/New_York	36.29147	-83.59268	439	Clear Spring,Clear Springs (historical)		TN	057		
4614039	Clearbranch	clearbranch	US		0	America/New_York	36.05427	-82.51625	678	Clear Branch,Clearbranch		TN	171		
4614042	Clearview	clearview	US		0	America/Chicago	36.18589	-86.52083	192			TN	189		
4614044	Clearview Heights	clearview-heights	US		0	America/Chicago	35.25425	-87.34307	276			TN	099		
4614049	Clearwater Acres	clearwater-acres	US		0	America/New_York	35.17952	-85.1869	204			TN	065		
4614060	Cleavet Springs (historical)	cleavet-springs-historical	US		0	America/New_York	36.42566	-82.2193	507			TN	163		
4614066	Clem Jones Heights	clem-jones-heights	US		0	America/New_York	35.45424	-84.59438	297			TN	107		
4614071	Clement Lake Estates	clement-lake-estates	US		0	America/Chicago	35.99562	-87.13334	234			TN	187		
4614072	Clementsville	clementsville	US		0	America/Chicago	36.61172	-85.72581	240	Clementsville,McLeansville		TN	027		
4614106	Clevenger	clevenger	US		0	America/New_York	35.96898	-83.26377	398	Clevenger,Clevengers Cross Roads		TN	029		
4614113	Click Mill	click-mill	US		0	America/New_York	35.89704	-83.0846	440			TN	029		
4614123	Cliff Springs	cliff-springs	US		0	America/Chicago	36.18062	-85.1508	574	Cliff Springs,Cliffsprings		TN	133		
4614131	Clifftops	clifftops	US		0	America/Chicago	35.22369	-85.85609	577			TN	115		
4614150	Clifton Hills	clifton-hills	US		0	America/New_York	35.00924	-85.29635	207			TN	065		
4614152	Clifton Junction	clifton-junction	US		0	America/Chicago	35.30869	-87.94892	139			TN	181		
4614172	Climer	climer	US		0	America/New_York	35.17591	-84.758	270			TN	011		
4614180	Clinch River (historical)	clinch-river-historical	US		0	America/New_York	36.36147	-83.54879	320			TN	057		
4614188	Clinch View	clinch-view	US		0	America/New_York	36.08619	-84.13825	254			TN	001		
4614193	Clinchmore	clinchmore	US		0	America/New_York	36.21952	-84.28215	444			TN	013		
4614195	Clinchview Heights	clinchview-heights	US		0	America/New_York	36.25482	-83.23878	401			TN	063		
4614198	Clinch River (historical)	clinch-river-historical	US		0	America/New_York	36.0323	-84.1677	247			TN	001		
4614241	Cloud Ford	cloud-ford	US		0	America/New_York	36.58954	-82.60543	360	Cloud Ford,Clouds Ford		TN	163		
4614249	Clouds	clouds	US		0	America/New_York	36.45925	-83.64908	405			TN	025		
4614258	Cloud Creek	cloud-creek	US		0	America/New_York	36.4037	-83.13767	362			TN	073		
4614260	Clouse Hill	clouse-hill	US		0	America/Chicago	35.29175	-85.80136	598			TN	061		
4614277	Clover Hill	clover-hill	US		0	America/New_York	35.70453	-84.04963	284			TN	009		
4614280	Clover Hill Estates	clover-hill-estates	US		0	America/New_York	35.70147	-84.0438	307			TN	009		
4614285	Cloverbottom (historical)	cloverbottom-historical	US		0	America/New_York	36.47093	-82.59849	372	Clover Bottom,Cloverbottom (historical)		TN	163		
4614286	Clovercroft	clovercroft	US		0	America/Chicago	35.92367	-86.76667	228			TN	187		
4614299	Cloverdale Estates	cloverdale-estates	US		0	America/New_York	35.13174	-85.2519	236			TN	065		
4614301	Cloverhill	cloverhill	US		0	America/Chicago	36.15645	-86.65833	172			TN	037		
4614310	Cloverland Acres	cloverland-acres	US		0	America/Chicago	36.02951	-86.76417	207			TN	037		
4614334	Coahulla Ranch	coahulla-ranch	US		0	America/New_York	35.04035	-84.84994	247			TN	011		
4614347	Coal Mine (historical)	coal-mine-historical	US		0	America/New_York	36.56091	-84.18743	324			TN	013		
4614406	Cobb Subdivision	cobb-subdivision	US		0	America/Chicago	35.16397	-87.07779	245			TN	055		
4614418	Coble	coble	US		0	America/Chicago	35.78312	-87.63252	143			TN	081		
4614476	Coffee Ridge	coffee-ridge	US		0	America/New_York	36.024	-82.50875	750			TN	171		
4614509	Coile	coile	US		0	America/New_York	35.42813	-84.6516	276			TN	107		
4614511	Coker Creek	coker-creek	US		0	America/New_York	35.26563	-84.28575	499	Coker Creek,Cokercreek		TN	123		
4614526	Colby (historical)	colby-historical	US		0	America/New_York	36.47177	-82.41653	439			TN	163		
4614565	Cold Springs	cold-springs	US		0	America/New_York	35.75759	-83.81156	359			TN	009		
4614566	Cold Springs	cold-springs	US		0	America/New_York	36.51954	-82.84877	448			TN	073		
4614567	Cold Springs (historical)	cold-springs-historical	US		0	America/Chicago	36.13896	-84.99662	548			TN	035		
4614592	Coldwater (historical)	coldwater-historical	US		0	America/Chicago	35.73201	-86.03054	345			TN	015		
4614600	Cole (historical)	cole-historical	US		0	America/Chicago	35.20147	-87.09584	206	Cole (historical),Vale Mills		TN	055		
4614656	Coleman Heights	coleman-heights	US		0	America/Chicago	35.44396	-86.78306	229			TN	117		
4614673	Coleman Subdivision	coleman-subdivision	US		0	America/New_York	35.48479	-84.87078	215			TN	121		
4614680	Coletown	coletown	US		0	America/New_York	35.00397	-84.36992	466			TN	139		
4614683	Colewood Acres	colewood-acres	US		0	America/Chicago	36.05923	-86.69861	198			TN	037		
4614699	College Hill	college-hill	US		0	America/New_York	35.48646	-85.0219	213			TN	143		
4614710	College Hills	college-hills	US		0	America/New_York	36.18066	-82.75821	470			TN	059		
4614712	College Park Estates	college-park-estates	US		0	America/New_York	35.71925	-83.94268	321	College Estates,College Park Estates		TN	009		
4614719	College View	college-view	US		0	America/New_York	36.17871	-82.77071	458			TN	059		
4614729	College Heights	college-heights	US		0	America/Chicago	36.18201	-85.51831	338			TN	141		
4614747	Colliers Corner	colliers-corner	US		0	America/New_York	36.10565	-83.39989	394			TN	089		
4614761	Collingwood	collingwood	US		0	America/New_York	36.58122	-82.24014	523			TN	163		
4614810	Collins Mill	collins-mill	US		0	America/New_York	36.4173	-83.76325	326			TN	025		
4614811	Collins Mill	collins-mill	US		0	America/New_York	35.58146	-84.67244	251			TN	107		
4614833	Colonial Acres	colonial-acres	US		0	America/Chicago	36.12784	-85.56498	319			TN	141		
4614834	Colonial Acres	colonial-acres	US		0	America/Chicago	36.32227	-86.6075	145			TN	165		
4614838	Colonial Court	colonial-court	US		0	America/Chicago	36.50922	-87.31501	155			TN	125		
4614839	Colonial Estates	colonial-estates	US		0	America/New_York	35.24591	-84.80828	246			TN	011		
4614840	Colonial Estates	colonial-estates	US		0	America/Chicago	36.11812	-85.55414	326			TN	141		
4614841	Colonial Estates	colonial-estates	US		0	America/Chicago	35.73673	-86.40277	204			TN	149		
4614842	Colonial Forest	colonial-forest	US		0	America/Chicago	36.10978	-85.54581	325			TN	141		
4614852	Colonial Shores	colonial-shores	US		0	America/New_York	35.13618	-85.19996	300			TN	065		
4614853	Colonial Village	colonial-village	US		0	America/New_York	35.91953	-83.88268	292			TN	093		
4614854	Colonial Village	colonial-village	US		0	America/Chicago	35.93895	-86.4611	159			TN	149		
4614855	Colonial Village	colonial-village	US		0	America/New_York	35.09618	-85.27996	242			TN	065		
4614856	Colony Estates	colony-estates	US		0	America/Chicago	36.55699	-87.27223	171			TN	125		
4614857	Colony Park	colony-park	US		0	America/New_York	36.29066	-82.38653	525			TN	179		
4614861	Colonial Acres	colonial-acres	US		0	America/New_York	36.47844	-82.52209	439			TN	163		
4614871	Columbia Gardens	columbia-gardens	US		0	America/Chicago	35.61618	-87.07695	196			TN	119		
4614872	Columbia Hill	columbia-hill	US		0	America/Chicago	36.19868	-85.20858	388			TN	133		
4614878	Columbus (historical)	columbus-historical	US		0	America/New_York	35.22618	-84.62216	227			TN	139		
4614880	Columbus Hill	columbus-hill	US		0	America/Chicago	36.38645	-85.6222	276	Columbus,Columbus Hill,New Columbus		TN	087		
4614891	Colwick (historical)	colwick-historical	US		0	America/Chicago	35.78229	-88.1781	152			TN	039		
4614895	Comanche Subdivision	comanche-subdivision	US		0	America/Chicago	35.89257	-85.05829	565			TN	035		
4614947	Compton Meadows	compton-meadows	US		0	America/Chicago	35.90756	-86.34777	173			TN	149		
4614956	Conasauga Heights	conasauga-heights	US		0	America/New_York	36.03175	-84.19909	259			TN	001		
4614957	Conasauga Mill	conasauga-mill	US		0	America/New_York	35.31035	-84.35687	282			TN	123		
4614971	Concord (historical)	concord-historical	US		0	America/Chicago	35.65729	-87.12195	186			TN	119		
4614999	Concord Country Estates	concord-country-estates	US		0	America/Chicago	35.99312	-86.80028	215			TN	187		
4615003	Concord Forest	concord-forest	US		0	America/Chicago	35.99062	-86.69028	199			TN	187		
4615005	Concord Heights	concord-heights	US		0	America/New_York	35.02063	-85.17079	218			TN	065		
4615023	Concords Woods	concords-woods	US		0	America/New_York	35.87286	-84.13741	280			TN	093		
4615028	Condra	condra	US		0	America/Chicago	35.26452	-85.46663	207	Condra,Condras Station		TN	115		
4615039	Confederate Glen Estates	confederate-glen-estates	US		0	America/Chicago	35.88118	-86.46305	175			TN	149		
4615047	Conkintown	conkintown	US		0	America/New_York	36.46621	-82.66349	422			TN	163		
4615053	Conley Crossroads (historical)	conley-crossroads-historical	US		0	America/Chicago	36.59423	-85.05412	304			TN	137		
4615074	Conner Heights	conner-heights	US		0	America/New_York	35.7712	-83.54267	349			TN	155		
4615097	Conyersville	conyersville	US		0	America/Chicago	36.44978	-88.29421	188			TN	079		
4615131	Cook Mill	cook-mill	US		0	America/New_York	35.99342	-83.56378	275	Cook Mill,Cooks Mill		TN	089		
4615132	Cook Mill	cook-mill	US		0	America/New_York	35.69368	-84.53521	260			TN	145		
4615160	Cooks Corner	cooks-corner	US		0	America/Chicago	35.93979	-86.48471	177			TN	149		
4615177	Cooktown	cooktown	US		0	America/Chicago	36.33979	-85.12413	555			TN	049		
4615190	Cool Springs	cool-springs	US		0	America/Chicago	36.16285	-89.13868	98	Cool Springs,Knightville		TN	053		
4615322	Cooper Mill	cooper-mill	US		0	America/Chicago	35.6309	-85.15274	256	Cooper Mill,Mansfield Mill		TN	007		
4615331	Coopertown	coopertown	US		4401	America/Chicago	36.43755	-86.96722	221	Cooperstown,Coopertown		TN	147		
4615353	Copeland (historical)	copeland-historical	US		0	America/Chicago	35.27647	-88.40004	175			TN	109		
4615396	Copper Ridge	copper-ridge	US		0	America/New_York	36.1323	-83.91352	368			TN	093		
4615428	Coptown	coptown	US		0	America/Chicago	35.00092	-86.1736	363			TN	051		
4615429	Coran	coran	US		0	America/New_York	36.35954	-83.01155	338	Coran,Reynolds Depot		TN	073		
4615430	Corbandale	corbandale	US		0	America/Chicago	36.44866	-87.51307	139	Carbondale,Corbandale,Corbondale		TN	125		
4615434	Corbin Estates	corbin-estates	US		0	America/New_York	36.25426	-83.26573	367			TN	063		
4615455	Corder Crossroads	corder-crossroads	US		0	America/Chicago	35.08564	-86.47333	273	Corder Cross Roads,Corder Crossroads		TN	103		
4615519	Corning (historical)	corning-historical	US		0	America/Chicago	35.09397	-87.60502	208			TN	181		
4615534	Corpening HIlls	corpening-hills	US		0	America/New_York	36.23759	-83.31767	391			TN	063		
4615543	Cortner	cortner	US		0	America/Chicago	35.46841	-86.27638	254	Cortner,Cortners Station		TN	003		
4615549	Cortners Mill	cortners-mill	US		0	America/Chicago	35.47508	-86.27249	239			TN	003		
4615572	Coster Yards	coster-yards	US		0	America/New_York	35.98675	-83.94352	285			TN	093		
4615573	Cotham (historical)	cotham-historical	US		0	America/Chicago	35.77645	-87.99309	114			TN	039		
4615588	Cottage Home	cottage-home	US		0	America/Chicago	35.99089	-86.03332	201	Cottage Home,Cottagehome		TN	189		
4615608	Cotton Grove	cotton-grove	US		0	America/Chicago	35.67063	-88.68617	135			TN	113		
4615616	Cotton Lake	cotton-lake	US		0	America/Chicago	35.56202	-89.50535	82			TN	167		
4615618	Cotton Patch Crossroads	cotton-patch-crossroads	US		0	America/Chicago	36.35255	-87.95003	204			TN	083		
4615630	Cotton Port (historical)	cotton-port-historical	US		0	America/New_York	35.4834	-84.88189	215	Cotton Port (historical),Cottonport		TN	121		
4615637	Cottonwood Estates	cottonwood-estates	US		0	America/Chicago	35.97367	-86.90778	188			TN	187		
4615638	Cottonwood Grove	cottonwood-grove	US		0	America/Chicago	36.22868	-89.52508	84	Cottonwood,Cottonwood Grove		TN	095		
4615652	Couch (historical)	couch-historical	US		0	America/New_York	36.29538	-82.95683	363			TN	059		
4615654	Cotula	cotula	US		0	America/New_York	36.47841	-84.05409	385	Cotula,Gatliff		TN	013		
4615659	Couchville	couchville	US		0	America/Chicago	36.09756	-86.55388	155			TN	037		
4615666	Coulter Shoals	coulter-shoals	US		0	America/New_York	35.7998	-84.18297	256			TN	105		
4615680	Country Haven	country-haven	US		0	America/New_York	35.69592	-84.01185	359			TN	009		
4615681	Country Haven Estates	country-haven-estates	US		0	America/Chicago	35.79951	-86.91278	254			TN	187		
4615684	Country Park	country-park	US		0	America/Chicago	35.83479	-86.4736	189			TN	149		
4615685	Country Roads	country-roads	US		0	America/Chicago	35.96645	-86.83611	224			TN	187		
4615687	Country Wood	country-wood	US		0	America/Chicago	35.56258	-89.6673	113			TN	167		
4615688	Country Wood Estates	country-wood-estates	US		0	America/Chicago	35.8984	-86.83222	212			TN	187		
4615689	Countrybrook	countrybrook	US		0	America/Chicago	36.55672	-87.43307	171			TN	125		
4615690	Countryside	countryside	US		0	America/New_York	35.95619	-84.05575	333			TN	093		
4615691	Countryside Estates	countryside-estates	US		0	America/Chicago	36.51755	-87.22501	168			TN	125		
4615692	Countryside Estates	countryside-estates	US		0	America/Chicago	36.17923	-85.44081	339			TN	141		
4615693	Countryside Village	countryside-village	US		0	America/New_York	35.22674	-84.8805	226			TN	011		
4615718	Country Club Estates	country-club-estates	US		0	America/Chicago	36.18395	-85.46664	339			TN	141		
4615741	Cove Creek	cove-creek	US		0	America/New_York	36.26258	-84.16104	391			TN	013		
4615742	Cove Creek	cove-creek	US		0	America/New_York	36.14095	-82.11985	989			TN	019		
4615761	Cove Creek Cascades	cove-creek-cascades	US		0	America/New_York	35.76287	-83.62045	391	Cornpone,Cove Creek Cascades		TN	155		
4615778	Cove Lake Estates	cove-lake-estates	US		0	America/New_York	36.30063	-84.21021	382			TN	013		
4615785	Cove Point	cove-point	US		0	America/New_York	35.76257	-84.69438	237			TN	145		
4615872	Cowan Springs	cowan-springs	US		0	America/New_York	35.75036	-83.80906	444			TN	009		
4615875	Cowanstown (historical)	cowanstown-historical	US		0	America/New_York	36.30901	-81.93595	597			TN	091		
4615952	Coxburg	coxburg	US		0	America/Chicago	35.89923	-88.03615	140	Coxburg,Coxburgh		TN	005		
4615956	Coxville	coxville	US		0	America/Chicago	35.83313	-89.02562	111			TN	033		
4615965	Coytee (historical)	coytee-historical	US		0	America/New_York	35.71424	-84.23936	255	Cawatie,Coiatee,Coyatee,Coytee (historical),Coytoy,Kai-a-tee		TN	105		
4615967	Cozette	cozette	US		0	America/Chicago	35.7584	-88.06865	154	Cozette,Old Norford		TN	039		
4615994	Crabtree Hills	crabtree-hills	US		0	America/New_York	35.20285	-85.18801	251			TN	065		
4616003	Craddock Subdivision	craddock-subdivision	US		0	America/New_York	36.14316	-82.86737	473			TN	059		
4616005	Crackers Neck	crackers-neck	US		0	America/New_York	36.39429	-81.81817	764			TN	091		
4616008	Craft Spring	craft-spring	US		0	America/New_York	36.27343	-82.81016	411			TN	059		
4616010	Craggie Hope	craggie-hope	US		0	America/Chicago	36.09256	-87.15001	191			TN	021		
4616031	Craigfield	craigfield	US		0	America/Chicago	35.91368	-87.18695	281			TN	187		
4616040	Craigmar (historical)	craigmar-historical	US		0	America/New_York	35.73952	-84.16936	253			TN	009		
4616047	Crandull	crandull	US		0	America/New_York	36.54706	-81.89595	802			TN	091		
4616048	Crandull	crandull	US		0	America/New_York	36.54345	-81.8954	801			TN	163		
4616073	Cranmore Cove	cranmore-cove	US		0	America/New_York	35.50146	-85.05079	262			TN	143		
4616078	Cravenstown	cravenstown	US		0	America/Chicago	36.30507	-85.12774	563			TN	133		
4616085	Crawford (historical)	crawford-historical	US		0	America/Chicago	36.35006	-85.4233	283			TN	133		
4616124	Creek Side	creek-side	US		0	America/Chicago	35.59452	-87.02723	207			TN	119		
4616125	Creek Store	creek-store	US		0	America/New_York	36.17565	-83.15961	321			TN	059		
4616126	Creekmont	creekmont	US		0	America/Chicago	35.92451	-86.47749	170			TN	149		
4616127	Creekmont	creekmont	US		0	America/Chicago	36.22478	-86.51222	151			TN	189		
4616132	Creekwood	creekwood	US		0	America/Chicago	35.46674	-86.47805	228			TN	003		
4616133	Creekwood	creekwood	US		0	America/New_York	35.74397	-83.9574	293			TN	009		
4616134	Creekwood	creekwood	US		0	America/Chicago	35.80479	-86.41027	197			TN	149		
4616135	Creekwood Estates	creekwood-estates	US		0	America/Chicago	36.33338	-86.61333	154			TN	165		
4616137	Creekwood Terrace	creekwood-terrace	US		0	America/New_York	35.05396	-85.21579	217			TN	065		
4616147	Crescent View	crescent-view	US		0	America/Chicago	35.15286	-87.02306	206			TN	055		
4616151	Creson	creson	US		0	America/Chicago	35.16869	-86.55138	219			TN	103		
4616160	Crest View	crest-view	US		0	America/New_York	36.51955	-82.19847	495			TN	163		
4616161	Crestfield	crestfield	US		0	America/New_York	35.17451	-85.21857	221			TN	065		
4616172	Crestwood Hills	crestwood-hills	US		0	America/New_York	35.92869	-84.07547	291			TN	093		
4616206	Crewstown	crewstown	US		0	America/Chicago	35.18008	-87.44113	219			TN	099		
4616214	Crieve Hall	crieve-hall	US		0	America/Chicago	36.072	-86.75889	184			TN	037		
4616230	Crisp (historical)	crisp-historical	US		0	America/Chicago	35.66118	-85.99443	323	Browntown,Crisp (historical)		TN	015		
4616233	Crisp Spring	crisp-spring	US		0	America/Chicago	35.66535	-85.87804	291			TN	177		
4616265	Crockett Cove	crockett-cove	US		0	America/Chicago	35.97145	-86.78472	234			TN	187		
4616275	Crockett Hills	crockett-hills	US		0	America/Chicago	35.96756	-86.78611	235			TN	187		
4616280	Crockett Ridge	crockett-ridge	US		0	America/New_York	36.2237	-83.32323	405			TN	063		
4616290	Crockettsville	crockettsville	US		0	America/New_York	35.84537	-83.38516	315			TN	155		
4616293	Crockett Springs	crockett-springs	US		0	America/Chicago	35.95923	-86.78889	247			TN	187		
4616300	Cromwell Crossroads	cromwell-crossroads	US		0	America/Chicago	35.13675	-87.82836	299			TN	181		
4616303	Cronanville	cronanville	US		0	America/Chicago	36.43451	-89.4773	93	Corning,Crenanville,Cronanville		TN	095		
4616346	Crookedfork (historical)	crookedfork-historical	US		0	America/New_York	36.07369	-84.49716	399	Crooked Fork,Crookedfork (historical)		TN	129		
4616373	Cross Creek	cross-creek	US		0	America/New_York	35.15702	-85.27579	229			TN	065		
4616380	Cross Creek	cross-creek	US		0	America/Chicago	35.90534	-86.81056	244			TN	187		
4616385	Cross Lanes	cross-lanes	US		0	America/Chicago	36.52227	-86.14943	304			TN	111		
4616400	Cross Roads	cross-roads	US		0	America/Chicago	35.91673	-88.34171	143			TN	017		
4616401	Cross Roads	cross-roads	US		0	America/Chicago	35.95701	-85.86721	341			TN	041		
4616402	Cross Roads	cross-roads	US		0	America/Chicago	35.88674	-89.33174	100			TN	045		
4616403	Cross Roads	cross-roads	US		0	America/Chicago	36.61338	-86.15304	281			TN	111		
4616404	Cross Roads	cross-roads	US		0	America/Chicago	36.34839	-87.83197	147			TN	161		
4616421	Cross Roads	cross-roads	US		0	America/Chicago	35.84451	-85.9361	367	Cross Roads,Tuckers Chapel		TN	015		
4616423	Crossfield	crossfield	US		0	America/New_York	35.91092	-83.82768	280			TN	093		
4616468	Crosstown	crosstown	US		0	America/Chicago	35.44564	-89.79258	137			TN	167		
4616474	Crossville Estates	crossville-estates	US		0	America/Chicago	35.97923	-85.02579	544			TN	035		
4616489	Crouch Crossroad	crouch-crossroad	US		0	America/New_York	36.37788	-82.40792	451	Crouch Cross Road,Crouch Crossroad		TN	179		
4616537	Crowley Store	crowley-store	US		0	America/Chicago	36.13673	-88.69284	119	Crowley Station,Crowley Store		TN	183		
4616539	Crucifer	crucifer	US		0	America/Chicago	35.64618	-88.55005	150	Cross Plains,Crucifer		TN	077		
4616542	Crowtexas	crowtexas	US		0	America/Chicago	35.27452	-88.11198	195			TN	071		
4616559	Crunk	crunk	US		0	America/Chicago	36.42394	-86.89361	208			TN	147		
4616596	Cub Creek	cub-creek	US		0	America/Chicago	36.40034	-85.71581	158			TN	087		
4616620	Cuba (historical)	cuba-historical	US		0	America/Chicago	35.50618	-86.96223	202			TN	119		
4616645	Cullom (historical)	cullom-historical	US		0	America/Chicago	36.34173	-85.25635	395			TN	133		
4616653	Culpepper	culpepper	US		0	America/Chicago	35.8184	-86.14277	196	Braxton,Culpepper		TN	015		
4616660	Culvahouse	culvahouse	US		0	America/New_York	35.69646	-84.69966	230			TN	121		
4616683	Cumberland Estates	cumberland-estates	US		0	America/New_York	35.98397	-84.01269	323			TN	093		
4616693	Cumberland Grove	cumberland-grove	US		0	America/Chicago	36.38451	-84.92495	513			TN	049		
4616694	Cumberland Heights	cumberland-heights	US		0	America/Chicago	36.19644	-86.78028	147			TN	037		
4616695	Cumberland Heights	cumberland-heights	US		0	America/Chicago	35.40563	-85.69664	578	Cumberland Heights,Cumberland Pines		TN	061		
4616696	Cumberland Heights	cumberland-heights	US		0	America/Chicago	36.49088	-87.39945	171			TN	125		
4616697	Cumberland Heights	cumberland-heights	US		0	America/Chicago	35.97229	-85.03885	537			TN	035		
4616701	Cumberland Hills	cumberland-hills	US		0	America/Chicago	36.4981	-87.36056	148			TN	125		
4616702	Cumberland Hills	cumberland-hills	US		0	America/Chicago	36.28005	-86.58333	159			TN	165		
4616704	Cumberland Homesteads	cumberland-homesteads	US		0	America/Chicago	35.9084	-84.94523	531			TN	035		
4616735	Cumberland Spring	cumberland-spring	US		0	America/New_York	35.52479	-85.0369	431	Cumberland Spring,Cumberland Springs		TN	143		
4616736	Cumberland Springs	cumberland-springs	US		0	America/Chicago	35.34147	-86.29527	309			TN	127		
4616744	Cumberland View	cumberland-view	US		0	America/New_York	36.3098	-84.1427	452			TN	013		
4616745	Cumberland View	cumberland-view	US		0	America/Chicago	36.47644	-87.38334	133			TN	125		
4616749	Cumberland View Estates	cumberland-view-estates	US		0	America/New_York	36.23202	-84.14242	381			TN	001		
4616767	Cummings Crossroads	cummings-crossroads	US		0	America/Chicago	36.47838	-86.57611	275			TN	165		
4616774	Cummingsville	cummingsville	US		0	America/Chicago	35.8084	-85.4622	265			TN	175		
4616827	Cupp Mill	cupp-mill	US		0	America/New_York	36.39647	-83.69797	336	Cupp Mill,Cupps Mill		TN	025		
4616837	Curlee	curlee	US		0	America/Chicago	35.77757	-86.15944	205	Curlee,Denver		TN	015		
4616852	Curry (historical)	curry-historical	US		0	America/Chicago	36.09895	-86.7175	148			TN	037		
4616877	Curtistown	curtistown	US		0	America/Chicago	35.5734	-85.58331	579			TN	177		
4616878	Curtiswood	curtiswood	US		0	America/Chicago	36.26033	-86.61333	146			TN	165		
4616879	Curve	curve	US		0	America/Chicago	35.8048	-89.45674	132			TN	097		
4616888	Custer (historical)	custer-historical	US		0	America/New_York	36.25841	-84.01325	430			TN	001		
4616892	Cute (historical)	cute-historical	US		0	America/New_York	35.57479	-84.73328	219			TN	121		
4616900	Cyclone (historical)	cyclone-historical	US		0	America/Chicago	35.19452	-87.69114	260			TN	181		
4616998	Daddys Creek	daddys-creek	US		0	America/Chicago	35.92646	-84.92829	527			TN	035		
4617016	Dale Acres	dale-acres	US		0	America/New_York	35.12368	-85.24579	207			TN	065		
4617029	Dale Terrace	dale-terrace	US		0	America/Chicago	36.56671	-87.38334	169			TN	125		
4617031	Dalemere	dalemere	US		0	America/Chicago	36.28283	-86.77222	178			TN	037		
4617033	Dalewood	dalewood	US		0	America/Chicago	36.20561	-86.71583	151			TN	037		
4617042	Dallas Branch	dallas-branch	US		0	America/New_York	35.20285	-85.14634	238			TN	065		
4617044	Dallas Crest	dallas-crest	US		0	America/New_York	35.09202	-85.29301	248			TN	065		
4617046	Dallas Gardens	dallas-gardens	US		0	America/New_York	35.20979	-85.16218	233			TN	065		
4617047	Dallas Heights	dallas-heights	US		0	America/New_York	35.08618	-85.29607	243			TN	065		
4617048	Dallas Hills	dallas-hills	US		0	America/New_York	35.20813	-85.14829	256			TN	065		
4617050	Dallas (historical)	dallas-historical	US		0	America/New_York	35.1909	-85.1344	208			TN	065		
4617057	Dallas Hollow	dallas-hollow	US		0	America/New_York	35.20007	-85.16996	221			TN	065		
4617068	Dalton Heights	dalton-heights	US		0	America/New_York	36.23481	-83.30156	378			TN	063		
4617103	Dana Hills	dana-hills	US		0	America/New_York	35.18896	-85.20857	249			TN	065		
4617122	Dancyville	dancyville	US		0	America/Chicago	35.40786	-89.29396	123			TN	075		
4617163	Danville (historical)	danville-historical	US		0	America/Chicago	36.30422	-87.94586	111			TN	083		
4617170	Dannertown	dannertown	US		0	America/Chicago	36.24367	-87.24251	227			TN	043		
4617212	Darkey Springs	darkey-springs	US		0	America/Chicago	35.89673	-85.58942	298	Darkey Spring,Darkey Springs		TN	185		
4617223	Darnell Estates	darnell-estates	US		0	America/Chicago	36.55616	-87.40112	187			TN	125		
4617226	Darlington Heights	darlington-heights	US		0	America/New_York	36.57093	-82.53515	414			TN	163		
4617235	Darwin Park	darwin-park	US		0	America/Chicago	36.17923	-85.46747	341			TN	141		
4617246	Daugherty Estates	daugherty-estates	US		0	America/Chicago	35.9409	-87.1564	278			TN	187		
4617252	Daus	daus	US		0	America/Chicago	35.31451	-85.43413	217	Daus,Delphi		TN	153		
4617405	Davis Chapel	davis-chapel	US		0	America/New_York	36.38341	-84.0652	384			TN	013		
4617406	Davis Chapel	davis-chapel	US		0	America/Chicago	35.93645	-88.4056	140	Davis Chapel,Midway		TN	017		
4617437	Davis Heights	davis-heights	US		0	America/New_York	35.20007	-84.89245	219			TN	011		
4617465	Davis Meadows	davis-meadows	US		0	America/Chicago	35.94256	-86.53027	169			TN	149		
4617491	Davis Springs	davis-springs	US		0	America/New_York	36.17705	-82.27569	698			TN	171		
4617501	Dawn (historical)	dawn-historical	US		0	America/Chicago	35.5223	-85.95915	335			TN	031		
4617522	Daylight	daylight	US		0	America/Chicago	35.7459	-85.85748	298			TN	177		
4617533	Daysville	daysville	US		0	America/Chicago	35.89479	-84.76994	469			TN	035		
4617548	Dayton Spur	dayton-spur	US		0	America/Chicago	35.96007	-84.99218	565			TN	035		
4617552	De Lap	de-lap	US		0	America/New_York	36.34841	-84.15631	340	De Lap,DeLap		TN	013		
4617556	Days Crossroads	days-crossroads	US		0	America/Chicago	36.51033	-85.98748	297			TN	111		
4617558	De Rossett	de-rossett	US		0	America/Chicago	35.95062	-85.30886	569			TN	185		
4617561	DeArmond	dearmond	US		0	America/New_York	35.96813	-84.48327	247	D'Armond,De Armond,DeArmond,Dearmonds		TN	145		
4617569	DeBusk	debusk	US		0	America/New_York	36.10427	-82.87904	436			TN	059		
4617580	DePriest Bend	depriest-bend	US		0	America/Chicago	35.73812	-87.81086	151	De Priest Bend,DePriest Bend		TN	135		
4617588	DeRusk	derusk	US		0	America/New_York	36.11538	-82.86932	440			TN	059		
4617617	Dean	dean	US		0	America/New_York	36.3448	-84.35382	439			TN	151		
4617632	Deanburg	deanburg	US		0	America/Chicago	35.4123	-88.80589	162	Deanburg,Deanburgh		TN	023		
4617636	Deane Hill	deane-hill	US		0	America/New_York	35.92925	-84.01935	307			TN	093		
4617638	Deans	deans	US		0	America/Chicago	35.73757	-87.4739	169	Dean,Deans		TN	081		
4617643	Deason	deason	US		0	America/Chicago	35.6034	-86.43666	247			TN	003		
4617649	Deberry Subdivision	deberry-subdivision	US		0	America/Chicago	36.21395	-85.47831	349			TN	141		
4617652	Deberry Heights	deberry-heights	US		0	America/Chicago	36.19312	-85.50609	340			TN	141		
4617661	Decatur Hills	decatur-hills	US		0	America/New_York	35.53146	-84.80022	280			TN	121		
4617702	Deep Creek	deep-creek	US		0	America/New_York	35.98369	-83.98935	335			TN	093		
4617710	Deep Springs	deep-springs	US		0	America/New_York	36.11813	-84.08325	263			TN	001		
4617711	Deep Springs	deep-springs	US		0	America/New_York	35.99037	-83.51656	336			TN	089		
4617744	Deerfield Acres	deerfield-acres	US		0	America/New_York	36.54344	-82.16263	521			TN	163		
4617762	Deermont	deermont	US		0	America/New_York	36.02619	-84.58883	270			TN	129		
4617767	Deerwood Forest	deerwood-forest	US		0	America/New_York	35.11174	-85.12662	255			TN	065		
4617769	Defeated	defeated	US		0	America/Chicago	36.32644	-85.90832	168	Defeated,Edgefield,Hoggtown		TN	159		
4617778	Dekemont Downs	dekemont-downs	US		0	America/Chicago	36.02784	-86.8325	206			TN	187		
4617797	Delay Estates	delay-estates	US		0	America/Chicago	35.92812	-86.27638	177			TN	149		
4617799	Delina	delina	US		0	America/Chicago	35.26786	-86.73611	240			TN	117		
4617822	Delray Park Estates	delray-park-estates	US		0	America/Chicago	36.25672	-86.62555	144			TN	165		
4617832	Demory	demory	US		0	America/New_York	36.33647	-84.06603	421			TN	013		
4617863	Denny Hills	denny-hills	US		0	America/Chicago	36.21089	-86.52583	180			TN	189		
4617876	Dent Acres	dent-acres	US		0	America/New_York	35.18951	-85.20468	218			TN	065		
4617883	Denton Crossroads	denton-crossroads	US		0	America/Chicago	36.58367	-85.65497	304			TN	027		
4617891	Dentville	dentville	US		0	America/New_York	35.28174	-84.60688	232			TN	107		
4617897	Depew Addition	depew-addition	US		0	America/New_York	36.22342	-83.36656	424			TN	063		
4617903	Derby (historical)	derby-historical	US		0	America/New_York	36.19566	-82.84571	414			TN	059		
4617904	Derby Glen	derby-glen	US		0	America/Chicago	36.04034	-86.83639	203			TN	187		
4617927	Devenport	devenport	US		0	America/Chicago	35.75174	-85.96249	336	Davenport,Devenport		TN	177		
4617928	Devenport (historical)	devenport-historical	US		0	America/Chicago	35.75174	-85.96304	335			TN	177		
4617978	Devonshire Manor	devonshire-manor	US		0	America/Chicago	36.04673	-86.88945	182			TN	187		
4618001	Dibrell	dibrell	US		0	America/Chicago	35.81201	-85.79193	293			TN	177		
4618002	Dibrell	dibrell	US		0	America/Chicago	35.89618	-85.50525	293			TN	185		
4618087	Dickson Town	dickson-town	US		0	America/Chicago	35.04647	-86.87889	191			TN	055		
4618096	Difficult	difficult	US		0	America/Chicago	36.36922	-85.89221	164	Difficult,Dificult,Williams Cross Roads		TN	159		
4618102	Dill	dill	US		0	America/Chicago	35.55646	-85.3583	531			TN	007		
4618133	Dillton	dillton	US		0	America/Chicago	35.80062	-86.32305	194	Dillton,Dilton		TN	149		
4618144	Disco	disco	US		0	America/New_York	35.78591	-84.15825	276			TN	009		
4618375	Ditty	ditty	US		0	America/Chicago	36.09395	-85.58053	297			TN	141		
4618391	Dixie (historical)	dixie-historical	US		0	America/Chicago	35.38813	-86.0686	328			TN	031		
4618393	Dixie Homes	dixie-homes	US		0	America/Chicago	35.14592	-90.02815	75			TN	157		
4618396	Dixie Lee	dixie-lee	US		0	America/Chicago	35.04341	-85.68608	194	Dixie Lee,Dixie-Lee Junction		TN	115		
4618398	Dixie Lee Junction	dixie-lee-junction	US		0	America/New_York	35.86063	-84.22575	300			TN	105		
4618399	Dixie Mills	dixie-mills	US		0	America/Chicago	35.61479	-88.18282	116	Dixie Mills,Dixieville		TN	039		
4618402	Dixieland	dixieland	US		0	America/Chicago	35.78951	-86.41944	192			TN	149		
4618403	Dixieland	dixieland	US		0	America/Chicago	35.95812	-85.47303	304			TN	185		
4618404	Dixon (historical)	dixon-historical	US		0	America/Chicago	36.29838	-86.22999	152			TN	189		
4618441	Doaks Crossroads	doaks-crossroads	US		0	America/Chicago	36.10895	-86.2436	210	Doaks,Doaks Cross Roads,Doaks Crossroads		TN	189		
4618458	Dobson Subdivision	dobson-subdivision	US		0	America/New_York	36.14177	-82.8596	468			TN	059		
4618465	Dochester	dochester	US		0	America/Chicago	35.97174	-84.86662	537			TN	035		
4618477	Doctors (historical)	doctors-historical	US		0	America/New_York	36.48563	-84.43744	406			TN	151		
4618503	Dodoburg (historical)	dodoburg-historical	US		0	America/Chicago	36.15367	-86.51638	178	Dodoburg (historical),Dodoburgh		TN	189		
4618507	Dodson Branch	dodson-branch	US		1074	America/Chicago	36.31256	-85.5322	299	Dodson Branch,Dotson Branch		TN	087		
4618563	Doeville	doeville	US		0	America/New_York	36.38956	-81.96984	632			TN	091		
4618582	Dog Hill	dog-hill	US		0	America/Chicago	35.84091	-89.28313	108	Dog Hill,Slione		TN	033		
4618587	Dog Town (historical)	dog-town-historical	US		0	America/Chicago	36.12839	-86.7125	133			TN	037		
4618594	Dogtown	dogtown	US		0	America/New_York	36.33261	-82.14485	563			TN	019		
4618596	Dogwood	dogwood	US		0	America/Chicago	35.83063	-84.81133	397			TN	035		
4618597	Dogwood	dogwood	US		0	America/New_York	35.78758	-84.42243	293			TN	145		
4618598	Dogwood Acres	dogwood-acres	US		0	America/New_York	36.29705	-82.35681	559			TN	179		
4618602	Dogtown	dogtown	US		0	America/Chicago	35.34952	-85.68692	579	Dog Town,Dogtown		TN	061		
4618608	Dogwood Flat	dogwood-flat	US		0	America/Chicago	35.84284	-87.34723	277			TN	081		
4618614	Dogwood Heights	dogwood-heights	US		0	America/New_York	35.8723	-84.63605	248			TN	145		
4617813	Dellwood	dellwood	US	53927	0	America/New_York	35.77147	-83.91435	308			TN	009		
4618615	Dogwood Heights	dogwood-heights	US		0	America/Chicago	35.31202	-87.75475	267			TN	181		
4618616	Dogwood Hills	dogwood-hills	US		0	America/New_York	36.17926	-83.28322	453			TN	063		
4618627	Dogwood Shores	dogwood-shores	US		0	America/New_York	35.75924	-84.43937	258			TN	145		
4618641	Dollar	dollar	US		0	America/Chicago	35.91006	-88.26004	192	Dollar,Dollar Hill		TN	017		
4618681	Donelson	donelson	US		0	America/Chicago	36.16256	-86.67	165	Donelson,Donelson Station,McWhirtersville,McWhortersville,Slip Up,Spring Place,Stones River Station		TN	037		
4618697	Donnell Chapel	donnell-chapel	US		0	America/Chicago	35.74646	-86.22083	254	Donnell Chapel,Donnells Chapel,Donnels,Donnels Chapel		TN	149		
4618701	Donoho	donoho	US		0	America/Chicago	36.31283	-85.86804	164			TN	159		
4618716	Doran Addition	doran-addition	US		0	America/New_York	36.58704	-82.54987	489			TN	163		
4618761	Dossett	dossett	US		0	America/New_York	36.06258	-84.22464	255	Dosset,Dossett,Dossetts		TN	001		
4618762	Dotson	dotson	US		0	America/New_York	36.33564	-83.49712	380	Dotson,Dotsons Camp Ground,Red Hill		TN	057		
4618774	Dotsontown	dotsontown	US		0	America/New_York	36.23844	-82.66543	455			TN	059		
4618775	Dotsonville	dotsonville	US		0	America/Chicago	36.48255	-87.4864	183			TN	125		
4618801	Double Bridges	double-bridges	US		0	America/Chicago	35.90507	-89.45368	91			TN	097		
4618843	Double Top	double-top	US		0	America/Chicago	36.48618	-85.05662	537			TN	049		
4618892	Douglas Estates	douglas-estates	US		0	America/New_York	35.99898	-83.361	338			TN	089		
4618917	Dove (historical)	dove-historical	US		0	America/New_York	36.25844	-82.44709	503			TN	179		
4618935	Dowell (historical)	dowell-historical	US		0	America/New_York	36.47651	-81.71706	867			TN	091		
4618943	Dowler Heights	dowler-heights	US		0	America/New_York	35.18146	-85.34052	609			TN	065		
4618971	Doyle Springs	doyle-springs	US		0	America/New_York	35.76759	-83.72351	501			TN	155		
4618978	Doziers (historical)	doziers-historical	US		0	America/Chicago	36.20367	-86.99139	125			TN	021		
4618989	Drake Forest	drake-forest	US		0	America/New_York	35.0323	-85.14134	232			TN	065		
4619002	Drapers Crossroads	drapers-crossroads	US		0	America/Chicago	36.512	-85.90887	309			TN	111		
4619024	Driftwood Park	driftwood-park	US		0	America/Chicago	36.26172	-86.63333	141			TN	165		
4619025	Drinnon Heights	drinnon-heights	US		0	America/New_York	36.2487	-83.29545	372			TN	063		
4619046	Dripping Springs Subdivision	dripping-springs-subdivision	US		0	America/Chicago	35.19592	-86.14554	286			TN	051		
4619052	Drop (historical)	drop-historical	US		0	America/Chicago	35.9284	-85.65165	299			TN	185		
4619053	Drowning Creek	drowning-creek	US		0	America/Chicago	36.05507	-85.13746	591			TN	035		
4619057	Druid Hills	druid-hills	US		0	America/Chicago	36.00229	-84.87717	613			TN	035		
4619239	Dry Creek Estates	dry-creek-estates	US		0	America/Chicago	35.19064	-86.14304	296			TN	051		
4619250	Dry Creek Subdivision	dry-creek-subdivision	US		0	America/Chicago	36.09339	-87.93003	117			TN	085		
4619274	Dry Fork (historical)	dry-fork-historical	US		0	America/Chicago	36.25867	-86.85222	153			TN	037		
4619298	Dry Gap	dry-gap	US		0	America/New_York	36.05564	-83.97047	309			TN	093		
4619299	Dry Hill	dry-hill	US		0	America/Chicago	35.83813	-89.48063	155			TN	097		
4619300	Dry Hill	dry-hill	US		0	America/New_York	35.91007	-84.65466	414			TN	145		
4619308	Dry Hill	dry-hill	US		0	America/New_York	36.32651	-81.95095	648			TN	091		
4619359	Dry Valley	dry-valley	US		0	America/Chicago	36.10673	-85.44386	328			TN	141		
4619383	Duck Creek	duck-creek	US		0	America/New_York	36.4912	-83.22323	467			TN	067		
4619430	Dudney Hill	dudney-hill	US		0	America/Chicago	36.33228	-85.62887	307			TN	087		
4619452	Dug Hill	dug-hill	US		0	America/Chicago	36.04451	-85.32997	294	Dug Hill,Dughill		TN	141		
4619490	Dughill (historical)	dughill-historical	US		0	America/Chicago	35.99145	-87.87642	114			TN	085		
4619491	Duke (historical)	duke-historical	US		0	America/New_York	36.24036	-83.97908	311	Duke (historical),Irvins		TN	173		
4619436	Duff	duff	US	37729	0	America/New_York	36.44675	-84.06742	444			TN	013		
4619511	Dukes Store (historical)	dukes-store-historical	US		0	America/Chicago	35.57924	-87.12362	217	Duke,Dukes Store (historical)		TN	119		
4619512	Dulaney	dulaney	US		0	America/New_York	36.13371	-82.91488	410	Dulaney,Dulany		TN	059		
4619517	Dull	dull	US		0	America/Chicago	36.20561	-87.28529	226			TN	043		
4619520	Dumplin	dumplin	US		0	America/New_York	36.00537	-83.55823	300	Dumplin,Dumpling		TN	089		
4619527	Dumplin Mill	dumplin-mill	US		0	America/New_York	35.99731	-83.5635	290			TN	089		
4619553	Dunbar Cave	dunbar-cave	US		0	America/Chicago	36.54755	-87.29112	128			TN	125		
4619581	Duncan Hills	duncan-hills	US		0	America/New_York	35.08952	-85.32051	245			TN	065		
4619610	Duncantown	duncantown	US		0	America/Chicago	35.32536	-86.04054	316			TN	051		
4619627	Dunkled Estates	dunkled-estates	US		0	America/Chicago	36.02701	-86.93556	211			TN	187		
4619630	Dunlap (historical)	dunlap-historical	US		0	America/Chicago	36.34728	-88.60561	140			TN	183		
4619667	Dunn Chapel	dunn-chapel	US		0	America/Chicago	36.29867	-87.39307	166	Dunn Chapel,Dunns Chapel		TN	043		
4619684	Dunrovin Estates	dunrovin-estates	US		0	America/Chicago	35.88229	-85.00134	566			TN	035		
4619685	Duo	duo	US		0	America/New_York	36.48314	-83.63158	375			TN	025		
4619686	Duplex	duplex	US		0	America/Chicago	35.74701	-86.83722	231			TN	187		
4619688	Duplex Mission	duplex-mission	US		0	America/Chicago	35.74757	-86.85972	243			TN	187		
4619697	Dupont Springs	dupont-springs	US		0	America/New_York	35.80842	-83.67962	837	Du Pont Springs,DuPont Springs,Dupont Springs		TN	155		
4619726	Dustin (historical)	dustin-historical	US		0	America/Chicago	35.10008	-87.30002	240			TN	099		
4619730	Durham Subdivision	durham-subdivision	US		0	America/Chicago	36.41061	-88.12337	116			TN	079		
4619733	Dutch Valley	dutch-valley	US		0	America/New_York	36.11452	-84.20853	273			TN	001		
4619815	Dykes	dykes	US		0	America/New_York	36.36536	-83.83269	450			TN	173		
4619816	Dykes Crossroads	dykes-crossroads	US		0	America/Chicago	35.99618	-85.07885	564			TN	035		
4619821	Dyllis	dyllis	US		0	America/New_York	35.96369	-84.4191	251			TN	145		
4619831	Dykes Mill	dykes-mill	US		0	America/New_York	36.43816	-82.70293	410			TN	073		
4619868	Eagle Creek (historical)	eagle-creek-historical	US		0	America/Chicago	36.49729	-85.23607	314			TN	133		
4619872	Eagle Furnace	eagle-furnace	US		0	America/New_York	35.77118	-84.73633	234			TN	145		
4619876	Eagle Hill	eagle-hill	US		0	America/Chicago	36.3195	-88.54311	159			TN	183		
4619886	Eagle Point Cabin Area	eagle-point-cabin-area	US		0	America/New_York	35.76146	-84.73883	277			TN	145		
4619887	Eagle Point Heights	eagle-point-heights	US		0	America/New_York	35.76396	-84.73522	242			TN	145		
4619893	Eagleton Village	eagleton-village	US		5052	America/New_York	35.79508	-83.93185	289			TN	009		
4619903	Earheart (historical)	earheart-historical	US		0	America/New_York	36.52038	-82.25541	446			TN	163		
4619907	Earleyville	earleyville	US		0	America/Chicago	35.75757	-85.85776	317			TN	177		
4619918	Earnest (historical)	earnest-historical	US		0	America/New_York	35.00035	-84.84272	268			TN	011		
4619927	Easley Estates	easley-estates	US		0	America/New_York	36.48482	-82.55404	443			TN	163		
4619943	East Brainerd	east-brainerd	US		15114	America/New_York	34.99591	-85.15023	224			TN	065		
4619947	East Chattanooga	east-chattanooga	US		154024	America/New_York	35.06535	-85.24912	208			TN	065		
4619955	East Cleveland	east-cleveland	US		1608	America/New_York	35.16091	-84.85772	295	Vostochnyj Klivlend,Восточный Кливленд		TN	011		
4619960	East Cyruston	east-cyruston	US		0	America/Chicago	35.15703	-86.71528	197	Cyruston,East Cyruston		TN	103		
4619963	East Dickson	east-dickson	US		0	America/Chicago	36.06895	-87.37779	252	East Dickson,Rogersville,Scottsville,Scuff Town,Scufftown		TN	043		
4619974	East Etowah	east-etowah	US		0	America/New_York	35.32313	-84.51799	249			TN	107		
4619977	East Forest	east-forest	US		0	America/New_York	35.69119	-83.97351	349			TN	009		
4619978	East Fork	east-fork	US		0	America/New_York	35.84509	-83.41738	303			TN	155		
4620066	East Hill	east-hill	US		0	America/Chicago	35.0648	-85.57524	198			TN	115		
4620071	East Jamestown	east-jamestown	US		0	America/Chicago	36.46479	-84.87328	524			TN	049		
4620073	East Junction	east-junction	US		0	America/Chicago	35.07565	-90.05176	71			TN	157		
4620076	East Kingsport	east-kingsport	US		0	America/New_York	36.5726	-82.52098	414			TN	163		
4620079	East Lake	east-lake	US		0	America/New_York	35.00535	-85.27912	211	East Lake,Eastlake		TN	065		
4620085	East Lake Estates	east-lake-estates	US		0	America/Chicago	36.12312	-85.44081	311			TN	141		
4620095	East Manor	east-manor	US		0	America/New_York	36.26509	-83.21267	377			TN	063		
4619837	Eads	eads	US	38028	0	America/Chicago	35.20453	-89.64925	105			TN	157		
4620105	East Nashville	east-nashville	US		0	America/Chicago	36.17256	-86.75972	145	East Nashville,Edgefield		TN	037		
4620114	East Park	east-park	US		0	America/New_York	36.31483	-82.34264	511			TN	179		
4620130	East Ridge	east-ridge	US		0	America/New_York	36.25232	-83.25128	391			TN	063		
4620131	East Ridge	east-ridge	US		20979	America/New_York	35.01424	-85.2519	237	East Ridge,East Side,Nickel Row,Penny Row,Smokey Row		TN	065		
4620132	East Ridge	east-ridge	US		0	America/New_York	36.31927	-82.32958	543			TN	179		
4620151	East Side	east-side	US		0	America/New_York	36.33844	-82.19874	502	East Side,Lilly		TN	019		
4620166	East Springbrook	east-springbrook	US		0	America/New_York	35.79758	-83.97463	272			TN	009		
4620170	East Sweetwater	east-sweetwater	US		0	America/New_York	35.6073	-84.41381	334			TN	123		
4620181	East Union	east-union	US		0	America/Chicago	35.60507	-88.767	132			TN	113		
4620183	East View	east-view	US		0	America/New_York	35.12146	-84.87828	313			TN	011		
4620184	East View	east-view	US		0	America/New_York	35.33952	-84.933	226			TN	121		
4620191	East Village	east-village	US		0	America/New_York	36.23148	-83.22461	433			TN	063		
4620195	Eastbrook	eastbrook	US		0	America/Chicago	35.2348	-86.15888	299			TN	051		
4620203	Eastdale	eastdale	US		0	America/New_York	35.0423	-85.23884	229			TN	065		
4620206	Eastern Hills	eastern-hills	US		0	America/Chicago	36.52005	-87.31945	159			TN	125		
4620231	Eastman (historical)	eastman-historical	US		0	America/New_York	36.35123	-81.97484	597			TN	091		
4620235	Easton Terrace	easton-terrace	US		0	America/New_York	35.10174	-85.29857	222			TN	065		
4620262	Eastwood Acres	eastwood-acres	US		0	America/New_York	35.14035	-85.26496	259			TN	065		
4620268	Eastwood Estates	eastwood-estates	US		0	America/Chicago	35.01398	-86.55666	269			TN	103		
4620279	Eaton Forest	eaton-forest	US		0	America/New_York	35.8348	-84.31826	281			TN	105		
4620281	Eaton Crossroads	eaton-crossroads	US		0	America/New_York	35.83647	-84.29409	281	Eaton Cross Roads,Eaton Crossroad,Eaton Crossroads,Eatons Cross Roads		TN	105		
4620290	Ebaneezer (historical)	ebaneezer-historical	US		0	America/Chicago	36.26811	-86.33305	159			TN	189		
4620299	Ebenezer	ebenezer	US		0	America/New_York	35.89619	-84.07047	276			TN	093		
4620300	Ebenezer	ebenezer	US		0	America/Chicago	35.07258	-85.57997	191			TN	115		
4620301	Ebenezer	ebenezer	US		0	America/Chicago	35.2773	-86.78306	264			TN	117		
4620302	Ebenezer	ebenezer	US		0	America/New_York	35.3823	-84.38659	284			TN	123		
4620303	Ebenezer	ebenezer	US		0	America/Chicago	35.41397	-89.61813	108			TN	167		
4620349	Eblen Estates	eblen-estates	US		0	America/New_York	35.8523	-84.4866	231			TN	145		
4620356	Echo Hills	echo-hills	US		0	America/New_York	36.20204	-83.34739	422			TN	063		
4620358	Echo Glen	echo-glen	US		0	America/New_York	35.18063	-85.24524	219			TN	065		
4620361	Echo Valley	echo-valley	US		0	America/New_York	35.90508	-84.06324	294			TN	093		
4620366	Economy (historical)	economy-historical	US		0	America/Chicago	35.22925	-88.19254	117			TN	071		
4620385	Eden Corner	eden-corner	US		0	America/Chicago	36.51754	-86.74611	232			TN	147		
4620388	Eden Ridge (historical)	eden-ridge-historical	US		0	America/New_York	36.52788	-82.51932	401	Eden Ridge (historical),Edens Ridge		TN	163		
4620389	Eden of the Lake	eden-of-the-lake	US		0	America/New_York	35.72924	-84.72716	233			TN	143		
4620395	Edge-O-Lake Estates	edge-o-lake-estates	US		0	America/Chicago	36.07784	-86.62	168			TN	037		
4620412	Edgemont Forest	edgemont-forest	US		0	America/New_York	35.04813	-85.17551	225			TN	065		
4620418	Edgewater Beach	edgewater-beach	US		0	America/Chicago	36.35645	-89.43202	88			TN	095		
4620419	Edgewater Estates	edgewater-estates	US		0	America/New_York	35.84841	-84.48188	250			TN	145		
4620422	Edgewood Acres	edgewood-acres	US		0	America/New_York	35.80842	-83.93629	267			TN	009		
4620427	Edgewood Heights	edgewood-heights	US		0	America/New_York	36.04008	-84.13742	311			TN	001		
4620428	Edgewood Hills	edgewood-hills	US		0	America/New_York	35.70451	-84.8755	250			TN	143		
4620433	Edgeworth (historical)	edgeworth-historical	US		0	America/New_York	36.54177	-82.39292	511			TN	163		
4620436	Edington (historical)	edington-historical	US		0	America/New_York	35.89119	-84.0888	264			TN	093		
4620442	Edith	edith	US		0	America/Chicago	35.84841	-89.53313	153			TN	097		
4620446	Edenwold	edenwold	US		0	America/Chicago	36.29005	-86.69361	136	Edenwold,Edgefield,Edgefield Junction		TN	037		
4620447	Edmondson (historical)	edmondson-historical	US		0	America/New_York	36.41175	-83.6713	384			TN	025		
4620468	Edward Grove	edward-grove	US		0	America/Chicago	35.70536	-89.42757	119	Edward Grove,Edwards Grove		TN	075		
4620500	Edwards Point	edwards-point	US		0	America/New_York	35.14841	-85.37024	568			TN	065		
4620505	Edwina	edwina	US		0	America/New_York	35.91149	-83.17238	331	Edwina,Sweetwater,Taylorsburg,Taylorsburgh		TN	029		
4620509	Egam	egam	US		0	America/Chicago	35.1873	-86.64722	212			TN	103		
4620521	Eggers Addition	eggers-addition	US		0	America/New_York	35.80425	-83.96574	267			TN	009		
4620548	El Rancho	el-rancho	US		0	America/New_York	36.37899	-82.39931	455			TN	179		
4620551	Ela Wada Terrace	ela-wada-terrace	US		0	America/New_York	35.02646	-85.17801	215			TN	065		
4620554	Elajay (historical)	elajay-historical	US		0	America/New_York	35.77509	-83.84795	283			TN	009		
4620567	Elbethel	elbethel	US		0	America/Chicago	35.5184	-86.50666	222			TN	003		
4620585	Elder Mountain	elder-mountain	US		0	America/New_York	35.06813	-85.36913	562			TN	115		
4620593	Eldorado Acres	eldorado-acres	US		0	America/Chicago	35.96395	-86.79667	232	Eldorado Acres,Eldorado Estates		TN	187		
4620616	Elijah (historical)	elijah-historical	US		0	America/Chicago	35.95895	-85.55026	296			TN	185		
4620653	Elils Ranch Acres	elils-ranch-acres	US		0	America/Chicago	35.7134	-86.41527	212			TN	149		
4620668	Elk Mill Village	elk-mill-village	US		0	America/Chicago	35.1623	-86.56666	215			TN	103		
4620671	Elk Valley	elk-valley	US		0	America/New_York	36.48369	-84.24577	340			TN	013		
4620677	Elkhead	elkhead	US		0	America/Chicago	35.35841	-85.83137	314	Elk Head,Elkhead		TN	061		
4620684	Elkins (historical)	elkins-historical	US		0	America/Chicago	35.80146	-86.00416	338			TN	015		
4620700	Elkmont Springs	elkmont-springs	US		0	America/Chicago	35.00508	-86.86695	274	Elkmont Spring,Elkmont Springs		TN	055		
4620712	Ellejoy	ellejoy	US		0	America/New_York	35.80953	-83.75517	307	Ellejoy,Ellijay		TN	009		
4620729	Ellington Park	ellington-park	US		0	America/Chicago	35.87201	-86.83972	202			TN	187		
4620791	Ellis Mill	ellis-mill	US		0	America/New_York	35.3898	-84.37381	281			TN	123		
4620807	Ellis Mills	ellis-mills	US		0	America/Chicago	36.30672	-87.55751	139	Browns Mill,Ellis Mills		TN	083		
4620823	Elm Hill	elm-hill	US		0	America/Chicago	35.39062	-85.33246	238	Elm Hill,Fillmore		TN	153		
4620861	Elmwood Terrace	elmwood-terrace	US		0	America/Chicago	35.14953	-86.5825	220			TN	103		
4620879	Elva (historical)	elva-historical	US		0	America/New_York	36.5848	-84.64577	255			TN	151		
4620880	Elverton	elverton	US		0	America/New_York	35.97869	-84.44299	253	Elverton,Oakdale		TN	145		
4620882	Elmore Park	elmore-park	US		0	America/Chicago	35.19953	-89.85675	85	Elmore Park,Shelby Center		TN	157		
4620890	Elysian Grove	elysian-grove	US		0	America/Chicago	36.02645	-87.85892	122			TN	085		
4620893	Elza	elza	US		0	America/New_York	36.05258	-84.20298	247			TN	001		
4620903	Embreeville	embreeville	US		0	America/New_York	36.18122	-82.45848	487			TN	179		
4620913	Emerald Acres	emerald-acres	US		0	America/New_York	36.21065	-83.36378	424			TN	063		
4620923	Emery Estates	emery-estates	US		0	America/Chicago	35.89118	-86.34444	179			TN	149		
4620924	Emery Mill	emery-mill	US		0	America/Chicago	35.65229	-85.18329	485			TN	007		
4620955	Emmitt Heights	emmitt-heights	US		0	America/Chicago	35.89729	-86.56611	179			TN	149		
4620962	Emory Estates	emory-estates	US		0	America/New_York	36.07647	-83.97352	361			TN	093		
4620965	Emory Gap	emory-gap	US		0	America/New_York	35.91674	-84.57494	254	Emery,Emery Gap,Emory Gap,Emory Gap Station,Emorygap		TN	145		
4620967	Emory (historical)	emory-historical	US		0	America/New_York	36.17647	-84.59077	351			TN	129		
4620969	Emory Heights	emory-heights	US		0	America/New_York	36.02313	-84.22214	262			TN	001		
4620970	Emory Heights	emory-heights	US		0	America/New_York	35.93091	-84.52716	285			TN	145		
4620974	Emory Hills	emory-hills	US		0	America/New_York	36.03202	-84.21659	283			TN	001		
4620978	Emory Valley	emory-valley	US		0	America/New_York	36.02702	-84.21214	269			TN	001		
4620988	Endsville	endsville	US		0	America/Chicago	36.55783	-87.34362	157			TN	125		
4621001	Engleton Heights	engleton-heights	US		0	America/New_York	35.00146	-85.15356	223			TN	065		
4621021	English Creek	english-creek	US		0	America/New_York	35.90149	-83.22432	376	English,English Creek,English Creek - Sardis,Sardis		TN	029		
4621037	Eno	eno	US		0	America/Chicago	36.05978	-87.45335	205	Eno,Enoe		TN	043		
4621058	Ensor	ensor	US		0	America/Chicago	36.16784	-85.65776	323			TN	141		
4621063	Ensor Park	ensor-park	US		0	America/Chicago	36.14784	-85.5047	331			TN	141		
4621080	Ephesus	ephesus	US		0	America/Chicago	36.13034	-88.28866	135			TN	017		
4621096	Epperson	epperson	US		0	America/New_York	35.25758	-84.33742	505			TN	123		
4621105	Erasmus	erasmus	US		0	America/Chicago	35.88701	-85.18496	491			TN	035		
4621123	Ernestville	ernestville	US		0	America/New_York	36.0715	-82.50264	564			TN	171		
4621147	Esquire Estates	esquire-estates	US		0	America/Chicago	35.90729	-86.36944	168			TN	149		
4621148	Essary Springs	essary-springs	US		0	America/Chicago	35.01203	-88.79811	129			TN	069		
4621153	Estanaula (historical)	estanaula-historical	US		0	America/Chicago	35.4598	-89.09173	98	Estamauler,Estanaula (historical)		TN	075		
4621163	Estes Acres	estes-acres	US		0	America/Chicago	35.96312	-86.37166	169			TN	149		
4621174	Estes Pond	estes-pond	US		0	America/Chicago	36.43312	-89.44896	95			TN	095		
4621185	Ethel (historical)	ethel-historical	US		0	America/New_York	35.98036	-84.33409	243			TN	145		
4621194	Etna (historical)	etna-historical	US		0	America/Chicago	35.75923	-88.08115	115			TN	039		
4621195	Etola	etola	US		0	America/New_York	35.31202	-84.89439	227			TN	011		
4621202	Etter	etter	US		0	America/Chicago	36.56146	-85.09801	303			TN	137		
4621213	Euchee	euchee	US		0	America/New_York	35.67591	-84.71688	231			TN	121		
4621231	Eureka Hills	eureka-hills	US		0	America/New_York	35.24479	-84.88606	234			TN	011		
4621232	Eureka Hills	eureka-hills	US		0	America/New_York	36.19148	-83.26322	472			TN	063		
4621237	Eurekaton	eurekaton	US		0	America/Chicago	35.43286	-89.21923	126			TN	075		
4621249	Eva Subdivision	eva-subdivision	US		0	America/Chicago	36.05923	-88.01337	131			TN	005		
4621300	Evanston (historical)	evanston-historical	US		0	America/Chicago	35.81812	-85.8736	322			TN	177		
4621302	Eve Mills	eve-mills	US		0	America/New_York	35.64397	-84.31242	272	Eve Mill,Eve Mills		TN	123		
4621315	Everett Heights	everett-heights	US		0	America/New_York	35.76675	-83.94824	307			TN	009		
4621348	Evergreen Estates	evergreen-estates	US		0	America/Chicago	36.52366	-87.3114	150			TN	125		
4621356	Ewing (historical)	ewing-historical	US		0	America/New_York	35.91176	-83.59073	265			TN	155		
4621363	Ewing (historical)	ewing-historical	US		0	America/New_York	35.82008	-84.11241	262			TN	009		
4621371	Ewingsville (historical)	ewingsville-historical	US		0	America/Chicago	35.97423	-86.1736	223			TN	189		
4621372	Ewingville	ewingville	US		0	America/Chicago	35.92173	-86.85778	194			TN	187		
4621374	Excell	excell	US		0	America/Chicago	36.48616	-87.26001	179	Excell,Exel		TN	125		
4621405	Fagin	fagin	US		0	America/New_York	35.5548	-84.31853	279	Fagin,Fagin Station		TN	123		
4621416	Fair Acres	fair-acres	US		0	America/New_York	36.54621	-82.53293	404	Fair Acres,Fairacres		TN	163		
4621417	Fair Acres	fair-acres	US		0	America/New_York	36.55177	-82.22458	482			TN	163		
4621418	Fair Garden	fair-garden	US		529	America/New_York	35.90231	-83.41294	340			TN	155		
4621425	Fair View	fair-view	US		0	America/Chicago	36.49589	-87.89725	190	Fair View,Fairview		TN	161		
4621432	Fairfax Heights	fairfax-heights	US		0	America/New_York	35.10952	-85.26412	250			TN	065		
4621439	Fairfield Acres	fairfield-acres	US		0	America/New_York	36.26287	-83.23767	392			TN	063		
4621446	Fairfield Estates	fairfield-estates	US		0	America/Chicago	35.89923	-86.36138	175			TN	149		
4621447	Fairfield Glade	fairfield-glade	US		6989	America/Chicago	36.00035	-84.88634	636			TN	035		
4621455	Fairhills	fairhills	US		0	America/New_York	35.06507	-85.2894	212			TN	065		
4621456	Fairlane	fairlane	US		0	America/New_York	35.62702	-84.45465	301			TN	123		
4621458	Fairlane Estates	fairlane-estates	US		0	America/Chicago	35.50396	-86.47888	247			TN	003		
4621504	Fairview (historical)	fairview-historical	US		0	America/New_York	36.06897	-84.27492	267			TN	001		
4621505	Fairview Acres	fairview-acres	US		0	America/New_York	35.79174	-84.57494	260			TN	145		
4621574	Fairview Estates	fairview-estates	US		0	America/Chicago	36.25645	-85.49109	310			TN	141		
4621629	Fairway Estates	fairway-estates	US		0	America/New_York	35.71953	-84.01796	348			TN	009		
4621631	Fairyland	fairyland	US		0	America/Chicago	35.91257	-85.05135	581	Fairyland,Fairyland Acres		TN	035		
4621665	Faix	faix	US		0	America/Chicago	36.51423	-85.12551	314			TN	137		
4621745	Falling Water	falling-water	US		1232	America/New_York	35.20312	-85.25357	210			TN	065		
4621774	Falls Mill	falls-mill	US		0	America/Chicago	35.0987	-86.26138	251	Fall Mills,Falls Mill		TN	051		
4621783	Fancy	fancy	US		0	America/Chicago	36.36645	-88.6545	138			TN	183		
4621785	Fanetta Gardens	fanetta-gardens	US		0	America/New_York	35.18007	-85.23051	201			TN	065		
4621787	Fanchers Mills	fanchers-mills	US		0	America/Chicago	35.99923	-85.61609	268			TN	185		
4621816	Farmer Mill	farmer-mill	US		0	America/New_York	36.23596	-81.96428	783			TN	019		
4621833	Farmington Estates	farmington-estates	US		0	America/Chicago	35.9009	-86.34333	177			TN	149		
4621838	Farmville (historical)	farmville-historical	US		0	America/Chicago	35.80979	-88.3056	164			TN	077		
4621859	Farrar Hill	farrar-hill	US		0	America/Chicago	35.57813	-86.16221	342			TN	031		
4621861	Farrington	farrington	US		0	America/New_York	35.88897	-84.06269	292			TN	093		
4621862	Farrington Forest	farrington-forest	US		0	America/New_York	35.17729	-85.22218	253			TN	065		
4621877	Farrport	farrport	US		0	America/New_York	35.82064	-83.97879	282			TN	009		
4621880	Farthing (historical)	farthing-historical	US		0	America/New_York	36.35484	-81.97067	597			TN	091		
4621896	Faulkner Springs	faulkner-springs	US		0	America/Chicago	35.71729	-85.76165	264	Faulkner,Faulkner Springs,Leeds		TN	177		
4621907	Fayette Corners	fayette-corners	US		0	America/Chicago	35.36619	-89.20951	128	Fayette Corner,Fayette Corners		TN	047		
4621929	Feathers Chapel	feathers-chapel	US		0	America/Chicago	35.25759	-89.42007	119			TN	047		
4621936	February	february	US		0	America/New_York	36.33344	-82.49959	557	February,Febuary		TN	179		
4621949	Felker	felker	US		0	America/New_York	35.03035	-84.79994	253			TN	011		
4621970	Felts	felts	US		0	America/Chicago	35.22703	-90.01481	74			TN	157		
4622011	Fernvale	fernvale	US		0	America/Chicago	35.95451	-87.07917	189			TN	187		
4622016	Fernvale Springs (historical)	fernvale-springs-historical	US		0	America/Chicago	35.95645	-87.07501	183	Fernvale Springs (historical),Smiths Springs		TN	187		
4622019	Fernwood Heights	fernwood-heights	US		0	America/New_York	36.16232	-83.29961	410			TN	063		
4622036	Few Chapel	few-chapel	US		0	America/Chicago	36.10645	-87.57918	201	Few Chapel,Fews Chapel,Fiftyfour		TN	085		
4622039	Fetzerton (historical)	fetzerton-historical	US		0	America/New_York	35.0848	-84.67077	234			TN	139		
4622043	Fewville (historical)	fewville-historical	US		0	America/Chicago	36.00645	-87.51891	191			TN	043		
4622051	Field Crest	field-crest	US		0	America/Chicago	35.60479	-87.08501	200			TN	119		
4622060	Fieldcrest	fieldcrest	US		0	America/Chicago	35.9084	-86.33805	177			TN	149		
4622073	Fieldview	fieldview	US		0	America/New_York	36.06286	-83.95824	319			TN	093		
4622087	Fikes Mill	fikes-mill	US		0	America/Chicago	35.69618	-87.22001	169			TN	119		
4622088	Fiketon	fiketon	US		0	America/New_York	35.50313	-84.68716	242	Fiketon,Piketon		TN	107		
4622135	Finney Patch	finney-patch	US		0	America/New_York	35.86399	-83.13626	938			TN	029		
4622481	Fish Springs	fish-springs	US		0	America/New_York	36.31734	-82.05846	666	Fish Spring,Fish Springs,Fishspring		TN	019		
4622490	Fishdam (historical)	fishdam-historical	US		0	America/New_York	36.52789	-82.04568	527			TN	163		
4622503	Fisher Creek	fisher-creek	US		0	America/New_York	36.52509	-82.93822	423	Fisher Creek,Fishers Creek		TN	073		
4622554	Five Forks	five-forks	US		0	America/Chicago	35.68785	-88.17309	168	Five Fork,Five Forks		TN	039		
4622555	Five Forks	five-forks	US		0	America/Chicago	35.38785	-88.2442	145			TN	071		
4622600	Flat Branch	flat-branch	US		0	America/Chicago	35.30674	-85.70803	566			TN	061		
4622610	Flat Creek	flat-creek	US		0	America/Chicago	35.39119	-86.40833	245	Flat Creek,Flatcreek		TN	003		
4622620	Flat Creek	flat-creek	US		0	America/Chicago	36.38506	-85.38219	304	Flat Creek,Garrett,Garrott		TN	133		
4622642	Flat Gap	flat-gap	US		0	America/New_York	36.06231	-83.47767	388	Flat Gap,Flatgap		TN	089		
4622649	Flat Hollow	flat-hollow	US		0	America/New_York	36.41063	-83.93881	381			TN	013		
4622671	Flat Rock (historical)	flat-rock-historical	US		0	America/Chicago	35.58341	-87.5528	223			TN	101		
4622701	Flat Woods	flat-woods	US		0	America/Chicago	35.47702	-87.82753	206	Flat Woods,Flatwoods,Flatwoods Junction		TN	135		
4622733	Flatwood	flatwood	US		0	America/Chicago	35.78396	-85.89693	341			TN	177		
4622735	Flatwood	flatwood	US		0	America/Chicago	35.52341	-89.82869	117			TN	167		
4622757	Fleenora Park (historical)	fleenora-park-historical	US		0	America/New_York	36.56817	-82.00707	539	Fleenora Park (historical),Fleenors Park		TN	163		
4622758	Fleetvile (historical)	fleetvile-historical	US		0	America/Chicago	36.19339	-87.46668	254			TN	043		
4622763	Flemingsburg (historical)	flemingsburg-historical	US		0	America/Chicago	35.85201	-86.64861	257			TN	187		
4622788	Flewellyn	flewellyn	US		0	America/Chicago	36.48144	-86.97444	203			TN	147		
4622821	Flint Valley (historical)	flint-valley-historical	US		0	America/Chicago	35.67507	-87.00028	195			TN	119		
4622825	Flint Springs	flint-springs	US		0	America/New_York	35.03452	-84.90606	254	Cleo,Flint Springs		TN	011		
4622847	Floraton	floraton	US		0	America/Chicago	35.79229	-86.25694	209			TN	149		
4622863	Flourville	flourville	US		0	America/New_York	36.39177	-82.39431	435	Floursville,Flourville		TN	179		
4622881	Flowertown	flowertown	US		0	America/Chicago	35.39397	-86.24221	330			TN	031		
4622897	Floyville (historical)	floyville-historical	US		0	America/Chicago	35.80007	-88.45005	174			TN	077		
4622901	Fly	fly	US		0	America/Chicago	35.78951	-87.15862	198			TN	119		
4622917	Fochee	fochee	US		0	America/New_York	35.70063	-84.48604	263	Fochee,Stockton		TN	105		
4622919	Flynns Lick	flynns-lick	US		0	America/Chicago	36.32645	-85.71359	162	Flynn's Lick,Flynns Lick,Flynnslick		TN	087		
4622929	Fogg (historical)	fogg-historical	US		0	America/Chicago	35.76868	-87.36723	180			TN	081		
4622939	Folger (historical)	folger-historical	US		0	America/New_York	35.38341	-84.79355	212			TN	107		
4622942	Fooshee Bend (historical)	fooshee-bend-historical	US		0	America/New_York	35.65757	-84.76328	236			TN	121		
4622946	Foot (historical)	foot-historical	US		0	America/Chicago	36.02506	-85.3183	281			TN	185		
4622948	Foote Homes	foote-homes	US		0	America/Chicago	35.13287	-90.04315	78			TN	157		
4622956	Forbus	forbus	US		0	America/Chicago	36.55285	-84.99161	269	Blue Rock,Forbus,Galewood		TN	049		
4622959	Ford Addition	ford-addition	US		0	America/New_York	35.79814	-83.9724	274			TN	009		
4622978	Ford Crossing	ford-crossing	US		0	America/New_York	36.27261	-82.50431	513			TN	179		
4622982	Ford Estates	ford-estates	US		0	America/Chicago	36.16062	-85.26302	562			TN	141		
4622988	Fordtown	fordtown	US		0	America/New_York	36.36563	-84.11854	342			TN	013		
4622989	Fordtown	fordtown	US		0	America/New_York	36.45288	-82.50348	447	Fordtown,Gotts Cross Roads		TN	163		
4622993	Fordville (historical)	fordville-historical	US		0	America/New_York	36.09372	-82.47681	540			TN	171		
4623001	Forest Glen	forest-glen	US		0	America/New_York	35.67564	-84.00629	312			TN	009		
4623011	Forest Heights	forest-heights	US		0	America/New_York	35.82758	-84.23575	253			TN	105		
4623012	Forest Highlands	forest-highlands	US		0	America/New_York	35.12035	-85.26885	277			TN	065		
4623017	Forest Hill (historical)	forest-hill-historical	US		0	America/Chicago	36.04174	-84.92079	546			TN	035		
4623018	Forest Hill (historical)	forest-hill-historical	US		0	America/Chicago	35.32147	-86.97112	240			TN	055		
4623051	Forest Home Farms	forest-home-farms	US		0	America/Chicago	35.9709	-86.95	237			TN	187		
4623054	Forest Meade	forest-meade	US		0	America/New_York	35.16285	-85.23607	238			TN	065		
4623055	Forest Mill	forest-mill	US		0	America/Chicago	35.51591	-86.03693	346	Forest Mill,Forest Mills		TN	031		
4623058	Forest Mills (historical)	forest-mills-historical	US		0	America/Chicago	36.61671	-87.09445	136			TN	147		
4623064	Forest View	forest-view	US		0	America/New_York	36.28816	-82.38486	541			TN	179		
4623067	Forest of Brentwood	forest-of-brentwood	US		0	America/Chicago	36.01812	-86.84306	225			TN	187		
4623069	Forestwood	forestwood	US		0	America/New_York	35.18229	-85.22579	234			TN	065		
4623071	Forest Acres	forest-acres	US		0	America/Chicago	36.48477	-87.29167	142			TN	125		
4623076	Forge Ridge	forge-ridge	US		0	America/New_York	36.57286	-83.58019	459			TN	025		
4623092	Fork Mountain	fork-mountain	US		0	America/New_York	36.12674	-84.41993	473			TN	001		
4623103	Fork Ridge	fork-ridge	US		0	America/New_York	36.58036	-83.79881	475			TN	025		
4623119	Forked Deer	forked-deer	US		0	America/Chicago	35.77424	-89.38507	115			TN	075		
4623134	Forks of Blue Creek	forks-of-blue-creek	US		0	America/Chicago	36.06395	-87.73169	149			TN	085		
4623136	Forks of Piney (historical)	forks-of-piney-historical	US		0	America/Chicago	36.01117	-87.44418	178			TN	043		
4623138	Forks of the River	forks-of-the-river	US		0	America/Chicago	36.01201	-89.15896	93			TN	053		
4623139	Forks of the River	forks-of-the-river	US		0	America/New_York	35.95981	-83.83768	274	Fork of River,Forks of River,Forks of the River,Gilliams Station,Mecklenberg,Mecklenburg		TN	093		
4623141	Forktown	forktown	US		0	America/Chicago	36.18867	-86.30332	175			TN	189		
4623142	Forkvale (historical)	forkvale-historical	US		0	America/New_York	36.30397	-83.97964	340			TN	013		
4623147	Forrest Hills	forrest-hills	US		0	America/Chicago	35.62368	-87.05362	224			TN	119		
4623148	Forrest Hills	forrest-hills	US		0	America/New_York	35.44535	-84.6191	318			TN	107		
4623149	Forrest Hills	forrest-hills	US		0	America/Chicago	35.30091	-87.76752	273			TN	181		
4623152	Forrest Park	forrest-park	US		0	America/Chicago	35.35508	-86.19221	326			TN	031		
4623170	Fort Cheatham	fort-cheatham	US		0	America/New_York	35.0123	-85.27551	212			TN	065		
4623190	Fort Harry	fort-harry	US		0	America/New_York	35.63871	-83.47433	1006			TN	155		
4623191	Fort Henry	fort-henry	US		0	America/Chicago	36.50727	-88.01586	141			TN	161		
4623206	Fort Loudon Estates	fort-loudon-estates	US		0	America/New_York	35.78147	-84.23186	253			TN	105		
4623225	Fort Pillow	fort-pillow	US		0	America/Chicago	35.66341	-89.73897	85			TN	097		
4623260	Forts (historical)	forts-historical	US		0	America/Chicago	36.59254	-87.08889	150			TN	147		
4623263	Forty Forks	forty-forks	US		0	America/Chicago	35.29369	-88.58227	184			TN	109		
4623268	Forty Five	forty-five	US		0	America/Chicago	35.05731	-89.30896	135	Forty Five,Forty Five Siding		TN	047		
4623301	Foster Crossroads	foster-crossroads	US		0	America/New_York	36.58313	-84.55549	405	Foster Cross Roads,Foster Crossroads		TN	151		
4623325	Foundry Hill	foundry-hill	US		0	America/Chicago	36.40978	-88.35504	178			TN	079		
4623339	Fountain Grove	fountain-grove	US		0	America/Chicago	35.56063	-85.9436	315			TN	031		
4623341	Fountain Head	fountain-head	US		0	America/Chicago	36.55088	-86.49499	246			TN	165		
4623348	Fountain Village	fountain-village	US		0	America/New_York	35.12424	-85.31385	231			TN	065		
4623350	Fountainbleau	fountainbleau	US		0	America/Chicago	36.55338	-87.40445	186			TN	125		
4623351	Fountaincrest	fountaincrest	US		0	America/New_York	36.07425	-83.94158	314			TN	093		
4623352	Fountainhead	fountainhead	US		0	America/Chicago	36.00812	-86.80972	216			TN	187		
4623354	Four Corners (historical)	four-corners-historical	US		0	America/Chicago	36.05562	-86.58527	155			TN	037		
4623362	Four Points	four-points	US		0	America/Chicago	36.11007	-88.85784	105			TN	053		
4623363	Four Points	four-points	US		0	America/New_York	36.01953	-83.61045	329	Cynthiana,Four Points		TN	089		
4623364	Four Points	four-points	US		0	America/Chicago	35.97618	-89.39091	105			TN	095		
4623374	Fourmile Bridge (historical)	fourmile-bridge-historical	US		0	America/New_York	35.58286	-84.22908	248			TN	123		
4623390	Fourville	fourville	US		0	America/New_York	36.39205	-82.39736	428			TN	179		
4623391	Foust	foust	US		0	America/New_York	35.01619	-85.28885	201			TN	065		
4623411	Fowler Grove	fowler-grove	US		0	America/New_York	36.04871	-83.13405	346	Fowler Grove,Fowlers Grove		TN	029		
4623425	Fowlkes	fowlkes	US		0	America/Chicago	35.97063	-89.38618	104			TN	045		
4623433	Fox (historical)	fox-historical	US		0	America/New_York	35.90926	-83.39572	347			TN	155		
4623434	Fox Bluff	fox-bluff	US		0	America/Chicago	36.31616	-87.19028	123			TN	021		
4623439	Fox Branch	fox-branch	US		0	America/New_York	36.58703	-83.10878	385			TN	067		
4623445	Fox Camp Meadows	fox-camp-meadows	US		0	America/Chicago	35.79646	-86.32416	198			TN	149		
4623460	Fox Den	fox-den	US		0	America/New_York	36.18009	-83.40323	414			TN	063		
4623461	Fox Den	fox-den	US		0	America/New_York	35.8698	-84.19464	298			TN	093		
4623462	Fox Fire	fox-fire	US		0	America/New_York	35.87647	-84.06408	261			TN	093		
4623463	Fox Fire	fox-fire	US		0	America/New_York	36.55344	-82.43931	496			TN	163		
4623464	Fox Hills	fox-hills	US		0	America/New_York	35.8723	-83.98741	262			TN	009		
4623490	Fox Run	fox-run	US		0	America/New_York	36.5376	-82.50265	403			TN	163		
4623493	Fox Springs (historical)	fox-springs-historical	US		0	America/Chicago	36.54367	-85.39635	203	Fox Spring,Fox Springs (historical),Foxspring		TN	027		
4623499	Foxboro Estates	foxboro-estates	US		0	America/Chicago	35.99645	-86.76055	236			TN	187		
4623501	Foxfire	foxfire	US		0	America/New_York	35.17785	-84.81661	270			TN	011		
4623502	Foxfire	foxfire	US		0	America/Chicago	35.91951	-85.04024	579			TN	035		
4623503	Foxland Forest	foxland-forest	US		0	America/Chicago	35.92534	-86.55249	173			TN	149		
4623504	Foxland Hall	foxland-hall	US		0	America/Chicago	36.01895	-86.82778	213			TN	187		
4623505	Foxmoor	foxmoor	US		0	America/Chicago	36.57227	-87.36945	160			TN	125		
4623506	Foxridge	foxridge	US		0	America/Chicago	35.84173	-86.5186	188			TN	149		
4623507	Foxwood Estates	foxwood-estates	US		0	America/New_York	35.13813	-85.18634	246			TN	065		
4623508	Foxwood Heights	foxwood-heights	US		0	America/New_York	35.04896	-85.24579	254			TN	065		
4623509	Foxxborough	foxxborough	US		0	America/New_York	36.28733	-82.37653	560			TN	179		
4623587	Franklin Hill	franklin-hill	US		0	America/New_York	35.90175	-84.11047	294			TN	093		
4623589	Franklin East	franklin-east	US		0	America/Chicago	35.9009	-86.805	260			TN	187		
4623601	Franklin Road Estates	franklin-road-estates	US		0	America/Chicago	35.84451	-86.48721	184			TN	149		
4623620	Fraterville	fraterville	US		0	America/New_York	36.19675	-84.17215	277			TN	001		
4623623	Frayser	frayser	US		0	America/Chicago	35.21759	-90.00342	78			TN	157		
4623690	Free Communion	free-communion	US		0	America/Chicago	36.48201	-85.27274	303	Free Communion,Hickey		TN	133		
4623692	Free Hill	free-hill	US		0	America/Chicago	36.56645	-85.4908	188	Free Hill,Free Hills		TN	027		
4623747	Freemont	freemont	US		0	America/Chicago	35.36147	-85.73497	580			TN	061		
4623749	Freeway	freeway	US		0	America/New_York	36.08341	-83.94185	330			TN	093		
4623750	Freewill	freewill	US		0	America/New_York	35.22424	-84.92217	237			TN	011		
4623751	Freewill	freewill	US		0	America/Chicago	36.29756	-85.58581	304			TN	087		
4623761	French Broad	french-broad	US		0	America/New_York	35.90732	-82.98431	353			TN	029		
4623764	French Broad (historical)	french-broad-historical	US		0	America/New_York	35.95092	-83.56878	320			TN	155		
4623803	Friends Station	friends-station	US		0	America/New_York	36.09481	-83.57906	302	Friends,Friends Station		TN	089		
4623887	Frierson Town	frierson-town	US		0	America/Chicago	35.52619	-87.18001	223	Frierson,Frierson Town		TN	119		
4623905	Frog Jump	frog-jump	US		0	America/Chicago	35.81674	-89.33535	97	Frog Jump,Gilliland		TN	033		
4623909	Frog Jump	frog-jump	US		0	America/Chicago	35.91563	-89.0084	95	Davis Springs,Frog Jump,Lightning Bug Center		TN	053		
4623910	Frog Pond	frog-pond	US		0	America/Chicago	36.12617	-87.22973	251			TN	043		
4623911	Frog Pond	frog-pond	US		0	America/Chicago	36.54644	-85.96998	294	Friendship,Frog Pond		TN	111		
4623928	Frost Bottom	frost-bottom	US		0	America/New_York	36.08897	-84.28131	267			TN	001		
4623974	Fudgearound	fudgearound	US		0	America/Chicago	35.68257	-86.17971	393			TN	031		
4623989	Fuller	fuller	US		0	America/New_York	36.52317	-81.80789	803			TN	091		
4623996	Fuller Estates	fuller-estates	US		0	America/New_York	36.23926	-83.22795	404			TN	063		
4624045	Furnace	furnace	US		0	America/Chicago	35.8934	-87.64058	146	Furnace,Old Furnace		TN	081		
4624077	Gabe (historical)	gabe-historical	US		0	America/New_York	36.20702	-83.92769	304			TN	173		
4624083	Gabtown	gabtown	US		0	America/New_York	36.3901	-82.61599	573			TN	179		
4624091	Gaby Hills	gaby-hills	US		0	America/New_York	36.25037	-83.29878	383			TN	063		
4624093	Gail (historical)	gail-historical	US		0	America/Chicago	35.35147	-88.73617	151			TN	023		
4624094	Gailor	gailor	US		0	America/Chicago	35.42925	-89.49813	103			TN	167		
4624119	Gaitherville	gaitherville	US		0	America/Chicago	35.24564	-87.3653	271			TN	099		
4624122	Galaxy Heights	galaxy-heights	US		0	America/New_York	35.12618	-85.25829	243			TN	065		
4624123	Galbraith	galbraith	US		0	America/New_York	36.36065	-83.17545	339			TN	073		
4624128	Galbraith Springs	galbraith-springs	US		0	America/New_York	36.36926	-83.17906	401	Galbraith Springs,Galbraiths Springs		TN	073		
4624135	Galen	galen	US		0	America/Chicago	36.57672	-85.96193	281			TN	111		
4624144	Galewood	galewood	US		0	America/New_York	35.89814	-84.02991	299			TN	093		
4624187	Galloway Mill	galloway-mill	US		0	America/New_York	36.49899	-82.29875	430	Galloway Mill,Grey Mill		TN	163		
4624220	Gandy	gandy	US		0	America/Chicago	35.22008	-87.40391	287			TN	099		
4624221	Gann	gann	US		0	America/Chicago	36.00868	-88.737	141	Belews,Gann		TN	053		
4624234	Gant	gant	US		0	America/Chicago	35.65618	-87.16501	270			TN	119		
4624242	Gap Creek	gap-creek	US		0	America/New_York	36.28566	-82.23236	548	Gap Creek,Gapcreek		TN	019		
4624256	Gap Run	gap-run	US		0	America/New_York	36.26178	-82.22902	625			TN	019		
4624257	Gap Spring	gap-spring	US		0	America/New_York	35.00563	-84.78494	239	Gap Spring,Gap Springs		TN	011		
4624261	Gap of the Ridge	gap-of-the-ridge	US		0	America/Chicago	36.52672	-86.1111	283			TN	111		
4624263	Gapcreek (historical)	gapcreek-historical	US		0	America/New_York	35.93398	-83.73462	270	Gap Creek,Gapcreek (historical)		TN	093		
4624268	Garden Farms	garden-farms	US		0	America/New_York	35.19313	-85.18468	214			TN	065		
4624289	Gardner Estates	gardner-estates	US		0	America/Chicago	35.89701	-86.8475	203			TN	187		
4624295	Garland Acres	garland-acres	US		0	America/New_York	36.2965	-82.33653	524			TN	179		
4624312	Garmar Subdivision	garmar-subdivision	US		0	America/Chicago	36.21395	-85.49053	346			TN	141		
4624368	Garretts Mill	garretts-mill	US		0	America/Chicago	36.42645	-85.2983	276			TN	133		
4624370	Garrettsburg	garrettsburg	US		0	America/Chicago	35.95645	-88.27643	131			TN	017		
4624431	Gath	gath	US		0	America/Chicago	35.78007	-85.79082	311			TN	177		
4624456	Gattistown	gattistown	US		0	America/Chicago	35.20814	-86.39583	250			TN	103		
4624467	Gaylan Heights	gaylan-heights	US		0	America/New_York	35.07285	-85.22996	256	Gaylan Heights,Gaylon Heights		TN	065		
4624490	Geedville	geedville	US		0	America/Chicago	35.70757	-86.01527	340			TN	015		
4624502	Genesis	genesis	US		0	America/Chicago	36.10924	-84.91717	514			TN	035		
4624507	Gennett Camp	gennett-camp	US		0	America/New_York	36.23425	-84.29132	418	Gennett,Gennett Camp		TN	013		
4624586	Georgemere	georgemere	US		0	America/Chicago	36.22228	-86.54277	201			TN	189		
4624596	Georgia Terrace	georgia-terrace	US		0	America/New_York	36.314	-82.33042	500			TN	179		
4624613	Gernt	gernt	US		0	America/Chicago	36.44535	-84.71466	309			TN	049		
4624614	Gerren Heights	gerren-heights	US		0	America/Chicago	35.58257	-85.13524	615			TN	007		
4624619	Gethsemane (historical)	gethsemane-historical	US		0	America/Chicago	35.16869	-86.50777	229			TN	103		
4624638	Gibbs (historical)	gibbs-historical	US		0	America/Chicago	35.05981	-88.18198	127			TN	071		
4624644	Gibbs Crossroads	gibbs-crossroads	US		0	America/Chicago	36.44922	-85.88054	306	Gibbs Cross Roads,Gibbs Crossroads		TN	111		
4624655	Gertrude (historical)	gertrude-historical	US		0	America/Chicago	36.15006	-86.61166	149			TN	037		
4624676	Gibson Hall	gibson-hall	US		0	America/New_York	36.51592	-83.48074	372			TN	025		
4624680	Gibson Farm Subdivision	gibson-farm-subdivision	US		0	America/New_York	35.31674	-84.83939	218			TN	011		
4624690	Gibson Subdivision	gibson-subdivision	US		0	America/Chicago	36.11367	-85.51748	324			TN	141		
4624691	Gibson Wells	gibson-wells	US		0	America/Chicago	35.88063	-89.03951	104	Blands Wells,Gibson Wells,Gibsons Well,Old Gibson Wells		TN	053		
4624693	Gibsontown	gibsontown	US		0	America/New_York	36.55121	-82.54515	374			TN	163		
4624705	Gift	gift	US		0	America/Chicago	35.5523	-89.56452	99			TN	167		
4624714	Gilbreath	gilbreath	US		0	America/New_York	36.23677	-82.98016	355			TN	059		
4624725	Gildfield	gildfield	US		0	America/Chicago	35.30453	-89.78619	97			TN	157		
4624746	Gileston (historical)	gileston-historical	US		0	America/Chicago	35.36674	-87.01667	221			TN	055		
4624756	Giles Town	giles-town	US		0	America/Chicago	35.32453	-90.04315	104	Giles Town,Meese		TN	157		
4624758	Gillentine (historical)	gillentine-historical	US		0	America/Chicago	35.63812	-85.45692	574			TN	175		
4624759	Gillenwater (historical)	gillenwater-historical	US		0	America/New_York	36.48482	-82.96294	405			TN	073		
4625152	Goin	goin	US		0	America/New_York	36.42341	-83.72213	428	Goin,Goins		TN	025		
4624801	Gillises Mills	gillises-mills	US		0	America/Chicago	35.13564	-88.03531	195	Gillis Mills,Gillises Mills		TN	071		
4624815	Gilmer Park	gilmer-park	US		0	America/New_York	36.32511	-82.36653	532			TN	179		
4624825	Gilreath Mill	gilreath-mill	US		0	America/Chicago	36.55451	-85.03245	251			TN	049		
4624826	Gilroy (historical)	gilroy-historical	US		0	America/Chicago	36.00423	-86.62666	202			TN	037		
4624828	Gilt Edge	gilt-edge	US		476	America/Chicago	35.55119	-89.82453	83	Gilt Edge,Giltedge		TN	167		
4624867	Gipsonville	gipsonville	US		0	America/Chicago	35.42202	-87.10251	256	Gibsonville,Gipsonville		TN	055		
4624870	Girlton (historical)	girlton-historical	US		0	America/New_York	36.3473	-83.99436	343			TN	013		
4624871	Gismonda	gismonda	US		0	America/Chicago	35.95923	-88.11809	160			TN	005		
4624885	Gladdice	gladdice	US		0	America/Chicago	36.34645	-85.80554	162	Gladdice,Gladdico,Gladice		TN	087		
4624891	Glade Creek	glade-creek	US		0	America/Chicago	36.00534	-85.27164	588			TN	141		
4624900	Gladecreek (historical)	gladecreek-historical	US		0	America/Chicago	35.65146	-85.23885	527	Glade Creek,Gladecreek (historical)		TN	007		
4624901	Glades	glades	US		0	America/New_York	36.24257	-84.78995	479			TN	129		
4624922	Glasgow (historical)	glasgow-historical	US		0	America/Chicago	36.31812	-88.64589	153			TN	183		
4624926	Glass	glass	US		0	America/Chicago	36.26479	-89.25368	98			TN	131		
4624936	Glaze	glaze	US		0	America/Chicago	35.86257	-86.42138	174			TN	149		
4624948	Glen Alice	glen-alice	US		0	America/New_York	35.80591	-84.7405	243	Glen Alice,Glenalice		TN	145		
4624954	Glen Arden	glen-arden	US		0	America/New_York	35.95341	-84.07769	337			TN	093		
4624969	Glen Wright	glen-wright	US		0	America/New_York	35.88452	-84.5416	337			TN	145		
4624983	Glendale Acres	glendale-acres	US		0	America/New_York	36.25676	-83.21183	407			TN	063		
4624988	Glendale Estates	glendale-estates	US		0	America/Chicago	35.19897	-87.01195	223			TN	055		
4624990	Glendale Park	glendale-park	US		0	America/Chicago	36.09728	-86.78611	184			TN	037		
4625011	Glenmar Hills	glenmar-hills	US		0	America/New_York	35.09479	-85.19857	252			TN	065		
4625012	Glenmary	glenmary	US		0	America/New_York	36.31091	-84.62466	389	Glen Mary,Glenmary		TN	151		
4625015	Glenmore Estates	glenmore-estates	US		0	America/New_York	35.83619	-83.95546	274			TN	009		
4625030	Glenobey	glenobey	US		0	America/Chicago	36.38535	-85.00912	226			TN	049		
4625031	Glenraven (historical)	glenraven-historical	US		0	America/Chicago	36.52866	-87.04778	170			TN	147		
4625034	Glenstone	glenstone	US		0	America/Chicago	36.49449	-87.27973	159			TN	125		
4625058	Glenwylde	glenwylde	US		0	America/Chicago	36.29561	-87.3439	154	Beef Range,Beefrange,Glen Wilde,Glenwilde,Glenwylde,Soules Chapel		TN	043		
4625061	Glimp	glimp	US		0	America/Chicago	35.69952	-89.64452	114	Glimp,Glimpville		TN	097		
4625065	Glenrose Park	glenrose-park	US		0	America/Chicago	35.93284	-86.51277	168			TN	149		
4625067	Gloriana (historical)	gloriana-historical	US		0	America/Chicago	35.9759	-86.1886	237			TN	189		
4625077	Glover Hill	glover-hill	US		0	America/Chicago	35.06313	-85.65164	214			TN	115		
4625081	Glover Crossroad	glover-crossroad	US		0	America/Chicago	36.44921	-86.94667	220	Glover,Glover Crossroad		TN	147		
4625086	Gnat Grove	gnat-grove	US		0	America/Chicago	35.29924	-86.81306	313			TN	117		
4625088	Gnat Hill	gnat-hill	US		0	America/Chicago	35.62424	-86.14027	354			TN	031		
4625093	Goad	goad	US		0	America/Chicago	36.4048	-84.73161	472			TN	049		
4625100	Goat City	goat-city	US		0	America/Chicago	35.82757	-88.76006	169			TN	053		
4625120	Gobey	gobey	US		0	America/New_York	36.14897	-84.59966	327			TN	129		
4625147	Goffton	goffton	US		0	America/Chicago	36.10395	-85.44053	324	Dry Valley,Goffton		TN	141		
4625172	Gold Point Estates	gold-point-estates	US		0	America/New_York	35.15729	-85.19079	298			TN	065		
4625176	Golddust	golddust	US		0	America/Chicago	35.72536	-89.8587	76	Gold Dust,Golddust		TN	097		
4625189	Golden Meadows	golden-meadows	US		0	America/New_York	35.97591	-84.10269	305			TN	093		
4625190	Golden Oaks Estates	golden-oaks-estates	US		0	America/New_York	35.1759	-85.26107	243			TN	065		
4625201	Gomp Addition	gomp-addition	US		0	America/New_York	36.33122	-82.35403	505			TN	179		
4625250	Good Luck	good-luck	US		0	America/Chicago	36.12034	-88.90701	109			TN	053		
4625268	Goodbars	goodbars	US		0	America/Chicago	35.7409	-85.60137	282			TN	177		
4625381	Goose Horn	goose-horn	US		0	America/Chicago	36.44256	-85.82609	313			TN	111		
4625385	Gooseneck	gooseneck	US		0	America/New_York	36.22175	-84.02714	318			TN	001		
4625386	Gooseneck	gooseneck	US		0	America/New_York	35.75286	-84.10713	268			TN	009		
4625397	Goosetown	goosetown	US		0	America/New_York	35.31674	-84.55688	278			TN	107		
4625415	Gordonsburg	gordonsburg	US		0	America/Chicago	35.5698	-87.4239	186			TN	101		
4625437	Goshen (historical)	goshen-historical	US		0	America/Chicago	35.04175	-86.57361	287			TN	103		
4625475	Gossburg	gossburg	US		0	America/Chicago	35.66202	-86.2161	285	Gaussburg,Gossburg		TN	031		
4625488	Gouge (historical)	gouge-historical	US		0	America/New_York	36.31817	-82.09707	597			TN	019		
4625513	Gower (historical)	gower-historical	US		0	America/Chicago	35.32091	-87.58058	305			TN	181		
4625520	Graball	graball	US		0	America/Chicago	35.30924	-86.80861	260			TN	117		
4625521	Graball	graball	US		236	America/Chicago	36.48254	-86.43805	284			TN	165		
4625523	Graball	graball	US		0	America/Chicago	35.87257	-88.74478	143	Grabal,Graball		TN	053		
4625535	Grace (historical)	grace-historical	US		0	America/Chicago	35.9759	-85.60498	284			TN	185		
4625625	Graham Mill	graham-mill	US		0	America/New_York	36.17733	-82.54431	446			TN	179		
4625632	Grammer Estates	grammer-estates	US		0	America/Chicago	35.95729	-87.11445	250			TN	187		
4625650	Grandiose Field	grandiose-field	US		0	America/Chicago	36.18978	-85.57137	310			TN	141		
4625670	Grandview Heights	grandview-heights	US		0	America/New_York	35.75925	-83.93712	317			TN	009		
4625679	Grandview Terrace	grandview-terrace	US		0	America/New_York	36.53066	-82.17069	524			TN	163		
4625720	Grants Chapel	grants-chapel	US		0	America/New_York	36.03981	-83.44322	404			TN	089		
4625725	Grantville (historical)	grantville-historical	US		0	America/Chicago	36.45477	-87.25195	168			TN	125		
4625735	Grapevine (historical)	grapevine-historical	US		0	America/Chicago	35.75646	-85.13052	523			TN	007		
4625756	Grassland	grassland	US		0	America/Chicago	35.99867	-86.88333	189			TN	187		
4625757	Grassland Addition	grassland-addition	US		0	America/Chicago	35.94062	-85.02496	569			TN	035		
4625759	Grassland Estates	grassland-estates	US		0	America/Chicago	36.00423	-86.88139	187			TN	187		
4625762	Grasslands	grasslands	US		0	America/Chicago	36.53783	-87.3264	147			TN	125		
4625782	Grassy Cove	grassy-cove	US		0	America/Chicago	35.84063	-84.91801	472			TN	035		
4625795	Grassy Fork	grassy-fork	US		0	America/New_York	35.81732	-83.09126	619			TN	029		
4625843	Gratio	gratio	US		0	America/Chicago	36.25868	-89.42535	91			TN	131		
4625859	Gravel Hill	gravel-hill	US		0	America/Chicago	35.08675	-88.52449	162			TN	109		
4625861	Gravel Hill	gravel-hill	US		0	America/New_York	36.20733	-82.59459	462			TN	179		
4625883	Gravelly Hill	gravelly-hill	US		0	America/New_York	36.10148	-83.48267	395			TN	089		
4625885	Gravelly Hills	gravelly-hills	US		0	America/New_York	35.82897	-84.13241	290			TN	009		
4625894	Gravelotte	gravelotte	US		0	America/Chicago	36.22422	-87.00639	131			TN	021		
4625895	Graveltown	graveltown	US		0	America/Chicago	36.35116	-85.9636	156			TN	159		
4625925	Graveston	graveston	US		0	America/New_York	36.15953	-83.82546	322	Graveston,Gravesville		TN	093		
4625946	Gray Acres	gray-acres	US		0	America/New_York	36.52344	-82.18874	498			TN	163		
4625995	Graymere Manor	graymere-manor	US		0	America/Chicago	35.59313	-87.0789	199			TN	119		
4626007	Grays Camp	grays-camp	US		0	America/Chicago	36.45756	-89.35952	88			TN	131		
4626012	Grays Crossing	grays-crossing	US		0	America/Chicago	36.33061	-87.75197	239			TN	083		
4626017	Graysburg	graysburg	US		0	America/New_York	36.31455	-82.68043	525	Graysburg,Graysburgh		TN	059		
4626026	Graystone Estates	graystone-estates	US		0	America/New_York	36.58455	-82.1293	551			TN	163		
4626112	Green Acres	green-acres	US		0	America/Chicago	35.18591	-87.05334	207			TN	055		
4626113	Green Acres	green-acres	US		0	America/New_York	36.15066	-82.78904	461			TN	059		
4626114	Green Acres	green-acres	US		0	America/New_York	36.18648	-83.41823	361			TN	063		
4626115	Green Acres	green-acres	US		0	America/New_York	35.03841	-85.08134	253			TN	065		
4626116	Green Acres	green-acres	US		0	America/Chicago	36.63671	-87.42723	167			TN	125		
4626117	Green Acres	green-acres	US		0	America/New_York	35.84396	-84.51132	234			TN	145		
4626118	Green Acres	green-acres	US		0	America/New_York	36.52566	-82.53154	388	Edgewood,Green Acres		TN	163		
4626119	Green Acres	green-acres	US		0	America/Chicago	36.14784	-85.51664	342			TN	141		
4626120	Green Acres	green-acres	US		0	America/Chicago	35.94729	-86.50416	174			TN	149		
4626137	Green Brier	green-brier	US		0	America/Chicago	36.61284	-85.13134	301	Green Briar,Green Brier		TN	137		
4626163	Green Cove	green-cove	US		0	America/New_York	35.2009	-85.17718	226			TN	065		
4626168	Green Field	green-field	US		0	America/Chicago	35.14203	-87.05834	202			TN	055		
4626172	Green Grove	green-grove	US		0	America/Chicago	36.46477	-86.17304	184			TN	111		
4626179	Green Hill	green-hill	US		0	America/Chicago	35.83173	-85.79554	310			TN	177		
4626181	Green Hill	green-hill	US		6618	America/Chicago	36.22283	-86.54944	197	Green Hill,Greenhill		TN	189		
4626182	Green Hill	green-hill	US		0	America/New_York	36.30372	-82.45598	547			TN	179		
4626200	Green Hills	green-hills	US		0	America/Chicago	36.10367	-86.81667	168			TN	037		
4626201	Green Hills	green-hills	US		0	America/Chicago	36.21617	-85.50109	321			TN	141		
4626202	Green Hills	green-hills	US		0	America/New_York	35.12535	-85.23635	207			TN	065		
4626203	Green Hills	green-hills	US		0	America/Chicago	35.53925	-89.68008	119			TN	167		
4626223	Green Meadow	green-meadow	US		0	America/New_York	35.77814	-84.00241	282			TN	009		
4626224	Green Meadow	green-meadow	US		0	America/New_York	35.12285	-84.89356	284			TN	011		
4626227	Green Meadows	green-meadows	US		0	America/Chicago	35.8459	-86.48166	189			TN	149		
4626234	Green Pine	green-pine	US		0	America/New_York	36.26983	-82.27736	576			TN	019		
4626250	Green River (historical)	green-river-historical	US		0	America/Chicago	35.27091	-87.7578	246	Green River (historical),Greenriver		TN	181		
4626266	Green Valley Estates	green-valley-estates	US		0	America/Chicago	35.86618	-86.85722	240			TN	187		
4626277	Greenbriar	greenbriar	US		0	America/Chicago	35.85201	-86.35471	190			TN	149		
4626289	Greenbrier (historical)	greenbrier-historical	US		0	America/New_York	35.70787	-83.37988	512			TN	155		
4626292	Greenbriar Village	greenbriar-village	US		0	America/Chicago	35.94868	-85.00551	563			TN	035		
4626345	Greenfield Bend	greenfield-bend	US		0	America/Chicago	35.68285	-87.27307	170			TN	119		
4626352	Greenfield Heights	greenfield-heights	US		0	America/New_York	36.34844	-82.3957	503			TN	179		
4626360	Greenfields	greenfields	US		0	America/New_York	36.53455	-82.53598	386			TN	163		
4626361	Greenfields	greenfields	US		0	America/New_York	36.34177	-82.38875	494			TN	179		
4626363	Greenhaw	greenhaw	US		0	America/Chicago	35.22314	-86.00998	321			TN	051		
4626367	Greenhill	greenhill	US		0	America/New_York	36.0262	-83.48267	349	Emmanuel,Greenhill		TN	089		
4626375	Greenhills	greenhills	US		0	America/Chicago	36.13284	-88.61728	123			TN	183		
4626377	Greenland Farms	greenland-farms	US		0	America/Chicago	36.4881	-87.37056	123			TN	125		
4626381	Greenlaw	greenlaw	US		0	America/Chicago	35.15953	-90.04287	73			TN	157		
4626393	Greens Crossroad	greens-crossroad	US		0	America/Chicago	35.78896	-85.71554	300	Cross Roads,Greens Crossroad		TN	177		
4626397	Greens Mill	greens-mill	US		0	America/New_York	35.17646	-85.22635	215	Greens Mill,Upper Mill		TN	065		
4626425	Greenwood Acres	greenwood-acres	US		0	America/New_York	36.19287	-83.29461	442			TN	063		
4626451	Greenwood Estates	greenwood-estates	US		0	America/Chicago	35.04564	-86.56833	292			TN	103		
4626452	Greenwood Forest	greenwood-forest	US		0	America/New_York	36.05536	-83.93741	337			TN	093		
4626453	Greenwood Heights	greenwood-heights	US		0	America/New_York	35.97453	-84.02324	327			TN	093		
4626519	Gregory Subdivision	gregory-subdivision	US		0	America/New_York	36.16844	-82.80599	478			TN	059		
4626522	Greivertown	greivertown	US		0	America/Chicago	35.83535	-84.79272	372			TN	035		
4626534	Greystone	greystone	US		0	America/New_York	36.10038	-82.70765	481			TN	059		
4626536	Greystone Heights	greystone-heights	US		0	America/New_York	35.71731	-83.51572	532			TN	155		
4626543	Grey (historical)	grey-historical	US		0	America/Chicago	36.46867	-85.38636	272			TN	133		
4626546	Griffen	griffen	US		0	America/Chicago	35.2762	-89.50035	95	Griffen,Griffens Store,Griffin		TN	047		
4626548	Grief (historical)	grief-historical	US		0	America/New_York	35.20369	-84.69855	232			TN	139		
4626550	Griffin (historical)	griffin-historical	US		0	America/Chicago	36.26311	-87.9292	109			TN	083		
4626560	Griffin Corner	griffin-corner	US		0	America/Chicago	35.32592	-89.98564	80			TN	157		
4626572	Griffintown	griffintown	US		0	America/Chicago	36.18256	-87.13751	167			TN	021		
4626586	Griffith Creek	griffith-creek	US		0	America/Chicago	35.28396	-85.54997	681			TN	115		
4626599	Griffitts (historical)	griffitts-historical	US		0	America/New_York	35.68202	-84.23047	268			TN	105		
4626613	Grigsby	grigsby	US		0	America/New_York	36.32399	-82.996	375			TN	073		
4626677	Grizzard	grizzard	US		0	America/Chicago	36.0284	-88.98562	102			TN	053		
4626700	Gross Crossroad	gross-crossroad	US		0	America/New_York	36.45594	-82.34931	462	Gross,Gross Crossroad		TN	163		
4626726	Groves (historical)	groves-historical	US		0	America/Chicago	35.6709	-85.66053	280			TN	177		
4626758	Gudger	gudger	US		0	America/New_York	35.47452	-84.42409	292			TN	123		
4626761	Gruetli	gruetli	US		0	America/Chicago	35.37091	-85.65997	577			TN	061		
4626790	Gulf Park	gulf-park	US		0	America/New_York	35.93314	-84.10964	305			TN	093		
4626791	Gulfwood	gulfwood	US		0	America/New_York	35.93036	-84.0863	281			TN	093		
4626802	Gum	gum	US		0	America/Chicago	35.74479	-86.32583	209			TN	149		
4626811	Gum Creek	gum-creek	US		0	America/Chicago	35.29258	-86.00693	305			TN	051		
4626816	Gum Flat	gum-flat	US		0	America/Chicago	35.71507	-88.98395	115			TN	033		
4626833	Gum Road Subdivision	gum-road-subdivision	US		0	America/Chicago	35.74451	-86.31694	214			TN	149		
4626854	Gum Springs	gum-springs	US		0	America/Chicago	35.19175	-87.29196	305			TN	099		
4626855	Gum Springs	gum-springs	US		0	America/Chicago	35.0887	-86.40888	287			TN	103		
4626856	Gum Springs	gum-springs	US		0	America/Chicago	36.4445	-85.94526	201			TN	111		
4626874	Gumdale	gumdale	US		0	America/Chicago	35.51841	-87.99308	125			TN	039		
4626883	Gunnings	gunnings	US		0	America/New_York	36.53205	-82.38542	510			TN	163		
4626952	Habersham	habersham	US		0	America/New_York	36.49758	-84.07354	347			TN	013		
4626955	Hacker (historical)	hacker-historical	US		0	America/New_York	36.22983	-82.5482	476			TN	179		
4626376	Greenland	greenland	US	03840	0	America/New_York	36.5026	-82.78655	366			TN	073		
4626988	Haglerville (historical)	haglerville-historical	US		0	America/Chicago	36.16728	-88.34588	159	Haglersville,Haglerville (historical)		TN	079		
4626991	Hagys Corner	hagys-corner	US		0	America/Chicago	35.40397	-89.76675	122			TN	157		
4626996	Haigler Ridge	haigler-ridge	US		0	America/Chicago	36.26895	-88.13032	133	Haigler Ridge,Stems Store		TN	079		
4627049	Hales Camp	hales-camp	US		0	America/Chicago	35.99617	-86.49249	159			TN	149		
4627055	Hales Point	hales-point	US		0	America/Chicago	35.91007	-89.62702	78	Hale Point,Hale's Point,Hales Point,Halespoint		TN	097		
4627059	Haletown	haletown	US		0	America/Chicago	35.02841	-85.5383	195	Guild,Haletown		TN	115		
4627060	Haleville (historical)	haleville-historical	US		0	America/Chicago	35.97534	-85.98443	184			TN	041		
4627061	Halewood Hills	halewood-hills	US		0	America/Chicago	35.93673	-86.47277	164			TN	149		
4627062	Haley	haley	US		0	America/Chicago	35.48841	-86.31083	254	Haley,Haleys Station,Haleys Woodyard,Maupins Station		TN	003		
4627064	Hale Mill	hale-mill	US		0	America/Chicago	35.8409	-85.13718	526			TN	035		
4627081	Haleys Grove	haleys-grove	US		0	America/Chicago	35.90979	-84.89162	544			TN	035		
4627083	Half Acre	half-acre	US		0	America/Chicago	35.86812	-85.92221	336	Half Acre,Mechanicsville		TN	015		
4627090	Half Moon Shores	half-moon-shores	US		0	America/New_York	35.72896	-84.66938	233	Half Moon Shores,Halfmoon Shores		TN	145		
4627102	Halfway Town (historical)	halfway-town-historical	US		0	America/New_York	35.53675	-84.08463	274			TN	123		
4627181	Hall Town	hall-town	US		0	America/Chicago	36.50365	-86.56361	252			TN	165		
4627185	Hallbrook	hallbrook	US		0	America/New_York	36.0823	-83.91935	312			TN	093		
4627186	Hallbrook	hallbrook	US		0	America/Chicago	35.99867	-86.78417	217			TN	187		
4627189	Hallmark Estates	hallmark-estates	US		0	America/New_York	36.21565	-83.36934	407			TN	063		
4627205	Halls Creek	halls-creek	US		0	America/Chicago	36.19006	-87.82197	139			TN	085		
4627207	Halls Crossroads	halls-crossroads	US		0	America/New_York	36.08036	-83.94241	320	Hall Crossroad,Halls,Halls Cross Roads,Halls Crossroads		TN	093		
4627216	Halls Hill	halls-hill	US		0	America/Chicago	35.86979	-86.23499	184			TN	149		
4627221	Halls Mill	halls-mill	US		0	America/Chicago	35.5534	-86.58194	201			TN	003		
4627239	Hallview Meadows	hallview-meadows	US		0	America/Chicago	35.98923	-87.1314	264			TN	187		
4627250	Hamble	hamble	US		0	America/Chicago	36.307	-87.28334	177			TN	043		
4627261	Hambright	hambright	US		0	America/New_York	35.21257	-84.51215	232			TN	139		
4627288	Hamillville	hamillville	US		0	America/New_York	35.12452	-85.23273	207			TN	065		
4627329	Hamilton Mill	hamilton-mill	US		0	America/Chicago	35.10869	-86.77889	210	Hamilton Mill,Hamiltons Mill		TN	103		
4627332	Hamilton Subdivision	hamilton-subdivision	US		0	America/New_York	35.85452	-84.47493	255			TN	145		
4627341	Hamlin Town	hamlin-town	US		0	America/New_York	36.56591	-83.93437	345			TN	025		
4627348	Hammer Store	hammer-store	US		0	America/New_York	36.24703	-83.5249	375	Doyal,Hammer Store,Whitt Store		TN	057		
4627397	Hampton Heights	hampton-heights	US		0	America/New_York	35.06341	-85.29357	225			TN	065		
4627403	Hampton Mill	hampton-mill	US		0	America/New_York	36.11288	-82.68376	482			TN	059		
4627409	Hampton Station	hampton-station	US		0	America/Chicago	36.61366	-87.22556	163	Beldon,Hampton,Hampton Station		TN	125		
4627410	Hampton Woods	hampton-woods	US		0	America/New_York	35.17451	-85.22385	245			TN	065		
4627411	Hamptons Crossroads	hamptons-crossroads	US		0	America/Chicago	36.05423	-85.51664	313	Ballard,Hamptons Crossroads		TN	185		
4627436	Handleyton	handleyton	US		0	America/Chicago	36.59949	-86.62944	202			TN	147		
4627439	Haney	haney	US		0	America/Chicago	35.49618	-88.14003	164			TN	039		
4627448	Hanging Limb	hanging-limb	US		0	America/Chicago	36.23701	-85.16191	583			TN	133		
4627465	Hanlan (historical)	hanlan-historical	US		0	America/Chicago	35.57702	-85.87859	302			TN	177		
4627493	Hannum Addition	hannum-addition	US		0	America/New_York	35.76119	-83.97352	273			TN	009		
4627504	Happy Acres	happy-acres	US		0	America/New_York	36.05147	-83.86324	341			TN	093		
4627507	Happy Hill	happy-hill	US		0	America/Chicago	35.37091	-86.99667	246			TN	055		
4627561	Harbin	harbin	US		0	America/New_York	35.87035	-84.63744	250			TN	145		
4627565	Harbison Crossroads	harbison-crossroads	US		0	America/New_York	36.12092	-83.85269	337	Church Grove,Harbison,Harbison Crossroads,Harbisons Crossroads		TN	093		
4627570	Harbor Heights	harbor-heights	US		0	America/New_York	35.09674	-85.19857	245			TN	065		
4627571	Harbor Hills	harbor-hills	US		0	America/New_York	35.34729	-84.86522	219			TN	011		
4627572	Harbor Isles	harbor-isles	US		0	America/Chicago	36.00201	-86.46721	159			TN	149		
4627014	Hale	hale	US	48739	0	America/Chicago	35.93562	-85.04246	569			TN	035		
4627577	Harbour	harbour	US		0	America/New_York	36.45954	-82.64015	395			TN	163		
4627583	Harbour Woods	harbour-woods	US		0	America/New_York	35.11396	-85.15273	220			TN	065		
4627584	Harbuck	harbuck	US		0	America/New_York	35.0923	-84.37187	501			TN	139		
4627640	Hardin Estates	hardin-estates	US		0	America/New_York	35.80841	-84.23992	257			TN	105		
4627674	Hardscrabble	hardscrabble	US		0	America/Chicago	35.89368	-86.10193	235			TN	015		
4627677	Hardison Mill	hardison-mill	US		0	America/Chicago	35.61035	-86.82306	195			TN	119		
4627678	Hardwick (historical)	hardwick-historical	US		0	America/Chicago	35.07092	-87.60336	198			TN	181		
4627685	Hardwick Subdivision	hardwick-subdivision	US		0	America/Chicago	35.13119	-87.53558	190			TN	099		
4627688	Hardy Acres	hardy-acres	US		0	America/Chicago	35.64563	-87.02028	200			TN	119		
4627705	Hargiss	hargiss	US		0	America/Chicago	36.22173	-85.16635	578			TN	133		
4627729	Harley Subdivision	harley-subdivision	US		0	America/Chicago	36.1895	-85.53109	321			TN	141		
4627771	Harmony Grove	harmony-grove	US		0	America/New_York	35.88954	-82.99765	392			TN	029		
4627773	Harmony Hills	harmony-hills	US		0	America/New_York	36.58066	-82.50376	444			TN	163		
4627783	Harms	harms	US		0	America/Chicago	35.1548	-86.65083	200			TN	103		
4627822	Harpeth Estates	harpeth-estates	US		0	America/Chicago	36.02617	-86.93945	241			TN	187		
4627828	Harpeth Hills	harpeth-hills	US		0	America/Chicago	35.99867	-86.89445	235			TN	187		
4627836	Harpeth	harpeth	US		0	America/Chicago	35.79896	-86.84417	233			TN	187		
4627837	Harpeth River Estates	harpeth-river-estates	US		0	America/Chicago	36.04645	-86.93945	178			TN	037		
4627841	Harpeth Valley	harpeth-valley	US		0	America/Chicago	36.18089	-87.16751	142			TN	043		
4627848	Harr	harr	US		0	America/New_York	36.58761	-81.99235	550			TN	163		
4627859	Harrican (historical)	harrican-historical	US		0	America/Chicago	35.50841	-85.70414	297			TN	061		
4627862	Harrill Hills	harrill-hills	US		0	America/New_York	36.04314	-83.91907	315			TN	093		
4627870	Harriman Junction	harriman-junction	US		0	America/New_York	35.94426	-84.56625	235	Harriman Junction,Knoxville Junction		TN	145		
4627951	Harris Hills	harris-hills	US		0	America/New_York	34.99174	-85.17912	276			TN	065		
4627955	Harris Hollow	harris-hollow	US		0	America/Chicago	36.23756	-87.32501	177	Harris Hollow,Lick Skillet		TN	043		
4627965	Harris Mill	harris-mill	US		0	America/New_York	36.00872	-82.53958	761			TN	171		
4627984	Harrison Addition	harrison-addition	US		0	America/Chicago	35.9509	-85.0194	571			TN	035		
4627990	Harrison Bluff	harrison-bluff	US		0	America/New_York	35.14785	-85.15801	211	Harrison Bluff,Harrison Bluff Cabin Site Area		TN	065		
4628025	Harrison Hills	harrison-hills	US		0	America/New_York	35.80952	-84.28937	286			TN	105		
4628027	Harrison Hills	harrison-hills	US		0	America/New_York	36.16288	-82.79571	467			TN	059		
4628034	Harrison Point	harrison-point	US		0	America/New_York	35.12341	-85.14051	213			TN	065		
4628051	Harrtown	harrtown	US		0	America/New_York	36.56066	-82.38598	508			TN	163		
4628057	Hart (historical)	hart-historical	US		0	America/Chicago	35.71118	-85.21941	538			TN	007		
4628079	Harth Addition	harth-addition	US		0	America/New_York	35.77592	-83.9624	264			TN	009		
4628080	Hartland Estates	hartland-estates	US		0	America/New_York	35.96952	-84.38382	266			TN	145		
4628097	Hartman Subdivision	hartman-subdivision	US		0	America/New_York	36.18066	-82.87071	403			TN	059		
4628099	Hartmantown	hartmantown	US		0	America/New_York	36.36594	-82.56904	548			TN	179		
4628108	Hartshaw Subdivision	hartshaw-subdivision	US		0	America/New_York	36.18538	-82.89571	418			TN	059		
4628117	Hartsville Junction	hartsville-junction	US		0	America/Chicago	36.44949	-86.32666	153			TN	165		
4628141	Harwell	harwell	US		0	America/Chicago	35.11814	-87.00584	194	Harwell,Richland		TN	055		
4628203	Hatchertown	hatchertown	US		0	America/New_York	35.73176	-83.63211	428			TN	155		
4628257	Hatmaker (historical)	hatmaker-historical	US		0	America/New_York	36.2873	-84.08853	311			TN	013		
4628287	Haversons (historical)	haversons-historical	US		0	America/New_York	36.34452	-83.78047	331	Harversons Cross Roads,Haversons (historical)		TN	173		
4628288	Havley Springs	havley-springs	US		0	America/New_York	36.22898	-83.31073	366			TN	063		
4628360	Haws Crossroads	haws-crossroads	US		0	America/New_York	36.3826	-82.61654	542	Haw Crossroad,Hawes Cross Roads,Hawes Crossroads,Haws Crossroad,Haws Crossroads,Haws Roads		TN	179		
4628368	Haydenburg	haydenburg	US		0	America/Chicago	36.42061	-85.74331	304	Haydenburg,Haydenburgh		TN	087		
4628398	Haynes (historical)	haynes-historical	US		0	America/New_York	36.35008	-83.67491	312			TN	173		
4628415	Haynes Haven	haynes-haven	US		0	America/Chicago	35.87618	-86.38749	183			TN	149		
4628427	Haynesfield	haynesfield	US		0	America/New_York	36.56816	-82.1943	507			TN	163		
4628443	Hays Crossing	hays-crossing	US		0	America/Chicago	35.06065	-89.46674	104			TN	047		
4628446	Haysboro	haysboro	US		0	America/Chicago	36.23228	-86.71389	152	Haysboro,Haysborough		TN	037		
4628465	Haywood Heights	haywood-heights	US		0	America/Chicago	35.59091	-89.27146	108			TN	075		
4628499	Head of Barren	head-of-barren	US		0	America/New_York	36.42064	-83.64158	412	Head of Barren,Head of Barron		TN	025		
4628514	Heads (historical)	heads-historical	US		0	America/Chicago	35.86257	-85.59415	301			TN	185		
4628528	Hearndale	hearndale	US		0	America/Chicago	36.25312	-88.46727	125			TN	079		
4628538	Heather Heights	heather-heights	US		0	America/New_York	35.9923	-84.08714	296			TN	093		
4628541	Heatherwood Hills	heatherwood-hills	US		0	America/Chicago	35.86062	-86.86278	248			TN	187		
4628543	Heathrow	heathrow	US		0	America/Chicago	36.0009	-86.81194	242			TN	187		
4628544	Heathrow Hills	heathrow-hills	US		0	America/Chicago	36.00645	-86.81972	226			TN	187		
4628545	Heathwood	heathwood	US		0	America/Chicago	36.11451	-85.52359	299			TN	141		
4628551	Heaton Creek	heaton-creek	US		0	America/New_York	36.15706	-82.08401	869			TN	019		
4628558	Hebbertsburg	hebbertsburg	US		0	America/Chicago	36.01729	-84.79467	474	Hebbertsburg,Hebbertsburgh,Yellow Creek		TN	035		
4628591	Hedgemoor	hedgemoor	US		0	America/Chicago	35.13537	-89.93092	89			TN	157		
4628602	Hedgecoth (historical)	hedgecoth-historical	US		0	America/Chicago	35.88201	-84.93745	538			TN	035		
4628641	Heloise	heloise	US		0	America/Chicago	36.05063	-89.67563	83			TN	045		
4628665	Hembree	hembree	US		0	America/New_York	36.22952	-84.42049	412			TN	151		
4628681	Hemlock Park	hemlock-park	US		0	America/New_York	36.50288	-82.50431	394			TN	163		
4628690	Henard (historical)	henard-historical	US		0	America/Chicago	36.34451	-85.31941	286			TN	133		
4628692	Henard Mill	henard-mill	US		0	America/New_York	36.48287	-82.98767	387	Henard Mill,Hennard Mill		TN	073		
4628694	Henardtown	henardtown	US		0	America/New_York	36.38426	-83.01266	363	Henardtown,Spear Springs,Spears Springs		TN	073		
4628730	Henderson Springs	henderson-springs	US		0	America/New_York	35.80537	-83.59239	302	Henderson Springs,Hendersons Springs		TN	155		
4628734	Hendersons Subdivision	hendersons-subdivision	US		0	America/Chicago	35.08731	-86.60166	299			TN	103		
4628744	Hendon	hendon	US		0	America/Chicago	35.41979	-85.24163	592			TN	007		
4628772	Hendron	hendron	US		0	America/New_York	35.90009	-83.81851	290			TN	093		
4628841	Henry Crossroads	henry-crossroads	US		0	America/New_York	35.95787	-83.59378	330	Henry Cross Roads,Henry Crossroads,Henrys Cross Roads,Henrys Crossroads		TN	155		
4628851	Henry Lane	henry-lane	US		0	America/Chicago	35.91506	-86.40805	177			TN	149		
4628880	Henshaw (historical)	henshaw-historical	US		0	America/New_York	36.14566	-82.73015	400			TN	059		
4628895	Hensley Ridge (historical)	hensley-ridge-historical	US		0	America/Chicago	35.11675	-87.48752	237			TN	099		
4628919	Heritage Estates	heritage-estates	US		0	America/Chicago	35.90979	-85.04301	577			TN	035		
4628920	Heritage Estates	heritage-estates	US		0	America/Chicago	36.54699	-87.32445	164			TN	125		
4628922	Heritage Hills	heritage-hills	US		0	America/New_York	35.72203	-83.96713	330			TN	009		
4628923	Heritage Hills	heritage-hills	US		0	America/New_York	35.15924	-84.76133	247			TN	011		
4628924	Heritage Hills	heritage-hills	US		0	America/New_York	36.16455	-82.77987	452			TN	059		
4628925	Heritage Hills	heritage-hills	US		0	America/New_York	35.10979	-85.12995	232			TN	065		
4628926	Heritage Park	heritage-park	US		0	America/New_York	35.42646	-84.57632	281			TN	107		
4628396	Haynes	haynes	US	72341	0	America/Chicago	36.30784	-89.47591	86			TN	095		
4628932	Hermitage Estates	hermitage-estates	US		0	America/Chicago	36.5856	-87.41973	162			TN	125		
4628933	Hermitage Hills	hermitage-hills	US		0	America/Chicago	36.20144	-86.63305	153			TN	037		
4628939	Hermitage Springs	hermitage-springs	US		0	America/Chicago	36.58089	-85.78137	229	Hermitage Springs,Spivey,Sugar Orchard,Trace Creek		TN	027		
4628942	Hermitage Woods	hermitage-woods	US		0	America/Chicago	36.17783	-86.6	143			TN	037		
4628945	Herbert Domain	herbert-domain	US		0	America/Chicago	35.75923	-85.24413	534	Herbert,Herbert Domain		TN	007		
4629005	Hiara Heights	hiara-heights	US		0	America/New_York	36.58677	-82.60265	383			TN	163		
4629009	Hiawatha Subdivision	hiawatha-subdivision	US		0	America/Chicago	35.87785	-85.0444	569			TN	035		
4629027	Hickey	hickey	US		0	America/New_York	36.35452	-84.26437	433			TN	013		
4629028	Hickey	hickey	US		0	America/Chicago	36.09839	-85.70554	311	Hickey,Hickory		TN	141		
4629077	Hickory Cove (historical)	hickory-cove-historical	US		0	America/New_York	36.48898	-82.94794	394			TN	073		
4629079	Hickman Subdivision	hickman-subdivision	US		0	America/New_York	35.96119	-84.51105	240			TN	145		
4629096	Hickory Flats	hickory-flats	US		0	America/Chicago	35.4623	-88.36004	147	Hickory Flat,Hickory Flats		TN	077		
4629097	Hickory Flats	hickory-flats	US		0	America/Chicago	35.23647	-88.42865	139			TN	109		
4629100	Hickory Forks	hickory-forks	US		0	America/Chicago	35.68201	-88.16643	170			TN	039		
4629139	Hickory Heights	hickory-heights	US		0	America/Chicago	35.22814	-87.31141	281			TN	099		
4629140	Hickory Heights	hickory-heights	US		0	America/Chicago	35.4448	-86.7675	238			TN	117		
4629143	Hickory Hill	hickory-hill	US		0	America/Chicago	35.25619	-86.34666	342			TN	127		
4629150	Hickory Hill Estates	hickory-hill-estates	US		0	America/Chicago	35.40258	-86.21916	322			TN	031		
4629177	Hickory Point	hickory-point	US		0	America/Chicago	35.44508	-89.29646	98			TN	075		
4629178	Hickory Point	hickory-point	US		0	America/Chicago	36.43394	-87.24806	192			TN	125		
4629191	Hickory Lake	hickory-lake	US		0	America/New_York	36.28983	-82.35542	545			TN	179		
4629193	Hickory Tree	hickory-tree	US		0	America/New_York	36.49122	-82.1518	453	Hemlock,Hickory Tree		TN	163		
4629211	Hickory Valley Estates	hickory-valley-estates	US		0	America/Chicago	36.05006	-86.70833	207			TN	037		
4629217	Hickory Withe	hickory-withe	US		2973	America/Chicago	35.24398	-89.58869	124	Hickory Withe,Hickory Withe Springs		TN	047		
4629221	Hickory Woods	hickory-woods	US		0	America/New_York	35.8848	-84.19853	307			TN	093		
4629222	Hickory Woods	hickory-woods	US		0	America/New_York	35.14035	-85.23996	206			TN	065		
4629257	Hicks Crossing	hicks-crossing	US		0	America/New_York	35.90009	-83.72906	313	Hicks Crossing,Hix Crossing		TN	155		
4629283	Hidden Acres	hidden-acres	US		0	America/New_York	36.22259	-83.34489	443			TN	063		
4629285	Hidden Harbor	hidden-harbor	US		0	America/New_York	35.15507	-85.17412	270			TN	065		
4629286	Hidden Hills	hidden-hills	US		0	America/New_York	35.97536	-84.03741	328			TN	093		
4629299	Hidden Valley Estates	hidden-valley-estates	US		0	America/Chicago	36.00062	-86.85028	225			TN	187		
4629302	Hiddenbrook	hiddenbrook	US		0	America/New_York	35.14452	-85.34385	532			TN	065		
4629305	Hide-A-Way Hills	hide-a-way-hills	US		0	America/Chicago	35.93896	-85.0569	557			TN	035		
4629306	Hideaway Hills	hideaway-hills	US		0	America/New_York	35.66035	-84.81522	242			TN	143		
4629308	Hidden Hollow Estates	hidden-hollow-estates	US		0	America/Chicago	35.98757	-84.9194	565			TN	035		
4629336	High Bluff	high-bluff	US		0	America/New_York	35.89175	-83.84323	268	French,High Bluff		TN	093		
4629337	High Chaparral	high-chaparral	US		0	America/Chicago	36.32255	-86.66916	172			TN	165		
4629340	High Health (historical)	high-health-historical	US		0	America/New_York	36.36123	-82.00818	617	High Health (historical),High Heath		TN	091		
4629376	High Point Subdivision	high-point-subdivision	US		0	America/Chicago	35.04231	-86.57222	287			TN	103		
4629391	Highcliff	highcliff	US		0	America/New_York	36.5823	-84.07604	297			TN	013		
4629393	Highgate	highgate	US		0	America/Chicago	35.96562	-86.84194	232			TN	187		
4629402	Highland Acres	highland-acres	US		0	America/New_York	35.7373	-83.99157	317			TN	009		
4629403	Highland Acres	highland-acres	US		0	America/Chicago	36.307	-86.63611	158			TN	165		
4629423	Highland Estates	highland-estates	US		0	America/Chicago	35.92646	-84.95273	543			TN	035		
4629424	Highland Estates	highland-estates	US		0	America/Chicago	35.92784	-85.17858	537			TN	035		
4629426	Highland Forest	highland-forest	US		0	America/New_York	35.85341	-84.68911	292			TN	145		
4629427	Highland Heights	highland-heights	US		0	America/Chicago	35.17869	-87.05251	218			TN	055		
4629428	Highland Heights	highland-heights	US		0	America/Chicago	35.59452	-87.04139	218			TN	119		
4629429	Highland Heights	highland-heights	US		0	America/Chicago	36.22367	-86.56527	189			TN	189		
4629438	Highland Hills	highland-hills	US		0	America/New_York	35.80619	-84.24853	271			TN	105		
4629439	Highland Hills	highland-hills	US		0	America/New_York	36.16732	-82.83988	487			TN	059		
4629441	Highland Homesite Addition	highland-homesite-addition	US		0	America/Chicago	35.95201	-84.98884	567			TN	035		
4629445	Highland Manor	highland-manor	US		0	America/New_York	35.12563	-85.11718	288			TN	065		
4629470	Highland Rim	highland-rim	US		0	America/Chicago	35.08397	-86.59777	299			TN	103		
4629473	Highland Rim Falls Subdivision	highland-rim-falls-subdivision	US		0	America/Chicago	35.08203	-86.58055	305			TN	103		
4629475	Highland Rim Terrace	highland-rim-terrace	US		0	America/Chicago	36.55976	-86.51249	250			TN	165		
4629481	Highland Springs	highland-springs	US		0	America/New_York	36.22953	-83.64268	312			TN	057		
4629486	Highland View	highland-view	US		0	America/Chicago	35.91174	-84.97773	555			TN	035		
4629487	Highland View	highland-view	US		0	America/New_York	36.10314	-83.97074	367			TN	093		
4629494	Highlands (historical)	highlands-historical	US		0	America/New_York	36.22508	-83.63407	285	Highlands (historical),Spring House		TN	057		
4629495	Highpoint (historical)	highpoint-historical	US		0	America/New_York	36.03953	-83.7549	268	High Point,Highpoint (historical)		TN	093		
4629529	Hill Acres	hill-acres	US		0	America/New_York	35.1673	-84.813	309			TN	011		
4629559	Hill Country	hill-country	US		0	America/New_York	36.57983	-82.2643	532			TN	163		
4629564	Hill Estates	hill-estates	US		0	America/Chicago	35.93367	-86.85139	210			TN	187		
4629584	Hill Town	hill-town	US		0	America/Chicago	35.76923	-87.1414	281	Hill Town,Hilltown		TN	119		
4629586	Hill-N-Dale	hill-n-dale	US		0	America/New_York	36.34955	-82.38431	492			TN	179		
4629590	Hillard	hillard	US		0	America/Chicago	35.95173	-88.40755	126			TN	017		
4629596	Hillcrest	hillcrest	US		0	America/Chicago	35.45202	-86.11166	320			TN	031		
4629597	Hillcrest	hillcrest	US		0	America/Chicago	36.01478	-87.47863	213			TN	043		
4629598	Hillcrest	hillcrest	US		0	America/New_York	36.21398	-83.27517	416			TN	063		
4629599	Hillcrest	hillcrest	US		0	America/Chicago	35.44146	-86.80278	237			TN	117		
4629600	Hillcrest	hillcrest	US		0	America/New_York	35.84035	-84.71661	254			TN	145		
4629601	Hillcrest	hillcrest	US		0	America/New_York	36.45788	-82.2768	469			TN	163		
4629602	Hillcrest	hillcrest	US		0	America/New_York	36.53094	-82.49487	478			TN	163		
4629603	Hillcrest	hillcrest	US		0	America/Chicago	35.97368	-85.03329	538	Forest Hill,Hillcrest		TN	035		
4629616	Hillcrest Estates	hillcrest-estates	US		0	America/New_York	35.18701	-85.22662	217			TN	065		
4629626	Hilldale Estates	hilldale-estates	US		0	America/Chicago	35.03814	-86.56777	294			TN	103		
4629634	Hillis (historical)	hillis-historical	US		0	America/Chicago	35.72868	-85.6222	300			TN	177		
4629637	Hillmont Heights	hillmont-heights	US		0	America/New_York	36.28261	-82.31764	511			TN	019		
4629638	Hillrise	hillrise	US		0	America/New_York	36.33705	-82.35625	512			TN	179		
4629658	Hills and Dales	hills-and-dales	US		0	America/New_York	35.19174	-84.918	243			TN	011		
4629661	Hillsboro Acres	hillsboro-acres	US		0	America/Chicago	35.97506	-86.88083	203			TN	187		
4629671	Hillsboro Heights	hillsboro-heights	US		0	America/New_York	35.04896	-85.23523	238			TN	065		
4629675	Hillsboro Valley	hillsboro-valley	US		0	America/Chicago	36.03562	-86.87917	190			TN	187		
4629681	Hillsview	hillsview	US		0	America/New_York	35.38868	-84.80133	224	Hills View,Hillsview		TN	107		
4629687	Hilltop Acres	hilltop-acres	US		0	America/Chicago	35.76868	-85.09579	611			TN	035		
4629694	Hillvale	hillvale	US		0	America/New_York	36.17536	-84.09575	310			TN	001		
4629703	Hillview Estates	hillview-estates	US		0	America/Chicago	36.00951	-86.84722	216			TN	187		
4629704	Hillview Estates	hillview-estates	US		0	America/Chicago	36.50505	-87.28528	156			TN	125		
4629705	Hillville	hillville	US		0	America/Chicago	35.45536	-89.16951	119			TN	075		
4629706	Hillwood	hillwood	US		0	America/Chicago	36.12284	-85.49664	313			TN	141		
4629707	Hillwood	hillwood	US		0	America/Chicago	36.50172	-87.3664	137			TN	125		
4629708	Hillwood	hillwood	US		0	America/Chicago	36.32561	-86.62638	175			TN	165		
4629709	Hillwood Acres	hillwood-acres	US		0	America/Chicago	35.87368	-86.72639	234			TN	187		
4629712	Hillwood Estates	hillwood-estates	US		0	America/Chicago	36.11562	-85.24386	602			TN	141		
4629713	Hillwood Estates	hillwood-estates	US		0	America/Chicago	35.94867	-86.37916	166			TN	149		
4629715	Hilton (historical)	hilton-historical	US		0	America/New_York	36.46733	-82.39292	422	Hilton (historical),Hiltons		TN	163		
4629720	Himesville	himesville	US		0	America/Chicago	35.43119	-86.43444	249			TN	003		
4629737	Hinds Creek (historical)	hinds-creek-historical	US		0	America/New_York	36.13813	-84.08992	268			TN	001		
4629739	Hinds Creek Valley	hinds-creek-valley	US		0	America/New_York	36.2048	-83.93158	312			TN	173		
4629766	Hinkledale	hinkledale	US		0	America/Chicago	36.0934	-88.59894	116			TN	017		
4629770	Hinton Crossing	hinton-crossing	US		0	America/Chicago	36.36672	-87.24751	124			TN	021		
4629773	Hinson Springs	hinson-springs	US		0	America/Chicago	35.62785	-88.42449	134	Hinson Spring,Hinson Springs,Hinsonsprings		TN	077		
4629784	Hitchcox	hitchcox	US		0	America/Chicago	35.56868	-85.41414	577			TN	007		
4629787	Hite (historical)	hite-historical	US		0	America/Chicago	36.15283	-86.68333	131			TN	037		
4629791	Historic Hills	historic-hills	US		0	America/New_York	36.49538	-82.52348	406			TN	163		
4629796	Hiwassee College	hiwassee-college	US		0	America/New_York	35.55785	-84.36242	290	Hiwassee,Hiwassee College		TN	123		
4629801	Hiwassee Heights	hiwassee-heights	US		0	America/New_York	36.3065	-82.32903	515			TN	179		
4629814	Hix (historical)	hix-historical	US		0	America/Chicago	36.45423	-85.48219	295			TN	133		
4629822	Hixon	hixon	US		0	America/Chicago	35.44646	-85.80942	617	Hixon,Hixson		TN	061		
4629845	Ho (historical)	ho-historical	US		0	America/New_York	35.46063	-84.37992	307	Ho (historical),Hoe		TN	123		
4629851	Hobbs Hill	hobbs-hill	US		0	America/Chicago	35.27563	-85.72747	649			TN	061		
4629856	Hobart Meadows	hobart-meadows	US		0	America/New_York	36.53677	-82.42653	477			TN	163		
4629910	Hodgetown	hodgetown	US		0	America/New_York	35.3659	-85.12635	252			TN	065		
4629913	Hodson	hodson	US		0	America/Chicago	35.92896	-89.18229	96	Hodson,McLins Corner		TN	033		
4629914	Hoffasville (historical)	hoffasville-historical	US		0	America/Chicago	36.33672	-86.99861	214			TN	021		
4630021	Holiday Hills	holiday-hills	US		0	America/Chicago	35.94673	-85.05829	569			TN	035		
4630022	Holiday Hills	holiday-hills	US		0	America/Chicago	35.01786	-88.21393	172			TN	071		
4630023	Holiday Hills	holiday-hills	US		0	America/New_York	35.97147	-84.01797	324			TN	093		
4630024	Holiday Hills	holiday-hills	US		0	America/New_York	35.78313	-84.61355	242			TN	145		
4630025	Holiday Hills	holiday-hills	US		0	America/New_York	36.5501	-82.44709	481			TN	163		
4630026	Holiday Hills	holiday-hills	US		0	America/New_York	35.0798	-85.16884	236			TN	065		
4630031	Holiday Shores	holiday-shores	US		0	America/New_York	35.89646	-84.48271	248			TN	145		
4630073	Holland Ford	holland-ford	US		0	America/New_York	36.12285	-84.83495	372			TN	129		
4630074	Holland Mill	holland-mill	US		0	America/New_York	36.3076	-82.7821	367	Holland Mill,Hollard Mill		TN	059		
4630119	Hollow Springs	hollow-springs	US		0	America/Chicago	35.67313	-86.11999	359	Hollow Spring,Hollow Springs		TN	015		
4630136	Holly (historical)	holly-historical	US		0	America/Chicago	35.60313	-86.10416	331			TN	031		
4630146	Holly Creek	holly-creek	US		0	America/Chicago	35.08647	-87.60252	203			TN	181		
4630165	Holly Heights	holly-heights	US		0	America/New_York	35.28646	-85.14579	237			TN	065		
4630168	Holly Hills	holly-hills	US		0	America/New_York	36.15816	-82.79876	477			TN	059		
4630169	Holly Hills	holly-hills	US		0	America/New_York	36.18065	-83.28128	442			TN	063		
4630181	Holly Leaf	holly-leaf	US		0	America/Chicago	36.0484	-88.69673	105	Holly Leaf,Hollyleaf		TN	053		
4630226	Holmansville (historical)	holmansville-historical	US		0	America/Chicago	36.51866	-87.07972	179			TN	147		
4630242	Holston	holston	US		0	America/New_York	36.48594	-82.39903	450			TN	163		
4630243	Holston (historical)	holston-historical	US		0	America/New_York	36.2687	-83.28462	333			TN	057		
4630258	Holston Heights	holston-heights	US		0	America/New_York	36.5426	-82.56432	409			TN	163		
4630263	Holston Hills	holston-hills	US		0	America/New_York	36.27009	-83.23906	378			TN	063		
4630264	Holston Hills	holston-hills	US		0	America/New_York	35.99897	-83.83935	284			TN	093		
4630265	Holston Hills	holston-hills	US		0	America/New_York	36.50455	-82.5132	406			TN	163		
4630266	Holston Hills	holston-hills	US		0	America/New_York	36.57927	-82.19374	532	Holston Heights,Holston Hills		TN	163		
4630281	Holston Valley	holston-valley	US		0	America/New_York	36.56567	-82.06957	510			TN	163		
4630288	Holston View	holston-view	US		0	America/New_York	36.5265	-82.1718	521			TN	163		
4630333	Holtland	holtland	US		0	America/Chicago	35.69229	-86.69472	240			TN	117		
4630339	Holts Corner	holts-corner	US		0	America/Chicago	35.69257	-86.69333	238	Holtland,Holts Corner,Holts Corners		TN	117		
4630345	Holttown	holttown	US		0	America/New_York	36.07787	-83.20544	311			TN	029		
4630355	Holy Hill	holy-hill	US		0	America/New_York	36.47984	-81.82234	780			TN	091		
4630357	Holy Hills	holy-hills	US		0	America/New_York	35.03619	-85.12551	241			TN	065		
4630379	Home Field Terrace	home-field-terrace	US		0	America/New_York	36.16455	-82.80599	474			TN	059		
4630383	Homaway Village	homaway-village	US		0	America/Chicago	35.38758	-86.22666	332			TN	031		
4630389	Homestead Acres	homestead-acres	US		0	America/New_York	35.70925	-84.06657	289			TN	009		
4630390	Homestead Acres	homestead-acres	US		0	America/New_York	35.17424	-84.79911	265			TN	011		
4630419	Honeybrook	honeybrook	US		0	America/Chicago	36.12784	-85.52831	319			TN	141		
4630425	Honeycutt	honeycutt	US		0	America/New_York	36.42899	-82.87766	349			TN	073		
4630435	Honeycutt Estates	honeycutt-estates	US		0	America/Chicago	36.13784	-85.24719	588			TN	141		
4630438	Honeys Hill	honeys-hill	US		0	America/New_York	36.1576	-82.83265	475			TN	059		
4630465	Hood Lake	hood-lake	US		0	America/Chicago	35.21314	-87.33391	289			TN	099		
4630479	Hooker Hills	hooker-hills	US		0	America/Chicago	35.93117	-86.74972	258			TN	187		
4630484	Hookers Bend	hookers-bend	US		0	America/Chicago	35.32063	-88.21531	123	Antioch,Cravens,Hookers Bend		TN	071		
4630487	Hoodoo	hoodoo	US		0	America/Chicago	35.63841	-86.1761	378			TN	031		
4630491	Hoop Creek	hoop-creek	US		0	America/New_York	36.52175	-83.41935	431	Hoop,Hoop Creek		TN	025		
4630492	Hooper Acres	hooper-acres	US		0	America/Chicago	35.93118	-86.4861	174			TN	149		
4630494	Hooper Acres	hooper-acres	US		0	America/New_York	35.24035	-84.84494	248			TN	011		
4630523	Hooten (historical)	hooten-historical	US		0	America/Chicago	36.04868	-89.11201	93			TN	053		
4630552	Hope Acres	hope-acres	US		0	America/New_York	35.22785	-84.88883	233			TN	011		
4630572	Hopewell (historical)	hopewell-historical	US		0	America/Chicago	35.71396	-86.17221	239			TN	015		
4630625	Hopewell Estates	hopewell-estates	US		0	America/New_York	35.23841	-84.89245	229			TN	011		
4630628	Hopewell Mill	hopewell-mill	US		0	America/New_York	35.52091	-84.25936	250			TN	123		
4630643	Hopewell Springs	hopewell-springs	US		0	America/New_York	35.52952	-84.26936	259			TN	123		
4630653	Hopkins Crossing	hopkins-crossing	US		0	America/Chicago	36.0845	-87.77363	170			TN	085		
4630658	Hopper Bluff	hopper-bluff	US		0	America/New_York	36.26426	-83.39573	331			TN	057		
4630669	Hopson	hopson	US		0	America/New_York	36.22539	-82.13763	717			TN	019		
4630679	Horace (historical)	horace-historical	US		0	America/New_York	36.55288	-82.53182	369			TN	163		
4630727	Hornertown	hornertown	US		0	America/Chicago	35.65868	-87.58752	286			TN	081		
4630729	Hornet	hornet	US		0	America/New_York	35.75509	-83.72462	399			TN	155		
4630808	Horseshoe	horseshoe	US		0	America/New_York	36.33595	-82.11846	540			TN	019		
4630834	Horseshoe Falls (historical)	horseshoe-falls-historical	US		0	America/Chicago	35.81312	-85.6897	287	Horse Shoe Falls,Horseshoe Falls (historical)		TN	177		
4630856	Horsleys	horsleys	US		0	America/Chicago	36.46949	-86.11804	167	Horsley,Horsleys		TN	111		
4630913	House Mountain (historical)	house-mountain-historical	US		0	America/New_York	36.14731	-83.77574	303			TN	093		
4630933	Housley Addition	housley-addition	US		0	America/New_York	35.42896	-84.60771	280			TN	107		
4630937	Housley	housley	US		0	America/New_York	36.44567	-82.04457	628			TN	019		
4630963	Houston Valley	houston-valley	US		0	America/New_York	35.96816	-82.91931	537			TN	059		
4630979	Howard (historical)	howard-historical	US		0	America/Chicago	35.45341	-87.60446	213			TN	101		
4631002	Howard Chapel	howard-chapel	US		0	America/Chicago	36.42229	-85.28274	332			TN	133		
4631016	Howard Hill	howard-hill	US		0	America/New_York	36.55621	-82.58376	387			TN	163		
4631023	Howard Quarter	howard-quarter	US		0	America/New_York	36.47397	-83.41101	343	Howard Quarter,Howards Quarter,Howards Quarters,Quarter		TN	025		
4631034	Howard Springs	howard-springs	US		0	America/Chicago	35.95729	-85.08246	564			TN	035		
4631042	Howards Landing	howards-landing	US		0	America/Chicago	35.5098	-90.01009	63			TN	167		
4631049	Howardville	howardville	US		0	America/New_York	35.00563	-84.99773	292			TN	065		
4631056	Howard Mill	howard-mill	US		0	America/New_York	36.10257	-84.71661	322			TN	129		
4631070	Howell Hill	howell-hill	US		0	America/Chicago	35.06203	-86.51777	286			TN	103		
4631087	Howse	howse	US		0	America/Chicago	35.94951	-88.64284	143			TN	017		
4631093	Howley	howley	US		0	America/Chicago	35.88451	-88.53922	178			TN	017		
4631106	Hubertville	hubertville	US		0	America/Chicago	36.5556	-86.80027	224			TN	147		
4631108	Hubbards Cove	hubbards-cove	US		0	America/Chicago	35.48202	-85.86498	334			TN	061		
4631111	Huckleberry	huckleberry	US		0	America/New_York	35.26035	-85.21107	537			TN	065		
4631130	Huddle Mill	huddle-mill	US		0	America/New_York	36.51621	-82.45792	427			TN	163		
4631178	Hudsonburg (historical)	hudsonburg-historical	US		0	America/Chicago	36.1334	-85.11524	565			TN	141		
4631231	Hughes (historical)	hughes-historical	US		0	America/New_York	35.3834	-85.2044	507			TN	065		
4631268	Hughett	hughett	US		0	America/New_York	36.32119	-84.50938	352			TN	151		
4631269	Hughey	hughey	US		0	America/Chicago	35.20814	-86.69278	219			TN	103		
4631270	Hulan Hollow	hulan-hollow	US		0	America/New_York	36.14316	-82.40625	539			TN	171		
4631275	Hughes Loop	hughes-loop	US		0	America/Chicago	35.95562	-88.77339	123			TN	053		
4631283	Hull Mill	hull-mill	US		0	America/New_York	36.21593	-82.93321	391			TN	059		
4631319	Hundred Acres	hundred-acres	US		0	America/Chicago	36.55283	-87.30973	162			TN	125		
4631325	Hunnicutt Mill	hunnicutt-mill	US		0	America/New_York	36.0512	-83.46211	330			TN	089		
4631363	Hunt Village	hunt-village	US		0	America/Chicago	35.15648	-90.03815	74			TN	157		
4631387	Hunter Hills	hunter-hills	US		0	America/New_York	36.57789	-82.13569	550			TN	163		
4631402	Hunters Hill	hunters-hill	US		0	America/Chicago	36.03673	-86.91445	187			TN	187		
4631403	Hunters Point	hunters-point	US		0	America/Chicago	36.29727	-86.26332	153			TN	189		
4631408	Hunters Ridge	hunters-ridge	US		0	America/New_York	36.15787	-83.40406	372			TN	063		
4631409	Hunters Ridge	hunters-ridge	US		0	America/Chicago	36.03784	-86.92639	178			TN	187		
4631411	Hunters Store	hunters-store	US		0	America/Chicago	36.23061	-86.53055	161	Hunters Store,Silver Botton		TN	189		
4631421	Hunting Creek Farms	hunting-creek-farms	US		0	America/Chicago	35.95979	-86.95611	226			TN	187		
4631426	Huntingdon Forest	huntingdon-forest	US		0	America/New_York	35.18729	-85.19829	224			TN	065		
4631429	Huntingdon Place	huntingdon-place	US		0	America/New_York	36.10953	-83.88213	343			TN	093		
4631433	Huntington Hills	huntington-hills	US		0	America/New_York	36.53566	-82.59154	392			TN	163		
4631434	Huntington Ridge Estates	huntington-ridge-estates	US		0	America/Chicago	36.052	-86.73333	195			TN	037		
4631442	Hunting Hills West	hunting-hills-west	US		0	America/New_York	35.95952	-84.05936	338			TN	093		
4631452	Hurdlow	hurdlow	US		0	America/Chicago	35.17397	-86.33749	230			TN	127		
4631455	Hurley Acres	hurley-acres	US		0	America/New_York	36.20204	-83.23128	408			TN	063		
4631487	Hurricane Branch (historical)	hurricane-branch-historical	US		0	America/New_York	36.27702	-83.86047	340			TN	173		
4631536	Hurricane Hill	hurricane-hill	US		0	America/Chicago	35.69563	-89.51896	126	Harrine Hill,Hurricane Hill		TN	097		
4631588	Hurst Mill	hurst-mill	US		0	America/New_York	36.43147	-83.52268	336			TN	025		
4631605	Huskey Valley	huskey-valley	US		0	America/New_York	35.87286	-83.7924	314			TN	009		
4631610	Hustburg	hustburg	US		0	America/Chicago	35.98284	-87.95975	122			TN	085		
4631626	Hutsell	hutsell	US		0	America/New_York	35.46035	-84.60605	296			TN	107		
4631629	Hutson Grove (historical)	hutson-grove-historical	US		0	America/Chicago	35.87035	-89.19451	100			TN	033		
4631643	Hyatt Acres	hyatt-acres	US		0	America/New_York	36.27954	-83.19156	373			TN	063		
4631665	Hygeia Springs	hygeia-springs	US		0	America/Chicago	36.4131	-86.79111	245	Batts Mill,Hygeia,Hygeia Springs		TN	147		
4631669	Hyndsver	hyndsver	US		0	America/Chicago	36.37034	-88.76756	127			TN	183		
4631675	Iconium	iconium	US		0	America/Chicago	35.77618	-86.02166	366			TN	015		
4631683	Idaho	idaho	US		0	America/Chicago	35.09369	-87.2928	230			TN	099		
4631688	Ideal Valley	ideal-valley	US		0	America/New_York	35.69618	-84.87939	272			TN	143		
4631689	Idle Oaks	idle-oaks	US		0	America/New_York	35.81396	-84.59716	234			TN	145		
4631703	Idlewilde	idlewilde	US		0	America/New_York	36.34483	-82.3657	487			TN	179		
4631704	Idlewood	idlewood	US		0	America/Chicago	35.93062	-86.88417	203			TN	187		
4631705	Idlewood Acres	idlewood-acres	US		0	America/New_York	36.02897	-84.00769	309			TN	093		
4631706	Idol	idol	US		0	America/New_York	36.36675	-83.40157	429	Idol,Idol Cross Roads		TN	057		
4631723	Ilford	ilford	US		0	America/New_York	36.49591	-84.06326	367			TN	013		
4631742	Imperial Estates	imperial-estates	US		0	America/New_York	35.98952	-84.0963	299			TN	093		
4631743	Imperial Group Subdivision	imperial-group-subdivision	US		0	America/New_York	35.20563	-84.98745	334			TN	011		
4631746	In-A-Vale-Estates	in-a-vale-estates	US		0	America/Chicago	36.00951	-86.73694	211			TN	187		
4631747	Ina (historical)	ina-historical	US		0	America/Chicago	35.29592	-89.21812	157			TN	047		
4631796	Indian Creek	indian-creek	US		0	America/New_York	36.28536	-84.13465	403			TN	013		
4631858	Indian Creek (historical)	indian-creek-historical	US		0	America/New_York	36.10566	-82.46514	524			TN	171		
4631871	Indian Forest	indian-forest	US		0	America/Chicago	36.28505	-86.59611	143			TN	165		
4631896	Indian Lake Farms	indian-lake-farms	US		0	America/Chicago	36.24172	-86.5625	148			TN	189		
4631897	Indian Lake Forest	indian-lake-forest	US		0	America/Chicago	36.26589	-86.58	158			TN	165		
4631908	Indian Point	indian-point	US		0	America/Chicago	35.99228	-86.76444	237			TN	187		
4631943	Ingleside Hill	ingleside-hill	US		0	America/New_York	35.45146	-84.57854	274	Ingleside Hill,Ingleside Hills		TN	107		
4631964	Inman (historical)	inman-historical	US		0	America/New_York	36.14537	-83.21794	314			TN	029		
4631980	Inskip	inskip	US		0	America/New_York	36.01314	-83.95852	320			TN	093		
4632304	Ipe (historical)	ipe-historical	US		0	America/New_York	35.54119	-84.03852	266			TN	123		
4632307	Irene (historical)	irene-historical	US		0	America/Chicago	35.00593	-89.75953	108			TN	157		
4632308	Iris Acres	iris-acres	US		0	America/New_York	35.77508	-83.99129	263			TN	009		
4632313	Irish Cut	irish-cut	US		0	America/New_York	35.95954	-83.16127	353			TN	029		
4632326	Iron Divide (historical)	iron-divide-historical	US		0	America/New_York	35.81535	-84.52271	277			TN	145		
4632329	Iron Hill	iron-hill	US		0	America/Chicago	35.98923	-87.32279	257	Iron Hill,Iron Hill Station		TN	043		
4632331	Iron Hill (historical)	iron-hill-historical	US		0	America/New_York	35.70841	-84.73883	226			TN	143		
4632346	Irongate	irongate	US		0	America/New_York	35.18563	-85.20329	236			TN	065		
4632352	Ironville (historical)	ironville-historical	US		0	America/New_York	36.32929	-81.97206	620	Iron,Ironville (historical)		TN	091		
4632355	Iroquois Estates	iroquois-estates	US		0	America/Chicago	36.02756	-86.80389	203			TN	187		
4632356	Iroquois Meadows	iroquois-meadows	US		0	America/Chicago	36.05006	-86.88889	189			TN	037		
4632358	Ironsburg	ironsburg	US		0	America/New_York	35.23758	-84.34659	517			TN	123		
4632363	Irving College	irving-college	US		0	America/Chicago	35.58396	-85.71331	288			TN	177		
4632371	Irwin Hills	irwin-hills	US		0	America/New_York	34.99146	-85.14162	225			TN	065		
4632373	Irwinton Shores	irwinton-shores	US		0	America/New_York	35.75452	-84.66244	243			TN	145		
4632388	Isbell	isbell	US		0	America/Chicago	35.53396	-87.14779	210	Isbell,Isbelltown		TN	119		
4632405	Isham	isham	US		0	America/New_York	36.59758	-84.43883	413			TN	151		
4632417	Island Forty	island-forty	US		0	America/Chicago	35.29564	-90.13954	69	Barley,Island Forty		TN	157		
4632421	Island Home	island-home	US		0	America/New_York	35.95592	-83.88463	263			TN	093		
4632444	Islandford (historical)	islandford-historical	US		0	America/New_York	36.13063	-84.72161	390	Island Ford,Islandford (historical)		TN	129		
4632446	Isleford	isleford	US		0	America/Chicago	35.6209	-85.67915	267	Harrisons Ford,Island Ford,Isleford		TN	177		
4632471	Ivanwood Acres	ivanwood-acres	US		0	America/New_York	35.17451	-85.24885	227			TN	065		
4632475	Ivy Bluff	ivy-bluff	US		0	America/Chicago	35.66091	-86.03138	336			TN	015		
4632483	Ivory	ivory	US		0	America/New_York	36.16619	-84.00825	284	Ivory,Vily		TN	001		
4632495	Ivy Gap (historical)	ivy-gap-historical	US		0	America/Chicago	36.2445	-85.67192	308	Ivy Gap (historical),Ivygap		TN	087		
4632501	Ivy Point	ivy-point	US		0	America/Chicago	36.34866	-86.7925	281			TN	037		
4632507	Ivydell	ivydell	US		0	America/New_York	36.39452	-84.13187	348			TN	013		
4632512	Ivyton	ivyton	US		0	America/Chicago	36.40368	-85.1519	285			TN	133		
4632546	Jacen Gorbett Subdivision	jacen-gorbett-subdivision	US		0	America/New_York	35.24646	-84.93745	238			TN	011		
4632647	Jackson Chapel	jackson-chapel	US		0	America/Chicago	36.25561	-87.23056	224	Jackson Chapel,Jones Cross Roads		TN	043		
4632681	Jackson Hills	jackson-hills	US		0	America/New_York	35.80008	-83.94018	268			TN	009		
4632699	Jackson Hollow	jackson-hollow	US		0	America/Chicago	36.19561	-86.54999	152			TN	189		
4632721	Jackson Range Station	jackson-range-station	US		0	America/Chicago	35.53952	-88.51283	154			TN	077		
4632722	Jackson Ridge	jackson-ridge	US		0	America/Chicago	35.76034	-86.5736	239			TN	149		
4632730	Jackson Square	jackson-square	US		0	America/New_York	36.0248	-84.2402	271			TN	001		
4632746	Jacktown	jacktown	US		0	America/New_York	35.36258	-84.27964	262			TN	123		
4632748	Jacob (historical)	jacob-historical	US		0	America/New_York	36.55872	-81.99568	532			TN	163		
4632787	Jalapa	jalapa	US		0	America/New_York	35.34424	-84.36187	288	Brownhill,Jalapa,Jallappa		TN	123		
4632854	Jan Mor Acres	jan-mor-acres	US		0	America/Chicago	35.93896	-85.08885	572			TN	035		
4632890	Jason Chapel	jason-chapel	US		0	America/Chicago	36.06451	-87.52779	225			TN	043		
4632907	Jaybird	jaybird	US		0	America/New_York	36.25732	-83.23906	391			TN	063		
4632909	Jaybird	jaybird	US		0	America/New_York	35.96593	-83.20099	335	Jay Bird,Jaybird		TN	029		
4632364	Irwin	irwin	US	15642	0	America/New_York	36.33008	-83.82964	342			TN	173		
4632916	Jearoldstown	jearoldstown	US		0	America/New_York	36.36316	-82.70238	424	Clear Creek,Jearoldstown		TN	059		
4632948	Jefferson Pike	jefferson-pike	US		0	America/Chicago	36.00284	-86.53749	180			TN	149		
4632953	Jefferson Springs	jefferson-springs	US		0	America/Chicago	36.00145	-86.45833	157	Jefferson Springs,Sulphur Springs		TN	149		
4632957	Jeffery Acres	jeffery-acres	US		0	America/New_York	35.19618	-85.20301	239			TN	065		
4632961	Jeffrey (historical)	jeffrey-historical	US		0	America/New_York	35.4023	-84.07658	526			TN	123		
4633010	Jenkins Mill	jenkins-mill	US		0	America/New_York	35.78704	-83.2421	479	Jenkins,Jenkins Mill		TN	029		
4633016	Jenkins Village	jenkins-village	US		0	America/Chicago	36.51895	-85.8072	308			TN	027		
4633025	Jennings (historical)	jennings-historical	US		0	America/Chicago	36.20367	-86.09499	176	Jennings (historical),Jennings Fork		TN	189		
4633071	Jernigan (historical)	jernigan-historical	US		0	America/Chicago	35.72618	-86.18388	232			TN	015		
4633082	Jernigan Subdivision	jernigan-subdivision	US		0	America/Chicago	35.77368	-86.3936	201			TN	149		
4633083	Jernigan Town	jernigan-town	US		0	America/Chicago	36.52227	-86.68472	225			TN	147		
4633088	Jerrerson Farms	jerrerson-farms	US		0	America/Chicago	35.93895	-86.33721	174			TN	149		
4633119	Jester (historical)	jester-historical	US		0	America/Chicago	35.36092	-90.02703	126			TN	157		
4633164	Jimtown (historical)	jimtown-historical	US		0	America/Chicago	35.75563	-86.10527	230			TN	015		
4633165	Jimtown (historical)	jimtown-historical	US		0	America/Chicago	36.1445	-86.74389	154			TN	037		
4633170	Jobe (historical)	jobe-historical	US		0	America/New_York	36.1873	-83.95964	293			TN	001		
4633275	John Sevier	john-sevier	US		0	America/New_York	36.04008	-83.81546	277			TN	093		
4633460	Johnson Heights	johnson-heights	US		0	America/Chicago	36.5581	-87.3839	167			TN	125		
4633533	Johnson Road	johnson-road	US		0	America/New_York	35.95008	-83.86185	266			TN	093		
4633559	Johnsons Chapel	johnsons-chapel	US		0	America/Chicago	35.98756	-85.66943	310			TN	041		
4633563	Johnsons Grove	johnsons-grove	US		0	America/Chicago	35.7673	-89.19562	107	Johnson Grove,Johnsons Grove		TN	033		
4633568	Johnsons Mill	johnsons-mill	US		0	America/Chicago	35.77673	-87.23084	190			TN	081		
4633582	Johnston Circle	johnston-circle	US		0	America/New_York	35.22785	-84.81494	256			TN	011		
4633588	Johnsons Crossroads	johnsons-crossroads	US		0	America/Chicago	36.49421	-86.59305	260	Fairmont,Johnsons Crossroads		TN	165		
4633590	Johntown	johntown	US		0	America/Chicago	36.3645	-86.0736	152	John,Johntown		TN	169		
4633722	Jones Chapel (historical)	jones-chapel-historical	US		0	America/Chicago	35.88229	-86.0736	355			TN	015		
4633738	Jones Cove	jones-cove	US		0	America/New_York	35.82954	-83.32627	356	Jones Cove,Jonescove		TN	155		
4633839	Jones Valley	jones-valley	US		0	America/Chicago	35.75979	-87.25362	165			TN	081		
4633843	Jonesboro (historical)	jonesboro-historical	US		0	America/Chicago	35.52646	-87.21084	200			TN	119		
4633855	Jonestown (historical)	jonestown-historical	US		0	America/New_York	35.88343	-82.9707	495			TN	029		
4633861	Joneswood	joneswood	US		0	America/Chicago	35.93368	-86.44749	162			TN	149		
4633869	Jordan Acres	jordan-acres	US		0	America/Chicago	35.93201	-86.56388	181			TN	149		
4633897	Jordan Springs (historical)	jordan-springs-historical	US		0	America/Chicago	36.59449	-87.56112	180	Jordan Springs (historical),Jordans Springs		TN	125		
4634506	Kimsey	kimsey	US		0	America/New_York	35.08286	-84.33576	497	Kimsey,Kimseys Store		TN	139		
4633903	Josephine (historical)	josephine-historical	US		0	America/Chicago	36.09395	-86.29444	236	Josephine (historical),Pulltight		TN	189		
4633906	Jordonia	jordonia	US		0	America/Chicago	36.20922	-86.86528	130			TN	037		
4633922	Joyceland	joyceland	US		0	America/Chicago	35.81812	-86.42333	183			TN	149		
4633928	Joywood	joywood	US		0	America/Chicago	35.92979	-86.49444	178			TN	149		
4633952	Jumbo	jumbo	US		0	America/Chicago	35.86645	-88.49061	183			TN	017		
4633973	Juniper Acres	juniper-acres	US		0	America/Chicago	35.96145	-86.38055	165			TN	149		
4633975	Juno	juno	US		0	America/Chicago	35.69812	-88.52061	147			TN	077		
4633988	K C Subdivision	k-c-subdivision	US		0	America/Chicago	35.85118	-86.48388	187			TN	149		
4634012	Karns	karns	US		0	America/New_York	35.98202	-84.1138	298	Beaver Ridge,Karns		TN	093		
4634028	Kathy Hills	kathy-hills	US		0	America/New_York	36.17981	-83.41795	381			TN	063		
4634040	Kaywood	kaywood	US		0	America/Chicago	35.35008	-86.22999	322			TN	031		
4634061	Kedron	kedron	US		0	America/Chicago	35.05064	-87.04529	218			TN	055		
4634062	Kedron	kedron	US		0	America/Chicago	35.70229	-86.89834	213			TN	119		
4634071	Keebler Crossroads	keebler-crossroads	US		0	America/New_York	36.36344	-82.47903	541	Keebler,Keebler Crossroad,Keebler Crossroads,Keebler's Cross Roads,Keeblers Cross Road,Keeblers Cross Roads		TN	179		
4634078	Keefe	keefe	US		0	America/Chicago	36.33562	-89.44202	89			TN	095		
4634110	Keenburg	keenburg	US		0	America/New_York	36.38705	-82.22708	509	Keenburg,Keenburgh		TN	019		
4634116	Keese	keese	US		0	America/Chicago	35.20592	-86.09832	297			TN	051		
4634117	Keese (historical)	keese-historical	US		0	America/Chicago	36.25285	-84.94023	511			TN	049		
4634132	Keister	keister	US		0	America/New_York	36.13648	-83.46378	352			TN	089		
4634158	Keith Springs	keith-springs	US		0	America/Chicago	35.08758	-86.11221	567			TN	051		
4634170	Kellertown	kellertown	US		0	America/Chicago	35.53396	-86.2886	261	Kellers,Kellertown		TN	003		
4634190	Kelley Town	kelley-town	US		0	America/New_York	36.03758	-84.36104	268	Kelley Town,Kellytown		TN	145		
4634275	Kemmer Hill	kemmer-hill	US		0	America/New_York	35.67785	-84.86884	235			TN	143		
4634281	Kempville	kempville	US		0	America/Chicago	36.34672	-85.86332	190			TN	159		
4634283	Keltonburg	keltonburg	US		0	America/Chicago	35.87618	-85.74721	291	Keltonburg,Keltonburgh		TN	041		
4634290	Kendrick Creek (historical)	kendrick-creek-historical	US		0	America/New_York	36.47927	-82.50487	431	Kendrick Creek (historical),Kendricks Creek		TN	163		
4634297	Kenmark Hills	kenmark-hills	US		0	America/New_York	35.70786	-84.01768	331			TN	009		
4634299	Kenilworth Estates	kenilworth-estates	US		0	America/Chicago	36.08145	-86.70416	178			TN	037		
4634324	Kenneytown	kenneytown	US		0	America/New_York	36.27316	-82.85877	351			TN	059		
4634325	Kenny Brook	kenny-brook	US		0	America/Chicago	35.99173	-87.14278	254			TN	187		
4634331	Kent (historical)	kent-historical	US		0	America/Chicago	36.6431	-87.00889	177			TN	147		
4634342	Kentucky Heights	kentucky-heights	US		0	America/New_York	36.25593	-83.24934	372			TN	063		
4634349	Kepler	kepler	US		0	America/New_York	36.40204	-82.88516	344	Keplar,Kepler		TN	073		
4634370	Kesler Hills	kesler-hills	US		0	America/New_York	34.99452	-85.10884	268			TN	065		
4634374	Ketchall (historical)	ketchall-historical	US		0	America/Chicago	35.0548	-85.71247	191			TN	115		
4634377	Ketchen	ketchen	US		0	America/New_York	36.57064	-84.31716	323			TN	151		
4634383	Ketner Mill	ketner-mill	US		0	America/Chicago	35.13813	-85.51719	194	Ketner Mill,Ketners Mill		TN	115		
4634395	Kettle Mills	kettle-mills	US		0	America/Chicago	35.67618	-87.28973	163			TN	119		
4634408	Key Corner	key-corner	US		0	America/Chicago	35.93146	-89.49063	79			TN	097		
4634409	Key Estates	key-estates	US		0	America/Chicago	35.93479	-86.48749	177			TN	149		
4634417	Keyes Point	keyes-point	US		0	America/Chicago	35.72147	-89.91036	76	Keyes Point,Keys Point		TN	097		
4634425	Keys Mill	keys-mill	US		0	America/New_York	36.34844	-82.51765	475			TN	179		
4634430	Khotan	khotan	US		0	America/New_York	36.07674	-84.33326	304			TN	001		
4634439	Kidwell	kidwell	US		0	America/New_York	36.58091	-83.90714	384			TN	025		
4634459	Kilgore Subdivision	kilgore-subdivision	US		0	America/New_York	36.23898	-83.31239	366			TN	063		
4634473	Kilsyth	kilsyth	US		0	America/New_York	36.42869	-84.08298	424			TN	013		
4634482	Kimberlin Heights	kimberlin-heights	US		0	America/New_York	35.93064	-83.75129	280	Greenes Station,Kimberlin Heights,Manifolds Station		TN	093		
4634491	Kimbro Heights	kimbro-heights	US		0	America/Chicago	35.78646	-86.43166	196			TN	149		
4634492	Kimbros (historical)	kimbros-historical	US		0	America/New_York	35.85563	-84.69994	262	Belleville,Kimbros (historical)		TN	145		
4634497	Kimbrough Crossroad	kimbrough-crossroad	US		0	America/New_York	36.11259	-83.34295	383	Kimbrough Crossroad,Kimbrough Crossroads		TN	089		
4634498	Kimery	kimery	US		0	America/Chicago	36.18034	-88.86478	104			TN	183		
4634500	Kimbro	kimbro	US		0	America/Chicago	36.02923	-86.61333	193			TN	037		
4634502	Kimmins	kimmins	US		0	America/Chicago	35.62035	-87.5378	290			TN	101		
4634520	Kincheloe (historical)	kincheloe-historical	US		0	America/New_York	36.44815	-82.81599	368			TN	073		
4634522	Kincheloe Mill	kincheloe-mill	US		0	America/New_York	36.41732	-82.55821	494			TN	179		
4634531	King Arthur Court	king-arthur-court	US		0	America/New_York	35.99925	-84.11464	363			TN	093		
4634577	King Creek (historical)	king-creek-historical	US		0	America/New_York	35.81813	-84.67355	226	King Creek (historical),Kings Creek		TN	145		
4634631	Kings Estates	kings-estates	US		0	America/Chicago	35.88368	-86.45833	174			TN	149		
4634640	Kings Point	kings-point	US		0	America/New_York	35.09035	-85.23385	202			TN	065		
4634644	Kings Ridge	kings-ridge	US		0	America/New_York	35.15896	-85.24274	257	Kings Ridge,Kingsridge		TN	065		
4634649	Kings Valley	kings-valley	US		0	America/New_York	36.04203	-83.84713	300			TN	093		
4634654	Kingsgate	kingsgate	US		0	America/New_York	35.86119	-84.17408	305			TN	093		
4634658	Kingsley Hills	kingsley-hills	US		0	America/New_York	36.58093	-82.4907	421			TN	163		
4634660	Kingsley Station	kingsley-station	US		0	America/New_York	35.91842	-83.92963	276			TN	093		
4634676	Kingston Heights	kingston-heights	US		0	America/New_York	35.88869	-84.53549	309			TN	145		
4634677	Kingston Hills	kingston-hills	US		0	America/New_York	35.91453	-84.04074	311			TN	093		
4634689	Kingston Woods	kingston-woods	US		0	America/New_York	35.90703	-84.04352	294	Kingston Woods,Wright		TN	093		
4634691	Kingswood	kingswood	US		0	America/New_York	36.19787	-83.23822	409			TN	063		
4634692	Kingwood Estates	kingwood-estates	US		0	America/New_York	35.21257	-84.83744	238			TN	011		
4634694	Kinkaid (historical)	kinkaid-historical	US		0	America/New_York	35.88397	-84.10547	251			TN	093		
4634695	Kinkaid Estates	kinkaid-estates	US		0	America/New_York	36.59038	-82.64099	413			TN	073		
4634704	Kinneys	kinneys	US		0	America/Chicago	36.52838	-86.94555	200	Kinneys,Woodard		TN	147		
4634716	Kiowa Subdivision	kiowa-subdivision	US		0	America/Chicago	35.85979	-85.08329	582			TN	035		
4634719	Kinzel Springs	kinzel-springs	US		0	America/New_York	35.68703	-83.79629	307			TN	009		
4634774	Kirkstall	kirkstall	US		0	America/New_York	36.04008	-84.19075	244			TN	001		
4634786	Kissling Crossing	kissling-crossing	US		0	America/Chicago	35.16758	-86.13165	279			TN	051		
4634792	Kiser	kiser	US		0	America/New_York	35.74119	-84.16658	252	Kiser,Kiser Station,Kizer		TN	009		
4634794	Kitchens	kitchens	US		0	America/Chicago	35.48091	-87.56974	220			TN	101		
4634813	Kittrell Heights	kittrell-heights	US		0	America/Chicago	35.82646	-86.26249	193			TN	149		
4634828	Kittyton (historical)	kittyton-historical	US		0	America/New_York	36.04372	-82.49792	620			TN	171		
4634829	Kitzmiller (historical)	kitzmiller-historical	US		0	America/New_York	36.4301	-82.48765	450			TN	179		
4634838	Kleburne	kleburne	US		0	America/Chicago	35.73924	-86.97278	206	Cleburne,Kleburne		TN	119		
4634856	Knapp (historical)	knapp-historical	US		0	America/New_York	36.18841	-84.1452	282			TN	001		
4634890	Knob Creek	knob-creek	US		0	America/Chicago	35.18258	-87.47891	202			TN	099		
4634892	Knob Creek	knob-creek	US		0	America/New_York	35.83648	-83.73795	305			TN	155		
4634906	Knob Creek Mill	knob-creek-mill	US		0	America/New_York	36.34899	-82.40431	468			TN	179		
4634917	Knollwood	knollwood	US		0	America/New_York	35.11618	-85.28579	278			TN	065		
4634918	Knollwood	knollwood	US		0	America/Chicago	36.50755	-87.31667	160			TN	125		
4634941	Knox Park	knox-park	US		0	America/New_York	35.45035	-84.57716	285			TN	107		
4634962	Ko Ko	ko-ko	US		0	America/Chicago	35.47897	-89.27174	95	Ko Ko,Koko		TN	075		
4634971	Krapp Spring	krapp-spring	US		0	America/Chicago	35.25508	-86.94445	312	Krapp Spring,Krapp Springs		TN	055		
4634972	Kraus (historical)	kraus-historical	US		0	America/Chicago	35.6659	-87.03112	177			TN	119		
4634984	Kries	kries	US		0	America/New_York	35.92924	-84.44076	231	Kreis,Kries		TN	145		
4635001	Kyle Subdivision	kyle-subdivision	US		0	America/New_York	35.4909	-84.85828	218			TN	121		
4635037	LaFollette	lafollette	US		7456	America/New_York	36.38286	-84.11993	327	Big Creek Gap,LaFollette,Lafollette		TN	013		
4635043	Laager	laager	US		0	America/Chicago	35.37257	-85.59886	578	Henleys Switch,Laager		TN	061		
4635044	Laban (historical)	laban-historical	US		0	America/New_York	36.20096	-82.00956	1045			TN	019		
4635059	Lacy	lacy	US		0	America/Chicago	35.1112	-88.85784	127			TN	069		
4635081	Ladd Estates	ladd-estates	US		0	America/New_York	35.95008	-84.48743	235			TN	145		
4635083	Laddie Village	laddie-village	US		0	America/New_York	35.87952	-84.50438	247			TN	145		
4635084	Ladds	ladds	US		0	America/Chicago	35.01063	-85.54691	211			TN	115		
4635130	Rocky Top	rocky-top	US		1781	America/New_York	36.21786	-84.15465	264	Adkins,Coal Creek,Coalcreek,Cole Creek,Lake City,Rocky Top		TN	001		
4635133	Lake Club Estates	lake-club-estates	US		0	America/Chicago	36.31477	-86.57888	146			TN	165		
4635134	Lake Colonial Estates	lake-colonial-estates	US		0	America/Chicago	35.88312	-86.70333	240			TN	187		
4635144	Laguardo	laguardo	US		0	America/Chicago	36.29644	-86.4436	152	Lagada,Lagado,Lagardo,Laguardo		TN	189		
4635145	Lake Crest	lake-crest	US		0	America/New_York	36.48177	-82.49043	408			TN	163		
4635149	Lake Drive	lake-drive	US		0	America/Chicago	36.36312	-89.43368	89	Lake Drive,Reelfoot		TN	095		
4635152	Lake Dweller	lake-dweller	US		0	America/New_York	35.1734	-85.14579	233			TN	065		
4635159	Lake Farm Estates	lake-farm-estates	US		0	America/Chicago	35.97923	-86.47999	158			TN	149		
4635161	Lake Forest Estates	lake-forest-estates	US		0	America/New_York	36.2562	-83.41795	341			TN	057		
4635165	Lake Genesis Country	lake-genesis-country	US		0	America/Chicago	35.99785	-85.02357	535			TN	035		
4635170	Lake Harbor Estates	lake-harbor-estates	US		0	America/New_York	35.13091	-85.14773	224			TN	065		
4635175	Lake Hills	lake-hills	US		0	America/Chicago	35.41258	-86.19971	318			TN	031		
4635176	Lake Hills	lake-hills	US		0	America/New_York	35.08118	-85.19273	251			TN	065		
4635182	Lake Crest	lake-crest	US		0	America/New_York	35.15979	-85.10523	228			TN	065		
4635214	Lake Pomeroy	lake-pomeroy	US		0	America/Chicago	35.99313	-84.85134	531			TN	035		
4635218	Lake Road	lake-road	US		0	America/Chicago	35.98395	-87.12778	267			TN	187		
4635220	Lake Shadow	lake-shadow	US		0	America/New_York	35.82035	-84.58605	242			TN	145		
4635222	Lake Shore	lake-shore	US		0	America/New_York	35.91869	-84.51188	234			TN	145		
4635233	Lake Tansi	lake-tansi	US		3803	America/Chicago	35.87285	-85.0544	585			TN	035		
4635234	Lake Tansi Village	lake-tansi-village	US		0	America/Chicago	35.8834	-85.04718	572			TN	035		
4635239	Lake Tullahoma Estates	lake-tullahoma-estates	US		0	America/Chicago	35.39591	-86.2036	320			TN	031		
4635240	Lake Valley	lake-valley	US		0	America/Chicago	36.12978	-85.44581	292			TN	141		
4635245	Lake View Park	lake-view-park	US		0	America/New_York	36.02454	-83.39794	333	Lake View Park,Lakeview Park		TN	089		
4635249	Lake Vista	lake-vista	US		0	America/New_York	35.07841	-85.1769	219			TN	065		
4635265	Lake-A-Wana	lake-a-wana	US		0	America/New_York	35.78063	-84.39298	250			TN	145		
4635267	Lakeharbor	lakeharbor	US		0	America/New_York	35.80868	-84.60271	246			TN	145		
4635272	Lakeland Park	lakeland-park	US		0	America/Chicago	36.0584	-85.58831	302			TN	141		
4635275	Lakeland Subdivision	lakeland-subdivision	US		0	America/New_York	35.88841	-84.33965	263			TN	145		
4635277	Lakemont Cabin Area	lakemont-cabin-area	US		0	America/New_York	36.35148	-83.1785	328			TN	073		
4635279	Lakemont Heights	lakemont-heights	US		0	America/New_York	35.84924	-84.69633	266			TN	145		
4635280	Lakemoor Hills	lakemoor-hills	US		0	America/New_York	35.9273	-83.98046	280	Lakemoor,Lakemoor Hills		TN	093		
4635281	Lakemoore	lakemoore	US		0	America/New_York	36.25287	-83.28267	359			TN	063		
4635282	Lakeshor Manor	lakeshor-manor	US		0	America/New_York	35.12035	-85.16301	242			TN	065		
4635285	Lakeshore Estates	lakeshore-estates	US		0	America/New_York	36.27981	-83.24045	343			TN	063		
4635286	Lakeshore Estates	lakeshore-estates	US		0	America/New_York	35.12313	-85.15579	239			TN	065		
4635287	Lakeshore Gardens	lakeshore-gardens	US		0	America/New_York	36.17342	-83.42628	393			TN	063		
4635295	Lakeside Estates	lakeside-estates	US		0	America/Chicago	35.2673	-86.1461	284			TN	051		
4635296	Lakeside Estates	lakeside-estates	US		0	America/Chicago	36.49005	-87.35334	140			TN	125		
4635300	Lakeside Park	lakeside-park	US		0	America/New_York	35.19035	-85.16718	215	Lakeside,Lakeside Park		TN	065		
4635301	Lakeside Park	lakeside-park	US		0	America/Chicago	36.27283	-86.62027	150			TN	165		
4635304	Lakesite	lakesite	US		1865	America/New_York	35.20868	-85.1269	228			TN	065		
4635324	Lakeview Estates	lakeview-estates	US		0	America/New_York	35.86314	-83.96213	272			TN	009		
4635325	Lakeview Estates	lakeview-estates	US		0	America/Chicago	35.9534	-87.12112	259			TN	187		
4635332	Lakeview Manor	lakeview-manor	US		0	America/Chicago	36.26228	-88.10698	120			TN	079		
4635348	Lakewood Estates	lakewood-estates	US		0	America/New_York	36.25704	-83.27045	351			TN	063		
4635352	Lakewood Village	lakewood-village	US		0	America/New_York	35.67618	-84.798	266			TN	143		
4635361	Lamb	lamb	US		0	America/Chicago	35.94479	-86.4961	177			TN	149		
4635394	Lamontville	lamontville	US		0	America/New_York	35.35479	-84.81689	211			TN	107		
4635398	Lampkin Acres	lampkin-acres	US		0	America/New_York	36.24398	-83.24295	427			TN	063		
4635400	Lampkin Bridge Estates	lampkin-bridge-estates	US		0	America/Chicago	35.84173	-86.73861	213			TN	187		
4635407	Lanatana Estates	lanatana-estates	US		0	America/Chicago	35.90562	-85.06663	586			TN	035		
4635413	Lancaster Hill	lancaster-hill	US		0	America/Chicago	36.12728	-85.88221	164			TN	159		
4635422	Lancelot Acres	lancelot-acres	US		0	America/Chicago	35.18369	-87.05362	215			TN	055		
4635423	Lanceville	lanceville	US		0	America/New_York	35.93705	-82.90681	399			TN	029		
4635431	Land Mark	land-mark	US		0	America/Chicago	36.03756	-86.81944	213			TN	187		
4635439	Landings	landings	US		0	America/Chicago	35.96951	-86.82611	231			TN	187		
4635444	Landmark Estates	landmark-estates	US		0	America/New_York	36.21426	-83.34573	462			TN	063		
4635494	Langford Cove	langford-cove	US		0	America/Chicago	36.24005	-86.57111	147			TN	189		
4635505	Lanier	lanier	US		0	America/New_York	35.62258	-84.09519	300			TN	009		
4635515	Lankford Farms	lankford-farms	US		0	America/Chicago	36.23505	-86.57361	172			TN	189		
4635518	Lankford Town	lankford-town	US		0	America/Chicago	35.24952	-85.73719	575			TN	061		
4635520	Lansdell Park	lansdell-park	US		0	America/New_York	34.99119	-85.2144	212			TN	065		
4635522	Lantana	lantana	US		0	America/Chicago	35.87673	-85.10107	621			TN	035		
4635527	Lanton	lanton	US		0	America/Chicago	35.69146	-86.94917	198	Lanton,Mallard		TN	119		
4635530	Lapata	lapata	US		0	America/Chicago	36.08285	-89.18229	106	Lapata,Laplata		TN	045		
4635549	Larkin Hills	larkin-hills	US		0	America/New_York	36.53066	-82.18208	500			TN	163		
4635571	Lascassas Colonial Acres	lascassas-colonial-acres	US		0	America/Chicago	35.93451	-86.26555	180			TN	149		
4635574	Lascassas Villa	lascassas-villa	US		0	America/Chicago	35.86729	-86.35471	183			TN	149		
4635575	Lasea	lasea	US		0	America/Chicago	35.65563	-86.90139	230	Lasea,Lesea		TN	119		
4635588	Lassiter Corner	lassiter-corner	US		0	America/Chicago	36.36007	-89.36702	96			TN	131		
4635609	Latta (historical)	latta-historical	US		0	America/Chicago	35.70424	-87.1014	279			TN	119		
4635620	Lauderdale Courts	lauderdale-courts	US		0	America/Chicago	35.15065	-90.04648	72			TN	157		
4635632	Laurel Bank Estates	laurel-bank-estates	US		0	America/New_York	35.74397	-84.02852	285			TN	009		
4635635	Laurel Bluff	laurel-bluff	US		0	America/New_York	35.79785	-84.52271	242	Chamberlain,Laurel Bluff		TN	145		
4635684	Laurel Brook	laurel-brook	US		0	America/New_York	35.49451	-85.11218	573			TN	143		
4635691	Laurel Cove (historical)	laurel-cove-historical	US		0	America/Chicago	35.73396	-85.51109	281			TN	175		
4635696	Laurel Creek	laurel-creek	US		0	America/New_York	35.19368	-85.33913	605			TN	065		
4635710	Laurel Creek	laurel-creek	US		0	America/Chicago	35.76285	-85.55998	294			TN	175		
4635742	Laurel Grove	laurel-grove	US		0	America/New_York	36.1173	-84.23548	300	Laurel Grove,Wind Rock		TN	001		
4635775	Laurel Park	laurel-park	US		0	America/Chicago	36.17423	-85.46609	340			TN	141		
4635776	Laurel Ridge	laurel-ridge	US		0	America/New_York	35.18118	-84.89161	281			TN	011		
4635788	Laurel Valley	laurel-valley	US		0	America/New_York	35.18063	-84.89995	225			TN	011		
4635791	Laurel Wood Estates	laurel-wood-estates	US		0	America/Chicago	36.04089	-86.84472	189	Laurel Wood Estates,Laurelwood		TN	187		
4635794	Laurelburg	laurelburg	US		0	America/Chicago	35.72173	-85.58053	293	Laurelburg,Laurelburgh		TN	175		
4635801	Lavender	lavender	US		0	America/New_York	36.18952	-84.76772	492			TN	129		
4635810	Law	law	US		0	America/Chicago	35.76312	-88.60533	154			TN	077		
4635814	Law Chapel	law-chapel	US		0	America/New_York	35.72147	-83.87768	308			TN	009		
4635815	Lawnville	lawnville	US		0	America/New_York	35.87674	-84.45688	240			TN	145		
4635816	Lawnville Meadows	lawnville-meadows	US		0	America/New_York	35.86396	-84.49799	260			TN	145		
4635869	Laws Hill	laws-hill	US		0	America/Chicago	35.54313	-86.70833	221			TN	117		
4635872	Lawson (historical)	lawson-historical	US		0	America/New_York	36.50566	-82.39459	476			TN	163		
4635888	Lawson Crossroad	lawson-crossroad	US		0	America/New_York	35.65425	-83.7974	378			TN	009		
4635894	Lawson Mill	lawson-mill	US		0	America/New_York	36.47148	-83.30934	353			TN	067		
4635904	Lawson Mill	lawson-mill	US		0	America/Chicago	35.62841	-85.82082	283			TN	177		
4635939	Lazy Acres	lazy-acres	US		0	America/New_York	36.00758	-84.05714	298			TN	093		
4635954	Lea Springs	lea-springs	US		0	America/New_York	36.17786	-83.68324	294	Lea Springs,Leas Springs,Lens Mill		TN	057		
4635968	Leach	leach	US		0	America/Chicago	35.93284	-88.48727	174			TN	017		
4635982	Leadvale	leadvale	US		0	America/New_York	36.07176	-83.23544	307	Lead Vein,Leadvale		TN	029		
4635983	Leadvale	leadvale	US		0	America/New_York	36.08759	-83.26044	324			TN	089		
4635990	Leanna	leanna	US		0	America/Chicago	35.93868	-86.4311	168	Leana,Leanna		TN	149		
4635993	Leapwood	leapwood	US		0	America/Chicago	35.30591	-88.45615	162			TN	109		
4636008	Leatherwood (historical)	leatherwood-historical	US		0	America/Chicago	35.75368	-87.22584	198			TN	119		
4636010	Leatherwood	leatherwood	US		0	America/Chicago	35.39424	-87.8478	141			TN	181		
4636078	Lebanon Heights	lebanon-heights	US		0	America/Chicago	35.57507	-87.02362	197			TN	119		
4636108	Ledfords Mill	ledfords-mill	US		0	America/Chicago	35.40313	-86.2761	302			TN	127		
4636109	Lee (historical)	lee-historical	US		0	America/Chicago	36.35006	-85.35719	273			TN	133		
4636139	Lee Estates	lee-estates	US		0	America/New_York	35.22313	-84.88606	226			TN	011		
4636167	Lee Valley	lee-valley	US		0	America/New_York	36.46315	-83.1435	478			TN	073		
4636177	Leedom (historical)	leedom-historical	US		0	America/New_York	35.9523	-84.27437	245			TN	001		
4636179	Leeland	leeland	US		0	America/Chicago	35.87645	-86.84139	207			TN	187		
4636180	Leemans Corner	leemans-corner	US		0	America/Chicago	36.132	-86.24916	202			TN	189		
4636191	Lees Corner	lees-corner	US		0	America/Chicago	35.69701	-86.8325	217			TN	119		
4636208	Lees Station	lees-station	US		0	America/Chicago	35.55423	-85.25274	260	Lee,Lees,Lees Station,Let		TN	007		
4636211	Leeville	leeville	US		0	America/Chicago	36.19089	-86.41749	179	Kellys,Leeville,Stringtown		TN	189		
4636236	Leftwich	leftwich	US		0	America/Chicago	35.57313	-86.86667	194			TN	119		
4636245	Legget (historical)	legget-historical	US		0	America/Chicago	35.91396	-85.11663	585			TN	035		
4636248	Lego (historical)	lego-historical	US		0	America/Chicago	35.4873	-87.98114	118			TN	135		
4636255	Leighs	leighs	US		0	America/Chicago	35.6098	-89.66536	92	Leigh Chapel,Leighs		TN	167		
4636260	Leinarts	leinarts	US		0	America/New_York	36.10786	-84.18992	269			TN	001		
4636264	Leipers Fork	leipers-fork	US		0	America/Chicago	35.89562	-86.99778	207	Hillsboro,Hillsborough,Leipers Fork		TN	187		
4636265	Lella (historical)	lella-historical	US		0	America/New_York	36.48983	-82.32069	422			TN	163		
4636271	Leming Subdivision	leming-subdivision	US		0	America/New_York	36.14816	-82.82015	442			TN	059		
4636304	Lenow	lenow	US		0	America/Chicago	35.18648	-89.73064	93			TN	157		
4636341	Leoni	leoni	US		0	America/Chicago	35.77451	-85.98304	350	Bear Wallow,Leoni		TN	015		
4636353	Lesters	lesters	US		0	America/Chicago	35.06953	-87.00501	224			TN	055		
4636378	Lewis Branch	lewis-branch	US		0	America/Chicago	36.28339	-87.76947	149			TN	083		
4636430	Lewis Lane	lewis-lane	US		0	America/New_York	36.55593	-82.62627	393			TN	073		
4636439	Lewis Store	lewis-store	US		0	America/Chicago	35.62285	-86.14582	359			TN	031		
4636457	Lexie	lexie	US		0	America/Chicago	35.14814	-86.30138	237			TN	051		
4636462	Lexie Crossroads	lexie-crossroads	US		0	America/Chicago	35.14092	-86.28582	298	Lexie Cross Roads,Lexie Crossroads		TN	051		
4636572	Liberty Grove	liberty-grove	US		0	America/Chicago	35.04147	-87.38308	266			TN	099		
4636579	Liberty Hall	liberty-hall	US		0	America/Chicago	35.76813	-89.03618	109			TN	033		
4636580	Liberty Heights	liberty-heights	US		0	America/New_York	36.23509	-83.26878	401			TN	063		
4636612	Liberty Hills	liberty-hills	US		0	America/Chicago	35.92034	-86.83056	238			TN	187		
4636717	Lick Creek (historical)	lick-creek-historical	US		0	America/Chicago	35.84534	-87.2464	179	Lick Creek (historical),Lickcreek		TN	081		
4636754	Lick Skillet	lick-skillet	US		0	America/Chicago	35.49063	-88.20587	161			TN	039		
4636759	Licklog	licklog	US		0	America/New_York	35.8651	-83.16376	690			TN	029		
4636770	Lickskillet	lickskillet	US		0	America/New_York	36.28758	-83.80047	324	Esco,Lickskillet		TN	173		
4636771	Lickskillet (historical)	lickskillet-historical	US		0	America/Chicago	35.56174	-86.90334	191			TN	119		
4636776	Lickton	lickton	US		0	America/Chicago	36.30144	-86.81	159			TN	037		
4636779	Life	life	US		0	America/Chicago	35.61452	-88.47866	161			TN	077		
4636790	Light (historical)	light-historical	US		0	America/Chicago	35.05258	-87.63669	210			TN	181		
4636811	Lilac (historical)	lilac-historical	US		0	America/New_York	36.0701	-83.23322	322			TN	029		
4636812	Liles Addition	liles-addition	US		0	America/New_York	34.9948	-85.15273	221			TN	065		
4636820	Lillamay	lillamay	US		0	America/Chicago	36.232	-87.04945	133			TN	021		
4636823	Lillard Farm Estates	lillard-farm-estates	US		0	America/Chicago	35.85673	-86.34527	184			TN	149		
4636825	Lillard Mill	lillard-mill	US		0	America/Chicago	35.58674	-86.78472	186	Lillard Mill,Lillards Mills		TN	117		
4636834	Lillydale	lillydale	US		0	America/New_York	36.12789	-82.40514	561			TN	171		
4636835	Lillydale (historical)	lillydale-historical	US		0	America/Chicago	36.6159	-85.29441	198	Lillydale (historical),Lillydale Landing,Mouth of Wolf		TN	027		
4636839	Lily Grove	lily-grove	US		0	America/New_York	36.44258	-83.71352	500	Lilly Grove,Lily Grove		TN	025		
4636861	Limestone Cove	limestone-cove	US		0	America/New_York	36.18094	-82.2618	726			TN	171		
4636873	Limestone Springs	limestone-springs	US		0	America/New_York	36.0201	-82.85681	432			TN	059		
4636909	Lincoya Hills	lincoya-hills	US		0	America/Chicago	36.17978	-86.67666	153			TN	037		
4636914	Linary	linary	US		0	America/Chicago	35.86424	-84.99051	586	Linaria,Linary		TN	035		
4636923	Lindsay Mill	lindsay-mill	US		0	America/New_York	36.26008	-84.14576	334			TN	013		
4636927	Lindsayville (historical)	lindsayville-historical	US		0	America/Chicago	36.13422	-86.41527	195			TN	189		
4636939	Lindauer (historical)	lindauer-historical	US		0	America/Chicago	35.43758	-87.42502	244			TN	099		
4636949	Lindsley (historical)	lindsley-historical	US		0	America/Chicago	36.28144	-86.54555	156			TN	189		
4636960	Line Spring	line-spring	US		0	America/New_York	35.69676	-83.65211	521			TN	155		
4636962	Lineback (historical)	lineback-historical	US		0	America/New_York	36.30901	-82.00401	597			TN	019		
4636968	Liners	liners	US		0	America/Chicago	36.38227	-87.57113	184			TN	125		
4636970	Linger Lake	linger-lake	US		0	America/Chicago	36.01396	-84.98468	548			TN	035		
4636973	Link	link	US		0	America/Chicago	35.71673	-86.50638	244			TN	149		
4636989	Linsdale	linsdale	US		0	America/New_York	35.25146	-84.62799	232			TN	139		
4636994	Lintwood Heights	lintwood-heights	US		0	America/Chicago	36.54672	-87.41557	195			TN	125		
4637007	Lipe	lipe	US		0	America/Chicago	36.04089	-88.17948	132			TN	005		
4637042	Little Barren	little-barren	US		0	America/New_York	36.36536	-83.71797	324			TN	025		
4637043	Little Barren	little-barren	US		0	America/New_York	36.36564	-83.75574	323			TN	173		
4637117	Little Cherokee	little-cherokee	US		0	America/New_York	36.23538	-82.43987	498			TN	179		
4637122	Little Chucky (historical)	little-chucky-historical	US		0	America/New_York	36.11177	-82.99127	408			TN	059		
4637135	Little Cove	little-cove	US		0	America/New_York	35.7587	-83.60572	387			TN	155		
4637149	Little Crab	little-crab	US		0	America/Chicago	36.45701	-85.05634	289	Little Crab,Littlecrab		TN	049		
4637200	Little Doe	little-doe	US		0	America/New_York	36.45262	-81.88012	734			TN	091		
4637226	Little Emory	little-emory	US		0	America/New_York	35.95758	-84.48327	230	Emory,Little Emory		TN	145		
4637283	Little Hope	little-hope	US		0	America/Chicago	35.90312	-86.52138	189			TN	149		
4637316	Little John	little-john	US		0	America/Chicago	35.3087	-89.99203	75			TN	157		
4637354	Little Milligan	little-milligan	US		0	America/New_York	36.31484	-82.01818	646	Little Milligan,Milligan		TN	019		
4637457	Little Ranch Acres	little-ranch-acres	US		0	America/Chicago	35.91173	-86.40916	175			TN	149		
4637470	Little River (historical)	little-river-historical	US		0	America/New_York	35.60702	-84.2188	248			TN	123		
4637485	Little Rock Mills	little-rock-mills	US		0	America/Chicago	35.84812	-87.29807	179	Little Rock Mills,Littlerock Mills		TN	081		
4637547	Little Texas	little-texas	US		0	America/Chicago	35.80062	-86.78305	261			TN	187		
4637578	Little White Oak	little-white-oak	US		0	America/New_York	36.52425	-84.05354	455			TN	013		
4637592	Littlebrook	littlebrook	US		0	America/New_York	35.83953	-83.94407	263			TN	009		
4637600	Littlelot	littlelot	US		0	America/Chicago	35.78896	-87.32307	167	Little Lot,Littlelot		TN	081		
4637602	Litton	litton	US		0	America/Chicago	35.7384	-85.03607	285			TN	007		
4637610	Litz Manor	litz-manor	US		0	America/New_York	36.52343	-82.51654	408			TN	163		
4637617	Liverworth	liverworth	US		0	America/Chicago	36.40033	-87.3264	190	Liverwort,Liverworth		TN	125		
4637618	Livesay	livesay	US		0	America/Chicago	35.93201	-85.03885	577			TN	035		
4637623	Livesay Mill	livesay-mill	US		0	America/New_York	36.55815	-83.0385	351			TN	067		
4637647	Loafers Corner	loafers-corner	US		0	America/Chicago	35.98479	-86.54666	172	Cedar Grove,Loafers Corner		TN	149		
4637683	Lockertsville	lockertsville	US		0	America/Chicago	36.34589	-87.12084	209			TN	021		
4637685	Lockes Mill	lockes-mill	US		0	America/Chicago	35.21647	-86.44444	216			TN	103		
4637691	Lockmiller Addition	lockmiller-addition	US		0	America/New_York	35.43035	-84.60077	273			TN	107		
4637695	Lockwood Heights	lockwood-heights	US		0	America/New_York	35.10563	-85.2819	223			TN	065		
4637697	Loco (historical)	loco-historical	US		0	America/Chicago	35.76729	-87.00695	217			TN	119		
4637733	Locust Springs	locust-springs	US		0	America/New_York	36.30538	-82.79821	368	Locust Spring,Locust Springs		TN	059		
4637737	Locust Mount	locust-mount	US		0	America/New_York	36.34038	-82.57626	494			TN	179		
4637750	Lofton	lofton	US		0	America/Chicago	35.92867	-86.27249	179			TN	149		
4637767	Logan Heights	logan-heights	US		0	America/New_York	35.10368	-85.17495	238			TN	065		
4637777	Loganton (historical)	loganton-historical	US		0	America/New_York	36.04955	-82.53236	605			TN	171		
4637783	Lohmans Store (historical)	lohmans-store-historical	US		0	America/Chicago	36.1445	-86.46749	184	Hardy,Lohmans Store (historical),Old Union		TN	189		
4637784	Lois	lois	US		0	America/Chicago	35.23258	-86.36555	334			TN	127		
4637791	Lomax Crossroads	lomax-crossroads	US		0	America/Chicago	35.55674	-87.57891	292			TN	101		
4637794	Lonas Addition	lonas-addition	US		0	America/New_York	35.74036	-83.98407	306			TN	009		
4637870	Lonewood	lonewood	US		0	America/Chicago	35.77507	-85.29358	519			TN	175		
4637992	Long Hollow	long-hollow	US		0	America/New_York	36.37563	-84.09937	345			TN	013		
4638025	Long Hollow (historical)	long-hollow-historical	US		0	America/New_York	36.37647	-83.91186	360			TN	173		
4638047	Long Meadows	long-meadows	US		0	America/Chicago	36.18256	-85.58331	311			TN	141		
4638076	Long Rock	long-rock	US		0	America/Chicago	36.05062	-88.40088	148	Long Rock,Longrock		TN	017		
4638107	Longs Bend	longs-bend	US		0	America/New_York	36.44649	-82.82683	345	Long Bend,Longs Bend		TN	073		
4638114	Longtown (historical)	longtown-historical	US		0	America/New_York	36.33204	-83.05822	353			TN	073		
4638123	Longview Subdivision	longview-subdivision	US		0	America/Chicago	35.31036	-87.77725	276			TN	181		
4638132	Loo (historical)	loo-historical	US		0	America/New_York	36.32286	-83.85158	340			TN	173		
4638211	Loriland	loriland	US		0	America/Chicago	35.98117	-87.13362	262			TN	187		
4638242	Lost Creek (historical)	lost-creek-historical	US		0	America/New_York	36.32091	-83.87714	329	Lost Creek (historical),Lostcreek		TN	173		
4638269	Lott Landing	lott-landing	US		0	America/Chicago	35.39924	-88.09337	109	Lots Landing,Lott Landing,Lotts Landing		TN	071		
4638282	Loudon City Park	loudon-city-park	US		0	America/New_York	35.72452	-84.37742	242	Loudon City Park,Roberson		TN	105		
4638305	Louise Heights	louise-heights	US		0	America/Chicago	36.56199	-87.41751	170			TN	125		
4638342	Love Lady	love-lady	US		0	America/Chicago	36.58923	-85.1594	312			TN	137		
4638349	Love Station	love-station	US		0	America/New_York	36.12066	-82.43458	538			TN	171		
4638356	Lovelace	lovelace	US		0	America/New_York	36.4076	-82.65682	414			TN	059		
4638376	Lovell Heights	lovell-heights	US		0	America/New_York	35.89702	-84.12908	292			TN	093		
4638396	Lovetown	lovetown	US		0	America/Chicago	35.64368	-87.25112	179			TN	119		
4638405	Lovie (historical)	lovie-historical	US		0	America/Chicago	35.44813	-87.75697	181			TN	181		
4638411	Loveville (historical)	loveville-historical	US		0	America/Chicago	36.23978	-86.73972	170	Ekin,Loveville (historical)		TN	037		
4638456	Lowe Acres	lowe-acres	US		0	America/New_York	36.1962	-83.43601	361			TN	063		
4638497	Lower Elkton (historical)	lower-elkton-historical	US		0	America/Chicago	35.02925	-86.92501	184			TN	055		
4638513	Lower Holly Creek	lower-holly-creek	US		0	America/Chicago	35.05869	-87.60086	183			TN	181		
4638528	Lower Mill	lower-mill	US		0	America/New_York	35.16785	-85.2219	198			TN	065		
4638530	Lower Mockeson	lower-mockeson	US		0	America/Chicago	35.06814	-87.2753	208	Lower Mockeson,Mockeson		TN	099		
4638575	Lowryville	lowryville	US		0	America/Chicago	35.10425	-88.09892	159	Lewryville,Loweryville,Lowryville		TN	071		
4638593	Loyston (historical)	loyston-historical	US		0	America/New_York	36.26536	-83.94992	311	Loys Cross Roads,Loyston (historical)		TN	173		
4638605	Lucilla (historical)	lucilla-historical	US		0	America/New_York	36.05981	-83.57295	311			TN	089		
4638609	Luckett	luckett	US		0	America/Chicago	35.72813	-89.67452	94			TN	097		
4638616	Lucky	lucky	US		0	America/Chicago	35.79757	-85.84276	318	Luckey,Lucky		TN	177		
4638618	Lucy	lucy	US		0	America/Chicago	35.30009	-89.92731	85			TN	157		
4638622	Lucerne (historical)	lucerne-historical	US		0	America/Chicago	35.54035	-87.35612	213			TN	101		
4638628	Luke (historical)	luke-historical	US		0	America/New_York	36.35983	-82.56654	541			TN	179		
4638634	Lula (historical)	lula-historical	US		0	America/Chicago	35.47924	-88.43477	158			TN	023		
4638637	Lulaville	lulaville	US		0	America/New_York	36.25786	-83.57546	295			TN	057		
4638644	Luminary	luminary	US		0	America/Chicago	35.69562	-85.00079	567			TN	007		
4638702	Luskville	luskville	US		0	America/New_York	35.27507	-84.66105	233			TN	107		
4638795	Lynn Christie	lynn-christie	US		0	America/Chicago	36.17395	-86.53972	174			TN	189		
4638805	Lynn Garden	lynn-garden	US		0	America/New_York	36.57704	-82.56765	437	Lynn Garden,Lynn Gardens,Lyon Garden		TN	163		
4638815	Lynndale	lynndale	US		0	America/New_York	36.13287	-83.26683	347			TN	063		
4638824	Lynnwood Downs	lynnwood-downs	US		0	America/Chicago	35.9709	-86.85722	221			TN	187		
4638828	Lynwood Acres	lynwood-acres	US		0	America/Chicago	35.95423	-85.02218	547			TN	035		
4638851	Lyons Store (historical)	lyons-store-historical	US		0	America/New_York	36.49371	-82.86766	421	Lyons,Lyons Store (historical)		TN	073		
4638852	Lyons View	lyons-view	US		0	America/New_York	35.92758	-83.9913	275			TN	093		
4638854	Lyonton	lyonton	US		0	America/New_York	36.04009	-83.71546	284			TN	093		
4638956	Macey	macey	US		0	America/Chicago	36.377	-85.99721	244			TN	159		
4639014	Madden Homes	madden-homes	US		0	America/Chicago	35.14814	-86.57444	206			TN	103		
4639016	Maddox	maddox	US		0	America/Chicago	35.16092	-88.21893	145	Graham,Maddox		TN	071		
4639026	Maddux Farm	maddux-farm	US		0	America/Chicago	36.09784	-85.46386	324			TN	141		
4639030	Madge	madge	US		0	America/Chicago	35.3812	-89.66675	96	Little Texas,Madge		TN	157		
4639040	Madie	madie	US		0	America/Chicago	36.28173	-89.46146	91			TN	095		
4639055	Madison Hall	madison-hall	US		0	America/Chicago	35.56341	-88.86978	159			TN	113		
4639094	Maggarte (historical)	maggarte-historical	US		0	America/Chicago	36.25811	-85.84415	155	Maggart,Maggarte (historical)		TN	159		
4639105	Magnolia Beach	magnolia-beach	US		0	America/Chicago	36.35145	-89.44035	89			TN	095		
4639107	Maggies Mill	maggies-mill	US		0	America/New_York	35.23424	-84.47132	253			TN	139		
4639115	Magnolia Place	magnolia-place	US		0	America/Chicago	35.93423	-86.88333	198			TN	187		
4639117	Magnum (historical)	magnum-historical	US		0	America/Chicago	35.83701	-85.85832	337	Magnum (historical),Mangum		TN	177		
4639124	Mahan Village	mahan-village	US		0	America/New_York	36.16813	-84.4891	397			TN	129		
4639131	Mahone (historical)	mahone-historical	US		0	America/Chicago	36.09145	-86.0886	250			TN	189		
4639135	Mahoney Mill	mahoney-mill	US		0	America/New_York	35.78508	-84.10186	251	Bowerman Mill,Johnson Mill,Mahoney Mill,Mahoneys Mill		TN	009		
4639145	Maison	maison	US		0	America/New_York	36.29038	-82.42236	571			TN	179		
4639147	Major	major	US		0	America/Chicago	36.08034	-86.33971	191			TN	189		
4639167	Malesus	malesus	US		0	America/Chicago	35.54285	-88.82672	138	Harrisburg,Harrisburgh Station,Malesus		TN	113		
4639207	Maloneyville	maloneyville	US		0	America/New_York	36.08647	-83.83518	318	Lay,Maloneyville,Maloneyville Station		TN	093		
4639208	Maltsberger (historical)	maltsberger-historical	US		0	America/New_York	36.31816	-82.71432	476			TN	059		
4639223	Mana Estates	mana-estates	US		0	America/New_York	34.99007	-85.24912	219			TN	065		
4639234	Manchester Park	manchester-park	US		0	America/New_York	35.11424	-85.2769	253			TN	065		
4639239	Mandels (historical)	mandels-historical	US		0	America/Chicago	36.41117	-88.34782	156			TN	079		
4639260	Mankinville	mankinville	US		0	America/Chicago	35.79146	-86.35666	192			TN	149		
4639272	Manleyville	manleyville	US		0	America/Chicago	36.22367	-88.17143	148	Manleyville,Manlyville		TN	079		
4639300	Manring	manring	US		0	America/New_York	36.55841	-83.81381	562	Manring,Sterling,Stirling		TN	025		
4639310	Mansfield Gap	mansfield-gap	US		0	America/New_York	36.10704	-83.37989	419			TN	089		
4639317	Mansford (historical)	mansford-historical	US		0	America/Chicago	35.19647	-86.2436	271			TN	051		
4639321	Manson Manor	manson-manor	US		0	America/Chicago	35.84757	-86.45027	188			TN	149		
4639322	Manson Park	manson-park	US		0	America/Chicago	35.86979	-86.45833	175			TN	149		
4639332	Manus Town (historical)	manus-town-historical	US		0	America/Chicago	35.7809	-86.00554	360			TN	015		
4639376	Maple Creek (historical)	maple-creek-historical	US		0	America/Chicago	35.87701	-88.24643	196			TN	017		
4639379	Maple Row Estates	maple-row-estates	US		0	America/Chicago	36.29866	-86.59416	164			TN	165		
4639383	Maple Spring	maple-spring	US		0	America/Chicago	35.65757	-87.37418	278			TN	081		
4639386	Maple Spring	maple-spring	US		0	America/New_York	35.69202	-84.28742	264			TN	105		
4639393	Maple Spring	maple-spring	US		0	America/New_York	35.90176	-83.28877	979			TN	029		
4639407	Maplehurst	maplehurst	US		0	America/New_York	36.51677	-82.2643	480			TN	163		
4639408	Maples	maples	US		0	America/New_York	36.1548	-84.12353	282	Maple,Maples		TN	001		
4639409	Maples (historical)	maples-historical	US		0	America/New_York	36.18397	-83.6624	304			TN	057		
4639416	Mapleview	mapleview	US		0	America/New_York	36.08814	-83.98602	394			TN	093		
4639417	Mapleview Acres	mapleview-acres	US		0	America/New_York	36.16565	-83.36267	397			TN	063		
4639427	Maplewood Estates	maplewood-estates	US		0	America/Chicago	35.95701	-85.02023	543			TN	035		
4639428	Maplewood Heights	maplewood-heights	US		0	America/New_York	35.03674	-85.09634	293			TN	065		
4639435	Mapleton Hills	mapleton-hills	US		0	America/New_York	35.23424	-84.84717	244			TN	011		
4639438	Marathon Trail	marathon-trail	US		0	America/Chicago	35.92395	-86.50388	178			TN	149		
4639458	Marbledale	marbledale	US		0	America/New_York	35.95786	-83.81851	260			TN	093		
4639460	Marbleton	marbleton	US		0	America/New_York	36.24039	-82.32764	556			TN	171		
4639465	Marbuts	marbuts	US		0	America/Chicago	35.0273	-87.16779	217			TN	055		
4639466	Marcella (historical)	marcella-historical	US		0	America/Chicago	35.36397	-87.21529	262	Marcella (historical),Marcella Falls		TN	099		
4639471	Marchbanks (historical)	marchbanks-historical	US		0	America/Chicago	36.21173	-85.41664	311			TN	141		
4639488	Marguerite	marguerite	US		0	America/New_York	36.25593	-83.25795	352			TN	063		
4639494	Marie White Subdivision	marie-white-subdivision	US		0	America/Chicago	36.14367	-85.5197	342			TN	141		
4639496	Marimont	marimont	US		0	America/New_York	35.0223	-85.18468	253			TN	065		
4639497	Marina Hills	marina-hills	US		0	America/New_York	35.32785	-84.83828	218			TN	011		
4639559	Marlyn Hills	marlyn-hills	US		0	America/New_York	36.55149	-82.21541	492			TN	163		
4639560	Marmor	marmor	US		0	America/New_York	35.78814	-84.11713	253			TN	009		
4639644	Marshall Estates	marshall-estates	US		0	America/New_York	36.57788	-82.66238	427			TN	073		
4639648	Marshall Hill	marshall-hill	US		0	America/New_York	35.52813	-84.5916	285			TN	107		
4639651	Marshall Heights	marshall-heights	US		0	America/Chicago	35.44618	-86.80139	250			TN	117		
4639665	Martel Estates	martel-estates	US		0	America/New_York	35.81202	-84.23436	253			TN	105		
4639666	Martel Estates East	martel-estates-east	US		0	America/New_York	35.81813	-84.23186	270			TN	105		
4639686	Marthas Chapel	marthas-chapel	US		0	America/Chicago	36.24672	-87.53196	152			TN	043		
4639737	Martin Creek	martin-creek	US		0	America/New_York	36.58481	-83.35407	445			TN	067		
4639776	Martin Springs	martin-springs	US		0	America/Chicago	35.16675	-85.7897	207	Dove,Martin Springs		TN	115		
4639782	Martindale Estates	martindale-estates	US		0	America/New_York	36.29038	-82.32208	527			TN	019		
4639794	Martins Mills	martins-mills	US		0	America/Chicago	35.20202	-87.95197	161			TN	181		
4639800	Marvel (historical)	marvel-historical	US		0	America/Chicago	36.23061	-86.66889	138			TN	037		
4639825	Mary Chapel	mary-chapel	US		0	America/New_York	36.30203	-83.35767	355			TN	057		
4639845	Marys Grove	marys-grove	US		0	America/Chicago	35.05564	-86.64583	292			TN	103		
4639869	Mashburn	mashburn	US		0	America/New_York	35.43618	-84.52993	256			TN	107		
4639887	Mason Grove	mason-grove	US		0	America/Chicago	35.76452	-88.95812	127	Mason Grove,Mason's Grove,Masons Grove		TN	033		
4639889	Mason Hall	mason-hall	US		0	America/Chicago	36.20673	-89.09368	108	Mason Hall,Masons Hall		TN	131		
4639907	Mason Springs	mason-springs	US		0	America/New_York	36.48925	-83.53907	374			TN	025		
4639929	Massengill Mill	massengill-mill	US		0	America/New_York	36.20564	-83.55601	300	Massengale Mill,Massengill Mill,Massongills Mill		TN	057		
4639946	Masseyville	masseyville	US		0	America/Chicago	35.29369	-88.70644	152			TN	023		
4639956	Match	match	US		0	America/Chicago	35.6459	-86.93445	232			TN	119		
4639966	Matheny Grove	matheny-grove	US		0	America/Chicago	36.37895	-88.65005	147			TN	183		
4639995	Matlock Ford	matlock-ford	US		0	America/Chicago	35.88923	-87.4814	153			TN	081		
4640003	Matthew	matthew	US		0	America/Chicago	36.04867	-85.67165	317	Mathew,Matthew		TN	141		
4640027	Maucks (historical)	maucks-historical	US		0	America/New_York	36.13566	-82.59848	477			TN	179		
4640034	Matuta (historical)	matuta-historical	US		0	America/New_York	36.2576	-82.59571	438			TN	179		
4640050	Maury Junction	maury-junction	US		0	America/Chicago	35.87479	-89.20368	94			TN	033		
4640066	Maxey	maxey	US		0	America/Chicago	36.13313	-89.31646	98	Emmaus,Maxey		TN	045		
4640084	May Acres	may-acres	US		0	America/New_York	36.15176	-83.42351	373			TN	089		
4640103	May Springs (historical)	may-springs-historical	US		0	America/New_York	36.20787	-83.4624	327	May Spring,May Springs (historical)		TN	057		
4640105	Mayberry (historical)	mayberry-historical	US		0	America/Chicago	35.82923	-87.21445	236			TN	119		
4640106	Mayberry (historical)	mayberry-historical	US		0	America/Chicago	35.86257	-86.88417	236			TN	187		
4640114	Mayberry Courts	mayberry-courts	US		0	America/Chicago	35.14925	-86.57722	213			TN	103		
4640123	Mayday	mayday	US		0	America/New_York	36.21011	-82.49709	490			TN	179		
4640131	Mayfield (historical)	mayfield-historical	US		0	America/Chicago	36.28145	-85.62192	301			TN	087		
4640137	Mayflower (historical)	mayflower-historical	US		0	America/New_York	36.31816	-82.54515	454			TN	179		
4640142	Mayland	mayland	US		0	America/Chicago	36.04673	-85.19997	601	Goodwill,Johnson Stand,Johnston's,Johnstons,Johnstons Stand,Mayland		TN	035		
4640148	Maymead	maymead	US		0	America/New_York	36.41595	-81.83706	676			TN	091		
4640162	Mayo (historical)	mayo-historical	US		0	America/New_York	36.01981	-83.79574	290			TN	093		
4640183	Mays Subdivision	mays-subdivision	US		0	America/New_York	36.13399	-82.81321	440			TN	059		
4640184	Mayview Heights	mayview-heights	US		0	America/New_York	36.04619	-84.00963	325			TN	093		
4640207	McAllister Hill	mcallister-hill	US		0	America/New_York	35.02814	-84.34603	521			TN	139		
4640211	McAllisters Crossroads	mcallisters-crossroads	US		0	America/Chicago	36.35255	-87.35001	206			TN	125		
4640212	McAndore Estates	mcandore-estates	US		0	America/Chicago	35.92312	-86.52388	169			TN	149		
4640242	McBurg	mcburg	US		0	America/Chicago	35.1848	-86.81333	206			TN	103		
4640251	McCains	mccains	US		0	America/Chicago	35.51813	-87.05556	235			TN	119		
4640389	McClures Bend	mcclures-bend	US		0	America/Chicago	36.27394	-85.90026	161			TN	159		
4640391	McCoinsville	mccoinsville	US		0	America/Chicago	36.31589	-85.63637	313			TN	087		
4640404	McConnell	mcconnell	US		0	America/Chicago	36.42284	-88.85173	106			TN	131		
4640409	McCookville	mccookville	US		0	America/New_York	35.7637	-83.52155	356			TN	155		
4640459	McCrary Subdivision	mccrary-subdivision	US		0	America/Chicago	36.14589	-85.51414	336			TN	141		
4640498	McCutchen Heights	mccutchen-heights	US		0	America/Chicago	36.37062	-89.06479	103			TN	131		
4640543	McDonald Hill	mcdonald-hill	US		0	America/New_York	36.39176	-82.97905	386			TN	073		
4640560	McElroy	mcelroy	US		0	America/Chicago	35.79229	-85.56359	274	Elroy,McElroy		TN	175		
4640569	McEwen	mcewen	US		1703	America/Chicago	36.10784	-87.63307	253	Buttermilk,Little Ireland,McEwen,McEwens		TN	085		
4640570	McEwen (historical)	mcewen-historical	US		0	America/Chicago	35.94423	-86.84889	198			TN	187		
4640592	McFarland	mcfarland	US		0	America/New_York	35.1723	-84.39492	286			TN	139		
4640602	McFarlin	mcfarlin	US		0	America/Chicago	35.84062	-86.34833	189			TN	149		
4640620	McGavock (historical)	mcgavock-historical	US		0	America/Chicago	35.94173	-86.855	195			TN	187		
4640637	McGeetown	mcgeetown	US		0	America/New_York	35.03508	-84.32464	512			TN	139		
4640646	McGhee	mcghee	US		0	America/New_York	35.61147	-84.2088	248			TN	123		
4640666	McGlamery Stand	mcglamery-stand	US		0	America/Chicago	35.14675	-87.74503	317	McGlamery Stand,McGlamerys Stand		TN	181		
4640681	McHaney (historical)	mchaney-historical	US		0	America/Chicago	35.81173	-88.58672	140			TN	077		
4640687	McIllwain	mcillwain	US		0	America/Chicago	35.86284	-88.07976	188			TN	005		
4640736	McKenzie	mckenzie	US		5296	America/Chicago	36.13256	-88.51866	150	Dundas,McKenzie,McKenzie Station		TN	017		
4640794	McKinnon	mckinnon	US		0	America/Chicago	36.31617	-87.90697	121			TN	083		
4640796	McKnight	mcknight	US		0	America/Chicago	35.79201	-87.13862	205	McKnight,McKnight Station		TN	119		
4640816	McLean (historical)	mclean-historical	US		0	America/Chicago	35.47285	-87.58613	207			TN	101		
4641919	Miller Flats	miller-flats	US		0	America/New_York	36.4376	-82.87238	341			TN	073		
4640830	McLemoresville	mclemoresville	US		344	America/Chicago	35.98729	-88.5745	128	McLemmonsville,McLemoresville		TN	017		
4640841	McMahan	mcmahan	US		0	America/Chicago	35.68618	-86.01388	330			TN	015		
4640842	McMahan	mcmahan	US		0	America/New_York	35.91592	-83.67267	275			TN	155		
4640862	McMillan	mcmillan	US		0	America/New_York	36.0437	-83.79129	263	Macmillan,McMillan		TN	093		
4640893	McMullens	mcmullens	US		0	America/New_York	35.71647	-84.17269	264	McMullen Station,McMullens		TN	009		
4640919	McNairy	mcnairy	US		0	America/Chicago	35.31202	-88.62727	137	McNairy,McNairy Station		TN	109		
4640936	McNeil Farms	mcneil-farms	US		0	America/Chicago	35.84201	-86.52722	189			TN	149		
4640953	McPheeter Bend	mcpheeter-bend	US		0	America/New_York	36.4901	-82.72183	356			TN	073		
4641002	Meade (historical)	meade-historical	US		0	America/Chicago	35.80896	-85.47109	281			TN	175		
4641005	Meades Quarry	meades-quarry	US		0	America/New_York	35.95231	-83.86546	258			TN	093		
4641007	Meadorville	meadorville	US		0	America/Chicago	36.4745	-86.0361	181	Meadorsville,Meadorville,Meadowville		TN	111		
4641017	Meadow Branch	meadow-branch	US		0	America/New_York	36.35703	-83.28128	352			TN	057		
4641041	Meadow Green Acres	meadow-green-acres	US		0	America/Chicago	35.97395	-86.89361	192			TN	187		
4641042	Meadow Lane	meadow-lane	US		0	America/Chicago	35.84701	-86.4861	186			TN	149		
4641043	Meadow Lane	meadow-lane	US		0	America/Chicago	36.56477	-87.31779	159			TN	125		
4641045	Meadow Mead	meadow-mead	US		0	America/Chicago	36.307	-88.29143	125			TN	079		
4641066	Meadowlake	meadowlake	US		0	America/Chicago	36.02451	-86.80222	205			TN	187		
4641068	Meadowlark	meadowlark	US		0	America/New_York	36.16538	-82.85738	442			TN	059		
4641070	Meadowood	meadowood	US		0	America/New_York	35.79286	-83.96352	257			TN	009		
4641080	Meadowvale	meadowvale	US		0	America/Chicago	36.31644	-86.61444	148			TN	165		
4641089	Meadowwood Acres	meadowwood-acres	US		0	America/Chicago	35.97479	-87.12834	255			TN	187		
4641101	Medallion Acres	medallion-acres	US		0	America/Chicago	36.4931	-87.28751	150			TN	125		
4641147	Meigs Cabin Area	meigs-cabin-area	US		0	America/New_York	35.68729	-84.71022	237	Meigs Cabin Area,Meigs Subdivision		TN	121		
4641163	Melody Acres	melody-acres	US		0	America/New_York	36.18092	-83.39434	427			TN	063		
4641165	Melrose (historical)	melrose-historical	US		0	America/New_York	36.16397	-84.55716	327			TN	129		
4641166	Melrose (historical)	melrose-historical	US		0	America/Chicago	36.33227	-86.36638	157			TN	189		
4641207	Melvine	melvine	US		0	America/Chicago	35.73285	-85.05801	294			TN	007		
4641208	Memento (historical)	memento-historical	US		0	America/New_York	36.24677	-82.92905	339			TN	059		
4641276	Mengelwood	mengelwood	US		0	America/Chicago	36.04535	-89.54369	81			TN	045		
4641335	Merry Oaks	merry-oaks	US		0	America/Chicago	36.16422	-86.685	160			TN	037		
4641346	Metal Ford	metal-ford	US		0	America/Chicago	35.46369	-87.47974	220			TN	101		
4641352	Methodist (historical)	methodist-historical	US		0	America/Chicago	35.90034	-85.48553	289			TN	185		
4641364	Metro Park	metro-park	US		0	America/New_York	35.14313	-85.26162	249			TN	065		
4641372	Meux Corner	meux-corner	US		0	America/Chicago	35.4398	-89.40591	98			TN	075		
4641377	Mialoquo (historical)	mialoquo-historical	US		0	America/New_York	35.61563	-84.24242	248	Mialoquo (historical),Nilaque		TN	123		
4641379	Michell (historical)	michell-historical	US		0	America/Chicago	35.95424	-89.63619	84			TN	045		
4641403	Middle Brook Place	middle-brook-place	US		0	America/Chicago	35.92368	-85.04718	580			TN	035		
4641405	Middle City	middle-city	US		0	America/Chicago	36.03618	-89.43507	83	Middle City,Miller City		TN	045		
4641415	Middle Creek	middle-creek	US		0	America/New_York	35.82148	-83.53906	300			TN	155		
4641420	Middle Fork	middle-fork	US		0	America/Chicago	35.53591	-88.48672	173	Middle Fork,Middlefork		TN	077		
4641483	Middle Settlement	middle-settlement	US		0	America/New_York	35.7973	-84.05519	265	Middle Settlement,Middlesettlements		TN	009		
4641495	Middle Valley	middle-valley	US		12684	America/New_York	35.1959	-85.18468	213			TN	065		
4641499	Middle Valley Estates	middle-valley-estates	US		0	America/New_York	35.16729	-85.20273	206			TN	065		
4641502	Middlebrook Acres	middlebrook-acres	US		0	America/New_York	35.94119	-84.06047	283			TN	093		
4641504	Middlebrook Heights	middlebrook-heights	US		0	America/New_York	35.95619	-83.99158	342			TN	093		
4641525	Midfields	midfields	US		0	America/New_York	36.5701	-82.57988	434			TN	163		
4641537	Midtown Heights	midtown-heights	US		0	America/New_York	35.87646	-84.5566	295			TN	145		
4641586	Midtown	midtown	US		1360	America/New_York	35.87952	-84.5641	252	Midtown,Pine Grove		TN	145		
4641644	Milbro Heights	milbro-heights	US		0	America/New_York	34.99091	-85.26773	275			TN	065		
4641645	Milburnton	milburnton	US		0	America/New_York	36.31149	-82.64515	518	Hascue,Milburnton		TN	059		
4641657	Mile Straight	mile-straight	US		0	America/New_York	35.2159	-85.22774	212			TN	065		
4641671	Miles Crossroads	miles-crossroads	US		0	America/Chicago	36.54256	-85.73859	305	Miles Cross Roads,Miles Crossroads,Mount Vernon		TN	027		
4641714	Mill Brook	mill-brook	US		0	America/New_York	36.26622	-82.6271	469			TN	179		
4641765	Mill Creek (historical)	mill-creek-historical	US		0	America/Chicago	36.07257	-84.99023	542			TN	035		
4641809	Mill Point	mill-point	US		0	America/New_York	36.5776	-82.36014	486	Central Heights,Mill Point,Millpoint,Morells Mill,Morrells Mill		TN	163		
4641829	Mill Town	mill-town	US		0	America/Chicago	36.47228	-85.87859	310			TN	111		
4641906	Miller Cove	miller-cove	US		0	America/New_York	35.70981	-83.8174	284			TN	009		
4641914	Miller Estates	miller-estates	US		0	America/Chicago	35.94312	-86.47916	174			TN	149		
4641956	Millercrest	millercrest	US		0	America/New_York	36.32094	-82.38264	543			TN	179		
4641978	Millertown	millertown	US		0	America/New_York	36.04092	-83.84352	286			TN	093		
4641982	Millican Grove	millican-grove	US		0	America/New_York	35.90509	-83.50822	303	Millican,Millican Grove		TN	155		
4642028	Mills Subdivision	mills-subdivision	US		0	America/Chicago	36.48561	-88.09114	132			TN	079		
4642036	Millsfield	millsfield	US		0	America/Chicago	36.14146	-89.38257	154			TN	045		
4642055	Millswood Estates	millswood-estates	US		0	America/Chicago	36.59033	-87.41112	153			TN	125		
4642059	Millview	millview	US		0	America/Chicago	35.87895	-86.79083	199	Millview,Priest		TN	187		
4642075	Mimosa	mimosa	US		0	America/Chicago	35.22036	-86.51916	225			TN	103		
4642077	Mimosa Estates	mimosa-estates	US		0	America/New_York	35.84786	-83.96824	278			TN	009		
4642078	Mimosa Heights	mimosa-heights	US		0	America/New_York	35.83842	-83.96685	293			TN	009		
4642080	Mims (historical)	mims-historical	US		0	America/Chicago	36.42421	-86.63055	187			TN	165		
4642110	Mineral Park	mineral-park	US		0	America/New_York	35.10063	-85.00634	274			TN	011		
4642132	Minkton (historical)	minkton-historical	US		0	America/New_York	36.44119	-83.67908	447			TN	025		
4642136	Minnick	minnick	US		0	America/Chicago	36.26812	-89.36591	141			TN	131		
4642146	Mint	mint	US		0	America/New_York	35.64175	-84.03852	282			TN	009		
4642150	Mint Spring (historical)	mint-spring-historical	US		0	America/Chicago	36.46839	-88.03559	108			TN	161		
4642161	Minton Mill	minton-mill	US		0	America/New_York	36.52314	-83.6863	324			TN	025		
4642169	Miranda (historical)	miranda-historical	US		0	America/Chicago	36.28673	-85.41942	291			TN	133		
4642180	Mission Oaks	mission-oaks	US		0	America/New_York	34.98841	-85.2569	230			TN	065		
4642192	Miser Station	miser-station	US		0	America/New_York	35.77841	-84.09047	272	Miser,Miser Station,Misers Station		TN	009		
4642194	Miston	miston	US		0	America/Chicago	36.16479	-89.49035	83			TN	045		
4642198	Misty Ridge	misty-ridge	US		0	America/New_York	35.26313	-84.93328	254			TN	011		
4642200	Mitchel Heights	mitchel-heights	US		0	America/Chicago	35.95729	-85.04162	549			TN	035		
4642256	Mitchell Springs	mitchell-springs	US		0	America/New_York	36.3801	-82.58598	536			TN	179		
4642272	Mixie	mixie	US		0	America/Chicago	36.13395	-88.33171	145			TN	017		
4642276	Mobley (historical)	mobley-historical	US		0	America/Chicago	36.43616	-88.00975	110			TN	161		
4642281	Mizell (historical)	mizell-historical	US		0	America/Chicago	36.00562	-86.80583	211			TN	187		
4642294	Mobra	mobra	US		0	America/Chicago	35.88173	-85.25997	518	Mobra,Mobray,Mourberry,Solon		TN	185		
4642306	Mockingbird Hill	mockingbird-hill	US		0	America/New_York	35.90036	-83.98241	270			TN	093		
4642314	Moffatt	moffatt	US		0	America/Chicago	36.32673	-89.09118	95			TN	131		
4642317	Mohawk Crossroad	mohawk-crossroad	US		0	America/New_York	36.22149	-83.02905	333	Mohawk Cross Road,Mohawk Cross Roads,Mohawk Crossroad		TN	059		
4642337	Mole	mole	US		0	America/New_York	36.48093	-82.7546	355			TN	073		
4642356	Monoville	monoville	US		0	America/Chicago	36.307	-85.9736	148			TN	159		
4642393	Montcastle Hills	montcastle-hills	US		0	America/New_York	36.33955	-82.36431	502			TN	179		
4642396	Montclair South	montclair-south	US		0	America/New_York	35.13257	-85.3069	226			TN	065		
4642397	Montcrest	montcrest	US		0	America/New_York	35.85007	-84.56299	314			TN	145		
4642398	Monte Carlo Estates	monte-carlo-estates	US		0	America/New_York	35.28563	-84.80994	226			TN	011		
4642399	Monte Carlo Estates	monte-carlo-estates	US		0	America/Chicago	36.03839	-86.70694	197			TN	037		
4642402	Monte Vista Estates	monte-vista-estates	US		0	America/New_York	36.16982	-83.28017	444			TN	063		
4642416	Monterey Hills	monterey-hills	US		0	America/New_York	36.29344	-82.36097	563			TN	179		
4642431	Montgomery (historical)	montgomery-historical	US		0	America/New_York	36.11369	-84.61438	315	Montgomery (historical),Morgan Court House		TN	129		
4642450	Montgomery Estates	montgomery-estates	US		0	America/Chicago	36.56699	-87.37529	160			TN	125		
4642462	Montpier Farms	montpier-farms	US		0	America/Chicago	35.98451	-86.93889	214			TN	187		
4642466	Montvale Springs	montvale-springs	US		0	America/New_York	35.64119	-83.96046	376	Montvale,Montvale Springs		TN	009		
4642468	Montvue	montvue	US		0	America/New_York	35.92091	-84.04213	319			TN	093		
4642469	Montvue	montvue	US		0	America/New_York	35.72508	-83.97907	307			TN	009		
4642498	Moodyville	moodyville	US		0	America/Chicago	36.53812	-85.07523	308			TN	137		
4642499	Moon (historical)	moon-historical	US		0	America/Chicago	35.20119	-87.62919	218			TN	181		
4642508	Moon Shadows	moon-shadows	US		0	America/New_York	35.19313	-85.06523	255			TN	065		
4642509	Mooney	mooney	US		0	America/Chicago	35.41091	-87.89392	127			TN	181		
4642516	Mooneyham	mooneyham	US		0	America/Chicago	35.74562	-85.33747	533			TN	175		
4642533	Moons	moons	US		0	America/Chicago	36.37228	-88.11948	124			TN	079		
4642650	Mooreland Estates	mooreland-estates	US		0	America/Chicago	35.97173	-86.81806	231			TN	187		
4642651	Mooreland Heights	mooreland-heights	US		0	America/New_York	35.91647	-83.88935	287			TN	093		
4642653	Moores (historical)	moores-historical	US		0	America/Chicago	35.96756	-86.81667	222			TN	187		
4642654	Moores Camp	moores-camp	US		0	America/New_York	36.14952	-84.38577	438	Devonia,Moores Camp,Mooretown,Morco,Tip		TN	001		
4642658	Moores Chapel	moores-chapel	US		0	America/Chicago	35.94229	-88.85034	117			TN	053		
4642685	Mooresburg Springs	mooresburg-springs	US		0	America/New_York	36.37204	-83.23045	376			TN	073		
4642690	Mooretown	mooretown	US		0	America/Chicago	35.7434	-86.05416	360			TN	015		
4642700	Moorman	moorman	US		0	America/Chicago	35.3112	-89.38757	116			TN	047		
4642703	Moralfa	moralfa	US		0	America/New_York	35.7923	-84.10436	250			TN	009		
4642708	Mooring	mooring	US		0	America/Chicago	36.31396	-89.51591	86			TN	095		
4642714	Moreland Farms	moreland-farms	US		0	America/Chicago	36.19256	-86.52194	182			TN	189		
4642719	Morelock (historical)	morelock-historical	US		0	America/New_York	36.29454	-82.89488	357			TN	059		
4642726	Morgan (historical)	morgan-historical	US		0	America/Chicago	35.78534	-88.25115	151			TN	077		
4642733	Morgan Branch	morgan-branch	US		0	America/New_York	36.16679	-82.02262	953			TN	019		
4642760	Morgan Estates	morgan-estates	US		0	America/New_York	35.13618	-85.08134	244			TN	065		
4642787	Morgan Springs	morgan-springs	US		0	America/New_York	35.56146	-85.1019	600	Morgan Springs,Scarborough Springs		TN	143		
4642801	Morganville (historical)	morganville-historical	US		0	America/Chicago	35.75923	-86.99778	206			TN	119		
4642831	Morningside	morningside	US		0	America/New_York	35.44035	-84.58604	273			TN	107		
4642832	Morningside Acres	morningside-acres	US		0	America/Chicago	36.03117	-86.52638	157			TN	149		
4642835	Morningside Park	morningside-park	US		0	America/Chicago	35.13842	-89.98203	92			TN	157		
4642838	Morny	morny	US		0	America/Chicago	36.28811	-86.89389	252			TN	037		
4642853	Morrell Mill	morrell-mill	US		0	America/Chicago	35.07758	-86.8725	183	Morrell Mill,Morrells Mill,Murrell Mill		TN	055		
4642913	Morrisgap (historical)	morrisgap-historical	US		0	America/New_York	35.74035	-84.56105	271	Morris Gap,Morrisgap (historical)		TN	145		
4642923	Morrison City	morrison-city	US		0	America/New_York	36.59149	-82.57349	395			TN	163		
4642927	Morrison Creek	morrison-creek	US		0	America/Chicago	36.33062	-85.59442	179			TN	087		
4642933	Morrison Estates	morrison-estates	US		0	America/Chicago	36.55505	-87.41168	193			TN	125		
4642934	Morrison Springs	morrison-springs	US		0	America/New_York	35.12646	-85.31024	222			TN	065		
4642978	Morton Hill	morton-hill	US		0	America/Chicago	35.47147	-89.28868	114			TN	075		
4643008	Moshina Heights	moshina-heights	US		0	America/New_York	35.98536	-83.80157	281			TN	093		
4643065	Mossy Spring	mossy-spring	US		0	America/New_York	36.3548	-83.92047	409			TN	173		
4643070	Motch	motch	US		0	America/New_York	36.58258	-83.78408	428			TN	025		
4643091	Mound Bottom (historical)	mound-bottom-historical	US		0	America/Chicago	36.13895	-87.10139	152			TN	021		
4643101	Mount Airy Springs	mount-airy-springs	US		0	America/New_York	36.19565	-83.24572	436			TN	063		
4643103	Mount Ararat	mount-ararat	US		0	America/Chicago	35.90201	-85.94443	355			TN	015		
4643121	Mount Area Estates	mount-area-estates	US		0	America/New_York	36.56955	-82.25236	507			TN	163		
4643156	Mount Carmel (historical)	mount-carmel-historical	US		0	America/Chicago	36.05728	-86.36805	181			TN	189		
4643225	Mount Crest	mount-crest	US		0	America/Chicago	35.66979	-85.23996	525			TN	007		
4643229	Mount Cumberland	mount-cumberland	US		0	America/New_York	35.41174	-84.55188	269			TN	107		
4643235	Mount Denson	mount-denson	US		0	America/Chicago	36.5431	-86.88889	220			TN	147		
4643245	Mount Gilead (historical)	mount-gilead-historical	US		0	America/Chicago	35.84451	-85.17496	620			TN	035		
4643261	Mount Harmony	mount-harmony	US		0	America/New_York	35.31229	-84.85967	218			TN	011		
4643262	Mount Harmony	mount-harmony	US		0	America/New_York	35.52035	-84.50493	320			TN	107		
4643263	Mount Harmony	mount-harmony	US		0	America/New_York	35.38147	-84.34853	301			TN	123		
4643285	Mount Helen	mount-helen	US		0	America/Chicago	36.39563	-84.70966	429			TN	049		
4643288	Mount Herman	mount-herman	US		0	America/Chicago	35.35841	-86.48416	368			TN	127		
4643289	Mount Herman	mount-herman	US		0	America/Chicago	36.19868	-88.75561	124			TN	183		
4643310	Mount Hope (historical)	mount-hope-historical	US		0	America/New_York	36.29593	-82.8271	369			TN	059		
4643347	Mount Lebanon	mount-lebanon	US		0	America/Chicago	35.57535	-88.05031	127			TN	039		
4643348	Mount Lebanon	mount-lebanon	US		0	America/Chicago	36.14756	-87.3564	233			TN	043		
4643349	Mount Lebanon	mount-lebanon	US		0	America/Chicago	35.24647	-87.46613	278			TN	099		
4643350	Mount Lebanon	mount-lebanon	US		0	America/Chicago	35.60702	-89.7073	103			TN	167		
4643378	Mount Leo	mount-leo	US		0	America/Chicago	35.67118	-85.75526	300			TN	177		
4643386	Mount Moriah	mount-moriah	US		0	America/Chicago	35.96228	-88.04503	122	Mount Morain,Mount Moriah		TN	005		
4643388	Mount Moriah	mount-moriah	US		0	America/Chicago	35.33231	-89.21785	144			TN	047		
4643389	Mount Moriah	mount-moriah	US		0	America/Chicago	36.30396	-89.23312	130			TN	131		
4643420	Mount Nebo (historical)	mount-nebo-historical	US		0	America/New_York	35.72592	-83.8399	485			TN	009		
4643436	Mount Olive (historical)	mount-olive-historical	US		0	America/Chicago	35.87229	-86.43055	174			TN	149		
4643509	Mount Olivet (historical)	mount-olivet-historical	US		0	America/Chicago	35.70424	-86.29944	222			TN	149		
4643531	Mount Orange	mount-orange	US		0	America/Chicago	35.95674	-89.0034	103			TN	053		
4643538	Mount Pelia	mount-pelia	US		0	America/Chicago	36.31756	-88.94951	118	Middleburg,Montpelier,Mount Pelia,Mount Pelie		TN	183		
4643545	Mount Pisgah	mount-pisgah	US		0	America/Chicago	35.84951	-85.59359	306	Camp Ground,Mount Pisgah		TN	185		
4643673	Mount Sterling (historical)	mount-sterling-historical	US		0	America/Chicago	35.88812	-85.80165	320	Gladys,Mount Sterling (historical)		TN	041		
4643675	Mount Sulphur	mount-sulphur	US		0	America/New_York	35.77313	-84.81994	473			TN	143		
4643698	Mount Tema	mount-tema	US		0	America/Chicago	35.52646	-86.90972	207			TN	119		
4643704	Mount Tucker Addition	mount-tucker-addition	US		0	America/New_York	36.54483	-82.29597	507			TN	163		
4643713	Mount Verd	mount-verd	US		0	America/New_York	35.47841	-84.60882	291			TN	107		
4643756	Mount Vernon Estates	mount-vernon-estates	US		0	America/Chicago	35.9709	-85.49609	298			TN	185		
4643767	Mount View	mount-view	US		0	America/Chicago	36.0545	-86.61888	189	Mount View,Mountview		TN	037		
4643768	Mount View	mount-view	US		0	America/Chicago	35.29286	-85.86526	306	Crossroads,Mount View		TN	061		
4643783	Mount View Estates	mount-view-estates	US		0	America/Chicago	35.77812	-86.39166	198			TN	149		
4643790	Mount Vinson	mount-vinson	US		0	America/Chicago	35.19064	-88.39449	139			TN	109		
4643793	Mount Vista (historical)	mount-vista-historical	US		0	America/Chicago	36.37589	-88.17643	140			TN	079		
4643952	Mountain (historical)	mountain-historical	US		0	America/Chicago	35.21257	-85.53886	662			TN	115		
4643970	Mountain Meadows	mountain-meadows	US		0	America/Chicago	36.18478	-85.39108	438			TN	141		
4643975	Mountain Ridge	mountain-ridge	US		0	America/New_York	35.10007	-85.31468	241			TN	065		
4643981	Mountain Trace	mountain-trace	US		0	America/New_York	35.75925	-83.91101	292			TN	009		
4643986	Mountain View Acres	mountain-view-acres	US		0	America/Chicago	35.19536	-86.09665	286			TN	051		
4643987	Mountain View Addition	mountain-view-addition	US		0	America/New_York	35.74731	-83.97629	305			TN	009		
4644022	Mountain View Estates	mountain-view-estates	US		0	America/Chicago	35.91396	-84.92717	530			TN	035		
4644024	Mountain View Meadows	mountain-view-meadows	US		0	America/New_York	36.26454	-83.26267	353			TN	063		
4644037	Mountain View Terrace	mountain-view-terrace	US		0	America/New_York	36.12593	-82.86515	439			TN	059		
4644040	Mountainbrook	mountainbrook	US		0	America/New_York	35.20146	-84.90967	238			TN	011		
4644042	Mountainville (historical)	mountainville-historical	US		0	America/New_York	35.56814	-84.14158	249			TN	123		
4644043	Mountainwood	mountainwood	US		0	America/New_York	35.1384	-85.2669	264			TN	065		
4644064	Mowbray	mowbray	US		0	America/New_York	35.27674	-85.22218	507			TN	065		
4644069	Mousetail (historical)	mousetail-historical	US		0	America/Chicago	35.6834	-88.01531	109	Mouse Tail,Mousetail (historical)		TN	135		
4644071	Mowd (historical)	mowd-historical	US		0	America/Chicago	35.71812	-87.06945	205			TN	119		
4644073	Mowls Mill	mowls-mill	US		0	America/New_York	36.39704	-82.86099	348			TN	073		
4644105	Mud Creek	mud-creek	US		0	America/Chicago	35.59563	-86.01332	324			TN	031		
4644116	Mud Creek	mud-creek	US		0	America/Chicago	35.30702	-88.39393	151			TN	109		
4644207	Mudtavern	mudtavern	US		0	America/Chicago	36.15117	-86.69166	140	Mud Tavern,Mudtavern		TN	037		
4644208	Mudville	mudville	US		0	America/Chicago	35.37758	-89.73841	118			TN	157		
4644213	Mulberry Acres	mulberry-acres	US		0	America/New_York	36.24315	-83.25572	383			TN	063		
4644215	Mudsink	mudsink	US		0	America/Chicago	35.91034	-86.81306	213			TN	187		
4644236	Mule Hollow	mule-hollow	US		0	America/New_York	35.98008	-83.85046	259			TN	093		
4644279	Mulloy	mulloy	US		0	America/Chicago	36.54977	-86.62333	235	Mulloy,Mulloys		TN	165		
4644280	Muncie (historical)	muncie-historical	US		0	America/Chicago	36.23116	-86.38166	189	Muncie (historical),Munsey		TN	189		
4644315	Murphree	murphree	US		0	America/Chicago	36.03589	-86.46638	159			TN	149		
4644343	Murphy Hills	murphy-hills	US		0	America/New_York	36.06453	-83.91991	337			TN	093		
4644360	Murphy Mill	murphy-mill	US		0	America/New_York	36.48453	-83.54796	363			TN	025		
4644371	Murray Estates	murray-estates	US		0	America/Chicago	36.03006	-86.85139	213			TN	187		
4644374	Murray Hills	murray-hills	US		0	America/New_York	35.09313	-85.20329	271			TN	065		
4644379	Murray Lane Estates	murray-lane-estates	US		0	America/Chicago	36.01451	-86.84	218			TN	187		
4644384	Murray Store	murray-store	US		0	America/New_York	35.61702	-84.6241	286			TN	107		
4644394	Murray Lake Estates	murray-lake-estates	US		0	America/Chicago	35.22369	-86.13193	285			TN	051		
4644397	Murrelltown	murrelltown	US		0	America/New_York	36.48148	-83.12767	575	Murrell Town,Murrelltown		TN	073		
4644410	Music (historical)	music-historical	US		0	America/Chicago	35.77646	-85.06329	561			TN	035		
4644411	Music Acres	music-acres	US		0	America/New_York	36.25843	-83.24545	399			TN	063		
4644435	Myers	myers	US		0	America/Chicago	35.21369	-86.13332	291			TN	051		
4644449	Mynatt	mynatt	US		0	America/New_York	36.10675	-83.88796	334			TN	093		
4644463	Mystic Valley	mystic-valley	US		0	America/New_York	36.54177	-82.46515	477			TN	163		
4644464	N C Love Addition	n-c-love-addition	US		0	America/New_York	36.31427	-82.35958	505			TN	179		
4644470	Myrtlewood Estates	myrtlewood-estates	US		0	America/Chicago	36.03673	-86.73722	204			TN	037		
4644475	Naillon (historical)	naillon-historical	US		0	America/New_York	35.82399	-83.09209	597	Naillon (historical),Nailon		TN	029		
4644476	Naillontown (historical)	naillontown-historical	US		0	America/New_York	35.79954	-83.13126	400	Naillon Station,Naillontown (historical)		TN	029		
4644485	Nameless	nameless	US		0	America/Chicago	36.25506	-85.71026	315			TN	087		
4644487	Nanatlugunyi (historical)	nanatlugunyi-historical	US		0	America/New_York	36.29177	-82.47487	519			TN	179		
4644488	Nance	nance	US		0	America/Chicago	35.83479	-89.1209	100			TN	033		
4644503	Nances Grove	nances-grove	US		0	America/New_York	36.12231	-83.60045	335			TN	089		
4644508	Nancy (historical)	nancy-historical	US		0	America/Chicago	35.46674	-87.59196	214			TN	101		
4644518	Nankipoo	nankipoo	US		0	America/Chicago	35.87369	-89.48813	110			TN	097		
4644520	Nantahala Estates	nantahala-estates	US		0	America/New_York	35.0873	-84.78744	267			TN	011		
4644521	Naola (historical)	naola-historical	US		0	America/Chicago	35.64063	-86.03332	317			TN	031		
4644579	Nash Landing	nash-landing	US		0	America/Chicago	35.07175	-88.29087	110			TN	071		
4644583	Nashboro Village	nashboro-village	US		0	America/Chicago	36.0995	-86.64722	187			TN	037		
4644600	Natchez Hills Estate	natchez-hills-estate	US		0	America/Chicago	36.01951	-86.96667	210			TN	187		
4644607	Natco	natco	US		0	America/Chicago	35.64229	-87.05417	183			TN	119		
4644633	Navaho Hills	navaho-hills	US		0	America/New_York	36.17092	-83.41045	409			TN	063		
4644639	Navehill	navehill	US		0	America/New_York	36.2823	-83.72158	441	Nave Hill,Navehill		TN	173		
4644663	Neal Circle	neal-circle	US		0	America/Chicago	35.92923	-86.54833	173			TN	149		
4644688	Neboville	neboville	US		0	America/Chicago	36.05674	-89.13035	107			TN	053		
4644756	Neely Crossroads	neely-crossroads	US		0	America/Chicago	36.5034	-85.45108	276	Neely Crossroads,Neelys Cross Roads		TN	027		
4644762	Negro Gull (historical)	negro-gull-historical	US		0	America/Chicago	35.7859	-85.94999	347			TN	015		
4644792	Neil	neil	US		0	America/Chicago	35.03509	-86.31527	286			TN	051		
4644851	Nelsontown	nelsontown	US		0	America/New_York	36.55621	-82.54904	365	Nelson Town,Nelsontown		TN	163		
4644856	Nenny	nenny	US		0	America/New_York	36.24454	-83.14461	383			TN	063		
4644870	Nestledown Estates	nestledown-estates	US		0	America/Chicago	35.92173	-86.42416	174			TN	149		
4644875	Netherlands (historical)	netherlands-historical	US		0	America/Chicago	36.24451	-85.38442	293	Netherlands (historical),Netherlands Station		TN	133		
4644876	Nettle Carrier (historical)	nettle-carrier-historical	US		0	America/Chicago	36.38895	-85.19774	290			TN	133		
4644886	Neubert Springs	neubert-springs	US		0	America/New_York	35.87925	-83.87435	256			TN	093		
4644888	Neva	neva	US		0	America/New_York	36.39318	-81.86373	661			TN	091		
4644891	Neverfail (historical)	neverfail-historical	US		0	America/Chicago	35.98757	-85.24164	594			TN	035		
4644900	Neubert	neubert	US		0	America/New_York	35.89342	-83.84157	275	Neubert,Neubert Station,Neuberts		TN	093		
4644903	New (historical)	new-historical	US		0	America/Chicago	35.68313	-85.92304	304			TN	177		
4644909	New Antwerp (historical)	new-antwerp-historical	US		0	America/Chicago	35.38619	-86.15832	323			TN	031		
4644914	New Bethel	new-bethel	US		0	America/Chicago	35.09453	-89.53452	124			TN	047		
4644915	New Bethel	new-bethel	US		0	America/New_York	35.31091	-84.56688	265			TN	107		
4644916	New Bethel	new-bethel	US		0	America/New_York	36.42622	-82.35292	470			TN	163		
4644996	New Chelsea	new-chelsea	US		0	America/Chicago	35.17564	-90.00703	73			TN	157		
4645003	New Corinth	new-corinth	US		0	America/New_York	36.20175	-83.61518	403			TN	057		
4645011	New Dellrose	new-dellrose	US		0	America/Chicago	35.10953	-86.80917	190			TN	103		
4645019	New Era (historical)	new-era-historical	US		0	America/Chicago	35.50563	-87.97086	152			TN	135		
4645032	New Flys Village	new-flys-village	US		0	America/Chicago	35.78896	-87.16501	195			TN	119		
4645072	New Herman	new-herman	US		0	America/Chicago	35.33508	-86.44333	266			TN	003		
4645105	New Hope (historical)	new-hope-historical	US		0	America/Chicago	35.9584	-88.69867	122			TN	053		
4645261	New Hopewell	new-hopewell	US		0	America/New_York	35.92842	-83.80046	258			TN	093		
4645262	New Las Casas (historical)	new-las-casas-historical	US		0	America/Chicago	35.95284	-86.28055	190			TN	149		
4645264	New Lawton	new-lawton	US		0	America/Chicago	35.20453	-88.47032	144			TN	109		
4645285	New Loyston	new-loyston	US		0	America/New_York	36.22702	-83.92269	350	Big Ridge Park,New Loyston		TN	173		
4645299	New Markham	new-markham	US		0	America/Chicago	36.4559	-89.40063	88	Markham,New Markham		TN	095		
4645304	New Middleton	new-middleton	US		0	America/Chicago	36.17478	-86.00582	172			TN	159		
4645325	New Prospect	new-prospect	US		0	America/Chicago	35.22452	-87.25113	283			TN	099		
4645326	New Prospect (historical)	new-prospect-historical	US		0	America/New_York	36.40202	-83.84325	312			TN	173		
4645374	New Safford	new-safford	US		0	America/Chicago	35.72896	-88.20421	143			TN	077		
4645413	New Shiloh	new-shiloh	US		0	America/Chicago	35.86812	-88.89201	125			TN	053		
4645421	New South Memphis	new-south-memphis	US		641608	America/Chicago	35.08676	-90.05676	79			TN	157		
4645435	New Union	new-union	US		1431	America/Chicago	35.53258	-86.08082	332			TN	031		
4645447	New Victory	new-victory	US		0	America/New_York	36.22844	-82.51959	514			TN	179		
4645456	New York (historical)	new-york-historical	US		0	America/Chicago	36.46116	-87.53057	143			TN	125		
4645495	Newburg (historical)	newburg-historical	US		0	America/Chicago	35.51674	-87.4139	300	Newburg (historical),Newburgh		TN	101		
4645509	Newell Station	newell-station	US		0	America/New_York	35.87092	-83.75684	337			TN	155		
4645515	Newland (historical)	newland-historical	US		0	America/New_York	36.24897	-84.39299	388			TN	151		
4645529	Newmansville	newmansville	US		0	America/New_York	36.27899	-82.75932	428	Newmansville,Nowmansville		TN	059		
4645543	Newsom	newsom	US		0	America/Chicago	36.08006	-86.99723	163			TN	037		
4645604	Nicholson Heights	nicholson-heights	US		0	America/Chicago	35.82923	-85.08885	599			TN	035		
4645608	Nicholson Springs (historical)	nicholson-springs-historical	US		0	America/Chicago	35.66174	-85.88415	314			TN	177		
4645610	Nickajack (historical)	nickajack-historical	US		0	America/Chicago	34.99591	-85.6083	193	Nickajack (historical),Nicojack,Nikutseg,Nikutsegi,Nikwatsegi,Nukatsegi		TN	115		
4645621	Nickletown	nickletown	US		0	America/Chicago	35.09091	-85.59441	201			TN	115		
4645649	Ninemile	ninemile	US		0	America/Chicago	35.69979	-85.09551	281	Nine Mile,Ninemile		TN	007		
4645710	Nobles	nobles	US		0	America/Chicago	36.35533	-88.21976	135			TN	079		
4645720	Noeton (historical)	noeton-historical	US		0	America/New_York	36.29953	-83.33323	327	Mays,Noeton (historical)		TN	057		
4645726	Nokes Heights	nokes-heights	US		0	America/Chicago	36.30811	-86.61527	144			TN	165		
4645745	Nolichucky (historical)	nolichucky-historical	US		0	America/New_York	36.15844	-82.5807	442	Nola Chucky,Nolichucky (historical)		TN	179		
4645756	Nonaburg	nonaburg	US		0	America/New_York	35.4123	-84.46132	265	Nonaberg,Nonaburg,Nonaburgh		TN	107		
4645757	Nonaville	nonaville	US		0	America/Chicago	36.26866	-86.52861	153	Nonaville,Prosperity		TN	189		
4645760	Nonconnah	nonconnah	US		0	America/Chicago	35.06204	-90.0362	73			TN	157		
4645774	Norcross Hills	norcross-hills	US		0	America/New_York	35.13563	-85.25968	241			TN	065		
4645822	Norris Park	norris-park	US		0	America/New_York	36.22508	-84.07798	362			TN	001		
4645827	North Acres	north-acres	US		0	America/New_York	36.35761	-82.39014	461			TN	179		
4645832	North Brainerd	north-brainerd	US		0	America/New_York	35.03369	-85.23662	245			TN	065		
4645841	North Chattanooga	north-chattanooga	US		0	America/New_York	35.06257	-85.30885	201			TN	065		
4645845	North Brook	north-brook	US		0	America/New_York	36.24509	-83.30934	383			TN	063		
4645851	North Club Estates	north-club-estates	US		0	America/New_York	35.2323	-84.82217	250			TN	011		
4645854	North Cleveland	north-cleveland	US		0	America/New_York	35.17535	-84.868	262			TN	011		
4645858	North Dayton	north-dayton	US		0	America/New_York	35.50396	-85.01079	220			TN	143		
4645861	North Etowah	north-etowah	US		0	America/New_York	35.34202	-84.5291	268			TN	107		
4645954	North Glen Estates	north-glen-estates	US		0	America/New_York	35.13646	-85.25551	227			TN	065		
4645961	North Hills Estates	north-hills-estates	US		0	America/Chicago	36.30561	-86.67389	147			TN	037		
4645970	North Johnson City	north-johnson-city	US		0	America/New_York	36.34455	-82.37681	499			TN	179		
4645975	North Knoxville	north-knoxville	US		0	America/New_York	36.00203	-83.91241	322			TN	093		
4645986	North Park	north-park	US		0	America/Chicago	36.58949	-87.40612	157			TN	125		
4646025	North Springs	north-springs	US		0	America/Chicago	36.467	-85.75526	184	North Spring,North Springs		TN	087		
4646029	North Soddy	north-soddy	US		0	America/New_York	35.28368	-85.1294	212			TN	065		
4646031	North Tower Forest	north-tower-forest	US		0	America/New_York	35.06618	-85.23468	269			TN	065		
4646037	Northaven	northaven	US		0	America/Chicago	35.26675	-90.04842	73			TN	157		
4646039	Northcott	northcott	US		0	America/New_York	36.57288	-82.53404	432			TN	163		
4646040	Northcreek Commons	northcreek-commons	US		0	America/Chicago	36.32088	-86.70166	151			TN	037		
4646047	Northcutts Cove	northcutts-cove	US		0	America/Chicago	35.50452	-85.75331	342			TN	061		
4646061	Northern Hills	northern-hills	US		0	America/New_York	35.14507	-85.24274	235			TN	065		
4646074	Northhampton Acres	northhampton-acres	US		0	America/New_York	36.00175	-84.08825	317			TN	093		
4646077	Northmont Estates	northmont-estates	US		0	America/New_York	35.16757	-85.23524	222			TN	065		
4646080	Northpointe Hall	northpointe-hall	US		0	America/Chicago	35.87923	-86.40499	182			TN	149		
4646087	Northshore Estates	northshore-estates	US		0	America/New_York	35.11618	-85.21218	244			TN	065		
4646088	Northshore Hills	northshore-hills	US		0	America/New_York	35.12618	-85.19829	224			TN	065		
4646089	Northshore Woods	northshore-woods	US		0	America/New_York	35.89619	-84.0263	305			TN	093		
4646101	Northside Estates	northside-estates	US		0	America/Chicago	36.56866	-87.36862	171			TN	125		
4646110	Northwest Acres	northwest-acres	US		0	America/New_York	35.24368	-84.87633	221			TN	011		
4646122	Northwoods	northwoods	US		0	America/New_York	35.15285	-85.25107	217			TN	065		
4646124	Northwood Terrace	northwood-terrace	US		0	America/Chicago	36.57366	-87.39001	178			TN	125		
4646133	Norton Creek Ranch	norton-creek-ranch	US		0	America/New_York	35.71676	-83.57628	912			TN	155		
4646154	Nosegay (historical)	nosegay-historical	US		0	America/Chicago	36.17811	-87.22195	228			TN	043		
4646162	Notchy Creek	notchy-creek	US		0	America/New_York	35.46535	-84.37159	318	Notchey Creek,Notchy,Notchy Creek		TN	123		
4646166	Notime (historical)	notime-historical	US		0	America/New_York	35.77147	-83.87684	271			TN	009		
4646168	Nough	nough	US		0	America/New_York	35.88204	-83.01043	406	Back of Beyond,End of the Road,Nough,Slab Town,Slabtown,Stump Town		TN	029		
4646181	Nubia	nubia	US		0	America/Chicago	36.63532	-86.36277	259			TN	165		
4646240	Nutbush	nutbush	US		0	America/Chicago	35.69813	-89.40813	109			TN	075		
4646254	O'Conner	o-conner	US		0	America/Chicago	36.01812	-85.50581	318	O'Conner,O'Conners		TN	185		
4646299	Oak Dale	oak-dale	US		0	America/Chicago	36.41923	-85.20579	289			TN	133		
4646446	Oak Grove Heights	oak-grove-heights	US		0	America/New_York	35.9673	-84.11186	303			TN	093		
4646492	Oak Hampton	oak-hampton	US		0	America/Chicago	36.03839	-86.86028	196			TN	187		
4646493	Oak Haven Acres	oak-haven-acres	US		0	America/Chicago	36.42839	-88.11781	121			TN	079		
4646538	Oak Hill Estates	oak-hill-estates	US		0	America/Chicago	36.04756	-86.79111	257			TN	037		
4646539	Oak Hill North	oak-hill-north	US		0	America/New_York	35.14674	-85.26135	272			TN	065		
4646559	Oak Hill Subdivision	oak-hill-subdivision	US		0	America/Chicago	35.71536	-89.50035	129			TN	097		
4646560	Oak Hills	oak-hills	US		0	America/New_York	36.15205	-82.80098	481			TN	059		
4646561	Oak Hills	oak-hills	US		0	America/New_York	35.8773	-84.50827	240			TN	145		
4646562	Oak Hills Estates	oak-hills-estates	US		0	America/New_York	35.98563	-84.33326	262			TN	145		
4646567	Oak Park Estates	oak-park-estates	US		0	America/Chicago	36.20006	-85.47109	322			TN	141		
4646568	Oak Plains	oak-plains	US		0	America/Chicago	36.42922	-87.16917	205	Oak Plains,Oakplain		TN	125		
4646570	Oak Point (historical)	oak-point-historical	US		0	America/Chicago	36.06117	-86.28666	217	Oak Point (historical),Thompsons Shop		TN	189		
4646595	Oak Tree	oak-tree	US		0	America/Chicago	35.99034	-87.09389	256			TN	187		
4646596	Oak Valley	oak-valley	US		0	America/Chicago	35.95895	-86.5161	162			TN	149		
4646603	Oak Wood Estates	oak-wood-estates	US		0	America/Chicago	36.48755	-88.07364	134			TN	079		
4646648	Oakland (historical)	oakland-historical	US		0	America/Chicago	35.6459	-86.90334	231			TN	119		
4646668	Oakland Estates	oakland-estates	US		0	America/Chicago	35.88395	-86.3561	186			TN	149		
4646671	Oakland Heights	oakland-heights	US		0	America/Chicago	36.54422	-87.41723	192			TN	125		
4646683	Oakland Village	oakland-village	US		0	America/New_York	36.34677	-82.35958	504			TN	179		
4646687	Oaklawn	oaklawn	US		0	America/Chicago	36.41033	-87.08806	221			TN	021		
4646688	Oaklawn	oaklawn	US		0	America/Chicago	35.28425	-90.04009	98	Mount Vernon,Oaklawn		TN	157		
4646689	Oaklawn	oaklawn	US		0	America/Chicago	36.17145	-85.48331	332			TN	141		
4646690	Oaklawn Addition	oaklawn-addition	US		0	America/New_York	35.74592	-83.94157	302			TN	009		
4646696	Oakleaf Estates	oakleaf-estates	US		0	America/Chicago	35.88006	-86.86889	215			TN	187		
4646697	Oakleigh Estates	oakleigh-estates	US		0	America/New_York	36.57371	-82.25653	513			TN	163		
4646722	Oakvale	oakvale	US		0	America/Chicago	36.31255	-86.61555	146			TN	165		
4646723	Oakview	oakview	US		0	America/Chicago	35.6473	-89.31674	100			TN	075		
4646724	Oakview	oakview	US		0	America/New_York	36.55733	-82.34014	567			TN	163		
4646725	Oakview (historical)	oakview-historical	US		0	America/Chicago	35.79006	-88.00281	115			TN	039		
4646751	Oakwood Estates	oakwood-estates	US		0	America/Chicago	35.88201	-86.86056	207			TN	187		
4646755	Oakwood Terrace	oakwood-terrace	US		0	America/Chicago	36.07339	-86.67416	169			TN	037		
4646761	Oakman (historical)	oakman-historical	US		0	America/New_York	36.34897	-83.56046	327			TN	057		
4646765	Obed Junction	obed-junction	US		0	America/New_York	36.07952	-84.76383	334	Obed,Obed Junction		TN	129		
4646769	Obed River Estates	obed-river-estates	US		0	America/Chicago	35.9334	-85.0944	567			TN	035		
4646771	Obey City	obey-city	US		0	America/Chicago	36.17368	-85.16802	504			TN	133		
4646792	Ocana	ocana	US		0	America/Chicago	36.38255	-86.55833	147	Lygia,Ocana		TN	165		
4646817	Odd Fellows Hall	odd-fellows-hall	US		0	America/Chicago	35.30424	-86.95806	221			TN	055		
4646822	Odemville (historical)	odemville-historical	US		0	America/New_York	36.24456	-82.03873	1072	Odemville (historical),Odenville		TN	019		
4646836	Odum (historical)	odum-historical	US		0	America/Chicago	36.32949	-86.36749	157			TN	189		
4646847	Offutt	offutt	US		0	America/New_York	36.16897	-84.1302	254	Cane Creek,Offut,Offutt,Offutts		TN	001		
4646858	Offset	offset	US		0	America/New_York	36.6065	-81.91957	660			TN	163		
4646871	Ojibwa Subdivision	ojibwa-subdivision	US		0	America/Chicago	35.86257	-85.04023	573			TN	035		
4646877	Okalona	okalona	US		0	America/Chicago	36.32645	-85.33997	305	Okalona,Okolona,Olga		TN	133		
4646880	Okolona Estates	okolona-estates	US		0	America/New_York	36.289	-82.30403	495			TN	019		
4646882	Okra	okra	US		0	America/Chicago	36.6159	-85.1219	291			TN	137		
4646886	Old Antioch	old-antioch	US		0	America/Chicago	36.4095	-85.53525	313			TN	087		
4646934	Old Cedar Fork	old-cedar-fork	US		0	America/New_York	36.49925	-83.50546	345	Cedarfork,Old Cedar Fork		TN	025		
4646941	Old Chilhowee	old-chilhowee	US		0	America/New_York	35.78286	-83.76712	293			TN	009		
4646951	Old Cumberland	old-cumberland	US		0	America/Chicago	35.54868	-85.37247	551			TN	007		
4646961	Old Dunbar (historical)	old-dunbar-historical	US		0	America/Chicago	35.46563	-88.16726	147			TN	039		
4646969	Old Englewood	old-englewood	US		0	America/New_York	35.40869	-84.4866	250	Mortimer,Old Englewood		TN	107		
4646973	Old Farm	old-farm	US		0	America/New_York	35.0598	-85.34913	221			TN	065		
4646980	Old Fields Place	old-fields-place	US		0	America/Chicago	36.09034	-87.83697	165			TN	085		
4646987	Old Fosterville (historical)	old-fosterville-historical	US		0	America/Chicago	35.67146	-86.41944	236	Fosterville,Old Fosterville (historical)		TN	149		
4646992	Old Fremont	old-fremont	US		0	America/Chicago	36.43618	-89.17285	159			TN	131		
4647009	Old Hall	old-hall	US		0	America/Chicago	36.14618	-88.79117	132			TN	183		
4647056	Old Lawton	old-lawton	US		0	America/Chicago	35.21286	-88.46949	166	Old Lawron,Old Lawton		TN	109		
4647077	Old Middleton	old-middleton	US		0	America/Chicago	36.17617	-85.9936	212			TN	159		
4647099	Old Patty	old-patty	US		0	America/New_York	35.24563	-84.61493	227			TN	139		
4647115	Old Millersburg (historical)	old-millersburg-historical	US		0	America/Chicago	35.69924	-86.35499	219			TN	149		
4647121	Old Safford (historical)	old-safford-historical	US		0	America/Chicago	35.74312	-88.19282	153			TN	077		
4647123	Old Salem	old-salem	US		0	America/Chicago	35.08397	-86.25054	281	Old Salem,Salem		TN	051		
4647145	Old South Estates	old-south-estates	US		0	America/Chicago	35.84034	-86.47499	189			TN	149		
4647148	Old Springville	old-springville	US		0	America/Chicago	36.28811	-88.14532	116			TN	079		
4647158	Old Sweetwater	old-sweetwater	US		0	America/New_York	35.64785	-84.42632	269			TN	123		
4647166	Old Town (historical)	old-town-historical	US		0	America/Chicago	35.99312	-86.9375	181			TN	187		
4647190	Old Well Crossing	old-well-crossing	US		0	America/Chicago	35.62257	-85.88443	323	Jones Crossing,Old Well Crossing		TN	177		
4647194	Old Winesap	old-winesap	US		0	America/Chicago	35.79035	-85.16524	523	Old Winesap,Winesap		TN	035		
4647195	Old Zion	old-zion	US		0	America/Chicago	35.97256	-85.56387	299	Old Zion,Zion		TN	185		
4647200	Olde Mill	olde-mill	US		0	America/New_York	35.16757	-85.22662	232			TN	065		
4647201	Oldfield Addition	oldfield-addition	US		0	America/New_York	35.76592	-83.96796	282			TN	009		
4647209	Oldfort	oldfort	US		0	America/New_York	35.06535	-84.73244	261	Fort Barrow,Old Fort,Oldfort		TN	139		
4647224	Olio	olio	US		0	America/Chicago	36.44033	-85.99443	205			TN	111		
4647225	Olio (historical)	olio-historical	US		0	America/Chicago	35.54868	-85.47219	569	Olie,Olio (historical)		TN	175		
4647278	Oliveville (historical)	oliveville-historical	US		0	America/Chicago	35.97562	-85.56109	307	Oliveville (historical),Ollieville		TN	185		
4646772	Obion	obion	US	38240	1074	America/Chicago	36.25896	-89.19174	87			TN	131		
4647285	Omega (historical)	omega-historical	US		0	America/Chicago	36.24172	-87.5389	156			TN	083		
4647289	Oneida Subdivision	oneida-subdivision	US		0	America/Chicago	35.87229	-85.08551	590			TN	035		
4647302	Onks	onks	US		0	America/New_York	36.29872	-82.44209	565			TN	179		
4647324	Opossum	opossum	US		0	America/Chicago	35.7098	-89.56452	129			TN	097		
4647325	Opossum (historical)	opossum-historical	US		0	America/New_York	36.5751	-82.78322	450			TN	073		
4647336	Opossum Creek Pines	opossum-creek-pines	US		0	America/New_York	35.3059	-85.09801	237	Opossum Creek,Opossum Creek Pines		TN	065		
4647375	Orchard Valley Estates	orchard-valley-estates	US		0	America/New_York	35.96563	-84.4191	248			TN	145		
4647376	Orchard View	orchard-view	US		0	America/New_York	35.99508	-84.37715	241			TN	145		
4647383	Orchard Knob	orchard-knob	US		0	America/New_York	35.0398	-85.27801	205			TN	065		
4647385	Ore Springs	ore-springs	US		0	America/Chicago	36.29478	-88.57811	114	Ore Spring,Ore Springs,Ores Spring		TN	183		
4647386	Orebank	orebank	US		0	America/New_York	36.55566	-82.46793	424	Ore Bank,Orebank		TN	163		
4647391	Oregon (historical)	oregon-historical	US		0	America/Chicago	35.96923	-86.21277	212			TN	189		
4647395	Orgains Crossroads	orgains-crossroads	US		0	America/Chicago	36.43894	-87.36918	195	Orgains,Orgains Crossroads		TN	125		
4647404	Orleans Estates	orleans-estates	US		0	America/Chicago	35.9384	-86.88333	192			TN	187		
4647409	Orme	orme	US		123	America/Chicago	35.01203	-85.8047	258			TN	115		
4647421	Orrs	orrs	US		0	America/Chicago	35.42396	-86.72305	253			TN	117		
4647426	Orysa	orysa	US		0	America/Chicago	35.6223	-89.49785	98	Orysa,Oryza		TN	097		
4647437	Oslin	oslin	US		0	America/Chicago	35.5284	-86.76417	204			TN	117		
4647446	Ostella	ostella	US		0	America/Chicago	35.32285	-86.79194	257			TN	117		
4647456	Otes	otes	US		0	America/New_York	36.30899	-83.02294	363	Otes,Otis		TN	073		
4647474	Otter Creek Junction	otter-creek-junction	US		0	America/Chicago	35.93562	-84.9319	530	Otter Creek,Otter Creek Junction,Ottercreek		TN	035		
4647486	Ottinger	ottinger	US		0	America/New_York	36.05649	-83.04515	368			TN	029		
4647491	Ottway	ottway	US		0	America/New_York	36.26732	-82.86682	358			TN	059		
4647521	Overall	overall	US		0	America/Chicago	35.81007	-86.47499	194			TN	149		
4647522	Overall Acres	overall-acres	US		0	America/Chicago	35.82562	-86.31499	204			TN	149		
4647556	Ovilla	ovilla	US		0	America/Chicago	35.31341	-87.56113	299			TN	099		
4647558	Ovoca	ovoca	US		0	America/Chicago	35.40952	-86.20443	300			TN	031		
4647579	Owen Estates	owen-estates	US		0	America/Chicago	36.33755	-86.60833	157			TN	165		
4647586	Owens (historical)	owens-historical	US		0	America/Chicago	35.9709	-86.77417	225			TN	187		
4647615	Owl City	owl-city	US		0	America/Chicago	36.33451	-89.42952	90			TN	095		
4647617	Owl City	owl-city	US		0	America/Chicago	35.72702	-89.19201	94	Eason Store,Owl City		TN	075		
4647620	Owl Creek	owl-creek	US		0	America/Chicago	35.99784	-86.70278	174			TN	187		
4647650	Owl Hoot	owl-hoot	US		0	America/Chicago	36.19118	-89.53396	82			TN	095		
4647662	Oxford Hills	oxford-hills	US		0	America/New_York	35.70703	-83.99157	340			TN	009		
4647667	Oxmore Hills	oxmore-hills	US		0	America/New_York	35.99425	-84.10464	312			TN	093		
4647679	Pace (historical)	pace-historical	US		0	America/Chicago	36.38922	-88.05003	128			TN	079		
4647696	Pacific (historical)	pacific-historical	US		0	America/Chicago	36.35395	-85.57914	165			TN	087		
4647700	Pactolus	pactolus	US		0	America/New_York	36.49899	-82.52154	406			TN	163		
4647709	Padgett Mill	padgett-mill	US		0	America/New_York	35.84565	-83.22627	374			TN	029		
4647727	Pailo	pailo	US		0	America/Chicago	35.47062	-85.31996	230			TN	007		
4647731	Paine Spring	paine-spring	US		0	America/New_York	35.57451	-85.00884	553	Paine Spring,Payne Spring		TN	143		
4647745	Paint Rock (historical)	paint-rock-historical	US		0	America/New_York	35.7848	-84.45965	227	Paint Rock (historical),Paintrock		TN	145		
4647771	Painter Spring	painter-spring	US		0	America/New_York	36.594	-82.05263	538	Painter Spring,Painters Spring		TN	163		
4647773	Painter Spring	painter-spring	US		0	America/New_York	36.12455	-82.59709	513			TN	179		
4647779	Palestine (historical)	palestine-historical	US		0	America/Chicago	35.59757	-87.45502	202	Faucette,Palestine (historical)		TN	101		
4647798	Palin (historical)	palin-historical	US		0	America/New_York	35.67924	-84.24964	255			TN	105		
4647807	Palmer Acres South	palmer-acres-south	US		0	America/Chicago	35.77979	-86.40638	198			TN	149		
4647823	Palmer Heights	palmer-heights	US		0	America/Chicago	35.8959	-86.39027	184			TN	149		
4647850	Pan Gap	pan-gap	US		0	America/New_York	35.05174	-85.36774	238			TN	065		
4647865	Panorama Harbor	panorama-harbor	US		0	America/Chicago	36.27589	-86.62722	146			TN	165		
4647901	Panther Creek (historical)	panther-creek-historical	US		0	America/New_York	36.18676	-83.38351	370			TN	063		
4647907	Panther Hills	panther-hills	US		0	America/New_York	36.18676	-83.39184	396			TN	063		
4647910	Panther Lake	panther-lake	US		0	America/New_York	36.19287	-83.38767	382			TN	063		
4647917	Papaw	papaw	US		0	America/New_York	36.4212	-83.3624	339			TN	067		
4647922	Paperville	paperville	US		0	America/New_York	36.57455	-82.14152	526			TN	163		
4647935	Paragon Mills	paragon-mills	US		0	America/Chicago	36.08478	-86.72778	156	Paragon Mill,Paragon Mills		TN	037		
4647953	Parham	parham	US		0	America/Chicago	35.77312	-85.01245	321			TN	035		
4647965	Pardue (historical)	pardue-historical	US		0	America/Chicago	36.30339	-87.15417	121			TN	043		
4647994	Park City Heights	park-city-heights	US		0	America/Chicago	35.08314	-86.57555	306			TN	103		
4647998	Park Grove	park-grove	US		0	America/Chicago	35.31175	-87.37307	295			TN	099		
4648003	Park Lane	park-lane	US		0	America/Chicago	36.56033	-87.39418	174			TN	125		
4648005	Park Manor	park-manor	US		0	America/Chicago	35.85173	-86.34666	185			TN	149		
4648011	Park Settlement	park-settlement	US		0	America/New_York	35.72092	-83.6935	442			TN	155		
4648013	Park Station	park-station	US		0	America/Chicago	35.52674	-86.91667	205	Park,Park Station,Parks Station		TN	119		
4648016	Park Village	park-village	US		0	America/Chicago	36.17951	-85.48414	344			TN	141		
4648021	Parkburg	parkburg	US		0	America/Chicago	35.46563	-88.8045	155			TN	113		
4648077	Parker Crossroads	parker-crossroads	US		241	America/Chicago	35.79368	-88.39088	159	Parker Crossroads,Parker's Cross Roads,Parker's Crossroads,Parkers Cross Roads,Parkers Crossroads		TN	077		
4648079	Parker Hill	parker-hill	US		0	America/Chicago	35.70424	-86.09721	379			TN	015		
4648096	Parker Town (historical)	parker-town-historical	US		0	America/Chicago	36.60005	-87.69779	189			TN	161		
4648113	Parkland Acres	parkland-acres	US		0	America/New_York	36.17371	-82.74515	441			TN	059		
4648134	Parks Store	parks-store	US		0	America/New_York	35.06146	-84.95689	257	Cecilton,Parks Store		TN	011		
4648135	Parkshore Estates	parkshore-estates	US		0	America/New_York	35.17535	-85.16551	213			TN	065		
4648144	Parkview	parkview	US		0	America/New_York	35.83785	-84.6955	244			TN	145		
4648145	Parkview	parkview	US		0	America/Chicago	35.96007	-85.00968	557			TN	035		
4648156	Parkway Estates	parkway-estates	US		0	America/Chicago	35.90479	-85.03496	582			TN	035		
4648163	Parkway Village	parkway-village	US		0	America/Chicago	35.06426	-89.9062	91			TN	157		
4648169	Parkwood Estates	parkwood-estates	US		0	America/Chicago	36.24894	-86.775	158			TN	037		
4648170	Parkwood Estates	parkwood-estates	US		0	America/Chicago	35.78923	-86.44055	196			TN	149		
4648185	Parragon	parragon	US		0	America/Chicago	36.19423	-85.41136	428	Parragon,Parragons		TN	141		
4648205	Parry	parry	US		0	America/Chicago	35.87701	-86.88139	225			TN	187		
4648238	Paschal Estates	paschal-estates	US		0	America/Chicago	35.84562	-86.46777	185			TN	149		
4648243	Pasquo	pasquo	US		0	America/Chicago	36.03451	-86.97389	195	Pasquo,Pasquotank,Tank		TN	037		
4648254	Pate Hill	pate-hill	US		0	America/New_York	36.09732	-83.04043	344	Pate Hill,Pates Hill		TN	059		
4648322	Patterson Crossroads	patterson-crossroads	US		0	America/New_York	36.56592	-83.64714	398	Patterson Crossroads,Pattersons Cross Roads		TN	025		
4648327	Patterson Hills	patterson-hills	US		0	America/New_York	36.17314	-83.45823	345			TN	063		
4648339	Patterson Mill	patterson-mill	US		0	America/New_York	34.99064	-84.43965	499			TN	139		
4648349	Pattie Gap (historical)	pattie-gap-historical	US		0	America/New_York	35.72424	-84.53188	250	Pattie Gap (historical),Patties Gap		TN	145		
4648374	Patty	patty	US		0	America/New_York	35.2348	-84.64105	226			TN	139		
4648385	Paula Heights	paula-heights	US		0	America/Chicago	36.53033	-87.23751	156			TN	125		
4648390	Paulks (historical)	paulks-historical	US		0	America/Chicago	35.25702	-88.19253	134	Paulks (historical),Paulks Mill,Paulks Mills		TN	071		
4648400	Paulette	paulette	US		0	America/New_York	36.19147	-83.88991	313	Paulett,Paulette		TN	173		
4648411	Pawpaw Plains	pawpaw-plains	US		0	America/New_York	35.8698	-84.33742	250	Pawpaw,Pawpaw Plains		TN	145		
4648428	Payne Cove	payne-cove	US		0	America/Chicago	35.32313	-85.82442	314	Payne Cove,Paynes Cove		TN	061		
4648455	Paynes Store	paynes-store	US		0	America/Chicago	36.38866	-86.26249	182			TN	169		
4648458	Pea Point (historical)	pea-point-historical	US		0	America/Chicago	35.26064	-89.73453	99			TN	157		
4648493	Peaceful Acres	peaceful-acres	US		0	America/Chicago	36.43949	-86.71527	251			TN	147		
4648494	Peach	peach	US		0	America/Chicago	35.04619	-87.22418	204			TN	055		
4648510	Peachers Mill	peachers-mill	US		0	America/Chicago	36.57088	-87.38445	167			TN	125		
4648526	Peakland	peakland	US		0	America/New_York	35.62813	-84.763	221	Elizabeth,Peakland,Pinhook		TN	121		
4648547	Pearley (historical)	pearley-historical	US		0	America/Chicago	35.29286	-89.84675	78			TN	157		
4648549	Pearson (historical)	pearson-historical	US		0	America/Chicago	35.70951	-85.18496	536			TN	007		
4648567	Peartree	peartree	US		0	America/Chicago	36.52505	-87.29473	176			TN	125		
4648568	Peavine	peavine	US		0	America/Chicago	36.02563	-84.89634	561			TN	035		
4648578	Pebble Creek	pebble-creek	US		0	America/Chicago	36.07367	-86.65972	171			TN	037		
4648579	Pebble Hill	pebble-hill	US		0	America/Chicago	35.09925	-88.42504	183			TN	109		
4648595	Peckerwood Point	peckerwood-point	US		0	America/Chicago	35.45175	-89.88203	135			TN	167		
4648604	Pedigo	pedigo	US		0	America/New_York	36.10119	-83.99325	269			TN	093		
4648617	Peeled Chestnut	peeled-chestnut	US		0	America/Chicago	35.96312	-85.65581	315			TN	185		
4648624	Peekville (historical)	peekville-historical	US		0	America/Chicago	36.10062	-85.48081	299			TN	141		
4648634	Peewee	peewee	US		0	America/New_York	36.26147	-84.27604	474			TN	013		
4648640	Pekin (historical)	pekin-historical	US		0	America/Chicago	36.18145	-85.75693	293			TN	141		
4648665	Pembrook Place	pembrook-place	US		0	America/Chicago	36.63616	-87.41251	168			TN	125		
4648689	Penile Hill	penile-hill	US		0	America/Chicago	35.27008	-86.05276	331			TN	051		
4648692	Peninsular Estates	peninsular-estates	US		0	America/New_York	35.87258	-84.02491	255			TN	009		
4648708	Pennington Chapel	pennington-chapel	US		0	America/New_York	36.31064	-83.6888	325			TN	173		
4648714	Pennine	pennine	US		0	America/New_York	35.63674	-84.89606	267	Miller Station,Millers Station,Pennine,Pennine Station,Sheffield		TN	143		
4648717	Pennville (historical)	pennville-historical	US		0	America/Chicago	36.21811	-86.32916	165			TN	189		
4648760	Peppermint Hills	peppermint-hills	US		0	America/New_York	35.78758	-83.89712	287			TN	009		
4648762	Peppertown	peppertown	US		0	America/Chicago	35.00592	-87.3903	246			TN	099		
4648774	Perilla (historical)	perilla-historical	US		0	America/Chicago	35.87868	-85.43192	320			TN	185		
4648807	Perrin Hollow	perrin-hollow	US		0	America/New_York	36.14647	-83.63462	280			TN	057		
4648864	Persey	persey	US		0	America/Chicago	35.02093	-90.06065	83	Percy,Persey		TN	157		
4648911	Peters Mill	peters-mill	US		0	America/New_York	35.96731	-83.70212	261			TN	093		
4648934	Petite Subdivision	petite-subdivision	US		0	America/Chicago	36.17895	-85.53942	327			TN	141		
4648943	Petlier (historical)	petlier-historical	US		0	America/New_York	36.55649	-82.56793	362			TN	163		
4648971	Pettyjohn Mill	pettyjohn-mill	US		0	America/New_York	36.53038	-82.44765	442			TN	163		
4648972	Petway	petway	US		0	America/Chicago	36.21506	-87.15251	152			TN	021		
4648988	Peytonsville	peytonsville	US		0	America/Chicago	35.8184	-86.77944	241	Peytonsville,Snatch,Snatchett		TN	187		
4648997	Phebe (historical)	phebe-historical	US		0	America/New_York	36.39647	-83.87908	311			TN	173		
4649013	Phiferes	phiferes	US		0	America/Chicago	35.66534	-85.44581	570			TN	175		
4649061	Phillippy	phillippy	US		0	America/Chicago	36.48284	-89.37618	89			TN	095		
4649135	Phillips Subdivision	phillips-subdivision	US		0	America/Chicago	36.1584	-85.2533	579			TN	141		
4649136	Phillps Subdivision	phillps-subdivision	US		0	America/Chicago	35.95479	-85.0119	561			TN	035		
4649140	Phipps Bend	phipps-bend	US		0	America/New_York	36.46621	-82.81099	359			TN	073		
4649148	Phosphate (historical)	phosphate-historical	US		0	America/Chicago	36.45421	-86.4086	177			TN	165		
4649160	Pickens Acres	pickens-acres	US		0	America/Chicago	36.02784	-86.91111	186			TN	187		
4649190	Pickwatina Place	pickwatina-place	US		0	America/New_York	35.43452	-84.63105	294	Pickwatina Place,Pikwatina		TN	107		
4649236	Pierce Station	pierce-station	US		0	America/Chicago	36.4709	-88.91506	104	Pierce,Pierce Station		TN	131		
4649259	Pigeon Roost	pigeon-roost	US		0	America/Chicago	36.10312	-87.80808	208			TN	085		
4649360	Pillowville	pillowville	US		0	America/Chicago	36.15256	-88.66145	107	Pillowsville,Pillowville		TN	183		
4649395	Pine Creek	pine-creek	US		0	America/Chicago	35.62701	-85.43664	525			TN	175		
4649400	Pine Crest	pine-crest	US		2633	America/New_York	36.27619	-84.12881	398			TN	013		
4649401	Pine Crest	pine-crest	US		2388	America/New_York	36.29927	-82.31792	511			TN	019		
4649426	Pine Grove Estates	pine-grove-estates	US		0	America/Chicago	35.99674	-84.96107	574			TN	035		
4649441	Pine Harbor Heights	pine-harbor-heights	US		0	America/New_York	35.27035	-85.13079	225			TN	065		
4649442	Pine Haven	pine-haven	US		0	America/Chicago	36.4534	-84.93745	542			TN	049		
4649476	Pine Hills	pine-hills	US		0	America/New_York	35.92507	-84.54994	271			TN	145		
4649477	Pine Hills	pine-hills	US		0	America/Chicago	36.12451	-85.52775	312			TN	141		
4649478	Pine Hills	pine-hills	US		0	America/New_York	36.36594	-82.36375	457			TN	179		
4649513	Pine Mountain (historical)	pine-mountain-historical	US		0	America/New_York	36.47008	-84.13437	371			TN	013		
4649518	Pine Orchard	pine-orchard	US		0	America/New_York	35.96813	-84.65383	419			TN	129		
4649526	Pine Point Subdivision	pine-point-subdivision	US		0	America/Chicago	36.41117	-88.10059	131			TN	079		
4649556	Pine Spring	pine-spring	US		0	America/New_York	35.97871	-82.8707	506			TN	059		
4649559	Pine Springs	pine-springs	US		0	America/New_York	35.87619	-84.07741	300			TN	093		
4649568	Pine View	pine-view	US		0	America/Chicago	35.73062	-87.93447	124	Pine View,Pineview		TN	135		
4649569	Pinebrook Estates	pinebrook-estates	US		0	America/New_York	35.16702	-85.08829	251			TN	065		
4649577	Pineland (historical)	pineland-historical	US		0	America/New_York	35.45257	-84.888	215			TN	121		
4649579	Pineoak Heights	pineoak-heights	US		0	America/New_York	35.04174	-85.23246	222			TN	065		
4649581	Pine Timbers	pine-timbers	US		0	America/New_York	36.35205	-82.41042	497			TN	179		
4649582	Pines (historical)	pines-historical	US		0	America/Chicago	36.28395	-85.14996	555			TN	133		
4649590	Pinetree Estates	pinetree-estates	US		0	America/New_York	35.19674	-85.19246	230	Pine Tree Estates,Pinetree Estates		TN	065		
4649591	Pineview Heights	pineview-heights	US		0	America/Chicago	35.36675	-86.23082	325			TN	031		
4649602	Piney	piney	US		0	America/New_York	36.01508	-84.55827	362			TN	129		
4649603	Piney Acres	piney-acres	US		0	America/New_York	35.48646	-84.99162	214			TN	143		
4649641	Piney Grove	piney-grove	US		0	America/New_York	36.21733	-82.23763	778			TN	019		
4649642	Piney Grove	piney-grove	US		0	America/Chicago	35.30091	-88.82533	146			TN	069		
4649643	Piney Grove	piney-grove	US		0	America/Chicago	35.2898	-88.07559	149			TN	071		
4649644	Piney Grove	piney-grove	US		0	America/New_York	35.3623	-84.60049	244			TN	107		
4649645	Piney Grove	piney-grove	US		0	America/New_York	36.53563	-84.44216	411			TN	151		
4649646	Piney Grove	piney-grove	US		0	America/New_York	36.34816	-82.33347	493			TN	179		
4649699	Piney Shores Estates	piney-shores-estates	US		0	America/New_York	35.67979	-84.818	229			TN	143		
4649703	Pinhook	pinhook	US		0	America/Chicago	35.11064	-85.74025	192			TN	115		
4649704	Pinhook	pinhook	US		0	America/Chicago	36.1334	-85.3133	561			TN	141		
4649705	Pinhook	pinhook	US		0	America/New_York	36.2798	-83.81741	320	Effie,Pin Hook,Pinhook		TN	173		
4649706	Pinhook (historical)	pinhook-historical	US		0	America/Chicago	35.90201	-85.69443	260			TN	041		
4649726	Pinkney	pinkney	US		0	America/Chicago	35.15703	-87.54363	200			TN	099		
4649763	Pioneer Estates	pioneer-estates	US		0	America/Chicago	35.94729	-86.49721	171			TN	149		
4649776	Pioneer Village	pioneer-village	US		0	America/New_York	35.77396	-84.72105	246			TN	145		
4649782	Pipers Chapel	pipers-chapel	US		0	America/Chicago	36.57171	-86.48166	248			TN	165		
4649783	Piperton	piperton	US		1629	America/Chicago	35.04509	-89.62175	110			TN	047		
4649791	Pippen Springs Estates	pippen-springs-estates	US		0	America/Chicago	36.19006	-85.56803	311			TN	141		
4649831	Pisgah Heights	pisgah-heights	US		0	America/Chicago	35.0562	-90.09537	74			TN	157		
4649852	Pitner (historical)	pitner-historical	US		0	America/New_York	35.8887	-83.75462	328			TN	155		
4649867	Pittman Center	pittman-center	US		565	America/New_York	35.75926	-83.39599	393			TN	155		
4649892	Pittsburg Landing	pittsburg-landing	US		0	America/Chicago	35.15231	-88.32282	144	Pittsburg Landing,Pittsburgh Landing,Shiloh		TN	071		
4649897	Plada Heights	plada-heights	US		0	America/Chicago	35.07147	-86.56944	299			TN	103		
4649898	Plain Grove	plain-grove	US		0	America/Chicago	36.51951	-85.22913	305			TN	137		
4649903	Plainfield Subdivision	plainfield-subdivision	US		0	America/Chicago	35.07231	-86.56583	294			TN	103		
4649904	Plainfield addition	plainfield-addition	US		0	America/New_York	35.77147	-83.96101	275			TN	009		
4649912	Plainview Heights	plainview-heights	US		0	America/Chicago	35.35091	-86.1936	329			TN	031		
4649918	Plant	plant	US		0	America/Chicago	36.01645	-87.91253	129			TN	085		
4649922	Plantation Hills	plantation-hills	US		0	America/New_York	36.00258	-83.89768	313			TN	093		
4649923	Plateau	plateau	US		0	America/Chicago	36.08284	-85.11135	592			TN	035		
4649932	Plaza Hills	plaza-hills	US		0	America/New_York	35.13202	-85.26107	232			TN	065		
4649938	Pleasant (historical)	pleasant-historical	US		0	America/New_York	36.48452	-83.83186	377			TN	025		
4649946	Pleasant Exchange (historical)	pleasant-exchange-historical	US		0	America/Chicago	35.76673	-88.27921	209			TN	077		
4650055	Pleasant Grove Subdivision	pleasant-grove-subdivision	US		0	America/Chicago	35.06897	-86.59666	293			TN	103		
4650077	Pleasant Hill (historical)	pleasant-hill-historical	US		0	America/New_York	35.9612	-83.42239	305	Hickory Ridge,Pleasant Hill (historical)		TN	089		
4650190	Pleasant Hills	pleasant-hills	US		0	America/New_York	35.99564	-84.00185	314			TN	093		
4650191	Pleasant Hills	pleasant-hills	US		0	America/Chicago	35.59035	-87.10223	212			TN	119		
4650256	Pleasant Vale	pleasant-vale	US		0	America/New_York	36.25538	-82.6971	500			TN	059		
4650267	Pleasant Valley (historical)	pleasant-valley-historical	US		0	America/Chicago	35.06092	-87.74864	258			TN	181		
4650329	Pleasant View Estates	pleasant-view-estates	US		0	America/Chicago	35.86062	-85.01301	572			TN	035		
4650341	Pleasantview Acres	pleasantview-acres	US		0	America/New_York	36.17926	-83.43323	368			TN	063		
4650358	Plum Creek	plum-creek	US		0	America/New_York	35.94119	-84.13575	319			TN	093		
4650390	Plymouth Park	plymouth-park	US		0	America/New_York	36.29233	-82.32375	525			TN	019		
4650409	Poga	poga	US		0	America/New_York	36.24568	-81.95817	826	Poga,Pogy		TN	019		
4650418	Poindexter Heights	poindexter-heights	US		0	America/New_York	35.01646	-85.26107	277			TN	065		
4650424	Point O'View	point-o-view	US		0	America/Chicago	36.29033	-86.58527	153			TN	165		
4650432	Point Seven	point-seven	US		0	America/New_York	36.18537	-83.44795	342			TN	063		
4650433	Pointed Side Acres	pointed-side-acres	US		0	America/Chicago	36.02978	-86.51444	156			TN	149		
4650438	Poinsettia Subdivision	poinsettia-subdivision	US		0	America/Chicago	36.15284	-85.46942	347			TN	141		
4650469	Polecat	polecat	US		0	America/Chicago	35.95673	-87.88058	121			TN	085		
4650510	Pollard (historical)	pollard-historical	US		0	America/Chicago	35.86951	-85.61026	275			TN	185		
4650524	Pollards Mill	pollards-mill	US		0	America/Chicago	35.04786	-88.09781	182			TN	071		
4650545	Pomona Road	pomona-road	US		0	America/Chicago	36.01673	-85.13191	585			TN	035		
4650549	Pond	pond	US		0	America/Chicago	36.10478	-87.4289	279	Pond,Pond Switch,Rapid City,Tresswell,Treswell		TN	043		
4650553	Pond Branch	pond-branch	US		0	America/Chicago	35.95423	-88.23699	179			TN	017		
4650583	Pond Grove	pond-grove	US		0	America/New_York	35.86702	-84.66744	301			TN	145		
4650588	Pond Hill	pond-hill	US		0	America/New_York	35.55174	-84.61494	308			TN	107		
4650615	Ponderosa Estates	ponderosa-estates	US		0	America/New_York	36.5626	-82.65266	440			TN	073		
4650616	Ponderosa Hills	ponderosa-hills	US		0	America/New_York	36.04536	-84.03352	354			TN	093		
4650620	Ponders	ponders	US		0	America/New_York	35.76202	-84.55577	255			TN	145		
4650624	Pondville	pondville	US		0	America/Chicago	36.5856	-86.35138	272			TN	165		
4650642	Poor	poor	US		0	America/Chicago	35.03648	-88.89367	131			TN	069		
4650715	Poplar Corner	poplar-corner	US		0	America/Chicago	35.6598	-89.09923	118			TN	075		
4650725	Poplar Creek	poplar-creek	US		0	America/Chicago	35.67618	-87.20918	170			TN	119		
4650735	Poplar Estates	poplar-estates	US		0	America/Chicago	36.1334	-85.44164	320			TN	141		
4650767	Poplar Hill	poplar-hill	US		0	America/Chicago	35.03092	-86.95973	220			TN	055		
4650769	Poplar Hill	poplar-hill	US		0	America/New_York	35.4023	-84.63521	273			TN	107		
4650775	Poplar Hills	poplar-hills	US		0	America/Chicago	36.02923	-86.9375	220			TN	187		
4650808	Poplar Springs	poplar-springs	US		0	America/Chicago	35.89673	-88.41727	163			TN	017		
4650809	Poplar Springs	poplar-springs	US		0	America/Chicago	35.7184	-88.55616	151			TN	077		
4650810	Poplar Springs	poplar-springs	US		0	America/New_York	35.74563	-84.29214	244			TN	105		
4650811	Poplar Springs	poplar-springs	US		0	America/Chicago	36.33478	-85.48442	293			TN	133		
4650812	Poplar Springs	poplar-springs	US		0	America/New_York	35.87424	-84.41521	248			TN	145		
4650815	Poplar Springs	poplar-springs	US		0	America/Chicago	35.78284	-88.19587	146	Poplar Spring,Poplar Springs,Poplarspring		TN	077		
4650838	Poplar Top	poplar-top	US		0	America/Chicago	35.61368	-87.14306	208			TN	119		
4650849	Port Haven	port-haven	US		0	America/Chicago	35.95923	-85.05274	542			TN	035		
4650854	Port Serena	port-serena	US		0	America/New_York	35.18396	-85.17107	213			TN	065		
4650858	Poplins Crossroads	poplins-crossroads	US		0	America/Chicago	35.58007	-86.58416	222			TN	003		
4650881	Porter Court	porter-court	US		0	America/Chicago	36.32256	-88.32449	152			TN	079		
4650885	Porter Gap	porter-gap	US		0	America/Chicago	35.91535	-89.4973	110			TN	097		
4650909	Porters (historical)	porters-historical	US		0	America/Chicago	36.29922	-88.24143	116			TN	079		
4650911	Porters	porters	US		0	America/Chicago	35.52396	-87.1564	204	Giddeons Bottom,Greenes Store,Porters,Porters Chapel,Pulliam,Pulliams Store		TN	119		
4650913	Porters Creek	porters-creek	US		0	America/Chicago	35.13064	-88.85672	132			TN	069		
4650940	Porters Grove	porters-grove	US		0	America/Chicago	35.83257	-89.00229	103			TN	033		
4651002	Post Oak	post-oak	US		0	America/Chicago	36.07256	-88.13698	159			TN	005		
4651003	Post Oak	post-oak	US		0	America/Chicago	36.21728	-85.47997	350			TN	141		
4651009	Post Oak Farms	post-oak-farms	US		0	America/New_York	35.85563	-84.63466	250			TN	145		
4651019	Post Oak Estates	post-oak-estates	US		0	America/Chicago	36.21812	-85.47164	343			TN	141		
4651021	Postoak	postoak	US		0	America/New_York	35.87341	-84.63077	240	Post Oak,Post Oak Springs,Postoak		TN	145		
4651024	Postelle	postelle	US		0	America/New_York	35.04425	-84.40409	475	Ducktown Station,Postelle		TN	139		
4651054	Potatoe	potatoe	US		0	America/Chicago	36.1209	-89.23507	103			TN	045		
4651055	Poteet (historical)	poteet-historical	US		0	America/Chicago	36.36812	-85.17774	263			TN	133		
4651110	Powder Branch	powder-branch	US		0	America/New_York	36.27511	-82.25819	592			TN	019		
4651128	Powder Springs (historical)	powder-springs-historical	US		0	America/New_York	35.92342	-83.541	286			TN	155		
4651166	Powell Chapel	powell-chapel	US		0	America/Chicago	35.23202	-86.97917	306	Powell Chapel,Powells Chapel		TN	055		
4651176	Powell Heights	powell-heights	US		0	America/New_York	36.03925	-84.03019	333			TN	093		
4651206	Powell Valley	powell-valley	US		0	America/New_York	36.50563	-83.79158	385			TN	025		
4651214	Powells Crossroads	powells-crossroads	US		1317	America/Chicago	35.18952	-85.4858	206	Crossroads,Powells Crossroads		TN	115		
4651217	Powells River (historical)	powells-river-historical	US		0	America/New_York	36.3748	-83.96936	323	Powell River,Powells River (historical)		TN	013		
4651240	Prairie Plains	prairie-plains	US		0	America/Chicago	35.34369	-85.96609	310			TN	031		
4651245	Prairie Peninsula	prairie-peninsula	US		0	America/New_York	35.19313	-85.14746	220			TN	065		
4651272	Presbytery Camp	presbytery-camp	US		0	America/New_York	36.56011	-82.1068	532	Presbytery Camp,Virginia Intermont Camp		TN	163		
4651286	Presley Ridge	presley-ridge	US		0	America/Chicago	35.43896	-88.24587	133			TN	039		
4651301	Preston (historical)	preston-historical	US		0	America/New_York	36.11425	-83.91213	351			TN	093		
4651305	Preston Forest	preston-forest	US		0	America/New_York	36.5501	-82.50682	392			TN	163		
4651309	Preston Woods	preston-woods	US		0	America/New_York	36.54094	-82.48987	447			TN	163		
4651371	Priest Lake Park	priest-lake-park	US		0	America/Chicago	36.09617	-86.60972	162			TN	037		
4651377	Prigmore	prigmore	US		0	America/New_York	35.61118	-84.56799	299			TN	107		
4651378	Prima Estates	prima-estates	US		0	America/New_York	36.17926	-83.40101	419			TN	063		
4651392	Primroy (historical)	primroy-historical	US		0	America/New_York	36.36813	-84.03464	313			TN	013		
4651408	Princeton Hills	princeton-hills	US		0	America/New_York	36.34955	-82.3707	481			TN	179		
4651421	Probst	probst	US		0	America/New_York	35.18119	-84.48465	249			TN	139		
4651429	Proctor City	proctor-city	US		0	America/Chicago	36.42062	-89.44646	91	Proctor City,Proctors City		TN	095		
4651444	Promise	promise	US		0	America/Chicago	36.20978	-87.3314	251	Promise,Promise Land,Promised Land		TN	043		
4651445	Promised Land	promised-land	US		0	America/New_York	35.95315	-83.29322	372			TN	089		
4651492	Prospect Hill (historical)	prospect-hill-historical	US		0	America/Chicago	35.80285	-86.03527	240			TN	015		
4651579	Protemus	protemus	US		0	America/Chicago	36.40284	-89.2359	105			TN	131		
4651668	Pumpkin Center	pumpkin-center	US		0	America/New_York	35.57119	-84.09435	272			TN	009		
4651669	Pumpkin Center	pumpkin-center	US		0	America/New_York	35.05924	-84.808	250			TN	011		
4651671	Pumpkin Center	pumpkin-center	US		0	America/New_York	35.81064	-84.07574	270			TN	009		
4651681	Pumpkintown	pumpkintown	US		0	America/Chicago	36.58728	-85.91081	276			TN	111		
4651688	Puncheon Camp	puncheon-camp	US		0	America/New_York	36.31481	-83.53907	421			TN	057		
4651712	Purdons (historical)	purdons-historical	US		0	America/Chicago	35.39091	-85.65303	577			TN	061		
4651718	Purkey Estates	purkey-estates	US		0	America/New_York	36.16787	-83.41656	419			TN	063		
4651723	Pursley	pursley	US		0	America/Chicago	36.072	-87.88031	130			TN	085		
4651754	Pyburn	pyburn	US		0	America/Chicago	35.0912	-88.25421	155	Pyburn,Pyburns		TN	071		
4651773	Quail Creek	quail-creek	US		0	America/Chicago	35.54397	-89.67675	110			TN	167		
4651774	Quail Hollow	quail-hollow	US		0	America/New_York	36.21842	-83.37573	407			TN	063		
4651775	Quail Hollow	quail-hollow	US		0	America/New_York	35.12452	-85.30996	217			TN	065		
4651776	Quail Ridge	quail-ridge	US		0	America/Chicago	35.93201	-86.53472	168			TN	149		
4651777	Quail Run	quail-run	US		0	America/Chicago	35.87395	-86.35999	186			TN	149		
4651783	Quail Creek	quail-creek	US		0	America/New_York	36.4626	-82.51793	457			TN	163		
4651784	Qualls (historical)	qualls-historical	US		0	America/Chicago	36.28618	-85.19719	281			TN	133		
4651789	Quality Estates	quality-estates	US		0	America/Chicago	36.14589	-85.58609	322			TN	141		
4651803	Quarryville (historical)	quarryville-historical	US		0	America/New_York	36.36481	-83.16295	331			TN	073		
4651819	Quercus	quercus	US		0	America/Chicago	35.44035	-87.42974	245			TN	099		
4651835	Quito	quito	US		0	America/Chicago	35.41314	-89.93453	121			TN	167		
4651846	R T Estates	r-t-estates	US		0	America/Chicago	35.73423	-86.40971	205			TN	149		
4651847	Rabbit Bluff (historical)	rabbit-bluff-historical	US		0	America/Chicago	35.90756	-85.99138	218			TN	015		
4651892	Raccoon Valley	raccoon-valley	US		0	America/New_York	36.22952	-83.84186	365	Raccoon Valley,Racoon Valley		TN	173		
4651900	Rachel Estates	rachel-estates	US		0	America/Chicago	36.26145	-85.48775	306			TN	141		
4651902	Rader	rader	US		0	America/New_York	36.17093	-82.93182	370	Myers,Rader,Raders		TN	059		
4651906	Radmoor	radmoor	US		0	America/New_York	35.01341	-85.17468	213			TN	065		
4651929	Rafter	rafter	US		0	America/New_York	35.39258	-84.17825	411			TN	123		
4651954	Rainbow Hills	rainbow-hills	US		0	America/Chicago	35.96451	-85.47998	311			TN	185		
4651963	Raines	raines	US		0	America/Chicago	35.03481	-90.05204	91	Raine,Raines		TN	157		
4651992	Raintree Estates	raintree-estates	US		0	America/Chicago	36.32922	-86.6075	150			TN	165		
4651993	Raintree Forest	raintree-forest	US		0	America/Chicago	36.00367	-86.7175	207	Raintree Forest,Southern Woods		TN	187		
4651996	Rainy (historical)	rainy-historical	US		0	America/Chicago	35.68201	-85.01801	566			TN	007		
4652017	Rally Hill	rally-hill	US		0	America/Chicago	35.66868	-86.83111	207	Raleigh Hill,Ralley Hill,Rally Hill,Rallyhill		TN	119		
4652034	Ramblewood	ramblewood	US		0	America/New_York	36.30177	-82.39986	525			TN	179		
4652035	Rambling Acres	rambling-acres	US		0	America/New_York	35.71314	-84.02824	325			TN	009		
4652036	Rambling Hills	rambling-hills	US		0	America/New_York	36.20731	-83.37573	411			TN	063		
4652084	Ranch Hill	ranch-hill	US		0	America/Chicago	36.58949	-87.39529	149			TN	125		
4652134	Rankin Cove	rankin-cove	US		0	America/Chicago	35.03841	-85.57969	232			TN	115		
4652154	Rascal Town	rascal-town	US		0	America/Chicago	35.0073	-87.44224	241	Rascal Town,Whites Store		TN	099		
4652156	Ransom Stand	ransom-stand	US		0	America/Chicago	35.0312	-87.9617	188			TN	181		
4652163	Rather	rather	US		0	America/Chicago	35.06287	-89.30313	150			TN	047		
4652203	Raus	raus	US		0	America/Chicago	35.39563	-86.32916	262	Holts Store,Raus		TN	003		
4652207	Raulstontown	raulstontown	US		0	America/Chicago	35.02036	-85.70608	283			TN	115		
4652216	Raven Branch	raven-branch	US		0	America/New_York	35.85149	-83.10071	523	Raven Branch,Raven Fork		TN	029		
4652217	Raven Hill	raven-hill	US		0	America/New_York	36.39731	-83.4724	435			TN	025		
4652226	Ravenscroft	ravenscroft	US		0	America/Chicago	35.97729	-85.29525	575			TN	185		
4652241	Ray (historical)	ray-historical	US		0	America/New_York	36.36452	-83.94881	311			TN	173		
4652283	Rayon City	rayon-city	US		0	America/Chicago	36.27005	-86.665	148			TN	037		
4652284	Rayon Terrace	rayon-terrace	US		0	America/New_York	36.34317	-82.19291	550	Rayon,Rayon Terrace		TN	019		
4652285	Rays	rays	US		0	America/Chicago	36.21978	-85.32691	427			TN	133		
4652291	Raysville	raysville	US		0	America/Chicago	35.33036	-86.31638	341			TN	127		
4652297	Read Hill	read-hill	US		0	America/New_York	35.89649	-83.07904	481	Read Hill,Red Hill		TN	029		
4652315	Reagantown	reagantown	US		0	America/New_York	35.84092	-83.51072	348			TN	155		
4652327	Rebel Acres	rebel-acres	US		0	America/Chicago	35.19952	-87.01556	213			TN	055		
4652332	Rebel Meadows	rebel-meadows	US		0	America/Chicago	35.94173	-86.8825	191			TN	187		
4652461	Red Row	red-row	US		0	America/Chicago	35.52619	-87.19362	217			TN	119		
4652465	Red Sulphur Springs	red-sulphur-springs	US		0	America/Chicago	35.00703	-88.23754	140	Red Sulphur,Red Sulphur Springs,Red Sulphursprings		TN	071		
4652467	Red River Estates	red-river-estates	US		0	America/Chicago	36.52449	-87.23751	160			TN	125		
4652468	Red Top	red-top	US		0	America/Chicago	36.54811	-87.66585	210			TN	161		
4652469	Red Walnut	red-walnut	US		0	America/Chicago	35.46924	-88.17698	150			TN	039		
4652482	Redden (historical)	redden-historical	US		0	America/Chicago	35.98562	-87.44168	175			TN	043		
4652515	Redwine	redwine	US		0	America/New_York	36.09426	-83.19294	348			TN	029		
4652517	Redwing Farms	redwing-farms	US		0	America/Chicago	35.88451	-86.84333	210			TN	187		
4652527	Reece Terrace	reece-terrace	US		0	America/New_York	36.30927	-82.33819	516			TN	179		
4652588	Reeders Crossing	reeders-crossing	US		0	America/Chicago	36.06534	-87.27668	249			TN	043		
4652642	Reesetown	reesetown	US		0	America/New_York	35.06175	-84.35298	524			TN	139		
4652669	Regency Place	regency-place	US		0	America/New_York	35.02313	-85.23968	248			TN	065		
4652673	Regret (historical)	regret-historical	US		0	America/New_York	35.63202	-84.60688	262			TN	107		
4652686	Reid Camp	reid-camp	US		0	America/New_York	35.77924	-84.75161	231	Reid Camp,Reids Camp,Whites Creek		TN	143		
4652693	Regency Park	regency-park	US		0	America/Chicago	35.89173	-86.39055	185			TN	149		
4652694	Reidhurst	reidhurst	US		0	America/Chicago	35.80007	-86.37277	192			TN	149		
4652696	Reidtown	reidtown	US		0	America/New_York	35.98065	-83.27961	356	Reedtown,Reidtown,Reidville		TN	029		
4652705	Remy	remy	US		0	America/New_York	36.48591	-84.05215	379			TN	013		
4652706	Renegade	renegade	US		0	America/Chicago	35.88479	-84.85828	799			TN	035		
4652738	Rest (historical)	rest-historical	US		0	America/Chicago	36.31061	-86.98222	231			TN	021		
4652744	Reston Court	reston-court	US		0	America/New_York	36.35149	-82.35958	486			TN	179		
4652756	Revilo	revilo	US		0	America/Chicago	35.13953	-87.26863	276			TN	099		
4652757	Revilo (historical)	revilo-historical	US		0	America/New_York	35.92064	-83.61767	273	Ravilo,Revilo (historical)		TN	155		
4652760	Rexford (historical)	rexford-historical	US		0	America/New_York	36.36955	-82.16596	474			TN	019		
4652762	Reubensville	reubensville	US		0	America/Chicago	36.59143	-86.5925	214			TN	147		
4652795	Reynoldsburg (historical)	reynoldsburg-historical	US		0	America/Chicago	36.08339	-87.94031	121			TN	085		
4652822	Rhea Springs (historical)	rhea-springs-historical	US		0	America/New_York	35.6759	-84.82856	226	Ray Springs,Rhea Springs (historical),Sulphur Springs,Sulphur Springs Campground		TN	143		
4652833	Rhoades Hill (historical)	rhoades-hill-historical	US		0	America/Chicago	35.09314	-87.54113	180			TN	099		
4652836	Rhodelia (historical)	rhodelia-historical	US		0	America/New_York	36.34869	-83.89936	339			TN	173		
4652841	Rhodes Town	rhodes-town	US		0	America/Chicago	35.5098	-88.45727	183	Brantleys Store,Rhodes Town		TN	077		
4652844	Rhyan Springs	rhyan-springs	US		0	America/Chicago	36.4634	-85.23774	300			TN	133		
4652856	Rice Bend	rice-bend	US		0	America/New_York	35.97233	-82.55569	928			TN	171		
4652882	Rich	rich	US		0	America/Chicago	35.3873	-87.12362	235			TN	055		
4652924	Richard City	richard-city	US		0	America/Chicago	34.99425	-85.72497	193	Copenhagen,Deptford,Richard City		TN	115		
4652935	Richardson (historical)	richardson-historical	US		0	America/Chicago	35.14675	-87.34641	282			TN	099		
4652955	Richardson Cove	richardson-cove	US		0	America/New_York	35.81593	-83.4335	321	Richardson Cove,Richisons Cove		TN	155		
4652969	Richardsons	richardsons	US		0	America/Chicago	35.51147	-89.94009	77	Richardson Landing,Richardsons,Richardsons Landing		TN	167		
4652981	Richland (historical)	richland-historical	US		0	America/Chicago	35.30647	-86.93945	225			TN	055		
4653001	Richland Crest	richland-crest	US		0	America/New_York	35.19924	-85.20579	257			TN	065		
4653018	Richland Trace Subdivision	richland-trace-subdivision	US		0	America/Chicago	35.21036	-87.10834	208			TN	055		
4653050	Riddles Store	riddles-store	US		0	America/New_York	35.60924	-84.54215	303			TN	107		
4653053	Ridenour	ridenour	US		0	America/New_York	36.22647	-83.95269	328			TN	173		
4653056	Ridge Bay	ridge-bay	US		0	America/New_York	35.17424	-85.15662	252			TN	065		
4653069	Ridgecrest Acres	ridgecrest-acres	US		0	America/Chicago	35.85868	-86.33221	202			TN	149		
4653088	Ridgefields	ridgefields	US		0	America/New_York	36.54538	-82.6021	389			TN	163		
4653096	Ridgepost (historical)	ridgepost-historical	US		0	America/Chicago	36.34727	-86.87444	252	Ridge Post,Ridgepost (historical)		TN	037		
4653097	Ridgeside	ridgeside	US		390	America/New_York	35.03257	-85.25246	258			TN	065		
4653108	Ridgeview Heights	ridgeview-heights	US		0	America/New_York	36.1023	-83.84018	399			TN	093		
4653124	Ridgewood Acres	ridgewood-acres	US		0	America/New_York	35.05285	-85.24468	248			TN	065		
4653126	Ridgewood Estates	ridgewood-estates	US		0	America/Chicago	36.23423	-85.49164	335			TN	141		
4653128	Ridge Lake North	ridge-lake-north	US		0	America/New_York	35.1434	-85.19273	284			TN	065		
4653135	Ridley	ridley	US		0	America/Chicago	35.55174	-87.19112	193			TN	119		
4653147	Riggs Crossroads	riggs-crossroads	US		0	America/Chicago	35.7134	-86.69777	242			TN	187		
4653197	Riley Creek (historical)	riley-creek-historical	US		0	America/Chicago	35.46841	-86.21694	267	Riley Creek (historical),Riverside		TN	031		
4653218	Ringgold Acres	ringgold-acres	US		0	America/Chicago	36.59171	-87.42695	152			TN	125		
4653227	Riovista	riovista	US		0	America/New_York	36.33483	-82.26152	452	Rio Vista,Riovista		TN	019		
4653231	Rinnie	rinnie	US		0	America/Chicago	36.14868	-85.0344	554	Rinnie,Union Grove		TN	035		
4653255	Ritchie	ritchie	US		0	America/New_York	36.47925	-83.4699	389			TN	025		
4653261	Ritta	ritta	US		0	America/New_York	36.0573	-83.86685	311	Rita,Ritta		TN	093		
4653272	Rival (historical)	rival-historical	US		0	America/Chicago	36.38699	-86.50666	147			TN	165		
4653275	River Bend Estates	river-bend-estates	US		0	America/New_York	35.25702	-84.71383	229			TN	011		
4653281	River Club Estates	river-club-estates	US		0	America/Chicago	35.9109	-86.86361	196			TN	187		
4653283	River Heights	river-heights	US		0	America/Chicago	35.22008	-88.31309	130			TN	071		
4653284	River Heights	river-heights	US		0	America/Chicago	35.63563	-87.03723	193			TN	119		
4653285	River Hill	river-hill	US		0	America/New_York	36.10761	-82.45153	541			TN	171		
4653286	River Hill	river-hill	US		0	America/Chicago	35.82284	-85.43414	282	River Hill,Riverhill		TN	185		
4653299	River Oak Estates	river-oak-estates	US		0	America/Chicago	36.03534	-86.83194	197			TN	187		
4653300	River Oaks	river-oaks	US		0	America/New_York	35.11757	-85.13912	223			TN	065		
4653301	River Oaks	river-oaks	US		0	America/Chicago	35.11676	-89.86259	82			TN	157		
4653303	River Rest	river-rest	US		0	America/Chicago	36.01478	-86.89306	181			TN	187		
4653315	River Run	river-run	US		0	America/Chicago	36.54505	-87.28973	148			TN	125		
4653316	River Shores	river-shores	US		0	America/Chicago	35.79534	-86.40166	187			TN	149		
4653317	River View	river-view	US		0	America/New_York	36.54175	-83.63269	336	River View,Riverview		TN	025		
4653318	Riverbend	riverbend	US		0	America/New_York	35.89536	-83.9763	269			TN	093		
4653319	Riverbend	riverbend	US		0	America/Chicago	35.8959	-86.42444	178			TN	149		
4653320	Riverbend Estates	riverbend-estates	US		0	America/New_York	35.88619	-84.46104	245			TN	145		
4653321	Riverchase	riverchase	US		0	America/New_York	35.13091	-85.19162	240			TN	065		
4653337	Rivermont	rivermont	US		0	America/New_York	35.10146	-85.27246	230			TN	065		
4653338	Rivermont	rivermont	US		0	America/Chicago	36.53171	-87.2814	134			TN	125		
4653346	Riversburg	riversburg	US		0	America/Chicago	35.2698	-87.0439	211			TN	055		
4653353	Riverside (historical)	riverside-historical	US		0	America/Chicago	36.03896	-89.10646	88			TN	053		
4653358	River Hills	river-hills	US		0	America/New_York	35.09118	-85.28496	243			TN	065		
4653378	Riverside Park	riverside-park	US		0	America/New_York	35.06896	-85.26746	208			TN	065		
4653385	Rivertrace	rivertrace	US		0	America/New_York	35.87175	-83.95685	275			TN	009		
4653386	Rivertrace	rivertrace	US		0	America/New_York	35.85203	-83.96129	290			TN	009		
4653409	Riverview Park	riverview-park	US		0	America/Chicago	35.89118	-86.83361	204			TN	187		
4653415	Riverwood	riverwood	US		0	America/Chicago	35.9334	-86.3211	177			TN	149		
4653422	RoEllen	roellen	US		0	America/Chicago	36.02368	-89.28146	91	RoEllen,Roellen		TN	045		
4653447	Roan Hill	roan-hill	US		0	America/New_York	36.30511	-82.34569	528			TN	179		
4653503	Roark Cove	roark-cove	US		0	America/Chicago	35.24703	-85.93026	317	Roark Cove,Rowark Cove		TN	051		
4653672	Robinson (historical)	robinson-historical	US		0	America/Chicago	35.67896	-86.17277	399			TN	031		
4653719	Robinson Forest	robinson-forest	US		0	America/New_York	36.16816	-82.79876	493			TN	059		
4653724	Robinson Crossroads	robinson-crossroads	US		0	America/New_York	35.94925	-84.15881	303	Robertson,Robinson,Robinson Crossroads		TN	093		
4653736	Robinson Mill	robinson-mill	US		0	America/New_York	35.72285	-84.32242	232			TN	105		
4653746	Robinsons Chapel	robinsons-chapel	US		0	America/Chicago	36.02228	-87.43585	231			TN	043		
4653750	Robison	robison	US		0	America/Chicago	35.99506	-88.23199	148			TN	017		
4653775	Rock Bridge	rock-bridge	US		0	America/Chicago	36.51393	-86.38332	282	Rock Bridge,Rockbridge		TN	165		
4653793	Rock Castle	rock-castle	US		0	America/Chicago	36.02645	-85.67331	307			TN	041		
4653834	Rock Haven	rock-haven	US		0	America/New_York	36.34148	-83.38712	330			TN	057		
4653842	Rock Hill Park	rock-hill-park	US		0	America/New_York	36.57316	-82.2443	512			TN	163		
4653852	Rock House	rock-house	US		0	America/Chicago	36.36894	-86.10138	168	Rock House,Rockhouse		TN	169		
4653862	Rock Ledge Estates	rock-ledge-estates	US		0	America/New_York	35.1298	-85.07662	243			TN	065		
4653914	Rock Town	rock-town	US		0	America/New_York	36.13842	-83.45101	358			TN	089		
4653935	Rockgardens	rockgardens	US		0	America/New_York	35.77925	-83.95963	264			TN	009		
4653964	Rockquarry (historical)	rockquarry-historical	US		0	America/Chicago	35.43424	-87.3689	253			TN	099		
4653990	Rockwood Hill	rockwood-hill	US		0	America/New_York	36.12844	-82.86043	456	Rock Wood Hill,Rockwood Hill,Rockwood Hills		TN	059		
4654000	Rocky Branch	rocky-branch	US		0	America/New_York	35.74092	-83.84101	293			TN	009		
4654050	Rocky Creek Subdivision	rocky-creek-subdivision	US		0	America/Chicago	36.39088	-86.25221	163			TN	169		
4654056	Rocky Fork	rocky-fork	US		0	America/Chicago	35.92645	-86.58527	190	Rockford,Rocky Fork,Rockyfork		TN	149		
4654058	Rocky Fork	rocky-fork	US		0	America/New_York	36.03511	-82.55208	648			TN	171		
4654067	Rocky Grove	rocky-grove	US		0	America/New_York	35.76676	-83.28793	589			TN	155		
4654110	Rocky Point (historical)	rocky-point-historical	US		0	America/Chicago	35.72507	-86.11194	238			TN	015		
4654111	Rocky Point (historical)	rocky-point-historical	US		0	America/Chicago	35.12842	-89.74536	90			TN	157		
4654131	Rocky Spring	rocky-spring	US		0	America/New_York	35.48897	-84.3377	284	Rocky Spring,Rocky Springs		TN	123		
4654136	Rocky Springs	rocky-springs	US		0	America/New_York	36.44705	-82.36931	436			TN	163		
4654157	Rocky Summit (historical)	rocky-summit-historical	US		0	America/New_York	36.28898	-83.30628	328			TN	057		
4654162	Rocky Waters	rocky-waters	US		0	America/New_York	35.83564	-83.98157	277			TN	009		
4654165	Roddy	roddy	US		0	America/New_York	35.77174	-84.77383	236	Prestons,Prestonville,Roddy,Roddy Station		TN	143		
4654167	Rocky Valley	rocky-valley	US		0	America/New_York	36.05953	-83.54712	331	Rocky,Rocky Valley		TN	089		
4654178	Rodemer	rodemer	US		0	America/Chicago	35.89562	-87.41974	252			TN	081		
4654201	Rodgers Ridge Subdivision	rodgers-ridge-subdivision	US		0	America/New_York	35.88758	-84.39993	320			TN	145		
4654203	Roe Junction	roe-junction	US		0	America/New_York	36.17398	-83.30711	424			TN	063		
4654256	Rogers Creek	rogers-creek	US		0	America/New_York	35.50285	-84.69161	247			TN	107		
4654280	Rogers Springs	rogers-springs	US		0	America/Chicago	35.05009	-88.97562	144	Rodgers Spring,Rogers Spring,Rogers Springs		TN	069		
4654303	Rolling Acres	rolling-acres	US		0	America/New_York	36.15787	-83.43212	399			TN	063		
4654304	Rolling Acres	rolling-acres	US		0	America/Chicago	36.44727	-86.675	268			TN	165		
4654305	Rolling Acres	rolling-acres	US		0	America/Chicago	36.31366	-86.63333	183			TN	165		
4654306	Rolling Acres	rolling-acres	US		0	America/Chicago	35.94062	-85.46803	287			TN	185		
4654307	Rolling Acres	rolling-acres	US		0	America/Chicago	35.9584	-87.10334	252			TN	187		
4654310	Rolling Brook	rolling-brook	US		0	America/New_York	35.1848	-84.81272	256			TN	011		
4654311	Rolling Fields	rolling-fields	US		0	America/Chicago	35.60813	-87.05917	221			TN	119		
4654316	Rolling Hills	rolling-hills	US		0	America/Chicago	35.9334	-85.00079	541			TN	035		
4654317	Rolling Hills	rolling-hills	US		0	America/New_York	36.1937	-83.28656	444			TN	063		
4654318	Rolling Hills	rolling-hills	US		0	America/Chicago	35.44119	-86.81528	261			TN	117		
4654319	Rolling Hills	rolling-hills	US		0	America/New_York	35.19868	-84.90411	231			TN	011		
4654320	Rolling Hills	rolling-hills	US		0	America/New_York	36.29316	-82.34431	553			TN	179		
4654326	Rolling Rivers	rolling-rivers	US		0	America/Chicago	35.91979	-86.86111	195			TN	187		
4654327	Rollingwood	rollingwood	US		0	America/New_York	35.05202	-85.22357	213	Rollingwood,Rollingwood Hills		TN	065		
4654337	Rollins Subdivision	rollins-subdivision	US		0	America/New_York	36.13566	-82.81376	438			TN	059		
4654359	Roneys Store	roneys-store	US		0	America/Chicago	36.38923	-89.29424	142	Roneys Store,Shaw Store,Shawtown		TN	131		
4654393	Rose Garden Estates	rose-garden-estates	US		0	America/Chicago	36.15895	-85.5772	332			TN	141		
4654397	Rose Hill (historical)	rose-hill-historical	US		0	America/Chicago	36.60755	-87.62085	173			TN	125		
4654432	Rosebank	rosebank	US		0	America/Chicago	36.18644	-86.71805	163			TN	037		
4654446	Rosehill Estates	rosehill-estates	US		0	America/Chicago	36.5556	-87.42307	179			TN	125		
4654451	Rosemark	rosemark	US		0	America/Chicago	35.36259	-89.7723	101			TN	157		
4654457	Rosemary Lane	rosemary-lane	US		0	America/Chicago	35.12731	-90.01259	95			TN	157		
4654473	Rosewood Park	rosewood-park	US		0	America/Chicago	35.94118	-86.50416	172			TN	149		
4654474	Roslin	roslin	US		0	America/Chicago	36.22313	-84.92579	499			TN	049		
4654519	Rossboro	rossboro	US		0	America/Chicago	35.17508	-87.25974	265			TN	099		
4654528	Rossview	rossview	US		0	America/Chicago	36.55838	-87.29556	141			TN	125		
4654533	Rossville Junction	rossville-junction	US		0	America/Chicago	35.04176	-89.54369	100			TN	047		
4654536	Rosswood	rosswood	US		0	America/Chicago	35.98284	-86.55361	178			TN	149		
4654540	Rotary Hills	rotary-hills	US		0	America/Chicago	36.49588	-87.26945	172			TN	125		
4654544	Rotherwood	rotherwood	US		0	America/New_York	36.54871	-82.6146	368			TN	073		
4654546	Rotherwood Heights	rotherwood-heights	US		0	America/New_York	36.55704	-82.61988	423	Rotherwood,Rotherwood Heights		TN	073		
4654547	Rotherwood Hills	rotherwood-hills	US		0	America/New_York	36.54427	-82.62015	385			TN	073		
4654549	Rothwood	rothwood	US		0	America/New_York	35.91675	-84.01741	281			TN	093		
4654553	Rossview	rossview	US		0	America/Chicago	36.5606	-87.23501	168	Ross View,Rossview		TN	125		
4654566	Rough Point	rough-point	US		0	America/Chicago	36.36034	-85.73637	165	Rough Point,Roughpoint		TN	087		
4654652	Roundtree	roundtree	US		0	America/New_York	36.35566	-82.41514	569			TN	179		
4654659	Routon	routon	US		0	America/Chicago	36.2295	-88.37227	173			TN	079		
4654696	Rowland Estates	rowland-estates	US		0	America/Chicago	35.92645	-86.3861	175			TN	149		
4654705	Royal Blue	royal-blue	US		0	America/New_York	36.3823	-84.26049	445			TN	013		
4654709	Royal Court	royal-court	US		0	America/Chicago	35.87645	-86.48221	179			TN	149		
4654714	Royal Oaks	royal-oaks	US		0	America/Chicago	35.63674	-87.04612	186			TN	119		
4654715	Royal Oaks	royal-oaks	US		0	America/New_York	35.01146	-85.14245	219			TN	065		
4654716	Royal Oaks	royal-oaks	US		0	America/Chicago	35.9234	-86.83889	222			TN	187		
4654717	Royal Pines	royal-pines	US		0	America/New_York	36.45566	-82.47265	439			TN	163		
4654719	Royalty Acres	royalty-acres	US		0	America/Chicago	36.50699	-87.24723	171			TN	125		
4654725	Rozells Mill	rozells-mill	US		0	America/Chicago	35.01925	-86.52527	249	Pryors Mill,Rozells Mill		TN	103		
4654729	Rucker	rucker	US		0	America/Chicago	35.75257	-86.38777	205			TN	149		
4654733	Ruby Falls	ruby-falls	US		0	America/New_York	35.01896	-85.3394	334			TN	065		
4654756	Rudolphtown	rudolphtown	US		0	America/Chicago	36.52783	-87.27556	165			TN	125		
4654760	Rudderville	rudderville	US		0	America/Chicago	35.84062	-86.74111	225			TN	187		
4654772	Rule (historical)	rule-historical	US		0	America/New_York	36.31341	-83.92186	348			TN	173		
4654790	Ruppe (historical)	ruppe-historical	US		0	America/New_York	36.04091	-84.63327	482			TN	129		
4654792	Ruppertown	ruppertown	US		0	America/Chicago	35.42396	-87.59419	211			TN	101		
4654793	Rural Hill	rural-hill	US		2007	America/Chicago	36.11673	-86.47916	177	Rural Hill,Ruralhill		TN	189		
4654797	Rural Vale	rural-vale	US		0	America/New_York	35.31174	-84.35965	280	Rural Vale,Ruralvale		TN	123		
4654824	Rushing (historical)	rushing-historical	US		0	America/Chicago	36.66172	-88.03614	109			TN	161		
4654852	Rushton	rushton	US		0	America/Chicago	36.52144	-87.26556	149			TN	125		
4654855	Rushy Springs	rushy-springs	US		0	America/New_York	36.12398	-83.36128	414			TN	089		
4654907	Russell Crossroads	russell-crossroads	US		0	America/Chicago	35.61313	-88.56839	153	Russell Crossroads,Russells Cross Roads		TN	077		
4654911	Russell Crossroad	russell-crossroad	US		0	America/New_York	36.09982	-82.92737	391	Almeda,Russell Crossroad		TN	059		
4654914	Russell Fork	russell-fork	US		0	America/New_York	36.45897	-84.05187	406			TN	013		
4654918	Russell Hill	russell-hill	US		0	America/Chicago	36.43172	-85.8972	324			TN	111		
4654937	Russell Shack Ridge	russell-shack-ridge	US		0	America/Chicago	35.87174	-84.97773	553			TN	035		
4654948	Rustic Acres	rustic-acres	US		0	America/New_York	36.15427	-82.7896	450			TN	059		
4654949	Rustic Villa	rustic-villa	US		0	America/New_York	35.15424	-85.3269	586			TN	065		
4654951	Russell Mill	russell-mill	US		0	America/New_York	36.44702	-83.86436	340			TN	025		
4654974	Ruthledge Hill	ruthledge-hill	US		0	America/Chicago	35.30869	-85.94109	313			TN	031		
4654989	Rutledge Falls	rutledge-falls	US		0	America/Chicago	35.42036	-86.1361	290			TN	031		
4655009	Ryall Springs	ryall-springs	US		0	America/New_York	35.0048	-85.11523	286			TN	065		
4655028	S E Miller Subdivision	s-e-miller-subdivision	US		0	America/New_York	36.319	-82.37208	521			TN	179		
4655035	Sac (historical)	sac-historical	US		0	America/New_York	36.51427	-82.37209	469			TN	163		
4655059	Sadie	sadie	US		0	America/New_York	36.43261	-82.05512	606	Sadie,Stony Creek,Stonycreek		TN	019		
4655063	Rymers (historical)	rymers-historical	US		0	America/New_York	35.13202	-84.43048	451	Rymer,Rymers (historical)		TN	139		
4655065	Sadlersville	sadlersville	US		0	America/Chicago	36.61004	-87.11806	166	Sadlers,Sadlers Station,Sadlersville		TN	147		
4655074	Safley	safley	US		0	America/Chicago	35.6159	-85.70887	293			TN	177		
4655077	Sage (historical)	sage-historical	US		0	America/Chicago	35.07425	-87.91253	269			TN	181		
4655079	Sagefield	sagefield	US		0	America/Chicago	35.94201	-86.54444	168			TN	149		
4655085	Sailors Rest (historical)	sailors-rest-historical	US		0	America/Chicago	36.34422	-87.5389	124			TN	125		
4655094	Saint Andrews	saint-andrews	US		0	America/Chicago	35.21119	-85.89248	595			TN	051		
4655127	Saint Bethlehem	saint-bethlehem	US		0	America/Chicago	36.57199	-87.30001	171			TN	125		
4655498	Saint Truitt	saint-truitt	US		0	America/Chicago	35.02453	-87.37113	265			TN	099		
4655507	Sainville	sainville	US		0	America/Chicago	35.5098	-85.91276	332			TN	031		
4655513	Sal City	sal-city	US		0	America/Chicago	35.05592	-86.04915	568	Sal City,Sal City Crossing		TN	051		
4655702	Sampson	sampson	US		0	America/Chicago	35.6759	-85.27219	550	Bradden,Sampson		TN	007		
4655722	Samuel (historical)	samuel-historical	US		0	America/New_York	36.49288	-82.45126	464			TN	163		
4655762	Sand Mountain (historical)	sand-mountain-historical	US		0	America/Chicago	35.10286	-88.21809	210			TN	071		
4655772	Sand Ridge	sand-ridge	US		0	America/Chicago	35.67924	-88.47977	172			TN	077		
4655774	Sand Switch	sand-switch	US		0	America/Chicago	35.22175	-85.87831	585			TN	051		
4655778	Sandalwood Village	sandalwood-village	US		0	America/New_York	35.19368	-85.21273	238			TN	065		
4655807	Sanders Crossing	sanders-crossing	US		0	America/Chicago	35.28175	-85.74803	585			TN	061		
4655827	Sandlick	sandlick	US		0	America/New_York	36.39647	-83.68185	350			TN	025		
4655860	Sandy Bridge (historical)	sandy-bridge-historical	US		0	America/Chicago	36.03367	-88.2756	137			TN	017		
4655887	Sandy Lane	sandy-lane	US		0	America/New_York	35.29119	-84.28603	512			TN	123		
4655921	Sanford Hill	sanford-hill	US		0	America/Chicago	35.4348	-88.65311	141			TN	023		
4655927	Sango	sango	US		0	America/Chicago	36.50644	-87.22084	196			TN	125		
4655942	Sarah Berry Annex	sarah-berry-annex	US		0	America/Chicago	36.2945	-86.60111	146			TN	165		
4655961	Sartain Springs	sartain-springs	US		0	America/Chicago	35.2848	-85.78053	597			TN	061		
4655975	Satterfield (historical)	satterfield-historical	US		0	America/Chicago	35.75757	-86.98417	211			TN	119		
4655995	Saundersville	saundersville	US		0	America/Chicago	36.32588	-86.56444	171	Sandersville,Saundersville		TN	165		
4656008	Savannah Bay	savannah-bay	US		0	America/New_York	35.15896	-85.05856	213			TN	065		
4656017	Savannah Hills	savannah-hills	US		0	America/New_York	35.15757	-85.06523	214			TN	065		
4656019	Savannah Peninsula	savannah-peninsula	US		0	America/New_York	35.16396	-85.08412	211			TN	065		
4656028	Sawdust	sawdust	US		0	America/Chicago	35.66813	-87.19001	185	Blockers Shop,Saw Dust Valley,Sawdust,Sawdust Valley,Winnsboro		TN	119		
4656067	Sawyer Subdivision	sawyer-subdivision	US		0	America/Chicago	35.9084	-86.37916	180			TN	149		
4656068	Sawyers Mill	sawyers-mill	US		0	America/Chicago	36.03645	-88.19199	136	Sawyers Mill,Zach		TN	005		
4656078	Scaife	scaife	US		0	America/Chicago	34.99732	-90.03287	88			TN	157		
4656084	Scandlyn	scandlyn	US		0	America/New_York	36.01008	-84.38465	258			TN	145		
4656089	Scarboro	scarboro	US		0	America/New_York	35.98313	-84.22242	257	Scaarborough,Scarboro,Scarborough		TN	001		
4656105	Scattersville	scattersville	US		0	America/Chicago	36.59088	-86.56777	240			TN	165		
4656106	Scenic Heights	scenic-heights	US		0	America/Chicago	35.19786	-86.0986	297			TN	051		
4656112	Scenic Point Estates	scenic-point-estates	US		0	America/New_York	35.7973	-84.13602	254			TN	093		
4656113	Scenic Terrace	scenic-terrace	US		0	America/New_York	35.76842	-83.9574	293			TN	009		
4656116	Scenic Woods	scenic-woods	US		0	America/New_York	36.53871	-82.46904	468			TN	163		
4656130	Schoolfield (historical)	schoolfield-historical	US		0	America/Chicago	35.66729	-85.20913	533			TN	007		
4656158	Schroder (historical)	schroder-historical	US		0	America/New_York	35.92898	-83.42044	342			TN	155		
4656177	Scoot Mill	scoot-mill	US		0	America/New_York	36.15065	-83.13211	327			TN	059		
4656180	Scotland Acres	scotland-acres	US		0	America/Chicago	35.85701	-86.35721	188			TN	149		
4656233	Scott Hills	scott-hills	US		0	America/New_York	35.70647	-84.02768	327			TN	009		
4656235	Scott Hill	scott-hill	US		0	America/Chicago	35.9059	-88.48061	191			TN	017		
4656252	Scottish Highlands	scottish-highlands	US		0	America/Chicago	36.32366	-86.585	166			TN	165		
4656269	Scotts Mill	scotts-mill	US		0	America/Chicago	35.4998	-87.14834	218	Ettaton,New York,Scott Mill,Scotts Mill		TN	119		
4656275	Screamer	screamer	US		0	America/Chicago	35.44397	-87.15973	265	Screamer,Screamerville		TN	119		
4656326	Seals (historical)	seals-historical	US		0	America/Chicago	35.74173	-85.18052	533			TN	007		
4656329	Seaton Spring	seaton-spring	US		0	America/New_York	35.81148	-83.49572	376			TN	155		
4656331	Seaton Subdivision	seaton-subdivision	US		0	America/New_York	36.32622	-82.38153	534			TN	179		
4656346	Sebowisha	sebowisha	US		0	America/Chicago	36.13811	-85.86887	152			TN	159		
4656397	Seeber Flats	seeber-flats	US		0	America/New_York	36.16869	-84.21576	501			TN	001		
4656406	Selby (historical)	selby-historical	US		0	America/Chicago	36.22923	-85.47664	353			TN	141		
4656417	Selkirk (historical)	selkirk-historical	US		0	America/New_York	35.90285	-84.35409	235			TN	145		
4656437	Seminole Subdivision	seminole-subdivision	US		0	America/Chicago	35.85618	-85.07774	573			TN	035		
4656438	Seminole Woods	seminole-woods	US		0	America/New_York	36.29288	-82.3832	522			TN	179		
4656446	Sengtown	sengtown	US		0	America/Chicago	36.61338	-86.43749	261	Perdue,Sengtown,Sington,Singtown		TN	165		
4656454	Sentertown	sentertown	US		0	America/New_York	36.05064	-83.8299	310			TN	093		
4656456	Sentinel Heights	sentinel-heights	US		0	America/New_York	35.50257	-84.99884	279			TN	143		
4656460	Sequatchie College	sequatchie-college	US		0	America/Chicago	35.5109	-85.28552	251	College,College Station,Sequachee,Sequachee College,Sequatchie,Sequatchie College		TN	007		
4656474	Sequoia Grove	sequoia-grove	US		0	America/New_York	35.21257	-84.84772	251			TN	011		
4656475	Sequoia Hills	sequoia-hills	US		0	America/New_York	36.09732	-82.87321	422			TN	059		
4656476	Sequooyah Estates	sequooyah-estates	US		0	America/New_York	36.1637	-83.27767	429			TN	063		
4656484	Sequoyah Estates	sequoyah-estates	US		0	America/New_York	35.50896	-84.38048	310			TN	123		
4656485	Sequoyah Heights	sequoyah-heights	US		0	America/New_York	35.77008	-84.16769	274			TN	009		
4656486	Sequoyah Heights	sequoyah-heights	US		0	America/New_York	36.36566	-82.40348	530			TN	179		
4656487	Sequoyah Hills	sequoyah-hills	US		0	America/New_York	35.19813	-85.15412	225			TN	065		
4656488	Sequoyah Hills	sequoyah-hills	US		0	America/New_York	35.93619	-83.97463	255			TN	093		
4656495	Sequoyah Shores	sequoyah-shores	US		0	America/New_York	35.8473	-84.52882	246			TN	145		
4656500	Serles	serles	US		0	America/Chicago	35.16925	-88.84367	113			TN	069		
4656507	Servilla	servilla	US		0	America/New_York	35.23535	-84.46159	293	Servilla,Springtown,Springtown - Servilla		TN	139		
4656518	Settlers Knob	settlers-knob	US		0	America/Chicago	36.19617	-86.52749	172			TN	189		
4656519	Settlers Point	settlers-point	US		0	America/Chicago	35.94923	-86.94667	207			TN	187		
4656521	Seven (historical)	seven-historical	US		0	America/Chicago	35.27175	-87.2389	248			TN	099		
4656522	Seven Cedars	seven-cedars	US		0	America/New_York	35.34507	-84.53326	282			TN	107		
4656525	Seven Islands	seven-islands	US		0	America/New_York	35.94814	-83.70379	283			TN	093		
4656534	Seven Oaks	seven-oaks	US		0	America/New_York	36.19453	-83.39851	364			TN	063		
4656535	Seven Oaks	seven-oaks	US		0	America/New_York	36.55843	-82.64988	422			TN	073		
4656551	Sevenoaks	sevenoaks	US		0	America/New_York	35.9073	-84.09491	287	Seven Oaks,Sevenoaks		TN	093		
4656553	Sevenmile Hill	sevenmile-hill	US		0	America/Chicago	35.40674	-86.24249	300			TN	031		
4656561	Seventy-Six Estates	seventy-six-estates	US		0	America/Chicago	36.5181	-87.25778	150			TN	125		
4656565	Seventeen Seventysix Estates	seventeen-seventysix-estates	US		0	America/Chicago	36.08784	-86.95195	180			TN	037		
4656574	Sevier Heights	sevier-heights	US		0	America/New_York	35.76508	-83.94296	320			TN	009		
4656576	Sevier Home	sevier-home	US		0	America/New_York	35.89592	-83.87268	266			TN	093		
4656582	Sevier Terrace	sevier-terrace	US		0	America/New_York	36.56343	-82.57237	409			TN	163		
4656602	Sewee	sewee	US		0	America/New_York	35.59229	-84.67911	225			TN	121		
4656617	Sexton	sexton	US		0	America/Chicago	35.04425	-87.2014	203			TN	055		
4656631	Seymour Heights	seymour-heights	US		0	America/New_York	35.87731	-83.76184	352			TN	155		
4656646	Shacklett	shacklett	US		0	America/Chicago	36.12478	-87.09806	149			TN	021		
4656650	Shackle Island	shackle-island	US		2844	America/Chicago	36.3706	-86.61666	158	Montgomery,Shackle Island,Worsham		TN	165		
4657854	Sims Ridge	sims-ridge	US		0	America/Chicago	35.21341	-87.54724	270			TN	099		
4656652	Shaddon Mill	shaddon-mill	US		0	America/New_York	35.60563	-84.17075	263	Pearsons Mill,Shaddens Mill,Shaddon Mill		TN	009		
4656657	Shadow Wood	shadow-wood	US		0	America/New_York	36.01175	-84.03963	307			TN	093		
4656658	Shadowbrook	shadowbrook	US		0	America/Chicago	35.91673	-86.52222	173			TN	149		
4656659	Shadowlawn	shadowlawn	US		0	America/Chicago	35.10537	-90.04815	95			TN	157		
4656661	Shadrick Hill	shadrick-hill	US		0	America/Chicago	35.26786	-85.70275	618			TN	061		
4656662	Shadtown	shadtown	US		0	America/New_York	36.22955	-82.31903	584			TN	171		
4656665	Shady Acres	shady-acres	US		0	America/Chicago	35.46202	-86.07082	320			TN	031		
4656666	Shady Acres	shady-acres	US		0	America/New_York	35.30313	-85.08162	223			TN	065		
4656671	Shady Bluff	shady-bluff	US		0	America/Chicago	36.53977	-87.28362	132			TN	125		
4656694	Shady Grove (historical)	shady-grove-historical	US		0	America/Chicago	35.13203	-87.28057	248			TN	099		
4656764	Shady Grove Shores	shady-grove-shores	US		0	America/New_York	35.25424	-85.11968	229	Shady Grove,Shady Grove Shores		TN	065		
4656765	Shady Hill	shady-hill	US		0	America/Chicago	35.56674	-88.32032	167	Shady Hill,Shadyhill		TN	077		
4656771	Shady Rest	shady-rest	US		0	America/New_York	35.00202	-85.13884	231			TN	065		
4656772	Shady Rest	shady-rest	US		0	America/Chicago	35.71646	-85.7247	295			TN	177		
4656790	Shake Rag	shake-rag	US		0	America/Chicago	35.08008	-85.46607	200			TN	115		
4656799	Shallowford	shallowford	US		0	America/New_York	36.09927	-82.4707	531			TN	171		
4656801	Shallowford Hills	shallowford-hills	US		0	America/New_York	35.05646	-85.17357	231			TN	065		
4656811	Shandy	shandy	US		0	America/Chicago	35.29369	-88.95923	110			TN	069		
4656828	Shanky Branch	shanky-branch	US		0	America/Chicago	36.52756	-85.4983	198			TN	027		
4656842	Shannon Hills	shannon-hills	US		0	America/New_York	35.1809	-85.21468	230			TN	065		
4656848	Shannondale	shannondale	US		0	America/New_York	36.05119	-83.9113	343	Garden Heights,Shannondale		TN	093		
4656867	Sharon Park	sharon-park	US		0	America/Chicago	35.59813	-87.04667	218			TN	119		
4656872	Sharondale	sharondale	US		0	America/Chicago	35.35952	-86.24444	329			TN	031		
4656898	Sharp Estates	sharp-estates	US		0	America/New_York	35.81591	-84.26909	297			TN	105		
4656909	Sharp Place	sharp-place	US		0	America/Chicago	36.50896	-84.82772	520			TN	049		
4656940	Shaver Town	shaver-town	US		0	America/Chicago	36.17228	-86.03888	212			TN	159		
4656969	Shawnette	shawnette	US		0	America/Chicago	35.18397	-87.67113	229			TN	181		
4656972	Shawnee Park	shawnee-park	US		0	America/New_York	35.02785	-85.22773	211			TN	065		
4656990	Shea	shea	US		0	America/New_York	36.23813	-84.32993	396			TN	013		
4657060	Shelby Farms	shelby-farms	US		0	America/Chicago	35.1537	-89.85203	87	Mullins,Shelby Farms		TN	157		
4657082	Shelbyville Mills	shelbyville-mills	US		0	America/Chicago	35.47202	-86.48833	229			TN	003		
4657097	Shell Creek	shell-creek	US		0	America/New_York	36.18929	-82.04262	809	Shell Creek,Shell Creek Station,Shellcreek		TN	019		
4657104	Shellmound (historical)	shellmound-historical	US		0	America/Chicago	34.9973	-85.59163	193			TN	115		
4657112	Shellsford	shellsford	US		0	America/Chicago	35.67285	-85.71165	281	Shellford,Shellsford		TN	177		
4657136	Shelton Estates	shelton-estates	US		0	America/New_York	35.20285	-85.20551	258			TN	065		
4657158	Shenandoah Estates	shenandoah-estates	US		0	America/Chicago	36.1709	-85.43886	348			TN	141		
4657159	Shenandoah Estates	shenandoah-estates	US		0	America/New_York	35.86952	-84.63272	244			TN	145		
4657160	Shenandoah Heights	shenandoah-heights	US		0	America/New_York	36.30511	-82.31792	502			TN	019		
4657161	Shennon Village	shennon-village	US		0	America/Chicago	36.17451	-85.43886	348			TN	141		
4657861	Singleton	singleton	US		0	America/Chicago	35.42896	-86.37222	239			TN	003		
4657182	Shepherd Forest	shepherd-forest	US		0	America/New_York	35.13118	-85.32857	556			TN	065		
4657183	Shepherd Hills	shepherd-hills	US		0	America/Chicago	36.19673	-85.51664	333			TN	141		
4657187	Shepp	shepp	US		0	America/Chicago	35.50119	-89.34646	87	Shepp,Sheppard		TN	075		
4657198	Sherril Heights	sherril-heights	US		0	America/New_York	35.50369	-84.38326	298			TN	123		
4657204	Sherrilltown	sherrilltown	US		0	America/Chicago	36.04895	-86.20277	245			TN	189		
4657217	Sherwood Estates	sherwood-estates	US		0	America/New_York	36.03452	-84.14158	287			TN	001		
4657218	Sherwood Estates	sherwood-estates	US		0	America/New_York	36.21065	-83.22267	409			TN	063		
4657219	Sherwood Estates	sherwood-estates	US		0	America/Chicago	36.18756	-85.52164	335			TN	141		
4657220	Sherwood Farm	sherwood-farm	US		0	America/Chicago	35.92229	-85.07357	580			TN	035		
4657221	Sherwood Forest	sherwood-forest	US		0	America/New_York	35.11202	-84.85355	269			TN	011		
4657222	Sherwood Forest	sherwood-forest	US		0	America/Chicago	36.22283	-86.59583	167			TN	037		
4657223	Sherwood Forest	sherwood-forest	US		0	America/New_York	35.74397	-83.99046	297			TN	009		
4657224	Sherwood Forest	sherwood-forest	US		0	America/Chicago	36.60727	-87.42362	139			TN	125		
4657225	Sherwood Forest	sherwood-forest	US		0	America/New_York	36.32399	-82.38597	538			TN	179		
4657233	Sheybogan	sheybogan	US		0	America/Chicago	35.75313	-86.0536	361	Mooretown,Sheybogan,Smiths Grove		TN	015		
4657376	Shipetown	shipetown	US		0	America/New_York	36.07453	-83.76296	330			TN	093		
4657414	Shirleyton	shirleyton	US		0	America/Chicago	35.23674	-85.49524	203			TN	115		
4657447	Shofner	shofner	US		0	America/Chicago	36.40284	-88.98117	94			TN	131		
4657455	Shooks Gap	shooks-gap	US		0	America/New_York	35.88425	-83.79212	319			TN	009		
4657459	Shooks	shooks	US		0	America/New_York	35.9137	-83.82851	271			TN	093		
4657474	Shop Springs	shop-springs	US		0	America/Chicago	36.12783	-86.21221	212	Shop Spring,Shop Springs,Shopspring,Tubtown		TN	189		
4657476	Shore Acres	shore-acres	US		0	America/New_York	35.31229	-85.07718	225			TN	065		
4657571	Shouns	shouns	US		0	America/New_York	36.4454	-81.79956	702	Shawns Cross Roads,Shoun Crossroads,Shouns,Shouns Cross Roads,Shouns Crossroads,Shouns Station,Showns Cross Roads		TN	091		
4657609	Siam	siam	US		0	America/New_York	36.34789	-82.15013	480			TN	019		
4657620	Sideview (historical)	sideview-historical	US		0	America/Chicago	36.44588	-86.3611	178			TN	165		
4657627	Siglo	siglo	US		0	America/Chicago	35.58729	-87.12945	198			TN	119		
4657631	Signal Hills	signal-hills	US		0	America/New_York	35.09896	-85.33301	209			TN	065		
4657650	Signal Terrace	signal-terrace	US		0	America/New_York	35.14257	-85.32857	593			TN	065		
4657665	Silica	silica	US		0	America/New_York	36.32369	-84.24326	349			TN	013		
4657669	Sill (historical)	sill-historical	US		0	America/New_York	36.2873	-83.89547	313	Hitches Store,Sill (historical)		TN	173		
4657682	Silvacola	silvacola	US		0	America/New_York	36.57288	-82.38209	433	Silvacola,Silvicola		TN	163		
4657689	Silver Hill	silver-hill	US		0	America/Chicago	36.00145	-86.36721	190	Silver Hill,Silverhill		TN	149		
4657700	Silver Ridge	silver-ridge	US		0	America/New_York	35.79647	-84.28325	295	Hurricane,Silver Ridge		TN	105		
4657719	Silvertop	silvertop	US		0	America/Chicago	36.20589	-87.65835	161			TN	083		
4657765	Simmons Chapel	simmons-chapel	US		0	America/Chicago	35.71896	-86.08749	371			TN	015		
4657823	Simpsons	simpsons	US		0	America/Chicago	35.91257	-85.4997	302			TN	185		
4657851	Sims Spring	sims-spring	US		0	America/Chicago	35.51091	-86.61583	220			TN	003		
4657862	Singleton	singleton	US		0	America/New_York	35.85842	-83.97491	258	Singleton,Singleton Station		TN	009		
4657870	Sink (historical)	sink-historical	US		0	America/New_York	35.41813	-84.28936	267			TN	123		
4657903	Sinking Creek	sinking-creek	US		0	America/New_York	36.32788	-82.30541	466			TN	019		
4657944	Sirenburg (historical)	sirenburg-historical	US		0	America/New_York	36.01927	-82.97876	447	Sirenburg (historical),Sirenburgh		TN	059		
4657965	Sixmile	sixmile	US		0	America/New_York	35.65981	-83.96185	298	Six Mile,Sixmile		TN	009		
4657989	Skaggston	skaggston	US		0	America/New_York	36.08758	-83.7599	302			TN	093		
4658005	Skiles (historical)	skiles-historical	US		0	America/Chicago	35.43229	-85.22802	585			TN	007		
4658018	Skinem	skinem	US		0	America/Chicago	35.09064	-86.58861	305			TN	103		
4658024	Skinner Crossroad	skinner-crossroad	US		0	America/New_York	36.17926	-83.07988	337			TN	059		
4658043	Skullbone	skullbone	US		0	America/Chicago	36.08395	-88.76117	119	North Gibson,Skin Bone,Skullbone		TN	053		
4658059	Skyline Heights	skyline-heights	US		0	America/New_York	36.32288	-82.40125	516			TN	179		
4658061	Skyline Park	skyline-park	US		0	America/New_York	35.14868	-85.32552	595			TN	065		
4658067	Skyview Estates	skyview-estates	US		0	America/New_York	36.58066	-82.55404	468			TN	163		
4658068	Slab Town (historical)	slab-town-historical	US		0	America/Chicago	35.04786	-88.25254	125			TN	071		
4658069	Slabtown	slabtown	US		0	America/New_York	35.61813	-84.81856	226			TN	143		
4658100	Slate Springs	slate-springs	US		0	America/Chicago	36.03146	-84.97051	576			TN	035		
4658111	Slatestone	slatestone	US		0	America/New_York	36.18591	-84.19631	309			TN	001		
4658120	Slaughter (historical)	slaughter-historical	US		0	America/New_York	36.44538	-82.54487	470			TN	163		
4658171	Slick Rock	slick-rock	US		0	America/New_York	36.30397	-84.50438	369			TN	151		
4658194	Sligo (historical)	sligo-historical	US		0	America/Chicago	35.96673	-85.71193	239			TN	041		
4658226	Sloanville	sloanville	US		0	America/Chicago	35.35342	-89.95314	81			TN	157		
4658246	Smarden	smarden	US		0	America/Chicago	35.8334	-87.08362	312			TN	187		
4658399	Smith Chapel	smith-chapel	US		0	America/Chicago	35.96395	-85.24163	610			TN	035		
4658405	Smith Chapel	smith-chapel	US		0	America/Chicago	36.5445	-85.83553	282			TN	111		
4658503	Smith Shoals Subdivision	smith-shoals-subdivision	US		0	America/New_York	36.45899	-82.46209	409			TN	163		
4658507	Smith Springs	smith-springs	US		0	America/Chicago	36.08756	-86.60388	155			TN	037		
4658510	Smith Subdivision	smith-subdivision	US		0	America/Chicago	35.18647	-86.93056	224			TN	055		
4658524	Smiths Fork (historical)	smiths-fork-historical	US		0	America/Chicago	35.25702	-88.07225	146	Smiths Fork (historical),Smiths Forks		TN	071		
4658546	Smithwood	smithwood	US		0	America/New_York	36.02786	-83.92213	306			TN	093		
4658552	Smoke Rise	smoke-rise	US		0	America/New_York	35.83146	-84.7055	263			TN	145		
4658554	Smokerise	smokerise	US		0	America/New_York	36.17509	-83.39156	403			TN	063		
4658562	Smoky Junction	smoky-junction	US		0	America/New_York	36.2873	-84.36299	397	Smokey,Smoky Junction		TN	151		
4658586	Smoky View Estates	smoky-view-estates	US		0	America/New_York	35.76369	-84.03907	306			TN	009		
4658622	Smyrna Road Homes	smyrna-road-homes	US		0	America/Chicago	36.02006	-86.77028	223			TN	187		
4658681	Sneed Forest Estates	sneed-forest-estates	US		0	America/Chicago	36.02284	-86.8925	212			TN	187		
4658682	Sneed Glen	sneed-glen	US		0	America/Chicago	36.03256	-86.93195	198			TN	187		
4658685	Snell (historical)	snell-historical	US		0	America/Chicago	35.8434	-86.54166	197	Lizzards Station,Snell (historical)		TN	149		
4658691	Snider	snider	US		0	America/Chicago	36.62144	-87.9128	158			TN	161		
4658692	Snider (historical)	snider-historical	US		0	America/Chicago	36.05978	-88.23754	125			TN	017		
4658702	Snodgrass	snodgrass	US		0	America/New_York	36.44536	-83.62574	457			TN	025		
4658729	Snow Mayberry Subdivision	snow-mayberry-subdivision	US		0	America/Chicago	36.17451	-85.5847	317			TN	141		
4658733	Snows Hill	snows-hill	US		0	America/Chicago	35.98423	-85.87665	346	Blend,Snow Hill,Snows Hill		TN	041		
4658754	Soddy	soddy	US		0	America/New_York	35.28868	-85.16662	229	Rathburn,Soddy		TN	065		
4658760	Soddy Lake Heights	soddy-lake-heights	US		0	America/New_York	35.27813	-85.13579	246			TN	065		
4658777	Solitude Acres	solitude-acres	US		0	America/Chicago	36.30366	-86.73666	169			TN	037		
4658815	Sopha (historical)	sopha-historical	US		0	America/Chicago	35.66534	-85.52136	561	Sopha (historical),Sophia		TN	175		
4658818	Sorby (historical)	sorby-historical	US		0	America/Chicago	35.30286	-87.88197	154			TN	181		
4658837	South Brainerd	south-brainerd	US		0	America/New_York	35.01119	-85.2344	210			TN	065		
4658839	South Berlin	south-berlin	US		0	America/Chicago	35.50063	-86.83667	242			TN	117		
4658841	South Carthage	south-carthage	US		1334	America/Chicago	36.242	-85.95193	155			TN	159		
4658856	South Clinton	south-clinton	US		0	America/New_York	36.07202	-84.13325	266			TN	001		
4658861	South Cleveland	south-cleveland	US		6912	America/New_York	35.14119	-84.87217	282	Cleveland South,South Cleveland		TN	011		
4658863	South Creek	south-creek	US		0	America/Chicago	36.09895	-85.50748	288			TN	141		
4658872	South Dyersburg	south-dyersburg	US		0	America/Chicago	36.01952	-89.39118	82			TN	045		
4658957	South Gate Village	south-gate-village	US		0	America/New_York	36.30344	-82.32764	502			TN	179		
4658959	South Hall	south-hall	US		0	America/New_York	35.77703	-83.98268	269			TN	009		
4658970	South Hills	south-hills	US		0	America/New_York	35.68342	-84.01241	310			TN	009		
4658971	South Hills	south-hills	US		0	America/Chicago	35.92923	-85.00496	562			TN	035		
4658979	South Harriman	south-harriman	US		0	America/New_York	35.92063	-84.5641	270			TN	145		
4658984	South Knoxville	south-knoxville	US		0	America/New_York	35.94314	-83.89879	274			TN	093		
4658989	South Liberty	south-liberty	US		0	America/New_York	35.36341	-84.62688	247			TN	107		
4658996	South Mapleton Hills	south-mapleton-hills	US		0	America/New_York	35.2298	-84.84856	232			TN	011		
4659032	South Rolling Hills	south-rolling-hills	US		0	America/New_York	35.19368	-84.90272	230			TN	011		
4659048	South Tunnel	south-tunnel	US		0	America/Chicago	36.48032	-86.4661	254			TN	165		
4659049	South View Estates	south-view-estates	US		0	America/New_York	35.68258	-83.97018	333			TN	009		
4659054	Southall	southall	US		0	America/Chicago	35.89256	-86.92639	224	Southall,Southhall		TN	187		
4659057	Southbrook	southbrook	US		0	America/New_York	35.91258	-83.88657	281			TN	093		
4659058	Southcrest Subdivision	southcrest-subdivision	US		0	America/Chicago	35.07592	-86.56805	300			TN	103		
4659062	Southern Aire	southern-aire	US		0	America/Chicago	35.82534	-86.47499	191			TN	149		
4659069	Southern Heights	southern-heights	US		0	America/New_York	36.19037	-83.29211	444			TN	063		
4659071	Southern Hills	southern-hills	US		0	America/Chicago	35.59007	-87.03417	233			TN	119		
4659073	Southern Meadows	southern-meadows	US		0	America/Chicago	35.90923	-86.55722	174			TN	149		
4659077	Southern View	southern-view	US		0	America/Chicago	36.49172	-87.37084	129			TN	125		
4659082	Southgate Subdivision	southgate-subdivision	US		0	America/Chicago	35.08953	-86.56583	305			TN	103		
4659106	Southtown Village	southtown-village	US		0	America/Chicago	36.11617	-85.50359	317			TN	141		
4659107	Southwest Addition	southwest-addition	US		0	America/New_York	36.30844	-82.3582	505			TN	179		
4659114	Southwind	southwind	US		0	America/Chicago	35.05204	-89.79036	110			TN	157		
4659115	Southwood Estates	southwood-estates	US		0	America/Chicago	35.78979	-86.43444	191			TN	149		
4659131	Spain (historical)	spain-historical	US		0	America/Chicago	35.80479	-88.51061	192	Spain (historical),Spains		TN	077		
4659145	Spanish Grove	spanish-grove	US		0	America/Chicago	35.93228	-88.28116	154			TN	017		
4659149	Spanish Trails	spanish-trails	US		0	America/New_York	35.94869	-84.09158	346			TN	093		
4659180	Sparta Heights	sparta-heights	US		0	America/Chicago	35.9584	-85.05551	547			TN	035		
4659181	Sparta Hills	sparta-hills	US		0	America/Chicago	35.91895	-85.43997	293			TN	185		
4659192	Spears (historical)	spears-historical	US		0	America/New_York	36.36676	-82.99572	330			TN	073		
4659200	Speck	speck	US		0	America/New_York	36.44869	-84.68439	292			TN	151		
4659203	Speck Subdivision	speck-subdivision	US		0	America/Chicago	36.17839	-85.5597	330			TN	141		
4659219	Speiden	speiden	US		0	America/Chicago	35.2098	-86.84334	218			TN	055		
4659243	Spencer Creek Place	spencer-creek-place	US		0	America/Chicago	35.95006	-86.86195	198			TN	187		
4659245	Spencer Hill	spencer-hill	US		0	America/Chicago	35.44869	-87.1639	299			TN	119		
4659256	Spencers Mill	spencers-mill	US		0	America/Chicago	35.98562	-87.23029	216	Parkers Creek,Spencer Mill,Spencers Mill,Spencers Mills		TN	043		
4659300	Spot	spot	US		0	America/Chicago	35.88618	-87.59141	172			TN	081		
4659325	Spout Springs	spout-springs	US		0	America/Chicago	36.42729	-89.30979	98	Spout Springs,Spoutspring		TN	131		
4659398	Spring Creek (historical)	spring-creek-historical	US		0	America/Chicago	36.14895	-86.24249	183			TN	189		
4659517	Spring Place	spring-place	US		0	America/New_York	36.02397	-83.85435	295			TN	093		
4659535	Springcrest	springcrest	US		0	America/New_York	35.20063	-85.21162	248			TN	065		
4659556	Springers Station	springers-station	US		0	America/Chicago	35.13897	-87.38696	290	Carpenters Station,Springers,Springers Station		TN	099		
4659559	Springfield Acres	springfield-acres	US		0	America/New_York	36.52288	-82.20819	479			TN	163		
4659563	Springer Ridge (historical)	springer-ridge-historical	US		0	America/Chicago	35.52646	-87.48891	283			TN	101		
4659582	Springmont	springmont	US		0	America/Chicago	36.22561	-86.57333	180			TN	189		
4659583	Springs Inn Estates	springs-inn-estates	US		0	America/Chicago	36.54866	-87.31917	157			TN	125		
4659640	Squawberry	squawberry	US		0	America/New_York	36.13068	-82.06929	1061			TN	019		
4659647	Squirrel Flat	squirrel-flat	US		0	America/Chicago	36.49062	-84.96939	474			TN	049		
4659669	Staffords Store	staffords-store	US		0	America/Chicago	36.09618	-88.69423	112	Flytown,Staffords Station,Staffords Store		TN	183		
4659670	Staffordtown	staffordtown	US		0	America/New_York	34.99814	-84.38853	487			TN	139		
4659683	Stainville	stainville	US		0	America/New_York	36.2073	-84.3141	405	Ligias,Stainville		TN	001		
4659689	Stakely Mill	stakely-mill	US		0	America/New_York	35.44369	-84.35326	298			TN	123		
4659746	Standingstone	standingstone	US		0	America/Chicago	36.15479	-85.28191	550	Standing Stone,Standingstone		TN	141		
4659760	Stanfill	stanfill	US		0	America/New_York	36.4598	-84.28743	357	Stanfield,Stanfill		TN	013		
4659777	Stanley Junction	stanley-junction	US		0	America/New_York	36.45397	-84.49438	393	Almy,Paint Rock,Stanley Junction		TN	151		
4659804	Star (historical)	star-historical	US		0	America/Chicago	35.09564	-87.65808	230			TN	181		
4659806	Star Point	star-point	US		0	America/Chicago	36.57173	-85.1619	319	Star Point,Starpoint		TN	137		
4659815	Starkey (historical)	starkey-historical	US		0	America/Chicago	35.14175	-87.63725	249			TN	181		
4659821	Starkeytown	starkeytown	US		0	America/New_York	35.73287	-83.57656	464			TN	155		
4659823	Starnes (historical)	starnes-historical	US		0	America/New_York	36.55232	-82.8235	436			TN	073		
4659839	State Line (historical)	state-line-historical	US		0	America/Chicago	34.99593	-89.86675	101			TN	157		
4659862	Statemount (historical)	statemount-historical	US		0	America/New_York	36.2376	-82.73599	488			TN	059		
4659762	Stanley	stanley	US	14561	0	America/Chicago	35.12257	-85.40385	210			TN	115		
4659866	Static	static	US		0	America/Chicago	36.62173	-85.08606	306			TN	137		
4659867	Station Camp (historical)	station-camp-historical	US		0	America/Chicago	36.3981	-86.55944	153			TN	165		
4659875	Station West	station-west	US		0	America/New_York	35.89452	-84.17269	296			TN	093		
4659885	Staunton Mill	staunton-mill	US		0	America/New_York	36.12344	-82.84404	413			TN	059		
4659945	Steeple Chase Farms	steeple-chase-farms	US		0	America/Chicago	36.04395	-86.9075	181			TN	187		
4659947	Steeplechase Meadows	steeplechase-meadows	US		0	America/Chicago	35.72507	-86.40416	208			TN	149		
4659953	Stegall	stegall	US		0	America/Chicago	35.55702	-88.44421	177			TN	077		
4659998	Steppsville	steppsville	US		0	America/Chicago	35.54785	-85.69831	294			TN	177		
4660007	Sterling Park	sterling-park	US		0	America/New_York	35.17646	-85.21329	205			TN	065		
4660024	Stevens Shop (historical)	stevens-shop-historical	US		0	America/Chicago	35.99562	-86.77889	228			TN	187		
4660030	Stewardtown (historical)	stewardtown-historical	US		0	America/New_York	35.02369	-84.35992	512			TN	139		
4660055	Stewart Chapel	stewart-chapel	US		0	America/Chicago	35.80423	-85.88387	342			TN	177		
4660068	Stewart Hill	stewart-hill	US		0	America/New_York	36.30788	-82.50792	546			TN	179		
4660096	Still Brook	still-brook	US		0	America/New_York	36.09869	-83.92713	334			TN	093		
4660172	Stiner Store (historical)	stiner-store-historical	US		0	America/New_York	36.38591	-83.82908	327	Stiner,Stiner Store (historical)		TN	173		
4660174	Stinger	stinger	US		0	America/Chicago	35.95757	-89.57924	79			TN	045		
4660177	Stinking Creek	stinking-creek	US		0	America/New_York	36.50675	-84.14104	373			TN	013		
4660192	Stiversville	stiversville	US		0	America/Chicago	35.4423	-87.04223	240	Starversville,Stiversville,Stiverville		TN	119		
4660195	Stithsville (historical)	stithsville-historical	US		0	America/New_York	36.22176	-83.44907	327			TN	057		
4660199	Stock Creek	stock-creek	US		0	America/New_York	35.87203	-83.89324	260			TN	093		
4660209	Stockton Estates	stockton-estates	US		0	America/Chicago	36.26006	-85.46525	323			TN	141		
4660213	Stockville (historical)	stockville-historical	US		0	America/New_York	36.42869	-83.98492	319			TN	013		
4660237	Stokes Mill	stokes-mill	US		0	America/New_York	36.18036	-83.97741	298			TN	001		
4660242	Stone Bridge (historical)	stone-bridge-historical	US		0	America/Chicago	36.2545	-85.87221	153			TN	159		
4660293	Stonebrook	stonebrook	US		0	America/Chicago	35.81562	-86.44027	188			TN	149		
4660294	Stonebrook	stonebrook	US		0	America/Chicago	35.96312	-86.67139	187			TN	187		
4660296	Stonebrook	stonebrook	US		0	America/New_York	35.95091	-84.05686	323			TN	093		
4660297	Stonehenge Estates	stonehenge-estates	US		0	America/Chicago	35.98673	-86.81944	250			TN	187		
4660299	Stonegate	stonegate	US		0	America/New_York	36.59428	-82.11263	572			TN	163		
4660301	Stoneridge	stoneridge	US		0	America/New_York	35.16729	-85.24496	259			TN	065		
4660309	Stones River Homes	stones-river-homes	US		0	America/Chicago	36.00645	-86.49499	155			TN	149		
4660318	Stonewall Place	stonewall-place	US		0	America/Chicago	35.14676	-90.0137	78			TN	157		
4660320	Stoney Brook	stoney-brook	US		0	America/New_York	36.32177	-82.3218	499			TN	179		
4660369	Storie	storie	US		0	America/Chicago	35.93118	-85.04662	569			TN	035		
4660383	Story Book Acres	story-book-acres	US		0	America/Chicago	36.61894	-87.42445	165			TN	125		
4660420	Stowe Acres	stowe-acres	US		0	America/New_York	36.16177	-82.80987	478			TN	059		
4660423	Stowe Station	stowe-station	US		0	America/New_York	35.87007	-84.5291	236			TN	145		
4660424	Stowers	stowers	US		0	America/New_York	36.23146	-84.81689	469			TN	129		
4660429	Strahl	strahl	US		0	America/New_York	36.35399	-82.95627	368			TN	073		
4660453	Straight Fork	straight-fork	US		0	America/New_York	36.37841	-84.35827	443			TN	151		
4660468	Strathmore (historical)	strathmore-historical	US		0	America/Chicago	35.40008	-87.50974	233			TN	099		
4660476	Strauss Mill	strauss-mill	US		0	America/Chicago	35.5598	-86.12443	334			TN	031		
4660497	Stribling (historical)	stribling-historical	US		0	America/Chicago	36.36894	-87.96947	109			TN	161		
4660499	Strawberry Fields	strawberry-fields	US		0	America/New_York	36.28733	-82.36486	584			TN	179		
4660516	Striggersville	striggersville	US		0	America/New_York	36.44232	-82.99044	365	Caney Creek,Striggersville		TN	073		
4660550	Stryker Village	stryker-village	US		0	America/Chicago	36.63838	-87.44029	168			TN	125		
4660553	Stuart Heights	stuart-heights	US		0	America/New_York	35.09868	-85.28468	263			TN	065		
4660561	Stroudville	stroudville	US		0	America/Chicago	36.48255	-87.10695	191	Stroudsville,Stroudville		TN	147		
4660564	Stubblefields (historical)	stubblefields-historical	US		0	America/Chicago	35.55229	-88.27782	141			TN	077		
4660575	Stump Knob (historical)	stump-knob-historical	US		0	America/New_York	36.31207	-81.96317	597			TN	091		
4660579	Sturbridge Pointe	sturbridge-pointe	US		0	America/Chicago	35.91479	-86.85556	206			TN	187		
4660580	Sturdivant Crossing	sturdivant-crossing	US		0	America/Chicago	35.45258	-89.0659	101			TN	113		
4660586	Suburban Hills	suburban-hills	US		0	America/New_York	35.9148	-84.06797	309			TN	093		
4660587	Suburban Hills	suburban-hills	US		0	America/New_York	35.41063	-84.67744	281			TN	107		
4660590	Suburban Shores	suburban-shores	US		0	America/New_York	35.85285	-84.50271	239			TN	145		
4660596	Suck Creek	suck-creek	US		0	America/Chicago	35.18091	-85.42663	604			TN	115		
4660652	Sugar Creek	sugar-creek	US		0	America/Chicago	36.43534	-85.6247	159	Meagsville,Meigsville,Sugar Creek		TN	087		
4660654	Sugar Creek	sugar-creek	US		0	America/New_York	36.59817	-81.72789	807	Matney,Sugar Creek		TN	091		
4660668	Sugar Forks	sugar-forks	US		0	America/New_York	36.02426	-83.40378	323	Sugar Fork,Sugar Forks		TN	089		
4660689	Sugar Hollow	sugar-hollow	US		0	America/New_York	36.16818	-82.07762	850			TN	019		
4660732	Sugar Tree Knob	sugar-tree-knob	US		0	America/Chicago	35.86534	-85.99582	354			TN	015		
4660759	Sugarlimb	sugarlimb	US		0	America/New_York	35.77091	-84.31048	275	Browder,Sugarlimb		TN	105		
4660780	Sugarville	sugarville	US		0	America/New_York	36.58566	-82.19069	522			TN	163		
4660794	Suggs Creek	suggs-creek	US		0	America/Chicago	36.11867	-86.49527	167	Suggs,Suggs Creek		TN	189		
4660820	Sullivan Gardens	sullivan-gardens	US		0	America/New_York	36.47788	-82.59321	384			TN	163		
4660919	Sulphur Springs (historical)	sulphur-springs-historical	US		0	America/Chicago	35.70146	-88.16893	123	Sulphur Spring,Sulphur Springs (historical)		TN	039		
4660920	Sulphur Springs (historical)	sulphur-springs-historical	US		0	America/Chicago	35.73673	-87.6303	170			TN	081		
4660921	Sulphur Springs (historical)	sulphur-springs-historical	US		0	America/Chicago	35.79396	-87.05195	256	Blackmans Springs,Harpers Springs,Sulphur Springs (historical)		TN	119		
4660948	Sulphura	sulphura	US		0	America/Chicago	36.53893	-86.41277	262			TN	165		
4660952	Sumac	sumac	US		0	America/Chicago	35.24619	-86.94084	279			TN	055		
4660961	Summer Haven	summer-haven	US		0	America/New_York	35.16063	-85.08634	223			TN	065		
4660962	Summer Hills	summer-hills	US		0	America/New_York	36.47371	-82.51515	445			TN	163		
4660964	Summer City	summer-city	US		0	America/Chicago	35.57424	-85.11607	599			TN	007		
4660999	Summey Subdivision	summey-subdivision	US		0	America/New_York	36.15288	-82.79626	467			TN	059		
4661007	Summit Hills	summit-hills	US		0	America/New_York	35.76953	-83.98407	264			TN	009		
4661034	Sumpter (historical)	sumpter-historical	US		0	America/New_York	36.49733	-82.29375	435			TN	163		
4661035	Sumter Hills	sumter-hills	US		0	America/New_York	36.12786	-83.93186	408			TN	093		
4661049	Sunkist Beach	sunkist-beach	US		0	America/Chicago	36.35257	-89.45257	87	Sun Kist Beach,Sunkist Beach		TN	095		
4661051	Sunny Brook	sunny-brook	US		0	America/New_York	36.54538	-82.22875	450	Sunny Brook,Sunnybrook Number One		TN	163		
4661055	Sunny Hills	sunny-hills	US		0	America/New_York	36.56594	-82.25264	500			TN	163		
4661059	Sunny Slope	sunny-slope	US		0	America/Chicago	35.79451	-86.0986	219			TN	015		
4661065	Sunnycrest	sunnycrest	US		0	America/New_York	35.90646	-84.55966	269			TN	145		
4661067	Sunnyhill	sunnyhill	US		0	America/Chicago	35.5348	-89.24923	122	Sunny Hill,Sunnyhill		TN	075		
4661079	Sunnyside Estates	sunnyside-estates	US		0	America/Chicago	36.02228	-86.87639	220			TN	187		
4661093	Sunrise	sunrise	US		0	America/Chicago	35.68313	-87.43974	177	Sun Rise,Sunrise		TN	081		
4661094	Sunrise	sunrise	US		0	America/New_York	36.07314	-83.79129	305	Chesterfield,Sunrise		TN	093		
4661095	Sunrise	sunrise	US		0	America/Chicago	36.57005	-85.89776	286			TN	111		
4661113	Sunrise Valley	sunrise-valley	US		0	America/New_York	36.53816	-82.40042	522			TN	163		
4661116	Sunnybrook Number Two	sunnybrook-number-two	US		0	America/New_York	36.55427	-82.22958	483			TN	163		
4661119	Sunset Acres	sunset-acres	US		0	America/Chicago	35.96756	-86.69694	212	Sunset Acres,Sunset Estates		TN	187		
4661120	Sunset Acres	sunset-acres	US		0	America/New_York	36.1401	-82.85626	463			TN	059		
4661127	Sunset Gap	sunset-gap	US		0	America/New_York	35.85843	-83.28266	418			TN	029		
4661130	Sunset Hills	sunset-hills	US		0	America/New_York	36.19926	-83.34545	410	Sunset Hill,Sunset Hills		TN	063		
4661131	Sunset Hills	sunset-hills	US		0	America/New_York	36.51121	-82.51459	409	Sunset Hill,Sunset Hills		TN	163		
4661139	Sunset Terrace	sunset-terrace	US		0	America/Chicago	35.95562	-85.04718	547			TN	035		
4661140	Sunset View	sunset-view	US		0	America/New_York	35.7473	-83.98879	292			TN	009		
4661141	Sunset View	sunset-view	US		0	America/New_York	35.4223	-84.57438	296			TN	107		
4661147	Suntree Subdivision	suntree-subdivision	US		0	America/Chicago	36.212	-85.47359	347			TN	141		
4661173	Susong	susong	US		0	America/New_York	36.17204	-83.19239	321			TN	063		
4661230	Swan Bluff	swan-bluff	US		0	America/Chicago	35.71424	-87.42862	155	Swan Bluff,Swanbluff		TN	081		
4661246	Swan Lake Village	swan-lake-village	US		0	America/Chicago	36.54671	-87.28806	151			TN	125		
4661257	Swanay (historical)	swanay-historical	US		0	America/New_York	36.34399	-82.69849	465			TN	059		
4661261	Swann	swann	US		0	America/New_York	36.00843	-83.36322	342			TN	089		
4661274	Swannsylvania	swannsylvania	US		0	America/New_York	36.01676	-83.31155	322			TN	089		
4661312	Sweet Lips	sweet-lips	US		0	America/Chicago	35.40841	-88.52227	178	Sweet Lips,Sweetlips		TN	023		
4661322	Sweetens Cove	sweetens-cove	US		0	America/Chicago	35.05425	-85.74108	190	Sweden Cove,Sweetens Cove		TN	115		
4661323	Sweetgum	sweetgum	US		0	America/Chicago	35.7934	-85.40914	268	Sweet Gum,Sweetgum		TN	175		
4661333	Sweeton Hill	sweeton-hill	US		0	America/Chicago	35.33452	-85.71747	609			TN	061		
4661390	Sycamore (historical)	sycamore-historical	US		0	America/New_York	36.3887	-83.52629	333			TN	025		
4661436	Sycamore Spring	sycamore-spring	US		0	America/New_York	36.23481	-83.57074	367			TN	057		
4661438	Sycamore Swamp	sycamore-swamp	US		0	America/Chicago	35.07731	-86.39305	291			TN	103		
4661440	Sycamore Valley	sycamore-valley	US		0	America/Chicago	36.51728	-85.92804	269			TN	111		
4661454	Sylco	sylco	US		0	America/New_York	35.03397	-84.59854	333			TN	139		
4661462	Sylvan Heights	sylvan-heights	US		0	America/Chicago	35.17648	-90.01731	73			TN	157		
4661501	Tabernacle	tabernacle	US		0	America/Chicago	35.52258	-89.57702	98			TN	167		
4661502	Tabor (historical)	tabor-historical	US		0	America/New_York	35.72285	-84.63494	260			TN	145		
4661514	Tackett Creek	tackett-creek	US		0	America/New_York	36.53897	-84.00798	333			TN	013		
4661570	Talley	talley	US		0	America/Chicago	35.35646	-86.68333	250	New Hope,Talley		TN	117		
4661594	Talley Place	talley-place	US		0	America/New_York	35.04174	-85.21773	206			TN	065		
4661607	Talome (historical)	talome-historical	US		0	America/Chicago	35.84868	-86.02777	229			TN	015		
4661616	Tan Rara Oesta	tan-rara-oesta	US		0	America/New_York	35.88286	-84.1138	290			TN	093		
4661621	Tanbark (historical)	tanbark-historical	US		0	America/Chicago	35.66229	-85.01384	548			TN	007		
4661626	Tanglewood	tanglewood	US		0	America/Chicago	36.27533	-85.98777	164			TN	159		
4661627	Tanglewood	tanglewood	US		0	America/Chicago	36.14062	-85.51887	341			TN	141		
4661628	Tanglewood	tanglewood	US		0	America/New_York	36.33066	-82.37403	519			TN	179		
4661630	Tanglewood Estates	tanglewood-estates	US		0	America/New_York	36.15121	-82.80932	458			TN	059		
4661657	Tantallon	tantallon	US		0	America/Chicago	35.10175	-85.93498	260	Tantallon,Tantalon,Tantelon		TN	051		
4661663	Tanyard (historical)	tanyard-historical	US		0	America/Chicago	35.16731	-89.22701	165			TN	047		
4661692	Tara Estates	tara-estates	US		0	America/New_York	35.77286	-83.91018	298			TN	009		
4661693	Tara Estates	tara-estates	US		0	America/Chicago	35.38508	-86.19916	325			TN	031		
4661694	Tara Estates	tara-estates	US		0	America/Chicago	36.17506	-85.57359	309			TN	141		
4661726	Tarrytown Estates	tarrytown-estates	US		0	America/Chicago	35.94756	-86.52916	168			TN	149		
4661727	Tarsus	tarsus	US		0	America/Chicago	36.42366	-87.53918	182			TN	125		
4661735	Tasso	tasso	US		0	America/New_York	35.21174	-84.80411	248	Chatata,Chatata Station,Chateetee,Tasso		TN	011		
4661738	Tasso Heights	tasso-heights	US		0	America/New_York	35.21118	-84.81161	274			TN	011		
4661741	Tate (historical)	tate-historical	US		0	America/Chicago	36.20505	-86.53333	159			TN	189		
4661767	Tate Springs	tate-springs	US		0	America/New_York	36.34009	-83.34573	341	Tate Spring,Tate Springs		TN	057		
4661776	Tater Peeler (historical)	tater-peeler-historical	US		0	America/Chicago	36.10034	-86.2761	224			TN	189		
4661780	Tatesville	tatesville	US		0	America/Chicago	35.36674	-85.56108	550	Tates Village,Tatesville		TN	061		
4661792	Tatumville	tatumville	US		0	America/Chicago	36.04257	-89.19424	89			TN	045		
4661804	Taylor Acres	taylor-acres	US		0	America/New_York	36.18177	-82.78543	484			TN	059		
4661886	Taylor Creek West Subdivision	taylor-creek-west-subdivision	US		0	America/Chicago	35.25842	-86.13999	297			TN	051		
4661887	Taylor Crossroads	taylor-crossroads	US		0	America/Chicago	35.64674	-86.56999	229	Browns Store,Licklizzard,Taylor Crossroads		TN	003		
4661888	Taylor Crossroads	taylor-crossroads	US		0	America/Chicago	36.202	-87.4389	255	Taylor Crossroads,Taylors Cross Roads		TN	043		
4661891	Taylor Estates	taylor-estates	US		0	America/New_York	36.20204	-83.36323	403			TN	063		
4661895	Taylor Hill	taylor-hill	US		0	America/New_York	35.48118	-85.0269	223			TN	143		
4661897	Taylor Creek East Subdivision	taylor-creek-east-subdivision	US		0	America/Chicago	35.26175	-86.13332	290			TN	051		
4661912	Taylor Mill	taylor-mill	US		0	America/New_York	36.31427	-82.57015	465			TN	179		
4661936	Taylors Chapel	taylors-chapel	US		0	America/Chicago	35.92646	-85.16885	571			TN	035		
4661943	Taylors Crossing	taylors-crossing	US		0	America/Chicago	35.52479	-88.25226	135			TN	077		
4661944	Taylors Crossroads	taylors-crossroads	US		0	America/Chicago	36.51062	-85.25246	305	Taylors Cross Roads,Taylors Crossroads		TN	133		
4661958	Taylortown	taylortown	US		0	America/Chicago	36.12756	-87.2014	238	Taylor Town,Taylortown		TN	043		
4661959	Taylortown	taylortown	US		0	America/Chicago	35.14675	-86.22304	296			TN	051		
4661960	Taylortown	taylortown	US		0	America/Chicago	35.93256	-87.72947	120			TN	085		
4661961	Taylortown	taylortown	US		0	America/Chicago	35.19925	-86.75444	207			TN	103		
4661976	Teal (historical)	teal-historical	US		0	America/Chicago	35.55285	-86.0886	320			TN	031		
4661992	Tee Lee Heights	tee-lee-heights	US		0	America/New_York	35.73175	-83.99157	317			TN	009		
4662000	Tellassee (historical)	tellassee-historical	US		0	America/New_York	35.50564	-84.00018	266	Tahlasi,Talasi,Talassee,Tallase,Tallassee,Tallassee Old Town,Telassee,Tellassee (historical)		TN	009		
4662001	Tellico Beach	tellico-beach	US		0	America/New_York	35.35508	-84.26686	271			TN	123		
4662008	Tellico Hills	tellico-hills	US		0	America/New_York	35.46424	-84.58688	292			TN	107		
4662029	Temperance Hall	temperance-hall	US		0	America/Chicago	36.08395	-85.90082	179	Temperance Hall,Temperance Hill		TN	041		
4662032	Temple Acres	temple-acres	US		0	America/New_York	36.10036	-83.92519	335			TN	093		
4662056	Temple Hill	temple-hill	US		0	America/New_York	36.08761	-82.48597	541			TN	171		
4662059	Temple Hills Country Club Estates	temple-hills-country-club-estates	US		0	America/Chicago	36.02701	-86.94722	200			TN	187		
4662077	Templow	templow	US		0	America/Chicago	36.43588	-86.23693	210			TN	169		
4662089	Tench	tench	US		0	America/Chicago	36.3459	-84.91801	497			TN	049		
4662097	Tennessee (historical)	tennessee-historical	US		0	America/New_York	35.55008	-84.1313	248	Tanasee,Tanasi,Tanassee,Tannasee,Tannassi,Tannassie,Tenasse,Tenassee,Tenessee,Tenisee,Tennessee (historical),Tensee,Tunasee,Tunissee		TN	047		
4662109	Tennessee City	tennessee-city	US		0	America/Chicago	36.09312	-87.51474	251	Gillem,Gillems Station,Tennessee City		TN	043		
4662120	Tennessee Hills	tennessee-hills	US		0	America/New_York	36.53621	-82.23986	448			TN	163		
4662122	Tennemo	tennemo	US		0	America/Chicago	36.1609	-89.56897	82	Moon,Tennemo		TN	045		
4662155	Tennessee Towne (historical)	tennessee-towne-historical	US		0	America/Chicago	36.09506	-86.92528	166			TN	037		
4662177	Terrace View	terrace-view	US		0	America/New_York	35.75091	-84.7255	235			TN	145		
4662208	Terry Estates	terry-estates	US		0	America/Chicago	35.17952	-87.04834	212			TN	055		
4662210	Terry Creek	terry-creek	US		0	America/New_York	36.43869	-84.3116	372			TN	013		
4662214	Terry Subdivision	terry-subdivision	US		0	America/Chicago	36.16867	-85.4847	328			TN	141		
4662220	Tevis	tevis	US		0	America/New_York	35.4973	-84.31242	284			TN	123		
4662229	Texas Settlement (historical)	texas-settlement-historical	US		0	America/New_York	35.75093	-83.31238	688			TN	155		
4662242	Tharpe	tharpe	US		0	America/Chicago	36.57366	-87.93447	117			TN	161		
4662261	The Colonies	the-colonies	US		0	America/New_York	36.20093	-83.27072	446			TN	063		
4662265	The Crossroads	the-crossroads	US		0	America/Chicago	35.0523	-85.84164	551			TN	115		
4662277	The Lowlands	the-lowlands	US		0	America/Chicago	36.17228	-85.49164	339			TN	141		
4662279	The Maples	the-maples	US		0	America/Chicago	36.30922	-86.58694	159			TN	165		
4662280	The Meadows	the-meadows	US		0	America/Chicago	35.98201	-85.20052	562			TN	035		
4662281	The Meadows	the-meadows	US		0	America/New_York	36.20454	-83.35795	409			TN	063		
4662287	The Village	the-village	US		0	America/Chicago	35.12009	-89.92176	95			TN	157		
4662288	The Wye	the-wye	US		0	America/New_York	36.2148	-84.16603	264	The Wye,The Y		TN	001		
4662289	The Y	the-y	US		0	America/New_York	36.30011	-82.38209	523	Embreeville Junction,The Y		TN	179		
4662292	Theresa Heights	theresa-heights	US		0	America/New_York	35.11396	-85.17023	224			TN	065		
4662294	Theta	theta	US		0	America/Chicago	35.77868	-87.05028	306	Baker White Stand,Theta,Walnut Ridge		TN	119		
4662303	Thick	thick	US		0	America/Chicago	35.65896	-86.73416	219			TN	117		
4662315	Third Creek	third-creek	US		0	America/New_York	35.97036	-84.00324	322			TN	093		
4662320	Thom (historical)	thom-historical	US		0	America/New_York	36.48205	-82.36792	452			TN	163		
4662323	Thomas Addition	thomas-addition	US		0	America/New_York	36.5751	-82.55043	431			TN	163		
4662368	Thomas Heights	thomas-heights	US		0	America/New_York	36.54177	-82.4757	551			TN	163		
4662389	Thomas Springs	thomas-springs	US		0	America/Chicago	35.8459	-85.21385	551			TN	035		
4662393	Thomas Town (historical)	thomas-town-historical	US		0	America/Chicago	35.80701	-85.97665	352			TN	015		
4662471	Thompson Crossroads	thompson-crossroads	US		0	America/Chicago	35.26202	-88.0492	219	Thompson Crossroads,Thompsons Store		TN	071		
4662507	Thompson Mill	thompson-mill	US		0	America/New_York	36.58286	-83.36851	360			TN	067		
4662514	Thompsons Crossroads	thompsons-crossroads	US		0	America/Chicago	36.15006	-87.53168	231	Thompson Cross Road,Thompson Crossroads,Thompsons Crossroads		TN	043		
4662519	Thompson's Station	thompson-s-station	US		3801	America/Chicago	35.80201	-86.91139	244	Thompson Station,Thompson's Station,Thompsons,Thompsons Station		TN	187		
4662521	Thompsons Store	thompsons-store	US		0	America/Chicago	36.60673	-85.42274	315	Crossroads Store,Thompsons Store		TN	027		
4662523	Thorn Grove	thorn-grove	US		0	America/New_York	36.00453	-83.69323	305	Thorn Grove,Thorngrove		TN	093		
4662571	Three Mountains	three-mountains	US		0	America/New_York	36.24733	-82.26375	608			TN	019		
4662577	Three Point	three-point	US		0	America/Chicago	35.69258	-89.6998	86			TN	097		
4662579	Three Points	three-points	US		0	America/New_York	36.06342	-83.77101	285			TN	093		
4662580	Three Points	three-points	US		0	America/New_York	35.51119	-84.20686	251	Povo,Three Points		TN	123		
4662587	Three Way	three-way	US		1681	America/Chicago	35.7759	-88.8595	132			TN	113		
4662606	Thula	thula	US		0	America/New_York	36.16371	-83.0896	340			TN	059		
4662632	Thyatira (historical)	thyatira-historical	US		0	America/Chicago	35.7459	-86.18388	237			TN	015		
4662635	Tibbs	tibbs	US		0	America/Chicago	35.69869	-89.34702	102			TN	075		
4662643	Tidwell	tidwell	US		0	America/Chicago	36.01201	-87.33501	265	Tidwell,Tidwell Switch		TN	043		
4662644	Tidwell	tidwell	US		0	America/Chicago	35.93201	-87.21918	284			TN	081		
4662667	Tiftonia	tiftonia	US		0	America/New_York	35.02035	-85.36607	203	Tiftona,Tiftonia		TN	065		
4662305	Theodore	theodore	US	36582	0	America/Chicago	35.55507	-87.5403	293			TN	101		
4662673	Tiger Tail	tiger-tail	US		0	America/Chicago	35.93619	-89.5798	79	Tiger,Tiger Tail,Tigertail		TN	045		
4662674	Tiger Valley	tiger-valley	US		0	America/New_York	36.22845	-82.18652	619	Rip Shin,Ripshin,Simerly,Tiger Valley		TN	019		
4662676	Tigertown	tigertown	US		0	America/New_York	36.19565	-83.27934	415			TN	063		
4662706	Timber Hills	timber-hills	US		0	America/New_York	35.11257	-84.88744	307			TN	011		
4662709	Timber Line Estates	timber-line-estates	US		0	America/New_York	36.08452	-83.9688	383			TN	093		
4662712	Timber Ridge	timber-ridge	US		0	America/New_York	36.11954	-82.93932	390	Timber Ridge,Timberridge		TN	059		
4662714	Timber Ridge	timber-ridge	US		0	America/New_York	36.29511	-82.44237	561			TN	179		
4662716	Timbercrest	timbercrest	US		0	America/New_York	36.27092	-83.32712	340			TN	063		
4662717	Timbercrest	timbercrest	US		0	America/New_York	35.95258	-84.01213	288	Knox,Timbercrest		TN	093		
4662725	Timberland Estates	timberland-estates	US		0	America/Chicago	35.91534	-85.12441	562			TN	035		
4662728	Timberlinks	timberlinks	US		0	America/New_York	35.13007	-85.3469	551	Timberlink,Timberlinks		TN	065		
4662732	Timesville	timesville	US		0	America/New_York	35.15507	-85.33107	538			TN	065		
4662736	Timothy	timothy	US		0	America/Chicago	36.48923	-85.40691	325			TN	133		
4662738	Timberwick	timberwick	US		0	America/New_York	35.15646	-85.23885	224			TN	065		
4662747	Tin Cup	tin-cup	US		0	America/Chicago	36.04562	-88.10059	142			TN	005		
4662749	Tinch (historical)	tinch-historical	US		0	America/Chicago	36.27118	-84.88023	463			TN	049		
4662769	Tip Top	tip-top	US		0	America/Chicago	36.53894	-87.89669	143	Tip Top,Tiptop		TN	161		
4662773	Tiprell	tiprell	US		0	America/New_York	36.58258	-83.6788	385			TN	025		
4662816	Tiptop	tiptop	US		0	America/Chicago	35.6434	-85.21774	612			TN	007		
4662832	Tobaccoport	tobaccoport	US		0	America/Chicago	36.64227	-87.89002	115	Tobacco Port,Tobaccoport		TN	161		
4662882	Todd Town	todd-town	US		0	America/Chicago	35.88701	-85.22274	505	Doddstown,Pilot Knob,Todd Town		TN	035		
4662897	Tolbertsville (historical)	tolbertsville-historical	US		0	America/Chicago	35.70701	-86.1761	238			TN	015		
4662916	Tolley Town	tolley-town	US		0	America/New_York	36.19067	-82.21791	810			TN	019		
4662949	Tom Town	tom-town	US		0	America/New_York	35.84538	-83.01654	522			TN	029		
4662961	Tommotley (historical)	tommotley-historical	US		0	America/New_York	35.57036	-84.18603	248	Delamatne,Little Tamoethly,Tamahle,Tamali,Tamanchly,Tomattly,Tommotley (historical)		TN	123		
4662976	Toms Creek (historical)	toms-creek-historical	US		0	America/Chicago	35.7534	-87.98892	132			TN	135		
4662992	Toomy	toomy	US		0	America/New_York	36.46702	-84.59438	385			TN	151		
4663002	Topside	topside	US		0	America/New_York	35.87592	-83.95963	261			TN	093		
4663003	Topsy	topsy	US		0	America/Chicago	35.42563	-87.70308	216			TN	181		
4663004	Toqua	toqua	US		0	America/New_York	35.56369	-84.19436	250			TN	123		
4663005	Toqua (historical)	toqua-historical	US		0	America/New_York	35.56814	-84.17408	248	Jaco,Toco,Toka,Tokee,Toqua (historical),Toquah,Toquo		TN	123		
4663015	Torbet	torbet	US		0	America/Chicago	35.35674	-85.62831	585			TN	061		
4663023	Tottys Bend	tottys-bend	US		0	America/Chicago	35.78451	-87.3689	211	Tottys,Tottys Bend		TN	081		
4663038	Towering Heights	towering-heights	US		0	America/Chicago	35.48286	-89.94481	129			TN	167		
4663040	Towee Falls (historical)	towee-falls-historical	US		0	America/New_York	35.25258	-84.37354	496			TN	123		
4663043	Town Acres	town-acres	US		0	America/New_York	36.15899	-82.80849	465			TN	059		
4663052	Town Branch Estates	town-branch-estates	US		0	America/Chicago	35.96312	-85.01607	548			TN	035		
4663070	Town Park Estates	town-park-estates	US		0	America/Chicago	36.0995	-86.66694	191			TN	037		
4663072	Town and Country Estates	town-and-country-estates	US		0	America/Chicago	36.12117	-85.5047	324			TN	141		
4663075	Towne Acres	towne-acres	US		0	America/New_York	36.34316	-82.3832	494			TN	179		
4663077	Towne Hills	towne-hills	US		0	America/New_York	35.14757	-85.23829	199			TN	065		
4663083	Town Hills	town-hills	US		0	America/New_York	35.17368	-85.23662	234			TN	065		
4663106	Trace End Estates	trace-end-estates	US		0	America/Chicago	36.03034	-86.92722	184			TN	187		
4663107	Traceview	traceview	US		0	America/Chicago	35.90423	-86.99306	216			TN	187		
4663126	Trails End	trails-end	US		0	America/New_York	35.95425	-84.1088	310			TN	093		
4663128	Trails West	trails-west	US		0	America/New_York	35.9148	-84.05213	302			TN	093		
4663158	Travis	travis	US		0	America/Chicago	36.18783	-86.6075	133			TN	037		
4663179	Travisville	travisville	US		0	America/Chicago	36.58451	-84.99384	281			TN	137		
4663192	Treadway	treadway	US		0	America/New_York	36.4187	-83.22434	486			TN	067		
4663196	Treeville	treeville	US		0	America/New_York	36.00286	-84.08325	297			TN	093		
4663203	Trent Valley	trent-valley	US		0	America/New_York	36.49759	-83.19212	509			TN	067		
4663214	Trentville	trentville	US		0	America/New_York	36.02786	-83.72018	269			TN	093		
4663247	Trigg	trigg	US		0	America/Chicago	35.31174	-86.85195	252			TN	055		
4663254	Trigonia	trigonia	US		0	America/New_York	35.61313	-84.18797	269			TN	105		
4663326	Triune	triune	US		0	America/Chicago	35.85423	-86.65861	254	Hardeman Cross Roads,Triune		TN	187		
4663352	Trousdale	trousdale	US		0	America/Chicago	36.39755	-86.40221	189			TN	165		
4663353	Trousdale	trousdale	US		0	America/Chicago	35.66952	-85.93888	305	Jacksboro,Jacksborough,Trousdale		TN	177		
4663387	Trundle Crossroad	trundle-crossroad	US		0	America/New_York	35.88648	-83.73517	288	Trundel Crossroad,Trundle Cross Roads,Trundle Crossroad,Trundles Cross Roads,Trundles Crossroads,Tundle Crossroads		TN	155		
4663408	Tuckaleechee	tuckaleechee	US		0	America/New_York	35.67342	-83.7749	353	Tuchaleeche,Tuckaleeche,Tuckaleechee		TN	009		
4663418	Tuckegee (historical)	tuckegee-historical	US		0	America/New_York	35.06674	-85.3444	204			TN	065		
4663453	Tucker Springs	tucker-springs	US		0	America/New_York	35.11146	-84.96411	240			TN	011		
4663459	Tuckers Corner	tuckers-corner	US		0	America/Chicago	36.00507	-88.84562	139	Tuckers Corner,Tuckersville		TN	053		
4663460	Tuckers Crossroads	tuckers-crossroads	US		0	America/Chicago	36.19894	-86.17388	193	Tucker Cross Roads,Tuckers Cross Roads,Tuckers Crossroads		TN	189		
4663462	Tuckers Gap (historical)	tuckers-gap-historical	US		0	America/Chicago	36.18533	-86.37916	201			TN	189		
4663476	Tulip Hill Estates	tulip-hill-estates	US		0	America/Chicago	35.80534	-86.37305	193			TN	149		
4663479	Tulip Grove	tulip-grove	US		0	America/Chicago	36.20006	-86.59222	143			TN	037		
4663491	Tulu	tulu	US		0	America/Chicago	35.06286	-88.39393	139			TN	109		
4663492	Tumbling	tumbling	US		0	America/Chicago	36.24117	-88.54255	123	Tumbling,Tumbling Creek		TN	183		
4663526	Tupper Town	tupper-town	US		0	America/New_York	36.05258	-84.34521	262	Tupper Town,Tuppertown		TN	129		
4663562	Turkey Creek (historical)	turkey-creek-historical	US		0	America/Chicago	36.49395	-85.58358	163			TN	027		
4663595	Turkey Track	turkey-track	US		0	America/Chicago	35.3898	-87.57391	276			TN	099		
4663601	Turkeyfoot	turkeyfoot	US		0	America/New_York	35.10757	-85.17218	221			TN	065		
4663625	Turkeytown (historical)	turkeytown-historical	US		0	America/Chicago	36.45617	-85.5158	277			TN	027		
4663629	Turley	turley	US		0	America/New_York	36.36952	-84.27354	422	Abbot,Turley		TN	013		
4663635	Turley Mills (historical)	turley-mills-historical	US		0	America/New_York	36.26342	-83.41795	327	Turley Mills (historical),Turleys Mill		TN	057		
4663647	Turnberry Vistas	turnberry-vistas	US		0	America/New_York	35.73536	-83.97574	314			TN	009		
4663714	Turnersville	turnersville	US		0	America/Chicago	36.48782	-87.04	147			TN	147		
4663737	Tusculum	tusculum	US		2666	America/New_York	36.1751	-82.75876	455			TN	059		
4663738	Tusculum	tusculum	US		0	America/Chicago	36.05895	-86.71666	190	Tuscklum,Tusculum		TN	037		
4663747	Tusculum Heights	tusculum-heights	US		0	America/New_York	36.17649	-82.78043	475			TN	059		
4663749	Tusculum Place	tusculum-place	US		0	America/New_York	36.16871	-82.75904	440			TN	059		
4663757	Tuskeegee (historical)	tuskeegee-historical	US		0	America/New_York	35.59175	-84.20214	248	Toskegee,Tuskeegee (historical),Tuskege,Tuskegee		TN	123		
4663765	Twelve Oaks	twelve-oaks	US		0	America/New_York	35.76953	-83.90268	303			TN	009		
4663789	Twin Oak	twin-oak	US		0	America/Chicago	36.07562	-85.6222	302			TN	141		
4663791	Twin Oak Estates	twin-oak-estates	US		0	America/New_York	35.76953	-83.91657	306			TN	009		
4663802	Twin Springs	twin-springs	US		0	America/Chicago	35.8109	-86.33083	195			TN	149		
4663805	Twin Springs Estates	twin-springs-estates	US		0	America/Chicago	35.99145	-86.78056	209			TN	187		
4663810	Twinton	twinton	US		0	America/Chicago	36.28423	-85.12774	560			TN	133		
4663812	Twinville	twinville	US		0	America/New_York	36.14286	-83.98547	284			TN	093		
4663819	Two Chestnut	two-chestnut	US		0	America/Chicago	36.44699	-86.61694	276			TN	165		
4663820	Two Hills	two-hills	US		0	America/Chicago	35.89868	-86.32916	179			TN	149		
4663830	Twomey	twomey	US		0	America/Chicago	35.76618	-87.46418	151			TN	081		
4663847	Tylersville	tylersville	US		0	America/Chicago	36.00424	-89.54146	79			TN	045		
4663852	Tyner Hills	tyner-hills	US		0	America/New_York	35.05757	-85.14995	223			TN	065		
4663860	Tyree Springs (historical)	tyree-springs-historical	US		0	America/Chicago	36.44171	-86.64555	265			TN	165		
4663867	Tyson Store	tyson-store	US		0	America/Chicago	36.14285	-89.07034	109	Tatum,Tyson,Tyson Store		TN	053		
4663868	Tysonville (historical)	tysonville-historical	US		0	America/Chicago	36.15562	-89.07284	109			TN	053		
4663896	Unaka Springs	unaka-springs	US		0	America/New_York	36.09761	-82.44153	521			TN	171		
4663898	Unaka Station (historical)	unaka-station-historical	US		0	America/New_York	35.94371	-82.89987	382	Unaka,Unaka Station (historical)		TN	029		
4663972	Underwood Springs (historical)	underwood-springs-historical	US		0	America/New_York	36.43344	-82.17763	598			TN	163		
4663991	Union Central	union-central	US		0	America/Chicago	35.96451	-88.78645	121			TN	053		
4664044	Union Cross	union-cross	US		0	America/Chicago	35.75979	-88.45477	167			TN	077		
4664118	Union Heights	union-heights	US		0	America/New_York	36.18287	-83.2485	403			TN	063		
4664177	Union Ridge	union-ridge	US		0	America/Chicago	35.51035	-86.26471	336			TN	003		
4664201	Union Temple	union-temple	US		0	America/New_York	36.29816	-82.73543	466			TN	059		
4664211	Union Valley	union-valley	US		0	America/New_York	35.92064	-83.71045	298			TN	155		
4664233	Unitia	unitia	US		0	America/New_York	35.74675	-84.17964	263	Ulilia,Unitia		TN	105		
4664295	Upchurch	upchurch	US		0	America/New_York	36.24232	-82.77377	475			TN	059		
4664339	Upper Holly Creek	upper-holly-creek	US		0	America/Chicago	35.11008	-87.60752	214			TN	181		
4664351	Upper Mockeson	upper-mockeson	US		0	America/Chicago	35.07008	-87.30224	227			TN	099		
4664363	Upper Shady	upper-shady	US		0	America/New_York	36.50428	-81.93873	852	Shady Flats,Upper Shady		TN	091		
4664364	Upper Shady	upper-shady	US		0	America/New_York	36.50262	-81.93957	853			TN	163		
4664365	Upper Shell Creek	upper-shell-creek	US		0	America/New_York	36.16762	-82.03151	950			TN	019		
4664368	Upper Sinking	upper-sinking	US		0	America/Chicago	35.66701	-87.64669	189			TN	081		
4664378	Upper Windrock	upper-windrock	US		0	America/New_York	36.09202	-84.34076	627			TN	001		
4664383	Uptonville	uptonville	US		0	America/Chicago	35.4548	-88.97895	157			TN	113		
4664396	Utley (historical)	utley-historical	US		0	America/Chicago	35.76923	-88.55366	139			TN	077		
4664400	Utah	utah	US		0	America/Chicago	35.59035	-88.05837	119			TN	039		
4664405	Valdeau	valdeau	US		0	America/New_York	35.08368	-85.31829	207			TN	065		
4664420	Valley Creek	valley-creek	US		0	America/New_York	36.57203	-83.91187	364			TN	025		
4664431	Valley Green Acres	valley-green-acres	US		0	America/Chicago	35.95312	-86.52527	169			TN	149		
4664432	Valley Green Estates	valley-green-estates	US		0	America/Chicago	35.9859	-87.14445	257			TN	187	7169434	
4664443	Valley Hills	valley-hills	US		0	America/New_York	36.53399	-82.23652	452			TN	163		
4664444	Valley Home	valley-home	US		0	America/Chicago	35.28064	-85.86109	310			TN	061		
4664478	Valley View Heights	valley-view-heights	US		0	America/New_York	36.02813	-84.1577	284			TN	001		
4664483	Valleybrook	valleybrook	US		0	America/New_York	35.15563	-85.21329	208			TN	065		
4664485	Valleyview	valleyview	US		0	America/Chicago	35.97256	-86.32332	194			TN	149		
4664486	Valleyview Subdivision	valleyview-subdivision	US		0	America/New_York	35.02285	-85.11745	337			TN	065		
4664487	Valleyview Subdivision	valleyview-subdivision	US		0	America/Chicago	35.3173	-87.73197	232			TN	181		
4664493	Van Dyke	van-dyke	US		0	America/Chicago	36.22145	-88.30116	129			TN	079		
4664497	Van Hill	van-hill	US		0	America/New_York	36.38871	-82.81321	373	Van Hill,Vanhill		TN	073		
4664512	Vanbebber Spring	vanbebber-spring	US		0	America/New_York	36.50397	-83.79714	371	Van Benber Springs,Vanbebber Spring		TN	025		
4664526	Vancel Mill	vancel-mill	US		0	America/New_York	36.52342	-83.63297	343			TN	025		
4664527	Vancouver (historical)	vancouver-historical	US		0	America/New_York	35.87369	-84.2652	245			TN	105		
4664546	Vandever	vandever	US		0	America/Chicago	35.8309	-85.0919	599	Hale Chapel,Vandever		TN	035		
4664554	Vannatta	vannatta	US		0	America/Chicago	35.6159	-86.48194	238	Vannatta,Vannatta Store		TN	003		
4664562	Vantage View	vantage-view	US		0	America/New_York	36.22759	-83.31906	414			TN	063		
4664569	Vardy	vardy	US		0	America/New_York	36.57842	-83.18045	416			TN	067		
4664575	Vanntown	vanntown	US		0	America/Chicago	35.00898	-86.4561	282			TN	103		
4664584	Vasper	vasper	US		0	America/New_York	36.27119	-84.19493	341			TN	013		
4664589	Varnell Estates	varnell-estates	US		0	America/New_York	35.1348	-84.91717	244			TN	011		
4664599	Vater (historical)	vater-historical	US		0	America/Chicago	35.34869	-87.23474	301			TN	099		
4664615	Vaughns Gap	vaughns-gap	US		0	America/Chicago	36.06867	-86.89861	210	Vaughn,Vaughns,Vaughns Gap,Vaughs Gap		TN	037		
4664622	Vaughns Grove	vaughns-grove	US		0	America/Chicago	36.00201	-88.85617	141			TN	053		
4664628	Vaughtsville (historical)	vaughtsville-historical	US		0	America/New_York	36.41484	-81.83734	675			TN	091		
4664636	Venable Spring	venable-spring	US		0	America/Chicago	35.60757	-86.78222	190			TN	117		
4664638	Verble	verble	US		0	America/Chicago	36.1084	-85.30997	305			TN	141		
4664643	Verdun	verdun	US		0	America/New_York	36.4948	-84.54077	437			TN	151		
4664656	Vernon Heights	vernon-heights	US		0	America/New_York	36.49566	-82.56654	376			TN	163		
4664663	Vervilla	vervilla	US		0	America/Chicago	35.59563	-85.87137	317			TN	177		
4664693	Victory	victory	US		0	America/New_York	36.39091	-84.00881	493			TN	013		
4664694	Victory (historical)	victory-historical	US		0	America/Chicago	35.14925	-87.81392	214			TN	181		
4664717	Vildo	vildo	US		0	America/Chicago	35.40564	-89.10368	106			TN	069		
4664719	Villa Gardens	villa-gardens	US		0	America/New_York	36.0548	-83.9138	354			TN	093		
4664720	Villa Heights	villa-heights	US		0	America/New_York	35.21202	-84.89578	226			TN	011		
4664721	Village Green	village-green	US		0	America/New_York	35.88425	-84.16742	294			TN	093		
4664722	Village Green	village-green	US		0	America/Chicago	36.17117	-85.4722	338			TN	141		
4664740	Vine	vine	US		0	America/Chicago	36.03117	-86.35777	186	McCulloch,Vine		TN	189		
4664745	Vine Ridge	vine-ridge	US		0	America/Chicago	36.26062	-85.11885	542			TN	133		
4664751	Vinegar Hill	vinegar-hill	US		0	America/New_York	36.55122	-82.10291	500			TN	163		
4664776	Vinta Mill	vinta-mill	US		0	America/Chicago	35.0698	-86.93917	186			TN	055		
4664792	Vise Landing	vise-landing	US		0	America/Chicago	35.50785	-87.97753	111	Gumdale Landing,Vise Landing,Vise Town Landing		TN	039		
4664796	Vista Hills	vista-hills	US		0	America/New_York	35.08118	-85.17995	235			TN	065		
4664801	Vogel (historical)	vogel-historical	US		0	America/New_York	36.49009	-82.93905	391			TN	073		
4664806	Volunteer Estates	volunteer-estates	US		0	America/Chicago	36.57394	-87.29334	168			TN	125		
4664808	Volunteer Heights	volunteer-heights	US		0	America/Chicago	35.93312	-85.03912	580			TN	035		
4664825	Voorhies	voorhies	US		0	America/Chicago	35.44924	-87.56113	209	Voorhies,Voories		TN	101		
4664835	Vose	vose	US		0	America/New_York	35.79203	-83.96407	258	Vose,Vose Station		TN	009		
4665227	Wa-Ni Village	wa-ni-village	US		0	America/New_York	36.22287	-83.45434	328			TN	057		
4665233	Waconda Point	waconda-point	US		0	America/New_York	35.13452	-85.13301	233			TN	065		
4665295	Wagonda Hills	wagonda-hills	US		0	America/Chicago	36.10006	-85.48692	299			TN	141		
4665297	Wahoo (historical)	wahoo-historical	US		0	America/New_York	36.47094	-82.45209	440			TN	163		
4665326	Waldens Creek	waldens-creek	US		0	America/New_York	35.78731	-83.62656	305	Walden Creek,Waldens Creek		TN	155		
4665333	Waldensia	waldensia	US		0	America/Chicago	35.9134	-84.79189	546			TN	035		
4665476	Walker Subdivision	walker-subdivision	US		0	America/New_York	35.93896	-84.49021	236			TN	145		
4665497	Walkersville (historical)	walkersville-historical	US		0	America/Chicago	35.57674	-86.23388	263			TN	031		
4665515	Wallace Acres	wallace-acres	US		0	America/Chicago	35.46091	-86.77944	220			TN	117		
4665592	Walnut Acres	walnut-acres	US		0	America/Chicago	35.97673	-86.89806	196			TN	187		
4665612	Walnut Grove (historical)	walnut-grove-historical	US		0	America/Chicago	35.01536	-88.18115	134	Walnut Grove (historical),Walnutgrove		TN	071		
4665686	Walnut Hill Estates	walnut-hill-estates	US		0	America/New_York	35.68897	-84.01463	326			TN	009		
4665689	Walnut Hills	walnut-hills	US		0	America/Chicago	36.07617	-86.925	199			TN	037		
4665690	Walnut Hills	walnut-hills	US		0	America/Chicago	35.96117	-86.85445	215			TN	187		
4665691	Walnut Hills	walnut-hills	US		0	America/New_York	34.99174	-85.19912	207			TN	065		
4665692	Walnut Hills Estates	walnut-hills-estates	US		0	America/Chicago	36.29172	-86.61861	145			TN	165		
4665695	Walnut Log	walnut-log	US		0	America/Chicago	36.46784	-89.31563	87	Walnut Log,Walnutlog		TN	131		
4665715	Walter Crossroad	walter-crossroad	US		0	America/New_York	36.11677	-82.96654	414			TN	059		
4665720	Walter Hill Estates	walter-hill-estates	US		0	America/Chicago	35.95562	-86.37971	165			TN	149		
4665727	Walterhill	walterhill	US		401	America/Chicago	35.95006	-86.37777	166	Walter Hill,Walterhill		TN	149		
4665741	Walton (historical)	walton-historical	US		0	America/Chicago	36.25561	-86.71389	147			TN	037		
4665778	Ward (historical)	ward-historical	US		0	America/Chicago	36.48923	-85.36524	320			TN	133		
4665840	Ware Branch	ware-branch	US		0	America/New_York	35.25951	-85.08801	213			TN	065		
4665910	Warrens Bluff	warrens-bluff	US		0	America/Chicago	35.61535	-88.31893	140			TN	077		
4665944	Warwicktown	warwicktown	US		0	America/New_York	36.23119	-83.87963	352	Warwick,Warwicks Cross Roads,Warwicktown		TN	173		
4665971	Washington College	washington-college	US		0	America/New_York	36.22011	-82.57154	474			TN	179		
4665984	Washington Hall (historical)	washington-hall-historical	US		0	America/Chicago	36.52005	-87.00556	188			TN	147		
4665985	Washington Heights	washington-heights	US		0	America/New_York	35.08757	-85.17079	237			TN	065		
4665986	Washington Heights	washington-heights	US		0	America/New_York	36.01369	-84.07352	324			TN	093		
4665987	Washington Heights	washington-heights	US		0	America/New_York	36.30566	-82.42487	569			TN	179		
4665240	Wade	wade	US	28395	0	America/Chicago	35.9609	-86.49555	169			TN	149		
4665989	Washington Hills	washington-hills	US		0	America/New_York	35.0848	-85.16801	258			TN	065		
4665995	Washington Place	washington-place	US		0	America/New_York	35.08896	-85.1694	241			TN	065		
4666000	Wasp	wasp	US		0	America/New_York	35.85455	-82.93209	863			TN	029		
4666015	Watauga Flats	watauga-flats	US		0	America/New_York	36.37872	-82.31153	464			TN	179		
4666024	Watauga Point	watauga-point	US		0	America/New_York	36.32705	-82.2668	460			TN	019		
4666042	Watauga Valley	watauga-valley	US		0	America/New_York	36.38483	-82.14152	499			TN	019		
4666048	Water Fork Mill	water-fork-mill	US		0	America/New_York	36.11455	-82.74293	400			TN	059		
4666063	Water Valley (historical)	water-valley-historical	US		0	America/Chicago	36.03395	-87.45501	185			TN	043		
4666077	Waterhaven	waterhaven	US		0	America/New_York	35.79591	-84.16825	263			TN	009		
4666088	Watershaw	watershaw	US		0	America/New_York	35.78897	-84.14436	271			TN	009		
4666111	Watkins (historical)	watkins-historical	US		0	America/Chicago	36.13617	-86.93389	130			TN	037		
4666173	Watt Heights	watt-heights	US		0	America/New_York	35.29285	-84.74077	221			TN	107		
4666184	Watts Bar Estates	watts-bar-estates	US		0	America/New_York	35.73702	-84.71966	241			TN	143		
4666196	Waucheesi	waucheesi	US		0	America/New_York	35.3573	-84.17575	494	Waucheesi,Wauchessi		TN	123		
4666222	Wayfield	wayfield	US		0	America/New_York	36.37372	-82.37125	454			TN	179		
4666225	Wayland Springs	wayland-springs	US		0	America/Chicago	35.06175	-87.57475	173			TN	099		
4666262	Weakley	weakley	US		0	America/Chicago	35.26452	-87.18862	224	Weakley,Weakly		TN	055		
4666272	Weakley Hills	weakley-hills	US		0	America/Chicago	36.02562	-86.49027	161	Weakley Hills,Weakley Hills Estates		TN	149		
4666284	Wears Valley	wears-valley	US		0	America/New_York	35.71398	-83.65322	444	Wear Valley,Weares Cove,Wears Cove,Wears Valley		TN	155		
4666292	Weatherford (historical)	weatherford-historical	US		0	America/Chicago	35.11286	-87.88697	212			TN	181		
4666379	Webb Chapel	webb-chapel	US		0	America/Chicago	36.32729	-89.37785	94			TN	131		
4666408	Webber City	webber-city	US		0	America/Chicago	35.34675	-87.28224	306			TN	099		
4666417	Webbs Jungle	webbs-jungle	US		0	America/Chicago	35.6259	-86.29277	301			TN	003		
4666420	Webbtown	webbtown	US		0	America/Chicago	36.50033	-85.96859	301			TN	111		
4666437	Wedgewood Estates	wedgewood-estates	US		0	America/Chicago	36.56949	-87.36362	161			TN	125		
4666438	Wedgewood Hills	wedgewood-hills	US		0	America/New_York	36.19232	-82.79793	508			TN	059		
4666439	Wedgewood Hills	wedgewood-hills	US		0	America/New_York	35.90369	-84.08102	292			TN	093		
4666453	Weir (historical)	weir-historical	US		0	America/Chicago	36.27144	-86.19527	159	Austin,Weir (historical)		TN	189		
4666456	Welch Camp	welch-camp	US		0	America/New_York	36.23897	-84.30965	420	Welch Camp,Welch's Camp		TN	013		
4666468	Welch Crossroad	welch-crossroad	US		0	America/New_York	36.35591	-83.84464	382	Welch Crossroad,Welchs Store		TN	173		
4666479	Welchland	welchland	US		0	America/Chicago	35.64784	-85.51664	569			TN	175		
4666504	Wellington Park	wellington-park	US		0	America/New_York	36.29372	-82.4082	552			TN	179		
4666530	Wells Hill (historical)	wells-hill-historical	US		0	America/Chicago	35.10286	-86.56666	222			TN	103		
4666549	Wellwood	wellwood	US		0	America/Chicago	35.61591	-89.10784	112			TN	075		
4666552	Welwyn (historical)	welwyn-historical	US		0	America/New_York	35.89453	-83.95324	255			TN	093		
4666601	Wesleyanna	wesleyanna	US		0	America/New_York	35.36285	-84.55938	245			TN	107		
4666612	Wessyngton (historical)	wessyngton-historical	US		0	America/Chicago	36.50143	-87.00417	187			TN	147		
4666657	West Cyruston	west-cyruston	US		0	America/Chicago	35.13591	-86.75083	200			TN	103		
4666658	West Dickson	west-dickson	US		0	America/Chicago	36.08062	-87.39918	252			TN	043		
4666664	West Emory	west-emory	US		0	America/New_York	35.88008	-84.09047	275	West Emery,West Emory		TN	093		
4666677	West End Heights	west-end-heights	US		0	America/Chicago	36.21533	-86.31916	163			TN	189		
4666685	West Forest	west-forest	US		0	America/New_York	35.9473	-84.05158	316			TN	093		
4666764	West Harpeth	west-harpeth	US		0	America/Chicago	35.84257	-86.9	214			TN	187		
4666789	West Hima	west-hima	US		0	America/Chicago	35.18869	-88.24254	141			TN	071		
4666793	West Junction	west-junction	US		0	America/Chicago	35.0662	-90.09676	66			TN	157		
4666795	West Knoxville	west-knoxville	US		0	America/New_York	35.97036	-83.95519	267			TN	093		
4666798	West Lake Estates	west-lake-estates	US		0	America/New_York	36.17898	-83.45129	340			TN	063		
4666804	West Maryville	west-maryville	US		0	America/New_York	35.75647	-83.97907	271			TN	009		
4666806	West Meade	west-meade	US		0	America/Chicago	35.47119	-86.07138	322			TN	031		
4666807	West Meade	west-meade	US		0	America/Chicago	36.11784	-86.88722	153			TN	037		
4666808	West Meade	west-meade	US		0	America/Chicago	35.60146	-87.06001	197			TN	119		
4666812	West Mill	west-mill	US		0	America/Chicago	35.93396	-85.18413	515	Taylor Mill,West Mill		TN	035		
4666813	West Millers Cove	west-millers-cove	US		0	America/New_York	35.71036	-83.82906	297			TN	009		
4666817	West Myers	west-myers	US		0	America/New_York	35.93649	-83.08182	329	West Meyer,West Myers		TN	029		
4666818	West Nashville	west-nashville	US		0	America/Chicago	36.15895	-86.84639	144			TN	037		
4666827	West Oakland Park	west-oakland-park	US		0	America/New_York	36.35566	-82.40264	489			TN	179		
4666828	West Oneida	west-oneida	US		0	America/New_York	36.50369	-84.53077	443			TN	151		
4666859	West Riverside	west-riverside	US		0	America/Chicago	35.66979	-85.78526	295			TN	177		
4666861	West Robbins	west-robbins	US		0	America/New_York	36.35813	-84.61161	440			TN	151		
4666884	West Shiloh	west-shiloh	US		0	America/Chicago	35.14869	-88.38338	145			TN	109		
4666891	West Springbrook	west-springbrook	US		0	America/New_York	35.79758	-83.98324	272			TN	009		
4666903	West View	west-view	US		0	America/New_York	35.00063	-85.10023	236			TN	065		
4666904	West View	west-view	US		0	America/New_York	35.96119	-83.96491	278			TN	093		
4666912	West View Park	west-view-park	US		0	America/New_York	36.5626	-82.5771	416	West View Park,Westview Park		TN	163		
4666918	Westavia Woods	westavia-woods	US		0	America/New_York	35.94591	-84.03713	324			TN	093		
4666920	Westbourne	westbourne	US		0	America/New_York	36.49369	-84.02937	421			TN	013		
4666924	Westel	westel	US		0	America/Chicago	35.86313	-84.75522	430			TN	035		
4666930	Westeria (historical)	westeria-historical	US		0	America/Chicago	36.32977	-86.94139	239			TN	021		
4666939	Westfield Estates	westfield-estates	US		0	America/Chicago	35.93062	-86.88778	201			TN	187		
4666940	Westfields	westfields	US		0	America/New_York	35.76925	-83.93574	327			TN	009		
4666941	Westfork (historical)	westfork-historical	US		0	America/Chicago	36.4159	-85.15357	284	West Fork,Westfork (historical)		TN	133		
4666949	Westivew Woods	westivew-woods	US		0	America/New_York	36.2037	-83.34212	420			TN	063		
4666951	Westlyn	westlyn	US		0	America/New_York	35.9148	-84.02824	289			TN	093		
4666954	Westminister Ridge	westminister-ridge	US		0	America/New_York	35.90953	-83.99074	265			TN	093		
4666965	Westmoreland Heights	westmoreland-heights	US		0	America/New_York	35.70647	-84.02213	338			TN	009		
4666966	Westmoreland Heights	westmoreland-heights	US		0	America/New_York	35.92203	-84.00491	279			TN	093		
4666976	Westover Hills	westover-hills	US		0	America/New_York	36.30372	-82.4007	528			TN	179		
4666985	Westshore Estates	westshore-estates	US		0	America/New_York	35.85424	-84.55549	238			TN	145		
4666999	Westside Heights	westside-heights	US		0	America/Chicago	35.3498	-86.22555	323			TN	031		
4667011	Westview Heights	westview-heights	US		0	America/New_York	35.23396	-84.89578	244			TN	011		
4667028	Westwood Estates	westwood-estates	US		0	America/New_York	36.11675	-84.13798	338			TN	001		
4667029	Westwood Gardens	westwood-gardens	US		0	America/Chicago	35.63007	-88.82978	115			TN	113		
4667030	Westwood Heights	westwood-heights	US		0	America/New_York	35.44646	-84.60577	293			TN	107		
4667032	Westwood Hills	westwood-hills	US		0	America/New_York	35.72342	-83.98796	302	Westwood Estates,Westwood Hills		TN	009		
4667033	Westwood Homes	westwood-homes	US		0	America/Chicago	35.48758	-86.06249	320			TN	031		
4667038	Westwood-Gray Subdivision	westwood-gray-subdivision	US		0	America/New_York	36.31455	-82.39709	553			TN	179		
4667046	Wexford Downs	wexford-downs	US		0	America/New_York	35.97925	-84.15325	327			TN	093		
4667073	Wheel	wheel	US		0	America/Chicago	35.48868	-86.62972	238			TN	003		
4667094	Wheelerton	wheelerton	US		0	America/Chicago	35.08953	-86.83667	190			TN	055		
4667100	Wheelocktown (historical)	wheelocktown-historical	US		0	America/New_York	36.39733	-82.5432	538			TN	179		
4667102	Whetstone (historical)	whetstone-historical	US		0	America/New_York	36.02924	-84.49299	387			TN	129		
4667124	Whispering Hills	whispering-hills	US		0	America/New_York	36.05675	-83.99491	313			TN	093		
4667125	Whispering Hills	whispering-hills	US		0	America/Chicago	36.06367	-86.7275	191			TN	037		
4667126	Whispering Hills	whispering-hills	US		0	America/Chicago	35.95701	-85.48275	292			TN	185		
4667130	Whispering Pines	whispering-pines	US		0	America/New_York	36.24816	-82.28764	642			TN	171		
4667132	Whisperwood	whisperwood	US		0	America/New_York	35.20507	-84.813	269			TN	011		
4667174	White Acres	white-acres	US		0	America/Chicago	35.45257	-86.81861	247			TN	117		
4667217	White Chapel	white-chapel	US		0	America/Chicago	35.04954	-90.11732	95			TN	157		
4667238	White Fern	white-fern	US		0	America/Chicago	35.63979	-88.59533	128	White Fern,Whitefern		TN	077		
4667247	White Hill	white-hill	US		0	America/Chicago	36.40977	-86.69055	264			TN	165		
4667248	White Hill	white-hill	US		0	America/Chicago	35.65507	-85.57192	293			TN	175		
4667266	White Horn	white-horn	US		0	America/New_York	36.28454	-83.056	358	White Horn,Whitehorn		TN	073		
4667307	White Oak Flat	white-oak-flat	US		0	America/Chicago	36.21172	-87.26112	224	White Oak Flat,White Oak Flats		TN	043		
4667312	White Oak Forest	white-oak-forest	US		0	America/Chicago	35.95423	-85.22913	580			TN	035		
4667324	White Oaks	white-oaks	US		0	America/Chicago	35.46119	-86.06193	324			TN	031		
4667351	White Station	white-station	US		0	America/Chicago	35.10204	-89.85981	101	Ridgeway,White Station,Whites Station		TN	157		
4667359	White Sulphur (historical)	white-sulphur-historical	US		0	America/Chicago	35.05425	-88.22309	143	White Sulphur (historical),White Sulphur Springs		TN	071		
4667376	Whitehaven	whitehaven	US		0	America/Chicago	35.02731	-90.02926	92	White Haven,Whitehaven		TN	157		
4667387	Whitehead	whitehead	US		0	America/Chicago	35.48007	-86.78889	225			TN	117		
4667398	Whitehead Hill	whitehead-hill	US		0	America/New_York	36.22789	-82.15735	738	Whitehead Hill,Whitehead Hills		TN	019		
4667435	Whiteoak Creek Subdivision	whiteoak-creek-subdivision	US		0	America/Chicago	36.2445	-87.92642	125			TN	083		
4667491	Whites Creek Springs (historical)	whites-creek-springs-historical	US		0	America/Chicago	36.31561	-86.79861	170			TN	037		
4667503	Whites Village	whites-village	US		0	America/New_York	35.93564	-83.86963	285			TN	093		
4667504	Whitesand	whitesand	US		0	America/New_York	36.04927	-82.82098	431			TN	059		
4667551	Whiting (historical)	whiting-historical	US		0	America/New_York	36.33345	-82.05401	597			TN	019		
4667556	Whitlock	whitlock	US		0	America/Chicago	36.37089	-88.35699	162			TN	079		
4667564	Whitman (historical)	whitman-historical	US		0	America/New_York	36.3123	-84.10687	311			TN	013		
4667599	Whittens Stand (historical)	whittens-stand-historical	US		0	America/Chicago	35.07369	-87.79864	258			TN	181		
4667600	Whitthorne	whitthorne	US		0	America/Chicago	35.91451	-88.64589	131	Whitthorn,Whitthorne		TN	017		
4667604	Whittle Springs	whittle-springs	US		0	America/New_York	36.01758	-83.91574	321			TN	093		
4667607	Whitway	whitway	US		0	America/Chicago	35.97645	-88.75117	116	Whiteway,Whitway		TN	053		
4667648	Wikles (historical)	wikles-historical	US		0	America/Chicago	35.98673	-86.80417	222			TN	187		
4667671	Wild Plum	wild-plum	US		0	America/Chicago	35.88423	-85.00273	560			TN	035		
4667728	Wilder Chapel	wilder-chapel	US		0	America/Chicago	35.29369	-85.96109	300			TN	051		
4667739	Wilderness Shores	wilderness-shores	US		0	America/New_York	36.17537	-83.45795	358			TN	063		
4667747	Wildlife Cove Village	wildlife-cove-village	US		0	America/Chicago	35.97089	-88.04226	116			TN	005		
4667755	Wildwood Estates	wildwood-estates	US		0	America/Chicago	36.04256	-86.85278	192			TN	187		
4667757	Wildwood Lake	wildwood-lake	US		3124	America/New_York	35.09202	-84.85439	254			TN	011		
4667759	Wildwood Mill	wildwood-mill	US		0	America/Chicago	35.73451	-86.00499	328			TN	015		
4667777	Wilham (historical)	wilham-historical	US		0	America/New_York	35.53286	-83.99157	274	Wildham,Wilham (historical)		TN	009		
4667783	Wilhite	wilhite	US		0	America/Chicago	36.11951	-85.50692	315			TN	141		
4667785	Wilhoit Subdivision	wilhoit-subdivision	US		0	America/New_York	36.13955	-82.81543	445			TN	059		
4667787	Wilhoite Mills	wilhoite-mills	US		0	America/Chicago	35.5934	-86.6975	201			TN	117		
4667791	Wilkerson (historical)	wilkerson-historical	US		0	America/Chicago	36.08117	-86.68278	152			TN	037		
4667808	Wilkes (historical)	wilkes-historical	US		0	America/Chicago	35.7784	-86.92917	239			TN	187		
4667817	Wilkinson Corner	wilkinson-corner	US		0	America/Chicago	35.4523	-89.3184	100			TN	075		
4667822	Wilkinsville	wilkinsville	US		0	America/Chicago	35.40314	-89.89675	100			TN	167		
4667826	Wilkinstown	wilkinstown	US		0	America/Chicago	35.62868	-88.15393	142			TN	039		
4667830	Willard Addition	willard-addition	US		0	America/New_York	35.74369	-83.98129	309			TN	009		
4667842	Willen Gap	willen-gap	US		0	America/New_York	36.46734	-81.70539	1012			TN	091		
4667846	Willette	willette	US		0	America/Chicago	36.44117	-85.85054	305	Bellwood,Oak Ridge,Willette		TN	111		
4667956	Williams Chapel	williams-chapel	US		0	America/Chicago	35.89617	-88.36088	158			TN	017		
4667964	Williams Chapel	williams-chapel	US		0	America/Chicago	35.33675	-89.8362	88			TN	157		
4667987	Williams Hills	williams-hills	US		0	America/Chicago	36.33755	-86.85944	257			TN	037		
4667989	Williams Crossroads	williams-crossroads	US		0	America/Chicago	36.03784	-85.70443	307			TN	041		
4668010	Williams Mill	williams-mill	US		0	America/New_York	36.40397	-83.58102	327			TN	025		
4668023	Williams Springs	williams-springs	US		0	America/New_York	36.33731	-83.57879	342			TN	057		
4668027	Williams Subdivision	williams-subdivision	US		0	America/New_York	36.17371	-82.78376	465			TN	059		
4668040	Williamsburg Estates	williamsburg-estates	US		0	America/New_York	35.1098	-84.86939	280			TN	011		
4668041	Williamsburg Estates	williamsburg-estates	US		0	America/New_York	35.0223	-85.12273	253			TN	065		
4668042	Williamsburg Estates	williamsburg-estates	US		0	America/Chicago	36.03062	-86.79417	211			TN	187		
4668057	Williamson Estates	williamson-estates	US		0	America/Chicago	36.02506	-86.84722	207			TN	187		
4668075	Williamsville (historical)	williamsville-historical	US		0	America/Chicago	36.13839	-87.50168	183	Williams Store,Williamsville (historical)		TN	043		
4668106	Willis Springs	willis-springs	US		0	America/New_York	35.00952	-84.68688	247	Willis Spring,Willis Springs		TN	139		
4668108	Willis Subdivision	willis-subdivision	US		0	America/New_York	36.1751	-82.78654	476			TN	059		
4668122	Willow Bend	willow-bend	US		0	America/Chicago	36.53338	-87.32695	131			TN	125		
4668176	Wills	wills	US		0	America/New_York	36.53373	-81.79345	782	Wills,Wills Station		TN	091		
4668177	Wills (historical)	wills-historical	US		0	America/Chicago	35.03758	-87.34307	251			TN	099		
4668183	Wills Chapel	wills-chapel	US		0	America/Chicago	35.94256	-87.71613	122			TN	085		
4668283	Wilson Gap	wilson-gap	US		0	America/New_York	36.45286	-83.90353	338			TN	025		
4668288	Wilson Heights	wilson-heights	US		0	America/New_York	35.25368	-84.78883	232			TN	011		
4668289	Wilson Hill	wilson-hill	US		0	America/Chicago	35.41563	-86.865	243			TN	117		
4668332	Wilton Springs	wilton-springs	US		0	America/New_York	35.87899	-83.18654	364	Wilton Springs,Wiltons Springs		TN	029		
4668333	Wiltshire	wiltshire	US		0	America/Chicago	36.02368	-84.88745	575			TN	035		
4668351	Winchester Springs	winchester-springs	US		0	America/Chicago	35.24619	-86.17749	309			TN	051		
4668365	Windle	windle	US		0	America/Chicago	36.33617	-85.37858	275			TN	133		
4668366	Windletown	windletown	US		0	America/Chicago	36.26423	-85.14663	570			TN	133		
4668367	Windmere	windmere	US		0	America/New_York	36.50566	-82.53932	423			TN	163		
4668369	Window Cliff Estates	window-cliff-estates	US		0	America/Chicago	36.08062	-85.60998	295			TN	141		
4668370	Windrock	windrock	US		0	America/New_York	36.08508	-84.33104	314	Lower Windrock,Windrock		TN	001		
4668373	Windrow	windrow	US		0	America/Chicago	35.79868	-86.55499	258			TN	149		
4668379	Windsor Bluff	windsor-bluff	US		0	America/Chicago	35.97285	-84.85134	531			TN	035		
4668380	Windsor Park	windsor-park	US		0	America/New_York	35.97897	-84.00019	308			TN	093		
4668381	Windsor Park	windsor-park	US		0	America/New_York	35.73758	-83.94712	315			TN	009		
4668383	Windvue Estates	windvue-estates	US		0	America/New_York	36.20148	-83.241	418			TN	063		
4668384	Windwood	windwood	US		0	America/New_York	35.21952	-84.86467	264			TN	011		
4668385	Windy City	windy-city	US		0	America/Chicago	35.74174	-88.90673	119			TN	113		
4668386	Windy Hill	windy-hill	US		0	America/New_York	36.52594	-82.2593	458			TN	163		
4668388	Windy Hills	windy-hills	US		0	America/New_York	36.13677	-82.85265	460			TN	059		
4668394	Winesap	winesap	US		0	America/Chicago	35.76812	-85.16552	513			TN	007		
4668409	Wingate West	wingate-west	US		0	America/Chicago	36.53949	-87.30667	134			TN	125		
4668417	Winklers Crossroads	winklers-crossroads	US		0	America/Chicago	36.60589	-85.84192	285	Winkler Crossroads,Winklers,Winklers Crossroads		TN	111		
4668425	Winn Springs	winn-springs	US		0	America/Chicago	35.01092	-88.20976	169	Winn Spring,Winn Springs,Winn Springs Cabin Site Area		TN	071		
4668435	Winnebago Subdivision	winnebago-subdivision	US		0	America/Chicago	35.86118	-85.05135	575			TN	035		
4668443	Winstead (historical)	winstead-historical	US		0	America/Chicago	35.77757	-86.40194	202			TN	149		
4668464	Winton Town	winton-town	US		0	America/Chicago	35.47313	-85.91637	348			TN	031		
4668468	Wirmingham	wirmingham	US		0	America/Chicago	36.48479	-85.18857	307			TN	133		
4668507	Withamtown	withamtown	US		0	America/Chicago	36.54671	-86.30388	250	Witham,Withamtown		TN	165		
4668509	Withers Subdivision	withers-subdivision	US		0	America/New_York	36.18703	-83.41906	346			TN	063		
4668513	Witt Acres	witt-acres	US		0	America/New_York	36.1512	-83.28517	384			TN	063		
4668528	Wixtown	wixtown	US		0	America/Chicago	36.54144	-86.1386	315			TN	111		
4668530	Wolf Acres	wolf-acres	US		0	America/New_York	36.20148	-83.22211	416			TN	063		
4668602	Wolf River	wolf-river	US		0	America/Chicago	36.54174	-84.96022	269			TN	049		
4668660	Womack	womack	US		0	America/Chicago	35.75174	-85.82471	323			TN	177		
4668664	Wood Acres	wood-acres	US		0	America/New_York	36.18065	-83.37906	390			TN	063		
4668678	Wood Creek West	wood-creek-west	US		0	America/New_York	35.94647	-84.13464	319			TN	093		
4668716	Woodburn (historical)	woodburn-historical	US		0	America/New_York	36.18341	-83.81324	379	Woodbourne,Woodburn (historical)		TN	173		
4668722	Woodby Hill	woodby-hill	US		0	America/New_York	36.20122	-82.24041	791			TN	171		
4668724	Woodchase	woodchase	US		0	America/New_York	35.88841	-84.19075	302			TN	093		
4668733	Woodcrest Hills	woodcrest-hills	US		0	America/New_York	36.2062	-83.39823	351			TN	063		
4668737	Wooded Acres	wooded-acres	US		0	America/New_York	35.97675	-84.02908	338			TN	093		
4668738	Woodfield Park	woodfield-park	US		0	America/New_York	35.90564	-83.83129	283			TN	093		
4668741	Wooddale	wooddale	US		0	America/New_York	36.01509	-83.75962	293			TN	093		
4668744	Woodhaven (historical)	woodhaven-historical	US		0	America/Chicago	36.19034	-87.44168	259			TN	043		
4668746	Woodhill (historical)	woodhill-historical	US		0	America/Chicago	35.80646	-88.62228	126	Woodhill (historical),Woodshill		TN	017		
4668747	Woodhill Addition	woodhill-addition	US		0	America/New_York	36.29677	-82.39709	529			TN	179		
4668750	Woodland Acres	woodland-acres	US		0	America/Chicago	36.33561	-88.25504	124			TN	079		
4668751	Woodland Acres	woodland-acres	US		0	America/New_York	35.90008	-84.03491	301			TN	093		
4668753	Woodland Cove	woodland-cove	US		0	America/New_York	35.76841	-84.64299	234			TN	145		
4668755	Woodland Estates	woodland-estates	US		0	America/Chicago	36.10006	-85.47636	345			TN	141		
4668756	Woodland Estates	woodland-estates	US		0	America/Chicago	36.54644	-87.32029	159			TN	125		
4668757	Woodland Heights	woodland-heights	US		0	America/New_York	35.07285	-85.32551	231			TN	065		
4668758	Woodland Heights	woodland-heights	US		0	America/Chicago	35.24064	-88.2442	134			TN	071		
4668759	Woodland Heights	woodland-heights	US		0	America/Chicago	35.75618	-87.47779	210			TN	081		
4668776	Woodland Trace	woodland-trace	US		0	America/New_York	35.89063	-84.15964	315			TN	093		
4668777	Woodlands	woodlands	US		0	America/Chicago	36.00562	-84.91801	572			TN	035		
4668798	Woodlawn Estates	woodlawn-estates	US		0	America/Chicago	36.56449	-87.42501	169			TN	125		
4668811	Woodlawn Subdivision	woodlawn-subdivision	US		0	America/Chicago	35.04036	-86.57638	284			TN	103		
4668814	Woodford (historical)	woodford-historical	US		0	America/Chicago	36.49171	-87.17917	192			TN	125		
4668815	Woodmont Addition	woodmont-addition	US		0	America/New_York	35.77369	-83.99463	264			TN	009		
4668821	Woodmore	woodmore	US		0	America/New_York	35.03702	-85.2244	209			TN	065		
4668840	Woods	woods	US		0	America/Chicago	35.84562	-85.94582	356			TN	015		
4668843	Woodridge Estates	woodridge-estates	US		0	America/Chicago	36.49533	-87.25945	181			TN	125		
4668879	Woods Valley	woods-valley	US		0	America/Chicago	36.30172	-87.40862	168			TN	043		
4668894	Woodstock Estates	woodstock-estates	US		0	America/Chicago	35.95423	-85.04024	556			TN	035		
4668895	Woodstone	woodstone	US		0	America/New_York	36.36316	-82.37125	485			TN	179		
4668896	Woodstone Estates	woodstone-estates	US		0	America/New_York	36.46594	-82.50209	428			TN	163		
4668923	Woolardtown	woolardtown	US		0	America/New_York	36.02481	-83.57906	341	Willardtown,Woolardtown		TN	089		
4668931	Woolworth	woolworth	US		0	America/Chicago	36.21867	-87.71974	153			TN	085		
4668992	Wrencoe	wrencoe	US		0	America/Chicago	36.01256	-86.70361	171			TN	037		
4669076	Wyatt (historical)	wyatt-historical	US		0	America/Chicago	35.83479	-85.09079	604			TN	035		
4669082	Wyatt Village	wyatt-village	US		0	America/New_York	36.32231	-83.28212	342	County Line,Wyatt Village		TN	057		
4669083	Wyatts Chapel	wyatts-chapel	US		0	America/Chicago	36.55116	-87.74613	212			TN	161		
4669097	Wynn	wynn	US		0	America/New_York	36.47036	-84.05159	407			TN	013		
4669117	Xenophon	xenophon	US		0	America/New_York	36.49092	-83.32629	385			TN	067		
4669119	Wyricktown	wyricktown	US		0	America/New_York	36.05564	-83.73296	275			TN	093		
4669122	Yager	yager	US		0	America/Chicago	35.73146	-85.81443	280			TN	177		
4669124	Yancey (historical)	yancey-historical	US		0	America/New_York	35.28924	-84.58743	253			TN	107		
4669126	Y Section	y-section	US		0	America/New_York	36.30511	-82.37903	518			TN	179		
4669161	Yates (historical)	yates-historical	US		0	America/Chicago	35.16258	-87.67447	300			TN	181		
4669179	Yateston	yateston	US		0	America/Chicago	35.88729	-85.59331	303			TN	185		
4669183	Yearwood Addition	yearwood-addition	US		0	America/Chicago	35.84868	-86.34694	188			TN	149		
4669187	Yell	yell	US		0	America/Chicago	35.36924	-86.78694	275			TN	117		
4669192	Yeary Mill	yeary-mill	US		0	America/New_York	36.57981	-83.44407	431			TN	067		
4669209	Yellow Creek	yellow-creek	US		0	America/Chicago	36.15284	-87.50501	181			TN	043		
4669211	Yellow Creek	yellow-creek	US		0	America/Chicago	36.27867	-87.56863	149	Salem,Yellow Creek		TN	083		
4669249	Yettland Park	yettland-park	US		0	America/New_York	35.87648	-83.5785	278			TN	155		
4669253	Yoakum Crossroad	yoakum-crossroad	US		0	America/New_York	36.49869	-83.77547	408	Yoakum Crossroad,Yoakum Crossroads		TN	025		
4669258	Yokley	yokley	US		0	America/Chicago	35.41591	-87.10862	254	Yokely,Yokley,Yorkley		TN	055		
4669290	Yorktown Woods	yorktown-woods	US		0	America/New_York	35.03841	-85.10551	286			TN	065		
4669299	Young (historical)	young-historical	US		0	America/Chicago	35.86812	-85.47386	256			TN	185		
4669301	Young Bend	young-bend	US		0	America/Chicago	35.9209	-85.7272	307			TN	041		
4669344	Young Subdivision	young-subdivision	US		0	America/Chicago	35.98895	-86.46805	157			TN	149		
4669347	Youngblood (historical)	youngblood-historical	US		0	America/Chicago	35.95645	-85.91276	207			TN	041		
4669355	Youngs Crossing	youngs-crossing	US		0	America/Chicago	35.73951	-88.84756	107			TN	113		
4669359	Youngville	youngville	US		0	America/Chicago	36.58532	-86.82583	211			TN	147		
4669360	Yount Town	yount-town	US		0	America/New_York	36.44287	-83.23767	449			TN	067		
4669365	Yum Yum	yum-yum	US		0	America/Chicago	35.34536	-89.36396	130	Yum Yum,Yumyum		TN	047		
4669373	Zacharytown	zacharytown	US		0	America/New_York	36.13925	-83.72768	322			TN	093		
4669383	Zenith	zenith	US		0	America/Chicago	36.42757	-84.73689	322			TN	049		
4669434	Zion Hill	zion-hill	US		0	America/New_York	36.47704	-82.87683	390			TN	073		
4669436	Zion Hill	zion-hill	US		0	America/New_York	35.39813	-84.52104	254			TN	107		
4669478	Zu Zu	zu-zu	US		0	America/Chicago	35.39036	-89.35674	107	Fowlers Store,Zu Zu		TN	047		
4669482	107 West Colonia	107-west-colonia	US		0	America/Chicago	26.3184	-98.26529	41	107 West Colonia,107 West Subdivision Colonia,Acosta 107 Colonia		TX	215		
4669483	11 North-Victoria Road-FM 493 Colonia	11-north-victoria-road-fm-493-colonia	US		0	America/Chicago	26.21341	-98.03139	24			TX	215		
4669484	13 1/2 North-FM 493 Colonia	13-1-2-north-fm-493-colonia	US		0	America/Chicago	26.24924	-98.04028	22			TX	215		
4669485	13 North-2 West Colonia	13-north-2-west-colonia	US		0	America/Chicago	26.24424	-97.93917	17			TX	215		
4669486	15 1/2 North-FM 491 Colonia	15-1-2-north-fm-491-colonia	US		0	America/Chicago	26.28146	-97.91833	17			TX	215		
4669487	17 1/2 North-6 West Colonia	17-1-2-north-6-west-colonia	US		0	America/Chicago	26.30924	-98.02028	21			TX	215		
4669495	1st, 2nd, and 3rd Street Area Colonia	1st-2nd-and-3rd-street-area-colonia	US		0	America/Chicago	28.43333	-97.71139	65			TX	025		
4669497	21 Subdivision Colonia	21-subdivision-colonia	US		0	America/Chicago	25.89036	-97.42831	7			TX	061		
4669498	281 Estates Colonia	281-estates-colonia	US		0	America/Chicago	26.3784	-98.15223	25			TX	215		
4669511	665 Site Colonia	665-site-colonia	US		0	America/Chicago	27.73031	-98.03334	51			TX	249		
4669519	9 North-East FM 493 Colonia	9-north-east-fm-493-colonia	US		0	America/Chicago	26.11535	-98.06639	24			TX	215		
4669535	A F Pierce Colonia	a-f-pierce-colonia	US		0	America/Chicago	26.90421	-99.2742	120			TX	505		
4669585	A T Martinez Colonia	a-t-martinez-colonia	US		0	America/Chicago	26.39034	-98.84336	63			TX	427		
4669592	A and E Ramirez Colonia	a-and-e-ramirez-colonia	US		0	America/Chicago	26.09535	-97.95139	20	A and E Ramirez Colonia,A and E Ramirez Subdivision Colonia,Ramerez A and E Colonia		TX	215		
4669593	A and E Ramirez Colonia Number 2	a-and-e-ramirez-colonia-number-2	US		0	America/Chicago	26.09924	-97.95334	20	A and E Ramirez Colonia Number 2,A and E Ramirez Subdivision Number 2 Colonia		TX	215		
4669628	Aberfoyle	aberfoyle	US		0	America/Chicago	33.30511	-96.02525	184			TX	231		
4669661	Ables Springs	ables-springs	US		0	America/Chicago	32.81485	-96.12108	158			TX	257		
4669665	Abner	abner	US		0	America/Chicago	32.62791	-96.19164	163	Abner,Johnsons Point		TX	257		
4669672	Abram	abram	US		2067	America/Chicago	26.1998	-98.41113	36			TX	215		
4669673	Abram North Colonia	abram-north-colonia	US		0	America/Chicago	26.28729	-98.38641	61	Abram North Colonia,Abram North Subdivision Colonia		TX	215		
4669677	Abshier Settlement	abshier-settlement	US		0	America/Chicago	29.9155	-94.62381	11			TX	291		
4669691	Acacia Colonia	acacia-colonia	US		0	America/Chicago	26.25146	-98.18834	33			TX	215		
4669692	Academy	academy	US		0	America/Chicago	30.98102	-97.34167	147	Academy,Little River-Academy		TX	027		
4669711	Acevedo Colonia Number 4	acevedo-colonia-number-4	US		0	America/Chicago	26.20924	-98.36918	36	Acevedo Colonia Number 4,Acevedo Subdivision Number 4 Colonia		TX	215		
4669712	Acevedo Number 3 Colonia	acevedo-number-3-colonia	US		0	America/Chicago	26.28924	-98.37585	57			TX	215		
4669721	Acosta Colonia	acosta-colonia	US		0	America/Chicago	26.31729	-98.27529	44	Acosta Colonia,Acosta Subdivision Colonia		TX	215		
4669723	Acre Tract Colonia	acre-tract-colonia	US		0	America/Chicago	26.22841	-97.95834	18			TX	215		
4669727	Acme (historical)	acme-historical	US		0	America/Chicago	34.31674	-99.82399	463			TX	197		
4669752	Adam Lee Colonia	adam-lee-colonia	US		0	America/Chicago	26.37646	-98.16723	26	Adam Lee Colonia,Adam Lee Subdivision Colonia		TX	215		
4669780	Adams Gardens	adams-gardens	US		0	America/Chicago	26.16841	-97.7925	17			TX	061		
4669822	Addicks	addicks	US		0	America/Chicago	29.78245	-95.64245	28			TX	201		
4669825	Addielou	addielou	US		0	America/Chicago	33.81483	-95.21662	135			TX	387		
4669831	Addran	addran	US		0	America/Chicago	33.29428	-95.60301	160			TX	223		
4669838	Adina	adina	US		0	America/Chicago	30.4216	-97.17249	134			TX	287		
4669841	Adkins Colonia	adkins-colonia	US		0	America/Chicago	26.1973	-98.12029	30	Adkins Colonia,Adkins Subdivision Colonia		TX	215		
4669847	Admiral	admiral	US		0	America/Chicago	32.29652	-99.29785	503			TX	059		
4669858	Adsul	adsul	US		0	America/Chicago	30.64298	-93.84296	30			TX	351		
4669895	Agnes	agnes	US		0	America/Chicago	32.97929	-97.78864	370			TX	367		
4669907	Agua Dulce Colonia	agua-dulce-colonia	US		0	America/Chicago	26.12924	-97.96528	22			TX	215		
4669910	Agua Dulce Ranch Number 1 Colonia	agua-dulce-ranch-number-1-colonia	US		0	America/Chicago	27.9703	-98.02722	70			TX	249		
4669911	Agua Dulce Ranch Number 2 Colonia	agua-dulce-ranch-number-2-colonia	US		0	America/Chicago	27.94724	-98.03139	67			TX	249		
4669912	Agua Dulce Ranch Number 3 Colonia	agua-dulce-ranch-number-3-colonia	US		0	America/Chicago	27.9603	-98.03028	65			TX	249		
4669929	Agua Nueva	agua-nueva	US		0	America/Chicago	26.90172	-98.6003	127			TX	247		
4669940	Aguilares	aguilares	US		21	America/Chicago	27.44864	-99.08725	183			TX	479		
4669941	Aguilares Acres Colonia	aguilares-acres-colonia	US		0	America/Chicago	27.45225	-99.09225	178			TX	479		
4669956	Aikin Grove	aikin-grove	US		0	America/Chicago	33.55567	-95.04855	115	Aiken Grove,Aikin Grove		TX	387		
4669958	Aimee Acres Colonia	aimee-acres-colonia	US		0	America/Chicago	27.93335	-98.03417	79			TX	249		
4669959	Aimee Acres Number 2 Colonia	aimee-acres-number-2-colonia	US		0	America/Chicago	27.93724	-98.03639	83			TX	249		
4669970	Airport City	airport-city	US		0	America/Chicago	29.53301	-98.3014	223			TX	029		
4669973	Airport Heights Colonia	airport-heights-colonia	US		0	America/Chicago	26.40923	-98.83642	79			TX	427		
4669978	Airport Road Addition	airport-road-addition	US		93	America/Chicago	27.22004	-98.09945	31			TX	047		
4669979	Airport Road Addition Colonia	airport-road-addition-colonia	US		0	America/Chicago	27.21421	-98.11223	32			TX	047		
4669992	Ala Blanca Colonia	ala-blanca-colonia	US		0	America/Chicago	26.41034	-98.99836	66			TX	427		
4669993	Ala Blanca Colonia Number 1	ala-blanca-colonia-number-1	US		0	America/Chicago	26.2223	-98.35529	42	Ala Blanca Colonia Number 1,Ala Blanca Subdivision Number 1 Colonia		TX	215		
4669994	Ala Blanca Colonia Number 2	ala-blanca-colonia-number-2	US		0	America/Chicago	26.22035	-98.35335	43	Ala Blanca Colonia Number 2,Ala Blanca Subdivision Number 2 Colonia		TX	215		
4669995	Ala Blanca Colonia Number 3	ala-blanca-colonia-number-3	US		0	America/Chicago	26.22035	-98.35418	42	Ala Blanca Colonia Number 3,Ala Blanca Subdivision Number 3 Colonia		TX	215		
4669996	Ala Blanca Colonia Number 4	ala-blanca-colonia-number-4	US		0	America/Chicago	26.22035	-98.35529	41	Ala Blanca Colonia Number 4,Ala Blanca Subdivision Number 4 Colonia		TX	215		
4669997	Ala Blanca Norte Number 1 Colonia	ala-blanca-norte-number-1-colonia	US		0	America/Chicago	26.22341	-98.35224	44			TX	215		
4669998	Ala Blanca Norte Number 2 Colonia	ala-blanca-norte-number-2-colonia	US		0	America/Chicago	26.22841	-98.35141	43			TX	215		
4669999	Ala Blanca Norte Number 3 Colonia	ala-blanca-norte-number-3-colonia	US		0	America/Chicago	26.22535	-98.35418	43			TX	215		
4670000	Ala Blanca Norte Number 4 Colonia	ala-blanca-norte-number-4-colonia	US		0	America/Chicago	26.2273	-98.35335	43			TX	215		
4670002	Akin Development Colonia	akin-development-colonia	US		0	America/Chicago	26.23729	-98.38418	46	Akin Development Colonia,Akin Development Subdivision Colonia		TX	215		
4670006	Alabama-Arkansas Colonia	alabama-arkansas-colonia	US		0	America/Chicago	25.86536	-97.38331	5	Alabama-Arkansas Colonia,La Coma Colonia		TX	061		
4670021	Alamo Beach	alamo-beach	US		0	America/Chicago	28.58	-96.58637	4			TX	057		
4670029	Alamo Heights	alamo-heights	US		8038	America/Chicago	29.48495	-98.46585	244	Alamo Khajts,alamw hayts,alamw hayts  tgzas,Аламо Хајтс,آلامو هایتس، تگزاس,ألامو هايتس		TX	029		
4670043	Alamo Orchards Colonia	alamo-orchards-colonia	US		0	America/Chicago	26.1623	-98.12918	30			TX	215		
4670050	Alamo Rose RV Resort Colonia	alamo-rose-rv-resort-colonia	US		0	America/Chicago	26.16924	-98.12334	31			TX	215		
4670079	Alazan	alazan	US		0	America/Chicago	31.58323	-94.78604	110			TX	347		
4670108	Alberta Acres Colonia	alberta-acres-colonia	US		0	America/Chicago	26.24729	-98.10529	28			TX	215		
4670109	Alberta Estates Number 2 Colonia	alberta-estates-number-2-colonia	US		0	America/Chicago	26.24924	-98.15223	30			TX	215		
4670112	Albino Rodriguez Estates Colonia	albino-rodriguez-estates-colonia	US		0	America/Chicago	26.25841	-98.13834	30			TX	215		
4670121	Alco	alco	US		0	America/Chicago	31.35213	-94.57048	86			TX	005		
4670146	Aldine	aldine	US		15869	America/Chicago	29.93245	-95.38021	25			TX	201		
4670171	Alejandrenas	alejandrenas	US		0	America/Chicago	26.77727	-99.14031	99			TX	505		
4670172	Aleman	aleman	US		0	America/Chicago	31.63238	-98.04225	357			TX	193		
4670179	Alex Cavazos Colonia	alex-cavazos-colonia	US		0	America/Chicago	26.26035	-98.34224	55	Alex Cavazos Colonia,Alex Cavazos Subdivision Colonia		TX	215		
4670213	Alexanders Store	alexanders-store	US		0	America/Chicago	31.61712	-93.92658	79			TX	419		
4670216	Aley	aley	US		0	America/Chicago	32.32181	-96.2572	109	Aley,Flat Foot		TX	213		
4670220	Alfred Acres Colonia	alfred-acres-colonia	US		0	America/Chicago	27.88724	-97.97833	47			TX	249		
4670222	Alfred Hilltop Estates Colonia	alfred-hilltop-estates-colonia	US		0	America/Chicago	27.90835	-97.96139	52			TX	249		
4670227	Alfredo Garza Colonia	alfredo-garza-colonia	US		0	America/Chicago	26.22341	-97.48832	5			TX	061		
4670228	Algerita	algerita	US		0	America/Chicago	31.22794	-98.8531	398			TX	411		
4670230	Algoa	algoa	US		0	America/Chicago	29.40246	-95.16938	10			TX	167		
4670232	Algodon Colonia	algodon-colonia	US		0	America/Chicago	27.96641	-97.40222	17	Algodon Colonia,South Taft Colonia		TX	409		
4670235	Alice Acres	alice-acres	US		490	America/Chicago	27.72864	-98.11473	71			TX	249		
4670236	Alice Acres Colonia	alice-acres-colonia	US		0	America/Chicago	27.72531	-98.11834	71			TX	249		
4670320	Allen Chapel	allen-chapel	US		0	America/Chicago	31.3724	-95.15049	91			TX	225		
4670353	Allen Point	allen-point	US		0	America/Chicago	33.64483	-95.90775	195	Allen Point,Allens Point		TX	147		
4670368	Allenfarm	allenfarm	US		0	America/Chicago	30.39937	-96.24385	61			TX	041		
4670372	Allens Chapel	allens-chapel	US		0	America/Chicago	33.64733	-95.96025	189	Allen's Chapel,Allens Chapel		TX	147		
4670466	Alma Colonia	alma-colonia	US		0	America/Chicago	26.33646	-98.1864	27	Alma Colonia,Alma Subdivision Colonia		TX	215		
4670467	Almeda	almeda	US		0	America/Chicago	29.60412	-95.41716	17			TX	201		
4670472	Almeda Plaza	almeda-plaza	US		0	America/Chicago	29.6344	-95.41855	15			TX	201		
4670480	Aloe	aloe	US		0	America/Chicago	28.76666	-97.0761	32			TX	469		
4670481	Aloha Village Colonia	aloha-village-colonia	US		0	America/Chicago	26.2934	-98.31918	49	Aloha Village Colonia,Aloha Village Subdivision Colonia		TX	215		
4670491	Alsa	alsa	US		0	America/Chicago	32.81846	-96.03386	164			TX	467		
4670493	Alsdorf	alsdorf	US		0	America/Chicago	32.40514	-96.53582	122			TX	139		
4670494	Alsonia Colonia	alsonia-colonia	US		0	America/Chicago	26.4384	-98.1464	26			TX	215		
4670506	Alta Vista Colonia	alta-vista-colonia	US		0	America/Chicago	28.89914	-99.10642	189			TX	163		
4670507	Alta Vista Colonia	alta-vista-colonia	US		0	America/Chicago	26.30229	-98.35224	53	Alta Vista Colonia,Alta Vista Subdivision Colonia		TX	215		
4670522	Altamira West Number 2 Colonia	altamira-west-number-2-colonia	US		0	America/Chicago	26.29035	-98.18723	30			TX	215		
4670529	Alto Bonito	alto-bonito	US		569	America/Chicago	26.30757	-98.6403	72			TX	427		
4670530	Alto Bonito Colonia	alto-bonito-colonia	US		624	America/Chicago	26.30424	-98.6403	68			TX	427		
4670531	Alto Bonito Heights Colonia	alto-bonito-heights-colonia	US		0	America/Chicago	26.31535	-98.64141	68			TX	427		
4670539	Alto Colorado	alto-colorado	US		0	America/Chicago	27.15671	-98.12695	31			TX	047		
4670544	Alto Real Colonia	alto-real-colonia	US		0	America/Chicago	26.14924	-97.85722	18	Alto Real Colonia,Alto Real Subdivision Colonia		TX	061		
4670545	Alto Springs	alto-springs	US		0	America/Chicago	31.28601	-96.67054	138			TX	145		
4670554	Altoga	altoga	US		0	America/Chicago	33.24984	-96.48943	169			TX	085		
4670562	Alton North (historical)	alton-north-historical	US		5541	America/Chicago	26.29535	-98.30446	47	Alton North,Alton North (historical)		TX	215		
4670565	Alturas de Azahares Colonia	alturas-de-azahares-colonia	US		0	America/Chicago	26.24841	-98.29418	46			TX	215		
4670566	Alum	alum	US		0	America/Chicago	29.29524	-97.96473	147			TX	493		
4670581	Alvacan Colonia	alvacan-colonia	US		0	America/Chicago	26.33229	-98.18334	28	Alvacan Colonia,Alvacan Subdivision Colonia		TX	215		
4670608	Alysonders Estates Colonia	alysonders-estates-colonia	US		0	America/Chicago	26.22646	-98.36141	44			TX	215		
4670609	Amada Acres Colonia	amada-acres-colonia	US		0	America/Chicago	26.3434	-98.74141	49			TX	427		
4670616	Amargosa Colonia	amargosa-colonia	US		291	America/Chicago	27.88641	-98.10723	86			TX	249		
4670620	Amaya Colonia	amaya-colonia	US		93	America/Chicago	28.71026	-99.83533	176			TX	507		
4670628	Amber Land Colonia	amber-land-colonia	US		0	America/Chicago	26.27535	-98.28529	44	Amber Land Colonia,Amber Land Subdivision Colonia,Amberland Colonia		TX	215		
4670663	Americana Colonia	americana-colonia	US		0	America/Chicago	26.35924	-98.13918	27			TX	215		
4670664	Americana Grove Colonia	americana-grove-colonia	US		0	America/Chicago	26.21035	-98.37724	38	Americana Grove Colonia,Americana Grove Subdivision Colonia		TX	215		
4670665	Americana Grove Number 2 Colonia	americana-grove-number-2-colonia	US		0	America/Chicago	26.21035	-98.37724	38			TX	215		
4670675	Amigo Park Colonia Number 1	amigo-park-colonia-number-1	US		0	America/Chicago	26.23841	-98.2664	37	Amigo Park Colonia Number 1,Amigo Park Subdivision Number 1 and 2 Colonia		TX	215		
4670676	Amigo Park Number 3 Colonia	amigo-park-number-3-colonia	US		0	America/Chicago	26.23924	-98.26835	37			TX	215		
4670683	Ammannsville	ammannsville	US		0	America/Chicago	29.78912	-96.85859	123	Ammannsville,Ammansville		TX	149		
4670684	Ammans Crossing	ammans-crossing	US		0	America/Chicago	29.89494	-98.67114	362			TX	259		
4670694	Amargosa Number 2 Colonia	amargosa-number-2-colonia	US		0	America/Chicago	27.88419	-98.10417	83			TX	249		
4670695	Amphion	amphion	US		0	America/Chicago	28.99858	-98.63558	138			TX	013		
4670701	Anacua Colonia	anacua-colonia	US		0	America/Chicago	26.38645	-98.92031	54			TX	427		
4670714	Anaqua Addition Colonia	anaqua-addition-colonia	US		0	America/Chicago	26.1623	-98.01528	24			TX	215		
4670717	Anarene	anarene	US		0	America/Chicago	33.48511	-98.66617	345			TX	009		
4670783	Anderson Mill	anderson-mill	US		8744	America/Chicago	30.45492	-97.80584	292			TX	491		
4670798	Anderson Ways	anderson-ways	US		0	America/Chicago	29.26079	-94.90631	2	Anderson Way,Anderson Ways		TX	167		
4670800	Andice	andice	US		0	America/Chicago	30.78213	-97.85224	307			TX	491		
4670835	Angel City	angel-city	US		0	America/Chicago	28.71665	-97.54111	68			TX	175		
4670836	Angel Haven Colonia	angel-haven-colonia	US		0	America/Chicago	25.8673	-97.43026	8			TX	061		
4670837	Angela Colonia	angela-colonia	US		0	America/Chicago	26.12841	-97.98028	23			TX	215		
4670848	Angler	angler	US		0	America/Chicago	32.59403	-95.25356	97			TX	499		
4670862	Angus	angus	US		415	America/Chicago	32.00627	-96.43304	133			TX	349		
4670864	Anhalt	anhalt	US		0	America/Chicago	29.79411	-98.47557	372			TX	091		
4670874	Anna Lisa Colonia	anna-lisa-colonia	US		0	America/Chicago	26.30229	-98.28418	46	Anna Lisa Colonia,Anna Lisa Subdivision Colonia,Annalisa Colonia		TX	215		
4670879	Annaville	annaville	US		0	America/Chicago	27.83863	-97.58305	21			TX	355		
4670880	Annaville	annaville	US		0	America/Chicago	33.11706	-97.57197	220			TX	497		
4670886	Annetta	annetta	US		1442	America/Chicago	32.7093	-97.67614	265	Anneta,Annetta		TX	367		
4670887	Annetta North	annetta-north	US		573	America/Chicago	32.7193	-97.67586	262			TX	367		
4670888	Annetta South	annetta-south	US		558	America/Chicago	32.66819	-97.66058	297			TX	367		
4670927	Antelope Crossing	antelope-crossing	US		0	America/Chicago	31.24684	-97.87197	233			TX	099		
4670930	Antelope Gap (historical)	antelope-gap-historical	US		0	America/Chicago	31.30572	-98.46448	458	Antelope Gap (historical),Antelopegap		TX	333		
4670952	Anthony Harbor	anthony-harbor	US		0	America/Chicago	31.26547	-94.12325	57			TX	405		
4670962	Antioch (historical)	antioch-historical	US		0	America/Chicago	31.09741	-95.50411	92	Antioch (historical),Nevills Prairie		TX	225		
4671043	Antonio Santos Colonia	antonio-santos-colonia	US		0	America/Chicago	27.6514	-99.61921	133	Antonio Santos Colonia,Antonio Santos Subdivision Colonia		TX	479		
4671070	Apolonia	apolonia	US		0	America/Chicago	30.49326	-95.90995	126			TX	185		
4671103	Appelt Hill	appelt-hill	US		0	America/Chicago	29.51829	-96.90887	87			TX	285		
4671116	Appleby	appleby	US		472	America/Chicago	31.71629	-94.60493	125			TX	347		
4671150	Arbala	arbala	US		0	America/Chicago	32.98762	-95.65329	150			TX	223		
4671153	Arbor	arbor	US		0	America/Chicago	32.25349	-94.51409	125			TX	365		
4671166	Arcadia Park	arcadia-park	US		0	America/Chicago	32.74958	-96.91056	160			TX	113		
4671173	Arbor	arbor	US		0	America/Chicago	31.29435	-95.29466	95			TX	225		
4671190	Arco Iris Colonia	arco-iris-colonia	US		0	America/Chicago	26.25229	-98.36141	50	Arco Iris Colonia,Arco Iris Subdivision Colonia		TX	215		
4671191	Arco Iris Number 2 Colonia	arco-iris-number-2-colonia	US		0	America/Chicago	26.24146	-98.14418	30			TX	215		
4671194	Arcola Junction	arcola-junction	US		0	America/Chicago	29.50301	-95.46244	19			TX	157		
4671201	Ardis Heights	ardis-heights	US		0	America/Chicago	33.13928	-96.07303	161			TX	231		
4671209	Argo	argo	US		0	America/Chicago	33.25512	-94.89493	114			TX	449		
4671210	Arguello Colonia	arguello-colonia	US		0	America/Chicago	26.21424	-98.14918	31			TX	215		
4671211	Arguello Number 2 Colonia	arguello-number-2-colonia	US		0	America/Chicago	26.21424	-98.14918	31			TX	215		
4671218	Ariel Hinojosa Colonia	ariel-hinojosa-colonia	US		0	America/Chicago	26.23841	-98.36418	44	Ariel Hinojosa Colonia,Ariel Hinojosa Subdivision Colonia		TX	215		
4671219	Ariel Hinojosa Colonia Number 3	ariel-hinojosa-colonia-number-3	US		0	America/Chicago	26.27924	-98.36529	56	Ariel Hinojosa Colonia Number 3,Ariel Hinojosa Subdivision Number 3 Colonia		TX	215		
4671224	Arizona	arizona	US		0	America/Chicago	30.78963	-95.468	84			TX	471		
4671236	Arlam	arlam	US		0	America/Chicago	31.87628	-94.5341	122	Arlam,Arlen		TX	401		
4671296	Armstrong Landing	armstrong-landing	US		0	America/Chicago	33.22735	-94.2788	69			TX	067		
4671305	Armstrong's Alton Colonia	armstrong-s-alton-colonia	US		0	America/Chicago	26.2884	-98.31224	49	Armstrong's Alton Colonia,Armstrong's Alton Subdivision Colonia		TX	215		
4671307	Arneckeville	arneckeville	US		0	America/Chicago	28.99248	-97.27221	65	Arneckeville,Arneckville		TX	123		
4671343	Arriaga Colonia	arriaga-colonia	US		0	America/Chicago	26.22146	-98.0864	26	Arriaga Colonia,Arriaga Subdivision Colonia		TX	215		
4671357	Arroyo Alto	arroyo-alto	US		351	America/Chicago	26.13563	-97.82194	16			TX	061		
4671358	Arroyo Alto Colonia	arroyo-alto-colonia	US		0	America/Chicago	26.13535	-97.82222	16			TX	061		
4671359	Arroyo City	arroyo-city	US		0	America/Chicago	26.33785	-97.43415	1			TX	061		
4671361	Arroyo City Subdivision Colonia	arroyo-city-subdivision-colonia	US		0	America/Chicago	26.34535	-97.41915	1			TX	061		
4671362	Arroyo Colorado Estates Colonia	arroyo-colorado-estates-colonia	US		997	America/Chicago	26.18924	-97.60832	7	Arroyo Colorado Estates		TX	061		
4671363	Arroyo Gardens Number 1 Colonia	arroyo-gardens-number-1-colonia	US		0	America/Chicago	26.19535	-97.50332	6			TX	061		
4671364	Arroyo Gardens Number 2 Colonia	arroyo-gardens-number-2-colonia	US		0	America/Chicago	26.2373	-97.49832	5			TX	061		
4671365	Arroyo Gardens Number 4 Colonia	arroyo-gardens-number-4-colonia	US		0	America/Chicago	26.24424	-97.48026	4			TX	061		
4671369	Arredondo Colonia	arredondo-colonia	US		0	America/Chicago	26.38423	-98.83725	57			TX	427		
4671407	Asa	asa	US		0	America/Chicago	31.41434	-97.05416	119			TX	309		
4671486	Asia	asia	US		0	America/Chicago	30.99824	-94.86938	77			TX	373		
4671517	Astin	astin	US		0	America/Chicago	30.70686	-96.5633	78			TX	395		
4671524	Atascocita	atascocita	US		65844	America/Chicago	29.99883	-95.1766	22			TX	201		
4671539	Atascosito	atascosito	US		0	America/Chicago	30.09188	-94.7627	8	Atascosito,Trinaty Atascosito		TX	291		
4671540	Atascosito Crossing (historical)	atascosito-crossing-historical	US		0	America/Chicago	29.66218	-96.45052	49			TX	089		
4671544	Ater	ater	US		0	America/Chicago	31.52322	-97.86114	257			TX	099		
4671603	Atreco	atreco	US		0	America/Chicago	29.97966	-93.88267	2	Atreca,Atreco		TX	245		
4671604	Attoyac	attoyac	US		0	America/Chicago	31.55879	-94.35798	94	Attoyac,Black Jack		TX	347		
4671612	Atwell	atwell	US		0	America/Chicago	32.26124	-99.13423	555			TX	059		
4671626	Audelia	audelia	US		0	America/Chicago	32.90929	-96.71722	168			TX	113		
4671652	Aurora Longoria Colonia	aurora-longoria-colonia	US		0	America/Chicago	26.21341	-97.82639	13			TX	061		
4671691	Austin Gardens Colonia	austin-gardens-colonia	US		0	America/Chicago	26.34646	-98.19834	31			TX	215		
4671745	Austonio	austonio	US		0	America/Chicago	31.18574	-95.63856	77	Austonio,Pearville		TX	225		
4671748	Authon	authon	US		0	America/Chicago	32.86846	-97.94393	310			TX	367		
4671758	Avant Prairie	avant-prairie	US		0	America/Chicago	31.60962	-96.1808	138			TX	161		
4671778	Avonak	avonak	US		0	America/Chicago	30.09466	-95.50688	44			TX	201		
4671809	Azteca Acres Colonia	azteca-acres-colonia	US		0	America/Chicago	26.21035	-98.15418	32			TX	215		
4671840	B and E Colonia	b-and-e-colonia	US		518	America/Chicago	26.35646	-98.75419	68	B and E Colonia,Chapa Colonia		TX	427		
4671843	B and P Bridge Colonia	b-and-p-bridge-colonia	US		0	America/Chicago	26.0673	-97.95028	21	B and P Bridge Colonia,Toluca Ranch Colonia		TX	215		
4671854	BJB Colonia	bjb-colonia	US		0	America/Chicago	26.3784	-98.14529	26	BJB Colonia,BJB Subdivision Colonia		TX	215		
4671864	Baby Head (historical)	baby-head-historical	US		0	America/Chicago	30.88823	-98.65309	419	Baby Head (historical),Babyhead		TX	299		
4671896	Bacon	bacon	US		0	America/Chicago	33.99343	-98.54533	319			TX	485		
4671918	Bagby	bagby	US		0	America/Chicago	33.48455	-95.91941	172			TX	147		
4671922	Bader	bader	US		0	America/Chicago	29.37162	-98.95475	308			TX	325		
4671977	Bailey Prairie	bailey-prairie	US		727	America/Chicago	29.15191	-95.50883	9	Bailey Prairie,Bailey's Prairie		TX	039		
4672075	Bald Hill	bald-hill	US		0	America/Chicago	31.23963	-94.64493	83			TX	005		
4672081	Balcones Heights	balcones-heights	US		3254	America/Chicago	29.48801	-98.55169	253			TX	029		
4672098	Bald Prairie	bald-prairie	US		0	America/Chicago	31.22351	-96.43275	135			TX	395		
4672135	Ballard Crossing	ballard-crossing	US		0	America/Chicago	31.53988	-98.08864	317			TX	193		
4672142	Balli Colonia Number 1	balli-colonia-number-1	US		0	America/Chicago	26.15841	-98.04139	27	Balli Colonia Number 1,Balli Subdivision Number 1 Colonia		TX	215		
4672143	Balli Estates Colonia	balli-estates-colonia	US		0	America/Chicago	26.14146	-98.03834	23			TX	215		
4672144	Balli Number 2 Colonia	balli-number-2-colonia	US		0	America/Chicago	26.1623	-98.02639	25			TX	215		
4672154	Balsora	balsora	US		0	America/Chicago	33.11623	-97.85198	295	Balsora,Balzora,Wild Horse Prairie		TX	497		
4672160	Bammel	bammel	US		0	America/Chicago	30.00689	-95.46355	35			TX	201		
4672177	Bandera Falls	bandera-falls	US		0	America/Chicago	29.67717	-98.96336	358			TX	019		
4672201	Bankersmith	bankersmith	US		0	America/Chicago	30.12576	-98.82142	537	Banker Smith,Bankersmith		TX	259		
4672205	Bannas Junction	bannas-junction	US		0	America/Chicago	31.60322	-97.19473	135			TX	309		
4672236	Bar Colonia Number 6	bar-colonia-number-6	US		0	America/Chicago	26.3384	-98.19918	29	Bar Colonia Number 6,Bar Subdivision Number 6 Colonia		TX	215		
4672238	Bar Number 2 Colonia	bar-number-2-colonia	US		0	America/Chicago	26.33646	-98.12418	25			TX	215		
4672239	Bar Number 3 Colonia	bar-number-3-colonia	US		0	America/Chicago	26.3184	-97.97722	20			TX	215		
4672240	Bar Number 4 Colonia	bar-number-4-colonia	US		0	America/Chicago	26.22341	-98.14223	31			TX	215		
4672241	Bar Number 5 Colonia	bar-number-5-colonia	US		0	America/Chicago	26.34035	-98.11917	25			TX	215		
4672242	Bar Number 7 Colonia	bar-number-7-colonia	US		0	America/Chicago	26.20146	-98.08834	28			TX	215		
4672249	Barado	barado	US		0	America/Chicago	30.62409	-95.47966	116			TX	471		
4672260	Barbarosa	barbarosa	US		0	America/Chicago	29.70134	-98.00306	186			TX	187		
4672305	Barbosa-Lopez Colonia Number 1	barbosa-lopez-colonia-number-1	US		0	America/Chicago	26.19035	-98.01417	24	Barbosa-Lopez Colonia Number 1,Barbosa-Lopez Subdivision Number 1 Colonia		TX	215		
4672334	Barkman	barkman	US		0	America/Chicago	33.5254	-94.24436	97			TX	037		
4672397	Barney Groves Colonia	barney-groves-colonia	US		0	America/Chicago	26.29424	-98.34418	52	Barney Groves Colonia,Barney Groves Subdivision Colonia		TX	215		
4672419	Barrera Colonia	barrera-colonia	US		0	America/Chicago	26.3934	-98.89919	67			TX	427		
4672431	Barrington Heights Colonia	barrington-heights-colonia	US		0	America/Chicago	26.17341	-97.82722	17			TX	061		
4672434	Barrios Colonia	barrios-colonia	US		0	America/Chicago	25.94536	-97.40915	4	Barrio Subdivision Colonia,Barrios Colonia		TX	061		
4672435	Barrios Number 2 Colonia	barrios-number-2-colonia	US		0	America/Chicago	26.2223	-98.1514	31			TX	215		
4672477	Bartholomew Crossing	bartholomew-crossing	US		0	America/Chicago	33.05233	-99.32675	377			TX	447		
4672487	Bartley Woods	bartley-woods	US		0	America/Chicago	33.489	-96.02719	193			TX	147		
4672494	Barton Creek	barton-creek	US		3077	America/Chicago	30.28521	-97.86917	250			TX	453		
4672509	Bartons Chapel	bartons-chapel	US		0	America/Chicago	33.06456	-98.23644	336			TX	237		
4672514	Bartonville	bartonville	US		1680	America/Chicago	33.07318	-97.13168	195	Bartonville,Earthenville		TX	121		
4672525	Basham Colonia (M and B)	basham-colonia-m-and-b	US		0	America/Chicago	26.26646	-98.34335	56	Basham Colonia (M and B),Basham Subdivision Colonia,M and B Colonia		TX	215		
4672527	Basham Number 1 Colonia	basham-number-1-colonia	US		0	America/Chicago	26.26146	-98.35529	55			TX	215		
4672528	Basham Number 11 Colonia	basham-number-11-colonia	US		0	America/Chicago	26.25341	-98.36141	50			TX	215		
4672529	Basham Number 12 Colonia	basham-number-12-colonia	US		0	America/Chicago	26.26924	-98.38224	56			TX	215		
4672530	Basham Number 13 Colonia	basham-number-13-colonia	US		0	America/Chicago	26.2734	-98.38141	57			TX	215		
4672531	Basham Number 14 Colonia	basham-number-14-colonia	US		0	America/Chicago	26.32035	-98.27724	44			TX	215		
4672532	Basham Number 15 Colonia	basham-number-15-colonia	US		0	America/Chicago	26.24146	-98.36335	45			TX	215		
4672533	Basham Number 16 Colonia	basham-number-16-colonia	US		0	America/Chicago	26.27229	-98.38224	56			TX	215		
4672534	Basham Number 18 Colonia	basham-number-18-colonia	US		0	America/Chicago	26.24341	-98.36724	44			TX	215		
4672535	Basham Number 19 Colonia	basham-number-19-colonia	US		0	America/Chicago	26.22646	-98.37585	40			TX	215		
4672536	Basham Number 2 Colonia	basham-number-2-colonia	US		0	America/Chicago	26.26035	-98.3414	55			TX	215		
4672537	Basham Number 3 Colonia	basham-number-3-colonia	US		0	America/Chicago	26.35424	-98.35224	59			TX	215		
4672538	Basham Number 4 Colonia	basham-number-4-colonia	US		0	America/Chicago	26.27729	-98.36141	56			TX	215		
4672539	Basham Number 5 Colonia	basham-number-5-colonia	US		0	America/Chicago	26.2834	-98.35529	54			TX	215		
4672540	Basham Number 6 Colonia	basham-number-6-colonia	US		0	America/Chicago	26.25535	-98.34224	51			TX	215		
4672541	Basham Number 7 Colonia	basham-number-7-colonia	US		0	America/Chicago	26.25229	-98.34224	47			TX	215		
4672542	Basham Number 8 Colonia	basham-number-8-colonia	US		0	America/Chicago	26.2834	-98.36029	56			TX	215		
4672543	Basham Number 9 Colonia	basham-number-9-colonia	US		0	America/Chicago	26.3284	-98.34418	56			TX	215		
4672547	Basham Number 10 Colonia	basham-number-10-colonia	US		0	America/Chicago	26.26341	-98.33724	54			TX	215		
4672566	Basin Springs	basin-springs	US		0	America/Chicago	33.72677	-96.83695	215			TX	181		
4672591	Bateman	bateman	US		0	America/Chicago	29.95133	-97.47527	148			TX	021		
4672596	Bastrop Beach	bastrop-beach	US		0	America/Chicago	29.11191	-95.37244	2			TX	039		
4672611	Batson Gardens Colonia	batson-gardens-colonia	US		0	America/Chicago	26.32424	-98.18918	28			TX	215		
4672615	Battle	battle	US		0	America/Chicago	31.55267	-96.88944	174			TX	309		
4672646	Bausell and Ellis Colonia	bausell-and-ellis-colonia	US		0	America/Chicago	26.43229	-97.78722	9	Bausell & Ellis Colonia,Bausell and Ellis Colonia,Lyford North Colonia		TX	489		
4672648	Bautista Colonia	bautista-colonia	US		0	America/Chicago	25.92425	-97.42415	6			TX	061		
4672669	Bay Harbor	bay-harbor	US		0	America/Chicago	29.12746	-95.06854	2			TX	167		
4672672	Bay Oaks	bay-oaks	US		0	America/Chicago	29.6419	-95.01687	4			TX	201		
4672673	Bay Shore Park	bay-shore-park	US		0	America/Chicago	29.65856	-95.00437	1			TX	201		
4672718	Bayridge Park	bayridge-park	US		0	America/Chicago	29.66578	-95.00854	4			TX	201		
4672730	Bayside Terrace	bayside-terrace	US		0	America/Chicago	29.62717	-95.01382	3			TX	201		
4672749	Bayview Estates Colonia	bayview-estates-colonia	US		0	America/Chicago	28.01418	-97.21721	3			TX	409		
4672760	Bayou Vista	bayou-vista	US		1592	America/Chicago	29.32635	-94.93853	2			TX	167		
4672797	Beamsley Colonia	beamsley-colonia	US		0	America/Chicago	26.23424	-98.1964	34	Beamsley Colonia,Beamsley Subdivision Colonia		TX	215		
4672949	Beard	beard	US		0	America/Chicago	29.67746	-96.25108	55			TX	015		
4672976	Beasley Crossing	beasley-crossing	US		0	America/Chicago	31.45627	-99.10866	391			TX	307		
4672988	Beaukiss	beaukiss	US		0	America/Chicago	30.44298	-97.24444	149			TX	491		
4672994	Beaumont Place	beaumont-place	US		0	America/Chicago	29.83717	-95.19966	12			TX	201		
4673005	Beauxart Gardens	beauxart-gardens	US		0	America/Chicago	29.96077	-94.0349	4			TX	245		
4673047	Bebe	bebe	US		0	America/Chicago	29.41524	-97.63722	120			TX	177		
4673089	Beckmann	beckmann	US		0	America/Chicago	29.60939	-98.60224	318	Beckman,Beckmann		TX	029		
4673132	Bee Cave	bee-cave	US		6292	America/Chicago	30.30854	-97.94501	280	Bee Cave,Bee Caves,Beecaves		TX	453		
4673174	Bee Crest Colonia	bee-crest-colonia	US		0	America/Chicago	28.7422	-99.85839	187	Bee Crest Colonia,Bee Crest Subdivision Colonia,Leija Colonia		TX	507		
4673179	Bee House	bee-house	US		0	America/Chicago	31.40266	-98.08114	359	Bee House,Bee House Bee		TX	099		
4673181	Bee House	bee-house	US		0	America/Chicago	31.40239	-98.08086	358	Bee House,Beehouse		TX	099		
4673260	Belco	belco	US		0	America/Chicago	31.13601	-97.33945	216			TX	027		
4673265	Belcherville	belcherville	US		0	America/Chicago	33.8026	-97.83225	276			TX	337		
4673277	Belfalls	belfalls	US		0	America/Chicago	31.17323	-97.20361	167			TX	027		
4673292	Bell Branch	bell-branch	US		0	America/Chicago	32.24348	-96.92555	157			TX	139		
4673348	Bella Vista Colonia	bella-vista-colonia	US		0	America/Chicago	26.38034	-98.84336	56			TX	427		
4673349	Bella Vista Estates Colonia	bella-vista-estates-colonia	US		0	America/Chicago	26.27535	-98.32224	52	Bella Vista Estates Colonia,Bella Vista Estates Subdivision Colonia		TX	215		
4673358	Bellaire Colonia	bellaire-colonia	US		0	America/Chicago	26.12841	-98.00917	23			TX	215		
4673365	Bellaire Junction	bellaire-junction	US		0	America/Chicago	29.72717	-95.44772	18			TX	201		
4673371	Bellaire West	bellaire-west	US		0	America/Chicago	29.69662	-95.57522	22			TX	201		
4673389	Bellmead	bellmead	US		10164	America/Chicago	31.59405	-97.10889	133			TX	309		
4673396	Bellview	bellview	US		0	America/Chicago	32.78263	-95.69774	127			TX	379		
4673409	Belmena	belmena	US		0	America/Chicago	30.9088	-96.90859	110	Bellmena Village,Belmena		TX	331		
4673416	Belott	belott	US		0	America/Chicago	31.43074	-95.30605	111			TX	225		
4673421	Belt Junction	belt-junction	US		0	America/Chicago	32.70013	-97.35363	205			TX	439		
4673428	Belle Plain	belle-plain	US		0	America/Chicago	32.31096	-99.36091	563			TX	059		
4673450	Ben	ben	US		0	America/Chicago	32.68013	-95.54135	117			TX	499		
4673451	Ben Arnold	ben-arnold	US		0	America/Chicago	30.9638	-96.98804	121	Ben Arnold,Benarnold		TX	331		
4673477	Benavides Colonia Number 2	benavides-colonia-number-2	US		0	America/Chicago	26.28146	-98.5653	63	Benavides Colonia Number 2,Benavides Subdivision Number 2 Colonia		TX	215		
4673482	Benbrook	benbrook	US		22629	America/Chicago	32.67319	-97.46058	210	Benbruk,bnbrwk,bnbrwk  tgzas,Бенбрук,بنبروك,بنبروک، تگزاس		TX	439		
4673489	Benchley	benchley	US		0	America/Chicago	30.74853	-96.45858	100			TX	395		
4673496	Bendetsen	bendetsen	US		0	America/Chicago	30.32354	-95.09966	39			TX	291		
4673505	Benevides Colonia	benevides-colonia	US		0	America/Chicago	26.27229	-98.55836	59	Benevides Colonia,Benevides Subdivision Number 1 Colonia		TX	215		
4673508	Benita Addition Colonia	benita-addition-colonia	US		0	America/Chicago	26.17341	-98.07417	29			TX	215		
4673509	Benitez Colonia	benitez-colonia	US		0	America/Chicago	26.50534	-97.77027	9			TX	489		
4673516	Benjamin Perez Colonia	benjamin-perez-colonia	US		0	America/Chicago	26.40645	-98.90031	74			TX	427		
4673554	Bentonville Acres Colonia	bentonville-acres-colonia	US		0	America/Chicago	27.73919	-97.95722	44			TX	249		
4673559	Bentsen Colonia	bentsen-colonia	US		0	America/Chicago	26.21535	-98.27029	39			TX	215		
4673564	Bentsen Palm RV Park Number 2 Colonia	bentsen-palm-rv-park-number-2-colonia	US		0	America/Chicago	26.25535	-98.37029	51			TX	215		
4673591	Beretta Estates Colonia	beretta-estates-colonia	US		0	America/Chicago	26.33035	-98.17334	28			TX	215		
4673602	Bering	bering	US		0	America/Chicago	30.88353	-94.8641	69			TX	373		
4673612	Bernal Colonia	bernal-colonia	US		0	America/Chicago	26.23146	-97.90917	18	Bernal Colonia,Bernal Subdivision Colonia		TX	215		
4673613	Bernal Heights Number 1 Colonia	bernal-heights-number-1-colonia	US		0	America/Chicago	26.31646	-97.98334	20			TX	215		
4673614	Bernal Heights Number 2 Colonia	bernal-heights-number-2-colonia	US		0	America/Chicago	26.31646	-97.98139	20			TX	215		
4673616	Bergs Mill	bergs-mill	US		0	America/Chicago	29.33551	-98.45307	166			TX	029		
4673621	Bernardo	bernardo	US		0	America/Chicago	29.76079	-96.39219	77			TX	089		
4673662	Berryhill	berryhill	US		0	America/Chicago	32.91456	-99.57953	485			TX	417		
4673676	Bertha Acres Colonia	bertha-acres-colonia	US		0	America/Chicago	26.20035	-98.00834	24			TX	215		
4673679	Berrys Creek	berrys-creek	US		0	America/Chicago	30.71519	-97.66001	227	Berry's Creek,Berrys Creek,Jackson's Gin		TX	491		
4673684	Bessie Heights	bessie-heights	US		0	America/Chicago	30.04521	-93.91962	2			TX	361		
4673691	Bessmay	bessmay	US		0	America/Chicago	30.46271	-93.95323	28			TX	241		
4673744	Bethard	bethard	US		0	America/Chicago	32.90374	-96.69139	189			TX	113		
4673860	Bethel Estates Number 1 Colonia	bethel-estates-number-1-colonia	US		0	America/Chicago	27.92724	-97.58222	7			TX	409		
4673961	Bethsaida	bethsaida	US		0	America/Chicago	33.03569	-94.18796	95	Bethsaida,Bethsaida Y,Gallaway,Galloway,Milner,The Y		TX	067		
4673969	Beto's Acres Colonia	beto-s-acres-colonia	US		0	America/Chicago	26.11647	-98.19918	27	Beto's Acres Colonia,Betos Acres Colonia		TX	215		
4673971	Bettie	bettie	US		0	America/Chicago	32.80847	-94.96133	102			TX	459		
4673972	Bettis	bettis	US		0	America/Chicago	33.74621	-96.14359	184			TX	147		
4673975	Bethel Estates Number 2 Colonia	bethel-estates-number-2-colonia	US		0	America/Chicago	27.93335	-97.58138	12			TX	409		
4673981	Betty Acres Colonia	betty-acres-colonia	US		0	America/Chicago	25.91036	-97.41331	7	Betty Acres Colonia,Betty Acres and Harris Tract Colonia		TX	061		
4674005	Beverly Hill	beverly-hill	US		0	America/Chicago	33.06929	-96.48971	156			TX	085		
4674015	Bevil Oaks	bevil-oaks	US		1245	America/Chicago	30.15021	-94.26963	8	Bevel Acres,Bevel Oaks,Bevil Oaks		TX	245		
4674016	Bevilport	bevilport	US		0	America/Chicago	30.92325	-94.15519	30	Belviport,Bevilport		TX	241		
4674027	Beyer Crossing	beyer-crossing	US		0	America/Chicago	30.90156	-99.91535	593			TX	327		
4674028	Beyersville	beyersville	US		0	America/Chicago	30.50992	-97.32972	160	Beyersville,Happy Hill		TX	491		
4674031	Bi-Stone	bi-stone	US		0	America/Chicago	31.68628	-96.42276	157			TX	293		
4674109	Biardstown	biardstown	US		0	America/Chicago	33.53872	-95.50551	142			TX	277		
4674233	Big Foot Colonia	big-foot-colonia	US		0	America/Chicago	29.0533	-98.86642	192	Big Foot,Big Foot Colonia,Connally's Store		TX	163		
4674250	Big Hill	big-hill	US		0	America/Chicago	31.46767	-96.67359	162	Big Hill,Bighill		TX	293		
4674272	Big John Colonia	big-john-colonia	US		0	America/Chicago	26.26146	-98.00723	21	Big John Colonia,Big John Subdivision Colonia		TX	215		
4674415	Big Thicket Creekmore Village	big-thicket-creekmore-village	US		0	America/Chicago	30.47743	-94.77521	34			TX	291		
4674416	Big Thicket Loblolly	big-thicket-loblolly	US		0	America/Chicago	30.28632	-94.6752	28			TX	291		
4674430	Big Valley	big-valley	US		0	America/Chicago	31.38961	-98.65254	373	Big Valley,Bigvalley		TX	333		
4674453	Biggers (historical)	biggers-historical	US		0	America/Chicago	33.19678	-96.54666	188			TX	085		
4674516	Birch	birch	US		0	America/Chicago	30.38188	-96.6772	109			TX	051		
4674583	Birome	birome	US		0	America/Chicago	31.81322	-96.96278	160			TX	217		
4674588	Birthright	birthright	US		0	America/Chicago	33.27233	-95.56495	155			TX	223		
4674589	Biry	biry	US		0	America/Chicago	29.22079	-99.01809	237			TX	325		
4674602	Bishop Colonia	bishop-colonia	US		0	America/Chicago	26.11535	-97.71916	14	Bishop Colonia,Bishop Subdivision Colonia		TX	061		
4674636	Black Ankle	black-ankle	US		0	America/Chicago	31.52379	-94.00464	117			TX	405		
4674638	Black Bass	black-bass	US		0	America/Chicago	26.87782	-99.25504	100			TX	505		
4674706	Black Flat	black-flat	US		0	America/Chicago	33.69677	-98.83979	356			TX	009		
4674715	Black Hill	black-hill	US		0	America/Chicago	28.99469	-98.32473	137			TX	013		
4674722	Black Jack	black-jack	US		0	America/Chicago	30.88852	-96.5283	132			TX	395		
4674777	Black Point (historical)	black-point-historical	US		0	America/Chicago	28.08696	-97.25999	1			TX	391		
4674797	Blackberry	blackberry	US		0	America/Chicago	30.39798	-95.8569	84			TX	185		
4674820	Blackjack	blackjack	US		0	America/Chicago	31.16297	-93.93241	60			TX	403		
4674821	Blackjack	blackjack	US		0	America/Chicago	32.20571	-95.178	112			TX	423		
4674828	Blackjack	blackjack	US		0	America/Chicago	32.051	-95.10439	131	Black Jack,Blackjack		TX	073		
4674836	Blackland	blackland	US		0	America/Chicago	31.47906	-96.88638	171			TX	309		
4674837	Blackland	blackland	US		0	America/Chicago	32.89957	-96.3497	174			TX	397		
4674875	Blackwell Crossing	blackwell-crossing	US		0	America/Chicago	31.85487	-99.19589	449			TX	049		
4674896	Blakeney	blakeney	US		0	America/Chicago	33.86539	-95.08467	116			TX	387		
4674937	Blanconia	blanconia	US		0	America/Chicago	28.39861	-97.41222	26			TX	025		
4674942	Bland Lake	bland-lake	US		0	America/Chicago	31.59018	-94.11158	112	Bland Lake,Blandlake,Stop		TX	405		
4674965	Blanket Springs	blanket-springs	US		0	America/Chicago	31.58627	-98.77949	427			TX	333		
4674967	Blanton	blanton	US		0	America/Chicago	32.10682	-97.3164	246			TX	217		
4674968	Blanton	blanton	US		0	America/Chicago	31.82154	-99.87092	543			TX	399		
4674989	Bleakwood	bleakwood	US		0	America/Chicago	30.69243	-93.8224	36			TX	351		
4675032	Blix	blix	US		0	America/Chicago	31.26296	-94.86715	50			TX	005		
4675069	Blowout	blowout	US		0	America/Chicago	30.44714	-98.57753	385			TX	031		
4675073	Blox	blox	US		0	America/Chicago	30.97409	-93.97519	79			TX	241		
4675080	Blue Berry Hill	blue-berry-hill	US		866	America/Chicago	28.38889	-97.78222	82			TX	025		
4675081	Blue Berry Hill Colonia	blue-berry-hill-colonia	US		0	America/Chicago	28.38917	-97.77833	78			TX	025		
4675167	Blue Rock Colonia	blue-rock-colonia	US		0	America/Chicago	26.24535	-98.29835	47			TX	215		
4675178	Blue Star Enterprises Number 2 Colonia	blue-star-enterprises-number-2-colonia	US		0	America/Chicago	26.29146	-98.5603	67			TX	215		
4675209	Bluetown	bluetown	US		356	America/Chicago	26.07424	-97.82305	20			TX	061		
4675210	Bluetown Colonia	bluetown-colonia	US		356	America/Chicago	26.07036	-97.82333	18			TX	061		
4675211	Bluett	bluett	US		0	America/Chicago	33.15762	-97.43836	248			TX	497		
4675215	Bluff City (historical)	bluff-city-historical	US		0	America/Chicago	31.54073	-95.14438	61			TX	225		
4675250	Bluff View	bluff-view	US		0	America/Chicago	31.72015	-99.00838	419			TX	049		
4675257	Blumenthal	blumenthal	US		0	America/Chicago	30.22187	-98.7417	459			TX	171		
4675268	Bluntzer	bluntzer	US		0	America/Chicago	27.89724	-97.78305	23			TX	355		
4675322	Bob Town	bob-town	US		0	America/Chicago	33.16567	-98.33894	379			TX	237		
4675335	Bobbittville (historical)	bobbittville-historical	US		0	America/Chicago	31.53018	-95.27244	90			TX	225		
4675345	Bobo	bobo	US		0	America/Chicago	31.92461	-94.32548	94			TX	419		
4675350	Bobville	bobville	US		0	America/Chicago	30.34798	-95.78273	73			TX	339		
4675351	Bobwyn	bobwyn	US		0	America/Chicago	32.65374	-96.59944	118			TX	113		
4675354	Boca Chica and Medford Colonia	boca-chica-and-medford-colonia	US		0	America/Chicago	25.91841	-97.40137	6	Boca Chica & Medford Colonia,Boca Chica and Medford Colonia		TX	061		
4675366	Bodine Colonia	bodine-colonia	US		0	America/Chicago	26.22841	-98.30835	40	Bodine Colonia,Bodine Subdivision Colonia		TX	215		
4675369	Boedecker Junction	boedecker-junction	US		0	America/Chicago	29.47913	-96.35941	44			TX	089		
4675512	Bold Springs	bold-springs	US		0	America/Chicago	30.83463	-94.98549	116	Bold Springs,Marsh,Neffie		TX	373		
4675516	Boldtville	boldtville	US		0	America/Chicago	29.36357	-98.36085	175			TX	029		
4675519	Boles Home	boles-home	US		0	America/Chicago	32.94734	-96.10247	141			TX	231		
4675528	Bolivar Beach	bolivar-beach	US		0	America/Chicago	29.42329	-94.68631	2			TX	167		
4675536	Bolivar Peninsula	bolivar-peninsula	US		2417	America/Chicago	29.47829	-94.57991	3			TX	167		
4675547	Bomarton	bomarton	US		0	America/Chicago	33.5076	-99.42619	429			TX	023		
4675552	Bon Ami	bon-ami	US		0	America/Chicago	30.71354	-93.88268	44			TX	241		
4675555	Bona	bona	US		0	America/Chicago	33.71149	-96.47499	169			TX	181		
4675556	Bonaldo	bonaldo	US		0	America/Chicago	31.51768	-94.80854	65			TX	347		
4675620	Bonita Junction	bonita-junction	US		0	America/Chicago	31.64962	-94.66354	108			TX	347		
4675622	Bonnaville Terrace Colonia	bonnaville-terrace-colonia	US		0	America/Chicago	26.22924	-97.71027	11			TX	061		
4675629	Bonnerville	bonnerville	US		0	America/Chicago	31.84072	-96.16942	110			TX	161		
4675632	Bonney	bonney	US		340	America/Chicago	29.31663	-95.448	14			TX	039		
4675637	Bonnie View	bonnie-view	US		0	America/Chicago	28.16779	-97.29999	9			TX	391		
4675640	Bonus	bonus	US		0	America/Chicago	29.45163	-96.2808	45			TX	481		
4675673	Boonsville	boonsville	US		0	America/Chicago	33.06845	-97.86337	299			TX	497		
4675691	Border Colonia	border-colonia	US		0	America/Chicago	26.22646	-98.1814	32	Border Colonia,Border Subdivision Colonia		TX	215		
4675693	Borderland Retreat Colonia	borderland-retreat-colonia	US		0	America/Chicago	26.25729	-98.19834	33			TX	215		
4675695	Bordersville	bordersville	US		0	America/Chicago	30.00133	-95.29382	26			TX	201		
4675698	Bor-ley Heights	bor-ley-heights	US		0	America/Chicago	30.1641	-94.18768	9			TX	245		
4675734	Bosqueville	bosqueville	US		0	America/Chicago	31.60905	-97.19528	138			TX	309		
4675747	Bostick	bostick	US		0	America/Chicago	32.38737	-95.27217	152			TX	423		
4675755	Botines	botines	US		117	America/Chicago	27.7564	-99.43782	217			TX	479		
4675757	Bouchard	bouchard	US		0	America/Chicago	32.90707	-96.75944	167			TX	113		
4675759	Bougainvillea Colonia	bougainvillea-colonia	US		0	America/Chicago	26.3184	-98.29418	47			TX	215		
4675902	Bowser	bowser	US		0	America/Chicago	31.40572	-98.96227	400			TX	411		
4675911	Box Church	box-church	US		0	America/Chicago	31.46767	-96.48748	141			TX	293		
4675920	Boxelder	boxelder	US		0	America/Chicago	33.47983	-94.88188	106			TX	387		
4675921	Boxwood	boxwood	US		0	America/Chicago	32.78375	-94.75493	113			TX	459		
4675935	Boyd Colonia Number 1	boyd-colonia-number-1	US		0	America/Chicago	26.15424	-97.88528	19	Boyd Colonia Number 1,Boyd Subdivision Number 1 Colonia		TX	215		
4675946	Boyd Monger Colonia	boyd-monger-colonia	US		0	America/Chicago	26.27229	-98.35641	57	Boyd Monger Colonia,Boyd Monger Subdivision Colonia		TX	215		
4675980	Boz	boz	US		0	America/Chicago	32.3082	-96.92917	188			TX	139		
4675981	Bozar	bozar	US		0	America/Chicago	31.51683	-98.59699	433			TX	333		
4675991	Brachfield	brachfield	US		0	America/Chicago	32.046	-94.64854	122			TX	401		
4675994	Bracken	bracken	US		0	America/Chicago	29.60995	-98.32112	244			TX	091		
4676010	Brad	brad	US		0	America/Chicago	32.75179	-98.50783	370			TX	363		
4676052	Bragg	bragg	US		0	America/Chicago	30.4191	-94.56436	37			TX	199		
4676084	Brandon Lake Colonia	brandon-lake-colonia	US		0	America/Chicago	26.30924	-98.25085	37	Brandon Lake Colonia,Brandon Lake Subdivision Colonia		TX	215		
4676093	Branom	branom	US		0	America/Chicago	33.19817	-95.81552	161			TX	223		
4676094	Bransford	bransford	US		0	America/Chicago	32.89985	-97.16835	207			TX	439		
4676103	Branton	branton	US		0	America/Chicago	32.16847	-98.96367	481			TX	133		
4676148	Brazos	brazos	US		0	America/Chicago	32.66152	-98.12199	251			TX	363		
4676152	Brazos Country	brazos-country	US		484	America/Chicago	29.75384	-96.05051	45			TX	015		
4676160	Brazos Point	brazos-point	US		0	America/Chicago	32.18709	-97.61919	191			TX	035		
4676166	Brazosport	brazosport	US		0	America/Chicago	28.94719	-95.31438	1			TX	039		
4676205	Brenda Gay Colonia	brenda-gay-colonia	US		0	America/Chicago	26.30924	-98.02223	21			TX	215		
4676234	Breslau	breslau	US		0	America/Chicago	29.52302	-96.99665	83			TX	285		
4676268	Breyfogle Park Colonia Number 1	breyfogle-park-colonia-number-1	US		0	America/Chicago	26.23229	-98.35724	44	Breyfogle Park Colonia Number 1,Breyfogle Park Subdivision Number 1 Colonia		TX	215		
4676287	Briarcliff	briarcliff	US		1510	America/Chicago	30.40742	-98.04446	230			TX	453		
4676290	Briargrove	briargrove	US		0	America/Chicago	29.74606	-95.48966	19			TX	201		
4676296	Briaroaks	briaroaks	US		496	America/Chicago	32.50347	-97.30502	225			TX	251		
4676298	Briary	briary	US		0	America/Chicago	31.04463	-96.89193	111			TX	331		
4676302	Brice Lane Colonia	brice-lane-colonia	US		0	America/Chicago	29.20218	-99.78145	275			TX	463		
4676338	Bridges Chapel	bridges-chapel	US		0	America/Chicago	33.26095	-95.04688	128	Bridges Chapel,Stonewall		TX	449		
4676378	Bright Star	bright-star	US		0	America/Chicago	32.8329	-95.6744	144			TX	379		
4676392	Brinker	brinker	US		0	America/Chicago	33.12734	-95.49245	157			TX	223		
4676455	Broadway Junction	broadway-junction	US		0	America/Chicago	33.52261	-95.58968	141			TX	277		
4676482	Brock Junction	brock-junction	US		0	America/Chicago	32.70291	-97.95671	270			TX	367		
4676552	Brooks Crossing	brooks-crossing	US		0	America/Chicago	31.11628	-98.0553	268			TX	281		
4676580	Brookside Village	brookside-village	US		1570	America/Chicago	29.5869	-95.32522	16			TX	039		
4676590	Brotherton	brotherton	US		0	America/Chicago	33.57622	-96.10942	185			TX	147		
4676603	Brown Acres Colonia	brown-acres-colonia	US		0	America/Chicago	26.1923	-98.06639	27			TX	215		
4676631	Brown College	brown-college	US		0	America/Chicago	30.2291	-96.13551	69			TX	477		
4676642	Brown Hill	brown-hill	US		0	America/Chicago	29.76912	-97.31499	129			TX	177		
4676700	Browndell	browndell	US		197	America/Chicago	31.10908	-93.96297	77			TX	241		
4676711	Browning-Ken Number 3 Colonia	browning-ken-number-3-colonia	US		0	America/Chicago	26.19341	-98.1164	30			TX	215		
4677400	Bulverde South (historical)	bulverde-south-historical	US		0	America/Chicago	29.76439	-98.44641	374			TX	091		
4676019	Bradford	bradford	US	02808	0	America/Chicago	31.98877	-95.76663	129			TX	001		
4676794	Bruceville-Eddy	bruceville-eddy	US		1497	America/Chicago	31.30517	-97.25167	211	Bruceville,Bruceville-Eddy,Eddy		TX	309		
4676803	Brundage	brundage	US		27	America/Chicago	28.57415	-99.66866	163			TX	127		
4676824	Brushy	brushy	US		0	America/Chicago	32.09294	-95.14661	128			TX	073		
4676826	Brushie Prairie	brushie-prairie	US		0	America/Chicago	31.99432	-96.75527	152	Brushie Prairie,Rush Prairie		TX	349		
4676850	Brushy Creek	brushy-creek	US		0	America/Chicago	31.95766	-95.61496	139	Brushy Creek,Brushycreek		TX	001		
4676920	Brushy Creek	brushy-creek	US		21764	America/Chicago	30.51353	-97.73973	252			TX	491		
4676984	Bryan Acres Colonia	bryan-acres-colonia	US		0	America/Chicago	26.29535	-98.29835	47			TX	215		
4676987	Bryan Beach	bryan-beach	US		0	America/Chicago	28.88331	-95.37855	1			TX	039		
4677003	Bryan's Addition Colonia	bryan-s-addition-colonia	US		0	America/Chicago	26.20535	-98.22335	36			TX	215		
4677005	Bryans Mill	bryans-mill	US		0	America/Chicago	33.23512	-94.49798	98			TX	067		
4677020	Bryarly	bryarly	US		0	America/Chicago	33.7465	-94.89077	115			TX	387		
4677038	Buchanan (historical)	buchanan-historical	US		0	America/Chicago	32.40709	-97.45391	271			TX	251		
4677046	Buchanan Lake Village	buchanan-lake-village	US		692	America/Chicago	30.85073	-98.44948	321			TX	299		
4677052	Buchel	buchel	US		0	America/Chicago	29.15886	-97.29138	62			TX	123		
4677195	Buena Vista Colonia	buena-vista-colonia	US		0	America/Chicago	27.74336	-98.24528	99	Buena Vista Colonia,Solis Subdivision Colonia		TX	131		
4677196	Buena Vista Colonia	buena-vista-colonia	US		0	America/Chicago	28.02918	-97.49833	15			TX	409		
4677197	Buena Vista Colonia	buena-vista-colonia	US		102	America/Chicago	26.29424	-98.61141	60			TX	427		
4677198	Buena Vista Colonia	buena-vista-colonia	US		0	America/Chicago	26.89226	-99.26643	106			TX	505		
4677202	Buena Vista Plaza Colonia	buena-vista-plaza-colonia	US		0	America/Chicago	26.4084	-98.98031	56			TX	427		
4677271	Buffalo Mop	buffalo-mop	US		0	America/Chicago	31.41906	-96.69471	148			TX	293		
4677277	Buffalo Springs	buffalo-springs	US		0	America/Chicago	33.55649	-98.13977	325			TX	077		
4677279	Buffalo Springs (historical)	buffalo-springs-historical	US		0	America/Chicago	29.80494	-98.17418	214			TX	091		
4677284	Bug Tussle	bug-tussle	US		0	America/Chicago	33.48372	-95.94358	177			TX	147		
4677292	Bulah	bulah	US		0	America/Chicago	31.68545	-95.21689	104			TX	073		
4677294	Bulcher	bulcher	US		0	America/Chicago	33.80038	-97.42974	248			TX	097		
4677380	Bullis Addition Colonia	bullis-addition-colonia	US		0	America/Chicago	26.22146	-97.58221	8			TX	061		
4677397	Bulverde East (historical)	bulverde-east-historical	US		0	America/Chicago	29.75356	-98.39085	311			TX	091		
4677401	Bulverde West (historical)	bulverde-west-historical	US		0	America/Chicago	29.77244	-98.5253	363			TX	091		
4677416	Buncome	buncome	US		0	America/Chicago	32.04905	-94.42381	90	Buncomb,Buncombe,Buncome,Bunkom,Bunkum		TX	365		
4677422	Bunger	bunger	US		0	America/Chicago	33.01373	-98.59395	336			TX	503		
4677425	Bundy Crossing	bundy-crossing	US		0	America/Chicago	30.92436	-96.2044	70			TX	313		
4677432	Bunker Hill Village	bunker-hill-village	US		3957	America/Chicago	29.76745	-95.52994	25			TX	201		
4677443	Bunyan	bunyan	US		0	America/Chicago	32.16903	-98.36505	468			TX	143		
4677496	Burford	burford	US		0	America/Chicago	32.78597	-94.38325	64			TX	315		
4677550	Burleigh	burleigh	US		0	America/Chicago	29.91967	-96.15024	58			TX	015		
4677595	Burnell	burnell	US		0	America/Chicago	28.68082	-97.83278	104			TX	255		
4677639	Burns City	burns-city	US		0	America/Chicago	33.51261	-97.03751	208	Burns,Burns City		TX	097		
4677676	Burrantown	burrantown	US		0	America/Chicago	31.49268	-95.20494	110			TX	225		
4677697	Burrow	burrow	US		0	America/Chicago	33.00734	-96.29331	178			TX	231		
4677749	Bushy Creek Colonia	bushy-creek-colonia	US		0	America/Chicago	28.69915	-99.83144	175	Bushy Creek Colonia,Bushy Creek Subdivision Colonia		TX	507		
4677752	Bustamante	bustamante	US		0	America/Chicago	27.00087	-99.11198	136			TX	505		
4677753	Bustamante Colonia	bustamante-colonia	US		0	America/Chicago	26.10424	-97.87917	19	Bustamante Colonia,Bustamante Subdivision Colonia,Olympia Colonia		TX	215		
4677865	Byrd	byrd	US		0	America/Chicago	32.2107	-96.66638	135			TX	139		
4677870	Byrdtown	byrdtown	US		0	America/Chicago	33.61233	-95.36495	164			TX	277		
4677875	C A Conner Colonia	c-a-conner-colonia	US		0	America/Chicago	26.1423	-97.88639	18	C A Conner Colonia,C A Conner Subdivision Colonia		TX	215		
4677938	CJRS Colonia	cjrs-colonia	US		0	America/Chicago	26.34424	-98.3364	56	CJRS Colonia,CJRS Subdivision A Colonia,CJRS Unit A and B Colonia		TX	215		
4677945	Byrds	byrds	US		0	America/Chicago	31.91348	-99.042	437			TX	049		
4678028	Cadena Colonia	cadena-colonia	US		0	America/Chicago	27.7653	-98.25417	94			TX	131		
4678033	Caesar	caesar	US		0	America/Chicago	28.65554	-97.89834	129			TX	025		
4678053	Cain City	cain-city	US		0	America/Chicago	30.19715	-98.81281	534			TX	171		
4678079	Calallen	calallen	US		0	America/Chicago	27.86752	-97.62305	22			TX	355		
4678087	Calaveras	calaveras	US		0	America/Chicago	29.22219	-98.26001	130	Calavaras,Calaveras,Wright		TX	493		
4678108	Calder Highlands	calder-highlands	US		0	America/Chicago	30.09688	-94.14435	8			TX	245		
4678109	Calder Terrace	calder-terrace	US		0	America/Chicago	30.0891	-94.15768	7			TX	245		
4678116	Caldwell Crossing	caldwell-crossing	US		0	America/Chicago	31.62405	-97.33473	142			TX	309		
4678142	Caldwood	caldwood	US		0	America/Chicago	30.07716	-94.1574	5			TX	245		
4678143	Caldwood Acres	caldwood-acres	US		0	America/Chicago	30.0616	-94.15379	5			TX	245		
4678155	Calf Creek	calf-creek	US		0	America/Chicago	30.97878	-99.46895	564			TX	307		
4678160	Calgary Woods	calgary-woods	US		0	America/Chicago	29.86356	-95.31466	17			TX	201		
4678193	Calina	calina	US		0	America/Chicago	31.75655	-96.69999	164			TX	293		
4678199	Call Junction	call-junction	US		0	America/Chicago	30.59243	-93.91574	30			TX	241		
4678201	Callaghan	callaghan	US		0	America/Chicago	27.87668	-99.40059	186			TX	479		
4678212	Callan	callan	US		0	America/Chicago	31.0585	-99.69173	613			TX	327		
4678232	Callisburg	callisburg	US		363	America/Chicago	33.69788	-97.0089	245			TX	097		
4678233	Calma Estates Colonia Number 2	calma-estates-colonia-number-2	US		0	America/Chicago	26.33146	-98.25085	38	Calma Estates Colonia Number 2,Calma Estates Subdivision Number 2		TX	215		
4678234	Calma Estates Colonia Number 3	calma-estates-colonia-number-3	US		0	America/Chicago	26.33146	-98.25085	38	Calma Estates Colonia Number 3,Calma Estates Subdivision Number 3		TX	215		
4678236	Calma Estates Colonia	calma-estates-colonia	US		0	America/Chicago	26.33146	-98.24835	37			TX	215		
4678330	Calvert Junction	calvert-junction	US		0	America/Chicago	30.94213	-96.73748	89			TX	395		
4678339	Camargito Colonia	camargito-colonia	US		0	America/Chicago	26.34646	-98.74141	47	Camargito Colonia,Los Alvarez Colonia		TX	427		
4678379	Cameron Park	cameron-park	US		6963	America/Chicago	25.96452	-97.47665	5			TX	061		
4678381	Cameron Park Colonia	cameron-park-colonia	US		6963	America/Chicago	25.97147	-97.47832	8			TX	061		
4678391	Camey	camey	US		0	America/Chicago	33.08345	-96.85611	189			TX	121		
4678403	Camp Air	camp-air	US		0	America/Chicago	30.90184	-99.28394	527	Air,Camp Air		TX	319		
4678476	Camp Dallas	camp-dallas	US		0	America/Chicago	33.13984	-96.9889	170			TX	121		
4678497	Camp Hulen	camp-hulen	US		0	America/Chicago	28.70666	-96.2433	3			TX	321		
4678549	Camp Ruby	camp-ruby	US		0	America/Chicago	30.69687	-94.72937	76	Camp Ruby,Carter,Charity,Lucky,Old Hope		TX	373		
4678550	Camp San Saba	camp-san-saba	US		0	America/Chicago	30.99545	-99.25505	478			TX	307		
4678554	Camp Seale	camp-seale	US		0	America/Chicago	30.57548	-94.6077	57			TX	373		
4678565	Camp Swift	camp-swift	US		6383	America/Chicago	30.19077	-97.29221	134			TX	021		
4678586	Camp Willow	camp-willow	US		0	America/Chicago	29.66578	-98.06862	179			TX	187		
4678591	Camp Worth (historical)	camp-worth-historical	US		0	America/Chicago	31.61212	-94.29242	123			TX	405		
4678658	Campo Verde Colonia	campo-verde-colonia	US		0	America/Chicago	26.39229	-98.9142	54			TX	427		
4678660	Campobello Colonia	campobello-colonia	US		0	America/Chicago	26.41228	-99.02336	66			TX	427		
4678661	Campobello Number 2 Colonia	campobello-number-2-colonia	US		0	America/Chicago	26.41423	-99.02336	74			TX	427		
4678663	Camposanto-Elcometa Colonia	camposanto-elcometa-colonia	US		0	America/Chicago	28.69831	-99.83644	174			TX	507		
4678671	Campo Alto	campo-alto	US		0	America/Chicago	26.20507	-98.1264	32			TX	215		
4678674	Cana de Azucar Colonia	cana-de-azucar-colonia	US		0	America/Chicago	26.2884	-97.99417	20	Cana de Azucar Colonia,Cana de Azucar Subdivision Colonia		TX	215		
4678685	Canadiana Estates Colonia	canadiana-estates-colonia	US		0	America/Chicago	26.21146	-98.37724	39			TX	215		
4678689	Canales Colonia	canales-colonia	US		0	America/Chicago	26.38229	-98.8353	54			TX	427		
4678694	Canary	canary	US		0	America/Chicago	30.99352	-96.17829	113			TX	313		
4678716	Cane Junction	cane-junction	US		0	America/Chicago	29.1747	-95.99885	24			TX	481		
4678737	Caney City	caney-city	US		217	America/Chicago	32.22543	-96.03302	108			TX	213		
4678872	Cantu Addition	cantu-addition	US		188	America/Chicago	27.20254	-98.15528	34			TX	047		
4678873	Cantu Addition Number 1 Colonia	cantu-addition-number-1-colonia	US		0	America/Chicago	27.20227	-98.15334	34			TX	047		
4678874	Cantu Addition Number 2 Colonia	cantu-addition-number-2-colonia	US		0	America/Chicago	27.20227	-98.15528	34			TX	047		
4678879	Cantu Colonia	cantu-colonia	US		0	America/Chicago	26.40534	-98.99225	58			TX	427		
4678889	Cantu	cantu	US		0	America/Chicago	26.3159	-98.30863	50			TX	215		
4678907	Canyon Lake Forest	canyon-lake-forest	US		0	America/Chicago	29.86188	-98.26307	322			TX	091		
4678912	Canyon Springs	canyon-springs	US		0	America/Chicago	29.87272	-98.28751	322			TX	091		
4678926	Capetillo Colonia	capetillo-colonia	US		0	America/Chicago	26.10341	-97.94417	19	Capetillo Colonia,Capetillo Subdivision Colonia		TX	215		
4678927	Capisallo Heights Colonia	capisallo-heights-colonia	US		0	America/Chicago	26.21424	-97.91833	21	Capisallo Heights Colonia,Rio Grande Valley Colonia		TX	215		
4678928	Capisallo Park Colonia	capisallo-park-colonia	US		0	America/Chicago	26.18424	-97.89639	18			TX	215		
4678938	Caplen	caplen	US		0	America/Chicago	29.49968	-94.52325	2			TX	167		
4678948	Capps Corner	capps-corner	US		0	America/Chicago	33.80233	-97.5078	295			TX	337		
4678952	Caps	caps	US		0	America/Chicago	32.37318	-99.84704	562			TX	441		
4678970	Carancahua	carancahua	US		0	America/Chicago	28.69666	-96.38969	3	Carancahua,Karankawa		TX	239		
4678973	Caradan	caradan	US		0	America/Chicago	31.55377	-98.47726	477			TX	333		
4678992	Cardiff	cardiff	US		0	America/Chicago	29.78606	-95.90606	48			TX	473		
4679003	Carl	carl	US		0	America/Chicago	30.1141	-97.74973	201	Carl,Minerva,Pleasant Valley,Willow Spring		TX	453		
4679022	Carlos Acres Colonia	carlos-acres-colonia	US		0	America/Chicago	26.22729	-98.41418	43			TX	215		
4679025	Carlos G Leal, Junior Colonia	carlos-g-leal-junior-colonia	US		0	America/Chicago	26.2273	-98.33418	43	Carlos G Leal Colonia,Carlos G Leal  Junior Colonia,Junior Subdivision Colonia		TX	215		
4679026	Carlos G Leal, Junior Colonia Number 2	carlos-g-leal-junior-colonia-number-2	US		0	America/Chicago	26.26729	-98.34641	55	Carlos G Leal Colonia,Carlos G Leal  Junior Colonia Number 2,Junior Subdivision Number 2 Colonia		TX	215		
4679036	Carls Corner	carls-corner	US		173	America/Chicago	32.07099	-97.07223	222	Carl's Corner,Carls Corner		TX	217		
4679037	Carlson	carlson	US		0	America/Chicago	30.4277	-97.45194	174			TX	453		
4679060	Carmona	carmona	US		0	America/Chicago	30.99019	-94.9566	89			TX	373		
4679074	Carnes	carnes	US		0	America/Chicago	34.39952	-99.73815	450			TX	197		
4679082	Carol Colonia	carol-colonia	US		0	America/Chicago	26.3184	-98.35835	58	Carol Colonia,Carol Subdivision Colonia		TX	215		
4679111	Carpenters Bluff	carpenters-bluff	US		0	America/Chicago	33.75455	-96.41304	165			TX	181		
4679127	Carretas Crossing	carretas-crossing	US		0	America/Chicago	26.0198	-97.29192	0			TX	061		
4679132	Carricitos	carricitos	US		0	America/Chicago	26.04536	-97.70971	16			TX	061		
4679141	Carricitos-Landrum Colonia	carricitos-landrum-colonia	US		0	America/Chicago	26.04424	-97.70333	15			TX	061		
4679147	Carrizo Hill	carrizo-hill	US		582	America/Chicago	28.5036	-99.8295	192			TX	127		
4679154	Carrizo Hills Colonia	carrizo-hills-colonia	US		0	America/Chicago	28.50137	-99.83033	191			TX	127		
4679253	Carter Settlement	carter-settlement	US		0	America/Chicago	30.23771	-94.97243	36			TX	291		
4679286	Caruthers Cove Colonia	caruthers-cove-colonia	US		0	America/Chicago	27.84419	-97.22221	6	Caruthers Cove Colonia,Ingleside Colonia		TX	409		
4679350	Casa Bonita Colonia	casa-bonita-colonia	US		0	America/Chicago	26.21146	-98.24724	37	Casa Bonita Colonia,Casa Bonita Subdivision Colonia		TX	215		
4679353	Casa Linda Colonia	casa-linda-colonia	US		0	America/Chicago	27.98724	-97.96833	65			TX	249		
4679368	Casa de los Vecinos Colonia	casa-de-los-vecinos-colonia	US		0	America/Chicago	26.30646	-98.3364	52			TX	215		
4679369	Casa del Rey Colonia	casa-del-rey-colonia	US		0	America/Chicago	26.10841	-97.50415	9			TX	061		
4679372	Casas Colonia	casas-colonia	US		0	America/Chicago	26.47645	-98.93336	113			TX	427		
4679398	Cashion Community	cashion-community	US		343	America/Chicago	34.03565	-98.50005	303			TX	485		
4679420	Cassin	cassin	US		0	America/Chicago	29.25857	-98.49196	161			TX	029		
4679428	Castaneda Colonia	castaneda-colonia	US		0	America/Chicago	26.2684	-98.32335	51	Castaneda Colonia,Castaneda Subdivision Colonia		TX	215		
4679436	Castle Hill Estate	castle-hill-estate	US		0	America/Chicago	32.86735	-97.51586	208	Castle Hill Estate,Castle Hill Estates		TX	439		
4679437	Castle Hills	castle-hills	US		4424	America/Chicago	29.52329	-98.51641	256			TX	029		
4679524	Catherine Colonia	catherine-colonia	US		0	America/Chicago	26.27035	-97.97417	18	Catherine Colonia,Catherine Subdivision Colonia		TX	215		
4679568	Cavazos	cavazos	US		0	America/Chicago	26.01869	-97.60777	14			TX	061		
4679582	Caves Spring	caves-spring	US		0	America/Chicago	32.9668	-94.39936	119			TX	067		
4679587	Cavitt	cavitt	US		0	America/Chicago	31.37572	-97.51863	243			TX	099		
4679595	Caviness	caviness	US		0	America/Chicago	33.75788	-95.61329	174			TX	277		
4679599	Cawthon	cawthon	US		0	America/Chicago	30.41854	-96.24302	71			TX	041		
4679612	Cayote	cayote	US		0	America/Chicago	31.76877	-97.45752	219	Cayote,Coyote		TX	035		
4679642	Cedar Bayou	cedar-bayou	US		0	America/Chicago	29.7755	-94.94215	8			TX	201		
4679855	Cedar Mills	cedar-mills	US		0	America/Chicago	33.82871	-96.81972	201			TX	181		
4679889	Cedar Shores	cedar-shores	US		0	America/Chicago	31.93488	-97.44168	177			TX	035		
4679922	Cedarview	cedarview	US		0	America/Chicago	32.57986	-96.96667	239			TX	113		
4679930	Cego	cego	US		0	America/Chicago	31.24518	-97.1625	154	Cego,Ceso		TX	145		
4679932	Cele	cele	US		0	America/Chicago	30.44131	-97.5225	170			TX	453		
4679949	Celso Colonia	celso-colonia	US		0	America/Chicago	26.27535	-98.38141	57	Celso Colonia,Celso Subdivision Colonia		TX	215		
4679999	Center Grove	center-grove	US		0	America/Chicago	31.1674	-95.38439	71			TX	225		
4680000	Center Grove	center-grove	US		0	America/Chicago	33.12873	-94.83827	128			TX	449		
4680028	Center Mill	center-mill	US		0	America/Chicago	32.55402	-97.76447	268			TX	221		
4680085	Centex	centex	US		0	America/Chicago	29.90216	-97.91473	189			TX	209		
4680163	Central Estates Colonia	central-estates-colonia	US		0	America/Chicago	25.95647	-97.44332	5	Central Estates Colonia,Saldivar-Central Estates Colonia		TX	061		
4680165	Central Gardens	central-gardens	US		4347	America/Chicago	29.99549	-94.01406	5			TX	245		
4680167	Central Heights	central-heights	US		0	America/Chicago	31.70518	-94.67688	169			TX	347		
4680171	Central High	central-high	US		0	America/Chicago	31.70657	-95.05383	163			TX	073		
4680246	Cerrito Colonia	cerrito-colonia	US		0	America/Chicago	26.2173	-97.90917	17	Cerrito Colonia,Cerrito Subdivision Colonia		TX	215		
4680258	César Chávez	cesar-chavez	US		1929	America/Chicago	26.3034	-98.11529	26	Cesar Chavez,César Chávez		TX	215		
4680263	Cestohowa	cestohowa	US		0	America/Chicago	29.00997	-97.93473	95	Cestochowa,Cestohawa,Cestohowa,Czestochowa		TX	255		
4680269	Chacon Estates Number 1 Colonia	chacon-estates-number-1-colonia	US		0	America/Chicago	26.27424	-98.36529	56			TX	215		
4680272	Chaffee Village	chaffee-village	US		0	America/Chicago	31.12962	-97.76169	268			TX	027		
4680284	Chaffin Crossing	chaffin-crossing	US		0	America/Chicago	31.45599	-99.39895	412			TX	083		
4680316	Chalk Mountain	chalk-mountain	US		0	America/Chicago	32.15431	-97.91087	367			TX	143		
4680354	Chambliss	chambliss	US		0	America/Chicago	33.29484	-96.49526	186			TX	085		
4680355	Champ d'Asile (historical)	champ-d-asile-historical	US		0	America/Chicago	30.07521	-94.81687	7	Champ d'Aisle,Champ d'Asile (historical)		TX	291		
4680367	Chances Store	chances-store	US		0	America/Chicago	30.52131	-96.3908	67			TX	051		
4680378	Chaney	chaney	US		0	America/Chicago	32.36513	-98.62061	444			TX	133		
4680385	Channel Lots Colonia	channel-lots-colonia	US		0	America/Chicago	26.34424	-97.42331	1			TX	061		
4680393	Channey Crossing	channey-crossing	US		0	America/Chicago	30.72047	-96.16774	64			TX	041		
4680395	Chapa Colonia Number 3	chapa-colonia-number-3	US		0	America/Chicago	26.23341	-98.00334	21	Chapa Colonia Number 3,Chapa Subdivision Number 3 Colonia		TX	215		
4680397	Chapa North Colonia	chapa-north-colonia	US		0	America/Chicago	26.23841	-97.96334	17	Chapa North Colonia,HCRP Number 2 Colonia		TX	215		
4680398	Chapa Number 1 Colonia	chapa-number-1-colonia	US		0	America/Chicago	26.1823	-98.02028	25			TX	215		
4680399	Chapa South Colonia	chapa-south-colonia	US		0	America/Chicago	26.23424	-97.96334	18	Chapa South Colonia,HCRP Number 3 Colonia		TX	215		
4680405	Chaparrito Colonia	chaparrito-colonia	US		0	America/Chicago	26.34146	-98.73641	53			TX	427		
4680480	Chappel	chappel	US		0	America/Chicago	31.05573	-98.57087	398			TX	411		
4680573	Charlie	charlie	US		0	America/Chicago	34.0962	-98.3156	288			TX	077		
4680578	Chateau Woods	chateau-woods	US		0	America/Chicago	30.16855	-95.42299	37			TX	339		
4680582	Chatt	chatt	US		0	America/Chicago	31.94377	-97.08973	201			TX	217		
4680590	Cheapside	cheapside	US		0	America/Chicago	29.2783	-97.40305	91			TX	177		
4680594	Cheek	cheek	US		0	America/Chicago	29.98355	-94.20268	7	Check,Cheek		TX	245		
4680598	Chenango	chenango	US		0	America/Chicago	29.25413	-95.45883	12			TX	039		
4680606	Cheneyboro	cheneyboro	US		0	America/Chicago	31.95766	-96.34859	107			TX	349		
4680618	Cherokee Landing	cherokee-landing	US		0	America/Chicago	32.06238	-95.42829	106			TX	073		
4680648	Cherry Mountain	cherry-mountain	US		0	America/Chicago	30.3827	-98.92338	649			TX	171		
4680658	Cherry Spring	cherry-spring	US		0	America/Chicago	30.48325	-99.00921	546	Cherry Spring,Cherryspring		TX	171		
4680686	Cheyene Colonia	cheyene-colonia	US		0	America/Chicago	27.98529	-97.60333	26			TX	409		
4680715	Chihuahua Colonia	chihuahua-colonia	US		0	America/Chicago	26.22424	-98.40724	41			TX	215		
4680722	Childers Mill (historical)	childers-mill-historical	US		0	America/Chicago	30.99796	-97.44223	145	Childers Mill (historical),Childers' Mill,Shanklins' Mill		TX	027		
4680724	Chihuahua	chihuahua	US		0	America/Chicago	26.22507	-98.41363	40			TX	215		
4680780	China Creek	china-creek	US		0	America/Chicago	31.25906	-98.78977	384			TX	411		
4680795	China Springs	china-springs	US		0	America/Chicago	31.65239	-97.30779	187			TX	309		
4680837	Chita	chita	US		0	America/Chicago	30.93658	-95.20827	91			TX	455		
4680846	Choate	choate	US		0	America/Chicago	28.76471	-97.74305	87			TX	255		
4680849	Chinquapin Landing	chinquapin-landing	US		0	America/Chicago	28.74943	-95.76635	0			TX	321		
4680853	Chocolate Bayou	chocolate-bayou	US		0	America/Chicago	29.31329	-95.25216	7			TX	039		
4680855	Chocolate Bayou	chocolate-bayou	US		0	America/Chicago	29.31524	-95.25382	7	Chocolate Bayou,Rowan,Rowanville		TX	039		
4680860	Chocolate Springs	chocolate-springs	US		0	America/Chicago	29.30468	-95.26216	5			TX	039		
4680863	Choice	choice	US		0	America/Chicago	31.69962	-94.14547	92			TX	419		
4681021	Chuckville	chuckville	US		0	America/Chicago	32.09931	-98.90006	476			TX	133		
4681027	Chula Vista Acres Colonia	chula-vista-acres-colonia	US		0	America/Chicago	26.28146	-98.36529	56			TX	215		
4681028	Chula Vista Colonia	chula-vista-colonia	US		288	America/Chicago	26.07536	-97.44026	5			TX	061		
4681029	Chula Vista Colonia	chula-vista-colonia	US		450	America/Chicago	28.66026	-99.80922	170	Chula Vista,Chula Vista Colonia,Chula Vista Subdivision Colonia		TX	507		
4681032	Chumley	chumley	US		0	America/Chicago	31.51046	-94.00075	99			TX	405		
4681454	Churchill	churchill	US		0	America/Chicago	28.9347	-95.55717	2	Churchill,Churchill Bridge		TX	039		
4681474	Cielito Lindo Colonia	cielito-lindo-colonia	US		0	America/Chicago	25.89036	-97.40637	6	Cielito Lindo Colonia,Sunny Skies Colonia		TX	061		
4681485	Cinco Ranch	cinco-ranch	US		18274	America/Chicago	29.73884	-95.758	34			TX	157		
4681488	Cipres	cipres	US		0	America/Chicago	26.68895	-98.32001	55			TX	215		
4681530	Cisneros Estates Colonia	cisneros-estates-colonia	US		0	America/Chicago	25.86036	-97.43331	8			TX	061		
4681533	Cistern	cistern	US		0	America/Chicago	29.81578	-97.2186	142	Cistern,Cockrell Hill,Whiteside Prairie		TX	149		
4681540	Citralinda Colonia	citralinda-colonia	US		0	America/Chicago	26.30035	-98.35724	53			TX	215		
4681541	Citriana Village Colonia	citriana-village-colonia	US		0	America/Chicago	26.20841	-98.13834	31			TX	215		
4681542	Citrus City	citrus-city	US		2321	America/Chicago	26.32646	-98.3853	66	Citrus City,Judd City		TX	215		
4681543	Citrus City Lake Number 1 Colonia	citrus-city-lake-number-1-colonia	US		0	America/Chicago	26.29646	-98.24835	37			TX	215		
4681544	Citrus Grove	citrus-grove	US		0	America/Chicago	28.74749	-96.1058	6			TX	321		
4681546	Citrus Hills Colonia	citrus-hills-colonia	US		0	America/Chicago	26.24424	-98.27835	40	Citrus Hills Colonia,Citrus Hills Subdivision Colonia		TX	215		
4681547	Citrus Lake Estates Colonia	citrus-lake-estates-colonia	US		0	America/Chicago	26.31146	-98.37029	62			TX	215		
4681548	Citrus Ranchitos Colonia	citrus-ranchitos-colonia	US		0	America/Chicago	26.24535	-98.15529	31	Citrus Ranchitos Colonia,Citrus Ranchitos Subdivision Colonia		TX	215		
4681549	Citrus Retreat Colonia	citrus-retreat-colonia	US		0	America/Chicago	26.13841	-98.00834	24	Citrus Retreat Colonia,Citrus Retreat Subdivision Colonia		TX	215		
4681645	Arroyo City	arroyo-city	US		0	America/Chicago	26.33313	-97.43943	1			TX	061		
4681646	City-by-the Sea	city-by-the-sea	US		0	America/Chicago	27.95169	-97.10499	1			TX	007		
4681657	Clairette	clairette	US		0	America/Chicago	32.03931	-98.11893	332			TX	143		
4681674	Clardy	clardy	US		0	America/Chicago	33.52594	-95.43218	144			TX	277		
4681684	DISH	dish	US		387	America/Chicago	33.1329	-97.30141	211	Clark		TX	121		
4681690	Clareville	clareville	US		0	America/Chicago	28.3225	-97.87111	83			TX	025		
4681702	Clark Colonia	clark-colonia	US		0	America/Chicago	26.17535	-98.08334	29	Clark Colonia,Clark Subdivision Colonia		TX	215		
4681737	Clark Station	clark-station	US		0	America/Chicago	28.61611	-96.71054	9	Clark Station,Clarks		TX	057		
4681759	Clarksville (historical)	clarksville-historical	US		0	America/Chicago	25.95758	-97.15275	0			TX	061		
4681760	Clarksville City	clarksville-city	US		879	America/Chicago	32.52959	-94.90299	110			TX	183		
4681765	Clarktown	clarktown	US		0	America/Chicago	31.17213	-93.76379	69			TX	403		
4681766	Clarkwood	clarkwood	US		0	America/Chicago	27.78447	-97.53972	13			TX	355		
4681927	Clear Lake City	clear-lake-city	US		0	America/Chicago	29.55523	-95.11521	6	CLC,Clear Lake City		TX	201		
4681951	Clear Lake Shores	clear-lake-shores	US		1169	America/Chicago	29.54745	-95.03215	3			TX	167		
4681959	Clear Springs	clear-springs	US		0	America/Chicago	29.67606	-98.05973	190	Clear Spring,Clear Springs,Clearspring		TX	187		
4681960	Clear Springs	clear-springs	US		0	America/Chicago	31.46741	-94.38715	110			TX	347		
4681968	Clearview	clearview	US		0	America/Chicago	30.04272	-97.33555	118			TX	021		
4681974	Clearwater Cove	clearwater-cove	US		0	America/Chicago	28.09029	-97.86778	30			TX	409		
4681989	Clegg	clegg	US		0	America/Chicago	28.12279	-98.26529	99			TX	297		
4682023	Clemville	clemville	US		0	America/Chicago	28.99609	-96.14107	18			TX	321		
4682029	Cleo	cleo	US		0	America/Chicago	30.6038	-99.87507	580			TX	267		
4682051	Click	click	US		0	America/Chicago	30.56324	-98.57392	318			TX	299		
4682068	Clifton Beach	clifton-beach	US		0	America/Chicago	29.51134	-94.97715	4			TX	071		
4682094	Clinton Park	clinton-park	US		0	America/Chicago	29.74051	-95.25744	9			TX	201		
4682101	Clodine	clodine	US		0	America/Chicago	29.70745	-95.688	29			TX	157		
4682107	Cloptins Crossing	cloptins-crossing	US		0	America/Chicago	29.98049	-98.11557	252			TX	209		
4682109	Closner Colonia	closner-colonia	US		0	America/Chicago	26.25424	-98.15529	30	Closner Colonia,Closner Subdivision Colonia		TX	215		
4682127	Cloverleaf	cloverleaf	US		22942	America/Chicago	29.77828	-95.17188	8			TX	201		
4682132	Clower	clower	US		0	America/Chicago	32.54291	-95.69469	172			TX	467		
4682168	Clutter Point	clutter-point	US		0	America/Chicago	33.50816	-96.09358	211			TX	147		
4682174	Coady	coady	US		0	America/Chicago	29.78439	-95.01632	8			TX	201		
4682189	Coal Mine	coal-mine	US		0	America/Chicago	29.22663	-98.81225	223			TX	325		
4682251	Cockrell Hill	cockrell-hill	US		4316	America/Chicago	32.73624	-96.88695	195			TX	113		
4682259	Coesfield	coesfield	US		0	America/Chicago	33.81844	-97.03195	225			TX	097		
4682262	Cockrans	cockrans	US		0	America/Chicago	30.4016	-94.99965	49			TX	291		
4682264	Coffee City	coffee-city	US		279	America/Chicago	32.11599	-95.4994	116			TX	213		
4682302	Coit	coit	US		0	America/Chicago	31.38323	-96.67137	157			TX	293		
4682303	Coke	coke	US		0	America/Chicago	32.92512	-95.43523	150			TX	499		
4682338	Cold Springs	cold-springs	US		0	America/Chicago	31.24184	-97.61668	223			TX	099		
4682360	Cole	cole	US		0	America/Chicago	32.70069	-96.92084	213			TX	113		
4682363	Cole Colonia	cole-colonia	US		0	America/Chicago	26.24035	-98.12418	29	Cole Colonia,Cole Subdivision Colonia		TX	215		
4682424	Coletoville	coletoville	US		0	America/Chicago	28.75944	-97.1461	39			TX	469		
4682433	Colita	colita	US		0	America/Chicago	30.8838	-95.00993	86	Caleta,Colita,Louisiana Settlement		TX	373		
4682456	College Mound	college-mound	US		0	America/Chicago	32.67291	-96.18692	158			TX	257		
4682498	Collin	collin	US		0	America/Chicago	33.19873	-96.81639	192			TX	085		
4682499	Collin Colonia	collin-colonia	US		0	America/Chicago	26.32646	-98.03639	21	Collin Colonia,Collin Subdivision Colonia		TX	215		
4682560	Colonia Allende	colonia-allende	US		0	America/Chicago	26.27424	-98.3214	52	Colonia Allende,Colonia Allende Colonia		TX	215		
4682561	Colonia Big 5	colonia-big-5	US		0	America/Chicago	26.40535	-98.18529	30	Big 5 Road Number 5 Colonia,Colonia Big 5		TX	215		
4682562	Colonia Boyce	colonia-boyce	US		0	America/Chicago	26.19841	-98.04917	25	Colonia Boyce,Colonia Boyes Colonia		TX	215		
4682563	Colonia Camargo	colonia-camargo	US		0	America/Chicago	26.24229	-98.45141	50	Colonia Camargo,Colonia Camargo Colonia		TX	215		
4682564	Colonia Claude Lookingbill	colonia-claude-lookingbill	US		0	America/Chicago	26.32035	-98.00528	20	Colonia Claude Lookingbill,Colonia Claude Lookingbill Colonia		TX	215		
4682565	Colonia Evans	colonia-evans	US		0	America/Chicago	26.12841	-98.19723	27	Colonia Evans,Colonia Evans Colonia		TX	215		
4682973	Connor	connor	US		0	America/Chicago	30.96491	-95.81273	79			TX	313		
4682566	Colonia Evans Number 2	colonia-evans-number-2	US		0	America/Chicago	26.12924	-98.19723	27	Colonia Evans Number 2,Colonia Evans Number 2 Colonia		TX	215		
4682567	Colonia Garza	colonia-garza	US		0	America/Chicago	26.1573	-97.91639	19	Col Garza Colonia,Colonia Garza		TX	215		
4682568	Colonia George	colonia-george	US		0	America/Chicago	26.15341	-97.89222	20	Colonia George,Colonia George Colonia		TX	215		
4682569	Colonia Guadalupe	colonia-guadalupe	US		0	America/Chicago	26.19146	-98.09529	28	Colonia Guadalupe,Colonia Guadalupe Colonia		TX	215		
4682570	Colonia Guadalupe Number 2	colonia-guadalupe-number-2	US		0	America/Chicago	26.19146	-98.09417	28	Colonia Guadalupe Number 2,Colonia Guadalupe Number 2 Colonia		TX	215		
4682571	Colonia Guadalupe Number 3	colonia-guadalupe-number-3	US		0	America/Chicago	26.19035	-98.0964	28	Colonia Guadalupe Number 3,Colonia Guadalupe Number 3 Colonia		TX	215		
4682572	Colonia Iglesia Antigua	colonia-iglesia-antigua	US		413	America/Chicago	26.0773	-97.83833	19	Colonia Iglesia Antigua,Iglesia Antigua Colonia		TX	061		
4682573	Colonia Lucero del Norte	colonia-lucero-del-norte	US		0	America/Chicago	26.21646	-97.94528	17	Colonia Lucero del Norte,Colonia Lucero del Norte Colonia		TX	215		
4682574	Colonia Martinez	colonia-martinez	US		0	America/Chicago	26.24229	-98.44919	50	Colonia Martinez,Colonia Martinez Colonia		TX	215		
4682575	Colonia Rafael	colonia-rafael	US		0	America/Chicago	26.28146	-98.56724	63	Colonia Rafael,Colonia Rafael Colonia		TX	215		
4682576	Colonia Saenz	colonia-saenz	US		0	America/Chicago	26.15424	-97.86416	17	Colonia Saenz,Colonia Saenz Colonia		TX	215		
4682577	Colonia San Miguel	colonia-san-miguel	US		0	America/Chicago	26.27535	-98.56141	58	Colonia San Miguel,Colonia San Miguel Colonia		TX	215		
4682578	Colonia Tejana	colonia-tejana	US		0	America/Chicago	26.2934	-98.0714	23	Colonia Tejana,Colonia Tejana Colonia,Colonia Tijerina Colonia		TX	215		
4682579	Colonia Victoriana	colonia-victoriana	US		0	America/Chicago	26.13535	-97.92639	18	Colonia Victoriana,Colonia Victoriana Colonia		TX	215		
4682580	Colonia Whalen Road	colonia-whalen-road	US		0	America/Chicago	26.1823	-98.08917	29	Colonia Whalen Road,Colonia Whalen Road Colonia		TX	215		
4682581	Colonia del Noreste	colonia-del-noreste	US		0	America/Chicago	26.18841	-98.01834	24	Colonia del Noreste,Colonia del Noreste Colonia		TX	215		
4682582	Colonia las Palmas	colonia-las-palmas	US		0	America/Chicago	26.10341	-97.94917	20	Colonia las Palmas,Colonia las Palmas Colonia		TX	215		
4682583	Colonia los Angeles	colonia-los-angeles	US		0	America/Chicago	26.49535	-97.78416	8	Colonia los Angeles,Colonia los Angeles Colonia		TX	489		
4682613	Colony Estates Colonia	colony-estates-colonia	US		0	America/Chicago	27.96335	-97.98833	66			TX	249		
4682614	Colony Estates of Sinton Colonia	colony-estates-of-sinton-colonia	US		0	America/Chicago	28.00835	-97.56333	16			TX	409		
4682620	Colorado	colorado	US		0	America/Chicago	29.98578	-97.13415	107			TX	021		
4682622	Colorado Acres Colonia	colorado-acres-colonia	US		0	America/Chicago	27.64529	-99.2142	171			TX	479		
4682651	Colthorp	colthorp	US		0	America/Chicago	31.3674	-95.14716	86			TX	225		
4682657	Columbia Heights	columbia-heights	US		0	America/Chicago	29.36996	-98.52668	197			TX	029		
4682685	Comal	comal	US		0	America/Chicago	29.6455	-98.22362	211	Comal,Comal Creek,Comal Ranche,Comal Settlement,Comal Town,Old Comal Town		TX	091		
4682717	Comanche Crossing	comanche-crossing	US		0	America/Chicago	29.57357	-97.2711	79			TX	177		
4682736	Comanche Village I	comanche-village-i	US		0	America/Chicago	31.14156	-97.8078	274			TX	099		
4682737	Comanche Village II	comanche-village-ii	US		0	America/Chicago	31.13684	-97.81002	282			TX	099		
4682738	Comanche Village III	comanche-village-iii	US		0	America/Chicago	31.14101	-97.82419	271			TX	099		
4682743	Combes Colonia	combes-colonia	US		0	America/Chicago	26.24341	-97.72527	11			TX	061		
4682745	Combine	combine	US		2107	America/Chicago	32.58847	-96.5086	126			TX	257		
4682847	Comyn	comyn	US		0	America/Chicago	32.07292	-98.47032	382			TX	093		
4682980	Conoley	conoley	US		0	America/Chicago	30.55826	-97.17082	151			TX	331		
4683003	Conquista Crossing	conquista-crossing	US		0	America/Chicago	28.94275	-98.05723	84			TX	255		
4683028	Conville	conville	US		0	America/Chicago	31.43629	-94.06297	111			TX	405		
4683031	Conway Plaza Colonia	conway-plaza-colonia	US		0	America/Chicago	26.22646	-98.32335	43	Conway Plaza Colonia,Conway Plaza Subdivision Colonia		TX	215		
4683032	Coody Crossing	coody-crossing	US		0	America/Chicago	33.10066	-99.47147	405			TX	447		
4683077	Cooks Point	cooks-point	US		0	America/Chicago	30.59576	-96.61053	104	Cookes Point,Cooks Point		TX	051		
4683078	Cooks Point	cooks-point	US		0	America/Chicago	30.59603	-96.60969	105			TX	051		
4683152	Cooper Creek	cooper-creek	US		0	America/Chicago	33.2404	-97.0814	184			TX	121		
4683191	Copano Village	copano-village	US		0	America/Chicago	28.08807	-97.05832	3			TX	007		
4683230	Copper Canyon	copper-canyon	US		1431	America/Chicago	33.09595	-97.09668	190			TX	121		
4683288	Corbet	corbet	US		0	America/Chicago	32.00654	-96.53693	120			TX	349		
4683289	Corbyn	corbyn	US		0	America/Chicago	29.64884	-98.23501	214			TX	091		
4683315	Corina's Corner Colonia	corina-s-corner-colonia	US		0	America/Chicago	26.30146	-98.32029	49			TX	215		
4683348	Corley	corley	US		0	America/Chicago	33.32623	-94.39436	91			TX	037		
4683353	Corn Hill	corn-hill	US		0	America/Chicago	30.80685	-97.61501	274	Corn Hill,Cornhill		TX	491		
4683404	Cornett	cornett	US		0	America/Chicago	33.12957	-94.57465	102			TX	067		
4683406	Coronado Colonia	coronado-colonia	US		0	America/Chicago	25.87925	-97.42831	8			TX	061		
4683407	Coronado Colonia	coronado-colonia	US		0	America/Chicago	26.23841	-98.28918	39			TX	215		
4683408	Coronado Perez Addition Colonia	coronado-perez-addition-colonia	US		0	America/Chicago	27.87919	-98.60335	170			TX	131		
4683411	Coronados Camp	coronados-camp	US		0	America/Chicago	32.84874	-98.20949	261			TX	363		
4683439	Corral City	corral-city	US		28	America/Chicago	33.10012	-97.22613	211			TX	121		
4683472	Corriente Estates Colonia	corriente-estates-colonia	US		0	America/Chicago	28.02224	-97.55027	15			TX	409		
4683474	Cortez Colonia	cortez-colonia	US		0	America/Chicago	26.38145	-98.83225	56			TX	427		
4683475	Coryell	coryell	US		0	America/Chicago	31.54627	-97.61835	301	Coryell,Coryell City		TX	099		
4683503	Cotter Tract Colonia	cotter-tract-colonia	US		0	America/Chicago	26.25091	-98.1564	30			TX	215		
4683520	Cotton Patch	cotton-patch	US		0	America/Chicago	28.98414	-97.61639	106			TX	123		
4683523	Cotton Gin	cotton-gin	US		0	America/Chicago	31.681	-96.36053	159	Cotton Gin,Cottongin		TX	161		
4683584	Cottonwood Colonia	cottonwood-colonia	US		0	America/Chicago	26.38146	-98.16029	24			TX	215		
4683689	Cottonwood Shores	cottonwood-shores	US		1158	America/Chicago	30.55575	-98.32391	253			TX	053		
4683718	Coughlin	coughlin	US		0	America/Chicago	30.18688	-93.85795	6			TX	361		
4683719	Coughran	coughran	US		0	America/Chicago	28.94442	-98.41363	104			TX	013		
4683723	Coulson Colonia	coulson-colonia	US		0	America/Chicago	26.34229	-97.42831	1			TX	061		
4683729	Country Acres Number 1 Colonia	country-acres-number-1-colonia	US		0	America/Chicago	26.32035	-98.36918	62			TX	215		
4683730	Country Aire Estates Number 1 Colonia	country-aire-estates-number-1-colonia	US		0	America/Chicago	26.19924	-98.00223	23	Country Air Estates Colonia,Country Aire Estates Number 1 Colonia		TX	215		
4683731	Country Aire Estates Number 4 Colonia	country-aire-estates-number-4-colonia	US		0	America/Chicago	26.20924	-97.99834	21			TX	215		
4683733	Country Acres Colonia	country-acres-colonia	US		0	America/Chicago	27.9253	-97.16916	5	Country Acres Colonia,West Aransas Pass Colonia		TX	409		
4683750	Country Colony Colonia	country-colony-colonia	US		0	America/Chicago	26.33035	-98.24835	38	Country Colony Colonia,Country Colony Subdivision Colonia		TX	215		
4683751	Country Corner Estates Colonia	country-corner-estates-colonia	US		0	America/Chicago	26.24035	-98.39224	46			TX	215		
4683752	Country Estates Colonia	country-estates-colonia	US		0	America/Chicago	27.88641	-97.16638	5			TX	409		
4683754	Country Estates West Addition A Colonia	country-estates-west-addition-a-colonia	US		0	America/Chicago	26.28035	-98.36029	56	Country Estates West Addition A Colonia,Country Estates West Additon A Colonia		TX	215		
4683755	Country Estates West Colonia	country-estates-west-colonia	US		0	America/Chicago	26.28035	-98.36141	56			TX	215		
4683756	Country Grove Estates Colonia	country-grove-estates-colonia	US		0	America/Chicago	26.24146	-98.3953	46			TX	215		
4683758	Country Living Estates Colonia	country-living-estates-colonia	US		0	America/Chicago	26.16424	-98.13223	31			TX	215		
4683759	Country Living Estates Number 2 Colonia	country-living-estates-number-2-colonia	US		0	America/Chicago	26.16341	-98.12918	30			TX	215		
4683762	Country Terrace Estates Colonia	country-terrace-estates-colonia	US		0	America/Chicago	26.31924	-98.07028	23			TX	215		
4683763	Country View Colonia	country-view-colonia	US		0	America/Chicago	26.25535	-98.13918	30	Country View Colonia,Country View Subdivision Colonia		TX	215		
4683764	Country Village Colonia Number 1	country-village-colonia-number-1	US		0	America/Chicago	26.24229	-97.99417	21	Country Village Colonia Number 1,Country Village Subdivision Number 1 Colonia		TX	215		
4683765	Country Village Colonia Number 2	country-village-colonia-number-2	US		0	America/Chicago	26.24146	-97.99417	21	Country Village Colonia Number 2,Country Village Subdivision Number 2 Colonia		TX	215		
4683775	County Line	county-line	US		0	America/Chicago	31.72184	-94.93744	100			TX	347		
4683776	County Line	county-line	US		0	America/Chicago	32.97428	-95.78663	150			TX	379		
4683807	County Road 111 Colonia	county-road-111-colonia	US		0	America/Chicago	27.7553	-98.23723	89			TX	131		
4683816	Courtney	courtney	US		0	America/Chicago	30.26716	-96.05996	70			TX	185		
4683820	Coushatta Village	coushatta-village	US		0	America/Chicago	30.27521	-94.79604	14	Coshattee,Coushatta Village		TX	291		
4683835	Cove Springs	cove-springs	US		0	America/Chicago	32.00989	-95.34606	199	Cove Spring,Cove Springs		TX	073		
4683894	Cow Island	cow-island	US		0	America/Chicago	30.01133	-94.6627	17			TX	291		
4683943	Cox	cox	US		0	America/Chicago	32.86458	-94.83799	110			TX	459		
4683987	Coxville	coxville	US		0	America/Chicago	30.40159	-97.67917	213			TX	453		
4683988	Coy City	coy-city	US		0	America/Chicago	28.8247	-98.04028	138			TX	255		
4683992	Coymack	coymack	US		0	America/Chicago	31.18018	-96.84248	98			TX	145		
4683993	Coyote Acres	coyote-acres	US		508	America/Chicago	27.71308	-98.13362	70			TX	249		
4683994	Coyote Acres Colonia	coyote-acres-colonia	US		427	America/Chicago	27.73142	-98.12834	74			TX	249		
4684017	Cozart	cozart	US		0	America/Chicago	32.3854	-99.96315	590			TX	441		
4684019	Cozy Corner	cozy-corner	US		0	America/Chicago	29.85967	-96.84748	105			TX	149		
4684025	Crabapple	crabapple	US		0	America/Chicago	30.44297	-98.83754	541			TX	171		
4684029	Crabb	crabb	US		0	America/Chicago	29.53829	-95.70995	26			TX	157		
4684031	Crabbs Prairie	crabbs-prairie	US		0	America/Chicago	30.75408	-95.64911	106			TX	471		
4684038	Craft	craft	US		0	America/Chicago	31.91822	-95.2355	151			TX	073		
4684043	Crafton	crafton	US		0	America/Chicago	33.36928	-97.90587	329			TX	497		
4684064	Cranell	cranell	US		0	America/Chicago	28.16807	-97.39277	14			TX	391		
4684065	Cranes Mill	cranes-mill	US		0	America/Chicago	29.92077	-98.29029	300			TX	091		
4684118	Creath	creath	US		0	America/Chicago	31.44796	-95.22327	83			TX	225		
4684120	Crecy	crecy	US		0	America/Chicago	31.2013	-95.05521	110			TX	455		
4684124	Creechville	creechville	US		0	America/Chicago	32.34264	-96.52915	131			TX	139		
4683823	Cove	cove	US	71937	509	America/Chicago	29.82744	-94.80242	7			TX	071		
4684148	Crescent Center	crescent-center	US		0	America/Chicago	27.87975	-97.32221	13			TX	409		
4684150	Crescent Heights	crescent-heights	US		0	America/Chicago	32.18682	-95.9433	127	Crescent Heights,Midway		TX	213		
4684188	Crews	crews	US		0	America/Chicago	31.93487	-99.78092	588			TX	399		
4684197	Crimcrest	crimcrest	US		0	America/Chicago	32.15016	-94.81744	149			TX	401		
4684199	Crims Chapel (historical)	crims-chapel-historical	US		0	America/Chicago	32.25655	-94.78382	129			TX	401		
4684202	Crisp	crisp	US		0	America/Chicago	32.39792	-96.5811	144			TX	139		
4684265	Cronin	cronin	US		0	America/Chicago	31.67628	-95.61662	91			TX	001		
4684330	Cross Mountain	cross-mountain	US		3124	America/Chicago	29.6455	-98.65947	426			TX	029		
4684339	Cross Road	cross-road	US		0	America/Chicago	33.69955	-95.27328	164			TX	387		
4684340	Cross Roads	cross-roads	US		0	America/Chicago	31.52712	-94.96994	101			TX	073		
4684341	Cross Roads	cross-roads	US		0	America/Chicago	32.04905	-95.96747	113			TX	213		
4684342	Cross Roads	cross-roads	US		0	America/Chicago	31.07491	-96.14274	144			TX	289		
4684344	Cross Roads	cross-roads	US		0	America/Chicago	31.0838	-95.92523	105			TX	313		
4684345	Cross Roads	cross-roads	US		0	America/Chicago	32.33126	-94.79244	114			TX	401		
4684354	Cross Timber	cross-timber	US		268	America/Chicago	32.53236	-97.32557	216			TX	251		
4684356	Cross Cut	cross-cut	US		0	America/Chicago	32.03375	-99.13256	483	Cross Cut,Crosscut		TX	049		
4684376	Crossroad Store	crossroad-store	US		0	America/Chicago	31.73405	-97.6653	249			TX	035		
4684396	Crossroads Community Centery	crossroads-community-centery	US		0	America/Chicago	33.0729	-94.58187	102			TX	067		
4684411	Crouse Colonia	crouse-colonia	US		0	America/Chicago	26.3284	-98.18223	28	Crouse Colonia,Crouse Subdivision Colonia		TX	215		
4684412	Crow	crow	US		0	America/Chicago	26.24646	-98.51947	44			TX	215		
4684413	Crow	crow	US		0	America/Chicago	32.61569	-95.30967	105			TX	499		
4684455	Crowther	crowther	US		0	America/Chicago	28.5886	-98.39196	97			TX	311		
4684469	Cruz Calle	cruz-calle	US		0	America/Chicago	27.38698	-98.27056	76			TX	131		
4684477	Cryer Creek	cryer-creek	US		0	America/Chicago	32.12932	-96.65693	158	Cryer Creek,Cryercreek		TX	349		
4684517	Cuatro Vientos Colonia	cuatro-vientos-colonia	US		0	America/Chicago	26.22841	-98.36529	46	Cuatro Vientos Colonia,Cuatro Vientos Subdivision Colonia		TX	215		
4684538	Cude Crossing Windmill	cude-crossing-windmill	US		0	America/Chicago	28.87914	-99.20531	168			TX	163		
4684541	Cuellar Colonia	cuellar-colonia	US		0	America/Chicago	26.92532	-99.26226	129			TX	505		
4684542	Cuellar Colonia Number 1	cuellar-colonia-number-1	US		0	America/Chicago	26.13341	-97.97028	22	Cuellar Colonia Number 1,Cuellar Subdivision Number 1 Colonia		TX	215		
4684543	Cuellar Colonia Number 2	cuellar-colonia-number-2	US		0	America/Chicago	26.1323	-97.97028	22	Cuellar Colonia Number 2,Cuellar Subdivision Number 2 Colonia		TX	215		
4684544	Cuellar Colonia Number 3	cuellar-colonia-number-3	US		0	America/Chicago	26.13424	-97.97222	21	Cuellar Colonia Number 3,Cuellar Subdivision Number 3 Colonia		TX	215		
4684545	Cuellar Colonia Number 4	cuellar-colonia-number-4	US		0	America/Chicago	26.13424	-97.97028	22	Cuellar Colonia Number 4,Cuellar Subdivision Number 4 Colonia		TX	215		
4684570	Cuevitas	cuevitas	US		40	America/Chicago	26.26285	-98.57808	43	Carrizelos,Cuevitas,Curvitas		TX	215		
4684571	Cuevitas	cuevitas	US		0	America/Chicago	26.82588	-98.86142	160			TX	247		
4684612	Cumings	cumings	US		981	America/Chicago	29.57829	-95.79884	26			TX	157		
4684623	Cummins Crossing	cummins-crossing	US		0	America/Chicago	30.80241	-97.16499	106	Cummins Bridge,Cummins Crossing		TX	331		
4684624	Cundiff	cundiff	US		0	America/Chicago	33.31678	-97.99837	300			TX	237		
4684648	Curl Tex Colonia	curl-tex-colonia	US		0	America/Chicago	26.30535	-98.24835	36			TX	215		
4684659	Curry Crossing	curry-crossing	US		0	America/Chicago	31.20295	-97.63752	181			TX	027		
4684686	Cut	cut	US		0	America/Chicago	31.22185	-95.48189	113			TX	225		
4684696	Cuthand	cuthand	US		0	America/Chicago	33.46761	-95.0555	118	Cuthand,Enterprise		TX	387		
4684698	Cut and Shoot	cut-and-shoot	US		1105	America/Chicago	30.33327	-95.35799	58	Cut 'N Shoot,Cut and Shoot		TX	339		
4684747	Cypress Creek	cypress-creek	US		0	America/Chicago	30.01744	-98.97698	469			TX	265		
4684777	Cypress Mill	cypress-mill	US		0	America/Chicago	30.38103	-98.25057	298			TX	031		
4684816	D T Villareal Colonia	d-t-villareal-colonia	US		0	America/Chicago	26.29229	-98.06528	23			TX	215		
4684822	D-5 Acres Colonia	d-5-acres-colonia	US		0	America/Chicago	27.48224	-99.38337	181			TX	479		
4684831	Dacosta	dacosta	US		0	America/Chicago	28.72027	-96.87304	19	Da Costa,Dacosta		TX	469		
4684832	Dacus	dacus	US		0	America/Chicago	30.44715	-95.79273	76	Daccus,Dacus		TX	339		
4684836	Dads Corner	dads-corner	US		0	America/Chicago	33.74621	-98.68811	313	Dad's Corner,Dads Corner		TX	009		
4684849	Daffan	daffan	US		0	America/Chicago	30.32021	-97.62667	190	Daffan,Hill,Muckymuck,Swinson		TX	453		
4684870	Dakota Mobile Home Park Colonia	dakota-mobile-home-park-colonia	US		0	America/Chicago	25.88536	-97.42331	5			TX	061		
4684873	Dalby Springs	dalby-springs	US		0	America/Chicago	33.36901	-94.67965	95			TX	037		
4684897	Dallam	dallam	US		0	America/Chicago	30.42021	-96.21635	64			TX	041		
4684945	Dalrock	dalrock	US		0	America/Chicago	32.91068	-96.5311	142			TX	113		
4684955	Dalworthington Gardens	dalworthington-gardens	US		2373	America/Chicago	32.70291	-97.15529	174			TX	439		
4685185	Daniel Ozuna Colonia	daniel-ozuna-colonia	US		0	America/Chicago	26.27729	-98.44335	63	Daniel Ozuna Colonia,Daniel Ozuna Subdivision Colonia		TX	215		
4685212	Danner	danner	US		0	America/Chicago	33.67538	-96.11359	180			TX	147		
4685225	Darby Hill	darby-hill	US		0	America/Chicago	30.77214	-95.20133	70			TX	407		
4685228	Darco	darco	US		0	America/Chicago	32.40904	-94.43576	91			TX	203		
4685237	Darilek	darilek	US		0	America/Chicago	29.05303	-98.23195	147			TX	493		
4685265	Datura	datura	US		0	America/Chicago	31.72433	-96.61304	154			TX	293		
4685404	Davis Prairie	davis-prairie	US		0	America/Chicago	31.42045	-96.52553	147			TX	293		
4685455	Dayton Lakes	dayton-lakes	US		97	America/Chicago	30.14466	-94.82215	9			TX	291		
4685958	Derby Colonia	derby-colonia	US		0	America/Chicago	28.7722	-99.13226	158			TX	163		
4685458	De Anda Colonia	de-anda-colonia	US		0	America/Chicago	26.1523	-97.86333	18	De Anda Colonia,De Anda Subdivision Colonia,De Anda and Saenz Colonia		TX	215		
4685471	De La Cruz Colonia	de-la-cruz-colonia	US		0	America/Chicago	26.40145	-99.01531	53	De La Cruz Colonia,De la Cruz Colonia		TX	427		
4685472	De La Garza Colonia	de-la-garza-colonia	US		0	America/Chicago	26.2884	-98.33724	53	De La Garza Colonia,De la Garza Subdivision Colonia		TX	215		
4685473	De La Garza Colonia	de-la-garza-colonia	US		0	America/Chicago	26.4084	-98.97225	55	De La Garza Colonia,De la Garza Colonia		TX	427		
4685512	De los Santos Colonia	de-los-santos-colonia	US		0	America/Chicago	26.41534	-98.97642	56			TX	427		
4685514	DeBerry	deberry	US		0	America/Chicago	32.30321	-94.16658	110	DeBerry,Deberry,Evergreen		TX	365		
4685515	DeCordova	decordova	US		2855	America/Chicago	32.42986	-97.69503	213			TX	221		
4685585	Dean	dean	US		475	America/Chicago	33.95037	-98.34616	293	Dean,Dean Dale,Mable Dean		TX	077		
4685603	Deanwright	deanwright	US		0	America/Chicago	31.73656	-95.54273	116			TX	001		
4685644	Decker Prairie	decker-prairie	US		0	America/Chicago	30.13105	-95.65245	53			TX	339		
4685650	Deco	deco	US		0	America/Chicago	29.96744	-95.53883	38			TX	201		
4685695	Deep Water Point Estates	deep-water-point-estates	US		0	America/Chicago	33.05679	-96.45221	158			TX	085		
4685696	Deep Well Crossing (historical)	deep-well-crossing-historical	US		0	America/Chicago	33.30678	-95.69524	124			TX	223		
4685776	Del Mar Heights	del-mar-heights	US		113	America/Chicago	26.05702	-97.42387	3			TX	061		
4685777	Del Mar Heights Colonia	del-mar-heights-colonia	US		0	America/Chicago	26.0573	-97.42415	3			TX	061		
4685779	Del Norte Colonia	del-norte-colonia	US		0	America/Chicago	26.24924	-98.36641	49	Del Norte Colonia,Del Norte Subdivision Colonia		TX	215		
4685780	Del Norte Mobile Home Park Colonia	del-norte-mobile-home-park-colonia	US		0	America/Chicago	27.81336	-98.08223	62			TX	249		
4685783	Del Sol Colonia	del-sol-colonia	US		239	America/Chicago	28.01224	-97.51722	16			TX	409		
4685802	Delaware Junction	delaware-junction	US		0	America/Chicago	31.78654	-98.86894	478			TX	049		
4685806	Delba	delba	US		0	America/Chicago	33.37511	-96.33109	203	Delba,Delby		TX	147		
4685823	Dellinger Colonia	dellinger-colonia	US		0	America/Chicago	26.15924	-97.95139	20			TX	215		
4685834	Delmer	delmer	US		0	America/Chicago	31.82656	-95.21939	141			TX	073		
4685838	Delrose	delrose	US		0	America/Chicago	32.78569	-94.95605	109			TX	459		
4685845	Delta Court Colonia	delta-court-colonia	US		0	America/Chicago	26.18646	-98.01334	23	Delta Court Colonia,Delta Courts Colonia		TX	215		
4685852	Delta West Colonia	delta-west-colonia	US		0	America/Chicago	26.31229	-98.03528	23	Delta 2 Colonia,Delta West Colonia,Delta West Subdivision Colonia		TX	215		
4685854	Delta-Rodger Colonia	delta-rodger-colonia	US		0	America/Chicago	26.31729	-98.03639	23	Delta-Rodger Colonia,Delta-Rodger Subdivision Colonia		TX	215		
4685864	Democrat	democrat	US		0	America/Chicago	31.68738	-98.65866	497			TX	333		
4685866	Democrat Crossing	democrat-crossing	US		0	America/Chicago	30.81075	-96.17496	70			TX	041		
4685871	Denhawken	denhawken	US		0	America/Chicago	29.17524	-97.91917	128	Denhawkee,Denhawken		TX	493		
4685883	Denman Crossroads	denman-crossroads	US		0	America/Chicago	32.39875	-95.89052	164			TX	467		
4685888	Denning	denning	US		0	America/Chicago	31.51463	-94.2452	93			TX	405		
4685459	De Berry	de-berry	US	75639	0	America/Chicago	32.30405	-94.16658	110			TX	365		
4685961	Derden	derden	US		0	America/Chicago	32.18376	-97.32863	213			TX	217		
4685962	Dernal	dernal	US		0	America/Chicago	28.69555	-96.94443	21			TX	469		
4685972	Desert	desert	US		0	America/Chicago	33.38844	-96.40193	214			TX	085		
4685981	Dessau	dessau	US		0	America/Chicago	30.40354	-97.63834	205			TX	453		
4685985	Detmold	detmold	US		0	America/Chicago	30.6502	-97.21416	138			TX	331		
4685994	Devan Estates Colonia	devan-estates-colonia	US		0	America/Chicago	26.31729	-98.3064	49			TX	215		
4686069	Dew	dew	US		0	America/Chicago	31.59517	-96.13997	141	Avant,Avant Prairie,Dew		TX	161		
4686071	Dewalt	dewalt	US		0	America/Chicago	29.55662	-95.55661	22			TX	157		
4686081	Deweesville	deweesville	US		0	America/Chicago	28.90248	-98.12362	134			TX	255		
4686086	Dewville	dewville	US		0	America/Chicago	29.37802	-97.81111	133			TX	177		
4686090	Dextra	dextra	US		0	America/Chicago	31.80962	-94.93077	95			TX	347		
4686093	Dial	dial	US		0	America/Chicago	33.4965	-95.86802	173			TX	147		
4686097	Dialville	dialville	US		0	America/Chicago	31.85739	-95.2305	148			TX	073		
4686099	Diamond 'L' Colonia	diamond-l-colonia	US		0	America/Chicago	26.26924	-98.32724	51	Diamond 'L' Colonia,Diamond L Subdivision Colonia		TX	215		
4686114	Diamond L Colonia Number 2	diamond-l-colonia-number-2	US		0	America/Chicago	26.2934	-98.34641	52	Diamond L Colonia Number 2,Diamond L Subdivision Number 2 Colonia		TX	215		
4686122	Diana Colonia Number 1	diana-colonia-number-1	US		0	America/Chicago	26.18841	-97.98917	21	Diana Colonia Number 1,Diana Subdivision Number 1 Colonia		TX	215		
4686123	Diana Colonia Number 2	diana-colonia-number-2	US		0	America/Chicago	26.1873	-97.98917	22	Diana Colonia Number 2,Diana Subdivision Number 2 Colonia		TX	215		
4686124	Diana Colonia Number 3	diana-colonia-number-3	US		0	America/Chicago	26.1873	-97.98917	22	Diana Colonia Number 3,Diana Subdivision Number 3 Colonia		TX	215		
4686126	Diaz Colonia	diaz-colonia	US		0	America/Chicago	26.20646	-98.19834	34	Diaz Colonia,Diaz Subdivision Colonia		TX	215		
4686136	Dicey	dicey	US		0	America/Chicago	32.80735	-97.69919	280	Dicey,Power		TX	367		
4686138	Dewees	dewees	US		0	America/Chicago	29.02053	-98.17223	131			TX	493		
4686177	Dickworsham	dickworsham	US		0	America/Chicago	33.75149	-98.1156	271			TX	077		
4686182	Dies	dies	US		0	America/Chicago	30.38882	-94.39603	29			TX	199		
4686183	Dies Community	dies-community	US		0	America/Chicago	30.86131	-94.48992	113	Cherokee,Dies,Dies Community		TX	457		
4686228	Dimas Number 2 Colonia	dimas-number-2-colonia	US		0	America/Chicago	26.20035	-98.01639	25			TX	215		
4686229	Dimas Number 3 Colonia	dimas-number-3-colonia	US		0	America/Chicago	26.20146	-98.01834	26			TX	215		
4686236	Dimple	dimple	US		0	America/Chicago	33.71428	-95.07161	136			TX	387		
4686239	Dinas Colonia	dinas-colonia	US		0	America/Chicago	26.24035	-98.38641	47	Dina's Subdivision Colonia,Dinas Colonia		TX	215		
4686241	Ding Dong	ding-dong	US		0	America/Chicago	30.97379	-97.77752	218			TX	027		
4686242	Ding Dong	ding-dong	US		0	America/Chicago	30.98185	-97.77113	255			TX	027		
4686243	Dingerville	dingerville	US		0	America/Chicago	31.0738	-95.84662	91			TX	313		
4686252	Dinkins	dinkins	US		0	America/Chicago	30.42159	-96.1769	59			TX	041		
4686264	Dinsmore	dinsmore	US		0	America/Chicago	29.31719	-96.05051	29			TX	481		
4686271	Direct	direct	US		0	America/Chicago	33.82093	-95.83664	145			TX	277		
4686273	Dirgin	dirgin	US		0	America/Chicago	32.2571	-94.58882	114			TX	401		
4686289	Dittlinger	dittlinger	US		0	America/Chicago	29.68106	-98.17918	212			TX	091		
4686316	Divot	divot	US		0	America/Chicago	28.76275	-99.25892	159	Divot,Kingsville,Leona Settlement		TX	163		
4686360	Doak Springs	doak-springs	US		0	America/Chicago	30.35938	-96.96943	106			TX	287		
4686367	Doans	doans	US		0	America/Chicago	34.34369	-99.25564	376			TX	487		
4686387	Dobrowolski	dobrowolski	US		0	America/Chicago	28.89275	-98.6428	159	Dobrowoiski,Dobrowolski		TX	013		
4686389	Doc Brown	doc-brown	US		0	America/Chicago	30.08465	-93.76628	4			TX	361		
4686395	Dockberry Estates Colonia	dockberry-estates-colonia	US		0	America/Chicago	25.8873	-97.4222	6			TX	061		
4686437	Dodd Colonia	dodd-colonia	US		0	America/Chicago	28.0314	-97.50416	15			TX	409		
4686441	Dodd Number 2 Colonia	dodd-number-2-colonia	US		0	America/Chicago	28.03029	-97.50333	15			TX	409		
4686472	Doffing	doffing	US		5091	America/Chicago	26.27452	-98.38585	57			TX	215		
4686484	Dog Ridge (historical)	dog-ridge-historical	US		0	America/Chicago	31.05407	-97.50668	211			TX	027		
4686495	Dogwood Acres	dogwood-acres	US		0	America/Chicago	30.08911	-95.17271	16			TX	201		
4686502	Dogwood City	dogwood-city	US		0	America/Chicago	32.15599	-95.45718	119			TX	423		
4686514	Dolan	dolan	US		0	America/Chicago	31.08825	-94.43187	52			TX	005		
4686515	Dolen	dolen	US		0	America/Chicago	30.42521	-94.89771	25			TX	291		
4686528	Dolores Colonia	dolores-colonia	US		0	America/Chicago	27.2753	-99.41837	138			TX	505		
4686558	Dominion	dominion	US		0	America/Chicago	29.65689	-98.61641	360			TX	029		
4686560	Domino	domino	US		93	America/Chicago	33.26513	-94.11519	76			TX	067		
4686572	Don-Tol	don-tol	US		0	America/Chicago	29.22303	-95.91662	22	Don Tol,Don-Tol		TX	481		
4686573	Donahoe	donahoe	US		0	America/Chicago	30.81602	-97.33306	162	Dice,Donahoe		TX	027		
4686621	Doolittle	doolittle	US		2769	America/Chicago	26.35337	-98.11666	26			TX	215		
4686622	Doolittle Acres Colonia	doolittle-acres-colonia	US		0	America/Chicago	26.3759	-98.11417	30			TX	215		
4686630	Dorman	dorman	US		0	America/Chicago	29.38219	-96.21885	36			TX	481		
4686659	Dotson	dotson	US		0	America/Chicago	33.73927	-96.03581	167			TX	147		
4686660	Dotson	dotson	US		0	America/Chicago	32.00489	-94.52993	113			TX	365		
4686662	Dott	dott	US		0	America/Chicago	31.26156	-97.12472	140			TX	145		
4686671	Double Bayou	double-bayou	US		0	America/Chicago	29.69272	-94.62908	4			TX	071		
4686686	Double Ford	double-ford	US		0	America/Chicago	31.28961	-98.59782	344			TX	333		
4686709	Double Oak	double-oak	US		3078	America/Chicago	33.06512	-97.11057	201			TX	121		
4686796	Dowdel Settlement	dowdel-settlement	US		0	America/Chicago	30.19188	-94.68075	24			TX	291		
4686824	Doyle Addition Colonia	doyle-addition-colonia	US		0	America/Chicago	27.88836	-97.34416	9			TX	409		
4686831	Doyno West Side Number 2 Colonia	doyno-west-side-number-2-colonia	US		0	America/Chicago	26.39034	-98.8353	66			TX	427		
4686837	Draco	draco	US		0	America/Chicago	33.10484	-97.74448	249			TX	497		
4686859	Drane	drane	US		0	America/Chicago	32.04488	-96.58749	137			TX	349		
4686888	Drews Landing	drews-landing	US		0	America/Chicago	30.54381	-94.86104	26			TX	407		
4686889	Dreyer	dreyer	US		0	America/Chicago	29.36719	-97.27304	90	Dreyer,Dryer		TX	177		
4686892	Dreka	dreka	US		0	America/Chicago	31.6749	-93.9563	101			TX	419		
4686931	Drop	drop	US		0	America/Chicago	33.13095	-97.35585	231			TX	121		
4686942	Druso	druso	US		0	America/Chicago	31.35629	-95.38828	118			TX	225		
4687144	Dry Valley	dry-valley	US		0	America/Chicago	33.55455	-97.69086	286			TX	337		
4687150	Dubina	dubina	US		0	America/Chicago	29.72884	-96.83303	102			TX	149		
4687162	Ducat Settlement	ducat-settlement	US		0	America/Chicago	30.26271	-94.7002	28			TX	291		
4687209	Dude Hill Colonia Number 2	dude-hill-colonia-number-2	US		0	America/Chicago	26.28146	-98.3214	50	Dude Hill Colonia Number 2,Dude Hill Subdivision Number 2 Colonia		TX	215		
4687210	Dude Hill Number 1 Colonia	dude-hill-number-1-colonia	US		0	America/Chicago	26.2784	-98.32418	52			TX	215		
4687225	Duffau	duffau	US		0	America/Chicago	32.08237	-98.02198	343			TX	143		
4687232	Dug Ford	dug-ford	US		0	America/Chicago	33.014	-99.38564	389			TX	447		
4687247	Duke Crossing	duke-crossing	US		0	America/Chicago	31.55377	-98.79921	373			TX	333		
4687265	Dulin	dulin	US		0	America/Chicago	31.53183	-99.09894	401			TX	049		
4687266	Dull	dull	US		0	America/Chicago	28.44499	-98.93114	106			TX	283		
4687283	Dunagan	dunagan	US		0	America/Chicago	31.34657	-94.61521	93			TX	005		
4687355	Dunlay	dunlay	US		0	America/Chicago	29.34857	-98.99059	302			TX	325		
4687372	Dunnam	dunnam	US		0	America/Chicago	30.0755	-95.1666	21			TX	201		
4687377	Dunns Fort	dunns-fort	US		0	America/Chicago	30.86491	-96.42885	140			TX	395		
4687383	Duplex	duplex	US		0	America/Chicago	33.77788	-96.13915	172			TX	147		
4687387	Dupre	dupre	US		0	America/Chicago	28.84388	-97.01082	21			TX	469		
4687402	Durenville	durenville	US		0	America/Chicago	31.49405	-98.57615	458			TX	333		
4687420	Duster	duster	US		0	America/Chicago	32.10486	-98.67672	429			TX	093		
4687464	Dye	dye	US		0	America/Chicago	33.62066	-97.61253	360	Dye,Dye Community,Dye Mound,Dye Mounds,Dyes Mound		TX	337		
4687489	Dyersdale	dyersdale	US		0	America/Chicago	29.89161	-95.25771	17			TX	201		
4687518	E Lopez Colonia	e-lopez-colonia	US		0	America/Chicago	26.30924	-98.63836	68			TX	427		
4687552	Eagle Acres	eagle-acres	US		0	America/Chicago	32.98596	-97.51891	203			TX	439		
4687573	Eagle Ford	eagle-ford	US		0	America/Chicago	32.78485	-96.90084	126	Eagle Ford,Eagleford		TX	113		
4687633	Earls	earls	US		0	America/Chicago	32.73568	-97.74309	277			TX	367		
4687642	Earlywine	earlywine	US		0	America/Chicago	30.2166	-96.30746	79	Earlywine,Meyersville		TX	477		
4687652	Easley Chapel	easley-chapel	US		0	America/Chicago	31.55323	-95.1805	114			TX	225		
4687659	East Alto Bonito Colonia	east-alto-bonito-colonia	US		0	America/Chicago	26.30229	-98.63641	64			TX	427		
4687696	East Buena Vista Addition Colonia	east-buena-vista-addition-colonia	US		0	America/Chicago	27.74725	-98.06417	60			TX	249		
4687703	East Caney	east-caney	US		0	America/Chicago	33.13178	-95.4569	138			TX	223		
4687708	East Cantu Country Estates Colonia	east-cantu-country-estates-colonia	US		0	America/Chicago	26.2173	-97.84222	15			TX	061		
4687710	East Cantu Road Colonia	east-cantu-road-colonia	US		0	America/Chicago	26.27924	-97.84416	17	East Cantu Road Colonia,East Cantu Road Subdivision Colonia		TX	061		
4687729	East Columbia	east-columbia	US		0	America/Chicago	29.14136	-95.61578	9			TX	039		
4687734	East Delta	east-delta	US		0	America/Chicago	33.39344	-95.51301	133			TX	119		
4687735	East Direct	east-direct	US		0	America/Chicago	33.81649	-95.80747	147			TX	277		
4687829	East Gate Acres Colonia	east-gate-acres-colonia	US		0	America/Chicago	27.67529	-99.19642	166			TX	479		
4687846	East Hamilton	east-hamilton	US		0	America/Chicago	31.59601	-93.84185	62			TX	419		
4687855	East Houston	east-houston	US		0	America/Chicago	29.82967	-95.26993	13			TX	201		
4687864	East La Porte	east-la-porte	US		0	America/Chicago	29.67078	-95.01132	5			TX	201		
4687891	East Mountain	east-mountain	US		814	America/Chicago	32.59375	-94.85549	131			TX	459		
4687906	East Pearson Street Colonia	east-pearson-street-colonia	US		0	America/Chicago	27.88224	-98.6064	162			TX	131		
4687927	East River	east-river	US		0	America/Chicago	30.27882	-95.13354	44			TX	291		
4687975	East Stenger Street Colonia	east-stenger-street-colonia	US		0	America/Chicago	26.11924	-97.61221	10			TX	061		
4687977	East Sweden	east-sweden	US		0	America/Chicago	31.16739	-99.25616	529			TX	307		
4687979	East Tawakoni	east-tawakoni	US		901	America/Chicago	32.88429	-95.92913	143			TX	379		
4687981	East Tempe	east-tempe	US		0	America/Chicago	30.70353	-94.98494	43			TX	373		
4688016	East Waco	east-waco	US		0	America/Chicago	31.55711	-97.09695	119			TX	309		
4688042	Easterly	easterly	US		0	America/Chicago	31.10546	-96.38413	118			TX	395		
4688062	Eastgate	eastgate	US		0	America/Chicago	30.05549	-95.01187	24			TX	291		
4688080	Eastland Park Colonia	eastland-park-colonia	US		0	America/Chicago	26.15341	-97.88833	20			TX	215		
4688123	Ebenezer	ebenezer	US		0	America/Chicago	32.97207	-94.88104	104			TX	063		
4688124	Ebenezer	ebenezer	US		0	America/Chicago	31.03797	-94.16103	45			TX	241		
4688157	Ebony Acres Colonia	ebony-acres-colonia	US		0	America/Chicago	26.29229	-98.06334	23			TX	215		
4688162	Ebony Hollow Colonia Number 1	ebony-hollow-colonia-number-1	US		0	America/Chicago	26.22729	-98.39418	40	Ebony Hollow Colonia Number 1,Ebony Hollow Subdivision Number 1 Colonia		TX	215		
4688167	Echo Forest	echo-forest	US		0	America/Chicago	30.18938	-94.05323	4			TX	361		
4688177	Echols	echols	US		0	America/Chicago	31.686	-96.63749	158			TX	293		
4688200	Eclipse	eclipse	US		0	America/Chicago	30.7527	-93.97796	69			TX	241		
4688236	Ederville	ederville	US		0	America/Chicago	32.75735	-97.21085	192			TX	439		
4688242	Edge	edge	US		0	America/Chicago	30.88991	-96.29468	104			TX	041		
4688248	Edgecliff Village	edgecliff-village	US		2970	America/Chicago	32.65763	-97.34279	209	Edgecliff,Edgecliff Village		TX	439		
4688250	Edgewater Beach	edgewater-beach	US		0	America/Chicago	30.40326	-97.9989	224			TX	453		
4688251	Edgewater Estates Number 1 Colonia	edgewater-estates-number-1-colonia	US		0	America/Chicago	28.09723	-97.86528	35			TX	409		
4688252	Edgewater Estates Number 3 Colonia	edgewater-estates-number-3-colonia	US		0	America/Chicago	28.09723	-97.86333	39			TX	409		
4688253	Edgewater-Paisano	edgewater-paisano	US		200	America/Chicago	28.09612	-97.86305	39	Edgewater Paisano,Edgewater-Paisano		TX	409		
4688272	Edgeworth	edgeworth	US		0	America/Chicago	30.95157	-97.14055	129			TX	027		
4688273	Edgeworth Place	edgeworth-place	US		0	America/Chicago	29.88522	-95.30855	19			TX	201		
4688274	Edhube	edhube	US		0	America/Chicago	33.5265	-96.21776	190	Bentonville,Edhube		TX	147		
4688277	Edinburg Acres Colonia	edinburg-acres-colonia	US		0	America/Chicago	26.38146	-98.09028	26			TX	215		
4688324	Edna Hill	edna-hill	US		0	America/Chicago	31.95654	-98.33032	405			TX	143		
4688333	Edroy Colonia	edroy-colonia	US		0	America/Chicago	27.97529	-97.67722	29			TX	409		
4688335	Edom	edom	US		378	America/Chicago	32.37237	-95.60885	155			TX	467		
4688410	Eggers Colonia	eggers-colonia	US		0	America/Chicago	26.24841	-97.75722	14			TX	061		
4688429	Eichelberger Crossing	eichelberger-crossing	US		0	America/Chicago	31.61683	-97.30807	140			TX	309		
4688471	El Bernardo	el-bernardo	US		0	America/Chicago	29.04025	-95.65273	8			TX	039		
4688484	El Bosque Number 1 Colonia	el-bosque-number-1-colonia	US		0	America/Chicago	26.40534	-98.9942	58			TX	427		
4688485	El Bosque Number 2 Colonia	el-bosque-number-2-colonia	US		0	America/Chicago	26.40645	-98.9942	58			TX	427		
4688486	El Bosque Number 3 Colonia	el-bosque-number-3-colonia	US		0	America/Chicago	26.4084	-98.99336	58			TX	427		
4688487	El Bosque Number 4 Colonia	el-bosque-number-4-colonia	US		0	America/Chicago	26.40923	-98.99336	57			TX	427		
4688498	El Calaboz	el-calaboz	US		0	America/Chicago	26.03119	-97.64805	16	El Calaboz,El Calabozo Colonia		TX	061		
4688499	El Calabozo Colonia	el-calabozo-colonia	US		0	America/Chicago	26.03147	-97.64916	15			TX	061		
4688502	El Camino Al Lago Colonia	el-camino-al-lago-colonia	US		0	America/Chicago	27.98918	-97.93333	57	El Camino Al Lago Colonia,El Camino al Lago Colonia		TX	249		
4688503	El Camino Angosto	el-camino-angosto	US		253	America/Chicago	26.1123	-97.64471	11			TX	061		
4688504	El Camino Angosto Colonia	el-camino-angosto-colonia	US		0	America/Chicago	26.1123	-97.64332	11	Camino Angosto Colonia,El Camino Angosto Colonia,Pennsylvania Avenue Colonia		TX	061		
4688509	El Campo Club Community	el-campo-club-community	US		0	America/Chicago	28.65722	-96.35858	1	El Campo Club Community,El Campo Community		TX	057		
4688516	El Caney	el-caney	US		0	America/Chicago	31.44046	-95.49856	107			TX	225		
4688518	El Carro	el-carro	US		0	America/Chicago	27.9103	-98.16167	89			TX	249		
4688519	El Castillo Colonia	el-castillo-colonia	US		0	America/Chicago	26.33535	-98.63919	75			TX	427		
4688520	El Cenizo	el-cenizo	US		3273	America/Chicago	27.35224	-99.49254	119			TX	479		
4688521	El Cenizo Colonia	el-cenizo-colonia	US		249	America/Chicago	26.41145	-98.91642	71			TX	427		
4688522	El Cenizo Colonia Number 1	el-cenizo-colonia-number-1	US		0	America/Chicago	27.33225	-99.50226	131	El Cenizo Colonia Number 1,El Cenizo Subdivision Number 1-5 Colonia		TX	479		
4688526	El Chaparral Number 1 Colonia	el-chaparral-number-1-colonia	US		0	America/Chicago	26.35034	-98.76836	48			TX	427		
4688527	El Chaparral Number 2 Colonia	el-chaparral-number-2-colonia	US		0	America/Chicago	26.34729	-98.76836	47			TX	427		
4688528	El Chapote Colonia	el-chapote-colonia	US		0	America/Chicago	26.52729	-97.78916	9			TX	489		
4688530	El Charro Colonia	el-charro-colonia	US		0	America/Chicago	26.24035	-98.15418	32	El Charro Colonia,El Charro Subdivision Colonia		TX	215		
4688531	El Charro Number 2 Colonia	el-charro-number-2-colonia	US		0	America/Chicago	26.24035	-98.10334	27			TX	215		
4688565	El Flaco Chiquito Colonia	el-flaco-chiquito-colonia	US		0	America/Chicago	26.32535	-98.38835	67	El Flaco Chiquito Colonia,El Flaco Chiquito Subdivision Colonia,El Flaco Colonia		TX	215		
4688575	El Jardin Del Mar	el-jardin-del-mar	US		0	America/Chicago	29.59856	-94.98798	4			TX	201		
4688582	El Lago	el-lago	US		2706	America/Chicago	29.56356	-95.04521	3			TX	201		
4688593	El Martillo	el-martillo	US		0	America/Chicago	27.34088	-97.44832	1			TX	273		
4688601	El Mesquite Colonia	el-mesquite-colonia	US		0	America/Chicago	26.28424	-98.00417	21	El Mesquite Colonia,El Mesquite Subdivision Colonia		TX	215		
4688602	El Mesquite Colonia	el-mesquite-colonia	US		0	America/Chicago	26.38534	-98.77225	77			TX	427		
4688615	El Nogal Colonia	el-nogal-colonia	US		0	America/Chicago	26.25841	-97.81527	14	El Nogal Colonia,Santo Rosa Number 15 Colonia		TX	061		
4688616	El Nopal Colonia	el-nopal-colonia	US		0	America/Chicago	26.18535	-98.0914	28			TX	215		
4688627	El Oso	el-oso	US		0	America/Chicago	28.73498	-98.00223	139			TX	255		
4688629	El Paraiso Colonia	el-paraiso-colonia	US		0	America/Chicago	26.30535	-98.3264	50	El Paraiso Colonia,El Paraiso Subdivision Colonia,El Pariso Colonia		TX	215		
4688640	El Quiote Colonia	el-quiote-colonia	US		0	America/Chicago	26.38534	-98.90919	55			TX	427		
4688642	El Ranchito Colonia	el-ranchito-colonia	US		0	America/Chicago	27.97641	-98.03139	78			TX	249		
4688647	El Rancho Vela Colonia	el-rancho-vela-colonia	US		0	America/Chicago	26.40645	-98.76725	86			TX	427		
4688654	El Refugio	el-refugio	US		331	America/Chicago	26.34034	-98.75586	46			TX	427		
4688656	El Refugio Colonia	el-refugio-colonia	US		242	America/Chicago	26.3384	-98.75725	47			TX	427		
4688659	El Rio Colonia	el-rio-colonia	US		0	America/Chicago	26.24341	-98.45335	50	El Rio Colonia,El Rio Subdivision Colonia		TX	215		
4688667	El Sauz	el-sauz	US		0	America/Chicago	26.57395	-98.8717	79			TX	427		
4688671	El Seco Colonia	el-seco-colonia	US		0	America/Chicago	26.33424	-98.12723	27	El Seco Colonia,El Seco Subdivision Colonia		TX	215		
4688675	El Socio Colonia	el-socio-colonia	US		0	America/Chicago	26.34146	-98.63725	78			TX	427		
4688676	El Sol Colonia	el-sol-colonia	US		0	America/Chicago	26.13146	-98.19723	28			TX	215		
4688677	El Sol Colonia Number 2	el-sol-colonia-number-2	US		0	America/Chicago	26.2734	-98.33029	52	El Sol Colonia Number 2,El Sol Subdivision Number 2 Colonia		TX	215		
4688679	El Tesoro	el-tesoro	US		0	America/Chicago	32.39264	-97.64864	214			TX	221		
4688694	El Venadito Colonia	el-venadito-colonia	US		0	America/Chicago	26.05536	-97.77138	17			TX	061		
4688722	Elderville	elderville	US		0	America/Chicago	32.37237	-94.72854	112			TX	183		
4688724	Eldora Colonia	eldora-colonia	US		0	America/Chicago	26.22535	-98.16418	31	Eldora Colonia,Eldora Subdivision Colonia		TX	215		
4688725	Eldora Gardens Colonia	eldora-gardens-colonia	US		0	America/Chicago	26.22535	-98.15723	31	Eldora Gardens Colonia,Eldora Gardens Subdivision Colonia		TX	215		
4688726	Eldora Rd-FM 1426 Colonia	eldora-rd-fm-1426-colonia	US		0	America/Chicago	26.22535	-98.14723	30	Eldora Rd-FM 1426 Colonia,Eldora Road-FM 1426 Colonia		TX	215		
4688727	Eldorado Center	eldorado-center	US		0	America/Chicago	31.85127	-96.62804	146			TX	349		
4688752	Elevation	elevation	US		0	America/Chicago	30.65353	-96.81887	164			TX	331		
4688766	Eliasville	eliasville	US		0	America/Chicago	32.95984	-98.76534	324			TX	503		
4688767	Elida Colonia	elida-colonia	US		0	America/Chicago	26.25341	-98.31724	47	Elida Colonia,Elida Subdivision Colonia		TX	215		
4688786	Elizabeth Colonia	elizabeth-colonia	US		0	America/Chicago	26.18341	-97.88222	17	Elizabeth Colonia,Elizabeth Subdivision Colonia		TX	215		
4688813	Ella	ella	US		0	America/Chicago	27.47365	-98.10584	47			TX	249		
4688836	Elliot	elliot	US		0	America/Chicago	30.9538	-96.56858	113	Elliot,Elliott,Elliott Community		TX	395		
4688895	Ellison Springs (historical)	ellison-springs-historical	US		0	America/Chicago	32.24153	-98.63117	405			TX	133		
4689008	Elm Flat	elm-flat	US		0	America/Chicago	32.08376	-96.30026	109			TX	349		
4689058	Elm Ridge	elm-ridge	US		0	America/Chicago	30.84769	-97.04138	146			TX	331		
4689070	Elm View	elm-view	US		0	America/Chicago	33.49455	-96.73555	231			TX	181		
4689086	Elmgrove	elmgrove	US		0	America/Chicago	29.46329	-94.67408	2			TX	167		
4689091	Elmina	elmina	US		0	America/Chicago	30.55964	-95.4755	116			TX	471		
4689099	Elmtown	elmtown	US		0	America/Chicago	31.896	-95.62857	149			TX	001		
4689110	Elodias Colonia	elodias-colonia	US		0	America/Chicago	26.3934	-98.92142	54	Elodia's Colonia,Elodias Colonia		TX	427		
4689111	Eloise	eloise	US		0	America/Chicago	31.12296	-96.80859	95			TX	145		
4689124	Elva	elva	US		0	America/Chicago	32.5268	-96.79472	186			TX	139		
4689144	Elysium	elysium	US		0	America/Chicago	30.16688	-97.51528	135	Elysium,Garfield,Haynie's Chapel		TX	021		
4689162	Emberson	emberson	US		0	America/Chicago	33.76094	-95.65246	175			TX	277		
4689166	Embree (historical)	embree-historical	US		0	America/Chicago	32.92401	-96.62833	166			TX	113		
4689183	Emerson Place	emerson-place	US		0	America/Chicago	29.87967	-95.31716	18			TX	201		
4689186	Emhouse	emhouse	US		135	America/Chicago	32.16265	-96.57721	144	Emhouse,Lyford		TX	349		
4689191	Emille	emille	US		0	America/Chicago	30.84353	-94.26269	62	Emille,Ratcliff's,Wolf Creek		TX	457		
4689239	Encantada Colonia	encantada-colonia	US		0	America/Chicago	26.02924	-97.62832	14			TX	061		
4689240	Encantada-Ranchito-El Calaboz	encantada-ranchito-el-calaboz	US		2255	America/Chicago	26.03344	-97.63307	13	Encantada-Ranchito El Calaboz,Encantada-Ranchito-El Calaboz		TX	061		
4689241	Enchanted Oaks	enchanted-oaks	US		334	America/Chicago	32.26542	-96.10942	105			TX	213		
4689245	Enchanted Valley Ranch Colonia	enchanted-valley-ranch-colonia	US		0	America/Chicago	26.24424	-98.4053	46			TX	215		
4689254	Encino Heights Colonia	encino-heights-colonia	US		0	America/Chicago	26.21924	-98.14834	31	Encino Heights Colonia,Encino Heights Subdivision Colonia		TX	215		
4689256	Encino Number 1 Colonia	encino-number-1-colonia	US		0	America/Chicago	26.14341	-97.99723	24			TX	215		
4689280	Engle	engle	US		0	America/Chicago	29.68107	-97.00943	113			TX	149		
4689282	Engleman Estates Colonia	engleman-estates-colonia	US		0	America/Chicago	26.34229	-98.03417	20			TX	215		
4689283	Engleman Gardens	engleman-gardens	US		0	America/Chicago	26.33146	-98.01917	22			TX	215		
4689293	English Acres Colonia	english-acres-colonia	US		0	America/Chicago	27.71031	-98.13028	71			TX	249		
4689296	English Crossing	english-crossing	US		0	America/Chicago	29.68161	-98.97587	329			TX	019		
4689322	Enoch	enoch	US		0	America/Chicago	32.72014	-94.99855	133			TX	459		
4689335	Enright	enright	US		0	America/Chicago	30.50604	-96.29663	89			TX	041		
4689336	Enrique Bazan Colonia	enrique-bazan-colonia	US		0	America/Chicago	26.28146	-98.37918	58	Enrique Bazan Colonia,Enrique Bazan Subdivision Colonia		TX	215		
4689343	Eolian	eolian	US		0	America/Chicago	32.66679	-99.01618	374			TX	429		
4689399	Erna	erna	US		0	America/Chicago	30.75073	-99.48589	540			TX	327		
4689429	Escobares	escobares	US		2451	America/Chicago	26.41062	-98.96253	55			TX	427		
4689430	Escobares Number 1 Colonia	escobares-number-1-colonia	US		0	America/Chicago	26.41423	-98.96725	55			TX	427		
4689431	Escobas	escobas	US		0	America/Chicago	27.06254	-99.02364	155			TX	505		
4689460	Espantosa Colonia	espantosa-colonia	US		0	America/Chicago	28.6272	-99.83339	172			TX	127		
4689465	Esparza Colonia Number 2	esparza-colonia-number-2	US		0	America/Chicago	26.02841	-97.62721	14	Esparza Colonia Number 2,Esparza Subdivision Number 2 Colonia		TX	061		
4689467	Esparza Colonia Number 1	esparza-colonia-number-1	US		0	America/Chicago	26.0273	-97.62638	14	Esparza Colonia Number 1,Esparza Subdivision Number 1 Colonia		TX	061		
4689468	Esperanza	esperanza	US		0	America/Chicago	30.4877	-95.49022	104			TX	339		
4689482	Esperson	esperson	US		0	America/Chicago	29.9555	-94.91743	17			TX	291		
4689484	Espey	espey	US		0	America/Chicago	29.11247	-98.4889	157			TX	013		
4689486	Esperanza Estates Colonia	esperanza-estates-colonia	US		0	America/Chicago	26.16146	-98.10723	29			TX	215		
4689498	Esseville	esseville	US		0	America/Chicago	28.68526	-98.20556	107	Esse,Esseville		TX	297		
4689505	Estelle	estelle	US		0	America/Chicago	32.86624	-97.01306	167			TX	113		
4689507	Esquina Colonia	esquina-colonia	US		0	America/Chicago	26.12841	-97.46915	5			TX	061		
4689512	Estes	estes	US		0	America/Chicago	27.96391	-97.10027	2			TX	007		
4689513	Estes	estes	US		0	America/Chicago	32.43848	-94.66688	91			TX	203		
4689540	Eubank Acres	eubank-acres	US		0	America/Chicago	30.3852	-97.68278	223			TX	453		
4689545	Eugenio Saenz Colonia	eugenio-saenz-colonia	US		0	America/Chicago	26.3584	-98.63336	84	Eugenio Saenz Colonia,Eugenio Saenz Subdivision Colonia		TX	427		
4689546	Eula	eula	US		0	America/Chicago	32.34235	-99.56175	602			TX	059		
4689553	Eulogy	eulogy	US		0	America/Chicago	32.16931	-97.65586	236	Delhi,Eulogy,Smithville		TX	035		
4689584	Evangeline Gardens Colonia	evangeline-gardens-colonia	US		0	America/Chicago	26.33229	-98.1314	26			TX	215		
4689633	Evelyn	evelyn	US		0	America/Chicago	32.30709	-95.53274	110			TX	213		
4689692	Evergreen Colonia	evergreen-colonia	US		73	America/Chicago	26.42534	-99.0242	70			TX	427		
4689708	Everman	everman	US		6352	America/Chicago	32.63097	-97.28918	204			TX	439		
4689717	Evie Colonia	evie-colonia	US		0	America/Chicago	26.23424	-98.24335	36	Evie Colonia,Evie Subdivision Colonia		TX	215		
4689718	Ewelder	ewelder	US		0	America/Chicago	28.11612	-97.44749	15			TX	409		
4689739	Expressway 83-77 Colonia	expressway-83-77-colonia	US		0	America/Chicago	26.11424	-97.61332	9	East Expressway 83-77 Colonia,Expressway 83-77 Colonia		TX	061		
4689740	Expressway Acres Colonia	expressway-acres-colonia	US		0	America/Chicago	26.23729	-98.3953	45			TX	215		
4689741	Expressway Heights Colonia	expressway-heights-colonia	US		0	America/Chicago	26.17646	-98.01028	25			TX	215		
4689743	Eylau	eylau	US		0	America/Chicago	33.37929	-94.1163	98			TX	037		
4689751	Ezequiel Acevedo Colonia	ezequiel-acevedo-colonia	US		0	America/Chicago	26.2173	-98.38641	38	Ezequiel Acevedo Colonia,Ezequiel Acevedo Subdivision Colonia		TX	215		
4689752	Ezequiel Acevedo Junior Colonia Number 2	ezequiel-acevedo-junior-colonia-number-2	US		0	America/Chicago	26.21841	-98.38641	39	Ezequiel Acevedo Junior Colonia Number 2,Ezequiel Acevedo Junior Subdivision Number 2 Colonia		TX	215		
4689753	Ezzell	ezzell	US		0	America/Chicago	29.28247	-96.90081	59			TX	285		
4689776	FM 1426-Minnesota Road Colonia	fm-1426-minnesota-road-colonia	US		0	America/Chicago	26.23341	-98.1464	31	FM 1426-Minn Road Colonia,FM 1426-Minnesota Road Colonia		TX	215		
4689777	FM 1925-Floral Rd Colonia	fm-1925-floral-rd-colonia	US		0	America/Chicago	26.31646	-98.01223	22	FM 1925-Floral Rd Colonia,FM 1925-Floral Road Colonia		TX	215		
4689778	FM 802-511 Colonia	fm-802-511-colonia	US		0	America/Chicago	25.93841	-97.41026	5			TX	061		
4689793	Fada	fada	US		0	America/Chicago	32.61042	-95.29495	106			TX	499		
4689803	Fair Oaks Ranch	fair-oaks-ranch	US		7407	America/Chicago	29.74578	-98.64336	387			TX	029		
4689831	Fairchilds	fairchilds	US		1027	America/Chicago	29.43135	-95.78023	24			TX	157		
4689857	Fairlie	fairlie	US		0	America/Chicago	33.31344	-95.9583	169			TX	231		
4689526	Ethel	ethel	US	25076	0	America/Chicago	33.54372	-96.84417	225			TX	181		
4690053	Falcon Estates Colonia	falcon-estates-colonia	US		0	America/Chicago	26.89032	-99.26531	100			TX	505		
4690056	Falcon Lake	falcon-lake	US		0	America/Chicago	26.87171	-99.25559	111			TX	505		
4690057	Falcon Lake Estates	falcon-lake-estates	US		1036	America/Chicago	26.87282	-99.25531	108			TX	505		
4690058	Falcon Mesa	falcon-mesa	US		405	America/Chicago	26.87282	-99.28948	112			TX	505		
4690062	Falcon Shores	falcon-shores	US		0	America/Chicago	26.89587	-99.25337	111			TX	505		
4690067	Falcon Village	falcon-village	US		47	America/Chicago	26.56144	-99.13448	103			TX	427		
4690069	Falconaire Colonia	falconaire-colonia	US		0	America/Chicago	26.55228	-99.11725	84	Falconaire Colonia,Falconaire Subdivision 1 and 2 Colonia		TX	427		
4690136	Fannett	fannett	US		2252	America/Chicago	29.92605	-94.25074	6			TX	245		
4690196	Farmers Academy	farmers-academy	US		0	America/Chicago	33.15817	-95.02549	110	Adora,Farmers Academy		TX	449		
4690198	Farmers Branch	farmers-branch	US		32689	America/Chicago	32.92651	-96.89612	141	Farmers Branch,farmrz bransh,farmrz brnch  tgzas,Фармерс Бранч,فارمرز برانش,فارمرز برنچ، تگزاس,ഫാർമേഴ്സ് ബ്രാഞ്ച്		TX	113		
4690215	Farmers Valley	farmers-valley	US		0	America/Chicago	34.16758	-99.4562	401			TX	487		
4690248	Farrsville	farrsville	US		0	America/Chicago	30.98353	-93.8074	80			TX	351		
4690253	Fashing	fashing	US		0	America/Chicago	28.79248	-98.13973	132	Fashing,Hickok,Hindenburg		TX	013		
4690261	Faubion Crossing	faubion-crossing	US		0	America/Chicago	31.39072	-98.19003	328			TX	281		
4690263	Faught	faught	US		0	America/Chicago	33.73733	-95.42079	150			TX	277		
4690281	Fawil	fawil	US		0	America/Chicago	30.72631	-93.70768	32			TX	351		
4690285	Fayburg	fayburg	US		0	America/Chicago	33.26928	-96.38776	181			TX	085		
4690295	Fays Corner	fays-corner	US		0	America/Chicago	26.09424	-98.19973	28			TX	215		
4690296	Faysville	faysville	US		439	America/Chicago	26.41035	-98.13529	25			TX	215		
4690302	Fedor	fedor	US		0	America/Chicago	30.31604	-97.05276	122			TX	287		
4690312	Felicia	felicia	US		0	America/Chicago	30.0241	-94.50797	15			TX	291		
4690322	Fellowship	fellowship	US		0	America/Chicago	31.93795	-94.03186	92			TX	419		
4690393	Ferguson Crossing	ferguson-crossing	US		0	America/Chicago	30.6077	-96.18163	56			TX	185		
4690444	Fetzer	fetzer	US		0	America/Chicago	30.24132	-95.81773	89			TX	473		
4690457	Field Creek	field-creek	US		0	America/Chicago	30.90156	-98.94505	428	Field Creek,Fieldcreek		TX	299		
4690495	Fields Store	fields-store	US		0	America/Chicago	30.14466	-95.95607	94			TX	473		
4690499	Fife	fife	US		0	America/Chicago	31.39044	-99.3845	441			TX	307		
4690505	Fifth Hidalgo Colonia	fifth-hidalgo-colonia	US		0	America/Chicago	27.9753	-97.41222	16	Fifth Hidalgo Colonia,South Taft Colonia		TX	409		
4690506	Fifth Street	fifth-street	US		2486	America/Chicago	29.59829	-95.55133	23			TX	157		
4690516	Files Valley	files-valley	US		0	America/Chicago	32.22265	-97.07695	201			TX	217		
4690518	Figridge	figridge	US		0	America/Chicago	29.763	-94.37686	6			TX	071		
4690545	Fink	fink	US		0	America/Chicago	33.80371	-96.67722	212			TX	181		
4690925	First Colony	first-colony	US		0	America/Chicago	29.57468	-95.60856	20			TX	157		
4690926	First Crossing	first-crossing	US		0	America/Chicago	29.49523	-99.71089	375			TX	463		
4690997	First Crossing	first-crossing	US		0	America/Chicago	29.76522	-98.14168	195			TX	091		
4691271	Fitze	fitze	US		0	America/Chicago	31.78573	-94.53437	140	Fitz,Fitze		TX	347		
4691273	Fisk Crossing	fisk-crossing	US		0	America/Chicago	31.59405	-98.82199	382			TX	049		
4691304	Fivemile Crossing	fivemile-crossing	US		0	America/Chicago	30.91295	-99.70868	553			TX	327		
4691351	Flag Springs	flag-springs	US		0	America/Chicago	33.51649	-96.01164	198			TX	147		
4691401	Flat Fork	flat-fork	US		0	America/Chicago	31.881	-94.21103	88			TX	419		
4691405	Flat Prairie	flat-prairie	US		0	America/Chicago	33.46261	-95.9783	171			TX	147		
4691454	Flatrock Crossing	flatrock-crossing	US		0	America/Chicago	29.57273	-99.40227	389			TX	325		
4691456	Flatrock Ford	flatrock-ford	US		0	America/Chicago	30.07049	-97.89084	222			TX	209		
4691459	Flats	flats	US		0	America/Chicago	32.83846	-95.88274	130			TX	379		
4691464	Fleamarket Colonia	fleamarket-colonia	US		0	America/Chicago	26.29146	-98.01834	21	Fleamarket Colonia,Fleamarket ROW Subdivision Colonia		TX	215		
4691516	Flo	flo	US		0	America/Chicago	31.41823	-95.91301	108			TX	289		
4691519	Flor del Rio Colonia	flor-del-rio-colonia	US		0	America/Chicago	26.40145	-98.90142	71	Flor del Rio Colonia,Flor el Rio Subdivision Colonia		TX	427		
4691521	Flora Colonia	flora-colonia	US		0	America/Chicago	26.17535	-98.01639	26	Flora Colonia,Flora Subdivision Colonia		TX	215		
4691532	Florence Hill	florence-hill	US		0	America/Chicago	32.67319	-97.01528	149			TX	113		
4691537	Florentino Sosa Colonia	florentino-sosa-colonia	US		0	America/Chicago	26.40229	-98.9842	57			TX	427		
4691538	Flores Addition Colonia	flores-addition-colonia	US		0	America/Chicago	26.91226	-99.26143	113			TX	505		
4691541	Flores Brothers Colonia	flores-brothers-colonia	US		0	America/Chicago	26.28035	-98.64725	43			TX	427		
4691552	Floresta Colonia	floresta-colonia	US		0	America/Chicago	26.33646	-98.18529	27	Floresta Colonia,Floresta Subdivision Colonia		TX	215		
4691572	Flour Bluff	flour-bluff	US		0	America/Chicago	27.67392	-97.27888	4			TX	355		
4691576	Flour Bluff Junction	flour-bluff-junction	US		0	America/Chicago	27.7853	-97.49277	12			TX	355		
4691581	Flowella	flowella	US		118	America/Chicago	27.21643	-98.06445	30			TX	047		
4691584	Flower Hill	flower-hill	US		0	America/Chicago	29.96522	-97.13165	105			TX	021		
4691592	Floy	floy	US		0	America/Chicago	29.78301	-97.09915	114			TX	149		
4691611	Flugrath	flugrath	US		0	America/Chicago	30.10299	-98.51975	433	Flugrath,Live Oak		TX	031		
4691667	Foard City	foard-city	US		0	America/Chicago	33.88092	-99.79982	460			TX	155		
4691679	Fog Town	fog-town	US		0	America/Chicago	31.33518	-95.13077	85			TX	225		
4691683	Fodice	fodice	US		0	America/Chicago	31.17296	-95.30188	91			TX	225		
4691729	Ford Oaks	ford-oaks	US		0	America/Chicago	30.17299	-97.83223	218			TX	453		
4691732	Fords Corner	fords-corner	US		0	America/Chicago	31.48185	-94.00602	109			TX	405		
4691733	Fords Prairie	fords-prairie	US		0	America/Chicago	29.89606	-97.16027	125			TX	149		
4691734	Fordtran	fordtran	US		0	America/Chicago	29.0672	-97.0086	59			TX	469		
4691744	Forest Chapel	forest-chapel	US		0	America/Chicago	33.8651	-95.61718	157			TX	277		
4691748	Forest Glade	forest-glade	US		0	America/Chicago	31.63072	-96.52193	162			TX	293		
4691762	Forest Heights	forest-heights	US		0	America/Chicago	30.23826	-93.75878	8			TX	361		
4691864	Fort Clark Road Colonia	fort-clark-road-colonia	US		0	America/Chicago	29.20135	-99.81922	278			TX	463		
4691865	Fort Crockett	fort-crockett	US		0	America/Chicago	29.2719	-94.81575	2			TX	167		
4691873	Fort Gates	fort-gates	US		913	America/Chicago	31.39961	-97.7078	238			TX	099		
4691876	Fort Griffin	fort-griffin	US		0	America/Chicago	32.93206	-99.23008	370			TX	417		
4691886	Fort Inge	fort-inge	US		0	America/Chicago	29.17774	-99.7645	269			TX	463		
4691895	Fort Parker	fort-parker	US		0	America/Chicago	31.56378	-96.5472	153			TX	293		
4691902	Fort Phantom Hill (historical)	fort-phantom-hill-historical	US		0	America/Chicago	32.6329	-99.68342	500			TX	253		
4691924	Fort Spunky	fort-spunky	US		0	America/Chicago	32.32542	-97.64503	231			TX	221		
4691928	Fort Travis	fort-travis	US		0	America/Chicago	29.36357	-94.7577	1			TX	167		
4691990	Foster Colonia	foster-colonia	US		0	America/Chicago	26.30535	-98.12334	28	Foster Colonia,Foster Subdivision Colonia		TX	215		
4692010	Foster Place	foster-place	US		0	America/Chicago	29.6944	-95.35188	12			TX	201		
4692045	Four A's Colonia	four-a-s-colonia	US		0	America/Chicago	27.80225	-98.25223	105	Four A Subdivision Colonia,Four A's Colonia		TX	131		
4692063	Four Points	four-points	US		0	America/Chicago	30.40381	-97.85362	318	Four Points,Hickmuntown		TX	453		
4692064	Four Points Colonia	four-points-colonia	US		18	America/Chicago	27.7964	-99.45532	218			TX	479		
4692066	Four Seasons Colonia	four-seasons-colonia	US		0	America/Chicago	26.87421	-99.29337	101			TX	505		
4692069	Four Sure All Right Colonia	four-sure-all-right-colonia	US		0	America/Chicago	26.2123	-98.37724	39	Four Sure All Right Colonia,Four Sure All Right Number 1 Colonia		TX	215		
4692085	Fourmile Crossing	fourmile-crossing	US		0	America/Chicago	30.91406	-99.85285	582			TX	327		
4692097	Fourth Crossing	fourth-crossing	US		0	America/Chicago	29.84272	-98.16779	219			TX	091		
4692098	Fourth Hidalgo Colonia	fourth-hidalgo-colonia	US		0	America/Chicago	27.97335	-97.40916	16	Fourth Hidalgo Colonia,South Taft Colonia		TX	409		
4692101	Fourth Site Colonia	fourth-site-colonia	US		0	America/Chicago	26.40923	-98.97642	56	Fourth Site Colonia,Fourth Site Subdivision Colonia		TX	427		
4692121	Fowlkes	fowlkes	US		0	America/Chicago	33.99343	-98.83451	332			TX	485		
4692148	Fox Landing	fox-landing	US		0	America/Chicago	30.99103	-94.23797	30			TX	457		
4692149	Frame	frame	US		0	America/Chicago	33.81482	-98.22171	267	Frame,Taco,Teco		TX	077		
4692151	Frame Switch	frame-switch	US		0	America/Chicago	30.55937	-97.46167	187			TX	491		
4692158	Francis Addition Colonia	francis-addition-colonia	US		0	America/Chicago	26.19535	-98.2164	36			TX	215		
4692161	Francisca Colonia	francisca-colonia	US		0	America/Chicago	26.38729	-98.84225	58			TX	427		
4692162	Francisco Rodriguez Colonia	francisco-rodriguez-colonia	US		0	America/Chicago	26.41229	-98.9642	55			TX	427		
4692186	Frankell	frankell	US		0	America/Chicago	32.62429	-98.71839	481			TX	429		
4692253	Fratt	fratt	US		0	America/Chicago	29.51745	-98.39696	229			TX	029		
4692265	Fred Adams Colonia	fred-adams-colonia	US		0	America/Chicago	26.20341	-97.72833	11	Fred Adams Colonia,Fred Adams and Juarez Colonia		TX	061		
4692292	Fredonia Hill	fredonia-hill	US		0	America/Chicago	31.5924	-94.66465	103			TX	347		
4692353	Freemound	freemound	US		0	America/Chicago	33.56066	-97.47641	276			TX	097		
4692354	Freeneytown	freeneytown	US		0	America/Chicago	31.95156	-94.86827	107			TX	401		
4692360	Freestone	freestone	US		0	America/Chicago	31.54239	-96.24803	153			TX	161		
4692373	Freiheit	freiheit	US		0	America/Chicago	29.71717	-98.0689	203			TX	091		
4692374	Frelsburg	frelsburg	US		0	America/Chicago	29.87106	-96.54664	92			TX	089		
4692393	Fresenius	fresenius	US		0	America/Chicago	30.37576	-94.23741	18			TX	199		
4692406	Freyburg	freyburg	US		0	America/Chicago	29.75773	-96.96665	119			TX	149		
4692408	Friars	friars	US		0	America/Chicago	32.23182	-94.90438	153			TX	401		
4692410	Friday	friday	US		0	America/Chicago	31.10824	-95.26216	84			TX	455		
4692411	Friday	friday	US		0	America/Chicago	31.10852	-95.26299	82			TX	455		
4692413	Frenstat	frenstat	US		0	America/Chicago	30.39743	-96.65331	116			TX	051		
4692424	Friendly Acres Colonia	friendly-acres-colonia	US		0	America/Chicago	26.27729	-98.33835	52			TX	215		
4692428	Friendly Corner	friendly-corner	US		0	America/Chicago	29.49745	-98.19529	194			TX	029		
4692522	Friendswood Acres Number 1 Colonia	friendswood-acres-number-1-colonia	US		0	America/Chicago	27.92835	-97.57722	13	Friendswood Acres Number 1 Colonia,Southeast Odem Colonia		TX	409		
4692523	Friendswood Acres Number 2 Colonia	friendswood-acres-number-2-colonia	US		0	America/Chicago	27.93724	-97.57138	16	Friendswood Acres Number 2 Colonia,Southeast Odem Colonia		TX	409		
4692540	Frige Settlement	frige-settlement	US		0	America/Chicago	30.11271	-94.71687	22			TX	291		
4692553	Frio Heights Colonia	frio-heights-colonia	US		0	America/Chicago	28.89719	-99.1092	188			TX	163		
4692557	Frio Town	frio-town	US		0	America/Chicago	29.01941	-99.30282	191			TX	163		
4692571	Frog	frog	US		0	America/Chicago	32.71846	-96.14025	165			TX	257		
4692581	Frog Hop	frog-hop	US		0	America/Chicago	33.51039	-95.53773	135			TX	277		
4692591	Frontier Village	frontier-village	US		0	America/Chicago	33.72927	-96.58777	203			TX	181		
4692593	Fronton	fronton	US		180	America/Chicago	26.40701	-99.08392	61			TX	427		
4692595	Fronton Ranchettes Colonia	fronton-ranchettes-colonia	US		0	America/Chicago	26.42534	-99.02725	62			TX	427		
4692596	Frosa	frosa	US		0	America/Chicago	31.62739	-96.69749	172			TX	293		
4692602	Frognot	frognot	US		0	America/Chicago	33.30372	-96.3597	186			TX	085		
4692621	Fry	fry	US		0	America/Chicago	31.82515	-99.18367	446	Fry,Thrifty		TX	049		
4692626	Frydek	frydek	US		0	America/Chicago	29.75329	-96.08829	46			TX	015		
4692634	Fulbright	fulbright	US		0	America/Chicago	33.54844	-95.25106	135			TX	387		
4692674	Fuqua	fuqua	US		0	America/Chicago	30.44715	-94.73632	35			TX	291		
4692717	G and R Colonia	g-and-r-colonia	US		0	America/Chicago	26.27146	-98.35029	56	G and R Colonia,G and R Subdivision Colonia		TX	215		
4692732	Gadston	gadston	US		0	America/Chicago	33.48094	-95.58746	129			TX	277		
4692735	Gafford	gafford	US		0	America/Chicago	33.16456	-95.69496	160			TX	223		
4692760	Gainesmore	gainesmore	US		0	America/Chicago	28.91775	-95.69106	5			TX	321		
4692783	Galilee	galilee	US		0	America/Chicago	32.26626	-95.42857	128			TX	423		
4692784	Galilee	galilee	US		0	America/Chicago	30.69686	-95.63967	123			TX	471		
4692811	Galle	galle	US		0	America/Chicago	29.73828	-97.91417	156			TX	187		
4692820	Gallimore Addition Colonia	gallimore-addition-colonia	US		0	America/Chicago	27.73919	-98.09834	67			TX	249		
4692838	Galpin Colonia	galpin-colonia	US		0	America/Chicago	26.22146	-97.83139	14	Galpin Colonia,Santa Rosa Number 1 Colonia		TX	061		
4693429	Gethsemane	gethsemane	US		0	America/Chicago	32.80264	-94.10935	83			TX	315		
4693471	Gibtown	gibtown	US		0	America/Chicago	33.03206	-97.94837	336			TX	237		
4692892	Gamblin	gamblin	US		0	America/Chicago	32.89151	-95.58301	140			TX	499		
4692899	Gandy	gandy	US		0	America/Chicago	30.71879	-98.23169	373			TX	053		
4692919	Garceno	garceno	US		420	America/Chicago	26.40645	-98.93947	59			TX	427		
4692939	Garcia's Colonia	garcia-s-colonia	US		0	America/Chicago	26.39729	-98.84031	72	Garcia Colonia,Garcia's Colonia		TX	427		
4692953	Garden Acres	garden-acres	US		0	America/Chicago	32.59458	-97.30252	207			TX	439		
4692962	Garden Ridge	garden-ridge	US		3850	America/Chicago	29.63467	-98.30529	272			TX	091		
4693062	Garretts Bluff	garretts-bluff	US		0	America/Chicago	33.87149	-95.7208	151			TX	277		
4693074	Gartman View	gartman-view	US		0	America/Chicago	31.94153	-98.57144	391			TX	093		
4693088	Gary City	gary-city	US		305	America/Chicago	32.03122	-94.37247	89	Gary City		TX	365		
4693098	Garza Addition Colonia	garza-addition-colonia	US		0	America/Chicago	26.40229	-98.9992	59			TX	427		
4693100	Garza Colonia Number 1	garza-colonia-number-1	US		0	America/Chicago	26.27229	-97.99917	20	Garza Colonia Number 1,Garza Subdivision Number 1 Colonia		TX	215		
4693101	Garza Colonia Number 2	garza-colonia-number-2	US		0	America/Chicago	26.27341	-97.99917	20	Garza Colonia Number 2,Garza Subdivision Number 2 Colonia		TX	215		
4693102	Garza Crossing	garza-crossing	US		0	America/Chicago	29.28329	-98.61391	162			TX	029		
4693107	Garza Estates Colonia	garza-estates-colonia	US		0	America/Chicago	26.22341	-98.36641	42			TX	215		
4693115	Garza-4th-6th Streets Colonia	garza-4th-6th-streets-colonia	US		0	America/Chicago	27.86336	-97.19332	7	Garza-4th-6th Streets Colonia,Ingleside Colonia		TX	409		
4693116	Garza-Gutierrez Colonia	garza-gutierrez-colonia	US		0	America/Chicago	26.3884	-98.8203	69			TX	427		
4693118	Garza-Salinas Colonia	garza-salinas-colonia	US		0	America/Chicago	26.3734	-98.79642	50			TX	427		
4693119	Garza-Salinas Number 2 Colonia	garza-salinas-number-2-colonia	US		0	America/Chicago	26.35229	-98.7603	49			TX	427		
4693130	Gate City Acres Colonia	gate-city-acres-colonia	US		0	America/Chicago	26.30035	-98.1364	29			TX	215		
4693203	Gay Hill	gay-hill	US		0	America/Chicago	29.88662	-96.76053	95			TX	149		
4693204	Gay Hill	gay-hill	US		0	America/Chicago	30.27188	-96.49413	113			TX	477		
4693263	Gentrys Mill	gentrys-mill	US		0	America/Chicago	31.7921	-98.22559	345			TX	193		
4693280	Gentry Crossing	gentry-crossing	US		0	America/Chicago	33.05594	-99.34091	383			TX	447		
4693295	George Lookingbill Number 2 Colonia	george-lookingbill-number-2-colonia	US		0	America/Chicago	26.32729	-97.97917	21			TX	215		
4693313	George W Ward Addition Colonia	george-w-ward-addition-colonia	US		0	America/Chicago	27.87419	-98.60918	168			TX	131		
4693314	George W Ward Addition Number 2 Colonia	george-w-ward-addition-number-2-colonia	US		0	America/Chicago	27.87419	-98.60724	168			TX	131		
4693330	George Lookingbill Number 1 Colonia	george-lookingbill-number-1-colonia	US		0	America/Chicago	26.32729	-97.98222	20			TX	215		
4693340	Georges Creek	georges-creek	US		0	America/Chicago	32.29403	-97.6378	214			TX	425		
4693354	Georgia	georgia	US		0	America/Chicago	33.75399	-95.83136	172			TX	277		
4693385	Germany	germany	US		0	America/Chicago	31.4399	-95.35078	133			TX	225		
4693388	Gernentz Colonia	gernentz-colonia	US		0	America/Chicago	26.29646	-98.1364	29	Gernentz Colonia,Gernentz Subdivision Colonia		TX	215		
4693426	Gholson	gholson	US		1076	America/Chicago	31.701	-97.2164	131			TX	309		
4693501	Gilbert Landing	gilbert-landing	US		0	America/Chicago	29.79995	-95.05604	10			TX	201		
4693508	Gilbreth	gilbreth	US		0	America/Chicago	32.89623	-95.55968	136			TX	499		
4693509	Gilburg	gilburg	US		0	America/Chicago	30.14382	-94.17046	9			TX	245		
4693551	Gilliland	gilliland	US		0	America/Chicago	33.73148	-99.68342	460			TX	275		
4693554	Gillis	gillis	US		0	America/Chicago	33.02624	-94.7641	90			TX	343		
4693574	Gilson Groves	gilson-groves	US		0	America/Chicago	28.26944	-99.75561	177			TX	127		
4693583	Ginger	ginger	US		0	America/Chicago	32.84985	-95.71968	144			TX	379		
4693588	Gist	gist	US		0	America/Chicago	30.27437	-93.90573	12			TX	241		
4693589	Givens	givens	US		0	America/Chicago	33.69344	-95.50523	153			TX	277		
4693630	Gladewater Park	gladewater-park	US		0	America/Chicago	32.51153	-94.97716	108			TX	183		
4693634	Gladstell	gladstell	US		0	America/Chicago	30.28493	-95.11271	32			TX	291		
4693650	Glass	glass	US		0	America/Chicago	32.19125	-97.83697	287			TX	425		
4693657	Glasscock Estates Colonia	glasscock-estates-colonia	US		0	America/Chicago	26.24729	-98.2864	45	Glasscock Estates Colonia,Glasscock Estates Subdivision Colonia		TX	215		
4693663	Glasscock North Colonia	glasscock-north-colonia	US		0	America/Chicago	26.29535	-98.28224	45	Glasscock North Colonia,Glasscock North Subdivision Colonia		TX	215		
4693664	Glaze City	glaze-city	US		0	America/Chicago	29.40719	-97.2886	83			TX	177		
4693667	Gleckler	gleckler	US		0	America/Chicago	29.60635	-96.91248	98	Gleckler,Lilla		TX	285		
4693675	Glen Eden (historical)	glen-eden-historical	US		0	America/Chicago	33.88955	-96.64166	212			TX	181		
4693681	Glen Hill	glen-hill	US		0	America/Chicago	32.89485	-96.47443	169			TX	397		
4693718	Glenfawn	glenfawn	US		0	America/Chicago	31.91378	-94.85688	138			TX	401		
4693726	Glenn Heights	glenn-heights	US		12042	America/Chicago	32.54875	-96.85667	206			TX	113		
4693729	Glenshire Estates Colonia	glenshire-estates-colonia	US		0	America/Chicago	26.27924	-98.27335	43			TX	215		
4693734	Glenwood Acres Colonia	glenwood-acres-colonia	US		0	America/Chicago	26.13424	-97.56221	6	Glenwood Acres Colonia,Glenwood Acres Subdivision Colonia		TX	061		
4693755	Gloria Colonia	gloria-colonia	US		0	America/Chicago	26.71033	-98.43724	85	Gloria Colonia,La Gloria Colonia		TX	427		
4693760	Glory	glory	US		0	America/Chicago	33.53344	-95.5394	151			TX	277		
4693765	Glover (historical)	glover-historical	US		0	America/Chicago	31.50546	-95.30828	107			TX	225		
4693860	Goforth	goforth	US		0	America/Chicago	30.02188	-97.79334	189			TX	209		
4693870	Goldapp Colonia	goldapp-colonia	US		0	America/Chicago	27.71642	-98.14528	75			TX	249		
4693872	Golden Acres	golden-acres	US		0	America/Chicago	29.67078	-95.15299	10			TX	201		
4693879	Golden Beach	golden-beach	US		0	America/Chicago	30.80101	-98.47142	317			TX	299		
4693902	Goldfinch	goldfinch	US		0	America/Chicago	28.85886	-98.87336	156			TX	163		
4693929	Golinda	golinda	US		557	America/Chicago	31.37767	-97.08278	147			TX	145		
4693931	Golly	golly	US		0	America/Chicago	28.94359	-97.26166	66			TX	123		
4693933	Golfcrest	golfcrest	US		0	America/Chicago	29.69134	-95.29883	11			TX	201		
4693937	Gomez Colonia	gomez-colonia	US		0	America/Chicago	26.24729	-98.17334	32	Gomez Colonia,Gomez Subdivision Colonia		TX	215		
4693941	Gonzales 12 Colonia	gonzales-12-colonia	US		0	America/Chicago	28.01918	-97.50333	16	Gonzales 12 Colonia,La Colonia		TX	409		
4693948	Gonzales Colonia	gonzales-colonia	US		0	America/Chicago	26.12424	-97.72527	14			TX	061		
4693949	Gonzales Colonia	gonzales-colonia	US		0	America/Chicago	29.1983	-99.80422	275			TX	463		
4693966	Gonzalez-Zamora Colonia	gonzalez-zamora-colonia	US		0	America/Chicago	26.24229	-98.15723	31	Gonzalez-Zamora Colonia,Gonzalez-Zamora Subdivision Colonia		TX	215		
4693971	Goober Hill	goober-hill	US		0	America/Chicago	31.65156	-93.93102	100			TX	419		
4694000	Good Neighbor	good-neighbor	US		0	America/Chicago	33.19428	-95.65051	149			TX	223		
4694035	Good Springs	good-springs	US		0	America/Chicago	32.05627	-94.91077	131			TX	401		
4694037	Good Valley Ranch Colonia Number 1	good-valley-ranch-colonia-number-1	US		0	America/Chicago	26.27535	-98.34918	55	Good Valley Ranch Colonia Number 1,Good Valley Ranch Subdivision Number 1 Colonia		TX	215		
4694053	Goodlett	goodlett	US		0	America/Chicago	34.33507	-99.8801	476			TX	197		
4694057	Goodlow Park	goodlow-park	US		200	America/Chicago	32.11543	-96.21831	104	Goodlow,Goodlow Park		TX	349		
4694066	Goodnight	goodnight	US		0	America/Chicago	32.12182	-96.15969	101			TX	349		
4694080	Goodwill	goodwill	US		0	America/Chicago	30.24216	-96.18496	62			TX	477		
4694092	Goodwin Heights Number 1 Colonia	goodwin-heights-number-1-colonia	US		0	America/Chicago	26.25924	-98.38641	51			TX	215		
4694098	Goodwill	goodwill	US		0	America/Chicago	30.64159	-96.62719	95			TX	051		
4694125	Gorbet Estates Colonia	gorbet-estates-colonia	US		0	America/Chicago	28.02335	-97.86917	37			TX	249		
4694132	Gordon Junction	gordon-junction	US		0	America/Chicago	32.53458	-98.3181	301			TX	363		
4694148	Gore Landing	gore-landing	US		0	America/Chicago	30.41076	-94.11963	8			TX	199		
4694178	Gospel Hill	gospel-hill	US		0	America/Chicago	30.82908	-95.35522	96			TX	471		
4694223	Gover	gover	US		0	America/Chicago	33.73594	-96.42415	166			TX	181		
4694236	Graball	graball	US		0	America/Chicago	30.26521	-96.1344	85			TX	477		
4694383	Graceton	graceton	US		0	America/Chicago	32.71458	-94.7891	97			TX	459		
4694427	Graham Colonia	graham-colonia	US		0	America/Chicago	26.10647	-97.60916	9			TX	061		
4694456	Granada Estates Colonia	granada-estates-colonia	US		0	America/Chicago	26.3084	-98.25918	39			TX	215		
4694468	Grand Acres	grand-acres	US		49	America/Chicago	26.24368	-97.82694	15			TX	061		
4694473	Grand Bluff	grand-bluff	US		0	America/Chicago	32.27183	-94.34325	92			TX	365		
4694495	Grande Acres Colonia	grande-acres-colonia	US		0	America/Chicago	26.24424	-97.82833	15	Grande Acres Colonia,Santa Rosa Number 7 Colonia		TX	061		
4694529	Grangerland	grangerland	US		0	America/Chicago	30.25271	-95.32938	47			TX	339		
4694535	Granite Shoals	granite-shoals	US		5071	America/Chicago	30.58908	-98.38392	268			TX	053		
4694537	Granjeno	granjeno	US		299	America/Chicago	26.1348	-98.30474	33			TX	215		
4694566	Grapetown	grapetown	US		0	America/Chicago	30.14743	-98.81837	528			TX	171		
4694598	Grass Pond Colony	grass-pond-colony	US		0	America/Chicago	29.25135	-98.12945	177			TX	493		
4694634	Grassyville	grassyville	US		0	America/Chicago	30.14077	-97.07137	134			TX	021		
4694684	Gray East and West Colonia	gray-east-and-west-colonia	US		0	America/Chicago	26.22341	-98.27029	38	Gray East & West Colonia,Gray East and West Colonia		TX	215		
4694697	Gray Crossing	gray-crossing	US		0	America/Chicago	29.17024	-97.995	103			TX	493		
4694698	Grayburg	grayburg	US		297	America/Chicago	30.12105	-94.4113	14			TX	199		
4694703	Grayback	grayback	US		0	America/Chicago	33.99065	-99.17424	361			TX	487		
4694719	Grays Prairie	grays-prairie	US		363	America/Chicago	32.47208	-96.34943	137			TX	257		
4694896	Greatwood	greatwood	US		11538	America/Chicago	29.55413	-95.67578	21			TX	157		
4694941	Green Hill	green-hill	US		0	America/Chicago	33.24817	-94.99605	123	Green Hill,Greenhill		TX	449		
4694986	Green Valley Development Subdividion Colonia	green-valley-development-subdividion-colonia	US		0	America/Chicago	26.29146	-98.02528	21	Green Valley Development Subdividion Colonia,Green Valley Development Subdivision Colonia		TX	215		
4694990	Green Valley Farms	green-valley-farms	US		1272	America/Chicago	26.12202	-97.56054	6			TX	061		
4694991	Green Valley Farms Colonia	green-valley-farms-colonia	US		0	America/Chicago	26.12146	-97.56221	6			TX	061		
4695038	Greenpond	greenpond	US		0	America/Chicago	33.03484	-95.50301	162			TX	223		
4695043	Greens Bayou	greens-bayou	US		0	America/Chicago	29.76578	-95.20632	8			TX	201		
4695049	Greens Bluff	greens-bluff	US		0	America/Chicago	31.87017	-95.96941	77			TX	001		
4695055	Greens Crossing	greens-crossing	US		0	America/Chicago	30.83574	-97.90169	351			TX	491		
4695059	Greenshores	greenshores	US		0	America/Chicago	30.33993	-97.81723	160			TX	453		
4695087	Greenvine	greenvine	US		0	America/Chicago	30.11494	-96.5583	134			TX	477		
4695127	Greenwood Village	greenwood-village	US		0	America/Chicago	29.88245	-95.33521	18			TX	201		
4695151	Greggton	greggton	US		0	America/Chicago	32.4982	-94.79327	107			TX	183		
4695179	Grey Forest	grey-forest	US		515	America/Chicago	29.6155	-98.68086	348			TX	029		
4695183	Gribble	gribble	US		0	America/Chicago	32.9004	-96.91056	134			TX	113		
4695185	Grice	grice	US		0	America/Chicago	32.80624	-95.11911	128			TX	459		
4695215	Griffing Park	griffing-park	US		0	America/Chicago	29.91771	-93.92434	3	Griffin Park,Griffing Park		TX	245		
4695229	Grigsby	grigsby	US		0	America/Chicago	31.65518	-94.39159	79	Geigsby,Grigsby		TX	419		
4695265	Grit	grit	US		0	America/Chicago	30.78323	-99.32006	523			TX	319		
4695273	Groceville	groceville	US		0	America/Chicago	30.34104	-95.3341	59			TX	339		
4695287	Grossville	grossville	US		0	America/Chicago	30.68407	-99.20144	444			TX	319		
4695288	Grosvenor	grosvenor	US		0	America/Chicago	31.88237	-99.15006	463			TX	049		
4695327	Grovewood Estates Colonia	grovewood-estates-colonia	US		0	America/Chicago	26.25091	-98.29335	45			TX	215		
4695329	Grub Hill	grub-hill	US		0	America/Chicago	32.08626	-97.27918	196			TX	217		
4695333	Grubbe	grubbe	US		0	America/Chicago	32.96345	-95.5994	151			TX	223		
4695337	Gruenau	gruenau	US		0	America/Chicago	29.07081	-97.56749	138			TX	123		
4695338	Gruene	gruene	US		0	America/Chicago	29.73828	-98.1039	206			TX	091		
4695367	Guadalupe Guerra Colonia	guadalupe-guerra-colonia	US		0	America/Chicago	26.41145	-99.08225	62	Guadalupe Guerra Colonia,Guadalupe Guerra Subdivision Colonia		TX	427		
4695368	Guadalupe Heights	guadalupe-heights	US		0	America/Chicago	29.99632	-99.10004	498			TX	265		
4695414	Guda	guda	US		0	America/Chicago	31.35878	-97.03277	112	Guda,Perch		TX	145		
4695422	Guerra Addition Colonia	guerra-addition-colonia	US		0	America/Chicago	27.7403	-98.09139	65	Guerra Addition Colonia,Rancho Alegre Colonia		TX	249		
4695425	Guerra Colonia	guerra-colonia	US		0	America/Chicago	26.3934	-98.84142	67			TX	427		
4695427	Guerra Ellis Colonia Number 1 and 2	guerra-ellis-colonia-number-1-and-2	US		0	America/Chicago	26.25424	-98.30529	48	Guerra Ellis Colonia Number 1 and 2,Guerra Ellis Subdivision Number 1 & 2 Colonia		TX	215		
4695428	Guerra Estate Addition Colonia	guerra-estate-addition-colonia	US		0	America/Chicago	27.74142	-98.09028	64	Guerra Estate Addition Colonia,Rancho Alegre Colonia		TX	249		
4694902	Green	green	US	44232	0	America/Chicago	28.73887	-97.8725	147			TX	255		
4695461	Gulf Hill	gulf-hill	US		0	America/Chicago	28.75721	-95.92996	4			TX	321		
4695464	Gulf Park	gulf-park	US		0	America/Chicago	28.96108	-95.41383	2			TX	039		
4695507	Gum Grove	gum-grove	US		0	America/Chicago	30.07522	-94.99187	26			TX	291		
4695527	Gum Springs	gum-springs	US		0	America/Chicago	32.45987	-94.6766	106			TX	203		
4695528	Gum Springs	gum-springs	US		0	America/Chicago	32.08183	-94.92716	126			TX	401		
4695530	Gum Springs	gum-springs	US		0	America/Chicago	33.14957	-94.36075	117			TX	067		
4695535	Gun Barrel City	gun-barrel-city	US		5985	America/Chicago	32.33459	-96.15136	107			TX	213		
4695537	Gumesindo Galvan Colonia	gumesindo-galvan-colonia	US		0	America/Chicago	26.21646	-97.47637	6	Gumesindo Galvan Colonia,La Tina Ranch Colonia		TX	061		
4695543	Gunsight	gunsight	US		0	America/Chicago	32.54152	-98.87118	433			TX	429		
4695563	Gus	gus	US		0	America/Chicago	30.45549	-96.85776	121			TX	051		
4695588	Guys Store	guys-store	US		0	America/Chicago	31.22018	-95.8244	89			TX	289		
4695590	Guzman Colonia	guzman-colonia	US		0	America/Chicago	26.90837	-99.26337	109			TX	505		
4695594	Gwinns Crossing (historical)	gwinns-crossing-historical	US		0	America/Chicago	29.53996	-96.47108	52			TX	089		
4695609	H Cuellar Estates Colonia	h-cuellar-estates-colonia	US		0	America/Chicago	26.56144	-99.12642	95			TX	427		
4695638	H and B Colonia	h-and-b-colonia	US		0	America/Chicago	26.1223	-98.19723	26	H and B Colonia,H and B Subdivision Colonia		TX	215		
4695650	HME Colonia	hme-colonia	US		0	America/Chicago	26.1673	-98.20334	29	HME Colonia,HME Subdivision Colonia,Hall Acres Colonia		TX	215		
4695660	Haby Crossing	haby-crossing	US		0	America/Chicago	29.32857	-99.94728	305			TX	463		
4695666	Hacienda Gardens Colonia	hacienda-gardens-colonia	US		0	America/Chicago	25.98341	-97.51526	9			TX	061		
4695668	Hacienda de los Vegas Colonia	hacienda-de-los-vegas-colonia	US		0	America/Chicago	26.30146	-98.0914	24	Hacienda de Los Vegas Colonia,Hacienda de los Vegas Colonia		TX	215		
4695669	Hacienda del Bronco Number 1 Colonia	hacienda-del-bronco-number-1-colonia	US		0	America/Chicago	26.31035	-98.20835	30			TX	215		
4695670	Hacienda del Bronco Number 2 Colonia	hacienda-del-bronco-number-2-colonia	US		0	America/Chicago	26.31035	-98.20918	30			TX	215		
4695671	Hacienda el Porvenir Colonia	hacienda-el-porvenir-colonia	US		0	America/Chicago	26.30924	-97.99639	20			TX	215		
4695678	Hackberry Colonia	hackberry-colonia	US		0	America/Chicago	26.40645	-98.97836	56			TX	427		
4695719	Haeckerville	haeckerville	US		0	America/Chicago	29.5619	-98.21723	211			TX	187		
4695725	Hagansport	hagansport	US		0	America/Chicago	33.3415	-95.24939	116			TX	159		
4695736	Hagerville	hagerville	US		0	America/Chicago	31.34463	-95.08133	83			TX	225		
4695752	Hahn	hahn	US		0	America/Chicago	29.28136	-96.39691	39			TX	481		
4695758	Hail	hail	US		0	America/Chicago	33.50094	-96.05747	198	Hail,Hale		TX	147		
4695766	Hainesville	hainesville	US		0	America/Chicago	32.71763	-95.3644	116			TX	499		
4695791	Halesboro	halesboro	US		0	America/Chicago	33.46205	-95.30328	121			TX	387		
4695878	Hallmark Crossing	hallmark-crossing	US		0	America/Chicago	31.08573	-98.05142	262			TX	281		
4695885	Halls Bluff	halls-bluff	US		0	America/Chicago	31.35462	-95.65745	65			TX	225		
4695888	Halls Bluff Town (historical)	halls-bluff-town-historical	US		0	America/Chicago	31.35824	-95.66023	51			TX	225		
4695893	Hallsburg	hallsburg	US		522	America/Chicago	31.53878	-96.95611	152			TX	309		
4695898	Halsell	halsell	US		0	America/Chicago	33.71955	-98.34477	282			TX	077		
4695911	Halsted	halsted	US		0	America/Chicago	29.90745	-96.78164	98			TX	149		
4695924	Hamby	hamby	US		0	America/Chicago	32.51873	-99.6312	528			TX	441		
4695982	Hamlet Colonia	hamlet-colonia	US		0	America/Chicago	26.26729	-98.28835	38			TX	215		
4695986	Hammetts Crossing	hammetts-crossing	US		0	America/Chicago	30.3402	-98.13807	220			TX	453		
4695997	Hamon	hamon	US		0	America/Chicago	29.3958	-97.36693	97			TX	177		
4695998	Hamon	hamon	US		0	America/Chicago	29.40524	-97.34916	82			TX	177		
4696017	Hamrick	hamrick	US		0	America/Chicago	31.85848	-99.48007	542			TX	083		
4696035	Handy	handy	US		0	America/Chicago	30.6352	-97.08999	140			TX	331		
4696044	Hanger	hanger	US		0	America/Chicago	33.71122	-96.75778	207			TX	181		
4696088	Happy Hill	happy-hill	US		0	America/Chicago	32.46875	-97.23668	237			TX	251		
4696095	Happy Hollow	happy-hollow	US		0	America/Chicago	29.62189	-99.75367	453			TX	463		
4696102	Haralson Lakes	haralson-lakes	US		0	America/Chicago	30.87325	-94.3802	72			TX	457		
4696104	Harbin	harbin	US		0	America/Chicago	32.11681	-98.27338	396	Harbin,Harbin Community		TX	143		
4696108	Harbor City (historical)	harbor-city-historical	US		0	America/Chicago	27.82392	-97.19555	3			TX	409		
4696109	Harbor Grove	harbor-grove	US		0	America/Chicago	33.11262	-97.05057	173			TX	121		
4696159	Harding Gill Tract Colonia	harding-gill-tract-colonia	US		0	America/Chicago	26.44229	-98.03834	20			TX	215		
4696181	Hardy Heights	hardy-heights	US		0	America/Chicago	29.88356	-95.36744	21			TX	201		
4696197	Hare	hare	US		0	America/Chicago	30.67103	-97.27305	152			TX	491		
4696206	Harkeyville	harkeyville	US		0	America/Chicago	31.21072	-98.7856	373			TX	411		
4696246	Harmaston	harmaston	US		0	America/Chicago	29.97772	-95.1591	21			TX	201		
4696247	Harmel Colonia	harmel-colonia	US		0	America/Chicago	26.31646	-98.01723	21	Harmel Colonia,Harmel Subdivision Colonia		TX	215		
4696332	Harpers Crossing (historical)	harpers-crossing-historical	US		0	America/Chicago	33.31094	-95.64746	121			TX	223		
4696369	Harris Chapel	harris-chapel	US		0	America/Chicago	32.30821	-94.43131	105			TX	365		
4696438	Harris Tract Colonia	harris-tract-colonia	US		0	America/Chicago	25.90841	-97.40526	6			TX	061		
4696474	Harrison Town	harrison-town	US		0	America/Chicago	31.40129	-95.223	113			TX	225		
4696505	Hartburg	hartburg	US		0	America/Chicago	30.25771	-93.76461	9			TX	351		
4696507	Hartex	hartex	US		0	America/Chicago	33.82065	-98.67728	314			TX	009		
4696521	Harts Bluff	harts-bluff	US		0	America/Chicago	33.39734	-94.95605	91			TX	387		
4696540	Harvest Acres Colonia	harvest-acres-colonia	US		0	America/Chicago	27.76725	-97.94639	43			TX	249		
4696588	Harveytown	harveytown	US		0	America/Chicago	31.07686	-94.14742	72			TX	241		
4696592	Hasima	hasima	US		0	America/Chicago	29.02831	-95.7744	10			TX	039		
4696604	Haslam	haslam	US		0	America/Chicago	31.96739	-94.02714	63			TX	419		
4696608	Hasse	hasse	US		0	America/Chicago	31.93653	-98.48866	366			TX	093		
4696623	Hatchel	hatchel	US		0	America/Chicago	31.85015	-99.94925	524			TX	399		
4696631	Hatchetville	hatchetville	US		0	America/Chicago	33.25956	-95.52968	156			TX	223		
4696654	Havana Lomas Number 1 Colonia	havana-lomas-number-1-colonia	US		0	America/Chicago	26.24924	-98.51335	52			TX	215		
4696655	Havana Lomas Number 2 Colonia	havana-lomas-number-2-colonia	US		0	America/Chicago	26.24841	-98.51141	51			TX	215		
4696656	Havana Lomas Number 3 Colonia	havana-lomas-number-3-colonia	US		0	America/Chicago	26.24729	-98.5103	51			TX	215		
4696657	Havana Lomas Number 4 Colonia	havana-lomas-number-4-colonia	US		0	America/Chicago	26.24729	-98.51141	51			TX	215		
4696658	Havana Lomas Number 5 Colonia	havana-lomas-number-5-colonia	US		0	America/Chicago	26.24535	-98.51141	47			TX	215		
4696672	Haw Creek (historical)	haw-creek-historical	US		0	America/Chicago	30.00328	-96.63414	123	Haw Creek (historical),Hawcreek		TX	149		
4696677	Hawdon	hawdon	US		0	America/Chicago	29.47885	-95.47244	19			TX	157		
4696679	Hawk Cove	hawk-cove	US		494	America/Chicago	32.88401	-96.08108	144			TX	231		
4696703	Hawks Addition Colonia	hawks-addition-colonia	US		0	America/Chicago	27.73642	-98.08834	66	Hawks Addition Colonia,Rancho Alegre Colonia		TX	249		
4696719	Hawthorne Place	hawthorne-place	US		0	America/Chicago	29.85717	-95.36466	21			TX	201		
4696756	Hayford Crossing	hayford-crossing	US		0	America/Chicago	33.05983	-99.35702	384			TX	447		
4696787	Hays City	hays-city	US		0	America/Chicago	30.04744	-97.98834	294	Hay City,Hays City		TX	209		
4696799	Hays Spring	hays-spring	US		0	America/Chicago	31.47073	-95.5319	137			TX	225		
4696806	Hayward Junction	hayward-junction	US		0	America/Chicago	31.58907	-94.6491	89			TX	347		
4696820	Hazeldell	hazeldell	US		0	America/Chicago	31.88154	-98.33199	346			TX	093		
4696822	Hays Crossing	hays-crossing	US		0	America/Chicago	31.47016	-99.43367	414			TX	083		
4696841	Heafer	heafer	US		0	America/Chicago	29.34357	-98.58419	187			TX	029		
4696842	Heaker	heaker	US		0	America/Chicago	29.64273	-95.46939	19			TX	201		
4696843	Heakers	heakers	US		0	America/Chicago	29.63357	-95.49911	19			TX	201		
4696850	Headsville	headsville	US		0	America/Chicago	31.26129	-96.49581	146			TX	395		
4696895	Hebert	hebert	US		0	America/Chicago	29.98549	-94.06184	6			TX	245		
4696924	Hedwig Village	hedwig-village	US		2557	America/Chicago	29.77745	-95.51716	23	Hedwig,Hedwig Village		TX	201		
4696925	Hedwigs Hill	hedwigs-hill	US		0	America/Chicago	30.66574	-99.112	392			TX	319		
4696934	Hefner	hefner	US		0	America/Chicago	33.53315	-99.53342	441			TX	275		
4696940	Hegar	hegar	US		0	America/Chicago	30.11605	-95.82773	80			TX	473		
4696958	Heights	heights	US		0	America/Chicago	29.38884	-94.93048	4			TX	167		
4697000	Helbig	helbig	US		0	America/Chicago	30.12993	-94.1424	9			TX	245		
4697004	Heldnfelt	heldnfelt	US		0	America/Chicago	28.13334	-97.85861	36			TX	409		
4697030	Helmic	helmic	US		0	America/Chicago	31.18074	-94.9866	94			TX	455		
4697031	Helms	helms	US		0	America/Chicago	29.65051	-96.50303	67			TX	089		
4697050	Hemming	hemming	US		0	America/Chicago	33.4315	-97.08584	211			TX	097		
4697117	Henkhaus	henkhaus	US		0	America/Chicago	29.51052	-97.15249	120			TX	285		
4697118	Henly	henly	US		0	America/Chicago	30.19465	-98.21085	403			TX	209		
4697171	Henrys Chapel	henrys-chapel	US		0	America/Chicago	32.10655	-95.04244	118	Henry's Chapel,Henrys Chapel		TX	073		
4697208	Herbert	herbert	US		0	America/Chicago	29.5894	-95.59383	21			TX	157		
4697230	Heritage Acres Colonia	heritage-acres-colonia	US		0	America/Chicago	27.9353	-97.90639	48			TX	249		
4697231	Heritage Acres Number 2 Colonia	heritage-acres-number-2-colonia	US		0	America/Chicago	27.9153	-97.96639	50			TX	249		
4697255	Heritage Square Number 2 Colonia	heritage-square-number-2-colonia	US		0	America/Chicago	26.18424	-97.98528	21			TX	215		
4697277	Hermits Cove	hermits-cove	US		0	America/Chicago	32.89957	-95.88552	150			TX	379		
4697279	Hern Colonia	hern-colonia	US		0	America/Chicago	26.34229	-98.12334	26	Hern Colonia,Hern Subdivision Colonia		TX	215		
4697300	Herring	herring	US		0	America/Chicago	31.75906	-95.40106	90			TX	001		
4697311	Herty	herty	US		0	America/Chicago	31.3563	-94.68326	95			TX	005		
4697341	Heyser	heyser	US		0	America/Chicago	28.58583	-96.8361	14			TX	057		
4697352	Hickey	hickey	US		0	America/Chicago	32.09433	-94.87244	137			TX	401		
4697379	Hickory Creek	hickory-creek	US		3066	America/Chicago	31.37879	-95.32133	120			TX	225		
4697381	Hickory Creek	hickory-creek	US		0	America/Chicago	33.36539	-96.15692	201			TX	231		
4697398	Hickory Hill	hickory-hill	US		0	America/Chicago	32.93652	-95.01244	114			TX	063		
4697424	Hicks	hicks	US		0	America/Chicago	30.54048	-96.98887	132			TX	287		
4697435	Hicksbaugh	hicksbaugh	US		0	America/Chicago	30.56187	-94.35019	34			TX	457		
4697439	Hicks Crossing	hicks-crossing	US		0	America/Chicago	31.16711	-98.50559	329			TX	411		
4697458	Hidalgo Park Estates Colonia	hidalgo-park-estates-colonia	US		0	America/Chicago	26.1223	-98.19029	27			TX	215		
4697461	Hidden Acres	hidden-acres	US		0	America/Chicago	28.11529	-97.8575	36			TX	409		
4697462	Hidden Acres Colonia	hidden-acres-colonia	US		0	America/Chicago	28.44027	-97.71722	67			TX	025		
4697463	Hidden Acres Colonia	hidden-acres-colonia	US		0	America/Chicago	28.12029	-97.85528	35			TX	409		
4697466	Hidden Echo	hidden-echo	US		0	America/Chicago	30.05383	-95.11937	16			TX	201		
4697470	Hidden Hill	hidden-hill	US		0	America/Chicago	33.11234	-97.06195	171			TX	121		
4697479	Hide-A-Way Lake	hide-a-way-lake	US		0	America/Chicago	32.49014	-95.45607	138			TX	423		
4697485	Hideaway	hideaway	US		3090	America/Chicago	32.49042	-95.45746	137			TX	423		
4697486	Hideaway Hill	hideaway-hill	US		0	America/Chicago	28.18695	-97.89361	30			TX	297		
4697491	Hickston	hickston	US		0	America/Chicago	29.60301	-97.27499	88			TX	177		
4697507	High Land Colonia	high-land-colonia	US		0	America/Chicago	26.18841	-97.90639	19	High Land Colonia,High Land Subdivision Colonia		TX	215		
4697526	High Point Colonia	high-point-colonia	US		0	America/Chicago	26.18035	-98.01639	26	High Point Colonia,High Point Subdivision Colonia		TX	215		
4697549	High Valley	high-valley	US		0	America/Chicago	31.08267	-98.53615	383			TX	411		
4697554	Highbank	highbank	US		0	America/Chicago	31.1699	-96.83359	98			TX	145		
4697562	Highland Addition	highland-addition	US		0	America/Chicago	32.93679	-97.63058	274			TX	367		
4697564	Highland Addition Colonia	highland-addition-colonia	US		0	America/Chicago	27.77225	-98.22834	96			TX	249		
4697585	Highland Haven	highland-haven	US		452	America/Chicago	30.60824	-98.39586	257			TX	053		
4697586	Highland Heights	highland-heights	US		0	America/Chicago	29.86356	-95.42799	26			TX	201		
4697611	Highland Memorial Park Colonia	highland-memorial-park-colonia	US		0	America/Chicago	26.22341	-97.99334	21	Highland Colonia,Highland Memorial Park Colonia		TX	215		
4697645	Highland Village	highland-village	US		16149	America/Chicago	33.09179	-97.04668	169			TX	121		
4697649	Highland Waters	highland-waters	US		0	America/Chicago	29.75161	-99.13587	405			TX	019		
4697677	Hightower	hightower	US		0	America/Chicago	30.3916	-94.97215	47	Hightower,Lamb		TX	291		
4697682	Highway 16 South Colonia	highway-16-south-colonia	US		0	America/Chicago	27.8603	-98.61835	179			TX	131		
4697686	Highway Frontage Colonia	highway-frontage-colonia	US		0	America/Chicago	26.4034	-98.13834	26	Highway Frontage Colonia,Highway Frontage Subdivision Colonia		TX	215		
4697708	Hilda Colonia	hilda-colonia	US		0	America/Chicago	26.22424	-98.36224	44	Hilda Colonia,Hilda Subdivision Colonia		TX	215		
4697709	Hilda Colonia Number 1	hilda-colonia-number-1	US		0	America/Chicago	26.33729	-98.12418	25	Hilda Colonia Number 1,Hilda Subdivision Number 1 Colonia		TX	215		
4697710	Hilda Colonia Number 2	hilda-colonia-number-2	US		0	America/Chicago	26.25146	-98.35418	48	Hilda Colonia Number 2,Hilda Subdivision Number 2 Colonia		TX	215		
4697711	Hilda Colonia Number 3	hilda-colonia-number-3	US		0	America/Chicago	26.25341	-98.35418	48	Hilda Colonia Number 3,Hilda Subdivision Number 3 Colonia		TX	215		
4697712	Hilda Siding	hilda-siding	US		0	America/Chicago	29.58828	-98.07056	173			TX	187		
4697744	Hill Country Village	hill-country-village	US		1067	America/Chicago	29.58245	-98.49085	288			TX	029		
4697787	Hill-Top Colonia	hill-top-colonia	US		0	America/Chicago	26.29146	-98.33835	53	Hill-Top Colonia,Hill-Top Subdivision Colonia		TX	215		
4697791	Hillcrest	hillcrest	US		730	America/Chicago	29.39274	-95.25938	10			TX	039		
4697792	Hillcrest	hillcrest	US		0	America/Chicago	29.74884	-96.60108	79			TX	089		
4697834	Hillcrest Terrace Colonia	hillcrest-terrace-colonia	US		0	America/Chicago	26.3834	-98.11334	29			TX	215		
4697836	Hillebrandt	hillebrandt	US		0	America/Chicago	29.93327	-94.11323	2			TX	245		
4697852	Hillje	hillje	US		0	America/Chicago	29.14886	-96.3433	29			TX	481		
4697866	Hills Prairie	hills-prairie	US		0	America/Chicago	30.05161	-97.29194	107			TX	021		
4697880	Hillside Acres Number 1 Colonia	hillside-acres-number-1-colonia	US		0	America/Chicago	27.67724	-99.17836	168			TX	479		
4697881	Hillside Acres Number 2 Colonia	hillside-acres-number-2-colonia	US		0	America/Chicago	27.67529	-99.17836	172			TX	479		
4697894	Hillside Terrace Colonia	hillside-terrace-colonia	US		0	America/Chicago	26.41229	-98.98031	56			TX	427		
4697898	Hilltop Acres Colonia	hilltop-acres-colonia	US		0	America/Chicago	27.94335	-97.64722	29			TX	409		
4697903	Hilltop Colonia	hilltop-colonia	US		0	America/Chicago	28.69331	-99.17531	158			TX	163		
4697904	Hilltop Colonia	hilltop-colonia	US		77	America/Chicago	26.40423	-98.92225	67	Hil Top Colonia,Hilltop Colonia		TX	427		
4697907	Hilltop Estates Colonia	hilltop-estates-colonia	US		0	America/Chicago	27.73642	-98.12917	73	Hilltop Acres Colonia,Hilltop Estates Colonia		TX	249		
4697908	Hilltop Estates Number 2 Colonia	hilltop-estates-number-2-colonia	US		0	America/Chicago	27.74419	-98.13139	72	Hilltop Acres Colonia,Hilltop Estates Number 2 Colonia		TX	249		
4697909	Hilltop Lakes	hilltop-lakes	US		1101	America/Chicago	31.07935	-96.20385	142			TX	289		
4697917	Hilshire Village	hilshire-village	US		811	America/Chicago	29.79078	-95.48911	21			TX	201		
4697925	Hindes	hindes	US		0	America/Chicago	28.71693	-98.7903	119			TX	013		
4697931	Hinds	hinds	US		0	America/Chicago	34.19231	-99.23397	374			TX	487		
4697946	Hinkles Ferry	hinkles-ferry	US		0	America/Chicago	28.94969	-95.55745	3			TX	039		
4697971	Hishway	hishway	US		0	America/Chicago	33.86677	-96.92389	223			TX	181		
4698005	Hix	hix	US		0	America/Chicago	30.69797	-96.6622	122			TX	051		
4698011	Hoard	hoard	US		0	America/Chicago	32.64152	-95.38745	118			TX	499		
4698019	Hobby	hobby	US		0	America/Chicago	29.58579	-95.49189	22			TX	157		
4698049	Hodges Addition Colonia	hodges-addition-colonia	US		0	America/Chicago	28.0164	-97.87639	42	Hodges Addition Colonia,Sandia Colonia		TX	249		
4698060	Hodgson	hodgson	US		0	America/Chicago	33.47206	-94.68604	126			TX	037		
4698062	Hoefer	hoefer	US		0	America/Chicago	29.60218	-96.24274	49			TX	089		
4698064	Hoehn Drive Colonia	hoehn-drive-colonia	US		0	America/Chicago	26.34424	-98.21418	29	Hoehn Drive Colonia,Hoehn Drive Subdivision Colonia		TX	215		
4698065	Hoehn Estates Colonia	hoehn-estates-colonia	US		0	America/Chicago	26.34729	-98.21223	30			TX	215		
4698068	Hoen	hoen	US		0	America/Chicago	31.78155	-96.98555	158			TX	309		
4698176	Hogeye	hogeye	US		0	America/Chicago	33.29706	-96.16331	203			TX	231		
4698177	Hogg	hogg	US		0	America/Chicago	30.43549	-96.79859	125			TX	051		
4698178	Hogg	hogg	US		0	America/Chicago	31.14379	-96.68775	137			TX	395		
4698198	Hogpen Crossing	hogpen-crossing	US		0	America/Chicago	30.05716	-94.51158	12			TX	291		
4698233	Holiday Beach	holiday-beach	US		514	America/Chicago	28.1689	-97.01027	1			TX	007		
4698241	Holiday Lakes	holiday-lakes	US		1166	America/Chicago	29.20969	-95.51689	11			TX	039		
4698282	Holland Quarters	holland-quarters	US		0	America/Chicago	32.16905	-94.42603	108			TX	365		
4698316	Hollow Tree Estates Colonia	hollow-tree-estates-colonia	US		0	America/Chicago	27.85419	-98.00222	48			TX	249		
4698327	Holly Beach	holly-beach	US		0	America/Chicago	26.13508	-97.29137	0			TX	061		
4698384	Hollywood Park	hollywood-park	US		3298	America/Chicago	29.6005	-98.48724	293			TX	029		
4698412	Holshouser Number 1 Colonia	holshouser-number-1-colonia	US		0	America/Chicago	27.73919	-98.09223	66	Holshouser Number 1 Colonia,Rancho Alegre Colonia		TX	249		
4698413	Holshouser Number 2 Colonia	holshouser-number-2-colonia	US		0	America/Chicago	27.73919	-98.09028	65			TX	249		
4698414	Holshouser Number 3 Colonia	holshouser-number-3-colonia	US		0	America/Chicago	27.73836	-98.09223	65			TX	249		
4698552	Homer Junction	homer-junction	US		0	America/Chicago	31.16489	-99.51006	545			TX	307		
4698573	Honea	honea	US		0	America/Chicago	30.31854	-95.59967	75			TX	339		
4698616	Honey Island	honey-island	US		0	America/Chicago	30.39549	-94.44075	32			TX	199		
4698648	Hooker Ridge	hooker-ridge	US		0	America/Chicago	32.91457	-95.96552	144			TX	379		
4698652	Hoop and Holler	hoop-and-holler	US		0	America/Chicago	30.46826	-94.74326	49			TX	291		
4698660	Hoot and Holler Crossing	hoot-and-holler-crossing	US		0	America/Chicago	33.95481	-99.2398	347			TX	487		
4698662	Hoot	hoot	US		0	America/Chicago	33.32929	-94.04852	88			TX	037		
4698668	Hoover	hoover	US		0	America/Chicago	33.58539	-95.3394	151			TX	277		
4698792	Horn Hill	horn-hill	US		0	America/Chicago	31.56906	-96.6336	190			TX	293		
4698809	Hornsby Bend	hornsby-bend	US		6791	America/Chicago	30.24743	-97.58333	135	Dunlap,Hornsby,Hornsby Bend		TX	453		
4698996	Hostyn	hostyn	US		0	America/Chicago	29.84578	-96.9197	132			TX	149		
4699009	Hot Wells	hot-wells	US		0	America/Chicago	29.95689	-95.68189	42			TX	201		
4699011	Houmont Park	houmont-park	US		0	America/Chicago	29.84245	-95.20632	12			TX	201		
4699018	House Crossing	house-crossing	US		0	America/Chicago	31.18573	-97.80891	225			TX	099		
4699119	Houston Heights	houston-heights	US		0	America/Chicago	29.798	-95.39799	18			TX	201		
4699152	Houston Road East Colonia	houston-road-east-colonia	US		0	America/Chicago	25.92536	-97.38415	5			TX	061		
4699203	Howards	howards	US		0	America/Chicago	30.74881	-93.78407	39			TX	351		
4699206	Howell Addition Colonia	howell-addition-colonia	US		0	America/Chicago	27.77641	-98.08639	63			TX	249		
4699220	Howth	howth	US		0	America/Chicago	30.16883	-96.06524	83			TX	473		
4699227	Hoyte	hoyte	US		0	America/Chicago	30.78491	-96.91554	144			TX	331		
4699267	Huber	huber	US		0	America/Chicago	31.82628	-94.32076	132			TX	419		
4699282	Huckabay	huckabay	US		0	America/Chicago	32.34486	-98.29838	432			TX	143		
4699304	Hudson Bend	hudson-bend	US		2981	America/Chicago	30.41714	-97.92918	230			TX	453		
4699311	Hudson Chapel	hudson-chapel	US		0	America/Chicago	31.73156	-95.153	142			TX	073		
4699321	Hudson Mast	hudson-mast	US		0	America/Chicago	32.18794	-94.26242	72			TX	365		
4699323	Hudson Oaks	hudson-oaks	US		2160	America/Chicago	32.75707	-97.7067	318			TX	367		
4699346	Huffins	huffins	US		0	America/Chicago	32.9993	-94.13574	97	Huffines,Huffins		TX	067		
4699353	Huff Creek	huff-creek	US		0	America/Chicago	30.93714	-93.88768	79			TX	241		
4699366	Hugh Terry Colonia	hugh-terry-colonia	US		0	America/Chicago	26.3734	-97.78222	12	Hugh Terry Colonia,Hugh Terry Subdivision Colonia,Romoville Colonia		TX	489		
4703662	Koockville	koockville	US		0	America/Chicago	30.75712	-99.25006	491			TX	319		
4699441	Humberto Y Saenz Colonia	humberto-y-saenz-colonia	US		0	America/Chicago	26.40729	-98.99642	59	Humberto Y Saenz Colonia,Y Saenz Colonia		TX	427		
4699448	Humble Camp	humble-camp	US		0	America/Chicago	29.59856	-95.18577	11			TX	201		
4699453	Humble Colorado Camp	humble-colorado-camp	US		0	America/Chicago	26.96949	-98.90642	166			TX	247		
4699489	Hunt Crossing	hunt-crossing	US		0	America/Chicago	30.69047	-97.81279	241			TX	491		
4699531	Hunters Creek Village	hunters-creek-village	US		4756	America/Chicago	29.77051	-95.4955	20	Hunters Creek,Hunters Creek Village		TX	201		
4699560	Hurnville	hurnville	US		0	America/Chicago	33.95871	-98.16949	281			TX	077		
4699590	Hurst Springs	hurst-springs	US		0	America/Chicago	31.66571	-97.69419	304	Hurst,Hurst Springs		TX	099		
4699591	Hurstown	hurstown	US		0	America/Chicago	31.69712	-94.02908	114			TX	419		
4699639	Hyatt	hyatt	US		0	America/Chicago	30.57548	-94.40242	41			TX	457		
4699654	Hynds City	hynds-city	US		0	America/Chicago	33.91177	-97.7217	273			TX	337		
4699659	I B Avila Colonia	i-b-avila-colonia	US		0	America/Chicago	26.14841	-98.05639	26			TX	215		
4699666	Iago	iago	US		161	America/Chicago	29.27803	-95.96384	26			TX	481		
4699681	Idyle Hour Acres	idyle-hour-acres	US		0	America/Chicago	30.42631	-97.67501	225			TX	453		
4699684	Iglehart	iglehart	US		0	America/Chicago	30.25882	-97.70695	140			TX	453		
4699768	Ike	ike	US		0	America/Chicago	28.39139	-98.15445	53			TX	297		
4699778	Illinois Bend	illinois-bend	US		0	America/Chicago	33.88177	-97.48724	237	Illinois Bend,Waidville		TX	337		
4699781	Illinois Heights Colonia	illinois-heights-colonia	US		0	America/Chicago	25.9373	-97.41526	6			TX	061		
4699817	Impact	impact	US		36	America/Chicago	32.49985	-99.74592	509			TX	441		
4699820	Imperial Colonia	imperial-colonia	US		0	America/Chicago	26.29729	-98.04028	21	Imperial Colonia,Imperial Subdivision Colonia		TX	215		
4699821	Inari	inari	US		0	America/Chicago	28.51417	-97.05416	23			TX	391		
4699848	India	india	US		0	America/Chicago	32.52514	-96.6161	135	India,Morgan		TX	139		
4699869	Indian Creek	indian-creek	US		0	America/Chicago	31.52322	-98.98005	404	Indian Creek,Indiancreek		TX	049		
4699924	Indian Gap	indian-gap	US		0	America/Chicago	31.66293	-98.41337	476	Indian Gap,Indiangap		TX	193		
4699988	Indian Rock	indian-rock	US		0	America/Chicago	32.7068	-94.8741	99			TX	459		
4700006	Indian Trails Lane Colonia	indian-trails-lane-colonia	US		0	America/Chicago	27.87419	-97.18721	7	Indian Trails Lane Colonia,Ingleside Colonia		TX	409		
4700016	Indio Number 1 Colonia	indio-number-1-colonia	US		0	America/Chicago	26.55644	-99.0942	108			TX	427		
4700017	Indio Number 2 Colonia	indio-number-2-colonia	US		0	America/Chicago	26.55533	-99.09531	107			TX	427		
4700030	Ingle-Doolittle Colonia	ingle-doolittle-colonia	US		0	America/Chicago	26.3784	-98.11223	29			TX	215		
4700039	Ingleside On-the-Bay	ingleside-on-the-bay	US		615	America/Chicago	27.82947	-97.22332	3	Ingleside On-the-Bay,Ingleside on the Bay		TX	409		
4700073	Inspiration Colonia	inspiration-colonia	US		0	America/Chicago	26.28035	-98.33835	53			TX	215		
4700074	Inspiration Heights Colonia	inspiration-heights-colonia	US		0	America/Chicago	26.29146	-98.3364	52			TX	215		
4700079	Inspiration Point Colonia	inspiration-point-colonia	US		0	America/Chicago	26.3184	-98.3314	52	Inspiration Point Colonia,Inspiration Point Subdivision Colonia		TX	215		
4700080	Inspiration Rd Number 1 Colonia	inspiration-rd-number-1-colonia	US		0	America/Chicago	26.28729	-98.33724	52	Inspiration Rd Number 1 Colonia,Inspiration Road Number 1 Colonia		TX	215		
4700081	Inspiration Rd Number 2 Colonia	inspiration-rd-number-2-colonia	US		0	America/Chicago	26.28646	-98.3364	52	Inspiration Rd Number 2 Colonia,Inspiration Road Number 2 Colonia		TX	215		
4700082	Inspiration Rd Number 3 Colonia	inspiration-rd-number-3-colonia	US		0	America/Chicago	26.28646	-98.33529	52	Inspiration Rd Number 3 Colonia,Inspiration Road Number 3 Colonia		TX	215		
4700120	Iowa Colony	iowa-colony	US		1170	America/Chicago	29.48246	-95.4155	18			TX	039		
4700124	Irby	irby	US		0	America/Chicago	33.17983	-99.52258	446			TX	207		
4700160	Ironosa	ironosa	US		0	America/Chicago	31.61324	-94.24187	101			TX	405		
4700187	Isaacs Colonia	isaacs-colonia	US		0	America/Chicago	26.26229	-98.09223	27	Isaac's Subdivision Colonia,Isaacs Colonia		TX	215		
4700204	Isla	isla	US		0	America/Chicago	31.50518	-93.84546	77	Ilsa,Isla		TX	403		
4700224	Ismael Montalvo Colonia Number 1	ismael-montalvo-colonia-number-1	US		0	America/Chicago	26.02424	-97.62638	14	Ismael Montalvo Colonia Number 1,Ismael Montalvo Subdivision Number 1 Colonia		TX	061		
4700225	Ismael Montalvo Colonia Number 2	ismael-montalvo-colonia-number-2	US		0	America/Chicago	26.0273	-97.62582	14	Ismael Montalvo Colonia Number 2,Ismael Montalvo Subdivision Number 2		TX	061		
4700227	Israel	israel	US		0	America/Chicago	30.74242	-94.89188	107			TX	373		
4700229	Islitas	islitas	US		0	America/Chicago	27.66724	-99.6531	149	Isletos,Islitas,Los Isleto		TX	479		
4700256	Izoro	izoro	US		0	America/Chicago	31.29433	-98.07559	384	Higgins Gap,Izoro		TX	281		
4700289	J F Villareal Colonia	j-f-villareal-colonia	US		0	America/Chicago	26.42034	-98.9792	57			TX	427		
4700291	J G Gonzales Colonia	j-g-gonzales-colonia	US		0	America/Chicago	28.01918	-97.50638	15			TX	409		
4700313	J L Garcia Colonia	j-l-garcia-colonia	US		0	America/Chicago	26.37729	-98.83225	50			TX	427		
4700346	J R Colonia Number 1	j-r-colonia-number-1	US		0	America/Chicago	26.10035	-97.95139	20	J R Colonia Number 1,J R Subdivision Number 1 Colonia		TX	215		
4700347	J R Colonia Number 2	j-r-colonia-number-2	US		0	America/Chicago	26.10147	-97.94528	20	J R Colonia Number 2,J R Subdivision Number 2 Colonia		TX	215		
4700372	J W Owens Estates Colonia	j-w-owens-estates-colonia	US		0	America/Chicago	27.74725	-98.17223	83			TX	249		
4700379	J and E Junction	j-and-e-junction	US		0	America/Chicago	30.66909	-93.88963	30			TX	241		
4700383	J and O Colonia	j-and-o-colonia	US		0	America/Chicago	26.22535	-98.36641	45	J and O Colonia,J and O Subdivision Colonia,JO 1 and 2 Colonia		TX	215		
4700401	Jacinto City	jacinto-city	US		10782	America/Chicago	29.76745	-95.23382	9			TX	201		
4700501	Jackson Crossing	jackson-crossing	US		0	America/Chicago	31.2485	-97.8378	219			TX	099		
4700545	Jackson's New World Colonia	jackson-s-new-world-colonia	US		0	America/Chicago	26.3034	-98.09723	25	Jackson's New World Colonia,Jackson's New World Subdivision Colonia		TX	215		
4700546	Jackson's New World Colonia Number 2	jackson-s-new-world-colonia-number-2	US		0	America/Chicago	26.30229	-98.09917	25	Jackson's New World Colonia Number 2,Jackson's New World Subdivision Number 2 Colonia		TX	215		
4700560	Jacob Settlement	jacob-settlement	US		0	America/Chicago	30.25854	-94.7752	16			TX	291		
4700563	Jacobia	jacobia	US		0	America/Chicago	33.22011	-96.05442	186			TX	231		
4700565	Jacobs	jacobs	US		0	America/Chicago	32.2696	-94.86216	134			TX	401		
4700583	Jagoe	jagoe	US		0	America/Chicago	33.17373	-97.14918	179			TX	121		
4700585	Jaime Lake Colonia	jaime-lake-colonia	US		0	America/Chicago	25.89036	-97.41831	6			TX	061		
4700591	Jakes Colony	jakes-colony	US		0	America/Chicago	29.44079	-97.97139	186			TX	187		
4700598	Jamaica Beach	jamaica-beach	US		1047	America/Chicago	29.18968	-94.97965	2			TX	167		
4700599	James	james	US		0	America/Chicago	31.85934	-94.11575	90			TX	419		
4700600	James	james	US		0	America/Chicago	32.69347	-94.74299	91			TX	459		
4700604	James Allen Colonia	james-allen-colonia	US		0	America/Chicago	26.26146	-98.30835	49	James Allen Colonia,James Allen Subdivision Colonia		TX	215		
4700708	Jardin	jardin	US		0	America/Chicago	33.32955	-95.9183	165			TX	231		
4700710	Jardin de San Julian Colonia	jardin-de-san-julian-colonia	US		0	America/Chicago	26.52645	-99.10031	80	Jardin de San Julian Colonia,Manuel Gonzales Colonia		TX	427		
4700714	Jardin Terrace Colonia	jardin-terrace-colonia	US		0	America/Chicago	26.29146	-98.27835	45	Jardin Terrace Colonia,Jardin Terrace Subdivision Colonia		TX	215		
4700721	Jarvis	jarvis	US		0	America/Chicago	31.75517	-95.44495	91			TX	001		
4700744	Jasper Heights	jasper-heights	US		0	America/Chicago	32.54571	-94.32408	118			TX	203		
4700768	Javier Ramirez Colonia	javier-ramirez-colonia	US		0	America/Chicago	26.40423	-98.99531	58			TX	427		
4700797	Jayell	jayell	US		0	America/Chicago	32.38624	-99.32369	473			TX	059		
4700800	Jeanetta	jeanetta	US		0	America/Chicago	29.72079	-95.52605	21	Jeanetta,Jeannetta		TX	201		
4700917	Jenna Estates Colonia	jenna-estates-colonia	US		0	America/Chicago	26.26424	-98.32835	53			TX	215		
4700939	Jentsch Acres	jentsch-acres	US		0	America/Chicago	29.69328	-98.15779	201			TX	091		
4700967	Jersey Village	jersey-village	US		7900	America/Chicago	29.88772	-95.563	32			TX	201		
4700999	Jessan Colonia	jessan-colonia	US		0	America/Chicago	26.25341	-98.32835	51	Jessan Colonia,Jessan Subdivision Colonia		TX	215		
4701022	Jessups Colonia	jessups-colonia	US		0	America/Chicago	26.37229	-97.96722	16	Jessup's Subdivision Colonia,Jessups Colonia,Jussup Colonia,Monte Alto Colonia		TX	215		
4701028	Jesus Maria Colonia	jesus-maria-colonia	US		0	America/Chicago	26.11424	-97.95334	20	Jesus Maria Colonia,Jesus Maria Subdivision Colonia		TX	215		
4701050	Jiba	jiba	US		0	America/Chicago	32.51542	-96.27609	126	Green,Jessie,Jiba		TX	257		
4701108	Joe	joe	US		0	America/Chicago	33.79955	-96.53055	170			TX	181		
4701115	Jinks Branch	jinks-branch	US		0	America/Chicago	30.63464	-97.8914	296			TX	491		
4701123	Joe Lee	joe-lee	US		0	America/Chicago	30.91074	-97.28083	144			TX	027		
4701232	John L Norris Colonia	john-l-norris-colonia	US		0	America/Chicago	28.0264	-97.88139	36			TX	249		
4701308	Johns Valley Colonia	johns-valley-colonia	US		0	America/Chicago	27.98029	-97.96417	59			TX	249		
4701426	Johnsons Station	johnsons-station	US		0	America/Chicago	32.69208	-97.12807	205			TX	439		
4701443	Johnsue	johnsue	US		0	America/Chicago	29.78606	-95.87662	47			TX	473		
4701444	Johnsville	johnsville	US		0	America/Chicago	32.14598	-98.02615	376			TX	143		
4701445	Johntown	johntown	US		0	America/Chicago	33.42289	-95.16967	107			TX	387		
4701456	Jolly	jolly	US		166	America/Chicago	33.86399	-98.34949	300			TX	077		
4701458	Jollyville	jollyville	US		16151	America/Chicago	30.4427	-97.77501	286			TX	491		
4701462	Jonah	jonah	US		0	America/Chicago	30.63797	-97.54084	181			TX	491		
4701467	Jones Addition Colonia	jones-addition-colonia	US		0	America/Chicago	26.23146	-97.58027	8			TX	061		
4701510	Jones Creek	jones-creek	US		2074	America/Chicago	28.96858	-95.45522	4			TX	039		
4701526	Jones Creek	jones-creek	US		0	America/Chicago	29.28692	-96.31274	38			TX	481		
4701574	Jones Prairie	jones-prairie	US		0	America/Chicago	30.96296	-96.83498	133			TX	331		
4701625	Jordans Store	jordans-store	US		0	America/Chicago	31.68851	-93.97241	104			TX	419		
4701632	Josefina L Chapa Colonia	josefina-l-chapa-colonia	US		0	America/Chicago	26.1973	-98.40724	36	Josefina L Chapa Colonia,Josefina L Chapa Subdivision Colonia		TX	215		
4701639	Joseph Griggs Colonia	joseph-griggs-colonia	US		0	America/Chicago	26.39423	-98.8253	77			TX	427		
4701680	Josselet	josselet	US		0	America/Chicago	33.23482	-99.70426	479			TX	207		
4701681	Josserand	josserand	US		0	America/Chicago	31.03519	-95.08966	96			TX	455		
4701684	Jot-Em-Down	jot-em-down	US		0	America/Chicago	33.38289	-95.8583	163	Bagley,Jot-Em-Down,Mohegan		TX	119		
4701719	Juan Gonzales Colonia	juan-gonzales-colonia	US		0	America/Chicago	26.21341	-97.47026	7	Juan Gonzales Colonia,La Tina Ranch Colonia		TX	061		
4701737	Juarez Colonia	juarez-colonia	US		0	America/Chicago	26.2023	-97.73221	12	Juarez Colonia,Juarez and Fred Adams Colonia		TX	061		
4701740	Jubilee Springs	jubilee-springs	US		0	America/Chicago	31.17684	-97.49918	208			TX	027		
4701787	Juliff	juliff	US		0	America/Chicago	29.45024	-95.4755	18	Diddy Wa Diddy,Diddy Waw Diddy,Ditty Waw Ditty,Juliff		TX	157		
4701795	Junction Windmill	junction-windmill	US		0	America/Chicago	30.26964	-99.70034	690			TX	265		
4701844	K-Bar Ranch	k-bar-ranch	US		358	America/Chicago	27.99224	-97.92583	59			TX	249		
4701845	K-Bar Ranch Colonia	k-bar-ranch-colonia	US		0	America/Chicago	27.73225	-98.11917	71			TX	249		
4701848	K-Bar-J Estates Colonia	k-bar-j-estates-colonia	US		0	America/Chicago	27.97641	-97.92528	54			TX	249		
4702623	Kadane Corner	kadane-corner	US		0	America/Chicago	33.85787	-98.83868	311			TX	485		
4702642	Kamey	kamey	US		0	America/Chicago	28.63611	-96.74331	9			TX	057		
4702658	Karen	karen	US		0	America/Chicago	30.25632	-95.70161	76			TX	339		
4702674	Karon	karon	US		0	America/Chicago	28.47888	-98.00223	105			TX	297		
4702692	Katemcy	katemcy	US		0	America/Chicago	30.91267	-99.25394	512			TX	319		
4702738	Kaufold Estates Number 1 Colonia	kaufold-estates-number-1-colonia	US		0	America/Chicago	26.36924	-98.1264	26			TX	215		
4702739	Kay Bee Heights	kay-bee-heights	US		0	America/Chicago	31.11851	-97.83141	297			TX	099		
4702761	Keechi	keechi	US		0	America/Chicago	31.51684	-95.9533	85	Keechi,Keechie		TX	289		
4702769	Keefer	keefer	US		0	America/Chicago	30.17994	-95.19854	32			TX	339		
4702776	Keelersville	keelersville	US		0	America/Chicago	30.73602	-97.51834	202	Keelersville,Kellarville,Kellerville		TX	491		
4702779	Keenan	keenan	US		0	America/Chicago	30.32104	-95.6455	82			TX	339		
4702804	Keeter	keeter	US		0	America/Chicago	33.03457	-97.61308	251			TX	497		
4702806	Keith	keith	US		0	America/Chicago	30.6452	-96.10135	85			TX	185		
4702819	Keithton	keithton	US		0	America/Chicago	30.86631	-93.92352	70			TX	241		
4702827	Kelland Heights	kelland-heights	US		0	America/Chicago	29.40384	-98.64752	238			TX	029		
4702844	Kellers Corner Colonia	kellers-corner-colonia	US		0	America/Chicago	25.91425	-97.40831	7			TX	061		
4702900	Kelsay	kelsay	US		0	America/Chicago	26.34173	-98.74003	49			TX	427		
4702901	Kelsey	kelsey	US		0	America/Chicago	32.7318	-95.04966	129			TX	459		
4702911	Keltys	keltys	US		0	America/Chicago	31.36157	-94.75104	109			TX	005		
4702975	Kenefick	kenefick	US		597	America/Chicago	30.1091	-94.85826	20			TX	291		
4703025	Kennemer Crossing	kennemer-crossing	US		0	America/Chicago	33.45428	-95.53162	110			TX	277		
4703032	Kenney Lane East Colonia	kenney-lane-east-colonia	US		0	America/Chicago	27.87919	-97.18221	6	Ingleside Colonia,Kenney Lane East Colonia		TX	409		
4703671	Kopernik Shores	kopernik-shores	US		0	America/Chicago	25.99202	-97.18219	1			TX	061		
4703033	Kenney Lane West Colonia	kenney-lane-west-colonia	US		0	America/Chicago	27.8903	-97.19916	3	Ingleside Colonia,Kenney Lane West Colonia		TX	409		
4703038	Kensing	kensing	US		0	America/Chicago	33.40594	-95.43162	121			TX	119		
4703050	Kentucky Town	kentucky-town	US		0	America/Chicago	33.52177	-96.43887	251	Annaliza,Kentucky Town,Kentuckytown,Kentuckytown Community		TX	181		
4703057	Kenyon Colonia Number 1	kenyon-colonia-number-1	US		0	America/Chicago	26.3084	-98.12223	27	Kenyon Colonia Number 1,Kenyon Subdivision Number 1 Colonia		TX	215		
4703058	Kenyon Colonia Number 2	kenyon-colonia-number-2	US		0	America/Chicago	26.30924	-98.12334	27	Kenyon Colonia Number 2,Kenyon Subdivision Number 2 Colonia		TX	215		
4703069	Kentwood Manor	kentwood-manor	US		0	America/Chicago	29.59912	-98.46196	278			TX	029		
4703121	Keys Crossing	keys-crossing	US		0	America/Chicago	31.47905	-99.0256	376			TX	049		
4703127	Kiam	kiam	US		0	America/Chicago	30.75714	-94.67548	97			TX	373		
4703132	Kicaster	kicaster	US		0	America/Chicago	29.31024	-98.20862	187			TX	493		
4703183	Kiesling's Colonia	kiesling-s-colonia	US		0	America/Chicago	27.77225	-98.08223	64			TX	249		
4703195	Kildare Junction	kildare-junction	US		0	America/Chicago	32.90847	-94.18852	80			TX	067		
4703245	Kimball (historical)	kimball-historical	US		0	America/Chicago	32.10904	-97.48585	162			TX	035		
4703271	Kinard Estates	kinard-estates	US		0	America/Chicago	30.17438	-93.79045	5			TX	361		
4703286	Kincheonville	kincheonville	US		0	America/Chicago	30.20354	-97.83501	232			TX	453		
4703313	King Ranch Colonia Number 1	king-ranch-colonia-number-1	US		0	America/Chicago	26.24424	-98.45641	50	King Ranch Colonia Number 1,King Ranch Subdivision Number 1 Colonia		TX	215		
4703314	King Ranch Colonia Number 2	king-ranch-colonia-number-2	US		0	America/Chicago	26.24341	-98.45419	50	King Ranch Colonia Number 2,King Ranch Subdivision Number 2 Colonia		TX	215		
4703354	Kings Highway	kings-highway	US		0	America/Chicago	30.96158	-96.26607	102			TX	041		
4703362	Kings Village	kings-village	US		0	America/Chicago	30.43576	-97.68945	253			TX	453		
4703385	Kingswood	kingswood	US		0	America/Chicago	32.57153	-96.97473	235			TX	113		
4703395	Kinkler	kinkler	US		0	America/Chicago	29.53413	-96.89915	78			TX	285		
4703402	Kinsloe	kinsloe	US		0	America/Chicago	32.43376	-94.82438	83			TX	183		
4703405	Kiomatia	kiomatia	US		0	America/Chicago	33.88927	-95.22301	131			TX	387		
4703410	Kinwood	kinwood	US		0	America/Chicago	29.91189	-95.30244	20			TX	201		
4703458	Kirtley	kirtley	US		0	America/Chicago	29.96717	-97.09776	95			TX	149		
4703483	Kleberg	kleberg	US		0	America/Chicago	32.67152	-96.61583	132			TX	113		
4703496	Klein	klein	US		0	America/Chicago	30.04772	-95.53244	43			TX	201		
4703524	Klump	klump	US		0	America/Chicago	30.1205	-96.4908	96			TX	477		
4703539	Knight Crossing	knight-crossing	US		0	America/Chicago	31.4321	-99.34089	406			TX	307		
4703547	Knights Bluff Landing	knights-bluff-landing	US		0	America/Chicago	33.23902	-94.25547	70			TX	067		
4703561	Knob Hill	knob-hill	US		0	America/Chicago	32.25903	-98.1431	415			TX	143		
4703564	Knobbs Springs	knobbs-springs	US		0	America/Chicago	30.36049	-97.19777	165	Gleam,Knobbs,Knobbs Springs,New Anhalt,The Knobbs		TX	287		
4703565	Knolle	knolle	US		0	America/Chicago	27.97418	-97.82444	19			TX	249		
4703567	Knollwood	knollwood	US		443	America/Chicago	33.68955	-96.61916	252			TX	181		
4703616	Koehn Estates Colonia	koehn-estates-colonia	US		0	America/Chicago	27.95141	-97.95833	62			TX	249		
4703624	Koenig Winter Resort Colonia	koenig-winter-resort-colonia	US		0	America/Chicago	26.1723	-98.0864	29			TX	215		
4703627	Koerth	koerth	US		0	America/Chicago	29.30914	-96.99665	75			TX	285		
4703632	Kohrville	kohrville	US		0	America/Chicago	30.01217	-95.5855	43			TX	201		
4703633	Kokernot	kokernot	US		0	America/Chicago	29.44302	-97.26666	109			TX	177		
4703643	Komensky	komensky	US		0	America/Chicago	29.57218	-97.0461	108			TX	285		
4703715	Kountry Hill Estates Colonia	kountry-hill-estates-colonia	US		0	America/Chicago	26.25646	-98.38724	50			TX	215		
4703720	Kovar	kovar	US		0	America/Chicago	29.90189	-97.21388	137			TX	021		
4703736	Krebsville	krebsville	US		0	America/Chicago	29.9905	-96.58469	135			TX	015		
4703742	Kreutzberg	kreutzberg	US		0	America/Chicago	29.86355	-98.6753	450			TX	259		
4703745	Kristi Estates Number 1 Colonia	kristi-estates-number-1-colonia	US		0	America/Chicago	26.2734	-98.35641	57			TX	215		
4703759	Krugerville	krugerville	US		1669	America/Chicago	33.28151	-96.99056	211			TX	121		
4703772	Kubala Store	kubala-store	US		0	America/Chicago	29.06942	-97.4911	103			TX	123		
4703822	Kyote	kyote	US		0	America/Chicago	29.02663	-98.79002	181			TX	013		
4703837	L D Morgan's Colonia	l-d-morgan-s-colonia	US		0	America/Chicago	26.29229	-97.95834	18	L D Morgan's Colonia,L D Morgan's Subdivision Colonia		TX	215		
4703849	L J Number 1 Colonia	l-j-number-1-colonia	US		0	America/Chicago	26.23535	-98.10029	27			TX	215		
4703858	L R Bell Colonia	l-r-bell-colonia	US		0	America/Chicago	26.20341	-98.17029	32			TX	215		
4703864	L and P Colonia	l-and-p-colonia	US		0	America/Chicago	26.27035	-98.00084	21	L and P Colonia,L and P Subdivision		TX	215		
4703865	L and R Garza Colonia	l-and-r-garza-colonia	US		0	America/Chicago	26.30535	-98.2464	35			TX	215		
4703873	La Aura Crossing	la-aura-crossing	US		0	America/Chicago	26.02591	-97.32303	1			TX	061		
4703874	La Aurora Colonia	la-aurora-colonia	US		0	America/Chicago	26.27035	-98.5553	57	La Aurora Colonia,La Aurora Subdivision Colonia		TX	215		
4703875	La Bahia	la-bahia	US		0	America/Chicago	30.14438	-96.63692	145			TX	477		
4703885	La Blanca Heights Colonia	la-blanca-heights-colonia	US		0	America/Chicago	26.1973	-98.04528	25			TX	215		
4703896	La Camellia Colonia	la-camellia-colonia	US		0	America/Chicago	26.2223	-98.36141	42	La Camellia Colonia,La Camellia Subdivision Colonia		TX	215		
4703897	La Camellia Colonia A	la-camellia-colonia-a	US		0	America/Chicago	26.2223	-98.36335	42	La Camellia Colonia A,La Camellia Subdivision A Colonia		TX	215		
4703899	La Carla Colonia	la-carla-colonia	US		0	America/Chicago	26.43645	-98.7403	104			TX	427		
4703900	La Carmelita Ranch Number 1 Colonia	la-carmelita-ranch-number-1-colonia	US		0	America/Chicago	27.9303	-98.02639	78			TX	249		
4703901	La Casa	la-casa	US		0	America/Chicago	32.60096	-98.6895	443			TX	429		
4703903	La Casita	la-casita	US		128	America/Chicago	26.32368	-98.7153	47			TX	427		
4703906	La Cerda	la-cerda	US		0	America/Chicago	31.43796	-94.39743	89			TX	347		
4703908	La Chaparosa Colonia	la-chaparosa-colonia	US		0	America/Chicago	26.40423	-98.92725	66			TX	427		
4703915	La Coma Colonia	la-coma-colonia	US		0	America/Chicago	26.1323	-97.50082	6			TX	061		
4703916	La Coma Colonia	la-coma-colonia	US		0	America/Chicago	27.50335	-99.30226	172			TX	479		
4703917	La Coma Heights Colonia	la-coma-heights-colonia	US		0	America/Chicago	26.44229	-98.06834	23			TX	215		
4703929	La Escondida Colonia	la-escondida-colonia	US		0	America/Chicago	26.37923	-98.87419	54			TX	427		
4703931	La Esperanza Colonia	la-esperanza-colonia	US		0	America/Chicago	26.43145	-98.89225	86			TX	427		
4703936	La Estancia Colonia	la-estancia-colonia	US		0	America/Chicago	26.28924	-98.19418	30	La Estancia Colonia,La Estancia Subdivision Colonia		TX	215		
4703940	La Feria Gardens Colonia	la-feria-gardens-colonia	US		0	America/Chicago	26.16341	-97.84222	18			TX	061		
4703943	La Feria North	la-feria-north	US		212	America/Chicago	26.17807	-97.82346	17	La Feria North		TX	061		
4703948	La Frontera Colonia	la-frontera-colonia	US		0	America/Chicago	26.0923	-97.94917	21	La Frontera Colonia,La Frontera Subdivision Colonia		TX	215		
4703950	La Fruta	la-fruta	US		0	America/Chicago	28.04085	-97.85944	23			TX	409		
4703952	La Gloria	la-gloria	US		0	America/Chicago	27.28143	-98.13334	41			TX	249		
4703953	La Gloria	la-gloria	US		0	America/Chicago	26.72006	-98.52141	101			TX	427		
4703965	La Grulla	la-grulla	US		1695	America/Chicago	26.26951	-98.64725	43	Grulla,La Grulla		TX	427		
4703968	La Hacienda Colonia	la-hacienda-colonia	US		0	America/Chicago	26.31035	-97.94917	17	La Hacienda Colonia,La Hacienda Subdivision Colonia		TX	215		
4703969	La Hacienda Colonia	la-hacienda-colonia	US		0	America/Chicago	26.40534	-98.98142	56			TX	427		
4703970	La Hacienda Estates Number 2 Colonia	la-hacienda-estates-number-2-colonia	US		0	America/Chicago	28.68415	-99.81033	173	Campestre Colonia,La Hacienda Estates Number 2 Colonia		TX	507		
4703971	La Hermosa Colonia	la-hermosa-colonia	US		0	America/Chicago	26.27146	-98.5603	60	La Hermosa Colonia,La Hermosa Subdivision Colonia		TX	215		
4703972	La Homa	la-homa	US		11985	America/Chicago	26.25007	-98.36363	50			TX	215		
4703973	La Homa Acres Colonia	la-homa-acres-colonia	US		0	America/Chicago	26.27924	-98.34835	54			TX	215		
4703672	Kopperl	kopperl	US	76652	0	America/Chicago	32.06987	-97.50391	176			TX	035		
4703974	La Homa Acres Number 2 Colonia	la-homa-acres-number-2-colonia	US		0	America/Chicago	26.28229	-98.34835	54			TX	215		
4703975	La Homa Acres Number 4 Colonia	la-homa-acres-number-4-colonia	US		0	America/Chicago	26.2784	-98.35141	55			TX	215		
4703976	La Homa Five Colonia	la-homa-five-colonia	US		0	America/Chicago	26.29229	-98.35418	53	La Homa Five Colonia,La Homa Five Subdivision Colonia		TX	215		
4703977	La Homa Grove Estates Colonia	la-homa-grove-estates-colonia	US		0	America/Chicago	26.27646	-98.35724	56			TX	215		
4703978	La Homa Grove Estates Number 2 Colonia	la-homa-grove-estates-number-2-colonia	US		0	America/Chicago	26.28035	-98.35224	55			TX	215		
4703979	La Homa Groves Colonia Number 1 and 2	la-homa-groves-colonia-number-1-and-2	US		0	America/Chicago	26.29535	-98.34835	53	La Homa Groves Colonia Number 1 and 2,La Homa Groves Subdivision Number 1 & 2 Colonia		TX	215		
4703980	La Homa Groves Estates Number 3 Colonia	la-homa-groves-estates-number-3-colonia	US		0	America/Chicago	26.28729	-98.35141	53			TX	215		
4703981	La Homa Road Colonia	la-homa-road-colonia	US		0	America/Chicago	26.24646	-98.36224	46	La Homa Road Colonia,La Homa Road Subdivision Colonia		TX	215		
4703982	La Homa Road North Colonia	la-homa-road-north-colonia	US		0	America/Chicago	26.25091	-98.35835	49	La Homa Road North Colonia,La Homa Road North Subdivision		TX	215		
4703989	La India	la-india	US		0	America/Chicago	27.17199	-98.12778	32			TX	047		
4703996	La Jolla Addition Colonia	la-jolla-addition-colonia	US		0	America/Chicago	27.74225	-98.09334	65	La Jolla Addition Colonia,Rancho Alegre Colonia		TX	249		
4704004	La Kinina Colonia	la-kinina-colonia	US		0	America/Chicago	26.25146	-97.80722	14	La Kinina Colonia,Santa Rosa Number 4 Colonia		TX	061		
4704008	La Leona	la-leona	US		0	America/Chicago	26.26785	-97.45887	5			TX	061		
4704013	La Loma Alta Colonia	la-loma-alta-colonia	US		0	America/Chicago	26.14424	-98.02028	24	La Loma Alta Colonia,La Loma Alta Subdivision Colonia		TX	215		
4704015	La Lomita (historical)	la-lomita-historical	US		0	America/Chicago	26.15396	-98.33057	32			TX	215		
4704016	La Lomita Colonia	la-lomita-colonia	US		0	America/Chicago	26.4084	-98.76725	86			TX	427		
4704035	La Masa Road Colonia	la-masa-road-colonia	US		0	America/Chicago	27.73836	-98.23528	101			TX	131		
4704042	La Mesa Colonia	la-mesa-colonia	US		0	America/Chicago	26.21341	-97.93333	18	La Mesa Colonia,La Mesa Subdivision Colonia		TX	215		
4704046	La Milpa Colonia	la-milpa-colonia	US		0	America/Chicago	26.14424	-97.87222	18	La Milpa Colonia,La Milpa Subdivision Colonia		TX	215		
4704047	La Moca Ranch Colonia	la-moca-ranch-colonia	US		0	America/Chicago	27.90529	-99.50837	216			TX	479		
4704064	La Palma Colonia	la-palma-colonia	US		0	America/Chicago	26.25341	-98.35835	51	La Palma Colonia,La Palma Subdivision Colonia		TX	215		
4704065	La Palma Number 1 Colonia	la-palma-number-1-colonia	US		0	America/Chicago	26.15341	-98.02028	24			TX	215		
4704066	La Palma Number 2 Colonia	la-palma-number-2-colonia	US		0	America/Chicago	26.15341	-98.01723	24			TX	215		
4704067	La Paloma	la-paloma	US		2903	America/Chicago	26.04591	-97.66749	15			TX	061		
4704068	La Paloma Addition Colonia	la-paloma-addition-colonia	US		330	America/Chicago	28.01835	-97.50333	16	La Colonia,La Paloma Addition Colonia		TX	409		
4704071	La Paloma Junction	la-paloma-junction	US		0	America/Chicago	26.04647	-97.66638	15			TX	061		
4704072	La Paloma Number 1 Colonia	la-paloma-number-1-colonia	US		0	America/Chicago	26.22341	-97.95639	18			TX	215		
4704075	La Paloma Site Colonia	la-paloma-site-colonia	US		0	America/Chicago	26.27035	-98.38641	57			TX	215		
4704076	La Pampa Colonia	la-pampa-colonia	US		0	America/Chicago	26.26646	-97.97917	19	La Pampa Colonia,La Pampa Subdivision Colonia		TX	215		
4704077	La Para	la-para	US		0	America/Chicago	28.36694	-97.95417	66			TX	297		
4704079	La Parita	la-parita	US		0	America/Chicago	28.8472	-98.59335	123			TX	013		
4704080	La Parra Landing	la-parra-landing	US		0	America/Chicago	27.25532	-97.64055	1			TX	261		
4704083	La Parrita Valley Colonia	la-parrita-valley-colonia	US		0	America/Chicago	28.01418	-98.22334	95			TX	249		
4704089	La Peñusca	la-penusca	US		0	America/Chicago	26.07785	-97.49443	9	La Penusca,La Peñusca		TX	061		
4704107	La Ponderosa Colonia	la-ponderosa-colonia	US		0	America/Chicago	28.12334	-97.86222	34			TX	409		
4704124	La Presa	la-presa	US		319	America/Chicago	27.40002	-99.43726	156			TX	479		
4704126	La Presa Colonia	la-presa-colonia	US		0	America/Chicago	27.39919	-99.43726	155			TX	479		
4704133	La Puerta	la-puerta	US		632	America/Chicago	26.34451	-98.74503	49			TX	427		
4704134	La Puerta Number 2 Colonia	la-puerta-number-2-colonia	US		0	America/Chicago	26.35034	-98.7553	51	La Puerta Number 2 Colonia,La Puerta Number 2 Subdivision Colonia		TX	427		
4704139	La Quinta Colonia	la-quinta-colonia	US		0	America/Chicago	26.13535	-98.1964	28	La Quinta Colonia,La Quinta Estates Colonia		TX	215		
4704142	La Reforma	la-reforma	US		0	America/Chicago	26.68561	-98.37446	71			TX	427		
4704145	La Reyna Colonia	la-reyna-colonia	US		0	America/Chicago	26.09924	-97.96334	21	La Reyna Colonia,La Reyna Subdivision Colonia		TX	215		
4704148	La Rosita	la-rosita	US		85	America/Chicago	26.4009	-98.92058	61			TX	427		
4704162	La Suena Colonia	la-suena-colonia	US		0	America/Chicago	26.2784	-98.34418	55			TX	215		
4704166	La Tina	la-tina	US		0	America/Chicago	26.21952	-97.47193	6			TX	061		
4704167	La Tina Ranch	la-tina-ranch	US		618	America/Chicago	26.21869	-97.47471	7			TX	061		
4704187	La Victoria	la-victoria	US		171	America/Chicago	26.3409	-98.64002	77			TX	427		
4704204	LaSalle	lasalle	US		0	America/Chicago	31.53323	-96.41887	140			TX	293		
4704207	Laban	laban	US		0	America/Chicago	29.68496	-96.46941	54			TX	089		
4704216	Laceola	laceola	US		0	America/Chicago	30.97186	-95.9869	87			TX	313		
4704225	Lackland Heights	lackland-heights	US		0	America/Chicago	29.40523	-98.65502	238			TX	029		
4704227	Lackland Terrace	lackland-terrace	US		0	America/Chicago	29.41162	-98.6428	231			TX	029		
4704230	Lacy	lacy	US		0	America/Chicago	31.10463	-95.08855	89			TX	455		
4704235	Lackland City	lackland-city	US		0	America/Chicago	29.38912	-98.64613	237			TX	029		
4704238	Lacy-Lakeview	lacy-lakeview	US		6604	America/Chicago	31.62933	-97.10278	148			TX	309		
4704240	Lacyville	lacyville	US		0	America/Chicago	31.50518	-94.60715	72			TX	347		
4704261	Lagarto	lagarto	US		0	America/Chicago	28.11945	-97.95556	49	Lagarta,Lagarto		TX	297		
4704266	Lago	lago	US		204	America/Chicago	26.08869	-97.6136	12			TX	061		
4704267	Lago Colonia	lago-colonia	US		0	America/Chicago	26.08924	-97.61332	12			TX	061		
4704274	Lago Halcon A Colonia	lago-halcon-a-colonia	US		0	America/Chicago	26.87032	-99.25643	100			TX	505		
4704275	Lago Halcon B Colonia	lago-halcon-b-colonia	US		0	America/Chicago	26.87226	-99.2542	107			TX	505		
4704276	Lago Vista	lago-vista	US		6550	America/Chicago	30.4602	-97.98835	236			TX	453		
4704278	Lago Vista Colonia	lago-vista-colonia	US		115	America/Chicago	26.56422	-99.10837	94			TX	427		
4704295	Laguna Escondida Colonia	laguna-escondida-colonia	US		0	America/Chicago	26.25424	-97.62138	7			TX	061		
4704296	Laguna Escondida Heights Number 2 Colonia	laguna-escondida-heights-number-2-colonia	US		0	America/Chicago	26.25341	-97.59638	6			TX	061		
4704298	Laguna Heights	laguna-heights	US		3488	America/Chicago	26.08008	-97.25386	3			TX	061		
4704305	Laguna Park Colonia	laguna-park-colonia	US		0	America/Chicago	26.1973	-98.11723	30			TX	215		
4704306	Laguna Seca	laguna-seca	US		266	America/Chicago	26.49562	-98.19446	32			TX	215		
4704307	Laguna Vista	laguna-vista	US		3212	America/Chicago	26.10091	-97.29025	3			TX	061		
4704357	Lake Barbara	lake-barbara	US		0	America/Chicago	29.02525	-95.38938	3			TX	039		
4704392	Lake Bridgeport	lake-bridgeport	US		361	America/Chicago	33.20706	-97.82865	278			TX	497		
4704395	Lake Brownwood	lake-brownwood	US		1532	America/Chicago	31.8357	-99.00783	440			TX	049		
4704424	Lake Citrus Estates Colonia	lake-citrus-estates-colonia	US		0	America/Chicago	26.38423	-98.14834	24			TX	215		
4704477	Lake Crest Estates	lake-crest-estates	US		0	America/Chicago	32.86152	-97.41363	248			TX	439		
4704605	Lake Hills	lake-hills	US		0	America/Chicago	29.5844	-98.94892	349			TX	019		
4704630	Lake Jackson Farms	lake-jackson-farms	US		0	America/Chicago	29.05775	-95.47161	6			TX	039		
4704655	Lake Kiowa	lake-kiowa	US		1906	America/Chicago	33.57705	-97.01306	216			TX	097		
4704699	Lake Mathis Point Colonia	lake-mathis-point-colonia	US		0	America/Chicago	28.1314	-97.87833	29			TX	409		
4704703	Lake Medina Highlands	lake-medina-highlands	US		0	America/Chicago	29.56801	-98.95725	330			TX	019		
4704824	Lake Shore	lake-shore	US		0	America/Chicago	31.82987	-99.09089	457			TX	049		
4704826	Lake Shore Estates	lake-shore-estates	US		0	America/Chicago	32.63097	-97.48474	220			TX	439		
4704829	Lake Dunlap	lake-dunlap	US		1934	America/Chicago	29.67578	-98.07223	180			TX	187		
4704846	Lake Tejas	lake-tejas	US		0	America/Chicago	30.45798	-94.93743	41			TX	407		
4704887	Lake Victor	lake-victor	US		0	America/Chicago	30.90907	-98.19336	425			TX	053		
4704895	Lake Water Wheel	lake-water-wheel	US		0	America/Chicago	30.47215	-94.91049	23			TX	407		
4704939	Lakefront Lodge	lakefront-lodge	US		0	America/Chicago	26.88309	-99.27309	98			TX	505		
4704940	Lakehills	lakehills	US		5150	America/Chicago	29.60467	-98.94309	374	Lakehills,Upper Medina Lake		TX	019		
4704941	Lakehills	lakehills	US		0	America/Chicago	29.72328	-98.93503	411			TX	019		
4704948	Lakeland Heights	lakeland-heights	US		0	America/Chicago	32.72291	-96.98195	153			TX	113		
4704957	Lakenon	lakenon	US		0	America/Chicago	32.0521	-97.02445	226			TX	217		
4704963	Lakeshore Gardens	lakeshore-gardens	US		0	America/Chicago	28.12945	-97.86972	29			TX	409		
4704964	Lakeshore Gardens Number 1 Colonia	lakeshore-gardens-number-1-colonia	US		0	America/Chicago	28.12834	-97.86833	29			TX	409		
4704965	Lakeshore Gardens Number 2 Colonia	lakeshore-gardens-number-2-colonia	US		0	America/Chicago	28.13029	-97.86528	35			TX	409		
4704979	Lakeside City	lakeside-city	US		981	America/Chicago	33.82871	-98.54533	306			TX	009		
4704981	Lakeside Colonia	lakeside-colonia	US		0	America/Chicago	26.22424	-98.35918	42	Lakeside Colonia,Lakeside Subdivision Colonia		TX	215		
4704985	Lakeside Heights	lakeside-heights	US		0	America/Chicago	30.68852	-98.41253	268			TX	299		
4704994	Lakeside Village	lakeside-village	US		0	America/Chicago	32.02099	-97.49391	186			TX	035		
4705006	Lakeview Assembly	lakeview-assembly	US		0	America/Chicago	31.65851	-95.68607	96			TX	001		
4705022	Lakeview Colonia	lakeview-colonia	US		0	America/Chicago	26.24729	-98.48224	53	Lakeview Colonia,Lakeview Subdivision Colonia		TX	215		
4705029	Lakeview Estates	lakeview-estates	US		0	America/Chicago	30.20215	-94.07407	6			TX	361		
4705041	Lakeway	lakeway	US		14217	America/Chicago	30.36377	-97.97959	251			TX	453	7174228	
4705058	Lakewood Harbor	lakewood-harbor	US		0	America/Chicago	31.90377	-97.41974	177			TX	035		
4705059	Lakewood Heights	lakewood-heights	US		0	America/Chicago	30.02216	-95.11437	20			TX	201		
4705060	Lakewood Heights	lakewood-heights	US		312	America/Chicago	28.10279	-97.86333	32	Lakeside,Lakewood Heights		TX	409		
4705067	Lakewood Village	lakewood-village	US		560	America/Chicago	33.14262	-96.96945	167			TX	121		
4705147	Lamar Terrace	lamar-terrace	US		0	America/Chicago	29.73162	-95.46827	17			TX	201		
4705151	Lamasco	lamasco	US		0	America/Chicago	33.6951	-96.06664	179			TX	147		
4705162	Laman	laman	US		0	America/Chicago	32.98513	-94.65465	141			TX	343		
4705171	Lamkin	lamkin	US		0	America/Chicago	31.82321	-98.26421	326			TX	093		
4705209	LandI Colonia	landi-colonia	US		0	America/Chicago	26.24841	-97.80638	15	L and I Colonia,LandI Colonia,Santa Rosa Number 4 Colonia		TX	061		
4705213	Landa Park Highlands	landa-park-highlands	US		0	America/Chicago	29.71967	-98.14001	234			TX	091		
4705252	Lane Number 1 Colonia	lane-number-1-colonia	US		0	America/Chicago	26.5034	-98.13834	21	Lane Number 1 Colonia,Lane Subdivision Number 1 Colonia		TX	215		
4705253	Lane Number 2 Colonia	lane-number-2-colonia	US		0	America/Chicago	26.5034	-98.13529	23	Lane Number 2 Colonia,Lane Subdivision Number 2 Colonia		TX	215		
4705259	Lanely	lanely	US		0	America/Chicago	31.60073	-96.05997	136			TX	161		
4705260	Laneport	laneport	US		0	America/Chicago	30.69075	-97.27888	144			TX	491		
4705265	Lanetown	lanetown	US		0	America/Chicago	31.59101	-94.02964	92			TX	405		
4705269	Lanfranco Colonia	lanfranco-colonia	US		0	America/Chicago	26.36924	-98.16418	27			TX	215		
4705311	Lanier	lanier	US		0	America/Chicago	32.93541	-94.3738	103			TX	067		
4705323	Lannius	lannius	US		0	America/Chicago	33.60816	-96.05608	190			TX	147		
4705327	Lantana	lantana	US		0	America/Chicago	26.19313	-97.57888	9			TX	061		
4705328	Lantana Colonia	lantana-colonia	US		0	America/Chicago	26.18341	-98.16334	34	Lantana Colonia,Lantana Subdivision Colonia		TX	215		
4705341	Laredo Ranchettes	laredo-ranchettes	US		22	America/Chicago	27.4853	-99.37087	177			TX	479		
4705342	Laredo Ranchettes Colonia	laredo-ranchettes-colonia	US		0	America/Chicago	27.49141	-99.36226	173			TX	479		
4705343	Larga Vista	larga-vista	US		814	America/Chicago	27.49891	-99.43004	158			TX	479		
4705344	Larga Vista Colonia	larga-vista-colonia	US		0	America/Chicago	27.49724	-99.43032	160	Impresas del Rancho Colonia,Larga Vista Colonia		TX	479		
4705350	Larissa	larissa	US		0	America/Chicago	32.056	-95.32495	159	Larissa,Old Larissa		TX	073		
4705374	Las Blancas Colonia	las-blancas-colonia	US		0	America/Chicago	27.4903	-99.3442	183	Las Blancas Colonia,Las Blancas Subdivision Colonia		TX	479		
4705377	Las Brisas Estates Colonia	las-brisas-estates-colonia	US		0	America/Chicago	26.2984	-98.0764	23			TX	215		
4705378	Las Brisas del Sur Colonia	las-brisas-del-sur-colonia	US		0	America/Chicago	26.11647	-98.20223	27			TX	215		
4705386	Las Colonias	las-colonias	US		310	America/Chicago	28.73164	-99.83033	183			TX	507		
4705396	Las Cuevas Colonia	las-cuevas-colonia	US		0	America/Chicago	26.27646	-98.56919	62			TX	215		
4705397	Las Cuevas Number 2 Colonia	las-cuevas-number-2-colonia	US		0	America/Chicago	26.2784	-98.56836	62			TX	215		
4705398	Las Escobas	las-escobas	US		0	America/Chicago	26.66367	-98.89336	95			TX	427		
4705400	Las Brisas Colonia	las-brisas-colonia	US		0	America/Chicago	26.23535	-98.3164	41			TX	215		
4705401	Las Flores	las-flores	US		0	America/Chicago	28.6972	-98.94142	165			TX	163		
4705403	Las Flores Colonia	las-flores-colonia	US		0	America/Chicago	26.0073	-97.48415	5	Las Flores Colonia,Wymore Subdivision Colonia		TX	061		
4705404	Las Flores Colonia	las-flores-colonia	US		0	America/Chicago	26.41034	-98.98031	56			TX	427		
4705408	Las Fuentes Colonia	las-fuentes-colonia	US		0	America/Chicago	26.11424	-98.20223	27	Las Fuentes Colonia,Las Fuentes Subdivision Colonia		TX	215		
4705409	Las Gallinas	las-gallinas	US		0	America/Chicago	29.11247	-98.48863	157			TX	013		
4705411	Las Haciendas Colonia	las-haciendas-colonia	US		0	America/Chicago	26.11424	-98.19529	27	Las Haciendas Colonia,Las Haciendas Subdivision Colonia		TX	215		
4705417	Las Lomas	las-lomas	US		3147	America/Chicago	26.36479	-98.7753	57			TX	427		
4705418	Las Lomitas	las-lomitas	US		244	America/Chicago	27.3417	-98.66418	174			TX	247		
4705419	Las Lomitas A Colonia	las-lomitas-a-colonia	US		0	America/Chicago	27.35532	-98.66835	177			TX	247		
4705420	Las Lomitas B Colonia	las-lomitas-b-colonia	US		0	America/Chicago	27.3342	-98.67224	167			TX	247		
4705421	Las Lomitas C Colonia	las-lomitas-c-colonia	US		0	America/Chicago	27.35226	-98.66835	177			TX	247		
4705424	Las Milpas	las-milpas	US		0	America/Chicago	26.11841	-98.19946	26			TX	215		
4705434	Las Palmas	las-palmas	US		67	America/Chicago	26.95254	-99.27504	154			TX	505		
4705437	Las Palmas Colonia	las-palmas-colonia	US		0	America/Chicago	26.20424	-97.74222	12			TX	061		
4705438	Las Palmas Colonia	las-palmas-colonia	US		0	America/Chicago	26.4284	-98.96142	58			TX	427		
4705440	Las Palmas Estates Colonia	las-palmas-estates-colonia	US		0	America/Chicago	26.23035	-98.14334	31	Las Palmas Estates Colonia,Las Palmas Estates Subdivision Colonia		TX	215		
4705471	Las Pilas Colonia Number 1	las-pilas-colonia-number-1	US		0	America/Chicago	27.68224	-99.17725	168	Las Pilas Colonia Number 1,Las Pilas Subdivision Number 1 Colonia		TX	479		
4705472	Las Pilas Colonia Number 2	las-pilas-colonia-number-2	US		0	America/Chicago	27.68141	-99.19031	171	Las Pilas Colonia Number 2,Las Pilas Subdivision Number 2 Colonia		TX	479		
4705480	Las Rusias	las-rusias	US		0	America/Chicago	26.05397	-97.75749	18			TX	061		
4705484	Las Tiendas	las-tiendas	US		0	America/Chicago	27.90279	-99.63949	185			TX	479		
4705491	Las Yescas	las-yescas	US		0	America/Chicago	26.22285	-97.50582	5			TX	061		
4705492	Lasana	lasana	US		84	America/Chicago	26.25063	-97.69721	10			TX	061		
4705493	Lasana Colonia	lasana-colonia	US		0	America/Chicago	26.2523	-97.69416	10			TX	061		
4705502	Lassater	lassater	US		0	America/Chicago	32.83402	-94.5027	101			TX	315		
4705506	Latch	latch	US		0	America/Chicago	32.6968	-95.06911	135			TX	459		
4705534	Latium	latium	US		0	America/Chicago	30.0805	-96.56053	115			TX	477		
4705539	Lauback	lauback	US		0	America/Chicago	29.62828	-97.94028	162			TX	187		
4705564	Laureles	laureles	US		3692	America/Chicago	26.10924	-97.49415	6			TX	061		
4705582	Lavender	lavender	US		0	America/Chicago	31.53461	-96.65582	161			TX	293		
4705588	Lavon Lake Lodges	lavon-lake-lodges	US		0	America/Chicago	33.0379	-96.50249	156			TX	085		
4705590	Lavon Shores Estates	lavon-shores-estates	US		0	America/Chicago	33.10623	-96.47888	159			TX	085		
4705603	Lavon Beach Estates	lavon-beach-estates	US		0	America/Chicago	33.11401	-96.44999	160			TX	085		
4705639	Lawrence Springs	lawrence-springs	US		0	America/Chicago	32.64263	-95.78746	153			TX	467		
4705645	Lawson Crossing	lawson-crossing	US		0	America/Chicago	30.13105	-94.08823	1			TX	361		
4705659	Lazare	lazare	US		0	America/Chicago	34.28313	-99.9976	488			TX	197		
4705683	Le Verte	le-verte	US		0	America/Chicago	30.52965	-93.92768	32			TX	241		
4705690	Leaday (historical)	leaday-historical	US		0	America/Chicago	31.56793	-99.67313	465			TX	083		
4705701	Leagueville	leagueville	US		0	America/Chicago	32.23098	-95.65524	128			TX	213		
4705704	Leal	leal	US		0	America/Chicago	28.91414	-98.36029	92			TX	013		
4705706	Leal Colonia	leal-colonia	US		0	America/Chicago	26.12646	-97.65638	12	Leal Colonia,Leal Subdivision Colonia		TX	061		
4705707	Leal Colonia	leal-colonia	US		0	America/Chicago	26.39423	-98.84031	69	Leal Colonia,Leal Subdivision Colonia		TX	427		
4705744	Ledbetter Hills	ledbetter-hills	US		0	America/Chicago	32.69235	-96.92612	206			TX	113		
4705798	Lee Spring	lee-spring	US		0	America/Chicago	32.21265	-95.3719	133			TX	423		
4705805	Leedale	leedale	US		0	America/Chicago	30.98657	-97.19805	141	Gindale,Leedale		TX	027		
4705818	Lefman	lefman	US		0	America/Chicago	29.26275	-96.05496	28			TX	481		
4705835	Legion	legion	US		0	America/Chicago	30.02299	-99.11643	506			TX	265		
4705851	Leisure Time Mobile Home Park Colonia	leisure-time-mobile-home-park-colonia	US		0	America/Chicago	26.33035	-97.50415	7			TX	061		
4705853	Lelavale	lelavale	US		0	America/Chicago	30.40354	-94.48408	32			TX	199		
4705857	Lemley	lemley	US		0	America/Chicago	32.81763	-97.87976	377			TX	367		
4705872	Lemonville	lemonville	US		0	America/Chicago	30.21437	-93.84573	8			TX	361		
4705888	Lenz	lenz	US		0	America/Chicago	28.79054	-97.97695	131			TX	255		
4705911	Leon Junction	leon-junction	US		0	America/Chicago	31.341	-97.59418	207			TX	099		
4705919	Leon Springs	leon-springs	US		0	America/Chicago	29.66495	-98.62919	345			TX	029		
4705923	Leon Valley	leon-valley	US		11174	America/Chicago	29.49523	-98.61863	252			TX	029		
4705931	Leona Colonia	leona-colonia	US		0	America/Chicago	26.2173	-98.31029	41	Leona Colonia,Leona Subdivision Colonia		TX	215		
4705942	Leonar B De Villarreal Colonia	leonar-b-de-villarreal-colonia	US		0	America/Chicago	26.21035	-97.47832	6	La Tina Ranch Colonia,Leonar B De Villarreal Colonia		TX	061		
4705975	Leslie Colonia	leslie-colonia	US		0	America/Chicago	26.19341	-98.28335	33	Leslie Colonia,Leslie Subdivision Colonia		TX	215		
4705997	Levi	levi	US		0	America/Chicago	31.37712	-97.12222	143			TX	309		
4705999	Leverett's Chapel	leverett-s-chapel	US		0	America/Chicago	32.31238	-94.92272	146			TX	401		
4706005	Levita	levita	US		0	America/Chicago	31.51488	-97.88808	280	Levita,Simpsonville		TX	099		
4706141	Liberty City	liberty-city	US		2351	America/Chicago	32.44543	-94.94855	119			TX	183		
4706150	Liberty Grove	liberty-grove	US		0	America/Chicago	32.9579	-96.52805	151			TX	113		
4706151	Liberty Grove	liberty-grove	US		0	America/Chicago	33.33122	-95.69718	137			TX	119		
4706288	Lightner	lightner	US		0	America/Chicago	31.12628	-99.61729	574			TX	095		
4706296	Lilbert	lilbert	US		0	America/Chicago	31.73629	-94.90105	122	Liberty,Lilbert		TX	347		
4706297	Lillard	lillard	US		0	America/Chicago	30.35521	-94.11824	11			TX	199		
4706316	Lily Island	lily-island	US		0	America/Chicago	30.90408	-94.70965	84			TX	373		
4706325	Lime City	lime-city	US		0	America/Chicago	31.39461	-97.52724	219			TX	099		
4706384	Linda Vista	linda-vista	US		0	America/Chicago	26.88226	-99.27976	95			TX	505		
4706385	Linda Vista Estates Colonia	linda-vista-estates-colonia	US		0	America/Chicago	26.26535	-98.32335	51			TX	215		
4706400	Lindberg	lindberg	US		0	America/Chicago	32.68236	-97.21446	181			TX	439		
4706412	Lindenau	lindenau	US		0	America/Chicago	29.11775	-97.37082	59			TX	123		
4706413	Lindendale	lindendale	US		0	America/Chicago	30.11187	-98.63197	526			TX	259		
4706450	Link Five	link-five	US		0	America/Chicago	29.70439	-95.09493	9			TX	201		
4706461	Linn Flat	linn-flat	US		0	America/Chicago	31.7899	-94.73188	134	Linn Flat,Linnflat,Lynn Flat		TX	347		
4706524	Lisa Colonia	lisa-colonia	US		0	America/Chicago	26.51146	-97.77027	9			TX	489		
4706532	Littig	littig	US		0	America/Chicago	30.31965	-97.44944	138			TX	453		
4706687	Little Cypress	little-cypress	US		0	America/Chicago	30.16465	-93.756	5			TX	361		
4706807	Little Hope	little-hope	US		0	America/Chicago	32.77958	-95.25689	126			TX	499		
4706832	Little Lake Acres Colonia	little-lake-acres-colonia	US		0	America/Chicago	27.96918	-98.07917	78			TX	249		
4706870	Little New York	little-new-york	US		0	America/Chicago	29.55107	-97.30666	80			TX	177		
4706907	Little Ridge	little-ridge	US		0	America/Chicago	33.0629	-96.45471	153			TX	085		
4707111	Live Oak Estates Colonia	live-oak-estates-colonia	US		0	America/Chicago	26.37923	-98.84642	54			TX	427		
4707118	Live Oak Mobil Home Park Colonia	live-oak-mobil-home-park-colonia	US		0	America/Chicago	26.32229	-98.19334	29			TX	215		
4707126	Live Oak Resorts	live-oak-resorts	US		0	America/Chicago	32.01043	-97.36251	182			TX	217		
4707203	Llano Grande	llano-grande	US		3008	America/Chicago	26.1298	-97.96806	22			TX	215		
4707206	Llano Grande Homesites	llano-grande-homesites	US		0	America/Chicago	26.12591	-97.96834	23	Llano Grande Colonia,Llano Grande Homesites		TX	215		
4707257	Lochridge	lochridge	US		0	America/Chicago	29.35302	-95.53105	14			TX	039		
4707266	Locker	locker	US		0	America/Chicago	31.37739	-98.89699	397			TX	411		
4707270	Lockett	lockett	US		0	America/Chicago	34.0812	-99.37786	393			TX	487		
4707322	Loeb	loeb	US		0	America/Chicago	30.19466	-94.19296	8			TX	199		
4707324	Loebau	loebau	US		0	America/Chicago	30.28771	-96.90526	102			TX	287		
4707335	Log Cabin	log-cabin	US		717	America/Chicago	32.22237	-96.02191	113			TX	213		
4707354	Loire	loire	US		0	America/Chicago	29.10997	-98.39557	162			TX	493		
4707355	Lois	lois	US		0	America/Chicago	33.45622	-97.22029	247			TX	097		
4707356	Lois	lois	US		0	America/Chicago	29.833	-95.50383	25			TX	201		
4707361	Lolaville	lolaville	US		0	America/Chicago	33.09734	-96.80528	215			TX	085		
4707368	Loma Alta	loma-alta	US		0	America/Chicago	28.12084	-98.51501	128			TX	311		
4707370	Loma Alta Colonia	loma-alta-colonia	US		0	America/Chicago	26.39534	-98.82919	80			TX	427		
4707372	Loma Alta Ranch Colonia	loma-alta-ranch-colonia	US		0	America/Chicago	27.97141	-98.08834	79			TX	249		
4707378	Loma Grande Colonia	loma-grande-colonia	US		107	America/Chicago	28.7222	-99.83339	178	Loma Alta Colonia,Loma Grande Colonia		TX	507		
4707379	Loma Linda Colonia	loma-linda-colonia	US		122	America/Chicago	28.00529	-97.50138	17			TX	409		
4707380	Loma Linda East Colonia	loma-linda-east-colonia	US		254	America/Chicago	27.76225	-98.19917	89	Loma Linda East		TX	249		
4707381	Loma Linda East Colonia	loma-linda-east-colonia	US		44	America/Chicago	26.3284	-98.6903	58	Loma Linda East Colonia,Loma Linda East Subdivision Colonia		TX	427		
4707382	Loma Linda Heights Colonia	loma-linda-heights-colonia	US		0	America/Chicago	26.23646	-98.40141	46	Loma Linda Heights Colonia,Loma Linda Heights Subdivision Colonia		TX	215		
4707383	Loma Linda West Colonia	loma-linda-west-colonia	US		0	America/Chicago	26.42145	-98.93225	79			TX	427		
4707388	Loma Vista	loma-vista	US		0	America/Chicago	29.02136	-98.2464	137			TX	493		
4707391	Loma Vista Colonia	loma-vista-colonia	US		160	America/Chicago	26.41728	-98.98142	58			TX	427		
4707393	Loma Chica Colonia	loma-chica-colonia	US		0	America/Chicago	26.34646	-98.11917	26	Loma Chica Colonia,Loma Chica Subdivision Colonia		TX	215		
4707394	Loma Vista Number 1 Colonia	loma-vista-number-1-colonia	US		0	America/Chicago	26.41728	-98.98031	57			TX	427		
4707421	Lone Camp	lone-camp	US		0	America/Chicago	32.6793	-98.26866	284			TX	363		
4707423	Lone Cedar	lone-cedar	US		0	America/Chicago	32.14876	-96.75138	134			TX	139		
4707535	Lone Willow	lone-willow	US		0	America/Chicago	32.26876	-97.47474	255			TX	251		
4707638	Long Crossing	long-crossing	US		0	America/Chicago	29.48245	-99.55005	374			TX	463		
4707661	Long Hollow	long-hollow	US		0	America/Chicago	31.29351	-96.26552	125			TX	289		
4707720	Long Mott	long-mott	US		0	America/Chicago	28.4825	-96.76054	6	Long Mott,Longmott		TX	057		
4707778	Longhorn	longhorn	US		0	America/Chicago	29.53106	-98.40224	230			TX	029		
4707799	Longoria Colonia	longoria-colonia	US		0	America/Chicago	26.30229	-98.64225	64			TX	427		
4707803	Longoria Townsite Colonia	longoria-townsite-colonia	US		0	America/Chicago	26.07924	-97.85222	20			TX	061		
4707806	Longpoint	longpoint	US		0	America/Chicago	30.2366	-96.52803	139	Long Point,Longpoint		TX	477		
4707821	Longview Heights	longview-heights	US		0	America/Chicago	32.50598	-94.67965	113			TX	203		
4707852	Lopez Colonia	lopez-colonia	US		0	America/Chicago	26.23146	-97.58138	8	Lopez Colonia,Lopez Subdivision Colonia		TX	061		
4707859	Lopezville	lopezville	US		4333	America/Chicago	26.23813	-98.15973	32			TX	215		
4707875	Lorenzana Colonia	lorenzana-colonia	US		0	America/Chicago	26.17535	-97.91722	21	Lorenzana Colonia,Lorenzana Subdivision Colonia		TX	215		
4707888	Los Altos Colonia	los-altos-colonia	US		140	America/Chicago	27.4903	-99.38643	163			TX	479		
4707889	Los Alvarez	los-alvarez	US		303	America/Chicago	26.38951	-98.90114	60			TX	427		
4707900	Los Barreras	los-barreras	US		288	America/Chicago	26.38673	-98.92058	54			TX	427		
4707904	Los Castillos Estates Colonia	los-castillos-estates-colonia	US		0	America/Chicago	26.12924	-97.96334	21			TX	215		
4707907	Los Cerritos Colonia	los-cerritos-colonia	US		0	America/Chicago	26.44229	-98.1364	26	Los Cerritos Colonia,Los Cerritos Subdivision Colonia		TX	215		
4707912	Los Corralitos Colonia	los-corralitos-colonia	US		0	America/Chicago	27.64224	-99.55643	152			TX	479		
4707913	Los Coyotes	los-coyotes	US		0	America/Chicago	26.38757	-97.67332	7			TX	489		
4707916	Los Cuates	los-cuates	US		0	America/Chicago	26.08091	-97.49665	9			TX	061		
4707917	Los Cuates South Colonia	los-cuates-south-colonia	US		0	America/Chicago	25.88341	-97.4322	7			TX	061		
4707923	Los Ebanos Colonia	los-ebanos-colonia	US		280	America/Chicago	26.41145	-98.91836	72			TX	427		
4707924	Los Ebanos Colonia Number 1	los-ebanos-colonia-number-1	US		0	America/Chicago	26.30535	-98.32835	50	Los Ebanos Colonia Number 1,Los Ebanos Subdivision Colonia		TX	215		
4707925	Los Ebanos Colonia Number 2	los-ebanos-colonia-number-2	US		0	America/Chicago	26.30535	-98.33029	51	Los Ebanos Colonia Number 2,Los Ebanos Subdivision Number 2 Colonia		TX	215		
4707926	Los Ebanos Estates Colonia	los-ebanos-estates-colonia	US		0	America/Chicago	26.26229	-98.33529	54			TX	215		
4707927	Los Ebanos Number 2 Colonia	los-ebanos-number-2-colonia	US		0	America/Chicago	26.41145	-98.92031	72			TX	427		
4707937	Los Garzas	los-garzas	US		0	America/Chicago	26.36395	-98.89364	53	Garza Ranch,Los Garzas,Ringgold		TX	427		
4707943	Los Huisaches Colonia	los-huisaches-colonia	US		0	America/Chicago	27.9064	-99.48032	225			TX	479		
4707944	Los Huisaches Number 2 Colonia	los-huisaches-number-2-colonia	US		0	America/Chicago	27.90834	-99.47226	235			TX	479		
4707957	Los Leones Colonia	los-leones-colonia	US		0	America/Chicago	26.10924	-97.95722	20			TX	215		
4707958	Los Lomas	los-lomas	US		0	America/Chicago	28.13779	-97.88806	29			TX	297		
4707963	Los Minerales Colonia	los-minerales-colonia	US		0	America/Chicago	27.6514	-99.61838	133			TX	479		
4707966	Los Nogales Estates Colonia	los-nogales-estates-colonia	US		0	America/Chicago	26.05424	-97.76416	17			TX	061		
4707968	Los Ojuelos	los-ojuelos	US		0	America/Chicago	27.40308	-98.99642	247			TX	479		
4707970	Los Olmos Colonia	los-olmos-colonia	US		0	America/Chicago	26.3759	-98.79836	49			TX	427		
4707975	Los Ranchitos Colonia	los-ranchitos-colonia	US		0	America/Chicago	26.22341	-97.74138	12			TX	061		
4707976	Los Ranchitos Number 1-3 Colonia	los-ranchitos-number-1-3-colonia	US		0	America/Chicago	26.12341	-98.2064	27			TX	215		
4707983	Los Terrazos Colonia	los-terrazos-colonia	US		0	America/Chicago	26.32729	-98.25724	39	Los Terrazos Colonia,Los Terrazos Subdivision Colonia		TX	215		
4707987	Los Trevinos Colonia	los-trevinos-colonia	US		0	America/Chicago	26.21841	-98.38918	37	Los Trevinos Colonia,Los Trevinos Subdivision Colonia		TX	215		
4707988	Los Trevinos Colonia Number 2	los-trevinos-colonia-number-2	US		0	America/Chicago	26.21924	-98.38918	38	Los Trevinos Colonia Number 2,Los Trevinos Subdivision Number 2 Colonia		TX	215		
4707989	Los Trevinos Colonia Number 3	los-trevinos-colonia-number-3	US		0	America/Chicago	26.21924	-98.3903	37	Los Trevinos Colonia Number 3,Los Trevinos Subdivision Number 3 Colonia		TX	215		
4707990	Los Trevinos Colonia Number 4	los-trevinos-colonia-number-4	US		0	America/Chicago	26.2223	-98.38918	38	Los Trevinos Colonia Number 4,Los Trevinos Subdivision Number 4 Colonia		TX	215		
4707991	Los Trevinos Colonia Number 5	los-trevinos-colonia-number-5	US		0	America/Chicago	26.21841	-98.39029	36	Los Trevinos Colonia Number 5,Los Trevinos Subdivision Number 5 Colonia		TX	215		
4707993	Los Velas	los-velas	US		0	America/Chicago	26.33812	-98.78114	48			TX	427		
4707994	Los Veteranos 59 Colonia	los-veteranos-59-colonia	US		0	America/Chicago	27.63335	-99.2192	175			TX	479		
4707995	Los Veteranos 83 Colonia	los-veteranos-83-colonia	US		0	America/Chicago	27.7714	-99.44337	204	Los Veteranos 83 Colonia,Los Veteranos 83 Subdivision Colonia		TX	479		
4707996	Los Villareales	los-villareales	US		24	America/Chicago	26.39423	-98.88142	66			TX	427		
4707998	Losoya	losoya	US		0	America/Chicago	29.23357	-98.4564	150			TX	029		
4708000	Los Padres Colonia	los-padres-colonia	US		0	America/Chicago	26.29424	-98.2464	36	Los Padres Colonia,Los Padres Subdivision Colonia		TX	215		
4708046	Lost Prairie	lost-prairie	US		0	America/Chicago	31.49878	-96.37192	137	Alon,Lost Prairie		TX	293		
4708077	Lotta	lotta	US		0	America/Chicago	32.5782	-94.10408	94			TX	203		
4708079	Louetta	louetta	US		0	America/Chicago	30.00661	-95.56105	42			TX	201		
4708086	Louis and J Hoyt Subdivision Colonia	louis-and-j-hoyt-subdivision-colonia	US		0	America/Chicago	26.27341	-97.99028	20	Hoyt Colonia,Louis and J Hoyt Subdivision Colonia		TX	215		
4708100	Lourdes Street Colonia	lourdes-street-colonia	US		0	America/Chicago	26.12591	-97.47415	6			TX	061		
4708101	Love	love	US		0	America/Chicago	32.97069	-94.60881	105			TX	067		
4708134	Lovelace	lovelace	US		0	America/Chicago	32.08904	-97.12862	196	Lovelace,Singiser		TX	217		
4708141	Lovell Lake	lovell-lake	US		0	America/Chicago	29.94244	-94.12574	3			TX	245		
4708236	Lowry Crossing	lowry-crossing	US		1780	America/Chicago	33.15484	-96.54721	156	Biggers,Lowry Crossing		TX	085		
4708241	Loya Colonia	loya-colonia	US		0	America/Chicago	26.24146	-98.39418	47	Loya Colonia,Loya Subdivision Colonia		TX	215		
4708243	Loyal Valley	loyal-valley	US		0	America/Chicago	30.57574	-99.00783	463			TX	319		
4708247	Loyola Beach	loyola-beach	US		0	America/Chicago	27.33365	-97.69472	4			TX	273		
4708292	Luckenbach	luckenbach	US		0	America/Chicago	30.17909	-98.75781	476			TX	171		
4708296	Lucky Ridge	lucky-ridge	US		0	America/Chicago	33.03623	-97.66836	265			TX	497		
4708305	Luella	luella	US		581	America/Chicago	33.56955	-96.5511	198			TX	181		
4708313	Luke Wilson	luke-wilson	US		0	America/Chicago	33.71788	-98.55033	308			TX	009		
4708327	Lull	lull	US		0	America/Chicago	26.34229	-98.16445	27			TX	215		
4708333	Lumkins	lumkins	US		0	America/Chicago	32.24376	-96.86444	157			TX	139		
4708335	Lumm	lumm	US		0	America/Chicago	30.27799	-94.89187	35			TX	291		
4708347	Lunar Heights Colonia	lunar-heights-colonia	US		0	America/Chicago	26.17035	-98.07028	29	Lunar Heights Colonia,Lunar Heights Subdivision Colonia		TX	215		
4708393	Luxello	luxello	US		0	America/Chicago	29.60162	-98.31418	231			TX	029		
4708396	Lyday Crossing	lyday-crossing	US		0	America/Chicago	33.46344	-95.87774	142			TX	147		
4708404	Lyford South Colonia	lyford-south-colonia	US		0	America/Chicago	26.39924	-97.79222	10			TX	489		
4708427	Lynchburg Landing	lynchburg-landing	US		0	America/Chicago	29.76578	-95.07799	2			TX	201		
4708458	Lynn Grove	lynn-grove	US		0	America/Chicago	30.28521	-96.03107	86			TX	185		
4708470	Lyons Colonia	lyons-colonia	US		0	America/Chicago	26.0923	-97.96417	22			TX	215		
4708475	Lyra	lyra	US		0	America/Chicago	32.55541	-98.46894	294			TX	363		
4708488	Lytton Springs	lytton-springs	US		0	America/Chicago	30.00466	-97.6125	187			TX	055		
4708509	M K Crossing	m-k-crossing	US		0	America/Chicago	33.0015	-99.39286	387			TX	447		
4708514	M Munoz Colonia	m-munoz-colonia	US		0	America/Chicago	26.40534	-98.9742	55			TX	427		
4708527	M and R Colonia	m-and-r-colonia	US		0	America/Chicago	26.20146	-97.96722	18	M and R Colonia,M and R Subdivision Colonia		TX	215		
4708530	M-S Colonia	m-s-colonia	US		0	America/Chicago	26.2684	-98.34224	55	M and S Subdivision Colonia,M-S Colonia		TX	215		
4708542	Mabelle	mabelle	US		0	America/Chicago	33.67009	-99.13924	393			TX	023		
4708544	Mabry	mabry	US		0	America/Chicago	33.61344	-95.11828	131			TX	387		
4708628	Macey	macey	US		0	America/Chicago	30.94908	-96.26385	97			TX	041		
4708665	Macune	macune	US		0	America/Chicago	31.41602	-94.1602	80			TX	405		
4708682	Madero	madero	US		0	America/Chicago	26.17063	-98.3314	35			TX	215		
4708721	Magasco	magasco	US		0	America/Chicago	31.28074	-93.97519	91			TX	403		
4708730	Magers Crossing	magers-crossing	US		0	America/Chicago	29.57662	-99.72506	413			TX	463		
4708753	Magnolia Beach	magnolia-beach	US		0	America/Chicago	28.56028	-96.54275	3			TX	057		
4708777	Magnolia Gardens	magnolia-gardens	US		0	America/Chicago	29.88661	-95.11271	14			TX	201		
4708781	Magnolia Hills	magnolia-hills	US		0	America/Chicago	30.77826	-94.47687	82			TX	457		
4708788	Magnolia Number 1 Colonia	magnolia-number-1-colonia	US		0	America/Chicago	26.22424	-97.94139	18	Magnolia Number 1 Colonia,Magnolia Unit 1 Colonia		TX	215		
4708789	Magnolia Park	magnolia-park	US		0	America/Chicago	29.73856	-95.29354	9			TX	201		
4708794	Magnolia Road Colonia	magnolia-road-colonia	US		0	America/Chicago	27.86919	-98.62724	173			TX	131		
4708820	Maha	maha	US		0	America/Chicago	30.09049	-97.67639	178			TX	453		
4708822	Mahl	mahl	US		0	America/Chicago	31.73379	-94.67632	150	Mahi,Mahl		TX	347		
4708827	Mahoney	mahoney	US		0	America/Chicago	33.19261	-95.49384	128			TX	223		
4708842	Maier Colonia	maier-colonia	US		0	America/Chicago	26.23035	-98.36029	44	Maier Colonia,Maier Subdivision Colonia		TX	215		
4708866	Majors	majors	US		0	America/Chicago	33.1029	-95.21966	146			TX	159		
4708921	Mambrino	mambrino	US		0	America/Chicago	32.37431	-97.74503	250			TX	221		
4708945	Manda	manda	US		0	America/Chicago	30.40271	-97.46833	168			TX	453		
4708960	Mankins	mankins	US		0	America/Chicago	33.7826	-98.79701	339			TX	009		
4708961	Mankins Mill	mankins-mill	US		0	America/Chicago	32.6529	-99.0584	389			TX	429		
4708966	Mann Crossing	mann-crossing	US		0	America/Chicago	29.30607	-98.66197	174			TX	029		
4709016	Mantu	mantu	US		0	America/Chicago	29.79773	-95.09021	9			TX	201		
4709019	Manuel Garcia Colonia	manuel-garcia-colonia	US		0	America/Chicago	26.3334	-98.70225	47	Manuel Garcia Colonia,Meme Number 1 Colonia		TX	427		
4709020	Manuel Garcia Number 2 Colonia	manuel-garcia-number-2-colonia	US		0	America/Chicago	26.3134	-98.69141	44			TX	427		
4709022	Manuel Medina Addition Colonia	manuel-medina-addition-colonia	US		0	America/Chicago	26.92143	-99.2592	121			TX	505		
4709023	Manuel Munoz Colonia	manuel-munoz-colonia	US		0	America/Chicago	26.40645	-98.98336	57			TX	427		
4709040	Maple Crest Acres	maple-crest-acres	US		0	America/Chicago	30.13521	-93.98129	6			TX	361		
4709061	Marak	marak	US		0	America/Chicago	30.90185	-97.0686	116			TX	331		
4709110	Marco	marco	US		0	America/Chicago	31.14017	-99.58034	562			TX	307		
4709121	Margarita Addition Number 1 Colonia	margarita-addition-number-1-colonia	US		0	America/Chicago	26.41034	-98.97725	56			TX	427		
4709122	Margarita Colonia	margarita-colonia	US		0	America/Chicago	26.41145	-98.97725	56	Margarita Colonia,Margarita Subdivision Colonia		TX	427		
4709138	Mariam	mariam	US		0	America/Chicago	30.2141	-94.75437	21	Mariam,Perryman		TX	291		
4709145	Marilee	marilee	US		0	America/Chicago	33.40372	-96.76138	211			TX	085		
4709159	Mario Olga Colonia	mario-olga-colonia	US		0	America/Chicago	27.60725	-98.41529	118			TX	131		
4709178	Marjorie	marjorie	US		0	America/Chicago	30.63131	-97.08416	140			TX	331		
4709196	Markley	markley	US		0	America/Chicago	33.35844	-98.44811	340			TX	503		
4709197	Markout	markout	US		0	America/Chicago	32.7068	-96.49249	142			TX	257		
4709208	Marla Colonia	marla-colonia	US		0	America/Chicago	26.23424	-98.38724	45	Marla Colonia,Marla Subdivision Colonia		TX	215		
4709232	Marly	marly	US		0	America/Chicago	29.87162	-97.03332	105			TX	149		
4709278	Marshall Creek	marshall-creek	US		504	America/Chicago	33.01679	-97.20863	186			TX	121		
4709289	Marshall Ford	marshall-ford	US		0	America/Chicago	30.39187	-97.88862	238			TX	453		
4709311	Marshall Springs	marshall-springs	US		0	America/Chicago	33.22206	-95.08077	121			TX	449		
4709319	Marshy Springs	marshy-springs	US		0	America/Chicago	31.52378	-96.10136	120			TX	161		
4709401	Martin Springs	martin-springs	US		0	America/Chicago	33.08678	-95.56495	166			TX	223		
4709418	Martinez Addition Colonia	martinez-addition-colonia	US		0	America/Chicago	27.74225	-98.09528	66	Martinez Addition Colonia,Rancho Alegre Colonia		TX	249		
4709437	Martins Mill	martins-mill	US		0	America/Chicago	32.41625	-95.79024	159	Martin's Mill,Martins Mill,Martins Mills		TX	467		
4709444	Marvels	marvels	US		0	America/Chicago	30.43493	-94.76687	24			TX	291		
4709464	Mary K Acres Colonia	mary-k-acres-colonia	US		0	America/Chicago	26.25924	-98.38918	50			TX	215		
4709489	Maryetta	maryetta	US		0	America/Chicago	33.29845	-98.07504	279			TX	237		
4709504	Marystown	marystown	US		0	America/Chicago	32.45986	-97.32002	247			TX	251		
4709522	Mason Crossing	mason-crossing	US		0	America/Chicago	31.20545	-97.71557	193			TX	099		
4709525	Mason Lake Estates	mason-lake-estates	US		0	America/Chicago	30.38771	-94.80437	18			TX	291		
4709549	Massa	massa	US		0	America/Chicago	31.27158	-94.12853	57			TX	405		
4709554	Massey Lake	massey-lake	US		0	America/Chicago	31.81211	-95.8683	88			TX	001		
4709572	Mata Colonia	mata-colonia	US		0	America/Chicago	26.1973	-98.27224	32	Mata Colonia,Mata Subdivision Colonia		TX	215		
4709573	Mata Colonia Number 2	mata-colonia-number-2	US		0	America/Chicago	26.22146	-98.4053	39	Mata Colonia Number 2,Mata Subdivision Number 2 Colonia		TX	215		
4709627	Matinburg	matinburg	US		0	America/Chicago	32.90235	-95.04466	118			TX	063		
4709630	Matt Colonia	matt-colonia	US		0	America/Chicago	26.24841	-97.97528	20	Matt Colonia,Matt Subdivision Colonia		TX	215		
4709643	Mattox	mattox	US		0	America/Chicago	30.99992	-93.77351	94			TX	351		
4709646	Mattson	mattson	US		0	America/Chicago	33.25205	-99.59786	448			TX	207		
4709655	Maudlowe	maudlowe	US		0	America/Chicago	28.42667	-96.89082	10	Maud Low,Maudlow,Maudlowe		TX	391		
4709685	Max Colonia	max-colonia	US		0	America/Chicago	26.3334	-98.19334	29	Max Colonia,Max Subdivision Colonia		TX	215		
4709692	Maxdale	maxdale	US		0	America/Chicago	30.9899	-97.83557	228			TX	027		
4709694	Maxey	maxey	US		0	America/Chicago	33.70344	-95.75135	174			TX	277		
4709697	Maxey Town	maxey-town	US		0	America/Chicago	31.44352	-94.12269	99			TX	405		
4709707	Maxwell Crossing	maxwell-crossing	US		0	America/Chicago	32.62097	-97.93726	221			TX	367		
4709724	Mayd	mayd	US		0	America/Chicago	33.64261	-96.8225	210			TX	181		
4709735	Mayes Addition Colonia	mayes-addition-colonia	US		0	America/Chicago	27.73642	-98.08917	65	Mayes Addition Colonia,Rancho Alegre Colonia		TX	249		
4709740	Mayfair	mayfair	US		0	America/Chicago	29.68773	-95.31966	11			TX	201		
4709782	Maysfield	maysfield	US		0	America/Chicago	30.89713	-96.85109	109			TX	331		
4709784	Mays Crossing	mays-crossing	US		0	America/Chicago	28.94636	-98.06389	91			TX	255		
4709887	McClanahan	mcclanahan	US		0	America/Chicago	31.35712	-96.8286	125			TX	145		
4709890	McClelland	mcclelland	US		0	America/Chicago	31.66351	-94.07797	110			TX	419		
4709909	McColl Estates Colonia	mccoll-estates-colonia	US		0	America/Chicago	26.31924	-98.19223	29	Mc Coll Subdivision Colonia,McColl Estates Colonia		TX	215		
4709936	McCoy	mccoy	US		0	America/Chicago	28.86053	-98.34779	92			TX	013		
4709938	McCoy	mccoy	US		0	America/Chicago	32.82374	-96.10747	164	McCoy,McRoy		TX	257		
4709939	McCoy	mccoy	US		0	America/Chicago	33.57678	-95.12578	118			TX	387		
4709941	McCook	mccook	US		0	America/Chicago	26.48368	-98.39085	93			TX	215		
4709974	McCroskey	mccroskey	US		0	America/Chicago	29.09942	-95.95968	20			TX	231		
4709988	McDade	mcdade	US		685	America/Chicago	30.28382	-97.23777	168			TX	021		
4709992	McDaniel Addition Colonia	mcdaniel-addition-colonia	US		0	America/Chicago	26.29229	-97.97222	18			TX	215		
4709996	McDaniel Colonia	mcdaniel-colonia	US		0	America/Chicago	26.18924	-98.18834	35	McDaniel Colonia,McDaniel Subdivision Colonia		TX	215		
4710044	McElroy	mcelroy	US		0	America/Chicago	31.19963	-93.99519	59			TX	403		
4710055	McFadden	mcfadden	US		0	America/Chicago	30.01549	-94.03101	6			TX	245		
4710104	McGirk	mcgirk	US		0	America/Chicago	31.51794	-98.33143	426			TX	193		
4710143	McHattie	mchattie	US		0	America/Chicago	29.54163	-95.84634	32			TX	157		
4710162	McKeichan Crossing	mckeichan-crossing	US		0	America/Chicago	33.01511	-99.25008	371			TX	447		
4710177	McKinleyville (historical)	mckinleyville-historical	US		0	America/Chicago	31.46157	-95.09772	76			TX	225		
4710205	McKnight	mcknight	US		0	America/Chicago	32.00433	-94.90577	117			TX	401		
4710224	McLendon	mclendon	US		0	America/Chicago	32.84624	-96.38998	153	McLendon,McLendon-Chisholm		TX	397		
4710227	McLendon-Chisholm	mclendon-chisholm	US		2210	America/Chicago	32.84235	-96.38054	154	Chisholm,McLendon,McLendon-Chisholm		TX	397		
4710237	McMahan	mcmahan	US		0	America/Chicago	29.85272	-97.51944	135			TX	055		
4710244	McMasters Colonia	mcmasters-colonia	US		0	America/Chicago	27.74225	-98.09917	67	McMasters Colonia,Rancho Alegre Colonia		TX	249		
4710248	McMillan	mcmillan	US		0	America/Chicago	31.31961	-98.65199	368			TX	411		
4710273	McNair	mcnair	US		0	America/Chicago	29.80411	-95.0216	10			TX	201		
4710276	McNair Village	mcnair-village	US		0	America/Chicago	31.13406	-97.75919	275			TX	027		
4710293	McNeil	mcneil	US		0	America/Chicago	29.70828	-97.58444	118			TX	055		
4710294	McNeil	mcneil	US		0	America/Chicago	30.45298	-97.72056	253			TX	453		
4710309	McNorton	mcnorton	US		0	America/Chicago	27.81197	-97.53916	16			TX	355		
4710317	McQueeney	mcqueeney	US		2545	America/Chicago	29.59217	-98.03334	167			TX	187		
4710362	Meador Grove	meador-grove	US		0	America/Chicago	31.28545	-97.45696	218			TX	027		
4710367	Meadow Creek Country Club Colonia	meadow-creek-country-club-colonia	US		0	America/Chicago	26.1923	-98.35224	32			TX	215		
4710373	Meadow Lands Colonia	meadow-lands-colonia	US		0	America/Chicago	26.3634	-98.1164	26			TX	215		
4710380	Meadow Ridge Colonia	meadow-ridge-colonia	US		0	America/Chicago	27.72031	-98.03139	51			TX	249		
4710414	Meadowlakes	meadowlakes	US		1872	America/Chicago	30.56245	-98.29867	245			TX	053		
4710433	Meadows Place	meadows-place	US		4759	America/Chicago	29.65134	-95.588	26	Meadows,Meadows Place		TX	157		
4710480	Medicine Mound	medicine-mound	US		0	America/Chicago	34.18786	-99.59453	454			TX	197		
4710483	Medill	medill	US		0	America/Chicago	33.79316	-95.40857	147			TX	277		
4710531	Meeks	meeks	US		0	America/Chicago	30.99213	-97.11722	140			TX	027		
4710561	Meldrum	meldrum	US		0	America/Chicago	31.92156	-94.33492	88			TX	419		
4710562	Melendy	melendy	US		0	America/Chicago	29.8805	-95.57105	32			TX	201		
4710569	Melody Hills	melody-hills	US		0	America/Chicago	32.83041	-97.30946	189			TX	439		
4710572	Melon	melon	US		0	America/Chicago	28.84136	-99.11392	182			TX	163		
4710696	Mena (historical)	mena-historical	US		0	America/Chicago	33.58344	-94.91688	118			TX	387		
4710712	Mendiates	mendiates	US		0	America/Chicago	27.98224	-98.24973	115			TX	131		
4710716	Mendoza	mendoza	US		0	America/Chicago	30.00494	-97.68611	187			TX	055		
4710727	Menlow	menlow	US		0	America/Chicago	31.8696	-97.16056	183			TX	217		
4710729	Mentz	mentz	US		0	America/Chicago	29.75023	-96.43691	87			TX	089		
4710794	Merito	merito	US		0	America/Chicago	26.25674	-98.22085	35			TX	215		
4710799	Merle	merle	US		0	America/Chicago	30.44937	-96.46247	77			TX	051		
4710806	Merrill Colonia	merrill-colonia	US		0	America/Chicago	26.3334	-98.12584	25	Merrill Colonia,Merrill Subdivision		TX	215		
4710808	Merrelltown	merrelltown	US		0	America/Chicago	30.45465	-97.69501	258			TX	453		
4710810	Merriman (historical)	merriman-historical	US		0	America/Chicago	32.42291	-98.69811	437			TX	133		
4710828	Mesquite Acres Colonia	mesquite-acres-colonia	US		0	America/Chicago	26.23341	-97.95722	17			TX	215		
4710857	Mesquite Number 1 Colonia	mesquite-number-1-colonia	US		0	America/Chicago	26.4034	-98.98225	56			TX	427		
4710858	Mesquite Number 2 Colonia	mesquite-number-2-colonia	US		0	America/Chicago	26.4034	-98.98031	56			TX	427		
4710859	Mesquite Number 3 Colonia	mesquite-number-3-colonia	US		0	America/Chicago	26.4034	-98.9842	57			TX	427		
4710860	Mesquite Number 4 Colonia	mesquite-number-4-colonia	US		0	America/Chicago	26.40423	-98.98531	57			TX	427		
4710895	Metcalf Gap	metcalf-gap	US		0	America/Chicago	32.70985	-98.44144	362			TX	363		
4710962	Mewshaw	mewshaw	US		0	America/Chicago	31.78045	-95.35939	115			TX	073		
4711006	Meyerland	meyerland	US		0	America/Chicago	29.68495	-95.46744	15			TX	201		
4711016	Mi Tierra Colonia	mi-tierra-colonia	US		0	America/Chicago	27.7753	-98.2364	101			TX	131		
4711017	Mi Tierra Colonia	mi-tierra-colonia	US		0	America/Chicago	27.99724	-97.97917	61			TX	249		
4711040	Mid-Valley Estates Colonia	mid-valley-estates-colonia	US		0	America/Chicago	26.2023	-97.98528	21			TX	215		
4711042	Midcity	midcity	US		0	America/Chicago	33.84233	-95.5144	157	Midcity,Trout,Trout Spur		TX	277		
4711072	Middle Crossing	middle-crossing	US		0	America/Chicago	31.21489	-97.79419	204			TX	099		
4711155	Midline	midline	US		0	America/Chicago	30.25799	-95.14521	39			TX	339		
4711200	Midway Colonia	midway-colonia	US		0	America/Chicago	26.37729	-98.88142	53	Midway Colonia,Midway Subdivision Colonia		TX	427		
4711201	Midway Crossing	midway-crossing	US		0	America/Chicago	33.96287	-99.21119	344			TX	487		
4711212	Midway North	midway-north	US		4752	America/Chicago	26.18776	-98.01708	24	Midway North		TX	215		
4711221	Midway South	midway-south	US		2239	America/Chicago	26.15694	-98.02011	24	Midway South		TX	215		
4711225	Midway Village Colonia	midway-village-colonia	US		0	America/Chicago	26.1573	-98.02139	24	Midway Village Colonia,Midway Village Subdivision Colonia		TX	215		
4711228	Midyett	midyett	US		0	America/Chicago	32.23516	-94.16769	96	Breckenridge Springs,Grover,Midyett		TX	365		
4711233	Miguel Barrera Colonia	miguel-barrera-colonia	US		0	America/Chicago	26.41229	-98.92142	73			TX	427		
4711237	Miguel Garza Colonia	miguel-garza-colonia	US		0	America/Chicago	26.55422	-99.13337	100			TX	427		
4711245	Mikes Colonia	mikes-colonia	US		0	America/Chicago	26.31535	-98.63336	64			TX	427		
4711246	Mikeska	mikeska	US		0	America/Chicago	28.28584	-98.04945	48			TX	297		
4711253	Mila Doce	mila-doce	US		6222	America/Chicago	26.22618	-97.95889	18			TX	215		
4711254	Milagro Estates Colonia	milagro-estates-colonia	US		0	America/Chicago	26.17424	-98.1364	31			TX	215		
4711297	Mile 10 North at Mile 5 West Colonia	mile-10-north-at-mile-5-west-colonia	US		0	America/Chicago	26.20035	-97.99417	20	HCRP Number 6 Colonia,Mile 10 North at Mile 5 West Colonia		TX	215		
4711317	Military Crossing	military-crossing	US		0	America/Chicago	31.44738	-99.28172	396			TX	307		
4711437	Mill Town	mill-town	US		0	America/Chicago	30.9588	-95.37383	74			TX	455		
4711481	Miller Grove	miller-grove	US		0	America/Chicago	33.02428	-95.80274	161	Miller Grove,Millergrove		TX	223		
4711510	Miller Resub Lot A Colonia	miller-resub-lot-a-colonia	US		0	America/Chicago	26.19035	-98.13529	31	Miller Resub Lot A Colonia,Miller Resubdivision Lot A Colonia		TX	215		
4711528	Millers Cove	millers-cove	US		149	America/Chicago	33.15623	-95.11438	135	Miller's Cove,Millers Cove		TX	449		
4711540	Millett	millett	US		0	America/Chicago	28.58193	-99.1992	147			TX	283		
4711582	Millsville	millsville	US		0	America/Chicago	27.9128	-97.18555	5			TX	409		
4711599	Milvid	milvid	US		0	America/Chicago	30.45854	-94.79659	26			TX	291		
4711601	Milyca Colonia	milyca-colonia	US		0	America/Chicago	26.31146	-98.19223	29	Milyca Colonia,Milyca Subdivision Colonia		TX	215		
4711607	Mims Chapel	mims-chapel	US		0	America/Chicago	32.84347	-94.63076	97			TX	315		
4711618	Minchin	minchin	US		0	America/Chicago	33.17929	-97.15362	190			TX	121		
4711636	Minera	minera	US		0	America/Chicago	27.72223	-99.7581	141			TX	479		
4711642	Mineral Heights	mineral-heights	US		0	America/Chicago	33.11012	-96.11608	169			TX	231		
4711645	Mineral Springs (historical)	mineral-springs-historical	US		0	America/Chicago	29.77523	-97.67972	137			TX	055		
4711661	Mings Chapel	mings-chapel	US		0	America/Chicago	32.64403	-94.95716	125			TX	459		
4711675	Minnesota Road-I Road Colonia	minnesota-road-i-road-colonia	US		0	America/Chicago	26.23924	-98.1564	32	Minnesota Road-I Road Colonia,Minnesota Road/I Road Colonia		TX	215		
4711678	Minnie Fenton Colonia	minnie-fenton-colonia	US		0	America/Chicago	26.33424	-98.13334	26	Fenton Colonia,Minnie Fenton Colonia,Minnie Fenton Subdivision Colonia		TX	215		
4711693	Minters Chapel	minters-chapel	US		0	America/Chicago	32.88568	-97.06056	171	Minters Chapel,Minters Church,Muriel		TX	439		
4711698	Minnetex	minnetex	US		0	America/Chicago	29.61662	-95.35522	16			TX	201		
4711713	Mirando City Addition Colonia	mirando-city-addition-colonia	US		0	America/Chicago	27.43725	-99.00141	241			TX	479		
4711718	Mirasoles Colonia	mirasoles-colonia	US		0	America/Chicago	26.4084	-98.99031	57			TX	427		
4711720	Mireles Colonia	mireles-colonia	US		0	America/Chicago	26.4134	-98.9792	56			TX	427		
4711729	Mission Bend	mission-bend	US		36501	America/Chicago	29.69384	-95.66495	29			TX	157		
4711785	Mission Valley	mission-valley	US		0	America/Chicago	28.89915	-97.19416	65			TX	469		
4711791	Mission West Estates Colonia	mission-west-estates-colonia	US		0	America/Chicago	26.23729	-98.37835	43			TX	215		
4711832	Mitchell Colonia	mitchell-colonia	US		0	America/Chicago	26.3934	-98.81836	63			TX	427		
4711867	Mitchell Crossing	mitchell-crossing	US		0	America/Chicago	31.41572	-99.33117	402			TX	307		
4711869	Mixon	mixon	US		0	America/Chicago	32.08877	-95.21023	124			TX	073		
4711884	Mobile City	mobile-city	US		192	America/Chicago	32.92262	-96.4111	181			TX	397		
4711917	Moffitt	moffitt	US		0	America/Chicago	31.39824	-94.64326	82	Moffett,Moffitt		TX	005		
4711939	Monaville	monaville	US		0	America/Chicago	29.95078	-96.03885	54			TX	473		
4711947	Monica	monica	US		0	America/Chicago	25.96425	-97.24609	7			TX	061		
4711948	Monica Acres Colonia	monica-acres-colonia	US		0	America/Chicago	26.26646	-98.31529	49			TX	215		
4711959	Monkstown	monkstown	US		0	America/Chicago	33.79093	-95.92831	151			TX	147		
4711966	Mont	mont	US		0	America/Chicago	29.38219	-97.00526	70			TX	285		
4711981	Montague Village	montague-village	US		0	America/Chicago	31.11656	-97.8328	299			TX	099		
4711984	Montalvo Hills Colonia	montalvo-hills-colonia	US		0	America/Chicago	26.3334	-98.70919	63	Montalvo Hills Colonia,Montalvo HillsSubdivision Colonia		TX	427		
4711990	Monte Alban Colonia	monte-alban-colonia	US		0	America/Chicago	26.29229	-98.24918	37	Monte Alban Colonia,Monte Alban Subdivision Colonia		TX	215		
4711991	Monte Alto	monte-alto	US		1924	America/Chicago	26.37312	-97.97167	16			TX	215		
4711998	Monte Christo	monte-christo	US		0	America/Chicago	26.38257	-98.29696	55			TX	215		
4712544	Mossy Grove	mossy-grove	US		0	America/Chicago	30.85214	-95.75134	63			TX	471		
4712001	Monte Cristo Acres Colonia	monte-cristo-acres-colonia	US		0	America/Chicago	26.35424	-98.21335	30	Monte Cristo Acres Colonia,Monte Cristo Acres Subdivision Colonia		TX	215		
4712003	Monte Cristo Heights Colonia	monte-cristo-heights-colonia	US		0	America/Chicago	26.3884	-98.14918	25			TX	215		
4712004	Monte Cristo Hills Colonia	monte-cristo-hills-colonia	US		0	America/Chicago	26.31924	-98.03334	24	Monte Cristo Hills Colonia,Monte Cristo Hills Subdivision Colonia		TX	215		
4712005	Monte Grande	monte-grande	US		0	America/Chicago	26.26868	-97.51915	3	Anaquitas,Monte Grande		TX	061		
4712013	Montemayor Subivision Colonia	montemayor-subivision-colonia	US		0	America/Chicago	26.3384	-98.12418	25			TX	215		
4712014	Monteola	monteola	US		0	America/Chicago	28.69776	-97.91584	149			TX	025		
4712066	Monthalia	monthalia	US		0	America/Chicago	29.46885	-97.60861	119			TX	177		
4712075	Montopolis	montopolis	US		0	America/Chicago	30.24327	-97.69056	143			TX	453		
4712133	Mooney Lane Colonia	mooney-lane-colonia	US		0	America/Chicago	27.89141	-97.18527	5	Ingleside Colonia,Mooney Lane Colonia		TX	409		
4712140	Moonshine Hill	moonshine-hill	US		0	America/Chicago	30.003	-95.23632	21			TX	201		
4712175	Moore Grove	moore-grove	US		0	America/Chicago	30.57409	-95.54161	92			TX	471		
4712177	Moore Hill	moore-hill	US		0	America/Chicago	30.69047	-95.03216	45			TX	373		
4712212	Moore Road Colonia	moore-road-colonia	US		0	America/Chicago	26.1723	-98.18223	28			TX	215		
4712213	Moore Road Colonia	moore-road-colonia	US		0	America/Chicago	26.16424	-98.12918	30	Moore Road Colonia,Moore Road Subdivision Colonia		TX	215		
4712219	Moore Settlement	moore-settlement	US		0	America/Chicago	30.04466	-94.64186	19			TX	291		
4712222	Moore Station	moore-station	US		199	America/Chicago	32.18182	-95.5669	128	Moore Station,Moores Station		TX	213		
4712224	Moorefield Acres Colonia	moorefield-acres-colonia	US		0	America/Chicago	26.31924	-98.34029	53			TX	215		
4712225	Moorefield Grove Estates Colonia	moorefield-grove-estates-colonia	US		0	America/Chicago	26.29035	-98.34529	53			TX	215		
4712235	Moores Crossing	moores-crossing	US		0	America/Chicago	30.16882	-97.66389	135			TX	453		
4712242	Mooring	mooring	US		0	America/Chicago	30.68964	-96.55552	78	Davises,Mooring		TX	041		
4712251	Morales	morales	US		0	America/Chicago	29.12748	-96.76248	37			TX	239		
4712252	Morales - Sanchez Colonia	morales-sanchez-colonia	US		0	America/Chicago	26.78143	-99.12226	118			TX	505		
4712274	Moreno Colonia	moreno-colonia	US		0	America/Chicago	26.25646	-98.33418	52			TX	215		
4712278	Moreno Colonia	moreno-colonia	US		0	America/Chicago	26.40145	-98.9992	59			TX	427		
4712283	Morgan Bluff	morgan-bluff	US		0	America/Chicago	30.2091	-93.721	1			TX	361		
4712290	Morey	morey	US		0	America/Chicago	29.88133	-94.28269	5			TX	245		
4712295	Morgan Farm Colonia	morgan-farm-colonia	US		463	America/Chicago	28.01918	-97.54833	15	Morgan Farm		TX	409		
4712303	Morgan Lane Colonia	morgan-lane-colonia	US		0	America/Chicago	27.88725	-97.18638	3	Ingleside Colonia,Morgan Lane Colonia		TX	409		
4712313	Morgan's Lakefront Lodge Colonia	morgan-s-lakefront-lodge-colonia	US		0	America/Chicago	26.88421	-99.2742	97			TX	505		
4712317	Morgans Point	morgans-point	US		339	America/Chicago	29.67939	-94.98993	6	Morgan Point,Morgan's Point,Morgans Point		TX	201		
4712319	Morgans Point Resort	morgans-point-resort	US		4170	America/Chicago	31.14823	-97.46334	209	Morgan's Point Resort,Morgans Point Resort		TX	027		
4712323	Morida Colonia	morida-colonia	US		0	America/Chicago	26.4134	-98.97725	56			TX	427		
4712362	Morningside Estates Colonia	morningside-estates-colonia	US		0	America/Chicago	26.26146	-98.1214	29			TX	215		
4712365	Morningside Mobile Home Park Colonia	morningside-mobile-home-park-colonia	US		0	America/Chicago	26.1923	-98.13723	31			TX	215		
4712370	Morningsun Colonia	morningsun-colonia	US		0	America/Chicago	26.20924	-98.13334	31	Morningsun Colonia,Morningsun Subdivision Colonia		TX	215		
4712373	Mormon Grove (historical)	mormon-grove-historical	US		0	America/Chicago	33.56177	-96.69888	272	Mormon Grove (historical),Mormongrove		TX	181		
4712407	Morris Ranch	morris-ranch	US		0	America/Chicago	30.21715	-99.01226	531			TX	171		
4712419	Morris Grove	morris-grove	US		0	America/Chicago	33.03706	-95.31439	140			TX	223		
4712423	Morrison Falls	morrison-falls	US		0	America/Chicago	29.5644	-98.02028	159			TX	187		
4712466	Morton Valley	morton-valley	US		0	America/Chicago	32.47124	-98.81673	487			TX	133		
4712501	Moss Bluff	moss-bluff	US		0	America/Chicago	29.93744	-94.76325	5			TX	291		
4712520	Moss Hill	moss-hill	US		0	America/Chicago	30.24743	-94.74159	29			TX	291		
4712549	Mostyn	mostyn	US		0	America/Chicago	30.22827	-95.69022	77			TX	339		
4712600	Mound Prairie	mound-prairie	US		0	America/Chicago	31.86989	-95.56829	129			TX	001		
4712716	Mount Evergreen	mount-evergreen	US		0	America/Chicago	30.15188	-94.1749	8			TX	245		
4712717	Mount Gainor	mount-gainor	US		0	America/Chicago	30.14382	-98.13501	350			TX	209		
4712737	Mount Herman	mount-herman	US		0	America/Chicago	31.69823	-94.30159	131			TX	419		
4712766	Mount Joy Crossing	mount-joy-crossing	US		0	America/Chicago	33.48372	-95.61662	124			TX	119		
4712775	Mount Lucas	mount-lucas	US		0	America/Chicago	28.18695	-97.94639	45			TX	297		
4712783	Mount Mitchell	mount-mitchell	US		0	America/Chicago	33.12207	-94.80438	111			TX	343		
4712810	Mount Morian	mount-morian	US		0	America/Chicago	30.7263	-95.49161	97			TX	471		
4712998	Mount Selman	mount-selman	US		0	America/Chicago	32.06822	-95.28412	212			TX	073		
4713020	Mount Sylvan	mount-sylvan	US		0	America/Chicago	32.45737	-95.46885	164			TX	423		
4713055	Mount Wesley	mount-wesley	US		0	America/Chicago	30.07465	-99.15949	584			TX	265		
4713196	Mountain Heaven	mountain-heaven	US		0	America/Chicago	31.95933	-95.3319	203			TX	073		
4713201	Mountain Peak	mountain-peak	US		0	America/Chicago	32.41264	-97.0175	232			TX	139		
4713202	Mountain Springs	mountain-springs	US		0	America/Chicago	33.48039	-97.0439	217			TX	097		
4713224	Mountain View Estates	mountain-view-estates	US		0	America/Chicago	31.00518	-97.7628	269			TX	027		
4713229	Moursund	moursund	US		0	America/Chicago	28.88637	-97.05777	37			TX	469		
4713244	Mozo	mozo	US		0	America/Chicago	30.69158	-97.525	216			TX	491		
4713342	Mudville	mudville	US		0	America/Chicago	30.68048	-96.55108	76			TX	041		
4713344	Muehlsville	muehlsville	US		0	America/Chicago	29.54995	-98.04334	185			TX	187		
4713350	Muellersville	muellersville	US		0	America/Chicago	30.09522	-96.42469	90			TX	477		
4713370	Muil	muil	US		0	America/Chicago	27.76058	-98.21695	90			TX	249		
4713398	Mulberry Springs	mulberry-springs	US		0	America/Chicago	32.59959	-94.60632	93			TX	203		
4713440	Mullins Prairie	mullins-prairie	US		0	America/Chicago	29.85078	-96.81109	72			TX	149		
4713474	Muniz	muniz	US		1370	America/Chicago	26.25646	-98.08945	27			TX	215		
4713475	Muniz Colonia	muniz-colonia	US		0	America/Chicago	26.25229	-98.08417	26	Muniz Colonia,Muniz Subdivision Colonia		TX	215		
4713477	Munoz Colonia	munoz-colonia	US		0	America/Chicago	26.40729	-98.98642	57			TX	427		
4713479	Munoz Estates Colonia	munoz-estates-colonia	US		0	America/Chicago	26.26646	-98.38141	55			TX	215		
4713482	Munoz-Garcia Colonia	munoz-garcia-colonia	US		0	America/Chicago	26.40645	-98.9892	57			TX	427		
4713506	Murillo Colonia	murillo-colonia	US		7344	America/Chicago	26.25646	-98.11334	29	Murillo Colonia,Murillo Subdivision Colonia,Nurillo		TX	215		
4713560	Musgrove	musgrove	US		0	America/Chicago	32.9554	-95.22772	133	Chalybeate,Chalybeate Springs,Musgrove		TX	499		
4713585	Mustang Beach	mustang-beach	US		0	America/Chicago	27.80364	-97.09082	1			TX	355		
4713653	Mustang Ridge	mustang-ridge	US		969	America/Chicago	30.05688	-97.69111	190			TX	453		
4713677	Mykawa	mykawa	US		0	America/Chicago	29.62079	-95.30466	15			TX	201		
4713699	Myrtle Springs	myrtle-springs	US		828	America/Chicago	32.60986	-95.93024	153			TX	467		
4713727	Naaman	naaman	US		0	America/Chicago	32.95373	-96.62722	150			TX	113		
4713760	Nameless	nameless	US		0	America/Chicago	30.52464	-97.92696	239	Cross Creek,Fairview,Nameless		TX	453		
4713769	Nancy Colonia	nancy-colonia	US		0	America/Chicago	26.15924	-97.84416	19	Nancy Colonia,Nancy Subdivision Colonia		TX	061		
4713798	Narciso Pena Colonia	narciso-pena-colonia	US		0	America/Chicago	26.30229	-98.64141	65	Narciso Pena Colonia,Pena Brothers Subdivision Colonia		TX	427		
4713813	Nassau Bay	nassau-bay	US		4100	America/Chicago	29.54468	-95.09104	5			TX	201		
4713858	Navarro Mills	navarro-mills	US		0	America/Chicago	31.95793	-96.68221	133			TX	349		
4713874	Nat	nat	US		0	America/Chicago	31.71351	-94.8266	126			TX	347		
4713875	Navidad	navidad	US		0	America/Chicago	29.06554	-96.76915	29			TX	239		
4713893	Navo	navo	US		0	America/Chicago	33.22067	-96.93	180			TX	121		
4713899	Neale	neale	US		0	America/Chicago	31.52295	-97.02416	125			TX	309		
4713915	Necessity	necessity	US		0	America/Chicago	32.64846	-98.77506	434	Cottonplant,Necessity		TX	429		
4713916	Nechanitz	nechanitz	US		0	America/Chicago	30.04578	-96.82692	129			TX	149		
4713997	Negros Liberty Settlement	negros-liberty-settlement	US		0	America/Chicago	30.01272	-94.78492	4			TX	291		
4714000	Nelle Estates Colonia	nelle-estates-colonia	US		0	America/Chicago	26.28229	-98.1214	28			TX	215		
4714002	Nelleva	nelleva	US		0	America/Chicago	30.45465	-96.18635	82			TX	041		
4714011	Nelson City	nelson-city	US		0	America/Chicago	29.87744	-98.79531	483			TX	259		
4714013	Nell	nell	US		0	America/Chicago	28.71109	-98.07167	91			TX	297		
4714029	Nelta	nelta	US		0	America/Chicago	33.30233	-95.47662	146			TX	223		
4714031	Nena	nena	US		0	America/Chicago	32.32709	-96.85583	190			TX	139		
4714033	Neri	neri	US		0	America/Chicago	32.36375	-97.77503	269			TX	221		
4714035	Nesbitt	nesbitt	US		281	America/Chicago	32.59376	-94.45409	109			TX	203		
4714036	Nesbitt	nesbitt	US		313	America/Chicago	31.09824	-96.59692	134	Nesbit,Nesbitt		TX	395		
4714058	Neuville	neuville	US		0	America/Chicago	31.67823	-94.14242	98			TX	419		
4714106	New Bielau	new-bielau	US		0	America/Chicago	29.6344	-96.77331	111			TX	089		
4714120	New Birthright	new-birthright	US		0	America/Chicago	33.27233	-95.5844	156			TX	223		
4714121	New Blox	new-blox	US		0	America/Chicago	30.98214	-93.98658	95			TX	241		
4714144	New Camp Ruby	new-camp-ruby	US		0	America/Chicago	30.7052	-94.74382	104			TX	373		
4713681	Myra	myra	US	25544	0	America/Chicago	33.624	-97.31446	285			TX	097		
4714155	New Chapel Hill	new-chapel-hill	US		616	America/Chicago	32.30515	-95.173	131			TX	423		
4714163	New Clarkson	new-clarkson	US		0	America/Chicago	31.00602	-96.90554	120			TX	331		
4714164	New Colony	new-colony	US		0	America/Chicago	30.96213	-97.16305	131			TX	027		
4714165	New Colony	new-colony	US		0	America/Chicago	33.04791	-94.29908	92			TX	067		
4714171	New Corn Hill	new-corn-hill	US		0	America/Chicago	30.76963	-97.58751	264			TX	491		
4714210	New Falcon Colonia	new-falcon-colonia	US		0	America/Chicago	26.63922	-99.09642	125	Falcon Colonia,New Falcon Colonia		TX	505		
4714214	New Fountain	new-fountain	US		0	America/Chicago	29.38662	-99.06003	260			TX	325		
4714240	New Harp	new-harp	US		0	America/Chicago	33.45261	-97.57281	287	New Harp,Newharp		TX	337		
4714259	New Hope (historical)	new-hope-historical	US		603	America/Chicago	33.23456	-96.98862	193	Cross Roads,New Hope (historical)		TX	121		
4714415	New Katy	new-katy	US		0	America/Chicago	30.34715	-97.525	160			TX	453		
4714483	New Mesquite	new-mesquite	US		0	America/Chicago	33.11678	-96.4336	159			TX	085		
4714504	New Mountain	new-mountain	US		0	America/Chicago	32.82874	-94.81049	125			TX	459		
4714508	New Palm Colonia	new-palm-colonia	US		0	America/Chicago	26.18035	-98.10917	29	New Palm Colonia,New Palm Subdivision Colonia		TX	215		
4714519	New Prospect	new-prospect	US		0	America/Chicago	32.20155	-94.73466	143			TX	401		
4714537	New Davy	new-davy	US		0	America/Chicago	29.05581	-97.61277	122			TX	123		
4714574	New Taiton	new-taiton	US		0	America/Chicago	29.30941	-96.34163	41			TX	481		
4714582	New Territory	new-territory	US		15186	America/Chicago	29.59412	-95.68078	23			TX	157		
4714602	New Washington (historical)	new-washington-historical	US		0	America/Chicago	29.76217	-95.09188	2			TX	201		
4714606	New Wehdem	new-wehdem	US		0	America/Chicago	30.07244	-96.34608	115	New Wehdem,Wehdem		TX	015		
4714616	New Willard	new-willard	US		0	America/Chicago	30.79686	-94.89299	72			TX	373		
4714661	Newark Beach	newark-beach	US		0	America/Chicago	32.99457	-97.50947	202			TX	497		
4714668	Newby	newby	US		0	America/Chicago	31.36018	-96.1783	137			TX	289		
4714682	Newgulf	newgulf	US		0	America/Chicago	29.25525	-95.89995	21			TX	481		
4714684	Newgulf Junction	newgulf-junction	US		0	America/Chicago	29.23414	-95.91968	22			TX	481		
4714686	Newkirk Colonia	newkirk-colonia	US		0	America/Chicago	26.29646	-98.25724	39	Newkirk Colonia,Newkirk Subdivision Colonia		TX	215		
4714707	Newsome	newsome	US		0	America/Chicago	32.97735	-95.13883	140			TX	063		
4714712	Newt	newt	US		0	America/Chicago	33.83871	-95.89886	145	Gossville,Neut,Newt		TX	147		
4714744	Neylandville	neylandville	US		100	America/Chicago	33.19956	-96.0033	163			TX	231		
4714749	Nicholas	nicholas	US		0	America/Chicago	30.78242	-96.59469	81			TX	395		
4714753	Niblock	niblock	US		0	America/Chicago	31.14128	-99.392	531			TX	307		
4714776	Nick Garza Colonia	nick-garza-colonia	US		0	America/Chicago	26.23341	-98.36835	44	Nick Garza Colonia,Nick Garza Subdivision Colonia		TX	215		
4714779	Nickleberry	nickleberry	US		0	America/Chicago	33.14679	-94.5202	120	Nickelberry,Nickleberry		TX	067		
4714781	Nickel	nickel	US		0	America/Chicago	29.55551	-97.21888	134			TX	177		
4714788	Niederwald	niederwald	US		565	America/Chicago	30.00938	-97.72806	171			TX	055		
4714794	Nigton	nigton	US		0	America/Chicago	31.22157	-94.90771	73			TX	455		
4714799	Nimrod	nimrod	US		141	America/Chicago	32.27236	-99.05257	517			TX	133		
4714800	Nimrod	nimrod	US		0	America/Chicago	30.3141	-95.10577	37			TX	291		
4714801	Nina Colonia	nina-colonia	US		0	America/Chicago	26.28146	-98.58141	61			TX	427		
4714821	Nix	nix	US		0	America/Chicago	31.10795	-98.36698	415			TX	281		
4714846	Noack	noack	US		0	America/Chicago	30.5577	-97.30444	153			TX	491		
4714852	Nobility	nobility	US		0	America/Chicago	33.37594	-96.36637	203			TX	147		
4714863	Nockenut	nockenut	US		0	America/Chicago	29.34635	-97.91167	152			TX	493		
4714878	Nogalus	nogalus	US		0	America/Chicago	31.25546	-95.08827	115	Nogallis,Nogallows,Nogalus		TX	455		
4714898	Nolte	nolte	US		0	America/Chicago	29.57467	-98.03112	161			TX	187		
4714905	Nona	nona	US		0	America/Chicago	30.33354	-94.29185	20			TX	199		
4714911	Noonday	noonday	US		0	America/Chicago	32.55404	-94.58826	102			TX	203		
4714912	Noonday	noonday	US		777	America/Chicago	32.23571	-95.40607	142			TX	423		
4714915	Nopal	nopal	US		0	America/Chicago	29.13164	-97.57777	130			TX	123		
4714936	Noria Willie	noria-willie	US		0	America/Chicago	27.0856	-98.12723	35			TX	047		
4714953	Norias	norias	US		0	America/Chicago	26.79006	-97.77611	6			TX	261		
4714971	Normans Crossing	normans-crossing	US		0	America/Chicago	30.49131	-97.49	175	Norman,Norman Crossing,Norman's Crossing,Normans Crossing		TX	491		
4714981	Norris Tract Number 2 Colonia	norris-tract-number-2-colonia	US		0	America/Chicago	28.03335	-97.89028	48			TX	249		
4714982	Norse	norse	US		0	America/Chicago	31.75599	-97.67252	262	Norse,Norse Grove,Norway		TX	035		
4714989	North Abilene	north-abilene	US		0	America/Chicago	32.54484	-99.76953	506			TX	253		
4714990	North Alamo	north-alamo	US		3235	America/Chicago	26.2173	-98.1289	30			TX	215		
4714993	North Alamo Village Colonia	north-alamo-village-colonia	US		0	America/Chicago	26.20924	-98.09723	28			TX	215		
4714994	North Alfred Colonia	north-alfred-colonia	US		0	America/Chicago	27.8903	-97.97417	51			TX	249		
4715031	North Buena Vista Colonia	north-buena-vista-colonia	US		0	America/Chicago	27.74419	-98.24528	99	North Buena Vista Colonia,Solis Subdivision Colonia		TX	131		
4715036	North Capisallo Colonia	north-capisallo-colonia	US		0	America/Chicago	26.1623	-97.87417	17			TX	215		
4715050	North Cleveland	north-cleveland	US		247	America/Chicago	30.34188	-95.14188	49			TX	291		
4715057	North Country Estates Colonia	north-country-estates-colonia	US		0	America/Chicago	26.26424	-98.31529	50			TX	215		
4715058	North Country Estates Number 2 Colonia	north-country-estates-number-2-colonia	US		0	America/Chicago	26.26535	-98.34835	55			TX	215		
4715072	North Cross Estates Colonia	north-cross-estates-colonia	US		0	America/Chicago	26.2734	-98.29835	47			TX	215		
4715082	North Depot Road Colonia	north-depot-road-colonia	US		0	America/Chicago	26.21841	-98.24224	36			TX	215		
4715095	North Elm	north-elm	US		0	America/Chicago	30.93241	-97.04832	126			TX	331		
4715101	North Escobares	north-escobares	US		118	America/Chicago	26.41451	-98.97781	56			TX	427		
4715102	North Escobares Ranchettes Colonia	north-escobares-ranchettes-colonia	US		0	America/Chicago	26.43228	-98.97225	74			TX	427		
4715172	North Groesbeck	north-groesbeck	US		0	America/Chicago	34.41813	-99.84176	469			TX	197		
4715189	North Hilltop Addition Colonia	north-hilltop-addition-colonia	US		0	America/Chicago	27.74919	-98.06639	61			TX	249		
4715190	North Hopkins	north-hopkins	US		0	America/Chicago	33.27067	-95.61829	156			TX	223		
4715198	North Jericho	north-jericho	US		0	America/Chicago	31.86073	-94.15853	99			TX	419		
4715204	North La Feria Village Colonia	north-la-feria-village-colonia	US		0	America/Chicago	26.1573	-97.83527	17			TX	061		
4715217	North Lakeshore Gardens Colonia	north-lakeshore-gardens-colonia	US		0	America/Chicago	28.1314	-97.87639	28	Hidden Acres Colonia,North Lakeshore Gardens Colonia		TX	409		
4715225	North Loop	north-loop	US		0	America/Chicago	29.52801	-98.45946	234			TX	029		
4715230	North McColl Colonia	north-mccoll-colonia	US		0	America/Chicago	26.32646	-98.1914	28	North McColl Colonia,North McColl Subdivision Colonia		TX	215		
4715249	North Orange Estates Colonia	north-orange-estates-colonia	US		0	America/Chicago	27.98529	-97.96639	63			TX	249		
4715267	North Pearsall	north-pearsall	US		614	America/Chicago	28.91497	-99.09642	190			TX	163		
4715290	North Redland	north-redland	US		0	America/Chicago	31.73712	-94.66299	145			TX	347		
4715308	North San Pedro	north-san-pedro	US		895	America/Chicago	27.8028	-97.68305	24			TX	355		
4715309	North Santa Cruz Colonia	north-santa-cruz-colonia	US		0	America/Chicago	26.38923	-98.1364	26	North Santa Cruz Colonia,North Santa Cruz Subdivision Colonia		TX	215		
4715310	North Santa Cruz Colonia	north-santa-cruz-colonia	US		0	America/Chicago	26.36645	-98.77141	67			TX	427		
4715315	North Seadrift	north-seadrift	US		0	America/Chicago	28.50778	-96.77804	9			TX	057		
4715317	North Shadydale	north-shadydale	US		0	America/Chicago	29.84495	-95.31105	17			TX	201		
4715319	North Sherman Junction	north-sherman-junction	US		0	America/Chicago	33.66205	-96.59055	238			TX	181		
4715320	North Shore	north-shore	US		0	America/Chicago	30.02661	-95.22327	16			TX	201		
4715321	North Shore Acres	north-shore-acres	US		0	America/Chicago	30.4152	-97.96279	244			TX	453		
4715384	North Uvalde Colonia	north-uvalde-colonia	US		0	America/Chicago	29.23913	-99.80228	282			TX	463		
4715410	Northcliffe	northcliffe	US		0	America/Chicago	29.62106	-98.22473	252			TX	187		
4715411	Northcrest	northcrest	US		1785	America/Chicago	31.63655	-97.09972	150			TX	309		
4715436	Northern Acres Colonia	northern-acres-colonia	US		0	America/Chicago	26.19924	-97.99417	20	Northern Acres Colonia,Northern Acres Subdivision Colonia		TX	215		
4715447	Northlake	northlake	US		2237	America/Chicago	33.12734	-97.26557	210			TX	121		
4715467	Northridge Colonia	northridge-colonia	US		0	America/Chicago	26.41423	-98.99725	69			TX	427		
4715474	Northside	northside	US		0	America/Chicago	34.3048	-99.29786	400			TX	487		
4715510	Northside Village Colonia Number 2	northside-village-colonia-number-2	US		0	America/Chicago	26.21646	-98.12223	30	Northside Village Colonia Number 2,Northside Village Subdivision Number 2 Colonia		TX	215		
4715606	Nottingham Woods	nottingham-woods	US		0	America/Chicago	31.34212	-95.44661	103			TX	225		
4715620	Novohrad	novohrad	US		0	America/Chicago	29.60579	-97.04887	116			TX	285		
4715629	Nueces	nueces	US		0	America/Chicago	27.81419	-97.46194	1			TX	355		
4715632	Nueces Bay Colonia	nueces-bay-colonia	US		0	America/Chicago	27.8853	-97.34221	10			TX	409		
4715633	Nueces Bayfront Colonia	nueces-bayfront-colonia	US		0	America/Chicago	27.8853	-97.34416	1			TX	409		
4715634	Nueces Campsite Lots Colonia	nueces-campsite-lots-colonia	US		0	America/Chicago	28.78831	-99.81922	186	Nueces Campsite Lots Colonia,Nueces Lake Colonia		TX	507		
4715643	Noxville	noxville	US		0	America/Chicago	30.38991	-99.46728	633			TX	267		
4715646	Nuevo Alton Colonia	nuevo-alton-colonia	US		0	America/Chicago	26.29535	-98.31029	49			TX	215		
4715647	Nuevo Penitas Colonia	nuevo-penitas-colonia	US		0	America/Chicago	26.24146	-98.4403	49			TX	215		
4715651	Nugent	nugent	US		0	America/Chicago	32.69401	-99.66759	474			TX	253		
4715695	Nunnelee	nunnelee	US		0	America/Chicago	33.61649	-96.22165	196			TX	147		
4715696	Nurillo	nurillo	US		5547	America/Chicago	26.26702	-98.1214	29			TX	215		
4715729	O and J Colonia	o-and-j-colonia	US		0	America/Chicago	26.10424	-97.95639	20	O & J Subdivision Colonia,O and J Colonia		TX	215		
4715736	O'Canas Family Colonia	o-canas-family-colonia	US		0	America/Chicago	26.21535	-97.83027	17	O'Canas Family Colonia,Santa Rosa Number 3 Colonia		TX	061		
4715741	O'Donnell Place	o-donnell-place	US		0	America/Chicago	28.44611	-97.33249	30			TX	175		
4715742	O'Farrell	o-farrell	US		0	America/Chicago	33.12457	-94.32075	116			TX	067		
4715743	O'Farrell Acres Number 1 Colonia	o-farrell-acres-number-1-colonia	US		0	America/Chicago	28.01835	-97.49027	16			TX	409		
4715744	O'Farrell Acres Number 2 Colonia	o-farrell-acres-number-2-colonia	US		0	America/Chicago	28.02529	-97.56333	16			TX	409		
4715757	O'Quinn	o-quinn	US		0	America/Chicago	29.8219	-96.97304	129			TX	149		
4715771	Oak Cliff	oak-cliff	US		0	America/Chicago	32.7393	-96.81111	148			TX	113		
4715772	Oak Cliff Acres	oak-cliff-acres	US		0	America/Chicago	29.80661	-98.51196	397			TX	091		
4715777	Oak Colonia	oak-colonia	US		0	America/Chicago	26.31924	-98.00917	22	Oak Colonia,Oak Subdivision Colonia		TX	215		
4715791	Oak Flat	oak-flat	US		0	America/Chicago	31.27435	-94.51465	87			TX	005		
4715792	Oak Flat	oak-flat	US		0	America/Chicago	31.8024	-94.79549	123			TX	347		
4715793	Oak Flats	oak-flats	US		0	America/Chicago	31.94739	-94.76688	137			TX	401		
4715915	Oak Leaf	oak-leaf	US		1373	America/Chicago	32.52042	-96.85472	184			TX	139		
4715931	Oak Point	oak-point	US		3349	America/Chicago	33.19012	-96.99167	183			TX	121		
4715944	Oak Ridge North	oak-ridge-north	US		3161	America/Chicago	30.16022	-95.44438	42			TX	339		
4715948	Oak Shade	oak-shade	US		0	America/Chicago	30.53437	-94.57853	48			TX	373		
4715957	Oak Trail Shores	oak-trail-shores	US		2755	America/Chicago	32.48875	-97.8342	247			TX	221		
4715960	Oak Valley	oak-valley	US		377	America/Chicago	32.03349	-96.51304	128			TX	349		
4715965	Oak Village	oak-village	US		0	America/Chicago	28.71916	-97.15027	35			TX	469		
4715969	Oakalla	oakalla	US		0	America/Chicago	30.98629	-97.9253	244			TX	053		
4715991	Oaklake	oaklake	US		0	America/Chicago	31.57239	-97.01333	141			TX	309		
4716009	Oakland Estates	oakland-estates	US		0	America/Chicago	29.53773	-98.60002	290			TX	029		
4716081	Oates Prairie	oates-prairie	US		0	America/Chicago	29.79689	-95.24243	10			TX	201		
4716085	Oatmeal	oatmeal	US		0	America/Chicago	30.69685	-98.09447	378			TX	053		
4716092	Oberly Crossing	oberly-crossing	US		0	America/Chicago	29.91994	-98.5878	342			TX	259		
4716100	Obregon	obregon	US		0	America/Chicago	31.72209	-99.23256	482			TX	083		
4716101	Ocaw	ocaw	US		0	America/Chicago	31.62322	-97.07806	140			TX	309		
4716104	Ocee	ocee	US		0	America/Chicago	31.556	-97.35557	175			TX	309		
4716108	Ocker	ocker	US		0	America/Chicago	31.07074	-97.14361	163	Joker,Ocker,Oker		TX	027		
4716120	Odds	odds	US		0	America/Chicago	31.40906	-96.71582	135	Buffalo Mott,Odds		TX	293		
4716134	Odom	odom	US		0	America/Chicago	32.3782	-96.03136	125			TX	467		
4716143	Oenaville	oenaville	US		0	America/Chicago	31.12768	-97.22833	174			TX	027		
4716149	Ogburn	ogburn	US		0	America/Chicago	32.84013	-95.22244	183			TX	499		
4716188	Oilla	oilla	US		0	America/Chicago	30.09771	-93.891	3			TX	361		
4716196	Ojo de Angua	ojo-de-angua	US		0	America/Chicago	27.46476	-97.42194	5			TX	273		
4716197	Oklahoma	oklahoma	US		0	America/Chicago	30.15549	-95.59383	51			TX	339		
4716203	Okra	okra	US		0	America/Chicago	32.14375	-98.87728	471			TX	133		
4716208	Old Airport Road Colonia	old-airport-road-colonia	US		0	America/Chicago	28.42528	-97.76833	89			TX	025		
4716231	Old Boston	old-boston	US		0	America/Chicago	33.40401	-94.41631	107			TX	037		
4716236	Old Brazoria	old-brazoria	US		0	America/Chicago	29.05553	-95.56522	8			TX	039		
4716248	Old Caseyville Crossing	old-caseyville-crossing	US		0	America/Chicago	33.0129	-98.61395	305			TX	503		
4716257	Old Center	old-center	US		0	America/Chicago	32.00628	-94.1877	89			TX	365		
4716292	Old Davy	old-davy	US		0	America/Chicago	29.08358	-97.62722	130	Davy,Davy Community,Old Davy		TX	123		
4716293	Old Diana	old-diana	US		0	America/Chicago	32.74069	-94.74326	91			TX	459		
4716294	Old Dime Box	old-dime-box	US		0	America/Chicago	30.37715	-96.86304	118			TX	287		
4716300	Old Elwood	old-elwood	US		0	America/Chicago	31.07185	-95.80301	80			TX	313		
4716313	Old Flatonia	old-flatonia	US		0	America/Chicago	29.66301	-97.09082	147			TX	149		
4716350	Old Houston Highway Colonia	old-houston-highway-colonia	US		0	America/Chicago	28.41916	-97.72416	71			TX	025		
4716352	Old Ingleside Colonia	old-ingleside-colonia	US		0	America/Chicago	27.8403	-97.22027	4			TX	409		
4716381	Old London	old-london	US		0	America/Chicago	32.22682	-94.94466	155	London,Old London		TX	401		
4716394	Old Milwaukee East Colonia	old-milwaukee-east-colonia	US		0	America/Chicago	27.48835	-99.42226	163			TX	479		
4716395	Old Milwaukee West Colonia	old-milwaukee-west-colonia	US		0	America/Chicago	27.48835	-99.42532	161			TX	479		
4716399	Old Moulton	old-moulton	US		0	America/Chicago	29.58801	-97.17665	128			TX	285		
4717249	Palito Blanco	palito-blanco	US		0	America/Chicago	27.5917	-98.18917	68			TX	249		
4716443	Old Rebel Field Colonia	old-rebel-field-colonia	US		0	America/Chicago	26.17341	-97.87722	18	Old Rebel Field Colonia,Old Rebel Field Subdivision Colonia		TX	215		
4716444	Old Rebel Heights Colonia Number 1	old-rebel-heights-colonia-number-1	US		0	America/Chicago	26.19035	-97.87639	18	Old Rebel Heights Colonia Number 1,Old Rebel Heights Subdivision Number 1 Colonia		TX	215		
4716445	Old Rebel Heights Colonia Number 2	old-rebel-heights-colonia-number-2	US		0	America/Chicago	26.18924	-97.87639	18	Old Rebel Heights Colonia Number 2,Old Rebel Heights Subdivision Number 2 Colonia		TX	215		
4716464	Old River Community	old-river-community	US		0	America/Chicago	29.8905	-94.8127	11			TX	291		
4716479	Old River-Winfree	old-river-winfree	US		1288	America/Chicago	29.86828	-94.8327	11	Old River Winfree,Old River-Winfree,Oldriver Winfrees,Winfree		TX	071		
4716493	Old Saint Marys	old-saint-marys	US		0	America/Chicago	28.10196	-97.20888	6			TX	391		
4716494	Old Salem	old-salem	US		0	America/Chicago	33.45151	-94.52715	110			TX	037		
4716503	Old Santa Elena	old-santa-elena	US		0	America/Chicago	26.72256	-98.47641	91			TX	427		
4716528	Old Round Rock (historical)	old-round-rock-historical	US		0	America/Chicago	30.51464	-97.68167	218	Old Rand Rock,Old Round Rock (historical)		TX	491		
4716539	Old Union	old-union	US		0	America/Chicago	33.33984	-94.46576	98			TX	037		
4716540	Old Union	old-union	US		0	America/Chicago	31.40879	-96.41636	137			TX	293		
4716541	Old Union	old-union	US		0	America/Chicago	32.92596	-97.12723	189			TX	439		
4716542	Old Union	old-union	US		0	America/Chicago	33.18762	-94.91382	115			TX	449		
4716556	Old Waverly	old-waverly	US		0	America/Chicago	30.52909	-95.35272	128			TX	407		
4716588	Oletha	oletha	US		0	America/Chicago	31.35851	-96.41303	144			TX	293		
4716589	Olfen	olfen	US		0	America/Chicago	31.6096	-99.96064	522			TX	399		
4716599	Olivarez	olivarez	US		3827	America/Chicago	26.22841	-97.99223	20			TX	215		
4716600	Olivarez Colonia	olivarez-colonia	US		0	America/Chicago	26.39229	-98.8353	71	Olivare Colonia,Olivarez Colonia		TX	427		
4716601	Olivarez Number 1 Colonia	olivarez-number-1-colonia	US		0	America/Chicago	26.18646	-97.98028	21			TX	215		
4716602	Olivarez Number 10 Colonia	olivarez-number-10-colonia	US		0	America/Chicago	26.22424	-97.96639	19			TX	215		
4716603	Olivarez Number 15 Colonia	olivarez-number-15-colonia	US		0	America/Chicago	26.23341	-98.00139	21	Olivarez 15 Colonia,Olivarez Number 15 Colonia		TX	215		
4716604	Olivarez Number 17 Colonia	olivarez-number-17-colonia	US		0	America/Chicago	26.23341	-97.98723	20	Olivarez 12 North Colonia,Olivarez 17 Colonia,Olivarez Number 17 Colonia		TX	215		
4716605	Olivarez Number 18 Colonia	olivarez-number-18-colonia	US		0	America/Chicago	26.25535	-97.97417	19	HCRP Number 8 Colonia,Olivarez 18 Colonia,Olivarez Number 18 Colonia		TX	215		
4716606	Olivarez Number 2 Colonia	olivarez-number-2-colonia	US		0	America/Chicago	26.2123	-97.98528	19			TX	215		
4716607	Olivarez Number 3 Colonia	olivarez-number-3-colonia	US		0	America/Chicago	26.20924	-97.98528	20			TX	215		
4716608	Olivarez Number 4 Colonia	olivarez-number-4-colonia	US		0	America/Chicago	26.2273	-97.96139	18			TX	215		
4716609	Olivarez Number 5 Colonia	olivarez-number-5-colonia	US		0	America/Chicago	26.1473	-97.97639	22			TX	215		
4716610	Olivarez Number 6 Colonia	olivarez-number-6-colonia	US		0	America/Chicago	26.21646	-97.98528	18			TX	215		
4716611	Olivarez Number 7 Colonia	olivarez-number-7-colonia	US		0	America/Chicago	26.25841	-97.97528	19			TX	215		
4716612	Olivarez Number 8 Colonia	olivarez-number-8-colonia	US		0	America/Chicago	26.25646	-97.99139	21			TX	215		
4716613	Olivarez Number 9 Colonia	olivarez-number-9-colonia	US		0	America/Chicago	26.25924	-97.97834	20			TX	215		
4716651	Olivia Lopez de Gutierrez Colonia	olivia-lopez-de-gutierrez-colonia	US		0	America/Chicago	26.32729	-98.71725	47	Olivia Guterrez Colonia,Olivia Lopez de Gutierrez Colonia		TX	427		
4716658	Olmito and Olmito Number 2 Colonia	olmito-and-olmito-number-2-colonia	US		0	America/Chicago	26.34035	-98.6403	77	Olmito & Olmito Number 2 Colonia,Olmito and Olmito Number 2 Colonia		TX	427		
4716662	Olmos	olmos	US		0	America/Chicago	28.24167	-97.81833	67			TX	025		
4716663	Olmos	olmos	US		0	America/Chicago	29.44079	-98.03389	167			TX	187		
4716664	Olmos	olmos	US		0	America/Chicago	26.35951	-98.7828	49			TX	427		
4716676	Olmos Park	olmos-park	US		2390	America/Chicago	29.47884	-98.48752	246			TX	029		
4716695	Olympic Colonia	olympic-colonia	US		0	America/Chicago	26.18424	-97.90417	18	Olympic Colonia,Olympic Subdivision Colonia		TX	215		
4716698	Omen	omen	US		0	America/Chicago	32.21738	-95.10411	146	Canton,Clopton,Old Canton,Omen,Round Hill,Round Rock		TX	423		
4716721	One River Place Colonia	one-river-place-colonia	US		0	America/Chicago	27.40335	-99.48421	128			TX	479		
4716730	Onion Creek	onion-creek	US		0	America/Chicago	32.22431	-96.62166	118			TX	139		
4716734	Onion Creek	onion-creek	US		2116	America/Chicago	30.1366	-97.78417	175			TX	453		
4716774	Oplin	oplin	US		0	America/Chicago	32.13875	-99.55869	606			TX	059		
4716806	Orange Acres Colonia	orange-acres-colonia	US		0	America/Chicago	27.94141	-97.94222	56			TX	249		
4716807	Orange Blossom Estates Colonia	orange-blossom-estates-colonia	US		0	America/Chicago	27.9503	-97.96222	63			TX	249		
4716817	Orange Grove Villa Colonia	orange-grove-villa-colonia	US		0	America/Chicago	27.9653	-97.92722	52			TX	249		
4716818	Orange Valley Estates Colonia	orange-valley-estates-colonia	US		0	America/Chicago	27.99835	-97.95528	63			TX	249		
4716819	Orangedale	orangedale	US		0	America/Chicago	28.43944	-97.82611	85			TX	025		
4716823	Orason Acres Colonia	orason-acres-colonia	US		129	America/Chicago	26.0773	-97.44332	6	Orason Acres Colonia,Orason Acres-Chula Vista Colonia		TX	061		
4716835	Orchard Homes Addition Number 2 Colonia	orchard-homes-addition-number-2-colonia	US		0	America/Chicago	26.09147	-97.96417	22			TX	215		
4716837	Oriente Colonia	oriente-colonia	US		0	America/Chicago	26.09424	-97.94028	20			TX	215		
4716840	Orleander Estates Colonia	orleander-estates-colonia	US		0	America/Chicago	26.27146	-98.41724	62			TX	215		
4716844	Orelia	orelia	US		0	America/Chicago	28.68637	-98.84836	130			TX	163		
4716845	Orozimbo	orozimbo	US		0	America/Chicago	29.25358	-95.57717	15			TX	039		
4716850	Orrs	orrs	US		0	America/Chicago	32.84264	-94.52464	119			TX	315		
4716859	Orvil	orvil	US		0	America/Chicago	27.63946	-99.48615	176			TX	479		
4716872	Orton Hill	orton-hill	US		0	America/Chicago	31.59685	-94.63799	123			TX	347		
4716893	Otey	otey	US		0	America/Chicago	29.2858	-95.5455	14			TX	039		
4716991	Overcup Landing	overcup-landing	US		0	America/Chicago	33.2379	-94.36631	70			TX	067		
4716993	Overland	overland	US		0	America/Chicago	33.15539	-95.74746	168			TX	223		
4717006	Ovilla	ovilla	US		3855	America/Chicago	32.52653	-96.88639	186			TX	139		
4717008	Owassa Estates Colonia	owassa-estates-colonia	US		0	America/Chicago	26.24229	-98.12223	29			TX	215		
4717009	Owassa Rd-Tower Rd Colonia	owassa-rd-tower-rd-colonia	US		0	America/Chicago	26.23841	-98.0914	27	Owassa Rd-Tower Rd Colonia,Owassa Road-Tower Road Colonia		TX	215		
4717010	Owassa-I Rd Colonia	owassa-i-rd-colonia	US		0	America/Chicago	26.24535	-98.1614	31	Owassa-I Rd Colonia,Owassa/I Road Colonia,Owasso -Business 281 Colonia		TX	215		
4717011	Owassa-Kennedy Colonia	owassa-kennedy-colonia	US		0	America/Chicago	26.24424	-98.15223	30			TX	215		
4717016	Owens	owens	US		0	America/Chicago	31.84793	-98.92589	448			TX	049		
4717043	Owentown	owentown	US		0	America/Chicago	32.4357	-95.19578	120			TX	423		
4717046	Owl Creek	owl-creek	US		0	America/Chicago	31.2274	-97.51168	201			TX	027		
4717063	Owl Ranch Number 1 Colonia	owl-ranch-number-1-colonia	US		0	America/Chicago	27.89335	-98.09334	85	Owl Ranch Number 1 Colonia,Tecolote Subdivision Colonia		TX	249		
4717064	Owl Ranch Number 2 Colonia	owl-ranch-number-2-colonia	US		0	America/Chicago	27.88724	-98.09723	85	Owl Ranch Number 2 Colonia,Tecolote Subdivision Colonia		TX	249		
4717065	Owl Ranch Number 3 Colonia	owl-ranch-number-3-colonia	US		0	America/Chicago	27.8953	-98.09723	89	Owl Ranch Number 3 Colonia,Tecolote Subdivision Colonia		TX	249		
4717068	Owlett Green	owlett-green	US		0	America/Chicago	32.50208	-95.66385	146	Owlet Green,Owlett Green		TX	467		
4717084	Oyster Creek	oyster-creek	US		1132	America/Chicago	29.00302	-95.33188	2			TX	039		
4717118	Pablo Pena Colonia	pablo-pena-colonia	US		0	America/Chicago	26.3034	-98.6403	67	Pablo Pena Colonia,Pena Brothers Subdivision Colonia		TX	427		
4717138	Pacio	pacio	US		0	America/Chicago	33.43178	-95.54023	133			TX	119		
4717155	Padgett	padgett	US		0	America/Chicago	33.30094	-98.91034	370	Padgett,Padgitt		TX	503		
4717189	Paint Creek	paint-creek	US		0	America/Chicago	33.06288	-99.67287	450			TX	207		
4717198	Paint Crossing	paint-crossing	US		0	America/Chicago	33.05066	-99.37091	383			TX	447		
4717216	Paisano Park Colonia	paisano-park-colonia	US		130	America/Chicago	28.09529	-97.86028	40	Paisano,Paisano Park Colonia		TX	409		
4717221	Palacios Estates Colonia	palacios-estates-colonia	US		0	America/Chicago	26.14646	-97.66138	12			TX	061		
4717229	Palafox	palafox	US		0	America/Chicago	27.80001	-99.872	150			TX	479		
4717252	Palm Acres Estates Colonia	palm-acres-estates-colonia	US		0	America/Chicago	26.24035	-98.36835	43			TX	215		
4717253	Palm Acres Number 1 Colonia	palm-acres-number-1-colonia	US		0	America/Chicago	26.23035	-98.31529	41			TX	215		
4717257	Palm Drive North Colonia	palm-drive-north-colonia	US		0	America/Chicago	26.26424	-98.36835	53	Palm Drive North Colonia,Palm Drive North Subdivision Colonia		TX	215		
4717259	Palm Grove	palm-grove	US		0	America/Chicago	25.85286	-97.41776	8			TX	061		
4717264	Palm Heights Colonia	palm-heights-colonia	US		0	America/Chicago	26.19535	-98.1964	34	Palm Heights Colonia,Palm Heights Subdivision Colonia		TX	215		
4717267	Palm Lake Estates Number 1 Colonia	palm-lake-estates-number-1-colonia	US		0	America/Chicago	26.29146	-98.29529	47			TX	215		
4717268	Palm Lake Estates Number 2 Colonia	palm-lake-estates-number-2-colonia	US		0	America/Chicago	26.29424	-98.29418	46			TX	215		
4717269	Palm Lake Estates Number 3 Colonia	palm-lake-estates-number-3-colonia	US		0	America/Chicago	26.28924	-98.29029	46			TX	215		
4717270	Palm Lake Estates Number 4 Colonia	palm-lake-estates-number-4-colonia	US		0	America/Chicago	26.28924	-98.29224	46			TX	215		
4717275	Palm Valley	palm-valley	US		1294	America/Chicago	26.20174	-97.75416	13			TX	061		
4717277	Palma Alta Colonia	palma-alta-colonia	US		0	America/Chicago	26.23229	-98.38641	44			TX	215		
4717279	Palma Colonia	palma-colonia	US		0	America/Chicago	26.29729	-98.10223	25	Palma Colonia,Palma Subdivision Colonia		TX	215		
4717281	Palmarina Colonia	palmarina-colonia	US		0	America/Chicago	26.25646	-98.39141	50			TX	215		
4717282	Palmas Colonia Number 2	palmas-colonia-number-2	US		0	America/Chicago	26.29729	-98.1014	25	Palmas Colonia Number 2,Palmas Subdivision Number 2 Colonia		TX	215		
4717290	Palmer Colonia	palmer-colonia	US		0	America/Chicago	26.0723	-97.64027	13			TX	061		
4717309	Palmeras Colonia	palmeras-colonia	US		0	America/Chicago	26.32535	-98.3264	51	Palmeras Colonia,Palmeras Subdivision Colonia		TX	215		
4717310	Palmetal	palmetal	US		0	America/Chicago	26.19591	-97.66332	11			TX	061		
4717317	Palmetto Park	palmetto-park	US		0	America/Chicago	30.74936	-95.31161	117			TX	407		
4717326	Palmhurst	palmhurst	US		2687	America/Chicago	26.25841	-98.31807	49			TX	215		
4717327	Palmhurst Estates Colonia	palmhurst-estates-colonia	US		0	America/Chicago	26.25229	-98.30724	47			TX	215		
4717328	Palmhurst Manor Number 1 Colonia	palmhurst-manor-number-1-colonia	US		0	America/Chicago	26.24924	-98.27724	41			TX	215		
4717339	Palmview	palmview	US		5715	America/Chicago	26.23341	-98.37085	45			TX	215		
4717340	Palmview Paradise Colonia	palmview-paradise-colonia	US		0	America/Chicago	26.23424	-98.36029	44			TX	215		
4717341	Palmview South	palmview-south	US		5575	America/Chicago	26.21563	-98.37863	42	Palmview South		TX	215		
4717351	Palo Alto Park	palo-alto-park	US		0	America/Chicago	29.33718	-98.55391	198			TX	029		
4717357	Palo Alto Heights	palo-alto-heights	US		0	America/Chicago	29.33051	-98.55668	191			TX	029		
4717361	Palo Blanco Colonia	palo-blanco-colonia	US		0	America/Chicago	26.38729	-98.90225	56	Palo Blanco Colonia,Palo Blanco Subdivision Colonia		TX	427		
4717374	Palo Hueco Estates Colonia	palo-hueco-estates-colonia	US		0	America/Chicago	27.85836	-97.99639	46			TX	249		
4717388	Palo Verde Colonia	palo-verde-colonia	US		0	America/Chicago	26.12341	-98.19918	27			TX	215		
4717404	Pamela Heights	pamela-heights	US		0	America/Chicago	29.62718	-95.44939	16			TX	201		
4717417	Pancake	pancake	US		0	America/Chicago	31.61766	-97.79975	350			TX	099		
4717421	Panfilo Martinez Colonia	panfilo-martinez-colonia	US		0	America/Chicago	26.15646	-98.04639	27	Panfilo Martinez Colonia,Panfilo Martinez Subdivision Colonia		TX	215		
4717446	Panorama Village	panorama-village	US		2293	America/Chicago	30.38104	-95.49355	93			TX	339		
4717516	Papalote	papalote	US		0	America/Chicago	28.17251	-97.60194	27			TX	025		
4717528	Papalote del Norte	papalote-del-norte	US		0	America/Chicago	27.05783	-98.07	29			TX	047		
4717551	Paradise Park Colonia	paradise-park-colonia	US		0	America/Chicago	26.21424	-98.14918	31	Paradise Park Colonia,Paradise Park Subdivision Colonia		TX	215		
4717556	Parajitos Colonia	parajitos-colonia	US		0	America/Chicago	26.08341	-97.97417	23			TX	215		
4717559	Paredes Estates Colonia	paredes-estates-colonia	US		0	America/Chicago	26.11035	-97.47026	6			TX	061		
4717592	Park Lane Colonia	park-lane-colonia	US		0	America/Chicago	26.2223	-98.37141	41	Park Lane Colonia,Park Lane Subdivision Colonia		TX	215		
4717595	Park Place	park-place	US		0	America/Chicago	29.69245	-95.27744	9			TX	201		
4717607	Park Springs	park-springs	US		0	America/Chicago	33.40539	-97.81892	294			TX	497		
4717684	Parker Point	parker-point	US		0	America/Chicago	31.09825	-94.21603	61			TX	005		
4717710	Parks Corner Windmill	parks-corner-windmill	US		0	America/Chicago	28.7597	-99.31448	174			TX	163		
4717732	Parkway	parkway	US		0	America/Chicago	31.20297	-94.06908	58			TX	405		
4717747	Parkwood Estates	parkwood-estates	US		0	America/Chicago	29.92244	-95.3091	21			TX	201		
4717770	Parsley Crossing	parsley-crossing	US		0	America/Chicago	31.56766	-98.11226	322			TX	193		
4717771	Parsley Hill	parsley-hill	US		0	America/Chicago	34.04009	-99.41675	402			TX	487		
4717776	Parris (historical)	parris-historical	US		0	America/Chicago	33.25289	-96.6061	168			TX	085		
4717801	Pasche	pasche	US		0	America/Chicago	31.21655	-99.68673	581			TX	095		
4717803	Paseo de Palmas Colonia	paseo-de-palmas-colonia	US		0	America/Chicago	26.24841	-98.39224	46	Paseo de Palmas Colonia,Paseo de Palmas Subdivision Colonia		TX	215		
4717846	Patillo	patillo	US		0	America/Chicago	32.50263	-98.16865	308	Patillo,Patilo		TX	143		
4717850	Patman	patman	US		0	America/Chicago	32.95513	-94.57242	88	Patman,Turkey Creek		TX	067		
4717853	Patonia	patonia	US		0	America/Chicago	30.85408	-95.02549	79			TX	373		
4717874	Patroon	patroon	US		0	America/Chicago	31.62295	-93.98102	81			TX	419		
4717929	Patton Village	patton-village	US		1620	America/Chicago	30.19299	-95.16882	27			TX	339		
4717931	Patton Woods	patton-woods	US		0	America/Chicago	29.45995	-94.6463	1			TX	167		
4717932	Pattonfield	pattonfield	US		0	America/Chicago	32.65014	-94.91994	131			TX	459		
4717942	Paul Junction	paul-junction	US		0	America/Chicago	31.15683	-99.27283	524			TX	307		
4717966	Pawelekville	pawelekville	US		0	America/Chicago	29.05247	-97.93361	107			TX	255		
4717990	Payne Springs	payne-springs	US		768	America/Chicago	32.2782	-96.06692	112	Payne Springs,Paynespring		TX	213		
4717991	Paynes	paynes	US		0	America/Chicago	29.60051	-95.61383	22			TX	157		
4717993	Payton	payton	US		0	America/Chicago	30.11382	-98.30529	412			TX	031		
4718019	Peace Valley Harbor	peace-valley-harbor	US		0	America/Chicago	28.13001	-97.89722	29			TX	297		
4718059	Peach Tree Village	peach-tree-village	US		0	America/Chicago	30.94492	-94.61326	87			TX	457		
4718074	Peadenville	peadenville	US		0	America/Chicago	32.9204	-98.07476	318			TX	363		
4718080	Pear Ridge	pear-ridge	US		0	America/Chicago	29.92021	-93.93795	2			TX	245		
4718082	Pear Valley	pear-valley	US		0	America/Chicago	31.31017	-99.49395	482			TX	307		
4718109	Pearsall East Colonia	pearsall-east-colonia	US		0	America/Chicago	28.89219	-99.07031	199			TX	163		
4718126	Pearsons Chapel	pearsons-chapel	US		0	America/Chicago	31.15185	-95.54356	99	Pearsons Chapel,Post Oak		TX	225		
4718129	Peary Place	peary-place	US		0	America/Chicago	27.6792	-97.32471	3			TX	355		
4718146	Peavy	peavy	US		0	America/Chicago	31.29519	-94.81076	80			TX	005		
4718148	Pebble Beach Sunset Acres	pebble-beach-sunset-acres	US		0	America/Chicago	33.08373	-96.45082	157			TX	085		
4718153	Pecan Acres	pecan-acres	US		4099	America/Chicago	32.97013	-97.47474	217			TX	439		
4718208	Pecan Estates Number 5 Colonia	pecan-estates-number-5-colonia	US		0	America/Chicago	26.2173	-98.10723	29	Eldora-Tower Colonia,Pecan Estates Number 5 Colonia		TX	215		
4718209	Pecan Grove	pecan-grove	US		15963	America/Chicago	29.62607	-95.73162	25			TX	157		
4718210	Pecan Grove (historical)	pecan-grove-historical	US		0	America/Chicago	31.39517	-97.5953	209	Blackfoot,Davidson,Pecan Grove (historical),Pecangrove,Pullright		TX	099		
4718221	Pecan Heights	pecan-heights	US		0	America/Chicago	33.00207	-94.94216	113			TX	063		
4718223	Pecan Hill	pecan-hill	US		647	America/Chicago	32.48653	-96.78583	165			TX	139		
4718231	Pecan Park	pecan-park	US		0	America/Chicago	29.70801	-95.28994	10			TX	201		
4718236	Pecan Plantation	pecan-plantation	US		5294	America/Chicago	32.36042	-97.67558	219			TX	221		
4718254	Pecan Springs	pecan-springs	US		0	America/Chicago	31.01434	-99.0631	464			TX	411		
4718267	Pecan Wells	pecan-wells	US		0	America/Chicago	31.57655	-98.37143	444			TX	193		
4718280	Pedeco	pedeco	US		0	America/Chicago	30.14605	-94.67103	21	Pedeco,Pedego		TX	291		
4718281	Peden	peden	US		0	America/Chicago	32.95263	-97.53391	219			TX	439		
4718289	Pedro Campos Colonia	pedro-campos-colonia	US		0	America/Chicago	26.40145	-98.98531	57	Pedro Campos Addition Colonia,Pedro Campos Colonia		TX	427		
4718299	Peel Junction	peel-junction	US		0	America/Chicago	30.38021	-95.71022	98			TX	339		
4718307	Peeltown	peeltown	US		0	America/Chicago	32.40514	-96.38109	116			TX	257		
4718330	Pelican Bay	pelican-bay	US		1635	America/Chicago	32.92096	-97.51836	213			TX	439		
4718340	Pelly	pelly	US		0	America/Chicago	29.72523	-94.96576	8			TX	201		
4718358	Pena Number 1 Colonia	pena-number-1-colonia	US		0	America/Chicago	26.4134	-98.97031	55	Amando Pena Number 1 Colonia,Pena Number 1 Colonia		TX	427		
4718359	Pena Number 2 Colonia	pena-number-2-colonia	US		0	America/Chicago	26.41423	-98.97031	55	Amando Pena Number 2 Colonia,Pena Number 2 Colonia		TX	427		
4718366	Pendell	pendell	US		0	America/Chicago	31.71377	-97.54141	183			TX	035		
4718377	Peniel	peniel	US		0	America/Chicago	33.16289	-96.12692	168			TX	231		
4718402	Pennsylvania Avenue Colonia	pennsylvania-avenue-colonia	US		0	America/Chicago	26.11424	-97.64332	11			TX	061		
4718461	Pentacostal Colonia	pentacostal-colonia	US		0	America/Chicago	26.15535	-98.11029	29	HCRP Number 7 Colonia,Pentacostal Colonia		TX	215		
4718472	Percilla	percilla	US		0	America/Chicago	31.54712	-95.39911	130			TX	225		
4718491	Perezville	perezville	US		5376	America/Chicago	26.22452	-98.40057	40			TX	215		
4718506	Perlas de Naranja Colonia	perlas-de-naranja-colonia	US		0	America/Chicago	26.24729	-98.29418	45			TX	215		
4718509	Pernitas Point	pernitas-point	US		258	America/Chicago	28.06001	-97.90472	52			TX	297		
4718540	Perry Landing	perry-landing	US		0	America/Chicago	28.97997	-95.48939	6			TX	039		
4718580	Pert	pert	US		0	America/Chicago	31.92239	-95.54718	147			TX	001		
4718583	Personville	personville	US		0	America/Chicago	31.51267	-96.33664	128			TX	293		
4718584	Pescadito	pescadito	US		0	America/Chicago	27.51057	-99.25753	169			TX	479		
4718593	Peter Gort Colonia	peter-gort-colonia	US		0	America/Chicago	26.27229	-98.02723	22	Peter Gort Colonia,Peter Gort Subdivision Colonia		TX	215		
4718599	Peters	peters	US		0	America/Chicago	29.85995	-96.18663	53			TX	015		
4718616	Peters Prairie	peters-prairie	US		0	America/Chicago	33.54317	-95.00494	117	Peters Prairie,Petersburg		TX	387		
4718635	Peterson Landing	peterson-landing	US		0	America/Chicago	29.2433	-95.22938	2			TX	039		
4718639	Petersville	petersville	US		0	America/Chicago	29.31275	-97.21665	116			TX	123		
4718662	Petronila	petronila	US		114	America/Chicago	27.67197	-97.63583	15	Petronila,Petronilla		TX	355		
4718667	Petteway	petteway	US		0	America/Chicago	31.18463	-96.53803	149			TX	395		
4718685	Pettytown	pettytown	US		0	America/Chicago	29.90745	-97.45944	164			TX	055		
4718690	Pettys Chapel	pettys-chapel	US		0	America/Chicago	32.12293	-96.43637	117	Petty's Chapel,Pettys Chapel		TX	349		
4718693	Peveto	peveto	US		0	America/Chicago	30.13577	-93.81989	6			TX	361		
4718717	Phalba	phalba	US		0	America/Chicago	32.42375	-95.97775	135			TX	467		
4718719	Phantom Hill	phantom-hill	US		0	America/Chicago	32.64345	-99.67787	489			TX	253		
4718734	Pheasant	pheasant	US		0	America/Chicago	28.80165	-96.21802	9			TX	321		
4718840	Pidcoke	pidcoke	US		0	America/Chicago	31.27906	-97.88836	247			TX	099		
4718895	Pierce Junction	pierce-junction	US		0	America/Chicago	29.67051	-95.39633	15			TX	201		
4718904	Pierces Chapel	pierces-chapel	US		0	America/Chicago	31.87878	-95.37607	129			TX	073		
4718933	Pila Blanca	pila-blanca	US		0	America/Chicago	27.80641	-98.47279	149			TX	131		
4719028	Pin Hook	pin-hook	US		0	America/Chicago	33.80955	-95.3194	150			TX	277		
4719029	Pin Oak	pin-oak	US		0	America/Chicago	30.0855	-97.08526	113			TX	021		
4719089	Pine Branch	pine-branch	US		0	America/Chicago	33.4815	-95.11328	119			TX	387		
4719097	Pine Crest	pine-crest	US		0	America/Chicago	30.12021	-94.12185	8			TX	245		
4719103	Pine Forest	pine-forest	US		623	America/Chicago	33.11262	-95.38467	159	Mount Pisgah,Pine Forest,Pineforest		TX	223		
4719104	Pine Forest	pine-forest	US		506	America/Chicago	30.18132	-94.03434	5			TX	361		
4719182	Pine Mills	pine-mills	US		0	America/Chicago	32.74152	-95.28939	141			TX	499		
4719212	Pine Springs	pine-springs	US		0	America/Chicago	32.3982	-95.26689	148			TX	423		
4719225	Pine Trail Estates	pine-trail-estates	US		0	America/Chicago	32.19099	-95.45357	119			TX	423		
4719228	Pine Springs	pine-springs	US		0	America/Chicago	33.62122	-94.74382	116			TX	037		
4719261	Pinewood Estates	pinewood-estates	US		1678	America/Chicago	30.16438	-94.32158	8			TX	199		
4719291	Piney Grove	piney-grove	US		0	America/Chicago	32.90179	-95.1055	132			TX	459		
4719300	Pinkerton	pinkerton	US		0	America/Chicago	33.19871	-99.84176	506			TX	207		
4719310	Piney Point Village	piney-point-village	US		3376	America/Chicago	29.75995	-95.51716	22	Pajni Pojnt Vilidz,Piney Point,Piney Point Village,byny bwynt fylyj,payny pwynt wylyj  tgzas,Пајни Појнт Вилиџ,بيني بوينت فيليج,پاینی پوینت ویلیج، تگزاس		TX	201		
4719344	Pioneer Town	pioneer-town	US		0	America/Chicago	29.98605	-98.10807	257			TX	209		
4719370	Pirtle	pirtle	US		0	America/Chicago	32.30488	-94.85549	121			TX	401		
4719402	Pitner Junction	pitner-junction	US		0	America/Chicago	32.2896	-94.86855	112			TX	401		
4719435	Placid	placid	US		0	America/Chicago	31.32544	-99.18449	491			TX	307		
4719464	Plantation Oaks North Colonia	plantation-oaks-north-colonia	US		0	America/Chicago	26.32535	-98.26029	40	Plantation Oaks North Colonia,Plantation Oaks North Subdivision Colonia		TX	215		
4719472	Platt	platt	US		0	America/Chicago	31.41491	-94.60826	61			TX	005		
4719481	Pleak	pleak	US		1366	America/Chicago	29.48913	-95.80773	26			TX	157		
4719501	Pleasant Grove (historical)	pleasant-grove-historical	US		0	America/Chicago	30.38299	-97.31555	161			TX	021		
4719654	Pleasant Point	pleasant-point	US		0	America/Chicago	32.48597	-97.19751	226			TX	251		
4719671	Pleasant Run	pleasant-run	US		0	America/Chicago	32.60069	-96.87917	209			TX	113		
4719679	Pleasant Springs	pleasant-springs	US		0	America/Chicago	31.3149	-95.90162	159			TX	289		
4719711	Pleasant Valley Ranch Colonia	pleasant-valley-ranch-colonia	US		0	America/Chicago	26.24035	-98.40724	47			TX	215		
4719751	Pleasant Valley Crossing	pleasant-valley-crossing	US		0	America/Chicago	30.00049	-98.19973	283			TX	209		
4719752	Pluck	pluck	US		0	America/Chicago	31.0113	-94.74354	64	Pluck,Stryker		TX	373		
4719765	Plum Creek	plum-creek	US		0	America/Chicago	31.59823	-95.98552	112			TX	161		
4719781	Plum Grove	plum-grove	US		1027	America/Chicago	32.1957	-96.98945	220			TX	139		
4719782	Plum Grove	plum-grove	US		636	America/Chicago	30.21466	-95.09493	29			TX	291		
4719798	Plummer Crossing	plummer-crossing	US		0	America/Chicago	29.12636	-97.96945	97			TX	493		
4719822	Plumosa Village Colonia	plumosa-village-colonia	US		0	America/Chicago	26.16646	-98.13223	31			TX	215		
4719827	Podo	podo	US		0	America/Chicago	29.11247	-95.90107	18			TX	231		
4719828	Poe	poe	US		0	America/Chicago	31.45796	-94.60521	68			TX	347		
4719839	Poetry	poetry	US		0	America/Chicago	32.82568	-96.24581	165	Poetry,Turner's Point,Turners Point		TX	257		
4719847	Point Enterprise	point-enterprise	US		0	America/Chicago	31.65906	-96.42553	162			TX	293		
4719849	Point Loma	point-loma	US		0	America/Chicago	28.1114	-97.86333	29			TX	409		
4719851	Point Venture	point-venture	US		902	America/Chicago	30.37937	-97.99612	226			TX	453		
4719970	Pond Springs	pond-springs	US		0	America/Chicago	30.45048	-97.78529	288			TX	491		
4719971	Ponta	ponta	US		0	America/Chicago	31.8985	-95.07689	104	Hubb,Ponta		TX	073		
4719976	Pone	pone	US		0	America/Chicago	32.0385	-94.88494	134			TX	401		
4720016	Pope City	pope-city	US		0	America/Chicago	32.68459	-94.30686	89			TX	203		
4720018	Poorboy Landing	poorboy-landing	US		0	America/Chicago	33.22513	-94.30214	69			TX	067		
4720022	Popeye Lake Colonia	popeye-lake-colonia	US		0	America/Chicago	28.66831	-99.81922	168	Popeye Colonia,Popeye Lake Colonia		TX	507		
4720029	Porciones Center Colonia	porciones-center-colonia	US		0	America/Chicago	26.21535	-98.16223	31	Porciones Center Colonia,Porciones Center Subdivision Colonia		TX	215		
4720031	Porfirio	porfirio	US		0	America/Chicago	26.40229	-97.60749	6			TX	489		
4720033	Port Acres	port-acres	US		0	America/Chicago	29.90188	-94.03212	2			TX	245		
4720034	Port Alto	port-alto	US		0	America/Chicago	28.65999	-96.41331	3			TX	057		
4720050	Port Brownsville	port-brownsville	US		0	America/Chicago	25.9448	-97.4047	4			TX	061		
4720053	Port Harlingen	port-harlingen	US		0	America/Chicago	26.19924	-97.60138	10			TX	061		
4720059	Port Ingleside	port-ingleside	US		0	America/Chicago	27.82364	-97.19527	3			TX	409		
4720071	Port Morris	port-morris	US		0	America/Chicago	29.09663	-95.20382	3			TX	039		
4720082	Port Sullivan	port-sullivan	US		0	America/Chicago	30.86602	-96.69553	74			TX	395		
4720083	Port Sullivan (historical)	port-sullivan-historical	US		0	America/Chicago	30.88352	-96.70331	101			TX	331		
4720105	Porter Heights	porter-heights	US		1653	America/Chicago	30.15188	-95.32188	38			TX	339		
4720119	Porter Springs	porter-springs	US		0	America/Chicago	31.27074	-95.60912	103			TX	225		
4720172	Post Oak	post-oak	US		0	America/Chicago	30.30353	-98.54197	447	Mohair,Post Oak		TX	031		
4720173	Post Oak	post-oak	US		0	America/Chicago	33.39816	-95.60301	136			TX	119		
4720174	Post Oak	post-oak	US		0	America/Chicago	33.71455	-96.08387	182			TX	147		
4720175	Post Oak	post-oak	US		0	America/Chicago	31.52323	-95.33911	116			TX	225		
4720176	Post Oak	post-oak	US		0	America/Chicago	33.71594	-95.32356	162	Post Oak,Postoak		TX	277		
4720178	Post Oak Bend	post-oak-bend	US		0	America/Chicago	32.63847	-96.30498	136			TX	257		
4720183	Post Oak Bend City	post-oak-bend-city	US		687	America/Chicago	32.63208	-96.31359	134			TX	257		
4720235	Post Oak Point	post-oak-point	US		0	America/Chicago	29.92884	-96.52608	116	Post Oak Point,Postoak Point		TX	015		
4720236	Post Oak Point	post-oak-point	US		0	America/Chicago	29.92911	-96.52747	118			TX	015		
4720254	Postoak	postoak	US		0	America/Chicago	33.45705	-98.1431	304			TX	237		
4720257	Post Oaks Colonia	post-oaks-colonia	US		0	America/Chicago	26.29229	-98.19029	29	Post Oaks Colonia,Post Oaks Subdivision Colonia		TX	215		
4720347	Powell Crossing	powell-crossing	US		0	America/Chicago	32.61791	-97.90531	216			TX	367		
4720357	Powell Point	powell-point	US		0	America/Chicago	29.47941	-96.02273	33			TX	157		
4720391	Praesel	praesel	US		0	America/Chicago	30.63103	-97.00999	138			TX	331		
4720393	Praha	praha	US		0	America/Chicago	29.66829	-97.06721	116	Mulberry,Praha		TX	149		
4720472	Prairie Mountain	prairie-mountain	US		0	America/Chicago	30.56074	-98.87949	480			TX	299		
4720475	Prairie Point	prairie-point	US		0	America/Chicago	33.52177	-96.08081	214			TX	147		
4720486	Prairie Valley	prairie-valley	US		0	America/Chicago	29.948	-96.99637	89			TX	149		
4720487	Prairie Valley	prairie-valley	US		0	America/Chicago	31.8771	-97.32835	162			TX	217		
4720510	Pralle Colonia	pralle-colonia	US		0	America/Chicago	26.3834	-98.14529	25	Pralle Colonia,Pralle Subdivision Colonia		TX	215		
4720514	Prairie Point	prairie-point	US		0	America/Chicago	33.49539	-97.47447	268			TX	097		
4720518	Praxedis Saldivar Colonia	praxedis-saldivar-colonia	US		0	America/Chicago	25.96341	-97.44026	7			TX	061		
4720566	Preiss Heights	preiss-heights	US		0	America/Chicago	29.7405	-98.11918	218			TX	091		
4720646	Prices	prices	US		0	America/Chicago	31.89933	-95.42745	85			TX	073		
4720667	Primavera Colonia Number 1	primavera-colonia-number-1	US		0	America/Chicago	26.23729	-98.13918	31	Primavera Colonia Number 1,Primavera Subdivision Number 1 Colonia		TX	215		
4720668	Primavera Number 2 Colonia	primavera-number-2-colonia	US		0	America/Chicago	26.23341	-98.13918	31	Primavera Number 2 Colonia,Primavera Phase 2 Colonia		TX	215		
4720672	Primera	primera	US		4626	America/Chicago	26.22591	-97.75805	13			TX	061		
4720783	Proffitt	proffitt	US		0	America/Chicago	33.19205	-98.87312	339	Proffit,Proffitt,Proffitt Community		TX	503		
4720786	Proffitt Crossing	proffitt-crossing	US		0	America/Chicago	33.2315	-98.88423	337			TX	503		
4720795	Progreso Lakes	progreso-lakes	US		251	America/Chicago	26.07174	-97.95889	23			TX	215		
4720886	Provident City	provident-city	US		0	America/Chicago	29.28275	-96.6322	43			TX	089		
4720893	Pruett	pruett	US		0	America/Chicago	32.8918	-94.35797	116	Pruett,Pruitt		TX	067		
4720896	Pruitt	pruitt	US		0	America/Chicago	32.56764	-95.64135	139			TX	467		
4720899	Pruitt Lake	pruitt-lake	US		0	America/Chicago	32.9518	-94.5027	84			TX	067		
4720917	Pueblo East Colonia	pueblo-east-colonia	US		0	America/Chicago	27.67529	-99.19031	172			TX	479		
4720918	Pueblo Nuevo Colonia	pueblo-nuevo-colonia	US		521	America/Chicago	27.49419	-99.31031	184			TX	479		
4720922	Puerta Blanca Colonia	puerta-blanca-colonia	US		0	America/Chicago	26.28229	-98.4403	67	Puerta Blanca Colonia,Puerta Blanca Subdivision Colonia,Tom Gill Road Colonia		TX	215		
4720926	Puerta del Sol Colonia	puerta-del-sol-colonia	US		0	America/Chicago	26.4034	-98.14223	26	Puerta del Sol Colonia,Puerta del Sol Subdivision Colonia		TX	215		
4720929	Puerto Rico	puerto-rico	US		0	America/Chicago	26.6495	-98.34557	65			TX	215		
4720932	Puesta del Sol Colonia	puesta-del-sol-colonia	US		0	America/Chicago	26.22646	-97.97028	21			TX	215		
4720948	Pumpkin	pumpkin	US		0	America/Chicago	30.54742	-95.28411	75			TX	407		
4720952	Punkin Center	punkin-center	US		0	America/Chicago	32.32013	-98.82895	482			TX	133		
4720953	Punkin Center	punkin-center	US		0	America/Chicago	34.28841	-99.88093	475			TX	197		
4720954	Punkin Center	punkin-center	US		0	America/Chicago	32.75652	-97.73003	298			TX	367		
4720969	Purley	purley	US		0	America/Chicago	33.09123	-95.26217	160			TX	159		
4720978	Pursley	pursley	US		0	America/Chicago	31.91794	-96.54387	139			TX	349		
4720989	Purves	purves	US		0	America/Chicago	32.00348	-98.27032	435			TX	143		
4721035	Quarry	quarry	US		0	America/Chicago	30.30771	-96.51052	78			TX	477		
4721040	Que Pasa Acres Colonia	que-pasa-acres-colonia	US		0	America/Chicago	26.25535	-98.36141	52	Que Pasa Acres Colonia,Que Pasa Acres Subdivision Colonia		TX	215		
4721066	Quicksand	quicksand	US		0	America/Chicago	30.8827	-93.71379	62			TX	351		
4721069	Quesada Colonia	quesada-colonia	US		0	America/Chicago	26.28229	-98.58224	62			TX	427		
4721076	Quiet Village Number 2 Colonia	quiet-village-number-2-colonia	US		0	America/Chicago	26.1723	-98.07834	29			TX	215		
4721077	Quihi	quihi	US		0	America/Chicago	29.39162	-99.03003	257	New Fountain,Quichi,Quihi		TX	325		
4721084	Quiney	quiney	US		0	America/Chicago	32.52348	-94.42048	93			TX	203		
4721085	Quinif	quinif	US		0	America/Chicago	30.87713	-96.97776	123	Quinf,Quinif		TX	331		
4721097	Quintana	quintana	US		65	America/Chicago	28.9333	-95.30827	1			TX	039		
4721098	Quintana	quintana	US		0	America/Chicago	28.34695	-97.14527	15	Quintana,Quintana Camp		TX	391		
4721099	Quintana Beach	quintana-beach	US		0	America/Chicago	28.9233	-95.3166	0			TX	039		
4721126	R C Babb Colonia	r-c-babb-colonia	US		0	America/Chicago	26.13035	-97.97334	22	R C Babb Colonia,R C Babb Subdivision Colonia		TX	215		
4721127	R C Babb Colonia Number 2	r-c-babb-colonia-number-2	US		0	America/Chicago	26.12841	-97.97222	21	R C Babb Colonia Number 2,R C Babb Subdivision Number 2 Colonia		TX	215		
4721421	Rancho Chaparral Colonia	rancho-chaparral-colonia	US		0	America/Chicago	26.29035	-98.29918	47	Rancho Chaparral Colonia,Rancho Chapparral Colonia		TX	215		
4721128	R C Babb Colonia Number 3 and 4	r-c-babb-colonia-number-3-and-4	US		0	America/Chicago	26.13146	-97.97639	23	R C Babb Colonia Number 3 and 4,RC Babb Subdivision Number 3 and 4 Colonia		TX	215		
4721133	R C W Colonia	r-c-w-colonia	US		0	America/Chicago	26.33924	-98.20334	29	R C W Colonia,R C W Subdivision Colonia		TX	215		
4721161	R Ruiz Colonia	r-ruiz-colonia	US		0	America/Chicago	26.22841	-98.37418	42	R Ruiz Colonia,R Ruiz Subdivision Colonia		TX	215		
4721163	R S W incorporated Number 1 Colonia	r-s-w-incorporated-number-1-colonia	US		0	America/Chicago	26.22535	-98.16029	31			TX	215		
4721174	R and R Colonia	r-and-r-colonia	US		0	America/Chicago	27.94835	-97.95528	61			TX	249		
4721176	RLDS Colonia	rlds-colonia	US		0	America/Chicago	26.28924	-98.26224	41	RLDS Colonia,RLDS Subdivision Colonia		TX	215		
4721179	Rabb	rabb	US		0	America/Chicago	27.80058	-97.75027	25			TX	355		
4721181	Rabb Road Colonia	rabb-road-colonia	US		0	America/Chicago	26.1973	-97.83833	16			TX	061		
4721192	Rabbit Patch Colonia Number 1	rabbit-patch-colonia-number-1	US		0	America/Chicago	26.27146	-98.29918	47	Rabbit Patch Colonia Number 1,Rabbit Patch Subdivision Number 1 Colonia		TX	215		
4721196	Rabbit Patch Colonia Number 2	rabbit-patch-colonia-number-2	US		0	America/Chicago	26.27146	-98.29835	47	Rabbit Patch Colonia Number 2,Rabbit Patch Subdivision Number 2 Colonia		TX	215		
4721198	Rabbs Prairie	rabbs-prairie	US		0	America/Chicago	29.96356	-96.89054	81	Bay Prairie,Rabb's Prairie,Rabbs Prairie		TX	149		
4721205	Raccoon Bend	raccoon-bend	US		0	America/Chicago	30.01189	-96.13302	55			TX	015		
4721214	Rachal	rachal	US		0	America/Chicago	26.89005	-98.13528	37			TX	047		
4721219	Racquet Club Colonia	racquet-club-colonia	US		0	America/Chicago	26.30424	-98.2164	30	Racquet Club Colonia,Racquet Club Subdivision Colonia		TX	215		
4721227	Radio Junction	radio-junction	US		0	America/Chicago	31.07684	-98.16864	311			TX	281		
4721230	Radium	radium	US		0	America/Chicago	32.82928	-99.99538	519			TX	253		
4721239	Rafael Pena Colonia	rafael-pena-colonia	US		0	America/Chicago	26.30146	-98.64141	63	Pena Brothers Subdivision Colonia,Rafael Pena Colonia		TX	427		
4721255	Ragtown	ragtown	US		0	America/Chicago	31.67017	-93.88963	88			TX	419		
4721282	Ragtown	ragtown	US		0	America/Chicago	33.83927	-95.74774	145			TX	277		
4721309	Raisin	raisin	US		0	America/Chicago	28.74221	-97.11971	31			TX	469		
4721320	Rambo	rambo	US		0	America/Chicago	32.91791	-94.09129	89			TX	067		
4721322	Rambo Estates Colonia	rambo-estates-colonia	US		0	America/Chicago	26.31729	-98.08528	24			TX	215		
4721332	Ramirez	ramirez	US		0	America/Chicago	27.34559	-98.40973	98			TX	131		
4721337	Ramirez Colonia	ramirez-colonia	US		0	America/Chicago	26.22924	-98.35641	43	Ramirez Colonia,Ramirez Number 1 Colonia,Ramirez Subdivision Colonia		TX	215		
4721338	Ramirez Colonia Number 2	ramirez-colonia-number-2	US		0	America/Chicago	26.23035	-98.35641	44	Ramirez Colonia Number 2,Ramirez Subdivision Number 2 Colonia		TX	215		
4721339	Ramirez Colonia Number 3	ramirez-colonia-number-3	US		0	America/Chicago	26.23146	-98.35641	44	Ramirez Colonia Number 3,Ramirez Subdivision Number 3 Colonia		TX	215		
4721340	Ramirez Colonia Number 4	ramirez-colonia-number-4	US		0	America/Chicago	26.23146	-98.35641	44	Ramirez Colonia Number 4,Ramirez Subdivision Number 4 Colonia		TX	215		
4721342	Ramireno	ramireno	US		35	America/Chicago	27.00698	-99.38476	108			TX	505		
4721344	Ramirez Estates Colonia	ramirez-estates-colonia	US		0	America/Chicago	26.24535	-98.36224	45			TX	215		
4721352	Ramon Leal Colonia	ramon-leal-colonia	US		0	America/Chicago	26.31729	-98.3114	50	Ramon Leal Colonia,Ramon Leal Subdivision Colonia		TX	215		
4721355	Ramona Colonia	ramona-colonia	US		0	America/Chicago	26.27424	-98.43835	66	Ramona Colonia,Ramona Subdivision Colonia		TX	215		
4721356	Ramos Addition Number 1 Colonia	ramos-addition-number-1-colonia	US		0	America/Chicago	26.42839	-99.02836	71			TX	427		
4721358	Ramos Colonia	ramos-colonia	US		0	America/Chicago	26.42728	-99.02531	69			TX	427		
4721360	Ramosville Colonia	ramosville-colonia	US		0	America/Chicago	26.12841	-98.00528	22			TX	215		
4721395	Ranchette Estates Colonia	ranchette-estates-colonia	US		0	America/Chicago	26.27646	-98.20223	32			TX	215		
4721396	Ranchette Estates Colonia	ranchette-estates-colonia	US		0	America/Chicago	26.4834	-97.82333	11	Chapa Addition Colonia,Ranchette Estates Colonia		TX	489		
4721398	Ranchito	ranchito	US		0	America/Chicago	26.02563	-97.63027	14	Encantada,Ranchita,Ranchito		TX	061		
4721400	Ranchito San Jose Colonia	ranchito-san-jose-colonia	US		0	America/Chicago	26.92143	-99.26837	122			TX	505		
4721404	Ranchette Estates	ranchette-estates	US		152	America/Chicago	26.48257	-97.82389	11			TX	489		
4721405	Ranchitos Las Lomas	ranchitos-las-lomas	US		266	America/Chicago	27.65696	-99.19836	184			TX	479		
4721406	Ranchitos del Norte Colonia	ranchitos-del-norte-colonia	US		0	America/Chicago	26.4034	-98.87142	70			TX	427		
4721407	Ranchitos las Lomas Colonia	ranchitos-las-lomas-colonia	US		0	America/Chicago	27.62141	-99.23725	184			TX	479		
4721408	Ranchitos las Lomas Number 2 Colonia	ranchitos-las-lomas-number-2-colonia	US		0	America/Chicago	27.63724	-99.23225	184			TX	479		
4721409	Ranchitos los Arcos Colonia	ranchitos-los-arcos-colonia	US		0	America/Chicago	27.6153	-99.21142	184			TX	479		
4721410	Ranchitos los Centenarios Colonia	ranchitos-los-centenarios-colonia	US		0	America/Chicago	27.61224	-99.21336	189			TX	479		
4721411	Ranchitos los Fresnos Colonia	ranchitos-los-fresnos-colonia	US		0	America/Chicago	27.61724	-99.20836	186			TX	479		
4721412	Ranchitos los Mesquites Colonia	ranchitos-los-mesquites-colonia	US		0	America/Chicago	27.62224	-99.20336	183			TX	479		
4721413	Ranchitos los Nopalitos Colonia	ranchitos-los-nopalitos-colonia	US		0	America/Chicago	27.6203	-99.20531	184			TX	479		
4721414	Ranchitos los Veteranos Colonia	ranchitos-los-veteranos-colonia	US		0	America/Chicago	27.4453	-99.01836	216	Los Veteranos 359 Colonia,Ranchitos los Veteranos Colonia		TX	479		
4721416	Rancho Alegre	rancho-alegre	US		1704	America/Chicago	27.74169	-98.09473	66			TX	249		
4721417	Rancho Banquete	rancho-banquete	US		424	America/Chicago	27.81002	-97.83361	28			TX	355		
4721422	Rancho Chico	rancho-chico	US		396	America/Chicago	28.02557	-97.49694	15			TX	409		
4721423	Rancho Chico Addition Colonia	rancho-chico-addition-colonia	US		0	America/Chicago	28.02724	-97.49833	15			TX	409		
4721425	Rancho Colonia	rancho-colonia	US		0	America/Chicago	26.30646	-98.55641	75	Rancho Colonia,Rancho Subdivision Colonia		TX	215		
4721428	Rancho Escondido Colonia	rancho-escondido-colonia	US		0	America/Chicago	26.20646	-98.13029	31			TX	215		
4721429	Rancho Grande Colonia	rancho-grande-colonia	US		0	America/Chicago	26.14535	-97.59915	8			TX	061		
4721430	Rancho Grande Estates Colonia	rancho-grande-estates-colonia	US		0	America/Chicago	26.28646	-98.29529	46			TX	215		
4721435	Rancho Nuevo Colonia	rancho-nuevo-colonia	US		0	America/Chicago	26.31229	-98.09417	24	Rancho Nuevo Colonia,Rancho Nuevo Subdivision Colonia		TX	215		
4721444	Rancho Viejo	rancho-viejo	US		2491	America/Chicago	26.03952	-97.55638	9			TX	061		
4721450	Rancho Viejo Number 1 Colonia	rancho-viejo-number-1-colonia	US		0	America/Chicago	26.4134	-98.91642	72			TX	427		
4721451	Rancho Viejo Number 2 Colonia	rancho-viejo-number-2-colonia	US		0	America/Chicago	26.41423	-98.91642	74			TX	427		
4721452	Rancho Viejo Number 3 Colonia	rancho-viejo-number-3-colonia	US		0	America/Chicago	26.41645	-98.91642	72			TX	427		
4721459	Rancho de la Parita	rancho-de-la-parita	US		0	America/Chicago	28.01946	-98.21917	107			TX	249		
4721462	Ranchos Penitas West	ranchos-penitas-west	US		573	America/Chicago	27.67418	-99.61088	151	Ranchos Penitas West,Ranchos Penitas West Colonia		TX	479		
4721463	Ranchos Penitas West Colonia	ranchos-penitas-west-colonia	US		573	America/Chicago	27.67529	-99.60338	153	Ranchos Penitas West		TX	479		
4721467	Randado	randado	US		0	America/Chicago	27.0806	-98.87836	207			TX	247		
4721485	Randolph Barnett Number 1 Colonia	randolph-barnett-number-1-colonia	US		0	America/Chicago	26.25535	-98.35335	50			TX	215		
4721486	Randolph Barnett Number 2 Colonia	randolph-barnett-number-2-colonia	US		0	America/Chicago	26.25535	-98.35335	50			TX	215		
4721490	Ranchitos 359 East Colonia	ranchitos-359-east-colonia	US		0	America/Chicago	27.4903	-99.36726	165			TX	479		
4721495	Randy Ley Colonia	randy-ley-colonia	US		0	America/Chicago	26.24035	-98.27529	37			TX	215		
4721519	Rangerville	rangerville	US		289	America/Chicago	26.0898	-97.7486	16			TX	061		
4721520	Rangerville Colonia	rangerville-colonia	US		0	America/Chicago	26.09147	-97.75138	16			TX	061		
4721521	Rangerville Estates Colonia	rangerville-estates-colonia	US		0	America/Chicago	26.09035	-97.74722	17			TX	061		
4721525	Rankin Colonia	rankin-colonia	US		0	America/Chicago	26.29424	-98.04917	20	Rankin Colonia,Rankin Subdivision Colonia		TX	215		
4721545	Ratamosa	ratamosa	US		254	America/Chicago	26.20369	-97.84555	16			TX	061		
4721546	Ratamosa Colonia	ratamosa-colonia	US		0	America/Chicago	26.21035	-97.84833	17	Ratamosa Colonia,Ratamosa Subdivision Colonia		TX	061		
4721566	Ratibor	ratibor	US		0	America/Chicago	31.0874	-97.2125	154	Ratibor,Ratison		TX	027		
4721572	Ratler	ratler	US		0	America/Chicago	31.38128	-98.76921	378			TX	333		
4721585	Rattlesnake Bend	rattlesnake-bend	US		0	America/Chicago	30.2466	-94.54742	21	Rattlesnake Bead,Rattlesnake Bend,Rattlesnake Crossing		TX	199		
4721620	Rau-con Drive-In Number 2 Colonia	rau-con-drive-in-number-2-colonia	US		0	America/Chicago	26.40729	-98.97531	56	Rau-con Drive-In Number 2 Colonia,Raucon Colonia		TX	427		
4721669	Ray Point	ray-point	US		0	America/Chicago	28.51416	-98.08834	71			TX	297		
4721680	Rayburn	rayburn	US		0	America/Chicago	30.41354	-94.92437	42			TX	291		
4721694	Rayford	rayford	US		0	America/Chicago	30.12744	-95.42799	37			TX	339		
4721709	Raymondville Tract Number 1 Colonia	raymondville-tract-number-1-colonia	US		0	America/Chicago	26.45729	-97.82639	12			TX	489		
4721714	Rayner Junction	rayner-junction	US		0	America/Chicago	29.55357	-96.32885	52			TX	089		
4721718	Razor	razor	US		0	America/Chicago	33.88205	-95.64107	156			TX	277		
4721744	Reagan Wells	reagan-wells	US		0	America/Chicago	29.53884	-99.837	456			TX	463		
4721745	Reagor Springs	reagor-springs	US		0	America/Chicago	32.32876	-96.76083	149			TX	139		
4721755	Realitos Colonia	realitos-colonia	US		0	America/Chicago	27.44642	-98.5314	135			TX	131		
4721757	Reavilon	reavilon	US		0	America/Chicago	33.15706	-96.09692	161			TX	231		
4721783	Red Barn Colonia	red-barn-colonia	US		0	America/Chicago	26.23924	-98.14834	30	Red Barn Colonia,Red Barn Subdivision Colonia		TX	215		
4721793	Red Bird Addition	red-bird-addition	US		0	America/Chicago	32.66874	-96.91861	228			TX	113		
4721810	Red Bluff Crossing	red-bluff-crossing	US		0	America/Chicago	31.21239	-98.56643	341			TX	281		
4721823	Red Branch	red-branch	US		0	America/Chicago	33.8126	-96.89806	227			TX	181		
4721832	Red Branch	red-branch	US		0	America/Chicago	31.06824	-95.40605	67			TX	455		
4721857	Red Fish Cove	red-fish-cove	US		0	America/Chicago	29.09969	-95.10826	2			TX	167		
4721862	Red Gate	red-gate	US		0	America/Chicago	26.49673	-98.1339	25			TX	215		
4721903	Red Lake	red-lake	US		0	America/Chicago	31.67073	-95.95552	116			TX	161		
4721912	Red Lick	red-lick	US		1006	America/Chicago	33.46485	-94.17103	110	Red Lick,Redlick		TX	037		
4721943	Red Ranger	red-ranger	US		0	America/Chicago	31.00657	-97.18027	134			TX	027		
4721947	Red River City	red-river-city	US		0	America/Chicago	33.80288	-96.53083	165			TX	181		
4721983	Red Top	red-top	US		0	America/Chicago	33.22567	-98.56867	360			TX	503		
4721996	Redbank	redbank	US		0	America/Chicago	33.52595	-94.25881	100			TX	037		
4722038	Redland	redland	US		1047	America/Chicago	31.40435	-94.72132	104			TX	005		
4722039	Redland	redland	US		0	America/Chicago	31.24463	-96.03163	128	Red Land,Redland		TX	289		
4722040	Redland	redland	US		0	America/Chicago	31.56518	-94.17631	157			TX	405		
4722041	Redland	redland	US		0	America/Chicago	32.37681	-95.49857	131			TX	467		
4722050	Redlawn	redlawn	US		0	America/Chicago	31.68601	-95.09633	119			TX	073		
4722070	Redtown	redtown	US		0	America/Chicago	31.41574	-94.9391	79	Red,Red Town,Redtown		TX	005		
4722116	Reeds Settlement	reeds-settlement	US		0	America/Chicago	33.70372	-94.92661	120			TX	387		
4722140	Refuge	refuge	US		0	America/Chicago	31.50129	-95.40106	98			TX	225		
4722154	Regal Estates Colonia	regal-estates-colonia	US		0	America/Chicago	26.25535	-98.36529	50			TX	215		
4722157	Regency	regency	US		0	America/Chicago	31.42044	-98.85088	381	Hanna Valley,Hannaville,Regency		TX	333		
4722158	Regency Acres Number 2 Colonia	regency-acres-number-2-colonia	US		0	America/Chicago	26.35924	-98.26029	42			TX	215		
4722163	Regency Village Colonia	regency-village-colonia	US		0	America/Chicago	27.62724	-99.22836	178			TX	479		
4722167	Regino Ramirez Colonia	regino-ramirez-colonia	US		0	America/Chicago	26.48839	-98.9342	118			TX	427		
4722172	Rehburg	rehburg	US		0	America/Chicago	30.25466	-96.56247	102			TX	477		
4722187	Reid Hope King	reid-hope-king	US		786	America/Chicago	25.9223	-97.41387	5			TX	061		
4722188	Reid Hope King Colonia	reid-hope-king-colonia	US		786	America/Chicago	25.91925	-97.41415	6	Reid Hope King		TX	061		
4722200	Reilly Springs	reilly-springs	US		0	America/Chicago	33.00595	-95.54523	147			TX	223		
4722201	Reina Colonia	reina-colonia	US		0	America/Chicago	26.27535	-98.43919	65	Reina Colonia,Reina Subdivision Colonia		TX	215		
4722203	Reina del Sol Mobile Home Estates Colonia	reina-del-sol-mobile-home-estates-colonia	US		0	America/Chicago	26.23646	-98.06223	25			TX	215		
4722205	Reinhardt	reinhardt	US		0	America/Chicago	32.83513	-96.68916	164			TX	113		
4722212	Rek Hill	rek-hill	US		0	America/Chicago	29.93245	-96.64025	104	Rek Hill,Reks Hill,Rex Hill		TX	149		
4722215	Relampago	relampago	US		132	America/Chicago	26.08508	-97.91861	21			TX	215		
4722222	Remolino	remolino	US		0	America/Chicago	26.38701	-98.90753	57			TX	427		
4722224	Remuda RV Park Colonia	remuda-rv-park-colonia	US		0	America/Chicago	26.17341	-98.08723	29			TX	215		
4722228	Renarae Colonia Number 1	renarae-colonia-number-1	US		0	America/Chicago	26.30146	-98.11417	26	Rena Rae Colonia,Renarae Colonia Number 1,Renarae Subdivision Number 1 Colonia		TX	215		
4722231	Rendon	rendon	US		12552	America/Chicago	32.57625	-97.2414	224			TX	439		
4722254	Renova (historical)	renova-historical	US		0	America/Chicago	31.20685	-94.82132	52			TX	005		
4722386	Restful Valley Ranch Colonia	restful-valley-ranch-colonia	US		0	America/Chicago	26.24035	-98.40418	45			TX	215		
4722436	Retreat	retreat	US		0	America/Chicago	32.13459	-97.47419	185			TX	217		
4722437	Retreat	retreat	US		392	America/Chicago	32.03404	-96.47443	144			TX	349		
4722440	Retta	retta	US		0	America/Chicago	32.55236	-97.23557	226			TX	439		
4722462	Reyes	reyes	US		0	America/Chicago	27.83919	-98.42751	152			TX	131		
4722466	Reyna Colonia	reyna-colonia	US		0	America/Chicago	26.39534	-98.82836	80			TX	427		
4722468	Reynard	reynard	US		0	America/Chicago	31.41046	-95.65467	61			TX	225		
4722503	Rhea Mills	rhea-mills	US		0	America/Chicago	33.26234	-96.73305	224	Rhea Mills,Rhea's Mills		TX	085		
4722517	Reynolds Crossing	reynolds-crossing	US		0	America/Chicago	33.03566	-99.32314	374			TX	447		
4722524	Rhode Island	rhode-island	US		0	America/Chicago	31.81544	-96.23136	119			TX	161		
4722536	Rhonesboro	rhonesboro	US		0	America/Chicago	32.75458	-95.14078	173			TX	459		
4722542	Ricardo	ricardo	US		1048	America/Chicago	27.42143	-97.85111	16	Ricardo,Richard		TX	273		
4722544	Rice Addition Colonia	rice-addition-colonia	US		0	America/Chicago	26.09535	-97.95334	20			TX	215		
4722577	Rice Tracts Colonia	rice-tracts-colonia	US		0	America/Chicago	26.05841	-97.62638	14			TX	061		
4722582	Rices Crossing	rices-crossing	US		0	America/Chicago	30.47965	-97.45833	168	Blue Hill,Rice's Crossing,Rices Crossing		TX	491		
4722668	Richland Hills	richland-hills	US		8098	America/Chicago	32.81596	-97.22807	173			TX	439		
4722700	Ricker (historical)	ricker-historical	US		0	America/Chicago	31.70043	-98.92033	402			TX	049		
4722703	Rickels	rickels	US		0	America/Chicago	33.18345	-97.82892	244			TX	497		
4722708	Ricky Colonia	ricky-colonia	US		0	America/Chicago	26.28729	-98.00723	21	Ricky Colonia,Ricky Subdivision Colonia		TX	215		
4722709	Riderville	riderville	US		0	America/Chicago	32.19322	-94.38159	88			TX	365		
4722714	Ridge Road Colonia	ridge-road-colonia	US		0	America/Chicago	26.18035	-98.20334	35			TX	215		
4722747	Ridings	ridings	US		0	America/Chicago	33.69955	-96.18442	180			TX	147		
4722748	Ridout	ridout	US		0	America/Chicago	29.08247	-98.1414	121			TX	493		
4722754	Riggs Ford	riggs-ford	US		0	America/Chicago	31.21795	-97.65474	182			TX	099		
4722831	Rio Bravo	rio-bravo	US		4818	America/Chicago	27.36419	-99.48004	124			TX	479		
4722832	Rio Bravo Annex Colonia	rio-bravo-annex-colonia	US		0	America/Chicago	27.36336	-99.49643	119			TX	479		
4722833	Rio Bravo Colonia	rio-bravo-colonia	US		0	America/Chicago	27.3653	-99.48143	122			TX	479		
4722852	Riomedina	riomedina	US		0	America/Chicago	29.43968	-98.88419	255	Rio Medina,Riomedina		TX	325		
4722853	Rios	rios	US		0	America/Chicago	27.4517	-98.26501	73			TX	131		
4722887	Rita	rita	US		0	America/Chicago	30.68686	-96.60886	91			TX	051		
4722890	Ritchie	ritchie	US		0	America/Chicago	31.47933	-97.22667	213			TX	309		
4722905	River Bend Colonia	river-bend-colonia	US		0	America/Chicago	26.34229	-98.18529	27	River Bend Colonia,River Bend Subdivision Colonia		TX	215		
4722909	River Creek Acres	river-creek-acres	US		0	America/Chicago	28.29861	-98.04723	29			TX	297		
4722911	River Crest Estates	river-crest-estates	US		0	America/Chicago	31.42602	-94.66771	67			TX	005		
4722916	River Hill	river-hill	US		0	America/Chicago	32.2296	-94.22019	93			TX	365		
4722917	River Hills	river-hills	US		0	America/Chicago	30.33909	-97.84945	152	River Hills,Rivers Hill		TX	453		
4722924	River Oaks	river-oaks	US		0	America/Chicago	32.62597	-96.91278	207			TX	113		
4722925	River Oaks	river-oaks	US		7724	America/Chicago	32.77707	-97.39446	183			TX	439		
4722931	River Oaks Number 2 Colonia	river-oaks-number-2-colonia	US		0	America/Chicago	28.30834	-97.76722	58			TX	025		
4722938	River Road Colonia	river-road-colonia	US		0	America/Chicago	26.13035	-98.05723	23	River Road Colonia,River Road Subdivision Colonia		TX	215		
4722939	River Spur	river-spur	US		0	America/Chicago	28.66081	-99.80311	170			TX	507		
4722940	River Terrace	river-terrace	US		0	America/Chicago	30.09994	-95.14604	22			TX	201		
4722945	Rivera Colonia	rivera-colonia	US		0	America/Chicago	26.41229	-98.97031	55	Rivera Colonia,Rivera Subdivision Colonia		TX	427		
4722950	Riverby	riverby	US		0	America/Chicago	33.84427	-95.9297	146			TX	147		
4722959	Rivereno Colonia	rivereno-colonia	US		0	America/Chicago	26.30646	-98.6403	71	Rivereno Colonia,Rivereno Subdivision Colonia		TX	427		
4722977	Riverside Crest	riverside-crest	US		0	America/Chicago	30.01661	-95.23715	15			TX	201		
4722978	Riverside Estates Colonia	riverside-estates-colonia	US		0	America/Chicago	26.23424	-98.4103	48			TX	215		
4723000	Riverside Terrace	riverside-terrace	US		0	America/Chicago	29.70856	-95.35688	12			TX	201		
4723010	Riviera Beach	riviera-beach	US		0	America/Chicago	27.28921	-97.66694	7			TX	273		
4723023	Roane	roane	US		0	America/Chicago	32.17404	-96.38026	131			TX	349		
4723042	Robberson	robberson	US		0	America/Chicago	26.65145	-98.58808	121			TX	427		
4723156	Robinette Colonia	robinette-colonia	US		0	America/Chicago	26.1323	-98.13834	24	Robinette Colonia,Robinette Subdivision Colonia		TX	215		
4723178	Robinson Colonia	robinson-colonia	US		0	America/Chicago	26.40923	-98.98531	57			TX	427		
4723211	Robles Ranch Colonia	robles-ranch-colonia	US		0	America/Chicago	26.16035	-97.84416	19	Rancho Solis Colonia,Robles Ranch Colonia		TX	061		
4723222	Roch	roch	US		0	America/Chicago	32.02403	-98.45505	381			TX	093		
4723280	Rock Crossing	rock-crossing	US		0	America/Chicago	33.9812	-99.14924	335			TX	487		
4723315	Rock House	rock-house	US		0	America/Chicago	29.95745	-96.55525	115	Rock House,Rockhouse		TX	015		
4723377	Rockett	rockett	US		0	America/Chicago	32.46986	-96.76388	150	Liberty,Rockett,Rockette		TX	139		
4723380	Rock Ford	rock-ford	US		0	America/Chicago	33.48789	-95.45079	134	Rock Ford,Rockford		TX	277		
4723384	Rockhill	rockhill	US		0	America/Chicago	33.20401	-96.8025	224			TX	085		
4723396	Rockne	rockne	US		0	America/Chicago	29.99578	-97.43111	145	Hilbigville,Lehmanville,Rockne		TX	021		
4723439	Rocky Branch	rocky-branch	US		0	America/Chicago	33.11151	-94.69798	106			TX	343		
4723462	Rocky Creek	rocky-creek	US		0	America/Chicago	30.25353	-98.52697	413	Rocky,Rocky Creek		TX	031		
4723562	Rocky Mound	rocky-mound	US		69	America/Chicago	33.01901	-95.02216	131			TX	063		
4723582	Rocky Point Center	rocky-point-center	US		0	America/Chicago	32.84596	-95.78357	146			TX	379		
4723592	Rocky Springs	rocky-springs	US		0	America/Chicago	31.32352	-94.59548	101			TX	005		
4723605	Roddy	roddy	US		0	America/Chicago	32.41736	-96.0358	134			TX	467		
4723635	Rodgers Lake Estates Colonia	rodgers-lake-estates-colonia	US		0	America/Chicago	26.33646	-98.2064	29			TX	215		
4723637	Rodgers Road Colonia	rodgers-road-colonia	US		0	America/Chicago	26.32229	-98.08834	23	Rodgers Road Colonia,Rodgers Road Subdivision Colonia		TX	215		
4723641	Rodriguez Addition Colonia	rodriguez-addition-colonia	US		0	America/Chicago	27.46531	-98.97141	262	Oilton and Rodriquez Addition Colonia,Rodriguez Addition Colonia		TX	479		
4723644	Rodriguez Colonia	rodriguez-colonia	US		0	America/Chicago	26.2884	-98.1364	29	Rodriguez Colonia,Rodriguez Subdivision Colonia		TX	215		
4723645	Rodriguez Colonia Number 2	rodriguez-colonia-number-2	US		0	America/Chicago	26.28729	-98.1364	29	Rodriguez Colonia Number 2,Rodriguez Subdivision Number 2 Colonia		TX	215		
4723648	Rodriguez Number 1 Colonia	rodriguez-number-1-colonia	US		0	America/Chicago	26.3584	-98.77725	49			TX	427		
4723649	Rodriguez Number 2 Colonia	rodriguez-number-2-colonia	US		0	America/Chicago	26.35729	-98.77641	48			TX	427		
4723652	Rodriguez Street Colonia	rodriguez-street-colonia	US		0	America/Chicago	26.23646	-98.1564	32			TX	215		
4723655	Roeder	roeder	US		0	America/Chicago	33.08568	-94.86327	110			TX	449		
4723663	Roganville	roganville	US		0	America/Chicago	30.8002	-93.90352	62			TX	241		
4723687	Rogers Hill	rogers-hill	US		0	America/Chicago	31.73127	-97.19889	158			TX	309		
4723708	Rogerslacy	rogerslacy	US		0	America/Chicago	26.27729	-97.8775	17			TX	215		
4723717	Rolling Acres Colonia	rolling-acres-colonia	US		0	America/Chicago	27.97335	-97.88917	41			TX	249		
4723718	Rolling Acres Estates Colonia	rolling-acres-estates-colonia	US		0	America/Chicago	27.94724	-97.98639	62			TX	249		
4723734	Rollingwood	rollingwood	US		1543	America/Chicago	30.27687	-97.79112	197			TX	453		
4723739	Rollover	rollover	US		0	America/Chicago	29.50607	-94.50686	2			TX	167		
4723745	Roma Creek	roma-creek	US		350	America/Chicago	26.42451	-99.02309	77			TX	427		
4723746	Roma Creek Number 1, 2 and 3 Colonia	roma-creek-number-1-2-and-3-colonia	US		0	America/Chicago	26.42034	-99.01836	66	2 and 3 Colonia,Roma Creek Number 1 Colonia,Roma Creek Number 1  2 and 3 Colonia		TX	427		
4723751	Rolling Hills	rolling-hills	US		0	America/Chicago	30.16744	-96.02023	80			TX	473		
4723755	Roman Forest	roman-forest	US		1847	America/Chicago	30.1791	-95.16243	32			TX	339		
4723763	Roma-Los Saenz	roma-los-saenz	US		9765	America/Chicago	26.40506	-99.01586	65	Los Saenz,Roma,Roma-Los Saenz		TX	427		
4723767	Romo Colonia	romo-colonia	US		0	America/Chicago	26.21535	-98.1614	31	Romo Colonia,Romo Subdivision Colonia		TX	215		
4723786	Roosevelt Colonia	roosevelt-colonia	US		0	America/Chicago	27.97224	-97.40333	16	Roosevelt Colonia,South Taft Colonia		TX	409		
4723803	Roosevelt School Colonia	roosevelt-school-colonia	US		0	America/Chicago	26.16646	-97.98222	23	Roosevelt - FM 1423 Colonia,Roosevelt School Colonia		TX	215		
4723817	Rosalito Colonia	rosalito-colonia	US		0	America/Chicago	26.29229	-98.03639	21	Rosalito Colonia,Rosalito Subdivision Colonia		TX	215		
4723824	Rosa Linda Colonia	rosa-linda-colonia	US		0	America/Chicago	26.2323	-98.25529	37	Rosa Linda Colonia,Rosa Linda Subdivision Colonia		TX	215		
4723832	Rose Hill Acres	rose-hill-acres	US		445	America/Chicago	30.19827	-94.19491	7			TX	199		
4723875	Rosedale Acres	rosedale-acres	US		0	America/Chicago	30.15049	-94.18657	9			TX	245		
4723881	Rosedale Heights Colonia	rosedale-heights-colonia	US		0	America/Chicago	26.15646	-98.01723	24	Rosedale Colonia,Rosedale Heights Colonia		TX	215		
4723922	Rosenthal	rosenthal	US		0	America/Chicago	31.41739	-97.09944	151			TX	309		
4723934	Rosevine	rosevine	US		0	America/Chicago	31.42046	-93.97519	94			TX	403		
4723953	Rosita	rosita	US		0	America/Chicago	27.78641	-98.43057	135	Rosita,Rosita Ranch		TX	131		
4723954	Rosita	rosita	US		0	America/Chicago	26.39979	-98.92781	56			TX	427		
4723996	Rosslyn	rosslyn	US		0	America/Chicago	29.8355	-95.47939	24			TX	201		
4724011	Roth Estates Colonia	roth-estates-colonia	US		0	America/Chicago	27.94141	-97.96639	55			TX	249		
4724013	Rotherwood	rotherwood	US		0	America/Chicago	30.08327	-95.49661	43			TX	201		
4724037	Rough Creek Crossing	rough-creek-crossing	US		0	America/Chicago	31.13017	-98.54504	328			TX	411		
4724056	Round House (historical)	round-house-historical	US		0	America/Chicago	32.01932	-96.1558	97			TX	349		
4724075	Round Mott	round-mott	US		0	America/Chicago	29.22914	-96.45941	34			TX	481		
4724124	Round Prairie	round-prairie	US		0	America/Chicago	32.03543	-96.17831	105			TX	349		
4724125	Round Prairie	round-prairie	US		0	America/Chicago	31.29601	-96.36441	128			TX	395		
4724143	Round Timber	round-timber	US		0	America/Chicago	33.43593	-99.07063	375			TX	023		
4724182	Rowden	rowden	US		0	America/Chicago	32.20402	-99.34396	573			TX	059		
4724233	Royal Palms Estates Colonia	royal-palms-estates-colonia	US		0	America/Chicago	26.2073	-98.37835	37			TX	215		
4724237	Royalty House Number 2 and 3 Colonia	royalty-house-number-2-and-3-colonia	US		0	America/Chicago	26.16841	-98.11223	30	Royalty House Number 2 & 3 Colonia,Royalty House Number 2 and 3 Colonia		TX	215		
4724240	Royder	royder	US		0	America/Chicago	30.5277	-96.30496	95			TX	041		
4724248	Roznov	roznov	US		0	America/Chicago	29.98439	-96.70831	116			TX	149		
4724249	Rozypal Estates Colonia	rozypal-estates-colonia	US		0	America/Chicago	28.05224	-97.93722	54			TX	249		
4724257	Royal Forest	royal-forest	US		0	America/Chicago	29.848	-98.08723	309			TX	091		
4724259	Rucker	rucker	US		0	America/Chicago	32.16514	-98.60283	424			TX	093		
4724276	Rugeley	rugeley	US		0	America/Chicago	28.96053	-95.82301	11			TX	321		
4724290	Ruliff	ruliff	US		0	America/Chicago	30.27409	-93.73267	6	Ruhff,Ruliff		TX	351		
4724291	Rumley	rumley	US		0	America/Chicago	31.17295	-98.06808	293			TX	281		
4724298	Runaway Bay	runaway-bay	US		1408	America/Chicago	33.16789	-97.87837	278			TX	497		
4724306	Runn	runn	US		0	America/Chicago	26.07786	-98.06056	25	Asadores Ranch,Runn		TX	215		
4724307	Runn Colonia	runn-colonia	US		0	America/Chicago	26.07924	-98.07528	25			TX	215		
4724325	Rural Shade	rural-shade	US		0	America/Chicago	32.05016	-96.13942	102			TX	349		
4724328	Rush Addition Colonia	rush-addition-colonia	US		0	America/Chicago	27.22643	-98.12334	34			TX	047		
4724337	Rush Colonia	rush-colonia	US		0	America/Chicago	26.24646	-98.27418	40	Rush Colonia,Rush Subdivision Colonia		TX	215		
4724402	Russell Crossing	russell-crossing	US		0	America/Chicago	30.67241	-97.75057	237			TX	491		
4724422	Russelltown	russelltown	US		0	America/Chicago	26.08285	-97.58193	12	Barreda,Russelltown,Russeltown		TX	061		
4724433	Rutersville	rutersville	US		0	America/Chicago	29.94772	-96.7972	138			TX	149		
4724441	Rutherford-Harding Addition Colonia	rutherford-harding-addition-colonia	US		0	America/Chicago	26.08036	-97.25636	3			TX	061		
4724442	Ruthven Colonia Number 2	ruthven-colonia-number-2	US		0	America/Chicago	26.2934	-98.06917	23	Ruthven Colonia Number 2,Ruthven Subdivision Number 2 Colonia		TX	215		
4724443	Ruthven Number 1 Colonia	ruthven-number-1-colonia	US		0	America/Chicago	26.29535	-98.07723	23	Ruthuen Numer 1 Colonia,Ruthven Number 1 Colonia		TX	215		
4724481	Rymers	rymers	US		0	America/Chicago	28.85637	-95.94163	11			TX	321		
4724483	Rylie	rylie	US		0	America/Chicago	32.69069	-96.63749	140			TX	113		
4724504	S Truman Phelps Colonia	s-truman-phelps-colonia	US		0	America/Chicago	26.87587	-99.30226	92			TX	505		
4724506	S and C Colonia	s-and-c-colonia	US		0	America/Chicago	26.36424	-97.79027	11			TX	489		
4724512	SH 88-14 North-6 West Colonia	sh-88-14-north-6-west-colonia	US		0	America/Chicago	26.26341	-97.99917	21			TX	215		
4724513	SH 88-15 North-4 West Colonia	sh-88-15-north-4-west-colonia	US		0	America/Chicago	26.27229	-97.98028	18			TX	215		
4724527	Sabanno	sabanno	US		0	America/Chicago	32.18541	-99.09062	529	Sabanna,Sabanno		TX	133		
4724529	Sabathany	sabathany	US		0	America/Chicago	32.90485	-97.61253	251			TX	367		
4724557	Sabinetown	sabinetown	US		0	America/Chicago	31.40296	-93.70851	77			TX	403		
4724470	Rye	rye	US	03870	0	America/Chicago	30.45271	-94.76882	37			TX	291		
4724640	Sagerton	sagerton	US		0	America/Chicago	33.07705	-99.95565	498			TX	207		
4724798	Saint Clair Acres Colonia	saint-clair-acres-colonia	US		0	America/Chicago	26.27146	-98.5553	58			TX	215		
4724799	Saint Claire Fisher Colonia	saint-claire-fisher-colonia	US		0	America/Chicago	26.27729	-98.5553	61	Saint Claire Fisher Colonia,Saint Claire Fisher Subdivision Colonia,St. Claire Fisher Colonia		TX	215		
4724830	Saint Elijah Village	saint-elijah-village	US		0	America/Chicago	31.22239	-97.7878	241			TX	099		
4725073	Saint Johns Colony	saint-johns-colony	US		0	America/Chicago	29.97105	-97.55833	166			TX	055		
4725563	Saint Paul Number 1 Colonia	saint-paul-number-1-colonia	US		0	America/Chicago	28.08029	-97.57222	23			TX	409		
4725814	Saint Paul Estates Colonia	saint-paul-estates-colonia	US		0	America/Chicago	28.08029	-97.56722	20			TX	409		
4725824	Salado Junction	salado-junction	US		0	America/Chicago	29.45051	-98.41779	198			TX	029		
4725846	Salazar Heights Colonia	salazar-heights-colonia	US		0	America/Chicago	28.38528	-97.79028	82			TX	025		
4725848	Saldivar Colonia	saldivar-colonia	US		0	America/Chicago	25.91147	-97.38915	5	Saldivar Colonia,Saldivar II Colonia		TX	061		
4725901	Salida del Sol Estates Colonia	salida-del-sol-estates-colonia	US		0	America/Chicago	26.32424	-98.4403	68	Salida del Sol Estates Colonia,Salida del Sol Estates Subdivision Colonia		TX	215		
4725903	Salas Colonia	salas-colonia	US		0	America/Chicago	26.28646	-98.30918	49	Salas Colonia,Salas Subdivision Colonia		TX	215		
4725904	Salinas Colonia	salinas-colonia	US		0	America/Chicago	26.4034	-98.9892	57			TX	427		
4725910	Salinas-Hinojosa Colonia	salinas-hinojosa-colonia	US		0	America/Chicago	26.29924	-97.98639	19	Salinas-Hinojosa Colonia,Salinas-Hinojosa Subdivision Colonia		TX	215		
4725914	Salinas Colonia	salinas-colonia	US		0	America/Chicago	27.88724	-98.09139	82	Salinas Colonia,Salinas Subdivision Colonia		TX	249		
4725936	Salmon Colonia	salmon-colonia	US		0	America/Chicago	26.39534	-98.84336	68			TX	427		
4725941	Salona	salona	US		0	America/Chicago	33.54733	-97.74781	316			TX	337		
4726030	Salt Gap	salt-gap	US		0	America/Chicago	31.30378	-99.59923	509			TX	307		
4726057	Salter	salter	US		0	America/Chicago	31.03463	-96.74526	91			TX	395		
4726068	Salty	salty	US		0	America/Chicago	30.59353	-97.13277	152			TX	331		
4726087	Sam Fordyce	sam-fordyce	US		0	America/Chicago	26.24924	-98.52891	45			TX	215		
4726131	Sam Houston	sam-houston	US		0	America/Chicago	30.32521	-94.80854	16			TX	291		
4726133	Sam Rayburn	sam-rayburn	US		1181	America/Chicago	31.06408	-94.03575	61			TX	241		
4726159	Sammy Martinez Colonia	sammy-martinez-colonia	US		0	America/Chicago	26.43034	-98.7553	82			TX	427		
4726162	Sample	sample	US		0	America/Chicago	29.21886	-97.52333	98	Sample,Sample Community		TX	177		
4726205	San Angelo Junction	san-angelo-junction	US		0	America/Chicago	31.77626	-99.36784	517	Coleman Junction,San Angelo Junction		TX	083		
4726240	San Antonio Prairie	san-antonio-prairie	US		0	America/Chicago	30.45799	-96.78331	132			TX	051		
4724839	Saint Elmo	saint-elmo	US	36568	0	America/Chicago	31.93794	-96.18192	110			TX	161		
4726251	San Antonio Viejo	san-antonio-viejo	US		0	America/Chicago	26.9556	-98.83281	228			TX	247		
4726294	San Carlos Acres Colonia	san-carlos-acres-colonia	US		0	America/Chicago	26.29424	-98.05639	22			TX	215		
4726298	San Carlos Farms Colonia	san-carlos-farms-colonia	US		0	America/Chicago	26.30229	-98.07223	23	San Carlos Farms Colonia,San Carlos Farms Subdivision Colonia		TX	215		
4726300	San Carlos Number 1 Colonia	san-carlos-number-1-colonia	US		316	America/Chicago	27.4903	-99.37337	164	San Carlos I,San Carlos Number 1 Colonia,San Carlos and San Enrique Colonia		TX	479		
4726301	San Carlos Number 2 Colonia	san-carlos-number-2-colonia	US		0	America/Chicago	27.4903	-99.36837	166	San Carlos Number 2 Colonia,San Carlos and San Enrique Colonia		TX	479		
4726328	San Fernando Colonia	san-fernando-colonia	US		0	America/Chicago	26.40534	-98.83642	79			TX	427		
4726361	San Ignacio Viejo Unit 2 Colonia	san-ignacio-viejo-unit-2-colonia	US		0	America/Chicago	27.01725	-99.40726	102			TX	505		
4726421	San Jose Colonia	san-jose-colonia	US		0	America/Chicago	26.39423	-98.84142	68			TX	427		
4726449	San Juan Colonia	san-juan-colonia	US		129	America/Chicago	26.41645	-98.9442	68			TX	427		
4726452	San Juan East Colonia	san-juan-east-colonia	US		0	America/Chicago	26.18035	-98.13918	32	San Juan East Colonia,San Juan East Subdivision Colonia		TX	215		
4726461	San Juan South Estates Colonia	san-juan-south-estates-colonia	US		0	America/Chicago	26.17646	-98.16029	34			TX	215		
4726477	San Leon	san-leon	US		4970	America/Chicago	29.48329	-94.92215	3	San Leon,San León,San Lion,Сан Лион		TX	167		
4726500	San Leanna	san-leanna	US		536	America/Chicago	30.14577	-97.81806	204			TX	453		
4726542	San Pedro Colonia	san-pedro-colonia	US		0	America/Chicago	25.98147	-97.59832	13			TX	061		
4726570	San Petronilla Number 3 Colonia	san-petronilla-number-3-colonia	US		0	America/Chicago	27.88919	-98.10723	89			TX	249		
4726579	San Roman	san-roman	US		0	America/Chicago	26.75311	-98.84169	145			TX	427		
4726601	San Vicente Estates Colonia	san-vicente-estates-colonia	US		0	America/Chicago	26.22646	-97.52526	5			TX	061		
4726608	Sanchez Addition Colonia	sanchez-addition-colonia	US		0	America/Chicago	27.7403	-98.08723	64	Rancho Alegre Colonia,Sanchez Addition Colonia		TX	249		
4726614	Sanchez Ranch Colonia	sanchez-ranch-colonia	US		0	America/Chicago	26.09647	-98.22529	30			TX	215		
4726617	Sanctuary	sanctuary	US		347	America/Chicago	32.90874	-97.58419	234			TX	367		
4726681	Sand Flat	sand-flat	US		0	America/Chicago	32.32292	-97.28835	248			TX	251		
4726683	Sand Flat	sand-flat	US		0	America/Chicago	32.62736	-95.65052	141			TX	467		
4726689	Sand Flats	sand-flats	US		0	America/Chicago	31.54823	-95.81135	92			TX	289		
4726697	Sand Hill	sand-hill	US		0	America/Chicago	32.7718	-94.84049	137			TX	459		
4726714	Sand Flat	sand-flat	US		0	America/Chicago	32.48737	-95.28078	188			TX	423		
4726746	Sand Ridge	sand-ridge	US		0	America/Chicago	31.10741	-95.68495	50			TX	225		
4726749	Sand Ridge	sand-ridge	US		0	America/Chicago	29.4183	-96.25219	42			TX	481		
4726800	Sandia Gardens Colonia	sandia-gardens-colonia	US		0	America/Chicago	28.02224	-97.87417	40	Sandia Colonia,Sandia Gardens Colonia		TX	249		
4726801	Sandia Mobile Home Park Colonia	sandia-mobile-home-park-colonia	US		0	America/Chicago	28.02724	-97.81833	23	Sandia Colonia,Sandia Mobile Home Park Colonia		TX	249		
4726815	Sandjack	sandjack	US		0	America/Chicago	30.63965	-93.70767	19	Liveoak,Lower Belgrade,Sandjack		TX	351		
4726817	Sandow	sandow	US		0	America/Chicago	30.56465	-97.07277	146			TX	331		
4726825	Sandune	sandune	US		0	America/Chicago	30.12438	-94.77437	11			TX	291		
4726832	Sandy Bluff Colonia	sandy-bluff-colonia	US		0	America/Chicago	27.97641	-97.88917	39			TX	249		
4726861	Sandy Colonia	sandy-colonia	US		0	America/Chicago	26.48729	-97.84528	11			TX	489		
4726932	Sandy Hill	sandy-hill	US		0	America/Chicago	30.27799	-96.3258	102			TX	477		
4726934	Sandy Fork	sandy-fork	US		0	America/Chicago	29.68495	-97.41721	114			TX	177		
4726949	Sandy Ridge Colonia	sandy-ridge-colonia	US		0	America/Chicago	26.37229	-98.11834	29			TX	215		
4726971	Sansom Park	sansom-park	US		4858	America/Chicago	32.80596	-97.40307	229	Sansom Park,Sansom Park Village		TX	439		
4726977	Santa Amalia Colonia	santa-amalia-colonia	US		0	America/Chicago	26.09647	-97.97334	22	Santa Amalia Colonia,Santa Amalia Subdivision Colonia		TX	215		
4726993	Santa Catarina	santa-catarina	US		0	America/Chicago	26.65534	-98.57752	116			TX	427		
4727008	Santa Cruz Estates Colonia	santa-cruz-estates-colonia	US		0	America/Chicago	26.34229	-98.11917	26			TX	215		
4727009	Santa Cruz Number 2 Colonia	santa-cruz-number-2-colonia	US		0	America/Chicago	26.3634	-98.77141	59			TX	427		
4727010	Santa Cruz Orange Gardens Colonia	santa-cruz-orange-gardens-colonia	US		0	America/Chicago	26.36646	-98.14834	27			TX	215		
4727019	Santa Elena Colonia	santa-elena-colonia	US		0	America/Chicago	26.2473	-97.63221	9			TX	061		
4727077	Santa Rosa Annex Colonia	santa-rosa-annex-colonia	US		0	America/Chicago	26.23841	-97.82333	15			TX	061		
4727078	Santa Rosa Colonia	santa-rosa-colonia	US		241	America/Chicago	26.35229	-98.76919	49			TX	427		
4727084	Santa Rosa Number 12 Colonia	santa-rosa-number-12-colonia	US		0	America/Chicago	26.24924	-97.82639	15			TX	061		
4727085	Santa Rosa Number 14 Colonia	santa-rosa-number-14-colonia	US		0	America/Chicago	26.2473	-97.82139	15			TX	061		
4727086	Santa Rosa Number 5 Colonia	santa-rosa-number-5-colonia	US		0	America/Chicago	26.25841	-97.82139	15			TX	061		
4727087	Santa Rosa Number 6 Colonia	santa-rosa-number-6-colonia	US		0	America/Chicago	26.23035	-97.82722	15			TX	061		
4727088	Santa Rosa Number 9 Colonia	santa-rosa-number-9-colonia	US		0	America/Chicago	26.26035	-97.83416	15			TX	061		
4727098	Santel Colonia	santel-colonia	US		0	America/Chicago	26.37645	-98.88336	53	Santel Colonia,Santel Subdivision Colonia		TX	427		
4727115	Santo Tomas	santo-tomas	US		0	America/Chicago	27.74418	-99.75144	163			TX	479		
4727123	Sapoak	sapoak	US		0	America/Chicago	32.45486	-98.24782	326			TX	143		
4727134	Sarber	sarber	US		0	America/Chicago	32.81708	-94.46242	95			TX	315		
4727136	Sarco	sarco	US		0	America/Chicago	28.51166	-97.40221	43			TX	175		
4727167	Saron	saron	US		0	America/Chicago	31.03574	-95.26411	83			TX	455		
4727186	Sash	sash	US		0	America/Chicago	33.74732	-95.91136	165			TX	147		
4727187	Saspamco	saspamco	US		0	America/Chicago	29.23441	-98.29584	146			TX	493		
4727195	Sattler	sattler	US		0	America/Chicago	29.848	-98.17557	239	Mountain Valley,Sattler,Walhalla		TX	091		
4727196	Saturn	saturn	US		0	America/Chicago	29.60246	-97.3386	113	Ettowa,McGee Mill,Nash's Mill,Possum Trot,Prickly Pear,Saturn		TX	177		
4727197	Saturn	saturn	US		0	America/Chicago	29.59885	-97.3436	111	Possum Trot,Saturn		TX	177		
4727210	Sauney Stand	sauney-stand	US		0	America/Chicago	30.09355	-96.22274	70			TX	477		
4727222	Savannah (historical)	savannah-historical	US		0	America/Chicago	33.53622	-94.84521	134			TX	387		
4727254	Saxet	saxet	US		0	America/Chicago	31.966	-94.29881	112			TX	419		
4727260	Sayers	sayers	US		0	America/Chicago	29.37412	-98.2889	161			TX	029		
4727261	Sayersville	sayersville	US		0	America/Chicago	30.23188	-97.32722	126			TX	021		
4727270	Scallorn	scallorn	US		0	America/Chicago	31.32961	-98.47421	466			TX	333		
4727288	Scatter Branch	scatter-branch	US		0	America/Chicago	33.23983	-95.96858	160			TX	231		
4727290	Scenic Oaks	scenic-oaks	US		4957	America/Chicago	29.71078	-98.67586	404			TX	029		
4727291	Scenic Woods	scenic-woods	US		0	America/Chicago	29.86078	-95.30077	16			TX	201		
4727304	Schattel	schattel	US		0	America/Chicago	28.9533	-98.85808	184			TX	163		
4727323	Schicke Point Community	schicke-point-community	US		0	America/Chicago	28.64111	-96.3558	0			TX	057		
4727371	School Heights Addition Number 2 Colonia	school-heights-addition-number-2-colonia	US		0	America/Chicago	27.87919	-98.62029	166			TX	131		
4727375	Schoolerville	schoolerville	US		0	America/Chicago	31.61655	-98.18309	365			TX	193		
4727389	Schoolland	schoolland	US		0	America/Chicago	29.33385	-97.66444	111			TX	177		
4727405	Schroeder Colonia	schroeder-colonia	US		0	America/Chicago	26.13924	-98.05417	24	Schroeder Colonia,Schroeder Subdivision Colonia		TX	215		
4727412	Schuerbach Acres Colonia	schuerbach-acres-colonia	US		0	America/Chicago	26.28646	-98.34835	53			TX	215		
4727443	Schumannsville	schumannsville	US		0	America/Chicago	29.64523	-98.07667	192	Schumannsville,Schumansville		TX	187		
4727445	Schunior's Colonia	schunior-s-colonia	US		0	America/Chicago	26.31229	-98.12223	29	Schunior's Colonia,Schuniors Subdivision Colonia		TX	215		
4727451	Schwab City	schwab-city	US		0	America/Chicago	30.5927	-94.83132	63	Crossroads,Munsonville,Schwab,Schwab City		TX	373		
4727453	Schwartz Colonia	schwartz-colonia	US		0	America/Chicago	26.34035	-97.4322	1			TX	061		
4727464	Science Hall	science-hall	US		0	America/Chicago	30.86659	-94.11741	37			TX	241		
4727466	Scissors	scissors	US		3186	America/Chicago	26.1398	-98.05389	24			TX	215		
4727467	Scobee	scobee	US		0	America/Chicago	30.64574	-98.31614	293			TX	053		
4727470	Scofield	scofield	US		0	America/Chicago	30.35382	-96.43997	70			TX	051		
4727505	Scott Crossing	scott-crossing	US		0	America/Chicago	33.07761	-99.5437	415			TX	207		
4727555	Scrapping Valley	scrapping-valley	US		0	America/Chicago	31.1538	-93.85852	84			TX	351		
4727562	Scotts Crossing	scotts-crossing	US		0	America/Chicago	30.72823	-98.81365	332			TX	299		
4727569	Scurlock	scurlock	US		0	America/Chicago	28.68083	-97.31277	49			TX	175		
4727578	Sea Breeze	sea-breeze	US		0	America/Chicago	29.71911	-94.37463	3			TX	071		
4727580	Sea Isle	sea-isle	US		0	America/Chicago	29.14302	-95.04354	2			TX	167		
4727646	Seawillow	seawillow	US		0	America/Chicago	29.82328	-97.60555	125	Cibolo,Seawillow		TX	055		
4727654	Seclusion	seclusion	US		0	America/Chicago	29.3008	-96.69581	46	Boxville,Seclusion		TX	285		
4727696	Second Corinth	second-corinth	US		0	America/Chicago	30.14327	-96.11746	61			TX	473		
4727697	Second Crossing	second-crossing	US		0	America/Chicago	29.77883	-98.16029	203			TX	091		
4727698	Second Crossing	second-crossing	US		0	America/Chicago	29.51523	-99.69728	384			TX	463		
4727711	Second Rancho Chico Additio Colonia	second-rancho-chico-additio-colonia	US		0	America/Chicago	28.02529	-97.49833	15			TX	409		
4727712	Second Roosevelt Colonia	second-roosevelt-colonia	US		0	America/Chicago	27.97141	-97.40138	16	Second Roosevelt Colonia,South Taft Colonia		TX	409		
4727723	Security	security	US		0	America/Chicago	30.32799	-95.23938	49			TX	339		
4727735	Sedwick	sedwick	US		0	America/Chicago	32.60318	-99.20452	421	Sedwick,Sedwick Community,Vesta Switch		TX	417		
4727742	Seeligson	seeligson	US		0	America/Chicago	27.4092	-98.11584	46			TX	249		
4727752	Segno	segno	US		0	America/Chicago	30.57715	-94.68632	63			TX	373		
4727754	Segovia	segovia	US		0	America/Chicago	30.41936	-99.67034	544			TX	267		
4727758	Seger	seger	US		0	America/Chicago	30.9213	-96.62331	111			TX	395		
4727767	Sejita	sejita	US		0	America/Chicago	27.30365	-98.43973	110			TX	131		
4727778	Selfs	selfs	US		0	America/Chicago	33.69232	-95.91441	189			TX	147		
4727792	Selman	selman	US		0	America/Chicago	31.25378	-99.10116	470			TX	307		
4727801	Seminary Estates Colonia	seminary-estates-colonia	US		0	America/Chicago	26.3784	-98.1664	26			TX	215		
4727803	Seminary South Colonia	seminary-south-colonia	US		0	America/Chicago	26.38035	-98.16223	24	Seminary South Colonia,Seminary South Subdivision Colonia		TX	215		
4727804	Seminary Village Colonia	seminary-village-colonia	US		0	America/Chicago	26.3684	-98.16418	27	Seminary Village Colonia,Seminary Village Subdivision Colonia		TX	215		
4727805	Sempronius (historical)	sempronius-historical	US		0	America/Chicago	30.07022	-96.28052	78			TX	015		
4727806	Senate	senate	US		0	America/Chicago	33.17428	-98.29422	367			TX	237		
4727808	Sendero Colonia	sendero-colonia	US		0	America/Chicago	26.25229	-98.27724	42	Sendero Colonia,Sendero Subdivision Colonia		TX	215		
4727818	Senterfitt	senterfitt	US		0	America/Chicago	31.19795	-98.43726	400			TX	281		
4727819	Senterfitt (historical)	senterfitt-historical	US		0	America/Chicago	31.20017	-98.44281	402			TX	281		
4727830	Serbin	serbin	US		0	America/Chicago	30.12772	-96.99887	136			TX	287		
4727831	Serenada	serenada	US		1641	America/Chicago	30.69936	-97.69195	250			TX	491		
4727832	Serendipity Way Colonia	serendipity-way-colonia	US		0	America/Chicago	26.2073	-98.08028	27			TX	215		
4727853	Settegast	settegast	US		0	America/Chicago	29.84161	-95.28438	13			TX	201		
4727869	Seven Knobs	seven-knobs	US		0	America/Chicago	32.15209	-97.74919	288			TX	425		
4727870	Seven L Crossing	seven-l-crossing	US		0	America/Chicago	34.18897	-99.87482	433			TX	197		
4727871	Seven Oaks	seven-oaks	US		113	America/Chicago	30.85214	-94.86715	67	Seven Oaks,Sevenoaks		TX	373		
4727872	Seven Pines	seven-pines	US		0	America/Chicago	32.59153	-94.8191	134			TX	183		
4727873	Seven Points	seven-points	US		1447	America/Chicago	32.32042	-96.21303	117			TX	213		
4727874	Seven Sisters	seven-sisters	US		0	America/Chicago	28.01057	-98.53918	146			TX	131		
4727926	Seventh Street Addition Colonia	seventh-street-addition-colonia	US		0	America/Chicago	26.1923	-98.11334	30	Seventh Street Addition Colonia,Seventh Street Subdivision Colonia		TX	215		
4727935	Seville Park Number 1 Colonia	seville-park-number-1-colonia	US		0	America/Chicago	26.26924	-98.15334	30			TX	215		
4727936	Seward Junction	seward-junction	US		0	America/Chicago	30.6538	-97.87557	309			TX	491		
4727944	Sexton	sexton	US		0	America/Chicago	31.56296	-93.91102	94			TX	403		
4727945	Sexton City	sexton-city	US		0	America/Chicago	32.29321	-94.92522	165			TX	401		
4727946	Seymore	seymore	US		0	America/Chicago	32.99095	-95.59551	150			TX	223		
4727981	Shadowland	shadowland	US		0	America/Chicago	33.51872	-95.28245	134			TX	387		
4727984	Shady Acres Colonia	shady-acres-colonia	US		0	America/Chicago	28.02835	-97.84333	18			TX	249		
4728052	Shady Hollow	shady-hollow	US		5004	America/Chicago	30.16493	-97.86223	229			TX	453		
4728058	Shady Oaks	shady-oaks	US		0	America/Chicago	32.11654	-95.90247	152			TX	213		
4728064	Shady Shores	shady-shores	US		2866	America/Chicago	33.16512	-97.02945	164			TX	121		
4728089	Shamrock Shores	shamrock-shores	US		0	America/Chicago	31.82043	-99.09922	453			TX	049		
4728094	Shankleville	shankleville	US		0	America/Chicago	30.9702	-93.70684	66	Shanklerville,Shanklerville Community,Shankleville		TX	351		
4728106	Share 52 Colonia	share-52-colonia	US		0	America/Chicago	26.36534	-98.77725	61			TX	427		
4728111	Sharp	sharp	US		0	America/Chicago	30.7513	-97.1561	150			TX	331		
4728136	Shary Colonia	shary-colonia	US		0	America/Chicago	26.29646	-98.2664	43			TX	215		
4728137	Shary Country Acres Colonia	shary-country-acres-colonia	US		0	America/Chicago	26.31229	-98.27418	44			TX	215		
4728138	Shary Groves Estates Colonia	shary-groves-estates-colonia	US		0	America/Chicago	26.28229	-98.27029	42	Shary Grove Estates Number 1 Colonia,Shary Groves Estates Colonia		TX	215		
4728139	Shary Groves Estates Number 2 Colonia	shary-groves-estates-number-2-colonia	US		0	America/Chicago	26.26424	-98.26918	40			TX	215		
4727847	Seth	seth	US	25181	0	America/Chicago	30.29882	-94.1838	11			TX	199		
4728140	Sharyland	sharyland	US		0	America/Chicago	26.21118	-98.28807	40	Sharyland,Shayland		TX	215		
4728147	Shavano Park	shavano-park	US		3527	America/Chicago	29.58495	-98.55252	298			TX	029		
4728191	Shawnee Prairie	shawnee-prairie	US		0	America/Chicago	31.17963	-94.54381	67			TX	005		
4728197	Shaws Bend	shaws-bend	US		0	America/Chicago	29.73662	-96.6397	75			TX	089		
4728210	Sheeks	sheeks	US		0	America/Chicago	29.98133	-94.9752	19			TX	291		
4728269	Shell Ridge	shell-ridge	US		0	America/Chicago	27.99724	-97.06027	0	Dead Horse Mountains,Shell Ridge		TX	007		
4728320	Shepton	shepton	US		0	America/Chicago	33.02734	-96.79472	211			TX	085		
4728338	Sherman Junction	sherman-junction	US		0	America/Chicago	33.65511	-96.55138	222			TX	181		
4728347	Sherry	sherry	US		0	America/Chicago	33.54344	-95.103	113			TX	387		
4728349	Sherwood Forest Colonia	sherwood-forest-colonia	US		0	America/Chicago	27.92724	-97.16832	5	Sherwood Forest Colonia,West Aransas Pass Colonia		TX	409		
4728352	Sherwood Place	sherwood-place	US		0	America/Chicago	29.87356	-95.32132	17			TX	201		
4728355	Sherwood Shores	sherwood-shores	US		0	America/Chicago	30.59352	-98.35891	261			TX	053		
4728357	Sherwood Shores	sherwood-shores	US		1190	America/Chicago	33.85232	-96.81778	219			TX	181		
4728385	Shiloh (historical)	shiloh-historical	US		0	America/Chicago	30.09188	-97.38333	136			TX	021		
4728515	Shirley Creek	shirley-creek	US		0	America/Chicago	31.31491	-94.38381	80			TX	347		
4728531	Shive	shive	US		0	America/Chicago	31.61238	-98.23476	408			TX	193		
4728544	Shoemaker Acres Colonia	shoemaker-acres-colonia	US		0	America/Chicago	26.0723	-97.44526	5			TX	061		
4728557	Shoreacres	shoreacres	US		1603	America/Chicago	29.62023	-95.00993	3			TX	201		
4728559	Short	short	US		0	America/Chicago	31.71795	-94.18381	98			TX	419		
4728576	Shorts Corner	shorts-corner	US		0	America/Chicago	29.54828	-98.41113	240			TX	029		
4728579	Shotgun Crossing	shotgun-crossing	US		0	America/Chicago	32.92095	-95.70691	123			TX	379		
4728583	Shovel Mountain	shovel-mountain	US		0	America/Chicago	30.48103	-98.27724	327	Shovel Mountain,Shovel Mountain Community,Shovelmount		TX	053		
4728584	Shovel Mountain	shovel-mountain	US		0	America/Chicago	30.48325	-98.27808	330	Giesecke's Store,Shovel Mountain,Shovel Mountain Community,Shovelmount		TX	053		
4728591	Shortall	shortall	US		0	America/Chicago	31.07545	-98.08169	286			TX	281		
4728592	Shull Addition Colonia	shull-addition-colonia	US		0	America/Chicago	26.09424	-97.95639	21			TX	215		
4728608	Sienna Plantation	sienna-plantation	US		13721	America/Chicago	29.48607	-95.508	18			TX	157		
4728616	Siesta Shores	siesta-shores	US		1382	America/Chicago	26.8581	-99.25365	114			TX	505		
4728617	Siesta Shores 1 Colonia	siesta-shores-1-colonia	US		0	America/Chicago	26.86143	-99.2542	104			TX	505		
4728618	Siesta Shores 3 Colonia	siesta-shores-3-colonia	US		0	America/Chicago	26.85643	-99.2592	102			TX	505		
4728619	Siesta Shores Section A Colonia	siesta-shores-section-a-colonia	US		0	America/Chicago	26.85532	-99.25337	107			TX	505		
4728620	Siesta Village Number 1 Colonia	siesta-village-number-1-colonia	US		0	America/Chicago	26.13341	-97.95917	21			TX	215		
4728621	Siesta Village Number 2 Colonia	siesta-village-number-2-colonia	US		0	America/Chicago	26.13424	-97.96222	20			TX	215		
4728622	Siesta Village Number 3 Colonia	siesta-village-number-3-colonia	US		0	America/Chicago	26.13341	-97.96222	20			TX	215		
4728623	Siesta Village Number 4 Colonia	siesta-village-number-4-colonia	US		0	America/Chicago	26.13146	-97.96222	20			TX	215		
4728625	Sierra Alto Mobile Home Colonia	sierra-alto-mobile-home-colonia	US		0	America/Chicago	26.16841	-97.84833	18	Sierra Alto Mobile Home Colonia,Sierra Alto Subdivision Colonia		TX	061		
4728629	Siez Tract Colonia	siez-tract-colonia	US		0	America/Chicago	26.32535	-98.13334	27			TX	215		
4728677	Silver Creek Village	silver-creek-village	US		0	America/Chicago	30.85546	-98.39503	315			TX	053		
4728679	Silver Hills	silver-hills	US		0	America/Chicago	29.77994	-98.60086	407			TX	091		
4728691	Silver Valley	silver-valley	US		0	America/Chicago	31.95653	-99.54618	615			TX	083		
4728693	Silverado Colonia	silverado-colonia	US		0	America/Chicago	26.23729	-98.40641	48	Silverado Colonia,Silverado Subdivision Colonia		TX	215		
4728696	Silver Spur Estates Colonia	silver-spur-estates-colonia	US		0	America/Chicago	27.99529	-97.93333	59			TX	249		
4728704	Simmons	simmons	US		0	America/Chicago	28.40611	-98.28056	68	Simmons,Simmons City		TX	297		
4728705	Simmons Bottom	simmons-bottom	US		0	America/Chicago	30.15716	-94.88548	13	Fouts,Simmons Bottom		TX	291		
4728721	Simmonsville	simmonsville	US		0	America/Chicago	30.96047	-93.6324	48			TX	351		
4728744	Simpatico Acres Colonia	simpatico-acres-colonia	US		0	America/Chicago	26.36535	-98.24224	36			TX	215		
4728789	Sinclair City	sinclair-city	US		0	America/Chicago	32.19849	-95.07994	132	Saint Clair City,Saint Clair City Community,Sinclair City		TX	423		
4728806	Singleton	singleton	US		0	America/Chicago	30.65214	-95.95856	103			TX	185		
4728809	Sings Colonia	sings-colonia	US		0	America/Chicago	26.16341	-98.19834	29	Hall Acres Colonia,Sing Subdivision Colonia,Sings Colonia,Sings Subdivision Colonia		TX	215		
4728821	Sioux Terrace Colonia	sioux-terrace-colonia	US		0	America/Chicago	26.21841	-98.15723	31			TX	215		
4728822	Sioux Terrace South Colonia	sioux-terrace-south-colonia	US		0	America/Chicago	26.21424	-98.15834	31			TX	215		
4728823	Sipe Springs	sipe-springs	US		0	America/Chicago	32.0907	-98.78422	439			TX	093		
4728836	Sisterdale	sisterdale	US		0	America/Chicago	29.97299	-98.72086	390			TX	259		
4728864	Sivells Bend	sivells-bend	US		0	America/Chicago	33.84982	-97.2239	262			TX	097		
4728872	Sixmile	sixmile	US		0	America/Chicago	28.68638	-96.68637	8	Marekville,Royal,Sixmile		TX	057		
4728907	Skeeterville	skeeterville	US		0	America/Chicago	31.35405	-98.96282	411			TX	411		
4728926	Skinner Town	skinner-town	US		0	America/Chicago	31.03491	-94.80354	61			TX	373		
4728953	Skyline Park	skyline-park	US		0	America/Chicago	29.43257	-98.41205	203			TX	029		
4728955	Skyscraper Shadows	skyscraper-shadows	US		0	America/Chicago	29.61995	-95.27549	14			TX	201		
4728959	Slab Crossing	slab-crossing	US		0	America/Chicago	31.52599	-98.08114	305			TX	193		
4728960	Slabtown	slabtown	US		0	America/Chicago	33.47177	-95.53523	129			TX	277		
4728966	Slate Shoals	slate-shoals	US		0	America/Chicago	33.85316	-95.40912	126			TX	277		
4729001	Sleepy Hollow	sleepy-hollow	US		0	America/Chicago	30.17744	-95.40549	34			TX	339		
4729047	Small	small	US		0	America/Chicago	32.74513	-95.85191	139	Crossroads,Hickory Grove,Small		TX	467		
4729049	Smada	smada	US		0	America/Chicago	29.58135	-95.58022	21			TX	157		
4729078	Smetana	smetana	US		0	America/Chicago	30.65214	-96.45719	81	Smetana,Smetna,Smitana		TX	041		
4729171	Smith Grove	smith-grove	US		0	America/Chicago	31.13907	-95.3855	71			TX	225		
4729178	Smith Hill	smith-hill	US		0	America/Chicago	33.54012	-94.29492	101			TX	037		
4729229	Smith Oaks	smith-oaks	US		0	America/Chicago	33.64844	-96.49221	192			TX	181		
4729233	Smith Point	smith-point	US		0	America/Chicago	29.5369	-94.76047	2	Smith Point,Smithpoint		TX	071		
4729279	Smithson Valley	smithson-valley	US		0	America/Chicago	29.813	-98.33724	393	Smithson Valley,Smithsons Valley		TX	091		
4729301	Smiths Bend	smiths-bend	US		0	America/Chicago	31.83016	-97.30446	153			TX	035		
4729321	Smyth Crossing	smyth-crossing	US		0	America/Chicago	29.12052	-99.88728	249			TX	463		
4729379	Snipe	snipe	US		0	America/Chicago	29.12358	-95.48216	9			TX	039		
4729382	Sno-Bird Estates Number 2 Colonia	sno-bird-estates-number-2-colonia	US		0	America/Chicago	26.20646	-98.37835	36			TX	215		
4729388	Sno-Bird Estates Colonia	sno-bird-estates-colonia	US		0	America/Chicago	26.20535	-98.37418	35			TX	215		
4729407	Snuff Ridge	snuff-ridge	US		0	America/Chicago	30.29465	-95.08632	44			TX	291		
4729427	Sodville	sodville	US		0	America/Chicago	27.96974	-97.47333	17			TX	409		
4732779	Solino	solino	US		0	America/Chicago	26.4884	-98.13279	26			TX	215		
4732780	Solis	solis	US		512	America/Chicago	26.16174	-97.84361	18			TX	061		
4732781	Solis Colonia	solis-colonia	US		0	America/Chicago	26.17035	-97.84639	17			TX	061		
4732782	Solis Colonia	solis-colonia	US		0	America/Chicago	26.2734	-98.64225	43			TX	427		
4732787	Solms	solms	US		0	America/Chicago	29.66578	-98.17084	202	Four Mile Creek,Solms		TX	091		
4732817	Summers Mill	summers-mill	US		0	America/Chicago	30.96991	-97.43167	140			TX	027		
4732841	Sorghumville	sorghumville	US		0	America/Chicago	31.05685	-95.50855	91			TX	225		
4732849	Sorrelle	sorrelle	US		0	America/Chicago	29.33914	-96.15968	34			TX	481		
4732853	Sotira Estates Colonia	sotira-estates-colonia	US		0	America/Chicago	26.21535	-98.38224	39			TX	215		
4732857	Soules Chapel	soules-chapel	US		0	America/Chicago	32.83069	-95.07438	123			TX	459		
4732870	South Alamo	south-alamo	US		3361	America/Chicago	26.15702	-98.10862	29			TX	215		
4732906	South Bosque	south-bosque	US		0	America/Chicago	31.48183	-97.28806	162			TX	309		
4732952	South Donna Colonia	south-donna-colonia	US		0	America/Chicago	26.12841	-98.04917	24	South Donna Colonia,South Donna Subdivision Colonia		TX	215		
4732957	South Elm	south-elm	US		0	America/Chicago	30.94741	-97.13027	129			TX	331		
4732975	South Fork Colonia	south-fork-colonia	US		0	America/Chicago	26.32229	-98.37224	62	South Fork Colonia,South Fork Subdivision Colonia		TX	215		
4732976	South Fork Estates	south-fork-estates	US		70	America/Chicago	27.26948	-98.70613	185			TX	247		
4732978	South Fork Colonia	south-fork-colonia	US		0	America/Chicago	27.27032	-98.70224	182	Highway 16 South Colonia,South Fork Colonia		TX	247		
4733030	South Grove Street Colonia	south-grove-street-colonia	US		0	America/Chicago	29.19524	-99.78645	276			TX	463		
4733033	South Hanlon	south-hanlon	US		0	America/Chicago	32.72762	-98.87784	369			TX	429		
4733056	South Jonestown Hills	south-jonestown-hills	US		0	America/Chicago	30.46964	-97.93807	255			TX	453		
4733060	South La Paloma Estates Colonia	south-la-paloma-estates-colonia	US		0	America/Chicago	27.89919	-97.97028	54			TX	249		
4733068	South Lawn	south-lawn	US		0	America/Chicago	29.69412	-95.37355	13			TX	201		
4733072	South Liberty	south-liberty	US		0	America/Chicago	30.0291	-94.79214	7			TX	291		
4733091	South Minnesota Road Colonia Number 2	south-minnesota-road-colonia-number-2	US		0	America/Chicago	26.23146	-98.38029	43	South Minnesota Road Colonia Number 2,South Minnesota Road Subdivision Number 2 Colonia		TX	215		
4733092	South Minnesota Road Colonia Number 3	south-minnesota-road-colonia-number-3	US		0	America/Chicago	26.23146	-98.37724	44	South Minnesota Road Colonia Number 3,South Minnesota Road Subdivision Number 3 Colonia		TX	215		
4733097	South Minnesota Road Colonia	south-minnesota-road-colonia	US		0	America/Chicago	26.23229	-98.37918	44	South Minnesota Road Colonia,South Minnesota Road Subdivision Colonia		TX	215		
4733104	South Palm Gardens Estates Number 1 Colonia	south-palm-gardens-estates-number-1-colonia	US		0	America/Chicago	26.14841	-97.95528	22			TX	215		
4733105	South Palm Gardens Estates Number 2 Colonia	south-palm-gardens-estates-number-2-colonia	US		0	America/Chicago	26.14924	-97.95528	21			TX	215		
4733131	South Point Colonia	south-point-colonia	US		0	America/Chicago	25.86425	-97.3922	6			TX	061		
4733149	South Purmela	south-purmela	US		0	America/Chicago	31.46988	-97.97225	328			TX	099		
4733154	South Ratliff Street Colonia	south-ratliff-street-colonia	US		0	America/Chicago	26.13035	-97.65916	13			TX	061		
4733188	South Side Place	south-side-place	US		0	America/Chicago	29.7069	-95.43188	16			TX	201		
4733195	South Sulphur	south-sulphur	US		0	America/Chicago	33.26511	-96.00997	168			TX	231		
4733202	South Texarkana	south-texarkana	US		0	America/Chicago	33.40235	-94.04297	100			TX	037		
4733220	South Tower Estates Colonia	south-tower-estates-colonia	US		0	America/Chicago	26.15035	-98.11334	28			TX	215		
4733289	Southern Breeze Colonia	southern-breeze-colonia	US		0	America/Chicago	26.29535	-98.05417	22	Southern Breeze Colonia,Southern Breeze Subdivision Colonia		TX	215		
4733308	Southern Valley Estates Colonia	southern-valley-estates-colonia	US		0	America/Chicago	26.14146	-97.87583	18			TX	215		
4733309	Southfork Estates Colonia	southfork-estates-colonia	US		0	America/Chicago	26.09647	-98.18529	28			TX	215		
4733315	Southland Acres	southland-acres	US		0	America/Chicago	32.67541	-97.1164	208			TX	439		
4733362	Southside Place	southside-place	US		1835	America/Chicago	29.70606	-95.43688	15	South Side Place,Southside Place		TX	201		
4733369	Southside Village Colonia	southside-village-colonia	US		0	America/Chicago	26.15646	-98.12334	29			TX	215		
4733371	Southton	southton	US		0	America/Chicago	29.29635	-98.41863	155			TX	029		
4733439	Sowells Bluff	sowells-bluff	US		0	America/Chicago	33.75066	-96.19498	160			TX	147		
4733455	Spanish Bluff (historical)	spanish-bluff-historical	US		0	America/Chicago	33.5429	-94.38631	100			TX	037		
4733479	Spanish Village	spanish-village	US		0	America/Chicago	28.27612	-96.88082	3			TX	007		
4733487	Sparks Crossing	sparks-crossing	US		0	America/Chicago	31.07101	-98.13531	293			TX	281		
4733497	Spear	spear	US		0	America/Chicago	30.60159	-96.33691	100			TX	041		
4733503	Speaks	speaks	US		0	America/Chicago	29.25553	-96.70025	44			TX	285		
4733505	Specht Store	specht-store	US		0	America/Chicago	29.71772	-98.44529	327			TX	029		
4733515	Speegleville	speegleville	US		0	America/Chicago	31.556	-97.25251	140			TX	309		
4733561	Spillers Store	spillers-store	US		0	America/Chicago	31.14185	-95.86606	87			TX	289		
4733566	Spindletop	spindletop	US		0	America/Chicago	30.03132	-94.06073	8			TX	245		
4733592	Splawn	splawn	US		0	America/Chicago	30.92019	-96.98582	107			TX	331		
4733800	Spring Gardens Colonia	spring-gardens-colonia	US		0	America/Chicago	26.37729	-98.12834	25			TX	215		
4733801	Spring Gate Estates Colonia	spring-gate-estates-colonia	US		0	America/Chicago	26.25341	-98.27224	40			TX	215		
4733839	Spring Hills	spring-hills	US		0	America/Chicago	30.11994	-95.42466	33			TX	339		
4733882	Spring Seat	spring-seat	US		0	America/Chicago	31.20713	-96.03718	125			TX	289		
4733965	Spurlin	spurlin	US		0	America/Chicago	31.84376	-98.13892	385			TX	193		
4733991	Squaw Mountain	squaw-mountain	US		0	America/Chicago	33.36122	-98.32088	298			TX	237		
4734004	Staff	staff	US		0	America/Chicago	32.3593	-98.70645	461			TX	133		
4734019	Stag Creek	stag-creek	US		0	America/Chicago	32.01209	-98.757	439			TX	093		
4734027	Stagecoach	stagecoach	US		583	America/Chicago	30.14549	-95.71356	59			TX	339		
4734034	Stairtown	stairtown	US		0	America/Chicago	29.71828	-97.72778	139			TX	055		
4734047	Stampede	stampede	US		0	America/Chicago	31.28212	-97.4039	208			TX	027		
4734096	Star Harbor	star-harbor	US		455	America/Chicago	32.1921	-96.05303	104			TX	213		
4734118	Stardust Colonia	stardust-colonia	US		0	America/Chicago	25.93425	-97.53332	12			TX	061		
4734149	Starr Colonia	starr-colonia	US		0	America/Chicago	26.1623	-98.19223	29	Starr Colonia,Starr Subdivision Colonia		TX	215		
4734157	Starrville	starrville	US		0	America/Chicago	32.46987	-95.11606	120			TX	423		
4734163	Startzville	startzville	US		0	America/Chicago	29.84466	-98.2739	317			TX	091		
4734268	Steep Hollow	steep-hollow	US		0	America/Chicago	30.6952	-96.29079	95			TX	041		
4734297	Stellar	stellar	US		0	America/Chicago	29.8905	-97.14054	121			TX	149		
4734322	Stephen Creek	stephen-creek	US		0	America/Chicago	30.69242	-95.18411	71	Stephen Creek,Stephens Creek		TX	407		
4734329	Stephens Crossing	stephens-crossing	US		0	America/Chicago	32.61874	-97.96448	233			TX	367		
4734349	Stephensons Colonia	stephensons-colonia	US		0	America/Chicago	26.11147	-97.91333	18			TX	215		
4734379	Sterrett Hill	sterrett-hill	US		0	America/Chicago	32.2896	-94.39242	117			TX	365		
4734413	Stewards Mill	stewards-mill	US		0	America/Chicago	31.8235	-96.20164	117			TX	161		
4734426	Stewart Colonia	stewart-colonia	US		0	America/Chicago	25.93147	-97.43832	5	Stewart Colonia,Stuart Subdivision Colonia		TX	061		
4734450	Stewart Palms Colonia	stewart-palms-colonia	US		0	America/Chicago	26.2934	-98.29029	45	Stewart Palms Colonia,Stewart Palms Subdivision Colonia		TX	215		
4734451	Stewart Place Colonia	stewart-place-colonia	US		0	America/Chicago	26.2273	-98.30029	40	Stewart Place Colonia,Stewart Place Subdivision Colonia		TX	215		
4734452	Stewart Place Community Colonia	stewart-place-community-colonia	US		0	America/Chicago	26.29229	-98.29029	46			TX	215		
4734457	Stewart South Colonia	stewart-south-colonia	US		0	America/Chicago	26.2834	-98.2914	46	Stewart South Colonia,Stewart South Subdivision Colonia		TX	215		
4734498	Stilson	stilson	US		0	America/Chicago	30.01883	-94.91881	21			TX	291		
4734502	Stingaree	stingaree	US		0	America/Chicago	29.4619	-94.64075	2			TX	167		
4734515	Stith	stith	US		0	America/Chicago	32.54651	-99.94426	549			TX	253		
4734520	Stockard	stockard	US		0	America/Chicago	32.27959	-95.95858	132			TX	213		
4734526	Stockman	stockman	US		0	America/Chicago	31.77934	-94.40659	102			TX	419		
4734556	Stolz	stolz	US		0	America/Chicago	30.77712	-98.55698	292			TX	299		
4734558	Stone City	stone-city	US		0	America/Chicago	30.6302	-96.54191	73			TX	041		
4734569	Stoneburg	stoneburg	US		0	America/Chicago	33.67121	-97.90531	286			TX	337		
4734574	Stonegate Colonia Number 1	stonegate-colonia-number-1	US		0	America/Chicago	26.23729	-98.28224	38	Stonegate Colonia Number 1,Stonegate Number 1 Colonia,Stonegate Subdivision Number 1 Colonia		TX	215		
4734575	Stonegate Colonia Number 2	stonegate-colonia-number-2	US		0	America/Chicago	26.23729	-98.28529	38	Stonegate Colonia Number 2,Stonegate Number 2 Colonia,Stonegate Subdivision Number 2 Colonia		TX	215		
4734599	Stony	stony	US		0	America/Chicago	33.22429	-97.35252	239	Stoney,Stony		TX	121		
4734628	Storylane Colonia	storylane-colonia	US		0	America/Chicago	26.24729	-98.28224	43	Storylane Colonia,Storylane Subdivision Colonia		TX	215		
4734647	Stowers Corner Windmill	stowers-corner-windmill	US		0	America/Chicago	30.02799	-99.50283	630			TX	265		
4734662	Stranger	stranger	US		0	America/Chicago	31.32684	-96.72443	161			TX	145		
4734692	Strain	strain	US		0	America/Chicago	30.13327	-94.54881	20			TX	199		
4734705	Stricklin Springs	stricklin-springs	US		0	America/Chicago	32.43182	-94.15269	120			TX	203		
4734708	Strickland Crossing	strickland-crossing	US		0	America/Chicago	31.32685	-93.93852	84			TX	403		
4734711	String Prairie	string-prairie	US		0	America/Chicago	29.88578	-97.34694	154			TX	021		
4734713	Strington	strington	US		0	America/Chicago	30.45937	-94.97354	51			TX	407		
4734746	Structure	structure	US		0	America/Chicago	30.47187	-97.27472	171			TX	491		
4734749	Stryker Creek Junction	stryker-creek-junction	US		0	America/Chicago	31.88934	-95.02966	97			TX	073		
4734753	Stuart Place	stuart-place	US		0	America/Chicago	26.17813	-97.75777	15			TX	061		
4734760	Stubblefield	stubblefield	US		0	America/Chicago	31.31435	-95.10994	87			TX	225		
4734768	Stubbs	stubbs	US		0	America/Chicago	32.40875	-96.28776	119			TX	257		
4734785	Stumptown	stumptown	US		0	America/Chicago	31.15602	-93.96713	61			TX	403		
4734797	Styx	styx	US		0	America/Chicago	32.3632	-96.32804	114			TX	257		
4734799	Sublett	sublett	US		0	America/Chicago	32.64486	-97.13334	196			TX	439		
4734807	Sudduth	sudduth	US		0	America/Chicago	30.65824	-98.2528	348			TX	053		
4734814	Sugar Acres Colonia	sugar-acres-colonia	US		0	America/Chicago	26.3234	-98.17334	29			TX	215		
4734934	Sumer Hill	sumer-hill	US		0	America/Chicago	32.33681	-95.8208	148			TX	213		
4734946	Summerwood Colonia	summerwood-colonia	US		0	America/Chicago	26.35424	-98.1214	26	Summerwood Colonia,Summerwood Subdivision Colonia		TX	215		
4734954	Sumpter (historical)	sumpter-historical	US		0	America/Chicago	31.03657	-95.05382	86			TX	455		
4734956	Sun Country Estates Colonia	sun-country-estates-colonia	US		0	America/Chicago	26.18646	-98.00639	25	Sun Country Colonia,Sun Country Estates Colonia		TX	215		
4734957	Sun Country Estates Colonia	sun-country-estates-colonia	US		0	America/Chicago	28.0164	-97.61833	26			TX	409		
4734959	Sun Grove Park Colonia	sun-grove-park-colonia	US		0	America/Chicago	26.17646	-98.08834	29			TX	215		
4734966	Sun Valley Colonia	sun-valley-colonia	US		0	America/Chicago	26.21035	-98.2714	41	Sun Valley Colonia,Sun Valley Subdivision Colonia		TX	215		
4734968	Sun Valley Estates Colonia	sun-valley-estates-colonia	US		0	America/Chicago	26.32729	-98.34029	55			TX	215		
4734969	Sun Valley Estates Number 1 Colonia	sun-valley-estates-number-1-colonia	US		0	America/Chicago	26.18341	-98.13723	31			TX	215		
4734984	Sunkist Country Estates Colonia	sunkist-country-estates-colonia	US		0	America/Chicago	28.00835	-97.55027	15			TX	409		
4734991	Sunny Haven Estates Colonia	sunny-haven-estates-colonia	US		0	America/Chicago	26.20841	-98.37835	37			TX	215		
4735005	Sunnylane	sunnylane	US		0	America/Chicago	30.9299	-98.13641	364	Elm Grove,Rat,Sunnylane		TX	053		
4735016	Sunrise	sunrise	US		0	America/Chicago	31.2724	-96.87304	108			TX	145		
4735017	Sunrise	sunrise	US		0	America/Chicago	31.51157	-94.07547	133			TX	405		
4735018	Sunrise Acres Colonia	sunrise-acres-colonia	US		0	America/Chicago	27.9303	-97.57027	15	Southeast Odem Colonia,Sunrise Acres Colonia		TX	409		
4735027	Sunrise Beach Village	sunrise-beach-village	US		731	America/Chicago	30.59963	-98.41003	257	Sunrise Beach,Sunrise Beach Village		TX	299		
4735030	Sunrise Colonia	sunrise-colonia	US		0	America/Chicago	26.14424	-97.87333	17	Sunrise Colonia,Sunrise Subdivision Colonia		TX	215		
4735032	Sunrise Estates Number 1 Colonia	sunrise-estates-number-1-colonia	US		0	America/Chicago	26.29924	-98.14029	28			TX	215		
4735033	Sunrise Estates Number 2 Colonia	sunrise-estates-number-2-colonia	US		0	America/Chicago	26.30035	-98.14029	28			TX	215		
4735035	Sunrise Hill Colonia	sunrise-hill-colonia	US		0	America/Chicago	26.21924	-97.96222	19			TX	215		
4735044	Sunset Acres Colonia	sunset-acres-colonia	US		23	America/Chicago	27.79418	-99.45726	219			TX	479		
4735059	Sunset Colonia	sunset-colonia	US		47	America/Chicago	26.42423	-99.06225	78			TX	427		
4735085	Sunset Valley	sunset-valley	US		749	America/Chicago	30.22576	-97.80362	203			TX	453		
4735087	Sunset Villa Colonia	sunset-villa-colonia	US		0	America/Chicago	26.87337	-99.29837	100			TX	505		
4735111	Surfside Beach	surfside-beach	US		544	America/Chicago	28.94441	-95.28883	2			TX	039		
4735135	Suttons Mill	suttons-mill	US		0	America/Chicago	31.48824	-94.38104	73			TX	347		
4735167	Swansons Landing	swansons-landing	US		0	America/Chicago	32.67487	-94.05602	52			TX	203		
4735173	Swartout	swartout	US		0	America/Chicago	30.63853	-95.00494	47			TX	373		
4735226	Sweet Union	sweet-union	US		0	America/Chicago	31.48907	-95.03021	73			TX	073		
4735258	Swiftex	swiftex	US		0	America/Chicago	30.20632	-97.3136	150			TX	021		
4735276	Swiss Alp	swiss-alp	US		0	America/Chicago	29.78245	-96.90943	120	Swiss Alp,Swiss Alps		TX	149		
4735328	Sylvan	sylvan	US		0	America/Chicago	33.64427	-95.43412	160			TX	277		
4735332	Sylvia Colonia	sylvia-colonia	US		0	America/Chicago	26.21424	-97.98528	19	Sylvia Colonia,Sylvia Subdivision Colonia		TX	215		
4735449	Tacubaya	tacubaya	US		0	America/Chicago	26.92005	-98.27445	82			TX	047		
4735452	Tadmor	tadmor	US		0	America/Chicago	31.42907	-95.17577	110	Tadmor,Tadmore		TX	225		
4735467	Taft Southwest (historical)	taft-southwest-historical	US		1460	America/Chicago	27.97391	-97.40305	16	Taft Southwest,Taft Southwest (historical)		TX	409		
4735471	Tagle Colonia Number 1	tagle-colonia-number-1	US		0	America/Chicago	26.21146	-98.17418	32	Tagle Colonia Number 1,Tagle Subdivision Number 1 Colonia		TX	215		
4735480	Taiton (historical)	taiton-historical	US		0	America/Chicago	29.37455	-96.37774	46	New Taiton,Tait,Taiton (historical),York		TX	481		
4735491	Talbert Crossing	talbert-crossing	US		0	America/Chicago	34.34952	-99.78065	442			TX	197		
4735513	Tamberg	tamberg	US		0	America/Chicago	29.90939	-96.71942	119			TX	149		
4735514	Tamez Colonia	tamez-colonia	US		0	America/Chicago	26.33535	-98.75836	47			TX	427		
4735515	Tamina	tamina	US		0	America/Chicago	30.17855	-95.44161	41			TX	339		
4735524	Talty	talty	US		1927	America/Chicago	32.68319	-96.38554	134	Irish Ridge,Layden's Ridge,Talty		TX	257		
4735534	Tangerine Estates Colonia	tangerine-estates-colonia	US		0	America/Chicago	26.26646	-98.3114	50			TX	215		
4735536	Tanglewood	tanglewood	US		0	America/Chicago	30.49771	-96.98637	145			TX	287		
4735539	Tanglewood Forest	tanglewood-forest	US		0	America/Chicago	30.17465	-97.83917	226			TX	453		
4735585	Tanquecitos South Acres Colonia	tanquecitos-south-acres-colonia	US		0	America/Chicago	27.4903	-99.38032	160	Tanquecitos South Acres 1 and 2 Colonia,Tanquecitos South Acres Colonia		TX	479		
4735587	Tanner Settlement	tanner-settlement	US		0	America/Chicago	30.20938	-94.70381	26			TX	291		
4735636	Tarrant	tarrant	US		0	America/Chicago	32.8168	-97.07723	160			TX	439		
4735660	Tate Springs	tate-springs	US		0	America/Chicago	32.68124	-97.19335	185			TX	439		
4735672	Tatsie	tatsie	US		0	America/Chicago	30.79353	-96.60219	81			TX	395		
4735673	Tatsie Crossing	tatsie-crossing	US		0	America/Chicago	30.80103	-96.60664	81			TX	395		
4735675	Tatum Addition Colonia	tatum-addition-colonia	US		0	America/Chicago	26.22924	-97.58221	8			TX	061		
4735706	Tavener	tavener	US		0	America/Chicago	29.54024	-95.9894	36			TX	157		
4735771	Taylor Lake Village	taylor-lake-village	US		3656	America/Chicago	29.57523	-95.05021	1			TX	201		
4735824	Taylortown	taylortown	US		0	America/Chicago	33.4565	-95.45023	124	Taylor Town,Taylortown		TX	277		
4735825	Teaselville	teaselville	US		0	America/Chicago	32.14793	-95.40468	127			TX	423		
4735840	Tecula	tecula	US		0	America/Chicago	32.01989	-95.20939	125			TX	073		
4735892	Temco	temco	US		0	America/Chicago	30.35993	-94.06685	14			TX	241		
4735894	Telico	telico	US		0	America/Chicago	32.37209	-96.51249	121			TX	139		
4735962	Ten Acres Colonia	ten-acres-colonia	US		0	America/Chicago	26.3034	-97.98917	20	Ten Acres Colonia,Ten Acres Subdivision Colonia		TX	215		
4735974	Teneryville	teneryville	US		0	America/Chicago	32.53737	-94.80799	129	Teneryville,Tennerville,Tenneryville		TX	183		
4735981	Tenmile Crossing	tenmile-crossing	US		0	America/Chicago	31.64238	-98.87755	384			TX	049		
4735984	Tenmile Crossing	tenmile-crossing	US		0	America/Chicago	30.88379	-99.63007	538			TX	327		
4736017	Terrace	terrace	US		0	America/Chicago	33.68122	-96.45165	186			TX	181		
4736022	Terramar Beach	terramar-beach	US		0	America/Chicago	29.1358	-95.06048	0			TX	167		
4736043	Terrell Hills	terrell-hills	US		5287	America/Chicago	29.47495	-98.45085	244			TX	029		
4736058	Terrell Wells	terrell-wells	US		0	America/Chicago	29.33968	-98.51585	188			TX	029		
4736065	Terry Chapel	terry-chapel	US		0	America/Chicago	31.05324	-97.09333	144			TX	145		
4736141	Texas City Junction	texas-city-junction	US		0	America/Chicago	29.34968	-94.93937	3			TX	167		
4736143	Texas City Terminal Junction	texas-city-terminal-junction	US		0	America/Chicago	29.33051	-94.96576	3			TX	167		
4736289	Texla	texla	US		0	America/Chicago	30.22021	-93.881	9			TX	361		
4736296	Thalia	thalia	US		0	America/Chicago	33.98481	-99.53787	409			TX	155		
4736393	The Crossroads	the-crossroads	US		0	America/Chicago	30.74742	-97.13221	141			TX	331		
4736405	The Falman Colonia	the-falman-colonia	US		0	America/Chicago	27.92919	-97.17221	3	The Falman Colonia,West Aransas Pass Colonia		TX	409		
4736411	The Grove	the-grove	US		0	America/Chicago	31.27323	-97.52529	243			TX	099		
4736419	The Highlands Colonia	the-highlands-colonia	US		0	America/Chicago	26.23146	-97.97639	21			TX	215		
4736420	The Hills	the-hills	US		2573	America/Chicago	30.34798	-97.98501	249			TX	453		
4736476	The Woodlands	the-woodlands	US		93847	America/Chicago	30.15799	-95.48938	43	Te-Vudlends,The Woodlands,Vudlands,Ze-Vudlends,dha wwdlandz,wu de lan shi,wwdlndz  tgzas,Вудландс,Зе-Вудлендс,Те-Вудлендс,دی ووڈلینڈز، ٹیکساس,ذا وودلاندز,وودلندز، تگزاس,ザ・ウッドランズ,伍德蘭市		TX	339		
4736495	Theon	theon	US		0	America/Chicago	30.76297	-97.59723	243			TX	491		
4736497	Thermo	thermo	US		0	America/Chicago	33.10234	-95.51606	158	Crush,Thermo		TX	223		
4736520	Third Crossing	third-crossing	US		0	America/Chicago	29.80328	-98.16362	212			TX	091		
4736521	Third Crossing	third-crossing	US		0	America/Chicago	29.53634	-99.71339	392			TX	463		
4736522	Third Hidalgo Colonia	third-hidalgo-colonia	US		0	America/Chicago	27.97335	-97.40638	16	South Taft Colonia,Third Hidalgo Colonia		TX	409		
4736525	Third Rancho Chico Addition Colonia	third-rancho-chico-addition-colonia	US		0	America/Chicago	28.02529	-97.49638	15			TX	409		
4736551	Thomas Crossing	thomas-crossing	US		0	America/Chicago	31.37213	-94.52854	76			TX	005		
4736580	Thomas Ortega Colonia	thomas-ortega-colonia	US		0	America/Chicago	26.26841	-98.2664	41	Thomas Ortega Colonia,Thomas Ortega Subdivision Colonia		TX	215		
4736628	Thompson Colonia	thompson-colonia	US		0	America/Chicago	26.28146	-98.35224	55	Thompson Colonia,Thompson Road Colonia,Thompson Subdivision Colonia		TX	215		
4736672	Thornberry	thornberry	US		0	America/Chicago	34.05815	-98.38922	305			TX	077		
4736678	Thorne	thorne	US		0	America/Chicago	33.63344	-96.78666	226			TX	181		
4736696	Thorp Spring	thorp-spring	US		0	America/Chicago	32.47403	-97.8267	231	Thorp Spring,Throp Springs		TX	221		
4736704	Thrasher Terrace Colonia	thrasher-terrace-colonia	US		0	America/Chicago	26.23146	-98.18834	33			TX	215		
4736720	Three Points	three-points	US		0	America/Chicago	30.45159	-97.66223	251	Three Point,Three Points		TX	453		
4736726	Three Way	three-way	US		0	America/Chicago	32.15792	-98.02976	375			TX	143		
4736740	Thrift	thrift	US		0	America/Chicago	34.1262	-98.622	330			TX	485		
4736746	Thrifty	thrifty	US		0	America/Chicago	31.81098	-99.132	438			TX	049		
4736757	Thurber	thurber	US		0	America/Chicago	32.50735	-98.41727	314			TX	143		
4736789	Tidwell	tidwell	US		0	America/Chicago	33.20956	-96.10136	174	Tidewell,Tidwell		TX	231		
4736798	Tidwell Prairie	tidwell-prairie	US		0	America/Chicago	31.08991	-96.65748	117			TX	395		
4736805	Tierra Bella Colonia	tierra-bella-colonia	US		0	America/Chicago	26.12924	-98.05334	23	Tierra Bella Colonia,Tierra Bella Subdivision Colonia		TX	215		
4736807	Tiejerina Estates Colonia	tiejerina-estates-colonia	US		0	America/Chicago	26.24841	-97.95834	17			TX	215		
4736808	Tierra Bonita	tierra-bonita	US		141	America/Chicago	26.27146	-97.82583	14			TX	061		
4736809	Tierra Bonita Colonia	tierra-bonita-colonia	US		176	America/Chicago	26.26841	-97.82416	14			TX	061		
4736810	Tierra Bonita Number 1 Colonia	tierra-bonita-number-1-colonia	US		0	America/Chicago	26.2273	-98.1064	29			TX	215		
4736811	Tierra Bonita Number 2 Colonia	tierra-bonita-number-2-colonia	US		0	America/Chicago	26.27146	-97.81722	14			TX	061		
4736812	Tierra Bonita Number 2 Colonia	tierra-bonita-number-2-colonia	US		0	America/Chicago	26.22646	-98.1064	29			TX	215		
4736813	Tierra Bonita Number 3 Colonia	tierra-bonita-number-3-colonia	US		0	America/Chicago	26.22035	-97.80416	14			TX	061		
4736814	Tierra Buena Colonia	tierra-buena-colonia	US		0	America/Chicago	27.9703	-97.39916	16	South Taft Colonia,Tierra Buena Colonia		TX	409		
4736815	Tierra Dorada Colonia	tierra-dorada-colonia	US		0	America/Chicago	26.2123	-98.35641	36	Tierra Dorada Colonia,Tierra Dorado 1 and 2 Colonia		TX	215		
4736816	Tierra Dorada Colonia	tierra-dorada-colonia	US		0	America/Chicago	26.40034	-98.92031	62			TX	427		
4736817	Tierra Estates Colonia	tierra-estates-colonia	US		0	America/Chicago	26.3034	-98.30835	49	Tierra Estates Colonia,Tierra Estates Subdivision Colonia		TX	215		
4736818	Tierra Estates Number 2 Colonia	tierra-estates-number-2-colonia	US		0	America/Chicago	26.28229	-98.3214	51			TX	215		
4736819	Tierra Grande	tierra-grande	US		403	America/Chicago	27.69253	-97.58166	17			TX	355		
4736820	Tierra Linda Colonia	tierra-linda-colonia	US		0	America/Chicago	26.22924	-98.38918	43			TX	215		
4736821	Tierra Linda Colonia	tierra-linda-colonia	US		0	America/Chicago	26.36229	-98.78225	49			TX	427		
4736827	Tierra Maria Colonia	tierra-maria-colonia	US		0	America/Chicago	26.23146	-98.39835	46	Tierra Maria Colonia,Tierra Maria Subdivision Colonia		TX	215		
4736828	Tierra Prieta Colonia	tierra-prieta-colonia	US		0	America/Chicago	26.1323	-98.05223	23	Tierra Prieta Colonia,Tierra Prieta Subdivision Colonia		TX	215		
4736829	Tierra del Valle Colonia	tierra-del-valle-colonia	US		0	America/Chicago	26.26035	-98.13834	29	Tierra del Valle Colonia,Tierra del Valle Num Colonia,Tierra del Valle Subdivision Colonia		TX	215		
4736857	Tigertown	tigertown	US		0	America/Chicago	33.71371	-95.80441	171			TX	277		
4736883	Tilmon	tilmon	US		0	America/Chicago	29.79773	-97.55333	120			TX	055		
4736907	Timber Lake Estates	timber-lake-estates	US		0	America/Chicago	29.94189	-94.83076	15			TX	291		
4736915	Timberhill Villa Colonia	timberhill-villa-colonia	US		0	America/Chicago	26.2884	-98.21723	33			TX	215		
4736917	Timberlane Acres	timberlane-acres	US		0	America/Chicago	30.088	-95.23882	25	Timberlane Acres,Timberline Acres		TX	339		
4736922	Timberwood Park	timberwood-park	US		13447	America/Chicago	29.70578	-98.47835	376			TX	029		
4736923	Timesville	timesville	US		0	America/Chicago	31.52601	-95.78412	78			TX	289		
4736930	Timon and Morgan Colonia	timon-and-morgan-colonia	US		0	America/Chicago	27.93335	-97.59416	15	Timon & Morgan Colonia,Timon and Morgan Colonia		TX	409		
4736936	Tin Top	tin-top	US		0	America/Chicago	28.78443	-96.12413	7			TX	321		
4736937	Tin Top	tin-top	US		0	America/Chicago	32.59763	-97.81309	248	Tentop,Tin Top		TX	367		
4736958	Tiny Acres Colonia	tiny-acres-colonia	US		0	America/Chicago	26.23924	-98.15834	32			TX	215		
4736973	Tira	tira	US		302	America/Chicago	33.3265	-95.57468	143	Chapman Arms,Tira		TX	223		
4736987	Tivett	tivett	US		0	America/Chicago	29.98772	-94.74187	6			TX	291		
4736994	Tivydale	tivydale	US		0	America/Chicago	30.25076	-99.09949	567			TX	171		
4736997	Tobacco Patch	tobacco-patch	US		0	America/Chicago	30.72325	-95.1041	50			TX	373		
4737005	Toco	toco	US		74	America/Chicago	33.65483	-95.64607	173			TX	277		
4737010	Todd Colonia Number 3	todd-colonia-number-3	US		0	America/Chicago	26.0873	-97.96417	22	Todd Colonia Number 3,Todd Subdivision Number 3 Colonia		TX	215		
4737012	Todd City	todd-city	US		0	America/Chicago	31.91906	-95.47773	141			TX	001		
4737013	Todd Mission	todd-mission	US		110	America/Chicago	30.2616	-95.83023	86			TX	185		
4737019	Todds Colonia Number 1	todds-colonia-number-1	US		0	America/Chicago	26.08924	-97.96417	22	Todd Number 1 Colonia,Todd's Subdivision Number 1 Colonia,Todds Colonia Number 1		TX	215		
4737020	Todds Colonia Number 2	todds-colonia-number-2	US		0	America/Chicago	26.08841	-97.96417	22	Todd Number 2 Colonia,Todd's Subdivision Number 2 Colonia,Todds Colonia Number 2		TX	215		
4737023	Todville	todville	US		0	America/Chicago	29.56662	-95.01354	1			TX	201		
4737025	Togo	togo	US		0	America/Chicago	29.9505	-97.21916	142			TX	021		
4737037	Tolbert	tolbert	US		0	America/Chicago	34.21925	-99.39647	391			TX	487		
4737044	Tolle Colonia	tolle-colonia	US		0	America/Chicago	26.22035	-98.3464	44			TX	215		
4737045	Tolle Colonia Number 2	tolle-colonia-number-2	US		0	America/Chicago	26.22924	-98.34641	44	Tolle Colonia Number 2,Tolle Subdivision Number 2 Colonia		TX	215		
4737050	Tolosa	tolosa	US		0	America/Chicago	32.3707	-96.24053	112			TX	257		
4737112	Tomlinson Hill	tomlinson-hill	US		0	America/Chicago	31.26573	-96.98805	128			TX	145		
4737118	Tommy Knocker Colonia	tommy-knocker-colonia	US		0	America/Chicago	26.23146	-98.35835	44			TX	215		
4737143	Tony Colonia	tony-colonia	US		0	America/Chicago	26.23035	-97.99417	20	Tony Colonia,Tony Subdivision Colonia		TX	215		
4737149	Topsey	topsey	US		0	America/Chicago	31.21906	-97.98503	318			TX	099		
4737151	Tool	tool	US		2268	America/Chicago	32.26792	-96.17025	104	Tool,Toole		TX	213		
4737159	Torian	torian	US		0	America/Chicago	27.71475	-98.07667	63			TX	249		
4737192	Tours	tours	US		0	America/Chicago	31.75988	-97.03778	170			TX	309		
4737198	Tower Colonia	tower-colonia	US		0	America/Chicago	26.30424	-98.0864	24	Tower Colonia,Tower Subdivision Colonia		TX	215		
4737199	Tower Heights Colonia	tower-heights-colonia	US		0	America/Chicago	26.31646	-98.08917	24	Tower Heights Colonia,Tower Heights Subdivision Colonia		TX	215		
4737204	Town Bluff	town-bluff	US		0	America/Chicago	30.7902	-94.18075	67	Fairview,Natches,Town Bluff,Townbluff		TX	457		
4737205	Town Bluff	town-bluff	US		0	America/Chicago	30.78798	-94.18047	65	Natches,Town Bluff		TX	457		
4737245	Town West	town-west	US		0	America/Chicago	29.66384	-95.63106	27			TX	157		
4737249	Towne East Colonia Number 1	towne-east-colonia-number-1	US		0	America/Chicago	26.30035	-98.09529	24	Towne East Colonia Number 1,Towne East Subdivision Number 1 Colonia		TX	215		
4737274	Tradewinds	tradewinds	US		180	America/Chicago	27.99057	-97.26194	6			TX	409		
4737275	Tradewinds Estates Colonia	tradewinds-estates-colonia	US		0	America/Chicago	27.99141	-97.26221	6			TX	409		
4737291	Trammels	trammels	US		0	America/Chicago	29.53468	-95.53744	20	Trammells,Trammels		TX	157		
4737311	Travis	travis	US		0	America/Chicago	31.13546	-97.00277	143			TX	145		
4737358	Travis Road Colonia	travis-road-colonia	US		0	America/Chicago	25.9323	-97.39331	4	Travis Road Colonia,Travis Road East Colonia		TX	061		
4737383	Travis and Vermillion Colonia	travis-and-vermillion-colonia	US		0	America/Chicago	25.9323	-97.41915	6			TX	061		
4737386	Trawick	trawick	US		0	America/Chicago	31.77101	-94.74327	135			TX	347		
4737419	Trenton Acres Colonia	trenton-acres-colonia	US		0	America/Chicago	26.25729	-98.1464	30	Trenton Acres Colonia,Trenton Acres Subdivision Colonia		TX	215		
4737422	Trenton Manor Colonia	trenton-manor-colonia	US		0	America/Chicago	26.25729	-98.15029	30			TX	215		
4737423	Trenton Terrace Colonia	trenton-terrace-colonia	US		0	America/Chicago	26.25729	-98.15918	30			TX	215		
4737425	Tres Amigos Colonia	tres-amigos-colonia	US		0	America/Chicago	26.27535	-98.33029	52	Tres Amigos Colonia,Tres Amigos Subdivision Colonia		TX	215		
4737442	Treichel	treichel	US		0	America/Chicago	30.08161	-95.65161	52			TX	201		
4737449	Trevat	trevat	US		0	America/Chicago	31.11991	-94.94632	70			TX	455		
4737451	Trevino Colonia	trevino-colonia	US		0	America/Chicago	26.21341	-98.25835	38	Trevino Colonia,Trevino Subdivision Colonia		TX	215		
4737459	Trevinos Colonia	trevinos-colonia	US		0	America/Chicago	26.39145	-98.84031	66			TX	427		
4737460	Trevinos Number 1 Colonia	trevinos-number-1-colonia	US		0	America/Chicago	26.39145	-98.84142	65			TX	427		
4737467	Tri-City Colonia Number 1	tri-city-colonia-number-1	US		0	America/Chicago	26.28535	-98.2864	45	Tri-City Colonia Number 1,Tri-City Subdivision Number 1 Colonia		TX	215		
4737468	Tri-City Colonia Number 2	tri-city-colonia-number-2	US		0	America/Chicago	26.28535	-98.28335	45	Tri-City Colonia Number 2,Tri-City Subdivision Number 2 Colonia		TX	215		
4737484	Triangula Colonia	triangula-colonia	US		0	America/Chicago	28.72137	-99.83839	176			TX	507		
4737486	Trickham	trickham	US		0	America/Chicago	31.58766	-99.23061	434			TX	083		
4737600	Trinity Mills	trinity-mills	US		0	America/Chicago	32.98151	-96.9275	137			TX	113		
4737606	Trinity Park	trinity-park	US		0	America/Chicago	33.0879	-96.54193	161			TX	085		
4737621	Trinity River Lake Estates	trinity-river-lake-estates	US		0	America/Chicago	30.33771	-94.7877	15			TX	291		
4737650	Trio	trio	US		0	America/Chicago	29.40246	-99.55838	324			TX	463		
4737651	Triple C Colonia	triple-c-colonia	US		0	America/Chicago	26.37924	-98.11417	30	Triple C Colonia,Triple C Subdivision Colonia		TX	215		
4737654	Triple R Colonia	triple-r-colonia	US		0	America/Chicago	26.39229	-98.84336	65			TX	427		
4737655	Triple R Number 1 Colonia	triple-r-number-1-colonia	US		0	America/Chicago	26.39534	-98.84419	67			TX	427		
4737676	Trophy Club	trophy-club	US		11759	America/Chicago	32.9979	-97.18362	185			TX	121		
4737679	Tropical Farms Colonia	tropical-farms-colonia	US		0	America/Chicago	26.2223	-97.99028	19	Tropical Farms Colonia,Tropical Farms Subdivision Colonia		TX	215		
4737680	Tropicana Colonia	tropicana-colonia	US		0	America/Chicago	26.3034	-98.04028	21			TX	215		
4737682	Trosper Road Colonia	trosper-road-colonia	US		0	America/Chicago	26.29035	-98.32224	49	Trosper Road Colonia,Trosper Road Subdivision Colonia		TX	215		
4737710	Truby	truby	US		0	America/Chicago	32.6454	-99.92537	510			TX	253		
4737713	Truce	truce	US		0	America/Chicago	33.41317	-98.03087	352			TX	237		
4737714	True	true	US		0	America/Chicago	33.27983	-98.72867	359			TX	503		
4737781	Truscott	truscott	US		0	America/Chicago	33.75425	-99.8112	465			TX	275		
4737828	Tuff	tuff	US		0	America/Chicago	29.76911	-99.40366	536			TX	019		
4737831	Tuckers Corner	tuckers-corner	US		0	America/Chicago	33.42734	-94.7091	109			TX	037		
4737834	Tulane	tulane	US		0	America/Chicago	30.09577	-93.83878	3			TX	361		
4737847	Tulip	tulip	US		0	America/Chicago	33.80816	-96.13137	149			TX	147		
4737860	Tulsita	tulsita	US		14	America/Chicago	28.64304	-97.81611	97			TX	025		
4737867	Tunis	tunis	US		0	America/Chicago	30.54493	-96.52719	82			TX	051		
4737871	Tundra	tundra	US		0	America/Chicago	32.46403	-95.88052	172			TX	467		
4737875	Turcotte	turcotte	US		0	America/Chicago	27.00727	-97.79527	12			TX	261		
4737979	Turkey Hollow	turkey-hollow	US		0	America/Chicago	30.48242	-97.74279	251			TX	491		
4738007	Turlington	turlington	US		0	America/Chicago	31.69489	-96.05441	146	Tollington,Turlington		TX	161		
4738049	Turnersville	turnersville	US		0	America/Chicago	31.61738	-97.73891	323			TX	099		
4738050	Turnersville	turnersville	US		0	America/Chicago	30.09271	-97.78111	222			TX	453		
4738052	Turnertown	turnertown	US		0	America/Chicago	32.18988	-94.94966	139			TX	401		
4738068	Turtle Bayou	turtle-bayou	US		0	America/Chicago	29.82717	-94.66742	9	Turtle Bayou,White's Store		TX	071		
4738115	Twentymile Crossing	twentymile-crossing	US		0	America/Chicago	30.9124	-99.49256	517			TX	327		
4738128	Twin Lake Colonia	twin-lake-colonia	US		0	America/Chicago	26.35646	-98.1214	26	Twin Lake Colonia,Twin Lake Subdivision Colonia		TX	215		
4738159	Twin Mountains	twin-mountains	US		0	America/Chicago	33.10956	-98.58284	356			TX	503		
4738169	Twin Roads Colonia	twin-roads-colonia	US		0	America/Chicago	26.32535	-98.26335	41	Twin Roads Colonia,Twin Roads Subdivision Colonia		TX	215		
4738173	Twin Sisters	twin-sisters	US		0	America/Chicago	30.00271	-98.4053	389			TX	031		
4738250	Type	type	US		0	America/Chicago	30.44437	-97.35527	181			TX	491		
4738260	Tyson	tyson	US		0	America/Chicago	31.79877	-97.23945	167			TX	217		
4738279	Uhland	uhland	US		1052	America/Chicago	29.95772	-97.78611	166			TX	055		
4738284	Umberto Garcia Junior Colonia	umberto-garcia-junior-colonia	US		0	America/Chicago	26.20841	-98.36418	35	HCRP Number 4 Colonia,Umberto Garcia Junior Colonia,Umberto Garcia Junior Subdivision Colonia		TX	215		
4738295	Uncertain	uncertain	US		94	America/Chicago	32.71209	-94.1213	55			TX	203		
4738373	Union Grave	union-grave	US		0	America/Chicago	31.44074	-94.1502	74			TX	405		
4738395	Union High	union-high	US		0	America/Chicago	31.84377	-96.59693	137			TX	349		
4738453	Union Valley	union-valley	US		337	America/Chicago	32.92734	-96.25109	156			TX	231		
4738454	Union Valley	union-valley	US		0	America/Chicago	32.69735	-96.30054	143			TX	257		
4738579	Universal Estates Colonia	universal-estates-colonia	US		0	America/Chicago	26.1273	-98.19334	27	Universal Estates Colonia,Universal Estates Subdivision Colonia		TX	215		
4738673	Upper Meyersville	upper-meyersville	US		0	America/Chicago	28.91943	-97.34638	73			TX	123		
4738679	Upper Sharyland Colonia	upper-sharyland-colonia	US		0	America/Chicago	26.31646	-98.28418	45	Upper Sharyland Colonia,Upper Sharyland Subdivision Colonia		TX	215		
4738703	Urebeno	urebeno	US		0	America/Chicago	26.94587	-99.31476	108			TX	505		
4738715	Utley	utley	US		0	America/Chicago	30.18188	-97.42083	127			TX	021		
4738722	Uvalde Colonia	uvalde-colonia	US		0	America/Chicago	26.26729	-97.97722	18	Uvalde Colonia,Uvalde Subdivision Colonia		TX	215		
4738725	Uvalde Estates	uvalde-estates	US		2171	America/Chicago	29.16524	-99.83228	293			TX	463		
4738726	Uvalde Estates Colonia	uvalde-estates-colonia	US		0	America/Chicago	29.16413	-99.83228	295			TX	463		
4738749	Vahlsing	vahlsing	US		0	America/Chicago	28.1239	-97.8	49			TX	409		
4738751	Vair	vair	US		0	America/Chicago	31.28102	-94.91354	51			TX	455		
4738753	Val Bar Estate Colonia	val-bar-estate-colonia	US		0	America/Chicago	26.2073	-98.13029	31			TX	215		
4738754	Val Verde	val-verde	US		0	America/Chicago	26.17619	-98.08112	29			TX	215		
4738755	Val Verde	val-verde	US		0	America/Chicago	30.83436	-97.24777	130			TX	331		
4738756	Val Verde Acres Colonia	val-verde-acres-colonia	US		0	America/Chicago	26.29535	-98.29029	44			TX	215		
4738760	Val Verde Grove Colonia	val-verde-grove-colonia	US		0	America/Chicago	26.1723	-98.08417	29			TX	215		
4738764	Valdasta	valdasta	US		0	America/Chicago	33.294	-96.4711	181			TX	085		
4738766	Valdina Farms	valdina-farms	US		0	America/Chicago	29.4944	-99.3806	355			TX	325		
4738777	Vales Colonia	vales-colonia	US		0	America/Chicago	26.27535	-98.56641	59	Vales Colonia,Vales Subdivision Colonia		TX	215		
4738778	Valle Alto Number 1 Colonia	valle-alto-number-1-colonia	US		0	America/Chicago	26.10424	-98.23223	30			TX	215		
4738779	Valle Alto Number 2 Colonia	valle-alto-number-2-colonia	US		0	America/Chicago	26.10147	-98.23223	30			TX	215		
4738780	Valle Escondido Colonia	valle-escondido-colonia	US		0	America/Chicago	25.87647	-97.38415	4			TX	061		
4738781	Valle Hermosa Colonia	valle-hermosa-colonia	US		0	America/Chicago	25.87342	-97.38831	5			TX	061		
4738782	Valle Hermosa Colonia	valle-hermosa-colonia	US		0	America/Chicago	26.38145	-98.78725	49	Valle Hermosa Colonia,Valle Hermosa Subdivision Colonia		TX	427		
4738783	Valle Hermoso Estates Colonia	valle-hermoso-estates-colonia	US		0	America/Chicago	26.3234	-98.2564	40			TX	215		
4738784	Valle Verde Colonia	valle-verde-colonia	US		0	America/Chicago	26.16924	-97.82222	16			TX	061		
4738785	Valle Verde Colonia	valle-verde-colonia	US		0	America/Chicago	27.68029	-99.20142	162			TX	479		
4738786	Valle Verde Colonia	valle-verde-colonia	US		0	America/Chicago	27.0492	-99.43421	97			TX	505		
4738787	Valle Vista Colonia	valle-vista-colonia	US		0	America/Chicago	26.3084	-98.55836	76	Valle Vista Colonia,Valle Vista Subdivision Colonia		TX	215		
4738788	Valle Vista Number 1 Colonia	valle-vista-number-1-colonia	US		0	America/Chicago	26.31535	-98.65641	65			TX	427		
4738789	Valle Vista Number 2 Colonia	valle-vista-number-2-colonia	US		0	America/Chicago	26.31729	-98.6553	66			TX	427		
4738790	Valle de Palmas Number 1 Colonia	valle-de-palmas-number-1-colonia	US		0	America/Chicago	26.17424	-97.90417	18			TX	215		
4738815	Valley Hi	valley-hi	US		0	America/Chicago	29.37357	-98.63947	227			TX	029		
4738819	Valley Junction	valley-junction	US		0	America/Chicago	30.84186	-96.63775	84			TX	395		
4738839	Valley Rancheros Colonia	valley-rancheros-colonia	US		0	America/Chicago	26.3284	-98.33918	55	Valley Rancheros Colonia,Valley Rancheros Subdivision Colonia		TX	215		
4738841	Valley Ridge	valley-ridge	US		0	America/Chicago	32.58736	-97.24168	228			TX	439		
4738848	Valley Star Acres Colonia	valley-star-acres-colonia	US		0	America/Chicago	26.24341	-98.1314	30			TX	215		
4738866	Valley View Estates Colonia	valley-view-estates-colonia	US		0	America/Chicago	26.20841	-98.29224	41			TX	215		
4738874	Valley Wells	valley-wells	US		0	America/Chicago	28.48082	-99.50921	141			TX	127		
4738877	Vally-Hi Acres Number 1 Colonia	vally-hi-acres-number-1-colonia	US		0	America/Chicago	27.9964	-98.09139	94			TX	249		
4738878	Vally-Hi Acres Number 2 Colonia	vally-hi-acres-number-2-colonia	US		0	America/Chicago	28.00224	-98.09028	99			TX	249		
4738901	Van Pelt	van-pelt	US		0	America/Chicago	29.13358	-95.43105	8			TX	039		
4738930	Vandyke	vandyke	US		0	America/Chicago	31.97237	-98.56088	375			TX	093		
4738931	Vanessa Street Colonia	vanessa-street-colonia	US		0	America/Chicago	29.19413	-99.79839	275			TX	463		
4738932	Vanham Addition Colonia	vanham-addition-colonia	US		0	America/Chicago	29.23913	-99.79422	286			TX	463		
4738942	Vanva Settlement	vanva-settlement	US		0	America/Chicago	30.33076	-94.7002	29			TX	291		
4738969	Varisco	varisco	US		0	America/Chicago	30.64242	-96.54275	76			TX	041		
4738977	Vasco	vasco	US		0	America/Chicago	33.41511	-95.49523	128			TX	119		
4738978	Vashti	vashti	US		0	America/Chicago	33.55566	-98.04087	330			TX	077		
4738989	Vattmannville	vattmannville	US		0	America/Chicago	27.33226	-97.75222	8			TX	273		
4738994	Vattman	vattman	US		0	America/Chicago	27.3331	-97.74527	9	Vattman,Vattmanville		TX	273		
4739002	Veach	veach	US		0	America/Chicago	31.22158	-94.17964	68			TX	405		
4739012	Velasco	velasco	US		0	America/Chicago	28.96191	-95.3605	1			TX	039		
4739015	Velasco Heights	velasco-heights	US		0	America/Chicago	28.98302	-95.37105	1			TX	039		
4739021	Vemo	vemo	US		0	America/Chicago	31.55017	-97.085	118			TX	309		
4739023	Venable	venable	US		0	America/Chicago	31.46407	-94.08964	115			TX	405		
4739032	Venadito	venadito	US		0	America/Chicago	26.05258	-97.76916	18			TX	061		
4739047	Venecia Colonia	venecia-colonia	US		0	America/Chicago	26.27924	-98.64919	43			TX	427		
4739055	Vera Cruz	vera-cruz	US		0	America/Chicago	27.4417	-98.26473	78			TX	131		
4739063	Canada Verde	canada-verde	US		0	America/Chicago	29.19191	-98.27557	126			TX	493		
4739068	Vereda Tropical Colonia	vereda-tropical-colonia	US		0	America/Chicago	26.27646	-98.32724	52			TX	215		
4739072	Verhelle	verhelle	US		0	America/Chicago	29.04415	-97.19304	50	Burns Station,Verhelle		TX	123		
4739099	Vertress Colonia	vertress-colonia	US		0	America/Chicago	26.10924	-98.05417	21	Vertress Colonia,Vertress Subdivision Colonia,Vertriss Colonia		TX	215		
4739103	Vessey	vessey	US		0	America/Chicago	33.72094	-94.96689	122			TX	387		
4739125	Viboras	viboras	US		0	America/Chicago	26.71728	-98.82725	125			TX	427		
4739132	Vicente Sandoval Colonia	vicente-sandoval-colonia	US		0	America/Chicago	26.2123	-97.48332	7	La Tina Ranch Colonia,Vicente Sandoval Colonia		TX	061		
4739158	Victoria Acres Colonia	victoria-acres-colonia	US		0	America/Chicago	26.18341	-98.02528	25	Victoria Acres Colonia,Victoria Acres Number 1 Colonia		TX	215		
4739162	Victoria Belen Colonia	victoria-belen-colonia	US		0	America/Chicago	26.15535	-98.03834	27			TX	215		
4739164	Victoria Colonia	victoria-colonia	US		0	America/Chicago	26.41423	-98.98336	57			TX	427		
4739177	Victoria Vera Colonia	victoria-vera-colonia	US		0	America/Chicago	26.3184	-98.69336	44			TX	427		
4739179	Victory	victory	US		0	America/Chicago	32.79819	-94.56881	92			TX	315		
4739203	Victory City	victory-city	US		0	America/Chicago	33.46512	-94.23686	108			TX	037		
4739213	Victory Place Colonia	victory-place-colonia	US		0	America/Chicago	27.22921	-98.16334	39	Victory Place Colonia,Whisler Addition Colonia		TX	047		
4739222	Vidaurri	vidaurri	US		0	America/Chicago	28.43667	-97.13694	21	Redlew,Vidauri,Vidaurri		TX	391		
4739246	View	view	US		0	America/Chicago	32.34291	-99.88481	584			TX	441		
4739258	Villa	villa	US		0	America/Chicago	31.61516	-98.73588	432			TX	333		
4739259	Villa Capri Colonia	villa-capri-colonia	US		0	America/Chicago	26.26424	-98.35141	56			TX	215		
4739260	Villa Cavazos	villa-cavazos	US		0	America/Chicago	26.01813	-97.60832	14	Cavazos,Villa Cavazos		TX	061		
4739261	Villa Cavazos Colonia	villa-cavazos-colonia	US		0	America/Chicago	26.0173	-97.60721	14			TX	061		
4739265	Villa Donna Colonia	villa-donna-colonia	US		0	America/Chicago	26.1723	-98.07334	29	Villa Donna Colonia,Villa Donna Subdivision Colonia		TX	215		
4739266	Villa Estates Colonia	villa-estates-colonia	US		0	America/Chicago	26.2734	-98.5703	56			TX	215		
4739268	Villa Nueva	villa-nueva	US		0	America/Chicago	25.95091	-97.5561	11			TX	061		
4739269	Villa Nueva Colonia	villa-nueva-colonia	US		0	America/Chicago	25.94925	-97.55138	12			TX	061		
4739271	Villa Pancho	villa-pancho	US		788	America/Chicago	25.88425	-97.41581	4			TX	061		
4739272	Villa Pancho Colonia	villa-pancho-colonia	US		0	America/Chicago	25.88341	-97.4122	4			TX	061		
4739275	Villa Siesta Retirement Village	villa-siesta-retirement-village	US		0	America/Chicago	30.37243	-97.67112	220			TX	453		
4739277	Villa Verde	villa-verde	US		874	America/Chicago	26.13202	-97.99834	23			TX	215		
4739278	Villa Verde Colonia	villa-verde-colonia	US		0	America/Chicago	26.1323	-98.00084	23	Villa Verde Colonia,Villa Verde Subdivision		TX	215		
4739279	Villa de Frontera Colonia	villa-de-frontera-colonia	US		0	America/Chicago	26.40229	-98.9892	57			TX	427		
4739280	Villa de Martinez Colonia	villa-de-martinez-colonia	US		0	America/Chicago	26.40229	-98.99031	57			TX	427		
4739281	Villa del Mundo Colonia	villa-del-mundo-colonia	US		0	America/Chicago	26.25146	-98.16029	31	Villa del Mundo Colonia,Villa del Mundo Subdivision Colonia		TX	215		
4739282	Villa del Sol	villa-del-sol	US		175	America/Chicago	26.19146	-97.57415	9			TX	061		
4739283	Villa del Sol Colonia	villa-del-sol-colonia	US		0	America/Chicago	26.19146	-97.57415	9			TX	061		
4739284	Villa del Sol Colonia	villa-del-sol-colonia	US		0	America/Chicago	26.24841	-98.16029	31			TX	215		
4739304	Village East Colonia	village-east-colonia	US		0	America/Chicago	27.67918	-99.19725	165			TX	479		
4739305	Village Grove Number 2 Colonia	village-grove-number-2-colonia	US		0	America/Chicago	26.1723	-98.08223	29			TX	215		
4739313	Villareal Colonia	villareal-colonia	US		0	America/Chicago	26.30729	-98.64419	66			TX	427		
4739314	Villareales	villareales	US		0	America/Chicago	26.3734	-98.87419	53			TX	427		
4739319	Villas del Valle Colonia	villas-del-valle-colonia	US		0	America/Chicago	26.12424	-98.1864	27			TX	215		
4739340	Vineyard	vineyard	US		0	America/Chicago	33.16789	-97.96643	289			TX	237		
4739368	Virginia Hill	virginia-hill	US		0	America/Chicago	32.12821	-95.81691	139			TX	213		
4739371	Virginia Point	virginia-point	US		0	America/Chicago	29.30551	-94.8977	1			TX	167		
4739381	Vistula	vistula	US		0	America/Chicago	31.10463	-95.63689	55			TX	225		
4739384	Viterbo	viterbo	US		0	America/Chicago	29.95577	-94.04295	5			TX	245		
4739408	Volente	volente	US		563	America/Chicago	30.43381	-97.90362	243	Village of Volente,Volente		TX	453		
4739425	Voth	voth	US		0	America/Chicago	30.17521	-94.20185	8			TX	245		
4739431	Vsetin	vsetin	US		0	America/Chicago	29.49441	-96.8497	79			TX	285		
4739479	W J Ranch Colonia	w-j-ranch-colonia	US		0	America/Chicago	28.00141	-97.55527	15			TX	409		
4739566	Wadeside Addition Colonia	wadeside-addition-colonia	US		0	America/Chicago	28.02224	-97.88139	38	Sandia Colonia,Wadeside Addition Colonia		TX	249		
4739641	Wake Village	wake-village	US		5471	America/Chicago	33.42679	-94.1063	104	Wake,Wake Village		TX	037		
4739649	Walda	walda	US		0	America/Chicago	30.87241	-94.86243	82			TX	373		
4739650	Waldeck	waldeck	US		0	America/Chicago	30.06355	-96.79276	134			TX	149		
4739655	Walden Woods	walden-woods	US		0	America/Chicago	30.09438	-95.17243	16			TX	201		
4739657	Waldrip	waldrip	US		0	America/Chicago	31.44266	-99.42311	431			TX	307		
4739735	Walker Crossing	walker-crossing	US		0	America/Chicago	31.4346	-99.36228	406			TX	307		
4739748	Walker Village	walker-village	US		0	America/Chicago	31.13601	-97.72446	274			TX	027		
4739758	Walkers Mill	walkers-mill	US		0	America/Chicago	32.58931	-94.55326	91			TX	203		
4739831	Walnut Bend	walnut-bend	US		0	America/Chicago	33.77872	-97.06473	233	Coleville,Hickory Creek,Walnut Bend		TX	097		
4739891	Walnut Forest	walnut-forest	US		0	America/Chicago	30.38298	-97.67167	210			TX	453		
4739942	Walston Farms Colonia	walston-farms-colonia	US		0	America/Chicago	26.19035	-98.06723	27			TX	215		
4739989	Waltonia	waltonia	US		0	America/Chicago	30.06743	-99.29366	525			TX	265		
4739997	Wamba	wamba	US		0	America/Chicago	33.50596	-94.1288	108			TX	037		
4739998	Wampler	wampler	US		0	America/Chicago	32.77735	-97.73559	322			TX	367		
4740007	Waples	waples	US		0	America/Chicago	32.48375	-97.72031	257			TX	221		
4740025	Ward Creek	ward-creek	US		0	America/Chicago	33.36623	-94.63021	102	Needmore,Ward Creek,Wards Creek		TX	037		
4740042	Ward Prairie	ward-prairie	US		0	America/Chicago	31.7635	-96.1383	137			TX	161		
4740048	Ward Spring	ward-spring	US		0	America/Chicago	30.45687	-97.63945	222			TX	453		
4740056	Wardlaw	wardlaw	US		0	America/Chicago	31.54656	-97.06472	117			TX	309		
4740068	Ware Colony Colonia	ware-colony-colonia	US		0	America/Chicago	26.32535	-98.24918	37			TX	215		
4740069	Ware Country Colonia	ware-country-colonia	US		0	America/Chicago	26.33229	-98.24835	37	Ware Country Colonia,Ware Country Subdivision Colonia		TX	215		
4740070	Ware Country Colonia Number 2	ware-country-colonia-number-2	US		0	America/Chicago	26.33229	-98.25085	38	Ware Country Colonia Number 2,Ware Country Subdivision Number 2		TX	215		
4740072	Ware Estates Colonia	ware-estates-colonia	US		0	America/Chicago	26.28924	-98.25224	37			TX	215		
4740073	Ware Oaks Colonia	ware-oaks-colonia	US		0	America/Chicago	26.28535	-98.24724	36			TX	215		
4740075	Ware Shadows Colonia	ware-shadows-colonia	US		0	America/Chicago	26.29924	-98.24724	37			TX	215		
4740076	Ware West Colonia	ware-west-colonia	US		0	America/Chicago	26.32535	-98.24918	37	Ware West Colonia,Ware West Subdivision Colonia		TX	215		
4740077	Ware del Norte Colonia	ware-del-norte-colonia	US		0	America/Chicago	26.29729	-98.24918	37	Ware del Norte Colonia,Ware del Norte Subdivision Colonia		TX	215		
4740078	Waresville	waresville	US		0	America/Chicago	29.60495	-99.52227	409			TX	463		
4740085	Warlock	warlock	US		0	America/Chicago	32.8393	-94.62409	112			TX	315		
4740101	Warren City	warren-city	US		299	America/Chicago	32.55487	-94.89605	113			TX	183		
4740120	Warren Springs	warren-springs	US		0	America/Chicago	33.06235	-94.37658	135			TX	067		
4740199	Wasicek Colonia	wasicek-colonia	US		0	America/Chicago	27.96141	-98.08834	90			TX	249		
4740217	Water City Estates Colonia	water-city-estates-colonia	US		0	America/Chicago	27.7703	-97.95028	43			TX	249		
4740235	Waterfall Road Colonia	waterfall-road-colonia	US		0	America/Chicago	26.10341	-97.90722	18	Water Fall Road Colonia,Waterfall Road Colonia,Waterfall Road Subdivision Colonia		TX	215		
4740256	Waters Bluff	waters-bluff	US		0	America/Chicago	32.50237	-95.11911	114			TX	423		
4740261	Waters Park	waters-park	US		0	America/Chicago	30.41798	-97.70528	218			TX	453		
4740264	Waterwood	waterwood	US		0	America/Chicago	30.81963	-95.23633	62			TX	407		
4740308	Watt	watt	US		0	America/Chicago	31.64378	-96.85888	184			TX	293		
4740310	Watterson	watterson	US		0	America/Chicago	29.98911	-97.38777	154			TX	021		
4740361	Weather Heights Number 1 Colonia	weather-heights-number-1-colonia	US		0	America/Chicago	26.19841	-97.97639	19			TX	215		
4740372	Wealthy	wealthy	US		0	America/Chicago	31.02463	-96.17968	129			TX	289		
4740433	Weches	weches	US		0	America/Chicago	31.54407	-95.22772	139	Naches,Neches,Weches		TX	225		
4740449	Weedhaven	weedhaven	US		0	America/Chicago	28.72388	-96.45358	7			TX	239		
4740457	Weeks Settlement	weeks-settlement	US		0	America/Chicago	31.08575	-93.83824	173			TX	351		
4740459	Weeping Mary	weeping-mary	US		0	America/Chicago	31.59684	-95.15966	69			TX	073		
4740464	Wehdem	wehdem	US		0	America/Chicago	30.07133	-96.38774	101	New Wehdem,Wehdem		TX	015		
4740478	Weiland	weiland	US		0	America/Chicago	33.01456	-96.06414	155			TX	231		
4740525	Welch Tract Colonia	welch-tract-colonia	US		0	America/Chicago	26.25146	-98.1564	30			TX	215		
4740532	Welcome Valley	welcome-valley	US		0	America/Chicago	32.2007	-98.15032	399			TX	143		
4740568	Welfare	welfare	US		0	America/Chicago	29.9216	-98.7867	411	Bonton,Joseway,Welfare		TX	259		
4740577	Wellborn, Bryan-College Station	wellborn-bryan-college-station	US		0	America/Chicago	30.53343	-96.30323	99			TX	041		
4740584	Wells Branch	wells-branch	US		12120	America/Chicago	30.44604	-97.67945	250			TX	453		
4740614	Wendt	wendt	US		0	America/Chicago	29.90634	-96.89998	82			TX	149		
4740616	Wendy Acres Colonia	wendy-acres-colonia	US		0	America/Chicago	27.87419	-97.20138	5	Ingleside Colonia,Wendy Acres Colonia		TX	409		
4740620	Wells Creek	wells-creek	US		0	America/Chicago	31.79823	-95.55523	134	Well Creek Siding,Wells Creek,Wells Creek Siding		TX	001		
4740627	Wes-mer Colonia	wes-mer-colonia	US		0	America/Chicago	26.20146	-97.95639	19	Wes-mer Colonia,Wes-mer Subdivision Colonia		TX	215		
4740628	Weser	weser	US		0	America/Chicago	28.86526	-97.36749	67			TX	175		
4740689	West Addition Colonia	west-addition-colonia	US		0	America/Chicago	26.23035	-97.58221	8			TX	061		
4740691	West Alfred Estates Colonia	west-alfred-estates-colonia	US		0	America/Chicago	27.90919	-98.01417	64			TX	249		
4740692	West Alto Bonito Colonia	west-alto-bonito-colonia	US		696	America/Chicago	26.31424	-98.66336	50	Alto Bonito,Alto Bonito Heights Number 5 Colonia,West Alto Bonito Colonia		TX	427		
4740716	West Bluff	west-bluff	US		0	America/Chicago	30.17632	-93.70683	1			TX	361		
4740778	West Delta	west-delta	US		0	America/Chicago	33.32817	-95.78413	146			TX	119		
4740889	West Hamilton (historical)	west-hamilton-historical	US		0	America/Chicago	31.63962	-93.92436	103			TX	419		
4740897	West Haven Colonia	west-haven-colonia	US		0	America/Chicago	26.3234	-98.20334	29	West Haven Colonia,West Haven Subdivision Colonia		TX	215		
4740900	West Highway Colonia	west-highway-colonia	US		0	America/Chicago	26.16035	-98.00084	27	West Highway Colonia,West Highway Subdivision		TX	215		
4740928	West Lake Hills	west-lake-hills	US		3317	America/Chicago	30.29798	-97.80195	238			TX	453		
4740941	West Livingston	west-livingston	US		8071	America/Chicago	30.69825	-95.00188	43			TX	373		
4740950	West Midway	west-midway	US		0	America/Chicago	33.13734	-95.09494	122			TX	449		
4740961	West Mountain	west-mountain	US		0	America/Chicago	32.61097	-94.91549	136			TX	459		
4740963	West Mineola	west-mineola	US		0	America/Chicago	32.67152	-95.51912	119			TX	499		
4740968	West New Hope	west-new-hope	US		0	America/Chicago	33.21734	-95.09216	123			TX	449		
4740974	West Oakland	west-oakland	US		0	America/Chicago	30.05355	-94.12212	4			TX	245		
4740984	West Orange Estates Colonia	west-orange-estates-colonia	US		0	America/Chicago	27.95918	-97.98028	64			TX	249		
4740995	West Pearsall	west-pearsall	US		383	America/Chicago	28.89858	-99.10809	188			TX	163		
4741006	West Port Arthur	west-port-arthur	US		0	America/Chicago	29.85105	-93.97712	2			TX	245		
4741042	West Saint Paul	west-saint-paul	US		0	America/Chicago	28.1014	-97.6375	32			TX	409		
4741057	West Sharyland	west-sharyland	US		2309	America/Chicago	26.27257	-98.32863	52			TX	215		
4741073	West Sinton	west-sinton	US		0	America/Chicago	28.02918	-97.67305	32			TX	409		
4741083	West Sweden	west-sweden	US		0	America/Chicago	31.19128	-99.44395	557			TX	307		
4741087	West Tawakoni	west-tawakoni	US		1576	America/Chicago	32.89373	-96.02941	139			TX	231		
4741089	West Tempe	west-tempe	US		0	America/Chicago	30.75741	-95.04105	61			TX	373		
4741100	West University Place	west-university-place	US		15741	America/Chicago	29.71801	-95.43383	15	Vest Juniversiti Plejs,wst ywnywrsyty plys  tgzas,wyst ywnyfrsyty blays,Вест Јуниверсити Плејс,وست یونیورسیتی پلیس، تگزاس,ويست يونيفرسيتي بلايس		TX	201		
4741127	Westbrook (historical)	westbrook-historical	US		0	America/Chicago	30.26853	-98.52558	391			TX	031		
4740499	Weir	weir	US	39772	0	America/Chicago	33.30567	-95.58496	144			TX	223		
4741147	Westcliff	westcliff	US		0	America/Chicago	31.11518	-97.5164	188	West Cliff,Westcliff		TX	027		
4741151	Westcott	westcott	US		0	America/Chicago	30.41298	-95.04799	50			TX	407		
4741157	Westdale Estates Number 1 Colonia	westdale-estates-number-1-colonia	US		0	America/Chicago	27.96641	-97.97722	62			TX	249		
4741158	Westdale Estates Number 2 Colonia	westdale-estates-number-2-colonia	US		0	America/Chicago	27.97029	-97.97722	62			TX	249		
4741159	Westdale Estates Number 3 Colonia	westdale-estates-number-3-colonia	US		0	America/Chicago	27.97641	-97.97639	65			TX	249		
4741160	Westdale Estates Number 4 Colonia	westdale-estates-number-4-colonia	US		0	America/Chicago	27.97335	-97.97722	63			TX	249		
4741164	Western Estates Number 1 Colonia	western-estates-number-1-colonia	US		0	America/Chicago	26.3234	-98.3953	68			TX	215		
4741178	Westfield Estates	westfield-estates	US		0	America/Chicago	29.87495	-95.3541	20			TX	201		
4741185	Westgate Estates Colonia	westgate-estates-colonia	US		0	America/Chicago	26.14646	-98.00834	24			TX	215		
4741189	Westhaven	westhaven	US		0	America/Chicago	29.86577	-98.27779	300			TX	091		
4741231	Westover Hills	westover-hills	US		721	America/Chicago	32.74485	-97.41363	182			TX	439		
4741270	Westview Heights Colonia	westview-heights-colonia	US		0	America/Chicago	26.23535	-98.38724	45			TX	215		
4741291	Westwood Park	westwood-park	US		0	America/Chicago	32.7018	-96.87806	194			TX	113		
4741292	Westwood Park	westwood-park	US		0	America/Chicago	29.66801	-95.443	17			TX	201		
4741302	Westwood Village	westwood-village	US		0	America/Chicago	29.40968	-98.6328	228			TX	029		
4741304	Westworth	westworth	US		2124	America/Chicago	32.75735	-97.41085	173	Westworth,Westworth Village		TX	439		
4741314	Wetsel	wetsel	US		0	America/Chicago	33.12956	-96.64444	204			TX	085		
4741317	Whalen Acres Colonia	whalen-acres-colonia	US		0	America/Chicago	26.1973	-98.20834	35	Whalen Acres Colonia,Whalen and 83 Colonia		TX	215		
4741318	Whaley	whaley	US		0	America/Chicago	33.46373	-94.3352	112			TX	037		
4741319	Whaley Corner	whaley-corner	US		0	America/Chicago	29.44607	-95.67411	20			TX	157		
4741382	Wheeler Springs	wheeler-springs	US		0	America/Chicago	31.37685	-95.64662	88			TX	225		
4741408	Whiskey Ford	whiskey-ford	US		0	America/Chicago	30.0716	-94.44075	10			TX	245		
4741416	Whispering Oaks Estates Colonia	whispering-oaks-estates-colonia	US		0	America/Chicago	27.91336	-97.17721	7	West Aransas Pass Colonia,Whispering Oaks Estates Colonia		TX	409		
4741417	Whispering Pines	whispering-pines	US		0	America/Chicago	31.77684	-94.51993	150			TX	347		
4741497	White Mound	white-mound	US		0	America/Chicago	33.51677	-96.51026	256	White Mound,Whitemound		TX	181		
4741550	White Oak Junction	white-oak-junction	US		0	America/Chicago	33.14678	-95.45717	137	White Oak,White Oak Junction		TX	223		
4741559	White Oak Springs	white-oak-springs	US		0	America/Chicago	33.15095	-95.07188	129			TX	449		
4741616	White Settlement	white-settlement	US		17077	America/Chicago	32.75957	-97.45835	203			TX	439		
4741619	White Shed	white-shed	US		0	America/Chicago	33.6326	-96.16553	182			TX	147		
4741636	Whitehead	whitehead	US		0	America/Chicago	32.86818	-96.26026	168			TX	231		
4741658	Whiterock	whiterock	US		0	America/Chicago	33.56205	-96.4711	231	White Rock,Whiterock		TX	181		
4741689	Whiteway	whiteway	US		0	America/Chicago	31.64293	-97.9717	309	Whitesboro,Whiteway		TX	193		
4741690	Whitewing Colonia	whitewing-colonia	US		0	America/Chicago	26.16341	-98.1014	29	Whitewing Colonia,Whitewing Subdivision Colonia		TX	215		
4741727	Whitson	whitson	US		0	America/Chicago	31.33378	-97.44057	220			TX	099		
4741736	Whitton	whitton	US		0	America/Chicago	32.48264	-95.99525	142	Whiton,Whitoo,Whitten,Whitton		TX	467		
4741746	Whon	whon	US		0	America/Chicago	31.49044	-99.30616	425			TX	083		
4741768	Wicker	wicker	US		0	America/Chicago	30.53876	-96.31182	100			TX	041		
4741778	Wied	wied	US		0	America/Chicago	29.43885	-97.0561	91			TX	285		
4741779	Wiedeville	wiedeville	US		0	America/Chicago	30.21938	-96.34024	100			TX	477		
4741780	Wieland	wieland	US		0	America/Chicago	33.01484	-96.06025	157	Hillville,Wieland		TX	231		
4741794	Wigginsville	wigginsville	US		0	America/Chicago	30.25827	-95.33716	48			TX	339		
4741837	Wild Peach	wild-peach	US		0	America/Chicago	29.0683	-95.62161	6			TX	039		
4741838	Wild Peach Village	wild-peach-village	US		2452	America/Chicago	29.08358	-95.63384	8			TX	039		
4741840	Wild Hurst	wild-hurst	US		0	America/Chicago	31.52351	-95.01827	90	Wild Hurst,Wildhurst		TX	073		
4741881	Wildwood Forest Colonia	wildwood-forest-colonia	US		0	America/Chicago	26.13646	-98.00834	24			TX	215		
4741913	Wilkins	wilkins	US		0	America/Chicago	32.55764	-95.00911	95			TX	459		
4741937	Willacy Acres Colonia	willacy-acres-colonia	US		0	America/Chicago	26.51729	-97.79916	11			TX	489		
4741944	Willamar	willamar	US		16	America/Chicago	26.45562	-97.61888	6			TX	489		
4741990	William Penn	william-penn	US		0	America/Chicago	30.31521	-96.28218	93			TX	477		
4742047	Williams Colonia	williams-colonia	US		0	America/Chicago	26.2323	-98.23918	36	Williams Colonia,Williams Subdivision Colonia		TX	215		
4742137	Williamson Addition Colonia	williamson-addition-colonia	US		0	America/Chicago	27.8703	-98.62029	169			TX	131		
4742190	Willman	willman	US		0	America/Chicago	29.933	-97.26027	156			TX	021		
4742296	Willow Park	willow-park	US		4922	America/Chicago	32.76263	-97.65058	284			TX	367		
4742301	Willow Point	willow-point	US		0	America/Chicago	33.11512	-97.91365	288	Willow Point,Willowpoint		TX	497		
4742369	Willowview	willowview	US		0	America/Chicago	34.35841	-99.70537	442			TX	197		
4742523	Winchell	winchell	US		0	America/Chicago	31.4721	-99.16088	411			TX	049		
4742527	Windemere	windemere	US		1037	America/Chicago	30.45909	-97.64917	231			TX	453		
4742194	Willow	willow	US	12495	0	America/Chicago	30.10188	-95.538	45			TX	201		
4742537	Windcrest	windcrest	US		5794	America/Chicago	29.51551	-98.38029	240			TX	029		
4742563	Windsong Village Colonia	windsong-village-colonia	US		0	America/Chicago	26.17146	-97.81833	16			TX	061		
4742588	Winedale	winedale	US		0	America/Chicago	30.08716	-96.64081	135	Truebsal,Winedale		TX	149		
4742604	Winkler	winkler	US		0	America/Chicago	31.93822	-96.20886	117			TX	161		
4742617	Winningkoff	winningkoff	US		0	America/Chicago	33.11123	-96.5636	171			TX	085		
4742631	Winscott	winscott	US		0	America/Chicago	32.55625	-97.54919	290			TX	439		
4742644	Winter Hill	winter-hill	US		0	America/Chicago	31.6599	-94.82327	113			TX	347		
4742646	Winter Valley Estates	winter-valley-estates	US		0	America/Chicago	30.12799	-94.88631	27			TX	291		
4742650	Winterfield	winterfield	US		0	America/Chicago	33.07456	-95.36495	162			TX	223		
4742689	Withers	withers	US		0	America/Chicago	29.35024	-98.57863	192			TX	029		
4742694	Witting	witting	US		0	America/Chicago	29.51024	-97.05582	118			TX	285		
4742697	Wixon Valley	wixon-valley	US		261	America/Chicago	30.76214	-96.31885	102			TX	041		
4742698	Wizard Wells	wizard-wells	US		0	America/Chicago	33.20039	-97.97032	265	Vineyard,Wizard Wells		TX	237		
4742822	Wolters Village	wolters-village	US		0	America/Chicago	32.82402	-98.06671	277			TX	363		
4742824	Womack	womack	US		0	America/Chicago	31.8371	-97.49613	255			TX	035		
4742849	Wood Colonia	wood-colonia	US		0	America/Chicago	26.2984	-98.17334	29	Wood Colonia,Wood Subdivision Colonia		TX	215		
4742859	Wood Hi	wood-hi	US		0	America/Chicago	28.79444	-96.84165	20			TX	469		
4742885	Wood Springs	wood-springs	US		0	America/Chicago	32.47487	-95.40496	142			TX	423		
4742897	Woodbranch	woodbranch	US		1377	America/Chicago	30.18105	-95.18882	29			TX	339		
4742902	Woodcreek	woodcreek	US		1528	America/Chicago	30.02827	-98.11112	293			TX	209		
4742906	Woodcrest Acres	woodcrest-acres	US		0	America/Chicago	30.22854	-94.17991	10			TX	199		
4742911	Wooded Hills	wooded-hills	US		0	America/Chicago	32.52403	-97.26918	235			TX	251		
4742938	Woodland Heights	woodland-heights	US		0	America/Chicago	31.67793	-98.96477	425			TX	049		
4742997	Woodloch	woodloch	US		214	America/Chicago	30.21799	-95.41411	33			TX	339		
4743026	Woods	woods	US		0	America/Chicago	32.0085	-94.24825	109			TX	365		
4743120	Woosley	woosley	US		0	America/Chicago	32.88207	-95.88358	140			TX	379		
4743260	Wuthrich Hill	wuthrich-hill	US		0	America/Chicago	30.62603	-97.36055	188			TX	491		
4743274	Wyldwood	wyldwood	US		2505	America/Chicago	30.12938	-97.47277	156			TX	021		
4743310	XX Farms Colonia	xx-farms-colonia	US		0	America/Chicago	26.33646	-97.49332	2			TX	061		
4743332	Yarboro	yarboro	US		0	America/Chicago	30.33687	-95.95551	126			TX	185		
4743336	Yarborough	yarborough	US		0	America/Chicago	27.20644	-97.37665	1			TX	261		
4743341	Yard	yard	US		0	America/Chicago	31.86155	-95.97108	85			TX	001		
4743342	Yard	yard	US		0	America/Chicago	31.86528	-95.96682	88	Greens Bluff,Yard		TX	001		
4743345	Yarrelton	yarrelton	US		0	America/Chicago	30.95074	-97.07999	132			TX	331		
4743346	Yates	yates	US		0	America/Chicago	30.58796	-99.5934	482			TX	267		
4743415	Yellowpine	yellowpine	US		0	America/Chicago	31.25935	-93.82463	86			TX	403		
4743442	Yokum-Hall Colonia	yokum-hall-colonia	US		0	America/Chicago	26.28535	-98.1214	28	Yokum-Hall Colonia,Yokum-Hall Subdivision Colonia		TX	215		
4743444	Yokum	yokum	US		0	America/Chicago	29.16108	-97.56333	121			TX	177		
4743461	Yost Road Colonia	yost-road-colonia	US		0	America/Chicago	26.1123	-97.62916	10			TX	061		
4743463	Youens	youens	US		0	America/Chicago	30.31549	-95.37466	58			TX	339		
4743465	Yougeen	yougeen	US		0	America/Chicago	28.32361	-97.70472	47			TX	025		
4743512	Youngsport	youngsport	US		0	America/Chicago	30.9574	-97.71918	206			TX	027		
4743518	Yowell	yowell	US		0	America/Chicago	33.34539	-95.86024	162			TX	119		
4743523	Yturria	yturria	US		0	America/Chicago	26.5684	-97.77083	12			TX	489		
4743525	Yucca Acres Colonia	yucca-acres-colonia	US		0	America/Chicago	27.91835	-97.90139	44			TX	249		
4743527	Yucote Acres	yucote-acres	US		0	America/Chicago	33.09984	-96.47888	158			TX	085		
4743532	Yznaga	yznaga	US		91	America/Chicago	26.31646	-97.81361	13			TX	061		
4743533	Yznaga Number 1 Colonia	yznaga-number-1-colonia	US		0	America/Chicago	26.31035	-97.82916	12	Yznaga Number 1 Colonia,Yznaga Subdivision Number 1 Colonia		TX	061		
4743534	Yznaga Number 2 Colonia	yznaga-number-2-colonia	US		0	America/Chicago	26.32841	-97.80222	14	Yznaga Number 2 Colonia,Yznaga Subdivision Number 2 Colonia		TX	061		
4743540	Zabcikville	zabcikville	US		0	America/Chicago	31.04518	-97.16666	150			TX	027		
4743546	Yvonne Colonia	yvonne-colonia	US		0	America/Chicago	26.21146	-98.2014	35			TX	215		
4743549	Zacatal Colonia	zacatal-colonia	US		0	America/Chicago	26.08341	-97.87028	20	El Zacatal Colonia,Zacatal Colonia		TX	215		
4743571	Zamora Acres Colonia	zamora-acres-colonia	US		0	America/Chicago	28.43527	-99.22725	125			TX	283		
4743584	Zapata Ranch	zapata-ranch	US		108	America/Chicago	26.35702	-97.82916	12			TX	489		
4743585	Zapata Ranch Colonia	zapata-ranch-colonia	US		97	America/Chicago	26.35646	-97.83027	12			TX	489		
4743589	Zarate Colonia	zarate-colonia	US		0	America/Chicago	26.32035	-98.63725	65			TX	427		
4743593	Zacha Junction	zacha-junction	US		0	America/Chicago	32.86485	-96.66916	179	Zacha Junction,Zack		TX	113		
4743613	Zella	zella	US		0	America/Chicago	28.56304	-98.79308	114			TX	311		
4743666	Zion Hill	zion-hill	US		0	America/Chicago	30.83548	-93.97157	107			TX	241		
4743720	Zipp	zipp	US		0	America/Chicago	29.55967	-98.01639	159			TX	187		
4743722	Zipperlandville	zipperlandville	US		0	America/Chicago	31.06879	-97.05527	143			TX	145		
4743734	Zorn	zorn	US		0	America/Chicago	29.753	-97.94806	164			TX	187		
4743736	Zuehl	zuehl	US		376	America/Chicago	29.48551	-98.16612	178			TX	187		
4743742	Zummo	zummo	US		0	America/Chicago	30.04077	-94.06879	6			TX	245		
4743744	Zunkerville	zunkerville	US		0	America/Chicago	28.70915	-97.99167	126			TX	255		
4743766	A Country Place	a-country-place	US		0	America/New_York	38.95511	-77.27609	97			VA	059		
4743786	Aarons Creek	aarons-creek	US		0	America/New_York	36.66125	-78.72195	124			VA	083		
4743792	Abbs Valley	abbs-valley	US		0	America/New_York	37.244	-81.45233	797			VA	185		
4743799	Abell (historical)	abell-historical	US		0	America/New_York	37.07153	-78.85084	189			VA	037		
4743803	Aberdeen Gardens	aberdeen-gardens	US		0	America/New_York	37.03237	-76.39856	3			VA	650		
4743811	Abert	abert	US		0	America/New_York	37.4982	-79.22558	172			VA	019		
4743849	Academy (historical)	academy-historical	US		0	America/New_York	37.12737	-77.3122	45			VA	149		
4743857	Acca	acca	US		0	America/New_York	37.57848	-77.46998	63			VA	760		
4743861	Academy Park	academy-park	US		0	America/New_York	36.8057	-76.35078	3	Academy Park,Hog Neck		VA	740		
4743870	Accotink	accotink	US		0	America/New_York	38.70845	-77.15942	12			VA	059		
4743874	Accotink Heights	accotink-heights	US		0	America/New_York	38.83539	-77.21276	89			VA	059		
4743879	Achash	achash	US		0	America/New_York	38.33207	-78.16528	160			VA	113		
4743883	Acodale	acodale	US		0	America/New_York	38.21513	-77.24415	2			VA	099		
4743884	Acorn	acorn	US		0	America/New_York	36.96625	-78.98251	195			VA	083		
4743885	Acorn	acorn	US		0	America/New_York	38.0193	-76.64912	40			VA	193		
4743886	Acorn Acres	acorn-acres	US		0	America/New_York	36.76848	-76.67468	21			VA	800		
4743890	Acors Corner	acors-corner	US		0	America/New_York	38.09013	-77.32609	64	Acois Corner,Acors Corner		VA	033		
4743894	Acredale	acredale	US		0	America/New_York	36.79709	-76.17438	6	Acredale,Bonney,Bonneys Corner,Thalia		VA	810		
4743896	Acree Acres	acree-acres	US		0	America/New_York	37.1757	-76.46856	16			VA	199		
4743905	Adam Acres	adam-acres	US		0	America/New_York	37.21458	-80.0217	382			VA	161		
4743919	Adams Grove	adams-grove	US		0	America/New_York	36.69321	-77.38525	27	Adams Grove,Adamsgrove		VA	175		
4743935	Addison Heights	addison-heights	US		0	America/New_York	38.85567	-77.06026	18			VA	013		
4743936	Aden	aden	US		0	America/New_York	38.65512	-77.53721	64			VA	153		
4743938	Adial	adial	US		0	America/New_York	37.86486	-78.8303	170	Adail,Adial		VA	125		
4743952	Adner	adner	US		0	America/New_York	37.49875	-76.63329	27			VA	073		
4743956	Adria	adria	US		0	America/New_York	37.16873	-81.54594	751			VA	185		
4743957	Adsit	adsit	US		0	America/New_York	36.82737	-77.69805	88	Adsit,Boneytown,Gillaspie		VA	025		
4743958	Advance Mills	advance-mills	US		0	America/New_York	38.18319	-78.43862	120			VA	003		
4743960	Advance Mills Village	advance-mills-village	US		0	America/New_York	38.19736	-78.42473	170			VA	003		
4743963	Adwolf	adwolf	US		1530	America/New_York	36.78928	-81.58206	710	Adwolf,Adwolfe		VA	173		
4743968	Afredton	afredton	US		0	America/New_York	37.13067	-81.78317	668			VA	185		
4743973	Afton Hills	afton-hills	US		0	America/New_York	36.64125	-79.39697	196			VA	590		
4743984	Agnewville	agnewville	US		0	America/New_York	38.66928	-77.28582	76	Agnesville,Agnewville		VA	153		
4743986	Agricola	agricola	US		0	America/New_York	37.53125	-79.24392	231			VA	009		
4743989	Ahoy Acres	ahoy-acres	US		0	America/New_York	36.80098	-76.39717	4			VA	550		
4743990	Ahoy Shores	ahoy-shores	US		0	America/New_York	36.79876	-76.38939	4			VA	550		
4743993	Aiken Summit	aiken-summit	US		0	America/New_York	36.59514	-79.70476	247	Aiken Summit,Aiken Summitt,Loneoak		VA	089		
4743996	Aily	aily	US		0	America/New_York	37.08705	-82.28542	474			VA	051		
4744002	Airlee Court	airlee-court	US		0	America/New_York	37.31847	-79.95393	336			VA	770		
4744004	Airlie	airlie	US		0	America/New_York	38.75706	-77.79166	153			VA	061		
4744008	Airmont	airmont	US		0	America/New_York	39.08483	-77.78694	151	Airmont,Gilleys Creek,Gilliss Creek		VA	107		
4744009	Airpoint	airpoint	US		0	America/New_York	37.17125	-80.11421	810	Air Point,Airpoint		VA	161		
4744010	Airport Acres	airport-acres	US		0	America/New_York	38.13708	-78.43529	160			VA	003		
4744011	Airport Acres	airport-acres	US		0	America/New_York	37.21068	-80.40727	649			VA	121		
4744015	Airview Court	airview-court	US		0	America/New_York	37.24875	-80.02559	347			VA	770		
4744018	Ajax	ajax	US		0	America/New_York	36.98098	-79.57697	276			VA	143		
4744025	Alanthus	alanthus	US		0	America/New_York	38.54207	-77.93277	139	Ailanthus,Alanthus		VA	047		
4744026	Alantic City	alantic-city	US		0	America/New_York	36.85681	-76.30189	2			VA	710		
4744027	Alanton	alanton	US		0	America/New_York	36.88265	-76.02188	7			VA	810		
4744030	Albano	albano	US		0	America/New_York	38.20736	-78.30417	152			VA	137		
4744041	Alberene	alberene	US		0	America/New_York	37.88653	-78.6164	159			VA	003		
4744052	Alchie	alchie	US		0	America/New_York	36.89236	-79.0164	176			VA	083		
4744053	Alcoma	alcoma	US		0	America/New_York	37.54876	-78.59223	155	Alcoma,Variety Shade		VA	029		
4744058	Alcova Heights	alcova-heights	US		0	America/New_York	38.86456	-77.0972	64			VA	013		
4744063	Alderman Road Houses	alderman-road-houses	US		0	America/New_York	38.03403	-78.5164	183			VA	540		
4744080	Aldwyck	aldwyck	US		0	America/New_York	37.73903	-77.87972	92			VA	075		
4744087	Alexander Corner	alexander-corner	US		0	America/New_York	36.81515	-76.35633	3			VA	740		
4744090	Alexanders Corner	alexanders-corner	US		0	America/New_York	37.58681	-77.22303	52			VA	085		
4744107	Alfonso	alfonso	US		0	America/New_York	37.80875	-76.50801	30			VA	103		
4744111	Algoma Park	algoma-park	US		0	America/New_York	37.22097	-79.9942	359			VA	161		
4744115	Algonquin Hills	algonquin-hills	US		0	America/New_York	38.68651	-77.42693	96			VA	153		
4744116	Algonquin Park	algonquin-park	US		0	America/New_York	36.90876	-76.29272	4			VA	710		
4744117	Algren	algren	US		0	America/New_York	36.77487	-76.44633	6			VA	550		
4744134	Alleghany Addition	alleghany-addition	US		0	America/New_York	37.12902	-80.39699	646			VA	121		
4744143	Alleghany Heights	alleghany-heights	US		0	America/New_York	37.25263	-80.41283	675			VA	121		
4744150	Alleghany Springs	alleghany-springs	US		0	America/New_York	37.12819	-80.26504	426	Alleghany Spring,Alleghany Springs,Allegheny Spring,Allegheny Springs		VA	121		
4744167	Alka (historical)	alka-historical	US		0	America/New_York	37.03122	-82.47404	546			VA	051		
4744185	Allen Shop Corner	allen-shop-corner	US		0	America/New_York	37.7057	-76.84469	51			VA	097		
4744186	Allencrest	allencrest	US		0	America/New_York	38.89344	-77.15026	102			VA	013		
4744193	Allens Mill	allens-mill	US		0	America/New_York	37.28043	-78.55222	164			VA	147		
4744199	Allens Creek	allens-creek	US		0	America/New_York	37.54681	-78.86863	127	Allen Creek,Allens,Allens Creek		VA	125		
4744204	Allenslevel	allenslevel	US		0	America/New_York	37.56181	-78.48945	166			VA	029		
4744213	Allison Gap	allison-gap	US		0	America/New_York	36.89428	-81.77679	562			VA	173		
4744214	Allisonia	allisonia	US		117	America/New_York	36.93929	-80.73618	579			VA	155		
4744222	Allmondsville	allmondsville	US		0	America/New_York	37.39348	-76.65079	9	Allmonds Wharf,Allmondsville,Almonds Wharf,Almondsville		VA	073		
4744223	Allnut	allnut	US		0	America/New_York	38.30818	-77.10581	45			VA	099		
4744225	Allwood	allwood	US		0	America/New_York	37.64958	-79.22086	304			VA	009		
4744228	Almagro	almagro	US		0	America/New_York	36.57069	-79.38836	167			VA	590		
4744231	Almond (historical)	almond-historical	US		0	America/New_York	38.33763	-78.71586	310			VA	165		
4744235	Alonzaville	alonzaville	US		0	America/New_York	38.92872	-78.5464	332	Alonzaville,Alonzoville,Alorzaville		VA	171		
4744240	Alpine Hills	alpine-hills	US		0	America/New_York	37.34569	-79.96782	336			VA	161		
4744245	Alta View	alta-view	US		0	America/New_York	37.27847	-80.07782	350			VA	775		
4744270	Alsop	alsop	US		0	America/New_York	38.20708	-77.64943	94			VA	177		
4744273	Altoona Mines (historical)	altoona-mines-historical	US		0	America/New_York	37.08206	-80.86841	706			VA	155		
4744283	Alum Springs	alum-springs	US		0	America/New_York	37.15984	-80.80452	583			VA	155		
4744285	Alum Wells	alum-wells	US		0	America/New_York	36.75788	-82.18347	438	Alum Wells,Alumwells		VA	191		
4744298	Ambar	ambar	US		0	America/New_York	38.32513	-77.17803	56	Ambar,Amber		VA	099		
4744300	Amber Lake	amber-lake	US		0	America/New_York	37.66237	-77.77333	90			VA	075		
4744303	Amburg	amburg	US		0	America/New_York	37.55375	-76.35828	9			VA	119		
4744315	Amelia Springs (historical)	amelia-springs-historical	US		0	America/New_York	37.33154	-78.10222	79			VA	007		
4744323	Ames Cove	ames-cove	US		0	America/New_York	36.85293	-76.49606	5			VA	800		
4744324	Ames Cove	ames-cove	US		0	America/New_York	36.86126	-76.48939	6			VA	800		
4744333	Amicus	amicus	US		0	America/New_York	38.25569	-78.48001	152	Americus,Amicus		VA	079		
4744341	Alwington	alwington	US		0	America/New_York	38.70456	-77.78777	187			VA	061		
4744354	Ampt Hill	ampt-hill	US		0	America/New_York	37.45181	-77.44471	25			VA	041		
4744355	Ampthill Heights	ampthill-heights	US		0	America/New_York	37.46431	-77.45526	38	Ampt Hill Heights,Ampthill Heights		VA	159		
4744363	Anden at the Woods	anden-at-the-woods	US		0	America/New_York	38.58568	-77.31026	41			VA	153		
4744407	Andersons Corner	andersons-corner	US		0	America/New_York	37.42126	-76.82413	41	Anderson Corner,Andersons Corner		VA	095		
4744412	Andersons Mill	andersons-mill	US		0	America/New_York	36.88209	-79.5392	218			VA	143		
4744430	Andrew Lewis	andrew-lewis	US		0	America/New_York	37.28263	-80.12532	353			VA	161		
4744446	Angelico	angelico	US		0	America/New_York	36.71709	-77.23664	17			VA	175		
4744458	Angelo	angelo	US		0	America/New_York	37.54403	-79.07419	239			VA	009		
4744462	Ankum	ankum	US		0	America/New_York	36.60348	-77.88082	101			VA	025		
4744466	Ann Wrights Corner	ann-wrights-corner	US		0	America/New_York	38.09013	-77.5261	75			VA	033		
4744467	Annalee Heights	annalee-heights	US		0	America/New_York	38.85983	-77.18054	98	Anna Lee Heights,Annalee Heights		VA	059		
4744469	Annandale Acres	annandale-acres	US		0	America/New_York	38.81872	-77.19304	91			VA	059		
4744478	Annandale Terrace	annandale-terrace	US		0	America/New_York	38.824	-77.20665	99			VA	059		
4744484	Annex	annex	US		0	America/New_York	38.16124	-78.98558	414			VA	015		
4744488	Ante	ante	US		0	America/New_York	36.66487	-77.71915	91			VA	025		
4744554	Antioch Fork	antioch-fork	US		0	America/New_York	38.01764	-77.33776	64			VA	033		
4744580	Appersons Store	appersons-store	US		0	America/New_York	37.63598	-77.17442	25			VA	085		
4744582	Apple Acres	apple-acres	US		0	America/New_York	37.15652	-80.41866	647			VA	121		
4744586	Apple Glen	apple-glen	US		0	America/New_York	39.1526	-77.97444	180			VA	043		
4744589	Apple Mountain Lake	apple-mountain-lake	US		1396	America/New_York	38.92428	-78.10139	291			VA	187		
4744592	Apple Mountain Lake West	apple-mountain-lake-west	US		0	America/New_York	38.93456	-78.11944	261			VA	187		
4744600	Apperson Park	apperson-park	US		0	America/New_York	37.24041	-80.40338	676			VA	121		
4744602	Apple View Estates	apple-view-estates	US		0	America/New_York	39.26121	-78.11361	209			VA	069		
4744606	Apple Tree Village	apple-tree-village	US		0	America/New_York	37.35569	-79.89782	395			VA	023		
4744607	Applewood	applewood	US		0	America/New_York	38.91428	-78.11028	237			VA	187		
4744608	Appomattoc (historical)	appomattoc-historical	US		0	America/New_York	37.34181	-77.27331	4	Ap-pa-mat-tox,Appomattoc (historical)		VA	041		
4744610	Appomattox (historical)	appomattox-historical	US		0	America/New_York	37.37737	-78.7964	236	Appomattox (historical),Clover Hill		VA	011		
4744632	Applewood	applewood	US		0	America/New_York	37.32708	-79.87754	352			VA	161		
4744638	Aquia	aquia	US		0	America/New_York	38.48235	-77.38665	18	Acquia,Aquia,Aquia Station		VA	179		
4744645	Aquia Harbour	aquia-harbour	US		6727	America/New_York	38.46262	-77.38887	3			VA	179		
4744650	Aragona Village	aragona-village	US		0	America/New_York	36.84904	-76.1491	5			VA	810		
4744661	Arbor Hill	arbor-hill	US		0	America/New_York	38.09985	-79.15253	551	Arbor Hill,Arborhill		VA	015		
4744663	Arbor Meadows	arbor-meadows	US		0	America/New_York	36.87404	-76.45967	5			VA	800		
4744664	Arbor Meadows	arbor-meadows	US		0	America/New_York	36.86987	-76.46356	6			VA	800		
4744665	Arbor Park	arbor-park	US		0	America/New_York	38.12236	-78.50862	158			VA	003		
4744668	Arbuckle Landing	arbuckle-landing	US		0	America/New_York	36.59293	-76.38467	5	Arbuckle Landing,Arbuckle's Landing		VA	550		
4744671	Arcadia Farm	arcadia-farm	US		0	America/New_York	39.13149	-77.91388	146			VA	043		
4744672	Arcadia Mobile Home Park	arcadia-mobile-home-park	US		0	America/New_York	39.19733	-78.13694	211			VA	069		
4744677	Archer Bluff	archer-bluff	US		0	America/New_York	37.26071	-77.3822	20			VA	041		
4744691	Arcturus	arcturus	US		0	America/New_York	38.73873	-77.0447	7			VA	059		
4744696	Ardwood	ardwood	US		0	America/New_York	38.11236	-78.48862	133			VA	003		
4744697	Areanum	areanum	US		0	America/New_York	37.44765	-78.50972	162			VA	029		
4744700	Argyle Heights	argyle-heights	US		0	America/New_York	38.28707	-77.43221	44			VA	179		
4744705	Arkendale	arkendale	US		0	America/New_York	38.43846	-77.34248	12			VA	179		
4744706	Arkton	arkton	US		0	America/New_York	38.57318	-78.6953	338	Arkton,Roark		VA	165		
4744707	Arlandria	arlandria	US		0	America/New_York	38.84122	-77.06692	9	Arlandria,Chirilagua		VA	510		
4744732	Arlington Forest	arlington-forest	US		0	America/New_York	38.86872	-77.11303	77			VA	013		
4744733	Arlington Forest	arlington-forest	US		0	America/New_York	37.21014	-80.01893	389			VA	161		
4744702	Ark	ark	US	23003	0	America/New_York	37.43847	-76.57579	25			VA	073		
4744737	Arlington Hills	arlington-hills	US		0	America/New_York	37.21208	-80.01782	366			VA	161		
4744754	Arlington Village	arlington-village	US		0	America/New_York	38.86178	-77.08526	58			VA	013		
4744758	Arlingwood	arlingwood	US		0	America/New_York	38.92761	-77.12192	69			VA	013		
4744761	Armel	armel	US		0	America/New_York	39.07927	-78.14361	212	Armel,Bridgeport		VA	069		
4744766	Armistead Forest	armistead-forest	US		0	America/New_York	36.87293	-76.41133	6			VA	740		
4744771	Armstrong Gardens	armstrong-gardens	US		0	America/New_York	37.0082	-76.35911	2			VA	650		
4744778	Arna Valley	arna-valley	US		0	America/New_York	38.84428	-77.07637	8			VA	013		
4744783	Arno	arno	US		0	America/New_York	36.92732	-82.81211	546			VA	195		
4744784	Arnolds Corner	arnolds-corner	US		0	America/New_York	38.27624	-77.20387	61			VA	099		
4744790	Arringdale	arringdale	US		0	America/New_York	36.71793	-77.33608	18			VA	175		
4744794	Arrington Court	arrington-court	US		0	America/New_York	37.29319	-79.90226	306			VA	770		
4744797	Arrow Wood	arrow-wood	US		0	America/New_York	37.32097	-79.99143	353			VA	770		
4744798	Arrowhead	arrowhead	US		0	America/New_York	37.97931	-78.59418	217			VA	003		
4744799	Arrowhead	arrowhead	US		0	America/New_York	37.4632	-77.59027	81			VA	041		
4744800	Arrowhead	arrowhead	US		0	America/New_York	37.0132	-79.6317	253			VA	067		
4744801	Arrowhead	arrowhead	US		0	America/New_York	36.83431	-76.18688	3			VA	810		
4744809	Arsenic Mine (historical)	arsenic-mine-historical	US		0	America/New_York	37.05736	-80.25449	818			VA	063		
4744817	Artia	artia	US		0	America/New_York	37.32483	-82.16403	290			VA	027		
4744818	Artillery Ridge	artillery-ridge	US		0	America/New_York	38.2518	-77.47832	71			VA	177		
4744819	Artrip	artrip	US		0	America/New_York	36.964	-82.11847	477			VA	167		
4744825	Arvins Store	arvins-store	US		0	America/New_York	37.01987	-78.34277	152	Arvin,Arvins Store		VA	111		
4744830	Asberrys	asberrys	US		0	America/New_York	37.0115	-81.53872	620	Asberry,Asberrys,Ashberry		VA	185		
4744863	Ash Hollow Estates	ash-hollow-estates	US		0	America/New_York	39.18399	-78.13167	205			VA	069		
4744873	Ashburn Farm	ashburn-farm	US		0	America/New_York	39.03566	-77.5011	89			VA	107		
4744874	Ashburn Junction	ashburn-junction	US		0	America/New_York	39.07094	-77.47971	100	Ashburn Junction,Frankville,Mahala		VA	107		
4744882	Ashburn Village	ashburn-village	US		0	America/New_York	39.04372	-77.47416	85			VA	107		
4744889	Ashby Gap Estates	ashby-gap-estates	US		0	America/New_York	39.01483	-77.965	300	Ashby Gap Estates,Ashby's Gap		VA	043		
4744891	Ashby Heights	ashby-heights	US		0	America/New_York	38.41763	-78.86364	440			VA	660		
4744895	Ashby Run	ashby-run	US		0	America/New_York	39.069	-77.92333	257			VA	043		
4744896	Ashbys Corner	ashbys-corner	US		0	America/New_York	38.63207	-78.23417	214			VA	157		
4744899	Ashcake	ashcake	US		0	America/New_York	37.69181	-77.40248	59			VA	085		
4744902	Ashcroft	ashcroft	US		0	America/New_York	38.03125	-78.43584	184			VA	003		
4744918	Ashland Mill	ashland-mill	US		0	America/New_York	37.80653	-77.47304	22	Ashland Mill,Ellett's Mill		VA	085		
4744928	Ashleys	ashleys	US		0	America/New_York	36.70233	-81.91429	598			VA	191		
4744929	Ashmere	ashmere	US		0	America/New_York	37.98208	-78.40473	113			VA	003		
4744932	Ashton Glen	ashton-glen	US		0	America/New_York	38.76067	-77.50305	74			VA	153		
4744941	Ashwoods	ashwoods	US		0	America/New_York	37.6157	-77.71666	70			VA	075		
4744948	Aspenwall	aspenwall	US		0	America/New_York	37.0207	-78.82362	162	Aspen Wall,Aspen Well,Aspenwall,Aspin Wall,Aspinwall		VA	037		
4744969	Athlone	athlone	US		0	America/New_York	38.53596	-78.70613	374	Athlone,Dogtown		VA	165		
4744979	Atkinson Acres	atkinson-acres	US		0	America/New_York	37.12013	-80.40977	663			VA	121		
4744986	Atlantic Park	atlantic-park	US		0	America/New_York	36.84348	-76.01049	4			VA	810		
4744991	Atlee	atlee	US		0	America/New_York	37.65764	-77.40693	58	Atlee,Atlees Station		VA	085		
4744994	Atlee Manor	atlee-manor	US		0	America/New_York	37.65959	-77.4122	59			VA	085		
4744995	Atlee Ridge	atlee-ridge	US		0	America/New_York	37.67987	-77.42637	64			VA	085		
4744997	Atlee Station	atlee-station	US		0	America/New_York	37.65014	-77.40193	52	Atlee Station,Old Atlee		VA	085		
4745000	Attoway	attoway	US		0	America/New_York	36.81345	-81.46733	738	Attoway,Falling Waters		VA	173		
4745001	Atwood (historical)	atwood-historical	US		0	America/New_York	36.64014	-80.21172	367			VA	141		
4745004	Auburn Chase	auburn-chase	US		0	America/New_York	37.64042	-77.72833	75			VA	075		
4745033	Aurora Hills	aurora-hills	US		0	America/New_York	38.8515	-77.06414	33			VA	013		
4745057	Autumn Oaks	autumn-oaks	US		0	America/New_York	37.37098	-77.47471	49			VA	041		
4745060	Avalon Hills	avalon-hills	US		0	America/New_York	36.81098	-76.1891	5			VA	810		
4745062	Avalon Terrace	avalon-terrace	US		0	America/New_York	36.81626	-76.19244	5			VA	810		
4745063	Avendale	avendale	US		0	America/New_York	37.29486	-79.9342	307			VA	770		
4745067	Averett	averett	US		0	America/New_York	36.57486	-78.65139	147	Averett,Averetts		VA	117		
4745080	Avon Forest	avon-forest	US		0	America/New_York	38.77206	-77.30554	109			VA	059		
4745101	Aylor	aylor	US		0	America/New_York	38.43485	-78.30195	189			VA	113		
4745106	Azalea Acres	azalea-acres	US		0	America/New_York	36.89154	-76.2166	4			VA	710		
4745107	Azalea Acres	azalea-acres	US		0	America/New_York	36.73571	-76.59301	14			VA	800		
4745109	Azalea Mobile Home Park	azalea-mobile-home-park	US		0	America/New_York	38.62984	-77.41082	108			VA	153		
4745112	Azen	azen	US		0	America/New_York	36.65817	-81.63595	989			VA	191		
4745119	Aylett Mill	aylett-mill	US		0	America/New_York	37.76209	-77.09247	12			VA	101		
4745123	Bachelors Hall	bachelors-hall	US		0	America/New_York	36.60319	-79.53114	225			VA	143		
4745173	Back River	back-river	US		0	America/New_York	37.06042	-76.33828	4			VA	650		
4745179	Back Swamp	back-swamp	US		0	America/New_York	39.20566	-77.53666	90			VA	107		
4745185	Backbone	backbone	US		0	America/New_York	37.77318	-80.15534	535	Backbone,Backbone Siding		VA	005		
4745196	Bacon Hill	bacon-hill	US		0	America/New_York	37.52847	-75.81771	10			VA	131		
4745205	Bacons Fork	bacons-fork	US		0	America/New_York	36.85237	-78.06	119			VA	111		
4745210	Bacova Junction	bacova-junction	US		0	America/New_York	38.0104	-79.8745	551	Bacova Junction,Grose's Switch		VA	017		
4745213	Bacons Quarters (historical)	bacons-quarters-historical	US		0	America/New_York	37.49125	-76.60551	33			VA	073		
4745224	Bagby	bagby	US		0	America/New_York	37.92625	-77.23137	57			VA	033		
4745235	Bagleys Mills	bagleys-mills	US		0	America/New_York	36.84015	-78.18972	116	Bagleys Mills,Bagleys Store		VA	111		
4745270	Baileys	baileys	US		0	America/New_York	37.38653	-76.46217	0			VA	073		
4745271	Baileys Beach	baileys-beach	US		0	America/New_York	37.08376	-76.66384	11			VA	093		
4745272	Baileys Crossroads	baileys-crossroads	US		23643	America/New_York	38.85039	-77.1297	78	Bailey Crossroads,Bailey's Crossroads,Baileys Cross Roads,Baileys Crossroads,Baily's Cross Roads,Balls X Roads		VA	059		
4745281	Baileytown	baileytown	US		0	America/New_York	36.80487	-76.51106	7	Bailey Town,Baileytown		VA	800		
4745282	Baileyville (historical)	baileyville-historical	US		0	America/New_York	37.09625	-78.84029	200			VA	037		
4745338	Bakers Crossing	bakers-crossing	US		0	America/New_York	36.6721	-76.67107	21	Bakers Crossing,Bakers Store		VA	800		
4745341	Balcony Falls	balcony-falls	US		0	America/New_York	37.62791	-79.45587	219			VA	163		
4745419	Bali Hai	bali-hai	US		0	America/New_York	37.28903	-79.87726	362			VA	161		
4745439	Ballard Woods	ballard-woods	US		0	America/New_York	38.07736	-78.57557	196			VA	003		
4745445	Ballentine Place	ballentine-place	US		0	America/New_York	36.86931	-76.25244	3			VA	710		
4745463	Balls Mill	balls-mill	US		0	America/New_York	38.6304	-77.73916	96			VA	061		
4745469	Ballston	ballston	US		0	America/New_York	38.88011	-77.11387	81	Ball's Crossroads,Balls Cross Roads,Ballston		VA	013		
4745473	Ballsville	ballsville	US		0	America/New_York	37.49848	-78.06695	112			VA	145		
4745475	Balls Hill	balls-hill	US		0	America/New_York	38.94122	-77.19415	93	Balls Hill,Balls Hills		VA	059		
4745480	Baltimore Corner	baltimore-corner	US		0	America/New_York	37.09904	-77.72694	93			VA	053		
4745481	Balty	balty	US		0	America/New_York	37.99764	-77.44498	67			VA	033		
4745487	Ballylynn Shores	ballylynn-shores	US		0	America/New_York	36.83126	-76.22105	3			VA	810		
4745493	Bane	bane	US		0	America/New_York	37.26734	-80.71257	515			VA	071		
4745496	Bangs (historical)	bangs-historical	US		0	America/New_York	37.14124	-80.40172	620			VA	121		
4745497	Banister	banister	US		0	America/New_York	36.7718	-79.5342	234			VA	143		
4745507	Banister Town	banister-town	US		0	America/New_York	36.7743	-78.92029	124			VA	083		
4745523	Banners Corner	banners-corner	US		0	America/New_York	36.87177	-82.30014	536			VA	167		
4745524	Bannerwood	bannerwood	US		0	America/New_York	38.76512	-77.5036	72			VA	153		
4745553	Barbours Creek	barbours-creek	US		0	America/New_York	37.55541	-80.05283	403			VA	045		
4745559	Barcroft	barcroft	US		0	America/New_York	38.85595	-77.10387	58			VA	013		
4745561	Barcroft Hill	barcroft-hill	US		0	America/New_York	38.84067	-77.17026	97	Barcroft,Barcroft Hill		VA	059		
4745565	Barcroft Woods	barcroft-woods	US		0	America/New_York	38.84178	-77.17054	90			VA	059		
4745570	Barfoot	barfoot	US		0	America/New_York	36.97847	-79.92948	332			VA	067		
4745577	Barham	barham	US		0	America/New_York	37.14126	-77.11275	36	Barham,Union		VA	181		
4745591	Barker Land	barker-land	US		0	America/New_York	39.07372	-77.88944	465			VA	043		
4745592	Barker Mill	barker-mill	US		0	America/New_York	36.70066	-82.31959	404			VA	191		
4745595	Barker Crossroads	barker-crossroads	US		0	America/New_York	36.61987	-78.01166	97			VA	025		
4745596	Barkers Crossroads	barkers-crossroads	US		0	America/New_York	38.75845	-77.21609	92			VA	059		
4745597	Barkers Mill	barkers-mill	US		0	America/New_York	37.5607	-77.25775	34			VA	085		
4745603	Barlett	barlett	US		0	America/New_York	36.94098	-76.53717	6			VA	093		
4745604	Barley	barley	US		0	America/New_York	36.56404	-77.72415	86			VA	081		
4745610	Barlows Corner	barlows-corner	US		0	America/New_York	37.35876	-76.7169	33			VA	199		
4745638	Barnes Junction	barnes-junction	US		0	America/New_York	36.8207	-78.59556	142	Barnes Junction,Barnesville		VA	037		
4745648	Barnetts	barnetts	US		0	America/New_York	37.36709	-77.15775	17			VA	036		
4745662	Barracks	barracks	US		0	America/New_York	38.05764	-78.51335	168			VA	003		
4745668	Barranger	barranger	US		0	America/New_York	37.25903	-80.01254	329			VA	770		
4745672	Barren Ridge	barren-ridge	US		0	America/New_York	38.16263	-78.95003	402	Barren Ridge,Barrenridge		VA	015		
4745677	Barrets Corner	barrets-corner	US		0	America/New_York	36.81265	-76.20522	6	Barrets Corner,Herbert		VA	810		
4745680	Barrett Acres	barrett-acres	US		0	America/New_York	36.72015	-76.64051	20			VA	800		
4745683	Barrett Corner	barrett-corner	US		0	America/New_York	36.88348	-77.04191	35			VA	175		
4745692	Barretts	barretts	US		0	America/New_York	37.57653	-76.44384	13			VA	119		
4745701	Barrister Estates	barrister-estates	US		0	America/New_York	37.31069	-80.0981	382			VA	161		
4745709	Barrows Store	barrows-store	US		0	America/New_York	36.93487	-77.97889	126			VA	025		
4745713	Barterbrook	barterbrook	US		0	America/New_York	38.0668	-79.02697	407			VA	015		
4745715	Barterbrook	barterbrook	US		0	America/New_York	38.06597	-78.49835	160			VA	003		
4745717	Bartlick	bartlick	US		0	America/New_York	37.24705	-82.32459	370	Bartlick,Barts Lick		VA	051		
4745722	Barton Crossroad	barton-crossroad	US		0	America/New_York	36.65734	-81.35205	816	Barton Crossroad,Bartons Crossroads,Cornetts Store		VA	077		
4745736	Basham	basham	US		0	America/New_York	37.03624	-80.34255	739			VA	121		
4745740	Basic City	basic-city	US		0	America/New_York	38.07097	-78.87419	401	Basic,Basic City		VA	820		
4745744	Barytes	barytes	US		0	America/New_York	36.62205	-82.15735	536	Barite,Barytes		VA	191		
4745747	Baskerville Mill	baskerville-mill	US		0	America/New_York	36.9757	-77.76944	55	Baskerville Mill,Jones Mill		VA	053		
4745759	Bassett Forks	bassett-forks	US		0	America/New_York	36.74097	-79.93421	243	Bassett Fork,Bassett Forks		VA	089		
4745766	Bataan Village	bataan-village	US		0	America/New_York	38.76317	-77.52027	74			VA	153		
4745773	Bath Alum	bath-alum	US		0	America/New_York	38.04874	-79.71866	492	Bath Alum,Bath Alum Springs		VA	017		
4745782	Batt	batt	US		0	America/New_York	37.56875	-76.64857	34			VA	073		
4745785	Battersea	battersea	US		0	America/New_York	37.22487	-77.42221	26			VA	730		
4745786	Battery	battery	US		0	America/New_York	37.96569	-77.02386	50			VA	057		
4745788	Batna	batna	US		0	America/New_York	38.40152	-77.89055	86			VA	047		
4745824	Battle Park	battle-park	US		0	America/New_York	37.19764	-76.49273	18			VA	199		
4745830	Battlefield Green	battlefield-green	US		0	America/New_York	37.6282	-77.31026	50			VA	085		
4745834	Battlefield Park	battlefield-park	US		0	America/New_York	37.19182	-77.38248	46			VA	730		
4745840	Bavon	bavon	US		0	America/New_York	37.33347	-76.28827	1			VA	115		
4745846	Bay Island	bay-island	US		0	America/New_York	36.90904	-76.04882	2			VA	810		
4745848	Bay Colony	bay-colony	US		0	America/New_York	36.8782	-76.00604	4			VA	810		
4745850	Bay Ridge	bay-ridge	US		0	America/New_York	37.21125	-76.01021	4			VA	131		
4745855	Bay View Beach	bay-view-beach	US		0	America/New_York	36.93904	-76.23549	3			VA	710		
4745858	Bayford	bayford	US		0	America/New_York	37.47791	-75.93271	4			VA	131		
4745859	Baylake Beach	baylake-beach	US		0	America/New_York	36.91126	-76.10771	3	Bay Lake Beach,Baylake Beach		VA	810		
4745860	Baylake Pines	baylake-pines	US		0	America/New_York	36.90876	-76.11521	5			VA	810		
4745863	Bayleys Neck Farm	bayleys-neck-farm	US		0	America/New_York	37.46541	-75.91493	5			VA	131		
4745869	Baylortown	baylortown	US		0	America/New_York	38.09986	-77.32415	68			VA	033		
4745872	Baynesville	baynesville	US		0	America/New_York	38.14791	-76.88247	53			VA	193		
4745884	Bayside Park	bayside-park	US		0	America/New_York	38.6379	-77.24415	1			VA	153		
4745892	Bayville Park	bayville-park	US		0	America/New_York	36.90237	-76.12382	5	Bayville,Bayville Park		VA	810		
4745893	Baywood	baywood	US		0	America/New_York	36.61041	-81.01203	792			VA	077		
4745910	Beachland	beachland	US		0	America/New_York	37.08543	-76.81579	20			VA	181		
4745912	Beacon Hill	beacon-hill	US		0	America/New_York	37.71459	-77.77666	107			VA	075		
4745913	Beacon Hills	beacon-hills	US		0	America/New_York	37.32236	-80.01087	353			VA	161		
4745916	Beaconsdale	beaconsdale	US		0	America/New_York	37.06431	-76.47273	9			VA	700		
4745924	Beale (historical)	beale-historical	US		0	America/New_York	37.98902	-77.24387	29			VA	033		
4745926	Beales	beales	US		0	America/New_York	36.79737	-77.03413	30			VA	175		
4745931	Beales Corner	beales-corner	US		0	America/New_York	36.65015	-76.84913	19			VA	800		
4745939	Beamantown	beamantown	US		0	America/New_York	36.86815	-82.76294	459			VA	195		
4745945	Beamertown	beamertown	US		0	America/New_York	39.2101	-77.68833	165			VA	107		
4745946	Beamon	beamon	US		0	America/New_York	36.79515	-76.52745	6	Beaman,Beamon		VA	800		
4746026	Bear Rock	bear-rock	US		0	America/New_York	37.28347	-80.13365	367			VA	161		
4746032	Bear Spring	bear-spring	US		0	America/New_York	37.24762	-80.63367	558			VA	071		
4746078	Bearwallow	bearwallow	US		0	America/New_York	37.2415	-81.74428	929	Bear Wallow,Bear Willow,Bearwallow		VA	027		
4746105	Beaties Mill	beaties-mill	US		0	America/New_York	37.62181	-77.25275	33			VA	085		
4746107	Beaufont Hills	beaufont-hills	US		0	America/New_York	37.51154	-77.50804	70			VA	760		
4746110	Beaufort Estates	beaufort-estates	US		0	America/New_York	37.51043	-77.54388	60			VA	041		
4746112	Beau Ridge	beau-ridge	US		0	America/New_York	38.95067	-77.2772	92			VA	059		
4746132	Beaver Castle Mobile Home Park	beaver-castle-mobile-home-park	US		0	America/New_York	37.28987	-77.20942	27			VA	149		
4746163	Beaver Hill Mobile Home Park	beaver-hill-mobile-home-park	US		0	America/New_York	38.07069	-78.66696	203			VA	003		
4746169	Beaver Park	beaver-park	US		0	America/New_York	36.66347	-79.3453	214			VA	113		
4746235	Beaverlett	beaverlett	US		0	America/New_York	37.40625	-76.30883	1			VA	115		
4746243	Beazley	beazley	US		0	America/New_York	37.96486	-77.06997	58			VA	057		
4746244	Beazley (historical)	beazley-historical	US		0	America/New_York	38.29652	-78.50668	216			VA	079		
4746257	Beckham	beckham	US		0	America/New_York	37.49125	-78.90474	226			VA	011		
4746288	Bedford Springs	bedford-springs	US		0	America/New_York	37.3057	-79.27197	264			VA	031		
4746345	Beechnut Acres	beechnut-acres	US		0	America/New_York	37.23237	-77.46999	45			VA	041		
4746348	Beechwood	beechwood	US		0	America/New_York	37.13209	-76.56106	9			VA	700		
4746349	Beechwood	beechwood	US		0	America/New_York	37.28376	-77.18275	29			VA	149		
4746350	Beechwood	beechwood	US		0	America/New_York	36.89876	-76.13605	7			VA	810		
4746351	Beechwood (historical)	beechwood-historical	US		0	America/New_York	36.92426	-82.81599	580			VA	195		
4746353	Beechwood Farms	beechwood-farms	US		0	America/New_York	37.6757	-77.42887	53			VA	085		
4746354	Beechwood Gardens	beechwood-gardens	US		0	America/New_York	37.24597	-79.96365	319			VA	770		
4746355	Beechwood Hills	beechwood-hills	US		0	America/New_York	38.909	-77.10998	81			VA	013		
4746356	Beechwood Hills	beechwood-hills	US		0	America/New_York	37.34209	-79.24336	275			VA	031		
4746357	Beechwood Manor	beechwood-manor	US		0	America/New_York	37.29348	-77.20609	25			VA	149		
4746358	Beechwood Shores	beechwood-shores	US		0	America/New_York	37.14153	-79.65586	259			VA	019		
4746363	Beechwood	beechwood	US		0	America/New_York	36.61737	-78.21361	65			VA	117		
4746370	Bel Air Mobile Home Park	bel-air-mobile-home-park	US		0	America/New_York	38.64262	-77.26804	35			VA	153		
4746371	Bel-Aire	bel-aire	US		0	America/New_York	36.91959	-76.23188	4	Bel-Aire,Belaire		VA	710		
4746372	Belair Springs	belair-springs	US		0	America/New_York	36.62708	-80.47784	758			VA	141		
4746382	Beldor	beldor	US		0	America/New_York	38.35013	-78.60724	387	Beldar,Beldor		VA	165		
4746386	Belfair Crossroads	belfair-crossroads	US		0	America/New_York	38.57929	-77.42776	97			VA	153		
4746396	Belfast Mills	belfast-mills	US		0	America/New_York	36.97984	-81.83984	708			VA	167		
4746402	Belinda	belinda	US		0	America/New_York	37.91151	-75.66187	1	Belinda,Bellinda		VA	001		
4746410	Bell Forest	bell-forest	US		0	America/New_York	38.68984	-77.45332	91			VA	153		
4746411	Bell Haven	bell-haven	US		0	America/New_York	38.1043	-78.47918	147			VA	003		
4746415	Bell Creek North	bell-creek-north	US		0	America/New_York	37.62598	-77.34998	52			VA	085		
4746433	Bellair	bellair	US		0	America/New_York	38.03931	-78.53085	175	Bel Air,Bellair		VA	003		
4746444	Bellany Manor	bellany-manor	US		0	America/New_York	36.81154	-76.15744	4			VA	810		
4746446	Belle Aire	belle-aire	US		0	America/New_York	37.25708	-80.02198	326			VA	770		
4746448	Bellamytown	bellamytown	US		0	America/New_York	36.60343	-82.76238	421			VA	169		
4746465	Belle Heth	belle-heth	US		0	America/New_York	37.13152	-80.55811	589			VA	750		
4746470	Belle Meade	belle-meade	US		0	America/New_York	38.90789	-78.03722	225			VA	061		
4746471	Belle Meade	belle-meade	US		0	America/New_York	37.21986	-80.01032	362			VA	161		
4746474	Belle Meadows	belle-meadows	US		0	America/New_York	36.61038	-82.2068	540			VA	520		
4746475	Belle Parc	belle-parc	US		0	America/New_York	38.48318	-77.98472	123			VA	047		
4746478	Belle View	belle-view	US		0	America/New_York	38.77261	-77.05748	2			VA	059		
4746484	Belleair	belleair	US		0	America/New_York	38.77567	-77.29748	109			VA	059		
4746495	Bellevue Forest	bellevue-forest	US		0	America/New_York	38.91428	-77.11359	73			VA	013		
4746496	Bellevue Park	bellevue-park	US		0	America/New_York	37.30069	-80.02587	325			VA	775		
4746503	Bellmeade	bellmeade	US		0	America/New_York	37.38182	-77.41776	29			VA	041		
4746507	Belleville Meadows	belleville-meadows	US		0	America/New_York	36.86098	-76.43717	6			VA	800		
4746512	Bells Crossroad	bells-crossroad	US		0	America/New_York	38.15819	-77.82388	125	Bell's Cross Roads,Bells Cross Road,Bells Crossroad		VA	177		
4746514	Bells Mill	bells-mill	US		0	America/New_York	36.72348	-76.27466	2	Bell Mill,Bell's Mills,Bells Mill,Camden Mill,Camden Mills		VA	550		
4746517	Bells Crossroads	bells-crossroads	US		0	America/New_York	37.96236	-78.08167	151	Bells Cross Roads,Bells Crossroads		VA	109		
4746519	Bells Valley	bells-valley	US		0	America/New_York	38.02763	-79.44865	461	Bell's Valley,Bells Valley,Bells Valley Depot		VA	163		
4746520	Bellview Gardens	bellview-gardens	US		0	America/New_York	37.34791	-79.91559	378			VA	161		
4746521	Bellview Terrace	bellview-terrace	US		0	America/New_York	37.04681	-76.33661	3			VA	650		
4746522	Bellview Terrace	bellview-terrace	US		0	America/New_York	37.25625	-79.93643	309			VA	770		
4746529	Bellwood Estates	bellwood-estates	US		0	America/New_York	37.41348	-77.42165	23			VA	041		
4746530	Bellwood Manor	bellwood-manor	US		0	America/New_York	37.39987	-77.4197	28			VA	041		
4746532	Bellwood Terrace	bellwood-terrace	US		0	America/New_York	37.41737	-77.43443	31			VA	041		
4746534	Bellview Gardens	bellview-gardens	US		0	America/New_York	37.6682	-77.65971	70			VA	075		
4746541	Belmont Acres	belmont-acres	US		0	America/New_York	37.32098	-79.24558	278			VA	031		
4746555	Belmont Country Club	belmont-country-club	US		0	America/New_York	39.07205	-77.49388	104			VA	107		
4746559	Belmont Estates	belmont-estates	US		0	America/New_York	37.16874	-80.44144	622			VA	121		
4746560	Belmont Farms	belmont-farms	US		0	America/New_York	37.15624	-80.447	610			VA	121		
4746561	Belmont Greene	belmont-greene	US		0	America/New_York	39.064	-77.51027	91	Belmont Forest,Belmont Greene		VA	107		
4746563	Belmont Park	belmont-park	US		0	America/New_York	38.66262	-77.20498	43			VA	059		
4746574	Belona	belona	US		0	America/New_York	37.52126	-78.00861	102			VA	145		
4746575	Belroi	belroi	US		0	America/New_York	37.38736	-76.58801	25			VA	073		
4746580	Belvedere	belvedere	US		0	America/New_York	38.83845	-77.15887	111	Belvedere,Belvedere Elementary School		VA	059		
4746581	Belvedere	belvedere	US		0	America/New_York	36.8632	-76.38106	5			VA	740		
4746582	Belvedere	belvedere	US		0	America/New_York	38.24402	-77.3847	16			VA	177		
4746583	Belvedere Beach	belvedere-beach	US		0	America/New_York	38.33513	-77.27109	1	Belvedere Beach,Belvidere Beach		VA	099		
4746587	Belvoir	belvoir	US		0	America/New_York	38.85956	-77.82027	197	Belvoir,Swampoodle		VA	061		
4746597	Ben Mar	ben-mar	US		0	America/New_York	38.95428	-78.23167	196			VA	187		
4746601	Benbolt	benbolt	US		0	America/New_York	37.12789	-81.49372	749			VA	185		
4746602	Benbow	benbow	US		0	America/New_York	37.06567	-81.51011	824			VA	185		
4746605	Bend (historical)	bend-historical	US		0	America/New_York	38.00542	-77.74555	82			VA	109		
4746615	Benefit	benefit	US		0	America/New_York	36.62876	-76.28438	5			VA	550		
4746616	Benhams	benhams	US		0	America/New_York	36.67872	-82.21819	567	Benham,Benhams		VA	191		
4746620	Bennets Crossroads	bennets-crossroads	US		0	America/New_York	36.90459	-77.88722	108			VA	025		
4746632	Bennett Corner	bennett-corner	US		0	America/New_York	36.83182	-76.50884	6			VA	800		
4746636	Bennett Creek	bennett-creek	US		0	America/New_York	36.86404	-76.48578	6	Bennett Creek,Bennetts Creek		VA	800		
4746638	Bennett Harbor	bennett-harbor	US		0	America/New_York	36.84987	-76.50106	6	Bennett Harbor,Bennetts Harbor		VA	800		
4746642	Bennett Springs	bennett-springs	US		0	America/New_York	37.37041	-80.03754	387	Bennett Springs,Bennett's Springs		VA	161		
4746644	Bennetts Creek Landing	bennetts-creek-landing	US		0	America/New_York	36.87793	-76.48967	7	Bennetts Creek Landing,Lee Landing		VA	800		
4746647	Bennetts Mill	bennetts-mill	US		0	America/New_York	37.2618	-80.33894	474			VA	121		
4746652	Bennington Mill	bennington-mill	US		0	America/New_York	36.72345	-81.22899	802	Benington Mill,Benington Mills,Bennington Mill		VA	077		
4746658	Benns Church	benns-church	US		872	America/New_York	36.93793	-76.58606	12			VA	093		
4746660	Benny Megeath	benny-megeath	US		0	America/New_York	38.96011	-78.15944	164			VA	187		
4746664	Bensley	bensley	US		5819	America/New_York	37.44681	-77.44332	17			VA	041		
4746666	Bensley Village	bensley-village	US		0	America/New_York	37.43681	-77.44582	29	Bensley,Bensley Village,Drewrys Bluff		VA	041		
4746672	Bent Creek	bent-creek	US		0	America/New_York	37.53487	-78.82696	127	Bent Creek,Bentcreek,Duguidsville		VA	011		
4746681	Benthill	benthill	US		0	America/New_York	37.68792	-77.33998	55			VA	085		
4746682	Bentivar	bentivar	US		0	America/New_York	38.10014	-78.42612	153			VA	003		
4746684	Bent Tree Estates	bent-tree-estates	US		0	America/New_York	38.73623	-77.40499	82			VA	153		
4746722	Berkeley Hills	berkeley-hills	US		0	America/New_York	37.25987	-76.73051	27			VA	830		
4746725	Berkeley Manor	berkeley-manor	US		0	America/New_York	37.18626	-77.34692	47			VA	730		
4746736	Berkmar	berkmar	US		0	America/New_York	38.08125	-78.47834	152			VA	003		
4746738	Berkshire Meadows	berkshire-meadows	US		0	America/New_York	36.77626	-76.5869	15			VA	800		
4746755	Bermuda Place	bermuda-place	US		0	America/New_York	37.34348	-77.40082	55			VA	041		
4746767	Bernietown	bernietown	US		0	America/New_York	37.29428	-81.36121	735	Bernietown,Bumley Town		VA	185		
4746774	Berry Hill	berry-hill	US		0	America/New_York	36.55319	-79.61309	155			VA	143		
4746786	Berryfield	berryfield	US		0	America/New_York	37.22957	-80.40949	640			VA	121		
4746789	Berrymans Corner	berrymans-corner	US		0	America/New_York	37.02682	-76.83496	26			VA	181		
4746790	Berrys	berrys	US		0	America/New_York	39.03872	-77.99666	133			VA	043		
4746793	Berrytown	berrytown	US		0	America/New_York	38.36846	-78.65696	308	Berrytown,Yancey		VA	165		
4746807	Berthaville	berthaville	US		0	America/New_York	38.33346	-77.12581	46			VA	099		
4746808	Berton	berton	US		0	America/New_York	37.25485	-80.61367	506			VA	071		
4746811	Berwick Heights	berwick-heights	US		0	America/New_York	37.24041	-80.00476	337			VA	161		
4746820	Bestland	bestland	US		0	America/New_York	37.80736	-76.88246	48			VA	057		
4746979	Bethel Church	bethel-church	US		0	America/New_York	36.95432	-76.71412	26			VA	093		
4747121	Bethlehem Court	bethlehem-court	US		0	America/New_York	36.72126	-76.6344	18			VA	800		
4747122	Bethlehem Fork	bethlehem-fork	US		0	America/New_York	38.01402	-77.08942	57	Bethlehem,Bethlehem Fork		VA	057		
4747128	Bethlehem Terrace	bethlehem-terrace	US		0	America/New_York	36.72571	-76.64245	15			VA	800		
4747193	Beulah Heights	beulah-heights	US		0	America/New_York	37.22653	-79.98365	354			VA	161		
4747197	Beulah Village	beulah-village	US		0	America/New_York	37.41654	-77.46471	51			VA	041		
4747198	Beulahland	beulahland	US		0	America/New_York	37.54875	-76.68301	34			VA	097		
4747200	Beulahville	beulahville	US		0	America/New_York	37.85486	-77.17859	49			VA	101		
4747208	Beverley Mill	beverley-mill	US		0	America/New_York	38.82428	-77.71083	116	Beverley Mill,Beverley Mills,Beverly Mill,Beverly Mills,Chapman's Mill,Chapmans Mill		VA	061		
4747211	Beverly Acres	beverly-acres	US		0	America/New_York	37.23626	-77.50943	65			VA	041		
4747216	Beverly Forest	beverly-forest	US		0	America/New_York	38.76178	-77.1872	73			VA	059		
4747217	Beverly Heights	beverly-heights	US		0	America/New_York	36.81958	-79.41003	212			VA	143		
4747218	Beverly Heights	beverly-heights	US		0	America/New_York	37.28708	-80.11199	355			VA	775		
4747219	Beverly Heights	beverly-heights	US		0	America/New_York	37.12098	-79.30808	208			VA	031		
4747220	Beverly Heights North	beverly-heights-north	US		0	America/New_York	37.29097	-80.11671	370			VA	161		
4747228	Beverley Hills	beverley-hills	US		0	America/New_York	38.83789	-77.07248	43	Beverley Hills,Beverly Hills		VA	510		
4747230	Beverly Park	beverly-park	US		0	America/New_York	36.63903	-79.39863	195			VA	590		
4747233	Bevers Store (historical)	bevers-store-historical	US		0	America/New_York	37.14873	-81.64844	550			VA	185		
4747234	Beverstone Park	beverstone-park	US		0	America/New_York	36.58292	-79.41086	173			VA	590		
4747242	Bexley Trailer Park	bexley-trailer-park	US		0	America/New_York	37.07571	-77.35942	39			VA	149		
4747256	Beverlyville	beverlyville	US		0	America/New_York	37.86513	-76.28106	3			VA	133		
4747283	Big Bethel	big-bethel	US		0	America/New_York	37.08987	-76.42356	6			VA	650		
4747378	Big Fork	big-fork	US		0	America/New_York	36.67153	-78.21277	99			VA	117		
4747389	Big Hill	big-hill	US		0	America/New_York	36.64956	-81.63734	1024			VA	191		
4747459	Big Meadows	big-meadows	US		0	America/New_York	38.52651	-78.43973	1094			VA	113		
4747471	Big Otter Mill	big-otter-mill	US		0	America/New_York	37.39042	-79.50476	233	Big Otter Mill,Langfords Mill		VA	019		
4747574	Big Vein	big-vein	US		0	America/New_York	37.29623	-81.35677	731	Big Vane,Big Vein		VA	185		
4747609	Biltmore	biltmore	US		0	America/New_York	37.6507	-77.46887	64			VA	087		
4747619	Birch	birch	US		0	America/New_York	36.71486	-79.16696	193			VA	083		
4747628	Birch Town	birch-town	US		0	America/New_York	37.9204	-75.36853	2			VA	001		
4747633	Birchett Estate	birchett-estate	US		0	America/New_York	37.26043	-77.27692	32	Birchett,Birchett Estate		VA	149		
4747642	Birchwood Park	birchwood-park	US		0	America/New_York	37.24654	-76.73051	16			VA	095		
4747647	Birchwood-Gardens	birchwood-gardens	US		0	America/New_York	36.8457	-76.10493	4			VA	810		
4747664	Birnam Wood	birnam-wood	US		0	America/New_York	38.07875	-78.49418	165			VA	003		
4747665	Birnam Wood	birnam-wood	US		0	America/New_York	36.59208	-79.4778	163			VA	143		
4747690	Bishops Corner	bishops-corner	US		0	America/New_York	36.92348	-78.08944	145	Bishops Corner,Lafoons Corner		VA	111		
4747704	Black Branch	black-branch	US		0	America/New_York	36.82542	-78.49694	162			VA	117		
4747754	Black Point Landing	black-point-landing	US		0	America/New_York	37.90957	-75.38325	1			VA	001		
4747763	Black Rock Farm	black-rock-farm	US		0	America/New_York	37.39542	-79.20808	244			VA	680		
4747786	Blackberry	blackberry	US		0	America/New_York	36.7168	-80.03866	361			VA	089		
4747787	Blackberry	blackberry	US		0	America/New_York	37.85902	-76.28161	3			VA	133		
4747799	Blackford	blackford	US		0	America/New_York	36.99594	-81.9429	550			VA	167		
4747812	Blackridge	blackridge	US		0	America/New_York	36.64515	-78.05694	115	Black Ridge,Blackridge		VA	117		
4747837	Blacksmith Corner	blacksmith-corner	US		0	America/New_York	37.2307	-76.56745	26			VA	199		
4747891	Blackwell Town	blackwell-town	US		0	America/New_York	38.56985	-77.69138	109			VA	061		
4747894	Blackwells	blackwells	US		0	America/New_York	37.8543	-76.35717	6	Blackwell,Blackwell Steamboat Landing,Blackwells,Blackwells Wharf		VA	133		
4747900	Blades Corner	blades-corner	US		0	America/New_York	38.12236	-77.6161	88			VA	177		
4747902	Blaineville	blaineville	US		0	America/New_York	38.60707	-78.45056	328	Blainesville,Blaineville,Blainville,Needmore		VA	139		
4747915	Blake Forest	blake-forest	US		0	America/New_York	37.14374	-80.33282	646			VA	121		
4747919	Blake Village	blake-village	US		0	America/New_York	37.23987	-78.46361	161			VA	147		
4747923	Blakes	blakes	US		0	America/New_York	37.4993	-76.36744	6			VA	115		
4747948	Blandsford	blandsford	US		0	America/New_York	38.71178	-77.44165	70			VA	153		
4747966	Blanks	blanks	US		0	America/New_York	36.60597	-78.54222	110			VA	117		
4747969	Blanks Store	blanks-store	US		0	America/New_York	37.30848	-76.93747	15			VA	036		
4747971	Blanton Crossing	blanton-crossing	US		0	America/New_York	37.7607	-77.38415	33	Balton Crossing,Blanton,Blanton Crossing		VA	085		
4747972	Blantons	blantons	US		0	America/New_York	38.05264	-77.5611	91	Blanton,Blantons		VA	033		
4747973	Bleak	bleak	US		0	America/New_York	38.52151	-77.68166	133			VA	061		
4747978	Bledsoe Corner	bledsoe-corner	US		0	America/New_York	38.32819	-77.90638	134			VA	137		
4747990	Blevins Corner	blevins-corner	US		0	America/New_York	36.98071	-78.43666	164			VA	111		
4747994	Blevinstown	blevinstown	US		0	America/New_York	38.82622	-77.37054	122			VA	059		
4747998	Blizzards Corners	blizzards-corners	US		0	America/New_York	37.14543	-76.76663	21			VA	181		
4748001	Bloom (historical)	bloom-historical	US		0	America/New_York	39.14705	-78.37334	282			VA	069		
4748002	Bloom Hill	bloom-hill	US		0	America/New_York	38.72012	-77.48221	82			VA	153		
4748007	Bloomer Spring	bloomer-spring	US		0	America/New_York	38.41457	-78.69724	351	Bloomer Spring,Bloomer Springs		VA	165		
4748014	Bloom Crossing	bloom-crossing	US		0	America/New_York	38.76428	-77.44277	72	Bloom,Bloom Crossing		VA	153		
4748025	Bloxoms Corner	bloxoms-corner	US		0	America/New_York	37.05959	-76.30022	1	Blocksomes Corners,Bloxom Corners,Bloxoms Corner,Bloxoms Corners		VA	650		
4748037	Blue Hills	blue-hills	US		0	America/New_York	37.29875	-79.92337	298			VA	770		
4748049	Blue Oaks	blue-oaks	US		0	America/New_York	38.82011	-77.30804	125			VA	059		
4748065	Blue Ridge Court	blue-ridge-court	US		0	America/New_York	37.12707	-80.38033	664			VA	121		
4748066	Blue Ridge Downs	blue-ridge-downs	US		0	America/New_York	39.04455	-78.03	172			VA	043		
4748067	Blue Ridge Estates	blue-ridge-estates	US		0	America/New_York	39.13816	-77.92055	147			VA	043		
4748070	Blue Ridge Farms	blue-ridge-farms	US		0	America/New_York	37.41598	-79.21947	227			VA	680		
4748071	Blue Ridge Heights	blue-ridge-heights	US		0	America/New_York	37.27875	-79.88198	347			VA	161		
4748084	Blue Ridge Mobile Home Park	blue-ridge-mobile-home-park	US		0	America/New_York	39.18344	-78.10028	185			VA	069		
4748085	Blue Ridge Mountains Estates	blue-ridge-mountains-estates	US		0	America/New_York	38.85234	-78.15055	590			VA	187		
4748086	Blue Ridge Park	blue-ridge-park	US		0	America/New_York	37.26819	-80.00615	300			VA	770		
4748093	Blue Ridge Shores	blue-ridge-shores	US		813	America/New_York	38.10514	-78.02472	103			VA	109		
4748097	Blue Ridge View	blue-ridge-view	US		0	America/New_York	38.15736	-78.55474	177			VA	003		
4748118	Blue Star Estates	blue-star-estates	US		0	America/New_York	37.65987	-77.39137	56			VA	085		
4748128	Bluefield Heights	bluefield-heights	US		0	America/New_York	37.25097	-79.96948	320			VA	770		
4748136	Bluemont Estates	bluemont-estates	US		0	America/New_York	37.39209	-79.24503	241			VA	019		
4748138	Bluemont Junction	bluemont-junction	US		0	America/New_York	38.87483	-77.13331	65			VA	013		
4748142	Blueridge Forest	blueridge-forest	US		0	America/New_York	38.14375	-78.50668	171			VA	003		
4748143	Bluestone	bluestone	US		0	America/New_York	36.71264	-78.60611	98			VA	117		
4748144	Bluestone	bluestone	US		0	America/New_York	37.30125	-79.92337	297			VA	770		
4748176	Blundon Corner	blundon-corner	US		0	America/New_York	37.89235	-76.36328	29	Blundon Corner,Blundons Corner		VA	133		
4748191	Boardley	boardley	US		0	America/New_York	37.61792	-76.83857	7			VA	097		
4748224	Bock (historical)	bock-historical	US		0	America/New_York	37.45459	-76.79107	26			VA	127		
4748225	Bocock	bocock	US		0	America/New_York	37.35987	-79.11197	239			VA	031		
4748235	Boer	boer	US		0	America/New_York	37.76958	-76.58245	4			VA	103		
4748251	Boiling Spring	boiling-spring	US		0	America/New_York	37.68818	-80.09339	452	Aritts,Arritt,Arritt's,Arritts,Boiling Spring,Boiling Springs		VA	005		
4748262	Bolar	bolar	US		0	America/New_York	38.21735	-79.67644	682	Bolar,Bolar Springs,Boler Springs		VA	017		
4748264	Boiling Spring	boiling-spring	US		0	America/New_York	37.78014	-78.58779	106			VA	003		
4748283	Bolington	bolington	US		0	America/New_York	39.25177	-77.64888	146			VA	107		
4748293	Bollinger Estates	bollinger-estates	US		0	America/New_York	37.24793	-77.43582	31			VA	041		
4748313	Bon Air Manor	bon-air-manor	US		0	America/New_York	37.51404	-77.5411	62			VA	041		
4748330	Bondtown	bondtown	US		0	America/New_York	36.95066	-82.47071	607			VA	195		
4748332	Bondurant (historical)	bondurant-historical	US		0	America/New_York	36.81926	-83.04489	489			VA	105		
4748340	Bonneville	bonneville	US		0	America/New_York	37.09654	-77.58999	85			VA	053		
4748349	Bonny Blue	bonny-blue	US		0	America/New_York	36.82703	-83.06822	576			VA	105		
4748350	Bonsack	bonsack	US		0	America/New_York	37.32597	-79.86587	299	Bonsack,Bonsack's,Bonsack's Depot,Bonsacks		VA	161		
4748355	Bonvue Heights	bonvue-heights	US		0	America/New_York	37.28152	-80.04004	323			VA	775		
4748378	Boom Furnace	boom-furnace	US		0	America/New_York	36.92068	-80.76924	588			VA	155		
4748393	Boonesville	boonesville	US		0	America/New_York	38.23624	-78.59779	229	Boonesville,Boonsville		VA	003		
4748394	Boons Path	boons-path	US		0	America/New_York	36.67925	-83.35213	430	Boones Path,Boons Path		VA	105		
4748430	Boscobel Country	boscobel-country	US		0	America/New_York	37.60154	-77.72749	74			VA	075		
4748431	Bosher	bosher	US		0	America/New_York	37.5657	-77.58443	40	Bosher,Grantland		VA	087		
4748436	Bosses	bosses	US		0	America/New_York	36.71208	-79.11418	174			VA	083		
4748443	Borthwick (historical)	borthwick-historical	US		0	America/New_York	37.03182	-77.68305	88			VA	053		
4748447	Boston Park	boston-park	US		0	America/New_York	36.73487	-76.6044	8			VA	800		
4748448	Boswell (historical)	boswell-historical	US		0	America/New_York	37.69653	-78.22917	63			VA	049		
4748451	Botetourt (historical)	botetourt-historical	US		0	America/New_York	37.50402	-79.80254	345			VA	023		
4748453	Botetourt East	botetourt-east	US		0	America/New_York	37.34152	-79.88421	379			VA	023		
4748455	Botetourt Springs (historical)	botetourt-springs-historical	US		0	America/New_York	37.35375	-79.93643	338	Botetourt Springs (historical),Johnson's Springs		VA	161		
4748456	Botha	botha	US		0	America/New_York	38.60679	-77.83777	131			VA	061		
4748467	Boudar	boudar	US		0	America/New_York	37.62709	-77.49887	61	Boudar,Boudar Crossing		VA	087		
4748473	Boulevard Estates	boulevard-estates	US		0	America/New_York	38.86706	-77.26109	96			VA	059		
4748474	Boulevard Estates	boulevard-estates	US		0	America/New_York	37.27986	-80.01754	336			VA	775		
4748476	Boulevard Manor	boulevard-manor	US		0	America/New_York	36.84793	-76.16744	5			VA	810		
4748513	Bowens Corner	bowens-corner	US		0	America/New_York	36.56709	-77.8211	104			VA	025		
4748517	Bowers Corner	bowers-corner	US		0	America/New_York	36.63626	-77.96083	117			VA	025		
4748519	Bowers Hill	bowers-hill	US		0	America/New_York	36.78682	-76.41272	5			VA	550		
4748560	Bowling Springs (historical)	bowling-springs-historical	US		0	America/New_York	36.72236	-80.23866	453			VA	141		
4748578	Bowmans Crossing	bowmans-crossing	US		0	America/New_York	38.80761	-78.59196	294	Bowman,Bowmans,Bowmans Crossing		VA	171		
4748586	Bowmantown	bowmantown	US		0	America/New_York	38.9515	-77.63638	155			VA	107		
4748588	Bowman Lawn	bowman-lawn	US		0	America/New_York	37.29653	-79.94226	311			VA	770		
4748595	Boxley	boxley	US		0	America/New_York	37.26901	-80.95397	571			VA	071		
4748596	Boxley Hill	boxley-hill	US		0	America/New_York	37.32791	-79.95671	346			VA	161		
4748597	Boxley Hills	boxley-hills	US		0	America/New_York	37.10181	-76.52467	8			VA	700		
4748600	Boxwood	boxwood	US		0	America/New_York	36.63903	-79.7142	297			VA	089		
4748601	Boxwood Farms	boxwood-farms	US		0	America/New_York	38.87595	-77.56638	97			VA	153		
4748602	Boxwood Hills	boxwood-hills	US		0	America/New_York	37.24458	-80.10532	427			VA	161		
4748632	Boyds Mill	boyds-mill	US		0	America/New_York	38.83484	-78.23167	250	Boyds Crossroads,Boyds Mill		VA	187		
4748633	Boyds Store	boyds-store	US		0	America/New_York	36.55514	-79.05974	184			VA	083		
4748647	Bracy Station	bracy-station	US		0	America/New_York	36.59987	-78.14277	103			VA	117		
4748648	Brad Lee	brad-lee	US		0	America/New_York	38.83039	-77.09442	64			VA	510		
4748653	Braddock Hills Estates	braddock-hills-estates	US		0	America/New_York	39.25427	-78.21084	251			VA	069		
4748660	Bradfield	bradfield	US		0	America/New_York	39.16399	-77.9575	173			VA	043		
4748665	Bradley Acres	bradley-acres	US		0	America/New_York	37.51765	-77.23136	38			VA	087		
4748674	Bradley Forest	bradley-forest	US		0	America/New_York	38.69928	-77.47443	72			VA	153		
4748689	Braebrook Village	braebrook-village	US		0	America/New_York	37.25793	-77.42443	29			VA	041		
4748690	Braeburn	braeburn	US		0	America/New_York	37.26458	-80.02671	314			VA	775		
4748691	Braehead Woods	braehead-woods	US		0	America/New_York	38.28041	-77.47971	63			VA	630		
4748696	Braggs Corner	braggs-corner	US		0	America/New_York	38.47318	-77.95277	116			VA	047		
4748703	Brambleton	brambleton	US		9845	America/New_York	38.98205	-77.5386	115			VA	107		
4748704	Brambleton	brambleton	US		0	America/New_York	36.8482	-76.27105	4			VA	710		
4748705	Brambleton Court	brambleton-court	US		0	America/New_York	37.24125	-79.99615	328			VA	161		
4748725	Brand	brand	US		0	America/New_York	38.11541	-79.01669	387			VA	015		
4748726	Brandermill	brandermill	US		13173	America/New_York	37.43209	-77.64971	76			VA	041		
4748728	Branderwood	branderwood	US		0	America/New_York	37.20153	-79.98865	367			VA	161		
4748742	Brandon Square	brandon-square	US		0	America/New_York	36.88681	-76.38244	5			VA	740		
4748743	Brandon Village	brandon-village	US		0	America/New_York	38.87567	-77.11581	77			VA	013		
4748761	Brandy Creek Estates	brandy-creek-estates	US		0	America/New_York	37.60653	-77.33415	45			VA	085		
4748775	Bratton Lawn	bratton-lawn	US		0	America/New_York	37.29653	-79.89004	298			VA	770		
4748781	Brax-Han Court	brax-han-court	US		0	America/New_York	37.33263	-79.99837	377			VA	161		
4748784	Brays	brays	US		0	America/New_York	37.89569	-76.8733	17	Brays,Brays Fork,Brays Wharf		VA	057		
4748785	Brays Fork	brays-fork	US		0	America/New_York	37.90041	-76.86691	10			VA	057		
4748786	Brays Landing	brays-landing	US		0	America/New_York	37.3182	-76.47273	0			VA	073		
4748793	Braxton Heights	braxton-heights	US		0	America/New_York	37.29736	-80.04921	348			VA	775		
4748817	Breeden Forest	breeden-forest	US		0	America/New_York	38.79289	-77.4561	62			VA	153		
4748818	Breezy Knolls Estates	breezy-knolls-estates	US		0	America/New_York	38.8615	-77.57444	100			VA	153		
4748826	Bren Mar Park	bren-mar-park	US		0	America/New_York	38.79872	-77.15526	62			VA	059		
4748833	Brent Town	brent-town	US		0	America/New_York	38.59345	-77.60166	77	Brent Town,Brenton		VA	061		
4748834	Brent Turf Acres	brent-turf-acres	US		0	America/New_York	38.69595	-77.51499	55			VA	153		
4748837	Brentsville	brentsville	US		0	America/New_York	38.68817	-77.4961	69	Brentsville,Prince William Court House		VA	153		
4748848	Brentwood Park	brentwood-park	US		0	America/New_York	36.62069	-79.38752	186			VA	590		
4748850	Brentwood Terrace	brentwood-terrace	US		0	America/New_York	39.17983	-78.12194	200			VA	069		
4748862	Briarcliff	briarcliff	US		0	America/New_York	37.26819	-79.88615	344			VA	161		
4748863	Briarfield (historical)	briarfield-historical	US		0	America/New_York	36.55014	-79.56253	150			VA	143		
4748866	Briarwood	briarwood	US		0	America/New_York	38.1668	-78.41557	153			VA	003		
4748867	Briarwood	briarwood	US		0	America/New_York	38.11263	-78.99919	427			VA	015		
4748868	Briarwood	briarwood	US		0	America/New_York	36.86598	-76.37967	5			VA	740		
4748869	Briarwood	briarwood	US		0	America/New_York	36.624	-82.16458	539			VA	520		
4748877	Briar Ridge	briar-ridge	US		0	America/New_York	37.19875	-80.02782	421			VA	161		
4748899	Brickyard Landing	brickyard-landing	US		0	America/New_York	37.3707	-76.87913	7			VA	095		
4748912	Bridge Point Farms	bridge-point-farms	US		0	America/New_York	36.8482	-76.54884	8			VA	800		
4748923	Bridgetown	bridgetown	US		0	America/New_York	37.44569	-75.92632	3	Bridgeton,Bridgetown,Nassawaddox		VA	131		
4748924	Bridgetown (historical)	bridgetown-historical	US		0	America/New_York	37.81042	-76.54245	27			VA	103		
4748937	Bridlewood	bridlewood	US		0	America/New_York	37.68042	-77.60415	91			VA	087		
4748938	Bridlewood	bridlewood	US		0	America/New_York	37.20903	-80.03143	444			VA	161		
4748941	Bridle Creek	bridle-creek	US		0	America/New_York	36.61901	-81.24343	804	Bridie Creek,Bridle Creek,Bridlecreek		VA	077		
4748952	Briery	briery	US		0	America/New_York	37.09154	-78.45777	176			VA	147		
4748956	Briery Branch	briery-branch	US		0	America/New_York	38.43512	-79.07948	452			VA	165		
4748972	Brighton Green	brighton-green	US		0	America/New_York	37.50431	-77.56388	74			VA	041		
4748975	Brights	brights	US		0	America/New_York	37.02876	-79.43225	267			VA	143		
4748979	Brightwell Mill	brightwell-mill	US		0	America/New_York	37.45848	-79.04724	175			VA	009		
4748981	Brightwood Manor	brightwood-manor	US		0	America/New_York	37.22429	-80.44561	634			VA	121		
4748985	Brilyn Park	brilyn-park	US		0	America/New_York	38.89872	-77.17442	111			VA	059		
4748989	Brinnington	brinnington	US		0	America/New_York	38.13486	-78.5589	175			VA	003		
4748992	Bristersburg	bristersburg	US		0	America/New_York	38.58346	-77.61388	79	Bristerburg,Bristersburg		VA	061		
4749000	Brink	brink	US		0	America/New_York	36.61793	-77.63443	70			VA	081		
4749010	Britain	britain	US		0	America/New_York	39.25288	-77.69694	180			VA	107		
4749011	British Woods	british-woods	US		0	America/New_York	37.35847	-79.88171	383			VA	023		
4749014	Brittany Farms	brittany-farms	US		0	America/New_York	36.83765	-76.50217	5			VA	800		
4749015	Brittland	brittland	US		0	America/New_York	37.7057	-77.72527	94			VA	075		
4749021	Brittonwood	brittonwood	US		0	America/New_York	37.38432	-77.46248	49			VA	041		
4749024	Broad Axe (historical)	broad-axe-historical	US		0	America/New_York	38.03597	-78.65946	213			VA	003		
4749028	Broad Bay Colony	broad-bay-colony	US		0	America/New_York	36.90487	-76.05743	1	Broad Bay Colony,Broad Bay Manor		VA	810		
4749038	Broad Creek	broad-creek	US		0	America/New_York	36.85681	-76.22049	5			VA	710		
4749051	Broad Marsh	broad-marsh	US		0	America/New_York	37.29375	-76.46467	1			VA	073		
4749052	Broad Meadows	broad-meadows	US		0	America/New_York	37.65431	-77.55388	84			VA	087		
4749060	Broad Rock	broad-rock	US		0	America/New_York	37.47043	-77.48304	58			VA	159		
4749061	Broad Rock Manor	broad-rock-manor	US		0	America/New_York	37.47459	-77.49665	65			VA	760		
4749075	Broad Run Farms	broad-run-farms	US		0	America/New_York	39.05872	-77.43277	70			VA	107		
4749081	Broad Run Village	broad-run-village	US		0	America/New_York	38.76234	-77.58832	84			VA	153		
4749104	Broadmoor	broadmoor	US		0	America/New_York	36.77459	-76.32077	2			VA	550		
4749106	Broadus Corner	broadus-corner	US		0	America/New_York	37.9793	-77.18081	56			VA	033		
4749138	Brockmont	brockmont	US		0	America/New_York	38.8765	-77.1822	102			VA	059		
4749139	Brockroad	brockroad	US		0	America/New_York	38.27457	-77.67916	88	Brockroad,Brockville		VA	177		
4749144	Brockwood	brockwood	US		0	America/New_York	38.87761	-77.12887	89			VA	013		
4749151	Broken Hill	broken-hill	US		0	America/New_York	38.75123	-77.70805	139	Broken Hill,Broken Hills,South Run Mountain		VA	061		
4749157	Brokenburg	brokenburg	US		0	America/New_York	38.14569	-77.71888	120	Brockenburg,Brockenburgh,Brokenburg,Brokensburg		VA	177		
4749161	Brook Hill	brook-hill	US		0	America/New_York	38.8115	-77.2047	93			VA	059		
4749162	Brook Hill	brook-hill	US		0	America/New_York	37.6057	-77.44415	61			VA	087		
4749167	Brookbury	brookbury	US		0	America/New_York	37.46404	-77.49137	61			VA	159		
4749171	Brookes Corner	brookes-corner	US		0	America/New_York	38.86678	-77.81888	202	Brookes Corner,Brookes Crossroads		VA	061		
4749172	Brookeshire	brookeshire	US		0	America/New_York	37.52737	-76.77913	10			VA	097		
4749179	Brookfield Park	brookfield-park	US		0	America/New_York	36.93154	-76.23272	3			VA	710		
4749186	Brookland Estates	brookland-estates	US		0	America/New_York	38.78817	-77.13109	74			VA	059		
4749190	Brooklawn	brooklawn	US		0	America/New_York	37.3368	-79.97143	337			VA	161		
4749198	Brookneil	brookneil	US		0	America/New_York	39.13566	-78.24084	258			VA	069		
4749209	Brook Vale	brook-vale	US		0	America/New_York	37.7593	-76.42078	26	Brook Vale,Brookvale		VA	103		
4749229	Brookville Manor	brookville-manor	US		0	America/New_York	38.03514	-78.80947	292			VA	003		
4749236	Brookwood Estates	brookwood-estates	US		0	America/New_York	37.52959	-77.5686	89			VA	041		
4749240	Brosville	brosville	US		0	America/New_York	36.61958	-79.60197	268			VA	143		
4749269	Brown Grove	brown-grove	US		0	America/New_York	37.71625	-77.42526	62			VA	085		
4749315	Browns Corner	browns-corner	US		0	America/New_York	38.97178	-77.72499	129			VA	107		
4749316	Browns Corner	browns-corner	US		0	America/New_York	37.51792	-77.08941	46			VA	127		
4749317	Browns Corner	browns-corner	US		0	America/New_York	37.82319	-76.41856	33			VA	133		
4749331	Browns Mill	browns-mill	US		0	America/New_York	38.95094	-77.28415	63			VA	059		
4749342	Browns Store	browns-store	US		0	America/New_York	36.73429	-80.80035	783			VA	035		
4749344	Browns Store	browns-store	US		0	America/New_York	37.82902	-76.42884	31	Brouns Store,Brown Store,Browns Store		VA	133		
4749350	Brownsville (historical)	brownsville-historical	US		0	America/New_York	37.46708	-75.82298	1			VA	131		
4749352	Brownton (historical)	brownton-historical	US		0	America/New_York	37.85014	-78.57168	150			VA	003		
4749360	Broyhill Crest	broyhill-crest	US		0	America/New_York	38.8465	-77.19415	84			VA	059		
4749362	Broyhill Forest	broyhill-forest	US		0	America/New_York	38.91539	-77.12248	69			VA	013		
4749363	Broyhill Park	broyhill-park	US		0	America/New_York	38.86011	-77.19637	98			VA	059		
4749364	Broyhill-Glen Gary Park	broyhill-glen-gary-park	US		0	America/New_York	38.92178	-77.1672	84			VA	059		
4749365	Broyhill-Langley Estates	broyhill-langley-estates	US		0	America/New_York	38.94928	-77.18526	81			VA	059		
4749366	Broyhill-McLean Estates	broyhill-mclean-estates	US		0	America/New_York	38.93539	-77.1872	83			VA	059		
4749386	Brumfield Acres	brumfield-acres	US		0	America/New_York	37.14291	-80.39977	629			VA	121		
4749389	Brumley Gap	brumley-gap	US		0	America/New_York	36.80205	-82.0268	521	Brumley,Brumley Gap,Brumleygap		VA	191		
4749403	Brunswick Estates	brunswick-estates	US		0	America/New_York	36.55265	-77.86527	68			VA	025		
4749417	Brush Harbor	brush-harbor	US		0	America/New_York	37.1843	-80.29088	518			VA	121		
4749423	Brush Tavern	brush-tavern	US		0	America/New_York	37.32903	-79.24614	292			VA	031		
4749478	Bryan Ridge	bryan-ridge	US		0	America/New_York	37.34154	-77.41609	50			VA	041		
4749487	Bryant Corner	bryant-corner	US		0	America/New_York	37.88319	-76.45884	28	Bryant Corner,Crawley,Walkers Store		VA	133		
4749492	Bryant Heights	bryant-heights	US		0	America/New_York	37.34652	-79.92643	361			VA	161		
4749503	Bryants Corner	bryants-corner	US		0	America/New_York	36.58848	-77.41553	24			VA	081		
4749515	Bryant Town	bryant-town	US		0	America/New_York	38.1543	-76.81469	50			VA	193		
4749551	Buck	buck	US		0	America/New_York	36.80457	-80.93036	624			VA	035		
4749617	Buckeye (historical)	buckeye-historical	US		0	America/New_York	38.28484	-79.74783	694			VA	091		
4749627	Buckhall	buckhall	US		16293	America/New_York	38.73178	-77.4311	95			VA	153		
4749654	Buckingham Circle	buckingham-circle	US		0	America/New_York	38.02958	-78.53057	154			VA	003		
4749661	Buckingham Estates	buckingham-estates	US		0	America/New_York	37.3118	-80.06504	395			VA	161		
4749670	Buckland Forest	buckland-forest	US		0	America/New_York	37.35597	-79.97476	368			VA	161		
4749677	Buckles (historical)	buckles-historical	US		0	America/New_York	36.81592	-82.95739	572			VA	105		
4749681	Bucknell Heights	bucknell-heights	US		0	America/New_York	38.76484	-77.07748	63			VA	059		
4749682	Bucknell Manor	bucknell-manor	US		0	America/New_York	38.76817	-77.06914	42			VA	059		
4749692	Buckroe Beach	buckroe-beach	US		0	America/New_York	37.04292	-76.29327	1	Buck Roe,Buck Row,Buckroe,Buckroe Beach		VA	650		
4749697	Buckroe Gardens	buckroe-gardens	US		0	America/New_York	37.05015	-76.29216	1			VA	650		
4749700	Buckners Corner	buckners-corner	US		0	America/New_York	38.62179	-78.23528	236			VA	157		
4749710	Buckton	buckton	US		0	America/New_York	38.95539	-78.25389	209			VA	187		
4749712	Bucu	bucu	US		0	America/New_York	37.06872	-82.21347	472			VA	051		
4749713	Buell	buell	US		0	America/New_York	36.78654	-76.29077	2			VA	550		
4749729	Buffalo Bend	buffalo-bend	US		0	America/New_York	37.71652	-79.47254	275	Buffalo Bend,Buffalo Mills		VA	163		
4749766	Buffalo Forge	buffalo-forge	US		0	America/New_York	37.6868	-79.43309	236	Buffalo Forge,Buffaloforge		VA	163		
4749772	Buffalo Hill	buffalo-hill	US		0	America/New_York	37.61292	-79.01669	216			VA	009		
4749773	Buffalo Hills	buffalo-hills	US		0	America/New_York	38.86956	-77.15554	120			VA	059		
4749788	Buffalo Ridge	buffalo-ridge	US		0	America/New_York	36.73708	-80.24866	461	Buffalo Ridge,Buffaloridge		VA	141		
4749799	Buffalo Springs	buffalo-springs	US		0	America/New_York	36.64597	-78.66167	109	Buffalo Lithia Springs,Buffalo Mineral Springs,Buffalo Springs		VA	117		
4749800	Buffalo Springs	buffalo-springs	US		0	America/New_York	37.60959	-78.86196	177			VA	125		
4749808	Bufflick Heights	bufflick-heights	US		0	America/New_York	39.13816	-78.15694	217			VA	069		
4749809	Bufford Crossroads	bufford-crossroads	US		0	America/New_York	36.73793	-77.61943	49	Bufford Cross Roads,Bufford Crossroads,Bufords Crossroad		VA	081		
4749822	Bula	bula	US		0	America/New_York	37.77376	-78.04611	109			VA	075		
4749826	Buford Estates	buford-estates	US		0	America/New_York	37.51209	-77.5511	73			VA	041		
4749842	Bull Neck	bull-neck	US		0	America/New_York	38.03624	-76.64412	38			VA	193		
4749854	Bull Run	bull-run	US		14983	America/New_York	38.78373	-77.52055	87			VA	153		
4749865	Bull Run Mobile Home Park	bull-run-mobile-home-park	US		0	America/New_York	38.794	-77.46054	49			VA	153		
4749866	Bull Run Mountain Estates	bull-run-mountain-estates	US		1251	America/New_York	38.90372	-77.66166	162			VA	153		
4749873	Bull Run East	bull-run-east	US		0	America/New_York	38.78928	-77.5011	67			VA	153		
4749877	Bullbegger	bullbegger	US		0	America/New_York	37.9579	-75.61437	1	Bulbegger,Bullbegger		VA	001		
4749884	Bullocks Corner	bullocks-corner	US		0	America/New_York	38.15596	-77.33443	66			VA	033		
4749886	Bullocks Trailer Park	bullocks-trailer-park	US		0	America/New_York	36.84043	-76.45995	6			VA	800		
4749891	Bulls Landing	bulls-landing	US		0	America/New_York	37.17764	-75.94021	1			VA	131		
4749902	Bundick	bundick	US		0	America/New_York	37.96069	-76.48718	14	Bundick,Bundicks Landing		VA	133		
4749907	Bundy	bundy	US		0	America/New_York	36.82981	-82.931	616			VA	105		
4749913	Bungletown	bungletown	US		0	America/New_York	37.87125	-78.64363	192	Bungletown,Unionville		VA	003		
4749945	Burgundy Village	burgundy-village	US		0	America/New_York	38.79872	-77.08748	11			VA	059		
4749949	Burkdale	burkdale	US		0	America/New_York	37.10237	-76.53801	10			VA	700		
4749966	Burke Meadows	burke-meadows	US		0	America/New_York	38.86095	-77.68166	183			VA	153		
4749977	Burkes Corner	burkes-corner	US		0	America/New_York	37.35265	-76.7319	34			VA	199		
4749988	Burkes Tavern	burkes-tavern	US		0	America/New_York	37.19488	-78.23833	177	Burkes Tavern,Old Burkeville		VA	147		
4749990	Burkeston (historical)	burkeston-historical	US		0	America/New_York	37.6018	-79.76365	278			VA	023		
4749991	Burketown	burketown	US		0	America/New_York	38.30291	-78.93447	349	Burke Mill,Burkes Mills,Burketown		VA	015		
4750005	Burlington Estates	burlington-estates	US		0	America/New_York	37.3493	-79.97337	348			VA	161		
4750006	Burlington Heights	burlington-heights	US		0	America/New_York	37.34013	-79.96782	337			VA	161		
4750008	Burlington Mills	burlington-mills	US		0	America/New_York	37.08984	-80.68479	660			VA	155		
4750021	Burnette Heights	burnette-heights	US		0	America/New_York	37.3368	-79.92337	347			VA	161		
4750027	Burning Knolls	burning-knolls	US		0	America/New_York	39.16094	-78.10389	195			VA	069		
4750028	Burnley	burnley	US		0	America/New_York	38.16791	-78.34001	124	Burnley,Burnleys,Burnleys Station		VA	003		
4750034	Burns Crossroads	burns-crossroads	US		0	America/New_York	38.90956	-77.54444	117			VA	107		
4750039	Burnside Farms	burnside-farms	US		0	America/New_York	37.62626	-77.39387	53			VA	085		
4750047	Burnt Chimney	burnt-chimney	US		0	America/New_York	37.10514	-79.81559	344	Burnt Chimney,Reverie		VA	067		
4750053	Burnt Factory	burnt-factory	US		0	America/New_York	39.19455	-78.07611	157			VA	069		
4750071	Burnt Tree	burnt-tree	US		0	America/New_York	38.29846	-78.17889	153			VA	113		
4750079	Burrowsville	burrowsville	US		0	America/New_York	37.21459	-77.0758	19			VA	149		
4750091	Burson Place	burson-place	US		0	America/New_York	36.66594	-82.17763	615			VA	191		
4750092	Burt (historical)	burt-historical	US		0	America/New_York	36.91015	-77.18219	14			VA	183		
4750094	Burruss Corner	burruss-corner	US		0	America/New_York	37.89319	-77.41609	68			VA	033		
4750107	Burtons	burtons	US		0	America/New_York	36.88543	-76.19577	6	Burton,Burton Station,Burtons		VA	810		
4750112	Burtons Ford	burtons-ford	US		0	America/New_York	36.89149	-82.33959	435			VA	195		
4750113	Burtons Shop	burtons-shop	US		0	America/New_York	37.13012	-81.4415	789			VA	185		
4750115	Burtonville	burtonville	US		0	America/New_York	38.27319	-78.3489	160	Bottonsville,Burtons,Burtonville		VA	079		
4750116	Burts	burts	US		0	America/New_York	37.14792	-76.46245	15			VA	199		
4750119	Burwell Bay	burwell-bay	US		0	America/New_York	37.05543	-76.66829	0			VA	093		
4750131	Burtons Corner	burtons-corner	US		0	America/New_York	37.92902	-76.55384	38			VA	159		
4750133	Bush Hill Woods	bush-hill-woods	US		0	America/New_York	38.789	-77.12276	74			VA	059		
4750136	Bush Mill	bush-mill	US		0	America/New_York	36.75566	-82.43543	546	Bonds Mill,Bush Mill		VA	169		
4750142	Bush Park (historical)	bush-park-historical	US		0	America/New_York	37.63598	-78.13944	115			VA	049		
4750152	Bushwood (historical)	bushwood-historical	US		0	America/New_York	37.92514	-76.79746	7	Bushwood (historical),Bushwood Landing		VA	159		
4750155	Bushy Acres	bushy-acres	US		0	America/New_York	38.83789	-77.59444	107			VA	153		
4750159	Busthead	busthead	US		0	America/New_York	37.10734	-81.69817	665	Baptist Valley,Busthead		VA	185		
4750160	Bustleburg	bustleburg	US		0	America/New_York	37.89208	-79.36448	376			VA	163		
4750161	Busy Bee Corner	busy-bee-corner	US		0	America/New_York	36.69459	-78.24277	121			VA	117		
4750163	Bushy	bushy	US		0	America/New_York	37.57653	-76.40967	15			VA	119		
4750181	Butlers Fork	butlers-fork	US		0	America/New_York	37.9543	-77.23414	27			VA	033		
4750204	Butterworth	butterworth	US		0	America/New_York	37.05126	-77.62693	74			VA	053		
4750211	Butts	butts	US		0	America/New_York	36.74348	-76.22383	6	Butts,Butts Station,Princess Anne		VA	550		
4750212	Butts	butts	US		0	America/New_York	36.73233	-82.03652	615			VA	191		
4750215	Butts Corner	butts-corner	US		0	America/New_York	38.78122	-77.32749	130			VA	059		
4750218	Butylo	butylo	US		0	America/New_York	37.77097	-76.68801	31			VA	057		
4750220	Butzner Corner	butzner-corner	US		0	America/New_York	38.25568	-77.35748	24	Butzner Corner,Rutzner Corner		VA	179		
4750262	Byllesby	byllesby	US		0	America/New_York	36.78457	-80.93508	639			VA	035		
4750281	Byrd Mill	byrd-mill	US		0	America/New_York	37.98847	-78.08083	90	Byrd Mill,Byrds Mill		VA	109		
4750296	Byrdton	byrdton	US		0	America/New_York	37.70125	-76.33661	3			VA	133		
4750319	Cabaniss	cabaniss	US		0	America/New_York	39.17788	-78.2825	339			VA	069		
4750364	Cady	cady	US		0	America/New_York	37.74264	-77.36192	30			VA	085		
4750404	California Crossroads	california-crossroads	US		0	America/New_York	37.10876	-76.77413	28			VA	181		
4750413	Callaghan	callaghan	US		348	America/New_York	37.81207	-80.07423	419	Callaghan,Callaghan Station,Callaghan's,Callaghans		VA	005		
4750419	Callahans Corner	callahans-corner	US		0	America/New_York	36.71153	-78.28389	124			VA	117		
4750424	Callaville	callaville	US		0	America/New_York	36.82848	-77.66749	79			VA	025		
4750432	Callison	callison	US		0	America/New_York	37.97874	-79.91144	487			VA	017		
4750436	Calmes Neck Estates	calmes-neck-estates	US		0	America/New_York	39.07622	-77.98611	172	Calmes Neck,Calmes Neck Estates		VA	043		
4750437	Calno	calno	US		0	America/New_York	37.8132	-77.30137	64			VA	101		
4750452	Callahans Hills	callahans-hills	US		0	America/New_York	36.6043	-79.51864	199	Callahans Hills,Callahans Store		VA	143		
4750536	Camden Heights	camden-heights	US		0	America/New_York	36.88265	-76.20299	6			VA	710		
4750537	Camellia Garden	camellia-garden	US		0	America/New_York	38.07514	-78.49418	173			VA	003		
4750538	Camellia Shores	camellia-shores	US		0	America/New_York	36.91376	-76.20438	3			VA	710		
4750539	Camelot	camelot	US		0	America/New_York	38.15736	-78.42223	135			VA	003		
4750540	Camelot	camelot	US		0	America/New_York	38.83983	-77.23165	102			VA	059		
4750541	Camelot	camelot	US		0	America/New_York	37.18376	-77.40526	49			VA	730		
4750542	Camelot	camelot	US		0	America/New_York	38.69734	-77.44415	73			VA	153		
4750549	Cameron Court	cameron-court	US		0	America/New_York	37.29625	-80.07171	333			VA	775		
4750553	Cameron Hills	cameron-hills	US		0	America/New_York	37.34265	-77.34304	24			VA	041		
4750560	Cameron Villa Farms	cameron-villa-farms	US		0	America/New_York	38.78039	-77.13748	73			VA	059		
4750562	Camm	camm	US		0	America/New_York	37.64598	-78.59307	165			VA	029		
4750578	Cameron Valley	cameron-valley	US		0	America/New_York	38.80817	-77.08609	23			VA	510		
4750600	Camp Corner	camp-corner	US		0	America/New_York	36.90043	-76.93052	24			VA	175		
4750709	Camp Tazewell	camp-tazewell	US		0	America/New_York	37.14817	-81.64817	550			VA	185		
4750736	Campbell Corner	campbell-corner	US		0	America/New_York	37.65959	-78.28472	128			VA	029		
4750737	Campbell Corner	campbell-corner	US		0	America/New_York	37.85931	-77.40387	64	Campbell Corner,Campbells Corner		VA	033		
4750762	Campbells Corner	campbells-corner	US		0	America/New_York	37.92597	-77.34387	48			VA	033		
4750766	Campbells Landing	campbells-landing	US		0	America/New_York	36.60682	-75.99104	0			VA	810		
4750775	Campostella	campostella	US		0	America/New_York	36.82931	-76.25772	3			VA	710		
4750777	Campostella Heights	campostella-heights	US		0	America/New_York	36.83376	-76.26022	3	Campostella,Campostella Heights		VA	710		
4750813	Candlewyck	candlewyck	US		0	America/New_York	38.07458	-78.57196	177			VA	003		
4750834	Canepatch (historical)	canepatch-historical	US		0	America/New_York	36.94454	-82.71849	567			VA	195		
4750846	Cannady	cannady	US		0	America/New_York	37.16511	-82.20403	410			VA	027		
4750859	Cant (historical)	cant-historical	US		0	America/New_York	37.52931	-77.16886	49			VA	127		
4750860	Canterburg	canterburg	US		0	America/New_York	39.04677	-78.18417	212			VA	069		
4750251	Bybee	bybee	US	37713	0	America/New_York	37.9257	-78.20556	158			VA	065		
4750866	Canterbury Estates	canterbury-estates	US		0	America/New_York	36.77375	-78.93251	117			VA	083		
4750867	Canterbury Hills	canterbury-hills	US		0	America/New_York	38.05903	-78.50835	173			VA	003		
4750868	Canterbury Hills	canterbury-hills	US		0	America/New_York	37.26209	-76.74301	31			VA	095		
4750870	Canterbury Park	canterbury-park	US		0	America/New_York	37.21958	-80.02365	351			VA	161		
4750873	Canterbury Woods	canterbury-woods	US		0	America/New_York	38.81678	-77.23832	84			VA	059		
4750888	Capahosic	capahosic	US		0	America/New_York	37.38098	-76.63301	9	Capahosack,Capahosic,Cappahosack,Cappahosic,Cappahosick,Cappasack		VA	073		
4750890	Cape Carlyn	cape-carlyn	US		0	America/New_York	37.15014	-79.71448	281			VA	067		
4750907	Cape Charlie	cape-charlie	US		0	America/New_York	37.78459	-77.09581	2			VA	097		
4750912	Cape Junction	cape-junction	US		0	America/New_York	37.27014	-75.9841	5			VA	131		
4750913	Cape Story by the Sea	cape-story-by-the-sea	US		0	America/New_York	36.91015	-76.05743	1			VA	810		
4750921	Capitol View	capitol-view	US		0	America/New_York	37.47598	-77.39054	43			VA	087		
4750931	Captain	captain	US		0	America/New_York	37.39235	-80.45478	621			VA	045		
4750935	Captains Grove	captains-grove	US		0	America/New_York	37.33152	-79.95782	339			VA	161		
4750940	Cardinal Estates	cardinal-estates	US		0	America/New_York	37.4418	-75.89549	8			VA	131		
4750941	Cardinal Estates	cardinal-estates	US		0	America/New_York	36.79737	-76.07466	3			VA	810		
4750942	Cardinal Forest	cardinal-forest	US		0	America/New_York	38.78317	-77.23582	102			VA	059		
4750946	Cardinal Heights	cardinal-heights	US		0	America/New_York	38.53484	-77.3097	29			VA	153		
4750951	Carbo	carbo	US		0	America/New_York	36.92844	-82.1943	466			VA	167		
4750953	Cardwell Town	cardwell-town	US		0	America/New_York	36.90206	-81.77901	610			VA	173		
4750954	Care Free Acres	care-free-acres	US		0	America/New_York	39.02094	-77.99694	230	Care Free Acres,Carefree Acres		VA	043		
4750957	Cardova	cardova	US		0	America/New_York	38.53235	-78.03805	155			VA	047		
4750959	Carfax	carfax	US		0	America/New_York	36.89066	-82.37765	440	Carfax,Cayfax		VA	195		
4750978	Carlton Corner	carlton-corner	US		0	America/New_York	37.73014	-76.83274	41	Carlton Corner,Carlton's Store		VA	097		
4750980	Carloover	carloover	US		0	America/New_York	37.92429	-79.88867	756			VA	017		
4750985	Carlyle Station	carlyle-station	US		0	America/New_York	38.79928	-77.51416	74			VA	153		
4750988	Carma Heights	carma-heights	US		0	America/New_York	37.16541	-80.437	635			VA	121		
4751005	Carnot	carnot	US		0	America/New_York	37.04179	-81.0962	797			VA	021		
4751006	Carol Heights	carol-heights	US		0	America/New_York	37.30069	-79.98143	336			VA	770		
4751008	Carolandville	carolandville	US		0	America/New_York	38.50957	-77.79777	87			VA	061		
4751009	Carolanne Farms	carolanne-farms	US		0	America/New_York	36.82876	-76.17605	3			VA	810		
4751010	Carolina Junction	carolina-junction	US		0	America/New_York	36.8157	-76.25994	5			VA	550		
4751016	Caroline Pines	caroline-pines	US		0	America/New_York	37.89625	-77.43582	30			VA	033		
4751021	Carolyn Heights	carolyn-heights	US		0	America/New_York	37.20736	-80.01087	388			VA	161		
4751022	Carp Circle	carp-circle	US		0	America/New_York	37.2507	-76.56551	6			VA	199		
4751030	Carlton Park	carlton-park	US		0	America/New_York	37.30652	-80.03393	329			VA	775		
4751037	Carps Corner	carps-corner	US		0	America/New_York	37.52376	-77.00886	34	Carps Corner,Carys Corner		VA	127		
4751043	Carriage Hill	carriage-hill	US		0	America/New_York	37.11931	-76.53662	9			VA	700		
4751044	Carriage Hill	carriage-hill	US		0	America/New_York	37.21068	-80.39477	642			VA	121		
4751045	Carriage Hill Estates	carriage-hill-estates	US		0	America/New_York	38.65734	-77.39943	112			VA	153		
4751046	Carrico	carrico	US		0	America/New_York	38.46735	-77.85944	75	Carrico,Garrico Mills		VA	047		
4751048	Carrico Mill	carrico-mill	US		0	America/New_York	36.72121	-82.53571	588			VA	169		
4751053	Carrol Mill	carrol-mill	US		0	America/New_York	36.67592	-83.26212	394	Carrol Mill,Graheels Mill		VA	105		
4751071	Carrsbrook	carrsbrook	US		0	America/New_York	38.09319	-78.45779	134			VA	003		
4751075	Carruthers Corner	carruthers-corner	US		0	America/New_York	38.26874	-77.09859	47			VA	099		
4751076	Carsley	carsley	US		0	America/New_York	37.09571	-77.0058	36			VA	181		
4751133	Carter Heights	carter-heights	US		0	America/New_York	37.30208	-79.93393	318			VA	770		
4751157	Carters	carters	US		0	America/New_York	38.96567	-77.49416	87			VA	107		
4751160	Carters Corner	carters-corner	US		0	America/New_York	38.04986	-77.28776	64			VA	033		
4751169	Carters Mill	carters-mill	US		0	America/New_York	36.60458	-80.47645	443	Carters Mill,Carters Mills		VA	141		
4751173	Carters Point	carters-point	US		0	America/New_York	36.65903	-78.63334	103			VA	117		
4751174	Carters Store	carters-store	US		0	America/New_York	38.19319	-77.47054	66	Carter's Store,Carters Store		VA	177		
4751181	Carterton	carterton	US		0	America/New_York	36.91344	-82.22097	462			VA	167		
4751191	Carver Court	carver-court	US		0	America/New_York	37.0407	-76.35161	1			VA	650		
4751193	Carver Gardens	carver-gardens	US		0	America/New_York	37.25098	-76.65857	27			VA	199		
4751197	Carver Homes	carver-homes	US		0	America/New_York	37.34904	-77.47665	54			VA	041		
4751204	Carver Terrace	carver-terrace	US		0	America/New_York	36.66126	-76.5969	18			VA	800		
4751218	Carys Corner	carys-corner	US		0	America/New_York	38.06207	-76.62385	43	Cary's Corner,Carys Corner		VA	193		
4751223	Carysbrook	carysbrook	US		0	America/New_York	37.81236	-78.2425	97			VA	065		
4751245	Cash Corner	cash-corner	US		0	America/New_York	38.08819	-78.27612	160	Cash Corner,Cashs Corner		VA	003		
4751246	Cash Corner	cash-corner	US		0	America/New_York	38.12597	-77.24192	53			VA	033		
4751251	Cashville	cashville	US		0	America/New_York	37.70207	-75.80827	3			VA	001		
4751252	Caskie	caskie	US		0	America/New_York	37.53959	-78.83002	122	Caski,Caskie		VA	125		
4751258	Cashs Corner	cashs-corner	US		0	America/New_York	36.91543	-77.11135	32	Cashs Corner,Griffin		VA	183		
4751267	Castle Heights	castle-heights	US		0	America/New_York	36.61598	-78.30861	97			VA	117		
4751271	Castle Hill	castle-hill	US		0	America/New_York	37.23069	-79.99837	353			VA	161		
4751278	Castle Rock Farms	castle-rock-farms	US		0	America/New_York	37.23069	-80.03004	370			VA	161		
4751280	Castle Rock West	castle-rock-west	US		0	America/New_York	37.23291	-80.03448	379			VA	161		
4751291	Castlemans Ferry	castlemans-ferry	US		0	America/New_York	39.12038	-77.89055	129	Castleman's Ferry,Castlemans Ferry		VA	043		
4751307	Catalpa	catalpa	US		0	America/New_York	38.51068	-77.98777	151	Catalpa,Chestnut Forks		VA	047		
4751308	Catalpa Hills	catalpa-hills	US		0	America/New_York	38.47679	-78.00278	115			VA	047		
4751329	Catharpin Farms Estates	catharpin-farms-estates	US		0	America/New_York	38.83289	-77.58749	101			VA	153		
4751332	Catharpin Farms	catharpin-farms	US		0	America/New_York	38.8515	-77.57694	95			VA	153		
4751336	Cather Estates	cather-estates	US		0	America/New_York	39.19955	-78.00611	187			VA	043		
4751337	Catherine Furnace	catherine-furnace	US		0	America/New_York	38.55762	-78.63557	336			VA	139		
4751360	Catron (historical)	catron-historical	US		0	America/New_York	36.8454	-81.03286	631			VA	197		
4751364	Cats Bridge	cats-bridge	US		229	America/New_York	37.5518	-75.78187	5			VA	001		
4751394	Cavalier Manor	cavalier-manor	US		0	America/New_York	36.79987	-76.36328	4			VA	740		
4751397	Cavalier Park	cavalier-park	US		0	America/New_York	36.87376	-75.98826	3			VA	810		
4751401	Cave Alum Springs (historical)	cave-alum-springs-historical	US		0	America/New_York	37.39819	-79.9931	377			VA	023		
4751417	Cauthornville	cauthornville	US		0	America/New_York	37.88125	-77.06525	48			VA	097		
4751437	Caylor	caylor	US		0	America/New_York	36.63064	-83.49435	416			VA	105		
4751460	Cedar Branch	cedar-branch	US		0	America/New_York	36.89011	-81.74623	540			VA	173		
4751500	Cedar Crest Hall	cedar-crest-hall	US		0	America/New_York	36.89598	-76.50523	6			VA	800		
4751503	Cedar Farms	cedar-farms	US		0	America/New_York	37.46404	-77.48554	58			VA	760		
4751505	Cedar Creek Battlefield	cedar-creek-battlefield	US		0	America/New_York	39.01733	-78.29278	219			VA	069		
4751508	Cedar Fork	cedar-fork	US		0	America/New_York	37.9618	-77.54804	84			VA	033		
4751511	Cedar Green	cedar-green	US		0	America/New_York	38.15096	-79.12864	512			VA	015		
4751518	Cedar Grove Acres	cedar-grove-acres	US		0	America/New_York	36.79293	-76.40383	4			VA	550		
4751520	Cedar Forest	cedar-forest	US		0	America/New_York	37.04653	-79.11057	162			VA	143		
4751570	Cedar Hill Mobile Home Park	cedar-hill-mobile-home-park	US		0	America/New_York	38.14541	-78.43029	161			VA	003		
4751574	Cedar Hills	cedar-hills	US		0	America/New_York	37.69792	-77.88277	75			VA	075		
4751589	Cedar Lake Shores	cedar-lake-shores	US		0	America/New_York	36.77598	-76.5355	6			VA	800		
4751591	Cedar Landing Estates	cedar-landing-estates	US		0	America/New_York	37.1182	-76.36772	1			VA	735		
4751601	Cedar Level	cedar-level	US		0	America/New_York	37.27348	-77.31803	27			VA	670		
4751607	Cedar Orchard	cedar-orchard	US		0	America/New_York	37.23485	-80.39672	688			VA	121		
4751659	Cedar View	cedar-view	US		0	America/New_York	37.61374	-75.87577	1			VA	001		
4751660	Cedarbrook	cedarbrook	US		0	America/New_York	38.43902	-78.03111	151			VA	047		
4751664	Cedarmere (historical)	cedarmere-historical	US		0	America/New_York	38.25235	-78.58307	260			VA	079		
4751669	Cedon	cedon	US		0	America/New_York	38.06125	-77.51859	71			VA	033		
4751672	Cedarmere	cedarmere	US		0	America/New_York	38.2493	-78.58307	240			VA	003		
4751778	Central Garage	central-garage	US		1318	America/New_York	37.74403	-77.13164	50			VA	101		
4751779	Central Gardens	central-gardens	US		0	America/New_York	37.55709	-77.4047	51			VA	087		
4751789	Central Hill	central-hill	US		0	America/New_York	36.91071	-76.74051	29			VA	093		
4751801	Central Park	central-park	US		0	America/New_York	37.38654	-77.43082	37			VA	041		
4751833	Centralia Gardens	centralia-gardens	US		0	America/New_York	37.38265	-77.47193	55			VA	041		
4751836	Centre Heights	centre-heights	US		0	America/New_York	38.84095	-77.45499	79	Centre Heights,Centreville Heights		VA	059		
4751843	Centreville Farms	centreville-farms	US		0	America/New_York	38.85289	-77.42193	97			VA	059		
4751844	Centreville Farms	centreville-farms	US		0	America/New_York	38.84372	-77.41499	99			VA	059		
4751853	Chadswyck	chadswyck	US		0	America/New_York	36.81793	-76.40939	4	Chadswyck,Chadswyck Terrace		VA	550		
4751867	Chalk Level	chalk-level	US		0	America/New_York	36.91847	-79.2778	203	Chalk Level,Chalklevel		VA	143		
4751875	Chamberlain Village	chamberlain-village	US		0	America/New_York	38.52901	-77.2947	13			VA	153		
4751880	Chamberlayne Farms	chamberlayne-farms	US		0	America/New_York	37.6332	-77.43748	56			VA	087		
4751881	Chamberlayne Heights	chamberlayne-heights	US		0	America/New_York	37.62737	-77.4322	45			VA	087		
4751886	Chamberlayne	chamberlayne	US		5456	America/New_York	37.62653	-77.42859	50			VA	087		
4751888	Chamblissburg	chamblissburg	US		0	America/New_York	37.25431	-79.70698	329	Chamblissburg,Chamblissburgh,Chamlissburg		VA	019		
4751889	Champ	champ	US		0	America/New_York	36.97654	-77.77055	61			VA	053		
4751893	Champ Mills Estates	champ-mills-estates	US		0	America/New_York	38.69678	-77.40971	79			VA	153		
4751897	Chance	chance	US		0	America/New_York	38.05708	-77.0083	21			VA	057		
4751903	Chancellorsville	chancellorsville	US		0	America/New_York	38.30846	-77.63443	105			VA	177		
4751908	Chancetown	chancetown	US		0	America/New_York	37.63235	-75.70048	3			VA	001		
4751913	Chandler Crossing	chandler-crossing	US		0	America/New_York	37.89597	-77.46415	35			VA	033		
4751922	Chandlers Forks	chandlers-forks	US		0	America/New_York	37.01987	-78.7	162	Chandler Forks,Chandlers Corner,Chandlers Fork,Chandlers Forks		VA	037		
4751932	Chaneys Store	chaneys-store	US		0	America/New_York	36.84236	-79.11807	181			VA	083		
4751946	Chap	chap	US		0	America/New_York	37.25459	-78.8314	232			VA	011		
4751948	Chapel Acres	chapel-acres	US		0	America/New_York	38.7415	-77.24526	81			VA	059		
4751955	Chapel Estates	chapel-estates	US		0	America/New_York	39.09705	-78.01472	178	Chapel Estates,Old Chapel Estates		VA	043		
4751963	Chapel Hills	chapel-hills	US		0	America/New_York	38.06819	-78.4764	160			VA	003		
4751967	Chapel Forest	chapel-forest	US		0	America/New_York	37.23542	-79.95309	463			VA	770		
4751969	Chapel Village	chapel-village	US		0	America/New_York	37.03737	-76.38106	3			VA	650		
4751988	Charity	charity	US		0	America/New_York	36.81986	-80.21838	422			VA	141		
4752005	Charles Corner	charles-corner	US		0	America/New_York	37.25015	-76.61912	27			VA	199		
4752019	Charleston Heights	charleston-heights	US		0	America/New_York	37.27126	-76.67079	25			VA	199		
4752050	Charlton Village	charlton-village	US		0	America/New_York	36.79904	-76.43522	4			VA	550		
4752058	Chase Crossing	chase-crossing	US		377	America/New_York	37.76263	-75.66743	12	Blackstone Crossing,Chase Crossing		VA	001		
4752066	Chatham Heights	chatham-heights	US		0	America/New_York	38.30846	-77.45026	27	Chatham Heights,Colonial Heights,Colonial Hieghts		VA	179		
4752069	Chatham Hill	chatham-hill	US		0	America/New_York	37.30097	-79.98754	339			VA	770		
4752070	Chatham Hill	chatham-hill	US		0	America/New_York	36.95567	-81.52317	622			VA	173		
4752072	Chatham Hills	chatham-hills	US		0	America/New_York	36.62653	-79.39363	192			VA	590		
4752081	Chatmoss	chatmoss	US		1698	America/New_York	36.6568	-79.81226	200			VA	089		
4752083	Cheaden (historical)	cheaden-historical	US		0	America/New_York	37.56125	-76.48967	24			VA	119		
4752084	Cheapside	cheapside	US		0	America/New_York	37.20125	-75.9841	9			VA	131		
4752085	Cheatham Annex	cheatham-annex	US		0	America/New_York	37.28403	-76.59051	8			VA	199		
4752106	Chenaults Shop	chenaults-shop	US		0	America/New_York	37.98541	-77.2847	59			VA	033		
4752107	Cheney Creek	cheney-creek	US		0	America/New_York	37.7357	-77.89527	100			VA	075		
4752115	Cherokee Hills	cherokee-hills	US		0	America/New_York	37.27513	-80.15004	395			VA	161		
4752116	Cherokee Hills	cherokee-hills	US		0	America/New_York	37.54237	-77.52054	55			VA	760		
4752120	Cherry Acres	cherry-acres	US		0	America/New_York	37.04098	-76.34328	1			VA	650		
4752123	Chericoke	chericoke	US		0	America/New_York	37.63487	-77.11247	7			VA	101		
4752127	Cherry Gardens	cherry-gardens	US		0	America/New_York	37.48209	-77.45915	47			VA	760		
4752128	Cherry Grove	cherry-grove	US		0	America/New_York	36.57182	-76.91802	2			VA	800		
4752130	Cherry Grove	cherry-grove	US		0	America/New_York	38.58679	-78.87142	482	Cherry Grove,Cherrygrove		VA	165		
4752144	Cherry Hill Park	cherry-hill-park	US		0	America/New_York	37.27264	-80.00337	317			VA	770		
4752150	Cherry Grove Estates	cherry-grove-estates	US		0	America/New_York	36.89793	-76.54023	8			VA	800		
4752163	Cherrydale	cherrydale	US		0	America/New_York	37.62598	-77.3247	47			VA	085		
4752170	Cherrydale West	cherrydale-west	US		0	America/New_York	37.62764	-77.32692	57			VA	085		
4752171	Cherrystone	cherrystone	US		0	America/New_York	37.30625	-76.0016	2			VA	131		
4752177	Cherrydale	cherrydale	US		0	America/New_York	38.89706	-77.10831	87			VA	013		
4752208	Chesapeake Heights	chesapeake-heights	US		0	America/New_York	37.03542	-76.30355	1			VA	650		
4752217	Chesconessex	chesconessex	US		0	America/New_York	37.75207	-75.76632	1	Chesconessex,Chesconnessex		VA	001		
4752221	Chesdin Manor	chesdin-manor	US		0	America/New_York	37.22321	-77.54277	57			VA	053		
4752227	Chesopeian Colony	chesopeian-colony	US		0	America/New_York	36.84598	-76.06215	3			VA	810		
4752228	Chesswood	chesswood	US		0	America/New_York	37.38848	-77.47165	49			VA	041		
4752241	Chesterbrook	chesterbrook	US		0	America/New_York	38.9215	-77.15331	89			VA	059		
4752243	Chesterbrook Estates	chesterbrook-estates	US		0	America/New_York	38.92817	-77.13276	64			VA	059		
4752244	Chesterbrook Farms	chesterbrook-farms	US		0	America/New_York	37.36209	-77.45637	48			VA	041		
4752245	Chesterbrook Gardens	chesterbrook-gardens	US		0	America/New_York	38.91622	-77.17081	90			VA	059		
4752249	Chesterbrook Woods	chesterbrook-woods	US		0	America/New_York	38.92594	-77.13915	76			VA	059		
4752260	Chesterfield Court	chesterfield-court	US		0	America/New_York	37.47293	-77.4761	62			VA	760		
4752261	Chesterfield Court House	chesterfield-court-house	US		3808	America/New_York	37.37709	-77.50499	60			VA	041		
4752262	Chesterfield Estates	chesterfield-estates	US		0	America/New_York	38.51374	-78.01139	142			VA	047		
4752269	Chesterfield Village	chesterfield-village	US		0	America/New_York	37.50709	-77.53582	67			VA	041		
4752286	Chestnut Fork	chestnut-fork	US		0	America/New_York	37.20431	-79.49614	276			VA	019		
4752287	Chestnut Gardens	chestnut-gardens	US		0	America/New_York	37.2146	-77.50388	62			VA	053		
4752288	Chestnut Grove	chestnut-grove	US		0	America/New_York	38.18152	-78.48446	201			VA	003		
4752289	Chestnut Grove	chestnut-grove	US		0	America/New_York	37.42015	-78.60612	205			VA	029		
4752290	Chestnut Grove	chestnut-grove	US		0	America/New_York	37.82236	-76.43939	33			VA	103		
4752317	Chestnut Grove Estates	chestnut-grove-estates	US		0	America/New_York	39.32149	-78.22834	237			VA	069		
4752338	Chestnut Hills	chestnut-hills	US		0	America/New_York	37.23625	-79.9567	408			VA	770		
4752345	Chestnut Knob	chestnut-knob	US		0	America/New_York	36.62403	-79.9106	331			VA	089		
4752363	Chestnut Oaks	chestnut-oaks	US		0	America/New_York	37.54098	-77.79222	114			VA	145		
4752401	Chewnings Corner	chewnings-corner	US		0	America/New_York	38.05069	-77.66193	98			VA	177		
4752406	Chickahominy	chickahominy	US		0	America/New_York	37.6082	-77.41304	29	Chicahominy,Chickahominy,Hunslett,Huntslet		VA	087		
4752412	Chickahominy Haven	chickahominy-haven	US		0	America/New_York	37.37098	-76.89524	3			VA	095		
4752421	Chevalle	chevalle	US		0	America/New_York	38.71567	-77.49249	79			VA	153		
4752424	Chickahominy Shores	chickahominy-shores	US		0	America/New_York	37.39376	-76.94108	5			VA	127		
4752448	Chilesburg	chilesburg	US		0	America/New_York	37.99958	-77.59249	98			VA	033		
4752455	Chilly Hollow Estates	chilly-hollow-estates	US		0	America/New_York	39.10844	-77.92527	147			VA	043		
4752456	Chiltons	chiltons	US		0	America/New_York	38.12902	-76.80635	46	Chilton,Chilton's Cross Roads,Chiltons,Chiltons Crossroads,Chiltons X-Roads		VA	193		
4752463	Chimney Corner	chimney-corner	US		0	America/New_York	37.40848	-77.43415	22			VA	041		
4752465	Chimney Hill Estates	chimney-hill-estates	US		0	America/New_York	37.25347	-80.1456	391			VA	161		
4752486	Chimney Run	chimney-run	US		0	America/New_York	38.07929	-79.78338	692			VA	017		
4752489	Chimney Springs	chimney-springs	US		0	America/New_York	37.76459	-78.05361	111			VA	075		
4752492	China Hill	china-hill	US		0	America/New_York	38.09291	-76.88163	53			VA	159		
4752495	Chincoteague	chincoteague	US		2914	America/New_York	37.93318	-75.37881	1	Chincoteague,Chincoteague Island,Shinkotig,WAL,tshayntyghw,Шинкотиг,تشاينتيغو		VA	001		
4752508	Chinese Corner	chinese-corner	US		0	America/New_York	36.8457	-76.15577	6			VA	810		
4752526	Chippenham Village	chippenham-village	US		0	America/New_York	37.53376	-77.5361	75			VA	760		
4752527	Chippokes	chippokes	US		0	America/New_York	37.14126	-76.72524	20			VA	181		
4752536	Chinquapin Village	chinquapin-village	US		0	America/New_York	38.82039	-77.0822	55			VA	510		
4752538	Chisford	chisford	US		0	America/New_York	38.14291	-76.79996	44			VA	193		
4752548	Chopawamsic (historical)	chopawamsic-historical	US		0	America/New_York	38.53068	-77.42332	97			VA	179		
4752557	Chowning Place	chowning-place	US		0	America/New_York	37.2168	-80.44561	625			VA	121		
4752566	Christ Church	christ-church	US		0	America/New_York	37.6818	-76.423	9			VA	103		
4752620	Christensons Corner	christensons-corner	US		0	America/New_York	37.38792	-76.70857	33			VA	095		
4752621	Christian	christian	US		0	America/New_York	38.18235	-79.22753	535	Christian,Christians		VA	015		
4752662	Christie	christie	US		0	America/New_York	36.54903	-78.84334	155			VA	083		
4752673	Chub (historical)	chub-historical	US		0	America/New_York	36.86404	-77.17552	15			VA	183		
4752676	Chuckatuck	chuckatuck	US		0	America/New_York	36.86182	-76.58023	11	Chucatuck,Chuckatuck		VA	800		
4752679	Christopher Fork	christopher-fork	US		0	America/New_York	38.04069	-77.22276	70			VA	033		
4752682	Church (historical)	church-historical	US		0	America/New_York	36.88904	-77.20247	22			VA	183		
4752698	Church Creek Point	church-creek-point	US		0	America/New_York	37.46819	-75.93104	6			VA	131		
4752843	Churchill	churchill	US		0	America/New_York	38.90122	-77.16776	117			VA	059		
4752847	Churchland	churchland	US		0	America/New_York	36.86459	-76.39661	5	Churchland,Sycamore Hill		VA	740		
4752860	Churchland West	churchland-west	US		0	America/New_York	36.87015	-76.40995	6			VA	740		
4752863	Churchwood (historical)	churchwood-historical	US		0	America/New_York	37.20068	-80.60951	520			VA	155		
4752864	Cifax	cifax	US		0	America/New_York	37.41097	-79.40753	286			VA	019		
4752866	Churchill	churchill	US		0	America/New_York	38.51151	-77.96639	137			VA	047		
4752870	Cinquoteck (historical)	cinquoteck-historical	US		0	America/New_York	37.53348	-76.79829	4	Chin-quo-teck,Cinquoteck (historical)		VA	101		
4752873	Circle Terrace	circle-terrace	US		0	America/New_York	37.27208	-80.06171	330			VA	775		
4752876	Cismont	cismont	US		0	America/New_York	38.05764	-78.31362	146	Bowlesville,Browns Store,Cismont		VA	003		
4752882	City Farm	city-farm	US		0	America/New_York	37.3257	-79.18947	287			VA	031		
4752883	City Gomingo	city-gomingo	US		0	America/New_York	37.43014	-79.09058	240			VA	009		
4752890	City Point (historical)	city-point-historical	US		0	America/New_York	37.31682	-77.27748	14			VA	670		
4752896	City View Heights	city-view-heights	US		0	America/New_York	37.24097	-80.02476	355			VA	161		
4752902	Claiborn (historical)	claiborn-historical	US		0	America/New_York	37.00264	-79.94309	357			VA	067		
4752905	Cinnamon Creek	cinnamon-creek	US		0	America/New_York	38.944	-77.27887	91			VA	059		
4752906	Clairmont Manor	clairmont-manor	US		0	America/New_York	38.44068	-78.04139	148			VA	047		
4752907	Clam	clam	US		0	America/New_York	37.81374	-75.67021	2			VA	001		
4752908	Clancie	clancie	US		0	America/New_York	37.58042	-76.69301	41	Clancie,New Hope		VA	097		
4752915	Claraville	claraville	US		0	America/New_York	37.91735	-76.44551	31			VA	133		
4752917	Claremont Manor	claremont-manor	US		0	America/New_York	37.23654	-76.97747	25			VA	181		
4752927	Clark (historical)	clark-historical	US		0	America/New_York	37.01679	-80.87452	680			VA	155		
4752928	Clark (historical)	clark-historical	US		0	America/New_York	36.99788	-82.75127	634			VA	195		
4752972	Clarkes Summit	clarkes-summit	US		0	America/New_York	36.99595	-80.88897	704			VA	197		
4752976	Clarks Corner	clarks-corner	US		0	America/New_York	38.77067	-77.94944	202			VA	061		
4752979	Clarks Crossing	clarks-crossing	US		0	America/New_York	38.92122	-77.28554	84			VA	059		
4752980	Clarks Gap	clarks-gap	US		0	America/New_York	39.13955	-77.60971	192	Clarkes Gap,Clarks Gap		VA	107		
4753005	Clary	clary	US		0	America/New_York	39.02539	-78.36473	245			VA	171		
4753009	Classic Shore	classic-shore	US		0	America/New_York	38.2618	-76.97414	6	Classic Shore,Classic Shores		VA	193		
4753016	Clay Bank	clay-bank	US		0	America/New_York	37.35056	-76.60722	5	Clay Bank,Claybank		VA	073		
4753023	Clay Estates	clay-estates	US		0	America/New_York	37.20793	-77.55666	86			VA	053		
4753030	Claybank Landing	claybank-landing	US		0	America/New_York	37.26515	-76.85968	0			VA	095		
4753040	Claymont Manor	claymont-manor	US		0	America/New_York	38.07847	-78.9553	476			VA	015		
4753043	Claypool Hill	claypool-hill	US		1776	America/New_York	37.06261	-81.75178	710			VA	185		
4753046	Clays Corner	clays-corner	US		0	America/New_York	37.19626	-77.96278	99			VA	135		
4753047	Clays Mill	clays-mill	US		0	America/New_York	36.82653	-78.86806	162	Clays Mill,Clays Mills		VA	083		
4753072	Clear Creek (historical)	clear-creek-historical	US		0	America/New_York	36.93677	-82.59043	653			VA	195		
4753083	Clearview	clearview	US		0	America/New_York	37.54847	-75.90438	3			VA	131		
4753086	Clearview Heights	clearview-heights	US		0	America/New_York	37.24653	-80.00087	336			VA	161		
4753087	Clearview Knolls	clearview-knolls	US		0	America/New_York	38.11402	-78.51529	163			VA	003		
4753089	Clearview Manor	clearview-manor	US		0	America/New_York	38.94122	-77.1497	71			VA	059		
4753090	Clearview Meadows	clearview-meadows	US		0	America/New_York	38.11125	-78.51974	170			VA	003		
4753092	Clearwater Park	clearwater-park	US		0	America/New_York	37.83707	-79.98589	423			VA	005		
4753099	Clell	clell	US		0	America/New_York	37.13789	-81.96763	564			VA	027		
4753101	Clementown Mills	clementown-mills	US		0	America/New_York	37.44098	-78.09028	96			VA	007		
4753111	Clermont Heights	clermont-heights	US		0	America/New_York	37.24097	-79.94698	351			VA	770		
4753112	Clermont Woods	clermont-woods	US		0	America/New_York	38.79734	-77.11053	58			VA	059		
4753126	Clevilas (historical)	clevilas-historical	US		0	America/New_York	37.20903	-79.68309	319			VA	019		
4753131	Clifdale	clifdale	US		0	America/New_York	37.68068	-80.01478	536			VA	005		
4753134	Cleopus	cleopus	US		0	America/New_York	36.59293	-76.82996	14			VA	800		
4753135	Cliff Mills	cliff-mills	US		0	America/New_York	38.72095	-77.90833	108	Blackwells Mill,Bliss,Cliff Mills		VA	061		
4753138	Cliffield	cliffield	US		0	America/New_York	37.09789	-81.65678	704	Cliffield,Clifford		VA	185		
4753144	Cliffview	cliffview	US		0	America/New_York	36.68124	-80.9148	722			VA	035		
4753145	Cliffview	cliffview	US		0	America/New_York	37.27069	-80.03504	305			VA	775		
4753187	Cliftondale Park	cliftondale-park	US		0	America/New_York	37.82346	-79.79866	326			VA	005		
4753190	Clinch	clinch	US		0	America/New_York	36.81649	-82.49765	393			VA	169		
4753202	Clinchburg	clinchburg	US		0	America/New_York	36.83206	-81.81457	617			VA	191		
4753209	Clinchport	clinchport	US		67	America/New_York	36.67704	-82.7421	374	Clinch River,Clinchport		VA	169		
4753213	Cline	cline	US		0	America/New_York	36.93317	-81.16815	733			VA	197		
4753215	Clines Hacking	clines-hacking	US		0	America/New_York	38.56457	-79.02586	1054			VA	165		
4753223	Clito Mill	clito-mill	US		0	America/New_York	36.69346	-81.07398	732	Clito,Clito Mill		VA	077		
4753224	Cliveden	cliveden	US		0	America/New_York	37.1557	-76.52551	12			VA	700		
4753238	Closeburn Manor	closeburn-manor	US		0	America/New_York	37.30931	-79.26252	275			VA	031		
4753240	Clover Creek	clover-creek	US		0	America/New_York	38.27012	-79.54893	570	Clover Creek,Clovercreek,McClungs Mill,Mcclungs Mill		VA	091		
4753245	Clover Hill	clover-hill	US		0	America/New_York	38.1168	-78.48335	156			VA	003		
4753248	Clover Hill	clover-hill	US		0	America/New_York	38.69734	-77.54527	71			VA	153		
4753249	Clover Hill	clover-hill	US		0	America/New_York	38.45207	-79.03003	433			VA	165		
4753267	Clover Valley	clover-valley	US		0	America/New_York	37.2468	-80.41227	660			VA	121		
4753278	Cloverland	cloverland	US		0	America/New_York	37.59265	-77.4297	59			VA	087		
4753279	Cloverleaf Farm Estates	cloverleaf-farm-estates	US		0	America/New_York	38.80706	-77.39776	105			VA	059		
4753298	Coakley Town	coakley-town	US		0	America/New_York	38.45346	-78.96836	430	Coakley Town,Coakleytown		VA	165		
4753310	Coal Kiln Crossing	coal-kiln-crossing	US		0	America/New_York	37.57097	-75.79437	10			VA	001		
4753311	Coal Landing	coal-landing	US		0	America/New_York	38.44596	-77.38637	4	Coal Landing,Coats Landing		VA	179		
4753316	Coalboro (historical)	coalboro-historical	US		0	America/New_York	37.37098	-77.70111	89			VA	041		
4753317	Coaldan	coaldan	US		0	America/New_York	37.1615	-81.78984	703			VA	185		
4753325	Coan	coan	US		0	America/New_York	37.95846	-76.48023	3	Chicacong,Chicacony,Coan,Coan Wharf		VA	133		
4753344	Cobbdale	cobbdale	US		0	America/New_York	38.86511	-77.31471	126			VA	600		
4753348	Cobbs Corner	cobbs-corner	US		0	America/New_York	38.82706	-77.38443	129			VA	059		
4753358	Cobham	cobham	US		0	America/New_York	38.06292	-78.26806	134	Cobham,Cobham Station,Mechunk Creek		VA	003		
4753361	Cobham Park	cobham-park	US		0	America/New_York	38.05847	-78.26167	154			VA	003		
4753362	Cobham Park	cobham-park	US		0	America/New_York	37.94069	-76.74635	44			VA	159		
4753368	Cobleshaw	cobleshaw	US		0	America/New_York	37.24292	-79.98976	350			VA	770		
4753405	Coddyshore (historical)	coddyshore-historical	US		0	America/New_York	37.02987	-77.29803	39			VA	183		
4753414	Coffee	coffee	US		0	America/New_York	37.43097	-79.30864	317			VA	019		
4753420	Coffmantown	coffmantown	US		0	America/New_York	38.89178	-78.58751	318			VA	171		
4753424	Cohoke	cohoke	US		0	America/New_York	37.57931	-76.94608	11			VA	101		
4753426	Coffey Corner	coffey-corner	US		0	America/New_York	37.95069	-77.54304	79			VA	033		
4753438	Colchester Acres	colchester-acres	US		0	America/New_York	38.81345	-77.37276	107			VA	059		
4753444	Cold Harbor Farms	cold-harbor-farms	US		0	America/New_York	37.59153	-77.31442	52			VA	085		
4753508	Coleman Place	coleman-place	US		0	America/New_York	36.8707	-76.24438	4			VA	710		
4753516	Coleman Store	coleman-store	US		0	America/New_York	36.88623	-80.99147	684			VA	197		
4753523	Colemans Mill	colemans-mill	US		0	America/New_York	38.11624	-77.52415	59			VA	177		
4753524	Colemans Mill Crossing	colemans-mill-crossing	US		0	America/New_York	37.95903	-77.42943	50	Colemans MIll,Colemans Mill Crossing		VA	033		
4753536	Coles Hill	coles-hill	US		0	America/New_York	36.87569	-79.30058	204	Coles Hill,Coles' Hill		VA	143		
4753560	Colina (historical)	colina-historical	US		0	America/New_York	37.07126	-77.50248	51			VA	053		
4753564	Collander-Bishop Meadows	collander-bishop-meadows	US		0	America/New_York	36.71959	-76.60051	18			VA	800		
4753569	Colleen	colleen	US		0	America/New_York	37.70931	-78.93113	224			VA	125		
4753594	College Hill	college-hill	US		0	America/New_York	37.40931	-79.15252	235			VA	680		
4753599	Colley	colley	US		0	America/New_York	37.154	-82.24542	395			VA	051		
4753603	Collier	collier	US		0	America/New_York	36.8179	-81.20926	714			VA	197		
4753609	Collier Mill	collier-mill	US		0	America/New_York	36.71481	-83.03017	405			VA	105		
4753615	Collierstown	collierstown	US		0	America/New_York	37.78569	-79.58921	379			VA	163		
4753617	Collingwood	collingwood	US		0	America/New_York	38.73178	-77.04498	22			VA	059		
4753625	Collins Estates	collins-estates	US		0	America/New_York	37.46902	-75.86771	11			VA	131		
4753627	Collins Crossing	collins-crossing	US		0	America/New_York	38.10097	-77.39887	36			VA	033		
4753642	Collosse	collosse	US		0	America/New_York	36.76126	-76.82163	18	Collosse,Coloose,Colosse		VA	093		
4753653	Colonial Acres	colonial-acres	US		0	America/New_York	38.70123	-77.55582	78			VA	153		
4753664	Colonial Estates Trailer Park	colonial-estates-trailer-park	US		0	America/New_York	37.68737	-77.46526	51			VA	085		
4753665	Colonial Forest	colonial-forest	US		0	America/New_York	37.68292	-77.3547	56			VA	085		
4753689	Colonial Park	colonial-park	US		0	America/New_York	37.25681	-76.66579	27			VA	095		
4753690	Colonial Park	colonial-park	US		0	America/New_York	38.91594	-78.17722	210			VA	187		
4753691	Colonial Place	colonial-place	US		0	America/New_York	36.88487	-76.29105	3			VA	710		
4753693	Colonial Point	colonial-point	US		0	America/New_York	36.78876	-76.41161	3			VA	550		
4753696	Colonial Trail	colonial-trail	US		0	America/New_York	37.31319	-79.88754	328			VA	161		
4753697	Colonial Village	colonial-village	US		0	America/New_York	38.89317	-77.08609	70			VA	013		
4753700	Colony Acres	colony-acres	US		0	America/New_York	36.77959	-76.04827	4			VA	810		
4753701	Colony Club	colony-club	US		0	America/New_York	36.5632	-77.85249	75			VA	025		
4753702	Colony Manor	colony-manor	US		0	America/New_York	36.77043	-76.3855	4			VA	550		
4753704	Colony Woods	colony-woods	US		0	America/New_York	38.63984	-77.35526	84			VA	153		
4753708	Colthurst	colthurst	US		0	America/New_York	38.06653	-78.52474	183	Colthurst,Colthurst Farms,Sunnyside		VA	003		
4753709	Coltons Mill	coltons-mill	US		0	America/New_York	37.46208	-79.46309	292			VA	019		
4753716	Columbia Forest	columbia-forest	US		0	America/New_York	38.854	-77.11026	38			VA	013		
4753717	Columbia Furnace	columbia-furnace	US		0	America/New_York	38.87622	-78.62557	283			VA	171		
4753719	Columbia Heights	columbia-heights	US		0	America/New_York	38.85761	-77.12109	76			VA	013		
4753721	Columbia Park	columbia-park	US		0	America/New_York	37.33015	-77.43721	52			VA	041		
4753723	Columbia Pines	columbia-pines	US		0	America/New_York	38.84067	-77.1872	95			VA	059		
4753734	Combat Village	combat-village	US		0	America/New_York	38.59956	-77.45332	103			VA	153		
4753750	Colvin Farms	colvin-farms	US		0	America/New_York	38.69512	-77.53999	71			VA	153		
4753754	Comers Rock	comers-rock	US		0	America/New_York	36.74429	-81.23621	845	Comer's Rock,Comers Rock		VA	077		
4753759	Comertown	comertown	US		0	America/New_York	38.49846	-78.58751	369			VA	139		
4753760	Comet	comet	US		0	America/New_York	36.98487	-76.74385	23			VA	093		
4753767	Commodore Park	commodore-park	US		0	America/New_York	36.93681	-76.26744	4			VA	710		
4753768	Commonwealth	commonwealth	US		0	America/New_York	38.07486	-78.48723	162			VA	003		
4753773	Commonwealth Park	commonwealth-park	US		0	America/New_York	38.40152	-78.00666	104			VA	047		
4753797	Comorn	comorn	US		0	America/New_York	38.28041	-77.22109	62			VA	099		
4753800	Compher	compher	US		0	America/New_York	39.07372	-77.52832	77	Compher,Traprock		VA	107		
4753814	Comptons Bridge (historical)	comptons-bridge-historical	US		0	America/New_York	37.5968	-79.77588	280			VA	023		
4753815	Comptons Corner	comptons-corner	US		0	America/New_York	38.80984	-77.44888	67	Comptons Corner,Johnsons Corner		VA	059		
4753816	Conaway	conaway	US		0	America/New_York	37.35233	-82.21181	262	Conaway,Conoway		VA	027		
4753823	Concord (historical)	concord-historical	US		0	America/New_York	37.36237	-76.61162	5			VA	073		
4753842	Concord Heights	concord-heights	US		0	America/New_York	38.27013	-77.4886	72			VA	177		
4753871	Confederate Ridge	confederate-ridge	US		0	America/New_York	38.2793	-77.48665	70			VA	630		
4753876	Confederate Woods	confederate-woods	US		0	America/New_York	37.09376	-77.58416	89			VA	053		
4753879	Conehurst	conehurst	US		0	America/New_York	37.29569	-80.02254	344			VA	775		
4753883	Conicville	conicville	US		0	America/New_York	38.82956	-78.69002	382	Cabin Hill,Conicville		VA	171		
4753895	Conners	conners	US		0	America/New_York	36.97345	-80.90424	701			VA	197		
4753898	Conners Grove	conners-grove	US		0	America/New_York	36.79652	-80.41812	884			VA	063		
4753904	Connistone	connistone	US		0	America/New_York	37.30153	-79.94476	318			VA	770		
4753914	Constances Warehouse (historical)	constances-warehouse-historical	US		0	America/New_York	36.83987	-76.53162	7	Constance's Warehouse,Constances Warehouse (historical)		VA	800		
4753916	Contra	contra	US		0	America/New_York	37.7607	-76.84357	39			VA	097		
4753928	Coocheyville	coocheyville	US		0	America/New_York	37.64763	-75.85215	1			VA	001		
4753951	Cooks Corner	cooks-corner	US		0	America/New_York	37.60153	-76.56606	28			VA	119		
4753960	Cooktown	cooktown	US		0	America/New_York	38.98678	-77.38332	96			VA	059		
4753976	Cool Spring	cool-spring	US		0	America/New_York	36.83404	-77.82583	103			VA	025		
4753989	Coolwell	coolwell	US		0	America/New_York	37.52764	-79.09058	260			VA	009		
4754001	Coonsville (historical)	coonsville-historical	US		0	America/New_York	37.30708	-79.68809	257			VA	019		
4754026	Coopers Cove	coopers-cove	US		0	America/New_York	37.21097	-79.85809	305			VA	067		
4754041	Copenhavers	copenhavers	US		0	America/New_York	36.89262	-81.19787	736			VA	197		
4754110	Corinth Fork	corinth-fork	US		0	America/New_York	37.76625	-77.24526	55			VA	101		
4754119	Corn Valley	corn-valley	US		0	America/New_York	36.89983	-81.93485	710	Corn Valley,Loop		VA	167		
4754122	Corner	corner	US		0	America/New_York	36.95317	-82.03707	607			VA	167		
4754142	Cornwell	cornwell	US		0	America/New_York	38.68901	-77.44138	97	Big Oak,Cornwell		VA	153		
4754164	Cotman (historical)	cotman-historical	US		0	America/New_York	37.42598	-77.30137	10			VA	087		
4754167	Cottage Green	cottage-green	US		0	America/New_York	38.2643	-77.48693	73			VA	177		
4754170	Cottage Park	cottage-park	US		0	America/New_York	36.93758	-76.22671	4			VA	710		
4754176	Cotton Town	cotton-town	US		0	America/New_York	37.39682	-78.30194	142	Adriance,Cotton Town,Cottontown		VA	049		
4754186	Coulwood	coulwood	US		0	America/New_York	36.99344	-82.0543	481	Coulwood,Finney,Finney Siding,Finney Station		VA	167		
4754194	Country Club Estates	country-club-estates	US		0	America/New_York	39.17455	-78.14111	211			VA	069		
4754195	Country Club Estates	country-club-estates	US		0	America/New_York	37.21263	-80.36227	454			VA	121		
4754196	Country Club Estates	country-club-estates	US		0	America/New_York	37.25902	-80.05893	390			VA	775		
4754197	Country Club Grove	country-club-grove	US		0	America/New_York	38.91956	-77.12942	79			VA	013		
4754198	Country Club Heights	country-club-heights	US		0	America/New_York	39.31427	-78.32417	280			VA	069		
4754201	Country Club Manor	country-club-manor	US		0	America/New_York	38.91372	-77.13776	107			VA	013		
4754202	Country Club Park	country-club-park	US		0	America/New_York	37.22096	-80.40255	666			VA	121		
4754203	Country Club View	country-club-view	US		0	America/New_York	38.82011	-77.31582	128			VA	059		
4754204	Country Club View	country-club-view	US		0	America/New_York	38.9565	-78.17944	179			VA	187		
4754206	Country Club West	country-club-west	US		0	America/New_York	36.56903	-79.44002	181			VA	590		
4754211	Country Green	country-green	US		0	America/New_York	38.00903	-78.52251	135			VA	003		
4754212	Country Hills	country-hills	US		0	America/New_York	37.21541	-80.09615	550			VA	161		
4754215	Country Place	country-place	US		0	America/New_York	38.76678	-77.49416	65			VA	153		
4754216	Country Roads	country-roads	US		0	America/New_York	38.72484	-77.48332	83			VA	153		
4754217	Country Scene	country-scene	US		0	America/New_York	38.79289	-77.51916	72			VA	153		
4754218	Country View	country-view	US		0	America/New_York	38.05153	-78.62752	204			VA	003		
4754219	Countryside	countryside	US		10072	America/New_York	39.04094	-77.4136	91			VA	107		
4754221	Countryside Estates	countryside-estates	US		0	America/New_York	38.63234	-77.92	128			VA	047		
4754222	Countryside Estates	countryside-estates	US		0	America/New_York	37.31597	-79.9856	342			VA	770		
4754223	Countryside Estates	countryside-estates	US		0	America/New_York	37.25652	-80.41227	688			VA	121		
4754226	Countryside West	countryside-west	US		0	America/New_York	37.7857	-77.93111	101			VA	075		
4754228	Counts	counts	US		0	America/New_York	36.92844	-82.22625	534			VA	167		
4754239	Country Park	country-park	US		0	America/New_York	39.17094	-78.12444	204			VA	069		
4754261	County Line Cross Roads	county-line-cross-roads	US		0	America/New_York	37.14098	-78.52861	187			VA	037		
4754269	Court House Hill	court-house-hill	US		0	America/New_York	37.4157	-79.14502	206			VA	680		
4754281	Courthouse Green	courthouse-green	US		0	America/New_York	37.38043	-77.49554	59			VA	041		
4754290	Courthouse Landing	courthouse-landing	US		0	America/New_York	37.65792	-76.87969	3			VA	097		
4754294	Courtland Park	courtland-park	US		0	America/New_York	38.849	-77.13942	79			VA	059		
4754307	Cove Colony	cove-colony	US		0	America/New_York	37.68903	-76.49328	6			VA	103		
4754317	Cove Creek	cove-creek	US		0	America/New_York	37.17817	-81.29343	716	Cove Creek,Covecreek		VA	185		
4754347	Covehaven Court	covehaven-court	US		0	America/New_York	37.30986	-79.99726	341			VA	770		
4754352	Coverly	coverly	US		0	America/New_York	37.40682	-77.88333	86			VA	007		
4754353	Coverstone	coverstone	US		0	America/New_York	38.79373	-77.52332	75			VA	153		
4754357	Covingston Corner	covingston-corner	US		0	America/New_York	37.85986	-77.37831	66			VA	033		
4754371	Covingtons Corner	covingtons-corner	US		0	America/New_York	38.60012	-77.80027	123	Covingtons Corner,Covingtontown,Slap Down Hall		VA	061		
4754397	Cowan Mill	cowan-mill	US		0	America/New_York	36.6287	-83.46685	421			VA	105		
4754400	Cowardin (historical)	cowardin-historical	US		0	America/New_York	38.0454	-79.86505	512			VA	017		
4754405	Cowart	cowart	US		0	America/New_York	37.99541	-76.4719	3	Cowart,Cowarts,Cowarts Wharf		VA	133		
4754413	Cowie Corner	cowie-corner	US		0	America/New_York	36.77432	-77.57165	64			VA	081		
4754439	Cox Corner	cox-corner	US		0	America/New_York	36.82542	-78.33028	149			VA	117		
4754440	Cox Corner	cox-corner	US		0	America/New_York	38.29874	-77.35943	66			VA	179		
4754449	Cox Mill	cox-mill	US		0	America/New_York	36.63124	-80.89952	730			VA	077		
4754450	Cox Mill	cox-mill	US		0	America/New_York	36.69204	-82.57932	463			VA	169		
4754452	Cox Estates	cox-estates	US		0	America/New_York	37.26375	-80.00171	301			VA	770		
4754455	Cox Place	cox-place	US		0	America/New_York	36.83954	-82.66488	1056	Cox Place,Oyster Creek		VA	169		
4754462	Coyner Mountain Overlook	coyner-mountain-overlook	US		0	America/New_York	37.34097	-79.84754	349			VA	023		
4754463	Coyner Springs	coyner-springs	US		0	America/New_York	37.33458	-79.85893	305	Coyner Springs,Coyners,Coyners Springs		VA	023		
4754465	Crab	crab	US		0	America/New_York	37.26514	-76.49106	1			VA	073		
4754484	Crabbe Mill	crabbe-mill	US		0	America/New_York	37.88763	-76.45023	2			VA	133		
4754501	Cracker Neck	cracker-neck	US		0	America/New_York	36.84676	-82.70905	512	Cracker Neck,Crackers Neck		VA	195		
4754509	Crackers Neck	crackers-neck	US		0	America/New_York	36.78066	-82.43071	626			VA	169		
4754519	Cradock	cradock	US		0	America/New_York	36.79598	-76.3205	2	Craddock,Cradock		VA	740		
4754528	Craft Mill	craft-mill	US		0	America/New_York	36.70871	-82.65155	378			VA	169		
4754529	Crafton	crafton	US		0	America/New_York	37.91959	-78.29501	83	Crafton,Crofton		VA	065		
4754534	Crafts Point	crafts-point	US		0	America/New_York	37.05792	-79.73448	263			VA	067		
4754553	Craig Mountain	craig-mountain	US		0	America/New_York	37.13013	-80.38616	671			VA	121		
4754558	Craig Springs	craig-springs	US		0	America/New_York	37.48485	-80.292	587	Craig Healing Spring,Craig Healing Springs,Craig Springs		VA	045		
4754564	Craigs Creek (historical)	craigs-creek-historical	US		0	America/New_York	37.55068	-80.01533	362			VA	045		
4754565	Craigs Mill	craigs-mill	US		0	America/New_York	36.74844	-82.1618	430	Craig's Mill,Craigs Mill,Craigs Mills		VA	191		
4754587	Cranes Corner	cranes-corner	US		0	America/New_York	38.36207	-77.45748	69			VA	179		
4754589	Cranes Nest	cranes-nest	US		0	America/New_York	36.97399	-82.47237	616	Crane's Nest,Cranenest,Cranes Nest,Cranesnest		VA	195		
4754593	Craney Island Estates	craney-island-estates	US		0	America/New_York	37.6482	-77.41054	50	Craney Island Estates,Mechanicsville		VA	085		
4754598	Cranks (historical)	cranks-historical	US		0	America/New_York	37.96625	-78.13556	125			VA	109		
4754642	Creeds	creeds	US		0	America/New_York	36.60487	-76.02632	2			VA	810		
4754645	Creek Junction	creek-junction	US		0	America/New_York	36.64734	-81.67817	816			VA	191		
4754655	Crescent Heights	crescent-heights	US		0	America/New_York	37.20792	-79.99337	371			VA	161		
4754656	Crescent Hills	crescent-hills	US		0	America/New_York	38.90483	-77.14581	98			VA	013		
4754657	Crescent Park	crescent-park	US		0	America/New_York	37.40154	-77.43721	37			VA	041		
4754666	Cresthill	cresthill	US		0	America/New_York	38.76762	-78.00833	184	Crest Hill,Cresthill		VA	061		
4754668	Crestmoor	crestmoor	US		0	America/New_York	37.25764	-80.02587	316			VA	770		
4754669	Crestmoor Court	crestmoor-court	US		0	America/New_York	37.25986	-80.02615	313			VA	770		
4754679	Crestwood Farms	crestwood-farms	US		0	America/New_York	37.5232	-77.54276	52			VA	041		
4754680	Crestwood Gardens	crestwood-gardens	US		0	America/New_York	37.21124	-80.39116	676			VA	121		
4754683	Crestwood Manor	crestwood-manor	US		0	America/New_York	38.82539	-77.1897	103			VA	059		
4754684	Crestwood Village	crestwood-village	US		0	America/New_York	38.77984	-77.51471	92			VA	153		
4754696	Cremona (historical)	cremona-historical	US		0	America/New_York	37.71903	-78.15972	105			VA	049		
4754701	Cricket Hill	cricket-hill	US		0	America/New_York	37.48319	-76.30966	3	Cricket Hill,Crickethill,Crickett Hill		VA	115		
4754709	Criggers	criggers	US		0	America/New_York	37.05484	-81.54289	807	Creagers Mill,Criggers		VA	185		
4754710	Criglersville	criglersville	US		0	America/New_York	38.4579	-78.30111	166			VA	113		
4754736	Croaker	croaker	US		0	America/New_York	37.39681	-76.75329	30			VA	095		
4754749	Crockett Spring (historical)	crockett-spring-historical	US		0	America/New_York	37.0943	-80.25282	456			VA	121		
4754750	Crockett Town	crockett-town	US		0	America/New_York	37.68041	-75.81188	1			VA	001		
4754780	Crooked Oak	crooked-oak	US		0	America/New_York	36.72013	-80.60785	802			VA	035		
4754799	Cropp	cropp	US		0	America/New_York	38.47401	-77.60999	122			VA	179		
4754812	Cross Keys	cross-keys	US		0	America/New_York	38.35929	-78.84197	386	Cross Keys,Crosskeys		VA	165		
4754813	Cross Keys	cross-keys	US		0	America/New_York	36.62043	-77.18747	31			VA	175		
4754821	Cross Roads	cross-roads	US		0	America/New_York	36.90486	-80.0831	405			VA	067		
4754826	Crosses Corner	crosses-corner	US		0	America/New_York	37.72681	-77.36609	57			VA	085		
4754848	Crossroads Store	crossroads-store	US		0	America/New_York	37.82458	-79.32865	413			VA	163		
4754850	Crosswoods West	crosswoods-west	US		0	America/New_York	37.70848	-77.86805	86			VA	075		
4754853	Crouch	crouch	US		0	America/New_York	37.76236	-76.89719	53			VA	097		
4754870	Crowells Corner	crowells-corner	US		0	America/New_York	38.95233	-77.31082	97	Crowells Corner,Pinecrest		VA	059		
4754871	Crowgeys	crowgeys	US		0	America/New_York	36.96206	-81.10426	755			VA	197		
4754872	Crown Estates	crown-estates	US		0	America/New_York	39.15816	-77.98666	186			VA	043		
4754874	Crows	crows	US		0	America/New_York	37.71957	-80.20256	499	Crow's,Crows		VA	005		
4754878	Crowdertown	crowdertown	US		0	America/New_York	38.00929	-79.85089	599			VA	017		
4754896	Crumps Mill	crumps-mill	US		0	America/New_York	37.54015	-77.08858	25			VA	127		
4754907	Cruzes Store	cruzes-store	US		0	America/New_York	36.6768	-80.27783	422			VA	141		
4754923	Crystal Spring Knolls	crystal-spring-knolls	US		0	America/New_York	38.90344	-77.10498	73			VA	013		
4754957	Cuckoo	cuckoo	US		0	America/New_York	37.95209	-77.9	129			VA	109		
4754963	Culmore	culmore	US		0	America/New_York	38.85595	-77.13998	87			VA	059		
4754970	Culls	culls	US		0	America/New_York	37.27819	-75.95632	10			VA	131		
4754994	Cumberland Forest	cumberland-forest	US		0	America/New_York	37.14013	-80.32171	674			VA	121		
4754996	Cumberland Landing	cumberland-landing	US		0	America/New_York	37.53209	-76.96886	30			VA	127		
4755005	Cummings Heights	cummings-heights	US		0	America/New_York	36.72178	-82.01541	634			VA	191		
4755008	Cumnberland (historical)	cumnberland-historical	US		0	America/New_York	37.54376	-76.97774	5			VA	127		
4755009	Cumnor	cumnor	US		0	America/New_York	37.72514	-76.8833	48			VA	097		
4755052	Currituck Farms	currituck-farms	US		0	America/New_York	37.50931	-77.23248	48			VA	087		
4755054	Currioman Landing	currioman-landing	US		0	America/New_York	38.1543	-76.76135	1	Conawoman Landing,Currioman,Currioman Farm,Currioman Landing,Currioman Wharf		VA	193		
4755069	Cusco Willa	cusco-willa	US		0	America/New_York	36.5932	-78.34333	111	Cusco Willa,Cuscowilla		VA	117		
4755090	Cutalong	cutalong	US		0	America/New_York	38.12125	-78.0525	128			VA	109		
4755097	Cuzco (historical)	cuzco-historical	US		0	America/New_York	38.03819	-77.88694	132			VA	109		
4755111	Cypress Manor	cypress-manor	US		0	America/New_York	36.70098	-76.97607	15			VA	175		
4755112	Cypress Manor	cypress-manor	US		0	America/New_York	36.71959	-76.56078	7			VA	800		
4755128	Dabney Estates	dabney-estates	US		0	America/New_York	37.14543	-77.55527	75			VA	053		
4755132	Dabneys	dabneys	US		0	America/New_York	37.76348	-77.80166	90	Dabney,Dabneys,Millsite,Paynes,Todds		VA	109		
4755138	Daggers Springs	daggers-springs	US		0	America/New_York	37.68569	-79.76171	353	Dagger's Sulphur Spring,Daggers,Daggers Springs		VA	023		
4755140	Daffan	daffan	US		0	America/New_York	38.35679	-77.40804	7			VA	179		
4755144	Dahlgren Junction (historical)	dahlgren-junction-historical	US		0	America/New_York	38.31429	-77.44776	25	Dahlgren Junction (historical),Dahlgren Station,Falmouth Station		VA	179		
4755146	Dahlgrens Corner	dahlgrens-corner	US		0	America/New_York	37.70903	-76.92469	13			VA	097		
4755147	Dahlia	dahlia	US		0	America/New_York	36.56987	-77.53887	27			VA	081		
4755155	Dalbys	dalbys	US		0	America/New_York	37.23014	-75.97021	10	Dalby,Dalbys		VA	131		
4755156	Dalbytown	dalbytown	US		0	America/New_York	37.12626	-76.46023	9			VA	199		
4755158	Dale City	dale-city	US		65969	America/New_York	38.63706	-77.31109	70	Dale City,Dejl Siti,Дейл Сити,Дејл Сити		VA	153		
4755164	Dale Court	dale-court	US		0	America/New_York	37.3093	-80.03004	324			VA	775		
4755165	Dale Enterprise	dale-enterprise	US		0	America/New_York	38.45457	-78.93947	428			VA	165		
4755167	Dale Homes	dale-homes	US		0	America/New_York	36.82293	-76.32661	4			VA	740		
4755176	Dalton Addition	dalton-addition	US		0	America/New_York	37.09178	-81.79095	605			VA	185		
4755178	Dalecrest	dalecrest	US		0	America/New_York	38.81456	-77.10359	40			VA	510		
4755189	Daltons	daltons	US		0	America/New_York	38.13541	-77.41943	39			VA	033		
4755195	Dam Neck Corner	dam-neck-corner	US		0	America/New_York	36.78626	-75.9991	4			VA	810		
4755211	Dan	dan	US		0	America/New_York	38.15708	-77.88166	108			VA	177		
4755215	Damtown	damtown	US		0	America/New_York	38.20846	-78.9253	345			VA	015		
4755230	Dan River (historical)	dan-river-historical	US		0	America/New_York	36.54236	-79.49197	145			VA	143		
4755235	Dandy	dandy	US		0	America/New_York	37.21209	-76.42967	1			VA	199		
4755248	Daniel Corner	daniel-corner	US		0	America/New_York	38.07763	-77.18775	61			VA	033		
4755255	Daniels Hill	daniels-hill	US		0	America/New_York	37.42348	-79.14697	208			VA	680		
4755258	Daniels Mill	daniels-mill	US		0	America/New_York	38.64873	-77.60138	70	Daniels Dam and Mill,Daniels Mill		VA	061		
4755266	Danieltown	danieltown	US		0	America/New_York	36.90459	-77.95972	129	Daniels,Danieltown		VA	025		
4755270	Danripple	danripple	US		0	America/New_York	36.62986	-79.0239	153			VA	083		
4755271	Dansbury Acres	dansbury-acres	US		0	America/New_York	37.31041	-79.99059	336			VA	770		
4755275	Danton	danton	US		0	America/New_York	38.18319	-77.91527	109			VA	137		
4755284	Danville Estates	danville-estates	US		0	America/New_York	36.62125	-79.40002	187			VA	590		
4755300	Daphna	daphna	US		0	America/New_York	38.57984	-78.80502	343	Cowans,Daphna,Daphna Station		VA	165		
4755301	Darbytown Estates	darbytown-estates	US		0	America/New_York	37.4607	-77.30942	44			VA	087		
4755302	Darbyville	darbyville	US		0	America/New_York	36.83037	-83.05239	512			VA	105		
4755306	Darbydale	darbydale	US		0	America/New_York	38.63373	-77.32832	82			VA	153		
4755312	Dare	dare	US		0	America/New_York	37.16903	-76.43828	3			VA	199		
4755337	Darnell Town	darnell-town	US		0	America/New_York	36.86454	-82.89988	647			VA	105		
4755341	Darvills	darvills	US		0	America/New_York	37.06321	-77.83389	115	Crimea,Darville,Darvilles,Darvills		VA	053		
4755344	Daugherty	daugherty	US		0	America/New_York	37.68958	-75.66604	7	Bull Run,Daugherty,Daughtery,Doughtery		VA	001		
4755370	Davids Crossroads	davids-crossroads	US		0	America/New_York	38.56123	-77.53499	129	Arringtons Crossroads,David,Davids Crossroads		VA	153		
4755413	Davis Corner	davis-corner	US		0	America/New_York	38.04875	-77.5636	91			VA	033		
4755414	Davis Corner	davis-corner	US		0	America/New_York	38.49262	-77.56082	109			VA	179		
4755415	Davis Corner	davis-corner	US		0	America/New_York	36.85431	-76.1766	6			VA	810		
4755438	Davis Mill	davis-mill	US		0	America/New_York	37.20431	-79.58253	233	Davis Mill,Davis Mills		VA	019		
4755460	Davis Shop	davis-shop	US		0	America/New_York	38.21763	-78.54974	192			VA	003		
4755461	Davis Store	davis-store	US		0	America/New_York	36.69569	-79.70809	311			VA	089		
4755466	Daw	daw	US		0	America/New_York	37.05261	-81.85706	575	Daw,Sugar Daw		VA	167		
4755470	Dawnington Sabot	dawnington-sabot	US		0	America/New_York	37.70542	-77.71471	107			VA	075		
4755471	Dawnwood Forest	dawnwood-forest	US		0	America/New_York	37.30125	-80.00587	318			VA	770		
4755476	Dawley Corners	dawley-corners	US		0	America/New_York	36.6871	-76.00021	2	Dawley Corner,Dawley Corners		VA	810		
4755478	Dawsons Shop (historical)	dawsons-shop-historical	US		0	America/New_York	38.31096	-78.42362	184			VA	079		
4755482	Day - Mar Village	day-mar-village	US		0	America/New_York	39.14288	-78.22056	243			VA	069		
4755486	Dayle Acres	dayle-acres	US		0	America/New_York	36.81904	-76.46411	6			VA	800		
4755490	Daysville (historical)	daysville-historical	US		0	America/New_York	39.02983	-77.40804	93			VA	107		
4755498	De Haveland Estates	de-haveland-estates	US		0	America/New_York	39.25566	-78.12667	241			VA	069		
4755499	De Haven	de-haven	US		0	America/New_York	39.34982	-78.18584	166	De Haven,Dehaven,Duck Race		VA	069		
4755502	DeHart Subdivision	dehart-subdivision	US		0	America/New_York	37.13708	-80.34755	669			VA	121		
4755504	DeJarnette	dejarnette	US		0	America/New_York	37.9993	-77.32081	61			VA	033		
4755510	Deacon (historical)	deacon-historical	US		0	America/New_York	37.40653	-79.06113	151			VA	031		
4755536	Deanes	deanes	US		0	America/New_York	36.83959	-76.46245	6	Deanes,Deans		VA	800		
4755540	Deans Store	deans-store	US		0	America/New_York	36.71566	-82.37042	535			VA	169		
4755542	Dearington	dearington	US		0	America/New_York	37.41181	-79.16252	227			VA	680		
4755545	Dearmont Chase	dearmont-chase	US		0	America/New_York	39.08066	-78.10611	196			VA	043		
4755547	Deatonville	deatonville	US		0	America/New_York	37.32821	-78.16833	139	Deatonsville,Deatonville		VA	007		
4755549	Deanwood	deanwood	US		0	America/New_York	39.02955	-77.30498	107			VA	059		
4755550	Decapolis	decapolis	US		0	America/New_York	38.44235	-78.23806	159			VA	113		
4755552	Decatur (historical)	decatur-historical	US		0	America/New_York	38.45457	-77.34637	32			VA	179		
4755554	Decca (historical)	decca-historical	US		0	America/New_York	38.10291	-78.60085	177			VA	003		
4755556	Debusk (historical)	debusk-historical	US		0	America/New_York	37.06122	-82.28098	521			VA	051		
4755563	Deel	deel	US		0	America/New_York	37.23622	-82.08819	425	Deal,Deel		VA	027		
4755570	Deep Bottom	deep-bottom	US		0	America/New_York	37.40681	-77.30942	2			VA	087		
4755578	Deep Creek	deep-creek	US		115	America/New_York	37.76735	-75.75271	1			VA	001		
4755580	Deep Creek	deep-creek	US		0	America/New_York	36.74237	-76.34244	3			VA	550		
4755588	Deep Creek	deep-creek	US		0	America/New_York	37.08265	-76.51467	8			VA	700		
4755598	Deep Dell	deep-dell	US		0	America/New_York	37.29263	-80.09365	340			VA	775		
4755601	Deep Hole	deep-hole	US		0	America/New_York	37.93735	-75.35325	1			VA	001		
4755631	Deep Springs	deep-springs	US		0	America/New_York	36.78343	-82.86683	468			VA	105		
4755632	Deep Woods	deep-woods	US		0	America/New_York	37.84875	-77.96305	104			VA	075		
4755639	Deer Haven	deer-haven	US		0	America/New_York	38.89178	-78.21278	255			VA	187		
4755648	Deer Run	deer-run	US		0	America/New_York	38.14569	-78.4689	179			VA	003		
4755657	Deerfield Estates	deerfield-estates	US		0	America/New_York	37.38348	-77.52054	61			VA	041		
4755658	Deerfield Estates	deerfield-estates	US		0	America/New_York	38.64401	-77.94333	123			VA	047		
4755659	Deerfield Estates	deerfield-estates	US		0	America/New_York	38.48707	-77.73027	118			VA	061		
4755660	Deerfield Estates	deerfield-estates	US		0	America/New_York	37.39458	-75.95188	6			VA	131		
4755679	Del Ray	del-ray	US		0	America/New_York	38.82122	-77.06276	11			VA	510		
4755689	Delaware Park	delaware-park	US		0	America/New_York	36.66265	-77.00857	6			VA	175		
4755690	Delbridge Estates	delbridge-estates	US		0	America/New_York	36.55431	-77.87193	64			VA	025		
4755692	Delhart	delhart	US		0	America/New_York	36.58152	-80.98508	811			VA	077		
4755694	Delila	delila	US		0	America/New_York	36.58431	-79.14029	154			VA	083		
4755697	Delk Crossroads	delk-crossroads	US		0	America/New_York	37.04432	-76.7919	27			VA	181		
4755703	Delos	delos	US		0	America/New_York	38.09652	-77.27192	60			VA	033		
4755713	Delvale	delvale	US		0	America/New_York	36.81981	-82.95211	580			VA	105		
4755716	Den Hill	den-hill	US		0	America/New_York	37.15569	-80.3131	571			VA	121		
4755718	Denaro	denaro	US		0	America/New_York	37.24515	-77.98417	98			VA	007		
4755719	Denbigh	denbigh	US		0	America/New_York	37.12792	-76.5394	10	Denbigh,Stony Run,Warwick,Warwick Court House		VA	700		
4755726	Denby Park	denby-park	US		0	America/New_York	36.91543	-76.26216	4			VA	710		
4755746	Dentons Corner	dentons-corner	US		0	America/New_York	37.5557	-78.58445	147			VA	029		
4755755	Derby (historical)	derby-historical	US		0	America/New_York	37.10987	-77.34414	38			VA	149		
4755759	Derrings Mill	derrings-mill	US		0	America/New_York	37.07598	-76.81079	25			VA	181		
4755766	Deskins	deskins	US		0	America/New_York	37.1815	-82.07735	450			VA	027		
4755771	Detrick	detrick	US		0	America/New_York	38.84539	-78.41473	280			VA	171		
4755805	Devland Estates	devland-estates	US		0	America/New_York	39.22705	-78.27889	223			VA	069		
4755806	Devon Park	devon-park	US		0	America/New_York	38.914	-77.18554	93			VA	059		
4755807	Devonshire	devonshire	US		0	America/New_York	38.64123	-77.3861	112			VA	153		
4755809	Devonshire Gardens	devonshire-gardens	US		0	America/New_York	38.87095	-77.18748	96			VA	059		
4755821	Diamond Grove	diamond-grove	US		0	America/New_York	36.70876	-77.93694	79	Diamond Grove,Diamondgrove		VA	025		
4755828	Diamond Hill	diamond-hill	US		0	America/New_York	37.19181	-79.68753	326			VA	019		
4755829	Diamond Hill	diamond-hill	US		0	America/New_York	37.20098	-79.04502	224			VA	031		
4755830	Diamond Hill	diamond-hill	US		0	America/New_York	37.4057	-79.1453	216			VA	680		
4755837	Diamond Lake Estates	diamond-lake-estates	US		0	America/New_York	36.87959	-76.18327	6			VA	810		
4755838	Diamond Pointe	diamond-pointe	US		0	America/New_York	37.14874	-80.43616	630			VA	121		
4755844	Diascund	diascund	US		0	America/New_York	37.39431	-76.87052	12	Diascund,Diascund Station		VA	095		
4755864	Dickenson Corner	dickenson-corner	US		0	America/New_York	36.89122	-82.23792	536			VA	167		
4755869	Dickensons Store	dickensons-store	US		0	America/New_York	38.20902	-78.33445	180			VA	137		
4755870	Dickensonville	dickensonville	US		0	America/New_York	36.84177	-82.22514	595			VA	167		
4755897	Dickinsons Corner	dickinsons-corner	US		0	America/New_York	38.21041	-77.06803	19	Dickerson's Corner,Dickinsons Corner		VA	099		
4755926	Dilbeck	dilbeck	US		0	America/New_York	38.89595	-78.36917	242			VA	171		
4755929	Dillard Court	dillard-court	US		0	America/New_York	37.34319	-79.96337	329			VA	161		
4755946	Dillon Woods	dillon-woods	US		0	America/New_York	37.26986	-79.87754	348			VA	161		
4755949	Dillons Fork	dillons-fork	US		0	America/New_York	36.69569	-80.00615	319			VA	089		
4755950	Dillons Mill	dillons-mill	US		0	America/New_York	37.07653	-79.77753	279			VA	067		
4755951	Dillons Mill	dillons-mill	US		0	America/New_York	37.07625	-80.0392	379	Dillons Mill,Dillons Mills		VA	067		
4755973	Dinwiddie Acres	dinwiddie-acres	US		0	America/New_York	37.10071	-77.52526	56			VA	053		
4755979	Dinwiddie Gardens	dinwiddie-gardens	US		0	America/New_York	37.20737	-77.47637	52			VA	053		
4756002	Dispatch (historical)	dispatch-historical	US		0	America/New_York	37.52292	-77.18303	40			VA	127		
4756018	Ditchley	ditchley	US		0	America/New_York	37.73319	-76.32439	2			VA	133		
4756039	Dixiana	dixiana	US		0	America/New_York	37.02732	-82.6696	680			VA	195		
4756043	Dixie Heights	dixie-heights	US		0	America/New_York	37.29125	-80.0856	316			VA	775		
4756044	Dixie Hill	dixie-hill	US		0	America/New_York	38.85178	-77.36221	141			VA	059		
4756058	Dixondale (historical)	dixondale-historical	US		0	America/New_York	37.43208	-76.46189	3			VA	073		
4756075	Dobyns	dobyns	US		0	America/New_York	36.63819	-80.33672	451	Claudville,Dobyn,Dobyns		VA	141		
4756076	Dockery	dockery	US		0	America/New_York	36.67987	-78.1775	112			VA	117		
4756095	Dodds Corner	dodds-corner	US		0	America/New_York	38.44707	-77.5911	117	Dodds,Dodds Corner,Dodds Store		VA	179		
4756096	Doddstown	doddstown	US		0	America/New_York	38.59457	-77.81388	122			VA	061		
4756097	Dodlyt	dodlyt	US		0	America/New_York	37.89708	-76.51023	40			VA	133		
4756102	Dodson Corner	dodson-corner	US		0	America/New_York	36.73403	-78.42972	119			VA	117		
4756139	Doggetts Fork	doggetts-fork	US		0	America/New_York	37.89875	-77.35192	67			VA	033		
4756147	Dogwood Estates	dogwood-estates	US		0	America/New_York	36.71987	-76.62079	16			VA	800		
4756149	Dogwood Acres	dogwood-acres	US		0	America/New_York	37.70987	-78.06083	104			VA	075		
4756151	Dogwood Hill	dogwood-hill	US		0	America/New_York	38.14124	-79.07614	454			VA	790		
4756152	Doles Crossroads	doles-crossroads	US		0	America/New_York	36.86015	-76.9044	26			VA	175		
4756154	Dogwood Knoll	dogwood-knoll	US		0	America/New_York	37.61764	-77.33248	56			VA	085		
4756165	Dominion	dominion	US		0	America/New_York	36.81092	-83.07128	502			VA	105		
4756166	Dominion Heights	dominion-heights	US		0	America/New_York	38.89289	-77.10776	83			VA	013		
4756168	Dominion Hills	dominion-hills	US		0	America/New_York	38.87595	-77.14109	91			VA	013		
4756174	Dona	dona	US		0	America/New_York	36.59426	-82.991	355			VA	105		
4756182	Donaldsburg	donaldsburg	US		0	America/New_York	37.84374	-79.30865	462	Donaldsburg,Greens Store		VA	163		
4756192	Donna Estates	donna-estates	US		0	America/New_York	36.6168	-79.40391	185			VA	590		
4756193	Donna Lee Gardens	donna-lee-gardens	US		0	America/New_York	38.88178	-77.19387	118			VA	059		
4756194	Donovans Corner	donovans-corner	US		0	America/New_York	38.76678	-77.31387	116			VA	059		
4756195	Dons Mobile Home Park	dons-mobile-home-park	US		0	America/New_York	36.68765	-77.58665	57			VA	081		
4756197	Dooley	dooley	US		0	America/New_York	36.93065	-82.65432	611	Dooley,Dooly,Eolia,West Norton		VA	195		
4756201	Dorado	dorado	US		0	America/New_York	36.90788	-82.27042	519			VA	167		
4756202	Doral Acres	doral-acres	US		0	America/New_York	37.34959	-79.20864	267			VA	680		
4756206	Dorchester Court	dorchester-court	US		0	America/New_York	37.30819	-79.95671	335			VA	770		
4756207	Dorchester Junction	dorchester-junction	US		0	America/New_York	36.92815	-82.65405	632			VA	195		
4756211	Dooms	dooms	US		1327	America/New_York	38.10902	-78.85752	385	Dooms,Dooms Crossing		VA	015		
4756215	Dorset Woods	dorset-woods	US		0	America/New_York	37.57737	-77.59721	66			VA	087		
4756217	Dortch Store	dortch-store	US		0	America/New_York	36.6582	-78.55472	120			VA	117		
4756219	Dorton Fort	dorton-fort	US		0	America/New_York	36.7351	-82.43487	487	Dorton Fort,Dortons Fort,Kilgore Fort		VA	169		
4756221	Dorter Mill	dorter-mill	US		0	America/New_York	36.62038	-82.52543	376			VA	169		
4756222	Dory	dory	US		0	America/New_York	36.86126	-77.04607	34			VA	175		
4756271	Douglas Landing	douglas-landing	US		0	America/New_York	36.63737	-76.373	4			VA	550		
4756272	Douglas Park	douglas-park	US		0	America/New_York	36.8157	-76.33939	3	Douglas Park,Pea Ridge		VA	740		
4756278	Douglass Park	douglass-park	US		0	America/New_York	38.84983	-77.09303	57			VA	013		
4756287	Dover Crystal	dover-crystal	US		0	America/New_York	38.9077	-77.10347	68			VA	013		
4756295	Dover Run	dover-run	US		0	America/New_York	37.6382	-77.7211	93			VA	075		
4756296	Doveville	doveville	US		0	America/New_York	38.83706	-77.25915	124			VA	059		
4756297	Dowden Terrace	dowden-terrace	US		0	America/New_York	38.83733	-77.12803	77			VA	059		
4756306	Downing (historical)	downing-historical	US		0	America/New_York	38.87928	-78.17556	257			VA	187		
4756309	Downings	downings	US		0	America/New_York	37.84458	-76.62301	37	Downings,Ivanhoe		VA	159		
4756311	Downings Corner	downings-corner	US		0	America/New_York	37.89041	-76.37967	31			VA	133		
4756329	Doylesville	doylesville	US		0	America/New_York	38.15069	-78.6678	198			VA	003		
4756330	Dozer Mill Acres	dozer-mill-acres	US		0	America/New_York	38.71762	-77.42193	71			VA	153		
4756332	Doziers Corner	doziers-corner	US		0	America/New_York	36.75904	-76.27438	4	Doziers Corner,Doziers Corners		VA	550		
4756341	Dragonville	dragonville	US		0	America/New_York	37.69736	-76.77802	35	Dragonsville,Dragonville		VA	097		
4756348	Dranesville	dranesville	US		11921	America/New_York	39.00067	-77.34582	129	Drane's Tavern,Dranesville		VA	059		
4756360	Drakes Corner	drakes-corner	US		0	America/New_York	36.61182	-77.00441	9			VA	175		
4756368	Drapersville	drapersville	US		0	America/New_York	36.79153	-78.34139	148	Drapersville,Drappersville		VA	117		
4756376	Drewrys Bluff	drewrys-bluff	US		0	America/New_York	37.42654	-77.45776	39	Drewry Bluff,Drewry's Bluff,Drewrys Bluff		VA	041		
4756383	Drenn	drenn	US		0	America/New_York	36.61957	-80.77813	821			VA	035		
4756393	Drouin Hill	drouin-hill	US		0	America/New_York	37.58348	-77.6111	63			VA	087		
4756394	Drowning Ford	drowning-ford	US		0	America/New_York	36.6515	-81.84095	563	Drowning Ford,Drowning Ford Station		VA	191		
4756399	Druid Hills	druid-hills	US		0	America/New_York	37.25015	-76.74162	16			VA	095		
4756400	Druid Hills	druid-hills	US		0	America/New_York	36.56125	-79.42002	157			VA	590		
4756413	Druid (historical)	druid-historical	US		0	America/New_York	36.71515	-77.14469	27			VA	175		
4756418	Drummonds Corner	drummonds-corner	US		0	America/New_York	37.09348	-76.39245	4	Drummonds Corner,Drummons Corner		VA	650		
4756424	Drumgoole (historical)	drumgoole-historical	US		0	America/New_York	36.55237	-77.82915	96			VA	025		
4756510	Dry Pond	dry-pond	US		0	America/New_York	36.58347	-80.3445	405			VA	141		
4756554	Duane	duane	US		0	America/New_York	37.86653	-77.24664	55			VA	101		
4756555	Duane Fork	duane-fork	US		0	America/New_York	37.87431	-77.23053	35			VA	101		
4756569	Dryburg	dryburg	US		0	America/New_York	36.73125	-78.72167	125	Dryburg,Drysburg		VA	083		
4756570	Duck Woods	duck-woods	US		0	America/New_York	37.16376	-77.32998	40			VA	149		
4756594	Duet	duet	US		0	America/New_York	38.47485	-78.25639	173			VA	113		
4756603	Duggins Store	duggins-store	US		0	America/New_York	37.86153	-77.7661	114			VA	109		
4756606	Dugwell	dugwell	US		0	America/New_York	37.04014	-79.95892	380			VA	067		
4756608	Duke Gardens	duke-gardens	US		0	America/New_York	38.81067	-77.09942	34			VA	510		
4756636	Dulles Town Center	dulles-town-center	US		4601	America/New_York	39.03761	-77.41582	97	Dulles		VA	107		
4756653	Dumbarton	dumbarton	US		7879	America/New_York	37.60376	-77.49137	61			VA	087		
4756659	Dunavant	dunavant	US		0	America/New_York	38.36235	-77.66471	93	Dunavant,Dunavent		VA	177		
4756663	Dunbrooke	dunbrooke	US		0	America/New_York	37.8943	-76.96386	48			VA	057		
4756686	Duncan Mill	duncan-mill	US		0	America/New_York	36.76315	-82.64738	414	Duncan Mill,Duncans Mill,Duncans Mills		VA	169		
4756690	Dundas Heights	dundas-heights	US		0	America/New_York	37.24013	-80.40949	652			VA	121		
4756702	Dunford Village	dunford-village	US		0	America/New_York	37.17428	-81.63011	530			VA	185		
4756703	Dungadin Heights	dungadin-heights	US		0	America/New_York	38.88817	-78.23028	224			VA	187		
4756721	Dunlin	dunlin	US		0	America/New_York	39.05705	-77.5761	105			VA	107		
4756722	Dunlop	dunlop	US		0	America/New_York	37.26959	-77.40387	20	Dunlop,Dunlop Farms		VA	570		
4756723	Dunlora Plantation	dunlora-plantation	US		0	America/New_York	38.06097	-78.46057	138			VA	003		
4756733	Dunn Loring Woods	dunn-loring-woods	US		0	America/New_York	38.88233	-77.23859	102			VA	059		
4756738	Dunnmore	dunnmore	US		0	America/New_York	37.27459	-77.04247	17			VA	149		
4756739	Dunns (historical)	dunns-historical	US		0	America/New_York	38.0229	-79.80977	694			VA	017		
4756741	Dunns Corner	dunns-corner	US		0	America/New_York	36.74625	-78.27416	146			VA	117		
4756746	Dunreath (historical)	dunreath-historical	US		0	America/New_York	37.98597	-78.00166	120			VA	109		
4756749	Dunton (historical)	dunton-historical	US		0	America/New_York	37.68208	-76.37717	4	Dunton (historical),Dunton Mill,Dunton's Mill		VA	103		
4756750	Dunton Addition	dunton-addition	US		0	America/New_York	37.21791	-80.40727	658			VA	121		
4756763	Durrett Town	durrett-town	US		0	America/New_York	37.98319	-78.80808	269	Dirt Town,Durrett Town		VA	125		
4756767	Dutch Gap	dutch-gap	US		0	America/New_York	37.35987	-77.41526	48			VA	041		
4756779	Dutton (historical)	dutton-historical	US		0	America/New_York	37.53236	-76.62884	34			VA	073		
4756790	Dwight Hills	dwight-hills	US		0	America/New_York	37.34263	-79.97032	336			VA	161		
4756791	Dwina	dwina	US		0	America/New_York	36.90788	-82.36709	480			VA	195		
4756795	Dye	dye	US		0	America/New_York	37.07067	-81.92485	610	Dye,Punkett Center		VA	167		
4756822	Eagle (historical)	eagle-historical	US		0	America/New_York	36.83651	-81.04536	649			VA	197		
4756828	Eagle Furnace	eagle-furnace	US		0	America/New_York	36.83984	-81.04842	644			VA	197		
4756845	Eagles Eyrie	eagles-eyrie	US		0	America/New_York	37.48181	-79.27614	391			VA	019		
4756850	Eagles Roost	eagles-roost	US		0	America/New_York	37.06848	-79.58309	250			VA	019		
4756861	Eagle Oak	eagle-oak	US		0	America/New_York	37.05151	-81.18815	820			VA	021		
4756864	Earls	earls	US		0	America/New_York	37.23015	-77.89306	100	Earl,Earls		VA	007		
4756866	Earlehurst	earlehurst	US		0	America/New_York	37.66929	-80.23423	581	Earlehurst,Earlhurst		VA	005		
4756879	Earlysville Heights	earlysville-heights	US		0	America/New_York	38.15291	-78.47835	191			VA	003		
4756882	Earness	earness	US		0	America/New_York	37.11098	-76.34133	4			VA	735		
4756884	East Arlington (historical)	east-arlington-historical	US		0	America/New_York	38.87345	-77.0622	8			VA	013		
4756900	East Brook	east-brook	US		0	America/New_York	37.37153	-79.10308	233			VA	031		
4756901	East Courthouse Estates	east-courthouse-estates	US		0	America/New_York	37.67848	-77.875	82			VA	075		
4756907	East End	east-end	US		0	America/New_York	38.09374	-76.80107	50	East End,Norwoods Crossroads		VA	193		
4756921	East Falls Church	east-falls-church	US		0	America/New_York	38.88733	-77.15442	96	East End,East Falls Church		VA	013		
4756952	East Gate	east-gate	US		0	America/New_York	37.29208	-79.91532	310			VA	770		
4756969	East Leake	east-leake	US		0	America/New_York	37.8107	-77.94944	93	East Leake,Slabe		VA	075		
4756970	East Lexington	east-lexington	US		1463	America/New_York	37.79291	-79.42532	287			VA	163		
4756972	East Highland Park	east-highland-park	US		14796	America/New_York	37.58098	-77.40693	61			VA	087		
4756977	East Norview	east-norview	US		0	America/New_York	36.89515	-76.22994	5			VA	710		
4756978	East Ocean View	east-ocean-view	US		0	America/New_York	36.93154	-76.20577	2			VA	710		
4756980	East Park Addition	east-park-addition	US		0	America/New_York	37.13291	-80.39755	659			VA	121		
4756988	East Pointe	east-pointe	US		0	America/New_York	37.21403	-79.92559	362			VA	161		
4756993	East Radford	east-radford	US		0	America/New_York	37.13707	-80.55311	562			VA	121		
4756995	East Ridge	east-ridge	US		0	America/New_York	37.13291	-80.36894	670			VA	121		
4757008	East Suffolk Gardens	east-suffolk-gardens	US		0	America/New_York	36.72376	-76.55801	7			VA	800		
4757048	Eastern View	eastern-view	US		0	America/New_York	37.62653	-77.14414	39	Eastern View,Eastview		VA	085		
4757060	Easton Place	easton-place	US		0	America/New_York	36.84181	-76.19188	3			VA	710		
4757065	Eastover Gardens	eastover-gardens	US		0	America/New_York	37.52348	-77.37054	45			VA	087		
4757075	Eastville Station	eastville-station	US		0	America/New_York	37.34736	-75.93188	12			VA	131		
4757090	Ebenezer	ebenezer	US		0	America/New_York	36.81736	-79.19057	191			VA	143		
4757170	Echo Hills	echo-hills	US		0	America/New_York	37.13763	-80.41588	641			VA	121		
4757174	Echo Village	echo-village	US		0	America/New_York	39.12538	-78.19611	227			VA	069		
4757179	Eclipse	eclipse	US		0	America/New_York	36.91709	-76.48856	7			VA	800		
4757184	Edds Mill	edds-mill	US		0	America/New_York	36.63231	-83.3599	402			VA	105		
4757189	Eden Park	eden-park	US		0	America/New_York	37.31264	-79.95671	339			VA	770		
4757190	Edenshire	edenshire	US		0	America/New_York	37.35126	-77.4911	54			VA	041		
4757199	Edge Hill Park	edge-hill-park	US		0	America/New_York	37.21682	-77.45804	47			VA	053		
4757201	Edgegrove	edgegrove	US		0	America/New_York	39.19371	-77.75999	192			VA	107		
4757202	Edgehill	edgehill	US		0	America/New_York	37.41292	-76.51884	20			VA	073		
4757203	Edgehill	edgehill	US		0	America/New_York	37.61126	-77.72055	65			VA	075		
4757204	Edgehill	edgehill	US		0	America/New_York	38.26485	-77.14359	55	Edge Hill,Edgehill		VA	099		
4757205	Edgehill	edgehill	US		0	America/New_York	37.23486	-79.96809	359			VA	770		
4757206	Edgehill	edgehill	US		0	America/New_York	36.71515	-76.94079	9			VA	175		
4757207	Edgehill Estates	edgehill-estates	US		0	America/New_York	37.23208	-79.96532	395			VA	770		
4757212	Edgelawn	edgelawn	US		0	America/New_York	37.29902	-80.01226	325			VA	770		
4757213	Edgelea	edgelea	US		0	America/New_York	38.81289	-77.40027	106			VA	059		
4757231	Edgewood Park	edgewood-park	US		0	America/New_York	36.86737	-76.39467	4			VA	740		
4757256	Edmunds Store	edmunds-store	US		0	America/New_York	36.87654	-77.94194	121	Edmund's Store,Edmunds Store		VA	025		
4757257	Ednam	ednam	US		0	America/New_York	38.05125	-78.53862	200			VA	003		
4757258	Ednam Forest	ednam-forest	US		0	America/New_York	38.04625	-78.54585	191			VA	003		
4757259	Ednam Village	ednam-village	US		0	America/New_York	38.04847	-78.53751	177			VA	003		
4757260	Ednas Mill	ednas-mill	US		0	America/New_York	37.45709	-77.12997	12			VA	036		
4757261	Edom	edom	US		0	America/New_York	38.52568	-78.85892	370	Edom,Edom Mills		VA	165		
4757262	Edsall Park	edsall-park	US		0	America/New_York	38.80678	-77.17609	80			VA	059		
4757268	Edmonds Corner	edmonds-corner	US		0	America/New_York	36.79181	-76.26049	5			VA	550		
4757299	Effinger	effinger	US		0	America/New_York	37.76291	-79.55032	338			VA	163		
4757301	Effna	effna	US		0	America/New_York	37.05873	-81.24371	838			VA	021		
4757309	Eggbornsville	eggbornsville	US		0	America/New_York	38.58068	-78.05889	142			VA	047		
4757319	Egypt Bend Estates	egypt-bend-estates	US		0	America/New_York	38.67929	-78.50806	245			VA	139		
4757322	Ehart	ehart	US		0	America/New_York	38.17736	-78.49918	201	Ehart,Longwood		VA	003		
4757323	Eheart	eheart	US		0	America/New_York	38.20374	-78.32306	179	Eheart,Ehearts Corners		VA	137		
4757336	Elam	elam	US		0	America/New_York	37.28626	-78.61361	210			VA	147		
4757342	Elamsville	elamsville	US		0	America/New_York	36.76764	-80.19394	448			VA	141		
4757343	Elamtown	elamtown	US		0	America/New_York	36.62625	-78.2725	95			VA	117		
4757353	Eldorada	eldorada	US		0	America/New_York	38.55596	-78.05833	171	Dunkard Church,Eldorada		VA	047		
4757355	Eldridge Corner	eldridge-corner	US		0	America/New_York	37.58459	-78.81585	152			VA	029		
4757356	Eldridge Mill	eldridge-mill	US		0	America/New_York	37.60987	-78.46084	107	Eldridge Mill,Eldridge's Mill,Eldridges Mill		VA	029		
4757360	Eldon Knolls	eldon-knolls	US		0	America/New_York	36.83458	-79.37808	225			VA	143		
4757367	Elevon	elevon	US		0	America/New_York	37.99402	-77.07303	56			VA	033		
4757369	Elgin Corner	elgin-corner	US		0	America/New_York	38.78539	-77.32499	131			VA	059		
4757372	Elephant Fork	elephant-fork	US		0	America/New_York	36.75932	-76.5869	11			VA	800		
4757378	Elizabeth Acres	elizabeth-acres	US		0	America/New_York	36.82237	-76.38661	4			VA	740		
4757385	Elizabeth Manor	elizabeth-manor	US		0	America/New_York	36.8132	-76.39911	5			VA	740		
4757387	Elizabeth Park	elizabeth-park	US		0	America/New_York	36.84043	-76.21799	3			VA	710		
4757390	Elizabeth River Shores	elizabeth-river-shores	US		0	America/New_York	36.82876	-76.21105	3			VA	810		
4757415	Elk Hill	elk-hill	US		0	America/New_York	37.71765	-78.0875	67	Elk Hill,Elkhill		VA	075		
4757436	Elk Run	elk-run	US		0	America/New_York	38.55512	-77.67082	95	Elk Run,Elk Run Church,Elkrun		VA	061		
4757483	Ellerson	ellerson	US		0	America/New_York	37.61792	-77.39748	38			VA	085		
4757485	Ellerson Mill	ellerson-mill	US		0	America/New_York	37.59515	-77.35776	29			VA	085		
4757486	Ellett	ellett	US		0	America/New_York	37.19152	-80.36671	464	Ellett,Trinity Crossroads		VA	121		
4757487	Elletts Crossing	elletts-crossing	US		0	America/New_York	37.79848	-77.46943	40	Belamar,Ellets Crossing,Ellett,Elletts Crossing		VA	085		
4757513	Ellis Fork	ellis-fork	US		0	America/New_York	37.00321	-76.90052	27			VA	181		
4757525	Elly	elly	US		0	America/New_York	38.33819	-78.20722	193			VA	113		
4757536	Elm Farm Mobile Home Park	elm-farm-mobile-home-park	US		0	America/New_York	38.65984	-77.3211	93			VA	153		
4757543	Elmington	elmington	US		0	America/New_York	37.42458	-76.4555	3			VA	073		
4757564	Elsing Green	elsing-green	US		0	America/New_York	37.60264	-77.0508	18			VA	101		
4757565	Elsom	elsom	US		0	America/New_York	37.57153	-76.75413	25			VA	097		
4757567	Eltham	eltham	US		0	America/New_York	37.52376	-76.82607	8			VA	127		
4757571	Elvan	elvan	US		0	America/New_York	39.27732	-77.66916	147	Elvan,Jumbo		VA	107		
4757573	Elwood Acres	elwood-acres	US		0	America/New_York	38.87928	-78.23445	233			VA	187		
4757575	Elmwood Estates	elmwood-estates	US		0	America/New_York	38.94317	-77.19998	86			VA	059		
4757599	Emerald Hills	emerald-hills	US		0	America/New_York	38.11319	-78.95669	410			VA	015		
4757656	Emmaus (historical)	emmaus-historical	US		0	America/New_York	37.23681	-79.65809	295			VA	019		
4757665	Emmerton	emmerton	US		0	America/New_York	37.8993	-76.67968	47	Braxtons Store,Emmerton,Hayes Store,Hills Store		VA	159		
4757706	England Run	england-run	US		0	America/New_York	38.35679	-77.50276	85			VA	179		
4757708	Enderly Heights	enderly-heights	US		0	America/New_York	37.71847	-79.37031	276	Enderly Heights,Loch Land		VA	530		
4757721	English Hills	english-hills	US		0	America/New_York	37.62792	-77.55665	94			VA	087		
4757749	Enonville	enonville	US		0	America/New_York	37.49987	-78.52334	202	Enonsville,Enonville		VA	029		
4757760	Eona	eona	US		0	America/New_York	36.72652	-80.7673	805			VA	035		
4757793	Eppes Falls (historical)	eppes-falls-historical	US		0	America/New_York	37.28293	-77.73277	60			VA	007		
4757813	Erica	erica	US		0	America/New_York	38.11846	-76.67885	4			VA	193		
4757815	Erin Shades	erin-shades	US		0	America/New_York	37.64792	-77.59082	90			VA	087		
4757816	Erinbrook	erinbrook	US		0	America/New_York	38.68067	-77.94861	171			VA	047		
4757829	Esnon	esnon	US		0	America/New_York	36.7557	-78.47194	155			VA	117		
4757830	Esserville	esserville	US		0	America/New_York	36.95538	-82.61099	645			VA	195		
4757832	Eppes Fork	eppes-fork	US		0	America/New_York	36.55292	-78.36166	114	Eppes Fork,Whits Point		VA	117		
4757834	Essex Meadows	essex-meadows	US		0	America/New_York	36.76126	-76.24633	7			VA	550		
4757839	Estabrook	estabrook	US		0	America/New_York	36.87959	-76.24661	3	Eastbrook,Estabrook,Expo		VA	710		
4757840	Estabrook Park	estabrook-park	US		0	America/New_York	36.87293	-76.24049	4			VA	710		
4757841	Estaline	estaline	US		0	America/New_York	38.06318	-79.35698	474			VA	015		
4757847	Estes	estes	US		0	America/New_York	38.61957	-78.06111	152			VA	157		
4757854	Ethridge Estates	ethridge-estates	US		0	America/New_York	37.15543	-77.36081	40			VA	149		
4757859	Etna Mills	etna-mills	US		0	America/New_York	37.7657	-77.26581	51			VA	101		
4757870	Eubank Corner	eubank-corner	US		0	America/New_York	38.13763	-77.31081	65			VA	033		
4757871	Eubanks	eubanks	US		0	America/New_York	39.15844	-77.76972	200			VA	107		
4757876	Euclid Terrace	euclid-terrace	US		0	America/New_York	36.85237	-76.16188	5			VA	810		
4757883	Eureka Park	eureka-park	US		0	America/New_York	36.83987	-76.06077	2			VA	810		
4757885	Eustaces Corner	eustaces-corner	US		0	America/New_York	38.61762	-77.70082	91			VA	061		
4757886	Eustacestown	eustacestown	US		0	America/New_York	38.60623	-77.6811	82			VA	061		
4757901	Evans Hill	evans-hill	US		0	America/New_York	37.29458	-80.04337	343			VA	775		
4757912	Everets	everets	US		0	America/New_York	36.83932	-76.62551	9	Everets,Everett,Everetts		VA	800		
4757914	Everettsville	everettsville	US		0	America/New_York	38.01347	-78.37445	130			VA	003		
4757937	Evergreen Farms	evergreen-farms	US		0	America/New_York	38.88233	-77.66833	158			VA	153		
4757939	Evergreen Hills	evergreen-hills	US		0	America/New_York	36.65317	-82.07568	615			VA	191		
4757943	Evergreen Mills	evergreen-mills	US		0	America/New_York	39.01761	-77.57499	102	Evergreen,Evergreen Mills		VA	107		
4757947	Evergreen Shores	evergreen-shores	US		0	America/New_York	37.18737	-76.41661	1			VA	199		
4757949	Everharts Crossroads	everharts-crossroads	US		0	America/New_York	39.21205	-77.6311	133			VA	107		
4757951	Evermay	evermay	US		0	America/New_York	38.94094	-77.15387	76			VA	059		
4757952	Everona	everona	US		0	America/New_York	38.30485	-77.96722	99			VA	137		
4757990	Ezell	ezell	US		0	America/New_York	36.69431	-77.85555	90			VA	025		
4757999	Factory Hill	factory-hill	US		0	America/New_York	36.56154	-76.85829	6			VA	800		
4758002	Fagg	fagg	US		0	America/New_York	37.19624	-80.3231	427			VA	121		
4758005	Fair Estates	fair-estates	US		0	America/New_York	38.69067	-77.42415	98			VA	153		
4758007	Fair Hill	fair-hill	US		0	America/New_York	37.39543	-77.3297	12			VA	087		
4758008	Fair Meadows	fair-meadows	US		0	America/New_York	36.8507	-76.17494	6			VA	810		
4758017	Fair Vernon	fair-vernon	US		0	America/New_York	38.76928	-77.19332	74			VA	059		
4758018	Fair Vernon	fair-vernon	US		0	America/New_York	38.76845	-77.18943	74			VA	059		
4758020	Fair Woods	fair-woods	US		0	America/New_York	37.69987	-77.84083	69			VA	075		
4758022	Fairchester	fairchester	US		0	America/New_York	38.85678	-77.32221	127			VA	600		
4758024	Fairfax Acres	fairfax-acres	US		0	America/New_York	38.87178	-77.31832	134			VA	059		
4758083	Fairfax Farms	fairfax-farms	US		0	America/New_York	38.86928	-77.35054	122			VA	059		
4758084	Fairfax Forest	fairfax-forest	US		0	America/New_York	38.86122	-77.25165	90			VA	059		
4758088	Fairfax Hills	fairfax-hills	US		0	America/New_York	38.83428	-77.22332	95			VA	059		
4758097	Fairfax Park	fairfax-park	US		0	America/New_York	38.77761	-77.24054	96			VA	059		
4758108	Fairfax Woods	fairfax-woods	US		0	America/New_York	38.86067	-77.31387	112			VA	600		
4758124	Fairfield Landing	fairfield-landing	US		0	America/New_York	37.53958	-76.47606	9			VA	119		
4758126	Fairfield Park	fairfield-park	US		0	America/New_York	36.66069	-79.41725	201			VA	143		
4758132	Fairfields	fairfields	US		0	America/New_York	37.2982	-79.25141	255			VA	031		
4758150	Fairlawn Estates	fairlawn-estates	US		0	America/New_York	36.85793	-76.19938	5			VA	710		
4758151	Fairlawn Heights	fairlawn-heights	US		0	America/New_York	37.54181	-77.30831	49			VA	087		
4758167	Fairmount Park	fairmount-park	US		0	America/New_York	36.87848	-76.25522	3			VA	710		
4758168	Fairpines	fairpines	US		0	America/New_York	37.43793	-77.51776	67			VA	041		
4758182	Fairview Acres	fairview-acres	US		0	America/New_York	38.42929	-78.03722	146			VA	047		
4758183	Fairview Acres	fairview-acres	US		0	America/New_York	36.70569	-78.64195	115			VA	117		
4758185	Fairview Beach	fairview-beach	US		391	America/New_York	38.33013	-77.2472	3			VA	099		
4758222	Fairview Estates	fairview-estates	US		0	America/New_York	38.42429	-78.0325	140			VA	047		
4758223	Fairview Farms	fairview-farms	US		0	America/New_York	37.04765	-76.35133	1			VA	650		
4758249	Fairway Acres	fairway-acres	US		0	America/New_York	37.54598	-77.51832	45			VA	760		
4758250	Fairway Estates	fairway-estates	US		0	America/New_York	39.16872	-78.14194	209			VA	069		
4758251	Fairway Forest	fairway-forest	US		0	America/New_York	37.25208	-80.05365	371			VA	161		
4758252	Fairway Heights	fairway-heights	US		0	America/New_York	39.32343	-78.33028	290			VA	069		
4758253	Fairway Meadows	fairway-meadows	US		0	America/New_York	39.32038	-78.31778	301			VA	069		
4758254	Fairwood	fairwood	US		0	America/New_York	36.69984	-81.48483	1021			VA	077		
4758255	Fairwood Acres	fairwood-acres	US		0	America/New_York	38.7815	-77.31971	120			VA	059		
4758708	Fieldbrook	fieldbrook	US		0	America/New_York	38.08403	-78.4589	156			VA	003		
4758265	Faisons Mobile Home Park	faisons-mobile-home-park	US		0	America/New_York	36.70765	-77.46109	35			VA	081		
4758308	Falcon Ridge Estates	falcon-ridge-estates	US		0	America/New_York	37.1993	-80.05837	434			VA	161		
4758332	Falling Branch	falling-branch	US		0	America/New_York	37.13069	-80.36005	664			VA	121		
4758340	Falling Creek	falling-creek	US		0	America/New_York	37.2968	-79.85976	405			VA	161		
4758342	Falling Creek Farms	falling-creek-farms	US		0	America/New_York	37.4432	-77.56888	61			VA	041		
4758364	Falling Spring	falling-spring	US		0	America/New_York	37.88651	-79.9795	423	Barber,Falling Spring		VA	005		
4758403	Falls Hill	falls-hill	US		0	America/New_York	38.89206	-77.20081	119			VA	059		
4758433	Fallville	fallville	US		0	America/New_York	36.74568	-81.10314	823			VA	077		
4758446	Fancy Grove (historical)	fancy-grove-historical	US		0	America/New_York	37.14737	-79.53309	270			VA	019		
4758447	Fancy Hill	fancy-hill	US		0	America/New_York	37.66792	-79.12669	244			VA	009		
4758448	Fancy Hill	fancy-hill	US		0	America/New_York	37.67763	-79.50032	388	Fancy Hall,Fancy Hill,Fancyhill,Oak Bank		VA	163		
4758453	False Cape Landing	false-cape-landing	US		0	America/New_York	36.59432	-75.8877	0			VA	810		
4758456	Farley Park Corner	farley-park-corner	US		0	America/New_York	37.64264	-76.67607	30			VA	119		
4758475	Farmers Fork	farmers-fork	US		0	America/New_York	38.06124	-77.10609	59	Farmers Fork,Pedro,Pedros		VA	057		
4758476	Farmers Fork	farmers-fork	US		0	America/New_York	38.03791	-76.79496	51	Farmer's Fork,Farmers Fork,Farmers' Fork		VA	159		
4758484	Farmers Shop Corner	farmers-shop-corner	US		0	America/New_York	37.64209	-77.19525	48			VA	085		
4758485	Farmers Store	farmers-store	US		0	America/New_York	36.92984	-80.94091	662			VA	197		
4758491	Farmington Lake	farmington-lake	US		0	America/New_York	37.23041	-80.02309	348			VA	161		
4758494	Farmview	farmview	US		0	America/New_York	37.19596	-80.40866	656			VA	121		
4758523	Farrington	farrington	US		0	America/New_York	37.73237	-77.58388	93			VA	085		
4758524	Farris Heights	farris-heights	US		0	America/New_York	37.20486	-80.04948	442			VA	161		
4758535	Faulconerville	faulconerville	US		0	America/New_York	37.53236	-79.1003	269			VA	009		
4758539	Farrs Corner	farrs-corner	US		0	America/New_York	38.74234	-77.34082	106			VA	059		
4758548	Favonia	favonia	US		0	America/New_York	36.97345	-81.18398	696	Favonia,Stony Creek,Tarters Store		VA	197		
4758556	Fawnbrook	fawnbrook	US		0	America/New_York	37.47515	-77.50637	59			VA	760		
4758561	Fayette Park	fayette-park	US		0	America/New_York	37.59626	-77.4222	54			VA	087		
4758563	Fayettesville	fayettesville	US		0	America/New_York	38.61401	-77.79416	134	Fayettesville,Fayetteville,New Brighton		VA	061		
4758566	Fears Corner	fears-corner	US		0	America/New_York	37.04598	-78.71612	172			VA	037		
4758574	Featherstone Fork	featherstone-fork	US		0	America/New_York	38.2018	-77.32915	65			VA	033		
4758575	Featherstone Mobile Home Park	featherstone-mobile-home-park	US		0	America/New_York	38.63873	-77.27109	39			VA	153		
4758578	Featherstone Shores	featherstone-shores	US		0	America/New_York	38.62984	-77.24887	6	Featherstone,Featherstone Shores		VA	153		
4758581	Featherstone	featherstone	US		0	America/New_York	38.63512	-77.26387	28	Featherstone,Featherstone Station,Featherstone Terrace		VA	153		
4758582	Federal Hill	federal-hill	US		0	America/New_York	37.41209	-79.14697	210			VA	680		
4758584	Federal Hill Estates	federal-hill-estates	US		0	America/New_York	37.31403	-79.28058	270			VA	031		
4758600	Felicia (historical)	felicia-historical	US		0	America/New_York	37.05986	-79.75753	256			VA	067		
4758601	Felipos Mobile Court	felipos-mobile-court	US		0	America/New_York	37.38682	-77.42693	37			VA	041		
4758602	Felixville (historical)	felixville-historical	US		0	America/New_York	37.4571	-78.16778	94			VA	049		
4758628	Fendley (historical)	fendley-historical	US		0	America/New_York	37.37182	-77.55943	83			VA	041		
4758637	Fenwick Park	fenwick-park	US		0	America/New_York	38.869	-77.20248	98			VA	059		
4758653	Fergusonville	fergusonville	US		0	America/New_York	37.21765	-78.07056	115			VA	135		
4758658	Ferncliff	ferncliff	US		0	America/New_York	37.9332	-78.11	152			VA	109		
4758660	Ferndale Gardens	ferndale-gardens	US		0	America/New_York	37.21904	-77.46526	38			VA	053		
4758661	Ferndale Park	ferndale-park	US		0	America/New_York	37.22154	-77.47443	41			VA	053		
4758664	Fernleigh	fernleigh	US		0	America/New_York	37.54237	-77.57443	86			VA	760		
4758669	Ferrol	ferrol	US		0	America/New_York	38.10874	-79.28531	559			VA	015		
4758677	Ferry Farm	ferry-farm	US		0	America/New_York	38.29318	-77.43748	42	Ferry Farm,Ferry Farms		VA	179		
4758711	Fields at Griffinsburg	fields-at-griffinsburg	US		0	America/New_York	38.50124	-78.11972	166			VA	047		
4758720	Fields Crossroads	fields-crossroads	US		0	America/New_York	36.83182	-77.54915	64	Feilds Crossroads,Fields Crossroads,Orion		VA	081		
4758729	Fieldshire	fieldshire	US		0	America/New_York	37.63014	-77.32442	47			VA	085		
4758730	Fieldstown	fieldstown	US		0	America/New_York	37.38543	-77.94722	102			VA	007		
4758735	Fife	fife	US		0	America/New_York	37.74931	-78.06194	110	Fife,Fife's,Fifes,Hadens Store		VA	075		
4758743	Figsboro	figsboro	US		0	America/New_York	36.78653	-79.85865	336	Figsboro,Martinsville		VA	089		
4758756	Finchley	finchley	US		0	America/New_York	36.65236	-78.49222	122			VA	117		
4758767	Fine Creek Mills	fine-creek-mills	US		0	America/New_York	37.59793	-77.81916	53	Fine Creek Mills,Finecreek Mills		VA	145		
4758768	Fines Corner	fines-corner	US		0	America/New_York	38.32207	-77.36859	67			VA	179		
4758769	Finger Lake Estates	finger-lake-estates	US		0	America/New_York	39.23483	-78.39251	322			VA	069		
4758784	Finneywood	finneywood	US		0	America/New_York	36.87542	-78.48027	151			VA	117		
4759000	First Colony	first-colony	US		0	America/New_York	37.23848	-76.80246	5			VA	095		
4759007	First Ford	first-ford	US		0	America/New_York	37.26651	-80.96314	544			VA	071		
4759099	Fisher Hill	fisher-hill	US		0	America/New_York	39.05427	-77.9525	205			VA	043		
4759146	Fitchetts	fitchetts	US		0	America/New_York	37.45902	-76.28994	3	Fitchett,Fitchett's,Fitchetts,Fitchetts Wharf		VA	115		
4759147	Five Forks	five-forks	US		0	America/New_York	37.28181	-79.51753	298			VA	019		
4759148	Five Forks	five-forks	US		0	America/New_York	36.76374	-80.80035	809			VA	035		
4759149	Five Forks	five-forks	US		0	America/New_York	37.40737	-77.56693	84	Five Forks,Woodcock's Corner		VA	041		
4759150	Five Forks	five-forks	US		0	America/New_York	37.13932	-77.62277	91			VA	053		
4759151	Five Forks	five-forks	US		0	America/New_York	38.77678	-77.27582	114			VA	059		
4759152	Five Forks	five-forks	US		0	America/New_York	36.71847	-78.86001	138			VA	083		
4759153	Five Forks	five-forks	US		0	America/New_York	37.28015	-77.29498	20			VA	670		
4759154	Five Forks	five-forks	US		0	America/New_York	37.2532	-76.76551	25			VA	095		
4759155	Five Forks	five-forks	US		0	America/New_York	36.89153	-78.46361	160			VA	111		
4759156	Five Forks	five-forks	US		0	America/New_York	38.29902	-78.13528	126			VA	113		
4759157	Five Forks	five-forks	US		0	America/New_York	37.57931	-78.85863	187			VA	125		
4759158	Five Forks	five-forks	US		0	America/New_York	36.5843	-80.27839	417			VA	141		
4759159	Five Forks	five-forks	US		0	America/New_York	37.23821	-78.57694	169	Five Forks,Fiveforks		VA	147		
4759160	Five Forks	five-forks	US		0	America/New_York	38.65012	-78.16833	196			VA	157		
4759161	Five Forks (historical)	five-forks-historical	US		0	America/New_York	37.32571	-77.98917	123			VA	007		
4759170	Five Mile Fork	five-mile-fork	US		0	America/New_York	38.29013	-77.55332	102			VA	177		
4759171	Five Oaks	five-oaks	US		0	America/New_York	37.14956	-81.48872	763	Fine Oaks,Five Oaks,Fiveoaks		VA	185		
4759179	Flactem Manor	flactem-manor	US		0	America/New_York	37.16265	-77.35665	44			VA	149		
4759184	Five Forks	five-forks	US		0	America/New_York	37.5182	-79.12086	247			VA	009		
4759185	Flag Pond Landing	flag-pond-landing	US		0	America/New_York	37.93568	-75.65632	0			VA	001		
4759218	Flat Gap	flat-gap	US		0	America/New_York	37.07427	-82.70294	582			VA	195		
4759230	Flat Ridge	flat-ridge	US		0	America/New_York	36.69706	-81.34566	890	Flat Ridge,Flatridge		VA	077		
4759236	Flat Iron	flat-iron	US		0	America/New_York	38.14791	-76.92108	50			VA	193		
4759254	Flat Run	flat-run	US		0	America/New_York	38.36485	-77.76638	109			VA	137		
4759266	Flatrock	flatrock	US		0	America/New_York	37.05428	-81.98235	618	Candlewax,Della,Flatrock		VA	167		
4759279	Flatwood	flatwood	US		0	America/New_York	36.85318	-80.8873	654			VA	197		
4759301	Fleeburg	fleeburg	US		0	America/New_York	38.4729	-78.59474	325			VA	139		
4759307	Fleenor Spring	fleenor-spring	US		0	America/New_York	36.68205	-82.13791	610	Countis Corner,Fleenor Spring		VA	191		
4759308	Fleenors	fleenors	US		0	America/New_York	36.70427	-82.16291	602			VA	191		
4759310	Fleenortown	fleenortown	US		0	America/New_York	36.70537	-83.13045	483			VA	105		
4759316	Fleeton	fleeton	US		0	America/New_York	37.81513	-76.28106	3			VA	133		
4759323	Fleet	fleet	US		0	America/New_York	36.79178	-81.74123	618	Fleet,Snapp		VA	191		
4759336	Fleming Corner	fleming-corner	US		0	America/New_York	36.70375	-78.69056	131			VA	083		
4759337	Fleming Court	fleming-court	US		0	America/New_York	37.31125	-79.93893	326			VA	770		
4759342	Fleming Oaks	fleming-oaks	US		0	America/New_York	37.3193	-79.93809	327			VA	770		
4759352	Flemingtown	flemingtown	US		0	America/New_York	37.17539	-82.42515	544	Flemington,Flemingtown		VA	051		
4759369	Fletcher Mill	fletcher-mill	US		0	America/New_York	38.64734	-78.20639	181	Fletcher Mill,Fletcher's Mill,Pass Mill		VA	157		
4759379	Fletcherville	fletcherville	US		0	America/New_York	38.75123	-77.81499	173			VA	061		
4759418	Flood	flood	US		0	America/New_York	37.29237	-78.73362	222			VA	011		
4759428	Flordon	flordon	US		0	America/New_York	38.05597	-78.5564	196			VA	003		
4759436	Flippos Corner	flippos-corner	US		0	America/New_York	38.1518	-77.43193	51	Flippos,Flippos Corner		VA	033		
4759500	Folly	folly	US		0	America/New_York	37.87957	-76.32772	28			VA	133		
4759504	Folly Mills	folly-mills	US		0	America/New_York	38.09847	-79.09864	445	Folley Mills,Folly Mills,Follys Mills		VA	015		
4759512	Foneswood	foneswood	US		0	America/New_York	38.10485	-76.90108	49			VA	159		
4759514	Fontaine	fontaine	US		0	America/New_York	36.64486	-79.85976	229			VA	089		
4759521	Foraker	foraker	US		0	America/New_York	37.07622	-82.48876	459			VA	051		
4759522	Forbes (historical)	forbes-historical	US		0	America/New_York	37.43542	-78.63528	210			VA	029		
4759524	Foothill Village	foothill-village	US		0	America/New_York	38.07153	-78.71919	242			VA	003		
4759536	Fordham	fordham	US		0	America/New_York	37.03765	-76.31411	1			VA	650		
4759537	Fordland Estates	fordland-estates	US		0	America/New_York	36.73347	-78.89418	152			VA	083		
4759540	Fordwick	fordwick	US		0	America/New_York	38.07346	-79.37393	463			VA	015		
4759543	Fore Store	fore-store	US		0	America/New_York	37.40209	-78.67334	201	Fore Store,Foresstore		VA	011		
4759547	Forest Acres	forest-acres	US		0	America/New_York	37.13682	-77.35248	48			VA	149		
4759548	Forest Brook Hills	forest-brook-hills	US		0	America/New_York	37.40931	-79.20836	233			VA	680		
4759559	Forest Glen Terrace	forest-glen-terrace	US		0	America/New_York	36.71598	-76.6594	20			VA	800		
4759576	Forest Hill Farms	forest-hill-farms	US		0	America/New_York	37.52904	-77.51165	60			VA	760		
4759578	Forest Hill Park	forest-hill-park	US		0	America/New_York	37.28154	-76.68857	21			VA	830		
4759588	Forest Hills (historical)	forest-hills-historical	US		0	America/New_York	37.21513	-80.39088	684			VA	121		
4759592	Forest Hills Estates	forest-hills-estates	US		0	America/New_York	38.8865	-77.5736	89			VA	153		
4759597	Forest Lake Estates	forest-lake-estates	US		0	America/New_York	38.92678	-77.64499	154			VA	153		
4759598	Forest Lake Hills	forest-lake-hills	US		0	America/New_York	37.7032	-77.40665	56			VA	085		
4759600	Forest Lawn	forest-lawn	US		0	America/New_York	37.30347	-80.03532	327			VA	775		
4759605	Forest Meadow Mobile Home Park	forest-meadow-mobile-home-park	US		0	America/New_York	37.53015	-77.29887	44			VA	087		
4759613	Forest Park Mobile Home Village	forest-park-mobile-home-village	US		0	America/New_York	38.66456	-77.43582	107			VA	153		
4759641	Fork Mountain	fork-mountain	US		0	America/New_York	37.53402	-79.60365	620			VA	023		
4759644	Fork Mountain	fork-mountain	US		0	America/New_York	36.84569	-79.89893	337	Fork Mountain,Ramseys Store		VA	067		
4759655	Fork Ridge	fork-ridge	US		0	America/New_York	37.134	-81.88318	708			VA	185		
4759672	Forkland (historical)	forkland-historical	US		0	America/New_York	37.00959	-77.95584	104			VA	135		
4759675	Forks of Buffalo	forks-of-buffalo	US		0	America/New_York	37.67958	-79.22197	286			VA	009		
4759680	Formosa	formosa	US		0	America/New_York	36.88125	-78.65556	141			VA	037		
4759691	Fort Barnard Heights	fort-barnard-heights	US		0	America/New_York	38.8465	-77.08942	54			VA	013		
4759700	Fort Chiswell	fort-chiswell	US		939	America/New_York	36.94706	-80.94147	626			VA	197		
4759704	Fort Christanna	fort-christanna	US		0	America/New_York	36.71348	-77.87055	68	Fort Christ-Anna,Fort Christanna		VA	025		
4759741	Fort Lewis	fort-lewis	US		0	America/New_York	38.12707	-79.61977	501			VA	017		
4759742	Fort Lewis (historical)	fort-lewis-historical	US		0	America/New_York	38.12318	-79.6081	455			VA	017		
4759750	Fort Lewis Terrace	fort-lewis-terrace	US		0	America/New_York	37.29013	-80.10254	340			VA	775		
4759761	Fort Myer Heights	fort-myer-heights	US		0	America/New_York	38.89206	-77.07942	50			VA	013		
4759764	Fort Nonsense	fort-nonsense	US		0	America/New_York	37.46514	-76.44495	4			VA	115		
4759766	Fort Nottoway	fort-nottoway	US		0	America/New_York	36.88571	-77.42387	27			VA	183		
4759767	Fort Powhatan	fort-powhatan	US		0	America/New_York	37.27098	-77.07997	17			VA	149		
4759782	Fort Ward Heights	fort-ward-heights	US		0	America/New_York	38.83595	-77.10803	67			VA	510		
4759804	Foster Fork	foster-fork	US		0	America/New_York	38.77484	-77.75333	174	Foster Fork,Fosters Corner,Fosters Fork		VA	061		
4759809	Fostern Estates	fostern-estates	US		0	America/New_York	38.71428	-77.48388	82			VA	153		
4759812	Fosters Falls	fosters-falls	US		0	America/New_York	36.88346	-80.8523	606	Foster Falls,Fosters Falls		VA	197		
4759828	Foundation Park	foundation-park	US		0	America/New_York	36.81543	-76.24855	4			VA	550		
4759830	Four Forks	four-forks	US		0	America/New_York	37.58209	-78.84446	187			VA	125		
4759842	Four Seasons	four-seasons	US		0	America/New_York	38.08403	-78.48501	158			VA	003		
4759848	Fourmile Fork	fourmile-fork	US		0	America/New_York	38.25541	-77.49776	78	Four Mile Fork,Fourmile Fork,Powells Store		VA	177		
4759849	Foursquare	foursquare	US		0	America/New_York	36.96432	-76.6919	24			VA	093		
4759854	Fourway	fourway	US		0	America/New_York	38.74984	-78.26806	820			VA	157		
4759855	Fourway	fourway	US		0	America/New_York	37.13289	-81.49344	734			VA	185		
4759876	Fox Corner	fox-corner	US		0	America/New_York	37.04209	-76.42745	5			VA	650		
4759878	Fox Chase	fox-chase	US		0	America/New_York	39.10427	-77.63388	198			VA	107		
4759885	Fox Downs	fox-downs	US		0	America/New_York	37.6932	-77.76499	113			VA	075		
4759888	Fox Hall (historical)	fox-hall-historical	US		0	America/New_York	36.8682	-76.24827	3			VA	710		
4759890	Fox Hall Park	fox-hall-park	US		0	America/New_York	36.87209	-76.22105	4			VA	710		
4759896	Fox Hill	fox-hill	US		0	America/New_York	37.08098	-76.2955	3			VA	650		
4759900	Fox Hollow	fox-hollow	US		0	America/New_York	36.60903	-79.48419	173			VA	143		
4759925	Foxfire	foxfire	US		0	America/New_York	37.25819	-79.87143	337			VA	161		
4759926	Foxhall	foxhall	US		0	America/New_York	38.91178	-77.17998	94			VA	059		
4759927	Foxridge	foxridge	US		0	America/New_York	38.70956	-77.45804	76			VA	153		
4759929	Foxsport	foxsport	US		0	America/New_York	37.05542	-79.67753	256			VA	067		
4759933	Foxwells	foxwells	US		0	America/New_York	37.6293	-76.31105	1	Fisherman,Foxwells		VA	103		
4759934	Foxwood	foxwood	US		0	America/New_York	38.16125	-78.36834	148			VA	003		
4759935	Foxwood	foxwood	US		0	America/New_York	37.28625	-80.00532	331			VA	770		
4759936	Fractionville	fractionville	US		0	America/New_York	36.70956	-82.00346	640			VA	191		
4759944	Fraleytown	fraleytown	US		0	America/New_York	36.70454	-82.82266	401			VA	169		
4759948	Fralin Park	fralin-park	US		0	America/New_York	37.24347	-79.97893	327			VA	770		
4759967	Franco	franco	US		0	America/New_York	36.97649	-82.4207	679			VA	195		
4759993	Franklin City	franklin-city	US		0	America/New_York	38.0079	-75.38353	0			VA	001		
4759999	Franklin Court	franklin-court	US		0	America/New_York	37.31625	-79.92393	334			VA	770		
4760002	Franklin Farms	franklin-farms	US		0	America/New_York	37.14987	-77.36331	49			VA	149		
4760003	Franklin Forest	franklin-forest	US		0	America/New_York	38.90928	-77.16026	111			VA	059		
4760010	Franklin Junction	franklin-junction	US		0	America/New_York	36.61348	-76.64523	21			VA	800		
4760040	Frays Mountain Estates	frays-mountain-estates	US		0	America/New_York	38.1868	-78.48446	236			VA	003		
4760054	Frederick Heights	frederick-heights	US		0	America/New_York	39.17205	-78.12806	208			VA	069		
4760503	Garfield Estates	garfield-estates	US		0	America/New_York	38.60567	-77.29748	52			VA	153		
4760506	Gargatha	gargatha	US		381	America/New_York	37.80013	-75.59798	15			VA	001		
4760510	Gardner Mills	gardner-mills	US		0	America/New_York	36.73874	-80.75285	723			VA	035		
4760515	Garland Hill	garland-hill	US		0	America/New_York	37.41709	-79.15391	215			VA	680		
4760120	Freeling	freeling	US		0	America/New_York	37.17427	-82.48599	454			VA	051		
4760136	Free Shade Corner	free-shade-corner	US		0	America/New_York	37.56042	-76.45023	22	Free Shade,Free Shade Corner,Freeshade Corner		VA	119		
4760138	Freemoor Estates	freemoor-estates	US		0	America/New_York	37.14292	-76.408	1			VA	735		
4760144	Freetown (historical)	freetown-historical	US		0	America/New_York	37.37015	-77.13192	19			VA	036		
4760151	French	french	US		0	America/New_York	37.29595	-80.87063	504	French,French Station		VA	071		
4760157	French Hay	french-hay	US		0	America/New_York	37.68709	-77.46193	53			VA	085		
4760160	Freshwater	freshwater	US		0	America/New_York	37.75042	-78.92697	236			VA	125		
4760167	Freyco	freyco	US		0	America/New_York	39.24121	-78.09778	176			VA	069		
4760174	Friend (historical)	friend-historical	US		0	America/New_York	37.24182	-77.32137	33			VA	149		
4760200	Friendship Heights	friendship-heights	US		0	America/New_York	38.45068	-78.02194	145			VA	047		
4760207	Fries Junction	fries-junction	US		0	America/New_York	36.76207	-80.95536	637			VA	035		
4760216	Fritters Corner	fritters-corner	US		0	America/New_York	38.37818	-77.35637	6			VA	179		
4760224	Frog Level	frog-level	US		0	America/New_York	37.09984	-81.56344	727	Crocketts Store,Frog Level		VA	185		
4760229	Frogtown	frogtown	US		0	America/New_York	38.90872	-77.84555	181			VA	061		
4760231	Frogtown	frogtown	US		0	America/New_York	39.06622	-77.93361	213			VA	043		
4760237	Front Royal Junction	front-royal-junction	US		0	America/New_York	38.93122	-78.18528	158			VA	187		
4760253	Fryes Store (historical)	fryes-store-historical	US		0	America/New_York	36.68569	-80.0331	328			VA	089		
4760263	Frytown	frytown	US		0	America/New_York	38.70734	-77.76555	158			VA	061		
4760270	Fugates Hill	fugates-hill	US		0	America/New_York	36.74927	-82.30486	579	Fugate Hill,Fugate's Hill,Fugates Hill		VA	167		
4760275	Fulkerson	fulkerson	US		0	America/New_York	36.6626	-82.43459	403			VA	169		
4760299	Fuller Corner	fuller-corner	US		0	America/New_York	37.04289	-82.02485	688	Fuller Corner,Fullers Corners		VA	167		
4760303	Fullers	fullers	US		0	America/New_York	36.99872	-82.09985	498			VA	167		
4760313	Furnace	furnace	US		0	America/New_York	38.44679	-78.55751	324			VA	139		
4760322	Furnace Mountain	furnace-mountain	US		0	America/New_York	39.25955	-77.54443	86			VA	107		
4760330	Furnace Hill	furnace-hill	US		0	America/New_York	36.82373	-81.49067	685			VA	173		
4760346	Gaila Woods	gaila-woods	US		0	America/New_York	38.65651	-77.41693	108			VA	153		
4760348	Gaines Mill	gaines-mill	US		0	America/New_York	37.58765	-77.30137	33	Gaine's Mill,Gaines Mill		VA	085		
4760373	Gala	gala	US		0	America/New_York	37.68874	-79.80921	294	Gala,Gala Water		VA	023		
4760410	Gallimore	gallimore	US		0	America/New_York	37.08012	-80.77063	634			VA	155		
4760415	Gallops Corner	gallops-corner	US		0	America/New_York	36.79987	-76.12938	3			VA	810		
4760420	Galts Mill	galts-mill	US		0	America/New_York	37.44792	-79.01252	154	Galt Mill,Galts Mill		VA	009		
4760449	Gap Store	gap-store	US		0	America/New_York	37.13539	-81.63122	603	Gap Store,Hankin Store		VA	185		
4760476	Garden Wood Park	garden-wood-park	US		0	America/New_York	36.89654	-76.17383	6			VA	810		
4760494	Gardners Crossroads	gardners-crossroads	US		0	America/New_York	37.89459	-77.84749	107	Gardners Cross Roads,Gardners Crossroads		VA	109		
4760537	Garnett Crossing	garnett-crossing	US		0	America/New_York	37.84847	-77.44332	38	Garnett,Garnett Crossing		VA	085		
4760543	Garners Mill	garners-mill	US		0	America/New_York	36.55598	-77.67054	47			VA	081		
4760562	Garrisonville Estates	garrisonville-estates	US		0	America/New_York	38.4729	-77.47443	81	Garrisonville,Garrisonville Estates		VA	179		
4760568	Garrisons Corners (historical)	garrisons-corners-historical	US		0	America/New_York	38.54179	-77.46165	104			VA	179		
4760573	Garysville	garysville	US		0	America/New_York	37.24987	-77.15775	13			VA	149		
4760579	Gaskins (historical)	gaskins-historical	US		0	America/New_York	36.57154	-77.40553	22			VA	081		
4760601	Gatewood Park	gatewood-park	US		0	America/New_York	36.83376	-76.04743	4			VA	810		
4760617	Gayles	gayles	US		0	America/New_York	38.29707	-77.3147	65			VA	099		
4760620	Gaymont	gaymont	US		0	America/New_York	37.25208	-79.96587	304			VA	770		
4760621	Gays (historical)	gays-historical	US		0	America/New_York	37.86236	-77.84999	102			VA	109		
4760622	Gayton	gayton	US		0	America/New_York	37.60987	-77.61138	54			VA	087		
4760623	Gayton (historical)	gayton-historical	US		0	America/New_York	37.63709	-77.63416	58			VA	087		
4760628	Geer	geer	US		0	America/New_York	38.29818	-78.49862	233			VA	079		
4760640	Gay Farms	gay-farms	US		0	America/New_York	37.35015	-77.42082	51			VA	041		
4760647	Geneva Park	geneva-park	US		0	America/New_York	36.78098	-76.33605	3			VA	550		
4760655	Genovar	genovar	US		0	America/New_York	37.07737	-76.70135	20			VA	181		
4760673	Genito Estates	genito-estates	US		0	America/New_York	37.43154	-77.6136	86			VA	041		
4760713	Georges Fork	georges-fork	US		0	America/New_York	37.149	-82.48626	469			VA	051		
4760717	Georges Landing	georges-landing	US		0	America/New_York	37.75431	-78.01111	77			VA	075		
4760718	Georges Mill	georges-mill	US		0	America/New_York	39.28788	-77.66277	126			VA	107		
4760724	Georges Tavern	georges-tavern	US		0	America/New_York	37.7357	-78.05389	105			VA	075		
4760729	Georgetown Green	georgetown-green	US		0	America/New_York	38.07236	-78.50168	173			VA	003		
4760730	Georgetown Park	georgetown-park	US		0	America/New_York	37.23542	-79.99254	354			VA	161		
4760731	Georgetown South	georgetown-south	US		0	America/New_York	38.74345	-77.47527	87			VA	683		
4760733	Georgetown Village	georgetown-village	US		0	America/New_York	38.59151	-77.29859	22			VA	153		
4760738	Gera	gera	US		0	America/New_York	38.23402	-77.1797	33			VA	099		
4760742	German	german	US		0	America/New_York	38.93261	-77.52721	101			VA	107		
4760747	Germans Corner	germans-corner	US		0	America/New_York	38.00236	-76.85524	5	German Corner,Germans Corner,Jerman's Corner,Jermans Corner		VA	159		
4760749	Germantown (historical)	germantown-historical	US		0	America/New_York	38.04929	-79.79144	691			VA	017		
4760757	Gether	gether	US		0	America/New_York	37.91625	-77.2072	51			VA	033		
4760765	Getz Corner	getz-corner	US		0	America/New_York	38.74317	-78.76252	426	Getz,Getz Corner		VA	171		
4760771	Gholsonville	gholsonville	US		0	America/New_York	36.64765	-77.89527	110			VA	025		
4760779	Gibeon	gibeon	US		0	America/New_York	37.97235	-76.61968	39			VA	133		
4760811	Gibson Station	gibson-station	US		0	America/New_York	36.60425	-83.59741	364			VA	105		
4760814	Gidsville	gidsville	US		0	America/New_York	37.69403	-79.10781	261			VA	009		
4760815	Giesley Mill	giesley-mill	US		0	America/New_York	36.77956	-81.88151	629	Giesler Mill,Giesley Mill		VA	191		
4760823	Gilbert Heights	gilbert-heights	US		0	America/New_York	38.15486	-78.38973	145			VA	003		
4760825	Gilbert Mill	gilbert-mill	US		0	America/New_York	36.58514	-80.24477	348			VA	141		
4760827	Gilberts Corner	gilberts-corner	US		0	America/New_York	38.969	-77.62249	110			VA	107		
4760838	Giles Mill	giles-mill	US		0	America/New_York	37.48209	-77.9675	74			VA	007		
4760841	Gilbert Gardens	gilbert-gardens	US		0	America/New_York	37.51931	-77.37026	48			VA	087		
4760866	Gilley	gilley	US		0	America/New_York	37.09927	-82.67488	506			VA	195		
4760880	Gilliamsville	gilliamsville	US		0	America/New_York	37.66765	-78.26	119			VA	029		
4760881	Gillick Corner	gillick-corner	US		0	America/New_York	37.89236	-76.50106	36	Gillick Corner,Gillicks Corner		VA	133		
4760887	Gills	gills	US		0	America/New_York	37.29349	-78.19861	159	Gills,New London		VA	007		
4760888	Gills	gills	US		0	America/New_York	36.67153	-78.28861	106			VA	117		
4760891	Gills Corner	gills-corner	US		0	America/New_York	36.8607	-78.035	138			VA	111		
4760913	Gilmer Terrace	gilmer-terrace	US		0	America/New_York	36.83069	-79.39641	228			VA	143		
4760582	Gary	gary	US	24836	0	America/New_York	36.86515	-78.20028	137			VA	111		
4760914	Gilmerton	gilmerton	US		0	America/New_York	36.77098	-76.31189	1			VA	550		
4760921	Gilmore Mills	gilmore-mills	US		0	America/New_York	37.60875	-79.54143	238	Gilmore Mills,Gilmore's Mills,Gilmores Mills		VA	163		
4760937	Ginter Park	ginter-park	US		0	America/New_York	37.58765	-77.45554	60			VA	760		
4760967	Glade Road Heights	glade-road-heights	US		0	America/New_York	37.23541	-80.45644	622			VA	121		
4760976	Gladehill	gladehill	US		0	America/New_York	36.98959	-79.76281	323	Glade Hill,Gladehill		VA	067		
4760982	Gladesboro	gladesboro	US		0	America/New_York	36.68597	-80.60979	805	Gladesboro,Gladesborough		VA	035		
4760989	Gladewood	gladewood	US		0	America/New_York	37.23346	-80.44561	628			VA	121		
4761002	Glamorgan	glamorgan	US		0	America/New_York	36.99871	-82.59432	675			VA	195		
4761028	Gleatons Mobile Home Park	gleatons-mobile-home-park	US		0	America/New_York	38.66206	-77.29082	72			VA	153		
4761039	Glebe Mills	glebe-mills	US		0	America/New_York	37.42541	-79.93226	386			VA	023		
4761041	Glebe Point	glebe-point	US		0	America/New_York	37.31598	-77.47887	49			VA	041		
4761053	Glen Alden	glen-alden	US		0	America/New_York	38.84733	-77.3586	133			VA	059		
4761058	Glen Burke	glen-burke	US		0	America/New_York	37.14872	-81.82901	726			VA	185		
4761060	Glen Court	glen-court	US		0	America/New_York	36.60625	-79.86504	240			VA	089		
4761065	Glen Echo Place	glen-echo-place	US		0	America/New_York	37.51626	-77.53388	49			VA	041		
4761068	Glen Forest	glen-forest	US		0	America/New_York	38.85511	-77.13331	81			VA	059		
4761069	Glen Forest	glen-forest	US		0	America/New_York	37.26152	-80.1531	378			VA	161		
4761070	Glen Forest	glen-forest	US		0	America/New_York	36.83959	-76.47384	6			VA	800		
4761086	Glen Roy Estates	glen-roy-estates	US		0	America/New_York	37.40458	-76.48356	4			VA	073		
4761088	Glenaire	glenaire	US		0	America/New_York	38.06597	-78.62891	206			VA	003		
4761089	Glenbrook Hills	glenbrook-hills	US		0	America/New_York	37.58042	-77.56277	65			VA	087		
4761091	Glencarlyn	glencarlyn	US		0	America/New_York	38.86178	-77.12915	82	Carlin,Carlin Spring Station,Carlin's,Carlins,Glen Carlyn,Glencarlyn		VA	013		
4761100	Glendale (historical)	glendale-historical	US		0	America/New_York	38.819	-77.90111	204			VA	061		
4761104	Glendie	glendie	US		0	America/New_York	38.39985	-77.53499	119			VA	179		
4761105	Glendower	glendower	US		0	America/New_York	37.83736	-78.54362	118			VA	003		
4761106	Glendoyle (historical)	glendoyle-historical	US		0	America/New_York	37.05209	-77.56221	52			VA	053		
4761108	Gleedsville	gleedsville	US		0	America/New_York	39.04927	-77.60471	105	Gleedsville,Leedsville		VA	107		
4761111	Glenita	glenita	US		0	America/New_York	36.69537	-82.75044	395			VA	169		
4761113	Glenland	glenland	US		0	America/New_York	36.99958	-79.21808	214			VA	143		
4761114	Glenmere	glenmere	US		0	America/New_York	38.90011	-77.22137	140			VA	059		
4761116	Glenmore	glenmore	US		0	America/New_York	38.00708	-78.37973	127			VA	003		
4761117	Glenmore	glenmore	US		0	America/New_York	37.67153	-78.59001	179			VA	029		
4761123	Glenns	glenns	US		0	America/New_York	37.5657	-76.61273	28			VA	073		
4761124	Glenora	glenora	US		0	America/New_York	38.08875	-77.79416	101			VA	177		
4761125	Glenorchy	glenorchy	US		0	America/New_York	38.02653	-78.43334	163			VA	003		
4761127	Glenvar	glenvar	US		976	America/New_York	37.27402	-80.13393	332	Fort Lewis,Glenvar		VA	161		
4761129	Glenvar East	glenvar-east	US		0	America/New_York	37.28208	-80.13726	378			VA	161		
4761130	Glenvar Heights	glenvar-heights	US		0	America/New_York	37.26597	-80.14921	376			VA	161		
4761145	Glenwood Estates	glenwood-estates	US		0	America/New_York	37.23347	-79.92448	313			VA	770		
4761146	Glenwood Farms	glenwood-farms	US		0	America/New_York	37.57653	-77.38526	58			VA	087		
4761150	Glenwood Park	glenwood-park	US		0	America/New_York	36.92876	-76.31272	3			VA	710		
4761156	Glimpses Corner	glimpses-corner	US		0	America/New_York	37.63014	-77.15497	45			VA	085		
4761739	Grant Village	grant-village	US		0	America/New_York	37.21459	-77.46332	46			VA	053		
4761166	Gloucester Courthouse	gloucester-courthouse	US		2951	America/New_York	37.40986	-76.52662	10			VA	073		
4761209	Goby	goby	US		0	America/New_York	38.31374	-77.27415	52			VA	099		
4761235	Gogginsville	gogginsville	US		0	America/New_York	37.04042	-79.92587	373			VA	067		
4761238	Golansville	golansville	US		0	America/New_York	37.98069	-77.50082	70	Golans Meeting House,Golansville		VA	033		
4761239	Gold Dale	gold-dale	US		0	America/New_York	38.26708	-77.80583	148	Gold Dale,Golddale		VA	137		
4761256	Goldbond	goldbond	US		0	America/New_York	37.38012	-80.66646	546	Goldbond,Kerns		VA	071		
4761260	Golden Hills	golden-hills	US		0	America/New_York	38.48957	-77.71916	122			VA	061		
4761265	Goldmans Corner	goldmans-corner	US		0	America/New_York	38.11347	-77.20553	61			VA	033		
4761275	Gonyon	gonyon	US		0	America/New_York	37.90374	-76.33856	7	Gonvon,Gonyon		VA	133		
4761309	Good Luck	good-luck	US		0	America/New_York	37.74375	-76.36245	28	Good Luck,Harveys Wharf,Warnetta		VA	103		
4761332	Goodall	goodall	US		0	America/New_York	37.78264	-77.63693	85	Goodall,Goodalls		VA	085		
4761342	Goode Crossing	goode-crossing	US		0	America/New_York	37.42126	-77.85805	58	Goode Crossing,Goodes Crossing		VA	145		
4761351	Goodloe (historical)	goodloe-historical	US		0	America/New_York	36.86121	-82.86016	659			VA	105		
4761362	Goodrich Fork	goodrich-fork	US		0	America/New_York	37.00043	-76.91746	33			VA	181		
4761365	Goods Mill	goods-mill	US		0	America/New_York	38.77039	-78.40473	192			VA	139		
4761366	Goods Mill	goods-mill	US		0	America/New_York	38.34179	-78.81169	340	Good's Mills,Goods Mill,Goods Mills		VA	165		
4761387	Goodwin Neck Estates	goodwin-neck-estates	US		0	America/New_York	37.20848	-76.423	1			VA	199		
4761393	Goodwins Ferry (historical)	goodwins-ferry-historical	US		0	America/New_York	37.22124	-80.61089	512			VA	121		
4761435	Goose Pimple Junction	goose-pimple-junction	US		0	America/New_York	36.59678	-82.10346	580			VA	191		
4761444	Goosepoint	goosepoint	US		0	America/New_York	37.64654	-77.70166	81			VA	075		
4761445	Gordon Corner	gordon-corner	US		0	America/New_York	36.7232	-78.28055	132			VA	117		
4761449	Gordon Landing	gordon-landing	US		0	America/New_York	37.58792	-76.97386	3			VA	101		
4761452	Gordondale	gordondale	US		0	America/New_York	39.30316	-78.1	208			VA	069		
4761457	Gordon Crossing	gordon-crossing	US		0	America/New_York	37.74014	-78.81696	211			VA	125		
4761469	Goresville	goresville	US		0	America/New_York	39.19816	-77.53832	85			VA	107		
4761482	Gose Mill	gose-mill	US		0	America/New_York	37.12512	-81.35594	926	Gose Mill,Goses Mill		VA	185		
4761494	Goshen Cross Road	goshen-cross-road	US		0	America/New_York	37.87236	-77.63888	82			VA	085		
4761536	Gouldin	gouldin	US		0	America/New_York	37.77237	-77.7011	85	Gauldin,Gouldin		VA	085		
4761638	Grace Point	grace-point	US		0	America/New_York	37.69597	-76.35383	3			VA	103		
4761651	Graden	graden	US		0	America/New_York	36.97649	-82.64794	681			VA	195		
4761661	Grafton Village	grafton-village	US		0	America/New_York	38.32346	-77.44193	55			VA	179		
4761680	Graham Park Shores	graham-park-shores	US		0	America/New_York	38.55151	-77.31082	10			VA	153		
4761687	Grahams Forge	grahams-forge	US		0	America/New_York	36.93984	-80.8848	602	Graham Forge,Graham's Forge,Grahams Forge		VA	197		
4761699	Grand Summit	grand-summit	US		0	America/New_York	37.53126	-77.55777	98			VA	041		
4761703	Grandin Court	grandin-court	US		0	America/New_York	37.24875	-79.98837	349			VA	770		
4761709	Grandview Estates	grandview-estates	US		0	America/New_York	38.89511	-78.22528	199			VA	187		
4761710	Grandview Gardens	grandview-gardens	US		0	America/New_York	37.28569	-80.12587	371			VA	161		
4761711	Grandview Heights	grandview-heights	US		0	America/New_York	37.13013	-80.55256	574			VA	750		
4761717	Grandy Park	grandy-park	US		0	America/New_York	36.84293	-76.24799	3			VA	710		
4761748	Grapefield	grapefield	US		0	America/New_York	37.14956	-81.24204	708			VA	021		
4761755	Grassland	grassland	US		0	America/New_York	38.26374	-77.98611	146			VA	137		
4761760	Grassfield	grassfield	US		0	America/New_York	36.71793	-76.32272	2	Grassfield,Grassland		VA	550		
4761813	Gratton	gratton	US		937	America/New_York	37.13484	-81.41399	851	Grattan,Gratton		VA	185		
4761815	Gravel Hill	gravel-hill	US		0	America/New_York	37.58404	-78.37472	147			VA	029		
4761817	Gravel Hill	gravel-hill	US		0	America/New_York	37.53654	-77.51471	49	Granite,Gravel Hill		VA	760		
4761832	Gravel Lick	gravel-lick	US		0	America/New_York	36.95094	-82.23069	591			VA	167		
4761843	Gravel Springs	gravel-springs	US		0	America/New_York	39.07511	-78.44029	261	Gravel Spring,Gravel Springs		VA	069		
4761858	Graves	graves	US		0	America/New_York	39.05594	-77.50666	95			VA	107		
4761861	Graves Corner	graves-corner	US		0	America/New_York	38.25679	-77.28109	15	Graves Corner,Lagrange		VA	099		
4761864	Graves Mill	graves-mill	US		0	America/New_York	38.42263	-78.36751	244			VA	113		
4761889	Gray Sulphur Springs (historical)	gray-sulphur-springs-historical	US		0	America/New_York	37.39457	-80.78535	511			VA	071		
4761892	Grays	grays	US		0	America/New_York	36.8001	-82.50238	400	Grays,Harwood		VA	169		
4761895	Grays Corner	grays-corner	US		0	America/New_York	38.02374	-76.61218	34	Grays Corner,Greys Corner,Griffith's Corner		VA	193		
4761897	Grays Corner	grays-corner	US		0	America/New_York	37.65014	-78.63196	169			VA	029		
4761899	Grays Ford	grays-ford	US		0	America/New_York	36.80371	-82.5046	386			VA	169		
4761917	Grayson Village Mobile Home Park	grayson-village-mobile-home-park	US		0	America/New_York	38.57706	-77.32109	49			VA	153		
4761918	Graysontown	graysontown	US		0	America/New_York	37.03846	-80.56117	573	Graysonton,Graysontown		VA	121		
4761936	Great Bridge	great-bridge	US		0	America/New_York	36.71376	-76.23883	2			VA	550		
4761982	Great Neck Estates	great-neck-estates	US		0	America/New_York	36.88181	-76.04993	4			VA	810		
4761984	Great Neck Manor	great-neck-manor	US		0	America/New_York	36.88237	-76.04188	4			VA	810		
4761991	Great Oaks	great-oaks	US		0	America/New_York	37.46264	-79.12141	253			VA	009		
4762017	Green Acres	green-acres	US		0	America/New_York	36.84237	-76.40272	3			VA	550		
4762018	Green Acres	green-acres	US		0	America/New_York	38.83983	-77.3036	133			VA	600		
4762019	Green Acres	green-acres	US		0	America/New_York	39.17788	-78.14167	209			VA	069		
4762020	Green Acres	green-acres	US		0	America/New_York	36.57875	-79.3503	183			VA	143		
4762039	Green Cove	green-cove	US		0	America/New_York	36.61762	-81.64317	975			VA	191		
4762052	Green Hill	green-hill	US		0	America/New_York	37.06181	-79.07252	169			VA	031		
4762053	Green Hill	green-hill	US		0	America/New_York	37.27597	-80.09865	360			VA	161		
4762071	Green Hill Farms	green-hill-farms	US		0	America/New_York	36.89543	-76.25216	3			VA	710		
4762072	Green Hill Forest	green-hill-forest	US		0	America/New_York	38.91483	-78.14639	307			VA	187		
4762075	Green Hill Terrace	green-hill-terrace	US		0	America/New_York	37.26902	-80.10726	360			VA	161		
4762079	Green Lakes	green-lakes	US		0	America/New_York	36.81182	-76.39133	4			VA	740		
4762082	Green Meadow Point	green-meadow-point	US		0	America/New_York	36.84043	-76.40995	4	Green Meadow Point,Green Meadows Point		VA	550		
4762083	Green Meadows	green-meadows	US		0	America/New_York	37.27987	-79.2278	236			VA	031		
4762084	Green Meadows	green-meadows	US		0	America/New_York	37.52987	-77.2472	37			VA	087		
4762085	Green Mount	green-mount	US		0	America/New_York	38.51957	-78.89086	382	Green Mount,Greenmount,Greenmount Church of the Brethren		VA	165		
4762099	Green Place	green-place	US		0	America/New_York	37.01317	-81.74012	766			VA	185		
4762100	Green Plain	green-plain	US		0	America/New_York	36.69682	-77.45192	39	Green Plain,Greenplain		VA	081		
4762154	Greenbriar	greenbriar	US		0	America/New_York	37.31154	-77.4436	51			VA	041		
4762155	Greenbriar	greenbriar	US		8166	America/New_York	38.87345	-77.40082	112			VA	059		
4762156	Greenbriar	greenbriar	US		0	America/New_York	36.84987	-76.34661	3			VA	740		
4762159	Greenbriar Heights	greenbriar-heights	US		0	America/New_York	38.06625	-78.47084	138			VA	540		
4762174	Greenbrier Park	greenbrier-park	US		0	America/New_York	37.25236	-79.9792	330			VA	770		
4762197	Greenes Corner	greenes-corner	US		0	America/New_York	37.97597	-77.71999	94	Greenes Corner,Parrish Store		VA	109		
4762210	Greenfield Farms	greenfield-farms	US		0	America/New_York	36.85987	-76.38133	3			VA	740		
4762215	Greenfields	greenfields	US		0	America/New_York	38.04431	-78.47751	134			VA	003		
4762218	Greenland Hills	greenland-hills	US		0	America/New_York	37.24403	-79.9942	340			VA	770		
4762224	Greenlee	greenlee	US		0	America/New_York	37.61458	-79.49948	231			VA	163		
4762226	Greenleigh Mobile Home Park	greenleigh-mobile-home-park	US		0	America/New_York	37.33348	-77.40554	39			VA	041		
4762235	Greens Corner	greens-corner	US		0	America/New_York	38.47068	-77.94222	113			VA	047		
4762242	Greensprings	greensprings	US		0	America/New_York	37.2882	-76.71468	28			VA	199		
4762262	Greenvale (historical)	greenvale-historical	US		0	America/New_York	37.72153	-76.55218	8			VA	103		
4762277	Greenway Court	greenway-court	US		0	America/New_York	39.04622	-78.11861	186			VA	043		
4762278	Greenway Estates	greenway-estates	US		0	America/New_York	39.05011	-78.06111	176			VA	043		
4762280	Greenway Hills	greenway-hills	US		0	America/New_York	38.85483	-77.28915	112			VA	600		
4762285	Greenwich Acres	greenwich-acres	US		0	America/New_York	38.74845	-77.63499	95			VA	153		
4762294	Greenwood (historical)	greenwood-historical	US		0	America/New_York	37.95429	-79.96561	482			VA	017		
4762311	Greenwood Farms	greenwood-farms	US		0	America/New_York	37.02959	-76.41384	4			VA	650		
4762312	Greenwood Farms	greenwood-farms	US		0	America/New_York	37.20848	-77.43193	46			VA	730		
4762313	Greenwood Forest	greenwood-forest	US		0	America/New_York	37.23847	-79.99365	372			VA	161		
4762314	Greenwood Heights	greenwood-heights	US		0	America/New_York	39.1651	-78.1175	203	Greenwood,Greenwood Heights		VA	069		
4762316	Greenway Downs	greenway-downs	US		0	America/New_York	38.87706	-77.18331	95			VA	059		
4762318	Greenwood Park	greenwood-park	US		0	America/New_York	36.72209	-77.56443	48			VA	081		
4762333	Greggsville	greggsville	US		0	America/New_York	39.06622	-77.71083	141			VA	107		
4762341	Gregory Corner	gregory-corner	US		0	America/New_York	36.80042	-78.36444	150			VA	117		
4762352	Gressitt	gressitt	US		0	America/New_York	37.48737	-76.70774	14	Gressitt,Gressitts Corner		VA	097		
4762355	Greta (historical)	greta-historical	US		0	America/New_York	37.91346	-75.53381	11			VA	001		
4762369	Greyledge	greyledge	US		0	America/New_York	37.57236	-79.66643	379	Gray Ledge,Greyledge		VA	023		
4762380	Griffins Landing	griffins-landing	US		0	America/New_York	37.75153	-76.52217	2			VA	103		
4762381	Griffinsburg	griffinsburg	US		0	America/New_York	38.52207	-78.09833	175	Griffinsburg,Griffinsburgh,Hasle River Mills,Haste River Mills,Hazle River Mills		VA	047		
4762386	Griffiths Corner	griffiths-corner	US		0	America/New_York	38.03346	-76.63023	39	Griffith's Corner,Griffiths Corner		VA	193		
4762397	Grigbys Store	grigbys-store	US		0	America/New_York	36.78566	-82.38626	607			VA	169		
4762399	Grimsleyville	grimsleyville	US		0	America/New_York	37.16817	-81.9029	577			VA	027		
4762415	Grinels	grinels	US		0	America/New_York	37.56986	-76.35828	12	Grenils,Grinels		VA	119		
4762423	Grit	grit	US		0	America/New_York	37.07625	-79.2478	239			VA	143		
4762425	Grizzard	grizzard	US		0	America/New_York	36.72654	-77.43748	39			VA	183		
4762433	Grizzle (historical)	grizzle-historical	US		0	America/New_York	36.99177	-82.16541	579			VA	167		
4762442	Groseclose	groseclose	US		0	America/New_York	36.88956	-81.34705	746			VA	173		
4762443	Groseclose	groseclose	US		0	America/New_York	36.90817	-81.20871	722	Grosclose,Groseclose		VA	197		
4762445	Groseclose Corner	groseclose-corner	US		0	America/New_York	36.66817	-81.80262	571			VA	191		
4762446	Groseclose Store	groseclose-store	US		0	America/New_York	36.98539	-81.39539	766			VA	021		
4762450	Gross Point	gross-point	US		0	America/New_York	37.0632	-79.59059	244			VA	019		
4762452	Groton Town	groton-town	US		0	America/New_York	37.86651	-75.58687	9			VA	001		
4762453	Grotons	grotons	US		0	America/New_York	37.92624	-75.64354	1			VA	001		
4762462	Grouse Hollow Estates	grouse-hollow-estates	US		0	America/New_York	39.25982	-78.19834	240	Goose Hollow Estates,Grouse Hollow Estates		VA	069		
4762483	Grove Park	grove-park	US		0	America/New_York	37.29041	-79.98587	325			VA	770		
4762484	Grove Park	grove-park	US		0	America/New_York	36.56347	-79.40058	157			VA	590		
4762487	Grove Place	grove-place	US		0	America/New_York	37.35515	-77.42609	52			VA	041		
4762498	Groveton Heights	groveton-heights	US		0	America/New_York	38.77039	-77.09359	74			VA	059		
4762503	Grubb	grubb	US		0	America/New_York	36.91151	-81.15759	680	Alloway,Grubb		VA	197		
4762528	Grove Park	grove-park	US		0	America/New_York	36.8257	-76.35578	5			VA	740		
4762531	Guildfield Corner	guildfield-corner	US		0	America/New_York	36.89904	-76.9119	20			VA	175		
4762532	Guilds Acres	guilds-acres	US		0	America/New_York	37.6932	-77.28581	41			VA	085		
4762544	Guilford Heights	guilford-heights	US		0	America/New_York	37.20876	-76.91857	28			VA	181		
4762549	Guinea Mills	guinea-mills	US		0	America/New_York	37.4371	-78.33166	137			VA	049		
4762565	Gullysville	gullysville	US		0	America/New_York	37.8632	-78.8678	240			VA	125		
4762566	Gulvey	gulvey	US		0	America/New_York	38.24291	-77.0947	41			VA	099		
4762567	Gum	gum	US		0	America/New_York	36.63515	-77.08246	28			VA	175		
4762574	Gum Fork	gum-fork	US		0	America/New_York	37.36681	-76.57051	25	Gum Fork,Nest		VA	073		
4762587	Gum Springs	gum-springs	US		0	America/New_York	38.74039	-77.0822	9			VA	059		
4762590	Gum Tree	gum-tree	US		0	America/New_York	37.81931	-77.47415	44			VA	085		
4762592	Gun Barrel Lane Estates	gun-barrel-lane-estates	US		0	America/New_York	39.05927	-78.12611	198			VA	043		
4762595	Gunn	gunn	US		0	America/New_York	37.49346	-80.23533	489			VA	045		
4762596	Gunn Hall Manor	gunn-hall-manor	US		0	America/New_York	36.77709	-76.00437	4			VA	810		
4762610	Gunston Heights	gunston-heights	US		0	America/New_York	38.67401	-77.21165	29			VA	059		
4762611	Gunston Manor	gunston-manor	US		0	America/New_York	38.64789	-77.14359	12			VA	059		
4762632	Gwaltney Crossroads	gwaltney-crossroads	US		0	America/New_York	36.98793	-76.76496	22			VA	093		
4762633	Gwathmey	gwathmey	US		0	America/New_York	37.73403	-77.48943	63	Gwathmey,Gwathney		VA	085		
4762642	Gwaltney Corner	gwaltney-corner	US		0	America/New_York	37.11182	-77.02385	34			VA	181		
4762643	Gypsum Hill Estates	gypsum-hill-estates	US		0	America/New_York	38.87039	-77.61888	141			VA	153		
4762662	Hackleys Crossroad	hackleys-crossroad	US		0	America/New_York	38.72762	-78.03111	159			VA	157		
4762679	Hadensville Estates	hadensville-estates	US		0	America/New_York	37.84737	-77.95805	110			VA	075		
4762680	Hadensville Farms	hadensville-farms	US		0	America/New_York	37.8357	-77.96083	107			VA	075		
4762681	Hadlock	hadlock	US		0	America/New_York	37.51763	-75.83354	11	Hadlock,Hadlocktown		VA	131		
4762686	Haden	haden	US		0	America/New_York	37.71652	-79.83394	301			VA	023		
4762687	Hagood	hagood	US		0	America/New_York	36.64737	-78.1175	125			VA	117		
4762717	Hale Creek	hale-creek	US		0	America/New_York	37.26122	-81.94262	468	Hale Branch,Hale Creek		VA	027		
4762725	Haleford (historical)	haleford-historical	US		0	America/New_York	37.14598	-79.66559	242			VA	019		
4762727	Halemhurst	halemhurst	US		0	America/New_York	38.8415	-77.29665	135			VA	600		
4762728	Hales Bottom	hales-bottom	US		0	America/New_York	37.26567	-81.29566	713	Hales Bottom,Mullins Bottom,Mullis		VA	185		
4762733	Hales Ford (historical)	hales-ford-historical	US		0	America/New_York	37.12681	-79.69948	302	Hale's Ford,Hales Ford (historical)		VA	067		
4762740	Haleys Corner	haleys-corner	US		0	America/New_York	37.8482	-77.36915	63			VA	033		
4762763	Halifax Hills	halifax-hills	US		0	America/New_York	36.82153	-79.38641	212			VA	143		
4762764	Halifax Manor Mobile Home Park	halifax-manor-mobile-home-park	US		0	America/New_York	36.67709	-77.54776	38			VA	595		
4762805	Hallmark Manor	hallmark-manor	US		0	America/New_York	38.78289	-77.49721	63			VA	153		
4762809	Hallowing Point Estates	hallowing-point-estates	US		0	America/New_York	38.63762	-77.14387	12			VA	059		
4762826	Halls Hill	halls-hill	US		0	America/New_York	38.89761	-77.12859	128			VA	013		
4762844	Hamilton Crossing	hamilton-crossing	US		0	America/New_York	38.24346	-77.43415	25	Hamilton Crossing,Hamiltons Crossing		VA	177		
4762861	Hamilton Town	hamilton-town	US		0	America/New_York	36.96205	-82.59738	715	Hamilton Town,Hamilton town,Hamiltontown		VA	195		
4762869	Hamlins Corner	hamlins-corner	US		0	America/New_York	37.94152	-76.46079	30			VA	133		
4762886	Hampden Hills	hampden-hills	US		0	America/New_York	37.23875	-79.91837	322			VA	161		
4762931	Hams Ford	hams-ford	US		0	America/New_York	38.12236	-77.55137	83	Ham's Ford,Hams Ford		VA	177		
4762936	Hanckel	hanckel	US		0	America/New_York	36.84956	-81.80568	606	Hanckel,Hankel		VA	191		
4762952	Haneytown	haneytown	US		0	America/New_York	38.29041	-78.53529	254			VA	079		
4762954	Handsom	handsom	US		0	America/New_York	36.64237	-77.03052	9	Hand Station,Handsom,Handsom Hand,Handsom's Depot,Handsoms Depot		VA	175		
4762955	Hanger	hanger	US		0	America/New_York	37.21678	-82.0068	412			VA	027		
4762957	Hanford Crossroads	hanford-crossroads	US		0	America/New_York	36.74792	-78.52639	133	Hanford Cross Roads,Hanford Crossroads		VA	117		
4762959	Hanging Rock	hanging-rock	US		0	America/New_York	37.32819	-80.04004	340			VA	161		
4762991	Hanover Farms	hanover-farms	US		0	America/New_York	37.58348	-77.29637	43			VA	085		
4762992	Hanover Heights	hanover-heights	US		0	America/New_York	37.65014	-77.39693	60			VA	085		
4762993	Hanover Heights	hanover-heights	US		0	America/New_York	37.14237	-76.52717	9			VA	700		
4762994	Hanover Heights South	hanover-heights-south	US		0	America/New_York	37.64737	-77.39581	59			VA	085		
4762995	Hanover Hills	hanover-hills	US		0	America/New_York	37.70125	-77.39776	54			VA	085		
4763002	Hanovertown	hanovertown	US		0	America/New_York	37.69736	-77.24664	14			VA	085		
4763003	Hans Meadow	hans-meadow	US		0	America/New_York	37.13707	-80.38588	643			VA	121		
4763007	Hansonville	hansonville	US		0	America/New_York	36.824	-82.14625	679			VA	167		
4763017	Happy Creek	happy-creek	US		0	America/New_York	38.92983	-78.14861	196			VA	187		
4763037	Harbour Point	harbour-point	US		0	America/New_York	37.4168	-75.95438	4			VA	131		
4763039	Harcum	harcum	US		0	America/New_York	37.51847	-76.50523	25			VA	073		
4763040	Hard Corner	hard-corner	US		0	America/New_York	38.00652	-77.28776	61			VA	033		
4763050	Hardins Corner	hardins-corner	US		0	America/New_York	37.81875	-76.39634	31			VA	133		
4763051	Hardscrabble	hardscrabble	US		0	America/New_York	38.56151	-79.57311	782			VA	091		
4763054	Hardings	hardings	US		0	America/New_York	37.74875	-76.32967	3	Hardings,Hopeside		VA	133		
4763056	Hardware	hardware	US		0	America/New_York	37.74292	-78.40556	79	Hardware,Vallena		VA	065		
4763073	Hardy Ford	hardy-ford	US		0	America/New_York	37.21181	-79.79837	311	Hardy Ford,Hardys Ford		VA	067		
4763083	Hare Valley	hare-valley	US		0	America/New_York	37.49513	-75.8591	12			VA	131		
4763084	Hare Valley Estates	hare-valley-estates	US		0	America/New_York	37.4993	-75.8491	12			VA	131		
4763105	Harman Junction	harman-junction	US		0	America/New_York	37.31011	-82.16236	293	Harman Junction,Harmon Junction		VA	027		
4763114	Harmon Forest	harmon-forest	US		0	America/New_York	37.12541	-80.43588	655			VA	121		
4763134	Harmony Village	harmony-village	US		0	America/New_York	37.58153	-76.48745	28			VA	119		
4763148	Harpers	harpers	US		0	America/New_York	36.99348	-77.78944	91	Harpers,Harpers Home		VA	053		
4763157	Harrell Corner	harrell-corner	US		0	America/New_York	38.87761	-78.06416	335	Harrell Corner,Harrels Corner		VA	061		
4763162	Harrells Mill	harrells-mill	US		0	America/New_York	36.77487	-77.39136	28			VA	183		
4763169	Harris (historical)	harris-historical	US		0	America/New_York	38.02708	-77.76499	76			VA	109		
4763190	Harris Crossroads	harris-crossroads	US		0	America/New_York	36.6682	-77.68749	90			VA	025		
4763193	Harris Grove	harris-grove	US		0	America/New_York	37.19431	-76.48189	16			VA	199		
4763256	Hart Corner	hart-corner	US		0	America/New_York	37.84958	-77.42193	32			VA	033		
4763258	Harryhogan	harryhogan	US		0	America/New_York	38.00707	-76.54412	3			VA	133		
4763264	Harts (historical)	harts-historical	US		0	America/New_York	38.1343	-76.92469	50			VA	193		
4763294	Harveys	harveys	US		0	America/New_York	37.74458	-76.33911	3	Harveys,Harveys Wharf		VA	133		
4763300	Harwoods Mill	harwoods-mill	US		0	America/New_York	37.1382	-76.45023	6			VA	199		
4763312	Haskinton (historical)	haskinton-historical	US		0	America/New_York	36.56625	-78.32611	91			VA	117		
4763322	Hatcher	hatcher	US		0	America/New_York	37.56182	-78.29917	111	Hatcher,Willis		VA	049		
4763336	Hatchers	hatchers	US		0	America/New_York	37.58043	-78.05139	91			VA	145		
4763346	Hatton Point	hatton-point	US		0	America/New_York	36.85681	-76.37522	4			VA	740		
4763351	Hattontown (historical)	hattontown-historical	US		0	America/New_York	38.94511	-77.39304	119			VA	059		
4763359	Haven (historical)	haven-historical	US		0	America/New_York	37.43819	-76.28439	1			VA	115		
4763360	Haven Beach	haven-beach	US		0	America/New_York	37.42625	-76.25633	1			VA	115		
4763361	Haven Heights	haven-heights	US		0	America/New_York	37.13124	-80.54533	603			VA	750		
4763362	Haven Heights	haven-heights	US		0	America/New_York	36.81293	-76.17577	8			VA	810		
4763366	Haver Hills	haver-hills	US		0	America/New_York	38.964	-77.28054	70			VA	059		
4763370	Haw Branch	haw-branch	US		0	America/New_York	37.41043	-78.02056	94	Haw,Haw Branch		VA	007		
4763376	Hawk	hawk	US		0	America/New_York	37.40987	-78.35611	142	Antioch,Hawk,Hawks		VA	049		
4763387	Hawkins Mill	hawkins-mill	US		0	America/New_York	36.80816	-82.17736	663	Hawkin Mill,Hawkins Mill		VA	167		
4763392	Hawkinstown	hawkinstown	US		0	America/New_York	38.77261	-78.61307	268			VA	171		
4763402	Hawlin	hawlin	US		0	America/New_York	38.59568	-78.20806	201	Hawlin,Hawling		VA	157		
4763410	Haxall	haxall	US		0	America/New_York	37.37265	-77.24386	0	Hardens,Hardens Landing,Hardens Wharf,Hardin,Hardings,Haxall		VA	036		
4763415	Haycock	haycock	US		0	America/New_York	36.87291	-80.27033	785			VA	063		
4763424	Hay Run	hay-run	US		0	America/New_York	36.99208	-79.94642	393			VA	067		
4763458	Haymount	haymount	US		0	America/New_York	38.20374	-77.2522	48			VA	033		
4763460	Haymakertown	haymakertown	US		0	America/New_York	37.46624	-79.9706	383			VA	023		
4763481	Hayter	hayter	US		0	America/New_York	36.73567	-81.91985	650			VA	191		
4763485	Hayters Gap	hayters-gap	US		0	America/New_York	36.83567	-81.92874	476	Hayter Gap,Hayter's Gap,Hayters Gap,Hyters Gap,Hytersgap		VA	191		
4763497	Hazel Hill	hazel-hill	US		0	America/New_York	38.29679	-77.45832	11			VA	630		
4763499	Hazel Grove	hazel-grove	US		0	America/New_York	38.30291	-77.65332	100			VA	177		
4763537	Healing Springs	healing-springs	US		0	America/New_York	37.96096	-79.86255	680	Healing Spring,Healing Springs		VA	017		
4763543	Healys	healys	US		0	America/New_York	37.57292	-76.51162	23			VA	119		
4763546	Heards	heards	US		0	America/New_York	37.92014	-78.75363	328			VA	003		
4763555	Heatherstone	heatherstone	US		0	America/New_York	37.35486	-79.84226	371			VA	023		
4763556	Heatherwood	heatherwood	US		0	America/New_York	37.6457	-77.3297	49			VA	085		
4763557	Heaths Store	heaths-store	US		0	America/New_York	37.7357	-77.45109	64			VA	085		
4763595	Heckler Village	heckler-village	US		0	America/New_York	37.53709	-77.36887	39	Cedar Fork,Hechler Village,Heckler Village		VA	087		
4763596	Hedgelawn Gardens	hedgelawn-gardens	US		0	America/New_York	37.33902	-79.94615	340			VA	161		
4763599	Heidelberg Estates	heidelberg-estates	US		0	America/New_York	37.30708	-80.07199	359			VA	161		
4763600	Height	height	US		0	America/New_York	37.28067	-81.814	869			VA	027		
4763601	Heights	heights	US		0	America/New_York	37.21126	-77.4072	45			VA	730		
4763613	Helmet	helmet	US		0	America/New_York	37.91702	-77.10596	56	Helment,Helmet		VA	097		
4763633	Hemlock Hills	hemlock-hills	US		0	America/New_York	37.30402	-80.00004	349			VA	770		
4763658	Hendersons Store	hendersons-store	US		0	America/New_York	37.7432	-78.99864	230			VA	125		
4763659	Hendersonville (historical)	hendersonville-historical	US		0	America/New_York	37.14571	-78.0875	137			VA	135		
4763666	Henegartown	henegartown	US		0	America/New_York	36.67759	-83.30018	521			VA	105		
4763677	Henley Fork	henley-fork	US		0	America/New_York	37.88569	-76.89858	39			VA	057		
4763678	Henley Place	henley-place	US		0	America/New_York	37.15207	-80.42561	640			VA	121		
4763682	Henleys Fork	henleys-fork	US		0	America/New_York	37.7557	-76.99052	49	Henley Fork,Henleys Fork		VA	097		
4763698	Henricopolis (historical)	henricopolis-historical	US		0	America/New_York	37.38431	-77.35387	14			VA	087		
4763707	Henry Clay Heights	henry-clay-heights	US		0	America/New_York	37.67403	-77.38915	56			VA	085		
4763716	Henry Fork	henry-fork	US		1234	America/New_York	36.96625	-79.87031	377			VA	067		
4763734	Henrytown	henrytown	US		0	America/New_York	36.88372	-81.78734	548			VA	173		
4763735	Hensel Stone Woods	hensel-stone-woods	US		0	America/New_York	38.95289	-78.21639	163			VA	187		
4763737	Henrys Mill	henrys-mill	US		0	America/New_York	36.77486	-79.16363	154			VA	143		
4763748	Hepners	hepners	US		0	America/New_York	38.76178	-78.80336	444			VA	171		
4763754	Herberts Corner	herberts-corner	US		0	America/New_York	36.72765	-76.30216	3			VA	550		
4763757	Heritage	heritage	US		0	America/New_York	38.90817	-78.15694	246			VA	187		
4763758	Heritage Acres	heritage-acres	US		0	America/New_York	37.29403	-79.96198	328			VA	770		
4763767	Heritage Hills	heritage-hills	US		0	America/New_York	39.17455	-78.13389	207			VA	069		
4763768	Heritage Hills	heritage-hills	US		0	America/New_York	37.3532	-79.24864	258			VA	680		
4763770	Heritage Woods	heritage-woods	US		0	America/New_York	38.69262	-77.42054	98			VA	153		
4763782	Hermitage Hamlet	hermitage-hamlet	US		0	America/New_York	37.64515	-77.68027	79			VA	075		
4763797	Herndon Heights	herndon-heights	US		0	America/New_York	38.97983	-77.3986	113			VA	059		
4763801	Herndon Junction	herndon-junction	US		0	America/New_York	39.01428	-77.37082	77	Herndon Junction,Mock's Corner		VA	107		
4763825	Herschberger Hills	herschberger-hills	US		0	America/New_York	37.30375	-79.99309	342			VA	770		
4763838	Hethwood	hethwood	US		0	America/New_York	37.21541	-80.45394	621			VA	121		
4763842	Heusley	heusley	US		0	America/New_York	36.69903	-79.89559	225			VA	089		
4763844	Hessian Hills	hessian-hills	US		0	America/New_York	38.06347	-78.50251	177			VA	003		
4763850	Hewitt Farm	hewitt-farm	US		0	America/New_York	36.9257	-76.22688	4	Hewitt Farm,Hewitt Farms		VA	710		
4763873	Hickory Creek	hickory-creek	US		0	America/New_York	38.98983	-77.30248	109			VA	059		
4763567	Hebron	hebron	US	03241	0	America/New_York	38.1418	-79.15531	480			VA	015		
4763885	Hickory Grove Acres	hickory-grove-acres	US		0	America/New_York	38.904	-77.61083	110			VA	153		
4763894	Hickory Haven	hickory-haven	US		0	America/New_York	37.66515	-77.67527	69			VA	075		
4763898	Hickory Hill	hickory-hill	US		0	America/New_York	37.25152	-80.04782	339			VA	161		
4763899	Hickory Hill	hickory-hill	US		0	America/New_York	37.22931	-76.52467	19			VA	199		
4763903	Hickory Hill Estates	hickory-hill-estates	US		0	America/New_York	37.24321	-77.44526	35			VA	041		
4763905	Hickory Fork	hickory-fork	US		0	America/New_York	38.0568	-77.22748	67			VA	033		
4763910	Hickory Hill Mobile Home Park	hickory-hill-mobile-home-park	US		0	America/New_York	37.22098	-77.36192	39			VA	730		
4763915	Hickory Junction	hickory-junction	US		0	America/New_York	37.029	-81.96763	562	Hickory Junction,Wysor		VA	167		
4763937	Hickory Run	hickory-run	US		0	America/New_York	38.98483	-77.2847	78			VA	059		
4763944	Hickory Woods	hickory-woods	US		0	America/New_York	37.29736	-79.8942	312			VA	770		
4763952	Hicks Mill	hicks-mill	US		0	America/New_York	36.68237	-77.93666	62	Hick's Mill,Hicks Mill		VA	025		
4763953	Hicks Mill	hicks-mill	US		0	America/New_York	38.09402	-77.25803	37			VA	033		
4763961	Hidden Acres	hidden-acres	US		0	America/New_York	36.55126	-77.84665	66			VA	025		
4763962	Hidden Acres	hidden-acres	US		0	America/New_York	37.86153	-78.01916	127			VA	075		
4763963	Hidden Acres	hidden-acres	US		0	America/New_York	37.26069	-80.04365	350			VA	775		
4763974	Hidden Valley Court	hidden-valley-court	US		0	America/New_York	37.24653	-80.04282	386			VA	161		
4763975	Hidden Valley Estates	hidden-valley-estates	US		0	America/New_York	37.33709	-77.43582	49			VA	041		
4763976	Hidden Valley Estates	hidden-valley-estates	US		0	America/New_York	37.2493	-80.03171	350			VA	770		
4763977	Hidden Valley Homes	hidden-valley-homes	US		0	America/New_York	37.2443	-80.03948	372			VA	161		
4763982	Hideaway Cove	hideaway-cove	US		0	America/New_York	37.48458	-75.94271	5			VA	131		
4763986	Hideaway Lake	hideaway-lake	US		0	America/New_York	37.50848	-78.04472	97			VA	145		
4763996	Hidenwood	hidenwood	US		0	America/New_York	37.06515	-76.50495	10			VA	700		
4763998	Higgins Crossroads	higgins-crossroads	US		0	America/New_York	36.65124	-80.81452	843			VA	035		
4764025	High Meadows	high-meadows	US		0	America/New_York	36.61011	-82.10541	590			VA	191		
4764058	High Rock	high-rock	US		0	America/New_York	36.77958	-79.09696	185			VA	083		
4764066	High Rocks Mill	high-rocks-mill	US		0	America/New_York	36.88123	-80.77285	622			VA	197		
4764081	High View Manor	high-view-manor	US		0	America/New_York	39.16205	-78.32112	334			VA	069		
4764086	High Woods	high-woods	US		0	America/New_York	37.76041	-75.65576	13			VA	001		
4764090	Highfields	highfields	US		0	America/New_York	37.21819	-80.02948	411			VA	161		
4764091	Highfields Farm Estates	highfields-farm-estates	US		0	America/New_York	37.20291	-80.07171	443			VA	161		
4764092	Highgate	highgate	US		0	America/New_York	37.12737	-76.74329	22			VA	181		
4764103	Highland Heights	highland-heights	US		0	America/New_York	37.5493	-75.83354	8			VA	131		
4764105	Highland Hills	highland-hills	US		0	America/New_York	37.52848	-77.55249	90			VA	041		
4764106	Highland Hills	highland-hills	US		0	America/New_York	36.73819	-78.88307	146			VA	083		
4764107	Highland Hills	highland-hills	US		0	America/New_York	37.11957	-80.57756	579			VA	750		
4764108	Highland Homes	highland-homes	US		0	America/New_York	38.32957	-77.44165	59			VA	179		
4764110	Highland Landing	highland-landing	US		0	America/New_York	37.74958	-76.3455	3			VA	133		
4764127	Highland Springs	highland-springs	US		15711	America/New_York	37.54598	-77.32776	52			VA	087		
4764137	Highland-Biltmore	highland-biltmore	US		0	America/New_York	36.81126	-76.33661	2			VA	740		
4764146	Hightown	hightown	US		0	America/New_York	38.43123	-79.63172	952	Heveners Store,Hightown		VA	091		
4764147	Hightown	hightown	US		0	America/New_York	38.52651	-78.80391	412			VA	165		
4764150	Highview Park	highview-park	US		0	America/New_York	38.89372	-77.12748	114			VA	013		
4764152	Highview Terrace	highview-terrace	US		0	America/New_York	37.12346	-80.41338	664			VA	121		
4764157	Hiland Park	hiland-park	US		0	America/New_York	37.04404	-76.33689	1			VA	650		
4764158	Hilander Park	hilander-park	US		0	America/New_York	36.65511	-82.08207	614			VA	191		
4764163	Hildreths House	hildreths-house	US		0	America/New_York	36.90706	-81.28705	771			VA	197		
4764180	Hill Crest	hill-crest	US		0	America/New_York	39.1901	-78.21889	266			VA	069		
4764181	Hill Grove	hill-grove	US		0	America/New_York	37.05792	-79.25641	231			VA	143		
4764185	Hill Landing	hill-landing	US		0	America/New_York	36.65654	-75.98104	0			VA	810		
4764197	Hill Subdivision	hill-subdivision	US		0	America/New_York	37.30902	-80.04504	362			VA	775		
4764201	Hill and Dale	hill-and-dale	US		0	America/New_York	38.969	-78.18944	165			VA	187		
4764205	Hillbrook	hillbrook	US		0	America/New_York	38.82622	-77.18554	100			VA	059		
4764206	Hillcrest	hillcrest	US		0	America/New_York	37.48265	-78.27416	135			VA	049		
4764207	Hillcrest	hillcrest	US		0	America/New_York	37.66542	-77.82888	62			VA	075		
4764211	Hillcrest Estates	hillcrest-estates	US		0	America/New_York	38.72345	-77.43971	82			VA	153		
4764212	Hillcrest Heights	hillcrest-heights	US		0	America/New_York	37.30041	-80.06726	336			VA	775		
4764216	Hilldale	hilldale	US		0	America/New_York	38.66734	-78.43362	267			VA	139		
4764217	Hillendale	hillendale	US		0	America/New_York	38.66345	-77.33554	97			VA	153		
4764227	Hills Corner	hills-corner	US		0	America/New_York	36.75182	-76.01021	4	Hills Corner,James Corner		VA	810		
4764249	Hillsman Corner	hillsman-corner	US		0	America/New_York	37.3107	-79.23725	287			VA	031		
4764259	Hilltop Plaza	hilltop-plaza	US		0	America/New_York	37.20902	-80.39588	639			VA	121		
4764264	Hillview Park	hillview-park	US		0	America/New_York	37.28708	-80.02421	343			VA	775		
4764265	Hillwood	hillwood	US		0	America/New_York	38.8765	-77.16748	100			VA	610		
4764266	Hillwood Park Mobile Home Park	hillwood-park-mobile-home-park	US		0	America/New_York	38.79623	-77.62249	112			VA	153		
4764271	Hilton Village	hilton-village	US		0	America/New_York	37.03154	-76.46439	7	Hilton,Hilton Village		VA	700		
4764272	Hilton Village	hilton-village	US		0	America/New_York	37.08484	-80.78646	658			VA	155		
4764275	Hilly Farms	hilly-farms	US		0	America/New_York	37.69653	-77.32192	44			VA	085		
4764276	Hinckle	hinckle	US		0	America/New_York	39.4201	-78.29501	349			VA	069		
4764287	Hinnom	hinnom	US		0	America/New_York	38.11041	-76.73691	14			VA	193		
4764294	Hipes	hipes	US		0	America/New_York	37.65402	-79.91616	319			VA	023		
4764308	Hitesburg	hitesburg	US		0	America/New_York	36.61014	-78.72584	128	Heightsburg,Hitesburg		VA	083		
4764315	Hixburg	hixburg	US		0	America/New_York	37.32876	-78.64695	196	Hixburg,Hixburgh		VA	011		
4764317	Hoadly	hoadly	US		0	America/New_York	38.68039	-77.35915	109	Hoadley,Hoadly		VA	153		
4764330	Hobby Hill Farms	hobby-hill-farms	US		0	America/New_York	37.54265	-77.58193	74			VA	760		
4764338	Hockett	hockett	US		0	America/New_York	36.73037	-83.18573	476			VA	105		
4764344	Hockman	hockman	US		0	America/New_York	37.28958	-80.0681	316			VA	775		
4764360	Hodges Ferry	hodges-ferry	US		0	America/New_York	36.82237	-76.40522	4			VA	550		
4764362	Hodges Manor	hodges-manor	US		0	America/New_York	36.81654	-76.38272	4			VA	740		
4764416	Hogans Hill	hogans-hill	US		0	America/New_York	37.99374	-76.65857	37	Hogan's Hill,Hogans Hill		VA	193		
4764431	Hoges Chapel	hoges-chapel	US		0	America/New_York	37.32151	-80.59867	621	Hoges Chapel,Hoges Store		VA	071		
4764442	Hogue Creek Estates	hogue-creek-estates	US		0	America/New_York	39.19899	-78.3125	241			VA	069		
4764460	Holdcroft	holdcroft	US		0	America/New_York	37.36542	-76.93497	39			VA	036		
4764468	Holiday Acres	holiday-acres	US		0	America/New_York	37.48236	-79.10947	263			VA	009		
4764472	Holiday Hills	holiday-hills	US		0	America/New_York	37.54542	-77.58193	71			VA	041		
4764479	Holiday Point Estates	holiday-point-estates	US		0	America/New_York	36.86737	-76.49634	6			VA	800		
4764507	Holland Heights	holland-heights	US		0	America/New_York	36.73015	-76.61995	19			VA	800		
4764529	Hollin Hills	hollin-hills	US		0	America/New_York	38.75734	-77.06609	51			VA	059		
4764533	Hollindale	hollindale	US		0	America/New_York	38.75095	-77.06331	35			VA	059		
4764539	Hollins Court	hollins-court	US		0	America/New_York	37.35014	-79.93837	338			VA	161		
4764558	Holly (historical)	holly-historical	US		0	America/New_York	37.31265	-77.6261	94			VA	041		
4764559	Holly Acres	holly-acres	US		0	America/New_York	36.89654	-76.41189	5			VA	800		
4764560	Holly Acres	holly-acres	US		0	America/New_York	36.89793	-76.41467	2			VA	800		
4764561	Holly Acres Mobile Home Park	holly-acres-mobile-home-park	US		0	America/New_York	38.65345	-77.2522	12			VA	153		
4764564	Holly Brook	holly-brook	US		0	America/New_York	37.18845	-80.95064	679	Holly Brook,Hollybrook		VA	021		
4764566	Holly Acres	holly-acres	US		0	America/New_York	37.23654	-77.44443	31			VA	041		
4764567	Holly Corner	holly-corner	US		0	America/New_York	38.36346	-77.5661	84			VA	179		
4764568	Holly Cove	holly-cove	US		0	America/New_York	36.79876	-76.39911	5			VA	550		
4764572	Holly Forks	holly-forks	US		0	America/New_York	37.4682	-76.78357	27			VA	127		
4764582	Holly Hills	holly-hills	US		0	America/New_York	37.5057	-77.75611	92			VA	145		
4764583	Holly Hills	holly-hills	US		0	America/New_York	37.17542	-76.45495	4			VA	199		
4764584	Holly Hills South	holly-hills-south	US		0	America/New_York	37.12153	-79.31641	201			VA	031		
4764585	Holly Homes	holly-homes	US		0	America/New_York	37.04959	-76.31605	2			VA	650		
4764594	Holly Park	holly-park	US		0	America/New_York	38.83622	-77.28471	133			VA	059		
4764595	Holly Park Estates	holly-park-estates	US		0	America/New_York	38.83956	-77.28443	127			VA	059		
4764596	Holly Point	holly-point	US		0	America/New_York	37.07543	-76.66773	8			VA	093		
4764605	Hollybrook	hollybrook	US		0	America/New_York	37.24404	-76.74524	22			VA	095		
4764607	Hollymead	hollymead	US		7690	America/New_York	38.11708	-78.44168	152			VA	003		
4764609	Hollys Mill	hollys-mill	US		0	America/New_York	36.78264	-79.59531	245			VA	143		
4764622	Holly Glen Estates	holly-glen-estates	US		0	America/New_York	37.67014	-77.45887	48	Holly Glen,Holly Glen Estates		VA	087		
4764633	Holmes Run Heights	holmes-run-heights	US		0	America/New_York	38.84817	-77.2122	99			VA	059		
4764634	Holmes Run Park	holmes-run-park	US		0	America/New_York	38.849	-77.17415	75			VA	059		
4764641	Holmes Run Acres	holmes-run-acres	US		0	America/New_York	38.85289	-77.20887	95			VA	059		
4764642	Holston	holston	US		0	America/New_York	36.77733	-82.08291	448			VA	191		
4764645	Holston Mill	holston-mill	US		0	America/New_York	36.76928	-81.59317	676			VA	173		
4764654	Holmhead	holmhead	US		0	America/New_York	37.77348	-78.20889	117	Holman,Holmhead		VA	065		
4764661	Holts Crossing	holts-crossing	US		0	America/New_York	37.07431	-78.98113	180			VA	031		
4764720	Holts Corner	holts-corner	US		0	America/New_York	37.56015	-77.24942	38			VA	085		
4764722	Home Creek	home-creek	US		0	America/New_York	37.35039	-82.07069	474			VA	027		
4764728	Homeland Hills	homeland-hills	US		0	America/New_York	37.20792	-79.90309	329			VA	161		
4764729	Homeplace	homeplace	US		0	America/New_York	37.2168	-80.04004	443			VA	161		
4764730	Homeplace	homeplace	US		0	America/New_York	37.26902	-80.05476	348			VA	775		
4764733	Homestead Haven	homestead-haven	US		0	America/New_York	37.36292	-79.25753	260			VA	019		
4764736	Homeville	homeville	US		0	America/New_York	36.94876	-77.17136	34			VA	183		
4764745	Homewood Park	homewood-park	US		0	America/New_York	37.66515	-77.71471	110			VA	075		
4764784	Honeysuckle Bluff	honeysuckle-bluff	US		0	America/New_York	37.30458	-80.05949	355			VA	775		
4764785	Hooes	hooes	US		0	America/New_York	38.35735	-77.06692	7			VA	099		
4764796	Hooks Mill	hooks-mill	US		0	America/New_York	37.71457	-79.91255	563			VA	005		
4764804	Hoopes Landing	hoopes-landing	US		0	America/New_York	37.1232	-76.56773	1			VA	700		
4764815	Hop Yard Landing	hop-yard-landing	US		0	America/New_York	38.2443	-77.22581	1	Hop,Hop Yard,Hop Yard Landing,Hopyard,Hopyard Wharf		VA	099		
4764860	Hopkins Mill	hopkins-mill	US		0	America/New_York	36.93986	-79.76725	236			VA	067		
4764863	Hopkins Spring	hopkins-spring	US		0	America/New_York	38.40763	-78.72586	404	Hopkins Spring,Rockingham Springs		VA	165		
4764874	Horizon Hills	horizon-hills	US		0	America/New_York	36.61261	-82.14791	552			VA	520		
4764875	Horn	horn	US		0	America/New_York	37.19567	-81.89012	745			VA	027		
4764898	Horners	horners	US		0	America/New_York	38.11208	-76.94691	15	Horner,Horners		VA	193		
4764907	Hornets Nest	hornets-nest	US		0	America/New_York	37.50319	-76.52412	29	Harpers,Hornets Nest		VA	073		
4764916	Hornsbyville	hornsbyville	US		0	America/New_York	37.19653	-76.46828	7	Hornsbyville,Tampico		VA	199		
4764923	Horse Head	horse-head	US		0	America/New_York	37.89208	-76.41884	35			VA	133		
4764932	Horse Landing	horse-landing	US		0	America/New_York	37.70598	-76.99358	9			VA	101		
4764936	Horse Pasture	horse-pasture	US		2227	America/New_York	36.62847	-79.95087	335			VA	089		
4764946	Horse Shoe Curve	horse-shoe-curve	US		0	America/New_York	39.12038	-77.85833	225	Horse Shoe Curve,Horseshoe Curve		VA	043		
4764965	Horsepen Cove	horsepen-cove	US		0	America/New_York	37.21373	-81.50789	651			VA	185		
4764982	Horsepen Hills	horsepen-hills	US		0	America/New_York	37.70126	-77.80638	77			VA	075		
4764992	Horseshoe	horseshoe	US		0	America/New_York	37.66348	-77.14858	1			VA	085		
4765017	Horseshoe Point	horseshoe-point	US		0	America/New_York	36.90765	-76.53328	4			VA	800		
4765022	Horsey	horsey	US		0	America/New_York	37.9254	-75.55854	6			VA	001		
4765050	Hossan Heights	hossan-heights	US		0	America/New_York	36.6265	-82.11791	569			VA	520		
4765063	Houchins	houchins	US		0	America/New_York	37.1518	-80.35977	589			VA	121		
4765094	Houstons Corner	houstons-corner	US		0	America/New_York	37.94264	-77.53165	79			VA	033		
4765106	Howards Corner	howards-corner	US		0	America/New_York	38.0943	-77.29081	67			VA	033		
4765120	Howell Mills	howell-mills	US		0	America/New_York	37.50096	-79.91143	328			VA	023		
4765121	Howells Mill	howells-mill	US		0	America/New_York	36.88904	-77.33025	24	Howells Mill,Howle's Mill		VA	183		
4765122	Howellsville	howellsville	US		0	America/New_York	38.97483	-78.07916	144	Hardesty,Howellsville,Howlesville		VA	187		
4765127	Howertons	howertons	US		0	America/New_York	37.83125	-76.88997	47			VA	057		
4765132	Howlett Park	howlett-park	US		0	America/New_York	37.38987	-77.44415	37			VA	041		
4765140	Hubbard Haven	hubbard-haven	US		0	America/New_York	37.21124	-80.40311	646			VA	121		
4765143	Hubbard Junction	hubbard-junction	US		0	America/New_York	36.99067	-81.97207	543			VA	167		
4765151	Huckleberry (historical)	huckleberry-historical	US		0	America/New_York	37.209	-82.44043	557			VA	051		
4765153	Hubbard Springs	hubbard-springs	US		0	America/New_York	36.72287	-83.22045	472			VA	105		
4765164	Huddle	huddle	US		0	America/New_York	36.84873	-81.0362	642			VA	197		
4765168	Huddleston Court	huddleston-court	US		0	America/New_York	37.28236	-80.04282	320			VA	775		
4765187	Huff Acres	huff-acres	US		0	America/New_York	37.12152	-80.39588	662			VA	121		
4765193	Hudson Crossroads	hudson-crossroads	US		0	America/New_York	38.79567	-78.72502	370	Hudson Crossing,Hudson Crossroads,Hudson's Cross Roads		VA	171		
4765207	Huffville	huffville	US		0	America/New_York	37.06235	-80.28532	754			VA	063		
4765208	Hugh	hugh	US		0	America/New_York	37.09344	-82.55932	493			VA	195		
4765215	Hughes Corner	hughes-corner	US		0	America/New_York	37.64403	-77.28803	55			VA	085		
4765237	Huguenot Farms	huguenot-farms	US		0	America/New_York	37.55404	-77.58443	60			VA	760		
4765239	Huguenot Hills	huguenot-hills	US		0	America/New_York	37.60154	-77.64916	67			VA	075		
4765242	Huguenot Springs	huguenot-springs	US		0	America/New_York	37.55876	-77.70194	65			VA	145		
4765295	Hundleys Corner	hundleys-corner	US		0	America/New_York	37.63903	-77.33026	57			VA	085		
4765305	Hungars Point	hungars-point	US		0	America/New_York	37.42625	-75.96743	3			VA	131		
4765327	Hunter Estates	hunter-estates	US		0	America/New_York	38.73317	-77.1747	48			VA	059		
4765340	Hunterdale	hunterdale	US		0	America/New_York	36.70154	-76.96107	27			VA	175		
4765349	Hunters Grove Estates	hunters-grove-estates	US		0	America/New_York	38.68484	-77.40526	78			VA	153		
4765350	Hunters Hall	hunters-hall	US		0	America/New_York	38.01736	-78.42251	129			VA	003		
4765355	Hunters Ridge	hunters-ridge	US		0	America/New_York	37.24763	-80.41672	663			VA	121		
4765356	Hunters Square	hunters-square	US		0	America/New_York	38.73067	-77.4636	82			VA	153		
4765358	Hunters Green	hunters-green	US		0	America/New_York	37.24154	-77.53665	71			VA	041		
4765361	Hunters Valley	hunters-valley	US		0	America/New_York	39.1826	-78.42278	402			VA	069		
4765362	Hunters Woods	hunters-woods	US		0	America/New_York	37.63765	-77.80472	90			VA	075		
4765364	Hunters Trail	hunters-trail	US		0	America/New_York	37.71653	-78.05944	101			VA	075		
4765379	Hunting Creek Hills	hunting-creek-hills	US		0	America/New_York	37.39709	-77.4911	56			VA	041		
4765381	Hunting Hills	hunting-hills	US		0	America/New_York	37.21264	-79.96504	387			VA	161		
4765395	Huntington Court	huntington-court	US		0	America/New_York	37.3093	-79.93587	325			VA	770		
4765397	Huntington Heights	huntington-heights	US		0	America/New_York	37.69042	-77.49165	57			VA	087		
4765401	Huntington Village	huntington-village	US		0	America/New_York	38.04931	-78.51918	198			VA	003		
4765402	Huntleigh	huntleigh	US		0	America/New_York	37.70765	-77.84527	86			VA	075		
4765408	Hunton	hunton	US		0	America/New_York	37.68848	-77.49971	65	Hunton,Taylor,Taylors		VA	087		
4765411	Huntridge	huntridge	US		0	America/New_York	37.3218	-79.87726	330			VA	161		
4765421	Hunts Village	hunts-village	US		0	America/New_York	38.83345	-77.26026	123			VA	059		
4765490	Hurtsville	hurtsville	US		0	America/New_York	37.36543	-78.61584	196			VA	011		
4765513	Huske	huske	US		0	America/New_York	36.89765	-77.41859	25			VA	183		
4765520	Hybla Valley	hybla-valley	US		15801	America/New_York	38.74761	-77.08303	10			VA	059		
4765524	Hyco	hyco	US		0	America/New_York	36.61208	-78.85112	99			VA	083		
4765528	Hyacinth	hyacinth	US		0	America/New_York	37.99069	-76.59023	29			VA	133		
4765530	Hydraulic	hydraulic	US		0	America/New_York	38.09458	-78.48585	133			VA	003		
4765533	Hylas	hylas	US		0	America/New_York	37.70987	-77.63638	81			VA	085		
4765535	Hylton Park	hylton-park	US		0	America/New_York	37.49404	-77.59749	107			VA	041		
4765537	Hynson Knolls	hynson-knolls	US		0	America/New_York	38.74039	-77.44277	91			VA	153		
4765541	Iberis	iberis	US		0	America/New_York	37.71875	-76.45606	13			VA	103		
4765542	Ibex (historical)	ibex-historical	US		0	America/New_York	37.05122	-82.48182	686			VA	051		
4765550	Idlewilde	idlewilde	US		0	America/New_York	37.75318	-79.98367	403			VA	580		
4765551	Idlewood	idlewood	US		0	America/New_York	37.28792	-79.89532	300			VA	770		
4765552	Idlewood	idlewood	US		0	America/New_York	36.77987	-76.64412	18			VA	800		
4765553	Idylwood	idylwood	US		17288	America/New_York	38.89511	-77.21165	140	Idlewood,Idlywood,Idylwood		VA	059		
4765557	Ilda	ilda	US		0	America/New_York	38.83817	-77.25137	122			VA	059		
4765577	Imperial (historical)	imperial-historical	US		0	America/New_York	36.84176	-83.02072	643			VA	105		
4765594	Independent Hill	independent-hill	US		7419	America/New_York	38.63595	-77.43776	125			VA	153		
4765604	Indian (historical)	indian-historical	US		0	America/New_York	37.11011	-82.15736	440			VA	027		
4765629	Indian Field	indian-field	US		0	America/New_York	37.94847	-76.71662	33			VA	159		
4765654	Indian Neck	indian-neck	US		0	America/New_York	37.90208	-77.0333	52	Indian Neck,Indianneck		VA	097		
4765660	Indian Point Estates	indian-point-estates	US		0	America/New_York	36.7882	-76.61106	21			VA	800		
4765668	Indian Hollow	indian-hollow	US		0	America/New_York	39.24121	-78.26306	207			VA	069		
4765670	Indian River Park	indian-river-park	US		0	America/New_York	36.81015	-76.2216	5			VA	550		
4765692	Indian Run Park	indian-run-park	US		0	America/New_York	38.81261	-77.15692	75			VA	059		
4765694	Indian Town	indian-town	US		0	America/New_York	38.36902	-77.7986	69	Indian Town,Indiantown		VA	137		
4765710	Indigo Terrace	indigo-terrace	US		0	America/New_York	37.2732	-76.74496	31			VA	095		
4765711	Indika	indika	US		0	America/New_York	36.82043	-76.68357	22	Five Forks,Indika		VA	093		
4765719	Ingersoll (historical)	ingersoll-historical	US		0	America/New_York	37.19681	-76.81524	27			VA	181		
4765721	Ingham	ingham	US		0	America/New_York	38.52901	-78.57807	267			VA	139		
4765726	Inglecress	inglecress	US		0	America/New_York	38.07875	-78.54057	164			VA	003		
4765755	Ingramville	ingramville	US		0	America/New_York	36.88764	-80.06587	391			VA	067		
4765761	Ino	ino	US		0	America/New_York	37.76236	-76.79774	39			VA	097		
4766108	Intersections	intersections	US		0	America/New_York	38.63373	-78.58029	273			VA	139		
4766116	Invermay	invermay	US		0	America/New_York	36.62709	-78.19194	96			VA	117		
4766119	Iraville	iraville	US		0	America/New_York	38.08874	-77.0722	9			VA	057		
4766120	Irby	irby	US		0	America/New_York	37.03154	-78.0425	113			VA	135		
4766123	Irisburg	irisburg	US		0	America/New_York	36.62069	-79.75837	259	Irisburg,Irisburgh		VA	089		
4766128	Irish Creek	irish-creek	US		0	America/New_York	37.84763	-79.19114	609	Irish Creek,Irishcreek		VA	163		
4766140	Iron Hill Springs	iron-hill-springs	US		0	America/New_York	37.66929	-80.20867	658			VA	005		
4766156	Ironto	ironto	US		0	America/New_York	37.21874	-80.2781	399			VA	121		
4766166	Irwin Manor	irwin-manor	US		0	America/New_York	37.27876	-77.35331	34			VA	149		
4766167	Isaac	isaac	US		0	America/New_York	36.69432	-76.96552	21			VA	175		
4766191	Island Farm	island-farm	US		0	America/New_York	37.90764	-76.82496	3	Coves Island,Curlee Island Farm,Island Farm,Jone's Island		VA	057		
4766193	Island Ford	island-ford	US		0	America/New_York	38.35179	-78.68863	313	Island Ford,Islandford		VA	165		
4766203	Isle of Pines	isle-of-pines	US		0	America/New_York	37.10792	-79.63559	281			VA	019		
4766218	Itata	itata	US		0	America/New_York	37.04904	-76.78552	28			VA	181		
4766219	Ivakota	ivakota	US		0	America/New_York	38.79123	-77.40721	90			VA	059		
4766220	Ivandale	ivandale	US		0	America/New_York	39.1451	-77.66999	144			VA	107		
4766222	Ivanhoe Forest	ivanhoe-forest	US		0	America/New_York	37.48153	-79.13447	252			VA	009		
4766226	Ivondale	ivondale	US		0	America/New_York	37.8518	-76.66829	10	Centerville,Central,Ivondale		VA	159		
4766247	Ivy Farms	ivy-farms	US		0	America/New_York	38.0893	-78.5239	168			VA	003		
4766262	Ivy Oaks	ivy-oaks	US		0	America/New_York	38.07903	-78.59696	192			VA	003		
4766264	Ivy Meadows	ivy-meadows	US		0	America/New_York	38.05542	-78.62752	196			VA	003		
4766265	Ivy Ridge	ivy-ridge	US		0	America/New_York	38.0843	-78.50251	166			VA	003		
4766271	Ivy Woods	ivy-woods	US		0	America/New_York	38.05569	-78.63779	203			VA	003		
4766336	Jacks Fork	jacks-fork	US		0	America/New_York	37.91875	-76.87885	9			VA	057		
4766342	Jacks Fork	jacks-fork	US		0	America/New_York	38.04791	-77.13609	50			VA	057		
4766384	Jackson Park	jackson-park	US		0	America/New_York	37.28625	-79.91226	307			VA	770		
4766406	Jackson Woods	jackson-woods	US		0	America/New_York	39.14066	-78.21583	280			VA	069		
4766412	Jacksons Store	jacksons-store	US		0	America/New_York	36.95706	-81.9004	793			VA	167		
4766428	Jahile	jahile	US		0	America/New_York	37.03733	-82.16125	706			VA	167		
4766452	James Crossroads	james-crossroads	US		0	America/New_York	37.36403	-75.94021	9			VA	131		
4766481	James River Estates	james-river-estates	US		0	America/New_York	37.57737	-77.66221	70			VA	075		
4766486	James River Junction	james-river-junction	US		0	America/New_York	36.70376	-77.47276	35			VA	081		
4766487	James River Landing	james-river-landing	US		0	America/New_York	37.66487	-78.01583	97			VA	075		
4766511	Jamestown (historical)	jamestown-historical	US		0	America/New_York	37.3246	-78.29166	82			VA	147		
4766518	Jamestown Farms	jamestown-farms	US		0	America/New_York	37.25876	-76.74801	26			VA	095		
4766522	Jamestown Place	jamestown-place	US		0	America/New_York	37.25264	-79.91365	291			VA	770		
4766528	James Terrace	james-terrace	US		0	America/New_York	37.26209	-76.67107	21			VA	095		
4766545	Janette Land	janette-land	US		0	America/New_York	37.25958	-79.95115	302			VA	770		
4766547	Janey	janey	US		0	America/New_York	37.22206	-82.03041	386			VA	027		
4766574	Jean Court	jean-court	US		0	America/New_York	37.3932	-77.41804	31			VA	041		
4766580	Jayne Mill	jayne-mill	US		0	America/New_York	36.63871	-82.56432	389			VA	169		
4766584	Jefferson (historical)	jefferson-historical	US		0	America/New_York	37.62959	-77.94805	50			VA	145		
4766588	Jefferson Court	jefferson-court	US		0	America/New_York	38.09402	-78.96253	416			VA	015		
4766602	Jefferson Hills	jefferson-hills	US		0	America/New_York	37.24069	-79.97476	357			VA	770		
4766607	Jefferson Manor	jefferson-manor	US		0	America/New_York	38.78984	-77.0797	49			VA	059		
4766616	Jefferson Park	jefferson-park	US		0	America/New_York	38.82761	-77.07303	59			VA	510		
4766618	Jefferson Park	jefferson-park	US		0	America/New_York	37.26404	-77.3222	27			VA	149		
4766620	Jefferson Park	jefferson-park	US		0	America/New_York	37.23903	-79.97782	355			VA	770		
4766636	Jefferson Village	jefferson-village	US		0	America/New_York	38.12764	-78.42084	158			VA	003		
4766637	Jefferson Village	jefferson-village	US		0	America/New_York	38.87067	-77.17942	79			VA	059		
4766642	Jeffress	jeffress	US		0	America/New_York	36.65375	-78.53694	100	Jeffress,Jeffress Store,Jeffries Store		VA	117		
4766678	Jenkins Landing	jenkins-landing	US		0	America/New_York	37.98041	-76.92608	2			VA	057		
4766699	Jennings Ordinary	jennings-ordinary	US		0	America/New_York	37.22543	-78.14555	153	Jennings Ordinary,Jennings Store,Jennings' Ordinary		VA	135		
4766704	Jennings Store	jennings-store	US		0	America/New_York	36.62343	-82.93072	364			VA	169		
4766729	Jermantown	jermantown	US		0	America/New_York	38.85706	-77.33221	140			VA	059		
4766803	Jessees Mill	jessees-mill	US		0	America/New_York	36.91427	-82.16736	544	Jessees Mill,Jesses Mills		VA	167		
4766806	Jessup Farm Acres	jessup-farm-acres	US		0	America/New_York	37.45293	-77.50749	56	Belmont Acres,Jessup Farm Acres		VA	041		
4766810	Jester Gardens	jester-gardens	US		0	America/New_York	36.82154	-76.41883	5			VA	550		
4766819	Jett	jett	US		0	America/New_York	36.89512	-80.78396	601			VA	197		
4766827	Jetts Store	jetts-store	US		0	America/New_York	37.9168	-76.32245	3			VA	133		
4766838	Jewell Valley	jewell-valley	US		0	America/New_York	37.24734	-81.8015	575			VA	027		
4766869	Joe Whites	joe-whites	US		0	America/New_York	37.01511	-81.67345	732			VA	185		
4766871	Joe Neets	joe-neets	US		0	America/New_York	37.08262	-81.47844	866			VA	185		
4766876	John	john	US		0	America/New_York	36.96538	-82.2957	530			VA	167		
4767008	Johnson Corner	johnson-corner	US		0	America/New_York	37.92235	-75.54937	9			VA	001		
4767009	Johnson Corner	johnson-corner	US		0	America/New_York	36.76736	-78.25916	155			VA	117		
4767010	Johnson Corner	johnson-corner	US		0	America/New_York	36.97543	-76.85996	12	Johnson Corner,Johnson Corners		VA	175		
4767011	Johnson Court	johnson-court	US		0	America/New_York	36.60816	-82.17402	542			VA	520		
4767014	Johnson Cove	johnson-cove	US		0	America/New_York	37.5468	-75.92604	1			VA	131		
4767029	Johnson Heights	johnson-heights	US		0	America/New_York	37.13707	-80.40533	647			VA	121		
4767035	Johnson Landing	johnson-landing	US		0	America/New_York	37.58709	-76.96524	4			VA	101		
4767052	Johnson Woods	johnson-woods	US		0	America/New_York	38.72539	-77.49249	74			VA	153		
4767058	Johnsons Corner	johnsons-corner	US		0	America/New_York	38.27679	-77.33081	59			VA	099		
4767066	Johnsons Mill (historical)	johnsons-mill-historical	US		0	America/New_York	36.83315	-82.92572	612			VA	105		
4767074	Johnsons Springs	johnsons-springs	US		0	America/New_York	37.6982	-77.7111	102	Johnson Springs,Johnsons Springs		VA	075		
4767075	Johnsontown	johnsontown	US		0	America/New_York	37.42541	-75.9141	6	Gilden,Johnson Town,Johnsontown		VA	131		
4767082	Jolivue	jolivue	US		1129	America/New_York	38.10985	-79.07308	488			VA	015		
4767084	Jolliff	jolliff	US		0	America/New_York	36.8107	-76.4355	5	Joliff,Jolliff,Peaks		VA	550		
4767087	Jollett	jollett	US		0	America/New_York	38.46401	-78.5239	377			VA	139		
4767131	Jones Corner	jones-corner	US		0	America/New_York	38.0268	-77.19109	57			VA	033		
4767132	Jones Corner	jones-corner	US		0	America/New_York	37.86514	-77.69221	95	Hones Cross Roads,Jones Corner		VA	085		
4767144	Jones Creek	jones-creek	US		0	America/New_York	36.70597	-79.87671	237			VA	690		
4767221	Jonesboro (historical)	jonesboro-historical	US		0	America/New_York	36.97987	-77.96028	104	Jonesboro (historical),Jonesborough		VA	025		
4767230	Jonesville Camp Ground	jonesville-camp-ground	US		0	America/New_York	36.68176	-83.14378	430	Jonesville Camp Ground,Jonesville Methodist Campground		VA	105		
4767240	Joppa Mill	joppa-mill	US		0	America/New_York	37.26653	-79.58781	220			VA	019		
4767254	Jordan Mines	jordan-mines	US		0	America/New_York	37.66124	-80.11589	457			VA	005		
4767256	Jordan Point Manor	jordan-point-manor	US		0	America/New_York	37.28959	-77.22136	23			VA	149		
4767264	Jordan Springs	jordan-springs	US		0	America/New_York	39.21538	-78.08389	156	Jordan Spring,Jordan Springs		VA	069		
4767265	Jordans Point (historical)	jordans-point-historical	US		0	America/New_York	37.30709	-77.22053	7	Jordan's Point,Jordans Point (historical)		VA	149		
4767287	Joy Spring	joy-spring	US		0	America/New_York	38.86039	-78.15055	463			VA	187		
4767288	Joyce Heights	joyce-heights	US		0	America/New_York	38.84622	-77.32221	132			VA	600		
4767290	Joyceville	joyceville	US		0	America/New_York	36.56959	-78.03638	71			VA	025		
4767291	Joyner	joyner	US		0	America/New_York	36.77932	-77.25164	33			VA	175		
4767293	Joshua Falls	joshua-falls	US		0	America/New_York	37.42514	-79.04447	146			VA	009		
4767300	Judge (historical)	judge-historical	US		0	America/New_York	37.06816	-82.18319	558			VA	051		
4767332	Junta (historical)	junta-historical	US		0	America/New_York	37.03319	-80.05309	400			VA	067		
4767336	Justisville	justisville	US		0	America/New_York	37.79596	-75.68604	1			VA	001		
4767356	Karen Hills	karen-hills	US		0	America/New_York	37.27236	-80.06865	360			VA	775		
4767359	Kanodes Mill	kanodes-mill	US		0	America/New_York	37.23818	-80.47339	576			VA	121		
4767360	Karo	karo	US		0	America/New_York	38.87206	-78.25195	157			VA	187		
4767362	Karr Heights	karr-heights	US		0	America/New_York	37.23485	-80.44172	634			VA	121		
4767363	Kasey	kasey	US		0	America/New_York	37.07792	-79.58253	267	Kasey,Kasey's,Kaseys		VA	019		
4767373	Katrine	katrine	US		0	America/New_York	37.58487	-78.57806	164	Katrine,Katvine		VA	029		
4767376	Kathmoor	kathmoor	US		0	America/New_York	38.78289	-77.14192	77			VA	059		
4767378	Kayan	kayan	US		0	America/New_York	37.89096	-76.26994	2			VA	133		
4767380	Kayoulah	kayoulah	US		0	America/New_York	36.91651	-80.77396	611			VA	155		
4767387	Keats	keats	US		0	America/New_York	36.54431	-78.29666	108			VA	117		
4767392	Kecoughtan	kecoughtan	US		0	America/New_York	37.01431	-76.34633	1			VA	650		
4767410	Keene Mill Heights	keene-mill-heights	US		0	America/New_York	38.77317	-77.25943	97			VA	059		
4767411	Keene Mill Manor	keene-mill-manor	US		0	America/New_York	38.784	-77.2222	84			VA	059		
4767413	Keeneland	keeneland	US		0	America/New_York	39.15288	-78.06083	187	Keeneland,Keeneland Estates		VA	043		
4767425	Kegleys	kegleys	US		0	America/New_York	36.98179	-81.14176	719			VA	197		
4767429	Keister Addition	keister-addition	US		0	America/New_York	37.23291	-80.41338	634			VA	121		
4767433	Keith	keith	US		0	America/New_York	37.84125	-77.25637	58			VA	101		
4767454	Keister	keister	US		0	America/New_York	39.28121	-77.63749	159			VA	107		
4767457	Kells Corner	kells-corner	US		0	America/New_York	36.87848	-78.40777	152	Kells Corner,Kerr's Creek		VA	111		
4767474	Kellys Ford	kellys-ford	US		0	America/New_York	38.47735	-77.77999	64	Kelly Ford,Kelly's Ford,Kellys Ford,Kellyville		VA	047		
4767479	Kelsa	kelsa	US		0	America/New_York	37.44066	-82.06874	286	Kelsa,Kelsea		VA	027		
4767481	Kelso Mill	kelso-mill	US		0	America/New_York	37.39653	-79.55615	270			VA	019		
4767486	Kemp Corner	kemp-corner	US		0	America/New_York	37.92958	-77.37304	59			VA	033		
4767490	Kemp Park	kemp-park	US		0	America/New_York	38.96622	-78.185	169			VA	187		
4767498	Kempsville	kempsville	US		0	America/New_York	36.82681	-76.16021	3	Kemps Landing,Kempsville		VA	810		
4767499	Kempsville Colony	kempsville-colony	US		0	America/New_York	36.8182	-76.1591	4			VA	810		
4767501	Kempsville Gardens	kempsville-gardens	US		0	America/New_York	36.8257	-76.15577	4			VA	810		
4767502	Kempsville Heights	kempsville-heights	US		0	America/New_York	36.83431	-76.15716	4			VA	810		
4767514	Kendale	kendale	US		0	America/New_York	37.39126	-77.46471	48			VA	041		
4767515	Kendall Grove	kendall-grove	US		0	America/New_York	37.36791	-75.92104	12	Kendall Grove,Kendallgrove		VA	131		
4767516	Kendall Grove Estates	kendall-grove-estates	US		0	America/New_York	37.36986	-75.93493	11			VA	131		
4767525	Kempis (historical)	kempis-historical	US		0	America/New_York	37.30515	-77.91528	103			VA	007		
4767526	Kennard Ridge	kennard-ridge	US		0	America/New_York	38.80456	-77.64721	129			VA	153		
4767545	Kennelworth	kennelworth	US		0	America/New_York	37.21571	-77.43637	34			VA	730		
4767550	Kennon	kennon	US		0	America/New_York	37.3107	-76.99386	10			VA	036		
4767553	Kennons (historical)	kennons-historical	US		0	America/New_York	36.5607	-77.85277	77			VA	025		
4767559	Kent Gardens	kent-gardens	US		0	America/New_York	38.91178	-77.17276	97			VA	059		
4767562	Kent Junction	kent-junction	US		0	America/New_York	36.92065	-82.72822	536			VA	195		
4767571	Kentuck	kentuck	US		0	America/New_York	36.65986	-79.29835	226			VA	143		
4767575	Kentucky Farms	kentucky-farms	US		0	America/New_York	37.1457	-76.49328	16			VA	199		
4767586	Kenwood Hills	kenwood-hills	US		0	America/New_York	37.36459	-79.23558	240			VA	680		
4767595	Kenwick Place	kenwick-place	US		0	America/New_York	37.21764	-80.00587	422			VA	161		
4767599	Kern Springs	kern-springs	US		0	America/New_York	38.92733	-78.59474	435	Kern Springs,Kerns Springs		VA	171		
4767600	Kerner	kerner	US		0	America/New_York	37.28736	-80.04504	343			VA	775		
4767601	Kerns	kerns	US		0	America/New_York	36.75732	-82.61793	385			VA	169		
4767604	Kerfoot	kerfoot	US		0	America/New_York	38.96039	-77.90222	165			VA	061		
4767607	Kernstown	kernstown	US		0	America/New_York	39.14511	-78.18917	232	Hogues Ordinary,Kernstown,Opequon		VA	840		
4767615	Kerrington	kerrington	US		0	America/New_York	38.51012	-78.00778	138			VA	047		
4767616	Kerrs Creek	kerrs-creek	US		0	America/New_York	37.85402	-79.49532	354	Kerr Creek,Kerrs Creek		VA	163		
4767622	Kerrydale	kerrydale	US		0	America/New_York	38.66512	-77.34554	76			VA	153		
4767628	Keslers Mill	keslers-mill	US		0	America/New_York	37.31291	-80.03337	325			VA	775		
4767631	Kessler Park	kessler-park	US		0	America/New_York	37.23763	-80.39894	684			VA	121		
4767632	Kesterson Mill	kesterson-mill	US		0	America/New_York	36.62731	-83.49435	421			VA	105		
4767644	Ketron	ketron	US		0	America/New_York	36.64288	-82.28931	524			VA	191		
4767648	Ketron Corner	ketron-corner	US		0	America/New_York	36.64706	-81.78401	608			VA	191		
4767650	Ketrontown	ketrontown	US		0	America/New_York	36.60205	-82.48654	441			VA	169		
4767665	Keys Gap	keys-gap	US		0	America/New_York	39.25899	-77.7611	287			VA	107		
4767675	Keystone Estates	keystone-estates	US		0	America/New_York	39.17955	-78.06833	185			VA	043		
4767676	Keystone Forest	keystone-forest	US		0	America/New_York	37.39348	-79.20947	224			VA	680		
4767681	Keywood	keywood	US		0	America/New_York	36.82484	-81.79068	633			VA	191		
4767690	Kibler Valley	kibler-valley	US		0	America/New_York	36.63097	-80.45284	415	Kibler,Kibler Valley		VA	141		
4767693	Kidds Fork	kidds-fork	US		0	America/New_York	37.94264	-77.30053	60			VA	033		
4767695	Kidville	kidville	US		0	America/New_York	38.11097	-78.94364	407			VA	015		
4767699	Kiels Gardens	kiels-gardens	US		0	America/New_York	38.849	-77.34304	138			VA	059		
4767703	Kilby	kilby	US		0	America/New_York	36.73209	-76.62912	21			VA	800		
4767705	Kilby Shores	kilby-shores	US		0	America/New_York	36.72237	-76.6219	16			VA	800		
4767707	Kilby Shores West	kilby-shores-west	US		0	America/New_York	36.72432	-76.6244	19			VA	800		
4767709	Kidds Store	kidds-store	US		0	America/New_York	37.80348	-78.36167	151			VA	065		
4767726	Kimages	kimages	US		0	America/New_York	37.35265	-77.19442	22			VA	036		
4767729	Kimball Acres	kimball-acres	US		0	America/New_York	37.27652	-80.0631	348			VA	775		
4767737	Kimberling	kimberling	US		0	America/New_York	37.16179	-81.03592	664			VA	021		
4767742	Kimberly Acres	kimberly-acres	US		0	America/New_York	37.4182	-77.47165	54			VA	041		
4767743	Kimberly Hills	kimberly-hills	US		0	America/New_York	37.32682	-78.38861	138			VA	049		
4767744	Kimberly Knolls	kimberly-knolls	US		0	America/New_York	38.67512	-77.40332	112			VA	153		
4767749	Kincer Mill	kincer-mill	US		0	America/New_York	36.63453	-83.106	430			VA	105		
4767755	Kindrick	kindrick	US		0	America/New_York	36.97595	-81.04009	707			VA	197		
4767757	Kinfield Estates	kinfield-estates	US		0	America/New_York	39.20094	-77.94861	186			VA	043		
4767797	King Richard Estates	king-richard-estates	US		0	America/New_York	38.70651	-77.60193	86			VA	153		
4767829	Kings Charter	kings-charter	US		0	America/New_York	37.68764	-77.42554	59			VA	085		
4767832	Kings Corner	kings-corner	US		0	America/New_York	37.4007	-76.87357	21			VA	095		
4767838	Kings Crossing	kings-crossing	US		0	America/New_York	36.79737	-76.60523	20			VA	800		
4767839	Kings Crossroads	kings-crossroads	US		0	America/New_York	36.82403	-78.6075	144	Jones Store,Kings Crossroads		VA	037		
4767840	Kings Crossroads	kings-crossroads	US		0	America/New_York	38.66651	-77.5836	79			VA	153		
4767846	Kings Forest	kings-forest	US		0	America/New_York	37.42709	-77.50804	67			VA	041		
4767847	Kings Forest	kings-forest	US		0	America/New_York	37.1993	-80.07976	438			VA	161		
4767848	Kings Fork	kings-fork	US		0	America/New_York	36.78015	-76.62468	22			VA	800		
4767851	Kings Grant	kings-grant	US		0	America/New_York	36.8557	-76.08354	3			VA	810		
4767861	Kings Crossing	kings-crossing	US		0	America/New_York	38.76928	-78.49862	335	Edith,Edith Crossroads,Kings Crossing		VA	171		
4767870	Kings Point	kings-point	US		0	America/New_York	36.77487	-76.61634	18			VA	800		
4767877	Kingsberry	kingsberry	US		0	America/New_York	36.70932	-77.5672	47			VA	081		
4767878	Kingsbury Manor	kingsbury-manor	US		0	America/New_York	38.08763	-78.94253	445			VA	015		
4767881	Kingsdale	kingsdale	US		0	America/New_York	36.82098	-76.5844	18			VA	800		
4767883	Kingsland Acres	kingsland-acres	US		0	America/New_York	37.40543	-77.45248	39			VA	041		
4767886	Kingsdale	kingsdale	US		0	America/New_York	36.63321	-76.90079	4			VA	175		
4767894	Kingsmill on the James	kingsmill-on-the-james	US		0	America/New_York	37.2407	-76.67551	21			VA	095		
4767897	Kingspoint	kingspoint	US		0	America/New_York	37.24154	-76.70357	23			VA	095		
4767900	Kingston Court	kingston-court	US		0	America/New_York	37.22097	-80.01726	354			VA	161		
4767901	Kingston Court	kingston-court	US		0	America/New_York	37.11819	-80.39977	671			VA	121		
4767907	Kingswood	kingswood	US		0	America/New_York	37.24848	-76.74024	22			VA	095		
4767908	Kingswood	kingswood	US		0	America/New_York	37.68681	-78.94641	230			VA	125		
4767912	Kingswood Court	kingswood-court	US		0	America/New_York	37.68403	-77.42943	59			VA	085		
4767913	Kingtown	kingtown	US		0	America/New_York	36.60233	-82.16735	517			VA	520		
4767918	Kino	kino	US		0	America/New_York	37.90458	-76.94136	43	Kino,Whitlock Forks		VA	057		
4767930	Kiptopeke	kiptopeke	US		0	America/New_York	37.13792	-75.9666	7	Kiptopeake,Kiptopeka,Kiptopeke		VA	131		
4767935	Kirbytown	kirbytown	US		0	America/New_York	37.61459	-77.26748	51			VA	085		
4767936	Kire	kire	US		0	America/New_York	37.44013	-80.51895	817			VA	071		
4767946	Kirk O'Cliff	kirk-o-cliff	US		0	America/New_York	38.12625	-77.90388	105			VA	177		
4767957	Kiser (historical)	kiser-historical	US		0	America/New_York	36.92511	-82.17764	590	Kiser (historical),Russell		VA	167		
4767996	Klotz	klotz	US		0	America/New_York	37.34235	-80.67562	519			VA	071		
4768001	Klines Mill	klines-mill	US		0	America/New_York	39.04705	-78.24056	202	Kliens Mills,Klines Mill		VA	069		
4768003	Knightly	knightly	US		0	America/New_York	38.23346	-78.9278	368			VA	015		
4768014	Knob Hill	knob-hill	US		0	America/New_York	36.81459	-76.21049	4			VA	810		
4768015	Knob Hill	knob-hill	US		0	America/New_York	37.23013	-80.39866	702			VA	121		
4768031	Knollwood	knollwood	US		0	America/New_York	38.06069	-78.50946	178			VA	003		
4768032	Knollwood	knollwood	US		0	America/New_York	37.35014	-79.84309	366			VA	023		
4768033	Knollwood	knollwood	US		0	America/New_York	37.6682	-77.39776	52			VA	085		
4768034	Knollwood	knollwood	US		0	America/New_York	37.25708	-80.0067	324			VA	770		
4768036	Knollwood Estates	knollwood-estates	US		0	America/New_York	38.86122	-77.67805	183			VA	153		
4768050	Koehler	koehler	US		0	America/New_York	36.68986	-79.90893	223			VA	089		
4768051	Koger (historical)	koger-historical	US		0	America/New_York	36.63264	-80.09838	277			VA	141		
4768057	Konnarock	konnarock	US		0	America/New_York	36.66595	-81.63817	892			VA	191		
4768064	Korea	korea	US		0	America/New_York	38.63151	-78.01277	158	Korea,Olive		VA	047		
4768070	Kosmo Village Mobile Home Park	kosmo-village-mobile-home-park	US		0	America/New_York	37.7082	-77.46887	60			VA	085		
4768071	Kragmont	kragmont	US		0	America/New_York	37.47098	-77.50526	61			VA	760		
4768079	Kopp	kopp	US		0	America/New_York	38.59012	-77.44582	111			VA	153		
4768081	Krukrak (historical)	krukrak-historical	US		0	America/New_York	38.52735	-77.49054	98			VA	179		
4768100	La Bellevue	la-bellevue	US		0	America/New_York	37.32375	-79.89948	381			VA	161		
4768104	La Plateau	la-plateau	US		0	America/New_York	37.16068	-80.4345	620			VA	121		
4768106	La Tierra	la-tierra	US		0	America/New_York	37.16653	-76.38995	0			VA	735		
4768109	Laban	laban	US		0	America/New_York	37.40041	-76.28355	1			VA	115		
4768114	Kyles Mills	kyles-mills	US		0	America/New_York	37.5493	-79.83282	315			VA	023		
4768123	Lacey Forest	lacey-forest	US		0	America/New_York	38.88289	-77.12915	98			VA	013		
4768135	Lafayette Annex	lafayette-annex	US		0	America/New_York	36.87765	-76.26355	3			VA	710		
4768143	Lafayette Shores	lafayette-shores	US		0	America/New_York	36.88459	-76.2655	2			VA	710		
4768156	Lahore	lahore	US		0	America/New_York	38.19875	-77.96944	111	Lahore,Woolfolk		VA	137		
4768157	Laird (historical)	laird-historical	US		0	America/New_York	37.00404	-77.57693	77			VA	053		
4768124	Ladd	ladd	US	61329	0	America/New_York	38.05597	-78.95336	431			VA	015		
4768164	Lake Acres	lake-acres	US		0	America/New_York	38.15569	-78.43945	171			VA	003		
4768185	Lake Barcroft	lake-barcroft	US		9558	America/New_York	38.84789	-77.15581	80			VA	059		
4768215	Lake Crystal Farms	lake-crystal-farms	US		0	America/New_York	37.47431	-77.5861	78			VA	041		
4768241	Lake Front Royal	lake-front-royal	US		0	America/New_York	38.86928	-78.14889	388			VA	187		
4768245	Lake Gaston Estates	lake-gaston-estates	US		0	America/New_York	36.55793	-77.84777	70			VA	025		
4768252	Lake Haven	lake-haven	US		0	America/New_York	37.05931	-79.57753	245			VA	019		
4768256	Lake Hills	lake-hills	US		0	America/New_York	38.09875	-78.47918	155			VA	003		
4768272	Lake Kennedy Estates	lake-kennedy-estates	US		0	America/New_York	36.72821	-76.55023	6			VA	800		
4768278	Lake Killarney	lake-killarney	US		0	America/New_York	37.83209	-77.97944	85			VA	075		
4768305	Lake Meade Point	lake-meade-point	US		0	America/New_York	36.75071	-76.61634	9			VA	800		
4768313	Lake Monticello	lake-monticello	US		9920	America/New_York	37.9232	-78.33473	113			VA	065		
4768322	Lake Occoquan Shores	lake-occoquan-shores	US		0	America/New_York	38.744	-77.3961	73			VA	153		
4768347	Lake Prince Farms	lake-prince-farms	US		0	America/New_York	36.80098	-76.63968	16			VA	800		
4768348	Lake Prince Meadows	lake-prince-meadows	US		0	America/New_York	36.81598	-76.64523	19			VA	800		
4768351	Lake Ridge	lake-ridge	US		41058	America/New_York	38.68789	-77.29776	85			VA	153		
4768374	Lake Shores	lake-shores	US		0	America/New_York	36.90293	-76.15105	3			VA	810		
4768377	Lake Smith	lake-smith	US		0	America/New_York	36.89098	-76.16771	5			VA	810		
4768378	Lake Speight Colony	lake-speight-colony	US		0	America/New_York	36.70793	-76.63162	16			VA	800		
4768381	Lake Spring Land	lake-spring-land	US		0	America/New_York	37.28902	-80.07504	317			VA	775		
4768390	Lake Terrace	lake-terrace	US		0	America/New_York	36.86154	-76.19883	5			VA	710		
4768430	Lakeside Homes	lakeside-homes	US		0	America/New_York	37.14348	-76.44939	12			VA	199		
4768433	Lakeside Mobile Home Park	lakeside-mobile-home-park	US		0	America/New_York	38.49901	-78.04055	165			VA	047		
4768436	Lakeside Park	lakeside-park	US		0	America/New_York	36.72904	-76.59856	15			VA	800		
4768442	Lakeside Village	lakeside-village	US		0	America/New_York	37.66348	-78.17833	74	Flanagan Mills,Flanagans Mill,Flanagans Mills,Flanagans Store,Lakeside Village,Waltons Mill		VA	049		
4768443	Lakeside Village Mobile Home Park	lakeside-village-mobile-home-park	US		0	America/New_York	36.74404	-77.53054	42			VA	081		
4768453	Lakeview Estates	lakeview-estates	US		0	America/New_York	38.78706	-77.60916	99			VA	153		
4768455	Lakeview Heights	lakeview-heights	US		0	America/New_York	37.74292	-78.86919	225			VA	125		
4768456	Lakeview Heights	lakeview-heights	US		0	America/New_York	36.72654	-76.59995	15			VA	800		
4768458	Lakeview Park	lakeview-park	US		0	America/New_York	36.88959	-76.15049	6			VA	810		
4768460	Lakeview Shores	lakeview-shores	US		0	America/New_York	36.88848	-76.14132	7			VA	810		
4768462	Lakeville Estates	lakeville-estates	US		0	America/New_York	36.81876	-76.20299	4			VA	810		
4768472	Lakewood Acres	lakewood-acres	US		0	America/New_York	39.31427	-78.31639	277			VA	069		
4768474	Lakewood Estates	lakewood-estates	US		0	America/New_York	37.35543	-77.46637	57			VA	041		
4768475	Lakewood Estates	lakewood-estates	US		0	America/New_York	38.74289	-77.35304	73			VA	059		
4768476	Lakewood Forest	lakewood-forest	US		0	America/New_York	36.61847	-79.96754	347			VA	089		
4768491	Lamberts Point	lamberts-point	US		0	America/New_York	36.88098	-76.30772	4			VA	710		
4768493	Lamberts Store	lamberts-store	US		0	America/New_York	37.13123	-81.69567	637			VA	185		
4768495	Lambs	lambs	US		0	America/New_York	36.99154	-77.25636	18	Hawkinsville,Lambs		VA	183		
4768501	Lambs Creek	lambs-creek	US		0	America/New_York	38.26374	-77.26915	21			VA	099		
4768397	Lake View	lake-view	US	14085	0	America/New_York	36.8332	-75.97854	4			VA	810		
4768506	Lamont Acres	lamont-acres	US		0	America/New_York	37.47986	-79.08919	228			VA	009		
4768507	Lamper Place	lamper-place	US		0	America/New_York	36.8307	-76.38467	4			VA	740		
4768526	Land O'Pines	land-o-pines	US		0	America/New_York	37.43098	-77.52888	64			VA	041		
4768532	Landmark	landmark	US		0	America/New_York	37.32292	-79.26919	268			VA	031		
4768533	Landmark	landmark	US		0	America/New_York	38.92511	-77.68777	188			VA	061		
4768539	Lands End	lands-end	US		0	America/New_York	37.32847	-76.42522	1			VA	073		
4768543	Landtown	landtown	US		0	America/New_York	36.77904	-76.08521	4	Land,Landtown		VA	810		
4768544	Landview Estates	landview-estates	US		0	America/New_York	38.68067	-77.44915	98			VA	153		
4768563	Lanes Corner	lanes-corner	US		0	America/New_York	36.66293	-77.52887	29			VA	081		
4768564	Lanes Corner	lanes-corner	US		0	America/New_York	37.74459	-77.54221	82			VA	085		
4768565	Lanes Corner	lanes-corner	US		0	America/New_York	38.15958	-77.7361	119			VA	177		
4768568	Lanes Store	lanes-store	US		0	America/New_York	37.06899	-82.52626	474			VA	195		
4768569	Lanes Well Fork	lanes-well-fork	US		0	America/New_York	37.30126	-79.16197	305			VA	031		
4768577	Lanes Ford	lanes-ford	US		0	America/New_York	37.75347	-78.98614	201			VA	125		
4768581	Langhorne Place	langhorne-place	US		0	America/New_York	37.29347	-80.06254	322			VA	775		
4768585	Langley Forest	langley-forest	US		0	America/New_York	38.95594	-77.17831	69			VA	059		
4768588	Langley Oaks	langley-oaks	US		0	America/New_York	38.95455	-77.16887	76			VA	059		
4768592	Langley View	langley-view	US		0	America/New_York	37.07653	-76.33439	3			VA	650		
4768601	Laniers Mill	laniers-mill	US		0	America/New_York	36.66514	-79.4603	171			VA	143		
4768604	Lankford Corner	lankford-corner	US		0	America/New_York	37.78041	-76.40106	34			VA	103		
4768607	Lano	lano	US		0	America/New_York	36.79649	-82.59655	414			VA	169		
4768614	Lansdowne Park	lansdowne-park	US		0	America/New_York	37.28347	-79.98032	309			VA	770		
4768618	Laprades Mill	laprades-mill	US		0	America/New_York	36.91375	-79.63503	207	La Prades Mill,Laprades Mill		VA	067		
4768621	Lara	lara	US		0	America/New_York	37.85291	-76.51745	38	Bonita,Davenport Store,Lara		VA	159		
4768644	Larmond	larmond	US		0	America/New_York	38.2668	-78.12056	151			VA	137		
4768645	Larrymore Acres	larrymore-acres	US		0	America/New_York	36.92626	-76.21522	3			VA	710		
4768646	Larrymore Lawns	larrymore-lawns	US		0	America/New_York	36.91154	-76.22827	5			VA	710		
4768649	Larwood	larwood	US		0	America/New_York	36.61288	-82.2218	578			VA	191		
4768652	Lasley (historical)	lasley-historical	US		0	America/New_York	38.03014	-78.12445	135			VA	109		
4768656	Laswell	laswell	US		0	America/New_York	36.89429	-80.90897	623			VA	197		
4768658	Latanes	latanes	US		0	America/New_York	38.1768	-76.96303	18			VA	193		
4768675	Laurel (historical)	laurel-historical	US		0	America/New_York	37.01344	-82.19847	597			VA	167		
4768699	Laurel Branch	laurel-branch	US		0	America/New_York	36.9143	-80.39283	740	Falcon,Laurel Branch		VA	063		
4768759	Laurel Grove	laurel-grove	US		0	America/New_York	36.67875	-79.21307	195	Laurel Grove,Laurelgrove		VA	143		
4768760	Laurel Grove	laurel-grove	US		0	America/New_York	38.19874	-76.96247	8			VA	193		
4768761	Laurel Grove	laurel-grove	US		0	America/New_York	36.97982	-82.65266	726			VA	195		
4768766	Laurel Grove Estates	laurel-grove-estates	US		0	America/New_York	37.65903	-77.39026	54			VA	085		
4768773	Laurel Hill (historical)	laurel-hill-historical	US		0	America/New_York	37.09126	-78.255	125			VA	111		
4768788	Laurel Hills	laurel-hills	US		0	America/New_York	38.07736	-78.70113	219			VA	003		
4768789	Laurel Hills	laurel-hills	US		0	America/New_York	38.67651	-77.3386	102			VA	153		
4768790	Laurel Hills	laurel-hills	US		0	America/New_York	37.24458	-80.04476	370			VA	161		
4768799	Laurel Lakes	laurel-lakes	US		0	America/New_York	37.64903	-77.51499	68			VA	087		
4768800	Laurel Manor	laurel-manor	US		0	America/New_York	36.85487	-76.01882	8			VA	810		
4768801	Laurel Mills	laurel-mills	US		0	America/New_York	38.64818	-78.08916	122	Laurel Hills,Laurel Mills,Roberts's Mill		VA	157		
4768803	Laurel Park	laurel-park	US		842	America/New_York	37.6432	-77.49943	63			VA	087		
4768804	Laurel Park	laurel-park	US		675	America/New_York	36.68875	-79.80059	243			VA	089		
4768816	Laurel Ridge	laurel-ridge	US		0	America/New_York	37.26846	-80.44839	714			VA	121		
4768842	Laurel Terrace	laurel-terrace	US		0	America/New_York	37.29375	-79.93004	320			VA	770		
4768571	Laneview	laneview	US	22504	0	America/New_York	37.75875	-76.72468	39			VA	057		
4768845	Laurel Village	laurel-village	US		0	America/New_York	37.6407	-77.51887	70			VA	087		
4768846	Laurel West	laurel-west	US		0	America/New_York	37.6682	-77.49415	58			VA	087		
4768847	Laurel Woods	laurel-woods	US		0	America/New_York	37.32458	-80.05171	415			VA	161		
4768849	Laureldale	laureldale	US		0	America/New_York	36.62373	-81.76206	612			VA	191		
4768854	Lavino Village	lavino-village	US		0	America/New_York	37.45153	-79.18308	205			VA	680		
4768864	Lawford	lawford	US		0	America/New_York	37.61654	-78.27694	126	Lawford,Runlack		VA	029		
4768867	Laurel Springs Crossroads	laurel-springs-crossroads	US		0	America/New_York	37.12237	-77.13219	35	Laurel Spring Crossroads,Laurel Springs Crossroads		VA	181		
4768868	Lawndale Farms	lawndale-farms	US		0	America/New_York	37.52154	-77.36081	48			VA	087		
4768869	Lawndale Heights	lawndale-heights	US		0	America/New_York	37.29375	-80.08921	342			VA	775		
4768873	Lawnvale Estates	lawnvale-estates	US		0	America/New_York	38.85567	-77.6111	118			VA	153		
4768884	Lawrenceville Hills	lawrenceville-hills	US		0	America/New_York	36.74376	-77.8586	73			VA	025		
4768902	Lawson Forest	lawson-forest	US		0	America/New_York	36.87459	-76.17716	6			VA	810		
4768913	Lawthorne Mill	lawthorne-mill	US		0	America/New_York	37.82764	-78.78752	150			VA	125		
4768914	Lawyers	lawyers	US		0	America/New_York	37.29987	-79.21169	242	Lawyer,Lawyers		VA	031		
4768916	Laymantown	laymantown	US		1979	America/New_York	37.36569	-79.85754	411			VA	023		
4768923	Layside Estates	layside-estates	US		0	America/New_York	39.19399	-78.25222	297			VA	069		
4768937	Lazy Oak Corner	lazy-oak-corner	US		0	America/New_York	37.11848	-76.89524	30			VA	181		
4768938	LeSueur	lesueur	US		0	America/New_York	37.68292	-78.35417	85			VA	029		
4768942	Leader	leader	US		0	America/New_York	37.27237	-77.56554	93			VA	041		
4768950	Leaksville	leaksville	US		0	America/New_York	38.62651	-78.52612	265			VA	139		
4768951	Leaksville Junction	leaksville-junction	US		0	America/New_York	36.54208	-79.65948	165	Leakesville Junction,Leaksville Junction		VA	143		
4768957	Leatherwood	leatherwood	US		0	America/New_York	36.74097	-79.74642	294			VA	089		
4768968	Leavells	leavells	US		0	America/New_York	38.24485	-77.52526	80			VA	177		
4768989	Lebanon Church	lebanon-church	US		0	America/New_York	39.05511	-78.36806	245	Cottontown,Lebannon Church,Lebanon Church		VA	171		
4769008	Lecato	lecato	US		0	America/New_York	37.93901	-75.54993	6	Lecato,Lecato Station		VA	001		
4769009	Leck	leck	US		0	America/New_York	37.03816	-82.4007	733			VA	051		
4769010	Leda	leda	US		0	America/New_York	36.90431	-79.08613	171	Leda,Lida		VA	083		
4769015	Lee (historical)	lee-historical	US		0	America/New_York	36.82565	-83.07211	512			VA	105		
4769016	Lee Boulevard Heights	lee-boulevard-heights	US		0	America/New_York	38.8665	-77.14442	103			VA	059		
4769035	Lee Dale Shores	lee-dale-shores	US		0	America/New_York	37.84152	-76.34384	4			VA	133		
4769038	Lee Forest	lee-forest	US		0	America/New_York	38.83428	-77.25248	111			VA	059		
4769041	Lee Hall	lee-hall	US		0	America/New_York	37.19181	-76.57162	12	Lee Hall,Lee Hall Junction,Leehall		VA	700		
4769046	Lee Heights	lee-heights	US		0	America/New_York	38.90206	-77.1172	108			VA	013		
4769056	Lee Hy Court	lee-hy-court	US		0	America/New_York	37.26014	-79.99254	327			VA	770		
4769057	Lee Hy Park	lee-hy-park	US		0	America/New_York	37.2593	-80.00476	318			VA	770		
4769059	Lee Hy Gardens	lee-hy-gardens	US		0	America/New_York	37.26375	-79.99393	330			VA	770		
4769064	Lee Manor	lee-manor	US		0	America/New_York	38.73456	-77.49221	73			VA	153		
4769068	Lee Meadows	lee-meadows	US		0	America/New_York	38.83678	-77.26526	119			VA	059		
4769072	Lee Mont	lee-mont	US		125	America/New_York	37.77874	-75.68104	5	Lee Mont,Leemont		VA	001		
4769076	Lee Park	lee-park	US		0	America/New_York	37.51431	-77.30164	48			VA	087		
4769095	Lee-Hi Court	lee-hi-court	US		0	America/New_York	37.12707	-80.41811	651			VA	121		
4769098	Lee-Hi Village	lee-hi-village	US		0	America/New_York	38.84261	-77.35137	128	Lee Hi Village,Lee-Hi Village,Leehigh Village		VA	059		
4769101	Lee-Mitchell	lee-mitchell	US		0	America/New_York	37.29402	-80.10421	359			VA	775		
4769104	Leedstown	leedstown	US		0	America/New_York	38.11152	-76.99858	3	Bray's,Bray's Church,Bray's Wharf,Brays Church,Brays Wharf,Leeds,Leeds Church,Leedstown,Rappahannock,Rappahannock Church,Rappahannock Ordinary		VA	193		
4769105	Leeland	leeland	US		0	America/New_York	38.34985	-77.43359	43			VA	179		
4769107	Leemaster	leemaster	US		0	America/New_York	37.18678	-82.13069	441			VA	027		
4769111	Lees Corner	lees-corner	US		0	America/New_York	38.90428	-77.41693	104			VA	059		
4769120	Lees Mill	lees-mill	US		0	America/New_York	36.68265	-76.89552	5			VA	093		
4769121	Lees Mill	lees-mill	US		0	America/New_York	37.10904	-77.32442	34	Lee's Mill,Lees Mill,Rowland's Mill		VA	149		
4769152	Leetown	leetown	US		0	America/New_York	39.22705	-78.0775	165	Leetown,Opequon Hill		VA	069		
4769154	Leewood	leewood	US		0	America/New_York	38.80789	-77.18859	90			VA	059		
4769198	Legato	legato	US		0	America/New_York	38.84789	-77.36582	127	Legato,Legota,Sisson		VA	059		
4769209	Leighs	leighs	US		0	America/New_York	39.03233	-77.3411	118			VA	059		
4769211	Leithtown	leithtown	US		0	America/New_York	39.01344	-77.75888	150	Leithton,Leithtown		VA	107		
4769213	Lemon Dell	lemon-dell	US		0	America/New_York	37.25375	-79.97837	324			VA	770		
4769221	Lemonton	lemonton	US		0	America/New_York	37.33541	-79.97865	353			VA	161		
4769223	Lenah	lenah	US		0	America/New_York	38.95289	-77.58027	109	Lena,Lenah		VA	107		
4769229	Lent	lent	US		0	America/New_York	38.15124	-77.24276	57			VA	033		
4769233	Leona Mines (historical)	leona-mines-historical	US		0	America/New_York	36.83842	-83.02405	586			VA	105		
4769238	Lennig	lennig	US		0	America/New_York	36.90097	-78.91001	175	Lennig,Lenning		VA	083		
4769241	Lerty	lerty	US		0	America/New_York	38.14208	-76.86747	52			VA	193		
4769258	Lester Place	lester-place	US		0	America/New_York	37.13207	-80.40061	653			VA	121		
4769265	Level Run	level-run	US		0	America/New_York	37.03986	-79.19919	218	Level Run,Levelrun		VA	143		
4769270	Levy	levy	US		0	America/New_York	38.94206	-77.63388	128			VA	107		
4769271	Levy	levy	US		0	America/New_York	38.03569	-77.70777	91	Harris Store,Levy		VA	177		
4769275	Lewinsville	lewinsville	US		0	America/New_York	38.929	-77.19776	111	Lewinsville,Lewisville		VA	059		
4769277	Lewinsville Heights	lewinsville-heights	US		0	America/New_York	38.9215	-77.18998	100			VA	059		
4769302	Lewis Gardens	lewis-gardens	US		0	America/New_York	37.51348	-77.33859	48			VA	087		
4769305	Lewis Hill East	lewis-hill-east	US		0	America/New_York	38.0668	-78.58946	164			VA	003		
4769306	Lewis Hill West	lewis-hill-west	US		0	America/New_York	38.06875	-78.59252	179			VA	003		
4769318	Lewis Park	lewis-park	US		0	America/New_York	38.82095	-77.37638	114			VA	059		
4769321	Lewis Place	lewis-place	US		0	America/New_York	37.28291	-80.12087	350			VA	161		
4769332	Lewisetta	lewisetta	US		0	America/New_York	37.99791	-76.46273	1	Lewisetta,Lewisette		VA	133		
4769342	Lexington Estates	lexington-estates	US		0	America/New_York	38.99539	-77.30859	107			VA	059		
4769400	Liberty Fork	liberty-fork	US		0	America/New_York	38.0468	-77.17581	62			VA	033		
4769421	Liberty Land	liberty-land	US		0	America/New_York	37.29791	-79.93698	311			VA	770		
4769525	Lick Skillet	lick-skillet	US		0	America/New_York	36.89428	-81.79123	588			VA	173		
4769546	Light (historical)	light-historical	US		0	America/New_York	39.32955	-78.23084	253			VA	069		
4769551	Liggans Corner	liggans-corner	US		0	America/New_York	37.62181	-77.22553	49			VA	085		
4769562	Lilian	lilian	US		0	America/New_York	37.8618	-76.29967	5	Lilian,Lillian		VA	133		
4769570	Lilly View	lilly-view	US		0	America/New_York	37.28403	-79.91782	284			VA	770		
4769574	Lime Hill	lime-hill	US		0	America/New_York	36.64899	-82.24736	567			VA	191		
4769585	Limeton	limeton	US		0	America/New_York	38.85456	-78.27667	198			VA	187		
4769587	Limstrong	limstrong	US		0	America/New_York	38.71595	-77.46471	84			VA	153		
4769592	Lincoln Court	lincoln-court	US		0	America/New_York	37.28625	-79.94115	306			VA	770		
4769594	Lincoln Estates	lincoln-estates	US		0	America/New_York	39.19733	-78.28639	302			VA	069		
4769595	Lincoln Heights	lincoln-heights	US		0	America/New_York	36.68987	-77.57637	50			VA	081		
4769608	Lincolnia	lincolnia	US		22855	America/New_York	38.81845	-77.14331	75	Fairland,Lincolnia,Linconia		VA	059		
4769609	Lincolnia Heights	lincolnia-heights	US		0	America/New_York	38.82956	-77.14887	77			VA	059		
4769227	Lenox	lenox	US	01240	0	America/New_York	36.94293	-76.25466	4			VA	710		
4769611	Lincolnia Park	lincolnia-park	US		0	America/New_York	38.81567	-77.14498	74			VA	059		
4769619	Lindau Woods	lindau-woods	US		0	America/New_York	38.65012	-77.40554	99			VA	153		
4769620	Lindell	lindell	US		0	America/New_York	36.80456	-81.90068	579			VA	191		
4769626	Linden Heights	linden-heights	US		0	America/New_York	38.939	-78.05305	487			VA	187		
4769630	Lindendale	lindendale	US		0	America/New_York	38.65512	-77.35998	100			VA	153		
4769647	Linkhorn	linkhorn	US		0	America/New_York	36.86154	-76.02354	8			VA	810		
4769649	Linkhorn Estates	linkhorn-estates	US		0	America/New_York	36.86515	-76.01826	6			VA	810		
4769650	Linkhorn Park	linkhorn-park	US		0	America/New_York	36.86709	-75.99299	4			VA	810		
4769653	Linkhorn Shores	linkhorn-shores	US		0	America/New_York	36.87709	-76.01632	3			VA	810		
4769656	Linkous	linkous	US		0	America/New_York	37.23902	-80.41088	649			VA	121		
4769664	Linlier	linlier	US		0	America/New_York	36.85098	-76.01632	8			VA	810		
4769667	Linton Hall	linton-hall	US		35725	America/New_York	38.75984	-77.57499	75			VA	153		
4769684	Lipps	lipps	US		0	America/New_York	37.00427	-82.65127	711			VA	195		
4769708	Little Baltimore	little-baltimore	US		0	America/New_York	38.18374	-79.38254	516			VA	015		
4769781	Little Clover Hill	little-clover-hill	US		0	America/New_York	38.11458	-78.4789	168			VA	003		
4769853	Little Duck	little-duck	US		0	America/New_York	36.74427	-82.34848	647			VA	169		
4769895	Little Georgetown	little-georgetown	US		0	America/New_York	38.82317	-77.73249	143	Georgetown,Little Georgetown		VA	061		
4769904	Little Haven	little-haven	US		0	America/New_York	36.86348	-76.0766	2			VA	810		
4769906	Little Hell	little-hell	US		0	America/New_York	37.66569	-75.7766	7			VA	001		
4769937	Little Johnsontown	little-johnsontown	US		0	America/New_York	37.43347	-75.85576	3			VA	131		
4769967	Little Mill	little-mill	US		0	America/New_York	36.87265	-77.49081	37	Little Mill,Peanut		VA	183		
4769978	Little Montgomery	little-montgomery	US		0	America/New_York	37.02346	-80.547	586			VA	121		
4770087	Little River Crossing	little-river-crossing	US		0	America/New_York	37.82097	-77.42582	16	Little River,Little River Crossing		VA	085		
4770090	Little River Hills	little-river-hills	US		0	America/New_York	38.84761	-77.29026	113			VA	600		
4770113	Little Run Estates	little-run-estates	US		0	America/New_York	38.82345	-77.27304	102			VA	059		
4770118	Little Salisbury	little-salisbury	US		0	America/New_York	37.32069	-75.93493	10			VA	131		
4770164	Little Texas	little-texas	US		0	America/New_York	36.6021	-77.33942	23			VA	175		
4770176	Little Town	little-town	US		0	America/New_York	37.11401	-81.35205	940	Groseclose Place,Little Town,Littletown		VA	185		
4770179	Little Tree Acres	little-tree-acres	US		0	America/New_York	37.31819	-79.87309	320			VA	161		
4770201	Little Washington	little-washington	US		0	America/New_York	39.04039	-77.59499	142			VA	107		
4770244	Littletown	littletown	US		0	America/New_York	39.06122	-77.8425	186			VA	107		
4770247	Litwalton	litwalton	US		0	America/New_York	37.80097	-76.56968	30			VA	103		
4770248	Litz	litz	US		0	America/New_York	36.81178	-81.79207	668			VA	191		
4770272	Lloyd Place	lloyd-place	US		0	America/New_York	36.72709	-76.56912	12			VA	800		
4770274	Lloyds	lloyds	US		0	America/New_York	38.00097	-77.01497	47			VA	057		
4770279	Loch Haven	loch-haven	US		0	America/New_York	37.34652	-80.00421	394			VA	161		
4770282	Loch Leigh	loch-leigh	US		0	America/New_York	38.06153	-78.58418	154			VA	003		
4770283	Loch Linden	loch-linden	US		0	America/New_York	38.93928	-78.08083	310			VA	187		
4770288	Loch Lomond	loch-lomond	US		3701	America/New_York	38.78623	-77.47804	58			VA	153		
4770293	Lochhaven	lochhaven	US		0	America/New_York	36.91459	-76.31078	3	Loch Haven,Lochhaven		VA	710		
4770294	Lochleven	lochleven	US		0	America/New_York	36.87042	-78.04611	137	Lochleven,Lolch Leven,Potts Spring		VA	111		
4770297	Lochridge	lochridge	US		0	America/New_York	38.10097	-78.47862	141			VA	003		
4770302	Lockes Landing	lockes-landing	US		0	America/New_York	39.10233	-77.96444	131			VA	043		
4770304	Lo Roy Acres	lo-roy-acres	US		0	America/New_York	37.31542	-79.23364	295			VA	031		
4770308	Lockhart Flats	lockhart-flats	US		0	America/New_York	37.14927	-82.43043	594			VA	051		
4770309	Locklies	locklies	US		0	America/New_York	37.59458	-76.43967	9			VA	119		
4770313	Locks Corner	locks-corner	US		0	America/New_York	38.16374	-77.39415	72			VA	033		
4770314	Locksville	locksville	US		0	America/New_York	37.67208	-75.76743	8			VA	001		
4770326	Locust Creek	locust-creek	US		0	America/New_York	37.86681	-77.78499	118	Locust Creek,Locustcreek		VA	109		
4770330	Locust Green	locust-green	US		0	America/New_York	37.66542	-77.26164	28			VA	085		
4770348	Locust Grove Park	locust-grove-park	US		0	America/New_York	37.30097	-80.05171	333			VA	775		
4770357	Locust Gardens Mobile Home Park	locust-gardens-mobile-home-park	US		0	America/New_York	37.32431	-79.23808	295			VA	031		
4770366	Locust Mount	locust-mount	US		0	America/New_York	37.61041	-75.69965	3	Locust Manor,Locust Mound,Locust Mount,Locustmount		VA	001		
4770377	Lodebar	lodebar	US		0	America/New_York	37.90375	-78.84891	181			VA	125		
4770384	Lodore	lodore	US		0	America/New_York	37.43932	-78.0225	112			VA	007		
4770390	Loftis	loftis	US		0	America/New_York	36.90847	-78.96807	193			VA	083		
4770392	Loftlands Wood	loftlands-wood	US		0	America/New_York	38.14513	-78.4839	181			VA	003		
4770393	Lofton	lofton	US		0	America/New_York	37.95513	-79.16447	548			VA	015		
4770396	Log Landing	log-landing	US		0	America/New_York	37.67598	-76.90469	1			VA	097		
4770404	Logan Village	logan-village	US		0	America/New_York	38.11069	-78.51085	168			VA	003		
4770409	Lois	lois	US		0	America/New_York	38.52512	-77.72638	93	Baines Corner,Lois		VA	061		
4770411	Loisdale Estates	loisdale-estates	US		0	America/New_York	38.76178	-77.18054	73			VA	059		
4770416	Lombardy Grove	lombardy-grove	US		0	America/New_York	36.68431	-78.20611	103			VA	117		
4770418	London Bridge	london-bridge	US		0	America/New_York	36.84182	-76.04965	6	London Bridge,Londonbridge		VA	810		
4770424	London Towne	london-towne	US		0	America/New_York	38.839	-77.45666	79			VA	059		
4770425	Lone Ash	lone-ash	US		0	America/New_York	36.91929	-80.82785	587	Lone Ash,Loneash		VA	197		
4770430	Lone Fountain	lone-fountain	US		0	America/New_York	38.24679	-79.18337	457			VA	015		
4770439	Lone Oak Mill	lone-oak-mill	US		0	America/New_York	37.19293	-77.10969	13			VA	149		
4770453	Lone Star Lakes	lone-star-lakes	US		0	America/New_York	36.86876	-76.56495	4			VA	800		
4770454	Lonesome (historical)	lonesome-historical	US		0	America/New_York	36.90927	-82.32903	523			VA	195		
4770575	Long Level Estates	long-level-estates	US		0	America/New_York	38.83289	-77.62277	114			VA	153		
4770590	Long Meadows	long-meadows	US		0	America/New_York	37.37736	-79.20114	236			VA	680		
4770601	Long Mountain Estates	long-mountain-estates	US		0	America/New_York	37.29264	-79.05085	276			VA	031		
4770606	Long Ridge	long-ridge	US		0	America/New_York	36.63043	-76.16299	4			VA	550		
4770632	Longbottom	longbottom	US		0	America/New_York	37.28178	-82.08541	331			VA	027		
4770637	Longdale Furnace	longdale-furnace	US		0	America/New_York	37.81013	-79.68338	394	Long Dale Furnace,Longdale Furnace,Lucy Selina Furnace		VA	005		
4770642	Longfork	longfork	US		0	America/New_York	37.12316	-82.49321	490			VA	051		
4770643	Longhollow (historical)	longhollow-historical	US		0	America/New_York	36.90567	-81.61762	583			VA	173		
4770644	Longist Forks	longist-forks	US		0	America/New_York	37.89097	-76.90663	40			VA	057		
4770645	Longmarsh Acres	longmarsh-acres	US		0	America/New_York	39.18205	-77.97194	192			VA	043		
4770647	Longcreek (historical)	longcreek-historical	US		0	America/New_York	37.93125	-77.81722	101	Long Creek,Longcreek (historical)		VA	109		
4770662	Longview Estates	longview-estates	US		0	America/New_York	37.2393	-80.43311	643			VA	121		
4770664	Longvue Shores	longvue-shores	US		0	America/New_York	36.88293	-76.51078	7			VA	800		
4770668	Longwood (historical)	longwood-historical	US		0	America/New_York	37.68152	-79.55698	376			VA	163		
4770669	Longwood Acres	longwood-acres	US		0	America/New_York	37.45015	-77.55277	67			VA	041		
4770682	Looney	looney	US		0	America/New_York	37.47124	-80.16255	780			VA	045		
4770703	Lora Lynn Heights	lora-lynn-heights	US		0	America/New_York	37.33959	-77.44832	48			VA	041		
4770708	Lord Fairfax Estates	lord-fairfax-estates	US		0	America/New_York	38.85539	-77.3036	117			VA	600		
4770711	Lorfax Heights	lorfax-heights	US		0	America/New_York	38.72095	-77.25554	82			VA	059		
4770712	Lorne	lorne	US		0	America/New_York	37.86236	-77.35442	69			VA	033		
4770722	Lost Corner	lost-corner	US		0	America/New_York	39.09288	-78.09944	196			VA	043		
4770725	Lost Forest	lost-forest	US		0	America/New_York	37.38432	-77.46637	47			VA	041		
4770753	Loudoun Heights	loudoun-heights	US		0	America/New_York	39.31316	-77.71777	135			VA	107		
4770788	Lousetown	lousetown	US		0	America/New_York	38.63901	-77.85222	108			VA	061		
4770793	Love	love	US		0	America/New_York	37.88542	-79.01003	795			VA	015		
4770810	Loves Mill	loves-mill	US		0	America/New_York	36.90598	-78.28389	103	Loves Mill,Lovesmill		VA	111		
4770811	Loves Mill	loves-mill	US		0	America/New_York	36.74734	-81.68734	630	Loves Mill,Loves Mills		VA	191		
4770824	Loving Fork	loving-fork	US		0	America/New_York	38.09652	-77.35304	68			VA	033		
4770838	Low Gap	low-gap	US		0	America/New_York	36.56707	-80.89869	790			VA	077		
4770875	Lower Brandon	lower-brandon	US		0	America/New_York	37.2557	-76.98247	0			VA	149		
4770887	Lower Exeter	lower-exeter	US		0	America/New_York	36.88009	-82.83016	559			VA	195		
4770895	Lower Elk Creek	lower-elk-creek	US		0	America/New_York	36.71401	-81.15926	778			VA	077		
4770917	Lower Rocketts	lower-rocketts	US		0	America/New_York	37.50292	-77.39943	39			VA	159		
4770923	Lower Tuckahoe	lower-tuckahoe	US		0	America/New_York	37.5807	-77.64388	69			VA	075		
4770929	Lowerys Landing	lowerys-landing	US		0	America/New_York	37.89541	-76.79857	1			VA	057		
4770930	Lowerys Point Landing	lowerys-point-landing	US		0	America/New_York	37.90236	-76.82052	1			VA	057		
4770931	Lowes Island	lowes-island	US		10756	America/New_York	39.05983	-77.35221	57			VA	107		
4770936	Lowesville	lowesville	US		0	America/New_York	37.71903	-79.06475	224			VA	125		
4770947	Loxley Place	loxley-place	US		0	America/New_York	36.79876	-76.33744	3			VA	740		
4770949	Loyalty	loyalty	US		0	America/New_York	39.22677	-77.58249	125	Loyalty,Loyalty Store		VA	107		
4770951	Loxley Gardens	loxley-gardens	US		0	America/New_York	36.77543	-76.33383	3			VA	550		
4770968	Lucks	lucks	US		0	America/New_York	36.81319	-79.21891	199			VA	143		
4770973	Lucketts	lucketts	US		0	America/New_York	39.21566	-77.53443	97	Black Swamp,Goresville,Luckets,Luckett,Lucketts		VA	107		
4770985	Lukes Island (historical)	lukes-island-historical	US		0	America/New_York	38.0568	-76.90247	46			VA	159		
4770989	Lummis	lummis	US		0	America/New_York	36.69515	-76.70107	22			VA	800		
4770990	Lumpkin Forest	lumpkin-forest	US		0	America/New_York	36.65792	-79.37836	177			VA	143		
4771011	Lunt	lunt	US		0	America/New_York	38.80039	-77.13942	32			VA	510		
4771025	Lurich	lurich	US		0	America/New_York	37.38095	-80.84091	485			VA	071		
4771030	Lutersville	lutersville	US		0	America/New_York	36.71821	-76.66412	21			VA	800		
4771037	Luther Park	luther-park	US		0	America/New_York	37.24736	-80.10254	403			VA	161		
4771042	Luttrels Corner	luttrels-corner	US		0	America/New_York	37.93374	-76.40689	27	Luttrells Corner,Luttrels Corner		VA	133		
4771046	Lydell Heights	lydell-heights	US		0	America/New_York	37.63487	-77.4836	57			VA	087		
4771055	Lyells	lyells	US		0	America/New_York	37.99708	-76.72885	43	Lyells,Lyells Store,McGuires Wharf,Porter's Corner		VA	159		
4771060	Luttrellville	luttrellville	US		0	America/New_York	37.94513	-76.58412	40			VA	159		
4771062	Lyman Park	lyman-park	US		0	America/New_York	38.52762	-77.35137	33			VA	153		
4771089	Lynchburg Mines (historical)	lynchburg-mines-historical	US		0	America/New_York	37.39236	-79.82837	441			VA	023		
4771102	Lynhams	lynhams	US		0	America/New_York	37.71847	-76.34272	5			VA	133		
4771103	Lynhaven	lynhaven	US		0	America/New_York	38.83567	-77.0572	5			VA	510		
4771110	Lynn Grove	lynn-grove	US		0	America/New_York	37.58709	-77.40193	55			VA	087		
4771114	Lynn Dell Estates	lynn-dell-estates	US		0	America/New_York	37.2118	-80.01532	362			VA	161		
4771119	Lynn Spring	lynn-spring	US		0	America/New_York	37.10456	-81.93373	687			VA	167		
4771123	Lynn Shores	lynn-shores	US		0	America/New_York	36.85459	-76.11299	4			VA	810		
4771124	Lynnhaven	lynnhaven	US		0	America/New_York	36.83765	-76.06854	4			VA	810		
4771125	Lynnhaven Acres	lynnhaven-acres	US		0	America/New_York	36.85376	-76.06882	4			VA	810		
4771129	Lynnhaven Colony	lynnhaven-colony	US		0	America/New_York	36.90765	-76.07049	1			VA	810		
4771137	Lynnhaven	lynnhaven	US		0	America/New_York	37.0482	-76.40939	5	Lynnhaven,Lynwood		VA	650		
4771140	Lynnhaven Shores	lynnhaven-shores	US		0	America/New_York	36.9107	-76.0816	2			VA	810		
4771149	Lynwood Terrace	lynwood-terrace	US		0	America/New_York	37.1243	-80.40811	659			VA	121		
4771150	Lyon Park	lyon-park	US		0	America/New_York	38.88067	-77.09026	77			VA	013		
4771152	Lyon Village	lyon-village	US		0	America/New_York	38.8915	-77.09548	61			VA	013		
4771161	Mabelton	mabelton	US		0	America/New_York	37.84098	-77.74221	109	Mabelton,Mableton		VA	085		
4771164	Mabry Crossroads	mabry-crossroads	US		0	America/New_York	36.78929	-80.71535	763			VA	035		
4771165	Mabry Mill	mabry-mill	US		0	America/New_York	36.75014	-80.40478	871			VA	063		
4771170	Macanie	macanie	US		0	America/New_York	38.77595	-78.75752	349			VA	171		
4771203	Maces Spring	maces-spring	US		0	America/New_York	36.67232	-82.40265	414	Mace Spring,Maces Spring		VA	169		
4771223	Mack Creek Village	mack-creek-village	US		0	America/New_York	36.9854	-80.69007	572			VA	155		
4771225	Macons Corner	macons-corner	US		0	America/New_York	36.80015	-76.0041	4			VA	810		
4771257	Madison Manor	madison-manor	US		0	America/New_York	38.88039	-77.1472	90			VA	013		
4771263	Madison Mills	madison-mills	US		0	America/New_York	38.28096	-78.14083	99			VA	113		
4771268	Madison Run	madison-run	US		0	America/New_York	38.1968	-78.13028	136	Madison Run,Madison Run Station		VA	137		
4771279	Madrillon Farms	madrillon-farms	US		0	America/New_York	38.90817	-77.22998	143	Madrillon,Madrillon Farms		VA	059		
4771283	Maggie	maggie	US		0	America/New_York	37.42346	-80.382	549			VA	045		
4771293	Magnums Mobile Home Park	magnums-mobile-home-park	US		0	America/New_York	36.67071	-77.54137	33			VA	081		
4771294	Magnums Mobile Home Park	magnums-mobile-home-park	US		0	America/New_York	36.81098	-77.48998	46			VA	081		
4771296	Magotha	magotha	US		0	America/New_York	37.18014	-75.94882	4			VA	131		
4771300	Magruder	magruder	US		0	America/New_York	37.3232	-76.67468	25			VA	199		
4771303	Magruder Hills	magruder-hills	US		0	America/New_York	37.4582	-79.12391	266			VA	009		
4771312	Maiden Spring	maiden-spring	US		0	America/New_York	37.02817	-81.68234	704			VA	185		
4771318	Maidens Forest	maidens-forest	US		0	America/New_York	37.7132	-77.86	98			VA	075		
4771345	Maitland Village	maitland-village	US		0	America/New_York	37.20098	-77.47193	51			VA	053		
4771348	Major Court	major-court	US		0	America/New_York	36.6293	-79.39558	195			VA	590		
4771351	Major	major	US		0	America/New_York	37.55792	-79.37003	190			VA	019		
4771352	Makemie Park	makemie-park	US		155	America/New_York	37.90846	-75.5702	6			VA	001		
4771353	Makleys Corner	makleys-corner	US		0	America/New_York	38.75873	-77.34026	109	Blakely Store,Makleys Corner		VA	059		
4771358	Malbrook	malbrook	US		0	America/New_York	38.84789	-77.16748	66			VA	059		
4771360	Mallard Lake	mallard-lake	US		0	America/New_York	38.14513	-78.5014	169			VA	003		
4771362	Mallory (historical)	mallory-historical	US		0	America/New_York	37.94986	-78.15778	158			VA	109		
4771374	Mallow	mallow	US		0	America/New_York	37.77096	-79.97256	375			VA	005		
4771379	Malo Beach	malo-beach	US		0	America/New_York	37.05181	-76.2855	1			VA	650		
4771388	Malvern Hills	malvern-hills	US		0	America/New_York	37.32458	-79.95559	343			VA	161		
4771390	Mammoth Oak	mammoth-oak	US		0	America/New_York	37.08348	-76.50412	8			VA	700		
4771398	Manakin Farms	manakin-farms	US		0	America/New_York	37.60404	-77.71388	75			VA	075		
4771803	Martins Shop	martins-shop	US		0	America/New_York	37.48431	-79.05808	254			VA	009		
4771804	Martins Siding	martins-siding	US		0	America/New_York	37.39014	-75.90965	12	Martin Siding,Martins Siding		VA	131		
4771414	Manassas Park	manassas-park	US		15726	America/New_York	38.784	-77.46971	62	Manasas Park,Manassas Park,Manassas-Park,bark manasas,ma na sa si pa ke,manasas park  wrjynya,manasasupaku,mnass park  wyrjynya,Манасас Парк,Манассас-Парк,بارك ماناساس,ماناساس پارک، ورجینیا,مناسس پارک، ویرجینیا,マナサスパーク,馬納薩斯帕克	685	VA	685		
4771431	Manchester Court	manchester-court	US		0	America/New_York	37.27347	-80.04532	307			VA	775		
4771434	Manchester Mill	manchester-mill	US		0	America/New_York	37.2557	-77.27137	34			VA	149		
4771437	Mandleys Corner	mandleys-corner	US		0	America/New_York	38.56262	-77.80055	96	Mandleys Corner,Martins Corner		VA	061		
4771439	Maness	maness	US		0	America/New_York	36.78231	-83.05767	448			VA	105		
4771444	Mangohick	mangohick	US		0	America/New_York	37.81014	-77.27276	59			VA	101		
4771462	Manning Estates	manning-estates	US		0	America/New_York	36.80404	-76.43661	5			VA	550		
4771472	Manor View	manor-view	US		0	America/New_York	36.80904	-76.38161	4			VA	740		
4771475	Manry	manry	US		0	America/New_York	36.89182	-77.03468	35			VA	175		
4771477	Mansfield (historical)	mansfield-historical	US		0	America/New_York	38.09014	-77.9125	107			VA	109		
4771488	Mantapike	mantapike	US		0	America/New_York	37.69653	-76.9208	11			VA	097		
4771498	Mantua Hills	mantua-hills	US		0	America/New_York	38.85456	-77.26637	113			VA	059		
4771504	Manwaring Manor	manwaring-manor	US		0	America/New_York	37.20903	-80.0117	371			VA	161		
4771529	Maple Grove Estates	maple-grove-estates	US		0	America/New_York	38.78428	-77.14554	72			VA	059		
4771536	Maple Hills	maple-hills	US		0	America/New_York	38.83845	-77.29998	137			VA	600		
4771556	Mapledale	mapledale	US		0	America/New_York	38.6529	-77.36637	93			VA	153		
4771557	Mapleton Heights	mapleton-heights	US		0	America/New_York	37.30625	-79.93421	316			VA	770		
4771564	Mappsburg	mappsburg	US		60	America/New_York	37.57763	-75.76354	7	Mappburg,Mappsburg		VA	001		
4771574	Marble Quarry	marble-quarry	US		0	America/New_York	39.02455	-77.68944	101			VA	107		
4771578	Marble Valley	marble-valley	US		0	America/New_York	38.13541	-79.42532	497			VA	015		
4771581	Marcem	marcem	US		0	America/New_York	36.63038	-82.60849	447			VA	169		
4771599	Margo	margo	US		0	America/New_York	38.16069	-77.72416	122			VA	177		
4771661	Marlbrook	marlbrook	US		0	America/New_York	37.86208	-79.25309	367			VA	163		
4771664	Marlbank	marlbank	US		0	America/New_York	37.20876	-76.48189	11			VA	199		
4771665	Marlin Forest	marlin-forest	US		0	America/New_York	38.76095	-77.05526	40	Marlan Forest,Marlin Forest		VA	059		
4771666	Marlo Heights	marlo-heights	US		0	America/New_York	38.85817	-77.16887	84			VA	059		
4771668	Marmona	marmona	US		0	America/New_York	37.22793	-77.6411	84			VA	053		
4771672	Marlfield	marlfield	US		0	America/New_York	37.44736	-76.60968	28			VA	073		
4771686	Marsailles (historical)	marsailles-historical	US		0	America/New_York	36.68292	-78.98307	103			VA	083		
4771697	Marrowbone Heights	marrowbone-heights	US		0	America/New_York	36.61625	-79.85809	232			VA	089		
4771700	Marsh Run Mobile Home Park	marsh-run-mobile-home-park	US		0	America/New_York	38.56179	-77.75638	94			VA	061		
4771725	Marshall Heights	marshall-heights	US		0	America/New_York	37.26848	-76.49689	7			VA	073		
4771729	Marshall Manor	marshall-manor	US		0	America/New_York	37.9607	-78.51751	205			VA	003		
4771794	Martins Corner	martins-corner	US		0	America/New_York	38.08791	-77.20748	64			VA	033		
4771797	Martins Corner	martins-corner	US		0	America/New_York	37.11404	-78.13667	153			VA	135		
4771805	Martins Store	martins-store	US		0	America/New_York	37.46681	-79.11919	260			VA	009		
4771806	Martins Store	martins-store	US		0	America/New_York	37.01681	-78.92612	159			VA	083		
4771807	Martins Store	martins-store	US		0	America/New_York	37.91764	-78.8403	184			VA	125		
4771824	Marumsco Acres	marumsco-acres	US		0	America/New_York	38.64317	-77.25943	12			VA	153		
4771829	Marumsco Hills	marumsco-hills	US		0	America/New_York	38.64373	-77.27498	51			VA	153		
4771833	Marumsco Village	marumsco-village	US		0	America/New_York	38.66151	-77.25776	26			VA	153		
4771834	Marumsco Woods	marumsco-woods	US		0	America/New_York	38.62206	-77.26054	25			VA	153		
4771838	Marvin Garden Subdivision	marvin-garden-subdivision	US		0	America/New_York	37.14291	-80.31782	661			VA	121		
4771859	Marye	marye	US		0	America/New_York	38.08014	-77.58387	97			VA	177		
4771861	Maryes Heights	maryes-heights	US		0	America/New_York	38.29902	-77.47665	44	Marye's Heights,Maryes Heights		VA	630		
4771867	Maryton	maryton	US		0	America/New_York	38.23791	-77.33748	18			VA	033		
4771871	Masada	masada	US		0	America/New_York	36.69123	-81.7179	753			VA	191		
4771883	Mason Cove	mason-cove	US		0	America/New_York	37.37097	-80.06727	382			VA	161		
4771919	Masons Corner	masons-corner	US		0	America/New_York	37.43293	-77.89278	99			VA	007		
4771920	Masons Store (historical)	masons-store-historical	US		0	America/New_York	36.80344	-82.28736	579			VA	167		
4771924	Massanetta Springs	massanetta-springs	US		4833	America/New_York	38.4004	-78.83419	446	Massanetta Springs,Taylor Springs		VA	165		
4771926	Massanova	massanova	US		0	America/New_York	38.67012	-78.07722	132			VA	157		
4771928	Massanutten	massanutten	US		2291	America/New_York	38.40957	-78.7378	518			VA	165		
4771939	Massaponax	massaponax	US		0	America/New_York	38.19346	-77.50887	79			VA	177		
4771940	Massaponax	massaponax	US		0	America/New_York	38.23985	-77.43609	27	Massaponax,Massaponax Station		VA	177		
4771953	Massies Corner	massies-corner	US		0	America/New_York	38.72373	-78.11472	180	Massie's Corner,Massies Corner		VA	157		
4771954	Massies Mill	massies-mill	US		0	America/New_York	37.77708	-79.00114	214			VA	125		
4771961	Mastins Corner	mastins-corner	US		0	America/New_York	38.18986	-77.77499	129	Mastin's Corner,Mastins Corner		VA	177		
4771967	Matchot (historical)	matchot-historical	US		0	America/New_York	37.52348	-76.82468	3			VA	127		
4771990	Matildaville (historical)	matildaville-historical	US		0	America/New_York	38.99733	-77.26276	68			VA	059		
4771992	Matney	matney	US		0	America/New_York	37.314	-81.97957	430			VA	027		
4771998	Matoaca (historical)	matoaca-historical	US		0	America/New_York	37.27376	-77.63888	71			VA	041		
4772003	Matoaca Manor	matoaca-manor	US		0	America/New_York	37.23626	-77.47054	43			VA	041		
4772009	Matoaca	matoaca	US		2403	America/New_York	37.23043	-77.47749	43			VA	041		
4772025	Mattoax	mattoax	US		0	America/New_York	37.42709	-77.8725	86	Matoax,Mattoax		VA	007		
4772029	Mattox Bridge	mattox-bridge	US		0	America/New_York	38.20346	-77.00803	6			VA	193		
4772051	Mauck	mauck	US		0	America/New_York	38.5604	-78.4464	380			VA	139		
4772055	Mauzy	mauzy	US		0	America/New_York	38.56429	-78.74224	341	Mauzy,Sparta,Spartapolis		VA	165		
4772070	Maxwell Garden	maxwell-garden	US		0	America/New_York	37.09126	-76.51301	7			VA	700		
4772086	Mayfair Estates	mayfair-estates	US		0	America/New_York	37.43709	-77.57749	73			VA	041		
4772087	Mayfair Place	mayfair-place	US		0	America/New_York	37.57126	-77.3872	59			VA	087		
4772090	Mayfield Farms	mayfield-farms	US		0	America/New_York	37.62292	-77.3822	59			VA	085		
4772091	Mayfield Trailer Court	mayfield-trailer-court	US		0	America/New_York	38.11013	-78.99086	419			VA	015		
4772094	Mayflower Hills	mayflower-hills	US		0	America/New_York	37.24042	-79.85809	311			VA	161		
4772096	Mayflower Park	mayflower-park	US		0	America/New_York	36.81626	-76.38856	4			VA	740		
4772098	Mayland	mayland	US		0	America/New_York	38.58845	-78.77113	382			VA	165		
4772099	Maylin Hills	maylin-hills	US		0	America/New_York	37.26541	-80.04282	337			VA	775		
4771835	Marvin	marvin	US	57251	0	America/New_York	37.18233	-81.94624	485			VA	027		
4772103	Maynards Crossroads	maynards-crossroads	US		0	America/New_York	36.74209	-76.87579	21	Lone Pine,Maynards Crossroads		VA	093		
4772121	Mayos Woods	mayos-woods	US		0	America/New_York	37.73015	-77.88888	94			VA	075		
4772141	McAdam	mcadam	US		0	America/New_York	37.0304	-80.72479	604			VA	155		
4772151	McBryant Corner	mcbryant-corner	US		0	America/New_York	37.93153	-77.4022	68			VA	033		
4772153	McBryde Village	mcbryde-village	US		0	America/New_York	37.23568	-80.43005	640			VA	121		
4772154	McCall Gap	mccall-gap	US		0	America/New_York	36.81123	-81.7654	650			VA	191		
4772157	McCall Place	mccall-place	US		0	America/New_York	37.19178	-81.5815	670			VA	185		
4772164	McCarthys Corner	mccarthys-corner	US		0	America/New_York	38.30929	-77.39748	61	McCarthy Corner,McCarthy's Corners,McCarthys Corner		VA	179		
4772179	McClung	mcclung	US		0	America/New_York	38.05318	-79.69283	479			VA	017		
4772180	McClung Mill	mcclung-mill	US		0	America/New_York	37.93541	-79.34337	385	McClung Mill,McClung's Mill		VA	163		
4772183	McClure	mcclure	US		0	America/New_York	37.10261	-82.37626	451			VA	051		
4772185	McChesney Heights	mcchesney-heights	US		0	America/New_York	36.61427	-82.15847	545			VA	520		
4772195	McConnell	mcconnell	US		0	America/New_York	36.71956	-81.94374	646			VA	191		
4772197	McConnell	mcconnell	US		0	America/New_York	36.73121	-82.48015	509			VA	169		
4772207	McCorkle	mccorkle	US		0	America/New_York	36.67621	-82.38598	406			VA	169		
4772213	McCormick Road Houses	mccormick-road-houses	US		0	America/New_York	38.03542	-78.51168	173			VA	540		
4772214	McConnell Mill	mcconnell-mill	US		0	America/New_York	36.69649	-82.44932	499	McConnell Mill,McConnells Mill		VA	169		
4772215	McCowan Spring	mccowan-spring	US		0	America/New_York	38.10346	-79.57505	523			VA	017		
4772218	McCoy	mccoy	US		0	America/New_York	37.21707	-80.59784	608	McCloy,McCoy		VA	121		
4772219	McCoy	mccoy	US		0	America/New_York	38.95011	-78.21806	192			VA	187		
4772239	McCullough	mccullough	US		0	America/New_York	37.75709	-78.61529	93			VA	003		
4772244	McCready	mccready	US		0	America/New_York	36.90345	-81.73623	527	McCrady,McCready		VA	173		
4772251	McDowell	mcdowell	US		0	America/New_York	38.33568	-79.4906	643	Crab Run,McDowell,Sugar Tree Bottom		VA	091		
4772253	McDonalds Mill	mcdonalds-mill	US		0	America/New_York	37.30013	-80.2756	526			VA	121		
4772257	McDuff	mcduff	US		0	America/New_York	37.95569	-77.46081	70			VA	033		
4772273	McGaheysville	mcgaheysville	US		0	America/New_York	38.37124	-78.73224	342	McGacheysville,McGaheystown,McGaheysville,Ursulasburg		VA	165		
4772332	McKees Store	mckees-store	US		0	America/New_York	36.75206	-81.73679	611			VA	191		
4772333	McKendree	mckendree	US		0	America/New_York	36.84792	-78.99557	181			VA	083		
4772340	McKenney	mckenney	US		481	America/New_York	36.98682	-77.72305	95	McKenney,McKenny		VA	053		
4772346	McKinley	mckinley	US		0	America/New_York	38.04263	-79.29892	620			VA	015		
4772353	McKnights Mill	mcknights-mill	US		0	America/New_York	36.60902	-80.90258	741			VA	077		
4772360	McLean Hamlet	mclean-hamlet	US		0	America/New_York	38.93983	-77.21887	111			VA	059		
4772367	McLean Manor	mclean-manor	US		0	America/New_York	38.92706	-77.17859	84			VA	059		
4772380	McMullen	mcmullen	US		0	America/New_York	38.34846	-78.45779	251	Macmullen,McMullen		VA	079		
4772384	McMullin	mcmullin	US		464	America/New_York	36.81428	-81.57817	669			VA	173		
4772388	McNeals Corner	mcneals-corner	US		0	America/New_York	37.7918	-76.47495	31	McNeals Corner,McNeils Corner		VA	103		
4772392	McNutt (historical)	mcnutt-historical	US		0	America/New_York	37.99763	-79.25614	528			VA	015		
4772398	McQuire	mcquire	US		0	America/New_York	39.22177	-78.27695	206			VA	069		
4772399	McRae	mcrae	US		0	America/New_York	37.46126	-78.2825	146	McRae,McRaes,McRaes Store		VA	049		
4772433	Meadewood	meadewood	US		0	America/New_York	37.34152	-79.93115	360			VA	161		
4772434	Meador	meador	US		0	America/New_York	37.20042	-79.65642	279			VA	019		
4772455	Meadow Brook	meadow-brook	US		0	America/New_York	37.26596	-80.41394	648			VA	121		
4772471	Meadow Crest	meadow-crest	US		0	America/New_York	36.61455	-82.14263	572			VA	520		
4772480	Meadow Gate	meadow-gate	US		0	America/New_York	37.62737	-77.35248	52			VA	085		
4772495	Meadow Mills	meadow-mills	US		0	America/New_York	39.02316	-78.30584	187	Cedar Creek,Meadow Mills		VA	069		
4772498	Meadow Run	meadow-run	US		0	America/New_York	37.26402	-80.40005	655			VA	121		
4772505	Meadow Wood	meadow-wood	US		0	America/New_York	37.35848	-79.29114	263			VA	019		
4772506	Meadow Wood Estates	meadow-wood-estates	US		0	America/New_York	37.32513	-80.0131	357			VA	161		
4772510	Meadowbrook Forest	meadowbrook-forest	US		0	America/New_York	36.90681	-76.22605	4	Meadow Brook Forest,Meadowbrook Forest		VA	710		
4772511	Meadowbrook Heights	meadowbrook-heights	US		0	America/New_York	38.45902	-78.00944	131			VA	047		
4772520	Meadowdale	meadowdale	US		0	America/New_York	38.37623	-79.66505	855			VA	091		
4772522	Meadowfield	meadowfield	US		0	America/New_York	36.5959	-80.44445	378			VA	141		
4772524	Meadowland	meadowland	US		0	America/New_York	37.29264	-79.94754	318			VA	770		
4772526	Meadowlark	meadowlark	US		0	America/New_York	37.20903	-79.99948	355			VA	161		
4772539	Meadows of Culpeper	meadows-of-culpeper	US		0	America/New_York	38.48624	-77.97972	140			VA	047		
4772104	Mayo	mayo	US	21106	0	America/New_York	36.57208	-78.88334	104			VA	083		
4772549	Meadowview Hills	meadowview-hills	US		0	America/New_York	37.48764	-79.13586	243			VA	009		
4772550	Meadowville	meadowville	US		0	America/New_York	37.3707	-77.32248	25			VA	041		
4772551	Meadowville	meadowville	US		0	America/New_York	38.79817	-77.81527	214	McRaeville,Meadowville		VA	061		
4772556	Mears Corner	mears-corner	US		0	America/New_York	36.78043	-76.1916	5	Evans Corner,Mears Corner,Woods Corner		VA	810		
4772560	Mears Station	mears-station	US		0	America/New_York	37.85624	-75.60548	6	Mears,Mears Station		VA	001		
4772561	Mearsville	mearsville	US		0	America/New_York	37.85929	-75.62382	2			VA	001		
4772570	Mechanicsville (historical)	mechanicsville-historical	US		0	America/New_York	38.07319	-78.19834	155			VA	109		
4772584	Mechunk Acres	mechunk-acres	US		0	America/New_York	37.99458	-78.33195	130			VA	003		
4772595	Medley	medley	US		0	America/New_York	37.31569	-80.00504	321			VA	161		
4772599	Medlock	medlock	US		0	America/New_York	38.01708	-78.15584	120			VA	109		
4772601	Medmont Lake	medmont-lake	US		0	America/New_York	37.25986	-80.03198	322			VA	770		
4772605	Meems	meems	US		0	America/New_York	38.72539	-78.66168	285			VA	171		
4772611	Meetze	meetze	US		0	America/New_York	38.68262	-77.75916	128			VA	061		
4772634	Melody Acres	melody-acres	US		0	America/New_York	37.24403	-80.00504	337			VA	161		
4772655	Meltons	meltons	US		0	America/New_York	38.11097	-78.14334	159	Melton,Meltons		VA	109		
4772659	Melwood Manor	melwood-manor	US		0	America/New_York	37.46348	-79.0978	248			VA	009		
4772679	Memorial Heights	memorial-heights	US		0	America/New_York	38.76873	-77.07887	56			VA	059		
4772691	Menchville	menchville	US		0	America/New_York	37.08737	-76.52801	9	Mencheville,Menchiville,Menchville		VA	700		
4772705	Mentow	mentow	US		0	America/New_York	37.19264	-79.42697	288			VA	019		
4772710	Merchant	merchant	US		0	America/New_York	36.6782	-77.95194	93			VA	025		
4772712	Merchants Hope (historical)	merchants-hope-historical	US		0	America/New_York	37.2657	-77.20275	36	Merchant's Hope,Merchants Hope (historical)		VA	149		
4772727	Merifield Acres	merifield-acres	US		0	America/New_York	36.59375	-78.51389	107			VA	117		
4772743	Merrimac Shores	merrimac-shores	US		0	America/New_York	37.00792	-76.34994	1			VA	650		
4772744	Merrimac South	merrimac-south	US		0	America/New_York	38.45124	-78.07111	176			VA	047		
4772746	Merrimack Park	merrimack-park	US		0	America/New_York	36.94015	-76.27272	4			VA	710		
4772748	Meriwether Hill	meriwether-hill	US		0	America/New_York	38.06069	-78.59335	181			VA	003		
4772750	Merry Moor	merry-moor	US		0	America/New_York	37.42709	-79.13669	234			VA	009		
4772757	Merry Point Estates	merry-point-estates	US		0	America/New_York	37.06376	-76.51912	8			VA	700		
4772763	Merrymount	merrymount	US		0	America/New_York	38.89345	-78.23389	195			VA	187		
4772769	Messick (historical)	messick-historical	US		0	America/New_York	37.12237	-76.33355	1			VA	735		
4772771	Messongo	messongo	US		0	America/New_York	37.91457	-75.63937	1			VA	001		
4772776	Meter	meter	US		0	America/New_York	38.12541	-76.63329	3			VA	193		
4772778	Metompkin	metompkin	US		551	America/New_York	37.76929	-75.60271	9	Matomkin,Metomkin,Metompkin,New Town		VA	001		
4772802	Michaelwood	michaelwood	US		0	America/New_York	36.87043	-76.10021	4			VA	810		
4772804	Mew	mew	US		0	America/New_York	36.85927	-82.34292	537			VA	167		
4772873	Middle Mountain (historical)	middle-mountain-historical	US		0	America/New_York	37.54735	-80.12172	473			VA	045		
4772880	Middle Plantation	middle-plantation	US		0	America/New_York	37.30876	-76.77357	20			VA	095		
4773381	Milteer Acres	milteer-acres	US		0	America/New_York	36.86654	-76.47023	6			VA	800		
4772924	Middleton Gardens	middleton-gardens	US		0	America/New_York	37.29402	-80.08254	329			VA	775		
4772926	Middletons Corner	middletons-corner	US		0	America/New_York	37.94541	-76.44523	33	Martins Corner,Middletons Corner		VA	133		
4772933	Middletowne Farms	middletowne-farms	US		0	America/New_York	37.26792	-76.68079	25	Middle Town Farms,Middletowne Farms		VA	199		
4772979	Midway Island	midway-island	US		0	America/New_York	38.49873	-77.36887	50			VA	179		
4772981	Midway Mills	midway-mills	US		0	America/New_York	37.66598	-78.72224	109	Midway Mill,Midway Mills		VA	125		
4772996	Midway Heights	midway-heights	US		0	America/New_York	37.17235	-80.41838	634			VA	121		
4773018	Mildred Crossing	mildred-crossing	US		0	America/New_York	38.04208	-78.04555	163			VA	109		
4773020	Mila	mila	US		0	America/New_York	37.84235	-76.32745	2			VA	133		
4773034	Milestone	milestone	US		0	America/New_York	37.76819	-76.44634	24			VA	103		
4773064	Mill Branch (historical)	mill-branch-historical	US		0	America/New_York	36.81231	-82.95794	551			VA	105		
4773158	Mill Creek Estates	mill-creek-estates	US		0	America/New_York	38.87928	-77.64416	125			VA	153		
4773161	Mill Creek Park	mill-creek-park	US		0	America/New_York	38.83706	-77.22554	94			VA	059		
4773177	Mill Gap	mill-gap	US		0	America/New_York	38.32179	-79.70394	772	Green Hill,Mill Gap,Millgap,Rucksmanville		VA	091		
4773182	Mill Farms	mill-farms	US		0	America/New_York	37.13292	-76.45662	8			VA	199		
4773194	Mill Mountain Estates	mill-mountain-estates	US		0	America/New_York	37.23958	-79.92893	315			VA	770		
4773207	Mill Ridge	mill-ridge	US		0	America/New_York	38.10347	-78.60279	186			VA	003		
4773210	Mill Road Park	mill-road-park	US		0	America/New_York	37.30402	-80.03004	315			VA	775		
4773229	Mill Run Acres	mill-run-acres	US		0	America/New_York	38.97928	-77.28443	83			VA	059		
4773243	Millard	millard	US		0	America/New_York	37.13288	-82.38626	664			VA	051		
4773250	Millboro Springs	millboro-springs	US		0	America/New_York	37.99647	-79.62419	401	Millboro Spring,Millboro Springs,Millborough Springs		VA	017		
4773253	Millburn Terrace	millburn-terrace	US		0	America/New_York	38.90067	-77.13831	109			VA	013		
4773260	Millenbeck	millenbeck	US		0	America/New_York	37.66986	-76.48856	9			VA	103		
4773264	Miller Addition	miller-addition	US		0	America/New_York	37.22402	-80.41061	650			VA	121		
4773281	Miller Court	miller-court	US		0	America/New_York	37.31764	-79.99615	351			VA	770		
4773288	Miller Heights	miller-heights	US		0	America/New_York	39.1576	-78.14222	213			VA	069		
4773301	Miller Park	miller-park	US		0	America/New_York	36.57514	-79.40891	183			VA	590		
4773380	Milteer Acres	milteer-acres	US		0	America/New_York	36.86543	-76.46773	6			VA	800		
4773385	Milton Heights	milton-heights	US		0	America/New_York	38.00764	-78.38779	115			VA	003		
4773386	Milton Hills	milton-hills	US		0	America/New_York	37.99042	-78.40529	115			VA	003		
4773389	Mimosa Hills	mimosa-hills	US		0	America/New_York	37.68209	-77.37887	48			VA	085		
4773401	Mine Run	mine-run	US		0	America/New_York	38.25735	-77.83749	143			VA	137		
4773411	Mineral (historical)	mineral-historical	US		0	America/New_York	37.48764	-78.90669	214			VA	011		
4773447	Minnieville	minnieville	US		0	America/New_York	38.63595	-77.35221	99			VA	153		
4773450	Minnieville Estates	minnieville-estates	US		0	America/New_York	38.64123	-77.35026	89			VA	153		
4773451	Minnieville Manor	minnieville-manor	US		0	America/New_York	38.63012	-77.39971	95			VA	153		
4773455	Minor	minor	US		0	America/New_York	37.83931	-76.98275	53			VA	097		
4773473	Miona	miona	US		0	America/New_York	37.97207	-75.57715	3			VA	001		
4773475	Mintons Store	mintons-store	US		0	America/New_York	36.85426	-82.7121	494	Minton,Mintons Store		VA	195		
4773479	Miran Forest	miran-forest	US		0	America/New_York	37.9682	-78.71502	295			VA	003		
4773487	Miskimon	miskimon	US		0	America/New_York	37.83791	-76.47606	39			VA	133		
4773500	Mistwood Forest	mistwood-forest	US		0	America/New_York	37.32432	-77.41915	49			VA	041		
4773518	Mitchell Crossroads	mitchell-crossroads	US		0	America/New_York	36.86235	-80.71785	803			VA	035		
4773525	Mitchell Mill	mitchell-mill	US		0	America/New_York	37.15653	-79.11891	186			VA	031		
4773536	Mitchells Mill	mitchells-mill	US		0	America/New_York	36.59543	-77.57137	33	Mitchells Mill,Moss Mill		VA	081		
4773542	Mitchelltown	mitchelltown	US		0	America/New_York	38.0129	-79.81144	745			VA	017		
4773550	Mobjack	mobjack	US		0	America/New_York	37.37514	-76.34744	2			VA	115		
4773564	Mock Mill	mock-mill	US		0	America/New_York	36.71678	-81.83151	581	Mock Mill,Mocks Mill		VA	191		
4773570	Mockingbird Hill	mockingbird-hill	US		0	America/New_York	37.11874	-80.41588	667			VA	121		
4773571	Mockingbird Ridge	mockingbird-ridge	US		0	America/New_York	38.72956	-77.4011	82			VA	153		
4773583	Mogarts Beach	mogarts-beach	US		0	America/New_York	37.03209	-76.60079	10	Mogarts Beach,Morgart's Beach		VA	093		
4773584	Mohawk (historical)	mohawk-historical	US		0	America/New_York	36.84954	-82.88877	639			VA	105		
4773604	Monacan Hill	monacan-hill	US		0	America/New_York	37.60848	-77.68444	73			VA	075		
4773605	Monacan Town (historical)	monacan-town-historical	US		0	America/New_York	38.08208	-78.43695	108			VA	003		
4773610	Monaskon	monaskon	US		0	America/New_York	37.73764	-76.56551	7			VA	103		
4773612	Monasukapanough (historical)	monasukapanough-historical	US		0	America/New_York	38.10153	-78.46029	108			VA	003		
4773615	Moncure Corner	moncure-corner	US		0	America/New_York	37.95069	-77.46748	60			VA	033		
4773619	Moneiro	moneiro	US		0	America/New_York	37.30069	-80.06254	334			VA	775		
4773624	Moneys Corner	moneys-corner	US		0	America/New_York	38.92456	-77.37221	132			VA	059		
4773629	Mongle Spring	mongle-spring	US		0	America/New_York	36.78511	-82.04568	459			VA	191		
4773644	Monroe Corner	monroe-corner	US		0	America/New_York	38.15541	-77.26526	62			VA	033		
4773650	Monroe Hall	monroe-hall	US		0	America/New_York	38.23985	-76.99219	7			VA	193		
4773662	Monroe Terrace	monroe-terrace	US		0	America/New_York	37.13568	-80.56228	615			VA	750		
4773668	Monroe Gardens	monroe-gardens	US		0	America/New_York	37.0457	-76.34467	1			VA	650		
4773679	Montclair Estates	montclair-estates	US		0	America/New_York	37.31625	-80.02198	330			VA	161		
4773692	Monterey Hills	monterey-hills	US		0	America/New_York	37.31653	-79.91809	324			VA	770		
4773696	Monterey Orchards	monterey-orchards	US		0	America/New_York	38.90289	-78.08472	372			VA	187		
4773703	Montford	montford	US		0	America/New_York	38.24069	-78.16778	127			VA	137		
4773715	Montgomery Farms	montgomery-farms	US		0	America/New_York	37.20291	-80.48589	597			VA	121		
4773721	Montgomery White Sulphur Springs (historical)	montgomery-white-sulphur-springs-historical	US		0	America/New_York	37.17041	-80.34838	475	Montgomery Springs,Montgomery White Sulphur Springs (historical)		VA	121		
4773725	Monticello Estates	monticello-estates	US		0	America/New_York	37.30986	-80.01698	328			VA	770		
4773726	Monticello Forest	monticello-forest	US		0	America/New_York	38.78539	-77.19026	82			VA	059		
4773729	Monticello Park	monticello-park	US		0	America/New_York	38.83234	-77.06887	44			VA	510		
4773734	Monticello Village	monticello-village	US		0	America/New_York	36.92126	-76.26244	4			VA	710		
4773736	Monticello Woods	monticello-woods	US		0	America/New_York	38.78734	-77.17026	70			VA	059		
4773748	Montrose Heights	montrose-heights	US		0	America/New_York	37.45653	-79.08725	254			VA	009		
4773749	Montrose Heights	montrose-heights	US		0	America/New_York	37.51959	-77.3922	48			VA	760		
4773761	Montvue	montvue	US		0	America/New_York	38.07069	-78.51335	178			VA	003		
4773763	Montyville	montyville	US		0	America/New_York	38.74178	-77.41638	91			VA	153		
4773764	Montyville Estates	montyville-estates	US		0	America/New_York	38.74067	-77.42054	84			VA	153		
4773769	Monumental Mills	monumental-mills	US		0	America/New_York	38.59984	-78.00583	102	Hazel River,Lewellin Mills,Monument Mills,Monumental Mills		VA	047		
4773782	Moodys Corner	moodys-corner	US		0	America/New_York	37.87042	-77.71194	106	Birdie,Moody,Moodys Corner,Moudges Corner,Moudys Corner		VA	085		
4773785	Moomaw Heights	moomaw-heights	US		0	America/New_York	37.29041	-80.01087	332			VA	770		
4773788	Moon Corner	moon-corner	US		0	America/New_York	37.86847	-76.54773	39	Buck's Ordinary,Bucks Ordinary,Maon Corner,Mason Corner,Moon Corner		VA	159		
4773790	Moomaw (historical)	moomaw-historical	US		0	America/New_York	37.37458	-80.14588	553			VA	161		
4773793	Moonlight	moonlight	US		0	America/New_York	36.73015	-77.50915	33			VA	081		
4773794	Moonlight	moonlight	US		0	America/New_York	37.03376	-76.72218	24			VA	093		
4773796	Moor Green Estates	moor-green-estates	US		0	America/New_York	38.70845	-77.49416	69			VA	153		
4773833	Moorefield Store	moorefield-store	US		0	America/New_York	36.55653	-80.13699	334			VA	141		
4773839	Mooreland Farms	mooreland-farms	US		0	America/New_York	37.57348	-77.59054	78			VA	087		
4773841	Moores	moores	US		0	America/New_York	37.12681	-76.40995	2			VA	735		
4773847	Moores Corner	moores-corner	US		0	America/New_York	37.00293	-78.33333	149			VA	111		
4773848	Moores Corner	moores-corner	US		0	America/New_York	38.45096	-77.4886	87	Moores Corner,Moores Store		VA	179		
4773856	Moores Mill	moores-mill	US		0	America/New_York	37.91847	-76.65857	23	Moores Mill,Totuskey Mill		VA	159		
4773868	Mooresville Estates	mooresville-estates	US		0	America/New_York	36.68292	-78.57889	106			VA	117		
4773870	Mooretown	mooretown	US		0	America/New_York	38.10429	-79.90117	563			VA	017		
4773871	Moorings	moorings	US		0	America/New_York	37.09487	-76.86357	37			VA	181		
4773887	Morefield	morefield	US		0	America/New_York	36.91372	-82.30209	457			VA	167		
4773888	Morefield Mill	morefield-mill	US		0	America/New_York	36.94736	-78.9664	177			VA	083		
4773916	Morgansburg	morgansburg	US		0	America/New_York	38.55985	-77.73888	94	Elk Marsh,Morgansburg,Morgantown		VA	061		
4773925	Morning Star	morning-star	US		0	America/New_York	38.64623	-78.36584	410			VA	139		
4773946	Morningside	morningside	US		0	America/New_York	38.73484	-77.3936	76			VA	153		
4773947	Morningside	morningside	US		0	America/New_York	37.26069	-79.92282	317			VA	770		
4773950	Morningside Hills	morningside-hills	US		0	America/New_York	36.72678	-81.94235	660			VA	191		
4773990	Morrisons Corner	morrisons-corner	US		0	America/New_York	38.00152	-76.58023	17			VA	133		
4774010	Morwanda Park	morwanda-park	US		0	America/New_York	37.29236	-80.0206	343			VA	770		
4774011	Moryen	moryen	US		0	America/New_York	37.41821	-78.07556	122			VA	007		
4774020	Mosby Woods	mosby-woods	US		0	America/New_York	38.8665	-77.29693	110			VA	059		
4773701	Montezuma	montezuma	US	13117	0	America/New_York	38.40929	-78.98809	381			VA	165		
4774036	Moseley Heights	moseley-heights	US		0	America/New_York	37.11959	-79.29252	207			VA	031		
4774048	Moss Neck	moss-neck	US		0	America/New_York	38.22069	-77.29915	3			VA	033		
4774066	Moss Run	moss-run	US		0	America/New_York	37.78846	-80.10173	436			VA	005		
4774068	Mossingford	mossingford	US		0	America/New_York	36.96403	-78.64222	134	Mossing Ford,Mossingford		VA	037		
4774071	Mosswood Hills	mosswood-hills	US		0	America/New_York	39.30871	-78.34056	287			VA	069		
4774079	Motorun	motorun	US		0	America/New_York	37.33736	-76.3005	2	Bayside,Motorum,Motorun		VA	115		
4774084	Motleys Mill	motleys-mill	US		0	America/New_York	36.82208	-79.31113	172			VA	143		
4774120	Mount Athos (historical)	mount-athos-historical	US		0	America/New_York	37.38764	-79.04419	230			VA	031		
4774137	Mount Blanco	mount-blanco	US		0	America/New_York	37.36209	-77.31331	25			VA	041		
4774220	Mount Clifton	mount-clifton	US		0	America/New_York	38.7615	-78.71141	329			VA	171		
4774222	Mount Clinton	mount-clinton	US		0	America/New_York	38.48623	-78.95975	421	Mount Clinton,Muddy Creek		VA	165		
4774245	Mount Elliott Springs	mount-elliott-springs	US		0	America/New_York	38.1268	-79.28337	573	Mount Elliott Springs,Variety Springs		VA	015		
4774250	Mount Garland	mount-garland	US		0	America/New_York	37.9357	-77.81194	100			VA	109		
4774252	Mount Gate	mount-gate	US		0	America/New_York	37.05845	-81.53067	813			VA	185		
4774277	Mount Hebron Park	mount-hebron-park	US		0	America/New_York	38.79178	-77.15081	77			VA	059		
4774301	Mount Hermon Heights	mount-hermon-heights	US		0	America/New_York	37.7407	-77.43387	64			VA	085		
4774306	Mount Heron	mount-heron	US		0	America/New_York	37.18789	-82.00457	426			VA	027		
4774313	Mount Cross	mount-cross	US		0	America/New_York	36.63903	-79.4878	208	Mount Cross,Mountcross		VA	143		
4774363	Mount Landing	mount-landing	US		0	America/New_York	37.94014	-76.92136	40			VA	057		
4774506	Mount Olive Terrace	mount-olive-terrace	US		0	America/New_York	37.66487	-77.7111	105			VA	075		
4774568	Mount Pisgah	mount-pisgah	US		0	America/New_York	38.25346	-79.00281	458	Mount Pisgah,Pisgah		VA	015		
4774642	Mount Pleasant Estates	mount-pleasant-estates	US		0	America/New_York	38.33652	-77.45387	60			VA	179		
4774663	Mount Regis Heights	mount-regis-heights	US		0	America/New_York	37.27458	-80.06365	347			VA	775		
4774673	Mount Rush	mount-rush	US		0	America/New_York	37.53765	-78.61445	155			VA	029		
4774731	Mount Tabor Village	mount-tabor-village	US		0	America/New_York	37.26402	-80.39644	660			VA	121		
4774733	Mount Torry Furnace	mount-torry-furnace	US		0	America/New_York	37.94542	-78.96391	485			VA	015		
4774769	Mount Vernon Forest	mount-vernon-forest	US		0	America/New_York	37.21264	-80.02282	392			VA	161		
4774770	Mount Vernon Heights	mount-vernon-heights	US		0	America/New_York	37.23291	-80.00393	342			VA	161		
4774774	Mount Vernon Manor	mount-vernon-manor	US		0	America/New_York	38.719	-77.10998	10			VA	059		
4774785	Mount Vernon Woods	mount-vernon-woods	US		0	America/New_York	38.74039	-77.1047	11			VA	059		
4774803	Mount Vinco	mount-vinco	US		0	America/New_York	37.59237	-78.6014	147	Mount Vinco,New Mount Vinco,Old Mount Vinco		VA	029		
4774807	Mount Williams	mount-williams	US		0	America/New_York	39.15205	-78.33278	341	Lookout,Mount Williams		VA	069		
4774934	Mountain Brook Estates	mountain-brook-estates	US		0	America/New_York	37.36263	-80.09115	434			VA	161		
4774941	Mountain Falls	mountain-falls	US		0	America/New_York	39.11733	-78.39556	257			VA	069		
4774942	Mountain Falls Park	mountain-falls-park	US		0	America/New_York	39.15788	-78.39084	376			VA	069		
4774951	Mountain Heights	mountain-heights	US		0	America/New_York	37.32041	-80.05754	407			VA	161		
4774952	Mountain Heights East	mountain-heights-east	US		0	America/New_York	37.32375	-80.05949	440			VA	161		
4774955	Mountain Hill	mountain-hill	US		0	America/New_York	36.55681	-79.31863	200			VA	143		
4774967	Mountain Laurel	mountain-laurel	US		0	America/New_York	38.17236	-78.49557	195			VA	003		
4774968	Mountain Laurel	mountain-laurel	US		0	America/New_York	37.6632	-77.48443	61			VA	087		
4774976	Mountain Road	mountain-road	US		1100	America/New_York	36.75958	-78.98696	162			VA	083		
4774997	Mountain Springs	mountain-springs	US		0	America/New_York	36.61843	-82.64793	399			VA	169		
4774999	Mountain Top Estates	mountain-top-estates	US		0	America/New_York	37.13763	-80.32477	661			VA	121		
4775023	Mountain View Acres	mountain-view-acres	US		0	America/New_York	39.30566	-78.34695	313			VA	069		
4775062	Mountain View Estates	mountain-view-estates	US		0	America/New_York	38.859	-77.6611	140			VA	153		
4775063	Mountain View Estates	mountain-view-estates	US		0	America/New_York	37.22513	-80.40672	654			VA	121		
4775068	Mountain View Park	mountain-view-park	US		0	America/New_York	37.16207	-80.42561	630			VA	121		
4775086	Mountainview	mountainview	US		0	America/New_York	38.56651	-77.60471	78	Montevideo,Mountainview		VA	061		
4775087	Mountcastle	mountcastle	US		0	America/New_York	37.45348	-77.09386	11	Mount Castle,Mountcastle		VA	127		
4775088	Mountfair	mountfair	US		0	America/New_York	38.16986	-78.67419	229			VA	003		
4775098	Mouth of Laurel	mouth-of-laurel	US		0	America/New_York	37.11706	-81.71178	655			VA	185		
4775103	Muck Cross	muck-cross	US		0	America/New_York	36.71792	-78.36778	116			VA	117		
4775116	Mud Fork	mud-fork	US		0	America/New_York	37.21873	-81.45844	776	Mud Fork,Sower Store		VA	185		
4775165	Muddy Cross	muddy-cross	US		0	America/New_York	36.92265	-76.60023	9			VA	093		
4775197	Mudtown	mudtown	US		0	America/New_York	37.77513	-79.44115	348			VA	678		
4775207	Mulberry Greens	mulberry-greens	US		0	America/New_York	38.46068	-78.015	125			VA	047		
4775210	Mulberry Hill	mulberry-hill	US		0	America/New_York	36.90653	-78.69945	146			VA	037		
4775217	Mulch	mulch	US		0	America/New_York	37.90347	-76.57079	36	Mulch,Oakland		VA	159		
4775279	Murat	murat	US		0	America/New_York	37.74596	-79.52587	308			VA	163		
4775281	Murdens Corner	murdens-corner	US		0	America/New_York	36.78737	-76.05215	4			VA	810		
4775285	Murdocks	murdocks	US		0	America/New_York	37.0271	-78.06	116			VA	135		
4775286	Murpheyville	murpheyville	US		0	America/New_York	36.89206	-81.28871	778			VA	197		
4775298	Murphys Corner	murphys-corner	US		0	America/New_York	39.10622	-77.82444	184			VA	107		
4775304	Murrayfield	murrayfield	US		0	America/New_York	36.724	-81.69012	655			VA	191		
4775318	Museville	museville	US		0	America/New_York	36.91236	-79.59142	286			VA	143		
4775341	Mutt	mutt	US		0	America/New_York	37.18987	-78.17194	154			VA	135		
4775347	Musser	musser	US		0	America/New_York	36.92401	-81.27455	715			VA	197		
4775349	Mutton Hunk	mutton-hunk	US		0	America/New_York	37.78402	-75.59965	12			VA	001		
4775353	Myers Acres	myers-acres	US		0	America/New_York	37.19152	-80.41005	655			VA	121		
4775372	Nace	nace	US		0	America/New_York	37.43958	-79.82393	414	Houston,Nace		VA	023		
4775373	Naff	naff	US		0	America/New_York	37.14819	-80.01226	437	Naff,Naffs,Nafts		VA	067		
4775374	Nahor	nahor	US		0	America/New_York	37.90875	-78.34806	148			VA	065		
4775375	Nain	nain	US		0	America/New_York	39.23927	-78.19972	306			VA	069		
4775389	Namozine	namozine	US		0	America/New_York	37.24959	-77.725	83			VA	007		
4775396	Nance	nance	US		0	America/New_York	37.46126	-77.12747	9			VA	036		
4775399	Nancy Wrights Corner	nancy-wrights-corner	US		0	America/New_York	38.09041	-77.51248	77			VA	033		
4775400	Nandua	nandua	US		0	America/New_York	37.6243	-75.84993	2	Nandua,Nandua Wharf		VA	001		
4775407	Nansemond	nansemond	US		0	America/New_York	36.76709	-76.53078	6	Nansemond,Nansemund		VA	800		
4775412	Nansemond Gardens	nansemond-gardens	US		0	America/New_York	36.74987	-76.57467	7			VA	800		
4775415	Nansemond Square	nansemond-square	US		0	America/New_York	36.71154	-76.59134	16			VA	800		
4775421	Naola	naola	US		0	America/New_York	37.55514	-79.3117	290			VA	009		
4775426	Naples (historical)	naples-historical	US		0	America/New_York	38.36929	-79.69727	807			VA	091		
4775427	Naptha	naptha	US		0	America/New_York	36.82904	-77.84083	115			VA	025		
4775430	Narrow Beach	narrow-beach	US		0	America/New_York	38.12291	-76.63718	1			VA	193		
4775435	Nansemond Shores	nansemond-shores	US		0	America/New_York	36.86459	-76.498	6			VA	800		
4775454	Nash Corner	nash-corner	US		0	America/New_York	37.94623	-75.53965	8			VA	001		
4775455	Nash Ford	nash-ford	US		0	America/New_York	36.97011	-82.07541	501			VA	167		
4775456	Nash Grove	nash-grove	US		0	America/New_York	37.28543	-77.57082	96			VA	041		
4775462	Nash Town	nash-town	US		0	America/New_York	38.17624	-77.00358	16			VA	193		
4775464	Nasons	nasons	US		0	America/New_York	38.25513	-78.02667	145	Nason,Nasons		VA	137		
4775467	Nash Mill	nash-mill	US		0	America/New_York	36.60203	-83.58325	376			VA	105		
4775471	Nassawadox Estates	nassawadox-estates	US		0	America/New_York	37.48014	-75.84354	11			VA	131		
4775486	Natal	natal	US		0	America/New_York	36.98681	-79.26724	243	Natal,Neopolis		VA	143		
4775503	Natural Tunnel	natural-tunnel	US		0	America/New_York	36.7001	-82.75044	435	Glenita,Natural Tunnel		VA	169		
4775507	Naulakla	naulakla	US		0	America/New_York	38.08291	-77.18081	61			VA	033		
4775512	Navy	navy	US		0	America/New_York	38.88983	-77.37804	136	Navy,Thompson,Thompsons Corner,Thompsons Crossroad		VA	059		
4775518	Naylors	naylors	US		0	America/New_York	37.97486	-76.85941	2	Naylors,Naylors Wharf		VA	159		
4775519	Naylors Beach	naylors-beach	US		0	America/New_York	37.97763	-76.86302	3	Naylor's,Naylor's Hole,Naylors Beach		VA	159		
4775534	Naxera	naxera	US		0	America/New_York	37.3407	-76.44717	2			VA	073		
4775535	Neabsco Hills	neabsco-hills	US		0	America/New_York	38.62595	-77.33443	69			VA	153		
4775541	Neals Corner	neals-corner	US		0	America/New_York	36.88903	-78.79667	172			VA	083		
4775547	Nealy Ridge	nealy-ridge	US		0	America/New_York	37.12122	-82.34098	689			VA	051		
4775575	Neff	neff	US		0	America/New_York	36.71039	-81.86262	564			VA	191		
4775578	Neersville	neersville	US		0	America/New_York	39.26121	-77.72583	189			VA	107		
4775622	Nelson Park	nelson-park	US		0	America/New_York	37.26709	-76.67051	25			VA	199		
4775629	Nelwood Estates	nelwood-estates	US		0	America/New_York	37.70153	-77.71777	100			VA	075		
4775635	Nesting	nesting	US		0	America/New_York	37.73403	-76.64857	29			VA	119		
4775636	Nethers	nethers	US		0	America/New_York	38.5704	-78.27778	244	Neathers,Nethers		VA	113		
4775637	Netta (historical)	netta-historical	US		0	America/New_York	36.73515	-77.97361	58			VA	025		
4775640	Nester	nester	US		0	America/New_York	36.7043	-80.57479	762	Nester,Nestor		VA	035		
4775650	Nettle Ridge	nettle-ridge	US		0	America/New_York	36.58597	-80.13949	337	Nettle Ridge,Nettleridge		VA	141		
4775694	New Bohemia	new-bohemia	US		0	America/New_York	37.18376	-77.32026	46	New Bohemia,Wells		VA	149		
4775716	New Cold Harbor	new-cold-harbor	US		0	America/New_York	37.58292	-77.29109	49			VA	085		
4775727	New Design	new-design	US		0	America/New_York	36.63375	-79.39752	193			VA	590		
4775736	New Ellett	new-ellett	US		0	America/New_York	37.19957	-80.36338	474	Ellett,Ellett Station,New Ellett		VA	121		
4775738	New Erection	new-erection	US		0	America/New_York	38.47373	-78.92753	426			VA	165		
4775748	New Glasgow	new-glasgow	US		0	America/New_York	37.62931	-78.97891	231	New Glascow Depot,New Glasgow,New Glasgow Creek		VA	009		
4775756	New Hampden	new-hampden	US		0	America/New_York	38.4929	-79.56338	792	Crab Bottom,Crabbottom,New Hampden		VA	091		
4775814	New Hope Forest	new-hope-forest	US		0	America/New_York	38.8765	-77.65555	138			VA	153		
4775845	New Light	new-light	US		0	America/New_York	36.80098	-76.18216	6	New Light,Newlight		VA	810		
4775883	New Mount Cross	new-mount-cross	US		0	America/New_York	36.64792	-79.49864	261			VA	143		
4775887	New Mount Vinco	new-mount-vinco	US		0	America/New_York	37.58653	-78.60112	156			VA	029		
4775900	New Post	new-post	US		0	America/New_York	38.23291	-77.40609	20			VA	177		
4775935	New Town (historical)	new-town-historical	US		0	America/New_York	36.82959	-76.19827	1			VA	710		
4775937	New Upton	new-upton	US		0	America/New_York	37.50847	-76.51273	24			VA	073		
4775972	Newcomb Heights	newcomb-heights	US		0	America/New_York	37.15013	-80.40811	652			VA	121		
4775975	Newberry Station	newberry-station	US		0	America/New_York	38.73289	-77.17776	39			VA	059		
4776011	Newmans	newmans	US		0	America/New_York	36.6382	-78.37444	103			VA	117		
4776050	Newstead Farm	newstead-farm	US		0	America/New_York	37.25626	-77.27581	35			VA	149		
4776051	Newton (historical)	newton-historical	US		0	America/New_York	36.99931	-79.45725	212			VA	143		
4776059	Newton Park	newton-park	US		0	America/New_York	36.83293	-76.25188	3			VA	710		
4776060	Newton Woods	newton-woods	US		0	America/New_York	38.73067	-77.09748	22			VA	059		
4776074	Newtown (historical)	newtown-historical	US		0	America/New_York	37.13459	-76.81829	35			VA	181		
4776099	Nicewood	nicewood	US		0	America/New_York	37.10904	-76.53384	7			VA	700		
4776101	Nicelytown	nicelytown	US		0	America/New_York	37.84152	-79.74838	351			VA	005		
4776103	Nicholas	nicholas	US		0	America/New_York	37.76598	-78.46723	82	Nicholas,Nicholas Siding		VA	065		
4776109	Nichols Estates	nichols-estates	US		0	America/New_York	37.21875	-80.02059	353			VA	161		
4776113	Nicholas Manor	nicholas-manor	US		0	America/New_York	37.23846	-80.45116	620			VA	121		
4776133	Niday	niday	US		0	America/New_York	37.25484	-81.02898	577			VA	021		
4776134	Nieswanders Fort	nieswanders-fort	US		0	America/New_York	39.04677	-78.29639	207			VA	069		
4776138	Nimitz Trailer Park	nimitz-trailer-park	US		0	America/New_York	37.25293	-77.31776	25			VA	149		
4776139	Nimmo	nimmo	US		0	America/New_York	36.75987	-76.01632	4			VA	810		
4776149	Nimcock (historical)	nimcock-historical	US		0	America/New_York	37.78264	-76.69357	7	Niemcock,Nimcock (historical)		VA	057		
4776168	Nob Hill	nob-hill	US		0	America/New_York	38.02042	-78.52501	164			VA	003		
4776169	Noble Furnace	noble-furnace	US		0	America/New_York	36.80929	-81.09676	693	Little Wythe Furnace,Noble Furnace		VA	197		
4776196	Nomini	nomini	US		0	America/New_York	38.09846	-76.73774	11	Nawmani,Nomini,Nominy,Nomoni Bridge,Nomoni Ferry,Nomony,Nomony Ferry,Onawniament		VA	193		
4776202	Nohead Bottom	nohead-bottom	US		0	America/New_York	37.59319	-76.49939	24	Nohead,Nohead Bottom		VA	119		
4776203	Nomini Grove	nomini-grove	US		0	America/New_York	38.03513	-76.74829	44	Nomini Grove,Nominigrove,Nominy Grove		VA	193		
4776206	Non Intervention (historical)	non-intervention-historical	US		0	America/New_York	36.9057	-78.13278	118			VA	111		
4776214	Norcum Park	norcum-park	US		0	America/New_York	36.83154	-76.33383	3			VA	740		
4776215	Nordic Village	nordic-village	US		0	America/New_York	39.30566	-78.30806	272			VA	069		
4776233	Norfolk Highlands	norfolk-highlands	US		0	America/New_York	36.8157	-76.23188	5			VA	550		
4776246	Norland	norland	US		0	America/New_York	37.16427	-82.52432	449			VA	051		
4776253	Norport Homes	norport-homes	US		0	America/New_York	36.79793	-76.3305	4			VA	740		
4776266	North Anna	north-anna	US		0	America/New_York	37.89097	-77.51748	68			VA	085		
4776273	North Bassett	north-bassett	US		0	America/New_York	36.7693	-79.99921	237			VA	089		
4776300	North Burlington Heights	north-burlington-heights	US		0	America/New_York	37.35513	-79.9631	339			VA	161		
4776307	North Camellia Acres	north-camellia-acres	US		0	America/New_York	36.92209	-76.20244	3			VA	710		
4776312	North End (historical)	north-end-historical	US		0	America/New_York	36.5671	-75.92409	1			VA	810		
4776317	North Fairlington	north-fairlington	US		0	America/New_York	38.8365	-77.0972	57			VA	013		
4776386	North Frederick Terrace	north-frederick-terrace	US		0	America/New_York	39.21427	-78.18722	270			VA	069		
4776387	North Gap	north-gap	US		0	America/New_York	37.25651	-81.11592	635			VA	021		
4776390	North Gate	north-gate	US		0	America/New_York	36.75543	-76.5869	9			VA	800		
4776395	North Halifax	north-halifax	US		0	America/New_York	37.02681	-78.95668	177			VA	083		
4776402	North Holston	north-holston	US		0	America/New_York	36.91095	-81.71595	535			VA	173		
4776405	North Jericho	north-jericho	US		0	America/New_York	36.73348	-76.56939	12			VA	800		
4776407	North Lakes	north-lakes	US		0	America/New_York	37.32736	-80.0081	358			VA	161		
4776408	North Landing	north-landing	US		0	America/New_York	36.71848	-76.09966	1			VA	810		
4776410	North Linkhorn Park	north-linkhorn-park	US		0	America/New_York	36.88015	-76.00049	4			VA	810		
4776420	North Mount Vernon	north-mount-vernon	US		0	America/New_York	38.72067	-77.05775	12			VA	059		
4776424	North Mountain Estates	north-mountain-estates	US		0	America/New_York	39.19177	-78.39612	492			VA	069		
4776433	North Mountain	north-mountain	US		0	America/New_York	38.15985	-79.27004	629	North Mountain,North Mountain Siding		VA	015		
4776437	North Pearisburg	north-pearisburg	US		0	America/New_York	37.34179	-80.77063	487			VA	071		
4776438	North Pines	north-pines	US		0	America/New_York	38.17041	-78.42307	153			VA	003		
4776461	North Rolleston	north-rolleston	US		0	America/New_York	36.8432	-76.20244	4			VA	710		
4776465	North Run Estates	north-run-estates	US		0	America/New_York	37.64848	-77.47471	56			VA	087		
4776469	North Shore	north-shore	US		3094	America/New_York	37.08209	-79.65836	306			VA	067		
4776479	North Stanton	north-stanton	US		0	America/New_York	36.96625	-79.08279	208			VA	083		
4776487	North View	north-view	US		0	America/New_York	36.7807	-78.24416	149			VA	117		
4776490	North Virginia Beach	north-virginia-beach	US		0	America/New_York	36.90404	-75.99243	3			VA	810		
4776493	North Weems	north-weems	US		0	America/New_York	37.66125	-76.43995	4			VA	103		
4776494	North Wellville	north-wellville	US		0	America/New_York	37.15043	-77.91695	123			VA	135		
4776508	Northbrook Park	northbrook-park	US		0	America/New_York	36.63792	-79.39308	194			VA	590		
4776509	Northbury	northbury	US		0	America/New_York	37.61542	-77.18331	29			VA	085		
4776519	Northerly	northerly	US		0	America/New_York	38.06319	-78.49557	150			VA	540		
4776539	Northfields	northfields	US		0	America/New_York	38.07958	-78.45862	141			VA	003		
4776547	Northside	northside	US		0	America/New_York	36.93292	-76.25355	3			VA	710		
4776548	Northside	northside	US		0	America/New_York	37.28069	-79.9442	305			VA	770		
4776558	Northside Park	northside-park	US		0	America/New_York	37.25624	-80.41755	668			VA	121		
4776567	Northview Mobile Home Park	northview-mobile-home-park	US		0	America/New_York	37.34819	-79.95643	337			VA	161		
4776569	Northwest	northwest	US		0	America/New_York	36.56154	-76.20105	2			VA	550		
4776580	Northwood Heights	northwood-heights	US		0	America/New_York	37.3582	-79.52392	283			VA	019		
4776581	Northwood Hills	northwood-hills	US		0	America/New_York	39.31177	-78.33167	270			VA	069		
4776583	Northwoods	northwoods	US		0	America/New_York	37.6407	-77.47887	59			VA	087		
4776584	Northwoods Mobile Home Park	northwoods-mobile-home-park	US		0	America/New_York	38.13402	-78.42668	159			VA	003		
4776592	Nortonsville	nortonsville	US		0	America/New_York	38.23735	-78.54807	207			VA	003		
4776594	Norvella Heights	norvella-heights	US		0	America/New_York	36.8907	-76.22605	4			VA	710		
4776595	Norvello	norvello	US		0	America/New_York	36.6282	-78.32833	91	Norvelle,Norvello		VA	117		
4776596	Norview	norview	US		0	America/New_York	36.88848	-76.24549	4	Norview,Oldtown,Truckers		VA	710		
4776615	Norwood Park	norwood-park	US		0	America/New_York	36.62542	-79.38141	182			VA	590		
4776625	Nottingham Forest	nottingham-forest	US		0	America/New_York	37.33542	-79.25808	275			VA	031		
4776626	Nottingham Heights	nottingham-heights	US		0	America/New_York	37.2293	-80.02754	346			VA	161		
4776627	Nottingham Hills	nottingham-hills	US		0	America/New_York	37.22653	-80.0242	366			VA	161		
4776631	Nottoway Court House	nottoway-court-house	US		84	America/New_York	37.13071	-78.07667	128	Nottoway,Nottoway Court House		VA	135		
4776642	Noweta Gardens	noweta-gardens	US		0	America/New_York	37.22737	-77.45498	36			VA	041		
4776645	Novum	novum	US		0	America/New_York	38.48374	-78.18945	172			VA	113		
4776647	Nuckols	nuckols	US		0	America/New_York	37.59404	-78.32139	137			VA	029		
4776656	Nurney	nurney	US		0	America/New_York	36.64237	-76.61384	21			VA	800		
4776657	Nurneysville	nurneysville	US		0	America/New_York	36.65598	-76.63745	20			VA	800		
4776662	Nuttall	nuttall	US		0	America/New_York	37.43264	-76.48023	14			VA	073		
4776665	Nuttree (historical)	nuttree-historical	US		0	America/New_York	37.42515	-77.65805	52			VA	041		
4776667	Nutbush	nutbush	US		0	America/New_York	37.04487	-78.27639	183	Nut Bush,Nutbush		VA	111		
4776678	O'Neal	o-neal	US		0	America/New_York	38.34624	-78.2675	187			VA	113		
4776681	Oak Corner	oak-corner	US		0	America/New_York	37.99708	-77.31637	63			VA	033		
4776764	Oak Grove Estates	oak-grove-estates	US		0	America/New_York	37.66709	-77.6836	71			VA	075		
4776765	Oak Grove Farms	oak-grove-farms	US		0	America/New_York	37.25208	-80.03476	355			VA	770		
4776814	Oak Hill Corner	oak-hill-corner	US		0	America/New_York	37.15932	-77.06941	34			VA	181		
4776817	Oak Hill Estates	oak-hill-estates	US		0	America/New_York	37.23709	-77.53304	74			VA	041		
4776818	Oak Hill Estates	oak-hill-estates	US		0	America/New_York	36.73764	-78.90529	152			VA	083		
4776819	Oak Hill Estates	oak-hill-estates	US		0	America/New_York	38.68623	-77.41804	102			VA	153		
4776820	Oak Hill Farms	oak-hill-farms	US		0	America/New_York	38.66512	-77.42499	111			VA	153		
4776824	Oak Hill Mobile Home Park	oak-hill-mobile-home-park	US		0	America/New_York	38.00486	-78.52307	143			VA	003		
4776833	Oak Hills	oak-hills	US		0	America/New_York	36.67486	-78.61167	124			VA	117		
4776834	Oak Hills	oak-hills	US		0	America/New_York	36.59069	-79.47003	172			VA	143		
4776843	Oak Level	oak-level	US		857	America/New_York	36.81542	-79.93559	382	Oak Level,Oaklevel		VA	089		
4776850	Oak Manor	oak-manor	US		0	America/New_York	37.22318	-80.44727	633			VA	121		
4776869	Oak Ridge East	oak-ridge-east	US		0	America/New_York	36.72765	-76.63718	21			VA	800		
4776870	Oak Ridge Estates	oak-ridge-estates	US		0	America/New_York	38.67845	-77.42443	107			VA	153		
4776871	Oak Ridge Estates	oak-ridge-estates	US		0	America/New_York	36.72515	-76.64829	15			VA	800		
4776876	Oak Row	oak-row	US		0	America/New_York	38.06013	-76.88191	47			VA	159		
4776878	Oak Shade	oak-shade	US		0	America/New_York	38.58151	-77.78888	101			VA	061		
4776885	Oak Tree Corner	oak-tree-corner	US		0	America/New_York	38.62818	-77.71388	109			VA	061		
4776893	Oakcrest	oakcrest	US		0	America/New_York	38.82734	-77.08776	60	Oak Crest,Oakcrest		VA	510		
4776898	Oakdale Farms	oakdale-farms	US		0	America/New_York	36.92209	-76.25688	4			VA	710		
4776907	Oakhaven Farms	oakhaven-farms	US		0	America/New_York	37.43904	-77.61499	81			VA	041		
4776908	Oakhill	oakhill	US		0	America/New_York	37.19348	-77.45582	52			VA	053		
4776939	Oak Terrace	oak-terrace	US		0	America/New_York	38.06486	-78.49668	160			VA	003		
4776940	Oakland Estates	oakland-estates	US		0	America/New_York	37.33014	-79.94337	328			VA	161		
4776942	Oakland Park	oakland-park	US		0	America/New_York	37.51069	-75.82132	11	Oakland Park,The Oaks		VA	131		
4776948	Oakland Terrace	oakland-terrace	US		0	America/New_York	37.29041	-79.93198	306			VA	770		
4776949	Oaklands	oaklands	US		0	America/New_York	37.69181	-77.8525	76			VA	075		
4776951	Oaklawn	oaklawn	US		0	America/New_York	38.46624	-78.00444	115			VA	047		
4776955	Oaklette	oaklette	US		0	America/New_York	36.82681	-76.23827	4			VA	550		
4776960	Oakley Landing	oakley-landing	US		0	America/New_York	37.79875	-76.65246	2	Oakley Landing,Oakleys Landing		VA	159		
4776968	Oaks of Shenandoah	oaks-of-shenandoah	US		0	America/New_York	38.65317	-77.46165	96			VA	153		
4776969	Oakshade	oakshade	US		0	America/New_York	38.59957	-77.955	123	Oak Shade,Oakshade		VA	047		
4776978	Oaktree	oaktree	US		0	America/New_York	37.33348	-76.70468	24			VA	199		
4777003	Oakwood Forest	oakwood-forest	US		0	America/New_York	37.7979	-80.00811	454			VA	005		
4777005	Oakwood Park	oakwood-park	US		0	America/New_York	37.12735	-80.3931	658			VA	121		
4777008	Oakview	oakview	US		0	America/New_York	37.36125	-79.26225	256			VA	019		
4777014	Oatlands	oatlands	US		0	America/New_York	39.02927	-77.6211	84	Oatland,Oatlands		VA	107		
4777029	Occoquan Forest	occoquan-forest	US		0	America/New_York	38.72317	-77.39138	55			VA	153		
4777039	Occupacia	occupacia	US		0	America/New_York	38.04041	-77.01747	41	Lawson's Creek,Occupace Creek,Occupache Creek,Occupacia,Occupaico Creek,Occupated Creek,Occupatia Creek,Occupation Creek,Ocupaso Creek		VA	057		
4777041	Occoquan River Hills	occoquan-river-hills	US		0	America/New_York	38.71984	-77.40693	38			VA	153		
4777047	Oceanair	oceanair	US		0	America/New_York	36.93681	-76.24522	4			VA	710		
4777050	Ocoonita	ocoonita	US		0	America/New_York	36.73342	-83.13739	511			VA	105		
4777051	Ocran	ocran	US		0	America/New_York	37.66041	-76.34911	1			VA	103		
4777054	Ocre (historical)	ocre-historical	US		0	America/New_York	37.34459	-77.33387	24			VA	041		
4777055	Octagon	octagon	US		0	America/New_York	36.90293	-77.89861	118			VA	025		
4777064	Odricks Corner	odricks-corner	US		0	America/New_York	38.93872	-77.23137	114			VA	059		
4777065	Office Hall	office-hall	US		0	America/New_York	38.23902	-77.15025	56			VA	099		
4777066	Offutt Village	offutt-village	US		0	America/New_York	38.89317	-77.18637	108			VA	610		
4777067	Ogburn	ogburn	US		0	America/New_York	36.79681	-78.22583	128	Ogburn,Osborn		VA	117		
4777069	Ogden Hills	ogden-hills	US		0	America/New_York	37.23903	-79.98587	354			VA	161		
4777082	Old Bandana	old-bandana	US		0	America/New_York	37.89153	-77.66527	76	Bandana,Old Bandana		VA	085		
4777086	Old Belle Fair (historical)	old-belle-fair-historical	US		0	America/New_York	38.5529	-77.45471	106			VA	179		
4777106	Old Cannon Estates	old-cannon-estates	US		0	America/New_York	37.50237	-77.24275	44			VA	087		
4777115	Old Church	old-church	US		0	America/New_York	37.64459	-77.22109	52	Old Church,Oldchurch		VA	085		
4777120	Old Cold Harbor	old-cold-harbor	US		0	America/New_York	37.59098	-77.27053	58	Coal Harbor,Old Cold Harbor		VA	085		
4777122	Old Conde	old-conde	US		0	America/New_York	38.74178	-77.92833	169			VA	061		
4777124	Old Courthouse	old-courthouse	US		0	America/New_York	38.914	-77.23776	146			VA	059		
4777129	Old Dominion	old-dominion	US		0	America/New_York	37.82764	-78.66613	160			VA	003		
4777130	Old Dominion Court	old-dominion-court	US		0	America/New_York	37.34986	-79.95032	335			VA	161		
4777131	Old Dominion Gardens	old-dominion-gardens	US		0	America/New_York	38.944	-77.19137	89			VA	059		
4777144	Old Farm Village	old-farm-village	US		0	America/New_York	37.13569	-80.37588	666			VA	121		
4777146	Old Field Estates	old-field-estates	US		0	America/New_York	38.85678	-77.58138	99			VA	153		
4777147	Old Fitzhugh	old-fitzhugh	US		0	America/New_York	36.68626	-77.75304	84			VA	025		
4777152	Old Furnace (historical)	old-furnace-historical	US		0	America/New_York	38.46346	-78.7678	445			VA	165		
4777156	Old Glade Spring	old-glade-spring	US		0	America/New_York	36.76928	-81.78068	634			VA	191		
4777164	Old Gun	old-gun	US		0	America/New_York	37.53459	-77.59221	108			VA	041		
4777183	Old Liberty	old-liberty	US		0	America/New_York	36.65514	-79.82365	248			VA	089		
4777188	Old Manor	old-manor	US		0	America/New_York	37.33291	-79.93671	329			VA	161		
4777189	Old Mill	old-mill	US		0	America/New_York	37.39097	-79.50392	231			VA	019		
4777194	Old Mill Estates	old-mill-estates	US		0	America/New_York	38.98178	-77.29943	106			VA	059		
4777195	Old Mill Forest	old-mill-forest	US		0	America/New_York	37.20486	-80.02254	392			VA	161		
4777208	Old Mount Vinco	old-mount-vinco	US		0	America/New_York	37.60959	-78.59668	140			VA	029		
4777209	Old Myndus	old-myndus	US		0	America/New_York	37.82153	-78.85474	238			VA	125		
4777213	Old Neck Landing	old-neck-landing	US		0	America/New_York	37.54236	-75.92466	1			VA	131		
4777215	Old Oaks	old-oaks	US		0	America/New_York	37.63431	-77.78888	77			VA	075		
4777217	Old Orchard	old-orchard	US		0	America/New_York	37.10737	-76.54495	9			VA	700		
4777223	Old Pilot (historical)	old-pilot-historical	US		0	America/New_York	37.31959	-78.92196	235			VA	011		
4777256	Old Somerset	old-somerset	US		0	America/New_York	38.22374	-78.22	128			VA	137		
4777258	Old Stage Run	old-stage-run	US		0	America/New_York	37.46042	-79.09558	253			VA	009		
4777271	Old Tavern	old-tavern	US		0	America/New_York	38.8315	-77.81194	191	Lawrence's Ordinary,Lawrences Ordinary,Old Tavern,Sinclairs Corner		VA	061		
4777281	Old Trap	old-trap	US		0	America/New_York	38.13819	-77.54554	88			VA	177		
4777284	Old Trower	old-trower	US		0	America/New_York	37.5918	-75.70548	3	Old Trower,Trower		VA	001		
4777285	Old Welbourne	old-welbourne	US		0	America/New_York	39.01122	-77.81916	164			VA	107		
4777288	Old Well Crossing	old-well-crossing	US		0	America/New_York	36.61736	-80.0206	286			VA	089		
4777289	Old Wilkins	old-wilkins	US		0	America/New_York	37.28736	-79.93448	299			VA	770		
4777301	Olde Hunting Hills	olde-hunting-hills	US		0	America/New_York	36.62819	-79.44919	175			VA	143		
4777305	Olde South Estates	olde-south-estates	US		0	America/New_York	38.87539	-77.57582	103			VA	153		
4777308	Oldenplace (historical)	oldenplace-historical	US		0	America/New_York	37.0057	-77.84417	76			VA	053		
4777321	Old Rag (historical)	old-rag-historical	US		0	America/New_York	38.55707	-78.33223	581	Old Rag,Oldrag (historical)		VA	113		
4777326	Oldrag	oldrag	US		0	America/New_York	38.55707	-78.33306	598			VA	113		
4777328	Ole Orchard Estates	ole-orchard-estates	US		0	America/New_York	39.25621	-78.1325	226			VA	069		
4777331	Olinger	olinger	US		0	America/New_York	36.81732	-82.86461	449			VA	105		
4777376	Olivers Corner	olivers-corner	US		0	America/New_York	38.20597	-77.65582	94			VA	177		
4777387	Oliveville	oliveville	US		0	America/New_York	37.14738	-78.23305	167			VA	135		
4777388	Olney Corner	olney-corner	US		0	America/New_York	38.23457	-77.32637	15			VA	033		
4777390	Olney Park	olney-park	US		0	America/New_York	38.91928	-77.19665	103			VA	059		
4777396	Olympic Mobile Home Park	olympic-mobile-home-park	US		0	America/New_York	37.16904	-77.35942	46			VA	149		
4777404	Onan	onan	US		0	America/New_York	37.98819	-78.82419	217			VA	125		
4777422	Onville (historical)	onville-historical	US		0	America/New_York	38.49123	-77.44471	55			VA	179		
4777429	Open Fork	open-fork	US		0	America/New_York	37.04399	-82.35403	481			VA	051		
4777434	Opequon	opequon	US		0	America/New_York	39.15733	-78.24667	252			VA	069		
4777440	Opie	opie	US		0	America/New_York	36.76875	-78.18278	125			VA	117		
4777452	Oral Oaks	oral-oaks	US		0	America/New_York	36.91515	-78.19583	150			VA	111		
4777453	Orander Park	orander-park	US		0	America/New_York	37.23375	-80.02476	347			VA	161		
4777475	Orangedale	orangedale	US		0	America/New_York	38.66928	-77.3911	99			VA	153		
4777476	Orapax Farms	orapax-farms	US		0	America/New_York	37.53376	-77.20553	41			VA	127		
4777477	Orchard Acres	orchard-acres	US		0	America/New_York	38.07347	-78.7128	233			VA	003		
4777479	Oranda	oranda	US		0	America/New_York	39.02761	-78.33334	219			VA	171		
4777483	Orchard Court	orchard-court	US		0	America/New_York	37.27041	-80.04143	305			VA	775		
4777484	Orchard Gardens	orchard-gardens	US		0	America/New_York	37.63292	-77.28164	55			VA	085		
4777485	Orchard Heights	orchard-heights	US		0	America/New_York	37.26819	-80.04504	327			VA	775		
4777494	Orchard View	orchard-view	US		0	America/New_York	37.23707	-80.40394	675			VA	121		
4777495	Orchid	orchid	US		0	America/New_York	37.82903	-77.89527	103			VA	109		
4777499	Ordsburg	ordsburg	US		0	America/New_York	36.95043	-77.87528	112			VA	025		
4777506	Oregon Acres	oregon-acres	US		0	America/New_York	36.81682	-76.35717	3	Oregon Acres,Rodman Heights		VA	740		
4777507	Oregon Gardens	oregon-gardens	US		0	America/New_York	36.82043	-76.34967	4			VA	740		
4777512	Orgainville	orgainville	US		0	America/New_York	36.71764	-78.58472	133	Orgainsville,Orgainville,Organsville,Organville		VA	117		
4777516	Oriana	oriana	US		0	America/New_York	37.13376	-76.52495	9			VA	700		
4777535	Oreton	oreton	US		0	America/New_York	36.81565	-82.78155	573			VA	195		
4777537	Osaka	osaka	US		0	America/New_York	36.94704	-82.81072	549			VA	195		
4777542	Osborn Landing	osborn-landing	US		0	America/New_York	37.41376	-76.96858	4			VA	127		
4777565	Osbornes (historical)	osbornes-historical	US		0	America/New_York	37.34459	-77.36915	40			VA	041		
4777568	Osborns Store	osborns-store	US		0	America/New_York	36.97873	-81.65595	692			VA	185		
4777579	Osso	osso	US		0	America/New_York	38.30985	-77.23053	59	Cash Corner,Osso		VA	099		
4777581	Othma	othma	US		0	America/New_York	37.77264	-77.97972	103	Carters Store,Othma		VA	075		
4777600	Otterburn	otterburn	US		0	America/New_York	37.33904	-77.99834	97			VA	007		
4777603	Otterdale	otterdale	US		0	America/New_York	37.44709	-77.70833	84			VA	041		
4777605	Otter View (historical)	otter-view-historical	US		0	America/New_York	37.11681	-79.57059	301			VA	019		
4777608	Otterdam Mobile Home Park	otterdam-mobile-home-park	US		0	America/New_York	36.75432	-77.48554	32			VA	081		
4777610	Otterview Gardens	otterview-gardens	US		0	America/New_York	37.35236	-79.97087	347			VA	161		
4777613	Ottobine	ottobine	US		0	America/New_York	38.43151	-79.03948	404	Ottobine,Paul's Mill		VA	165		
4777615	Ottoman	ottoman	US		0	America/New_York	37.70181	-76.51995	15	Corrotoman,Corrotoman Meeting House,Corrottman Meeting House,Otto,Ottoman,Pains Cross Roads,Paynes Cross Roads,Paynes Crossroads,Paynes Shop		VA	103		
4777617	Ottoway	ottoway	US		0	America/New_York	37.9132	-78.79169	229			VA	125		
4777657	Overlee Knolls	overlee-knolls	US		0	America/New_York	38.88956	-77.14776	87	Over Lee Knolls,Overlee Knolls		VA	013		
4777658	Overlook Heights	overlook-heights	US		0	America/New_York	38.46068	-78.04278	145			VA	047		
4777664	Owen Corner	owen-corner	US		0	America/New_York	36.6426	-82.49432	387			VA	169		
4777667	Owens	owens	US		0	America/New_York	37.61846	-79.82171	377			VA	023		
4777668	Owens	owens	US		0	America/New_York	38.33874	-77.08636	43	King George,Owens		VA	099		
4777669	Owens	owens	US		0	America/New_York	36.85376	-77.42442	43			VA	183		
4777685	Owens Store	owens-store	US		0	America/New_York	36.68097	-79.02946	134			VA	083		
4777697	Owl Trap	owl-trap	US		0	America/New_York	37.52986	-76.62745	31			VA	073		
4777704	Oxford Furnace	oxford-furnace	US		0	America/New_York	37.3757	-79.04113	169			VA	031		
4777706	Oxfordshire	oxfordshire	US		0	America/New_York	38.68178	-77.50665	68			VA	153		
4777713	Oyster Cove	oyster-cove	US		0	America/New_York	37.2582	-76.46884	3			VA	073		
4777719	Oyster Point	oyster-point	US		0	America/New_York	37.10542	-76.50745	9			VA	700		
4777725	Ozeana	ozeana	US		0	America/New_York	37.82514	-76.80135	45			VA	057		
4777737	Paces	paces	US		0	America/New_York	36.64542	-79.09863	108			VA	083		
4777762	Page Hollow	page-hollow	US		0	America/New_York	36.88539	-81.68095	641			VA	173		
4777771	Pagebrook	pagebrook	US		0	America/New_York	37.59237	-77.66138	60			VA	075		
4777773	Paineville	paineville	US		0	America/New_York	37.38737	-78.12028	138			VA	007		
4777797	Paintlick	paintlick	US		0	America/New_York	37.00984	-81.77762	668	Paint Lick,Paintlick		VA	185		
4777808	Palmer Crossroads	palmer-crossroads	US		0	America/New_York	36.57237	-78.20388	95			VA	117		
4777810	Palmer Park	palmer-park	US		0	America/New_York	37.31458	-79.93059	311			VA	770		
4777811	Palmer Park	palmer-park	US		0	America/New_York	37.28847	-80.04615	348			VA	775		
4777816	Palmer Springs	palmer-springs	US		0	America/New_York	36.5607	-78.23916	117	Palmer Springs,Palmers Spring,Palmers Springs		VA	117		
4777819	Palmers Crossroads	palmers-crossroads	US		0	America/New_York	38.71234	-77.92833	164	Palmers Cross Roads,Palmers Crossroads		VA	061		
4777821	Palmetto (historical)	palmetto-historical	US		0	America/New_York	36.55514	-80.21672	362			VA	141		
4777823	Palmtown	palmtown	US		0	America/New_York	38.09346	-76.65524	6			VA	193		
4777834	Palos	palos	US		0	America/New_York	38.5729	-78.96531	444			VA	165		
4777835	Pamlico	pamlico	US		0	America/New_York	36.94376	-76.26327	4			VA	710		
4777842	Pamunkey (historical)	pamunkey-historical	US		0	America/New_York	37.66931	-77.20414	13			VA	085		
4777850	Pamunkey Estates	pamunkey-estates	US		0	America/New_York	37.6982	-77.28109	34			VA	085		
4777858	Pannill Fork	pannill-fork	US		3027	America/New_York	36.70903	-80.0131	331			VA	089		
4777860	Panorama Court	panorama-court	US		0	America/New_York	37.29041	-80.00337	327			VA	770		
4777861	Panorama Heights	panorama-heights	US		0	America/New_York	37.28791	-80.00032	318			VA	770		
4777862	Panorama Hills	panorama-hills	US		0	America/New_York	37.42014	-79.21114	227			VA	680		
4777865	Panier	panier	US		0	America/New_York	38.18097	-77.7636	122	Panier,Ranier		VA	177		
4777901	Pardee (historical)	pardee-historical	US		0	America/New_York	37.00676	-82.75155	656			VA	195		
4777910	Paris Heights	paris-heights	US		0	America/New_York	39.02511	-77.95916	442			VA	043		
4777913	Paris Store	paris-store	US		0	America/New_York	36.61682	-77.7011	59	Hopeville,Paris Store		VA	081		
4777927	Park Manor	park-manor	US		0	America/New_York	36.82515	-76.3855	4			VA	740		
4777928	Park Place	park-place	US		0	America/New_York	36.87154	-76.288	3			VA	710		
4777929	Park Place	park-place	US		0	America/New_York	37.28319	-80.03448	320			VA	775		
4777936	Park View	park-view	US		0	America/New_York	38.46624	-78.88058	437	Park View,Parkview		VA	165		
4777956	Parker Landing	parker-landing	US		0	America/New_York	37.80374	-75.67715	1			VA	001		
4777980	Parkfairfax	parkfairfax	US		0	America/New_York	38.83706	-77.07942	31	Park Fairfax,Parkfairfax		VA	510		
4777981	Parkglen	parkglen	US		0	America/New_York	38.85595	-77.11637	71			VA	013		
4777982	Parkins Mills	parkins-mills	US		0	America/New_York	39.10705	-78.15694	195	Parkins Mill,Parkins Mills		VA	069		
4777984	Parklawn	parklawn	US		0	America/New_York	38.834	-77.14859	76	Alpine,Parklawn		VA	059		
4777997	Parkview	parkview	US		0	America/New_York	38.0618	-78.69919	200			VA	003		
4777998	Parkview	parkview	US		0	America/New_York	37.19876	-77.43109	54			VA	730		
4777999	Parkview	parkview	US		0	America/New_York	36.8407	-76.31022	3	Park View,Parkview		VA	740		
4778001	Parkview Court	parkview-court	US		0	America/New_York	37.27236	-79.9142	299			VA	770		
4778002	Parkview Hills	parkview-hills	US		0	America/New_York	38.96039	-77.1797	74	Park View Hills,Parkview Hills		VA	059		
4778006	Parkway Acres	parkway-acres	US		0	America/New_York	37.20264	-79.96504	425			VA	161		
4778009	Parkway Estates	parkway-estates	US		0	America/New_York	37.28098	-76.67218	22			VA	199		
4778010	Parkway Meadows	parkway-meadows	US		0	America/New_York	37.22736	-79.90337	331			VA	161		
4778017	Parkwood Estates	parkwood-estates	US		0	America/New_York	36.61816	-82.1093	575			VA	191		
4778019	Parnassus	parnassus	US		0	America/New_York	38.29485	-79.11809	466			VA	015		
4778022	Parr	parr	US		0	America/New_York	37.65985	-79.90949	313			VA	023		
4778028	Parrish Court	parrish-court	US		0	America/New_York	37.75901	-79.98756	374	Parish Court,Parrish Court		VA	580		
4778032	Parks Mill	parks-mill	US		0	America/New_York	36.64372	-81.95929	554			VA	191		
4778045	Parsonage	parsonage	US		0	America/New_York	36.83594	-82.24736	620			VA	167		
4778065	Partridge Hills	partridge-hills	US		0	America/New_York	37.57515	-77.66666	69			VA	075		
4778077	Passapatanzy	passapatanzy	US		1283	America/New_York	38.29735	-77.31415	58	Passapatansy,Passapatanzy,Passpatansy		VA	099		
4778084	Pat Town	pat-town	US		0	America/New_York	37.29847	-75.94993	11			VA	131		
4778087	Patersons Corner	patersons-corner	US		0	America/New_York	37.93597	-77.46332	73			VA	033		
4778088	Pates Field (historical)	pates-field-historical	US		0	America/New_York	37.00987	-76.60662	11	Old Town,Pates Field (historical)		VA	093		
4778094	Patna	patna	US		0	America/New_York	38.23374	-79.52393	519			VA	091		
4778099	Patrick Henry	patrick-henry	US		0	America/New_York	37.02792	-78.89834	132			VA	037		
4778105	Patrick Henry Heights	patrick-henry-heights	US		0	America/New_York	37.68431	-77.38581	53			VA	085		
4778118	Patrick Henry Place	patrick-henry-place	US		0	America/New_York	37.24596	-80.41616	657			VA	121		
4778138	Patromdale	patromdale	US		0	America/New_York	37.37793	-77.46721	50			VA	041		
4778154	Patterson Store	patterson-store	US		0	America/New_York	38.18958	-78.57196	186	Patterson Store,Pattersons Store		VA	003		
4778165	Pattonsville	pattonsville	US		0	America/New_York	36.69954	-82.85127	406	Pattonsville,Pattonville		VA	169		
4778177	Paulington (historical)	paulington-historical	US		0	America/New_York	38.47623	-78.75252	442			VA	165		
4778182	Pauls Crossroads	pauls-crossroads	US		0	America/New_York	37.86514	-76.91024	44	Paul's Cross Roads,Pauls Cross Roads,Pauls Crossroads		VA	057		
4778193	Paxson	paxson	US		0	America/New_York	39.09594	-77.80749	176			VA	107		
4778201	Paxton Hills	paxton-hills	US		0	America/New_York	39.16344	-78.29278	334			VA	069		
4778218	Payne Mobile Home Park	payne-mobile-home-park	US		0	America/New_York	39.23705	-78.11806	198			VA	069		
4778223	Paynes Corner	paynes-corner	US		0	America/New_York	38.38179	-77.54276	124	Payne Corner,Paynes Corner		VA	179		
4778227	Paynes Mill	paynes-mill	US		0	America/New_York	37.74209	-78.4614	105			VA	029		
4778228	Paynes Mill	paynes-mill	US		0	America/New_York	37.95597	-78.28751	94			VA	065		
4778235	Paytes	paytes	US		0	America/New_York	38.22736	-77.83277	161			VA	177		
4778238	Pea Hill Shores	pea-hill-shores	US		0	America/New_York	36.5807	-77.86554	73			VA	025		
4778250	Peaceful Beach	peaceful-beach	US		0	America/New_York	37.50347	-75.95438	3			VA	131		
4778251	Peaceful Beach Estates	peaceful-beach-estates	US		0	America/New_York	37.49347	-75.9566	3			VA	131		
4778253	Peaceful Shores	peaceful-shores	US		0	America/New_York	37.51124	-75.9491	2			VA	131		
4778258	Pea Hill Estates	pea-hill-estates	US		0	America/New_York	36.56931	-77.86221	71			VA	025		
4778264	Peach Orchard Inn Farms	peach-orchard-inn-farms	US		0	America/New_York	39.25371	-78.04278	171			VA	069		
4778268	Peach Grove (historical)	peach-grove-historical	US		0	America/New_York	38.38818	-78.86225	422			VA	165		
4778269	Peachtree	peachtree	US		0	America/New_York	37.33847	-79.86559	327			VA	023		
4778270	Peachtree	peachtree	US		0	America/New_York	36.87765	-76.40383	4			VA	740		
4778272	Peacock	peacock	US		0	America/New_York	38.97372	-77.25331	74			VA	059		
4778273	Peacock Hill	peacock-hill	US		0	America/New_York	38.03764	-78.6428	221			VA	003		
4778286	Peakland	peakland	US		0	America/New_York	37.44459	-79.2053	243			VA	680		
4778288	Peaks	peaks	US		0	America/New_York	37.7232	-77.38887	60	Peake,Peake Turnout,Peakes Turnout,Peaks,Peaks Turnout		VA	085		
4778294	Peaks Store	peaks-store	US		0	America/New_York	37.05066	-82.59904	497			VA	195		
4778299	Peaksville	peaksville	US		0	America/New_York	37.40903	-79.54531	285			VA	019		
4778300	Peakwood Hills	peakwood-hills	US		0	America/New_York	37.23542	-79.96087	386			VA	770		
4778302	Peales Crossroads	peales-crossroads	US		0	America/New_York	38.39263	-78.8103	382	Massanutten Crossroads,Peale's Cross Roads,Peales Crossroads,Peals,Peals Cross Roads		VA	165		
4778306	Peapatch	peapatch	US		0	America/New_York	37.284	-81.78845	867			VA	027		
4778308	Pearch	pearch	US		0	America/New_York	37.50458	-79.27864	185			VA	019		
4778317	Pearly	pearly	US		0	America/New_York	37.27428	-82.14347	399			VA	027		
4778322	Pearsons Corner	pearsons-corner	US		0	America/New_York	37.67653	-77.38054	59			VA	085		
4778325	Peary	peary	US		0	America/New_York	37.37208	-76.27939	1			VA	115		
4778326	Peatross	peatross	US		0	America/New_York	37.91736	-77.38498	61			VA	033		
4778333	Pebble Spring	pebble-spring	US		0	America/New_York	37.43043	-77.47443	58			VA	041		
4778334	Pebblebrook	pebblebrook	US		0	America/New_York	37.67431	-77.3247	54			VA	085		
4778337	Pecan Gardens	pecan-gardens	US		0	America/New_York	36.8182	-76.09577	2			VA	810		
4778345	Peckerwood Level	peckerwood-level	US		0	America/New_York	36.92847	-79.63809	266			VA	067		
4778348	Pedlar	pedlar	US		0	America/New_York	37.50986	-79.2692	181			VA	009		
4778356	Pedlar Mills	pedlar-mills	US		0	America/New_York	37.55986	-79.25142	209	Pedlar Mills,The Mill on the Pedlar		VA	009		
4778364	Peeds	peeds	US		0	America/New_York	38.10069	-76.92247	50	Peedee,Peeds		VA	193		
4778373	Pelican Point	pelican-point	US		0	America/New_York	37.03737	-79.6317	252			VA	067		
4778378	Pelton	pelton	US		0	America/New_York	38.89178	-78.39528	303			VA	171		
4778389	Pembroke Manor	pembroke-manor	US		0	America/New_York	36.85209	-76.13605	4			VA	810		
4778395	Pen Park	pen-park	US		0	America/New_York	38.0543	-78.45918	137			VA	003		
4778399	Penderbrook	penderbrook	US		0	America/New_York	38.87289	-77.36387	135			VA	059		
4778401	Penderlan	penderlan	US		0	America/New_York	38.86428	-77.37026	135	Penderlan,Penderland		VA	059		
4778402	Penderwood	penderwood	US		0	America/New_York	38.88095	-77.36943	150			VA	059		
4778405	Pelham Manor	pelham-manor	US		0	America/New_York	38.49874	-78.03694	148			VA	047		
4778418	Penicks Mill	penicks-mill	US		0	America/New_York	37.38819	-79.61448	291	Pattersons Mill,Penicks,Penicks Mill,Perricks		VA	019		
4778428	Penmar Estates	penmar-estates	US		0	America/New_York	37.22932	-77.50665	62			VA	041		
4778429	Penn Acres	penn-acres	US		0	America/New_York	37.49293	-77.55138	96			VA	041		
4778431	Penlan	penlan	US		0	America/New_York	37.66376	-78.36723	99			VA	029		
4778433	Penn Daw	penn-daw	US		0	America/New_York	38.7815	-77.07887	50	Penn Daw,Penndaw		VA	059		
4778434	Penn Forest	penn-forest	US		0	America/New_York	37.3457	-79.2553	261			VA	031		
4778435	Penn Forest	penn-forest	US		0	America/New_York	37.20958	-80.00643	374			VA	161		
4778439	Penn Lee	penn-lee	US		0	America/New_York	36.78981	-83.05656	471			VA	105		
4778442	Penneys Crossroad	penneys-crossroad	US		0	America/New_York	38.10319	-77.69193	103	Mount Pleasant,Penneys Crossroad		VA	177		
4778448	Penn Daw Village	penn-daw-village	US		0	America/New_York	38.78595	-77.08164	39			VA	059		
4778456	Pennsytown	pennsytown	US		0	America/New_York	36.87598	-76.23299	3			VA	710		
4778460	Penny Corner	penny-corner	US		0	America/New_York	38.07902	-77.23664	64			VA	033		
4778462	Pennyville	pennyville	US		0	America/New_York	37.61763	-75.83271	6			VA	001		
4778465	Penola	penola	US		0	America/New_York	37.95736	-77.37081	28	Penola,Polecate		VA	033		
4778495	Penvir	penvir	US		0	America/New_York	37.29595	-80.87786	500			VA	071		
4778496	Peola Mills	peola-mills	US		0	America/New_York	38.54735	-78.24611	195	Lillard's Mill,Peola Mills		VA	157		
4778504	Pepper	pepper	US		0	America/New_York	37.16374	-80.54867	531	Pepper,Pepper Station		VA	121		
4778511	Pera	pera	US		0	America/New_York	37.61764	-79.29142	326	Pera,Peru		VA	009		
4778514	Perdue (historical)	perdue-historical	US		0	America/New_York	37.35098	-77.63721	88			VA	041		
4778526	Perfect Point	perfect-point	US		0	America/New_York	36.63486	-78.56639	102			VA	117		
4778540	Perkins Park	perkins-park	US		0	America/New_York	37.38348	-79.15558	249			VA	680		
4778542	Perkins Point	perkins-point	US		0	America/New_York	37.96179	-79.96839	482			VA	017		
4778547	Perkinson Heights	perkinson-heights	US		0	America/New_York	37.33848	-77.32665	21			VA	041		
4778557	Perrows	perrows	US		0	America/New_York	37.10736	-79.19558	167	Perrow,Perrows		VA	031		
4778559	Perrowville	perrowville	US		0	America/New_York	37.41764	-79.35058	267			VA	019		
4778560	Perrowville	perrowville	US		0	America/New_York	38.5404	-77.80916	93			VA	061		
4778577	Persimmon Point	persimmon-point	US		0	America/New_York	37.84568	-75.54409	11			VA	001		
4778609	Peters Creek	peters-creek	US		0	America/New_York	36.59236	-80.31672	397			VA	141		
4778663	Petty Acres	petty-acres	US		0	America/New_York	37.33486	-79.94559	336			VA	161		
4778666	Pettys Corner	pettys-corner	US		0	America/New_York	36.77264	-78.25722	156			VA	117		
4778667	Petunia	petunia	US		0	America/New_York	36.94234	-81.12148	712			VA	197		
4778675	Pheasant Run	pheasant-run	US		0	America/New_York	37.24846	-80.41811	666			VA	121		
4778677	Peytonsburg	peytonsburg	US		0	America/New_York	36.82403	-79.16752	195	Halifax Old Town,Old Town,Peytonsburg,Peytonsburgh		VA	143		
4778692	Phillip	phillip	US		0	America/New_York	36.68205	-82.27792	427			VA	191		
4778696	Philbeck Crossroads	philbeck-crossroads	US		0	America/New_York	36.76958	-78.55889	149			VA	117		
4778720	Phillis	phillis	US		0	America/New_York	36.60598	-78.325	100			VA	117		
4778723	Philpott	philpott	US		0	America/New_York	36.79042	-80.00615	243			VA	089		
4778730	Phipps	phipps	US		0	America/New_York	37.16372	-82.57682	477			VA	195		
4778734	Phlegar	phlegar	US		0	America/New_York	37.26595	-80.97869	568			VA	071		
4778740	Phoebus	phoebus	US		0	America/New_York	37.02154	-76.318	1	Camp Hamilton,Chesapeake City,Phoebus		VA	650		
4778750	Piankatank Shores	piankatank-shores	US		0	America/New_York	37.54569	-76.4955	5			VA	119		
4778752	Pickadat Corner	pickadat-corner	US		0	America/New_York	37.28543	-77.41137	23			VA	041		
4778753	Pickaway	pickaway	US		0	America/New_York	36.77847	-79.1853	190			VA	143		
4778754	Pickels	pickels	US		0	America/New_York	37.69765	-77.6786	93			VA	075		
4778775	Pico	pico	US		0	America/New_York	37.49819	-79.69476	318			VA	023		
4778800	Piedmont Heights	piedmont-heights	US		0	America/New_York	38.87178	-77.85805	202			VA	061		
4778804	Piedmont Mill	piedmont-mill	US		0	America/New_York	37.09375	-79.85448	286			VA	067		
4778846	Pierce Park	pierce-park	US		0	America/New_York	36.74182	-76.54912	7			VA	800		
4778847	Pierces Corner	pierces-corner	US		0	America/New_York	37.79597	-76.54384	32			VA	103		
4778853	Pierce Mill	pierce-mill	US		0	America/New_York	36.85346	-80.98786	611			VA	197		
4778870	Pigeon Hill	pigeon-hill	US		0	America/New_York	37.9368	-76.94636	43			VA	057		
4778881	Piggen	piggen	US		0	America/New_York	37.59486	-75.72048	2			VA	001		
4778888	Pike City	pike-city	US		0	America/New_York	36.73125	-80.48284	821			VA	035		
4778923	Pilgrims Pointe	pilgrims-pointe	US		0	America/New_York	37.21902	-80.44977	630			VA	121		
4778924	Pilgrims Rest	pilgrims-rest	US		0	America/New_York	38.79234	-77.71333	138			VA	061		
4778927	Pilkinton	pilkinton	US		0	America/New_York	37.43015	-77.84139	85			VA	145		
4778945	Pimmit Hills	pimmit-hills	US		6094	America/New_York	38.91289	-77.20081	110	Pimmit Hills,The Hills		VA	059		
4778950	Pinaire	pinaire	US		0	America/New_York	36.72182	-76.64718	13			VA	800		
4778952	Pine (historical)	pine-historical	US		0	America/New_York	36.94594	-82.4082	599			VA	195		
4778953	Pine Acres	pine-acres	US		0	America/New_York	39.03483	-77.97666	206			VA	043		
4778954	Pine Acres	pine-acres	US		0	America/New_York	37.21041	-80.01393	367			VA	161		
4778955	Pine Acres	pine-acres	US		0	America/New_York	36.82404	-76.39189	4			VA	740		
4778956	Pine Beach (historical)	pine-beach-historical	US		0	America/New_York	36.95015	-76.328	2			VA	710		
4778970	Pine Chapel Village	pine-chapel-village	US		0	America/New_York	37.03542	-76.373	1			VA	650		
4778985	Pine Crest	pine-crest	US		0	America/New_York	36.61625	-79.39197	173			VA	590		
4778990	Pine Gardens	pine-gardens	US		0	America/New_York	37.20654	-77.37248	46			VA	730		
4779013	Pine Grove Court	pine-grove-court	US		0	America/New_York	37.05709	-76.343	3			VA	650		
4779025	Pine Grove Terrace	pine-grove-terrace	US		0	America/New_York	37.05181	-76.33855	2			VA	650		
4779028	Pine Heights	pine-heights	US		0	America/New_York	37.51848	-77.27887	49			VA	087		
4779047	Pine Knoll	pine-knoll	US		0	America/New_York	37.61209	-77.24887	52			VA	085		
4779064	Pine Oak Heights	pine-oak-heights	US		0	America/New_York	37.29791	-80.03837	342			VA	775		
4779089	Pine Spring	pine-spring	US		0	America/New_York	38.86733	-77.20581	105	Pine Spring,Pine Springs		VA	059		
4779110	Pine Tree	pine-tree	US		0	America/New_York	37.65236	-76.60884	8			VA	119		
4779114	Pine View	pine-view	US		0	America/New_York	38.4479	-77.69443	77			VA	061		
4779118	Pine View Mobile Home Park	pine-view-mobile-home-park	US		0	America/New_York	36.73043	-77.53554	43			VA	081		
4779133	Pinehurts	pinehurts	US		0	America/New_York	37.5007	-77.5161	69			VA	159		
4779136	Pinero	pinero	US		0	America/New_York	37.49236	-76.53995	32			VA	073		
4779140	Pinetag	pinetag	US		0	America/New_York	36.55153	-79.45558	193			VA	590		
4779147	Pinewood Gardens	pinewood-gardens	US		0	America/New_York	36.84154	-76.07216	4			VA	810		
4779164	Piney Court	piney-court	US		0	America/New_York	38.82428	-77.10415	79			VA	510		
4779176	Piney Grove	piney-grove	US		0	America/New_York	36.78986	-78.83834	165			VA	083		
4779177	Piney Grove	piney-grove	US		0	America/New_York	38.0268	-76.78635	53			VA	159		
4779178	Piney Grove	piney-grove	US		0	America/New_York	36.98932	-77.04135	32			VA	183		
4779206	Piney Knolls	piney-knolls	US		0	America/New_York	37.47931	-77.49276	62			VA	760		
4779225	Piney Point Estates	piney-point-estates	US		0	America/New_York	37.1482	-76.43523	4			VA	199		
4779253	Pinkard Court	pinkard-court	US		0	America/New_York	37.22375	-79.9717	353			VA	161		
4779287	Pipers Gap	pipers-gap	US		0	America/New_York	36.6443	-80.84202	836	Piper's Gap,Pipers Gap		VA	035		
4779297	Pirkey	pirkey	US		0	America/New_York	38.27374	-78.55418	231			VA	079		
4779322	Pitmans Corner	pitmans-corner	US		0	America/New_York	37.67541	-76.41439	9			VA	103		
4779325	Pittmantown	pittmantown	US		0	America/New_York	36.56821	-76.81885	8			VA	800		
4779327	Pittaway Farms	pittaway-farms	US		0	America/New_York	37.55154	-77.59416	59			VA	760		
4779345	Pizarro	pizarro	US		0	America/New_York	36.93791	-80.22032	713	Pizaro,Pizarro		VA	063		
4779355	Plain View	plain-view	US		0	America/New_York	37.5382	-77.88833	122			VA	145		
4779357	Plainfield Heights	plainfield-heights	US		0	America/New_York	39.13594	-78.19278	235			VA	069		
4779360	Plains Mill	plains-mill	US		0	America/New_York	38.64678	-78.71919	290			VA	165		
4779364	Plain View	plain-view	US		0	America/New_York	37.49598	-76.66773	30	Plain View,Plainview		VA	097		
4779369	Plantation Court	plantation-court	US		0	America/New_York	37.33069	-79.93976	329			VA	161		
4779371	Plantation Heights	plantation-heights	US		0	America/New_York	37.29209	-76.71107	24			VA	199		
4779373	Plantation Pines Estates	plantation-pines-estates	US		0	America/New_York	38.68345	-77.4436	107			VA	153		
4779377	Plasterco	plasterco	US		0	America/New_York	36.86067	-81.79068	557			VA	191		
4779394	Pleasant Cove Village	pleasant-cove-village	US		0	America/New_York	37.53541	-75.93243	1			VA	131		
4779397	Pleasant Gap	pleasant-gap	US		0	America/New_York	36.70292	-79.4453	245			VA	143		
4779398	Pleasant Green	pleasant-green	US		0	America/New_York	37.61904	-77.81333	86			VA	075		
4779448	Pleasant Heights	pleasant-heights	US		0	America/New_York	36.859	-81.73484	651			VA	173		
4779475	Pleasant Manor	pleasant-manor	US		0	America/New_York	37.01709	-76.36661	1			VA	650		
4779480	Pleasant Point	pleasant-point	US		0	America/New_York	36.8307	-76.19744	3			VA	710		
4779481	Pleasant Point	pleasant-point	US		0	America/New_York	37.17543	-76.78051	3			VA	181		
4779547	Plum Creek	plum-creek	US		0	America/New_York	36.81123	-81.74123	641			VA	191		
4779548	Plum Point	plum-point	US		0	America/New_York	37.51653	-76.81357	11	Forshee,Plum Point,Plumpoint		VA	127		
4779549	Plum Tree	plum-tree	US		0	America/New_York	38.01264	-77.77194	95			VA	109		
4779559	Plunkettsville	plunkettsville	US		0	America/New_York	38.15124	-79.09392	482			VA	790		
4779561	Plymouth Colony	plymouth-colony	US		0	America/New_York	37.33625	-79.9581	320			VA	161		
4779564	Plymouth Park	plymouth-park	US		0	America/New_York	36.81959	-76.25133	4			VA	550		
4779568	Poages Mill	poages-mill	US		0	America/New_York	37.19819	-80.05643	390	Poage's Mill,Poages Mill,Poagues Mill,Poges Mill		VA	161		
4779569	Poages Mill Estates	poages-mill-estates	US		0	America/New_York	37.21125	-80.07809	493			VA	161		
4779577	Pocahontas Acres	pocahontas-acres	US		0	America/New_York	37.4057	-77.5786	67			VA	041		
4779301	Pisgah	pisgah	US	35765	0	America/New_York	37.12095	-81.57344	719			VA	185		
4779586	Pocahontas Village	pocahontas-village	US		0	America/New_York	36.83793	-76.14271	3			VA	810		
4779589	Poarch Store	poarch-store	US		0	America/New_York	36.83682	-77.72749	95			VA	025		
4779591	Pocket	pocket	US		0	America/New_York	36.78148	-83.04267	441			VA	105		
4779606	Poetown	poetown	US		0	America/New_York	37.28289	-82.10847	333			VA	027		
4779607	Poff	poff	US		0	America/New_York	36.93791	-80.3131	755			VA	063		
4779614	Pohick	pohick	US		0	America/New_York	38.71012	-77.19665	48	Occoquan,Pohick		VA	059		
4779622	Pohick Estates	pohick-estates	US		0	America/New_York	38.71734	-77.20276	26			VA	059		
4779624	Pohick Hills	pohick-hills	US		0	America/New_York	38.75095	-77.22609	79			VA	059		
4779627	Pohick Park	pohick-park	US		0	America/New_York	38.81067	-77.2936	106			VA	059		
4779630	Poindexter	poindexter	US		0	America/New_York	38.00153	-78.14472	121	Poindexter,Poindexters,Poindexters Store		VA	109		
4779635	Poindexters	poindexters	US		0	America/New_York	37.69125	-77.43943	62			VA	085		
4779640	Point Elizabeth	point-elizabeth	US		0	America/New_York	36.84459	-76.39439	4			VA	550		
4779646	Point O'Woods	point-o-woods	US		0	America/New_York	36.84626	-76.04465	6			VA	810		
4779647	Point O'Woods	point-o-woods	US		0	America/New_York	38.87428	-78.13555	379			VA	187		
4779652	Point Truth	point-truth	US		0	America/New_York	36.78149	-82.34931	600			VA	167		
4779658	Point of Woods	point-of-woods	US		0	America/New_York	38.7715	-77.47221	79			VA	153		
4779661	Pointers Landing	pointers-landing	US		0	America/New_York	37.75125	-77.08775	14	Pointer Landing,Pointers Landing		VA	101		
4779676	Pole Green	pole-green	US		0	America/New_York	37.63709	-77.33665	59	Pole Green,Polegreen		VA	085		
4779688	Poletown	poletown	US		0	America/New_York	36.96401	-80.91675	635			VA	197		
4779700	Pollards Corner	pollards-corner	US		0	America/New_York	37.78986	-77.1847	59			VA	101		
4779724	Pond Gap (historical)	pond-gap-historical	US		0	America/New_York	38.10041	-79.31504	516			VA	015		
4779753	Ponderosa Park	ponderosa-park	US		0	America/New_York	37.2043	-80.01143	367			VA	161		
4779757	Pondtown	pondtown	US		0	America/New_York	36.92733	-82.09819	676			VA	167		
4779767	Pons	pons	US		0	America/New_York	37.00043	-76.79163	25			VA	093		
4779770	Pooles	pooles	US		0	America/New_York	36.93181	-76.23911	4			VA	710		
4779774	Pools Mill	pools-mill	US		0	America/New_York	36.65653	-78.70306	101			VA	083		
4779780	Poor Farm	poor-farm	US		0	America/New_York	37.13903	-76.45689	8			VA	199		
4779801	Poorhouse Corner	poorhouse-corner	US		0	America/New_York	38.02847	-77.27053	59			VA	033		
4779855	Poplar Flats	poplar-flats	US		0	America/New_York	37.74736	-78.9253	246			VA	125		
4779856	Poplar Forest	poplar-forest	US		0	America/New_York	37.34848	-79.26447	267			VA	019		
4779857	Poplar Forest	poplar-forest	US		0	America/New_York	37.72987	-77.83777	91			VA	075		
4779871	Poplar Halls	poplar-halls	US		0	America/New_York	36.85126	-76.2166	2			VA	710		
4779873	Poplar Heights	poplar-heights	US		0	America/New_York	38.88733	-77.19609	113			VA	059		
4779875	Poplar Hill	poplar-hill	US		0	America/New_York	37.21762	-80.73896	550			VA	071		
4779897	Poplar Landing	poplar-landing	US		0	America/New_York	37.76486	-77.08219	13			VA	101		
4779933	Poquoson Shores	poquoson-shores	US		0	America/New_York	37.15431	-76.40578	1			VA	735		
4779938	Poquoson River Estates	poquoson-river-estates	US		0	America/New_York	37.15153	-76.40495	2			VA	735		
4779941	Port Conway	port-conway	US		0	America/New_York	38.17735	-77.18609	6			VA	099		
4779944	Port Norfolk	port-norfolk	US		0	America/New_York	36.84848	-76.33522	3			VA	740		
4779956	Port Richmond	port-richmond	US		0	America/New_York	37.55181	-76.8108	14	Euclid Heights,Port Richmond		VA	101		
4779958	Port Royal Cross Roads	port-royal-cross-roads	US		0	America/New_York	38.16346	-77.1997	11			VA	033		
4779964	Porta Bello	porta-bello	US		0	America/New_York	37.30126	-76.64718	10			VA	199		
4779982	Porters	porters	US		0	America/New_York	37.82514	-78.5989	172	Porter,Porters		VA	003		
4779983	Porters Crossroads	porters-crossroads	US		0	America/New_York	36.86457	-80.9823	628	Porter,Porter Crossroads,Porters Cross Roads,Porters Crossroads		VA	197		
4779985	Porters	porters	US		0	America/New_York	38.19374	-77.79138	139			VA	177		
4779990	Portlock	portlock	US		0	America/New_York	36.78515	-76.27744	2			VA	550		
4779994	Portobago	portobago	US		0	America/New_York	38.14874	-77.12886	9			VA	033		
4780011	Portsmouth Heights	portsmouth-heights	US		99049	America/New_York	36.82098	-76.36883	3			VA	740		
4780021	Portsmouth Acres	portsmouth-acres	US		0	America/New_York	36.80209	-76.38494	4			VA	740		
4780049	Post Oak	post-oak	US		0	America/New_York	38.16624	-77.66332	101	Post Oak,Postoak		VA	177		
4780065	Potomac Beach	potomac-beach	US		0	America/New_York	38.27041	-76.98581	6	Potomac Beach,Wilkerson's,Wilkersons		VA	193		
4780076	Potomac Falls	potomac-falls	US		0	America/New_York	39.05011	-77.40082	67			VA	107		
4780079	Potomac Farms	potomac-farms	US		0	America/New_York	39.06455	-77.45527	84			VA	107		
4780081	Potomac Hills	potomac-hills	US		0	America/New_York	38.93039	-77.15331	73			VA	059		
4780087	Potomac Mills	potomac-mills	US		5614	America/New_York	38.64595	-77.29415	64	Potomac Mills		VA	153		
4780088	Potomac Mills	potomac-mills	US		0	America/New_York	38.16291	-76.94219	4			VA	193		
4780117	Pottomoi	pottomoi	US		0	America/New_York	37.67653	-77.39943	47			VA	085		
4780118	Potts Creek	potts-creek	US		0	America/New_York	37.6204	-80.18756	511	Pott's Creek,Potts Creek		VA	005		
4780128	Poulson	poulson	US		0	America/New_York	37.87596	-75.64382	1			VA	001		
4780148	Powcan	powcan	US		0	America/New_York	37.78236	-76.94275	47	Powan,Powcan		VA	097		
4780156	Powell (historical)	powell-historical	US		0	America/New_York	36.54931	-79.50336	172			VA	143		
4780159	Powell Corner	powell-corner	US		0	America/New_York	37.89097	-78.59863	176	Powell Corner,Powell Store,Powells Store		VA	003		
4780188	Powells Corner	powells-corner	US		0	America/New_York	36.8132	-76.09771	3	Powell's Store,Powells Corner		VA	810		
4780194	Powells Crossroads	powells-crossroads	US		0	America/New_York	36.83237	-76.14049	3	Powell Crossroad,Powells Crossroads		VA	810		
4780195	Powells Grove	powells-grove	US		0	America/New_York	39.08927	-77.78277	170			VA	107		
4780197	Powells Store	powells-store	US		0	America/New_York	37.53069	-79.41309	328			VA	019		
4780234	Powhatan Place	powhatan-place	US		0	America/New_York	37.13237	-76.40495	2			VA	735		
4780243	Poythress Estates	poythress-estates	US		0	America/New_York	36.56543	-77.86916	75			VA	025		
4780252	Prater	prater	US		0	America/New_York	37.21317	-82.19681	445			VA	027		
4780268	Prentiss Park	prentiss-park	US		0	America/New_York	36.82293	-76.31661	3			VA	740		
4780271	Presbyterian Point	presbyterian-point	US		0	America/New_York	36.54848	-78.34194	96			VA	117		
4780294	Prestige Manor	prestige-manor	US		0	America/New_York	38.6329	-77.3911	98			VA	153		
4780296	Preston Estates	preston-estates	US		0	America/New_York	37.31541	-79.94671	331			VA	770		
4780297	Preston Forest	preston-forest	US		0	America/New_York	37.28818	-80.40255	782			VA	121		
4780298	Preston Heights	preston-heights	US		0	America/New_York	38.44124	-78.86225	426			VA	660		
4780299	Preston Hills	preston-hills	US		0	America/New_York	36.64372	-82.09874	569			VA	191		
4780307	Preston Place	preston-place	US		0	America/New_York	37.32904	-77.44471	51			VA	041		
4780311	Prestwould	prestwould	US		0	America/New_York	36.6532	-78.56639	119			VA	117		
4780315	Pribble	pribble	US		0	America/New_York	37.39625	-76.3755	2			VA	115		
4780330	Price Hill	price-hill	US		0	America/New_York	36.76039	-81.75623	654			VA	191		
4780333	Price Mill	price-mill	US		0	America/New_York	36.81292	-77.92194	71	Price Mill,Prices Mill		VA	025		
4780337	Prices Fork	prices-fork	US		1066	America/New_York	37.20985	-80.49005	620	Price Forks,Prices Fork,Prices Fork Village		VA	121		
4780344	Prices Store	prices-store	US		0	America/New_York	37.47848	-79.1178	279			VA	009		
4780346	Pride Homes	pride-homes	US		0	America/New_York	36.86348	-76.38967	4			VA	740		
4780355	Prilliman	prilliman	US		0	America/New_York	36.87403	-80.00754	308	Nola,Prillamans,Prilliman		VA	067		
4780393	Princedale	princedale	US		0	America/New_York	38.66123	-77.38471	109			VA	153		
4780403	Princess Anne Plaza	princess-anne-plaza	US		0	America/New_York	36.83182	-76.08966	4	Princess Ann Plaza,Princess Anne Plaza		VA	810		
4780406	Princeview Point	princeview-point	US		0	America/New_York	36.79737	-76.62412	15			VA	800		
4780422	Progress	progress	US		0	America/New_York	36.91792	-79.67531	282			VA	067		
4780447	Prospect Hills	prospect-hills	US		0	America/New_York	37.23986	-79.96226	335			VA	770		
4780458	Prospect Valley	prospect-valley	US		0	America/New_York	37.2368	-79.96615	333			VA	770		
4780459	Prospectdale	prospectdale	US		0	America/New_York	37.27818	-80.74313	592			VA	071		
4780466	Proffit	proffit	US		0	America/New_York	38.10875	-78.42418	140	Proffit,Profitt		VA	003		
4780501	Providence Church	providence-church	US		0	America/New_York	36.78404	-76.63301	22			VA	800		
4780515	Providence Junction	providence-junction	US		0	America/New_York	36.78348	-76.25799	7			VA	550		
4780529	Provost	provost	US		0	America/New_York	37.6057	-77.98278	86	Mohemenco,Mohemnco,Provost		VA	145		
4780544	Public Fork	public-fork	US		0	America/New_York	36.82792	-78.64611	140			VA	037		
4780545	Public Landing	public-landing	US		0	America/New_York	36.56904	-75.99354	0			VA	810		
4780565	Pucketts Store	pucketts-store	US		0	America/New_York	37.03345	-81.60428	808			VA	185		
4780574	Pughs	pughs	US		0	America/New_York	36.7512	-82.99155	490			VA	105		
4780596	Pullens	pullens	US		0	America/New_York	36.93487	-79.49864	264	Pullen's,Pullens		VA	143		
4780597	Pullers Corner	pullers-corner	US		0	America/New_York	38.15735	-77.3422	71			VA	033		
4780599	Pulleys Crossroads	pulleys-crossroads	US		0	America/New_York	36.87098	-76.96385	28	Polleys Crossroads,Pulleys Crossroads		VA	175		
4780601	Pughsville	pughsville	US		0	America/New_York	36.84793	-76.44328	6	Pugh,Pughsville		VA	800		
4780603	Pullontown	pullontown	US		0	America/New_York	36.62233	-82.3132	519			VA	169		
4780605	Pumpkin Center	pumpkin-center	US		0	America/New_York	37.22762	-81.00842	692			VA	021		
4780626	Pungo	pungo	US		0	America/New_York	36.72348	-76.01771	4			VA	810		
4780629	Pungo Ferry	pungo-ferry	US		0	America/New_York	36.61543	-76.04632	1			VA	810		
4780665	Purkins Corner	purkins-corner	US		0	America/New_York	38.25735	-77.16526	58	Perkins' Corner,Purkins Corner		VA	099		
4780672	Puryear Corner	puryear-corner	US		0	America/New_York	36.6132	-78.58861	129			VA	117		
4780675	Putneys Mill	putneys-mill	US		0	America/New_York	37.60542	-77.09303	3	Putney Mill,Putneys Mill		VA	127		
4780678	Pyletown	pyletown	US		0	America/New_York	39.10566	-78.04305	179			VA	043		
4780681	Quail Crossing	quail-crossing	US		0	America/New_York	37.29597	-80.11893	380			VA	161		
4780682	Quail Oaks	quail-oaks	US		0	America/New_York	37.39154	-77.42915	42			VA	041		
4780688	Quail Walk	quail-walk	US		0	America/New_York	37.67459	-77.49137	60			VA	087		
4780705	Qualla Farms	qualla-farms	US		0	America/New_York	37.41543	-77.58499	77			VA	041		
4780726	Quebec	quebec	US		0	America/New_York	36.75956	-81.50289	744			VA	173		
4780729	Queen Charlotte	queen-charlotte	US		0	America/New_York	38.05847	-78.50307	158			VA	003		
4780740	Queens Lake	queens-lake	US		0	America/New_York	37.29042	-76.65773	22			VA	199		
4780756	Quiet Cove	quiet-cove	US		0	America/New_York	37.30736	-76.48662	3			VA	073		
4780760	Quicks Mill	quicks-mill	US		0	America/New_York	38.21235	-79.0292	417			VA	015		
4780775	Quioccasin	quioccasin	US		0	America/New_York	37.60737	-77.57888	68			VA	087		
4780793	Rabat	rabat	US		0	America/New_York	36.97708	-78.94862	184			VA	083		
4780801	Rabbit Run	rabbit-run	US		0	America/New_York	37.23515	-77.48249	42			VA	041		
4780813	Raccoon Ford	raccoon-ford	US		0	America/New_York	38.36319	-77.94139	75	Raccoon Ford,Rackoon Ford		VA	047		
4780821	Raceway Farms	raceway-farms	US		0	America/New_York	38.72761	-77.18081	42			VA	059		
4780827	Rackettown	rackettown	US		0	America/New_York	36.86346	-80.82896	657			VA	197		
4780828	Racy Acres	racy-acres	US		0	America/New_York	37.73652	-79.33976	346			VA	530		
4780836	Racume	racume	US		0	America/New_York	36.7482	-77.72193	77			VA	025		
4780849	Radford Village	radford-village	US		0	America/New_York	37.12318	-80.56672	587			VA	750		
4780854	Radium	radium	US		0	America/New_York	36.73182	-77.62832	61			VA	081		
4780856	Radnor Heights	radnor-heights	US		0	America/New_York	38.889	-77.07303	53			VA	013		
4780873	Ragged Point Beach	ragged-point-beach	US		0	America/New_York	38.14874	-76.61635	2			VA	193		
4780889	Rainbow Forest	rainbow-forest	US		0	America/New_York	37.35708	-79.85532	378			VA	023		
4780890	Rainbow Forest	rainbow-forest	US		0	America/New_York	37.3507	-79.25864	253			VA	031		
4780894	Rainbow Ridge	rainbow-ridge	US		0	America/New_York	37.21791	-80.39144	701			VA	121		
4780896	Raines Corner	raines-corner	US		0	America/New_York	38.19319	-77.33304	65			VA	033		
4780899	Raines Tavern	raines-tavern	US		0	America/New_York	37.36682	-78.37472	145	George,Raines,Raines Tavern		VA	049		
4780906	Rainier Estates	rainier-estates	US		0	America/New_York	37.66848	-77.29942	49			VA	085		
4780907	Rainswood	rainswood	US		0	America/New_York	37.91708	-76.54857	44	Rainswood,Thomas Ordinary		VA	133		
4780908	Raintree	raintree	US		0	America/New_York	38.07875	-78.46529	154			VA	003		
4780909	Raintree	raintree	US		0	America/New_York	38.71345	-77.43138	72			VA	153		
4780910	Raintree Village	raintree-village	US		0	America/New_York	37.13957	-80.37755	670			VA	121		
4780921	Raketown	raketown	US		0	America/New_York	36.82012	-80.95925	641			VA	035		
4780922	Raleigh Court	raleigh-court	US		0	America/New_York	37.26069	-79.98393	325			VA	770		
4780929	Raleigh Heights	raleigh-heights	US		0	America/New_York	36.78737	-76.28355	2			VA	550		
4780930	Raleigh Place	raleigh-place	US		0	America/New_York	36.80848	-76.40689	4			VA	550		
4780931	Raleigh Terrace	raleigh-terrace	US		0	America/New_York	37.00431	-76.36772	2			VA	650		
4780934	Ramble Ridge	ramble-ridge	US		0	America/New_York	37.19652	-80.40338	659			VA	121		
4780935	Ramblewood	ramblewood	US		0	America/New_York	37.19237	-77.40943	53			VA	730		
4780943	Ramey Fork	ramey-fork	US		0	America/New_York	38.02958	-76.86219	42	Ramey Fork,Rameys Fork,Ramy Fork,Reamys' Fork		VA	159		
4780944	Ramoth	ramoth	US		0	America/New_York	38.42207	-77.46943	90			VA	179		
4780956	Ramsey (historical)	ramsey-historical	US		0	America/New_York	37.09177	-82.38209	692			VA	051		
4780966	Ramsey Flats	ramsey-flats	US		0	America/New_York	37.20483	-82.45154	550			VA	051		
4780980	Ramsgate	ramsgate	US		0	America/New_York	37.53404	-77.59916	107			VA	041		
4780987	Randolph Corner	randolph-corner	US		0	America/New_York	39.029	-77.82861	146			VA	107		
4781001	Randolph Ridge	randolph-ridge	US		0	America/New_York	37.65181	-77.47748	60			VA	087		
4781007	Random Hills	random-hills	US		0	America/New_York	38.85789	-77.34443	123			VA	059		
4781009	Range Corner	range-corner	US		0	America/New_York	38.07208	-77.31248	58			VA	033		
4781021	Ransons	ransons	US		0	America/New_York	37.63681	-78.51139	147			VA	029		
4781029	Rapidan Woods	rapidan-woods	US		0	America/New_York	37.69042	-77.43304	62			VA	085		
4781053	Rappahannock Corner	rappahannock-corner	US		0	America/New_York	38.17513	-77.26692	58	Rappahannock Corner,Rapppahannock Corner		VA	033		
4781056	Rapps Mill	rapps-mill	US		0	America/New_York	37.67041	-79.63393	451	Rapp's Mill,Rapp's Mills,Rapps Mill		VA	163		
4781057	Rasawek (historical)	rasawek-historical	US		0	America/New_York	37.75098	-78.16972	59	Rasauweak,Rasawek (historical),Rassawck,Rassaweak,Rassawek		VA	065		
4781059	Rasnake	rasnake	US		0	America/New_York	37.04039	-82.10958	775			VA	167		
4781126	Ravens Nest	ravens-nest	US		0	America/New_York	36.72455	-82.24903	425			VA	191		
4781129	Ravensworth	ravensworth	US		2466	America/New_York	38.804	-77.22054	73	Ravensworth,Ravensworth Farm		VA	059		
4781132	Ravensworth Grove	ravensworth-grove	US		0	America/New_York	38.81789	-77.21443	96			VA	059		
4781134	Ravensworth Park	ravensworth-park	US		0	America/New_York	38.81345	-77.21387	87			VA	059		
4781138	Ravenwood Estates	ravenwood-estates	US		0	America/New_York	39.30205	-78.13917	255			VA	069		
4781139	Rawhide	rawhide	US		0	America/New_York	36.85565	-82.911	629			VA	105		
4781141	Rawley Springs	rawley-springs	US		0	America/New_York	38.5054	-79.05642	520			VA	165		
4781163	Raven Run	raven-run	US		0	America/New_York	37.63348	-77.31748	56			VA	085		
4781164	Raynor	raynor	US		0	America/New_York	36.94821	-76.78274	18			VA	093		
4781165	Rayon Terrace	rayon-terrace	US		0	America/New_York	37.76513	-79.99617	375			VA	580		
4781174	Raymonds Fork	raymonds-fork	US		0	America/New_York	38.0768	-77.32498	53			VA	033		
4781175	Readus	readus	US		0	America/New_York	38.85595	-78.59085	290	Bedford,Readus		VA	171		
4781177	Reager	reager	US		0	America/New_York	38.84234	-78.12361	276			VA	157		
4781184	Reams	reams	US		0	America/New_York	37.10071	-77.40637	47	Ream's Station,Reams,Reams Station		VA	053		
4781192	Reavistown	reavistown	US		0	America/New_York	36.64013	-80.96675	694			VA	077		
4781195	Reba	reba	US		0	America/New_York	37.41264	-79.63698	341			VA	019		
4781207	Red Apple Orchard	red-apple-orchard	US		0	America/New_York	37.70403	-78.77891	173			VA	125		
4781217	Red Banks (historical)	red-banks-historical	US		0	America/New_York	38.79872	-78.59585	294			VA	171		
4781224	Red Fox Forest	red-fox-forest	US		0	America/New_York	38.81289	-77.25554	100			VA	059		
4781239	Red Hill Mobile Home Park	red-hill-mobile-home-park	US		0	America/New_York	37.26126	-77.35109	27			VA	149		
4781244	Red Hill Village	red-hill-village	US		0	America/New_York	37.12765	-76.51134	10			VA	700		
4781252	Red Lane	red-lane	US		0	America/New_York	37.54682	-77.84944	109			VA	145		
4781258	Red Mills	red-mills	US		0	America/New_York	38.17041	-78.86586	375			VA	015		
4781259	Red Mills	red-mills	US		0	America/New_York	37.63986	-79.56059	366	Red Mill,Red Mills		VA	163		
4781267	Red Oak Hollow	red-oak-hollow	US		0	America/New_York	36.72653	-79.19585	217			VA	143		
4781285	Red Top	red-top	US		0	America/New_York	36.78626	-76.58745	16	Red Top,Wiles Corner		VA	800		
4781288	Redart	redart	US		0	America/New_York	37.47013	-76.30161	1			VA	115		
4781310	Redeye	redeye	US		0	America/New_York	36.90514	-79.47614	276	Red Eye,Redeye		VA	143		
4781317	Rediviva	rediviva	US		0	America/New_York	38.68484	-78.20194	207			VA	157		
4781318	Redland	redland	US		0	America/New_York	37.95403	-78.52946	192	Redland,Redlands		VA	003		
4781323	Redlawn	redlawn	US		0	America/New_York	36.63209	-78.24222	97	Red Lawn,Redlawn		VA	117		
4781363	Reed Creek Village	reed-creek-village	US		0	America/New_York	36.7668	-79.91837	279			VA	089		
4781369	Reed Junction	reed-junction	US		0	America/New_York	36.93151	-80.75201	594	Reed Island,Reed Junction		VA	155		
4781386	Reedtown	reedtown	US		0	America/New_York	37.37986	-75.91493	12			VA	131		
4781387	Reedtown	reedtown	US		0	America/New_York	36.87793	-76.13188	8			VA	810		
4781420	Reedy Mill	reedy-mill	US		0	America/New_York	37.90653	-77.30109	19			VA	033		
4781433	Reekes Mill	reekes-mill	US		0	America/New_York	36.82264	-78.28278	82			VA	111		
4781437	Reesedale	reesedale	US		0	America/New_York	37.2293	-80.29893	445			VA	121		
4781474	Reeves (historical)	reeves-historical	US		0	America/New_York	37.09821	-77.35803	40			VA	149		
4781487	Remlik	remlik	US		0	America/New_York	37.66153	-76.61884	14	Remlik,Streets		VA	119		
4781489	Remo	remo	US		0	America/New_York	37.81597	-76.35272	27	Damerons Chapel,Remo		VA	133		
4781493	Renan	renan	US		0	America/New_York	36.97486	-79.19391	201			VA	143		
4781506	Repass	repass	US		0	America/New_York	36.989	-81.8054	740			VA	167		
4781507	Repton Mills	repton-mills	US		0	America/New_York	38.32263	-78.25528	137			VA	113		
4781509	Republican Grove	republican-grove	US		0	America/New_York	36.94514	-79.0439	196			VA	083		
4781527	Rest	rest	US		0	America/New_York	39.29038	-78.08278	196			VA	069		
4781551	Retz	retz	US		0	America/New_York	37.42903	-76.35356	1			VA	115		
4781560	Reusens	reusens	US		0	America/New_York	37.4582	-79.18808	210			VA	680		
4781567	Revis	revis	US		0	America/New_York	37.6707	-76.65523	28			VA	119		
4781568	Revistown (historical)	revistown-historical	US		0	America/New_York	36.70848	-77.77582	67			VA	025		
4781570	Revercombs Corner	revercombs-corner	US		0	America/New_York	38.55262	-78.23639	195	Revercombs Corner,Rivercombs Corner		VA	157		
4781573	Reynard Woods	reynard-woods	US		0	America/New_York	38.10347	-78.55113	181			VA	003		
4781577	Reynolds Corner	reynolds-corner	US		0	America/New_York	37.90208	-76.54495	47			VA	133		
4781585	Reynolds Mill	reynolds-mill	US		0	America/New_York	36.63653	-80.12838	290			VA	141		
4781609	Rhoton Mill	rhoton-mill	US		0	America/New_York	36.71565	-82.66044	385	Donald Mill,Rhoton Mill		VA	169		
4781613	Ribbon	ribbon	US		0	America/New_York	38.04681	-77.95611	124			VA	109		
4781649	Rich Neck	rich-neck	US		0	America/New_York	37.97513	-76.66023	36			VA	159		
4781650	Rich Neck Heights	rich-neck-heights	US		0	America/New_York	37.25681	-76.73107	26			VA	830		
4781651	Rich Patch	rich-patch	US		0	America/New_York	37.72679	-79.91922	620	Rich Patch,Richpatch		VA	005		
4781652	Rich Patch Mines	rich-patch-mines	US		0	America/New_York	37.7554	-79.91644	483			VA	005		
4781671	Richardson (historical)	richardson-historical	US		0	America/New_York	37.56098	-77.12025	12			VA	127		
4781692	Richardsville South	richardsville-south	US		0	America/New_York	38.38985	-77.73249	107			VA	047		
4781694	Richart Heights	richart-heights	US		0	America/New_York	37.23514	-79.9967	356			VA	161		
4781696	Richland Hills	richland-hills	US		0	America/New_York	37.36514	-79.22447	251			VA	680		
4781709	Richmond Beach	richmond-beach	US		0	America/New_York	37.91486	-76.83774	4			VA	057		
4781732	Richmond Heights	richmond-heights	US		0	America/New_York	37.46376	-77.39804	43			VA	087		
4781761	Richtown	richtown	US		0	America/New_York	37.75486	-76.46023	27			VA	103		
4781764	Rickahock	rickahock	US		0	America/New_York	37.7107	-76.97191	10			VA	097		
4781787	Ridge Wood Estates	ridge-wood-estates	US		0	America/New_York	38.64345	-77.47804	109			VA	153		
4781799	Ridgelea	ridgelea	US		0	America/New_York	38.51568	-77.97055	146			VA	047		
4781822	Ridgewood Farm	ridgewood-farm	US		0	America/New_York	37.26514	-80.03865	336			VA	775		
4781824	Ridgewood Heights	ridgewood-heights	US		0	America/New_York	37.28625	-80.01643	340			VA	770		
4781825	Ridgewood Mobile Home Park	ridgewood-mobile-home-park	US		0	America/New_York	38.11347	-78.45057	150			VA	003		
4781826	Ridgewood Park	ridgewood-park	US		0	America/New_York	37.28764	-80.01865	335			VA	770		
4781830	Ridings Mill	ridings-mill	US		0	America/New_York	39.02955	-78.24139	185	Ridings Mill,Ridings Mills		VA	069		
4781839	Riggs (historical)	riggs-historical	US		0	America/New_York	36.76176	-82.64905	400			VA	169		
4781893	Rinkerton	rinkerton	US		0	America/New_York	38.75595	-78.66946	289	Rinkerton,Rinkertown		VA	171		
4781896	Rio Heights	rio-heights	US		0	America/New_York	38.05097	-78.45946	131			VA	003		
4781900	Rip Rap	rip-rap	US		0	America/New_York	36.57736	-78.74112	130			VA	083		
4781944	Rivanna	rivanna	US		0	America/New_York	38.12486	-78.46084	185			VA	003		
4781957	River Bend Estates	river-bend-estates	US		0	America/New_York	38.71317	-77.06081	12			VA	059		
4781958	River Bend Estates	river-bend-estates	US		0	America/New_York	38.65734	-77.24359	5			VA	153		
4781966	River Cliff	river-cliff	US		0	America/New_York	37.65765	-77.86444	65			VA	075		
4781968	River Forest Shores	river-forest-shores	US		0	America/New_York	36.83459	-76.20216	3			VA	710		
4781976	River Jack	river-jack	US		0	America/New_York	37.13012	-81.55067	715			VA	185		
4781981	River Oaks	river-oaks	US		0	America/New_York	38.95761	-77.18304	73			VA	059		
4781982	River Oaks	river-oaks	US		0	America/New_York	37.59098	-77.69277	70			VA	075		
4781983	River Oaks	river-oaks	US		0	America/New_York	36.86904	-76.21855	5			VA	710		
4781985	River Park	river-park	US		0	America/New_York	39.08094	-77.95166	159			VA	043		
4781986	River Park	river-park	US		0	America/New_York	36.84431	-76.3455	3	Glenshellah,River Park		VA	740		
4781994	River Road Estates	river-road-estates	US		0	America/New_York	37.23432	-77.43665	29			VA	041		
4781995	River Road Hills	river-road-hills	US		0	America/New_York	37.57598	-77.55332	68	River Hills,River Road Hills		VA	087		
4781998	River Road Terrace	river-road-terrace	US		0	America/New_York	37.23765	-77.43415	31			VA	041		
4782000	River Shore	river-shore	US		0	America/New_York	36.89598	-76.39828	4			VA	740		
4782001	River Terrace	river-terrace	US		0	America/New_York	37.06237	-76.34467	4			VA	650		
4782003	River View	river-view	US		0	America/New_York	38.94567	-78.21361	185			VA	187		
4782005	River View Park	river-view-park	US		0	America/New_York	37.22765	-77.46165	41			VA	041		
4782007	Riverbend	riverbend	US		0	America/New_York	36.79376	-76.41078	4			VA	550		
4782013	Rivercliff	rivercliff	US		0	America/New_York	36.83098	-76.54189	6			VA	800		
4782014	Rivercrest	rivercrest	US		0	America/New_York	38.92206	-77.11915	64	River Crest,Rivercrest		VA	013		
4782023	Riverdale Mobile Home Park	riverdale-mobile-home-park	US		0	America/New_York	37.25571	-77.36776	11			VA	149		
4782026	Rivergate	rivergate	US		0	America/New_York	37.13987	-76.3855	1			VA	735		
4782030	Riverhill	riverhill	US		0	America/New_York	36.75679	-80.93397	765			VA	035		
4782031	Riverland Court	riverland-court	US		0	America/New_York	37.27486	-80.05282	308			VA	775		
4782034	Riverlee	riverlee	US		0	America/New_York	37.27514	-80.05532	308			VA	775		
4782035	Rivermont	rivermont	US		0	America/New_York	38.00875	-79.02725	445			VA	015		
4782036	Rivermont	rivermont	US		0	America/New_York	37.31848	-77.31192	26			VA	041		
4782037	Rivermont	rivermont	US		0	America/New_York	37.80763	-79.98839	390			VA	580		
4782039	Rivermont	rivermont	US		0	America/New_York	37.42875	-79.15391	230			VA	680		
4782040	Rivermont	rivermont	US		0	America/New_York	37.26042	-79.92754	313			VA	770		
4782050	Riverrun	riverrun	US		0	America/New_York	38.05819	-78.45418	141			VA	003		
4782052	Rivers Edge	rivers-edge	US		0	America/New_York	36.8457	-77.57304	56			VA	081		
4782053	Rivers Edge	rivers-edge	US		0	America/New_York	37.27654	-77.20109	37			VA	149		
4782055	Rivers Mill	rivers-mill	US		0	America/New_York	36.75126	-77.31108	18			VA	175		
4782077	Riverside Estates	riverside-estates	US		0	America/New_York	38.73039	-77.08692	7			VA	059		
4782078	Riverside Estates	riverside-estates	US		0	America/New_York	37.27847	-80.10254	317			VA	161		
4782079	Riverside Gardens	riverside-gardens	US		0	America/New_York	38.72595	-77.06414	12			VA	059		
4782099	Riverton Junction	riverton-junction	US		0	America/New_York	38.94178	-78.18917	157			VA	187		
4782118	Riverview Estates	riverview-estates	US		0	America/New_York	38.70845	-77.39554	65			VA	153		
4782119	Riverview Heights	riverview-heights	US		0	America/New_York	36.7718	-78.9289	114			VA	083		
4782121	Riverview Landing	riverview-landing	US		0	America/New_York	37.56598	-76.95386	4			VA	101		
4782128	Riverville	riverville	US		0	America/New_York	37.52514	-78.89669	130	Riversville,Riverville		VA	009		
4782129	Riverwood	riverwood	US		0	America/New_York	38.90529	-77.09913	70			VA	013		
4782130	Riverwood	riverwood	US		0	America/New_York	38.70484	-77.09526	21			VA	059		
4782135	Rixey	rixey	US		0	America/New_York	38.07902	-77.3822	34			VA	033		
4782140	Rixlew	rixlew	US		0	America/New_York	38.76095	-77.50582	70			VA	153		
4782147	Roaches Corner	roaches-corner	US		0	America/New_York	37.39098	-77.05275	39			VA	036		
4782161	Roane	roane	US		0	America/New_York	37.4482	-76.70524	2			VA	097		
4782163	Roanes	roanes	US		0	America/New_York	37.36931	-76.50634	9			VA	073		
4782227	Roanoke Red Sulphur Springs	roanoke-red-sulphur-springs	US		0	America/New_York	37.39235	-80.10893	566	Red Sulphur Spring,Red Sulphur Springs,Roanoke Red Sulphur Springs		VA	161		
4782256	Roaring Fork	roaring-fork	US		0	America/New_York	36.96926	-82.73433	577			VA	195		
4782273	Robbins (historical)	robbins-historical	US		0	America/New_York	36.8037	-82.96239	543			VA	105		
4782277	Robbins Corner	robbins-corner	US		0	America/New_York	36.89487	-76.14355	8			VA	810		
4782319	Roberts Mill	roberts-mill	US		0	America/New_York	36.77428	-81.43872	770			VA	173		
4782339	Robertson Place	robertson-place	US		0	America/New_York	37.23182	-77.45498	39			VA	041		
4782346	Robertsons (historical)	robertsons-historical	US		0	America/New_York	37.28931	-79.60614	284			VA	019		
4782348	Robeys Mill	robeys-mill	US		0	America/New_York	38.81484	-77.3661	88			VA	059		
4782350	Robin Hood Park	robin-hood-park	US		0	America/New_York	37.27041	-80.08226	387			VA	161		
4782351	Robin Ridge	robin-ridge	US		0	America/New_York	37.65237	-77.36748	52			VA	085		
4782370	Robinhood Forest	robinhood-forest	US		0	America/New_York	36.86487	-76.06327	4			VA	810		
4782412	Robinwood	robinwood	US		0	America/New_York	37.41876	-77.52665	75			VA	041		
4782413	Robinwood	robinwood	US		0	America/New_York	37.51265	-77.35498	51			VA	087		
4782414	Robinwood	robinwood	US		0	America/New_York	36.63625	-79.40113	195			VA	590		
4782415	Robious	robious	US		0	America/New_York	37.52209	-77.61221	106			VA	041		
4782420	Robley	robley	US		0	America/New_York	37.8468	-76.58023	31	Issabel,Marvin,Point Isabel,Robley		VA	159		
4782421	Rochambeau Village	rochambeau-village	US		0	America/New_York	37.21376	-76.57745	23			VA	199		
4782452	Rock Enon	rock-enon	US		0	America/New_York	39.20427	-78.40834	313			VA	069		
4782454	Rock Enon Springs	rock-enon-springs	US		0	America/New_York	39.21205	-78.38639	296	Capper's Spring,Cappers Spring,Rock Enon,Rock Enon Springs		VA	069		
4782494	Rock Mills	rock-mills	US		0	America/New_York	38.65512	-78.12944	133	Browning's Store,Cheek,Cheek's Hill,Pendleton's Mill,Rock Mills		VA	157		
4782508	Rock Run	rock-run	US		0	America/New_York	36.71903	-79.96782	286			VA	089		
4782539	Rockbrook	rockbrook	US		0	America/New_York	38.04986	-78.46862	109			VA	003		
4782543	Rockcroft	rockcroft	US		0	America/New_York	39.15566	-77.97805	185			VA	043		
4782545	Rockdell	rockdell	US		0	America/New_York	36.89067	-81.95374	669			VA	167		
4782546	Rocketts	rocketts	US		0	America/New_York	37.52154	-77.3897	49			VA	087		
4782552	Rockfish	rockfish	US		0	America/New_York	37.80125	-78.75557	143	Rockfish,Rockfish Depot		VA	125		
4782582	Rockingham Court	rockingham-court	US		0	America/New_York	37.2143	-79.92198	335			VA	161		
4782606	Rocktown	rocktown	US		0	America/New_York	36.71233	-82.14013	600			VA	191		
4782612	Rocky Bar	rocky-bar	US		0	America/New_York	38.34374	-78.70169	319			VA	165		
4782733	Rocky Run	rocky-run	US		0	America/New_York	38.77928	-77.60555	95			VA	153		
4782756	Rockydale	rockydale	US		0	America/New_York	37.31264	-79.92643	324			VA	770		
4782757	Rodden	rodden	US		0	America/New_York	36.83208	-79.07807	177	Rodden,Roden		VA	083		
4782759	Roda	roda	US		0	America/New_York	36.96787	-82.83294	620			VA	195		
4782765	Rodophil	rodophil	US		0	America/New_York	37.36876	-78.15833	138			VA	007		
4782768	Roetown	roetown	US		0	America/New_York	36.64317	-81.82734	580			VA	191		
4782777	Rogers Corner	rogers-corner	US		0	America/New_York	36.72014	-78.41778	142			VA	117		
4782792	Rohoic Farms	rohoic-farms	US		0	America/New_York	37.20848	-77.48415	52			VA	053		
4782799	Roland Terrace	roland-terrace	US		0	America/New_York	37.30125	-80.01837	342			VA	770		
4782800	Rolands Mill	rolands-mill	US		0	America/New_York	37.32987	-77.18136	7	Rolands Mill,Rowland's Mill		VA	036		
4782802	Roland Park	roland-park	US		0	America/New_York	36.89654	-76.26272	2			VA	710		
4782806	Rolling Fields	rolling-fields	US		0	America/New_York	39.17205	-78.13833	200			VA	069		
4782809	Rolling Hills	rolling-hills	US		0	America/New_York	37.4157	-77.54388	62			VA	041		
4782810	Rolling Hills	rolling-hills	US		0	America/New_York	39.30538	-78.32806	293			VA	069		
4782811	Rolling Hills	rolling-hills	US		0	America/New_York	37.16541	-80.45839	626			VA	121		
4782812	Rolling Hills	rolling-hills	US		0	America/New_York	37.28625	-80.1031	339			VA	775		
4782817	Rolling Woods	rolling-woods	US		0	America/New_York	37.29514	-80.01393	335			VA	770		
4782818	Rollingwood	rollingwood	US		0	America/New_York	38.73623	-77.20637	49			VA	059		
4782822	Roman	roman	US		0	America/New_York	38.28263	-79.01503	431			VA	015		
4782825	Romancoke	romancoke	US		0	America/New_York	37.57348	-76.85052	15			VA	101		
4782832	Ronk	ronk	US		0	America/New_York	37.40596	-80.64007	634			VA	071		
4782836	Roosevelt Gardens	roosevelt-gardens	US		0	America/New_York	36.92209	-76.21272	3			VA	710		
4782843	Rondo	rondo	US		0	America/New_York	36.82847	-79.5317	283			VA	143		
4782849	Rorer Mines (historical)	rorer-mines-historical	US		0	America/New_York	37.23125	-79.95698	394			VA	770		
4782851	Rosa	rosa	US		0	America/New_York	36.85264	-79.0014	185	Crews Store,Rosa		VA	083		
4782880	Rose Hill Estates	rose-hill-estates	US		0	America/New_York	38.43624	-78.045	160			VA	047		
4782881	Rose Hill Farms	rose-hill-farms	US		0	America/New_York	38.77761	-77.11303	72	Rose Hill Farm,Rose Hill Farms		VA	059		
4782894	Rosalind Hills	rosalind-hills	US		0	America/New_York	37.25875	-79.99504	326			VA	770		
4782900	Roseann	roseann	US		0	America/New_York	37.35594	-82.05096	425			VA	027		
4782906	Rosecrest	rosecrest	US		0	America/New_York	37.21458	-80.02532	412			VA	161		
4782918	Rosehill Addition	rosehill-addition	US		0	America/New_York	37.1168	-80.39866	677			VA	121		
4782943	Rosena	rosena	US		0	America/New_York	38.11541	-78.34695	140			VA	003		
4782945	Rosenberger	rosenberger	US		0	America/New_York	39.20233	-78.31834	250			VA	069		
4782955	Roses Mill	roses-mill	US		0	America/New_York	37.70153	-78.99641	180			VA	125		
4782958	Rosespout	rosespout	US		0	America/New_York	37.7557	-77.09053	15			VA	101		
4782963	Rosewood Park	rosewood-park	US		0	America/New_York	37.25292	-79.90948	329			VA	770		
4782965	Rosewell	rosewell	US		0	America/New_York	37.33098	-76.5894	7			VA	073		
4782967	Roslyn Hills	roslyn-hills	US		0	America/New_York	37.57626	-77.56582	58			VA	087		
4782969	Rosney	rosney	US		0	America/New_York	37.50932	-78.42528	119			VA	029		
4782988	Rosslyn	rosslyn	US		9599	America/New_York	38.89678	-77.07248	26	Rosslyn,Rosslyn Farm,Rosslynn		VA	013		
4782993	Rosstown	rosstown	US		0	America/New_York	38.86678	-77.84527	200			VA	061		
4782995	Roth	roth	US		0	America/New_York	37.24483	-81.9729	427			VA	027		
4782996	Rotherwood	rotherwood	US		0	America/New_York	38.43679	-78.02833	158			VA	047		
4783006	Rough Creek	rough-creek	US		0	America/New_York	37.12015	-78.75806	149	Ridgeway,Rough Creek		VA	037		
4783012	Round Bottom	round-bottom	US		0	America/New_York	37.25456	-81.05564	589			VA	021		
4783040	Round Hill Park	round-hill-park	US		0	America/New_York	37.29708	-79.94921	324			VA	770		
4783062	Round Hill Terrace	round-hill-terrace	US		0	America/New_York	37.30375	-79.95198	361			VA	770		
4783099	Rourkes Gap	rourkes-gap	US		0	America/New_York	37.12789	-81.62317	769			VA	185		
4783105	Roundstone	roundstone	US		0	America/New_York	36.8901	-82.71238	495			VA	195		
4783109	Rowanta	rowanta	US		0	America/New_York	37.04237	-77.44443	37			VA	053		
4783111	Rowe Crossroads	rowe-crossroads	US		0	America/New_York	36.84929	-81.15982	734			VA	197		
4783123	Rowes Haven	rowes-haven	US		0	America/New_York	37.29848	-76.43745	1			VA	073		
4783129	Royal Acres	royal-acres	US		0	America/New_York	38.01403	-78.38251	125			VA	003		
4783140	Royal Oaks Estates	royal-oaks-estates	US		0	America/New_York	37.87098	-78.0325	134			VA	075		
4783143	Royal View Estates	royal-view-estates	US		0	America/New_York	38.89206	-78.28445	227			VA	187		
4783144	Royal Village	royal-village	US		0	America/New_York	38.93539	-78.21222	158			VA	187		
4783149	Ruark	ruark	US		0	America/New_York	37.5443	-76.34189	4			VA	119		
4783151	Royville	royville	US		0	America/New_York	38.97372	-77.53194	100			VA	107		
4783155	Rubermont	rubermont	US		0	America/New_York	37.06265	-78.20611	154	Hungary Town,Hungarytown,Hungry Town,Rubermont,Rubermount		VA	111		
4783171	Rudee Heights	rudee-heights	US		0	America/New_York	36.82709	-75.9766	3			VA	810		
4783178	Rue	rue	US		0	America/New_York	37.78735	-75.60604	14			VA	001		
4783181	Ruff	ruff	US		0	America/New_York	37.41014	-76.31244	3			VA	115		
4783215	Runaway Village	runaway-village	US		0	America/New_York	37.3568	-79.90671	377			VA	023		
4783221	Running Deer	running-deer	US		0	America/New_York	37.9932	-78.36501	126			VA	003		
4783222	Running Still	running-still	US		0	America/New_York	37.78431	-77.92833	102			VA	075		
4783225	Runnymede	runnymede	US		0	America/New_York	37.46848	-77.59166	79			VA	041		
4783226	Runnymede	runnymede	US		0	America/New_York	37.28153	-79.98032	304			VA	770		
4783227	Runnymede	runnymede	US		0	America/New_York	37.03459	-76.85135	25	Runnymeade,Runnymede		VA	181		
4783230	Rural	rural	US		0	America/New_York	36.92733	-82.36237	645			VA	195		
4783239	Ruritan	ruritan	US		0	America/New_York	37.48125	-79.13086	257			VA	009		
4783247	Rush Corner	rush-corner	US		0	America/New_York	36.69594	-82.19152	578			VA	191		
4783255	Rushmere	rushmere	US		1018	America/New_York	37.06681	-76.67635	22	Fergusons Wharf,Fergusson's Wharf,Fergussons Wharf,Rushmere		VA	093		
4783263	Rushmere Shores	rushmere-shores	US		0	America/New_York	37.0957	-76.65912	4			VA	093		
4783266	Russell Corner	russell-corner	US		0	America/New_York	36.77792	-78.25	156	Russel Corner,Russell Corner		VA	117		
4783283	Russell Point	russell-point	US		0	America/New_York	36.8132	-76.61551	15			VA	800		
4783294	Russellwood	russellwood	US		0	America/New_York	37.32375	-79.1853	287			VA	031		
4783300	Rust Hollow	rust-hollow	US		0	America/New_York	36.69816	-82.0643	626			VA	191		
4783306	Rustic	rustic	US		0	America/New_York	37.29154	-76.93358	11			VA	036		
4783324	Rutledge Creek Park	rutledge-creek-park	US		0	America/New_York	36.55708	-79.44975	181			VA	590		
4783325	Ruxton (historical)	ruxton-historical	US		0	America/New_York	36.8757	-76.25022	3			VA	710		
4783328	Ruxton	ruxton	US		0	America/New_York	37.22097	-79.99004	373			VA	161		
4783338	Rye Cove	rye-cove	US		0	America/New_York	36.72538	-82.69627	442	Rye Cove,Ryecove		VA	169		
4783349	Ryland Corner	ryland-corner	US		0	America/New_York	38.03875	-77.51721	70			VA	033		
4783354	Sabot	sabot	US		0	America/New_York	37.6132	-77.74694	44	Dover Mills,Manakin-Sabot,Sabot		VA	075		
4783384	Saddlers Crossroads	saddlers-crossroads	US		0	America/New_York	36.90487	-76.94746	27	Saddlers Crossroads,Sadlers Crossroads		VA	175		
4783395	Sago	sago	US		0	America/New_York	36.88875	-79.64114	270			VA	067		
4783397	Sadler Heights	sadler-heights	US		0	America/New_York	36.76515	-76.59106	14			VA	800		
4783478	Saint Brides	saint-brides	US		0	America/New_York	36.60654	-76.19744	4	Saint Brides,Saint Brides Episcopal Church,St. Brides		VA	550		
4783520	Saint Georges Hundred	saint-georges-hundred	US		0	America/New_York	37.24737	-76.7769	9			VA	095		
4783712	Saint Josephs Villa	saint-josephs-villa	US		0	America/New_York	37.63153	-77.46137	61	Saint Joseph's Villa,Saint Josephs Villa,St. Josephs Villa		VA	087		
4783713	Saint Joy	saint-joy	US		0	America/New_York	37.53876	-78.64695	171			VA	029		
4783730	Saint Luke	saint-luke	US		0	America/New_York	38.90344	-78.58057	311	Saint Luke,Saint Luke's,Saint Lukes,St. Luke		VA	171		
4784182	Salem Heights	salem-heights	US		0	America/New_York	37.29125	-80.0606	319			VA	775		
4784201	Salem Village Trailer Park	salem-village-trailer-park	US		0	America/New_York	37.27986	-80.02837	301			VA	775		
4784202	Salem Woods	salem-woods	US		0	America/New_York	37.38043	-77.4786	48			VA	041		
4784217	Sales Corner	sales-corner	US		0	America/New_York	38.18291	-77.30415	63			VA	033		
4784229	Salona Village	salona-village	US		0	America/New_York	38.93928	-77.16859	88			VA	059		
4784231	Salt Creek	salt-creek	US		0	America/New_York	37.50681	-79.22114	171			VA	009		
4784266	Salvia	salvia	US		0	America/New_York	37.9493	-77.13275	58			VA	097		
4784272	Sam	sam	US		0	America/New_York	37.23984	-81.34094	759	Sam,Sam Siding		VA	185		
4784277	Samary Forest	samary-forest	US		0	America/New_York	37.66209	-77.6586	61			VA	075		
4784278	Samos	samos	US		0	America/New_York	37.7007	-76.63801	26			VA	119		
4784282	Sampson	sampson	US		0	America/New_York	38.17402	-78.84752	376			VA	015		
4784293	Samuels Corner	samuels-corner	US		0	America/New_York	38.17235	-77.25748	61			VA	033		
4784296	Sanburne Park	sanburne-park	US		0	America/New_York	37.52098	-77.3372	45	Sanburne Park,Sandburke Park		VA	087		
4784329	Sandbridge Beach	sandbridge-beach	US		0	America/New_York	36.74598	-75.94409	2	Sand Bridge,Sand Bridge Beach,Sandbridge,Sandbridge Beach		VA	810		
4784356	Sandston Highland	sandston-highland	US		0	America/New_York	37.52681	-77.30637	47			VA	087		
4784363	Sandusky Park	sandusky-park	US		0	America/New_York	37.45542	-79.09697	259			VA	009		
4784365	Sandy Acres	sandy-acres	US		0	America/New_York	37.30014	-79.27419	252			VA	031		
4784368	Sandy Bottom	sandy-bottom	US		0	America/New_York	37.43542	-79.0953	261			VA	009		
4784369	Sandy Bottom	sandy-bottom	US		0	America/New_York	38.35096	-78.57724	439			VA	165		
4784370	Sandy Bottom	sandy-bottom	US		0	America/New_York	36.87182	-76.54467	7	Daileys Store,Sandy Bottom		VA	800		
4784371	Sandy Bottom (historical)	sandy-bottom-historical	US		0	America/New_York	37.55458	-76.31855	2			VA	119		
4784373	Sandidges	sandidges	US		0	America/New_York	37.66403	-79.13975	208			VA	009		
4784395	Sandy Fork	sandy-fork	US		0	America/New_York	36.61486	-78.60917	134			VA	117		
4784415	Sandy Pines	sandy-pines	US		0	America/New_York	36.79654	-76.40078	4			VA	550		
4784449	Sandy River	sandy-river	US		0	America/New_York	36.72319	-79.65142	276			VA	143		
4784453	Sandy Shores	sandy-shores	US		0	America/New_York	36.58958	-79.43725	162			VA	590		
4784459	Sanford Hill	sanford-hill	US		0	America/New_York	37.29819	-79.97059	333			VA	770		
4784466	Sandybottom	sandybottom	US		0	America/New_York	37.4132	-77.04441	23			VA	036		
4784467	Sans Facon	sans-facon	US		0	America/New_York	38.88511	-78.2175	300			VA	187		
4784468	Santee (historical)	santee-historical	US		0	America/New_York	38.21874	-77.36082	62			VA	033		
4784469	Sanville	sanville	US		0	America/New_York	36.71986	-80.05921	364			VA	089		
4784486	Saratoga Place	saratoga-place	US		0	America/New_York	36.72182	-76.59551	17			VA	800		
4784502	Sassin (historical)	sassin-historical	US		0	America/New_York	37.15845	-80.80118	586			VA	155		
4784505	Saumsville	saumsville	US		0	America/New_York	38.93567	-78.49918	300			VA	171		
4784507	Saunders	saunders	US		0	America/New_York	36.64015	-76.57551	15	Sanders,Saunders		VA	800		
4784523	Savage Town	savage-town	US		78	America/New_York	37.55208	-75.80132	11			VA	001		
4784524	Savageville	savageville	US		175	America/New_York	37.68096	-75.75687	9			VA	001		
4784525	Savedge	savedge	US		0	America/New_York	37.13376	-77.01913	36			VA	181		
4784537	Sawmill Corner	sawmill-corner	US		0	America/New_York	37.24015	-76.60023	25			VA	095		
4784563	Sayersville	sayersville	US		0	America/New_York	37.18289	-81.61789	533			VA	185		
4784579	Scattersville	scattersville	US		0	America/New_York	39.2201	-77.54916	121			VA	107		
4784580	Scenic Hills	scenic-hills	US		0	America/New_York	37.20736	-80.02226	365			VA	161		
4784584	Schenck Estates	schenck-estates	US		0	America/New_York	37.33181	-76.7119	26	Schenck Estates,Schenck Terrace		VA	199		
4784589	Schneider Crossroads	schneider-crossroads	US		0	America/New_York	38.8815	-77.48555	85	Schneider Crossroads,Schneiders Corner		VA	059		
4784590	Scholfield	scholfield	US		0	America/New_York	37.10293	-78.32472	186	Scholfield,Scofields		VA	147		
4784608	Schoolfield	schoolfield	US		0	America/New_York	36.56375	-79.42725	169			VA	590		
4784630	Schrader Woods	schrader-woods	US		0	America/New_York	37.63126	-77.42887	58			VA	087		
4784638	Scotchtown	scotchtown	US		0	America/New_York	37.84431	-77.58665	90			VA	085		
4784645	Scotland Landing	scotland-landing	US		0	America/New_York	37.68875	-76.96719	10			VA	101		
4784648	Scott Addition	scott-addition	US		0	America/New_York	36.72039	-81.94151	643			VA	191		
4784651	Scotfield	scotfield	US		0	America/New_York	36.80182	-76.41161	4			VA	550		
4784699	Scotts Corner	scotts-corner	US		0	America/New_York	37.88347	-76.60634	34			VA	159		
4784701	Scotts Fork	scotts-fork	US		0	America/New_York	37.31821	-77.89028	94			VA	007		
4784726	Scottswood	scottswood	US		0	America/New_York	36.70459	-76.98246	17			VA	175		
4784728	Scotts Crossroad	scotts-crossroad	US		0	America/New_York	36.8157	-78.40416	150	Scotts Cross Roads,Scotts Crossroad,Scotts Crossroads		VA	117		
4784730	Screamersville	screamersville	US		0	America/New_York	37.32959	-77.33109	20			VA	041		
4784732	Scruggs	scruggs	US		0	America/New_York	37.07986	-79.6617	308			VA	067		
4784736	Scrabble	scrabble	US		0	America/New_York	38.58207	-78.15944	195			VA	157		
4784737	Scuffletown	scuffletown	US		0	America/New_York	38.25874	-78.29834	174			VA	137		
4784740	Sea Lock	sea-lock	US		0	America/New_York	38.86761	-78.13694	359			VA	187		
4784747	Seacock Corner	seacock-corner	US		0	America/New_York	36.85765	-76.92524	9			VA	175		
4785082	Shannon Hills	shannon-hills	US		0	America/New_York	36.6168	-79.86671	232			VA	089		
4784749	Scuffleburg	scuffleburg	US		0	America/New_York	38.94205	-77.95388	175	Kerbys Shop,Mechanicsville,Scuffleburg		VA	061		
4784755	Seaford Shores	seaford-shores	US		0	America/New_York	37.19264	-76.42161	1			VA	199		
4784771	Seatack	seatack	US		0	America/New_York	36.84154	-75.99632	5	Sea Tack,Seatack		VA	810		
4784776	Sebrell	sebrell	US		0	America/New_York	36.78376	-77.12747	18			VA	175		
4784830	Sedgefield	sedgefield	US		0	America/New_York	37.04404	-76.45939	7			VA	700		
4784831	Sedgefield Mobile Home Park	sedgefield-mobile-home-park	US		0	America/New_York	37.75431	-77.46637	65			VA	085		
4784864	Seminary Valley	seminary-valley	US		0	America/New_York	38.81845	-77.11748	29			VA	510		
4784865	Seminole Hills	seminole-hills	US		0	America/New_York	36.62986	-79.37891	179			VA	590		
4784868	Seminole Ridge	seminole-ridge	US		0	America/New_York	37.34375	-79.19697	265			VA	031		
4784869	Seminole Ridge	seminole-ridge	US		0	America/New_York	37.12653	-79.29113	251			VA	031		
4784885	Senora	senora	US		0	America/New_York	37.67653	-76.52106	9			VA	103		
4784886	Senseny Heights	senseny-heights	US		0	America/New_York	39.16955	-78.13167	212			VA	069		
4784893	Septa	septa	US		0	America/New_York	37.00848	-76.69829	24			VA	093		
4784902	Seven Corners	seven-corners	US		9255	America/New_York	38.87206	-77.15526	117			VA	059		
4784905	Seven Fountains	seven-fountains	US		0	America/New_York	38.86122	-78.39945	248			VA	171		
4784913	Seven Mile Ford	seven-mile-ford	US		783	America/New_York	36.81039	-81.62956	605	Seven Mile Ford,Seven Mile Fork,Sevenmile Ford		VA	173		
4784915	Seven Pines	seven-pines	US		0	America/New_York	37.52042	-77.30276	49			VA	087		
4784942	Severn Manor	severn-manor	US		0	America/New_York	37.30709	-76.47078	1			VA	073		
4784949	Sewells Gardens	sewells-gardens	US		0	America/New_York	36.89654	-76.24522	3			VA	710		
4784964	Sexton Hill	sexton-hill	US		0	America/New_York	38.01541	-76.79413	47			VA	159		
4784966	Sexton (historical)	sexton-historical	US		0	America/New_York	37.05293	-76.92329	16			VA	181		
4784972	Shack Mills	shack-mills	US		0	America/New_York	37.19456	-81.95374	466	Shack Mills,Shacks Mills		VA	027		
4784980	Shacklefords Fork	shacklefords-fork	US		0	America/New_York	37.54403	-76.70357	29	Shackelfords,Shackleford,Shacklefords Fork,Shaklefords		VA	097		
4784981	Shacklet (historical)	shacklet-historical	US		0	America/New_York	38.53207	-77.44637	104			VA	179		
4784987	Shadeland	shadeland	US		0	America/New_York	37.28986	-79.94976	304			VA	770		
4784988	Shadeland Addition	shadeland-addition	US		0	America/New_York	37.12207	-80.41561	670			VA	121		
4784990	Shad Landing	shad-landing	US		0	America/New_York	37.93957	-75.67104	1			VA	001		
4784992	Shadow Valley	shadow-valley	US		0	America/New_York	36.62872	-82.11319	571			VA	520		
4784993	Shadowbrook Heights	shadowbrook-heights	US		0	America/New_York	37.25904	-77.43582	36			VA	041		
4784994	Shadowwood Park	shadowwood-park	US		0	America/New_York	36.63958	-79.40225	202			VA	590		
4784996	Shadwell	shadwell	US		0	America/New_York	38.01292	-78.39556	110	North Milton,Shadwell,Shadwell Station		VA	003		
4784998	Shadow	shadow	US		0	America/New_York	37.3493	-76.29661	3			VA	115		
4784999	Shadwell Mountain	shadwell-mountain	US		0	America/New_York	38.02875	-78.41251	201			VA	003		
4785002	Shadwell Estates	shadwell-estates	US		0	America/New_York	38.01125	-78.39334	115			VA	003		
4785025	Shady Grove Corner	shady-grove-corner	US		0	America/New_York	38.2218	-77.7111	105			VA	177		
4785030	Shady Harbor Shores	shady-harbor-shores	US		0	America/New_York	38.04291	-76.5669	5			VA	193		
4785032	Shady Lane	shady-lane	US		0	America/New_York	37.71458	-79.02253	224	Piney River,Shady Lane		VA	125		
4785038	Shady Oaks Mobile Home Park	shady-oaks-mobile-home-park	US		0	America/New_York	37.10903	-76.39161	1			VA	735		
4785063	Shakesville	shakesville	US		0	America/New_York	36.60955	-82.13902	567	Shakerville,Shakesville		VA	191		
4785065	Shanghai	shanghai	US		0	America/New_York	37.6082	-76.77857	26			VA	097		
4785069	Shanklin (historical)	shanklin-historical	US		0	America/New_York	38.01735	-79.91867	515			VA	017		
4785073	Shannandale	shannandale	US		0	America/New_York	37.21456	-81.36205	781			VA	185		
4785080	Shannon Hill	shannon-hill	US		0	America/New_York	37.88181	-78.03833	157			VA	075		
4785083	Shannon Hills	shannon-hills	US		0	America/New_York	37.88709	-78.02555	156			VA	109		
4785084	Shannon Hills Estates	shannon-hills-estates	US		0	America/New_York	37.87681	-78.04833	146			VA	075		
4785085	Shannon Hills Farms	shannon-hills-farms	US		0	America/New_York	37.85875	-78.05972	143			VA	075		
4785086	Shannon Terrace	shannon-terrace	US		0	America/New_York	37.47237	-77.5011	67			VA	760		
4785089	Shannondale Estates	shannondale-estates	US		0	America/New_York	37.69681	-77.3497	57			VA	085		
4785126	Sharon Park	sharon-park	US		0	America/New_York	37.64126	-77.3847	58			VA	085		
4785161	Shawnee Land	shawnee-land	US		1873	America/New_York	39.19149	-78.34556	336			VA	069		
4785169	Shawver Mill	shawver-mill	US		0	America/New_York	37.15345	-81.35371	769	Shawver Mill,Shawver Mills,Shawvers Mill,Shawvers Mills		VA	185		
4785175	Shea Terrace	shea-terrace	US		0	America/New_York	36.84209	-76.32494	3			VA	740		
4785188	Sheep Town	sheep-town	US		0	America/New_York	36.82401	-80.91452	699	Sheep Town,Sheeptown		VA	035		
4785195	Sheffield Court	sheffield-court	US		0	America/New_York	37.53126	-77.56499	95			VA	041		
4785198	Sheffield Terrace	sheffield-terrace	US		0	America/New_York	36.60847	-79.85504	237			VA	089		
4785206	Shelfar	shelfar	US		0	America/New_York	37.8107	-77.86749	103			VA	109		
4785217	Shelleys	shelleys	US		0	America/New_York	36.63705	-82.3382	452			VA	169		
4785223	Shelor Acres	shelor-acres	US		0	America/New_York	37.21013	-80.38922	697			VA	121		
4785225	Shelors Mill	shelors-mill	US		0	America/New_York	36.87569	-80.37339	737			VA	063		
4785250	Shenandoah Caverns	shenandoah-caverns	US		0	America/New_York	38.71317	-78.66641	288			VA	171		
4785261	Shenandoah Farms	shenandoah-farms	US		3033	America/New_York	38.98178	-78.07555	165			VA	187		
4785263	Shenandoah Forest	shenandoah-forest	US		0	America/New_York	38.66123	-78.54973	305			VA	139		
4785266	Shenandoah Hills	shenandoah-hills	US		0	America/New_York	39.18483	-78.11833	205			VA	069		
4785267	Shenandoah Homesteads Project	shenandoah-homesteads-project	US		0	America/New_York	38.77956	-78.12917	205			VA	157		
4785272	Shenandoah Mobile Home Park	shenandoah-mobile-home-park	US		0	America/New_York	39.12538	-78.15639	224			VA	069		
4785280	Shenandoah Retreat	shenandoah-retreat	US		518	America/New_York	39.13427	-77.865	166	Retreat Farm,Shenandoah Retreat		VA	043		
4785281	Shenandoah River Estates	shenandoah-river-estates	US		0	America/New_York	38.95733	-78.16778	147			VA	187		
4785282	Shenandoah River Lakes	shenandoah-river-lakes	US		0	America/New_York	38.97233	-78.28195	169			VA	187		
4785284	Shenandoah Shores	shenandoah-shores	US		934	America/New_York	38.96039	-78.14305	170			VA	187		
4785289	Shenandoah Valley Estates	shenandoah-valley-estates	US		0	America/New_York	38.05208	-79.01308	432			VA	015		
4785305	Shepherd Hill	shepherd-hill	US		0	America/New_York	36.84315	-82.94433	661	Shepherd Hill,Shepherds Hill		VA	105		
4785312	Sheppards	sheppards	US		0	America/New_York	37.39071	-78.48528	171	Shephards,Sheppards		VA	029		
4785313	Sheppards Mill	sheppards-mill	US		0	America/New_York	36.5443	-80.09671	262	Dobbins Mill,Sheppards Mill		VA	141		
4785314	Sheps End	sheps-end	US		0	America/New_York	37.43486	-75.86826	9			VA	131		
4785315	Sherando	sherando	US		688	America/New_York	37.98125	-78.95391	448			VA	015		
4785324	Sherman Corner	sherman-corner	US		0	America/New_York	37.25959	-77.28303	36			VA	149		
4785326	Sherman Park	sherman-park	US		0	America/New_York	37.25987	-77.2847	36			VA	149		
4785328	Sherry Court	sherry-court	US		0	America/New_York	37.35402	-79.97226	364			VA	161		
4785330	Sherry Park	sherry-park	US		0	America/New_York	36.8207	-76.21744	4			VA	810		
4785331	Sherwill	sherwill	US		0	America/New_York	37.28237	-78.95974	251	Sherwill,Wyatt Shop		VA	031		
4785335	Sherwood Farms	sherwood-farms	US		0	America/New_York	38.01486	-78.54029	154			VA	003		
4785336	Sherwood Forest	sherwood-forest	US		0	America/New_York	37.33264	-79.2228	294			VA	031		
4785337	Sherwood Forest	sherwood-forest	US		0	America/New_York	37.33404	-77.01997	24	Sherwood Forest,Sherwood Forest Plantation,Walnut Grove		VA	036		
4785338	Sherwood Forest	sherwood-forest	US		0	America/New_York	39.19899	-78.23861	313			VA	069		
4785339	Sherwood Forest	sherwood-forest	US		0	America/New_York	37.24264	-79.94281	352			VA	770		
4785340	Sherwood Forest	sherwood-forest	US		0	America/New_York	36.60042	-79.40141	155			VA	590		
4785341	Sherwood Forest	sherwood-forest	US		0	America/New_York	37.12846	-80.39172	646			VA	121		
4785343	Sherwood Hills	sherwood-hills	US		0	America/New_York	37.27543	-77.42026	19			VA	570		
4785345	Sherwood Manor	sherwood-manor	US		0	America/New_York	38.00708	-78.52501	159			VA	003		
4785346	Sherwood Park	sherwood-park	US		0	America/New_York	37.05792	-76.34883	3			VA	650		
4785350	Sheva	sheva	US		0	America/New_York	36.86597	-79.33475	225			VA	143		
4785454	Shilsons Corner	shilsons-corner	US		0	America/New_York	37.25181	-76.55579	15			VA	199		
4785472	Shiny Rock	shiny-rock	US		0	America/New_York	36.5532	-78.59722	115			VA	117		
4785477	Shipps Corner	shipps-corner	US		0	America/New_York	36.79209	-76.07993	3	Shipps Corner,Ships Corner		VA	810		
4785484	Shirley Duke	shirley-duke	US		0	America/New_York	38.81539	-77.10915	36			VA	510		
4785486	Shirley Gate Park	shirley-gate-park	US		0	America/New_York	38.84345	-77.33915	140			VA	059		
4785494	Shirlington	shirlington	US		0	America/New_York	38.84178	-77.08831	17			VA	013		
4785507	Shockeysville	shockeysville	US		0	America/New_York	39.38593	-78.24389	365	Shockeysville,Shockeyville		VA	069		
4785511	Shockoe	shockoe	US		0	America/New_York	36.80875	-79.26391	222			VA	143		
4785526	Shoemaker	shoemaker	US		0	America/New_York	39.24427	-77.65249	139			VA	107		
4785547	Short (historical)	short-historical	US		0	America/New_York	37.11621	-82.57682	485			VA	195		
4785549	Shore Park	shore-park	US		0	America/New_York	37.11015	-76.55273	9			VA	700		
4785576	Short Pump	short-pump	US		24729	America/New_York	37.65042	-77.61249	89			VA	087		
4785589	Shorts Creek	shorts-creek	US		0	America/New_York	36.83874	-80.84591	649			VA	035		
4785604	Shoulders Hill	shoulders-hill	US		0	America/New_York	36.81932	-76.46884	6	Shoulder Hill,Shoulders Hill		VA	800		
4785605	Shouse Village	shouse-village	US		0	America/New_York	38.94733	-77.27082	95			VA	059		
4785611	Shraders	shraders	US		0	America/New_York	37.19956	-81.55428	553	Shrader,Shraders		VA	185		
4785616	Shrys Store	shrys-store	US		0	America/New_York	39.23177	-77.50277	106			VA	107		
4785625	Shumansville	shumansville	US		0	America/New_York	37.93236	-77.27887	59	Shumansville,Shumanville		VA	033		
4785627	Shumate	shumate	US		0	America/New_York	37.31484	-80.84813	482			VA	071		
4785630	Shupe	shupe	US		0	America/New_York	36.98345	-81.16148	744			VA	197		
4785642	Sideburn	sideburn	US		0	America/New_York	38.80011	-77.30887	102			VA	059		
4785644	Siddon	siddon	US		0	America/New_York	36.57153	-78.67973	135			VA	117		
4785653	Siesta Gardens	siesta-gardens	US		0	America/New_York	36.86848	-76.38717	4			VA	740		
4785656	Sigma	sigma	US		0	America/New_York	36.73182	-75.98604	1			VA	810		
4785659	Sign Pine (historical)	sign-pine-historical	US		0	America/New_York	36.63376	-76.24355	3			VA	550		
4785660	Sign Post	sign-post	US		0	America/New_York	37.99651	-75.46076	10	Sign Post,Silva		VA	001		
4785661	Sign Rock	sign-rock	US		0	America/New_York	36.82875	-79.11085	188			VA	083		
4785672	Signboard	signboard	US		0	America/New_York	37.89958	-77.41248	67	Ruther Glen Corner,Signboard		VA	033		
4785676	Silcott Spring	silcott-spring	US		0	America/New_York	39.10177	-77.74194	149	Silcott Spring,Silcott Springs,Silcotts Springs		VA	107		
4785682	Silica	silica	US		0	America/New_York	36.69038	-82.34875	406	Silica,Silica Station		VA	169		
4785688	Silver Beach	silver-beach	US		0	America/New_York	37.48541	-75.96049	3	Little North Mountains,Silver Beach		VA	131		
4785690	Sigma	sigma	US		0	America/New_York	36.83009	-82.93655	606			VA	105		
4785699	Silver Hill	silver-hill	US		0	America/New_York	38.4829	-77.6961	122			VA	061		
4785708	Silver Lake Heights	silver-lake-heights	US		0	America/New_York	37.12652	-80.43283	646			VA	121		
4785709	Silver Leaf	silver-leaf	US		0	America/New_York	37.23791	-80.40755	660			VA	121		
4785731	Simeon	simeon	US		0	America/New_York	37.99153	-78.44418	158			VA	003		
4785734	Simmerman	simmerman	US		0	America/New_York	36.81651	-81.14037	687			VA	197		
4785743	Simmons Gap	simmons-gap	US		0	America/New_York	38.2968	-78.62196	650			VA	079		
4785752	Simmonsville	simmonsville	US		0	America/New_York	37.38429	-80.36172	691	Simmondsville,Simmonsville		VA	045		
4785760	Simons Corner	simons-corner	US		0	America/New_York	37.85208	-76.68635	9			VA	159		
4785762	Simonsdale	simonsdale	US		0	America/New_York	36.82376	-76.37772	2	Simmonsdale,Simondale,Simonsdale		VA	740		
4785765	Simonson	simonson	US		0	America/New_York	37.8068	-76.63357	2	Simonson,Simonsons		VA	159		
4785766	Simpkins	simpkins	US		0	America/New_York	37.3243	-75.94354	12			VA	131		
4785768	Simpkins Corner	simpkins-corner	US		0	America/New_York	37.59042	-77.3172	53	Simpkins Corner,Simpkins Store		VA	085		
4785770	Simpkins Village	simpkins-village	US		0	America/New_York	37.1154	-80.5595	588			VA	750		
4785771	Simpkinstown	simpkinstown	US		0	America/New_York	37.0129	-80.57034	625			VA	155		
4785772	Simplicity	simplicity	US		0	America/New_York	37.07987	-78.42416	179			VA	111		
4785784	Simpsons	simpsons	US		0	America/New_York	37.03791	-80.20449	794	Locust Grove,Simpsons		VA	063		
4785800	Sinclair Farms	sinclair-farms	US		0	America/New_York	37.0532	-76.35217	2			VA	650		
4785806	Singerly	singerly	US		0	America/New_York	38.08041	-76.89636	53			VA	159		
4785813	Sinclair Manor	sinclair-manor	US		0	America/New_York	37.61959	-77.24692	46			VA	085		
4785819	Sinking Creek	sinking-creek	US		0	America/New_York	37.41902	-80.26505	749			VA	045		
4785836	Sinnickson	sinnickson	US		0	America/New_York	37.98623	-75.42937	5			VA	001		
4785838	Sir John Addition	sir-john-addition	US		0	America/New_York	39.2551	-78.15583	230			VA	069		
4785843	Sirons Mill	sirons-mill	US		0	America/New_York	38.39762	-79.4731	748			VA	091		
4785846	Sissons Corner	sissons-corner	US		0	America/New_York	37.93735	-76.44551	35			VA	133		
4785879	Skeetertown	skeetertown	US		0	America/New_York	36.66043	-76.57967	18	Crismond,Skeeter Crossing,Skeetertown		VA	800		
4785880	Skeetrock	skeetrock	US		0	America/New_York	37.22205	-82.41376	566	Sheet Rock,Skeet Rock,Skeetrock,Slick Rock		VA	051		
4785886	Skeggs	skeggs	US		0	America/New_York	37.16733	-82.01457	474			VA	027		
4785890	Skidmore Corner	skidmore-corner	US		0	America/New_York	38.46818	-77.52137	95			VA	179		
4785904	Skiffes Creek Annex	skiffes-creek-annex	US		0	America/New_York	37.21737	-76.5844	17			VA	700		
4785906	Skimino	skimino	US		0	America/New_York	37.34709	-76.70468	25			VA	199		
4785911	Skimino Farms	skimino-farms	US		0	America/New_York	37.3557	-76.68912	22			VA	199		
4785913	Skinkers Corner	skinkers-corner	US		0	America/New_York	38.20652	-77.28387	55			VA	033		
4785917	Skinkertown	skinkertown	US		0	America/New_York	38.9015	-77.74249	151			VA	061		
4785923	Skinquarter	skinquarter	US		0	America/New_York	37.39709	-77.78139	105			VA	041		
4785927	Skipwith Farms	skipwith-farms	US		0	America/New_York	37.29848	-76.73107	28			VA	830		
4785940	Skyland Estates	skyland-estates	US		830	America/New_York	38.92317	-78.08222	502			VA	187		
4785944	Skyline Crest	skyline-crest	US		0	America/New_York	38.04958	-78.62946	206			VA	003		
4785948	Skyline View Mobile Home Park	skyline-view-mobile-home-park	US		0	America/New_York	38.80095	-78.22472	342			VA	187		
4785950	Skymont	skymont	US		0	America/New_York	38.16985	-79.07503	467			VA	790		
4785951	Skyview	skyview	US		0	America/New_York	37.30291	-80.09087	509			VA	161		
4785956	Slabtown	slabtown	US		0	America/New_York	36.90539	-82.08985	643			VA	167		
4785957	Slabtown	slabtown	US		0	America/New_York	36.6501	-82.55043	390			VA	169		
4785958	Slabtown	slabtown	US		0	America/New_York	36.75789	-81.47039	800			VA	173		
4785960	Slabtown	slabtown	US		0	America/New_York	37.67597	-76.49662	10			VA	103		
4785972	Slash	slash	US		0	America/New_York	37.97541	-76.62829	40			VA	133		
4785974	Slash Cottage	slash-cottage	US		0	America/New_York	37.7482	-77.47748	66			VA	085		
4785977	Slate	slate	US		0	America/New_York	37.30567	-81.94901	465	Rifle,Slate		VA	027		
4785989	Slate Mills	slate-mills	US		0	America/New_York	38.53151	-78.18278	174			VA	157		
4786014	Slaterville	slaterville	US		0	America/New_York	37.49903	-76.94219	38	Dash,Slaterville		VA	127		
4786015	Slates Corner	slates-corner	US		0	America/New_York	36.56321	-77.65859	71			VA	081		
4786033	Sleepy Hollow	sleepy-hollow	US		0	America/New_York	37.33709	-79.25447	274			VA	031		
4786034	Sleepy Hollow	sleepy-hollow	US		0	America/New_York	38.86733	-77.1647	91			VA	059		
4786035	Sleepy Hollow	sleepy-hollow	US		0	America/New_York	37.15152	-80.42811	623			VA	121		
4786036	Sleepy Hollow	sleepy-hollow	US		0	America/New_York	37.32236	-79.92059	325			VA	770		
4786040	Sleepy Hollow Estates	sleepy-hollow-estates	US		0	America/New_York	38.85345	-77.16554	90			VA	059		
4786041	Sleepy Hollow Manor	sleepy-hollow-manor	US		0	America/New_York	38.86595	-77.15554	105			VA	059		
4786042	Sleepy Hollow Mobile Home Park	sleepy-hollow-mobile-home-park	US		0	America/New_York	38.01764	-78.42501	116			VA	003		
4786044	Sleepy Hollow Woods	sleepy-hollow-woods	US		0	America/New_York	38.84095	-77.18026	91			VA	059		
4786045	Sleepy Lake	sleepy-lake	US		0	America/New_York	36.90376	-76.50106	6			VA	800		
4786047	Sleepy Lake West	sleepy-lake-west	US		0	America/New_York	36.90432	-76.51051	7			VA	800		
4786048	Sleepy Point Estates	sleepy-point-estates	US		0	America/New_York	36.83904	-76.53023	8			VA	800		
4786064	Sliders	sliders	US		0	America/New_York	37.45709	-78.68473	226			VA	029		
4786085	Sloantown	sloantown	US		0	America/New_York	36.64649	-82.78544	412			VA	169		
4786110	Smart	smart	US		0	America/New_York	36.92236	-80.19977	744			VA	063		
4786117	Smedley	smedley	US		0	America/New_York	38.69845	-78.21667	246	Lyle,Smedley		VA	157		
4786124	Smith Beach	smith-beach	US		0	America/New_York	37.36264	-75.99021	6			VA	131		
4786172	Smith Corners	smith-corners	US		0	America/New_York	37.05899	-82.38404	735			VA	051		
4786206	Smith Hill	smith-hill	US		0	America/New_York	38.17374	-77.01636	23			VA	193		
4786222	Smith Lake Terrace	smith-lake-terrace	US		0	America/New_York	36.88209	-76.13799	7	Lake Smith Terrace,Smith Lake Terrace		VA	810		
4786266	Smith Store	smith-store	US		0	America/New_York	37.68292	-78.52112	163			VA	029		
4786303	Smiths Crossroads	smiths-crossroads	US		0	America/New_York	36.65987	-78.18472	113	Radcliffe,Smith's Cross Roads,Smiths Cross Roads,Smiths Crossroads		VA	117		
4786304	Smiths Crossroads	smiths-crossroads	US		0	America/New_York	37.56626	-78.01195	85	Smith Roads,Smithfield,Smiths Crossroads,Smithville		VA	145		
4786310	Smiths Mill	smiths-mill	US		0	America/New_York	38.17208	-77.51887	47	Smith's Mill,Smiths Mill		VA	177		
4786316	Smiths Paradise	smiths-paradise	US		0	America/New_York	37.0282	-79.72475	265			VA	067		
4786323	Smokey Hollow	smokey-hollow	US		0	America/New_York	37.71126	-77.76499	108			VA	075		
4786335	Smoots	smoots	US		0	America/New_York	38.0168	-77.27831	37			VA	033		
4786351	Smothers	smothers	US		0	America/New_York	36.90458	-79.38225	237			VA	143		
4786393	Sneads Corner	sneads-corner	US		0	America/New_York	36.90737	-78.14944	128			VA	111		
4786395	Sneads Mobile Home Park	sneads-mobile-home-park	US		0	America/New_York	38.0618	-78.69002	202			VA	003		
4786397	Sneads Spring	sneads-spring	US		0	America/New_York	37.10848	-78.10917	135			VA	135		
4786400	Snell	snell	US		0	America/New_York	38.14791	-77.60138	84	Snell,Travelers Rest		VA	177		
4786403	Snelson (historical)	snelson-historical	US		0	America/New_York	37.97458	-77.69304	96			VA	085		
4786413	Snidow Heights	snidow-heights	US		0	America/New_York	37.13263	-80.39422	659			VA	121		
4786414	Snidow Heights	snidow-heights	US		0	America/New_York	37.23985	-80.42144	638			VA	121		
4786416	Snodgrass	snodgrass	US		0	America/New_York	36.72511	-81.83207	589			VA	191		
4786436	Snowden	snowden	US		0	America/New_York	37.6018	-79.39642	206	Hope Ferry,Snowden,Waughs Ferry		VA	009		
4786437	Snowden	snowden	US		0	America/New_York	38.73039	-77.05137	15			VA	059		
4786453	Soapstone	soapstone	US		0	America/New_York	36.67264	-79.64531	224			VA	143		
4786456	Solaris	solaris	US		0	America/New_York	38.16819	-78.36473	178			VA	003		
4786466	Solitude	solitude	US		0	America/New_York	37.56375	-79.60643	240			VA	023		
4786467	Solitude Trails	solitude-trails	US		0	America/New_York	37.39319	-75.94438	6			VA	131		
4786470	Soles	soles	US		0	America/New_York	37.49291	-76.43689	13			VA	115		
4786476	Solomons Store	solomons-store	US		0	America/New_York	37.63959	-77.45943	58	Solomon,Solomons,Solomons Store		VA	087		
4786480	Solsburg	solsburg	US		0	America/New_York	38.40318	-78.65307	310			VA	165		
4786484	Somerset Beach	somerset-beach	US		0	America/New_York	38.34124	-77.18303	0			VA	099		
4786491	Sonans	sonans	US		0	America/New_York	36.88597	-79.31725	207			VA	143		
4786497	Soroco	soroco	US		0	America/New_York	36.74821	-76.56162	7			VA	800		
4786500	Sorrell	sorrell	US		0	America/New_York	37.9543	-77.19581	55			VA	033		
4786509	South Anna	south-anna	US		0	America/New_York	37.80347	-77.4222	17			VA	085		
4786510	South Anna	south-anna	US		0	America/New_York	37.85903	-77.90527	97	South Anna,Southanna,Thompson Crossroad,Thompsons Cross Roads,Thompsons Crossroads		VA	109		
4786548	South Chesconessex	south-chesconessex	US		0	America/New_York	37.74318	-75.77854	1			VA	001		
4786550	South Clinchfield	south-clinchfield	US		0	America/New_York	36.96261	-82.17597	477	Dump Creek,South Clinchfield		VA	167		
4786555	South Edgewood	south-edgewood	US		0	America/New_York	37.2918	-80.01643	335			VA	770		
4786557	South Fairlington	south-fairlington	US		0	America/New_York	38.83261	-77.0897	58			VA	013		
4786558	South Fairview	south-fairview	US		0	America/New_York	36.82515	-76.24411	5			VA	550		
4786614	South Garden	south-garden	US		0	America/New_York	37.48348	-77.49137	63			VA	760		
4786624	South Hill Park	south-hill-park	US		0	America/New_York	37.11846	-80.41977	675			VA	121		
4786631	South Jackson	south-jackson	US		0	America/New_York	38.73817	-78.64252	265			VA	171		
4786640	South Gap	south-gap	US		0	America/New_York	37.21679	-81.08814	635			VA	021		
4786663	South Quay	south-quay	US		0	America/New_York	36.62237	-76.88857	8			VA	800		
4786665	South Richmond	south-richmond	US		0	America/New_York	37.52237	-77.44137	20	Free State,Manaston,Manchester,Mudchester,Rocky Ridge,South Richmond		VA	159		
4786666	South Ridge (historical)	south-ridge-historical	US		0	America/New_York	38.45485	-78.01611	147			VA	047		
4786667	South Riding	south-riding	US		24256	America/New_York	38.92094	-77.50388	98			VA	107		
4786714	South Suffolk	south-suffolk	US		80690	America/New_York	36.71709	-76.59023	16			VA	800		
4786736	Southampton Forest	southampton-forest	US		0	America/New_York	38.91067	-77.18998	101			VA	059		
4786743	Southdowns	southdowns	US		0	America/New_York	37.25847	-80.03587	337			VA	161		
4786759	Southern Hills	southern-hills	US		0	America/New_York	37.22597	-79.96226	407			VA	770		
4786764	Southern Points	southern-points	US		0	America/New_York	36.86209	-76.05521	0			VA	810		
4786774	Southhampton Hills	southhampton-hills	US		0	America/New_York	37.54098	-77.53165	67			VA	760		
4786776	Southland Acres	southland-acres	US		0	America/New_York	37.35403	-79.18836	269			VA	680		
4786780	Southridge	southridge	US		0	America/New_York	38.91872	-77.18331	97			VA	059		
4786795	Southside Hills	southside-hills	US		0	America/New_York	37.27513	-80.07893	365			VA	775		
4786798	Southside Meadows	southside-meadows	US		0	America/New_York	36.70015	-76.59856	18			VA	800		
4786805	Southside Shores	southside-shores	US		0	America/New_York	36.55126	-77.85415	71			VA	025		
4786816	Southern Estates	southern-estates	US		0	America/New_York	37.12848	-77.35498	49			VA	149		
4786829	Southwood	southwood	US		0	America/New_York	38.71345	-77.10553	24			VA	059		
4786830	Southwood Estates Mobile Home Park	southwood-estates-mobile-home-park	US		0	America/New_York	37.99764	-78.5239	140			VA	003		
4786831	Southwood Hills	southwood-hills	US		0	America/New_York	39.30427	-78.32056	291			VA	069		
4786832	Southwoods	southwoods	US		0	America/New_York	37.24458	-80.01032	336			VA	161		
4786835	Sowego	sowego	US		0	America/New_York	38.59901	-77.57638	72			VA	061		
4786842	Sowers	sowers	US		0	America/New_York	37.00346	-80.37922	642			VA	063		
4786843	Spainville	spainville	US		0	America/New_York	37.18876	-77.91611	120			VA	135		
4786849	Spanish Grove	spanish-grove	US		0	America/New_York	36.7957	-78.53528	168			VA	117		
4786851	Sparkling Springs	sparkling-springs	US		0	America/New_York	38.55151	-78.9517	561	Sparkling Spring,Sparkling Springs		VA	165		
4786860	Spec	spec	US		0	America/New_York	37.45458	-79.77143	339			VA	023		
4786916	Spivey Mill	spivey-mill	US		0	America/New_York	36.66288	-82.65655	390			VA	169		
4786917	Spivey Store	spivey-store	US		0	America/New_York	36.69649	-82.68377	378			VA	169		
4786952	Spotsylvania Courthouse	spotsylvania-courthouse	US		4239	America/New_York	38.19791	-77.58777	90			VA	177		
4786963	Spottswood	spottswood	US		0	America/New_York	37.95513	-79.21364	565			VA	015		
4786973	Spracher Place	spracher-place	US		0	America/New_York	37.12095	-81.28066	961			VA	185		
4786974	Spradlin Addition	spradlin-addition	US		0	America/New_York	37.13457	-80.38172	656			VA	121		
4786978	Spratleys Mill	spratleys-mill	US		0	America/New_York	37.07737	-76.92468	18			VA	181		
4786984	Spout Run	spout-run	US		0	America/New_York	39.10094	-77.88083	213			VA	043		
4786985	Spring Bank	spring-bank	US		0	America/New_York	38.78206	-77.07553	42			VA	059		
4787037	Spring Garden Mobile Home Park	spring-garden-mobile-home-park	US		0	America/New_York	37.21432	-77.3647	42			VA	730		
4787080	Spring Meadows Trailer Park	spring-meadows-trailer-park	US		0	America/New_York	39.23899	-78.10639	180			VA	069		
4787085	Spring Ridge	spring-ridge	US		0	America/New_York	38.95372	-77.28193	87			VA	059		
4787090	Spring Meadows	spring-meadows	US		0	America/New_York	37.61431	-77.34915	50			VA	085		
4787108	Spring View	spring-view	US		0	America/New_York	38.67456	-78.42417	285			VA	139		
4787142	Springfield Estates	springfield-estates	US		0	America/New_York	38.78345	-77.1747	75			VA	059		
4787145	Springfield Forest	springfield-forest	US		0	America/New_York	38.77372	-77.16387	74			VA	059		
4787152	Springfield Oaks	springfield-oaks	US		0	America/New_York	38.72595	-77.20582	33			VA	059		
4787157	Springfield Square	springfield-square	US		0	America/New_York	38.78178	-77.16498	76			VA	059		
4787158	Springfield Station	springfield-station	US		0	America/New_York	38.77067	-77.17359	69			VA	059		
4787166	Springlawn	springlawn	US		0	America/New_York	37.2168	-80.01476	346			VA	161		
4787168	Springtree	springtree	US		0	America/New_York	37.30014	-79.88837	311			VA	770		
4787175	Springwood	springwood	US		0	America/New_York	37.54902	-79.74476	267	Jackson,Old Hickory,Springwood		VA	023		
4787189	Sprouses Corner	sprouses-corner	US		0	America/New_York	37.52931	-78.49195	196	Sprouse's Corner,Sprouses,Sprouses Corner		VA	029		
4787194	Spruce Hill	spruce-hill	US		0	America/New_York	37.37236	-80.03226	416			VA	161		
4787231	Squire Hill	squire-hill	US		0	America/New_York	38.07514	-78.47057	157			VA	003		
4787255	Stafford Place	stafford-place	US		0	America/New_York	37.28904	-77.48165	52			VA	041		
4787258	Staffordshire	staffordshire	US		0	America/New_York	37.53515	-77.58554	99			VA	041		
4787263	Stage Junction	stage-junction	US		0	America/New_York	37.79098	-78.15333	123			VA	065		
4787272	Staley Crossroads	staley-crossroads	US		0	America/New_York	36.90984	-81.27343	753	Staley Crossroads,Staleys Cross Roads		VA	197		
4787291	Stampers	stampers	US		0	America/New_York	37.53986	-76.43245	22			VA	119		
4787295	Stanards Mill	stanards-mill	US		0	America/New_York	38.14791	-77.51554	52			VA	177		
4787334	Stange Mines (historical)	stange-mines-historical	US		0	America/New_York	37.20373	-80.93425	909			VA	021		
4787346	Star Cave	star-cave	US		0	America/New_York	36.9154	-80.78924	670			VA	197		
4787365	Starkey	starkey	US		0	America/New_York	37.20069	-79.99865	347			VA	161		
4787374	Starmount	starmount	US		0	America/New_York	37.35013	-79.96754	342			VA	161		
4787375	Starmount Forest	starmount-forest	US		0	America/New_York	36.60764	-79.40391	170			VA	590		
4787392	Starlings Crossroads	starlings-crossroads	US		0	America/New_York	36.55792	-79.7267	223	Sandy Level,Starlings Crossroads		VA	089		
4787425	Stately Oak	stately-oak	US		0	America/New_York	37.97985	-76.5594	36			VA	133		
4787431	Station Hills	station-hills	US		0	America/New_York	38.80067	-77.34387	93			VA	059		
4787453	Staunton Park	staunton-park	US		0	America/New_York	38.16402	-79.09253	469			VA	790		
4787471	Staytide (historical)	staytide-historical	US		0	America/New_York	37.29151	-80.61701	503			VA	071		
4787483	Stearnes	stearnes	US		0	America/New_York	37.70042	-78.23889	99			VA	065		
4787490	Steeleburg	steeleburg	US		0	America/New_York	37.05678	-81.76595	691			VA	185		
4787513	Stemphleytown	stemphleytown	US		0	America/New_York	38.41096	-78.9592	399			VA	165		
4787523	Steinman	steinman	US		0	America/New_York	37.17872	-82.34153	413			VA	051		
4787527	Stephens Fort	stephens-fort	US		0	America/New_York	39.07816	-78.32556	205			VA	069		
4787531	Stepney Plantation	stepney-plantation	US		0	America/New_York	38.86622	-77.60805	115			VA	149		
4787532	Stepping Stone	stepping-stone	US		0	America/New_York	37.34791	-79.84948	345			VA	023		
4787547	Sterling Park	sterling-park	US		0	America/New_York	39.00372	-77.40054	113			VA	107		
4787556	Sterling Point	sterling-point	US		0	America/New_York	36.84237	-76.38244	4			VA	740		
4787574	Stevens Creek	stevens-creek	US		0	America/New_York	36.72874	-80.99897	751	Stephens Creek,Stevens Creek		VA	077		
4787600	Stewardsburg	stewardsburg	US		0	America/New_York	37.75124	-79.37392	267			VA	163		
4787611	Stewart Manor	stewart-manor	US		0	America/New_York	36.80987	-76.39689	5			VA	740		
4787612	Stewartown	stewartown	US		0	America/New_York	38.95011	-77.64833	180			VA	107		
4787625	Stickleyville	stickleyville	US		0	America/New_York	36.70704	-82.90711	497	Stickleysville,Stickleyville		VA	105		
4787631	Stillfield	stillfield	US		0	America/New_York	38.06819	-78.52001	160			VA	003		
4787670	Stingray Point	stingray-point	US		0	America/New_York	37.55874	-76.30522	1			VA	119		
4787676	Stinson	stinson	US		0	America/New_York	36.91651	-81.32483	756			VA	197		
4787700	Stoddert	stoddert	US		0	America/New_York	37.35043	-78.295	132	Stoddert,Stodert		VA	049		
4787701	Stokes (historical)	stokes-historical	US		0	America/New_York	37.65487	-78.04472	57			VA	075		
4787704	Stoke	stoke	US		0	America/New_York	38.97539	-77.66638	111			VA	107		
4787709	Stokesville	stokesville	US		0	America/New_York	38.35263	-79.14892	469			VA	015		
4787713	Stokesland	stokesland	US		0	America/New_York	36.54958	-79.46058	200			VA	590		
4787716	Stone Bridge	stone-bridge	US		0	America/New_York	36.82765	-76.40106	4	Stone Bridge,Stonebridge Landing		VA	550		
4787719	Stone Bruise	stone-bruise	US		0	America/New_York	36.88122	-82.07402	674			VA	167		
4787748	Stone Mill	stone-mill	US		0	America/New_York	36.69817	-81.99152	601			VA	191		
4787759	Stonebridge Acres	stonebridge-acres	US		0	America/New_York	37.28708	-79.85726	356			VA	161		
4787763	Stonebrook Farms	stonebrook-farms	US		0	America/New_York	39.14233	-78.23167	260			VA	069		
4787769	Stonegate	stonegate	US		0	America/New_York	37.30458	-80.06893	369			VA	775		
4787770	Stonegate	stonegate	US		0	America/New_York	37.24041	-80.42616	647			VA	121		
4787771	Stonehenge	stonehenge	US		0	America/New_York	38.05153	-78.46557	128			VA	003		
4787774	Stonega	stonega	US		0	America/New_York	36.95315	-82.79127	554			VA	195		
4787782	Stones Corner	stones-corner	US		0	America/New_York	38.32818	-77.39054	64			VA	179		
4787784	Stones Mill	stones-mill	US		0	America/New_York	36.82792	-78.05833	81			VA	111		
4787785	Stones Mill	stones-mill	US		0	America/New_York	36.9354	-81.07314	635			VA	197		
4787786	Stones Store	stones-store	US		0	America/New_York	36.7443	-80.07699	359			VA	089		
4787790	Stonewall Acres	stonewall-acres	US		0	America/New_York	38.77234	-77.48916	64			VA	153		
4787795	Stoneridge	stoneridge	US		0	America/New_York	38.7915	-77.4611	57			VA	153		
4787797	Stonewall Estates	stonewall-estates	US		0	America/New_York	37.60709	-77.30109	58			VA	085		
4787798	Stonewall Forest	stonewall-forest	US		0	America/New_York	37.3043	-80.05476	352			VA	775		
4787819	Stonewall Manor	stonewall-manor	US		0	America/New_York	38.89233	-77.23498	116			VA	059		
4787820	Stonewall Manor	stonewall-manor	US		0	America/New_York	37.63626	-77.46887	53			VA	087		
4787822	Stonewall Mills	stonewall-mills	US		0	America/New_York	37.4482	-78.91585	152			VA	011		
4787823	Stonewall Orchard	stonewall-orchard	US		0	America/New_York	39.1901	-78.20778	251			VA	069		
4787829	Stoney Brook Estates	stoney-brook-estates	US		0	America/New_York	37.14876	-76.55523	9	Stoney Brook,Stoney Brook Estates		VA	700		
4787836	Stony	stony	US		0	America/New_York	36.84677	-82.45376	410			VA	169		
4787838	Stony Battery	stony-battery	US		0	America/New_York	36.74484	-81.56512	749			VA	173		
4787869	Stony Man	stony-man	US		0	America/New_York	38.63068	-78.43445	278	Blossersville,Stoney Man,Stony Man,Stonyman		VA	139		
4787871	Stony Mill	stony-mill	US		0	America/New_York	36.63958	-79.54392	176			VA	143		
4787900	Stony Run	stony-run	US		0	America/New_York	37.97458	-79.26448	544			VA	015		
4787918	Stony Run Estates	stony-run-estates	US		0	America/New_York	37.68403	-77.47471	52			VA	085		
4787922	Stony Springs	stony-springs	US		0	America/New_York	37.05459	-77.5636	57			VA	053		
4787926	Storck	storck	US		0	America/New_York	38.41929	-77.6136	96			VA	179		
4787927	Stormont	stormont	US		0	America/New_York	37.59708	-76.56829	27			VA	119		
4787935	Stotts Crossroads	stotts-crossroads	US		0	America/New_York	36.92626	-76.77024	24	Stott,Stotts Corners,Stotts Crossroads		VA	093		
4787947	Stowersville	stowersville	US		0	America/New_York	37.19123	-81.2401	691			VA	021		
4787966	Straightstone	straightstone	US		0	America/New_York	37.01597	-79.14946	191			VA	143		
4787980	Strasburg Junction	strasburg-junction	US		0	America/New_York	38.99705	-78.37806	202			VA	171		
4787988	Stratford Court	stratford-court	US		0	America/New_York	37.25847	-79.96226	305			VA	770		
4787990	Stratford Hills	stratford-hills	US		0	America/New_York	38.90872	-77.14053	87			VA	013		
4787991	Stratford Hills	stratford-hills	US		0	America/New_York	37.55181	-77.5361	65			VA	041		
4787993	Stratford Landing	stratford-landing	US		0	America/New_York	38.72178	-77.07414	7			VA	059		
4787997	Stratford Mill	stratford-mill	US		0	America/New_York	38.16235	-76.83136	6			VA	193		
4787999	Stratford Park	stratford-park	US		0	America/New_York	37.26625	-80.01365	329			VA	770		
4788000	Stratford Terrace	stratford-terrace	US		0	America/New_York	36.71376	-76.56828	13			VA	800		
4788001	Stratford Woods	stratford-woods	US		0	America/New_York	37.26126	-77.31276	19			VA	149		
4788002	Stratford on the Potomac	stratford-on-the-potomac	US		0	America/New_York	38.714	-77.06692	5			VA	059		
4788003	Strathmeade Springs	strathmeade-springs	US		0	America/New_York	38.85372	-77.23332	95			VA	059		
4788004	Strathouse	strathouse	US		0	America/New_York	37.72375	-78.33195	76			VA	065		
4788012	Strawberry Run	strawberry-run	US		0	America/New_York	37.65709	-77.825	71			VA	075		
4788014	Strawhorn	strawhorn	US		0	America/New_York	37.64903	-77.33498	46			VA	085		
4788037	Strom	strom	US		0	America/New_York	37.69179	-79.89005	292			VA	023		
4788039	Stribling Springs	stribling-springs	US		0	America/New_York	38.30874	-79.17448	510			VA	015		
4788046	Stroubles Mill	stroubles-mill	US		0	America/New_York	37.20985	-80.45533	626			VA	121		
4788057	Stuart Corner	stuart-corner	US		0	America/New_York	38.14958	-77.31637	66			VA	033		
4788076	Stubbs	stubbs	US		0	America/New_York	38.15041	-77.8286	129			VA	177		
4788081	Studley Farms	studley-farms	US		0	America/New_York	37.67181	-77.29026	54			VA	085		
4788092	Stumptown	stumptown	US		0	America/New_York	39.20844	-77.55138	120			VA	107		
4788093	Stumptown	stumptown	US		0	America/New_York	37.34042	-75.9466	10			VA	131		
4788100	Stultz Mill	stultz-mill	US		0	America/New_York	38.51401	-78.94836	433	Chrisman,Stultz Mill		VA	165		
4788112	Sturgeonville	sturgeonville	US		0	America/New_York	36.9007	-77.81027	106			VA	025		
4788119	Suburban Acres	suburban-acres	US		0	America/New_York	36.90654	-76.26411	4			VA	710		
4788122	Suburban Hills	suburban-hills	US		0	America/New_York	37.14568	-80.41311	656			VA	121		
4788128	Subletts	subletts	US		0	America/New_York	37.5857	-77.74916	74	Subletts,Subletts Tavern		VA	145		
4788138	Sudley Mountain Estates	sudley-mountain-estates	US		0	America/New_York	38.83928	-77.55555	82			VA	153		
4788140	Sudley Springs	sudley-springs	US		0	America/New_York	38.84122	-77.53777	61	Sudley Spring,Sudley Springs,Sudleys Springs		VA	153		
4788141	Sudley Square	sudley-square	US		0	America/New_York	38.79067	-77.48416	53			VA	153		
4788145	Sudley	sudley	US		16203	America/New_York	38.79289	-77.49749	64			VA	153		
4788162	Suffolk Trailer Park	suffolk-trailer-park	US		0	America/New_York	36.74015	-76.56551	9			VA	800		
4788189	Sugar Loaf Estates	sugar-loaf-estates	US		0	America/New_York	37.24041	-80.03282	359			VA	161		
4788190	Sugar Loaf Farms	sugar-loaf-farms	US		0	America/New_York	37.23597	-80.02782	357			VA	161		
4788191	Sugar Loaf Highlands	sugar-loaf-highlands	US		0	America/New_York	37.24569	-80.04365	375			VA	161		
4788192	Sugar Loaf Hills	sugar-loaf-hills	US		0	America/New_York	37.22764	-80.04226	446			VA	161		
4788216	Sugarland Run	sugarland-run	US		11799	America/New_York	39.03761	-77.37526	88			VA	107		
4788236	Suiter	suiter	US		0	America/New_York	37.11984	-81.21343	702			VA	021		
4788241	Sulgrave Manor	sulgrave-manor	US		0	America/New_York	38.71706	-77.10081	24			VA	059		
4788246	Sullivan (historical)	sullivan-historical	US		0	America/New_York	38.27513	-78.61168	375			VA	079		
4788256	Sully Plantation	sully-plantation	US		0	America/New_York	38.90761	-77.43054	100			VA	059		
4788267	Sulphur Spring (historical)	sulphur-spring-historical	US		0	America/New_York	37.12761	-81.78206	654			VA	185		
4788288	Sulphur Springs Heights	sulphur-springs-heights	US		0	America/New_York	36.80317	-81.69429	630			VA	173		
4788299	Summerdean	summerdean	US		0	America/New_York	38.07513	-79.25615	536	Summerdean,Summerdear,Summerdeon		VA	015		
4788300	Summerdean	summerdean	US		0	America/New_York	37.34652	-79.94421	323			VA	161		
4788302	Summerdean Gardens	summerdean-gardens	US		0	America/New_York	37.3418	-79.93504	333			VA	161		
4788318	Summit Hills	summit-hills	US		0	America/New_York	37.29402	-80.01004	316			VA	770		
4788327	Sunbeam	sunbeam	US		0	America/New_York	36.58765	-77.02774	24			VA	175		
4788330	Suncrest Heights	suncrest-heights	US		0	America/New_York	37.19736	-79.94059	394			VA	161		
4788331	Sundance Ridge	sundance-ridge	US		0	America/New_York	37.24513	-80.42922	646			VA	121		
4788332	Sundance Village	sundance-village	US		0	America/New_York	37.24263	-80.42922	647			VA	121		
4788342	Sunken Meadow Beach	sunken-meadow-beach	US		0	America/New_York	37.21876	-76.93469	4			VA	181		
4788348	Sunny Bank (historical)	sunny-bank-historical	US		0	America/New_York	38.98344	-77.71527	138			VA	107		
4788349	Sunny Banks	sunny-banks	US		0	America/New_York	37.33987	-79.24114	282			VA	031		
4788352	Sunny Knoll	sunny-knoll	US		0	America/New_York	38.58123	-77.80277	105	Striblings Corner,Sunny Knoll		VA	061		
4788354	Sunny Point	sunny-point	US		0	America/New_York	36.8201	-82.37598	633			VA	167		
4788357	Sunny Ridge	sunny-ridge	US		0	America/New_York	39.16399	-77.79972	370			VA	107		
4788363	Sunnybank	sunnybank	US		0	America/New_York	37.88624	-76.26717	1			VA	133		
4788365	Sunnybrook	sunnybrook	US		0	America/New_York	37.34319	-79.95226	350			VA	161		
4788368	Sunnybrook Estates	sunnybrook-estates	US		0	America/New_York	38.77206	-77.49193	64			VA	153		
4788383	Sunnyview	sunnyview	US		0	America/New_York	38.73373	-77.08748	10	Sunny View,Sunnyview		VA	059		
4788386	Sunrise	sunrise	US		0	America/New_York	38.19262	-79.81366	613			VA	017		
4788390	Sunrise Heights	sunrise-heights	US		0	America/New_York	37.29486	-79.92559	296			VA	770		
4788402	Sunset Hills	sunset-hills	US		0	America/New_York	38.95483	-77.34971	116			VA	059		
4788403	Sunset Hills	sunset-hills	US		0	America/New_York	37.25347	-80.03171	350			VA	770		
4788408	Sunset Manor	sunset-manor	US		0	America/New_York	38.84456	-77.12776	75			VA	059		
4788413	Sunset Village	sunset-village	US		0	America/New_York	37.29958	-80.02143	335			VA	775		
4788414	Sunset Village	sunset-village	US		0	America/New_York	37.12207	-80.57561	581			VA	750		
4788422	Surber	surber	US		0	America/New_York	37.63124	-79.94283	328			VA	023		
4788426	Surprise Hill	surprise-hill	US		0	America/New_York	37.87013	-76.31383	30			VA	133		
4788435	Surry Hills	surry-hills	US		0	America/New_York	36.59819	-79.47114	179	Surrey Hills,Surry Hills		VA	143		
4788445	Sussex at Hampton	sussex-at-hampton	US		0	America/New_York	37.0057	-76.35272	3			VA	650		
4788468	Sutherland Manor	sutherland-manor	US		0	America/New_York	37.19126	-77.55054	75			VA	053		
4788479	Swain Acres	swain-acres	US		0	America/New_York	36.62764	-79.38141	173			VA	590		
4788502	Swannanoa Estates	swannanoa-estates	US		0	America/New_York	37.65653	-77.37415	54			VA	085		
4788508	Swans Corner	swans-corner	US		0	America/New_York	37.9468	-77.43276	71			VA	033		
4788513	Swansen	swansen	US		0	America/New_York	38.94372	-77.5636	106			VA	107		
4788517	Swansons Mill	swansons-mill	US		0	America/New_York	36.79097	-79.64809	260			VA	143		
4788519	Swansonville	swansonville	US		0	America/New_York	36.77042	-79.58975	270			VA	143		
4788520	Swansonville	swansonville	US		0	America/New_York	36.73653	-79.57892	270			VA	143		
4788311	Summit	summit	US	07901	0	America/New_York	37.36126	-77.67972	102			VA	041		
4788523	Swanson Homes	swanson-homes	US		0	America/New_York	36.82931	-76.31911	3			VA	740		
4788530	Swarthmore Place	swarthmore-place	US		0	America/New_York	37.30347	-79.97754	328			VA	770		
4788537	Sweepstakes (historical)	sweepstakes-historical	US		0	America/New_York	36.55543	-76.93329	1			VA	175		
4788541	Sweet Briar Park	sweet-briar-park	US		0	America/New_York	37.62042	-77.53165	82	Sweet Briar Park,Sweetbriar Park		VA	087		
4788543	Sweet Chalybeate	sweet-chalybeate	US		0	America/New_York	37.64485	-80.23784	595	Sweet Chalybeate,Sweet Chalybeate Springs		VA	005		
4788559	Sweetbrier	sweetbrier	US		0	America/New_York	36.85404	-76.38717	4			VA	740		
4788568	Swift Creek Farms	swift-creek-farms	US		0	America/New_York	37.41459	-77.6161	66			VA	041		
4788580	Swift Run	swift-run	US		0	America/New_York	38.36846	-78.58085	415	Swift Run,Swiftrun		VA	165		
4788590	Swimley	swimley	US		0	America/New_York	39.24288	-78.0075	167			VA	043		
4788593	Swinks Mill	swinks-mill	US		0	America/New_York	38.95817	-77.2047	57			VA	059		
4788594	Switch Back	switch-back	US		0	America/New_York	38.0129	-79.84283	640			VA	017		
4788618	Sycamore Creek	sycamore-creek	US		0	America/New_York	37.67848	-77.69916	85			VA	075		
4788621	Sycamore Crossroads	sycamore-crossroads	US		0	America/New_York	36.98515	-76.83357	28	McClellan,McClelland,Sycamore Crossroads		VA	093		
4788633	Sycamore Valley	sycamore-valley	US		0	America/New_York	37.87707	-79.5056	413			VA	163		
4788635	Sycolin	sycolin	US		0	America/New_York	39.06372	-77.55166	111	Syclon,Sycolin		VA	107		
4788645	Sydnorsville	sydnorsville	US		0	America/New_York	36.89208	-79.86531	356			VA	067		
4788656	Sylvatus	sylvatus	US		0	America/New_York	36.85846	-80.76368	671			VA	035		
4788663	Sylvania Heights	sylvania-heights	US		0	America/New_York	38.27402	-77.44471	21			VA	177		
4788665	Syringa	syringa	US		0	America/New_York	37.57903	-76.45661	17			VA	119		
4788666	Sysonby Ridge	sysonby-ridge	US		0	America/New_York	37.21459	-77.48499	51			VA	053		
4788675	TB Crossroads	tb-crossroads	US		0	America/New_York	37.51152	-75.84326	10			VA	131		
4788686	Tabb	tabb	US		0	America/New_York	37.1232	-76.45745	9			VA	199		
4788690	Tabernacle	tabernacle	US		0	America/New_York	37.42319	-76.29633	2			VA	115		
4788713	Tabors	tabors	US		0	America/New_York	37.25734	-81.37816	787			VA	185		
4788714	Tabscott	tabscott	US		0	America/New_York	37.86153	-78.06417	150	Tabscot,Tabscott		VA	075		
4788715	Tabscott East	tabscott-east	US		0	America/New_York	37.85598	-78.06694	135			VA	075		
4788716	Tacketts Mill	tacketts-mill	US		0	America/New_York	38.50624	-77.56388	86	Tackett Mills,Tackett's Mills,Tacketts Mill,Tackitt's Mill		VA	179		
4788724	Taggart	taggart	US		0	America/New_York	37.72292	-78.42139	143			VA	029		
4788729	Taber	taber	US		0	America/New_York	37.0732	-79.20308	152			VA	031		
4788730	Talbot Park	talbot-park	US		0	America/New_York	36.90376	-76.27939	4			VA	710		
4788740	Talking Leaves	talking-leaves	US		0	America/New_York	37.28847	-80.15671	476			VA	161		
4788742	Tall Trees Estates	tall-trees-estates	US		0	America/New_York	38.68928	-77.48249	68			VA	153		
4788743	Tallent Town	tallent-town	US		0	America/New_York	38.01319	-76.7694	46			VA	159		
4788750	Tally (historical)	tally-historical	US		0	America/New_York	37.57043	-78.24	81			VA	049		
4788751	Tallysville	tallysville	US		0	America/New_York	37.52459	-77.07525	43	Talleysville,Tallysville		VA	127		
4788752	Talpa (historical)	talpa-historical	US		0	America/New_York	37.02487	-77.3547	39			VA	149		
4788762	Tandy	tandy	US		0	America/New_York	37.21011	-82.38709	573			VA	051		
4788770	Tanglewood	tanglewood	US		0	America/New_York	37.29542	-79.27614	239			VA	031		
4788771	Tanglewood	tanglewood	US		0	America/New_York	36.83293	-76.23244	3			VA	550		
4788773	Tanglewydle	tanglewydle	US		0	America/New_York	36.61069	-79.3753	182			VA	590		
4788784	Tanner Creek	tanner-creek	US		0	America/New_York	36.91737	-76.25022	4			VA	710		
4788785	Tanners	tanners	US		0	America/New_York	38.3043	-78.1525	144			VA	113		
4788797	Tanners Cross Roads (historical)	tanners-cross-roads-historical	US		0	America/New_York	36.91598	-76.25188	4			VA	710		
4788823	Tapscott	tapscott	US		0	America/New_York	37.78737	-78.57696	130	Tapscott,Topscott		VA	003		
4788830	Tara	tara	US		0	America/New_York	38.89039	-77.13498	108			VA	013		
4788832	Tara Wood	tara-wood	US		0	America/New_York	38.77762	-77.51638	87			VA	153		
4788839	Taro	taro	US		0	America/New_York	37.13626	-78.64056	186			VA	037		
4788842	Tarpon	tarpon	US		0	America/New_York	37.18594	-82.35126	616			VA	051		
4788844	Tarkiln	tarkiln	US		0	America/New_York	37.05706	-81.98735	644			VA	167		
4788845	Tarrallton	tarrallton	US		0	America/New_York	36.9207	-76.21994	3	Tarrallton,Tarrelton		VA	710		
4788852	Taryn Hills	taryn-hills	US		0	America/New_York	37.24791	-80.00559	325			VA	770		
4788875	Tauxenent (historical)	tauxenent-historical	US		0	America/New_York	38.70928	-77.08664	35	Tauxenent (historical),Tauxinentes,Taxenent		VA	059		
4788935	Taylors Corner	taylors-corner	US		0	America/New_York	38.13291	-77.29387	61			VA	033		
4788936	Taylors Corner	taylors-corner	US		0	America/New_York	37.22932	-77.04025	18			VA	149		
4788956	Taylors Valley	taylors-valley	US		0	America/New_York	36.62373	-81.71762	722	Taylor's Valley,Taylors Valley		VA	191		
4788965	Taylorwood Estates	taylorwood-estates	US		0	America/New_York	36.83626	-76.42467	5			VA	550		
4788967	Tazewell (historical)	tazewell-historical	US		0	America/New_York	36.60459	-78.20861	68			VA	117		
4788991	Teaverton	teaverton	US		0	America/New_York	38.10986	-78.96141	406			VA	015		
4788996	Teel Subdivision	teel-subdivision	US		0	America/New_York	37.13902	-80.36755	656			VA	121		
4789002	Telegraph Spring	telegraph-spring	US		0	America/New_York	39.10511	-77.70833	134			VA	107		
4789004	Teman	teman	US		0	America/New_York	37.93708	-77.6286	89			VA	085		
4789021	Temple Estates	temple-estates	US		0	America/New_York	37.16015	-77.32442	46			VA	149		
4789025	Temple Hill	temple-hill	US		0	America/New_York	36.87872	-82.2757	510	Bickley Mills,Temple Hill		VA	167		
4789036	Temple Terrace	temple-terrace	US		0	America/New_York	36.62375	-79.39447	181			VA	590		
4789038	Templeman	templeman	US		0	America/New_York	38.07069	-76.77496	54	Templeman,Templeman Cross Roads,Templeman Crossroads,Templeman's Cross Roads,Templeman's Crossroads,Templeman's X Roads,Templemans,Templemans Cross Roads,Templetons Cross Roads,Westmoreland Courthouse		VA	193		
4789043	Templeton Acres	templeton-acres	US		0	America/New_York	38.12097	-78.45807	177			VA	003		
4789048	Tenso	tenso	US		0	America/New_York	37.15761	-82.33098	474			VA	051		
4789049	Tenth Legion	tenth-legion	US		0	America/New_York	38.57734	-78.73141	342			VA	165		
4789062	Terre Grande	terre-grande	US		0	America/New_York	38.7315	-77.20415	39			VA	059		
4789065	Terrell Store	terrell-store	US		0	America/New_York	37.92347	-77.65916	92	Emmetts,Terrell Store		VA	085		
4789075	Terrybrook	terrybrook	US		0	America/New_York	38.13152	-78.41862	159			VA	003		
4789077	Terrys Corner	terrys-corner	US		0	America/New_York	36.68347	-79.03224	132			VA	083		
4789081	Terrys Fork	terrys-fork	US		0	America/New_York	37.04597	-80.26449	811			VA	063		
4789085	Tetotum	tetotum	US		0	America/New_York	38.27596	-77.04525	50	Round Hill,Tetotum		VA	099		
4789087	Tettington	tettington	US		0	America/New_York	37.24154	-76.94663	1			VA	036		
4789097	Thalia	thalia	US		0	America/New_York	36.84348	-76.12077	3			VA	810		
4789098	Thalia Gardens	thalia-gardens	US		0	America/New_York	36.85348	-76.1166	5			VA	810		
4789099	Thalia Manor	thalia-manor	US		0	America/New_York	36.84876	-76.11549	4			VA	810		
4789100	Thalia Shores	thalia-shores	US		0	America/New_York	36.85487	-76.10716	4			VA	810		
4789101	Thalia Village	thalia-village	US		0	America/New_York	36.84154	-76.12077	4			VA	810		
4789150	The Cloisters	the-cloisters	US		0	America/New_York	38.95067	-77.18026	77			VA	059		
4789151	The Colonies	the-colonies	US		0	America/New_York	37.67987	-77.28914	47			VA	085		
4789156	The Country Store	the-country-store	US		0	America/New_York	38.05736	-78.75391	267			VA	003		
4789158	The Cross Roads	the-cross-roads	US		0	America/New_York	36.84288	-82.15708	713			VA	167		
4789170	The Forest	the-forest	US		0	America/New_York	37.64598	-77.81	79			VA	075		
4789181	The Heights	the-heights	US		0	America/New_York	38.67595	-77.28971	68			VA	153		
4789185	The Knolls	the-knolls	US		0	America/New_York	39.28232	-78.35806	352			VA	069		
4789188	The Lions Den	the-lions-den	US		0	America/New_York	38.98816	-78.15806	189			VA	187		
4789198	The Meadows	the-meadows	US		0	America/New_York	38.05486	-78.70169	207			VA	003		
4789199	The Meadows	the-meadows	US		0	America/New_York	37.33125	-75.94993	11			VA	131		
4789200	The Meadows	the-meadows	US		0	America/New_York	38.06097	-78.49807	158			VA	540		
4789202	The Mews	the-mews	US		0	America/New_York	37.4932	-77.48054	61			VA	760		
4789209	The Oaks	the-oaks	US		0	America/New_York	37.89401	-75.51076	9			VA	001		
4789212	The Orchard	the-orchard	US		0	America/New_York	37.23596	-80.39283	684			VA	121		
4789213	The Orchards	the-orchards	US		0	America/New_York	37.3293	-79.88032	342			VA	161		
4789220	The Pines	the-pines	US		0	America/New_York	38.1593	-78.48723	187			VA	003		
4789222	The Pines	the-pines	US		0	America/New_York	37.24403	-80.02559	381			VA	161		
4789236	The Ridge	the-ridge	US		0	America/New_York	36.6832	-78.34528	113	Kimona,Smith Store,Smiths Store,The Ridge		VA	117		
4789239	The Row	the-row	US		0	America/New_York	37.25932	-76.96691	2	The Roe,The Row		VA	036		
4789241	The Sage	the-sage	US		0	America/New_York	38.88928	-77.96222	227	Sagetown,The Sage		VA	061		
4789253	The Vistas	the-vistas	US		0	America/New_York	37.23846	-80.40283	683			VA	121		
4789256	The Waterfront	the-waterfront	US		0	America/New_York	37.1057	-79.65475	247			VA	067		
4789257	The Woodlands	the-woodlands	US		0	America/New_York	37.3393	-79.97893	362			VA	161		
4789263	Thessalia	thessalia	US		0	America/New_York	37.25234	-80.78646	636			VA	071		
4789322	Thomas Corner	thomas-corner	US		0	America/New_York	36.8557	-76.2091	6			VA	710		
4789361	Thomas Terrace	thomas-terrace	US		0	America/New_York	37.37403	-79.01391	224			VA	031		
4789366	Thomason Park	thomason-park	US		0	America/New_York	38.54012	-77.33026	32	Thomason Park,Thomason Village,Thomasson Park		VA	153		
4789399	Thompson Landing	thompson-landing	US		0	America/New_York	36.77348	-76.55717	4			VA	800		
4789409	Thompson Valley	thompson-valley	US		0	America/New_York	37.07845	-81.54761	839	Thompson Valley,Thompsons Valley		VA	185		
4789427	Thorncliff	thorncliff	US		0	America/New_York	37.64709	-77.84194	64			VA	075		
4789430	Thorn Ferry	thorn-ferry	US		0	America/New_York	36.85873	-80.92897	599			VA	197		
4789432	Thornhill	thornhill	US		0	America/New_York	38.1543	-77.96805	109			VA	137		
4789445	Thornecrest	thornecrest	US		0	America/New_York	37.3318	-79.98587	361			VA	161		
4789481	Thoroughgood	thoroughgood	US		0	America/New_York	36.89181	-76.1291	7			VA	810		
4789505	Three Fountains	three-fountains	US		0	America/New_York	37.41403	-79.2053	224			VA	680		
4789518	Three Square	three-square	US		0	America/New_York	37.66515	-77.99472	94			VA	075		
4789524	Threemile Corner	threemile-corner	US		0	America/New_York	37.93042	-77.86611	115	Coates,Three Mile Corner,Threemile Corner		VA	109		
4789527	Threeway	threeway	US		0	America/New_York	37.99263	-76.69912	40	Careys Corner,Cary's Corner,Threeway		VA	193		
4789552	Tibbstown	tibbstown	US		0	America/New_York	38.18374	-78.25612	140			VA	137		
4789553	Tibitha	tibitha	US		0	America/New_York	37.83846	-76.26217	3			VA	133		
4789561	Ticktown	ticktown	US		0	America/New_York	37.72013	-75.69243	12			VA	001		
4789565	Tidemill	tidemill	US		0	America/New_York	37.26792	-76.48301	4			VA	073		
4789577	Tidwells	tidwells	US		0	America/New_York	38.12124	-76.64468	3			VA	193		
4789583	Tignor	tignor	US		0	America/New_York	37.97597	-77.10747	54			VA	033		
4789599	Tillmans	tillmans	US		0	America/New_York	37.82875	-78.63668	191			VA	003		
4789615	Timber Ridge	timber-ridge	US		0	America/New_York	39.31927	-78.35445	330			VA	069		
4789617	Timber Ridge	timber-ridge	US		0	America/New_York	37.65515	-77.84833	66			VA	075		
4789618	Timber Ridge	timber-ridge	US		0	America/New_York	37.85541	-79.36504	433	Meyerhoffers Store,Timber Ridge		VA	163		
4789620	Timber Ridge	timber-ridge	US		0	America/New_York	38.33235	-78.86475	367			VA	165		
4789634	Timberidge Acres	timberidge-acres	US		0	America/New_York	37.27153	-79.89281	312			VA	161		
4789645	Timberly Heights	timberly-heights	US		0	America/New_York	37.21932	-77.35248	36			VA	730		
4789660	Tindall	tindall	US		0	America/New_York	37.00402	-80.33782	793			VA	063		
4789662	Tinker (historical)	tinker-historical	US		0	America/New_York	37.45374	-80.01393	433			VA	023		
4789667	Tinkertown	tinkertown	US		0	America/New_York	37.94151	-79.8745	702			VA	017		
4789671	Tinker Knoll	tinker-knoll	US		0	America/New_York	37.34875	-79.95893	344			VA	161		
4789673	Tinsberry Trace	tinsberry-trace	US		0	America/New_York	37.30682	-77.41248	37			VA	041		
4789674	Tinsleys	tinsleys	US		0	America/New_York	37.50598	-77.57971	107			VA	041		
4789675	Tiny	tiny	US		0	America/New_York	37.10566	-82.23958	430			VA	051		
4789676	Tinytown	tinytown	US		0	America/New_York	36.98207	-80.69646	640			VA	155		
4789680	Tipers	tipers	US		0	America/New_York	37.84485	-76.37134	21	Tipers,Tipers Wharf		VA	133		
4789685	Tiptop	tiptop	US		0	America/New_York	37.21095	-81.43399	840	Tip Top,Tiptop		VA	185		
4789691	Tito	tito	US		0	America/New_York	36.75815	-82.81433	450			VA	169		
4789695	Tivis	tivis	US		0	America/New_York	37.24678	-82.37237	576			VA	051		
4789704	Tobacco	tobacco	US		0	America/New_York	36.88987	-77.9375	122			VA	025		
4789723	Todds Tavern	todds-tavern	US		0	America/New_York	38.24819	-77.6686	106			VA	177		
4789743	Toga	toga	US		0	America/New_York	37.49403	-78.63334	173			VA	029		
4789794	Toms Creek	toms-creek	US		0	America/New_York	36.96677	-82.4546	618			VA	195		
4789807	Tookland	tookland	US		0	America/New_York	37.25039	-82.10847	330			VA	027		
4789812	Top Hill	top-hill	US		0	America/New_York	39.09094	-77.91	181			VA	043		
4789829	Totaro	totaro	US		0	America/New_York	36.74737	-77.69554	70			VA	025		
4789831	Toshes	toshes	US		0	America/New_York	36.96931	-79.48614	215			VA	143		
4789837	Totier Hills	totier-hills	US		0	America/New_York	37.82598	-78.53029	125			VA	003		
4789838	Totopotomoy	totopotomoy	US		0	America/New_York	37.6932	-77.42276	59			VA	085		
4789844	Totuskey	totuskey	US		0	America/New_York	37.94402	-76.61718	46			VA	159		
4789873	Towlston Meadow	towlston-meadow	US		0	America/New_York	38.95067	-77.26776	106			VA	059		
4789907	Town and Country	town-and-country	US		0	America/New_York	37.32931	-79.54531	295			VA	019		
4789920	Town and Country Estates	town-and-country-estates	US		0	America/New_York	37.11874	-80.40505	671			VA	121		
4789929	Townwood	townwood	US		0	America/New_York	38.08153	-78.48862	161			VA	003		
4789954	Trammel	trammel	US		0	America/New_York	37.01455	-82.29375	532			VA	051		
4789955	Trammel (historical)	trammel-historical	US		0	America/New_York	36.99177	-82.29348	782			VA	167		
4789959	Trammeltown (historical)	trammeltown-historical	US		0	America/New_York	39.06677	-77.6386	156			VA	107		
4789965	Trantwood Shores	trantwood-shores	US		0	America/New_York	36.86931	-76.0516	3			VA	810		
4789968	Trapp	trapp	US		0	America/New_York	39.05816	-77.86555	206	Trapp,Trappe		VA	107		
4789970	Transco Village	transco-village	US		0	America/New_York	36.83153	-79.33447	204			VA	143		
4789982	Travis Mill	travis-mill	US		0	America/New_York	38.14846	-77.32665	57			VA	033		
4789986	Trapp Hill	trapp-hill	US		0	America/New_York	39.16538	-77.97722	176			VA	043		
4789999	Tredway (historical)	tredway-historical	US		0	America/New_York	37.23487	-78.52166	131			VA	147		
4790006	Treherneville	treherneville	US		0	America/New_York	37.42708	-75.89021	12			VA	131		
4790008	Tremont Estates	tremont-estates	US		0	America/New_York	37.2368	-80.43366	640			VA	121		
4790009	Tremont Gardens	tremont-gardens	US		0	America/New_York	38.87289	-77.20165	111			VA	059		
4790011	Trenholm	trenholm	US		0	America/New_York	37.59487	-78.06194	106			VA	145		
4790016	Trenton Mills	trenton-mills	US		0	America/New_York	37.62931	-78.22833	66			VA	049		
4790017	Trents Mill	trents-mill	US		0	America/New_York	37.55487	-78.28944	77	Hatcher,Trent Mill,Trents Mill,Trents Upper Mill		VA	049		
4790038	Trice (historical)	trice-historical	US		0	America/New_York	37.94931	-78.18056	161			VA	065		
4790041	Trice Subdivision	trice-subdivision	US		0	America/New_York	37.8307	-77.97361	102			VA	075		
4790043	Trigg	trigg	US		0	America/New_York	37.24568	-80.68007	564			VA	071		
4790047	Trimbles Mill	trimbles-mill	US		0	America/New_York	38.13541	-79.21864	487			VA	015		
4790049	Trimmers Crossing	trimmers-crossing	US		0	America/New_York	38.28902	-78.08778	137			VA	137		
4790140	Triplet	triplet	US		0	America/New_York	36.61043	-77.76582	90	Triplet,Triplett		VA	025		
4790143	Tripoli Heights	tripoli-heights	US		0	America/New_York	38.57401	-77.3197	23			VA	153		
4790154	Trojan Woods	trojan-woods	US		0	America/New_York	37.23348	-77.44832	32			VA	041		
4790174	Trout Dale	trout-dale	US		178	America/New_York	36.70206	-81.44039	949	Trout Dale,Troutdale		VA	077		
4790177	Trower	trower	US		0	America/New_York	37.60597	-75.74187	7			VA	001		
4790182	True Blue	true-blue	US		0	America/New_York	38.35596	-77.92638	100	True Blue,Trueblue		VA	137		
4790190	Truhart	truhart	US		0	America/New_York	37.64875	-76.83969	15			VA	097		
4790191	Truit	truit	US		0	America/New_York	36.93571	-77.54971	64			VA	053		
4790198	Truxillo	truxillo	US		0	America/New_York	37.37098	-78.04167	116	Prideville,Truxillo		VA	007		
4790206	Tuck Fork	tuck-fork	US		0	America/New_York	37.82764	-77.25526	57			VA	101		
4790211	Tryme	tryme	US		0	America/New_York	38.45374	-78.17167	183			VA	113		
4790219	Tuckahoe Village	tuckahoe-village	US		0	America/New_York	37.59792	-77.6236	40			VA	087		
4790231	Tucker Hill	tucker-hill	US		0	America/New_York	38.06652	-76.59412	13	Tucker Hill,Tucker's Hill,Tuckerhill,Tuckers Hill		VA	193		
4790248	Tuggle	tuggle	US		0	America/New_York	37.30598	-78.48861	150			VA	147		
4790250	Tulip	tulip	US		0	America/New_York	39.03261	-78.22695	216			VA	069		
4790251	Tulip Tree Acres	tulip-tree-acres	US		0	America/New_York	37.33042	-79.16225	297			VA	031		
4790252	Tumbez	tumbez	US		0	America/New_York	36.76816	-82.2657	586			VA	167		
4790255	Tumbling Creek	tumbling-creek	US		0	America/New_York	36.87428	-81.84596	530			VA	191		
4790263	Tunis	tunis	US		0	America/New_York	38.70289	-78.86725	378			VA	165		
4790271	Tunnels Mill	tunnels-mill	US		0	America/New_York	37.96651	-75.58076	2			VA	001		
4790280	Tunstall	tunstall	US		0	America/New_York	37.59626	-77.10247	14	Tunstall,Tunstall's		VA	127		
4790303	Turkey Fork	turkey-fork	US		0	America/New_York	36.74984	-81.15815	821			VA	077		
4790310	Turkey Fork	turkey-fork	US		0	America/New_York	36.81625	-79.63336	251			VA	143		
4790337	Turkey Run	turkey-run	US		0	America/New_York	38.67179	-77.74388	119			VA	061		
4790367	Turlington Park	turlington-park	US		0	America/New_York	36.70071	-76.62106	16			VA	800		
4790373	Turnbull	turnbull	US		0	America/New_York	38.66762	-77.86027	148			VA	061		
4790378	Turleytown	turleytown	US		0	America/New_York	38.61401	-78.87114	392			VA	165		
4790412	Turner Woods	turner-woods	US		0	America/New_York	37.46404	-77.30387	44			VA	087		
4790414	Turners Crossroads	turners-crossroads	US		0	America/New_York	36.55043	-77.58637	37			VA	081		
4790419	Turners Siding	turners-siding	US		0	America/New_York	36.81787	-83.04878	485			VA	105		
4790476	Twin Pines	twin-pines	US		0	America/New_York	36.87904	-76.39189	5			VA	740		
4790477	Twin Poplars	twin-poplars	US		0	America/New_York	37.8607	-78.80391	214			VA	125		
4790482	Twin Springs	twin-springs	US		0	America/New_York	36.77482	-82.46432	584			VA	169		
4790488	Twin Valley Farms	twin-valley-farms	US		0	America/New_York	37.54737	-77.58804	65			VA	760		
4790498	Twymans Mill	twymans-mill	US		0	America/New_York	38.31791	-78.17139	113	Twyman,Twyman Mills,Twymans Mill		VA	113		
4790499	Tye River	tye-river	US		0	America/New_York	37.65264	-78.94808	174	Tye River,Tye River Depot		VA	125		
4790518	Tyler Park	tyler-park	US		0	America/New_York	38.87261	-77.19526	112			VA	059		
4790521	Tylers	tylers	US		0	America/New_York	37.95597	-77.7011	99	Dawson,Tylers		VA	085		
4790522	Tylers Beach	tylers-beach	US		0	America/New_York	37.08015	-76.66885	10			VA	093		
4790524	Tyler Gardens	tyler-gardens	US		0	America/New_York	38.88233	-77.17692	95			VA	610		
4790534	Tysons Corner	tysons-corner	US		19627	America/New_York	38.91872	-77.23109	148	Peach Grove,Peach Grove Crossroads,Tajsons Korner,Tyson's Corner,Tysons Corner,Tysons Cross Roads,Tysons Crossroads,tayswnz krnr  wyrjynya,Тајсонс Корнер,تایسونز کرنر، ویرجینیا		VA	059		
4790538	Tysons Green	tysons-green	US		0	America/New_York	38.92178	-77.24943	118			VA	059		
4790683	Union Level	union-level	US		188	America/New_York	36.71625	-78.235	127	Union Level,Unionlevel		VA	117		
4790727	Unison	unison	US		0	America/New_York	39.03511	-77.79055	146	Union,Unison		VA	107		
4790768	University Heights	university-heights	US		0	America/New_York	38.04097	-78.52224	251			VA	003		
4790783	University Terrace	university-terrace	US		0	America/New_York	37.24402	-80.42088	652			VA	121		
4790793	Uno	uno	US		0	America/New_York	38.25902	-78.23084	160	Kingdom,Kingdom Come,Uno		VA	113		
4790796	Upper Brandon	upper-brandon	US		0	America/New_York	37.28876	-77.02691	12			VA	149		
4790825	Upper Mount Landing	upper-mount-landing	US		0	America/New_York	37.94736	-76.93858	47			VA	057		
4790834	Upper Pocosin	upper-pocosin	US		0	America/New_York	38.40096	-78.48195	833			VA	079		
4790848	Upper Shirley	upper-shirley	US		0	America/New_York	37.34765	-77.25581	12			VA	041		
4790854	Upper Zion	upper-zion	US		0	America/New_York	38.06541	-77.24303	68			VA	033		
4790861	Upright	upright	US		0	America/New_York	37.80986	-76.83774	40			VA	057		
4790862	Upshaw	upshaw	US		0	America/New_York	37.79403	-77.14692	49			VA	101		
4790872	Upson Addition	upson-addition	US		0	America/New_York	37.30291	-79.93893	317			VA	770		
4790880	Vadens Mill	vadens-mill	US		0	America/New_York	36.91292	-79.37114	205			VA	143		
4790882	Vails Mill	vails-mill	US		0	America/New_York	36.64012	-81.81095	579			VA	191		
4790883	Valaho (historical)	valaho-historical	US		0	America/New_York	36.82093	-82.57627	462			VA	169		
4790892	Valley Acres	valley-acres	US		0	America/New_York	39.14177	-78.20389	240			VA	069		
4790898	Valley Brook	valley-brook	US		0	America/New_York	38.84983	-77.18526	86			VA	059		
4790913	Valley Front (historical)	valley-front-historical	US		0	America/New_York	37.39792	-76.61634	21			VA	073		
4790921	Valley Mill	valley-mill	US		0	America/New_York	37.37929	-80.34783	676			VA	045		
4790925	Valley Oaks	valley-oaks	US		0	America/New_York	37.60292	-77.2547	54			VA	085		
4790955	Valley View Heights	valley-view-heights	US		0	America/New_York	37.12736	-79.27419	174			VA	031		
4790964	Valley Vue	valley-vue	US		0	America/New_York	38.66067	-77.42415	113			VA	153		
4790967	Valleyburgh	valleyburgh	US		0	America/New_York	38.61651	-78.4089	366			VA	139		
4790969	Valleyview Corner	valleyview-corner	US		0	America/New_York	38.20569	-77.30748	52			VA	033		
4790971	Valmont Estates	valmont-estates	US		0	America/New_York	37.78598	-78.51362	122			VA	003		
4790974	Van Buren Furnace	van-buren-furnace	US		0	America/New_York	38.97622	-78.55612	400	Mayplace,Van Buren Furnace,Vanburen Furnace		VA	171		
4790980	Van Dyke	van-dyke	US		0	America/New_York	37.11234	-81.72122	624	Van Dyke,Vandyke		VA	185		
4790994	Vance Mill	vance-mill	US		0	America/New_York	36.68483	-81.97207	609			VA	191		
4791002	Vandola	vandola	US		0	America/New_York	36.57792	-79.51142	205			VA	143		
4791006	Vandyke	vandyke	US		0	America/New_York	37.14206	-81.92262	580			VA	027		
4791007	Vane (historical)	vane-historical	US		0	America/New_York	36.95149	-82.43237	619			VA	195		
4791009	Vannoy Acres	vannoy-acres	US		0	America/New_York	38.83067	-77.37249	127			VA	059		
4791024	Varina Farm	varina-farm	US		0	America/New_York	37.38181	-77.33609	9			VA	087		
4791025	Varina Gardens	varina-gardens	US		0	America/New_York	37.43959	-77.35942	45			VA	087		
4791026	Varina Grove	varina-grove	US		0	America/New_York	37.4432	-77.34859	44	Aiken's,Aiken's Landing,Aikens Landing,Varina Grove,Varinas,Verina		VA	087		
4791029	Varina Meadows	varina-meadows	US		0	America/New_York	37.45265	-77.34887	45			VA	087		
4791030	Varina Place	varina-place	US		0	America/New_York	37.44737	-77.35248	45			VA	087		
4791033	Varsity Park	varsity-park	US		0	America/New_York	38.82372	-77.1122	76			VA	510		
4791034	Vashti	vashti	US		0	America/New_York	36.86347	-79.63947	258			VA	067		
4791037	Vaucluse Shores	vaucluse-shores	US		0	America/New_York	37.4243	-75.97882	1	Vaucluse,Vaucluse Shores		VA	131		
4791046	Vannoy Park	vannoy-park	US		0	America/New_York	38.81178	-77.38221	114			VA	059		
4791062	Vaught Estates	vaught-estates	US		0	America/New_York	38.9265	-78.17194	176			VA	187		
4791064	Vawter Corner	vawter-corner	US		0	America/New_York	38.12903	-78.01417	110	Vawter,Vawter Corner,Vawters Store		VA	109		
4791078	Venia	venia	US		0	America/New_York	37.09122	-82.04985	600			VA	027		
4791079	Venice Heights	venice-heights	US		0	America/New_York	37.68487	-77.89861	91			VA	075		
4791083	Ventosa	ventosa	US		0	America/New_York	36.84626	-76.22994	3			VA	710		
4791086	Venter	venter	US		0	America/New_York	37.76236	-77.13525	45			VA	101		
4791094	Verdiersville	verdiersville	US		0	America/New_York	38.2718	-77.9025	156	Verdiersville,Verdierville		VA	137		
4791096	Vermont Heights	vermont-heights	US		0	America/New_York	37.29597	-80.11365	366			VA	161		
4791097	Vernon Estates	vernon-estates	US		0	America/New_York	38.68234	-77.43749	95			VA	153		
4791100	Vernon Mills	vernon-mills	US		0	America/New_York	38.80317	-77.95611	153			VA	061		
4791101	Vernon Square	vernon-square	US		0	America/New_York	38.70595	-77.10331	9			VA	059		
4791127	Vicey	vicey	US		0	America/New_York	37.20705	-82.22847	432			VA	027		
4791128	Vicker	vicker	US		0	America/New_York	37.16374	-80.48783	547	Vicars Switch,Vicker		VA	121		
4791129	Vicker Heights	vicker-heights	US		0	America/New_York	37.16513	-80.47755	596			VA	121		
4791134	Vicksville	vicksville	US		0	America/New_York	36.81348	-77.02218	27			VA	175		
4791140	Victoria Hills	victoria-hills	US		0	America/New_York	37.3357	-77.44387	51			VA	041		
4791153	Victory Heights	victory-heights	US		0	America/New_York	37.12985	-80.41922	654			VA	121		
4791154	Victory Hill	victory-hill	US		0	America/New_York	37.25209	-76.46967	5			VA	073		
4791156	Victory Park	victory-park	US		0	America/New_York	36.7932	-76.35161	3			VA	740		
4791171	Vienna Woods	vienna-woods	US		0	America/New_York	38.88789	-77.24748	108			VA	059		
4791173	Viers	viers	US		0	America/New_York	37.17205	-82.23625	405			VA	051		
4791178	Viewmont Park	viewmont-park	US		0	America/New_York	37.29458	-79.98309	323			VA	770		
4791181	Vigor	vigor	US		0	America/New_York	37.93625	-77.98028	106			VA	109		
4791183	Viking Fiord	viking-fiord	US		0	America/New_York	37.45903	-79.10336	260			VA	009		
4791184	Villa (historical)	villa-historical	US		0	America/New_York	37.0557	-79.82975	266			VA	067		
4791186	Villa Del-Ray	villa-del-ray	US		0	America/New_York	38.76706	-77.18748	76			VA	059		
4791187	Villa Heights	villa-heights	US		717	America/New_York	36.69736	-79.90393	219			VA	089		
4791188	Villa Heights	villa-heights	US		827	America/New_York	37.29514	-79.97754	330			VA	770		
4791198	Village Acres	village-acres	US		0	America/New_York	37.68737	-77.89222	69			VA	075		
4791199	Village at Griffinsburg	village-at-griffinsburg	US		0	America/New_York	38.51346	-78.09778	163			VA	047		
4791212	Village of Culpeper	village-of-culpeper	US		0	America/New_York	38.45068	-78.01083	145			VA	047		
4791213	Village of Mount Air	village-of-mount-air	US		0	America/New_York	38.72595	-77.17581	39			VA	059		
4791214	Villamay	villamay	US		0	America/New_York	38.75845	-77.05414	41			VA	059		
4791216	Villboro	villboro	US		0	America/New_York	38.13513	-77.38943	69			VA	033		
4791218	Village Square	village-square	US		0	America/New_York	38.05458	-78.46223	126			VA	003		
4791221	Vincent Corner	vincent-corner	US		0	America/New_York	37.14209	-78.70334	195	Vincent Corner,Vincent Store		VA	037		
4791222	Vincent Grove	vincent-grove	US		0	America/New_York	36.71265	-77.14913	33			VA	175		
4791225	Vine	vine	US		0	America/New_York	36.57154	-76.0766	3			VA	810		
4791226	Vinegar Hill	vinegar-hill	US		0	America/New_York	38.03097	-78.48696	147			VA	540		
4791241	Vinton Heights	vinton-heights	US		0	America/New_York	37.26153	-79.88587	324			VA	161		
4791248	Vir-Mar Beach	vir-mar-beach	US		0	America/New_York	37.9293	-76.30578	3	Vir-Mar Beach,Virmare Beach		VA	133		
4791262	Vineland (historical)	vineland-historical	US		0	America/New_York	36.63431	-77.84138	97			VA	025		
4791286	Virginia Forest	virginia-forest	US		0	America/New_York	38.88345	-77.18943	101			VA	610		
4791287	Virginia Gardens	virginia-gardens	US		0	America/New_York	36.91265	-76.28577	4			VA	710		
4791289	Virginia Heights	virginia-heights	US		0	America/New_York	38.85095	-77.11637	76			VA	013		
4791290	Virginia Heights	virginia-heights	US		0	America/New_York	36.61844	-82.16819	543			VA	520		
4791291	Virginia Heights	virginia-heights	US		0	America/New_York	37.52015	-77.34609	49			VA	087		
4791292	Virginia Heights	virginia-heights	US		0	America/New_York	37.2668	-79.98448	329			VA	770		
4791298	Virginia Highlands	virginia-highlands	US		0	America/New_York	38.85845	-77.0647	17			VA	013		
4791301	Virginia Hills	virginia-hills	US		0	America/New_York	37.14737	-77.46082	46			VA	053		
4791302	Virginia Hills	virginia-hills	US		0	America/New_York	38.77872	-77.09942	71			VA	059		
4791303	Virginia Hills	virginia-hills	US		0	America/New_York	36.62372	-82.12763	575			VA	520		
4791304	Virginia Hills	virginia-hills	US		0	America/New_York	36.6293	-79.40169	187			VA	590		
4791325	Virginia Mineral Springs	virginia-mineral-springs	US		0	America/New_York	37.52763	-80.06616	392			VA	045		
4791363	Virginias Chesapeake Shores	virginias-chesapeake-shores	US		0	America/New_York	37.22792	-76.00993	1			VA	131		
4791364	Virso	virso	US		0	America/New_York	37.09376	-78.40583	175			VA	147		
4791366	Virts Corner	virts-corner	US		0	America/New_York	39.0865	-77.58777	120			VA	107		
4791367	Viscose City	viscose-city	US		0	America/New_York	38.91622	-78.20528	170			VA	187		
4791368	Vista Acres	vista-acres	US		0	America/New_York	37.34153	-79.20169	280			VA	031		
4791369	Vista Acres	vista-acres	US		0	America/New_York	37.34792	-79.19225	260			VA	680		
4791370	Vista Estates	vista-estates	US		0	America/New_York	39.13455	-77.92639	152			VA	043		
4791371	Vista Heights	vista-heights	US		0	America/New_York	37.32736	-79.94004	329			VA	161		
4791372	Vista Via	vista-via	US		0	America/New_York	37.14457	-80.42338	622			VA	121		
4791375	Volens	volens	US		0	America/New_York	36.93514	-79.01224	204			VA	083		
4791377	Volney	volney	US		0	America/New_York	36.62512	-81.38816	800			VA	077		
4791380	Vontay	vontay	US		0	America/New_York	37.75764	-77.75027	91			VA	085		
4791381	Vote	vote	US		0	America/New_York	36.93293	-77.94	109			VA	025		
4791803	Wabash (historical)	wabash-historical	US		0	America/New_York	37.22846	-80.73979	548			VA	071		
4791806	Wabun	wabun	US		0	America/New_York	37.24902	-80.14143	335			VA	161		
4791816	Waddeys	waddeys	US		0	America/New_York	37.78458	-76.35634	25			VA	133		
4791833	Wades Mill	wades-mill	US		0	America/New_York	37.94902	-79.28615	430	Kennedy-Wade Mill,Wade's Mill,Wades Mill		VA	163		
4791848	Waidsboro	waidsboro	US		0	America/New_York	36.94875	-79.95976	391	Lanahan,Waidsboro		VA	067		
4791862	Wakefield (historical)	wakefield-historical	US		0	America/New_York	38.18624	-76.92358	6			VA	193		
4791867	Wakefield Corner	wakefield-corner	US		0	America/New_York	38.17208	-76.94914	14			VA	193		
4791868	Wakefield Forest	wakefield-forest	US		0	America/New_York	38.83539	-77.23915	117			VA	059		
4791873	Wakefield Manor	wakefield-manor	US		0	America/New_York	38.8165	-78.10722	218			VA	157		
4791877	Wakema	wakema	US		0	America/New_York	37.65292	-76.89774	4			VA	101		
4791879	Wakemans Grove	wakemans-grove	US		0	America/New_York	38.8465	-78.61779	298			VA	171		
4791882	Wakenva	wakenva	US		0	America/New_York	37.04177	-82.3132	503	Wakenua,Wakenva		VA	051		
4791886	Waldemar (historical)	waldemar-historical	US		0	America/New_York	37.00765	-77.52304	48			VA	053		
4791893	Waldon Woods	waldon-woods	US		0	America/New_York	38.72678	-77.08581	8			VA	059		
4791896	Waldrop	waldrop	US		0	America/New_York	38.07375	-78.20167	154	Mechanicsville,Waldrop		VA	109		
4791899	Walhaven	walhaven	US		0	America/New_York	38.7765	-77.14359	73			VA	059		
4791909	Walker Chapel	walker-chapel	US		0	America/New_York	38.9215	-77.12942	83			VA	013		
4791934	Walker Place	walker-place	US		0	America/New_York	36.85372	-81.90679	504			VA	191		
4791944	Walkers	walkers	US		0	America/New_York	37.15821	-77.70611	101	Ionia,Walkers		VA	053		
4791945	Walkers	walkers	US		0	America/New_York	37.41542	-76.93997	8	Walker,Walkers		VA	127		
4791951	Walkers Corner	walkers-corner	US		0	America/New_York	37.9118	-76.54634	42			VA	133		
4791960	Walkers Ford	walkers-ford	US		0	America/New_York	37.50264	-78.93558	134	Walker Fork,Walkers Ford		VA	009		
4791993	Wallaces Corner	wallaces-corner	US		0	America/New_York	38.37207	-77.50193	101			VA	179		
4792005	Wallers Corner	wallers-corner	US		0	America/New_York	38.07986	-77.54054	80			VA	033		
4792024	Walmsley	walmsley	US		0	America/New_York	37.94124	-76.53523	28	Swanton,Walmsey,Walmsley		VA	133		
4792025	Walmsley Village	walmsley-village	US		0	America/New_York	37.46848	-77.4636	42			VA	760		
4792028	Walmsley (historical)	walmsley-historical	US		0	America/New_York	38.52429	-77.48276	101			VA	179		
4792056	Walnut Heights	walnut-heights	US		0	America/New_York	36.70293	-77.56776	43			VA	081		
4792066	Walnut Hill Estates	walnut-hill-estates	US		0	America/New_York	36.71765	-76.56495	13			VA	800		
4792067	Walnut Hill Gardens	walnut-hill-gardens	US		0	America/New_York	37.19515	-77.38165	46			VA	730		
4792073	Walnut Hills	walnut-hills	US		0	America/New_York	37.26209	-76.72801	26			VA	830		
4792082	Walnut Point (historical)	walnut-point-historical	US		0	America/New_York	37.98485	-76.46356	0	Tribly,Trilby,Walnut Point (historical)		VA	133		
4792092	Waltdon Farms	waltdon-farms	US		0	America/New_York	37.22264	-80.04698	457			VA	161		
4792093	Walter Heights	walter-heights	US		0	America/New_York	38.94567	-77.16581	91			VA	059		
4792102	Walters Woods	walters-woods	US		0	America/New_York	38.8515	-77.16248	89			VA	059		
4792104	Walthall Mill	walthall-mill	US		0	America/New_York	37.31959	-77.37081	9			VA	041		
4792110	Walton Furnace	walton-furnace	US		0	America/New_York	36.88373	-80.93452	635			VA	197		
4792131	Wan	wan	US		0	America/New_York	37.42458	-76.50551	24			VA	073		
4792138	Waples Mill	waples-mill	US		0	America/New_York	38.874	-77.33693	102			VA	059		
4792142	Wangle Junction	wangle-junction	US		0	America/New_York	36.97763	-80.46728	743			VA	063		
4792169	Wards Corner	wards-corner	US		0	America/New_York	36.91487	-76.27272	4	Bondale,Tanner Creek,Wards Corner		VA	710		
4792199	Wareham (historical)	wareham-historical	US		0	America/New_York	37.47431	-76.54606	24			VA	073		
4792209	Wares Crossroads	wares-crossroads	US		0	America/New_York	38.07958	-77.87999	130	Brian,Wares Cross Roads,Wares Crossroads		VA	109		
4792214	Wares Wharf	wares-wharf	US		0	America/New_York	37.87375	-76.78357	0	Ware's Wharf,Wares Landing,Wares Wharf		VA	057		
4792247	Warren Mill	warren-mill	US		0	America/New_York	37.37292	-76.8408	27			VA	095		
4792248	Warren Park	warren-park	US		0	America/New_York	38.93844	-78.19389	176			VA	187		
4792272	Warren Woods	warren-woods	US		0	America/New_York	38.84317	-77.32832	115			VA	059		
4792275	Warwick Acres	warwick-acres	US		0	America/New_York	37.49654	-77.5111	66			VA	760		
4792277	Warrington Heights	warrington-heights	US		0	America/New_York	37.21237	-77.47304	52			VA	053		
4792280	Warwick Corner	warwick-corner	US		0	America/New_York	36.91543	-76.83663	14	Warricks Corner,Warwick Corner		VA	175		
4792282	Warwick Lawns	warwick-lawns	US		0	America/New_York	37.12237	-76.52412	6			VA	700		
4792284	Warwick Mobile Home Park	warwick-mobile-home-park	US		0	America/New_York	37.48959	-77.49082	66			VA	760		
4792296	Wasena	wasena	US		0	America/New_York	37.26458	-79.96115	305			VA	770		
4792301	Warwick Village	warwick-village	US		0	America/New_York	38.83428	-77.06442	40			VA	510		
4792313	Washington Corner	washington-corner	US		0	America/New_York	38.1218	-77.4047	51			VA	033		
4792328	Washington Forest	washington-forest	US		0	America/New_York	38.83789	-77.11692	76			VA	510		
4792329	Washington Gardens	washington-gardens	US		0	America/New_York	37.0432	-76.31494	1			VA	650		
4792333	Washington Heights	washington-heights	US		0	America/New_York	37.29875	-80.00004	339			VA	770		
4792345	Washington Park	washington-park	US		0	America/New_York	36.68487	-77.56415	41			VA	081		
4792346	Washington Park	washington-park	US		0	America/New_York	36.90876	-76.24522	5			VA	710		
4792348	Washington Park	washington-park	US		0	America/New_York	37.58987	-77.44221	60			VA	159		
4792355	Washington Springs	washington-springs	US		0	America/New_York	36.81678	-81.74845	690			VA	191		
4792388	Waterfall Lake	waterfall-lake	US		0	America/New_York	37.35208	-79.92476	336			VA	161		
4792390	Waterfall Village	waterfall-village	US		0	America/New_York	38.86789	-77.66888	164			VA	153		
4792411	Waterlick	waterlick	US		0	America/New_York	38.96622	-78.28584	173	Water Lick,Waterlick		VA	187		
4792419	Waterloo Heights	waterloo-heights	US		0	America/New_York	39.08483	-78.08389	184			VA	043		
4792423	Waterview	waterview	US		0	America/New_York	36.83709	-76.35494	3			VA	740		
4792435	Watkins Corner	watkins-corner	US		0	America/New_York	36.7007	-77.94222	97			VA	025		
4792436	Watkins Corner	watkins-corner	US		0	America/New_York	36.6671	-76.98274	8			VA	175		
4792483	Wattsboro	wattsboro	US		0	America/New_York	36.8832	-78.26333	154	Wattsboro,Wattsborough		VA	111		
4792487	Waugh	waugh	US		0	America/New_York	37.51708	-79.34448	193			VA	019		
4792506	Waverly Village	waverly-village	US		0	America/New_York	38.28846	-77.5186	81			VA	177		
4792508	Waxpool	waxpool	US		0	America/New_York	39.014	-77.52388	103			VA	107		
4792509	Waybay	waybay	US		0	America/New_York	36.84293	-77.59665	70			VA	081		
4792514	Wayland Park	wayland-park	US		0	America/New_York	38.07014	-78.69474	211			VA	003		
4792515	Waylands Mill	waylands-mill	US		0	America/New_York	38.40707	-78.10139	122	Waylands Mill,Waylandsburg		VA	047		
4792516	Waylandsburg	waylandsburg	US		0	America/New_York	38.40679	-78.1025	135			VA	113		
4792845	West Lakes	west-lakes	US		0	America/New_York	38.51679	-78.02083	158			VA	047		
4792846	West Landing	west-landing	US		0	America/New_York	36.65376	-76.36855	4			VA	550		
4792535	Waynewood	waynewood	US		0	America/New_York	38.72623	-77.04887	19			VA	059		
4792543	Wayside Manor	wayside-manor	US		0	America/New_York	36.83987	-76.20077	4			VA	710		
4792549	Weal	weal	US		0	America/New_York	36.82486	-79.45753	262			VA	143		
4792558	Weaver Heights	weaver-heights	US		0	America/New_York	37.2518	-79.99059	334			VA	770		
4792571	Weaversville	weaversville	US		0	America/New_York	38.63706	-77.62888	68	Weavers Mill,Weaversville		VA	061		
4792595	Webbs Mill	webbs-mill	US		0	America/New_York	36.73626	-77.69499	45			VA	025		
4792596	Webbs Mill	webbs-mill	US		0	America/New_York	37.39985	-80.20838	445	Francisco,Webbs Mill		VA	045		
4792597	Webbtown	webbtown	US		0	America/New_York	39.14149	-77.94139	171			VA	043		
4792610	Wedgewood	wedgewood	US		0	America/New_York	37.47043	-77.59916	81			VA	041		
4792611	Wedgewood	wedgewood	US		0	America/New_York	37.61681	-77.56777	70			VA	087		
4792612	Wedgewood	wedgewood	US		0	America/New_York	36.56542	-79.45641	163			VA	590		
4792613	Wedgewood Farms	wedgewood-farms	US		0	America/New_York	37.11876	-77.38387	48			VA	149		
4792614	Wedgewood Forest	wedgewood-forest	US		0	America/New_York	37.25708	-80.04921	366			VA	775		
4792615	Weedons Fork	weedons-fork	US		0	America/New_York	38.23124	-77.12053	59			VA	099		
4792616	Weedonville	weedonville	US		0	America/New_York	38.29846	-77.15859	54			VA	099		
4792626	Weimertown	weimertown	US		0	America/New_York	38.5404	-77.74666	90			VA	061		
4792629	Weirwood	weirwood	US		0	America/New_York	37.45708	-75.86965	12			VA	131		
4792634	Welbourne	welbourne	US		0	America/New_York	39.00289	-77.81305	151			VA	107		
4792635	Welchs	welchs	US		0	America/New_York	38.09069	-77.48554	68			VA	033		
4792645	Weller	weller	US		0	America/New_York	37.32983	-82.17625	279			VA	027		
4792651	Wellington Acres	wellington-acres	US		0	America/New_York	39.24732	-78.1525	250			VA	069		
4792653	Wellington Heights	wellington-heights	US		0	America/New_York	38.75039	-77.05442	19			VA	059		
4792676	Wellville	wellville	US		0	America/New_York	37.12737	-77.92083	126	Wellville,Wellville Depot		VA	135		
4792679	Welltown	welltown	US		0	America/New_York	39.25344	-78.13417	217			VA	069		
4792682	Wenonah (historical)	wenonah-historical	US		0	America/New_York	37.34123	-80.74924	481			VA	071		
4792739	Wessynton	wessynton	US		0	America/New_York	38.719	-77.08442	5			VA	059		
4792740	West Arlington	west-arlington	US		0	America/New_York	38.894	-77.16831	94			VA	013		
4792749	West Bottom	west-bottom	US		0	America/New_York	37.71709	-78.26084	127			VA	065		
4792752	West Bassett	west-bassett	US		0	America/New_York	36.76458	-80.0231	355			VA	089		
4792760	West Briar	west-briar	US		0	America/New_York	37.48792	-79.13253	246			VA	009		
4792764	West Chesterfield Heights	west-chesterfield-heights	US		0	America/New_York	37.24793	-77.42082	27			VA	041		
4792765	West Club Forest	west-club-forest	US		0	America/New_York	37.26402	-80.06115	390			VA	775		
4792772	West Dante	west-dante	US		0	America/New_York	36.97899	-82.32153	578			VA	051		
4792829	West Gate	west-gate	US		8046	America/New_York	38.78289	-77.49749	63			VA	153		
4792831	West Gate of Lomond	west-gate-of-lomond	US		0	America/New_York	38.78567	-77.49221	58			VA	153		
4792832	West Ghent	west-ghent	US		0	America/New_York	36.87098	-76.30494	3			VA	710		
4792833	West Graham	west-graham	US		0	America/New_York	37.24734	-81.30343	755			VA	185		
4792834	West Hampton	west-hampton	US		0	America/New_York	37.02598	-76.36995	1			VA	650		
4792835	West Hampton	west-hampton	US		0	America/New_York	37.25541	-79.9967	343			VA	770		
4792838	West Hope	west-hope	US		0	America/New_York	36.92098	-77.31164	38	West Hope,Westhope		VA	183		
4792841	West Irvington	west-irvington	US		0	America/New_York	37.6593	-76.4305	7			VA	103		
4792843	West Jenningsville	west-jenningsville	US		0	America/New_York	37.64042	-77.50971	70			VA	087		
4792844	West Jericho	west-jericho	US		0	America/New_York	36.73015	-76.56912	12			VA	800		
4792849	West Galax	west-galax	US		0	America/New_York	36.65152	-80.93063	762			VA	640		
4792852	West Langley	west-langley	US		0	America/New_York	38.94622	-77.19831	90			VA	059		
4792853	West Lexington	west-lexington	US		0	America/New_York	37.78902	-79.45726	329			VA	678		
4792856	West Leigh	west-leigh	US		0	America/New_York	38.06819	-78.57807	180			VA	003		
4792865	West Munden	west-munden	US		0	America/New_York	36.80709	-76.25633	5	West Mendum,West Munden		VA	550		
4792867	West Lynchburg	west-lynchburg	US		65517	America/New_York	37.4032	-79.17808	226			VA	680		
4792872	West Park Homes	west-park-homes	US		0	America/New_York	36.8132	-76.37633	5			VA	740		
4792873	West Park Manor	west-park-manor	US		0	America/New_York	36.83209	-76.38217	4			VA	740		
4792874	West Petersburg	west-petersburg	US		0	America/New_York	37.20709	-77.4636	47			VA	053		
4792875	West Piney	west-piney	US		0	America/New_York	36.88429	-81.00953	696			VA	197		
4792883	West Norfolk	west-norfolk	US		0	America/New_York	36.86404	-76.34939	4			VA	740		
4792891	West Raven	west-raven	US		0	America/New_York	37.08428	-81.86234	587			VA	167		
4792908	West Salem Forest	west-salem-forest	US		0	America/New_York	37.26597	-80.12699	332			VA	161		
4792911	West View	west-view	US		0	America/New_York	37.6457	-78.00805	56	West View,Westview		VA	075		
4792912	West View	west-view	US		0	America/New_York	37.30764	-80.00337	324			VA	770		
4792917	West View Terrace	west-view-terrace	US		0	America/New_York	37.31069	-80.00337	336			VA	770		
4792918	West View Terrace	west-view-terrace	US		0	America/New_York	38.01903	-78.49279	137			VA	540		
4792919	West Warm Springs	west-warm-springs	US		0	America/New_York	38.05651	-79.80616	631	Shakerag,Skakerag,West Warm Spring,West Warm Springs		VA	017		
4792920	West Woods	west-woods	US		0	America/New_York	38.0768	-78.58696	184			VA	003		
4792923	West View	west-view	US		0	America/New_York	38.16874	-79.17225	493	West View,Westview		VA	015		
4792924	Westbourne	westbourne	US		0	America/New_York	37.19598	-77.41415	52			VA	730		
4792925	Westbriar	westbriar	US		0	America/New_York	37.6232	-77.56249	93			VA	087		
4792932	Westboro (historical)	westboro-historical	US		0	America/New_York	37.03265	-77.88639	104			VA	053		
4792938	Westchester Court	westchester-court	US		0	America/New_York	37.25097	-80.02893	350			VA	770		
4792948	Westerhouse Woods	westerhouse-woods	US		0	America/New_York	37.44291	-75.97021	3			VA	131		
4792960	Western Hills	western-hills	US		0	America/New_York	37.20487	-77.43026	46			VA	730		
4792961	Western Hills	western-hills	US		0	America/New_York	37.24736	-80.01087	324			VA	161		
4792987	Westgrove	westgrove	US		0	America/New_York	38.76511	-77.05692	18			VA	059		
4792988	Westham	westham	US		0	America/New_York	37.58904	-77.53999	70			VA	087		
4792997	Westhaven	westhaven	US		0	America/New_York	36.83181	-76.35911	2	Armistead,West Haven,Westhaven		VA	740		
4793003	Westhaven Lakes	westhaven-lakes	US		0	America/New_York	36.73876	-76.60662	15			VA	800		
4793004	Westhaven Park	westhaven-park	US		0	America/New_York	36.82626	-76.343	4			VA	740		
4793010	Westlake Corner	westlake-corner	US		976	America/New_York	37.1232	-79.69948	286			VA	067		
4793011	Westlake Hills	westlake-hills	US		0	America/New_York	37.52654	-77.51804	62			VA	760		
4793015	Westlawn	westlawn	US		0	America/New_York	38.86567	-77.18026	86			VA	059		
4793017	Westlu	westlu	US		0	America/New_York	38.66595	-78.4964	274			VA	139		
4793052	Westover Gardens	westover-gardens	US		0	America/New_York	37.52154	-77.52415	59			VA	760		
4793054	Westover Heights	westover-heights	US		0	America/New_York	37.52043	-77.52221	67			VA	041		
4793055	Westover Hills	westover-hills	US		0	America/New_York	38.09958	-78.63085	189			VA	003		
4793056	Westover Hills	westover-hills	US		0	America/New_York	38.08625	-78.94364	447			VA	015		
4793057	Westover Hills	westover-hills	US		0	America/New_York	36.60042	-79.4678	182			VA	590		
4793058	Westover Hills	westover-hills	US		0	America/New_York	36.71126	-77.56359	48			VA	081		
4793059	Westover Hills	westover-hills	US		0	America/New_York	37.23707	-80.447	615			VA	121		
4793060	Westover Hills	westover-hills	US		0	America/New_York	37.52598	-77.49137	60			VA	760		
4793066	Westover Park	westover-park	US		0	America/New_York	37.19543	-77.39415	44			VA	730		
4793080	Westside Village	westside-village	US		0	America/New_York	36.73986	-78.94557	150			VA	083		
4793086	Westview Hills	westview-hills	US		0	America/New_York	38.7765	-77.21498	73			VA	059		
4793092	Westward Lake Estates	westward-lake-estates	US		0	America/New_York	37.28874	-80.14254	430			VA	161		
4793093	Westward Lakes	westward-lakes	US		0	America/New_York	37.28791	-80.14754	413			VA	161		
4793094	Westward Park	westward-park	US		0	America/New_York	37.34792	-79.25197	253			VA	031		
4793106	Westwood Park	westwood-park	US		0	America/New_York	38.88428	-77.20026	130			VA	059		
4793107	Westwood Place	westwood-place	US		0	America/New_York	37.80068	-80.01645	434	Oakwood Forest,Teaberry Flats,Westwood Place		VA	005		
4793117	Wetsmoreland	wetsmoreland	US		0	America/New_York	36.85598	-76.383	5			VA	740		
4793124	Weyburn (historical)	weyburn-historical	US		0	America/New_York	38.19097	-78.24556	136			VA	137		
4793130	Whaley	whaley	US		0	America/New_York	36.59154	-76.66968	21			VA	800		
4793141	Wharton Grove (historical)	wharton-grove-historical	US		0	America/New_York	37.65542	-76.4555	5			VA	103		
4793153	Wheatlands	wheatlands	US		0	America/New_York	37.6932	-77.72194	106			VA	075		
4793183	Whetstone Hills	whetstone-hills	US		0	America/New_York	37.32098	-79.23752	297			VA	031		
4793197	Whipporwill Hollow	whipporwill-hollow	US		0	America/New_York	38.09653	-78.58807	186			VA	003		
4793208	Whispering Pines	whispering-pines	US		0	America/New_York	38.06347	-78.62446	199			VA	003		
4793210	Whitacre	whitacre	US		0	America/New_York	39.33232	-78.32723	306			VA	069		
4793213	Whitby (historical)	whitby-historical	US		0	America/New_York	36.61681	-78.20833	79			VA	117		
4793254	White Hill	white-hill	US		0	America/New_York	38.04347	-79.06281	448			VA	015		
4793282	White Mill	white-mill	US		0	America/New_York	36.76844	-81.98763	581			VA	191		
4793325	White Oak Landing	white-oak-landing	US		0	America/New_York	37.69153	-76.97052	0	White Oak Landing,Whiteoak Landing		VA	101		
4793326	White Oak Landing	white-oak-landing	US		0	America/New_York	37.54737	-76.90635	7			VA	127		
4793349	White Oak Swamp	white-oak-swamp	US		0	America/New_York	37.50626	-77.28859	46	White Oak Swamp,Whiteoak Swamp		VA	087		
4793353	White Oaks	white-oaks	US		0	America/New_York	38.76178	-77.06942	42			VA	059		
4793371	White Pine Lodge	white-pine-lodge	US		0	America/New_York	37.3904	-80.55006	969			VA	071		
4793377	White Pump	white-pump	US		0	America/New_York	39.07261	-77.75583	146			VA	107		
4793403	White Rock Hill	white-rock-hill	US		0	America/New_York	37.4032	-79.13947	227			VA	680		
4793442	White Wing	white-wing	US		0	America/New_York	36.58403	-78.70556	127			VA	117		
4793444	Whitebank	whitebank	US		0	America/New_York	37.71986	-77.03497	12			VA	101		
4793450	Whitehall Acres	whitehall-acres	US		0	America/New_York	37.72237	-77.86222	94			VA	075		
4793461	Whitehouse Landing	whitehouse-landing	US		0	America/New_York	38.64623	-78.53473	227			VA	139		
4793463	Whitehurst Landing	whitehurst-landing	US		0	America/New_York	36.82376	-76.18744	2			VA	810		
4793470	Whiteoak (historical)	whiteoak-historical	US		0	America/New_York	36.7168	-79.39475	237			VA	143		
4793486	Whites (historical)	whites-historical	US		0	America/New_York	37.55653	-77.13136	13			VA	127		
4793488	Whites (historical)	whites-historical	US		0	America/New_York	38.03791	-77.18442	52			VA	033		
4793492	Whites Corner	whites-corner	US		0	America/New_York	38.2518	-77.19053	27			VA	099		
4793514	Whites Store	whites-store	US		0	America/New_York	37.00817	-81.65595	718	Snapp,Whites Store		VA	185		
4793517	Whiteshop Estates	whiteshop-estates	US		0	America/New_York	38.45318	-78.06194	146			VA	047		
4793521	Whitestone Estates	whitestone-estates	US		0	America/New_York	38.42985	-78.07778	152			VA	047		
4793527	Whitethorne	whitethorne	US		0	America/New_York	37.19985	-80.5645	519	Cowans Mills,Whitethorne		VA	121		
4793535	Whitetown	whitetown	US		0	America/New_York	38.49124	-77.77944	90			VA	061		
4793545	Whitley	whitley	US		0	America/New_York	36.88543	-76.7594	26	Whitley,Whitley Crossroads,Whittley		VA	093		
4793552	Whitlock	whitlock	US		0	America/New_York	38.06625	-78.24445	164			VA	109		
4793554	Whitlock Estates	whitlock-estates	US		0	America/New_York	37.4632	-77.33053	44			VA	087		
4793558	Whitmell	whitmell	US		0	America/New_York	36.70236	-79.52364	258			VA	143		
4793562	Whits Point	whits-point	US		0	America/New_York	36.55292	-78.36694	122			VA	117		
4793564	Whitleys Crossroads	whitleys-crossroads	US		0	America/New_York	36.86959	-76.7794	25			VA	093		
4793580	Whittles	whittles	US		0	America/New_York	36.88653	-79.3878	244	Whittle's Depot,Whittles,Whittles Depot,Whittles Station		VA	143		
4793584	Whittles Mill	whittles-mill	US		0	America/New_York	36.8007	-78.16944	75	Bedford's Mill,Otto Mills,Whitties Mill,Whittle's Mill,Whittles Mill,Whittles Mills		VA	117		
4793586	Whittletown	whittletown	US		0	America/New_York	36.82597	-79.40391	207			VA	143		
4793591	Wicker Corner	wicker-corner	US		0	America/New_York	37.57792	-77.23248	47			VA	085		
4793593	Wickham Corner	wickham-corner	US		0	America/New_York	37.91542	-77.79333	104			VA	109		
4793594	Wickham Crossing	wickham-crossing	US		0	America/New_York	37.77848	-77.40665	22	Wickham Crossing,Wickham's Crossing		VA	085		
4793612	Widener Valley	widener-valley	US		0	America/New_York	36.69095	-81.74345	633			VA	191		
4793615	Widewater	widewater	US		0	America/New_York	38.46485	-77.32526	2			VA	179		
4793616	Widewater Beach	widewater-beach	US		0	America/New_York	38.41512	-77.33304	6			VA	179		
4793626	Wightman	wightman	US		0	America/New_York	36.79014	-78.30278	130			VA	117		
4793630	Wilberts Corner	wilberts-corner	US		0	America/New_York	37.98013	-76.63968	45			VA	193		
4793633	Wilburdale	wilburdale	US		0	America/New_York	38.81595	-77.19081	92			VA	059		
4793653	Wilda	wilda	US		0	America/New_York	38.01819	-79.09336	450			VA	015		
4793659	Wildcat Corner	wildcat-corner	US		0	America/New_York	38.28041	-77.37776	45			VA	179		
4793688	Wilder (historical)	wilder-historical	US		0	America/New_York	37.0115	-82.21819	692			VA	167		
4793690	Wilderness	wilderness	US		0	America/New_York	38.32569	-77.72582	73			VA	137		
4793696	Wilderness Corner	wilderness-corner	US		0	America/New_York	38.32124	-77.70082	118			VA	177		
4793711	Wildwood Beach	wildwood-beach	US		0	America/New_York	37.80653	-76.74024	6			VA	057		
4793717	Wildwood Estates	wildwood-estates	US		0	America/New_York	38.6854	-77.45526	87			VA	153		
4793718	Wildwood Farms	wildwood-farms	US		0	America/New_York	37.15543	-77.3247	45			VA	149		
4793719	Wildwood Hills	wildwood-hills	US		0	America/New_York	39.30371	-78.33723	298			VA	069		
4793728	Wiley Court	wiley-court	US		0	America/New_York	37.29513	-80.06504	329			VA	775		
4793729	Wilhait	wilhait	US		0	America/New_York	38.22235	-78.52474	185			VA	003		
4793731	Wilhoit (historical)	wilhoit-historical	US		0	America/New_York	38.27096	-78.29001	137	Wilhoiles,Wilhoit (historical)		VA	079		
4793736	Wilkerson Landing	wilkerson-landing	US		0	America/New_York	36.87209	-76.51801	2			VA	800		
4793738	Wilkie (historical)	wilkie-historical	US		0	America/New_York	37.88541	-79.15975	851			VA	163		
4793750	Wilkinson Terrace	wilkinson-terrace	US		0	America/New_York	37.45848	-77.50721	62	Orchard Acres,Wilkinson Terrace		VA	041		
4793755	Willard (historical)	willard-historical	US		0	America/New_York	38.94178	-77.43388	93			VA	107		
4793760	Willard Park	willard-park	US		0	America/New_York	36.88515	-76.25605	2			VA	710		
4793817	Williams Corner	williams-corner	US		0	America/New_York	37.88847	-76.46662	29			VA	133		
4793818	Williams Court	williams-court	US		0	America/New_York	36.79876	-76.32855	4			VA	740		
4793829	Williams Fork	williams-fork	US		0	America/New_York	38.27013	-78.5164	193	Williams,Williams Fork		VA	079		
4793836	Williams Mill	williams-mill	US		0	America/New_York	36.67704	-82.55182	504			VA	169		
4793855	Williamsburg Estates	williamsburg-estates	US		0	America/New_York	38.91483	-78.1625	209			VA	187		
4793857	Williamsburg Manor	williamsburg-manor	US		0	America/New_York	37.47153	-79.09697	247			VA	009		
4793870	Williamsburg Village	williamsburg-village	US		0	America/New_York	38.90511	-77.15498	118			VA	013		
4793871	Williamsburg West	williamsburg-west	US		0	America/New_York	37.29987	-76.75468	24			VA	095		
4793876	Williamson Farms	williamson-farms	US		0	America/New_York	37.47376	-77.3522	45			VA	087		
4793948	Willoughby Beach	willoughby-beach	US		0	America/New_York	36.96709	-76.28772	2			VA	710		
4793959	Willoughby Terrace	willoughby-terrace	US		0	America/New_York	36.94987	-76.26327	3			VA	710		
4793966	Willow Green	willow-green	US		0	America/New_York	37.33291	-80.0131	366			VA	161		
4793971	Willow Heights	willow-heights	US		0	America/New_York	38.04958	-78.47112	114			VA	003		
4793980	Willow Lakes	willow-lakes	US		0	America/New_York	36.79376	-76.44467	6			VA	550		
4793984	Willow Oaks	willow-oaks	US		0	America/New_York	36.84876	-77.60749	69			VA	081		
4793985	Willow Oaks	willow-oaks	US		0	America/New_York	37.54042	-77.51193	44			VA	159		
4793988	Willow Run	willow-run	US		0	America/New_York	38.82234	-77.17415	82			VA	059		
4793994	Willow Woods	willow-woods	US		0	America/New_York	38.82317	-77.25554	96			VA	059		
4793995	Willow Woods	willow-woods	US		0	America/New_York	37.12096	-80.56228	582			VA	750		
4794002	Wills Corner	wills-corner	US		0	America/New_York	36.8807	-76.5819	12			VA	093		
4794012	Wilmont Farms	wilmont-farms	US		0	America/New_York	37.2843	-80.00615	320			VA	770		
4794013	Wilmont Park	wilmont-park	US		0	America/New_York	37.28291	-80.00309	322			VA	770		
4794021	Wilroy Acres	wilroy-acres	US		0	America/New_York	36.74821	-76.56023	7			VA	800		
4794032	Wilroy	wilroy	US		0	America/New_York	36.78654	-76.53356	7			VA	800		
4794065	Wilson Fork	wilson-fork	US		0	America/New_York	36.56153	-78.30639	103			VA	117		
4794070	Wilson Heights	wilson-heights	US		0	America/New_York	38.10708	-78.99003	429			VA	015		
4794071	Wilson Hill	wilson-hill	US		0	America/New_York	36.64037	-83.28268	483			VA	105		
4794086	Wilson Pines	wilson-pines	US		0	America/New_York	36.73848	-76.55023	7			VA	800		
4794092	Wilson Springs	wilson-springs	US		0	America/New_York	37.92069	-79.43559	359	Sprickler Springs,Wilson Springs,Wilson's Springs		VA	163		
4794097	Wilsons Corner	wilsons-corner	US		0	America/New_York	37.29071	-77.87639	78			VA	007		
4794108	Wilton Woods	wilton-woods	US		0	America/New_York	38.78872	-77.0947	60			VA	059		
4794140	Windcrest Manor	windcrest-manor	US		0	America/New_York	37.32792	-79.26919	276			VA	031		
4794151	Windmill Hills	windmill-hills	US		0	America/New_York	37.15374	-80.43005	634			VA	121		
4794160	Windrift	windrift	US		0	America/New_York	38.18763	-78.52057	183			VA	003		
4794167	Windsor Court	windsor-court	US		0	America/New_York	37.25069	-80.0142	333			VA	770		
4794168	Windsor Estates	windsor-estates	US		0	America/New_York	38.76261	-77.16276	62			VA	059		
4794169	Windsor Estates	windsor-estates	US		0	America/New_York	37.24597	-80.01698	335			VA	161		
4794170	Windsor Farms	windsor-farms	US		0	America/New_York	37.55542	-77.49832	70			VA	760		
4794171	Windsor Forest	windsor-forest	US		0	America/New_York	37.30598	-76.76274	31			VA	095		
4794172	Windsor Great Park	windsor-great-park	US		0	America/New_York	37.14737	-76.51467	12			VA	700		
4794176	Windsor Hills	windsor-hills	US		0	America/New_York	37.30293	-77.43082	49			VA	041		
4794177	Windsor Hills	windsor-hills	US		0	America/New_York	37.34348	-79.21975	265			VA	680		
4794178	Windsor Hills	windsor-hills	US		0	America/New_York	37.25291	-80.00643	337			VA	770		
4794185	Windsor Park	windsor-park	US		0	America/New_York	37.86348	-78.015	131			VA	075		
4794186	Windsor Park	windsor-park	US		0	America/New_York	37.25208	-80.00143	320			VA	770		
4794188	Windsor Place	windsor-place	US		0	America/New_York	37.5382	-77.37415	46			VA	087		
4794192	Windsor Terrace	windsor-terrace	US		0	America/New_York	37.04042	-76.37245	1			VA	650		
4794193	Windsor West	windsor-west	US		0	America/New_York	37.2418	-80.01559	329			VA	161		
4794194	Windsor Woods	windsor-woods	US		0	America/New_York	36.82959	-76.10049	3			VA	810		
4794199	Windy Hill	windy-hill	US		0	America/New_York	38.67512	-77.48582	54			VA	153		
4794201	Windy Hill Estates	windy-hill-estates	US		0	America/New_York	37.60931	-77.38665	52			VA	085		
4794202	Windy Pines	windy-pines	US		0	America/New_York	36.88987	-76.39161	4			VA	740		
4794207	Winegar Mill	winegar-mill	US		0	America/New_York	36.60204	-82.6046	376			VA	169		
4794209	Winesap	winesap	US		0	America/New_York	37.4857	-79.14725	233			VA	009		
4794211	Winfields Mill	winfields-mill	US		0	America/New_York	36.94793	-77.49554	36			VA	053		
4794214	Winfrey	winfrey	US		0	America/New_York	38.4454	-77.97611	122			VA	047		
4794217	Windy Run	windy-run	US		0	America/New_York	37.69403	-77.72888	103			VA	075		
4794222	Wingmead	wingmead	US		0	America/New_York	37.67598	-77.67471	59			VA	075		
4794224	Wininger	wininger	US		0	America/New_York	36.6076	-82.67905	400			VA	169		
4794243	Winslow Hills	winslow-hills	US		0	America/New_York	38.79372	-77.12026	62			VA	059		
4794252	Winston Terrace	winston-terrace	US		0	America/New_York	37.25348	-76.73774	24			VA	095		
4794254	Winter Harbor Haven	winter-harbor-haven	US		0	America/New_York	37.37597	-76.26383	1			VA	115		
4794257	Wintergreen	wintergreen	US		165	America/New_York	37.88486	-78.89947	230	Slaughter,Wintergreen		VA	125		
4794260	Winterham	winterham	US		0	America/New_York	37.36765	-77.93139	104	Ham,Winterham		VA	007		
4794261	Winterpock	winterpock	US		0	America/New_York	37.34598	-77.71944	62			VA	041		
4794287	Wiseville (historical)	wiseville-historical	US		0	America/New_York	37.49737	-77.56749	90			VA	041		
4794288	Wishart	wishart	US		0	America/New_York	37.88401	-75.49437	3	Wishart,Wishart Point,Wisharts Point,Wishert Point		VA	001		
4794300	Withers	withers	US		0	America/New_York	36.72622	-82.10458	573			VA	191		
4794301	Withers Park	withers-park	US		0	America/New_York	36.55292	-79.46475	190			VA	590		
4794308	Wittens Mills	wittens-mills	US		0	America/New_York	37.16539	-81.47872	768	Witten Mills,Witten's Mill,Wittens Mills		VA	185		
4794311	Wittens Fort	wittens-fort	US		0	America/New_York	37.11789	-81.57206	729			VA	185		
4794326	Wolf Glade	wolf-glade	US		0	America/New_York	36.69791	-80.88063	756	Wolf Glade,Wolfglade		VA	035		
4794350	Wolf Trap	wolf-trap	US		16131	America/New_York	38.93983	-77.28609	86			VA	059		
4794354	Wolf Trap	wolf-trap	US		0	America/New_York	36.71347	-78.82862	111			VA	083		
4794389	Wolfrun (historical)	wolfrun-historical	US		0	America/New_York	36.69677	-82.24819	507			VA	191		
4794395	Wolfsnare Plantation	wolfsnare-plantation	US		0	America/New_York	36.8574	-76.05252	2			VA	810		
4794406	Wonderland Forest	wonderland-forest	US		0	America/New_York	36.80043	-76.49634	6			VA	800		
4794414	Womacks	womacks	US		0	America/New_York	37.07348	-78.69611	173			VA	037		
4794446	Woodbine Acres	woodbine-acres	US		0	America/New_York	37.34681	-79.21058	271			VA	680		
4794450	Woodbine Forest	woodbine-forest	US		0	America/New_York	38.66234	-77.4486	97			VA	153		
4794455	Woodbine Village	woodbine-village	US		0	America/New_York	37.41792	-79.23253	217			VA	680		
4794456	Woodbine Woods	woodbine-woods	US		0	America/New_York	38.67178	-77.44776	98			VA	153		
4794468	Woodbrook	woodbrook	US		0	America/New_York	38.08597	-78.46612	146			VA	003		
4794478	Woodbury Hills	woodbury-hills	US		0	America/New_York	36.6043	-79.40863	166			VA	590		
4794479	Woodchuck Heights	woodchuck-heights	US		0	America/New_York	39.18899	-78.22889	285			VA	069		
4794480	Woodcliff	woodcliff	US		0	America/New_York	37.24542	-79.94226	335			VA	770		
4794482	Wooded Acres	wooded-acres	US		0	America/New_York	38.67428	-77.41499	96			VA	153		
4794483	Wooded Acres	wooded-acres	US		0	America/New_York	37.32041	-80.06254	400			VA	161		
4794490	Woodford Corner	woodford-corner	US		0	America/New_York	37.17903	-79.42947	293	Lone Gum,Woodford Corner		VA	019		
4794497	Woodhaven Shores	woodhaven-shores	US		0	America/New_York	37.49181	-77.12858	22			VA	127		
4794498	Woodhouse Corner	woodhouse-corner	US		0	America/New_York	36.76459	-76.01465	5			VA	810		
4794503	Woodland Acres	woodland-acres	US		0	America/New_York	38.91261	-77.14526	89			VA	013		
4794514	Woodlake Park	woodlake-park	US		0	America/New_York	36.64958	-79.38308	164			VA	143		
4794527	Woodlands	woodlands	US		0	America/New_York	37.34514	-79.29392	265			VA	019		
4794547	Woodlawn Farms	woodlawn-farms	US		0	America/New_York	38.71567	-77.57277	70			VA	153		
4794548	Woodlawn Heights	woodlawn-heights	US		0	America/New_York	36.81403	-79.39836	232			VA	143		
4794550	Woodlawn Manor	woodlawn-manor	US		0	America/New_York	38.71123	-77.11887	8			VA	059		
4794552	Woodlawn Meadows	woodlawn-meadows	US		0	America/New_York	38.72373	-77.45054	93			VA	153		
4794556	Woodlawn Park	woodlawn-park	US		0	America/New_York	36.72625	-78.94529	146			VA	083		
4794563	Woodlawn Terrace	woodlawn-terrace	US		0	America/New_York	37.52431	-77.30192	47			VA	087		
4794566	Woodlea	woodlea	US		0	America/New_York	38.5904	-77.33443	69			VA	153		
4794567	Woodlee	woodlee	US		0	America/New_York	38.16624	-79.05781	455			VA	790		
4794568	Woodley	woodley	US		0	America/New_York	38.864	-77.19415	103			VA	059		
4794569	Woodley Hills	woodley-hills	US		0	America/New_York	38.75734	-77.08137	21			VA	059		
4794570	Woodley Hills	woodley-hills	US		0	America/New_York	38.724	-77.10192	16			VA	059		
4794572	Woodley North	woodley-north	US		0	America/New_York	38.86928	-77.19081	105			VA	059		
4794574	Woodman Terrace	woodman-terrace	US		0	America/New_York	37.64681	-77.49082	58			VA	087		
4794576	Woodmont	woodmont	US		0	America/New_York	38.90175	-77.09579	64			VA	013		
4794577	Woodmont Manor	woodmont-manor	US		0	America/New_York	37.22847	-80.01643	355			VA	161		
4794595	Woods Acres	woods-acres	US		0	America/New_York	37.62598	-77.69277	81			VA	075		
4794603	Woods Corner	woods-corner	US		0	America/New_York	37.58126	-78.6489	178			VA	029		
4794608	Woods Crossing	woods-crossing	US		0	America/New_York	37.20375	-79.98865	358			VA	161		
4794613	Woods Mill	woods-mill	US		0	America/New_York	37.84486	-78.82224	161			VA	125		
4794615	Woods Crossroads	woods-crossroads	US		0	America/New_York	37.47792	-76.61662	32	Woods Cross Roads,Woods Crossroads		VA	073		
4794619	Woods of Ilda	woods-of-ilda	US		0	America/New_York	38.82817	-77.25609	110			VA	059		
4794621	Woodsdale	woodsdale	US		0	America/New_York	36.62844	-82.2293	613			VA	191		
4794629	Woodside Park	woodside-park	US		0	America/New_York	37.30986	-80.03671	362			VA	775		
4794658	Woodvale	woodvale	US		0	America/New_York	37.35015	-77.34331	36			VA	041		
4794659	Woodview Hills	woodview-hills	US		0	America/New_York	37.5182	-77.22553	40			VA	087		
4794686	Woolen Mills	woolen-mills	US		0	America/New_York	38.02347	-78.45862	102			VA	540		
4794691	Woolsey	woolsey	US		0	America/New_York	38.86984	-77.63555	122			VA	153		
4794706	Worlds	worlds	US		0	America/New_York	36.85236	-79.59086	306			VA	143		
4794714	Worrell	worrell	US		0	America/New_York	36.72571	-77.21608	29	Worrell,Worrell's,Worrells		VA	175		
4794719	Worsham	worsham	US		0	America/New_York	37.23015	-78.44305	144	Prince Edward Court House,Prince Edward Courthouse,Worsham		VA	147		
4794725	Worshams	worshams	US		0	America/New_York	37.53543	-77.89389	119			VA	145		
4794728	Worthington Farms	worthington-farms	US		0	America/New_York	37.49181	-77.51471	67			VA	760		
4794763	Wright Shop	wright-shop	US		0	America/New_York	37.4432	-79.08891	262	Wright Shop,Wrights Shop		VA	009		
4794768	Wrights Corner	wrights-corner	US		0	America/New_York	38.03847	-77.44748	69			VA	033		
4794769	Wrights Corner	wrights-corner	US		0	America/New_York	37.49931	-77.13803	33			VA	127		
4794772	Wrights Fork	wrights-fork	US		0	America/New_York	37.95458	-77.31081	61			VA	033		
4794790	Wyatt (historical)	wyatt-historical	US		0	America/New_York	37.15208	-79.83309	338			VA	067		
4794794	Wurno	wurno	US		0	America/New_York	37.07151	-80.7234	610			VA	155		
4794799	Wyche	wyche	US		0	America/New_York	36.62598	-77.79527	92			VA	025		
4794812	Wyndale	wyndale	US		0	America/New_York	37.24458	-80.02198	346			VA	161		
4794813	Wyndale	wyndale	US		0	America/New_York	36.68066	-82.07846	609			VA	191		
4794814	Wyndham	wyndham	US		9785	America/New_York	37.69848	-77.61249	76			VA	087		
4794815	Wyndover Woods	wyndover-woods	US		0	America/New_York	36.58931	-79.46002	157			VA	143		
4794816	Wyngate	wyngate	US		0	America/New_York	38.10791	-78.50779	160			VA	003		
4794817	Wynkoop Mobile Home Park	wynkoop-mobile-home-park	US		0	America/New_York	39.11899	-77.86861	197			VA	043		
4794818	Wynmere	wynmere	US		0	America/New_York	37.24625	-80.0217	349			VA	161		
4794856	Yadkin	yadkin	US		0	America/New_York	36.76348	-76.36189	3			VA	550		
4794858	Yahley Mills Estates	yahley-mills-estates	US		0	America/New_York	37.45598	-77.28581	46			VA	087		
4794862	Wythe	wythe	US		0	America/New_York	37.0032	-76.37772	3			VA	650		
4794870	Yancey Mills	yancey-mills	US		0	America/New_York	38.0468	-78.7253	222	Hillsboro,Yancey Mill,Yancey Mills,Yancey's Mills		VA	003		
4794875	Yardley Square	yardley-square	US		0	America/New_York	37.31458	-79.95087	334			VA	770		
4794876	Yards	yards	US		0	America/New_York	37.29234	-81.3101	726	Flat Top,Flat Top Yards,Flattop,Flattop Yards,Yards		WV	055		
4794889	Yates Village	yates-village	US		0	America/New_York	38.78511	-77.1822	77			VA	059		
4794890	Yatesville (historical)	yatesville-historical	US		0	America/New_York	36.8607	-78.36527	99	Black Mills,Yatesville (historical)		VA	111		
4794899	Yellow Branch	yellow-branch	US		0	America/New_York	37.25598	-79.18419	287	Earlys Cross-Roads,Hughes,Oak Grove,Tabernacle Ground,Yellow Branch		VA	031		
4794917	Yellow Sulphur	yellow-sulphur	US		0	America/New_York	37.17152	-80.39672	562			VA	121		
4794918	Yellow Sulphur Springs	yellow-sulphur-springs	US		0	America/New_York	37.17846	-80.39727	576			VA	121		
4794920	Yellow Tavern	yellow-tavern	US		0	America/New_York	37.63487	-77.45887	59			VA	087		
4794922	Yellowstone	yellowstone	US		0	America/New_York	37.2343	-79.94143	373			VA	770		
4794932	Yocum	yocum	US		0	America/New_York	38.64651	-77.50443	67			VA	153		
4794944	York Haven Anchorage	york-haven-anchorage	US		226	America/New_York	37.14431	-76.38328	1			VA	199		
4794952	York River Farms	york-river-farms	US		0	America/New_York	37.25653	-76.45273	1			VA	073		
4794961	York Terrace	york-terrace	US		0	America/New_York	37.26292	-76.66134	24			VA	199		
4794963	York manor	york-manor	US		0	America/New_York	38.78622	-77.1622	77			VA	059		
4794967	Yorkshire Acres	yorkshire-acres	US		0	America/New_York	38.78373	-77.44054	61			VA	153		
4794970	Yorkshire Park	yorkshire-park	US		0	America/New_York	38.79317	-77.46499	51			VA	153		
4794971	Yorkshire Village	yorkshire-village	US		0	America/New_York	38.79039	-77.45527	71			VA	153		
4794981	Yost	yost	US		0	America/New_York	38.05235	-79.54032	530			VA	017		
4794982	Yostland Heights	yostland-heights	US		0	America/New_York	37.23653	-79.9942	356			VA	161		
4795002	Young Corner	young-corner	US		0	America/New_York	38.13485	-77.36276	69			VA	033		
4795008	Youngblood Acres	youngblood-acres	US		0	America/New_York	37.14182	-77.32942	40			VA	149		
4795011	Youngers Store	youngers-store	US		0	America/New_York	36.83569	-78.96779	152			VA	083		
4795012	Youngs (historical)	youngs-historical	US		0	America/New_York	37.11511	-81.60678	740			VA	185		
4795027	Zack	zack	US		0	America/New_York	37.99291	-79.36087	441			VA	163		
4795031	Zeiger	zeiger	US		0	America/New_York	39.19899	-78.25695	290			VA	069		
4795038	Zepp	zepp	US		0	America/New_York	39.00677	-78.49779	329			VA	171		
4795040	Zeus	zeus	US		0	America/New_York	38.40291	-78.22167	147			VA	113		
4795050	Zenobia	zenobia	US		0	America/New_York	36.75149	-82.20736	446			VA	191		
4795101	Zion Crossroads	zion-crossroads	US		0	America/New_York	37.97097	-78.21973	166			VA	109		
4795142	Ziontown	ziontown	US		0	America/New_York	37.58792	-77.56082	95			VA	087		
4795143	Zirkle	zirkle	US		0	America/New_York	38.49401	-78.85475	423			VA	165		
4795146	Zoar (historical)	zoar-historical	US		0	America/New_York	37.36265	-77.82333	103			VA	041		
4795153	Zollman (historical)	zollman-historical	US		0	America/New_York	37.73013	-79.48226	295	Zollman (historical),Zollmans		VA	163		
4795154	Zouave Hills	zouave-hills	US		0	America/New_York	38.80706	-77.54777	72			VA	153		
4795155	Zulla	zulla	US		0	America/New_York	38.92289	-77.78499	177	Zella,Zulla		VA	061		
4796885	Aarons	aarons	US		0	America/New_York	38.49315	-81.53429	216			WV	039		
4796899	Abbs Valley (historical)	abbs-valley-historical	US		0	America/New_York	37.30373	-81.30288	700	Abbs Valley (historical),Abbyvalley,Sammy		WV	055		
4796905	Abney	abney	US		0	America/New_York	37.68845	-81.20399	776			WV	081		
4796906	Abraham	abraham	US		0	America/New_York	37.79067	-80.95509	755			WV	081		
4796918	Ackerman (historical)	ackerman-historical	US		0	America/New_York	39.58564	-78.82058	199			WV	057		
4796923	Acup	acup	US		0	America/New_York	38.36205	-81.34206	231	Acup,Firmwood Park,Middle Fork		WV	039		
4796930	Adaland	adaland	US		0	America/New_York	39.20871	-80.07675	426	Adaland,Needmore		WV	001		
4796931	Adaline	adaline	US		0	America/New_York	39.76536	-80.64647	240			WV	051		
4796935	Adam	adam	US		0	America/New_York	38.83009	-81.17178	211			WV	013		
4796937	Adam Stephen Homes	adam-stephen-homes	US		0	America/New_York	39.44593	-77.97472	142			WV	003		
4796950	Adamston	adamston	US		0	America/New_York	39.29064	-80.35787	305			WV	033		
4796994	Adma (historical)	adma-historical	US		0	America/New_York	39.07593	-80.03786	440			WV	001		
4796995	Admiral (historical)	admiral-historical	US		0	America/New_York	39.28313	-81.02483	247			WV	085		
4796996	Adolph	adolph	US		0	America/New_York	38.74455	-80.04563	705	Adolph,West Huttonsville		WV	083		
4796997	Adonijah	adonijah	US		0	America/New_York	38.33399	-81.19456	322			WV	015		
4796999	Adlai	adlai	US		0	America/New_York	39.33786	-81.06317	244			WV	073		
4797008	Affinity	affinity	US		0	America/New_York	37.71289	-81.22593	712			WV	081		
4797011	Aggregates	aggregates	US		0	America/New_York	38.93622	-79.91868	589			WV	083		
4797013	Agnew	agnew	US		0	America/New_York	38.21261	-81.14288	234			WV	019		
4797017	Airport Village	airport-village	US		0	America/New_York	38.36676	-81.58179	192			WV	039		
4797018	Ajax	ajax	US		0	America/New_York	37.8026	-82.30459	197	Ajax,Himler		WV	059		
4797020	Adonis	adonis	US		0	America/New_York	39.50563	-80.98678	211			WV	095		
4797023	Alaska (historical)	alaska-historical	US		0	America/New_York	37.91456	-81.03926	338			WV	019		
4797030	Albion (historical)	albion-historical	US		0	America/New_York	38.21594	-81.01677	409			WV	067		
4797051	Aldridge	aldridge	US		0	America/New_York	39.30121	-77.9225	168	Aldridge,Aldridges,Camerons Depot		WV	037		
4797068	Algeria (historical)	algeria-historical	US		0	America/New_York	39.41813	-81.05261	237			WV	073		
4797072	Algonquin (historical)	algonquin-historical	US		0	America/New_York	37.45234	-81.29955	782			WV	055		
4797077	Alkires Mills	alkires-mills	US		0	America/New_York	38.97843	-80.45148	327	Alkire's Mills,Alkires Mill,Alkires Mills		WV	041		
4797094	Allen (historical)	allen-historical	US		0	America/New_York	38.1226	-82.07541	270			WV	043		
4797127	Alley Grove	alley-grove	US		0	America/New_York	39.96091	-80.52618	253			WV	051		
4797130	Allied	allied	US		0	America/New_York	39.38925	-80.27509	292			WV	033		
4797131	Allingdale	allingdale	US		0	America/New_York	38.35733	-80.61148	616			WV	067		
4797133	Allister	allister	US		0	America/New_York	39.60147	-80.69398	407	Allister,Brown		WV	103		
4797141	Alpheus	alpheus	US		0	America/New_York	37.36817	-81.56094	433	Alpheus,Alpheus Station,Kennon		WV	047		
4797144	Alpine Lake	alpine-lake	US		0	America/New_York	39.47481	-79.5006	791			WV	077		
4797146	Alpoca	alpoca	US		0	America/New_York	37.54373	-81.38899	460			WV	109		
4797156	Altizer	altizer	US		0	America/New_York	38.82731	-81.14789	219			WV	013		
4797157	Altizer	altizer	US		0	America/New_York	38.41592	-82.36515	168			WV	011		
4797161	Altman	altman	US		0	America/New_York	38.16454	-81.8679	203			WV	005		
4797187	Alum Springs (historical)	alum-springs-historical	US		0	America/New_York	37.86151	-80.37257	711			WV	025		
4797196	Amandaville	amandaville	US		0	America/New_York	38.39731	-81.85596	184	Amandaville,Dock,Mandyville		WV	039		
4797199	Amblersburg	amblersburg	US		0	America/New_York	39.38648	-79.62922	489	Amblersburg,Amblersburgh		WV	077		
4797205	Ambrosia	ambrosia	US		0	America/New_York	38.80564	-82.05264	170	Ambrosia,Brosia		WV	053		
4797206	Ameagle	ameagle	US		0	America/New_York	37.94983	-81.41872	330			WV	081		
4797210	Alvon	alvon	US		0	America/New_York	37.90512	-80.21424	611	Alvon,Wileys Crossing		WV	025		
4797212	Ames Heights	ames-heights	US		0	America/New_York	38.08539	-81.07566	510			WV	019		
4797270	Andy (historical)	andy-historical	US		0	America/New_York	39.67147	-80.75704	286			WV	103		
4797280	Angerona	angerona	US		0	America/New_York	38.83064	-81.8043	177			WV	035		
4797281	Anita Heights	anita-heights	US		0	America/New_York	38.41064	-82.39237	193			WV	011		
4797282	Anjean	anjean	US		0	America/New_York	38.02012	-80.63314	818			WV	025		
4797295	Annamoriah	annamoriah	US		0	America/New_York	38.94064	-81.22706	303			WV	013		
4797297	Annfred	annfred	US		0	America/New_York	38.30427	-81.41373	273	Annfred,Ten Mile		WV	039		
4797305	Anthem	anthem	US		0	America/New_York	39.64675	-80.52842	348			WV	103		
4797333	Apgah (historical)	apgah-historical	US		0	America/New_York	38.42538	-81.30262	393			WV	039		
4797334	Aplin (historical)	aplin-historical	US		0	America/New_York	38.74731	-81.58957	292			WV	035		
4797365	Aracoma	aracoma	US		0	America/New_York	37.85899	-81.99207	209			WV	045		
4797369	Arborland Acres	arborland-acres	US		0	America/New_York	38.39148	-81.86374	187			WV	039		
4797386	Arbutus Park	arbutus-park	US		0	America/New_York	39.26648	-80.3237	308	Arbutus Park,South Hills		WV	033		
4797395	Ardel	ardel	US		0	America/New_York	38.27064	-82.45543	180	Ardel,Big Creek,Herbert		WV	099		
4797403	Arista	arista	US		0	America/New_York	37.47262	-81.26066	756	Arista,Patterson		WV	055		
4797404	Arkansas	arkansas	US		0	America/New_York	39.07455	-78.72918	459			WV	031		
4797416	Armilda	armilda	US		0	America/New_York	38.1837	-82.40154	191			WV	099		
4797431	Arnettsville	arnettsville	US		0	America/New_York	39.58564	-80.09229	368	Arnettsville,Yukon		WV	061		
4797447	Arnold Hill	arnold-hill	US		0	America/New_York	38.88344	-79.86368	592			WV	083		
4797475	Arvondale	arvondale	US		0	America/New_York	38.69455	-80.26647	684	Arvondale,Arvondale Junction,Avondale		WV	083		
4797511	Ashby Ridge Estates	ashby-ridge-estates	US		0	America/New_York	39.29452	-81.46707	224			WV	107		
4797538	Assurance	assurance	US		0	America/New_York	37.49568	-80.67285	578	Assurance,Cooks Run		WV	063		
4797544	Atenville	atenville	US		0	America/New_York	38.04815	-82.14291	188	Atenville,Little Hart Creek		WV	043		
4797561	Atlantic (historical)	atlantic-historical	US		0	America/New_York	39.39009	-79.72395	566			WV	077		
4797564	Aspinall	aspinall	US		0	America/New_York	38.92621	-80.60426	263			WV	041		
4797566	Atwell	atwell	US		0	America/New_York	37.34928	-81.76261	378			WV	047		
4797572	Audra	audra	US		0	America/New_York	39.04204	-80.06675	531			WV	001		
4797583	Austen	austen	US		0	America/New_York	39.38815	-79.8009	494			WV	077		
4797589	Autumn Wynds	autumn-wynds	US		0	America/New_York	38.44398	-81.9918	219			WV	079		
4797590	Auvil	auvil	US		0	America/New_York	39.17788	-79.72368	473	Auvil,Auviltown		WV	093		
4797598	Auto	auto	US		0	America/New_York	37.9654	-80.31924	723			WV	025		
4797611	Ayers	ayers	US		0	America/New_York	38.97814	-81.09845	227			WV	013		
4797616	Baber	baber	US		0	America/New_York	38.00843	-82.04569	195			WV	045		
4797619	Bablin	bablin	US		0	America/New_York	38.7651	-80.43675	301			WV	041		
4797623	Bachman	bachman	US		0	America/New_York	38.09955	-81.12205	419			WV	019		
4797701	Baileysville	baileysville	US		0	America/New_York	37.58928	-81.67928	357	Baileysville,Midford		WV	109		
4797731	Baker Heights	baker-heights	US		0	America/New_York	39.42343	-77.92527	139			WV	003		
4797737	Baker Park	baker-park	US		0	America/New_York	38.37704	-81.78735	178			WV	039		
4797740	Baker Ridge	baker-ridge	US		0	America/New_York	39.67397	-79.94784	354			WV	061		
4797765	Bakers Run	bakers-run	US		0	America/New_York	38.6351	-80.59287	311	Bakers Run,Levi		WV	007		
4797785	Balderson (historical)	balderson-historical	US		0	America/New_York	39.15952	-81.67207	282			WV	107		
4797824	Ballengee	ballengee	US		0	America/New_York	37.61707	-80.73813	578			WV	063		
4797845	Bandytown	bandytown	US		0	America/New_York	37.94066	-81.63984	304	Bandy Town,Bandytown,Chap		WV	005		
4797848	Bane	bane	US		0	America/New_York	39.50453	-80.5876	253			WV	103		
4797854	Bannen	bannen	US		0	America/New_York	39.72841	-80.58675	272			WV	051		
4797890	Bardane	bardane	US		0	America/New_York	39.36288	-77.86527	172	Bardane,Brown's Crossing,Qunicy's Siding		WV	037		
4797894	Bargers Springs	bargers-springs	US		0	America/New_York	37.61429	-80.75786	453	Barger Springs,Bargers Springs,Greenbrier Springs		WV	089		
4797924	Barlow (historical)	barlow-historical	US		0	America/New_York	38.39454	-81.58262	186			WV	039		
4797947	Barnabus	barnabus	US		0	America/New_York	37.74399	-82.00929	265	Barnabas,Barnabus,Cow Creek		WV	045		
4797948	Barnes Mill	barnes-mill	US		0	America/New_York	39.35121	-78.6364	283	Barnes Mill,Barnes Mills		WV	027		
4797967	Barnettown	barnettown	US		0	America/New_York	37.69762	-80.67702	479			WV	089		
4797983	Barren Creek	barren-creek	US		0	America/New_York	38.48038	-81.28317	194			WV	039		
4797992	Barrs	barrs	US		0	America/New_York	38.82314	-81.38068	292	Barr,Barrs,Bars		WV	087		
4797997	Bartlett Addition	bartlett-addition	US		0	America/New_York	38.80009	-81.35401	252	Bartlett Addition,Ira Bartlett Addition		WV	087		
4798008	Barton (historical)	barton-historical	US		0	America/New_York	38.51871	-81.17011	279			WV	015		
4798016	Bartram (historical)	bartram-historical	US		0	America/New_York	38.26286	-82.3207	195	Bartram (historical),Mouth of Raccoon Creek		WV	099		
4798025	Basnettville	basnettville	US		0	America/New_York	39.58619	-80.23563	303	Barnett,Basnetsville,Basnett,Basnettsville,Basnettville,Bassinettville		WV	049		
4798027	Basore	basore	US		0	America/New_York	38.86372	-78.8303	535			WV	031		
4798029	Bass	bass	US		0	America/New_York	38.94844	-79.00225	298			WV	031		
4798051	Baughman Settlement	baughman-settlement	US		0	America/New_York	39.0115	-78.73863	531			WV	031		
4798073	Baylor (historical)	baylor-historical	US		0	America/New_York	37.759	-81.29399	607			WV	081		
4798078	Beale	beale	US		0	America/New_York	38.7673	-82.19709	178			WV	053		
4798085	Bealls Mills	bealls-mills	US		0	America/New_York	38.96843	-80.61121	263	Beall's Mill,Bealls Mills		WV	041		
4798089	Bays Heights	bays-heights	US		0	America/New_York	37.99983	-81.16594	624			WV	019		
4798091	Bean Settlement	bean-settlement	US		0	America/New_York	39.11511	-78.82585	639	Asbury,Asbury Church,Bean Settlement,Bean's,Fabius		WV	031		
4798097	Beans Mill	beans-mill	US		0	America/New_York	38.83205	-80.20063	540	Bean's Mill,Beans Mill,Indian Camp		WV	097		
4798189	Beard Heights	beard-heights	US		0	America/New_York	38.20734	-80.10729	757			WV	075		
4798201	Beards Fork	beards-fork	US		199	America/New_York	38.06372	-81.22733	382			WV	019		
4798216	Beartown	beartown	US		0	America/New_York	37.38622	-81.8115	336			WV	047		
4798252	Beatysville (historical)	beatysville-historical	US		0	America/New_York	39.03702	-81.62707	247	Beatysville (historical),Beatyville		WV	035		
4798306	Becco	becco	US		0	America/New_York	37.78344	-81.81428	271			WV	045		
4798315	Beckley Junction	beckley-junction	US		0	America/New_York	37.764	-81.19593	692			WV	081		
4798325	Beckwith	beckwith	US		0	America/New_York	38.09789	-81.15344	363			WV	019		
4798330	Bebee	bebee	US		0	America/New_York	39.65175	-80.72259	384	BeBee,Bebee		WV	103		
4798336	Bedington	bedington	US		0	America/New_York	39.52232	-77.90555	117	Beddington,Bedenton,Bedington,The Lick		WV	003		
4798398	Beech	beech	US		0	America/New_York	38.76259	-81.17234	227			WV	013		
4798424	Beech Glen	beech-glen	US		0	America/New_York	38.22733	-81.15538	219			WV	067		
4798437	Beech Hill	beech-hill	US		0	America/New_York	38.76481	-82.00264	174	Beech Hill,Beechhill		WV	053		
4798450	Beech Park Acres	beech-park-acres	US		0	America/New_York	38.37315	-81.80013	213			WV	039		
4798462	Beech Run	beech-run	US		0	America/New_York	39.53703	-79.66089	623			WV	077		
4798469	Beech Run (historical)	beech-run-historical	US		0	America/New_York	38.68927	-80.12035	816			WV	083		
4798483	Beechwood	beechwood	US		0	America/New_York	39.28896	-81.54596	188			WV	107		
4798484	Beechwood	beechwood	US		0	America/New_York	37.58178	-81.35594	448	Beechwood,Richwood		WV	109		
4798501	Beelick Knob	beelick-knob	US		0	America/New_York	37.87428	-80.86731	744			WV	019		
4798512	Behler	behler	US		0	America/New_York	39.64591	-80.13979	414			WV	061		
4798528	Belfont	belfont	US		0	America/New_York	38.70371	-80.86288	276			WV	007		
4798530	Belgrove	belgrove	US		0	America/New_York	38.70926	-81.57707	207			WV	035		
4798558	Bellburn	bellburn	US		0	America/New_York	38.04178	-80.73315	871	Bellburn,Orient Hill		WV	025		
4798560	Belle Acres	belle-acres	US		0	America/New_York	38.45287	-81.89708	210			WV	079		
4798566	Bellepoint	bellepoint	US		0	America/New_York	37.64929	-80.88175	424	Belle Point,Bellepoint		WV	089		
4798575	Bellmeade	bellmeade	US		0	America/New_York	38.88064	-82.12737	181	Bellmeade,Nursery,Nursery Heights		WV	053		
4798584	Bellton	bellton	US		0	America/New_York	39.75647	-80.55536	286	Bellton,Belton,Denver,Denver Station		WV	051		
4798585	Bellview	bellview	US		0	America/New_York	39.49953	-80.13313	305			WV	049		
4798591	Belmont Park	belmont-park	US		0	America/New_York	38.3937	-82.39349	244			WV	011		
4798595	Belo	belo	US		0	America/New_York	37.77427	-82.23764	202	Belo,Tekram Station		WV	059		
4798598	Belvedere Heights	belvedere-heights	US		0	America/New_York	39.27843	-77.84694	156			WV	037		
4798600	Belvil Park	belvil-park	US		0	America/New_York	38.37982	-81.81624	185			WV	039		
4798601	Bemis	bemis	US		0	America/New_York	38.81205	-79.73895	787	Bemis,Fishing Hawk,Fishinghawk		WV	083		
4798605	Ben Dale	ben-dale	US		0	America/New_York	39.01565	-80.47731	315	Ben Dale,Bendale		WV	041		
4798611	Benbush	benbush	US		0	America/New_York	39.15872	-79.52089	909			WV	093		
4798620	Bendolph	bendolph	US		0	America/New_York	39.47286	-80.19453	273			WV	049		
4798631	Bennett (historical)	bennett-historical	US		0	America/New_York	38.81676	-80.89205	241			WV	021		
4798663	Bens Run	bens-run	US		0	America/New_York	39.46591	-81.10844	190			WV	095		
4798671	Bentons Ferry	bentons-ferry	US		0	America/New_York	39.43786	-80.16758	307	Benton Ferry,Bentons Ferry,Fisher's Ferry,Tygart Valley Ferry		WV	049		
4798673	Bentree	bentree	US		0	America/New_York	38.28372	-81.19094	276	Bentree,Carterboro,Scotford		WV	067		
4798691	Berkeley Place	berkeley-place	US		0	America/New_York	39.45065	-77.96	143			WV	003		
4798704	Bernardstown	bernardstown	US		0	America/New_York	38.50789	-80.34452	971	Bernard's Town,Bernards Town,Bernardstown		WV	101		
4798705	Bernie (historical)	bernie-historical	US		0	America/New_York	38.18037	-82.0118	254			WV	043		
4798723	Berryburg Junction	berryburg-junction	US		0	America/New_York	39.1876	-80.03147	413	Berryburg Junction,Close		WV	001		
4798726	Bert	bert	US		0	America/New_York	39.45091	-80.95872	240			WV	095		
4798728	Bertha Hill	bertha-hill	US		0	America/New_York	39.66453	-79.99229	281	Bertha Hill,Jimtown		WV	061		
4798737	Besoco	besoco	US		0	America/New_York	37.62762	-81.24093	554			WV	081		
4798754	Bethel (historical)	bethel-historical	US		0	America/New_York	37.27123	-81.16732	799			WV	055		
4798821	Berryburg	berryburg	US		0	America/New_York	39.2001	-80.08453	412	Berrburg,Berryburg		WV	001		
4798863	Beulah Hill	beulah-hill	US		0	America/New_York	39.11702	-81.42206	244			WV	105		
4798870	Beury	beury	US		0	America/New_York	37.95956	-81.04065	319	Beury,Echo,Echo Mountain		WV	019		
4798872	Beurytown	beurytown	US		0	America/New_York	37.82734	-80.90509	457	Beurytown,Dondale,Secoma		WV	089		
4798895	Bias	bias	US		0	America/New_York	37.74121	-82.19486	219			WV	059		
4798915	Bickel Estates	bickel-estates	US		0	America/New_York	39.24869	-81.58318	217			WV	107		
4798927	Big Battle (historical)	big-battle-historical	US		0	America/New_York	39.35147	-80.62621	268	Big Battle (historical),Bigbattle		WV	017		
4798984	Big Branch	big-branch	US		0	America/New_York	37.58761	-81.77206	363			WV	109		
4798993	Big Chimney	big-chimney	US		627	America/New_York	38.40565	-81.53568	197	Big Chimney,Clyde		WV	039		
4799039	Big Four	big-four	US		0	America/New_York	37.41484	-81.52066	443	Big Four,Cirrus		WV	047		
4799063	Big Isaac	big-isaac	US		0	America/New_York	39.20009	-80.53871	300			WV	017		
4799094	Big Moses	big-moses	US		0	America/New_York	39.43147	-80.78427	220			WV	095		
4799106	Big Otter	big-otter	US		0	America/New_York	38.59954	-81.05178	266			WV	015		
4799280	Big Stick	big-stick	US		0	America/New_York	37.69456	-81.25371	603	Big Stick,McAlpin		WV	081		
4799298	Bigbend	bigbend	US		0	America/New_York	38.9637	-81.16178	208	Big Bend,Bigbend,Brooksville		WV	013		
4799304	Bigson	bigson	US		0	America/New_York	37.99149	-81.72345	243			WV	005		
4799311	Billie (historical)	billie-historical	US		0	America/New_York	37.31817	-81.11231	757			WV	055		
4799337	Bingamon	bingamon	US		0	America/New_York	39.46397	-80.33925	304			WV	049		
4799345	Binola (historical)	binola-historical	US		0	America/New_York	39.17508	-81.71652	180			WV	107		
4799382	Birds Creek	birds-creek	US		0	America/New_York	39.43592	-79.80728	439			WV	077		
4799400	Black Betsey	black-betsey	US		0	America/New_York	38.49981	-81.83541	177	Black Betsey,Black Betsy,Queen City		WV	079		
4799401	Black Bottom	black-bottom	US		0	America/New_York	37.84621	-82.00374	219			WV	045		
4799414	Black Lick Estates	black-lick-estates	US		0	America/New_York	38.47065	-81.88819	226			WV	079		
4799427	Black Wolf	black-wolf	US		0	America/New_York	37.33623	-81.48622	475			WV	047		
4799432	Blackeagle	blackeagle	US		0	America/New_York	37.57289	-81.3626	440	Blackeagle,Newlest		WV	109		
4799433	Blackhawk	blackhawk	US		0	America/New_York	38.33371	-81.58679	189			WV	039		
4799435	Blackberry City	blackberry-city	US		0	America/New_York	37.61149	-82.16652	233			WV	059		
4799485	Blairton	blairton	US		0	America/New_York	39.4526	-77.92027	131	Blairton,Opequan Station		WV	003		
4799489	Blake (historical)	blake-historical	US		0	America/New_York	37.3029	-81.0687	614			WV	055		
4799499	Blakeley	blakeley	US		0	America/New_York	38.29621	-81.30372	338			WV	039		
4799500	Blaker Mills	blaker-mills	US		0	America/New_York	37.76179	-80.6073	514	Blaker Mill,Blaker Mills,Blakers Mill,Lewis Mill,Red Mill		WV	025		
4799505	Blandville	blandville	US		0	America/New_York	39.25675	-80.71066	246			WV	017		
4799514	Blaser	blaser	US		0	America/New_York	39.38676	-79.71756	579			WV	077		
4799522	Blennerhassett Heights	blennerhassett-heights	US		0	America/New_York	39.26285	-81.59429	249			WV	107		
4799526	Blennerhassett Island View Addition	blennerhassett-island-view-addition	US		0	America/New_York	39.26341	-81.60624	252			WV	107		
4799532	Blennerhassett	blennerhassett	US		3089	America/New_York	39.26369	-81.62929	238			WV	107		
4799541	Blocton	blocton	US		0	America/New_York	37.79677	-82.34209	194			WV	059		
4799559	Bloomington (historical)	bloomington-historical	US		0	America/New_York	38.58398	-81.23651	211			WV	087		
4799569	Blue Bend	blue-bend	US		0	America/New_York	37.92179	-80.26868	594			WV	025		
4799580	Blue Jay 6	blue-jay-6	US		0	America/New_York	37.68289	-81.11343	828			WV	081		
4799597	Blue Pennant	blue-pennant	US		0	America/New_York	37.97094	-81.55956	317	Blue Pennant,Red Dragon		WV	005		
4799601	Blue Ridge Acres	blue-ridge-acres	US		0	America/New_York	39.28621	-77.77277	137			WV	037		
4799611	Blue Spring	blue-spring	US		0	America/New_York	38.53678	-80.11229	789	Blue Spring,Blue Springs,Bluespring,Buckatabon Creek		WV	083		
4799617	Blue Sulphur Springs	blue-sulphur-springs	US		0	America/New_York	37.82512	-80.63619	504			WV	025		
4799637	Blue Sulphur	blue-sulphur	US		0	America/New_York	38.41536	-82.2482	179	Blue Sulphur,Blue Sulphur Springs,Floding,Floding Springs,Sulphur		WV	011		
4799643	Blues Beach	blues-beach	US		0	America/New_York	39.42593	-78.71529	196			WV	027		
4799644	Bluestone	bluestone	US		0	America/New_York	37.31206	-81.31788	711	Bluestone,Bluestone Junction		WV	055		
4799659	Blueville	blueville	US		0	America/New_York	39.3462	-80.00341	362			WV	091		
4799673	Blundon	blundon	US		0	America/New_York	38.54009	-81.52068	222			WV	039		
4799684	Board	board	US		0	America/New_York	38.91036	-81.97153	211			WV	053		
4799692	Bluewell	bluewell	US		2184	America/New_York	37.31262	-81.25982	791	Bluewell,Dolph		WV	055		
4799741	Boggs	boggs	US		0	America/New_York	38.46872	-80.62509	498			WV	101		
4799762	Bois	bois	US		0	America/New_York	38.72538	-80.43481	342			WV	101		
4799763	Bolair	bolair	US		0	America/New_York	38.43761	-80.44397	692	Bolair,Bolier		WV	101		
4799765	Bolin (historical)	bolin-historical	US		0	America/New_York	38.10398	-82.14375	187			WV	043		
4799799	Bonnivale	bonnivale	US		0	America/New_York	39.17424	-81.5054	190	Bonneyville,Bonnivale		WV	107		
4799804	Booher	booher	US		0	America/New_York	39.44397	-80.77122	226	Booher,Bookers Mill		WV	095		
4799811	Boone (historical)	boone-historical	US		0	America/New_York	38.034	-81.00788	512			WV	019		
4799821	Boonesborough	boonesborough	US		0	America/New_York	38.12955	-81.21622	256			WV	019		
4799836	Boothsville	boothsville	US		0	America/New_York	39.39481	-80.19508	293			WV	049		
4799838	Booton	booton	US		0	America/New_York	38.27064	-82.38154	184	Booten,Booton		WV	099		
4799843	Boreman	boreman	US		0	America/New_York	39.28757	-81.47651	188			WV	107		
4799845	Borgman	borgman	US		0	America/New_York	39.44592	-79.74423	695	Boardman,Borgman		WV	077		
4799846	Borland	borland	US		0	America/New_York	39.29785	-81.28262	209			WV	073		
4799865	Bottom Creek	bottom-creek	US		0	America/New_York	37.42011	-81.49538	465	Bottom Creek,Vivian		WV	047		
4799882	Bower	bower	US		0	America/New_York	38.85843	-80.71982	242	Bower,Copens Run		WV	007		
4799883	Bowers Hill	bowers-hill	US		0	America/New_York	38.79287	-81.3079	326			WV	087		
4799886	Bowlby	bowlby	US		0	America/New_York	39.71147	-80.01673	307			WV	061		
4799887	Bowles	bowles	US		0	America/New_York	38.3237	-82.0568	192	Bowles,McGhee Store		WV	043		
4799892	Bowlin	bowlin	US		0	America/New_York	37.994	-81.12455	635			WV	019		
4799898	Bowes	bowes	US		0	America/New_York	37.84123	-80.37424	531			WV	025		
4799912	Boyd (historical)	boyd-historical	US		0	America/New_York	38.83621	-80.39259	488			WV	097		
4799924	Boydville	boydville	US		0	America/New_York	39.44871	-77.97333	141			WV	003		
4799926	Boyer	boyer	US		0	America/New_York	38.48901	-79.80061	817			WV	075		
4799930	Boylen (historical)	boylen-historical	US		0	America/New_York	39.18482	-80.0373	404			WV	001		
4799932	Bozoo	bozoo	US		0	America/New_York	37.4629	-80.8223	676	Bozoo,Chestnut Hill		WV	063		
4799935	Brabant	brabant	US		0	America/New_York	38.11537	-82.31737	209			WV	099		
4799966	Brady Gate	brady-gate	US		0	America/New_York	38.54761	-80.07729	879			WV	083		
4799968	Braeholm	braeholm	US		0	America/New_York	37.77511	-81.82151	263	Braeholm,Sherman		WV	045		
4799969	Braewick Woods	braewick-woods	US		0	America/New_York	39.66286	-79.95617	341			WV	061		
4799970	Bragg	bragg	US		0	America/New_York	37.78234	-80.99037	847	Bragg,Bragg Corner,Bragg Settlement,New		WV	081		
4799985	Brake	brake	US		0	America/New_York	38.88956	-79.03614	321			WV	031		
4800002	Brandonville	brandonville	US		103	America/New_York	39.66591	-79.6206	550			WV	077		
4800012	Brantville	brantville	US		0	America/New_York	37.90401	-80.43424	704	Brantville,Branville		WV	025		
4800016	Braucher	braucher	US		0	America/New_York	38.59873	-79.82062	893	Braucher,Brocker		WV	075		
4800034	Bream	bream	US		0	America/New_York	38.40343	-81.52901	187	Bream,Graham Mines		WV	039		
4800037	Breece	breece	US		0	America/New_York	38.13704	-81.89624	233	Breece,Laville,Mistletoe,Mistletow		WV	005		
4800039	Breedlove (historical)	breedlove-historical	US		0	America/New_York	39.25233	-79.50172	765			WV	077		
4800053	Brewer Hill	brewer-hill	US		0	America/New_York	39.65369	-79.98951	286			WV	061		
4800056	Brewsterdale	brewsterdale	US		0	America/New_York	37.24928	-81.5515	538	Brewster,Brewsterdale,Squire Jim,Squirejim		WV	047		
4800090	Bridgeway	bridgeway	US		0	America/New_York	39.48674	-80.90705	222			WV	095		
4800099	Brierwood	brierwood	US		0	America/New_York	39.33674	-81.43679	231			WV	107		
4800114	Bright	bright	US		0	America/New_York	38.62593	-81.23456	241			WV	087		
4800122	Bright Mountain Estates	bright-mountain-estates	US		0	America/New_York	38.28205	-80.86065	595			WV	067		
4800123	Brink	brink	US		0	America/New_York	39.54814	-80.49287	430			WV	103		
4800124	Brink (historical)	brink-historical	US		0	America/New_York	37.84512	-80.34618	536			WV	025		
4800133	Brittain (historical)	brittain-historical	US		0	America/New_York	39.37926	-80.05174	314			WV	091		
4800144	Broad Oaks	broad-oaks	US		0	America/New_York	39.2737	-80.32842	307			WV	033		
4800194	Brooke Haven	brooke-haven	US		0	America/New_York	39.28677	-77.85027	152			WV	037		
4800224	Brounland	brounland	US		0	America/New_York	38.24204	-81.7679	189	Angel,Brounland		WV	039		
4800225	Brown	brown	US		0	America/New_York	39.38759	-80.46093	321	Brown,Browns,Browns Mills		WV	033		
4800248	Browning (historical)	browning-historical	US		0	America/New_York	39.02452	-81.66096	349			WV	035		
4800262	Brownlow	brownlow	US		0	America/New_York	39.35148	-79.99674	378			WV	091		
4800271	Browns Corner	browns-corner	US		0	America/New_York	39.32732	-77.89638	179			WV	037		
4800273	Browns Chapel	browns-chapel	US		0	America/New_York	39.49786	-79.91534	597			WV	061		
4800284	Browns Mill	browns-mill	US		0	America/New_York	39.47953	-79.82812	505	Browns Mill,Browns Mills,Zinn Settlement,Zinns Mill		WV	077		
4800303	Brownstown (historical)	brownstown-historical	US		0	America/New_York	38.41897	-82.45432	168	Brownstown (historical),South Landing		WV	011		
4800337	Brush Camp Low Place	brush-camp-low-place	US		0	America/New_York	38.44984	-80.1659	1174			WV	083		
4800356	Brush Fork	brush-fork	US		1197	America/New_York	37.28095	-81.25593	733	Brush Fork,Brushy Fork		WV	055		
4800464	Brushy Run	brushy-run	US		0	America/New_York	38.83761	-79.24754	389	Brushy Run,Brushyrun		WV	071		
4800468	Bruxton	bruxton	US		0	America/New_York	38.92511	-79.88479	595	Bruxton,Buxton		WV	083		
4800476	Bryant (historical)	bryant-historical	US		0	America/New_York	38.02428	-80.74398	841			WV	025		
4800490	Brydon	brydon	US		0	America/New_York	39.28009	-80.0648	321	Bryden,Brydon		WV	091		
4800495	Bubbling Spring	bubbling-spring	US		0	America/New_York	39.25427	-78.45806	256	Bubbling Spring,Bubbling Spring Camps,Cacapon Bubbling Spring Camps,Crystal Spring		WV	027		
4800499	Buck	buck	US		0	America/New_York	37.60179	-80.82397	501	Buck,Little Wolf Creek		WV	089		
4800519	Buck Hill	buck-hill	US		0	America/New_York	39.04537	-80.47065	371			WV	041		
4800605	Buckhorn (historical)	buckhorn-historical	US		0	America/New_York	39.36982	-79.70117	513			WV	077		
4800610	Buckingham Acres	buckingham-acres	US		0	America/New_York	37.80123	-80.43174	687			WV	025		
4800638	Buena (historical)	buena-historical	US		0	America/New_York	39.01316	-79.44561	1012			WV	093		
4800640	Buffalo (historical)	buffalo-historical	US		0	America/New_York	38.82731	-81.53401	206			WV	035		
4800717	Buffalo Station (historical)	buffalo-station-historical	US		0	America/New_York	39.49592	-80.12647	268	Barnesville,Barnsville,Buffalo Station (historical),Damascus Mills		WV	049		
4800722	Buffalolick (historical)	buffalolick-historical	US		0	America/New_York	38.70426	-81.34734	260	Buffalo Lick,Buffalolick (historical),Buffalowelick		WV	087		
4800776	Bull Run	bull-run	US		0	America/New_York	39.58397	-79.77006	404			WV	077		
4800792	Bulltown	bulltown	US		0	America/New_York	38.78871	-80.56648	241	Bull Town,Bull's Village,Bulltown,Bultown		WV	007		
4800814	Burch	burch	US		0	America/New_York	37.7201	-82.19152	224			WV	059		
4800819	Burchfield	burchfield	US		0	America/New_York	39.58675	-80.54092	261			WV	103		
4800835	Burk	burk	US		0	America/New_York	39.52647	-79.8145	517	Burk,Burke		WV	077		
4800844	Burl	burl	US		0	America/New_York	38.27539	-80.92621	420			WV	067		
4800855	Burner	burner	US		0	America/New_York	38.61706	-79.807	889			WV	075		
4800860	Burning Springs	burning-springs	US		0	America/New_York	38.98119	-81.31401	196			WV	105		
4800879	Burnsides	burnsides	US		0	America/New_York	38.10845	-80.2084	614			WV	075		
4800892	Burnt Factory	burnt-factory	US		0	America/New_York	39.65593	-78.20862	194	Burnt Factory,Old Factory		WV	065		
4800893	Burnt House	burnt-house	US		0	America/New_York	39.04647	-80.98733	249	Burnt House,Burnthouse		WV	085		
4800926	Buskirk Addition	buskirk-addition	US		0	America/New_York	37.84621	-81.99596	226			WV	045		
4800951	Butchersville	butchersville	US		0	America/New_York	39.0862	-80.47759	312			WV	041		
4801007	Cabell	cabell	US		0	America/New_York	37.78872	-81.23149	742			WV	081		
4801035	Cabot Station	cabot-station	US		0	America/New_York	38.92953	-81.11122	209			WV	013		
4801037	Cacapehon	cacapehon	US		0	America/New_York	39.49843	-78.49529	172			WV	027		
4801046	Caddell	caddell	US		0	America/New_York	39.46315	-79.65033	375			WV	077		
4801065	Calcutta	calcutta	US		0	America/New_York	39.35063	-81.19456	207			WV	073		
4801090	Calico	calico	US		0	America/New_York	37.64039	-82.00373	466			WV	059		
4801091	Calis	calis	US		0	America/New_York	39.93924	-80.55091	402			WV	051		
4801155	Cameo	cameo	US		0	America/New_York	38.11149	-81.93124	272	Cameo,Garner Station,Silush		WV	005		
4801168	Camelot Village Mobile Home Park	camelot-village-mobile-home-park	US		0	America/New_York	38.55037	-81.95236	176			WV	079		
4801235	Camp Ground	camp-ground	US		0	America/New_York	39.41398	-79.73312	602	Camp,Camp Chapel,Camp Ground		WV	077		
4801302	Campbell Addition	campbell-addition	US		0	America/New_York	38.81037	-81.35984	276			WV	087		
4801314	Campbell Park	campbell-park	US		0	America/New_York	38.40675	-82.36904	199			WV	011		
4801320	Campbells	campbells	US		0	America/New_York	39.61815	-78.41168	151			WV	065		
4801331	Canaan Crossing	canaan-crossing	US		0	America/New_York	38.97483	-79.46366	705			WV	083		
4801332	Canaan Heights	canaan-heights	US		0	America/New_York	39.09816	-79.43061	1129			WV	093		
4801335	Canaan Valley	canaan-valley	US		0	America/New_York	39.08291	-79.41553	957	Canaan Valley,Caynane Valley,Kanaan		WV	093		
4801339	Candlewyck Place	candlewyck-place	US		0	America/New_York	38.45509	-81.94986	225			WV	079		
4800633	Bud	bud	US	24716	487	America/New_York	37.53761	-81.37927	470			WV	109		
4801350	Canebrake	canebrake	US		0	America/New_York	37.24761	-81.64094	468	Canebrake,Canebreak,Harrisonville		WV	047		
4801401	Capehart	capehart	US		0	America/New_York	38.71314	-81.88097	181			WV	053		
4801402	Capels	capels	US		0	America/New_York	37.45456	-81.6015	399	Capels,Farm,Ritter		WV	047		
4801404	Caperton	caperton	US		0	America/New_York	38.02122	-81.02649	303	Caperton,Elen		WV	019		
4801417	Capon Lake	capon-lake	US		0	America/New_York	39.15594	-78.53779	275			WV	027		
4801430	Capon Springs Station (historical)	capon-springs-station-historical	US		0	America/New_York	39.15122	-78.51918	285			WV	027		
4801432	Captina	captina	US		0	America/New_York	39.81896	-80.81315	203	Caapteenin,Capteener,Capteening,Captina,Woco		WV	051		
4801438	Carbide	carbide	US		0	America/New_York	39.53953	-80.66676	223			WV	103		
4801445	Caress	caress	US		0	America/New_York	38.70455	-80.54926	415			WV	007		
4801446	Caretta	caretta	US		0	America/New_York	37.33567	-81.67289	455	Caretta,Juno		WV	047		
4801448	Carew	carew	US		0	America/New_York	37.51484	-80.88731	692			WV	089		
4801449	Carl	carl	US		0	America/New_York	38.11067	-80.68453	858	Carl,The Mountains		WV	067		
4801464	Carney (historical)	carney-historical	US		0	America/New_York	38.55093	-81.58596	205			WV	039		
4801517	Carswell	carswell	US		0	America/New_York	37.43956	-81.50872	473			WV	047		
4801527	Carver (historical)	carver-historical	US		0	America/New_York	38.07594	-81.08399	270			WV	019		
4801552	Cashers Hill	cashers-hill	US		0	America/New_York	37.4479	-80.88869	648			WV	055		
4801556	Cassity	cassity	US		0	America/New_York	38.82622	-80.0348	618	Cassiday,Cassidy,Cassity,Thorn,Thorn Mill,Three Fork		WV	083		
4801631	Cedar Cliff	cedar-cliff	US		0	America/New_York	39.59731	-78.80946	222			WV	057		
4801662	Cedar Knoll Trailer Park	cedar-knoll-trailer-park	US		0	America/New_York	37.77234	-80.45952	658			WV	025		
4801690	Center Branch	center-branch	US		0	America/New_York	39.24731	-80.31509	297			WV	033		
4801754	Central Station	central-station	US		0	America/New_York	39.29397	-80.82566	244	Central Station,Midway Station		WV	017		
4801764	Century Junction	century-junction	US		0	America/New_York	39.07426	-80.11703	423			WV	001		
4801800	Champwood	champwood	US		0	America/New_York	39.44343	-78.81919	194			WV	057		
4801801	Chancellor Hills	chancellor-hills	US		0	America/New_York	38.40147	-82.41932	199			WV	011		
4801827	Chapel	chapel	US		0	America/New_York	38.7476	-80.80482	278			WV	007		
4801885	Chatham Hill	chatham-hill	US		0	America/New_York	39.51231	-80.23675	346			WV	049		
4801893	Cheat Junction	cheat-junction	US		0	America/New_York	38.79483	-79.75451	858			WV	083		
4801895	Cheat Lake	cheat-lake	US		7988	America/New_York	39.67202	-79.85339	304			WV	061		
4801898	Cheat Neck	cheat-neck	US		0	America/New_York	39.68508	-79.83394	353			WV	061		
4801904	Chelyan	chelyan	US		776	America/New_York	38.19538	-81.49095	188	Chelyan,Chyelan,Peerless,Slaughters Creek		WV	039		
4801908	Chemical (historical)	chemical-historical	US		0	America/New_York	38.75983	-80.23508	572			WV	097		
4801920	Cherry Falls	cherry-falls	US		0	America/New_York	38.46566	-80.39397	459	Cherry Fall,Cherry Falls		WV	101		
4801927	Cherry Grove	cherry-grove	US		0	America/New_York	38.64067	-79.52283	671	Big Run,Big Run School,Champe Rocks,Cherry Grove,Mullenax,Mullenun,Mullenux		WV	071		
4801928	Cherry Grove	cherry-grove	US		0	America/New_York	38.43954	-81.92208	225			WV	079		
4801951	Cherry Run	cherry-run	US		0	America/New_York	39.6276	-78.03389	124	Cherry Run,Cherry Run Depot,Cherryrun		WV	065		
4802024	Chestnut Hills	chestnut-hills	US		0	America/New_York	39.27065	-80.35176	312			WV	033		
4802026	Chestnut Knob	chestnut-knob	US		0	America/New_York	37.924	-80.9751	937			WV	019		
4802028	Chestnut Knob	chestnut-knob	US		0	America/New_York	37.40595	-80.90619	838			WV	055		
4802070	Chevaux De Frise	chevaux-de-frise	US		0	America/New_York	39.15619	-81.01872	256	Chevaux De Frise,Chevauxdefrise,Sinnett Mill,Sinnetts Mills		WV	085		
4802074	Cheyenne Valley	cheyenne-valley	US		0	America/New_York	38.45148	-81.95958	210			WV	079		
4802082	Chiefton	chiefton	US		0	America/New_York	39.2962	-80.42093	344			WV	033		
4802083	Chiefton	chiefton	US		0	America/New_York	39.4437	-80.25786	269			WV	049		
4802092	Chimney Corner	chimney-corner	US		0	America/New_York	38.139	-81.14705	326			WV	019		
4802133	Christian	christian	US		0	America/New_York	37.69205	-81.85595	233			WV	045		
4802265	Cicerone	cicerone	US		0	America/New_York	38.61981	-81.50873	225			WV	087		
4802268	Cinderella	cinderella	US		0	America/New_York	37.68427	-82.23653	255			WV	059		
4802272	Cinco	cinco	US		0	America/New_York	38.33704	-81.46623	212	Cinco,Perryville		WV	039		
4802273	Circle Heights	circle-heights	US		0	America/New_York	39.03398	-80.43981	336			WV	041		
4802274	Circle View	circle-view	US		0	America/New_York	37.79678	-81.25066	749			WV	081		
4802276	Cirtsville	cirtsville	US		0	America/New_York	37.8815	-81.26594	504			WV	081		
4802283	City View Addition	city-view-addition	US		0	America/New_York	37.84955	-82.00207	243			WV	045		
4802300	Clark (historical)	clark-historical	US		0	America/New_York	37.41456	-81.43233	520			WV	047		
4802352	Clay Junction	clay-junction	US		0	America/New_York	38.47482	-81.07761	221			WV	015		
4802407	Clearco	clearco	US		0	America/New_York	38.09345	-80.56925	1033			WV	025		
4802410	Clem	clem	US		0	America/New_York	38.63426	-80.91427	298	Clem,Hart's Store		WV	007		
4802411	Clements (historical)	clements-historical	US		0	America/New_York	39.05343	-80.01452	486			WV	001		
4802414	Clemtown	clemtown	US		0	America/New_York	39.2326	-79.9773	553			WV	001		
4802416	Clendenenville	clendenenville	US		0	America/New_York	37.87901	-80.41202	690			WV	025		
4802420	Clear Fork Junction	clear-fork-junction	US		0	America/New_York	37.449	-81.73983	317			WV	047		
4802438	Clickton (historical)	clickton-historical	US		0	America/New_York	38.69454	-80.81927	318			WV	007		
4802444	Clifftop	clifftop	US		0	America/New_York	38.00428	-80.94398	701	Cliff Top,Clifftop		WV	019		
4802445	Clifftop	clifftop	US		0	America/New_York	37.7715	-81.12176	768			WV	081		
4802452	Clifton Mills	clifton-mills	US		0	America/New_York	39.69702	-79.61782	471			WV	077		
4802466	Clinton Furnace	clinton-furnace	US		0	America/New_York	39.51592	-79.96646	345	Clinton Furnace,Clinton Mills,Jeffstown		WV	061		
4802473	Clips Mill	clips-mill	US		0	America/New_York	39.25149	-77.83972	128	Clipps Mill,Clips Mill		WV	037		
4802480	Clouston	clouston	US		0	America/New_York	39.84786	-80.55535	329			WV	051		
4802499	Clover Lick	clover-lick	US		0	America/New_York	38.33095	-79.97089	701	Clover Lick,Cloverlick		WV	075		
4802501	Clover Run (historical)	clover-run-historical	US		0	America/New_York	39.08705	-79.69201	535			WV	093		
4802517	Cluster	cluster	US		0	America/New_York	39.32341	-81.32567	190			WV	073		
4802527	Coal Fork	coal-fork	US		1233	America/New_York	38.3176	-81.52095	201			WV	039		
4802584	Coalburg	coalburg	US		0	America/New_York	38.2076	-81.45928	195	Coalburg,Coalburgh		WV	039		
4802593	Coalridge	coalridge	US		0	America/New_York	38.3726	-81.39317	210			WV	039		
4802595	Coalwood	coalwood	US		0	America/New_York	37.38734	-81.65261	442			WV	047		
4802626	Coco	coco	US		0	America/New_York	38.40315	-81.41929	199	Coco,Elklick		WV	039		
4802627	Coe	coe	US		0	America/New_York	38.32594	-80.55453	839	Coe,Cranberry Ridge,Cranbury Ridge		WV	067		
4802641	Cokeleys	cokeleys	US		0	America/New_York	39.16036	-81.10956	349			WV	085		
4802645	Coketon	coketon	US		0	America/New_York	39.14011	-79.512	883			WV	093		
4802681	Cold Stream	cold-stream	US		0	America/New_York	39.33954	-78.44195	269	Cold Stream,Coldstream,Edwards Run		WV	027		
4802684	Colebank	colebank	US		0	America/New_York	39.24399	-79.84229	441	Colebank,Samtown		WV	077		
4802732	Collinsdale	collinsdale	US		0	America/New_York	38.03594	-81.36344	272	Collinsdale,Hickory Camp		WV	019		
4802737	Colonial Gardens	colonial-gardens	US		0	America/New_York	38.44537	-81.97652	212			WV	079		
4802746	Combs Addition	combs-addition	US		0	America/New_York	37.73066	-81.80012	264	Combs Addition,Cyclone		WV	045		
4802777	Conaway	conaway	US		0	America/New_York	39.50758	-80.76983	264			WV	095		
4802779	Community Acres	community-acres	US		0	America/New_York	39.2048	-81.49373	194			WV	107		
4802790	Condee (historical)	condee-historical	US		0	America/New_York	38.71258	-82.02208	206			WV	053		
4802791	Condit	condit	US		0	America/New_York	39.57592	-80.34342	307	Condit,Flat Run		WV	049		
4802794	Confidence	confidence	US		0	America/New_York	38.57259	-81.82874	297			WV	079		
4802799	Conings	conings	US		0	America/New_York	39.07981	-80.76677	272	Coning,Conings,Connings		WV	021		
4802838	Consol Number 9	consol-number-9	US		0	America/New_York	39.53981	-80.25508	315	Consol Number 9,Dingville,James Fork		WV	049		
4802843	Cook Mine	cook-mine	US		0	America/New_York	39.34564	-80.30092	304			WV	033		
4802928	Coopers	coopers	US		0	America/New_York	37.32234	-81.32649	693	Cooper,Coopers		WV	055		
4802943	Coopertown	coopertown	US		0	America/New_York	38.07816	-81.58984	219			WV	005		
4802951	Copley	copley	US		0	America/New_York	38.96954	-80.6476	243			WV	041		
4802953	Copenhaver (historical)	copenhaver-historical	US		0	America/New_York	38.43121	-81.52207	198	Copenhaver (historical),Copenhaver's Mills,Copenhavers Mills		WV	039		
4802969	Corbin (historical)	corbin-historical	US		0	America/New_York	39.30924	-81.34734	302			WV	107		
4802972	Corder Crossing	corder-crossing	US		0	America/New_York	39.19371	-80.05341	414			WV	001		
4802983	Core	core	US		0	America/New_York	39.68008	-80.10729	300	Core,Pedlar Run		WV	061		
4802987	Corley	corley	US		0	America/New_York	39.08093	-79.98702	553			WV	001		
4802988	Corley	corley	US		0	America/New_York	38.73677	-80.59954	262			WV	007		
4802991	Corliss	corliss	US		0	America/New_York	38.03428	-80.87009	850			WV	019		
4802994	Cornstalk	cornstalk	US		0	America/New_York	37.94623	-80.52953	659			WV	025		
4802997	Cornwallis	cornwallis	US		0	America/New_York	39.2273	-81.11845	205			WV	085		
4803004	Corton	corton	US		0	America/New_York	38.48954	-81.27539	188	Cornwell,Corton		WV	039		
4803015	Cottle	cottle	US		0	America/New_York	38.3465	-80.62648	668			WV	067		
4803027	Cotton Hill	cotton-hill	US		0	America/New_York	38.11344	-81.14483	244	Cotton Hill,Cottonhill		WV	019		
4803047	Countsville	countsville	US		0	America/New_York	38.69342	-81.44068	278	Countsville,The Cliffs		WV	087		
4803055	Country Villas	country-villas	US		0	America/New_York	38.44953	-81.96097	215			WV	079		
4803060	Courtright	courtright	US		0	America/New_York	39.28676	-80.27703	373			WV	033		
4803074	Cove Gap	cove-gap	US		0	America/New_York	38.09565	-82.25431	266	Cove Gap,Covegap		WV	099		
4803085	Cove Run	cove-run	US		0	America/New_York	39.24538	-79.93313	383			WV	001		
4803092	Cove Run Station (historical)	cove-run-station-historical	US		0	America/New_York	39.24732	-79.93674	335	Cove Run Station (historical),Johnson		WV	001		
4803136	Cox Landing	cox-landing	US		0	America/New_York	38.47342	-82.3007	176	Cox Landing,Coxs Landing		WV	011		
4803163	Craddock	craddock	US		0	America/New_York	38.7226	-80.26619	626			WV	097		
4803170	Crag	crag	US		0	America/New_York	37.90845	-80.74981	758	Crag,Craig,Tincher		WV	025		
4803188	Craigmoor	craigmoor	US		0	America/New_York	39.19343	-80.27925	318			WV	033		
4803218	Craneco	craneco	US		0	America/New_York	37.79677	-81.73206	356			WV	045		
4803232	Crany	crany	US		0	America/New_York	37.74011	-81.53594	470	Craney,Crany		WV	109		
4803253	Creed	creed	US		0	America/New_York	38.39621	-81.56262	199	Crede,Creed,York		WV	039		
4803255	Creekvale	creekvale	US		0	America/New_York	39.43037	-78.55112	220			WV	027		
4803259	Creels	creels	US		0	America/New_York	39.19674	-81.5004	195			WV	107		
4803261	Cremo	cremo	US		0	America/New_York	38.88481	-81.21012	216	Cremo,Donze		WV	013		
4803262	Cresap	cresap	US		0	America/New_York	39.84341	-80.81676	210	Cresap,Cresaps,Cressaps,Frances,Franko		WV	051		
4803272	Cressmont	cressmont	US		0	America/New_York	38.45649	-80.97788	256			WV	015		
4803278	Creston Flats	creston-flats	US		0	America/New_York	38.94453	-81.23984	323			WV	013		
4803281	Crestview Park	crestview-park	US		0	America/New_York	39.24091	-81.55401	223			WV	107		
4803285	Crichton	crichton	US		0	America/New_York	38.05623	-80.7162	896			WV	025		
4803295	Crimson Springs	crimson-springs	US		0	America/New_York	37.5179	-80.48173	693	Crimson Spring,Crimson Springs		WV	063		
4803298	Crisp (historical)	crisp-historical	US		0	America/New_York	39.36702	-81.1165	206			WV	073		
4803300	Crites	crites	US		0	America/New_York	37.79844	-81.76206	316	Crites,Poplar		WV	045		
4803306	Crickmer	crickmer	US		0	America/New_York	37.89178	-80.9062	912			WV	019		
4803372	Cross Lanes	cross-lanes	US		9995	America/New_York	38.42037	-81.79068	216	Cross Lanes,Crosslanes,Fry		WV	039		
4803388	Crosstown	crosstown	US		0	America/New_York	39.35621	-79.1767	586			WV	057		
4803399	Crow	crow	US		0	America/New_York	37.75928	-81.07676	764			WV	081		
4803400	Crowfields	crowfields	US		0	America/New_York	37.80512	-80.43007	685			WV	025		
4803404	Crown Hill	crown-hill	US		0	America/New_York	38.2001	-81.41373	193	Crown Hill,Crownhill		WV	039		
4803417	Crumps Bottom	crumps-bottom	US		0	America/New_York	37.50845	-80.84453	455	Crumps,Crumps Bottom,Culbertson,Mouth of Indian		WV	089		
4803419	Crusher (historical)	crusher-historical	US		0	America/New_York	37.28484	-81.17065	738			WV	055		
4803420	Crystal Block	crystal-block	US		0	America/New_York	37.70788	-81.98846	310			WV	045		
4803426	Crystal Spring Lake	crystal-spring-lake	US		0	America/New_York	39.2348	-81.67346	203			WV	107		
4803443	Cubana	cubana	US		0	America/New_York	38.82316	-80.09897	738			WV	083		
4803469	Cumberland Heights	cumberland-heights	US		0	America/New_York	37.25984	-81.19343	816			WV	055		
4803471	Cunard	cunard	US		0	America/New_York	37.99872	-81.03954	487	Coal Run,Cunard		WV	019		
4803515	Curtin	curtin	US		0	America/New_York	38.28539	-80.63648	584			WV	067		
4803516	Curtin	curtin	US		0	America/New_York	38.47455	-80.36258	490			WV	101		
4803527	Cusicks Crossing	cusicks-crossing	US		0	America/New_York	39.67314	-80.45147	317			WV	103		
4803528	Custer Addition	custer-addition	US		0	America/New_York	39.26009	-80.36065	293			WV	033		
4803535	Cutlips	cutlips	US		0	America/New_York	38.78871	-80.75427	258	Cutlips,Cutlipville,Three Forks of Cedar		WV	007		
4803541	Cuzzart	cuzzart	US		0	America/New_York	39.5937	-79.56477	643	Chidester,Cuzzart		WV	077		
4803544	Cuzzie	cuzzie	US		0	America/New_York	38.1237	-82.22125	212			WV	043		
4803554	Dabney	dabney	US		0	America/New_York	37.81205	-81.92846	218	Cleankoal,Dabney,Kleenkoal,Rolfe		WV	045		
4803556	Dahmer	dahmer	US		0	America/New_York	38.56956	-79.32643	800	Dahmer,Daughmer,Propst Neighborhood		WV	071		
4803570	Czar	czar	US		0	America/New_York	38.73011	-80.18702	661			WV	083		
4803572	Dallison	dallison	US		0	America/New_York	39.24869	-81.38484	211	Dallison,Dollison,North Dallison		WV	107		
4803598	Dan	dan	US		0	America/New_York	37.35456	-81.80011	366			WV	047		
4803632	Dans Run	dans-run	US		0	America/New_York	39.5462	-78.69141	173			WV	057		
4803633	Danstown	danstown	US		0	America/New_York	38.77092	-81.7868	205			WV	035		
4803634	Dantown (historical)	dantown-historical	US		0	America/New_York	39.15593	-79.96674	484			WV	001		
4803645	Darkesville	darkesville	US		0	America/New_York	39.37121	-78.02778	162	Buckellstown,Buckels Town,Buckelstown,Buckle Town,Bucklestown,Bucklesville,Buckletown,Darkes,Darkesville,Darkville,James Town,Locke		WV	003		
4803655	Dartmoor	dartmoor	US		0	America/New_York	38.99538	-79.93619	531			WV	001		
4803660	Dartmont	dartmont	US		0	America/New_York	38.19149	-81.72234	201			WV	005		
4803712	Davis Ford	davis-ford	US		0	America/New_York	39.19649	-78.50056	260			WV	027		
4803744	Davison (historical)	davison-historical	US		0	America/New_York	38.72176	-80.83982	317			WV	007		
4803765	Dawmont	dawmont	US		0	America/New_York	39.31759	-80.34231	317	Dawmont,Dawson		WV	033		
4803786	Daybrook	daybrook	US		0	America/New_York	39.66647	-80.21313	307	Daybrook,Ponetown		WV	061		
4803808	Daysville	daysville	US		0	America/New_York	38.96066	-80.16091	489			WV	097		
4803811	DeMoor Subdivision	demoor-subdivision	US		0	America/New_York	39.2398	-81.67291	217			WV	107		
4803822	Dean	dean	US		0	America/New_York	39.64953	-80.59009	337			WV	103		
4803835	Deegans	deegans	US		0	America/New_York	38.15289	-80.94565	550			WV	019		
4803843	Decota	decota	US		0	America/New_York	38.01789	-81.42067	343	Decota,Fifteen Mile,Fifteenmile		WV	039		
4803856	Deep Valley	deep-valley	US		0	America/New_York	39.52203	-80.38814	302			WV	049		
4803857	Deep Valley	deep-valley	US		0	America/New_York	39.33869	-80.84372	228	Deep Valley,Deepvalley		WV	095		
4803864	Deepwell	deepwell	US		0	America/New_York	38.23428	-80.75648	553			WV	067		
4803871	Deer Run	deer-run	US		0	America/New_York	38.72011	-79.23059	751	Deer Run,Deerrun		WV	071		
4803877	Deerwalk	deerwalk	US		0	America/New_York	39.25396	-81.32789	282	Deer Walk,Deerwalk,Pleasant Hill		WV	107		
4803879	Defoe (historical)	defoe-historical	US		0	America/New_York	38.54733	-80.5762	426			WV	101		
4803881	Deitz (historical)	deitz-historical	US		0	America/New_York	38.15844	-81.0226	560			WV	019		
4803882	Delaney (historical)	delaney-historical	US		0	America/New_York	39.33174	-81.47401	200			WV	107		
4803884	Dehue	dehue	US		0	America/New_York	37.80622	-81.90595	247			WV	045		
4803892	Delorme	delorme	US		0	America/New_York	37.56927	-82.14208	221	Delorme,Edgarton,Mouth of Peter		WV	059		
4803899	Dempsey	dempsey	US		0	America/New_York	38.054	-81.1626	408			WV	019		
4803911	Denmar	denmar	US		0	America/New_York	38.08623	-80.22229	637			WV	075		
4803932	Denver Heights	denver-heights	US		0	America/New_York	39.7323	-80.5448	451			WV	051		
4803949	Derryhale	derryhale	US		0	America/New_York	37.91345	-81.16399	525			WV	019		
4803952	Deskin Addition	deskin-addition	US		0	America/New_York	37.85316	-81.99957	220			WV	045		
4803958	Dessie	dessie	US		0	America/New_York	38.65399	-80.91483	278			WV	007		
4803960	Despard	despard	US		1004	America/New_York	39.2887	-80.30592	318			WV	033		
4803995	Dial	dial	US		0	America/New_York	38.4201	-81.48651	188			WV	039		
4804047	Dilleys Mill	dilleys-mill	US		0	America/New_York	38.26901	-79.96256	785	Dilley's Mill,Dilleys Mill		WV	075		
4804057	Dimmock	dimmock	US		0	America/New_York	37.96456	-81.06954	320			WV	019		
4804060	Dillons Run (historical)	dillons-run-historical	US		0	America/New_York	39.23621	-78.51362	330	Dillon's Run,Dillons Run (historical),Luptons Mill		WV	027		
4804077	Dink	dink	US		0	America/New_York	38.56871	-81.05955	268			WV	015		
4804135	Dingy	dingy	US		0	America/New_York	38.65176	-80.94677	283			WV	007		
4804144	Doane	doane	US		0	America/New_York	37.98759	-82.3732	218			WV	099		
4804148	Doak	doak	US		0	America/New_York	39.32036	-80.63343	272			WV	017		
4804150	Dobra	dobra	US		0	America/New_York	37.93455	-81.82429	252			WV	045		
4804158	Doddtown	doddtown	US		0	America/New_York	38.57454	-81.41984	335	Dodd,Doddtown		WV	087		
4804160	Dodrill	dodrill	US		0	America/New_York	38.86287	-81.03455	212	Dodrill,The Mouth of Rush Run		WV	013		
4804164	Dodson Junction	dodson-junction	US		0	America/New_York	38.13315	-81.90902	230			WV	005		
4804166	Doe Gully	doe-gully	US		0	America/New_York	39.60759	-78.38973	152			WV	065		
4804178	Dog Patch	dog-patch	US		0	America/New_York	37.81955	-81.99874	209			WV	045		
4804186	Dogway	dogway	US		0	America/New_York	38.24095	-80.37258	952			WV	101		
4804191	Dogwood Estates	dogwood-estates	US		0	America/New_York	38.4487	-81.97597	203			WV	079		
4804193	Dogwood Heights	dogwood-heights	US		0	America/New_York	37.80068	-80.4248	663			WV	025		
4804199	Dolan Trailer Park	dolan-trailer-park	US		0	America/New_York	39.05232	-80.48342	330			WV	041		
4804206	Dollie	dollie	US		0	America/New_York	38.04454	-81.98291	247			WV	043		
4804218	Doman (historical)	doman-historical	US		0	America/New_York	39.11066	-78.8103	570			WV	031		
4804219	Dombey (historical)	dombey-historical	US		0	America/New_York	39.20424	-81.62207	235	Dombey (historical),Domby		WV	107		
4804220	Don	don	US		0	America/New_York	37.74205	-81.93901	270			WV	045		
4804233	Donlan Heights	donlan-heights	US		0	America/New_York	39.04676	-80.46315	315			WV	041		
4804236	Donlan	donlan	US		0	America/New_York	38.9587	-80.67704	242			WV	021		
4804242	Donwood	donwood	US		0	America/New_York	38.16233	-81.33206	225			WV	039		
4804245	Dorcas	dorcas	US		0	America/New_York	38.939	-79.10615	324			WV	023		
4804248	Dorfee	dorfee	US		0	America/New_York	38.44371	-81.17483	206	Dorfee,Eldorado		WV	015		
4804252	Dority	dority	US		0	America/New_York	39.5012	-79.55449	689			WV	077		
4804256	Dorrtown	dorrtown	US		0	America/New_York	38.484	-80.4223	439	Doortown,Dorrtown		WV	101		
4804271	Dott	dott	US		0	America/New_York	37.46873	-81.24593	741	Dot,Dott		WV	055		
4804297	Douglas Grove	douglas-grove	US		0	America/New_York	39.41899	-77.9575	153			WV	003		
4804346	Drift Run	drift-run	US		0	America/New_York	38.94036	-81.63429	186			WV	035		
4804353	Droop Mountain	droop-mountain	US		0	America/New_York	38.02512	-80.25646	592			WV	025		
4804359	Droop	droop	US		0	America/New_York	38.07706	-80.28507	945			WV	075		
4804422	Dry Hill	dry-hill	US		0	America/New_York	37.81511	-81.21982	753			WV	081		
4804488	Dubree (historical)	dubree-historical	US		0	America/New_York	38.05261	-80.9876	611			WV	019		
4804499	Duckwall	duckwall	US		0	America/New_York	39.56843	-78.18501	266			WV	065		
4804502	Duckworth	duckworth	US		0	America/New_York	39.2773	-80.87622	273			WV	017		
4804510	Dudley Gap	dudley-gap	US		0	America/New_York	38.50286	-82.14431	263			WV	011		
4804518	Duffields	duffields	US		0	America/New_York	39.3626	-77.82749	148	Darke,Duffield,Duffield Station,Duffields		WV	037		
4804520	Duffy	duffy	US		0	America/New_York	38.79093	-80.44453	369	Duffy,Harmony		WV	041		
4804529	Duhring	duhring	US		0	America/New_York	37.34762	-81.26371	689			WV	055		
4804531	Dukes	dukes	US		0	America/New_York	38.89647	-81.45179	213			WV	087		
4804532	Dulaney	dulaney	US		0	America/New_York	39.6348	-80.62953	440			WV	103		
4804570	Dundon	dundon	US		0	America/New_York	38.45982	-81.06872	216	Danden,Dundon		WV	015		
4804575	Dungriff	dungriff	US		0	America/New_York	38.24038	-81.71401	224			WV	039		
4804591	Dunloup	dunloup	US		0	America/New_York	37.90483	-81.15455	502	Dun Loup,Dunloop,Dunloup,Upper Loop,Wiper Loop		WV	019		
4804604	Duo	duo	US		0	America/New_York	38.07123	-80.59759	1028			WV	025		
4804605	Dupont City	dupont-city	US		0	America/New_York	38.26954	-81.5654	187	Dupont City,Heskett		WV	039		
4804607	Dupont Manor	dupont-manor	US		0	America/New_York	39.25424	-81.60568	221			WV	107		
4804615	Dunns	dunns	US		0	America/New_York	37.54317	-81.05315	556	Dunn,Dunns,Mountain Creek		WV	055		
4804617	Durgon	durgon	US		0	America/New_York	38.99317	-79.04559	271			WV	031		
4804621	Dusk	dusk	US		0	America/New_York	38.86398	-80.75121	258			WV	021		
4804628	Dutch	dutch	US		0	America/New_York	38.8051	-80.61815	260			WV	007		
4804639	Dutchman	dutchman	US		0	America/New_York	39.06064	-81.16511	218			WV	085		
4804670	Eads Mill	eads-mill	US		0	America/New_York	37.47984	-81.07398	566			WV	055		
4804682	Eakle	eakle	US		0	America/New_York	38.44705	-80.92705	334			WV	015		
4804695	Earnshaw	earnshaw	US		0	America/New_York	39.62258	-80.46758	326	Earnshaw,Lewistown		WV	103		
4804699	East (historical)	east-historical	US		0	America/New_York	38.21954	-81.93596	233			WV	043		
4804703	East Beckley	east-beckley	US		0	America/New_York	37.76928	-81.17204	725	Atkinsville,East Beckley,Sylvia		WV	081		
4804708	East Dailey	east-dailey	US		557	America/New_York	38.78039	-79.8909	609			WV	083		
4804710	Easly	easly	US		0	America/New_York	38.15232	-81.73318	222	Easley,Easly,Ecolo		WV	005		
4804730	East Kermit	east-kermit	US		0	America/New_York	37.81371	-82.4007	192			WV	059		
4804740	East Meadows	east-meadows	US		0	America/New_York	38.7987	-81.33651	288			WV	087		
4804741	East Nitro	east-nitro	US		0	America/New_York	38.39982	-81.83624	179			WV	039		
4804743	East Oak Hill	east-oak-hill	US		0	America/New_York	37.99372	-81.13232	623			WV	019		
4804746	East Pea Ridge	east-pea-ridge	US		0	America/New_York	38.41814	-82.30932	193			WV	011		
4804750	East River (historical)	east-river-historical	US		0	America/New_York	37.31679	-81.02231	563	East River (historical),McKenzies		WV	055		
4804757	East Salem	east-salem	US		0	America/New_York	39.28898	-80.53621	317			WV	033		
4804759	East Sewell (historical)	east-sewell-historical	US		0	America/New_York	37.98289	-81.02565	307			WV	019		
4804760	East Side	east-side	US		0	America/New_York	38.35426	-81.64068	180			WV	039		
4804764	East View	east-view	US		0	America/New_York	39.26926	-80.31231	295			WV	033		
4804784	Eastgulf	eastgulf	US		0	America/New_York	37.62956	-81.29482	512	East Gulf,Eastgulf,Killarney		WV	081		
4804789	Eastwood Addition	eastwood-addition	US		0	America/New_York	39.25785	-81.47623	253			WV	107		
4804814	Eby	eby	US		0	America/New_York	39.31898	-79.89924	428			WV	091		
4804818	Echart (historical)	echart-historical	US		0	America/New_York	37.81122	-81.61372	407			WV	005		
4804838	Eden Park (historical)	eden-park-historical	US		0	America/New_York	38.05843	-82.14597	192			WV	043		
4804850	Edgar (historical)	edgar-historical	US		0	America/New_York	38.67898	-81.70402	300			WV	035		
4804855	Edgewood Acres	edgewood-acres	US		0	America/New_York	38.38121	-81.63124	211			WV	039		
4804561	Duncan	duncan	US	29334	0	America/New_York	38.90286	-81.57346	192			WV	035		
4804865	Edith	edith	US		0	America/New_York	37.67678	-81.60733	410	Edith,Matheny		WV	109		
4804870	Edray	edray	US		0	America/New_York	38.27456	-80.09145	735	Edrai,Edray		WV	075		
4804884	Edwight	edwight	US		0	America/New_York	37.88455	-81.53233	300	Edwight,Launa		WV	081		
4804889	Effler	effler	US		0	America/New_York	37.34539	-81.44622	499			WV	047		
4804890	Egeria	egeria	US		0	America/New_York	37.53928	-81.2001	906			WV	055		
4804893	Eggleton	eggleton	US		0	America/New_York	38.29315	-82.02069	213	Eggleton,Kidsville		WV	079		
4804899	Egypt (historical)	egypt-historical	US		0	America/New_York	37.6479	-80.72008	483			WV	089		
4804916	El Centro (historical)	el-centro-historical	US		0	America/New_York	37.32095	-81.13676	745			WV	055		
4804917	Elana	elana	US		0	America/New_York	38.61843	-81.10844	256			WV	087		
4804935	Elgood	elgood	US		0	America/New_York	37.39956	-80.93119	858	Elgood,Mountain View		WV	055		
4804937	Eli	eli	US		0	America/New_York	39.19341	-81.64846	197			WV	107		
4804969	Elk Branch (historical)	elk-branch-historical	US		0	America/New_York	39.50037	-78.115	207			WV	003		
4804980	Elk Forest	elk-forest	US		0	America/New_York	38.38954	-81.59318	209			WV	039		
4804988	Elk Hills	elk-hills	US		0	America/New_York	38.4001	-81.57346	195			WV	039		
4805003	Elk River Junction	elk-river-junction	US		0	America/New_York	38.79178	-79.76117	836			WV	083		
4805011	Elk Run Junction	elk-run-junction	US		0	America/New_York	37.99205	-81.54289	244			WV	005		
4805035	Elkhurst	elkhurst	US		0	America/New_York	38.4476	-81.15594	207	Elkhurst,Yankee Dam,Yankeedam		WV	015		
4805047	Elkins Junction	elkins-junction	US		0	America/New_York	38.91427	-79.86479	596			WV	083		
4805074	Elkwater	elkwater	US		0	America/New_York	38.6365	-80.01535	647	Elkwater,Old Fort,Old Fort Station		WV	083		
4805090	Elliotsville	elliotsville	US		0	America/New_York	39.28954	-80.04564	318			WV	091		
4805093	Elliot (historical)	elliot-historical	US		0	America/New_York	38.17928	-80.98927	527	Elliot (historical),Elliott		WV	019		
4805113	Ellison	ellison	US		0	America/New_York	37.58401	-80.99176	713			WV	089		
4805122	Ellison Ridge	ellison-ridge	US		0	America/New_York	37.57734	-81.04037	885	Ellison,Ellison Ridge		WV	089		
4805150	Elmwood Heights	elmwood-heights	US		0	America/New_York	39.34091	-81.42734	241			WV	107		
4805157	Elverton	elverton	US		0	America/New_York	38.02789	-81.03454	306			WV	019		
4805179	Emmart	emmart	US		0	America/New_York	38.88315	-80.4737	329			WV	041		
4805193	Emoryville	emoryville	US		0	America/New_York	39.35343	-79.17031	610	Emery,Emory,Emoryville,Switch Back,Switch Back Station		WV	057		
4805197	Engle	engle	US		0	America/New_York	39.34427	-77.7811	116	Engle,Engles Switch,Keller,Millers Mill,Striders Crossing		WV	037		
4805199	Englewood Estates	englewood-estates	US		0	America/New_York	38.43592	-81.99708	213			WV	079		
4805204	Enoch	enoch	US		0	America/New_York	38.42455	-80.93455	451			WV	015		
4805223	Enslow Park Place	enslow-park-place	US		0	America/New_York	38.40425	-82.43321	192			WV	011		
4805231	Entry	entry	US		0	America/New_York	38.63984	-79.34838	631			WV	071		
4805241	Ephram (historical)	ephram-historical	US		0	America/New_York	37.909	-81.01343	781	Ephraim,Ephram (historical)		WV	019		
4805243	Epperly	epperly	US		0	America/New_York	37.67234	-81.24205	753			WV	081		
4805252	Erskine (historical)	erskine-historical	US		0	America/New_York	37.96678	-81.08093	336			WV	019		
4805261	Estar	estar	US		0	America/New_York	38.89814	-81.84152	182			WV	035		
4805262	Estep	estep	US		0	America/New_York	38.02343	-81.91929	306			WV	005		
4805273	Esty	esty	US		0	America/New_York	38.01512	-80.38285	590	Dry Run,Esty,Valley Dale,Valleydale		WV	025		
4805274	Etam	etam	US		0	America/New_York	39.28538	-79.72812	533			WV	077		
4805294	Evandale Terrace	evandale-terrace	US		0	America/New_York	39.25785	-81.6129	224			WV	107		
4805319	Evelyn (historical)	evelyn-historical	US		0	America/New_York	38.93842	-81.34429	207			WV	105		
4805321	Evenwood	evenwood	US		0	America/New_York	38.89567	-79.64839	800			WV	083		
4805325	Everettville	everettville	US		0	America/New_York	39.56369	-80.06313	273			WV	061		
4805336	Evergreen Hills	evergreen-hills	US		0	America/New_York	38.86508	-81.8468	219			WV	035		
4805368	Export (historical)	export-historical	US		0	America/New_York	37.85789	-81.00065	530	Export (historical),Robins		WV	019		
4805369	Extra	extra	US		0	America/New_York	38.61731	-81.85152	223			WV	079		
4805379	Fabius (historical)	fabius-historical	US		0	America/New_York	39.094	-78.83669	638			WV	031		
4805382	Fair Oaks Trailer Park	fair-oaks-trailer-park	US		0	America/New_York	37.78595	-80.45702	659			WV	025		
4805423	Fairmor	fairmor	US		0	America/New_York	39.63203	-79.98645	274	Fairmor,Riverside		WV	061		
4805424	Fairplain	fairplain	US		0	America/New_York	38.75259	-81.68596	230	Fair Plain,Fairplain,Union		WV	035		
4805435	Fairview (historical)	fairview-historical	US		0	America/New_York	37.99789	-80.74898	738			WV	025		
4805436	Fairview Acres	fairview-acres	US		0	America/New_York	39.21896	-81.6593	199			WV	107		
4805539	Fairway Acres	fairway-acres	US		0	America/New_York	39.28146	-81.51179	185			WV	107		
4805540	Fairway Gardens	fairway-gardens	US		0	America/New_York	38.44676	-81.96708	216			WV	079		
4805587	Falling Spring	falling-spring	US		210	America/New_York	37.99179	-80.35396	587	Falling Spring,Falling Springs,Renick,Renick Station		WV	025		
4805619	Falls Mill	falls-mill	US		0	America/New_York	38.77371	-80.54981	248	Falls Mill,Falls Mills,Fallsmill		WV	007		
4805630	Fame	fame	US		0	America/New_York	38.74206	-79.16198	440			WV	071		
4805632	Fanco	fanco	US		0	America/New_York	37.77677	-81.81845	265			WV	045		
4805634	Fanny	fanny	US		0	America/New_York	37.56372	-81.62928	376			WV	109		
4805639	Faraday	faraday	US		0	America/New_York	37.2065	-81.63733	510			WV	047		
4805644	Falls View	falls-view	US		238	America/New_York	38.12622	-81.24622	202	Falls View,Fallsview		WV	019		
4805668	Farnum	farnum	US		0	America/New_York	39.32231	-80.32676	301			WV	033		
4805681	Fayette Heights	fayette-heights	US		0	America/New_York	38.02428	-81.1151	601			WV	019		
4805695	Federal (historical)	federal-historical	US		0	America/New_York	39.39258	-81.08678	328			WV	073		
4805704	Fellowsville	fellowsville	US		0	America/New_York	39.33065	-79.82451	416			WV	077		
4805715	Fern	fern	US		0	America/New_York	39.34786	-81.0665	243			WV	073		
4805724	Ferrell	ferrell	US		0	America/New_York	38.35287	-81.83346	184			WV	039		
4805739	Ferrellsburg	ferrellsburg	US		0	America/New_York	38.0251	-82.10541	194	Ferrellsburg,Ferrelsburg		WV	043		
4805749	Fetterman	fetterman	US		0	America/New_York	39.34954	-80.03813	312	Fetterman,Valley Bridge		WV	091		
4805754	Fieldcrest	fieldcrest	US		0	America/New_York	39.65841	-79.93062	304	Field Crest,Fieldcrest		WV	061		
4805770	Files Crossroad	files-crossroad	US		0	America/New_York	39.45677	-77.90389	137			WV	003		
4805775	Finch	finch	US		0	America/New_York	39.3123	-81.08122	255			WV	085		
4805778	Finegan Ford	finegan-ford	US		0	America/New_York	38.98399	-80.05258	554			WV	001		
4805779	Fink	fink	US		0	America/New_York	39.11009	-80.64871	261			WV	041		
4805782	Findley (historical)	findley-historical	US		0	America/New_York	38.95288	-79.99841	591			WV	083		
4805789	Finlow (historical)	finlow-historical	US		0	America/New_York	37.98234	-81.0276	308			WV	019		
4805792	Finster	finster	US		0	America/New_York	38.93815	-80.57954	275			WV	041		
4805810	Fireco	fireco	US		0	America/New_York	37.64484	-81.19815	702			WV	081		
4805870	Fire Creek (historical)	fire-creek-historical	US		0	America/New_York	37.95845	-81.02899	313	Fire Creek (historical),Firecreek		WV	019		
4806001	Fisher (historical)	fisher-historical	US		0	America/New_York	38.88038	-79.9748	682	Fisher (historical),Roaring Creek		WV	083		
4806013	Fisher Hill	fisher-hill	US		0	America/New_York	39.0737	-80.41926	372			WV	041		
4806035	Fishers Crossing	fishers-crossing	US		0	America/New_York	38.64927	-80.48259	322			WV	101		
4806060	Five Forks	five-forks	US		0	America/New_York	38.96925	-81.06067	337			WV	013		
4806061	Five Forks	five-forks	US		0	America/New_York	39.72091	-79.5481	670			WV	077		
4806062	Five Forks	five-forks	US		0	America/New_York	39.17647	-80.97844	329			WV	085		
4806063	Five Forks	five-forks	US		0	America/New_York	39.00621	-80.0998	576			WV	097		
4806066	Five Block	five-block	US		0	America/New_York	37.8951	-81.82401	287			WV	045		
4806070	Five Points (historical)	five-points-historical	US		0	America/New_York	39.68202	-80.7237	411			WV	103		
4806072	Fivemile	fivemile	US		0	America/New_York	38.34538	-81.47845	205			WV	039		
4806074	Fivemile	fivemile	US		0	America/New_York	38.75092	-82.08153	191	Five Mile,Fivemile		WV	053		
4806096	Flaggy Meadow	flaggy-meadow	US		0	America/New_York	39.57147	-80.03424	266	Flaggy Meadow,National Station		WV	061		
4806152	Flatfork	flatfork	US		0	America/New_York	38.70759	-81.49651	237	Flat Fork,Flatfork		WV	087		
4806155	Flatrock	flatrock	US		0	America/New_York	38.84869	-82.01653	203	Flat Rock,Flatrock		WV	053		
4806166	Flaxton (historical)	flaxton-historical	US		0	America/New_York	38.72231	-82.04014	286			WV	053		
4806192	Flinderation	flinderation	US		0	America/New_York	39.29787	-80.51232	309			WV	033		
4806194	Flinn	flinn	US		0	America/New_York	39.07508	-81.69096	184			WV	107		
4806210	Flint Town	flint-town	US		0	America/New_York	38.74926	-81.49762	249	Flint,Flint Town		WV	087		
4806212	Flipping	flipping	US		0	America/New_York	37.34456	-81.26593	681			WV	055		
4806215	Floe	floe	US		0	America/New_York	38.64398	-81.01233	318	Floe,Lydia,Walker,Walker Creek		WV	015		
4806219	Florence (historical)	florence-historical	US		0	America/New_York	39.70008	-79.69894	576			WV	077		
4806220	Florence (historical)	florence-historical	US		0	America/New_York	38.64289	-80.21452	855			WV	083		
4806222	Flower	flower	US		0	America/New_York	38.83148	-80.77316	257	Flower,Waldeck		WV	007		
4806227	Flora (historical)	flora-historical	US		0	America/New_York	39.07066	-79.92119	539			WV	001		
4806236	Flyblow (historical)	flyblow-historical	US		0	America/New_York	39.61147	-80.31369	436	Flyblow (historical),Galletin		WV	049		
4806240	Foch	foch	US		0	America/New_York	38.0401	-81.7929	224			WV	005		
4806246	Fola	fola	US		0	America/New_York	38.3576	-81.10372	336			WV	015		
4806255	Foltz (historical)	foltz-historical	US		0	America/New_York	39.49927	-77.86138	136	Buttstown,Foltz (historical),Ruttstown		WV	003		
4806256	Fonzo	fonzo	US		0	America/New_York	39.07314	-81.0515	221	Fonso,Fonsoville,Fonzo,Hederick Mills		WV	085		
4806296	Forge Hill	forge-hill	US		0	America/New_York	39.45037	-78.95475	280			WV	057		
4806337	Forks of Coal	forks-of-coal	US		0	America/New_York	38.27676	-81.80013	189	Forks of Coal,Forks-of-Coal		WV	039		
4806341	Forksburg	forksburg	US		0	America/New_York	39.4787	-80.04702	421	Forksburg,Forksburgh		WV	049		
4806354	Fork Junction	fork-junction	US		0	America/New_York	38.15732	-81.89707	211			WV	043		
4806360	Fort Grand	fort-grand	US		0	America/New_York	39.57536	-80.08535	299			WV	061		
4806370	Fort Martin	fort-martin	US		0	America/New_York	39.71258	-79.94978	314	Dornicktown,Fort Martin		WV	061		
4806385	Fort Run	fort-run	US		0	America/New_York	39.06677	-78.92253	298			WV	031		
4806388	Fort Seybert	fort-seybert	US		0	America/New_York	38.694	-79.19226	442			WV	071		
4806390	Fort Spring	fort-spring	US		0	America/New_York	37.74512	-80.53924	498	Fort Spring,Forte Spring Depot		WV	025		
4806397	Fort Donnally	fort-donnally	US		0	America/New_York	37.94373	-80.47591	672	Donnallys Fort,Fort Donnally		WV	025		
4806416	Fountain Spring	fountain-spring	US		0	America/New_York	39.14619	-81.54485	190	Fountain Spring,Fountain Springs		WV	107		
4806418	Four Mile	four-mile	US		0	America/New_York	39.58703	-80.61898	243	Four Mile,Fourmile,Keough		WV	103		
4806441	Fourteen (historical)	fourteen-historical	US		0	America/New_York	38.06676	-82.18931	224			WV	043		
4806451	Fowler Knob	fowler-knob	US		0	America/New_York	38.184	-80.81232	688	Fowler Knob,Fowler's Knob,Fowlerknob		WV	067		
4806460	Fox Hall (historical)	fox-hall-historical	US		0	America/New_York	39.19676	-80.01786	398			WV	001		
4806472	Frame	frame	US		0	America/New_York	38.50426	-81.47596	207	Forks of Little Sandy,Frame,Hunt,Poca Fork		WV	039		
4806479	Frame Knob (historical)	frame-knob-historical	US		0	America/New_York	38.56982	-80.95455	243			WV	015		
4806491	Frank	frank	US		90	America/New_York	38.54845	-79.80561	845			WV	075		
4806521	Frazier	frazier	US		0	America/New_York	37.74123	-80.56285	494			WV	025		
4806539	Freed	freed	US		0	America/New_York	39.01092	-81.13789	232			WV	013		
4806552	Freeman Estates	freeman-estates	US		0	America/New_York	38.39369	-82.43238	270			WV	011		
4806556	Freemansburg	freemansburg	US		0	America/New_York	39.08898	-80.52898	319	Freemans Creek,Freemansburg,Freemansburgh,Tobetown		WV	041		
4806569	Freeze Fork	freeze-fork	US		0	America/New_York	37.86122	-81.90234	265			WV	045		
4806578	Frew	frew	US		0	America/New_York	39.4673	-80.83622	212			WV	095		
4806583	Friars Hill	friars-hill	US		0	America/New_York	38.01429	-80.43925	717	Friars Hill,Friarshill		WV	025		
4806588	Friendly View	friendly-view	US		0	America/New_York	37.85733	-81.45872	409			WV	081		
4806611	Frogtown	frogtown	US		0	America/New_York	37.82816	-82.06763	228			WV	045		
4806629	Fry	fry	US		0	America/New_York	38.0151	-82.08319	191			WV	043		
4806642	Fudges Creek	fudges-creek	US		0	America/New_York	38.40675	-82.20653	198	Fudger Creek,Fudges Creek		WV	011		
4806646	Fuller Trailer Park	fuller-trailer-park	US		0	America/New_York	37.78373	-80.45841	657			WV	025		
4806658	Furnace (historical)	furnace-historical	US		0	America/New_York	39.03261	-78.60279	406	Furnace (historical),Great Ridge		WV	031		
4806677	Gale	gale	US		0	America/New_York	38.90455	-80.10341	571			WV	097		
4806695	Galmish	galmish	US		0	America/New_York	39.5648	-80.7051	211			WV	103		
4806708	Gamoca	gamoca	US		0	America/New_York	38.19344	-81.18511	209			WV	019		
4806713	Gandy	gandy	US		0	America/New_York	38.82706	-79.56978	821			WV	083		
4806717	Ganotown	ganotown	US		0	America/New_York	39.40399	-78.14945	166	Ganotown,Jamesburg,Jonesburg		WV	003		
4806734	Garden Farms	garden-farms	US		0	America/New_York	38.39036	-82.38043	197			WV	011		
4806741	Garden Village	garden-village	US		0	America/New_York	39.48425	-80.16675	321			WV	049		
4806749	Gardner Junction	gardner-junction	US		0	America/New_York	37.39595	-81.08565	733	Gardner Junction,Lilly Grove		WV	055		
4806769	Garretts Bend	garretts-bend	US		0	America/New_York	38.30398	-81.91485	209			WV	043		
4806775	Garten	garten	US		0	America/New_York	38.03456	-81.07677	600	Braggville,Garten		WV	019		
4806777	Garton Village	garton-village	US		0	America/New_York	39.01121	-80.39842	318			WV	041		
4806784	Gaston Junction	gaston-junction	US		0	America/New_York	39.4687	-80.14702	271	Gaston Junction,Johntown		WV	049		
4806785	Gaston Manor	gaston-manor	US		0	America/New_York	39.0662	-80.44898	338			WV	041		
4806802	Gath (historical)	gath-historical	US		0	America/New_York	39.43842	-80.08091	353			WV	049		
4806804	Gatzmer	gatzmer	US		0	America/New_York	39.18511	-79.38338	992			WV	093		
4806818	Gauley Mills	gauley-mills	US		0	America/New_York	38.3615	-80.58342	624			WV	101		
4806833	Gaylersville	gaylersville	US		0	America/New_York	38.40508	-82.40543	201			WV	011		
4806834	Gaymont	gaymont	US		0	America/New_York	38.11483	-81.09649	449	Camont,Gaymont		WV	019		
4806843	Gazil (historical)	gazil-historical	US		0	America/New_York	38.38482	-81.32039	427			WV	039		
4806885	German (historical)	german-historical	US		0	America/New_York	38.7701	-80.81982	282			WV	007		
4806896	Gerstell	gerstell	US		0	America/New_York	39.48343	-78.9328	226			WV	057		
4806902	Gertrude (historical)	gertrude-historical	US		0	America/New_York	38.669	-79.78617	916			WV	075		
4806909	Giatto	giatto	US		0	America/New_York	37.41762	-81.25593	730	Giatto,Giotto		WV	055		
4806941	Gilbert Creek	gilbert-creek	US		1090	America/New_York	37.57594	-81.89484	337			WV	059		
4806945	Gilkerson	gilkerson	US		0	America/New_York	38.20842	-82.32376	227			WV	099		
4806947	Giles	giles	US		0	America/New_York	38.13427	-81.44734	219	Fairfield,Giles,Illini		WV	039		
4806961	Gillman Bottom	gillman-bottom	US		0	America/New_York	37.72872	-81.794	268			WV	045		
4806962	Gillooly	gillooly	US		0	America/New_York	38.97759	-80.57009	265			WV	041		
4806976	Gip	gip	US		0	America/New_York	38.67787	-80.994	284	Gip,Joe Town		WV	007		
4806978	Girta	girta	US		0	America/New_York	39.08508	-81.26039	209			WV	085		
4806986	Glace	glace	US		0	America/New_York	37.67707	-80.3434	772			WV	063		
4806995	Glade Creek	glade-creek	US		0	America/New_York	38.31816	-80.79871	594	Almoris,Glade Creek		WV	067		
4807002	Glade Farms	glade-farms	US		0	America/New_York	39.70563	-79.52421	645	Glade Farm,Glade Farms,Gladefarms,Preston Glades,Twin Churches		WV	077		
4807034	Glade Springs	glade-springs	US		0	America/New_York	37.71789	-81.06371	851			WV	081		
4807037	Glade View	glade-view	US		0	America/New_York	38.40622	-80.5287	687			WV	101		
4807038	Gladesville	gladesville	US		0	America/New_York	39.46703	-79.87701	538			WV	077		
4807055	Glass Addition	glass-addition	US		0	America/New_York	38.45648	-81.81652	181			WV	079		
4807058	Gleason (historical)	gleason-historical	US		0	America/New_York	39.36288	-79.21726	538	Gleason (historical),Upper Potomac		WV	057		
4807059	Glebe (historical)	glebe-historical	US		0	America/New_York	39.2001	-78.85919	265			WV	027		
4807061	Glen Alum	glen-alum	US		0	America/New_York	37.58483	-81.9929	355	Glen Alum,Glenalum		WV	059		
4807062	Glen Alum Junction	glen-alum-junction	US		0	America/New_York	37.54289	-81.9954	248	Appleton,Glen Alum,Glen Alum Junction,Glenalum Junction		WV	059		
4807073	Glen Elk	glen-elk	US		0	America/New_York	39.28509	-80.3387	309			WV	033		
4807074	Glen Falls	glen-falls	US		0	America/New_York	39.30787	-80.32537	321			WV	033		
4807084	Glen Morgan	glen-morgan	US		0	America/New_York	37.75595	-81.15843	645	Glen Morgan,Raleigh		WV	081		
4807090	Glen View	glen-view	US		0	America/New_York	37.7415	-81.2576	764			WV	081		
4807092	Glen White Junction (historical)	glen-white-junction-historical	US		0	America/New_York	37.76122	-81.29344	608			WV	081		
4807106	Glendon	glendon	US		0	America/New_York	38.59121	-80.88871	242			WV	007		
4807110	Glenhayes	glenhayes	US		0	America/New_York	38.01426	-82.52126	184	Glen Hayes,Glenhayes,Yorkville		WV	099		
4807111	Glenmore	glenmore	US		0	America/New_York	38.89816	-79.84007	600			WV	083		
4807114	Glenray	glenray	US		0	America/New_York	37.72956	-80.66952	471			WV	089		
4807146	Godby Heights	godby-heights	US		0	America/New_York	37.93705	-82.00902	205	Godby,Godby Heights		WV	045		
4807160	Goffs	goffs	US		0	America/New_York	39.09008	-81.03455	219	Dry Run,Goff,Goffs		WV	085		
4807170	Goldtown	goldtown	US		0	America/New_York	38.61176	-81.65291	202			WV	035		
4807171	Gomez (historical)	gomez-historical	US		0	America/New_York	38.74231	-81.07539	235			WV	013		
4807173	Good	good	US		0	America/New_York	39.3576	-78.36112	351			WV	027		
4807191	Goodhope	goodhope	US		0	America/New_York	39.18148	-80.43926	311	Good Hope,Goodhope,West Fork		WV	033		
4807199	Goodwill	goodwill	US		0	America/New_York	37.35428	-81.28954	695			WV	055		
4807218	Goose Nest	goose-nest	US		0	America/New_York	39.44593	-78.07639	334			WV	003		
4807250	Gormley	gormley	US		0	America/New_York	38.97232	-80.08897	643			WV	097		
4807326	Graham Heights	graham-heights	US		0	America/New_York	39.47564	-80.10591	330			WV	049		
4807342	Grandview Gardens	grandview-gardens	US		0	America/New_York	38.39369	-82.5896	222			WV	099		
4807343	Grandview Heights	grandview-heights	US		0	America/New_York	38.39508	-82.38043	245			WV	011		
4807375	Grant Valley Trailer Court	grant-valley-trailer-court	US		0	America/New_York	39.18481	-80.37815	310			WV	033		
4807387	Grape Island	grape-island	US		0	America/New_York	39.42146	-81.18178	195			WV	073		
4807441	Grassy Falls	grassy-falls	US		0	America/New_York	38.17261	-80.68759	710			WV	067		
4807467	Graux	graux	US		0	America/New_York	38.75481	-81.2879	255			WV	087		
4807468	Grave Creek	grave-creek	US		0	America/New_York	39.87174	-80.72314	213			WV	051		
4807488	Grayden	grayden	US		0	America/New_York	38.09205	-81.05621	485	Free Union,Grayden,Graydon		WV	019		
4807512	Green Bottom	green-bottom	US		0	America/New_York	38.55231	-82.28376	179	Green Bottom,Greenbottom		WV	011		
4807514	Green Acres	green-acres	US		0	America/New_York	38.80953	-81.36484	285			WV	087		
4807528	Green Hill	green-hill	US		0	America/New_York	39.63841	-80.7751	393	Green Hill,Greenhill		WV	103		
4807546	Green Meadows Addition	green-meadows-addition	US		0	America/New_York	39.26424	-81.46318	201			WV	107		
4807553	Green Run	green-run	US		0	America/New_York	39.38091	-81.2215	214			WV	073		
4807604	Greenbrier Addition	greenbrier-addition	US		0	America/New_York	39.36619	-81.49096	197			WV	107		
4807651	Greenbrier Junction	greenbrier-junction	US		0	America/New_York	38.78011	-79.76534	880			WV	083		
4807654	Greenstown	greenstown	US		0	America/New_York	37.96095	-81.14732	581	Greenstown,Greentown,Towne		WV	019		
4807669	Greenwood (historical)	greenwood-historical	US		0	America/New_York	37.87873	-80.98787	751			WV	019		
4807695	Greyeagle	greyeagle	US		0	America/New_York	37.84954	-82.41681	190	Grayeagle,Grey Eagle,Greyeagle		WV	059		
4807697	Greystone	greystone	US		0	America/New_York	39.68786	-79.86228	301			WV	061		
4807722	Griffith Creek	griffith-creek	US		0	America/New_York	37.72762	-80.67647	474			WV	089		
4807728	Grimms Landing	grimms-landing	US		0	America/New_York	38.67759	-81.94875	174	Grim,Grim's Landing,Grimm's Landing,Grimms Crossing,Grimms Landing		WV	053		
4807732	Grippe	grippe	US		0	America/New_York	38.19899	-81.73623	202			WV	005		
4807756	Grubbs Corner	grubbs-corner	US		0	America/New_York	39.41343	-77.97333	165			WV	003		
4807762	Guardian	guardian	US		0	America/New_York	38.63621	-80.46647	332	Guardian,Middleport,Removal,Salisbury,Salisbury Station		WV	101		
4807787	Gunville	gunville	US		0	America/New_York	38.77481	-81.87264	287			WV	053		
4807791	Guseman (historical)	guseman-historical	US		0	America/New_York	39.57147	-79.60949	498			WV	077		
4807794	Guseman	guseman	US		0	America/New_York	39.51647	-79.80895	517			WV	077		
4807803	Guyan	guyan	US		0	America/New_York	37.64039	-81.77484	330			WV	109		
4807809	Guyan Terrace	guyan-terrace	US		0	America/New_York	37.91649	-81.97374	205			WV	045		
4807812	Guyandotte	guyandotte	US		0	America/New_York	38.42703	-82.38515	166	Elk,Guiandot,Guyan,Guyand River,Guyandot,Guyandotte,Kayandote,Kiandot,La-ke-we-ke-ton,Se-co-nee		WV	011		
4807821	Guyan Estates	guyan-estates	US		0	America/New_York	38.40175	-82.31765	171			WV	011		
4807854	Hagans	hagans	US		0	America/New_York	39.62036	-80.12952	317			WV	061		
4807858	Hager	hager	US		0	America/New_York	38.21454	-82.0868	212			WV	043		
4807869	Haddleton	haddleton	US		0	America/New_York	38.04455	-81.8304	222	Hadalton,Haddleton		WV	005		
4807883	Hainesville	hainesville	US		0	America/New_York	39.52649	-77.91944	121	Hainesville,Morlattsville		WV	003		
4807884	Halcyon	halcyon	US		0	America/New_York	37.97982	-82.09374	224			WV	045		
4807893	Haleville	haleville	US		0	America/New_York	39.0487	-80.46231	319			WV	041		
4807909	Hall Addition	hall-addition	US		0	America/New_York	39.10787	-80.41092	317			WV	041		
4807929	Hall Trailer Park	hall-trailer-park	US		0	America/New_York	39.01898	-80.4162	317			WV	041		
4807931	Hallburg	hallburg	US		0	America/New_York	38.62204	-80.99705	298	Hallburg,Hallsburg		WV	015		
4807933	Halleck	halleck	US		0	America/New_York	39.47925	-79.93923	583			WV	061		
4807941	Halls Mills	halls-mills	US		0	America/New_York	39.62397	-80.72065	231	Hall's Mills,Halls Mill,Halls Mills		WV	103		
4807947	Halo	halo	US		0	America/New_York	38.45011	-80.53675	633	Halo,Halo Station,Marcus		WV	101		
4807959	Hamilton (historical)	hamilton-historical	US		0	America/New_York	38.02067	-81.24844	401			WV	019		
4807980	Hamlet (historical)	hamlet-historical	US		0	America/New_York	37.82817	-81.00926	384			WV	081		
4808064	Hannahdale	hannahdale	US		0	America/New_York	39.22202	-81.02594	225	Goose Neck,Goose Neck Mills,Gooseneck,Hannahdale		WV	085		
4808066	Hannahsville	hannahsville	US		0	America/New_York	39.24149	-79.71145	463			WV	093		
4808092	Hansrote	hansrote	US		0	America/New_York	39.57676	-78.41584	185	Hamsrote,Hansrate,Hansrote		WV	065		
4808108	Harding	harding	US		0	America/New_York	38.94816	-79.95924	596			WV	083		
4808110	Hardman	hardman	US		0	America/New_York	38.91564	-80.94538	221			WV	021		
4808111	Hardman	hardman	US		0	America/New_York	39.39037	-79.89479	339			WV	091		
4808130	Harewood	harewood	US		0	America/New_York	38.15733	-81.2915	260			WV	019		
4808131	Harewood	harewood	US		0	America/New_York	39.30232	-77.91611	174			WV	037		
4808141	Harlem Heights	harlem-heights	US		0	America/New_York	38.00567	-81.12232	609			WV	019		
4808142	Harless	harless	US		0	America/New_York	38.15204	-81.8479	209			WV	005		
4808151	Harley	harley	US		0	America/New_York	38.63176	-81.31401	246	Harley,Latch		WV	087		
4808152	Harlin	harlin	US		0	America/New_York	39.29953	-80.68343	261			WV	017		
4808174	Harmony (historical)	harmony-historical	US		0	America/New_York	39.26316	-77.86722	142			WV	037		
4808184	Harmony Grove	harmony-grove	US		0	America/New_York	39.60703	-79.99007	399			WV	061		
4808219	Harper Heights	harper-heights	US		0	America/New_York	37.80317	-81.24482	732			WV	081		
4808241	Harperton	harperton	US		0	America/New_York	38.90206	-79.48672	860			WV	083		
4808242	Harpertown	harpertown	US		0	America/New_York	38.93927	-79.83868	594			WV	083		
4808298	Harter	harter	US		0	America/New_York	38.28095	-80.01256	673			WV	075		
4808313	Hartmansville	hartmansville	US		0	America/New_York	39.32205	-79.15503	822	Hartmansville,Hartmonsville		WV	057		
4808328	Hartzel	hartzel	US		0	America/New_York	39.4437	-80.52398	324	Hartzel,Tunnel		WV	103		
4808346	Harveytown	harveytown	US		0	America/New_York	38.39869	-82.46877	166			WV	011		
4808352	Hassock Addition	hassock-addition	US		0	America/New_York	38.80092	-81.34484	253			WV	087		
4808356	Hatcher	hatcher	US		0	America/New_York	37.36595	-80.97814	618			WV	055		
4808357	Hatcher	hatcher	US		0	America/New_York	37.69594	-81.61955	391	Hatcher,Ivanhoe		WV	109		
4808384	Hattie	hattie	US		0	America/New_York	38.89981	-81.01261	220			WV	013		
4808388	Havaco	havaco	US		0	America/New_York	37.41011	-81.57733	413			WV	047		
4808408	Hayden (historical)	hayden-historical	US		0	America/New_York	39.51675	-79.62588	537			WV	077		
4808413	Hawks Nest	hawks-nest	US		0	America/New_York	38.11594	-81.11705	263	Hawk's Nest,Hawks Nest,Hawksnest,Marshall's Pillar,Marshalls Pillar		WV	019		
4808447	Hazelgreen	hazelgreen	US		0	America/New_York	39.08231	-80.98705	231	Hazel Green,Hazelgreen		WV	085		
4808452	Hazelwood (historical)	hazelwood-historical	US		0	America/New_York	38.89455	-79.54783	758			WV	083		
4808463	Headsville	headsville	US		0	America/New_York	39.3926	-78.85586	208	Heads Ville,Headsville,Sheetz Mill,Sheetzs Mills		WV	057		
4808481	Heatherfield	heatherfield	US		0	America/New_York	39.43649	-77.83138	165			WV	037		
4808482	Heathers Run	heathers-run	US		0	America/New_York	39.43815	-79.6845	400			WV	077		
4808486	Heatherman (historical)	heatherman-historical	US		0	America/New_York	38.47677	-81.31151	191			WV	039		
4808489	Heavener Grove	heavener-grove	US		0	America/New_York	38.97954	-80.17675	520			WV	097		
4808501	Heavner (historical)	heavner-historical	US		0	America/New_York	38.99982	-80.21231	436			WV	097		
4808516	Hedgeview	hedgeview	US		0	America/New_York	37.84816	-82.03318	249			WV	045		
4808521	Heights	heights	US		0	America/New_York	38.86369	-82.1332	176			WV	053		
4808526	Heizer	heizer	US		0	America/New_York	38.53592	-81.76846	201			WV	079		
4808531	Helens Run	helens-run	US		0	America/New_York	39.46092	-80.25203	276			WV	049		
4808602	Hensley Heights	hensley-heights	US		0	America/New_York	37.72927	-81.87956	231			WV	045		
4808632	Herndon Heights	herndon-heights	US		0	America/New_York	37.50345	-81.35871	779			WV	109		
4808640	Herring	herring	US		0	America/New_York	39.54258	-79.73811	611			WV	077		
4808648	Herold	herold	US		0	America/New_York	38.56732	-80.80982	283			WV	007		
4808655	Hettie	hettie	US		0	America/New_York	38.77177	-80.48925	425			WV	007		
4808656	Hetzel	hetzel	US		0	America/New_York	37.86094	-81.87762	308			WV	045		
4808665	Hewlet	hewlet	US		0	America/New_York	38.16759	-82.62682	172	Hewlet,Hewlett		WV	099		
4808704	Hickory Hill	hickory-hill	US		0	America/New_York	38.4437	-81.95125	217			WV	079		
4808733	Hicumbottom	hicumbottom	US		0	America/New_York	38.56398	-81.56068	194			WV	039		
4808739	Hidden Valley Estates	hidden-valley-estates	US		0	America/New_York	38.45204	-81.9168	224			WV	079		
4808745	Higby (historical)	higby-historical	US		0	America/New_York	38.68509	-81.53624	243			WV	087		
4808829	Highlawn	highlawn	US		0	America/New_York	38.37648	-81.8093	188			WV	039		
4808847	Hilderbrand	hilderbrand	US		0	America/New_York	39.59064	-79.99757	268	Delmar,Hildebrand,Hilderbrand		WV	061		
4808875	Hill Top	hill-top	US		0	America/New_York	37.4654	-80.90842	615	Helltop,Hill Top,Tophet		WV	089		
4808881	Hillcrest	hillcrest	US		0	America/New_York	39.49092	-80.15591	315			WV	049		
4808882	Hillcrest	hillcrest	US		0	America/New_York	39.25369	-81.48873	238			WV	107		
4808888	Hilldale	hilldale	US		0	America/New_York	37.6379	-80.7873	515			WV	089		
4808896	Hills Crossing	hills-crossing	US		0	America/New_York	38.94175	-81.8143	184			WV	035		
4808917	Hilton Village	hilton-village	US		0	America/New_York	38.01511	-80.90148	792			WV	019		
4808930	Hinch	hinch	US		0	America/New_York	37.61094	-82.01457	375			WV	059		
4808944	Hinkleville	hinkleville	US		0	America/New_York	38.92677	-80.2623	489	Hinkle,Hinkles Mills,Hinkleville		WV	097		
4808950	Hiorra	hiorra	US		0	America/New_York	39.39231	-79.81868	412			WV	077		
4808952	Hiser (historical)	hiser-historical	US		0	America/New_York	38.96261	-79.11531	292			WV	023		
4808958	Hitop	hitop	US		0	America/New_York	38.28427	-81.29372	387			WV	039		
4808964	Hix	hix	US		0	America/New_York	37.73012	-80.81953	798			WV	089		
4808965	Hix (historical)	hix-historical	US		0	America/New_York	37.22484	-81.63372	505			WV	047		
4808966	Hoard	hoard	US		0	America/New_York	39.7048	-79.93228	249			WV	061		
4808970	Hobson (historical)	hobson-historical	US		0	America/New_York	39.15288	-79.76229	579			WV	093		
4808973	Hodam	hodam	US		0	America/New_York	38.62038	-80.38258	488	Hodam,Hodom		WV	101		
4808997	Hog Eye	hog-eye	US		0	America/New_York	39.56925	-79.91229	473			WV	061		
4809035	Hogsett	hogsett	US		0	America/New_York	38.69258	-82.17598	170			WV	053		
4809037	Hokes Mill	hokes-mill	US		0	America/New_York	37.69984	-80.52618	519			WV	025		
4809083	Holly Hills Estates	holly-hills-estates	US		0	America/New_York	38.29872	-80.82954	599			WV	067		
4809086	Holly Meadows	holly-meadows	US		0	America/New_York	39.13427	-79.68117	523			WV	093		
4809096	Hollygrove	hollygrove	US		0	America/New_York	38.19038	-81.39595	195	Hollygrove,Hollygrove Station,Hudnall		WV	039		
4809100	Hollyhurst	hollyhurst	US		0	America/New_York	38.23482	-81.77512	206			WV	039		
4809108	Holstead (historical)	holstead-historical	US		0	America/New_York	38.56955	-80.62759	521	Holstead (historical),Spring Ridge		WV	007		
4809116	Holswade Addition	holswade-addition	US		0	America/New_York	38.7937	-81.35373	223			WV	087		
4809131	Home Acres	home-acres	US		0	America/New_York	39.05009	-80.52204	346			WV	041		
4809153	Hominy Falls	hominy-falls	US		0	America/New_York	38.14539	-80.7187	715	Homily Falls,Hominy Falls,Hominyfalls		WV	067		
4809165	Honeydew (historical)	honeydew-historical	US		0	America/New_York	38.03456	-80.82982	715			WV	019		
4809171	Hoodsville	hoodsville	US		0	America/New_York	39.57314	-80.15424	296			WV	049		
4809174	Hoohoo	hoohoo	US		0	America/New_York	37.74289	-81.30982	621	Hoo Hoo,Hoohoo		WV	081		
4809179	Hooks Mills	hooks-mills	US		0	America/New_York	39.24205	-78.46362	265	Hook's Mills,Hooks Mills		WV	027		
4809181	Hookersville	hookersville	US		0	America/New_York	38.38569	-80.80968	567			WV	067		
4809189	Hoover Town	hoover-town	US		0	America/New_York	38.88066	-80.30758	483			WV	097		
4809192	Hope (historical)	hope-historical	US		0	America/New_York	38.79871	-80.8126	300	Hope (historical),Knapp		WV	007		
4809199	Hopecrest	hopecrest	US		0	America/New_York	39.6198	-79.95979	342			WV	061		
4809202	Hopemont	hopemont	US		0	America/New_York	39.43732	-79.51727	763	Hopemont,Rinards Crossing		WV	077		
4809205	Hopeville	hopeville	US		0	America/New_York	38.96733	-79.28671	353			WV	023		
4809232	Hopkins Fork	hopkins-fork	US		0	America/New_York	38.08316	-81.64123	220	Hopkins Fork,Nelson		WV	005		
4809241	Hopper	hopper	US		0	America/New_York	37.82123	-80.36507	547	Harper,Harpers,Hooper,Hopper		WV	025		
4809264	Horrock	horrock	US		0	America/New_York	38.02623	-80.29452	586			WV	025		
4809277	Horse Creek Junction	horse-creek-junction	US		0	America/New_York	38.16454	-81.8579	218			WV	005		
4809302	Horse Shoe Run	horse-shoe-run	US		0	America/New_York	39.27094	-79.51422	794	Horse Shoe Run,Horseshoe Run		WV	077		
4809312	Horseneck	horseneck	US		0	America/New_York	39.32146	-81.28067	248	Horse Neck,Horseneck		WV	073		
4809315	Horsepen (historical)	horsepen-historical	US		0	America/New_York	37.62011	-81.89179	271			WV	059		
4809347	Hosterman	hosterman	US		0	America/New_York	38.47317	-79.86173	796	Collins,Hosterman		WV	075		
4809352	Hoult	hoult	US		0	America/New_York	39.51258	-80.1273	303	Hoult,Houlttown		WV	049		
4809363	Hovatter	hovatter	US		0	America/New_York	39.2351	-79.75507	512			WV	093		
4809365	Howard (historical)	howard-historical	US		0	America/New_York	39.7373	-80.63925	432			WV	051		
4809386	Howesville	howesville	US		0	America/New_York	39.43926	-79.75589	676	Howesville,The German Settlement		WV	077		
4809389	Hoy	hoy	US		0	America/New_York	39.31788	-78.55196	384			WV	027		
4809398	Hubball	hubball	US		0	America/New_York	38.19898	-82.18792	193	Brown City,Hubball,Lavern,Laverne		WV	043		
4809402	Howells Mill	howells-mill	US		0	America/New_York	38.44175	-82.21959	175	Doolittle Mill,Herndon Mill,Hilliard Mill,Howell Mill,Howells Mill		WV	011		
4809404	Hubbardstown	hubbardstown	US		0	America/New_York	38.19397	-82.59849	180			WV	099		
4809421	Huff (historical)	huff-historical	US		0	America/New_York	38.77177	-80.00063	862			WV	083		
4809426	Huff Junction	huff-junction	US		0	America/New_York	37.72955	-81.86762	229			WV	045		
4809434	Huffman (historical)	huffman-historical	US		0	America/New_York	39.06816	-79.9173	514			WV	001		
4809445	Hughart	hughart	US		0	America/New_York	37.90206	-80.55119	628			WV	025		
4809465	Hughs Subdivision	hughs-subdivision	US		0	America/New_York	39.15619	-81.45679	196			WV	107		
4809529	Hunting Hills	hunting-hills	US		0	America/New_York	39.68702	-80.32591	308			WV	061		
4809549	Huntsville (historical)	huntsville-historical	US		0	America/New_York	38.83147	-81.84013	182	Grimm Store,Huntsville (historical)		WV	035		
4809553	Hur	hur	US		0	America/New_York	38.87342	-81.16956	350			WV	013		
4809572	Hurricane Bridge (historical)	hurricane-bridge-historical	US		0	America/New_York	38.40759	-82.01319	196			WV	079		
4809623	Hyers	hyers	US		0	America/New_York	38.86371	-80.69926	242	Gillespie,Hyers,Slabtown		WV	007		
4809660	Imperial Estates	imperial-estates	US		0	America/New_York	38.41231	-82.04514	230			WV	079		
4809685	Index (historical)	index-historical	US		0	America/New_York	38.87648	-81.01567	261			WV	013		
4809728	Indian Meadows	indian-meadows	US		0	America/New_York	38.42231	-82.24515	195			WV	011		
4809735	Indian Mills	indian-mills	US		0	America/New_York	37.52845	-80.81703	472			WV	089		
4809746	Indian Village	indian-village	US		0	America/New_York	38.60786	-81.98569	174			WV	079		
4809750	Industrial	industrial	US		0	America/New_York	39.27814	-80.58149	331			WV	017		
4809751	Industrial	industrial	US		0	America/New_York	39.27009	-80.32009	306			WV	033		
4809758	Ingo	ingo	US		0	America/New_York	38.76927	-80.41008	315			WV	041		
4809759	Ingram Branch	ingram-branch	US		0	America/New_York	38.01789	-81.239	404			WV	019		
4809764	Inkerman	inkerman	US		0	America/New_York	39.13816	-78.76863	447			WV	031		
4809879	Intermont	intermont	US		0	America/New_York	39.14622	-78.54695	284	Intermont,Mutton Run		WV	027		
4809888	Iris (historical)	iris-historical	US		0	America/New_York	39.03369	-81.05511	338			WV	085		
4809889	Irish Hill	irish-hill	US		0	America/New_York	39.45871	-77.95722	141			WV	003		
4809903	Irona	irona	US		0	America/New_York	39.44898	-79.71617	592			WV	077		
4809906	Irontown	irontown	US		0	America/New_York	39.37926	-79.91507	331			WV	091		
4809930	Island Branch	island-branch	US		0	America/New_York	38.57426	-81.53179	196	Island Branch,Islandbranch		WV	039		
4809975	Israel	israel	US		0	America/New_York	39.31815	-79.8109	514			WV	077		
4810010	Jackson Acres	jackson-acres	US		0	America/New_York	39.11954	-80.40898	316			WV	041		
4810028	Jackson Flats	jackson-flats	US		0	America/New_York	37.33178	-81.87929	703			WV	047		
4810039	Jackson Mill	jackson-mill	US		0	America/New_York	39.0962	-80.47593	322	Jackson Mill,Jacksons Mill,Jacksons Mills		WV	041		
4810061	Jaco	jaco	US		0	America/New_York	39.6673	-79.91812	376			WV	061		
4810062	Jacobs Fork	jacobs-fork	US		0	America/New_York	37.22789	-81.59289	520	Jacob Fork,Jacobs Fork		WV	047		
4810069	Jacox	jacox	US		0	America/New_York	38.08901	-80.30757	784			WV	075		
4810076	Jakes Run	jakes-run	US		0	America/New_York	39.65814	-80.17118	308	Jakes Run,Statler Run		WV	061		
4810095	James Crest Farms	james-crest-farms	US		0	America/New_York	37.82567	-81.21899	732			WV	081		
4810105	Jamestown (historical)	jamestown-historical	US		0	America/New_York	38.45621	-81.02927	238			WV	015		
4810122	Janie	janie	US		0	America/New_York	37.98233	-81.53845	253	Janie,Mordue		WV	005		
4810135	Jarrett	jarrett	US		0	America/New_York	38.44176	-81.48457	194			WV	039		
4810141	Jarrolds Valley	jarrolds-valley	US		0	America/New_York	37.97511	-81.529	253	Jarrells,Jarrolds,Jarrolds Valley		WV	081		
4810144	Jarvisville	jarvisville	US		0	America/New_York	39.23342	-80.48732	319			WV	033		
4810151	Jayenn	jayenn	US		0	America/New_York	39.47258	-80.1823	300			WV	049		
4810156	Jed	jed	US		0	America/New_York	37.40428	-81.57455	427			WV	047		
4810157	Jeff Scotts (historical)	jeff-scotts-historical	US		0	America/New_York	38.91872	-79.95118	621			WV	083		
4810180	Jefferson Village	jefferson-village	US		0	America/New_York	39.32621	-77.88666	168			WV	037		
4810199	Jenky	jenky	US		0	America/New_York	38.14955	-80.99482	561			WV	019		
4810207	Jenningston	jenningston	US		0	America/New_York	38.98816	-79.53061	621			WV	093		
4810211	Jenny Gap (historical)	jenny-gap-historical	US		0	America/New_York	37.72622	-81.32094	653			WV	081		
4810213	Jere	jere	US		0	America/New_York	39.66703	-80.03534	286	Jere,Scottsdale		WV	061		
4810214	Jericho (historical)	jericho-historical	US		0	America/New_York	39.21177	-78.42473	425			WV	027		
4810218	Jerome Park	jerome-park	US		0	America/New_York	39.63203	-79.93451	284			WV	061		
4810229	Jerrys Run	jerrys-run	US		0	America/New_York	39.06702	-81.65791	188			WV	107		
4810230	Jerryville	jerryville	US		0	America/New_York	38.42567	-80.31119	746			WV	101		
4810250	Jessop	jessop	US		0	America/New_York	39.41842	-79.75756	659			WV	077		
4810257	Jetsville	jetsville	US		0	America/New_York	38.169	-80.60092	764			WV	067		
4810285	Jimtown	jimtown	US		0	America/New_York	39.3987	-80.40342	303			WV	033		
4810286	Jimtown	jimtown	US		0	America/New_York	38.91844	-80.00091	729			WV	083		
4810287	Jingo (historical)	jingo-historical	US		0	America/New_York	38.72426	-81.47846	239			WV	087		
4810288	Job	job	US		0	America/New_York	38.86428	-79.557	787	Dry Fork,Job		WV	083		
4810292	Jimtown	jimtown	US		0	America/New_York	39.63704	-78.21751	193	Jimstown,Jimtown		WV	065		
4810302	Jodie	jodie	US		0	America/New_York	38.23038	-81.14788	215	Bryce,Imboden,Jodie		WV	019		
4810303	Joe Branch	joe-branch	US		0	America/New_York	37.569	-81.45455	422	Joe Branch,Joes Branch,Joesbranch		WV	109		
4810322	Joes Creek	joes-creek	US		0	America/New_York	38.09344	-81.55706	292	Joes Creek,Pureoil,Pureore		WV	005		
4810341	Joetown	joetown	US		0	America/New_York	39.46314	-80.40759	310			WV	049		
4810373	Johnnycake	johnnycake	US		0	America/New_York	37.48233	-81.81706	320			WV	047		
4810381	Johns	johns	US		0	America/New_York	38.14871	-81.70151	209	Johns,Ohns		WV	005		
4810401	Johnson (historical)	johnson-historical	US		0	America/New_York	38.25925	-82.29709	196			WV	011		
4810415	Johnson Crossroads	johnson-crossroads	US		0	America/New_York	37.61762	-80.63396	590	Johnson Crossroads,Johnsons Cross Roads,Johnsons Crossroads		WV	063		
4810449	Johnsons Mill	johnsons-mill	US		0	America/New_York	39.56926	-78.19945	178	Johnson Mill,Johnsons Mill		WV	065		
4810450	Johnsontown	johnsontown	US		0	America/New_York	39.57843	-78.03945	135	Johnsontown,Johnstontown,Soho		WV	003		
4810451	Johnsontown	johnsontown	US		0	America/New_York	39.33899	-77.88694	182			WV	037		
4810463	Johnston Town	johnston-town	US		0	America/New_York	37.3579	-81.14148	796	Gladesville,Johnston Town		WV	055		
4810469	Joker	joker	US		0	America/New_York	38.90592	-81.16956	336	Epperly,Joker		WV	013		
4810481	Jonben	jonben	US		0	America/New_York	37.65623	-81.19204	698			WV	081		
4810498	Jones Crossing	jones-crossing	US		0	America/New_York	38.89869	-81.62846	183			WV	035		
4810513	Jones Springs	jones-springs	US		0	America/New_York	39.49149	-78.09528	175	Jones Spring,Jones Springs		WV	003		
4810534	Jordan Run	jordan-run	US		0	America/New_York	39.03066	-79.25421	472	Jordan Run,Jordan's Run,Jordanrun,Jordon Run		WV	023		
4810560	Judy Gap	judy-gap	US		0	America/New_York	38.70678	-79.46449	588			WV	071		
4810576	Julia	julia	US		0	America/New_York	38.02456	-80.30396	655			WV	025		
4810579	July (historical)	july-historical	US		0	America/New_York	38.64592	-81.53735	286			WV	087		
4810581	Jumbo	jumbo	US		0	America/New_York	38.56261	-80.38786	506	Howell,Jumbo		WV	101		
4810596	Junta (historical)	junta-historical	US		0	America/New_York	37.51707	-80.83841	460			WV	089		
4810598	Justice Addition	justice-addition	US		0	America/New_York	37.8926	-81.9929	204			WV	045		
4810606	KM Junction	km-junction	US		0	America/New_York	38.16233	-81.194	204			WV	019		
4810607	Kabletown	kabletown	US		0	America/New_York	39.21649	-77.85694	122			WV	037		
4810616	Kale	kale	US		0	America/New_York	37.38428	-81.18537	689			WV	055		
4810624	Kanawha City	kanawha-city	US		0	America/New_York	38.32149	-81.58207	186	Kanawha City,Libow,Owens		WV	039		
4810633	Kanawha Drive	kanawha-drive	US		0	America/New_York	38.9537	-80.89955	221	Kanawha Drive,Revel		WV	021		
4810635	Kanawha Estates	kanawha-estates	US		0	America/New_York	38.3001	-81.56512	183			WV	039		
4810660	Kanes Creek	kanes-creek	US		0	America/New_York	39.50897	-79.75256	606	Kane Creek,Kanes Creek		WV	077		
4810662	Kanetown	kanetown	US		0	America/New_York	39.36648	-79.76423	526			WV	077		
4810683	Katy Lick	katy-lick	US		0	America/New_York	39.31759	-80.42342	320	Katy Lick,Katylick,Katys Lick,Wilsonburg		WV	033		
4810692	Kausooth	kausooth	US		0	America/New_York	39.75453	-80.59564	246			WV	051		
4810694	Kaymoor	kaymoor	US		0	America/New_York	38.05011	-81.05482	273	Kay Moor,Kaymoor		WV	019		
4810701	Kayford	kayford	US		0	America/New_York	38.01566	-81.45206	384			WV	039		
4810702	Kedron	kedron	US		0	America/New_York	38.89594	-80.12758	561			WV	097		
4810710	Keeler Glade	keeler-glade	US		0	America/New_York	39.62981	-79.47782	700			WV	077		
4810713	Keenan	keenan	US		0	America/New_York	37.5854	-80.48534	702			WV	063		
4810728	Keeneys Creek	keeneys-creek	US		0	America/New_York	38.03733	-81.02954	283	Keeney,Keeneys Creek		WV	019		
4810740	Keister	keister	US		0	America/New_York	37.8629	-80.34285	541	Judyton,Keister,Keister Station,Kister,Kistler		WV	025		
4810742	Keith	keith	US		0	America/New_York	38.04288	-81.57373	231	Darby,Keith,Walburn		WV	005		
4810774	Kelly Hill	kelly-hill	US		0	America/New_York	38.48315	-81.36345	189			WV	039		
4810787	Kempton Junction	kempton-junction	US		0	America/New_York	39.21538	-79.44616	821			WV	023		
4810791	Kenmar Trailer Park	kenmar-trailer-park	US		0	America/New_York	38.43981	-81.9443	230			WV	079		
4810794	Kenna Homes	kenna-homes	US		0	America/New_York	38.35648	-81.71874	182			WV	039		
4810806	Kennison	kennison	US		0	America/New_York	38.10762	-80.1859	620			WV	075		
4810821	Kentuck	kentuck	US		0	America/New_York	38.65565	-81.5904	281	Kentuck,New Kentucky		WV	035		
4811172	LaFrank	lafrank	US		0	America/New_York	38.21873	-80.55898	663	Dain,Dain La Frank,La Frank,LaFrank,West Richwood		WV	067		
4810850	Kesling Mill	kesling-mill	US		0	America/New_York	39.00538	-80.1423	436			WV	097		
4810852	Kessel	kessel	US		0	America/New_York	39.07483	-79.03642	388			WV	031		
4810858	Kessler	kessler	US		0	America/New_York	37.98512	-80.66898	740			WV	025		
4810861	Ketterman	ketterman	US		0	America/New_York	38.87817	-79.25421	373	Ketterman,Kettermans		WV	071		
4810866	Kester (historical)	kester-historical	US		0	America/New_York	38.61621	-81.2979	347			WV	087		
4810873	Key (historical)	key-historical	US		0	America/New_York	38.7715	-79.3956	560			WV	071		
4810875	Keyes Ferry Acres	keyes-ferry-acres	US		0	America/New_York	39.27982	-77.77472	143			WV	037		
4810877	Keyrock	keyrock	US		0	America/New_York	37.63039	-81.51761	544	Castle,Key Rock,Keyrock		WV	109		
4810911	Kidtown	kidtown	US		0	America/New_York	38.54177	-81.0265	233			WV	015		
4810912	Kidwell	kidwell	US		0	America/New_York	39.53424	-80.89122	218	Glendenning,Kidwell		WV	095		
4810913	Kieffer	kieffer	US		0	America/New_York	37.94012	-80.60953	761			WV	025		
4810922	Killarm	killarm	US		0	America/New_York	39.42259	-80.24147	297	Kelarm,Kilarm,Killarm		WV	049		
4810939	Kilsyth	kilsyth	US		0	America/New_York	37.89039	-81.18232	585	Kilsyth,Kilsythe		WV	019		
4810967	Kinder (historical)	kinder-historical	US		0	America/New_York	38.16815	-82.14458	196			WV	043		
4810985	Kingbury (historical)	kingbury-historical	US		0	America/New_York	39.11841	-81.4654	190	Kingbury (historical),Kingsbury		WV	107		
4811004	Kingstown	kingstown	US		0	America/New_York	39.57953	-80.59204	246	King Town,Kingstown,Lowman		WV	103		
4811022	Kirbyton	kirbyton	US		0	America/New_York	38.09871	-81.61317	215			WV	005		
4811036	Kirt	kirt	US		0	America/New_York	39.11621	-79.87424	552			WV	001		
4811046	Kitchen	kitchen	US		0	America/New_York	37.98149	-82.0343	196			WV	045		
4811051	Kitsonville	kitsonville	US		0	America/New_York	39.03259	-80.4737	315			WV	041		
4811065	Kline Gap	kline-gap	US		0	America/New_York	39.07233	-79.19254	410	Kline Gap,Klines Gap		WV	023		
4811068	Kline	kline	US		0	America/New_York	38.779	-79.22532	492	Clines Cross Roads,Kline,Kline Cross Roads,Kline's Cross Roads,Mill Gap		WV	071		
4811080	Knawl	knawl	US		0	America/New_York	38.82677	-80.52926	251	Knawl,Knawl's Creek		WV	007		
4811112	Knobmount	knobmount	US		0	America/New_York	39.6287	-78.79002	224			WV	057		
4811113	Knobs	knobs	US		0	America/New_York	37.61151	-80.58813	882			WV	063		
4811115	Knob Fork	knob-fork	US		0	America/New_York	39.64869	-80.54675	320	Geaneytown,Jolliff,Jolliffe,Jolliffes Store,Knob Fork,Knobfork Store,Sugar Run,Uniontown		WV	103		
4811116	Knollwood	knollwood	US		0	America/New_York	38.38704	-81.60651	282			WV	039		
4811121	Knollview Estates	knollview-estates	US		0	America/New_York	38.44148	-82.00041	200			WV	079		
4811122	Knottsville	knottsville	US		0	America/New_York	39.31121	-79.96508	457			WV	091		
4811128	Kodol	kodol	US		0	America/New_York	39.62286	-80.54064	350			WV	103		
4811129	Kohlsaat	kohlsaat	US		0	America/New_York	37.94177	-81.70456	262	Kohlsaat,Marthatown		WV	005		
4811147	Kovan	kovan	US		0	America/New_York	38.53955	-80.37758	652			WV	101		
4811150	Krollitz	krollitz	US		0	America/New_York	37.47178	-81.86039	294			WV	047		
4811158	Kuntzville (historical)	kuntzville-historical	US		0	America/New_York	38.98039	-79.59061	691			WV	083		
4811179	Lacoma	lacoma	US		0	America/New_York	37.74344	-81.67956	366	Lacoma,Swope		WV	109		
4811193	Laing	laing	US		0	America/New_York	38.0365	-81.42817	317	Berlin,Climax,Laing,Wake Forest		WV	039		
4811211	Lake Floyd	lake-floyd	US		0	America/New_York	39.2862	-80.50732	327			WV	033		
4811218	Lake Ridge	lake-ridge	US		0	America/New_York	39.27981	-80.21425	354			WV	033		
4811223	Lake Shawnee	lake-shawnee	US		0	America/New_York	37.4079	-81.14065	633			WV	055		
4811232	Lake Washington	lake-washington	US		0	America/New_York	38.4112	-82.00319	232			WV	079		
4811288	Landes	landes	US		0	America/New_York	38.89678	-79.19782	333	Gold Hill,Landes		WV	023		
4811290	Lando Mines	lando-mines	US		0	America/New_York	37.7051	-82.14624	254			WV	059		
4811291	Landville	landville	US		0	America/New_York	37.71233	-81.86734	230			WV	045		
4811293	Landgraff	landgraff	US		0	America/New_York	37.41178	-81.47372	478			WV	047		
4811307	Lanta	lanta	US		0	America/New_York	37.99233	-81.73678	249	Lanta,Lantie		WV	005		
4811308	Lantz	lantz	US		0	America/New_York	38.94955	-80.08175	576			WV	001		
4811313	Largent	largent	US		0	America/New_York	39.47787	-78.38223	180			WV	027		
4811317	Larkmead	larkmead	US		0	America/New_York	39.24841	-81.59207	188			WV	107		
4811330	Lattimer	lattimer	US		0	America/New_York	38.84203	-81.51485	220			WV	087		
4811331	Lattin (historical)	lattin-historical	US		0	America/New_York	38.09537	-82.13541	187			WV	043		
4811333	Lauckport	lauckport	US		0	America/New_York	39.25341	-81.5704	193	Lanchport,Lauchport,Lauckport		WV	107		
4811337	Laura Lee Mine	laura-lee-mine	US		0	America/New_York	39.36287	-80.36231	281			WV	033		
4811341	Laurel (historical)	laurel-historical	US		0	America/New_York	38.96066	-79.98869	534			WV	001		
4811365	Laurel Branch	laurel-branch	US		0	America/New_York	37.53068	-80.34978	624	Laurel Branch,Laurelbranch		WV	063		
4811392	Laurel Creek	laurel-creek	US		0	America/New_York	37.85734	-80.99371	531	Laurel,Laurel Creek		WV	019		
4811424	Laurel Dale	laurel-dale	US		0	America/New_York	39.30843	-79.09198	393	Laurel Dale,Laureldale		WV	057		
4811504	Laurel Junction (historical)	laurel-junction-historical	US		0	America/New_York	39.19452	-81.29928	225	Laurel Junction (historical),Volcano Junction		WV	085		
4811514	Laurel Point	laurel-point	US		0	America/New_York	39.61925	-80.00812	301			WV	061		
4811627	Lawford	lawford	US		0	America/New_York	39.0687	-80.93622	251			WV	085		
4811646	Layland Heights	layland-heights	US		0	America/New_York	37.90734	-80.95982	862	Gentry,Layland Heights		WV	019		
4811649	Layville	layville	US		0	America/New_York	38.12676	-81.93402	262	Laville,Layville,Rich Block		WV	005		
4811661	Lead Mine	lead-mine	US		0	America/New_York	39.19455	-79.58478	537	Lead Mine,Leadmine,Pine Grove		WV	093		
4811663	Leachtown	leachtown	US		0	America/New_York	39.14202	-81.44318	194			WV	107		
4811673	Leadsville	leadsville	US		0	America/New_York	38.94344	-79.85479	591			WV	083		
4811674	League	league	US		0	America/New_York	39.2923	-81.09844	242			WV	085		
4811676	Leaning Oak	leaning-oak	US		0	America/New_York	38.7737	-81.37901	228			WV	087		
4811681	Leatherbark	leatherbark	US		0	America/New_York	38.78842	-81.19678	233	Leatherbark,Letherbark		WV	013		
4811692	Leatherwood	leatherwood	US		0	America/New_York	37.62372	-81.81067	321			WV	059		
4811707	Lee Bell	lee-bell	US		0	America/New_York	38.68289	-80.00563	631	Lee Bell,Leebell		WV	083		
4811733	Leet	leet	US		0	America/New_York	38.06871	-82.07597	188			WV	043		
4811735	Leetown	leetown	US		0	America/New_York	39.34843	-77.93361	141			WV	037		
4811736	Leevale	leevale	US		0	America/New_York	37.96622	-81.52511	262	Clear Fork,Leevale		WV	081		
4811737	Leewood	leewood	US		0	America/New_York	38.06761	-81.44983	269	Cherokee,Cherokee Station,Hutton,Leewood		WV	039		
4811740	Lee Creek	lee-creek	US		0	America/New_York	39.15313	-81.73958	182			WV	107		
4811920	Legg	legg	US		0	America/New_York	38.49259	-81.60624	200			WV	039		
4811925	Lego	lego	US		0	America/New_York	37.634	-81.23871	563			WV	081		
4811926	Lehew	lehew	US		0	America/New_York	39.19927	-78.43806	426			WV	027		
4811194	Lake	lake	US	25121	0	America/New_York	37.92983	-81.9004	293			WV	045		
4811927	Lehigh (historical)	lehigh-historical	US		0	America/New_York	39.03621	-79.96119	518			WV	001		
4811928	Leiter (historical)	leiter-historical	US		0	America/New_York	38.94038	-79.97452	559			WV	083		
4811949	Leo (historical)	leo-historical	US		0	America/New_York	38.74426	-81.41707	267	Leo (historical),Lone Willow,Lonewillow,Pratt		WV	087		
4811975	Lesmalinston	lesmalinston	US		0	America/New_York	39.33898	-79.9698	316			WV	091		
4811985	Let (historical)	let-historical	US		0	America/New_York	38.89231	-80.8276	248			WV	021		
4811988	Letch	letch	US		0	America/New_York	38.80093	-80.49648	312			WV	007		
4812022	Lex	lex	US		0	America/New_York	37.37039	-81.80039	346	Gluck,Lex		WV	047		
4812023	Lexington Estates	lexington-estates	US		0	America/New_York	38.4112	-81.98319	212			WV	079		
4812046	Liberty Hills	liberty-hills	US		0	America/New_York	39.33257	-81.43706	227			WV	107		
4812133	Lick Fork	lick-fork	US		0	America/New_York	38.0065	-81.20038	473			WV	019		
4812135	Lick Fork	lick-fork	US		0	America/New_York	37.97178	-81.25677	454	Lick Fork,Lickfork		WV	019		
4812228	Lico	lico	US		0	America/New_York	38.24149	-81.73901	203	Lico,Meister's,Sequio		WV	039		
4812237	Lightburn	lightburn	US		0	America/New_York	39.12593	-80.4512	308			WV	041		
4812243	Lila	lila	US		0	America/New_York	37.32178	-81.44094	535			WV	047		
4812244	Lile	lile	US		0	America/New_York	38.12706	-80.61981	943			WV	025		
4812247	Lillian (historical)	lillian-historical	US		0	America/New_York	39.11538	-80.06536	406			WV	001		
4812248	Lilly (historical)	lilly-historical	US		0	America/New_York	37.58345	-80.97481	488			WV	089		
4812250	Lightburn Acres	lightburn-acres	US		0	America/New_York	39.12176	-80.44565	328			WV	041		
4812252	Lilly Grove	lilly-grove	US		0	America/New_York	37.37179	-81.07065	742			WV	055		
4812256	Lilly Park	lilly-park	US		0	America/New_York	37.95039	-80.79842	740			WV	025		
4812258	Lillybrook	lillybrook	US		0	America/New_York	37.64484	-81.22038	625	Lillibrook,Lillybrook		WV	081		
4812259	Lillydale	lillydale	US		0	America/New_York	37.55679	-80.61035	544			WV	063		
4812260	Lillydale	lillydale	US		0	America/New_York	37.67622	-81.66317	373			WV	109		
4812261	Lillyhaven	lillyhaven	US		0	America/New_York	37.68705	-81.659	377			WV	109		
4812270	Lime Rock (historical)	lime-rock-historical	US		0	America/New_York	39.08705	-79.59839	580			WV	093		
4812326	Lindytown	lindytown	US		0	America/New_York	37.90983	-81.60233	363	Lindy Town,Lindytown,Matts		WV	005		
4812330	Lineburg	lineburg	US		0	America/New_York	39.63815	-78.34668	141			WV	065		
4812332	Link	link	US		0	America/New_York	39.48453	-80.74733	367			WV	095		
4812347	Lintz Addition	lintz-addition	US		0	America/New_York	37.84844	-82.02179	247			WV	045		
4812362	Little	little	US		0	America/New_York	39.4748	-80.99705	204	Bowles Mill,Bowles Mills,Little,Little Mills,Millsboro		WV	095		
4812421	Little Cacapon	little-cacapon	US		0	America/New_York	39.51565	-78.49418	159			WV	027		
4812502	Little Georgetown	little-georgetown	US		0	America/New_York	39.5851	-77.95111	121	Georgetown,Little Georgetown		WV	003		
4811944	Lenox	lenox	US	01240	0	America/New_York	39.56675	-79.59033	642			WV	077		
4812542	Little Italy	little-italy	US		0	America/New_York	38.79428	-79.54922	871			WV	083		
4812622	Little Otter	little-otter	US		0	America/New_York	38.68621	-80.76371	254	Gassaway,Little Otter,Littleotter		WV	007		
4812667	Little Sandy	little-sandy	US		0	America/New_York	39.63036	-79.64449	477	Little Sandy,String Town		WV	077		
4812737	Little Wildcat (historical)	little-wildcat-historical	US		0	America/New_York	38.7526	-80.44009	299	Little Wild Cat,Little Wildcat (historical)		WV	041		
4812750	Litwar	litwar	US		0	America/New_York	37.4815	-81.83845	293			WV	047		
4812753	Littlesburg	littlesburg	US		0	America/New_York	37.32345	-81.2151	798	Littlesburg,Littlesburgh		WV	055		
4812774	Lloydsville	lloydsville	US		0	America/New_York	38.73954	-80.70343	300			WV	007		
4812777	Lobata	lobata	US		0	America/New_York	37.64871	-82.18902	210	Gates,Lobata		WV	059		
4812779	Lobelia	lobelia	US		0	America/New_York	38.13373	-80.29452	763			WV	075		
4812781	Location	location	US		0	America/New_York	39.21399	-79.63701	739			WV	093		
4812796	Lockbridge	lockbridge	US		0	America/New_York	37.82762	-80.84509	753	Lockbridge,Thorney Point Church		WV	089		
4812808	Lockhaven Trailer Court	lockhaven-trailer-court	US		0	America/New_York	39.6598	-80.85982	197			WV	103		
4812841	Locust Lane (historical)	locust-lane-historical	US		0	America/New_York	38.88341	-82.13181	172			WV	053		
4812850	Lodgeville	lodgeville	US		0	America/New_York	39.28759	-80.2837	329	Lodgeville,Ocean		WV	033		
4812851	Loftis (historical)	loftis-historical	US		0	America/New_York	39.25176	-79.9398	354			WV	001		
4812868	Logan Heights	logan-heights	US		0	America/New_York	37.83705	-82.02596	211			WV	045		
4812896	Lone Cedar	lone-cedar	US		0	America/New_York	39.0848	-81.75263	185	Lone Cedar,Lonecedar		WV	035		
4812903	Lone Oak Park	lone-oak-park	US		0	America/New_York	38.37148	-81.83013	184			WV	039		
4812914	Lone Valley	lone-valley	US		0	America/New_York	39.28063	-81.17261	241			WV	085		
4812920	Lonetree (historical)	lonetree-historical	US		0	America/New_York	38.83483	-79.93979	1103			WV	083		
4813000	Long Reach	long-reach	US		0	America/New_York	39.48424	-81.09261	197			WV	095		
4813013	Long Run	long-run	US		0	America/New_York	39.27036	-80.6526	260	Long Run,Longrun		WV	017		
4813019	Long Run	long-run	US		0	America/New_York	39.42814	-80.29703	277			WV	033		
4813032	Long Run	long-run	US		0	America/New_York	39.10453	-81.03594	226			WV	085		
4813058	Longacre	longacre	US		0	America/New_York	38.16761	-81.30344	202			WV	019		
4813064	Longpole	longpole	US		0	America/New_York	37.51261	-81.86345	343			WV	047		
4813076	Loom	loom	US		0	America/New_York	39.27871	-78.5114	448			WV	027		
4813094	Loopemount	loopemount	US		0	America/New_York	37.84345	-80.34979	563			WV	025		
4813100	Lorton Lick	lorton-lick	US		0	America/New_York	37.32984	-81.2426	713			WV	055		
4813105	Los Anglin	los-anglin	US		0	America/New_York	39.06315	-80.45426	311			WV	041		
4813106	Losie (historical)	losie-historical	US		0	America/New_York	38.67815	-81.03594	283			WV	013		
4813108	Lory	lory	US		0	America/New_York	38.12982	-81.82735	201	Lory,Lowrey		WV	005		
4813144	Loudendale	loudendale	US		0	America/New_York	38.30399	-81.6529	203			WV	039		
4813146	Loudenville	loudenville	US		0	America/New_York	39.83536	-80.59952	315			WV	051		
4813150	Loudon Heights	loudon-heights	US		0	America/New_York	38.3301	-81.6304	309			WV	039		
4813167	Louther	louther	US		0	America/New_York	38.79675	-81.54957	210			WV	035		
4813170	Lovada	lovada	US		0	America/New_York	38.96314	-81.07317	334	Lavada,Lovada		WV	013		
4813171	Loveridge	loveridge	US		0	America/New_York	38.0829	-80.37369	690			WV	025		
4813181	Lovern	lovern	US		0	America/New_York	37.43429	-80.87536	563			WV	055		
4813184	Low Gap	low-gap	US		0	America/New_York	38.03149	-81.83568	227	Low Gap,Lowgap		WV	005		
4813194	Low Gap	low-gap	US		0	America/New_York	39.21119	-81.13289	216			WV	085		
4813229	Lowdell	lowdell	US		0	America/New_York	39.0598	-81.61124	200			WV	107		
4813230	Lowe (historical)	lowe-historical	US		0	America/New_York	37.41539	-81.26788	734			WV	055		
4813245	Lower Belle	lower-belle	US		0	America/New_York	38.25288	-81.56429	185	Belle,Lower Belle,Piatt,West Belle		WV	039		
4813283	Lower Falls	lower-falls	US		0	America/New_York	38.37787	-81.85874	184			WV	039		
4813354	Lower Town	lower-town	US		0	America/New_York	39.32316	-77.73027	84			WV	037		
4813382	Lowney	lowney	US		0	America/New_York	37.93704	-82.27514	240			WV	059		
4813389	Lubeck	lubeck	US		1311	America/New_York	39.23535	-81.63124	230			WV	107		
4813392	Lubeck Hills	lubeck-hills	US		0	America/New_York	39.22396	-81.63902	229			WV	107		
4813407	Lucky (historical)	lucky-historical	US		0	America/New_York	39.17008	-81.54707	183			WV	107		
4813408	Lucretia	lucretia	US		0	America/New_York	39.32954	-80.00119	367			WV	091		
4813411	Lowsville	lowsville	US		0	America/New_York	39.56286	-80.05313	261	Lowesville,Lowsville		WV	061		
4813421	Lundale	lundale	US		0	America/New_York	37.80122	-81.74428	342			WV	045		
4813432	Luzon	luzon	US		0	America/New_York	39.53341	-80.92955	226			WV	095		
4813463	Lynn Camp	lynn-camp	US		0	America/New_York	39.77008	-80.70731	217	Lynn Camp,Lynncamp		WV	051		
4813505	Lyonsville	lyonsville	US		0	America/New_York	38.25927	-81.0576	341			WV	067		
4813506	Lytton (historical)	lytton-historical	US		0	America/New_York	39.4598	-81.07789	323			WV	073		
4813519	MacArthur	macarthur	US		1500	America/New_York	37.75845	-81.2126	742	Hollywood,MacArthur		WV	081		
4813522	MacDougal	macdougal	US		0	America/New_York	38.11733	-81.12122	254	MacDougal,Mount Hope		WV	019		
4813523	Macdale	macdale	US		0	America/New_York	39.71925	-80.23313	303	MacDale,Macdale		WV	061		
4813524	Macdonald	macdonald	US		0	America/New_York	37.88928	-81.16093	542			WV	019		
4813525	Mace	mace	US		0	America/New_York	38.45623	-80.03062	1035			WV	075		
4813526	Mace Addition	mace-addition	US		0	America/New_York	39.01815	-80.4137	316			WV	041		
4813555	Macomber	macomber	US		0	America/New_York	39.31899	-79.68923	432			WV	077		
4813580	Maggie	maggie	US		0	America/New_York	38.94563	-82.08848	171	Kaylong,Maggie		WV	053		
4813590	Maher	maher	US		0	America/New_York	37.76927	-82.32736	196			WV	059		
4813596	Mahan	mahan	US		0	America/New_York	38.02289	-81.35511	288			WV	019		
4813597	Mahone	mahone	US		0	America/New_York	39.10925	-81.07456	316			WV	085		
4813615	Majorsville	majorsville	US		0	America/New_York	39.96563	-80.51979	257			WV	051		
4813616	Maken	maken	US		0	America/New_York	39.28509	-80.48426	311	Lynch,Maken		WV	033		
4813626	Malcolm Springs Heights	malcolm-springs-heights	US		0	America/New_York	38.43786	-82.17903	206			WV	011		
4813643	Manganese (historical)	manganese-historical	US		0	America/New_York	39.12369	-81.65957	198			WV	107		
4813675	Mannings	mannings	US		0	America/New_York	39.24538	-77.78083	184			WV	037		
4813680	Manown	manown	US		0	America/New_York	39.49286	-79.74506	667			WV	077		
4813684	Maple Acre	maple-acre	US		0	America/New_York	37.32428	-81.13843	744	Maple Acre,Maple Acres		WV	055		
4813690	Maple Fork	maple-fork	US		0	America/New_York	37.87122	-81.23066	626	Maple Fork,Nesco		WV	081		
4813702	Maple Meadow	maple-meadow	US		0	America/New_York	37.74122	-81.34455	588	Bryson,Maple Meadow		WV	081		
4813713	Maple Run	maple-run	US		0	America/New_York	39.33537	-79.90396	403			WV	091		
4813721	Mapledale	mapledale	US		0	America/New_York	37.83512	-80.25785	616			WV	025		
4813722	Mapleton (historical)	mapleton-historical	US		0	America/New_York	39.1165	-78.93308	233			WV	031		
4813736	Marcum Terrace	marcum-terrace	US		0	America/New_York	38.40953	-82.40376	188			WV	011		
4813742	Marfrance	marfrance	US		0	America/New_York	38.05567	-80.6912	940	Marfrance,Margaret		WV	025		
4813745	Marfork	marfork	US		0	America/New_York	37.94427	-81.51094	310			WV	081		
4813747	Marie	marie	US		0	America/New_York	37.58373	-80.76147	629			WV	089		
4813758	Mark (historical)	mark-historical	US		0	America/New_York	38.72565	-80.8776	265			WV	007		
4813764	Market	market	US		0	America/New_York	39.20509	-80.70316	258			WV	017		
4813765	Markwood	markwood	US		0	America/New_York	39.33538	-78.96392	261			WV	057		
4813768	Marlaina Addition	marlaina-addition	US		0	America/New_York	38.40426	-81.85541	180			WV	039		
4813781	Marlowe	marlowe	US		0	America/New_York	39.58843	-77.85944	158			WV	003		
4813783	Marmet	marmet	US		1450	America/New_York	38.24538	-81.56706	186	Brownstown,Brownsville,Lens Creek,Marmet		WV	039		
4813791	Marnie	marnie	US		0	America/New_York	37.95538	-81.6565	284			WV	005		
4813794	Marpleton	marpleton	US		0	America/New_York	38.6776	-80.5037	308			WV	007		
4813795	Marquess	marquess	US		0	America/New_York	39.29843	-79.8509	406			WV	077		
4813800	Marrtown	marrtown	US		0	America/New_York	39.25896	-81.58207	204			WV	107		
4813846	Marthatown	marthatown	US		0	America/New_York	37.93455	-81.69762	269	Kelcol,Marthatown		WV	005		
4813872	Marting	marting	US		0	America/New_York	38.20205	-81.25289	277			WV	019		
4813918	Marybill	marybill	US		0	America/New_York	38.26872	-80.68231	576			WV	067		
4813919	Maryland Junction	maryland-junction	US		954	America/New_York	39.63259	-78.78446	195	Carpendale,Maryland Junction		WV	057		
4813924	Marytown	marytown	US		0	America/New_York	37.46983	-81.67955	358			WV	047		
4813954	Masseyville	masseyville	US		0	America/New_York	37.83817	-81.4515	434			WV	081		
4813976	Mattie (historical)	mattie-historical	US		0	America/New_York	38.60926	-81.46957	328			WV	087		
4813982	Matville	matville	US		0	America/New_York	37.82872	-81.32872	543			WV	081		
4813996	Maxine	maxine	US		0	America/New_York	38.1326	-81.62206	209			WV	005		
4814031	Maynor	maynor	US		0	America/New_York	37.86595	-81.26788	519			WV	081		
4814052	Mayton (historical)	mayton-historical	US		0	America/New_York	38.68983	-80.28925	791			WV	101		
4814054	McAlpin	mcalpin	US		0	America/New_York	39.3437	-80.23703	347			WV	033		
4814055	McAlpin	mcalpin	US		0	America/New_York	37.69178	-81.27788	583	Big Stick,MacAlpin,McAlpin,McAlpine		WV	081		
4814069	McCauley	mccauley	US		0	America/New_York	39.04233	-78.71196	382			WV	031		
4814076	McClain	mcclain	US		0	America/New_York	38.9948	-81.53651	332	McClain,McClains		WV	035		
4814094	McClung (historical)	mcclung-historical	US		0	America/New_York	38.03789	-80.72676	908			WV	025		
4814105	McComas	mccomas	US		0	America/New_York	37.39012	-81.29149	716	McComas,Mora,Mora Station		WV	055		
4814118	McConnell	mcconnell	US		514	America/New_York	37.82566	-81.96679	214			WV	045		
4814122	McCorkle	mccorkle	US		0	America/New_York	38.21593	-81.83596	195	MacCorkle,McCorkle		WV	043		
4814144	McCreery	mccreery	US		0	America/New_York	37.849	-81.09232	353	Blaxton,McCreery		WV	081		
4814150	McCuetown	mccuetown	US		0	America/New_York	38.94982	-80.33175	377	McCuetown,Spruce		WV	097		
4814158	McCurdyville	mccurdyville	US		0	America/New_York	39.6123	-80.17257	310	Center,McCurdysville,McCurdyville		WV	061		
4814181	McDowell	mcdowell	US		0	America/New_York	37.40289	-81.38038	599			WV	047		
4814192	McDunn	mcdunn	US		0	America/New_York	38.05705	-81.309	409	MacDunn,McDunn		WV	019		
4814199	McGary	mcgary	US		0	America/New_York	39.04232	-80.45815	317			WV	041		
4814200	McGee	mcgee	US		0	America/New_York	39.36092	-80.12758	416	McGee,McGees Crossing		WV	091		
4814210	McGlone	mcglone	US		0	America/New_York	37.52096	-80.49145	660			WV	063		
4814216	McGraws	mcgraws	US		0	America/New_York	37.67095	-81.46316	551	Highschoolsville,McGraw,McGraws,McGraws Mills,Raven Cliff,Tipple		WV	109		
4814219	McGuire Park	mcguire-park	US		0	America/New_York	39.02343	-80.41592	319			WV	041		
4814235	McKendree	mckendree	US		0	America/New_York	37.88789	-81.06343	362			WV	019		
4814240	McKim	mckim	US		0	America/New_York	39.38008	-80.96066	253			WV	095		
4814242	McKeefrey	mckeefrey	US		0	America/New_York	39.89341	-80.78953	211	Chestnut Hill,McKeefrey,Round Bottom		WV	051		
4814244	McKinley (historical)	mckinley-historical	US		0	America/New_York	39.08925	-81.58179	347			WV	107		
4814267	McLean (historical)	mclean-historical	US		0	America/New_York	39.0376	-79.95785	519			WV	001		
4814279	McMellin (historical)	mcmellin-historical	US		0	America/New_York	39.70536	-79.81144	342	McMellin (historical),McMellon		WV	061		
4814288	McNeill	mcneill	US		0	America/New_York	39.14011	-78.91336	245			WV	031		
4814290	McNutt	mcnutt	US		0	America/New_York	38.6951	-80.66926	321			WV	007		
4814292	McPherson Addition	mcpherson-addition	US		0	America/New_York	39.21758	-81.68068	264			WV	107		
4814298	McRoss	mcross	US		0	America/New_York	37.98873	-80.74842	734	McRoss,Riverside		WV	025		
4814299	McVey	mcvey	US		0	America/New_York	37.71289	-81.2051	692			WV	081		
4814300	McWhorter	mcwhorter	US		0	America/New_York	39.12732	-80.38287	333			WV	033		
4814314	Meadland	meadland	US		0	America/New_York	39.32176	-80.15814	401			WV	091		
4814316	Meador	meador	US		0	America/New_York	37.619	-82.06235	364	Meador,Meadow		WV	059		
4814322	Meadow Bluff	meadow-bluff	US		0	America/New_York	37.90373	-80.65147	749	Meadow Bluff,Meadowbluff,Walkers Meadows		WV	025		
4814347	Meadow Fork	meadow-fork	US		0	America/New_York	37.93317	-81.10427	410			WV	019		
4814355	Meadow Haven	meadow-haven	US		0	America/New_York	38.35981	-82.51655	170			WV	099		
4814380	Meadowdale	meadowdale	US		0	America/New_York	38.89758	-81.6004	191	Meadow Dale,Meadowdale		WV	035		
4814381	Meadowdale	meadowdale	US		0	America/New_York	39.49564	-80.09313	283			WV	049		
4814402	Meadowville	meadowville	US		0	America/New_York	39.11816	-79.90952	479			WV	001		
4814405	Meadville (historical)	meadville-historical	US		0	America/New_York	38.5451	-80.85844	392			WV	007		
4814418	Mechlenberg Heights	mechlenberg-heights	US		0	America/New_York	39.43343	-77.82972	158			WV	037		
4814420	Medley	medley	US		0	America/New_York	39.17622	-79.05781	322			WV	023		
4814423	Medo	medo	US		0	America/New_York	38.05539	-80.92704	646			WV	019		
4814432	Meighen	meighen	US		0	America/New_York	39.78452	-80.71898	210			WV	051		
4814008	May	may	US	73851	0	America/New_York	38.65345	-79.80228	904			WV	075		
4814437	Mellin	mellin	US		0	America/New_York	39.12258	-81.17095	336			WV	085		
4814440	Mellville	mellville	US		0	America/New_York	37.84149	-81.94485	219	Foley,Mellville,Millville		WV	045		
4814444	Melrose Addition	melrose-addition	US		0	America/New_York	39.26063	-81.62207	221			WV	107		
4814461	Mendota (historical)	mendota-historical	US		0	America/New_York	39.61563	-80.91232	193			WV	103		
4814462	Mentor (historical)	mentor-historical	US		0	America/New_York	38.86286	-81.69263	263			WV	035		
4814479	Mercers Bottom	mercers-bottom	US		0	America/New_York	38.64481	-82.16237	178	Mercer Bottom,Mercers Bottom		WV	053		
4814480	Mercers Saltworks (historical)	mercers-saltworks-historical	US		0	America/New_York	37.48262	-80.87842	447	Mercer Salt Works,Mercer Saltworks,Mercers Salt Works,Mercers Saltworks (historical)		WV	089		
4814502	Mesa Manor	mesa-manor	US		0	America/New_York	38.42731	-82.03292	211			WV	079		
4814511	Metalton	metalton	US		0	America/New_York	37.76678	-81.28955	688			WV	081		
4814530	Meyerstown	meyerstown	US		0	America/New_York	39.20594	-77.86333	145			WV	037		
4814533	Micajah	micajah	US		0	America/New_York	37.4665	-81.32593	711			WV	055		
4814536	Micco	micco	US		0	America/New_York	37.78288	-81.99012	237	Micco,Peters Branch		WV	045		
4814548	Michigan (historical)	michigan-historical	US		0	America/New_York	38.07844	-81.08371	284			WV	019		
4814568	Middle Fork	middle-fork	US		0	America/New_York	39.06204	-80.04675	463			WV	001		
4814571	Middle Fork	middle-fork	US		0	America/New_York	38.35843	-81.32262	236			WV	039		
4814573	Middle Fork (historical)	middle-fork-historical	US		0	America/New_York	38.91344	-80.07897	570			WV	083		
4814659	Middle Run	middle-run	US		0	America/New_York	38.59399	-80.80982	374			WV	007		
4814685	Middleway	middleway	US		441	America/New_York	39.30343	-77.98278	152	Clip,Middleway,Smithfield,Wizard Clip		WV	037		
4814693	Midlan (historical)	midlan-historical	US		0	America/New_York	39.18676	-80.02702	394	Midlan (historical),Midland		WV	001		
4814762	Miletus	miletus	US		0	America/New_York	39.23064	-80.58871	281			WV	017		
4814860	Mill Point	mill-point	US		0	America/New_York	38.15818	-80.1809	670	Cackleytown,Mill Point,Millpoint		WV	075		
4814898	Mill Run (historical)	mill-run-historical	US		0	America/New_York	38.1054	-80.22174	615			WV	075		
4814906	Mill Run (historical)	mill-run-historical	US		0	America/New_York	39.01483	-79.54672	581			WV	093		
4814908	Millard	millard	US		0	America/New_York	38.8787	-81.33345	211			WV	087		
4814981	Millertown	millertown	US		0	America/New_York	38.5112	-81.63707	197			WV	039		
4814982	Millertown	millertown	US		0	America/New_York	39.29982	-79.95896	445	Millertown,Millerville		WV	091		
4814985	Milleson	milleson	US		0	America/New_York	39.46232	-78.6864	239			WV	027		
4814986	Millesons Mill	millesons-mill	US		0	America/New_York	39.44037	-78.67418	184			WV	027		
4814987	Millet (historical)	millet-historical	US		0	America/New_York	37.93426	-82.49071	178	Millet (historical),Millett		WV	099		
4815048	Mincar (historical)	mincar-historical	US		0	America/New_York	38.009	-81.03371	483			WV	019		
4815056	Mineral Acres	mineral-acres	US		0	America/New_York	39.17841	-81.50984	199			WV	107		
4815087	Mink (historical)	mink-historical	US		0	America/New_York	38.4376	-81.57207	208			WV	039		
4815089	Minnehaha Springs	minnehaha-springs	US		0	America/New_York	38.16318	-79.98089	711	Driscol,Lockridge Ford,Minnehaha Springs		WV	075		
4815097	Minnora	minnora	US		0	America/New_York	38.70954	-81.09817	239	Minnora,Minoria,Township Hall		WV	013		
4815119	Missouri Branch	missouri-branch	US		0	America/New_York	37.99843	-82.40626	215	Missouri Branch,Preston,Preston and Wells Branch,Wells Branch		WV	099		
4815129	Mitchell Heights	mitchell-heights	US		308	America/New_York	37.90732	-81.98318	204			WV	045		
4815150	Mobley	mobley	US		0	America/New_York	39.55703	-80.5487	270			WV	103		
4815153	Moatstown	moatstown	US		0	America/New_York	38.53818	-79.39477	744			WV	071		
4815171	Mohegan	mohegan	US		0	America/New_York	37.45317	-81.63066	375	Mohegan,Monegan		WV	047		
4815174	Moler Crossroads	moler-crossroads	US		0	America/New_York	39.39593	-77.76499	136	Moler Crossroads,Molers,Molers Cross Roads		WV	037		
4815185	Monaville	monaville	US		309	America/New_York	37.81205	-81.99485	217			WV	045		
4815186	Monclo	monclo	US		0	America/New_York	37.90844	-81.83845	279			WV	045		
4815200	Monongah	monongah	US		1091	America/New_York	39.46258	-80.21814	293	Briar Town,Briartown,Monogah,Monongah		WV	049		
4815225	Montana	montana	US		0	America/New_York	39.52342	-80.10952	309	Montana,Pleasantville		WV	049		
4815234	Montcoal	montcoal	US		0	America/New_York	37.914	-81.53567	286	Heda,Mont Coal,Montcoal		WV	081		
4815237	Montecarlo	montecarlo	US		0	America/New_York	37.51623	-81.36177	548			WV	109		
4815240	Montes (historical)	montes-historical	US		0	America/New_York	38.84622	-79.72839	739			WV	083		
4815243	Montgomery Heights	montgomery-heights	US		0	America/New_York	38.12983	-81.27261	201			WV	019		
4815302	Morford	morford	US		0	America/New_York	38.80509	-81.28873	272			WV	087		
4815328	Morgan Heights	morgan-heights	US		0	America/New_York	39.63425	-79.98479	293			WV	061		
4815330	Morgan Hills	morgan-hills	US		0	America/New_York	37.809	-81.22816	721			WV	081		
4815332	Morgan Grove	morgan-grove	US		0	America/New_York	39.42316	-77.82027	136	Fountain Rock,Morgan Grove		WV	037		
4815348	Morgans Glade	morgans-glade	US		0	America/New_York	39.59925	-79.60255	560			WV	077		
4815349	Morgans Landing	morgans-landing	US		0	America/New_York	38.47509	-81.84013	179			WV	079		
4815369	Morlunda	morlunda	US		0	America/New_York	37.83151	-80.49147	624			WV	025		
4815373	Morning Star	morning-star	US		0	America/New_York	38.77481	-81.4554	250			WV	087		
4815383	Morocco (historical)	morocco-historical	US		0	America/New_York	38.43121	-81.09427	222			WV	015		
4815385	Morris (historical)	morris-historical	US		0	America/New_York	38.36343	-81.36512	219			WV	039		
4815399	Morgansville	morgansville	US		0	America/New_York	39.28147	-80.69649	249			WV	017		
4815418	Morrison (historical)	morrison-historical	US		0	America/New_York	38.22539	-80.90454	500			WV	067		
4815429	Morrisvale	morrisvale	US		0	America/New_York	38.13593	-81.91235	235	Morrisvale,Royal Block		WV	005		
4815452	Mossy	mossy	US		0	America/New_York	37.97622	-81.28177	432			WV	019		
4815458	Mound (historical)	mound-historical	US		0	America/New_York	38.37148	-81.70901	185			WV	039		
4815551	Mount Harmony	mount-harmony	US		0	America/New_York	39.50981	-80.07785	327			WV	049		
4815635	Mount Moriah	mount-moriah	US		0	America/New_York	38.78647	-81.76569	200			WV	035		
4815732	Mount Pisgah	mount-pisgah	US		0	America/New_York	39.28983	-79.17142	829			WV	023		
4815762	Mount Pleasant Estates	mount-pleasant-estates	US		0	America/New_York	39.18563	-81.5029	196			WV	107		
4815807	Mount Tell	mount-tell	US		0	America/New_York	38.62426	-81.61679	224			WV	035		
4815809	Mount Trimble	mount-trimble	US		0	America/New_York	39.64009	-78.10973	194			WV	065		
4815840	Mount Vernon Meadows	mount-vernon-meadows	US		0	America/New_York	38.4487	-81.95541	222			WV	079		
4815852	Mount Welcome	mount-welcome	US		0	America/New_York	38.60093	-81.38984	328			WV	087		
4815951	Mountain Cove	mountain-cove	US		0	America/New_York	38.12872	-81.04955	493			WV	019		
4815976	Mountain Mission	mountain-mission	US		0	America/New_York	39.24594	-77.79361	144			WV	037		
4816012	Mountain View Estates	mountain-view-estates	US		0	America/New_York	37.79457	-80.43396	685			WV	025		
4816036	Mountview	mountview	US		0	America/New_York	37.64206	-81.06537	908			WV	081		
4816057	Mozelle (historical)	mozelle-historical	US		0	America/New_York	39.02786	-81.72791	207			WV	035		
4816058	Mozer	mozer	US		0	America/New_York	38.80261	-79.20893	480			WV	071		
4816102	Muddlety	muddlety	US		0	America/New_York	38.36733	-80.8276	565			WV	067		
4816118	Mudfork	mudfork	US		0	America/New_York	38.63926	-81.07511	275			WV	013		
4816196	Mullensville	mullensville	US		0	America/New_York	37.57733	-81.55872	388			WV	109		
4816219	Mulvane (historical)	mulvane-historical	US		0	America/New_York	38.16094	-81.04899	435			WV	019		
4816232	Murphytown	murphytown	US		0	America/New_York	39.23396	-81.44345	198	Murphys Mill,Murphytown		WV	107		
4816238	Murraysville	murraysville	US		0	America/New_York	39.07758	-81.80652	180			WV	035		
4816244	Musick	musick	US		0	America/New_York	37.65511	-82.07485	335			WV	059		
4816250	Mustang Acres	mustang-acres	US		0	America/New_York	39.28146	-81.48179	206			WV	107		
4816254	Myers (historical)	myers-historical	US		0	America/New_York	39.51037	-78.15389	346			WV	003		
4816273	Nacols	nacols	US		0	America/New_York	37.45567	-81.81789	306			WV	047		
4816285	Nancy Run	nancy-run	US		0	America/New_York	38.81814	-81.35151	220	Nancy Run,Nancys Run		WV	087		
4816316	National	national	US		0	America/New_York	39.58397	-80.03757	294	Flickersville,National		WV	061		
4816327	Natrium	natrium	US		0	America/New_York	39.74813	-80.85148	203	Natrium,Wells Pit		WV	051		
4816354	Neals Run	neals-run	US		0	America/New_York	39.48343	-78.4964	245			WV	027		
4816372	Neel (historical)	neel-historical	US		0	America/New_York	39.42787	-80.00063	531			WV	049		
4816389	Neibert	neibert	US		183	America/New_York	37.78816	-81.94179	219	Neibert,Nibert,Nibert Station		WV	045		
4816416	Nero (historical)	nero-historical	US		0	America/New_York	39.17566	-78.43862	365			WV	027		
4816417	Nesselroad	nesselroad	US		0	America/New_York	38.99175	-81.70402	197	Nesselroad,Nesselrode		WV	035		
4816418	Nesselroad (historical)	nesselroad-historical	US		0	America/New_York	38.98564	-81.71207	190			WV	035		
4816424	Nestlow	nestlow	US		0	America/New_York	38.17565	-82.28348	244			WV	099		
4816429	Nethkin	nethkin	US		0	America/New_York	39.3901	-79.13364	488	Atlantic,Nethken,Nethkin		WV	057		
4816440	Nestorville	nestorville	US		0	America/New_York	39.17982	-79.90924	419			WV	001		
4816476	New England Heights Addition	new-england-heights-addition	US		0	America/New_York	39.21591	-81.67207	260			WV	107		
4816485	New Hamlin	new-hamlin	US		0	America/New_York	38.27898	-82.1143	194			WV	043		
4816533	New Moatsville (historical)	new-moatsville-historical	US		0	America/New_York	39.2176	-79.93785	352	Moatsville Station,New Moatsville (historical),Nicklow		WV	001		
4816544	New Richmond (historical)	new-richmond-historical	US		0	America/New_York	37.77956	-80.8937	395	New Richman,New Richmond (historical),New Richmond Depot,New River Falls		WV	089		
4816560	New Thacker (historical)	new-thacker-historical	US		0	America/New_York	37.57094	-82.08957	310			WV	059		
4816561	New Vrindaban	new-vrindaban	US		0	America/New_York	39.94063	-80.62174	343			WV	051		
4816572	Newberne	newberne	US		0	America/New_York	39.04398	-80.89288	263			WV	021		
4816584	Newfound	newfound	US		0	America/New_York	37.60734	-81.47649	586			WV	109		
4816593	Newlandsville	newlandsville	US		0	America/New_York	39.28174	-81.25928	234			WV	073		
4816594	Newlonton	newlonton	US		0	America/New_York	38.74455	-80.23563	581	Newlon,Newlonton		WV	083		
4816595	Newlyn	newlyn	US		0	America/New_York	37.94428	-81.08538	351			WV	019		
4816234	Murray	murray	US	42071	0	America/New_York	38.89564	-81.64013	202			WV	035		
4816596	Newlyn (historical)	newlyn-historical	US		0	America/New_York	38.07372	-81.08316	307			WV	019		
4816635	Nickells Mill	nickells-mill	US		0	America/New_York	37.6904	-80.50507	539	Nickells Mill,Nickells Mills		WV	063		
4816636	Nicolette	nicolette	US		0	America/New_York	39.21035	-81.51318	187			WV	107		
4816637	Nicut	nicut	US		0	America/New_York	38.71315	-81.02205	261			WV	013		
4816640	Nida	nida	US		0	America/New_York	38.46206	-79.87673	783			WV	075		
4816653	Nina	nina	US		0	America/New_York	39.24064	-80.63593	265			WV	017		
4816657	Nile	nile	US		0	America/New_York	38.30455	-80.7351	659			WV	067		
4816663	Nipetown	nipetown	US		0	America/New_York	39.53149	-77.92722	131			WV	003		
4816690	Nobe	nobe	US		0	America/New_York	38.98647	-81.03428	339	Chapel,Nobe		WV	013		
4816694	Nollville	nollville	US		0	America/New_York	39.4626	-78.02	171			WV	003		
4816709	North Berkeley	north-berkeley	US		0	America/New_York	39.63093	-78.22112	191			WV	065		
4816718	North Caldwell	north-caldwell	US		0	America/New_York	37.78457	-80.40146	520			WV	025		
4816789	North Mitchell Heights	north-mitchell-heights	US		0	America/New_York	37.92121	-81.97457	215	Mitchell Heights,North Mitchell Heights		WV	045		
4816790	North Mountain	north-mountain	US		0	America/New_York	39.56343	-77.98028	165	North Mountain,North Mountain Depot		WV	003		
4816799	North Park	north-park	US		0	America/New_York	38.62703	-81.97208	174			WV	079		
4816800	North Parkersburg	north-parkersburg	US		0	America/New_York	39.28785	-81.5329	210			WV	107		
4816804	North Page	north-page	US		0	America/New_York	38.07094	-81.26094	325			WV	019		
4816806	North Ravenswood	north-ravenswood	US		0	America/New_York	38.96064	-81.76874	187	Elford,North Ravenswood		WV	035		
4816810	North River Mills	north-river-mills	US		0	America/New_York	39.33649	-78.50307	248	North River Mills,Northriver Mills		WV	027		
4816825	North View	north-view	US		0	America/New_York	39.29537	-80.35092	320			WV	033		
4816830	Northcott Court	northcott-court	US		0	America/New_York	38.41342	-82.42765	175			WV	011		
4816844	Northwood Villa Estates	northwood-villa-estates	US		0	America/New_York	39.31619	-81.45262	262			WV	107		
4816859	Norvell (historical)	norvell-historical	US		0	America/New_York	37.83789	-81.09732	378			WV	081		
4816861	Noswad (historical)	noswad-historical	US		0	America/New_York	39.48093	-78.92614	238			WV	057		
4816868	Nuckolls	nuckolls	US		0	America/New_York	38.09261	-81.39122	237			WV	039		
4816885	Nuriva	nuriva	US		0	America/New_York	37.59761	-81.38149	454	Nuriva,Trace Fork,Tracoal		WV	109		
4816886	Nuttalburg (historical)	nuttalburg-historical	US		0	America/New_York	38.05011	-81.04038	296	Brown,Nuttal,Nuttalburg (historical),Nuttalburgh		WV	019		
4816892	Nutter Farm	nutter-farm	US		0	America/New_York	39.24091	-81.22484	226	Nutter Farm,Nutterfarm		WV	085		
4816898	Nutter Fort	nutter-fort	US		1575	America/New_York	39.26342	-80.31981	322	Norwood,Nutter Fort,Stonewall Park		WV	033		
4816907	Nutterville	nutterville	US		0	America/New_York	38.08761	-80.81398	884			WV	025		
4816911	Nuzums	nuzums	US		0	America/New_York	38.91592	-81.7068	191			WV	035		
4816914	O'Brien (historical)	o-brien-historical	US		0	America/New_York	39.05232	-80.03119	470			WV	001		
4816919	O'Brion	o-brion	US		0	America/New_York	38.57538	-80.96177	247	O'Brion,Obrion		WV	015		
4816923	O'Neill	o-neill	US		0	America/New_York	39.29314	-80.4112	310			WV	033		
4816926	Oak (historical)	oak-historical	US		0	America/New_York	39.13202	-81.69652	195			WV	107		
4816927	Oak Acres	oak-acres	US		0	America/New_York	39.2223	-81.68152	195			WV	107		
4816931	Oak Drive Subdivision	oak-drive-subdivision	US		0	America/New_York	38.81842	-81.36373	285			WV	087		
4816932	Oak Flat	oak-flat	US		0	America/New_York	38.65956	-79.21282	465	Oak Flat,Oakflat		WV	071		
4816937	Oak Grove (historical)	oak-grove-historical	US		0	America/New_York	39.44675	-80.29259	386			WV	049		
4817005	Oak Hill Junction	oak-hill-junction	US		0	America/New_York	37.98233	-81.17427	559	Bishop,Oak Hill Junction		WV	019		
4817023	Oakbrook	oakbrook	US		0	America/New_York	39.18063	-81.52068	195			WV	107		
4817047	Oakvale	oakvale	US		120	America/New_York	37.33429	-80.96258	525	Frenchville,Oakvale		WV	055		
4817053	Oakview	oakview	US		0	America/New_York	39.66675	-79.97034	313			WV	061		
4817054	Oakview Heights	oakview-heights	US		0	America/New_York	38.39119	-82.58266	203			WV	099		
4817061	Oakwood Estates	oakwood-estates	US		0	America/New_York	38.45204	-81.9218	219			WV	079		
4817062	Oakwood Estates	oakwood-estates	US		0	America/New_York	39.29535	-81.45401	192			WV	107		
4817083	Odaville	odaville	US		0	America/New_York	38.93258	-81.64068	190			WV	035		
4817087	Odell Town	odell-town	US		0	America/New_York	38.19789	-80.71343	807			WV	067		
4817098	Ohley	ohley	US		0	America/New_York	38.10705	-81.449	233			WV	039		
4817105	Oil Spring	oil-spring	US		0	America/New_York	39.2223	-81.28845	336			WV	085		
4817113	Okonoko	okonoko	US		0	America/New_York	39.52315	-78.52529	173			WV	027		
4817135	Oka	oka	US		0	America/New_York	38.65621	-81.1365	268			WV	013		
4817149	Old Gauley	old-gauley	US		0	America/New_York	38.15622	-81.19177	219			WV	019		
4817174	Old Mill Village	old-mill-village	US		0	America/New_York	37.77289	-81.21788	751			WV	081		
4817221	Oldtown (historical)	oldtown-historical	US		0	America/New_York	38.90091	-82.08014	186			WV	053		
4817263	Onie (historical)	onie-historical	US		0	America/New_York	39.6198	-80.63092	275	Onie (historical),Unie		WV	103		
4817264	Onoto	onoto	US		0	America/New_York	38.27123	-80.10673	717	Hepsedam,Onoto		WV	075		
4817279	Opekiska	opekiska	US		0	America/New_York	39.55731	-80.05563	269			WV	061		
4817290	Ophelia (historical)	ophelia-historical	US		0	America/New_York	38.20928	-80.71982	787			WV	067		
4817299	Oral Lake	oral-lake	US		0	America/New_York	39.27537	-80.21564	308			WV	033		
4817316	Oreide	oreide	US		0	America/New_York	39.3612	-80.19981	320			WV	091		
4817318	Organ Cave	organ-cave	US		0	America/New_York	37.7129	-80.44118	664	Monroe Draft,Organ Cave,Prices Shop,Prices Store		WV	025		
4817322	Orient Hill	orient-hill	US		0	America/New_York	38.02817	-80.72592	922			WV	025		
4817323	Oriole (historical)	oriole-historical	US		0	America/New_York	39.43203	-79.7984	458			WV	077		
4817325	Orleans Cross Roads	orleans-cross-roads	US		0	America/New_York	39.62454	-78.37918	154	Orleans Cross Roads,Orleans Crossroads		WV	065		
4817331	Orndoff	orndoff	US		0	America/New_York	38.53761	-80.42425	571			WV	101		
4817339	Ortin Heights	ortin-heights	US		0	America/New_York	38.44759	-81.81791	187			WV	079		
4817340	Orton	orton	US		0	America/New_York	38.83509	-80.92844	231			WV	021		
4817342	Orville	orville	US		0	America/New_York	37.81427	-81.89207	253			WV	045		
4817350	Osbornes Mills	osbornes-mills	US		0	America/New_York	38.54426	-81.3079	217	Ashley,Ashley Settlement,Ashleys,Geary Mills,Gearys Mills,Osbornes Mill,Osbornes Mills,Osborns Mills,Osbournes Mills,The Ashley Settlement,The Geary Mills		WV	087		
4817359	Ossia	ossia	US		0	America/New_York	38.58899	-81.02677	258			WV	015		
4817360	Oswald (historical)	oswald-historical	US		0	America/New_York	37.86039	-81.17232	583			WV	081		
4817407	Ovapa	ovapa	US		0	America/New_York	38.52149	-81.14872	267			WV	015		
4817412	Overfield	overfield	US		0	America/New_York	39.16926	-80.20425	323			WV	001		
4817415	Overhill	overhill	US		0	America/New_York	38.96205	-80.15147	474			WV	097		
4817430	Owens Crossing	owens-crossing	US		0	America/New_York	38.35148	-82.2732	178			WV	011		
4817460	Packs Branch	packs-branch	US		0	America/New_York	37.90539	-81.23455	529	O'Neals,Packs Branch		WV	019		
4817467	Packsville	packsville	US		0	America/New_York	37.95205	-81.52817	274			WV	081		
4817469	Pad (historical)	pad-historical	US		0	America/New_York	38.64204	-81.33512	244			WV	087		
4817537	Palace Valley	palace-valley	US		0	America/New_York	38.75538	-80.1573	637			WV	097		
4817538	Pancake	pancake	US		0	America/New_York	39.25816	-78.83391	221			WV	027		
4817540	Pansy	pansy	US		0	America/New_York	38.91261	-79.18587	329	Mouse,Mouse's,Mouses,Pansy		WV	023		
4817603	Parcoal	parcoal	US		0	America/New_York	38.45928	-80.37341	476	Elkhorn,Parcoal		WV	101		
4817604	Pardee	pardee	US		0	America/New_York	37.80594	-81.7015	393			WV	045		
4817606	Parchment Valley	parchment-valley	US		0	America/New_York	38.77203	-81.73707	187	Parchment,Parchment Valley,Parchmont Valley		WV	035		
4817609	Parish-Morris Subdivision	parish-morris-subdivision	US		0	America/New_York	39.32646	-81.43595	228			WV	107		
4817619	Park View	park-view	US		0	America/New_York	39.31759	-80.02813	308	Park View,Parkview		WV	091		
4817640	Parkers Towne	parkers-towne	US		0	America/New_York	39.32257	-81.44401	236			WV	107		
4817664	Parkway Terrace	parkway-terrace	US		0	America/New_York	38.38176	-81.80235	179			WV	039		
4817666	Parmeta Crest	parmeta-crest	US		0	America/New_York	39.32646	-81.42318	234			WV	107		
4817676	Parsley	parsley	US		0	America/New_York	37.84982	-82.20014	261	Hale,Parsley,Pendergast		WV	059		
4817678	Parsley Bottom	parsley-bottom	US		0	America/New_York	37.79121	-82.26681	199			WV	059		
4817718	Patsey (historical)	patsey-historical	US		0	America/New_York	38.67731	-81.4229	242			WV	087		
4817722	Patterson Creek	patterson-creek	US		0	America/New_York	39.56676	-78.73307	208	Patersons Creek,Patterson Creek,Patterson Depot,Patterson's Depot,Pattersons Creek,Pattersons Depot		WV	057		
4817841	Peapatch	peapatch	US		0	America/New_York	37.28428	-81.78956	875			WV	047		
4817842	Pear (historical)	pear-historical	US		0	America/New_York	37.80095	-80.96926	876			WV	081		
4817859	Pecks Run	pecks-run	US		0	America/New_York	39.0526	-80.17897	441	Pecks Bun,Pecks Run,Pecks Run Station,Pecksrun		WV	097		
4817862	Pedlar	pedlar	US		0	America/New_York	39.66647	-80.12118	302			WV	061		
4817867	Peeltree	peeltree	US		0	America/New_York	39.12954	-80.21064	329	Peel Tree,Peeltree,Scoop Town		WV	001		
4817875	Peewee	peewee	US		0	America/New_York	38.96258	-81.49151	207	Pee Wee,Peewee		WV	105		
4817886	Penbro (historical)	penbro-historical	US		0	America/New_York	38.65177	-80.28425	831			WV	101		
4817901	Peniel	peniel	US		0	America/New_York	38.82731	-81.46762	221			WV	087		
4817905	Pennbrook (historical)	pennbrook-historical	US		0	America/New_York	37.96595	-81.0201	313			WV	019		
4817920	Pentacre	pentacre	US		0	America/New_York	38.39038	-81.40345	205	Carpenter,Ohio Sixteen Mile Creek,Pentacre		WV	039		
4817938	Peora	peora	US		0	America/New_York	39.42147	-80.34481	294			WV	033		
4817940	Pepper	pepper	US		0	America/New_York	39.18871	-80.15647	349			WV	001		
4817942	Penry (historical)	penry-historical	US		0	America/New_York	39.48649	-78.06083	139			WV	003		
4817954	Perlytown (historical)	perlytown-historical	US		0	America/New_York	38.98289	-79.5545	642			WV	083		
4817982	Persinger	persinger	US		0	America/New_York	38.32205	-80.75204	607	Persinger,Persinger's Run		WV	067		
4818006	Peters Junction	peters-junction	US		0	America/New_York	38.22455	-81.04844	300			WV	067		
4818033	Pettit (historical)	pettit-historical	US		0	America/New_York	39.02094	-79.71812	571	Pettet,Pettit (historical)		WV	083		
4818034	Pettry	pettry	US		0	America/New_York	37.43623	-80.96397	784	Grahams Chapel,Pettry		WV	055		
4818035	Pettry Bottom	pettry-bottom	US		0	America/New_York	37.87317	-81.5015	324			WV	081		
4818042	Pettyjohn (historical)	pettyjohn-historical	US		0	America/New_York	39.46675	-80.15397	300			WV	049		
4818043	Pettyville	pettyville	US		0	America/New_York	39.21202	-81.54318	199			WV	107		
4818044	Pew Hill	pew-hill	US		0	America/New_York	39.1823	-81.144	288			WV	085		
4818072	Phico	phico	US		0	America/New_York	37.95066	-82.01402	202			WV	045		
4818101	Pickaway	pickaway	US		0	America/New_York	37.63846	-80.50618	662	Pickaway,Pickaway Plains		WV	063		
4818121	Pickshin	pickshin	US		0	America/New_York	37.64178	-81.22816	607			WV	081		
4818131	Piercys Mill	piercys-mill	US		0	America/New_York	37.84373	-80.57369	506	Piercys Mill,Piercys Mills		WV	025		
4818143	Pie	pie	US		0	America/New_York	37.65344	-82.02568	386	Calico,Pie		WV	059		
4818202	Pike Hill	pike-hill	US		0	America/New_York	38.97647	-82.04486	235			WV	053		
4818229	Pikeside	pikeside	US		0	America/New_York	39.4176	-77.98916	157			WV	003		
4818240	Pine Creek	pine-creek	US		0	America/New_York	37.75177	-82.09235	350			WV	045		
4818303	Pine Hills	pine-hills	US		0	America/New_York	37.809	-81.21899	732			WV	081		
4818334	Pine Trailer Park	pine-trailer-park	US		0	America/New_York	38.27233	-80.84732	592			WV	067		
4818339	Pinecrest Addition	pinecrest-addition	US		0	America/New_York	39.07315	-80.46565	316			WV	041		
4818342	Pineknob	pineknob	US		0	America/New_York	37.84317	-81.4815	413	Citie,Pine Knob,Pineknob		WV	081		
4818343	Pinepoca (historical)	pinepoca-historical	US		0	America/New_York	37.78567	-81.13843	557			WV	081		
4818344	Pineridge North	pineridge-north	US		0	America/New_York	39.66369	-79.95312	335			WV	061		
4818350	Piney	piney	US		0	America/New_York	39.51591	-80.69454	241	Piney,The Forks		WV	103		
4818385	Pink	pink	US		0	America/New_York	38.78537	-81.22012	218			WV	013		
4818403	Pinoak	pinoak	US		0	America/New_York	37.44567	-81.20788	835	Pin Oak,Pinoak		WV	055		
4818409	Pioneer Rocks	pioneer-rocks	US		0	America/New_York	39.60953	-79.88617	312			WV	061		
4818444	Pittman	pittman	US		0	America/New_York	37.95567	-80.92093	803			WV	019		
4818568	Pleasant Creek (historical)	pleasant-creek-historical	US		0	America/New_York	39.24676	-80.02397	344	Pleasant Creek (historical),Tannersville		WV	001		
4818571	Pleasant Vale	pleasant-vale	US		0	America/New_York	39.16538	-79.63201	500			WV	093		
4818576	Pleasant Run	pleasant-run	US		0	America/New_York	39.04427	-79.7234	531	Pheasant Run,Pleasant Run,Pleasantrun		WV	093		
4818598	Pleasant Valley Estates	pleasant-valley-estates	US		0	America/New_York	38.61092	-81.9793	175			WV	079		
4818643	Pleasantdale	pleasantdale	US		0	America/New_York	39.29427	-78.58612	321	Pleasant Dale,Pleasantdale		WV	027		
4818644	Pleasantdale	pleasantdale	US		0	America/New_York	39.50231	-79.68394	506			WV	077		
4818647	Pleasants	pleasants	US		0	America/New_York	39.32397	-81.18039	235			WV	073		
4818653	Pleasure Valley	pleasure-valley	US		0	America/New_York	39.10538	-79.84424	661			WV	001		
4818654	Pliny	pliny	US		0	America/New_York	38.62036	-81.98736	174			WV	079		
4818662	Plum Orchard	plum-orchard	US		0	America/New_York	38.70537	-81.62679	224	Plum Orchard,Plumorchard		WV	035		
4818683	Plum Run	plum-run	US		0	America/New_York	39.3748	-80.99955	243	Plum,Plum Run		WV	095		
4818708	Pocatalico	pocatalico	US		0	America/New_York	38.49037	-81.64735	223	Pocatalico,Pocataligo,Pocotaligo		WV	039		
4818720	Pohick	pohick	US		0	America/New_York	39.37785	-81.48151	197			WV	107		
4818723	Poe	poe	US		0	America/New_York	38.25205	-80.96593	419			WV	067		
4818764	Polandale	polandale	US		0	America/New_York	39.17424	-81.56985	190			WV	107		
4818765	Polard	polard	US		0	America/New_York	39.52175	-80.84816	224			WV	095		
4818778	Poling Run (historical)	poling-run-historical	US		0	America/New_York	38.86342	-81.06428	231			WV	013		
4818781	Poling	poling	US		0	America/New_York	38.68899	-80.43592	372			WV	101		
4818790	Polk Gap	polk-gap	US		0	America/New_York	37.67678	-81.4226	608			WV	109		
4818820	Pond Fork	pond-fork	US		0	America/New_York	38.32594	-81.31067	270			WV	039		
4818833	Pondco	pondco	US		0	America/New_York	37.89816	-81.67178	294	Pond,Pondco		WV	005		
4818835	Pondlick	pondlick	US		0	America/New_York	38.71369	-82.11153	186			WV	053		
4818858	Poplar Point Estates	poplar-point-estates	US		0	America/New_York	38.45065	-81.77791	183			WV	079		
4818867	Port Amherst	port-amherst	US		0	America/New_York	38.30982	-81.55679	185	Dana,Lewis Landing,Port Amherst,Reed,Thorofare Gap,Tinkersville		WV	039		
4818887	Porterwood	porterwood	US		0	America/New_York	39.06983	-79.69812	514	Haddix,Porterwood,Webster		WV	093		
4818890	Porto Rico	porto-rico	US		0	America/New_York	39.18203	-80.76288	282			WV	017		
4818971	Powell Creek	powell-creek	US		0	America/New_York	38.01344	-81.8254	235	Coalbottom,Powell Creek		WV	005		
4818983	Powers (historical)	powers-historical	US		0	America/New_York	39.09619	-81.65735	296			WV	107		
4818994	Prairietown	prairietown	US		0	America/New_York	38.34676	-82.17514	192			WV	011		
4819012	Prenter	prenter	US		0	America/New_York	38.01455	-81.62706	295	Griffith,Prenter		WV	005		
4819052	Price Hill	price-hill	US		0	America/New_York	38.04344	-81.80707	229			WV	005		
4819054	Price Hill	price-hill	US		0	America/New_York	37.88233	-81.18955	629	Price Hill,Pricehill		WV	081		
4819059	Price Hill	price-hill	US		0	America/New_York	39.60425	-79.99646	383			WV	061		
4819064	Pricetown	pricetown	US		0	America/New_York	39.50758	-80.51148	273	Price Town,Pricetown		WV	103		
4819071	Pricetown	pricetown	US		0	America/New_York	39.04926	-80.52482	321	McDonald,Pricetown		WV	041		
4819075	Priestley	priestley	US		0	America/New_York	38.26037	-81.83679	205	Priestley,Priestly		WV	043		
4819114	Progress (historical)	progress-historical	US		0	America/New_York	38.75926	-80.86594	277			WV	007		
4819120	Prospect Valley	prospect-valley	US		0	America/New_York	39.40036	-80.34203	317			WV	033		
4819142	Prudence	prudence	US		0	America/New_York	37.93678	-81.13371	509			WV	019		
4819145	Prunty	prunty	US		0	America/New_York	39.10731	-81.00539	218			WV	085		
4819147	Propstburg	propstburg	US		0	America/New_York	38.60095	-79.25921	496			WV	071		
4819153	Pruntytown	pruntytown	US		0	America/New_York	39.33398	-80.07675	367	Cross Roads,Pruntytown,Williamsport		WV	091		
4819155	Pugh	pugh	US		0	America/New_York	38.65816	-80.39897	442			WV	101		
4819166	Pumpkintown	pumpkintown	US		0	America/New_York	38.89288	-80.02424	769			WV	083		
4819181	Puritan Mines	puritan-mines	US		0	America/New_York	37.70344	-82.16236	245	Catsup,Puritan Mines		WV	059		
4819186	Pursley	pursley	US		0	America/New_York	39.53674	-80.95622	236			WV	095		
4819201	Quaker	quaker	US		0	America/New_York	38.05231	-82.42765	214	Quaker,Watts,Watts Siding		WV	099		
4819204	Quarrier	quarrier	US		0	America/New_York	38.05038	-81.43233	296			WV	039		
4819211	Queen Shoals	queen-shoals	US		0	America/New_York	38.47121	-81.28317	196			WV	015		
4819215	Queens	queens	US		0	America/New_York	38.85705	-80.13674	593	Queen,Queens,Queens Mill,Queens Mills		WV	097		
4819226	Quick	quick	US		0	America/New_York	38.3726	-81.40206	208			WV	039		
4819227	Quiet Dell	quiet-dell	US		0	America/New_York	39.21926	-80.2937	322			WV	033		
4819230	Quiet Vale	quiet-vale	US		0	America/New_York	38.81398	-81.36595	279			WV	087		
4819234	Quinland	quinland	US		0	America/New_York	38.01677	-81.77012	227			WV	005		
4819236	Quinnimont	quinnimont	US		0	America/New_York	37.85456	-81.04454	386	Quinney,Quinnimont		WV	019		
4819239	Quiet Dale	quiet-dale	US		0	America/New_York	39.01343	-80.40981	316			WV	041		
4819275	Racket	racket	US		0	America/New_York	39.04425	-80.93705	356			WV	021		
4819276	Racy	racy	US		0	America/New_York	39.13869	-81.23789	201			WV	085		
4819277	Rada	rada	US		0	America/New_York	39.27399	-78.91336	263	Dany,Rada		WV	027		
4819300	Ragtown	ragtown	US		0	America/New_York	39.64841	-80.26508	337			WV	061		
4819305	Raines Corner	raines-corner	US		0	America/New_York	37.51873	-80.61729	518			WV	063		
4819308	Raintown	raintown	US		0	America/New_York	38.17734	-80.23035	787	Rainetown,Raintown		WV	075		
4819332	Ramage	ramage	US		0	America/New_York	37.98427	-81.8254	247			WV	005		
4819336	Ralumco	ralumco	US		0	America/New_York	37.91094	-81.97596	201			WV	045		
4819340	Ramp	ramp	US		0	America/New_York	37.7504	-80.82286	537			WV	089		
4819359	Ranch Lake Estates	ranch-lake-estates	US		0	America/New_York	38.47426	-81.88291	235			WV	079		
4819361	Rand (historical)	rand-historical	US		0	America/New_York	38.50649	-81.24595	197			WV	039		
4819385	Rapp	rapp	US		0	America/New_York	37.80982	-82.26931	197			WV	059		
4819406	Raven Rock	raven-rock	US		0	America/New_York	39.43952	-81.15067	193	Lands End,Raven Rock,Ravenrock		WV	073		
4819409	Raven Rocks	raven-rocks	US		0	America/New_York	39.44454	-78.67974	192			WV	027		
4819417	Ravenseye	ravenseye	US		0	America/New_York	38.004	-80.89593	834	Ravens Eye,Ravenseye		WV	019		
4819441	Rayburn	rayburn	US		0	America/New_York	38.87286	-82.02653	201			WV	053		
4819450	Raymond City	raymond-city	US		0	America/New_York	38.48231	-81.81846	185	Raymond,Raymond City		WV	079		
4819455	Read	read	US		0	America/New_York	38.95316	-79.84285	584			WV	083		
4819462	Ream	ream	US		0	America/New_York	37.34984	-81.54983	468			WV	047		
4819463	Reamer	reamer	US		0	America/New_York	38.47593	-81.37095	193	Reamer,Sybial		WV	039		
4819471	Red Ash (historical)	red-ash-historical	US		0	America/New_York	37.9615	-81.03926	320			WV	019		
4819477	Red Campbell	red-campbell	US		0	America/New_York	37.85455	-81.93262	229			WV	045		
4819501	Red Knob	red-knob	US		0	America/New_York	38.72481	-81.5129	296	Red Knob,Redknob		WV	087		
4819534	Red Spring	red-spring	US		0	America/New_York	37.86873	-80.9162	911			WV	019		
4819546	Red Warrior	red-warrior	US		0	America/New_York	38.05483	-81.45789	293			WV	039		
4819573	Redrock Crossing	redrock-crossing	US		0	America/New_York	39.68981	-78.15167	125			WV	065		
4819575	Redstar	redstar	US		0	America/New_York	37.93539	-81.14649	519	Red Star,Red Starr,Redstar		WV	019		
4819577	Redwing	redwing	US		0	America/New_York	38.17759	-82.23459	194			WV	043		
4819598	Reedson	reedson	US		0	America/New_York	39.3526	-77.80138	127			WV	037		
4819613	Reedyville	reedyville	US		0	America/New_York	38.81036	-81.44096	228			WV	087		
4819616	Reeses Mill	reeses-mill	US		0	America/New_York	39.43065	-78.85474	202	Reese's Mill,Reeses Mill		WV	057		
4819623	Reger	reger	US		0	America/New_York	38.98204	-80.19092	493			WV	097		
4819631	Reid	reid	US		0	America/New_York	38.40147	-82.38821	192			WV	011		
4819635	Remus (historical)	remus-historical	US		0	America/New_York	39.16091	-81.69096	247	Remus (historical),Renius		WV	107		
4819639	Renicks Valley	renicks-valley	US		0	America/New_York	38.05456	-80.30313	756			WV	025		
4819641	Rensford	rensford	US		0	America/New_York	38.31399	-81.48095	234	Point Lick,Rensford		WV	039		
4819643	Replete	replete	US		0	America/New_York	38.70066	-80.46398	531	Browns Mountain,Mount Pleasant,Replete		WV	101		
4819659	Revore	revore	US		0	America/New_York	38.97481	-80.99928	233			WV	021		
4819701	Rhoda	rhoda	US		0	America/New_York	38.97981	-81.12206	216			WV	013		
4819741	Richard	richard	US		0	America/New_York	39.60675	-79.90645	281			WV	061		
4819755	Richford (historical)	richford-historical	US		0	America/New_York	39.01872	-79.57311	568			WV	093		
4819769	Richwood (historical)	richwood-historical	US		0	America/New_York	39.58147	-80.04924	262			WV	061		
4819779	Riddle (historical)	riddle-historical	US		0	America/New_York	39.19536	-80.97955	360			WV	085		
4819792	Ridersville	ridersville	US		0	America/New_York	39.62398	-78.19056	245	Friendship,Rider Store,Ridersville,Riderville		WV	065		
4819795	Ridge Farms	ridge-farms	US		0	America/New_York	39.56453	-80.11396	341			WV	049		
4819819	Riffe	riffe	US		0	America/New_York	37.67679	-80.68619	471			WV	089		
4819838	Rift	rift	US		0	America/New_York	37.28484	-81.67178	461			WV	047		
4819839	Rig	rig	US		0	America/New_York	39.039	-79.04559	290	Oakdale,Rig		WV	031		
4820022	Rimel	rimel	US		0	America/New_York	38.12346	-79.95145	748			WV	075		
4820026	Rinehart	rinehart	US		0	America/New_York	39.42397	-80.51648	326			WV	033		
4820042	Ripley Landing	ripley-landing	US		0	America/New_York	38.89092	-81.84597	177			WV	035		
4820063	Ritters	ritters	US		0	America/New_York	39.42371	-78.72474	197			WV	027		
4820064	River Bend	river-bend	US		0	America/New_York	38.35148	-81.84846	184			WV	039		
4820085	Riverdale Acres	riverdale-acres	US		0	America/New_York	38.3937	-81.80902	188			WV	039		
4820086	Riverdale Estates	riverdale-estates	US		0	America/New_York	38.53953	-81.88263	177			WV	079		
4820090	Riverlake	riverlake	US		0	America/New_York	38.36759	-81.85096	184	Riverlake,Riverlake Estates		WV	039		
4820096	Riverside (historical)	riverside-historical	US		0	America/New_York	39.57703	-78.82308	201			WV	057		
4820103	Riverside Mobile Home Park	riverside-mobile-home-park	US		0	America/New_York	38.49815	-81.84402	178			WV	079		
4820205	Roaring Creek Junction	roaring-creek-junction	US		0	America/New_York	38.94094	-79.9598	569			WV	083		
4820247	Robey	robey	US		0	America/New_York	39.36259	-80.3762	285			WV	033		
4820249	Robertsburg	robertsburg	US		0	America/New_York	38.65536	-81.95125	177			WV	079		
4820253	Robinette	robinette	US		663	America/New_York	37.78511	-81.79373	287			WV	045		
4820323	Rock Cliff	rock-cliff	US		0	America/New_York	37.96373	-80.62397	878	Rock Cliff,Rockcliff		WV	025		
4820338	Rock Forge	rock-forge	US		0	America/New_York	39.60508	-79.91728	288			WV	061		
4820352	Rock Lake Village	rock-lake-village	US		0	America/New_York	38.34732	-81.74096	204			WV	039		
4820361	Rock Oak	rock-oak	US		0	America/New_York	39.14844	-78.73585	411	Rock Oak,Rockoak		WV	031		
4820458	Rocklick	rocklick	US		0	America/New_York	37.84622	-81.62872	357	Rock Lick,Rocklick		WV	005		
4820459	Rocklick	rocklick	US		0	America/New_York	37.98122	-81.10232	485	Minersville,Rock Lick,Rocklick		WV	019		
4820460	Rocklick	rocklick	US		0	America/New_York	39.87313	-80.52702	449	Rock Lick,Rocklick		WV	051		
4820475	Rockridge	rockridge	US		0	America/New_York	37.37678	-81.82678	679	Rock Ridge,Rockridge		WV	047		
4820478	Rocksdale	rocksdale	US		0	America/New_York	38.84481	-81.21817	206			WV	013		
4820500	Rocky Fork	rocky-fork	US		0	America/New_York	38.45537	-81.72263	179	Rocky Fork,Rockyfork		WV	039		
4820547	Rodemer	rodemer	US		0	America/New_York	39.41565	-79.59311	615	Rodamar,Rodamer,Rodamers,Rodemer		WV	077		
4820551	Rodes (historical)	rodes-historical	US		0	America/New_York	37.77289	-81.13732	582			WV	081		
4820564	Rohr	rohr	US		0	America/New_York	39.5873	-79.817	647			WV	077		
4820567	Rohrbough	rohrbough	US		0	America/New_York	38.98204	-80.49315	327			WV	041		
4820577	Rolling Hills	rolling-hills	US		0	America/New_York	38.43286	-82.19292	213			WV	011		
4820578	Rolling Hills	rolling-hills	US		0	America/New_York	39.33341	-81.44123	219			WV	107		
4820579	Rolling Hills	rolling-hills	US		0	America/New_York	37.82095	-80.42813	679			WV	025		
4820581	Rolling Stone Trailer Court	rolling-stone-trailer-court	US		0	America/New_York	39.67063	-80.85899	203			WV	103		
4820583	Rollins Branch	rollins-branch	US		0	America/New_York	37.72289	-81.59622	429	Ralston Branch,Rollins Branch		WV	109		
4820590	Rollyson	rollyson	US		0	America/New_York	38.78343	-80.64093	253	Rollyson,Rollyston		WV	007		
4820596	Romines Mills	romines-mills	US		0	America/New_York	39.16982	-80.26425	323			WV	033		
4820606	Romont	romont	US		0	America/New_York	38.1815	-81.10399	357			WV	019		
4820632	Rosbys Rock	rosbys-rock	US		0	America/New_York	39.84147	-80.71203	237	Rosbbys Rock,Rosbys Rock,Rosbysrock,Roseby Rock,Rosebys Rock		WV	051		
4820636	Rorer	rorer	US		0	America/New_York	38.02512	-80.27702	591			WV	025		
4820675	Rosendorf	rosendorf	US		0	America/New_York	39.074	-79.622	543			WV	093		
4820679	Roseville (historical)	roseville-historical	US		0	America/New_York	37.92817	-81.26149	501			WV	019		
4820680	Roseville Addition	roseville-addition	US		0	America/New_York	38.39315	-81.85513	226			WV	039		
4820684	Rosina (historical)	rosina-historical	US		0	America/New_York	38.40177	-81.28039	308			WV	039		
4820705	Rossmore	rossmore	US		301	America/New_York	37.80927	-81.98123	222			WV	045		
4820710	Rough Run	rough-run	US		0	America/New_York	38.89539	-79.11976	354			WV	023		
4820717	Round Bottom	round-bottom	US		0	America/New_York	39.6998	-80.43563	330			WV	103		
4820746	Rouzer	rouzer	US		0	America/New_York	38.46621	-81.19206	223	Rouzer,Shelley Junction		WV	015		
4820749	Roundtop (historical)	roundtop-historical	US		0	America/New_York	39.6737	-78.23056	130			WV	065		
4820762	Roxalana	roxalana	US		0	America/New_York	38.69315	-81.26206	300	Rocksolina,Roxalana		WV	087		
4820764	Roxalia	roxalia	US		0	America/New_York	37.60235	-80.34978	778			WV	063		
4820788	Ruckman	ruckman	US		0	America/New_York	39.23288	-78.69279	440			WV	027		
4820790	Ruddle	ruddle	US		0	America/New_York	38.71261	-79.30837	469	Ruddle,Ruddle Mill,Ruddle's Mill		WV	071		
4820811	Rum Junction	rum-junction	US		0	America/New_York	37.81594	-81.9354	209			WV	045		
4820812	Rumble	rumble	US		0	America/New_York	38.18343	-81.69929	215	Rumbel,Rumble		WV	005		
4820816	Runa	runa	US		0	America/New_York	38.14289	-80.85121	675	Pleasant Hill,Runa		WV	067		
4820819	Runkle (historical)	runkle-historical	US		0	America/New_York	39.03563	-81.77485	179			WV	035		
4820825	Ruraldale	ruraldale	US		0	America/New_York	39.06704	-80.23175	362	Rural Dale,Ruraldale		WV	097		
4820861	Rush Run (historical)	rush-run-historical	US		0	America/New_York	37.96456	-81.06565	333	Rush Run (historical),Rushrun		WV	019		
4820882	Russet	russet	US		0	America/New_York	38.87314	-81.0565	234	Russet,Russett		WV	013		
4820884	Ruth (historical)	ruth-historical	US		0	America/New_York	37.33817	-81.34149	733			WV	055		
4820887	Russelldale	russelldale	US		0	America/New_York	39.2926	-78.93002	268			WV	057		
4820888	Ruthdale	ruthdale	US		0	America/New_York	38.31982	-81.7229	262			WV	039		
4820891	Ruthbelle	ruthbelle	US		0	America/New_York	39.50759	-79.64311	371	Ruthbell,Ruthbelle,Ruthbelle Mill		WV	077		
4820904	Ryanville	ryanville	US		0	America/New_York	39.31453	-80.2212	330			WV	033		
4820909	Rymer	rymer	US		0	America/New_York	39.54092	-80.44009	312			WV	049		
4820914	Sabraton	sabraton	US		0	America/New_York	39.62953	-79.9284	282	Sabraton,Sabraton Station,Sturgiss City		WV	061		
4820933	Sago	sago	US		0	America/New_York	38.91427	-80.23008	438			WV	097		
4820972	Saint Clara	saint-clara	US		0	America/New_York	39.12203	-80.68732	259			WV	017		
4821230	Salt Hill	salt-hill	US		0	America/New_York	38.77759	-81.68513	282			WV	035		
4821243	Salt Sulphur Springs	salt-sulphur-springs	US		0	America/New_York	37.57056	-80.57167	549	Salt Sulphur Spring,Salt Sulphur Springs,Sweet Sulphur Spring		WV	063		
4821262	Saltpetre	saltpetre	US		0	America/New_York	38.08203	-82.54738	206	Saltpeter,Saltpetre,Tudell		WV	099		
4821271	Saltwell	saltwell	US		0	America/New_York	39.36398	-80.2712	304	Buffalo Lick,Buffaloe Lick,Saltwell		WV	033		
4821296	Sancho (historical)	sancho-historical	US		0	America/New_York	39.43258	-80.92761	226			WV	095		
4821327	Sand Hill	sand-hill	US		0	America/New_York	39.98757	-80.58507	400	Sand Hill,Sandhill		WV	051		
4821328	Sand Hill	sand-hill	US		0	America/New_York	39.37091	-81.49012	198	Sand Hill,Sands		WV	107		
4821344	Sand Ridge	sand-ridge	US		0	America/New_York	38.80176	-81.06678	356	Sand Ridge,Sandridge		WV	013		
4821354	Sand Run	sand-run	US		0	America/New_York	38.92316	-80.12425	598	Sand Run,Sandrun		WV	097		
4821380	Sandlick	sandlick	US		0	America/New_York	37.33928	-81.2201	786			WV	055		
4821407	Sandy (historical)	sandy-historical	US		0	America/New_York	39.26982	-79.96202	335			WV	091		
4821420	Sandy Huff	sandy-huff	US		0	America/New_York	37.47817	-81.77511	309			WV	047		
4821439	Sandy Summit	sandy-summit	US		0	America/New_York	38.89925	-81.50762	237			WV	087		
4821447	Sanoma	sanoma	US		0	America/New_York	38.96453	-81.32456	188			WV	105		
4821449	Santafee	santafee	US		0	America/New_York	37.7279	-80.69425	522	Santafee,Santifee		WV	089		
4821453	Santifee (historical)	santifee-historical	US		0	America/New_York	37.72845	-80.6923	509			WV	089		
4821454	Santown	santown	US		0	America/New_York	38.82064	-82.01181	257			WV	053		
4821469	Sarton	sarton	US		0	America/New_York	37.58262	-80.64007	738			WV	063		
4821481	Satterfield (historical)	satterfield-historical	US		0	America/New_York	39.54286	-80.38981	313			WV	049		
4821482	Sattes	sattes	US		0	America/New_York	38.39148	-81.81846	182			WV	039		
4821492	Saunders	saunders	US		0	America/New_York	37.79983	-81.67234	446	Right Fork,Saunders,Three Fork,Three Forks		WV	045		
4821493	Saunders Addition	saunders-addition	US		0	America/New_York	38.45481	-81.87569	205			WV	079		
4821545	Scarlet	scarlet	US		0	America/New_York	37.77594	-82.14708	251			WV	059		
4821548	Scary	scary	US		0	America/New_York	38.43731	-81.85513	205			WV	079		
4821557	Scenic Hills	scenic-hills	US		0	America/New_York	39.26674	-81.48151	264			WV	107		
4821561	Scherr	scherr	US		0	America/New_York	39.19316	-79.17004	475			WV	023		
4821563	Schilling	schilling	US		0	America/New_York	38.76592	-81.3204	232			WV	087		
4821564	Schilling Addition	schilling-addition	US		0	America/New_York	38.80509	-81.35373	225			WV	087		
4821569	School House (historical)	school-house-historical	US		0	America/New_York	38.87758	-81.87375	177	School House (historical),Schoolhouse		WV	035		
4821582	Schoolhouse Hill Addition	schoolhouse-hill-addition	US		0	America/New_York	38.80537	-81.35762	247			WV	087		
4821595	Schrader	schrader	US		0	America/New_York	38.4151	-81.42262	199			WV	039		
4821597	Schultz	schultz	US		0	America/New_York	39.32008	-81.24011	222			WV	073		
4821611	Scotch Hill	scotch-hill	US		0	America/New_York	39.37426	-79.8659	509			WV	077		
4821613	Scott (historical)	scott-historical	US		0	America/New_York	39.24146	-81.68068	194			WV	107		
4821638	Scott Village	scott-village	US		0	America/New_York	38.44426	-81.91013	212			WV	079		
4821645	Scrabble	scrabble	US		0	America/New_York	39.48371	-77.8325	112	Hard Scrabble,Hard Scrabble Town,Hardscrabble,Scrabble		WV	003		
4821666	Secoal	secoal	US		0	America/New_York	37.97955	-81.80818	232			WV	005		
4821690	Sector	sector	US		0	America/New_York	39.22816	-78.85585	222	Glebe,Glebe Station,Sector		WV	027		
4821702	Seemly (historical)	seemly-historical	US		0	America/New_York	38.87428	-79.14254	365			WV	023		
4821707	Seebert	seebert	US		0	America/New_York	38.12901	-80.17757	633	Seabert,Seebert		WV	075		
4821710	Sell	sell	US		0	America/New_York	39.2651	-79.58672	837			WV	077		
4821715	Selwyn	selwyn	US		0	America/New_York	37.85871	-82.37848	187			WV	059		
4821722	Sellers (historical)	sellers-historical	US		0	America/New_York	38.87316	-80.19258	495			WV	097		
4821757	Seven Pines	seven-pines	US		0	America/New_York	39.56675	-80.44175	324	Seven Pines,Sevenpines		WV	049		
4821778	Seymourville	seymourville	US		0	America/New_York	39.05705	-79.10892	314	Seymoursville,Seymourville		WV	023		
4821782	Shad (historical)	shad-historical	US		0	America/New_York	38.64843	-81.3704	220			WV	087		
4821790	Shady Brook	shady-brook	US		0	America/New_York	39.05065	-80.46898	320			WV	041		
4821826	Shagtown	shagtown	US		0	America/New_York	39.49175	-80.12952	306			WV	049		
4821830	Shahan	shahan	US		0	America/New_York	38.76205	-80.16785	618			WV	097		
4821836	Shanghai	shanghai	US		0	America/New_York	39.44149	-78.13222	161			WV	003		
4821860	Shannondale	shannondale	US		3358	America/New_York	39.21705	-77.80749	171			WV	037		
4821864	Sharon Heights	sharon-heights	US		0	America/New_York	37.63789	-81.93707	318			WV	059		
4821870	Sharlow	sharlow	US		0	America/New_York	38.1326	-81.63429	210			WV	005		
4821885	Shatto	shatto	US		0	America/New_York	38.79009	-81.65485	192			WV	035		
4821913	Shawnee Estates	shawnee-estates	US		0	America/New_York	38.50426	-81.84652	178			WV	079		
4821927	Shawvers Crossing	shawvers-crossing	US		0	America/New_York	37.95345	-80.65814	744			WV	025		
4821930	Shawver	shawver	US		0	America/New_York	37.88678	-80.76564	917			WV	019		
4821944	Sheets Mills	sheets-mills	US		0	America/New_York	39.18231	-80.37787	310			WV	033		
4821946	Shegon	shegon	US		0	America/New_York	37.85566	-82.06902	252			WV	045		
4821966	Shenango (historical)	shenango-historical	US		0	America/New_York	39.58536	-80.68704	257			WV	103		
4822507	Sleith (historical)	sleith-historical	US		0	America/New_York	38.67926	-80.94649	273			WV	007		
4822015	Shiloh (historical)	shiloh-historical	US		0	America/New_York	39.1826	-78.43167	369			WV	027		
4822062	Shively	shively	US		0	America/New_York	37.96593	-82.11819	212			WV	045		
4822108	Short Gap	short-gap	US		0	America/New_York	39.5437	-78.81113	248	Knobley,Knobly,Short Gap		WV	057		
4822151	Shryock	shryock	US		0	America/New_York	37.95484	-80.15034	612			WV	025		
4822162	Sias	sias	US		0	America/New_York	38.18482	-82.08736	207	Jenks,Sias		WV	043		
4822173	Sidneyville	sidneyville	US		0	America/New_York	38.85814	-81.73263	219			WV	035		
4822179	Sigman	sigman	US		0	America/New_York	38.58176	-81.75902	320	Sigman,Sigmon		WV	079		
4822189	Silica	silica	US		0	America/New_York	38.68733	-80.24008	713	McCauley,Silica		WV	083		
4822217	Simmons	simmons	US		0	America/New_York	37.32817	-81.30177	708	Simmons,Simmons Station		WV	055		
4822219	Silver Valley Estates	silver-valley-estates	US		0	America/New_York	38.47315	-81.80958	184			WV	079		
4822241	Simoda	simoda	US		0	America/New_York	38.72706	-79.4831	909			WV	071		
4822245	Simons (historical)	simons-historical	US		0	America/New_York	39.12093	-80.14203	414			WV	001		
4822281	Sincerity	sincerity	US		0	America/New_York	39.59925	-80.53898	418			WV	103		
4822305	Sir Johns Run	sir-johns-run	US		0	America/New_York	39.64815	-78.23473	133			WV	065		
4822310	Sissonville	sissonville	US		4028	America/New_York	38.52815	-81.63096	190	Grapevine,Sissianville,Sissonville		WV	039		
4822326	Sitlington	sitlington	US		0	America/New_York	38.35845	-79.92506	732			WV	075		
4822330	Six Hill	six-hill	US		0	America/New_York	39.19425	-81.13261	281			WV	085		
4822332	Six	six	US		0	America/New_York	37.369	-81.63789	473			WV	047		
4822350	Skeetersville	skeetersville	US		0	America/New_York	39.36427	-77.81555	139			WV	037		
4822351	Skelt	skelt	US		0	America/New_York	38.55539	-80.32202	588			WV	101		
4822358	Skidmore Crossing	skidmore-crossing	US		0	America/New_York	38.48011	-80.44231	453			WV	101		
4822363	Skidmore (historical)	skidmore-historical	US		0	America/New_York	38.9601	-79.99147	538			WV	001		
4822381	Skull Run	skull-run	US		0	America/New_York	39.00841	-81.7593	184			WV	035		
4822383	Skyles (historical)	skyles-historical	US		0	America/New_York	38.50455	-80.67704	384			WV	101		
4822385	Skygusty	skygusty	US		0	America/New_York	37.324	-81.47622	473			WV	047		
4822387	Slab	slab	US		0	America/New_York	39.12897	-80.9765	232			WV	085		
4822390	Skyline	skyline	US		0	America/New_York	39.32371	-79.1292	831	Allegheny Front,Skyline		WV	057		
4822427	Slabtown	slabtown	US		0	America/New_York	37.629	-81.86984	249			WV	059		
4822442	Slate	slate	US		0	America/New_York	39.13591	-81.44595	192			WV	107		
4822468	Slaty Fork	slaty-fork	US		0	America/New_York	38.4165	-80.12674	818	Laurel Bank,Sladyfork,Slaty Fork,Slatyfork		WV	075		
4822491	Sleepy Creek	sleepy-creek	US		0	America/New_York	39.66704	-78.0825	126			WV	065		
4822503	Sleepy Hollow Township	sleepy-hollow-township	US		0	America/New_York	38.45148	-81.97208	212			WV	079		
4822577	Smith Crossing	smith-crossing	US		0	America/New_York	39.05427	-79.81757	609			WV	083		
4822578	Smith Crossroads	smith-crossroads	US		0	America/New_York	39.56787	-78.22723	183	Smith Crossroads,Smiths Corners,Smiths Cross Roads,Smiths Forks		WV	065		
4822609	Smith Village	smith-village	US		0	America/New_York	39.05398	-80.47092	314			WV	041		
4822635	Smokeless	smokeless	US		0	America/New_York	37.43262	-81.25121	732			WV	055		
4822662	Snider	snider	US		0	America/New_York	39.46009	-79.70006	517	Snider,Snyder		WV	077		
4822686	Snowden	snowden	US		0	America/New_York	38.1976	-81.93735	239			WV	043		
4822718	Society Hill Acres	society-hill-acres	US		0	America/New_York	39.17702	-81.50262	205			WV	107		
4822723	Sodom	sodom	US		0	America/New_York	37.91649	-81.83318	264			WV	045		
4822730	Somervilla	somervilla	US		0	America/New_York	39.26396	-81.61902	237			WV	107		
4822743	South Bluefield	south-bluefield	US		0	America/New_York	37.2579	-81.21815	770			WV	055		
4822763	South Caperton	south-caperton	US		0	America/New_York	38.01817	-81.02704	306			WV	019		
4822766	South Buckhannon	south-buckhannon	US		0	America/New_York	38.98204	-80.22119	437	Boom,South Buckhannon		WV	097		
4822772	South Fayette	south-fayette	US		0	America/New_York	38.06539	-81.08066	272			WV	019		
4822829	South Hills	south-hills	US		0	America/New_York	38.34176	-81.64373	282	Arbutus,South Hills		WV	039		
4822830	South Hills	south-hills	US		0	America/New_York	39.61953	-79.93979	360			WV	061		
4822831	South Hills Estates	south-hills-estates	US		0	America/New_York	39.24063	-81.56179	211			WV	107		
4822835	South Madison	south-madison	US		0	America/New_York	38.05371	-81.80568	211			WV	005		
4822838	South Malden	south-malden	US		0	America/New_York	38.29232	-81.5679	183	Malden Station,South Malden		WV	039		
4822849	South Park Trailer Park	south-park-trailer-park	US		0	America/New_York	39.10537	-80.39009	323			WV	041		
4822850	South Parkersburg	south-parkersburg	US		0	America/New_York	39.23674	-81.54235	194			WV	107		
4822856	South Ruffner	south-ruffner	US		0	America/New_York	38.3326	-81.61873	182			WV	039		
4822859	South Nuttall (historical)	south-nuttall-historical	US		0	America/New_York	38.04678	-81.03732	294	Brown,South Nuttall (historical)		WV	019		
4822866	South Worthington	south-worthington	US		0	America/New_York	39.44731	-80.26953	281			WV	049		
4822877	Southmoor Heights	southmoor-heights	US		0	America/New_York	39.22785	-81.55818	248			WV	107		
4822883	Sovereign	sovereign	US		0	America/New_York	37.86177	-81.82623	314	Adkins Fork,Sovereign		WV	045		
4822891	Spangler Factory (historical)	spangler-factory-historical	US		0	America/New_York	37.74317	-81.19288	671			WV	081		
4822904	Sparks (historical)	sparks-historical	US		0	America/New_York	38.23567	-80.9026	500	Copenhaver Settlement,Sparks (historical)		WV	067		
4822913	Spaulding	spaulding	US		0	America/New_York	37.87843	-82.35487	241			WV	059		
4822919	Spears (historical)	spears-historical	US		0	America/New_York	38.12232	-82.11569	249			WV	043		
4822926	Speedway	speedway	US		0	America/New_York	37.45651	-81.01037	780	Pride,Speedway		WV	055		
4822999	Sprattsville	sprattsville	US		0	America/New_York	37.60011	-81.87262	264			WV	059		
4823002	Sprigg	sprigg	US		0	America/New_York	37.62871	-82.19736	214			WV	059		
4823004	Spread	spread	US		0	America/New_York	38.49593	-81.07066	227			WV	015		
4823053	Spring Hill Chapel	spring-hill-chapel	US		0	America/New_York	39.24453	-80.36815	310			WV	033		
4823062	Spring Gap (historical)	spring-gap-historical	US		0	America/New_York	39.42426	-78.53029	322			WV	027		
4823097	Springdale Estates	springdale-estates	US		0	America/New_York	38.45092	-81.98514	214			WV	079		
4823111	Springlea Estates	springlea-estates	US		0	America/New_York	38.46815	-81.85958	208			WV	079		
4823120	Springton	springton	US		0	America/New_York	37.45595	-81.24427	734			WV	055		
4823214	Spruce Valley	spruce-valley	US		0	America/New_York	37.88483	-81.82456	293			WV	045		
4823231	Spy Rock	spy-rock	US		0	America/New_York	38.07011	-80.9776	767			WV	019		
4823281	Stamford Park	stamford-park	US		0	America/New_York	38.40425	-82.39126	201			WV	011		
4823296	Standingstone (historical)	standingstone-historical	US		0	America/New_York	39.0748	-81.3829	207			WV	105		
4823317	Star Settlement (historical)	star-settlement-historical	US		0	America/New_York	39.17564	-81.02483	252			WV	085		
4823343	Staten	staten	US		0	America/New_York	38.87037	-81.049	230	Stanton,Staten		WV	013		
4823354	Statts Mills	statts-mills	US		0	America/New_York	38.73759	-81.62235	197	Staars,Staats Mill,Staats Mills,Statts Mills		WV	035		
4823362	Stealey	stealey	US		0	America/New_York	39.27926	-80.35953	308			WV	033		
4823374	Steeles	steeles	US		0	America/New_York	37.539	-81.77539	341	Steeles,Trap Fork		WV	109		
4823375	Steelton	steelton	US		0	America/New_York	39.68452	-80.85732	199			WV	103		
4823397	Stengel (historical)	stengel-historical	US		0	America/New_York	37.33012	-80.9862	649			WV	055		
4823399	Steiner (historical)	steiner-historical	US		0	America/New_York	38.78344	-79.90979	603			WV	083		
4823415	Stepptown	stepptown	US		0	America/New_York	37.86315	-82.41654	190	Stepptown,Steptown		WV	099		
4823419	Sterling (historical)	sterling-historical	US		0	America/New_York	38.1176	-81.65706	232			WV	005		
4823462	Stillwell	stillwell	US		0	America/New_York	38.20845	-80.0984	650			WV	075		
4823466	Stiltner	stiltner	US		0	America/New_York	38.13203	-82.38043	231	Fry,Mouth of Brush Creek,Stiltner		WV	099		
4823474	Stinson	stinson	US		0	America/New_York	38.65648	-81.07456	251			WV	013		
4823486	Stirrat	stirrat	US		0	America/New_York	37.72649	-82.00235	278			WV	045		
4823490	Stockton (historical)	stockton-historical	US		0	America/New_York	38.75064	-82.03681	265			WV	053		
4823492	Spohrs Crossroads	spohrs-crossroads	US		0	America/New_York	39.63343	-78.14695	209	Spohrs Cross Roads,Spohrs Crossroads,Stohrs Cross Roads,Stohrs Crossroads		WV	065		
4823497	Stollings (historical)	stollings-historical	US		0	America/New_York	37.95843	-82.04902	196			WV	045		
4823501	Stone Branch	stone-branch	US		0	America/New_York	37.99288	-82.0418	195			WV	045		
4823517	Stone House (historical)	stone-house-historical	US		0	America/New_York	39.27648	-80.01175	334	Stone House (historical),Stonehouse		WV	091		
4823524	Stonecoal	stonecoal	US		0	America/New_York	37.88343	-82.41765	192	Stone Coal,Stonecoal		WV	099		
4823539	Stonecoal Junction	stonecoal-junction	US		0	America/New_York	37.60317	-81.31344	492	Stone Coal Junction,Stonecoal,Stonecoal Junction		WV	081		
4823571	Stonewood	stonewood	US		1766	America/New_York	39.25092	-80.31231	316			WV	033		
4823578	Stonewall (historical)	stonewall-historical	US		0	America/New_York	37.82567	-81.12871	445			WV	081		
4823583	Stony Bottom	stony-bottom	US		0	America/New_York	38.36429	-79.96228	716	Driftwood,Seldom Seem,Stony Bottom		WV	075		
4823624	Stotlers Crossroads	stotlers-crossroads	US		0	America/New_York	39.51343	-78.22389	222	Stotlers Cross Roads,Stotlers Crossroads		WV	065		
4823626	Stotesbury	stotesbury	US		0	America/New_York	37.68178	-81.28871	561	Statesbury,Stotesbury		WV	081		
4823632	Stouts Mills	stouts-mills	US		0	America/New_York	38.89509	-80.73038	225	Spicers Mills,Stout's Mills,Stouts Mills		WV	021		
4823715	Strange Creek	strange-creek	US		0	America/New_York	38.56316	-80.89788	248	Savage,Savage Town,Savagetown,Strange Creek,Strangecreek		WV	007		
4823717	Straley Addition	straley-addition	US		0	America/New_York	39.1062	-80.40537	313			WV	041		
4823725	Strawberry Heights	strawberry-heights	US		0	America/New_York	38.38204	-81.85402	190			WV	039		
4823728	Streby	streby	US		0	America/New_York	39.08039	-79.23948	530			WV	023		
4823740	Stringtown (historical)	stringtown-historical	US		0	America/New_York	38.989	-79.47366	872			WV	093		
4823747	Strouds	strouds	US		0	America/New_York	38.38789	-80.61648	642			WV	101		
4823764	Stumptown	stumptown	US		0	America/New_York	38.84898	-80.994	221			WV	021		
4823776	Sturgeon Branch (historical)	sturgeon-branch-historical	US		0	America/New_York	37.93789	-80.81787	741			WV	019		
4823778	Sturgisson	sturgisson	US		0	America/New_York	39.58369	-79.86812	430			WV	061		
4823781	Sturms Mill	sturms-mill	US		0	America/New_York	39.45231	-80.3237	304			WV	049		
4823791	Suck Creek	suck-creek	US		0	America/New_York	37.6079	-80.98703	482			WV	089		
4823795	Sue	sue	US		0	America/New_York	37.95651	-80.20951	616			WV	025		
4823800	Sugar Camp	sugar-camp	US		0	America/New_York	39.24092	-80.69344	257	Sugar Camp,Sugarcamp		WV	017		
4823947	Sulphur City	sulphur-city	US		0	America/New_York	39.35316	-79.13753	771	Sulphur,Sulphur City		WV	057		
4823991	Summerlee	summerlee	US		0	America/New_York	38.00289	-81.1601	610	Parral,Summerlee		WV	019		
4824019	Summit Park	summit-park	US		0	America/New_York	39.28176	-80.31037	315			WV	033		
4824028	Sun Hill	sun-hill	US		0	America/New_York	37.62372	-81.70317	353	Sun Hill,Sunhill		WV	109		
4824032	Sun Valley Estates	sun-valley-estates	US		0	America/New_York	38.45315	-81.89541	206			WV	079		
4824036	Sunbeam	sunbeam	US		0	America/New_York	37.84677	-81.94512	215	Foley,Sunbeam		WV	045		
4824038	Suncrest	suncrest	US		0	America/New_York	39.65508	-79.97451	312			WV	061		
4824039	Suncrest	suncrest	US		0	America/New_York	38.68816	-80.25341	701	Arvondale Junction,Suncrest,Sunrise		WV	083		
4824041	Suncrest Lake	suncrest-lake	US		0	America/New_York	39.66453	-79.97617	297			WV	061		
4824047	Sundial	sundial	US		0	America/New_York	37.87622	-81.51455	316			WV	081		
4824052	Sunlight	sunlight	US		0	America/New_York	37.98706	-80.46147	648	Mayesville,Mays Village,Maysville,Maze Village,Sunlight		WV	025		
4824060	Sunnyside (historical)	sunnyside-historical	US		0	America/New_York	38.0965	-81.09871	266			WV	019		
4824067	Sunrise	sunrise	US		0	America/New_York	39.27063	-81.50373	221			WV	107		
4824079	Sunset (historical)	sunset-historical	US		0	America/New_York	38.20012	-79.94423	724			WV	075		
4824080	Sunset Acres	sunset-acres	US		0	America/New_York	39.04704	-80.49648	320			WV	041		
4824084	Sunset Court	sunset-court	US		0	America/New_York	37.96066	-82.02179	198			WV	045		
4824085	Sunset Heights	sunset-heights	US		0	America/New_York	39.27674	-81.50207	219			WV	107		
4824097	Superior Bottom	superior-bottom	US		0	America/New_York	37.74899	-81.99929	256	Omar,Superior Bottom		WV	045		
4824099	Surbaugh	surbaugh	US		0	America/New_York	38.01456	-80.79537	725			WV	019		
4824103	Surosa	surosa	US		0	America/New_York	37.64149	-82.17513	218	New Howard,Surosa		WV	059		
4824113	Suter (historical)	suter-historical	US		0	America/New_York	39.61869	-80.6512	258			WV	103		
4824115	Sutherland (historical)	sutherland-historical	US		0	America/New_York	39.5037	-79.71061	590			WV	077		
4825315	Twiggs	twiggs	US		0	America/New_York	39.39758	-81.03178	240			WV	073		
4824145	Swamp Run	swamp-run	US		0	America/New_York	39.02454	-80.0748	597	Swamp Run,Swamprun		WV	097		
4824147	Swan Pond	swan-pond	US		0	America/New_York	39.46927	-77.87722	139	Swan Pond,Swanpond		WV	003		
4824153	Swann	swann	US		0	America/New_York	38.52314	-82.15875	286			WV	011		
4824159	Swandale	swandale	US		0	America/New_York	38.47066	-80.95955	268			WV	015		
4824161	Sweeneyburg	sweeneyburg	US		0	America/New_York	37.8365	-81.25788	557	Sweeneyburg,Sweeneysburg		WV	081		
4824166	Sweet Acres	sweet-acres	US		0	America/New_York	38.37454	-81.80263	199			WV	039		
4824175	Sweet Run	sweet-run	US		0	America/New_York	38.36703	-82.58016	169			WV	099		
4824183	Sweetland	sweetland	US		0	America/New_York	38.25954	-82.04208	196			WV	043		
4824257	Sydnor Addition	sydnor-addition	US		0	America/New_York	37.59566	-82.1368	216			WV	059		
4824275	Tablers Station	tablers-station	US		0	America/New_York	39.39871	-78.01083	171	Tabler,Tablers,Tablers Station		WV	003		
4824281	Tabb (historical)	tabb-historical	US		0	America/New_York	39.51399	-77.96778	160			WV	003		
4824290	Tacy	tacy	US		0	America/New_York	39.16204	-79.94202	517	Crossroads,Tacy		WV	001		
4824294	Tague	tague	US		0	America/New_York	38.70176	-80.91538	251			WV	007		
4824309	Tallmans	tallmans	US		0	America/New_York	39.24591	-81.68569	191			WV	107		
4824315	Tallwood Acres	tallwood-acres	US		0	America/New_York	38.42203	-82.32126	176			WV	011		
4824316	Tallyho	tallyho	US		0	America/New_York	39.28091	-81.43956	203			WV	107		
4824320	Tamroy (historical)	tamroy-historical	US		0	America/New_York	37.85206	-81.16677	611			WV	081		
4824321	Tams	tams	US		0	America/New_York	37.66484	-81.3076	524	Gulf,Tams		WV	081		
4824325	Tamcliff	tamcliff	US		0	America/New_York	37.63844	-81.87651	247			WV	059		
4824327	Tanglewood	tanglewood	US		0	America/New_York	39.65203	-79.94895	339			WV	061		
4824329	Tango	tango	US		0	America/New_York	38.25232	-81.92624	226			WV	043		
4824348	Tannery	tannery	US		0	America/New_York	39.0515	-78.95725	272			WV	031		
4824362	Tara Estates	tara-estates	US		0	America/New_York	38.29316	-80.83593	591			WV	067		
4824363	Tarico Heights	tarico-heights	US		0	America/New_York	39.32649	-78.00389	174			WV	003		
4824368	Taplin	taplin	US		0	America/New_York	37.75844	-81.89568	223			WV	045		
4824389	Tavennersville	tavennersville	US		0	America/New_York	39.2523	-81.5504	195	Tavennersville,Tavennerville		WV	107		
4824451	Teays Farm	teays-farm	US		0	America/New_York	38.48592	-81.90263	273			WV	079		
4824454	Teays Meadow	teays-meadow	US		0	America/New_York	38.42981	-81.93041	222			WV	079		
4824459	Teays Valley Estates	teays-valley-estates	US		0	America/New_York	38.43926	-81.95013	236			WV	079		
4824462	Teays Valley Meadows	teays-valley-meadows	US		0	America/New_York	38.4487	-81.97902	208			WV	079		
4824464	Teays Villa	teays-villa	US		0	America/New_York	38.45287	-81.8993	208			WV	079		
4824465	Teays Village	teays-village	US		0	America/New_York	38.44259	-81.9418	228			WV	079		
4824469	Teays Valley	teays-valley	US		13175	America/New_York	38.45009	-81.9293	203			WV	079		
4824473	Tempa	tempa	US		0	America/New_York	37.72512	-80.75481	865			WV	089		
4824509	Tennerton	tennerton	US		0	America/New_York	38.96343	-80.22397	449	Tenerton,Tennerton		WV	097		
4824536	Terry Junction	terry-junction	US		0	America/New_York	37.84984	-81.08315	364			WV	081		
4824539	Tesla	tesla	US		0	America/New_York	38.60205	-80.70343	360			WV	007		
4824540	Teter	teter	US		0	America/New_York	39.06176	-80.15758	430	Teter,Teters		WV	097		
4824549	Teterton	teterton	US		0	America/New_York	38.83317	-79.40532	708			WV	071		
4824551	Teutonic (historical)	teutonic-historical	US		0	America/New_York	39.75619	-80.71648	417	Teutonia,Teutonic (historical)		WV	051		
4824557	Thacker	thacker	US		0	America/New_York	37.59455	-82.13152	220			WV	059		
4824559	Texas (historical)	texas-historical	US		0	America/New_York	39.16733	-79.80479	823			WV	093		
4824562	Thacker Mines	thacker-mines	US		0	America/New_York	37.60372	-82.0968	297			WV	059		
4824580	The Flatts	the-flatts	US		0	America/New_York	39.6523	-79.96367	317			WV	061		
4824582	The Mileground	the-mileground	US		0	America/New_York	39.64258	-79.93062	372	Mileground,The Mileground		WV	061		
4824585	The Ridge Estates	the-ridge-estates	US		0	America/New_York	38.46009	-81.94902	231			WV	079		
4824586	The Y	the-y	US		0	America/New_York	38.89647	-81.66985	182			WV	035		
4824596	Thoburn	thoburn	US		0	America/New_York	39.46314	-80.22869	304			WV	049		
4824639	Thompson Acres	thompson-acres	US		0	America/New_York	38.41398	-82.03236	236			WV	079		
4824652	Thompson Heights	thompson-heights	US		0	America/New_York	38.41703	-82.03569	219			WV	079		
4824659	Thompson Town	thompson-town	US		0	America/New_York	37.84871	-82.02652	260			WV	045		
4824677	Thornhill Addition	thornhill-addition	US		0	America/New_York	38.50565	-81.84097	178			WV	079		
4824689	Thorny Creek	thorny-creek	US		0	America/New_York	38.2529	-80.03701	661			WV	075		
4824704	Thrash (historical)	thrash-historical	US		0	America/New_York	38.62927	-80.64009	382			WV	007		
4824707	Three Churches	three-churches	US		0	America/New_York	39.40093	-78.65418	400			WV	027		
4824720	Three Mile	three-mile	US		0	America/New_York	38.43038	-81.42956	194			WV	039		
4824725	Threefork Bridge	threefork-bridge	US		0	America/New_York	39.44037	-79.84951	392			WV	077		
4824752	Tichenal	tichenal	US		0	America/New_York	39.19009	-80.47648	311	Isaacs Creek,Tichenal		WV	033		
4824759	Tigheville	tigheville	US		0	America/New_York	38.97983	-79.9198	596			WV	083		
4824781	Tina (historical)	tina-historical	US		0	America/New_York	37.8354	-80.86509	590			WV	089		
4824798	Tolbert	tolbert	US		0	America/New_York	38.19678	-80.69092	828			WV	067		
4824804	Toll Gate	toll-gate	US		0	America/New_York	39.27258	-80.91511	245	Toll Gate,Tollgate		WV	085		
4824805	Tolleys	tolleys	US		0	America/New_York	37.75595	-81.31149	603	Tolley,Tolleys		WV	081		
4824865	Toney Fork	toney-fork	US		0	America/New_York	37.71289	-81.59761	415	Toney Fork,Toneyfork,Toneys Fork		WV	109		
4824887	Topins Grove	topins-grove	US		0	America/New_York	39.05147	-81.70707	195			WV	035		
4824902	Town Hill	town-hill	US		0	America/New_York	39.00261	-79.13142	308			WV	023		
4824917	Towson (historical)	towson-historical	US		0	America/New_York	39.41343	-79.75451	625			WV	077		
4824918	Trace	trace	US		0	America/New_York	37.88732	-82.1968	283			WV	059		
4824976	Trace Junction	trace-junction	US		0	America/New_York	37.82538	-82.04985	256			WV	045		
4824993	Tralee	tralee	US		0	America/New_York	37.55734	-81.40066	433			WV	109		
4824996	Trainer	trainer	US		0	America/New_York	38.03985	-80.03173	683			WV	025		
4825000	Trap Hill	trap-hill	US		0	America/New_York	37.78289	-81.34344	601	Marshes,Trap Hill,Traphill		WV	081		
4825021	Tribble	tribble	US		0	America/New_York	38.68759	-81.83791	189			WV	053		
4825025	Trilby (historical)	trilby-historical	US		0	America/New_York	39.24675	-80.94455	237			WV	085		
4825082	Triune	triune	US		0	America/New_York	39.49647	-79.97507	509			WV	061		
4825085	Tristan	tristan	US		0	America/New_York	38.80259	-81.22706	220			WV	087		
4825122	Troy Town	troy-town	US		0	America/New_York	37.85705	-82.07707	292			WV	045		
4825126	Trowbridge (historical)	trowbridge-historical	US		0	America/New_York	39.4287	-79.68533	386			WV	077		
4825127	True	true	US		0	America/New_York	37.58067	-80.9362	750			WV	089		
4825130	Truebada	truebada	US		0	America/New_York	38.93009	-80.7776	222			WV	021		
4825223	Turkey Knob	turkey-knob	US		0	America/New_York	37.899	-81.15288	515			WV	019		
4825279	Turner Douglass	turner-douglass	US		0	America/New_York	39.3751	-79.49422	739	Turner Douglas,Turner Douglass		WV	077		
4825286	Turnertown	turnertown	US		0	America/New_York	39.07454	-80.46509	313	Turner,Turner Town,Turnertown		WV	041		
4825321	Twin Branch	twin-branch	US		0	America/New_York	37.47483	-81.66844	358			WV	047		
4825333	Twin Rivers Mobile Home Park	twin-rivers-mobile-home-park	US		0	America/New_York	38.45704	-81.81985	177			WV	079		
4825341	Twistville (historical)	twistville-historical	US		0	America/New_York	38.60843	-80.81482	308			WV	007		
4825351	Two Run	two-run	US		0	America/New_York	38.47593	-81.08372	214			WV	015		
4825363	Two Run	two-run	US		0	America/New_York	38.96453	-81.38734	198			WV	105		
4825371	Twomile	twomile	US		0	America/New_York	38.36704	-81.60679	184	Two Mile,Twomile		WV	039		
4825392	Tygart Glen	tygart-glen	US		0	America/New_York	39.15899	-80.04369	397			WV	001		
4825393	Tygart Junction	tygart-junction	US		0	America/New_York	39.09843	-80.07508	407			WV	001		
4825416	Tyler Mountain	tyler-mountain	US		0	America/New_York	38.39259	-81.72096	197			WV	039		
4825420	Tyler Heights	tyler-heights	US		0	America/New_York	38.4312	-81.75374	210	Flatwoods,Tyler Heights		WV	039		
4825426	Uffington	uffington	US		0	America/New_York	39.58647	-79.97618	260	Booths Creek,Uffington,Ufflington		WV	061		
4825428	Tyner (historical)	tyner-historical	US		0	America/New_York	39.14313	-81.64291	220			WV	107		
4825431	Uler	uler	US		0	America/New_York	38.61787	-81.14317	232			WV	087		
4825439	Underwood Estates	underwood-estates	US		0	America/New_York	37.81262	-80.42424	677			WV	025		
4825444	Unger	unger	US		0	America/New_York	39.43676	-78.25389	273	Unger,Ungers Store		WV	065		
4825482	Union Corner	union-corner	US		0	America/New_York	39.39871	-78.08556	227			WV	003		
4825562	Uno	uno	US		0	America/New_York	37.62872	-81.73706	359			WV	109		
4825563	Unus	unus	US		0	America/New_York	37.94095	-80.44424	645			WV	025		
4825622	Upper Flats	upper-flats	US		0	America/New_York	38.92536	-81.99208	213			WV	053		
4825655	Upper Leatherwood	upper-leatherwood	US		0	America/New_York	38.43538	-81.10372	207			WV	015		
4825668	Upper Mingo	upper-mingo	US		0	America/New_York	38.49317	-80.0559	815			WV	083		
4825725	Upper Whitman	upper-whitman	US		0	America/New_York	37.79316	-82.05291	285			WV	045		
4825744	Ury	ury	US		0	America/New_York	37.65373	-81.3151	513	Cooktown,Ury		WV	081		
4825750	Uvilla	uvilla	US		0	America/New_York	39.36899	-77.80027	145			WV	037		
4825754	Vago	vago	US		0	America/New_York	37.8829	-80.3723	709			WV	025		
4825770	Valley Brook Mobile Home Park	valley-brook-mobile-home-park	US		0	America/New_York	38.44676	-81.82346	177			WV	079		
4825774	Valley Chapel	valley-chapel	US		0	America/New_York	39.10981	-80.49454	310	Kennedy Station,Valley Chapel,Valley Church		WV	041		
4825789	Valley Fork	valley-fork	US		0	America/New_York	38.5251	-81.11789	312	Valley Fork,Valleyfork		WV	015		
4825796	Valley Furnace	valley-furnace	US		0	America/New_York	39.1951	-79.87674	447	Fanny Furnace,Valley Furnace		WV	001		
4825803	Valley Heights	valley-heights	US		0	America/New_York	37.69234	-80.71591	477	Reno,Valley Heights		WV	089		
4825809	Valley Manor Addition	valley-manor-addition	US		0	America/New_York	39.36924	-81.48123	202			WV	107		
4825813	Valley Point	valley-point	US		0	America/New_York	39.58008	-79.63672	590	Valley Point,Valleypoint		WV	077		
4825825	Valley View Acres	valley-view-acres	US		0	America/New_York	39.21119	-81.49568	250			WV	107		
4825829	Valley View Estates	valley-view-estates	US		0	America/New_York	38.45426	-81.98264	218			WV	079		
4825831	Vallscreek	vallscreek	US		0	America/New_York	37.23206	-81.64511	487	Hartwell,Mouth of Volls Creek,Vallscreek		WV	047		
4825835	Van Camp	van-camp	US		0	America/New_York	38.12288	-81.84401	206			WV	005		
4825836	Van Camp	van-camp	US		0	America/New_York	39.5873	-80.89455	236	Van Camp,Vancamp		WV	103		
4825842	Van Clevesville	van-clevesville	US		0	America/New_York	39.42899	-77.905	143	Van Clevesville,Vanclevesville		WV	003		
4825885	Vanetta	vanetta	US		0	America/New_York	38.17538	-81.19372	209			WV	019		
4825887	Vannoys Mill	vannoys-mill	US		0	America/New_York	39.13066	-79.95841	475	Vannoy's Mill,Vannoys Mill,Vannoys Mills		WV	001		
4825888	Vanville	vanville	US		0	America/New_York	39.37982	-77.97972	173			WV	003		
4825889	Varner	varner	US		0	America/New_York	38.9073	-81.70402	177			WV	035		
4825900	Varneytown	varneytown	US		0	America/New_York	38.48732	-81.14678	247			WV	015		
4825913	Vegan	vegan	US		0	America/New_York	38.96399	-80.11369	589			WV	097		
4825923	Veranda (historical)	veranda-historical	US		0	America/New_York	38.69258	-82.03736	285			WV	053		
4825930	Vernon Heights	vernon-heights	US		0	America/New_York	39.45453	-80.18508	346			WV	049		
4825939	Veto	veto	US		0	America/New_York	39.61174	-80.84232	189			WV	103		
4825940	Vicars	vicars	US		0	America/New_York	38.65648	-81.50151	303			WV	087		
4825953	Victoria Court	victoria-court	US		0	America/New_York	37.67538	-82.28986	201			WV	059		
4825985	Villa (historical)	villa-historical	US		0	America/New_York	38.37538	-81.50484	240			WV	039		
4825990	Vincen	vincen	US		0	America/New_York	39.54647	-80.78316	383			WV	103		
4826014	Vinton (historical)	vinton-historical	US		0	America/New_York	38.22761	-80.99316	439			WV	067		
4826022	Virgil (historical)	virgil-historical	US		0	America/New_York	38.61398	-81.34067	324			WV	087		
4826025	Virginia Heights	virginia-heights	US		0	America/New_York	38.38593	-81.85152	192	Virginia Heights,Virginia Heights Addition		WV	039		
4826026	Virginia Manor	virginia-manor	US		0	America/New_York	39.6623	-79.96645	309			WV	061		
4826031	Virginius (historical)	virginius-historical	US		0	America/New_York	39.32149	-77.73972	83			WV	037		
4826033	Viropa	viropa	US		0	America/New_York	39.41148	-80.28203	294			WV	033		
4826225	Wabash (historical)	wabash-historical	US		0	America/New_York	39.32788	-79.1817	779			WV	057		
4826244	Wadestown	wadestown	US		0	America/New_York	39.67536	-80.33813	312	Wades Town,Wadestown,West Warren		WV	061		
4826248	Wadeville	wadeville	US		0	America/New_York	39.15063	-81.63568	211			WV	107		
4826251	Waggy (historical)	waggy-historical	US		0	America/New_York	38.53177	-80.65287	571	Rose Hill,Waggy (historical)		WV	067		
4826253	Wagner (historical)	wagner-historical	US		0	America/New_York	38.83675	-82.11792	178			WV	053		
4826267	Wainville	wainville	US		0	America/New_York	38.49149	-80.57287	480	Beech Bottom,Wainville		WV	101		
4826272	Waldeck	waldeck	US		0	America/New_York	39.04787	-80.50926	329			WV	041		
4826284	Walgrove	walgrove	US		0	America/New_York	38.46399	-81.43707	187			WV	039		
4826301	Walker Hill (historical)	walker-hill-historical	US		0	America/New_York	38.03012	-80.7262	916			WV	025		
4826313	Walkers Crossing (historical)	walkers-crossing-historical	US		0	America/New_York	39.23785	-81.68763	182			WV	107		
4826386	Walnut Hills	walnut-hills	US		0	America/New_York	37.81068	-80.43591	658			WV	025		
4826403	Walpers Cross-Roads	walpers-cross-roads	US		0	America/New_York	39.39982	-77.87166	162			WV	037		
4826430	Wapocomo	wapocomo	US		0	America/New_York	39.3951	-78.73474	199	Rocks,Wapocoma,Wapocomo,Wappocomo		WV	027		
4826435	War Eagle	war-eagle	US		0	America/New_York	37.52844	-81.94401	265			WV	059		
4826476	Warford (historical)	warford-historical	US		0	America/New_York	37.53762	-80.90481	434			WV	089		
4826496	Warnocks	warnocks	US		0	America/New_York	39.46204	-79.09753	332			WV	057		
4826519	Washington Gardens	washington-gardens	US		0	America/New_York	39.23202	-81.67291	202			WV	107		
4826520	Washington Heights	washington-heights	US		0	America/New_York	38.03566	-81.83151	237			WV	005		
4826533	Washington Square	washington-square	US		0	America/New_York	38.41703	-82.42849	174			WV	011		
4826535	Wasp	wasp	US		0	America/New_York	39.43008	-81.044	240			WV	073		
4826554	Watoga	watoga	US		0	America/New_York	38.14568	-80.15118	644			WV	075		
4826630	Weberwood	weberwood	US		0	America/New_York	38.34899	-81.67068	299			WV	039		
4826649	Weekleys (historical)	weekleys-historical	US		0	America/New_York	39.18341	-81.45373	201			WV	107		
4826652	Weese	weese	US		0	America/New_York	38.88483	-79.71034	706	Weese,Weese Crossing		WV	083		
4826653	Weese	weese	US		0	America/New_York	38.48205	-80.55592	522			WV	101		
4826657	Weirwood	weirwood	US		0	America/New_York	37.89483	-81.27038	549			WV	019		
4826666	Welch Glade	welch-glade	US		0	America/New_York	38.39733	-80.56398	680			WV	101		
4826680	Wellington Heights	wellington-heights	US		0	America/New_York	39.14176	-80.06703	452			WV	001		
4826684	Wells (historical)	wells-historical	US		0	America/New_York	39.78286	-80.5923	300			WV	051		
4826698	Wells Subdivision	wells-subdivision	US		0	America/New_York	39.21785	-81.65096	224			WV	107		
4826700	Wellsley	wellsley	US		0	America/New_York	39.25674	-81.61929	200			WV	107		
4826716	Werth	werth	US		0	America/New_York	38.35511	-80.75399	602			WV	067		
4826718	Wesley (historical)	wesley-historical	US		0	America/New_York	39.17841	-81.73319	227			WV	107		
4826745	Werner	werner	US		0	America/New_York	39.01788	-80.01036	680			WV	001		
4826771	West Grafton	west-grafton	US		0	America/New_York	39.33704	-80.02536	304			WV	091		
4826780	West Junction	west-junction	US		0	America/New_York	37.97427	-81.71651	245			WV	005		
4826781	West Junior	west-junior	US		0	America/New_York	38.9801	-79.95146	532			WV	001		
4826782	West Logan	west-logan	US		400	America/New_York	37.86677	-81.98651	208			WV	045		
4826790	West Montgomery	west-montgomery	US		0	America/New_York	38.17872	-81.33483	192			WV	039		
4826793	West Pea Ridge	west-pea-ridge	US		0	America/New_York	38.40925	-82.34376	204			WV	011		
4826801	West Huntington	west-huntington	US		0	America/New_York	38.41064	-82.48377	170	Central City,Saint Cloud,West Huntington		WV	011		
4826805	West Side	west-side	US		0	America/New_York	38.36565	-81.65179	182			WV	039		
4826815	West Van Voorhis	west-van-voorhis	US		0	America/New_York	39.68536	-79.95089	247	West Van Hooris,West Van Voorhis		WV	061		
4826819	West Virginia Central Junction	west-virginia-central-junction	US		0	America/New_York	39.47148	-79.06114	296			WV	057		
4826822	West Sabraton	west-sabraton	US		0	America/New_York	39.61675	-79.92812	311			WV	061		
4826853	West Williamson	west-williamson	US		0	America/New_York	37.67593	-82.29209	199			WV	059		
4826856	Westerman (historical)	westerman-historical	US		0	America/New_York	39.35593	-79.93313	320			WV	091		
4826883	Weston Arbors	weston-arbors	US		0	America/New_York	39.04009	-80.44787	313			WV	041		
4826904	Westview Estates	westview-estates	US		0	America/New_York	38.41509	-82.04069	226			WV	079		
4826907	Westland Estates	westland-estates	US		0	America/New_York	38.53953	-81.88097	177			WV	079		
4826917	Wevaco	wevaco	US		0	America/New_York	38.00205	-81.42483	381	Wavaco,Wevaco		WV	039		
4826924	Wewanta	wewanta	US		0	America/New_York	38.08843	-82.19264	197			WV	043		
4826932	Wheat	wheat	US		0	America/New_York	39.62647	-80.59481	317	Dakon,Little Creek,Wheat		WV	103		
4826943	Wheeler (historical)	wheeler-historical	US		0	America/New_York	38.83205	-79.70423	876			WV	083		
4826947	Wheeler Ridge	wheeler-ridge	US		0	America/New_York	38.40703	-82.02903	278			WV	079		
4826952	Whetsell (historical)	whetsell-historical	US		0	America/New_York	39.44009	-79.65172	430			WV	077		
4826954	Whetstone	whetstone	US		0	America/New_York	38.50177	-81.05566	226			WV	015		
4826970	Whipple Junction	whipple-junction	US		0	America/New_York	37.9565	-81.16594	529			WV	019		
4826974	Whirlwind	whirlwind	US		0	America/New_York	37.92732	-82.14291	222			WV	045		
4826980	Whitaker Terrace	whitaker-terrace	US		0	America/New_York	38.39953	-82.45127	265			WV	011		
4826981	Whitby	whitby	US		0	America/New_York	37.66623	-81.18427	704	Bowyer,Stahl,Whitby		WV	081		
4826983	Whitcomb (historical)	whitcomb-historical	US		0	America/New_York	37.77707	-80.42813	520			WV	025		
4826985	White (historical)	white-historical	US		0	America/New_York	38.76539	-79.57922	954			WV	083		
4827002	White Chapel	white-chapel	US		0	America/New_York	38.50343	-81.64596	189			WV	039		
4827057	White Oak Junction	white-oak-junction	US		0	America/New_York	37.92039	-81.15844	495	White Oak Junction,Whiteoak Junction		WV	019		
4827067	White Oak Springs	white-oak-springs	US		0	America/New_York	39.48704	-79.5006	832	White Oak Springs,Whiteoak Springs		WV	077		
4827098	White Stick (historical)	white-stick-historical	US		0	America/New_York	37.799	-81.14538	519			WV	081		
4827118	Whiteoak Grove	whiteoak-grove	US		0	America/New_York	38.00151	-80.33341	660			WV	025		
4827122	Whites Addition	whites-addition	US		0	America/New_York	37.83705	-82.00513	249	Whites Addition,Whites Additon		WV	045		
4827155	Whitman Junction	whitman-junction	US		0	America/New_York	37.83149	-82.03235	210			WV	045		
4827169	Whitney (historical)	whitney-historical	US		0	America/New_York	38.08955	-81.09927	284			WV	019		
4827176	Whorley (historical)	whorley-historical	US		0	America/New_York	37.77373	-81.14954	608			WV	081		
4827177	Whyte	whyte	US		0	America/New_York	38.98899	-79.83146	590			WV	083		
4827178	Wick	wick	US		0	America/New_York	39.41313	-80.974	233			WV	095		
4827180	Wickham	wickham	US		0	America/New_York	39.21233	-78.86836	226			WV	027		
4827181	Wickham	wickham	US		0	America/New_York	37.78234	-81.21677	736			WV	081		
4827186	Widemouth (historical)	widemouth-historical	US		0	America/New_York	37.45567	-81.26427	748			WV	055		
4827203	Wikel	wikel	US		0	America/New_York	37.51207	-80.64757	664			WV	063		
4827208	Wild Meadow	wild-meadow	US		0	America/New_York	37.86401	-80.23812	660			WV	025		
4827212	Wildcat	wildcat	US		0	America/New_York	38.75343	-80.43814	305	Davis,Wildcat		WV	041		
4827213	Wildcat (historical)	wildcat-historical	US		0	America/New_York	38.74455	-80.45536	299			WV	007		
4827233	Wildell	wildell	US		0	America/New_York	38.71122	-79.78062	933			WV	075		
4827238	Wilding	wilding	US		0	America/New_York	38.94814	-81.68624	191			WV	035		
4827242	Wiles Hill	wiles-hill	US		0	America/New_York	39.64314	-79.95395	342			WV	061		
4827258	Wileyville	wileyville	US		0	America/New_York	39.63064	-80.67343	245			WV	103		
4827289	William	william	US		0	America/New_York	39.17205	-79.49255	910	Helms,William		WV	093		
4827315	Williams Mountain	williams-mountain	US		0	America/New_York	38.02594	-81.66928	522			WV	005		
4827349	Williamson Terrace	williamson-terrace	US		0	America/New_York	37.6751	-82.26486	232			WV	059		
4827360	Willibet	willibet	US		0	America/New_York	37.61817	-81.19621	718			WV	081		
4827362	Willis Branch	willis-branch	US		0	America/New_York	37.89372	-81.2626	499	Herberton,Willis Branch		WV	019		
4827370	Willow Bend	willow-bend	US		0	America/New_York	37.5354	-80.5384	585	Willow Bend,Willowbend		WV	063		
4827379	Willow Grove (historical)	willow-grove-historical	US		0	America/New_York	38.93341	-81.83597	179	Willow Grove (historical),Willowgrove		WV	035		
4827394	Willowdale	willowdale	US		0	America/New_York	39.02786	-81.6893	212	Willow Dale,Willowdale		WV	035		
4827397	Willowton	willowton	US		0	America/New_York	37.34901	-80.88619	488	Willowton,Willowtown,Wills,Wills Station		WV	055		
4827401	Wills	wills	US		0	America/New_York	38.45732	-81.49707	198			WV	039		
4827407	Wilmoth (historical)	wilmoth-historical	US		0	America/New_York	39.03538	-79.98313	509	Wilmoth (historical),Wilmoth's,Wilmoths		WV	001		
4827457	Wilsonburg	wilsonburg	US		0	America/New_York	39.29259	-80.3962	301	Wilsonburg,Wilsonburgh		WV	033		
4827461	Wilsonia (historical)	wilsonia-historical	US		0	America/New_York	39.20622	-79.4495	836			WV	023		
4827462	Wilsontown	wilsontown	US		0	America/New_York	38.82121	-80.33869	472	Stillman,Wilsontown		WV	097		
4827470	Wimmers Trailer Park	wimmers-trailer-park	US		0	America/New_York	37.39123	-81.13037	719			WV	055		
4827475	Winding Gulf	winding-gulf	US		0	America/New_York	37.67817	-81.23982	690			WV	081		
4827479	Winding Road Addition	winding-road-addition	US		0	America/New_York	39.26285	-81.45707	208			WV	107		
4827486	Windom (historical)	windom-historical	US		0	America/New_York	39.45398	-79.10198	349			WV	057		
4827487	Windsong Acres	windsong-acres	US		0	America/New_York	38.47454	-81.86513	234			WV	079		
4827488	Windsor Estates	windsor-estates	US		0	America/New_York	39.17869	-81.5179	189			WV	107		
4827497	Windy	windy	US		0	America/New_York	39.02814	-81.52818	335			WV	105		
4827504	Winebrenners Crossroad	winebrenners-crossroad	US		0	America/New_York	39.42815	-77.89555	149	Winebrenners Crossroad,Winebrenners Crossroads		WV	003		
4827507	Winfield Acres	winfield-acres	US		0	America/New_York	38.52426	-81.89847	176			WV	079		
4827515	Winfield Mobile Home Park	winfield-mobile-home-park	US		0	America/New_York	38.53814	-81.88486	177			WV	079		
4827520	Winfield Way	winfield-way	US		0	America/New_York	38.53703	-81.87402	176			WV	079		
4827524	Wingrove	wingrove	US		0	America/New_York	37.93928	-81.16316	544			WV	019		
4827531	Winifrede Junction	winifrede-junction	US		0	America/New_York	38.20844	-81.5204	189	Lewiston,Winifrede Junction,Winifredes Junction		WV	039		
4827533	Winona (historical)	winona-historical	US		0	America/New_York	39.38453	-80.06091	305			WV	091		
4827535	Winsor Court	winsor-court	US		0	America/New_York	38.45287	-81.98069	213			WV	079		
4827546	Wiseburg	wiseburg	US		0	America/New_York	38.98008	-81.58457	194	Wiseburg,Wiseburgh		WV	035		
4827552	Witcher	witcher	US		0	America/New_York	38.22538	-81.51595	183			WV	039		
4827557	Withers	withers	US		0	America/New_York	38.89981	-80.96455	260			WV	021		
4827628	Wolf Summit	wolf-summit	US		272	America/New_York	39.28092	-80.46093	341	Wolf Summit,Wolfs Summit		WV	033		
4827722	Woodbend Cove	woodbend-cove	US		0	America/New_York	38.53703	-81.89013	177			WV	079		
4827723	Woodcliffe Chase	woodcliffe-chase	US		0	America/New_York	38.45037	-81.98041	214			WV	079		
4827730	Woodland Addition	woodland-addition	US		0	America/New_York	39.06676	-80.4437	332			WV	041		
4827733	Woodland Heights	woodland-heights	US		0	America/New_York	39.31674	-81.52901	240			WV	107		
4827740	Woodlands	woodlands	US		0	America/New_York	39.80674	-80.81704	195	Sisters Landing,Woodland,Woodlands		WV	051		
4827746	Woodmont	woodmont	US		0	America/New_York	39.62843	-78.31084	138			WV	065		
4827747	Woodpeck	woodpeck	US		0	America/New_York	37.69345	-81.19621	694			WV	081		
4827768	Woods and Irons	woods-and-irons	US		0	America/New_York	38.45565	-81.96125	220			WV	079		
4827769	Woods and Irons East	woods-and-irons-east	US		0	America/New_York	38.45537	-81.9568	215			WV	079		
4827770	Woods and Irons South	woods-and-irons-south	US		0	America/New_York	38.45287	-81.96125	211			WV	079		
4827779	Woodyard (historical)	woodyard-historical	US		0	America/New_York	38.66842	-81.4804	221			WV	087		
4827787	Woosley	woosley	US		0	America/New_York	37.52039	-81.58844	399			WV	109		
4827790	Woodzell	woodzell	US		0	America/New_York	38.52289	-80.31452	944	Point Mountain,Woodzell		WV	101		
4827820	Worthington Meadows	worthington-meadows	US		0	America/New_York	39.2848	-81.50762	186			WV	107		
4827839	Wrights (historical)	wrights-historical	US		0	America/New_York	39.70675	-79.54615	677			WV	077		
4827842	Wriston	wriston	US		0	America/New_York	38.01317	-81.20344	459	Carter,Wriston		WV	019		
4827868	Wylo	wylo	US		0	America/New_York	37.6765	-81.84706	230			WV	045		
4827869	Wymer	wymer	US		0	America/New_York	38.85927	-80.42203	356			WV	041		
4827870	Wymer	wymer	US		0	America/New_York	38.89344	-79.61867	967	Rich Mountains,Wymer		WV	083		
4827872	Wymps Gap	wymps-gap	US		0	America/New_York	39.72008	-79.75033	613			WV	077		
4827873	Wyndal	wyndal	US		0	America/New_York	38.21455	-81.18205	211			WV	019		
4827875	Wynkoop Spring	wynkoop-spring	US		0	America/New_York	39.43621	-77.86083	140	Wynkoop Spring,Wynkoops Spring		WV	037		
4827876	Wyoma	wyoma	US		0	America/New_York	38.76342	-82.12876	272			WV	053		
4827879	Wyoming (historical)	wyoming-historical	US		0	America/New_York	38.97372	-79.42755	754			WV	093		
4827880	Wyoming City	wyoming-city	US		0	America/New_York	37.50983	-81.92845	283	Mohawk,Vedra,Wyoming,Wyoming City		WV	047		
4827887	Yantus (historical)	yantus-historical	US		0	America/New_York	37.96482	-82.05846	197			WV	045		
4827889	Yates (historical)	yates-historical	US		0	America/New_York	39.29537	-80.02425	334			WV	091		
4827890	Yates Crossing	yates-crossing	US		0	America/New_York	38.44148	-82.18987	177	Yates,Yates Crossing		WV	011		
4827923	Yokum	yokum	US		0	America/New_York	38.9751	-80.06258	563			WV	097		
4827948	Youngs Bottom	youngs-bottom	US		0	America/New_York	38.46232	-81.42651	195			WV	039		
4827964	Zackville	zackville	US		0	America/New_York	38.97425	-81.47012	205			WV	105		
4827965	Zada	zada	US		0	America/New_York	37.82539	-81.40955	518			WV	081		
4827966	Zar (historical)	zar-historical	US		0	America/New_York	39.63008	-79.56505	625			WV	077		
4827975	Zenith	zenith	US		0	America/New_York	37.50401	-80.53145	666			WV	063		
4827978	Zevely	zevely	US		0	America/New_York	39.48759	-79.67505	486			WV	077		
4827980	Zigler	zigler	US		0	America/New_York	38.61428	-79.40004	636			WV	071		
4827986	Zinnia	zinnia	US		0	America/New_York	39.22731	-80.60371	272			WV	017		
4828014	Zela	zela	US		0	America/New_York	38.28594	-80.94982	387			WV	067		
4828015	Zitko Terrace	zitko-terrace	US		0	America/New_York	39.95563	-80.7512	245			WV	051		
4828023	Zona	zona	US		0	America/New_York	38.72203	-81.45568	240			WV	087		
4828070	Beaty Crossroads	beaty-crossroads	US		0	America/Chicago	34.69564	-85.66941	488			AL	049		
4828072	Basham	basham	US		0	America/Chicago	34.51482	-87.01807	227			AL	103		
4828076	Bolte	bolte	US		0	America/Chicago	34.14871	-86.80833	226			AL	043		
4828078	Bowles	bowles	US		0	America/Chicago	31.57349	-86.97692	145			AL	035		
4828085	Dixon Shop	dixon-shop	US		0	America/Chicago	34.1401	-85.75913	165			AL	019		
4828086	Crawford Fork	crawford-fork	US		0	America/Chicago	32.81791	-88.05419	40			AL	063		
4828087	Crosston	crosston	US		0	America/Chicago	33.72843	-86.73166	143			AL	073		
4828091	Estelle	estelle	US		0	America/Chicago	31.96932	-87.20249	55			AL	131		
4828097	Little Sandy	little-sandy	US		0	America/Chicago	33.10012	-87.55501	74			AL	125		
4828101	Little Hope	little-hope	US		0	America/Chicago	33.00734	-87.2825	175			AL	007		
4828108	Nixburg	nixburg	US		0	America/Chicago	32.8279	-86.11108	221	Nixburg,Nixburgh,Robbinsville		AL	037		
4828119	South Highlands	south-highlands	US		0	America/Chicago	33.56983	-86.71304	238			AL	073		
4828130	Varnons	varnons	US		0	America/Chicago	33.16623	-86.76193	171			AL	117		
4828132	Twilley Town	twilley-town	US		0	America/Chicago	33.66261	-87.08694	111	Twilley Town,Twilly Town		AL	127		
4828157	Clow	clow	US		0	America/Chicago	33.88984	-93.77268	124			AR	057	92499	
4828159	Kimbrough (historical)	kimbrough-historical	US		0	America/Chicago	34.12732	-91.6329	57			AR	079	92043	
4828160	Gray Rock	gray-rock	US		0	America/Chicago	35.34009	-93.74464	119			AR	083	93372	
4828161	Fern	fern	US		0	America/Chicago	35.63897	-94.01631	461			AR	047	90336	
4828163	Estes	estes	US		0	America/Chicago	34.60843	-92.11876	72	Estes,Estes Store		AR	119	91731	
4828172	Huff	huff	US		0	America/Chicago	35.62369	-91.60597	103	Cave Springs,Huff		AR	063	91794	
4828174	Oakwoods (historical)	oakwoods-historical	US		0	America/Chicago	33.57511	-91.80096	82	Oak Woods,Oakwoods (historical)		AR	043	92382	
4828545	Emad	emad	US		0	America/Chicago	30.5077	-92.86681	14			LA	003		
4828176	Little Arkansaw	little-arkansaw	US		0	America/Chicago	36.28924	-93.23657	435	Jennings,Little Arkansaw		AR	009	90144	
4828184	Mandalay	mandalay	US		0	America/Chicago	35.77924	-90.23593	69			AR	093	92226	
4828185	Metalton	metalton	US		0	America/Chicago	36.22313	-93.52991	409			AR	015	92763	
4828186	North Pitts	north-pitts	US		0	America/Chicago	35.67813	-91.02762	72			AR	111	91119	
4828191	Whigville	whigville	US		0	America/New_York	39.22233	-75.67187	18			DE	001		
4828202	Smead	smead	US		0	America/Chicago	33.79483	-92.81766	44			AR	103	90675	
4828203	Stringers Mill	stringers-mill	US		0	America/Chicago	35.52258	-91.11651	69			AR	067	90579	
4828204	Watalula	watalula	US		0	America/Chicago	35.57342	-93.82742	208			AR	047	93936	
4828206	Vimy Ridge	vimy-ridge	US		0	America/Chicago	34.6012	-92.41349	110	Germania,Vimy Ridge		AR	125	92775	
4828207	Wawaset Park	wawaset-park	US		0	America/New_York	39.75567	-75.57465	51			DE	003		
4828209	Colony Hill	colony-hill	US		0	America/New_York	38.91317	-77.0872	63			DC	001		
4828212	Candlewicke	candlewicke	US		0	America/New_York	39.12095	-75.51992	10			DE	001		
4828215	Taylor Estates	taylor-estates	US		0	America/New_York	39.12789	-75.52965	9			DE	001		
4828217	Coverdale Crossroads	coverdale-crossroads	US		0	America/New_York	38.71039	-75.53104	10	Bethel Cross Roads,Bethels,Cloverdale Crossroads,Collins Cross Roads,Coverdale Crossroads,Lafertys Cross Roads,Oakel,Passwaters Cross Road		DE	005		
4828221	Monterey Farms	monterey-farms	US		0	America/New_York	39.62678	-75.64243	18			DE	003		
4828225	Beattys Corner	beattys-corner	US		0	America/New_York	27.96697	-82.17064	31			FL	057		
4828238	Postil	postil	US		0	America/Chicago	30.47881	-86.48495	3			FL	091		
4828255	Atlas Circle	atlas-circle	US		0	America/New_York	34.28316	-83.8574	385			GA	139		
4828257	Sandalwood	sandalwood	US		0	America/New_York	30.31774	-81.51759	12			FL	031		
4828275	Blanton	blanton	US		0	America/New_York	30.83021	-83.11876	50	Blanton,Blanton Station		GA	185		
4828285	Patillo	patillo	US		0	America/New_York	33.20179	-84.09242	220			GA	171		
4828292	Harding	harding	US		0	America/New_York	31.52769	-83.42905	95			GA	277		
4828294	Leaf	leaf	US		0	America/New_York	34.57454	-83.66101	430			GA	311		
4828296	Ivy Point	ivy-point	US		0	America/New_York	33.784	-84.60243	292			GA	067		
4828308	Mahan (historical)	mahan-historical	US		0	America/New_York	34.65925	-85.38996	572			GA	295		
4828309	Ochwalkee	ochwalkee	US		0	America/New_York	32.19379	-82.63986	46			GA	309		
4828313	Neese	neese	US		0	America/New_York	34.07761	-83.31516	264			GA	195		
4828315	Myrdell Estates	myrdell-estates	US		0	America/New_York	34.09149	-83.95102	359			GA	135		
4828320	Tullamore	tullamore	US		0	America/New_York	34.1576	-84.34798	343			GA	121		
4828321	Sibbie	sibbie	US		0	America/New_York	31.85463	-83.30488	69			GA	315		
4828323	Raybon	raybon	US		0	America/New_York	31.263	-81.97206	17			GA	025		
4828325	Shoal Creek Forest	shoal-creek-forest	US		0	America/New_York	33.40456	-84.63187	256			GA	077		
4828327	Shiloh West	shiloh-west	US		0	America/New_York	34.01927	-84.66299	305			GA	067		
4828329	Songwood	songwood	US		0	America/New_York	33.79288	-84.59493	301			GA	067		
4828336	Winterthur Woods	winterthur-woods	US		0	America/New_York	33.47095	-84.46965	262			GA	113		
4828338	Viviani	viviani	US		0	America/New_York	31.2541	-82.53458	46			GA	299		
4828340	Whitney Station	whitney-station	US		0	America/New_York	34.02566	-84.67994	287			GA	067		
4828344	Bando	bando	US		0	America/Chicago	39.82755	-89.70955	178			IL	167	72013	
4828357	Clays Prairie	clays-prairie	US		0	America/Chicago	39.68698	-87.56336	186	Clay's Prairie,Clays Prairie		IL	045	36685	
4828363	Dry Hill	dry-hill	US		0	America/Chicago	37.81727	-89.55343	221			IL	077	40104	
4828388	Narita	narita	US		0	America/Chicago	39.9831	-89.21898	186			IL	107	40624	
4828391	Samoth	samoth	US		0	America/Chicago	37.33283	-88.78756	136	Samoth,Walnut Ridge		IL	127		
4828392	Perkins (historical)	perkins-historical	US		0	America/Chicago	37.357	-88.65061	110			IL	151		
4828394	Pasfield	pasfield	US		0	America/Chicago	39.77755	-89.82872	189			IL	167	37881	
4828397	Robinwood	robinwood	US		0	America/Chicago	37.57755	-88.90923	174			IL	087		
4828406	Daylight	daylight	US		0	America/Chicago	38.09365	-87.49057	124			IN	163	68472	
4828413	Critzer	critzer	US		0	America/Chicago	38.14003	-94.91274	269	Critzer,Montgomery		KS	107	48775	
4828417	Germany	germany	US		0	America/Kentucky/Louisville	38.46229	-85.54274	199			IN	019	12142	
4828420	Heilman	heilman	US		0	America/Chicago	38.15755	-87.09028	149			IN	173	59688	
4828431	Sexton	sexton	US		0	America/Indiana/Indianapolis	39.70005	-85.43469	308	Hamilton,Sexton		IN	139	11620	
4828434	Springhill (historical)	springhill-historical	US		0	America/Indiana/Indianapolis	39.43338	-85.42108	298			IN	031	13708	
4828466	Colemansville	colemansville	US		0	America/New_York	38.52785	-84.40688	246			KY	097		
4828473	Eli	eli	US		0	America/Chicago	37.04396	-84.9644	310			KY	207		
4828475	Flint Springs	flint-springs	US		0	America/Chicago	37.34338	-86.7136	143	Flint Springs,Oak Grove		KY	183		
4828477	Rivals	rivals	US		0	America/New_York	38.09757	-85.3044	171	Rival,Rivals		KY	215		
4828479	Hot Spot	hot-spot	US		0	America/New_York	37.1276	-82.91655	325			KY	133		
4828480	Harmony Landing	harmony-landing	US		0	America/New_York	38.41145	-85.61746	131			KY	185		
4828481	Greenmount	greenmount	US		0	America/New_York	37.24759	-84.03076	301	Bowling Crossroads,Greenmount,McCracken		KY	125		
4828482	Gum Sulphur	gum-sulphur	US		0	America/New_York	37.42703	-84.45938	294			KY	203		
4828485	Highview	highview	US		0	America/Chicago	37.30588	-86.84444	128			KY	183		
4828486	Lair	lair	US		0	America/New_York	38.34202	-84.30771	225			KY	097		
4828499	Mary	mary	US		0	America/New_York	37.66842	-83.5363	272			KY	237		
4828514	Saylor	saylor	US		0	America/New_York	36.89925	-83.46213	494			KY	131		
4828516	Shepherdtown	shepherdtown	US		0	America/New_York	37.28703	-83.86492	284			KY	051		
4828517	Sixth Vein	sixth-vein	US		0	America/Chicago	37.25143	-87.67223	154			KY	107		
4828527	Widecreek	widecreek	US		0	America/New_York	37.6112	-83.5313	244			KY	025		
4828531	White Rose	white-rose	US		0	America/New_York	37.42117	-85.46108	228			KY	217		
4828532	Vada	vada	US		0	America/New_York	37.62259	-83.59074	261			KY	129		
4828537	Wilhelmina	wilhelmina	US		0	America/Chicago	36.8431	-87.15778	232			KY	219		
4828541	Bob	bob	US		0	America/Chicago	31.47601	-92.27374	22			LA	043		
4828548	Coverdale	coverdale	US		0	America/Chicago	30.48437	-92.77459	15			LA	051		
4828550	Darnell	darnell	US		0	America/Chicago	32.67764	-91.45317	31	Darnell,West Floyd		LA	123		
4828552	Helme	helme	US		0	America/Chicago	30.41326	-93.49794	21	Gola,Helme,Holden		LA	011		
4828553	Graham (historical)	graham-historical	US		0	America/Chicago	31.30713	-92.5607	24			LA	079		
4828560	Mestayer	mestayer	US		0	America/Chicago	30.06687	-91.69261	3			LA	045		
4828561	Lakewood Estates	lakewood-estates	US		0	America/Chicago	32.56236	-91.98652	29			LA	073		
4828563	Laark	laark	US		0	America/Chicago	32.99207	-91.51012	31			LA	067		
4828573	Prevost	prevost	US		0	America/Chicago	29.84159	-91.6015	2			LA	101		
4828582	Bacon Hall	bacon-hall	US		0	America/New_York	39.57149	-76.68192	156			MD	005		
4828587	Stein	stein	US		0	America/Chicago	30.69047	-89.93924	35			LA	117		
4828599	Big Woods	big-woods	US		0	America/New_York	39.56011	-76.31051	135			MD	025		
4828601	Baltimore Corner	baltimore-corner	US		0	America/New_York	39.05817	-75.84466	17	Baltimore Corner,Hogpen Bridge		MD	011		
4828602	Beallmount	beallmount	US		0	America/New_York	39.06011	-77.27415	100			MD	031		
4828607	Golf Club Shores	golf-club-shores	US		0	America/New_York	38.25123	-75.16852	1			MD	047		
4828610	Kingston Manor	kingston-manor	US		0	America/New_York	38.31735	-76.49606	10			MD	037		
4828611	Gravely	gravely	US		0	America/New_York	38.95622	-76.63469	36			MD	003		
4828617	Marumsco	marumsco	US		0	America/New_York	38.0079	-75.68465	1			MD	039		
4828618	Monarch Ridge	monarch-ridge	US		0	America/New_York	39.40982	-77.46749	134			MD	021		
4828619	Papas	papas	US		0	America/New_York	38.38262	-76.41023	38			MD	009		
4828620	New Port	new-port	US		0	America/New_York	39.36344	-77.06859	163			MD	013		
4828621	Nithsdale	nithsdale	US		0	America/New_York	38.34456	-75.67354	6			MD	045		
4828626	Silver Crest	silver-crest	US		0	America/New_York	39.26538	-77.17082	206			MD	031		
4828654	Clair	clair	US		0	America/Chicago	39.78499	-94.74441	282			MO	021	77236	
4828661	Curzon	curzon	US		0	America/Chicago	39.93944	-95.15303	257			MO	087	41798	
4828663	Low Gap	low-gap	US		0	America/Chicago	36.867	-93.1049	397			MO	043	68948	
4828665	Heather	heather	US		0	America/Chicago	39.84254	-91.80739	216			MO	127	74788	
4828666	Genova	genova	US		0	America/Chicago	39.90585	-93.70466	282			MO	117	35882	
4828673	Kern	kern	US		0	America/Chicago	39.77559	-92.70103	213	Chariton,Kern		MO	121	10504	
4828675	Little Blue	little-blue	US		0	America/Chicago	38.99084	-94.41245	240	Blue,Little Blue,Littleblue		MO	095	08686	
4828693	Revisville	revisville	US		0	America/Chicago	36.88311	-93.64797	421			MO	009	17092	
4828703	Shannondale	shannondale	US		0	America/Chicago	37.39005	-91.43764	349			MO	203	52274	
4828714	Crenfree	crenfree	US		0	America/Chicago	33.58095	-90.11175	39	Burr Ranch,Crenfree		MS	083		
4828716	Auris (historical)	auris-historical	US		0	America/Chicago	33.23346	-89.69564	86	Auris (historical),Kellys Store		MS	007		
4828720	Basic	basic	US		0	America/Chicago	32.21848	-88.76921	82	Basic,Basic City		MS	023		
4828731	Little Springs	little-springs	US		0	America/Chicago	31.4024	-90.72677	134			MS	037		
4828738	Fordyke	fordyke	US		0	America/Chicago	32.90513	-90.12759	94			MS	163		
4828742	Hatten	hatten	US		0	America/Chicago	33.77706	-90.17925	42			MS	083		
4828747	Sharkey	sharkey	US		0	America/Chicago	33.90511	-90.26481	46	Sharkey,Sharkey Plantation,Sharkeys		MS	135		
4828752	McLaurin	mclaurin	US		0	America/Chicago	31.16796	-89.21728	109	Bradford,McLaurin		MS	035		
4828778	Askin	askin	US		0	America/New_York	35.22044	-77.06661	5	Askin,Askins		NC	049	93308	
4828780	Kona	kona	US		0	America/New_York	35.95012	-82.19179	719			NC	121	93012	
4828781	Fallcliff	fallcliff	US		0	America/New_York	35.25899	-83.18042	689			NC	099	90848	
4828783	Cedar Rock	cedar-rock	US		294	America/New_York	35.9443	-81.45815	362			NC	027	91924	
4828788	Clegg	clegg	US		0	America/New_York	35.8657	-78.84945	118	Clegg,Nelson		NC	183	90576	
4828795	Dobbins Heights	dobbins-heights	US		838	America/New_York	34.90488	-79.69228	119			NC	153	91988	
4828801	Fullerton Apartments	fullerton-apartments	US		0	America/New_York	35.30124	-81.52203	269			NC	045		
4828832	Mill Branch	mill-branch	US		0	America/New_York	34.04045	-78.47306	17			NC	019	93868	
4828836	Northwest	northwest	US		769	America/New_York	34.31295	-78.16111	18	North West,Northwest		NC	019	92324	
4828839	Parktown	parktown	US		0	America/New_York	36.3132	-78.14166	118			NC	185	92940	
4828841	Panola Heights	panola-heights	US		0	America/New_York	35.90432	-77.52497	14			NC	065		
4828844	Pinet Knoll	pinet-knoll	US		0	America/New_York	34.9785	-78.96447	57			NC	051	92724	
4828865	Harding Lakes	harding-lakes	US		0	America/New_York	39.45262	-74.75211	6			NJ	001	29280	
4828871	Oak Glen	oak-glen	US		0	America/New_York	39.98623	-74.14958	7			NJ	029	73125	
4828873	Northmont	northmont	US		0	America/New_York	39.88345	-75.0949	6			NJ	007	48750	
4828874	Robanna	robanna	US		0	America/New_York	39.68539	-75.01795	48			NJ	015	47250	
4828875	Oak Valley	oak-valley	US		3483	America/New_York	39.80122	-75.1624	20			NJ	015	17710	
4828885	Ashley Corner	ashley-corner	US		0	America/New_York	38.76952	-82.78628	214			OH	145	06992	
4828888	Lock	lock	US		0	America/New_York	38.44953	-82.32709	171			OH	087	68280	
4828893	Derthick	derthick	US		0	America/New_York	39.49451	-82.11737	230	Derth,Derthick		OH	009	77420	
4828898	Ida (historical)	ida-historical	US		0	America/New_York	38.56675	-82.42682	295			OH	087	86002	
4828901	Linnville	linnville	US		0	America/New_York	38.55647	-82.47877	174	Linnville,Linville,Lynnville		OH	087	86002	
4828902	Indian Knolls	indian-knolls	US		0	America/New_York	39.17812	-84.27466	205			OH	025	50176	
4828903	Lemon	lemon	US		0	America/New_York	39.48839	-84.33772	233			OH	017	49840	
4828906	Maxville	maxville	US		0	America/New_York	39.61785	-82.33376	240			OH	127	51198	
4828913	Round Bottom	round-bottom	US		0	America/New_York	39.73507	-80.96927	370	Petersburgh,Round Bottom,Roundbottom		OH	111	31808	
4828915	Rickard Acres	rickard-acres	US		0	America/New_York	39.55506	-84.36605	204			OH	017	46340	
4828924	Wiltsee	wiltsee	US		0	America/New_York	39.00256	-84.18494	268			OH	025	51338	
4828927	Vera Cruz	vera-cruz	US		0	America/New_York	39.17201	-83.96243	285	Vera Cruz,Veracruz		OH	015	61770	
4828929	Veto	veto	US		0	America/New_York	39.34174	-81.67235	231	North Belpre,Veto		OH	167	22918	
4828938	Russett	russett	US		0	America/Chicago	34.1901	-96.80501	206			OK	069		
4828944	Heman	heman	US		0	America/Chicago	36.53503	-98.94398	427			OK	151		
4828948	Anne Manie	anne-manie	US		0	America/Chicago	32.05293	-87.57083	34	Anne Manie,Annemanie		AL	131		
4828957	Brook Hill	brook-hill	US		0	America/New_York	39.93343	-76.70469	173			PA	133	87056	
4828961	Stephens Gap	stephens-gap	US		0	America/Chicago	34.15733	-94.70022	204			OK	089		
4828969	Allsboro	allsboro	US		0	America/Chicago	34.69426	-88.11032	195	Allsboro,Allsborough,Alsboro		AL	033		
4828972	Bacon Mill	bacon-mill	US		0	America/New_York	39.8176	-76.53608	181			PA	133	21296	
4828976	Haines Acres	haines-acres	US		0	America/New_York	39.96454	-76.67247	154			PA	133	72992	
4828986	Dickeys Mountain	dickeys-mountain	US		0	America/New_York	39.77981	-78.0775	163			PA	057	76488	
4828995	Polen	polen	US		0	America/New_York	39.8673	-80.50396	324			PA	059	64512	
4829001	Allenton Station	allenton-station	US		0	America/Chicago	31.92987	-87.0236	57	Allenton P. O.,Allenton Station		AL	131		
4829006	Madley	madley	US		0	America/New_York	39.89814	-78.67307	363			PA	009	44448	
4829007	Mahoning	mahoning	US		0	America/New_York	39.97369	-79.62532	326	Mahaney,Mahoning		PA	051	20224	
4829012	Slabtown	slabtown	US		0	America/New_York	39.80286	-78.98364	680			PA	111	41568	
4829014	Rinely	rinely	US		0	America/New_York	39.80177	-76.59719	290			PA	133	21296	
4829017	Shaw Mines	shaw-mines	US		0	America/New_York	39.79758	-79.05253	618			PA	111	75232	
4829018	Sheffer	sheffer	US		0	America/New_York	39.76177	-76.64969	232			PA	133	35704	
4829020	Taxville	taxville	US		0	America/New_York	39.95843	-76.81469	150			PA	133	83432	
4829022	Slaymakersville	slaymakersville	US		0	America/New_York	39.99566	-76.04051	134			PA	071	67568	
4829024	Stonewood Farms	stonewood-farms	US		0	America/New_York	39.97954	-76.62719	146			PA	133	72992	
4829029	Calico	calico	US		0	America/New_York	34.90763	-81.79455	240			SC	083		
4829049	Chisolms	chisolms	US		0	America/New_York	32.57574	-80.67316	2	Chisholm,Chisolms		SC	013		
4829052	Hand	hand	US		0	America/New_York	33.85601	-78.80724	10			SC	051		
4829059	Heathwood	heathwood	US		0	America/New_York	32.80018	-80.00481	6			SC	019		
4829061	Irby	irby	US		0	America/New_York	34.4779	-82.01093	191			SC	059		
4829063	Legate	legate	US		0	America/Chicago	36.55449	-87.69863	206			TN	161		
4829067	Mill Branch	mill-branch	US		0	America/New_York	34.06488	-79.55117	28			SC	041		
4829068	McKeown	mckeown	US		0	America/New_York	34.61764	-81.18231	192			SC	023		
4829072	Mixville	mixville	US		0	America/New_York	33.54208	-81.81622	69			SC	003		
4829076	Princeton Place	princeton-place	US		0	America/New_York	33.85489	-78.66224	5			SC	051		
4829079	Savanna Creek	savanna-creek	US		0	America/New_York	33.28683	-79.7573	11			SC	015		
4829086	Bear Branch (historical)	bear-branch-historical	US		0	America/Chicago	35.85701	-85.79804	294			TN	041		
4829095	Birdsong Heights	birdsong-heights	US		0	America/Chicago	35.97923	-88.0492	122			TN	005		
4829135	North Crossville Addition	north-crossville-addition	US		0	America/Chicago	36.0334	-85.03329	546			TN	035		
4829137	McHarg	mcharg	US		0	America/New_York	35.0048	-84.40048	451			TN	139		
4829144	Mount Herman	mount-herman	US		0	America/Chicago	36.08256	-85.47636	324			TN	141		
4829148	Adelia (historical)	adelia-historical	US		0	America/Chicago	33.91121	-85.77774	215			AL	015		
4829151	Muddy Pond	muddy-pond	US		0	America/Chicago	36.2084	-85.11274	542			TN	133		
4829152	Sowell Ford	sowell-ford	US		0	America/Chicago	35.59257	-86.88472	175			TN	119		
4829168	Charco	charco	US		0	America/Chicago	28.74054	-97.61555	74			TX	175		
4829180	Towee	towee	US		0	America/New_York	35.2323	-84.44159	337			TN	139		
4829187	Whitaker	whitaker	US		0	America/Chicago	35.45202	-86.62639	248	Whitaker,Whitaker Store		TN	003		
4829189	Viar	viar	US		0	America/Chicago	36.01785	-89.32813	102			TN	045		
4829194	West Fork Hills	west-fork-hills	US		0	America/Chicago	36.58921	-87.42029	155			TN	125		
4829196	Ander	ander	US		0	America/Chicago	28.85776	-97.34221	60			TX	175		
4829200	Atoy	atoy	US		0	America/Chicago	31.77406	-95.01327	85			TX	073		
4829201	Bazette	bazette	US		0	America/Chicago	32.18348	-96.2722	128			TX	349		
4829204	Ike	ike	US		0	America/Chicago	32.40375	-96.77027	153	Ike,Ire		TX	139		
4829215	El Gato	el-gato	US		0	America/Chicago	26.15396	-98.09945	27			TX	215		
4829219	Hickory Creek	hickory-creek	US		4139	America/Chicago	33.12234	-97.04306	176			TX	121		
4829221	Mount Houston	mount-houston	US		0	America/Chicago	29.89106	-95.30577	19			TX	201		
4829223	Aberfoil	aberfoil	US		0	America/Chicago	32.07043	-85.68773	172			AL	011		
4829229	Prairie Dell	prairie-dell	US		0	America/Chicago	30.88407	-97.58029	233			TX	027		
4829238	Woodlake Park	woodlake-park	US		0	America/Chicago	33.69955	-96.55888	210			TX	181		
4829245	Miracle Run	miracle-run	US		0	America/New_York	39.6773	-80.26785	314			WV	061		
4829250	North Emporia	north-emporia	US		0	America/New_York	36.69376	-77.53581	32	Belfield,North Emporia		VA	595		
4829253	Booth Fork	booth-fork	US		0	America/New_York	36.97932	-76.9469	34			VA	181		
4829265	Darlington Heights	darlington-heights	US		0	America/New_York	37.20015	-78.60417	183			VA	147		
4829266	De Busk Mill	de-busk-mill	US		0	America/New_York	36.74484	-81.77179	590			VA	191		
4829294	Manbur	manbur	US		0	America/New_York	37.53459	-77.3422	46			VA	087		
4829303	Fairy	fairy	US		0	America/Chicago	31.84598	-97.98253	369	Fairy,Martin's Gap,Martins Gap		TX	193		
4829304	Possum Trot	possum-trot	US		0	America/New_York	38.47012	-79.53227	768			VA	091		
4829311	Pastoria	pastoria	US		649	America/New_York	37.74985	-75.63021	11			VA	001		
4829313	Overall	overall	US		0	America/New_York	38.80623	-78.3475	192	Milford,Overall,Overalls		VA	187		
4829320	Rocky Run	rocky-run	US		0	America/New_York	37.07571	-77.68444	74			VA	053		
4829339	Yacht Haven	yacht-haven	US		0	America/New_York	38.70206	-77.11248	3			VA	059		
4829361	Cazy	cazy	US		0	America/New_York	37.94233	-81.70984	261	Cazy,Cozy,Jackson		WV	005		
4829374	Hodgesville	hodgesville	US		0	America/New_York	39.06593	-80.19425	434	Hodgesville,Hodgeville		WV	097		
4829377	Jarretts Ford	jarretts-ford	US		0	America/New_York	38.43149	-81.48595	187	Elkview,Jarrett,Jarretts,Jarretts Ford,Stoffel		WV	039		
4829380	Lumber (historical)	lumber-historical	US		0	America/New_York	38.91483	-79.77395	648			WV	083		
4829384	Little Pittsburg	little-pittsburg	US		0	America/New_York	39.39592	-80.74371	253			WV	095		
4829392	Mohrtown	mohrtown	US		0	America/New_York	38.73758	-82.1257	187			WV	053		
4829404	Rock Branch	rock-branch	US		0	America/New_York	38.44759	-81.81763	187	Limberger Creek,Rock Branch		WV	079		
4829406	Rider	rider	US		0	America/New_York	39.17259	-80.37065	322			WV	033		
4829408	Rita	rita	US		0	America/New_York	37.77038	-81.93207	220	Rita,Wilbur		WV	045		
4829424	Wilsie	wilsie	US		0	America/New_York	38.68565	-80.88594	284	Gross,Wilsie		WV	007		
4829438	Abanda	abanda	US		192	America/Chicago	33.10095	-85.52968	197			AL	017		
4829459	Abbot Springs	abbot-springs	US		0	America/Chicago	33.36094	-86.48165	165			AL	117		
4829460	Abington Green	abington-green	US		0	America/Chicago	33.45788	-86.75693	249			AL	073		
4829466	Abel	abel	US		0	America/Chicago	33.54872	-85.71246	295			AL	029		
4829486	Abernathy (historical)	abernathy-historical	US		0	America/Chicago	33.79677	-85.56551	372			AL	015		
4829495	Abner (historical)	abner-historical	US		0	America/Chicago	33.29239	-85.6586	313			AL	027		
4829496	Abihka (historical)	abihka-historical	US		0	America/Chicago	33.30011	-86.16108	173	Abacoes,Abchas,Abecaes,Abecas,Abecka,Abeicas,Abeikas,Abekas,Abicas,Abihka (historical),Abikas,Abikaws,Aeicas,Albikas,Apiscas		AL	121		
4829501	Academy Drive	academy-drive	US		0	America/Chicago	33.23484	-87.54306	77			AL	125		
4829513	Acipcoville	acipcoville	US		0	America/Chicago	33.55622	-86.84305	186			AL	073		
4829519	Ackerville	ackerville	US		0	America/Chicago	32.02959	-87.06637	87	Ackerville,Akerville		AL	131		
4829520	Acmar	acmar	US		0	America/Chicago	33.62149	-86.49609	246			AL	115		
4829534	Acropolis Heights	acropolis-heights	US		0	America/Chicago	30.73352	-88.17778	58			AL	097		
4829535	Active	active	US		0	America/Chicago	32.8679	-86.97694	134			AL	007		
4829577	Academy Park	academy-park	US		0	America/Chicago	33.20012	-87.15666	174			AL	007		
4829583	Adams Crossroads	adams-crossroads	US		0	America/Chicago	34.0776	-85.48774	224			AL	019		
4829587	Aden	aden	US		0	America/Chicago	33.15873	-86.99666	116			AL	117		
4829628	Adler	adler	US		0	America/Chicago	32.76318	-87.16833	128			AL	105		
4829631	Adkin Hill	adkin-hill	US		0	America/Chicago	32.60902	-86.31108	80	Adkin Hill,Adkins Hill		AL	051		
4829636	Adville	adville	US		0	America/Chicago	33.88399	-86.64471	163			AL	009		
4829650	Airport Highlands	airport-highlands	US		0	America/Chicago	33.5851	-86.74166	240			AL	073		
4829653	Agricola	agricola	US		0	America/Chicago	32.76846	-85.73857	222			AL	123		
4829657	Agricola	agricola	US		0	America/Chicago	34.05982	-86.01664	242			AL	055		
4829661	Ai	ai	US		0	America/Chicago	33.65011	-85.44718	297			AL	029		
4829688	Akka	akka	US		0	America/Chicago	30.77741	-88.02305	1			AL	097		
4829690	Akinsville	akinsville	US		0	America/Chicago	31.63572	-85.61105	141			AL	005		
4829701	Alabama Fork	alabama-fork	US		0	America/Chicago	34.85148	-86.9739	237			AL	083		
4829710	Alabama City	alabama-city	US		0	America/Chicago	34.02232	-86.04553	168			AL	055		
4829732	Alabama Shores	alabama-shores	US		0	America/Chicago	34.79648	-87.55253	166			AL	033		
4829736	Alabama Port	alabama-port	US		0	America/Chicago	30.36298	-88.11472	2	Alabama Port,Aladocks,Granite		AL	097		
4829769	Alaga	alaga	US		0	America/Chicago	31.12629	-85.07243	40	Alaga,Alga		AL	069		
4829785	Alberta City	alberta-city	US		0	America/Chicago	33.20706	-87.5075	91	Alberta City,Elberta,Elberta City		AL	125		
4829790	Alberta Heights	alberta-heights	US		0	America/Chicago	33.20484	-87.50695	97			AL	125		
4829816	Aldridge Grove	aldridge-grove	US		0	America/Chicago	34.42315	-87.24057	204			AL	079		
4829823	Alderbrook	alderbrook	US		0	America/Chicago	30.6488	-88.27778	45			AL	097		
4829828	Aldridge	aldridge	US		0	America/Chicago	33.70705	-87.24195	136	Aldridge,Stith		AL	127		
4829831	Tayloria	tayloria	US		0	America/New_York	39.79511	-76.06939	142	Asheville,Tayloria		PA	071	43832	
4829851	Alexander Heights	alexander-heights	US		0	America/Chicago	34.84731	-87.68086	173			AL	077		
4829858	Alexander Subdivision	alexander-subdivision	US		0	America/Chicago	34.46481	-86.23248	201			AL	095		
4829867	Shenks Ferry	shenks-ferry	US		0	America/New_York	39.89955	-76.38607	60			PA	133	12584	
4829873	Alfalfa	alfalfa	US		0	America/Chicago	32.51041	-87.76446	44	Alfalfa,Eddins Station,Van Dorn,Vandorn		AL	091		
4829898	Alkehatchee (historical)	alkehatchee-historical	US		0	America/Chicago	32.86679	-85.90968	149	Alkehatche,Alkehatchee (historical),Alkehatchi,Elkatcha		AL	123		
4829940	Alder Springs	alder-springs	US		0	America/Chicago	34.34315	-86.21581	330			AL	095		
4829944	Allen Heights	allen-heights	US		0	America/Chicago	31.36323	-85.71383	111			AL	045		
4829966	Allens Factory	allens-factory	US		0	America/Chicago	34.27899	-87.72142	239	Allens Factory,Upper Factory		AL	093		
4829967	Allens Crossroads	allens-crossroads	US		0	America/Chicago	34.42787	-86.54193	284	Allen Crossroads,Allens Crossroads		AL	095		
4829975	Allenville	allenville	US		0	America/Chicago	32.49097	-87.66084	64			AL	065		
4829976	Allenville	allenville	US		0	America/Chicago	30.70297	-88.07889	8			AL	097		
4830003	Allison Mills	allison-mills	US		0	America/Chicago	33.38983	-86.11497	152	Allison Mills,Burks Mill,Burrs Mill,Terrys Mill		AL	121		
4830013	Almeria	almeria	US		0	America/Chicago	32.02654	-85.85051	166			AL	011		
4830016	Allsop	allsop	US		0	America/Chicago	33.94121	-85.71635	205	Allsop,Allsup		AL	015		
4830027	Alpine Hills	alpine-hills	US		0	America/Chicago	33.16679	-87.49806	116			AL	125		
4830033	Alpha Heights	alpha-heights	US		0	America/Chicago	31.33961	-85.80938	97			AL	031		
4830035	Alpine Hills	alpine-hills	US		0	America/Chicago	30.71186	-88.18806	50			AL	097		
4830038	Alpine Bay	alpine-bay	US		0	America/Chicago	33.44816	-86.29525	142	Alpine Bay,Point Aquarius		AL	121		
4830047	Alpine Shores	alpine-shores	US		0	America/Chicago	34.21676	-85.52635	184			AL	019		
4829900	Allen	allen	US	21810	0	America/Chicago	31.59655	-87.72777	37			AL	025		
4830051	Altadena Ridge Estates	altadena-ridge-estates	US		0	America/Chicago	33.43344	-86.74665	205			AL	073		
4830057	Altadena Forest Estates	altadena-forest-estates	US		0	America/Chicago	33.44039	-86.75277	230			AL	073		
4830062	Altadena Woods	altadena-woods	US		0	America/Chicago	33.40539	-86.74749	175			AL	117		
4830065	Altamont Park	altamont-park	US		0	America/Chicago	33.50955	-86.76554	293			AL	073		
4830085	America	america	US		0	America/Chicago	33.73789	-87.2525	135	America,America Junction		AL	127		
4830130	Anderson Creek Subdivision	anderson-creek-subdivision	US		0	America/Chicago	34.82064	-87.23196	173			AL	077		
4830134	Anderson Creek Estates	anderson-creek-estates	US		0	America/Chicago	34.82036	-87.23585	183			AL	077		
4830153	Andrew (historical)	andrew-historical	US		0	America/Chicago	32.56847	-86.46414	175			AL	001		
4830155	Andrews Chapel	andrews-chapel	US		0	America/Chicago	34.33815	-87.08446	205			AL	103		
4830157	Andrew Jackson	andrew-jackson	US		0	America/Chicago	32.95707	-85.87802	163			AL	123		
4830172	Angel	angel	US		0	America/Chicago	33.83538	-85.83691	181	Angel,Angel Station,Angels Grove,Angle,Tampa		AL	015		
4830209	Anns Trailer Court	anns-trailer-court	US		0	America/Chicago	33.38455	-86.96888	148			AL	073		
4830339	McSherry	mcsherry	US		0	America/New_York	39.78593	-77.01359	171			PA	001	15632	
4830371	Antioch Estates	antioch-estates	US		0	America/Chicago	34.24593	-85.64302	192			AL	019		
4830389	Rambo	rambo	US		0	America/Chicago	36.26894	-96.88948	314			OK	117		
4830406	Apalatchukla (historical)	apalatchukla-historical	US		0	America/Chicago	32.29182	-84.95826	68	Apalachicola,Apalachicola Fort Site,Apalachucla,Apalatchukla (historical),Apalaxtchukla,Pal-la-choo-chee,Palatchukla,Pallachicola,Talua Laka,Talua Lako		AL	113		
4830423	Appalachian	appalachian	US		0	America/Chicago	33.88482	-86.40193	341			AL	009		
4830445	Aqua Vista	aqua-vista	US		0	America/Chicago	34.83036	-87.4853	167			AL	077		
4830447	Appling Bend	appling-bend	US		0	America/Chicago	33.33345	-87.55001	80			AL	125		
4830462	Arbacoochee (historical)	arbacoochee-historical	US		0	America/Chicago	33.57622	-85.51718	293	Arbacoochee (historical),Arbacoohee		AL	029		
4830473	Arbor Crossing	arbor-crossing	US		0	America/Chicago	33.43872	-86.8111	282			AL	073		
4830478	Argo	argo	US		4071	America/Chicago	33.68778	-86.50051	248	Argo,a er ge,ago,arghw,argo,argw  alabama,Арго,Арґо,آرگو، آلاباما,أرغو,आर्गो,阿尔戈,아고		AL	073		
4830487	Arcus	arcus	US		0	America/Chicago	31.51378	-85.97522	136			AL	031		
4830496	Ardell	ardell	US		0	America/Chicago	33.99538	-87.09862	200			AL	043		
4830498	Ardela (historical)	ardela-historical	US		0	America/Chicago	33.10012	-87.06388	105			AL	007		
4830499	Ardilla	ardilla	US		0	America/Chicago	31.17573	-85.36021	86			AL	069		
4830501	Ardilla	ardilla	US		0	America/Chicago	31.14157	-85.15132	77	Ardila,Ardilla		AL	069		
4830508	Ardmore Estates	ardmore-estates	US		0	America/Chicago	34.75176	-86.64055	211			AL	089		
4830514	Argo	argo	US		0	America/Chicago	33.80149	-87.11695	124			AL	127		
4830524	Arguta	arguta	US		0	America/Chicago	31.56933	-85.59522	138			AL	045		
4830534	Arkdell	arkdell	US		0	America/Chicago	34.95981	-87.42974	200			AL	077		
4830543	Arlington Drive	arlington-drive	US		0	America/Chicago	33.18762	-87.53278	61			AL	125		
4830546	Arkwright	arkwright	US		0	America/Chicago	33.3715	-86.40248	140	Arkright,Arkwright		AL	117		
4830567	Armstead	armstead	US		0	America/Chicago	33.88204	-86.52471	206			AL	009		
4830602	Arnedra Subdivision	arnedra-subdivision	US		0	America/Chicago	33.29123	-87.70223	89			AL	125		
4830608	Arrington (historical)	arrington-historical	US		0	America/Chicago	32.48458	-88.11919	44	Arrington (historical),Arringtons Station,Floradora,Woodford		AL	119		
4830611	Arnot (historical)	arnot-historical	US		0	America/Chicago	34.91925	-87.57086	215			AL	077		
4830622	Asberry	asberry	US		0	America/Chicago	33.89455	-85.74469	204			AL	015		
4830627	Arrowhead	arrowhead	US		0	America/Chicago	32.37792	-86.1508	70			AL	101		
4830629	Arrow Wood	arrow-wood	US		0	America/Chicago	33.17679	-87.49889	111			AL	125		
4830630	Asahel	asahel	US		0	America/Chicago	31.86793	-87.42083	22			AL	131		
4830637	Ashbank	ashbank	US		0	America/Chicago	34.01038	-87.48752	194	Ashbank,Ashbant,Ashbent		AL	133		
4830680	Ashcraft Corner	ashcraft-corner	US		0	America/Chicago	33.52678	-87.90057	170			AL	057		
4830693	Ashridge	ashridge	US		0	America/Chicago	34.23482	-87.46863	262			AL	133		
4830698	Ashley Oaks	ashley-oaks	US		0	America/Chicago	30.76297	-88.13472	16			AL	097		
4830711	Askea Grove	askea-grove	US		0	America/Chicago	34.28537	-86.45943	310			AL	095		
4830712	Aspel	aspel	US		0	America/Chicago	34.62092	-86.16554	187			AL	071		
4830758	Atkeison	atkeison	US		0	America/Chicago	31.96543	-87.68639	71	Atkeison,Atkinson		AL	025		
4830762	Atlas (historical)	atlas-historical	US		0	America/Chicago	34.91203	-87.50891	220			AL	077		
4830795	Aubrey Isle	aubrey-isle	US		0	America/Chicago	34.15287	-85.77497	185			AL	019		
4830823	Aucheucaula (historical)	aucheucaula-historical	US		0	America/Chicago	33.02095	-86.51109	151			AL	037		
4830827	Audubon Place	audubon-place	US		0	America/Chicago	33.21012	-87.55778	67			AL	125		
4830829	Austin Subdivision	austin-subdivision	US		0	America/Chicago	33.20929	-87.495	109			AL	125		
4830834	Augustin	augustin	US		0	America/Chicago	32.50625	-87.10777	48			AL	105		
4830859	Austin Hill	austin-hill	US		0	America/Chicago	33.57205	-86.53221	212			AL	115		
4830861	Axle	axle	US		0	America/Chicago	31.59572	-87.32971	117			AL	099		
4830870	Autauga (historical)	autauga-historical	US		0	America/Chicago	32.40847	-86.4222	46	At-tan-gee,Atagi,Autallga,Autauga (historical),Autobas,Autobi		AL	001		
4830891	Autumn Chase	autumn-chase	US		0	America/Chicago	33.57177	-86.68888	270			AL	073		
4830898	Avalon Park	avalon-park	US		0	America/Chicago	33.43066	-86.99027	169			AL	073		
4830907	Avoca (historical)	avoca-historical	US		0	America/Chicago	34.57509	-87.50558	183			AL	079		
4830924	Awin	awin	US		0	America/Chicago	31.83793	-86.94887	102			AL	131		
4830932	Ayres Estates	ayres-estates	US		0	America/Chicago	33.72705	-86.55832	323			AL	073		
4830934	Ayres	ayres	US		0	America/Chicago	33.73149	-86.5636	319			AL	073		
4830935	Azalea Woods Estates	azalea-woods-estates	US		0	America/Chicago	32.47652	-86.17774	73	Azalea Wood,Azalea Woods Estates		AL	051		
4830968	Babbie	babbie	US		606	America/Chicago	31.27961	-86.32551	78			AL	039		
4830975	Bachelors Chapel	bachelors-chapel	US		0	America/Chicago	34.01954	-85.86997	186			AL	055		
4830987	Avondale Village	avondale-village	US		0	America/Chicago	33.59316	-86.27609	169	Avondale Mills Village,Avondale Village		AL	115		
4830993	Bacon Level	bacon-level	US		0	America/Chicago	33.12873	-85.29078	229			AL	111		
4830999	Backems Crossroads	backems-crossroads	US		0	America/Chicago	31.24184	-85.63049	107			AL	069		
4831019	Bagley Meadows	bagley-meadows	US		0	America/Chicago	33.75399	-86.99389	182			AL	073		
4831038	Bailey Cove Estates	bailey-cove-estates	US		0	America/Chicago	34.66509	-86.54416	195			AL	089		
4831060	Bailey Crossroads	bailey-crossroads	US		0	America/Chicago	31.19101	-85.59382	94	Bailey Crossroads,Baileys Crossroads		AL	061		
4831073	Fulkerson	fulkerson	US		0	America/Chicago	38.85445	-94.08911	316			MO	101	35846	
4831074	Miles Point	miles-point	US		0	America/Chicago	39.23113	-93.69938	205	Miles Point,Shanghai		MO	033	13510	
4831076	Nile	nile	US		0	America/Chicago	37.36005	-91.66598	287			MO	215	36170	
4831088	Bailey Springs	bailey-springs	US		0	America/Chicago	34.89564	-87.57141	163	Bailey Springs,Chalybeate Springs		AL	077		
4831092	West Marks	west-marks	US		0	America/Chicago	34.26483	-90.30537	50			MS	119		
4831097	Camelot Acres	camelot-acres	US		0	America/New_York	35.8068	-80.81924	283			NC	097	90616	
4831114	Baileytown	baileytown	US		0	America/Chicago	34.85897	-86.16943	520			AL	071		
4831116	Baileytown	baileytown	US		0	America/Chicago	34.16371	-86.65972	255	Baileys Mill,Baileytown		AL	043		
4831117	Bainbridge (historical)	bainbridge-historical	US		0	America/Chicago	34.82092	-87.60003	155	Bainbridge (historical),Bam Bridge,Bambridge		AL	077		
4831119	Bainbridge (historical)	bainbridge-historical	US		0	America/Chicago	34.80092	-87.59003	172			AL	033		
4831152	Baker Hill	baker-hill	US		279	America/Chicago	31.78127	-85.30216	163	Baker Hill,Bakerhill,Bakers Hill		AL	005		
4831176	Ballplay	ballplay	US		1580	America/Chicago	34.05871	-85.80802	181			AL	055		
4831181	Bald Hill	bald-hill	US		0	America/Chicago	31.16379	-85.63549	88			AL	061		
4831221	Balkum	balkum	US		0	America/Chicago	31.41767	-85.22743	115			AL	067		
4831228	Ball Flat	ball-flat	US		0	America/Chicago	34.01788	-85.73385	177			AL	019		
4831239	Banner (historical)	banner-historical	US		0	America/Chicago	34.00843	-85.77636	186			AL	055		
4831250	Baltimore (historical)	baltimore-historical	US		0	America/Chicago	33.9176	-86.88694	92			AL	043		
4831255	Baltimore Hill	baltimore-hill	US		0	America/Chicago	34.83676	-86.54221	250			AL	089		
4831258	Bama Park	bama-park	US		0	America/Chicago	32.71624	-85.8519	156			AL	123		
4831259	Bama Dale	bama-dale	US		0	America/Chicago	31.2674	-85.37604	91			AL	069		
4831265	Bankhead	bankhead	US		0	America/Chicago	33.77678	-87.30112	127			AL	127		
4831267	Bankhead	bankhead	US		0	America/Chicago	34.56036	-85.55302	513	Bankhead,Nightingale		AL	049		
4831292	Banks Villa East	banks-villa-east	US		0	America/Chicago	33.18206	-87.47084	122			AL	125		
4831316	Bamford	bamford	US		0	America/Chicago	33.27595	-86.93194	140			AL	117		
4831322	Baptist Hill	baptist-hill	US		0	America/Chicago	32.51597	-87.8314	35			AL	091		
4831353	Barachias	barachias	US		0	America/Chicago	32.29959	-86.19635	68			AL	101		
4831355	Bar Wayne Circle	bar-wayne-circle	US		0	America/Chicago	33.18512	-87.50667	92			AL	125		
4831364	Barber	barber	US		0	America/Chicago	31.23434	-85.23549	84			AL	069		
4831368	Barefield Crossroads	barefield-crossroads	US		0	America/Chicago	31.55183	-85.45244	132			AL	045		
4831390	Barfield	barfield	US		0	America/Chicago	33.36122	-85.71579	316	Barfield,Mad Indian		AL	027		
4831416	Barlow Bend	barlow-bend	US		0	America/Chicago	31.45461	-87.63471	76	Barlow Bend,Barlowbend		AL	025		
4831472	Barnett Crossroads	barnett-crossroads	US		0	America/Chicago	31.22128	-87.30442	108			AL	053		
4831474	Barnett Chapel	barnett-chapel	US		0	America/Chicago	34.16205	-87.29946	232			AL	133		
4831488	Barnisdale Forest	barnisdale-forest	US		0	America/Chicago	33.5901	-86.6786	257			AL	073		
4831508	Barrett Crossroads	barrett-crossroads	US		0	America/Chicago	33.1954	-85.29384	264	Barrett Crossroads,Selma		AL	111		
4831516	Barrons (historical)	barrons-historical	US		0	America/Chicago	32.12876	-88.00279	69			AL	091		
4831519	Barry Village	barry-village	US		0	America/Chicago	30.99879	-88.02694	13			AL	097		
4831546	Bartlett (historical)	bartlett-historical	US		0	America/Chicago	34.18787	-86.25776	299			AL	095		
4831560	Bashi	bashi	US		0	America/Chicago	31.6596	-88.23473	68			AL	129		
4831562	Bartonville	bartonville	US		0	America/Chicago	33.57483	-86.78055	171			AL	073		
4831568	Bashi	bashi	US		0	America/Chicago	31.97126	-87.8614	53			AL	025		
4831590	Batchelor Subdivision	batchelor-subdivision	US		0	America/Chicago	33.34706	-87.5889	91			AL	125		
4831597	Bass	bass	US		0	America/Chicago	34.93203	-85.91303	189			AL	071		
4831613	Bassetts Creek	bassetts-creek	US		0	America/Chicago	31.46461	-88.03222	11	Bassetts Creek,Sandyland,Sullivans Lake		AL	129		
4831621	Battens Crossroads	battens-crossroads	US		0	America/Chicago	31.26101	-85.88994	105	Battens Crossroads,Union Academy		AL	031		
4831646	Battelle	battelle	US		0	America/Chicago	34.64953	-85.56524	278			AL	049		
4831657	Arrowhead	arrowhead	US		0	America/Chicago	33.65871	-86.66804	244			AL	073		
4831661	Battery Hill	battery-hill	US		0	America/Chicago	34.95286	-85.7083	220			AL	071		
4831677	Batts Heights	batts-heights	US		0	America/Chicago	34.75787	-86.99723	212			AL	083		
4831679	Battleground	battleground	US		0	America/Chicago	34.30454	-86.9964	329	Battle Ground,Battleground,Sheatsville		AL	043		
4831680	Battleground	battleground	US		0	America/Chicago	33.53538	-86.65026	210			AL	073		
4831681	Battles Wharf	battles-wharf	US		0	America/Chicago	30.49436	-87.92777	2	Battles,Battles Wharf,Dadeville,Narcissus,Williamsburg,Yarborough		AL	003		
4831690	Quarry	quarry	US		0	America/Chicago	41.52804	-94.08023	317			IA	049	90003	
4831694	Lonetown	lonetown	US		0	America/New_York	41.32176	-73.38151	193	Loantown,Lonetown		CT	001	63480	
4831700	Clarks Falls	clarks-falls	US		0	America/New_York	41.45621	-71.81424	28	Clark Falls,Clarks Falls		CT	011	55500	
4831738	Middle Beach	middle-beach	US		0	America/New_York	41.27038	-72.59426	4			CT	009	44560	
4831764	South Coventry	south-coventry	US		1483	America/New_York	41.7701	-72.30508	160			CT	013	17800	
4831798	Blanden	blanden	US		0	America/Chicago	42.5772	-94.56137	375			IA	151	90183	
4831829	Corbin Heights Housing	corbin-heights-housing	US		0	America/New_York	41.69232	-72.79954	106	Corbin Heights,Corbin Heights Housing		CT	003	50440	
4831834	Folletts	folletts	US		0	America/Chicago	41.74864	-90.35485	184			IA	045	90450	
4831859	Corner of the Pines	corner-of-the-pines	US		0	America/New_York	41.83871	-73.32845	218	Calhoun Pines,Cathedral Pines,Corner of the Pines		CT	005	17240	
4831871	Cornfield Park	cornfield-park	US		0	America/New_York	41.26204	-72.38703	9			CT	007	57320	
4831888	McCloy (historical)	mccloy-historical	US		0	America/Chicago	42.23165	-95.16333	378			IA	161	92430	
4831892	Mooar	mooar	US		0	America/Chicago	40.44365	-91.45238	204			IA	111	92139	
4831912	Pulcifer	pulcifer	US		134	America/Chicago	44.84416	-88.3601	241			WI	115	31500	
4831929	Cotton Hollow	cotton-hollow	US		0	America/New_York	41.66343	-72.60148	42			CT	003	31240	
4831938	Shipley	shipley	US		0	America/Chicago	41.97999	-93.5116	293			IA	169	91704	
4831946	Updegraff	updegraff	US		0	America/Chicago	42.68388	-91.23708	347			IA	043	92808	
4831972	Aux Sable	aux-sable	US		0	America/Chicago	41.39475	-88.32868	155			IL	063	03090	
4832027	Coventry Lake	coventry-lake	US		2990	America/New_York	41.77232	-72.33258	157			CT	013	17800	
4832032	Helmar	helmar	US		0	America/Chicago	41.54503	-88.48396	216			IL	093	27416	
4832068	Kings Island	kings-island	US		0	America/Chicago	42.38419	-88.18092	233			IL	097	30952	
4832091	Crescent Beach	crescent-beach	US		0	America/New_York	41.3151	-72.20202	0			CT	011	23400	
4832093	Crescent Grove (historical)	crescent-grove-historical	US		0	America/New_York	42.02426	-72.52453	54			CT	003	25990	
4832101	Crescent Park	crescent-park	US		0	America/New_York	41.31038	-72.20313	0			CT	011	23400	
4832129	Cromwell Hills	cromwell-hills	US		0	America/New_York	41.60593	-72.68398	19			CT	007	18080	
4832154	Utah	utah	US		0	America/Chicago	40.9842	-90.48791	226	Tylerville,Utah		IL	187	39396	
4832168	Cole	cole	US		0	America/Indiana/Indianapolis	40.47976	-85.7872	264			IN	053	69912	
4832170	East Union	east-union	US		0	America/Indiana/Indianapolis	40.21726	-86.12832	278			IN	159	38250	
4832194	Valley Brook	valley-brook	US		0	America/Indiana/Indianapolis	40.8056	-85.84443	234			IN	169	54162	
4832196	Tab	tab	US		0	America/Indiana/Indianapolis	40.41115	-87.4728	218			IN	171	61632	
4832207	Crowleys Corner	crowleys-corner	US		0	America/New_York	41.81676	-72.86732	87	Crowley Corner,Crowleys Corner		CT	003	68940	
4832222	Baileys Corner	baileys-corner	US		0	America/New_York	42.0251	-70.69754	25	Baileys Corner,Baileys Corners		MA	023	17895	
4832231	Crowley Corner	crowley-corner	US		0	America/New_York	41.47732	-72.31119	142			CT	011	66210	
4832234	Clicquot	clicquot	US		0	America/New_York	42.17149	-71.35228	47			MA	021	41515	
4832256	Katama	katama	US		0	America/New_York	41.35845	-70.50697	4	Katama,Katayma		MA	007	21150	
4832270	Rowley Shore	rowley-shore	US		0	America/New_York	42.67621	-70.66116	17			MA	009	26150	
4832284	Myricks	myricks	US		0	America/New_York	41.83066	-71.02726	19	Myrick Station,Myricks		MA	005	05280	
4832288	North Quincy	north-quincy	US		0	America/New_York	42.27704	-71.02033	4			MA	021	55745	
4832289	Cupheag (historical)	cupheag-historical	US		0	America/New_York	41.18454	-73.13317	7			CT	001	74190	
4832292	North New Salem	north-new-salem	US		0	America/New_York	42.54592	-72.31897	180	North New Salem,North Village		MA	011	45490	
4832308	South Acton	south-acton	US		0	America/New_York	42.45843	-71.45367	68			MA	017	00380	
4832316	South Lincoln	south-lincoln	US		0	America/New_York	42.41398	-71.32589	64			MA	017	35425	
4832318	Steep Brook	steep-brook	US		0	America/New_York	41.74177	-71.12866	12	Steep Brook,Steep Brook Village		MA	005	23000	
4832332	Weymouth Landing	weymouth-landing	US		0	America/New_York	42.22343	-70.96199	10			MA	021	78972	
4832336	Beans Corner	beans-corner	US		0	America/New_York	44.57784	-70.17534	187	Bean's Corner,Bean's Corners,Beans Corner		ME	007	35625	
4832390	Glendon	glendon	US		0	America/New_York	44.10119	-69.4506	38			ME	015	49660	
4832394	Easton Station	easton-station	US		0	America/New_York	46.66115	-67.90975	193	Easton,Easton Station		ME	003	21380	
4832409	Daniels Mill	daniels-mill	US		0	America/New_York	41.16954	-73.4729	80			CT	001	50580	
4832416	Hurd Corner	hurd-corner	US		0	America/New_York	45.12839	-69.18588	147			ME	021	18195	
4832446	Mitchell Corner	mitchell-corner	US		0	America/New_York	44.83228	-69.60533	95			ME	025	14555	
4832482	Arbutus Beach	arbutus-beach	US		0	America/Detroit	44.94612	-84.68336	388			MI	137	04780	
4832505	Davidsons Corner	davidsons-corner	US		0	America/New_York	41.42871	-72.97622	154			CT	009	04580	
4832510	Cathro	cathro	US		0	America/Detroit	45.1589	-83.55443	221			MI	007	51220	
4832522	Collens Landing	collens-landing	US		0	America/Detroit	44.64501	-84.77142	348			MI	039	34660	
4832544	Hills Corners	hills-corners	US		0	America/Detroit	41.88504	-86.4753	215			MI	021	85120	
4832589	Deaconwood	deaconwood	US		0	America/New_York	41.50176	-72.92177	52			CT	009	14160	
4832598	Sauble	sauble	US		0	America/Detroit	44.03417	-85.99924	224			MI	085	71680	
4832608	Van Meer	van-meer	US		0	America/Detroit	46.4194	-86.46988	269			MI	003	56220	
4832622	Still Meadows	still-meadows	US		0	America/Chicago	41.88503	-88.44563	248			IL	089	06262	
4832654	Haley	haley	US		0	America/Chicago	47.92103	-92.73267	409			MN	137	20996	
4832670	Hazeltine	hazeltine	US		0	America/Chicago	44.83691	-93.60135	288			MN	019	10972	
4832672	Harlis	harlis	US		0	America/Chicago	46.41216	-92.31269	396			MN	115	46132	
4832713	Dempsey Landing	dempsey-landing	US		0	America/New_York	41.7126	-73.22706	273			CT	005	43370	
4832716	Marna	marna	US		0	America/Chicago	43.60579	-94.00773	338	Marna,Marna Station		MN	043	19268	
4832732	North Branch Mobile Home Park	north-branch-mobile-home-park	US		0	America/Chicago	45.50833	-92.98611	276			MN	025	46798	
4832744	Pine Knoll	pine-knoll	US		0	America/Chicago	46.57718	-93.75775	367			MN	001	00478	
4832750	South Troy	south-troy	US		0	America/Chicago	44.20552	-92.43268	354			MN	157	72292	
4832782	Terrace	terrace	US		0	America/Chicago	45.50996	-95.32003	399	Chippewa Falls,Terrace		MN	121	11332	
4832814	Daily	daily	US		0	America/Chicago	46.71748	-97.97621	372	Dailey,Daily,Sheyenne		ND	003	58780	
4832852	Embden	embden	US		59	America/Chicago	46.8022	-97.43315	323			ND	017	22860	
4832873	Doaneville	doaneville	US		0	America/New_York	41.57177	-71.87507	69			CT	011	33900	
4832917	Dodgingtown	dodgingtown	US		0	America/New_York	41.37926	-73.35623	156			CT	001	52980	
4832940	North Avon	north-avon	US		0	America/New_York	42.93006	-77.67778	219			NY	051	03364	
4832945	Dolphin Cove	dolphin-cove	US		0	America/New_York	41.02593	-73.54929	4			CT	001	73070	
4832981	Dorrville (historical)	dorrville-historical	US		0	America/New_York	41.61093	-71.97369	52	Dorrville (historical),Lowontuck,Pachaug,Winthrop Purchase		CT	011	33900	
4832985	Double Beach	double-beach	US		0	America/New_York	41.25815	-72.83204	6			CT	009	07310	
4833006	Pellettown	pellettown	US		0	America/New_York	41.16148	-74.67461	134	Ackerson,Coursenville,Papakating,Pellettown		NJ	037	24810	
4833040	Green Island	green-island	US		0	America/New_York	40.01067	-74.10958	1			NJ	029	73125	
4833043	Drakeville	drakeville	US		0	America/New_York	41.8551	-73.15733	225	Drakesville,Drakeville,Evansville,Hotchkissville		CT	005	76570	
4833059	Duck Island Roads	duck-island-roads	US		0	America/New_York	41.25816	-72.50953	7			CT	007	15350	
4833084	Yardville	yardville	US		7186	America/New_York	40.18122	-74.66432	18	Jardville,Sand Hill,Sand Hills,Sandtown,Yardville		NJ	021	29310	
4833104	Dogtown	dogtown	US		0	America/New_York	42.84174	-75.08238	511			NY	077	61467	
4833124	Dunraven	dunraven	US		0	America/New_York	42.13425	-74.6971	412	Clark's Factory,Dunraven		NY	025	47031	
4833125	Durham Center	durham-center	US		0	America/New_York	41.47482	-72.68037	62			CT	007	20810	
4833128	East Wilson	east-wilson	US		0	America/New_York	43.24117	-78.7592	111	Beebe's Corners,East Wilson,Marsh Settlement		NY	063	82370	
4833138	Garrison Manor	garrison-manor	US		0	America/New_York	42.91813	-73.90818	127			NY	091	04220	
4833142	Fresh Pond Landing	fresh-pond-landing	US		0	America/New_York	40.9651	-72.77204	0			NY	103	61984	
4833146	Glenmore	glenmore	US		0	America/New_York	43.35896	-75.61852	268			NY	065	02253	
4833147	Sheldon-Charter Oak	sheldon-charter-oak	US		0	America/New_York	41.75538	-72.67037	9			CT	003	37070	
4833148	Halls Corner	halls-corner	US		0	America/New_York	42.74034	-78.19723	505	East Orangeville,Halls Corner,Halls Corners		NY	121	55222	
4833158	Knickerbocker Corner	knickerbocker-corner	US		0	America/New_York	42.96201	-77.09608	178			NY	069	57529	
4833160	Kalurah	kalurah	US		0	America/New_York	44.16006	-75.2102	334	Kalurah,Kulurah		NY	089	58266	
4833166	McIntyre	mcintyre	US		0	America/New_York	41.88981	-73.69818	116			NY	027	70662	
4833176	Lummisville	lummisville	US		0	America/New_York	43.24507	-76.90635	93			NY	117	37165	
4833178	Marycrest	marycrest	US		0	America/New_York	41.33648	-74.20904	269	Marycrest,Maycrest		NY	071	07003	
4833200	Saltvale	saltvale	US		0	America/New_York	42.78395	-78.10973	302			NY	121	46877	
4833202	Plumbrook	plumbrook	US		0	America/New_York	44.83561	-74.90686	80			NY	089	51330	
4833216	Saint Vencent de Paul Camp	saint-vencent-de-paul-camp	US		0	America/New_York	42.65534	-79.06087	178	Saint Vencent de Paul Camp,Saint Vincent de Paul Camp,St. Vencent de Paul Camp		NY	029	24801	
4833224	Saint Remy	saint-remy	US		0	America/New_York	41.88259	-74.02125	60			NY	111	24691	
4833230	Venice Center	venice-center	US		0	America/New_York	42.73924	-76.55661	304	Venice Center,Venice Centre		NY	011	77024	
4833232	South Berne	south-berne	US		0	America/New_York	42.55841	-74.10013	388	Centreville,Mud Hollow,South Bern,South Berne		NY	001	06211	
4833244	Shooktown	shooktown	US		0	America/New_York	43.1595	-78.66309	195			NY	063	43082	
4833258	Sunset View	sunset-view	US		0	America/New_York	43.24451	-76.94135	83			NY	117	37165	
4833260	Duckfoot Landing	duckfoot-landing	US		0	America/New_York	40.50866	-84.47523	266			OH	107	28350	
4833264	Whitehouse Crossing	whitehouse-crossing	US		0	America/New_York	42.02593	-73.51984	230			NY	027	51891	
4833269	East Bridgeport	east-bridgeport	US		0	America/New_York	41.17426	-73.18039	1			CT	001	08070	
4833273	East Bristol	east-bristol	US		0	America/New_York	41.66649	-72.91177	79			CT	003	08490	
4833279	East Brooklyn	east-brooklyn	US		1638	America/New_York	41.79677	-71.89729	84	Brooklyn Side Village,East Brooklyn,Lockwood Village,Lockwood's Village,Tiffany,West Side,West Side Village		CT	015	09190	
4833280	Yaleville	yaleville	US		0	America/New_York	42.36008	-75.49851	389			NY	017	31148	
4833288	Amsden	amsden	US		0	America/New_York	41.21616	-83.32854	222	Amsden,Amsden Station		OH	147	38066	
4833294	Catawba Island	catawba-island	US		0	America/New_York	41.58533	-82.83685	178	Catawba Island,Catawba Island Village		OH	123	12588	
4833298	Breakman	breakman	US		0	America/New_York	41.65838	-81.11288	343	Brakemans Corners,Breakman,Proctor Corners		OH	085	42812	
4833307	East Cornwall	east-cornwall	US		0	America/New_York	41.80926	-73.30734	388			CT	005	17240	
4833311	East Derby	east-derby	US		0	America/New_York	41.31399	-73.07761	28			CT	009	19550	
4833314	Chagrin Harbor	chagrin-harbor	US		0	America/New_York	41.67866	-81.43039	185	Chagrin Harbor,Chagrin Harbor Beach		OH	085	23618	
4833320	Cleveland Heights	cleveland-heights	US		44962	America/New_York	41.52005	-81.55624	285	Klevalehnd Khehjts,Kliveland Khajts,Klivlend-Khajts,ke li fu lan gao de,klyfland hayts,klywlnd hayts  awhayw,Клевалэнд Хэйтс,Кливеланд Хајтс,Кливленд-Хайтс,كليفلاند هايتس,کلیولند هایتس، اوهایو,克利夫兰高地		OH	035	16014	
4833323	East Farmington Heights	east-farmington-heights	US		0	America/New_York	41.73177	-72.77621	88			CT	003	27600	
4833325	East Farms	east-farms	US		0	America/New_York	41.54621	-72.98261	150	East Farms,Hog Pound		CT	009	80070	
4833346	Gageville	gageville	US		0	America/New_York	41.84561	-80.66564	256			OH	007	72053	
4833358	Linndale	linndale	US		179	America/New_York	41.44672	-81.76708	230	Gresham,Lindale,Lindale Station,Linndale,Linndaleville		OH	035	16000	
4833370	Leavittsville	leavittsville	US		0	America/New_York	40.51368	-81.19622	357	Leavitsville,Leavitt,Leavittsville,Monroe		OH	019	51324	
4833409	East Hartford Gardens	east-hartford-gardens	US		0	America/New_York	41.73538	-72.61287	16			CT	003	22630	
4833444	West Side	west-side	US		0	America/New_York	41.10228	-80.68924	310			OH	099	88000	
4833447	East Kent	east-kent	US		0	America/New_York	41.73454	-73.40373	360			CT	005	40290	
4833456	Coffeys Crossing	coffeys-crossing	US		0	America/New_York	40.15868	-80.33479	322	Coffeys Crossing,Crossing Station		PA	125	10032	
4833464	Big Mine Run	big-mine-run	US		0	America/New_York	40.78759	-76.31745	277			PA	107	10488	
4833465	East Litchfield	east-litchfield	US		0	America/New_York	41.76204	-73.11844	155	East Litchfield,Mattatuck		CT	005	43370	
4833480	Cly	cly	US		0	America/New_York	40.12398	-76.73636	93			PA	133	53224	
4833484	Chopersville	chopersville	US		0	America/New_York	40.00345	-75.13129	30			PA	101	60000	
4833487	East Meriden	east-meriden	US		0	America/New_York	41.52982	-72.76149	101			CT	009	46520	
4833488	Cymbria	cymbria	US		0	America/New_York	40.65757	-78.74808	475			PA	021	75520	
4833491	East Morris	east-morris	US		0	America/New_York	41.68843	-73.18011	290			CT	005	49460	
4833495	East Mountain	east-mountain	US		0	America/New_York	41.5301	-73.01344	221			CT	009	80070	
4833498	Craighead	craighead	US		0	America/New_York	40.14703	-77.17026	151	Craighead,Craigheads		PA	041	72336	
4833502	Dunkelbergers	dunkelbergers	US		0	America/New_York	40.76675	-76.73302	214			PA	097	43912	
4833503	East New London	east-new-london	US		0	America/New_York	41.36649	-72.09924	31	East New London,Winthrop Neck		CT	011	52350	
4833505	East Norwalk	east-norwalk	US		84530	America/New_York	41.10565	-73.39845	10			CT	001	56060	
4833512	Derrs	derrs	US		0	America/New_York	41.18842	-76.46134	319			PA	037	37360	
4833518	Greenburr	greenburr	US		0	America/New_York	41.0059	-77.35442	383			PA	035	44336	
4833521	East Plymouth	east-plymouth	US		0	America/New_York	41.69315	-72.99816	192	East Church,East Plymouth		CT	005	60750	
4833525	East Port Chester (historical)	east-port-chester-historical	US		0	America/New_York	41.00871	-73.65429	20			CT	001	33620	
4833526	Fern	fern	US		0	America/New_York	41.29923	-79.54255	490			PA	031	03248	
4833527	East Putnam	east-putnam	US		0	America/New_York	41.91371	-71.81674	140			CT	015	62710	
4833528	Fulmor	fulmor	US		0	America/New_York	40.16566	-75.10462	58	Fulmor,Fulmor Heights,Fumor Heights		PA	091	79176	
4833536	Glen Eden	glen-eden	US		0	America/New_York	40.72757	-80.11145	358			PA	019	16920	
4833538	Gascola	gascola	US		0	America/New_York	40.45229	-79.79588	293			PA	003	59032	
4833539	East River	east-river	US		0	America/New_York	41.28538	-72.63843	11	East River,East River Village,The Quarter,The Quarters		CT	009	44560	
4833544	Glessner	glessner	US		0	America/New_York	40.19258	-79.04086	580			PA	111	38032	
4833546	Gobbler Knob	gobbler-knob	US		0	America/New_York	41.18478	-78.57225	536			PA	033	36512	
4833560	Heshbon	heshbon	US		0	America/New_York	40.47201	-79.09448	381			PA	063	84184	
4833585	East Thompson	east-thompson	US		0	America/New_York	42.00899	-71.80868	146	East Thompson,East Thompson Depot		CT	015	75870	
4833592	Morstein	morstein	US		0	America/New_York	40.01677	-75.58688	180			PA	029	84192	
4833595	East Willington	east-willington	US		0	America/New_York	41.87371	-72.23702	144			CT	013	85950	
4833598	Nihil	nihil	US		0	America/New_York	40.43007	-79.49032	408			PA	129	67496	
4833606	Newberrytown	newberrytown	US		0	America/New_York	40.13065	-76.79219	186			PA	133	53224	
4833608	Nekoda	nekoda	US		0	America/New_York	40.58592	-77.0997	160			PA	099	31440	
4833614	Pavia	pavia	US		0	America/New_York	40.2573	-78.58446	434	Marietta,Pavia		PA	009	58492	
4833618	North Manor	north-manor	US		0	America/New_York	40.02591	-79.59448	266			PA	051	15776	
4833624	Paletown	paletown	US		0	America/New_York	40.42649	-75.31573	159	Paletown,Rocky Ridge		PA	017	64536	
4833626	Palomino Farms	palomino-farms	US		0	America/New_York	40.23955	-75.12934	83			PA	017	81048	
4833636	Plumer	plumer	US		0	America/New_York	41.49923	-79.64172	399			PA	121	16232	
4833638	Pine Run	pine-run	US		0	America/New_York	40.33094	-75.14517	92			PA	017	19792	
4833644	Slickport	slickport	US		0	America/New_York	40.67312	-78.70975	538			PA	021	22808	
4833648	Redington	redington	US		0	America/New_York	40.63815	-75.28796	93			PA	095	45104	
4833658	Roxborough	roxborough	US		0	America/New_York	40.03817	-75.2224	91	Rocksburrow,Roxboro,Roxborough		PA	101	60000	
4833672	Seyfert	seyfert	US		0	America/New_York	40.28843	-75.88354	61			PA	011	65320	
4833678	Stone Row	stone-row	US		0	America/New_York	40.13064	-78.24946	324			PA	009	08880	
4833679	East Village	east-village	US		0	America/New_York	41.35843	-73.1865	130			CT	001	48620	
4833683	Ebbs Corner	ebbs-corner	US		0	America/New_York	42.01871	-72.74787	81	Ebb Corner,Ebbs Corner		CT	003	74540	
4833686	Stony Run	stony-run	US		0	America/New_York	40.65175	-77.15304	195			PA	067	50480	
4833690	Weeds Corners	weeds-corners	US		0	America/New_York	42.03005	-79.93311	427			PA	049	30936	
4833696	Timber Ridge	timber-ridge	US		0	America/New_York	40.20565	-76.88553	163			PA	133	24936	
4833700	Upper Reese	upper-reese	US		0	America/New_York	40.43896	-78.31973	274	Reeses,Upper Reese		PA	013	27600	
4833708	Vayland	vayland	US		0	America/Chicago	44.49359	-98.79899	453	Silex,Vayland		SD	059	25100	
4833712	Richmond (historical)	richmond-historical	US		0	America/New_York	41.7701	-71.62256	87			RI	007	64220	
4833722	McGowan Corners	mcgowan-corners	US		0	America/New_York	41.37899	-71.76173	27			RI	009	77000	
4833748	Alsville	alsville	US		0	America/Chicago	44.58663	-97.12812	513			SD	057	45340	
4833790	Maquam	maquam	US		0	America/New_York	44.91754	-73.16096	34	Bopquam,Maquam,McQuam		VT	011	71725	
4833796	Nelsons Corner	nelsons-corner	US		0	America/New_York	43.41035	-72.48954	210	Nelsons Corner,Nelsons Corners		VT	027	77500	
4833819	Ekonk	ekonk	US		0	America/New_York	41.64565	-71.84757	195	Collamer,Ekonk		CT	015	73420	
4833848	Bosstown	bosstown	US		0	America/Chicago	43.39026	-90.61013	286			WI	103	78825	
4833878	East Friesland	east-friesland	US		0	America/Chicago	43.60082	-89.04706	296			WI	021	66175	
4833891	Elliotts	elliotts	US		0	America/New_York	41.83343	-72.01174	169	Elliott,Elliotts,Jericho		CT	015	61030	
4833901	Elliotville (historical)	elliotville-historical	US		0	America/New_York	41.84177	-71.82952	132	Alexander's,Elliot,Elliotville (historical)		CT	015	40500	
4833910	Island Beach	island-beach	US		0	America/Chicago	44.0911	-88.50289	230			WI	139	60525	
4833913	Ellithorpe	ellithorpe	US		0	America/New_York	41.9951	-72.31397	192			CT	013	72090	
4833933	Elm Hill	elm-hill	US		0	America/New_York	41.67454	-72.74482	48			CT	003	52140	
4833950	North Bristol	north-bristol	US		0	America/Chicago	43.26666	-89.21234	287			WI	025	09775	
4833963	Elmville	elmville	US		0	America/New_York	41.83149	-71.87646	84			CT	015	40500	
4833986	Sherry	sherry	US		800	America/Chicago	44.58413	-89.91568	350			WI	141	73475	
4834014	Weber	weber	US		0	America/Chicago	44.82163	-90.09041	359			WI	073	22425	
4834034	Emmons City (historical)	emmons-city-historical	US		0	America/New_York	41.68954	-73.25984	263			CT	005	49460	
4834135	Erickson Corner	erickson-corner	US		0	America/New_York	41.66371	-73.42207	188	Erickson Corner,Erickson Corners		CT	005	52630	
4834147	Fair Haven East	fair-haven-east	US		0	America/New_York	41.29787	-72.88732	23			CT	009	52070	
4834151	Fairchild Heights Trailer Park	fairchild-heights-trailer-park	US		0	America/New_York	41.26954	-73.12622	76			CT	001	68170	
4834275	Farmington Station	farmington-station	US		0	America/New_York	41.72093	-72.86288	73			CT	003	27600	
4834284	Farnhams	farnhams	US		0	America/New_York	41.86288	-72.55953	43			CT	003	71390	
4834316	Fernridge Place	fernridge-place	US		0	America/New_York	41.76899	-72.7376	33			CT	003	82590	
4834317	Fenwood	fenwood	US		0	America/New_York	41.26927	-72.36647	8	Fenwood,Fernwood		CT	007	57320	
4834318	Fernwood Estates	fernwood-estates	US		0	America/New_York	41.45704	-72.90371	46			CT	009	14160	
4834367	Firetown	firetown	US		0	America/New_York	41.9051	-72.82288	108			CT	003	68940	
4834529	Fitch Corner	fitch-corner	US		0	America/New_York	41.45482	-72.10563	10			CT	011	48900	
4834535	Fitchville	fitchville	US		0	America/New_York	41.56482	-72.15397	50			CT	011	06820	
4834559	Flanders (historical)	flanders-historical	US		0	America/New_York	41.30315	-72.6037	30			CT	009	44560	
4834581	Flax Hill Elderly Housing	flax-hill-elderly-housing	US		0	America/New_York	41.81732	-72.53342	59			CT	003	71390	
4834595	Floydville	floydville	US		0	America/New_York	41.92871	-72.77982	65			CT	003	22070	
4834599	Fogelmarks Corners	fogelmarks-corners	US		0	America/New_York	41.60232	-72.60315	17	Fogelmark Corner,Fogelmarks Corner,Fogelmarks Corners		CT	007	61800	
4834600	Foley (historical)	foley-historical	US		0	America/New_York	42.02148	-73.36901	237			CT	005	66420	
4834613	Foote Corners	foote-corners	US		0	America/New_York	41.75566	-72.76426	52	Beldens Corner,Foote Corners		CT	003	82590	
4834621	Forbes Village	forbes-village	US		0	America/New_York	41.73343	-72.59953	29			CT	003	22630	
4834627	Forest Heights	forest-heights	US		0	America/New_York	41.23926	-73.04344	27			CT	009	47535	
4833908	Kennedy	kennedy	US	14747	0	America/Chicago	45.91023	-90.65739	449			WI	099	41150	
4834633	Forest Village	forest-village	US		0	America/New_York	41.74788	-72.59648	28			CT	003	22630	
4834667	Fort Trumbull	fort-trumbull	US		0	America/New_York	41.20982	-73.0565	5			CT	009	47535	
4834668	Fort Trumbull	fort-trumbull	US		0	America/New_York	41.34397	-72.09595	11			CT	011	52350	
4834718	Fox Hill	fox-hill	US		0	America/New_York	41.29843	-73.47873	193			CT	001	63970	
4834723	Fox Hollow	fox-hollow	US		0	America/New_York	41.5251	-72.86677	47			CT	009	14160	
4834724	Fox Hollow	fox-hollow	US		0	America/New_York	41.51815	-72.8801	65			CT	009	14160	
4834727	Fox Meadows	fox-meadows	US		0	America/New_York	41.60593	-72.68954	53			CT	007	18080	
4834734	Foxon	foxon	US		0	America/New_York	41.32454	-72.83538	15			CT	009	22910	
4834951	Giants Neck	giants-neck	US		0	America/New_York	41.30038	-72.23258	18			CT	011	23400	
4834962	Gilbert Corners	gilbert-corners	US		0	America/New_York	41.17565	-73.43957	109			CT	001	86370	
4834967	Gildersleeve	gildersleeve	US		0	America/New_York	41.59677	-72.62093	15	Chatham Village,Gildersleeve		CT	007	61800	
4834997	Glasgo	glasgo	US		0	America/New_York	41.55593	-71.88813	56	Glasgo,Glasko		CT	011	33900	
4835004	Glastonbury Center	glastonbury-center	US		7387	America/New_York	41.70093	-72.59953	21			CT	003	31240	
4835054	Godfrey Corner	godfrey-corner	US		0	America/New_York	41.23565	-73.38429	79			CT	001	83430	
4835064	Golden Spur	golden-spur	US		0	America/New_York	41.36926	-72.19647	9			CT	011	23400	
4835088	Goodrich Heights	goodrich-heights	US		0	America/New_York	41.62177	-72.64593	46			CT	007	18080	
4835089	Goodrich Heights	goodrich-heights	US		0	America/New_York	41.62649	-72.65232	48			CT	007	18080	
4835090	Goodrichville	goodrichville	US		0	America/New_York	41.97787	-72.81371	80			CT	003	32640	
4835095	Goodspeeds Landing	goodspeeds-landing	US		0	America/New_York	41.45038	-72.45786	30	Goodspeed Landing,Goodspeeds Landing		CT	007	22280	
4835189	Granbrook Park	granbrook-park	US		0	America/New_York	41.93621	-72.77065	65			CT	003	22070	
4835240	Grassy Hill (historical)	grassy-hill-historical	US		0	America/New_York	41.39621	-72.28786	108			CT	011	44210	
4835242	Grappaville	grappaville	US		0	America/New_York	41.72093	-73.22817	280	Grapeville,Grappaville		CT	005	43370	
4835360	Green Manor Village	green-manor-village	US		0	America/New_York	41.93676	-72.65954	57			CT	003	87070	
4835384	Greenfield Hill	greenfield-hill	US		0	America/New_York	41.17649	-73.29178	76	Greenfield,Greenfield Hill		CT	001	26620	
4835424	Greystone	greystone	US		0	America/New_York	41.61899	-73.04122	147			CT	005	60750	
4835454	Griswoldville	griswoldville	US		0	America/New_York	41.69371	-72.67065	33	Griswoldville,Two Stone		CT	003	84900	
4835472	Groton Long Point	groton-long-point	US		513	America/New_York	41.31454	-72.00785	2	Groton Long Point		CT	011	34250	
4835489	Grove Beach	grove-beach	US		0	America/New_York	41.27482	-72.48342	5	Grove Beach,Pine Orchard Beach		CT	007	81680	
4836182	Hockanum Park (historical)	hockanum-park-historical	US		0	America/New_York	41.16482	-73.34234	56			CT	001	83500	
4836223	Hollywyle Park	hollywyle-park	US		0	America/New_York	41.46398	-73.45929	145			CT	001	50860	
4835545	Gulls Hollow	gulls-hollow	US		0	America/New_York	41.62926	-73.224	177			CT	005	04930	
4835554	Gurleyville	gurleyville	US		0	America/New_York	41.81426	-72.22119	104			CT	013	44910	
4835595	Hale Court	hale-court	US		0	America/New_York	41.12149	-73.35095	9			CT	001	83500	
4835629	Halladay Corner	halladay-corner	US		0	America/New_York	42.01176	-72.64203	55			CT	003	74540	
4835646	Hallville	hallville	US		0	America/New_York	41.49343	-72.03313	22			CT	011	62150	
4835679	Hammertown	hammertown	US		0	America/New_York	42.04315	-73.41262	224			CT	005	66420	
4835695	Hampsted	hampsted	US		0	America/New_York	41.95037	-72.89538	311			CT	003	32640	
4835738	Happyland	happyland	US		0	America/New_York	41.47288	-72.06452	13			CT	011	62150	
4835752	Harborview	harborview	US		0	America/New_York	41.08204	-73.40873	0	Harbor View,Harborview		CT	001	56060	
4835776	Harrisons	harrisons	US		0	America/New_York	41.38676	-72.10035	6			CT	011	80280	
4835875	Hassunadchuauck (historical)	hassunadchuauck-historical	US		0	America/New_York	41.73982	-72.56176	99	Hassun-adchu-auk,Hassunadchuauck (historical),Hatch-Hawk		CT	003	44700	
4835898	Hattertown	hattertown	US		0	America/New_York	41.34121	-73.30901	159			CT	001	52980	
4835918	Hawks Nest	hawks-nest	US		0	America/New_York	41.2701	-72.4687	6	Hawk's Nest,Hawks Nest		CT	007	81680	
4835919	Hawks Nest Beach	hawks-nest-beach	US		0	America/New_York	41.28343	-72.28341	6	Hawks Nest Beach,Hawks Nest West Beach		CT	011	57040	
4835929	Hawthorne Terrace	hawthorne-terrace	US		0	America/New_York	41.45898	-73.43012	156			CT	001	18500	
4835938	Hayestown	hayestown	US		0	America/New_York	41.42009	-73.45373	139	Hay's Town,Hayestown		CT	001	18500	
4835944	Haywardville	haywardville	US		0	America/New_York	41.51121	-72.32536	110			CT	007	22280	
4835946	Hazardville	hazardville	US		4599	America/New_York	41.98732	-72.54481	56			CT	003	25990	
4835984	Heilwield Corner	heilwield-corner	US		0	America/New_York	41.51288	-72.25064	151	Heilwield Corner,Witter Corner,Witter's Corner		CT	011	66210	
4835996	Hemingway Town (historical)	hemingway-town-historical	US		0	America/New_York	41.31399	-72.87816	10			CT	009	52070	
4836026	Heritage Village	heritage-village	US		3736	America/New_York	41.48565	-73.23789	108			CT	009	69640	
4836045	Hickory Haven	hickory-haven	US		0	America/New_York	41.62509	-73.39429	111			CT	005	52630	
4836088	Highland Estates	highland-estates	US		0	America/New_York	41.59454	-72.70148	40			CT	007	47360	
4836104	Highwood (historical)	highwood-historical	US		0	America/New_York	41.33843	-72.93399	24	Hamburg,Highwood (historical)		CT	009	35650	
4836108	Higley Village	higley-village	US		0	America/New_York	41.93704	-72.72593	64			CT	003	22070	
4836118	Hillcrest	hillcrest	US		0	America/New_York	41.54426	-73.10205	179			CT	009	46940	
4836124	Hilliardville	hilliardville	US		0	America/New_York	41.78427	-72.55537	33			CT	003	44700	
4836176	Hockanum	hockanum	US		0	America/New_York	41.74066	-72.6337	20	Hockanum,Hockanum Village		CT	003	22630	
4836179	Hoadley Neck	hoadley-neck	US		0	America/New_York	41.26287	-72.7326	8			CT	009	07310	
4836298	Honeypot Glen	honeypot-glen	US		0	America/New_York	41.5226	-72.88649	59			CT	009	14160	
4836315	Hopeville	hopeville	US		0	America/New_York	41.53149	-73.03538	102	Atthea Park,Hopeville		CT	009	80070	
4836316	Hopeville	hopeville	US		0	America/New_York	41.6126	-71.93841	54	Hope,Hope Factory,Hopeville		CT	011	33900	
4836348	Horse Heaven	horse-heaven	US		0	America/New_York	41.61732	-73.28373	258			CT	005	79720	
4836370	Hotchkissville	hotchkissville	US		0	America/New_York	41.56732	-73.21706	85			CT	005	87910	
4836441	Huckleberry Hills Trails	huckleberry-hills-trails	US		0	America/New_York	41.79732	-72.90343	180			CT	003	02060	
4836451	Hungary	hungary	US		0	America/New_York	41.97676	-72.77898	83			CT	003	32640	
4836464	Hunting Ridge	hunting-ridge	US		0	America/New_York	41.12399	-73.57207	69			CT	001	73070	
4836493	Hurds Corner	hurds-corner	US		0	America/New_York	41.62204	-73.42207	119			CT	005	52630	
4836589	Indian Neck	indian-neck	US		0	America/New_York	41.26121	-72.80065	0			CT	009	07310	
4836857	Interlaken Estates	interlaken-estates	US		0	America/New_York	41.9487	-73.43984	223	Interlachen,Interlaken Estates		CT	005	66420	
4836887	Ives Corner	ives-corner	US		0	America/New_York	41.46732	-72.90594	49			CT	009	14160	
4837002	Jewitt Corner	jewitt-corner	US		0	America/New_York	41.43565	-72.34036	26			CT	007	22280	
4837075	Johnson Park	johnson-park	US		0	America/New_York	41.7126	-72.21425	84			CT	015	86790	
4837082	Johnsons Corner	johnsons-corner	US		0	America/New_York	41.24121	-73.10733	17			CT	001	74190	
4837128	Joyceland (historical)	joyceland-historical	US		0	America/New_York	41.51537	-73.47373	146			CT	001	50860	
4837129	Joyceville	joyceville	US		0	America/New_York	42.0487	-73.42567	239			CT	005	66420	
4837186	Kelly Corner	kelly-corner	US		0	America/New_York	41.87843	-73.2065	454			CT	005	32290	
4837200	Kelseytown	kelseytown	US		0	America/New_York	41.29677	-72.53231	11			CT	007	15350	
4837239	Kent Furnace	kent-furnace	US		0	America/New_York	41.73759	-73.46929	120			CT	005	40290	
4837257	Kenyonville	kenyonville	US		0	America/New_York	41.92954	-72.08258	188	Glen Kenyon,Kenyonville		CT	015	88190	
4837267	Kettletown	kettletown	US		0	America/New_York	41.46482	-73.19511	182	Kettletown,Kitle Town,Sam's Field		CT	009	69640	
4837278	Killingly Center	killingly-center	US		17282	America/New_York	41.83871	-71.86924	103	Aspenock,Killingly Center		CT	015	40500	
4837327	Kings Corner	kings-corner	US		0	America/New_York	41.94454	-72.60231	42	King Corner,Kings Corner		CT	003	25990	
4837340	Kinneytown	kinneytown	US		0	America/New_York	41.36676	-73.09205	35			CT	009	67610	
4837350	Kitemaug	kitemaug	US		0	America/New_York	41.44565	-72.08841	2	Kitemaug,Kittemaug		CT	011	48900	
4837362	Knollcrest	knollcrest	US		0	America/New_York	41.49871	-73.46651	148			CT	001	50860	
4837364	Knollwood	knollwood	US		0	America/New_York	41.26677	-72.38342	11	Knollwood,Lynde Farm,New Saybrook		CT	007	57320	
4837466	Lake Pocotopaug	lake-pocotopaug	US		3436	America/New_York	41.59843	-72.51037	142	Lake Pocotopaug,Pocotopaug Lake		CT	007	22490	
4837478	Lake View Terrace	lake-view-terrace	US		0	America/New_York	41.94704	-72.36675	226	Lake View Terrace,Lakeview Terrace		CT	013	72090	
4837498	Lakeridge Heights	lakeridge-heights	US		0	America/New_York	41.52204	-72.63509	51			CT	007	47360	
4837508	Lakeside Woods	lakeside-woods	US		0	America/New_York	41.56593	-73.49123	158			CT	001	68310	
4837532	Lamson Corner	lamson-corner	US		0	America/New_York	41.7426	-72.97122	209			CT	003	10100	
4837572	Lattins Landing	lattins-landing	US		0	America/New_York	41.44926	-73.42901	144			CT	001	18500	
4837577	Laurel Beach	laurel-beach	US		0	America/New_York	41.18288	-73.09372	4	Laurel,Laurel Beach,Milford Beach		CT	009	47535	
4837583	Laurel Glen	laurel-glen	US		0	America/New_York	41.47232	-71.81479	44			CT	011	55500	
4837619	Laysville	laysville	US		0	America/New_York	41.34871	-72.29841	14			CT	011	57040	
4837674	Leetes Island	leetes-island	US		0	America/New_York	41.26538	-72.71426	13			CT	009	34950	
4837677	Leffingwell (historical)	leffingwell-historical	US		0	America/New_York	41.50593	-72.14175	36	Lefenwell,Leffingwell (historical),Leppingwell		CT	011	06820	
4837713	Liberia (historical)	liberia-historical	US		0	America/New_York	41.30676	-72.9101	8			CT	009	52070	
4837719	Liberty Mobile Home Park	liberty-mobile-home-park	US		0	America/New_York	41.67843	-72.84843	58			CT	003	60120	
4837752	Lime Rock	lime-rock	US		0	America/New_York	41.9337	-73.38929	173	Hollow,Lamb's Forge,Lime Rock,The Hollow		CT	005	66420	
4837830	Little City	little-city	US		0	America/New_York	41.4476	-72.60009	181			CT	007	35230	
4837831	Little Danbury (historical)	little-danbury-historical	US		0	America/New_York	41.1276	-73.24734	4			CT	001	26620	
4837834	Little Haddam	little-haddam	US		0	America/New_York	41.48093	-72.44592	112	Little Haddam,The Town		CT	007	22280	
4837840	Little Danbury	little-danbury	US		0	America/New_York	41.12899	-73.24345	2			CT	001	26620	
4837906	Long HIll Estates	long-hill-estates	US		0	America/New_York	41.53843	-72.67593	62			CT	007	47360	
4837907	Long Hill	long-hill	US		0	America/New_York	41.26565	-73.22428	129	Long Hill,Long Hill Center		CT	001	77200	
4837912	Long Hill	long-hill	US		0	America/New_York	41.53121	-72.65982	49			CT	007	47360	
4837913	Long Hill	long-hill	US		0	America/New_York	41.56565	-73.02288	190	Hoyt Hill,Hoyts Hill,Long Hill		CT	009	80070	
4837916	Long Hill	long-hill	US		4205	America/New_York	41.35399	-72.0523	8	Long Hill		CT	011	34250	
4837950	Long Ridge	long-ridge	US		0	America/New_York	41.15565	-73.59624	130			CT	001	73070	
4837982	Lord Corner (historical)	lord-corner-historical	US		0	America/New_York	41.35788	-72.54815	94			CT	007	40710	
4837991	Lords Point	lords-point	US		0	America/New_York	41.33593	-71.92702	4	Lord's Point,Lords Point		CT	011	73770	
4837993	Lordship	lordship	US		0	America/New_York	41.15399	-73.11205	9			CT	001	74190	
4838003	Lovely Street	lovely-street	US		0	America/New_York	41.78288	-72.89232	95	Lovely Street,Lovely Town		CT	003	02060	
4838020	Lower City	lower-city	US		0	America/New_York	41.92482	-73.27623	251	Ireland,Lower City		CT	005	10940	
4838030	Lower Merryall	lower-merryall	US		0	America/New_York	41.64676	-73.41568	133	Lower Merryall,Merryall		CT	005	52630	
4838064	Lydallville	lydallville	US		0	America/New_York	41.79538	-72.49036	89	Lydallville,Parker Village,Slap-Gut,Slapgut		CT	003	44700	
4838082	Lyme Station	lyme-station	US		0	America/New_York	41.30176	-72.32675	5			CT	011	57040	
4838092	Lyons Plain	lyons-plain	US		0	America/New_York	41.2251	-73.34623	48	Lyon Plain,Lyon Plains,Lyons Plain,Lyons Plains		CT	001	83430	
4838180	Manchester Green	manchester-green	US		0	America/New_York	41.7851	-72.50036	98	East Manchester,Manchester Green,The Green		CT	003	44700	
4838192	Manitock Spring	manitock-spring	US		0	America/New_York	41.35288	-72.16174	34	Manatuck Springs,Manitock Spring		CT	011	80280	
4838204	Mansfield City	mansfield-city	US		26439	America/New_York	41.76593	-72.23369	151			CT	013	44910	
4838206	Mansfield Four Corners	mansfield-four-corners	US		0	America/New_York	41.82732	-72.26619	191	Four Corners,Mansfield,Mansfield Four Corners,North Society		CT	013	44910	
4838208	Mansfield Hollow	mansfield-hollow	US		0	America/New_York	41.7576	-72.18591	70			CT	013	44910	
4838247	Margerie Manor	margerie-manor	US		0	America/New_York	41.45232	-73.46734	255	Margerie Heights,Margerie Manor		CT	001	18500	
4838272	Marble Dale	marble-dale	US		0	America/New_York	41.66371	-73.36901	158	Marble Dale,Marbledale		CT	005	79720	
4838284	Maromas	maromas	US		0	America/New_York	41.54343	-72.56065	42	Maromage,Maromas,Maromuck,Morromok,Regowset		CT	007	47360	
4838340	Mashapaug	mashapaug	US		0	America/New_York	42.02732	-72.13813	213			CT	013	77830	
4838372	Massapeag	massapeag	US		0	America/New_York	41.45788	-72.08091	0	Massapeag,Massapeag Village		CT	011	48900	
4839772	North Woodbury	north-woodbury	US		0	America/New_York	41.55037	-73.20539	88			CT	005	87910	
4838374	Massomuck (historical)	massomuck-historical	US		0	America/New_York	41.8976	-71.96257	183	Machi-mucket,Mashamoquet,Mashamugget,Mashamugket,Massamugget,Massomuck (historical),Moshamoquett		CT	015	61030	
4838406	Maushantuxet (historical)	maushantuxet-historical	US		0	America/New_York	41.43982	-72.01508	90	Mashantucket,Maushantuxet,Maushantuxet (historical),Musshuntucksett		CT	011	42600	
4838419	Mayberry Village	mayberry-village	US		0	America/New_York	41.77871	-72.58648	58			CT	003	22630	
4838439	McClaveville	mcclaveville	US		0	America/New_York	42.03982	-73.09622	391	McClaveville,McClayville,Mcclayville		CT	005	16050	
4838462	Meadowgate	meadowgate	US		0	America/New_York	41.94704	-72.79093	63			CT	003	32640	
4838497	Melville Village	melville-village	US		0	America/New_York	41.19121	-73.23456	41			CT	001	26620	
4838547	Merrow	merrow	US		0	America/New_York	41.82454	-72.31036	121	Merrow,Merrow Station		CT	013	44910	
4838555	Merwinsville	merwinsville	US		0	America/New_York	41.64759	-73.4829	81			CT	005	52630	
4838572	Miami Shores	miami-shores	US		0	America/New_York	41.28454	-72.27758	4			CT	011	57040	
4838573	Mianus	mianus	US		0	America/New_York	41.04399	-73.59124	7	Mayamus,Mianus,Upper Landing		CT	001	33620	
4838651	Milestone Corner	milestone-corner	US		0	America/New_York	41.5151	-72.2748	171			CT	011	66210	
4838662	Milford Lawns	milford-lawns	US		0	America/New_York	41.22482	-73.0076	8			CT	009	47535	
4838679	Mill Brook	mill-brook	US		0	America/New_York	41.96343	-73.11955	350			CT	005	16050	
4838689	Mill Hill	mill-hill	US		0	America/New_York	41.17732	-73.16011	6			CT	001	08070	
4838695	Mill Plain	mill-plain	US		0	America/New_York	41.14871	-73.27039	5			CT	001	26620	
4838696	Mill Plain	mill-plain	US		0	America/New_York	41.39509	-73.51568	141			CT	001	18500	
4838697	Mill Plain	mill-plain	US		0	America/New_York	41.5551	-73.01261	146	Highlawn,Hopkins Plain,Mill Plain		CT	009	80070	
4838715	Mill Pond Village	mill-pond-village	US		0	America/New_York	41.92038	-72.53925	34			CT	003	24800	
4838752	Millville (historical)	millville-historical	US		0	America/New_York	41.11843	-73.50207	42			CT	001	50580	
4838760	Miller Memorial Community	miller-memorial-community	US		0	America/New_York	41.53121	-72.79732	90			CT	009	46520	
4838783	Minortown	minortown	US		0	America/New_York	41.57621	-73.17428	132	Lower Nonewaug,Minortown		CT	005	87910	
4838789	Miramichi	miramichi	US		0	America/New_York	41.54982	-72.70065	100			CT	007	47360	
4838794	Miry Brook	miry-brook	US		0	America/New_York	41.36648	-73.48235	145	Merry Brook,Miry Brook,Wolf Pond Run		CT	001	18500	
4838823	Mixville	mixville	US		0	America/New_York	41.52232	-72.93566	65			CT	009	14160	
4838825	Mitcheltown	mitcheltown	US		0	America/New_York	41.85843	-73.4604	247			CT	005	67960	
4838838	Mohegan	mohegan	US		0	America/New_York	41.47676	-72.0998	79	Manheken,Manhigan-euch,Mawchiggin,Mawhickon,Mawhiggins,Meheag,Mmyouheeunnck,Mogekin,Mogianeucks,Mohagin,Moheag,Moheagan,Moheages,Moheagues,Moheegins,Moheegs,Moheek,Mohegaanit,Mohegan,Mohegan Station,Mohegan people,Moheganen,Mohegani,Moheganicks,Moheganoj,Moheganowie,Mohegans,Mohegen,Moheges,Moheken,Mohigan,Mohiganeucks,Mohiganie,Mohigens,Mohiggans,Mohiggen,Mohogin,Mokhegany,Monahegan,Monahiganeucks,Monahiganick,Monahiggan,Monahigganie,Monahiggannick,Monahiggon,Monahigon,Monheagan,Monhegan,Monhegan Village,Monhege,Monheggan,Monhiggin,Monhiggons,Monhiggs,Monohegens,Morahtkans,Morhicans,Mowheganneak,Muhhekaneuk,Munhegan,Munhicke,Nanhegan,Мохеганы,โมฮีแกน		CT	011	48900	
4838839	Mohegan (historical)	mohegan-historical	US		0	America/New_York	41.47676	-72.0998	79	Manheken,Manhigan-euch,Mawchiggin,Mawhickon,Mawhiggins,Mogekin,Mogianeucks,Mohagin,Mohegan (historical)		CT	011	48900	
4838641	Midway	midway	US	15060	0	America/New_York	41.34149	-72.03341	5			CT	011	34250	
4838881	Montowese	montowese	US		0	America/New_York	41.35037	-72.85982	16	Montowese,Montowese Village		CT	009	54870	
4838887	Montville Center	montville-center	US		20180	America/New_York	41.47899	-72.15119	114			CT	011	48900	
4838894	Momauguin	momauguin	US		0	America/New_York	41.25204	-72.87621	11	Mamaquin,Mamqugin,Momauguin		CT	009	22910	
4838938	Morgan Fair Corners	morgan-fair-corners	US		0	America/New_York	41.40871	-73.30567	135			CT	001	52980	
4838953	Morningside	morningside	US		0	America/New_York	41.21288	-73.00983	19			CT	009	47535	
4838956	Morningside Park	morningside-park	US		0	America/New_York	41.34815	-72.1273	33			CT	011	80280	
4838957	Morningside Park	morningside-park	US		0	America/New_York	41.33899	-72.13897	9			CT	011	80280	
4838969	Morris Cove	morris-cove	US		0	America/New_York	41.25815	-72.89149	6			CT	009	52070	
4839013	Mount Carmel Center	mount-carmel-center	US		0	America/New_York	41.43871	-72.90955	40			CT	009	35650	
4839035	Mount Parnassus	mount-parnassus	US		0	America/New_York	41.47177	-72.41286	174	Mount Parnassus,Town Hill		CT	007	22280	
4839038	Mount Pleasant Housing	mount-pleasant-housing	US		0	America/New_York	41.67093	-72.80149	75			CT	003	50440	
4839070	Mountaincrest	mountaincrest	US		0	America/New_York	41.47065	-72.93983	77			CT	009	14160	
4839097	Mudgetown	mudgetown	US		0	America/New_York	41.89565	-73.47623	183			CT	005	67960	
4839161	Mystic Seaport	mystic-seaport	US		0	America/New_York	41.36121	-71.96646	0			CT	011	73770	
4839186	Natchaug (historical)	natchaug-historical	US		0	America/New_York	41.8101	-72.11424	119			CT	015	13810	
4839220	Naubuc (historical)	naubuc-historical	US		0	America/New_York	41.7226	-72.61092	16	Hanabuc,Hanahbake,Nabocke,Nabuck,Naubuc (historical),Naubuck		CT	003	31240	
4839225	Naugatuck Gardens	naugatuck-gardens	US		0	America/New_York	41.21287	-73.09539	22			CT	009	47535	
4839229	Naugatuck Junction	naugatuck-junction	US		0	America/New_York	41.2076	-73.10566	11			CT	009	47535	
4839268	Nelsons Corner	nelsons-corner	US		0	America/New_York	41.94621	-73.05039	196	Nelson's Corners,Nelsons Corner,Wilson Corner		CT	005	86440	
4839270	Nepaug	nepaug	US		0	America/New_York	41.82982	-72.99899	168	Nepaug,Nepaug Village		CT	005	51350	
4839279	Neptune Park	neptune-park	US		0	America/New_York	41.31093	-72.09535	7			CT	011	52350	
4839355	New Guinea (historical)	new-guinea-historical	US		0	America/New_York	41.30399	-72.9151	14			CT	009	52070	
4839356	New Halville	new-halville	US		0	America/New_York	41.29121	-72.95371	10			CT	009	82870	
4839460	New Preston	new-preston	US		1182	America/New_York	41.6751	-73.35179	203	New Preston,New Preston Village,North Purchase,Raumaug		CT	005	79720	
4839480	Newberry Corner	newberry-corner	US		0	America/New_York	41.78926	-73.14011	286			CT	005	76570	
4839482	Newent	newent	US		0	America/New_York	41.60454	-72.01785	73	Bottom Town,Newen,Newent		CT	011		
4839489	Newfield Heights	newfield-heights	US		0	America/New_York	41.5576	-72.67509	20			CT	007	47360	
4839501	Newington Junction	newington-junction	US		0	America/New_York	41.71427	-72.73704	27			CT	003	52140	
4839554	Ninevah (historical)	ninevah-historical	US		0	America/New_York	41.35704	-72.61148	90	Ninevah (historical),Ninevah Falls		CT	007	40710	
4839568	Noank	noank	US		1796	America/New_York	41.32788	-71.99063	10	Naiwayhucke,Naiwayonk,Nauyang,Nawyonk,Noank,Noank Village,Nowayunck		CT	011	34250	
4839609	Noroton	noroton	US		0	America/New_York	41.06454	-73.48873	10	Darien,Noroton,Noroton Village,Norsaton		CT	001	18850	
4839610	Noroton Heights	noroton-heights	US		0	America/New_York	41.0751	-73.49179	43	Lockwood Corners,Noroton Heights,Noroton Hill		CT	001	18850	
4839620	North Ashford	north-ashford	US		0	America/New_York	41.95426	-72.1048	220	North Ashford,Northford		CT	015	21860	
4839670	North Cornwall	north-cornwall	US		0	America/New_York	41.87093	-73.31456	362	North Cornwall,North Cornwell		CT	005	17240	
4839674	North Coventry	north-coventry	US		0	America/New_York	41.79843	-72.37175	188	Coventry,Coventry Center,North Coventry		CT	013	17800	
4839675	North Cromwell	north-cromwell	US		0	America/New_York	41.61149	-72.6437	16			CT	007	18080	
4839676	North End	north-end	US		0	America/New_York	41.61676	-72.87121	61			CT	003	70550	
4839688	North Colebrook	north-colebrook	US		0	America/New_York	42.01759	-73.11483	332			CT	005	16050	
4839691	North Goshen	north-goshen	US		0	America/New_York	41.89871	-73.21234	420			CT	005	32290	
4839695	North Greenwich	north-greenwich	US		0	America/New_York	41.09593	-73.6893	156			CT	001	33620	
4839697	North Grosvenor Dale	north-grosvenor-dale	US		1530	America/New_York	41.98565	-71.89868	111	Fishersville,Fisherville,Mount Hunger,North Grosvenor Dale,North Grosvenordale		CT	015	75870	
4839701	North Guilford	north-guilford	US		0	America/New_York	41.36704	-72.71704	58	Cohabit,Cohabitation Land,North Guilford		CT	009	34950	
4839705	North Haven Bridge	north-haven-bridge	US		0	America/New_York	41.3901	-72.8726	12			CT	009	54870	
4839714	North Hollow	north-hollow	US		0	America/New_York	42.03398	-72.9301	169			CT	003	37140	
4839715	North Kent	north-kent	US		0	America/New_York	41.76704	-73.42846	164	Falls Brook,North Kent,Old Kent		CT	005	40290	
4839718	North Lyme	north-lyme	US		0	America/New_York	41.41204	-72.33675	14	North Lyme,North Lyme Four Corners,Pleasant Valley Four Corners		CT	011	44210	
4839719	North Madison	north-madison	US		0	America/New_York	41.35982	-72.63676	95			CT	009	44560	
4839723	North Mianus	north-mianus	US		0	America/New_York	41.06676	-73.59207	45			CT	001	33620	
4839724	North Mianus	north-mianus	US		0	America/New_York	41.05815	-73.58151	3	Dumpling Pond,North Mianus		CT	001	33620	
4839743	North Somers	north-somers	US		0	America/New_York	42.01621	-72.44814	65			CT	013	69220	
4839745	North Stamford	north-stamford	US		121230	America/New_York	41.13815	-73.54346	75			CT	001	73070	
4839763	North Thompsonville	north-thompsonville	US		0	America/New_York	42.01621	-72.59231	26			CT	003	25990	
4839767	North Wilton	north-wilton	US		0	America/New_York	41.21232	-73.46623	142			CT	001	86370	
4839860	Norwichtown	norwichtown	US		0	America/New_York	41.55315	-72.10536	30			CT	011	56270	
4839888	Nut Plains	nut-plains	US		0	America/New_York	41.32454	-72.68426	11			CT	009	34950	
4839914	Oakdale Manor	oakdale-manor	US		0	America/New_York	41.44454	-73.25234	48	Bennett Bridge,Bennetts Bridge,Oakdale Manor		CT	009	69640	
4839927	Obtuse Hill	obtuse-hill	US		0	America/New_York	41.46648	-73.36151	182			CT	001	08980	
4839941	Occum	occum	US		0	America/New_York	41.5951	-72.05063	24	Occum,Occum Village		CT	011	56270	
4839946	Old Avon Village	old-avon-village	US		0	America/New_York	41.8076	-72.82899	59			CT	003	02060	
4840003	Old Lyme Shores	old-lyme-shores	US		0	America/New_York	41.29038	-72.2748	10			CT	011	57040	
4840127	Orcutts	orcutts	US		0	America/New_York	41.97676	-72.32175	175	Orcutts,Orcutville		CT	013	72090	
4840130	Ore Hill	ore-hill	US		0	America/New_York	41.95731	-73.46707	259	Iron Oar Hill,Old Hill,Ore Hill		CT	005	66420	
4840139	Oronoke	oronoke	US		0	America/New_York	41.54149	-73.08928	162	Onuck,Orenaug,Orinoque,Oronoice,Oronoke,Waronoco		CT	009	46940	
4840140	Oronoque	oronoque	US		0	America/New_York	41.24787	-73.1015	19	Oronoke,Oronoque,Putney Heights,Woronock,Woronoke		CT	001	74190	
4840142	Oronoque Hills North	oronoque-hills-north	US		0	America/New_York	41.25399	-73.11289	86			CT	001	74190	
4840143	Oronoque Hills South	oronoque-hills-south	US		0	America/New_York	41.24732	-73.11122	58			CT	001	74190	
4840160	Osprey Beach	osprey-beach	US		0	America/New_York	41.31565	-72.09369	5			CT	011	52350	
4840169	Otter Cove Estates	otter-cove-estates	US		0	America/New_York	41.33732	-72.37064	10			CT	007	57320	
4840225	Overlook	overlook	US		0	America/New_York	41.56676	-73.04816	167			CT	009	80070	
4840229	Owenoke	owenoke	US		0	America/New_York	41.10676	-73.3604	1			CT	001	83500	
4840232	Ox Hill	ox-hill	US		0	America/New_York	41.22843	-73.219	90	Ox Hill,Plattsville		CT	001	77200	
4840241	Oxford Park	oxford-park	US		0	America/New_York	41.60815	-72.66982	40			CT	007	18080	
4840246	Oxford Village	oxford-village	US		0	America/New_York	41.76621	-72.56287	39			CT	003	44700	
4840264	Pachaug	pachaug	US		0	America/New_York	41.58427	-71.94063	61			CT	011	33900	
4840272	Packer	packer	US		0	America/New_York	41.66649	-71.9523	42	Packer,Packerville		CT	015	12130	
4840310	Palmers Hill	palmers-hill	US		0	America/New_York	41.06371	-73.56596	61	Palmer Hill,Palmers Hill		CT	001	73070	
4840312	Palmertown	palmertown	US		0	America/New_York	41.4476	-72.13091	49	Montville,Montville Hill,Palmer Town,Palmertown		CT	011	48900	
4840436	Paynes Corners	paynes-corners	US		0	America/New_York	41.37871	-73.00122	149	Payne Corners,Paynes Corners		CT	009	87700	
4840499	Pegville	pegville	US		0	America/New_York	41.97315	-72.80676	81	Pegville,Sandy's Brook,Sandys Brook		CT	003	32640	
4840504	Pemberwick	pemberwick	US		3680	America/New_York	41.02565	-73.66068	10			CT	001	33620	
4840543	Pequot Village	pequot-village	US		0	America/New_York	41.34538	-72.05646	24			CT	011	34250	
4840553	Perkins Corner	perkins-corner	US		0	America/New_York	41.73954	-72.25952	90			CT	013	44910	
4840635	Pine Bridge	pine-bridge	US		0	America/New_York	41.42815	-73.06761	34	Pine Bridge,Pines Bridge		CT	009	03250	
4840688	Pine Orchard	pine-orchard	US		0	America/New_York	41.26704	-72.77704	7			CT	009	07310	
4840699	Pine Rock Park	pine-rock-park	US		0	America/New_York	41.26176	-73.09539	15			CT	001	68170	
4840721	Pinnacle Heights Housing	pinnacle-heights-housing	US		0	America/New_York	41.68593	-72.81315	116			CT	003	50440	
4840728	Pinneys Corners	pinneys-corners	US		0	America/New_York	41.18648	-73.52262	155			CT	001	50580	
4840801	Platts Knoll	platts-knoll	US		0	America/New_York	41.48538	-72.87816	67	Platt's Knoll,Platts Knoll		CT	009	14160	
4840802	Platts Mills	platts-mills	US		0	America/New_York	41.51454	-73.05205	74			CT	009	49950	
4840803	Plattsville	plattsville	US		0	America/New_York	41.22287	-73.25623	48			CT	001	23890	
4840812	Pleasant Acres	pleasant-acres	US		0	America/New_York	41.43093	-73.44762	153			CT	001	18500	
4840828	Pleasure Beach	pleasure-beach	US		0	America/New_York	41.3101	-72.14535	10	Pleasant Beach,Pleasure Beach		CT	011	80280	
4840834	Plum Bank Beach	plum-bank-beach	US		0	America/New_York	41.26815	-72.39231	6			CT	007	57320	
4840863	Podunk	podunk	US		0	America/New_York	41.32232	-72.65176	75			CT	009	34950	
4840874	Point Beach	point-beach	US		0	America/New_York	41.20593	-73.01927	2			CT	009	47535	
4840880	Point O'Woods	point-o-woods	US		0	America/New_York	41.29315	-72.25452	10			CT	011	57040	
4840897	Pomeraug	pomeraug	US		0	America/New_York	41.52621	-73.21095	76	Pomerang,Pomeraug,Pomperauge,Pomperoage,Pumporooge		CT	005	87910	
4840909	Pomfret Landing	pomfret-landing	US		0	America/New_York	41.84954	-71.93591	73			CT	015	61030	
4840928	Pond Meadow	pond-meadow	US		0	America/New_York	41.3276	-72.46787	46			CT	007	81680	
4840941	Pondside	pondside	US		0	America/New_York	41.53843	-72.86205	51			CT	009	14160	
4840943	Ponset	ponset	US		0	America/New_York	41.4651	-72.5562	101	Cockaponset,Poncet,Ponset,Ponsett,Pousett,Punset		CT	007	35230	
4840947	Ponus	ponus	US		0	America/New_York	41.12676	-73.51985	101	Ponas,Poncess Street,Ponus,Ponus Street		CT	001	50580	
4840956	Pootatuck Park	pootatuck-park	US		0	America/New_York	41.42926	-73.25984	133			CT	001	52980	
4840976	Poquetanuck	poquetanuck	US		0	America/New_York	41.48649	-72.04035	13	Paquatannock,Poquetannoc,Poquetannuck,Poquetanoc,Poquetanock,Poquetanuck,Poquetanuck Village		CT	011	62150	
4840983	Poquonock Bridge	poquonock-bridge	US		1727	America/New_York	41.3451	-72.0248	5	Pequonock Bridge,Pequot,Poquonnock,Poquonoc Bridge,Poquonock,Poquonock Bridge,Poquonrock Bridge		CT	011	34250	
4841059	Pratts Corner	pratts-corner	US		0	America/New_York	41.55815	-72.85343	100			CT	003	70550	
4841125	Preston City	preston-city	US		5000	America/New_York	41.52899	-71.97396	67	Preston,Preston City,Престон		CT	011	62150	
4841133	Puddle Town	puddle-town	US		0	America/New_York	41.86676	-72.95816	108	Puddle Town,Puddletown		CT	005	51350	
4841162	Putnam Heights	putnam-heights	US		0	America/New_York	41.89232	-71.86813	167	Great Hill,Killingly Hill,North Killingly,Putnam Heights		CT	015	62710	
4841179	Quaddick	quaddick	US		0	America/New_York	41.93843	-71.82063	136	Quaddick,Quadic,Quanduc,Quassuc		CT	015	75870	
4842507	Salmon Brook	salmon-brook	US		2324	America/New_York	41.95649	-72.79537	77			CT	003	32640	
4841188	Quaker Farms	quaker-farms	US		0	America/New_York	41.4276	-73.15567	113	Quaker Farms,Quaker's Farms		CT	009	58300	
4841211	Quebec	quebec	US		0	America/New_York	41.79927	-71.88785	66	Quebec,West Wide Village,Westwide		CT	015	09190	
4841229	Quinnipiac	quinnipiac	US		0	America/New_York	41.43343	-72.83399	22	Quinnipiac,Quinnipiac Village		CT	009	78740	
4841437	Reynolds Bridge	reynolds-bridge	US		0	America/New_York	41.65732	-73.07983	111			CT	005	75730	
4841449	Richards Corner	richards-corner	US		0	America/New_York	41.4826	-72.9051	53	Richard's Corner,Richards Corner		CT	009	14160	
4841459	Ridgebury	ridgebury	US		0	America/New_York	41.36065	-73.52429	190			CT	001	63970	
4841465	Richards Corner	richards-corner	US		0	America/New_York	41.17065	-73.49512	141	Bradley Corners,Country Club Corner,Richards Corner		CT	001	50580	
4841510	Rising Corner	rising-corner	US		0	America/New_York	42.03593	-72.71204	75			CT	003	74540	
4841514	River Glen	river-glen	US		0	America/New_York	41.74482	-72.8626	57			CT	003	27600	
4841523	Rivercliff	rivercliff	US		0	America/New_York	41.19482	-73.10428	11	Ferry Neck,Rivercliff		CT	009	47535	
4841526	Rivermead Mobile Home Park	rivermead-mobile-home-park	US		0	America/New_York	41.73454	-72.63481	16			CT	003	22630	
4841549	Riversville	riversville	US		0	America/New_York	41.06121	-73.67513	48			CT	001	33620	
4841556	Riverview Mobile Home Estates	riverview-mobile-home-estates	US		0	America/New_York	41.51149	-73.054	86			CT	009	49950	
4841580	Robert Hutt Congregate Housing	robert-hutt-congregate-housing	US		0	America/New_York	41.49593	-73.07455	123			CT	009	49950	
4841604	Rock Landing	rock-landing	US		0	America/New_York	41.49704	-72.52037	5			CT	007	35230	
4841608	Rock Raymond	rock-raymond	US		0	America/New_York	41.29093	-73.27428	104			CT	001	77200	
4841610	Rock Ridge	rock-ridge	US		0	America/New_York	41.0351	-73.64596	33			CT	001	33620	
4841638	Rocky Glen	rocky-glen	US		0	America/New_York	41.4326	-73.27095	72			CT	001	52980	
4841696	Romford	romford	US		0	America/New_York	41.67537	-73.29095	201			CT	005	79720	
4841716	Roseland Park	roseland-park	US		0	America/New_York	41.95038	-71.95618	94			CT	015	88190	
4841731	Round Beach	round-beach	US		0	America/New_York	41.07899	-73.39595	0			CT	001	56060	
4841759	Rowayton	rowayton	US		0	America/New_York	41.06399	-73.43651	12	Five Mile Landing,Rhoeton,Roaton,Roton,Rowayton,Rowerton		CT	001	56060	
4841781	Roxbury Falls	roxbury-falls	US		0	America/New_York	41.50843	-73.31067	88			CT	005	65930	
4841785	Roxbury Station	roxbury-station	US		0	America/New_York	41.5576	-73.33123	94	Chalybees,Roxbury Station		CT	005	65930	
4841809	Russian Village	russian-village	US		0	America/New_York	41.44621	-73.25234	69	Churacuka,Churaevka,Russian Village		CT	009	69640	
4841828	Sachem Head	sachem-head	US		0	America/New_York	41.24593	-72.70371	0	Sachem Head,Sachem's Head,Sachems Head		CT	009	34950	
4842559	Sandy Beach	sandy-beach	US		0	America/New_York	41.69454	-73.21956	297			CT	005	49460	
4842586	Sanfordtown	sanfordtown	US		0	America/New_York	41.29482	-73.36234	152	Sanford,Sanfordtown		CT	001	63480	
4842608	Saugatuck Shores	saugatuck-shores	US		0	America/New_York	41.09732	-73.37067	1			CT	001	83500	
4842609	Saunders Point	saunders-point	US		0	America/New_York	41.34093	-72.18563	1	Great Point,Saunders Point		CT	011	23400	
4842617	Savin Rock	savin-rock	US		0	America/New_York	41.25982	-72.94538	7			CT	009	82870	
4842642	Saybrook Manor	saybrook-manor	US		1052	America/New_York	41.28538	-72.39897	12	Indian Town,Saybrook Manor		CT	007	57320	
4842647	Saybrook Point	saybrook-point	US		0	America/New_York	41.28399	-72.35397	9			CT	007	57320	
4842652	Behind the Rocks	behind-the-rocks	US		0	America/New_York	41.74649	-72.69843	34			CT	003	37070	
4842655	Scantic	scantic	US		0	America/New_York	41.89621	-72.55259	49	Osborne,Scantic,Scantic Village,Scantik Village		CT	003	24800	
4842678	Schoonhoven Park	schoonhoven-park	US		0	America/New_York	41.14426	-73.22789	14			CT	001	08070	
4842706	Scitico	scitico	US		0	America/New_York	41.98482	-72.51564	56	Scitico,Scitico Village,Skitico,Squitikko		CT	003	25990	
4842739	Scovill Landing	scovill-landing	US		0	America/New_York	41.48927	-72.46509	45	Moodus Landing,Scovill Landing,Stone's Landing		CT	007	22280	
4842743	Sea Bluff	sea-bluff	US		0	America/New_York	41.25399	-72.96483	33			CT	009	82870	
4842761	Seaview Beach	seaview-beach	US		0	America/New_York	41.27315	-72.58398	6			CT	009	44560	
4842796	Selleck Four Corners (historical)	selleck-four-corners-historical	US		0	America/New_York	41.29537	-73.3954	93			CT	001	63480	
4842799	Sellecks Corners	sellecks-corners	US		0	America/New_York	41.18537	-73.53401	139			CT	001	50580	
4842846	Shady Rest	shady-rest	US		0	America/New_York	41.44982	-73.27623	43			CT	001	52980	
4842850	Shailerville	shailerville	US		0	America/New_York	41.47093	-72.49537	27	Arnold Station,Lower Plantation,Shailerville,Shailorville		CT	007	35230	
4842852	Shaker Pines	shaker-pines	US		0	America/New_York	42.02871	-72.53731	68			CT	003	25990	
4842863	Sharon Valley	sharon-valley	US		0	America/New_York	41.88398	-73.49235	159	Sharon Valley,The Hollow		CT	005	67960	
4842942	Sherman Corner	sherman-corner	US		0	America/New_York	41.7701	-72.13619	95	Sherman Corner,Sherman's Corner		CT	015	13810	
4842958	Sherwood Manor	sherwood-manor	US		5410	America/New_York	42.01343	-72.56425	46			CT	003	25990	
4842968	Shewville	shewville	US		0	America/New_York	41.48843	-71.99452	54	Indian Town,Sherville,Sheville,Shewville		CT	011	62150	
4842985	Shippan Point	shippan-point	US		0	America/New_York	41.02787	-73.52373	24	Shippan Point,South Point Trumbull		CT	001	73070	
4842999	Shorehaven	shorehaven	US		0	America/New_York	41.09176	-73.38845	2	Shore Haven,Shorehaven		CT	001	56060	
4843004	Short Beach	short-beach	US		0	America/New_York	41.26149	-72.84038	8			CT	009	07310	
4843012	Showtucket (historical)	showtucket-historical	US		0	America/New_York	41.55704	-72.04508	6	Shatetucket,Shatuckett,Shatuskett,Shetucket,Showtucket (historical)		CT	011		
4843038	Silver Beach	silver-beach	US		0	America/New_York	41.20176	-73.06427	2	Silver Beach,Silver Sands		CT	009	47535	
4843058	Silver Falls	silver-falls	US		0	America/New_York	41.4126	-72.22008	37			CT	011	23400	
4843060	Silvermine	silvermine	US		0	America/New_York	41.15149	-73.44512	36			CT	001	56060	
4843061	Silvermine Acres	silvermine-acres	US		0	America/New_York	41.83149	-72.90871	124			CT	003	12270	
4843112	Skinnerville	skinnerville	US		0	America/New_York	41.55649	-72.5087	103	Skinner Corners,Skinnerville		CT	007	22490	
4843137	Slineyville (historical)	slineyville-historical	US		0	America/New_York	41.30371	-72.91621	10			CT	009	52070	
4843154	Smith Corner	smith-corner	US		0	America/New_York	41.59149	-72.12897	58			CT	011	29910	
4843201	Snug Harbor	snug-harbor	US		0	America/New_York	41.44287	-73.45096	136			CT	001	18500	
4843203	Sodom	sodom	US		0	America/New_York	42.03593	-73.29762	207			CT	005	54030	
4843230	Sound View	sound-view	US		0	America/New_York	41.28899	-72.28758	8			CT	011	57040	
4843260	South Chaplin	south-chaplin	US		0	America/New_York	41.77677	-72.13119	90	Canada's Corners,South Chaplin		CT	015	13810	
4843277	South Ellsworth	south-ellsworth	US		0	America/New_York	41.81898	-73.42929	373			CT	005	67960	
4843278	South End	south-end	US		0	America/New_York	41.03982	-73.53707	0			CT	001	73070	
4843280	South End	south-end	US		0	America/New_York	41.24399	-72.89399	7	South End,South Haven		CT	009	22910	
4843291	South Farms	south-farms	US		0	America/New_York	41.55427	-72.64287	5			CT	007	47360	
4843300	South Killingly	south-killingly	US		0	America/New_York	41.79121	-71.83313	174			CT	015	40500	
4843305	South Meriden	south-meriden	US		0	America/New_York	41.51621	-72.83371	32	Fall Plain,Falls Plain,Falls Plains,Falls Village,Hanover,South Meriden,The Plain		CT	009	46520	
4843313	South Norwalk	south-norwalk	US		0	America/New_York	41.09371	-73.41873	0	Great Meadow,Old Well,Old Wells,SoNo,South Norwalk		CT	001	56060	
4843345	South Wethersfield	south-wethersfield	US		0	America/New_York	41.69038	-72.65565	18			CT	003	84900	
4843348	South Norfolk	south-norfolk	US		0	America/New_York	41.92315	-73.20734	351			CT	005	53470	
4843375	Southford	southford	US		0	America/New_York	41.46454	-73.16178	155	Slapjack,Southford		CT	009	69640	
4843411	Southwood Acres	southwood-acres	US		7657	America/New_York	41.9626	-72.57148	39			CT	003	25990	
4843423	South Wilton	south-wilton	US		0	America/New_York	41.16815	-73.41623	46			CT	001	86370	
4843470	Spoonville	spoonville	US		0	America/New_York	41.89621	-72.74454	34			CT	003	22070	
4843471	Spoonville (historical)	spoonville-historical	US		0	America/New_York	41.89704	-72.74898	31			CT	003	22070	
4843506	Spring Village	spring-village	US		0	America/New_York	41.91954	-72.61648	17			CT	003	24800	
4843531	Spruce Corner (historical)	spruce-corner-historical	US		0	America/New_York	41.33149	-72.58704	21			CT	007	40710	
4843611	Stanwich	stanwich	US		0	America/New_York	41.11954	-73.61929	105			CT	001	33620	
4843645	Stepney	stepney	US		0	America/New_York	41.30398	-73.25428	105	Stepney,Stepney Depot		CT	001	48620	
4843680	Stetson Corner	stetson-corner	US		0	America/New_York	41.78621	-72.00757	135			CT	015	09190	
4843708	Stillmans Corner	stillmans-corner	US		0	America/New_York	41.5626	-72.86427	79			CT	003	70550	
4843786	Storrs	storrs	US		15344	America/New_York	41.80843	-72.24952	187	Storrs,Storrsville,Stors,astwrs,starsa,Сторрс,Сторс,استورس,स्टर्स		CT	013	44910	
4843804	Straitsville	straitsville	US		0	America/New_York	41.46982	-73.03316	90	Straightsville,Straitsville		CT	009	49950	
4843806	Northeast	northeast	US		0	America/New_York	41.79371	-72.67037	21			CT	003	37070	
4843809	Stratfield	stratfield	US		0	America/New_York	41.20676	-73.23595	76	Fairfield Village,Fairfield Village Society,Pequannock Society,Stratfield,Stratfield Village		CT	001	26620	
4843825	Strathmore Woods	strathmore-woods	US		0	America/New_York	41.48593	-72.89399	60			CT	009	14160	
4843878	Suffield Depot	suffield-depot	US		1325	America/New_York	41.98121	-72.64981	55			CT	003	74540	
4843905	Sunnyside (historical)	sunnyside-historical	US		0	America/New_York	41.51704	-72.06619	86			CT	011	56270	
4843909	Sunnyside Trailer Park	sunnyside-trailer-park	US		0	America/New_York	41.29315	-73.06955	25			CT	001	68170	
4843959	Ta'agan Point	ta-agan-point	US		0	America/New_York	41.43759	-73.45318	138			CT	001	18500	
4843993	Talcottville	talcottville	US		0	America/New_York	41.81871	-72.50064	65	Kelloggville,Talcottville		CT	013	78250	
4843994	Talmadge Hill	talmadge-hill	US		0	America/New_York	41.11871	-73.49901	40			CT	001	50580	
4844016	Tariffville Center	tariffville-center	US		0	America/New_York	41.92121	-72.76371	62			CT	003	22070	
4844042	Taylor Corners	taylor-corners	US		0	America/New_York	41.44676	-73.52485	235			CT	001	50860	
4844047	Taylor Town	taylor-town	US		0	America/New_York	41.64399	-72.60592	52	Taylor Town,Taylortown		CT	003	31240	
4844078	Terramuggus	terramuggus	US		1025	America/New_York	41.6351	-72.47036	141			CT	003	45820	
4844099	Thamesville	thamesville	US		0	America/New_York	41.5101	-72.08813	25			CT	011	56270	
4844104	Thames View	thames-view	US		0	America/New_York	41.39454	-72.10897	26	Thames View,Thomas View		CT	011	80280	
4844111	The Cedars	the-cedars	US		0	America/New_York	41.93232	-73.45512	212			CT	005	66420	
4844133	The Gables	the-gables	US		0	America/New_York	41.94426	-72.79371	54			CT	003	32640	
4844189	Thompson Corner (historical)	thompson-corner-historical	US		0	America/New_York	41.27676	-72.87316	12			CT	009	22910	
4844207	Thralltown	thralltown	US		0	America/New_York	41.88232	-72.65481	29			CT	003	87000	
4844226	Tiffany Hill Corner	tiffany-hill-corner	US		0	America/New_York	41.43288	-72.40564	49			CT	007	22280	
4844251	Titicus	titicus	US		0	America/New_York	41.29232	-73.50346	186	Titicus,Titicus Village		CT	001	63970	
4844267	Toilsome Hill	toilsome-hill	US		0	America/New_York	41.20204	-73.22261	71			CT	001	08070	
4844268	Tokeneke	tokeneke	US		0	America/New_York	41.06676	-73.46623	20	Takenake,Tokeneke,Tokeneke Park		CT	001	18850	
4844279	Tolles	tolles	US		0	America/New_York	41.64426	-73.00955	180			CT	005	60750	
4844300	Tootin' Hills	tootin-hills	US		0	America/New_York	41.85871	-72.86593	112			CT	003	68940	
4844303	Topstone	topstone	US		0	America/New_York	41.29593	-73.44901	137	Sanford Station,Sanford's Station,Topstone		CT	001	63480	
4844305	Torringford	torringford	US		0	America/New_York	41.82121	-73.08011	326			CT	005	76570	
4844316	Totoket	totoket	US		0	America/New_York	41.32843	-72.81343	22			CT	009	53890	
4844346	Town Hill	town-hill	US		0	America/New_York	41.85315	-72.99899	302			CT	005	51350	
4844347	Town Landing	town-landing	US		0	America/New_York	41.29593	-72.32786	3			CT	011	57040	
4844357	Town Plot Hill	town-plot-hill	US		0	America/New_York	41.53899	-73.05289	175			CT	009	80070	
4844378	Trails Corner	trails-corner	US		0	America/New_York	41.34149	-72.0573	2	Trail Corner,Trail's Corner,Trails Corner		CT	011	34250	
4844477	Tudor Village	tudor-village	US		0	America/New_York	41.75093	-72.61426	13			CT	003	22630	
4844487	Tunxis Hill	tunxis-hill	US		0	America/New_York	41.17621	-73.24067	54			CT	001	26620	
4844500	Turkey Cobble	turkey-cobble	US		0	America/New_York	41.92898	-73.19261	430			CT	005	53470	
4844502	Turkey Hill	turkey-hill	US		0	America/New_York	41.61565	-72.78565	105			CT	003	04300	
4844519	Turn of River	turn-of-river	US		0	America/New_York	41.10315	-73.54818	50	Sodom,Turn of River		CT	001	73070	
4844571	Tyler Lake Heights	tyler-lake-heights	US		0	America/New_York	41.83787	-73.27039	415			CT	005	32290	
4844576	Tylerville	tylerville	US		0	America/New_York	41.4476	-72.47509	15	Goodspeeds,Tylerville		CT	007	35230	
4844757	Upper Merryall	upper-merryall	US		0	America/New_York	41.66232	-73.42207	194			CT	005	52630	
4844783	Upper Stepney	upper-stepney	US		0	America/New_York	41.3226	-73.26512	107	Birdseye Plain,Birdsley Plain,Upper Stepney		CT	001	48620	
4844802	Valley Mobile Home Park	valley-mobile-home-park	US		0	America/New_York	41.47093	-73.00483	150			CT	009	49950	
4844869	Village Hill	village-hill	US		0	America/New_York	41.68315	-72.23813	194	Lebanon Hill,Lebanon Village,The Village,Village Hill		CT	011	42390	
4845065	Walnut Beach	walnut-beach	US		0	America/New_York	41.19315	-73.08316	2			CT	009	47535	
4845095	Wangum Village	wangum-village	US		0	America/New_York	42.03037	-73.33789	198			CT	005	54030	
4845105	Wapping	wapping	US		0	America/New_York	41.82732	-72.55314	35	Bissell's Farm,Wapping,Wapping Village		CT	003	71390	
4845109	Wapping Mews Elderly Housing	wapping-mews-elderly-housing	US		0	America/New_York	41.83482	-72.51342	101			CT	003	71390	
4845122	Warehouse Point	warehouse-point	US		0	America/New_York	41.92926	-72.61815	13	Pynchons Little Falls,Warehouse Point,Warehouse-Point		CT	003	24800	
4845185	Wataba Lake	wataba-lake	US		0	America/New_York	41.34065	-73.49096	176			CT	001	63970	
4845241	Waterman Point (historical)	waterman-point-historical	US		0	America/New_York	41.51871	-72.07952	8			CT	011	56270	
4845266	Wauregan Station	wauregan-station	US		0	America/New_York	41.74149	-71.89591	63			CT	015	59980	
4845319	Welles Village	welles-village	US		0	America/New_York	41.72788	-72.59953	33			CT	003	31240	
4845342	Wequetequock	wequetequock	US		0	America/New_York	41.35899	-71.87924	8	Ecotowtuck,Weauatucket,Wequatuckgut,Wequetequock,Wequetowock,Woquitock		CT	011	73770	
4845354	West Ashford	west-ashford	US		0	America/New_York	41.85676	-72.17841	147			CT	015	01430	
4845363	West Avon	west-avon	US		0	America/New_York	41.78982	-72.86343	94			CT	003	02060	
4845393	West Cheshire	west-cheshire	US		0	America/New_York	41.51149	-72.91844	58	Beachport,West Cheshire		CT	009	14160	
4845397	West District	west-district	US		0	America/New_York	41.74399	-72.88566	98			CT	003	27600	
4845405	West Goshen	west-goshen	US		0	America/New_York	41.82732	-73.25178	396	Canada,West Goshen		CT	005	32290	
4845410	West Haddam	west-haddam	US		0	America/New_York	41.43038	-72.55954	164	Ponsett,West Haddam		CT	007	35230	
4845430	West Hill	west-hill	US		0	America/New_York	41.78177	-72.72759	39	Hamilton Heights,West Hill		CT	003	82590	
4845455	West Norfolk	west-norfolk	US		0	America/New_York	42.00315	-73.22428	276			CT	005	53470	
4845456	West Norwalk	west-norwalk	US		0	America/New_York	41.10843	-73.46234	32			CT	001	56060	
4845463	West Redding	west-redding	US		0	America/New_York	41.32648	-73.43429	127	Redding,West Redding		CT	001	63480	
4845465	West Morris	west-morris	US		0	America/New_York	41.68871	-73.26234	245	Footville,Morris Station,West Morris		CT	005	49460	
4845483	West Shore	west-shore	US		0	America/New_York	41.24232	-72.97066	7			CT	009	82870	
4845491	West Side Hill	west-side-hill	US		0	America/New_York	41.55399	-73.06122	142			CT	009	80070	
4845497	West Seymour	west-seymour	US		0	America/New_York	41.39399	-73.079	54			CT	009	67610	
4845512	West Stafford	west-stafford	US		0	America/New_York	41.97065	-72.35508	164			CT	013	72090	
4845519	West Torrington	west-torrington	US		36000	America/New_York	41.81843	-73.14372	193	Torrington,West Torrington		CT	005	76570	
4845522	West Wauregan	west-wauregan	US		0	America/New_York	41.74871	-71.91563	41			CT	015	09190	
4845525	West Willington	west-willington	US		0	America/New_York	41.88121	-72.30202	122	Tolland Station,West Willington		CT	013	85950	
4845526	West Woods	west-woods	US		0	America/New_York	41.80926	-73.47485	329			CT	005	67960	
4845531	West Woodstock	west-woodstock	US		0	America/New_York	41.95454	-72.04535	237	New Roxbury,West Woodstock		CT	015	88190	
4845548	Westcott (historical)	westcott-historical	US		0	America/New_York	41.04899	-73.51151	21			CT	001	73070	
4845577	Westmoor Park	westmoor-park	US		0	America/New_York	41.78288	-72.75954	57			CT	003	82590	
4845598	Westview Heights	westview-heights	US		0	America/New_York	41.53537	-73.09428	163			CT	009	46940	
4845609	West Thompson	west-thompson	US		0	America/New_York	41.9451	-71.91091	112	Brick Factory,Reedville,Reidsville,West Thompson,West Thompson Village		CT	015	75870	
4845667	Whigville	whigville	US		0	America/New_York	41.73315	-72.94205	133			CT	003	10100	
4845680	White Hills	white-hills	US		0	America/New_York	41.33426	-73.15094	175			CT	001	68170	
4845704	White Sands Beach	white-sands-beach	US		0	America/New_York	41.28343	-72.30425	10	White Sands,White Sands Beach		CT	011	57040	
4845712	Whitings Corner	whitings-corner	US		0	America/New_York	41.78732	-72.76621	58	Whiting Corner,Whitings Corner		CT	003	82590	
4845729	Whitneyville	whitneyville	US		0	America/New_York	41.34426	-72.91232	25			CT	009	35650	
4845784	Wildermere Beach	wildermere-beach	US		0	America/New_York	41.18954	-73.08733	2	Wildemere Beach,Wildermere Beach		CT	009	47535	
4845786	Wildmans Landing	wildmans-landing	US		0	America/New_York	41.42482	-73.45512	131	Wildman Landing,Wildmans Landing		CT	001	18500	
4845834	Williams Crossing	williams-crossing	US		0	America/New_York	41.65677	-72.15841	71			CT	011	42390	
4845838	Willisville (historical)	willisville-historical	US		0	America/New_York	41.05454	-73.50957	25			CT	001	73070	
4845841	Willington Hill	willington-hill	US		0	America/New_York	41.8751	-72.26397	242	Willington,Willington Hill		CT	013	85950	
4845919	Windmill Springs	windmill-springs	US		0	America/New_York	41.95121	-72.78954	70			CT	003	32640	
4845941	Windsorville	windsorville	US		0	America/New_York	41.89093	-72.53536	56	Ketch Mills,Windsorville		CT	003	24800	
4845948	Winnipauk	winnipauk	US		0	America/New_York	41.14649	-73.42179	55	Winnipauk,Winnipauk Village		CT	001	56060	
4845952	Winnipauk Village	winnipauk-village	US		0	America/New_York	41.12954	-73.41706	22			CT	001	56060	
4846051	Woodmont	woodmont	US		1505	America/New_York	41.22815	-72.99149	12	Burwell Farms,Burwell's Farms,East Farms,Merwin Point,Woodmont,Woodmont-on-the-Sound		CT	009	47535	
4846089	Woodtick	woodtick	US		0	America/New_York	41.57899	-72.97816	154			CT	009	87560	
4846117	Wopowog	wopowog	US		0	America/New_York	41.52315	-72.48509	36			CT	007	22490	
4846122	Wormwood Hill	wormwood-hill	US		0	America/New_York	41.82232	-72.19508	192			CT	013	44910	
4846139	Wrightville	wrightville	US		0	America/New_York	41.82871	-73.149	213			CT	005	76570	
4846183	Yalesville	yalesville	US		0	America/New_York	41.49371	-72.82371	28	First Falls,Tyler Mills,Yalesville		CT	009	78740	
4846203	Yelping Hill	yelping-hill	US		0	America/New_York	41.90482	-73.29873	425			CT	005	17240	
4846282	Abbott Crossing (historical)	abbott-crossing-historical	US		0	America/Chicago	42.49304	-93.07076	336			IA	083	91245	
4846311	Ace Mobile Home Park	ace-mobile-home-park	US		0	America/Chicago	42.48334	-90.71679	253			IA	061	91085	
4846389	Adaville	adaville	US		0	America/Chicago	42.75083	-96.40447	399			IA	149	92274	
4846392	Adaza	adaza	US		0	America/Chicago	42.19526	-94.49442	343			IA	073	91932	
4846454	Afton Junction (historical)	afton-junction-historical	US		0	America/Chicago	41.01666	-94.12356	322			IA	175	92280	
4846472	Agricola (historical)	agricola-historical	US		0	America/Chicago	41.49917	-92.47519	273			IA	123	93396	
4846516	Albaton	albaton	US		0	America/Chicago	42.18555	-96.29086	326			IA	133	91299	
4846573	Alden Station (historical)	alden-station-historical	US		0	America/Chicago	42.50415	-93.38076	357			IA	083	90036	
4846672	Allendorf	allendorf	US		0	America/Chicago	43.41469	-95.64335	486			IA	143	91111	
4846715	Almoral	almoral	US		0	America/Chicago	42.53555	-91.28986	314			IA	055	93177	
4846718	Almoral Siding (historical)	almoral-siding-historical	US		0	America/Chicago	42.51638	-91.27264	296	Almoral Siding (historical),Almoral Spring		IA	055	93177	
4846861	Amish	amish	US		0	America/Chicago	41.53585	-91.78656	231			IA	103	94515	
4846877	Amund	amund	US		0	America/Chicago	43.47329	-93.79328	379			IA	189	91152	
4846931	Andrew Mobile Home Park	andrew-mobile-home-park	US		0	America/Chicago	41.61443	-93.70578	292			IA	153	94410	
4846944	Angus	angus	US		0	America/Chicago	41.88332	-94.15746	314			IA	015	94176	
4847080	Arbor Hill	arbor-hill	US		0	America/Chicago	41.36666	-94.31829	342			IA	001	91854	
4847082	Arbor Lake Mobile Home Community	arbor-lake-mobile-home-community	US		0	America/Chicago	41.73555	-92.72991	302			IA	157	91774	
4847104	Ardon	ardon	US		0	America/Chicago	41.39503	-91.18849	228			IA	139	93816	
4847117	Argand	argand	US		0	America/Chicago	42.28166	-91.34543	298			IA	105	90519	
4847120	Argo	argo	US		0	America/Chicago	41.62587	-90.43263	234			IA	163	92391	
4847149	Armah	armah	US		0	America/Chicago	41.5314	-92.20935	265			IA	095	90912	
4847152	Armel Acres Mobile Home Estates	armel-acres-mobile-home-estates	US		0	America/Chicago	42.78805	-96.18086	369			IA	149	90060	
4847202	Arrowhead Mobile Home Park	arrowhead-mobile-home-park	US		0	America/Chicago	41.9861	-92.59103	256			IA	171	94128	
4847252	Ascot	ascot	US		0	America/Chicago	41.41361	-95.89835	302			IA	155	90852	
4847261	Ashawa	ashawa	US		0	America/Chicago	41.57221	-93.75633	267			IA	153	94410	
4847366	Athelstan	athelstan	US		19	America/Chicago	40.57221	-94.53746	328			IA	173	92259	
4847468	Aureola	aureola	US		0	America/Chicago	42.9683	-92.87797	297			IA	067	94209	
4847521	Ayresville	ayresville	US		0	America/Chicago	41.68475	-91.01404	235			IA	031	92046	
4847526	Aztec Mobile Home Park	aztec-mobile-home-park	US		0	America/Chicago	40.63476	-91.36265	175			IA	111	92772	
4847559	Baculis Mobile Home Park	baculis-mobile-home-park	US		0	America/Chicago	41.63196	-91.53628	194			IA	103	92077	
4847648	Bali Hai Estates Mobile Home Park	bali-hai-estates-mobile-home-park	US		0	America/Chicago	42.05278	-91.6674	263			IA	113	92976	
4847660	Balltown	balltown	US		65	America/Chicago	42.63805	-90.86874	367			IA	061	92217	
4847668	Ballyclough	ballyclough	US		0	America/Chicago	42.42584	-90.71818	324	Bally Claugh,Ballyclough		IA	061	94077	
4847670	Baltimore (historical)	baltimore-historical	US		0	America/Chicago	40.85781	-91.45988	174			IA	087	90114	
4847721	Bar-Jac Mobile Estates	bar-jac-mobile-estates	US		0	America/Chicago	41.85971	-94.10857	303			IA	049	93993	
4847764	Barrell	barrell	US		0	America/Chicago	40.69806	-93.86745	302			IA	053	90408	
4847838	Bauer	bauer	US		0	America/Chicago	41.20389	-93.30715	288			IA	125	90882	
4847884	Beaches Resort	beaches-resort	US		0	America/Chicago	43.4283	-95.17389	430			IA	059	92379	
4847891	Beaconsfield	beaconsfield	US		15	America/Chicago	40.80777	-94.05051	369	Bekonsfild,Беконсфилд		IA	159	92988	
4848015	Beckwith	beckwith	US		0	America/Chicago	41.00919	-91.86461	236			IA	101	90366	
4848046	Beebeetown	beebeetown	US		0	America/Chicago	41.5211	-95.75556	404			IA	085	92343	
4848049	Beech	beech	US		0	America/Chicago	41.37472	-93.35215	278			IA	181	94278	
4848072	Belfast (historical)	belfast-historical	US		0	America/Chicago	40.98975	-91.68544	188			IA	087	94131	
4848078	Belinda	belinda	US		0	America/Chicago	41.13889	-93.19243	303			IA	117	93366	
4848098	Bellair (historical)	bellair-historical	US		0	America/Chicago	40.69168	-92.97937	307			IA	007	90177	
4848119	Bellefountain	bellefountain	US		0	America/Chicago	41.28028	-92.86159	223	Belle Fountain,Bellefountain,Bellfontaine		IA	123	93795	
4848173	Ben Haven Mobile Home Park	ben-haven-mobile-home-park	US		0	America/Chicago	42.39165	-91.75795	269			IA	019	92439	
4848176	Benan (historical)	benan-historical	US		0	America/Chicago	42.12304	-94.64803	344			IA	027	92196	
4848233	Benton City (historical)	benton-city-historical	US		0	America/Chicago	42.15833	-91.93379	229			IA	011	90201	
4848246	Benton Station (historical)	benton-station-historical	US		0	America/Chicago	42.14527	-92.14463	273			IA	011	92091	
4848257	Bentonsport	bentonsport	US		0	America/Chicago	40.72559	-91.85378	172	Bentonsport,North Bentonsport		IA	177	94572	
4848301	Bernhart	bernhart	US		0	America/Chicago	41.01252	-92.06795	229			IA	101	92682	
4848304	Bernina	bernina	US		0	America/Chicago	41.40778	-92.76603	230			IA	123	90255	
4848341	Bethany Hall	bethany-hall	US		0	America/Chicago	43.17719	-92.2399	363			IA	037	92184	
4848453	Bethelhem	bethelhem	US		0	America/Chicago	40.84139	-93.21215	324			IA	185	94788	
4848514	Beverly Depot	beverly-depot	US		0	America/Chicago	41.93222	-91.72601	231			IA	113	91269	
4848543	Biddick (historical)	biddick-historical	US		0	America/Chicago	41.07777	-95.07943	391			IA	137	93327	
4848592	Big Mound	big-mound	US		0	America/Chicago	40.75559	-91.70016	225			IA	111	90546	
4848619	Big Spring (historical)	big-spring-historical	US		0	America/Chicago	40.68334	-93.52688	326			IA	185	92265	
4848660	Birchwood Estates	birchwood-estates	US		0	America/Chicago	43.16052	-95.14333	408			IA	041	93955	
4848693	Black Corners	black-corners	US		0	America/Chicago	41.68832	-94.02329	311			IA	049	90018	
4848735	Blackhawk	blackhawk	US		0	America/Chicago	40.83224	-92.59075	240			IA	051	92844	
4848826	Bliedorn	bliedorn	US		0	America/Chicago	41.90252	-90.6782	236			IA	045	91644	
4848832	Blockly	blockly	US		0	America/Chicago	40.65972	-93.75494	306			IA	053	91140	
4848887	Blue Bird Mobile Park	blue-bird-mobile-park	US		0	America/Chicago	41.6161	-93.71133	286			IA	153	94410	
4848920	Bluff Acres Mobile Home Park	bluff-acres-mobile-home-park	US		0	America/Chicago	41.22639	-95.87251	297			IA	155	92433	
4848924	Bluff Creek	bluff-creek	US		0	America/Chicago	41.14723	-92.8502	269			IA	135	90285	
4848931	Bluff Park	bluff-park	US		0	America/Chicago	40.52754	-91.40376	206			IA	111	93000	
4848982	Boies	boies	US		0	America/Chicago	42.61443	-92.37713	291			IA	013	93039	
4848988	Bolan	bolan	US		33	America/Chicago	43.37191	-93.11937	374			IA	195	90132	
4849007	Bon-Aire Mobile Home Lodge	bon-aire-mobile-home-lodge	US		0	America/Chicago	41.62918	-91.49461	209			IA	103	92077	
4849008	Bonair	bonair	US		0	America/Chicago	43.42191	-92.19267	400			IA	089	94347	
4849095	Border Plains	border-plains	US		0	America/Chicago	42.39803	-94.04801	331			IA	187	94584	
4849107	Botna	botna	US		0	America/Chicago	41.85582	-95.13138	400			IA	165	92256	
4849141	Bowsher	bowsher	US		0	America/Chicago	41.63916	-93.54188	256			IA	153	90951	
4849170	Boyer	boyer	US		0	America/Chicago	42.18193	-95.23527	378			IA	047	94017	
4849182	Boyer River	boyer-river	US		0	America/Chicago	42.18915	-95.20472	370			IA	047	92109	
4849270	Breckenridge Estates	breckenridge-estates	US		0	America/Chicago	41.60613	-91.46128	213			IA	103	93789	
4849286	Bremer	bremer	US		0	America/Chicago	42.77331	-92.3949	314			IA	017	94425	
4849317	Bricker	bricker	US		0	America/Chicago	40.5756	-91.45571	174			IA	111	92232	
4849418	Brogan (historical)	brogan-historical	US		0	America/Chicago	42.21526	-95.19194	372			IA	161	92430	
4849422	Bromley	bromley	US		0	America/Chicago	42.11888	-93.12965	284			IA	127	92952	
4849425	Brompton	brompton	US		0	America/Chicago	40.9314	-92.73464	291			IA	135	94296	
4849436	Brook Mount	brook-mount	US		0	America/Chicago	42.38554	-95.26444	435			IA	161	93612	
4849534	Brucewell	brucewell	US		0	America/Chicago	40.64584	-93.63772	323			IA	053	94776	
4849566	Brushy	brushy	US		0	America/Chicago	42.4308	-94.01023	335			IA	187	94584	
4849591	Bryantsburg	bryantsburg	US		0	America/Chicago	42.57471	-91.90545	301			IA	019	91902	
4849594	Bubona (historical)	bubona-historical	US		0	America/Chicago	43.32718	-94.6597	390			IA	063	92085	
4849631	Buck Grove	buck-grove	US		43	America/Chicago	41.91804	-95.39611	385			IA	047	94482	
4849632	Buck Grove	buck-grove	US		51	America/Chicago	42.51415	-92.84964	295			IA	075	93414	
4849658	Buckingham (historical)	buckingham-historical	US		0	America/Chicago	42.21054	-92.47936	302			IA	171	90375	
4849677	Bucknell	bucknell	US		0	America/Chicago	41.06611	-93.04437	281			IA	135	94617	
4849680	Budd	budd	US		0	America/Chicago	42.53306	-90.81568	231			IA	061	90597	
4849685	Buena Vista (historical)	buena-vista-historical	US		0	America/Chicago	40.38671	-91.43376	152			IA	111	92311	
4849708	Buffalo (historical)	buffalo-historical	US		1262	America/Chicago	41.3111	-94.00356	283			IA	121	93792	
4849746	Buffalo Heights	buffalo-heights	US		0	America/Chicago	41.47253	-90.71459	211			IA	163	90393	
4849767	Bulgers Hollow	bulgers-hollow	US		0	America/Chicago	41.93531	-90.18402	184			IA	045	91818	
4849802	Burchinal	burchinal	US		40	America/Chicago	43.06524	-93.27826	375			IA	033	93042	
4849909	Bushville	bushville	US		0	America/Chicago	40.85665	-94.73831	353			IA	173	91971	
4849911	Business Corners (historical)	business-corners-historical	US		0	America/Chicago	40.85446	-92.24379	215			IA	051	93747	
4849931	Butler Center	butler-center	US		0	America/Chicago	42.69748	-92.78353	318			IA	023	92211	
4850021	Caldwell Siding	caldwell-siding	US		0	America/Chicago	41.45221	-94.23718	360			IA	121	93288	
4850038	Caledonia (historical)	caledonia-historical	US		0	America/Chicago	40.62444	-94.1619	347			IA	159	92724	
4850047	California Junction	california-junction	US		85	America/Chicago	41.5586	-95.99473	307	California,California Junction		IA	085	90666	
4850249	Caloma	caloma	US		0	America/Chicago	41.27722	-93.30938	290			IA	125	91413	
4850258	Camp Dodge	camp-dodge	US		0	America/Chicago	41.69971	-93.70744	301			IA	153	92247	
4850329	Candlelight Village Mobile Home Park	candlelight-village-mobile-home-park	US		0	America/Chicago	42.99443	-96.05585	431	Candlelight Trailer Court,Candlelight Village Mobile Home Park		IA	167	93051	
4850335	Canoe	canoe	US		0	America/Chicago	43.35081	-91.65404	284			IA	191	93384	
4850400	Carl	carl	US		0	America/Chicago	41.11999	-94.66303	403			IA	003	90471	
4850434	Carlton Mobile Home Court	carlton-mobile-home-court	US		0	America/Chicago	42.05	-91.46823	255			IA	113	90360	
4850445	Carnarvon	carnarvon	US		0	America/Chicago	42.25359	-95.02166	384			IA	161	94368	
4850452	Carnes	carnes	US		0	America/Chicago	42.92721	-96.05696	387			IA	167	93051	
4850461	Carnforth	carnforth	US		0	America/Chicago	41.72222	-92.34963	253			IA	157	94434	
4850474	Carriage Place	carriage-place	US		0	America/Chicago	41.59059	-90.4268	220			IA	163	93420	
4850486	Carroll Community Estates	carroll-community-estates	US		0	America/Chicago	42.06249	-94.85249	373			IA	027	90475	
4850530	Carrville	carrville	US		0	America/Chicago	43.00886	-92.57491	305	Carrville,Carville		IA	067	93648	
4850574	Casino Beach	casino-beach	US		0	America/Chicago	42.62415	-95.22861	433			IA	021	91887	
4850625	Castle Grove	castle-grove	US		0	America/Chicago	42.26055	-91.31682	276			IA	105	90519	
4850639	Cathedral Square	cathedral-square	US		0	America/Chicago	42.49473	-90.67624	257			IA	061	91085	
4850646	Cattese	cattese	US		0	America/Chicago	42.46112	-90.63124	182			IA	061	93024	
4850709	Cedar Falls Junction	cedar-falls-junction	US		0	America/Chicago	42.44526	-92.4188	265			IA	013	94597	
4850713	Cedar Falls Mobile Home Park	cedar-falls-mobile-home-park	US		0	America/Chicago	42.50137	-92.47936	280			IA	013	90575	
4850714	Cedar Falls Mobile Home Village	cedar-falls-mobile-home-village	US		0	America/Chicago	42.51554	-92.49297	296			IA	013	90575	
4850730	Cedar Hills	cedar-hills	US		0	America/Chicago	41.97278	-91.74046	259			IA	113	90577	
4850735	Cedar Knoll Park	cedar-knoll-park	US		0	America/Chicago	42.43471	-92.29602	278			IA	013	94597	
4850880	Center Grove	center-grove	US		0	America/Chicago	42.49111	-90.71541	225			IA	061	91085	
4850957	Centerdale	centerdale	US		0	America/Chicago	41.64197	-91.30711	221			IA	031	93975	
4851015	Central Heights	central-heights	US		0	America/Chicago	43.13496	-93.24187	360			IA	033	92890	
4851125	Chaney	chaney	US		0	America/Chicago	41.79475	-90.28457	180			IA	045	90450	
4851129	Chapel Hill (historical)	chapel-hill-historical	US		0	America/Chicago	41.49225	-90.64736	176			IA	163		
4851240	Chequest	chequest	US		0	America/Chicago	40.82835	-92.24574	220	Chequest,Gandytown,Noblesville		IA	051	93747	
4851518	Church	church	US		0	America/Chicago	43.3522	-91.33902	385	Church,Church Village,Churchtown		IA	005	92382	
4851773	Clarinda Junction (historical)	clarinda-junction-historical	US		0	America/Chicago	40.93221	-95.00109	314			IA	137	91104	
4851842	Clarkson (historical)	clarkson-historical	US		0	America/Chicago	41.33444	-93.45243	284			IA	181	93228	
4851872	Clay Mills	clay-mills	US		0	America/Chicago	42.18418	-90.9432	223			IA	105	90684	
4851900	Clayton Center	clayton-center	US		0	America/Chicago	42.88332	-91.3268	299			IA	043	93543	
4851924	Clear Creek Mobile Home Park	clear-creek-mobile-home-park	US		0	America/Chicago	41.70279	-91.66406	207			IA	103	90714	
4852008	Cliffland	cliffland	US		0	America/Chicago	40.96585	-92.32629	196			IA	179	90027	
4852026	Clinton Center	clinton-center	US		0	America/Chicago	40.60917	-93.38466	326			IA	185	90747	
4852077	Cloud	cloud	US		0	America/Chicago	41.175	-93.23521	286			IA	125	90882	
4852087	Clucas	clucas	US		0	America/Chicago	41.49666	-94.0519	300			IA	121	92775	
4852124	Coal Siding (historical)	coal-siding-historical	US		0	America/Chicago	41.67082	-93.05603	248			IA	099	93267	
4852146	Coburg	coburg	US		40	America/Chicago	40.91749	-95.26443	307	Cobourg,Coburg,Coburgh		IA	137	91680	
4852264	Collett	collett	US		0	America/Chicago	40.90613	-91.97767	228			IA	101	92460	
4852289	Colonial Estates Mobile Home Park	colonial-estates-mobile-home-park	US		0	America/Chicago	41.93334	-91.4085	251			IA	113	91410	
4852297	Colonial Terrace Mobile Home Park	colonial-terrace-mobile-home-park	US		0	America/Chicago	41.31777	-93.08409	259			IA	125	92328	
4852355	Communia	communia	US		0	America/Chicago	42.78999	-91.36291	251			IA	043	94374	
4852415	Competine	competine	US		0	America/Chicago	41.12057	-92.2274	243	Competine,Marysville		IA	179	90795	
4852467	Confidence	confidence	US		0	America/Chicago	40.86278	-93.12548	315			IA	185	94788	
4852475	Congers Mobile Home Park	congers-mobile-home-park	US		0	America/Chicago	40.80837	-91.1307	192			IA	057		
4852536	Consol	consol	US		0	America/Chicago	41.07139	-93.00187	240			IA	135	94617	
4852628	Coppock	coppock	US		47	America/Chicago	41.16224	-91.71128	193			IA	087	92226	
4852638	Coral Trailer Park	coral-trailer-park	US		0	America/Chicago	41.67418	-91.57517	208			IA	103	94686	
4852668	Corley	corley	US		26	America/Chicago	41.5786	-95.33028	361			IA	165	91305	
4852757	Corydon (historical)	corydon-historical	US		0	America/Chicago	41.74749	-93.68744	286			IA	153	93762	
4852773	Cosgrove	cosgrove	US		0	America/Chicago	41.64279	-91.73573	245			IA	103	91836	
4852776	Coster	coster	US		0	America/Chicago	42.67165	-92.71158	295			IA	023	92211	
4852784	Cottage Hill	cottage-hill	US		0	America/Chicago	42.58528	-90.91374	348			IA	061	90798	
4852798	Cottonville	cottonville	US		0	America/Chicago	42.23696	-90.60207	305			IA	097	93594	
4852819	Cou Falls	cou-falls	US		0	America/Chicago	41.81723	-91.67268	223			IA	103	92229	
4852847	Country Aire Home Park	country-aire-home-park	US		0	America/Chicago	41.99583	-91.8724	259			IA	011	91455	
4852848	Country Aire Mobile Home Park	country-aire-mobile-home-park	US		0	America/Chicago	42.03332	-93.97662	327			IA	015	92832	
4852853	Country Court Mobile Home Park	country-court-mobile-home-park	US		0	America/Chicago	41.04721	-94.37996	397			IA	175	90856	
4852854	Country Estate Village	country-estate-village	US		0	America/Chicago	41.6236	-93.55022	247			IA	153	92409	
4852855	Country Estates Mobile Home Park	country-estates-mobile-home-park	US		0	America/Chicago	41.21778	-95.86557	298			IA	155	92433	
4852856	Country Estates Mobile Home Park	country-estates-mobile-home-park	US		0	America/Chicago	41.75392	-90.53764	188			IA	163	90429	
4852861	Country Living Mobile Home Park	country-living-mobile-home-park	US		0	America/Chicago	41.68471	-93.50577	291			IA	153	90951	
4852865	Country View Mobile Home Park	country-view-mobile-home-park	US		0	America/Chicago	42.01443	-95.32944	369			IA	047	90960	
4852867	Country Villa Mobile Home Park	country-villa-mobile-home-park	US		0	America/Chicago	43.1258	-95.11138	413			IA	041	93912	
4852871	Countryside Mobile Home Court	countryside-mobile-home-court	US		0	America/Chicago	40.95503	-91.56349	212			IA	087	93036	
4852965	Crab Town	crab-town	US		0	America/Chicago	42.17335	-90.80597	240			IA	097	90327	
4852982	Crain Creek (historical)	crain-creek-historical	US		0	America/Chicago	42.54999	-92.25907	280			IA	013	91128	
4853009	Crathorne	crathorne	US		0	America/Chicago	42.80721	-96.33142	432			IA	149	92274	
4853050	Crescent Beach Resort	crescent-beach-resort	US		0	America/Chicago	43.36608	-95.17027	426			IA	059	92379	
4853092	Crestview Mobile Home Park	crestview-mobile-home-park	US		0	America/Chicago	42.0236	-93.69522	314			IA	169	94566	
4853105	Cricket	cricket	US		0	America/Chicago	41.18389	-92.80714	224			IA	123	92241	
4853112	Crisp	crisp	US		0	America/Chicago	41.57832	-95.70862	381			IA	085	94218	
4853185	Crows Nest Resort	crows-nest-resort	US		0	America/Chicago	43.37302	-95.12361	432	Crows Nest Resort,Obie's Crows Nest Resort		IA	059	90639	
4853243	Curtis (historical)	curtis-historical	US		0	America/Chicago	41.80418	-91.64962	219			IA	103	92766	
4853267	Cypsum City (historical)	cypsum-city-historical	US		0	America/Chicago	42.47358	-94.12801	339			IA	187	90831	
4853288	Dairyville	dairyville	US		0	America/Chicago	42.4847	-92.65269	306			IA	075	91281	
4853302	Dakota Mobile Home Park	dakota-mobile-home-park	US		0	America/Chicago	41.72362	-91.75295	222			IA	103	93249	
4853305	Dalby	dalby	US		0	America/Chicago	43.26414	-91.27402	385			IA	005	90582	
4853321	Dales Ford	dales-ford	US		0	America/Chicago	42.21445	-91.06681	233			IA	105	93600	
4853395	Danville Center	danville-center	US		0	America/Chicago	40.85698	-91.31348	216			IA	057	90887	
4853406	Darbyville	darbyville	US		0	America/Chicago	40.81612	-92.87325	270			IA	007	94392	
4853463	Davis Corners	davis-corners	US		0	America/Chicago	43.3708	-92.29767	390			IA	089	92001	
4853507	Dayfield	dayfield	US		0	America/Chicago	41.46503	-91.15126	208			IA	139	92358	
4853512	Dayton (historical)	dayton-historical	US		0	America/Chicago	40.7286	-94.92581	343			IA	173	90885	
4853530	Daytonville	daytonville	US		0	America/Chicago	41.47613	-91.82906	240			IA	183	92511	
4853579	Dean	dean	US		0	America/Chicago	40.62752	-92.71408	253			IA	007	94638	
4853586	Decatur City	decatur-city	US		188	America/Chicago	40.74194	-93.83383	347	Decatur,Decatur City		IA	053	90921	
4853755	Denhart	denhart	US		0	America/Chicago	42.96608	-93.87217	356			IA	081	92793	
4853786	Denova	denova	US		0	America/Chicago	40.90836	-91.63711	218			IA	087	94122	
4853884	Devils Glen Mobile Home Court	devils-glen-mobile-home-court	US		0	America/Chicago	41.53559	-90.47374	183			IA	163	93420	
4853971	Dickieville	dickieville	US		0	America/Chicago	41.0011	-94.89609	366	Dickierville,Dickieville		IA	003	91020	
4853979	Dietrick Mobile Home Park	dietrick-mobile-home-park	US		0	America/Chicago	42.46804	-92.45436	292			IA	013	90575	
4853998	Dinsdale	dinsdale	US		0	America/Chicago	42.25915	-92.54492	291			IA	171	91707	
4854193	Donley Station (historical)	donley-station-historical	US		0	America/Chicago	41.33416	-93.17521	234			IA	125	92328	
4854195	Donnan	donnan	US		7	America/Chicago	42.89609	-91.87794	352			IA	065	90603	
4854200	Donnelley	donnelley	US		0	America/Chicago	41.335	-93.17687	234	Donnelley,Donnelley Station		IA	125	92328	
4854233	Doris	doris	US		0	America/Chicago	42.48026	-91.81434	309			IA	019	90432	
4854240	Doubleday	doubleday	US		0	America/Chicago	43.08636	-92.63352	331			IA	067	93111	
4854296	Dover (historical)	dover-historical	US		0	America/Chicago	40.73114	-92.20713	222	Dover (historical),Harpersville,Stringtown		IA	051	94197	
4854300	Dover Mills	dover-mills	US		0	America/Chicago	43.01942	-91.72932	263			IA	065	91071	
4854691	Dunnville (historical)	dunnville-historical	US		0	America/Chicago	40.8278	-92.37935	256	Dunnville (historical),Noseville		IA	051	92502	
4854737	Eagle Center	eagle-center	US		0	America/Chicago	42.34082	-92.35741	290			IA	013	91092	
4854739	Eagle City	eagle-city	US		0	America/Chicago	42.47165	-93.1452	307			IA	083	91833	
4854773	Eagle Ridge Community	eagle-ridge-community	US		0	America/Chicago	42.03889	-91.55434	247			IA	113	92859	
4854830	East Amana	east-amana	US		56	America/Chicago	41.80917	-91.85101	230			IA	095	92415	
4854867	East Creston	east-creston	US		0	America/Chicago	41.05832	-94.33579	390			IA	175	91947	
4854868	East Des Moines	east-des-moines	US		0	America/Chicago	41.57082	-93.55244	240			IA	153	92409	
4854916	East Iron Hills	east-iron-hills	US		0	America/Chicago	42.14307	-90.73764	249			IA	097	91314	
4854948	East Monticello	east-monticello	US		0	America/Chicago	42.24889	-91.17154	265			IA	105	92725	
4854960	East Ottumwa	east-ottumwa	US		0	America/Chicago	41.00502	-92.37852	204			IA	179	90633	
4854966	East Peru	east-peru	US		122	America/Chicago	41.22694	-93.92634	292			IA	121	94404	
4854974	East Pleasant Plain	east-pleasant-plain	US		129	America/Chicago	41.13668	-91.85017	225			IA	101	93282	
4854977	East Port (historical)	east-port-historical	US		0	America/Chicago	40.67889	-95.83556	281			IA	071	90210	
4854978	East Rapids	east-rapids	US		0	America/Chicago	41.96	-91.63935	217			IA	113	90577	
4854980	East Rickardsville	east-rickardsville	US		0	America/Chicago	42.57361	-90.85791	273			IA	061	92217	
4855025	Eastgate Estate Park	eastgate-estate-park	US		0	America/Chicago	42.49304	-92.30574	257			IA	013	94597	
4855031	Easton Place	easton-place	US		0	America/Chicago	41.61027	-93.56633	247			IA	153	92409	
4855055	Ebys Mill	ebys-mill	US		0	America/Chicago	42.19973	-91.05903	231	Eby's Mill,Ebys Mill		IA	105	93765	
4855061	Echo Valley Mobile Home Park	echo-valley-mobile-home-park	US		0	America/Chicago	40.8417	-91.21543	216			IA	057	91347	
4855063	Eckards	eckards	US		0	America/Chicago	42.85638	-91.1043	187			IA	043	90705	
4855149	Edwards (historical)	edwards-historical	US		0	America/Chicago	42.57026	-92.25907	282			IA	013	90198	
4855169	Egralharve	egralharve	US		0	America/Chicago	43.40219	-95.17305	430			IA	059	92379	
4855174	Ehler	ehler	US		0	America/Chicago	42.31027	-91.51266	296			IA	055	90006	
4855180	Eifield (historical)	eifield-historical	US		0	America/Chicago	41.41166	-93.0327	222			IA	125	94041	
4855206	Eldergrove	eldergrove	US		0	America/Chicago	43.2397	-91.21985	342			IA	005	94089	
4854575	Dudley	dudley	US	01571	0	America/Chicago	41.08779	-92.59186	209			IA	179	90789	
4855329	Elk River Junction	elk-river-junction	US		0	America/Chicago	41.97975	-90.17402	187	Elk River,Elk River Junction		IA	045	91194	
4855333	Elk Run Heights	elk-run-heights	US		1134	America/Chicago	42.46693	-92.25657	259	Elk Run,Elk Run Heights		IA	013	91128	
4855416	Ellmaker	ellmaker	US		0	America/Chicago	40.9728	-92.08268	226			IA	101	90978	
4855471	Elm Spring	elm-spring	US		0	America/Chicago	43.31054	-96.49143	410			IA	119	92742	
4855505	Elrick Junction	elrick-junction	US		0	America/Chicago	41.09864	-91.11765	172			IA	115	91170	
4855508	Elvira	elvira	US		0	America/Chicago	41.85892	-90.35541	222			IA	045	90591	
4855539	Emeline	emeline	US		0	America/Chicago	42.15529	-90.83069	293			IA	097	90327	
4855674	Erdmann Trailer Court	erdmann-trailer-court	US		0	America/Chicago	42.79416	-96.16558	376			IA	149	90060	
4855703	Estates West	estates-west	US		0	America/Chicago	42.40666	-96.36475	334			IA	193	94773	
4855738	Eureka (historical)	eureka-historical	US		0	America/Chicago	41.22057	-91.71378	226			IA	183	92868	
4855752	Evander	evander	US		0	America/Chicago	43.17859	-95.76251	433			IA	141	91356	
4855816	Eveland	eveland	US		0	America/Chicago	41.16973	-92.80075	257			IA	123	92241	
4855857	Evergreen Village	evergreen-village	US		0	America/Chicago	42.55972	-96.34058	347			IA	193	93925	
4855870	Ewart	ewart	US		0	America/Chicago	41.64111	-92.61047	296			IA	157	93375	
4855889	Exeelsior	exeelsior	US		0	America/Chicago	41.25695	-92.51241	256			IA	123	94722	
4856106	Fairville	fairville	US		0	America/Chicago	43.15608	-94.46331	396			IA	147	91287	
4856213	Fallow	fallow	US		0	America/Chicago	43.19774	-94.80221	411			IA	147	92718	
4856303	Farlin	farlin	US		0	America/Chicago	42.07637	-94.44858	327			IA	073	90342	
4856309	Fanslers	fanslers	US		0	America/Chicago	41.74943	-94.4558	326	Fansler,Fanslers		IA	077	94353	
4856543	Fern	fern	US		0	America/Chicago	42.4847	-92.77048	323			IA	075	90159	
4856551	Fernald	fernald	US		0	America/Chicago	42.07082	-93.39493	316			IA	169	93615	
4856566	Festina	festina	US		0	America/Chicago	43.11942	-91.86711	334			IA	191	94587	
4856605	Finchford	finchford	US		0	America/Chicago	42.6272	-92.5438	269			IA	013	94173	
4856611	Findley	findley	US		0	America/Chicago	41.5286	-95.87918	311			IA	085	93738	
4857203	Fiscus	fiscus	US		0	America/Chicago	41.73888	-95.09305	393			IA	009	91026	
4857233	Five Seasons Manufactured Home Community	five-seasons-manufactured-home-community	US		0	America/Chicago	42.03333	-91.68907	255			IA	113	90577	
4857234	Five Seasons Mobile Home Park	five-seasons-mobile-home-park	US		0	America/Chicago	42.50276	-92.40963	280			IA	013	90575	
4857292	Florenceville	florenceville	US		0	America/Chicago	43.49913	-92.13266	347	Florenceville,Granger		IA	089	90033	
4857321	Floyd Crossing	floyd-crossing	US		0	America/Chicago	43.09108	-92.74214	327			IA	067	91353	
4857339	Flugstad (historical)	flugstad-historical	US		0	America/Chicago	42.47164	-93.93717	341			IA	187	94584	
4857394	Forbush	forbush	US		0	America/Chicago	40.7689	-92.87714	299			IA	007	94392	
4857408	Forest City (historical)	forest-city-historical	US		0	America/Chicago	43.48524	-92.23822	363			IA	089	91368	
4857439	Forest Park Mobile Home Court	forest-park-mobile-home-court	US		0	America/Chicago	43.27329	-93.63577	377			IA	189	91365	
4857442	Forest View Trailer Court	forest-view-trailer-court	US		0	America/Chicago	41.68474	-91.54406	219			IA	103	92077	
4857477	Fort Des Moines	fort-des-moines	US		0	America/Chicago	41.52027	-93.61577	285			IA	153	90270	
4857632	Frankfort (historical)	frankfort-historical	US		0	America/Chicago	41.03277	-95.13416	394			IA	137	91380	
4857755	Fredsville	fredsville	US		0	America/Chicago	42.48415	-92.57408	309			IA	075	91281	
4857898	Frith Spur	frith-spur	US		0	America/Chicago	42.54972	-90.70179	186			IA	061	91086	
4857900	Froelich	froelich	US		0	America/Chicago	43.00665	-91.3218	311			IA	043	91566	
4857978	Galbraith	galbraith	US		0	America/Chicago	42.98052	-94.15913	353			IA	109	93864	
4857990	Galland	galland	US		0	America/Chicago	40.5006	-91.3746	167			IA	111	93000	
4858024	Gambrill (historical)	gambrill-historical	US		0	America/Chicago	41.75197	-90.53569	190			IA	163	90429	
4858147	Garry Owen	garry-owen	US		0	America/Chicago	42.28334	-90.8318	317			IA	097	90426	
4858159	Gas Light Mobile Home Villa	gas-light-mobile-home-villa	US		0	America/Chicago	42.54137	-92.41658	263			IA	013	90575	
4858160	Gaslight Square Trailer Park	gaslight-square-trailer-park	US		0	America/Chicago	41.40142	-91.06959	167			IA	139	90279	
4858188	Gaza	gaza	US		0	America/Chicago	43.02026	-95.58001	457			IA	141	91938	
4858230	Genoa Bluff	genoa-bluff	US		0	America/Chicago	41.69528	-92.15351	269	Genoa Bluff,Gonoa Bluff		IA	095	94050	
4858272	Garretville	garretville	US		0	America/Chicago	41.51749	-94.07995	326			IA	049	90003	
4858273	Gerled	gerled	US		0	America/Chicago	43.38329	-94.18774	354			IA	109	92394	
4858302	Germanville	germanville	US		0	America/Chicago	41.10419	-91.76934	209			IA	101	94401	
4858315	Giard	giard	US		0	America/Chicago	43.00554	-91.2893	342			IA	043	91566	
4858318	Giard Station (historical)	giard-station-historical	US		0	America/Chicago	43.03471	-91.26791	247			IA	043	91566	
4858323	Gibbsville	gibbsville	US		0	America/Chicago	41.80082	-93.82384	290			IA	049	90972	
4858377	Gilliatt	gilliatt	US		0	America/Chicago	41.29111	-95.75862	349			IA	155	91545	
4858405	Gilt Edge	gilt-edge	US		0	America/Chicago	42.44083	-91.20486	283			IA	055	93132	
4858417	Givin	givin	US		0	America/Chicago	41.22501	-92.66269	212			IA	123	91110	
4858447	Glasgow (historical)	glasgow-historical	US		0	America/Chicago	42.60498	-92.34824	302			IA	013	93039	
4858464	Glendale Mobile Home Park	glendale-mobile-home-park	US		0	America/Chicago	41.52892	-90.48013	176			IA	163	93420	
4858469	Glendon	glendon	US		0	America/Chicago	41.59443	-94.40219	320			IA	077	90162	
4858543	Golden Arrow Mobile Park	golden-arrow-mobile-park	US		0	America/Chicago	40.99307	-92.40352	195			IA	179	90633	
4858550	Golden Spike Mobile Home Park	golden-spike-mobile-home-park	US		0	America/Chicago	41.25389	-95.87473	299			IA	155	92292	
4858565	Golf View Mobile Home Court	golf-view-mobile-home-court	US		0	America/Chicago	41.7514	-91.61684	241			IA	103	93285	
4858572	Gonoa Bluff	gonoa-bluff	US		0	America/Chicago	41.69334	-92.15268	272			IA	095	94050	
4858701	Grable	grable	US		0	America/Chicago	41.47083	-95.89973	304			IA	155	93678	
4858758	Grace Hill	grace-hill	US		0	America/Chicago	41.26363	-91.82989	229			IA	183	91431	
4858842	Graf	graf	US		78	America/Chicago	42.49306	-90.87124	235			IA	061	90597	
4858856	Graham (historical)	graham-historical	US		0	America/Chicago	41.6753	-91.456	245			IA	103	93789	
4858916	Grand View Village	grand-view-village	US		0	America/Chicago	41.95278	-91.74463	252			IA	113	90577	
4858943	Grandview Village Mobile Home Park	grandview-village-mobile-home-park	US		0	America/Chicago	41.6286	-93.54883	247			IA	153	92409	
4858957	Granada Mobile Home Park	granada-mobile-home-park	US		0	America/Chicago	42.56667	-90.72179	200			IA	061	93309	
4858958	Granger Homesteads	granger-homesteads	US		0	America/Chicago	41.76443	-93.83912	270	Granger Homestead,Granger Homesteads		IA	049	91647	
4859051	Granville (historical)	granville-historical	US		0	America/Chicago	41.49611	-92.77436	251			IA	123	93609	
4859071	Gravel Pit	gravel-pit	US		0	America/Chicago	42.07026	-94.29135	310			IA	073	91830	
4859104	Great Oaks	great-oaks	US		0	America/Chicago	41.5942	-90.42152	207			IA	163	93420	
4859132	Green Acres	green-acres	US		0	America/Chicago	41.57003	-90.61014	219			IA	163		
4859134	Green Acres Mobile Home Park	green-acres-mobile-home-park	US		0	America/Chicago	40.85282	-91.10792	166			IA	057	94080	
4859137	Green Bay (historical)	green-bay-historical	US		0	America/Chicago	40.91528	-93.77439	349			IA	039	91740	
4859145	Green Brier	green-brier	US		0	America/Chicago	41.92193	-94.41858	333			IA	073	91746	
4859147	Green Castle (historical)	green-castle-historical	US		0	America/Chicago	41.77471	-91.71255	218			IA	103	92766	
4859153	Green Center	green-center	US		0	America/Chicago	41.54029	-91.88656	240			IA	095	91752	
4859163	Green Island	green-island	US		55	America/Chicago	42.15363	-90.32207	189			IA	097	94509	
4859166	Green Meadows Mobile Home Park	green-meadows-mobile-home-park	US		0	America/Chicago	43.11663	-93.38659	375			IA	033	90720	
4859187	Green Valley Mobile Home Court	green-valley-mobile-home-court	US		0	America/Chicago	40.94392	-91.56516	189			IA	087	90606	
4859246	Greenfield Park Mobile Home Court	greenfield-park-mobile-home-court	US		0	America/Chicago	43.06636	-92.67241	307			IA	067	90645	
4859317	Griffen	griffen	US		0	America/Chicago	42.18776	-93.79495	315			IA	015	91860	
4859397	Grove City (historical)	grove-city-historical	US		0	America/Chicago	41.38721	-94.96221	366			IA	029	91779	
4859419	Groveland (historical)	groveland-historical	US		0	America/Chicago	40.98444	-93.79828	354			IA	039	92322	
4859468	Gunder	gunder	US		0	America/Chicago	42.97165	-91.5132	338			IA	043	92841	
4859485	Guss	guss	US		0	America/Chicago	40.84193	-94.85803	369			IA	173	93126	
4859552	Hagerty	hagerty	US		0	America/Chicago	43.31302	-95.32917	438			IA	059	94698	
4859553	Hagerty	hagerty	US		0	America/Chicago	41.07695	-92.8602	292			IA	135	90285	
4859577	Haley	haley	US		0	America/Chicago	41.9061	-95.55639	342			IA	047	94191	
4859580	Halfa	halfa	US		0	America/Chicago	43.3519	-94.54192	387			IA	063	90081	
4859617	Hamerville	hamerville	US		0	America/Chicago	42.31249	-91.88962	279			IA	019	91977	
4859652	Hammondsburgh (historical)	hammondsburgh-historical	US		0	America/Chicago	41.30694	-93.47299	293			IA	181	93228	
4859699	Hanley	hanley	US		0	America/Chicago	41.28805	-93.83411	286			IA	121	93942	
4859724	Hansell	hansell	US		95	America/Chicago	42.75775	-93.10409	316			IA	069	92040	
4859758	Hard Scratch	hard-scratch	US		0	America/Chicago	41.61332	-95.71417	365	Hard Scratch,Reader Mills		IA	085	92223	
4859817	Harlan Junction (historical)	harlan-junction-historical	US		0	America/Chicago	41.49805	-95.36361	354			IA	155	92325	
4859826	Harlan Trailer Court	harlan-trailer-court	US		0	America/Chicago	41.66527	-95.32028	371			IA	165	91849	
4859939	Hartford Mobile Home Park	hartford-mobile-home-park	US		0	America/Chicago	41.45944	-93.40493	268			IA	181	93624	
4860015	Hastie	hastie	US		0	America/Chicago	41.56277	-93.48966	271			IA	153	91371	
4860038	Hauntown	hauntown	US		0	America/Chicago	42.00086	-90.19902	184			IA	045	91194	
4860171	Hayfield Junction	hayfield-junction	US		0	America/Chicago	43.13385	-93.59938	371			IA	081	90801	
4860364	Henshaw	henshaw	US		0	America/Chicago	40.84249	-94.89526	350			IA	173	93126	
4860366	Hentons (historical)	hentons-historical	US		0	America/Chicago	41.0925	-95.83306	293			IA	129	93741	
4860367	Hepburn	hepburn	US		22	America/Chicago	40.84916	-95.0172	313			IA	145	94305	
4860418	Herrold	herrold	US		0	America/Chicago	41.72054	-93.73689	259			IA	153	92247	
4860427	Hesper	hesper	US		0	America/Chicago	43.48636	-91.76848	410			IA	191	91917	
4860450	Hiattsville	hiattsville	US		0	America/Chicago	40.82724	-92.81047	300			IA	007	94092	
4860460	Hiawatha Oak Brook Court	hiawatha-oak-brook-court	US		0	America/Chicago	42.03889	-91.6724	259			IA	113	92976	
4860506	Hickory Grove Mobile Home Park	hickory-grove-mobile-home-park	US		0	America/Chicago	41.55836	-90.62792	207			IA	163		
4860524	Hicks	hicks	US		0	America/Chicago	42.3661	-92.53408	275			IA	075	90249	
4860536	High Acres Mobile Home Park	high-acres-mobile-home-park	US		0	America/Chicago	42.53415	-92.48213	299			IA	013	90575	
4860537	High Amana	high-amana	US		115	America/Chicago	41.80334	-91.93823	234			IA	095	92415	
4860541	High Creek	high-creek	US		0	America/Chicago	40.5875	-95.45054	342			IA	071	92679	
4860584	Highland Center	highland-center	US		0	America/Chicago	41.1264	-92.35324	236			IA	179	91950	
4860629	Highview	highview	US		0	America/Chicago	42.47192	-93.90411	344			IA	079	91446	
4860633	Highview Mobile Home Park	highview-mobile-home-park	US		0	America/Chicago	41.54499	-93.59605	269			IA	153	90270	
4860644	Highway Three Mobile Home Park	highway-three-mobile-home-park	US		0	America/Chicago	42.71748	-92.43491	297			IA	017	94607	
4860669	Hillcrest Mobile Home Park	hillcrest-mobile-home-park	US		0	America/Chicago	42.46886	-93.79355	329			IA	079	94633	
4860685	Hillsboro (historical)	hillsboro-historical	US		0	America/Chicago	41.28753	-91.36266	187			IA	115	90792	
4860718	Hilltop Mobile Home Park	hilltop-mobile-home-park	US		0	America/Chicago	41.63974	-91.52711	201			IA	103	92077	
4860776	Hiteman	hiteman	US		0	America/Chicago	41.05889	-92.89214	238			IA	135	91800	
4860792	Hobarton	hobarton	US		0	America/Chicago	43.07052	-94.28219	371			IA	109	90855	
4860797	Hocker Estates Mobile Home Park	hocker-estates-mobile-home-park	US		0	America/Chicago	40.42088	-91.40904	201			IA	111	92311	
4860810	Hocking	hocking	US		0	America/Chicago	40.99084	-92.82047	261			IA	135	94140	
4860849	Holiday Mobile Home Court	holiday-mobile-home-court	US		0	America/Chicago	41.73779	-91.60517	231			IA	103	93285	
4860851	Holiday Village	holiday-village	US		0	America/Chicago	42.51805	-96.35725	370			IA	193	93925	
4861005	Homestead Colony	homestead-colony	US		0	America/Chicago	42.07832	-93.62577	296			IA	169	91428	
4861008	Hometown Lakeside Mobile Home Park	hometown-lakeside-mobile-home-park	US		0	America/Chicago	41.50698	-90.6807	232			IA	163	90393	
4861010	Hometown-Cedar Terrace	hometown-cedar-terrace	US		0	America/Chicago	41.95972	-91.74935	254			IA	113	90577	
4861113	Hopeville	hopeville	US		0	America/Chicago	40.94277	-93.99662	364			IA	039	91077	
4861143	Hoprig	hoprig	US		0	America/Chicago	43.26996	-94.61942	383			IA	063	92085	
4861257	Howardville	howardville	US		0	America/Chicago	43.19081	-92.71241	347			IA	067	90534	
4861267	Howell (historical)	howell-historical	US		0	America/Chicago	41.37916	-92.96826	245			IA	125	92376	
4861316	Hughs	hughs	US		0	America/Chicago	42.39748	-93.1577	314			IA	083	92121	
4861406	Hurstville	hurstville	US		0	America/Chicago	42.09752	-90.68319	202			IA	097	93948	
4861447	Icarid (historical)	icarid-historical	US		0	America/Chicago	40.99526	-94.68747	381			IA	003	93504	
4861455	Iconium	iconium	US		0	America/Chicago	40.8914	-92.9552	301	Conium,Iconium		IA	007	90642	
4861486	Illinois Grove	illinois-grove	US		0	America/Chicago	42.19082	-93.22354	325			IA	127	92475	
4861490	Illyria	illyria	US		0	America/Chicago	42.89859	-91.63515	360			IA	065	92013	
4861704	Indian Ridge Mobile Home Park	indian-ridge-mobile-home-park	US		0	America/Chicago	41.35971	-93.5641	293			IA	181	92036	
4861733	Indianola Junction	indianola-junction	US		0	America/Chicago	41.04028	-93.3566	315			IA	117	94713	
4861743	Indiantown (historical)	indiantown-historical	US		0	America/Chicago	41.31249	-95.10805	344			IA	029	90492	
4861756	Ingersoll (historical)	ingersoll-historical	US		0	America/Chicago	41.73193	-93.82106	259			IA	049	91647	
4862009	Ioka (historical)	ioka-historical	US		0	America/Chicago	41.18251	-92.12907	242			IA	107	92136	
4862011	Iola (historical)	iola-historical	US		0	America/Chicago	41.33277	-95.38	363			IA	155	94311	
4862013	Ion	ion	US		0	America/Chicago	43.11276	-91.26208	208			IA	005	91290	
4862027	Iowa Center	iowa-center	US		0	America/Chicago	41.9286	-93.40521	289			IA	169	92034	
4862078	Iowa Falls Junction	iowa-falls-junction	US		0	America/Chicago	42.51526	-93.26354	331			IA	083	91833	
4862097	Iowa Junction (historical)	iowa-junction-historical	US		0	America/Chicago	41.49252	-91.53516	196			IA	183	92073	
4862215	Ironhills	ironhills	US		0	America/Chicago	42.14168	-90.76986	287			IA	097	91314	
4862276	Ivester	ivester	US		0	America/Chicago	42.33971	-92.94409	341			IA	075	92907	
4862279	Iveyville	iveyville	US		0	America/Chicago	40.90082	-94.79581	393			IA	003	92193	
4862336	Jackson Junction	jackson-junction	US		56	America/Chicago	43.11497	-92.03239	353			IA	191	92181	
4862393	Jacksonville (historical)	jacksonville-historical	US		0	America/Chicago	41.10555	-93.55855	324			IA	039	92445	
4862399	Jacobs	jacobs	US		0	America/Chicago	41.665	-92.6688	299			IA	157	94554	
4862420	James	james	US		0	America/Chicago	42.57694	-96.31753	346			IA	149	92007	
4862562	Jeffersonville (historical)	jeffersonville-historical	US		0	America/Chicago	40.60976	-91.44599	168			IA	111	92232	
4862624	Jerico	jerico	US		0	America/Chicago	43.18469	-92.25851	348			IA	037	92184	
4862724	Johnson (historical)	johnson-historical	US		0	America/Chicago	42.14918	-91.03292	262			IA	105	93765	
4862816	Jones Siding	jones-siding	US		0	America/Chicago	42.67997	-94.20802	328			IA	091	90834	
4862840	Jordans Grove	jordans-grove	US		0	America/Chicago	42.15583	-91.4985	298			IA	113	92796	
4862852	Jubilee	jubilee	US		0	America/Chicago	42.38416	-92.10379	272			IA	013	93966	
4862858	Judd	judd	US		0	America/Chicago	42.47219	-94.04968	339			IA	187	90771	
4862871	Julien	julien	US		0	America/Chicago	42.48111	-90.77957	275			IA	061	91085	
4862875	Junction (historical)	junction-historical	US		0	America/Chicago	43.08526	-91.62932	332			IA	191	90273	
4862878	Junction Switch	junction-switch	US		0	America/Chicago	42.27667	-91.20293	255			IA	105	92725	
4863178	Kalo	kalo	US		0	America/Chicago	42.43108	-94.1319	297			IA	187	93220	
4863199	Kammerer Trailer Court	kammerer-trailer-court	US		0	America/Chicago	41.37281	-91.08904	167			IA	139	91491	
4863239	Keb (historical)	keb-historical	US		0	America/Chicago	41.08335	-92.45852	238			IA	179	93621	
4863293	Kemling (historical)	kemling-historical	US		0	America/Chicago	41.16666	-95.27861	386			IA	155	91788	
4863297	Kemper	kemper	US		0	America/Chicago	40.74393	-91.12348	164			IA	057	90813	
4863309	Kenfield	kenfield	US		0	America/Chicago	41.57638	-94.7197	413			IA	009	90093	
4863337	Kentner	kentner	US		0	America/Chicago	42.16665	-94.82304	380			IA	027	93840	
4863379	Keomah Village	keomah-village	US		83	America/Chicago	41.28834	-92.53658	240			IA	123	93969	
4863415	Keteban Switch (historical)	keteban-switch-historical	US		0	America/Chicago	40.64642	-91.69905	209			IA	111	91869	
4863447	Kilbourn	kilbourn	US		0	America/Chicago	40.80614	-91.9699	194	Kilbourn,Kilbourne,New Philadelphia		IA	177	92505	
4863476	Kimze	kimze	US		0	America/Chicago	41.99415	-95.38972	355			IA	047	90960	
4863595	Kirkwood Estates	kirkwood-estates	US		0	America/Chicago	41.92445	-91.64962	235			IA	113	90577	
4863641	Kline	kline	US		0	America/Chicago	40.92226	-91.20904	220			IA	057	91401	
4863646	Klinger	klinger	US		0	America/Chicago	42.65665	-92.21935	311			IA	017	92898	
4863667	Knapp Mobile Home Park	knapp-mobile-home-park	US		0	America/Chicago	42.53833	-90.67929	240			IA	061	91085	
4863678	Knittel	knittel	US		0	America/Chicago	42.71526	-92.25851	308			IA	017	92898	
4863680	Knoke	knoke	US		0	America/Chicago	42.51692	-94.76304	377			IA	025	90423	
4863735	Knowlton	knowlton	US		0	America/Chicago	40.82638	-94.33218	345			IA	159	92253	
4863737	Konigsmark	konigsmark	US		0	America/Chicago	41.89001	-91.6924	256			IA	113	90577	
4863763	Koszta	koszta	US		0	America/Chicago	41.82722	-92.20546	231			IA	095	91983	
4863807	La Crew	la-crew	US		0	America/Chicago	40.73337	-91.58377	216			IA	111	92856	
4863836	Lacelle	lacelle	US		0	America/Chicago	40.95138	-93.86633	348			IA	039	92322	
4863873	Lafayette (historical)	lafayette-historical	US		0	America/Chicago	41.28753	-91.36266	187			IA	115	90792	
4863888	Lainsville	lainsville	US		0	America/Chicago	42.12974	-90.20457	181			IA	097	92067	
4863898	Lake Canyada Mobile Home Park	lake-canyada-mobile-home-park	US		0	America/Chicago	41.51253	-90.68347	225			IA	163	90282	
4864003	Lake Ridge Mobile Home Park	lake-ridge-mobile-home-park	US		0	America/Chicago	41.60724	-91.54322	197			IA	103	94686	
4864052	Lakeside Acres Mobile Park	lakeside-acres-mobile-park	US		0	America/Chicago	43.12357	-93.38437	374			IA	033	90720	
4864068	Lakeview Mobile Home Court	lakeview-mobile-home-court	US		0	America/Chicago	42.64443	-91.90961	307			IA	065	92220	
4864076	Lakewood (historical)	lakewood-historical	US		0	America/Chicago	43.3472	-96.1628	401			IA	119	93660	
4864077	Lakewood Corner	lakewood-corner	US		0	America/Chicago	43.34609	-96.17614	397			IA	119	91524	
4864080	Lakewood Park	lakewood-park	US		0	America/Chicago	41.5792	-90.67653	226			IA	163		
4864085	Lakonta	lakonta	US		0	America/Chicago	41.19334	-92.73047	220			IA	123	94659	
4864102	Lambs Grove	lambs-grove	US		172	America/Chicago	41.70305	-93.07937	280			IA	099	93102	
4864124	Lamplighter Villa	lamplighter-villa	US		0	America/Chicago	42.54221	-92.41963	261			IA	013	90575	
4864127	Lamson Mobile Home Park	lamson-mobile-home-park	US		0	America/Chicago	41.30278	-92.66269	254			IA	123	93218	
4864164	Lanscaster	lanscaster	US		0	America/Chicago	41.27557	-92.1649	236			IA	107	91113	
4864176	Lansing Valley Mobile City	lansing-valley-mobile-city	US		0	America/Chicago	43.3622	-91.21652	204			IA	005	92382	
4864179	Lansrud	lansrud	US		0	America/Chicago	43.4519	-93.46882	395			IA	195	93909	
4864184	Lanyon	lanyon	US		0	America/Chicago	42.22248	-94.19524	357			IA	187	92715	
4864206	Larland	larland	US		0	America/Chicago	41.73165	-94.76304	417			IA	009	92910	
4864218	Last Chance	last-chance	US		0	America/Chicago	40.95639	-93.55355	328			IA	117	94233	
4864244	Lattnerville	lattnerville	US		0	America/Chicago	42.48556	-90.88291	253			IA	061	90597	
4864293	Lawn Hill	lawn-hill	US		0	America/Chicago	42.29776	-93.17187	335			IA	083	93363	
4864369	Lear	lear	US		0	America/Chicago	42.52748	-92.73881	312			IA	075	90159	
4864386	Leando	leando	US		115	America/Chicago	40.83363	-92.08879	192			IA	177	94359	
4864391	Lee (historical)	lee-historical	US		0	America/Chicago	40.58777	-94.11079	343			IA	159	93630	
4864461	Lemont (historical)	lemont-historical	US		0	America/Chicago	41.33277	-94.46969	402			IA	001	91776	
4864548	Levey	levey	US		0	America/Chicago	41.54638	-93.52188	237			IA	153	90042	
4864676	Lidtke Mill	lidtke-mill	US		0	America/Chicago	43.46441	-92.27822	362			IA	089	91368	
4864714	Lime City	lime-city	US		0	America/Chicago	41.6478	-91.07738	233			IA	031	94023	
4864740	Linby	linby	US		0	America/Chicago	41.15057	-92.14129	248			IA	101	93444	
4864756	Lincoln Center	lincoln-center	US		0	America/Chicago	41.11582	-94.8722	368	Hayes,Lincoln Center		IA	003	92517	
4864883	Lincolnway Village	lincolnway-village	US		0	America/Chicago	41.92139	-91.66546	226			IA	113	90577	
4864884	Lindale Manor	lindale-manor	US		0	America/Chicago	42.03194	-91.62657	263			IA	113	92859	
4864947	Linn Junction	linn-junction	US		0	America/Chicago	42.01889	-91.72074	231			IA	113	92976	
4865069	Little Groves	little-groves	US		0	America/Chicago	41.53753	-90.68875	231	Little Groves,Littles Grove		IA	163	90282	
4865155	Little Turkey	little-turkey	US		0	America/Chicago	43.1297	-92.101	337			IA	037	94299	
4865176	Littleport	littleport	US		24	America/Chicago	42.75471	-91.3693	217			IA	043	90843	
4865220	Lizard (historical)	lizard-historical	US		0	America/Chicago	42.6347	-94.51109	365			IA	151	92670	
4865239	Loch Burns	loch-burns	US		0	America/Chicago	41.02557	-92.35018	223			IA	179	90027	
4865279	Lockman	lockman	US		0	America/Chicago	41.08334	-92.73936	234			IA	135	93369	
4865330	Lone Pine Mobile Home Court	lone-pine-mobile-home-court	US		0	America/Chicago	41.72166	-92.45352	272			IA	157	90141	
4865426	Lorah	lorah	US		0	America/Chicago	41.47027	-94.95526	372			IA	029	93528	
4865434	Lore	lore	US		0	America/Chicago	42.51806	-90.79985	323			IA	061	90597	
4865435	Lore Mobile Home Park	lore-mobile-home-park	US		0	America/Chicago	42.52167	-90.79735	287			IA	061	90597	
4865454	Lost Canyon Mobile Home Park	lost-canyon-mobile-home-park	US		0	America/Chicago	42.44862	-90.78013	320			IA	061	94077	
4865519	Lourdes	lourdes	US		0	America/Chicago	43.26219	-92.29878	374			IA	089	93273	
4865525	Lotts Creek	lotts-creek	US		0	America/Chicago	43.15663	-94.36636	372			IA	109	92721	
4865590	Lowther Station (historical)	lowther-station-historical	US		0	America/Chicago	43.31886	-92.50601	369	Acme,Lowther Station (historical)		IA	089	90024	
4865640	Lucky Valley (historical)	lucky-valley-historical	US		0	America/Chicago	42.38499	-95.93835	366			IA	193	91719	
4865656	Lundgren	lundgren	US		0	America/Chicago	42.36858	-94.17468	348			IA	187	90702	
4865662	Lunsford	lunsford	US		0	America/Chicago	40.60281	-92.43546	273			IA	051	94791	
4865707	Luton	luton	US		0	America/Chicago	42.33971	-96.22641	328			IA	193	91623	
4865719	Lycurgus	lycurgus	US		0	America/Chicago	43.33109	-91.42403	387			IA	005	92799	
4865729	Lyndale	lyndale	US		0	America/Chicago	43.29887	-91.28347	222			IA	005	90582	
4865782	M and S Mobile Home Park	m-and-s-mobile-home-park	US		0	America/Chicago	42.04443	-94.03634	332			IA	015	94797	
4865806	Macey	macey	US		0	America/Chicago	42.53942	-93.14798	354			IA	083	91833	
4865818	Maclay (historical)	maclay-historical	US		0	America/Chicago	42.96914	-95.07305	412			IA	041	91914	
4865880	Magill	magill	US		0	America/Chicago	41.51888	-95.50556	373			IA	085	94503	
4865892	Maharishi Vedic City	maharishi-vedic-city	US		1299	America/Chicago	41.05252	-91.9949	241	Maharishi Vedic City,Vedic City		IA	101	90609	
4865983	Maloy	maloy	US		29	America/Chicago	40.67443	-94.41218	337			IA	159	90219	
4865985	Mammen	mammen	US		0	America/Chicago	42.85138	-96.29225	425			IA	149	91689	
4865990	Manatheka (historical)	manatheka-historical	US		0	America/Chicago	42.22777	-91.87046	283			IA	011	93438	
4866015	Manhattan Beach Resort	manhattan-beach-resort	US		0	America/Chicago	43.39107	-95.1675	431			IA	059	92379	
4866120	Maple Landing (historical)	maple-landing-historical	US		0	America/Chicago	42.09221	-96.21363	323			IA	133	92577	
4866123	Maple Leaf	maple-leaf	US		0	America/Chicago	43.3208	-92.37906	372			IA	089	91989	
4866132	Maple River	maple-river	US		0	America/Chicago	42.09804	-94.93527	390			IA	027	92820	
4866149	Mapleside	mapleside	US		0	America/Chicago	43.00248	-95.6239	444			IA	141	91938	
4866231	Mardan Mobile Home Court	mardan-mobile-home-court	US		0	America/Chicago	40.95197	-91.56405	215			IA	087	90606	
4866292	Marion Mobile Home Park	marion-mobile-home-park	US		0	America/Chicago	42.03333	-91.56962	254			IA	113	92859	
4866343	Marquisville	marquisville	US		0	America/Chicago	41.65666	-93.60077	284			IA	153	93759	
4866352	Marsh	marsh	US		0	America/Chicago	41.1017	-91.35238	225			IA	115	93018	
4866356	Marshall (historical)	marshall-historical	US		0	America/Chicago	40.72499	-94.32801	332			IA	159	94602	
4866423	Martinstown	martinstown	US		0	America/Chicago	40.68723	-92.95909	311			IA	007	90177	
4866455	Mason City Junction	mason-city-junction	US		0	America/Chicago	43.11857	-93.18909	360			IA	033	92886	
4866520	Maulsby	maulsby	US		0	America/Chicago	42.14471	-92.92326	302			IA	127	92658	
4866532	Maxon	maxon	US		0	America/Chicago	41.04084	-92.77603	288			IA	135	94140	
4866548	May City	may-city	US		0	America/Chicago	43.3208	-95.47445	434			IA	143	91875	
4866558	Mayflower Mobile Home Park	mayflower-mobile-home-park	US		0	America/Chicago	41.48113	-91.70517	200			IA	183	91236	
4866595	McBride	mcbride	US		0	America/Chicago	41.43193	-93.93578	309			IA	121	92238	
4866604	McCallsburg	mccallsburg	US		335	America/Chicago	42.16637	-93.38576	330			IA	169	94437	
4866615	McCausland	mccausland	US		314	America/Chicago	41.74614	-90.44319	186			IA	163	90429	
4866623	McClelland	mcclelland	US		151	America/Chicago	41.32944	-95.6839	379			IA	155	91839	
4866702	McGargels Ford	mcgargels-ford	US		0	America/Chicago	42.23306	-90.92125	232			IA	105	94518	
4866713	McGregor Heights	mcgregor-heights	US		0	America/Chicago	43.03387	-91.17735	286			IA	043	92913	
4866728	McIntire	mcintire	US		121	America/Chicago	43.4358	-92.59379	388			IA	131	94614	
4866777	McNally	mcnally	US		0	America/Chicago	42.94054	-96.39086	407			IA	167	94563	
4866784	McPaul	mcpaul	US		0	America/Chicago	40.82195	-95.80278	286			IA	071	93780	
4866805	Meadow Brook Mobile Home Park	meadow-brook-mobile-home-park	US		0	America/Chicago	41.48252	-91.71128	201			IA	183	91236	
4866810	Meadow Lane Mobile Home Park	meadow-lane-mobile-home-park	US		0	America/Chicago	42.65443	-92.33907	287			IA	017	92205	
4866811	Meadow Lane Mobile Home Park	meadow-lane-mobile-home-park	US		0	America/Chicago	42.01054	-93.60855	271			IA	169	94566	
4866837	Mederville	mederville	US		0	America/Chicago	42.76304	-91.42292	242			IA	043	90843	
4866884	Mekee	mekee	US		0	America/Chicago	42.4925	-91.04569	328			IA	061	93108	
4866885	Mel-Ray Mobile Home Park	mel-ray-mobile-home-park	US		0	America/Chicago	41.70138	-93.63077	290			IA	153	90858	
4866922	Meltonville	meltonville	US		0	America/Chicago	43.44719	-93.02631	366			IA	195	90939	
4866981	Mendota (historical)	mendota-historical	US		0	America/Chicago	40.59529	-92.92465	278			IA	007	93357	
4867091	Merle Junction	merle-junction	US		0	America/Chicago	40.78165	-94.59274	352	Conway Junction,Merle Junction		IA	173	92883	
4867126	Mesquakie Indian Settlement	mesquakie-indian-settlement	US		0	America/Chicago	41.98221	-92.64269	280			IA	171	94128	
4867206	Meyer	meyer	US		31	America/Chicago	43.45775	-92.69268	388			IA	131	94002	
4867320	Midway (historical)	midway-historical	US		0	America/Chicago	41.61891	-91.43905	209			IA	103	93789	
4867322	Midway Beach	midway-beach	US		0	America/Chicago	41.4592	-90.82848	174			IA	139	92997	
4867329	Midway Trailer Court	midway-trailer-court	US		0	America/Chicago	42.46804	-92.05434	294			IA	019	94656	
4867331	Midwest Country Estates